@36node/auth-sdk 1.2.0-pr-12-9569deef24 → 1.2.0-pr-12-324c3d6447
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 +73 -73
- package/dist/main.js.map +1 -1
- package/dist/module.js +74 -74
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +89 -89
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -57,13 +57,13 @@ $parcel$export($00d9c40198a72115$exports, "$EmailStatus", () => $00d9c40198a7211
|
|
|
57
57
|
$parcel$export($00d9c40198a72115$exports, "$CreateEmailRecordDto", () => $00d9c40198a72115$export$2093419254bae162);
|
|
58
58
|
$parcel$export($00d9c40198a72115$exports, "$EmailRecord", () => $00d9c40198a72115$export$96180cdcc4bc745c);
|
|
59
59
|
$parcel$export($00d9c40198a72115$exports, "$UpdateEmailRecordDto", () => $00d9c40198a72115$export$f581847698cf72b6);
|
|
60
|
-
$parcel$export($00d9c40198a72115$exports, "$Industry", () => $00d9c40198a72115$export$86e7567d0e80a3fd);
|
|
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",
|
|
@@ -1415,63 +1415,6 @@ const $00d9c40198a72115$export$f581847698cf72b6 = {
|
|
|
1415
1415
|
}
|
|
1416
1416
|
}
|
|
1417
1417
|
};
|
|
1418
|
-
const $00d9c40198a72115$export$86e7567d0e80a3fd = {
|
|
1419
|
-
type: "object",
|
|
1420
|
-
properties: {
|
|
1421
|
-
code: {
|
|
1422
|
-
type: "string",
|
|
1423
|
-
description: "\u7F16\u7801"
|
|
1424
|
-
},
|
|
1425
|
-
name: {
|
|
1426
|
-
type: "string",
|
|
1427
|
-
description: "\u540D\u79F0"
|
|
1428
|
-
},
|
|
1429
|
-
children: {
|
|
1430
|
-
description: "\u5B50\u96C6",
|
|
1431
|
-
type: "array",
|
|
1432
|
-
items: {
|
|
1433
|
-
$ref: "#/components/schemas/Industry"
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
},
|
|
1437
|
-
required: [
|
|
1438
|
-
"code",
|
|
1439
|
-
"name",
|
|
1440
|
-
"children"
|
|
1441
|
-
]
|
|
1442
|
-
};
|
|
1443
|
-
const $00d9c40198a72115$export$fd4976cd1b633c9 = {
|
|
1444
|
-
type: "object",
|
|
1445
|
-
properties: {
|
|
1446
|
-
code: {
|
|
1447
|
-
type: "string",
|
|
1448
|
-
description: "\u7F29\u5199"
|
|
1449
|
-
},
|
|
1450
|
-
nameZh: {
|
|
1451
|
-
type: "string",
|
|
1452
|
-
description: "\u4E2D\u6587\u540D\u79F0"
|
|
1453
|
-
},
|
|
1454
|
-
namePinyin: {
|
|
1455
|
-
type: "string",
|
|
1456
|
-
description: "\u4E2D\u6587\u62FC\u97F3"
|
|
1457
|
-
},
|
|
1458
|
-
nameEn: {
|
|
1459
|
-
type: "string",
|
|
1460
|
-
description: "\u82F1\u6587\u540D\u79F0"
|
|
1461
|
-
},
|
|
1462
|
-
dialingPrefix: {
|
|
1463
|
-
type: "string",
|
|
1464
|
-
description: "\u7535\u8BDD\u524D\u7F00"
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
required: [
|
|
1468
|
-
"code",
|
|
1469
|
-
"nameZh",
|
|
1470
|
-
"namePinyin",
|
|
1471
|
-
"nameEn",
|
|
1472
|
-
"dialingPrefix"
|
|
1473
|
-
]
|
|
1474
|
-
};
|
|
1475
1418
|
const $00d9c40198a72115$export$9af4a86888b337b1 = {
|
|
1476
1419
|
type: "object",
|
|
1477
1420
|
properties: {
|
|
@@ -1624,6 +1567,63 @@ const $00d9c40198a72115$export$b885d88b4209b261 = {
|
|
|
1624
1567
|
}
|
|
1625
1568
|
}
|
|
1626
1569
|
};
|
|
1570
|
+
const $00d9c40198a72115$export$86e7567d0e80a3fd = {
|
|
1571
|
+
type: "object",
|
|
1572
|
+
properties: {
|
|
1573
|
+
code: {
|
|
1574
|
+
type: "string",
|
|
1575
|
+
description: "\u7F16\u7801"
|
|
1576
|
+
},
|
|
1577
|
+
name: {
|
|
1578
|
+
type: "string",
|
|
1579
|
+
description: "\u540D\u79F0"
|
|
1580
|
+
},
|
|
1581
|
+
children: {
|
|
1582
|
+
description: "\u5B50\u96C6",
|
|
1583
|
+
type: "array",
|
|
1584
|
+
items: {
|
|
1585
|
+
$ref: "#/components/schemas/Industry"
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
required: [
|
|
1590
|
+
"code",
|
|
1591
|
+
"name",
|
|
1592
|
+
"children"
|
|
1593
|
+
]
|
|
1594
|
+
};
|
|
1595
|
+
const $00d9c40198a72115$export$fd4976cd1b633c9 = {
|
|
1596
|
+
type: "object",
|
|
1597
|
+
properties: {
|
|
1598
|
+
code: {
|
|
1599
|
+
type: "string",
|
|
1600
|
+
description: "\u7F29\u5199"
|
|
1601
|
+
},
|
|
1602
|
+
nameZh: {
|
|
1603
|
+
type: "string",
|
|
1604
|
+
description: "\u4E2D\u6587\u540D\u79F0"
|
|
1605
|
+
},
|
|
1606
|
+
namePinyin: {
|
|
1607
|
+
type: "string",
|
|
1608
|
+
description: "\u4E2D\u6587\u62FC\u97F3"
|
|
1609
|
+
},
|
|
1610
|
+
nameEn: {
|
|
1611
|
+
type: "string",
|
|
1612
|
+
description: "\u82F1\u6587\u540D\u79F0"
|
|
1613
|
+
},
|
|
1614
|
+
dialingPrefix: {
|
|
1615
|
+
type: "string",
|
|
1616
|
+
description: "\u7535\u8BDD\u524D\u7F00"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
required: [
|
|
1620
|
+
"code",
|
|
1621
|
+
"nameZh",
|
|
1622
|
+
"namePinyin",
|
|
1623
|
+
"nameEn",
|
|
1624
|
+
"dialingPrefix"
|
|
1625
|
+
]
|
|
1626
|
+
};
|
|
1627
1627
|
|
|
1628
1628
|
|
|
1629
1629
|
var $f3613dc0d7a37c99$exports = {};
|
|
@@ -1674,14 +1674,14 @@ $parcel$export($f3613dc0d7a37c99$exports, "listEmailRecords", () => $f3613dc0d7a
|
|
|
1674
1674
|
$parcel$export($f3613dc0d7a37c99$exports, "getEmailRecord", () => $f3613dc0d7a37c99$export$e3abaa1f0f2be390);
|
|
1675
1675
|
$parcel$export($f3613dc0d7a37c99$exports, "updateEmailRecord", () => $f3613dc0d7a37c99$export$340a3b15edf5320b);
|
|
1676
1676
|
$parcel$export($f3613dc0d7a37c99$exports, "deleteEmailRecord", () => $f3613dc0d7a37c99$export$47732292698093e5);
|
|
1677
|
-
$parcel$export($f3613dc0d7a37c99$exports, "listIndustries", () => $f3613dc0d7a37c99$export$6a657f882af8e729);
|
|
1678
|
-
$parcel$export($f3613dc0d7a37c99$exports, "listRegions", () => $f3613dc0d7a37c99$export$40295cce70884665);
|
|
1679
1677
|
$parcel$export($f3613dc0d7a37c99$exports, "sendSms", () => $f3613dc0d7a37c99$export$fe12addabe061498);
|
|
1680
1678
|
$parcel$export($f3613dc0d7a37c99$exports, "createSmsRecord", () => $f3613dc0d7a37c99$export$89ba073eddabee7c);
|
|
1681
1679
|
$parcel$export($f3613dc0d7a37c99$exports, "listSmsRecords", () => $f3613dc0d7a37c99$export$3a0aa6683b18ae05);
|
|
1682
1680
|
$parcel$export($f3613dc0d7a37c99$exports, "getSmsRecord", () => $f3613dc0d7a37c99$export$8a807b18b6923f94);
|
|
1683
1681
|
$parcel$export($f3613dc0d7a37c99$exports, "updateSmsRecord", () => $f3613dc0d7a37c99$export$a658b2c8c182930a);
|
|
1684
1682
|
$parcel$export($f3613dc0d7a37c99$exports, "deleteSmsRecord", () => $f3613dc0d7a37c99$export$2816e50d4ec74f93);
|
|
1683
|
+
$parcel$export($f3613dc0d7a37c99$exports, "listIndustries", () => $f3613dc0d7a37c99$export$6a657f882af8e729);
|
|
1684
|
+
$parcel$export($f3613dc0d7a37c99$exports, "listRegions", () => $f3613dc0d7a37c99$export$40295cce70884665);
|
|
1685
1685
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
1686
1686
|
|
|
1687
1687
|
const $f3613dc0d7a37c99$export$388e0302ca0d9a41 = (0, $8zHUo$heyapiclientfetch.createClient)((0, $8zHUo$heyapiclientfetch.createConfig)());
|
|
@@ -1955,18 +1955,6 @@ const $f3613dc0d7a37c99$export$47732292698093e5 = (options)=>{
|
|
|
1955
1955
|
url: "/email/records/{emailRecordId}"
|
|
1956
1956
|
});
|
|
1957
1957
|
};
|
|
1958
|
-
const $f3613dc0d7a37c99$export$6a657f882af8e729 = (options)=>{
|
|
1959
|
-
return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
|
|
1960
|
-
...options,
|
|
1961
|
-
url: "/industries"
|
|
1962
|
-
});
|
|
1963
|
-
};
|
|
1964
|
-
const $f3613dc0d7a37c99$export$40295cce70884665 = (options)=>{
|
|
1965
|
-
return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
|
|
1966
|
-
...options,
|
|
1967
|
-
url: "/regions"
|
|
1968
|
-
});
|
|
1969
|
-
};
|
|
1970
1958
|
const $f3613dc0d7a37c99$export$fe12addabe061498 = (options)=>{
|
|
1971
1959
|
return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).post({
|
|
1972
1960
|
...options,
|
|
@@ -2003,6 +1991,18 @@ const $f3613dc0d7a37c99$export$2816e50d4ec74f93 = (options)=>{
|
|
|
2003
1991
|
url: "/sms/records/{smsRecordId}"
|
|
2004
1992
|
});
|
|
2005
1993
|
};
|
|
1994
|
+
const $f3613dc0d7a37c99$export$6a657f882af8e729 = (options)=>{
|
|
1995
|
+
return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
|
|
1996
|
+
...options,
|
|
1997
|
+
url: "/industries"
|
|
1998
|
+
});
|
|
1999
|
+
};
|
|
2000
|
+
const $f3613dc0d7a37c99$export$40295cce70884665 = (options)=>{
|
|
2001
|
+
return (options?.client ?? $f3613dc0d7a37c99$export$388e0302ca0d9a41).get({
|
|
2002
|
+
...options,
|
|
2003
|
+
url: "/regions"
|
|
2004
|
+
});
|
|
2005
|
+
};
|
|
2006
2006
|
|
|
2007
2007
|
|
|
2008
2008
|
var $88825bdeeeec0ab1$exports = {};
|