@carlonicora/nextjs-jsonapi 1.37.0 → 1.38.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/{BlockNoteEditor-GTWR6CPI.mjs → BlockNoteEditor-5CEV5TZT.mjs} +3 -3
  2. package/dist/{BlockNoteEditor-74FHJO7E.js → BlockNoteEditor-VB72JQEO.js} +13 -13
  3. package/dist/{BlockNoteEditor-74FHJO7E.js.map → BlockNoteEditor-VB72JQEO.js.map} +1 -1
  4. package/dist/billing/index.d.mts +12 -2
  5. package/dist/billing/index.d.ts +12 -2
  6. package/dist/billing/index.js +680 -452
  7. package/dist/billing/index.js.map +1 -1
  8. package/dist/billing/index.mjs +588 -360
  9. package/dist/billing/index.mjs.map +1 -1
  10. package/dist/{chunk-53IPQJVH.js → chunk-3EZX4G2E.js} +147 -23
  11. package/dist/chunk-3EZX4G2E.js.map +1 -0
  12. package/dist/{chunk-YVEK3SUS.js → chunk-BYMBRMKS.js} +454 -446
  13. package/dist/chunk-BYMBRMKS.js.map +1 -0
  14. package/dist/{chunk-P7R2DPD6.mjs → chunk-TQ5GRRTM.mjs} +125 -1
  15. package/dist/chunk-TQ5GRRTM.mjs.map +1 -0
  16. package/dist/{chunk-ZUUH4CQC.mjs → chunk-VMK2N3TQ.mjs} +13 -5
  17. package/dist/{chunk-ZUUH4CQC.mjs.map → chunk-VMK2N3TQ.mjs.map} +1 -1
  18. package/dist/client/index.js +3 -3
  19. package/dist/client/index.mjs +2 -2
  20. package/dist/components/index.js +3 -3
  21. package/dist/components/index.mjs +2 -2
  22. package/dist/contexts/index.js +3 -3
  23. package/dist/contexts/index.mjs +2 -2
  24. package/dist/core/index.d.mts +47 -3
  25. package/dist/core/index.d.ts +47 -3
  26. package/dist/core/index.js +8 -2
  27. package/dist/core/index.js.map +1 -1
  28. package/dist/core/index.mjs +7 -1
  29. package/dist/index.d.mts +2 -2
  30. package/dist/index.d.ts +2 -2
  31. package/dist/index.js +8 -2
  32. package/dist/index.js.map +1 -1
  33. package/dist/index.mjs +7 -1
  34. package/dist/server/index.js +3 -3
  35. package/dist/server/index.mjs +1 -1
  36. package/dist/{stripe-subscription.interface-DK7BJaNd.d.ts → stripe-promotion-code.interface-BcJty0rv.d.ts} +18 -1
  37. package/dist/{stripe-subscription.interface-C8uhCYIZ.d.mts → stripe-promotion-code.interface-Dnm2DJKQ.d.mts} +18 -1
  38. package/package.json +1 -1
  39. package/src/billing/index.ts +1 -0
  40. package/src/core/index.ts +1 -0
  41. package/src/core/registry/ModuleRegistry.ts +1 -0
  42. package/src/features/auth/components/forms/Login.tsx +14 -2
  43. package/src/features/billing/components/cards/SubscriptionSummaryCard.tsx +5 -16
  44. package/src/features/billing/stripe-invoice/data/stripe-invoice.interface.ts +1 -0
  45. package/src/features/billing/stripe-promotion-code/components/PromoCodeInput.tsx +108 -0
  46. package/src/features/billing/stripe-promotion-code/components/index.ts +1 -0
  47. package/src/features/billing/stripe-promotion-code/data/index.ts +3 -0
  48. package/src/features/billing/stripe-promotion-code/data/stripe-promotion-code.interface.ts +14 -0
  49. package/src/features/billing/stripe-promotion-code/data/stripe-promotion-code.service.ts +64 -0
  50. package/src/features/billing/stripe-promotion-code/data/stripe-promotion-code.ts +66 -0
  51. package/src/features/billing/stripe-promotion-code/index.ts +2 -0
  52. package/src/features/billing/stripe-promotion-code/stripe-promotion-code.module.ts +9 -0
  53. package/src/features/billing/stripe-subscription/components/lists/SubscriptionsList.tsx +20 -3
  54. package/src/features/billing/stripe-subscription/components/wizards/SubscriptionWizard.tsx +6 -0
  55. package/src/features/billing/stripe-subscription/components/wizards/WizardStepReview.tsx +131 -9
  56. package/src/features/billing/stripe-subscription/data/stripe-subscription.interface.ts +2 -0
  57. package/src/features/billing/stripe-subscription/data/stripe-subscription.ts +8 -0
  58. package/src/features/billing/stripe-subscription/hooks/useSubscriptionWizard.ts +93 -7
  59. package/src/features/index.ts +1 -0
  60. package/dist/chunk-53IPQJVH.js.map +0 -1
  61. package/dist/chunk-P7R2DPD6.mjs.map +0 -1
  62. package/dist/chunk-YVEK3SUS.js.map +0 -1
  63. /package/dist/{BlockNoteEditor-GTWR6CPI.mjs.map → BlockNoteEditor-5CEV5TZT.mjs.map} +0 -0
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkYVEK3SUSjs = require('../chunk-YVEK3SUS.js');
29
+ var _chunkBYMBRMKSjs = require('../chunk-BYMBRMKS.js');
30
30
 
31
31
 
32
32
 
@@ -51,7 +51,7 @@ var _chunk2PHWAL6Qjs = require('../chunk-2PHWAL6Q.js');
51
51
 
52
52
 
53
53
 
54
- var _chunk53IPQJVHjs = require('../chunk-53IPQJVH.js');
54
+ var _chunk3EZX4G2Ejs = require('../chunk-3EZX4G2E.js');
55
55
 
56
56
 
57
57
  var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
117
117
 
118
118
 
119
119
 
120
- exports.ClientJsonApiDelete = _chunk53IPQJVHjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk53IPQJVHjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk53IPQJVHjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk53IPQJVHjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk53IPQJVHjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkYVEK3SUSjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkYVEK3SUSjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk2PHWAL6Qjs.configureClientConfig; exports.configureClientJsonApi = _chunk53IPQJVHjs.configureClientJsonApi; exports.configureI18n = _chunk2PHWAL6Qjs.configureI18n; exports.configureJsonApi = _chunk2PHWAL6Qjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunk2PHWAL6Qjs.getApiUrl; exports.getAppUrl = _chunk2PHWAL6Qjs.getAppUrl; exports.getClientApiUrl = _chunk53IPQJVHjs.getClientApiUrl; exports.getClientAppUrl = _chunk53IPQJVHjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk53IPQJVHjs.getClientTrackablePages; exports.getI18nLink = _chunk2PHWAL6Qjs.getI18nLink; exports.getStripePublishableKey = _chunk2PHWAL6Qjs.getStripePublishableKey; exports.getTrackablePages = _chunk2PHWAL6Qjs.getTrackablePages; exports.registerTableGenerator = _chunkYVEK3SUSjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkYVEK3SUSjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkYVEK3SUSjs.useContentTableStructure; exports.useCustomD3Graph = _chunkYVEK3SUSjs.useCustomD3Graph; exports.useDataListRetriever = _chunkYVEK3SUSjs.useDataListRetriever; exports.useDebounce = _chunkYVEK3SUSjs.useDebounce; exports.useI18nDateFnsLocale = _chunk2PHWAL6Qjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunk2PHWAL6Qjs.useI18nLocale; exports.useI18nRouter = _chunk2PHWAL6Qjs.useI18nRouter; exports.useI18nTranslations = _chunk2PHWAL6Qjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkYVEK3SUSjs.useJsonApiGet; exports.useJsonApiMutation = _chunkYVEK3SUSjs.useJsonApiMutation; exports.useNotificationSync = _chunkYVEK3SUSjs.useNotificationSync; exports.useOAuthClient = _chunkYVEK3SUSjs.useOAuthClient; exports.useOAuthClients = _chunkYVEK3SUSjs.useOAuthClients; exports.useOAuthConsent = _chunkYVEK3SUSjs.useOAuthConsent; exports.usePageTracker = _chunkYVEK3SUSjs.usePageTracker; exports.usePageUrlGenerator = _chunkYVEK3SUSjs.usePageUrlGenerator; exports.useRehydration = _chunkYVEK3SUSjs.useRehydration; exports.useRehydrationList = _chunkYVEK3SUSjs.useRehydrationList; exports.useRoleTableStructure = _chunkYVEK3SUSjs.useRoleTableStructure; exports.useSocket = _chunkYVEK3SUSjs.useSocket; exports.useSubscriptionStatus = _chunkYVEK3SUSjs.useSubscriptionStatus; exports.useTableGenerator = _chunkYVEK3SUSjs.useTableGenerator; exports.useUrlRewriter = _chunkYVEK3SUSjs.useUrlRewriter; exports.useUserSearch = _chunkYVEK3SUSjs.useUserSearch; exports.useUserTableStructure = _chunkYVEK3SUSjs.useUserTableStructure;
120
+ exports.ClientJsonApiDelete = _chunk3EZX4G2Ejs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk3EZX4G2Ejs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk3EZX4G2Ejs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk3EZX4G2Ejs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk3EZX4G2Ejs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkBYMBRMKSjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkBYMBRMKSjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk2PHWAL6Qjs.configureClientConfig; exports.configureClientJsonApi = _chunk3EZX4G2Ejs.configureClientJsonApi; exports.configureI18n = _chunk2PHWAL6Qjs.configureI18n; exports.configureJsonApi = _chunk2PHWAL6Qjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunk2PHWAL6Qjs.getApiUrl; exports.getAppUrl = _chunk2PHWAL6Qjs.getAppUrl; exports.getClientApiUrl = _chunk3EZX4G2Ejs.getClientApiUrl; exports.getClientAppUrl = _chunk3EZX4G2Ejs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk3EZX4G2Ejs.getClientTrackablePages; exports.getI18nLink = _chunk2PHWAL6Qjs.getI18nLink; exports.getStripePublishableKey = _chunk2PHWAL6Qjs.getStripePublishableKey; exports.getTrackablePages = _chunk2PHWAL6Qjs.getTrackablePages; exports.registerTableGenerator = _chunkBYMBRMKSjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkBYMBRMKSjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkBYMBRMKSjs.useContentTableStructure; exports.useCustomD3Graph = _chunkBYMBRMKSjs.useCustomD3Graph; exports.useDataListRetriever = _chunkBYMBRMKSjs.useDataListRetriever; exports.useDebounce = _chunkBYMBRMKSjs.useDebounce; exports.useI18nDateFnsLocale = _chunk2PHWAL6Qjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunk2PHWAL6Qjs.useI18nLocale; exports.useI18nRouter = _chunk2PHWAL6Qjs.useI18nRouter; exports.useI18nTranslations = _chunk2PHWAL6Qjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkBYMBRMKSjs.useJsonApiGet; exports.useJsonApiMutation = _chunkBYMBRMKSjs.useJsonApiMutation; exports.useNotificationSync = _chunkBYMBRMKSjs.useNotificationSync; exports.useOAuthClient = _chunkBYMBRMKSjs.useOAuthClient; exports.useOAuthClients = _chunkBYMBRMKSjs.useOAuthClients; exports.useOAuthConsent = _chunkBYMBRMKSjs.useOAuthConsent; exports.usePageTracker = _chunkBYMBRMKSjs.usePageTracker; exports.usePageUrlGenerator = _chunkBYMBRMKSjs.usePageUrlGenerator; exports.useRehydration = _chunkBYMBRMKSjs.useRehydration; exports.useRehydrationList = _chunkBYMBRMKSjs.useRehydrationList; exports.useRoleTableStructure = _chunkBYMBRMKSjs.useRoleTableStructure; exports.useSocket = _chunkBYMBRMKSjs.useSocket; exports.useSubscriptionStatus = _chunkBYMBRMKSjs.useSubscriptionStatus; exports.useTableGenerator = _chunkBYMBRMKSjs.useTableGenerator; exports.useUrlRewriter = _chunkBYMBRMKSjs.useUrlRewriter; exports.useUserSearch = _chunkBYMBRMKSjs.useUserSearch; exports.useUserTableStructure = _chunkBYMBRMKSjs.useUserTableStructure;
121
121
  //# sourceMappingURL=index.js.map
@@ -25,7 +25,7 @@ import {
25
25
  useUrlRewriter,
26
26
  useUserSearch,
27
27
  useUserTableStructure
28
- } from "../chunk-ZUUH4CQC.mjs";
28
+ } from "../chunk-VMK2N3TQ.mjs";
29
29
  import {
30
30
  configureClientConfig,
31
31
  configureI18n,
@@ -50,7 +50,7 @@ import {
50
50
  getClientApiUrl,
51
51
  getClientAppUrl,
52
52
  getClientTrackablePages
53
- } from "../chunk-P7R2DPD6.mjs";
53
+ } from "../chunk-TQ5GRRTM.mjs";
54
54
  import {
55
55
  getClientToken
56
56
  } from "../chunk-AUXK7QSA.mjs";
