@authhero/adapter-interfaces 0.147.0 → 0.148.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.
@@ -2,13 +2,13 @@ import { z as e } from "@hono/zod-openapi";
2
2
  const s = e.object({
3
3
  created_at: e.string(),
4
4
  updated_at: e.string()
5
- }), pt = e.enum(["AUTH0", "EMAIL", "REDIRECT"]), ct = e.enum([
5
+ }), ct = e.enum(["AUTH0", "EMAIL", "REDIRECT"]), _t = e.enum([
6
6
  "CREATE_USER",
7
7
  "GET_USER",
8
8
  "UPDATE_USER",
9
9
  "SEND_REQUEST",
10
10
  "SEND_EMAIL"
11
- ]), _t = e.enum(["VERIFY_EMAIL"]), K = e.object({
11
+ ]), dt = e.enum(["VERIFY_EMAIL"]), K = e.object({
12
12
  require_mx_record: e.boolean().optional(),
13
13
  block_aliases: e.boolean().optional(),
14
14
  block_free_emails: e.boolean().optional(),
@@ -65,13 +65,13 @@ const s = e.object({
65
65
  actions: e.array(Y).optional().default([]).openapi({
66
66
  description: "The list of actions to execute in sequence"
67
67
  })
68
- }), dt = Q.extend({
68
+ }), gt = Q.extend({
69
69
  ...s.shape,
70
70
  id: e.string().openapi({
71
71
  description: "Unique identifier for the flow",
72
72
  example: "af_12tMpdJ3iek7svMyZkSh5M"
73
73
  })
74
- }), gt = e.object({
74
+ }), ut = e.object({
75
75
  page: e.string().min(0).optional().default("0").transform((o) => parseInt(o, 10)).openapi({
76
76
  description: "The page number where 0 is the first page"
77
77
  }),
@@ -87,7 +87,7 @@ const s = e.object({
87
87
  q: e.string().optional().openapi({
88
88
  description: "A lucene query string used to filter the results"
89
89
  })
90
- }), ut = e.object({
90
+ }), mt = e.object({
91
91
  start: e.number(),
92
92
  limit: e.number(),
93
93
  length: e.number(),
@@ -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, ht = N.extend({
188
+ }), ht = oe, bt = 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
- }), bt = e.object({
374
+ }), ft = e.object({
375
375
  created_at: e.string(),
376
376
  updated_at: e.string(),
377
377
  ...ie.shape
@@ -407,7 +407,7 @@ const ie = e.object({
407
407
  ...ae.shape,
408
408
  created_at: e.string().optional(),
409
409
  updated_at: e.string().optional()
410
- }), ft = e.array(re), u = e.object({
410
+ }), Et = e.array(re), u = e.object({
411
411
  x: e.number(),
412
412
  y: e.number()
413
413
  });
@@ -605,7 +605,7 @@ const ue = e.object({
605
605
  sdkSrc: e.string().optional(),
606
606
  sdk_src: e.string().optional()
607
607
  }).passthrough()
608
- }).passthrough(), Et = Ae.omit({
608
+ }).passthrough(), St = Ae.omit({
609
609
  id: !0,
610
610
  created_at: !0,
611
611
  updated_at: !0
@@ -635,7 +635,7 @@ const Ie = e.object({
635
635
  acr_values: e.string().optional(),
636
636
  // The following fields are not available in Auth0
637
637
  vendor_id: e.string().optional()
638
- }), St = e.object({
638
+ }), At = e.object({
639
639
  colors: e.object({
640
640
  primary: e.string(),
641
641
  page_background: e.object({
@@ -690,7 +690,7 @@ const Ie = e.object({
690
690
  expires_at: e.string(),
691
691
  used_at: e.string().optional(),
692
692
  user_id: e.string().optional()
693
- }), At = e.object({
693
+ }), It = e.object({
694
694
  ...Ce.shape,
695
695
  created_at: e.string()
696
696
  }), Oe = e.object({
@@ -818,7 +818,7 @@ const Ie = e.object({
818
818
  show_as_button: e.boolean().optional(),
819
819
  metadata: e.record(e.any()).optional(),
820
820
  is_system: e.boolean().optional()
821
- }), It = e.object({
821
+ }), yt = 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)
@@ -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 = we.extend({
860
+ }), Ct = we.extend({
861
861
  tenant_id: e.string()
862
862
  }), C = e.object({
863
863
  id: e.string(),
@@ -1080,12 +1080,18 @@ const Ie = e.object({
1080
1080
  default_value: e.string().optional()
1081
1081
  }).optional()
1082
1082
  }), to = t.extend({
1083
+ type: e.literal("COUNTRY"),
1084
+ config: e.object({
1085
+ placeholder: e.string().optional(),
1086
+ default_value: e.string().optional()
1087
+ }).optional()
1088
+ }), no = t.extend({
1083
1089
  type: e.literal("URL"),
1084
1090
  config: e.object({
1085
1091
  placeholder: e.string().optional(),
1086
1092
  default_value: e.string().optional()
1087
1093
  }).optional()
1088
- }), no = e.discriminatedUnion("type", [
1094
+ }), io = e.discriminatedUnion("type", [
1089
1095
  je,
1090
1096
  De,
1091
1097
  Le,
@@ -1094,14 +1100,15 @@ const Ie = e.object({
1094
1100
  Ue,
1095
1101
  Fe,
1096
1102
  xe
1097
- ]), io = e.discriminatedUnion("type", [
1103
+ ]), ao = e.discriminatedUnion("type", [
1098
1104
  Pe,
1099
1105
  Me,
1100
1106
  He
1101
- ]), ao = e.discriminatedUnion("type", [
1107
+ ]), ro = e.discriminatedUnion("type", [
1102
1108
  Ge,
1103
1109
  Be,
1104
1110
  We,
1111
+ to,
1105
1112
  Ke,
1106
1113
  ze,
1107
1114
  Xe,
@@ -1114,15 +1121,16 @@ const Ie = e.object({
1114
1121
  $e,
1115
1122
  eo,
1116
1123
  oo,
1117
- to
1124
+ no
1118
1125
  ]), v = e.union([
1119
- no,
1120
1126
  io,
1121
- ao
1122
- ]), Ct = /* @__PURE__ */ new Set([
1127
+ ao,
1128
+ ro
1129
+ ]), Ot = /* @__PURE__ */ new Set([
1123
1130
  "BOOLEAN",
1124
1131
  "CARDS",
1125
1132
  "CHOICE",
1133
+ "COUNTRY",
1126
1134
  "DATE",
1127
1135
  "DROPDOWN",
1128
1136
  "EMAIL",
@@ -1132,7 +1140,7 @@ const Ie = e.object({
1132
1140
  "TEL",
1133
1141
  "TEXT",
1134
1142
  "URL"
1135
- ]), Ot = e.object({
1143
+ ]), Tt = e.object({
1136
1144
  id: e.string(),
1137
1145
  type: e.literal("submit"),
1138
1146
  label: e.string(),
@@ -1144,7 +1152,7 @@ const Ie = e.object({
1144
1152
  }), f = e.object({
1145
1153
  x: e.number(),
1146
1154
  y: e.number()
1147
- }), ro = e.object({
1155
+ }), so = e.object({
1148
1156
  id: e.string(),
1149
1157
  type: e.literal("FLOW"),
1150
1158
  coordinates: f,
@@ -1153,7 +1161,7 @@ const Ie = e.object({
1153
1161
  flow_id: e.string().max(30),
1154
1162
  next_node: e.string().optional()
1155
1163
  })
1156
- }), so = e.object({
1164
+ }), lo = e.object({
1157
1165
  id: e.string(),
1158
1166
  type: e.literal("ROUTER"),
1159
1167
  coordinates: f,
@@ -1169,7 +1177,7 @@ const Ie = e.object({
1169
1177
  ),
1170
1178
  fallback: e.string()
1171
1179
  })
1172
- }), lo = e.object({
1180
+ }), po = e.object({
1173
1181
  id: e.string(),
1174
1182
  type: e.literal("STEP"),
1175
1183
  coordinates: f,
@@ -1178,11 +1186,11 @@ const Ie = e.object({
1178
1186
  components: e.array(v),
1179
1187
  next_node: e.string().optional()
1180
1188
  })
1181
- }), po = e.discriminatedUnion("type", [
1182
- ro,
1189
+ }), co = e.discriminatedUnion("type", [
1183
1190
  so,
1184
- lo
1185
- ]), co = e.object({
1191
+ lo,
1192
+ po
1193
+ ]), _o = e.object({
1186
1194
  name: e.string().openapi({
1187
1195
  description: "The name of the form"
1188
1196
  }),
@@ -1195,7 +1203,7 @@ const Ie = e.object({
1195
1203
  default: e.string().optional()
1196
1204
  }).optional(),
1197
1205
  translations: e.record(e.string(), e.any()).optional(),
1198
- nodes: e.array(po).optional(),
1206
+ nodes: e.array(co).optional(),
1199
1207
  start: e.object({
1200
1208
  hidden_fields: e.array(e.object({ key: e.string(), value: e.string() })).optional(),
1201
1209
  next_node: e.string().optional(),
@@ -1217,20 +1225,20 @@ const Ie = e.object({
1217
1225
  }).optional()
1218
1226
  }).openapi({
1219
1227
  description: "Schema for flow-based forms (matches Auth0 Forms structure)"
1220
- }), Tt = e.object({
1228
+ }), Nt = e.object({
1221
1229
  ...s.shape,
1222
- ...co.shape,
1230
+ ..._o.shape,
1223
1231
  id: e.string()
1224
- }), _o = e.object({
1232
+ }), go = e.object({
1225
1233
  id: e.number().optional(),
1226
1234
  text: e.string(),
1227
1235
  type: e.enum(["info", "error", "success", "warning"])
1228
- }), go = e.object({
1236
+ }), uo = e.object({
1229
1237
  id: e.string().optional(),
1230
1238
  text: e.string(),
1231
1239
  href: e.string(),
1232
1240
  linkText: e.string().optional()
1233
- }), Nt = e.object({
1241
+ }), Rt = e.object({
1234
1242
  /** Screen identifier for CSS targeting (e.g., 'identifier', 'enter-password', 'signup') */
1235
1243
  name: e.string().optional(),
1236
1244
  action: e.string(),
@@ -1238,18 +1246,18 @@ const Ie = e.object({
1238
1246
  title: e.string().optional(),
1239
1247
  description: e.string().optional(),
1240
1248
  components: e.array(v),
1241
- messages: e.array(_o).optional(),
1242
- links: e.array(go).optional(),
1249
+ messages: e.array(go).optional(),
1250
+ links: e.array(uo).optional(),
1243
1251
  /** Footer HTML content displayed at the very bottom of the widget (e.g., terms and conditions) */
1244
1252
  footer: e.string().optional()
1245
1253
  });
1246
- function Rt(o) {
1254
+ function wt(o) {
1247
1255
  return o.category === "BLOCK";
1248
1256
  }
1249
- function wt(o) {
1257
+ function jt(o) {
1250
1258
  return o.category === "WIDGET";
1251
1259
  }
1252
- function jt(o) {
1260
+ function Dt(o) {
1253
1261
  return o.category === "FIELD";
1254
1262
  }
1255
1263
  const k = e.enum([
@@ -1273,7 +1281,7 @@ const k = e.enum([
1273
1281
  ]), x = e.enum([
1274
1282
  "ensure-username",
1275
1283
  "set-preferred-username"
1276
- ]), Dt = {
1284
+ ]), Lt = {
1277
1285
  "ensure-username": {
1278
1286
  name: "Ensure Username",
1279
1287
  description: "Automatically assigns a username to users who sign in without one. Creates a linked username account for social/email users.",
@@ -1289,52 +1297,52 @@ const k = e.enum([
1289
1297
  synchronous: e.boolean().default(!1),
1290
1298
  priority: e.number().optional(),
1291
1299
  hook_id: e.string().optional()
1292
- }, uo = e.object({
1300
+ }, mo = e.object({
1293
1301
  ...m,
1294
1302
  trigger_id: k,
1295
1303
  url: e.string()
1296
- }), mo = e.object({
1304
+ }), ho = e.object({
1297
1305
  ...m,
1298
1306
  trigger_id: U,
1299
1307
  form_id: e.string()
1300
- }), ho = e.object({
1308
+ }), bo = e.object({
1301
1309
  ...m,
1302
1310
  trigger_id: F,
1303
1311
  template_id: x
1304
- }), Lt = e.union([
1305
- uo,
1312
+ }), vt = e.union([
1306
1313
  mo,
1307
- ho
1308
- ]), bo = e.object({
1314
+ ho,
1315
+ bo
1316
+ ]), fo = e.object({
1309
1317
  ...m,
1310
1318
  trigger_id: k,
1311
1319
  ...s.shape,
1312
1320
  hook_id: e.string(),
1313
1321
  url: e.string()
1314
- }), fo = e.object({
1322
+ }), Eo = e.object({
1315
1323
  ...m,
1316
1324
  trigger_id: U,
1317
1325
  ...s.shape,
1318
1326
  hook_id: e.string(),
1319
1327
  form_id: e.string()
1320
- }), Eo = e.object({
1328
+ }), So = e.object({
1321
1329
  ...m,
1322
1330
  trigger_id: F,
1323
1331
  ...s.shape,
1324
1332
  hook_id: e.string(),
1325
1333
  template_id: x
1326
- }), vt = e.union([
1327
- bo,
1334
+ }), kt = e.union([
1328
1335
  fo,
1329
- Eo
1330
- ]), So = e.object({
1336
+ Eo,
1337
+ So
1338
+ ]), Ao = e.object({
1331
1339
  name: e.string().optional()
1332
- }), Ao = e.object({
1333
- email: e.string().optional()
1334
1340
  }), Io = e.object({
1341
+ email: e.string().optional()
1342
+ }), yo = e.object({
1335
1343
  organization_id: e.string().max(50),
1336
- inviter: So,
1337
- invitee: Ao,
1344
+ inviter: Ao,
1345
+ invitee: Io,
1338
1346
  invitation_url: e.string().url(),
1339
1347
  client_id: e.string(),
1340
1348
  connection_id: e.string().optional(),
@@ -1343,13 +1351,13 @@ const k = e.enum([
1343
1351
  ttl_sec: e.number().int().max(2592e3).default(604800).optional(),
1344
1352
  roles: e.array(e.string()).default([]).optional(),
1345
1353
  send_invitation_email: e.boolean().default(!0).optional()
1346
- }), kt = e.object({
1354
+ }), Ut = e.object({
1347
1355
  id: e.string(),
1348
1356
  organization_id: e.string().max(50),
1349
1357
  created_at: e.string().datetime(),
1350
1358
  expires_at: e.string().datetime(),
1351
1359
  ticket_id: e.string().optional()
1352
- }).extend(Io.shape), yo = e.object({
1360
+ }).extend(yo.shape), Co = e.object({
1353
1361
  alg: e.enum([
1354
1362
  "RS256",
1355
1363
  "RS384",
@@ -1368,9 +1376,9 @@ const k = e.enum([
1368
1376
  x5t: e.string().optional(),
1369
1377
  x5c: e.array(e.string()).optional(),
1370
1378
  use: e.enum(["sig", "enc"]).optional()
1371
- }), Ut = e.object({
1372
- keys: e.array(yo)
1373
1379
  }), Ft = e.object({
1380
+ keys: e.array(Co)
1381
+ }), xt = e.object({
1374
1382
  issuer: e.string(),
1375
1383
  authorization_endpoint: e.string(),
1376
1384
  token_endpoint: e.string(),
@@ -1393,7 +1401,7 @@ const k = e.enum([
1393
1401
  token_endpoint_auth_signing_alg_values_supported: e.array(e.string())
1394
1402
  });
1395
1403
  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 || {});
1396
- const Co = e.nativeEnum(P), Oo = e.object({
1404
+ const Oo = e.nativeEnum(P), To = e.object({
1397
1405
  csrf_token: e.string(),
1398
1406
  auth0Client: e.string().optional(),
1399
1407
  authParams: Ie,
@@ -1403,7 +1411,7 @@ const Co = e.nativeEnum(P), Oo = e.object({
1403
1411
  useragent: e.string().optional(),
1404
1412
  session_id: e.string().optional(),
1405
1413
  authorization_url: e.string().optional(),
1406
- state: Co.optional().default(
1414
+ state: Oo.optional().default(
1407
1415
  "pending"
1408
1416
  /* PENDING */
1409
1417
  ),
@@ -1416,14 +1424,14 @@ const Co = e.nativeEnum(P), Oo = e.object({
1416
1424
  // The connection used to authenticate (may differ from primary user's connection)
1417
1425
  }).openapi({
1418
1426
  description: "This represents a login sesion"
1419
- }), xt = e.object({
1420
- ...Oo.shape,
1427
+ }), Pt = e.object({
1428
+ ...To.shape,
1421
1429
  id: e.string().openapi({
1422
1430
  description: "This is is used as the state in the universal login"
1423
1431
  }),
1424
1432
  created_at: e.string(),
1425
1433
  updated_at: e.string()
1426
- }), To = {
1434
+ }), No = {
1427
1435
  // Network & System
1428
1436
  ACLS_SUMMARY: "acls_summary",
1429
1437
  ACTIONS_EXECUTION_FAILED: "actions_execution_failed",
@@ -1594,24 +1602,24 @@ const Co = e.nativeEnum(P), Oo = e.object({
1594
1602
  WARNING_DURING_LOGIN: "w",
1595
1603
  WARNING_SENDING_NOTIFICATION: "wn",
1596
1604
  WARNING_USER_MANAGEMENT: "wum"
1597
- }, No = e.string().refine(
1598
- (o) => Object.values(To).includes(o),
1605
+ }, Ro = e.string().refine(
1606
+ (o) => Object.values(No).includes(o),
1599
1607
  { message: "Invalid log type" }
1600
- ), Ro = e.object({
1608
+ ), wo = e.object({
1601
1609
  name: e.string(),
1602
1610
  version: e.string(),
1603
1611
  env: e.object({
1604
1612
  node: e.string().optional()
1605
1613
  }).optional()
1606
- }), wo = e.object({
1614
+ }), jo = e.object({
1607
1615
  country_code: e.string().length(2),
1608
1616
  city_name: e.string(),
1609
1617
  latitude: e.string(),
1610
1618
  longitude: e.string(),
1611
1619
  time_zone: e.string(),
1612
1620
  continent_code: e.string()
1613
- }), jo = e.object({
1614
- type: No,
1621
+ }), Do = e.object({
1622
+ type: Ro,
1615
1623
  date: e.string(),
1616
1624
  description: e.string().optional(),
1617
1625
  ip: e.string().optional(),
@@ -1630,19 +1638,19 @@ const Co = e.nativeEnum(P), Oo = e.object({
1630
1638
  strategy: e.string().optional(),
1631
1639
  strategy_type: e.string().optional(),
1632
1640
  hostname: e.string().optional(),
1633
- auth0_client: Ro.optional(),
1641
+ auth0_client: wo.optional(),
1634
1642
  log_id: e.string().optional(),
1635
- location_info: wo.optional()
1636
- }), Pt = e.object({
1637
- ...jo.shape,
1643
+ location_info: jo.optional()
1644
+ }), Mt = e.object({
1645
+ ...Do.shape,
1638
1646
  log_id: e.string()
1639
- }), Do = e.object({
1647
+ }), Lo = e.object({
1640
1648
  id: e.string().optional(),
1641
1649
  user_id: e.string(),
1642
1650
  password: e.string(),
1643
1651
  algorithm: e.enum(["bcrypt", "argon2id"]).default("argon2id"),
1644
1652
  is_current: e.boolean().default(!0)
1645
- }), Mt = Do.extend({
1653
+ }), Ht = Lo.extend({
1646
1654
  id: e.string(),
1647
1655
  created_at: e.string(),
1648
1656
  updated_at: e.string()
@@ -1653,7 +1661,7 @@ const Co = e.nativeEnum(P), Oo = e.object({
1653
1661
  last_user_agent: e.string().describe("Last user agent of the device from which this user logged in"),
1654
1662
  last_ip: e.string().describe("Last IP address from which this user logged in"),
1655
1663
  last_asn: e.string().describe("Last autonomous system number from which this user logged in")
1656
- }), Lo = e.object({
1664
+ }), vo = e.object({
1657
1665
  id: e.string(),
1658
1666
  revoked_at: e.string().optional(),
1659
1667
  used_at: e.string().optional(),
@@ -1665,13 +1673,13 @@ const Co = e.nativeEnum(P), Oo = e.object({
1665
1673
  "Metadata related to the device used in the session"
1666
1674
  ),
1667
1675
  clients: e.array(e.string()).describe("List of client details for the session")
1668
- }), Ht = e.object({
1676
+ }), Gt = e.object({
1669
1677
  created_at: e.string(),
1670
1678
  updated_at: e.string(),
1671
1679
  authenticated_at: e.string(),
1672
1680
  last_interaction_at: e.string(),
1673
- ...Lo.shape
1674
- }), Gt = e.object({
1681
+ ...vo.shape
1682
+ }), Bt = e.object({
1675
1683
  kid: e.string().openapi({ description: "The key id of the signing key" }),
1676
1684
  cert: e.string().openapi({ description: "The public certificate of the signing key" }),
1677
1685
  fingerprint: e.string().openapi({ description: "The cert fingerprint" }),
@@ -1696,7 +1704,7 @@ const Co = e.nativeEnum(P), Oo = e.object({
1696
1704
  type: e.enum(["jwt_signing", "saml_encryption"]).openapi({
1697
1705
  description: "The type of the signing key"
1698
1706
  })
1699
- }), vo = e.object({
1707
+ }), ko = e.object({
1700
1708
  id: e.string().optional(),
1701
1709
  // Basic settings
1702
1710
  audience: e.string(),
@@ -1849,14 +1857,14 @@ const Co = e.nativeEnum(P), Oo = e.object({
1849
1857
  message: e.string().optional()
1850
1858
  }).optional()
1851
1859
  }).optional()
1852
- }), Bt = e.object({
1860
+ }), Wt = e.object({
1853
1861
  created_at: e.string().nullable().transform((o) => o ?? ""),
1854
1862
  updated_at: e.string().nullable().transform((o) => o ?? ""),
1855
- ...vo.shape,
1863
+ ...ko.shape,
1856
1864
  id: e.string()
1857
1865
  });
1858
- var ko = /* @__PURE__ */ ((o) => (o.RefreshToken = "refresh_token", o.AuthorizationCode = "authorization_code", o.ClientCredential = "client_credentials", o.Passwordless = "passwordless", o.Password = "password", o.OTP = "http://auth0.com/oauth/grant-type/passwordless/otp", o))(ko || {});
1859
- const Wt = e.object({
1866
+ var Uo = /* @__PURE__ */ ((o) => (o.RefreshToken = "refresh_token", o.AuthorizationCode = "authorization_code", o.ClientCredential = "client_credentials", o.Passwordless = "passwordless", o.Password = "password", o.OTP = "http://auth0.com/oauth/grant-type/passwordless/otp", o))(Uo || {});
1867
+ const Kt = e.object({
1860
1868
  access_token: e.string(),
1861
1869
  id_token: e.string().optional(),
1862
1870
  scope: e.string().optional(),
@@ -1869,7 +1877,7 @@ e.object({
1869
1877
  code: e.string(),
1870
1878
  state: e.string().optional()
1871
1879
  });
1872
- const Uo = e.object({
1880
+ const Fo = e.object({
1873
1881
  button_border_radius: e.number(),
1874
1882
  button_border_weight: e.number(),
1875
1883
  buttons_style: e.enum(["pill", "rounded", "sharp"]),
@@ -1879,7 +1887,7 @@ const Uo = e.object({
1879
1887
  show_widget_shadow: e.boolean(),
1880
1888
  widget_border_weight: e.number(),
1881
1889
  widget_corner_radius: e.number()
1882
- }), Fo = e.object({
1890
+ }), xo = e.object({
1883
1891
  base_focus_color: e.string(),
1884
1892
  base_hover_color: e.string(),
1885
1893
  body_text: e.string(),
@@ -1902,7 +1910,7 @@ const Uo = e.object({
1902
1910
  }), g = e.object({
1903
1911
  bold: e.boolean(),
1904
1912
  size: e.number()
1905
- }), xo = e.object({
1913
+ }), Po = e.object({
1906
1914
  body_text: g,
1907
1915
  buttons_text: g,
1908
1916
  font_url: e.string(),
@@ -1912,31 +1920,31 @@ const Uo = e.object({
1912
1920
  reference_text_size: e.number(),
1913
1921
  subtitle: g,
1914
1922
  title: g
1915
- }), Po = e.object({
1923
+ }), Mo = e.object({
1916
1924
  background_color: e.string(),
1917
1925
  background_image_url: e.string(),
1918
1926
  page_layout: e.enum(["center", "left", "right"])
1919
- }), Mo = e.object({
1927
+ }), Ho = e.object({
1920
1928
  header_text_alignment: e.enum(["center", "left", "right"]),
1921
1929
  logo_height: e.number(),
1922
1930
  logo_position: e.enum(["center", "left", "none", "right"]),
1923
1931
  logo_url: e.string(),
1924
1932
  social_buttons_layout: e.enum(["bottom", "top"])
1925
- }), Ho = e.object({
1926
- borders: Uo,
1927
- colors: Fo,
1933
+ }), Go = e.object({
1934
+ borders: Fo,
1935
+ colors: xo,
1928
1936
  displayName: e.string(),
1929
- fonts: xo,
1930
- page_background: Po,
1931
- widget: Mo
1932
- }), Kt = Ho.extend({
1937
+ fonts: Po,
1938
+ page_background: Mo,
1939
+ widget: Ho
1940
+ }), zt = Go.extend({
1933
1941
  themeId: e.string()
1934
- }), zt = e.object({
1942
+ }), Xt = e.object({
1935
1943
  universal_login_experience: e.enum(["new", "classic"]).default("new"),
1936
1944
  identifier_first: e.boolean().default(!0),
1937
1945
  password_first: e.boolean().default(!1),
1938
1946
  webauthn_platform_first_factor: e.boolean()
1939
- }), Xt = e.object({
1947
+ }), qt = e.object({
1940
1948
  name: e.string(),
1941
1949
  enabled: e.boolean().optional().default(!0),
1942
1950
  default_from_address: e.string().optional(),
@@ -1966,7 +1974,7 @@ const Uo = e.object({
1966
1974
  })
1967
1975
  ]),
1968
1976
  settings: e.object({}).optional()
1969
- }), Go = e.object({
1977
+ }), Bo = e.object({
1970
1978
  // The actual refresh token value (primary key).
1971
1979
  id: e.string(),
1972
1980
  // Link to the login session
@@ -1987,21 +1995,21 @@ const Uo = e.object({
1987
1995
  })
1988
1996
  ),
1989
1997
  rotating: e.boolean()
1990
- }), qt = e.object({
1998
+ }), Vt = e.object({
1991
1999
  // When the refresh token record was created.
1992
2000
  created_at: e.string(),
1993
2001
  // Spread in the rest of the refresh token properties.
1994
- ...Go.shape
1995
- }), Vt = e.object({
2002
+ ...Bo.shape
2003
+ }), Yt = e.object({
1996
2004
  to: e.string(),
1997
2005
  message: e.string()
1998
- }), Yt = e.object({
2006
+ }), Qt = e.object({
1999
2007
  name: e.string(),
2000
2008
  options: e.object({})
2001
- }), Bo = e.object({
2009
+ }), Wo = e.object({
2002
2010
  value: e.string(),
2003
2011
  description: e.string().optional()
2004
- }), Wo = e.object({
2012
+ }), Ko = e.object({
2005
2013
  token_dialect: e.enum(["access_token", "access_token_authz"]).optional(),
2006
2014
  enforce_policies: e.boolean().optional(),
2007
2015
  allow_skipping_userinfo: e.boolean().optional(),
@@ -2011,11 +2019,11 @@ const Uo = e.object({
2011
2019
  mtls: e.object({
2012
2020
  bound_access_tokens: e.boolean().optional()
2013
2021
  }).optional()
2014
- }), Ko = e.object({
2022
+ }), zo = e.object({
2015
2023
  id: e.string().optional(),
2016
2024
  name: e.string(),
2017
2025
  identifier: e.string(),
2018
- scopes: e.array(Bo).optional(),
2026
+ scopes: e.array(Wo).optional(),
2019
2027
  signing_alg: e.string().optional(),
2020
2028
  signing_secret: e.string().optional(),
2021
2029
  token_lifetime: e.number().optional(),
@@ -2023,30 +2031,30 @@ const Uo = e.object({
2023
2031
  skip_consent_for_verifiable_first_party_clients: e.boolean().optional(),
2024
2032
  allow_offline_access: e.boolean().optional(),
2025
2033
  verificationKey: e.string().optional(),
2026
- options: Wo.optional(),
2034
+ options: Ko.optional(),
2027
2035
  is_system: e.boolean().optional(),
2028
2036
  metadata: e.record(e.any()).optional()
2029
- }), zo = e.object({
2030
- ...Ko.shape,
2037
+ }), Xo = e.object({
2038
+ ...zo.shape,
2031
2039
  created_at: e.string().optional(),
2032
2040
  updated_at: e.string().optional()
2033
- }), Qt = e.array(zo), Xo = e.object({
2041
+ }), Jt = e.array(Xo), qo = e.object({
2034
2042
  role_id: e.string(),
2035
2043
  resource_server_identifier: e.string(),
2036
2044
  permission_name: e.string()
2037
- }), qo = e.object({
2038
- ...Xo.shape,
2045
+ }), Vo = e.object({
2046
+ ...qo.shape,
2039
2047
  created_at: e.string()
2040
- }), Jt = e.array(qo), Vo = e.object({
2048
+ }), Zt = e.array(Vo), Yo = e.object({
2041
2049
  user_id: e.string(),
2042
2050
  resource_server_identifier: e.string(),
2043
2051
  permission_name: e.string(),
2044
2052
  organization_id: e.string().optional()
2045
- }), Yo = e.object({
2046
- ...Vo.shape,
2053
+ }), Qo = e.object({
2054
+ ...Yo.shape,
2047
2055
  tenant_id: e.string(),
2048
2056
  created_at: e.string().optional()
2049
- }), Zt = e.array(Yo), Qo = e.object({
2057
+ }), $t = e.array(Qo), Jo = e.object({
2050
2058
  user_id: e.string(),
2051
2059
  resource_server_identifier: e.string(),
2052
2060
  resource_server_name: e.string(),
@@ -2054,17 +2062,17 @@ const Uo = e.object({
2054
2062
  description: e.string().nullable().optional(),
2055
2063
  created_at: e.string().optional(),
2056
2064
  organization_id: e.string().optional()
2057
- }), $t = e.array(
2058
- Qo
2059
- ), Jo = e.object({
2065
+ }), en = e.array(
2066
+ Jo
2067
+ ), Zo = e.object({
2060
2068
  user_id: e.string(),
2061
2069
  role_id: e.string(),
2062
2070
  organization_id: e.string().optional()
2063
- }), Zo = e.object({
2064
- ...Jo.shape,
2071
+ }), $o = e.object({
2072
+ ...Zo.shape,
2065
2073
  tenant_id: e.string(),
2066
2074
  created_at: e.string().optional()
2067
- }), en = e.array(Zo), $o = e.object({
2075
+ }), on = e.array($o), et = e.object({
2068
2076
  id: e.string().optional().openapi({
2069
2077
  description: "The unique identifier of the role. If not provided, one will be generated."
2070
2078
  }),
@@ -2078,13 +2086,13 @@ const Uo = e.object({
2078
2086
  metadata: e.record(e.any()).optional().openapi({
2079
2087
  description: "Metadata associated with the role. Can be used to control sync behavior in multi-tenancy scenarios."
2080
2088
  })
2081
- }), et = $o.extend({
2089
+ }), ot = et.extend({
2082
2090
  id: e.string().openapi({
2083
2091
  description: "The unique identifier of the role"
2084
2092
  }),
2085
2093
  created_at: e.string().optional(),
2086
2094
  updated_at: e.string().optional()
2087
- }), on = e.array(et), ot = e.object({
2095
+ }), tn = e.array(ot), tt = e.object({
2088
2096
  logo_url: e.string().optional().openapi({
2089
2097
  description: "URL of the organization's logo"
2090
2098
  }),
@@ -2096,7 +2104,7 @@ const Uo = e.object({
2096
2104
  description: "Page background color in hex format (e.g., #FFFFFF)"
2097
2105
  })
2098
2106
  }).optional()
2099
- }).optional(), tt = e.object({
2107
+ }).optional(), nt = e.object({
2100
2108
  connection_id: e.string().openapi({
2101
2109
  description: "ID of the connection"
2102
2110
  }),
@@ -2109,7 +2117,7 @@ const Uo = e.object({
2109
2117
  is_signup_enabled: e.boolean().default(!0).openapi({
2110
2118
  description: "Whether signup is enabled for this connection"
2111
2119
  })
2112
- }), nt = e.object({
2120
+ }), it = e.object({
2113
2121
  client_credentials: e.object({
2114
2122
  enforce: e.boolean().default(!1).openapi({
2115
2123
  description: "Whether to enforce token quota limits"
@@ -2121,7 +2129,7 @@ const Uo = e.object({
2121
2129
  description: "Maximum tokens per hour (0 = unlimited)"
2122
2130
  })
2123
2131
  }).optional()
2124
- }).optional(), it = e.object({
2132
+ }).optional(), at = e.object({
2125
2133
  id: e.string().optional(),
2126
2134
  name: e.string().min(1).regex(/^[a-z0-9_-]+$/, {
2127
2135
  message: "Organization name must be lowercase and can only contain letters, numbers, hyphens, and underscores"
@@ -2131,34 +2139,34 @@ const Uo = e.object({
2131
2139
  display_name: e.string().optional().openapi({
2132
2140
  description: "The display name of the organization"
2133
2141
  }),
2134
- branding: ot,
2142
+ branding: tt,
2135
2143
  metadata: e.record(e.any()).default({}).optional().openapi({
2136
2144
  description: "Custom metadata for the organization"
2137
2145
  }),
2138
- enabled_connections: e.array(tt).default([]).optional().openapi({
2146
+ enabled_connections: e.array(nt).default([]).optional().openapi({
2139
2147
  description: "List of enabled connections for the organization"
2140
2148
  }),
2141
- token_quota: nt
2142
- }), tn = e.object({
2143
- ...it.shape,
2149
+ token_quota: it
2150
+ }), nn = e.object({
2151
+ ...at.shape,
2144
2152
  ...s.shape,
2145
2153
  id: e.string(),
2146
2154
  // Override name to be lenient when reading from database (to support existing uppercase names)
2147
2155
  name: e.string().min(1).openapi({
2148
2156
  description: "The name of the organization"
2149
2157
  })
2150
- }), at = e.object({
2158
+ }), rt = e.object({
2151
2159
  user_id: e.string().openapi({
2152
2160
  description: "ID of the user"
2153
2161
  }),
2154
2162
  organization_id: e.string().openapi({
2155
2163
  description: "ID of the organization"
2156
2164
  })
2157
- }), nn = e.object({
2158
- ...at.shape,
2165
+ }), an = e.object({
2166
+ ...rt.shape,
2159
2167
  ...s.shape,
2160
2168
  id: e.string()
2161
- }), an = e.object({
2169
+ }), rn = e.object({
2162
2170
  // Session settings
2163
2171
  idle_session_lifetime: e.number().optional(),
2164
2172
  session_lifetime: e.number().optional(),
@@ -2256,7 +2264,7 @@ const Uo = e.object({
2256
2264
  message: e.string().optional()
2257
2265
  }).optional()
2258
2266
  }).optional()
2259
- }), rn = e.object({
2267
+ }), sn = e.object({
2260
2268
  date: e.string().openapi({
2261
2269
  description: "Date these events occurred in ISO 8601 format",
2262
2270
  example: "2025-12-19"
@@ -2281,10 +2289,10 @@ const Uo = e.object({
2281
2289
  description: "Approximate date and time the first event occurred in ISO 8601 format",
2282
2290
  example: "2025-12-19T00:00:00.000Z"
2283
2291
  })
2284
- }), sn = e.number().openapi({
2292
+ }), ln = e.number().openapi({
2285
2293
  description: "Number of active users in the last 30 days",
2286
2294
  example: 1234
2287
- }), rt = e.enum([
2295
+ }), st = e.enum([
2288
2296
  "login",
2289
2297
  "login-id",
2290
2298
  "login-password",
@@ -2313,17 +2321,17 @@ const Uo = e.object({
2313
2321
  "captcha",
2314
2322
  "custom-form",
2315
2323
  "login-passwordless"
2316
- ]), st = e.record(e.string(), e.record(e.string(), e.string())).openapi({
2324
+ ]), lt = e.record(e.string(), e.record(e.string(), e.string())).openapi({
2317
2325
  type: "object",
2318
2326
  additionalProperties: {
2319
2327
  type: "object",
2320
2328
  additionalProperties: { type: "string" }
2321
2329
  }
2322
- }), ln = e.object({
2323
- prompt: rt,
2330
+ }), pn = e.object({
2331
+ prompt: st,
2324
2332
  language: e.string(),
2325
- custom_text: st
2326
- }), pn = {
2333
+ custom_text: lt
2334
+ }), cn = {
2327
2335
  EMAIL: "email",
2328
2336
  SMS: "sms",
2329
2337
  USERNAME_PASSWORD: "Username-Password-Authentication",
@@ -2338,18 +2346,18 @@ const Uo = e.object({
2338
2346
  SAMLP: "samlp",
2339
2347
  WAAD: "waad",
2340
2348
  ADFS: "adfs"
2341
- }, cn = {
2349
+ }, _n = {
2342
2350
  DATABASE: "database",
2343
2351
  SOCIAL: "social",
2344
2352
  PASSWORDLESS: "passwordless"
2345
2353
  };
2346
- function _n(o) {
2354
+ function dn(o) {
2347
2355
  const [n, i] = o.split("|");
2348
2356
  if (!n || !i)
2349
2357
  throw new Error(`Invalid user_id: ${o}`);
2350
2358
  return { connection: n, id: i };
2351
2359
  }
2352
- function dn(o) {
2360
+ function gn(o) {
2353
2361
  const {
2354
2362
  primary: n,
2355
2363
  secondaries: i,
@@ -2390,10 +2398,10 @@ function dn(o) {
2390
2398
  };
2391
2399
  return new Proxy(n, E);
2392
2400
  }
2393
- function gn(o) {
2401
+ function un(o) {
2394
2402
  return o;
2395
2403
  }
2396
- function un(o) {
2404
+ function mn(o) {
2397
2405
  var E, p, a, c, _, S, d, r, h, A, b, I;
2398
2406
  const n = o == null ? void 0 : o.options;
2399
2407
  if (!n)
@@ -2421,160 +2429,160 @@ function un(o) {
2421
2429
  };
2422
2430
  }
2423
2431
  export {
2424
- ct as Auth0ActionEnum,
2425
- Ro as Auth0Client,
2432
+ _t as Auth0ActionEnum,
2433
+ wo as Auth0Client,
2426
2434
  D as AuthorizationResponseMode,
2427
2435
  j as AuthorizationResponseType,
2428
2436
  L as CodeChallengeMethod,
2429
2437
  w as ComponentCategory,
2430
2438
  R as ComponentType,
2431
- _t as EmailActionEnum,
2432
- Ct as FORM_FIELD_TYPES,
2433
- pt as FlowActionTypeEnum,
2434
- ko as GrantType,
2435
- wo as LocationInfo,
2436
- To as LogTypes,
2439
+ dt as EmailActionEnum,
2440
+ Ot as FORM_FIELD_TYPES,
2441
+ ct as FlowActionTypeEnum,
2442
+ Uo as GrantType,
2443
+ jo as LocationInfo,
2444
+ No as LogTypes,
2437
2445
  P as LoginSessionState,
2438
2446
  ge as NodeType,
2439
2447
  q as RedirectTargetEnum,
2440
- pn as Strategy,
2441
- cn as StrategyType,
2448
+ cn as Strategy,
2449
+ _n as StrategyType,
2442
2450
  he as actionNodeSchema,
2443
- sn as activeUsersResponseSchema,
2451
+ ln as activeUsersResponseSchema,
2444
2452
  $ as addressSchema,
2445
- Et as auth0FlowInsertSchema,
2453
+ St as auth0FlowInsertSchema,
2446
2454
  Ae as auth0FlowSchema,
2447
- gt as auth0QuerySchema,
2455
+ ut as auth0QuerySchema,
2448
2456
  z as auth0UpdateUserActionSchema,
2449
- mt as auth0UserResponseSchema,
2457
+ ht as auth0UserResponseSchema,
2450
2458
  Ie as authParamsSchema,
2451
2459
  N as baseUserSchema,
2452
- no as blockComponentSchema,
2453
- Uo as bordersSchema,
2454
- St as brandingSchema,
2460
+ io as blockComponentSchema,
2461
+ Fo as bordersSchema,
2462
+ At as brandingSchema,
2455
2463
  le as buttonComponentSchema,
2456
2464
  ae as clientGrantInsertSchema,
2457
- ft as clientGrantListSchema,
2465
+ Et as clientGrantListSchema,
2458
2466
  re as clientGrantSchema,
2459
2467
  ie as clientInsertSchema,
2460
- bt as clientSchema,
2468
+ ft as clientSchema,
2461
2469
  Ce as codeInsertSchema,
2462
- At as codeSchema,
2470
+ It as codeSchema,
2463
2471
  ye as codeTypeSchema,
2464
- Fo as colorsSchema,
2465
- _o as componentMessageSchema,
2472
+ xo as colorsSchema,
2473
+ go as componentMessageSchema,
2466
2474
  de as componentSchema,
2467
2475
  Te as connectionInsertSchema,
2468
2476
  Oe as connectionOptionsSchema,
2469
- It as connectionSchema,
2477
+ yt as connectionSchema,
2470
2478
  u as coordinatesSchema,
2471
- dn as createPassthroughAdapter,
2472
- gn as createWriteOnlyAdapter,
2479
+ gn as createPassthroughAdapter,
2480
+ un as createWriteOnlyAdapter,
2473
2481
  Ne as customDomainInsertSchema,
2474
2482
  we as customDomainSchema,
2475
- yt as customDomainWithTenantIdSchema,
2476
- ln as customTextEntrySchema,
2477
- st as customTextSchema,
2478
- rn as dailyStatsSchema,
2479
- Xt as emailProviderSchema,
2483
+ Ct as customDomainWithTenantIdSchema,
2484
+ pn as customTextEntrySchema,
2485
+ lt as customTextSchema,
2486
+ sn as dailyStatsSchema,
2487
+ qt as emailProviderSchema,
2480
2488
  K as emailVerificationRulesSchema,
2481
2489
  X as emailVerifyActionSchema,
2482
2490
  Se as endingSchema,
2483
- ao as fieldComponentSchema,
2491
+ ro as fieldComponentSchema,
2484
2492
  Y as flowActionStepSchema,
2485
2493
  Q as flowInsertSchema,
2486
- dt as flowSchema,
2494
+ gt as flowSchema,
2487
2495
  ce as flowsFieldComponentSchema,
2488
2496
  me as flowsFlowNodeSchema,
2489
2497
  ue as flowsStepNodeSchema,
2490
2498
  g as fontDetailsSchema,
2491
- xo as fontsSchema,
2492
- Ot as formControlSchema,
2493
- co as formInsertSchema,
2499
+ Po as fontsSchema,
2500
+ Tt as formControlSchema,
2501
+ _o as formInsertSchema,
2494
2502
  v as formNodeComponentDefinition,
2495
- po as formNodeSchema,
2496
- Tt as formSchema,
2503
+ co as formNodeSchema,
2504
+ Nt as formSchema,
2497
2505
  _e as genericComponentSchema,
2498
2506
  be as genericNodeSchema,
2499
- un as getConnectionIdentifierConfig,
2500
- Lt as hookInsertSchema,
2501
- vt as hookSchema,
2507
+ mn as getConnectionIdentifierConfig,
2508
+ vt as hookInsertSchema,
2509
+ kt as hookSchema,
2502
2510
  x as hookTemplateId,
2503
- Dt as hookTemplates,
2511
+ Lt as hookTemplates,
2504
2512
  Z as identitySchema,
2505
- Io as inviteInsertSchema,
2506
- kt as inviteSchema,
2507
- Ao as inviteeSchema,
2508
- So as inviterSchema,
2509
- Rt as isBlockComponent,
2510
- jt as isFieldComponent,
2511
- wt as isWidgetComponent,
2512
- Ut as jwksKeySchema,
2513
- yo as jwksSchema,
2513
+ yo as inviteInsertSchema,
2514
+ Ut as inviteSchema,
2515
+ Io as inviteeSchema,
2516
+ Ao as inviterSchema,
2517
+ wt as isBlockComponent,
2518
+ Dt as isFieldComponent,
2519
+ jt as isWidgetComponent,
2520
+ Ft as jwksKeySchema,
2521
+ Co as jwksSchema,
2514
2522
  pe as legalComponentSchema,
2515
- jo as logInsertSchema,
2516
- Pt as logSchema,
2517
- Oo as loginSessionInsertSchema,
2518
- xt as loginSessionSchema,
2519
- Co as loginSessionStateSchema,
2523
+ Do as logInsertSchema,
2524
+ Mt as logSchema,
2525
+ To as loginSessionInsertSchema,
2526
+ Pt as loginSessionSchema,
2527
+ Oo as loginSessionStateSchema,
2520
2528
  fe as nodeSchema,
2521
- Ft as openIDConfigurationSchema,
2522
- ot as organizationBrandingSchema,
2523
- tt as organizationEnabledConnectionSchema,
2524
- it as organizationInsertSchema,
2525
- tn as organizationSchema,
2526
- nt as organizationTokenQuotaSchema,
2527
- Po as pageBackgroundSchema,
2528
- _n as parseUserId,
2529
- Do as passwordInsertSchema,
2530
- Mt as passwordSchema,
2529
+ xt as openIDConfigurationSchema,
2530
+ tt as organizationBrandingSchema,
2531
+ nt as organizationEnabledConnectionSchema,
2532
+ at as organizationInsertSchema,
2533
+ nn as organizationSchema,
2534
+ it as organizationTokenQuotaSchema,
2535
+ Mo as pageBackgroundSchema,
2536
+ dn as parseUserId,
2537
+ Lo as passwordInsertSchema,
2538
+ Ht as passwordSchema,
2531
2539
  J as profileDataSchema,
2532
- rt as promptScreenSchema,
2533
- zt as promptSettingSchema,
2540
+ st as promptScreenSchema,
2541
+ Xt as promptSettingSchema,
2534
2542
  V as redirectActionSchema,
2535
- Go as refreshTokenInsertSchema,
2536
- qt as refreshTokenSchema,
2537
- Ko as resourceServerInsertSchema,
2538
- Qt as resourceServerListSchema,
2539
- Wo as resourceServerOptionsSchema,
2540
- zo as resourceServerSchema,
2541
- Bo as resourceServerScopeSchema,
2543
+ Bo as refreshTokenInsertSchema,
2544
+ Vt as refreshTokenSchema,
2545
+ zo as resourceServerInsertSchema,
2546
+ Jt as resourceServerListSchema,
2547
+ Ko as resourceServerOptionsSchema,
2548
+ Xo as resourceServerSchema,
2549
+ Wo as resourceServerScopeSchema,
2542
2550
  se as richTextComponentSchema,
2543
- $o as roleInsertSchema,
2544
- on as roleListSchema,
2545
- Xo as rolePermissionInsertSchema,
2546
- Jt as rolePermissionListSchema,
2547
- qo as rolePermissionSchema,
2548
- et as roleSchema,
2549
- go as screenLinkSchema,
2550
- Lo as sessionInsertSchema,
2551
- Ht as sessionSchema,
2552
- Gt as signingKeySchema,
2553
- Yt as smsProviderSchema,
2554
- Vt as smsSendParamsSchema,
2551
+ et as roleInsertSchema,
2552
+ tn as roleListSchema,
2553
+ qo as rolePermissionInsertSchema,
2554
+ Zt as rolePermissionListSchema,
2555
+ Vo as rolePermissionSchema,
2556
+ ot as roleSchema,
2557
+ uo as screenLinkSchema,
2558
+ vo as sessionInsertSchema,
2559
+ Gt as sessionSchema,
2560
+ Bt as signingKeySchema,
2561
+ Qt as smsProviderSchema,
2562
+ Yt as smsSendParamsSchema,
2555
2563
  Ee as startSchema,
2556
- vo as tenantInsertSchema,
2557
- Bt as tenantSchema,
2558
- an as tenantSettingsSchema,
2559
- Ho as themeInsertSchema,
2560
- Kt as themeSchema,
2561
- Wt as tokenResponseSchema,
2562
- ut as totalsSchema,
2563
- Nt as uiScreenSchema,
2564
+ ko as tenantInsertSchema,
2565
+ Wt as tenantSchema,
2566
+ rn as tenantSettingsSchema,
2567
+ Go as themeInsertSchema,
2568
+ zt as themeSchema,
2569
+ Kt as tokenResponseSchema,
2570
+ mt as totalsSchema,
2571
+ Rt as uiScreenSchema,
2564
2572
  ee as userInsertSchema,
2565
- at as userOrganizationInsertSchema,
2566
- nn as userOrganizationSchema,
2567
- Vo as userPermissionInsertSchema,
2568
- Zt as userPermissionListSchema,
2569
- Yo as userPermissionSchema,
2570
- $t as userPermissionWithDetailsListSchema,
2571
- Qo as userPermissionWithDetailsSchema,
2572
- ht as userResponseSchema,
2573
- Jo as userRoleInsertSchema,
2574
- en as userRoleListSchema,
2575
- Zo as userRoleSchema,
2573
+ rt as userOrganizationInsertSchema,
2574
+ an as userOrganizationSchema,
2575
+ Yo as userPermissionInsertSchema,
2576
+ $t as userPermissionListSchema,
2577
+ Qo as userPermissionSchema,
2578
+ en as userPermissionWithDetailsListSchema,
2579
+ Jo as userPermissionWithDetailsSchema,
2580
+ bt as userResponseSchema,
2581
+ Zo as userRoleInsertSchema,
2582
+ on as userRoleListSchema,
2583
+ $o as userRoleSchema,
2576
2584
  oe as userSchema,
2577
2585
  Re as verificationMethodsSchema,
2578
- io as widgetComponentSchema,
2579
- Mo as widgetSchema
2586
+ ao as widgetComponentSchema,
2587
+ Ho as widgetSchema
2580
2588
  };