@huaweicloud/huaweicloud-sdk-swr 3.1.36 → 3.1.37
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/package.json +2 -2
- package/v2/SwrRegion.d.ts +1 -0
- package/v2/SwrRegion.js +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-swr",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.37",
|
|
4
4
|
"description": "Huaweicloud SDK for swr",
|
|
5
5
|
"main": "huaweicloud-sdk-swr.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-swr.d.ts",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.37"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/v2/SwrRegion.d.ts
CHANGED
package/v2/SwrRegion.js
CHANGED
|
@@ -33,6 +33,7 @@ var SwrRegion = exports.SwrRegion = /** @class */ (function () {
|
|
|
33
33
|
SwrRegion.CN_NORTH_9 = new region_1.Region("cn-north-9", ["https://swr-api.cn-north-9.myhuaweicloud.com"]);
|
|
34
34
|
SwrRegion.NA_MEXICO_1 = new region_1.Region("na-mexico-1", ["https://swr-api.na-mexico-1.myhuaweicloud.com"]);
|
|
35
35
|
SwrRegion.LA_NORTH_2 = new region_1.Region("la-north-2", ["https://swr-api.la-north-2.myhuaweicloud.com"]);
|
|
36
|
+
SwrRegion.TR_WEST_1 = new region_1.Region("tr-west-1", ["https://swr-api.tr-west-1.myhuaweicloud.com"]);
|
|
36
37
|
SwrRegion.REGION_MAP = {
|
|
37
38
|
"af-south-1": SwrRegion.AF_SOUTH_1,
|
|
38
39
|
"ap-southeast-1": SwrRegion.AP_SOUTHEAST_1,
|
|
@@ -51,7 +52,8 @@ var SwrRegion = exports.SwrRegion = /** @class */ (function () {
|
|
|
51
52
|
"sa-brazil-1": SwrRegion.SA_BRAZIL_1,
|
|
52
53
|
"cn-north-9": SwrRegion.CN_NORTH_9,
|
|
53
54
|
"na-mexico-1": SwrRegion.NA_MEXICO_1,
|
|
54
|
-
"la-north-2": SwrRegion.LA_NORTH_2
|
|
55
|
+
"la-north-2": SwrRegion.LA_NORTH_2,
|
|
56
|
+
"tr-west-1": SwrRegion.TR_WEST_1
|
|
55
57
|
};
|
|
56
58
|
return SwrRegion;
|
|
57
59
|
}());
|