oci-devops 2.114.1 → 2.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/lib/client.d.ts +20 -0
  2. package/lib/client.js +132 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/build-stage-run-progress.d.ts +1 -0
  5. package/lib/model/build-stage-run-progress.js +1 -0
  6. package/lib/model/build-stage-run-progress.js.map +1 -1
  7. package/lib/model/build-stage.d.ts +1 -0
  8. package/lib/model/build-stage.js +1 -0
  9. package/lib/model/build-stage.js.map +1 -1
  10. package/lib/model/create-or-update-protected-branch-details.d.ts +1 -1
  11. package/lib/model/delete-protected-branch-details.d.ts +1 -1
  12. package/lib/model/index.d.ts +0 -10
  13. package/lib/model/index.js +9 -19
  14. package/lib/model/index.js.map +1 -1
  15. package/lib/model/merge-check-settings-value.d.ts +1 -1
  16. package/lib/model/merge-check-settings-value.js +1 -1
  17. package/lib/model/merge-settings.d.ts +2 -2
  18. package/lib/model/protected-branch.d.ts +1 -1
  19. package/lib/model/pull-request.d.ts +4 -0
  20. package/lib/model/pull-request.js.map +1 -1
  21. package/lib/model/repository-commit.d.ts +4 -0
  22. package/lib/model/repository-commit.js.map +1 -1
  23. package/lib/request/index.d.ts +4 -0
  24. package/lib/request/index.js.map +1 -1
  25. package/lib/request/reopen-pull-request-comment-request.d.ts +34 -0
  26. package/lib/request/reopen-pull-request-comment-request.js +15 -0
  27. package/lib/request/reopen-pull-request-comment-request.js.map +1 -0
  28. package/lib/request/resolve-pull-request-comment-request.d.ts +34 -0
  29. package/lib/request/resolve-pull-request-comment-request.js +15 -0
  30. package/lib/request/resolve-pull-request-comment-request.js.map +1 -0
  31. package/lib/response/index.d.ts +4 -0
  32. package/lib/response/reopen-pull-request-comment-response.d.ts +27 -0
  33. package/lib/response/reopen-pull-request-comment-response.js +15 -0
  34. package/lib/response/reopen-pull-request-comment-response.js.map +1 -0
  35. package/lib/response/resolve-pull-request-comment-response.d.ts +27 -0
  36. package/lib/response/resolve-pull-request-comment-response.js +15 -0
  37. package/lib/response/resolve-pull-request-comment-response.js.map +1 -0
  38. package/package.json +3 -3
  39. package/lib/model/generic-artifact-location-details.d.ts +0 -22
  40. package/lib/model/generic-artifact-location-details.js +0 -68
  41. package/lib/model/generic-artifact-location-details.js.map +0 -1
  42. package/lib/model/generic-artifacts.d.ts +0 -29
  43. package/lib/model/generic-artifacts.js +0 -60
  44. package/lib/model/generic-artifacts.js.map +0 -1
  45. package/lib/model/object-storage-generic-artifact-location-details.d.ts +0 -40
  46. package/lib/model/object-storage-generic-artifact-location-details.js +0 -54
  47. package/lib/model/object-storage-generic-artifact-location-details.js.map +0 -1
  48. package/lib/model/stage-output.d.ts +0 -26
  49. package/lib/model/stage-output.js +0 -72
  50. package/lib/model/stage-output.js.map +0 -1
  51. package/lib/model/test-report-output.d.ts +0 -28
  52. package/lib/model/test-report-output.js +0 -52
  53. package/lib/model/test-report-output.js.map +0 -1
@@ -1,52 +0,0 @@
1
- "use strict";
2
- /**
3
- * DevOps API
4
- * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](https://docs.oracle.com/iaas/Content/devops/using/home.htm).
5
- * OpenAPI spec version: 20210630
6
- *
7
- *
8
- * NOTE: This class is auto generated by OracleSDKGenerator.
9
- * Do not edit the class manually.
10
- *
11
- * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
- * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
- */
14
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
- if (k2 === undefined) k2 = k;
16
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
- }) : (function(o, m, k, k2) {
18
- if (k2 === undefined) k2 = k;
19
- o[k2] = m[k];
20
- }));
21
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
- Object.defineProperty(o, "default", { enumerable: true, value: v });
23
- }) : function(o, v) {
24
- o["default"] = v;
25
- });
26
- var __importStar = (this && this.__importStar) || function (mod) {
27
- if (mod && mod.__esModule) return mod;
28
- var result = {};
29
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
- __setModuleDefault(result, mod);
31
- return result;
32
- };
33
- Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.TestReportOutput = void 0;
35
- const model = __importStar(require("../model"));
36
- var TestReportOutput;
37
- (function (TestReportOutput) {
38
- function getJsonObj(obj, isParentJsonObj) {
39
- const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.StageOutput.getJsonObj(obj))), {});
40
- return jsonObj;
41
- }
42
- TestReportOutput.getJsonObj = getJsonObj;
43
- TestReportOutput.outputType = "TEST_REPORT";
44
- function getDeserializedJsonObj(obj, isParentJsonObj) {
45
- const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
46
- ? obj
47
- : model.StageOutput.getDeserializedJsonObj(obj))), {});
48
- return jsonObj;
49
- }
50
- TestReportOutput.getDeserializedJsonObj = getDeserializedJsonObj;
51
- })(TestReportOutput = exports.TestReportOutput || (exports.TestReportOutput = {}));
52
- //# sourceMappingURL=test-report-output.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"test-report-output.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/test-report-output.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,gBAAgB,CAoBhC;AApBD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB,EAAE,eAAyB;QACzE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAsB,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,2BAAU,aAOzB,CAAA;IACY,2BAAU,GAAG,aAAa,CAAC;IACxC,SAAgB,sBAAsB,CAAC,GAAqB,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAsB,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAsB,yBASrC,CAAA;AACH,CAAC,EApBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAoBhC"}