@@ -373,9 +373,9 @@
373
373
 
374
374
 
375
375
 
376
- var _chunkYVEK3SUSjs = require('../chunk-YVEK3SUS.js');
376
+ var _chunkBYMBRMKSjs = require('../chunk-BYMBRMKS.js');
377
377
  require('../chunk-2PHWAL6Q.js');
378
- require('../chunk-53IPQJVH.js');
378
+ require('../chunk-3EZX4G2E.js');
379
379
  require('../chunk-LXKSUWAV.js');
380
380
  require('../chunk-IBS6NI7D.js');
381
381
  require('../chunk-FM6WRAN5.js');
@@ -762,5 +762,5 @@ require('../chunk-7QVYU63E.js');
762
762
 
763
763
 
764
764
 
765
- exports.AcceptInvitation = _chunkYVEK3SUSjs.AcceptInvitation; exports.Accordion = _chunkYVEK3SUSjs.Accordion; exports.AccordionContent = _chunkYVEK3SUSjs.AccordionContent; exports.AccordionItem = _chunkYVEK3SUSjs.AccordionItem; exports.AccordionTrigger = _chunkYVEK3SUSjs.AccordionTrigger; exports.ActivateAccount = _chunkYVEK3SUSjs.ActivateAccount; exports.AddUserToRole = _chunkYVEK3SUSjs.AddUserToRole; exports.AdminCompanyContainer = _chunkYVEK3SUSjs.AdminCompanyContainer; exports.AdminUsersList = _chunkYVEK3SUSjs.AdminUsersList; exports.Alert = _chunkYVEK3SUSjs.Alert; exports.AlertAction = _chunkYVEK3SUSjs.AlertAction; exports.AlertDescription = _chunkYVEK3SUSjs.AlertDescription; exports.AlertDialog = _chunkYVEK3SUSjs.AlertDialog; exports.AlertDialogAction = _chunkYVEK3SUSjs.AlertDialogAction; exports.AlertDialogCancel = _chunkYVEK3SUSjs.AlertDialogCancel; exports.AlertDialogContent = _chunkYVEK3SUSjs.AlertDialogContent; exports.AlertDialogDescription = _chunkYVEK3SUSjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkYVEK3SUSjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkYVEK3SUSjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkYVEK3SUSjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkYVEK3SUSjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkYVEK3SUSjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkYVEK3SUSjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkYVEK3SUSjs.AlertDialogTrigger; exports.AlertTitle = _chunkYVEK3SUSjs.AlertTitle; exports.AllowedUsersDetails = _chunkYVEK3SUSjs.AllowedUsersDetails; exports.AttributeElement = _chunkYVEK3SUSjs.AttributeElement; exports.AuthContainer = _chunkYVEK3SUSjs.AuthContainer; exports.Avatar = _chunkYVEK3SUSjs.Avatar; exports.AvatarBadge = _chunkYVEK3SUSjs.AvatarBadge; exports.AvatarFallback = _chunkYVEK3SUSjs.AvatarFallback; exports.AvatarGroup = _chunkYVEK3SUSjs.AvatarGroup; exports.AvatarGroupCount = _chunkYVEK3SUSjs.AvatarGroupCount; exports.AvatarImage = _chunkYVEK3SUSjs.AvatarImage; exports.Badge = _chunkYVEK3SUSjs.Badge; exports.BlockNoteEditorContainer = _chunkYVEK3SUSjs.BlockNoteEditorContainer; exports.Board = _chunkYVEK3SUSjs.KanbanBoard; exports.Breadcrumb = _chunkYVEK3SUSjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkYVEK3SUSjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkYVEK3SUSjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkYVEK3SUSjs.BreadcrumbLink; exports.BreadcrumbList = _chunkYVEK3SUSjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkYVEK3SUSjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkYVEK3SUSjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkYVEK3SUSjs.BreadcrumbSeparator; exports.Button = _chunkYVEK3SUSjs.Button; exports.Calendar = _chunkYVEK3SUSjs.Calendar; exports.CalendarDayButton = _chunkYVEK3SUSjs.CalendarDayButton; exports.Card = _chunkYVEK3SUSjs.Card; exports.CardAction = _chunkYVEK3SUSjs.CardAction; exports.CardContent = _chunkYVEK3SUSjs.CardContent; exports.CardDescription = _chunkYVEK3SUSjs.CardDescription; exports.CardFooter = _chunkYVEK3SUSjs.CardFooter; exports.CardHeader = _chunkYVEK3SUSjs.CardHeader; exports.CardTitle = _chunkYVEK3SUSjs.CardTitle; exports.Carousel = _chunkYVEK3SUSjs.Carousel; exports.CarouselContent = _chunkYVEK3SUSjs.CarouselContent; exports.CarouselItem = _chunkYVEK3SUSjs.CarouselItem; exports.CarouselNext = _chunkYVEK3SUSjs.CarouselNext; exports.CarouselPrevious = _chunkYVEK3SUSjs.CarouselPrevious; exports.ChartContainer = _chunkYVEK3SUSjs.ChartContainer; exports.ChartLegend = _chunkYVEK3SUSjs.ChartLegend; exports.ChartLegendContent = _chunkYVEK3SUSjs.ChartLegendContent; exports.ChartStyle = _chunkYVEK3SUSjs.ChartStyle; exports.ChartTooltip = _chunkYVEK3SUSjs.ChartTooltip; exports.ChartTooltipContent = _chunkYVEK3SUSjs.ChartTooltipContent; exports.Checkbox = _chunkYVEK3SUSjs.Checkbox; exports.Collapsible = _chunkYVEK3SUSjs.Collapsible; exports.CollapsibleContent = _chunkYVEK3SUSjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkYVEK3SUSjs.CollapsibleTrigger; exports.Column = _chunkYVEK3SUSjs.KanbanColumn; exports.ColumnHandle = _chunkYVEK3SUSjs.KanbanColumnHandle; exports.Command = _chunkYVEK3SUSjs.Command; exports.CommandDialog = _chunkYVEK3SUSjs.CommandDialog; exports.CommandEmpty = _chunkYVEK3SUSjs.CommandEmpty; exports.CommandGroup = _chunkYVEK3SUSjs.CommandGroup; exports.CommandInput = _chunkYVEK3SUSjs.CommandInput; exports.CommandItem = _chunkYVEK3SUSjs.CommandItem; exports.CommandList = _chunkYVEK3SUSjs.CommandList; exports.CommandSeparator = _chunkYVEK3SUSjs.CommandSeparator; exports.CommandShortcut = _chunkYVEK3SUSjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkYVEK3SUSjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkYVEK3SUSjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkYVEK3SUSjs.CommonDeleter; exports.CommonEditorButtons = _chunkYVEK3SUSjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkYVEK3SUSjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkYVEK3SUSjs.CommonEditorTrigger; exports.CompaniesList = _chunkYVEK3SUSjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkYVEK3SUSjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkYVEK3SUSjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkYVEK3SUSjs.CompanyContainer; exports.CompanyDeleter = _chunkYVEK3SUSjs.CompanyDeleter; exports.CompanyDetails = _chunkYVEK3SUSjs.CompanyDetails; exports.CompanyEditor = _chunkYVEK3SUSjs.CompanyEditor; exports.CompanyUsersList = _chunkYVEK3SUSjs.CompanyUsersList; exports.ContentListTable = _chunkYVEK3SUSjs.ContentListTable; exports.ContentTableSearch = _chunkYVEK3SUSjs.ContentTableSearch; exports.ContentTitle = _chunkYVEK3SUSjs.ContentTitle; exports.ContentsList = _chunkYVEK3SUSjs.ContentsList; exports.ContentsListById = _chunkYVEK3SUSjs.ContentsListById; exports.ContextMenu = _chunkYVEK3SUSjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkYVEK3SUSjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkYVEK3SUSjs.ContextMenuContent; exports.ContextMenuGroup = _chunkYVEK3SUSjs.ContextMenuGroup; exports.ContextMenuItem = _chunkYVEK3SUSjs.ContextMenuItem; exports.ContextMenuLabel = _chunkYVEK3SUSjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkYVEK3SUSjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkYVEK3SUSjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkYVEK3SUSjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkYVEK3SUSjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkYVEK3SUSjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkYVEK3SUSjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkYVEK3SUSjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkYVEK3SUSjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkYVEK3SUSjs.ContextMenuTrigger; exports.ContributorsList = _chunkYVEK3SUSjs.ContributorsList; exports.Cookies = _chunkYVEK3SUSjs.Cookies; exports.DatePickerPopover = _chunkYVEK3SUSjs.DatePickerPopover; exports.DateRangeSelector = _chunkYVEK3SUSjs.DateRangeSelector; exports.Dialog = _chunkYVEK3SUSjs.Dialog; exports.DialogClose = _chunkYVEK3SUSjs.DialogClose; exports.DialogContent = _chunkYVEK3SUSjs.DialogContent; exports.DialogDescription = _chunkYVEK3SUSjs.DialogDescription; exports.DialogFooter = _chunkYVEK3SUSjs.DialogFooter; exports.DialogHeader = _chunkYVEK3SUSjs.DialogHeader; exports.DialogOverlay = _chunkYVEK3SUSjs.DialogOverlay; exports.DialogPortal = _chunkYVEK3SUSjs.DialogPortal; exports.DialogTitle = _chunkYVEK3SUSjs.DialogTitle; exports.DialogTrigger = _chunkYVEK3SUSjs.DialogTrigger; exports.Drawer = _chunkYVEK3SUSjs.Drawer; exports.DrawerClose = _chunkYVEK3SUSjs.DrawerClose; exports.DrawerContent = _chunkYVEK3SUSjs.DrawerContent; exports.DrawerDescription = _chunkYVEK3SUSjs.DrawerDescription; exports.DrawerFooter = _chunkYVEK3SUSjs.DrawerFooter; exports.DrawerHeader = _chunkYVEK3SUSjs.DrawerHeader; exports.DrawerOverlay = _chunkYVEK3SUSjs.DrawerOverlay; exports.DrawerPortal = _chunkYVEK3SUSjs.DrawerPortal; exports.DrawerTitle = _chunkYVEK3SUSjs.DrawerTitle; exports.DrawerTrigger = _chunkYVEK3SUSjs.DrawerTrigger; exports.DropdownMenu = _chunkYVEK3SUSjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkYVEK3SUSjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkYVEK3SUSjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkYVEK3SUSjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkYVEK3SUSjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkYVEK3SUSjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkYVEK3SUSjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkYVEK3SUSjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkYVEK3SUSjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkYVEK3SUSjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkYVEK3SUSjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkYVEK3SUSjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkYVEK3SUSjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkYVEK3SUSjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkYVEK3SUSjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkYVEK3SUSjs.ErrorDetails; exports.Field = _chunkYVEK3SUSjs.Field; exports.FieldContent = _chunkYVEK3SUSjs.FieldContent; exports.FieldDescription = _chunkYVEK3SUSjs.FieldDescription; exports.FieldError = _chunkYVEK3SUSjs.FieldError; exports.FieldGroup = _chunkYVEK3SUSjs.FieldGroup; exports.FieldLabel = _chunkYVEK3SUSjs.FieldLabel; exports.FieldLegend = _chunkYVEK3SUSjs.FieldLegend; exports.FieldSeparator = _chunkYVEK3SUSjs.FieldSeparator; exports.FieldSet = _chunkYVEK3SUSjs.FieldSet; exports.FieldTitle = _chunkYVEK3SUSjs.FieldTitle; exports.FileInput = _chunkYVEK3SUSjs.FileInput; exports.FileUploader = _chunkYVEK3SUSjs.FileUploader; exports.FileUploaderContent = _chunkYVEK3SUSjs.FileUploaderContent; exports.FileUploaderItem = _chunkYVEK3SUSjs.FileUploaderItem; exports.ForgotPassword = _chunkYVEK3SUSjs.ForgotPassword; exports.Form = _chunkYVEK3SUSjs.Form; exports.FormCheckbox = _chunkYVEK3SUSjs.FormCheckbox; exports.FormDate = _chunkYVEK3SUSjs.FormDate; exports.FormDateTime = _chunkYVEK3SUSjs.FormDateTime; exports.FormFeatures = _chunkYVEK3SUSjs.FormFeatures; exports.FormFieldWrapper = _chunkYVEK3SUSjs.FormFieldWrapper; exports.FormInput = _chunkYVEK3SUSjs.FormInput; exports.FormPassword = _chunkYVEK3SUSjs.FormPassword; exports.FormPlaceAutocomplete = _chunkYVEK3SUSjs.FormPlaceAutocomplete; exports.FormRoles = _chunkYVEK3SUSjs.FormRoles; exports.FormSelect = _chunkYVEK3SUSjs.FormSelect; exports.FormSlider = _chunkYVEK3SUSjs.FormSlider; exports.FormSwitch = _chunkYVEK3SUSjs.FormSwitch; exports.FormTextarea = _chunkYVEK3SUSjs.FormTextarea; exports.GdprConsentCheckbox = _chunkYVEK3SUSjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkYVEK3SUSjs.GdprConsentSection; exports.Header = _chunkYVEK3SUSjs.Header; exports.HoverCard = _chunkYVEK3SUSjs.HoverCard; exports.HoverCardContent = _chunkYVEK3SUSjs.HoverCardContent; exports.HoverCardTrigger = _chunkYVEK3SUSjs.HoverCardTrigger; exports.Input = _chunkYVEK3SUSjs.Input; exports.InputGroup = _chunkYVEK3SUSjs.InputGroup; exports.InputGroupAddon = _chunkYVEK3SUSjs.InputGroupAddon; exports.InputGroupButton = _chunkYVEK3SUSjs.InputGroupButton; exports.InputGroupInput = _chunkYVEK3SUSjs.InputGroupInput; exports.InputGroupText = _chunkYVEK3SUSjs.InputGroupText; exports.InputGroupTextarea = _chunkYVEK3SUSjs.InputGroupTextarea; exports.InputOTP = _chunkYVEK3SUSjs.InputOTP; exports.InputOTPGroup = _chunkYVEK3SUSjs.InputOTPGroup; exports.InputOTPSeparator = _chunkYVEK3SUSjs.InputOTPSeparator; exports.InputOTPSlot = _chunkYVEK3SUSjs.InputOTPSlot; exports.Item = _chunkYVEK3SUSjs.KanbanItem; exports.ItemHandle = _chunkYVEK3SUSjs.KanbanItemHandle; exports.Kanban = _chunkYVEK3SUSjs.KanbanRoot; exports.KanbanBoard = _chunkYVEK3SUSjs.KanbanBoard; exports.KanbanColumn = _chunkYVEK3SUSjs.KanbanColumn; exports.KanbanColumnHandle = _chunkYVEK3SUSjs.KanbanColumnHandle; exports.KanbanItem = _chunkYVEK3SUSjs.KanbanItem; exports.KanbanItemHandle = _chunkYVEK3SUSjs.KanbanItemHandle; exports.KanbanOverlay = _chunkYVEK3SUSjs.KanbanOverlay; exports.Label = _chunkYVEK3SUSjs.Label; exports.LandingComponent = _chunkYVEK3SUSjs.LandingComponent; exports.Link = _chunkYVEK3SUSjs.Link; exports.Login = _chunkYVEK3SUSjs.Login; exports.Logout = _chunkYVEK3SUSjs.Logout; exports.ModeToggleSwitch = _chunkYVEK3SUSjs.ModeToggleSwitch; exports.MultiSelect = _chunkYVEK3SUSjs.MultiSelect; exports.NavigationMenu = _chunkYVEK3SUSjs.NavigationMenu; exports.NavigationMenuContent = _chunkYVEK3SUSjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkYVEK3SUSjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkYVEK3SUSjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkYVEK3SUSjs.NavigationMenuLink; exports.NavigationMenuList = _chunkYVEK3SUSjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkYVEK3SUSjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkYVEK3SUSjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkYVEK3SUSjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkYVEK3SUSjs.NotificationMenuItem; exports.NotificationModal = _chunkYVEK3SUSjs.NotificationModal; exports.NotificationToast = _chunkYVEK3SUSjs.NotificationToast; exports.NotificationsList = _chunkYVEK3SUSjs.NotificationsList; exports.NotificationsListContainer = _chunkYVEK3SUSjs.NotificationsListContainer; exports.OAuthClientCard = _chunkYVEK3SUSjs.OAuthClientCard; exports.OAuthClientDetail = _chunkYVEK3SUSjs.OAuthClientDetail; exports.OAuthClientForm = _chunkYVEK3SUSjs.OAuthClientForm; exports.OAuthClientList = _chunkYVEK3SUSjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkYVEK3SUSjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkYVEK3SUSjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkYVEK3SUSjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkYVEK3SUSjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkYVEK3SUSjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkYVEK3SUSjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkYVEK3SUSjs.OAuthScopeSelector; exports.OnboardingCard = _chunkYVEK3SUSjs.OnboardingCard; exports.Overlay = _chunkYVEK3SUSjs.KanbanOverlay; exports.PageContainer = _chunkYVEK3SUSjs.PageContainer; exports.PageContainerContentDetails = _chunkYVEK3SUSjs.PageContainerContentDetails; exports.PageContentContainer = _chunkYVEK3SUSjs.PageContentContainer; exports.PageSection = _chunkYVEK3SUSjs.PageSection; exports.PasswordInput = _chunkYVEK3SUSjs.PasswordInput; exports.Popover = _chunkYVEK3SUSjs.Popover; exports.PopoverContent = _chunkYVEK3SUSjs.PopoverContent; exports.PopoverDescription = _chunkYVEK3SUSjs.PopoverDescription; exports.PopoverHeader = _chunkYVEK3SUSjs.PopoverHeader; exports.PopoverTitle = _chunkYVEK3SUSjs.PopoverTitle; exports.PopoverTrigger = _chunkYVEK3SUSjs.PopoverTrigger; exports.Progress = _chunkYVEK3SUSjs.Progress; exports.ProgressIndicator = _chunkYVEK3SUSjs.ProgressIndicator; exports.ProgressLabel = _chunkYVEK3SUSjs.ProgressLabel; exports.ProgressTrack = _chunkYVEK3SUSjs.ProgressTrack; exports.ProgressValue = _chunkYVEK3SUSjs.ProgressValue; exports.PushNotificationProvider = _chunkYVEK3SUSjs.PushNotificationProvider; exports.RadioGroup = _chunkYVEK3SUSjs.RadioGroup; exports.RadioGroupItem = _chunkYVEK3SUSjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkYVEK3SUSjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkYVEK3SUSjs.RecentPagesNavigator; exports.RefreshUser = _chunkYVEK3SUSjs.RefreshUser; exports.RelevantContentsList = _chunkYVEK3SUSjs.RelevantContentsList; exports.RelevantUsersList = _chunkYVEK3SUSjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkYVEK3SUSjs.RemoveUserFromRole; exports.ResetPassword = _chunkYVEK3SUSjs.ResetPassword; exports.ResizableHandle = _chunkYVEK3SUSjs.ResizableHandle; exports.ResizablePanel = _chunkYVEK3SUSjs.ResizablePanel; exports.ResizablePanelGroup = _chunkYVEK3SUSjs.ResizablePanelGroup; exports.RoleContainer = _chunkYVEK3SUSjs.RoleContainer; exports.RoleDetails = _chunkYVEK3SUSjs.RoleDetails; exports.RoleUsersList = _chunkYVEK3SUSjs.RoleUsersList; exports.RolesList = _chunkYVEK3SUSjs.RolesList; exports.Root = _chunkYVEK3SUSjs.KanbanRoot; exports.ScrollArea = _chunkYVEK3SUSjs.ScrollArea; exports.ScrollBar = _chunkYVEK3SUSjs.ScrollBar; exports.Select = _chunkYVEK3SUSjs.Select; exports.SelectContent = _chunkYVEK3SUSjs.SelectContent; exports.SelectGroup = _chunkYVEK3SUSjs.SelectGroup; exports.SelectItem = _chunkYVEK3SUSjs.SelectItem; exports.SelectLabel = _chunkYVEK3SUSjs.SelectLabel; exports.SelectScrollDownButton = _chunkYVEK3SUSjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkYVEK3SUSjs.SelectScrollUpButton; exports.SelectSeparator = _chunkYVEK3SUSjs.SelectSeparator; exports.SelectTrigger = _chunkYVEK3SUSjs.SelectTrigger; exports.SelectValue = _chunkYVEK3SUSjs.SelectValue; exports.Separator = _chunkYVEK3SUSjs.Separator; exports.Sheet = _chunkYVEK3SUSjs.Sheet; exports.SheetClose = _chunkYVEK3SUSjs.SheetClose; exports.SheetContent = _chunkYVEK3SUSjs.SheetContent; exports.SheetDescription = _chunkYVEK3SUSjs.SheetDescription; exports.SheetFooter = _chunkYVEK3SUSjs.SheetFooter; exports.SheetHeader = _chunkYVEK3SUSjs.SheetHeader; exports.SheetTitle = _chunkYVEK3SUSjs.SheetTitle; exports.SheetTrigger = _chunkYVEK3SUSjs.SheetTrigger; exports.Sidebar = _chunkYVEK3SUSjs.Sidebar; exports.SidebarContent = _chunkYVEK3SUSjs.SidebarContent; exports.SidebarFooter = _chunkYVEK3SUSjs.SidebarFooter; exports.SidebarGroup = _chunkYVEK3SUSjs.SidebarGroup; exports.SidebarGroupAction = _chunkYVEK3SUSjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkYVEK3SUSjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkYVEK3SUSjs.SidebarGroupLabel; exports.SidebarHeader = _chunkYVEK3SUSjs.SidebarHeader; exports.SidebarInput = _chunkYVEK3SUSjs.SidebarInput; exports.SidebarInset = _chunkYVEK3SUSjs.SidebarInset; exports.SidebarMenu = _chunkYVEK3SUSjs.SidebarMenu; exports.SidebarMenuAction = _chunkYVEK3SUSjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkYVEK3SUSjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkYVEK3SUSjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkYVEK3SUSjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkYVEK3SUSjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkYVEK3SUSjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkYVEK3SUSjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkYVEK3SUSjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkYVEK3SUSjs.SidebarProvider; exports.SidebarRail = _chunkYVEK3SUSjs.SidebarRail; exports.SidebarSeparator = _chunkYVEK3SUSjs.SidebarSeparator; exports.SidebarTrigger = _chunkYVEK3SUSjs.SidebarTrigger; exports.Skeleton = _chunkYVEK3SUSjs.Skeleton; exports.Slider = _chunkYVEK3SUSjs.Slider; exports.Switch = _chunkYVEK3SUSjs.Switch; exports.Table = _chunkYVEK3SUSjs.Table; exports.TableBody = _chunkYVEK3SUSjs.TableBody; exports.TableCaption = _chunkYVEK3SUSjs.TableCaption; exports.TableCell = _chunkYVEK3SUSjs.TableCell; exports.TableFooter = _chunkYVEK3SUSjs.TableFooter; exports.TableHead = _chunkYVEK3SUSjs.TableHead; exports.TableHeader = _chunkYVEK3SUSjs.TableHeader; exports.TableRow = _chunkYVEK3SUSjs.TableRow; exports.Tabs = _chunkYVEK3SUSjs.Tabs; exports.TabsContainer = _chunkYVEK3SUSjs.TabsContainer; exports.TabsContent = _chunkYVEK3SUSjs.TabsContent; exports.TabsList = _chunkYVEK3SUSjs.TabsList; exports.TabsTrigger = _chunkYVEK3SUSjs.TabsTrigger; exports.Textarea = _chunkYVEK3SUSjs.Textarea; exports.Toaster = _chunkYVEK3SUSjs.Toaster; exports.Toggle = _chunkYVEK3SUSjs.Toggle; exports.TokenStatusIndicator = _chunkYVEK3SUSjs.TokenStatusIndicator; exports.Tooltip = _chunkYVEK3SUSjs.Tooltip; exports.TooltipContent = _chunkYVEK3SUSjs.TooltipContent; exports.TooltipProvider = _chunkYVEK3SUSjs.TooltipProvider; exports.TooltipTrigger = _chunkYVEK3SUSjs.TooltipTrigger; exports.UserAvatar = _chunkYVEK3SUSjs.UserAvatar; exports.UserAvatarEditor = _chunkYVEK3SUSjs.UserAvatarEditor; exports.UserContainer = _chunkYVEK3SUSjs.UserContainer; exports.UserDeleter = _chunkYVEK3SUSjs.UserDeleter; exports.UserDetails = _chunkYVEK3SUSjs.UserDetails; exports.UserEditor = _chunkYVEK3SUSjs.UserEditor; exports.UserIndexContainer = _chunkYVEK3SUSjs.UserIndexContainer; exports.UserIndexDetails = _chunkYVEK3SUSjs.UserIndexDetails; exports.UserListInAdd = _chunkYVEK3SUSjs.UserListInAdd; exports.UserMultiSelect = _chunkYVEK3SUSjs.UserMultiSelect; exports.UserReactivator = _chunkYVEK3SUSjs.UserReactivator; exports.UserResentInvitationEmail = _chunkYVEK3SUSjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkYVEK3SUSjs.UserRoleAdd; exports.UserRolesList = _chunkYVEK3SUSjs.UserRolesList; exports.UserSelector = _chunkYVEK3SUSjs.UserSelector; exports.UsersList = _chunkYVEK3SUSjs.UsersList; exports.UsersListByContentIds = _chunkYVEK3SUSjs.UsersListByContentIds; exports.UsersListContainer = _chunkYVEK3SUSjs.UsersListContainer; exports.badgeVariants = _chunkYVEK3SUSjs.badgeVariants; exports.buttonVariants = _chunkYVEK3SUSjs.buttonVariants; exports.cellComponent = _chunkYVEK3SUSjs.cellComponent; exports.cellDate = _chunkYVEK3SUSjs.cellDate; exports.cellId = _chunkYVEK3SUSjs.cellId; exports.cellLink = _chunkYVEK3SUSjs.cellLink; exports.cellUrl = _chunkYVEK3SUSjs.cellUrl; exports.errorToast = _chunkYVEK3SUSjs.errorToast; exports.generateNotificationData = _chunkYVEK3SUSjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkYVEK3SUSjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkYVEK3SUSjs.tabsListVariants; exports.toggleVariants = _chunkYVEK3SUSjs.toggleVariants; exports.triggerAssociationToast = _chunkYVEK3SUSjs.triggerAssociationToast; exports.useCarousel = _chunkYVEK3SUSjs.useCarousel; exports.useFileUpload = _chunkYVEK3SUSjs.useFileUpload; exports.useSidebar = _chunkYVEK3SUSjs.useSidebar;
765
+ exports.AcceptInvitation = _chunkBYMBRMKSjs.AcceptInvitation; exports.Accordion = _chunkBYMBRMKSjs.Accordion; exports.AccordionContent = _chunkBYMBRMKSjs.AccordionContent; exports.AccordionItem = _chunkBYMBRMKSjs.AccordionItem; exports.AccordionTrigger = _chunkBYMBRMKSjs.AccordionTrigger; exports.ActivateAccount = _chunkBYMBRMKSjs.ActivateAccount; exports.AddUserToRole = _chunkBYMBRMKSjs.AddUserToRole; exports.AdminCompanyContainer = _chunkBYMBRMKSjs.AdminCompanyContainer; exports.AdminUsersList = _chunkBYMBRMKSjs.AdminUsersList; exports.Alert = _chunkBYMBRMKSjs.Alert; exports.AlertAction = _chunkBYMBRMKSjs.AlertAction; exports.AlertDescription = _chunkBYMBRMKSjs.AlertDescription; exports.AlertDialog = _chunkBYMBRMKSjs.AlertDialog; exports.AlertDialogAction = _chunkBYMBRMKSjs.AlertDialogAction; exports.AlertDialogCancel = _chunkBYMBRMKSjs.AlertDialogCancel; exports.AlertDialogContent = _chunkBYMBRMKSjs.AlertDialogContent; exports.AlertDialogDescription = _chunkBYMBRMKSjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkBYMBRMKSjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkBYMBRMKSjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkBYMBRMKSjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkBYMBRMKSjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkBYMBRMKSjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkBYMBRMKSjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkBYMBRMKSjs.AlertDialogTrigger; exports.AlertTitle = _chunkBYMBRMKSjs.AlertTitle; exports.AllowedUsersDetails = _chunkBYMBRMKSjs.AllowedUsersDetails; exports.AttributeElement = _chunkBYMBRMKSjs.AttributeElement; exports.AuthContainer = _chunkBYMBRMKSjs.AuthContainer; exports.Avatar = _chunkBYMBRMKSjs.Avatar; exports.AvatarBadge = _chunkBYMBRMKSjs.AvatarBadge; exports.AvatarFallback = _chunkBYMBRMKSjs.AvatarFallback; exports.AvatarGroup = _chunkBYMBRMKSjs.AvatarGroup; exports.AvatarGroupCount = _chunkBYMBRMKSjs.AvatarGroupCount; exports.AvatarImage = _chunkBYMBRMKSjs.AvatarImage; exports.Badge = _chunkBYMBRMKSjs.Badge; exports.BlockNoteEditorContainer = _chunkBYMBRMKSjs.BlockNoteEditorContainer; exports.Board = _chunkBYMBRMKSjs.KanbanBoard; exports.Breadcrumb = _chunkBYMBRMKSjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkBYMBRMKSjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkBYMBRMKSjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkBYMBRMKSjs.BreadcrumbLink; exports.BreadcrumbList = _chunkBYMBRMKSjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkBYMBRMKSjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkBYMBRMKSjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkBYMBRMKSjs.BreadcrumbSeparator; exports.Button = _chunkBYMBRMKSjs.Button; exports.Calendar = _chunkBYMBRMKSjs.Calendar; exports.CalendarDayButton = _chunkBYMBRMKSjs.CalendarDayButton; exports.Card = _chunkBYMBRMKSjs.Card; exports.CardAction = _chunkBYMBRMKSjs.CardAction; exports.CardContent = _chunkBYMBRMKSjs.CardContent; exports.CardDescription = _chunkBYMBRMKSjs.CardDescription; exports.CardFooter = _chunkBYMBRMKSjs.CardFooter; exports.CardHeader = _chunkBYMBRMKSjs.CardHeader; exports.CardTitle = _chunkBYMBRMKSjs.CardTitle; exports.Carousel = _chunkBYMBRMKSjs.Carousel; exports.CarouselContent = _chunkBYMBRMKSjs.CarouselContent; exports.CarouselItem = _chunkBYMBRMKSjs.CarouselItem; exports.CarouselNext = _chunkBYMBRMKSjs.CarouselNext; exports.CarouselPrevious = _chunkBYMBRMKSjs.CarouselPrevious; exports.ChartContainer = _chunkBYMBRMKSjs.ChartContainer; exports.ChartLegend = _chunkBYMBRMKSjs.ChartLegend; exports.ChartLegendContent = _chunkBYMBRMKSjs.ChartLegendContent; exports.ChartStyle = _chunkBYMBRMKSjs.ChartStyle; exports.ChartTooltip = _chunkBYMBRMKSjs.ChartTooltip; exports.ChartTooltipContent = _chunkBYMBRMKSjs.ChartTooltipContent; exports.Checkbox = _chunkBYMBRMKSjs.Checkbox; exports.Collapsible = _chunkBYMBRMKSjs.Collapsible; exports.CollapsibleContent = _chunkBYMBRMKSjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkBYMBRMKSjs.CollapsibleTrigger; exports.Column = _chunkBYMBRMKSjs.KanbanColumn; exports.ColumnHandle = _chunkBYMBRMKSjs.KanbanColumnHandle; exports.Command = _chunkBYMBRMKSjs.Command; exports.CommandDialog = _chunkBYMBRMKSjs.CommandDialog; exports.CommandEmpty = _chunkBYMBRMKSjs.CommandEmpty; exports.CommandGroup = _chunkBYMBRMKSjs.CommandGroup; exports.CommandInput = _chunkBYMBRMKSjs.CommandInput; exports.CommandItem = _chunkBYMBRMKSjs.CommandItem; exports.CommandList = _chunkBYMBRMKSjs.CommandList; exports.CommandSeparator = _chunkBYMBRMKSjs.CommandSeparator; exports.CommandShortcut = _chunkBYMBRMKSjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkBYMBRMKSjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkBYMBRMKSjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkBYMBRMKSjs.CommonDeleter; exports.CommonEditorButtons = _chunkBYMBRMKSjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkBYMBRMKSjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkBYMBRMKSjs.CommonEditorTrigger; exports.CompaniesList = _chunkBYMBRMKSjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkBYMBRMKSjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkBYMBRMKSjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkBYMBRMKSjs.CompanyContainer; exports.CompanyDeleter = _chunkBYMBRMKSjs.CompanyDeleter; exports.CompanyDetails = _chunkBYMBRMKSjs.CompanyDetails; exports.CompanyEditor = _chunkBYMBRMKSjs.CompanyEditor; exports.CompanyUsersList = _chunkBYMBRMKSjs.CompanyUsersList; exports.ContentListTable = _chunkBYMBRMKSjs.ContentListTable; exports.ContentTableSearch = _chunkBYMBRMKSjs.ContentTableSearch; exports.ContentTitle = _chunkBYMBRMKSjs.ContentTitle; exports.ContentsList = _chunkBYMBRMKSjs.ContentsList; exports.ContentsListById = _chunkBYMBRMKSjs.ContentsListById; exports.ContextMenu = _chunkBYMBRMKSjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkBYMBRMKSjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkBYMBRMKSjs.ContextMenuContent; exports.ContextMenuGroup = _chunkBYMBRMKSjs.ContextMenuGroup; exports.ContextMenuItem = _chunkBYMBRMKSjs.ContextMenuItem; exports.ContextMenuLabel = _chunkBYMBRMKSjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkBYMBRMKSjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkBYMBRMKSjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkBYMBRMKSjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkBYMBRMKSjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkBYMBRMKSjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkBYMBRMKSjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkBYMBRMKSjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkBYMBRMKSjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkBYMBRMKSjs.ContextMenuTrigger; exports.ContributorsList = _chunkBYMBRMKSjs.ContributorsList; exports.Cookies = _chunkBYMBRMKSjs.Cookies; exports.DatePickerPopover = _chunkBYMBRMKSjs.DatePickerPopover; exports.DateRangeSelector = _chunkBYMBRMKSjs.DateRangeSelector; exports.Dialog = _chunkBYMBRMKSjs.Dialog; exports.DialogClose = _chunkBYMBRMKSjs.DialogClose; exports.DialogContent = _chunkBYMBRMKSjs.DialogContent; exports.DialogDescription = _chunkBYMBRMKSjs.DialogDescription; exports.DialogFooter = _chunkBYMBRMKSjs.DialogFooter; exports.DialogHeader = _chunkBYMBRMKSjs.DialogHeader; exports.DialogOverlay = _chunkBYMBRMKSjs.DialogOverlay; exports.DialogPortal = _chunkBYMBRMKSjs.DialogPortal; exports.DialogTitle = _chunkBYMBRMKSjs.DialogTitle; exports.DialogTrigger = _chunkBYMBRMKSjs.DialogTrigger; exports.Drawer = _chunkBYMBRMKSjs.Drawer; exports.DrawerClose = _chunkBYMBRMKSjs.DrawerClose; exports.DrawerContent = _chunkBYMBRMKSjs.DrawerContent; exports.DrawerDescription = _chunkBYMBRMKSjs.DrawerDescription; exports.DrawerFooter = _chunkBYMBRMKSjs.DrawerFooter; exports.DrawerHeader = _chunkBYMBRMKSjs.DrawerHeader; exports.DrawerOverlay = _chunkBYMBRMKSjs.DrawerOverlay; exports.DrawerPortal = _chunkBYMBRMKSjs.DrawerPortal; exports.DrawerTitle = _chunkBYMBRMKSjs.DrawerTitle; exports.DrawerTrigger = _chunkBYMBRMKSjs.DrawerTrigger; exports.DropdownMenu = _chunkBYMBRMKSjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkBYMBRMKSjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkBYMBRMKSjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkBYMBRMKSjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkBYMBRMKSjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkBYMBRMKSjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkBYMBRMKSjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkBYMBRMKSjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkBYMBRMKSjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkBYMBRMKSjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkBYMBRMKSjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkBYMBRMKSjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkBYMBRMKSjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkBYMBRMKSjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkBYMBRMKSjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkBYMBRMKSjs.ErrorDetails; exports.Field = _chunkBYMBRMKSjs.Field; exports.FieldContent = _chunkBYMBRMKSjs.FieldContent; exports.FieldDescription = _chunkBYMBRMKSjs.FieldDescription; exports.FieldError = _chunkBYMBRMKSjs.FieldError; exports.FieldGroup = _chunkBYMBRMKSjs.FieldGroup; exports.FieldLabel = _chunkBYMBRMKSjs.FieldLabel; exports.FieldLegend = _chunkBYMBRMKSjs.FieldLegend; exports.FieldSeparator = _chunkBYMBRMKSjs.FieldSeparator; exports.FieldSet = _chunkBYMBRMKSjs.FieldSet; exports.FieldTitle = _chunkBYMBRMKSjs.FieldTitle; exports.FileInput = _chunkBYMBRMKSjs.FileInput; exports.FileUploader = _chunkBYMBRMKSjs.FileUploader; exports.FileUploaderContent = _chunkBYMBRMKSjs.FileUploaderContent; exports.FileUploaderItem = _chunkBYMBRMKSjs.FileUploaderItem; exports.ForgotPassword = _chunkBYMBRMKSjs.ForgotPassword; exports.Form = _chunkBYMBRMKSjs.Form; exports.FormCheckbox = _chunkBYMBRMKSjs.FormCheckbox; exports.FormDate = _chunkBYMBRMKSjs.FormDate; exports.FormDateTime = _chunkBYMBRMKSjs.FormDateTime; exports.FormFeatures = _chunkBYMBRMKSjs.FormFeatures; exports.FormFieldWrapper = _chunkBYMBRMKSjs.FormFieldWrapper; exports.FormInput = _chunkBYMBRMKSjs.FormInput; exports.FormPassword = _chunkBYMBRMKSjs.FormPassword; exports.FormPlaceAutocomplete = _chunkBYMBRMKSjs.FormPlaceAutocomplete; exports.FormRoles = _chunkBYMBRMKSjs.FormRoles; exports.FormSelect = _chunkBYMBRMKSjs.FormSelect; exports.FormSlider = _chunkBYMBRMKSjs.FormSlider; exports.FormSwitch = _chunkBYMBRMKSjs.FormSwitch; exports.FormTextarea = _chunkBYMBRMKSjs.FormTextarea; exports.GdprConsentCheckbox = _chunkBYMBRMKSjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkBYMBRMKSjs.GdprConsentSection; exports.Header = _chunkBYMBRMKSjs.Header; exports.HoverCard = _chunkBYMBRMKSjs.HoverCard; exports.HoverCardContent = _chunkBYMBRMKSjs.HoverCardContent; exports.HoverCardTrigger = _chunkBYMBRMKSjs.HoverCardTrigger; exports.Input = _chunkBYMBRMKSjs.Input; exports.InputGroup = _chunkBYMBRMKSjs.InputGroup; exports.InputGroupAddon = _chunkBYMBRMKSjs.InputGroupAddon; exports.InputGroupButton = _chunkBYMBRMKSjs.InputGroupButton; exports.InputGroupInput = _chunkBYMBRMKSjs.InputGroupInput; exports.InputGroupText = _chunkBYMBRMKSjs.InputGroupText; exports.InputGroupTextarea = _chunkBYMBRMKSjs.InputGroupTextarea; exports.InputOTP = _chunkBYMBRMKSjs.InputOTP; exports.InputOTPGroup = _chunkBYMBRMKSjs.InputOTPGroup; exports.InputOTPSeparator = _chunkBYMBRMKSjs.InputOTPSeparator; exports.InputOTPSlot = _chunkBYMBRMKSjs.InputOTPSlot; exports.Item = _chunkBYMBRMKSjs.KanbanItem; exports.ItemHandle = _chunkBYMBRMKSjs.KanbanItemHandle; exports.Kanban = _chunkBYMBRMKSjs.KanbanRoot; exports.KanbanBoard = _chunkBYMBRMKSjs.KanbanBoard; exports.KanbanColumn = _chunkBYMBRMKSjs.KanbanColumn; exports.KanbanColumnHandle = _chunkBYMBRMKSjs.KanbanColumnHandle; exports.KanbanItem = _chunkBYMBRMKSjs.KanbanItem; exports.KanbanItemHandle = _chunkBYMBRMKSjs.KanbanItemHandle; exports.KanbanOverlay = _chunkBYMBRMKSjs.KanbanOverlay; exports.Label = _chunkBYMBRMKSjs.Label; exports.LandingComponent = _chunkBYMBRMKSjs.LandingComponent; exports.Link = _chunkBYMBRMKSjs.Link; exports.Login = _chunkBYMBRMKSjs.Login; exports.Logout = _chunkBYMBRMKSjs.Logout; exports.ModeToggleSwitch = _chunkBYMBRMKSjs.ModeToggleSwitch; exports.MultiSelect = _chunkBYMBRMKSjs.MultiSelect; exports.NavigationMenu = _chunkBYMBRMKSjs.NavigationMenu; exports.NavigationMenuContent = _chunkBYMBRMKSjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkBYMBRMKSjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkBYMBRMKSjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkBYMBRMKSjs.NavigationMenuLink; exports.NavigationMenuList = _chunkBYMBRMKSjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkBYMBRMKSjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkBYMBRMKSjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkBYMBRMKSjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkBYMBRMKSjs.NotificationMenuItem; exports.NotificationModal = _chunkBYMBRMKSjs.NotificationModal; exports.NotificationToast = _chunkBYMBRMKSjs.NotificationToast; exports.NotificationsList = _chunkBYMBRMKSjs.NotificationsList; exports.NotificationsListContainer = _chunkBYMBRMKSjs.NotificationsListContainer; exports.OAuthClientCard = _chunkBYMBRMKSjs.OAuthClientCard; exports.OAuthClientDetail = _chunkBYMBRMKSjs.OAuthClientDetail; exports.OAuthClientForm = _chunkBYMBRMKSjs.OAuthClientForm; exports.OAuthClientList = _chunkBYMBRMKSjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkBYMBRMKSjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkBYMBRMKSjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkBYMBRMKSjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkBYMBRMKSjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkBYMBRMKSjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkBYMBRMKSjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkBYMBRMKSjs.OAuthScopeSelector; exports.OnboardingCard = _chunkBYMBRMKSjs.OnboardingCard; exports.Overlay = _chunkBYMBRMKSjs.KanbanOverlay; exports.PageContainer = _chunkBYMBRMKSjs.PageContainer; exports.PageContainerContentDetails = _chunkBYMBRMKSjs.PageContainerContentDetails; exports.PageContentContainer = _chunkBYMBRMKSjs.PageContentContainer; exports.PageSection = _chunkBYMBRMKSjs.PageSection; exports.PasswordInput = _chunkBYMBRMKSjs.PasswordInput; exports.Popover = _chunkBYMBRMKSjs.Popover; exports.PopoverContent = _chunkBYMBRMKSjs.PopoverContent; exports.PopoverDescription = _chunkBYMBRMKSjs.PopoverDescription; exports.PopoverHeader = _chunkBYMBRMKSjs.PopoverHeader; exports.PopoverTitle = _chunkBYMBRMKSjs.PopoverTitle; exports.PopoverTrigger = _chunkBYMBRMKSjs.PopoverTrigger; exports.Progress = _chunkBYMBRMKSjs.Progress; exports.ProgressIndicator = _chunkBYMBRMKSjs.ProgressIndicator; exports.ProgressLabel = _chunkBYMBRMKSjs.ProgressLabel; exports.ProgressTrack = _chunkBYMBRMKSjs.ProgressTrack; exports.ProgressValue = _chunkBYMBRMKSjs.ProgressValue; exports.PushNotificationProvider = _chunkBYMBRMKSjs.PushNotificationProvider; exports.RadioGroup = _chunkBYMBRMKSjs.RadioGroup; exports.RadioGroupItem = _chunkBYMBRMKSjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkBYMBRMKSjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkBYMBRMKSjs.RecentPagesNavigator; exports.RefreshUser = _chunkBYMBRMKSjs.RefreshUser; exports.RelevantContentsList = _chunkBYMBRMKSjs.RelevantContentsList; exports.RelevantUsersList = _chunkBYMBRMKSjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkBYMBRMKSjs.RemoveUserFromRole; exports.ResetPassword = _chunkBYMBRMKSjs.ResetPassword; exports.ResizableHandle = _chunkBYMBRMKSjs.ResizableHandle; exports.ResizablePanel = _chunkBYMBRMKSjs.ResizablePanel; exports.ResizablePanelGroup = _chunkBYMBRMKSjs.ResizablePanelGroup; exports.RoleContainer = _chunkBYMBRMKSjs.RoleContainer; exports.RoleDetails = _chunkBYMBRMKSjs.RoleDetails; exports.RoleUsersList = _chunkBYMBRMKSjs.RoleUsersList; exports.RolesList = _chunkBYMBRMKSjs.RolesList; exports.Root = _chunkBYMBRMKSjs.KanbanRoot; exports.ScrollArea = _chunkBYMBRMKSjs.ScrollArea; exports.ScrollBar = _chunkBYMBRMKSjs.ScrollBar; exports.Select = _chunkBYMBRMKSjs.Select; exports.SelectContent = _chunkBYMBRMKSjs.SelectContent; exports.SelectGroup = _chunkBYMBRMKSjs.SelectGroup; exports.SelectItem = _chunkBYMBRMKSjs.SelectItem; exports.SelectLabel = _chunkBYMBRMKSjs.SelectLabel; exports.SelectScrollDownButton = _chunkBYMBRMKSjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkBYMBRMKSjs.SelectScrollUpButton; exports.SelectSeparator = _chunkBYMBRMKSjs.SelectSeparator; exports.SelectTrigger = _chunkBYMBRMKSjs.SelectTrigger; exports.SelectValue = _chunkBYMBRMKSjs.SelectValue; exports.Separator = _chunkBYMBRMKSjs.Separator; exports.Sheet = _chunkBYMBRMKSjs.Sheet; exports.SheetClose = _chunkBYMBRMKSjs.SheetClose; exports.SheetContent = _chunkBYMBRMKSjs.SheetContent; exports.SheetDescription = _chunkBYMBRMKSjs.SheetDescription; exports.SheetFooter = _chunkBYMBRMKSjs.SheetFooter; exports.SheetHeader = _chunkBYMBRMKSjs.SheetHeader; exports.SheetTitle = _chunkBYMBRMKSjs.SheetTitle; exports.SheetTrigger = _chunkBYMBRMKSjs.SheetTrigger; exports.Sidebar = _chunkBYMBRMKSjs.Sidebar; exports.SidebarContent = _chunkBYMBRMKSjs.SidebarContent; exports.SidebarFooter = _chunkBYMBRMKSjs.SidebarFooter; exports.SidebarGroup = _chunkBYMBRMKSjs.SidebarGroup; exports.SidebarGroupAction = _chunkBYMBRMKSjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkBYMBRMKSjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkBYMBRMKSjs.SidebarGroupLabel; exports.SidebarHeader = _chunkBYMBRMKSjs.SidebarHeader; exports.SidebarInput = _chunkBYMBRMKSjs.SidebarInput; exports.SidebarInset = _chunkBYMBRMKSjs.SidebarInset; exports.SidebarMenu = _chunkBYMBRMKSjs.SidebarMenu; exports.SidebarMenuAction = _chunkBYMBRMKSjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkBYMBRMKSjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkBYMBRMKSjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkBYMBRMKSjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkBYMBRMKSjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkBYMBRMKSjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkBYMBRMKSjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkBYMBRMKSjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkBYMBRMKSjs.SidebarProvider; exports.SidebarRail = _chunkBYMBRMKSjs.SidebarRail; exports.SidebarSeparator = _chunkBYMBRMKSjs.SidebarSeparator; exports.SidebarTrigger = _chunkBYMBRMKSjs.SidebarTrigger; exports.Skeleton = _chunkBYMBRMKSjs.Skeleton; exports.Slider = _chunkBYMBRMKSjs.Slider; exports.Switch = _chunkBYMBRMKSjs.Switch; exports.Table = _chunkBYMBRMKSjs.Table; exports.TableBody = _chunkBYMBRMKSjs.TableBody; exports.TableCaption = _chunkBYMBRMKSjs.TableCaption; exports.TableCell = _chunkBYMBRMKSjs.TableCell; exports.TableFooter = _chunkBYMBRMKSjs.TableFooter; exports.TableHead = _chunkBYMBRMKSjs.TableHead; exports.TableHeader = _chunkBYMBRMKSjs.TableHeader; exports.TableRow = _chunkBYMBRMKSjs.TableRow; exports.Tabs = _chunkBYMBRMKSjs.Tabs; exports.TabsContainer = _chunkBYMBRMKSjs.TabsContainer; exports.TabsContent = _chunkBYMBRMKSjs.TabsContent; exports.TabsList = _chunkBYMBRMKSjs.TabsList; exports.TabsTrigger = _chunkBYMBRMKSjs.TabsTrigger; exports.Textarea = _chunkBYMBRMKSjs.Textarea; exports.Toaster = _chunkBYMBRMKSjs.Toaster; exports.Toggle = _chunkBYMBRMKSjs.Toggle; exports.TokenStatusIndicator = _chunkBYMBRMKSjs.TokenStatusIndicator; exports.Tooltip = _chunkBYMBRMKSjs.Tooltip; exports.TooltipContent = _chunkBYMBRMKSjs.TooltipContent; exports.TooltipProvider = _chunkBYMBRMKSjs.TooltipProvider; exports.TooltipTrigger = _chunkBYMBRMKSjs.TooltipTrigger; exports.UserAvatar = _chunkBYMBRMKSjs.UserAvatar; exports.UserAvatarEditor = _chunkBYMBRMKSjs.UserAvatarEditor; exports.UserContainer = _chunkBYMBRMKSjs.UserContainer; exports.UserDeleter = _chunkBYMBRMKSjs.UserDeleter; exports.UserDetails = _chunkBYMBRMKSjs.UserDetails; exports.UserEditor = _chunkBYMBRMKSjs.UserEditor; exports.UserIndexContainer = _chunkBYMBRMKSjs.UserIndexContainer; exports.UserIndexDetails = _chunkBYMBRMKSjs.UserIndexDetails; exports.UserListInAdd = _chunkBYMBRMKSjs.UserListInAdd; exports.UserMultiSelect = _chunkBYMBRMKSjs.UserMultiSelect; exports.UserReactivator = _chunkBYMBRMKSjs.UserReactivator; exports.UserResentInvitationEmail = _chunkBYMBRMKSjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkBYMBRMKSjs.UserRoleAdd; exports.UserRolesList = _chunkBYMBRMKSjs.UserRolesList; exports.UserSelector = _chunkBYMBRMKSjs.UserSelector; exports.UsersList = _chunkBYMBRMKSjs.UsersList; exports.UsersListByContentIds = _chunkBYMBRMKSjs.UsersListByContentIds; exports.UsersListContainer = _chunkBYMBRMKSjs.UsersListContainer; exports.badgeVariants = _chunkBYMBRMKSjs.badgeVariants; exports.buttonVariants = _chunkBYMBRMKSjs.buttonVariants; exports.cellComponent = _chunkBYMBRMKSjs.cellComponent; exports.cellDate = _chunkBYMBRMKSjs.cellDate; exports.cellId = _chunkBYMBRMKSjs.cellId; exports.cellLink = _chunkBYMBRMKSjs.cellLink; exports.cellUrl = _chunkBYMBRMKSjs.cellUrl; exports.errorToast = _chunkBYMBRMKSjs.errorToast; exports.generateNotificationData = _chunkBYMBRMKSjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkBYMBRMKSjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkBYMBRMKSjs.tabsListVariants; exports.toggleVariants = _chunkBYMBRMKSjs.toggleVariants; exports.triggerAssociationToast = _chunkBYMBRMKSjs.triggerAssociationToast; exports.useCarousel = _chunkBYMBRMKSjs.useCarousel; exports.useFileUpload = _chunkBYMBRMKSjs.useFileUpload; exports.useSidebar = _chunkBYMBRMKSjs.useSidebar;
766
766
  //# sourceMappingURL=index.js.map
