authhero 8.19.0 → 8.21.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/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +142 -142
- package/dist/authhero.d.ts +317 -250
- package/dist/authhero.mjs +14752 -16956
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +4 -4
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
- package/dist/types/helpers/hook-events.d.ts +35 -15
- package/dist/types/hooks/link-users.d.ts +9 -1
- package/dist/types/hooks/user-registration.d.ts +8 -5
- package/dist/types/index.d.ts +317 -250
- package/dist/types/routes/auth-api/index.d.ts +22 -22
- package/dist/types/routes/auth-api/passwordless.d.ts +14 -14
- package/dist/types/routes/auth-api/register/index.d.ts +2 -2
- package/dist/types/routes/auth-api/revoke.d.ts +6 -6
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- package/dist/types/routes/management-api/actions.d.ts +3 -1
- package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
- package/dist/types/routes/management-api/branding.d.ts +1 -1
- package/dist/types/routes/management-api/client-grants.d.ts +24 -8
- package/dist/types/routes/management-api/clients.d.ts +14 -13
- package/dist/types/routes/management-api/connections.d.ts +17 -16
- package/dist/types/routes/management-api/flows.d.ts +1 -0
- package/dist/types/routes/management-api/forms.d.ts +127 -126
- package/dist/types/routes/management-api/grants.d.ts +1 -0
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/hooks.d.ts +25 -24
- package/dist/types/routes/management-api/index.d.ts +288 -221
- package/dist/types/routes/management-api/logs.d.ts +4 -3
- package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
- package/dist/types/routes/management-api/organizations.d.ts +36 -2
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/resource-servers.d.ts +1 -0
- package/dist/types/routes/management-api/roles.d.ts +8 -6
- package/dist/types/routes/management-api/tenants.d.ts +1 -1
- package/dist/types/routes/management-api/users.d.ts +7 -2
- package/dist/types/routes/universal-login/common.d.ts +8 -8
- package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
- package/dist/types/routes/universal-login/identifier.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
- package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
- package/dist/types/types/IdToken.d.ts +1 -1
- package/package.json +6 -6
|
@@ -82,7 +82,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
82
82
|
active?: boolean | undefined;
|
|
83
83
|
} | undefined;
|
|
84
84
|
signup?: {
|
|
85
|
-
status?: "
|
|
85
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
86
86
|
verification?: {
|
|
87
87
|
active?: boolean | undefined;
|
|
88
88
|
} | undefined;
|
|
@@ -99,7 +99,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
99
99
|
active?: boolean | undefined;
|
|
100
100
|
} | undefined;
|
|
101
101
|
signup?: {
|
|
102
|
-
status?: "
|
|
102
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
103
103
|
} | undefined;
|
|
104
104
|
validation?: {
|
|
105
105
|
max_length?: number | undefined;
|
|
@@ -116,7 +116,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
116
116
|
active?: boolean | undefined;
|
|
117
117
|
} | undefined;
|
|
118
118
|
signup?: {
|
|
119
|
-
status?: "
|
|
119
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
120
120
|
} | undefined;
|
|
121
121
|
} | undefined;
|
|
122
122
|
} | undefined;
|
|
@@ -216,7 +216,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
216
216
|
active?: boolean | undefined;
|
|
217
217
|
} | undefined;
|
|
218
218
|
signup?: {
|
|
219
|
-
status?: "
|
|
219
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
220
220
|
verification?: {
|
|
221
221
|
active?: boolean | undefined;
|
|
222
222
|
} | undefined;
|
|
@@ -233,7 +233,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
233
233
|
active?: boolean | undefined;
|
|
234
234
|
} | undefined;
|
|
235
235
|
signup?: {
|
|
236
|
-
status?: "
|
|
236
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
237
237
|
} | undefined;
|
|
238
238
|
validation?: {
|
|
239
239
|
max_length?: number | undefined;
|
|
@@ -250,7 +250,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
250
250
|
active?: boolean | undefined;
|
|
251
251
|
} | undefined;
|
|
252
252
|
signup?: {
|
|
253
|
-
status?: "
|
|
253
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
254
254
|
} | undefined;
|
|
255
255
|
} | undefined;
|
|
256
256
|
} | undefined;
|
|
@@ -289,6 +289,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
289
289
|
is_system?: boolean | undefined;
|
|
290
290
|
}[];
|
|
291
291
|
total?: number | undefined;
|
|
292
|
+
next?: string | undefined;
|
|
292
293
|
};
|
|
293
294
|
outputFormat: "json";
|
|
294
295
|
status: 200;
|
|
@@ -365,7 +366,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
365
366
|
active?: boolean | undefined;
|
|
366
367
|
} | undefined;
|
|
367
368
|
signup?: {
|
|
368
|
-
status?: "
|
|
369
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
369
370
|
verification?: {
|
|
370
371
|
active?: boolean | undefined;
|
|
371
372
|
} | undefined;
|
|
@@ -382,7 +383,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
382
383
|
active?: boolean | undefined;
|
|
383
384
|
} | undefined;
|
|
384
385
|
signup?: {
|
|
385
|
-
status?: "
|
|
386
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
386
387
|
} | undefined;
|
|
387
388
|
validation?: {
|
|
388
389
|
max_length?: number | undefined;
|
|
@@ -399,7 +400,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
399
400
|
active?: boolean | undefined;
|
|
400
401
|
} | undefined;
|
|
401
402
|
signup?: {
|
|
402
|
-
status?: "
|
|
403
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
403
404
|
} | undefined;
|
|
404
405
|
} | undefined;
|
|
405
406
|
} | undefined;
|
|
@@ -544,7 +545,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
544
545
|
active?: boolean | undefined;
|
|
545
546
|
} | undefined;
|
|
546
547
|
signup?: {
|
|
547
|
-
status?: "
|
|
548
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
548
549
|
verification?: {
|
|
549
550
|
active?: boolean | undefined;
|
|
550
551
|
} | undefined;
|
|
@@ -561,7 +562,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
561
562
|
active?: boolean | undefined;
|
|
562
563
|
} | undefined;
|
|
563
564
|
signup?: {
|
|
564
|
-
status?: "
|
|
565
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
565
566
|
} | undefined;
|
|
566
567
|
validation?: {
|
|
567
568
|
max_length?: number | undefined;
|
|
@@ -578,7 +579,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
578
579
|
active?: boolean | undefined;
|
|
579
580
|
} | undefined;
|
|
580
581
|
signup?: {
|
|
581
|
-
status?: "
|
|
582
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
582
583
|
} | undefined;
|
|
583
584
|
} | undefined;
|
|
584
585
|
} | undefined;
|
|
@@ -702,7 +703,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
702
703
|
active?: boolean | undefined;
|
|
703
704
|
} | undefined;
|
|
704
705
|
signup?: {
|
|
705
|
-
status?: "
|
|
706
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
706
707
|
verification?: {
|
|
707
708
|
active?: boolean | undefined;
|
|
708
709
|
} | undefined;
|
|
@@ -719,7 +720,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
719
720
|
active?: boolean | undefined;
|
|
720
721
|
} | undefined;
|
|
721
722
|
signup?: {
|
|
722
|
-
status?: "
|
|
723
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
723
724
|
} | undefined;
|
|
724
725
|
validation?: {
|
|
725
726
|
max_length?: number | undefined;
|
|
@@ -736,7 +737,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
736
737
|
active?: boolean | undefined;
|
|
737
738
|
} | undefined;
|
|
738
739
|
signup?: {
|
|
739
|
-
status?: "
|
|
740
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
740
741
|
} | undefined;
|
|
741
742
|
} | undefined;
|
|
742
743
|
} | undefined;
|
|
@@ -852,7 +853,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
852
853
|
};
|
|
853
854
|
} | {
|
|
854
855
|
mode: "inline";
|
|
855
|
-
status: "
|
|
856
|
+
status: "error" | "success";
|
|
856
857
|
connection_id: string;
|
|
857
858
|
connection_name: string;
|
|
858
859
|
strategy: string;
|