@huaweicloud/huaweicloud-sdk-codeartsbuild 3.1.46 → 3.1.47

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. package/huaweicloud-sdk-codeartsbuild.d.ts +3 -0
  2. package/huaweicloud-sdk-codeartsbuild.d.ts.map +1 -0
  3. package/huaweicloud-sdk-codeartsbuild.js +32 -0
  4. package/huaweicloud-sdk-codeartsbuild.js.map +1 -0
  5. package/package.json +8 -4
  6. package/v3/CodeArtsBuildClient.d.ts +271 -0
  7. package/v3/CodeArtsBuildClient.d.ts.map +1 -0
  8. package/v3/{CodeArtsBuildClient.ts → CodeArtsBuildClient.js} +152 -260
  9. package/v3/CodeArtsBuildClient.js.map +1 -0
  10. package/v3/CodeArtsBuildRegion.d.ts +16 -0
  11. package/v3/CodeArtsBuildRegion.d.ts.map +1 -0
  12. package/v3/CodeArtsBuildRegion.js +40 -0
  13. package/v3/CodeArtsBuildRegion.js.map +1 -0
  14. package/v3/model/BuildStep.d.ts +12 -0
  15. package/v3/model/BuildStep.d.ts.map +1 -0
  16. package/v3/model/BuildStep.js +27 -0
  17. package/v3/model/BuildStep.js.map +1 -0
  18. package/v3/model/DownloadKeystoreRequest.d.ts +12 -0
  19. package/v3/model/DownloadKeystoreRequest.d.ts.map +1 -0
  20. package/v3/model/DownloadKeystoreRequest.js +31 -0
  21. package/v3/model/DownloadKeystoreRequest.js.map +1 -0
  22. package/v3/model/DownloadKeystoreResponse.d.ts +5 -0
  23. package/v3/model/DownloadKeystoreResponse.d.ts.map +1 -0
  24. package/v3/model/DownloadKeystoreResponse.js +11 -0
  25. package/v3/model/DownloadKeystoreResponse.js.map +1 -0
  26. package/v3/model/HistoryRecord.d.ts +26 -0
  27. package/v3/model/HistoryRecord.d.ts.map +1 -0
  28. package/v3/model/HistoryRecord.js +63 -0
  29. package/v3/model/HistoryRecord.js.map +1 -0
  30. package/v3/model/HistoryRecord1.d.ts +42 -0
  31. package/v3/model/HistoryRecord1.d.ts.map +1 -0
  32. package/v3/model/HistoryRecord1.js +101 -0
  33. package/v3/model/HistoryRecord1.js.map +1 -0
  34. package/v3/model/Job.d.ts +66 -0
  35. package/v3/model/Job.d.ts.map +1 -0
  36. package/v3/model/Job.js +161 -0
  37. package/v3/model/Job.js.map +1 -0
  38. package/v3/model/ParameterItem.d.ts +8 -0
  39. package/v3/model/ParameterItem.d.ts.map +1 -0
  40. package/v3/model/ParameterItem.js +19 -0
  41. package/v3/model/ParameterItem.js.map +1 -0
  42. package/v3/model/RunJobRequest.d.ts +7 -0
  43. package/v3/model/RunJobRequest.d.ts.map +1 -0
  44. package/v3/model/RunJobRequest.js +13 -0
  45. package/v3/model/RunJobRequest.js.map +1 -0
  46. package/v3/model/RunJobRequestBody.d.ts +14 -0
  47. package/v3/model/RunJobRequestBody.d.ts.map +1 -0
  48. package/v3/model/RunJobRequestBody.js +28 -0
  49. package/v3/model/RunJobRequestBody.js.map +1 -0
  50. package/v3/model/RunJobResponse.d.ts +17 -0
  51. package/v3/model/RunJobResponse.d.ts.map +1 -0
  52. package/v3/model/RunJobResponse.js +41 -0
  53. package/v3/model/RunJobResponse.js.map +1 -0
  54. package/v3/model/Scm.d.ts +12 -0
  55. package/v3/model/Scm.d.ts.map +1 -0
  56. package/v3/model/Scm.js +29 -0
  57. package/v3/model/Scm.js.map +1 -0
  58. package/v3/model/ShowHistoryDetailsRequest.d.ts +12 -0
  59. package/v3/model/ShowHistoryDetailsRequest.d.ts.map +1 -0
  60. package/v3/model/ShowHistoryDetailsRequest.js +31 -0
  61. package/v3/model/ShowHistoryDetailsRequest.js.map +1 -0
  62. package/v3/model/ShowHistoryDetailsResponse.d.ts +32 -0
  63. package/v3/model/ShowHistoryDetailsResponse.d.ts.map +1 -0
  64. package/v3/model/ShowHistoryDetailsResponse.js +65 -0
  65. package/v3/model/ShowHistoryDetailsResponse.js.map +1 -0
  66. package/v3/model/ShowJobListByProjectIdRequest.d.ts +16 -0
  67. package/v3/model/ShowJobListByProjectIdRequest.d.ts.map +1 -0
  68. package/v3/model/ShowJobListByProjectIdRequest.js +42 -0
  69. package/v3/model/ShowJobListByProjectIdRequest.js.map +1 -0
  70. package/v3/model/ShowJobListByProjectIdResponse.d.ts +10 -0
  71. package/v3/model/ShowJobListByProjectIdResponse.d.ts.map +1 -0
  72. package/v3/model/ShowJobListByProjectIdResponse.js +19 -0
  73. package/v3/model/ShowJobListByProjectIdResponse.js.map +1 -0
  74. package/v3/model/ShowJobStatusRequest.d.ts +8 -0
  75. package/v3/model/ShowJobStatusRequest.d.ts.map +1 -0
  76. package/v3/model/ShowJobStatusRequest.js +20 -0
  77. package/v3/model/ShowJobStatusRequest.js.map +1 -0
  78. package/v3/model/ShowJobStatusResponse.d.ts +7 -0
  79. package/v3/model/ShowJobStatusResponse.d.ts.map +1 -0
  80. package/v3/model/ShowJobStatusResponse.js +15 -0
  81. package/v3/model/ShowJobStatusResponse.js.map +1 -0
  82. package/v3/model/ShowJobSuccessRatioRequest.d.ts +16 -0
  83. package/v3/model/ShowJobSuccessRatioRequest.d.ts.map +1 -0
  84. package/v3/model/ShowJobSuccessRatioRequest.js +42 -0
  85. package/v3/model/ShowJobSuccessRatioRequest.js.map +1 -0
  86. package/v3/model/ShowJobSuccessRatioResponse.d.ts +17 -0
  87. package/v3/model/ShowJobSuccessRatioResponse.d.ts.map +1 -0
  88. package/v3/model/ShowJobSuccessRatioResponse.js +41 -0
  89. package/v3/model/ShowJobSuccessRatioResponse.js.map +1 -0
  90. package/v3/model/ShowLastHistoryRequest.d.ts +12 -0
  91. package/v3/model/ShowLastHistoryRequest.d.ts.map +1 -0
  92. package/v3/model/ShowLastHistoryRequest.js +31 -0
  93. package/v3/model/ShowLastHistoryRequest.js.map +1 -0
  94. package/v3/model/ShowLastHistoryResponse.d.ts +35 -0
  95. package/v3/model/ShowLastHistoryResponse.d.ts.map +1 -0
  96. package/v3/model/ShowLastHistoryResponse.js +85 -0
  97. package/v3/model/ShowLastHistoryResponse.js.map +1 -0
  98. package/v3/model/ShowListHistoryRequest.d.ts +14 -0
  99. package/v3/model/ShowListHistoryRequest.d.ts.map +1 -0
  100. package/v3/model/ShowListHistoryRequest.js +35 -0
  101. package/v3/model/ShowListHistoryRequest.js.map +1 -0
  102. package/v3/model/ShowListHistoryResponse.d.ts +12 -0
  103. package/v3/model/ShowListHistoryResponse.d.ts.map +1 -0
  104. package/v3/model/ShowListHistoryResponse.js +25 -0
  105. package/v3/model/ShowListHistoryResponse.js.map +1 -0
  106. package/v3/model/ShowListPeriodHistoryRequest.d.ts +20 -0
  107. package/v3/model/ShowListPeriodHistoryRequest.d.ts.map +1 -0
  108. package/v3/model/ShowListPeriodHistoryRequest.js +52 -0
  109. package/v3/model/ShowListPeriodHistoryRequest.js.map +1 -0
  110. package/v3/model/ShowListPeriodHistoryResponse.d.ts +12 -0
  111. package/v3/model/ShowListPeriodHistoryResponse.d.ts.map +1 -0
  112. package/v3/model/ShowListPeriodHistoryResponse.js +25 -0
  113. package/v3/model/ShowListPeriodHistoryResponse.js.map +1 -0
  114. package/v3/{public-api.ts → public-api.d.ts} +1 -1
  115. package/v3/public-api.d.ts.map +1 -0
  116. package/v3/public-api.js +44 -0
  117. package/v3/public-api.js.map +1 -0
  118. package/huaweicloud-sdk-codeartsbuild.ts +0 -4
  119. package/v3/CodeArtsBuildRegion.ts +0 -44
  120. package/v3/model/BuildStep.ts +0 -27
  121. package/v3/model/DownloadKeystoreRequest.ts +0 -30
  122. package/v3/model/DownloadKeystoreResponse.ts +0 -8
  123. package/v3/model/HistoryRecord.ts +0 -66
  124. package/v3/model/HistoryRecord1.ts +0 -109
  125. package/v3/model/Job.ts +0 -175
  126. package/v3/model/ParameterItem.ts +0 -18
  127. package/v3/model/RunJobRequest.ts +0 -12
  128. package/v3/model/RunJobRequestBody.ts +0 -30
  129. package/v3/model/RunJobResponse.ts +0 -41
  130. package/v3/model/Scm.ts +0 -28
  131. package/v3/model/ShowHistoryDetailsRequest.ts +0 -30
  132. package/v3/model/ShowHistoryDetailsResponse.ts +0 -69
  133. package/v3/model/ShowJobListByProjectIdRequest.ts +0 -42
  134. package/v3/model/ShowJobListByProjectIdResponse.ts +0 -19
  135. package/v3/model/ShowJobStatusRequest.ts +0 -18
  136. package/v3/model/ShowJobStatusResponse.ts +0 -13
  137. package/v3/model/ShowJobSuccessRatioRequest.ts +0 -42
  138. package/v3/model/ShowJobSuccessRatioResponse.ts +0 -41
  139. package/v3/model/ShowLastHistoryRequest.ts +0 -30
  140. package/v3/model/ShowLastHistoryResponse.ts +0 -90
  141. package/v3/model/ShowListHistoryRequest.ts +0 -36
  142. package/v3/model/ShowListHistoryResponse.ts +0 -25
  143. package/v3/model/ShowListPeriodHistoryRequest.ts +0 -54
  144. package/v3/model/ShowListPeriodHistoryResponse.ts +0 -25
