@faable/auth-sdk 2.5.77 → 2.5.79

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.
@@ -53,7 +53,13 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
53
53
  passkey_login_enabled?: boolean | undefined;
54
54
  identifier_first?: boolean | undefined;
55
55
  remember_last_method?: boolean | undefined;
56
+ passkey_promotion?: "offer" | "off" | undefined;
57
+ passkey_promotion_snooze_days?: number | undefined;
58
+ passkey_promotion_max_prompts?: number | undefined;
59
+ remember_me?: "optional" | "off" | undefined;
60
+ remember_me_days?: number | undefined;
56
61
  } | undefined;
62
+ login_flow?: string | null | undefined;
57
63
  mfa_policy?: {
58
64
  mode?: "required" | "optional" | "off" | undefined;
59
65
  allowed_factors?: ("webauthn" | "totp")[] | undefined;
@@ -80,6 +86,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
80
86
  email_change_locked_at?: string | null | undefined;
81
87
  email_bounced_at?: string | null | undefined;
82
88
  welcome_sent_at?: string | null | undefined;
89
+ passkey_prompted_at?: string | null | undefined;
90
+ passkey_prompt_count?: number | undefined;
91
+ passkey_prompt_dismissed_at?: string | null | undefined;
83
92
  phone?: string | null | undefined;
84
93
  phone_verified: boolean;
85
94
  phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
@@ -135,6 +144,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
135
144
  email_change_locked_at?: string | null | undefined;
136
145
  email_bounced_at?: string | null | undefined;
137
146
  welcome_sent_at?: string | null | undefined;
147
+ passkey_prompted_at?: string | null | undefined;
148
+ passkey_prompt_count?: number | undefined;
149
+ passkey_prompt_dismissed_at?: string | null | undefined;
138
150
  phone?: string | null | undefined;
139
151
  phone_verified: boolean;
140
152
  phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
@@ -193,6 +205,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
193
205
  email_change_locked_at?: string | null | undefined;
194
206
  email_bounced_at?: string | null | undefined;
195
207
  welcome_sent_at?: string | null | undefined;
208
+ passkey_prompted_at?: string | null | undefined;
209
+ passkey_prompt_count?: number | undefined;
210
+ passkey_prompt_dismissed_at?: string | null | undefined;
196
211
  phone?: string | null | undefined;
197
212
  phone_verified: boolean;
198
213
  phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
@@ -250,6 +265,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
250
265
  email_change_locked_at?: string | null | undefined;
251
266
  email_bounced_at?: string | null | undefined;
252
267
  welcome_sent_at?: string | null | undefined;
268
+ passkey_prompted_at?: string | null | undefined;
269
+ passkey_prompt_count?: number | undefined;
270
+ passkey_prompt_dismissed_at?: string | null | undefined;
253
271
  phone?: string | null | undefined;
254
272
  phone_verified: boolean;
255
273
  phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
@@ -306,6 +324,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
306
324
  email_change_locked_at?: string | null | undefined;
307
325
  email_bounced_at?: string | null | undefined;
308
326
  welcome_sent_at?: string | null | undefined;
327
+ passkey_prompted_at?: string | null | undefined;
328
+ passkey_prompt_count?: number | undefined;
329
+ passkey_prompt_dismissed_at?: string | null | undefined;
309
330
  phone?: string | null | undefined;
310
331
  phone_verified: boolean;
311
332
  phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
@@ -362,6 +383,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
362
383
  email_change_locked_at?: string | null | undefined;
363
384
  email_bounced_at?: string | null | undefined;
364
385
  welcome_sent_at?: string | null | undefined;
386
+ passkey_prompted_at?: string | null | undefined;
387
+ passkey_prompt_count?: number | undefined;
388
+ passkey_prompt_dismissed_at?: string | null | undefined;
365
389
  phone?: string | null | undefined;
366
390
  phone_verified: boolean;
367
391
  phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
@@ -732,12 +756,18 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
732
756
  passkey_login_enabled?: boolean | undefined;
733
757
  identifier_first?: boolean | undefined;
734
758
  remember_last_method?: boolean | undefined;
759
+ passkey_promotion?: "offer" | "off" | undefined;
760
+ passkey_promotion_snooze_days?: number | undefined;
761
+ passkey_promotion_max_prompts?: number | undefined;
762
+ remember_me?: "optional" | "off" | undefined;
763
+ remember_me_days?: number | undefined;
735
764
  } | undefined;
