@carlonicora/nextjs-jsonapi 1.41.3 → 1.42.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/dist/AuthComponent-CU0B9hdO.d.ts +53 -0
- package/dist/AuthComponent-D_L2S4g9.d.mts +53 -0
- package/dist/{BlockNoteEditor-VUAWVZF4.js → BlockNoteEditor-4N7TQT7S.js} +6 -6
- package/dist/{BlockNoteEditor-VUAWVZF4.js.map → BlockNoteEditor-4N7TQT7S.js.map} +1 -1
- package/dist/{BlockNoteEditor-B3RQ4VQ7.mjs → BlockNoteEditor-PBQFKKXW.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-QPWHMXE2.js → chunk-GRMFGTY3.js} +2 -2
- package/dist/{chunk-QPWHMXE2.js.map → chunk-GRMFGTY3.js.map} +1 -1
- package/dist/{chunk-BJNQZGMN.mjs → chunk-V35USBCM.mjs} +2 -2
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +10 -3
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +9 -2
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/dist/core/index.d.mts +4 -26
- package/dist/core/index.d.ts +4 -26
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/scripts/generate-web-module/templates/table-hook.template.js +2 -2
- package/package.json +1 -1
- package/scripts/generate-web-module/templates/table-hook.template.ts +2 -2
- package/src/components/index.ts +3 -0
- package/dist/AuthComponent-BuWc2C4g.d.ts +0 -28
- package/dist/AuthComponent-fLVGdvSr.d.mts +0 -28
- /package/dist/{BlockNoteEditor-B3RQ4VQ7.mjs.map → BlockNoteEditor-PBQFKKXW.mjs.map} +0 -0
- /package/dist/{chunk-BJNQZGMN.mjs.map → chunk-V35USBCM.mjs.map} +0 -0
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { A as ApiDataInterface } from './ApiDataInterface-DPP8s46n.js';
|
|
2
|
-
|
|
3
|
-
interface TotpAuthenticatorInterface extends ApiDataInterface {
|
|
4
|
-
get name(): string;
|
|
5
|
-
get verified(): boolean;
|
|
6
|
-
get lastUsedAt(): Date | undefined;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
interface PasskeyInterface extends ApiDataInterface {
|
|
10
|
-
get name(): string;
|
|
11
|
-
get credentialId(): string;
|
|
12
|
-
get deviceType(): string;
|
|
13
|
-
get backedUp(): boolean;
|
|
14
|
-
get lastUsedAt(): Date | undefined;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
declare enum AuthComponent {
|
|
18
|
-
Login = 0,
|
|
19
|
-
ForgotPassword = 1,
|
|
20
|
-
ResetPassword = 2,
|
|
21
|
-
ActivateAccount = 3,
|
|
22
|
-
AcceptInvitation = 4,
|
|
23
|
-
Register = 5,
|
|
24
|
-
Landing = 6,
|
|
25
|
-
TwoFactorChallenge = "2fa_challenge"
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export { AuthComponent as A, type PasskeyInterface as P, type TotpAuthenticatorInterface as T };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { A as ApiDataInterface } from './ApiDataInterface-DPP8s46n.mjs';
|
|
2
|
-
|
|
3
|
-
interface TotpAuthenticatorInterface extends ApiDataInterface {
|
|
4
|
-
get name(): string;
|
|
5
|
-
get verified(): boolean;
|
|
6
|
-
get lastUsedAt(): Date | undefined;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
interface PasskeyInterface extends ApiDataInterface {
|
|
10
|
-
get name(): string;
|
|
11
|
-
get credentialId(): string;
|
|
12
|
-
get deviceType(): string;
|
|
13
|
-
get backedUp(): boolean;
|
|
14
|
-
get lastUsedAt(): Date | undefined;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
declare enum AuthComponent {
|
|
18
|
-
Login = 0,
|
|
19
|
-
ForgotPassword = 1,
|
|
20
|
-
ResetPassword = 2,
|
|
21
|
-
ActivateAccount = 3,
|
|
22
|
-
AcceptInvitation = 4,
|
|
23
|
-
Register = 5,
|
|
24
|
-
Landing = 6,
|
|
25
|
-
TwoFactorChallenge = "2fa_challenge"
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export { AuthComponent as A, type PasskeyInterface as P, type TotpAuthenticatorInterface as T };
|
|
File without changes
|
|
File without changes
|