oci-devops 2.41.0 → 2.43.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 (175) hide show
  1. package/lib/client.d.ts +86 -86
  2. package/lib/client.js +86 -86
  3. package/lib/model/build-run-source.js +4 -0
  4. package/lib/model/build-run-source.js.map +1 -1
  5. package/lib/model/build-run-summary.d.ts +1 -1
  6. package/lib/model/build-run-summary.js.map +1 -1
  7. package/lib/model/build-run.d.ts +1 -1
  8. package/lib/model/build-run.js.map +1 -1
  9. package/lib/model/build-source.js +4 -0
  10. package/lib/model/build-source.js.map +1 -1
  11. package/lib/model/connection-summary.js +4 -0
  12. package/lib/model/connection-summary.js.map +1 -1
  13. package/lib/model/connection.js +4 -0
  14. package/lib/model/connection.js.map +1 -1
  15. package/lib/model/create-connection-details.js +4 -0
  16. package/lib/model/create-connection-details.js.map +1 -1
  17. package/lib/model/create-deploy-pipeline-redeployment-details.d.ts +1 -1
  18. package/lib/model/create-single-deploy-stage-deployment-details.d.ts +1 -1
  19. package/lib/model/create-single-deploy-stage-redeployment-details.d.ts +1 -1
  20. package/lib/model/create-trigger-details.js +4 -0
  21. package/lib/model/create-trigger-details.js.map +1 -1
  22. package/lib/model/create-vbs-access-token-connection-details.d.ts +34 -0
  23. package/lib/model/create-vbs-access-token-connection-details.js +54 -0
  24. package/lib/model/create-vbs-access-token-connection-details.js.map +1 -0
  25. package/lib/model/create-vbs-trigger-details.d.ts +28 -0
  26. package/lib/model/create-vbs-trigger-details.js +54 -0
  27. package/lib/model/create-vbs-trigger-details.js.map +1 -0
  28. package/lib/model/deploy-pipeline-redeployment-summary.d.ts +1 -1
  29. package/lib/model/deploy-pipeline-redeployment.d.ts +1 -1
  30. package/lib/model/filter.js +4 -0
  31. package/lib/model/filter.js.map +1 -1
  32. package/lib/model/index.d.ts +28 -0
  33. package/lib/model/index.js +34 -6
  34. package/lib/model/index.js.map +1 -1
  35. package/lib/model/oke-canary-deploy-stage-execution-progress.d.ts +4 -0
  36. package/lib/model/oke-canary-deploy-stage-execution-progress.js.map +1 -1
  37. package/lib/model/single-deploy-stage-deployment-summary.d.ts +1 -1
  38. package/lib/model/single-deploy-stage-deployment.d.ts +1 -1
  39. package/lib/model/single-deploy-stage-redeployment-summary.d.ts +1 -1
  40. package/lib/model/single-deploy-stage-redeployment.d.ts +1 -1
  41. package/lib/model/trigger-action.d.ts +1 -1
  42. package/lib/model/trigger-action.js.map +1 -1
  43. package/lib/model/trigger-create-result.js +4 -0
  44. package/lib/model/trigger-create-result.js.map +1 -1
  45. package/lib/model/trigger-summary.js +4 -0
  46. package/lib/model/trigger-summary.js.map +1 -1
  47. package/lib/model/trigger.js +4 -0
  48. package/lib/model/trigger.js.map +1 -1
  49. package/lib/model/update-connection-details.js +4 -0
  50. package/lib/model/update-connection-details.js.map +1 -1
  51. package/lib/model/update-trigger-details.js +4 -0
  52. package/lib/model/update-trigger-details.js.map +1 -1
  53. package/lib/model/update-vbs-access-token-connection-details.d.ts +34 -0
  54. package/lib/model/update-vbs-access-token-connection-details.js +54 -0
  55. package/lib/model/update-vbs-access-token-connection-details.js.map +1 -0
  56. package/lib/model/update-vbs-trigger-details.d.ts +28 -0
  57. package/lib/model/update-vbs-trigger-details.js +54 -0
  58. package/lib/model/update-vbs-trigger-details.js.map +1 -0
  59. package/lib/model/vbs-access-token-connection-summary.d.ts +34 -0
  60. package/lib/model/vbs-access-token-connection-summary.js +54 -0
  61. package/lib/model/vbs-access-token-connection-summary.js.map +1 -0
  62. package/lib/model/vbs-access-token-connection.d.ts +34 -0
  63. package/lib/model/vbs-access-token-connection.js +52 -0
  64. package/lib/model/vbs-access-token-connection.js.map +1 -0
  65. package/lib/model/vbs-build-run-source.d.ts +29 -0
  66. package/lib/model/vbs-build-run-source.js +58 -0
  67. package/lib/model/vbs-build-run-source.js.map +1 -0
  68. package/lib/model/vbs-build-source.d.ts +28 -0
  69. package/lib/model/vbs-build-source.js +52 -0
  70. package/lib/model/vbs-build-source.js.map +1 -0
  71. package/lib/model/vbs-filter-attributes.d.ts +35 -0
  72. package/lib/model/vbs-filter-attributes.js +55 -0
  73. package/lib/model/vbs-filter-attributes.js.map +1 -0
  74. package/lib/model/vbs-filter-exclusion-attributes.d.ts +23 -0
  75. package/lib/model/vbs-filter-exclusion-attributes.js +55 -0
  76. package/lib/model/vbs-filter-exclusion-attributes.js.map +1 -0
  77. package/lib/model/vbs-filter.d.ts +41 -0
  78. package/lib/model/vbs-filter.js +74 -0
  79. package/lib/model/vbs-filter.js.map +1 -0
  80. package/lib/model/vbs-trigger-create-result.d.ts +36 -0
  81. package/lib/model/vbs-trigger-create-result.js +54 -0
  82. package/lib/model/vbs-trigger-create-result.js.map +1 -0
  83. package/lib/model/vbs-trigger-summary.d.ts +28 -0
  84. package/lib/model/vbs-trigger-summary.js +52 -0
  85. package/lib/model/vbs-trigger-summary.js.map +1 -0
  86. package/lib/model/vbs-trigger.d.ts +32 -0
  87. package/lib/model/vbs-trigger.js +50 -0
  88. package/lib/model/vbs-trigger.js.map +1 -0
  89. package/lib/request/approve-deployment-request.d.ts +1 -1
  90. package/lib/request/cancel-build-run-request.d.ts +1 -1
  91. package/lib/request/cancel-deployment-request.d.ts +1 -1
  92. package/lib/request/change-project-compartment-request.d.ts +1 -1
  93. package/lib/request/create-build-pipeline-request.d.ts +1 -1
  94. package/lib/request/create-build-pipeline-stage-request.d.ts +1 -1
  95. package/lib/request/create-build-run-request.d.ts +1 -1
  96. package/lib/request/create-connection-request.d.ts +2 -2
  97. package/lib/request/create-deploy-artifact-request.d.ts +1 -1
  98. package/lib/request/create-deploy-environment-request.d.ts +1 -1
  99. package/lib/request/create-deploy-pipeline-request.d.ts +1 -1
  100. package/lib/request/create-deploy-stage-request.d.ts +1 -1
  101. package/lib/request/create-deployment-request.d.ts +1 -1
  102. package/lib/request/create-project-request.d.ts +1 -1
  103. package/lib/request/create-repository-request.d.ts +1 -1
  104. package/lib/request/create-trigger-request.d.ts +2 -2
  105. package/lib/request/delete-build-pipeline-request.d.ts +1 -1
  106. package/lib/request/delete-build-pipeline-stage-request.d.ts +1 -1
  107. package/lib/request/delete-connection-request.d.ts +1 -1
  108. package/lib/request/delete-deploy-artifact-request.d.ts +1 -1
  109. package/lib/request/delete-deploy-environment-request.d.ts +1 -1
  110. package/lib/request/delete-deploy-pipeline-request.d.ts +1 -1
  111. package/lib/request/delete-deploy-stage-request.d.ts +1 -1
  112. package/lib/request/delete-project-request.d.ts +1 -1
  113. package/lib/request/delete-ref-request.d.ts +1 -1
  114. package/lib/request/delete-repository-request.d.ts +1 -1
  115. package/lib/request/delete-trigger-request.d.ts +1 -1
  116. package/lib/request/get-build-pipeline-request.d.ts +1 -1
  117. package/lib/request/get-build-pipeline-stage-request.d.ts +1 -1
  118. package/lib/request/get-build-run-request.d.ts +1 -1
  119. package/lib/request/get-commit-diff-request.d.ts +1 -1
  120. package/lib/request/get-commit-request.d.ts +1 -1
  121. package/lib/request/get-connection-request.d.ts +1 -1
  122. package/lib/request/get-deploy-artifact-request.d.ts +1 -1
  123. package/lib/request/get-deploy-environment-request.d.ts +1 -1
  124. package/lib/request/get-deploy-pipeline-request.d.ts +1 -1
  125. package/lib/request/get-deploy-stage-request.d.ts +1 -1
  126. package/lib/request/get-deployment-request.d.ts +1 -1
  127. package/lib/request/get-file-diff-request.d.ts +1 -1
  128. package/lib/request/get-mirror-record-request.d.ts +1 -1
  129. package/lib/request/get-object-content-request.d.ts +1 -1
  130. package/lib/request/get-object-request.d.ts +1 -1
  131. package/lib/request/get-project-request.d.ts +1 -1
  132. package/lib/request/get-ref-request.d.ts +1 -1
  133. package/lib/request/get-repo-file-diff-request.d.ts +1 -1
  134. package/lib/request/get-repo-file-lines-request.d.ts +1 -1
  135. package/lib/request/get-repository-archive-content-request.d.ts +1 -1
  136. package/lib/request/get-repository-file-lines-request.d.ts +1 -1
  137. package/lib/request/get-repository-request.d.ts +1 -1
  138. package/lib/request/get-trigger-request.d.ts +1 -1
  139. package/lib/request/get-work-request-request.d.ts +1 -1
  140. package/lib/request/list-authors-request.d.ts +1 -1
  141. package/lib/request/list-build-pipeline-stages-request.d.ts +1 -1
  142. package/lib/request/list-build-pipelines-request.d.ts +1 -1
  143. package/lib/request/list-build-runs-request.d.ts +1 -1
  144. package/lib/request/list-commit-diffs-request.d.ts +1 -1
  145. package/lib/request/list-commits-request.d.ts +1 -1
  146. package/lib/request/list-connections-request.d.ts +1 -1
  147. package/lib/request/list-deploy-artifacts-request.d.ts +1 -1
  148. package/lib/request/list-deploy-environments-request.d.ts +1 -1
  149. package/lib/request/list-deploy-pipelines-request.d.ts +1 -1
  150. package/lib/request/list-deploy-stages-request.d.ts +1 -1
  151. package/lib/request/list-deployments-request.d.ts +1 -1
  152. package/lib/request/list-mirror-records-request.d.ts +1 -1
  153. package/lib/request/list-paths-request.d.ts +1 -1
  154. package/lib/request/list-projects-request.d.ts +1 -1
  155. package/lib/request/list-refs-request.d.ts +1 -1
  156. package/lib/request/list-repositories-request.d.ts +1 -1
  157. package/lib/request/list-triggers-request.d.ts +1 -1
  158. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  159. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  160. package/lib/request/list-work-requests-request.d.ts +1 -1
  161. package/lib/request/mirror-repository-request.d.ts +1 -1
  162. package/lib/request/put-repository-ref-request.d.ts +1 -1
  163. package/lib/request/update-build-pipeline-request.d.ts +1 -1
  164. package/lib/request/update-build-pipeline-stage-request.d.ts +1 -1
  165. package/lib/request/update-build-run-request.d.ts +1 -1
  166. package/lib/request/update-connection-request.d.ts +2 -2
  167. package/lib/request/update-deploy-artifact-request.d.ts +1 -1
  168. package/lib/request/update-deploy-environment-request.d.ts +1 -1
  169. package/lib/request/update-deploy-pipeline-request.d.ts +1 -1
  170. package/lib/request/update-deploy-stage-request.d.ts +1 -1
  171. package/lib/request/update-deployment-request.d.ts +1 -1
  172. package/lib/request/update-project-request.d.ts +1 -1
  173. package/lib/request/update-repository-request.d.ts +1 -1
  174. package/lib/request/update-trigger-request.d.ts +2 -2
  175. package/package.json +3 -3
