@descope/react-sdk 2.29.2 → 2.29.4
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/cjs/constants.js +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/index.d.ts +33 -0
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +99 -0
- package/package.json +12 -12
package/dist/types/sdk.d.ts
CHANGED
|
@@ -324,6 +324,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
324
324
|
};
|
|
325
325
|
templateId?: string;
|
|
326
326
|
providerId?: string;
|
|
327
|
+
mfa?: boolean;
|
|
327
328
|
}) => Promise<_1.SdkResponse<{
|
|
328
329
|
maskedEmail: string;
|
|
329
330
|
}>>;
|
|
@@ -336,6 +337,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
336
337
|
};
|
|
337
338
|
templateId?: string;
|
|
338
339
|
providerId?: string;
|
|
340
|
+
mfa?: boolean;
|
|
339
341
|
}) => Promise<_1.SdkResponse<{
|
|
340
342
|
maskedPhone: string;
|
|
341
343
|
}>>;
|
|
@@ -347,6 +349,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
347
349
|
};
|
|
348
350
|
templateId?: string;
|
|
349
351
|
providerId?: string;
|
|
352
|
+
mfa?: boolean;
|
|
350
353
|
}) => Promise<_1.SdkResponse<{
|
|
351
354
|
maskedPhone: string;
|
|
352
355
|
}>>;
|
|
@@ -358,6 +361,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
358
361
|
};
|
|
359
362
|
templateId?: string;
|
|
360
363
|
providerId?: string;
|
|
364
|
+
mfa?: boolean;
|
|
361
365
|
}) => Promise<_1.SdkResponse<{
|
|
362
366
|
maskedPhone: string;
|
|
363
367
|
}>>;
|
|
@@ -369,6 +373,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
369
373
|
};
|
|
370
374
|
templateId?: string;
|
|
371
375
|
providerId?: string;
|
|
376
|
+
mfa?: boolean;
|
|
372
377
|
}) => Promise<_1.SdkResponse<{
|
|
373
378
|
maskedPhone: string;
|
|
374
379
|
}>>;
|
|
@@ -542,6 +547,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
542
547
|
};
|
|
543
548
|
templateId?: string;
|
|
544
549
|
providerId?: string;
|
|
550
|
+
mfa?: boolean;
|
|
545
551
|
}) => Promise<_1.SdkResponse<{
|
|
546
552
|
maskedEmail: string;
|
|
547
553
|
}>>;
|
|
@@ -554,6 +560,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
554
560
|
};
|
|
555
561
|
templateId?: string;
|
|
556
562
|
providerId?: string;
|
|
563
|
+
mfa?: boolean;
|
|
557
564
|
}) => Promise<_1.SdkResponse<{
|
|
558
565
|
maskedPhone: string;
|
|
559
566
|
}>>;
|
|
@@ -565,6 +572,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
565
572
|
};
|
|
566
573
|
templateId?: string;
|
|
567
574
|
providerId?: string;
|
|
575
|
+
mfa?: boolean;
|
|
568
576
|
}) => Promise<_1.SdkResponse<{
|
|
569
577
|
maskedPhone: string;
|
|
570
578
|
}>>;
|
|
@@ -576,6 +584,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
576
584
|
};
|
|
577
585
|
templateId?: string;
|
|
578
586
|
providerId?: string;
|
|
587
|
+
mfa?: boolean;
|
|
579
588
|
}) => Promise<_1.SdkResponse<{
|
|
580
589
|
maskedPhone: string;
|
|
581
590
|
}>>;
|
|
@@ -587,6 +596,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
587
596
|
};
|
|
588
597
|
templateId?: string;
|
|
589
598
|
providerId?: string;
|
|
599
|
+
mfa?: boolean;
|
|
590
600
|
}) => Promise<_1.SdkResponse<{
|
|
591
601
|
maskedPhone: string;
|
|
592
602
|
}>>;
|
|
@@ -638,6 +648,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
638
648
|
};
|
|
639
649
|
templateId?: string;
|
|
640
650
|
providerId?: string;
|
|
651
|
+
mfa?: boolean;
|
|
641
652
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
642
653
|
};
|
|
643
654
|
};
|
|
@@ -1067,6 +1078,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1067
1078
|
};
|
|
1068
1079
|
templateId?: string;
|
|
1069
1080
|
providerId?: string;
|
|
1081
|
+
mfa?: boolean;
|
|
1070
1082
|
}) => Promise<_1.SdkResponse<{
|
|
1071
1083
|
maskedEmail: string;
|
|
1072
1084
|
}>>;
|
|
@@ -1079,6 +1091,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1079
1091
|
};
|
|
1080
1092
|
templateId?: string;
|
|
1081
1093
|
providerId?: string;
|
|
1094
|
+
mfa?: boolean;
|
|
1082
1095
|
}) => Promise<_1.SdkResponse<{
|
|
1083
1096
|
maskedPhone: string;
|
|
1084
1097
|
}>>;
|
|
@@ -1090,6 +1103,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1090
1103
|
};
|
|
1091
1104
|
templateId?: string;
|
|
1092
1105
|
providerId?: string;
|
|
1106
|
+
mfa?: boolean;
|
|
1093
1107
|
}) => Promise<_1.SdkResponse<{
|
|
1094
1108
|
maskedPhone: string;
|
|
1095
1109
|
}>>;
|
|
@@ -1101,6 +1115,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1101
1115
|
};
|
|
1102
1116
|
templateId?: string;
|
|
1103
1117
|
providerId?: string;
|
|
1118
|
+
mfa?: boolean;
|
|
1104
1119
|
}) => Promise<_1.SdkResponse<{
|
|
1105
1120
|
maskedPhone: string;
|
|
1106
1121
|
}>>;
|
|
@@ -1112,6 +1127,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1112
1127
|
};
|
|
1113
1128
|
templateId?: string;
|
|
1114
1129
|
providerId?: string;
|
|
1130
|
+
mfa?: boolean;
|
|
1115
1131
|
}) => Promise<_1.SdkResponse<{
|
|
1116
1132
|
maskedPhone: string;
|
|
1117
1133
|
}>>;
|
|
@@ -1285,6 +1301,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1285
1301
|
};
|
|
1286
1302
|
templateId?: string;
|
|
1287
1303
|
providerId?: string;
|
|
1304
|
+
mfa?: boolean;
|
|
1288
1305
|
}) => Promise<_1.SdkResponse<{
|
|
1289
1306
|
maskedEmail: string;
|
|
1290
1307
|
}>>;
|
|
@@ -1297,6 +1314,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1297
1314
|
};
|
|
1298
1315
|
templateId?: string;
|
|
1299
1316
|
providerId?: string;
|
|
1317
|
+
mfa?: boolean;
|
|
1300
1318
|
}) => Promise<_1.SdkResponse<{
|
|
1301
1319
|
maskedPhone: string;
|
|
1302
1320
|
}>>;
|
|
@@ -1308,6 +1326,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1308
1326
|
};
|
|
1309
1327
|
templateId?: string;
|
|
1310
1328
|
providerId?: string;
|
|
1329
|
+
mfa?: boolean;
|
|
1311
1330
|
}) => Promise<_1.SdkResponse<{
|
|
1312
1331
|
maskedPhone: string;
|
|
1313
1332
|
}>>;
|
|
@@ -1319,6 +1338,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1319
1338
|
};
|
|
1320
1339
|
templateId?: string;
|
|
1321
1340
|
providerId?: string;
|
|
1341
|
+
mfa?: boolean;
|
|
1322
1342
|
}) => Promise<_1.SdkResponse<{
|
|
1323
1343
|
maskedPhone: string;
|
|
1324
1344
|
}>>;
|
|
@@ -1330,6 +1350,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1330
1350
|
};
|
|
1331
1351
|
templateId?: string;
|
|
1332
1352
|
providerId?: string;
|
|
1353
|
+
mfa?: boolean;
|
|
1333
1354
|
}) => Promise<_1.SdkResponse<{
|
|
1334
1355
|
maskedPhone: string;
|
|
1335
1356
|
}>>;
|
|
@@ -1381,6 +1402,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1381
1402
|
};
|
|
1382
1403
|
templateId?: string;
|
|
1383
1404
|
providerId?: string;
|
|
1405
|
+
mfa?: boolean;
|
|
1384
1406
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
1385
1407
|
};
|
|
1386
1408
|
};
|
|
@@ -1810,6 +1832,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1810
1832
|
};
|
|
1811
1833
|
templateId?: string;
|
|
1812
1834
|
providerId?: string;
|
|
1835
|
+
mfa?: boolean;
|
|
1813
1836
|
}) => Promise<_1.SdkResponse<{
|
|
1814
1837
|
maskedEmail: string;
|
|
1815
1838
|
}>>;
|
|
@@ -1822,6 +1845,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1822
1845
|
};
|
|
1823
1846
|
templateId?: string;
|
|
1824
1847
|
providerId?: string;
|
|
1848
|
+
mfa?: boolean;
|
|
1825
1849
|
}) => Promise<_1.SdkResponse<{
|
|
1826
1850
|
maskedPhone: string;
|
|
1827
1851
|
}>>;
|
|
@@ -1833,6 +1857,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1833
1857
|
};
|
|
1834
1858
|
templateId?: string;
|
|
1835
1859
|
providerId?: string;
|
|
1860
|
+
mfa?: boolean;
|
|
1836
1861
|
}) => Promise<_1.SdkResponse<{
|
|
1837
1862
|
maskedPhone: string;
|
|
1838
1863
|
}>>;
|
|
@@ -1844,6 +1869,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1844
1869
|
};
|
|
1845
1870
|
templateId?: string;
|
|
1846
1871
|
providerId?: string;
|
|
1872
|
+
mfa?: boolean;
|
|
1847
1873
|
}) => Promise<_1.SdkResponse<{
|
|
1848
1874
|
maskedPhone: string;
|
|
1849
1875
|
}>>;
|
|
@@ -1855,6 +1881,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1855
1881
|
};
|
|
1856
1882
|
templateId?: string;
|
|
1857
1883
|
providerId?: string;
|
|
1884
|
+
mfa?: boolean;
|
|
1858
1885
|
}) => Promise<_1.SdkResponse<{
|
|
1859
1886
|
maskedPhone: string;
|
|
1860
1887
|
}>>;
|
|
@@ -2028,6 +2055,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2028
2055
|
};
|
|
2029
2056
|
templateId?: string;
|
|
2030
2057
|
providerId?: string;
|
|
2058
|
+
mfa?: boolean;
|
|
2031
2059
|
}) => Promise<_1.SdkResponse<{
|
|
2032
2060
|
maskedEmail: string;
|
|
2033
2061
|
}>>;
|
|
@@ -2040,6 +2068,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2040
2068
|
};
|
|
2041
2069
|
templateId?: string;
|
|
2042
2070
|
providerId?: string;
|
|
2071
|
+
mfa?: boolean;
|
|
2043
2072
|
}) => Promise<_1.SdkResponse<{
|
|
2044
2073
|
maskedPhone: string;
|
|
2045
2074
|
}>>;
|
|
@@ -2051,6 +2080,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2051
2080
|
};
|
|
2052
2081
|
templateId?: string;
|
|
2053
2082
|
providerId?: string;
|
|
2083
|
+
mfa?: boolean;
|
|
2054
2084
|
}) => Promise<_1.SdkResponse<{
|
|
2055
2085
|
maskedPhone: string;
|
|
2056
2086
|
}>>;
|
|
@@ -2062,6 +2092,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2062
2092
|
};
|
|
2063
2093
|
templateId?: string;
|
|
2064
2094
|
providerId?: string;
|
|
2095
|
+
mfa?: boolean;
|
|
2065
2096
|
}) => Promise<_1.SdkResponse<{
|
|
2066
2097
|
maskedPhone: string;
|
|
2067
2098
|
}>>;
|
|
@@ -2073,6 +2104,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2073
2104
|
};
|
|
2074
2105
|
templateId?: string;
|
|
2075
2106
|
providerId?: string;
|
|
2107
|
+
mfa?: boolean;
|
|
2076
2108
|
}) => Promise<_1.SdkResponse<{
|
|
2077
2109
|
maskedPhone: string;
|
|
2078
2110
|
}>>;
|
|
@@ -2124,6 +2156,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
2124
2156
|
};
|
|
2125
2157
|
templateId?: string;
|
|
2126
2158
|
providerId?: string;
|
|
2159
|
+
mfa?: boolean;
|
|
2127
2160
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
2128
2161
|
};
|
|
2129
2162
|
};
|
|
@@ -2568,6 +2601,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2568
2601
|
};
|
|
2569
2602
|
templateId?: string;
|
|
2570
2603
|
providerId?: string;
|
|
2604
|
+
mfa?: boolean;
|
|
2571
2605
|
}) => Promise<_1.SdkResponse<{
|
|
2572
2606
|
maskedEmail: string;
|
|
2573
2607
|
}>>;
|
|
@@ -2580,6 +2614,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2580
2614
|
};
|
|
2581
2615
|
templateId?: string;
|
|
2582
2616
|
providerId?: string;
|
|
2617
|
+
mfa?: boolean;
|
|
2583
2618
|
}) => Promise<_1.SdkResponse<{
|
|
2584
2619
|
maskedPhone: string;
|
|
2585
2620
|
}>>;
|
|
@@ -2591,6 +2626,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2591
2626
|
};
|
|
2592
2627
|
templateId?: string;
|
|
2593
2628
|
providerId?: string;
|
|
2629
|
+
mfa?: boolean;
|
|
2594
2630
|
}) => Promise<_1.SdkResponse<{
|
|
2595
2631
|
maskedPhone: string;
|
|
2596
2632
|
}>>;
|
|
@@ -2602,6 +2638,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2602
2638
|
};
|
|
2603
2639
|
templateId?: string;
|
|
2604
2640
|
providerId?: string;
|
|
2641
|
+
mfa?: boolean;
|
|
2605
2642
|
}) => Promise<_1.SdkResponse<{
|
|
2606
2643
|
maskedPhone: string;
|
|
2607
2644
|
}>>;
|
|
@@ -2613,6 +2650,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2613
2650
|
};
|
|
2614
2651
|
templateId?: string;
|
|
2615
2652
|
providerId?: string;
|
|
2653
|
+
mfa?: boolean;
|
|
2616
2654
|
}) => Promise<_1.SdkResponse<{
|
|
2617
2655
|
maskedPhone: string;
|
|
2618
2656
|
}>>;
|
|
@@ -2786,6 +2824,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2786
2824
|
};
|
|
2787
2825
|
templateId?: string;
|
|
2788
2826
|
providerId?: string;
|
|
2827
|
+
mfa?: boolean;
|
|
2789
2828
|
}) => Promise<_1.SdkResponse<{
|
|
2790
2829
|
maskedEmail: string;
|
|
2791
2830
|
}>>;
|
|
@@ -2798,6 +2837,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2798
2837
|
};
|
|
2799
2838
|
templateId?: string;
|
|
2800
2839
|
providerId?: string;
|
|
2840
|
+
mfa?: boolean;
|
|
2801
2841
|
}) => Promise<_1.SdkResponse<{
|
|
2802
2842
|
maskedPhone: string;
|
|
2803
2843
|
}>>;
|
|
@@ -2809,6 +2849,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2809
2849
|
};
|
|
2810
2850
|
templateId?: string;
|
|
2811
2851
|
providerId?: string;
|
|
2852
|
+
mfa?: boolean;
|
|
2812
2853
|
}) => Promise<_1.SdkResponse<{
|
|
2813
2854
|
maskedPhone: string;
|
|
2814
2855
|
}>>;
|
|
@@ -2820,6 +2861,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2820
2861
|
};
|
|
2821
2862
|
templateId?: string;
|
|
2822
2863
|
providerId?: string;
|
|
2864
|
+
mfa?: boolean;
|
|
2823
2865
|
}) => Promise<_1.SdkResponse<{
|
|
2824
2866
|
maskedPhone: string;
|
|
2825
2867
|
}>>;
|
|
@@ -2831,6 +2873,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2831
2873
|
};
|
|
2832
2874
|
templateId?: string;
|
|
2833
2875
|
providerId?: string;
|
|
2876
|
+
mfa?: boolean;
|
|
2834
2877
|
}) => Promise<_1.SdkResponse<{
|
|
2835
2878
|
maskedPhone: string;
|
|
2836
2879
|
}>>;
|
|
@@ -2882,6 +2925,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2882
2925
|
};
|
|
2883
2926
|
templateId?: string;
|
|
2884
2927
|
providerId?: string;
|
|
2928
|
+
mfa?: boolean;
|
|
2885
2929
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
2886
2930
|
};
|
|
2887
2931
|
};
|
|
@@ -3311,6 +3355,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3311
3355
|
};
|
|
3312
3356
|
templateId?: string;
|
|
3313
3357
|
providerId?: string;
|
|
3358
|
+
mfa?: boolean;
|
|
3314
3359
|
}) => Promise<_1.SdkResponse<{
|
|
3315
3360
|
maskedEmail: string;
|
|
3316
3361
|
}>>;
|
|
@@ -3323,6 +3368,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3323
3368
|
};
|
|
3324
3369
|
templateId?: string;
|
|
3325
3370
|
providerId?: string;
|
|
3371
|
+
mfa?: boolean;
|
|
3326
3372
|
}) => Promise<_1.SdkResponse<{
|
|
3327
3373
|
maskedPhone: string;
|
|
3328
3374
|
}>>;
|
|
@@ -3334,6 +3380,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3334
3380
|
};
|
|
3335
3381
|
templateId?: string;
|
|
3336
3382
|
providerId?: string;
|
|
3383
|
+
mfa?: boolean;
|
|
3337
3384
|
}) => Promise<_1.SdkResponse<{
|
|
3338
3385
|
maskedPhone: string;
|
|
3339
3386
|
}>>;
|
|
@@ -3345,6 +3392,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3345
3392
|
};
|
|
3346
3393
|
templateId?: string;
|
|
3347
3394
|
providerId?: string;
|
|
3395
|
+
mfa?: boolean;
|
|
3348
3396
|
}) => Promise<_1.SdkResponse<{
|
|
3349
3397
|
maskedPhone: string;
|
|
3350
3398
|
}>>;
|
|
@@ -3356,6 +3404,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3356
3404
|
};
|
|
3357
3405
|
templateId?: string;
|
|
3358
3406
|
providerId?: string;
|
|
3407
|
+
mfa?: boolean;
|
|
3359
3408
|
}) => Promise<_1.SdkResponse<{
|
|
3360
3409
|
maskedPhone: string;
|
|
3361
3410
|
}>>;
|
|
@@ -3529,6 +3578,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3529
3578
|
};
|
|
3530
3579
|
templateId?: string;
|
|
3531
3580
|
providerId?: string;
|
|
3581
|
+
mfa?: boolean;
|
|
3532
3582
|
}) => Promise<_1.SdkResponse<{
|
|
3533
3583
|
maskedEmail: string;
|
|
3534
3584
|
}>>;
|
|
@@ -3541,6 +3591,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3541
3591
|
};
|
|
3542
3592
|
templateId?: string;
|
|
3543
3593
|
providerId?: string;
|
|
3594
|
+
mfa?: boolean;
|
|
3544
3595
|
}) => Promise<_1.SdkResponse<{
|
|
3545
3596
|
maskedPhone: string;
|
|
3546
3597
|
}>>;
|
|
@@ -3552,6 +3603,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3552
3603
|
};
|
|
3553
3604
|
templateId?: string;
|
|
3554
3605
|
providerId?: string;
|
|
3606
|
+
mfa?: boolean;
|
|
3555
3607
|
}) => Promise<_1.SdkResponse<{
|
|
3556
3608
|
maskedPhone: string;
|
|
3557
3609
|
}>>;
|
|
@@ -3563,6 +3615,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3563
3615
|
};
|
|
3564
3616
|
templateId?: string;
|
|
3565
3617
|
providerId?: string;
|
|
3618
|
+
mfa?: boolean;
|
|
3566
3619
|
}) => Promise<_1.SdkResponse<{
|
|
3567
3620
|
maskedPhone: string;
|
|
3568
3621
|
}>>;
|
|
@@ -3574,6 +3627,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3574
3627
|
};
|
|
3575
3628
|
templateId?: string;
|
|
3576
3629
|
providerId?: string;
|
|
3630
|
+
mfa?: boolean;
|
|
3577
3631
|
}) => Promise<_1.SdkResponse<{
|
|
3578
3632
|
maskedPhone: string;
|
|
3579
3633
|
}>>;
|
|
@@ -3625,6 +3679,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3625
3679
|
};
|
|
3626
3680
|
templateId?: string;
|
|
3627
3681
|
providerId?: string;
|
|
3682
|
+
mfa?: boolean;
|
|
3628
3683
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
3629
3684
|
};
|
|
3630
3685
|
};
|
|
@@ -4054,6 +4109,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4054
4109
|
};
|
|
4055
4110
|
templateId?: string;
|
|
4056
4111
|
providerId?: string;
|
|
4112
|
+
mfa?: boolean;
|
|
4057
4113
|
}) => Promise<_1.SdkResponse<{
|
|
4058
4114
|
maskedEmail: string;
|
|
4059
4115
|
}>>;
|
|
@@ -4066,6 +4122,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4066
4122
|
};
|
|
4067
4123
|
templateId?: string;
|
|
4068
4124
|
providerId?: string;
|
|
4125
|
+
mfa?: boolean;
|
|
4069
4126
|
}) => Promise<_1.SdkResponse<{
|
|
4070
4127
|
maskedPhone: string;
|
|
4071
4128
|
}>>;
|
|
@@ -4077,6 +4134,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4077
4134
|
};
|
|
4078
4135
|
templateId?: string;
|
|
4079
4136
|
providerId?: string;
|
|
4137
|
+
mfa?: boolean;
|
|
4080
4138
|
}) => Promise<_1.SdkResponse<{
|
|
4081
4139
|
maskedPhone: string;
|
|
4082
4140
|
}>>;
|
|
@@ -4088,6 +4146,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4088
4146
|
};
|
|
4089
4147
|
templateId?: string;
|
|
4090
4148
|
providerId?: string;
|
|
4149
|
+
mfa?: boolean;
|
|
4091
4150
|
}) => Promise<_1.SdkResponse<{
|
|
4092
4151
|
maskedPhone: string;
|
|
4093
4152
|
}>>;
|
|
@@ -4099,6 +4158,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4099
4158
|
};
|
|
4100
4159
|
templateId?: string;
|
|
4101
4160
|
providerId?: string;
|
|
4161
|
+
mfa?: boolean;
|
|
4102
4162
|
}) => Promise<_1.SdkResponse<{
|
|
4103
4163
|
maskedPhone: string;
|
|
4104
4164
|
}>>;
|
|
@@ -4272,6 +4332,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4272
4332
|
};
|
|
4273
4333
|
templateId?: string;
|
|
4274
4334
|
providerId?: string;
|
|
4335
|
+
mfa?: boolean;
|
|
4275
4336
|
}) => Promise<_1.SdkResponse<{
|
|
4276
4337
|
maskedEmail: string;
|
|
4277
4338
|
}>>;
|
|
@@ -4284,6 +4345,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4284
4345
|
};
|
|
4285
4346
|
templateId?: string;
|
|
4286
4347
|
providerId?: string;
|
|
4348
|
+
mfa?: boolean;
|
|
4287
4349
|
}) => Promise<_1.SdkResponse<{
|
|
4288
4350
|
maskedPhone: string;
|
|
4289
4351
|
}>>;
|
|
@@ -4295,6 +4357,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4295
4357
|
};
|
|
4296
4358
|
templateId?: string;
|
|
4297
4359
|
providerId?: string;
|
|
4360
|
+
mfa?: boolean;
|
|
4298
4361
|
}) => Promise<_1.SdkResponse<{
|
|
4299
4362
|
maskedPhone: string;
|
|
4300
4363
|
}>>;
|
|
@@ -4306,6 +4369,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4306
4369
|
};
|
|
4307
4370
|
templateId?: string;
|
|
4308
4371
|
providerId?: string;
|
|
4372
|
+
mfa?: boolean;
|
|
4309
4373
|
}) => Promise<_1.SdkResponse<{
|
|
4310
4374
|
maskedPhone: string;
|
|
4311
4375
|
}>>;
|
|
@@ -4317,6 +4381,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4317
4381
|
};
|
|
4318
4382
|
templateId?: string;
|
|
4319
4383
|
providerId?: string;
|
|
4384
|
+
mfa?: boolean;
|
|
4320
4385
|
}) => Promise<_1.SdkResponse<{
|
|
4321
4386
|
maskedPhone: string;
|
|
4322
4387
|
}>>;
|
|
@@ -4368,6 +4433,7 @@ export declare const createTempSdk: () => (((({
|
|
|
4368
4433
|
};
|
|
4369
4434
|
templateId?: string;
|
|
4370
4435
|
providerId?: string;
|
|
4436
|
+
mfa?: boolean;
|
|
4371
4437
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
4372
4438
|
};
|
|
4373
4439
|
};
|
|
@@ -4820,6 +4886,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4820
4886
|
};
|
|
4821
4887
|
templateId?: string;
|
|
4822
4888
|
providerId?: string;
|
|
4889
|
+
mfa?: boolean;
|
|
4823
4890
|
}) => Promise<_1.SdkResponse<{
|
|
4824
4891
|
maskedEmail: string;
|
|
4825
4892
|
}>>;
|
|
@@ -4832,6 +4899,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4832
4899
|
};
|
|
4833
4900
|
templateId?: string;
|
|
4834
4901
|
providerId?: string;
|
|
4902
|
+
mfa?: boolean;
|
|
4835
4903
|
}) => Promise<_1.SdkResponse<{
|
|
4836
4904
|
maskedPhone: string;
|
|
4837
4905
|
}>>;
|
|
@@ -4843,6 +4911,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4843
4911
|
};
|
|
4844
4912
|
templateId?: string;
|
|
4845
4913
|
providerId?: string;
|
|
4914
|
+
mfa?: boolean;
|
|
4846
4915
|
}) => Promise<_1.SdkResponse<{
|
|
4847
4916
|
maskedPhone: string;
|
|
4848
4917
|
}>>;
|
|
@@ -4854,6 +4923,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4854
4923
|
};
|
|
4855
4924
|
templateId?: string;
|
|
4856
4925
|
providerId?: string;
|
|
4926
|
+
mfa?: boolean;
|
|
4857
4927
|
}) => Promise<_1.SdkResponse<{
|
|
4858
4928
|
maskedPhone: string;
|
|
4859
4929
|
}>>;
|
|
@@ -4865,6 +4935,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4865
4935
|
};
|
|
4866
4936
|
templateId?: string;
|
|
4867
4937
|
providerId?: string;
|
|
4938
|
+
mfa?: boolean;
|
|
4868
4939
|
}) => Promise<_1.SdkResponse<{
|
|
4869
4940
|
maskedPhone: string;
|
|
4870
4941
|
}>>;
|
|
@@ -5038,6 +5109,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5038
5109
|
};
|
|
5039
5110
|
templateId?: string;
|
|
5040
5111
|
providerId?: string;
|
|
5112
|
+
mfa?: boolean;
|
|
5041
5113
|
}) => Promise<_1.SdkResponse<{
|
|
5042
5114
|
maskedEmail: string;
|
|
5043
5115
|
}>>;
|
|
@@ -5050,6 +5122,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5050
5122
|
};
|
|
5051
5123
|
templateId?: string;
|
|
5052
5124
|
providerId?: string;
|
|
5125
|
+
mfa?: boolean;
|
|
5053
5126
|
}) => Promise<_1.SdkResponse<{
|
|
5054
5127
|
maskedPhone: string;
|
|
5055
5128
|
}>>;
|
|
@@ -5061,6 +5134,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5061
5134
|
};
|
|
5062
5135
|
templateId?: string;
|
|
5063
5136
|
providerId?: string;
|
|
5137
|
+
mfa?: boolean;
|
|
5064
5138
|
}) => Promise<_1.SdkResponse<{
|
|
5065
5139
|
maskedPhone: string;
|
|
5066
5140
|
}>>;
|
|
@@ -5072,6 +5146,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5072
5146
|
};
|
|
5073
5147
|
templateId?: string;
|
|
5074
5148
|
providerId?: string;
|
|
5149
|
+
mfa?: boolean;
|
|
5075
5150
|
}) => Promise<_1.SdkResponse<{
|
|
5076
5151
|
maskedPhone: string;
|
|
5077
5152
|
}>>;
|
|
@@ -5083,6 +5158,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5083
5158
|
};
|
|
5084
5159
|
templateId?: string;
|
|
5085
5160
|
providerId?: string;
|
|
5161
|
+
mfa?: boolean;
|
|
5086
5162
|
}) => Promise<_1.SdkResponse<{
|
|
5087
5163
|
maskedPhone: string;
|
|
5088
5164
|
}>>;
|
|
@@ -5134,6 +5210,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5134
5210
|
};
|
|
5135
5211
|
templateId?: string;
|
|
5136
5212
|
providerId?: string;
|
|
5213
|
+
mfa?: boolean;
|
|
5137
5214
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
5138
5215
|
};
|
|
5139
5216
|
};
|
|
@@ -5563,6 +5640,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5563
5640
|
};
|
|
5564
5641
|
templateId?: string;
|
|
5565
5642
|
providerId?: string;
|
|
5643
|
+
mfa?: boolean;
|
|
5566
5644
|
}) => Promise<_1.SdkResponse<{
|
|
5567
5645
|
maskedEmail: string;
|
|
5568
5646
|
}>>;
|
|
@@ -5575,6 +5653,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5575
5653
|
};
|
|
5576
5654
|
templateId?: string;
|
|
5577
5655
|
providerId?: string;
|
|
5656
|
+
mfa?: boolean;
|
|
5578
5657
|
}) => Promise<_1.SdkResponse<{
|
|
5579
5658
|
maskedPhone: string;
|
|
5580
5659
|
}>>;
|
|
@@ -5586,6 +5665,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5586
5665
|
};
|
|
5587
5666
|
templateId?: string;
|
|
5588
5667
|
providerId?: string;
|
|
5668
|
+
mfa?: boolean;
|
|
5589
5669
|
}) => Promise<_1.SdkResponse<{
|
|
5590
5670
|
maskedPhone: string;
|
|
5591
5671
|
}>>;
|
|
@@ -5597,6 +5677,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5597
5677
|
};
|
|
5598
5678
|
templateId?: string;
|
|
5599
5679
|
providerId?: string;
|
|
5680
|
+
mfa?: boolean;
|
|
5600
5681
|
}) => Promise<_1.SdkResponse<{
|
|
5601
5682
|
maskedPhone: string;
|
|
5602
5683
|
}>>;
|
|
@@ -5608,6 +5689,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5608
5689
|
};
|
|
5609
5690
|
templateId?: string;
|
|
5610
5691
|
providerId?: string;
|
|
5692
|
+
mfa?: boolean;
|
|
5611
5693
|
}) => Promise<_1.SdkResponse<{
|
|
5612
5694
|
maskedPhone: string;
|
|
5613
5695
|
}>>;
|
|
@@ -5781,6 +5863,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5781
5863
|
};
|
|
5782
5864
|
templateId?: string;
|
|
5783
5865
|
providerId?: string;
|
|
5866
|
+
mfa?: boolean;
|
|
5784
5867
|
}) => Promise<_1.SdkResponse<{
|
|
5785
5868
|
maskedEmail: string;
|
|
5786
5869
|
}>>;
|
|
@@ -5793,6 +5876,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5793
5876
|
};
|
|
5794
5877
|
templateId?: string;
|
|
5795
5878
|
providerId?: string;
|
|
5879
|
+
mfa?: boolean;
|
|
5796
5880
|
}) => Promise<_1.SdkResponse<{
|
|
5797
5881
|
maskedPhone: string;
|
|
5798
5882
|
}>>;
|
|
@@ -5804,6 +5888,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5804
5888
|
};
|
|
5805
5889
|
templateId?: string;
|
|
5806
5890
|
providerId?: string;
|
|
5891
|
+
mfa?: boolean;
|
|
5807
5892
|
}) => Promise<_1.SdkResponse<{
|
|
5808
5893
|
maskedPhone: string;
|
|
5809
5894
|
}>>;
|
|
@@ -5815,6 +5900,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5815
5900
|
};
|
|
5816
5901
|
templateId?: string;
|
|
5817
5902
|
providerId?: string;
|
|
5903
|
+
mfa?: boolean;
|
|
5818
5904
|
}) => Promise<_1.SdkResponse<{
|
|
5819
5905
|
maskedPhone: string;
|
|
5820
5906
|
}>>;
|
|
@@ -5826,6 +5912,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5826
5912
|
};
|
|
5827
5913
|
templateId?: string;
|
|
5828
5914
|
providerId?: string;
|
|
5915
|
+
mfa?: boolean;
|
|
5829
5916
|
}) => Promise<_1.SdkResponse<{
|
|
5830
5917
|
maskedPhone: string;
|
|
5831
5918
|
}>>;
|
|
@@ -5877,6 +5964,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5877
5964
|
};
|
|
5878
5965
|
templateId?: string;
|
|
5879
5966
|
providerId?: string;
|
|
5967
|
+
mfa?: boolean;
|
|
5880
5968
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
5881
5969
|
};
|
|
5882
5970
|
};
|
|
@@ -6306,6 +6394,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6306
6394
|
};
|
|
6307
6395
|
templateId?: string;
|
|
6308
6396
|
providerId?: string;
|
|
6397
|
+
mfa?: boolean;
|
|
6309
6398
|
}) => Promise<_1.SdkResponse<{
|
|
6310
6399
|
maskedEmail: string;
|
|
6311
6400
|
}>>;
|
|
@@ -6318,6 +6407,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6318
6407
|
};
|
|
6319
6408
|
templateId?: string;
|
|
6320
6409
|
providerId?: string;
|
|
6410
|
+
mfa?: boolean;
|
|
6321
6411
|
}) => Promise<_1.SdkResponse<{
|
|
6322
6412
|
maskedPhone: string;
|
|
6323
6413
|
}>>;
|
|
@@ -6329,6 +6419,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6329
6419
|
};
|
|
6330
6420
|
templateId?: string;
|
|
6331
6421
|
providerId?: string;
|
|
6422
|
+
mfa?: boolean;
|
|
6332
6423
|
}) => Promise<_1.SdkResponse<{
|
|
6333
6424
|
maskedPhone: string;
|
|
6334
6425
|
}>>;
|
|
@@ -6340,6 +6431,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6340
6431
|
};
|
|
6341
6432
|
templateId?: string;
|
|
6342
6433
|
providerId?: string;
|
|
6434
|
+
mfa?: boolean;
|
|
6343
6435
|
}) => Promise<_1.SdkResponse<{
|
|
6344
6436
|
maskedPhone: string;
|
|
6345
6437
|
}>>;
|
|
@@ -6351,6 +6443,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6351
6443
|
};
|
|
6352
6444
|
templateId?: string;
|
|
6353
6445
|
providerId?: string;
|
|
6446
|
+
mfa?: boolean;
|
|
6354
6447
|
}) => Promise<_1.SdkResponse<{
|
|
6355
6448
|
maskedPhone: string;
|
|
6356
6449
|
}>>;
|
|
@@ -6524,6 +6617,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6524
6617
|
};
|
|
6525
6618
|
templateId?: string;
|
|
6526
6619
|
providerId?: string;
|
|
6620
|
+
mfa?: boolean;
|
|
6527
6621
|
}) => Promise<_1.SdkResponse<{
|
|
6528
6622
|
maskedEmail: string;
|
|
6529
6623
|
}>>;
|
|
@@ -6536,6 +6630,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6536
6630
|
};
|
|
6537
6631
|
templateId?: string;
|
|
6538
6632
|
providerId?: string;
|
|
6633
|
+
mfa?: boolean;
|
|
6539
6634
|
}) => Promise<_1.SdkResponse<{
|
|
6540
6635
|
maskedPhone: string;
|
|
6541
6636
|
}>>;
|
|
@@ -6547,6 +6642,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6547
6642
|
};
|
|
6548
6643
|
templateId?: string;
|
|
6549
6644
|
providerId?: string;
|
|
6645
|
+
mfa?: boolean;
|
|
6550
6646
|
}) => Promise<_1.SdkResponse<{
|
|
6551
6647
|
maskedPhone: string;
|
|
6552
6648
|
}>>;
|
|
@@ -6558,6 +6654,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6558
6654
|
};
|
|
6559
6655
|
templateId?: string;
|
|
6560
6656
|
providerId?: string;
|
|
6657
|
+
mfa?: boolean;
|
|
6561
6658
|
}) => Promise<_1.SdkResponse<{
|
|
6562
6659
|
maskedPhone: string;
|
|
6563
6660
|
}>>;
|
|
@@ -6569,6 +6666,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6569
6666
|
};
|
|
6570
6667
|
templateId?: string;
|
|
6571
6668
|
providerId?: string;
|
|
6669
|
+
mfa?: boolean;
|
|
6572
6670
|
}) => Promise<_1.SdkResponse<{
|
|
6573
6671
|
maskedPhone: string;
|
|
6574
6672
|
}>>;
|
|
@@ -6620,6 +6718,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
6620
6718
|
};
|
|
6621
6719
|
templateId?: string;
|
|
6622
6720
|
providerId?: string;
|
|
6721
|
+
mfa?: boolean;
|
|
6623
6722
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
6624
6723
|
};
|
|
6625
6724
|
};
|