@36node/auth-sdk 1.1.1-pr-7-281e214970 → 1.1.1-pr-9-615de97e1e
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/main.js +14 -262
- package/dist/main.js.map +1 -1
- package/dist/module.js +15 -263
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +22 -365
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -38,9 +38,6 @@ $parcel$export($dad94870630697a9$exports, "$CreateEmailRecordDto", () => $dad948
|
|
|
38
38
|
$parcel$export($dad94870630697a9$exports, "$EmailRecord", () => $dad94870630697a9$export$96180cdcc4bc745c);
|
|
39
39
|
$parcel$export($dad94870630697a9$exports, "$UpdateEmailRecordDto", () => $dad94870630697a9$export$f581847698cf72b6);
|
|
40
40
|
$parcel$export($dad94870630697a9$exports, "$Industry", () => $dad94870630697a9$export$86e7567d0e80a3fd);
|
|
41
|
-
$parcel$export($dad94870630697a9$exports, "$CreateGroupDto", () => $dad94870630697a9$export$f82ca5b68f88f064);
|
|
42
|
-
$parcel$export($dad94870630697a9$exports, "$Group", () => $dad94870630697a9$export$c90c1d4bd95ad384);
|
|
43
|
-
$parcel$export($dad94870630697a9$exports, "$UpdateGroupDto", () => $dad94870630697a9$export$1003ec321a8b124);
|
|
44
41
|
$parcel$export($dad94870630697a9$exports, "$Region", () => $dad94870630697a9$export$fd4976cd1b633c9);
|
|
45
42
|
$parcel$export($dad94870630697a9$exports, "$SendSmsDto", () => $dad94870630697a9$export$9af4a86888b337b1);
|
|
46
43
|
$parcel$export($dad94870630697a9$exports, "$SmsStatus", () => $dad94870630697a9$export$d1050030e8300ed6);
|
|
@@ -169,32 +166,14 @@ const $dad94870630697a9$export$424b0b82fa10bdfa = {
|
|
|
169
166
|
type: "string",
|
|
170
167
|
description: "\u7528\u6237\u540D"
|
|
171
168
|
},
|
|
172
|
-
|
|
169
|
+
status: {
|
|
173
170
|
type: "string",
|
|
174
|
-
description: "\
|
|
175
|
-
},
|
|
176
|
-
permissions: {
|
|
177
|
-
description: "\u6743\u9650",
|
|
178
|
-
type: "array",
|
|
179
|
-
items: {
|
|
180
|
-
type: "string"
|
|
181
|
-
}
|
|
171
|
+
description: "\u72B6\u6001"
|
|
182
172
|
},
|
|
183
|
-
|
|
184
|
-
description: "\u56E2\u961F",
|
|
185
|
-
type: "array",
|
|
186
|
-
items: {
|
|
187
|
-
type: "string"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
lastLoginAt: {
|
|
173
|
+
expireAt: {
|
|
191
174
|
format: "date-time",
|
|
192
175
|
type: "string",
|
|
193
|
-
description: "\
|
|
194
|
-
},
|
|
195
|
-
active: {
|
|
196
|
-
type: "boolean",
|
|
197
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
176
|
+
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
198
177
|
},
|
|
199
178
|
id: {
|
|
200
179
|
type: "string",
|
|
@@ -554,27 +533,14 @@ const $dad94870630697a9$export$42fb86b793a2c536 = {
|
|
|
554
533
|
type: "string",
|
|
555
534
|
description: "\u7528\u6237\u540D"
|
|
556
535
|
},
|
|
557
|
-
|
|
536
|
+
status: {
|
|
558
537
|
type: "string",
|
|
559
|
-
description: "\
|
|
560
|
-
},
|
|
561
|
-
permissions: {
|
|
562
|
-
description: "\u6743\u9650",
|
|
563
|
-
type: "array",
|
|
564
|
-
items: {
|
|
565
|
-
type: "string"
|
|
566
|
-
}
|
|
538
|
+
description: "\u72B6\u6001"
|
|
567
539
|
},
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
type: "
|
|
571
|
-
|
|
572
|
-
type: "string"
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
active: {
|
|
576
|
-
type: "boolean",
|
|
577
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
540
|
+
expireAt: {
|
|
541
|
+
format: "date-time",
|
|
542
|
+
type: "string",
|
|
543
|
+
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
578
544
|
}
|
|
579
545
|
}
|
|
580
546
|
};
|
|
@@ -666,32 +632,14 @@ const $dad94870630697a9$export$1b308892cefd8e3e = {
|
|
|
666
632
|
type: "string",
|
|
667
633
|
description: "\u7528\u6237\u540D"
|
|
668
634
|
},
|
|
669
|
-
|
|
635
|
+
status: {
|
|
670
636
|
type: "string",
|
|
671
|
-
description: "\
|
|
637
|
+
description: "\u72B6\u6001"
|
|
672
638
|
},
|
|
673
|
-
|
|
674
|
-
description: "\u6743\u9650",
|
|
675
|
-
type: "array",
|
|
676
|
-
items: {
|
|
677
|
-
type: "string"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
groups: {
|
|
681
|
-
description: "\u56E2\u961F",
|
|
682
|
-
type: "array",
|
|
683
|
-
items: {
|
|
684
|
-
type: "string"
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
lastLoginAt: {
|
|
639
|
+
expireAt: {
|
|
688
640
|
format: "date-time",
|
|
689
641
|
type: "string",
|
|
690
|
-
description: "\
|
|
691
|
-
},
|
|
692
|
-
active: {
|
|
693
|
-
type: "boolean",
|
|
694
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
642
|
+
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
695
643
|
}
|
|
696
644
|
}
|
|
697
645
|
};
|
|
@@ -751,25 +699,6 @@ const $dad94870630697a9$export$3a0f0f379fb2f43f = {
|
|
|
751
699
|
ns: {
|
|
752
700
|
type: "string",
|
|
753
701
|
description: "\u6240\u5C5E\u7684 namespace"
|
|
754
|
-
},
|
|
755
|
-
permissions: {
|
|
756
|
-
description: "\u6743\u9650",
|
|
757
|
-
type: "array",
|
|
758
|
-
items: {
|
|
759
|
-
type: "string"
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
active: {
|
|
763
|
-
type: "boolean",
|
|
764
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
765
|
-
},
|
|
766
|
-
company: {
|
|
767
|
-
type: "string",
|
|
768
|
-
description: "\u516C\u53F8"
|
|
769
|
-
},
|
|
770
|
-
defaultPassword: {
|
|
771
|
-
type: "string",
|
|
772
|
-
description: "\u9ED8\u8BA4\u5BC6\u7801"
|
|
773
702
|
}
|
|
774
703
|
},
|
|
775
704
|
required: [
|
|
@@ -809,25 +738,6 @@ const $dad94870630697a9$export$fef09edac2f41dd6 = {
|
|
|
809
738
|
type: "string",
|
|
810
739
|
description: "\u6240\u5C5E\u7684 namespace"
|
|
811
740
|
},
|
|
812
|
-
permissions: {
|
|
813
|
-
description: "\u6743\u9650",
|
|
814
|
-
type: "array",
|
|
815
|
-
items: {
|
|
816
|
-
type: "string"
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
active: {
|
|
820
|
-
type: "boolean",
|
|
821
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
822
|
-
},
|
|
823
|
-
company: {
|
|
824
|
-
type: "string",
|
|
825
|
-
description: "\u516C\u53F8"
|
|
826
|
-
},
|
|
827
|
-
defaultPassword: {
|
|
828
|
-
type: "string",
|
|
829
|
-
description: "\u9ED8\u8BA4\u5BC6\u7801"
|
|
830
|
-
},
|
|
831
741
|
id: {
|
|
832
742
|
type: "string",
|
|
833
743
|
description: "Entity id"
|
|
@@ -878,25 +788,6 @@ const $dad94870630697a9$export$532a2356385b479a = {
|
|
|
878
788
|
name: {
|
|
879
789
|
type: "string",
|
|
880
790
|
description: "\u540D\u79F0"
|
|
881
|
-
},
|
|
882
|
-
permissions: {
|
|
883
|
-
description: "\u6743\u9650",
|
|
884
|
-
type: "array",
|
|
885
|
-
items: {
|
|
886
|
-
type: "string"
|
|
887
|
-
}
|
|
888
|
-
},
|
|
889
|
-
active: {
|
|
890
|
-
type: "boolean",
|
|
891
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
892
|
-
},
|
|
893
|
-
company: {
|
|
894
|
-
type: "string",
|
|
895
|
-
description: "\u516C\u53F8"
|
|
896
|
-
},
|
|
897
|
-
defaultPassword: {
|
|
898
|
-
type: "string",
|
|
899
|
-
description: "\u9ED8\u8BA4\u5BC6\u7801"
|
|
900
791
|
}
|
|
901
792
|
}
|
|
902
793
|
};
|
|
@@ -1271,110 +1162,6 @@ const $dad94870630697a9$export$86e7567d0e80a3fd = {
|
|
|
1271
1162
|
"children"
|
|
1272
1163
|
]
|
|
1273
1164
|
};
|
|
1274
|
-
const $dad94870630697a9$export$f82ca5b68f88f064 = {
|
|
1275
|
-
type: "object",
|
|
1276
|
-
properties: {
|
|
1277
|
-
name: {
|
|
1278
|
-
type: "string",
|
|
1279
|
-
description: "\u540D\u79F0"
|
|
1280
|
-
},
|
|
1281
|
-
ns: {
|
|
1282
|
-
type: "string",
|
|
1283
|
-
description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
|
|
1284
|
-
},
|
|
1285
|
-
permissions: {
|
|
1286
|
-
description: "\u6743\u9650",
|
|
1287
|
-
type: "array",
|
|
1288
|
-
items: {
|
|
1289
|
-
type: "string"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
active: {
|
|
1293
|
-
type: "boolean",
|
|
1294
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
1295
|
-
}
|
|
1296
|
-
},
|
|
1297
|
-
required: [
|
|
1298
|
-
"name"
|
|
1299
|
-
]
|
|
1300
|
-
};
|
|
1301
|
-
const $dad94870630697a9$export$c90c1d4bd95ad384 = {
|
|
1302
|
-
type: "object",
|
|
1303
|
-
properties: {
|
|
1304
|
-
name: {
|
|
1305
|
-
type: "string",
|
|
1306
|
-
description: "\u540D\u79F0"
|
|
1307
|
-
},
|
|
1308
|
-
ns: {
|
|
1309
|
-
type: "string",
|
|
1310
|
-
description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
|
|
1311
|
-
},
|
|
1312
|
-
permissions: {
|
|
1313
|
-
description: "\u6743\u9650",
|
|
1314
|
-
type: "array",
|
|
1315
|
-
items: {
|
|
1316
|
-
type: "string"
|
|
1317
|
-
}
|
|
1318
|
-
},
|
|
1319
|
-
active: {
|
|
1320
|
-
type: "boolean",
|
|
1321
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
1322
|
-
},
|
|
1323
|
-
id: {
|
|
1324
|
-
type: "string",
|
|
1325
|
-
description: "Entity id"
|
|
1326
|
-
},
|
|
1327
|
-
createdAt: {
|
|
1328
|
-
format: "date-time",
|
|
1329
|
-
type: "string",
|
|
1330
|
-
description: "Entity created at when"
|
|
1331
|
-
},
|
|
1332
|
-
updatedAt: {
|
|
1333
|
-
format: "date-time",
|
|
1334
|
-
type: "string",
|
|
1335
|
-
description: "Entity updated at when"
|
|
1336
|
-
},
|
|
1337
|
-
createdBy: {
|
|
1338
|
-
type: "string",
|
|
1339
|
-
description: "Entity created by who"
|
|
1340
|
-
},
|
|
1341
|
-
updatedBy: {
|
|
1342
|
-
type: "string",
|
|
1343
|
-
description: "Entity updated by who"
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
required: [
|
|
1347
|
-
"name",
|
|
1348
|
-
"id"
|
|
1349
|
-
]
|
|
1350
|
-
};
|
|
1351
|
-
const $dad94870630697a9$export$1003ec321a8b124 = {
|
|
1352
|
-
type: "object",
|
|
1353
|
-
properties: {
|
|
1354
|
-
name: {
|
|
1355
|
-
type: "string",
|
|
1356
|
-
description: "\u540D\u79F0"
|
|
1357
|
-
},
|
|
1358
|
-
ns: {
|
|
1359
|
-
type: "string",
|
|
1360
|
-
description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
|
|
1361
|
-
},
|
|
1362
|
-
permissions: {
|
|
1363
|
-
description: "\u6743\u9650",
|
|
1364
|
-
type: "array",
|
|
1365
|
-
items: {
|
|
1366
|
-
type: "string"
|
|
1367
|
-
}
|
|
1368
|
-
},
|
|
1369
|
-
active: {
|
|
1370
|
-
type: "boolean",
|
|
1371
|
-
description: "\u662F\u5426\u542F\u7528"
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
|
-
required: [
|
|
1375
|
-
"name"
|
|
1376
|
-
]
|
|
1377
|
-
};
|
|
1378
1165
|
const $dad94870630697a9$export$fd4976cd1b633c9 = {
|
|
1379
1166
|
type: "object",
|
|
1380
1167
|
properties: {
|
|
@@ -1603,11 +1390,6 @@ $parcel$export($d05a635c6a58c99f$exports, "getEmailRecord", () => $d05a635c6a58c
|
|
|
1603
1390
|
$parcel$export($d05a635c6a58c99f$exports, "updateEmailRecord", () => $d05a635c6a58c99f$export$340a3b15edf5320b);
|
|
1604
1391
|
$parcel$export($d05a635c6a58c99f$exports, "deleteEmailRecord", () => $d05a635c6a58c99f$export$47732292698093e5);
|
|
1605
1392
|
$parcel$export($d05a635c6a58c99f$exports, "listIndustries", () => $d05a635c6a58c99f$export$6a657f882af8e729);
|
|
1606
|
-
$parcel$export($d05a635c6a58c99f$exports, "createGroup", () => $d05a635c6a58c99f$export$856f728536d122cb);
|
|
1607
|
-
$parcel$export($d05a635c6a58c99f$exports, "listGroups", () => $d05a635c6a58c99f$export$6e0114716bd43025);
|
|
1608
|
-
$parcel$export($d05a635c6a58c99f$exports, "getGroup", () => $d05a635c6a58c99f$export$dd8fe8767b0c9948);
|
|
1609
|
-
$parcel$export($d05a635c6a58c99f$exports, "updateGroup", () => $d05a635c6a58c99f$export$7266cde9e95c4de8);
|
|
1610
|
-
$parcel$export($d05a635c6a58c99f$exports, "deleteGroup", () => $d05a635c6a58c99f$export$ae2679b329fc10b6);
|
|
1611
1393
|
$parcel$export($d05a635c6a58c99f$exports, "listRegions", () => $d05a635c6a58c99f$export$40295cce70884665);
|
|
1612
1394
|
$parcel$export($d05a635c6a58c99f$exports, "sendSms", () => $d05a635c6a58c99f$export$fe12addabe061498);
|
|
1613
1395
|
$parcel$export($d05a635c6a58c99f$exports, "createSmsRecord", () => $d05a635c6a58c99f$export$89ba073eddabee7c);
|
|
@@ -1852,36 +1634,6 @@ const $d05a635c6a58c99f$export$6a657f882af8e729 = (options)=>{
|
|
|
1852
1634
|
url: "/industries"
|
|
1853
1635
|
});
|
|
1854
1636
|
};
|
|
1855
|
-
const $d05a635c6a58c99f$export$856f728536d122cb = (options)=>{
|
|
1856
|
-
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).post({
|
|
1857
|
-
...options,
|
|
1858
|
-
url: "/groups"
|
|
1859
|
-
});
|
|
1860
|
-
};
|
|
1861
|
-
const $d05a635c6a58c99f$export$6e0114716bd43025 = (options)=>{
|
|
1862
|
-
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
|
|
1863
|
-
...options,
|
|
1864
|
-
url: "/groups"
|
|
1865
|
-
});
|
|
1866
|
-
};
|
|
1867
|
-
const $d05a635c6a58c99f$export$dd8fe8767b0c9948 = (options)=>{
|
|
1868
|
-
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
|
|
1869
|
-
...options,
|
|
1870
|
-
url: "/groups/{groupIdOrName}"
|
|
1871
|
-
});
|
|
1872
|
-
};
|
|
1873
|
-
const $d05a635c6a58c99f$export$7266cde9e95c4de8 = (options)=>{
|
|
1874
|
-
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
|
|
1875
|
-
...options,
|
|
1876
|
-
url: "/groups/{groupId}"
|
|
1877
|
-
});
|
|
1878
|
-
};
|
|
1879
|
-
const $d05a635c6a58c99f$export$ae2679b329fc10b6 = (options)=>{
|
|
1880
|
-
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).delete({
|
|
1881
|
-
...options,
|
|
1882
|
-
url: "/groups/{groupId}"
|
|
1883
|
-
});
|
|
1884
|
-
};
|
|
1885
1637
|
const $d05a635c6a58c99f$export$40295cce70884665 = (options)=>{
|
|
1886
1638
|
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
|
|
1887
1639
|
...options,
|
|
@@ -1932,5 +1684,5 @@ var $ffc5a78cf4bf2729$exports = {};
|
|
|
1932
1684
|
|
|
1933
1685
|
|
|
1934
1686
|
|
|
1935
|
-
export {$dad94870630697a9$export$88f4d4b355951aa3 as $HealthCheckResult, $dad94870630697a9$export$f4de602dbafe6fc8 as $LoginDto, $dad94870630697a9$export$424b0b82fa10bdfa as $User, $dad94870630697a9$export$aaf658bacb5186fb as $SessionWithToken, $dad94870630697a9$export$b60f6dff66c5c7ac as $LoginByEmailDto, $dad94870630697a9$export$330f12720b62cc63 as $LoginByPhoneDto, $dad94870630697a9$export$b5be97c39364f433 as $RegisterDto, $dad94870630697a9$export$e47424ab6045dd9e as $RegisterbyPhoneDto, $dad94870630697a9$export$297fa16bfda62978 as $RegisterByEmailDto, $dad94870630697a9$export$9700ad9c19f406f1 as $SignTokenDto, $dad94870630697a9$export$836264d3c2fd35dd as $Token, $dad94870630697a9$export$4f302e855623adeb as $RefreshTokenDto, $dad94870630697a9$export$42fb86b793a2c536 as $CreateUserDto, $dad94870630697a9$export$1b308892cefd8e3e as $UpdateUserDto, $dad94870630697a9$export$ea03f88e5a85dda9 as $ResetPasswordDto, $dad94870630697a9$export$3bacf71d57b21dff as $UpdatePasswordDto, $dad94870630697a9$export$3a0f0f379fb2f43f as $CreateNamespaceDto, $dad94870630697a9$export$fef09edac2f41dd6 as $Namespace, $dad94870630697a9$export$532a2356385b479a as $UpdateNamespaceDto, $dad94870630697a9$export$c383d7f32a575ab as $CreateSessionDto, $dad94870630697a9$export$90376f1cecfdbf1b as $Session, $dad94870630697a9$export$8799e003f5e64a20 as $UpdateSessionDto, $dad94870630697a9$export$7e72ed431ee59116 as $CreateCaptchaDto, $dad94870630697a9$export$1f2dec6968d7e276 as $Captcha, $dad94870630697a9$export$9ccc176b5ae9cc36 as $UpdateCaptchaDto, $dad94870630697a9$export$6f9a342594b281c0 as $SendEmailDto, $dad94870630697a9$export$ca86ed5d3edf6578 as $EmailStatus, $dad94870630697a9$export$2093419254bae162 as $CreateEmailRecordDto, $dad94870630697a9$export$96180cdcc4bc745c as $EmailRecord, $dad94870630697a9$export$f581847698cf72b6 as $UpdateEmailRecordDto, $dad94870630697a9$export$86e7567d0e80a3fd as $Industry, $dad94870630697a9$export$
|
|
1687
|
+
export {$dad94870630697a9$export$88f4d4b355951aa3 as $HealthCheckResult, $dad94870630697a9$export$f4de602dbafe6fc8 as $LoginDto, $dad94870630697a9$export$424b0b82fa10bdfa as $User, $dad94870630697a9$export$aaf658bacb5186fb as $SessionWithToken, $dad94870630697a9$export$b60f6dff66c5c7ac as $LoginByEmailDto, $dad94870630697a9$export$330f12720b62cc63 as $LoginByPhoneDto, $dad94870630697a9$export$b5be97c39364f433 as $RegisterDto, $dad94870630697a9$export$e47424ab6045dd9e as $RegisterbyPhoneDto, $dad94870630697a9$export$297fa16bfda62978 as $RegisterByEmailDto, $dad94870630697a9$export$9700ad9c19f406f1 as $SignTokenDto, $dad94870630697a9$export$836264d3c2fd35dd as $Token, $dad94870630697a9$export$4f302e855623adeb as $RefreshTokenDto, $dad94870630697a9$export$42fb86b793a2c536 as $CreateUserDto, $dad94870630697a9$export$1b308892cefd8e3e as $UpdateUserDto, $dad94870630697a9$export$ea03f88e5a85dda9 as $ResetPasswordDto, $dad94870630697a9$export$3bacf71d57b21dff as $UpdatePasswordDto, $dad94870630697a9$export$3a0f0f379fb2f43f as $CreateNamespaceDto, $dad94870630697a9$export$fef09edac2f41dd6 as $Namespace, $dad94870630697a9$export$532a2356385b479a as $UpdateNamespaceDto, $dad94870630697a9$export$c383d7f32a575ab as $CreateSessionDto, $dad94870630697a9$export$90376f1cecfdbf1b as $Session, $dad94870630697a9$export$8799e003f5e64a20 as $UpdateSessionDto, $dad94870630697a9$export$7e72ed431ee59116 as $CreateCaptchaDto, $dad94870630697a9$export$1f2dec6968d7e276 as $Captcha, $dad94870630697a9$export$9ccc176b5ae9cc36 as $UpdateCaptchaDto, $dad94870630697a9$export$6f9a342594b281c0 as $SendEmailDto, $dad94870630697a9$export$ca86ed5d3edf6578 as $EmailStatus, $dad94870630697a9$export$2093419254bae162 as $CreateEmailRecordDto, $dad94870630697a9$export$96180cdcc4bc745c as $EmailRecord, $dad94870630697a9$export$f581847698cf72b6 as $UpdateEmailRecordDto, $dad94870630697a9$export$86e7567d0e80a3fd as $Industry, $dad94870630697a9$export$fd4976cd1b633c9 as $Region, $dad94870630697a9$export$9af4a86888b337b1 as $SendSmsDto, $dad94870630697a9$export$d1050030e8300ed6 as $SmsStatus, $dad94870630697a9$export$c91a8145d1d88a6b as $CreateSmsRecordDto, $dad94870630697a9$export$62bcd56e06b73f35 as $SmsRecord, $dad94870630697a9$export$b885d88b4209b261 as $UpdateSmsRecordDto, $d05a635c6a58c99f$export$388e0302ca0d9a41 as client, $d05a635c6a58c99f$export$e2e77b41cb4e1f9e as hello, $d05a635c6a58c99f$export$596d806903d1f59e as login, $d05a635c6a58c99f$export$72356d9e5d4287de as loginByEmail, $d05a635c6a58c99f$export$aa06bc33124d2a00 as loginByPhone, $d05a635c6a58c99f$export$6503ec6e8aabbaf as register, $d05a635c6a58c99f$export$acd2ee44d8cc419c as registerByPhone, $d05a635c6a58c99f$export$81b4f1bef0778e97 as registerByEmail, $d05a635c6a58c99f$export$6fa58217127c2be5 as signToken, $d05a635c6a58c99f$export$2d6e9b4c68afb6c8 as refresh, $d05a635c6a58c99f$export$3493b8991d49f558 as createUser, $d05a635c6a58c99f$export$1c4bb93498097c2d as listUsers, $d05a635c6a58c99f$export$7cbf767827cd68ba as getUser, $d05a635c6a58c99f$export$e3ac7a5d19605772 as updateUser, $d05a635c6a58c99f$export$7d0f10f273c0438a as deleteUser, $d05a635c6a58c99f$export$ba1d92ba04505a80 as verifyIdentity, $d05a635c6a58c99f$export$dc726c8e334dd814 as resetPassword, $d05a635c6a58c99f$export$e2853351e15b7895 as updatePassword, $d05a635c6a58c99f$export$9351443236ea3261 as createNamespace, $d05a635c6a58c99f$export$64f28126552508c0 as listNamespaces, $d05a635c6a58c99f$export$becf4f9e48e6290a as getNamespace, $d05a635c6a58c99f$export$9c52b148e3e82e as updateNamespace, $d05a635c6a58c99f$export$4b83ac7774adea2f as deleteNamespace, $d05a635c6a58c99f$export$f7c62c73429afa28 as createSession, $d05a635c6a58c99f$export$e2f57af6ce5ee4d as listSessions, $d05a635c6a58c99f$export$12151e9ef3722552 as getSession, $d05a635c6a58c99f$export$531818e825e774db as updateSession, $d05a635c6a58c99f$export$f3b72123251cadf as deleteSession, $d05a635c6a58c99f$export$a6205785190db785 as createCaptcha, $d05a635c6a58c99f$export$72a6916a1591271b as listCaptchas, $d05a635c6a58c99f$export$3f7c59539a3d9e70 as getCaptcha, $d05a635c6a58c99f$export$a8ca09988a1eeb80 as updateCaptcha, $d05a635c6a58c99f$export$b7ca998081fe193a as deleteCaptcha, $d05a635c6a58c99f$export$1cea2e25b75a88f2 as sendEmail, $d05a635c6a58c99f$export$1f96d950f89862c2 as createEmailRecord, $d05a635c6a58c99f$export$f7461c51f0fbbbec as listEmailRecords, $d05a635c6a58c99f$export$e3abaa1f0f2be390 as getEmailRecord, $d05a635c6a58c99f$export$340a3b15edf5320b as updateEmailRecord, $d05a635c6a58c99f$export$47732292698093e5 as deleteEmailRecord, $d05a635c6a58c99f$export$6a657f882af8e729 as listIndustries, $d05a635c6a58c99f$export$40295cce70884665 as listRegions, $d05a635c6a58c99f$export$fe12addabe061498 as sendSms, $d05a635c6a58c99f$export$89ba073eddabee7c as createSmsRecord, $d05a635c6a58c99f$export$3a0aa6683b18ae05 as listSmsRecords, $d05a635c6a58c99f$export$8a807b18b6923f94 as getSmsRecord, $d05a635c6a58c99f$export$a658b2c8c182930a as updateSmsRecord, $d05a635c6a58c99f$export$2816e50d4ec74f93 as deleteSmsRecord};
|
|
1936
1688
|
//# sourceMappingURL=module.js.map
|