@36node/auth-sdk 1.1.1-pr-7-1d68cf28da → 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/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,37 +166,6 @@ const $dad94870630697a9$export$424b0b82fa10bdfa = {
169
166
  type: "string",
170
167
  description: "\u7528\u6237\u540D"
171
168
  },
172
- employeeId: {
173
- type: "string",
174
- description: "\u5458\u5DE5\u7F16\u53F7"
175
- },
176
- permissions: {
177
- description: "\u6743\u9650",
178
- type: "array",
179
- items: {
180
- type: "string"
181
- }
182
- },
183
- groups: {
184
- description: "\u56E2\u961F",
185
- type: "array",
186
- items: {
187
- type: "string"
188
- }
189
- },
190
- lastLoginAt: {
191
- format: "date-time",
192
- type: "string",
193
- description: "\u6700\u540E\u767B\u5F55\u65F6\u95F4"
194
- },
195
- active: {
196
- type: "boolean",
197
- description: "\u662F\u5426\u542F\u7528"
198
- },
199
- inviteCode: {
200
- type: "string",
201
- description: "\u9080\u8BF7\u7801"
202
- },
203
169
  status: {
204
170
  type: "string",
205
171
  description: "\u72B6\u6001"
@@ -567,32 +533,6 @@ const $dad94870630697a9$export$42fb86b793a2c536 = {
567
533
  type: "string",
568
534
  description: "\u7528\u6237\u540D"
569
535
  },
570
- employeeId: {
571
- type: "string",
572
- description: "\u5458\u5DE5\u7F16\u53F7"
573
- },
574
- permissions: {
575
- description: "\u6743\u9650",
576
- type: "array",
577
- items: {
578
- type: "string"
579
- }
580
- },
581
- groups: {
582
- description: "\u56E2\u961F",
583
- type: "array",
584
- items: {
585
- type: "string"
586
- }
587
- },
588
- active: {
589
- type: "boolean",
590
- description: "\u662F\u5426\u542F\u7528"
591
- },
592
- inviteCode: {
593
- type: "string",
594
- description: "\u9080\u8BF7\u7801"
595
- },
596
536
  status: {
597
537
  type: "string",
598
538
  description: "\u72B6\u6001"
@@ -692,37 +632,6 @@ const $dad94870630697a9$export$1b308892cefd8e3e = {
692
632
  type: "string",
693
633
  description: "\u7528\u6237\u540D"
694
634
  },
695
- employeeId: {
696
- type: "string",
697
- description: "\u5458\u5DE5\u7F16\u53F7"
698
- },
699
- permissions: {
700
- description: "\u6743\u9650",
701
- type: "array",
702
- items: {
703
- type: "string"
704
- }
705
- },
706
- groups: {
707
- description: "\u56E2\u961F",
708
- type: "array",
709
- items: {
710
- type: "string"
711
- }
712
- },
713
- lastLoginAt: {
714
- format: "date-time",
715
- type: "string",
716
- description: "\u6700\u540E\u767B\u5F55\u65F6\u95F4"
717
- },
718
- active: {
719
- type: "boolean",
720
- description: "\u662F\u5426\u542F\u7528"
721
- },
722
- inviteCode: {
723
- type: "string",
724
- description: "\u9080\u8BF7\u7801"
725
- },
726
635
  status: {
727
636
  type: "string",
728
637
  description: "\u72B6\u6001"
@@ -790,29 +699,6 @@ const $dad94870630697a9$export$3a0f0f379fb2f43f = {
790
699
  ns: {
791
700
  type: "string",
792
701
  description: "\u6240\u5C5E\u7684 namespace"
793
- },
794
- permissions: {
795
- description: "\u6743\u9650",
796
- type: "array",
797
- items: {
798
- type: "string"
799
- }
800
- },
801
- active: {
802
- type: "boolean",
803
- description: "\u662F\u5426\u542F\u7528"
804
- },
805
- defaultPassword: {
806
- type: "string",
807
- description: "\u9ED8\u8BA4\u5BC6\u7801"
808
- },
809
- exportable: {
810
- type: "boolean",
811
- description: "\u662F\u5426\u53EF\u5BFC\u51FA"
812
- },
813
- userCount: {
814
- type: "number",
815
- description: "\u4EBA\u6570"
816
702
  }
817
703
  },
818
704
  required: [
@@ -852,29 +738,6 @@ const $dad94870630697a9$export$fef09edac2f41dd6 = {
852
738
  type: "string",
853
739
  description: "\u6240\u5C5E\u7684 namespace"
854
740
  },
855
- permissions: {
856
- description: "\u6743\u9650",
857
- type: "array",
858
- items: {
859
- type: "string"
860
- }
861
- },
862
- active: {
863
- type: "boolean",
864
- description: "\u662F\u5426\u542F\u7528"
865
- },
866
- defaultPassword: {
867
- type: "string",
868
- description: "\u9ED8\u8BA4\u5BC6\u7801"
869
- },
870
- exportable: {
871
- type: "boolean",
872
- description: "\u662F\u5426\u53EF\u5BFC\u51FA"
873
- },
874
- userCount: {
875
- type: "number",
876
- description: "\u4EBA\u6570"
877
- },
878
741
  id: {
879
742
  type: "string",
880
743
  description: "Entity id"
@@ -925,29 +788,6 @@ const $dad94870630697a9$export$532a2356385b479a = {
925
788
  name: {
926
789
  type: "string",
927
790
  description: "\u540D\u79F0"
928
- },
929
- permissions: {
930
- description: "\u6743\u9650",
931
- type: "array",
932
- items: {
933
- type: "string"
934
- }
935
- },
936
- active: {
937
- type: "boolean",
938
- description: "\u662F\u5426\u542F\u7528"
939
- },
940
- defaultPassword: {
941
- type: "string",
942
- description: "\u9ED8\u8BA4\u5BC6\u7801"
943
- },
944
- exportable: {
945
- type: "boolean",
946
- description: "\u662F\u5426\u53EF\u5BFC\u51FA"
947
- },
948
- userCount: {
949
- type: "number",
950
- description: "\u4EBA\u6570"
951
791
  }
952
792
  }
953
793
  };
@@ -1322,107 +1162,6 @@ const $dad94870630697a9$export$86e7567d0e80a3fd = {
1322
1162
  "children"
1323
1163
  ]
1324
1164
  };
1325
- const $dad94870630697a9$export$f82ca5b68f88f064 = {
1326
- type: "object",
1327
- properties: {
1328
- name: {
1329
- type: "string",
1330
- description: "\u540D\u79F0"
1331
- },
1332
- permissions: {
1333
- description: "\u6743\u9650",
1334
- type: "array",
1335
- items: {
1336
- type: "string"
1337
- }
1338
- },
1339
- active: {
1340
- type: "boolean",
1341
- description: "\u662F\u5426\u542F\u7528"
1342
- },
1343
- userCount: {
1344
- type: "number",
1345
- description: "\u4EBA\u6570"
1346
- }
1347
- },
1348
- required: [
1349
- "name"
1350
- ]
1351
- };
1352
- const $dad94870630697a9$export$c90c1d4bd95ad384 = {
1353
- type: "object",
1354
- properties: {
1355
- name: {
1356
- type: "string",
1357
- description: "\u540D\u79F0"
1358
- },
1359
- permissions: {
1360
- description: "\u6743\u9650",
1361
- type: "array",
1362
- items: {
1363
- type: "string"
1364
- }
1365
- },
1366
- active: {
1367
- type: "boolean",
1368
- description: "\u662F\u5426\u542F\u7528"
1369
- },
1370
- userCount: {
1371
- type: "number",
1372
- description: "\u4EBA\u6570"
1373
- },
1374
- id: {
1375
- type: "string",
1376
- description: "Entity id"
1377
- },
1378
- createdAt: {
1379
- format: "date-time",
1380
- type: "string",
1381
- description: "Entity created at when"
1382
- },
1383
- updatedAt: {
1384
- format: "date-time",
1385
- type: "string",
1386
- description: "Entity updated at when"
1387
- },
1388
- createdBy: {
1389
- type: "string",
1390
- description: "Entity created by who"
1391
- },
1392
- updatedBy: {
1393
- type: "string",
1394
- description: "Entity updated by who"
1395
- }
1396
- },
1397
- required: [
1398
- "name",
1399
- "id"
1400
- ]
1401
- };
1402
- const $dad94870630697a9$export$1003ec321a8b124 = {
1403
- type: "object",
1404
- properties: {
1405
- name: {
1406
- type: "string",
1407
- description: "\u540D\u79F0"
1408
- },
1409
- permissions: {
1410
- description: "\u6743\u9650",
1411
- type: "array",
1412
- items: {
1413
- type: "string"
1414
- }
1415
- },
1416
- active: {
1417
- type: "boolean",
1418
- description: "\u662F\u5426\u542F\u7528"
1419
- },
1420
- userCount: {
1421
- type: "number",
1422
- description: "\u4EBA\u6570"
1423
- }
1424
- }
1425
- };
1426
1165
  const $dad94870630697a9$export$fd4976cd1b633c9 = {
1427
1166
  type: "object",
1428
1167
  properties: {
@@ -1626,7 +1365,6 @@ $parcel$export($d05a635c6a58c99f$exports, "listUsers", () => $d05a635c6a58c99f$e
1626
1365
  $parcel$export($d05a635c6a58c99f$exports, "getUser", () => $d05a635c6a58c99f$export$7cbf767827cd68ba);
1627
1366
  $parcel$export($d05a635c6a58c99f$exports, "updateUser", () => $d05a635c6a58c99f$export$e3ac7a5d19605772);
1628
1367
  $parcel$export($d05a635c6a58c99f$exports, "deleteUser", () => $d05a635c6a58c99f$export$7d0f10f273c0438a);
1629
- $parcel$export($d05a635c6a58c99f$exports, "upsertUserByEmployeeId", () => $d05a635c6a58c99f$export$6bae5989866b69dc);
1630
1368
  $parcel$export($d05a635c6a58c99f$exports, "verifyIdentity", () => $d05a635c6a58c99f$export$ba1d92ba04505a80);
1631
1369
  $parcel$export($d05a635c6a58c99f$exports, "resetPassword", () => $d05a635c6a58c99f$export$dc726c8e334dd814);
1632
1370
  $parcel$export($d05a635c6a58c99f$exports, "updatePassword", () => $d05a635c6a58c99f$export$e2853351e15b7895);
@@ -1652,11 +1390,6 @@ $parcel$export($d05a635c6a58c99f$exports, "getEmailRecord", () => $d05a635c6a58c
1652
1390
  $parcel$export($d05a635c6a58c99f$exports, "updateEmailRecord", () => $d05a635c6a58c99f$export$340a3b15edf5320b);
1653
1391
  $parcel$export($d05a635c6a58c99f$exports, "deleteEmailRecord", () => $d05a635c6a58c99f$export$47732292698093e5);
1654
1392
  $parcel$export($d05a635c6a58c99f$exports, "listIndustries", () => $d05a635c6a58c99f$export$6a657f882af8e729);
1655
- $parcel$export($d05a635c6a58c99f$exports, "createGroup", () => $d05a635c6a58c99f$export$856f728536d122cb);
1656
- $parcel$export($d05a635c6a58c99f$exports, "listGroups", () => $d05a635c6a58c99f$export$6e0114716bd43025);
1657
- $parcel$export($d05a635c6a58c99f$exports, "getGroup", () => $d05a635c6a58c99f$export$dd8fe8767b0c9948);
1658
- $parcel$export($d05a635c6a58c99f$exports, "updateGroup", () => $d05a635c6a58c99f$export$7266cde9e95c4de8);
1659
- $parcel$export($d05a635c6a58c99f$exports, "deleteGroup", () => $d05a635c6a58c99f$export$ae2679b329fc10b6);
1660
1393
  $parcel$export($d05a635c6a58c99f$exports, "listRegions", () => $d05a635c6a58c99f$export$40295cce70884665);
1661
1394
  $parcel$export($d05a635c6a58c99f$exports, "sendSms", () => $d05a635c6a58c99f$export$fe12addabe061498);
1662
1395
  $parcel$export($d05a635c6a58c99f$exports, "createSmsRecord", () => $d05a635c6a58c99f$export$89ba073eddabee7c);
@@ -1751,12 +1484,6 @@ const $d05a635c6a58c99f$export$7d0f10f273c0438a = (options)=>{
1751
1484
  url: "/users/{userId}"
1752
1485
  });
1753
1486
  };
1754
- const $d05a635c6a58c99f$export$6bae5989866b69dc = (options)=>{
1755
- return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
1756
- ...options,
1757
- url: "/users/employee/{userEmployeeId}"
1758
- });
1759
- };
1760
1487
  const $d05a635c6a58c99f$export$ba1d92ba04505a80 = (options)=>{
1761
1488
  return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).post({
1762
1489
  ...options,
@@ -1796,7 +1523,7 @@ const $d05a635c6a58c99f$export$becf4f9e48e6290a = (options)=>{
1796
1523
  const $d05a635c6a58c99f$export$9c52b148e3e82e = (options)=>{
1797
1524
  return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
1798
1525
  ...options,
1799
- url: "/namespaces/{namespaceIdOrKey}"
1526
+ url: "/namespaces/{namespaceId}"
1800
1527
  });
1801
1528
  };
1802
1529
  const $d05a635c6a58c99f$export$4b83ac7774adea2f = (options)=>{
@@ -1907,36 +1634,6 @@ const $d05a635c6a58c99f$export$6a657f882af8e729 = (options)=>{
1907
1634
  url: "/industries"
1908
1635
  });
1909
1636
  };
1910
- const $d05a635c6a58c99f$export$856f728536d122cb = (options)=>{
1911
- return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).post({
1912
- ...options,
1913
- url: "/groups"
1914
- });
1915
- };
1916
- const $d05a635c6a58c99f$export$6e0114716bd43025 = (options)=>{
1917
- return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
1918
- ...options,
1919
- url: "/groups"
1920
- });
1921
- };
1922
- const $d05a635c6a58c99f$export$dd8fe8767b0c9948 = (options)=>{
1923
- return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
1924
- ...options,
1925
- url: "/groups/{groupIdOrName}"
1926
- });
1927
- };
1928
- const $d05a635c6a58c99f$export$7266cde9e95c4de8 = (options)=>{
1929
- return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
1930
- ...options,
1931
- url: "/groups/{groupId}"
1932
- });
1933
- };
1934
- const $d05a635c6a58c99f$export$ae2679b329fc10b6 = (options)=>{
1935
- return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).delete({
1936
- ...options,
1937
- url: "/groups/{groupId}"
1938
- });
1939
- };
1940
1637
  const $d05a635c6a58c99f$export$40295cce70884665 = (options)=>{
1941
1638
  return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).get({
1942
1639
  ...options,
@@ -1987,5 +1684,5 @@ var $ffc5a78cf4bf2729$exports = {};
1987
1684
 
1988
1685
 
1989
1686
 
1990
- 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};
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};
1991
1688
  //# sourceMappingURL=module.js.map