@@ -0,0 +1,28 @@
1
+ /**
2
+ * DevOps API
3
+ * 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](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Update trigger specific to VBS.
16
+ */
17
+ export interface UpdateVbsTriggerDetails extends model.UpdateTriggerDetails {
18
+ /**
19
+ * The OCID of the connection resource used to get details for triggered events.
20
+ */
21
+ "connectionId"?: string;
22
+ "triggerSource": string;
23
+ }
24
+ export declare namespace UpdateVbsTriggerDetails {
25
+ function getJsonObj(obj: UpdateVbsTriggerDetails, isParentJsonObj?: boolean): object;
26
+ const triggerSource = "VBS";
27
+ function getDeserializedJsonObj(obj: UpdateVbsTriggerDetails, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,54 @@
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](/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, 2022, 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.UpdateVbsTriggerDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdateVbsTriggerDetails;
37
+ (function (UpdateVbsTriggerDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.UpdateTriggerDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ UpdateVbsTriggerDetails.getJsonObj = getJsonObj;
45
+ UpdateVbsTriggerDetails.triggerSource = "VBS";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.UpdateTriggerDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ UpdateVbsTriggerDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(UpdateVbsTriggerDetails = exports.UpdateVbsTriggerDetails || (exports.UpdateVbsTriggerDetails = {}));
54
+ //# sourceMappingURL=update-vbs-trigger-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-vbs-trigger-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/update-vbs-trigger-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,uBAAuB,CAyBvC;AAzBD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GACzE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,kCAAU,aASzB,CAAA;IACY,qCAAa,GAAG,KAAK,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAA6B,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,8CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyBvC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * DevOps API
3
+ * 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](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Summary information for a connection of the type `VBS_ACCESS_TOKEN`.
16
+ * This type corresponds to a connection in Visual Builder Studio that is authenticated with a personal access token.
17
+ *
18
+ */
19
+ export interface VbsAccessTokenConnectionSummary extends model.ConnectionSummary {
20
+ /**
21
+ * The OCID of personal access token saved in secret store.
22
+ */
23
+ "accessToken": string;
24
+ /**
25
+ * The Base URL of the hosted VBS server.
26
+ */
27
+ "baseUrl": string;
28
+ "connectionType": string;
29
+ }
30
+ export declare namespace VbsAccessTokenConnectionSummary {
31
+ function getJsonObj(obj: VbsAccessTokenConnectionSummary, isParentJsonObj?: boolean): object;
32
+ const connectionType = "VBS_ACCESS_TOKEN";
33
+ function getDeserializedJsonObj(obj: VbsAccessTokenConnectionSummary, isParentJsonObj?: boolean): object;
34
+ }
@@ -0,0 +1,54 @@
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](/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, 2022, 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.VbsAccessTokenConnectionSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VbsAccessTokenConnectionSummary;
37
+ (function (VbsAccessTokenConnectionSummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.ConnectionSummary.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ VbsAccessTokenConnectionSummary.getJsonObj = getJsonObj;
45
+ VbsAccessTokenConnectionSummary.connectionType = "VBS_ACCESS_TOKEN";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.ConnectionSummary.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ VbsAccessTokenConnectionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(VbsAccessTokenConnectionSummary = exports.VbsAccessTokenConnectionSummary || (exports.VbsAccessTokenConnectionSummary = {}));
54
+ //# sourceMappingURL=vbs-access-token-connection-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-access-token-connection-summary.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/vbs-access-token-connection-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,+BAA+B,CA4B/C;AA5BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACY,8CAAc,GAAG,kBAAkB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAqC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,sDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA4B/C"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * DevOps API
3
+ * 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](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The properties that define a connection of the type `VBS_ACCESS_TOKEN`.
16
+ * This type corresponds to a connection in Visual Builder Studio that is authenticated with a Personal Access Token.
17
+ *
18
+ */
19
+ export interface VbsAccessTokenConnection extends model.Connection {
20
+ /**
21
+ * The OCID of personal access token saved in secret store.
22
+ */
23
+ "accessToken": string;
24
+ /**
25
+ * The Base URL of the hosted Visual Builder Studio server.
26
+ */
27
+ "baseUrl": string;
28
+ "connectionType": string;
29
+ }
30
+ export declare namespace VbsAccessTokenConnection {
31
+ function getJsonObj(obj: VbsAccessTokenConnection, isParentJsonObj?: boolean): object;
32
+ const connectionType = "VBS_ACCESS_TOKEN";
33
+ function getDeserializedJsonObj(obj: VbsAccessTokenConnection, isParentJsonObj?: boolean): object;
34
+ }
@@ -0,0 +1,52 @@
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](/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, 2022, 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.VbsAccessTokenConnection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VbsAccessTokenConnection;
37
+ (function (VbsAccessTokenConnection) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.Connection.getJsonObj(obj))), {});
40
+ return jsonObj;
41
+ }
42
+ VbsAccessTokenConnection.getJsonObj = getJsonObj;
43
+ VbsAccessTokenConnection.connectionType = "VBS_ACCESS_TOKEN";
44
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
45
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
46
+ ? obj
47
+ : model.Connection.getDeserializedJsonObj(obj))), {});
48
+ return jsonObj;
49
+ }
50
+ VbsAccessTokenConnection.getDeserializedJsonObj = getDeserializedJsonObj;
51
+ })(VbsAccessTokenConnection = exports.VbsAccessTokenConnection || (exports.VbsAccessTokenConnection = {}));
52
+ //# sourceMappingURL=vbs-access-token-connection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-access-token-connection.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/vbs-access-token-connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,wBAAwB,CAuBxC;AAvBD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,mCAAU,aAOzB,CAAA;IACY,uCAAc,GAAG,kBAAkB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAuBxC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * DevOps API
3
+ * 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](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Specifies details of build run through VBS Server.
16
+ */
17
+ export interface VbsBuildRunSource extends model.BuildRunSource {
18
+ /**
19
+ * The trigger that invoked the build run.
20
+ */
21
+ "triggerId": string;
22
+ "triggerInfo": model.TriggerInfo;
23
+ "sourceType": string;
24
+ }
25
+ export declare namespace VbsBuildRunSource {
26
+ function getJsonObj(obj: VbsBuildRunSource, isParentJsonObj?: boolean): object;
27
+ const sourceType = "VBS";
28
+ function getDeserializedJsonObj(obj: VbsBuildRunSource, isParentJsonObj?: boolean): object;
29
+ }
@@ -0,0 +1,58 @@
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](/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, 2022, 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.VbsBuildRunSource = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VbsBuildRunSource;
37
+ (function (VbsBuildRunSource) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.BuildRunSource.getJsonObj(obj))), {
40
+ "triggerInfo": obj.triggerInfo ? model.TriggerInfo.getJsonObj(obj.triggerInfo) : undefined
41
+ });
42
+ return jsonObj;
43
+ }
44
+ VbsBuildRunSource.getJsonObj = getJsonObj;
45
+ VbsBuildRunSource.sourceType = "VBS";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.BuildRunSource.getDeserializedJsonObj(obj))), {
50
+ "triggerInfo": obj.triggerInfo
51
+ ? model.TriggerInfo.getDeserializedJsonObj(obj.triggerInfo)
52
+ : undefined
53
+ });
54
+ return jsonObj;
55
+ }
56
+ VbsBuildRunSource.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(VbsBuildRunSource = exports.VbsBuildRunSource || (exports.VbsBuildRunSource = {}));
58
+ //# sourceMappingURL=vbs-build-run-source.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-build-run-source.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/vbs-build-run-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,iBAAiB,CA6BjC;AA7BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GACrF;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,4BAAU,aASzB,CAAA;IACY,4BAAU,GAAG,KAAK,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GACzE;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA7BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA6BjC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * DevOps API
3
+ * 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](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * VBS Server Build Source for Build Stage
16
+ */
17
+ export interface VbsBuildSource extends model.BuildSource {
18
+ /**
19
+ * Connection identifier pertinent to VBS Server source provider
20
+ */
21
+ "connectionId": string;
22
+ "connectionType": string;
23
+ }
24
+ export declare namespace VbsBuildSource {
25
+ function getJsonObj(obj: VbsBuildSource, isParentJsonObj?: boolean): object;
26
+ const connectionType = "VBS";
27
+ function getDeserializedJsonObj(obj: VbsBuildSource, isParentJsonObj?: boolean): object;
28
+ }
@@ -0,0 +1,52 @@
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](/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, 2022, 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.VbsBuildSource = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VbsBuildSource;
37
+ (function (VbsBuildSource) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.BuildSource.getJsonObj(obj))), {});
40
+ return jsonObj;
41
+ }
42
+ VbsBuildSource.getJsonObj = getJsonObj;
43
+ VbsBuildSource.connectionType = "VBS";
44
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
45
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
46
+ ? obj
47
+ : model.BuildSource.getDeserializedJsonObj(obj))), {});
48
+ return jsonObj;
49
+ }
50
+ VbsBuildSource.getDeserializedJsonObj = getDeserializedJsonObj;
51
+ })(VbsBuildSource = exports.VbsBuildSource || (exports.VbsBuildSource = {}));
52
+ //# sourceMappingURL=vbs-build-source.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-build-source.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/vbs-build-source.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,cAAc,CAoB9B;AApBD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB,EAAE,eAAyB;QACvE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAoB,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,yBAAU,aAOzB,CAAA;IACY,6BAAc,GAAG,KAAK,CAAC;IACpC,SAAgB,sBAAsB,CAAC,GAAmB,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAoB,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAsB,yBASrC,CAAA;AACH,CAAC,EApBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAoB9B"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * DevOps API
3
+ * 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](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Attributes to filter VBS events.
16
+ */
17
+ export interface VbsFilterAttributes {
18
+ /**
19
+ * Branch for push event; source branch for pull requests.
20
+ */
21
+ "headRef"?: string;
22
+ /**
23
+ * The target branch for pull requests; not applicable for push requests.
24
+ */
25
+ "baseRef"?: string;
26
+ /**
27
+ * The repository name for trigger events.
28
+ */
29
+ "repositoryName"?: string;
30
+ "fileFilter"?: model.FileFilter;
31
+ }
32
+ export declare namespace VbsFilterAttributes {
33
+ function getJsonObj(obj: VbsFilterAttributes): object;
34
+ function getDeserializedJsonObj(obj: VbsFilterAttributes): object;
35
+ }
@@ -0,0 +1,55 @@
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](/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, 2022, 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.VbsFilterAttributes = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VbsFilterAttributes;
37
+ (function (VbsFilterAttributes) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
41
+ });
42
+ return jsonObj;
43
+ }
44
+ VbsFilterAttributes.getJsonObj = getJsonObj;
45
+ function getDeserializedJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "fileFilter": obj.fileFilter
48
+ ? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ VbsFilterAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(VbsFilterAttributes = exports.VbsFilterAttributes || (exports.VbsFilterAttributes = {}));
55
+ //# sourceMappingURL=vbs-filter-attributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-filter-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/vbs-filter-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,mBAAmB,CAuBnC;AAvBD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,8BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,0CAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAuBnC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * DevOps API
3
+ * 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](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Attributes to filter VBS events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
16
+ */
17
+ export interface VbsFilterExclusionAttributes {
18
+ "fileFilter"?: model.FileFilter;
19
+ }
20
+ export declare namespace VbsFilterExclusionAttributes {
21
+ function getJsonObj(obj: VbsFilterExclusionAttributes): object;
22
+ function getDeserializedJsonObj(obj: VbsFilterExclusionAttributes): object;
23
+ }
@@ -0,0 +1,55 @@
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](/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, 2022, 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.VbsFilterExclusionAttributes = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VbsFilterExclusionAttributes;
37
+ (function (VbsFilterExclusionAttributes) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "fileFilter": obj.fileFilter ? model.FileFilter.getJsonObj(obj.fileFilter) : undefined
41
+ });
42
+ return jsonObj;
43
+ }
44
+ VbsFilterExclusionAttributes.getJsonObj = getJsonObj;
45
+ function getDeserializedJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "fileFilter": obj.fileFilter
48
+ ? model.FileFilter.getDeserializedJsonObj(obj.fileFilter)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ VbsFilterExclusionAttributes.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(VbsFilterExclusionAttributes = exports.VbsFilterExclusionAttributes || (exports.VbsFilterExclusionAttributes = {}));
55
+ //# sourceMappingURL=vbs-filter-exclusion-attributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-filter-exclusion-attributes.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/vbs-filter-exclusion-attributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,4BAA4B,CAuB5C;AAvBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAvBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAuB5C"}