@@ -373,9 +373,9 @@ import {
373
373
  useCarousel,
374
374
  useFileUpload,
375
375
  useSidebar
376
- } from "../chunk-ZUUH4CQC.mjs";
376
+ } from "../chunk-VMK2N3TQ.mjs";
377
377
  import "../chunk-XLMJPA4N.mjs";
378
- import "../chunk-P7R2DPD6.mjs";
378
+ import "../chunk-TQ5GRRTM.mjs";
379
379
  import "../chunk-AUXK7QSA.mjs";
380
380
  import "../chunk-C7C7VY4F.mjs";
381
381
  import "../chunk-U4MTVHOC.mjs";
@@ -23,9 +23,9 @@
23
23
 
24
24
 
25
25
 
26
- var _chunkYVEK3SUSjs = require('../chunk-YVEK3SUS.js');
26
+ var _chunkBYMBRMKSjs = require('../chunk-BYMBRMKS.js');
27
27
  require('../chunk-2PHWAL6Q.js');
28
- require('../chunk-53IPQJVH.js');
28
+ require('../chunk-3EZX4G2E.js');
29
29
  require('../chunk-LXKSUWAV.js');
30
30
  require('../chunk-IBS6NI7D.js');
31
31
  require('../chunk-FM6WRAN5.js');
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
55
55
 
