@36node/auth-sdk 1.1.1-pr-7-281e214970 → 1.1.1-pr-7-1d68cf28da

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
@@ -196,6 +196,19 @@ const $dad94870630697a9$export$424b0b82fa10bdfa = {
196
196
  type: "boolean",
197
197
  description: "\u662F\u5426\u542F\u7528"
198
198
  },
199
+ inviteCode: {
200
+ type: "string",
201
+ description: "\u9080\u8BF7\u7801"
202
+ },
203
+ status: {
204
+ type: "string",
205
+ description: "\u72B6\u6001"
206
+ },
207
+ expireAt: {
208
+ format: "date-time",
209
+ type: "string",
210
+ description: "\u8FC7\u671F\u65F6\u95F4"
211
+ },
199
212
  id: {
200
213
  type: "string",
201
214
  description: "Entity id"
@@ -575,6 +588,19 @@ const $dad94870630697a9$export$42fb86b793a2c536 = {
575
588
  active: {
576
589
  type: "boolean",
577
590
  description: "\u662F\u5426\u542F\u7528"
591
+ },
592
+ inviteCode: {
593
+ type: "string",
594
+ description: "\u9080\u8BF7\u7801"
595
+ },
596
+ status: {
597
+ type: "string",
598
+ description: "\u72B6\u6001"
599
+ },
600
+ expireAt: {
601
+ format: "date-time",
602
+ type: "string",
603
+ description: "\u8FC7\u671F\u65F6\u95F4"
578
604
  }
579
605
  }
580
606
  };
@@ -692,6 +718,19 @@ const $dad94870630697a9$export$1b308892cefd8e3e = {
692
718
  active: {
693
719
  type: "boolean",
694
720
  description: "\u662F\u5426\u542F\u7528"
721
+ },
722
+ inviteCode: {
723
+ type: "string",
724
+ description: "\u9080\u8BF7\u7801"
725
+ },
726
+ status: {
727
+ type: "string",
728
+ description: "\u72B6\u6001"
729
+ },
730
+ expireAt: {
731
+ format: "date-time",
732
+ type: "string",
733
+ description: "\u8FC7\u671F\u65F6\u95F4"
695
734
  }
696
735
  }
697
736
  };
@@ -763,13 +802,17 @@ const $dad94870630697a9$export$3a0f0f379fb2f43f = {
763
802
  type: "boolean",
764
803
  description: "\u662F\u5426\u542F\u7528"
765
804
  },
766
- company: {
767
- type: "string",
768
- description: "\u516C\u53F8"
769
- },
770
805
  defaultPassword: {
771
806
  type: "string",
772
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"
773
816
  }
774
817
  },
775
818
  required: [
@@ -820,14 +863,18 @@ const $dad94870630697a9$export$fef09edac2f41dd6 = {
820
863
  type: "boolean",
821
864
  description: "\u662F\u5426\u542F\u7528"
822
865
  },
823
- company: {
824
- type: "string",
825
- description: "\u516C\u53F8"
826
- },
827
866
  defaultPassword: {
828
867
  type: "string",
829
868
  description: "\u9ED8\u8BA4\u5BC6\u7801"
830
869
  },
870
+ exportable: {
871
+ type: "boolean",
872
+ description: "\u662F\u5426\u53EF\u5BFC\u51FA"
873
+ },
874
+ userCount: {
875
+ type: "number",
876
+ description: "\u4EBA\u6570"
877
+ },
831
878
  id: {
832
879
  type: "string",
833
880
  description: "Entity id"
@@ -890,13 +937,17 @@ const $dad94870630697a9$export$532a2356385b479a = {
890
937
  type: "boolean",
891
938
  description: "\u662F\u5426\u542F\u7528"
892
939
  },
893
- company: {
894
- type: "string",
895
- description: "\u516C\u53F8"
896
- },
897
940
  defaultPassword: {
898
941
  type: "string",
899
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"
900
951
  }
901
952
  }
902
953
  };
@@ -1278,10 +1329,6 @@ const $dad94870630697a9$export$f82ca5b68f88f064 = {
1278
1329
  type: "string",
1279
1330
  description: "\u540D\u79F0"
1280
1331
  },
