@36node/auth-sdk 1.2.0 → 1.3.0-pr-13-189465f53d

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 CHANGED
@@ -46,6 +46,9 @@ $parcel$export($00d9c40198a72115$exports, "$UpdateNamespaceDto", () => $00d9c401
46
46
  $parcel$export($00d9c40198a72115$exports, "$CreateSessionDto", () => $00d9c40198a72115$export$c383d7f32a575ab);
47
47
  $parcel$export($00d9c40198a72115$exports, "$Session", () => $00d9c40198a72115$export$90376f1cecfdbf1b);
48
48
  $parcel$export($00d9c40198a72115$exports, "$UpdateSessionDto", () => $00d9c40198a72115$export$8799e003f5e64a20);
49
+ $parcel$export($00d9c40198a72115$exports, "$CreateGroupDto", () => $00d9c40198a72115$export$f82ca5b68f88f064);
50
+ $parcel$export($00d9c40198a72115$exports, "$Group", () => $00d9c40198a72115$export$c90c1d4bd95ad384);
51
+ $parcel$export($00d9c40198a72115$exports, "$UpdateGroupDto", () => $00d9c40198a72115$export$1003ec321a8b124);
49
52
  $parcel$export($00d9c40198a72115$exports, "$CreateCaptchaDto", () => $00d9c40198a72115$export$7e72ed431ee59116);
50
53
  $parcel$export($00d9c40198a72115$exports, "$Captcha", () => $00d9c40198a72115$export$1f2dec6968d7e276);
51
54
  $parcel$export($00d9c40198a72115$exports, "$UpdateCaptchaDto", () => $00d9c40198a72115$export$9ccc176b5ae9cc36);
@@ -54,16 +57,13 @@ $parcel$export($00d9c40198a72115$exports, "$EmailStatus", () => $00d9c40198a7211
54
57
  $parcel$export($00d9c40198a72115$exports, "$CreateEmailRecordDto", () => $00d9c40198a72115$export$2093419254bae162);
55
58
  $parcel$export($00d9c40198a72115$exports, "$EmailRecord", () => $00d9c40198a72115$export$96180cdcc4bc745c);
56
59
  $parcel$export($00d9c40198a72115$exports, "$UpdateEmailRecordDto", () => $00d9c40198a72115$export$f581847698cf72b6);
57
- $parcel$export($00d9c40198a72115$exports, "$Industry", () => $00d9c40198a72115$export$86e7567d0e80a3fd);
58
- $parcel$export($00d9c40198a72115$exports, "$CreateGroupDto", () => $00d9c40198a72115$export$f82ca5b68f88f064);
59
- $parcel$export($00d9c40198a72115$exports, "$Group", () => $00d9c40198a72115$export$c90c1d4bd95ad384);
60
- $parcel$export($00d9c40198a72115$exports, "$UpdateGroupDto", () => $00d9c40198a72115$export$1003ec321a8b124);
61
- $parcel$export($00d9c40198a72115$exports, "$Region", () => $00d9c40198a72115$export$fd4976cd1b633c9);
62
60
  $parcel$export($00d9c40198a72115$exports, "$SendSmsDto", () => $00d9c40198a72115$export$9af4a86888b337b1);
63
61
  $parcel$export($00d9c40198a72115$exports, "$SmsStatus", () => $00d9c40198a72115$export$d1050030e8300ed6);
64
62
  $parcel$export($00d9c40198a72115$exports, "$CreateSmsRecordDto", () => $00d9c40198a72115$export$c91a8145d1d88a6b);
65
63
  $parcel$export($00d9c40198a72115$exports, "$SmsRecord", () => $00d9c40198a72115$export$62bcd56e06b73f35);
66
64
  $parcel$export($00d9c40198a72115$exports, "$UpdateSmsRecordDto", () => $00d9c40198a72115$export$b885d88b4209b261);
65
+ $parcel$export($00d9c40198a72115$exports, "$Industry", () => $00d9c40198a72115$export$86e7567d0e80a3fd);
66
+ $parcel$export($00d9c40198a72115$exports, "$Region", () => $00d9c40198a72115$export$fd4976cd1b633c9);
67
67
  // This file is auto-generated by @hey-api/openapi-ts
68
68
  const $00d9c40198a72115$export$88f4d4b355951aa3 = {
69
69
  type: "object",
@@ -188,8 +188,7 @@ const $00d9c40198a72115$export$424b0b82fa10bdfa = {
188
188
  },
189
189
  employeeId: {
190
190
  type: "string",
191
- description: `<<<<<<< HEAD
192
- \u{5458}\u{5DE5}\u{7F16}\u{53F7}`
191
+ description: "\u5458\u5DE5\u7F16\u53F7"
193
192
  },
194
193
  permissions: {
195
194
  description: "\u6743\u9650",
@@ -220,9 +219,7 @@ const $00d9c40198a72115$export$424b0b82fa10bdfa = {
220
219
  },
221
220
  status: {
222
221
  type: "string",
223
- description: `=======
224
- >>>>>>> main
225
- \u{72B6}\u{6001}`
222
+ description: "\u72B6\u6001"
226
223
  },
227
224
  expireAt: {
228
225
  format: "date-time",
@@ -589,8 +586,7 @@ const $00d9c40198a72115$export$42fb86b793a2c536 = {
589
586
  },
590
587
  employeeId: {
591
588
  type: "string",
592
- description: `<<<<<<< HEAD
593
- \u{5458}\u{5DE5}\u{7F16}\u{53F7}`
589
+ description: "\u5458\u5DE5\u7F16\u53F7"
594
590
  },
595
591
  permissions: {
596
592
  description: "\u6743\u9650",
@@ -616,9 +612,7 @@ const $00d9c40198a72115$export$42fb86b793a2c536 = {
616
612
  },
617
613
  status: {
618
614
  type: "string",
619
- description: `=======
620
- >>>>>>> main
621
- \u{72B6}\u{6001}`
615
+ description: "\u72B6\u6001"
622
616
  },
623
617
  expireAt: {
624
618
  format: "date-time",
@@ -717,8 +711,7 @@ const $00d9c40198a72115$export$1b308892cefd8e3e = {
717
711
  },
718
712
  employeeId: {
719
713
  type: "string",
720
- description: `<<<<<<< HEAD
721
- \u{5458}\u{5DE5}\u{7F16}\u{53F7}`
714
+ description: "\u5458\u5DE5\u7F16\u53F7"
722
715
  },
723
716
  permissions: {
724
717
  description: "\u6743\u9650",
@@ -749,9 +742,7 @@ const $00d9c40198a72115$export$1b308892cefd8e3e = {
749
742
  },
750
743
  status: {
751
744
  type: "string",
752
- description: `=======
753
- >>>>>>> main
754
- \u{72B6}\u{6001}`
745
+ description: "\u72B6\u6001"
755
746
  },
756
747
  expireAt: {
757
748
  format: "date-time",
@@ -1083,6 +1074,119 @@ const $00d9c40198a72115$export$8799e003f5e64a20 = {
1083
1074
  }
1084
1075
  }
1085
1076
  };
1077
+ const $00d9c40198a72115$export$f82ca5b68f88f064 = {
1078
+ type: "object",
1079
+ properties: {
1080
+ data: {
1081
+ type: "string",
1082
+ description: "\u989D\u5916\u6570\u636E"
1083
+ },
1084
+ name: {
1085
+ type: "string",
1086
+ description: "\u540D\u79F0"
1087
+ },
1088
+ permissions: {
1089
+ description: "\u6743\u9650",
1090
+ type: "array",
1091
+ items: {
1092
+ type: "string"
1093
+ }
1094
+ },
1095
+ active: {
1096
+ type: "boolean",
1097
+ description: "\u662F\u5426\u542F\u7528"
1098
+ },
1099
+ userCount: {
1100
+ type: "number",
1101
+ description: "\u4EBA\u6570"
1102
+ }
1103
+ },
1104
+ required: [
1105
+ "name"
1106
+ ]
1107
+ };
1108
+ const $00d9c40198a72115$export$c90c1d4bd95ad384 = {
1109
+ type: "object",
1110
+ properties: {
1111
+ data: {
1112
+ type: "string",
1113
+ description: "\u989D\u5916\u6570\u636E"
1114
+ },
1115
+ name: {
1116
+ type: "string",
1117
+ description: "\u540D\u79F0"
1118
+ },
1119
+ permissions: {
1120
+ description: "\u6743\u9650",
1121
+ type: "array",
1122
+ items: {
1123
+ type: "string"
1124
+ }
1125
+ },
1126
+ active: {
1127
+ type: "boolean",
1128
+ description: "\u662F\u5426\u542F\u7528"
1129
+ },
1130
+ userCount: {
1131
+ type: "number",
1132
+ description: "\u4EBA\u6570"
1133
+ },
1134
+ id: {
1135
+ type: "string",
1136
+ description: "Entity id"
1137
+ },
1138
+ createdAt: {
1139
+ format: "date-time",
1140
+ type: "string",
1141
+ description: "Entity created at when"
1142
+ },
1143
+ updatedAt: {
1144
+ format: "date-time",
1145
+ type: "string",
1146
+ description: "Entity updated at when"
1147
+ },
1148
+ createdBy: {
1149
+ type: "string",
1150
+ description: "Entity created by who"
1151
+ },
1152
+ updatedBy: {
1153
+ type: "string",
1154
+ description: "Entity updated by who"
1155
+ }
1156
+ },
1157
+ required: [
1158
+ "name",
1159
+ "id"
1160
+ ]
1161
+ };
1162
+ const $00d9c40198a72115$export$1003ec321a8b124 = {
1163
+ type: "object",
1164
+ properties: {
1165
+ data: {
1166
+ type: "string",
1167
+ description: "\u989D\u5916\u6570\u636E"
1168
+ },
1169
+ name: {
1170
+ type: "string",
1171
+ description: "\u540D\u79F0"
1172
+ },
1173
+ permissions: {
1174
+ description: "\u6743\u9650",
1175
+ type: "array",
1176
+ items: {
1177
+ type: "string"
1178
+ }
1179
+ },
1180
+ active: {
1181
+ type: "boolean",
1182
+ description: "\u662F\u5426\u542F\u7528"
1183
+ },
1184
+ userCount: {
1185
+ type: "number",
1186
+ description: "\u4EBA\u6570"
1187
+ }
1188
+ }
1189
+ };
1086
1190
  const $00d9c40198a72115$export$7e72ed431ee59116 = {
1087
1191
  type: "object",
1088
1192
  properties: {
@@ -1323,164 +1427,6 @@ const $00d9c40198a72115$export$f581847698cf72b6 = {
1323
1427
  }
1324
1428
  }
1325
1429
  };
1326
- const $00d9c40198a72115$export$86e7567d0e80a3fd = {
1327
- type: "object",
1328
- properties: {
1329
- code: {
1330
- type: "string",
1331
- description: "\u7F16\u7801"
1332
- },
1333
- name: {
1334
- type: "string",
1335
- description: "\u540D\u79F0"
1336
- },
1337
- children: {
1338
- description: "\u5B50\u96C6",
1339
- type: "array",
1340
- items: {
1341
- $ref: "#/components/schemas/Industry"
1342
- }
1343
- }
1344
- },
1345
- required: [
1346
- "code",
1347
- "name",
1348
- "children"
1349
- ]
1350
- };
1351
- const $00d9c40198a72115$export$f82ca5b68f88f064 = {
1352
- type: "object",
1353
- properties: {
1354
- name: {
1355
- type: "string",
1356
- description: "\u540D\u79F0"
1357
- },
1358
- permissions: {
1359
- description: "\u6743\u9650",
1360
- type: "array",
1361
- items: {
1362
- type: "string"
1363
- }
1364
- },
1365
- active: {
1366
- type: "boolean",
1367
- description: "\u662F\u5426\u542F\u7528"
1368
- },
1369
- userCount: {
1370
- type: "number",
1371
- description: "\u4EBA\u6570"
1372
- }
1373
- },
1374
- required: [
1375
- "name"
1376
- ]
1377
- };
1378
- const $00d9c40198a72115$export$c90c1d4bd95ad384 = {
1379
- type: "object",
1380
- properties: {
1381
- name: {
1382
- type: "string",
1383
- description: "\u540D\u79F0"
1384
- },
1385
- permissions: {
1386
- description: "\u6743\u9650",
1387
- type: "array",
1388
- items: {
1389
- type: "string"
1390
- }
1391
- },
1392
- active: {
1393
- type: "boolean",
1394
- description: "\u662F\u5426\u542F\u7528"
1395
- },
1396
- userCount: {
1397
- type: "number",
1398
- description: "\u4EBA\u6570"
1399
- },
1400
- id: {
1401
- type: "string",
1402
- description: "Entity id"
1403
- },
1404
- createdAt: {
1405
- format: "date-time",
1406
- type: "string",
1407
- description: "Entity created at when"
1408
- },
1409
- updatedAt: {
1410
- format: "date-time",
1411
- type: "string",
1412
- description: "Entity updated at when"
1413
- },
1414
- createdBy: {
1415
- type: "string",
1416
- description: "Entity created by who"
1417
- },
1418
- updatedBy: {
1419
- type: "string",
1420
- description: "Entity updated by who"
1421
- }
1422
- },
1423
- required: [
1424
- "name",
1425
- "id"
1426
- ]
1427
- };
1428
- const $00d9c40198a72115$export$1003ec321a8b124 = {
1429
- type: "object",
1430
- properties: {
1431
- name: {
1432
- type: "string",
1433
- description: "\u540D\u79F0"
1434
- },
1435
- permissions: {
1436
- description: "\u6743\u9650",
1437
- type: "array",
1438
- items: {
1439
- type: "string"
1440
- }
1441
- },
1442
- active: {
1443
- type: "boolean",
1444
- description: "\u662F\u5426\u542F\u7528"
1445
- },
1446
- userCount: {
1447
- type: "number",
1448
- description: "\u4EBA\u6570"
1449
- }
1450
- }
1451
- };
1452
- const $00d9c40198a72115$export$fd4976cd1b633c9 = {
1453
- type: "object",
1454
- properties: {
1455
- code: {
1456
- type: "string",
1457
- description: "\u7F29\u5199"
1458
- },
1459
- nameZh: {
1460
- type: "string",
1461
- description: "\u4E2D\u6587\u540D\u79F0"
1462
- },
1463
- namePinyin: {
1464
- type: "string",
1465
- description: "\u4E2D\u6587\u62FC\u97F3"
1466
- },
1467
- nameEn: {
1468
- type: "string",
1469
- description: "\u82F1\u6587\u540D\u79F0"
1470
- },
1471
- dialingPrefix: {
1472
- type: "string",
1473
- description: "\u7535\u8BDD\u524D\u7F00"
1474
- }
1475
- },
1476
- required: [
1477
- "code",
1478
- "nameZh",
1479
- "namePinyin",
1480
- "nameEn",
1481
- "dialingPrefix"
1482
- ]
1483
- };
1484
1430
  const $00d9c40198a72115$export$9af4a86888b337b1 = {
1485
1431
  type: "object",
1486
1432
  properties: {
@@ -1633,6 +1579,63 @@ const $00d9c40198a72115$export$b885d88b4209b261 = {
1633
1579
  }
1634
1580
  }
1635
1581
  };
1582
+ const $00d9c40198a72115$export$86e7567d0e80a3fd = {
1583
+ type: "object",
1584
+ properties: {
1585
+ code: {
1586
+ type: "string",
1587
+ description: "\u7F16\u7801"
1588
+ },
1589
+ name: {
1590
+ type: "string",
1591
+ description: "\u540D\u79F0"
1592
+ },
1593
+ children: {
1594
+ description: "\u5B50\u96C6",
1595
+ type: "array",
1596
+ items: {
1597
+ $ref: "#/components/schemas/Industry"
1598
+ }
1599
+ }
1600
+ },
1601
+ required: [
1602
+ "code",
1603
+ "name",
1604
+ "children"
1605
+ ]
1606
+ };
1607
+ const $00d9c40198a72115$export$fd4976cd1b633c9 = {
1608
+ type: "object",
1609
+ properties: {
1610
+ code: {
1611
+ type: "string",
1612
+ description: "\u7F29\u5199"
1613
+ },
1614
+ nameZh: {
1615
+ type: "string",
1616
+ description: "\u4E2D\u6587\u540D\u79F0"
1617
+ },
1618
+ namePinyin: {
1619
+ type: "string",
1620
+ description: "\u4E2D\u6587\u62FC\u97F3"
1621
+ },
1622
+ nameEn: {
1623
+ type: "string",
1624
+ description: "\u82F1\u6587\u540D\u79F0"
1625
+ },
1626
+ dialingPrefix: {
1627
+ type: "string",
1628
+ description: "\u7535\u8BDD\u524D\u7F00"
1629
+ }
1630
+ },
1631
+ required: [
1632
+ "code",
1633
+ "nameZh",
1634
+ "namePinyin",
1635
+ "nameEn",
1636
+ "dialingPrefix"
1637
+ ]
1638
+ };
1636
1639
 
1637
1640
 
1638
1641
  var $f3613dc0d7a37c99$exports = {};
@@ -1647,6 +1650,7 @@ $parcel$export($f3613dc0d7a37c99$exports, "registerByPhone", () => $f3613dc0d7a3
1647
1650
  $parcel$export($f3613dc0d7a37c99$exports, "registerByEmail", () => $f3613dc0d7a37c99$export$81b4f1bef0778e97);
1648
1651
  $parcel$export($f3613dc0d7a37c99$exports, "signToken", () => $f3613dc0d7a37c99$export$6fa58217127c2be5);
1649
1652
  $parcel$export($f3613dc0d7a37c99$exports, "refresh", () => $f3613dc0d7a37c99$export$2d6e9b4c68afb6c8);
1653
+ $parcel$export($f3613dc0d7a37c99$exports, "cleanupAllData", () => $f3613dc0d7a37c99$export$1d732abae8c2178b);
1650
1654
  $parcel$export($f3613dc0d7a37c99$exports, "createUser", () => $f3613dc0d7a37c99$export$3493b8991d49f558);
1651
1655
  $parcel$export($f3613dc0d7a37c99$exports, "listUsers", () => $f3613dc0d7a37c99$export$1c4bb93498097c2d);
1652
1656
  $parcel$export($f3613dc0d7a37c99$exports, "getUser", () => $f3613dc0d7a37c99$export$7cbf767827cd68ba);
@@ -1666,6 +1670,11 @@ $parcel$export($f3613dc0d7a37c99$exports, "listSessions", () => $f3613dc0d7a37c9
1666
1670
  $parcel$export($f3613dc0d7a37c99$exports, "getSession", () => $f3613dc0d7a37c99$export$12151e9ef3722552);
1667
1671
  $parcel$export($f3613dc0d7a37c99$exports, "updateSession", () => $f3613dc0d7a37c99$export$531818e825e774db);
1668
1672
  $parcel$export($f3613dc0d7a37c99$exports, "deleteSession", () => $f3613dc0d7a37c99$export$f3b72123251cadf);
1673
+ $parcel$export($f3613dc0d7a37c99$exports, "createGroup", () => $f3613dc0d7a37c99$export$856f728536d122cb);
1674
+ $parcel$export($f3613dc0d7a37c99$exports, "listGroups", () => $f3613dc0d7a37c99$export$6e0114716bd43025);
1675
+ $parcel$export($f3613dc0d7a37c99$exports, "getGroup", () => $f3613dc0d7a37c99$export$dd8fe8767b0c9948);
1676
+ $parcel$export($f3613dc0d7a37c99$exports, "updateGroup", () => $f3613dc0d7a37c99$export$7266cde9e95c4de8);
1677
+ $parcel$export($f3613dc0d7a37c99$exports, "deleteGroup", () => $f3613dc0d7a37c99$export$ae2679b329fc10b6);
1669
1678
  $parcel$export($f3613dc0d7a37c99$exports, "createCaptcha", () => $f3613dc0d7a37c99$export$a6205785190db785);
1670
1679
  $parcel$export($f3613dc0d7a37c99$exports, "listCaptchas", () => $f3613dc0d7a37c99$export$72a6916a1591271b);
1671
1680
  $parcel$export($f3613dc0d7a37c99$exports, "getCaptcha", () => $f3613dc0d7a37c99$export$3f7c59539a3d9e70);
@@ -1677,19 +1686,14 @@ $parcel$export($f3613dc0d7a37c99$exports, "listEmailRecords", () => $f3613dc0d7a
1677
1686
  $parcel$export($f3613dc0d7a37c99$exports, "getEmailRecord", () => $f3613dc0d7a37c99$export$e3abaa1f0f2be390);
1678
1687
  $parcel$export($f3613dc0d7a37c99$exports, "updateEmailRecord", () => $f3613dc0d7a37c99$export$340a3b15edf5320b);
1679
1688
  $parcel$export($f3613dc0d7a37c99$exports, "deleteEmailRecord", () => $f3613dc0d7a37c99$export$47732292698093e5);
1680
- $parcel$export($f3613dc0d7a37c99$exports, "listIndustries", () => $f3613dc0d7a37c99$export$6a657f882af8e729);
1681
- $parcel$export($f3613dc0d7a37c99$exports, "createGroup", () => $f3613dc0d7a37c99$export$856f728536d122cb);
1682
- $parcel$export($f3613dc0d7a37c99$exports, "listGroups", () => $f3613dc0d7a37c99$export$6e0114716bd43025);
1683
- $parcel$export($f3613dc0d7a37c99$exports, "getGroup", () => $f3613dc0d7a37c99$export$dd8fe8767b0c9948);
1684
- $parcel$export($f3613dc0d7a37c99$exports, "updateGroup", () => $f3613dc0d7a37c99$export$7266cde9e95c4de8);
1685
- $parcel$export($f3613dc0d7a37c99$exports, "deleteGroup", () => $f3613dc0d7a37c99$export$ae2679b329fc10b6);
1686
- $parcel$export($f3613dc0d7a37c99$exports, "listRegions", () => $f3613dc0d7a37c99$export$40295cce70884665);
1687
1689
  $parcel$export($f3613dc0d7a37c99$exports, "sendSms", () => $f3613dc0d7a37c99$export$fe12addabe061498);
1688
1690
  $parcel$export($f3613dc0d7a37c99$exports, "createSmsRecord", () => $f3613dc0d7a37c99$export$89ba073eddabee7c);
1689
1691
  $parcel$export($f3613dc0d7a37c99$exports, "listSmsRecords", () => $f3613dc0d7a37c99$export$3a0aa6683b18ae05);
1690
1692
  $parcel$export($f3613dc0d7a37c99$exports, "getSmsRecord", () => $f3613dc0d7a37c99$export$8a807b18b6923f94);
1691
1693
  $parcel$export($f3613dc0d7a37c99$exports, "updateSmsRecord", () => $f3613dc0d7a37c99$export$a658b2c8c182930a);
1692
1694
  $parcel$export($f3613dc0d7a37c99$exports, "deleteSmsRecord", () => $f3613dc0d7a37c99$export$2816e50d4ec74f93);
1695
+ $parcel$export($f3613dc0d7a37c99$exports, "listIndustries", () => $f3613dc0d7a37c99$export$6a657f882af8e729);
1696
+ $parcel$export($f3613dc0d7a37c99$exports, "listRegions", () => $f3613dc0d7a37c99$export$40295cce70884665);
1693
1697
  // This file is auto-generated by @hey-api/openapi-ts
1694
1698
 
1695
1699
  const $f3613dc0d7a37c99$export$388e0302ca0d9a41 = (0, $8zHUo$heyapiclientfetch.createClient)((0, $8zHUo$heyapiclientfetch.createConfig)());
@@ -1747,6 +1751,12 @@ const $f3613dc0d7a37c99$export$2d6e9b4c68afb6c8 = (options)=>{
1747
1751
  url: "/auth/@refresh"
1748
1752
  });
1749
1753
  };
1754
+ const $f3613dc0d7a37c99$export$1d732abae8c2178b = (options)=>{
1755
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).delete({
1756
+ ...options,
1757
+ url: "/auth/@cleanup"
1758
+ });
1759
+ };
1750
1760
  const $f3613dc0d7a37c99$export$3493b8991d49f558 = (options)=>{
1751
1761
  return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).post({
1752
1762
  ...options,
@@ -1861,6 +1871,36 @@ const $f3613dc0d7a37c99$export$f3b72123251cadf = (options)=>{
1861
1871
  url: "/sessions/{sessionId}"
1862
1872
  });
1863
1873
  };
1874
+ const $f3613dc0d7a37c99$export$856f728536d122cb = (options)=>{
1875
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).post({
1876
+ ...options,
1877
+ url: "/groups"
1878
+ });
1879
+ };
1880
+ const $f3613dc0d7a37c99$export$6e0114716bd43025 = (options)=>{
1881
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1882
+ ...options,
1883
+ url: "/groups"
1884
+ });
1885
+ };
1886
+ const $f3613dc0d7a37c99$export$dd8fe8767b0c9948 = (options)=>{
1887
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1888
+ ...options,
1889
+ url: "/groups/{groupIdOrName}"
1890
+ });
1891
+ };
1892
+ const $f3613dc0d7a37c99$export$7266cde9e95c4de8 = (options)=>{
1893
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).patch({
1894
+ ...options,
1895
+ url: "/groups/{groupId}"
1896
+ });
1897
+ };
1898
+ const $f3613dc0d7a37c99$export$ae2679b329fc10b6 = (options)=>{
1899
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).delete({
1900
+ ...options,
1901
+ url: "/groups/{groupId}"
1902
+ });
1903
+ };
1864
1904
  const $f3613dc0d7a37c99$export$a6205785190db785 = (options)=>{
1865
1905
  return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).post({
1866
1906
  ...options,
@@ -1927,48 +1967,6 @@ const $f3613dc0d7a37c99$export$47732292698093e5 = (options)=>{
1927
1967
  url: "/email/records/{emailRecordId}"
1928
1968
  });
1929
1969
  };
