@huaweicloud/huaweicloud-sdk-codeartside 3.1.195
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/huaweicloud-sdk-codeartside.d.ts +3 -0
- package/huaweicloud-sdk-codeartside.d.ts.map +1 -0
- package/huaweicloud-sdk-codeartside.js +32 -0
- package/huaweicloud-sdk-codeartside.js.map +1 -0
- package/package.json +23 -0
- package/v1/CodeArtsIDEClient.d.ts +77 -0
- package/v1/CodeArtsIDEClient.d.ts.map +1 -0
- package/v1/CodeArtsIDEClient.js +159 -0
- package/v1/CodeArtsIDEClient.js.map +1 -0
- package/v1/CodeArtsIDERegion.d.ts +7 -0
- package/v1/CodeArtsIDERegion.d.ts.map +1 -0
- package/v1/CodeArtsIDERegion.js +22 -0
- package/v1/CodeArtsIDERegion.js.map +1 -0
- package/v1/model/ShowLatestUpgradableReleaseRequest.d.ts +32 -0
- package/v1/model/ShowLatestUpgradableReleaseRequest.d.ts.map +1 -0
- package/v1/model/ShowLatestUpgradableReleaseRequest.js +55 -0
- package/v1/model/ShowLatestUpgradableReleaseRequest.js.map +1 -0
- package/v1/model/ShowLatestUpgradableReleaseResponse.d.ts +10 -0
- package/v1/model/ShowLatestUpgradableReleaseResponse.d.ts.map +1 -0
- package/v1/model/ShowLatestUpgradableReleaseResponse.js +19 -0
- package/v1/model/ShowLatestUpgradableReleaseResponse.js.map +1 -0
- package/v1/model/ShowLatestUpgradableReleaseResponseBodyResult.d.ts +16 -0
- package/v1/model/ShowLatestUpgradableReleaseResponseBodyResult.d.ts.map +1 -0
- package/v1/model/ShowLatestUpgradableReleaseResponseBodyResult.js +40 -0
- package/v1/model/ShowLatestUpgradableReleaseResponseBodyResult.js.map +1 -0
- package/v1/model/ValidateWhitelistUserRequest.d.ts +7 -0
- package/v1/model/ValidateWhitelistUserRequest.d.ts.map +1 -0
- package/v1/model/ValidateWhitelistUserRequest.js +13 -0
- package/v1/model/ValidateWhitelistUserRequest.js.map +1 -0
- package/v1/model/ValidateWhitelistUserRequestBody.d.ts +8 -0
- package/v1/model/ValidateWhitelistUserRequestBody.d.ts.map +1 -0
- package/v1/model/ValidateWhitelistUserRequestBody.js +20 -0
- package/v1/model/ValidateWhitelistUserRequestBody.js.map +1 -0
- package/v1/model/ValidateWhitelistUserResponse.d.ts +9 -0
- package/v1/model/ValidateWhitelistUserResponse.d.ts.map +1 -0
- package/v1/model/ValidateWhitelistUserResponse.js +19 -0
- package/v1/model/ValidateWhitelistUserResponse.js.map +1 -0
- package/v1/public-api.d.ts +9 -0
- package/v1/public-api.d.ts.map +1 -0
- package/v1/public-api.js +25 -0
- package/v1/public-api.js.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"huaweicloud-sdk-codeartside.d.ts","sourceRoot":"","sources":["../../../services/codeartside/huaweicloud-sdk-codeartside.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,EAAE,MAAO,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
|
+
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.v1 = void 0;
|
|
30
|
+
__exportStar(require("./v1/public-api"), exports);
|
|
31
|
+
exports.v1 = __importStar(require("./v1/public-api"));
|
|
32
|
+
//# sourceMappingURL=huaweicloud-sdk-codeartside.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"huaweicloud-sdk-codeartside.js","sourceRoot":"","sources":["../../../services/codeartside/huaweicloud-sdk-codeartside.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,sDAAuC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@huaweicloud/huaweicloud-sdk-codeartside",
|
|
3
|
+
"version": "3.1.195",
|
|
4
|
+
"description": "Huaweicloud SDK for codeartside",
|
|
5
|
+
"main": "huaweicloud-sdk-codeartside.js",
|
|
6
|
+
"typings": "huaweicloud-sdk-codeartside.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/huaweicloud/huaweicloud-sdk-nodejs-v3"
|
|
13
|
+
},
|
|
14
|
+
"author": "HuaweiCloud_SDK",
|
|
15
|
+
"license": "Apache-2.0",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.195"
|
|
18
|
+
},
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@types/node": "^14.14.37",
|
|
21
|
+
"typescript": "^4.9.5"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
|
2
|
+
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
|
3
|
+
import { ShowLatestUpgradableReleaseRequest } from './model/ShowLatestUpgradableReleaseRequest';
|
|
4
|
+
import { ShowLatestUpgradableReleaseResponse } from './model/ShowLatestUpgradableReleaseResponse';
|
|
5
|
+
import { ValidateWhitelistUserRequest } from './model/ValidateWhitelistUserRequest';
|
|
6
|
+
import { ValidateWhitelistUserResponse } from './model/ValidateWhitelistUserResponse';
|
|
7
|
+
export declare class CodeArtsIDEClient {
|
|
8
|
+
static newBuilder(): ClientBuilder<CodeArtsIDEClient>;
|
|
9
|
+
private hcClient;
|
|
10
|
+
constructor(client: HcClient);
|
|
11
|
+
getPath(): string;
|
|
12
|
+
/**
|
|
13
|
+
* 查询升级版本
|
|
14
|
+
*
|
|
15
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
16
|
+
*
|
|
17
|
+
* @summary 查询升级版本
|
|
18
|
+
* @param {string} subProductName 子产品名称
|
|
19
|
+
* @param {'windows' | 'debian' | 'darwin'} osType 系统类型
|
|
20
|
+
* @param {'X86-64' | 'Arm64' | 'Universal'} [arch] CPU架构
|
|
21
|
+
* @param {*} [options] Override http request option.
|
|
22
|
+
* @throws {RequiredError}
|
|
23
|
+
*/
|
|
24
|
+
showLatestUpgradableRelease(showLatestUpgradableReleaseRequest?: ShowLatestUpgradableReleaseRequest): Promise<ShowLatestUpgradableReleaseResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* 是否白名单用户
|
|
27
|
+
*
|
|
28
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
29
|
+
*
|
|
30
|
+
* @summary 是否白名单用户
|
|
31
|
+
* @param {ValidateWhitelistUserRequestBody} validateWhitelistUserRequestBody ValidateWhitelistUserRequestBody
|
|
32
|
+
* @param {*} [options] Override http request option.
|
|
33
|
+
* @throws {RequiredError}
|
|
34
|
+
*/
|
|
35
|
+
validateWhitelistUser(validateWhitelistUserRequest?: ValidateWhitelistUserRequest): Promise<ValidateWhitelistUserResponse>;
|
|
36
|
+
}
|
|
37
|
+
export declare const ParamCreater: () => {
|
|
38
|
+
/**
|
|
39
|
+
* 查询升级版本
|
|
40
|
+
*
|
|
41
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
42
|
+
*/
|
|
43
|
+
showLatestUpgradableRelease(showLatestUpgradableReleaseRequest?: ShowLatestUpgradableReleaseRequest): {
|
|
44
|
+
method: string;
|
|
45
|
+
url: string;
|
|
46
|
+
contentType: string;
|
|
47
|
+
queryParams: {};
|
|
48
|
+
pathParams: {};
|
|
49
|
+
headers: {};
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* 是否白名单用户
|
|
53
|
+
*
|
|
54
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
55
|
+
*/
|
|
56
|
+
validateWhitelistUser(validateWhitelistUserRequest?: ValidateWhitelistUserRequest): {
|
|
57
|
+
method: string;
|
|
58
|
+
url: string;
|
|
59
|
+
contentType: string;
|
|
60
|
+
queryParams: {};
|
|
61
|
+
pathParams: {};
|
|
62
|
+
headers: {};
|
|
63
|
+
data: {};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @export
|
|
69
|
+
* @class RequiredError
|
|
70
|
+
* @extends {Error}
|
|
71
|
+
*/
|
|
72
|
+
export declare class RequiredError extends Error {
|
|
73
|
+
field: string;
|
|
74
|
+
name: "RequiredError";
|
|
75
|
+
constructor(field: string, msg?: string);
|
|
76
|
+
}
|
|
77
|
+
//# sourceMappingURL=CodeArtsIDEClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeArtsIDEClient.d.ts","sourceRoot":"","sources":["../../../../services/codeartside/v1/CodeArtsIDEClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,4CAA4C,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AAGhF,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAChG,OAAO,EAAE,mCAAmC,EAAE,MAAM,6CAA6C,CAAC;AAElG,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AAEpF,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AAEtF,qBAAa,iBAAiB;WACZ,UAAU,IAAI,aAAa,CAAC,iBAAiB,CAAC;IAK5D,OAAO,CAAC,QAAQ,CAAW;gBACR,MAAM,EAAE,QAAQ;IAI5B,OAAO;IAKd;;;;;;;;;;;OAWG;IACI,2BAA2B,CAAC,kCAAkC,CAAC,EAAE,kCAAkC,GAAG,OAAO,CAAC,mCAAmC,CAAC;IASzJ;;;;;;;;;OASG;IACI,qBAAqB,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,GAAG,OAAO,CAAC,6BAA6B,CAAC;CAQpI;AAED,eAAO,MAAM,YAAY;IAGjB;;;;OAIG;qEAC8D,kCAAkC;;;;;;;;IAoDnG;;;;OAIG;yDACkD,4BAA4B;;;;;;;;;CAkCxF,CAAC;AAMF;;;;;GAKG;AACH,qBAAa,aAAc,SAAQ,KAAK;IAEjB,KAAK,EAAE,MAAM;IADhC,IAAI,EAAE,eAAe,CAAmB;gBACrB,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;CAGjD"}
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RequiredError = exports.ParamCreater = exports.CodeArtsIDEClient = void 0;
|
|
4
|
+
const ClientBuilder_1 = require("@huaweicloud/huaweicloud-sdk-core/ClientBuilder");
|
|
5
|
+
const ShowLatestUpgradableReleaseRequest_1 = require("./model/ShowLatestUpgradableReleaseRequest");
|
|
6
|
+
const ValidateWhitelistUserRequest_1 = require("./model/ValidateWhitelistUserRequest");
|
|
7
|
+
class CodeArtsIDEClient {
|
|
8
|
+
static newBuilder() {
|
|
9
|
+
let client = new ClientBuilder_1.ClientBuilder(newClient);
|
|
10
|
+
return client;
|
|
11
|
+
}
|
|
12
|
+
constructor(client) {
|
|
13
|
+
this.hcClient = client;
|
|
14
|
+
}
|
|
15
|
+
getPath() {
|
|
16
|
+
return __dirname;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* 查询升级版本
|
|
20
|
+
*
|
|
21
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
22
|
+
*
|
|
23
|
+
* @summary 查询升级版本
|
|
24
|
+
* @param {string} subProductName 子产品名称
|
|
25
|
+
* @param {'windows' | 'debian' | 'darwin'} osType 系统类型
|
|
26
|
+
* @param {'X86-64' | 'Arm64' | 'Universal'} [arch] CPU架构
|
|
27
|
+
* @param {*} [options] Override http request option.
|
|
28
|
+
* @throws {RequiredError}
|
|
29
|
+
*/
|
|
30
|
+
showLatestUpgradableRelease(showLatestUpgradableReleaseRequest) {
|
|
31
|
+
const options = (0, exports.ParamCreater)().showLatestUpgradableRelease(showLatestUpgradableReleaseRequest);
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
options['responseHeaders'] = [''];
|
|
34
|
+
return this.hcClient.sendRequest(options);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* 是否白名单用户
|
|
38
|
+
*
|
|
39
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
40
|
+
*
|
|
41
|
+
* @summary 是否白名单用户
|
|
42
|
+
* @param {ValidateWhitelistUserRequestBody} validateWhitelistUserRequestBody ValidateWhitelistUserRequestBody
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
*/
|
|
46
|
+
validateWhitelistUser(validateWhitelistUserRequest) {
|
|
47
|
+
const options = (0, exports.ParamCreater)().validateWhitelistUser(validateWhitelistUserRequest);
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
options['responseHeaders'] = [''];
|
|
50
|
+
return this.hcClient.sendRequest(options);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
exports.CodeArtsIDEClient = CodeArtsIDEClient;
|
|
54
|
+
const ParamCreater = function () {
|
|
55
|
+
return {
|
|
56
|
+
/**
|
|
57
|
+
* 查询升级版本
|
|
58
|
+
*
|
|
59
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
60
|
+
*/
|
|
61
|
+
showLatestUpgradableRelease(showLatestUpgradableReleaseRequest) {
|
|
62
|
+
const options = {
|
|
63
|
+
method: "GET",
|
|
64
|
+
url: "/v1/release-info/latest",
|
|
65
|
+
contentType: "application/json",
|
|
66
|
+
queryParams: {},
|
|
67
|
+
pathParams: {},
|
|
68
|
+
headers: {}
|
|
69
|
+
};
|
|
70
|
+
const localVarHeaderParameter = {};
|
|
71
|
+
const localVarQueryParameter = {};
|
|
72
|
+
let subProductName;
|
|
73
|
+
let osType;
|
|
74
|
+
let arch;
|
|
75
|
+
if (showLatestUpgradableReleaseRequest !== null && showLatestUpgradableReleaseRequest !== undefined) {
|
|
76
|
+
if (showLatestUpgradableReleaseRequest instanceof ShowLatestUpgradableReleaseRequest_1.ShowLatestUpgradableReleaseRequest) {
|
|
77
|
+
subProductName = showLatestUpgradableReleaseRequest.subProductName;
|
|
78
|
+
osType = showLatestUpgradableReleaseRequest.osType;
|
|
79
|
+
arch = showLatestUpgradableReleaseRequest.arch;
|
|
80
|
+
}
|
|
81
|
+
else {
|
|
82
|
+
subProductName = showLatestUpgradableReleaseRequest['sub_product_name'];
|
|
83
|
+
osType = showLatestUpgradableReleaseRequest['os_type'];
|
|
84
|
+
arch = showLatestUpgradableReleaseRequest['arch'];
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
if (subProductName === null || subProductName === undefined) {
|
|
88
|
+
throw new RequiredError('subProductName', 'Required parameter subProductName was null or undefined when calling showLatestUpgradableRelease.');
|
|
89
|
+
}
|
|
90
|
+
if (subProductName !== null && subProductName !== undefined) {
|
|
91
|
+
localVarQueryParameter['sub_product_name'] = subProductName;
|
|
92
|
+
}
|
|
93
|
+
if (osType === null || osType === undefined) {
|
|
94
|
+
throw new RequiredError('osType', 'Required parameter osType was null or undefined when calling showLatestUpgradableRelease.');
|
|
95
|
+
}
|
|
96
|
+
if (osType !== null && osType !== undefined) {
|
|
97
|
+
localVarQueryParameter['os_type'] = osType;
|
|
98
|
+
}
|
|
99
|
+
if (arch !== null && arch !== undefined) {
|
|
100
|
+
localVarQueryParameter['arch'] = arch;
|
|
101
|
+
}
|
|
102
|
+
options.queryParams = localVarQueryParameter;
|
|
103
|
+
options.headers = localVarHeaderParameter;
|
|
104
|
+
return options;
|
|
105
|
+
},
|
|
106
|
+
/**
|
|
107
|
+
* 是否白名单用户
|
|
108
|
+
*
|
|
109
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
110
|
+
*/
|
|
111
|
+
validateWhitelistUser(validateWhitelistUserRequest) {
|
|
112
|
+
const options = {
|
|
113
|
+
method: "POST",
|
|
114
|
+
url: "/v1/config/users/check",
|
|
115
|
+
contentType: "application/json;charset=UTF-8",
|
|
116
|
+
queryParams: {},
|
|
117
|
+
pathParams: {},
|
|
118
|
+
headers: {},
|
|
119
|
+
data: {}
|
|
120
|
+
};
|
|
121
|
+
const localVarHeaderParameter = {};
|
|
122
|
+
let body;
|
|
123
|
+
if (validateWhitelistUserRequest !== null && validateWhitelistUserRequest !== undefined) {
|
|
124
|
+
if (validateWhitelistUserRequest instanceof ValidateWhitelistUserRequest_1.ValidateWhitelistUserRequest) {
|
|
125
|
+
body = validateWhitelistUserRequest.body;
|
|
126
|
+
}
|
|
127
|
+
else {
|
|
128
|
+
body = validateWhitelistUserRequest['body'];
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
if (body === null || body === undefined) {
|
|
132
|
+
throw new RequiredError('body', 'Required parameter body was null or undefined when calling body.');
|
|
133
|
+
}
|
|
134
|
+
localVarHeaderParameter['Content-Type'] = 'application/json;charset=UTF-8';
|
|
135
|
+
options.data = body !== undefined ? body : {};
|
|
136
|
+
options.headers = localVarHeaderParameter;
|
|
137
|
+
return options;
|
|
138
|
+
},
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
exports.ParamCreater = ParamCreater;
|
|
142
|
+
function newClient(client) {
|
|
143
|
+
return new CodeArtsIDEClient(client);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @export
|
|
148
|
+
* @class RequiredError
|
|
149
|
+
* @extends {Error}
|
|
150
|
+
*/
|
|
151
|
+
class RequiredError extends Error {
|
|
152
|
+
constructor(field, msg) {
|
|
153
|
+
super(msg);
|
|
154
|
+
this.field = field;
|
|
155
|
+
this.name = "RequiredError";
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
exports.RequiredError = RequiredError;
|
|
159
|
+
//# sourceMappingURL=CodeArtsIDEClient.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeArtsIDEClient.js","sourceRoot":"","sources":["../../../../services/codeartside/v1/CodeArtsIDEClient.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Region } from "@huaweicloud/huaweicloud-sdk-core/region/region";
|
|
2
|
+
export declare class CodeArtsIDERegion {
|
|
3
|
+
static CN_NORTH_4: Region;
|
|
4
|
+
private static REGION_MAP;
|
|
5
|
+
static valueOf(regionId: string): Region;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=CodeArtsIDERegion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeArtsIDERegion.d.ts","sourceRoot":"","sources":["../../../../services/codeartside/v1/CodeArtsIDERegion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iDAAiD,CAAC;AAOzE,qBAAa,iBAAiB;IAC1B,OAAc,UAAU,SAA0E;IAGlG,OAAO,CAAC,MAAM,CAAC,UAAU,CAEvB;WAEY,OAAO,CAAC,QAAQ,EAAE,MAAM;CAUzC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CodeArtsIDERegion = void 0;
|
|
4
|
+
const region_1 = require("@huaweicloud/huaweicloud-sdk-core/region/region");
|
|
5
|
+
class CodeArtsIDERegion {
|
|
6
|
+
static valueOf(regionId) {
|
|
7
|
+
if (!regionId) {
|
|
8
|
+
throw new Error("Unexpected empty parameter: regionId.");
|
|
9
|
+
}
|
|
10
|
+
const result = this.REGION_MAP[regionId];
|
|
11
|
+
if (result) {
|
|
12
|
+
return result;
|
|
13
|
+
}
|
|
14
|
+
throw new Error(`Unexpected regionId: ${regionId}.`);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.CodeArtsIDERegion = CodeArtsIDERegion;
|
|
18
|
+
CodeArtsIDERegion.CN_NORTH_4 = new region_1.Region("cn-north-4", ["https://ide.cn-north-4.myhuaweicloud.com"]);
|
|
19
|
+
CodeArtsIDERegion.REGION_MAP = {
|
|
20
|
+
"cn-north-4": CodeArtsIDERegion.CN_NORTH_4
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=CodeArtsIDERegion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeArtsIDERegion.js","sourceRoot":"","sources":["../../../../services/codeartside/v1/CodeArtsIDERegion.ts"],"names":[],"mappings":";;;AAAA,4EAAyE;AAOzE,MAAa,iBAAiB;IAQnB,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;;AAjBL,8CAkBC;AAjBiB,4BAAU,GAAG,IAAI,eAAM,CAAC,YAAY,EAAE,CAAC,0CAA0C,CAAC,CAAC,CAAC;AAGnF,4BAAU,GAAc;IACnC,YAAY,EAAC,iBAAiB,CAAC,UAAU;CAC5C,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare class ShowLatestUpgradableReleaseRequest {
|
|
2
|
+
private 'sub_product_name'?;
|
|
3
|
+
private 'os_type'?;
|
|
4
|
+
arch?: ShowLatestUpgradableReleaseRequestArchEnum | string;
|
|
5
|
+
constructor(subProductName?: string, osType?: string);
|
|
6
|
+
withSubProductName(subProductName: string): ShowLatestUpgradableReleaseRequest;
|
|
7
|
+
set subProductName(subProductName: string | undefined);
|
|
8
|
+
get subProductName(): string | undefined;
|
|
9
|
+
withOsType(osType: ShowLatestUpgradableReleaseRequestOsTypeEnum | string): ShowLatestUpgradableReleaseRequest;
|
|
10
|
+
set osType(osType: ShowLatestUpgradableReleaseRequestOsTypeEnum | string | undefined);
|
|
11
|
+
get osType(): ShowLatestUpgradableReleaseRequestOsTypeEnum | string | undefined;
|
|
12
|
+
withArch(arch: ShowLatestUpgradableReleaseRequestArchEnum | string): ShowLatestUpgradableReleaseRequest;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @export
|
|
16
|
+
* @enum {string}
|
|
17
|
+
*/
|
|
18
|
+
export declare enum ShowLatestUpgradableReleaseRequestOsTypeEnum {
|
|
19
|
+
WINDOWS = "windows",
|
|
20
|
+
DEBIAN = "debian",
|
|
21
|
+
DARWIN = "darwin"
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
* @enum {string}
|
|
26
|
+
*/
|
|
27
|
+
export declare enum ShowLatestUpgradableReleaseRequestArchEnum {
|
|
28
|
+
X86_64 = "X86-64",
|
|
29
|
+
ARM64 = "Arm64",
|
|
30
|
+
UNIVERSAL = "Universal"
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=ShowLatestUpgradableReleaseRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowLatestUpgradableReleaseRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ShowLatestUpgradableReleaseRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,kCAAkC;IAC3C,OAAO,CAAC,kBAAkB,CAAC,CAAS;IACpC,OAAO,CAAC,SAAS,CAAC,CAAwD;IACnE,IAAI,CAAC,EAAE,0CAA0C,GAAG,MAAM,CAAC;gBAC/C,cAAc,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAIpD,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,kCAAkC;IAIrF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,UAAU,CAAC,MAAM,EAAE,4CAA4C,GAAG,MAAM,GAAG,kCAAkC;IAIpH,IAAW,MAAM,CAAC,MAAM,EAAE,4CAA4C,GAAG,MAAM,GAAI,SAAS,EAE3F;IACD,IAAW,MAAM,IAAI,4CAA4C,GAAG,MAAM,GAAG,SAAS,CAErF;IACM,QAAQ,CAAC,IAAI,EAAE,0CAA0C,GAAG,MAAM,GAAG,kCAAkC;CAIjH;AAED;;;MAGM;AACN,oBAAY,4CAA4C;IACpD,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,MAAM,WAAW;CACpB;AACD;;;MAGM;AACN,oBAAY,0CAA0C;IAClD,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowLatestUpgradableReleaseRequestArchEnum = exports.ShowLatestUpgradableReleaseRequestOsTypeEnum = exports.ShowLatestUpgradableReleaseRequest = void 0;
|
|
4
|
+
class ShowLatestUpgradableReleaseRequest {
|
|
5
|
+
constructor(subProductName, osType) {
|
|
6
|
+
this['sub_product_name'] = subProductName;
|
|
7
|
+
this['os_type'] = osType;
|
|
8
|
+
}
|
|
9
|
+
withSubProductName(subProductName) {
|
|
10
|
+
this['sub_product_name'] = subProductName;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set subProductName(subProductName) {
|
|
14
|
+
this['sub_product_name'] = subProductName;
|
|
15
|
+
}
|
|
16
|
+
get subProductName() {
|
|
17
|
+
return this['sub_product_name'];
|
|
18
|
+
}
|
|
19
|
+
withOsType(osType) {
|
|
20
|
+
this['os_type'] = osType;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set osType(osType) {
|
|
24
|
+
this['os_type'] = osType;
|
|
25
|
+
}
|
|
26
|
+
get osType() {
|
|
27
|
+
return this['os_type'];
|
|
28
|
+
}
|
|
29
|
+
withArch(arch) {
|
|
30
|
+
this['arch'] = arch;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.ShowLatestUpgradableReleaseRequest = ShowLatestUpgradableReleaseRequest;
|
|
35
|
+
/**
|
|
36
|
+
* @export
|
|
37
|
+
* @enum {string}
|
|
38
|
+
*/
|
|
39
|
+
var ShowLatestUpgradableReleaseRequestOsTypeEnum;
|
|
40
|
+
(function (ShowLatestUpgradableReleaseRequestOsTypeEnum) {
|
|
41
|
+
ShowLatestUpgradableReleaseRequestOsTypeEnum["WINDOWS"] = "windows";
|
|
42
|
+
ShowLatestUpgradableReleaseRequestOsTypeEnum["DEBIAN"] = "debian";
|
|
43
|
+
ShowLatestUpgradableReleaseRequestOsTypeEnum["DARWIN"] = "darwin";
|
|
44
|
+
})(ShowLatestUpgradableReleaseRequestOsTypeEnum = exports.ShowLatestUpgradableReleaseRequestOsTypeEnum || (exports.ShowLatestUpgradableReleaseRequestOsTypeEnum = {}));
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
* @enum {string}
|
|
48
|
+
*/
|
|
49
|
+
var ShowLatestUpgradableReleaseRequestArchEnum;
|
|
50
|
+
(function (ShowLatestUpgradableReleaseRequestArchEnum) {
|
|
51
|
+
ShowLatestUpgradableReleaseRequestArchEnum["X86_64"] = "X86-64";
|
|
52
|
+
ShowLatestUpgradableReleaseRequestArchEnum["ARM64"] = "Arm64";
|
|
53
|
+
ShowLatestUpgradableReleaseRequestArchEnum["UNIVERSAL"] = "Universal";
|
|
54
|
+
})(ShowLatestUpgradableReleaseRequestArchEnum = exports.ShowLatestUpgradableReleaseRequestArchEnum || (exports.ShowLatestUpgradableReleaseRequestArchEnum = {}));
|
|
55
|
+
//# sourceMappingURL=ShowLatestUpgradableReleaseRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowLatestUpgradableReleaseRequest.js","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ShowLatestUpgradableReleaseRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,kCAAkC;IAI3C,YAAmB,cAAuB,EAAE,MAAe;QACvD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,UAAU,CAAC,MAA6D;QAC3E,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA0E;QACxF,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAAyD;QACrE,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAhCD,gFAgCC;AAED;;;MAGM;AACN,IAAY,4CAIX;AAJD,WAAY,4CAA4C;IACpD,mEAAmB,CAAA;IACnB,iEAAiB,CAAA;IACjB,iEAAiB,CAAA;AACrB,CAAC,EAJW,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAIvD;AACD;;;MAGM;AACN,IAAY,0CAIX;AAJD,WAAY,0CAA0C;IAClD,+DAAiB,CAAA;IACjB,6DAAe,CAAA;IACf,qEAAuB,CAAA;AAC3B,CAAC,EAJW,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAIrD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ShowLatestUpgradableReleaseResponseBodyResult } from './ShowLatestUpgradableReleaseResponseBodyResult';
|
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
3
|
+
export declare class ShowLatestUpgradableReleaseResponse extends SdkResponse {
|
|
4
|
+
result?: ShowLatestUpgradableReleaseResponseBodyResult;
|
|
5
|
+
status?: string;
|
|
6
|
+
constructor();
|
|
7
|
+
withResult(result: ShowLatestUpgradableReleaseResponseBodyResult): ShowLatestUpgradableReleaseResponse;
|
|
8
|
+
withStatus(status: string): ShowLatestUpgradableReleaseResponse;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ShowLatestUpgradableReleaseResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowLatestUpgradableReleaseResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ShowLatestUpgradableReleaseResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAEhH,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,mCAAoC,SAAQ,WAAW;IACzD,MAAM,CAAC,EAAE,6CAA6C,CAAC;IACvD,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,6CAA6C,GAAG,mCAAmC;IAItG,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,mCAAmC;CAIzE"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowLatestUpgradableReleaseResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ShowLatestUpgradableReleaseResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withResult(result) {
|
|
10
|
+
this['result'] = result;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withStatus(status) {
|
|
14
|
+
this['status'] = status;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ShowLatestUpgradableReleaseResponse = ShowLatestUpgradableReleaseResponse;
|
|
19
|
+
//# sourceMappingURL=ShowLatestUpgradableReleaseResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowLatestUpgradableReleaseResponse.js","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ShowLatestUpgradableReleaseResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,mCAAoC,SAAQ,yBAAW;IAGhE;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAqD;QACnE,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,kFAcC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class ShowLatestUpgradableReleaseResponseBodyResult {
|
|
2
|
+
hash?: string;
|
|
3
|
+
available?: boolean;
|
|
4
|
+
private 'sub_product_name'?;
|
|
5
|
+
version?: string;
|
|
6
|
+
url?: string;
|
|
7
|
+
constructor(hash?: string, available?: boolean, subProductName?: string, version?: string, url?: string);
|
|
8
|
+
withHash(hash: string): ShowLatestUpgradableReleaseResponseBodyResult;
|
|
9
|
+
withAvailable(available: boolean): ShowLatestUpgradableReleaseResponseBodyResult;
|
|
10
|
+
withSubProductName(subProductName: string): ShowLatestUpgradableReleaseResponseBodyResult;
|
|
11
|
+
set subProductName(subProductName: string | undefined);
|
|
12
|
+
get subProductName(): string | undefined;
|
|
13
|
+
withVersion(version: string): ShowLatestUpgradableReleaseResponseBodyResult;
|
|
14
|
+
withUrl(url: string): ShowLatestUpgradableReleaseResponseBodyResult;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=ShowLatestUpgradableReleaseResponseBodyResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowLatestUpgradableReleaseResponseBodyResult.d.ts","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ShowLatestUpgradableReleaseResponseBodyResult.ts"],"names":[],"mappings":"AAEA,qBAAa,6CAA6C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,CAAC,kBAAkB,CAAC,CAAS;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;gBACD,IAAI,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,OAAO,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;IAOvG,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,6CAA6C;IAIrE,aAAa,CAAC,SAAS,EAAE,OAAO,GAAG,6CAA6C;IAIhF,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,6CAA6C;IAIhG,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,6CAA6C;IAI3E,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,6CAA6C;CAI7E"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ShowLatestUpgradableReleaseResponseBodyResult = void 0;
|
|
4
|
+
class ShowLatestUpgradableReleaseResponseBodyResult {
|
|
5
|
+
constructor(hash, available, subProductName, version, url) {
|
|
6
|
+
this['hash'] = hash;
|
|
7
|
+
this['available'] = available;
|
|
8
|
+
this['sub_product_name'] = subProductName;
|
|
9
|
+
this['version'] = version;
|
|
10
|
+
this['url'] = url;
|
|
11
|
+
}
|
|
12
|
+
withHash(hash) {
|
|
13
|
+
this['hash'] = hash;
|
|
14
|
+
return this;
|
|
15
|
+
}
|
|
16
|
+
withAvailable(available) {
|
|
17
|
+
this['available'] = available;
|
|
18
|
+
return this;
|
|
19
|
+
}
|
|
20
|
+
withSubProductName(subProductName) {
|
|
21
|
+
this['sub_product_name'] = subProductName;
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
set subProductName(subProductName) {
|
|
25
|
+
this['sub_product_name'] = subProductName;
|
|
26
|
+
}
|
|
27
|
+
get subProductName() {
|
|
28
|
+
return this['sub_product_name'];
|
|
29
|
+
}
|
|
30
|
+
withVersion(version) {
|
|
31
|
+
this['version'] = version;
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
withUrl(url) {
|
|
35
|
+
this['url'] = url;
|
|
36
|
+
return this;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.ShowLatestUpgradableReleaseResponseBodyResult = ShowLatestUpgradableReleaseResponseBodyResult;
|
|
40
|
+
//# sourceMappingURL=ShowLatestUpgradableReleaseResponseBodyResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShowLatestUpgradableReleaseResponseBodyResult.js","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ShowLatestUpgradableReleaseResponseBodyResult.ts"],"names":[],"mappings":";;;AAEA,MAAa,6CAA6C;IAMtD,YAAmB,IAAa,EAAE,SAAmB,EAAE,cAAuB,EAAE,OAAgB,EAAE,GAAY;QAC1G,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;IACtB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAkB;QACnC,IAAI,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;QAC9B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAvCD,sGAuCC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ValidateWhitelistUserRequestBody } from './ValidateWhitelistUserRequestBody';
|
|
2
|
+
export declare class ValidateWhitelistUserRequest {
|
|
3
|
+
body?: ValidateWhitelistUserRequestBody;
|
|
4
|
+
constructor();
|
|
5
|
+
withBody(body: ValidateWhitelistUserRequestBody): ValidateWhitelistUserRequest;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=ValidateWhitelistUserRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateWhitelistUserRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ValidateWhitelistUserRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAGtF,qBAAa,4BAA4B;IAC9B,IAAI,CAAC,EAAE,gCAAgC,CAAC;;IAGxC,QAAQ,CAAC,IAAI,EAAE,gCAAgC,GAAG,4BAA4B;CAIxF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ValidateWhitelistUserRequest = void 0;
|
|
4
|
+
class ValidateWhitelistUserRequest {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withBody(body) {
|
|
8
|
+
this['body'] = body;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
exports.ValidateWhitelistUserRequest = ValidateWhitelistUserRequest;
|
|
13
|
+
//# sourceMappingURL=ValidateWhitelistUserRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateWhitelistUserRequest.js","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ValidateWhitelistUserRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,4BAA4B;IAErC;IACA,CAAC;IACM,QAAQ,CAAC,IAAsC;QAClD,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,oEAQC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class ValidateWhitelistUserRequestBody {
|
|
2
|
+
private 'user_id'?;
|
|
3
|
+
constructor(userId?: string);
|
|
4
|
+
withUserId(userId: string): ValidateWhitelistUserRequestBody;
|
|
5
|
+
set userId(userId: string | undefined);
|
|
6
|
+
get userId(): string | undefined;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ValidateWhitelistUserRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateWhitelistUserRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ValidateWhitelistUserRequestBody.ts"],"names":[],"mappings":"AAEA,qBAAa,gCAAgC;IACzC,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,MAAM,CAAC,EAAE,MAAM;IAG3B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,gCAAgC;IAInE,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ValidateWhitelistUserRequestBody = void 0;
|
|
4
|
+
class ValidateWhitelistUserRequestBody {
|
|
5
|
+
constructor(userId) {
|
|
6
|
+
this['user_id'] = userId;
|
|
7
|
+
}
|
|
8
|
+
withUserId(userId) {
|
|
9
|
+
this['user_id'] = userId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set userId(userId) {
|
|
13
|
+
this['user_id'] = userId;
|
|
14
|
+
}
|
|
15
|
+
get userId() {
|
|
16
|
+
return this['user_id'];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.ValidateWhitelistUserRequestBody = ValidateWhitelistUserRequestBody;
|
|
20
|
+
//# sourceMappingURL=ValidateWhitelistUserRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateWhitelistUserRequestBody.js","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ValidateWhitelistUserRequestBody.ts"],"names":[],"mappings":";;;AAEA,MAAa,gCAAgC;IAEzC,YAAmB,MAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;CACJ;AAfD,4EAeC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
|
2
|
+
export declare class ValidateWhitelistUserResponse extends SdkResponse {
|
|
3
|
+
result?: boolean;
|
|
4
|
+
status?: string;
|
|
5
|
+
constructor();
|
|
6
|
+
withResult(result: boolean): ValidateWhitelistUserResponse;
|
|
7
|
+
withStatus(status: string): ValidateWhitelistUserResponse;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=ValidateWhitelistUserResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateWhitelistUserResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ValidateWhitelistUserResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,6BAA8B,SAAQ,WAAW;IACnD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,OAAO,GAAG,6BAA6B;IAI1D,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,6BAA6B;CAInE"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ValidateWhitelistUserResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class ValidateWhitelistUserResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
withResult(result) {
|
|
10
|
+
this['result'] = result;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
withStatus(status) {
|
|
14
|
+
this['status'] = status;
|
|
15
|
+
return this;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.ValidateWhitelistUserResponse = ValidateWhitelistUserResponse;
|
|
19
|
+
//# sourceMappingURL=ValidateWhitelistUserResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ValidateWhitelistUserResponse.js","sourceRoot":"","sources":["../../../../../services/codeartside/v1/model/ValidateWhitelistUserResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,6BAA8B,SAAQ,yBAAW;IAG1D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAe;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,sEAcC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './CodeArtsIDEClient';
|
|
2
|
+
export * from './model/ShowLatestUpgradableReleaseRequest';
|
|
3
|
+
export * from './model/ShowLatestUpgradableReleaseResponse';
|
|
4
|
+
export * from './model/ShowLatestUpgradableReleaseResponseBodyResult';
|
|
5
|
+
export * from './model/ValidateWhitelistUserRequest';
|
|
6
|
+
export * from './model/ValidateWhitelistUserRequestBody';
|
|
7
|
+
export * from './model/ValidateWhitelistUserResponse';
|
|
8
|
+
export * from './CodeArtsIDERegion';
|
|
9
|
+
//# sourceMappingURL=public-api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/codeartside/v1/public-api.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AAEpC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uDAAuD,CAAC;AACtE,cAAc,sCAAsC,CAAC;AACrD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AACtD,cAAc,qBAAqB,CAAC"}
|
package/v1/public-api.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CodeArtsIDEClient"), exports);
|
|
18
|
+
__exportStar(require("./model/ShowLatestUpgradableReleaseRequest"), exports);
|
|
19
|
+
__exportStar(require("./model/ShowLatestUpgradableReleaseResponse"), exports);
|
|
20
|
+
__exportStar(require("./model/ShowLatestUpgradableReleaseResponseBodyResult"), exports);
|
|
21
|
+
__exportStar(require("./model/ValidateWhitelistUserRequest"), exports);
|
|
22
|
+
__exportStar(require("./model/ValidateWhitelistUserRequestBody"), exports);
|
|
23
|
+
__exportStar(require("./model/ValidateWhitelistUserResponse"), exports);
|
|
24
|
+
__exportStar(require("./CodeArtsIDERegion"), exports);
|
|
25
|
+
//# sourceMappingURL=public-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/codeartside/v1/public-api.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AAEpC,6EAA2D;AAC3D,8EAA4D;AAC5D,wFAAsE;AACtE,uEAAqD;AACrD,2EAAyD;AACzD,wEAAsD;AACtD,sDAAoC"}
|