authhero 9.5.0 → 9.6.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 +138 -138
- package/dist/authhero.d.ts +133 -133
- package/dist/authhero.mjs +12511 -12403
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +6 -6
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +133 -133
- package/dist/types/routes/auth-api/index.d.ts +26 -26
- package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
- package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
- 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/auth-api/token.d.ts +10 -10
- package/dist/types/routes/management-api/branding.d.ts +3 -3
- package/dist/types/routes/management-api/clients.d.ts +16 -16
- package/dist/types/routes/management-api/connections.d.ts +15 -15
- package/dist/types/routes/management-api/email-templates.d.ts +2 -2
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/forms.d.ts +126 -126
- package/dist/types/routes/management-api/guardian.d.ts +5 -5
- package/dist/types/routes/management-api/helpers.d.ts +1 -1
- package/dist/types/routes/management-api/index.d.ts +86 -86
- package/dist/types/routes/management-api/logs.d.ts +4 -4
- package/dist/types/routes/management-api/organizations.d.ts +6 -6
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/roles.d.ts +1 -1
- package/dist/types/routes/management-api/tenants.d.ts +28 -28
- package/dist/types/routes/management-api/themes.d.ts +6 -6
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/common.d.ts +8 -8
- package/dist/types/routes/universal-login/continue.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
- package/dist/types/routes/universal-login/identifier.d.ts +4 -4
- package/dist/types/routes/universal-login/impersonate.d.ts +2 -2
- package/dist/types/routes/universal-login/index.d.ts +12 -12
- package/dist/types/routes/universal-login/u2-form-node.d.ts +2 -2
- package/dist/types/routes/universal-login/u2-index.d.ts +9 -9
- package/dist/types/routes/universal-login/u2-routes.d.ts +7 -7
- package/package.json +6 -6
|
@@ -86,7 +86,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
86
86
|
active?: boolean | undefined;
|
|
87
87
|
} | undefined;
|
|
88
88
|
signup?: {
|
|
89
|
-
status?: "
|
|
89
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
90
90
|
verification?: {
|
|
91
91
|
active?: boolean | undefined;
|
|
92
92
|
} | undefined;
|
|
@@ -103,7 +103,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
103
103
|
active?: boolean | undefined;
|
|
104
104
|
} | undefined;
|
|
105
105
|
signup?: {
|
|
106
|
-
status?: "
|
|
106
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
107
107
|
} | undefined;
|
|
108
108
|
validation?: {
|
|
109
109
|
max_length?: number | undefined;
|
|
@@ -120,7 +120,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
120
120
|
active?: boolean | undefined;
|
|
121
121
|
} | undefined;
|
|
122
122
|
signup?: {
|
|
123
|
-
status?: "
|
|
123
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
124
124
|
} | undefined;
|
|
125
125
|
} | undefined;
|
|
126
126
|
} | undefined;
|
|
@@ -224,7 +224,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
224
224
|
active?: boolean | undefined;
|
|
225
225
|
} | undefined;
|
|
226
226
|
signup?: {
|
|
227
|
-
status?: "
|
|
227
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
228
228
|
verification?: {
|
|
229
229
|
active?: boolean | undefined;
|
|
230
230
|
} | undefined;
|
|
@@ -241,7 +241,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
241
241
|
active?: boolean | undefined;
|
|
242
242
|
} | undefined;
|
|
243
243
|
signup?: {
|
|
244
|
-
status?: "
|
|
244
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
245
245
|
} | undefined;
|
|
246
246
|
validation?: {
|
|
247
247
|
max_length?: number | undefined;
|
|
@@ -258,7 +258,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
258
258
|
active?: boolean | undefined;
|
|
259
259
|
} | undefined;
|
|
260
260
|
signup?: {
|
|
261
|
-
status?: "
|
|
261
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
262
262
|
} | undefined;
|
|
263
263
|
} | undefined;
|
|
264
264
|
} | undefined;
|
|
@@ -378,7 +378,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
378
378
|
active?: boolean | undefined;
|
|
379
379
|
} | undefined;
|
|
380
380
|
signup?: {
|
|
381
|
-
status?: "
|
|
381
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
382
382
|
verification?: {
|
|
383
383
|
active?: boolean | undefined;
|
|
384
384
|
} | undefined;
|
|
@@ -395,7 +395,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
395
395
|
active?: boolean | undefined;
|
|
396
396
|
} | undefined;
|
|
397
397
|
signup?: {
|
|
398
|
-
status?: "
|
|
398
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
399
399
|
} | undefined;
|
|
400
400
|
validation?: {
|
|
401
401
|
max_length?: number | undefined;
|
|
@@ -412,7 +412,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
412
412
|
active?: boolean | undefined;
|
|
413
413
|
} | undefined;
|
|
414
414
|
signup?: {
|
|
415
|
-
status?: "
|
|
415
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
416
416
|
} | undefined;
|
|
417
417
|
} | undefined;
|
|
418
418
|
} | undefined;
|
|
@@ -561,7 +561,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
561
561
|
active?: boolean | undefined;
|
|
562
562
|
} | undefined;
|
|
563
563
|
signup?: {
|
|
564
|
-
status?: "
|
|
564
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
565
565
|
verification?: {
|
|
566
566
|
active?: boolean | undefined;
|
|
567
567
|
} | undefined;
|
|
@@ -578,7 +578,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
578
578
|
active?: boolean | undefined;
|
|
579
579
|
} | undefined;
|
|
580
580
|
signup?: {
|
|
581
|
-
status?: "
|
|
581
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
582
582
|
} | undefined;
|
|
583
583
|
validation?: {
|
|
584
584
|
max_length?: number | undefined;
|
|
@@ -595,7 +595,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
595
595
|
active?: boolean | undefined;
|
|
596
596
|
} | undefined;
|
|
597
597
|
signup?: {
|
|
598
|
-
status?: "
|
|
598
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
599
599
|
} | undefined;
|
|
600
600
|
} | undefined;
|
|
601
601
|
} | undefined;
|
|
@@ -723,7 +723,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
723
723
|
active?: boolean | undefined;
|
|
724
724
|
} | undefined;
|
|
725
725
|
signup?: {
|
|
726
|
-
status?: "
|
|
726
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
727
727
|
verification?: {
|
|
728
728
|
active?: boolean | undefined;
|
|
729
729
|
} | undefined;
|
|
@@ -740,7 +740,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
740
740
|
active?: boolean | undefined;
|
|
741
741
|
} | undefined;
|
|
742
742
|
signup?: {
|
|
743
|
-
status?: "
|
|
743
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
744
744
|
} | undefined;
|
|
745
745
|
validation?: {
|
|
746
746
|
max_length?: number | undefined;
|
|
@@ -757,7 +757,7 @@ export declare const connectionRoutes: OpenAPIHono<{
|
|
|
757
757
|
active?: boolean | undefined;
|
|
758
758
|
} | undefined;
|
|
759
759
|
signup?: {
|
|
760
|
-
status?: "
|
|
760
|
+
status?: "required" | "optional" | "disabled" | undefined;
|
|
761
761
|
} | undefined;
|
|
762
762
|
} | undefined;
|
|
763
763
|
} | undefined;
|
|
@@ -233,7 +233,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
233
233
|
};
|
|
234
234
|
output: {};
|
|
235
235
|
outputFormat: string;
|
|
236
|
-
status:
|
|
236
|
+
status: 204;
|
|
237
237
|
} | {
|
|
238
238
|
input: {
|
|
239
239
|
param: {
|
|
@@ -246,7 +246,7 @@ export declare const emailTemplatesRoutes: OpenAPIHono<{
|
|
|
246
246
|
};
|
|
247
247
|
output: {};
|
|
248
248
|
outputFormat: string;
|
|
249
|
-
status:
|
|
249
|
+
status: 404;
|
|
250
250
|
};
|
|
251
251
|
};
|
|
252
252
|
} & {
|
|
@@ -30,7 +30,7 @@ export declare const failedEventsRoutes: OpenAPIHono<{
|
|
|
30
30
|
log_type: string;
|
|
31
31
|
category: "user_action" | "admin_action" | "system" | "api";
|
|
32
32
|
actor: {
|
|
33
|
-
type: "user" | "
|
|
33
|
+
type: "user" | "client_credentials" | "system" | "admin" | "api_key";
|
|
34
34
|
id?: string | undefined;
|
|
35
35
|
email?: string | undefined;
|
|
36
36
|
org_id?: string | undefined;
|