@carlonicora/nextjs-jsonapi 1.112.1 → 1.114.0

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 (71) hide show
  1. package/dist/{AssistantInterface-B1c8FhGA.d.mts → AssistantInterface-B56qznuH.d.mts} +2 -0
  2. package/dist/{AssistantInterface-BBUHxOCd.d.ts → AssistantInterface-CHiJIYDY.d.ts} +2 -0
  3. package/dist/{AssistantMessageInterface-DrgHDjZ5.d.mts → AssistantMessageInterface-BuUZFkE5.d.mts} +16 -1
  4. package/dist/{AssistantMessageInterface-BNzf1etU.d.ts → AssistantMessageInterface-CQwh5tEb.d.ts} +16 -1
  5. package/dist/{BlockNoteEditor-HNQNKCFP.js → BlockNoteEditor-DT5L5AAB.js} +19 -19
  6. package/dist/{BlockNoteEditor-HNQNKCFP.js.map → BlockNoteEditor-DT5L5AAB.js.map} +1 -1
  7. package/dist/{BlockNoteEditor-A5LNFWHW.mjs → BlockNoteEditor-HIEAHXR4.mjs} +4 -4
  8. package/dist/billing/index.js +346 -346
  9. package/dist/billing/index.mjs +3 -3
  10. package/dist/{chunk-6XWW67F2.js → chunk-4BUZUKER.js} +7 -7
  11. package/dist/{chunk-6XWW67F2.js.map → chunk-4BUZUKER.js.map} +1 -1
  12. package/dist/{chunk-U2HR57MY.js → chunk-7EQ46GUL.js} +76 -25
  13. package/dist/chunk-7EQ46GUL.js.map +1 -0
  14. package/dist/{chunk-CWVYU4YZ.mjs → chunk-DJSH6VHF.mjs} +2 -2
  15. package/dist/{chunk-ZYPNVEHB.mjs → chunk-FBTTIGLL.mjs} +53 -2
  16. package/dist/{chunk-ZYPNVEHB.mjs.map → chunk-FBTTIGLL.mjs.map} +1 -1
  17. package/dist/{chunk-LYLGU2BK.mjs → chunk-TVOW47AP.mjs} +3011 -2853
  18. package/dist/chunk-TVOW47AP.mjs.map +1 -0
  19. package/dist/{chunk-DRJUN4R6.js → chunk-VA2KFKHD.js} +1080 -922
  20. package/dist/chunk-VA2KFKHD.js.map +1 -0
  21. package/dist/client/index.js +4 -4
  22. package/dist/client/index.mjs +3 -3
  23. package/dist/components/index.d.mts +56 -8
  24. package/dist/components/index.d.ts +56 -8
  25. package/dist/components/index.js +12 -4
  26. package/dist/components/index.js.map +1 -1
  27. package/dist/components/index.mjs +11 -3
  28. package/dist/contexts/index.d.mts +7 -2
  29. package/dist/contexts/index.d.ts +7 -2
  30. package/dist/contexts/index.js +4 -4
  31. package/dist/contexts/index.mjs +3 -3
  32. package/dist/core/index.d.mts +26 -4
  33. package/dist/core/index.d.ts +26 -4
  34. package/dist/core/index.js +2 -2
  35. package/dist/core/index.mjs +1 -1
  36. package/dist/features/help/index.js +36 -36
  37. package/dist/features/help/index.mjs +3 -3
  38. package/dist/index.d.mts +2 -2
  39. package/dist/index.d.ts +2 -2
  40. package/dist/index.js +3 -3
  41. package/dist/index.mjs +2 -2
  42. package/dist/server/index.js +3 -3
  43. package/dist/server/index.mjs +1 -1
  44. package/package.json +1 -1
  45. package/src/components/tables/ContentListTable.tsx +2 -1
  46. package/src/features/assistant/components/containers/AssistantContainer.tsx +18 -2
  47. package/src/features/assistant/components/parts/AssistantEmptyState.tsx +22 -1
  48. package/src/features/assistant/components/parts/AssistantThread.tsx +12 -1
  49. package/src/features/assistant/contexts/AssistantContext.tsx +42 -9
  50. package/src/features/assistant/contexts/__tests__/AssistantContext.spec.tsx +94 -3
  51. package/src/features/assistant/data/Assistant.ts +6 -0
  52. package/src/features/assistant/data/AssistantInterface.ts +2 -0
  53. package/src/features/assistant/data/AssistantService.ts +38 -0
  54. package/src/features/assistant/data/__tests__/Assistant.spec.ts +30 -0
  55. package/src/features/assistant-message/AssistantMessageModule.ts +2 -0
  56. package/src/features/assistant-message/components/MessageItem.tsx +26 -4
  57. package/src/features/assistant-message/components/MessageList.tsx +4 -2
  58. package/src/features/assistant-message/data/AssistantMessage.ts +21 -1
  59. package/src/features/assistant-message/data/AssistantMessageInterface.ts +16 -0
  60. package/src/shadcnui/index.ts +3 -0
  61. package/src/shadcnui/ui/__tests__/confirm-dialog.test.tsx +46 -0
  62. package/src/shadcnui/ui/__tests__/empty-state.test.tsx +26 -0
  63. package/src/shadcnui/ui/__tests__/spinner.test.tsx +18 -0
  64. package/src/shadcnui/ui/confirm-dialog.tsx +79 -0
  65. package/src/shadcnui/ui/empty-state.tsx +32 -0
  66. package/src/shadcnui/ui/spinner.tsx +36 -0
  67. package/dist/chunk-DRJUN4R6.js.map +0 -1
  68. package/dist/chunk-LYLGU2BK.mjs.map +0 -1
  69. package/dist/chunk-U2HR57MY.js.map +0 -1
  70. /package/dist/{BlockNoteEditor-A5LNFWHW.mjs.map → BlockNoteEditor-HIEAHXR4.mjs.map} +0 -0
  71. /package/dist/{chunk-CWVYU4YZ.mjs.map → chunk-DJSH6VHF.mjs.map} +0 -0
