@carlonicora/nextjs-jsonapi 1.40.1 → 1.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/AuthComponent-BuWc2C4g.d.ts +28 -0
- package/dist/AuthComponent-fLVGdvSr.d.mts +28 -0
- package/dist/{BlockNoteEditor-EKY4AHVK.mjs → BlockNoteEditor-B3RQ4VQ7.mjs} +5 -5
- package/dist/{BlockNoteEditor-4G3L3LSF.js → BlockNoteEditor-VUAWVZF4.js} +15 -15
- package/dist/{BlockNoteEditor-4G3L3LSF.js.map → BlockNoteEditor-VUAWVZF4.js.map} +1 -1
- package/dist/JsonApiRequest-MUPAO7DI.js +24 -0
- package/dist/{JsonApiRequest-GR3L56A5.js.map → JsonApiRequest-MUPAO7DI.js.map} +1 -1
- package/dist/{JsonApiRequest-K5BRU7RE.mjs → JsonApiRequest-XCQHVVYD.mjs} +2 -2
- package/dist/auth.interface-8XglqHir.d.mts +33 -0
- package/dist/auth.interface-BJGKQ0zr.d.ts +33 -0
- package/dist/billing/index.js +409 -415
- package/dist/billing/index.js.map +1 -1
- package/dist/billing/index.mjs +4 -10
- package/dist/billing/index.mjs.map +1 -1
- package/dist/{chunk-BAOP6PTD.mjs → chunk-BJNQZGMN.mjs} +1618 -666
- package/dist/chunk-BJNQZGMN.mjs.map +1 -0
- package/dist/{chunk-U4MTVHOC.mjs → chunk-GCQUTWZ2.mjs} +11 -4
- package/dist/{chunk-U4MTVHOC.mjs.map → chunk-GCQUTWZ2.mjs.map} +1 -1
- package/dist/{chunk-ZNGEVB5M.js → chunk-L5F5ZN5F.js} +960 -140
- package/dist/chunk-L5F5ZN5F.js.map +1 -0
- package/dist/{chunk-RRIYLEY6.mjs → chunk-LBIC4GJK.mjs} +2 -2
- package/dist/{chunk-T5YYOT4Z.js → chunk-OODZEX6P.js} +3 -3
- package/dist/{chunk-T5YYOT4Z.js.map → chunk-OODZEX6P.js.map} +1 -1
- package/dist/{chunk-GVN7XC3U.mjs → chunk-PHNL4QUF.mjs} +835 -15
- package/dist/chunk-PHNL4QUF.mjs.map +1 -0
- package/dist/{chunk-GKY5DAIH.js → chunk-QPWHMXE2.js} +1505 -553
- package/dist/chunk-QPWHMXE2.js.map +1 -0
- package/dist/{chunk-FM6WRAN5.js → chunk-WLS4D6VG.js} +12 -5
- package/dist/chunk-WLS4D6VG.js.map +1 -0
- package/dist/client/index.d.mts +4 -4
- package/dist/client/index.d.ts +4 -4
- package/dist/client/index.js +5 -5
- package/dist/client/index.mjs +4 -4
- package/dist/components/index.d.mts +69 -8
- package/dist/components/index.d.ts +69 -8
- package/dist/components/index.js +27 -5
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +26 -4
- package/dist/{config-BxwhHdCD.d.mts → config-BW5u1e9P.d.mts} +1 -1
- package/dist/{config-BbaBV_yk.d.ts → config-BozK5PY0.d.ts} +1 -1
- package/dist/{content.interface-CgUu4771.d.ts → content.interface-CpCDB1Uk.d.ts} +1 -1
- package/dist/{content.interface-CWV0q4lZ.d.mts → content.interface-b-mzkL_q.d.mts} +1 -1
- package/dist/contexts/index.d.mts +2 -2
- package/dist/contexts/index.d.ts +2 -2
- package/dist/contexts/index.js +5 -5
- package/dist/contexts/index.mjs +4 -4
- package/dist/core/index.d.mts +407 -7
- package/dist/core/index.d.ts +407 -7
- package/dist/core/index.js +61 -3
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +60 -2
- package/dist/index.d.mts +8 -6
- package/dist/index.d.ts +8 -6
- package/dist/index.js +62 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +61 -3
- package/dist/{notification.interface-XARGKJAq.d.ts → notification.interface-CR2PuV6Y.d.ts} +1 -0
- package/dist/{notification.interface-DIln2r7X.d.mts → notification.interface-D241WNUx.d.mts} +1 -0
- package/dist/{s3.service-BoOF5-ln.d.mts → s3.service-D0rbmLFp.d.mts} +10 -31
- package/dist/{s3.service-Mxo-7wQ6.d.ts → s3.service-DOwqcUDT.d.ts} +10 -31
- package/dist/scripts/generate-web-module/generator.js +26 -26
- package/dist/scripts/generate-web-module/generator.js.map +1 -1
- package/dist/scripts/generate-web-module/utils/file-writer.js +9 -9
- package/dist/scripts/generate-web-module/utils/file-writer.js.map +1 -1
- package/dist/server/index.d.mts +4 -3
- package/dist/server/index.d.ts +4 -3
- package/dist/server/index.js +12 -12
- package/dist/server/index.mjs +2 -2
- package/dist/{useSocket-awibcC9B.d.ts → useSocket-CC8SkXdm.d.ts} +1 -1
- package/dist/{useSocket-BILAdmZ0.d.mts → useSocket-CttIHn2P.d.mts} +1 -1
- package/package.json +4 -1
- package/scripts/generate-web-module/generator.ts +26 -26
- package/scripts/generate-web-module/utils/file-writer.ts +9 -9
- package/src/components/pages/PageContentContainer.tsx +22 -9
- package/src/core/abstracts/AbstractService.ts +2 -0
- package/src/core/factories/JsonApiDataFactory.ts +2 -1
- package/src/core/index.ts +14 -0
- package/src/core/registry/DataClassRegistry.ts +7 -1
- package/src/core/registry/ModuleRegistry.ts +15 -0
- package/src/features/auth/backup-code-verify.module.ts +9 -0
- package/src/features/auth/components/containers/SecurityContainer.tsx +11 -0
- package/src/features/auth/components/containers/index.ts +1 -0
- package/src/features/auth/components/forms/Login.tsx +15 -3
- package/src/features/auth/components/forms/Register.tsx +1 -9
- package/src/features/auth/components/forms/TwoFactorChallenge.tsx +202 -0
- package/src/features/auth/components/forms/index.ts +1 -0
- package/src/features/auth/components/index.ts +1 -0
- package/src/features/auth/components/two-factor/BackupCodesDialog.tsx +148 -0
- package/src/features/auth/components/two-factor/DisableTwoFactorDialog.tsx +74 -0
- package/src/features/auth/components/two-factor/PasskeyButton.tsx +59 -0
- package/src/features/auth/components/two-factor/PasskeyList.tsx +172 -0
- package/src/features/auth/components/two-factor/PasskeySetupDialog.tsx +105 -0
- package/src/features/auth/components/two-factor/TotpAuthenticatorList.tsx +104 -0
- package/src/features/auth/components/two-factor/TotpInput.tsx +90 -0
- package/src/features/auth/components/two-factor/TotpSetupDialog.tsx +161 -0
- package/src/features/auth/components/two-factor/TwoFactorSettings.tsx +175 -0
- package/src/features/auth/components/two-factor/index.ts +9 -0
- package/src/features/auth/contexts/AuthContext.tsx +9 -0
- package/src/features/auth/data/auth.service.ts +18 -1
- package/src/features/auth/data/backup-code-verify.ts +20 -0
- package/src/features/auth/data/index.ts +21 -0
- package/src/features/auth/data/passkey-authentication-options.interface.ts +7 -0
- package/src/features/auth/data/passkey-authentication-options.ts +37 -0
- package/src/features/auth/data/passkey-registration-options.ts +46 -0
- package/src/features/auth/data/passkey-registration-verify.ts +62 -0
- package/src/features/auth/data/passkey-rename.ts +20 -0
- package/src/features/auth/data/passkey-verify-login.ts +23 -0
- package/src/features/auth/data/passkey.interface.ts +9 -0
- package/src/features/auth/data/passkey.ts +40 -0
- package/src/features/auth/data/totp-authenticator.interface.ts +7 -0
- package/src/features/auth/data/totp-authenticator.ts +28 -0
- package/src/features/auth/data/totp-setup.interface.ts +5 -0
- package/src/features/auth/data/totp-setup.ts +48 -0
- package/src/features/auth/data/totp-verify-login.ts +20 -0
- package/src/features/auth/data/totp-verify.ts +22 -0
- package/src/features/auth/data/two-factor-challenge.interface.ts +7 -0
- package/src/features/auth/data/two-factor-challenge.ts +45 -0
- package/src/features/auth/data/two-factor-enable.ts +20 -0
- package/src/features/auth/data/two-factor-status.interface.ts +11 -0
- package/src/features/auth/data/two-factor-status.ts +40 -0
- package/src/features/auth/data/two-factor.service.ts +331 -0
- package/src/features/auth/enums/AuthComponent.ts +1 -0
- package/src/features/auth/index.ts +13 -0
- package/src/features/auth/passkey-authentication-options.module.ts +9 -0
- package/src/features/auth/passkey-registration-options.module.ts +9 -0
- package/src/features/auth/passkey-registration-verify.module.ts +9 -0
- package/src/features/auth/passkey-rename.module.ts +9 -0
- package/src/features/auth/passkey-verify-login.module.ts +9 -0
- package/src/features/auth/passkey.module.ts +9 -0
- package/src/features/auth/totp-authenticator.module.ts +9 -0
- package/src/features/auth/totp-setup.module.ts +9 -0
- package/src/features/auth/totp-verify-login.module.ts +9 -0
- package/src/features/auth/totp-verify.module.ts +9 -0
- package/src/features/auth/two-factor-challenge.module.ts +9 -0
- package/src/features/auth/two-factor-enable.module.ts +9 -0
- package/src/features/auth/two-factor-status.module.ts +9 -0
- package/src/features/billing/modules/billing.module.ts +1 -0
- package/src/features/billing/stripe-customer/stripe-customer.module.ts +1 -0
- package/src/features/billing/stripe-customer/stripe-payment-method.module.ts +1 -0
- package/src/features/billing/stripe-invoice/stripe-invoice.module.ts +1 -0
- package/src/features/billing/stripe-price/stripe-price.module.ts +1 -0
- package/src/features/billing/stripe-product/stripe-product.module.ts +1 -0
- package/src/features/billing/stripe-promotion-code/stripe-promotion-code.module.ts +1 -0
- package/src/features/billing/stripe-subscription/data/stripe-subscription.ts +0 -5
- package/src/features/billing/stripe-subscription/hooks/useSubscriptionWizard.ts +0 -8
- package/src/features/billing/stripe-subscription/stripe-subscription.module.ts +1 -0
- package/src/features/billing/stripe-usage/stripe-usage.module.ts +1 -0
- package/src/features/user/data/user.interface.ts +1 -0
- package/src/features/user/data/user.ts +6 -0
- package/src/features/waitlist/data/WaitlistService.ts +1 -8
- package/src/features/waitlist/waitlist-stats.module.ts +1 -0
- package/src/shadcnui/ui/resizable.tsx +33 -11
- package/src/unified/JsonApiRequest.ts +2 -1
- package/dist/AuthComponent-hxOPs9o8.d.mts +0 -11
- package/dist/AuthComponent-hxOPs9o8.d.ts +0 -11
- package/dist/JsonApiRequest-GR3L56A5.js +0 -24
- package/dist/chunk-BAOP6PTD.mjs.map +0 -1
- package/dist/chunk-FM6WRAN5.js.map +0 -1
- package/dist/chunk-GKY5DAIH.js.map +0 -1
- package/dist/chunk-GVN7XC3U.mjs.map +0 -1
- package/dist/chunk-ZNGEVB5M.js.map +0 -1
- /package/dist/{BlockNoteEditor-EKY4AHVK.mjs.map → BlockNoteEditor-B3RQ4VQ7.mjs.map} +0 -0
- /package/dist/{JsonApiRequest-K5BRU7RE.mjs.map → JsonApiRequest-XCQHVVYD.mjs.map} +0 -0
- /package/dist/{chunk-RRIYLEY6.mjs.map → chunk-LBIC4GJK.mjs.map} +0 -0
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-CUKFDBx2.mjs';
|
|
4
4
|
export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CUKFDBx2.mjs';
|
|
5
5
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
|
|
6
|
-
import {
|
|
7
|
-
export {
|
|
8
|
-
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, j as RoleInterface, R 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 { A as AbstractService, d as TwoFactorChallengeInterface, N as NextRef, P as PreviousRef, j as S3Interface, i as S3Input } from '../s3.service-D0rbmLFp.mjs';
|
|
7
|
+
export { b as AuthService, C as CompanyService, e as ContentService, F as FeatureService, H as HttpMethod, f as NotificationService, h as PushService, R as RoleService, k as S3Service, S as SelfRef, T as TotalRef, U as UserService, c as clearLastApiTotal, a as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-D0rbmLFp.mjs';
|
|
8
|
+
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, j as RoleInterface, R as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-D241WNUx.mjs';
|
|
9
|
+
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-D241WNUx.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';
|
|
@@ -17,11 +17,15 @@ import { z } from 'zod';
|
|
|
17
17
|
import { PartialBlock } from '@blocknote/core';
|
|
18
18
|
import { LucideIcon } from 'lucide-react';
|
|
19
19
|
import { ExternalToast } from 'sonner';
|
|
20
|
-
|
|
20
|
+
import { b as AuthInterface, A as AuthInput } from '../auth.interface-8XglqHir.mjs';
|
|
21
|
+
export { a as AuthQuery } from '../auth.interface-8XglqHir.mjs';
|
|
22
|
+
import { T as TotpAuthenticatorInterface, P as PasskeyInterface } from '../AuthComponent-fLVGdvSr.mjs';
|
|
23
|
+
export { A as AuthComponent } from '../AuthComponent-fLVGdvSr.mjs';
|
|
24
|
+
import { PublicKeyCredentialCreationOptionsJSON, RegistrationResponseJSON, PublicKeyCredentialRequestOptionsJSON, AuthenticationResponseJSON } from '@simplewebauthn/browser';
|
|
21
25
|
import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface, q as PromotionCodeValidationResult } from '../stripe-promotion-code.interface-Dnm2DJKQ.mjs';
|
|
22
26
|
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-promotion-code.interface-Dnm2DJKQ.mjs';
|
|
23
27
|
import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-BxFFOPNq.mjs';
|
|
24
|
-
import { a as ContentInterface, C as ContentInput } from '../content.interface-
|
|
28
|
+
import { a as ContentInterface, C as ContentInput } from '../content.interface-b-mzkL_q.mjs';
|
|
25
29
|
import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
26
30
|
export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
27
31
|
import 'd3';
|
|
@@ -228,6 +232,20 @@ interface FoundationModuleDefinitions {
|
|
|
228
232
|
OAuth: ModuleWithPermissions;
|
|
229
233
|
Waitlist: ModuleWithPermissions;
|
|
230
234
|
WaitlistStats: ModuleWithPermissions;
|
|
235
|
+
TotpAuthenticator: ModuleWithPermissions;
|
|
236
|
+
TotpSetup: ModuleWithPermissions;
|
|
237
|
+
TotpVerify: ModuleWithPermissions;
|
|
238
|
+
TotpVerifyLogin: ModuleWithPermissions;
|
|
239
|
+
Passkey: ModuleWithPermissions;
|
|
240
|
+
PasskeyRegistrationOptions: ModuleWithPermissions;
|
|
241
|
+
PasskeyRegistrationVerify: ModuleWithPermissions;
|
|
242
|
+
PasskeyRename: ModuleWithPermissions;
|
|
243
|
+
PasskeyVerifyLogin: ModuleWithPermissions;
|
|
244
|
+
PasskeyAuthenticationOptions: ModuleWithPermissions;
|
|
245
|
+
TwoFactorEnable: ModuleWithPermissions;
|
|
246
|
+
TwoFactorChallenge: ModuleWithPermissions;
|
|
247
|
+
TwoFactorStatus: ModuleWithPermissions;
|
|
248
|
+
BackupCodeVerify: ModuleWithPermissions;
|
|
231
249
|
}
|
|
232
250
|
interface AppModuleDefinitions {
|
|
233
251
|
}
|
|
@@ -622,6 +640,34 @@ declare function showCustomToast(render: (id: string | number) => ReactElement<u
|
|
|
622
640
|
|
|
623
641
|
declare const AuthModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
624
642
|
|
|
643
|
+
declare const TotpAuthenticatorModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
644
|
+
|
|
645
|
+
declare const TotpSetupModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
646
|
+
|
|
647
|
+
declare const TotpVerifyModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
648
|
+
|
|
649
|
+
declare const TotpVerifyLoginModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
650
|
+
|
|
651
|
+
declare const PasskeyModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
652
|
+
|
|
653
|
+
declare const PasskeyRegistrationOptionsModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
654
|
+
|
|
655
|
+
declare const PasskeyRegistrationVerifyModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
656
|
+
|
|
657
|
+
declare const PasskeyRenameModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
658
|
+
|
|
659
|
+
declare const PasskeyVerifyLoginModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
660
|
+
|
|
661
|
+
declare const PasskeyAuthenticationOptionsModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
662
|
+
|
|
663
|
+
declare const TwoFactorEnableModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
664
|
+
|
|
665
|
+
declare const TwoFactorChallengeModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
666
|
+
|
|
667
|
+
declare const TwoFactorStatusModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
668
|
+
|
|
669
|
+
declare const BackupCodeVerifyModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
670
|
+
|
|
625
671
|
declare const ModuleModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
626
672
|
|
|
627
673
|
declare class Module extends AbstractApiData implements ModuleInterface {
|
|
@@ -681,6 +727,7 @@ declare class User extends AbstractApiData implements UserInterface, SearchResul
|
|
|
681
727
|
private _rate?;
|
|
682
728
|
private _isActivated?;
|
|
683
729
|
private _isDeleted?;
|
|
730
|
+
private _twoFactorEnabled;
|
|
684
731
|
private _lastLogin?;
|
|
685
732
|
private _relevance?;
|
|
686
733
|
private _roles;
|
|
@@ -698,6 +745,7 @@ declare class User extends AbstractApiData implements UserInterface, SearchResul
|
|
|
698
745
|
get relevance(): number | undefined;
|
|
699
746
|
get isActivated(): boolean;
|
|
700
747
|
get isDeleted(): boolean;
|
|
748
|
+
get twoFactorEnabled(): boolean;
|
|
701
749
|
get lastLogin(): Date | undefined;
|
|
702
750
|
get roles(): RoleInterface[];
|
|
703
751
|
get company(): CompanyInterface | undefined;
|
|
@@ -719,6 +767,358 @@ declare class Auth extends AbstractApiData implements AuthInterface {
|
|
|
719
767
|
createJsonApi(data: AuthInput): any;
|
|
720
768
|
}
|
|
721
769
|
|
|
770
|
+
interface TwoFactorStatusInterface extends ApiDataInterface {
|
|
771
|
+
get isEnabled(): boolean;
|
|
772
|
+
get preferredMethod(): "totp" | "passkey" | undefined;
|
|
773
|
+
get totpAuthenticators(): TotpAuthenticatorInterface[];
|
|
774
|
+
get passkeys(): PasskeyInterface[];
|
|
775
|
+
get backupCodesCount(): number;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
declare class TwoFactorStatus extends AbstractApiData implements TwoFactorStatusInterface {
|
|
779
|
+
private _isEnabled;
|
|
780
|
+
private _preferredMethod?;
|
|
781
|
+
private _totpAuthenticators;
|
|
782
|
+
private _passkeys;
|
|
783
|
+
private _backupCodesCount;
|
|
784
|
+
get isEnabled(): boolean;
|
|
785
|
+
get preferredMethod(): "totp" | "passkey" | undefined;
|
|
786
|
+
get totpAuthenticators(): TotpAuthenticatorInterface[];
|
|
787
|
+
get passkeys(): PasskeyInterface[];
|
|
788
|
+
get backupCodesCount(): number;
|
|
789
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
declare class TotpAuthenticator extends AbstractApiData implements TotpAuthenticatorInterface {
|
|
793
|
+
private _name;
|
|
794
|
+
private _verified;
|
|
795
|
+
private _lastUsedAt?;
|
|
796
|
+
get name(): string;
|
|
797
|
+
get verified(): boolean;
|
|
798
|
+
get lastUsedAt(): Date | undefined;
|
|
799
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
interface TotpSetupInterface {
|
|
803
|
+
get secret(): string;
|
|
804
|
+
get qrCodeUri(): string;
|
|
805
|
+
get authenticatorId(): string;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
type TotpSetupInput = {
|
|
809
|
+
id: string;
|
|
810
|
+
name: string;
|
|
811
|
+
accountName: string;
|
|
812
|
+
};
|
|
813
|
+
declare class TotpSetup extends AbstractApiData implements TotpSetupInterface {
|
|
814
|
+
private _qrCodeUri;
|
|
815
|
+
private _secret;
|
|
816
|
+
private _authenticatorId;
|
|
817
|
+
get qrCodeUri(): string;
|
|
818
|
+
get secret(): string;
|
|
819
|
+
get authenticatorId(): string;
|
|
820
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
821
|
+
createJsonApi(data: TotpSetupInput): {
|
|
822
|
+
data: {
|
|
823
|
+
type: string;
|
|
824
|
+
id: string;
|
|
825
|
+
attributes: {
|
|
826
|
+
name: string;
|
|
827
|
+
accountName: string;
|
|
828
|
+
};
|
|
829
|
+
};
|
|
830
|
+
};
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
declare class Passkey extends AbstractApiData implements PasskeyInterface {
|
|
834
|
+
private _name;
|
|
835
|
+
private _credentialId;
|
|
836
|
+
private _deviceType;
|
|
837
|
+
private _backedUp;
|
|
838
|
+
private _lastUsedAt?;
|
|
839
|
+
get name(): string;
|
|
840
|
+
get credentialId(): string;
|
|
841
|
+
get deviceType(): string;
|
|
842
|
+
get backedUp(): boolean;
|
|
843
|
+
get lastUsedAt(): Date | undefined;
|
|
844
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
type PasskeyRegistrationOptionsInput = {
|
|
848
|
+
id: string;
|
|
849
|
+
userName: string;
|
|
850
|
+
userDisplayName?: string;
|
|
851
|
+
};
|
|
852
|
+
interface PasskeyRegistrationOptionsInterface {
|
|
853
|
+
pendingId: string;
|
|
854
|
+
options: PublicKeyCredentialCreationOptionsJSON;
|
|
855
|
+
}
|
|
856
|
+
declare class PasskeyRegistrationOptions extends AbstractApiData implements PasskeyRegistrationOptionsInterface {
|
|
857
|
+
private _pendingId;
|
|
858
|
+
private _options;
|
|
859
|
+
get pendingId(): string;
|
|
860
|
+
get options(): PublicKeyCredentialCreationOptionsJSON;
|
|
861
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
862
|
+
createJsonApi(data: PasskeyRegistrationOptionsInput): {
|
|
863
|
+
data: {
|
|
864
|
+
type: string;
|
|
865
|
+
id: string;
|
|
866
|
+
attributes: {
|
|
867
|
+
userName: string;
|
|
868
|
+
userDisplayName: string | undefined;
|
|
869
|
+
};
|
|
870
|
+
};
|
|
871
|
+
};
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
type PasskeyRegistrationVerifyInput = {
|
|
875
|
+
id: string;
|
|
876
|
+
pendingId: string;
|
|
877
|
+
name: string;
|
|
878
|
+
response: RegistrationResponseJSON;
|
|
879
|
+
};
|
|
880
|
+
declare class PasskeyRegistrationVerify extends AbstractApiData implements PasskeyInterface {
|
|
881
|
+
private _name;
|
|
882
|
+
private _credentialId;
|
|
883
|
+
private _deviceType;
|
|
884
|
+
private _backedUp;
|
|
885
|
+
private _lastUsedAt?;
|
|
886
|
+
get name(): string;
|
|
887
|
+
get credentialId(): string;
|
|
888
|
+
get deviceType(): string;
|
|
889
|
+
get backedUp(): boolean;
|
|
890
|
+
get lastUsedAt(): Date | undefined;
|
|
891
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
892
|
+
createJsonApi(data: PasskeyRegistrationVerifyInput): {
|
|
893
|
+
data: {
|
|
894
|
+
type: string;
|
|
895
|
+
id: string;
|
|
896
|
+
attributes: {
|
|
897
|
+
pendingId: string;
|
|
898
|
+
name: string;
|
|
899
|
+
response: RegistrationResponseJSON;
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
};
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
interface PasskeyAuthenticationOptionsInterface extends ApiDataInterface {
|
|
906
|
+
get pendingId(): string;
|
|
907
|
+
get options(): PublicKeyCredentialRequestOptionsJSON;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
type PasskeyAuthenticationOptionsInput = {
|
|
911
|
+
id: string;
|
|
912
|
+
};
|
|
913
|
+
declare class PasskeyAuthenticationOptions extends AbstractApiData implements PasskeyAuthenticationOptionsInterface {
|
|
914
|
+
private _pendingId;
|
|
915
|
+
private _options;
|
|
916
|
+
get pendingId(): string;
|
|
917
|
+
get options(): PublicKeyCredentialRequestOptionsJSON;
|
|
918
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
919
|
+
createJsonApi(data: PasskeyAuthenticationOptionsInput): {
|
|
920
|
+
data: {
|
|
921
|
+
type: string;
|
|
922
|
+
id: string;
|
|
923
|
+
attributes: {};
|
|
924
|
+
};
|
|
925
|
+
};
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
declare class TwoFactorService extends AbstractService {
|
|
929
|
+
static getStatus(): Promise<TwoFactorStatusInterface>;
|
|
930
|
+
static enable(params: {
|
|
931
|
+
id: string;
|
|
932
|
+
preferredMethod: "totp" | "passkey";
|
|
933
|
+
}): Promise<void>;
|
|
934
|
+
static disable(params: {
|
|
935
|
+
code: string;
|
|
936
|
+
}): Promise<void>;
|
|
937
|
+
static setupTotp(params: {
|
|
938
|
+
id: string;
|
|
939
|
+
name: string;
|
|
940
|
+
accountName: string;
|
|
941
|
+
}): Promise<TotpSetupInterface>;
|
|
942
|
+
static verifyTotpSetup(params: {
|
|
943
|
+
id: string;
|
|
944
|
+
authenticatorId: string;
|
|
945
|
+
code: string;
|
|
946
|
+
}): Promise<void>;
|
|
947
|
+
static listTotpAuthenticators(): Promise<TotpAuthenticatorInterface[]>;
|
|
948
|
+
static deleteTotpAuthenticator(params: {
|
|
949
|
+
id: string;
|
|
950
|
+
}): Promise<void>;
|
|
951
|
+
static getPasskeyRegistrationOptions(params: {
|
|
952
|
+
id: string;
|
|
953
|
+
userName: string;
|
|
954
|
+
userDisplayName?: string;
|
|
955
|
+
}): Promise<PasskeyRegistrationOptionsInterface>;
|
|
956
|
+
static verifyPasskeyRegistration(params: {
|
|
957
|
+
id: string;
|
|
958
|
+
pendingId: string;
|
|
959
|
+
name: string;
|
|
960
|
+
response: RegistrationResponseJSON;
|
|
961
|
+
}): Promise<PasskeyInterface>;
|
|
962
|
+
static listPasskeys(): Promise<PasskeyInterface[]>;
|
|
963
|
+
static deletePasskey(params: {
|
|
964
|
+
id: string;
|
|
965
|
+
}): Promise<void>;
|
|
966
|
+
static renamePasskey(params: {
|
|
967
|
+
id: string;
|
|
968
|
+
name: string;
|
|
969
|
+
}): Promise<PasskeyInterface>;
|
|
970
|
+
static generateBackupCodes(): Promise<string[]>;
|
|
971
|
+
static getBackupCodesCount(): Promise<number>;
|
|
972
|
+
private static handleSuccessfulAuth;
|
|
973
|
+
static getChallenge(params: {
|
|
974
|
+
id: string;
|
|
975
|
+
pendingToken: string;
|
|
976
|
+
method: "totp" | "passkey" | "backup";
|
|
977
|
+
}): Promise<TwoFactorChallengeInterface>;
|
|
978
|
+
static verifyTotp(params: {
|
|
979
|
+
id: string;
|
|
980
|
+
pendingToken: string;
|
|
981
|
+
code: string;
|
|
982
|
+
}): Promise<AuthInterface>;
|
|
983
|
+
static getPasskeyAuthOptions(params: {
|
|
984
|
+
pendingToken: string;
|
|
985
|
+
}): Promise<PasskeyAuthenticationOptionsInterface>;
|
|
986
|
+
static verifyPasskey(params: {
|
|
987
|
+
id: string;
|
|
988
|
+
pendingToken: string;
|
|
989
|
+
pendingId: string;
|
|
990
|
+
credential: AuthenticationResponseJSON;
|
|
991
|
+
}): Promise<AuthInterface>;
|
|
992
|
+
static verifyBackupCode(params: {
|
|
993
|
+
id: string;
|
|
994
|
+
pendingToken: string;
|
|
995
|
+
code: string;
|
|
996
|
+
}): Promise<AuthInterface>;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
type TotpVerifyInput = {
|
|
1000
|
+
id: string;
|
|
1001
|
+
authenticatorId: string;
|
|
1002
|
+
code: string;
|
|
1003
|
+
};
|
|
1004
|
+
declare class TotpVerify extends AbstractApiData {
|
|
1005
|
+
createJsonApi(data: TotpVerifyInput): {
|
|
1006
|
+
data: {
|
|
1007
|
+
type: string;
|
|
1008
|
+
id: string;
|
|
1009
|
+
attributes: {
|
|
1010
|
+
authenticatorId: string;
|
|
1011
|
+
code: string;
|
|
1012
|
+
};
|
|
1013
|
+
};
|
|
1014
|
+
};
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
type TotpVerifyLoginInput = {
|
|
1018
|
+
id: string;
|
|
1019
|
+
code: string;
|
|
1020
|
+
};
|
|
1021
|
+
declare class TotpVerifyLogin extends AbstractApiData {
|
|
1022
|
+
createJsonApi(data: TotpVerifyLoginInput): {
|
|
1023
|
+
data: {
|
|
1024
|
+
type: string;
|
|
1025
|
+
id: string;
|
|
1026
|
+
attributes: {
|
|
1027
|
+
code: string;
|
|
1028
|
+
};
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
}
|
|
1032
|
+
|
|
1033
|
+
type PasskeyRenameInput = {
|
|
1034
|
+
id: string;
|
|
1035
|
+
name: string;
|
|
1036
|
+
};
|
|
1037
|
+
declare class PasskeyRename extends AbstractApiData {
|
|
1038
|
+
createJsonApi(data: PasskeyRenameInput): {
|
|
1039
|
+
data: {
|
|
1040
|
+
type: string;
|
|
1041
|
+
id: string;
|
|
1042
|
+
attributes: {
|
|
1043
|
+
name: string;
|
|
1044
|
+
};
|
|
1045
|
+
};
|
|
1046
|
+
};
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
type PasskeyVerifyLoginInput = {
|
|
1050
|
+
id: string;
|
|
1051
|
+
pendingId: string;
|
|
1052
|
+
response: AuthenticationResponseJSON;
|
|
1053
|
+
};
|
|
1054
|
+
declare class PasskeyVerifyLogin extends AbstractApiData {
|
|
1055
|
+
createJsonApi(data: PasskeyVerifyLoginInput): {
|
|
1056
|
+
data: {
|
|
1057
|
+
type: string;
|
|
1058
|
+
id: string;
|
|
1059
|
+
attributes: {
|
|
1060
|
+
pendingId: string;
|
|
1061
|
+
response: AuthenticationResponseJSON;
|
|
1062
|
+
};
|
|
1063
|
+
};
|
|
1064
|
+
};
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
type TwoFactorEnableInput = {
|
|
1068
|
+
id: string;
|
|
1069
|
+
preferredMethod: "totp" | "passkey";
|
|
1070
|
+
};
|
|
1071
|
+
declare class TwoFactorEnable extends AbstractApiData {
|
|
1072
|
+
createJsonApi(data: TwoFactorEnableInput): {
|
|
1073
|
+
data: {
|
|
1074
|
+
type: string;
|
|
1075
|
+
id: string;
|
|
1076
|
+
attributes: {
|
|
1077
|
+
preferredMethod: "totp" | "passkey";
|
|
1078
|
+
};
|
|
1079
|
+
};
|
|
1080
|
+
};
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
type TwoFactorChallengeInput = {
|
|
1084
|
+
id: string;
|
|
1085
|
+
method: "totp" | "passkey" | "backup";
|
|
1086
|
+
};
|
|
1087
|
+
declare class TwoFactorChallenge extends AbstractApiData implements TwoFactorChallengeInterface {
|
|
1088
|
+
private _pendingToken;
|
|
1089
|
+
private _availableMethods;
|
|
1090
|
+
private _expiresAt;
|
|
1091
|
+
get pendingToken(): string;
|
|
1092
|
+
get availableMethods(): ("totp" | "passkey" | "backup")[];
|
|
1093
|
+
get expiresAt(): Date;
|
|
1094
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
1095
|
+
createJsonApi(data: TwoFactorChallengeInput): {
|
|
1096
|
+
data: {
|
|
1097
|
+
type: string;
|
|
1098
|
+
id: string;
|
|
1099
|
+
attributes: {
|
|
1100
|
+
method: "totp" | "passkey" | "backup";
|
|
1101
|
+
};
|
|
1102
|
+
};
|
|
1103
|
+
};
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
type BackupCodeVerifyInput = {
|
|
1107
|
+
id: string;
|
|
1108
|
+
code: string;
|
|
1109
|
+
};
|
|
1110
|
+
declare class BackupCodeVerify extends AbstractApiData {
|
|
1111
|
+
createJsonApi(data: BackupCodeVerifyInput): {
|
|
1112
|
+
data: {
|
|
1113
|
+
type: string;
|
|
1114
|
+
id: string;
|
|
1115
|
+
attributes: {
|
|
1116
|
+
code: string;
|
|
1117
|
+
};
|
|
1118
|
+
};
|
|
1119
|
+
};
|
|
1120
|
+
}
|
|
1121
|
+
|
|
722
1122
|
/**
|
|
723
1123
|
* Legacy billing service - only contains meter methods
|
|
724
1124
|
* @deprecated Use StripeUsageService for meter methods, StripeInvoiceService for invoices,
|
|
@@ -1599,4 +1999,4 @@ declare const WaitlistModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
|
1599
1999
|
|
|
1600
2000
|
declare const WaitlistStatsModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
1601
2001
|
|
|
1602
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
|
2002
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, 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, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, 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, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|