@@ -0,0 +1,10 @@
1
+ import { Job } from './Job';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ShowJobListByProjectIdResponse extends SdkResponse {
4
+ jobs?: Array<Job>;
5
+ total?: number;
6
+ constructor();
7
+ withJobs(jobs: Array<Job>): ShowJobListByProjectIdResponse;
8
+ withTotal(total: number): ShowJobListByProjectIdResponse;
9
+ }
10
+ //# sourceMappingURL=ShowJobListByProjectIdResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobListByProjectIdResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobListByProjectIdResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,8BAA+B,SAAQ,WAAW;IACpD,IAAI,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;;IAIf,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,8BAA8B;IAI1D,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,8BAA8B;CAIlE"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowJobListByProjectIdResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowJobListByProjectIdResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withJobs(jobs) {
10
+ this['jobs'] = jobs;
11
+ return this;
12
+ }
13
+ withTotal(total) {
14
+ this['total'] = total;
15
+ return this;
16
+ }
17
+ }
18
+ exports.ShowJobListByProjectIdResponse = ShowJobListByProjectIdResponse;
19
+ //# sourceMappingURL=ShowJobListByProjectIdResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobListByProjectIdResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobListByProjectIdResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,8BAA+B,SAAQ,yBAAW;IAG3D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,QAAQ,CAAC,IAAgB;QAC5B,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAdD,wEAcC"}
@@ -0,0 +1,8 @@
1
+ export declare class ShowJobStatusRequest {
2
+ private 'job_id'?;
3
+ constructor(jobId?: string);
4
+ withJobId(jobId: string): ShowJobStatusRequest;
5
+ set jobId(jobId: string | undefined);
6
+ get jobId(): string | undefined;
7
+ }
8
+ //# sourceMappingURL=ShowJobStatusRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobStatusRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobStatusRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAC7B,OAAO,CAAC,QAAQ,CAAC,CAAS;gBACP,KAAK,CAAC,EAAE,MAAM;IAG1B,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,oBAAoB;IAIrD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;CACJ"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowJobStatusRequest = void 0;
4
+ class ShowJobStatusRequest {
5
+ constructor(jobId) {
6
+ this['job_id'] = jobId;
7
+ }
8
+ withJobId(jobId) {
9
+ this['job_id'] = jobId;
10
+ return this;
11
+ }
12
+ set jobId(jobId) {
13
+ this['job_id'] = jobId;
14
+ }
15
+ get jobId() {
16
+ return this['job_id'];
17
+ }
18
+ }
19
+ exports.ShowJobStatusRequest = ShowJobStatusRequest;
20
+ //# sourceMappingURL=ShowJobStatusRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobStatusRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobStatusRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;IAE7B,YAAmB,KAAc;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,CAAC;CACJ;AAfD,oDAeC"}
@@ -0,0 +1,7 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class ShowJobStatusResponse extends SdkResponse {
3
+ result?: boolean;
4
+ constructor();
5
+ withResult(result: boolean): ShowJobStatusResponse;
6
+ }
7
+ //# sourceMappingURL=ShowJobStatusResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobStatusResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobStatusResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;IAC3C,MAAM,CAAC,EAAE,OAAO,CAAC;;IAIjB,UAAU,CAAC,MAAM,EAAE,OAAO,GAAG,qBAAqB;CAI5D"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowJobStatusResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowJobStatusResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withResult(result) {
10
+ this['result'] = result;
11
+ return this;
12
+ }
13
+ }
14
+ exports.ShowJobStatusResponse = ShowJobStatusResponse;
15
+ //# sourceMappingURL=ShowJobStatusResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobStatusResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobStatusResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAElD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,UAAU,CAAC,MAAe;QAC7B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AATD,sDASC"}
@@ -0,0 +1,16 @@
1
+ export declare class ShowJobSuccessRatioRequest {
2
+ private 'job_id'?;
3
+ private 'start_time'?;
4
+ private 'end_time'?;
5
+ constructor(jobId?: string, startTime?: string, endTime?: string);
6
+ withJobId(jobId: string): ShowJobSuccessRatioRequest;
7
+ set jobId(jobId: string | undefined);
8
+ get jobId(): string | undefined;
9
+ withStartTime(startTime: string): ShowJobSuccessRatioRequest;
10
+ set startTime(startTime: string | undefined);
11
+ get startTime(): string | undefined;
12
+ withEndTime(endTime: string): ShowJobSuccessRatioRequest;
13
+ set endTime(endTime: string | undefined);
14
+ get endTime(): string | undefined;
15
+ }
16
+ //# sourceMappingURL=ShowJobSuccessRatioRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobSuccessRatioRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobSuccessRatioRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,0BAA0B;IACnC,OAAO,CAAC,QAAQ,CAAC,CAAS;IAC1B,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,UAAU,CAAC,CAAS;gBACT,KAAK,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAKhE,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,0BAA0B;IAI3D,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,0BAA0B;IAInE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,0BAA0B;IAI/D,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowJobSuccessRatioRequest = void 0;
4
+ class ShowJobSuccessRatioRequest {
5
+ constructor(jobId, startTime, endTime) {
6
+ this['job_id'] = jobId;
7
+ this['start_time'] = startTime;
8
+ this['end_time'] = endTime;
9
+ }
10
+ withJobId(jobId) {
11
+ this['job_id'] = jobId;
12
+ return this;
13
+ }
14
+ set jobId(jobId) {
15
+ this['job_id'] = jobId;
16
+ }
17
+ get jobId() {
18
+ return this['job_id'];
19
+ }
20
+ withStartTime(startTime) {
21
+ this['start_time'] = startTime;
22
+ return this;
23
+ }
24
+ set startTime(startTime) {
25
+ this['start_time'] = startTime;
26
+ }
27
+ get startTime() {
28
+ return this['start_time'];
29
+ }
30
+ withEndTime(endTime) {
31
+ this['end_time'] = endTime;
32
+ return this;
33
+ }
34
+ set endTime(endTime) {
35
+ this['end_time'] = endTime;
36
+ }
37
+ get endTime() {
38
+ return this['end_time'];
39
+ }
40
+ }
41
+ exports.ShowJobSuccessRatioRequest = ShowJobSuccessRatioRequest;
42
+ //# sourceMappingURL=ShowJobSuccessRatioRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobSuccessRatioRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobSuccessRatioRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,0BAA0B;IAInC,YAAmB,KAAc,EAAE,SAAkB,EAAE,OAAgB;QACnE,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,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;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAvCD,gEAuCC"}
@@ -0,0 +1,17 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class ShowJobSuccessRatioResponse extends SdkResponse {
3
+ private 'success_count'?;
4
+ private 'total_count'?;
5
+ private 'success_ratio'?;
6
+ constructor();
7
+ withSuccessCount(successCount: number): ShowJobSuccessRatioResponse;
8
+ set successCount(successCount: number | undefined);
9
+ get successCount(): number | undefined;
10
+ withTotalCount(totalCount: number): ShowJobSuccessRatioResponse;
11
+ set totalCount(totalCount: number | undefined);
12
+ get totalCount(): number | undefined;
13
+ withSuccessRatio(successRatio: number): ShowJobSuccessRatioResponse;
14
+ set successRatio(successRatio: number | undefined);
15
+ get successRatio(): number | undefined;
16
+ }
17
+ //# sourceMappingURL=ShowJobSuccessRatioResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobSuccessRatioResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobSuccessRatioResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,2BAA4B,SAAQ,WAAW;IACxD,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,eAAe,CAAC,CAAS;;IAI1B,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,2BAA2B;IAI1E,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,2BAA2B;IAItE,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,2BAA2B;IAI1E,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;CACJ"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowJobSuccessRatioResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowJobSuccessRatioResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withSuccessCount(successCount) {
10
+ this['success_count'] = successCount;
11
+ return this;
12
+ }
13
+ set successCount(successCount) {
14
+ this['success_count'] = successCount;
15
+ }
16
+ get successCount() {
17
+ return this['success_count'];
18
+ }
19
+ withTotalCount(totalCount) {
20
+ this['total_count'] = totalCount;
21
+ return this;
22
+ }
23
+ set totalCount(totalCount) {
24
+ this['total_count'] = totalCount;
25
+ }
26
+ get totalCount() {
27
+ return this['total_count'];
28
+ }
29
+ withSuccessRatio(successRatio) {
30
+ this['success_ratio'] = successRatio;
31
+ return this;
32
+ }
33
+ set successRatio(successRatio) {
34
+ this['success_ratio'] = successRatio;
35
+ }
36
+ get successRatio() {
37
+ return this['success_ratio'];
38
+ }
39
+ }
40
+ exports.ShowJobSuccessRatioResponse = ShowJobSuccessRatioResponse;
41
+ //# sourceMappingURL=ShowJobSuccessRatioResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowJobSuccessRatioResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowJobSuccessRatioResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,2BAA4B,SAAQ,yBAAW;IAIxD;QACI,KAAK,EAAE,CAAC;IACZ,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;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;CACJ;AArCD,kEAqCC"}
@@ -0,0 +1,12 @@
1
+ export declare class ShowLastHistoryRequest {
2
+ private 'project_id'?;
3
+ private 'repository_name'?;
4
+ constructor(projectId?: string, repositoryName?: string);
5
+ withProjectId(projectId: string): ShowLastHistoryRequest;
6
+ set projectId(projectId: string | undefined);
7
+ get projectId(): string | undefined;
8
+ withRepositoryName(repositoryName: string): ShowLastHistoryRequest;
9
+ set repositoryName(repositoryName: string | undefined);
10
+ get repositoryName(): string | undefined;
11
+ }
12
+ //# sourceMappingURL=ShowLastHistoryRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowLastHistoryRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowLastHistoryRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,iBAAiB,CAAC,CAAS;gBAChB,SAAS,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM;IAIvD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,sBAAsB;IAI/D,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,sBAAsB;IAIzE,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowLastHistoryRequest = void 0;
4
+ class ShowLastHistoryRequest {
5
+ constructor(projectId, repositoryName) {
6
+ this['project_id'] = projectId;
7
+ this['repository_name'] = repositoryName;
8
+ }
9
+ withProjectId(projectId) {
10
+ this['project_id'] = projectId;
11
+ return this;
12
+ }
13
+ set projectId(projectId) {
14
+ this['project_id'] = projectId;
15
+ }
16
+ get projectId() {
17
+ return this['project_id'];
18
+ }
19
+ withRepositoryName(repositoryName) {
20
+ this['repository_name'] = repositoryName;
21
+ return this;
22
+ }
23
+ set repositoryName(repositoryName) {
24
+ this['repository_name'] = repositoryName;
25
+ }
26
+ get repositoryName() {
27
+ return this['repository_name'];
28
+ }
29
+ }
30
+ exports.ShowLastHistoryRequest = ShowLastHistoryRequest;
31
+ //# sourceMappingURL=ShowLastHistoryRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowLastHistoryRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowLastHistoryRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;IAG/B,YAAmB,SAAkB,EAAE,cAAuB;QAC1D,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,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;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AA3BD,wDA2BC"}
@@ -0,0 +1,35 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class ShowLastHistoryResponse extends SdkResponse {
3
+ private 'record_id'?;
4
+ private 'job_id'?;
5
+ private 'job_name'?;
6
+ private 'build_number'?;
7
+ private 'start_time'?;
8
+ private 'end_time'?;
9
+ result?: string;
10
+ private 'commit_id'?;
11
+ constructor();
12
+ withRecordId(recordId: string): ShowLastHistoryResponse;
13
+ set recordId(recordId: string | undefined);
14
+ get recordId(): string | undefined;
15
+ withJobId(jobId: string): ShowLastHistoryResponse;
16
+ set jobId(jobId: string | undefined);
17
+ get jobId(): string | undefined;
18
+ withJobName(jobName: string): ShowLastHistoryResponse;
19
+ set jobName(jobName: string | undefined);
20
+ get jobName(): string | undefined;
21
+ withBuildNumber(buildNumber: number): ShowLastHistoryResponse;
22
+ set buildNumber(buildNumber: number | undefined);
23
+ get buildNumber(): number | undefined;
24
+ withStartTime(startTime: string): ShowLastHistoryResponse;
25
+ set startTime(startTime: string | undefined);
26
+ get startTime(): string | undefined;
27
+ withEndTime(endTime: string): ShowLastHistoryResponse;
28
+ set endTime(endTime: string | undefined);
29
+ get endTime(): string | undefined;
30
+ withResult(result: string): ShowLastHistoryResponse;
31
+ withCommitId(commitId: string): ShowLastHistoryResponse;
32
+ set commitId(commitId: string | undefined);
33
+ get commitId(): string | undefined;
34
+ }
35
+ //# sourceMappingURL=ShowLastHistoryResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowLastHistoryResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowLastHistoryResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,uBAAwB,SAAQ,WAAW;IACpD,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,QAAQ,CAAC,CAAS;IAC1B,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,UAAU,CAAC,CAAS;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,WAAW,CAAC,CAAS;;IAItB,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB;IAI9D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB;IAIxD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,uBAAuB;IAI5D,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,uBAAuB;IAIpE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,uBAAuB;IAIhE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,uBAAuB;IAI5D,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB;IAInD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB;IAI9D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;CACJ"}
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowLastHistoryResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowLastHistoryResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withRecordId(recordId) {
10
+ this['record_id'] = recordId;
11
+ return this;
12
+ }
13
+ set recordId(recordId) {
14
+ this['record_id'] = recordId;
15
+ }
16
+ get recordId() {
17
+ return this['record_id'];
18
+ }
19
+ withJobId(jobId) {
20
+ this['job_id'] = jobId;
21
+ return this;
22
+ }
23
+ set jobId(jobId) {
24
+ this['job_id'] = jobId;
25
+ }
26
+ get jobId() {
27
+ return this['job_id'];
28
+ }
29
+ withJobName(jobName) {
30
+ this['job_name'] = jobName;
31
+ return this;
32
+ }
33
+ set jobName(jobName) {
34
+ this['job_name'] = jobName;
35
+ }
36
+ get jobName() {
37
+ return this['job_name'];
38
+ }
39
+ withBuildNumber(buildNumber) {
40
+ this['build_number'] = buildNumber;
41
+ return this;
42
+ }
43
+ set buildNumber(buildNumber) {
44
+ this['build_number'] = buildNumber;
45
+ }
46
+ get buildNumber() {
47
+ return this['build_number'];
48
+ }
49
+ withStartTime(startTime) {
50
+ this['start_time'] = startTime;
51
+ return this;
52
+ }
53
+ set startTime(startTime) {
54
+ this['start_time'] = startTime;
55
+ }
56
+ get startTime() {
57
+ return this['start_time'];
58
+ }
59
+ withEndTime(endTime) {
60
+ this['end_time'] = endTime;
61
+ return this;
62
+ }
63
+ set endTime(endTime) {
64
+ this['end_time'] = endTime;
65
+ }
66
+ get endTime() {
67
+ return this['end_time'];
68
+ }
69
+ withResult(result) {
70
+ this['result'] = result;
71
+ return this;
72
+ }
73
+ withCommitId(commitId) {
74
+ this['commit_id'] = commitId;
75
+ return this;
76
+ }
77
+ set commitId(commitId) {
78
+ this['commit_id'] = commitId;
79
+ }
80
+ get commitId() {
81
+ return this['commit_id'];
82
+ }
83
+ }
84
+ exports.ShowLastHistoryResponse = ShowLastHistoryResponse;
85
+ //# sourceMappingURL=ShowLastHistoryResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowLastHistoryResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowLastHistoryResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,uBAAwB,SAAQ,yBAAW;IASpD;QACI,KAAK,EAAE,CAAC;IACZ,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,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,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;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;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,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;CACJ;AAtFD,0DAsFC"}
@@ -0,0 +1,14 @@
1
+ export declare class ShowListHistoryRequest {
2
+ private 'job_id'?;
3
+ offset?: number;
4
+ limit?: number;
5
+ interval?: number;
6
+ constructor(jobId?: string, offset?: number, limit?: number, interval?: number);
7
+ withJobId(jobId: string): ShowListHistoryRequest;
8
+ set jobId(jobId: string | undefined);
9
+ get jobId(): string | undefined;
10
+ withOffset(offset: number): ShowListHistoryRequest;
11
+ withLimit(limit: number): ShowListHistoryRequest;
12
+ withInterval(interval: number): ShowListHistoryRequest;
13
+ }
14
+ //# sourceMappingURL=ShowListHistoryRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowListHistoryRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowListHistoryRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAC/B,OAAO,CAAC,QAAQ,CAAC,CAAS;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;gBACN,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM;IAM9E,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,sBAAsB;IAIvD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,sBAAsB;IAIlD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,sBAAsB;IAIhD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB;CAIhE"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowListHistoryRequest = void 0;
4
+ class ShowListHistoryRequest {
5
+ constructor(jobId, offset, limit, interval) {
6
+ this['job_id'] = jobId;
7
+ this['offset'] = offset;
8
+ this['limit'] = limit;
9
+ this['interval'] = interval;
10
+ }
11
+ withJobId(jobId) {
12
+ this['job_id'] = jobId;
13
+ return this;
14
+ }
15
+ set jobId(jobId) {
16
+ this['job_id'] = jobId;
17
+ }
18
+ get jobId() {
19
+ return this['job_id'];
20
+ }
21
+ withOffset(offset) {
22
+ this['offset'] = offset;
23
+ return this;
24
+ }
25
+ withLimit(limit) {
26
+ this['limit'] = limit;
27
+ return this;
28
+ }
29
+ withInterval(interval) {
30
+ this['interval'] = interval;
31
+ return this;
32
+ }
33
+ }
34
+ exports.ShowListHistoryRequest = ShowListHistoryRequest;
35
+ //# sourceMappingURL=ShowListHistoryRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowListHistoryRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowListHistoryRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,sBAAsB;IAK/B,YAAmB,KAAc,EAAE,MAAe,EAAE,KAAc,EAAE,QAAiB;QACjF,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;IAChC,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,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,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAjCD,wDAiCC"}
@@ -0,0 +1,12 @@
1
+ import { HistoryRecord } from './HistoryRecord';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ShowListHistoryResponse extends SdkResponse {
4
+ private 'history_records'?;
5
+ total?: number;
6
+ constructor();
7
+ withHistoryRecords(historyRecords: Array<HistoryRecord>): ShowListHistoryResponse;
8
+ set historyRecords(historyRecords: Array<HistoryRecord> | undefined);
9
+ get historyRecords(): Array<HistoryRecord> | undefined;
10
+ withTotal(total: number): ShowListHistoryResponse;
11
+ }
12
+ //# sourceMappingURL=ShowListHistoryResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowListHistoryResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowListHistoryResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,uBAAwB,SAAQ,WAAW;IACpD,OAAO,CAAC,iBAAiB,CAAC,CAAuB;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;;IAIf,kBAAkB,CAAC,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,uBAAuB;IAIxF,IAAW,cAAc,CAAC,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,GAAI,SAAS,EAE1E;IACD,IAAW,cAAc,IAAI,KAAK,CAAC,aAAa,CAAC,GAAG,SAAS,CAE5D;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,uBAAuB;CAI3D"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowListHistoryResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class ShowListHistoryResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withHistoryRecords(historyRecords) {
10
+ this['history_records'] = historyRecords;
11
+ return this;
12
+ }
13
+ set historyRecords(historyRecords) {
14
+ this['history_records'] = historyRecords;
15
+ }
16
+ get historyRecords() {
17
+ return this['history_records'];
18
+ }
19
+ withTotal(total) {
20
+ this['total'] = total;
21
+ return this;
22
+ }
23
+ }
24
+ exports.ShowListHistoryResponse = ShowListHistoryResponse;
25
+ //# sourceMappingURL=ShowListHistoryResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowListHistoryResponse.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowListHistoryResponse.ts"],"names":[],"mappings":";;;AAEA,+EAA4E;AAE5E,MAAa,uBAAwB,SAAQ,yBAAW;IAGpD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,kBAAkB,CAAC,cAAoC;QAC1D,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAiD;QACvE,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,0DAoBC"}
@@ -0,0 +1,20 @@
1
+ export declare class ShowListPeriodHistoryRequest {
2
+ private 'job_id'?;
3
+ offset?: number;
4
+ limit?: number;
5
+ private 'start_time'?;
6
+ private 'end_time'?;
7
+ constructor(jobId?: string, offset?: number, limit?: number, startTime?: string, endTime?: string);
8
+ withJobId(jobId: string): ShowListPeriodHistoryRequest;
9
+ set jobId(jobId: string | undefined);
10
+ get jobId(): string | undefined;
11
+ withOffset(offset: number): ShowListPeriodHistoryRequest;
12
+ withLimit(limit: number): ShowListPeriodHistoryRequest;
13
+ withStartTime(startTime: string): ShowListPeriodHistoryRequest;
14
+ set startTime(startTime: string | undefined);
15
+ get startTime(): string | undefined;
16
+ withEndTime(endTime: string): ShowListPeriodHistoryRequest;
17
+ set endTime(endTime: string | undefined);
18
+ get endTime(): string | undefined;
19
+ }
20
+ //# sourceMappingURL=ShowListPeriodHistoryRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowListPeriodHistoryRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowListPeriodHistoryRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,4BAA4B;IACrC,OAAO,CAAC,QAAQ,CAAC,CAAS;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,UAAU,CAAC,CAAS;gBACT,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM;IAOjG,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,4BAA4B;IAI7D,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,4BAA4B;IAIxD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,4BAA4B;IAItD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,4BAA4B;IAIrE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,4BAA4B;IAIjE,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;CACJ"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowListPeriodHistoryRequest = void 0;
4
+ class ShowListPeriodHistoryRequest {
5
+ constructor(jobId, offset, limit, startTime, endTime) {
6
+ this['job_id'] = jobId;
7
+ this['offset'] = offset;
8
+ this['limit'] = limit;
9
+ this['start_time'] = startTime;
10
+ this['end_time'] = endTime;
11
+ }
12
+ withJobId(jobId) {
13
+ this['job_id'] = jobId;
14
+ return this;
15
+ }
16
+ set jobId(jobId) {
17
+ this['job_id'] = jobId;
18
+ }
19
+ get jobId() {
20
+ return this['job_id'];
21
+ }
22
+ withOffset(offset) {
23
+ this['offset'] = offset;
24
+ return this;
25
+ }
26
+ withLimit(limit) {
27
+ this['limit'] = limit;
28
+ return this;
29
+ }
30
+ withStartTime(startTime) {
31
+ this['start_time'] = startTime;
32
+ return this;
33
+ }
34
+ set startTime(startTime) {
35
+ this['start_time'] = startTime;
36
+ }
37
+ get startTime() {
38
+ return this['start_time'];
39
+ }
40
+ withEndTime(endTime) {
41
+ this['end_time'] = endTime;
42
+ return this;
43
+ }
44
+ set endTime(endTime) {
45
+ this['end_time'] = endTime;
46
+ }
47
+ get endTime() {
48
+ return this['end_time'];
49
+ }
50
+ }
51
+ exports.ShowListPeriodHistoryRequest = ShowListPeriodHistoryRequest;
52
+ //# sourceMappingURL=ShowListPeriodHistoryRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowListPeriodHistoryRequest.js","sourceRoot":"","sources":["../../../../../services/codeartsbuild/v3/model/ShowListPeriodHistoryRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,4BAA4B;IAMrC,YAAmB,KAAc,EAAE,MAAe,EAAE,KAAc,EAAE,SAAkB,EAAE,OAAgB;QACpG,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,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,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;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;CACJ;AAnDD,oEAmDC"}