@huaweicloud/huaweicloud-sdk-codeartsbuild 3.1.152 → 3.1.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/v3/CodeArtsBuildClient.d.ts +903 -394
- package/v3/CodeArtsBuildClient.d.ts.map +1 -1
- package/v3/CodeArtsBuildClient.js +2473 -1437
- package/v3/CodeArtsBuildClient.js.map +1 -1
- package/v3/model/BuildParameter.d.ts +8 -0
- package/v3/model/BuildParameter.d.ts.map +1 -0
- package/v3/model/BuildParameter.js +17 -0
- package/v3/model/BuildParameter.js.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.d.ts +4 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.d.ts.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.js +9 -0
- package/v3/model/CheckJobCountIsTopLimitRequest.js.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.d.ts +11 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.d.ts.map +1 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.js +23 -0
- package/v3/model/CheckJobCountIsTopLimitResponse.js.map +1 -0
- package/v3/model/DownloadJunitCoverageZipRequest.d.ts +16 -0
- package/v3/model/DownloadJunitCoverageZipRequest.d.ts.map +1 -0
- package/v3/model/DownloadJunitCoverageZipRequest.js +42 -0
- package/v3/model/DownloadJunitCoverageZipRequest.js.map +1 -0
- package/v3/model/DownloadJunitCoverageZipResponse.d.ts +5 -0
- package/v3/model/DownloadJunitCoverageZipResponse.d.ts.map +1 -0
- package/v3/model/DownloadJunitCoverageZipResponse.js +11 -0
- package/v3/model/DownloadJunitCoverageZipResponse.js.map +1 -0
- package/v3/model/IsDisableResult.d.ts +22 -0
- package/v3/model/IsDisableResult.d.ts.map +1 -0
- package/v3/model/IsDisableResult.js +51 -0
- package/v3/model/IsDisableResult.js.map +1 -0
- package/v3/model/JobStatusBody.d.ts +12 -0
- package/v3/model/JobStatusBody.d.ts.map +1 -0
- package/v3/model/JobStatusBody.js +27 -0
- package/v3/model/JobStatusBody.js.map +1 -0
- package/v3/model/JobSummary.d.ts +20 -0
- package/v3/model/JobSummary.d.ts.map +1 -0
- package/v3/model/JobSummary.js +49 -0
- package/v3/model/JobSummary.js.map +1 -0
- package/v3/model/JobSummaryBodyResult.d.ts +7 -0
- package/v3/model/JobSummaryBodyResult.d.ts.map +1 -0
- package/v3/model/JobSummaryBodyResult.js +13 -0
- package/v3/model/JobSummaryBodyResult.js.map +1 -0
- package/v3/model/JobUpdateRecordListVoResult.d.ts +11 -0
- package/v3/model/JobUpdateRecordListVoResult.d.ts.map +1 -0
- package/v3/model/JobUpdateRecordListVoResult.js +23 -0
- package/v3/model/JobUpdateRecordListVoResult.js.map +1 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.d.ts +30 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.d.ts.map +1 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.js +73 -0
- package/v3/model/JobUpdateRecordListVoResultJobUpdateRecords.js.map +1 -0
- package/v3/model/ListBuildParameterRequest.d.ts +12 -0
- package/v3/model/ListBuildParameterRequest.d.ts.map +1 -0
- package/v3/model/ListBuildParameterRequest.js +31 -0
- package/v3/model/ListBuildParameterRequest.js.map +1 -0
- package/v3/model/ListBuildParameterResponse.d.ts +12 -0
- package/v3/model/ListBuildParameterResponse.d.ts.map +1 -0
- package/v3/model/ListBuildParameterResponse.js +23 -0
- package/v3/model/ListBuildParameterResponse.js.map +1 -0
- package/v3/model/ListCustomTemplateRequest.d.ts +16 -0
- package/v3/model/ListCustomTemplateRequest.d.ts.map +1 -0
- package/v3/model/ListCustomTemplateRequest.js +35 -0
- package/v3/model/ListCustomTemplateRequest.js.map +1 -0
- package/v3/model/ListCustomTemplateResponse.d.ts +12 -0
- package/v3/model/ListCustomTemplateResponse.d.ts.map +1 -0
- package/v3/model/ListCustomTemplateResponse.js +23 -0
- package/v3/model/ListCustomTemplateResponse.js.map +1 -0
- package/v3/model/ListJobRequest.d.ts +4 -0
- package/v3/model/ListJobRequest.d.ts.map +1 -0
- package/v3/model/ListJobRequest.js +9 -0
- package/v3/model/ListJobRequest.js.map +1 -0
- package/v3/model/ListJobResponse.d.ts +10 -0
- package/v3/model/ListJobResponse.d.ts.map +1 -0
- package/v3/model/ListJobResponse.js +19 -0
- package/v3/model/ListJobResponse.js.map +1 -0
- package/v3/model/ListJobResult.d.ts +11 -0
- package/v3/model/ListJobResult.d.ts.map +1 -0
- package/v3/model/ListJobResult.js +23 -0
- package/v3/model/ListJobResult.js.map +1 -0
- package/v3/model/ListJobResultJobList.d.ts +152 -0
- package/v3/model/ListJobResultJobList.d.ts.map +1 -0
- package/v3/model/ListJobResultJobList.js +375 -0
- package/v3/model/ListJobResultJobList.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryRequest.d.ts +12 -0
- package/v3/model/ListJunitCoverageSummaryRequest.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryRequest.js +31 -0
- package/v3/model/ListJunitCoverageSummaryRequest.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResponse.d.ts +12 -0
- package/v3/model/ListJunitCoverageSummaryResponse.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResponse.js +23 -0
- package/v3/model/ListJunitCoverageSummaryResponse.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResult.d.ts +9 -0
- package/v3/model/ListJunitCoverageSummaryResult.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResult.js +19 -0
- package/v3/model/ListJunitCoverageSummaryResult.js.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.d.ts +22 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.d.ts.map +1 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.js +53 -0
- package/v3/model/ListJunitCoverageSummaryResultUnitSummaryList.js.map +1 -0
- package/v3/model/ListKeystoreSearchRequest.d.ts +12 -0
- package/v3/model/ListKeystoreSearchRequest.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchRequest.js +27 -0
- package/v3/model/ListKeystoreSearchRequest.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponse.d.ts +12 -0
- package/v3/model/ListKeystoreSearchResponse.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponse.js +23 -0
- package/v3/model/ListKeystoreSearchResponse.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.d.ts +11 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.js +23 -0
- package/v3/model/ListKeystoreSearchResponseBodyResult.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.d.ts +57 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.js +135 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultKeystoreList.js.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.d.ts +18 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.d.ts.map +1 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.js +41 -0
- package/v3/model/ListKeystoreSearchResponseBodyResultPermission.js.map +1 -0
- package/v3/model/ListRepoBranchRequest.d.ts +12 -0
- package/v3/model/ListRepoBranchRequest.d.ts.map +1 -0
- package/v3/model/ListRepoBranchRequest.js +31 -0
- package/v3/model/ListRepoBranchRequest.js.map +1 -0
- package/v3/model/ListRepoBranchResponse.d.ts +9 -0
- package/v3/model/ListRepoBranchResponse.d.ts.map +1 -0
- package/v3/model/ListRepoBranchResponse.js +19 -0
- package/v3/model/ListRepoBranchResponse.js.map +1 -0
- package/v3/model/ListRepositoryRequest.d.ts +8 -0
- package/v3/model/ListRepositoryRequest.d.ts.map +1 -0
- package/v3/model/ListRepositoryRequest.js +20 -0
- package/v3/model/ListRepositoryRequest.js.map +1 -0
- package/v3/model/ListRepositoryResponse.d.ts +12 -0
- package/v3/model/ListRepositoryResponse.d.ts.map +1 -0
- package/v3/model/ListRepositoryResponse.js +23 -0
- package/v3/model/ListRepositoryResponse.js.map +1 -0
- package/v3/model/ListUpdateJobHistoryRequest.d.ts +16 -0
- package/v3/model/ListUpdateJobHistoryRequest.d.ts.map +1 -0
- package/v3/model/ListUpdateJobHistoryRequest.js +40 -0
- package/v3/model/ListUpdateJobHistoryRequest.js.map +1 -0
- package/v3/model/ListUpdateJobHistoryResponse.d.ts +12 -0
- package/v3/model/ListUpdateJobHistoryResponse.d.ts.map +1 -0
- package/v3/model/ListUpdateJobHistoryResponse.js +23 -0
- package/v3/model/ListUpdateJobHistoryResponse.js.map +1 -0
- package/v3/model/QueryCustomTemplatesResult.d.ts +11 -0
- package/v3/model/QueryCustomTemplatesResult.d.ts.map +1 -0
- package/v3/model/QueryCustomTemplatesResult.js +23 -0
- package/v3/model/QueryCustomTemplatesResult.js.map +1 -0
- package/v3/model/RepositoriesResult.d.ts +8 -0
- package/v3/model/RepositoriesResult.d.ts.map +1 -0
- package/v3/model/RepositoriesResult.js +17 -0
- package/v3/model/RepositoriesResult.js.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.d.ts +8 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.d.ts.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.js +20 -0
- package/v3/model/ShowBuildRecordFlowGraphRequest.js.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.d.ts +12 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.d.ts.map +1 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.js +23 -0
- package/v3/model/ShowBuildRecordFlowGraphResponse.js.map +1 -0
- package/v3/model/ShowCopyNameRequest.d.ts +8 -0
- package/v3/model/ShowCopyNameRequest.d.ts.map +1 -0
- package/v3/model/ShowCopyNameRequest.js +20 -0
- package/v3/model/ShowCopyNameRequest.js.map +1 -0
- package/v3/model/ShowCopyNameResponse.d.ts +11 -0
- package/v3/model/ShowCopyNameResponse.d.ts.map +1 -0
- package/v3/model/ShowCopyNameResponse.js +23 -0
- package/v3/model/ShowCopyNameResponse.js.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.d.ts +12 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.d.ts.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.js +31 -0
- package/v3/model/ShowDefaultProjectPermissionRequest.js.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.d.ts +12 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.d.ts.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.js +23 -0
- package/v3/model/ShowDefaultProjectPermissionResponse.js.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.d.ts +40 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.d.ts.map +1 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.js +99 -0
- package/v3/model/ShowDefaultProjectPermissionResponseBodyResult.js.map +1 -0
- package/v3/model/ShowDisableRequest.d.ts +8 -0
- package/v3/model/ShowDisableRequest.d.ts.map +1 -0
- package/v3/model/ShowDisableRequest.js +20 -0
- package/v3/model/ShowDisableRequest.js.map +1 -0
- package/v3/model/ShowDisableResponse.d.ts +12 -0
- package/v3/model/ShowDisableResponse.d.ts.map +1 -0
- package/v3/model/ShowDisableResponse.js +23 -0
- package/v3/model/ShowDisableResponse.js.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.d.ts +12 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.d.ts.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.js +31 -0
- package/v3/model/ShowJobBuildRecordDetailRequest.js.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.d.ts +12 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.d.ts.map +1 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.js +23 -0
- package/v3/model/ShowJobBuildRecordDetailResponse.js.map +1 -0
- package/v3/model/ShowJobStepStatusRequest.d.ts +12 -0
- package/v3/model/ShowJobStepStatusRequest.d.ts.map +1 -0
- package/v3/model/ShowJobStepStatusRequest.js +30 -0
- package/v3/model/ShowJobStepStatusRequest.js.map +1 -0
- package/v3/model/ShowJobStepStatusResponse.d.ts +12 -0
- package/v3/model/ShowJobStepStatusResponse.d.ts.map +1 -0
- package/v3/model/ShowJobStepStatusResponse.js +23 -0
- package/v3/model/ShowJobStepStatusResponse.js.map +1 -0
- package/v3/model/ShowJobTotalRequest.d.ts +16 -0
- package/v3/model/ShowJobTotalRequest.d.ts.map +1 -0
- package/v3/model/ShowJobTotalRequest.js +40 -0
- package/v3/model/ShowJobTotalRequest.js.map +1 -0
- package/v3/model/ShowJobTotalResponse.d.ts +12 -0
- package/v3/model/ShowJobTotalResponse.d.ts.map +1 -0
- package/v3/model/ShowJobTotalResponse.js +23 -0
- package/v3/model/ShowJobTotalResponse.js.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.d.ts +4 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.d.ts.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.js +9 -0
- package/v3/model/ShowSummaryBuildJobInfoRequest.js.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.d.ts +12 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.d.ts.map +1 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.js +23 -0
- package/v3/model/ShowSummaryBuildJobInfoResponse.js.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.d.ts +8 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.d.ts.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.js +20 -0
- package/v3/model/ShowUserOverPackageQuotaRequest.js.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.d.ts +12 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.d.ts.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.js +23 -0
- package/v3/model/ShowUserOverPackageQuotaResponse.js.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResult.d.ts +16 -0
- package/v3/model/ShowUserOverPackageQuotaResult.d.ts.map +1 -0
- package/v3/model/ShowUserOverPackageQuotaResult.js +39 -0
- package/v3/model/ShowUserOverPackageQuotaResult.js.map +1 -0
- package/v3/model/TotalResponseBodyResult.d.ts +6 -0
- package/v3/model/TotalResponseBodyResult.d.ts.map +1 -0
- package/v3/model/TotalResponseBodyResult.js +13 -0
- package/v3/model/TotalResponseBodyResult.js.map +1 -0
- package/v3/public-api.d.ts +57 -0
- package/v3/public-api.d.ts.map +1 -1
- package/v3/public-api.js +57 -0
- package/v3/public-api.js.map +1 -1
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowSummaryBuildJobInfoResponse = void 0;
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
5
|
+
class ShowSummaryBuildJobInfoResponse extends SdkResponse_1.SdkResponse {
|
6
|
+
constructor() {
|
7
|
+
super();
|
8
|
+
}
|
9
|
+
withStatus(status) {
|
10
|
+
this['status'] = status;
|
11
|
+
return this;
|
12
|
+
}
|
13
|
+
withError(error) {
|
14
|
+
this['error'] = error;
|
15
|
+
return this;
|
16
|
+
}
|
17
|
+
withResult(result) {
|
18
|
+
this['result'] = result;
|
19
|
+
return this;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
exports.ShowSummaryBuildJobInfoResponse = ShowSummaryBuildJobInfoResponse;
|
23
|
+
//# sourceMappingURL=ShowSummaryBuildJobInfoResponse.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ShowSummaryBuildJobInfoResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowSummaryBuildJobInfoResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,+BAAgC,SAAQ,yBAAW;IAI5D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,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,MAA4B;QAC1C,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAnBD,0EAmBC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export declare class ShowUserOverPackageQuotaRequest {
|
2
|
+
private 'project_id'?;
|
3
|
+
constructor(projectId?: string);
|
4
|
+
withProjectId(projectId: string): ShowUserOverPackageQuotaRequest;
|
5
|
+
set projectId(projectId: string | undefined);
|
6
|
+
get projectId(): string | undefined;
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=ShowUserOverPackageQuotaRequest.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ShowUserOverPackageQuotaRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowUserOverPackageQuotaRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,+BAA+B;IACxC,OAAO,CAAC,YAAY,CAAC,CAAS;gBACX,SAAS,CAAC,EAAE,MAAM;IAG9B,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,+BAA+B;IAIxE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowUserOverPackageQuotaRequest = void 0;
|
4
|
+
class ShowUserOverPackageQuotaRequest {
|
5
|
+
constructor(projectId) {
|
6
|
+
this['project_id'] = projectId;
|
7
|
+
}
|
8
|
+
withProjectId(projectId) {
|
9
|
+
this['project_id'] = projectId;
|
10
|
+
return this;
|
11
|
+
}
|
12
|
+
set projectId(projectId) {
|
13
|
+
this['project_id'] = projectId;
|
14
|
+
}
|
15
|
+
get projectId() {
|
16
|
+
return this['project_id'];
|
17
|
+
}
|
18
|
+
}
|
19
|
+
exports.ShowUserOverPackageQuotaRequest = ShowUserOverPackageQuotaRequest;
|
20
|
+
//# sourceMappingURL=ShowUserOverPackageQuotaRequest.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ShowUserOverPackageQuotaRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowUserOverPackageQuotaRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,+BAA+B;IAExC,YAAmB,SAAkB;QACjC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;CACJ;AAfD,0EAeC"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ShowUserOverPackageQuotaResult } from './ShowUserOverPackageQuotaResult';
|
2
|
+
import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
|
3
|
+
export declare class ShowUserOverPackageQuotaResponse extends SdkResponse {
|
4
|
+
result?: ShowUserOverPackageQuotaResult;
|
5
|
+
error?: string;
|
6
|
+
status?: string;
|
7
|
+
constructor();
|
8
|
+
withResult(result: ShowUserOverPackageQuotaResult): ShowUserOverPackageQuotaResponse;
|
9
|
+
withError(error: string): ShowUserOverPackageQuotaResponse;
|
10
|
+
withStatus(status: string): ShowUserOverPackageQuotaResponse;
|
11
|
+
}
|
12
|
+
//# sourceMappingURL=ShowUserOverPackageQuotaResponse.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ShowUserOverPackageQuotaResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowUserOverPackageQuotaResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAElF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,gCAAiC,SAAQ,WAAW;IACtD,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;;IAIhB,UAAU,CAAC,MAAM,EAAE,8BAA8B,GAAG,gCAAgC;IAIpF,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,gCAAgC;IAI1D,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,gCAAgC;CAItE"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowUserOverPackageQuotaResponse = void 0;
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
5
|
+
class ShowUserOverPackageQuotaResponse extends SdkResponse_1.SdkResponse {
|
6
|
+
constructor() {
|
7
|
+
super();
|
8
|
+
}
|
9
|
+
withResult(result) {
|
10
|
+
this['result'] = result;
|
11
|
+
return this;
|
12
|
+
}
|
13
|
+
withError(error) {
|
14
|
+
this['error'] = error;
|
15
|
+
return this;
|
16
|
+
}
|
17
|
+
withStatus(status) {
|
18
|
+
this['status'] = status;
|
19
|
+
return this;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
exports.ShowUserOverPackageQuotaResponse = ShowUserOverPackageQuotaResponse;
|
23
|
+
//# sourceMappingURL=ShowUserOverPackageQuotaResponse.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ShowUserOverPackageQuotaResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowUserOverPackageQuotaResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,gCAAiC,SAAQ,yBAAW;IAI7D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAsC;QACpD,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,4EAmBC"}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export declare class ShowUserOverPackageQuotaResult {
|
2
|
+
private 'is_over_quota'?;
|
3
|
+
private 'build_quota'?;
|
4
|
+
private 'used_quota'?;
|
5
|
+
constructor();
|
6
|
+
withIsOverQuota(isOverQuota: boolean): ShowUserOverPackageQuotaResult;
|
7
|
+
set isOverQuota(isOverQuota: boolean | undefined);
|
8
|
+
get isOverQuota(): boolean | undefined;
|
9
|
+
withBuildQuota(buildQuota: string): ShowUserOverPackageQuotaResult;
|
10
|
+
set buildQuota(buildQuota: string | undefined);
|
11
|
+
get buildQuota(): string | undefined;
|
12
|
+
withUsedQuota(usedQuota: string): ShowUserOverPackageQuotaResult;
|
13
|
+
set usedQuota(usedQuota: string | undefined);
|
14
|
+
get usedQuota(): string | undefined;
|
15
|
+
}
|
16
|
+
//# sourceMappingURL=ShowUserOverPackageQuotaResult.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ShowUserOverPackageQuotaResult.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowUserOverPackageQuotaResult.ts"],"names":[],"mappings":"AAEA,qBAAa,8BAA8B;IACvC,OAAO,CAAC,eAAe,CAAC,CAAU;IAClC,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,YAAY,CAAC,CAAS;;IAGvB,eAAe,CAAC,WAAW,EAAE,OAAO,GAAG,8BAA8B;IAI5E,IAAW,WAAW,CAAC,WAAW,EAAE,OAAO,GAAI,SAAS,EAEvD;IACD,IAAW,WAAW,IAAI,OAAO,GAAG,SAAS,CAE5C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,8BAA8B;IAIzE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,8BAA8B;IAIvE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShowUserOverPackageQuotaResult = void 0;
|
4
|
+
class ShowUserOverPackageQuotaResult {
|
5
|
+
constructor() {
|
6
|
+
}
|
7
|
+
withIsOverQuota(isOverQuota) {
|
8
|
+
this['is_over_quota'] = isOverQuota;
|
9
|
+
return this;
|
10
|
+
}
|
11
|
+
set isOverQuota(isOverQuota) {
|
12
|
+
this['is_over_quota'] = isOverQuota;
|
13
|
+
}
|
14
|
+
get isOverQuota() {
|
15
|
+
return this['is_over_quota'];
|
16
|
+
}
|
17
|
+
withBuildQuota(buildQuota) {
|
18
|
+
this['build_quota'] = buildQuota;
|
19
|
+
return this;
|
20
|
+
}
|
21
|
+
set buildQuota(buildQuota) {
|
22
|
+
this['build_quota'] = buildQuota;
|
23
|
+
}
|
24
|
+
get buildQuota() {
|
25
|
+
return this['build_quota'];
|
26
|
+
}
|
27
|
+
withUsedQuota(usedQuota) {
|
28
|
+
this['used_quota'] = usedQuota;
|
29
|
+
return this;
|
30
|
+
}
|
31
|
+
set usedQuota(usedQuota) {
|
32
|
+
this['used_quota'] = usedQuota;
|
33
|
+
}
|
34
|
+
get usedQuota() {
|
35
|
+
return this['used_quota'];
|
36
|
+
}
|
37
|
+
}
|
38
|
+
exports.ShowUserOverPackageQuotaResult = ShowUserOverPackageQuotaResult;
|
39
|
+
//# sourceMappingURL=ShowUserOverPackageQuotaResult.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ShowUserOverPackageQuotaResult.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowUserOverPackageQuotaResult.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IAIvC;IACA,CAAC;IACM,eAAe,CAAC,WAAoB;QACvC,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAiC;QACpD,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;IACxC,CAAC;IACD,IAAW,WAAW;QAClB,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;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;CACJ;AApCD,wEAoCC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TotalResponseBodyResult.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/TotalResponseBodyResult.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;;IAGf,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB;CAI3D"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.TotalResponseBodyResult = void 0;
|
4
|
+
class TotalResponseBodyResult {
|
5
|
+
constructor() {
|
6
|
+
}
|
7
|
+
withTotal(total) {
|
8
|
+
this['total'] = total;
|
9
|
+
return this;
|
10
|
+
}
|
11
|
+
}
|
12
|
+
exports.TotalResponseBodyResult = TotalResponseBodyResult;
|
13
|
+
//# sourceMappingURL=TotalResponseBodyResult.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TotalResponseBodyResult.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/TotalResponseBodyResult.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAEhC;IACA,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AARD,0DAQC"}
|
package/v3/public-api.d.ts
CHANGED
@@ -2,6 +2,7 @@ export * from './CodeArtsBuildClient';
|
|
2
2
|
export * from './model/AddKeystorePermissionResponseBody';
|
3
3
|
export * from './model/BuildInfoRecord';
|
4
4
|
export * from './model/BuildInfoRecordCommitInfo';
|
5
|
+
export * from './model/BuildParameter';
|
5
6
|
export * from './model/BuildParams';
|
6
7
|
export * from './model/BuildParamsBodyResult';
|
7
8
|
export * from './model/BuildRecord';
|
@@ -9,6 +10,8 @@ export * from './model/BuildRecordBuildRecordType';
|
|
9
10
|
export * from './model/BuildRecordParameters';
|
10
11
|
export * from './model/BuildStageRecord';
|
11
12
|
export * from './model/BuildStep';
|
13
|
+
export * from './model/CheckJobCountIsTopLimitRequest';
|
14
|
+
export * from './model/CheckJobCountIsTopLimitResponse';
|
12
15
|
export * from './model/CheckJobNameIsExistsRequest';
|
13
16
|
export * from './model/CheckJobNameIsExistsResponse';
|
14
17
|
export * from './model/Constraints';
|
@@ -37,6 +40,8 @@ export * from './model/DisableNoticeRequest';
|
|
37
40
|
export * from './model/DisableNoticeResponse';
|
38
41
|
export * from './model/DownloadBuildLogRequest';
|
39
42
|
export * from './model/DownloadBuildLogResponse';
|
43
|
+
export * from './model/DownloadJunitCoverageZipRequest';
|
44
|
+
export * from './model/DownloadJunitCoverageZipResponse';
|
40
45
|
export * from './model/DownloadKeystoreByNameRequest';
|
41
46
|
export * from './model/DownloadKeystoreByNameResponse';
|
42
47
|
export * from './model/DownloadKeystoreRequest';
|
@@ -54,18 +59,41 @@ export * from './model/FlowGraph2ResultEdges';
|
|
54
59
|
export * from './model/FullStagesResult';
|
55
60
|
export * from './model/HistoryRecord';
|
56
61
|
export * from './model/HistoryRecord1';
|
62
|
+
export * from './model/IsDisableResult';
|
57
63
|
export * from './model/Job';
|
64
|
+
export * from './model/JobStatusBody';
|
65
|
+
export * from './model/JobSummary';
|
66
|
+
export * from './model/JobSummaryBodyResult';
|
67
|
+
export * from './model/JobUpdateRecordListVoResult';
|
68
|
+
export * from './model/JobUpdateRecordListVoResultJobUpdateRecords';
|
58
69
|
export * from './model/LimitsParam';
|
59
70
|
export * from './model/ListBuildInfoRecordBodyResult';
|
60
71
|
export * from './model/ListBuildInfoRecordByJobIdRequest';
|
61
72
|
export * from './model/ListBuildInfoRecordByJobIdResponse';
|
62
73
|
export * from './model/ListBuildInfoRecordRequest';
|
63
74
|
export * from './model/ListBuildInfoRecordResponse';
|
75
|
+
export * from './model/ListBuildParameterRequest';
|
76
|
+
export * from './model/ListBuildParameterResponse';
|
77
|
+
export * from './model/ListCustomTemplateRequest';
|
78
|
+
export * from './model/ListCustomTemplateResponse';
|
64
79
|
export * from './model/ListJobConfigRequest';
|
65
80
|
export * from './model/ListJobConfigResponse';
|
81
|
+
export * from './model/ListJobRequest';
|
82
|
+
export * from './model/ListJobResponse';
|
83
|
+
export * from './model/ListJobResult';
|
84
|
+
export * from './model/ListJobResultJobList';
|
85
|
+
export * from './model/ListJunitCoverageSummaryRequest';
|
86
|
+
export * from './model/ListJunitCoverageSummaryResponse';
|
87
|
+
export * from './model/ListJunitCoverageSummaryResult';
|
88
|
+
export * from './model/ListJunitCoverageSummaryResultUnitSummaryList';
|
66
89
|
export * from './model/ListKeystoreRequest';
|
67
90
|
export * from './model/ListKeystoreResponse';
|
68
91
|
export * from './model/ListKeystoreResult';
|
92
|
+
export * from './model/ListKeystoreSearchRequest';
|
93
|
+
export * from './model/ListKeystoreSearchResponse';
|
94
|
+
export * from './model/ListKeystoreSearchResponseBodyResult';
|
95
|
+
export * from './model/ListKeystoreSearchResponseBodyResultKeystoreList';
|
96
|
+
export * from './model/ListKeystoreSearchResponseBodyResultPermission';
|
69
97
|
export * from './model/ListNoticeRequest';
|
70
98
|
export * from './model/ListNoticeResponse';
|
71
99
|
export * from './model/ListOfficialTemplateRequest';
|
@@ -83,13 +111,20 @@ export * from './model/ListRelatedProjectInfoRequest';
|
|
83
111
|
export * from './model/ListRelatedProjectInfoResponse';
|
84
112
|
export * from './model/ListRelatedProjectInfoResult';
|
85
113
|
export * from './model/ListRelatedProjectInfoResultProjectInfoList';
|
114
|
+
export * from './model/ListRepoBranchRequest';
|
115
|
+
export * from './model/ListRepoBranchResponse';
|
116
|
+
export * from './model/ListRepositoryRequest';
|
117
|
+
export * from './model/ListRepositoryResponse';
|
86
118
|
export * from './model/ListTemplatesRequest';
|
87
119
|
export * from './model/ListTemplatesResponse';
|
120
|
+
export * from './model/ListUpdateJobHistoryRequest';
|
121
|
+
export * from './model/ListUpdateJobHistoryResponse';
|
88
122
|
export * from './model/OutPutInfoResult';
|
89
123
|
export * from './model/OutPutResult';
|
90
124
|
export * from './model/Parameter';
|
91
125
|
export * from './model/ParameterItem';
|
92
126
|
export * from './model/Params';
|
127
|
+
export * from './model/QueryCustomTemplatesResult';
|
93
128
|
export * from './model/QueryJobNoticeItems';
|
94
129
|
export * from './model/QueryTemplate';
|
95
130
|
export * from './model/QueryTemplatesItems';
|
@@ -99,6 +134,7 @@ export * from './model/RecordInfo2Result';
|
|
99
134
|
export * from './model/RecordInfoResult';
|
100
135
|
export * from './model/RecyclingJob';
|
101
136
|
export * from './model/RecyclingJobsResult';
|
137
|
+
export * from './model/RepositoriesResult';
|
102
138
|
export * from './model/RunJobRequest';
|
103
139
|
export * from './model/RunJobRequestBody';
|
104
140
|
export * from './model/RunJobResponse';
|
@@ -109,14 +145,23 @@ export * from './model/ShowBuildParamsListRequest';
|
|
109
145
|
export * from './model/ShowBuildParamsListResponse';
|
110
146
|
export * from './model/ShowBuildRecordBuildScriptRequest';
|
111
147
|
export * from './model/ShowBuildRecordBuildScriptResponse';
|
148
|
+
export * from './model/ShowBuildRecordFlowGraphRequest';
|
149
|
+
export * from './model/ShowBuildRecordFlowGraphResponse';
|
112
150
|
export * from './model/ShowBuildRecordFullStagesRequest';
|
113
151
|
export * from './model/ShowBuildRecordFullStagesResponse';
|
114
152
|
export * from './model/ShowBuildRecordRequest';
|
115
153
|
export * from './model/ShowBuildRecordResponse';
|
154
|
+
export * from './model/ShowCopyNameRequest';
|
155
|
+
export * from './model/ShowCopyNameResponse';
|
116
156
|
export * from './model/ShowDefaultBuildParametersParams';
|
117
157
|
export * from './model/ShowDefaultBuildParametersRequest';
|
118
158
|
export * from './model/ShowDefaultBuildParametersResponse';
|
119
159
|
export * from './model/ShowDefaultBuildParametersResult';
|
160
|
+
export * from './model/ShowDefaultProjectPermissionRequest';
|
161
|
+
export * from './model/ShowDefaultProjectPermissionResponse';
|
162
|
+
export * from './model/ShowDefaultProjectPermissionResponseBodyResult';
|
163
|
+
export * from './model/ShowDisableRequest';
|
164
|
+
export * from './model/ShowDisableResponse';
|
120
165
|
export * from './model/ShowDockerfileTemplateRequest';
|
121
166
|
export * from './model/ShowDockerfileTemplateResponse';
|
122
167
|
export * from './model/ShowFlowGraphRequest';
|
@@ -127,6 +172,8 @@ export * from './model/ShowImageTemplateListRequest';
|
|
127
172
|
export * from './model/ShowImageTemplateListResponse';
|
128
173
|
export * from './model/ShowImageTemplateListResponseBodyResult';
|
129
174
|
export * from './model/ShowImageTemplateListResponseBodyResultImageTemplates';
|
175
|
+
export * from './model/ShowJobBuildRecordDetailRequest';
|
176
|
+
export * from './model/ShowJobBuildRecordDetailResponse';
|
130
177
|
export * from './model/ShowJobBuildSuccessRatioRequest';
|
131
178
|
export * from './model/ShowJobBuildSuccessRatioResponse';
|
132
179
|
export * from './model/ShowJobBuildSuccessRatioResult';
|
@@ -151,10 +198,14 @@ export * from './model/ShowJobRolePermissionResponse';
|
|
151
198
|
export * from './model/ShowJobRolePermissionResult';
|
152
199
|
export * from './model/ShowJobStatusRequest';
|
153
200
|
export * from './model/ShowJobStatusResponse';
|
201
|
+
export * from './model/ShowJobStepStatusRequest';
|
202
|
+
export * from './model/ShowJobStepStatusResponse';
|
154
203
|
export * from './model/ShowJobSuccessRatioRequest';
|
155
204
|
export * from './model/ShowJobSuccessRatioResponse';
|
156
205
|
export * from './model/ShowJobSystemParametersRequest';
|
157
206
|
export * from './model/ShowJobSystemParametersResponse';
|
207
|
+
export * from './model/ShowJobTotalRequest';
|
208
|
+
export * from './model/ShowJobTotalResponse';
|
158
209
|
export * from './model/ShowKeystorePermissionRequest';
|
159
210
|
export * from './model/ShowKeystorePermissionResponse';
|
160
211
|
export * from './model/ShowKeystorePermissionResponseBodyResult';
|
@@ -183,6 +234,11 @@ export * from './model/ShowReportSummaryResponse';
|
|
183
234
|
export * from './model/ShowRunningStatusRequest';
|
184
235
|
export * from './model/ShowRunningStatusResponse';
|
185
236
|
export * from './model/ShowRunningStatusResult';
|
237
|
+
export * from './model/ShowSummaryBuildJobInfoRequest';
|
238
|
+
export * from './model/ShowSummaryBuildJobInfoResponse';
|
239
|
+
export * from './model/ShowUserOverPackageQuotaRequest';
|
240
|
+
export * from './model/ShowUserOverPackageQuotaResponse';
|
241
|
+
export * from './model/ShowUserOverPackageQuotaResult';
|
186
242
|
export * from './model/ShowUserProjectPermissionResult';
|
187
243
|
export * from './model/ShowYamlTemplateRequest';
|
188
244
|
export * from './model/ShowYamlTemplateResponse';
|
@@ -193,6 +249,7 @@ export * from './model/StopJobRequestBody';
|
|
193
249
|
export * from './model/StopJobResponse';
|
194
250
|
export * from './model/SystemParametersResult';
|
195
251
|
export * from './model/TemplateList';
|
252
|
+
export * from './model/TotalResponseBodyResult';
|
196
253
|
export * from './model/UpdateBuildJobParameter';
|
197
254
|
export * from './model/UpdateBuildJobParameterParam';
|
198
255
|
export * from './model/UpdateBuildJobRequest';
|
package/v3/public-api.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}
|
package/v3/public-api.js
CHANGED
@@ -18,6 +18,7 @@ __exportStar(require("./CodeArtsBuildClient"), exports);
|
|
18
18
|
__exportStar(require("./model/AddKeystorePermissionResponseBody"), exports);
|
19
19
|
__exportStar(require("./model/BuildInfoRecord"), exports);
|
20
20
|
__exportStar(require("./model/BuildInfoRecordCommitInfo"), exports);
|
21
|
+
__exportStar(require("./model/BuildParameter"), exports);
|
21
22
|
__exportStar(require("./model/BuildParams"), exports);
|
22
23
|
__exportStar(require("./model/BuildParamsBodyResult"), exports);
|
23
24
|
__exportStar(require("./model/BuildRecord"), exports);
|
@@ -25,6 +26,8 @@ __exportStar(require("./model/BuildRecordBuildRecordType"), exports);
|
|
25
26
|
__exportStar(require("./model/BuildRecordParameters"), exports);
|
26
27
|
__exportStar(require("./model/BuildStageRecord"), exports);
|
27
28
|
__exportStar(require("./model/BuildStep"), exports);
|
29
|
+
__exportStar(require("./model/CheckJobCountIsTopLimitRequest"), exports);
|
30
|
+
__exportStar(require("./model/CheckJobCountIsTopLimitResponse"), exports);
|
28
31
|
__exportStar(require("./model/CheckJobNameIsExistsRequest"), exports);
|
29
32
|
__exportStar(require("./model/CheckJobNameIsExistsResponse"), exports);
|
30
33
|
__exportStar(require("./model/Constraints"), exports);
|
@@ -53,6 +56,8 @@ __exportStar(require("./model/DisableNoticeRequest"), exports);
|
|
53
56
|
__exportStar(require("./model/DisableNoticeResponse"), exports);
|
54
57
|
__exportStar(require("./model/DownloadBuildLogRequest"), exports);
|
55
58
|
__exportStar(require("./model/DownloadBuildLogResponse"), exports);
|
59
|
+
__exportStar(require("./model/DownloadJunitCoverageZipRequest"), exports);
|
60
|
+
__exportStar(require("./model/DownloadJunitCoverageZipResponse"), exports);
|
56
61
|
__exportStar(require("./model/DownloadKeystoreByNameRequest"), exports);
|
57
62
|
__exportStar(require("./model/DownloadKeystoreByNameResponse"), exports);
|
58
63
|
__exportStar(require("./model/DownloadKeystoreRequest"), exports);
|
@@ -70,18 +75,41 @@ __exportStar(require("./model/FlowGraph2ResultEdges"), exports);
|
|
70
75
|
__exportStar(require("./model/FullStagesResult"), exports);
|
71
76
|
__exportStar(require("./model/HistoryRecord"), exports);
|
72
77
|
__exportStar(require("./model/HistoryRecord1"), exports);
|
78
|
+
__exportStar(require("./model/IsDisableResult"), exports);
|
73
79
|
__exportStar(require("./model/Job"), exports);
|
80
|
+
__exportStar(require("./model/JobStatusBody"), exports);
|
81
|
+
__exportStar(require("./model/JobSummary"), exports);
|
82
|
+
__exportStar(require("./model/JobSummaryBodyResult"), exports);
|
83
|
+
__exportStar(require("./model/JobUpdateRecordListVoResult"), exports);
|
84
|
+
__exportStar(require("./model/JobUpdateRecordListVoResultJobUpdateRecords"), exports);
|
74
85
|
__exportStar(require("./model/LimitsParam"), exports);
|
75
86
|
__exportStar(require("./model/ListBuildInfoRecordBodyResult"), exports);
|
76
87
|
__exportStar(require("./model/ListBuildInfoRecordByJobIdRequest"), exports);
|
77
88
|
__exportStar(require("./model/ListBuildInfoRecordByJobIdResponse"), exports);
|
78
89
|
__exportStar(require("./model/ListBuildInfoRecordRequest"), exports);
|
79
90
|
__exportStar(require("./model/ListBuildInfoRecordResponse"), exports);
|
91
|
+
__exportStar(require("./model/ListBuildParameterRequest"), exports);
|
92
|
+
__exportStar(require("./model/ListBuildParameterResponse"), exports);
|
93
|
+
__exportStar(require("./model/ListCustomTemplateRequest"), exports);
|
94
|
+
__exportStar(require("./model/ListCustomTemplateResponse"), exports);
|
80
95
|
__exportStar(require("./model/ListJobConfigRequest"), exports);
|
81
96
|
__exportStar(require("./model/ListJobConfigResponse"), exports);
|
97
|
+
__exportStar(require("./model/ListJobRequest"), exports);
|
98
|
+
__exportStar(require("./model/ListJobResponse"), exports);
|
99
|
+
__exportStar(require("./model/ListJobResult"), exports);
|
100
|
+
__exportStar(require("./model/ListJobResultJobList"), exports);
|
101
|
+
__exportStar(require("./model/ListJunitCoverageSummaryRequest"), exports);
|
102
|
+
__exportStar(require("./model/ListJunitCoverageSummaryResponse"), exports);
|
103
|
+
__exportStar(require("./model/ListJunitCoverageSummaryResult"), exports);
|
104
|
+
__exportStar(require("./model/ListJunitCoverageSummaryResultUnitSummaryList"), exports);
|
82
105
|
__exportStar(require("./model/ListKeystoreRequest"), exports);
|
83
106
|
__exportStar(require("./model/ListKeystoreResponse"), exports);
|
84
107
|
__exportStar(require("./model/ListKeystoreResult"), exports);
|
108
|
+
__exportStar(require("./model/ListKeystoreSearchRequest"), exports);
|
109
|
+
__exportStar(require("./model/ListKeystoreSearchResponse"), exports);
|
110
|
+
__exportStar(require("./model/ListKeystoreSearchResponseBodyResult"), exports);
|
111
|
+
__exportStar(require("./model/ListKeystoreSearchResponseBodyResultKeystoreList"), exports);
|
112
|
+
__exportStar(require("./model/ListKeystoreSearchResponseBodyResultPermission"), exports);
|
85
113
|
__exportStar(require("./model/ListNoticeRequest"), exports);
|
86
114
|
__exportStar(require("./model/ListNoticeResponse"), exports);
|
87
115
|
__exportStar(require("./model/ListOfficialTemplateRequest"), exports);
|
@@ -99,13 +127,20 @@ __exportStar(require("./model/ListRelatedProjectInfoRequest"), exports);
|
|
99
127
|
__exportStar(require("./model/ListRelatedProjectInfoResponse"), exports);
|
100
128
|
__exportStar(require("./model/ListRelatedProjectInfoResult"), exports);
|
101
129
|
__exportStar(require("./model/ListRelatedProjectInfoResultProjectInfoList"), exports);
|
130
|
+
__exportStar(require("./model/ListRepoBranchRequest"), exports);
|
131
|
+
__exportStar(require("./model/ListRepoBranchResponse"), exports);
|
132
|
+
__exportStar(require("./model/ListRepositoryRequest"), exports);
|
133
|
+
__exportStar(require("./model/ListRepositoryResponse"), exports);
|
102
134
|
__exportStar(require("./model/ListTemplatesRequest"), exports);
|
103
135
|
__exportStar(require("./model/ListTemplatesResponse"), exports);
|
136
|
+
__exportStar(require("./model/ListUpdateJobHistoryRequest"), exports);
|
137
|
+
__exportStar(require("./model/ListUpdateJobHistoryResponse"), exports);
|
104
138
|
__exportStar(require("./model/OutPutInfoResult"), exports);
|
105
139
|
__exportStar(require("./model/OutPutResult"), exports);
|
106
140
|
__exportStar(require("./model/Parameter"), exports);
|
107
141
|
__exportStar(require("./model/ParameterItem"), exports);
|
108
142
|
__exportStar(require("./model/Params"), exports);
|
143
|
+
__exportStar(require("./model/QueryCustomTemplatesResult"), exports);
|
109
144
|
__exportStar(require("./model/QueryJobNoticeItems"), exports);
|
110
145
|
__exportStar(require("./model/QueryTemplate"), exports);
|
111
146
|
__exportStar(require("./model/QueryTemplatesItems"), exports);
|
@@ -115,6 +150,7 @@ __exportStar(require("./model/RecordInfo2Result"), exports);
|
|
115
150
|
__exportStar(require("./model/RecordInfoResult"), exports);
|
116
151
|
__exportStar(require("./model/RecyclingJob"), exports);
|
117
152
|
__exportStar(require("./model/RecyclingJobsResult"), exports);
|
153
|
+
__exportStar(require("./model/RepositoriesResult"), exports);
|
118
154
|
__exportStar(require("./model/RunJobRequest"), exports);
|
119
155
|
__exportStar(require("./model/RunJobRequestBody"), exports);
|
120
156
|
__exportStar(require("./model/RunJobResponse"), exports);
|
@@ -125,14 +161,23 @@ __exportStar(require("./model/ShowBuildParamsListRequest"), exports);
|
|
125
161
|
__exportStar(require("./model/ShowBuildParamsListResponse"), exports);
|
126
162
|
__exportStar(require("./model/ShowBuildRecordBuildScriptRequest"), exports);
|
127
163
|
__exportStar(require("./model/ShowBuildRecordBuildScriptResponse"), exports);
|
164
|
+
__exportStar(require("./model/ShowBuildRecordFlowGraphRequest"), exports);
|
165
|
+
__exportStar(require("./model/ShowBuildRecordFlowGraphResponse"), exports);
|
128
166
|
__exportStar(require("./model/ShowBuildRecordFullStagesRequest"), exports);
|
129
167
|
__exportStar(require("./model/ShowBuildRecordFullStagesResponse"), exports);
|
130
168
|
__exportStar(require("./model/ShowBuildRecordRequest"), exports);
|
131
169
|
__exportStar(require("./model/ShowBuildRecordResponse"), exports);
|
170
|
+
__exportStar(require("./model/ShowCopyNameRequest"), exports);
|
171
|
+
__exportStar(require("./model/ShowCopyNameResponse"), exports);
|
132
172
|
__exportStar(require("./model/ShowDefaultBuildParametersParams"), exports);
|
133
173
|
__exportStar(require("./model/ShowDefaultBuildParametersRequest"), exports);
|
134
174
|
__exportStar(require("./model/ShowDefaultBuildParametersResponse"), exports);
|
135
175
|
__exportStar(require("./model/ShowDefaultBuildParametersResult"), exports);
|
176
|
+
__exportStar(require("./model/ShowDefaultProjectPermissionRequest"), exports);
|
177
|
+
__exportStar(require("./model/ShowDefaultProjectPermissionResponse"), exports);
|
178
|
+
__exportStar(require("./model/ShowDefaultProjectPermissionResponseBodyResult"), exports);
|
179
|
+
__exportStar(require("./model/ShowDisableRequest"), exports);
|
180
|
+
__exportStar(require("./model/ShowDisableResponse"), exports);
|
136
181
|
__exportStar(require("./model/ShowDockerfileTemplateRequest"), exports);
|
137
182
|
__exportStar(require("./model/ShowDockerfileTemplateResponse"), exports);
|
138
183
|
__exportStar(require("./model/ShowFlowGraphRequest"), exports);
|
@@ -143,6 +188,8 @@ __exportStar(require("./model/ShowImageTemplateListRequest"), exports);
|
|
143
188
|
__exportStar(require("./model/ShowImageTemplateListResponse"), exports);
|
144
189
|
__exportStar(require("./model/ShowImageTemplateListResponseBodyResult"), exports);
|
145
190
|
__exportStar(require("./model/ShowImageTemplateListResponseBodyResultImageTemplates"), exports);
|
191
|
+
__exportStar(require("./model/ShowJobBuildRecordDetailRequest"), exports);
|
192
|
+
__exportStar(require("./model/ShowJobBuildRecordDetailResponse"), exports);
|
146
193
|
__exportStar(require("./model/ShowJobBuildSuccessRatioRequest"), exports);
|
147
194
|
__exportStar(require("./model/ShowJobBuildSuccessRatioResponse"), exports);
|
148
195
|
__exportStar(require("./model/ShowJobBuildSuccessRatioResult"), exports);
|
@@ -167,10 +214,14 @@ __exportStar(require("./model/ShowJobRolePermissionResponse"), exports);
|
|
167
214
|
__exportStar(require("./model/ShowJobRolePermissionResult"), exports);
|
168
215
|
__exportStar(require("./model/ShowJobStatusRequest"), exports);
|
169
216
|
__exportStar(require("./model/ShowJobStatusResponse"), exports);
|
217
|
+
__exportStar(require("./model/ShowJobStepStatusRequest"), exports);
|
218
|
+
__exportStar(require("./model/ShowJobStepStatusResponse"), exports);
|
170
219
|
__exportStar(require("./model/ShowJobSuccessRatioRequest"), exports);
|
171
220
|
__exportStar(require("./model/ShowJobSuccessRatioResponse"), exports);
|
172
221
|
__exportStar(require("./model/ShowJobSystemParametersRequest"), exports);
|
173
222
|
__exportStar(require("./model/ShowJobSystemParametersResponse"), exports);
|
223
|
+
__exportStar(require("./model/ShowJobTotalRequest"), exports);
|
224
|
+
__exportStar(require("./model/ShowJobTotalResponse"), exports);
|
174
225
|
__exportStar(require("./model/ShowKeystorePermissionRequest"), exports);
|
175
226
|
__exportStar(require("./model/ShowKeystorePermissionResponse"), exports);
|
176
227
|
__exportStar(require("./model/ShowKeystorePermissionResponseBodyResult"), exports);
|
@@ -199,6 +250,11 @@ __exportStar(require("./model/ShowReportSummaryResponse"), exports);
|
|
199
250
|
__exportStar(require("./model/ShowRunningStatusRequest"), exports);
|
200
251
|
__exportStar(require("./model/ShowRunningStatusResponse"), exports);
|
201
252
|
__exportStar(require("./model/ShowRunningStatusResult"), exports);
|
253
|
+
__exportStar(require("./model/ShowSummaryBuildJobInfoRequest"), exports);
|
254
|
+
__exportStar(require("./model/ShowSummaryBuildJobInfoResponse"), exports);
|
255
|
+
__exportStar(require("./model/ShowUserOverPackageQuotaRequest"), exports);
|
256
|
+
__exportStar(require("./model/ShowUserOverPackageQuotaResponse"), exports);
|
257
|
+
__exportStar(require("./model/ShowUserOverPackageQuotaResult"), exports);
|
202
258
|
__exportStar(require("./model/ShowUserProjectPermissionResult"), exports);
|
203
259
|
__exportStar(require("./model/ShowYamlTemplateRequest"), exports);
|
204
260
|
__exportStar(require("./model/ShowYamlTemplateResponse"), exports);
|
@@ -209,6 +265,7 @@ __exportStar(require("./model/StopJobRequestBody"), exports);
|
|
209
265
|
__exportStar(require("./model/StopJobResponse"), exports);
|
210
266
|
__exportStar(require("./model/SystemParametersResult"), exports);
|
211
267
|
__exportStar(require("./model/TemplateList"), exports);
|
268
|
+
__exportStar(require("./model/TotalResponseBodyResult"), exports);
|
212
269
|
__exportStar(require("./model/UpdateBuildJobParameter"), exports);
|
213
270
|
__exportStar(require("./model/UpdateBuildJobParameterParam"), exports);
|
214
271
|
__exportStar(require("./model/UpdateBuildJobRequest"), exports);
|
package/v3/public-api.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/codeartsbuild/v3/public-api.ts"],"names":[],"mappings":"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"}
|