@descope/react-sdk 2.27.9 → 2.27.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.
- package/README.md +3 -1
- package/dist/cjs/constants.js +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/constants.js.map +1 -1
- package/dist/index.d.ts +66 -6
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +198 -18
- package/package.json +12 -12
package/dist/types/sdk.d.ts
CHANGED
|
@@ -112,7 +112,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
112
112
|
};
|
|
113
113
|
webauthn: {
|
|
114
114
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
115
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
115
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
116
116
|
transactionId: string;
|
|
117
117
|
options: string;
|
|
118
118
|
create: boolean;
|
|
@@ -128,7 +128,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
128
128
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
129
129
|
};
|
|
130
130
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
131
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
131
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
132
132
|
transactionId: string;
|
|
133
133
|
options: string;
|
|
134
134
|
create: boolean;
|
|
@@ -224,6 +224,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
224
224
|
templateOptions?: {
|
|
225
225
|
[x: string]: string;
|
|
226
226
|
};
|
|
227
|
+
tenantId?: string;
|
|
227
228
|
}) => Promise<_1.SdkResponse<{
|
|
228
229
|
maskedPhone: string;
|
|
229
230
|
}>>;
|
|
@@ -240,6 +241,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
240
241
|
templateOptions?: {
|
|
241
242
|
[x: string]: string;
|
|
242
243
|
};
|
|
244
|
+
tenantId?: string;
|
|
243
245
|
}) => Promise<_1.SdkResponse<{
|
|
244
246
|
maskedPhone: string;
|
|
245
247
|
}>>;
|
|
@@ -256,6 +258,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
256
258
|
templateOptions?: {
|
|
257
259
|
[x: string]: string;
|
|
258
260
|
};
|
|
261
|
+
tenantId?: string;
|
|
259
262
|
}) => Promise<_1.SdkResponse<{
|
|
260
263
|
maskedPhone: string;
|
|
261
264
|
}>>;
|
|
@@ -272,6 +275,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
272
275
|
templateOptions?: {
|
|
273
276
|
[x: string]: string;
|
|
274
277
|
};
|
|
278
|
+
tenantId?: string;
|
|
275
279
|
}) => Promise<_1.SdkResponse<{
|
|
276
280
|
maskedPhone: string;
|
|
277
281
|
}>>;
|
|
@@ -288,6 +292,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
288
292
|
templateOptions?: {
|
|
289
293
|
[x: string]: string;
|
|
290
294
|
};
|
|
295
|
+
tenantId?: string;
|
|
291
296
|
}) => Promise<_1.SdkResponse<{
|
|
292
297
|
maskedEmail: string;
|
|
293
298
|
}>>;
|
|
@@ -402,6 +407,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
402
407
|
templateOptions?: {
|
|
403
408
|
[x: string]: string;
|
|
404
409
|
};
|
|
410
|
+
tenantId?: string;
|
|
405
411
|
}) => Promise<_1.SdkResponse<{
|
|
406
412
|
maskedPhone: string;
|
|
407
413
|
}>>;
|
|
@@ -418,6 +424,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
418
424
|
templateOptions?: {
|
|
419
425
|
[x: string]: string;
|
|
420
426
|
};
|
|
427
|
+
tenantId?: string;
|
|
421
428
|
}) => Promise<_1.SdkResponse<{
|
|
422
429
|
maskedPhone: string;
|
|
423
430
|
}>>;
|
|
@@ -434,6 +441,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
434
441
|
templateOptions?: {
|
|
435
442
|
[x: string]: string;
|
|
436
443
|
};
|
|
444
|
+
tenantId?: string;
|
|
437
445
|
}) => Promise<_1.SdkResponse<{
|
|
438
446
|
maskedPhone: string;
|
|
439
447
|
}>>;
|
|
@@ -450,6 +458,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
450
458
|
templateOptions?: {
|
|
451
459
|
[x: string]: string;
|
|
452
460
|
};
|
|
461
|
+
tenantId?: string;
|
|
453
462
|
}) => Promise<_1.SdkResponse<{
|
|
454
463
|
maskedPhone: string;
|
|
455
464
|
}>>;
|
|
@@ -466,6 +475,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
466
475
|
templateOptions?: {
|
|
467
476
|
[x: string]: string;
|
|
468
477
|
};
|
|
478
|
+
tenantId?: string;
|
|
469
479
|
}) => Promise<_1.SdkResponse<{
|
|
470
480
|
maskedEmail: string;
|
|
471
481
|
}>>;
|
|
@@ -477,6 +487,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
477
487
|
templateOptions?: {
|
|
478
488
|
[x: string]: string;
|
|
479
489
|
};
|
|
490
|
+
tenantId?: string;
|
|
480
491
|
}) => Promise<_1.SdkResponse<{
|
|
481
492
|
maskedPhone: string;
|
|
482
493
|
}>>;
|
|
@@ -486,6 +497,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
486
497
|
templateOptions?: {
|
|
487
498
|
[x: string]: string;
|
|
488
499
|
};
|
|
500
|
+
tenantId?: string;
|
|
489
501
|
}) => Promise<_1.SdkResponse<{
|
|
490
502
|
maskedPhone: string;
|
|
491
503
|
}>>;
|
|
@@ -495,6 +507,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
495
507
|
templateOptions?: {
|
|
496
508
|
[x: string]: string;
|
|
497
509
|
};
|
|
510
|
+
tenantId?: string;
|
|
498
511
|
}) => Promise<_1.SdkResponse<{
|
|
499
512
|
maskedPhone: string;
|
|
500
513
|
}>>;
|
|
@@ -504,6 +517,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
504
517
|
templateOptions?: {
|
|
505
518
|
[x: string]: string;
|
|
506
519
|
};
|
|
520
|
+
tenantId?: string;
|
|
507
521
|
}) => Promise<_1.SdkResponse<{
|
|
508
522
|
maskedPhone: string;
|
|
509
523
|
}>>;
|
|
@@ -513,6 +527,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
513
527
|
templateOptions?: {
|
|
514
528
|
[x: string]: string;
|
|
515
529
|
};
|
|
530
|
+
tenantId?: string;
|
|
516
531
|
}) => Promise<_1.SdkResponse<{
|
|
517
532
|
maskedEmail: string;
|
|
518
533
|
}>>;
|
|
@@ -588,6 +603,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
588
603
|
templateOptions?: {
|
|
589
604
|
[x: string]: string;
|
|
590
605
|
};
|
|
606
|
+
tenantId?: string;
|
|
591
607
|
} & {
|
|
592
608
|
providerId?: string;
|
|
593
609
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -604,6 +620,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
604
620
|
templateOptions?: {
|
|
605
621
|
[x: string]: string;
|
|
606
622
|
};
|
|
623
|
+
tenantId?: string;
|
|
607
624
|
} & {
|
|
608
625
|
providerId?: string;
|
|
609
626
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -678,6 +695,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
678
695
|
templateOptions?: {
|
|
679
696
|
[x: string]: string;
|
|
680
697
|
};
|
|
698
|
+
tenantId?: string;
|
|
681
699
|
} & {
|
|
682
700
|
providerId?: string;
|
|
683
701
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -698,6 +716,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
698
716
|
templateOptions?: {
|
|
699
717
|
[x: string]: string;
|
|
700
718
|
};
|
|
719
|
+
tenantId?: string;
|
|
701
720
|
} & {
|
|
702
721
|
providerId?: string;
|
|
703
722
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -731,6 +750,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
731
750
|
templateOptions?: {
|
|
732
751
|
[x: string]: string;
|
|
733
752
|
};
|
|
753
|
+
tenantId?: string;
|
|
734
754
|
} & {
|
|
735
755
|
providerId?: string;
|
|
736
756
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -834,7 +854,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
834
854
|
};
|
|
835
855
|
webauthn: {
|
|
836
856
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
837
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
857
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
838
858
|
transactionId: string;
|
|
839
859
|
options: string;
|
|
840
860
|
create: boolean;
|
|
@@ -850,7 +870,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
850
870
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
851
871
|
};
|
|
852
872
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
853
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
873
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
854
874
|
transactionId: string;
|
|
855
875
|
options: string;
|
|
856
876
|
create: boolean;
|
|
@@ -946,6 +966,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
946
966
|
templateOptions?: {
|
|
947
967
|
[x: string]: string;
|
|
948
968
|
};
|
|
969
|
+
tenantId?: string;
|
|
949
970
|
}) => Promise<_1.SdkResponse<{
|
|
950
971
|
maskedPhone: string;
|
|
951
972
|
}>>;
|
|
@@ -962,6 +983,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
962
983
|
templateOptions?: {
|
|
963
984
|
[x: string]: string;
|
|
964
985
|
};
|
|
986
|
+
tenantId?: string;
|
|
965
987
|
}) => Promise<_1.SdkResponse<{
|
|
966
988
|
maskedPhone: string;
|
|
967
989
|
}>>;
|
|
@@ -978,6 +1000,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
978
1000
|
templateOptions?: {
|
|
979
1001
|
[x: string]: string;
|
|
980
1002
|
};
|
|
1003
|
+
tenantId?: string;
|
|
981
1004
|
}) => Promise<_1.SdkResponse<{
|
|
982
1005
|
maskedPhone: string;
|
|
983
1006
|
}>>;
|
|
@@ -994,6 +1017,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
994
1017
|
templateOptions?: {
|
|
995
1018
|
[x: string]: string;
|
|
996
1019
|
};
|
|
1020
|
+
tenantId?: string;
|
|
997
1021
|
}) => Promise<_1.SdkResponse<{
|
|
998
1022
|
maskedPhone: string;
|
|
999
1023
|
}>>;
|
|
@@ -1010,6 +1034,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1010
1034
|
templateOptions?: {
|
|
1011
1035
|
[x: string]: string;
|
|
1012
1036
|
};
|
|
1037
|
+
tenantId?: string;
|
|
1013
1038
|
}) => Promise<_1.SdkResponse<{
|
|
1014
1039
|
maskedEmail: string;
|
|
1015
1040
|
}>>;
|
|
@@ -1124,6 +1149,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1124
1149
|
templateOptions?: {
|
|
1125
1150
|
[x: string]: string;
|
|
1126
1151
|
};
|
|
1152
|
+
tenantId?: string;
|
|
1127
1153
|
}) => Promise<_1.SdkResponse<{
|
|
1128
1154
|
maskedPhone: string;
|
|
1129
1155
|
}>>;
|
|
@@ -1140,6 +1166,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1140
1166
|
templateOptions?: {
|
|
1141
1167
|
[x: string]: string;
|
|
1142
1168
|
};
|
|
1169
|
+
tenantId?: string;
|
|
1143
1170
|
}) => Promise<_1.SdkResponse<{
|
|
1144
1171
|
maskedPhone: string;
|
|
1145
1172
|
}>>;
|
|
@@ -1156,6 +1183,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1156
1183
|
templateOptions?: {
|
|
1157
1184
|
[x: string]: string;
|
|
1158
1185
|
};
|
|
1186
|
+
tenantId?: string;
|
|
1159
1187
|
}) => Promise<_1.SdkResponse<{
|
|
1160
1188
|
maskedPhone: string;
|
|
1161
1189
|
}>>;
|
|
@@ -1172,6 +1200,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1172
1200
|
templateOptions?: {
|
|
1173
1201
|
[x: string]: string;
|
|
1174
1202
|
};
|
|
1203
|
+
tenantId?: string;
|
|
1175
1204
|
}) => Promise<_1.SdkResponse<{
|
|
1176
1205
|
maskedPhone: string;
|
|
1177
1206
|
}>>;
|
|
@@ -1188,6 +1217,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1188
1217
|
templateOptions?: {
|
|
1189
1218
|
[x: string]: string;
|
|
1190
1219
|
};
|
|
1220
|
+
tenantId?: string;
|
|
1191
1221
|
}) => Promise<_1.SdkResponse<{
|
|
1192
1222
|
maskedEmail: string;
|
|
1193
1223
|
}>>;
|
|
@@ -1199,6 +1229,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1199
1229
|
templateOptions?: {
|
|
1200
1230
|
[x: string]: string;
|
|
1201
1231
|
};
|
|
1232
|
+
tenantId?: string;
|
|
1202
1233
|
}) => Promise<_1.SdkResponse<{
|
|
1203
1234
|
maskedPhone: string;
|
|
1204
1235
|
}>>;
|
|
@@ -1208,6 +1239,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1208
1239
|
templateOptions?: {
|
|
1209
1240
|
[x: string]: string;
|
|
1210
1241
|
};
|
|
1242
|
+
tenantId?: string;
|
|
1211
1243
|
}) => Promise<_1.SdkResponse<{
|
|
1212
1244
|
maskedPhone: string;
|
|
1213
1245
|
}>>;
|
|
@@ -1217,6 +1249,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1217
1249
|
templateOptions?: {
|
|
1218
1250
|
[x: string]: string;
|
|
1219
1251
|
};
|
|
1252
|
+
tenantId?: string;
|
|
1220
1253
|
}) => Promise<_1.SdkResponse<{
|
|
1221
1254
|
maskedPhone: string;
|
|
1222
1255
|
}>>;
|
|
@@ -1226,6 +1259,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1226
1259
|
templateOptions?: {
|
|
1227
1260
|
[x: string]: string;
|
|
1228
1261
|
};
|
|
1262
|
+
tenantId?: string;
|
|
1229
1263
|
}) => Promise<_1.SdkResponse<{
|
|
1230
1264
|
maskedPhone: string;
|
|
1231
1265
|
}>>;
|
|
@@ -1235,6 +1269,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1235
1269
|
templateOptions?: {
|
|
1236
1270
|
[x: string]: string;
|
|
1237
1271
|
};
|
|
1272
|
+
tenantId?: string;
|
|
1238
1273
|
}) => Promise<_1.SdkResponse<{
|
|
1239
1274
|
maskedEmail: string;
|
|
1240
1275
|
}>>;
|
|
@@ -1310,6 +1345,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1310
1345
|
templateOptions?: {
|
|
1311
1346
|
[x: string]: string;
|
|
1312
1347
|
};
|
|
1348
|
+
tenantId?: string;
|
|
1313
1349
|
} & {
|
|
1314
1350
|
providerId?: string;
|
|
1315
1351
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -1326,6 +1362,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1326
1362
|
templateOptions?: {
|
|
1327
1363
|
[x: string]: string;
|
|
1328
1364
|
};
|
|
1365
|
+
tenantId?: string;
|
|
1329
1366
|
} & {
|
|
1330
1367
|
providerId?: string;
|
|
1331
1368
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -1400,6 +1437,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1400
1437
|
templateOptions?: {
|
|
1401
1438
|
[x: string]: string;
|
|
1402
1439
|
};
|
|
1440
|
+
tenantId?: string;
|
|
1403
1441
|
} & {
|
|
1404
1442
|
providerId?: string;
|
|
1405
1443
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -1420,6 +1458,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1420
1458
|
templateOptions?: {
|
|
1421
1459
|
[x: string]: string;
|
|
1422
1460
|
};
|
|
1461
|
+
tenantId?: string;
|
|
1423
1462
|
} & {
|
|
1424
1463
|
providerId?: string;
|
|
1425
1464
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -1453,6 +1492,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1453
1492
|
templateOptions?: {
|
|
1454
1493
|
[x: string]: string;
|
|
1455
1494
|
};
|
|
1495
|
+
tenantId?: string;
|
|
1456
1496
|
} & {
|
|
1457
1497
|
providerId?: string;
|
|
1458
1498
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -1556,7 +1596,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1556
1596
|
};
|
|
1557
1597
|
webauthn: {
|
|
1558
1598
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
1559
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
1599
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
1560
1600
|
transactionId: string;
|
|
1561
1601
|
options: string;
|
|
1562
1602
|
create: boolean;
|
|
@@ -1572,7 +1612,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1572
1612
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
1573
1613
|
};
|
|
1574
1614
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
1575
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
1615
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
1576
1616
|
transactionId: string;
|
|
1577
1617
|
options: string;
|
|
1578
1618
|
create: boolean;
|
|
@@ -1668,6 +1708,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1668
1708
|
templateOptions?: {
|
|
1669
1709
|
[x: string]: string;
|
|
1670
1710
|
};
|
|
1711
|
+
tenantId?: string;
|
|
1671
1712
|
}) => Promise<_1.SdkResponse<{
|
|
1672
1713
|
maskedPhone: string;
|
|
1673
1714
|
}>>;
|
|
@@ -1684,6 +1725,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1684
1725
|
templateOptions?: {
|
|
1685
1726
|
[x: string]: string;
|
|
1686
1727
|
};
|
|
1728
|
+
tenantId?: string;
|
|
1687
1729
|
}) => Promise<_1.SdkResponse<{
|
|
1688
1730
|
maskedPhone: string;
|
|
1689
1731
|
}>>;
|
|
@@ -1700,6 +1742,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1700
1742
|
templateOptions?: {
|
|
1701
1743
|
[x: string]: string;
|
|
1702
1744
|
};
|
|
1745
|
+
tenantId?: string;
|
|
1703
1746
|
}) => Promise<_1.SdkResponse<{
|
|
1704
1747
|
maskedPhone: string;
|
|
1705
1748
|
}>>;
|
|
@@ -1716,6 +1759,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1716
1759
|
templateOptions?: {
|
|
1717
1760
|
[x: string]: string;
|
|
1718
1761
|
};
|
|
1762
|
+
tenantId?: string;
|
|
1719
1763
|
}) => Promise<_1.SdkResponse<{
|
|
1720
1764
|
maskedPhone: string;
|
|
1721
1765
|
}>>;
|
|
@@ -1732,6 +1776,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1732
1776
|
templateOptions?: {
|
|
1733
1777
|
[x: string]: string;
|
|
1734
1778
|
};
|
|
1779
|
+
tenantId?: string;
|
|
1735
1780
|
}) => Promise<_1.SdkResponse<{
|
|
1736
1781
|
maskedEmail: string;
|
|
1737
1782
|
}>>;
|
|
@@ -1846,6 +1891,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1846
1891
|
templateOptions?: {
|
|
1847
1892
|
[x: string]: string;
|
|
1848
1893
|
};
|
|
1894
|
+
tenantId?: string;
|
|
1849
1895
|
}) => Promise<_1.SdkResponse<{
|
|
1850
1896
|
maskedPhone: string;
|
|
1851
1897
|
}>>;
|
|
@@ -1862,6 +1908,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1862
1908
|
templateOptions?: {
|
|
1863
1909
|
[x: string]: string;
|
|
1864
1910
|
};
|
|
1911
|
+
tenantId?: string;
|
|
1865
1912
|
}) => Promise<_1.SdkResponse<{
|
|
1866
1913
|
maskedPhone: string;
|
|
1867
1914
|
}>>;
|
|
@@ -1878,6 +1925,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1878
1925
|
templateOptions?: {
|
|
1879
1926
|
[x: string]: string;
|
|
1880
1927
|
};
|
|
1928
|
+
tenantId?: string;
|
|
1881
1929
|
}) => Promise<_1.SdkResponse<{
|
|
1882
1930
|
maskedPhone: string;
|
|
1883
1931
|
}>>;
|
|
@@ -1894,6 +1942,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1894
1942
|
templateOptions?: {
|
|
1895
1943
|
[x: string]: string;
|
|
1896
1944
|
};
|
|
1945
|
+
tenantId?: string;
|
|
1897
1946
|
}) => Promise<_1.SdkResponse<{
|
|
1898
1947
|
maskedPhone: string;
|
|
1899
1948
|
}>>;
|
|
@@ -1910,6 +1959,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1910
1959
|
templateOptions?: {
|
|
1911
1960
|
[x: string]: string;
|
|
1912
1961
|
};
|
|
1962
|
+
tenantId?: string;
|
|
1913
1963
|
}) => Promise<_1.SdkResponse<{
|
|
1914
1964
|
maskedEmail: string;
|
|
1915
1965
|
}>>;
|
|
@@ -1921,6 +1971,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1921
1971
|
templateOptions?: {
|
|
1922
1972
|
[x: string]: string;
|
|
1923
1973
|
};
|
|
1974
|
+
tenantId?: string;
|
|
1924
1975
|
}) => Promise<_1.SdkResponse<{
|
|
1925
1976
|
maskedPhone: string;
|
|
1926
1977
|
}>>;
|
|
@@ -1930,6 +1981,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1930
1981
|
templateOptions?: {
|
|
1931
1982
|
[x: string]: string;
|
|
1932
1983
|
};
|
|
1984
|
+
tenantId?: string;
|
|
1933
1985
|
}) => Promise<_1.SdkResponse<{
|
|
1934
1986
|
maskedPhone: string;
|
|
1935
1987
|
}>>;
|
|
@@ -1939,6 +1991,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1939
1991
|
templateOptions?: {
|
|
1940
1992
|
[x: string]: string;
|
|
1941
1993
|
};
|
|
1994
|
+
tenantId?: string;
|
|
1942
1995
|
}) => Promise<_1.SdkResponse<{
|
|
1943
1996
|
maskedPhone: string;
|
|
1944
1997
|
}>>;
|
|
@@ -1948,6 +2001,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1948
2001
|
templateOptions?: {
|
|
1949
2002
|
[x: string]: string;
|
|
1950
2003
|
};
|
|
2004
|
+
tenantId?: string;
|
|
1951
2005
|
}) => Promise<_1.SdkResponse<{
|
|
1952
2006
|
maskedPhone: string;
|
|
1953
2007
|
}>>;
|
|
@@ -1957,6 +2011,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1957
2011
|
templateOptions?: {
|
|
1958
2012
|
[x: string]: string;
|
|
1959
2013
|
};
|
|
2014
|
+
tenantId?: string;
|
|
1960
2015
|
}) => Promise<_1.SdkResponse<{
|
|
1961
2016
|
maskedEmail: string;
|
|
1962
2017
|
}>>;
|
|
@@ -2032,6 +2087,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2032
2087
|
templateOptions?: {
|
|
2033
2088
|
[x: string]: string;
|
|
2034
2089
|
};
|
|
2090
|
+
tenantId?: string;
|
|
2035
2091
|
} & {
|
|
2036
2092
|
providerId?: string;
|
|
2037
2093
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -2048,6 +2104,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2048
2104
|
templateOptions?: {
|
|
2049
2105
|
[x: string]: string;
|
|
2050
2106
|
};
|
|
2107
|
+
tenantId?: string;
|
|
2051
2108
|
} & {
|
|
2052
2109
|
providerId?: string;
|
|
2053
2110
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -2122,6 +2179,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2122
2179
|
templateOptions?: {
|
|
2123
2180
|
[x: string]: string;
|
|
2124
2181
|
};
|
|
2182
|
+
tenantId?: string;
|
|
2125
2183
|
} & {
|
|
2126
2184
|
providerId?: string;
|
|
2127
2185
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -2142,6 +2200,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2142
2200
|
templateOptions?: {
|
|
2143
2201
|
[x: string]: string;
|
|
2144
2202
|
};
|
|
2203
|
+
tenantId?: string;
|
|
2145
2204
|
} & {
|
|
2146
2205
|
providerId?: string;
|
|
2147
2206
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -2175,6 +2234,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2175
2234
|
templateOptions?: {
|
|
2176
2235
|
[x: string]: string;
|
|
2177
2236
|
};
|
|
2237
|
+
tenantId?: string;
|
|
2178
2238
|
} & {
|
|
2179
2239
|
providerId?: string;
|
|
2180
2240
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -2293,7 +2353,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2293
2353
|
};
|
|
2294
2354
|
webauthn: {
|
|
2295
2355
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
2296
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
2356
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
2297
2357
|
transactionId: string;
|
|
2298
2358
|
options: string;
|
|
2299
2359
|
create: boolean;
|
|
@@ -2309,7 +2369,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2309
2369
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
2310
2370
|
};
|
|
2311
2371
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
2312
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
2372
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
2313
2373
|
transactionId: string;
|
|
2314
2374
|
options: string;
|
|
2315
2375
|
create: boolean;
|
|
@@ -2405,6 +2465,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2405
2465
|
templateOptions?: {
|
|
2406
2466
|
[x: string]: string;
|
|
2407
2467
|
};
|
|
2468
|
+
tenantId?: string;
|
|
2408
2469
|
}) => Promise<_1.SdkResponse<{
|
|
2409
2470
|
maskedPhone: string;
|
|
2410
2471
|
}>>;
|
|
@@ -2421,6 +2482,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2421
2482
|
templateOptions?: {
|
|
2422
2483
|
[x: string]: string;
|
|
2423
2484
|
};
|
|
2485
|
+
tenantId?: string;
|
|
2424
2486
|
}) => Promise<_1.SdkResponse<{
|
|
2425
2487
|
maskedPhone: string;
|
|
2426
2488
|
}>>;
|
|
@@ -2437,6 +2499,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2437
2499
|
templateOptions?: {
|
|
2438
2500
|
[x: string]: string;
|
|
2439
2501
|
};
|
|
2502
|
+
tenantId?: string;
|
|
2440
2503
|
}) => Promise<_1.SdkResponse<{
|
|
2441
2504
|
maskedPhone: string;
|
|
2442
2505
|
}>>;
|
|
@@ -2453,6 +2516,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2453
2516
|
templateOptions?: {
|
|
2454
2517
|
[x: string]: string;
|
|
2455
2518
|
};
|
|
2519
|
+
tenantId?: string;
|
|
2456
2520
|
}) => Promise<_1.SdkResponse<{
|
|
2457
2521
|
maskedPhone: string;
|
|
2458
2522
|
}>>;
|
|
@@ -2469,6 +2533,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2469
2533
|
templateOptions?: {
|
|
2470
2534
|
[x: string]: string;
|
|
2471
2535
|
};
|
|
2536
|
+
tenantId?: string;
|
|
2472
2537
|
}) => Promise<_1.SdkResponse<{
|
|
2473
2538
|
maskedEmail: string;
|
|
2474
2539
|
}>>;
|
|
@@ -2583,6 +2648,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2583
2648
|
templateOptions?: {
|
|
2584
2649
|
[x: string]: string;
|
|
2585
2650
|
};
|
|
2651
|
+
tenantId?: string;
|
|
2586
2652
|
}) => Promise<_1.SdkResponse<{
|
|
2587
2653
|
maskedPhone: string;
|
|
2588
2654
|
}>>;
|
|
@@ -2599,6 +2665,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2599
2665
|
templateOptions?: {
|
|
2600
2666
|
[x: string]: string;
|
|
2601
2667
|
};
|
|
2668
|
+
tenantId?: string;
|
|
2602
2669
|
}) => Promise<_1.SdkResponse<{
|
|
2603
2670
|
maskedPhone: string;
|
|
2604
2671
|
}>>;
|
|
@@ -2615,6 +2682,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2615
2682
|
templateOptions?: {
|
|
2616
2683
|
[x: string]: string;
|
|
2617
2684
|
};
|
|
2685
|
+
tenantId?: string;
|
|
2618
2686
|
}) => Promise<_1.SdkResponse<{
|
|
2619
2687
|
maskedPhone: string;
|
|
2620
2688
|
}>>;
|
|
@@ -2631,6 +2699,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2631
2699
|
templateOptions?: {
|
|
2632
2700
|
[x: string]: string;
|
|
2633
2701
|
};
|
|
2702
|
+
tenantId?: string;
|
|
2634
2703
|
}) => Promise<_1.SdkResponse<{
|
|
2635
2704
|
maskedPhone: string;
|
|
2636
2705
|
}>>;
|
|
@@ -2647,6 +2716,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2647
2716
|
templateOptions?: {
|
|
2648
2717
|
[x: string]: string;
|
|
2649
2718
|
};
|
|
2719
|
+
tenantId?: string;
|
|
2650
2720
|
}) => Promise<_1.SdkResponse<{
|
|
2651
2721
|
maskedEmail: string;
|
|
2652
2722
|
}>>;
|
|
@@ -2658,6 +2728,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2658
2728
|
templateOptions?: {
|
|
2659
2729
|
[x: string]: string;
|
|
2660
2730
|
};
|
|
2731
|
+
tenantId?: string;
|
|
2661
2732
|
}) => Promise<_1.SdkResponse<{
|
|
2662
2733
|
maskedPhone: string;
|
|
2663
2734
|
}>>;
|
|
@@ -2667,6 +2738,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2667
2738
|
templateOptions?: {
|
|
2668
2739
|
[x: string]: string;
|
|
2669
2740
|
};
|
|
2741
|
+
tenantId?: string;
|
|
2670
2742
|
}) => Promise<_1.SdkResponse<{
|
|
2671
2743
|
maskedPhone: string;
|
|
2672
2744
|
}>>;
|
|
@@ -2676,6 +2748,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2676
2748
|
templateOptions?: {
|
|
2677
2749
|
[x: string]: string;
|
|
2678
2750
|
};
|
|
2751
|
+
tenantId?: string;
|
|
2679
2752
|
}) => Promise<_1.SdkResponse<{
|
|
2680
2753
|
maskedPhone: string;
|
|
2681
2754
|
}>>;
|
|
@@ -2685,6 +2758,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2685
2758
|
templateOptions?: {
|
|
2686
2759
|
[x: string]: string;
|
|
2687
2760
|
};
|
|
2761
|
+
tenantId?: string;
|
|
2688
2762
|
}) => Promise<_1.SdkResponse<{
|
|
2689
2763
|
maskedPhone: string;
|
|
2690
2764
|
}>>;
|
|
@@ -2694,6 +2768,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2694
2768
|
templateOptions?: {
|
|
2695
2769
|
[x: string]: string;
|
|
2696
2770
|
};
|
|
2771
|
+
tenantId?: string;
|
|
2697
2772
|
}) => Promise<_1.SdkResponse<{
|
|
2698
2773
|
maskedEmail: string;
|
|
2699
2774
|
}>>;
|
|
@@ -2769,6 +2844,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2769
2844
|
templateOptions?: {
|
|
2770
2845
|
[x: string]: string;
|
|
2771
2846
|
};
|
|
2847
|
+
tenantId?: string;
|
|
2772
2848
|
} & {
|
|
2773
2849
|
providerId?: string;
|
|
2774
2850
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -2785,6 +2861,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2785
2861
|
templateOptions?: {
|
|
2786
2862
|
[x: string]: string;
|
|
2787
2863
|
};
|
|
2864
|
+
tenantId?: string;
|
|
2788
2865
|
} & {
|
|
2789
2866
|
providerId?: string;
|
|
2790
2867
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -2859,6 +2936,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2859
2936
|
templateOptions?: {
|
|
2860
2937
|
[x: string]: string;
|
|
2861
2938
|
};
|
|
2939
|
+
tenantId?: string;
|
|
2862
2940
|
} & {
|
|
2863
2941
|
providerId?: string;
|
|
2864
2942
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -2879,6 +2957,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2879
2957
|
templateOptions?: {
|
|
2880
2958
|
[x: string]: string;
|
|
2881
2959
|
};
|
|
2960
|
+
tenantId?: string;
|
|
2882
2961
|
} & {
|
|
2883
2962
|
providerId?: string;
|
|
2884
2963
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -2912,6 +2991,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2912
2991
|
templateOptions?: {
|
|
2913
2992
|
[x: string]: string;
|
|
2914
2993
|
};
|
|
2994
|
+
tenantId?: string;
|
|
2915
2995
|
} & {
|
|
2916
2996
|
providerId?: string;
|
|
2917
2997
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -3015,7 +3095,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3015
3095
|
};
|
|
3016
3096
|
webauthn: {
|
|
3017
3097
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
3018
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
3098
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
3019
3099
|
transactionId: string;
|
|
3020
3100
|
options: string;
|
|
3021
3101
|
create: boolean;
|
|
@@ -3031,7 +3111,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3031
3111
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
3032
3112
|
};
|
|
3033
3113
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
3034
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
3114
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
3035
3115
|
transactionId: string;
|
|
3036
3116
|
options: string;
|
|
3037
3117
|
create: boolean;
|
|
@@ -3127,6 +3207,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3127
3207
|
templateOptions?: {
|
|
3128
3208
|
[x: string]: string;
|
|
3129
3209
|
};
|
|
3210
|
+
tenantId?: string;
|
|
3130
3211
|
}) => Promise<_1.SdkResponse<{
|
|
3131
3212
|
maskedPhone: string;
|
|
3132
3213
|
}>>;
|
|
@@ -3143,6 +3224,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3143
3224
|
templateOptions?: {
|
|
3144
3225
|
[x: string]: string;
|
|
3145
3226
|
};
|
|
3227
|
+
tenantId?: string;
|
|
3146
3228
|
}) => Promise<_1.SdkResponse<{
|
|
3147
3229
|
maskedPhone: string;
|
|
3148
3230
|
}>>;
|
|
@@ -3159,6 +3241,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3159
3241
|
templateOptions?: {
|
|
3160
3242
|
[x: string]: string;
|
|
3161
3243
|
};
|
|
3244
|
+
tenantId?: string;
|
|
3162
3245
|
}) => Promise<_1.SdkResponse<{
|
|
3163
3246
|
maskedPhone: string;
|
|
3164
3247
|
}>>;
|
|
@@ -3175,6 +3258,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3175
3258
|
templateOptions?: {
|
|
3176
3259
|
[x: string]: string;
|
|
3177
3260
|
};
|
|
3261
|
+
tenantId?: string;
|
|
3178
3262
|
}) => Promise<_1.SdkResponse<{
|
|
3179
3263
|
maskedPhone: string;
|
|
3180
3264
|
}>>;
|
|
@@ -3191,6 +3275,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3191
3275
|
templateOptions?: {
|
|
3192
3276
|
[x: string]: string;
|
|
3193
3277
|
};
|
|
3278
|
+
tenantId?: string;
|
|
3194
3279
|
}) => Promise<_1.SdkResponse<{
|
|
3195
3280
|
maskedEmail: string;
|
|
3196
3281
|
}>>;
|
|
@@ -3305,6 +3390,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3305
3390
|
templateOptions?: {
|
|
3306
3391
|
[x: string]: string;
|
|
3307
3392
|
};
|
|
3393
|
+
tenantId?: string;
|
|
3308
3394
|
}) => Promise<_1.SdkResponse<{
|
|
3309
3395
|
maskedPhone: string;
|
|
3310
3396
|
}>>;
|
|
@@ -3321,6 +3407,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3321
3407
|
templateOptions?: {
|
|
3322
3408
|
[x: string]: string;
|
|
3323
3409
|
};
|
|
3410
|
+
tenantId?: string;
|
|
3324
3411
|
}) => Promise<_1.SdkResponse<{
|
|
3325
3412
|
maskedPhone: string;
|
|
3326
3413
|
}>>;
|
|
@@ -3337,6 +3424,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3337
3424
|
templateOptions?: {
|
|
3338
3425
|
[x: string]: string;
|
|
3339
3426
|
};
|
|
3427
|
+
tenantId?: string;
|
|
3340
3428
|
}) => Promise<_1.SdkResponse<{
|
|
3341
3429
|
maskedPhone: string;
|
|
3342
3430
|
}>>;
|
|
@@ -3353,6 +3441,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3353
3441
|
templateOptions?: {
|
|
3354
3442
|
[x: string]: string;
|
|
3355
3443
|
};
|
|
3444
|
+
tenantId?: string;
|
|
3356
3445
|
}) => Promise<_1.SdkResponse<{
|
|
3357
3446
|
maskedPhone: string;
|
|
3358
3447
|
}>>;
|
|
@@ -3369,6 +3458,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3369
3458
|
templateOptions?: {
|
|
3370
3459
|
[x: string]: string;
|
|
3371
3460
|
};
|
|
3461
|
+
tenantId?: string;
|
|
3372
3462
|
}) => Promise<_1.SdkResponse<{
|
|
3373
3463
|
maskedEmail: string;
|
|
3374
3464
|
}>>;
|
|
@@ -3380,6 +3470,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3380
3470
|
templateOptions?: {
|
|
3381
3471
|
[x: string]: string;
|
|
3382
3472
|
};
|
|
3473
|
+
tenantId?: string;
|
|
3383
3474
|
}) => Promise<_1.SdkResponse<{
|
|
3384
3475
|
maskedPhone: string;
|
|
3385
3476
|
}>>;
|
|
@@ -3389,6 +3480,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3389
3480
|
templateOptions?: {
|
|
3390
3481
|
[x: string]: string;
|
|
3391
3482
|
};
|
|
3483
|
+
tenantId?: string;
|
|
3392
3484
|
}) => Promise<_1.SdkResponse<{
|
|
3393
3485
|
maskedPhone: string;
|
|
3394
3486
|
}>>;
|
|
@@ -3398,6 +3490,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3398
3490
|
templateOptions?: {
|
|
3399
3491
|
[x: string]: string;
|
|
3400
3492
|
};
|
|
3493
|
+
tenantId?: string;
|
|
3401
3494
|
}) => Promise<_1.SdkResponse<{
|
|
3402
3495
|
maskedPhone: string;
|
|
3403
3496
|
}>>;
|
|
@@ -3407,6 +3500,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3407
3500
|
templateOptions?: {
|
|
3408
3501
|
[x: string]: string;
|
|
3409
3502
|
};
|
|
3503
|
+
tenantId?: string;
|
|
3410
3504
|
}) => Promise<_1.SdkResponse<{
|
|
3411
3505
|
maskedPhone: string;
|
|
3412
3506
|
}>>;
|
|
@@ -3416,6 +3510,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3416
3510
|
templateOptions?: {
|
|
3417
3511
|
[x: string]: string;
|
|
3418
3512
|
};
|
|
3513
|
+
tenantId?: string;
|
|
3419
3514
|
}) => Promise<_1.SdkResponse<{
|
|
3420
3515
|
maskedEmail: string;
|
|
3421
3516
|
}>>;
|
|
@@ -3491,6 +3586,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3491
3586
|
templateOptions?: {
|
|
3492
3587
|
[x: string]: string;
|
|
3493
3588
|
};
|
|
3589
|
+
tenantId?: string;
|
|
3494
3590
|
} & {
|
|
3495
3591
|
providerId?: string;
|
|
3496
3592
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -3507,6 +3603,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3507
3603
|
templateOptions?: {
|
|
3508
3604
|
[x: string]: string;
|
|
3509
3605
|
};
|
|
3606
|
+
tenantId?: string;
|
|
3510
3607
|
} & {
|
|
3511
3608
|
providerId?: string;
|
|
3512
3609
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -3581,6 +3678,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3581
3678
|
templateOptions?: {
|
|
3582
3679
|
[x: string]: string;
|
|
3583
3680
|
};
|
|
3681
|
+
tenantId?: string;
|
|
3584
3682
|
} & {
|
|
3585
3683
|
providerId?: string;
|
|
3586
3684
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -3601,6 +3699,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3601
3699
|
templateOptions?: {
|
|
3602
3700
|
[x: string]: string;
|
|
3603
3701
|
};
|
|
3702
|
+
tenantId?: string;
|
|
3604
3703
|
} & {
|
|
3605
3704
|
providerId?: string;
|
|
3606
3705
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -3634,6 +3733,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3634
3733
|
templateOptions?: {
|
|
3635
3734
|
[x: string]: string;
|
|
3636
3735
|
};
|
|
3736
|
+
tenantId?: string;
|
|
3637
3737
|
} & {
|
|
3638
3738
|
providerId?: string;
|
|
3639
3739
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -3737,7 +3837,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3737
3837
|
};
|
|
3738
3838
|
webauthn: {
|
|
3739
3839
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
3740
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
3840
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
3741
3841
|
transactionId: string;
|
|
3742
3842
|
options: string;
|
|
3743
3843
|
create: boolean;
|
|
@@ -3753,7 +3853,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3753
3853
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
3754
3854
|
};
|
|
3755
3855
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
3756
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
3856
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
3757
3857
|
transactionId: string;
|
|
3758
3858
|
options: string;
|
|
3759
3859
|
create: boolean;
|
|
@@ -3849,6 +3949,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3849
3949
|
templateOptions?: {
|
|
3850
3950
|
[x: string]: string;
|
|
3851
3951
|
};
|
|
3952
|
+
tenantId?: string;
|
|
3852
3953
|
}) => Promise<_1.SdkResponse<{
|
|
3853
3954
|
maskedPhone: string;
|
|
3854
3955
|
}>>;
|
|
@@ -3865,6 +3966,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3865
3966
|
templateOptions?: {
|
|
3866
3967
|
[x: string]: string;
|
|
3867
3968
|
};
|
|
3969
|
+
tenantId?: string;
|
|
3868
3970
|
}) => Promise<_1.SdkResponse<{
|
|
3869
3971
|
maskedPhone: string;
|
|
3870
3972
|
}>>;
|
|
@@ -3881,6 +3983,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3881
3983
|
templateOptions?: {
|
|
3882
3984
|
[x: string]: string;
|
|
3883
3985
|
};
|
|
3986
|
+
tenantId?: string;
|
|
3884
3987
|
}) => Promise<_1.SdkResponse<{
|
|
3885
3988
|
maskedPhone: string;
|
|
3886
3989
|
}>>;
|
|
@@ -3897,6 +4000,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3897
4000
|
templateOptions?: {
|
|
3898
4001
|
[x: string]: string;
|
|
3899
4002
|
};
|
|
4003
|
+
tenantId?: string;
|
|
3900
4004
|
}) => Promise<_1.SdkResponse<{
|
|
3901
4005
|
maskedPhone: string;
|
|
3902
4006
|
}>>;
|
|
@@ -3913,6 +4017,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3913
4017
|
templateOptions?: {
|
|
3914
4018
|
[x: string]: string;
|
|
3915
4019
|
};
|
|
4020
|
+
tenantId?: string;
|
|
3916
4021
|
}) => Promise<_1.SdkResponse<{
|
|
3917
4022
|
maskedEmail: string;
|
|
3918
4023
|
}>>;
|
|
@@ -4027,6 +4132,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4027
4132
|
templateOptions?: {
|
|
4028
4133
|
[x: string]: string;
|
|
4029
4134
|
};
|
|
4135
|
+
tenantId?: string;
|
|
4030
4136
|
}) => Promise<_1.SdkResponse<{
|
|
4031
4137
|
maskedPhone: string;
|
|
4032
4138
|
}>>;
|
|
@@ -4043,6 +4149,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4043
4149
|
templateOptions?: {
|
|
4044
4150
|
[x: string]: string;
|
|
4045
4151
|
};
|
|
4152
|
+
tenantId?: string;
|
|
4046
4153
|
}) => Promise<_1.SdkResponse<{
|
|
4047
4154
|
maskedPhone: string;
|
|
4048
4155
|
}>>;
|
|
@@ -4059,6 +4166,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4059
4166
|
templateOptions?: {
|
|
4060
4167
|
[x: string]: string;
|
|
4061
4168
|
};
|
|
4169
|
+
tenantId?: string;
|
|
4062
4170
|
}) => Promise<_1.SdkResponse<{
|
|
4063
4171
|
maskedPhone: string;
|
|
4064
4172
|
}>>;
|
|
@@ -4075,6 +4183,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4075
4183
|
templateOptions?: {
|
|
4076
4184
|
[x: string]: string;
|
|
4077
4185
|
};
|
|
4186
|
+
tenantId?: string;
|
|
4078
4187
|
}) => Promise<_1.SdkResponse<{
|
|
4079
4188
|
maskedPhone: string;
|
|
4080
4189
|
}>>;
|
|
@@ -4091,6 +4200,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4091
4200
|
templateOptions?: {
|
|
4092
4201
|
[x: string]: string;
|
|
4093
4202
|
};
|
|
4203
|
+
tenantId?: string;
|
|
4094
4204
|
}) => Promise<_1.SdkResponse<{
|
|
4095
4205
|
maskedEmail: string;
|
|
4096
4206
|
}>>;
|
|
@@ -4102,6 +4212,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4102
4212
|
templateOptions?: {
|
|
4103
4213
|
[x: string]: string;
|
|
4104
4214
|
};
|
|
4215
|
+
tenantId?: string;
|
|
4105
4216
|
}) => Promise<_1.SdkResponse<{
|
|
4106
4217
|
maskedPhone: string;
|
|
4107
4218
|
}>>;
|
|
@@ -4111,6 +4222,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4111
4222
|
templateOptions?: {
|
|
4112
4223
|
[x: string]: string;
|
|
4113
4224
|
};
|
|
4225
|
+
tenantId?: string;
|
|
4114
4226
|
}) => Promise<_1.SdkResponse<{
|
|
4115
4227
|
maskedPhone: string;
|
|
4116
4228
|
}>>;
|
|
@@ -4120,6 +4232,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4120
4232
|
templateOptions?: {
|
|
4121
4233
|
[x: string]: string;
|
|
4122
4234
|
};
|
|
4235
|
+
tenantId?: string;
|
|
4123
4236
|
}) => Promise<_1.SdkResponse<{
|
|
4124
4237
|
maskedPhone: string;
|
|
4125
4238
|
}>>;
|
|
@@ -4129,6 +4242,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4129
4242
|
templateOptions?: {
|
|
4130
4243
|
[x: string]: string;
|
|
4131
4244
|
};
|
|
4245
|
+
tenantId?: string;
|
|
4132
4246
|
}) => Promise<_1.SdkResponse<{
|
|
4133
4247
|
maskedPhone: string;
|
|
4134
4248
|
}>>;
|
|
@@ -4138,6 +4252,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4138
4252
|
templateOptions?: {
|
|
4139
4253
|
[x: string]: string;
|
|
4140
4254
|
};
|
|
4255
|
+
tenantId?: string;
|
|
4141
4256
|
}) => Promise<_1.SdkResponse<{
|
|
4142
4257
|
maskedEmail: string;
|
|
4143
4258
|
}>>;
|
|
@@ -4213,6 +4328,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4213
4328
|
templateOptions?: {
|
|
4214
4329
|
[x: string]: string;
|
|
4215
4330
|
};
|
|
4331
|
+
tenantId?: string;
|
|
4216
4332
|
} & {
|
|
4217
4333
|
providerId?: string;
|
|
4218
4334
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -4229,6 +4345,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4229
4345
|
templateOptions?: {
|
|
4230
4346
|
[x: string]: string;
|
|
4231
4347
|
};
|
|
4348
|
+
tenantId?: string;
|
|
4232
4349
|
} & {
|
|
4233
4350
|
providerId?: string;
|
|
4234
4351
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -4303,6 +4420,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4303
4420
|
templateOptions?: {
|
|
4304
4421
|
[x: string]: string;
|
|
4305
4422
|
};
|
|
4423
|
+
tenantId?: string;
|
|
4306
4424
|
} & {
|
|
4307
4425
|
providerId?: string;
|
|
4308
4426
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -4323,6 +4441,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4323
4441
|
templateOptions?: {
|
|
4324
4442
|
[x: string]: string;
|
|
4325
4443
|
};
|
|
4444
|
+
tenantId?: string;
|
|
4326
4445
|
} & {
|
|
4327
4446
|
providerId?: string;
|
|
4328
4447
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -4356,6 +4475,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4356
4475
|
templateOptions?: {
|
|
4357
4476
|
[x: string]: string;
|
|
4358
4477
|
};
|
|
4478
|
+
tenantId?: string;
|
|
4359
4479
|
} & {
|
|
4360
4480
|
providerId?: string;
|
|
4361
4481
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -4482,7 +4602,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4482
4602
|
};
|
|
4483
4603
|
webauthn: {
|
|
4484
4604
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
4485
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
4605
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
4486
4606
|
transactionId: string;
|
|
4487
4607
|
options: string;
|
|
4488
4608
|
create: boolean;
|
|
@@ -4498,7 +4618,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4498
4618
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
4499
4619
|
};
|
|
4500
4620
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
4501
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
4621
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
4502
4622
|
transactionId: string;
|
|
4503
4623
|
options: string;
|
|
4504
4624
|
create: boolean;
|
|
@@ -4594,6 +4714,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4594
4714
|
templateOptions?: {
|
|
4595
4715
|
[x: string]: string;
|
|
4596
4716
|
};
|
|
4717
|
+
tenantId?: string;
|
|
4597
4718
|
}) => Promise<_1.SdkResponse<{
|
|
4598
4719
|
maskedPhone: string;
|
|
4599
4720
|
}>>;
|
|
@@ -4610,6 +4731,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4610
4731
|
templateOptions?: {
|
|
4611
4732
|
[x: string]: string;
|
|
4612
4733
|
};
|
|
4734
|
+
tenantId?: string;
|
|
4613
4735
|
}) => Promise<_1.SdkResponse<{
|
|
4614
4736
|
maskedPhone: string;
|
|
4615
4737
|
}>>;
|
|
@@ -4626,6 +4748,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4626
4748
|
templateOptions?: {
|
|
4627
4749
|
[x: string]: string;
|
|
4628
4750
|
};
|
|
4751
|
+
tenantId?: string;
|
|
4629
4752
|
}) => Promise<_1.SdkResponse<{
|
|
4630
4753
|
maskedPhone: string;
|
|
4631
4754
|
}>>;
|
|
@@ -4642,6 +4765,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4642
4765
|
templateOptions?: {
|
|
4643
4766
|
[x: string]: string;
|
|
4644
4767
|
};
|
|
4768
|
+
tenantId?: string;
|
|
4645
4769
|
}) => Promise<_1.SdkResponse<{
|
|
4646
4770
|
maskedPhone: string;
|
|
4647
4771
|
}>>;
|
|
@@ -4658,6 +4782,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4658
4782
|
templateOptions?: {
|
|
4659
4783
|
[x: string]: string;
|
|
4660
4784
|
};
|
|
4785
|
+
tenantId?: string;
|
|
4661
4786
|
}) => Promise<_1.SdkResponse<{
|
|
4662
4787
|
maskedEmail: string;
|
|
4663
4788
|
}>>;
|
|
@@ -4772,6 +4897,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4772
4897
|
templateOptions?: {
|
|
4773
4898
|
[x: string]: string;
|
|
4774
4899
|
};
|
|
4900
|
+
tenantId?: string;
|
|
4775
4901
|
}) => Promise<_1.SdkResponse<{
|
|
4776
4902
|
maskedPhone: string;
|
|
4777
4903
|
}>>;
|
|
@@ -4788,6 +4914,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4788
4914
|
templateOptions?: {
|
|
4789
4915
|
[x: string]: string;
|
|
4790
4916
|
};
|
|
4917
|
+
tenantId?: string;
|
|
4791
4918
|
}) => Promise<_1.SdkResponse<{
|
|
4792
4919
|
maskedPhone: string;
|
|
4793
4920
|
}>>;
|
|
@@ -4804,6 +4931,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4804
4931
|
templateOptions?: {
|
|
4805
4932
|
[x: string]: string;
|
|
4806
4933
|
};
|
|
4934
|
+
tenantId?: string;
|
|
4807
4935
|
}) => Promise<_1.SdkResponse<{
|
|
4808
4936
|
maskedPhone: string;
|
|
4809
4937
|
}>>;
|
|
@@ -4820,6 +4948,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4820
4948
|
templateOptions?: {
|
|
4821
4949
|
[x: string]: string;
|
|
4822
4950
|
};
|
|
4951
|
+
tenantId?: string;
|
|
4823
4952
|
}) => Promise<_1.SdkResponse<{
|
|
4824
4953
|
maskedPhone: string;
|
|
4825
4954
|
}>>;
|
|
@@ -4836,6 +4965,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4836
4965
|
templateOptions?: {
|
|
4837
4966
|
[x: string]: string;
|
|
4838
4967
|
};
|
|
4968
|
+
tenantId?: string;
|
|
4839
4969
|
}) => Promise<_1.SdkResponse<{
|
|
4840
4970
|
maskedEmail: string;
|
|
4841
4971
|
}>>;
|
|
@@ -4847,6 +4977,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4847
4977
|
templateOptions?: {
|
|
4848
4978
|
[x: string]: string;
|
|
4849
4979
|
};
|
|
4980
|
+
tenantId?: string;
|
|
4850
4981
|
}) => Promise<_1.SdkResponse<{
|
|
4851
4982
|
maskedPhone: string;
|
|
4852
4983
|
}>>;
|
|
@@ -4856,6 +4987,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4856
4987
|
templateOptions?: {
|
|
4857
4988
|
[x: string]: string;
|
|
4858
4989
|
};
|
|
4990
|
+
tenantId?: string;
|
|
4859
4991
|
}) => Promise<_1.SdkResponse<{
|
|
4860
4992
|
maskedPhone: string;
|
|
4861
4993
|
}>>;
|
|
@@ -4865,6 +4997,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4865
4997
|
templateOptions?: {
|
|
4866
4998
|
[x: string]: string;
|
|
4867
4999
|
};
|
|
5000
|
+
tenantId?: string;
|
|
4868
5001
|
}) => Promise<_1.SdkResponse<{
|
|
4869
5002
|
maskedPhone: string;
|
|
4870
5003
|
}>>;
|
|
@@ -4874,6 +5007,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4874
5007
|
templateOptions?: {
|
|
4875
5008
|
[x: string]: string;
|
|
4876
5009
|
};
|
|
5010
|
+
tenantId?: string;
|
|
4877
5011
|
}) => Promise<_1.SdkResponse<{
|
|
4878
5012
|
maskedPhone: string;
|
|
4879
5013
|
}>>;
|
|
@@ -4883,6 +5017,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4883
5017
|
templateOptions?: {
|
|
4884
5018
|
[x: string]: string;
|
|
4885
5019
|
};
|
|
5020
|
+
tenantId?: string;
|
|
4886
5021
|
}) => Promise<_1.SdkResponse<{
|
|
4887
5022
|
maskedEmail: string;
|
|
4888
5023
|
}>>;
|
|
@@ -4958,6 +5093,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4958
5093
|
templateOptions?: {
|
|
4959
5094
|
[x: string]: string;
|
|
4960
5095
|
};
|
|
5096
|
+
tenantId?: string;
|
|
4961
5097
|
} & {
|
|
4962
5098
|
providerId?: string;
|
|
4963
5099
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -4974,6 +5110,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4974
5110
|
templateOptions?: {
|
|
4975
5111
|
[x: string]: string;
|
|
4976
5112
|
};
|
|
5113
|
+
tenantId?: string;
|
|
4977
5114
|
} & {
|
|
4978
5115
|
providerId?: string;
|
|
4979
5116
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -5048,6 +5185,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5048
5185
|
templateOptions?: {
|
|
5049
5186
|
[x: string]: string;
|
|
5050
5187
|
};
|
|
5188
|
+
tenantId?: string;
|
|
5051
5189
|
} & {
|
|
5052
5190
|
providerId?: string;
|
|
5053
5191
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -5068,6 +5206,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5068
5206
|
templateOptions?: {
|
|
5069
5207
|
[x: string]: string;
|
|
5070
5208
|
};
|
|
5209
|
+
tenantId?: string;
|
|
5071
5210
|
} & {
|
|
5072
5211
|
providerId?: string;
|
|
5073
5212
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -5101,6 +5240,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5101
5240
|
templateOptions?: {
|
|
5102
5241
|
[x: string]: string;
|
|
5103
5242
|
};
|
|
5243
|
+
tenantId?: string;
|
|
5104
5244
|
} & {
|
|
5105
5245
|
providerId?: string;
|
|
5106
5246
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -5204,7 +5344,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5204
5344
|
};
|
|
5205
5345
|
webauthn: {
|
|
5206
5346
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
5207
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
5347
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
5208
5348
|
transactionId: string;
|
|
5209
5349
|
options: string;
|
|
5210
5350
|
create: boolean;
|
|
@@ -5220,7 +5360,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5220
5360
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
5221
5361
|
};
|
|
5222
5362
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
5223
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
5363
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
5224
5364
|
transactionId: string;
|
|
5225
5365
|
options: string;
|
|
5226
5366
|
create: boolean;
|
|
@@ -5316,6 +5456,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5316
5456
|
templateOptions?: {
|
|
5317
5457
|
[x: string]: string;
|
|
5318
5458
|
};
|
|
5459
|
+
tenantId?: string;
|
|
5319
5460
|
}) => Promise<_1.SdkResponse<{
|
|
5320
5461
|
maskedPhone: string;
|
|
5321
5462
|
}>>;
|
|
@@ -5332,6 +5473,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5332
5473
|
templateOptions?: {
|
|
5333
5474
|
[x: string]: string;
|
|
5334
5475
|
};
|
|
5476
|
+
tenantId?: string;
|
|
5335
5477
|
}) => Promise<_1.SdkResponse<{
|
|
5336
5478
|
maskedPhone: string;
|
|
5337
5479
|
}>>;
|
|
@@ -5348,6 +5490,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5348
5490
|
templateOptions?: {
|
|
5349
5491
|
[x: string]: string;
|
|
5350
5492
|
};
|
|
5493
|
+
tenantId?: string;
|
|
5351
5494
|
}) => Promise<_1.SdkResponse<{
|
|
5352
5495
|
maskedPhone: string;
|
|
5353
5496
|
}>>;
|
|
@@ -5364,6 +5507,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5364
5507
|
templateOptions?: {
|
|
5365
5508
|
[x: string]: string;
|
|
5366
5509
|
};
|
|
5510
|
+
tenantId?: string;
|
|
5367
5511
|
}) => Promise<_1.SdkResponse<{
|
|
5368
5512
|
maskedPhone: string;
|
|
5369
5513
|
}>>;
|
|
@@ -5380,6 +5524,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5380
5524
|
templateOptions?: {
|
|
5381
5525
|
[x: string]: string;
|
|
5382
5526
|
};
|
|
5527
|
+
tenantId?: string;
|
|
5383
5528
|
}) => Promise<_1.SdkResponse<{
|
|
5384
5529
|
maskedEmail: string;
|
|
5385
5530
|
}>>;
|
|
@@ -5494,6 +5639,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5494
5639
|
templateOptions?: {
|
|
5495
5640
|
[x: string]: string;
|
|
5496
5641
|
};
|
|
5642
|
+
tenantId?: string;
|
|
5497
5643
|
}) => Promise<_1.SdkResponse<{
|
|
5498
5644
|
maskedPhone: string;
|
|
5499
5645
|
}>>;
|
|
@@ -5510,6 +5656,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5510
5656
|
templateOptions?: {
|
|
5511
5657
|
[x: string]: string;
|
|
5512
5658
|
};
|
|
5659
|
+
tenantId?: string;
|
|
5513
5660
|
}) => Promise<_1.SdkResponse<{
|
|
5514
5661
|
maskedPhone: string;
|
|
5515
5662
|
}>>;
|
|
@@ -5526,6 +5673,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5526
5673
|
templateOptions?: {
|
|
5527
5674
|
[x: string]: string;
|
|
5528
5675
|
};
|
|
5676
|
+
tenantId?: string;
|
|
5529
5677
|
}) => Promise<_1.SdkResponse<{
|
|
5530
5678
|
maskedPhone: string;
|
|
5531
5679
|
}>>;
|
|
@@ -5542,6 +5690,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5542
5690
|
templateOptions?: {
|
|
5543
5691
|
[x: string]: string;
|
|
5544
5692
|
};
|
|
5693
|
+
tenantId?: string;
|
|
5545
5694
|
}) => Promise<_1.SdkResponse<{
|
|
5546
5695
|
maskedPhone: string;
|
|
5547
5696
|
}>>;
|
|
@@ -5558,6 +5707,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5558
5707
|
templateOptions?: {
|
|
5559
5708
|
[x: string]: string;
|
|
5560
5709
|
};
|
|
5710
|
+
tenantId?: string;
|
|
5561
5711
|
}) => Promise<_1.SdkResponse<{
|
|
5562
5712
|
maskedEmail: string;
|
|
5563
5713
|
}>>;
|
|
@@ -5569,6 +5719,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5569
5719
|
templateOptions?: {
|
|
5570
5720
|
[x: string]: string;
|
|
5571
5721
|
};
|
|
5722
|
+
tenantId?: string;
|
|
5572
5723
|
}) => Promise<_1.SdkResponse<{
|
|
5573
5724
|
maskedPhone: string;
|
|
5574
5725
|
}>>;
|
|
@@ -5578,6 +5729,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5578
5729
|
templateOptions?: {
|
|
5579
5730
|
[x: string]: string;
|
|
5580
5731
|
};
|
|
5732
|
+
tenantId?: string;
|
|
5581
5733
|
}) => Promise<_1.SdkResponse<{
|
|
5582
5734
|
maskedPhone: string;
|
|
5583
5735
|
}>>;
|
|
@@ -5587,6 +5739,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5587
5739
|
templateOptions?: {
|
|
5588
5740
|
[x: string]: string;
|
|
5589
5741
|
};
|
|
5742
|
+
tenantId?: string;
|
|
5590
5743
|
}) => Promise<_1.SdkResponse<{
|
|
5591
5744
|
maskedPhone: string;
|
|
5592
5745
|
}>>;
|
|
@@ -5596,6 +5749,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5596
5749
|
templateOptions?: {
|
|
5597
5750
|
[x: string]: string;
|
|
5598
5751
|
};
|
|
5752
|
+
tenantId?: string;
|
|
5599
5753
|
}) => Promise<_1.SdkResponse<{
|
|
5600
5754
|
maskedPhone: string;
|
|
5601
5755
|
}>>;
|
|
@@ -5605,6 +5759,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5605
5759
|
templateOptions?: {
|
|
5606
5760
|
[x: string]: string;
|
|
5607
5761
|
};
|
|
5762
|
+
tenantId?: string;
|
|
5608
5763
|
}) => Promise<_1.SdkResponse<{
|
|
5609
5764
|
maskedEmail: string;
|
|
5610
5765
|
}>>;
|
|
@@ -5680,6 +5835,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5680
5835
|
templateOptions?: {
|
|
5681
5836
|
[x: string]: string;
|
|
5682
5837
|
};
|
|
5838
|
+
tenantId?: string;
|
|
5683
5839
|
} & {
|
|
5684
5840
|
providerId?: string;
|
|
5685
5841
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -5696,6 +5852,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5696
5852
|
templateOptions?: {
|
|
5697
5853
|
[x: string]: string;
|
|
5698
5854
|
};
|
|
5855
|
+
tenantId?: string;
|
|
5699
5856
|
} & {
|
|
5700
5857
|
providerId?: string;
|
|
5701
5858
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -5770,6 +5927,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5770
5927
|
templateOptions?: {
|
|
5771
5928
|
[x: string]: string;
|
|
5772
5929
|
};
|
|
5930
|
+
tenantId?: string;
|
|
5773
5931
|
} & {
|
|
5774
5932
|
providerId?: string;
|
|
5775
5933
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -5790,6 +5948,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5790
5948
|
templateOptions?: {
|
|
5791
5949
|
[x: string]: string;
|
|
5792
5950
|
};
|
|
5951
|
+
tenantId?: string;
|
|
5793
5952
|
} & {
|
|
5794
5953
|
providerId?: string;
|
|
5795
5954
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -5823,6 +5982,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5823
5982
|
templateOptions?: {
|
|
5824
5983
|
[x: string]: string;
|
|
5825
5984
|
};
|
|
5985
|
+
tenantId?: string;
|
|
5826
5986
|
} & {
|
|
5827
5987
|
providerId?: string;
|
|
5828
5988
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
@@ -5926,7 +6086,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5926
6086
|
};
|
|
5927
6087
|
webauthn: {
|
|
5928
6088
|
signUp: ((identifier: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
5929
|
-
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
6089
|
+
start: (loginId: string, origin: string, name: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
5930
6090
|
transactionId: string;
|
|
5931
6091
|
options: string;
|
|
5932
6092
|
create: boolean;
|
|
@@ -5942,7 +6102,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5942
6102
|
finish: (transactionId: string, response: string) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|
|
5943
6103
|
};
|
|
5944
6104
|
signUpOrIn: ((identifier: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<_1.JWTResponse>>) & {
|
|
5945
|
-
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions) => Promise<_1.SdkResponse<{
|
|
6105
|
+
start: (loginId: string, origin: string, passkeyOptions?: _1.PasskeyOptions, loginOptions?: _1.LoginOptions) => Promise<_1.SdkResponse<{
|
|
5946
6106
|
transactionId: string;
|
|
5947
6107
|
options: string;
|
|
5948
6108
|
create: boolean;
|
|
@@ -6038,6 +6198,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6038
6198
|
templateOptions?: {
|
|
6039
6199
|
[x: string]: string;
|
|
6040
6200
|
};
|
|
6201
|
+
tenantId?: string;
|
|
6041
6202
|
}) => Promise<_1.SdkResponse<{
|
|
6042
6203
|
maskedPhone: string;
|
|
6043
6204
|
}>>;
|
|
@@ -6054,6 +6215,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6054
6215
|
templateOptions?: {
|
|
6055
6216
|
[x: string]: string;
|
|
6056
6217
|
};
|
|
6218
|
+
tenantId?: string;
|
|
6057
6219
|
}) => Promise<_1.SdkResponse<{
|
|
6058
6220
|
maskedPhone: string;
|
|
6059
6221
|
}>>;
|
|
@@ -6070,6 +6232,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6070
6232
|
templateOptions?: {
|
|
6071
6233
|
[x: string]: string;
|
|
6072
6234
|
};
|
|
6235
|
+
tenantId?: string;
|
|
6073
6236
|
}) => Promise<_1.SdkResponse<{
|
|
6074
6237
|
maskedPhone: string;
|
|
6075
6238
|
}>>;
|
|
@@ -6086,6 +6249,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6086
6249
|
templateOptions?: {
|
|
6087
6250
|
[x: string]: string;
|
|
6088
6251
|
};
|
|
6252
|
+
tenantId?: string;
|
|
6089
6253
|
}) => Promise<_1.SdkResponse<{
|
|
6090
6254
|
maskedPhone: string;
|
|
6091
6255
|
}>>;
|
|
@@ -6102,6 +6266,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6102
6266
|
templateOptions?: {
|
|
6103
6267
|
[x: string]: string;
|
|
6104
6268
|
};
|
|
6269
|
+
tenantId?: string;
|
|
6105
6270
|
}) => Promise<_1.SdkResponse<{
|
|
6106
6271
|
maskedEmail: string;
|
|
6107
6272
|
}>>;
|
|
@@ -6216,6 +6381,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6216
6381
|
templateOptions?: {
|
|
6217
6382
|
[x: string]: string;
|
|
6218
6383
|
};
|
|
6384
|
+
tenantId?: string;
|
|
6219
6385
|
}) => Promise<_1.SdkResponse<{
|
|
6220
6386
|
maskedPhone: string;
|
|
6221
6387
|
}>>;
|
|
@@ -6232,6 +6398,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6232
6398
|
templateOptions?: {
|
|
6233
6399
|
[x: string]: string;
|
|
6234
6400
|
};
|
|
6401
|
+
tenantId?: string;
|
|
6235
6402
|
}) => Promise<_1.SdkResponse<{
|
|
6236
6403
|
maskedPhone: string;
|
|
6237
6404
|
}>>;
|
|
@@ -6248,6 +6415,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6248
6415
|
templateOptions?: {
|
|
6249
6416
|
[x: string]: string;
|
|
6250
6417
|
};
|
|
6418
|
+
tenantId?: string;
|
|
6251
6419
|
}) => Promise<_1.SdkResponse<{
|
|
6252
6420
|
maskedPhone: string;
|
|
6253
6421
|
}>>;
|
|
@@ -6264,6 +6432,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6264
6432
|
templateOptions?: {
|
|
6265
6433
|
[x: string]: string;
|
|
6266
6434
|
};
|
|
6435
|
+
tenantId?: string;
|
|
6267
6436
|
}) => Promise<_1.SdkResponse<{
|
|
6268
6437
|
maskedPhone: string;
|
|
6269
6438
|
}>>;
|
|
@@ -6280,6 +6449,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6280
6449
|
templateOptions?: {
|
|
6281
6450
|
[x: string]: string;
|
|
6282
6451
|
};
|
|
6452
|
+
tenantId?: string;
|
|
6283
6453
|
}) => Promise<_1.SdkResponse<{
|
|
6284
6454
|
maskedEmail: string;
|
|
6285
6455
|
}>>;
|
|
@@ -6291,6 +6461,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6291
6461
|
templateOptions?: {
|
|
6292
6462
|
[x: string]: string;
|
|
6293
6463
|
};
|
|
6464
|
+
tenantId?: string;
|
|
6294
6465
|
}) => Promise<_1.SdkResponse<{
|
|
6295
6466
|
maskedPhone: string;
|
|
6296
6467
|
}>>;
|
|
@@ -6300,6 +6471,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6300
6471
|
templateOptions?: {
|
|
6301
6472
|
[x: string]: string;
|
|
6302
6473
|
};
|
|
6474
|
+
tenantId?: string;
|
|
6303
6475
|
}) => Promise<_1.SdkResponse<{
|
|
6304
6476
|
maskedPhone: string;
|
|
6305
6477
|
}>>;
|
|
@@ -6309,6 +6481,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6309
6481
|
templateOptions?: {
|
|
6310
6482
|
[x: string]: string;
|
|
6311
6483
|
};
|
|
6484
|
+
tenantId?: string;
|
|
6312
6485
|
}) => Promise<_1.SdkResponse<{
|
|
6313
6486
|
maskedPhone: string;
|
|
6314
6487
|
}>>;
|
|
@@ -6318,6 +6491,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6318
6491
|
templateOptions?: {
|
|
6319
6492
|
[x: string]: string;
|
|
6320
6493
|
};
|
|
6494
|
+
tenantId?: string;
|
|
6321
6495
|
}) => Promise<_1.SdkResponse<{
|
|
6322
6496
|
maskedPhone: string;
|
|
6323
6497
|
}>>;
|
|
@@ -6327,6 +6501,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6327
6501
|
templateOptions?: {
|
|
6328
6502
|
[x: string]: string;
|
|
6329
6503
|
};
|
|
6504
|
+
tenantId?: string;
|
|
6330
6505
|
}) => Promise<_1.SdkResponse<{
|
|
6331
6506
|
maskedEmail: string;
|
|
6332
6507
|
}>>;
|
|
@@ -6402,6 +6577,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6402
6577
|
templateOptions?: {
|
|
6403
6578
|
[x: string]: string;
|
|
6404
6579
|
};
|
|
6580
|
+
tenantId?: string;
|
|
6405
6581
|
} & {
|
|
6406
6582
|
providerId?: string;
|
|
6407
6583
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -6418,6 +6594,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6418
6594
|
templateOptions?: {
|
|
6419
6595
|
[x: string]: string;
|
|
6420
6596
|
};
|
|
6597
|
+
tenantId?: string;
|
|
6421
6598
|
} & {
|
|
6422
6599
|
providerId?: string;
|
|
6423
6600
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
@@ -6492,6 +6669,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6492
6669
|
templateOptions?: {
|
|
6493
6670
|
[x: string]: string;
|
|
6494
6671
|
};
|
|
6672
|
+
tenantId?: string;
|
|
6495
6673
|
} & {
|
|
6496
6674
|
providerId?: string;
|
|
6497
6675
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -6512,6 +6690,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6512
6690
|
templateOptions?: {
|
|
6513
6691
|
[x: string]: string;
|
|
6514
6692
|
};
|
|
6693
|
+
tenantId?: string;
|
|
6515
6694
|
} & {
|
|
6516
6695
|
providerId?: string;
|
|
6517
6696
|
}) => Promise<_1.SdkResponse<{
|
|
@@ -6545,6 +6724,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6545
6724
|
templateOptions?: {
|
|
6546
6725
|
[x: string]: string;
|
|
6547
6726
|
};
|
|
6727
|
+
tenantId?: string;
|
|
6548
6728
|
} & {
|
|
6549
6729
|
providerId?: string;
|
|
6550
6730
|
}) => Promise<_1.SdkResponse<_1.JWTResponse>>;
|