@36node/auth-sdk 1.1.1-pr-7-6599a4d843 → 1.1.1-pr-7-281e214970

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
@@ -55,6 +55,9 @@ $parcel$export($00d9c40198a72115$exports, "$CreateEmailRecordDto", () => $00d9c4
55
55
  $parcel$export($00d9c40198a72115$exports, "$EmailRecord", () => $00d9c40198a72115$export$96180cdcc4bc745c);
56
56
  $parcel$export($00d9c40198a72115$exports, "$UpdateEmailRecordDto", () => $00d9c40198a72115$export$f581847698cf72b6);
57
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);
58
61
  $parcel$export($00d9c40198a72115$exports, "$Region", () => $00d9c40198a72115$export$fd4976cd1b633c9);
59
62
  $parcel$export($00d9c40198a72115$exports, "$SendSmsDto", () => $00d9c40198a72115$export$9af4a86888b337b1);
60
63
  $parcel$export($00d9c40198a72115$exports, "$SmsStatus", () => $00d9c40198a72115$export$d1050030e8300ed6);
@@ -1285,6 +1288,110 @@ const $00d9c40198a72115$export$86e7567d0e80a3fd = {
1285
1288
  "children"
1286
1289
  ]
1287
1290
  };
1291
+ const $00d9c40198a72115$export$f82ca5b68f88f064 = {
1292
+ type: "object",
1293
+ properties: {
1294
+ name: {
1295
+ type: "string",
1296
+ description: "\u540D\u79F0"
1297
+ },
1298
+ ns: {
1299
+ type: "string",
1300
+ description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
1301
+ },
1302
+ permissions: {
1303
+ description: "\u6743\u9650",
1304
+ type: "array",
1305
+ items: {
1306
+ type: "string"
1307
+ }
1308
+ },
1309
+ active: {
1310
+ type: "boolean",
1311
+ description: "\u662F\u5426\u542F\u7528"
1312
+ }
1313
+ },
1314
+ required: [
1315
+ "name"
1316
+ ]
1317
+ };
1318
+ const $00d9c40198a72115$export$c90c1d4bd95ad384 = {
1319
+ type: "object",
1320
+ properties: {
1321
+ name: {
1322
+ type: "string",
1323
+ description: "\u540D\u79F0"
1324
+ },
1325
+ ns: {
1326
+ type: "string",
1327
+ description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
1328
+ },
1329
+ permissions: {
1330
+ description: "\u6743\u9650",
1331
+ type: "array",
1332
+ items: {
1333
+ type: "string"
1334
+ }
1335
+ },
1336
+ active: {
1337
+ type: "boolean",
1338
+ description: "\u662F\u5426\u542F\u7528"
1339
+ },
1340
+ id: {
1341
+ type: "string",
1342
+ description: "Entity id"
1343
+ },
1344
+ createdAt: {
1345
+ format: "date-time",
1346
+ type: "string",
1347
+ description: "Entity created at when"
1348
+ },
1349
+ updatedAt: {
1350
+ format: "date-time",
1351
+ type: "string",
1352
+ description: "Entity updated at when"
1353
+ },
1354
+ createdBy: {
1355
+ type: "string",
1356
+ description: "Entity created by who"
1357
+ },
1358
+ updatedBy: {
1359
+ type: "string",
1360
+ description: "Entity updated by who"
1361
+ }
1362
+ },
1363
+ required: [
1364
+ "name",
1365
+ "id"
1366
+ ]
1367
+ };
1368
+ const $00d9c40198a72115$export$1003ec321a8b124 = {
1369
+ type: "object",
1370
+ properties: {
1371
+ name: {
1372
+ type: "string",
1373
+ description: "\u540D\u79F0"
1374
+ },
1375
+ ns: {
1376
+ type: "string",
1377
+ description: "\u6240\u5C5E\u547D\u540D\u7A7A\u95F4"
1378
+ },
1379
+ permissions: {
1380
+ description: "\u6743\u9650",
1381
+ type: "array",
1382
+ items: {
1383
+ type: "string"
1384
+ }
1385
+ },
1386
+ active: {
1387
+ type: "boolean",
1388
+ description: "\u662F\u5426\u542F\u7528"
1389
+ }
1390
+ },
1391
+ required: [
1392
+ "name"
1393
+ ]
1394
+ };
1288
1395
  const $00d9c40198a72115$export$fd4976cd1b633c9 = {
1289
1396
  type: "object",
1290
1397
  properties: {
@@ -1513,6 +1620,11 @@ $parcel$export($f3613dc0d7a37c99$exports, "getEmailRecord", () => $f3613dc0d7a37
1513
1620
  $parcel$export($f3613dc0d7a37c99$exports, "updateEmailRecord", () => $f3613dc0d7a37c99$export$340a3b15edf5320b);
1514
1621
  $parcel$export($f3613dc0d7a37c99$exports, "deleteEmailRecord", () => $f3613dc0d7a37c99$export$47732292698093e5);
1515
1622
  $parcel$export($f3613dc0d7a37c99$exports, "listIndustries", () => $f3613dc0d7a37c99$export$6a657f882af8e729);
1623
+ $parcel$export($f3613dc0d7a37c99$exports, "createGroup", () => $f3613dc0d7a37c99$export$856f728536d122cb);
1624
+ $parcel$export($f3613dc0d7a37c99$exports, "listGroups", () => $f3613dc0d7a37c99$export$6e0114716bd43025);
1625
+ $parcel$export($f3613dc0d7a37c99$exports, "getGroup", () => $f3613dc0d7a37c99$export$dd8fe8767b0c9948);
1626
+ $parcel$export($f3613dc0d7a37c99$exports, "updateGroup", () => $f3613dc0d7a37c99$export$7266cde9e95c4de8);
1627
+ $parcel$export($f3613dc0d7a37c99$exports, "deleteGroup", () => $f3613dc0d7a37c99$export$ae2679b329fc10b6);
1516
1628
  $parcel$export($f3613dc0d7a37c99$exports, "listRegions", () => $f3613dc0d7a37c99$export$40295cce70884665);
1517
1629
  $parcel$export($f3613dc0d7a37c99$exports, "sendSms", () => $f3613dc0d7a37c99$export$fe12addabe061498);
1518
1630
  $parcel$export($f3613dc0d7a37c99$exports, "createSmsRecord", () => $f3613dc0d7a37c99$export$89ba073eddabee7c);
@@ -1757,6 +1869,36 @@ const $f3613dc0d7a37c99$export$6a657f882af8e729 = (options)=>{
1757
1869
  url: "/industries"
1758
1870
  });
1759
1871
  };
1872
+ const $f3613dc0d7a37c99$export$856f728536d122cb = (options)=>{
1873
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).post({
1874
+ ...options,
1875
+ url: "/groups"
1876
+ });
1877
+ };
1878
+ const $f3613dc0d7a37c99$export$6e0114716bd43025 = (options)=>{
1879
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1880
+ ...options,
1881
+ url: "/groups"
1882
+ });
1883
+ };
1884
+ const $f3613dc0d7a37c99$export$dd8fe8767b0c9948 = (options)=>{
1885
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1886
+ ...options,
1887
+ url: "/groups/{groupIdOrName}"
1888
+ });
1889
+ };
1890
+ const $f3613dc0d7a37c99$export$7266cde9e95c4de8 = (options)=>{
1891
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).patch({
1892
+ ...options,
1893
+ url: "/groups/{groupId}"
1894
+ });
1895
+ };
1896
+ const $f3613dc0d7a37c99$export$ae2679b329fc10b6 = (options)=>{
1897
+ return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).delete({
1898
+ ...options,
1899
+ url: "/groups/{groupId}"
1900
+ });
1901
+ };
1760
1902
  const $f3613dc0d7a37c99$export$40295cce70884665 = (options)=>{
1761
1903
  return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
1762
1904
  ...options,