@huaweicloud/huaweicloud-sdk-codeartsbuild 3.1.70 → 3.1.72

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-codeartsbuild",
3
- "version": "3.1.70",
3
+ "version": "3.1.72",
4
4
  "description": "Huaweicloud SDK for codeartsbuild",
5
5
  "main": "huaweicloud-sdk-codeartsbuild.js",
6
6
  "typings": "huaweicloud-sdk-codeartsbuild.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.70"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.1.72"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^14.14.37",
@@ -157,13 +157,13 @@ export declare class CodeArtsBuildClient {
157
157
  */
158
158
  downloadKeystore(downloadKeystoreRequest?: DownloadKeystoreRequest): Promise<DownloadKeystoreResponse>;
159
159
  /**
160
- * 下载全量构建步骤日志
160
+ * 下载构建步骤日志
161
161
  *
162
162
  * Please refer to HUAWEI cloud API Explorer for details.
163
163
  *
164
- * @summary 下载全量构建步骤日志
164
+ * @summary 下载构建步骤日志
165
165
  * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
166
- * @param {string} taskName 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
166
+ * @param {string} taskName 步骤名称
167
167
  * @param {string} [logLevel] 日志等级 值为INFO | DEBUG。
168
168
  * @param {*} [options] Override http request option.
169
169
  * @throws {RequiredError}
@@ -530,7 +530,7 @@ export declare const ParamCreater: () => {
530
530
  headers: {};
531
531
  };
532
532
  /**
533
- * 下载全量构建步骤日志
533
+ * 下载构建步骤日志
534
534
  *
535
535
  * Please refer to HUAWEI cloud API Explorer for details.
536
536
  */
@@ -174,13 +174,13 @@ class CodeArtsBuildClient {
174
174
  return this.hcClient.sendRequest(options);
175
175
  }
176
176
  /**
177
- * 下载全量构建步骤日志
177
+ * 下载构建步骤日志
178
178
  *
179
179
  * Please refer to HUAWEI cloud API Explorer for details.
180
180
  *
181
- * @summary 下载全量构建步骤日志
181
+ * @summary 下载构建步骤日志
182
182
  * @param {string} recordId 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
183
- * @param {string} taskName 记录ID,36位数字、小写字母、\&#39;-\&#39;组组合。
183
+ * @param {string} taskName 步骤名称
184
184
  * @param {string} [logLevel] 日志等级 值为INFO | DEBUG。
185
185
  * @param {*} [options] Override http request option.
186
186
  * @throws {RequiredError}
@@ -837,7 +837,7 @@ const ParamCreater = function () {
837
837
  return options;
838
838
  },
839
839
  /**
840
- * 下载全量构建步骤日志
840
+ * 下载构建步骤日志
841
841
  *
842
842
  * Please refer to HUAWEI cloud API Explorer for details.
843
843
  */
@@ -1,11 +1,11 @@
1
1
  import { CreateTemplatesItems } from './CreateTemplatesItems';
2
2
  import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
3
  export declare class CreateTemplatesResponse extends SdkResponse {
4
- result?: Array<CreateTemplatesItems>;
4
+ result?: CreateTemplatesItems;
5
5
  error?: string;
6
6
  status?: string;
7
7
  constructor();
8
- withResult(result: Array<CreateTemplatesItems>): CreateTemplatesResponse;
8
+ withResult(result: CreateTemplatesItems): CreateTemplatesResponse;
9
9
  withError(error: string): CreateTemplatesResponse;
10
10
  withStatus(status: string): CreateTemplatesResponse;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CreateTemplatesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/CreateTemplatesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,uBAAwB,SAAQ,WAAW;IAC7C,MAAM,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,uBAAuB;IAIxE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB;IAIjD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB;CAI7D"}
1
+ {"version":3,"file":"CreateTemplatesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/CreateTemplatesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,uBAAwB,SAAQ,WAAW;IAC7C,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,oBAAoB,GAAG,uBAAuB;IAIjE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB;IAIjD,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB;CAI7D"}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateTemplatesResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/CreateTemplatesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,uBAAwB,SAAQ,yBAAW;IAIpD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAmC;QACjD,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,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;AAnBD,0DAmBC"}
1
+ {"version":3,"file":"CreateTemplatesResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/CreateTemplatesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,uBAAwB,SAAQ,yBAAW;IAIpD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAA4B;QAC1C,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,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;AAnBD,0DAmBC"}
@@ -1,11 +1,11 @@
1
1
  import { CreateBuildJobRequestBody } from './CreateBuildJobRequestBody';
2
2
  import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
3
  export declare class ListJobConfigResponse extends SdkResponse {
4
- result?: Array<CreateBuildJobRequestBody>;
4
+ result?: CreateBuildJobRequestBody;
5
5
  error?: string;
6
6
  status?: string;
7
7
  constructor();
8
- withResult(result: Array<CreateBuildJobRequestBody>): ListJobConfigResponse;
8
+ withResult(result: CreateBuildJobRequestBody): ListJobConfigResponse;
9
9
  withError(error: string): ListJobConfigResponse;
10
10
  withStatus(status: string): ListJobConfigResponse;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ListJobConfigResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListJobConfigResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;IAC3C,MAAM,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,qBAAqB;IAI3E,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAI/C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;CAI3D"}
1
+ {"version":3,"file":"ListJobConfigResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListJobConfigResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;IAC3C,MAAM,CAAC,EAAE,yBAAyB,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,yBAAyB,GAAG,qBAAqB;IAIpE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAI/C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;CAI3D"}
@@ -1 +1 @@
1
- {"version":3,"file":"ListJobConfigResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListJobConfigResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAIlD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAwC;QACtD,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,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;AAnBD,sDAmBC"}
1
+ {"version":3,"file":"ListJobConfigResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListJobConfigResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAIlD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAiC;QAC/C,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,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;AAnBD,sDAmBC"}
@@ -1,11 +1,11 @@
1
1
  import { QueryTemplatesResult } from './QueryTemplatesResult';
2
2
  import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
3
  export declare class ListTemplatesResponse extends SdkResponse {
4
- result?: Array<QueryTemplatesResult>;
4
+ result?: QueryTemplatesResult;
5
5
  error?: string;
6
6
  status?: string;
7
7
  constructor();
8
- withResult(result: Array<QueryTemplatesResult>): ListTemplatesResponse;
8
+ withResult(result: QueryTemplatesResult): ListTemplatesResponse;
9
9
  withError(error: string): ListTemplatesResponse;
10
10
  withStatus(status: string): ListTemplatesResponse;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ListTemplatesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListTemplatesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;IAC3C,MAAM,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,oBAAoB,CAAC,GAAG,qBAAqB;IAItE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAI/C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;CAI3D"}
1
+ {"version":3,"file":"ListTemplatesResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListTemplatesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;IAC3C,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,oBAAoB,GAAG,qBAAqB;IAI/D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAI/C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;CAI3D"}
@@ -1 +1 @@
1
- {"version":3,"file":"ListTemplatesResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListTemplatesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAIlD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAmC;QACjD,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,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;AAnBD,sDAmBC"}
1
+ {"version":3,"file":"ListTemplatesResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ListTemplatesResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAIlD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAA4B;QAC1C,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,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;AAnBD,sDAmBC"}