56
56
 
57
57
 
58
- exports.CommonProvider = _chunkYVEK3SUSjs.CommonProvider; exports.CompanyProvider = _chunkYVEK3SUSjs.CompanyProvider; exports.CurrentUserProvider = _chunkYVEK3SUSjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkYVEK3SUSjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkYVEK3SUSjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkYVEK3SUSjs.NotificationContextProvider; exports.OnboardingProvider = _chunkYVEK3SUSjs.OnboardingProvider; exports.RoleProvider = _chunkYVEK3SUSjs.RoleProvider; exports.SharedProvider = _chunkYVEK3SUSjs.SharedProvider; exports.SocketContext = _chunkYVEK3SUSjs.SocketContext; exports.SocketProvider = _chunkYVEK3SUSjs.SocketProvider; exports.UserProvider = _chunkYVEK3SUSjs.UserProvider; exports.recentPagesAtom = _chunkYVEK3SUSjs.recentPagesAtom; exports.useCommonContext = _chunkYVEK3SUSjs.useCommonContext; exports.useCompanyContext = _chunkYVEK3SUSjs.useCompanyContext; exports.useCurrentUserContext = _chunkYVEK3SUSjs.useCurrentUserContext; exports.useHeaderChildren = _chunkYVEK3SUSjs.useHeaderChildren; exports.useNotificationContext = _chunkYVEK3SUSjs.useNotificationContext; exports.useOnboarding = _chunkYVEK3SUSjs.useOnboarding; exports.useRoleContext = _chunkYVEK3SUSjs.useRoleContext; exports.useSharedContext = _chunkYVEK3SUSjs.useSharedContext; exports.useSocketContext = _chunkYVEK3SUSjs.useSocketContext; exports.useUserContext = _chunkYVEK3SUSjs.useUserContext;
58
+ exports.CommonProvider = _chunkBYMBRMKSjs.CommonProvider; exports.CompanyProvider = _chunkBYMBRMKSjs.CompanyProvider; exports.CurrentUserProvider = _chunkBYMBRMKSjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkBYMBRMKSjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkBYMBRMKSjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkBYMBRMKSjs.NotificationContextProvider; exports.OnboardingProvider = _chunkBYMBRMKSjs.OnboardingProvider; exports.RoleProvider = _chunkBYMBRMKSjs.RoleProvider; exports.SharedProvider = _chunkBYMBRMKSjs.SharedProvider; exports.SocketContext = _chunkBYMBRMKSjs.SocketContext; exports.SocketProvider = _chunkBYMBRMKSjs.SocketProvider; exports.UserProvider = _chunkBYMBRMKSjs.UserProvider; exports.recentPagesAtom = _chunkBYMBRMKSjs.recentPagesAtom; exports.useCommonContext = _chunkBYMBRMKSjs.useCommonContext; exports.useCompanyContext = _chunkBYMBRMKSjs.useCompanyContext; exports.useCurrentUserContext = _chunkBYMBRMKSjs.useCurrentUserContext; exports.useHeaderChildren = _chunkBYMBRMKSjs.useHeaderChildren; exports.useNotificationContext = _chunkBYMBRMKSjs.useNotificationContext; exports.useOnboarding = _chunkBYMBRMKSjs.useOnboarding; exports.useRoleContext = _chunkBYMBRMKSjs.useRoleContext; exports.useSharedContext = _chunkBYMBRMKSjs.useSharedContext; exports.useSocketContext = _chunkBYMBRMKSjs.useSocketContext; exports.useUserContext = _chunkBYMBRMKSjs.useUserContext;
59
59
  //# sourceMappingURL=index.js.map
