@huaweicloud/huaweicloud-sdk-codeartsartifact 3.1.54 → 3.1.56
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-codeartsartifact",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.56",
|
|
4
4
|
"description": "Huaweicloud SDK for codeartsartifact",
|
|
5
5
|
"main": "huaweicloud-sdk-codeartsartifact.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-codeartsartifact.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
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.56"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^14.14.37",
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { Region } from "@huaweicloud/huaweicloud-sdk-core/region/region";
|
|
2
2
|
export declare class CodeArtsArtifactRegion {
|
|
3
3
|
static CN_EAST_3: Region;
|
|
4
|
+
static CN_EAST_2: Region;
|
|
5
|
+
static CN_NORTH_1: Region;
|
|
6
|
+
static CN_NORTH_4: Region;
|
|
7
|
+
static CN_SOUTH_1: Region;
|
|
8
|
+
static CN_SOUTHWEST_2: Region;
|
|
4
9
|
private static REGION_MAP;
|
|
5
10
|
static valueOf(regionId: string): Region;
|
|
6
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeArtsArtifactRegion.d.ts","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/CodeArtsArtifactRegion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iDAAiD,CAAC;AAOzE,qBAAa,sBAAsB;IAC/B,OAAc,SAAS,SAAuF;
|
|
1
|
+
{"version":3,"file":"CodeArtsArtifactRegion.d.ts","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/CodeArtsArtifactRegion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iDAAiD,CAAC;AAOzE,qBAAa,sBAAsB;IAC/B,OAAc,SAAS,SAAuF;IAC9G,OAAc,SAAS,SAAuF;IAC9G,OAAc,UAAU,SAAyF;IACjH,OAAc,UAAU,SAAyF;IACjH,OAAc,UAAU,SAAyF;IACjH,OAAc,cAAc,SAAiG;IAG7H,OAAO,CAAC,MAAM,CAAC,UAAU,CAOvB;WAEY,OAAO,CAAC,QAAQ,EAAE,MAAM;CAUzC"}
|
|
@@ -16,7 +16,17 @@ class CodeArtsArtifactRegion {
|
|
|
16
16
|
}
|
|
17
17
|
exports.CodeArtsArtifactRegion = CodeArtsArtifactRegion;
|
|
18
18
|
CodeArtsArtifactRegion.CN_EAST_3 = new region_1.Region("cn-east-3", ["https://cloudartifacts-ext.cn-east-3.myhuaweicloud.com"]);
|
|
19
|
+
CodeArtsArtifactRegion.CN_EAST_2 = new region_1.Region("cn-east-2", ["https://cloudartifacts-ext.cn-east-2.myhuaweicloud.com"]);
|
|
20
|
+
CodeArtsArtifactRegion.CN_NORTH_1 = new region_1.Region("cn-north-1", ["https://cloudartifacts-ext.cn-north-1.myhuaweicloud.com"]);
|
|
21
|
+
CodeArtsArtifactRegion.CN_NORTH_4 = new region_1.Region("cn-north-4", ["https://cloudartifacts-ext.cn-north-4.myhuaweicloud.com"]);
|
|
22
|
+
CodeArtsArtifactRegion.CN_SOUTH_1 = new region_1.Region("cn-south-1", ["https://cloudartifacts-ext.cn-south-1.myhuaweicloud.com"]);
|
|
23
|
+
CodeArtsArtifactRegion.CN_SOUTHWEST_2 = new region_1.Region("cn-southwest-2", ["https://cloudartifacts-ext.cn-southwest-2.myhuaweicloud.com"]);
|
|
19
24
|
CodeArtsArtifactRegion.REGION_MAP = {
|
|
20
|
-
"cn-east-3": CodeArtsArtifactRegion.CN_EAST_3
|
|
25
|
+
"cn-east-3": CodeArtsArtifactRegion.CN_EAST_3,
|
|
26
|
+
"cn-east-2": CodeArtsArtifactRegion.CN_EAST_2,
|
|
27
|
+
"cn-north-1": CodeArtsArtifactRegion.CN_NORTH_1,
|
|
28
|
+
"cn-north-4": CodeArtsArtifactRegion.CN_NORTH_4,
|
|
29
|
+
"cn-south-1": CodeArtsArtifactRegion.CN_SOUTH_1,
|
|
30
|
+
"cn-southwest-2": CodeArtsArtifactRegion.CN_SOUTHWEST_2
|
|
21
31
|
};
|
|
22
32
|
//# sourceMappingURL=CodeArtsArtifactRegion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeArtsArtifactRegion.js","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/CodeArtsArtifactRegion.ts"],"names":[],"mappings":";;;AAAA,4EAAyE;AAOzE,MAAa,sBAAsB;
|
|
1
|
+
{"version":3,"file":"CodeArtsArtifactRegion.js","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/CodeArtsArtifactRegion.ts"],"names":[],"mappings":";;;AAAA,4EAAyE;AAOzE,MAAa,sBAAsB;IAkBxB,MAAM,CAAC,OAAO,CAAC,QAAgB;QAClC,IAAI,CAAC,QAAQ,EAAE;YACb,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;SAC1D;QACD,MAAM,MAAM,GAAG,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QACzC,IAAI,MAAM,EAAE;YACV,OAAO,MAAM,CAAC;SACf;QACD,MAAM,IAAI,KAAK,CAAC,wBAAwB,QAAQ,GAAG,CAAC,CAAA;IACxD,CAAC;;AA3BL,wDA4BC;AA3BiB,gCAAS,GAAG,IAAI,eAAM,CAAC,WAAW,EAAE,CAAC,wDAAwD,CAAC,CAAC,CAAC;AAChG,gCAAS,GAAG,IAAI,eAAM,CAAC,WAAW,EAAE,CAAC,wDAAwD,CAAC,CAAC,CAAC;AAChG,iCAAU,GAAG,IAAI,eAAM,CAAC,YAAY,EAAE,CAAC,yDAAyD,CAAC,CAAC,CAAC;AACnG,iCAAU,GAAG,IAAI,eAAM,CAAC,YAAY,EAAE,CAAC,yDAAyD,CAAC,CAAC,CAAC;AACnG,iCAAU,GAAG,IAAI,eAAM,CAAC,YAAY,EAAE,CAAC,yDAAyD,CAAC,CAAC,CAAC;AACnG,qCAAc,GAAG,IAAI,eAAM,CAAC,gBAAgB,EAAE,CAAC,6DAA6D,CAAC,CAAC,CAAC;AAG9G,iCAAU,GAAc;IACnC,WAAW,EAAC,sBAAsB,CAAC,SAAS;IAC5C,WAAW,EAAC,sBAAsB,CAAC,SAAS;IAC5C,YAAY,EAAC,sBAAsB,CAAC,UAAU;IAC9C,YAAY,EAAC,sBAAsB,CAAC,UAAU;IAC9C,YAAY,EAAC,sBAAsB,CAAC,UAAU;IAC9C,gBAAgB,EAAC,sBAAsB,CAAC,cAAc;CACzD,CAAC"}
|