@carlonicora/nextjs-jsonapi 1.65.1 → 1.66.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.
- package/dist/{AuthComponent-B4rNZRYE.d.ts → AuthComponent-DL1D3y7f.d.ts} +1 -1
- package/dist/{AuthComponent-nzabiz68.d.mts → AuthComponent-NwQ_ZXsv.d.mts} +1 -1
- package/dist/{BlockNoteEditor-QGNV6E4X.js → BlockNoteEditor-GQM2TZG2.js} +14 -14
- package/dist/{BlockNoteEditor-QGNV6E4X.js.map → BlockNoteEditor-GQM2TZG2.js.map} +1 -1
- package/dist/{BlockNoteEditor-CZOW7J5K.mjs → BlockNoteEditor-KCJMA6LW.mjs} +4 -4
- package/dist/{auth.interface-C1WjZ0fM.d.ts → auth.interface-BX_1qZZJ.d.ts} +1 -1
- package/dist/{auth.interface-fBFqIrw4.d.mts → auth.interface-yeLelxdI.d.mts} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-G7PGWMFO.mjs → chunk-35GWVOYZ.mjs} +61 -1
- package/dist/{chunk-G7PGWMFO.mjs.map → chunk-35GWVOYZ.mjs.map} +1 -1
- package/dist/{chunk-ESGUCYJS.mjs → chunk-4E74ZTRT.mjs} +2114 -1833
- package/dist/chunk-4E74ZTRT.mjs.map +1 -0
- package/dist/{chunk-LRXJT656.js → chunk-NVXYOQFW.js} +61 -1
- package/dist/chunk-NVXYOQFW.js.map +1 -0
- package/dist/{chunk-RA4RYKYB.js → chunk-OQRBY22T.js} +11 -11
- package/dist/{chunk-RA4RYKYB.js.map → chunk-OQRBY22T.js.map} +1 -1
- package/dist/{chunk-CDCGQFIA.js → chunk-QIFM4G7T.js} +1170 -889
- package/dist/chunk-QIFM4G7T.js.map +1 -0
- package/dist/{chunk-5KMKI23S.mjs → chunk-UXGPZZ6V.mjs} +2 -2
- package/dist/client/index.d.mts +6 -6
- package/dist/client/index.d.ts +6 -6
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +42 -7
- package/dist/components/index.d.ts +42 -7
- package/dist/components/index.js +14 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +13 -3
- package/dist/{config-DZWAFB7H.d.ts → config-CyCAWW-d.d.ts} +1 -1
- package/dist/{config-ndRJIQsP.d.mts → config-D-mqttuF.d.mts} +1 -1
- package/dist/{content.interface-B5ySfiOE.d.mts → content.interface-8T5-G84c.d.mts} +1 -1
- package/dist/{content.interface-mmz0uMwm.d.ts → content.interface-D-xdYxjt.d.ts} +1 -1
- package/dist/contexts/index.d.mts +2 -2
- package/dist/contexts/index.d.ts +2 -2
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +29 -9
- package/dist/core/index.d.ts +29 -9
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-DG7cq9oG.d.mts → notification.interface-C6UcmJqu.d.mts} +20 -0
- package/dist/{notification.interface-COKHDQeE.d.ts → notification.interface-ItBxq2au.d.ts} +20 -0
- package/dist/{s3.service-ppn9iGJU.d.ts → s3.service-DIR6Su9B.d.ts} +3 -3
- package/dist/{s3.service-BoRPFx82.d.mts → s3.service-XchHd3ii.d.mts} +3 -3
- package/dist/server/index.d.mts +4 -4
- package/dist/server/index.d.ts +4 -4
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/{useRbacState-DhuYYr0S.d.mts → useRbacState-Btk1gkQg.d.mts} +1 -1
- package/dist/{useRbacState-NnzNL2ED.d.ts → useRbacState-CUj0hp8t.d.ts} +1 -1
- package/dist/{useSocket-bsV-K4qR.d.ts → useSocket-BSUN9s3p.d.ts} +1 -1
- package/dist/{useSocket-CtfuR5wD.d.mts → useSocket-DKI92Fbg.d.mts} +1 -1
- package/package.json +2 -1
- package/src/components/containers/RoundPageContainer.tsx +1 -1
- package/src/components/fiscal/FiscalDataDisplay.tsx +26 -0
- package/src/components/fiscal/ItalianFiscalData.tsx +120 -0
- package/src/components/fiscal/ItalianFiscalDataDisplay.tsx +24 -0
- package/src/components/fiscal/index.ts +4 -0
- package/src/components/index.ts +2 -0
- package/src/components/navigations/RecentPagesNavigator.tsx +3 -3
- package/src/features/company/components/details/CompanyContent.tsx +105 -0
- package/src/features/company/components/details/CompanyDetails.tsx +2 -19
- package/src/features/company/components/details/index.ts +1 -0
- package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +38 -70
- package/src/features/company/components/forms/CompanyEditor.tsx +214 -172
- package/src/features/company/data/company.interface.ts +20 -0
- package/src/features/company/data/company.ts +73 -0
- package/src/utils/fiscal-utils.ts +7 -0
- package/src/utils/italian-validators.ts +79 -0
- package/dist/chunk-CDCGQFIA.js.map +0 -1
- package/dist/chunk-ESGUCYJS.mjs.map +0 -1
- package/dist/chunk-LRXJT656.js.map +0 -1
- /package/dist/{BlockNoteEditor-CZOW7J5K.mjs.map → BlockNoteEditor-KCJMA6LW.mjs.map} +0 -0
- /package/dist/{chunk-5KMKI23S.mjs.map → chunk-UXGPZZ6V.mjs.map} +0 -0
|
@@ -104,6 +104,7 @@ import {
|
|
|
104
104
|
CompaniesList,
|
|
105
105
|
CompanyConfigurationEditor,
|
|
106
106
|
CompanyContainer,
|
|
107
|
+
CompanyContent,
|
|
107
108
|
CompanyDeleter,
|
|
108
109
|
CompanyDetails,
|
|
109
110
|
CompanyEditor,
|
|
@@ -185,6 +186,7 @@ import {
|
|
|
185
186
|
FileUploader,
|
|
186
187
|
FileUploaderContent,
|
|
187
188
|
FileUploaderItem,
|
|
189
|
+
FiscalDataDisplay,
|
|
188
190
|
ForgotPassword,
|
|
189
191
|
Form,
|
|
190
192
|
FormBlockNote,
|
|
@@ -218,6 +220,8 @@ import {
|
|
|
218
220
|
InputOTPGroup,
|
|
219
221
|
InputOTPSeparator,
|
|
220
222
|
InputOTPSlot,
|
|
223
|
+
ItalianFiscalDataDisplay,
|
|
224
|
+
ItalianFiscalData_default,
|
|
221
225
|
KanbanBoard,
|
|
222
226
|
KanbanColumn,
|
|
223
227
|
KanbanColumnHandle,
|
|
@@ -417,6 +421,7 @@ import {
|
|
|
417
421
|
errorToast,
|
|
418
422
|
generateNotificationData,
|
|
419
423
|
navigationMenuTriggerStyle,
|
|
424
|
+
parseFiscalData,
|
|
420
425
|
tabsListVariants,
|
|
421
426
|
toggleVariants,
|
|
422
427
|
triggerAssociationToast,
|
|
@@ -426,14 +431,14 @@ import {
|
|
|
426
431
|
useEditorDialog,
|
|
427
432
|
useFileUpload,
|
|
428
433
|
useSidebar
|
|
429
|
-
} from "../chunk-
|
|
430
|
-
import "../chunk-
|
|
434
|
+
} from "../chunk-4E74ZTRT.mjs";
|
|
435
|
+
import "../chunk-UXGPZZ6V.mjs";
|
|
431
436
|
import {
|
|
432
437
|
getIcon,
|
|
433
438
|
getIconByModule,
|
|
434
439
|
getIconByModuleName,
|
|
435
440
|
getInitials
|
|
436
|
-
} from "../chunk-
|
|
441
|
+
} from "../chunk-35GWVOYZ.mjs";
|
|
437
442
|
import "../chunk-AUXK7QSA.mjs";
|
|
438
443
|
import "../chunk-C7C7VY4F.mjs";
|
|
439
444
|
import "../chunk-BTKJFMFL.mjs";
|
|
@@ -547,6 +552,7 @@ export {
|
|
|
547
552
|
CompaniesList,
|
|
548
553
|
CompanyConfigurationEditor,
|
|
549
554
|
CompanyContainer,
|
|
555
|
+
CompanyContent,
|
|
550
556
|
CompanyDeleter,
|
|
551
557
|
CompanyDetails,
|
|
552
558
|
CompanyEditor,
|
|
@@ -628,6 +634,7 @@ export {
|
|
|
628
634
|
FileUploader,
|
|
629
635
|
FileUploaderContent,
|
|
630
636
|
FileUploaderItem,
|
|
637
|
+
FiscalDataDisplay,
|
|
631
638
|
ForgotPassword,
|
|
632
639
|
Form,
|
|
633
640
|
FormBlockNote,
|
|
@@ -661,6 +668,8 @@ export {
|
|
|
661
668
|
InputOTPGroup,
|
|
662
669
|
InputOTPSeparator,
|
|
663
670
|
InputOTPSlot,
|
|
671
|
+
ItalianFiscalData_default as ItalianFiscalData,
|
|
672
|
+
ItalianFiscalDataDisplay,
|
|
664
673
|
KanbanItem as Item,
|
|
665
674
|
KanbanItemHandle as ItemHandle,
|
|
666
675
|
KanbanRoot as Kanban,
|
|
@@ -868,6 +877,7 @@ export {
|
|
|
868
877
|
getIconByModuleName,
|
|
869
878
|
getInitials,
|
|
870
879
|
navigationMenuTriggerStyle,
|
|
880
|
+
parseFiscalData,
|
|
871
881
|
tabsListVariants,
|
|
872
882
|
toggleVariants,
|
|
873
883
|
triggerAssociationToast,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
4
|
-
import { h as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-
|
|
4
|
+
import { h as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-C6UcmJqu.mjs';
|
|
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 { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
8
|
-
import { u as useSocket } from '../useSocket-
|
|
8
|
+
import { u as useSocket } from '../useSocket-DKI92Fbg.mjs';
|
|
9
9
|
import * as jotai from 'jotai';
|
|
10
10
|
import * as jotai_utils from 'jotai/utils';
|
|
11
11
|
import 'lucide-react';
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
4
|
-
import { h as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-
|
|
4
|
+
import { h as CompanyInterface, N as NotificationInterface, R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-ItBxq2au.js';
|
|
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 { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
8
|
-
import { u as useSocket } from '../useSocket-
|
|
8
|
+
import { u as useSocket } from '../useSocket-BSUN9s3p.js';
|
|
9
9
|
import * as jotai from 'jotai';
|
|
10
10
|
import * as jotai_utils from 'jotai/utils';
|
|
11
11
|
import 'lucide-react';
|
package/dist/contexts/index.js
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
27
|
-
require('../chunk-
|
|
28
|
-
require('../chunk-
|
|
26
|
+
var _chunkQIFM4G7Tjs = require('../chunk-QIFM4G7T.js');
|
|
27
|
+
require('../chunk-OQRBY22T.js');
|
|
28
|
+
require('../chunk-NVXYOQFW.js');
|
|
29
29
|
require('../chunk-LXKSUWAV.js');
|
|
30
30
|
require('../chunk-IBS6NI7D.js');
|
|
31
31
|
require('../chunk-4MN547K7.js');
|
|
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
exports.CommonProvider =
|
|
58
|
+
exports.CommonProvider = _chunkQIFM4G7Tjs.CommonProvider; exports.CompanyProvider = _chunkQIFM4G7Tjs.CompanyProvider; exports.CurrentUserProvider = _chunkQIFM4G7Tjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkQIFM4G7Tjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkQIFM4G7Tjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkQIFM4G7Tjs.NotificationContextProvider; exports.OnboardingProvider = _chunkQIFM4G7Tjs.OnboardingProvider; exports.RoleProvider = _chunkQIFM4G7Tjs.RoleProvider; exports.SharedProvider = _chunkQIFM4G7Tjs.SharedProvider; exports.SocketContext = _chunkQIFM4G7Tjs.SocketContext; exports.SocketProvider = _chunkQIFM4G7Tjs.SocketProvider; exports.UserProvider = _chunkQIFM4G7Tjs.UserProvider; exports.recentPagesAtom = _chunkQIFM4G7Tjs.recentPagesAtom; exports.useCommonContext = _chunkQIFM4G7Tjs.useCommonContext; exports.useCompanyContext = _chunkQIFM4G7Tjs.useCompanyContext; exports.useCurrentUserContext = _chunkQIFM4G7Tjs.useCurrentUserContext; exports.useHeaderChildren = _chunkQIFM4G7Tjs.useHeaderChildren; exports.useNotificationContext = _chunkQIFM4G7Tjs.useNotificationContext; exports.useOnboarding = _chunkQIFM4G7Tjs.useOnboarding; exports.useRoleContext = _chunkQIFM4G7Tjs.useRoleContext; exports.useSharedContext = _chunkQIFM4G7Tjs.useSharedContext; exports.useSocketContext = _chunkQIFM4G7Tjs.useSocketContext; exports.useUserContext = _chunkQIFM4G7Tjs.useUserContext;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -23,9 +23,9 @@ import {
|
|
|
23
23
|
useSharedContext,
|
|
24
24
|
useSocketContext,
|
|
25
25
|
useUserContext
|
|
26
|
-
} from "../chunk-
|
|
27
|
-
import "../chunk-
|
|
28
|
-
import "../chunk-
|
|
26
|
+
} from "../chunk-4E74ZTRT.mjs";
|
|
27
|
+
import "../chunk-UXGPZZ6V.mjs";
|
|
28
|
+
import "../chunk-35GWVOYZ.mjs";
|
|
29
29
|
import "../chunk-AUXK7QSA.mjs";
|
|
30
30
|
import "../chunk-C7C7VY4F.mjs";
|
|
31
31
|
import "../chunk-BTKJFMFL.mjs";
|
package/dist/core/index.d.mts
CHANGED
|
@@ -3,10 +3,10 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
3
3
|
import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
4
4
|
export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
5
5
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
|
|
6
|
-
import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-
|
|
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-
|
|
8
|
-
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-
|
|
9
|
-
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-
|
|
6
|
+
import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-XchHd3ii.mjs';
|
|
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-XchHd3ii.mjs';
|
|
8
|
+
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-C6UcmJqu.mjs';
|
|
9
|
+
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-C6UcmJqu.mjs';
|
|
10
10
|
export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.mjs';
|
|
12
12
|
import { ClassValue } from 'clsx';
|
|
@@ -14,17 +14,17 @@ export { ClassValue } from 'clsx';
|
|
|
14
14
|
import * as React from 'react';
|
|
15
15
|
import { ReactElement, ReactNode, JSXElementConstructor } from 'react';
|
|
16
16
|
import { z } from 'zod';
|
|
17
|
-
import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-
|
|
18
|
-
export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-
|
|
17
|
+
import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-NwQ_ZXsv.mjs';
|
|
18
|
+
export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-NwQ_ZXsv.mjs';
|
|
19
19
|
import { PartialBlock } from '@blocknote/core';
|
|
20
20
|
import { ExternalToast } from 'sonner';
|
|
21
|
-
import { b as AuthInterface, A as AuthInput } from '../auth.interface-
|
|
22
|
-
export { a as AuthQuery } from '../auth.interface-
|
|
21
|
+
import { b as AuthInterface, A as AuthInput } from '../auth.interface-yeLelxdI.mjs';
|
|
22
|
+
export { a as AuthQuery } from '../auth.interface-yeLelxdI.mjs';
|
|
23
23
|
import { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON, PublicKeyCredentialRequestOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/browser';
|
|
24
24
|
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';
|
|
25
25
|
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-Dnm2DJKQ.mjs';
|
|
26
26
|
import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-BxFFOPNq.mjs';
|
|
27
|
-
import { a as ContentInterface, C as ContentInput } from '../content.interface-
|
|
27
|
+
import { a as ContentInterface, C as ContentInput } from '../content.interface-8T5-G84c.mjs';
|
|
28
28
|
import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
29
29
|
export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
30
30
|
import 'lucide-react';
|
|
@@ -1670,6 +1670,16 @@ declare class Company extends AbstractApiData implements CompanyInterface {
|
|
|
1670
1670
|
private _availableExtraTokens;
|
|
1671
1671
|
private _features?;
|
|
1672
1672
|
private _modules?;
|
|
1673
|
+
private _legal_address?;
|
|
1674
|
+
private _street_number?;
|
|
1675
|
+
private _street?;
|
|
1676
|
+
private _city?;
|
|
1677
|
+
private _province?;
|
|
1678
|
+
private _region?;
|
|
1679
|
+
private _postcode?;
|
|
1680
|
+
private _country?;
|
|
1681
|
+
private _country_code?;
|
|
1682
|
+
private _fiscal_data?;
|
|
1673
1683
|
get name(): string;
|
|
1674
1684
|
get logo(): string | undefined;
|
|
1675
1685
|
get logoUrl(): string | undefined;
|
|
@@ -1680,6 +1690,16 @@ declare class Company extends AbstractApiData implements CompanyInterface {
|
|
|
1680
1690
|
get features(): FeatureInterface[];
|
|
1681
1691
|
get modules(): ModuleInterface[];
|
|
1682
1692
|
get configurations(): any | undefined;
|
|
1693
|
+
get legal_address(): string | undefined;
|
|
1694
|
+
get street_number(): string | undefined;
|
|
1695
|
+
get street(): string | undefined;
|
|
1696
|
+
get city(): string | undefined;
|
|
1697
|
+
get province(): string | undefined;
|
|
1698
|
+
get region(): string | undefined;
|
|
1699
|
+
get postcode(): string | undefined;
|
|
1700
|
+
get country(): string | undefined;
|
|
1701
|
+
get country_code(): string | undefined;
|
|
1702
|
+
get fiscal_data(): string | undefined;
|
|
1683
1703
|
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
1684
1704
|
createJsonApi(data: CompanyInput): any;
|
|
1685
1705
|
}
|
package/dist/core/index.d.ts
CHANGED
|
@@ -3,10 +3,10 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
3
3
|
import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
4
4
|
export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
5
5
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-CAIAeP5d.js';
|
|
6
|
-
import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-
|
|
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-
|
|
8
|
-
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-
|
|
9
|
-
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-
|
|
6
|
+
import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-DIR6Su9B.js';
|
|
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-DIR6Su9B.js';
|
|
8
|
+
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-ItBxq2au.js';
|
|
9
|
+
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-ItBxq2au.js';
|
|
10
10
|
export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.js';
|
|
12
12
|
import { ClassValue } from 'clsx';
|
|
@@ -14,17 +14,17 @@ export { ClassValue } from 'clsx';
|
|
|
14
14
|
import * as React from 'react';
|
|
15
15
|
import { ReactElement, ReactNode, JSXElementConstructor } from 'react';
|
|
16
16
|
import { z } from 'zod';
|
|
17
|
-
import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-
|
|
18
|
-
export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-
|
|
17
|
+
import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-DL1D3y7f.js';
|
|
18
|
+
export { A as AuthComponent, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from '../AuthComponent-DL1D3y7f.js';
|
|
19
19
|
import { PartialBlock } from '@blocknote/core';
|
|
20
20
|
import { ExternalToast } from 'sonner';
|
|
21
|
-
import { b as AuthInterface, A as AuthInput } from '../auth.interface-
|
|
22
|
-
export { a as AuthQuery } from '../auth.interface-
|
|
21
|
+
import { b as AuthInterface, A as AuthInput } from '../auth.interface-BX_1qZZJ.js';
|
|
22
|
+
export { a as AuthQuery } from '../auth.interface-BX_1qZZJ.js';
|
|
23
23
|
import { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON, PublicKeyCredentialRequestOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/browser';
|
|
24
24
|
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';
|
|
25
25
|
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-BcJty0rv.js';
|
|
26
26
|
import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-CIWxo8NP.js';
|
|
27
|
-
import { a as ContentInterface, C as ContentInput } from '../content.interface-
|
|
27
|
+
import { a as ContentInterface, C as ContentInput } from '../content.interface-D-xdYxjt.js';
|
|
28
28
|
import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-vL7za9Bz.js';
|
|
29
29
|
export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-vL7za9Bz.js';
|
|
30
30
|
import 'lucide-react';
|
|
@@ -1670,6 +1670,16 @@ declare class Company extends AbstractApiData implements CompanyInterface {
|
|
|
1670
1670
|
private _availableExtraTokens;
|
|
1671
1671
|
private _features?;
|
|
1672
1672
|
private _modules?;
|
|
1673
|
+
private _legal_address?;
|
|
1674
|
+
private _street_number?;
|
|
1675
|
+
private _street?;
|
|
1676
|
+
private _city?;
|
|
1677
|
+
private _province?;
|
|
1678
|
+
private _region?;
|
|
1679
|
+
private _postcode?;
|
|
1680
|
+
private _country?;
|
|
1681
|
+
private _country_code?;
|
|
1682
|
+
private _fiscal_data?;
|
|
1673
1683
|
get name(): string;
|
|
1674
1684
|
get logo(): string | undefined;
|
|
1675
1685
|
get logoUrl(): string | undefined;
|
|
@@ -1680,6 +1690,16 @@ declare class Company extends AbstractApiData implements CompanyInterface {
|
|
|
1680
1690
|
get features(): FeatureInterface[];
|
|
1681
1691
|
get modules(): ModuleInterface[];
|
|
1682
1692
|
get configurations(): any | undefined;
|
|
1693
|
+
get legal_address(): string | undefined;
|
|
1694
|
+
get street_number(): string | undefined;
|
|
1695
|
+
get street(): string | undefined;
|
|
1696
|
+
get city(): string | undefined;
|
|
1697
|
+
get province(): string | undefined;
|
|
1698
|
+
get region(): string | undefined;
|
|
1699
|
+
get postcode(): string | undefined;
|
|
1700
|
+
get country(): string | undefined;
|
|
1701
|
+
get country_code(): string | undefined;
|
|
1702
|
+
get fiscal_data(): string | undefined;
|
|
1683
1703
|
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
1684
1704
|
createJsonApi(data: CompanyInput): any;
|
|
1685
1705
|
}
|
package/dist/core/index.js
CHANGED
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
var
|
|
162
|
+
var _chunkNVXYOQFWjs = require('../chunk-NVXYOQFW.js');
|
|
163
163
|
require('../chunk-LXKSUWAV.js');
|
|
164
164
|
require('../chunk-IBS6NI7D.js');
|
|
165
165
|
|
|
@@ -345,5 +345,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
|
|
348
|
-
exports.AVAILABLE_OAUTH_SCOPES = _chunkLRXJT656js.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkLRXJT656js.AbstractApiData; exports.AbstractService = _chunkLRXJT656js.AbstractService; exports.Action = _chunkLRXJT656js.Action; exports.AuditLog = _chunkLRXJT656js.AuditLog; exports.AuditLogModule = _chunkLRXJT656js.AuditLogModule; exports.AuditLogService = _chunkLRXJT656js.AuditLogService; exports.Auth = _chunkLRXJT656js.Auth; exports.AuthComponent = _chunkLRXJT656js.AuthComponent; exports.AuthModule = _chunkLRXJT656js.AuthModule; exports.AuthService = _chunkLRXJT656js.AuthService; exports.AuthorModule = _chunkLRXJT656js.AuthorModule; exports.BackupCodeVerify = _chunkLRXJT656js.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkLRXJT656js.BackupCodeVerifyModule; exports.Billing = _chunkLRXJT656js.Billing; exports.BillingModule = _chunkLRXJT656js.BillingModule; exports.BillingService = _chunkLRXJT656js.BillingService; exports.BlockNoteDiffUtil = _chunkLRXJT656js.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkLRXJT656js.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkLRXJT656js.ClientAbstractService; exports.ClientHttpMethod = _chunkLRXJT656js.ClientHttpMethod; exports.Company = _chunkLRXJT656js.Company; exports.CompanyFields = _chunkLRXJT656js.CompanyFields; exports.CompanyModule = _chunkLRXJT656js.CompanyModule; exports.CompanyService = _chunkLRXJT656js.CompanyService; exports.Content = _chunkLRXJT656js.Content; exports.ContentFields = _chunkLRXJT656js.ContentFields; exports.ContentModule = _chunkLRXJT656js.ContentModule; exports.ContentService = _chunkLRXJT656js.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkLRXJT656js.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkLRXJT656js.EndpointCreator; exports.Feature = _chunkLRXJT656js.Feature; exports.FeatureModule = _chunkLRXJT656js.FeatureModule; exports.FeatureService = _chunkLRXJT656js.FeatureService; exports.HttpMethod = _chunkLRXJT656js.HttpMethod; exports.InvoiceStatus = _chunkLRXJT656js.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkLRXJT656js.Module; exports.ModuleModule = _chunkLRXJT656js.ModuleModule; exports.ModulePathsModule = _chunkLRXJT656js.ModulePathsModule; exports.ModuleRegistrar = _chunkLRXJT656js.ModuleRegistrar; exports.ModuleRegistry = _chunkLRXJT656js.ModuleRegistry; exports.Modules = _chunkLRXJT656js.Modules; exports.Notification = _chunkLRXJT656js.Notification; exports.NotificationFields = _chunkLRXJT656js.NotificationFields; exports.NotificationModule = _chunkLRXJT656js.NotificationModule; exports.NotificationService = _chunkLRXJT656js.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkLRXJT656js.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkLRXJT656js.OAuthClient; exports.OAuthModule = _chunkLRXJT656js.OAuthModule; exports.OAuthService = _chunkLRXJT656js.OAuthService; exports.Passkey = _chunkLRXJT656js.Passkey; exports.PasskeyAuthenticationOptions = _chunkLRXJT656js.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkLRXJT656js.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkLRXJT656js.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkLRXJT656js.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkLRXJT656js.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkLRXJT656js.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkLRXJT656js.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkLRXJT656js.PasskeyRename; exports.PasskeyRenameModule = _chunkLRXJT656js.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkLRXJT656js.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkLRXJT656js.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkLRXJT656js.PaymentMethod; exports.PermissionMappingModule = _chunkLRXJT656js.PermissionMappingModule; exports.Push = _chunkLRXJT656js.Push; exports.PushModule = _chunkLRXJT656js.PushModule; exports.PushService = _chunkLRXJT656js.PushService; exports.ReferralModule = _chunkLRXJT656js.ReferralModule; exports.ReferralService = _chunkLRXJT656js.ReferralService; exports.ReferralStats = _chunkLRXJT656js.ReferralStats; exports.ReferralStatsModule = _chunkLRXJT656js.ReferralStatsModule; exports.RehydrationFactory = _chunkLRXJT656js.RehydrationFactory; exports.Role = _chunkLRXJT656js.Role; exports.RoleFields = _chunkLRXJT656js.RoleFields; exports.RoleModule = _chunkLRXJT656js.RoleModule; exports.RoleService = _chunkLRXJT656js.RoleService; exports.S3 = _chunkLRXJT656js.S3; exports.S3Module = _chunkLRXJT656js.S3Module; exports.S3Service = _chunkLRXJT656js.S3Service; exports.StripeCustomer = _chunkLRXJT656js.StripeCustomer; exports.StripeCustomerModule = _chunkLRXJT656js.StripeCustomerModule; exports.StripeCustomerService = _chunkLRXJT656js.StripeCustomerService; exports.StripeInvoice = _chunkLRXJT656js.StripeInvoice; exports.StripeInvoiceModule = _chunkLRXJT656js.StripeInvoiceModule; exports.StripeInvoiceService = _chunkLRXJT656js.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkLRXJT656js.StripePaymentMethodModule; exports.StripePrice = _chunkLRXJT656js.StripePrice; exports.StripePriceModule = _chunkLRXJT656js.StripePriceModule; exports.StripePriceService = _chunkLRXJT656js.StripePriceService; exports.StripeProduct = _chunkLRXJT656js.StripeProduct; exports.StripeProductModule = _chunkLRXJT656js.StripeProductModule; exports.StripeProductService = _chunkLRXJT656js.StripeProductService; exports.StripePromotionCode = _chunkLRXJT656js.StripePromotionCode; exports.StripePromotionCodeModule = _chunkLRXJT656js.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkLRXJT656js.StripePromotionCodeService; exports.StripeSubscription = _chunkLRXJT656js.StripeSubscription; exports.StripeSubscriptionModule = _chunkLRXJT656js.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkLRXJT656js.StripeSubscriptionService; exports.StripeUsage = _chunkLRXJT656js.StripeUsage; exports.StripeUsageModule = _chunkLRXJT656js.StripeUsageModule; exports.StripeUsageService = _chunkLRXJT656js.StripeUsageService; exports.SubscriptionStatus = _chunkLRXJT656js.SubscriptionStatus; exports.TableOptions = _chunkLRXJT656js.TableOptions; exports.TotpAuthenticator = _chunkLRXJT656js.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkLRXJT656js.TotpAuthenticatorModule; exports.TotpSetup = _chunkLRXJT656js.TotpSetup; exports.TotpSetupModule = _chunkLRXJT656js.TotpSetupModule; exports.TotpVerify = _chunkLRXJT656js.TotpVerify; exports.TotpVerifyLogin = _chunkLRXJT656js.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkLRXJT656js.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkLRXJT656js.TotpVerifyModule; exports.TwoFactorChallenge = _chunkLRXJT656js.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkLRXJT656js.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkLRXJT656js.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkLRXJT656js.TwoFactorEnableModule; exports.TwoFactorService = _chunkLRXJT656js.TwoFactorService; exports.TwoFactorStatus = _chunkLRXJT656js.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkLRXJT656js.TwoFactorStatusModule; exports.User = _chunkLRXJT656js.User; exports.UserFields = _chunkLRXJT656js.UserFields; exports.UserModule = _chunkLRXJT656js.UserModule; exports.UserService = _chunkLRXJT656js.UserService; exports.Waitlist = _chunkLRXJT656js.Waitlist; exports.WaitlistModule = _chunkLRXJT656js.WaitlistModule; exports.WaitlistService = _chunkLRXJT656js.WaitlistService; exports.WaitlistStats = _chunkLRXJT656js.WaitlistStats; exports.WaitlistStatsModule = _chunkLRXJT656js.WaitlistStatsModule; exports.checkPermissions = _chunkLRXJT656js.checkPermissions; exports.checkPermissionsFromServer = _chunkLRXJT656js.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkLRXJT656js.clearLastApiTotal; exports.cn = _chunkLRXJT656js.cn; exports.composeRefs = _chunkLRXJT656js.composeRefs; exports.createJsonApiInclusion = _chunkLRXJT656js.createJsonApiInclusion; exports.dismissToast = _chunkLRXJT656js.dismissToast; exports.entityObjectSchema = _chunkLRXJT656js.entityObjectSchema; exports.exists = _chunkLRXJT656js.exists; exports.formatDate = _chunkLRXJT656js.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkLRXJT656js.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkLRXJT656js.getGlobalErrorHandler; exports.getIcon = _chunkLRXJT656js.getIcon; exports.getIconByModule = _chunkLRXJT656js.getIconByModule; exports.getIconByModuleName = _chunkLRXJT656js.getIconByModuleName; exports.getInitials = _chunkLRXJT656js.getInitials; exports.getLastApiTotal = _chunkLRXJT656js.getLastApiTotal; exports.getLucideIcon = _chunkLRXJT656js.getLucideIcon; exports.getLucideIconByModule = _chunkLRXJT656js.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkLRXJT656js.getLucideIconByModuleName; exports.getTableComponents = _chunkLRXJT656js.getTableComponents; exports.getTableOptions = _chunkLRXJT656js.getTableOptions; exports.getValueFromPath = _chunkLRXJT656js.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunkLRXJT656js.rehydrate; exports.rehydrateList = _chunkLRXJT656js.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkLRXJT656js.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkLRXJT656js.setGlobalErrorHandler; exports.showCustomToast = _chunkLRXJT656js.showCustomToast; exports.showError = _chunkLRXJT656js.showError; exports.showToast = _chunkLRXJT656js.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkLRXJT656js.useComposedRefs; exports.useIsMobile = _chunkLRXJT656js.useIsMobile; exports.userObjectSchema = _chunkLRXJT656js.userObjectSchema;
|
|
348
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunkNVXYOQFWjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkNVXYOQFWjs.AbstractApiData; exports.AbstractService = _chunkNVXYOQFWjs.AbstractService; exports.Action = _chunkNVXYOQFWjs.Action; exports.AuditLog = _chunkNVXYOQFWjs.AuditLog; exports.AuditLogModule = _chunkNVXYOQFWjs.AuditLogModule; exports.AuditLogService = _chunkNVXYOQFWjs.AuditLogService; exports.Auth = _chunkNVXYOQFWjs.Auth; exports.AuthComponent = _chunkNVXYOQFWjs.AuthComponent; exports.AuthModule = _chunkNVXYOQFWjs.AuthModule; exports.AuthService = _chunkNVXYOQFWjs.AuthService; exports.AuthorModule = _chunkNVXYOQFWjs.AuthorModule; exports.BackupCodeVerify = _chunkNVXYOQFWjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkNVXYOQFWjs.BackupCodeVerifyModule; exports.Billing = _chunkNVXYOQFWjs.Billing; exports.BillingModule = _chunkNVXYOQFWjs.BillingModule; exports.BillingService = _chunkNVXYOQFWjs.BillingService; exports.BlockNoteDiffUtil = _chunkNVXYOQFWjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkNVXYOQFWjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkNVXYOQFWjs.ClientAbstractService; exports.ClientHttpMethod = _chunkNVXYOQFWjs.ClientHttpMethod; exports.Company = _chunkNVXYOQFWjs.Company; exports.CompanyFields = _chunkNVXYOQFWjs.CompanyFields; exports.CompanyModule = _chunkNVXYOQFWjs.CompanyModule; exports.CompanyService = _chunkNVXYOQFWjs.CompanyService; exports.Content = _chunkNVXYOQFWjs.Content; exports.ContentFields = _chunkNVXYOQFWjs.ContentFields; exports.ContentModule = _chunkNVXYOQFWjs.ContentModule; exports.ContentService = _chunkNVXYOQFWjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkNVXYOQFWjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkNVXYOQFWjs.EndpointCreator; exports.Feature = _chunkNVXYOQFWjs.Feature; exports.FeatureModule = _chunkNVXYOQFWjs.FeatureModule; exports.FeatureService = _chunkNVXYOQFWjs.FeatureService; exports.HttpMethod = _chunkNVXYOQFWjs.HttpMethod; exports.InvoiceStatus = _chunkNVXYOQFWjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkNVXYOQFWjs.Module; exports.ModuleModule = _chunkNVXYOQFWjs.ModuleModule; exports.ModulePathsModule = _chunkNVXYOQFWjs.ModulePathsModule; exports.ModuleRegistrar = _chunkNVXYOQFWjs.ModuleRegistrar; exports.ModuleRegistry = _chunkNVXYOQFWjs.ModuleRegistry; exports.Modules = _chunkNVXYOQFWjs.Modules; exports.Notification = _chunkNVXYOQFWjs.Notification; exports.NotificationFields = _chunkNVXYOQFWjs.NotificationFields; exports.NotificationModule = _chunkNVXYOQFWjs.NotificationModule; exports.NotificationService = _chunkNVXYOQFWjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkNVXYOQFWjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkNVXYOQFWjs.OAuthClient; exports.OAuthModule = _chunkNVXYOQFWjs.OAuthModule; exports.OAuthService = _chunkNVXYOQFWjs.OAuthService; exports.Passkey = _chunkNVXYOQFWjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkNVXYOQFWjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkNVXYOQFWjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkNVXYOQFWjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkNVXYOQFWjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkNVXYOQFWjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkNVXYOQFWjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkNVXYOQFWjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkNVXYOQFWjs.PasskeyRename; exports.PasskeyRenameModule = _chunkNVXYOQFWjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkNVXYOQFWjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkNVXYOQFWjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkNVXYOQFWjs.PaymentMethod; exports.PermissionMappingModule = _chunkNVXYOQFWjs.PermissionMappingModule; exports.Push = _chunkNVXYOQFWjs.Push; exports.PushModule = _chunkNVXYOQFWjs.PushModule; exports.PushService = _chunkNVXYOQFWjs.PushService; exports.ReferralModule = _chunkNVXYOQFWjs.ReferralModule; exports.ReferralService = _chunkNVXYOQFWjs.ReferralService; exports.ReferralStats = _chunkNVXYOQFWjs.ReferralStats; exports.ReferralStatsModule = _chunkNVXYOQFWjs.ReferralStatsModule; exports.RehydrationFactory = _chunkNVXYOQFWjs.RehydrationFactory; exports.Role = _chunkNVXYOQFWjs.Role; exports.RoleFields = _chunkNVXYOQFWjs.RoleFields; exports.RoleModule = _chunkNVXYOQFWjs.RoleModule; exports.RoleService = _chunkNVXYOQFWjs.RoleService; exports.S3 = _chunkNVXYOQFWjs.S3; exports.S3Module = _chunkNVXYOQFWjs.S3Module; exports.S3Service = _chunkNVXYOQFWjs.S3Service; exports.StripeCustomer = _chunkNVXYOQFWjs.StripeCustomer; exports.StripeCustomerModule = _chunkNVXYOQFWjs.StripeCustomerModule; exports.StripeCustomerService = _chunkNVXYOQFWjs.StripeCustomerService; exports.StripeInvoice = _chunkNVXYOQFWjs.StripeInvoice; exports.StripeInvoiceModule = _chunkNVXYOQFWjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkNVXYOQFWjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkNVXYOQFWjs.StripePaymentMethodModule; exports.StripePrice = _chunkNVXYOQFWjs.StripePrice; exports.StripePriceModule = _chunkNVXYOQFWjs.StripePriceModule; exports.StripePriceService = _chunkNVXYOQFWjs.StripePriceService; exports.StripeProduct = _chunkNVXYOQFWjs.StripeProduct; exports.StripeProductModule = _chunkNVXYOQFWjs.StripeProductModule; exports.StripeProductService = _chunkNVXYOQFWjs.StripeProductService; exports.StripePromotionCode = _chunkNVXYOQFWjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkNVXYOQFWjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkNVXYOQFWjs.StripePromotionCodeService; exports.StripeSubscription = _chunkNVXYOQFWjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkNVXYOQFWjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkNVXYOQFWjs.StripeSubscriptionService; exports.StripeUsage = _chunkNVXYOQFWjs.StripeUsage; exports.StripeUsageModule = _chunkNVXYOQFWjs.StripeUsageModule; exports.StripeUsageService = _chunkNVXYOQFWjs.StripeUsageService; exports.SubscriptionStatus = _chunkNVXYOQFWjs.SubscriptionStatus; exports.TableOptions = _chunkNVXYOQFWjs.TableOptions; exports.TotpAuthenticator = _chunkNVXYOQFWjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkNVXYOQFWjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkNVXYOQFWjs.TotpSetup; exports.TotpSetupModule = _chunkNVXYOQFWjs.TotpSetupModule; exports.TotpVerify = _chunkNVXYOQFWjs.TotpVerify; exports.TotpVerifyLogin = _chunkNVXYOQFWjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkNVXYOQFWjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkNVXYOQFWjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkNVXYOQFWjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkNVXYOQFWjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkNVXYOQFWjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkNVXYOQFWjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkNVXYOQFWjs.TwoFactorService; exports.TwoFactorStatus = _chunkNVXYOQFWjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkNVXYOQFWjs.TwoFactorStatusModule; exports.User = _chunkNVXYOQFWjs.User; exports.UserFields = _chunkNVXYOQFWjs.UserFields; exports.UserModule = _chunkNVXYOQFWjs.UserModule; exports.UserService = _chunkNVXYOQFWjs.UserService; exports.Waitlist = _chunkNVXYOQFWjs.Waitlist; exports.WaitlistModule = _chunkNVXYOQFWjs.WaitlistModule; exports.WaitlistService = _chunkNVXYOQFWjs.WaitlistService; exports.WaitlistStats = _chunkNVXYOQFWjs.WaitlistStats; exports.WaitlistStatsModule = _chunkNVXYOQFWjs.WaitlistStatsModule; exports.checkPermissions = _chunkNVXYOQFWjs.checkPermissions; exports.checkPermissionsFromServer = _chunkNVXYOQFWjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkNVXYOQFWjs.clearLastApiTotal; exports.cn = _chunkNVXYOQFWjs.cn; exports.composeRefs = _chunkNVXYOQFWjs.composeRefs; exports.createJsonApiInclusion = _chunkNVXYOQFWjs.createJsonApiInclusion; exports.dismissToast = _chunkNVXYOQFWjs.dismissToast; exports.entityObjectSchema = _chunkNVXYOQFWjs.entityObjectSchema; exports.exists = _chunkNVXYOQFWjs.exists; exports.formatDate = _chunkNVXYOQFWjs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkNVXYOQFWjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkNVXYOQFWjs.getGlobalErrorHandler; exports.getIcon = _chunkNVXYOQFWjs.getIcon; exports.getIconByModule = _chunkNVXYOQFWjs.getIconByModule; exports.getIconByModuleName = _chunkNVXYOQFWjs.getIconByModuleName; exports.getInitials = _chunkNVXYOQFWjs.getInitials; exports.getLastApiTotal = _chunkNVXYOQFWjs.getLastApiTotal; exports.getLucideIcon = _chunkNVXYOQFWjs.getLucideIcon; exports.getLucideIconByModule = _chunkNVXYOQFWjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkNVXYOQFWjs.getLucideIconByModuleName; exports.getTableComponents = _chunkNVXYOQFWjs.getTableComponents; exports.getTableOptions = _chunkNVXYOQFWjs.getTableOptions; exports.getValueFromPath = _chunkNVXYOQFWjs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunkNVXYOQFWjs.rehydrate; exports.rehydrateList = _chunkNVXYOQFWjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkNVXYOQFWjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkNVXYOQFWjs.setGlobalErrorHandler; exports.showCustomToast = _chunkNVXYOQFWjs.showCustomToast; exports.showError = _chunkNVXYOQFWjs.showError; exports.showToast = _chunkNVXYOQFWjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkNVXYOQFWjs.useComposedRefs; exports.useIsMobile = _chunkNVXYOQFWjs.useIsMobile; exports.userObjectSchema = _chunkNVXYOQFWjs.userObjectSchema;
|
|
349
349
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -5,21 +5,21 @@ export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys,
|
|
|
5
5
|
export { A as ApiResponseInterface } from './ApiResponseInterface-zeewugD7.mjs';
|
|
6
6
|
import { AbstractApiData } from './core/index.mjs';
|
|
7
7
|
export { AppModuleDefinitions, AuditLog, AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthModule, AuthorModule, BackupCodeVerify, BackupCodeVerifyInput, BackupCodeVerifyModule, 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, InviteValidation, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, PasskeyAuthenticationOptionsInput, PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyModule, PasskeyRegistrationOptions, PasskeyRegistrationOptionsInput, PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PermissionMappingModule, Push, PushInput, PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, TotpAuthenticator, TotpAuthenticatorModule, TotpSetup, TotpSetupInput, TotpSetupInterface, TotpSetupModule, TotpVerify, TotpVerifyInput, TotpVerifyLogin, TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, TwoFactorChallengeInput, TwoFactorChallengeModule, TwoFactorEnable, TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, TwoFactorStatusInterface, TwoFactorStatusModule, User, UserModule, UserObject, Waitlist, WaitlistInput, WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, WaitlistStatsInterface, WaitlistStatsModule, WaitlistStatus, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.mjs';
|
|
8
|
-
import { b as AbstractService } from './s3.service-
|
|
9
|
-
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-
|
|
8
|
+
import { b as AbstractService } from './s3.service-XchHd3ii.mjs';
|
|
9
|
+
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-XchHd3ii.mjs';
|
|
10
10
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.mjs';
|
|
12
12
|
export { ClassValue } from 'clsx';
|
|
13
|
-
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-
|
|
14
|
-
import { R as RoleInterface } from './notification.interface-
|
|
15
|
-
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, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-
|
|
16
|
-
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-
|
|
13
|
+
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-NwQ_ZXsv.mjs';
|
|
14
|
+
import { R as RoleInterface } from './notification.interface-C6UcmJqu.mjs';
|
|
15
|
+
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, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-C6UcmJqu.mjs';
|
|
16
|
+
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-yeLelxdI.mjs';
|
|
17
17
|
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';
|
|
18
|
-
export { C as ContentInput, a as ContentInterface } from './content.interface-
|
|
18
|
+
export { C as ContentInput, a as ContentInterface } from './content.interface-8T5-G84c.mjs';
|
|
19
19
|
import { F as FeatureInterface } from './feature.interface-BxFFOPNq.mjs';
|
|
20
20
|
export { M as ModuleInterface } from './feature.interface-BxFFOPNq.mjs';
|
|
21
21
|
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';
|
|
22
|
-
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-
|
|
22
|
+
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-D-mqttuF.mjs';
|
|
23
23
|
export { Q as QuestionnaireField, a as QuestionnaireFieldType, b as QuestionnaireOption, W as WaitlistConfig, c as configureWaitlist, g as getWaitlistConfig } from './waitlist.config-kPfjImle.mjs';
|
|
24
24
|
import { P as PermissionMappingInterface, M as ModulePathsInterface } from './ModulePathsInterface-49EWvbWy.mjs';
|
|
25
25
|
export { c as ACTION_TYPES, A as ActionType, C as COMPANY_ADMINISTRATOR_ROLE_ID, a as PermissionValue, b as PermissionsMap } from './ModulePathsInterface-49EWvbWy.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -5,21 +5,21 @@ export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys,
|
|
|
5
5
|
export { A as ApiResponseInterface } from './ApiResponseInterface-CAIAeP5d.js';
|
|
6
6
|
import { AbstractApiData } from './core/index.js';
|
|
7
7
|
export { AppModuleDefinitions, AuditLog, AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthModule, AuthorModule, BackupCodeVerify, BackupCodeVerifyInput, BackupCodeVerifyModule, 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, InviteValidation, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, PasskeyAuthenticationOptionsInput, PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyModule, PasskeyRegistrationOptions, PasskeyRegistrationOptionsInput, PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PermissionMappingModule, Push, PushInput, PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, TotpAuthenticator, TotpAuthenticatorModule, TotpSetup, TotpSetupInput, TotpSetupInterface, TotpSetupModule, TotpVerify, TotpVerifyInput, TotpVerifyLogin, TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, TwoFactorChallengeInput, TwoFactorChallengeModule, TwoFactorEnable, TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, TwoFactorStatusInterface, TwoFactorStatusModule, User, UserModule, UserObject, Waitlist, WaitlistInput, WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, WaitlistStatsInterface, WaitlistStatsModule, WaitlistStatus, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.js';
|
|
8
|
-
import { b as AbstractService } from './s3.service-
|
|
9
|
-
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-
|
|
8
|
+
import { b as AbstractService } from './s3.service-DIR6Su9B.js';
|
|
9
|
+
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-DIR6Su9B.js';
|
|
10
10
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.js';
|
|
12
12
|
export { ClassValue } from 'clsx';
|
|
13
|
-
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-
|
|
14
|
-
import { R as RoleInterface } from './notification.interface-
|
|
15
|
-
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, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-
|
|
16
|
-
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-
|
|
13
|
+
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-DL1D3y7f.js';
|
|
14
|
+
import { R as RoleInterface } from './notification.interface-ItBxq2au.js';
|
|
15
|
+
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, j as RoleInput, k as UserInput, U as UserInterface } from './notification.interface-ItBxq2au.js';
|
|
16
|
+
export { A as AuthInput, b as AuthInterface, a as AuthQuery } from './auth.interface-BX_1qZZJ.js';
|
|
17
17
|
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';
|
|
18
|
-
export { C as ContentInput, a as ContentInterface } from './content.interface-
|
|
18
|
+
export { C as ContentInput, a as ContentInterface } from './content.interface-D-xdYxjt.js';
|
|
19
19
|
import { F as FeatureInterface } from './feature.interface-CIWxo8NP.js';
|
|
20
20
|
export { M as ModuleInterface } from './feature.interface-CIWxo8NP.js';
|
|
21
21
|
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';
|
|
22
|
-
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-
|
|
22
|
+
export { I as I18nConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, d as getStripePublishableKey, b as getTrackablePages } from './config-CyCAWW-d.js';
|
|
23
23
|
export { Q as QuestionnaireField, a as QuestionnaireFieldType, b as QuestionnaireOption, W as WaitlistConfig, c as configureWaitlist, g as getWaitlistConfig } from './waitlist.config-kPfjImle.js';
|
|
24
24
|
import { P as PermissionMappingInterface, M as ModulePathsInterface } from './ModulePathsInterface-wVS5Raa4.js';
|
|
25
25
|
export { c as ACTION_TYPES, A as ActionType, C as COMPANY_ADMINISTRATOR_ROLE_ID, a as PermissionValue, b as PermissionsMap } from './ModulePathsInterface-wVS5Raa4.js';
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkOQRBY22Tjs = require('./chunk-OQRBY22T.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
@@ -183,7 +183,7 @@ var _chunkRA4RYKYBjs = require('./chunk-RA4RYKYB.js');
|
|
|
183
183
|
|
|
184
184
|
|
|
185
185
|
|
|
186
|
-
var
|
|
186
|
+
var _chunkNVXYOQFWjs = require('./chunk-NVXYOQFW.js');
|
|
187
187
|
require('./chunk-LXKSUWAV.js');
|
|
188
188
|
require('./chunk-IBS6NI7D.js');
|
|
189
189
|
|
|
@@ -391,5 +391,5 @@ require('./chunk-7QVYU63E.js');
|
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
|
|
394
|
-
exports.ACTION_TYPES = _chunkRA4RYKYBjs.ACTION_TYPES; exports.AVAILABLE_OAUTH_SCOPES = _chunkLRXJT656js.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkLRXJT656js.AbstractApiData; exports.AbstractService = _chunkLRXJT656js.AbstractService; exports.Action = _chunkLRXJT656js.Action; exports.AuditLog = _chunkLRXJT656js.AuditLog; exports.AuditLogModule = _chunkLRXJT656js.AuditLogModule; exports.AuditLogService = _chunkLRXJT656js.AuditLogService; exports.Auth = _chunkLRXJT656js.Auth; exports.AuthComponent = _chunkLRXJT656js.AuthComponent; exports.AuthModule = _chunkLRXJT656js.AuthModule; exports.AuthService = _chunkLRXJT656js.AuthService; exports.AuthorModule = _chunkLRXJT656js.AuthorModule; exports.BackupCodeVerify = _chunkLRXJT656js.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkLRXJT656js.BackupCodeVerifyModule; exports.Billing = _chunkLRXJT656js.Billing; exports.BillingModule = _chunkLRXJT656js.BillingModule; exports.BillingService = _chunkLRXJT656js.BillingService; exports.BlockNoteDiffUtil = _chunkLRXJT656js.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkLRXJT656js.BlockNoteWordDiffRendererUtil; exports.COMPANY_ADMINISTRATOR_ROLE_ID = _chunkRA4RYKYBjs.COMPANY_ADMINISTRATOR_ROLE_ID; exports.ClientAbstractService = _chunkLRXJT656js.ClientAbstractService; exports.ClientHttpMethod = _chunkLRXJT656js.ClientHttpMethod; exports.Company = _chunkLRXJT656js.Company; exports.CompanyFields = _chunkLRXJT656js.CompanyFields; exports.CompanyModule = _chunkLRXJT656js.CompanyModule; exports.CompanyService = _chunkLRXJT656js.CompanyService; exports.Content = _chunkLRXJT656js.Content; exports.ContentFields = _chunkLRXJT656js.ContentFields; exports.ContentModule = _chunkLRXJT656js.ContentModule; exports.ContentService = _chunkLRXJT656js.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkLRXJT656js.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkLRXJT656js.EndpointCreator; exports.Feature = _chunkLRXJT656js.Feature; exports.FeatureModule = _chunkLRXJT656js.FeatureModule; exports.FeatureService = _chunkLRXJT656js.FeatureService; exports.HttpMethod = _chunkLRXJT656js.HttpMethod; exports.InvoiceStatus = _chunkLRXJT656js.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkLRXJT656js.Module; exports.ModuleModule = _chunkLRXJT656js.ModuleModule; exports.ModulePaths = _chunkLRXJT656js.ModulePaths; exports.ModulePathsModule = _chunkLRXJT656js.ModulePathsModule; exports.ModuleRegistrar = _chunkLRXJT656js.ModuleRegistrar; exports.ModuleRegistry = _chunkLRXJT656js.ModuleRegistry; exports.Modules = _chunkLRXJT656js.Modules; exports.Notification = _chunkLRXJT656js.Notification; exports.NotificationFields = _chunkLRXJT656js.NotificationFields; exports.NotificationModule = _chunkLRXJT656js.NotificationModule; exports.NotificationService = _chunkLRXJT656js.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkLRXJT656js.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkLRXJT656js.OAuthClient; exports.OAuthModule = _chunkLRXJT656js.OAuthModule; exports.OAuthService = _chunkLRXJT656js.OAuthService; exports.Passkey = _chunkLRXJT656js.Passkey; exports.PasskeyAuthenticationOptions = _chunkLRXJT656js.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkLRXJT656js.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkLRXJT656js.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkLRXJT656js.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkLRXJT656js.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkLRXJT656js.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkLRXJT656js.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkLRXJT656js.PasskeyRename; exports.PasskeyRenameModule = _chunkLRXJT656js.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkLRXJT656js.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkLRXJT656js.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkLRXJT656js.PaymentMethod; exports.PermissionMapping = _chunkLRXJT656js.PermissionMapping; exports.PermissionMappingModule = _chunkLRXJT656js.PermissionMappingModule; exports.Push = _chunkLRXJT656js.Push; exports.PushModule = _chunkLRXJT656js.PushModule; exports.PushService = _chunkLRXJT656js.PushService; exports.RbacService = _chunkRA4RYKYBjs.RbacService; exports.ReferralModule = _chunkLRXJT656js.ReferralModule; exports.ReferralService = _chunkLRXJT656js.ReferralService; exports.ReferralStats = _chunkLRXJT656js.ReferralStats; exports.ReferralStatsModule = _chunkLRXJT656js.ReferralStatsModule; exports.RehydrationFactory = _chunkLRXJT656js.RehydrationFactory; exports.Role = _chunkLRXJT656js.Role; exports.RoleFields = _chunkLRXJT656js.RoleFields; exports.RoleModule = _chunkLRXJT656js.RoleModule; exports.RoleService = _chunkLRXJT656js.RoleService; exports.S3 = _chunkLRXJT656js.S3; exports.S3Module = _chunkLRXJT656js.S3Module; exports.S3Service = _chunkLRXJT656js.S3Service; exports.StripeCustomer = _chunkLRXJT656js.StripeCustomer; exports.StripeCustomerModule = _chunkLRXJT656js.StripeCustomerModule; exports.StripeCustomerService = _chunkLRXJT656js.StripeCustomerService; exports.StripeInvoice = _chunkLRXJT656js.StripeInvoice; exports.StripeInvoiceModule = _chunkLRXJT656js.StripeInvoiceModule; exports.StripeInvoiceService = _chunkLRXJT656js.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkLRXJT656js.StripePaymentMethodModule; exports.StripePrice = _chunkLRXJT656js.StripePrice; exports.StripePriceModule = _chunkLRXJT656js.StripePriceModule; exports.StripePriceService = _chunkLRXJT656js.StripePriceService; exports.StripeProduct = _chunkLRXJT656js.StripeProduct; exports.StripeProductModule = _chunkLRXJT656js.StripeProductModule; exports.StripeProductService = _chunkLRXJT656js.StripeProductService; exports.StripePromotionCode = _chunkLRXJT656js.StripePromotionCode; exports.StripePromotionCodeModule = _chunkLRXJT656js.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkLRXJT656js.StripePromotionCodeService; exports.StripeSubscription = _chunkLRXJT656js.StripeSubscription; exports.StripeSubscriptionModule = _chunkLRXJT656js.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkLRXJT656js.StripeSubscriptionService; exports.StripeUsage = _chunkLRXJT656js.StripeUsage; exports.StripeUsageModule = _chunkLRXJT656js.StripeUsageModule; exports.StripeUsageService = _chunkLRXJT656js.StripeUsageService; exports.SubscriptionStatus = _chunkLRXJT656js.SubscriptionStatus; exports.TableOptions = _chunkLRXJT656js.TableOptions; exports.TotpAuthenticator = _chunkLRXJT656js.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkLRXJT656js.TotpAuthenticatorModule; exports.TotpSetup = _chunkLRXJT656js.TotpSetup; exports.TotpSetupModule = _chunkLRXJT656js.TotpSetupModule; exports.TotpVerify = _chunkLRXJT656js.TotpVerify; exports.TotpVerifyLogin = _chunkLRXJT656js.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkLRXJT656js.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkLRXJT656js.TotpVerifyModule; exports.TwoFactorChallenge = _chunkLRXJT656js.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkLRXJT656js.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkLRXJT656js.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkLRXJT656js.TwoFactorEnableModule; exports.TwoFactorService = _chunkLRXJT656js.TwoFactorService; exports.TwoFactorStatus = _chunkLRXJT656js.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkLRXJT656js.TwoFactorStatusModule; exports.User = _chunkLRXJT656js.User; exports.UserFields = _chunkLRXJT656js.UserFields; exports.UserModule = _chunkLRXJT656js.UserModule; exports.UserService = _chunkLRXJT656js.UserService; exports.Waitlist = _chunkLRXJT656js.Waitlist; exports.WaitlistModule = _chunkLRXJT656js.WaitlistModule; exports.WaitlistService = _chunkLRXJT656js.WaitlistService; exports.WaitlistStats = _chunkLRXJT656js.WaitlistStats; exports.WaitlistStatsModule = _chunkLRXJT656js.WaitlistStatsModule; exports.checkPermissions = _chunkLRXJT656js.checkPermissions; exports.checkPermissionsFromServer = _chunkLRXJT656js.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkLRXJT656js.clearLastApiTotal; exports.cn = _chunkLRXJT656js.cn; exports.composeRefs = _chunkLRXJT656js.composeRefs; exports.configureAuth = _chunkLRXJT656js.configureAuth; exports.configureI18n = _chunkRA4RYKYBjs.configureI18n; exports.configureJsonApi = _chunkRA4RYKYBjs.configureJsonApi; exports.configureLogin = _chunkRA4RYKYBjs.configureLogin; exports.configureReferral = _chunkRA4RYKYBjs.configureReferral; exports.configureRoles = _chunkRA4RYKYBjs.configureRoles; exports.configureWaitlist = _chunkRA4RYKYBjs.configureWaitlist; exports.createJsonApiInclusion = _chunkLRXJT656js.createJsonApiInclusion; exports.dismissToast = _chunkLRXJT656js.dismissToast; exports.entityObjectSchema = _chunkLRXJT656js.entityObjectSchema; exports.exists = _chunkLRXJT656js.exists; exports.formatDate = _chunkLRXJT656js.formatDate; exports.getApiUrl = _chunkRA4RYKYBjs.getApiUrl; exports.getAppUrl = _chunkRA4RYKYBjs.getAppUrl; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkLRXJT656js.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkLRXJT656js.getGlobalErrorHandler; exports.getIcon = _chunkLRXJT656js.getIcon; exports.getIconByModule = _chunkLRXJT656js.getIconByModule; exports.getIconByModuleName = _chunkLRXJT656js.getIconByModuleName; exports.getInitials = _chunkLRXJT656js.getInitials; exports.getLastApiTotal = _chunkLRXJT656js.getLastApiTotal; exports.getLucideIcon = _chunkLRXJT656js.getLucideIcon; exports.getLucideIconByModule = _chunkLRXJT656js.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkLRXJT656js.getLucideIconByModuleName; exports.getReferralConfig = _chunkRA4RYKYBjs.getReferralConfig; exports.getRoleId = _chunkRA4RYKYBjs.getRoleId; exports.getStripePublishableKey = _chunkRA4RYKYBjs.getStripePublishableKey; exports.getTableComponents = _chunkLRXJT656js.getTableComponents; exports.getTableOptions = _chunkLRXJT656js.getTableOptions; exports.getTokenHandler = _chunkLRXJT656js.getTokenHandler; exports.getTrackablePages = _chunkRA4RYKYBjs.getTrackablePages; exports.getValueFromPath = _chunkLRXJT656js.getValueFromPath; exports.getWaitlistConfig = _chunkRA4RYKYBjs.getWaitlistConfig; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.isReferralEnabled = _chunkRA4RYKYBjs.isReferralEnabled; exports.isRolesConfigured = _chunkRA4RYKYBjs.isRolesConfigured; exports.rehydrate = _chunkLRXJT656js.rehydrate; exports.rehydrateList = _chunkLRXJT656js.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkLRXJT656js.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkLRXJT656js.setGlobalErrorHandler; exports.showCustomToast = _chunkLRXJT656js.showCustomToast; exports.showError = _chunkLRXJT656js.showError; exports.showToast = _chunkLRXJT656js.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkLRXJT656js.useComposedRefs; exports.useIsMobile = _chunkLRXJT656js.useIsMobile; exports.userObjectSchema = _chunkLRXJT656js.userObjectSchema;
|
|
394
|
+
exports.ACTION_TYPES = _chunkOQRBY22Tjs.ACTION_TYPES; exports.AVAILABLE_OAUTH_SCOPES = _chunkNVXYOQFWjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkNVXYOQFWjs.AbstractApiData; exports.AbstractService = _chunkNVXYOQFWjs.AbstractService; exports.Action = _chunkNVXYOQFWjs.Action; exports.AuditLog = _chunkNVXYOQFWjs.AuditLog; exports.AuditLogModule = _chunkNVXYOQFWjs.AuditLogModule; exports.AuditLogService = _chunkNVXYOQFWjs.AuditLogService; exports.Auth = _chunkNVXYOQFWjs.Auth; exports.AuthComponent = _chunkNVXYOQFWjs.AuthComponent; exports.AuthModule = _chunkNVXYOQFWjs.AuthModule; exports.AuthService = _chunkNVXYOQFWjs.AuthService; exports.AuthorModule = _chunkNVXYOQFWjs.AuthorModule; exports.BackupCodeVerify = _chunkNVXYOQFWjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkNVXYOQFWjs.BackupCodeVerifyModule; exports.Billing = _chunkNVXYOQFWjs.Billing; exports.BillingModule = _chunkNVXYOQFWjs.BillingModule; exports.BillingService = _chunkNVXYOQFWjs.BillingService; exports.BlockNoteDiffUtil = _chunkNVXYOQFWjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkNVXYOQFWjs.BlockNoteWordDiffRendererUtil; exports.COMPANY_ADMINISTRATOR_ROLE_ID = _chunkOQRBY22Tjs.COMPANY_ADMINISTRATOR_ROLE_ID; exports.ClientAbstractService = _chunkNVXYOQFWjs.ClientAbstractService; exports.ClientHttpMethod = _chunkNVXYOQFWjs.ClientHttpMethod; exports.Company = _chunkNVXYOQFWjs.Company; exports.CompanyFields = _chunkNVXYOQFWjs.CompanyFields; exports.CompanyModule = _chunkNVXYOQFWjs.CompanyModule; exports.CompanyService = _chunkNVXYOQFWjs.CompanyService; exports.Content = _chunkNVXYOQFWjs.Content; exports.ContentFields = _chunkNVXYOQFWjs.ContentFields; exports.ContentModule = _chunkNVXYOQFWjs.ContentModule; exports.ContentService = _chunkNVXYOQFWjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkNVXYOQFWjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkNVXYOQFWjs.EndpointCreator; exports.Feature = _chunkNVXYOQFWjs.Feature; exports.FeatureModule = _chunkNVXYOQFWjs.FeatureModule; exports.FeatureService = _chunkNVXYOQFWjs.FeatureService; exports.HttpMethod = _chunkNVXYOQFWjs.HttpMethod; exports.InvoiceStatus = _chunkNVXYOQFWjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkNVXYOQFWjs.Module; exports.ModuleModule = _chunkNVXYOQFWjs.ModuleModule; exports.ModulePaths = _chunkNVXYOQFWjs.ModulePaths; exports.ModulePathsModule = _chunkNVXYOQFWjs.ModulePathsModule; exports.ModuleRegistrar = _chunkNVXYOQFWjs.ModuleRegistrar; exports.ModuleRegistry = _chunkNVXYOQFWjs.ModuleRegistry; exports.Modules = _chunkNVXYOQFWjs.Modules; exports.Notification = _chunkNVXYOQFWjs.Notification; exports.NotificationFields = _chunkNVXYOQFWjs.NotificationFields; exports.NotificationModule = _chunkNVXYOQFWjs.NotificationModule; exports.NotificationService = _chunkNVXYOQFWjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkNVXYOQFWjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkNVXYOQFWjs.OAuthClient; exports.OAuthModule = _chunkNVXYOQFWjs.OAuthModule; exports.OAuthService = _chunkNVXYOQFWjs.OAuthService; exports.Passkey = _chunkNVXYOQFWjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkNVXYOQFWjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkNVXYOQFWjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkNVXYOQFWjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkNVXYOQFWjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkNVXYOQFWjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkNVXYOQFWjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkNVXYOQFWjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkNVXYOQFWjs.PasskeyRename; exports.PasskeyRenameModule = _chunkNVXYOQFWjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkNVXYOQFWjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkNVXYOQFWjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkNVXYOQFWjs.PaymentMethod; exports.PermissionMapping = _chunkNVXYOQFWjs.PermissionMapping; exports.PermissionMappingModule = _chunkNVXYOQFWjs.PermissionMappingModule; exports.Push = _chunkNVXYOQFWjs.Push; exports.PushModule = _chunkNVXYOQFWjs.PushModule; exports.PushService = _chunkNVXYOQFWjs.PushService; exports.RbacService = _chunkOQRBY22Tjs.RbacService; exports.ReferralModule = _chunkNVXYOQFWjs.ReferralModule; exports.ReferralService = _chunkNVXYOQFWjs.ReferralService; exports.ReferralStats = _chunkNVXYOQFWjs.ReferralStats; exports.ReferralStatsModule = _chunkNVXYOQFWjs.ReferralStatsModule; exports.RehydrationFactory = _chunkNVXYOQFWjs.RehydrationFactory; exports.Role = _chunkNVXYOQFWjs.Role; exports.RoleFields = _chunkNVXYOQFWjs.RoleFields; exports.RoleModule = _chunkNVXYOQFWjs.RoleModule; exports.RoleService = _chunkNVXYOQFWjs.RoleService; exports.S3 = _chunkNVXYOQFWjs.S3; exports.S3Module = _chunkNVXYOQFWjs.S3Module; exports.S3Service = _chunkNVXYOQFWjs.S3Service; exports.StripeCustomer = _chunkNVXYOQFWjs.StripeCustomer; exports.StripeCustomerModule = _chunkNVXYOQFWjs.StripeCustomerModule; exports.StripeCustomerService = _chunkNVXYOQFWjs.StripeCustomerService; exports.StripeInvoice = _chunkNVXYOQFWjs.StripeInvoice; exports.StripeInvoiceModule = _chunkNVXYOQFWjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkNVXYOQFWjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkNVXYOQFWjs.StripePaymentMethodModule; exports.StripePrice = _chunkNVXYOQFWjs.StripePrice; exports.StripePriceModule = _chunkNVXYOQFWjs.StripePriceModule; exports.StripePriceService = _chunkNVXYOQFWjs.StripePriceService; exports.StripeProduct = _chunkNVXYOQFWjs.StripeProduct; exports.StripeProductModule = _chunkNVXYOQFWjs.StripeProductModule; exports.StripeProductService = _chunkNVXYOQFWjs.StripeProductService; exports.StripePromotionCode = _chunkNVXYOQFWjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkNVXYOQFWjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkNVXYOQFWjs.StripePromotionCodeService; exports.StripeSubscription = _chunkNVXYOQFWjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkNVXYOQFWjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkNVXYOQFWjs.StripeSubscriptionService; exports.StripeUsage = _chunkNVXYOQFWjs.StripeUsage; exports.StripeUsageModule = _chunkNVXYOQFWjs.StripeUsageModule; exports.StripeUsageService = _chunkNVXYOQFWjs.StripeUsageService; exports.SubscriptionStatus = _chunkNVXYOQFWjs.SubscriptionStatus; exports.TableOptions = _chunkNVXYOQFWjs.TableOptions; exports.TotpAuthenticator = _chunkNVXYOQFWjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkNVXYOQFWjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkNVXYOQFWjs.TotpSetup; exports.TotpSetupModule = _chunkNVXYOQFWjs.TotpSetupModule; exports.TotpVerify = _chunkNVXYOQFWjs.TotpVerify; exports.TotpVerifyLogin = _chunkNVXYOQFWjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkNVXYOQFWjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkNVXYOQFWjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkNVXYOQFWjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkNVXYOQFWjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkNVXYOQFWjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkNVXYOQFWjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkNVXYOQFWjs.TwoFactorService; exports.TwoFactorStatus = _chunkNVXYOQFWjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkNVXYOQFWjs.TwoFactorStatusModule; exports.User = _chunkNVXYOQFWjs.User; exports.UserFields = _chunkNVXYOQFWjs.UserFields; exports.UserModule = _chunkNVXYOQFWjs.UserModule; exports.UserService = _chunkNVXYOQFWjs.UserService; exports.Waitlist = _chunkNVXYOQFWjs.Waitlist; exports.WaitlistModule = _chunkNVXYOQFWjs.WaitlistModule; exports.WaitlistService = _chunkNVXYOQFWjs.WaitlistService; exports.WaitlistStats = _chunkNVXYOQFWjs.WaitlistStats; exports.WaitlistStatsModule = _chunkNVXYOQFWjs.WaitlistStatsModule; exports.checkPermissions = _chunkNVXYOQFWjs.checkPermissions; exports.checkPermissionsFromServer = _chunkNVXYOQFWjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkNVXYOQFWjs.clearLastApiTotal; exports.cn = _chunkNVXYOQFWjs.cn; exports.composeRefs = _chunkNVXYOQFWjs.composeRefs; exports.configureAuth = _chunkNVXYOQFWjs.configureAuth; exports.configureI18n = _chunkOQRBY22Tjs.configureI18n; exports.configureJsonApi = _chunkOQRBY22Tjs.configureJsonApi; exports.configureLogin = _chunkOQRBY22Tjs.configureLogin; exports.configureReferral = _chunkOQRBY22Tjs.configureReferral; exports.configureRoles = _chunkOQRBY22Tjs.configureRoles; exports.configureWaitlist = _chunkOQRBY22Tjs.configureWaitlist; exports.createJsonApiInclusion = _chunkNVXYOQFWjs.createJsonApiInclusion; exports.dismissToast = _chunkNVXYOQFWjs.dismissToast; exports.entityObjectSchema = _chunkNVXYOQFWjs.entityObjectSchema; exports.exists = _chunkNVXYOQFWjs.exists; exports.formatDate = _chunkNVXYOQFWjs.formatDate; exports.getApiUrl = _chunkOQRBY22Tjs.getApiUrl; exports.getAppUrl = _chunkOQRBY22Tjs.getAppUrl; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkNVXYOQFWjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkNVXYOQFWjs.getGlobalErrorHandler; exports.getIcon = _chunkNVXYOQFWjs.getIcon; exports.getIconByModule = _chunkNVXYOQFWjs.getIconByModule; exports.getIconByModuleName = _chunkNVXYOQFWjs.getIconByModuleName; exports.getInitials = _chunkNVXYOQFWjs.getInitials; exports.getLastApiTotal = _chunkNVXYOQFWjs.getLastApiTotal; exports.getLucideIcon = _chunkNVXYOQFWjs.getLucideIcon; exports.getLucideIconByModule = _chunkNVXYOQFWjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkNVXYOQFWjs.getLucideIconByModuleName; exports.getReferralConfig = _chunkOQRBY22Tjs.getReferralConfig; exports.getRoleId = _chunkOQRBY22Tjs.getRoleId; exports.getStripePublishableKey = _chunkOQRBY22Tjs.getStripePublishableKey; exports.getTableComponents = _chunkNVXYOQFWjs.getTableComponents; exports.getTableOptions = _chunkNVXYOQFWjs.getTableOptions; exports.getTokenHandler = _chunkNVXYOQFWjs.getTokenHandler; exports.getTrackablePages = _chunkOQRBY22Tjs.getTrackablePages; exports.getValueFromPath = _chunkNVXYOQFWjs.getValueFromPath; exports.getWaitlistConfig = _chunkOQRBY22Tjs.getWaitlistConfig; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.isReferralEnabled = _chunkOQRBY22Tjs.isReferralEnabled; exports.isRolesConfigured = _chunkOQRBY22Tjs.isRolesConfigured; exports.rehydrate = _chunkNVXYOQFWjs.rehydrate; exports.rehydrateList = _chunkNVXYOQFWjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkNVXYOQFWjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkNVXYOQFWjs.setGlobalErrorHandler; exports.showCustomToast = _chunkNVXYOQFWjs.showCustomToast; exports.showError = _chunkNVXYOQFWjs.showError; exports.showToast = _chunkNVXYOQFWjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkNVXYOQFWjs.useComposedRefs; exports.useIsMobile = _chunkNVXYOQFWjs.useIsMobile; exports.userObjectSchema = _chunkNVXYOQFWjs.userObjectSchema;
|
|
395
395
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
getWaitlistConfig,
|
|
18
18
|
isReferralEnabled,
|
|
19
19
|
isRolesConfigured
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-UXGPZZ6V.mjs";
|
|
21
21
|
import {
|
|
22
22
|
AVAILABLE_OAUTH_SCOPES,
|
|
23
23
|
AbstractApiData,
|
|
@@ -183,7 +183,7 @@ import {
|
|
|
183
183
|
useComposedRefs,
|
|
184
184
|
useIsMobile,
|
|
185
185
|
userObjectSchema
|
|
186
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-35GWVOYZ.mjs";
|
|
187
187
|
import "./chunk-AUXK7QSA.mjs";
|
|
188
188
|
import "./chunk-C7C7VY4F.mjs";
|
|
189
189
|
import {
|