@huaweicloud/huaweicloud-sdk-codeartsartifact 3.1.47

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.
Files changed (41) hide show
  1. package/huaweicloud-sdk-codeartsartifact.d.ts +3 -0
  2. package/huaweicloud-sdk-codeartsartifact.d.ts.map +1 -0
  3. package/huaweicloud-sdk-codeartsartifact.js +32 -0
  4. package/huaweicloud-sdk-codeartsartifact.js.map +1 -0
  5. package/package.json +23 -0
  6. package/v2/CodeArtsArtifactClient.d.ts +78 -0
  7. package/v2/CodeArtsArtifactClient.d.ts.map +1 -0
  8. package/v2/CodeArtsArtifactClient.js +171 -0
  9. package/v2/CodeArtsArtifactClient.js.map +1 -0
  10. package/v2/CodeArtsArtifactRegion.d.ts +7 -0
  11. package/v2/CodeArtsArtifactRegion.d.ts.map +1 -0
  12. package/v2/CodeArtsArtifactRegion.js +22 -0
  13. package/v2/CodeArtsArtifactRegion.js.map +1 -0
  14. package/v2/model/ReleaseFileVersionDo.d.ts +12 -0
  15. package/v2/model/ReleaseFileVersionDo.d.ts.map +1 -0
  16. package/v2/model/ReleaseFileVersionDo.js +27 -0
  17. package/v2/model/ReleaseFileVersionDo.js.map +1 -0
  18. package/v2/model/ShowProjectReleaseFilesRequest.d.ts +12 -0
  19. package/v2/model/ShowProjectReleaseFilesRequest.d.ts.map +1 -0
  20. package/v2/model/ShowProjectReleaseFilesRequest.js +28 -0
  21. package/v2/model/ShowProjectReleaseFilesRequest.js.map +1 -0
  22. package/v2/model/ShowProjectReleaseFilesResponse.d.ts +8 -0
  23. package/v2/model/ShowProjectReleaseFilesResponse.d.ts.map +1 -0
  24. package/v2/model/ShowProjectReleaseFilesResponse.js +15 -0
  25. package/v2/model/ShowProjectReleaseFilesResponse.js.map +1 -0
  26. package/v2/model/ShowReleaseProjectFilesRequest.d.ts +12 -0
  27. package/v2/model/ShowReleaseProjectFilesRequest.d.ts.map +1 -0
  28. package/v2/model/ShowReleaseProjectFilesRequest.js +28 -0
  29. package/v2/model/ShowReleaseProjectFilesRequest.js.map +1 -0
  30. package/v2/model/ShowReleaseProjectFilesResponse.d.ts +8 -0
  31. package/v2/model/ShowReleaseProjectFilesResponse.d.ts.map +1 -0
  32. package/v2/model/ShowReleaseProjectFilesResponse.js +15 -0
  33. package/v2/model/ShowReleaseProjectFilesResponse.js.map +1 -0
  34. package/v2/model/StandardResponseResult.d.ts +15 -0
  35. package/v2/model/StandardResponseResult.d.ts.map +1 -0
  36. package/v2/model/StandardResponseResult.js +33 -0
  37. package/v2/model/StandardResponseResult.js.map +1 -0
  38. package/v2/public-api.d.ts +9 -0
  39. package/v2/public-api.d.ts.map +1 -0
  40. package/v2/public-api.js +25 -0
  41. package/v2/public-api.js.map +1 -0