@@ -23,9 +23,9 @@ import {
23
23
  useSharedContext,
24
24
  useSocketContext,
25
25
  useUserContext
26
- } from "../chunk-ZUUH4CQC.mjs";
26
+ } from "../chunk-VMK2N3TQ.mjs";
27
27
  import "../chunk-XLMJPA4N.mjs";
28
- import "../chunk-P7R2DPD6.mjs";
28
+ import "../chunk-TQ5GRRTM.mjs";
29
29
  import "../chunk-AUXK7QSA.mjs";
30
30
  import "../chunk-C7C7VY4F.mjs";
31
31
  import "../chunk-U4MTVHOC.mjs";
@@ -18,8 +18,8 @@ import { PartialBlock } from '@blocknote/core';
18
18
  import { LucideIcon } from 'lucide-react';
19
19
  import { ExternalToast } from 'sonner';
20
20
  export { A as AuthComponent } from '../AuthComponent-hxOPs9o8.mjs';
21
- import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-C8uhCYIZ.mjs';
22
- export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-C8uhCYIZ.mjs';
21
+ import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface, q as PromotionCodeValidationResult } from '../stripe-promotion-code.interface-Dnm2DJKQ.mjs';
22
+ export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-Dnm2DJKQ.mjs';
23
23
  import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-BxFFOPNq.mjs';
