@faable/auth-sdk 1.3.9 → 1.3.11

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.
@@ -25,6 +25,9 @@ export declare class FaableAuthApi extends FaableApi {
25
25
  default_connection?: unknown;
26
26
  enabled_locales: string[];
27
27
  team?: string | null | undefined;
28
+ notification_settings: {
29
+ welcome_email_enabled: boolean;
30
+ };
28
31
  createdAt: string;
29
32
  updatedAt?: string | undefined;
30
33
  }>;
@@ -37,14 +40,27 @@ export declare class FaableAuthApi extends FaableApi {
37
40
  username?: string | null | undefined;
38
41
  given_name?: string | null | undefined;
39
42
  family_name?: string | null | undefined;
43
+ middle_name?: string | null | undefined;
44
+ nickname?: string | null | undefined;
40
45
  email?: string | null | undefined;
41
46
  email_verified: boolean;
42
47
  phone?: string | null | undefined;
43
48
  phone_verified: boolean;
44
49
  country_iso?: string | null | undefined;
45
50
  birth_date?: string | null | undefined;
51
+ gender?: string | null | undefined;
52
+ zoneinfo?: string | null | undefined;
46
53
  locale?: string | undefined;
47
54
  region?: string | null | undefined;
55
+ website?: string | null | undefined;
56
+ address?: {
57
+ formatted?: string | null | undefined;
58
+ street_address?: string | null | undefined;
59
+ locality?: string | null | undefined;
60
+ region?: string | null | undefined;
61
+ postal_code?: string | null | undefined;
62
+ country?: string | null | undefined;
63
+ } | null | undefined;
48
64
  picture?: string | null | undefined;
49
65
  logins_count: number;
50
66
  last_ip?: string | null | undefined;
@@ -68,14 +84,27 @@ export declare class FaableAuthApi extends FaableApi {
68
84
  username?: string | null | undefined;
69
85
  given_name?: string | null | undefined;
70
86
  family_name?: string | null | undefined;
87
+ middle_name?: string | null | undefined;
88
+ nickname?: string | null | undefined;
71
89
  email?: string | null | undefined;
72
90
  email_verified: boolean;
73
91
  phone?: string | null | undefined;
74
92
  phone_verified: boolean;
75
93
  country_iso?: string | null | undefined;
76
94
  birth_date?: string | null | undefined;
95
+ gender?: string | null | undefined;
96
+ zoneinfo?: string | null | undefined;
77
97
  locale?: string | undefined;
78
98
  region?: string | null | undefined;
99
+ website?: string | null | undefined;
100
+ address?: {
101
+ formatted?: string | null | undefined;
102
+ street_address?: string | null | undefined;
103
+ locality?: string | null | undefined;
104
+ region?: string | null | undefined;
105
+ postal_code?: string | null | undefined;
106
+ country?: string | null | undefined;
107
+ } | null | undefined;
79
108
  picture?: string | null | undefined;
80
109
  logins_count: number;
81
110
  last_ip?: string | null | undefined;
@@ -102,14 +131,27 @@ export declare class FaableAuthApi extends FaableApi {
102
131
  username?: string | null | undefined;
103
132
  given_name?: string | null | undefined;
104
133
  family_name?: string | null | undefined;
134
+ middle_name?: string | null | undefined;
135
+ nickname?: string | null | undefined;
105
136
  email?: string | null | undefined;
106
137
  email_verified: boolean;
107
138
  phone?: string | null | undefined;
108
139
  phone_verified: boolean;
109
140
  country_iso?: string | null | undefined;
110
141
  birth_date?: string | null | undefined;
142
+ gender?: string | null | undefined;
143
+ zoneinfo?: string | null | undefined;
111
144
  locale?: string | undefined;
112
145
  region?: string | null | undefined;
146
+ website?: string | null | undefined;
147
+ address?: {
148
+ formatted?: string | null | undefined;
149
+ street_address?: string | null | undefined;
150
+ locality?: string | null | undefined;
151
+ region?: string | null | undefined;
152
+ postal_code?: string | null | undefined;
153
+ country?: string | null | undefined;
154
+ } | null | undefined;
113
155
  picture?: string | null | undefined;
114
156
  logins_count: number;
115
157
  last_ip?: string | null | undefined;
@@ -134,14 +176,27 @@ export declare class FaableAuthApi extends FaableApi {
134
176
  username?: string | null | undefined;
135
177
  given_name?: string | null | undefined;
136
178
  family_name?: string | null | undefined;
179
+ middle_name?: string | null | undefined;
180
+ nickname?: string | null | undefined;
137
181
  email?: string | null | undefined;
138
182
  email_verified: boolean;
139
183
  phone?: string | null | undefined;
140
184
  phone_verified: boolean;
141
185
  country_iso?: string | null | undefined;
142
186
  birth_date?: string | null | undefined;
187
+ gender?: string | null | undefined;
188
+ zoneinfo?: string | null | undefined;
143
189
  locale?: string | undefined;
144
190
  region?: string | null | undefined;
191
+ website?: string | null | undefined;
192
+ address?: {
193
+ formatted?: string | null | undefined;
194
+ street_address?: string | null | undefined;
195
+ locality?: string | null | undefined;
196
+ region?: string | null | undefined;
197
+ postal_code?: string | null | undefined;
198
+ country?: string | null | undefined;
199
+ } | null | undefined;
145
200
  picture?: string | null | undefined;
146
201
  logins_count: number;
147
202
  last_ip?: string | null | undefined;
@@ -165,14 +220,27 @@ export declare class FaableAuthApi extends FaableApi {
165
220
  username?: string | null | undefined;
166
221
  given_name?: string | null | undefined;
167
222
  family_name?: string | null | undefined;
223
+ middle_name?: string | null | undefined;
224
+ nickname?: string | null | undefined;
168
225
  email?: string | null | undefined;
169
226
  email_verified: boolean;
170
227
  phone?: string | null | undefined;
171
228
  phone_verified: boolean;
172
229
  country_iso?: string | null | undefined;
173
230
  birth_date?: string | null | undefined;
231
+ gender?: string | null | undefined;
232
+ zoneinfo?: string | null | undefined;
174
233
  locale?: string | undefined;
175
234
  region?: string | null | undefined;
235
+ website?: string | null | undefined;
236
+ address?: {
237
+ formatted?: string | null | undefined;
238
+ street_address?: string | null | undefined;
239
+ locality?: string | null | undefined;
240
+ region?: string | null | undefined;
241
+ postal_code?: string | null | undefined;
242
+ country?: string | null | undefined;
243
+ } | null | undefined;
176
244
  picture?: string | null | undefined;
177
245
  logins_count: number;
178
246
  last_ip?: string | null | undefined;
@@ -196,14 +264,27 @@ export declare class FaableAuthApi extends FaableApi {
196
264
  username?: string | null | undefined;
197
265
  given_name?: string | null | undefined;
198
266
  family_name?: string | null | undefined;
267
+ middle_name?: string | null | undefined;
268
+ nickname?: string | null | undefined;
199
269
  email?: string | null | undefined;
200
270
  email_verified: boolean;
201
271
  phone?: string | null | undefined;
202
272
  phone_verified: boolean;
203
273
  country_iso?: string | null | undefined;
204
274
  birth_date?: string | null | undefined;
275
+ gender?: string | null | undefined;
276
+ zoneinfo?: string | null | undefined;
205
277
  locale?: string | undefined;
206
278
  region?: string | null | undefined;
279
+ website?: string | null | undefined;
280
+ address?: {
281
+ formatted?: string | null | undefined;
282
+ street_address?: string | null | undefined;
283
+ locality?: string | null | undefined;
284
+ region?: string | null | undefined;
285
+ postal_code?: string | null | undefined;
286
+ country?: string | null | undefined;
287
+ } | null | undefined;
207
288
  picture?: string | null | undefined;
208
289
  logins_count: number;
209
290
  last_ip?: string | null | undefined;
@@ -342,7 +423,7 @@ export declare class FaableAuthApi extends FaableApi {
342
423
  all: () => Promise<{
343
424
  id: string;
344
425
  connection_name: string;
345
- connection_type: string;
426
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
346
427
  authorize_url: string;
347
428
  token_url: string;
348
429
  userinfo_url: string;
@@ -367,7 +448,7 @@ export declare class FaableAuthApi extends FaableApi {
367
448
  first: () => Promise<import("@faable/sdk-base/dist/helpers/paginator.js").Page<{
368
449
  id: string;
369
450
  connection_name: string;
370
- connection_type: string;
451
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
371
452
  authorize_url: string;
372
453
  token_url: string;
373
454
  userinfo_url: string;
@@ -395,7 +476,7 @@ export declare class FaableAuthApi extends FaableApi {
395
476
  } | undefined) => Promise<import("@faable/sdk-base/dist/helpers/paginator.js").Page<{
396
477
  id: string;
397
478
  connection_name: string;
398
- connection_type: string;
479
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
399
480
  authorize_url: string;
400
481
  token_url: string;
401
482
  userinfo_url: string;
@@ -421,7 +502,7 @@ export declare class FaableAuthApi extends FaableApi {
421
502
  getConection(connection_id: string): Promise<{
422
503
  id: string;
423
504
  connection_name: string;
424
- connection_type: string;
505
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
425
506
  authorize_url: string;
426
507
  token_url: string;
427
508
  userinfo_url: string;
@@ -459,6 +540,19 @@ export declare class FaableAuthApi extends FaableApi {
459
540
  infinite_token_lifetime: boolean;
460
541
  token_lifetime: number;
461
542
  };
543
+ client_uri?: string | null | undefined;
544
+ logo_uri?: string | null | undefined;
545
+ tos_uri?: string | null | undefined;
546
+ policy_uri?: string | null | undefined;
547
+ contacts?: string[] | undefined;
548
+ grant_types?: string[] | undefined;
549
+ response_types?: string[] | undefined;
550
+ token_endpoint_auth_method?: string | undefined;
551
+ application_type?: string | undefined;
552
+ software_id?: string | null | undefined;
553
+ software_version?: string | null | undefined;
554
+ frontchannel_logout_uri?: string | null | undefined;
555
+ frontchannel_logout_session_required?: boolean | undefined;
462
556
  account: string;
463
557
  metadata: {
464
558
  [key: string]: unknown;
@@ -479,6 +573,19 @@ export declare class FaableAuthApi extends FaableApi {
479
573
  infinite_token_lifetime: boolean;
480
574
  token_lifetime: number;
481
575
  };
576
+ client_uri?: string | null | undefined;
577
+ logo_uri?: string | null | undefined;
578
+ tos_uri?: string | null | undefined;
579
+ policy_uri?: string | null | undefined;
580
+ contacts?: string[] | undefined;
581
+ grant_types?: string[] | undefined;
582
+ response_types?: string[] | undefined;
583
+ token_endpoint_auth_method?: string | undefined;
584
+ application_type?: string | undefined;
585
+ software_id?: string | null | undefined;
586
+ software_version?: string | null | undefined;
587
+ frontchannel_logout_uri?: string | null | undefined;
588
+ frontchannel_logout_session_required?: boolean | undefined;
482
589
  account: string;
483
590
  metadata: {
484
591
  [key: string]: unknown;
@@ -502,6 +609,19 @@ export declare class FaableAuthApi extends FaableApi {
502
609
  infinite_token_lifetime: boolean;
503
610
  token_lifetime: number;
504
611
  };
612
+ client_uri?: string | null | undefined;
613
+ logo_uri?: string | null | undefined;
614
+ tos_uri?: string | null | undefined;
615
+ policy_uri?: string | null | undefined;
616
+ contacts?: string[] | undefined;
617
+ grant_types?: string[] | undefined;
618
+ response_types?: string[] | undefined;
619
+ token_endpoint_auth_method?: string | undefined;
620
+ application_type?: string | undefined;
621
+ software_id?: string | null | undefined;
622
+ software_version?: string | null | undefined;
623
+ frontchannel_logout_uri?: string | null | undefined;
624
+ frontchannel_logout_session_required?: boolean | undefined;
505
625
  account: string;
506
626
  metadata: {
507
627
  [key: string]: unknown;
@@ -513,7 +633,7 @@ export declare class FaableAuthApi extends FaableApi {
513
633
  getClient(client_id: string): Promise<{
514
634
  id: string;
515
635
  connection_name: string;
516
- connection_type: string;
636
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
517
637
  authorize_url: string;
518
638
  token_url: string;
519
639
  userinfo_url: string;