oci-adm 2.70.4 → 2.72.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 (275) hide show
  1. package/lib/applicationdependencymanagement-waiter.d.ts +16 -0
  2. package/lib/applicationdependencymanagement-waiter.js +24 -0
  3. package/lib/applicationdependencymanagement-waiter.js.map +1 -1
  4. package/lib/client.d.ts +184 -18
  5. package/lib/client.js +1312 -176
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/application-dependency-recommendation-collection.d.ts +26 -0
  8. package/lib/model/application-dependency-recommendation-collection.js +61 -0
  9. package/lib/model/application-dependency-recommendation-collection.js.map +1 -0
  10. package/lib/model/application-dependency-recommendation-summary.d.ts +39 -0
  11. package/lib/model/application-dependency-recommendation-summary.js +29 -0
  12. package/lib/model/application-dependency-recommendation-summary.js.map +1 -0
  13. package/lib/model/application-dependency-vulnerability-collection.d.ts +3 -3
  14. package/lib/model/application-dependency-vulnerability-summary.d.ts +6 -6
  15. package/lib/model/application-dependency.d.ts +3 -3
  16. package/lib/model/apply-stage.d.ts +27 -0
  17. package/lib/model/apply-stage.js +66 -0
  18. package/lib/model/apply-stage.js.map +1 -0
  19. package/lib/model/change-knowledge-base-compartment-details.d.ts +2 -2
  20. package/lib/model/change-remediation-recipe-compartment-details.d.ts +25 -0
  21. package/lib/model/change-remediation-recipe-compartment-details.js +29 -0
  22. package/lib/model/change-remediation-recipe-compartment-details.js.map +1 -0
  23. package/lib/model/change-remediation-run-compartment-details.d.ts +25 -0
  24. package/lib/model/change-remediation-run-compartment-details.js +29 -0
  25. package/lib/model/change-remediation-run-compartment-details.js.map +1 -0
  26. package/lib/model/change-vulnerability-audit-compartment-details.d.ts +1 -1
  27. package/lib/model/create-knowledge-base-details.d.ts +3 -3
  28. package/lib/model/create-remediation-recipe-details.d.ts +60 -0
  29. package/lib/model/create-remediation-recipe-details.js +75 -0
  30. package/lib/model/create-remediation-recipe-details.js.map +1 -0
  31. package/lib/model/create-remediation-run-details.d.ts +47 -0
  32. package/lib/model/create-remediation-run-details.js +29 -0
  33. package/lib/model/create-remediation-run-details.js.map +1 -0
  34. package/lib/model/create-vulnerability-audit-details.d.ts +6 -6
  35. package/lib/model/detect-configuration.d.ts +50 -0
  36. package/lib/model/detect-configuration.js +38 -0
  37. package/lib/model/detect-configuration.js.map +1 -0
  38. package/lib/model/detect-stage.d.ts +29 -0
  39. package/lib/model/detect-stage.js +52 -0
  40. package/lib/model/detect-stage.js.map +1 -0
  41. package/lib/model/external-resource-vulnerability-audit-source.d.ts +1 -1
  42. package/lib/model/external-scm-configuration.d.ts +57 -0
  43. package/lib/model/external-scm-configuration.js +64 -0
  44. package/lib/model/external-scm-configuration.js.map +1 -0
  45. package/lib/model/git-hub-actions-configuration.d.ts +51 -0
  46. package/lib/model/git-hub-actions-configuration.js +54 -0
  47. package/lib/model/git-hub-actions-configuration.js.map +1 -0
  48. package/lib/model/git-lab-pipeline-configuration.d.ts +52 -0
  49. package/lib/model/git-lab-pipeline-configuration.js +54 -0
  50. package/lib/model/git-lab-pipeline-configuration.js.map +1 -0
  51. package/lib/model/index.d.ts +72 -0
  52. package/lib/model/index.js +74 -1
  53. package/lib/model/index.js.map +1 -1
  54. package/lib/model/jenkins-pipeline-configuration.d.ts +48 -0
  55. package/lib/model/jenkins-pipeline-configuration.js +54 -0
  56. package/lib/model/jenkins-pipeline-configuration.js.map +1 -0
  57. package/lib/model/knowledge-base-collection.d.ts +2 -2
  58. package/lib/model/knowledge-base-summary.d.ts +7 -7
  59. package/lib/model/knowledge-base.d.ts +7 -7
  60. package/lib/model/network-configuration.d.ts +31 -0
  61. package/lib/model/network-configuration.js +29 -0
  62. package/lib/model/network-configuration.js.map +1 -0
  63. package/lib/model/none-verify-configuration.d.ts +24 -0
  64. package/lib/model/none-verify-configuration.js +54 -0
  65. package/lib/model/none-verify-configuration.js.map +1 -0
  66. package/lib/model/oci-code-repository-configuration.d.ts +28 -0
  67. package/lib/model/oci-code-repository-configuration.js +54 -0
  68. package/lib/model/oci-code-repository-configuration.js.map +1 -0
  69. package/lib/model/oci-dev-ops-build-configuration.d.ts +34 -0
  70. package/lib/model/oci-dev-ops-build-configuration.js +54 -0
  71. package/lib/model/oci-dev-ops-build-configuration.js.map +1 -0
  72. package/lib/model/oci-resource-vulnerability-audit-source.d.ts +2 -2
  73. package/lib/model/operation-type.d.ts +6 -0
  74. package/lib/model/operation-type.js +6 -0
  75. package/lib/model/operation-type.js.map +1 -1
  76. package/lib/model/pipeline-properties.d.ts +29 -0
  77. package/lib/model/pipeline-properties.js +29 -0
  78. package/lib/model/pipeline-properties.js.map +1 -0
  79. package/lib/model/pull-request-properties.d.ts +29 -0
  80. package/lib/model/pull-request-properties.js +29 -0
  81. package/lib/model/pull-request-properties.js.map +1 -0
  82. package/lib/model/recommend-stage.d.ts +30 -0
  83. package/lib/model/recommend-stage.js +60 -0
  84. package/lib/model/recommend-stage.js.map +1 -0
  85. package/lib/model/remediation-recipe-collection.d.ts +26 -0
  86. package/lib/model/remediation-recipe-collection.js +61 -0
  87. package/lib/model/remediation-recipe-collection.js.map +1 -0
  88. package/lib/model/remediation-recipe-summary.d.ts +81 -0
  89. package/lib/model/remediation-recipe-summary.js +29 -0
  90. package/lib/model/remediation-recipe-summary.js.map +1 -0
  91. package/lib/model/remediation-recipe.d.ts +103 -0
  92. package/lib/model/remediation-recipe.js +91 -0
  93. package/lib/model/remediation-recipe.js.map +1 -0
  94. package/lib/model/remediation-run-collection.d.ts +26 -0
  95. package/lib/model/remediation-run-collection.js +61 -0
  96. package/lib/model/remediation-run-collection.js.map +1 -0
  97. package/lib/model/remediation-run-stage-collection.d.ts +26 -0
  98. package/lib/model/remediation-run-stage-collection.js +61 -0
  99. package/lib/model/remediation-run-stage-collection.js.map +1 -0
  100. package/lib/model/remediation-run-stage-summary.d.ts +50 -0
  101. package/lib/model/remediation-run-stage-summary.js +29 -0
  102. package/lib/model/remediation-run-stage-summary.js.map +1 -0
  103. package/lib/model/remediation-run-stage-type.d.ts +30 -0
  104. package/lib/model/remediation-run-stage-type.js +41 -0
  105. package/lib/model/remediation-run-stage-type.js.map +1 -0
  106. package/lib/model/remediation-run-stage.d.ts +70 -0
  107. package/lib/model/remediation-run-stage.js +94 -0
  108. package/lib/model/remediation-run-stage.js.map +1 -0
  109. package/lib/model/remediation-run-summary.d.ts +94 -0
  110. package/lib/model/remediation-run-summary.js +29 -0
  111. package/lib/model/remediation-run-summary.js.map +1 -0
  112. package/lib/model/remediation-run.d.ts +125 -0
  113. package/lib/model/remediation-run.js +87 -0
  114. package/lib/model/remediation-run.js.map +1 -0
  115. package/lib/model/scm-configuration.d.ts +38 -0
  116. package/lib/model/scm-configuration.js +72 -0
  117. package/lib/model/scm-configuration.js.map +1 -0
  118. package/lib/model/stage-summary.d.ts +42 -0
  119. package/lib/model/stage-summary.js +29 -0
  120. package/lib/model/stage-summary.js.map +1 -0
  121. package/lib/model/unknown-source-vulnerability-audit-source.d.ts +1 -1
  122. package/lib/model/update-knowledge-base-details.d.ts +2 -2
  123. package/lib/model/update-remediation-recipe-details.d.ts +56 -0
  124. package/lib/model/update-remediation-recipe-details.js +75 -0
  125. package/lib/model/update-remediation-recipe-details.js.map +1 -0
  126. package/lib/model/update-remediation-run-details.d.ts +43 -0
  127. package/lib/model/update-remediation-run-details.js +29 -0
  128. package/lib/model/update-remediation-run-details.js.map +1 -0
  129. package/lib/model/update-vulnerability-audit-details.d.ts +2 -2
  130. package/lib/model/verify-configuration.d.ts +25 -0
  131. package/lib/model/verify-configuration.js +84 -0
  132. package/lib/model/verify-configuration.js.map +1 -0
  133. package/lib/model/verify-stage.d.ts +27 -0
  134. package/lib/model/verify-stage.js +66 -0
  135. package/lib/model/verify-stage.js.map +1 -0
  136. package/lib/model/vulnerability-audit-collection.d.ts +2 -2
  137. package/lib/model/vulnerability-audit-configuration.d.ts +7 -5
  138. package/lib/model/vulnerability-audit-configuration.js.map +1 -1
  139. package/lib/model/vulnerability-audit-source.d.ts +1 -1
  140. package/lib/model/vulnerability-audit-summary.d.ts +14 -14
  141. package/lib/model/vulnerability-audit.d.ts +17 -17
  142. package/lib/request/activate-remediation-recipe-request.d.ts +35 -0
  143. package/lib/request/activate-remediation-recipe-request.js +15 -0
  144. package/lib/request/activate-remediation-recipe-request.js.map +1 -0
  145. package/lib/request/cancel-remediation-run-request.d.ts +44 -0
  146. package/lib/request/cancel-remediation-run-request.js +15 -0
  147. package/lib/request/cancel-remediation-run-request.js.map +1 -0
  148. package/lib/request/cancel-work-request-request.d.ts +1 -1
  149. package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
  150. package/lib/request/change-remediation-recipe-compartment-request.d.ts +49 -0
  151. package/lib/request/change-remediation-recipe-compartment-request.js +15 -0
  152. package/lib/request/change-remediation-recipe-compartment-request.js.map +1 -0
  153. package/lib/request/change-remediation-run-compartment-request.d.ts +49 -0
  154. package/lib/request/change-remediation-run-compartment-request.js +15 -0
  155. package/lib/request/change-remediation-run-compartment-request.js.map +1 -0
  156. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
  157. package/lib/request/create-knowledge-base-request.d.ts +1 -1
  158. package/lib/request/create-remediation-recipe-request.d.ts +36 -0
  159. package/lib/request/create-remediation-recipe-request.js +15 -0
  160. package/lib/request/create-remediation-recipe-request.js.map +1 -0
  161. package/lib/request/create-remediation-run-request.d.ts +36 -0
  162. package/lib/request/create-remediation-run-request.js +15 -0
  163. package/lib/request/create-remediation-run-request.js.map +1 -0
  164. package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
  165. package/lib/request/deactivate-remediation-recipe-request.d.ts +35 -0
  166. package/lib/request/deactivate-remediation-recipe-request.js +15 -0
  167. package/lib/request/deactivate-remediation-recipe-request.js.map +1 -0
  168. package/lib/request/delete-knowledge-base-request.d.ts +1 -1
  169. package/lib/request/delete-remediation-recipe-request.d.ts +35 -0
  170. package/lib/request/delete-remediation-recipe-request.js +15 -0
  171. package/lib/request/delete-remediation-recipe-request.js.map +1 -0
  172. package/lib/request/delete-remediation-run-request.d.ts +35 -0
  173. package/lib/request/delete-remediation-run-request.js +15 -0
  174. package/lib/request/delete-remediation-run-request.js.map +1 -0
  175. package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
  176. package/lib/request/get-knowledge-base-request.d.ts +1 -1
  177. package/lib/request/get-remediation-recipe-request.d.ts +26 -0
  178. package/lib/request/get-remediation-recipe-request.js +15 -0
  179. package/lib/request/get-remediation-recipe-request.js.map +1 -0
  180. package/lib/request/get-remediation-run-request.d.ts +26 -0
  181. package/lib/request/get-remediation-run-request.js +15 -0
  182. package/lib/request/get-remediation-run-request.js.map +1 -0
  183. package/lib/request/get-stage-request.d.ts +31 -0
  184. package/lib/request/get-stage-request.js +15 -0
  185. package/lib/request/get-stage-request.js.map +1 -0
  186. package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
  187. package/lib/request/get-work-request-request.d.ts +1 -1
  188. package/lib/request/index.d.ts +36 -0
  189. package/lib/request/index.js +9 -1
  190. package/lib/request/index.js.map +1 -1
  191. package/lib/request/list-application-dependency-recommendations-request.d.ts +61 -0
  192. package/lib/request/list-application-dependency-recommendations-request.js +26 -0
  193. package/lib/request/list-application-dependency-recommendations-request.js.map +1 -0
  194. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
  195. package/lib/request/list-knowledge-bases-request.d.ts +5 -1
  196. package/lib/request/list-knowledge-bases-request.js.map +1 -1
  197. package/lib/request/list-remediation-recipes-request.d.ts +74 -0
  198. package/lib/request/list-remediation-recipes-request.js +27 -0
  199. package/lib/request/list-remediation-recipes-request.js.map +1 -0
  200. package/lib/request/list-remediation-runs-request.d.ts +80 -0
  201. package/lib/request/list-remediation-runs-request.js +28 -0
  202. package/lib/request/list-remediation-runs-request.js.map +1 -0
  203. package/lib/request/list-stages-request.d.ts +66 -0
  204. package/lib/request/list-stages-request.js +27 -0
  205. package/lib/request/list-stages-request.js.map +1 -0
  206. package/lib/request/list-vulnerability-audits-request.d.ts +5 -1
  207. package/lib/request/list-vulnerability-audits-request.js.map +1 -1
  208. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  209. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  210. package/lib/request/list-work-requests-request.d.ts +3 -1
  211. package/lib/request/list-work-requests-request.js.map +1 -1
  212. package/lib/request/update-knowledge-base-request.d.ts +1 -1
  213. package/lib/request/update-remediation-recipe-request.d.ts +40 -0
  214. package/lib/request/update-remediation-recipe-request.js +15 -0
  215. package/lib/request/update-remediation-recipe-request.js.map +1 -0
  216. package/lib/request/update-remediation-run-request.d.ts +40 -0
  217. package/lib/request/update-remediation-run-request.js +15 -0
  218. package/lib/request/update-remediation-run-request.js.map +1 -0
  219. package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
  220. package/lib/response/activate-remediation-recipe-response.d.ts +25 -0
  221. package/lib/response/activate-remediation-recipe-response.js +15 -0
  222. package/lib/response/activate-remediation-recipe-response.js.map +1 -0
  223. package/lib/response/cancel-remediation-run-response.d.ts +30 -0
  224. package/lib/response/cancel-remediation-run-response.js +15 -0
  225. package/lib/response/cancel-remediation-run-response.js.map +1 -0
  226. package/lib/response/change-remediation-recipe-compartment-response.d.ts +25 -0
  227. package/lib/response/change-remediation-recipe-compartment-response.js +15 -0
  228. package/lib/response/change-remediation-recipe-compartment-response.js.map +1 -0
  229. package/lib/response/change-remediation-run-compartment-response.d.ts +20 -0
  230. package/lib/response/change-remediation-run-compartment-response.js +15 -0
  231. package/lib/response/change-remediation-run-compartment-response.js.map +1 -0
  232. package/lib/response/create-remediation-recipe-response.d.ts +25 -0
  233. package/lib/response/create-remediation-recipe-response.js +15 -0
  234. package/lib/response/create-remediation-recipe-response.js.map +1 -0
  235. package/lib/response/create-remediation-run-response.d.ts +30 -0
  236. package/lib/response/create-remediation-run-response.js +15 -0
  237. package/lib/response/create-remediation-run-response.js.map +1 -0
  238. package/lib/response/deactivate-remediation-recipe-response.d.ts +25 -0
  239. package/lib/response/deactivate-remediation-recipe-response.js +15 -0
  240. package/lib/response/deactivate-remediation-recipe-response.js.map +1 -0
  241. package/lib/response/delete-remediation-recipe-response.d.ts +25 -0
  242. package/lib/response/delete-remediation-recipe-response.js +15 -0
  243. package/lib/response/delete-remediation-recipe-response.js.map +1 -0
  244. package/lib/response/delete-remediation-run-response.d.ts +20 -0
  245. package/lib/response/delete-remediation-run-response.js +15 -0
  246. package/lib/response/delete-remediation-run-response.js.map +1 -0
  247. package/lib/response/get-remediation-recipe-response.d.ts +30 -0
  248. package/lib/response/get-remediation-recipe-response.js +15 -0
  249. package/lib/response/get-remediation-recipe-response.js.map +1 -0
  250. package/lib/response/get-remediation-run-response.d.ts +30 -0
  251. package/lib/response/get-remediation-run-response.js +15 -0
  252. package/lib/response/get-remediation-run-response.js.map +1 -0
  253. package/lib/response/get-stage-response.d.ts +25 -0
  254. package/lib/response/get-stage-response.js +15 -0
  255. package/lib/response/get-stage-response.js.map +1 -0
  256. package/lib/response/index.d.ts +36 -0
  257. package/lib/response/list-application-dependency-recommendations-response.d.ts +32 -0
  258. package/lib/response/list-application-dependency-recommendations-response.js +15 -0
  259. package/lib/response/list-application-dependency-recommendations-response.js.map +1 -0
  260. package/lib/response/list-remediation-recipes-response.d.ts +32 -0
  261. package/lib/response/list-remediation-recipes-response.js +15 -0
  262. package/lib/response/list-remediation-recipes-response.js.map +1 -0
  263. package/lib/response/list-remediation-runs-response.d.ts +32 -0
  264. package/lib/response/list-remediation-runs-response.js +15 -0
  265. package/lib/response/list-remediation-runs-response.js.map +1 -0
  266. package/lib/response/list-stages-response.d.ts +32 -0
  267. package/lib/response/list-stages-response.js +15 -0
  268. package/lib/response/list-stages-response.js.map +1 -0
  269. package/lib/response/update-remediation-recipe-response.d.ts +25 -0
  270. package/lib/response/update-remediation-recipe-response.js +15 -0
  271. package/lib/response/update-remediation-recipe-response.js.map +1 -0
  272. package/lib/response/update-remediation-run-response.d.ts +30 -0
  273. package/lib/response/update-remediation-run-response.js +15 -0
  274. package/lib/response/update-remediation-run-response.js.map +1 -0
  275. package/package.json +3 -3
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Application Dependency Management API
3
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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
+ * Collection of remediation run stage summaries.
16
+ */
17
+ export interface RemediationRunStageCollection {
18
+ /**
19
+ * List of remediation run stage summaries.
20
+ */
21
+ "items": Array<model.RemediationRunStageSummary>;
22
+ }
23
+ export declare namespace RemediationRunStageCollection {
24
+ function getJsonObj(obj: RemediationRunStageCollection): object;
25
+ function getDeserializedJsonObj(obj: RemediationRunStageCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Application Dependency Management API
4
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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.RemediationRunStageCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var RemediationRunStageCollection;
37
+ (function (RemediationRunStageCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.RemediationRunStageSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ RemediationRunStageCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.RemediationRunStageSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ RemediationRunStageCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(RemediationRunStageCollection = exports.RemediationRunStageCollection || (exports.RemediationRunStageCollection = {}));
61
+ //# sourceMappingURL=remediation-run-stage-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remediation-run-stage-collection.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/remediation-run-stage-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Application Dependency Management API
3
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 summary of a remediation run stages.
16
+ */
17
+ export interface RemediationRunStageSummary {
18
+ /**
19
+ * The current status of remediation run stage.
20
+ */
21
+ "status": string;
22
+ /**
23
+ * The creation date and time of the remediation run stage (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
24
+ */
25
+ "timeCreated": Date;
26
+ /**
27
+ * The date and time of the start of the remediation run stage (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
28
+ */
29
+ "timeStarted"?: Date;
30
+ /**
31
+ * The date and time of the finish of the remediation run stage (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
32
+ */
33
+ "timeFinished"?: Date;
34
+ /**
35
+ * The type of the remediation run stage.
36
+ */
37
+ "type": model.RemediationRunStageType;
38
+ /**
39
+ * Information about the current step within the stage.
40
+ */
41
+ "summary"?: string;
42
+ /**
43
+ * The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the remediation run.
44
+ */
45
+ "remediationRunId": string;
46
+ }
47
+ export declare namespace RemediationRunStageSummary {
48
+ function getJsonObj(obj: RemediationRunStageSummary): object;
49
+ function getDeserializedJsonObj(obj: RemediationRunStageSummary): object;
50
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Application Dependency Management API
4
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.RemediationRunStageSummary = void 0;
16
+ var RemediationRunStageSummary;
17
+ (function (RemediationRunStageSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ RemediationRunStageSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ RemediationRunStageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(RemediationRunStageSummary = exports.RemediationRunStageSummary || (exports.RemediationRunStageSummary = {}));
29
+ //# sourceMappingURL=remediation-run-stage-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remediation-run-stage-summary.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/remediation-run-stage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuCH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Application Dependency Management API
3
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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
+ /**
14
+ * Remediation Run stage type.
15
+ **/
16
+ export declare enum RemediationRunStageType {
17
+ Detect = "DETECT",
18
+ Recommend = "RECOMMEND",
19
+ Verify = "VERIFY",
20
+ Apply = "APPLY",
21
+ /**
22
+ * This value is used if a service returns a value for this enum that is not recognized by this
23
+ * version of the SDK.
24
+ */
25
+ UnknownValue = "UNKNOWN_VALUE"
26
+ }
27
+ export declare namespace RemediationRunStageType {
28
+ function getJsonObj(obj: RemediationRunStageType): RemediationRunStageType;
29
+ function getDeserializedJsonObj(obj: RemediationRunStageType): RemediationRunStageType;
30
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ /**
3
+ * Application Dependency Management API
4
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.RemediationRunStageType = void 0;
16
+ /**
17
+ * Remediation Run stage type.
18
+ **/
19
+ var RemediationRunStageType;
20
+ (function (RemediationRunStageType) {
21
+ RemediationRunStageType["Detect"] = "DETECT";
22
+ RemediationRunStageType["Recommend"] = "RECOMMEND";
23
+ RemediationRunStageType["Verify"] = "VERIFY";
24
+ RemediationRunStageType["Apply"] = "APPLY";
25
+ /**
26
+ * This value is used if a service returns a value for this enum that is not recognized by this
27
+ * version of the SDK.
28
+ */
29
+ RemediationRunStageType["UnknownValue"] = "UNKNOWN_VALUE";
30
+ })(RemediationRunStageType = exports.RemediationRunStageType || (exports.RemediationRunStageType = {}));
31
+ (function (RemediationRunStageType) {
32
+ function getJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ RemediationRunStageType.getJsonObj = getJsonObj;
36
+ function getDeserializedJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ RemediationRunStageType.getDeserializedJsonObj = getDeserializedJsonObj;
40
+ })(RemediationRunStageType = exports.RemediationRunStageType || (exports.RemediationRunStageType = {}));
41
+ //# sourceMappingURL=remediation-run-stage-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remediation-run-stage-type.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/remediation-run-stage-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,uBAWX;AAXD,WAAY,uBAAuB;IACjC,4CAAiB,CAAA;IACjB,kDAAuB,CAAA;IACvB,4CAAiB,CAAA;IACjB,0CAAe,CAAA;IAEf;;;OAGG;IACH,yDAA8B,CAAA;AAChC,CAAC,EAXW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWlC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
@@ -0,0 +1,70 @@
1
+ /**
2
+ * Application Dependency Management API
3
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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
+ * A remediation run stage is one step of an remediation run. Each stage provides output logs and has a specific type.
16
+ * The stages are: DETECT, RECOMMEND, VERIFY, and APPLY.
17
+ *
18
+ */
19
+ export interface RemediationRunStage {
20
+ /**
21
+ * The current status of a remediation run stage.
22
+ */
23
+ "status": RemediationRunStage.Status;
24
+ /**
25
+ * The creation date and time of the remediation run stage (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
26
+ */
27
+ "timeCreated": Date;
28
+ /**
29
+ * The date and time of the start of the remediation run stage (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
30
+ */
31
+ "timeStarted"?: Date;
32
+ /**
33
+ * The date and time of the finish of the remediation run stage (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
34
+ */
35
+ "timeFinished"?: Date;
36
+ /**
37
+ * Information about the current step within the stage.
38
+ */
39
+ "summary"?: string;
40
+ /**
41
+ * The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the remediation run.
42
+ */
43
+ "remediationRunId": string;
44
+ /**
45
+ * The previous type of stage in the remediation run.
46
+ */
47
+ "previousStageType"?: model.RemediationRunStageType;
48
+ /**
49
+ * The next type of stage in the remediation run.
50
+ */
51
+ "nextStageType"?: model.RemediationRunStageType;
52
+ "type": string;
53
+ }
54
+ export declare namespace RemediationRunStage {
55
+ enum Status {
56
+ Created = "CREATED",
57
+ InProgress = "IN_PROGRESS",
58
+ Succeeded = "SUCCEEDED",
59
+ Failed = "FAILED",
60
+ Canceling = "CANCELING",
61
+ Canceled = "CANCELED",
62
+ /**
63
+ * This value is used if a service returns a value for this enum that is not recognized by this
64
+ * version of the SDK.
65
+ */
66
+ UnknownValue = "UNKNOWN_VALUE"
67
+ }
68
+ function getJsonObj(obj: RemediationRunStage): object;
69
+ function getDeserializedJsonObj(obj: RemediationRunStage): object;
70
+ }
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+ /**
3
+ * Application Dependency Management API
4
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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.RemediationRunStage = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var RemediationRunStage;
38
+ (function (RemediationRunStage) {
39
+ let Status;
40
+ (function (Status) {
41
+ Status["Created"] = "CREATED";
42
+ Status["InProgress"] = "IN_PROGRESS";
43
+ Status["Succeeded"] = "SUCCEEDED";
44
+ Status["Failed"] = "FAILED";
45
+ Status["Canceling"] = "CANCELING";
46
+ Status["Canceled"] = "CANCELED";
47
+ /**
48
+ * This value is used if a service returns a value for this enum that is not recognized by this
49
+ * version of the SDK.
50
+ */
51
+ Status["UnknownValue"] = "UNKNOWN_VALUE";
52
+ })(Status = RemediationRunStage.Status || (RemediationRunStage.Status = {}));
53
+ function getJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ if (obj && "type" in obj && obj.type) {
56
+ switch (obj.type) {
57
+ case "RECOMMEND":
58
+ return model.RecommendStage.getJsonObj(jsonObj, true);
59
+ case "VERIFY":
60
+ return model.VerifyStage.getJsonObj(jsonObj, true);
61
+ case "APPLY":
62
+ return model.ApplyStage.getJsonObj(jsonObj, true);
63
+ case "DETECT":
64
+ return model.DetectStage.getJsonObj(jsonObj, true);
65
+ default:
66
+ if (common.LOG.logger)
67
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
68
+ }
69
+ }
70
+ return jsonObj;
71
+ }
72
+ RemediationRunStage.getJsonObj = getJsonObj;
73
+ function getDeserializedJsonObj(obj) {
74
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
75
+ if (obj && "type" in obj && obj.type) {
76
+ switch (obj.type) {
77
+ case "RECOMMEND":
78
+ return model.RecommendStage.getDeserializedJsonObj(jsonObj, true);
79
+ case "VERIFY":
80
+ return model.VerifyStage.getDeserializedJsonObj(jsonObj, true);
81
+ case "APPLY":
82
+ return model.ApplyStage.getDeserializedJsonObj(jsonObj, true);
83
+ case "DETECT":
84
+ return model.DetectStage.getDeserializedJsonObj(jsonObj, true);
85
+ default:
86
+ if (common.LOG.logger)
87
+ common.LOG.logger.info(`Unknown value for: ${obj.type}`);
88
+ }
89
+ }
90
+ return jsonObj;
91
+ }
92
+ RemediationRunStage.getDeserializedJsonObj = getDeserializedJsonObj;
93
+ })(RemediationRunStage = exports.RemediationRunStage || (exports.RemediationRunStage = {}));
94
+ //# sourceMappingURL=remediation-run-stage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remediation-run-stage.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/remediation-run-stage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA4CtC,IAAiB,mBAAmB,CA8DnC;AA9DD,WAAiB,mBAAmB;IAClC,IAAY,MAYX;IAZD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,oCAA0B,CAAA;QAC1B,iCAAuB,CAAA;QACvB,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;QACrB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAZW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAYjB;IAED,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAgC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBACxF,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAA6B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAClF,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAChF,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,UAAU,CAA6B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAClF;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,8BAAU,aAkBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CACjB,OAAQ,EACvC,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CACjB,OAAQ,EACpC,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAA4B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,WAAW,CAAC,sBAAsB,CACjB,OAAQ,EACpC,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,0CAAsB,yBA2BrC,CAAA;AACH,CAAC,EA9DgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA8DnC"}
@@ -0,0 +1,94 @@
1
+ /**
2
+ * Application Dependency Management API
3
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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
+ * remediation run summary.
16
+ */
17
+ export interface RemediationRunSummary {
18
+ /**
19
+ * The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the remediation run.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The name of the remediation run.
24
+ */
25
+ "displayName"?: string;
26
+ /**
27
+ * The Oracle Cloud identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the Remediation Recipe.
28
+ */
29
+ "remediationRecipeId": string;
30
+ /**
31
+ * The creation date and time of the remediation run (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
32
+ */
33
+ "timeCreated": Date;
34
+ /**
35
+ * The date and time the remediation run was last updated (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
36
+ */
37
+ "timeUpdated": Date;
38
+ /**
39
+ * The date and time of the start of the remediation run (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
40
+ */
41
+ "timeStarted"?: Date;
42
+ /**
43
+ * The date and time of the finish of the remediation run (formatted according to [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)).
44
+ */
45
+ "timeFinished"?: Date;
46
+ /**
47
+ * The type of the current stage of the remediation run.
48
+ */
49
+ "currentStageType"?: model.RemediationRunStageType;
50
+ /**
51
+ * The compartment Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)) of the remediation run.
52
+ */
53
+ "compartmentId": string;
54
+ /**
55
+ * The current lifecycle state of the remediation run.
56
+ */
57
+ "lifecycleState": string;
58
+ /**
59
+ * The source from which the remediation run was triggered.
60
+ */
61
+ "remediationRunSource": string;
62
+ /**
63
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
+ * Example: `{\"bar-key\": \"value\"}`
65
+ *
66
+ */
67
+ "freeformTags": {
68
+ [key: string]: string;
69
+ };
70
+ /**
71
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
73
+ *
74
+ */
75
+ "definedTags": {
76
+ [key: string]: {
77
+ [key: string]: any;
78
+ };
79
+ };
80
+ /**
81
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
82
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
83
+ *
84
+ */
85
+ "systemTags"?: {
86
+ [key: string]: {
87
+ [key: string]: any;
88
+ };
89
+ };
90
+ }
91
+ export declare namespace RemediationRunSummary {
92
+ function getJsonObj(obj: RemediationRunSummary): object;
93
+ function getDeserializedJsonObj(obj: RemediationRunSummary): object;
94
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Application Dependency Management API
4
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.RemediationRunSummary = void 0;
16
+ var RemediationRunSummary;
17
+ (function (RemediationRunSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ RemediationRunSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ RemediationRunSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(RemediationRunSummary = exports.RemediationRunSummary || (exports.RemediationRunSummary = {}));
29
+ //# sourceMappingURL=remediation-run-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remediation-run-summary.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/remediation-run-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyEH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}