oci-adm 2.25.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 (221) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/applicationdependencymanagement-waiter.d.ts +44 -0
  9. package/lib/applicationdependencymanagement-waiter.js +88 -0
  10. package/lib/applicationdependencymanagement-waiter.js.map +1 -0
  11. package/lib/client.d.ts +240 -0
  12. package/lib/client.js +1284 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/application-dependency-vulnerability-collection.d.ts +28 -0
  18. package/lib/model/application-dependency-vulnerability-collection.js +61 -0
  19. package/lib/model/application-dependency-vulnerability-collection.js.map +1 -0
  20. package/lib/model/application-dependency-vulnerability-summary.d.ts +45 -0
  21. package/lib/model/application-dependency-vulnerability-summary.js +61 -0
  22. package/lib/model/application-dependency-vulnerability-summary.js.map +1 -0
  23. package/lib/model/application-dependency.d.ts +33 -0
  24. package/lib/model/application-dependency.js +29 -0
  25. package/lib/model/application-dependency.js.map +1 -0
  26. package/lib/model/change-knowledge-base-compartment-details.d.ts +25 -0
  27. package/lib/model/change-knowledge-base-compartment-details.js +29 -0
  28. package/lib/model/change-knowledge-base-compartment-details.js.map +1 -0
  29. package/lib/model/change-vulnerability-audit-compartment-details.d.ts +25 -0
  30. package/lib/model/change-vulnerability-audit-compartment-details.js +29 -0
  31. package/lib/model/change-vulnerability-audit-compartment-details.js.map +1 -0
  32. package/lib/model/create-knowledge-base-details.d.ts +47 -0
  33. package/lib/model/create-knowledge-base-details.js +29 -0
  34. package/lib/model/create-knowledge-base-details.js.map +1 -0
  35. package/lib/model/create-vulnerability-audit-details.d.ts +61 -0
  36. package/lib/model/create-vulnerability-audit-details.js +67 -0
  37. package/lib/model/create-vulnerability-audit-details.js.map +1 -0
  38. package/lib/model/index.d.ts +72 -0
  39. package/lib/model/index.js +95 -0
  40. package/lib/model/index.js.map +1 -0
  41. package/lib/model/knowledge-base-collection.d.ts +26 -0
  42. package/lib/model/knowledge-base-collection.js +61 -0
  43. package/lib/model/knowledge-base-collection.js.map +1 -0
  44. package/lib/model/knowledge-base-summary.d.ts +73 -0
  45. package/lib/model/knowledge-base-summary.js +29 -0
  46. package/lib/model/knowledge-base-summary.js.map +1 -0
  47. package/lib/model/knowledge-base.d.ts +87 -0
  48. package/lib/model/knowledge-base.js +43 -0
  49. package/lib/model/knowledge-base.js.map +1 -0
  50. package/lib/model/operation-status.d.ts +33 -0
  51. package/lib/model/operation-status.js +44 -0
  52. package/lib/model/operation-status.js.map +1 -0
  53. package/lib/model/operation-type.d.ts +30 -0
  54. package/lib/model/operation-type.js +41 -0
  55. package/lib/model/operation-type.js.map +1 -0
  56. package/lib/model/sort-order.d.ts +23 -0
  57. package/lib/model/sort-order.js +34 -0
  58. package/lib/model/sort-order.js.map +1 -0
  59. package/lib/model/update-knowledge-base-details.d.ts +43 -0
  60. package/lib/model/update-knowledge-base-details.js +29 -0
  61. package/lib/model/update-knowledge-base-details.js.map +1 -0
  62. package/lib/model/update-vulnerability-audit-details.d.ts +43 -0
  63. package/lib/model/update-vulnerability-audit-details.js +29 -0
  64. package/lib/model/update-vulnerability-audit-details.js.map +1 -0
  65. package/lib/model/vulnerability-audit-collection.d.ts +26 -0
  66. package/lib/model/vulnerability-audit-collection.js +61 -0
  67. package/lib/model/vulnerability-audit-collection.js.map +1 -0
  68. package/lib/model/vulnerability-audit-configuration.d.ts +35 -0
  69. package/lib/model/vulnerability-audit-configuration.js +29 -0
  70. package/lib/model/vulnerability-audit-configuration.js.map +1 -0
  71. package/lib/model/vulnerability-audit-summary.d.ts +97 -0
  72. package/lib/model/vulnerability-audit-summary.js +29 -0
  73. package/lib/model/vulnerability-audit-summary.js.map +1 -0
  74. package/lib/model/vulnerability-audit.d.ts +125 -0
  75. package/lib/model/vulnerability-audit.js +89 -0
  76. package/lib/model/vulnerability-audit.js.map +1 -0
  77. package/lib/model/vulnerability.d.ts +39 -0
  78. package/lib/model/vulnerability.js +29 -0
  79. package/lib/model/vulnerability.js.map +1 -0
  80. package/lib/model/work-request-error-collection.d.ts +26 -0
  81. package/lib/model/work-request-error-collection.js +61 -0
  82. package/lib/model/work-request-error-collection.js.map +1 -0
  83. package/lib/model/work-request-error.d.ts +35 -0
  84. package/lib/model/work-request-error.js +29 -0
  85. package/lib/model/work-request-error.js.map +1 -0
  86. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  87. package/lib/model/work-request-log-entry-collection.js +61 -0
  88. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  89. package/lib/model/work-request-log-entry.d.ts +29 -0
  90. package/lib/model/work-request-log-entry.js +29 -0
  91. package/lib/model/work-request-log-entry.js.map +1 -0
  92. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  93. package/lib/model/work-request-resource-metadata-key.js +38 -0
  94. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  95. package/lib/model/work-request-resource.d.ts +48 -0
  96. package/lib/model/work-request-resource.js +29 -0
  97. package/lib/model/work-request-resource.js.map +1 -0
  98. package/lib/model/work-request-summary-collection.d.ts +26 -0
  99. package/lib/model/work-request-summary-collection.js +61 -0
  100. package/lib/model/work-request-summary-collection.js.map +1 -0
  101. package/lib/model/work-request-summary.d.ts +85 -0
  102. package/lib/model/work-request-summary.js +61 -0
  103. package/lib/model/work-request-summary.js.map +1 -0
  104. package/lib/model/work-request.d.ts +67 -0
  105. package/lib/model/work-request.js +61 -0
  106. package/lib/model/work-request.js.map +1 -0
  107. package/lib/request/cancel-work-request-request.d.ts +35 -0
  108. package/lib/request/cancel-work-request-request.js +15 -0
  109. package/lib/request/cancel-work-request-request.js.map +1 -0
  110. package/lib/request/change-knowledge-base-compartment-request.d.ts +49 -0
  111. package/lib/request/change-knowledge-base-compartment-request.js +15 -0
  112. package/lib/request/change-knowledge-base-compartment-request.js.map +1 -0
  113. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +49 -0
  114. package/lib/request/change-vulnerability-audit-compartment-request.js +15 -0
  115. package/lib/request/change-vulnerability-audit-compartment-request.js.map +1 -0
  116. package/lib/request/create-knowledge-base-request.d.ts +36 -0
  117. package/lib/request/create-knowledge-base-request.js +15 -0
  118. package/lib/request/create-knowledge-base-request.js.map +1 -0
  119. package/lib/request/create-vulnerability-audit-request.d.ts +45 -0
  120. package/lib/request/create-vulnerability-audit-request.js +15 -0
  121. package/lib/request/create-vulnerability-audit-request.js.map +1 -0
  122. package/lib/request/delete-knowledge-base-request.d.ts +35 -0
  123. package/lib/request/delete-knowledge-base-request.js +15 -0
  124. package/lib/request/delete-knowledge-base-request.js.map +1 -0
  125. package/lib/request/delete-vulnerability-audit-request.d.ts +35 -0
  126. package/lib/request/delete-vulnerability-audit-request.js +15 -0
  127. package/lib/request/delete-vulnerability-audit-request.js.map +1 -0
  128. package/lib/request/get-knowledge-base-request.d.ts +26 -0
  129. package/lib/request/get-knowledge-base-request.js +15 -0
  130. package/lib/request/get-knowledge-base-request.js.map +1 -0
  131. package/lib/request/get-vulnerability-audit-request.d.ts +26 -0
  132. package/lib/request/get-vulnerability-audit-request.js +15 -0
  133. package/lib/request/get-vulnerability-audit-request.js.map +1 -0
  134. package/lib/request/get-work-request-request.d.ts +26 -0
  135. package/lib/request/get-work-request-request.js +15 -0
  136. package/lib/request/get-work-request-request.js.map +1 -0
  137. package/lib/request/index.d.ts +48 -0
  138. package/lib/request/index.js +47 -0
  139. package/lib/request/index.js.map +1 -0
  140. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +70 -0
  141. package/lib/request/list-application-dependency-vulnerabilities-request.js +24 -0
  142. package/lib/request/list-application-dependency-vulnerabilities-request.js.map +1 -0
  143. package/lib/request/list-knowledge-bases-request.d.ts +67 -0
  144. package/lib/request/list-knowledge-bases-request.js +26 -0
  145. package/lib/request/list-knowledge-bases-request.js.map +1 -0
  146. package/lib/request/list-vulnerability-audits-request.d.ts +76 -0
  147. package/lib/request/list-vulnerability-audits-request.js +26 -0
  148. package/lib/request/list-vulnerability-audits-request.js.map +1 -0
  149. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  150. package/lib/request/list-work-request-errors-request.js +23 -0
  151. package/lib/request/list-work-request-errors-request.js.map +1 -0
  152. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  153. package/lib/request/list-work-request-logs-request.js +23 -0
  154. package/lib/request/list-work-request-logs-request.js.map +1 -0
  155. package/lib/request/list-work-requests-request.d.ts +61 -0
  156. package/lib/request/list-work-requests-request.js +23 -0
  157. package/lib/request/list-work-requests-request.js.map +1 -0
  158. package/lib/request/update-knowledge-base-request.d.ts +40 -0
  159. package/lib/request/update-knowledge-base-request.js +15 -0
  160. package/lib/request/update-knowledge-base-request.js.map +1 -0
  161. package/lib/request/update-vulnerability-audit-request.d.ts +40 -0
  162. package/lib/request/update-vulnerability-audit-request.js +15 -0
  163. package/lib/request/update-vulnerability-audit-request.js.map +1 -0
  164. package/lib/response/cancel-work-request-response.d.ts +20 -0
  165. package/lib/response/cancel-work-request-response.js +15 -0
  166. package/lib/response/cancel-work-request-response.js.map +1 -0
  167. package/lib/response/change-knowledge-base-compartment-response.d.ts +25 -0
  168. package/lib/response/change-knowledge-base-compartment-response.js +15 -0
  169. package/lib/response/change-knowledge-base-compartment-response.js.map +1 -0
  170. package/lib/response/change-vulnerability-audit-compartment-response.d.ts +20 -0
  171. package/lib/response/change-vulnerability-audit-compartment-response.js +15 -0
  172. package/lib/response/change-vulnerability-audit-compartment-response.js.map +1 -0
  173. package/lib/response/create-knowledge-base-response.d.ts +25 -0
  174. package/lib/response/create-knowledge-base-response.js +15 -0
  175. package/lib/response/create-knowledge-base-response.js.map +1 -0
  176. package/lib/response/create-vulnerability-audit-response.d.ts +35 -0
  177. package/lib/response/create-vulnerability-audit-response.js +15 -0
  178. package/lib/response/create-vulnerability-audit-response.js.map +1 -0
  179. package/lib/response/delete-knowledge-base-response.d.ts +25 -0
  180. package/lib/response/delete-knowledge-base-response.js +15 -0
  181. package/lib/response/delete-knowledge-base-response.js.map +1 -0
  182. package/lib/response/delete-vulnerability-audit-response.d.ts +20 -0
  183. package/lib/response/delete-vulnerability-audit-response.js +15 -0
  184. package/lib/response/delete-vulnerability-audit-response.js.map +1 -0
  185. package/lib/response/get-knowledge-base-response.d.ts +30 -0
  186. package/lib/response/get-knowledge-base-response.js +15 -0
  187. package/lib/response/get-knowledge-base-response.js.map +1 -0
  188. package/lib/response/get-vulnerability-audit-response.d.ts +30 -0
  189. package/lib/response/get-vulnerability-audit-response.js +15 -0
  190. package/lib/response/get-vulnerability-audit-response.js.map +1 -0
  191. package/lib/response/get-work-request-response.d.ts +34 -0
  192. package/lib/response/get-work-request-response.js +15 -0
  193. package/lib/response/get-work-request-response.js.map +1 -0
  194. package/lib/response/index.d.ts +48 -0
  195. package/lib/response/index.js +15 -0
  196. package/lib/response/index.js.map +1 -0
  197. package/lib/response/list-application-dependency-vulnerabilities-response.d.ts +32 -0
  198. package/lib/response/list-application-dependency-vulnerabilities-response.js +15 -0
  199. package/lib/response/list-application-dependency-vulnerabilities-response.js.map +1 -0
  200. package/lib/response/list-knowledge-bases-response.d.ts +32 -0
  201. package/lib/response/list-knowledge-bases-response.js +15 -0
  202. package/lib/response/list-knowledge-bases-response.js.map +1 -0
  203. package/lib/response/list-vulnerability-audits-response.d.ts +32 -0
  204. package/lib/response/list-vulnerability-audits-response.js +15 -0
  205. package/lib/response/list-vulnerability-audits-response.js.map +1 -0
  206. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  207. package/lib/response/list-work-request-errors-response.js +15 -0
  208. package/lib/response/list-work-request-errors-response.js.map +1 -0
  209. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  210. package/lib/response/list-work-request-logs-response.js +15 -0
  211. package/lib/response/list-work-request-logs-response.js.map +1 -0
  212. package/lib/response/list-work-requests-response.d.ts +32 -0
  213. package/lib/response/list-work-requests-response.js +15 -0
  214. package/lib/response/list-work-requests-response.js.map +1 -0
  215. package/lib/response/update-knowledge-base-response.d.ts +25 -0
  216. package/lib/response/update-knowledge-base-response.js +15 -0
  217. package/lib/response/update-knowledge-base-response.js.map +1 -0
  218. package/lib/response/update-vulnerability-audit-response.d.ts +30 -0
  219. package/lib/response/update-vulnerability-audit-response.js +15 -0
  220. package/lib/response/update-vulnerability-audit-response.js.map +1 -0
  221. package/package.json +29 -0
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface ChangeKnowledgeBaseCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-knowledge-base-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-knowledge-base-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/change-knowledge-base-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface ChangeVulnerabilityAuditCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-vulnerability-audit-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-vulnerability-audit-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/change-vulnerability-audit-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface CreateKnowledgeBaseResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-knowledge-base-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-knowledge-base-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/create-knowledge-base-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface CreateVulnerabilityAuditResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ /**
26
+ * Unique Oracle-assigned identifier for the request. If you need to contact
27
+ * Oracle about a particular request, please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * The returned model.VulnerabilityAudit instance.
33
+ */
34
+ "vulnerabilityAudit": model.VulnerabilityAudit;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-vulnerability-audit-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-vulnerability-audit-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/create-vulnerability-audit-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface DeleteKnowledgeBaseResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-knowledge-base-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-knowledge-base-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/delete-knowledge-base-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface DeleteVulnerabilityAuditResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-vulnerability-audit-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-vulnerability-audit-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/delete-vulnerability-audit-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface GetKnowledgeBaseResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.KnowledgeBase instance.
28
+ */
29
+ "knowledgeBase": model.KnowledgeBase;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-knowledge-base-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-knowledge-base-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/get-knowledge-base-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface GetVulnerabilityAuditResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.VulnerabilityAudit instance.
28
+ */
29
+ "vulnerabilityAudit": model.VulnerabilityAudit;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-vulnerability-audit-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-vulnerability-audit-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/get-vulnerability-audit-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface GetWorkRequestResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * A decimal number representing the number of seconds the client should wait before polling this endpoint again.
28
+ */
29
+ "retryAfter": number;
30
+ /**
31
+ * The returned model.WorkRequest instance.
32
+ */
33
+ "workRequest": model.WorkRequest;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-work-request-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/get-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,48 @@
1
+ /**
2
+ * ADM API
3
+ * Use the ADM API to create ADM knowledge base and vulnerability audits. For more information, see [ADM](/Content/adm/using/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, 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 CancelWorkRequestResponse from "./cancel-work-request-response";
14
+ export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
15
+ import * as ChangeKnowledgeBaseCompartmentResponse from "./change-knowledge-base-compartment-response";
16
+ export import ChangeKnowledgeBaseCompartmentResponse = ChangeKnowledgeBaseCompartmentResponse.ChangeKnowledgeBaseCompartmentResponse;
17
+ import * as ChangeVulnerabilityAuditCompartmentResponse from "./change-vulnerability-audit-compartment-response";
18
+ export import ChangeVulnerabilityAuditCompartmentResponse = ChangeVulnerabilityAuditCompartmentResponse.ChangeVulnerabilityAuditCompartmentResponse;
19
+ import * as CreateKnowledgeBaseResponse from "./create-knowledge-base-response";
20
+ export import CreateKnowledgeBaseResponse = CreateKnowledgeBaseResponse.CreateKnowledgeBaseResponse;
21
+ import * as CreateVulnerabilityAuditResponse from "./create-vulnerability-audit-response";
22
+ export import CreateVulnerabilityAuditResponse = CreateVulnerabilityAuditResponse.CreateVulnerabilityAuditResponse;
23
+ import * as DeleteKnowledgeBaseResponse from "./delete-knowledge-base-response";
24
+ export import DeleteKnowledgeBaseResponse = DeleteKnowledgeBaseResponse.DeleteKnowledgeBaseResponse;
25
+ import * as DeleteVulnerabilityAuditResponse from "./delete-vulnerability-audit-response";
26
+ export import DeleteVulnerabilityAuditResponse = DeleteVulnerabilityAuditResponse.DeleteVulnerabilityAuditResponse;
27
+ import * as GetKnowledgeBaseResponse from "./get-knowledge-base-response";
28
+ export import GetKnowledgeBaseResponse = GetKnowledgeBaseResponse.GetKnowledgeBaseResponse;
29
+ import * as GetVulnerabilityAuditResponse from "./get-vulnerability-audit-response";
30
+ export import GetVulnerabilityAuditResponse = GetVulnerabilityAuditResponse.GetVulnerabilityAuditResponse;
31
+ import * as GetWorkRequestResponse from "./get-work-request-response";
32
+ export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
33
+ import * as ListApplicationDependencyVulnerabilitiesResponse from "./list-application-dependency-vulnerabilities-response";
34
+ export import ListApplicationDependencyVulnerabilitiesResponse = ListApplicationDependencyVulnerabilitiesResponse.ListApplicationDependencyVulnerabilitiesResponse;
35
+ import * as ListKnowledgeBasesResponse from "./list-knowledge-bases-response";
36
+ export import ListKnowledgeBasesResponse = ListKnowledgeBasesResponse.ListKnowledgeBasesResponse;
37
+ import * as ListVulnerabilityAuditsResponse from "./list-vulnerability-audits-response";
38
+ export import ListVulnerabilityAuditsResponse = ListVulnerabilityAuditsResponse.ListVulnerabilityAuditsResponse;
39
+ import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
40
+ export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
41
+ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
42
+ export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
43
+ import * as ListWorkRequestsResponse from "./list-work-requests-response";
44
+ export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
45
+ import * as UpdateKnowledgeBaseResponse from "./update-knowledge-base-response";
46
+ export import UpdateKnowledgeBaseResponse = UpdateKnowledgeBaseResponse.UpdateKnowledgeBaseResponse;
47
+ import * as UpdateVulnerabilityAuditResponse from "./update-vulnerability-audit-response";
48
+ export import UpdateVulnerabilityAuditResponse = UpdateVulnerabilityAuditResponse.UpdateVulnerabilityAuditResponse;
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ * ADM API
4
+ * Use the ADM API to create ADM knowledge base and vulnerability audits. For more information, see [ADM](/Content/adm/using/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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface ListApplicationDependencyVulnerabilitiesResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.ApplicationDependencyVulnerabilityCollection instance.
30
+ */
31
+ "applicationDependencyVulnerabilityCollection": model.ApplicationDependencyVulnerabilityCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-application-dependency-vulnerabilities-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-application-dependency-vulnerabilities-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/list-application-dependency-vulnerabilities-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
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, 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
+ export interface ListKnowledgeBasesResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.KnowledgeBaseCollection instance.
30
+ */
31
+ "knowledgeBaseCollection": model.KnowledgeBaseCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-knowledge-bases-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-knowledge-bases-response.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/response/list-knowledge-bases-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}