@@ -114,6 +114,7 @@ import {
114
114
  CompanyDetails,
115
115
  CompanyEditor,
116
116
  CompanyUsersList,
117
+ ConfirmDialog,
117
118
  ContentListGrid,
118
119
  ContentListTable,
119
120
  ContentTableSearch,
@@ -178,6 +179,7 @@ import {
178
179
  DropdownMenuTrigger,
179
180
  EditableAvatar,
180
181
  EditorSheet,
182
+ EmptyState,
181
183
  EntityAvatar,
182
184
  EntityMultiSelector,
183
185
  ErrorDetails,
@@ -378,6 +380,7 @@ import {
378
380
  SidebarTrigger,
379
381
  Skeleton,
380
382
  Slider,
383
+ Spinner,
381
384
  Switch,
382
385
  Table,
383
386
  TableBody,
@@ -448,6 +451,7 @@ import {
448
451
  navigationMenuTriggerStyle,
449
452
  parseFiscalData,
450
453
  parseMentionElement,
454
+ spinnerVariants,
451
455
  tabsListVariants,
452
456
  toggleVariants,
453
457
  triggerAssociationToast,
@@ -458,14 +462,14 @@ import {
458
462
  useFileUpload,
459
463
  useMentionInsert,
460
464
  useSidebar
461
- } from "../chunk-LYLGU2BK.mjs";
462
- import "../chunk-CWVYU4YZ.mjs";
465
+ } from "../chunk-TVOW47AP.mjs";
466
+ import "../chunk-DJSH6VHF.mjs";
463
467
  import {
464
468
  getIcon,
465
469
  getIconByModule,
466
470
  getIconByModuleName,
467
471
  getInitials
468
- } from "../chunk-ZYPNVEHB.mjs";
472
+ } from "../chunk-FBTTIGLL.mjs";
469
473
  import "../chunk-AUXK7QSA.mjs";
470
474
  import "../chunk-C7C7VY4F.mjs";
471
475
  import "../chunk-KK7PYKVI.mjs";
@@ -589,6 +593,7 @@ export {
589
593
  CompanyDetails,
590
594
  CompanyEditor,
591
595
  CompanyUsersList,
596
+ ConfirmDialog,
592
597
  ContentListGrid,
593
598
  ContentListTable,
594
599
  ContentTableSearch,
@@ -653,6 +658,7 @@ export {
653
658
  DropdownMenuTrigger,
654
659
  EditableAvatar,
655
660
  EditorSheet,
661
+ EmptyState,
656
662
  EntityAvatar,
657
663
  EntityMultiSelector,
658
664
  ErrorDetails,
@@ -857,6 +863,7 @@ export {
857
863
  SidebarTrigger,
858
864
  Skeleton,
859
865
  Slider,
866
+ Spinner,
860
867
  Switch,
861
868
  Table,
862
869
  TableBody,
@@ -931,6 +938,7 @@ export {
931
938
  navigationMenuTriggerStyle,
932
939
  parseFiscalData,
933
940
  parseMentionElement,
941
+ spinnerVariants,
934
942
  tabsListVariants,
935
943
  toggleVariants,
936
944
  triggerAssociationToast,
@@ -5,9 +5,9 @@ import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface,
5
5
  import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.mjs';
6
6
  export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.mjs';
7
7
  import { M as ModuleWithPermissions, A as Action } from '../types-CQSjy7et.mjs';
8
- import { a as HowToInterface, c as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-DrgHDjZ5.mjs';
8
+ import { a as HowToInterface, d as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-BuUZFkE5.mjs';
9
9
  import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.mjs';
10
- import { a as AssistantInterface } from '../AssistantInterface-B1c8FhGA.mjs';
10
+ import { a as AssistantInterface } from '../AssistantInterface-B56qznuH.mjs';
11
11
  import { u as useSocket } from '../useSocket-B1fMIr17.mjs';
12
12
  import * as jotai from 'jotai';
13
13
  import * as jotai_utils from 'jotai/utils';
@@ -174,6 +174,11 @@ interface AssistantContextValue {
174
174
  startNew(): void;
175
175
  renameThread(id: string, title: string): Promise<void>;
176
176
  deleteThread(id: string): Promise<void>;
177
+ /** When true, create/append route to the operator-engine endpoints. */
178
+ operatorMode: boolean;
179
+ setOperatorMode(value: boolean): void;
180
+ /** Appends a message returned outside the send flow (e.g. an approve/deny resume). */
181
+ appendResolvedMessage(message: AssistantMessageInterface): void;
177
182
  }
178
183
  interface Props {
179
184
  children: React__default.ReactNode;
@@ -5,9 +5,9 @@ import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface,
5
5
  import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.js';
6
6
  export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.js';
7
7
  import { M as ModuleWithPermissions, A as Action } from '../types-DHOxe8rc.js';
8
- import { a as HowToInterface, c as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-BNzf1etU.js';
8
+ import { a as HowToInterface, d as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-CQwh5tEb.js';
9
9
  import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
10
- import { a as AssistantInterface } from '../AssistantInterface-BBUHxOCd.js';
10
+ import { a as AssistantInterface } from '../AssistantInterface-CHiJIYDY.js';
11
11
  import { u as useSocket } from '../useSocket-BdJTBXKv.js';
12
12
  import * as jotai from 'jotai';
13
13
  import * as jotai_utils from 'jotai/utils';
@@ -174,6 +174,11 @@ interface AssistantContextValue {
174
174
  startNew(): void;
175
175
  renameThread(id: string, title: string): Promise<void>;
176
176
  deleteThread(id: string): Promise<void>;
177
+ /** When true, create/append route to the operator-engine endpoints. */
178
+ operatorMode: boolean;
179
+ setOperatorMode(value: boolean): void;
180
+ /** Appends a message returned outside the send flow (e.g. an approve/deny resume). */
181
+ appendResolvedMessage(message: AssistantMessageInterface): void;
177
182
  }
178
183
  interface Props {
179
184
  children: React__default.ReactNode;
@@ -31,9 +31,9 @@
31
31
 
32
32
 
33
33
 
34
- var _chunkDRJUN4R6js = require('../chunk-DRJUN4R6.js');
35
- require('../chunk-6XWW67F2.js');
36
- require('../chunk-U2HR57MY.js');
34
+ var _chunkVA2KFKHDjs = require('../chunk-VA2KFKHD.js');
35
+ require('../chunk-4BUZUKER.js');
36
+ require('../chunk-7EQ46GUL.js');
37
37
  require('../chunk-LXKSUWAV.js');
38
38
  require('../chunk-IBS6NI7D.js');
39
39
  require('../chunk-J5LROFGL.js');
@@ -71,5 +71,5 @@ require('../chunk-7QVYU63E.js');
71
71
 
72
72
 
73
73
 
74
- exports.AssistantProvider = _chunkDRJUN4R6js.AssistantProvider; exports.CommonProvider = _chunkDRJUN4R6js.CommonProvider; exports.CompanyProvider = _chunkDRJUN4R6js.CompanyProvider; exports.CurrentUserProvider = _chunkDRJUN4R6js.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkDRJUN4R6js.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkDRJUN4R6js.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkDRJUN4R6js.HeaderLeftContentProvider; exports.HowToProvider = _chunkDRJUN4R6js.HowToProvider; exports.NotificationContextProvider = _chunkDRJUN4R6js.NotificationContextProvider; exports.OnboardingProvider = _chunkDRJUN4R6js.OnboardingProvider; exports.RbacProvider = _chunkDRJUN4R6js.RbacProvider; exports.RoleProvider = _chunkDRJUN4R6js.RoleProvider; exports.SharedProvider = _chunkDRJUN4R6js.SharedProvider; exports.SocketContext = _chunkDRJUN4R6js.SocketContext; exports.SocketProvider = _chunkDRJUN4R6js.SocketProvider; exports.UserProvider = _chunkDRJUN4R6js.UserProvider; exports.recentPagesAtom = _chunkDRJUN4R6js.recentPagesAtom; exports.useAssistantContext = _chunkDRJUN4R6js.useAssistantContext; exports.useCommonContext = _chunkDRJUN4R6js.useCommonContext; exports.useCompanyContext = _chunkDRJUN4R6js.useCompanyContext; exports.useCurrentUserContext = _chunkDRJUN4R6js.useCurrentUserContext; exports.useHeaderChildren = _chunkDRJUN4R6js.useHeaderChildren; exports.useHeaderLeftContent = _chunkDRJUN4R6js.useHeaderLeftContent; exports.useHowToContext = _chunkDRJUN4R6js.useHowToContext; exports.useNotificationContext = _chunkDRJUN4R6js.useNotificationContext; exports.useOnboarding = _chunkDRJUN4R6js.useOnboarding; exports.useRbacContext = _chunkDRJUN4R6js.useRbacContext; exports.useRoleContext = _chunkDRJUN4R6js.useRoleContext; exports.useSharedContext = _chunkDRJUN4R6js.useSharedContext; exports.useSocketContext = _chunkDRJUN4R6js.useSocketContext; exports.useUserContext = _chunkDRJUN4R6js.useUserContext;
74
+ exports.AssistantProvider = _chunkVA2KFKHDjs.AssistantProvider; exports.CommonProvider = _chunkVA2KFKHDjs.CommonProvider; exports.CompanyProvider = _chunkVA2KFKHDjs.CompanyProvider; exports.CurrentUserProvider = _chunkVA2KFKHDjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkVA2KFKHDjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkVA2KFKHDjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkVA2KFKHDjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkVA2KFKHDjs.HowToProvider; exports.NotificationContextProvider = _chunkVA2KFKHDjs.NotificationContextProvider; exports.OnboardingProvider = _chunkVA2KFKHDjs.OnboardingProvider; exports.RbacProvider = _chunkVA2KFKHDjs.RbacProvider; exports.RoleProvider = _chunkVA2KFKHDjs.RoleProvider; exports.SharedProvider = _chunkVA2KFKHDjs.SharedProvider; exports.SocketContext = _chunkVA2KFKHDjs.SocketContext; exports.SocketProvider = _chunkVA2KFKHDjs.SocketProvider; exports.UserProvider = _chunkVA2KFKHDjs.UserProvider; exports.recentPagesAtom = _chunkVA2KFKHDjs.recentPagesAtom; exports.useAssistantContext = _chunkVA2KFKHDjs.useAssistantContext; exports.useCommonContext = _chunkVA2KFKHDjs.useCommonContext; exports.useCompanyContext = _chunkVA2KFKHDjs.useCompanyContext; exports.useCurrentUserContext = _chunkVA2KFKHDjs.useCurrentUserContext; exports.useHeaderChildren = _chunkVA2KFKHDjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkVA2KFKHDjs.useHeaderLeftContent; exports.useHowToContext = _chunkVA2KFKHDjs.useHowToContext; exports.useNotificationContext = _chunkVA2KFKHDjs.useNotificationContext; exports.useOnboarding = _chunkVA2KFKHDjs.useOnboarding; exports.useRbacContext = _chunkVA2KFKHDjs.useRbacContext; exports.useRoleContext = _chunkVA2KFKHDjs.useRoleContext; exports.useSharedContext = _chunkVA2KFKHDjs.useSharedContext; exports.useSocketContext = _chunkVA2KFKHDjs.useSocketContext; exports.useUserContext = _chunkVA2KFKHDjs.useUserContext;
75
75
  //# sourceMappingURL=index.js.map
@@ -31,9 +31,9 @@ import {
31
31
  useSharedContext,
32
32
  useSocketContext,
33
33
  useUserContext
34
- } from "../chunk-LYLGU2BK.mjs";
35
- import "../chunk-CWVYU4YZ.mjs";
36
- import "../chunk-ZYPNVEHB.mjs";
34
+ } from "../chunk-TVOW47AP.mjs";
35
+ import "../chunk-DJSH6VHF.mjs";
36
+ import "../chunk-FBTTIGLL.mjs";
37
37
  import "../chunk-AUXK7QSA.mjs";
38
38
  import "../chunk-C7C7VY4F.mjs";
39
39
  import "../chunk-KK7PYKVI.mjs";
@@ -7,8 +7,8 @@ import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d
7
7
  export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-0BTClOYO.mjs';
8
8
  import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory } from '../types-CQSjy7et.mjs';
9
9
  export { c as ModuleDefinition, b as ModulePermissionDefinition, P as PageUrl, a as PermissionCheck, d as PermissionConfig } from '../types-CQSjy7et.mjs';
10
- import { a as HowToInterface, H as HowToInput, c as AssistantMessageInterface, A as AssistantMessageRole, d as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageInput } from '../AssistantMessageInterface-DrgHDjZ5.mjs';
11
- export { B as BreadcrumbItemData } from '../AssistantMessageInterface-DrgHDjZ5.mjs';
10
+ import { a as HowToInterface, H as HowToInput, d as AssistantMessageInterface, A as AssistantMessageRole, e as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageType, c as AssistantMessageInput } from '../AssistantMessageInterface-BuUZFkE5.mjs';
11
+ export { B as BreadcrumbItemData } from '../AssistantMessageInterface-BuUZFkE5.mjs';
12
12
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-xH3TGvVk.mjs';
13
13
  import { ClassValue } from 'clsx';
14
14
  export { ClassValue } from 'clsx';
@@ -26,7 +26,7 @@ import { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON, Publi
26
26
  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-ClZ7DxS9.mjs';
27
27
  export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-ClZ7DxS9.mjs';
28
28
  import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-CXb1-vNq.mjs';
29
- import { a as AssistantInterface, A as AssistantInput } from '../AssistantInterface-B1c8FhGA.mjs';
29
+ import { a as AssistantInterface, A as AssistantInput } from '../AssistantInterface-B56qznuH.mjs';
30
30
  import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-o5FLpiN7.mjs';
31
31
  export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-o5FLpiN7.mjs';
32
32
  import 'lucide-react';
@@ -1846,8 +1846,10 @@ declare const AssistantModule: (factory: ModuleFactory) => ModuleWithPermissions
1846
1846
  declare class Assistant extends AbstractApiData implements AssistantInterface {
1847
1847
  private _title?;
1848
1848
  private _messageCount?;
1849
+ private _engine?;
1849
1850
  get title(): string;
1850
1851
  get messageCount(): number;
1852
+ get engine(): string | undefined;
1851
1853
  rehydrate(data: JsonApiHydratedDataInterface): this;
1852
1854
  createJsonApi(data: AssistantInput): {
1853
1855
  data: {
@@ -1871,6 +1873,12 @@ declare class AssistantService extends AbstractService {
1871
1873
  fetchAll?: boolean;
1872
1874
  }): Promise<AssistantInterface[]>;
1873
1875
  static create(params: AssistantInput): Promise<AssistantInterface>;
1876
+ /**
1877
+ * Creates an assistant whose first turn runs on the operator engine
1878
+ * (durable checkpointing + approval gates). Mirrors `create()` against the
1879
+ * standalone operator module's create route (`POST operator`).
1880
+ */
1881
+ static createOperator(params: AssistantInput): Promise<AssistantInterface>;
1874
1882
  /**
1875
1883
  * Sends a new user message to an existing assistant thread. The agent turn
1876
1884
  * runs synchronously; the response is a two-element list: [user, assistant].
@@ -1885,6 +1893,16 @@ declare class AssistantService extends AbstractService {
1885
1893
  howToMode?: boolean;
1886
1894
  limitToHowToId?: string;
1887
1895
  }): Promise<AssistantMessageInterface[]>;
1896
+ /**
1897
+ * Operator-engine variant of `appendMessage()`. Targets
1898
+ * `POST operator/:assistantId/assistant-messages`; the turn may freeze on a
1899
+ * destructive tool call, in which case the returned list ends with an
1900
+ * `approval-request` assistant message linked to a pending AssistantAction.
1901
+ */
1902
+ static appendMessageOperator(params: {
1903
+ assistantId: string;
1904
+ content: string;
1905
+ }): Promise<AssistantMessageInterface[]>;
1888
1906
  static rename(params: {
1889
1907
  id: string;
1890
1908
  title: string;
@@ -1906,6 +1924,8 @@ declare class AssistantMessage extends AbstractApiData implements AssistantMessa
1906
1924
  private _references?;
1907
1925
  private _citations?;
1908
1926
  private _isOptimistic;
1927
+ private _messageType?;
1928
+ private _actionId?;
1909
1929
  get role(): AssistantMessageRole;
1910
1930
  get content(): string;
1911
1931
  get position(): number;
@@ -1915,6 +1935,8 @@ declare class AssistantMessage extends AbstractApiData implements AssistantMessa
1915
1935
  get references(): ApiDataInterface[];
1916
1936
  get citations(): (ChunkInterface & ChunkRelationshipMeta)[];
1917
1937
  get isOptimistic(): boolean;
1938
+ get messageType(): AssistantMessageType;
1939
+ get actionId(): string | undefined;
1918
1940
  rehydrate(data: JsonApiHydratedDataInterface): this;
1919
1941
  createJsonApi(data: AssistantMessageInput): {
1920
1942
  data: {
@@ -2369,4 +2391,4 @@ declare class AuditLogService extends AbstractService {
2369
2391
 
2370
2392
  declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
2371
2393
 
2372
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
2394
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
@@ -7,8 +7,8 @@ import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d
7
7
  export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-CT27Fm1s.js';
8
8
  import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory } from '../types-DHOxe8rc.js';
9
9
  export { c as ModuleDefinition, b as ModulePermissionDefinition, P as PageUrl, a as PermissionCheck, d as PermissionConfig } from '../types-DHOxe8rc.js';
10
- import { a as HowToInterface, H as HowToInput, c as AssistantMessageInterface, A as AssistantMessageRole, d as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageInput } from '../AssistantMessageInterface-BNzf1etU.js';
11
- export { B as BreadcrumbItemData } from '../AssistantMessageInterface-BNzf1etU.js';
10
+ import { a as HowToInterface, H as HowToInput, d as AssistantMessageInterface, A as AssistantMessageRole, e as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageType, c as AssistantMessageInput } from '../AssistantMessageInterface-CQwh5tEb.js';
11
+ export { B as BreadcrumbItemData } from '../AssistantMessageInterface-CQwh5tEb.js';
12
12
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-xH3TGvVk.js';
13
13
  import { ClassValue } from 'clsx';
14
14
  export { ClassValue } from 'clsx';
@@ -26,7 +26,7 @@ import { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON, Publi
26
26
  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-C3qqh3mi.js';
27
27
  export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-C3qqh3mi.js';
28
28
  import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-BO25VLlx.js';
29
- import { a as AssistantInterface, A as AssistantInput } from '../AssistantInterface-BBUHxOCd.js';
29
+ import { a as AssistantInterface, A as AssistantInput } from '../AssistantInterface-CHiJIYDY.js';
30
30
  import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-B6xmfDzK.js';
31
31
  export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-B6xmfDzK.js';
32
32
  import 'lucide-react';
@@ -1846,8 +1846,10 @@ declare const AssistantModule: (factory: ModuleFactory) => ModuleWithPermissions
1846
1846
  declare class Assistant extends AbstractApiData implements AssistantInterface {
1847
1847
  private _title?;
1848
1848
  private _messageCount?;
1849
+ private _engine?;
1849
1850
  get title(): string;
1850
1851
  get messageCount(): number;
1852
+ get engine(): string | undefined;
1851
1853
  rehydrate(data: JsonApiHydratedDataInterface): this;
1852
1854
  createJsonApi(data: AssistantInput): {
1853
1855
  data: {
@@ -1871,6 +1873,12 @@ declare class AssistantService extends AbstractService {
1871
1873
  fetchAll?: boolean;
1872
1874
  }): Promise<AssistantInterface[]>;
1873
1875
  static create(params: AssistantInput): Promise<AssistantInterface>;
1876
+ /**
1877
+ * Creates an assistant whose first turn runs on the operator engine
1878
+ * (durable checkpointing + approval gates). Mirrors `create()` against the
1879
+ * standalone operator module's create route (`POST operator`).
1880
+ */
1881
+ static createOperator(params: AssistantInput): Promise<AssistantInterface>;
1874
1882
  /**
1875
1883
  * Sends a new user message to an existing assistant thread. The agent turn
1876
1884
  * runs synchronously; the response is a two-element list: [user, assistant].
@@ -1885,6 +1893,16 @@ declare class AssistantService extends AbstractService {
1885
1893
  howToMode?: boolean;
1886
1894
  limitToHowToId?: string;
1887
1895
  }): Promise<AssistantMessageInterface[]>;
1896
+ /**
1897
+ * Operator-engine variant of `appendMessage()`. Targets
1898
+ * `POST operator/:assistantId/assistant-messages`; the turn may freeze on a
1899
+ * destructive tool call, in which case the returned list ends with an
1900
+ * `approval-request` assistant message linked to a pending AssistantAction.
1901
+ */
1902
+ static appendMessageOperator(params: {
1903
+ assistantId: string;
1904
+ content: string;
1905
+ }): Promise<AssistantMessageInterface[]>;
1888
1906
  static rename(params: {
1889
1907
  id: string;
1890
1908
  title: string;
@@ -1906,6 +1924,8 @@ declare class AssistantMessage extends AbstractApiData implements AssistantMessa
1906
1924
  private _references?;
1907
1925
  private _citations?;
1908
1926
  private _isOptimistic;
1927
+ private _messageType?;
1928
+ private _actionId?;
1909
1929
  get role(): AssistantMessageRole;
1910
1930
  get content(): string;
1911
1931
  get position(): number;
@@ -1915,6 +1935,8 @@ declare class AssistantMessage extends AbstractApiData implements AssistantMessa
1915
1935
  get references(): ApiDataInterface[];
1916
1936
  get citations(): (ChunkInterface & ChunkRelationshipMeta)[];
1917
1937
  get isOptimistic(): boolean;
1938
+ get messageType(): AssistantMessageType;
1939
+ get actionId(): string | undefined;
1918
1940
  rehydrate(data: JsonApiHydratedDataInterface): this;
1919
1941
  createJsonApi(data: AssistantMessageInput): {
1920
1942
  data: {
@@ -2369,4 +2391,4 @@ declare class AuditLogService extends AbstractService {
2369
2391
 
2370
2392
  declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
2371
2393
 
2372
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
2394
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
@@ -173,7 +173,7 @@
173
173
 
174
174
 
175
175
 
176
- var _chunkU2HR57MYjs = require('../chunk-U2HR57MY.js');
176
+ var _chunk7EQ46GULjs = require('../chunk-7EQ46GUL.js');
177
177
  require('../chunk-LXKSUWAV.js');
178
178
  require('../chunk-IBS6NI7D.js');
179
179
 
@@ -373,5 +373,5 @@ require('../chunk-7QVYU63E.js');
373
373
 
374
374
 
375
375
 
376
- exports.AVAILABLE_OAUTH_SCOPES = _chunkU2HR57MYjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkU2HR57MYjs.AbstractApiData; exports.AbstractService = _chunkU2HR57MYjs.AbstractService; exports.Action = _chunkU2HR57MYjs.Action; exports.Assistant = _chunkU2HR57MYjs.Assistant; exports.AssistantMessage = _chunkU2HR57MYjs.AssistantMessage; exports.AssistantMessageModule = _chunkU2HR57MYjs.AssistantMessageModule; exports.AssistantMessageService = _chunkU2HR57MYjs.AssistantMessageService; exports.AssistantModule = _chunkU2HR57MYjs.AssistantModule; exports.AssistantService = _chunkU2HR57MYjs.AssistantService; exports.AuditLog = _chunkU2HR57MYjs.AuditLog; exports.AuditLogModule = _chunkU2HR57MYjs.AuditLogModule; exports.AuditLogService = _chunkU2HR57MYjs.AuditLogService; exports.Auth = _chunkU2HR57MYjs.Auth; exports.AuthComponent = _chunkU2HR57MYjs.AuthComponent; exports.AuthModule = _chunkU2HR57MYjs.AuthModule; exports.AuthService = _chunkU2HR57MYjs.AuthService; exports.AuthorModule = _chunkU2HR57MYjs.AuthorModule; exports.BackupCodeVerify = _chunkU2HR57MYjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkU2HR57MYjs.BackupCodeVerifyModule; exports.Billing = _chunkU2HR57MYjs.Billing; exports.BillingModule = _chunkU2HR57MYjs.BillingModule; exports.BillingService = _chunkU2HR57MYjs.BillingService; exports.BlockNoteDiffUtil = _chunkU2HR57MYjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkU2HR57MYjs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunkU2HR57MYjs.Chunk; exports.ChunkModule = _chunkU2HR57MYjs.ChunkModule; exports.ClientAbstractService = _chunkU2HR57MYjs.ClientAbstractService; exports.ClientHttpMethod = _chunkU2HR57MYjs.ClientHttpMethod; exports.Company = _chunkU2HR57MYjs.Company; exports.CompanyFields = _chunkU2HR57MYjs.CompanyFields; exports.CompanyModule = _chunkU2HR57MYjs.CompanyModule; exports.CompanyService = _chunkU2HR57MYjs.CompanyService; exports.Content = _chunkU2HR57MYjs.Content; exports.ContentFields = _chunkU2HR57MYjs.ContentFields; exports.ContentModule = _chunkU2HR57MYjs.ContentModule; exports.ContentService = _chunkU2HR57MYjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkU2HR57MYjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkJ5LROFGLjs.DataClassRegistry; exports.DataClassRegistry = _chunkJ5LROFGLjs.DataClassRegistry; exports.EndpointCreator = _chunkU2HR57MYjs.EndpointCreator; exports.Feature = _chunkU2HR57MYjs.Feature; exports.FeatureModule = _chunkU2HR57MYjs.FeatureModule; exports.FeatureService = _chunkU2HR57MYjs.FeatureService; exports.HowTo = _chunkU2HR57MYjs.HowTo; exports.HowToFields = _chunkU2HR57MYjs.HowToFields; exports.HowToModule = _chunkU2HR57MYjs.HowToModule; exports.HowToService = _chunkU2HR57MYjs.HowToService; exports.HttpMethod = _chunkU2HR57MYjs.HttpMethod; exports.InvoiceStatus = _chunkU2HR57MYjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkJ5LROFGLjs.JsonApiDataFactory; exports.Module = _chunkU2HR57MYjs.Module; exports.ModuleModule = _chunkU2HR57MYjs.ModuleModule; exports.ModulePathsModule = _chunkU2HR57MYjs.ModulePathsModule; exports.ModuleRegistrar = _chunkU2HR57MYjs.ModuleRegistrar; exports.ModuleRegistry = _chunkU2HR57MYjs.ModuleRegistry; exports.Modules = _chunkU2HR57MYjs.Modules; exports.Notification = _chunkU2HR57MYjs.Notification; exports.NotificationFields = _chunkU2HR57MYjs.NotificationFields; exports.NotificationModule = _chunkU2HR57MYjs.NotificationModule; exports.NotificationService = _chunkU2HR57MYjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkU2HR57MYjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkU2HR57MYjs.OAuthClient; exports.OAuthModule = _chunkU2HR57MYjs.OAuthModule; exports.OAuthService = _chunkU2HR57MYjs.OAuthService; exports.Passkey = _chunkU2HR57MYjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkU2HR57MYjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkU2HR57MYjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkU2HR57MYjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkU2HR57MYjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkU2HR57MYjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkU2HR57MYjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkU2HR57MYjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkU2HR57MYjs.PasskeyRename; exports.PasskeyRenameModule = _chunkU2HR57MYjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkU2HR57MYjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkU2HR57MYjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkU2HR57MYjs.PaymentMethod; exports.PermissionMappingModule = _chunkU2HR57MYjs.PermissionMappingModule; exports.Push = _chunkU2HR57MYjs.Push; exports.PushModule = _chunkU2HR57MYjs.PushModule; exports.PushService = _chunkU2HR57MYjs.PushService; exports.RbacMatrixModule = _chunkU2HR57MYjs.RbacMatrixModule; exports.ReferralModule = _chunkU2HR57MYjs.ReferralModule; exports.ReferralService = _chunkU2HR57MYjs.ReferralService; exports.ReferralStats = _chunkU2HR57MYjs.ReferralStats; exports.ReferralStatsModule = _chunkU2HR57MYjs.ReferralStatsModule; exports.RehydrationFactory = _chunkU2HR57MYjs.RehydrationFactory; exports.Role = _chunkU2HR57MYjs.Role; exports.RoleFields = _chunkU2HR57MYjs.RoleFields; exports.RoleModule = _chunkU2HR57MYjs.RoleModule; exports.RoleService = _chunkU2HR57MYjs.RoleService; exports.S3 = _chunkU2HR57MYjs.S3; exports.S3Module = _chunkU2HR57MYjs.S3Module; exports.S3Service = _chunkU2HR57MYjs.S3Service; exports.StripeCustomer = _chunkU2HR57MYjs.StripeCustomer; exports.StripeCustomerModule = _chunkU2HR57MYjs.StripeCustomerModule; exports.StripeCustomerService = _chunkU2HR57MYjs.StripeCustomerService; exports.StripeInvoice = _chunkU2HR57MYjs.StripeInvoice; exports.StripeInvoiceModule = _chunkU2HR57MYjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkU2HR57MYjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkU2HR57MYjs.StripePaymentMethodModule; exports.StripePrice = _chunkU2HR57MYjs.StripePrice; exports.StripePriceModule = _chunkU2HR57MYjs.StripePriceModule; exports.StripePriceService = _chunkU2HR57MYjs.StripePriceService; exports.StripeProduct = _chunkU2HR57MYjs.StripeProduct; exports.StripeProductModule = _chunkU2HR57MYjs.StripeProductModule; exports.StripeProductService = _chunkU2HR57MYjs.StripeProductService; exports.StripePromotionCode = _chunkU2HR57MYjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkU2HR57MYjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkU2HR57MYjs.StripePromotionCodeService; exports.StripeSubscription = _chunkU2HR57MYjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkU2HR57MYjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkU2HR57MYjs.StripeSubscriptionService; exports.StripeUsage = _chunkU2HR57MYjs.StripeUsage; exports.StripeUsageModule = _chunkU2HR57MYjs.StripeUsageModule; exports.StripeUsageService = _chunkU2HR57MYjs.StripeUsageService; exports.SubscriptionStatus = _chunkU2HR57MYjs.SubscriptionStatus; exports.TableOptions = _chunkU2HR57MYjs.TableOptions; exports.TotpAuthenticator = _chunkU2HR57MYjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkU2HR57MYjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkU2HR57MYjs.TotpSetup; exports.TotpSetupModule = _chunkU2HR57MYjs.TotpSetupModule; exports.TotpVerify = _chunkU2HR57MYjs.TotpVerify; exports.TotpVerifyLogin = _chunkU2HR57MYjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkU2HR57MYjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkU2HR57MYjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkU2HR57MYjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkU2HR57MYjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkU2HR57MYjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkU2HR57MYjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkU2HR57MYjs.TwoFactorService; exports.TwoFactorStatus = _chunkU2HR57MYjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkU2HR57MYjs.TwoFactorStatusModule; exports.User = _chunkU2HR57MYjs.User; exports.UserFields = _chunkU2HR57MYjs.UserFields; exports.UserModule = _chunkU2HR57MYjs.UserModule; exports.UserService = _chunkU2HR57MYjs.UserService; exports.Waitlist = _chunkU2HR57MYjs.Waitlist; exports.WaitlistModule = _chunkU2HR57MYjs.WaitlistModule; exports.WaitlistService = _chunkU2HR57MYjs.WaitlistService; exports.WaitlistStats = _chunkU2HR57MYjs.WaitlistStats; exports.WaitlistStatsModule = _chunkU2HR57MYjs.WaitlistStatsModule; exports.checkPermissions = _chunkU2HR57MYjs.checkPermissions; exports.checkPermissionsFromServer = _chunkU2HR57MYjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkU2HR57MYjs.clearLastApiTotal; exports.cn = _chunkU2HR57MYjs.cn; exports.composeRefs = _chunkU2HR57MYjs.composeRefs; exports.createJsonApiInclusion = _chunkU2HR57MYjs.createJsonApiInclusion; exports.dismissToast = _chunkU2HR57MYjs.dismissToast; exports.entityObjectSchema = _chunkU2HR57MYjs.entityObjectSchema; exports.exists = _chunkU2HR57MYjs.exists; exports.formatDate = _chunkU2HR57MYjs.formatDate; exports.formatLocalDate = _chunkU2HR57MYjs.formatLocalDate; exports.getBootstrapper = _chunkJ5LROFGLjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkU2HR57MYjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkU2HR57MYjs.getGlobalErrorHandler; exports.getIcon = _chunkU2HR57MYjs.getIcon; exports.getIconByModule = _chunkU2HR57MYjs.getIconByModule; exports.getIconByModuleName = _chunkU2HR57MYjs.getIconByModuleName; exports.getInitials = _chunkU2HR57MYjs.getInitials; exports.getLastApiTotal = _chunkU2HR57MYjs.getLastApiTotal; exports.getLucideIcon = _chunkU2HR57MYjs.getLucideIcon; exports.getLucideIconByModule = _chunkU2HR57MYjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkU2HR57MYjs.getLucideIconByModuleName; exports.getTableComponents = _chunkU2HR57MYjs.getTableComponents; exports.getTableOptions = _chunkU2HR57MYjs.getTableOptions; exports.getValueFromPath = _chunkU2HR57MYjs.getValueFromPath; exports.hasBootstrapper = _chunkJ5LROFGLjs.hasBootstrapper; exports.rehydrate = _chunkU2HR57MYjs.rehydrate; exports.rehydrateList = _chunkU2HR57MYjs.rehydrateList; exports.resetBootstrapStore = _chunkJ5LROFGLjs.resetBootstrapStore; exports.setBootstrapper = _chunkJ5LROFGLjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkU2HR57MYjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkU2HR57MYjs.setGlobalErrorHandler; exports.showCustomToast = _chunkU2HR57MYjs.showCustomToast; exports.showError = _chunkU2HR57MYjs.showError; exports.showToast = _chunkU2HR57MYjs.showToast; exports.translateData = _chunkJ5LROFGLjs.translateData; exports.translateResponse = _chunkJ5LROFGLjs.translateResponse; exports.tryBootstrap = _chunkJ5LROFGLjs.tryBootstrap; exports.useComposedRefs = _chunkU2HR57MYjs.useComposedRefs; exports.useIsMobile = _chunkU2HR57MYjs.useIsMobile; exports.userObjectSchema = _chunkU2HR57MYjs.userObjectSchema;
376
+ exports.AVAILABLE_OAUTH_SCOPES = _chunk7EQ46GULjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk7EQ46GULjs.AbstractApiData; exports.AbstractService = _chunk7EQ46GULjs.AbstractService; exports.Action = _chunk7EQ46GULjs.Action; exports.Assistant = _chunk7EQ46GULjs.Assistant; exports.AssistantMessage = _chunk7EQ46GULjs.AssistantMessage; exports.AssistantMessageModule = _chunk7EQ46GULjs.AssistantMessageModule; exports.AssistantMessageService = _chunk7EQ46GULjs.AssistantMessageService; exports.AssistantModule = _chunk7EQ46GULjs.AssistantModule; exports.AssistantService = _chunk7EQ46GULjs.AssistantService; exports.AuditLog = _chunk7EQ46GULjs.AuditLog; exports.AuditLogModule = _chunk7EQ46GULjs.AuditLogModule; exports.AuditLogService = _chunk7EQ46GULjs.AuditLogService; exports.Auth = _chunk7EQ46GULjs.Auth; exports.AuthComponent = _chunk7EQ46GULjs.AuthComponent; exports.AuthModule = _chunk7EQ46GULjs.AuthModule; exports.AuthService = _chunk7EQ46GULjs.AuthService; exports.AuthorModule = _chunk7EQ46GULjs.AuthorModule; exports.BackupCodeVerify = _chunk7EQ46GULjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk7EQ46GULjs.BackupCodeVerifyModule; exports.Billing = _chunk7EQ46GULjs.Billing; exports.BillingModule = _chunk7EQ46GULjs.BillingModule; exports.BillingService = _chunk7EQ46GULjs.BillingService; exports.BlockNoteDiffUtil = _chunk7EQ46GULjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk7EQ46GULjs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunk7EQ46GULjs.Chunk; exports.ChunkModule = _chunk7EQ46GULjs.ChunkModule; exports.ClientAbstractService = _chunk7EQ46GULjs.ClientAbstractService; exports.ClientHttpMethod = _chunk7EQ46GULjs.ClientHttpMethod; exports.Company = _chunk7EQ46GULjs.Company; exports.CompanyFields = _chunk7EQ46GULjs.CompanyFields; exports.CompanyModule = _chunk7EQ46GULjs.CompanyModule; exports.CompanyService = _chunk7EQ46GULjs.CompanyService; exports.Content = _chunk7EQ46GULjs.Content; exports.ContentFields = _chunk7EQ46GULjs.ContentFields; exports.ContentModule = _chunk7EQ46GULjs.ContentModule; exports.ContentService = _chunk7EQ46GULjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk7EQ46GULjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkJ5LROFGLjs.DataClassRegistry; exports.DataClassRegistry = _chunkJ5LROFGLjs.DataClassRegistry; exports.EndpointCreator = _chunk7EQ46GULjs.EndpointCreator; exports.Feature = _chunk7EQ46GULjs.Feature; exports.FeatureModule = _chunk7EQ46GULjs.FeatureModule; exports.FeatureService = _chunk7EQ46GULjs.FeatureService; exports.HowTo = _chunk7EQ46GULjs.HowTo; exports.HowToFields = _chunk7EQ46GULjs.HowToFields; exports.HowToModule = _chunk7EQ46GULjs.HowToModule; exports.HowToService = _chunk7EQ46GULjs.HowToService; exports.HttpMethod = _chunk7EQ46GULjs.HttpMethod; exports.InvoiceStatus = _chunk7EQ46GULjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkJ5LROFGLjs.JsonApiDataFactory; exports.Module = _chunk7EQ46GULjs.Module; exports.ModuleModule = _chunk7EQ46GULjs.ModuleModule; exports.ModulePathsModule = _chunk7EQ46GULjs.ModulePathsModule; exports.ModuleRegistrar = _chunk7EQ46GULjs.ModuleRegistrar; exports.ModuleRegistry = _chunk7EQ46GULjs.ModuleRegistry; exports.Modules = _chunk7EQ46GULjs.Modules; exports.Notification = _chunk7EQ46GULjs.Notification; exports.NotificationFields = _chunk7EQ46GULjs.NotificationFields; exports.NotificationModule = _chunk7EQ46GULjs.NotificationModule; exports.NotificationService = _chunk7EQ46GULjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk7EQ46GULjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk7EQ46GULjs.OAuthClient; exports.OAuthModule = _chunk7EQ46GULjs.OAuthModule; exports.OAuthService = _chunk7EQ46GULjs.OAuthService; exports.Passkey = _chunk7EQ46GULjs.Passkey; exports.PasskeyAuthenticationOptions = _chunk7EQ46GULjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk7EQ46GULjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk7EQ46GULjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk7EQ46GULjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk7EQ46GULjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk7EQ46GULjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk7EQ46GULjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk7EQ46GULjs.PasskeyRename; exports.PasskeyRenameModule = _chunk7EQ46GULjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk7EQ46GULjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk7EQ46GULjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk7EQ46GULjs.PaymentMethod; exports.PermissionMappingModule = _chunk7EQ46GULjs.PermissionMappingModule; exports.Push = _chunk7EQ46GULjs.Push; exports.PushModule = _chunk7EQ46GULjs.PushModule; exports.PushService = _chunk7EQ46GULjs.PushService; exports.RbacMatrixModule = _chunk7EQ46GULjs.RbacMatrixModule; exports.ReferralModule = _chunk7EQ46GULjs.ReferralModule; exports.ReferralService = _chunk7EQ46GULjs.ReferralService; exports.ReferralStats = _chunk7EQ46GULjs.ReferralStats; exports.ReferralStatsModule = _chunk7EQ46GULjs.ReferralStatsModule; exports.RehydrationFactory = _chunk7EQ46GULjs.RehydrationFactory; exports.Role = _chunk7EQ46GULjs.Role; exports.RoleFields = _chunk7EQ46GULjs.RoleFields; exports.RoleModule = _chunk7EQ46GULjs.RoleModule; exports.RoleService = _chunk7EQ46GULjs.RoleService; exports.S3 = _chunk7EQ46GULjs.S3; exports.S3Module = _chunk7EQ46GULjs.S3Module; exports.S3Service = _chunk7EQ46GULjs.S3Service; exports.StripeCustomer = _chunk7EQ46GULjs.StripeCustomer; exports.StripeCustomerModule = _chunk7EQ46GULjs.StripeCustomerModule; exports.StripeCustomerService = _chunk7EQ46GULjs.StripeCustomerService; exports.StripeInvoice = _chunk7EQ46GULjs.StripeInvoice; exports.StripeInvoiceModule = _chunk7EQ46GULjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk7EQ46GULjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk7EQ46GULjs.StripePaymentMethodModule; exports.StripePrice = _chunk7EQ46GULjs.StripePrice; exports.StripePriceModule = _chunk7EQ46GULjs.StripePriceModule; exports.StripePriceService = _chunk7EQ46GULjs.StripePriceService; exports.StripeProduct = _chunk7EQ46GULjs.StripeProduct; exports.StripeProductModule = _chunk7EQ46GULjs.StripeProductModule; exports.StripeProductService = _chunk7EQ46GULjs.StripeProductService; exports.StripePromotionCode = _chunk7EQ46GULjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk7EQ46GULjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk7EQ46GULjs.StripePromotionCodeService; exports.StripeSubscription = _chunk7EQ46GULjs.StripeSubscription; exports.StripeSubscriptionModule = _chunk7EQ46GULjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk7EQ46GULjs.StripeSubscriptionService; exports.StripeUsage = _chunk7EQ46GULjs.StripeUsage; exports.StripeUsageModule = _chunk7EQ46GULjs.StripeUsageModule; exports.StripeUsageService = _chunk7EQ46GULjs.StripeUsageService; exports.SubscriptionStatus = _chunk7EQ46GULjs.SubscriptionStatus; exports.TableOptions = _chunk7EQ46GULjs.TableOptions; exports.TotpAuthenticator = _chunk7EQ46GULjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk7EQ46GULjs.TotpAuthenticatorModule; exports.TotpSetup = _chunk7EQ46GULjs.TotpSetup; exports.TotpSetupModule = _chunk7EQ46GULjs.TotpSetupModule; exports.TotpVerify = _chunk7EQ46GULjs.TotpVerify; exports.TotpVerifyLogin = _chunk7EQ46GULjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk7EQ46GULjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk7EQ46GULjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk7EQ46GULjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk7EQ46GULjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk7EQ46GULjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk7EQ46GULjs.TwoFactorEnableModule; exports.TwoFactorService = _chunk7EQ46GULjs.TwoFactorService; exports.TwoFactorStatus = _chunk7EQ46GULjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk7EQ46GULjs.TwoFactorStatusModule; exports.User = _chunk7EQ46GULjs.User; exports.UserFields = _chunk7EQ46GULjs.UserFields; exports.UserModule = _chunk7EQ46GULjs.UserModule; exports.UserService = _chunk7EQ46GULjs.UserService; exports.Waitlist = _chunk7EQ46GULjs.Waitlist; exports.WaitlistModule = _chunk7EQ46GULjs.WaitlistModule; exports.WaitlistService = _chunk7EQ46GULjs.WaitlistService; exports.WaitlistStats = _chunk7EQ46GULjs.WaitlistStats; exports.WaitlistStatsModule = _chunk7EQ46GULjs.WaitlistStatsModule; exports.checkPermissions = _chunk7EQ46GULjs.checkPermissions; exports.checkPermissionsFromServer = _chunk7EQ46GULjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk7EQ46GULjs.clearLastApiTotal; exports.cn = _chunk7EQ46GULjs.cn; exports.composeRefs = _chunk7EQ46GULjs.composeRefs; exports.createJsonApiInclusion = _chunk7EQ46GULjs.createJsonApiInclusion; exports.dismissToast = _chunk7EQ46GULjs.dismissToast; exports.entityObjectSchema = _chunk7EQ46GULjs.entityObjectSchema; exports.exists = _chunk7EQ46GULjs.exists; exports.formatDate = _chunk7EQ46GULjs.formatDate; exports.formatLocalDate = _chunk7EQ46GULjs.formatLocalDate; exports.getBootstrapper = _chunkJ5LROFGLjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk7EQ46GULjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk7EQ46GULjs.getGlobalErrorHandler; exports.getIcon = _chunk7EQ46GULjs.getIcon; exports.getIconByModule = _chunk7EQ46GULjs.getIconByModule; exports.getIconByModuleName = _chunk7EQ46GULjs.getIconByModuleName; exports.getInitials = _chunk7EQ46GULjs.getInitials; exports.getLastApiTotal = _chunk7EQ46GULjs.getLastApiTotal; exports.getLucideIcon = _chunk7EQ46GULjs.getLucideIcon; exports.getLucideIconByModule = _chunk7EQ46GULjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk7EQ46GULjs.getLucideIconByModuleName; exports.getTableComponents = _chunk7EQ46GULjs.getTableComponents; exports.getTableOptions = _chunk7EQ46GULjs.getTableOptions; exports.getValueFromPath = _chunk7EQ46GULjs.getValueFromPath; exports.hasBootstrapper = _chunkJ5LROFGLjs.hasBootstrapper; exports.rehydrate = _chunk7EQ46GULjs.rehydrate; exports.rehydrateList = _chunk7EQ46GULjs.rehydrateList; exports.resetBootstrapStore = _chunkJ5LROFGLjs.resetBootstrapStore; exports.setBootstrapper = _chunkJ5LROFGLjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk7EQ46GULjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk7EQ46GULjs.setGlobalErrorHandler; exports.showCustomToast = _chunk7EQ46GULjs.showCustomToast; exports.showError = _chunk7EQ46GULjs.showError; exports.showToast = _chunk7EQ46GULjs.showToast; exports.translateData = _chunkJ5LROFGLjs.translateData; exports.translateResponse = _chunkJ5LROFGLjs.translateResponse; exports.tryBootstrap = _chunkJ5LROFGLjs.tryBootstrap; exports.useComposedRefs = _chunk7EQ46GULjs.useComposedRefs; exports.useIsMobile = _chunk7EQ46GULjs.useIsMobile; exports.userObjectSchema = _chunk7EQ46GULjs.userObjectSchema;
377
377
  //# sourceMappingURL=index.js.map
@@ -173,7 +173,7 @@ import {
173
173
  useComposedRefs,
174
174
  useIsMobile,
175
175
  userObjectSchema
176
- } from "../chunk-ZYPNVEHB.mjs";
176
+ } from "../chunk-FBTTIGLL.mjs";
177
177
  import "../chunk-AUXK7QSA.mjs";
178
178
  import "../chunk-C7C7VY4F.mjs";
179
179
  import {