@authhero/adapter-interfaces 0.146.0 → 0.147.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.
|
@@ -185,7 +185,7 @@ const s = e.object({
|
|
|
185
185
|
email: e.string().optional(),
|
|
186
186
|
login_count: e.number().default(0),
|
|
187
187
|
identities: e.array(Z).optional()
|
|
188
|
-
}), mt = oe,
|
|
188
|
+
}), mt = oe, ht = N.extend({
|
|
189
189
|
login_count: e.number(),
|
|
190
190
|
multifactor: e.array(e.string()).optional(),
|
|
191
191
|
last_ip: e.string().optional(),
|
|
@@ -371,7 +371,7 @@ const ie = e.object({
|
|
|
371
371
|
description: "Specifies how long, in seconds, a Pushed Authorization Request URI remains valid"
|
|
372
372
|
}),
|
|
373
373
|
token_quota: e.record(e.any()).default({}).optional()
|
|
374
|
-
}),
|
|
374
|
+
}), bt = e.object({
|
|
375
375
|
created_at: e.string(),
|
|
376
376
|
updated_at: e.string(),
|
|
377
377
|
...ie.shape
|
|
@@ -411,10 +411,10 @@ const ie = e.object({
|
|
|
411
411
|
x: e.number(),
|
|
412
412
|
y: e.number()
|
|
413
413
|
});
|
|
414
|
-
var R = /* @__PURE__ */ ((o) => (o.RICH_TEXT = "RICH_TEXT", o.NEXT_BUTTON = "NEXT_BUTTON", o.BACK_BUTTON = "BACK_BUTTON", o.SUBMIT_BUTTON = "SUBMIT_BUTTON", o.DIVIDER = "DIVIDER", o.TEXT = "TEXT", o.EMAIL = "EMAIL", o.PASSWORD = "PASSWORD", o.NUMBER = "NUMBER", o.PHONE = "PHONE", o.DATE = "DATE", o.CHECKBOX = "CHECKBOX", o.RADIO = "RADIO", o.SELECT = "SELECT", o.HIDDEN = "HIDDEN", o.LEGAL = "LEGAL", o))(R || {}),
|
|
414
|
+
var R = /* @__PURE__ */ ((o) => (o.RICH_TEXT = "RICH_TEXT", o.NEXT_BUTTON = "NEXT_BUTTON", o.BACK_BUTTON = "BACK_BUTTON", o.SUBMIT_BUTTON = "SUBMIT_BUTTON", o.DIVIDER = "DIVIDER", o.TEXT = "TEXT", o.EMAIL = "EMAIL", o.PASSWORD = "PASSWORD", o.NUMBER = "NUMBER", o.PHONE = "PHONE", o.DATE = "DATE", o.CHECKBOX = "CHECKBOX", o.RADIO = "RADIO", o.SELECT = "SELECT", o.HIDDEN = "HIDDEN", o.LEGAL = "LEGAL", o))(R || {}), w = /* @__PURE__ */ ((o) => (o.BLOCK = "BLOCK", o.FIELD = "FIELD", o))(w || {});
|
|
415
415
|
const y = e.object({
|
|
416
416
|
id: e.string(),
|
|
417
|
-
category: e.nativeEnum(
|
|
417
|
+
category: e.nativeEnum(w),
|
|
418
418
|
type: e.nativeEnum(R)
|
|
419
419
|
}), se = y.extend({
|
|
420
420
|
category: e.literal(
|
|
@@ -553,7 +553,7 @@ const ue = e.object({
|
|
|
553
553
|
flow_id: e.string(),
|
|
554
554
|
next_node: e.string()
|
|
555
555
|
})
|
|
556
|
-
}),
|
|
556
|
+
}), he = e.object({
|
|
557
557
|
id: e.string(),
|
|
558
558
|
type: e.literal(
|
|
559
559
|
"ACTION"
|
|
@@ -575,15 +575,15 @@ const ue = e.object({
|
|
|
575
575
|
description: "The next node to navigate to after action (for non-redirect actions)"
|
|
576
576
|
})
|
|
577
577
|
}).passthrough()
|
|
578
|
-
}),
|
|
578
|
+
}), be = e.object({
|
|
579
579
|
id: e.string(),
|
|
580
580
|
type: e.string(),
|
|
581
581
|
coordinates: u
|
|
582
582
|
}).passthrough(), fe = e.union([
|
|
583
583
|
ue,
|
|
584
584
|
me,
|
|
585
|
-
|
|
586
|
-
|
|
585
|
+
he,
|
|
586
|
+
be
|
|
587
587
|
]), Ee = e.object({
|
|
588
588
|
next_node: e.string(),
|
|
589
589
|
coordinates: u
|
|
@@ -610,11 +610,11 @@ const ue = e.object({
|
|
|
610
610
|
created_at: !0,
|
|
611
611
|
updated_at: !0
|
|
612
612
|
});
|
|
613
|
-
var
|
|
613
|
+
var j = /* @__PURE__ */ ((o) => (o.TOKEN = "token", o.ID_TOKEN = "id_token", o.TOKEN_ID_TOKEN = "token id_token", o.CODE = "code", o))(j || {}), D = /* @__PURE__ */ ((o) => (o.QUERY = "query", o.FRAGMENT = "fragment", o.FORM_POST = "form_post", o.WEB_MESSAGE = "web_message", o.SAML_POST = "saml_post", o))(D || {}), L = /* @__PURE__ */ ((o) => (o.S256 = "S256", o.Plain = "plain", o))(L || {});
|
|
614
614
|
const Ie = e.object({
|
|
615
615
|
client_id: e.string(),
|
|
616
616
|
act_as: e.string().optional(),
|
|
617
|
-
response_type: e.nativeEnum(
|
|
617
|
+
response_type: e.nativeEnum(j).optional(),
|
|
618
618
|
response_mode: e.nativeEnum(D).optional(),
|
|
619
619
|
redirect_uri: e.string().optional(),
|
|
620
620
|
audience: e.string().optional(),
|
|
@@ -693,7 +693,7 @@ const Ie = e.object({
|
|
|
693
693
|
}), At = e.object({
|
|
694
694
|
...Ce.shape,
|
|
695
695
|
created_at: e.string()
|
|
696
|
-
}),
|
|
696
|
+
}), Oe = e.object({
|
|
697
697
|
kid: e.string().optional(),
|
|
698
698
|
team_id: e.string().optional(),
|
|
699
699
|
realms: e.string().optional(),
|
|
@@ -805,12 +805,12 @@ const Ie = e.object({
|
|
|
805
805
|
}).optional(),
|
|
806
806
|
// Controls when root user attributes are updated from external IdP
|
|
807
807
|
set_user_root_attributes: e.enum(["on_each_login", "on_first_login", "never_on_login"]).optional()
|
|
808
|
-
}),
|
|
808
|
+
}), Te = e.object({
|
|
809
809
|
id: e.string().optional(),
|
|
810
810
|
name: e.string(),
|
|
811
811
|
display_name: e.string().optional(),
|
|
812
812
|
strategy: e.string(),
|
|
813
|
-
options:
|
|
813
|
+
options: Oe.default({}),
|
|
814
814
|
enabled_clients: e.array(e.string()).default([]).optional(),
|
|
815
815
|
response_type: e.custom().optional(),
|
|
816
816
|
response_mode: e.custom().optional(),
|
|
@@ -822,7 +822,7 @@ const Ie = e.object({
|
|
|
822
822
|
id: e.string(),
|
|
823
823
|
created_at: e.string().transform((o) => o === null ? "" : o),
|
|
824
824
|
updated_at: e.string().transform((o) => o === null ? "" : o)
|
|
825
|
-
}).extend(
|
|
825
|
+
}).extend(Te.shape), Ne = e.object({
|
|
826
826
|
domain: e.string(),
|
|
827
827
|
custom_domain_id: e.string().optional(),
|
|
828
828
|
type: e.enum(["auth0_managed_certs", "self_managed_certs"]),
|
|
@@ -847,7 +847,7 @@ const Ie = e.object({
|
|
|
847
847
|
http_body: e.string(),
|
|
848
848
|
http_url: e.string()
|
|
849
849
|
})
|
|
850
|
-
]),
|
|
850
|
+
]), we = e.object({
|
|
851
851
|
...Ne.shape,
|
|
852
852
|
custom_domain_id: e.string(),
|
|
853
853
|
primary: e.boolean(),
|
|
@@ -857,7 +857,7 @@ const Ie = e.object({
|
|
|
857
857
|
methods: e.array(Re)
|
|
858
858
|
}).optional(),
|
|
859
859
|
tls_policy: e.string().optional()
|
|
860
|
-
}), yt =
|
|
860
|
+
}), yt = we.extend({
|
|
861
861
|
tenant_id: e.string()
|
|
862
862
|
}), C = e.object({
|
|
863
863
|
id: e.string(),
|
|
@@ -865,7 +865,7 @@ const Ie = e.object({
|
|
|
865
865
|
visible: e.boolean().optional().default(!0)
|
|
866
866
|
}), l = C.extend({
|
|
867
867
|
category: e.literal("BLOCK").optional()
|
|
868
|
-
}),
|
|
868
|
+
}), je = l.extend({
|
|
869
869
|
type: e.literal("DIVIDER"),
|
|
870
870
|
config: e.object({
|
|
871
871
|
text: e.string().optional()
|
|
@@ -910,23 +910,23 @@ const Ie = e.object({
|
|
|
910
910
|
config: e.object({
|
|
911
911
|
content: e.string().optional()
|
|
912
912
|
}).optional()
|
|
913
|
-
}),
|
|
913
|
+
}), O = C.extend({
|
|
914
914
|
category: e.literal("WIDGET").optional(),
|
|
915
915
|
label: e.string().min(1).optional(),
|
|
916
916
|
hint: e.string().min(1).max(500).optional(),
|
|
917
917
|
required: e.boolean().optional(),
|
|
918
918
|
sensitive: e.boolean().optional()
|
|
919
|
-
}), Pe =
|
|
919
|
+
}), Pe = O.extend({
|
|
920
920
|
type: e.literal("AUTH0_VERIFIABLE_CREDENTIALS"),
|
|
921
921
|
config: e.object({
|
|
922
922
|
credential_type: e.string().optional()
|
|
923
923
|
})
|
|
924
|
-
}), Me =
|
|
924
|
+
}), Me = O.extend({
|
|
925
925
|
type: e.literal("GMAPS_ADDRESS"),
|
|
926
926
|
config: e.object({
|
|
927
927
|
api_key: e.string().optional()
|
|
928
928
|
})
|
|
929
|
-
}), He =
|
|
929
|
+
}), He = O.extend({
|
|
930
930
|
type: e.literal("RECAPTCHA"),
|
|
931
931
|
config: e.object({
|
|
932
932
|
site_key: e.string().optional()
|
|
@@ -1058,7 +1058,8 @@ const Ie = e.object({
|
|
|
1058
1058
|
name: e.string(),
|
|
1059
1059
|
strategy: e.string().optional(),
|
|
1060
1060
|
display_name: e.string().optional(),
|
|
1061
|
-
icon_url: e.string().optional()
|
|
1061
|
+
icon_url: e.string().optional(),
|
|
1062
|
+
href: e.string().optional()
|
|
1062
1063
|
})
|
|
1063
1064
|
).optional()
|
|
1064
1065
|
}).optional()
|
|
@@ -1085,7 +1086,7 @@ const Ie = e.object({
|
|
|
1085
1086
|
default_value: e.string().optional()
|
|
1086
1087
|
}).optional()
|
|
1087
1088
|
}), no = e.discriminatedUnion("type", [
|
|
1088
|
-
|
|
1089
|
+
je,
|
|
1089
1090
|
De,
|
|
1090
1091
|
Le,
|
|
1091
1092
|
ve,
|
|
@@ -1131,7 +1132,7 @@ const Ie = e.object({
|
|
|
1131
1132
|
"TEL",
|
|
1132
1133
|
"TEXT",
|
|
1133
1134
|
"URL"
|
|
1134
|
-
]),
|
|
1135
|
+
]), Ot = e.object({
|
|
1135
1136
|
id: e.string(),
|
|
1136
1137
|
type: e.literal("submit"),
|
|
1137
1138
|
label: e.string(),
|
|
@@ -1216,7 +1217,7 @@ const Ie = e.object({
|
|
|
1216
1217
|
}).optional()
|
|
1217
1218
|
}).openapi({
|
|
1218
1219
|
description: "Schema for flow-based forms (matches Auth0 Forms structure)"
|
|
1219
|
-
}),
|
|
1220
|
+
}), Tt = e.object({
|
|
1220
1221
|
...s.shape,
|
|
1221
1222
|
...co.shape,
|
|
1222
1223
|
id: e.string()
|
|
@@ -1245,10 +1246,10 @@ const Ie = e.object({
|
|
|
1245
1246
|
function Rt(o) {
|
|
1246
1247
|
return o.category === "BLOCK";
|
|
1247
1248
|
}
|
|
1248
|
-
function
|
|
1249
|
+
function wt(o) {
|
|
1249
1250
|
return o.category === "WIDGET";
|
|
1250
1251
|
}
|
|
1251
|
-
function
|
|
1252
|
+
function jt(o) {
|
|
1252
1253
|
return o.category === "FIELD";
|
|
1253
1254
|
}
|
|
1254
1255
|
const k = e.enum([
|
|
@@ -1296,15 +1297,15 @@ const k = e.enum([
|
|
|
1296
1297
|
...m,
|
|
1297
1298
|
trigger_id: U,
|
|
1298
1299
|
form_id: e.string()
|
|
1299
|
-
}),
|
|
1300
|
+
}), ho = e.object({
|
|
1300
1301
|
...m,
|
|
1301
1302
|
trigger_id: F,
|
|
1302
1303
|
template_id: x
|
|
1303
1304
|
}), Lt = e.union([
|
|
1304
1305
|
uo,
|
|
1305
1306
|
mo,
|
|
1306
|
-
|
|
1307
|
-
]),
|
|
1307
|
+
ho
|
|
1308
|
+
]), bo = e.object({
|
|
1308
1309
|
...m,
|
|
1309
1310
|
trigger_id: k,
|
|
1310
1311
|
...s.shape,
|
|
@@ -1323,7 +1324,7 @@ const k = e.enum([
|
|
|
1323
1324
|
hook_id: e.string(),
|
|
1324
1325
|
template_id: x
|
|
1325
1326
|
}), vt = e.union([
|
|
1326
|
-
|
|
1327
|
+
bo,
|
|
1327
1328
|
fo,
|
|
1328
1329
|
Eo
|
|
1329
1330
|
]), So = e.object({
|
|
@@ -1392,7 +1393,7 @@ const k = e.enum([
|
|
|
1392
1393
|
token_endpoint_auth_signing_alg_values_supported: e.array(e.string())
|
|
1393
1394
|
});
|
|
1394
1395
|
var P = /* @__PURE__ */ ((o) => (o.PENDING = "pending", o.AUTHENTICATED = "authenticated", o.AWAITING_EMAIL_VERIFICATION = "awaiting_email_verification", o.AWAITING_HOOK = "awaiting_hook", o.AWAITING_CONTINUATION = "awaiting_continuation", o.COMPLETED = "completed", o.FAILED = "failed", o.EXPIRED = "expired", o))(P || {});
|
|
1395
|
-
const Co = e.nativeEnum(P),
|
|
1396
|
+
const Co = e.nativeEnum(P), Oo = e.object({
|
|
1396
1397
|
csrf_token: e.string(),
|
|
1397
1398
|
auth0Client: e.string().optional(),
|
|
1398
1399
|
authParams: Ie,
|
|
@@ -1416,13 +1417,13 @@ const Co = e.nativeEnum(P), To = e.object({
|
|
|
1416
1417
|
}).openapi({
|
|
1417
1418
|
description: "This represents a login sesion"
|
|
1418
1419
|
}), xt = e.object({
|
|
1419
|
-
...
|
|
1420
|
+
...Oo.shape,
|
|
1420
1421
|
id: e.string().openapi({
|
|
1421
1422
|
description: "This is is used as the state in the universal login"
|
|
1422
1423
|
}),
|
|
1423
1424
|
created_at: e.string(),
|
|
1424
1425
|
updated_at: e.string()
|
|
1425
|
-
}),
|
|
1426
|
+
}), To = {
|
|
1426
1427
|
// Network & System
|
|
1427
1428
|
ACLS_SUMMARY: "acls_summary",
|
|
1428
1429
|
ACTIONS_EXECUTION_FAILED: "actions_execution_failed",
|
|
@@ -1594,7 +1595,7 @@ const Co = e.nativeEnum(P), To = e.object({
|
|
|
1594
1595
|
WARNING_SENDING_NOTIFICATION: "wn",
|
|
1595
1596
|
WARNING_USER_MANAGEMENT: "wum"
|
|
1596
1597
|
}, No = e.string().refine(
|
|
1597
|
-
(o) => Object.values(
|
|
1598
|
+
(o) => Object.values(To).includes(o),
|
|
1598
1599
|
{ message: "Invalid log type" }
|
|
1599
1600
|
), Ro = e.object({
|
|
1600
1601
|
name: e.string(),
|
|
@@ -1602,14 +1603,14 @@ const Co = e.nativeEnum(P), To = e.object({
|
|
|
1602
1603
|
env: e.object({
|
|
1603
1604
|
node: e.string().optional()
|
|
1604
1605
|
}).optional()
|
|
1605
|
-
}),
|
|
1606
|
+
}), wo = e.object({
|
|
1606
1607
|
country_code: e.string().length(2),
|
|
1607
1608
|
city_name: e.string(),
|
|
1608
1609
|
latitude: e.string(),
|
|
1609
1610
|
longitude: e.string(),
|
|
1610
1611
|
time_zone: e.string(),
|
|
1611
1612
|
continent_code: e.string()
|
|
1612
|
-
}),
|
|
1613
|
+
}), jo = e.object({
|
|
1613
1614
|
type: No,
|
|
1614
1615
|
date: e.string(),
|
|
1615
1616
|
description: e.string().optional(),
|
|
@@ -1631,9 +1632,9 @@ const Co = e.nativeEnum(P), To = e.object({
|
|
|
1631
1632
|
hostname: e.string().optional(),
|
|
1632
1633
|
auth0_client: Ro.optional(),
|
|
1633
1634
|
log_id: e.string().optional(),
|
|
1634
|
-
location_info:
|
|
1635
|
+
location_info: wo.optional()
|
|
1635
1636
|
}), Pt = e.object({
|
|
1636
|
-
...
|
|
1637
|
+
...jo.shape,
|
|
1637
1638
|
log_id: e.string()
|
|
1638
1639
|
}), Do = e.object({
|
|
1639
1640
|
id: e.string().optional(),
|
|
@@ -2322,37 +2323,56 @@ const Uo = e.object({
|
|
|
2322
2323
|
prompt: rt,
|
|
2323
2324
|
language: e.string(),
|
|
2324
2325
|
custom_text: st
|
|
2325
|
-
})
|
|
2326
|
-
|
|
2326
|
+
}), pn = {
|
|
2327
|
+
EMAIL: "email",
|
|
2328
|
+
SMS: "sms",
|
|
2329
|
+
USERNAME_PASSWORD: "Username-Password-Authentication",
|
|
2330
|
+
GOOGLE_OAUTH2: "google-oauth2",
|
|
2331
|
+
APPLE: "apple",
|
|
2332
|
+
FACEBOOK: "facebook",
|
|
2333
|
+
GITHUB: "github",
|
|
2334
|
+
MICROSOFT: "microsoft",
|
|
2335
|
+
VIPPS: "vipps",
|
|
2336
|
+
OIDC: "oidc",
|
|
2337
|
+
OAUTH2: "oauth2",
|
|
2338
|
+
SAMLP: "samlp",
|
|
2339
|
+
WAAD: "waad",
|
|
2340
|
+
ADFS: "adfs"
|
|
2341
|
+
}, cn = {
|
|
2342
|
+
DATABASE: "database",
|
|
2343
|
+
SOCIAL: "social",
|
|
2344
|
+
PASSWORDLESS: "passwordless"
|
|
2345
|
+
};
|
|
2346
|
+
function _n(o) {
|
|
2327
2347
|
const [n, i] = o.split("|");
|
|
2328
2348
|
if (!n || !i)
|
|
2329
2349
|
throw new Error(`Invalid user_id: ${o}`);
|
|
2330
2350
|
return { connection: n, id: i };
|
|
2331
2351
|
}
|
|
2332
|
-
function
|
|
2352
|
+
function dn(o) {
|
|
2333
2353
|
const {
|
|
2334
2354
|
primary: n,
|
|
2335
2355
|
secondaries: i,
|
|
2336
|
-
syncMethods:
|
|
2356
|
+
syncMethods: T = ["create", "update", "remove", "delete", "set"]
|
|
2337
2357
|
} = o, E = {
|
|
2338
2358
|
get(p, a) {
|
|
2339
2359
|
if (typeof a == "symbol")
|
|
2340
2360
|
return p[a];
|
|
2341
2361
|
const c = p[a];
|
|
2342
|
-
return typeof c != "function" ? c :
|
|
2362
|
+
return typeof c != "function" ? c : T.includes(a) ? async (..._) => {
|
|
2343
2363
|
const S = await c.apply(p, _), d = [];
|
|
2344
2364
|
for (const r of i) {
|
|
2345
|
-
const
|
|
2346
|
-
if (typeof
|
|
2365
|
+
const h = r.adapter[a];
|
|
2366
|
+
if (typeof h != "function")
|
|
2347
2367
|
continue;
|
|
2348
2368
|
const A = (async () => {
|
|
2349
2369
|
try {
|
|
2350
|
-
await
|
|
2351
|
-
} catch (
|
|
2370
|
+
await h.apply(r.adapter, _);
|
|
2371
|
+
} catch (b) {
|
|
2352
2372
|
try {
|
|
2353
|
-
r.onError ? r.onError(
|
|
2373
|
+
r.onError ? r.onError(b, a, _) : console.error(
|
|
2354
2374
|
`Passthrough adapter: secondary write failed for ${a}:`,
|
|
2355
|
-
|
|
2375
|
+
b
|
|
2356
2376
|
);
|
|
2357
2377
|
} catch (I) {
|
|
2358
2378
|
console.error(
|
|
@@ -2370,11 +2390,11 @@ function cn(o) {
|
|
|
2370
2390
|
};
|
|
2371
2391
|
return new Proxy(n, E);
|
|
2372
2392
|
}
|
|
2373
|
-
function
|
|
2393
|
+
function gn(o) {
|
|
2374
2394
|
return o;
|
|
2375
2395
|
}
|
|
2376
|
-
function
|
|
2377
|
-
var E, p, a, c, _, S, d, r,
|
|
2396
|
+
function un(o) {
|
|
2397
|
+
var E, p, a, c, _, S, d, r, h, A, b, I;
|
|
2378
2398
|
const n = o == null ? void 0 : o.options;
|
|
2379
2399
|
if (!n)
|
|
2380
2400
|
return {
|
|
@@ -2396,28 +2416,30 @@ function dn(o) {
|
|
|
2396
2416
|
return {
|
|
2397
2417
|
usernameIdentifierActive: n.requires_username === !0,
|
|
2398
2418
|
emailIdentifierActive: !0,
|
|
2399
|
-
usernameMinLength: ((A = (
|
|
2400
|
-
usernameMaxLength: ((I = (
|
|
2419
|
+
usernameMinLength: ((A = (h = n.validation) == null ? void 0 : h.username) == null ? void 0 : A.min) ?? 1,
|
|
2420
|
+
usernameMaxLength: ((I = (b = n.validation) == null ? void 0 : b.username) == null ? void 0 : I.max) ?? 15
|
|
2401
2421
|
};
|
|
2402
2422
|
}
|
|
2403
2423
|
export {
|
|
2404
2424
|
ct as Auth0ActionEnum,
|
|
2405
2425
|
Ro as Auth0Client,
|
|
2406
2426
|
D as AuthorizationResponseMode,
|
|
2407
|
-
|
|
2427
|
+
j as AuthorizationResponseType,
|
|
2408
2428
|
L as CodeChallengeMethod,
|
|
2409
|
-
|
|
2429
|
+
w as ComponentCategory,
|
|
2410
2430
|
R as ComponentType,
|
|
2411
2431
|
_t as EmailActionEnum,
|
|
2412
2432
|
Ct as FORM_FIELD_TYPES,
|
|
2413
2433
|
pt as FlowActionTypeEnum,
|
|
2414
2434
|
ko as GrantType,
|
|
2415
|
-
|
|
2416
|
-
|
|
2435
|
+
wo as LocationInfo,
|
|
2436
|
+
To as LogTypes,
|
|
2417
2437
|
P as LoginSessionState,
|
|
2418
2438
|
ge as NodeType,
|
|
2419
2439
|
q as RedirectTargetEnum,
|
|
2420
|
-
|
|
2440
|
+
pn as Strategy,
|
|
2441
|
+
cn as StrategyType,
|
|
2442
|
+
he as actionNodeSchema,
|
|
2421
2443
|
sn as activeUsersResponseSchema,
|
|
2422
2444
|
$ as addressSchema,
|
|
2423
2445
|
Et as auth0FlowInsertSchema,
|
|
@@ -2435,21 +2457,21 @@ export {
|
|
|
2435
2457
|
ft as clientGrantListSchema,
|
|
2436
2458
|
re as clientGrantSchema,
|
|
2437
2459
|
ie as clientInsertSchema,
|
|
2438
|
-
|
|
2460
|
+
bt as clientSchema,
|
|
2439
2461
|
Ce as codeInsertSchema,
|
|
2440
2462
|
At as codeSchema,
|
|
2441
2463
|
ye as codeTypeSchema,
|
|
2442
2464
|
Fo as colorsSchema,
|
|
2443
2465
|
_o as componentMessageSchema,
|
|
2444
2466
|
de as componentSchema,
|
|
2445
|
-
|
|
2446
|
-
|
|
2467
|
+
Te as connectionInsertSchema,
|
|
2468
|
+
Oe as connectionOptionsSchema,
|
|
2447
2469
|
It as connectionSchema,
|
|
2448
2470
|
u as coordinatesSchema,
|
|
2449
|
-
|
|
2450
|
-
|
|
2471
|
+
dn as createPassthroughAdapter,
|
|
2472
|
+
gn as createWriteOnlyAdapter,
|
|
2451
2473
|
Ne as customDomainInsertSchema,
|
|
2452
|
-
|
|
2474
|
+
we as customDomainSchema,
|
|
2453
2475
|
yt as customDomainWithTenantIdSchema,
|
|
2454
2476
|
ln as customTextEntrySchema,
|
|
2455
2477
|
st as customTextSchema,
|
|
@@ -2467,14 +2489,14 @@ export {
|
|
|
2467
2489
|
ue as flowsStepNodeSchema,
|
|
2468
2490
|
g as fontDetailsSchema,
|
|
2469
2491
|
xo as fontsSchema,
|
|
2470
|
-
|
|
2492
|
+
Ot as formControlSchema,
|
|
2471
2493
|
co as formInsertSchema,
|
|
2472
2494
|
v as formNodeComponentDefinition,
|
|
2473
2495
|
po as formNodeSchema,
|
|
2474
|
-
|
|
2496
|
+
Tt as formSchema,
|
|
2475
2497
|
_e as genericComponentSchema,
|
|
2476
|
-
|
|
2477
|
-
|
|
2498
|
+
be as genericNodeSchema,
|
|
2499
|
+
un as getConnectionIdentifierConfig,
|
|
2478
2500
|
Lt as hookInsertSchema,
|
|
2479
2501
|
vt as hookSchema,
|
|
2480
2502
|
x as hookTemplateId,
|
|
@@ -2485,14 +2507,14 @@ export {
|
|
|
2485
2507
|
Ao as inviteeSchema,
|
|
2486
2508
|
So as inviterSchema,
|
|
2487
2509
|
Rt as isBlockComponent,
|
|
2488
|
-
|
|
2489
|
-
|
|
2510
|
+
jt as isFieldComponent,
|
|
2511
|
+
wt as isWidgetComponent,
|
|
2490
2512
|
Ut as jwksKeySchema,
|
|
2491
2513
|
yo as jwksSchema,
|
|
2492
2514
|
pe as legalComponentSchema,
|
|
2493
|
-
|
|
2515
|
+
jo as logInsertSchema,
|
|
2494
2516
|
Pt as logSchema,
|
|
2495
|
-
|
|
2517
|
+
Oo as loginSessionInsertSchema,
|
|
2496
2518
|
xt as loginSessionSchema,
|
|
2497
2519
|
Co as loginSessionStateSchema,
|
|
2498
2520
|
fe as nodeSchema,
|
|
@@ -2503,7 +2525,7 @@ export {
|
|
|
2503
2525
|
tn as organizationSchema,
|
|
2504
2526
|
nt as organizationTokenQuotaSchema,
|
|
2505
2527
|
Po as pageBackgroundSchema,
|
|
2506
|
-
|
|
2528
|
+
_n as parseUserId,
|
|
2507
2529
|
Do as passwordInsertSchema,
|
|
2508
2530
|
Mt as passwordSchema,
|
|
2509
2531
|
J as profileDataSchema,
|
|
@@ -2547,7 +2569,7 @@ export {
|
|
|
2547
2569
|
Yo as userPermissionSchema,
|
|
2548
2570
|
$t as userPermissionWithDetailsListSchema,
|
|
2549
2571
|
Qo as userPermissionWithDetailsSchema,
|
|
2550
|
-
|
|
2572
|
+
ht as userResponseSchema,
|
|
2551
2573
|
Jo as userRoleInsertSchema,
|
|
2552
2574
|
en as userRoleListSchema,
|
|
2553
2575
|
Zo as userRoleSchema,
|