oci-cloudbridge 2.100.0 → 2.100.2

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 (518) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +10 -1
  4. package/lib/client.js +63 -1
  5. package/lib/client.js.map +1 -1
  6. package/lib/common-waiter.d.ts +1 -1
  7. package/lib/common-waiter.js +1 -1
  8. package/lib/discovery-waiter.d.ts +1 -1
  9. package/lib/discovery-waiter.js +1 -1
  10. package/lib/inventory-waiter.d.ts +1 -1
  11. package/lib/inventory-waiter.js +1 -1
  12. package/lib/model/action-type.d.ts +1 -1
  13. package/lib/model/action-type.js +1 -1
  14. package/lib/model/add-agent-dependency-details.d.ts +1 -1
  15. package/lib/model/add-agent-dependency-details.js +1 -1
  16. package/lib/model/agent-collection.d.ts +1 -1
  17. package/lib/model/agent-collection.js +1 -1
  18. package/lib/model/agent-dependency-collection.d.ts +1 -1
  19. package/lib/model/agent-dependency-collection.js +1 -1
  20. package/lib/model/agent-dependency-summary.d.ts +1 -1
  21. package/lib/model/agent-dependency-summary.js +1 -1
  22. package/lib/model/agent-dependency.d.ts +1 -1
  23. package/lib/model/agent-dependency.js +1 -1
  24. package/lib/model/agent-summary.d.ts +1 -1
  25. package/lib/model/agent-summary.js +1 -1
  26. package/lib/model/agent.d.ts +1 -1
  27. package/lib/model/agent.js +1 -1
  28. package/lib/model/appliance-image-collection.d.ts +1 -1
  29. package/lib/model/appliance-image-collection.js +1 -1
  30. package/lib/model/appliance-image-summary.d.ts +1 -1
  31. package/lib/model/appliance-image-summary.js +1 -1
  32. package/lib/model/asset-aggregation-collection.d.ts +1 -1
  33. package/lib/model/asset-aggregation-collection.js +1 -1
  34. package/lib/model/asset-aggregation.d.ts +1 -1
  35. package/lib/model/asset-aggregation.js +1 -1
  36. package/lib/model/asset-collection.d.ts +1 -1
  37. package/lib/model/asset-collection.js +1 -1
  38. package/lib/model/asset-source-collection.d.ts +1 -1
  39. package/lib/model/asset-source-collection.js +1 -1
  40. package/lib/model/asset-source-connection-collection.d.ts +1 -1
  41. package/lib/model/asset-source-connection-collection.js +1 -1
  42. package/lib/model/asset-source-connection-lifecycle-state.d.ts +1 -1
  43. package/lib/model/asset-source-connection-lifecycle-state.js +1 -1
  44. package/lib/model/asset-source-connection-type.d.ts +1 -1
  45. package/lib/model/asset-source-connection-type.js +1 -1
  46. package/lib/model/asset-source-connection.d.ts +1 -1
  47. package/lib/model/asset-source-connection.js +1 -1
  48. package/lib/model/asset-source-credentials-type.d.ts +1 -1
  49. package/lib/model/asset-source-credentials-type.js +1 -1
  50. package/lib/model/asset-source-credentials.d.ts +2 -2
  51. package/lib/model/asset-source-credentials.js +1 -1
  52. package/lib/model/asset-source-lifecycle-state.d.ts +1 -1
  53. package/lib/model/asset-source-lifecycle-state.js +1 -1
  54. package/lib/model/asset-source-summary.d.ts +1 -1
  55. package/lib/model/asset-source-summary.js +1 -1
  56. package/lib/model/asset-source-type.d.ts +1 -1
  57. package/lib/model/asset-source-type.js +1 -1
  58. package/lib/model/asset-source.d.ts +1 -1
  59. package/lib/model/asset-source.js +1 -1
  60. package/lib/model/asset-summary.d.ts +1 -1
  61. package/lib/model/asset-summary.js +1 -1
  62. package/lib/model/asset-type.d.ts +1 -1
  63. package/lib/model/asset-type.js +1 -1
  64. package/lib/model/asset.d.ts +1 -1
  65. package/lib/model/asset.js +1 -1
  66. package/lib/model/aws-asset-source-summary.d.ts +1 -1
  67. package/lib/model/aws-asset-source-summary.js +1 -1
  68. package/lib/model/aws-asset-source.d.ts +1 -1
  69. package/lib/model/aws-asset-source.js +1 -1
  70. package/lib/model/aws-ebs-asset-details.d.ts +23 -0
  71. package/lib/model/aws-ebs-asset-details.js +53 -0
  72. package/lib/model/aws-ebs-asset-details.js.map +1 -0
  73. package/lib/model/aws-ebs-asset.d.ts +1 -1
  74. package/lib/model/aws-ebs-asset.js +1 -1
  75. package/lib/model/aws-ebs-properties.d.ts +1 -1
  76. package/lib/model/aws-ebs-properties.js +1 -1
  77. package/lib/model/aws-ec2-asset-details.d.ts +27 -0
  78. package/lib/model/aws-ec2-asset-details.js +73 -0
  79. package/lib/model/aws-ec2-asset-details.js.map +1 -0
  80. package/lib/model/aws-ec2-asset.d.ts +1 -1
  81. package/lib/model/aws-ec2-asset.js +1 -1
  82. package/lib/model/aws-ec2-properties.d.ts +1 -1
  83. package/lib/model/aws-ec2-properties.js +1 -1
  84. package/lib/model/change-agent-compartment-details.d.ts +1 -1
  85. package/lib/model/change-agent-compartment-details.js +1 -1
  86. package/lib/model/change-agent-dependency-compartment-details.d.ts +1 -1
  87. package/lib/model/change-agent-dependency-compartment-details.js +1 -1
  88. package/lib/model/change-asset-compartment-details.d.ts +1 -1
  89. package/lib/model/change-asset-compartment-details.js +1 -1
  90. package/lib/model/change-asset-source-compartment-details.d.ts +1 -1
  91. package/lib/model/change-asset-source-compartment-details.js +1 -1
  92. package/lib/model/change-asset-tags-details.d.ts +1 -1
  93. package/lib/model/change-asset-tags-details.js +1 -1
  94. package/lib/model/change-discovery-schedule-compartment-details.d.ts +1 -1
  95. package/lib/model/change-discovery-schedule-compartment-details.js +1 -1
  96. package/lib/model/change-environment-compartment-details.d.ts +1 -1
  97. package/lib/model/change-environment-compartment-details.js +1 -1
  98. package/lib/model/compute-properties.d.ts +1 -1
  99. package/lib/model/compute-properties.js +1 -1
  100. package/lib/model/create-agent-dependency-details.d.ts +1 -1
  101. package/lib/model/create-agent-dependency-details.js +1 -1
  102. package/lib/model/create-agent-details.d.ts +1 -1
  103. package/lib/model/create-agent-details.js +1 -1
  104. package/lib/model/create-asset-details.d.ts +1 -1
  105. package/lib/model/create-asset-details.js +1 -1
  106. package/lib/model/create-asset-source-details.d.ts +1 -1
  107. package/lib/model/create-asset-source-details.js +1 -1
  108. package/lib/model/create-aws-asset-source-details.d.ts +1 -1
  109. package/lib/model/create-aws-asset-source-details.js +1 -1
  110. package/lib/model/create-aws-ebs-asset-details.d.ts +1 -1
  111. package/lib/model/create-aws-ebs-asset-details.js +1 -1
  112. package/lib/model/create-aws-ec2-asset-details.d.ts +1 -1
  113. package/lib/model/create-aws-ec2-asset-details.js +1 -1
  114. package/lib/model/create-discovery-schedule-details.d.ts +1 -1
  115. package/lib/model/create-discovery-schedule-details.js +1 -1
  116. package/lib/model/create-environment-details.d.ts +1 -1
  117. package/lib/model/create-environment-details.js +1 -1
  118. package/lib/model/create-inventory-details.d.ts +1 -1
  119. package/lib/model/create-inventory-details.js +1 -1
  120. package/lib/model/create-vm-ware-asset-source-details.d.ts +1 -1
  121. package/lib/model/create-vm-ware-asset-source-details.js +1 -1
  122. package/lib/model/create-vmware-vm-asset-details.d.ts +1 -1
  123. package/lib/model/create-vmware-vm-asset-details.js +1 -1
  124. package/lib/model/customer-tag.d.ts +1 -1
  125. package/lib/model/customer-tag.js +1 -1
  126. package/lib/model/discovery-schedule-collection.d.ts +1 -1
  127. package/lib/model/discovery-schedule-collection.js +1 -1
  128. package/lib/model/discovery-schedule-lifecycle-state.d.ts +1 -1
  129. package/lib/model/discovery-schedule-lifecycle-state.js +1 -1
  130. package/lib/model/discovery-schedule-summary.d.ts +1 -1
  131. package/lib/model/discovery-schedule-summary.js +1 -1
  132. package/lib/model/discovery-schedule.d.ts +1 -1
  133. package/lib/model/discovery-schedule.js +1 -1
  134. package/lib/model/disk.d.ts +5 -1
  135. package/lib/model/disk.js +1 -1
  136. package/lib/model/disk.js.map +1 -1
  137. package/lib/model/environment-collection.d.ts +1 -1
  138. package/lib/model/environment-collection.js +1 -1
  139. package/lib/model/environment-summary.d.ts +1 -1
  140. package/lib/model/environment-summary.js +1 -1
  141. package/lib/model/environment.d.ts +1 -1
  142. package/lib/model/environment.js +1 -1
  143. package/lib/model/gpu-device.d.ts +1 -1
  144. package/lib/model/gpu-device.js +1 -1
  145. package/lib/model/group-identifier.d.ts +1 -1
  146. package/lib/model/group-identifier.js +1 -1
  147. package/lib/model/historical-metric-collection.d.ts +1 -1
  148. package/lib/model/historical-metric-collection.js +1 -1
  149. package/lib/model/historical-metric-summary.d.ts +1 -1
  150. package/lib/model/historical-metric-summary.js +1 -1
  151. package/lib/model/historical-metric.d.ts +1 -1
  152. package/lib/model/historical-metric.js +1 -1
  153. package/lib/model/import-inventory-details.d.ts +1 -1
  154. package/lib/model/import-inventory-details.js +1 -1
  155. package/lib/model/import-inventory-via-assets-details.d.ts +1 -1
  156. package/lib/model/import-inventory-via-assets-details.js +1 -1
  157. package/lib/model/index.d.ts +7 -1
  158. package/lib/model/index.js +10 -4
  159. package/lib/model/index.js.map +1 -1
  160. package/lib/model/instance-network-interface-association.d.ts +1 -1
  161. package/lib/model/instance-network-interface-association.js +1 -1
  162. package/lib/model/instance-network-interface-attachment.d.ts +1 -1
  163. package/lib/model/instance-network-interface-attachment.js +1 -1
  164. package/lib/model/instance-network-interface.d.ts +1 -1
  165. package/lib/model/instance-network-interface.js +1 -1
  166. package/lib/model/instance-private-ip-address.d.ts +1 -1
  167. package/lib/model/instance-private-ip-address.js +1 -1
  168. package/lib/model/instance-state.d.ts +1 -1
  169. package/lib/model/instance-state.js +1 -1
  170. package/lib/model/inventory-collection.d.ts +1 -1
  171. package/lib/model/inventory-collection.js +1 -1
  172. package/lib/model/inventory-summary.d.ts +1 -1
  173. package/lib/model/inventory-summary.js +1 -1
  174. package/lib/model/inventory.d.ts +1 -1
  175. package/lib/model/inventory.js +1 -1
  176. package/lib/model/monthly-cost-summary.d.ts +2 -2
  177. package/lib/model/monthly-cost-summary.js +1 -1
  178. package/lib/model/nic.d.ts +1 -1
  179. package/lib/model/nic.js +1 -1
  180. package/lib/model/nvdimm-controller.d.ts +1 -1
  181. package/lib/model/nvdimm-controller.js +1 -1
  182. package/lib/model/nvdimm.d.ts +1 -1
  183. package/lib/model/nvdimm.js +1 -1
  184. package/lib/model/operation-status.d.ts +1 -1
  185. package/lib/model/operation-status.js +1 -1
  186. package/lib/model/operation-type.d.ts +2 -1
  187. package/lib/model/operation-type.js +2 -1
  188. package/lib/model/operation-type.js.map +1 -1
  189. package/lib/model/placement.d.ts +1 -1
  190. package/lib/model/placement.js +1 -1
  191. package/lib/model/plugin-summary.d.ts +1 -1
  192. package/lib/model/plugin-summary.js +1 -1
  193. package/lib/model/plugin.d.ts +1 -1
  194. package/lib/model/plugin.js +1 -1
  195. package/lib/model/remove-agent-dependency-details.d.ts +1 -1
  196. package/lib/model/remove-agent-dependency-details.js +1 -1
  197. package/lib/model/scsi-controller.d.ts +1 -1
  198. package/lib/model/scsi-controller.js +1 -1
  199. package/lib/model/sort-orders.d.ts +1 -1
  200. package/lib/model/sort-orders.js +1 -1
  201. package/lib/model/submit-historical-metrics-details.d.ts +1 -1
  202. package/lib/model/submit-historical-metrics-details.js +1 -1
  203. package/lib/model/supported-cloud-region-collection.d.ts +1 -1
  204. package/lib/model/supported-cloud-region-collection.js +1 -1
  205. package/lib/model/supported-cloud-region-lifecycle-state.d.ts +1 -1
  206. package/lib/model/supported-cloud-region-lifecycle-state.js +1 -1
  207. package/lib/model/supported-cloud-region-summary.d.ts +1 -1
  208. package/lib/model/supported-cloud-region-summary.js +1 -1
  209. package/lib/model/tag.d.ts +1 -1
  210. package/lib/model/tag.js +1 -1
  211. package/lib/model/update-agent-dependency-details.d.ts +1 -1
  212. package/lib/model/update-agent-dependency-details.js +1 -1
  213. package/lib/model/update-agent-details.d.ts +1 -1
  214. package/lib/model/update-agent-details.js +1 -1
  215. package/lib/model/update-asset-details.d.ts +1 -1
  216. package/lib/model/update-asset-details.js +1 -1
  217. package/lib/model/update-asset-source-details.d.ts +1 -1
  218. package/lib/model/update-asset-source-details.js +1 -1
  219. package/lib/model/update-aws-asset-source-details.d.ts +1 -1
  220. package/lib/model/update-aws-asset-source-details.js +1 -1
  221. package/lib/model/update-aws-ebs-asset-details.d.ts +1 -1
  222. package/lib/model/update-aws-ebs-asset-details.js +1 -1
  223. package/lib/model/update-aws-ec2-asset-details.d.ts +1 -1
  224. package/lib/model/update-aws-ec2-asset-details.js +1 -1
  225. package/lib/model/update-discovery-schedule-details.d.ts +1 -1
  226. package/lib/model/update-discovery-schedule-details.js +1 -1
  227. package/lib/model/update-environment-details.d.ts +1 -1
  228. package/lib/model/update-environment-details.js +1 -1
  229. package/lib/model/update-inventory-details.d.ts +1 -1
  230. package/lib/model/update-inventory-details.js +1 -1
  231. package/lib/model/update-plugin-details.d.ts +25 -0
  232. package/lib/model/update-plugin-details.js +29 -0
  233. package/lib/model/update-plugin-details.js.map +1 -0
  234. package/lib/model/update-vm-asset-details.d.ts +1 -1
  235. package/lib/model/update-vm-asset-details.js +1 -1
  236. package/lib/model/update-vm-ware-asset-source-details.d.ts +1 -1
  237. package/lib/model/update-vm-ware-asset-source-details.js +1 -1
  238. package/lib/model/update-vmware-vm-asset-details.d.ts +1 -1
  239. package/lib/model/update-vmware-vm-asset-details.js +1 -1
  240. package/lib/model/vm-asset.d.ts +1 -1
  241. package/lib/model/vm-asset.js +1 -1
  242. package/lib/model/vm-properties.d.ts +1 -1
  243. package/lib/model/vm-properties.js +1 -1
  244. package/lib/model/vm-ware-asset-source-summary.d.ts +1 -1
  245. package/lib/model/vm-ware-asset-source-summary.js +1 -1
  246. package/lib/model/vm-ware-asset-source.d.ts +1 -1
  247. package/lib/model/vm-ware-asset-source.js +1 -1
  248. package/lib/model/vmware-vcenter-properties.d.ts +1 -1
  249. package/lib/model/vmware-vcenter-properties.js +1 -1
  250. package/lib/model/vmware-vm-asset.d.ts +1 -1
  251. package/lib/model/vmware-vm-asset.js +1 -1
  252. package/lib/model/vmware-vm-properties.d.ts +1 -1
  253. package/lib/model/vmware-vm-properties.js +1 -1
  254. package/lib/model/volume-attachment.d.ts +1 -1
  255. package/lib/model/volume-attachment.js +1 -1
  256. package/lib/model/work-request-error-collection.d.ts +1 -1
  257. package/lib/model/work-request-error-collection.js +1 -1
  258. package/lib/model/work-request-error.d.ts +1 -1
  259. package/lib/model/work-request-error.js +1 -1
  260. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  261. package/lib/model/work-request-log-entry-collection.js +1 -1
  262. package/lib/model/work-request-log-entry.d.ts +1 -1
  263. package/lib/model/work-request-log-entry.js +1 -1
  264. package/lib/model/work-request-resource-metadata-key.d.ts +1 -1
  265. package/lib/model/work-request-resource-metadata-key.js +1 -1
  266. package/lib/model/work-request-resource.d.ts +1 -1
  267. package/lib/model/work-request-resource.js +1 -1
  268. package/lib/model/work-request-summary-collection.d.ts +1 -1
  269. package/lib/model/work-request-summary-collection.js +1 -1
  270. package/lib/model/work-request-summary.d.ts +1 -1
  271. package/lib/model/work-request-summary.js +1 -1
  272. package/lib/model/work-request.d.ts +1 -1
  273. package/lib/model/work-request.js +1 -1
  274. package/lib/ocbagentsvc-waiter.d.ts +1 -1
  275. package/lib/ocbagentsvc-waiter.js +1 -1
  276. package/lib/request/add-agent-dependency-request.d.ts +1 -1
  277. package/lib/request/add-agent-dependency-request.js +1 -1
  278. package/lib/request/analyze-assets-request.d.ts +1 -1
  279. package/lib/request/analyze-assets-request.js +1 -1
  280. package/lib/request/cancel-work-request-request.d.ts +1 -1
  281. package/lib/request/cancel-work-request-request.js +1 -1
  282. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  283. package/lib/request/change-agent-compartment-request.js +1 -1
  284. package/lib/request/change-agent-dependency-compartment-request.d.ts +1 -1
  285. package/lib/request/change-agent-dependency-compartment-request.js +1 -1
  286. package/lib/request/change-asset-compartment-request.d.ts +1 -1
  287. package/lib/request/change-asset-compartment-request.js +1 -1
  288. package/lib/request/change-asset-source-compartment-request.d.ts +1 -1
  289. package/lib/request/change-asset-source-compartment-request.js +1 -1
  290. package/lib/request/change-asset-tags-request.d.ts +1 -1
  291. package/lib/request/change-asset-tags-request.js +1 -1
  292. package/lib/request/change-discovery-schedule-compartment-request.d.ts +1 -1
  293. package/lib/request/change-discovery-schedule-compartment-request.js +1 -1
  294. package/lib/request/change-environment-compartment-request.d.ts +1 -1
  295. package/lib/request/change-environment-compartment-request.js +1 -1
  296. package/lib/request/create-agent-dependency-request.d.ts +1 -1
  297. package/lib/request/create-agent-dependency-request.js +1 -1
  298. package/lib/request/create-agent-request.d.ts +1 -1
  299. package/lib/request/create-agent-request.js +1 -1
  300. package/lib/request/create-asset-request.d.ts +1 -1
  301. package/lib/request/create-asset-request.js +1 -1
  302. package/lib/request/create-asset-source-request.d.ts +1 -1
  303. package/lib/request/create-asset-source-request.js +1 -1
  304. package/lib/request/create-discovery-schedule-request.d.ts +1 -1
  305. package/lib/request/create-discovery-schedule-request.js +1 -1
  306. package/lib/request/create-environment-request.d.ts +1 -1
  307. package/lib/request/create-environment-request.js +1 -1
  308. package/lib/request/create-inventory-request.d.ts +1 -1
  309. package/lib/request/create-inventory-request.js +1 -1
  310. package/lib/request/delete-agent-dependency-request.d.ts +1 -1
  311. package/lib/request/delete-agent-dependency-request.js +1 -1
  312. package/lib/request/delete-agent-request.d.ts +1 -1
  313. package/lib/request/delete-agent-request.js +1 -1
  314. package/lib/request/delete-asset-request.d.ts +1 -1
  315. package/lib/request/delete-asset-request.js +1 -1
  316. package/lib/request/delete-asset-source-request.d.ts +1 -1
  317. package/lib/request/delete-asset-source-request.js +1 -1
  318. package/lib/request/delete-discovery-schedule-request.d.ts +1 -1
  319. package/lib/request/delete-discovery-schedule-request.js +1 -1
  320. package/lib/request/delete-environment-request.d.ts +1 -1
  321. package/lib/request/delete-environment-request.js +1 -1
  322. package/lib/request/delete-inventory-request.d.ts +1 -1
  323. package/lib/request/delete-inventory-request.js +1 -1
  324. package/lib/request/get-agent-dependency-request.d.ts +1 -1
  325. package/lib/request/get-agent-dependency-request.js +1 -1
  326. package/lib/request/get-agent-request.d.ts +1 -1
  327. package/lib/request/get-agent-request.js +1 -1
  328. package/lib/request/get-asset-request.d.ts +1 -1
  329. package/lib/request/get-asset-request.js +1 -1
  330. package/lib/request/get-asset-source-request.d.ts +1 -1
  331. package/lib/request/get-asset-source-request.js +1 -1
  332. package/lib/request/get-discovery-schedule-request.d.ts +1 -1
  333. package/lib/request/get-discovery-schedule-request.js +1 -1
  334. package/lib/request/get-environment-request.d.ts +1 -1
  335. package/lib/request/get-environment-request.js +1 -1
  336. package/lib/request/get-inventory-request.d.ts +1 -1
  337. package/lib/request/get-inventory-request.js +1 -1
  338. package/lib/request/get-plugin-request.d.ts +1 -1
  339. package/lib/request/get-plugin-request.js +1 -1
  340. package/lib/request/get-work-request-request.d.ts +1 -1
  341. package/lib/request/get-work-request-request.js +1 -1
  342. package/lib/request/import-inventory-request.d.ts +1 -1
  343. package/lib/request/import-inventory-request.js +1 -1
  344. package/lib/request/index.d.ts +3 -1
  345. package/lib/request/index.js +1 -1
  346. package/lib/request/list-agent-dependencies-request.d.ts +1 -1
  347. package/lib/request/list-agent-dependencies-request.js +1 -1
  348. package/lib/request/list-agents-request.d.ts +1 -1
  349. package/lib/request/list-agents-request.js +1 -1
  350. package/lib/request/list-appliance-images-request.d.ts +1 -1
  351. package/lib/request/list-appliance-images-request.js +1 -1
  352. package/lib/request/list-asset-source-connections-request.d.ts +1 -1
  353. package/lib/request/list-asset-source-connections-request.js +1 -1
  354. package/lib/request/list-asset-sources-request.d.ts +1 -1
  355. package/lib/request/list-asset-sources-request.js +1 -1
  356. package/lib/request/list-assets-request.d.ts +1 -1
  357. package/lib/request/list-assets-request.js +1 -1
  358. package/lib/request/list-discovery-schedules-request.d.ts +1 -1
  359. package/lib/request/list-discovery-schedules-request.js +1 -1
  360. package/lib/request/list-environments-request.d.ts +1 -1
  361. package/lib/request/list-environments-request.js +1 -1
  362. package/lib/request/list-historical-metrics-request.d.ts +1 -1
  363. package/lib/request/list-historical-metrics-request.js +1 -1
  364. package/lib/request/list-inventories-request.d.ts +1 -1
  365. package/lib/request/list-inventories-request.js +1 -1
  366. package/lib/request/list-supported-cloud-regions-request.d.ts +1 -1
  367. package/lib/request/list-supported-cloud-regions-request.js +1 -1
  368. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  369. package/lib/request/list-work-request-errors-request.js +1 -1
  370. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  371. package/lib/request/list-work-request-logs-request.js +1 -1
  372. package/lib/request/list-work-requests-request.d.ts +1 -1
  373. package/lib/request/list-work-requests-request.js +1 -1
  374. package/lib/request/refresh-asset-source-request.d.ts +1 -1
  375. package/lib/request/refresh-asset-source-request.js +1 -1
  376. package/lib/request/remove-agent-dependency-request.d.ts +1 -1
  377. package/lib/request/remove-agent-dependency-request.js +1 -1
  378. package/lib/request/submit-historical-metrics-request.d.ts +1 -1
  379. package/lib/request/submit-historical-metrics-request.js +1 -1
  380. package/lib/request/update-agent-dependency-request.d.ts +1 -1
  381. package/lib/request/update-agent-dependency-request.js +1 -1
  382. package/lib/request/update-agent-request.d.ts +1 -1
  383. package/lib/request/update-agent-request.js +1 -1
  384. package/lib/request/update-asset-request.d.ts +1 -1
  385. package/lib/request/update-asset-request.js +1 -1
  386. package/lib/request/update-asset-source-request.d.ts +1 -1
  387. package/lib/request/update-asset-source-request.js +1 -1
  388. package/lib/request/update-discovery-schedule-request.d.ts +1 -1
  389. package/lib/request/update-discovery-schedule-request.js +1 -1
  390. package/lib/request/update-environment-request.d.ts +1 -1
  391. package/lib/request/update-environment-request.js +1 -1
  392. package/lib/request/update-inventory-request.d.ts +1 -1
  393. package/lib/request/update-inventory-request.js +1 -1
  394. package/lib/request/update-plugin-request.d.ts +44 -0
  395. package/lib/request/update-plugin-request.js +15 -0
  396. package/lib/request/update-plugin-request.js.map +1 -0
  397. package/lib/response/add-agent-dependency-response.d.ts +1 -1
  398. package/lib/response/add-agent-dependency-response.js +1 -1
  399. package/lib/response/analyze-assets-response.d.ts +1 -1
  400. package/lib/response/analyze-assets-response.js +1 -1
  401. package/lib/response/cancel-work-request-response.d.ts +1 -1
  402. package/lib/response/cancel-work-request-response.js +1 -1
  403. package/lib/response/change-agent-compartment-response.d.ts +1 -1
  404. package/lib/response/change-agent-compartment-response.js +1 -1
  405. package/lib/response/change-agent-dependency-compartment-response.d.ts +1 -1
  406. package/lib/response/change-agent-dependency-compartment-response.js +1 -1
  407. package/lib/response/change-asset-compartment-response.d.ts +1 -1
  408. package/lib/response/change-asset-compartment-response.js +1 -1
  409. package/lib/response/change-asset-source-compartment-response.d.ts +1 -1
  410. package/lib/response/change-asset-source-compartment-response.js +1 -1
  411. package/lib/response/change-asset-tags-response.d.ts +1 -1
  412. package/lib/response/change-asset-tags-response.js +1 -1
  413. package/lib/response/change-discovery-schedule-compartment-response.d.ts +1 -1
  414. package/lib/response/change-discovery-schedule-compartment-response.js +1 -1
  415. package/lib/response/change-environment-compartment-response.d.ts +1 -1
  416. package/lib/response/change-environment-compartment-response.js +1 -1
  417. package/lib/response/create-agent-dependency-response.d.ts +1 -1
  418. package/lib/response/create-agent-dependency-response.js +1 -1
  419. package/lib/response/create-agent-response.d.ts +1 -1
  420. package/lib/response/create-agent-response.js +1 -1
  421. package/lib/response/create-asset-response.d.ts +1 -1
  422. package/lib/response/create-asset-response.js +1 -1
  423. package/lib/response/create-asset-source-response.d.ts +1 -1
  424. package/lib/response/create-asset-source-response.js +1 -1
  425. package/lib/response/create-discovery-schedule-response.d.ts +1 -1
  426. package/lib/response/create-discovery-schedule-response.js +1 -1
  427. package/lib/response/create-environment-response.d.ts +1 -1
  428. package/lib/response/create-environment-response.js +1 -1
  429. package/lib/response/create-inventory-response.d.ts +1 -1
  430. package/lib/response/create-inventory-response.js +1 -1
  431. package/lib/response/delete-agent-dependency-response.d.ts +1 -1
  432. package/lib/response/delete-agent-dependency-response.js +1 -1
  433. package/lib/response/delete-agent-response.d.ts +1 -1
  434. package/lib/response/delete-agent-response.js +1 -1
  435. package/lib/response/delete-asset-response.d.ts +1 -1
  436. package/lib/response/delete-asset-response.js +1 -1
  437. package/lib/response/delete-asset-source-response.d.ts +1 -1
  438. package/lib/response/delete-asset-source-response.js +1 -1
  439. package/lib/response/delete-discovery-schedule-response.d.ts +1 -1
  440. package/lib/response/delete-discovery-schedule-response.js +1 -1
  441. package/lib/response/delete-environment-response.d.ts +1 -1
  442. package/lib/response/delete-environment-response.js +1 -1
  443. package/lib/response/delete-inventory-response.d.ts +1 -1
  444. package/lib/response/delete-inventory-response.js +1 -1
  445. package/lib/response/get-agent-dependency-response.d.ts +1 -1
  446. package/lib/response/get-agent-dependency-response.js +1 -1
  447. package/lib/response/get-agent-response.d.ts +1 -1
  448. package/lib/response/get-agent-response.js +1 -1
  449. package/lib/response/get-asset-response.d.ts +1 -1
  450. package/lib/response/get-asset-response.js +1 -1
  451. package/lib/response/get-asset-source-response.d.ts +1 -1
  452. package/lib/response/get-asset-source-response.js +1 -1
  453. package/lib/response/get-discovery-schedule-response.d.ts +1 -1
  454. package/lib/response/get-discovery-schedule-response.js +1 -1
  455. package/lib/response/get-environment-response.d.ts +1 -1
  456. package/lib/response/get-environment-response.js +1 -1
  457. package/lib/response/get-inventory-response.d.ts +1 -1
  458. package/lib/response/get-inventory-response.js +1 -1
  459. package/lib/response/get-plugin-response.d.ts +1 -1
  460. package/lib/response/get-plugin-response.js +1 -1
  461. package/lib/response/get-work-request-response.d.ts +1 -1
  462. package/lib/response/get-work-request-response.js +1 -1
  463. package/lib/response/import-inventory-response.d.ts +1 -1
  464. package/lib/response/import-inventory-response.js +1 -1
  465. package/lib/response/index.d.ts +3 -1
  466. package/lib/response/index.js +1 -1
  467. package/lib/response/list-agent-dependencies-response.d.ts +1 -1
  468. package/lib/response/list-agent-dependencies-response.js +1 -1
  469. package/lib/response/list-agents-response.d.ts +1 -1
  470. package/lib/response/list-agents-response.js +1 -1
  471. package/lib/response/list-appliance-images-response.d.ts +1 -1
  472. package/lib/response/list-appliance-images-response.js +1 -1
  473. package/lib/response/list-asset-source-connections-response.d.ts +1 -1
  474. package/lib/response/list-asset-source-connections-response.js +1 -1
  475. package/lib/response/list-asset-sources-response.d.ts +1 -1
  476. package/lib/response/list-asset-sources-response.js +1 -1
  477. package/lib/response/list-assets-response.d.ts +1 -1
  478. package/lib/response/list-assets-response.js +1 -1
  479. package/lib/response/list-discovery-schedules-response.d.ts +1 -1
  480. package/lib/response/list-discovery-schedules-response.js +1 -1
  481. package/lib/response/list-environments-response.d.ts +1 -1
  482. package/lib/response/list-environments-response.js +1 -1
  483. package/lib/response/list-historical-metrics-response.d.ts +1 -1
  484. package/lib/response/list-historical-metrics-response.js +1 -1
  485. package/lib/response/list-inventories-response.d.ts +1 -1
  486. package/lib/response/list-inventories-response.js +1 -1
  487. package/lib/response/list-supported-cloud-regions-response.d.ts +1 -1
  488. package/lib/response/list-supported-cloud-regions-response.js +1 -1
  489. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  490. package/lib/response/list-work-request-errors-response.js +1 -1
  491. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  492. package/lib/response/list-work-request-logs-response.js +1 -1
  493. package/lib/response/list-work-requests-response.d.ts +1 -1
  494. package/lib/response/list-work-requests-response.js +1 -1
  495. package/lib/response/refresh-asset-source-response.d.ts +1 -1
  496. package/lib/response/refresh-asset-source-response.js +1 -1
  497. package/lib/response/remove-agent-dependency-response.d.ts +1 -1
  498. package/lib/response/remove-agent-dependency-response.js +1 -1
  499. package/lib/response/submit-historical-metrics-response.d.ts +1 -1
  500. package/lib/response/submit-historical-metrics-response.js +1 -1
  501. package/lib/response/update-agent-dependency-response.d.ts +1 -1
  502. package/lib/response/update-agent-dependency-response.js +1 -1
  503. package/lib/response/update-agent-response.d.ts +1 -1
  504. package/lib/response/update-agent-response.js +1 -1
  505. package/lib/response/update-asset-response.d.ts +1 -1
  506. package/lib/response/update-asset-response.js +1 -1
  507. package/lib/response/update-asset-source-response.d.ts +1 -1
  508. package/lib/response/update-asset-source-response.js +1 -1
  509. package/lib/response/update-discovery-schedule-response.d.ts +1 -1
  510. package/lib/response/update-discovery-schedule-response.js +1 -1
  511. package/lib/response/update-environment-response.d.ts +1 -1
  512. package/lib/response/update-environment-response.js +1 -1
  513. package/lib/response/update-inventory-response.d.ts +1 -1
  514. package/lib/response/update-inventory-response.js +1 -1
  515. package/lib/response/update-plugin-response.d.ts +25 -0
  516. package/lib/response/update-plugin-response.js +15 -0
  517. package/lib/response/update-plugin-response.js.map +1 -0
  518. package/package.json +3 -3
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  export interface ImportInventoryResponse {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as CancelWorkRequestResponse from "./cancel-work-request-response";
@@ -126,3 +126,5 @@ import * as UpdateAgentDependencyResponse from "./update-agent-dependency-respon
126
126
  export import UpdateAgentDependencyResponse = UpdateAgentDependencyResponse.UpdateAgentDependencyResponse;
127
127
  import * as UpdateEnvironmentResponse from "./update-environment-response";
128
128
  export import UpdateEnvironmentResponse = UpdateEnvironmentResponse.UpdateEnvironmentResponse;
129
+ import * as UpdatePluginResponse from "./update-plugin-response";
130
+ export import UpdatePluginResponse = UpdatePluginResponse.UpdatePluginResponse;
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  export interface RefreshAssetSourceResponse {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  export interface UpdateAgentDependencyResponse {