736
765
  mfa_policy?: {
737
766
  mode?: "required" | "optional" | "off" | undefined;
738
767
  allowed_factors?: ("webauthn" | "totp")[] | undefined;
739
768
  remember_device_days?: number | undefined;
740
769
  } | undefined;
770
+ login_flow?: string | null | undefined;
741
771
  account: string;
742
772
  metadata: {
743
773
  [key: string]: unknown;
@@ -781,12 +811,18 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
781
811
  passkey_login_enabled?: boolean | undefined;
782
812
  identifier_first?: boolean | undefined;
783
813
  remember_last_method?: boolean | undefined;
814
+ passkey_promotion?: "offer" | "off" | undefined;
815
+ passkey_promotion_snooze_days?: number | undefined;
816
+ passkey_promotion_max_prompts?: number | undefined;
817
+ remember_me?: "optional" | "off" | undefined;
818
+ remember_me_days?: number | undefined;
784
819
  } | undefined;
785
820
  mfa_policy?: {
786
821
  mode?: "required" | "optional" | "off" | undefined;
787
822
  allowed_factors?: ("webauthn" | "totp")[] | undefined;
788
823
  remember_device_days?: number | undefined;
789
824
  } | undefined;
825
+ login_flow?: string | null | undefined;
790
826
  account: string;
791
827
  metadata: {
792
828
  [key: string]: unknown;
@@ -833,12 +869,18 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
833
869
  passkey_login_enabled?: boolean | undefined;
834
870
  identifier_first?: boolean | undefined;
835
871
  remember_last_method?: boolean | undefined;
872
+ passkey_promotion?: "offer" | "off" | undefined;
873
+ passkey_promotion_snooze_days?: number | undefined;
874
+ passkey_promotion_max_prompts?: number | undefined;
875
+ remember_me?: "optional" | "off" | undefined;
876
+ remember_me_days?: number | undefined;
836
877
  } | undefined;
837
878
  mfa_policy?: {
838
879
  mode?: "required" | "optional" | "off" | undefined;
839
880
  allowed_factors?: ("webauthn" | "totp")[] | undefined;
840
881
  remember_device_days?: number | undefined;
841
882
  } | undefined;
883
+ login_flow?: string | null | undefined;
842
884
  account: string;
843
885
  metadata: {
844
886
  [key: string]: unknown;
@@ -884,12 +926,18 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
884
926
  passkey_login_enabled?: boolean | undefined;
885
927
  identifier_first?: boolean | undefined;
886
928
  remember_last_method?: boolean | undefined;
929
+ passkey_promotion?: "offer" | "off" | undefined;
930
+ passkey_promotion_snooze_days?: number | undefined;
931
+ passkey_promotion_max_prompts?: number | undefined;
932
+ remember_me?: "optional" | "off" | undefined;
933
+ remember_me_days?: number | undefined;
887
934
  } | undefined;
888
935
  mfa_policy?: {
889
936
  mode?: "required" | "optional" | "off" | undefined;
890
937
  allowed_factors?: ("webauthn" | "totp")[] | undefined;
891
938
  remember_device_days?: number | undefined;
892
939
  } | undefined;
940
+ login_flow?: string | null | undefined;
893
941
  account: string;
894
942
  metadata: {
895
943
  [key: string]: unknown;
@@ -45,6 +45,10 @@ export type IdentityMetadata = components["schemas"]["IdentityMetadata"];
45
45
  export type Log = components["schemas"]["Log"];
46
46
  export type LogMetadata = components["schemas"]["LogMetadata"];
47
47
  export type LoginCallbackBody = components["schemas"]["LoginCallbackBody"];
48
+ export type LoginFlow = components["schemas"]["LoginFlow"];
49
+ export type LoginFlowCreate = components["schemas"]["LoginFlowCreate"];
50
+ export type LoginFlowMetadata = components["schemas"]["LoginFlowMetadata"];
51
+ export type LoginFlowUpdate = components["schemas"]["LoginFlowUpdate"];
48
52
  export type LoginOptionMethod = components["schemas"]["LoginOptionMethod"];
49
53
  export type NotificationSubscription = components["schemas"]["NotificationSubscription"];
50
54
  export type NotificationSubscriptionCreate = components["schemas"]["NotificationSubscriptionCreate"];