@descope/react-sdk 2.14.2 → 2.14.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 +54 -0
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +162 -0
- package/package.json +10 -10
package/dist/types/sdk.d.ts
CHANGED
|
@@ -292,6 +292,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
292
292
|
templateOptions?: {
|
|
293
293
|
[x: string]: string;
|
|
294
294
|
};
|
|
295
|
+
templateId?: string;
|
|
296
|
+
providerId?: string;
|
|
295
297
|
}) => Promise<_1.SdkResponse<{
|
|
296
298
|
maskedEmail: string;
|
|
297
299
|
}>>;
|
|
@@ -302,6 +304,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
302
304
|
templateOptions?: {
|
|
303
305
|
[x: string]: string;
|
|
304
306
|
};
|
|
307
|
+
templateId?: string;
|
|
308
|
+
providerId?: string;
|
|
305
309
|
}) => Promise<_1.SdkResponse<{
|
|
306
310
|
maskedPhone: string;
|
|
307
311
|
}>>;
|
|
@@ -311,6 +315,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
311
315
|
templateOptions?: {
|
|
312
316
|
[x: string]: string;
|
|
313
317
|
};
|
|
318
|
+
templateId?: string;
|
|
319
|
+
providerId?: string;
|
|
314
320
|
}) => Promise<_1.SdkResponse<{
|
|
315
321
|
maskedPhone: string;
|
|
316
322
|
}>>;
|
|
@@ -320,6 +326,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
320
326
|
templateOptions?: {
|
|
321
327
|
[x: string]: string;
|
|
322
328
|
};
|
|
329
|
+
templateId?: string;
|
|
330
|
+
providerId?: string;
|
|
323
331
|
}) => Promise<_1.SdkResponse<{
|
|
324
332
|
maskedPhone: string;
|
|
325
333
|
}>>;
|
|
@@ -453,6 +461,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
453
461
|
templateOptions?: {
|
|
454
462
|
[x: string]: string;
|
|
455
463
|
};
|
|
464
|
+
templateId?: string;
|
|
465
|
+
providerId?: string;
|
|
456
466
|
}) => Promise<_1.SdkResponse<{
|
|
457
467
|
maskedEmail: string;
|
|
458
468
|
}>>;
|
|
@@ -463,6 +473,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
463
473
|
templateOptions?: {
|
|
464
474
|
[x: string]: string;
|
|
465
475
|
};
|
|
476
|
+
templateId?: string;
|
|
477
|
+
providerId?: string;
|
|
466
478
|
}) => Promise<_1.SdkResponse<{
|
|
467
479
|
maskedPhone: string;
|
|
468
480
|
}>>;
|
|
@@ -472,6 +484,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
472
484
|
templateOptions?: {
|
|
473
485
|
[x: string]: string;
|
|
474
486
|
};
|
|
487
|
+
templateId?: string;
|
|
488
|
+
providerId?: string;
|
|
475
489
|
}) => Promise<_1.SdkResponse<{
|
|
476
490
|
maskedPhone: string;
|
|
477
491
|
}>>;
|
|
@@ -481,6 +495,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
481
495
|
templateOptions?: {
|
|
482
496
|
[x: string]: string;
|
|
483
497
|
};
|
|
498
|
+
templateId?: string;
|
|
499
|
+
providerId?: string;
|
|
484
500
|
}) => Promise<_1.SdkResponse<{
|
|
485
501
|
maskedPhone: string;
|
|
486
502
|
}>>;
|
|
@@ -522,6 +538,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
522
538
|
templateOptions?: {
|
|
523
539
|
[x: string]: string;
|
|
524
540
|
};
|
|
541
|
+
templateId?: string;
|
|
542
|
+
providerId?: string;
|
|
525
543
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
526
544
|
};
|
|
527
545
|
};
|
|
@@ -945,6 +963,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
945
963
|
templateOptions?: {
|
|
946
964
|
[x: string]: string;
|
|
947
965
|
};
|
|
966
|
+
templateId?: string;
|
|
967
|
+
providerId?: string;
|
|
948
968
|
}) => Promise<_1.SdkResponse<{
|
|
949
969
|
maskedEmail: string;
|
|
950
970
|
}>>;
|
|
@@ -955,6 +975,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
955
975
|
templateOptions?: {
|
|
956
976
|
[x: string]: string;
|
|
957
977
|
};
|
|
978
|
+
templateId?: string;
|
|
979
|
+
providerId?: string;
|
|
958
980
|
}) => Promise<_1.SdkResponse<{
|
|
959
981
|
maskedPhone: string;
|
|
960
982
|
}>>;
|
|
@@ -964,6 +986,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
964
986
|
templateOptions?: {
|
|
965
987
|
[x: string]: string;
|
|
966
988
|
};
|
|
989
|
+
templateId?: string;
|
|
990
|
+
providerId?: string;
|
|
967
991
|
}) => Promise<_1.SdkResponse<{
|
|
968
992
|
maskedPhone: string;
|
|
969
993
|
}>>;
|
|
@@ -973,6 +997,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
973
997
|
templateOptions?: {
|
|
974
998
|
[x: string]: string;
|
|
975
999
|
};
|
|
1000
|
+
templateId?: string;
|
|
1001
|
+
providerId?: string;
|
|
976
1002
|
}) => Promise<_1.SdkResponse<{
|
|
977
1003
|
maskedPhone: string;
|
|
978
1004
|
}>>;
|
|
@@ -1106,6 +1132,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1106
1132
|
templateOptions?: {
|
|
1107
1133
|
[x: string]: string;
|
|
1108
1134
|
};
|
|
1135
|
+
templateId?: string;
|
|
1136
|
+
providerId?: string;
|
|
1109
1137
|
}) => Promise<_1.SdkResponse<{
|
|
1110
1138
|
maskedEmail: string;
|
|
1111
1139
|
}>>;
|
|
@@ -1116,6 +1144,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1116
1144
|
templateOptions?: {
|
|
1117
1145
|
[x: string]: string;
|
|
1118
1146
|
};
|
|
1147
|
+
templateId?: string;
|
|
1148
|
+
providerId?: string;
|
|
1119
1149
|
}) => Promise<_1.SdkResponse<{
|
|
1120
1150
|
maskedPhone: string;
|
|
1121
1151
|
}>>;
|
|
@@ -1125,6 +1155,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1125
1155
|
templateOptions?: {
|
|
1126
1156
|
[x: string]: string;
|
|
1127
1157
|
};
|
|
1158
|
+
templateId?: string;
|
|
1159
|
+
providerId?: string;
|
|
1128
1160
|
}) => Promise<_1.SdkResponse<{
|
|
1129
1161
|
maskedPhone: string;
|
|
1130
1162
|
}>>;
|
|
@@ -1134,6 +1166,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1134
1166
|
templateOptions?: {
|
|
1135
1167
|
[x: string]: string;
|
|
1136
1168
|
};
|
|
1169
|
+
templateId?: string;
|
|
1170
|
+
providerId?: string;
|
|
1137
1171
|
}) => Promise<_1.SdkResponse<{
|
|
1138
1172
|
maskedPhone: string;
|
|
1139
1173
|
}>>;
|
|
@@ -1175,6 +1209,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1175
1209
|
templateOptions?: {
|
|
1176
1210
|
[x: string]: string;
|
|
1177
1211
|
};
|
|
1212
|
+
templateId?: string;
|
|
1213
|
+
providerId?: string;
|
|
1178
1214
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
1179
1215
|
};
|
|
1180
1216
|
};
|
|
@@ -1598,6 +1634,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1598
1634
|
templateOptions?: {
|
|
1599
1635
|
[x: string]: string;
|
|
1600
1636
|
};
|
|
1637
|
+
templateId?: string;
|
|
1638
|
+
providerId?: string;
|
|
1601
1639
|
}) => Promise<_1.SdkResponse<{
|
|
1602
1640
|
maskedEmail: string;
|
|
1603
1641
|
}>>;
|
|
@@ -1608,6 +1646,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1608
1646
|
templateOptions?: {
|
|
1609
1647
|
[x: string]: string;
|
|
1610
1648
|
};
|
|
1649
|
+
templateId?: string;
|
|
1650
|
+
providerId?: string;
|
|
1611
1651
|
}) => Promise<_1.SdkResponse<{
|
|
1612
1652
|
maskedPhone: string;
|
|
1613
1653
|
}>>;
|
|
@@ -1617,6 +1657,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1617
1657
|
templateOptions?: {
|
|
1618
1658
|
[x: string]: string;
|
|
1619
1659
|
};
|
|
1660
|
+
templateId?: string;
|
|
1661
|
+
providerId?: string;
|
|
1620
1662
|
}) => Promise<_1.SdkResponse<{
|
|
1621
1663
|
maskedPhone: string;
|
|
1622
1664
|
}>>;
|
|
@@ -1626,6 +1668,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1626
1668
|
templateOptions?: {
|
|
1627
1669
|
[x: string]: string;
|
|
1628
1670
|
};
|
|
1671
|
+
templateId?: string;
|
|
1672
|
+
providerId?: string;
|
|
1629
1673
|
}) => Promise<_1.SdkResponse<{
|
|
1630
1674
|
maskedPhone: string;
|
|
1631
1675
|
}>>;
|
|
@@ -1759,6 +1803,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1759
1803
|
templateOptions?: {
|
|
1760
1804
|
[x: string]: string;
|
|
1761
1805
|
};
|
|
1806
|
+
templateId?: string;
|
|
1807
|
+
providerId?: string;
|
|
1762
1808
|
}) => Promise<_1.SdkResponse<{
|
|
1763
1809
|
maskedEmail: string;
|
|
1764
1810
|
}>>;
|
|
@@ -1769,6 +1815,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1769
1815
|
templateOptions?: {
|
|
1770
1816
|
[x: string]: string;
|
|
1771
1817
|
};
|
|
1818
|
+
templateId?: string;
|
|
1819
|
+
providerId?: string;
|
|
1772
1820
|
}) => Promise<_1.SdkResponse<{
|
|
1773
1821
|
maskedPhone: string;
|
|
1774
1822
|
}>>;
|
|
@@ -1778,6 +1826,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1778
1826
|
templateOptions?: {
|
|
1779
1827
|
[x: string]: string;
|
|
1780
1828
|
};
|
|
1829
|
+
templateId?: string;
|
|
1830
|
+
providerId?: string;
|
|
1781
1831
|
}) => Promise<_1.SdkResponse<{
|
|
1782
1832
|
maskedPhone: string;
|
|
1783
1833
|
}>>;
|
|
@@ -1787,6 +1837,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1787
1837
|
templateOptions?: {
|
|
1788
1838
|
[x: string]: string;
|
|
1789
1839
|
};
|
|
1840
|
+
templateId?: string;
|
|
1841
|
+
providerId?: string;
|
|
1790
1842
|
}) => Promise<_1.SdkResponse<{
|
|
1791
1843
|
maskedPhone: string;
|
|
1792
1844
|
}>>;
|
|
@@ -1828,6 +1880,8 @@ declare const createSdkWrapper: <P extends Omit<{
|
|
|
1828
1880
|
templateOptions?: {
|
|
1829
1881
|
[x: string]: string;
|
|
1830
1882
|
};
|
|
1883
|
+
templateId?: string;
|
|
1884
|
+
providerId?: string;
|
|
1831
1885
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
1832
1886
|
};
|
|
1833
1887
|
};
|
|
@@ -2263,6 +2317,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2263
2317
|
templateOptions?: {
|
|
2264
2318
|
[x: string]: string;
|
|
2265
2319
|
};
|
|
2320
|
+
templateId?: string;
|
|
2321
|
+
providerId?: string;
|
|
2266
2322
|
}) => Promise<_1.SdkResponse<{
|
|
2267
2323
|
maskedEmail: string;
|
|
2268
2324
|
}>>;
|
|
@@ -2273,6 +2329,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2273
2329
|
templateOptions?: {
|
|
2274
2330
|
[x: string]: string;
|
|
2275
2331
|
};
|
|
2332
|
+
templateId?: string;
|
|
2333
|
+
providerId?: string;
|
|
2276
2334
|
}) => Promise<_1.SdkResponse<{
|
|
2277
2335
|
maskedPhone: string;
|
|
2278
2336
|
}>>;
|
|
@@ -2282,6 +2340,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2282
2340
|
templateOptions?: {
|
|
2283
2341
|
[x: string]: string;
|
|
2284
2342
|
};
|
|
2343
|
+
templateId?: string;
|
|
2344
|
+
providerId?: string;
|
|
2285
2345
|
}) => Promise<_1.SdkResponse<{
|
|
2286
2346
|
maskedPhone: string;
|
|
2287
2347
|
}>>;
|
|
@@ -2291,6 +2351,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2291
2351
|
templateOptions?: {
|
|
2292
2352
|
[x: string]: string;
|
|
2293
2353
|
};
|
|
2354
|
+
templateId?: string;
|
|
2355
|
+
providerId?: string;
|
|
2294
2356
|
}) => Promise<_1.SdkResponse<{
|
|
2295
2357
|
maskedPhone: string;
|
|
2296
2358
|
}>>;
|
|
@@ -2424,6 +2486,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2424
2486
|
templateOptions?: {
|
|
2425
2487
|
[x: string]: string;
|
|
2426
2488
|
};
|
|
2489
|
+
templateId?: string;
|
|
2490
|
+
providerId?: string;
|
|
2427
2491
|
}) => Promise<_1.SdkResponse<{
|
|
2428
2492
|
maskedEmail: string;
|
|
2429
2493
|
}>>;
|
|
@@ -2434,6 +2498,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2434
2498
|
templateOptions?: {
|
|
2435
2499
|
[x: string]: string;
|
|
2436
2500
|
};
|
|
2501
|
+
templateId?: string;
|
|
2502
|
+
providerId?: string;
|
|
2437
2503
|
}) => Promise<_1.SdkResponse<{
|
|
2438
2504
|
maskedPhone: string;
|
|
2439
2505
|
}>>;
|
|
@@ -2443,6 +2509,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2443
2509
|
templateOptions?: {
|
|
2444
2510
|
[x: string]: string;
|
|
2445
2511
|
};
|
|
2512
|
+
templateId?: string;
|
|
2513
|
+
providerId?: string;
|
|
2446
2514
|
}) => Promise<_1.SdkResponse<{
|
|
2447
2515
|
maskedPhone: string;
|
|
2448
2516
|
}>>;
|
|
@@ -2452,6 +2520,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2452
2520
|
templateOptions?: {
|
|
2453
2521
|
[x: string]: string;
|
|
2454
2522
|
};
|
|
2523
|
+
templateId?: string;
|
|
2524
|
+
providerId?: string;
|
|
2455
2525
|
}) => Promise<_1.SdkResponse<{
|
|
2456
2526
|
maskedPhone: string;
|
|
2457
2527
|
}>>;
|
|
@@ -2493,6 +2563,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2493
2563
|
templateOptions?: {
|
|
2494
2564
|
[x: string]: string;
|
|
2495
2565
|
};
|
|
2566
|
+
templateId?: string;
|
|
2567
|
+
providerId?: string;
|
|
2496
2568
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
2497
2569
|
};
|
|
2498
2570
|
};
|
|
@@ -2916,6 +2988,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2916
2988
|
templateOptions?: {
|
|
2917
2989
|
[x: string]: string;
|
|
2918
2990
|
};
|
|
2991
|
+
templateId?: string;
|
|
2992
|
+
providerId?: string;
|
|
2919
2993
|
}) => Promise<_1.SdkResponse<{
|
|
2920
2994
|
maskedEmail: string;
|
|
2921
2995
|
}>>;
|
|
@@ -2926,6 +3000,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2926
3000
|
templateOptions?: {
|
|
2927
3001
|
[x: string]: string;
|
|
2928
3002
|
};
|
|
3003
|
+
templateId?: string;
|
|
3004
|
+
providerId?: string;
|
|
2929
3005
|
}) => Promise<_1.SdkResponse<{
|
|
2930
3006
|
maskedPhone: string;
|
|
2931
3007
|
}>>;
|
|
@@ -2935,6 +3011,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2935
3011
|
templateOptions?: {
|
|
2936
3012
|
[x: string]: string;
|
|
2937
3013
|
};
|
|
3014
|
+
templateId?: string;
|
|
3015
|
+
providerId?: string;
|
|
2938
3016
|
}) => Promise<_1.SdkResponse<{
|
|
2939
3017
|
maskedPhone: string;
|
|
2940
3018
|
}>>;
|
|
@@ -2944,6 +3022,8 @@ export declare const createTempSdk: () => ((({
|
|
|
2944
3022
|
templateOptions?: {
|
|
2945
3023
|
[x: string]: string;
|
|
2946
3024
|
};
|
|
3025
|
+
templateId?: string;
|
|
3026
|
+
providerId?: string;
|
|
2947
3027
|
}) => Promise<_1.SdkResponse<{
|
|
2948
3028
|
maskedPhone: string;
|
|
2949
3029
|
}>>;
|
|
@@ -3077,6 +3157,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3077
3157
|
templateOptions?: {
|
|
3078
3158
|
[x: string]: string;
|
|
3079
3159
|
};
|
|
3160
|
+
templateId?: string;
|
|
3161
|
+
providerId?: string;
|
|
3080
3162
|
}) => Promise<_1.SdkResponse<{
|
|
3081
3163
|
maskedEmail: string;
|
|
3082
3164
|
}>>;
|
|
@@ -3087,6 +3169,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3087
3169
|
templateOptions?: {
|
|
3088
3170
|
[x: string]: string;
|
|
3089
3171
|
};
|
|
3172
|
+
templateId?: string;
|
|
3173
|
+
providerId?: string;
|
|
3090
3174
|
}) => Promise<_1.SdkResponse<{
|
|
3091
3175
|
maskedPhone: string;
|
|
3092
3176
|
}>>;
|
|
@@ -3096,6 +3180,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3096
3180
|
templateOptions?: {
|
|
3097
3181
|
[x: string]: string;
|
|
3098
3182
|
};
|
|
3183
|
+
templateId?: string;
|
|
3184
|
+
providerId?: string;
|
|
3099
3185
|
}) => Promise<_1.SdkResponse<{
|
|
3100
3186
|
maskedPhone: string;
|
|
3101
3187
|
}>>;
|
|
@@ -3105,6 +3191,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3105
3191
|
templateOptions?: {
|
|
3106
3192
|
[x: string]: string;
|
|
3107
3193
|
};
|
|
3194
|
+
templateId?: string;
|
|
3195
|
+
providerId?: string;
|
|
3108
3196
|
}) => Promise<_1.SdkResponse<{
|
|
3109
3197
|
maskedPhone: string;
|
|
3110
3198
|
}>>;
|
|
@@ -3146,6 +3234,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3146
3234
|
templateOptions?: {
|
|
3147
3235
|
[x: string]: string;
|
|
3148
3236
|
};
|
|
3237
|
+
templateId?: string;
|
|
3238
|
+
providerId?: string;
|
|
3149
3239
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
3150
3240
|
};
|
|
3151
3241
|
};
|
|
@@ -3569,6 +3659,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3569
3659
|
templateOptions?: {
|
|
3570
3660
|
[x: string]: string;
|
|
3571
3661
|
};
|
|
3662
|
+
templateId?: string;
|
|
3663
|
+
providerId?: string;
|
|
3572
3664
|
}) => Promise<_1.SdkResponse<{
|
|
3573
3665
|
maskedEmail: string;
|
|
3574
3666
|
}>>;
|
|
@@ -3579,6 +3671,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3579
3671
|
templateOptions?: {
|
|
3580
3672
|
[x: string]: string;
|
|
3581
3673
|
};
|
|
3674
|
+
templateId?: string;
|
|
3675
|
+
providerId?: string;
|
|
3582
3676
|
}) => Promise<_1.SdkResponse<{
|
|
3583
3677
|
maskedPhone: string;
|
|
3584
3678
|
}>>;
|
|
@@ -3588,6 +3682,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3588
3682
|
templateOptions?: {
|
|
3589
3683
|
[x: string]: string;
|
|
3590
3684
|
};
|
|
3685
|
+
templateId?: string;
|
|
3686
|
+
providerId?: string;
|
|
3591
3687
|
}) => Promise<_1.SdkResponse<{
|
|
3592
3688
|
maskedPhone: string;
|
|
3593
3689
|
}>>;
|
|
@@ -3597,6 +3693,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3597
3693
|
templateOptions?: {
|
|
3598
3694
|
[x: string]: string;
|
|
3599
3695
|
};
|
|
3696
|
+
templateId?: string;
|
|
3697
|
+
providerId?: string;
|
|
3600
3698
|
}) => Promise<_1.SdkResponse<{
|
|
3601
3699
|
maskedPhone: string;
|
|
3602
3700
|
}>>;
|
|
@@ -3730,6 +3828,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3730
3828
|
templateOptions?: {
|
|
3731
3829
|
[x: string]: string;
|
|
3732
3830
|
};
|
|
3831
|
+
templateId?: string;
|
|
3832
|
+
providerId?: string;
|
|
3733
3833
|
}) => Promise<_1.SdkResponse<{
|
|
3734
3834
|
maskedEmail: string;
|
|
3735
3835
|
}>>;
|
|
@@ -3740,6 +3840,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3740
3840
|
templateOptions?: {
|
|
3741
3841
|
[x: string]: string;
|
|
3742
3842
|
};
|
|
3843
|
+
templateId?: string;
|
|
3844
|
+
providerId?: string;
|
|
3743
3845
|
}) => Promise<_1.SdkResponse<{
|
|
3744
3846
|
maskedPhone: string;
|
|
3745
3847
|
}>>;
|
|
@@ -3749,6 +3851,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3749
3851
|
templateOptions?: {
|
|
3750
3852
|
[x: string]: string;
|
|
3751
3853
|
};
|
|
3854
|
+
templateId?: string;
|
|
3855
|
+
providerId?: string;
|
|
3752
3856
|
}) => Promise<_1.SdkResponse<{
|
|
3753
3857
|
maskedPhone: string;
|
|
3754
3858
|
}>>;
|
|
@@ -3758,6 +3862,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3758
3862
|
templateOptions?: {
|
|
3759
3863
|
[x: string]: string;
|
|
3760
3864
|
};
|
|
3865
|
+
templateId?: string;
|
|
3866
|
+
providerId?: string;
|
|
3761
3867
|
}) => Promise<_1.SdkResponse<{
|
|
3762
3868
|
maskedPhone: string;
|
|
3763
3869
|
}>>;
|
|
@@ -3799,6 +3905,8 @@ export declare const createTempSdk: () => ((({
|
|
|
3799
3905
|
templateOptions?: {
|
|
3800
3906
|
[x: string]: string;
|
|
3801
3907
|
};
|
|
3908
|
+
templateId?: string;
|
|
3909
|
+
providerId?: string;
|
|
3802
3910
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
3803
3911
|
};
|
|
3804
3912
|
};
|
|
@@ -4242,6 +4350,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4242
4350
|
templateOptions?: {
|
|
4243
4351
|
[x: string]: string;
|
|
4244
4352
|
};
|
|
4353
|
+
templateId?: string;
|
|
4354
|
+
providerId?: string;
|
|
4245
4355
|
}) => Promise<_1.SdkResponse<{
|
|
4246
4356
|
maskedEmail: string;
|
|
4247
4357
|
}>>;
|
|
@@ -4252,6 +4362,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4252
4362
|
templateOptions?: {
|
|
4253
4363
|
[x: string]: string;
|
|
4254
4364
|
};
|
|
4365
|
+
templateId?: string;
|
|
4366
|
+
providerId?: string;
|
|
4255
4367
|
}) => Promise<_1.SdkResponse<{
|
|
4256
4368
|
maskedPhone: string;
|
|
4257
4369
|
}>>;
|
|
@@ -4261,6 +4373,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4261
4373
|
templateOptions?: {
|
|
4262
4374
|
[x: string]: string;
|
|
4263
4375
|
};
|
|
4376
|
+
templateId?: string;
|
|
4377
|
+
providerId?: string;
|
|
4264
4378
|
}) => Promise<_1.SdkResponse<{
|
|
4265
4379
|
maskedPhone: string;
|
|
4266
4380
|
}>>;
|
|
@@ -4270,6 +4384,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4270
4384
|
templateOptions?: {
|
|
4271
4385
|
[x: string]: string;
|
|
4272
4386
|
};
|
|
4387
|
+
templateId?: string;
|
|
4388
|
+
providerId?: string;
|
|
4273
4389
|
}) => Promise<_1.SdkResponse<{
|
|
4274
4390
|
maskedPhone: string;
|
|
4275
4391
|
}>>;
|
|
@@ -4403,6 +4519,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4403
4519
|
templateOptions?: {
|
|
4404
4520
|
[x: string]: string;
|
|
4405
4521
|
};
|
|
4522
|
+
templateId?: string;
|
|
4523
|
+
providerId?: string;
|
|
4406
4524
|
}) => Promise<_1.SdkResponse<{
|
|
4407
4525
|
maskedEmail: string;
|
|
4408
4526
|
}>>;
|
|
@@ -4413,6 +4531,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4413
4531
|
templateOptions?: {
|
|
4414
4532
|
[x: string]: string;
|
|
4415
4533
|
};
|
|
4534
|
+
templateId?: string;
|
|
4535
|
+
providerId?: string;
|
|
4416
4536
|
}) => Promise<_1.SdkResponse<{
|
|
4417
4537
|
maskedPhone: string;
|
|
4418
4538
|
}>>;
|
|
@@ -4422,6 +4542,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4422
4542
|
templateOptions?: {
|
|
4423
4543
|
[x: string]: string;
|
|
4424
4544
|
};
|
|
4545
|
+
templateId?: string;
|
|
4546
|
+
providerId?: string;
|
|
4425
4547
|
}) => Promise<_1.SdkResponse<{
|
|
4426
4548
|
maskedPhone: string;
|
|
4427
4549
|
}>>;
|
|
@@ -4431,6 +4553,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4431
4553
|
templateOptions?: {
|
|
4432
4554
|
[x: string]: string;
|
|
4433
4555
|
};
|
|
4556
|
+
templateId?: string;
|
|
4557
|
+
providerId?: string;
|
|
4434
4558
|
}) => Promise<_1.SdkResponse<{
|
|
4435
4559
|
maskedPhone: string;
|
|
4436
4560
|
}>>;
|
|
@@ -4472,6 +4596,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4472
4596
|
templateOptions?: {
|
|
4473
4597
|
[x: string]: string;
|
|
4474
4598
|
};
|
|
4599
|
+
templateId?: string;
|
|
4600
|
+
providerId?: string;
|
|
4475
4601
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
4476
4602
|
};
|
|
4477
4603
|
};
|
|
@@ -4895,6 +5021,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4895
5021
|
templateOptions?: {
|
|
4896
5022
|
[x: string]: string;
|
|
4897
5023
|
};
|
|
5024
|
+
templateId?: string;
|
|
5025
|
+
providerId?: string;
|
|
4898
5026
|
}) => Promise<_1.SdkResponse<{
|
|
4899
5027
|
maskedEmail: string;
|
|
4900
5028
|
}>>;
|
|
@@ -4905,6 +5033,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4905
5033
|
templateOptions?: {
|
|
4906
5034
|
[x: string]: string;
|
|
4907
5035
|
};
|
|
5036
|
+
templateId?: string;
|
|
5037
|
+
providerId?: string;
|
|
4908
5038
|
}) => Promise<_1.SdkResponse<{
|
|
4909
5039
|
maskedPhone: string;
|
|
4910
5040
|
}>>;
|
|
@@ -4914,6 +5044,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4914
5044
|
templateOptions?: {
|
|
4915
5045
|
[x: string]: string;
|
|
4916
5046
|
};
|
|
5047
|
+
templateId?: string;
|
|
5048
|
+
providerId?: string;
|
|
4917
5049
|
}) => Promise<_1.SdkResponse<{
|
|
4918
5050
|
maskedPhone: string;
|
|
4919
5051
|
}>>;
|
|
@@ -4923,6 +5055,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
4923
5055
|
templateOptions?: {
|
|
4924
5056
|
[x: string]: string;
|
|
4925
5057
|
};
|
|
5058
|
+
templateId?: string;
|
|
5059
|
+
providerId?: string;
|
|
4926
5060
|
}) => Promise<_1.SdkResponse<{
|
|
4927
5061
|
maskedPhone: string;
|
|
4928
5062
|
}>>;
|
|
@@ -5056,6 +5190,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5056
5190
|
templateOptions?: {
|
|
5057
5191
|
[x: string]: string;
|
|
5058
5192
|
};
|
|
5193
|
+
templateId?: string;
|
|
5194
|
+
providerId?: string;
|
|
5059
5195
|
}) => Promise<_1.SdkResponse<{
|
|
5060
5196
|
maskedEmail: string;
|
|
5061
5197
|
}>>;
|
|
@@ -5066,6 +5202,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5066
5202
|
templateOptions?: {
|
|
5067
5203
|
[x: string]: string;
|
|
5068
5204
|
};
|
|
5205
|
+
templateId?: string;
|
|
5206
|
+
providerId?: string;
|
|
5069
5207
|
}) => Promise<_1.SdkResponse<{
|
|
5070
5208
|
maskedPhone: string;
|
|
5071
5209
|
}>>;
|
|
@@ -5075,6 +5213,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5075
5213
|
templateOptions?: {
|
|
5076
5214
|
[x: string]: string;
|
|
5077
5215
|
};
|
|
5216
|
+
templateId?: string;
|
|
5217
|
+
providerId?: string;
|
|
5078
5218
|
}) => Promise<_1.SdkResponse<{
|
|
5079
5219
|
maskedPhone: string;
|
|
5080
5220
|
}>>;
|
|
@@ -5084,6 +5224,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5084
5224
|
templateOptions?: {
|
|
5085
5225
|
[x: string]: string;
|
|
5086
5226
|
};
|
|
5227
|
+
templateId?: string;
|
|
5228
|
+
providerId?: string;
|
|
5087
5229
|
}) => Promise<_1.SdkResponse<{
|
|
5088
5230
|
maskedPhone: string;
|
|
5089
5231
|
}>>;
|
|
@@ -5125,6 +5267,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5125
5267
|
templateOptions?: {
|
|
5126
5268
|
[x: string]: string;
|
|
5127
5269
|
};
|
|
5270
|
+
templateId?: string;
|
|
5271
|
+
providerId?: string;
|
|
5128
5272
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
5129
5273
|
};
|
|
5130
5274
|
};
|
|
@@ -5548,6 +5692,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5548
5692
|
templateOptions?: {
|
|
5549
5693
|
[x: string]: string;
|
|
5550
5694
|
};
|
|
5695
|
+
templateId?: string;
|
|
5696
|
+
providerId?: string;
|
|
5551
5697
|
}) => Promise<_1.SdkResponse<{
|
|
5552
5698
|
maskedEmail: string;
|
|
5553
5699
|
}>>;
|
|
@@ -5558,6 +5704,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5558
5704
|
templateOptions?: {
|
|
5559
5705
|
[x: string]: string;
|
|
5560
5706
|
};
|
|
5707
|
+
templateId?: string;
|
|
5708
|
+
providerId?: string;
|
|
5561
5709
|
}) => Promise<_1.SdkResponse<{
|
|
5562
5710
|
maskedPhone: string;
|
|
5563
5711
|
}>>;
|
|
@@ -5567,6 +5715,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5567
5715
|
templateOptions?: {
|
|
5568
5716
|
[x: string]: string;
|
|
5569
5717
|
};
|
|
5718
|
+
templateId?: string;
|
|
5719
|
+
providerId?: string;
|
|
5570
5720
|
}) => Promise<_1.SdkResponse<{
|
|
5571
5721
|
maskedPhone: string;
|
|
5572
5722
|
}>>;
|
|
@@ -5576,6 +5726,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5576
5726
|
templateOptions?: {
|
|
5577
5727
|
[x: string]: string;
|
|
5578
5728
|
};
|
|
5729
|
+
templateId?: string;
|
|
5730
|
+
providerId?: string;
|
|
5579
5731
|
}) => Promise<_1.SdkResponse<{
|
|
5580
5732
|
maskedPhone: string;
|
|
5581
5733
|
}>>;
|
|
@@ -5709,6 +5861,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5709
5861
|
templateOptions?: {
|
|
5710
5862
|
[x: string]: string;
|
|
5711
5863
|
};
|
|
5864
|
+
templateId?: string;
|
|
5865
|
+
providerId?: string;
|
|
5712
5866
|
}) => Promise<_1.SdkResponse<{
|
|
5713
5867
|
maskedEmail: string;
|
|
5714
5868
|
}>>;
|
|
@@ -5719,6 +5873,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5719
5873
|
templateOptions?: {
|
|
5720
5874
|
[x: string]: string;
|
|
5721
5875
|
};
|
|
5876
|
+
templateId?: string;
|
|
5877
|
+
providerId?: string;
|
|
5722
5878
|
}) => Promise<_1.SdkResponse<{
|
|
5723
5879
|
maskedPhone: string;
|
|
5724
5880
|
}>>;
|
|
@@ -5728,6 +5884,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5728
5884
|
templateOptions?: {
|
|
5729
5885
|
[x: string]: string;
|
|
5730
5886
|
};
|
|
5887
|
+
templateId?: string;
|
|
5888
|
+
providerId?: string;
|
|
5731
5889
|
}) => Promise<_1.SdkResponse<{
|
|
5732
5890
|
maskedPhone: string;
|
|
5733
5891
|
}>>;
|
|
@@ -5737,6 +5895,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5737
5895
|
templateOptions?: {
|
|
5738
5896
|
[x: string]: string;
|
|
5739
5897
|
};
|
|
5898
|
+
templateId?: string;
|
|
5899
|
+
providerId?: string;
|
|
5740
5900
|
}) => Promise<_1.SdkResponse<{
|
|
5741
5901
|
maskedPhone: string;
|
|
5742
5902
|
}>>;
|
|
@@ -5778,6 +5938,8 @@ export declare const getGlobalSdk: () => ((({
|
|
|
5778
5938
|
templateOptions?: {
|
|
5779
5939
|
[x: string]: string;
|
|
5780
5940
|
};
|
|
5941
|
+
templateId?: string;
|
|
5942
|
+
providerId?: string;
|
|
5781
5943
|
}) => Promise<_1.SdkResponse<_1.EnchantedLinkResponse>>;
|
|
5782
5944
|
};
|
|
5783
5945
|
};
|