@authhero/adapter-interfaces 0.105.0 → 0.108.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.
@@ -1,5 +1,5 @@
1
1
  import { z as e } from "@hono/zod-openapi";
2
- const Be = e.object({
2
+ const rt = e.object({
3
3
  page: e.string().min(0).optional().default("0").transform((t) => parseInt(t, 10)).openapi({
4
4
  description: "The page number where 0 is the first page"
5
5
  }),
@@ -15,14 +15,14 @@ const Be = e.object({
15
15
  q: e.string().optional().openapi({
16
16
  description: "A lucene query string used to filter the results"
17
17
  })
18
- }), We = e.object({
18
+ }), st = e.object({
19
19
  start: e.number(),
20
20
  limit: e.number(),
21
21
  length: e.number()
22
- }), n = e.object({
22
+ }), r = e.object({
23
23
  created_at: e.string(),
24
24
  updated_at: e.string()
25
- }), E = e.object({
25
+ }), U = e.object({
26
26
  email: e.string().optional(),
27
27
  email_verified: e.boolean().optional(),
28
28
  name: e.string().optional(),
@@ -31,7 +31,7 @@ const Be = e.object({
31
31
  phone_number: e.string().optional(),
32
32
  phone_verified: e.boolean().optional(),
33
33
  family_name: e.string().optional()
34
- }).catchall(e.any()), f = e.object({
34
+ }).catchall(e.any()), F = e.object({
35
35
  connection: e.string(),
36
36
  user_id: e.string(),
37
37
  provider: e.string(),
@@ -39,8 +39,8 @@ const Be = e.object({
39
39
  access_token: e.string().optional(),
40
40
  access_token_secret: e.string().optional(),
41
41
  refresh_token: e.string().optional(),
42
- profileData: E.optional()
43
- }), _ = e.object({
42
+ profileData: U.optional()
43
+ }), E = e.object({
44
44
  email: e.string().optional().transform((t) => t && t.toLowerCase()),
45
45
  username: e.string().optional(),
46
46
  phone_number: e.string().optional(),
@@ -55,7 +55,7 @@ const Be = e.object({
55
55
  user_id: e.string().optional(),
56
56
  app_metadata: e.any().default({}).optional(),
57
57
  user_metadata: e.any().default({}).optional()
58
- }), S = _.extend({
58
+ }), v = E.extend({
59
59
  email_verified: e.boolean().default(!1),
60
60
  verify_email: e.boolean().optional(),
61
61
  last_ip: e.string().optional(),
@@ -64,29 +64,29 @@ const Be = e.object({
64
64
  provider: e.string().optional(),
65
65
  connection: e.string(),
66
66
  is_social: e.boolean().optional()
67
- }), A = e.object({
68
- ...S.shape,
69
- ...n.shape,
67
+ }), P = e.object({
68
+ ...v.shape,
69
+ ...r.shape,
70
70
  user_id: e.string(),
71
71
  provider: e.string(),
72
72
  is_social: e.boolean(),
73
73
  email: e.string().optional(),
74
74
  login_count: e.number().default(0),
75
- identities: e.array(f).optional()
76
- }), Xe = A, Ve = _.extend({
75
+ identities: e.array(F).optional()
76
+ }), lt = P, ct = E.extend({
77
77
  login_count: e.number(),
78
78
  multifactor: e.array(e.string()).optional(),
79
79
  last_ip: e.string().optional(),
80
80
  last_login: e.string().optional(),
81
81
  user_id: e.string()
82
- }).catchall(e.any()), I = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
83
- let C = (t = 21) => {
84
- let i = "", s = crypto.getRandomValues(new Uint8Array(t |= 0));
82
+ }).catchall(e.any()), x = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
83
+ let M = (t = 21) => {
84
+ let n = "", i = crypto.getRandomValues(new Uint8Array(t |= 0));
85
85
  for (; t--; )
86
- i += I[s[t] & 63];
87
- return i;
86
+ n += x[i[t] & 63];
87
+ return n;
88
88
  };
89
- const O = e.object({
89
+ const H = e.object({
90
90
  client_id: e.string().openapi({
91
91
  description: "ID of this client."
92
92
  }),
@@ -99,7 +99,7 @@ const O = e.object({
99
99
  global: e.boolean().default(!1).openapi({
100
100
  description: "Whether this is your global 'All Applications' client representing legacy tenant settings (true) or a regular client (false)."
101
101
  }),
102
- client_secret: e.string().default(() => C()).optional().openapi({
102
+ client_secret: e.string().default(() => M()).optional().openapi({
103
103
  description: "Client secret (which you must not make public)."
104
104
  }),
105
105
  app_type: e.enum([
@@ -256,11 +256,11 @@ const O = e.object({
256
256
  description: "Specifies how long, in seconds, a Pushed Authorization Request URI remains valid"
257
257
  }),
258
258
  token_quota: e.record(e.any()).default({}).optional()
259
- }), T = e.object({
259
+ }), G = e.object({
260
260
  created_at: e.string(),
261
261
  updated_at: e.string(),
262
- ...O.shape
263
- }), y = e.object({
262
+ ...H.shape
263
+ }), K = e.object({
264
264
  client_id: e.string().min(1).openapi({
265
265
  description: "ID of the client."
266
266
  }),
@@ -285,23 +285,23 @@ const O = e.object({
285
285
  authorization_details_types: e.array(e.string()).optional().openapi({
286
286
  description: "Types of authorization_details allowed for this client grant. Use of this field is subject to the applicable Free Trial terms in Okta's Master Subscription Agreement."
287
287
  })
288
- }), N = e.object({
288
+ }), B = e.object({
289
289
  id: e.string().openapi({
290
290
  description: "ID of the client grant."
291
291
  }),
292
- ...y.shape,
292
+ ...K.shape,
293
293
  created_at: e.string().optional(),
294
294
  updated_at: e.string().optional()
295
- }), qe = e.array(N), a = e.object({
295
+ }), _t = e.array(B), c = e.object({
296
296
  x: e.number(),
297
297
  y: e.number()
298
298
  });
299
- var c = /* @__PURE__ */ ((t) => (t.RICH_TEXT = "RICH_TEXT", t.NEXT_BUTTON = "NEXT_BUTTON", t.BACK_BUTTON = "BACK_BUTTON", t.SUBMIT_BUTTON = "SUBMIT_BUTTON", t.DIVIDER = "DIVIDER", t.TEXT = "TEXT", t.EMAIL = "EMAIL", t.PASSWORD = "PASSWORD", t.NUMBER = "NUMBER", t.PHONE = "PHONE", t.DATE = "DATE", t.CHECKBOX = "CHECKBOX", t.RADIO = "RADIO", t.SELECT = "SELECT", t.HIDDEN = "HIDDEN", t.LEGAL = "LEGAL", t))(c || {}), p = /* @__PURE__ */ ((t) => (t.BLOCK = "BLOCK", t.FIELD = "FIELD", t))(p || {});
300
- const r = e.object({
299
+ var S = /* @__PURE__ */ ((t) => (t.RICH_TEXT = "RICH_TEXT", t.NEXT_BUTTON = "NEXT_BUTTON", t.BACK_BUTTON = "BACK_BUTTON", t.SUBMIT_BUTTON = "SUBMIT_BUTTON", t.DIVIDER = "DIVIDER", t.TEXT = "TEXT", t.EMAIL = "EMAIL", t.PASSWORD = "PASSWORD", t.NUMBER = "NUMBER", t.PHONE = "PHONE", t.DATE = "DATE", t.CHECKBOX = "CHECKBOX", t.RADIO = "RADIO", t.SELECT = "SELECT", t.HIDDEN = "HIDDEN", t.LEGAL = "LEGAL", t))(S || {}), A = /* @__PURE__ */ ((t) => (t.BLOCK = "BLOCK", t.FIELD = "FIELD", t))(A || {});
300
+ const d = e.object({
301
301
  id: e.string(),
302
- category: e.nativeEnum(p),
303
- type: e.nativeEnum(c)
304
- }), L = r.extend({
302
+ category: e.nativeEnum(A),
303
+ type: e.nativeEnum(S)
304
+ }), z = d.extend({
305
305
  category: e.literal(
306
306
  "BLOCK"
307
307
  /* BLOCK */
@@ -313,7 +313,7 @@ const r = e.object({
313
313
  config: e.object({
314
314
  content: e.string()
315
315
  }).passthrough()
316
- }), R = r.extend({
316
+ }), W = d.extend({
317
317
  category: e.literal(
318
318
  "BLOCK"
319
319
  /* BLOCK */
@@ -335,7 +335,7 @@ const r = e.object({
335
335
  config: e.object({
336
336
  text: e.string()
337
337
  }).passthrough()
338
- }), D = r.extend({
338
+ }), X = d.extend({
339
339
  category: e.literal(
340
340
  "FIELD"
341
341
  /* FIELD */
@@ -349,7 +349,7 @@ const r = e.object({
349
349
  config: e.object({
350
350
  text: e.string()
351
351
  }).passthrough()
352
- }), w = r.extend({
352
+ }), V = d.extend({
353
353
  category: e.literal(
354
354
  "FIELD"
355
355
  /* FIELD */
@@ -402,82 +402,82 @@ const r = e.object({
402
402
  label: e.string().optional(),
403
403
  placeholder: e.string().optional()
404
404
  }).passthrough()
405
- }), j = e.object({
405
+ }), q = e.object({
406
406
  id: e.string(),
407
407
  category: e.string(),
408
408
  type: e.string()
409
- }).passthrough(), k = e.union([
410
- L,
411
- R,
412
- D,
413
- w,
414
- j
409
+ }).passthrough(), Y = e.union([
410
+ z,
411
+ W,
412
+ X,
413
+ V,
414
+ q
415
415
  ]);
416
- var F = /* @__PURE__ */ ((t) => (t.STEP = "STEP", t.FLOW = "FLOW", t.CONDITION = "CONDITION", t.ACTION = "ACTION", t))(F || {});
417
- const U = e.object({
416
+ var Q = /* @__PURE__ */ ((t) => (t.STEP = "STEP", t.FLOW = "FLOW", t.CONDITION = "CONDITION", t.ACTION = "ACTION", t))(Q || {});
417
+ const J = e.object({
418
418
  id: e.string(),
419
419
  type: e.literal(
420
420
  "STEP"
421
421
  /* STEP */
422
422
  ),
423
- coordinates: a,
423
+ coordinates: c,
424
424
  alias: e.string().optional(),
425
425
  config: e.object({
426
- components: e.array(k),
426
+ components: e.array(Y),
427
427
  next_node: e.string()
428
428
  }).passthrough()
429
- }), v = e.object({
429
+ }), Z = e.object({
430
430
  id: e.string(),
431
431
  type: e.literal(
432
432
  "FLOW"
433
433
  /* FLOW */
434
434
  ),
435
- coordinates: a,
435
+ coordinates: c,
436
436
  alias: e.string().optional(),
437
437
  config: e.object({
438
438
  flow_id: e.string(),
439
439
  next_node: e.string()
440
440
  })
441
- }), P = e.object({
441
+ }), $ = e.object({
442
442
  id: e.string(),
443
443
  type: e.string(),
444
- coordinates: a
445
- }).passthrough(), x = e.union([
446
- U,
447
- v,
448
- P
449
- ]), H = e.object({
444
+ coordinates: c
445
+ }).passthrough(), ee = e.union([
446
+ J,
447
+ Z,
448
+ $
449
+ ]), te = e.object({
450
450
  next_node: e.string(),
451
- coordinates: a
452
- }).passthrough(), M = e.object({
451
+ coordinates: c
452
+ }).passthrough(), oe = e.object({
453
453
  resume_flow: e.boolean().optional(),
454
- coordinates: a
455
- }).passthrough(), G = e.object({
454
+ coordinates: c
455
+ }).passthrough(), ne = e.object({
456
456
  id: e.string(),
457
457
  name: e.string(),
458
458
  languages: e.object({
459
459
  primary: e.string()
460
460
  }).passthrough(),
461
- nodes: e.array(x),
462
- start: H,
463
- ending: M,
461
+ nodes: e.array(ee),
462
+ start: te,
463
+ ending: oe,
464
464
  created_at: e.string(),
465
465
  updated_at: e.string(),
466
466
  links: e.object({
467
467
  sdkSrc: e.string().optional(),
468
468
  sdk_src: e.string().optional()
469
469
  }).passthrough()
470
- }).passthrough(), Ye = G.omit({
470
+ }).passthrough(), pt = ne.omit({
471
471
  id: !0,
472
472
  created_at: !0,
473
473
  updated_at: !0
474
474
  });
475
- var d = /* @__PURE__ */ ((t) => (t.TOKEN = "token", t.TOKEN_ID_TOKEN = "token id_token", t.CODE = "code", t))(d || {}), g = /* @__PURE__ */ ((t) => (t.QUERY = "query", t.FRAGMENT = "fragment", t.FORM_POST = "form_post", t.WEB_MESSAGE = "web_message", t.SAML_POST = "saml_post", t))(g || {}), u = /* @__PURE__ */ ((t) => (t.S256 = "S256", t.Plain = "plain", t))(u || {});
476
- const K = e.object({
475
+ var I = /* @__PURE__ */ ((t) => (t.TOKEN = "token", t.TOKEN_ID_TOKEN = "token id_token", t.CODE = "code", t))(I || {}), C = /* @__PURE__ */ ((t) => (t.QUERY = "query", t.FRAGMENT = "fragment", t.FORM_POST = "form_post", t.WEB_MESSAGE = "web_message", t.SAML_POST = "saml_post", t))(C || {}), O = /* @__PURE__ */ ((t) => (t.S256 = "S256", t.Plain = "plain", t))(O || {});
476
+ const ie = e.object({
477
477
  client_id: e.string(),
478
478
  act_as: e.string().optional(),
479
- response_type: e.nativeEnum(d).optional(),
480
- response_mode: e.nativeEnum(g).optional(),
479
+ response_type: e.nativeEnum(I).optional(),
480
+ response_mode: e.nativeEnum(C).optional(),
481
481
  redirect_uri: e.string().optional(),
482
482
  audience: e.string().optional(),
483
483
  organization: e.string().optional(),
@@ -485,13 +485,13 @@ const K = e.object({
485
485
  nonce: e.string().optional(),
486
486
  scope: e.string().optional(),
487
487
  prompt: e.string().optional(),
488
- code_challenge_method: e.nativeEnum(u).optional(),
488
+ code_challenge_method: e.nativeEnum(O).optional(),
489
489
  code_challenge: e.string().optional(),
490
490
  username: e.string().optional(),
491
491
  ui_locales: e.string().optional(),
492
492
  // The following fields are not available in Auth0
493
493
  vendor_id: e.string().optional()
494
- }), Qe = e.object({
494
+ }), dt = e.object({
495
495
  colors: e.object({
496
496
  primary: e.string(),
497
497
  page_background: e.object({
@@ -507,7 +507,7 @@ const K = e.object({
507
507
  font: e.object({
508
508
  url: e.string()
509
509
  }).optional()
510
- }), z = e.object({
510
+ }), ae = e.object({
511
511
  kid: e.string().optional(),
512
512
  team_id: e.string().optional(),
513
513
  realms: e.string().optional(),
@@ -527,23 +527,23 @@ const K = e.object({
527
527
  twilio_sid: e.string().optional(),
528
528
  twilio_token: e.string().optional(),
529
529
  icon_url: e.string().optional()
530
- }), B = e.object({
530
+ }), re = e.object({
531
531
  id: e.string().optional(),
532
532
  name: e.string(),
533
533
  display_name: e.string().optional(),
534
534
  strategy: e.string(),
535
- options: z.default({}),
535
+ options: ae.default({}),
536
536
  enabled_clients: e.array(e.string()).default([]).optional(),
537
537
  response_type: e.custom().optional(),
538
538
  response_mode: e.custom().optional(),
539
539
  is_domain_connection: e.boolean().optional(),
540
540
  show_as_button: e.boolean().optional(),
541
541
  metadata: e.record(e.any()).optional()
542
- }), W = e.object({
542
+ }), se = e.object({
543
543
  id: e.string(),
544
544
  created_at: e.string().transform((t) => t === null ? "" : t),
545
545
  updated_at: e.string().transform((t) => t === null ? "" : t)
546
- }).extend(B.shape), X = e.object({
546
+ }).extend(re.shape), le = e.object({
547
547
  id: e.string().optional(),
548
548
  // Basic settings
549
549
  audience: e.string(),
@@ -663,25 +663,25 @@ const K = e.object({
663
663
  // Authorization settings
664
664
  pushed_authorization_requests_supported: e.boolean().optional(),
665
665
  authorization_response_iss_parameter_supported: e.boolean().optional()
666
- }), V = e.object({
666
+ }), ce = e.object({
667
667
  created_at: e.string().nullable().transform((t) => t ?? ""),
668
668
  updated_at: e.string().nullable().transform((t) => t ?? ""),
669
- ...X.shape,
669
+ ...le.shape,
670
670
  id: e.string()
671
671
  });
672
672
  e.object({
673
- ...T.shape,
674
- tenant: V,
675
- connections: e.array(W)
673
+ ...G.shape,
674
+ tenant: ce,
675
+ connections: e.array(se)
676
676
  });
677
- const q = e.enum([
677
+ const _e = e.enum([
678
678
  "password_reset",
679
679
  "email_verification",
680
680
  "otp",
681
681
  "authorization_code",
682
682
  "oauth2_state",
683
683
  "ticket"
684
- ]), Y = e.object({
684
+ ]), pe = e.object({
685
685
  code_id: e.string().openapi({
686
686
  description: "The code that will be used in for instance an email verification flow"
687
687
  }),
@@ -691,7 +691,7 @@ const q = e.enum([
691
691
  connection_id: e.string().optional().openapi({
692
692
  description: "The connection that the code is connected to"
693
693
  }),
694
- code_type: q,
694
+ code_type: _e,
695
695
  code_verifier: e.string().optional().openapi({
696
696
  description: "The code verifier used in PKCE in outbound flows"
697
697
  }),
@@ -713,10 +713,10 @@ const q = e.enum([
713
713
  expires_at: e.string(),
714
714
  used_at: e.string().optional(),
715
715
  user_id: e.string().optional()
716
- }), Je = e.object({
717
- ...Y.shape,
716
+ }), gt = e.object({
717
+ ...pe.shape,
718
718
  created_at: e.string()
719
- }), Q = e.object({
719
+ }), de = e.object({
720
720
  domain: e.string(),
721
721
  custom_domain_id: e.string().optional(),
722
722
  type: e.enum(["auth0_managed_certs", "self_managed_certs"]),
@@ -730,23 +730,23 @@ const q = e.enum([
730
730
  "null"
731
731
  ]).optional(),
732
732
  domain_metadata: e.record(e.string().max(255)).optional()
733
- }), J = e.object({
733
+ }), ge = e.object({
734
734
  name: e.literal("txt"),
735
735
  record: e.string(),
736
736
  domain: e.string()
737
- }), Z = e.object({
738
- ...Q.shape,
737
+ }), ue = e.object({
738
+ ...de.shape,
739
739
  custom_domain_id: e.string(),
740
740
  primary: e.boolean(),
741
741
  status: e.enum(["disabled", "pending", "pending_verification", "ready"]),
742
742
  origin_domain_name: e.string().optional(),
743
743
  verification: e.object({
744
- methods: e.array(J)
744
+ methods: e.array(ge)
745
745
  }).optional(),
746
746
  tls_policy: e.string().optional()
747
- }), Ze = Z.extend({
747
+ }), ut = ue.extend({
748
748
  tenant_id: e.string()
749
- }), $e = e.object({
749
+ }), mt = e.object({
750
750
  id: e.string(),
751
751
  type: e.literal("submit"),
752
752
  label: e.string(),
@@ -755,54 +755,66 @@ const q = e.enum([
755
755
  order: e.number().optional(),
756
756
  visible: e.boolean().optional().default(!0),
757
757
  customizations: e.record(e.string(), e.any()).optional()
758
- }), $ = e.discriminatedUnion("type", [
759
- e.object({
760
- id: e.string(),
761
- category: e.literal("BLOCK").optional(),
758
+ }), y = e.object({
759
+ id: e.string(),
760
+ order: e.number().optional(),
761
+ visible: e.boolean().optional().default(!0)
762
+ }), f = y.extend({
763
+ category: e.literal("BLOCK").optional()
764
+ }), l = y.extend({
765
+ category: e.literal("FIELD").optional(),
766
+ required: e.boolean().optional(),
767
+ sensitive: e.boolean().optional()
768
+ }), me = e.discriminatedUnion("type", [
769
+ f.extend({
762
770
  type: e.literal("RICH_TEXT"),
763
771
  config: e.object({
764
772
  content: e.string()
765
- }),
766
- order: e.number().optional(),
767
- visible: e.boolean().optional().default(!0)
773
+ })
768
774
  }),
769
- e.object({
770
- id: e.string(),
771
- category: e.literal("FIELD").optional(),
775
+ l.omit({ sensitive: !0 }).extend({
772
776
  type: e.literal("LEGAL"),
773
777
  config: e.object({
774
778
  text: e.string(),
775
779
  html: e.boolean().optional()
776
- }),
777
- required: e.boolean().optional(),
778
- order: e.number().optional(),
779
- visible: e.boolean().optional().default(!0)
780
+ })
780
781
  }),
781
- e.object({
782
- id: e.string(),
783
- category: e.literal("FIELD").optional(),
782
+ l.extend({
784
783
  type: e.literal("TEXT"),
785
784
  config: e.object({
786
785
  placeholder: e.string().optional(),
787
786
  multiline: e.boolean().optional()
788
- }),
789
- required: e.boolean().optional(),
790
- sensitive: e.boolean().optional(),
791
- order: e.number().optional(),
792
- visible: e.boolean().optional().default(!0)
793
- }),
794
- e.object({
795
- id: e.string(),
796
- category: e.literal("BLOCK").optional(),
787
+ })
788
+ }),
789
+ f.extend({
797
790
  type: e.literal("NEXT_BUTTON"),
798
791
  config: e.object({
799
792
  text: e.string().optional()
800
- }),
801
- order: e.number().optional(),
802
- visible: e.boolean().optional().default(!0)
793
+ })
794
+ }),
795
+ l.extend({
796
+ type: e.literal("EMAIL"),
797
+ config: e.object({
798
+ label: e.string().optional(),
799
+ placeholder: e.string().optional()
800
+ })
801
+ }),
802
+ l.extend({
803
+ type: e.literal("NUMBER"),
804
+ config: e.object({
805
+ label: e.string().optional(),
806
+ placeholder: e.string().optional()
807
+ })
808
+ }),
809
+ l.extend({
810
+ type: e.literal("PHONE"),
811
+ config: e.object({
812
+ label: e.string().optional(),
813
+ placeholder: e.string().optional()
814
+ })
803
815
  })
804
816
  // Add more component types as needed
805
- ]), ee = e.object({
817
+ ]), he = e.object({
806
818
  name: e.string().openapi({
807
819
  description: "The name of the form"
808
820
  }),
@@ -853,7 +865,7 @@ const q = e.enum([
853
865
  coordinates: e.object({ x: e.number(), y: e.number() }),
854
866
  alias: e.string().min(1).max(150).optional(),
855
867
  config: e.object({
856
- components: e.array($),
868
+ components: e.array(me),
857
869
  next_node: e.string().optional()
858
870
  })
859
871
  })
@@ -876,11 +888,11 @@ const q = e.enum([
876
888
  style: e.object({ css: e.string().optional() }).optional()
877
889
  }).openapi({
878
890
  description: "Schema for flow-based forms (matches new JSON structure)"
879
- }), et = e.object({
880
- ...n.shape,
881
- ...ee.shape,
891
+ }), ht = e.object({
892
+ ...r.shape,
893
+ ...he.shape,
882
894
  id: e.string()
883
- }), m = e.enum([
895
+ }), T = e.enum([
884
896
  "pre-user-registration",
885
897
  "post-user-registration",
886
898
  "post-user-login",
@@ -888,49 +900,49 @@ const q = e.enum([
888
900
  "pre-user-deletion",
889
901
  "post-user-deletion"
890
902
  // Potentially other triggers specific to webhooks in the future
891
- ]), h = e.enum([
903
+ ]), N = e.enum([
892
904
  "pre-user-registration",
893
905
  "post-user-registration",
894
906
  "post-user-login",
895
907
  "validate-registration-username",
896
908
  "pre-user-deletion",
897
909
  "post-user-deletion"
898
- ]), l = {
910
+ ]), g = {
899
911
  enabled: e.boolean().default(!1),
900
912
  synchronous: e.boolean().default(!1),
901
913
  priority: e.number().optional(),
902
914
  hook_id: e.string().optional()
903
- }, te = e.object({
904
- ...l,
905
- trigger_id: m,
915
+ }, be = e.object({
916
+ ...g,
917
+ trigger_id: T,
906
918
  url: e.string()
907
- }), oe = e.object({
908
- ...l,
909
- trigger_id: h,
919
+ }), fe = e.object({
920
+ ...g,
921
+ trigger_id: N,
910
922
  form_id: e.string()
911
- }), tt = e.union([
912
- te,
913
- oe
914
- ]), ne = e.object({
915
- ...l,
916
- trigger_id: m,
917
- ...n.shape,
923
+ }), bt = e.union([
924
+ be,
925
+ fe
926
+ ]), Ee = e.object({
927
+ ...g,
928
+ trigger_id: T,
929
+ ...r.shape,
918
930
  hook_id: e.string(),
919
931
  url: e.string()
920
- }), ie = e.object({
921
- ...l,
922
- trigger_id: h,
923
- ...n.shape,
932
+ }), Se = e.object({
933
+ ...g,
934
+ trigger_id: N,
935
+ ...r.shape,
924
936
  hook_id: e.string(),
925
937
  form_id: e.string()
926
- }), ot = e.union([ne, ie]), ae = e.object({
938
+ }), ft = e.union([Ee, Se]), Ae = e.object({
927
939
  name: e.string().optional()
928
- }), se = e.object({
940
+ }), Ie = e.object({
929
941
  email: e.string().optional()
930
- }), re = e.object({
942
+ }), Ce = e.object({
931
943
  organization_id: e.string().max(50),
932
- inviter: ae,
933
- invitee: se,
944
+ inviter: Ae,
945
+ invitee: Ie,
934
946
  invitation_url: e.string().url(),
935
947
  client_id: e.string(),
936
948
  connection_id: e.string().optional(),
@@ -939,13 +951,13 @@ const q = e.enum([
939
951
  ttl_sec: e.number().int().max(2592e3).default(604800).optional(),
940
952
  roles: e.array(e.string()).default([]).optional(),
941
953
  send_invitation_email: e.boolean().default(!0).optional()
942
- }), nt = e.object({
954
+ }), Et = e.object({
943
955
  id: e.string(),
944
956
  organization_id: e.string().max(50),
945
957
  created_at: e.string().datetime(),
946
958
  expires_at: e.string().datetime(),
947
959
  ticket_id: e.string().optional()
948
- }).extend(re.shape), le = e.object({
960
+ }).extend(Ce.shape), Oe = e.object({
949
961
  alg: e.enum([
950
962
  "RS256",
951
963
  "RS384",
@@ -964,9 +976,9 @@ const q = e.enum([
964
976
  x5t: e.string().optional(),
965
977
  x5c: e.array(e.string()).optional(),
966
978
  use: e.enum(["sig", "enc"]).optional()
967
- }), it = e.object({
968
- keys: e.array(le)
969
- }), at = e.object({
979
+ }), St = e.object({
980
+ keys: e.array(Oe)
981
+ }), At = e.object({
970
982
  issuer: e.string(),
971
983
  authorization_endpoint: e.string(),
972
984
  token_endpoint: e.string(),
@@ -987,10 +999,10 @@ const q = e.enum([
987
999
  request_uri_parameter_supported: e.boolean(),
988
1000
  request_parameter_supported: e.boolean(),
989
1001
  token_endpoint_auth_signing_alg_values_supported: e.array(e.string())
990
- }), _e = e.object({
1002
+ }), ye = e.object({
991
1003
  csrf_token: e.string(),
992
1004
  auth0Client: e.string().optional(),
993
- authParams: K,
1005
+ authParams: ie,
994
1006
  expires_at: e.string(),
995
1007
  deleted_at: e.string().optional(),
996
1008
  ip: e.string().optional(),
@@ -1000,14 +1012,14 @@ const q = e.enum([
1000
1012
  login_completed: e.boolean().optional().default(!1)
1001
1013
  }).openapi({
1002
1014
  description: "This represents a login sesion"
1003
- }), st = e.object({
1004
- ..._e.shape,
1015
+ }), It = e.object({
1016
+ ...ye.shape,
1005
1017
  id: e.string().openapi({
1006
1018
  description: "This is is used as the state in the universal login"
1007
1019
  }),
1008
1020
  created_at: e.string(),
1009
1021
  updated_at: e.string()
1010
- }), ce = {
1022
+ }), Te = {
1011
1023
  // Network & System
1012
1024
  ACLS_SUMMARY: "acls_summary",
1013
1025
  ACTIONS_EXECUTION_FAILED: "actions_execution_failed",
@@ -1174,24 +1186,24 @@ const q = e.enum([
1174
1186
  WARNING_DURING_LOGIN: "w",
1175
1187
  WARNING_SENDING_NOTIFICATION: "wn",
1176
1188
  WARNING_USER_MANAGEMENT: "wum"
1177
- }, pe = e.string().refine(
1178
- (t) => Object.values(ce).includes(t),
1189
+ }, Ne = e.string().refine(
1190
+ (t) => Object.values(Te).includes(t),
1179
1191
  { message: "Invalid log type" }
1180
- ), de = e.object({
1192
+ ), Le = e.object({
1181
1193
  name: e.string(),
1182
1194
  version: e.string(),
1183
1195
  env: e.object({
1184
1196
  node: e.string().optional()
1185
1197
  }).optional()
1186
- }), ge = e.object({
1198
+ }), Re = e.object({
1187
1199
  country_code: e.string().length(2),
1188
1200
  city_name: e.string(),
1189
1201
  latitude: e.string(),
1190
1202
  longitude: e.string(),
1191
1203
  time_zone: e.string(),
1192
1204
  continent_code: e.string()
1193
- }), ue = e.object({
1194
- type: pe,
1205
+ }), De = e.object({
1206
+ type: Ne,
1195
1207
  date: e.string(),
1196
1208
  description: e.string().optional(),
1197
1209
  ip: e.string().optional(),
@@ -1210,30 +1222,30 @@ const q = e.enum([
1210
1222
  strategy: e.string().optional(),
1211
1223
  strategy_type: e.string().optional(),
1212
1224
  hostname: e.string().optional(),
1213
- auth0_client: de.optional(),
1225
+ auth0_client: Le.optional(),
1214
1226
  log_id: e.string().optional(),
1215
- location_info: ge.optional()
1216
- }), rt = e.object({
1217
- ...ue.shape,
1227
+ location_info: Re.optional()
1228
+ }), Ct = e.object({
1229
+ ...De.shape,
1218
1230
  log_id: e.string()
1219
- }), me = e.object({
1231
+ }), we = e.object({
1220
1232
  id: e.string().optional(),
1221
1233
  user_id: e.string(),
1222
1234
  password: e.string(),
1223
1235
  algorithm: e.enum(["bcrypt", "argon2id"]).default("argon2id"),
1224
1236
  is_current: e.boolean().default(!0)
1225
- }), lt = me.extend({
1237
+ }), Ot = we.extend({
1226
1238
  id: e.string(),
1227
1239
  created_at: e.string(),
1228
1240
  updated_at: e.string()
1229
- }), b = e.object({
1241
+ }), L = e.object({
1230
1242
  initial_user_agent: e.string().describe("First user agent of the device from which this user logged in"),
1231
1243
  initial_ip: e.string().describe("First IP address associated with this session"),
1232
1244
  initial_asn: e.string().describe("First autonomous system number associated with this session"),
1233
1245
  last_user_agent: e.string().describe("Last user agent of the device from which this user logged in"),
1234
1246
  last_ip: e.string().describe("Last IP address from which this user logged in"),
1235
1247
  last_asn: e.string().describe("Last autonomous system number from which this user logged in")
1236
- }), he = e.object({
1248
+ }), je = e.object({
1237
1249
  id: e.string(),
1238
1250
  revoked_at: e.string().optional(),
1239
1251
  used_at: e.string().optional(),
@@ -1241,17 +1253,17 @@ const q = e.enum([
1241
1253
  expires_at: e.string().optional(),
1242
1254
  login_session_id: e.string(),
1243
1255
  idle_expires_at: e.string().optional(),
1244
- device: b.describe(
1256
+ device: L.describe(
1245
1257
  "Metadata related to the device used in the session"
1246
1258
  ),
1247
1259
  clients: e.array(e.string()).describe("List of client details for the session")
1248
- }), _t = e.object({
1260
+ }), yt = e.object({
1249
1261
  created_at: e.string(),
1250
1262
  updated_at: e.string(),
1251
1263
  authenticated_at: e.string(),
1252
1264
  last_interaction_at: e.string(),
1253
- ...he.shape
1254
- }), ct = e.object({
1265
+ ...je.shape
1266
+ }), Tt = e.object({
1255
1267
  kid: e.string().openapi({ description: "The key id of the signing key" }),
1256
1268
  cert: e.string().openapi({ description: "The public certificate of the signing key" }),
1257
1269
  fingerprint: e.string().openapi({ description: "The cert fingerprint" }),
@@ -1277,8 +1289,8 @@ const q = e.enum([
1277
1289
  description: "The type of the signing key"
1278
1290
  })
1279
1291
  });
1280
- var be = /* @__PURE__ */ ((t) => (t.RefreshToken = "refresh_token", t.AuthorizationCode = "authorization_code", t.ClientCredential = "client_credentials", t.Passwordless = "passwordless", t.Password = "password", t.OTP = "http://auth0.com/oauth/grant-type/passwordless/otp", t))(be || {});
1281
- const pt = e.object({
1292
+ var ke = /* @__PURE__ */ ((t) => (t.RefreshToken = "refresh_token", t.AuthorizationCode = "authorization_code", t.ClientCredential = "client_credentials", t.Passwordless = "passwordless", t.Password = "password", t.OTP = "http://auth0.com/oauth/grant-type/passwordless/otp", t))(ke || {});
1293
+ const Nt = e.object({
1282
1294
  access_token: e.string(),
1283
1295
  id_token: e.string().optional(),
1284
1296
  scope: e.string().optional(),
@@ -1291,7 +1303,7 @@ e.object({
1291
1303
  code: e.string(),
1292
1304
  state: e.string().optional()
1293
1305
  });
1294
- const Ee = e.object({
1306
+ const Ue = e.object({
1295
1307
  button_border_radius: e.number(),
1296
1308
  button_border_weight: e.number(),
1297
1309
  buttons_style: e.enum(["pill", "rounded", "sharp"]),
@@ -1301,7 +1313,7 @@ const Ee = e.object({
1301
1313
  show_widget_shadow: e.boolean(),
1302
1314
  widget_border_weight: e.number(),
1303
1315
  widget_corner_radius: e.number()
1304
- }), fe = e.object({
1316
+ }), Fe = e.object({
1305
1317
  base_focus_color: e.string(),
1306
1318
  base_hover_color: e.string(),
1307
1319
  body_text: e.string(),
@@ -1321,44 +1333,44 @@ const Ee = e.object({
1321
1333
  success: e.string(),
1322
1334
  widget_background: e.string(),
1323
1335
  widget_border: e.string()
1324
- }), o = e.object({
1336
+ }), a = e.object({
1325
1337
  bold: e.boolean(),
1326
1338
  size: e.number()
1327
- }), Se = e.object({
1328
- body_text: o,
1329
- buttons_text: o,
1339
+ }), ve = e.object({
1340
+ body_text: a,
1341
+ buttons_text: a,
1330
1342
  font_url: e.string(),
1331
- input_labels: o,
1332
- links: o,
1343
+ input_labels: a,
1344
+ links: a,
1333
1345
  links_style: e.enum(["normal", "underlined"]),
1334
1346
  reference_text_size: e.number(),
1335
- subtitle: o,
1336
- title: o
1337
- }), Ae = e.object({
1347
+ subtitle: a,
1348
+ title: a
1349
+ }), Pe = e.object({
1338
1350
  background_color: e.string(),
1339
1351
  background_image_url: e.string(),
1340
1352
  page_layout: e.enum(["center", "left", "right"])
1341
- }), Ie = e.object({
1353
+ }), xe = e.object({
1342
1354
  header_text_alignment: e.enum(["center", "left", "right"]),
1343
1355
  logo_height: e.number(),
1344
1356
  logo_position: e.enum(["center", "left", "none", "right"]),
1345
1357
  logo_url: e.string(),
1346
1358
  social_buttons_layout: e.enum(["bottom", "top"])
1347
- }), Ce = e.object({
1348
- borders: Ee,
1349
- colors: fe,
1359
+ }), Me = e.object({
1360
+ borders: Ue,
1361
+ colors: Fe,
1350
1362
  displayName: e.string(),
1351
- fonts: Se,
1352
- page_background: Ae,
1353
- widget: Ie
1354
- }), dt = Ce.extend({
1363
+ fonts: ve,
1364
+ page_background: Pe,
1365
+ widget: xe
1366
+ }), Lt = Me.extend({
1355
1367
  themeId: e.string()
1356
- }), gt = e.object({
1368
+ }), Rt = e.object({
1357
1369
  universal_login_experience: e.enum(["new", "classic"]).default("new"),
1358
1370
  identifier_first: e.boolean().default(!0),
1359
1371
  password_first: e.boolean().default(!1),
1360
1372
  webauthn_platform_first_factor: e.boolean()
1361
- }), ut = e.object({
1373
+ }), Dt = e.object({
1362
1374
  name: e.string(),
1363
1375
  enabled: e.boolean().optional().default(!0),
1364
1376
  default_from_address: e.string().optional(),
@@ -1388,7 +1400,7 @@ const Ee = e.object({
1388
1400
  })
1389
1401
  ]),
1390
1402
  settings: e.object({}).optional()
1391
- }), Oe = e.object({
1403
+ }), He = e.object({
1392
1404
  // The actual refresh token value (primary key).
1393
1405
  id: e.string(),
1394
1406
  // Link to the session record
@@ -1401,7 +1413,7 @@ const Ee = e.object({
1401
1413
  idle_expires_at: e.string().optional(),
1402
1414
  // When the token was last used.
1403
1415
  last_exchanged_at: e.string().optional(),
1404
- device: b,
1416
+ device: L,
1405
1417
  resource_servers: e.array(
1406
1418
  e.object({
1407
1419
  audience: e.string(),
@@ -1409,21 +1421,21 @@ const Ee = e.object({
1409
1421
  })
1410
1422
  ),
1411
1423
  rotating: e.boolean()
1412
- }), mt = e.object({
1424
+ }), wt = e.object({
1413
1425
  // When the refresh token record was created.
1414
1426
  created_at: e.string(),
1415
1427
  // Spread in the rest of the refresh token properties.
1416
- ...Oe.shape
1417
- }), ht = e.object({
1428
+ ...He.shape
1429
+ }), jt = e.object({
1418
1430
  to: e.string(),
1419
1431
  message: e.string()
1420
- }), bt = e.object({
1432
+ }), kt = e.object({
1421
1433
  name: e.string(),
1422
1434
  options: e.object({})
1423
- }), Te = e.object({
1435
+ }), Ge = e.object({
1424
1436
  value: e.string(),
1425
1437
  description: e.string().optional()
1426
- }), ye = e.object({
1438
+ }), Ke = e.object({
1427
1439
  token_dialect: e.enum(["access_token", "access_token_authz"]).optional(),
1428
1440
  enforce_policies: e.boolean().optional(),
1429
1441
  allow_skipping_userinfo: e.boolean().optional(),
@@ -1433,10 +1445,10 @@ const Ee = e.object({
1433
1445
  mtls: e.object({
1434
1446
  bound_access_tokens: e.boolean().optional()
1435
1447
  }).optional()
1436
- }), Ne = e.object({
1448
+ }), Be = e.object({
1437
1449
  name: e.string(),
1438
1450
  identifier: e.string(),
1439
- scopes: e.array(Te).optional(),
1451
+ scopes: e.array(Ge).optional(),
1440
1452
  signing_alg: e.string().optional(),
1441
1453
  signing_secret: e.string().optional(),
1442
1454
  token_lifetime: e.number().optional(),
@@ -1444,29 +1456,29 @@ const Ee = e.object({
1444
1456
  skip_consent_for_verifiable_first_party_clients: e.boolean().optional(),
1445
1457
  allow_offline_access: e.boolean().optional(),
1446
1458
  verificationKey: e.string().optional(),
1447
- options: ye.optional()
1448
- }), Le = e.object({
1459
+ options: Ke.optional()
1460
+ }), ze = e.object({
1449
1461
  id: e.string().optional(),
1450
- ...Ne.shape,
1462
+ ...Be.shape,
1451
1463
  created_at: e.string().optional(),
1452
1464
  updated_at: e.string().optional()
1453
- }), Et = e.array(Le), Re = e.object({
1465
+ }), Ut = e.array(ze), We = e.object({
1454
1466
  role_id: e.string(),
1455
1467
  resource_server_identifier: e.string(),
1456
1468
  permission_name: e.string()
1457
- }), De = e.object({
1458
- ...Re.shape,
1469
+ }), Xe = e.object({
1470
+ ...We.shape,
1459
1471
  created_at: e.string()
1460
- }), ft = e.array(De), we = e.object({
1472
+ }), Ft = e.array(Xe), Ve = e.object({
1461
1473
  user_id: e.string(),
1462
1474
  resource_server_identifier: e.string(),
1463
1475
  permission_name: e.string(),
1464
1476
  organization_id: e.string().optional()
1465
- }), je = e.object({
1466
- ...we.shape,
1477
+ }), qe = e.object({
1478
+ ...Ve.shape,
1467
1479
  tenant_id: e.string(),
1468
1480
  created_at: e.string().optional()
1469
- }), St = e.array(je), ke = e.object({
1481
+ }), vt = e.array(qe), Ye = e.object({
1470
1482
  user_id: e.string(),
1471
1483
  resource_server_identifier: e.string(),
1472
1484
  resource_server_name: e.string(),
@@ -1474,31 +1486,31 @@ const Ee = e.object({
1474
1486
  description: e.string().nullable().optional(),
1475
1487
  created_at: e.string().optional(),
1476
1488
  organization_id: e.string().optional()
1477
- }), At = e.array(
1478
- ke
1479
- ), Fe = e.object({
1489
+ }), Pt = e.array(
1490
+ Ye
1491
+ ), Qe = e.object({
1480
1492
  user_id: e.string(),
1481
1493
  role_id: e.string(),
1482
1494
  organization_id: e.string().optional()
1483
- }), Ue = e.object({
1484
- ...Fe.shape,
1495
+ }), Je = e.object({
1496
+ ...Qe.shape,
1485
1497
  tenant_id: e.string(),
1486
1498
  created_at: e.string().optional()
1487
- }), It = e.array(Ue), ve = e.object({
1499
+ }), xt = e.array(Je), Ze = e.object({
1488
1500
  name: e.string().min(1).max(50).openapi({
1489
1501
  description: "The name of the role. Cannot include '<' or '>'"
1490
1502
  }),
1491
1503
  description: e.string().max(255).optional().openapi({
1492
1504
  description: "The description of the role"
1493
1505
  })
1494
- }), Pe = e.object({
1506
+ }), $e = e.object({
1495
1507
  id: e.string().openapi({
1496
1508
  description: "The unique identifier of the role"
1497
1509
  }),
1498
- ...ve.shape,
1510
+ ...Ze.shape,
1499
1511
  created_at: e.string().optional(),
1500
1512
  updated_at: e.string().optional()
1501
- }), Ct = e.array(Pe), xe = e.object({
1513
+ }), Mt = e.array($e), et = e.object({
1502
1514
  logo_url: e.string().optional().openapi({
1503
1515
  description: "URL of the organization's logo"
1504
1516
  }),
@@ -1510,7 +1522,7 @@ const Ee = e.object({
1510
1522
  description: "Page background color in hex format (e.g., #FFFFFF)"
1511
1523
  })
1512
1524
  }).optional()
1513
- }).optional(), He = e.object({
1525
+ }).optional(), tt = e.object({
1514
1526
  connection_id: e.string().openapi({
1515
1527
  description: "ID of the connection"
1516
1528
  }),
@@ -1523,7 +1535,7 @@ const Ee = e.object({
1523
1535
  is_signup_enabled: e.boolean().default(!0).openapi({
1524
1536
  description: "Whether signup is enabled for this connection"
1525
1537
  })
1526
- }), Me = e.object({
1538
+ }), ot = e.object({
1527
1539
  client_credentials: e.object({
1528
1540
  enforce: e.boolean().default(!1).openapi({
1529
1541
  description: "Whether to enforce token quota limits"
@@ -1535,7 +1547,7 @@ const Ee = e.object({
1535
1547
  description: "Maximum tokens per hour (0 = unlimited)"
1536
1548
  })
1537
1549
  }).optional()
1538
- }).optional(), Ge = e.object({
1550
+ }).optional(), nt = e.object({
1539
1551
  id: e.string().optional(),
1540
1552
  name: e.string().min(1).openapi({
1541
1553
  description: "The name of the organization"
@@ -1543,30 +1555,30 @@ const Ee = e.object({
1543
1555
  display_name: e.string().optional().openapi({
1544
1556
  description: "The display name of the organization"
1545
1557
  }),
1546
- branding: xe,
1558
+ branding: et,
1547
1559
  metadata: e.record(e.any()).default({}).optional().openapi({
1548
1560
  description: "Custom metadata for the organization"
1549
1561
  }),
1550
- enabled_connections: e.array(He).default([]).optional().openapi({
1562
+ enabled_connections: e.array(tt).default([]).optional().openapi({
1551
1563
  description: "List of enabled connections for the organization"
1552
1564
  }),
1553
- token_quota: Me
1554
- }), Ot = e.object({
1555
- ...Ge.shape,
1556
- ...n.shape,
1565
+ token_quota: ot
1566
+ }), Ht = e.object({
1567
+ ...nt.shape,
1568
+ ...r.shape,
1557
1569
  id: e.string()
1558
- }), Ke = e.object({
1570
+ }), it = e.object({
1559
1571
  user_id: e.string().openapi({
1560
1572
  description: "ID of the user"
1561
1573
  }),
1562
1574
  organization_id: e.string().openapi({
1563
1575
  description: "ID of the organization"
1564
1576
  })
1565
- }), Tt = e.object({
1566
- ...Ke.shape,
1567
- ...n.shape,
1577
+ }), Gt = e.object({
1578
+ ...it.shape,
1579
+ ...r.shape,
1568
1580
  id: e.string()
1569
- }), yt = e.object({
1581
+ }), Kt = e.object({
1570
1582
  // Session settings
1571
1583
  idle_session_lifetime: e.number().optional(),
1572
1584
  session_lifetime: e.number().optional(),
@@ -1636,129 +1648,175 @@ const Ee = e.object({
1636
1648
  oidc_logout_prompt_enabled: e.boolean().optional()
1637
1649
  }).optional()
1638
1650
  });
1639
- function Nt(t) {
1640
- const [i, s] = t.split("|");
1641
- if (!i || !s)
1651
+ function Bt(t) {
1652
+ const [n, i] = t.split("|");
1653
+ if (!n || !i)
1642
1654
  throw new Error(`Invalid user_id: ${t}`);
1643
- return { connection: i, id: s };
1655
+ return { connection: n, id: i };
1656
+ }
1657
+ function zt(t) {
1658
+ const {
1659
+ primary: n,
1660
+ secondaries: i,
1661
+ syncMethods: R = ["create", "update", "remove", "delete", "set"]
1662
+ } = t, D = {
1663
+ get(_, o) {
1664
+ if (typeof o == "symbol")
1665
+ return _[o];
1666
+ const p = _[o];
1667
+ return typeof p != "function" ? p : R.includes(o) ? async (...u) => {
1668
+ const w = await p.apply(_, u), m = [];
1669
+ for (const s of i) {
1670
+ const h = s.adapter[o];
1671
+ if (typeof h != "function")
1672
+ continue;
1673
+ const j = (async () => {
1674
+ try {
1675
+ await h.apply(s.adapter, u);
1676
+ } catch (b) {
1677
+ try {
1678
+ s.onError ? s.onError(b, o, u) : console.error(
1679
+ `Passthrough adapter: secondary write failed for ${o}:`,
1680
+ b
1681
+ );
1682
+ } catch (k) {
1683
+ console.error(
1684
+ `Passthrough adapter: onError handler threw for ${o}:`,
1685
+ k
1686
+ );
1687
+ }
1688
+ }
1689
+ })();
1690
+ s.blocking && m.push(j);
1691
+ }
1692
+ return m.length > 0 && await Promise.all(m), w;
1693
+ } : p.bind(_);
1694
+ }
1695
+ };
1696
+ return new Proxy(n, D);
1697
+ }
1698
+ function Wt(t) {
1699
+ return t;
1644
1700
  }
1645
1701
  export {
1646
- de as Auth0Client,
1647
- g as AuthorizationResponseMode,
1648
- d as AuthorizationResponseType,
1649
- u as CodeChallengeMethod,
1650
- p as ComponentCategory,
1651
- c as ComponentType,
1652
- be as GrantType,
1653
- ge as LocationInfo,
1654
- ce as LogTypes,
1655
- F as NodeType,
1656
- Ye as auth0FlowInsertSchema,
1657
- G as auth0FlowSchema,
1658
- Be as auth0QuerySchema,
1659
- Xe as auth0UserResponseSchema,
1660
- K as authParamsSchema,
1661
- _ as baseUserSchema,
1662
- Ee as bordersSchema,
1663
- Qe as brandingSchema,
1664
- R as buttonComponentSchema,
1665
- y as clientGrantInsertSchema,
1666
- qe as clientGrantListSchema,
1667
- N as clientGrantSchema,
1668
- O as clientInsertSchema,
1669
- T as clientSchema,
1670
- Y as codeInsertSchema,
1671
- Je as codeSchema,
1672
- q as codeTypeSchema,
1673
- fe as colorsSchema,
1674
- k as componentSchema,
1675
- B as connectionInsertSchema,
1676
- z as connectionOptionsSchema,
1677
- W as connectionSchema,
1678
- a as coordinatesSchema,
1679
- Q as customDomainInsertSchema,
1680
- Z as customDomainSchema,
1681
- Ze as customDomainWithTenantIdSchema,
1682
- ut as emailProviderSchema,
1683
- M as endingSchema,
1684
- w as fieldComponentSchema,
1685
- v as flowNodeSchema,
1686
- o as fontDetailsSchema,
1687
- Se as fontsSchema,
1688
- $e as formControlSchema,
1689
- ee as formInsertSchema,
1690
- $ as formNodeComponentDefinition,
1691
- et as formSchema,
1692
- j as genericComponentSchema,
1693
- P as genericNodeSchema,
1694
- tt as hookInsertSchema,
1695
- ot as hookSchema,
1696
- f as identitySchema,
1697
- re as inviteInsertSchema,
1698
- nt as inviteSchema,
1699
- se as inviteeSchema,
1700
- ae as inviterSchema,
1701
- it as jwksKeySchema,
1702
- le as jwksSchema,
1703
- D as legalComponentSchema,
1704
- ue as logInsertSchema,
1705
- rt as logSchema,
1706
- _e as loginSessionInsertSchema,
1707
- st as loginSessionSchema,
1708
- x as nodeSchema,
1709
- at as openIDConfigurationSchema,
1710
- xe as organizationBrandingSchema,
1711
- He as organizationEnabledConnectionSchema,
1712
- Ge as organizationInsertSchema,
1713
- Ot as organizationSchema,
1714
- Me as organizationTokenQuotaSchema,
1715
- Ae as pageBackgroundSchema,
1716
- Nt as parseUserId,
1717
- me as passwordInsertSchema,
1718
- lt as passwordSchema,
1719
- E as profileDataSchema,
1720
- gt as promptSettingSchema,
1721
- Oe as refreshTokenInsertSchema,
1722
- mt as refreshTokenSchema,
1723
- Ne as resourceServerInsertSchema,
1724
- Et as resourceServerListSchema,
1725
- ye as resourceServerOptionsSchema,
1726
- Le as resourceServerSchema,
1727
- Te as resourceServerScopeSchema,
1728
- L as richTextComponentSchema,
1729
- ve as roleInsertSchema,
1730
- Ct as roleListSchema,
1731
- Re as rolePermissionInsertSchema,
1732
- ft as rolePermissionListSchema,
1733
- De as rolePermissionSchema,
1734
- Pe as roleSchema,
1735
- he as sessionInsertSchema,
1736
- _t as sessionSchema,
1737
- ct as signingKeySchema,
1738
- bt as smsProviderSchema,
1739
- ht as smsSendParamsSchema,
1740
- H as startSchema,
1741
- U as stepNodeSchema,
1742
- X as tenantInsertSchema,
1743
- V as tenantSchema,
1744
- yt as tenantSettingsSchema,
1745
- Ce as themeInsertSchema,
1746
- dt as themeSchema,
1747
- pt as tokenResponseSchema,
1748
- We as totalsSchema,
1749
- S as userInsertSchema,
1750
- Ke as userOrganizationInsertSchema,
1751
- Tt as userOrganizationSchema,
1752
- we as userPermissionInsertSchema,
1753
- St as userPermissionListSchema,
1754
- je as userPermissionSchema,
1755
- At as userPermissionWithDetailsListSchema,
1756
- ke as userPermissionWithDetailsSchema,
1757
- Ve as userResponseSchema,
1758
- Fe as userRoleInsertSchema,
1759
- It as userRoleListSchema,
1760
- Ue as userRoleSchema,
1761
- A as userSchema,
1762
- J as verificationMethodsSchema,
1763
- Ie as widgetSchema
1702
+ Le as Auth0Client,
1703
+ C as AuthorizationResponseMode,
1704
+ I as AuthorizationResponseType,
1705
+ O as CodeChallengeMethod,
1706
+ A as ComponentCategory,
1707
+ S as ComponentType,
1708
+ ke as GrantType,
1709
+ Re as LocationInfo,
1710
+ Te as LogTypes,
1711
+ Q as NodeType,
1712
+ pt as auth0FlowInsertSchema,
1713
+ ne as auth0FlowSchema,
1714
+ rt as auth0QuerySchema,
1715
+ lt as auth0UserResponseSchema,
1716
+ ie as authParamsSchema,
1717
+ E as baseUserSchema,
1718
+ Ue as bordersSchema,
1719
+ dt as brandingSchema,
1720
+ W as buttonComponentSchema,
1721
+ K as clientGrantInsertSchema,
1722
+ _t as clientGrantListSchema,
1723
+ B as clientGrantSchema,
1724
+ H as clientInsertSchema,
1725
+ G as clientSchema,
1726
+ pe as codeInsertSchema,
1727
+ gt as codeSchema,
1728
+ _e as codeTypeSchema,
1729
+ Fe as colorsSchema,
1730
+ Y as componentSchema,
1731
+ re as connectionInsertSchema,
1732
+ ae as connectionOptionsSchema,
1733
+ se as connectionSchema,
1734
+ c as coordinatesSchema,
1735
+ zt as createPassthroughAdapter,
1736
+ Wt as createWriteOnlyAdapter,
1737
+ de as customDomainInsertSchema,
1738
+ ue as customDomainSchema,
1739
+ ut as customDomainWithTenantIdSchema,
1740
+ Dt as emailProviderSchema,
1741
+ oe as endingSchema,
1742
+ V as fieldComponentSchema,
1743
+ Z as flowNodeSchema,
1744
+ a as fontDetailsSchema,
1745
+ ve as fontsSchema,
1746
+ mt as formControlSchema,
1747
+ he as formInsertSchema,
1748
+ me as formNodeComponentDefinition,
1749
+ ht as formSchema,
1750
+ q as genericComponentSchema,
1751
+ $ as genericNodeSchema,
1752
+ bt as hookInsertSchema,
1753
+ ft as hookSchema,
1754
+ F as identitySchema,
1755
+ Ce as inviteInsertSchema,
1756
+ Et as inviteSchema,
1757
+ Ie as inviteeSchema,
1758
+ Ae as inviterSchema,
1759
+ St as jwksKeySchema,
1760
+ Oe as jwksSchema,
1761
+ X as legalComponentSchema,
1762
+ De as logInsertSchema,
1763
+ Ct as logSchema,
1764
+ ye as loginSessionInsertSchema,
1765
+ It as loginSessionSchema,
1766
+ ee as nodeSchema,
1767
+ At as openIDConfigurationSchema,
1768
+ et as organizationBrandingSchema,
1769
+ tt as organizationEnabledConnectionSchema,
1770
+ nt as organizationInsertSchema,
1771
+ Ht as organizationSchema,
1772
+ ot as organizationTokenQuotaSchema,
1773
+ Pe as pageBackgroundSchema,
1774
+ Bt as parseUserId,
1775
+ we as passwordInsertSchema,
1776
+ Ot as passwordSchema,
1777
+ U as profileDataSchema,
1778
+ Rt as promptSettingSchema,
1779
+ He as refreshTokenInsertSchema,
1780
+ wt as refreshTokenSchema,
1781
+ Be as resourceServerInsertSchema,
1782
+ Ut as resourceServerListSchema,
1783
+ Ke as resourceServerOptionsSchema,
1784
+ ze as resourceServerSchema,
1785
+ Ge as resourceServerScopeSchema,
1786
+ z as richTextComponentSchema,
1787
+ Ze as roleInsertSchema,
1788
+ Mt as roleListSchema,
1789
+ We as rolePermissionInsertSchema,
1790
+ Ft as rolePermissionListSchema,
1791
+ Xe as rolePermissionSchema,
1792
+ $e as roleSchema,
1793
+ je as sessionInsertSchema,
1794
+ yt as sessionSchema,
1795
+ Tt as signingKeySchema,
1796
+ kt as smsProviderSchema,
1797
+ jt as smsSendParamsSchema,
1798
+ te as startSchema,
1799
+ J as stepNodeSchema,
1800
+ le as tenantInsertSchema,
1801
+ ce as tenantSchema,
1802
+ Kt as tenantSettingsSchema,
1803
+ Me as themeInsertSchema,
1804
+ Lt as themeSchema,
1805
+ Nt as tokenResponseSchema,
1806
+ st as totalsSchema,
1807
+ v as userInsertSchema,
1808
+ it as userOrganizationInsertSchema,
1809
+ Gt as userOrganizationSchema,
1810
+ Ve as userPermissionInsertSchema,
1811
+ vt as userPermissionListSchema,
1812
+ qe as userPermissionSchema,
1813
+ Pt as userPermissionWithDetailsListSchema,
1814
+ Ye as userPermissionWithDetailsSchema,
1815
+ ct as userResponseSchema,
1816
+ Qe as userRoleInsertSchema,
1817
+ xt as userRoleListSchema,
1818
+ Je as userRoleSchema,
1819
+ P as userSchema,
1820
+ ge as verificationMethodsSchema,
1821
+ xe as widgetSchema
1764
1822
  };