1930
- const $f3613dc0d7a37c99$export$6a657f882af8e729 = (options)=>{
1931
- return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1932
- ...options,
1933
- url: "/industries"
1934
- });
1935
- };
1936
- const $f3613dc0d7a37c99$export$856f728536d122cb = (options)=>{
1937
- return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).post({
1938
- ...options,
1939
- url: "/groups"
1940
- });
1941
- };
1942
- const $f3613dc0d7a37c99$export$6e0114716bd43025 = (options)=>{
1943
- return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1944
- ...options,
1945
- url: "/groups"
1946
- });
1947
- };
1948
- const $f3613dc0d7a37c99$export$dd8fe8767b0c9948 = (options)=>{
1949
- return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1950
- ...options,
1951
- url: "/groups/{groupIdOrName}"
1952
- });
1953
- };
1954
- const $f3613dc0d7a37c99$export$7266cde9e95c4de8 = (options)=>{
1955
- return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).patch({
1956
- ...options,
1957
- url: "/groups/{groupId}"
1958
- });
1959
- };
1960
- const $f3613dc0d7a37c99$export$ae2679b329fc10b6 = (options)=>{
1961
- return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).delete({
1962
- ...options,
1963
- url: "/groups/{groupId}"
1964
- });
1965
- };
1966
- const $f3613dc0d7a37c99$export$40295cce70884665 = (options)=>{
1967
- return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1968
- ...options,
1969
- url: "/regions"
1970
- });
1971
- };
1972
1970
  const $f3613dc0d7a37c99$export$fe12addabe061498 = (options)=>{
1973
1971
  return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).post({
1974
1972
  ...options,
@@ -2005,6 +2003,18 @@ const $f3613dc0d7a37c99$export$2816e50d4ec74f93 = (options)=>{
2005
2003
  url: "/sms/records/{smsRecordId}"
2006
2004
  });
2007
2005
  };
2006
+ const $f3613dc0d7a37c99$export$6a657f882af8e729 = (options)=>{
2007
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
2008
+ ...options,
2009
+ url: "/industries"
2010
+ });
2011
+ };
2012
+ const $f3613dc0d7a37c99$export$40295cce70884665 = (options)=>{
2013
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
2014
+ ...options,
2015
+ url: "/regions"
2016
+ });
2017
+ };
2008
2018
 
2009
2019
 
2010
2020
  var $88825bdeeeec0ab1$exports = {};