1281
- ns: {
1282
- type: "string",
1283
- description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
1284
- },
1285
1332
  permissions: {
1286
1333
  description: "\u6743\u9650",
1287
1334
  type: "array",
@@ -1292,6 +1339,10 @@ const $dad94870630697a9$export$f82ca5b68f88f064 = {
1292
1339
  active: {
1293
1340
  type: "boolean",
1294
1341
  description: "\u662F\u5426\u542F\u7528"
1342
+ },
1343
+ userCount: {
1344
+ type: "number",
1345
+ description: "\u4EBA\u6570"
1295
1346
  }
1296
1347
  },
1297
1348
  required: [
@@ -1305,10 +1356,6 @@ const $dad94870630697a9$export$c90c1d4bd95ad384 = {
1305
1356
  type: "string",
1306
1357
  description: "\u540D\u79F0"
1307
1358
  },
1308
- ns: {
1309
- type: "string",
1310
- description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
1311
- },
1312
1359
  permissions: {
1313
1360
  description: "\u6743\u9650",
1314
1361
  type: "array",
@@ -1320,6 +1367,10 @@ const $dad94870630697a9$export$c90c1d4bd95ad384 = {
1320
1367
  type: "boolean",
1321
1368
  description: "\u662F\u5426\u542F\u7528"
1322
1369
  },
1370
+ userCount: {
1371
+ type: "number",
1372
+ description: "\u4EBA\u6570"
1373
+ },
1323
1374
  id: {
1324
1375
  type: "string",
1325
1376
  description: "Entity id"
@@ -1355,10 +1406,6 @@ const $dad94870630697a9$export$1003ec321a8b124 = {
1355
1406
  type: "string",
1356
1407
  description: "\u540D\u79F0"
1357
1408
  },
1358
- ns: {
1359
- type: "string",
1360
- description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
1361
- },
1362
1409
  permissions: {
1363
1410
  description: "\u6743\u9650",
1364
1411
  type: "array",
@@ -1369,11 +1416,12 @@ const $dad94870630697a9$export$1003ec321a8b124 = {
1369
1416
  active: {
1370
1417
  type: "boolean",
1371
1418
  description: "\u662F\u5426\u542F\u7528"
1419
+ },
1420
+ userCount: {
1421
+ type: "number",
1422
+ description: "\u4EBA\u6570"
1372
1423
  }
1373
- },
1374
- required: [
1375
- "name"
1376
- ]
1424
+ }
1377
1425
  };
1378
1426
  const $dad94870630697a9$export$fd4976cd1b633c9 = {
1379
1427
  type: "object",
@@ -1578,6 +1626,7 @@ $parcel$export($d05a635c6a58c99f$exports, "listUsers", () => $d05a635c6a58c99f$e
1578
1626
  $parcel$export($d05a635c6a58c99f$exports, "getUser", () => $d05a635c6a58c99f$export$7cbf767827cd68ba);
1579
1627
  $parcel$export($d05a635c6a58c99f$exports, "updateUser", () => $d05a635c6a58c99f$export$e3ac7a5d19605772);
1580
1628
  $parcel$export($d05a635c6a58c99f$exports, "deleteUser", () => $d05a635c6a58c99f$export$7d0f10f273c0438a);
1629
+ $parcel$export($d05a635c6a58c99f$exports, "upsertUserByEmployeeId", () => $d05a635c6a58c99f$export$6bae5989866b69dc);
1581
1630
  $parcel$export($d05a635c6a58c99f$exports, "verifyIdentity", () => $d05a635c6a58c99f$export$ba1d92ba04505a80);
1582
1631
  $parcel$export($d05a635c6a58c99f$exports, "resetPassword", () => $d05a635c6a58c99f$export$dc726c8e334dd814);
1583
1632
  $parcel$export($d05a635c6a58c99f$exports, "updatePassword", () => $d05a635c6a58c99f$export$e2853351e15b7895);
@@ -1702,6 +1751,12 @@ const $d05a635c6a58c99f$export$7d0f10f273c0438a = (options)=>{
1702
1751
  url: "/users/{userId}"
1703
1752
  });
1704
1753
  };
1754
+ const $d05a635c6a58c99f$export$6bae5989866b69dc = (options)=>{
1755
+ return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
1756
+ ...options,
1757
+ url: "/users/employee/{userEmployeeId}"
1758
+ });
1759
+ };
1705
1760
  const $d05a635c6a58c99f$export$ba1d92ba04505a80 = (options)=>{
1706
1761
  return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).post({
1707
1762
  ...options,
@@ -1741,7 +1796,7 @@ const $d05a635c6a58c99f$export$becf4f9e48e6290a = (options)=>{
1741
1796
  const $d05a635c6a58c99f$export$9c52b148e3e82e = (options)=>{
1742
1797
  return (options?.client ?? $d05a635c6a58c99f$export$388e0302ca0d9a41).patch({
1743
1798
  ...options,
1744
- url: "/namespaces/{namespaceId}"
1799
+ url: "/namespaces/{namespaceIdOrKey}"
1745
1800
  });
1746
1801
  };
1747
1802
  const $d05a635c6a58c99f$export$4b83ac7774adea2f = (options)=>{
@@ -1932,5 +1987,5 @@ var $ffc5a78cf4bf2729$exports = {};
1932
1987
 
1933
1988
 
1934
1989
 
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$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$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};
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};
1936
1991
  //# sourceMappingURL=module.js.map