@@ -0,0 +1,3 @@
1
+ export * from './v2/public-api';
2
+ export * as v2 from './v2/public-api';
3
+ //# sourceMappingURL=huaweicloud-sdk-codeartsartifact.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"huaweicloud-sdk-codeartsartifact.d.ts","sourceRoot":"","sources":["../../../services/codeartsartifact/huaweicloud-sdk-codeartsartifact.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.v2 = void 0;
30
+ __exportStar(require("./v2/public-api"), exports);
31
+ exports.v2 = __importStar(require("./v2/public-api"));
32
+ //# sourceMappingURL=huaweicloud-sdk-codeartsartifact.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"huaweicloud-sdk-codeartsartifact.js","sourceRoot":"","sources":["../../../services/codeartsartifact/huaweicloud-sdk-codeartsartifact.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,sDAAuC"}
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@huaweicloud/huaweicloud-sdk-codeartsartifact",
3
+ "version": "3.1.47",
4
+ "description": "Huaweicloud SDK for codeartsartifact",
5
+ "main": "huaweicloud-sdk-codeartsartifact.js",
6
+ "typings": "huaweicloud-sdk-codeartsartifact.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.47"
18
+ },
19
+ "devDependencies": {
20
+ "@types/node": "^14.14.37",
21
+ "typescript": "^4.9.5"
22
+ }
23
+ }
@@ -0,0 +1,78 @@
1
+ import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
2
+ import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
3
+ import { ShowProjectReleaseFilesRequest } from './model/ShowProjectReleaseFilesRequest';
4
+ import { ShowProjectReleaseFilesResponse } from './model/ShowProjectReleaseFilesResponse';
5
+ import { ShowReleaseProjectFilesRequest } from './model/ShowReleaseProjectFilesRequest';
6
+ import { ShowReleaseProjectFilesResponse } from './model/ShowReleaseProjectFilesResponse';
7
+ export declare class CodeArtsArtifactClient {
8
+ static newBuilder(): ClientBuilder<CodeArtsArtifactClient>;
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} fileName 文件名称,模糊搜索
19
+ * @param {number} [limit] 每页显示的条目数量
20
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询, offset大于等于0
21
+ * @param {*} [options] Override http request option.
22
+ * @throws {RequiredError}
23
+ */
24
+ showProjectReleaseFiles(showProjectReleaseFilesRequest?: ShowProjectReleaseFilesRequest): Promise<ShowProjectReleaseFilesResponse>;
25
+ /**
26
+ * 获取项目下文件版本信息列表
27
+ *
28
+ * Please refer to HUAWEI cloud API Explorer for details.
29
+ *
30
+ * @summary 获取项目下文件版本信息列表
31
+ * @param {string} fileName 文件名称,模糊搜索
32
+ * @param {number} [limit] 每页显示的条目数量
33
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询, offset大于等于0
34
+ * @param {*} [options] Override http request option.
35
+ * @throws {RequiredError}
36
+ */
37
+ showReleaseProjectFiles(showReleaseProjectFilesRequest?: ShowReleaseProjectFilesRequest): Promise<ShowReleaseProjectFilesResponse>;
38
+ }
39
+ export declare const ParamCreater: () => {
40
+ /**
41
+ * 获取项目下文件版本信息列表
42
+ *
43
+ * Please refer to HUAWEI cloud API Explorer for details.
44
+ */
45
+ showProjectReleaseFiles(showProjectReleaseFilesRequest?: ShowProjectReleaseFilesRequest): {
46
+ method: string;
47
+ url: string;
48
+ contentType: string;
49
+ queryParams: {};
50
+ pathParams: {};
51
+ headers: {};
52
+ };
53
+ /**
54
+ * 获取项目下文件版本信息列表
55
+ *
56
+ * Please refer to HUAWEI cloud API Explorer for details.
57
+ */
58
+ showReleaseProjectFiles(showReleaseProjectFilesRequest?: ShowReleaseProjectFilesRequest): {
59
+ method: string;
60
+ url: string;
61
+ contentType: string;
62
+ queryParams: {};
63
+ pathParams: {};
64
+ headers: {};
65
+ };
66
+ };
67
+ /**
68
+ *
69
+ * @export
70
+ * @class RequiredError
71
+ * @extends {Error}
72
+ */
73
+ export declare class RequiredError extends Error {
74
+ field: string;
75
+ name: "RequiredError";
76
+ constructor(field: string, msg?: string);
77
+ }
78
+ //# sourceMappingURL=CodeArtsArtifactClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeArtsArtifactClient.d.ts","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/CodeArtsArtifactClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,4CAA4C,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AAIhF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AACxF,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AACxF,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAG1F,qBAAa,sBAAsB;WACjB,UAAU,IAAI,aAAa,CAAC,sBAAsB,CAAC;IAIjE,OAAO,CAAC,QAAQ,CAAW;gBACR,MAAM,EAAE,QAAQ;IAI5B,OAAO;IAKd;;;;;;;;;;;OAWG;IACI,uBAAuB,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,GAAG,OAAO,CAAC,+BAA+B,CAAC;IASzI;;;;;;;;;;;OAWG;IACI,uBAAuB,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,GAAG,OAAO,CAAC,+BAA+B,CAAC;CAQ5I;AAED,eAAO,MAAM,YAAY;IAGjB;;;;OAIG;6DACsD,8BAA8B;;;;;;;;IAiDvF;;;;OAIG;6DACsD,8BAA8B;;;;;;;;CAkD9F,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,171 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RequiredError = exports.ParamCreater = exports.CodeArtsArtifactClient = void 0;
4
+ const ClientBuilder_1 = require("@huaweicloud/huaweicloud-sdk-core/ClientBuilder");
5
+ const ShowProjectReleaseFilesRequest_1 = require("./model/ShowProjectReleaseFilesRequest");
6
+ const ShowReleaseProjectFilesRequest_1 = require("./model/ShowReleaseProjectFilesRequest");
7
+ class CodeArtsArtifactClient {
8
+ static newBuilder() {
9
+ return new ClientBuilder_1.ClientBuilder(newClient);
10
+ }
11
+ constructor(client) {
12
+ this.hcClient = client;
13
+ }
14
+ getPath() {
15
+ return __dirname;
16
+ }
17
+ /**
18
+ * 获取项目下文件版本信息列表
19
+ *
20
+ * Please refer to HUAWEI cloud API Explorer for details.
21
+ *
22
+ * @summary 获取项目下文件版本信息列表
23
+ * @param {string} fileName 文件名称,模糊搜索
24
+ * @param {number} [limit] 每页显示的条目数量
25
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询, offset大于等于0
26
+ * @param {*} [options] Override http request option.
27
+ * @throws {RequiredError}
28
+ */
29
+ showProjectReleaseFiles(showProjectReleaseFilesRequest) {
30
+ const options = (0, exports.ParamCreater)().showProjectReleaseFiles(showProjectReleaseFilesRequest);
31
+ // @ts-ignore
32
+ options['responseHeaders'] = [''];
33
+ return this.hcClient.sendRequest(options);
34
+ }
35
+ /**
36
+ * 获取项目下文件版本信息列表
37
+ *
38
+ * Please refer to HUAWEI cloud API Explorer for details.
39
+ *
40
+ * @summary 获取项目下文件版本信息列表
41
+ * @param {string} fileName 文件名称,模糊搜索
42
+ * @param {number} [limit] 每页显示的条目数量
43
+ * @param {number} [offset] 偏移量,表示从此偏移量开始查询, offset大于等于0
44
+ * @param {*} [options] Override http request option.
45
+ * @throws {RequiredError}
46
+ */
47
+ showReleaseProjectFiles(showReleaseProjectFilesRequest) {
48
+ const options = (0, exports.ParamCreater)().showReleaseProjectFiles(showReleaseProjectFilesRequest);
49
+ // @ts-ignore
50
+ options['responseHeaders'] = [''];
51
+ return this.hcClient.sendRequest(options);
52
+ }
53
+ }
54
+ exports.CodeArtsArtifactClient = CodeArtsArtifactClient;
55
+ const ParamCreater = function () {
56
+ return {
57
+ /**
58
+ * 获取项目下文件版本信息列表
59
+ *
60
+ * Please refer to HUAWEI cloud API Explorer for details.
61
+ */
62
+ showProjectReleaseFiles(showProjectReleaseFilesRequest) {
63
+ const options = {
64
+ method: "GET",
65
+ url: "/v2/{project_id}/release/files",
66
+ contentType: "application/json",
67
+ queryParams: {},
68
+ pathParams: {},
69
+ headers: {}
70
+ };
71
+ const localVarHeaderParameter = {};
72
+ const localVarQueryParameter = {};
73
+ let fileName;
74
+ let limit;
75
+ let offset;
76
+ if (showProjectReleaseFilesRequest !== null && showProjectReleaseFilesRequest !== undefined) {
77
+ if (showProjectReleaseFilesRequest instanceof ShowProjectReleaseFilesRequest_1.ShowProjectReleaseFilesRequest) {
78
+ fileName = showProjectReleaseFilesRequest.fileName;
79
+ limit = showProjectReleaseFilesRequest.limit;
80
+ offset = showProjectReleaseFilesRequest.offset;
81
+ }
82
+ else {
83
+ fileName = showProjectReleaseFilesRequest['file_name'];
84
+ limit = showProjectReleaseFilesRequest['limit'];
85
+ offset = showProjectReleaseFilesRequest['offset'];
86
+ }
87
+ }
88
+ if (fileName === null || fileName === undefined) {
89
+ throw new RequiredError('fileName', 'Required parameter fileName was null or undefined when calling showProjectReleaseFiles.');
90
+ }
91
+ if (fileName !== null && fileName !== undefined) {
92
+ localVarQueryParameter['file_name'] = fileName;
93
+ }
94
+ if (limit !== null && limit !== undefined) {
95
+ localVarQueryParameter['limit'] = limit;
96
+ }
97
+ if (offset !== null && offset !== undefined) {
98
+ localVarQueryParameter['offset'] = offset;
99
+ }
100
+ options.queryParams = localVarQueryParameter;
101
+ options.headers = localVarHeaderParameter;
102
+ return options;
103
+ },
104
+ /**
105
+ * 获取项目下文件版本信息列表
106
+ *
107
+ * Please refer to HUAWEI cloud API Explorer for details.
108
+ */
109
+ showReleaseProjectFiles(showReleaseProjectFilesRequest) {
110
+ const options = {
111
+ method: "GET",
112
+ url: "/devreposerver/v2/release/{project_id}/files",
113
+ contentType: "application/json",
114
+ queryParams: {},
115
+ pathParams: {},
116
+ headers: {}
117
+ };
118
+ const localVarHeaderParameter = {};
119
+ const localVarQueryParameter = {};
120
+ let fileName;
121
+ let limit;
122
+ let offset;
123
+ if (showReleaseProjectFilesRequest !== null && showReleaseProjectFilesRequest !== undefined) {
124
+ if (showReleaseProjectFilesRequest instanceof ShowReleaseProjectFilesRequest_1.ShowReleaseProjectFilesRequest) {
125
+ fileName = showReleaseProjectFilesRequest.fileName;
126
+ limit = showReleaseProjectFilesRequest.limit;
127
+ offset = showReleaseProjectFilesRequest.offset;
128
+ }
129
+ else {
130
+ fileName = showReleaseProjectFilesRequest['file_name'];
131
+ limit = showReleaseProjectFilesRequest['limit'];
132
+ offset = showReleaseProjectFilesRequest['offset'];
133
+ }
134
+ }
135
+ if (fileName === null || fileName === undefined) {
136
+ throw new RequiredError('fileName', 'Required parameter fileName was null or undefined when calling showReleaseProjectFiles.');
137
+ }
138
+ if (fileName !== null && fileName !== undefined) {
139
+ localVarQueryParameter['file_name'] = fileName;
140
+ }
141
+ if (limit !== null && limit !== undefined) {
142
+ localVarQueryParameter['limit'] = limit;
143
+ }
144
+ if (offset !== null && offset !== undefined) {
145
+ localVarQueryParameter['offset'] = offset;
146
+ }
147
+ options.queryParams = localVarQueryParameter;
148
+ options.headers = localVarHeaderParameter;
149
+ return options;
150
+ },
151
+ };
152
+ };
153
+ exports.ParamCreater = ParamCreater;
154
+ function newClient(client) {
155
+ return new CodeArtsArtifactClient(client);
156
+ }
157
+ /**
158
+ *
159
+ * @export
160
+ * @class RequiredError
161
+ * @extends {Error}
162
+ */
163
+ class RequiredError extends Error {
164
+ constructor(field, msg) {
165
+ super(msg);
166
+ this.field = field;
167
+ this.name = "RequiredError";
168
+ }
169
+ }
170
+ exports.RequiredError = RequiredError;
171
+ //# sourceMappingURL=CodeArtsArtifactClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeArtsArtifactClient.js","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/CodeArtsArtifactClient.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 CodeArtsArtifactRegion {
3
+ static CN_EAST_3: Region;
4
+ private static REGION_MAP;
5
+ static valueOf(regionId: string): Region;
6
+ }
7
+ //# sourceMappingURL=CodeArtsArtifactRegion.d.ts.map
@@ -0,0 +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;IAG9G,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.CodeArtsArtifactRegion = void 0;
4
+ const region_1 = require("@huaweicloud/huaweicloud-sdk-core/region/region");
5
+ class CodeArtsArtifactRegion {
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.CodeArtsArtifactRegion = CodeArtsArtifactRegion;
18
+ CodeArtsArtifactRegion.CN_EAST_3 = new region_1.Region("cn-east-3", ["https://cloudartifacts-ext.cn-east-3.myhuaweicloud.com"]);
19
+ CodeArtsArtifactRegion.REGION_MAP = {
20
+ "cn-east-3": CodeArtsArtifactRegion.CN_EAST_3
21
+ };
22
+ //# sourceMappingURL=CodeArtsArtifactRegion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeArtsArtifactRegion.js","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/CodeArtsArtifactRegion.ts"],"names":[],"mappings":";;;AAAA,4EAAyE;AAOzE,MAAa,sBAAsB;IAQxB,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,wDAkBC;AAjBiB,gCAAS,GAAG,IAAI,eAAM,CAAC,WAAW,EAAE,CAAC,wDAAwD,CAAC,CAAC,CAAC;AAG/F,iCAAU,GAAc;IACnC,WAAW,EAAC,sBAAsB,CAAC,SAAS;CAC/C,CAAC"}
@@ -0,0 +1,12 @@
1
+ export declare class ReleaseFileVersionDo {
2
+ version?: string;
3
+ path?: string;
4
+ private 'download_url'?;
5
+ constructor();
6
+ withVersion(version: string): ReleaseFileVersionDo;
7
+ withPath(path: string): ReleaseFileVersionDo;
8
+ withDownloadUrl(downloadUrl: string): ReleaseFileVersionDo;
9
+ set downloadUrl(downloadUrl: string | undefined);
10
+ get downloadUrl(): string | undefined;
11
+ }
12
+ //# sourceMappingURL=ReleaseFileVersionDo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReleaseFileVersionDo.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ReleaseFileVersionDo.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,cAAc,CAAC,CAAS;;IAGzB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,oBAAoB;IAIlD,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB;IAI5C,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,oBAAoB;IAIjE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReleaseFileVersionDo = void 0;
4
+ class ReleaseFileVersionDo {
5
+ constructor() {
6
+ }
7
+ withVersion(version) {
8
+ this['version'] = version;
9
+ return this;
10
+ }
11
+ withPath(path) {
12
+ this['path'] = path;
13
+ return this;
14
+ }
15
+ withDownloadUrl(downloadUrl) {
16
+ this['download_url'] = downloadUrl;
17
+ return this;
18
+ }
19
+ set downloadUrl(downloadUrl) {
20
+ this['download_url'] = downloadUrl;
21
+ }
22
+ get downloadUrl() {
23
+ return this['download_url'];
24
+ }
25
+ }
26
+ exports.ReleaseFileVersionDo = ReleaseFileVersionDo;
27
+ //# sourceMappingURL=ReleaseFileVersionDo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReleaseFileVersionDo.js","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ReleaseFileVersionDo.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;IAI7B;IACA,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;QAC1B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AAxBD,oDAwBC"}
@@ -0,0 +1,12 @@
1
+ export declare class ShowProjectReleaseFilesRequest {
2
+ private 'file_name'?;
3
+ limit?: number;
4
+ offset?: number;
5
+ constructor(fileName?: string);
6
+ withFileName(fileName: string): ShowProjectReleaseFilesRequest;
7
+ set fileName(fileName: string | undefined);
8
+ get fileName(): string | undefined;
9
+ withLimit(limit: number): ShowProjectReleaseFilesRequest;
10
+ withOffset(offset: number): ShowProjectReleaseFilesRequest;
11
+ }
12
+ //# sourceMappingURL=ShowProjectReleaseFilesRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowProjectReleaseFilesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowProjectReleaseFilesRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IACvC,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;gBACJ,QAAQ,CAAC,EAAE,MAAM;IAG7B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,8BAA8B;IAIxD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;CAIpE"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowProjectReleaseFilesRequest = void 0;
4
+ class ShowProjectReleaseFilesRequest {
5
+ constructor(fileName) {
6
+ this['file_name'] = fileName;
7
+ }
8
+ withFileName(fileName) {
9
+ this['file_name'] = fileName;
10
+ return this;
11
+ }
12
+ set fileName(fileName) {
13
+ this['file_name'] = fileName;
14
+ }
15
+ get fileName() {
16
+ return this['file_name'];
17
+ }
18
+ withLimit(limit) {
19
+ this['limit'] = limit;
20
+ return this;
21
+ }
22
+ withOffset(offset) {
23
+ this['offset'] = offset;
24
+ return this;
25
+ }
26
+ }
27
+ exports.ShowProjectReleaseFilesRequest = ShowProjectReleaseFilesRequest;
28
+ //# sourceMappingURL=ShowProjectReleaseFilesRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowProjectReleaseFilesRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowProjectReleaseFilesRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IAIvC,YAAmB,QAAiB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzBD,wEAyBC"}
@@ -0,0 +1,8 @@
1
+ import { StandardResponseResult } from './StandardResponseResult';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ShowProjectReleaseFilesResponse extends SdkResponse {
4
+ result?: StandardResponseResult;
5
+ constructor();
6
+ withResult(result: StandardResponseResult): ShowProjectReleaseFilesResponse;
7
+ }
8
+ //# sourceMappingURL=ShowProjectReleaseFilesResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowProjectReleaseFilesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowProjectReleaseFilesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,+BAAgC,SAAQ,WAAW;IACrD,MAAM,CAAC,EAAE,sBAAsB,CAAC;;IAIhC,UAAU,CAAC,MAAM,EAAE,sBAAsB,GAAG,+BAA+B;CAIrF"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowProjectReleaseFilesResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowProjectReleaseFilesResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withResult(result) {
10
+ this['result'] = result;
11
+ return this;
12
+ }
13
+ }
14
+ exports.ShowProjectReleaseFilesResponse = ShowProjectReleaseFilesResponse;
15
+ //# sourceMappingURL=ShowProjectReleaseFilesResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowProjectReleaseFilesResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowProjectReleaseFilesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,+BAAgC,SAAQ,yBAAW;IAE5D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAA8B;QAC5C,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,0EASC"}
@@ -0,0 +1,12 @@
1
+ export declare class ShowReleaseProjectFilesRequest {
2
+ private 'file_name'?;
3
+ limit?: number;
4
+ offset?: number;
5
+ constructor(fileName?: string);
6
+ withFileName(fileName: string): ShowReleaseProjectFilesRequest;
7
+ set fileName(fileName: string | undefined);
8
+ get fileName(): string | undefined;
9
+ withLimit(limit: number): ShowReleaseProjectFilesRequest;
10
+ withOffset(offset: number): ShowReleaseProjectFilesRequest;
11
+ }
12
+ //# sourceMappingURL=ShowReleaseProjectFilesRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowReleaseProjectFilesRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowReleaseProjectFilesRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IACvC,OAAO,CAAC,WAAW,CAAC,CAAS;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;gBACJ,QAAQ,CAAC,EAAE,MAAM;IAG7B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,8BAA8B;IAIrE,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,8BAA8B;IAIxD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,8BAA8B;CAIpE"}
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowReleaseProjectFilesRequest = void 0;
4
+ class ShowReleaseProjectFilesRequest {
5
+ constructor(fileName) {
6
+ this['file_name'] = fileName;
7
+ }
8
+ withFileName(fileName) {
9
+ this['file_name'] = fileName;
10
+ return this;
11
+ }
12
+ set fileName(fileName) {
13
+ this['file_name'] = fileName;
14
+ }
15
+ get fileName() {
16
+ return this['file_name'];
17
+ }
18
+ withLimit(limit) {
19
+ this['limit'] = limit;
20
+ return this;
21
+ }
22
+ withOffset(offset) {
23
+ this['offset'] = offset;
24
+ return this;
25
+ }
26
+ }
27
+ exports.ShowReleaseProjectFilesRequest = ShowReleaseProjectFilesRequest;
28
+ //# sourceMappingURL=ShowReleaseProjectFilesRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowReleaseProjectFilesRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowReleaseProjectFilesRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IAIvC,YAAmB,QAAiB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAzBD,wEAyBC"}
@@ -0,0 +1,8 @@
1
+ import { StandardResponseResult } from './StandardResponseResult';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ShowReleaseProjectFilesResponse extends SdkResponse {
4
+ result?: StandardResponseResult;
5
+ constructor();
6
+ withResult(result: StandardResponseResult): ShowReleaseProjectFilesResponse;
7
+ }
8
+ //# sourceMappingURL=ShowReleaseProjectFilesResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowReleaseProjectFilesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowReleaseProjectFilesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,+BAAgC,SAAQ,WAAW;IACrD,MAAM,CAAC,EAAE,sBAAsB,CAAC;;IAIhC,UAAU,CAAC,MAAM,EAAE,sBAAsB,GAAG,+BAA+B;CAIrF"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowReleaseProjectFilesResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowReleaseProjectFilesResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withResult(result) {
10
+ this['result'] = result;
11
+ return this;
12
+ }
13
+ }
14
+ exports.ShowReleaseProjectFilesResponse = ShowReleaseProjectFilesResponse;
15
+ //# sourceMappingURL=ShowReleaseProjectFilesResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowReleaseProjectFilesResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/ShowReleaseProjectFilesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,+BAAgC,SAAQ,yBAAW;IAE5D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAA8B;QAC5C,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,0EASC"}
@@ -0,0 +1,15 @@
1
+ import { ReleaseFileVersionDo } from './ReleaseFileVersionDo';
2
+ export declare class StandardResponseResult {
3
+ data?: Array<ReleaseFileVersionDo>;
4
+ private 'total_records'?;
5
+ private 'total_pages'?;
6
+ constructor();
7
+ withData(data: Array<ReleaseFileVersionDo>): StandardResponseResult;
8
+ withTotalRecords(totalRecords: number): StandardResponseResult;
9
+ set totalRecords(totalRecords: number | undefined);
10
+ get totalRecords(): number | undefined;
11
+ withTotalPages(totalPages: number): StandardResponseResult;
12
+ set totalPages(totalPages: number | undefined);
13
+ get totalPages(): number | undefined;
14
+ }
15
+ //# sourceMappingURL=StandardResponseResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StandardResponseResult.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/StandardResponseResult.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,qBAAa,sBAAsB;IACxB,IAAI,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAC1C,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,aAAa,CAAC,CAAS;;IAGxB,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,sBAAsB;IAInE,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,sBAAsB;IAIrE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,sBAAsB;IAIjE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;CACJ"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StandardResponseResult = void 0;
4
+ class StandardResponseResult {
5
+ constructor() {
6
+ }
7
+ withData(data) {
8
+ this['data'] = data;
9
+ return this;
10
+ }
11
+ withTotalRecords(totalRecords) {
12
+ this['total_records'] = totalRecords;
13
+ return this;
14
+ }
15
+ set totalRecords(totalRecords) {
16
+ this['total_records'] = totalRecords;
17
+ }
18
+ get totalRecords() {
19
+ return this['total_records'];
20
+ }
21
+ withTotalPages(totalPages) {
22
+ this['total_pages'] = totalPages;
23
+ return this;
24
+ }
25
+ set totalPages(totalPages) {
26
+ this['total_pages'] = totalPages;
27
+ }
28
+ get totalPages() {
29
+ return this['total_pages'];
30
+ }
31
+ }
32
+ exports.StandardResponseResult = StandardResponseResult;
33
+ //# sourceMappingURL=StandardResponseResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StandardResponseResult.js","sourceRoot":"","sources":["../../../../../services/codeartsartifact/v2/model/StandardResponseResult.ts"],"names":[],"mappings":";;;AAGA,MAAa,sBAAsB;IAI/B;IACA,CAAC;IACM,QAAQ,CAAC,IAAiC;QAC7C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;CACJ;AA9BD,wDA8BC"}
@@ -0,0 +1,9 @@
1
+ export * from './CodeArtsArtifactClient';
2
+ export * from './model/ReleaseFileVersionDo';
3
+ export * from './model/ShowProjectReleaseFilesRequest';
4
+ export * from './model/ShowProjectReleaseFilesResponse';
5
+ export * from './model/ShowReleaseProjectFilesRequest';
6
+ export * from './model/ShowReleaseProjectFilesResponse';
7
+ export * from './model/StandardResponseResult';
8
+ export * from './CodeArtsArtifactRegion';
9
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/public-api.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AAEzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC"}
@@ -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("./CodeArtsArtifactClient"), exports);
18
+ __exportStar(require("./model/ReleaseFileVersionDo"), exports);
19
+ __exportStar(require("./model/ShowProjectReleaseFilesRequest"), exports);
20
+ __exportStar(require("./model/ShowProjectReleaseFilesResponse"), exports);
21
+ __exportStar(require("./model/ShowReleaseProjectFilesRequest"), exports);
22
+ __exportStar(require("./model/ShowReleaseProjectFilesResponse"), exports);
23
+ __exportStar(require("./model/StandardResponseResult"), exports);
24
+ __exportStar(require("./CodeArtsArtifactRegion"), exports);
25
+ //# sourceMappingURL=public-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/codeartsartifact/v2/public-api.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAEzC,+DAA6C;AAC7C,yEAAuD;AACvD,0EAAwD;AACxD,yEAAuD;AACvD,0EAAwD;AACxD,iEAA+C;AAC/C,2DAAyC"}