24
24
  import { a as ContentInterface, C as ContentInput } from '../content.interface-CWV0q4lZ.mjs';
25
25
  import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-DsZ5ecSX.mjs';
@@ -224,6 +224,7 @@ interface FoundationModuleDefinitions {
224
224
  StripeProduct: ModuleWithPermissions;
225
225
  StripePrice: ModuleWithPermissions;
226
226
  StripeUsage: ModuleWithPermissions;
227
+ StripePromotionCode: ModuleWithPermissions;
227
228
  OAuth: ModuleWithPermissions;
228
229
  }
229
230
  interface AppModuleDefinitions {
@@ -1218,6 +1219,49 @@ declare class StripeUsageService extends AbstractService {
1218
1219
 
1219
1220
  declare const StripeUsageModule: (factory: ModuleFactory) => ModuleWithPermissions;
1220
1221
 
1222
+ /**
1223
+ * Service for validating Stripe promotion codes
1224
+ */
1225
+ declare class StripePromotionCodeService {
1226
+ /**
1227
+ * Validate a promotion code against Stripe
1228
+ *
1229
+ * @param params.code - The promotion code to validate (e.g., "SAVE20")
1230
+ * @param params.stripePriceId - Optional price ID to check product restrictions
1231
+ * @param params.language - Language code for the request
1232
+ * @returns Validation result with discount details if valid
1233
+ */
1234
+ static validatePromotionCode(params: {
1235
+ code: string;
1236
+ stripePriceId?: string;
1237
+ language?: string;
1238
+ }): Promise<PromotionCodeValidationResult>;
1239
+ }
1240
+
1241
+ declare class StripePromotionCode extends AbstractApiData implements PromotionCodeValidationResult {
1242
+ private _valid;
1243
+ private _promotionCodeId?;
1244
+ private _code;
1245
+ private _discountType?;
1246
+ private _discountValue?;
1247
+ private _currency?;
1248
+ private _duration?;
1249
+ private _durationInMonths?;
1250
+ private _errorMessage?;
1251
+ get valid(): boolean;
1252
+ get promotionCodeId(): string | undefined;
1253
+ get code(): string;
1254
+ get discountType(): "percent_off" | "amount_off" | undefined;
1255
+ get discountValue(): number | undefined;
1256
+ get currency(): string | undefined;
1257
+ get duration(): "forever" | "once" | "repeating" | undefined;
1258
+ get durationInMonths(): number | undefined;
1259
+ get errorMessage(): string | undefined;
1260
+ rehydrate(data: JsonApiHydratedDataInterface): this;
1261
+ }
1262
+
1263
+ declare const StripePromotionCodeModule: (factory: ModuleFactory) => ModuleWithPermissions;
1264
+
1221
1265
  declare const CompanyModule: (factory: ModuleFactory) => ModuleWithPermissions;
1222
1266
 
1223
1267
  declare class Company extends AbstractApiData implements CompanyInterface {
@@ -1431,4 +1475,4 @@ declare class OAuthService extends AbstractService {
1431
1475
  }>;
1432
1476
  }
1433
1477
 
1434
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
1478
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
@@ -18,8 +18,8 @@ import { PartialBlock } from '@blocknote/core';
18
18
  import { LucideIcon } from 'lucide-react';
19
19
  import { ExternalToast } from 'sonner';
20
20
  export { A as AuthComponent } from '../AuthComponent-hxOPs9o8.js';
21
- import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-DK7BJaNd.js';
22
- export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-DK7BJaNd.js';
21
+ import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface, q as PromotionCodeValidationResult } from '../stripe-promotion-code.interface-BcJty0rv.js';
22
+ export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-BcJty0rv.js';
23
23
  import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-CIWxo8NP.js';
24
24
  import { a as ContentInterface, C as ContentInput } from '../content.interface-CgUu4771.js';
25
25
  import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-vL7za9Bz.js';
@@ -224,6 +224,7 @@ interface FoundationModuleDefinitions {
224
224
  StripeProduct: ModuleWithPermissions;
225
225
  StripePrice: ModuleWithPermissions;
226
226
  StripeUsage: ModuleWithPermissions;
227
+ StripePromotionCode: ModuleWithPermissions;
227
228
  OAuth: ModuleWithPermissions;
228
229
  }
229
230
  interface AppModuleDefinitions {
@@ -1218,6 +1219,49 @@ declare class StripeUsageService extends AbstractService {
1218
1219
 
1219
1220
  declare const StripeUsageModule: (factory: ModuleFactory) => ModuleWithPermissions;
1220
1221
 
1222
+ /**
1223
+ * Service for validating Stripe promotion codes
1224
+ */
1225
+ declare class StripePromotionCodeService {
1226
+ /**
1227
+ * Validate a promotion code against Stripe
1228
+ *
1229
+ * @param params.code - The promotion code to validate (e.g., "SAVE20")
1230
+ * @param params.stripePriceId - Optional price ID to check product restrictions
1231
+ * @param params.language - Language code for the request
1232
+ * @returns Validation result with discount details if valid
1233
+ */
1234
+ static validatePromotionCode(params: {
1235
+ code: string;
1236
+ stripePriceId?: string;
1237
+ language?: string;
1238
+ }): Promise<PromotionCodeValidationResult>;
1239
+ }
1240
+
1241
+ declare class StripePromotionCode extends AbstractApiData implements PromotionCodeValidationResult {
1242
+ private _valid;
1243
+ private _promotionCodeId?;
1244
+ private _code;
1245
+ private _discountType?;
1246
+ private _discountValue?;
1247
+ private _currency?;
1248
+ private _duration?;
1249
+ private _durationInMonths?;
1250
+ private _errorMessage?;
1251
+ get valid(): boolean;
1252
+ get promotionCodeId(): string | undefined;
1253
+ get code(): string;
1254
+ get discountType(): "percent_off" | "amount_off" | undefined;
1255
+ get discountValue(): number | undefined;
1256
+ get currency(): string | undefined;
1257
+ get duration(): "forever" | "once" | "repeating" | undefined;
1258
+ get durationInMonths(): number | undefined;
1259
+ get errorMessage(): string | undefined;
1260
+ rehydrate(data: JsonApiHydratedDataInterface): this;
1261
+ }
1262
+
1263
+ declare const StripePromotionCodeModule: (factory: ModuleFactory) => ModuleWithPermissions;
1264
+
1221
1265
  declare const CompanyModule: (factory: ModuleFactory) => ModuleWithPermissions;
1222
1266
 
1223
1267
  declare class Company extends AbstractApiData implements CompanyInterface {
@@ -1431,4 +1475,4 @@ declare class OAuthService extends AbstractService {
1431
1475
  }>;
1432
1476
  }
1433
1477
 
1434
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
1478
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
@@ -112,7 +112,10 @@
112
112
 
113
113
 
114
114
 
115
- var _chunk53IPQJVHjs = require('../chunk-53IPQJVH.js');
115
+
116
+
117
+
118
+ var _chunk3EZX4G2Ejs = require('../chunk-3EZX4G2E.js');
116
119
  require('../chunk-LXKSUWAV.js');
117
120
  require('../chunk-IBS6NI7D.js');
118
121
 
@@ -251,5 +254,8 @@ require('../chunk-7QVYU63E.js');
251
254
 
252
255
 
253
256
 
254
- exports.AVAILABLE_OAUTH_SCOPES = _chunk53IPQJVHjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk53IPQJVHjs.AbstractApiData; exports.AbstractService = _chunk53IPQJVHjs.AbstractService; exports.Action = _chunk53IPQJVHjs.Action; exports.Auth = _chunk53IPQJVHjs.Auth; exports.AuthComponent = _chunk53IPQJVHjs.AuthComponent; exports.AuthModule = _chunk53IPQJVHjs.AuthModule; exports.AuthService = _chunk53IPQJVHjs.AuthService; exports.AuthorModule = _chunk53IPQJVHjs.AuthorModule; exports.Billing = _chunk53IPQJVHjs.Billing; exports.BillingModule = _chunk53IPQJVHjs.BillingModule; exports.BillingService = _chunk53IPQJVHjs.BillingService; exports.BlockNoteDiffUtil = _chunk53IPQJVHjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk53IPQJVHjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk53IPQJVHjs.ClientAbstractService; exports.ClientHttpMethod = _chunk53IPQJVHjs.ClientHttpMethod; exports.Company = _chunk53IPQJVHjs.Company; exports.CompanyFields = _chunk53IPQJVHjs.CompanyFields; exports.CompanyModule = _chunk53IPQJVHjs.CompanyModule; exports.CompanyService = _chunk53IPQJVHjs.CompanyService; exports.Content = _chunk53IPQJVHjs.Content; exports.ContentFields = _chunk53IPQJVHjs.ContentFields; exports.ContentModule = _chunk53IPQJVHjs.ContentModule; exports.ContentService = _chunk53IPQJVHjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk53IPQJVHjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkFM6WRAN5js.DataClassRegistry; exports.DataClassRegistry = _chunkFM6WRAN5js.DataClassRegistry; exports.EndpointCreator = _chunk53IPQJVHjs.EndpointCreator; exports.Feature = _chunk53IPQJVHjs.Feature; exports.FeatureModule = _chunk53IPQJVHjs.FeatureModule; exports.FeatureService = _chunk53IPQJVHjs.FeatureService; exports.HttpMethod = _chunk53IPQJVHjs.HttpMethod; exports.InvoiceStatus = _chunk53IPQJVHjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkFM6WRAN5js.JsonApiDataFactory; exports.Module = _chunk53IPQJVHjs.Module; exports.ModuleModule = _chunk53IPQJVHjs.ModuleModule; exports.ModuleRegistrar = _chunk53IPQJVHjs.ModuleRegistrar; exports.ModuleRegistry = _chunk53IPQJVHjs.ModuleRegistry; exports.Modules = _chunk53IPQJVHjs.Modules; exports.Notification = _chunk53IPQJVHjs.Notification; exports.NotificationFields = _chunk53IPQJVHjs.NotificationFields; exports.NotificationModule = _chunk53IPQJVHjs.NotificationModule; exports.NotificationService = _chunk53IPQJVHjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk53IPQJVHjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk53IPQJVHjs.OAuthClient; exports.OAuthModule = _chunk53IPQJVHjs.OAuthModule; exports.OAuthService = _chunk53IPQJVHjs.OAuthService; exports.PaymentMethod = _chunk53IPQJVHjs.PaymentMethod; exports.Push = _chunk53IPQJVHjs.Push; exports.PushModule = _chunk53IPQJVHjs.PushModule; exports.PushService = _chunk53IPQJVHjs.PushService; exports.RehydrationFactory = _chunk53IPQJVHjs.RehydrationFactory; exports.Role = _chunk53IPQJVHjs.Role; exports.RoleFields = _chunk53IPQJVHjs.RoleFields; exports.RoleModule = _chunk53IPQJVHjs.RoleModule; exports.RoleService = _chunk53IPQJVHjs.RoleService; exports.S3 = _chunk53IPQJVHjs.S3; exports.S3Module = _chunk53IPQJVHjs.S3Module; exports.S3Service = _chunk53IPQJVHjs.S3Service; exports.StripeCustomer = _chunk53IPQJVHjs.StripeCustomer; exports.StripeCustomerModule = _chunk53IPQJVHjs.StripeCustomerModule; exports.StripeCustomerService = _chunk53IPQJVHjs.StripeCustomerService; exports.StripeInvoice = _chunk53IPQJVHjs.StripeInvoice; exports.StripeInvoiceModule = _chunk53IPQJVHjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk53IPQJVHjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk53IPQJVHjs.StripePaymentMethodModule; exports.StripePrice = _chunk53IPQJVHjs.StripePrice; exports.StripePriceModule = _chunk53IPQJVHjs.StripePriceModule; exports.StripePriceService = _chunk53IPQJVHjs.StripePriceService; exports.StripeProduct = _chunk53IPQJVHjs.StripeProduct; exports.StripeProductModule = _chunk53IPQJVHjs.StripeProductModule; exports.StripeProductService = _chunk53IPQJVHjs.StripeProductService; exports.StripeSubscription = _chunk53IPQJVHjs.StripeSubscription; exports.StripeSubscriptionModule = _chunk53IPQJVHjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk53IPQJVHjs.StripeSubscriptionService; exports.StripeUsage = _chunk53IPQJVHjs.StripeUsage; exports.StripeUsageModule = _chunk53IPQJVHjs.StripeUsageModule; exports.StripeUsageService = _chunk53IPQJVHjs.StripeUsageService; exports.SubscriptionStatus = _chunk53IPQJVHjs.SubscriptionStatus; exports.TableOptions = _chunk53IPQJVHjs.TableOptions; exports.User = _chunk53IPQJVHjs.User; exports.UserFields = _chunk53IPQJVHjs.UserFields; exports.UserModule = _chunk53IPQJVHjs.UserModule; exports.UserService = _chunk53IPQJVHjs.UserService; exports.checkPermissions = _chunk53IPQJVHjs.checkPermissions; exports.checkPermissionsFromServer = _chunk53IPQJVHjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk53IPQJVHjs.clearLastApiTotal; exports.cn = _chunk53IPQJVHjs.cn; exports.composeRefs = _chunk53IPQJVHjs.composeRefs; exports.createJsonApiInclusion = _chunk53IPQJVHjs.createJsonApiInclusion; exports.dismissToast = _chunk53IPQJVHjs.dismissToast; exports.entityObjectSchema = _chunk53IPQJVHjs.entityObjectSchema; exports.exists = _chunk53IPQJVHjs.exists; exports.formatDate = _chunk53IPQJVHjs.formatDate; exports.getBootstrapper = _chunkFM6WRAN5js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk53IPQJVHjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk53IPQJVHjs.getGlobalErrorHandler; exports.getIcon = _chunk53IPQJVHjs.getIcon; exports.getIconByModule = _chunk53IPQJVHjs.getIconByModule; exports.getIconByModuleName = _chunk53IPQJVHjs.getIconByModuleName; exports.getLastApiTotal = _chunk53IPQJVHjs.getLastApiTotal; exports.getLucideIcon = _chunk53IPQJVHjs.getLucideIcon; exports.getLucideIconByModule = _chunk53IPQJVHjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk53IPQJVHjs.getLucideIconByModuleName; exports.getTableComponents = _chunk53IPQJVHjs.getTableComponents; exports.getTableOptions = _chunk53IPQJVHjs.getTableOptions; exports.getValueFromPath = _chunk53IPQJVHjs.getValueFromPath; exports.hasBootstrapper = _chunkFM6WRAN5js.hasBootstrapper; exports.rehydrate = _chunk53IPQJVHjs.rehydrate; exports.rehydrateList = _chunk53IPQJVHjs.rehydrateList; exports.resetBootstrapStore = _chunkFM6WRAN5js.resetBootstrapStore; exports.setBootstrapper = _chunkFM6WRAN5js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk53IPQJVHjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk53IPQJVHjs.setGlobalErrorHandler; exports.showCustomToast = _chunk53IPQJVHjs.showCustomToast; exports.showError = _chunk53IPQJVHjs.showError; exports.showToast = _chunk53IPQJVHjs.showToast; exports.translateData = _chunkFM6WRAN5js.translateData; exports.translateResponse = _chunkFM6WRAN5js.translateResponse; exports.tryBootstrap = _chunkFM6WRAN5js.tryBootstrap; exports.useComposedRefs = _chunk53IPQJVHjs.useComposedRefs; exports.useIsMobile = _chunk53IPQJVHjs.useIsMobile; exports.userObjectSchema = _chunk53IPQJVHjs.userObjectSchema;
257
+
258
+
259
+
260
+ exports.AVAILABLE_OAUTH_SCOPES = _chunk3EZX4G2Ejs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk3EZX4G2Ejs.AbstractApiData; exports.AbstractService = _chunk3EZX4G2Ejs.AbstractService; exports.Action = _chunk3EZX4G2Ejs.Action; exports.Auth = _chunk3EZX4G2Ejs.Auth; exports.AuthComponent = _chunk3EZX4G2Ejs.AuthComponent; exports.AuthModule = _chunk3EZX4G2Ejs.AuthModule; exports.AuthService = _chunk3EZX4G2Ejs.AuthService; exports.AuthorModule = _chunk3EZX4G2Ejs.AuthorModule; exports.Billing = _chunk3EZX4G2Ejs.Billing; exports.BillingModule = _chunk3EZX4G2Ejs.BillingModule; exports.BillingService = _chunk3EZX4G2Ejs.BillingService; exports.BlockNoteDiffUtil = _chunk3EZX4G2Ejs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk3EZX4G2Ejs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk3EZX4G2Ejs.ClientAbstractService; exports.ClientHttpMethod = _chunk3EZX4G2Ejs.ClientHttpMethod; exports.Company = _chunk3EZX4G2Ejs.Company; exports.CompanyFields = _chunk3EZX4G2Ejs.CompanyFields; exports.CompanyModule = _chunk3EZX4G2Ejs.CompanyModule; exports.CompanyService = _chunk3EZX4G2Ejs.CompanyService; exports.Content = _chunk3EZX4G2Ejs.Content; exports.ContentFields = _chunk3EZX4G2Ejs.ContentFields; exports.ContentModule = _chunk3EZX4G2Ejs.ContentModule; exports.ContentService = _chunk3EZX4G2Ejs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk3EZX4G2Ejs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkFM6WRAN5js.DataClassRegistry; exports.DataClassRegistry = _chunkFM6WRAN5js.DataClassRegistry; exports.EndpointCreator = _chunk3EZX4G2Ejs.EndpointCreator; exports.Feature = _chunk3EZX4G2Ejs.Feature; exports.FeatureModule = _chunk3EZX4G2Ejs.FeatureModule; exports.FeatureService = _chunk3EZX4G2Ejs.FeatureService; exports.HttpMethod = _chunk3EZX4G2Ejs.HttpMethod; exports.InvoiceStatus = _chunk3EZX4G2Ejs.InvoiceStatus; exports.JsonApiDataFactory = _chunkFM6WRAN5js.JsonApiDataFactory; exports.Module = _chunk3EZX4G2Ejs.Module; exports.ModuleModule = _chunk3EZX4G2Ejs.ModuleModule; exports.ModuleRegistrar = _chunk3EZX4G2Ejs.ModuleRegistrar; exports.ModuleRegistry = _chunk3EZX4G2Ejs.ModuleRegistry; exports.Modules = _chunk3EZX4G2Ejs.Modules; exports.Notification = _chunk3EZX4G2Ejs.Notification; exports.NotificationFields = _chunk3EZX4G2Ejs.NotificationFields; exports.NotificationModule = _chunk3EZX4G2Ejs.NotificationModule; exports.NotificationService = _chunk3EZX4G2Ejs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk3EZX4G2Ejs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk3EZX4G2Ejs.OAuthClient; exports.OAuthModule = _chunk3EZX4G2Ejs.OAuthModule; exports.OAuthService = _chunk3EZX4G2Ejs.OAuthService; exports.PaymentMethod = _chunk3EZX4G2Ejs.PaymentMethod; exports.Push = _chunk3EZX4G2Ejs.Push; exports.PushModule = _chunk3EZX4G2Ejs.PushModule; exports.PushService = _chunk3EZX4G2Ejs.PushService; exports.RehydrationFactory = _chunk3EZX4G2Ejs.RehydrationFactory; exports.Role = _chunk3EZX4G2Ejs.Role; exports.RoleFields = _chunk3EZX4G2Ejs.RoleFields; exports.RoleModule = _chunk3EZX4G2Ejs.RoleModule; exports.RoleService = _chunk3EZX4G2Ejs.RoleService; exports.S3 = _chunk3EZX4G2Ejs.S3; exports.S3Module = _chunk3EZX4G2Ejs.S3Module; exports.S3Service = _chunk3EZX4G2Ejs.S3Service; exports.StripeCustomer = _chunk3EZX4G2Ejs.StripeCustomer; exports.StripeCustomerModule = _chunk3EZX4G2Ejs.StripeCustomerModule; exports.StripeCustomerService = _chunk3EZX4G2Ejs.StripeCustomerService; exports.StripeInvoice = _chunk3EZX4G2Ejs.StripeInvoice; exports.StripeInvoiceModule = _chunk3EZX4G2Ejs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk3EZX4G2Ejs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk3EZX4G2Ejs.StripePaymentMethodModule; exports.StripePrice = _chunk3EZX4G2Ejs.StripePrice; exports.StripePriceModule = _chunk3EZX4G2Ejs.StripePriceModule; exports.StripePriceService = _chunk3EZX4G2Ejs.StripePriceService; exports.StripeProduct = _chunk3EZX4G2Ejs.StripeProduct; exports.StripeProductModule = _chunk3EZX4G2Ejs.StripeProductModule; exports.StripeProductService = _chunk3EZX4G2Ejs.StripeProductService; exports.StripePromotionCode = _chunk3EZX4G2Ejs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk3EZX4G2Ejs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk3EZX4G2Ejs.StripePromotionCodeService; exports.StripeSubscription = _chunk3EZX4G2Ejs.StripeSubscription; exports.StripeSubscriptionModule = _chunk3EZX4G2Ejs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk3EZX4G2Ejs.StripeSubscriptionService; exports.StripeUsage = _chunk3EZX4G2Ejs.StripeUsage; exports.StripeUsageModule = _chunk3EZX4G2Ejs.StripeUsageModule; exports.StripeUsageService = _chunk3EZX4G2Ejs.StripeUsageService; exports.SubscriptionStatus = _chunk3EZX4G2Ejs.SubscriptionStatus; exports.TableOptions = _chunk3EZX4G2Ejs.TableOptions; exports.User = _chunk3EZX4G2Ejs.User; exports.UserFields = _chunk3EZX4G2Ejs.UserFields; exports.UserModule = _chunk3EZX4G2Ejs.UserModule; exports.UserService = _chunk3EZX4G2Ejs.UserService; exports.checkPermissions = _chunk3EZX4G2Ejs.checkPermissions; exports.checkPermissionsFromServer = _chunk3EZX4G2Ejs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk3EZX4G2Ejs.clearLastApiTotal; exports.cn = _chunk3EZX4G2Ejs.cn; exports.composeRefs = _chunk3EZX4G2Ejs.composeRefs; exports.createJsonApiInclusion = _chunk3EZX4G2Ejs.createJsonApiInclusion; exports.dismissToast = _chunk3EZX4G2Ejs.dismissToast; exports.entityObjectSchema = _chunk3EZX4G2Ejs.entityObjectSchema; exports.exists = _chunk3EZX4G2Ejs.exists; exports.formatDate = _chunk3EZX4G2Ejs.formatDate; exports.getBootstrapper = _chunkFM6WRAN5js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk3EZX4G2Ejs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk3EZX4G2Ejs.getGlobalErrorHandler; exports.getIcon = _chunk3EZX4G2Ejs.getIcon; exports.getIconByModule = _chunk3EZX4G2Ejs.getIconByModule; exports.getIconByModuleName = _chunk3EZX4G2Ejs.getIconByModuleName; exports.getLastApiTotal = _chunk3EZX4G2Ejs.getLastApiTotal; exports.getLucideIcon = _chunk3EZX4G2Ejs.getLucideIcon; exports.getLucideIconByModule = _chunk3EZX4G2Ejs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk3EZX4G2Ejs.getLucideIconByModuleName; exports.getTableComponents = _chunk3EZX4G2Ejs.getTableComponents; exports.getTableOptions = _chunk3EZX4G2Ejs.getTableOptions; exports.getValueFromPath = _chunk3EZX4G2Ejs.getValueFromPath; exports.hasBootstrapper = _chunkFM6WRAN5js.hasBootstrapper; exports.rehydrate = _chunk3EZX4G2Ejs.rehydrate; exports.rehydrateList = _chunk3EZX4G2Ejs.rehydrateList; exports.resetBootstrapStore = _chunkFM6WRAN5js.resetBootstrapStore; exports.setBootstrapper = _chunkFM6WRAN5js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk3EZX4G2Ejs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk3EZX4G2Ejs.setGlobalErrorHandler; exports.showCustomToast = _chunk3EZX4G2Ejs.showCustomToast; exports.showError = _chunk3EZX4G2Ejs.showError; exports.showToast = _chunk3EZX4G2Ejs.showToast; exports.translateData = _chunkFM6WRAN5js.translateData; exports.translateResponse = _chunkFM6WRAN5js.translateResponse; exports.tryBootstrap = _chunkFM6WRAN5js.tryBootstrap; exports.useComposedRefs = _chunk3EZX4G2Ejs.useComposedRefs; exports.useIsMobile = _chunk3EZX4G2Ejs.useIsMobile; exports.userObjectSchema = _chunk3EZX4G2Ejs.userObjectSchema;
255
261
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,2hOAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,iwOAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
@@ -68,6 +68,9 @@ import {
68
68
  StripeProduct,
69
69
  StripeProductModule,
70
70
  StripeProductService,
71
+ StripePromotionCode,
72
+ StripePromotionCodeModule,
73
+ StripePromotionCodeService,
71
74
  StripeSubscription,
72
75
  StripeSubscriptionModule,
73
76
  StripeSubscriptionService,
@@ -112,7 +115,7 @@ import {
112
115
  useComposedRefs,
113
116
  useIsMobile,
114
117
  userObjectSchema
115
- } from "../chunk-P7R2DPD6.mjs";
118
+ } from "../chunk-TQ5GRRTM.mjs";
116
119
  import "../chunk-AUXK7QSA.mjs";
117
120
  import "../chunk-C7C7VY4F.mjs";
118
121
  import {
@@ -200,6 +203,9 @@ export {
200
203
  StripeProduct,
201
204
  StripeProductModule,
202
205
  StripeProductService,
206
+ StripePromotionCode,
207
+ StripePromotionCodeModule,
208
+ StripePromotionCodeService,
203
209
  StripeSubscription,
204
210
  StripeSubscriptionModule,
205
211
  StripeSubscriptionService,
package/dist/index.d.mts CHANGED
@@ -2,14 +2,14 @@ export { A as ApiData } from './ApiData-DPKNfY-9.mjs';
2
2
  export { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from './ApiDataInterface-DPP8s46n.mjs';
3
3
  export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys, c as createJsonApiInclusion } from './ApiRequestDataTypeInterface-CUKFDBx2.mjs';
4
4
  export { A as ApiResponseInterface } from './ApiResponseInterface-zeewugD7.mjs';
5
- export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.mjs';
5
+ export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.mjs';
6
6
  export { A as AbstractService, b as AuthInput, e as AuthInterface, d as AuthQuery, f as AuthService, C as CompanyService, h as ContentService, F as FeatureService, H as HttpMethod, N as NextRef, i as NotificationService, P as PreviousRef, j as PushService, R as RoleService, k as S3Input, l as S3Interface, m as S3Service, S as SelfRef, T as TotalRef, U as UserService, c as clearLastApiTotal, a as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-hnTPVTm2.mjs';
7
7
  export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.mjs';
8
8
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.mjs';
9
9
  export { ClassValue } from 'clsx';
10
10
  export { A as Action, C as CompanyInput, h as CompanyInterface, c as ModuleDefinition, g as ModuleFactory, b as ModulePermissionDefinition, M as ModuleWithPermissions, i as NotificationInput, N as NotificationInterface, a as PageUrl, P as PermissionCheck, d as PermissionConfig, e as PermissionModule, f as PermissionUser, R as RoleInput, j as RoleInterface, k as UserInput, U as UserInterface } from './notification.interface-DIln2r7X.mjs';
11
11
  export { A as AuthComponent } from './AuthComponent-hxOPs9o8.mjs';
12
- export { I as InvoiceStatus, M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, e as PriceRecurring, c as ProrationLineItem, b as ProrationPreviewInterface, R as ReportUsageInput, S as StripeCustomerInterface, a as StripeInvoiceInterface, f as StripePriceInput, d as StripePriceInterface, h as StripeProductInput, g as StripeProductInterface, l as StripeSubscriptionCreateMeta, m as StripeSubscriptionCreateResponse, k as StripeSubscriptionInput, j as StripeSubscriptionInterface, n as StripeUsageInterface, i as SubscriptionStatus, p as UsageRecordInterface, U as UsageSummaryInterface } from './stripe-subscription.interface-C8uhCYIZ.mjs';
12
+ export { I as InvoiceStatus, M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, e as PriceRecurring, q as PromotionCodeValidationResult, c as ProrationLineItem, b as ProrationPreviewInterface, R as ReportUsageInput, S as StripeCustomerInterface, a as StripeInvoiceInterface, f as StripePriceInput, d as StripePriceInterface, h as StripeProductInput, g as StripeProductInterface, l as StripeSubscriptionCreateMeta, m as StripeSubscriptionCreateResponse, k as StripeSubscriptionInput, j as StripeSubscriptionInterface, n as StripeUsageInterface, i as SubscriptionStatus, p as UsageRecordInterface, U as UsageSummaryInterface } from './stripe-promotion-code.interface-Dnm2DJKQ.mjs';
13
13
  export { C as ContentInput, a as ContentInterface } from './content.interface-CWV0q4lZ.mjs';
14
14
  export { F as FeatureInterface, M as ModuleInterface } from './feature.interface-BxFFOPNq.mjs';
15
15
  export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, O as OAuthClientInterface, f as OAuthConsentInfo, d as OAuthConsentRequest, e as OAuthScopeInfo } from './oauth.interface-DsZ5ecSX.mjs';
package/dist/index.d.ts CHANGED
@@ -2,14 +2,14 @@ export { A as ApiData } from './ApiData-DPKNfY-9.js';
2
2
  export { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from './ApiDataInterface-DPP8s46n.js';
3
3
  export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys, c as createJsonApiInclusion } from './ApiRequestDataTypeInterface-CUKFDBx2.js';
4
4
  export { A as ApiResponseInterface } from './ApiResponseInterface-CAIAeP5d.js';
5
- export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.js';
5
+ export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.js';
6
6
  export { A as AbstractService, b as AuthInput, e as AuthInterface, d as AuthQuery, f as AuthService, C as CompanyService, h as ContentService, F as FeatureService, H as HttpMethod, N as NextRef, i as NotificationService, P as PreviousRef, j as PushService, R as RoleService, k as S3Input, l as S3Interface, m as S3Service, S as SelfRef, T as TotalRef, U as UserService, c as clearLastApiTotal, a as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-DXkDoMf1.js';
7
7
  export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.js';
8
8
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.js';
9
9
  export { ClassValue } from 'clsx';
10
10
  export { A as Action, C as CompanyInput, h as CompanyInterface, c as ModuleDefinition, g as ModuleFactory, b as ModulePermissionDefinition, M as ModuleWithPermissions, i as NotificationInput, N as NotificationInterface, a as PageUrl, P as PermissionCheck, d as PermissionConfig, e as PermissionModule, f as PermissionUser, R as RoleInput, j as RoleInterface, k as UserInput, U as UserInterface } from './notification.interface-XARGKJAq.js';
11
11
  export { A as AuthComponent } from './AuthComponent-hxOPs9o8.js';
12
- export { I as InvoiceStatus, M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, e as PriceRecurring, c as ProrationLineItem, b as ProrationPreviewInterface, R as ReportUsageInput, S as StripeCustomerInterface, a as StripeInvoiceInterface, f as StripePriceInput, d as StripePriceInterface, h as StripeProductInput, g as StripeProductInterface, l as StripeSubscriptionCreateMeta, m as StripeSubscriptionCreateResponse, k as StripeSubscriptionInput, j as StripeSubscriptionInterface, n as StripeUsageInterface, i as SubscriptionStatus, p as UsageRecordInterface, U as UsageSummaryInterface } from './stripe-subscription.interface-DK7BJaNd.js';
12
+ export { I as InvoiceStatus, M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, e as PriceRecurring, q as PromotionCodeValidationResult, c as ProrationLineItem, b as ProrationPreviewInterface, R as ReportUsageInput, S as StripeCustomerInterface, a as StripeInvoiceInterface, f as StripePriceInput, d as StripePriceInterface, h as StripeProductInput, g as StripeProductInterface, l as StripeSubscriptionCreateMeta, m as StripeSubscriptionCreateResponse, k as StripeSubscriptionInput, j as StripeSubscriptionInterface, n as StripeUsageInterface, i as SubscriptionStatus, p as UsageRecordInterface, U as UsageSummaryInterface } from './stripe-promotion-code.interface-BcJty0rv.js';
13
13
  export { C as ContentInput, a as ContentInterface } from './content.interface-CgUu4771.js';
14
14
  export { F as FeatureInterface, M as ModuleInterface } from './feature.interface-CIWxo8NP.js';
15
15
  export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, O as OAuthClientInterface, f as OAuthConsentInfo, d as OAuthConsentRequest, e as OAuthScopeInfo } from './oauth.interface-vL7za9Bz.js';