@faable/auth-sdk 2.5.76 → 2.5.78
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.
- package/dist/FaableAuthApi.d.ts +38 -0
- package/dist/api/api-types.d.ts +4 -0
- package/dist/api/generated-client.d.ts +881 -0
- package/dist/api/generated-client.js +95 -0
- package/dist/api/types.d.ts +1607 -6
- package/package.json +1 -1
- package/spec/openapi.json +9575 -2386
package/dist/FaableAuthApi.d.ts
CHANGED
|
@@ -53,7 +53,11 @@ 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;
|
|
56
59
|
} | undefined;
|
|
60
|
+
login_flow?: string | null | undefined;
|
|
57
61
|
mfa_policy?: {
|
|
58
62
|
mode?: "required" | "optional" | "off" | undefined;
|
|
59
63
|
allowed_factors?: ("webauthn" | "totp")[] | undefined;
|
|
@@ -80,6 +84,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
80
84
|
email_change_locked_at?: string | null | undefined;
|
|
81
85
|
email_bounced_at?: string | null | undefined;
|
|
82
86
|
welcome_sent_at?: string | null | undefined;
|
|
87
|
+
passkey_prompted_at?: string | null | undefined;
|
|
88
|
+
passkey_prompt_count?: number | undefined;
|
|
89
|
+
passkey_prompt_dismissed_at?: string | null | undefined;
|
|
83
90
|
phone?: string | null | undefined;
|
|
84
91
|
phone_verified: boolean;
|
|
85
92
|
phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
|
|
@@ -135,6 +142,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
135
142
|
email_change_locked_at?: string | null | undefined;
|
|
136
143
|
email_bounced_at?: string | null | undefined;
|
|
137
144
|
welcome_sent_at?: string | null | undefined;
|
|
145
|
+
passkey_prompted_at?: string | null | undefined;
|
|
146
|
+
passkey_prompt_count?: number | undefined;
|
|
147
|
+
passkey_prompt_dismissed_at?: string | null | undefined;
|
|
138
148
|
phone?: string | null | undefined;
|
|
139
149
|
phone_verified: boolean;
|
|
140
150
|
phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
|
|
@@ -193,6 +203,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
193
203
|
email_change_locked_at?: string | null | undefined;
|
|
194
204
|
email_bounced_at?: string | null | undefined;
|
|
195
205
|
welcome_sent_at?: string | null | undefined;
|
|
206
|
+
passkey_prompted_at?: string | null | undefined;
|
|
207
|
+
passkey_prompt_count?: number | undefined;
|
|
208
|
+
passkey_prompt_dismissed_at?: string | null | undefined;
|
|
196
209
|
phone?: string | null | undefined;
|
|
197
210
|
phone_verified: boolean;
|
|
198
211
|
phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
|
|
@@ -250,6 +263,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
250
263
|
email_change_locked_at?: string | null | undefined;
|
|
251
264
|
email_bounced_at?: string | null | undefined;
|
|
252
265
|
welcome_sent_at?: string | null | undefined;
|
|
266
|
+
passkey_prompted_at?: string | null | undefined;
|
|
267
|
+
passkey_prompt_count?: number | undefined;
|
|
268
|
+
passkey_prompt_dismissed_at?: string | null | undefined;
|
|
253
269
|
phone?: string | null | undefined;
|
|
254
270
|
phone_verified: boolean;
|
|
255
271
|
phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
|
|
@@ -306,6 +322,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
306
322
|
email_change_locked_at?: string | null | undefined;
|
|
307
323
|
email_bounced_at?: string | null | undefined;
|
|
308
324
|
welcome_sent_at?: string | null | undefined;
|
|
325
|
+
passkey_prompted_at?: string | null | undefined;
|
|
326
|
+
passkey_prompt_count?: number | undefined;
|
|
327
|
+
passkey_prompt_dismissed_at?: string | null | undefined;
|
|
309
328
|
phone?: string | null | undefined;
|
|
310
329
|
phone_verified: boolean;
|
|
311
330
|
phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
|
|
@@ -362,6 +381,9 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
362
381
|
email_change_locked_at?: string | null | undefined;
|
|
363
382
|
email_bounced_at?: string | null | undefined;
|
|
364
383
|
welcome_sent_at?: string | null | undefined;
|
|
384
|
+
passkey_prompted_at?: string | null | undefined;
|
|
385
|
+
passkey_prompt_count?: number | undefined;
|
|
386
|
+
passkey_prompt_dismissed_at?: string | null | undefined;
|
|
365
387
|
phone?: string | null | undefined;
|
|
366
388
|
phone_verified: boolean;
|
|
367
389
|
phone_verified_method?: "manual" | "verification_flow" | "passwordless_otp" | "team_invite" | "email_change" | "federated" | null | undefined;
|
|
@@ -732,12 +754,16 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
732
754
|
passkey_login_enabled?: boolean | undefined;
|
|
733
755
|
identifier_first?: boolean | undefined;
|
|
734
756
|
remember_last_method?: boolean | undefined;
|
|
757
|
+
passkey_promotion?: "offer" | "off" | undefined;
|
|
758
|
+
passkey_promotion_snooze_days?: number | undefined;
|
|
759
|
+
passkey_promotion_max_prompts?: number | undefined;
|
|
735
760
|
} | undefined;
|
|
736
761
|
mfa_policy?: {
|
|
737
762
|
mode?: "required" | "optional" | "off" | undefined;
|
|
738
763
|
allowed_factors?: ("webauthn" | "totp")[] | undefined;
|
|
739
764
|
remember_device_days?: number | undefined;
|
|
740
765
|
} | undefined;
|
|
766
|
+
login_flow?: string | null | undefined;
|
|
741
767
|
account: string;
|
|
742
768
|
metadata: {
|
|
743
769
|
[key: string]: unknown;
|
|
@@ -781,12 +807,16 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
781
807
|
passkey_login_enabled?: boolean | undefined;
|
|
782
808
|
identifier_first?: boolean | undefined;
|
|
783
809
|
remember_last_method?: boolean | undefined;
|
|
810
|
+
passkey_promotion?: "offer" | "off" | undefined;
|
|
811
|
+
passkey_promotion_snooze_days?: number | undefined;
|
|
812
|
+
passkey_promotion_max_prompts?: number | undefined;
|
|
784
813
|
} | undefined;
|
|
785
814
|
mfa_policy?: {
|
|
786
815
|
mode?: "required" | "optional" | "off" | undefined;
|
|
787
816
|
allowed_factors?: ("webauthn" | "totp")[] | undefined;
|
|
788
817
|
remember_device_days?: number | undefined;
|
|
789
818
|
} | undefined;
|
|
819
|
+
login_flow?: string | null | undefined;
|
|
790
820
|
account: string;
|
|
791
821
|
metadata: {
|
|
792
822
|
[key: string]: unknown;
|
|
@@ -833,12 +863,16 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
833
863
|
passkey_login_enabled?: boolean | undefined;
|
|
834
864
|
identifier_first?: boolean | undefined;
|
|
835
865
|
remember_last_method?: boolean | undefined;
|
|
866
|
+
passkey_promotion?: "offer" | "off" | undefined;
|
|
867
|
+
passkey_promotion_snooze_days?: number | undefined;
|
|
868
|
+
passkey_promotion_max_prompts?: number | undefined;
|
|
836
869
|
} | undefined;
|
|
837
870
|
mfa_policy?: {
|
|
838
871
|
mode?: "required" | "optional" | "off" | undefined;
|
|
839
872
|
allowed_factors?: ("webauthn" | "totp")[] | undefined;
|
|
840
873
|
remember_device_days?: number | undefined;
|
|
841
874
|
} | undefined;
|
|
875
|
+
login_flow?: string | null | undefined;
|
|
842
876
|
account: string;
|
|
843
877
|
metadata: {
|
|
844
878
|
[key: string]: unknown;
|
|
@@ -884,12 +918,16 @@ export declare class FaableAuthApi extends GeneratedFaableAuthApi {
|
|
|
884
918
|
passkey_login_enabled?: boolean | undefined;
|
|
885
919
|
identifier_first?: boolean | undefined;
|
|
886
920
|
remember_last_method?: boolean | undefined;
|
|
921
|
+
passkey_promotion?: "offer" | "off" | undefined;
|
|
922
|
+
passkey_promotion_snooze_days?: number | undefined;
|
|
923
|
+
passkey_promotion_max_prompts?: number | undefined;
|
|
887
924
|
} | undefined;
|
|
888
925
|
mfa_policy?: {
|
|
889
926
|
mode?: "required" | "optional" | "off" | undefined;
|
|
890
927
|
allowed_factors?: ("webauthn" | "totp")[] | undefined;
|
|
891
928
|
remember_device_days?: number | undefined;
|
|
892
929
|
} | undefined;
|
|
930
|
+
login_flow?: string | null | undefined;
|
|
893
931
|
account: string;
|
|
894
932
|
metadata: {
|
|
895
933
|
[key: string]: unknown;
|
package/dist/api/api-types.d.ts
CHANGED
|
@@ -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"];
|