@36node/auth-sdk 1.1.1 → 1.2.0
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 +340 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +341 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +482 -6
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -38,6 +38,9 @@ $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);
|
|
41
44
|
$parcel$export($dad94870630697a9$exports, "$Region", () => $dad94870630697a9$export$fd4976cd1b633c9);
|
|
42
45
|
$parcel$export($dad94870630697a9$exports, "$SendSmsDto", () => $dad94870630697a9$export$9af4a86888b337b1);
|
|
43
46
|
$parcel$export($dad94870630697a9$exports, "$SmsStatus", () => $dad94870630697a9$export$d1050030e8300ed6);
|
|
@@ -166,6 +169,49 @@ const $dad94870630697a9$export$424b0b82fa10bdfa = {
|
|
|
166
169
|
type: "string",
|
|
167
170
|
description: "\u7528\u6237\u540D"
|
|
168
171
|
},
|
|
172
|
+
employeeId: {
|
|
173
|
+
type: "string",
|
|
174
|
+
description: `<<<<<<< HEAD
|
|
175
|
+
\u{5458}\u{5DE5}\u{7F16}\u{53F7}`
|
|
176
|
+
},
|
|
177
|
+
permissions: {
|
|
178
|
+
description: "\u6743\u9650",
|
|
179
|
+
type: "array",
|
|
180
|
+
items: {
|
|
181
|
+
type: "string"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
groups: {
|
|
185
|
+
description: "\u56E2\u961F",
|
|
186
|
+
type: "array",
|
|
187
|
+
items: {
|
|
188
|
+
type: "string"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
lastLoginAt: {
|
|
192
|
+
format: "date-time",
|
|
193
|
+
type: "string",
|
|
194
|
+
description: "\u6700\u540E\u767B\u5F55\u65F6\u95F4"
|
|
195
|
+
},
|
|
196
|
+
active: {
|
|
197
|
+
type: "boolean",
|
|
198
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
199
|
+
},
|
|
200
|
+
inviteCode: {
|
|
201
|
+
type: "string",
|
|
202
|
+
description: "\u9080\u8BF7\u7801"
|
|
203
|
+
},
|
|
204
|
+
status: {
|
|
205
|
+
type: "string",
|
|
206
|
+
description: `=======
|
|
207
|
+
>>>>>>> main
|
|
208
|
+
\u{72B6}\u{6001}`
|
|
209
|
+
},
|
|
210
|
+
expireAt: {
|
|
211
|
+
format: "date-time",
|
|
212
|
+
type: "string",
|
|
213
|
+
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
214
|
+
},
|
|
169
215
|
id: {
|
|
170
216
|
type: "string",
|
|
171
217
|
description: "Entity id"
|
|
@@ -523,6 +569,44 @@ const $dad94870630697a9$export$42fb86b793a2c536 = {
|
|
|
523
569
|
username: {
|
|
524
570
|
type: "string",
|
|
525
571
|
description: "\u7528\u6237\u540D"
|
|
572
|
+
},
|
|
573
|
+
employeeId: {
|
|
574
|
+
type: "string",
|
|
575
|
+
description: `<<<<<<< HEAD
|
|
576
|
+
\u{5458}\u{5DE5}\u{7F16}\u{53F7}`
|
|
577
|
+
},
|
|
578
|
+
permissions: {
|
|
579
|
+
description: "\u6743\u9650",
|
|
580
|
+
type: "array",
|
|
581
|
+
items: {
|
|
582
|
+
type: "string"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
groups: {
|
|
586
|
+
description: "\u56E2\u961F",
|
|
587
|
+
type: "array",
|
|
588
|
+
items: {
|
|
589
|
+
type: "string"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
active: {
|
|
593
|
+
type: "boolean",
|
|
594
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
595
|
+
},
|
|
596
|
+
inviteCode: {
|
|
597
|
+
type: "string",
|
|
598
|
+
description: "\u9080\u8BF7\u7801"
|
|
599
|
+
},
|
|
600
|
+
status: {
|
|
601
|
+
type: "string",
|
|
602
|
+
description: `=======
|
|
603
|
+
>>>>>>> main
|
|
604
|
+
\u{72B6}\u{6001}`
|
|
605
|
+
},
|
|
606
|
+
expireAt: {
|
|
607
|
+
format: "date-time",
|
|
608
|
+
type: "string",
|
|
609
|
+
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
526
610
|
}
|
|
527
611
|
}
|
|
528
612
|
};
|
|
@@ -613,6 +697,49 @@ const $dad94870630697a9$export$1b308892cefd8e3e = {
|
|
|
613
697
|
username: {
|
|
614
698
|
type: "string",
|
|
615
699
|
description: "\u7528\u6237\u540D"
|
|
700
|
+
},
|
|
701
|
+
employeeId: {
|
|
702
|
+
type: "string",
|
|
703
|
+
description: `<<<<<<< HEAD
|
|
704
|
+
\u{5458}\u{5DE5}\u{7F16}\u{53F7}`
|
|
705
|
+
},
|
|
706
|
+
permissions: {
|
|
707
|
+
description: "\u6743\u9650",
|
|
708
|
+
type: "array",
|
|
709
|
+
items: {
|
|
710
|
+
type: "string"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
groups: {
|
|
714
|
+
description: "\u56E2\u961F",
|
|
715
|
+
type: "array",
|
|
716
|
+
items: {
|
|
717
|
+
type: "string"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
lastLoginAt: {
|
|
721
|
+
format: "date-time",
|
|
722
|
+
type: "string",
|
|
723
|
+
description: "\u6700\u540E\u767B\u5F55\u65F6\u95F4"
|
|
724
|
+
},
|
|
725
|
+
active: {
|
|
726
|
+
type: "boolean",
|
|
727
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
728
|
+
},
|
|
729
|
+
inviteCode: {
|
|
730
|
+
type: "string",
|
|
731
|
+
description: "\u9080\u8BF7\u7801"
|
|
732
|
+
},
|
|
733
|
+
status: {
|
|
734
|
+
type: "string",
|
|
735
|
+
description: `=======
|
|
736
|
+
>>>>>>> main
|
|
737
|
+
\u{72B6}\u{6001}`
|
|
738
|
+
},
|
|
739
|
+
expireAt: {
|
|
740
|
+
format: "date-time",
|
|
741
|
+
type: "string",
|
|
742
|
+
description: "\u8FC7\u671F\u65F6\u95F4"
|
|
616
743
|
}
|
|
617
744
|
}
|
|
618
745
|
};
|
|
@@ -672,6 +799,29 @@ const $dad94870630697a9$export$3a0f0f379fb2f43f = {
|
|
|
672
799
|
ns: {
|
|
673
800
|
type: "string",
|
|
674
801
|
description: "\u6240\u5C5E\u7684 namespace"
|
|
802
|
+
},
|
|
803
|
+
permissions: {
|
|
804
|
+
description: "\u6743\u9650",
|
|
805
|
+
type: "array",
|
|
806
|
+
items: {
|
|
807
|
+
type: "string"
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
active: {
|
|
811
|
+
type: "boolean",
|
|
812
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
813
|
+
},
|
|
814
|
+
defaultPassword: {
|
|
815
|
+
type: "string",
|
|
816
|
+
description: "\u9ED8\u8BA4\u5BC6\u7801"
|
|
817
|
+
},
|
|
818
|
+
exportable: {
|
|
819
|
+
type: "boolean",
|
|
820
|
+
description: "\u662F\u5426\u53EF\u5BFC\u51FA"
|
|
821
|
+
},
|
|
822
|
+
userCount: {
|
|
823
|
+
type: "number",
|
|
824
|
+
description: "\u4EBA\u6570"
|
|
675
825
|
}
|
|
676
826
|
},
|
|
677
827
|
required: [
|
|
@@ -711,6 +861,29 @@ const $dad94870630697a9$export$fef09edac2f41dd6 = {
|
|
|
711
861
|
type: "string",
|
|
712
862
|
description: "\u6240\u5C5E\u7684 namespace"
|
|
713
863
|
},
|
|
864
|
+
permissions: {
|
|
865
|
+
description: "\u6743\u9650",
|
|
866
|
+
type: "array",
|
|
867
|
+
items: {
|
|
868
|
+
type: "string"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
active: {
|
|
872
|
+
type: "boolean",
|
|
873
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
874
|
+
},
|
|
875
|
+
defaultPassword: {
|
|
876
|
+
type: "string",
|
|
877
|
+
description: "\u9ED8\u8BA4\u5BC6\u7801"
|
|
878
|
+
},
|
|
879
|
+
exportable: {
|
|
880
|
+
type: "boolean",
|
|
881
|
+
description: "\u662F\u5426\u53EF\u5BFC\u51FA"
|
|
882
|
+
},
|
|
883
|
+
userCount: {
|
|
884
|
+
type: "number",
|
|
885
|
+
description: "\u4EBA\u6570"
|
|
886
|
+
},
|
|
714
887
|
id: {
|
|
715
888
|
type: "string",
|
|
716
889
|
description: "Entity id"
|
|
@@ -761,6 +934,29 @@ const $dad94870630697a9$export$532a2356385b479a = {
|
|
|
761
934
|
name: {
|
|
762
935
|
type: "string",
|
|
763
936
|
description: "\u540D\u79F0"
|
|
937
|
+
},
|
|
938
|
+
permissions: {
|
|
939
|
+
description: "\u6743\u9650",
|
|
940
|
+
type: "array",
|
|
941
|
+
items: {
|
|
942
|
+
type: "string"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
active: {
|
|
946
|
+
type: "boolean",
|
|
947
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
948
|
+
},
|
|
949
|
+
defaultPassword: {
|
|
950
|
+
type: "string",
|
|
951
|
+
description: "\u9ED8\u8BA4\u5BC6\u7801"
|
|
952
|
+
},
|
|
953
|
+
exportable: {
|
|
954
|
+
type: "boolean",
|
|
955
|
+
description: "\u662F\u5426\u53EF\u5BFC\u51FA"
|
|
956
|
+
},
|
|
957
|
+
userCount: {
|
|
958
|
+
type: "number",
|
|
959
|
+
description: "\u4EBA\u6570"
|
|
764
960
|
}
|
|
765
961
|
}
|
|
766
962
|
};
|
|
@@ -1135,6 +1331,107 @@ const $dad94870630697a9$export$86e7567d0e80a3fd = {
|
|
|
1135
1331
|
"children"
|
|
1136
1332
|
]
|
|
1137
1333
|
};
|
|
1334
|
+
const $dad94870630697a9$export$f82ca5b68f88f064 = {
|
|
1335
|
+
type: "object",
|
|
1336
|
+
properties: {
|
|
1337
|
+
name: {
|
|
1338
|
+
type: "string",
|
|
1339
|
+
description: "\u540D\u79F0"
|
|
1340
|
+
},
|
|
1341
|
+
permissions: {
|
|
1342
|
+
description: "\u6743\u9650",
|
|
1343
|
+
type: "array",
|
|
1344
|
+
items: {
|
|
1345
|
+
type: "string"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
active: {
|
|
1349
|
+
type: "boolean",
|
|
1350
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
1351
|
+
},
|
|
1352
|
+
userCount: {
|
|
1353
|
+
type: "number",
|
|
1354
|
+
description: "\u4EBA\u6570"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
required: [
|
|
1358
|
+
"name"
|
|
1359
|
+
]
|
|
1360
|
+
};
|
|
1361
|
+
const $dad94870630697a9$export$c90c1d4bd95ad384 = {
|
|
1362
|
+
type: "object",
|
|
1363
|
+
properties: {
|
|
1364
|
+
name: {
|
|
1365
|
+
type: "string",
|
|
1366
|
+
description: "\u540D\u79F0"
|
|
1367
|
+
},
|
|
1368
|
+
permissions: {
|
|
1369
|
+
description: "\u6743\u9650",
|
|
1370
|
+
type: "array",
|
|
1371
|
+
items: {
|
|
1372
|
+
type: "string"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
active: {
|
|
1376
|
+
type: "boolean",
|
|
1377
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
1378
|
+
},
|
|
1379
|
+
userCount: {
|
|
1380
|
+
type: "number",
|
|
1381
|
+
description: "\u4EBA\u6570"
|
|
1382
|
+
},
|
|
1383
|
+
id: {
|
|
1384
|
+
type: "string",
|
|
1385
|
+
description: "Entity id"
|
|
1386
|
+
},
|
|
1387
|
+
createdAt: {
|
|
1388
|
+
format: "date-time",
|
|
1389
|
+
type: "string",
|
|
1390
|
+
description: "Entity created at when"
|
|
1391
|
+
},
|
|
1392
|
+
updatedAt: {
|
|
1393
|
+
format: "date-time",
|
|
1394
|
+
type: "string",
|
|
1395
|
+
description: "Entity updated at when"
|
|
1396
|
+
},
|
|
1397
|
+
createdBy: {
|
|
1398
|
+
type: "string",
|
|
1399
|
+
description: "Entity created by who"
|
|
1400
|
+
},
|
|
1401
|
+
updatedBy: {
|
|
1402
|
+
type: "string",
|
|
1403
|
+
description: "Entity updated by who"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
required: [
|
|
1407
|
+
"name",
|
|
1408
|
+
"id"
|
|
1409
|
+
]
|
|
1410
|
+
};
|
|
1411
|
+
const $dad94870630697a9$export$1003ec321a8b124 = {
|
|
1412
|
+
type: "object",
|
|
1413
|
+
properties: {
|
|
1414
|
+
name: {
|
|
1415
|
+
type: "string",
|
|
1416
|
+
description: "\u540D\u79F0"
|
|
1417
|
+
},
|
|
1418
|
+
permissions: {
|
|
1419
|
+
description: "\u6743\u9650",
|
|
1420
|
+
type: "array",
|
|
1421
|
+
items: {
|
|
1422
|
+
type: "string"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
active: {
|
|
1426
|
+
type: "boolean",
|
|
1427
|
+
description: "\u662F\u5426\u542F\u7528"
|
|
1428
|
+
},
|
|
1429
|
+
userCount: {
|
|
1430
|
+
type: "number",
|
|
1431
|
+
description: "\u4EBA\u6570"
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
};
|
|
1138
1435
|
const $dad94870630697a9$export$fd4976cd1b633c9 = {
|
|
1139
1436
|
type: "object",
|
|
1140
1437
|
properties: {
|
|
@@ -1338,6 +1635,7 @@ $parcel$export($d05a635c6a58c99f$exports, "listUsers", () => $d05a635c6a58c99f$e
|
|
|
1338
1635
|
$parcel$export($d05a635c6a58c99f$exports, "getUser", () => $d05a635c6a58c99f$export$7cbf767827cd68ba);
|
|
1339
1636
|
$parcel$export($d05a635c6a58c99f$exports, "updateUser", () => $d05a635c6a58c99f$export$e3ac7a5d19605772);
|
|
1340
1637
|
$parcel$export($d05a635c6a58c99f$exports, "deleteUser", () => $d05a635c6a58c99f$export$7d0f10f273c0438a);
|
|
1638
|
+
$parcel$export($d05a635c6a58c99f$exports, "upsertUserByEmployeeId", () => $d05a635c6a58c99f$export$6bae5989866b69dc);
|
|
1341
1639
|
$parcel$export($d05a635c6a58c99f$exports, "verifyIdentity", () => $d05a635c6a58c99f$export$ba1d92ba04505a80);
|
|
1342
1640
|
$parcel$export($d05a635c6a58c99f$exports, "resetPassword", () => $d05a635c6a58c99f$export$dc726c8e334dd814);
|
|
1343
1641
|
$parcel$export($d05a635c6a58c99f$exports, "updatePassword", () => $d05a635c6a58c99f$export$e2853351e15b7895);
|
|
@@ -1363,6 +1661,11 @@ $parcel$export($d05a635c6a58c99f$exports, "getEmailRecord", () => $d05a635c6a58c
|
|
|
1363
1661
|
$parcel$export($d05a635c6a58c99f$exports, "updateEmailRecord", () => $d05a635c6a58c99f$export$340a3b15edf5320b);
|
|
1364
1662
|
$parcel$export($d05a635c6a58c99f$exports, "deleteEmailRecord", () => $d05a635c6a58c99f$export$47732292698093e5);
|
|
1365
1663
|
$parcel$export($d05a635c6a58c99f$exports, "listIndustries", () => $d05a635c6a58c99f$export$6a657f882af8e729);
|
|
1664
|
+
$parcel$export($d05a635c6a58c99f$exports, "createGroup", () => $d05a635c6a58c99f$export$856f728536d122cb);
|
|
1665
|
+
$parcel$export($d05a635c6a58c99f$exports, "listGroups", () => $d05a635c6a58c99f$export$6e0114716bd43025);
|
|
1666
|
+
$parcel$export($d05a635c6a58c99f$exports, "getGroup", () => $d05a635c6a58c99f$export$dd8fe8767b0c9948);
|
|
1667
|
+
$parcel$export($d05a635c6a58c99f$exports, "updateGroup", () => $d05a635c6a58c99f$export$7266cde9e95c4de8);
|
|
1668
|
+
$parcel$export($d05a635c6a58c99f$exports, "deleteGroup", () => $d05a635c6a58c99f$export$ae2679b329fc10b6);
|
|
1366
1669
|
$parcel$export($d05a635c6a58c99f$exports, "listRegions", () => $d05a635c6a58c99f$export$40295cce70884665);
|
|
1367
1670
|
$parcel$export($d05a635c6a58c99f$exports, "sendSms", () => $d05a635c6a58c99f$export$fe12addabe061498);
|
|
1368
1671
|
$parcel$export($d05a635c6a58c99f$exports, "createSmsRecord", () => $d05a635c6a58c99f$export$89ba073eddabee7c);
|
|
@@ -1457,6 +1760,12 @@ const $d05a635c6a58c99f$export$7d0f10f273c0438a = (options)=>{
|
|
|
1457
1760
|
url: "/users/{userId}"
|
|
1458
1761
|
});
|
|
1459
1762
|
};
|
|
1763
|
+
const $d05a635c6a58c99f$export$6bae5989866b69dc = (options)=>{
|
|
1764
|
+
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
|
|
1765
|
+
...options,
|
|
1766
|
+
url: "/users/employee/{userEmployeeId}"
|
|
1767
|
+
});
|
|
1768
|
+
};
|
|
1460
1769
|
const $d05a635c6a58c99f$export$ba1d92ba04505a80 = (options)=>{
|
|
1461
1770
|
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).post({
|
|
1462
1771
|
...options,
|
|
@@ -1496,7 +1805,7 @@ const $d05a635c6a58c99f$export$becf4f9e48e6290a = (options)=>{
|
|
|
1496
1805
|
const $d05a635c6a58c99f$export$9c52b148e3e82e = (options)=>{
|
|
1497
1806
|
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
|
|
1498
1807
|
...options,
|
|
1499
|
-
url: "/namespaces/{
|
|
1808
|
+
url: "/namespaces/{namespaceIdOrKey}"
|
|
1500
1809
|
});
|
|
1501
1810
|
};
|
|
1502
1811
|
const $d05a635c6a58c99f$export$4b83ac7774adea2f = (options)=>{
|
|
@@ -1607,6 +1916,36 @@ const $d05a635c6a58c99f$export$6a657f882af8e729 = (options)=>{
|
|
|
1607
1916
|
url: "/industries"
|
|
1608
1917
|
});
|
|
1609
1918
|
};
|
|
1919
|
+
const $d05a635c6a58c99f$export$856f728536d122cb = (options)=>{
|
|
1920
|
+
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).post({
|
|
1921
|
+
...options,
|
|
1922
|
+
url: "/groups"
|
|
1923
|
+
});
|
|
1924
|
+
};
|
|
1925
|
+
const $d05a635c6a58c99f$export$6e0114716bd43025 = (options)=>{
|
|
1926
|
+
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
|
|
1927
|
+
...options,
|
|
1928
|
+
url: "/groups"
|
|
1929
|
+
});
|
|
1930
|
+
};
|
|
1931
|
+
const $d05a635c6a58c99f$export$dd8fe8767b0c9948 = (options)=>{
|
|
1932
|
+
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
|
|
1933
|
+
...options,
|
|
1934
|
+
url: "/groups/{groupIdOrName}"
|
|
1935
|
+
});
|
|
1936
|
+
};
|
|
1937
|
+
const $d05a635c6a58c99f$export$7266cde9e95c4de8 = (options)=>{
|
|
1938
|
+
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
|
|
1939
|
+
...options,
|
|
1940
|
+
url: "/groups/{groupId}"
|
|
1941
|
+
});
|
|
1942
|
+
};
|
|
1943
|
+
const $d05a635c6a58c99f$export$ae2679b329fc10b6 = (options)=>{
|
|
1944
|
+
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).delete({
|
|
1945
|
+
...options,
|
|
1946
|
+
url: "/groups/{groupId}"
|
|
1947
|
+
});
|
|
1948
|
+
};
|
|
1610
1949
|
const $d05a635c6a58c99f$export$40295cce70884665 = (options)=>{
|
|
1611
1950
|
return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
|
|
1612
1951
|
...options,
|
|
@@ -1657,5 +1996,5 @@ var $ffc5a78cf4bf2729$exports = {};
|
|
|
1657
1996
|
|
|
1658
1997
|
|
|
1659
1998
|
|
|
1660
|
-
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};
|
|
1999
|
+
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$f82ca5b68f88f064 as $CreateGroupDto, $dad94870630697a9$export$c90c1d4bd95ad384 as $Group, $dad94870630697a9$export$1003ec321a8b124 as $UpdateGroupDto, $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$6bae5989866b69dc as upsertUserByEmployeeId, $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$856f728536d122cb as createGroup, $d05a635c6a58c99f$export$6e0114716bd43025 as listGroups, $d05a635c6a58c99f$export$dd8fe8767b0c9948 as getGroup, $d05a635c6a58c99f$export$7266cde9e95c4de8 as updateGroup, $d05a635c6a58c99f$export$ae2679b329fc10b6 as deleteGroup, $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};
|
|
1661
2000
|
//# sourceMappingURL=module.js.map
|