authhero 0.261.1 → 0.264.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.
@@ -11800,9 +11800,12 @@ export type Form = z.infer<typeof formSchema>;
11800
11800
  export declare const hookInsertSchema: z.ZodUnion<[
11801
11801
  z.ZodObject<{
11802
11802
  trigger_id: z.ZodEnum<[
11803
- "pre-user-signup",
11803
+ "pre-user-registration",
11804
11804
  "post-user-registration",
11805
- "post-user-login"
11805
+ "post-user-login",
11806
+ "validate-registration-username",
11807
+ "pre-user-deletion",
11808
+ "post-user-deletion"
11806
11809
  ]>;
11807
11810
  url: z.ZodString;
11808
11811
  enabled: z.ZodDefault<z.ZodBoolean>;
@@ -11812,13 +11815,13 @@ export declare const hookInsertSchema: z.ZodUnion<[
11812
11815
  }, "strip", z.ZodTypeAny, {
11813
11816
  url: string;
11814
11817
  enabled: boolean;
11815
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11818
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11816
11819
  synchronous: boolean;
11817
11820
  priority?: number | undefined;
11818
11821
  hook_id?: string | undefined;
11819
11822
  }, {
11820
11823
  url: string;
11821
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11824
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11822
11825
  enabled?: boolean | undefined;
11823
11826
  synchronous?: boolean | undefined;
11824
11827
  priority?: number | undefined;
@@ -11826,9 +11829,12 @@ export declare const hookInsertSchema: z.ZodUnion<[
11826
11829
  }>,
11827
11830
  z.ZodObject<{
11828
11831
  trigger_id: z.ZodEnum<[
11829
- "pre-user-signup",
11832
+ "pre-user-registration",
11830
11833
  "post-user-registration",
11831
- "post-user-login"
11834
+ "post-user-login",
11835
+ "validate-registration-username",
11836
+ "pre-user-deletion",
11837
+ "post-user-deletion"
11832
11838
  ]>;
11833
11839
  form_id: z.ZodString;
11834
11840
  enabled: z.ZodDefault<z.ZodBoolean>;
@@ -11837,13 +11843,13 @@ export declare const hookInsertSchema: z.ZodUnion<[
11837
11843
  hook_id: z.ZodOptional<z.ZodString>;
11838
11844
  }, "strip", z.ZodTypeAny, {
11839
11845
  enabled: boolean;
11840
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11846
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11841
11847
  synchronous: boolean;
11842
11848
  form_id: string;
11843
11849
  priority?: number | undefined;
11844
11850
  hook_id?: string | undefined;
11845
11851
  }, {
11846
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11852
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11847
11853
  form_id: string;
11848
11854
  enabled?: boolean | undefined;
11849
11855
  synchronous?: boolean | undefined;
@@ -11859,9 +11865,12 @@ export declare const hookSchema: z.ZodUnion<[
11859
11865
  created_at: z.ZodString;
11860
11866
  updated_at: z.ZodString;
11861
11867
  trigger_id: z.ZodEnum<[
11862
- "pre-user-signup",
11868
+ "pre-user-registration",
11863
11869
  "post-user-registration",
11864
- "post-user-login"
11870
+ "post-user-login",
11871
+ "validate-registration-username",
11872
+ "pre-user-deletion",
11873
+ "post-user-deletion"
11865
11874
  ]>;
11866
11875
  enabled: z.ZodDefault<z.ZodBoolean>;
11867
11876
  synchronous: z.ZodDefault<z.ZodBoolean>;
@@ -11871,7 +11880,7 @@ export declare const hookSchema: z.ZodUnion<[
11871
11880
  updated_at: string;
11872
11881
  url: string;
11873
11882
  enabled: boolean;
11874
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11883
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11875
11884
  synchronous: boolean;
11876
11885
  hook_id: string;
11877
11886
  priority?: number | undefined;
@@ -11879,7 +11888,7 @@ export declare const hookSchema: z.ZodUnion<[
11879
11888
  created_at: string;
11880
11889
  updated_at: string;
11881
11890
  url: string;
11882
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11891
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11883
11892
  hook_id: string;
11884
11893
  enabled?: boolean | undefined;
11885
11894
  synchronous?: boolean | undefined;
@@ -11891,9 +11900,12 @@ export declare const hookSchema: z.ZodUnion<[
11891
11900
  created_at: z.ZodString;
11892
11901
  updated_at: z.ZodString;
11893
11902
  trigger_id: z.ZodEnum<[
11894
- "pre-user-signup",
11903
+ "pre-user-registration",
11895
11904
  "post-user-registration",
11896
- "post-user-login"
11905
+ "post-user-login",
11906
+ "validate-registration-username",
11907
+ "pre-user-deletion",
11908
+ "post-user-deletion"
11897
11909
  ]>;
11898
11910
  enabled: z.ZodDefault<z.ZodBoolean>;
11899
11911
  synchronous: z.ZodDefault<z.ZodBoolean>;
@@ -11902,7 +11914,7 @@ export declare const hookSchema: z.ZodUnion<[
11902
11914
  created_at: string;
11903
11915
  updated_at: string;
11904
11916
  enabled: boolean;
11905
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11917
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11906
11918
  synchronous: boolean;
11907
11919
  hook_id: string;
11908
11920
  form_id: string;
@@ -11910,7 +11922,7 @@ export declare const hookSchema: z.ZodUnion<[
11910
11922
  }, {
11911
11923
  created_at: string;
11912
11924
  updated_at: string;
11913
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
11925
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
11914
11926
  hook_id: string;
11915
11927
  form_id: string;
11916
11928
  enabled?: boolean | undefined;
@@ -17480,6 +17492,18 @@ export type OnExecutePostUserDeletionAPI = {
17480
17492
  export type OnExecutePostUserDeletion = (event: HookEvent & {
17481
17493
  user_id: string;
17482
17494
  }, api: OnExecutePostUserDeletionAPI) => Promise<void>;
17495
+ export type OnExecuteValidateRegistrationUsernameAPI = {
17496
+ deny: (reason?: string) => void;
17497
+ token: TokenAPI;
17498
+ };
17499
+ export type OnExecuteValidateRegistrationUsername = (event: Omit<HookEvent, "user"> & {
17500
+ user: {
17501
+ email: string;
17502
+ connection: string;
17503
+ };
17504
+ }, api: OnExecuteValidateRegistrationUsernameAPI) => Promise<void>;
17505
+ export type OnExecuteValidateSignupEmail = OnExecuteValidateRegistrationUsername;
17506
+ export type OnExecuteValidateSignupEmailAPI = OnExecuteValidateRegistrationUsernameAPI;
17483
17507
  export type SendEmailParams = {
17484
17508
  emailProvider: EmailProvider;
17485
17509
  to: string;
@@ -17547,6 +17571,8 @@ export type Bindings = {
17547
17571
  onExecutePostLogin?: OnExecutePostLogin;
17548
17572
  onExecutePreUserDeletion?: OnExecutePreUserDeletion;
17549
17573
  onExecutePostUserDeletion?: OnExecutePostUserDeletion;
17574
+ onExecuteValidateSignupEmail?: OnExecuteValidateSignupEmail;
17575
+ onExecuteValidateRegistrationUsername?: OnExecuteValidateRegistrationUsername;
17550
17576
  };
17551
17577
  emailProviders?: {
17552
17578
  [key: string]: EmailService;
@@ -17856,7 +17882,7 @@ export interface LabelProps {
17856
17882
  style?: Record<string, string | number>;
17857
17883
  }
17858
17884
  declare const Label: FC<PropsWithChildren<LabelProps>>;
17859
- export declare const tailwindCss = "\n@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:400;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2) format(\"woff2\")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:500;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2) format(\"woff2\")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:600;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2) format(\"woff2\")}@font-face{font-family:uicon;src:url(https://login2.sesamy.com/_next/static/media/uicon.0b00e08a.woff2)}[class*=\" uicon-\"],[class^=uicon-]{font-family:uicon!important;font-size:inherit;font-style:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.uicon-apple:before{content:\"\\ea01\"}.uicon-arrow-down:before{content:\"\\ea02\"}.uicon-arrow-left:before{content:\"\\ea03\"}.uicon-arrow-right:before{content:\"\\ea04\"}.uicon-arrow-up:before{content:\"\\ea05\"}.uicon-facebook:before{content:\"\\ea06\"}.uicon-google:before{content:\"\\ea07\"}.uicon-info-bubble:before{content:\"\\ea08\"}.uicon-info:before{content:\"\\ea09\"}.uicon-sesamy:before{content:\"\\ea0a\"}.uicon-spinner-circle:before{content:\"\\ea0b\"}.uicon-spinner-inner:before{content:\"\\ea0c\"}\n\n/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:\"\"}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}:is(.dark body){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1920px){.container{max-width:1920px}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-1\\/2{top:50%}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-0\\.5{margin-top:.125rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.line-clamp-1{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\\!hidden{display:none!important}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-9{width:2.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.max-w-\\[1295px\\]{max-width:1295px}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-y-1\\/2{--tw-translate-y:-50%}.-translate-y-1\\/2,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded-2xl{border-radius:1.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.625rem}.rounded-md{border-radius:.375rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity))}.border-gray-200\\/50{border-color:rgba(191,188,215,.5)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.bg-gray-200\\/40{background-color:rgba(191,188,215,.4)}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-red\\/80{background-color:rgba(252,90,90,.8)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pl-12{padding-left:3rem}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.indent-\\[5px\\]{text-indent:5px}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.\\!text-xs{font-size:.75rem!important;line-height:135%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-\\[0\\]{line-height:0}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(20 20 26/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity))}.text-green{--tw-text-opacity:1;color:rgb(54 191 118/var(--tw-text-opacity))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.accent-\\[\\#4F2D7F\\]{accent-color:#4f2d7f}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-white{--tw-ring-offset-color:#fff}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.row-up-left{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.row-left{justify-content:flex-start}.row,.row-left{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.row{justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#9786f6;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=\" uicon-\"],[class^=uicon-]{letter-spacing:0;line-height:100%}.file\\:border-0::file-selector-button{border-width:0}.file\\:text-sm::file-selector-button{font-size:.875rem;line-height:120%}.file\\:font-medium::file-selector-button{font-weight:500}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity))}.first\\:rounded-l-md:first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.first\\:border-l:first-child{border-left-width:1px}.last\\:rounded-r-md:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.hover\\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(191 188 215/var(--tw-bg-opacity))}.hover\\:bg-gray-200\\/75:hover{background-color:rgba(191,188,215,.75)}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:bg-red\\/90:hover{background-color:rgba(252,90,90,.9)}.hover\\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity))}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}.hover\\:brightness-90:hover{--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\\:z-10:focus{z-index:10}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-1:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group[open] .group-open\\:rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:disabled~.peer-disabled\\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\\:opacity-70{opacity:.7}.has-\\[\\:disabled\\]\\:opacity-50:has(:disabled){opacity:.5}:is(.dark .dark\\:border-gray-400){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-500){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-600){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-700){--tw-border-opacity:1;border-color:rgb(30 30 39/var(--tw-border-opacity))}:is(.dark .dark\\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-700){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity))}:is(.dark .dark\\:text-\\[\\#201a41\\]){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity))}:is(.dark .dark\\:text-gray-300){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}:is(.dark .dark\\:text-gray-400){--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}:is(.dark .dark\\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\\:ring-offset-gray-900){--tw-ring-offset-color:#08080e}:is(.dark .dark\\:placeholder\\:text-gray-400)::-moz-placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}:is(.dark .dark\\:placeholder\\:text-gray-400)::placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}:is(.dark .dark\\:hover\\:bg-black\\/90:hover){background-color:rgba(0,0,0,.9)}:is(.dark .dark\\:hover\\:bg-gray-700:hover){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity))}:is(.dark .dark\\:hover\\:bg-gray-800:hover){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity))}:is(.dark .dark\\:focus\\:ring-offset-gray-900:focus){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:w-full{width:100%}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:p-10{padding:2.5rem}.md\\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\\:pl-10{padding-left:2.5rem}.md\\:pl-20{padding-left:5rem}.md\\:pr-10{padding-right:2.5rem}.md\\:pr-20{padding-right:5rem}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:inline{display:inline}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:flex-1{flex:1 1 0%}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}}.\\[\\&\\>\\*\\:last-child\\]\\:mb-0>:last-child{margin-bottom:0}.\\[\\&_h1\\]\\:mb-6 h1,.\\[\\&_h2\\]\\:mb-6 h2{margin-bottom:1.5rem}";
17885
+ export declare const tailwindCss = "\n@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:400;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2) format(\"woff2\")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:500;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2) format(\"woff2\")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:600;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2) format(\"woff2\")}@font-face{font-family:uicon;src:url(https://login2.sesamy.com/_next/static/media/uicon.0b00e08a.woff2)}[class*=\" uicon-\"],[class^=uicon-]{font-family:uicon!important;font-size:inherit;font-style:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.uicon-apple:before{content:\"\\ea01\"}.uicon-arrow-down:before{content:\"\\ea02\"}.uicon-arrow-left:before{content:\"\\ea03\"}.uicon-arrow-right:before{content:\"\\ea04\"}.uicon-arrow-up:before{content:\"\\ea05\"}.uicon-facebook:before{content:\"\\ea06\"}.uicon-google:before{content:\"\\ea07\"}.uicon-info-bubble:before{content:\"\\ea08\"}.uicon-info:before{content:\"\\ea09\"}.uicon-sesamy:before{content:\"\\ea0a\"}.uicon-spinner-circle:before{content:\"\\ea0b\"}.uicon-spinner-inner:before{content:\"\\ea0c\"}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }\n\n/*! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:\"\"}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}body:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1920px){.container{max-width:1920px}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-1\\/2{top:50%}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0\\.5{margin-top:.125rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.line-clamp-1{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\\!hidden{display:none!important}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-9{width:2.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.max-w-\\[1295px\\]{max-width:1295px}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-y-1\\/2{--tw-translate-y:-50%}.-translate-y-1\\/2,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.\\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden,.truncate{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.rounded-2xl{border-radius:1.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.625rem}.rounded-md{border-radius:.375rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity,1))}.border-gray-200\\/50{border-color:rgba(191,188,215,.5)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity,1))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1))}.bg-gray-200\\/40{background-color:rgba(191,188,215,.4)}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-red\\/80{background-color:rgba(252,90,90,.8)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1\\.5{padding-bottom:.375rem;padding-top:.375rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pl-12{padding-left:3rem}.pl-6{padding-left:1.5rem}.pr-12{padding-right:3rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.indent-\\[5px\\]{text-indent:5px}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.\\!text-xs{font-size:.75rem!important;line-height:135%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-\\[0\\]{line-height:0}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(20 20 26/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity,1))}.text-green{--tw-text-opacity:1;color:rgb(54 191 118/var(--tw-text-opacity,1))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity,1))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.accent-\\[\\#4F2D7F\\]{accent-color:#4f2d7f}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-white{--tw-ring-offset-color:#fff}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.row-up-left{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.row-left{justify-content:flex-start}.row,.row-left{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.row{justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#9786f6;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=\" uicon-\"],[class^=uicon-]{letter-spacing:0;line-height:100%}.file\\:border-0::file-selector-button{border-width:0}.file\\:text-sm::file-selector-button{font-size:.875rem;line-height:120%}.file\\:font-medium::file-selector-button{font-weight:500}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.placeholder\\:text-gray-500::-moz-placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.placeholder\\:text-gray-500::placeholder{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity,1))}.first\\:rounded-l-md:first-child{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.first\\:border-l:first-child{border-left-width:1px}.last\\:rounded-r-md:last-child{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1))}.hover\\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(191 188 215/var(--tw-bg-opacity,1))}.hover\\:bg-gray-200\\/75:hover{background-color:rgba(191,188,215,.75)}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:bg-red\\/90:hover{background-color:rgba(252,90,90,.9)}.hover\\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity,1))}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:opacity-100:hover{opacity:1}.hover\\:brightness-90:hover{--tw-brightness:brightness(.9);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\\:z-10:focus{z-index:10}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-1:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group[open] .group-open\\:rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:disabled~.peer-disabled\\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\\:opacity-70{opacity:.7}.has-\\[\\:disabled\\]\\:opacity-50:has(:disabled){opacity:.5}.dark\\:border-gray-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity,1))}.dark\\:border-gray-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity,1))}.dark\\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity,1))}.dark\\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 30 39/var(--tw-border-opacity,1))}.dark\\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity,1))}.dark\\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity,1))}.dark\\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity,1))}.dark\\:text-\\[\\#201a41\\]:is(.dark *){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity,1))}.dark\\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity,1))}.dark\\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\\:ring-offset-gray-900:is(.dark *){--tw-ring-offset-color:#08080e}.dark\\:placeholder\\:text-gray-400:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:placeholder\\:text-gray-400:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity,1))}.dark\\:hover\\:bg-black\\/90:hover:is(.dark *){background-color:rgba(0,0,0,.9)}.dark\\:hover\\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 39/var(--tw-bg-opacity,1))}.dark\\:hover\\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity,1))}.dark\\:focus\\:ring-offset-gray-900:focus:is(.dark *){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:w-full{width:100%}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:p-10{padding:2.5rem}.md\\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\\:pl-10{padding-left:2.5rem}.md\\:pl-20{padding-left:5rem}.md\\:pr-10{padding-right:2.5rem}.md\\:pr-20{padding-right:5rem}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:inline{display:inline}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:flex-1{flex:1 1 0%}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}}.\\[\\&\\>\\*\\:last-child\\]\\:mb-0>:last-child{margin-bottom:0}.\\[\\&_h1\\]\\:mb-6 h1,.\\[\\&_h2\\]\\:mb-6 h2{margin-bottom:1.5rem}";
17860
17886
  export declare function injectTailwindCSS(): void;
17861
17887
  export interface MainTenantAdapterConfig {
17862
17888
  mainTenantId?: string;
@@ -20560,7 +20586,7 @@ export declare function init(config: AuthHeroConfig): {
20560
20586
  updated_at: string;
20561
20587
  url: string;
20562
20588
  enabled: boolean;
20563
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20589
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20564
20590
  synchronous: boolean;
20565
20591
  hook_id: string;
20566
20592
  priority?: number | undefined | undefined;
@@ -20568,7 +20594,7 @@ export declare function init(config: AuthHeroConfig): {
20568
20594
  created_at: string;
20569
20595
  updated_at: string;
20570
20596
  enabled: boolean;
20571
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20597
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20572
20598
  synchronous: boolean;
20573
20599
  hook_id: string;
20574
20600
  form_id: string;
@@ -20582,7 +20608,7 @@ export declare function init(config: AuthHeroConfig): {
20582
20608
  updated_at: string;
20583
20609
  url: string;
20584
20610
  enabled: boolean;
20585
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20611
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20586
20612
  synchronous: boolean;
20587
20613
  hook_id: string;
20588
20614
  priority?: number | undefined | undefined;
@@ -20590,7 +20616,7 @@ export declare function init(config: AuthHeroConfig): {
20590
20616
  created_at: string;
20591
20617
  updated_at: string;
20592
20618
  enabled: boolean;
20593
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20619
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20594
20620
  synchronous: boolean;
20595
20621
  hook_id: string;
20596
20622
  form_id: string;
@@ -20611,13 +20637,13 @@ export declare function init(config: AuthHeroConfig): {
20611
20637
  } & {
20612
20638
  json: {
20613
20639
  url: string;
20614
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20640
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20615
20641
  enabled?: boolean | undefined;
20616
20642
  synchronous?: boolean | undefined;
20617
20643
  priority?: number | undefined;
20618
20644
  hook_id?: string | undefined;
20619
20645
  } | {
20620
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20646
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20621
20647
  form_id: string;
20622
20648
  enabled?: boolean | undefined;
20623
20649
  synchronous?: boolean | undefined;
@@ -20630,7 +20656,7 @@ export declare function init(config: AuthHeroConfig): {
20630
20656
  updated_at: string;
20631
20657
  url: string;
20632
20658
  enabled: boolean;
20633
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20659
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20634
20660
  synchronous: boolean;
20635
20661
  hook_id: string;
20636
20662
  priority?: number | undefined | undefined;
@@ -20638,7 +20664,7 @@ export declare function init(config: AuthHeroConfig): {
20638
20664
  created_at: string;
20639
20665
  updated_at: string;
20640
20666
  enabled: boolean;
20641
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20667
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20642
20668
  synchronous: boolean;
20643
20669
  hook_id: string;
20644
20670
  form_id: string;
@@ -20663,12 +20689,12 @@ export declare function init(config: AuthHeroConfig): {
20663
20689
  json: {
20664
20690
  url?: string | undefined;
20665
20691
  enabled?: boolean | undefined;
20666
- trigger_id?: "pre-user-signup" | "post-user-registration" | "post-user-login" | undefined;
20692
+ trigger_id?: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion" | undefined;
20667
20693
  synchronous?: boolean | undefined;
20668
20694
  priority?: number | undefined;
20669
20695
  } | {
20670
20696
  enabled?: boolean | undefined;
20671
- trigger_id?: "pre-user-signup" | "post-user-registration" | "post-user-login" | undefined;
20697
+ trigger_id?: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion" | undefined;
20672
20698
  synchronous?: boolean | undefined;
20673
20699
  priority?: number | undefined;
20674
20700
  form_id?: string | undefined;
@@ -20690,12 +20716,12 @@ export declare function init(config: AuthHeroConfig): {
20690
20716
  json: {
20691
20717
  url?: string | undefined;
20692
20718
  enabled?: boolean | undefined;
20693
- trigger_id?: "pre-user-signup" | "post-user-registration" | "post-user-login" | undefined;
20719
+ trigger_id?: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion" | undefined;
20694
20720
  synchronous?: boolean | undefined;
20695
20721
  priority?: number | undefined;
20696
20722
  } | {
20697
20723
  enabled?: boolean | undefined;
20698
- trigger_id?: "pre-user-signup" | "post-user-registration" | "post-user-login" | undefined;
20724
+ trigger_id?: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion" | undefined;
20699
20725
  synchronous?: boolean | undefined;
20700
20726
  priority?: number | undefined;
20701
20727
  form_id?: string | undefined;
@@ -20706,7 +20732,7 @@ export declare function init(config: AuthHeroConfig): {
20706
20732
  updated_at: string;
20707
20733
  url: string;
20708
20734
  enabled: boolean;
20709
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20735
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20710
20736
  synchronous: boolean;
20711
20737
  hook_id: string;
20712
20738
  priority?: number | undefined | undefined;
@@ -20714,7 +20740,7 @@ export declare function init(config: AuthHeroConfig): {
20714
20740
  created_at: string;
20715
20741
  updated_at: string;
20716
20742
  enabled: boolean;
20717
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20743
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20718
20744
  synchronous: boolean;
20719
20745
  hook_id: string;
20720
20746
  form_id: string;
@@ -20754,7 +20780,7 @@ export declare function init(config: AuthHeroConfig): {
20754
20780
  updated_at: string;
20755
20781
  url: string;
20756
20782
  enabled: boolean;
20757
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20783
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20758
20784
  synchronous: boolean;
20759
20785
  hook_id: string;
20760
20786
  priority?: number | undefined | undefined;
@@ -20762,7 +20788,7 @@ export declare function init(config: AuthHeroConfig): {
20762
20788
  created_at: string;
20763
20789
  updated_at: string;
20764
20790
  enabled: boolean;
20765
- trigger_id: "pre-user-signup" | "post-user-registration" | "post-user-login";
20791
+ trigger_id: "pre-user-registration" | "post-user-registration" | "post-user-login" | "validate-registration-username" | "pre-user-deletion" | "post-user-deletion";
20766
20792
  synchronous: boolean;
20767
20793
  hook_id: string;
20768
20794
  form_id: string;
@@ -21039,8 +21065,8 @@ export declare function init(config: AuthHeroConfig): {
21039
21065
  };
21040
21066
  } & {
21041
21067
  json: {
21042
- id?: string | undefined;
21043
21068
  audience?: string | undefined;
21069
+ id?: string | undefined;
21044
21070
  sessions?: {
21045
21071
  oidc_logout_prompt_enabled?: boolean | undefined;
21046
21072
  } | undefined;
@@ -21299,8 +21325,8 @@ export declare function init(config: AuthHeroConfig): {
21299
21325
  };
21300
21326
  } & {
21301
21327
  json: {
21302
- id?: string | undefined;
21303
21328
  audience?: string | undefined;
21329
+ id?: string | undefined;
21304
21330
  sessions?: {
21305
21331
  oidc_logout_prompt_enabled?: boolean | undefined;
21306
21332
  } | undefined;
@@ -21517,11 +21543,11 @@ export declare function init(config: AuthHeroConfig): {
21517
21543
  $get: {
21518
21544
  input: {
21519
21545
  query: {
21546
+ audience?: string | undefined;
21520
21547
  client_id?: string | undefined;
21521
21548
  page?: string | undefined;
21522
21549
  per_page?: string | undefined;
21523
21550
  include_totals?: string | undefined;
21524
- audience?: string | undefined;
21525
21551
  from?: string | undefined;
21526
21552
  take?: string | undefined;
21527
21553
  allow_any_organization?: string | undefined;
@@ -21625,9 +21651,9 @@ export declare function init(config: AuthHeroConfig): {
21625
21651
  };
21626
21652
  } & {
21627
21653
  json: {
21628
- client_id?: string | undefined;
21629
- audience?: string | undefined;
21630
21654
  scope?: string[] | undefined;
21655
+ audience?: string | undefined;
21656
+ client_id?: string | undefined;
21631
21657
  organization_usage?: "deny" | "allow" | "require" | undefined;
21632
21658
  allow_any_organization?: boolean | undefined;
21633
21659
  subject_type?: "user" | "client" | undefined;
@@ -21661,8 +21687,8 @@ export declare function init(config: AuthHeroConfig): {
21661
21687
  };
21662
21688
  } & {
21663
21689
  json: {
21664
- client_id: string;
21665
21690
  audience: string;
21691
+ client_id: string;
21666
21692
  scope?: string[] | undefined;
21667
21693
  organization_usage?: "deny" | "allow" | "require" | undefined;
21668
21694
  allow_any_organization?: boolean | undefined;
@@ -22008,7 +22034,7 @@ export declare function init(config: AuthHeroConfig): {
22008
22034
  require_pushed_authorization_requests?: boolean | undefined;
22009
22035
  require_proof_of_possession?: boolean | undefined;
22010
22036
  client_secret?: string | undefined;
22011
- app_type?: "native" | "spa" | "regular_web" | "non_interactive" | "resource_server" | "express_configuration" | "rms" | "box" | "cloudbees" | "concur" | "dropbox" | "mscrm" | "echosign" | "egnyte" | "newrelic" | "office365" | "salesforce" | "sentry" | "sharepoint" | "slack" | "springcm" | "zendesk" | "zoom" | "sso_integration" | "oag" | undefined;
22037
+ app_type?: "resource_server" | "native" | "spa" | "regular_web" | "non_interactive" | "express_configuration" | "rms" | "box" | "cloudbees" | "concur" | "dropbox" | "mscrm" | "echosign" | "egnyte" | "newrelic" | "office365" | "salesforce" | "sentry" | "sharepoint" | "slack" | "springcm" | "zendesk" | "zoom" | "sso_integration" | "oag" | undefined;
22012
22038
  logo_uri?: string | undefined;
22013
22039
  allowed_origins?: string[] | undefined;
22014
22040
  web_origins?: string[] | undefined;
@@ -22147,7 +22173,7 @@ export declare function init(config: AuthHeroConfig): {
22147
22173
  require_pushed_authorization_requests?: boolean | undefined;
22148
22174
  require_proof_of_possession?: boolean | undefined;
22149
22175
  client_secret?: string | undefined;
22150
- app_type?: "native" | "spa" | "regular_web" | "non_interactive" | "resource_server" | "express_configuration" | "rms" | "box" | "cloudbees" | "concur" | "dropbox" | "mscrm" | "echosign" | "egnyte" | "newrelic" | "office365" | "salesforce" | "sentry" | "sharepoint" | "slack" | "springcm" | "zendesk" | "zoom" | "sso_integration" | "oag" | undefined;
22176
+ app_type?: "resource_server" | "native" | "spa" | "regular_web" | "non_interactive" | "express_configuration" | "rms" | "box" | "cloudbees" | "concur" | "dropbox" | "mscrm" | "echosign" | "egnyte" | "newrelic" | "office365" | "salesforce" | "sentry" | "sharepoint" | "slack" | "springcm" | "zendesk" | "zoom" | "sso_integration" | "oag" | undefined;
22151
22177
  logo_uri?: string | undefined;
22152
22178
  allowed_origins?: string[] | undefined;
22153
22179
  web_origins?: string[] | undefined;
@@ -22202,7 +22228,7 @@ export declare function init(config: AuthHeroConfig): {
22202
22228
  [x: string]: any;
22203
22229
  } | undefined;
22204
22230
  client_secret?: string | undefined;
22205
- app_type?: "native" | "spa" | "regular_web" | "non_interactive" | "resource_server" | "express_configuration" | "rms" | "box" | "cloudbees" | "concur" | "dropbox" | "mscrm" | "echosign" | "egnyte" | "newrelic" | "office365" | "salesforce" | "sentry" | "sharepoint" | "slack" | "springcm" | "zendesk" | "zoom" | "sso_integration" | "oag" | undefined;
22231
+ app_type?: "resource_server" | "native" | "spa" | "regular_web" | "non_interactive" | "express_configuration" | "rms" | "box" | "cloudbees" | "concur" | "dropbox" | "mscrm" | "echosign" | "egnyte" | "newrelic" | "office365" | "salesforce" | "sentry" | "sharepoint" | "slack" | "springcm" | "zendesk" | "zoom" | "sso_integration" | "oag" | undefined;
22206
22232
  logo_uri?: string | undefined;
22207
22233
  allowed_origins?: string[] | undefined;
22208
22234
  web_origins?: string[] | undefined;
@@ -22574,6 +22600,7 @@ export declare function init(config: AuthHeroConfig): {
22574
22600
  json: {
22575
22601
  name?: string | undefined;
22576
22602
  password?: string | undefined;
22603
+ connection?: string | undefined;
22577
22604
  email?: string | undefined;
22578
22605
  given_name?: string | undefined;
22579
22606
  family_name?: string | undefined;
@@ -22581,7 +22608,6 @@ export declare function init(config: AuthHeroConfig): {
22581
22608
  locale?: string | undefined;
22582
22609
  user_id?: string | undefined;
22583
22610
  username?: string | undefined;
22584
- connection?: string | undefined;
22585
22611
  verify_email?: boolean | undefined;
22586
22612
  last_ip?: string | undefined;
22587
22613
  last_login?: string | undefined;
@@ -22661,6 +22687,7 @@ export declare function init(config: AuthHeroConfig): {
22661
22687
  json: {
22662
22688
  name?: string | undefined;
22663
22689
  password?: string | undefined;
22690
+ connection?: string | undefined;
22664
22691
  email?: string | undefined;
22665
22692
  given_name?: string | undefined;
22666
22693
  family_name?: string | undefined;
@@ -22668,7 +22695,6 @@ export declare function init(config: AuthHeroConfig): {
22668
22695
  locale?: string | undefined;
22669
22696
  user_id?: string | undefined;
22670
22697
  username?: string | undefined;
22671
- connection?: string | undefined;
22672
22698
  verify_email?: boolean | undefined;
22673
22699
  last_ip?: string | undefined;
22674
22700
  last_login?: string | undefined;
@@ -22709,8 +22735,8 @@ export declare function init(config: AuthHeroConfig): {
22709
22735
  };
22710
22736
  };
22711
22737
  output: {
22712
- user_id: string;
22713
22738
  connection: string;
22739
+ user_id: string;
22714
22740
  provider: string;
22715
22741
  isSocial: boolean;
22716
22742
  }[];
@@ -23137,7 +23163,7 @@ export declare function init(config: AuthHeroConfig): {
23137
23163
  clientSecret: string;
23138
23164
  };
23139
23165
  default_from_address?: string | undefined | undefined;
23140
- settings?: {} | undefined;
23166
+ settings?: {} | undefined | undefined;
23141
23167
  };
23142
23168
  outputFormat: "json";
23143
23169
  status: 200;
@@ -23558,11 +23584,11 @@ export declare function init(config: AuthHeroConfig): {
23558
23584
  } | undefined;
23559
23585
  colors?: {
23560
23586
  header?: string | undefined;
23561
- error?: string | undefined;
23562
23587
  base_focus_color?: string | undefined;
23563
23588
  base_hover_color?: string | undefined;
23564
23589
  body_text?: string | undefined;
23565
23590
  captcha_widget_theme?: "auto" | "dark" | "light" | undefined;
23591
+ error?: string | undefined;
23566
23592
  icons?: string | undefined;
23567
23593
  input_background?: string | undefined;
23568
23594
  input_border?: string | undefined;
@@ -23780,9 +23806,9 @@ export declare function init(config: AuthHeroConfig): {
23780
23806
  query: {
23781
23807
  state: string;
23782
23808
  code?: string | undefined;
23809
+ scope?: string | undefined;
23783
23810
  error?: string | undefined;
23784
23811
  error_description?: string | undefined;
23785
- scope?: string | undefined;
23786
23812
  error_reason?: string | undefined;
23787
23813
  error_code?: string | undefined;
23788
23814
  hd?: string | undefined;
@@ -23796,9 +23822,9 @@ export declare function init(config: AuthHeroConfig): {
23796
23822
  query: {
23797
23823
  state: string;
23798
23824
  code?: string | undefined;
23825
+ scope?: string | undefined;
23799
23826
  error?: string | undefined;
23800
23827
  error_description?: string | undefined;
23801
- scope?: string | undefined;
23802
23828
  error_reason?: string | undefined;
23803
23829
  error_code?: string | undefined;
23804
23830
  hd?: string | undefined;
@@ -23814,9 +23840,9 @@ export declare function init(config: AuthHeroConfig): {
23814
23840
  query: {
23815
23841
  state: string;
23816
23842
  code?: string | undefined;
23843
+ scope?: string | undefined;
23817
23844
  error?: string | undefined;
23818
23845
  error_description?: string | undefined;
23819
- scope?: string | undefined;
23820
23846
  error_reason?: string | undefined;
23821
23847
  error_code?: string | undefined;
23822
23848
  hd?: string | undefined;
@@ -23836,9 +23862,9 @@ export declare function init(config: AuthHeroConfig): {
23836
23862
  form: {
23837
23863
  state: string;
23838
23864
  code?: string | undefined;
23865
+ scope?: string | undefined;
23839
23866
  error?: string | undefined;
23840
23867
  error_description?: string | undefined;
23841
- scope?: string | undefined;
23842
23868
  error_reason?: string | undefined;
23843
23869
  error_code?: string | undefined;
23844
23870
  hd?: string | undefined;
@@ -23852,9 +23878,9 @@ export declare function init(config: AuthHeroConfig): {
23852
23878
  form: {
23853
23879
  state: string;
23854
23880
  code?: string | undefined;
23881
+ scope?: string | undefined;
23855
23882
  error?: string | undefined;
23856
23883
  error_description?: string | undefined;
23857
- scope?: string | undefined;
23858
23884
  error_reason?: string | undefined;
23859
23885
  error_code?: string | undefined;
23860
23886
  hd?: string | undefined;
@@ -23870,9 +23896,9 @@ export declare function init(config: AuthHeroConfig): {
23870
23896
  form: {
23871
23897
  state: string;
23872
23898
  code?: string | undefined;
23899
+ scope?: string | undefined;
23873
23900
  error?: string | undefined;
23874
23901
  error_description?: string | undefined;
23875
- scope?: string | undefined;
23876
23902
  error_reason?: string | undefined;
23877
23903
  error_code?: string | undefined;
23878
23904
  hd?: string | undefined;
@@ -23923,13 +23949,13 @@ export declare function init(config: AuthHeroConfig): {
23923
23949
  client_id: string;
23924
23950
  state: string;
23925
23951
  redirect_uri: string;
23952
+ scope?: string | undefined;
23953
+ audience?: string | undefined;
23954
+ connection?: string | undefined;
23955
+ organization?: string | undefined;
23926
23956
  nonce?: string | undefined;
23927
23957
  response_mode?: AuthorizationResponseMode | undefined;
23928
- connection?: string | undefined;
23929
23958
  response_type?: AuthorizationResponseType | undefined;
23930
- audience?: string | undefined;
23931
- organization?: string | undefined;
23932
- scope?: string | undefined;
23933
23959
  auth0Client?: string | undefined;
23934
23960
  login_ticket?: string | undefined;
23935
23961
  screen_hint?: string | undefined;
@@ -23952,13 +23978,13 @@ export declare function init(config: AuthHeroConfig): {
23952
23978
  client_id: string;
23953
23979
  state: string;
23954
23980
  redirect_uri: string;
23981
+ scope?: string | undefined;
23982
+ audience?: string | undefined;
23983
+ connection?: string | undefined;
23984
+ organization?: string | undefined;
23955
23985
  nonce?: string | undefined;
23956
23986
  response_mode?: AuthorizationResponseMode | undefined;
23957
- connection?: string | undefined;
23958
23987
  response_type?: AuthorizationResponseType | undefined;
23959
- audience?: string | undefined;
23960
- organization?: string | undefined;
23961
- scope?: string | undefined;
23962
23988
  auth0Client?: string | undefined;
23963
23989
  login_ticket?: string | undefined;
23964
23990
  screen_hint?: string | undefined;
@@ -23981,13 +24007,13 @@ export declare function init(config: AuthHeroConfig): {
23981
24007
  client_id: string;
23982
24008
  state: string;
23983
24009
  redirect_uri: string;
24010
+ scope?: string | undefined;
24011
+ audience?: string | undefined;
24012
+ connection?: string | undefined;
24013
+ organization?: string | undefined;
23984
24014
  nonce?: string | undefined;
23985
24015
  response_mode?: AuthorizationResponseMode | undefined;
23986
- connection?: string | undefined;
23987
24016
  response_type?: AuthorizationResponseType | undefined;
23988
- audience?: string | undefined;
23989
- organization?: string | undefined;
23990
- scope?: string | undefined;
23991
24017
  auth0Client?: string | undefined;
23992
24018
  login_ticket?: string | undefined;
23993
24019
  screen_hint?: string | undefined;
@@ -24018,13 +24044,13 @@ export declare function init(config: AuthHeroConfig): {
24018
24044
  client_id: string;
24019
24045
  state: string;
24020
24046
  redirect_uri: string;
24047
+ scope?: string | undefined;
24048
+ audience?: string | undefined;
24049
+ connection?: string | undefined;
24050
+ organization?: string | undefined;
24021
24051
  nonce?: string | undefined;
24022
24052
  response_mode?: AuthorizationResponseMode | undefined;
24023
- connection?: string | undefined;
24024
24053
  response_type?: AuthorizationResponseType | undefined;
24025
- audience?: string | undefined;
24026
- organization?: string | undefined;
24027
- scope?: string | undefined;
24028
24054
  auth0Client?: string | undefined;
24029
24055
  login_ticket?: string | undefined;
24030
24056
  screen_hint?: string | undefined;
@@ -24049,13 +24075,13 @@ export declare function init(config: AuthHeroConfig): {
24049
24075
  client_id: string;
24050
24076
  state: string;
24051
24077
  redirect_uri: string;
24078
+ scope?: string | undefined;
24079
+ audience?: string | undefined;
24080
+ connection?: string | undefined;
24081
+ organization?: string | undefined;
24052
24082
  nonce?: string | undefined;
24053
24083
  response_mode?: AuthorizationResponseMode | undefined;
24054
- connection?: string | undefined;
24055
24084
  response_type?: AuthorizationResponseType | undefined;
24056
- audience?: string | undefined;
24057
- organization?: string | undefined;
24058
- scope?: string | undefined;
24059
24085
  auth0Client?: string | undefined;
24060
24086
  login_ticket?: string | undefined;
24061
24087
  screen_hint?: string | undefined;
@@ -24106,17 +24132,17 @@ export declare function init(config: AuthHeroConfig): {
24106
24132
  $post: {
24107
24133
  input: {
24108
24134
  json: {
24135
+ connection: "email";
24109
24136
  email: string;
24110
24137
  client_id: string;
24111
- connection: "email";
24112
24138
  authParams: {
24139
+ scope?: string | undefined;
24140
+ audience?: string | undefined;
24141
+ organization?: string | undefined;
24113
24142
  nonce?: string | undefined;
24114
24143
  response_mode?: AuthorizationResponseMode | undefined;
24115
24144
  username?: string | undefined;
24116
24145
  response_type?: AuthorizationResponseType | undefined;
24117
- audience?: string | undefined;
24118
- organization?: string | undefined;
24119
- scope?: string | undefined;
24120
24146
  state?: string | undefined;
24121
24147
  redirect_uri?: string | undefined;
24122
24148
  code_challenge?: string | undefined;
@@ -24128,17 +24154,17 @@ export declare function init(config: AuthHeroConfig): {
24128
24154
  };
24129
24155
  send: "code" | "link";
24130
24156
  } | {
24131
- client_id: string;
24132
24157
  connection: "sms";
24158
+ client_id: string;
24133
24159
  phone_number: string;
24134
24160
  authParams: {
24161
+ scope?: string | undefined;
24162
+ audience?: string | undefined;
24163
+ organization?: string | undefined;
24135
24164
  nonce?: string | undefined;
24136
24165
  response_mode?: AuthorizationResponseMode | undefined;
24137
24166
  username?: string | undefined;
24138
24167
  response_type?: AuthorizationResponseType | undefined;
24139
- audience?: string | undefined;
24140
- organization?: string | undefined;
24141
- scope?: string | undefined;
24142
24168
  state?: string | undefined;
24143
24169
  redirect_uri?: string | undefined;
24144
24170
  code_challenge?: string | undefined;
@@ -24161,16 +24187,16 @@ export declare function init(config: AuthHeroConfig): {
24161
24187
  $get: {
24162
24188
  input: {
24163
24189
  query: {
24190
+ scope: string;
24191
+ connection: string;
24164
24192
  email: string;
24165
24193
  client_id: string;
24166
- connection: string;
24167
24194
  response_type: AuthorizationResponseType;
24168
- scope: string;
24169
24195
  state: string;
24170
24196
  redirect_uri: string;
24171
24197
  verification_code: string;
24172
- nonce?: string | undefined;
24173
24198
  audience?: string | undefined;
24199
+ nonce?: string | undefined;
24174
24200
  };
24175
24201
  };
24176
24202
  output: {};
@@ -24179,16 +24205,16 @@ export declare function init(config: AuthHeroConfig): {
24179
24205
  } | {
24180
24206
  input: {
24181
24207
  query: {
24208
+ scope: string;
24209
+ connection: string;
24182
24210
  email: string;
24183
24211
  client_id: string;
24184
- connection: string;
24185
24212
  response_type: AuthorizationResponseType;
24186
- scope: string;
24187
24213
  state: string;
24188
24214
  redirect_uri: string;
24189
24215
  verification_code: string;
24190
- nonce?: string | undefined;
24191
24216
  audience?: string | undefined;
24217
+ nonce?: string | undefined;
24192
24218
  };
24193
24219
  };
24194
24220
  output: {
@@ -24200,16 +24226,16 @@ export declare function init(config: AuthHeroConfig): {
24200
24226
  } | {
24201
24227
  input: {
24202
24228
  query: {
24229
+ scope: string;
24230
+ connection: string;
24203
24231
  email: string;
24204
24232
  client_id: string;
24205
- connection: string;
24206
24233
  response_type: AuthorizationResponseType;
24207
- scope: string;
24208
24234
  state: string;
24209
24235
  redirect_uri: string;
24210
24236
  verification_code: string;
24211
- nonce?: string | undefined;
24212
24237
  audience?: string | undefined;
24238
+ nonce?: string | undefined;
24213
24239
  };
24214
24240
  };
24215
24241
  output: {
@@ -24226,9 +24252,9 @@ export declare function init(config: AuthHeroConfig): {
24226
24252
  input: {
24227
24253
  json: {
24228
24254
  password: string;
24255
+ connection: "Username-Password-Authentication";
24229
24256
  email: string;
24230
24257
  client_id: string;
24231
- connection: "Username-Password-Authentication";
24232
24258
  };
24233
24259
  };
24234
24260
  output: {
@@ -24247,9 +24273,9 @@ export declare function init(config: AuthHeroConfig): {
24247
24273
  $post: {
24248
24274
  input: {
24249
24275
  json: {
24276
+ connection: "Username-Password-Authentication";
24250
24277
  email: string;
24251
24278
  client_id: string;
24252
- connection: "Username-Password-Authentication";
24253
24279
  };
24254
24280
  };
24255
24281
  output: {};
@@ -24263,67 +24289,67 @@ export declare function init(config: AuthHeroConfig): {
24263
24289
  input: {
24264
24290
  form: {
24265
24291
  grant_type: "client_credentials";
24266
- client_id?: string | undefined;
24267
- audience?: string | undefined;
24268
24292
  scope?: string | undefined;
24293
+ audience?: string | undefined;
24294
+ client_id?: string | undefined;
24269
24295
  client_secret?: string | undefined;
24270
24296
  } | {
24271
24297
  code: string;
24298
+ grant_type: "authorization_code";
24272
24299
  client_id: string;
24273
24300
  redirect_uri: string;
24274
- grant_type: "authorization_code";
24275
24301
  code_verifier: string;
24276
24302
  organization?: string | undefined;
24277
24303
  } | {
24278
24304
  code: string;
24279
24305
  grant_type: "authorization_code";
24280
- client_id?: string | undefined;
24281
24306
  organization?: string | undefined;
24307
+ client_id?: string | undefined;
24282
24308
  client_secret?: string | undefined;
24283
24309
  redirect_uri?: string | undefined;
24284
24310
  } | {
24311
+ grant_type: "refresh_token";
24285
24312
  client_id: string;
24286
24313
  refresh_token: string;
24287
- grant_type: "refresh_token";
24288
24314
  redirect_uri?: string | undefined;
24289
24315
  } | {
24316
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24290
24317
  client_id: string;
24291
24318
  username: string;
24292
24319
  otp: string;
24293
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24294
24320
  realm: "email" | "sms";
24295
24321
  };
24296
24322
  } & {
24297
24323
  json: {
24298
24324
  grant_type: "client_credentials";
24299
- client_id?: string | undefined;
24300
- audience?: string | undefined;
24301
24325
  scope?: string | undefined;
24326
+ audience?: string | undefined;
24327
+ client_id?: string | undefined;
24302
24328
  client_secret?: string | undefined;
24303
24329
  } | {
24304
24330
  code: string;
24331
+ grant_type: "authorization_code";
24305
24332
  client_id: string;
24306
24333
  redirect_uri: string;
24307
- grant_type: "authorization_code";
24308
24334
  code_verifier: string;
24309
24335
  organization?: string | undefined;
24310
24336
  } | {
24311
24337
  code: string;
24312
24338
  grant_type: "authorization_code";
24313
- client_id?: string | undefined;
24314
24339
  organization?: string | undefined;
24340
+ client_id?: string | undefined;
24315
24341
  client_secret?: string | undefined;
24316
24342
  redirect_uri?: string | undefined;
24317
24343
  } | {
24344
+ grant_type: "refresh_token";
24318
24345
  client_id: string;
24319
24346
  refresh_token: string;
24320
- grant_type: "refresh_token";
24321
24347
  redirect_uri?: string | undefined;
24322
24348
  } | {
24349
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24323
24350
  client_id: string;
24324
24351
  username: string;
24325
24352
  otp: string;
24326
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24327
24353
  realm: "email" | "sms";
24328
24354
  };
24329
24355
  };
@@ -24334,67 +24360,67 @@ export declare function init(config: AuthHeroConfig): {
24334
24360
  input: {
24335
24361
  form: {
24336
24362
  grant_type: "client_credentials";
24337
- client_id?: string | undefined;
24338
- audience?: string | undefined;
24339
24363
  scope?: string | undefined;
24364
+ audience?: string | undefined;
24365
+ client_id?: string | undefined;
24340
24366
  client_secret?: string | undefined;
24341
24367
  } | {
24342
24368
  code: string;
24369
+ grant_type: "authorization_code";
24343
24370
  client_id: string;
24344
24371
  redirect_uri: string;
24345
- grant_type: "authorization_code";
24346
24372
  code_verifier: string;
24347
24373
  organization?: string | undefined;
24348
24374
  } | {
24349
24375
  code: string;
24350
24376
  grant_type: "authorization_code";
24351
- client_id?: string | undefined;
24352
24377
  organization?: string | undefined;
24378
+ client_id?: string | undefined;
24353
24379
  client_secret?: string | undefined;
24354
24380
  redirect_uri?: string | undefined;
24355
24381
  } | {
24382
+ grant_type: "refresh_token";
24356
24383
  client_id: string;
24357
24384
  refresh_token: string;
24358
- grant_type: "refresh_token";
24359
24385
  redirect_uri?: string | undefined;
24360
24386
  } | {
24387
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24361
24388
  client_id: string;
24362
24389
  username: string;
24363
24390
  otp: string;
24364
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24365
24391
  realm: "email" | "sms";
24366
24392
  };
24367
24393
  } & {
24368
24394
  json: {
24369
24395
  grant_type: "client_credentials";
24370
- client_id?: string | undefined;
24371
- audience?: string | undefined;
24372
24396
  scope?: string | undefined;
24397
+ audience?: string | undefined;
24398
+ client_id?: string | undefined;
24373
24399
  client_secret?: string | undefined;
24374
24400
  } | {
24375
24401
  code: string;
24402
+ grant_type: "authorization_code";
24376
24403
  client_id: string;
24377
24404
  redirect_uri: string;
24378
- grant_type: "authorization_code";
24379
24405
  code_verifier: string;
24380
24406
  organization?: string | undefined;
24381
24407
  } | {
24382
24408
  code: string;
24383
24409
  grant_type: "authorization_code";
24384
- client_id?: string | undefined;
24385
24410
  organization?: string | undefined;
24411
+ client_id?: string | undefined;
24386
24412
  client_secret?: string | undefined;
24387
24413
  redirect_uri?: string | undefined;
24388
24414
  } | {
24415
+ grant_type: "refresh_token";
24389
24416
  client_id: string;
24390
24417
  refresh_token: string;
24391
- grant_type: "refresh_token";
24392
24418
  redirect_uri?: string | undefined;
24393
24419
  } | {
24420
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24394
24421
  client_id: string;
24395
24422
  username: string;
24396
24423
  otp: string;
24397
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24398
24424
  realm: "email" | "sms";
24399
24425
  };
24400
24426
  };
@@ -24413,67 +24439,67 @@ export declare function init(config: AuthHeroConfig): {
24413
24439
  input: {
24414
24440
  form: {
24415
24441
  grant_type: "client_credentials";
24416
- client_id?: string | undefined;
24417
- audience?: string | undefined;
24418
24442
  scope?: string | undefined;
24443
+ audience?: string | undefined;
24444
+ client_id?: string | undefined;
24419
24445
  client_secret?: string | undefined;
24420
24446
  } | {
24421
24447
  code: string;
24448
+ grant_type: "authorization_code";
24422
24449
  client_id: string;
24423
24450
  redirect_uri: string;
24424
- grant_type: "authorization_code";
24425
24451
  code_verifier: string;
24426
24452
  organization?: string | undefined;
24427
24453
  } | {
24428
24454
  code: string;
24429
24455
  grant_type: "authorization_code";
24430
- client_id?: string | undefined;
24431
24456
  organization?: string | undefined;
24457
+ client_id?: string | undefined;
24432
24458
  client_secret?: string | undefined;
24433
24459
  redirect_uri?: string | undefined;
24434
24460
  } | {
24461
+ grant_type: "refresh_token";
24435
24462
  client_id: string;
24436
24463
  refresh_token: string;
24437
- grant_type: "refresh_token";
24438
24464
  redirect_uri?: string | undefined;
24439
24465
  } | {
24466
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24440
24467
  client_id: string;
24441
24468
  username: string;
24442
24469
  otp: string;
24443
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24444
24470
  realm: "email" | "sms";
24445
24471
  };
24446
24472
  } & {
24447
24473
  json: {
24448
24474
  grant_type: "client_credentials";
24449
- client_id?: string | undefined;
24450
- audience?: string | undefined;
24451
24475
  scope?: string | undefined;
24476
+ audience?: string | undefined;
24477
+ client_id?: string | undefined;
24452
24478
  client_secret?: string | undefined;
24453
24479
  } | {
24454
24480
  code: string;
24481
+ grant_type: "authorization_code";
24455
24482
  client_id: string;
24456
24483
  redirect_uri: string;
24457
- grant_type: "authorization_code";
24458
24484
  code_verifier: string;
24459
24485
  organization?: string | undefined;
24460
24486
  } | {
24461
24487
  code: string;
24462
24488
  grant_type: "authorization_code";
24463
- client_id?: string | undefined;
24464
24489
  organization?: string | undefined;
24490
+ client_id?: string | undefined;
24465
24491
  client_secret?: string | undefined;
24466
24492
  redirect_uri?: string | undefined;
24467
24493
  } | {
24494
+ grant_type: "refresh_token";
24468
24495
  client_id: string;
24469
24496
  refresh_token: string;
24470
- grant_type: "refresh_token";
24471
24497
  redirect_uri?: string | undefined;
24472
24498
  } | {
24499
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24473
24500
  client_id: string;
24474
24501
  username: string;
24475
24502
  otp: string;
24476
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24477
24503
  realm: "email" | "sms";
24478
24504
  };
24479
24505
  };
@@ -24487,67 +24513,67 @@ export declare function init(config: AuthHeroConfig): {
24487
24513
  input: {
24488
24514
  form: {
24489
24515
  grant_type: "client_credentials";
24490
- client_id?: string | undefined;
24491
- audience?: string | undefined;
24492
24516
  scope?: string | undefined;
24517
+ audience?: string | undefined;
24518
+ client_id?: string | undefined;
24493
24519
  client_secret?: string | undefined;
24494
24520
  } | {
24495
24521
  code: string;
24522
+ grant_type: "authorization_code";
24496
24523
  client_id: string;
24497
24524
  redirect_uri: string;
24498
- grant_type: "authorization_code";
24499
24525
  code_verifier: string;
24500
24526
  organization?: string | undefined;
24501
24527
  } | {
24502
24528
  code: string;
24503
24529
  grant_type: "authorization_code";
24504
- client_id?: string | undefined;
24505
24530
  organization?: string | undefined;
24531
+ client_id?: string | undefined;
24506
24532
  client_secret?: string | undefined;
24507
24533
  redirect_uri?: string | undefined;
24508
24534
  } | {
24535
+ grant_type: "refresh_token";
24509
24536
  client_id: string;
24510
24537
  refresh_token: string;
24511
- grant_type: "refresh_token";
24512
24538
  redirect_uri?: string | undefined;
24513
24539
  } | {
24540
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24514
24541
  client_id: string;
24515
24542
  username: string;
24516
24543
  otp: string;
24517
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24518
24544
  realm: "email" | "sms";
24519
24545
  };
24520
24546
  } & {
24521
24547
  json: {
24522
24548
  grant_type: "client_credentials";
24523
- client_id?: string | undefined;
24524
- audience?: string | undefined;
24525
24549
  scope?: string | undefined;
24550
+ audience?: string | undefined;
24551
+ client_id?: string | undefined;
24526
24552
  client_secret?: string | undefined;
24527
24553
  } | {
24528
24554
  code: string;
24555
+ grant_type: "authorization_code";
24529
24556
  client_id: string;
24530
24557
  redirect_uri: string;
24531
- grant_type: "authorization_code";
24532
24558
  code_verifier: string;
24533
24559
  organization?: string | undefined;
24534
24560
  } | {
24535
24561
  code: string;
24536
24562
  grant_type: "authorization_code";
24537
- client_id?: string | undefined;
24538
24563
  organization?: string | undefined;
24564
+ client_id?: string | undefined;
24539
24565
  client_secret?: string | undefined;
24540
24566
  redirect_uri?: string | undefined;
24541
24567
  } | {
24568
+ grant_type: "refresh_token";
24542
24569
  client_id: string;
24543
24570
  refresh_token: string;
24544
- grant_type: "refresh_token";
24545
24571
  redirect_uri?: string | undefined;
24546
24572
  } | {
24573
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24547
24574
  client_id: string;
24548
24575
  username: string;
24549
24576
  otp: string;
24550
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24551
24577
  realm: "email" | "sms";
24552
24578
  };
24553
24579
  };
@@ -24561,67 +24587,67 @@ export declare function init(config: AuthHeroConfig): {
24561
24587
  input: {
24562
24588
  form: {
24563
24589
  grant_type: "client_credentials";
24564
- client_id?: string | undefined;
24565
- audience?: string | undefined;
24566
24590
  scope?: string | undefined;
24591
+ audience?: string | undefined;
24592
+ client_id?: string | undefined;
24567
24593
  client_secret?: string | undefined;
24568
24594
  } | {
24569
24595
  code: string;
24596
+ grant_type: "authorization_code";
24570
24597
  client_id: string;
24571
24598
  redirect_uri: string;
24572
- grant_type: "authorization_code";
24573
24599
  code_verifier: string;
24574
24600
  organization?: string | undefined;
24575
24601
  } | {
24576
24602
  code: string;
24577
24603
  grant_type: "authorization_code";
24578
- client_id?: string | undefined;
24579
24604
  organization?: string | undefined;
24605
+ client_id?: string | undefined;
24580
24606
  client_secret?: string | undefined;
24581
24607
  redirect_uri?: string | undefined;
24582
24608
  } | {
24609
+ grant_type: "refresh_token";
24583
24610
  client_id: string;
24584
24611
  refresh_token: string;
24585
- grant_type: "refresh_token";
24586
24612
  redirect_uri?: string | undefined;
24587
24613
  } | {
24614
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24588
24615
  client_id: string;
24589
24616
  username: string;
24590
24617
  otp: string;
24591
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24592
24618
  realm: "email" | "sms";
24593
24619
  };
24594
24620
  } & {
24595
24621
  json: {
24596
24622
  grant_type: "client_credentials";
24597
- client_id?: string | undefined;
24598
- audience?: string | undefined;
24599
24623
  scope?: string | undefined;
24624
+ audience?: string | undefined;
24625
+ client_id?: string | undefined;
24600
24626
  client_secret?: string | undefined;
24601
24627
  } | {
24602
24628
  code: string;
24629
+ grant_type: "authorization_code";
24603
24630
  client_id: string;
24604
24631
  redirect_uri: string;
24605
- grant_type: "authorization_code";
24606
24632
  code_verifier: string;
24607
24633
  organization?: string | undefined;
24608
24634
  } | {
24609
24635
  code: string;
24610
24636
  grant_type: "authorization_code";
24611
- client_id?: string | undefined;
24612
24637
  organization?: string | undefined;
24638
+ client_id?: string | undefined;
24613
24639
  client_secret?: string | undefined;
24614
24640
  redirect_uri?: string | undefined;
24615
24641
  } | {
24642
+ grant_type: "refresh_token";
24616
24643
  client_id: string;
24617
24644
  refresh_token: string;
24618
- grant_type: "refresh_token";
24619
24645
  redirect_uri?: string | undefined;
24620
24646
  } | {
24647
+ grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24621
24648
  client_id: string;
24622
24649
  username: string;
24623
24650
  otp: string;
24624
- grant_type: "http://auth0.com/oauth/grant-type/passwordless/otp";
24625
24651
  realm: "email" | "sms";
24626
24652
  };
24627
24653
  };