MCPcopy Create free account

hub / github.com/andyshephard/PricingKit / functions

Functions558 in github.com/andyshephard/PricingKit

FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:42
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Scro
src/components/ui/scroll-area.tsx:31
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectAppleAppPage
()
src/app/setup/apple/select-app/page.tsx:18
FunctionSelectContent
({ className, children, position = "item-aligned", align = "center", ...props }: React.ComponentProp
src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:103
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:90
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:161
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:143
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:130
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:8
FunctionServiceAccountUpload
()
src/components/auth/service-account-upload.tsx:22
FunctionSettingsPage
()
src/app/dashboard/settings/page.tsx:24
FunctionSetupGuideIndexPage
()
src/app/setup-guide/page.tsx:6
FunctionSetupGuideLayout
({ children, }: { children: React.ReactNode; })
src/app/setup-guide/layout.tsx:3
FunctionSetupGuidePage
()
src/app/setup-guide/google/page.tsx:28
FunctionSetupPage
()
src/app/setup/page.tsx:16
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: React.ComponentProps<typ
src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:121
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:98
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:88
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:108
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
src/components/ui/sheet.tsx:13
FunctionSidebar
()
src/components/layout/sidebar.tsx:18
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionSortIcon
({ field, sortField, sortOrder, }: { field: SortField; sortField: SortField; sortOrder: SortOrder;
src/components/products/products-table.tsx:56
FunctionSortIcon
({ field, sortField, sortOrder, }: { field: SortField; sortField: SortField; sortOrder: SortOrder;
src/components/subscriptions/subscriptions-table.tsx:81
FunctionStatCard
({ title, value, description, icon: Icon, href, isLoading, }: { title: string; value: number |
src/app/dashboard/google/page.tsx:22
FunctionStatCard
({ title, value, description, icon: Icon, href, isLoading, }: { title: string; value: number |
src/app/dashboard/apple/page.tsx:22
FunctionStepNumber
({ num }: { num: number })
src/app/setup-guide/google/page.tsx:20
FunctionStepNumber
({ num }: { num: number })
src/app/setup-guide/apple/page.tsx:21
FunctionSubscriptionBulkPricingModal
({ subscription, basePlan, open, onOpenChange, }: SubscriptionBulkPricingModalProps)
src/components/subscriptions/bulk-pricing-modal.tsx:95
FunctionSubscriptionsTable
({ subscriptions, isLoading, selectedIds, onSelectionChange, searchQuery, platform, }: Subscriptio
src/components/subscriptions/subscriptions-table.tsx:205
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ className, orientation = "horizontal", ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:9
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:78
FunctionTabsList
({ className, variant = "default", ...props }: React.ComponentProps<typeof TabsPrimitive.List> & Varia
src/components/ui/tabs.tsx:43
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:59
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:13
FunctionapplepriceToNumber
(customerPrice: string)
src/lib/apple-connect/types.ts:447
FunctionclearGoogleAccessTokenCache
()
src/lib/google-play/client.ts:139
FunctionclearTokenCache
()
src/lib/apple-connect/client.ts:114
Methodconstructor
( message: string, public statusCode: number = 500, public code: string = 'INTERNAL_ERROR', pu
src/lib/errors.ts:13
Methodconstructor
(message: string = 'Not authenticated', details?: unknown)
src/lib/errors.ts:49
Methodconstructor
(message: string = 'Access denied', details?: unknown)
src/lib/errors.ts:60
Methodconstructor
(message: string = 'Resource not found', details?: unknown)
src/lib/errors.ts:71
Methodconstructor
( message: string = 'Rate limit exceeded. Please try again later.', public retryAfter?: number )
src/lib/errors.ts:90
Methodconstructor
( message: string, statusCode: number = 502, public provider: 'google' | 'apple', public origi
src/lib/errors.ts:104
Methodconstructor
(message: string, public missingConfig?: string)
src/lib/errors.ts:124
Methodconstructor
( message: string, public details: z.ZodIssue[] = [] )
src/lib/validation.ts:153
Methodconstructor
( public statusCode: number, public code: string, public title: string, public detail: string
src/lib/apple-connect/client.ts:241
Methodconstructor
( message: string, public successCount: number, public totalCount: number, public failedIndex:
src/lib/utils/rate-limit.ts:22
Methodconstructor
()
src/lib/exchange-rates/client.ts:8
Functiondone
(data)
src/lib/utils/ndjson-stream.ts:66
Functionerror
(message, completed, total)
src/lib/utils/ndjson-stream.ts:70
FunctionerrorResponse
( error: unknown )
src/lib/errors.ts:170
FunctionexecuteApply
()
src/components/products/bulk-pricing-modal.tsx:625
FunctionexecuteApply
()
src/components/subscriptions/bulk-pricing-modal.tsx:464
FunctionexecuteApply
()
src/components/subscriptions/apple-subscription-bulk-pricing-modal.tsx:591
FunctionforbiddenResponse
(message: string = 'Access denied')
src/middleware/auth.ts:46
FunctionformatApplePrice
( customerPrice: string, currency: string )
src/lib/apple-connect/types.ts:435
FunctionformatSubscriptionPeriod
(period: string)
src/lib/apple-connect/subscriptions.ts:631
Functionget
(_target, prop: string)
src/lib/apple-connect/price-tier-data.ts:36
FunctiongetAllTerritories
()
src/lib/apple-connect/territories.ts:250
FunctiongetAvailableCurrencies
()
src/lib/exchange-rates/client.ts:163
FunctiongetBasePlan
( credentials: ServiceAccountCredentials, packageName: string, productId: string, basePlanId: string )
src/lib/google-play/subscriptions.ts:91
FunctiongetExchangeRateForCurrency
(currencyCode: string)
src/lib/exchange-rates/client.ts:151
FunctiongetOwnPropertyDescriptor
(_target, prop: string)
src/lib/apple-connect/price-tier-data.ts:45
FunctiongetPPPMultiplier
(regionCode: string)
src/lib/world-bank/ppp.ts:352
FunctiongetProductsRoute
(platform: Platform)
src/lib/utils/platform-routes.ts:29
FunctiongetSubscriptionsRoute
(platform: Platform)
src/lib/utils/platform-routes.ts:36
FunctiongetTerritoriesForCurrency
( currency: string )
src/lib/apple-connect/territories.ts:260
FunctiongetTerritoriesSortedByName
()
src/lib/apple-connect/territories.ts:255
FunctionhandleAddRegion
(regionCode: string)
src/components/products/pricing-editor.tsx:157
FunctionhandleAddRegion
(regionCode: string)
src/components/subscriptions/apple-subscription-pricing-editor.tsx:342
FunctionhandleApplyClick
()
src/components/products/bulk-pricing-modal.tsx:572
FunctionhandleApplyClick
()
src/components/subscriptions/bulk-pricing-modal.tsx:415
FunctionhandleApplyClick
()
src/components/subscriptions/apple-subscription-bulk-pricing-modal.tsx:540
FunctionhandleAuthError
()
src/components/auth-error-dialog.tsx:26
FunctionhandleCancelDateSelection
()
src/components/subscriptions/apple-subscription-pricing-editor.tsx:281
FunctionhandleClearScheduledPrices
()
src/components/subscriptions/apple-subscription-pricing-editor.tsx:327
FunctionhandleClose
()
src/components/pricing/bulk-update-modal.tsx:155
FunctionhandleConfirmPriceWithDate
()
src/components/subscriptions/apple-subscription-pricing-editor.tsx:275
FunctionhandleDiscardChanges
()
src/components/subscriptions/apple-subscription-pricing-editor.tsx:322
FunctionhandleDrop
(e: React.DragEvent)
src/components/layout/connect-platform-modal.tsx:134
← previousnext →401–500 of 558, ranked by callers