oci-jms 2.62.0 → 2.62.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 (281) hide show
  1. package/lib/client.d.ts +173 -60
  2. package/lib/client.js +881 -66
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/advanced-usage-tracking.d.ts +1 -1
  5. package/lib/model/algorithms.d.ts +1 -1
  6. package/lib/model/algorithms.js +1 -1
  7. package/lib/model/announcement-collection.d.ts +26 -0
  8. package/lib/model/announcement-collection.js +61 -0
  9. package/lib/model/announcement-collection.js.map +1 -0
  10. package/lib/model/announcement-sort-by.d.ts +24 -0
  11. package/lib/model/announcement-sort-by.js +35 -0
  12. package/lib/model/announcement-sort-by.js.map +1 -0
  13. package/lib/model/announcement-summary.d.ts +37 -0
  14. package/lib/model/announcement-summary.js +29 -0
  15. package/lib/model/announcement-summary.js.map +1 -0
  16. package/lib/model/application-execution-type.d.ts +28 -0
  17. package/lib/model/application-execution-type.js +39 -0
  18. package/lib/model/application-execution-type.js.map +1 -0
  19. package/lib/model/application-installation-sort-by.d.ts +29 -0
  20. package/lib/model/application-installation-sort-by.js +40 -0
  21. package/lib/model/application-installation-sort-by.js.map +1 -0
  22. package/lib/model/application-installation-usage-summary-collection.d.ts +26 -0
  23. package/lib/model/application-installation-usage-summary-collection.js +61 -0
  24. package/lib/model/application-installation-usage-summary-collection.js.map +1 -0
  25. package/lib/model/application-installation-usage-summary.d.ts +93 -0
  26. package/lib/model/application-installation-usage-summary.js +61 -0
  27. package/lib/model/application-installation-usage-summary.js.map +1 -0
  28. package/lib/model/application-work-item-details.d.ts +40 -0
  29. package/lib/model/application-work-item-details.js +54 -0
  30. package/lib/model/application-work-item-details.js.map +1 -0
  31. package/lib/model/basic-work-item-details.d.ts +24 -0
  32. package/lib/model/basic-work-item-details.js +52 -0
  33. package/lib/model/basic-work-item-details.js.map +1 -0
  34. package/lib/model/blocklist-collection.d.ts +1 -1
  35. package/lib/model/blocklist.d.ts +1 -1
  36. package/lib/model/create-blocklist-details.d.ts +1 -1
  37. package/lib/model/create-fleet-details.d.ts +3 -3
  38. package/lib/model/crypto-analysis-result-collection.d.ts +1 -1
  39. package/lib/model/crypto-analysis-result-sort-by.d.ts +1 -1
  40. package/lib/model/crypto-analysis-result-sort-by.js +1 -1
  41. package/lib/model/crypto-analysis-result-summary.d.ts +2 -2
  42. package/lib/model/crypto-analysis-result.d.ts +3 -3
  43. package/lib/model/crypto-event-analysis.d.ts +1 -1
  44. package/lib/model/deployed-application-installation-sort-by.d.ts +29 -0
  45. package/lib/model/deployed-application-installation-sort-by.js +40 -0
  46. package/lib/model/deployed-application-installation-sort-by.js.map +1 -0
  47. package/lib/model/deployed-application-installation-usage-summary-collection.d.ts +28 -0
  48. package/lib/model/deployed-application-installation-usage-summary-collection.js +61 -0
  49. package/lib/model/deployed-application-installation-usage-summary-collection.js.map +1 -0
  50. package/lib/model/deployed-application-installation-usage-summary.d.ts +87 -0
  51. package/lib/model/deployed-application-installation-usage-summary.js +29 -0
  52. package/lib/model/deployed-application-installation-usage-summary.js.map +1 -0
  53. package/lib/model/deployed-application-usage-collection.d.ts +1 -1
  54. package/lib/model/deployed-application-usage.d.ts +2 -2
  55. package/lib/model/fleet-advanced-feature-configuration.d.ts +5 -3
  56. package/lib/model/fleet-advanced-feature-configuration.js +12 -0
  57. package/lib/model/fleet-advanced-feature-configuration.js.map +1 -1
  58. package/lib/model/fleet-agent-configuration.d.ts +1 -1
  59. package/lib/model/fleet-diagnosis-collection.d.ts +26 -0
  60. package/lib/model/fleet-diagnosis-collection.js +61 -0
  61. package/lib/model/fleet-diagnosis-collection.js.map +1 -0
  62. package/lib/model/fleet-diagnosis-summary.d.ts +67 -0
  63. package/lib/model/fleet-diagnosis-summary.js +53 -0
  64. package/lib/model/fleet-diagnosis-summary.js.map +1 -0
  65. package/lib/model/fleet-summary.d.ts +7 -7
  66. package/lib/model/fleet.d.ts +8 -8
  67. package/lib/model/global-logging-level.d.ts +36 -0
  68. package/lib/model/global-logging-level.js +47 -0
  69. package/lib/model/global-logging-level.js.map +1 -0
  70. package/lib/model/index.d.ts +64 -0
  71. package/lib/model/index.js +67 -3
  72. package/lib/model/index.js.map +1 -1
  73. package/lib/model/java-migration-analysis-result-collection.d.ts +26 -0
  74. package/lib/model/java-migration-analysis-result-collection.js +61 -0
  75. package/lib/model/java-migration-analysis-result-collection.js.map +1 -0
  76. package/lib/model/java-migration-analysis-result-sort-by.d.ts +24 -0
  77. package/lib/model/java-migration-analysis-result-sort-by.js +35 -0
  78. package/lib/model/java-migration-analysis-result-sort-by.js.map +1 -0
  79. package/lib/model/java-migration-analysis-result-summary.d.ts +86 -0
  80. package/lib/model/java-migration-analysis-result-summary.js +29 -0
  81. package/lib/model/java-migration-analysis-result-summary.js.map +1 -0
  82. package/lib/model/java-migration-analysis-result.d.ts +86 -0
  83. package/lib/model/java-migration-analysis-result.js +29 -0
  84. package/lib/model/java-migration-analysis-result.js.map +1 -0
  85. package/lib/model/java-migration-analysis-target.d.ts +39 -0
  86. package/lib/model/java-migration-analysis-target.js +29 -0
  87. package/lib/model/java-migration-analysis-target.js.map +1 -0
  88. package/lib/model/java-migration-analysis.d.ts +25 -0
  89. package/lib/model/java-migration-analysis.js +29 -0
  90. package/lib/model/java-migration-analysis.js.map +1 -0
  91. package/lib/model/java-server-instance-usage-collection.d.ts +1 -1
  92. package/lib/model/java-server-instance-usage.d.ts +1 -1
  93. package/lib/model/java-server-usage-collection.d.ts +1 -1
  94. package/lib/model/jfr-attachment-target.d.ts +9 -3
  95. package/lib/model/jfr-attachment-target.js.map +1 -1
  96. package/lib/model/jfr-recording.d.ts +1 -1
  97. package/lib/model/jre-security-status.d.ts +1 -0
  98. package/lib/model/jre-security-status.js +1 -0
  99. package/lib/model/jre-security-status.js.map +1 -1
  100. package/lib/model/lcm.d.ts +2 -2
  101. package/lib/model/library-usage.d.ts +1 -1
  102. package/lib/model/new-installation-site.d.ts +12 -0
  103. package/lib/model/new-installation-site.js.map +1 -1
  104. package/lib/model/operating-system.d.ts +1 -1
  105. package/lib/model/operation-type.d.ts +2 -0
  106. package/lib/model/operation-type.js +2 -0
  107. package/lib/model/operation-type.js.map +1 -1
  108. package/lib/model/performance-tuning-analysis-result-collection.d.ts +26 -0
  109. package/lib/model/performance-tuning-analysis-result-collection.js +61 -0
  110. package/lib/model/performance-tuning-analysis-result-collection.js.map +1 -0
  111. package/lib/model/performance-tuning-analysis-result-sort-by.d.ts +24 -0
  112. package/lib/model/performance-tuning-analysis-result-sort-by.js +35 -0
  113. package/lib/model/performance-tuning-analysis-result-sort-by.js.map +1 -0
  114. package/lib/model/performance-tuning-analysis-result-summary.d.ts +90 -0
  115. package/lib/model/performance-tuning-analysis-result-summary.js +29 -0
  116. package/lib/model/performance-tuning-analysis-result-summary.js.map +1 -0
  117. package/lib/model/performance-tuning-analysis-result.d.ts +90 -0
  118. package/lib/model/performance-tuning-analysis-result.js +29 -0
  119. package/lib/model/performance-tuning-analysis-result.js.map +1 -0
  120. package/lib/model/performance-tuning-analysis.d.ts +25 -0
  121. package/lib/model/performance-tuning-analysis.js +29 -0
  122. package/lib/model/performance-tuning-analysis.js.map +1 -0
  123. package/lib/model/performance-tuning-result-status.d.ts +28 -0
  124. package/lib/model/performance-tuning-result-status.js +39 -0
  125. package/lib/model/performance-tuning-result-status.js.map +1 -0
  126. package/lib/model/post-installation-action-settings.d.ts +12 -1
  127. package/lib/model/post-installation-action-settings.js +4 -2
  128. package/lib/model/post-installation-action-settings.js.map +1 -1
  129. package/lib/model/post-installation-actions.d.ts +8 -1
  130. package/lib/model/post-installation-actions.js +7 -0
  131. package/lib/model/post-installation-actions.js.map +1 -1
  132. package/lib/model/proxies.d.ts +67 -0
  133. package/lib/model/proxies.js +29 -0
  134. package/lib/model/proxies.js.map +1 -0
  135. package/lib/model/request-crypto-analyses-details.d.ts +9 -1
  136. package/lib/model/request-crypto-analyses-details.js.map +1 -1
  137. package/lib/model/request-java-migration-analyses-details.d.ts +28 -0
  138. package/lib/model/request-java-migration-analyses-details.js +61 -0
  139. package/lib/model/request-java-migration-analyses-details.js.map +1 -0
  140. package/lib/model/request-jfr-recordings-details.d.ts +9 -1
  141. package/lib/model/request-jfr-recordings-details.js.map +1 -1
  142. package/lib/model/request-performance-tuning-analyses-details.d.ts +39 -0
  143. package/lib/model/request-performance-tuning-analyses-details.js +61 -0
  144. package/lib/model/request-performance-tuning-analyses-details.js.map +1 -0
  145. package/lib/model/tls-versions.d.ts +1 -1
  146. package/lib/model/tls-versions.js +1 -1
  147. package/lib/model/update-fleet-advanced-feature-configuration-details.d.ts +6 -4
  148. package/lib/model/update-fleet-advanced-feature-configuration-details.js +12 -0
  149. package/lib/model/update-fleet-advanced-feature-configuration-details.js.map +1 -1
  150. package/lib/model/update-fleet-details.d.ts +3 -3
  151. package/lib/model/work-item-details.d.ts +27 -0
  152. package/lib/model/work-item-details.js +72 -0
  153. package/lib/model/work-item-details.js.map +1 -0
  154. package/lib/model/work-item-summary.d.ts +2 -1
  155. package/lib/model/work-item-summary.js +5 -1
  156. package/lib/model/work-item-summary.js.map +1 -1
  157. package/lib/model/work-item-type.d.ts +34 -0
  158. package/lib/model/work-item-type.js +45 -0
  159. package/lib/model/work-item-type.js.map +1 -0
  160. package/lib/model/work-request-error.d.ts +1 -2
  161. package/lib/model/work-request-error.js.map +1 -1
  162. package/lib/model/work-request.d.ts +1 -1
  163. package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
  164. package/lib/request/cancel-work-request-request.d.ts +1 -1
  165. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  166. package/lib/request/create-blocklist-request.d.ts +1 -1
  167. package/lib/request/create-fleet-request.d.ts +1 -1
  168. package/lib/request/delete-blocklist-request.d.ts +1 -1
  169. package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
  170. package/lib/request/delete-fleet-request.d.ts +1 -1
  171. package/lib/request/delete-java-migration-analysis-result-request.d.ts +39 -0
  172. package/lib/request/delete-java-migration-analysis-result-request.js +15 -0
  173. package/lib/request/delete-java-migration-analysis-result-request.js.map +1 -0
  174. package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +39 -0
  175. package/lib/request/delete-performance-tuning-analysis-result-request.js +15 -0
  176. package/lib/request/delete-performance-tuning-analysis-result-request.js.map +1 -0
  177. package/lib/request/generate-agent-deploy-script-request.d.ts +2 -2
  178. package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
  179. package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
  180. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  181. package/lib/request/get-fleet-request.d.ts +1 -1
  182. package/lib/request/get-java-family-request.d.ts +1 -1
  183. package/lib/request/get-java-migration-analysis-result-request.d.ts +30 -0
  184. package/lib/request/get-java-migration-analysis-result-request.js +15 -0
  185. package/lib/request/get-java-migration-analysis-result-request.js.map +1 -0
  186. package/lib/request/get-java-release-request.d.ts +1 -1
  187. package/lib/request/get-performance-tuning-analysis-result-request.d.ts +30 -0
  188. package/lib/request/get-performance-tuning-analysis-result-request.js +15 -0
  189. package/lib/request/get-performance-tuning-analysis-result-request.js.map +1 -0
  190. package/lib/request/get-work-request-request.d.ts +1 -1
  191. package/lib/request/index.d.ts +24 -0
  192. package/lib/request/list-announcements-request.d.ts +54 -0
  193. package/lib/request/list-announcements-request.js +15 -0
  194. package/lib/request/list-announcements-request.js.map +1 -0
  195. package/lib/request/list-blocklists-request.d.ts +3 -3
  196. package/lib/request/list-crypto-analysis-results-request.d.ts +2 -2
  197. package/lib/request/list-fleet-diagnoses-request.d.ts +34 -0
  198. package/lib/request/list-fleet-diagnoses-request.js +15 -0
  199. package/lib/request/list-fleet-diagnoses-request.js.map +1 -0
  200. package/lib/request/list-fleets-request.d.ts +1 -1
  201. package/lib/request/list-installation-sites-request.d.ts +1 -1
  202. package/lib/request/list-java-families-request.d.ts +1 -1
  203. package/lib/request/list-java-migration-analysis-results-request.d.ts +58 -0
  204. package/lib/request/list-java-migration-analysis-results-request.js +15 -0
  205. package/lib/request/list-java-migration-analysis-results-request.js.map +1 -0
  206. package/lib/request/list-java-releases-request.d.ts +1 -1
  207. package/lib/request/list-jre-usage-request.d.ts +1 -1
  208. package/lib/request/list-performance-tuning-analysis-results-request.d.ts +63 -0
  209. package/lib/request/list-performance-tuning-analysis-results-request.js +15 -0
  210. package/lib/request/list-performance-tuning-analysis-results-request.js.map +1 -0
  211. package/lib/request/list-work-items-request.d.ts +1 -1
  212. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  213. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  214. package/lib/request/list-work-requests-request.d.ts +1 -1
  215. package/lib/request/remove-fleet-installation-sites-request.d.ts +1 -1
  216. package/lib/request/request-crypto-analyses-request.d.ts +1 -1
  217. package/lib/request/request-java-migration-analyses-request.d.ts +31 -0
  218. package/lib/request/request-java-migration-analyses-request.js +15 -0
  219. package/lib/request/request-java-migration-analyses-request.js.map +1 -0
  220. package/lib/request/request-jfr-recordings-request.d.ts +1 -1
  221. package/lib/request/request-performance-tuning-analyses-request.d.ts +31 -0
  222. package/lib/request/request-performance-tuning-analyses-request.js +15 -0
  223. package/lib/request/request-performance-tuning-analyses-request.js.map +1 -0
  224. package/lib/request/scan-java-server-usage-request.d.ts +1 -1
  225. package/lib/request/scan-library-usage-request.d.ts +1 -1
  226. package/lib/request/summarize-application-installation-usage-request.d.ts +110 -0
  227. package/lib/request/summarize-application-installation-usage-request.js +15 -0
  228. package/lib/request/summarize-application-installation-usage-request.js.map +1 -0
  229. package/lib/request/summarize-application-usage-request.d.ts +2 -2
  230. package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +97 -0
  231. package/lib/request/summarize-deployed-application-installation-usage-request.js +15 -0
  232. package/lib/request/summarize-deployed-application-installation-usage-request.js.map +1 -0
  233. package/lib/request/summarize-deployed-application-usage-request.d.ts +3 -3
  234. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  235. package/lib/request/summarize-java-server-instance-usage-request.d.ts +5 -5
  236. package/lib/request/summarize-java-server-usage-request.d.ts +2 -2
  237. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  238. package/lib/request/summarize-library-usage-request.d.ts +2 -2
  239. package/lib/request/summarize-managed-instance-usage-request.d.ts +2 -2
  240. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  241. package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +2 -2
  242. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  243. package/lib/request/update-fleet-request.d.ts +1 -1
  244. package/lib/response/delete-java-migration-analysis-result-response.d.ts +26 -0
  245. package/lib/response/delete-java-migration-analysis-result-response.js +15 -0
  246. package/lib/response/delete-java-migration-analysis-result-response.js.map +1 -0
  247. package/lib/response/delete-performance-tuning-analysis-result-response.d.ts +26 -0
  248. package/lib/response/delete-performance-tuning-analysis-result-response.js +15 -0
  249. package/lib/response/delete-performance-tuning-analysis-result-response.js.map +1 -0
  250. package/lib/response/get-java-migration-analysis-result-response.d.ts +30 -0
  251. package/lib/response/get-java-migration-analysis-result-response.js +15 -0
  252. package/lib/response/get-java-migration-analysis-result-response.js.map +1 -0
  253. package/lib/response/get-performance-tuning-analysis-result-response.d.ts +30 -0
  254. package/lib/response/get-performance-tuning-analysis-result-response.js +15 -0
  255. package/lib/response/get-performance-tuning-analysis-result-response.js.map +1 -0
  256. package/lib/response/index.d.ts +24 -0
  257. package/lib/response/list-announcements-response.d.ts +32 -0
  258. package/lib/response/list-announcements-response.js +15 -0
  259. package/lib/response/list-announcements-response.js.map +1 -0
  260. package/lib/response/list-fleet-diagnoses-response.d.ts +32 -0
  261. package/lib/response/list-fleet-diagnoses-response.js +15 -0
  262. package/lib/response/list-fleet-diagnoses-response.js.map +1 -0
  263. package/lib/response/list-java-migration-analysis-results-response.d.ts +32 -0
  264. package/lib/response/list-java-migration-analysis-results-response.js +15 -0
  265. package/lib/response/list-java-migration-analysis-results-response.js.map +1 -0
  266. package/lib/response/list-performance-tuning-analysis-results-response.d.ts +32 -0
  267. package/lib/response/list-performance-tuning-analysis-results-response.js +15 -0
  268. package/lib/response/list-performance-tuning-analysis-results-response.js.map +1 -0
  269. package/lib/response/request-java-migration-analyses-response.d.ts +26 -0
  270. package/lib/response/request-java-migration-analyses-response.js +15 -0
  271. package/lib/response/request-java-migration-analyses-response.js.map +1 -0
  272. package/lib/response/request-performance-tuning-analyses-response.d.ts +26 -0
  273. package/lib/response/request-performance-tuning-analyses-response.js +15 -0
  274. package/lib/response/request-performance-tuning-analyses-response.js.map +1 -0
  275. package/lib/response/summarize-application-installation-usage-response.d.ts +32 -0
  276. package/lib/response/summarize-application-installation-usage-response.js +15 -0
  277. package/lib/response/summarize-application-installation-usage-response.js.map +1 -0
  278. package/lib/response/summarize-deployed-application-installation-usage-response.d.ts +32 -0
  279. package/lib/response/summarize-deployed-application-installation-usage-response.js +15 -0
  280. package/lib/response/summarize-deployed-application-installation-usage-response.js.map +1 -0
  281. package/package.json +3 -3
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * A summary of a announcement on Console Overview page
15
+ */
16
+ export interface AnnouncementSummary {
17
+ /**
18
+ * Unique id of the announcement Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
19
+ */
20
+ "key": number;
21
+ /**
22
+ * Summary text of the announcement
23
+ */
24
+ "summary": string;
25
+ /**
26
+ * URL to the announcement web page
27
+ */
28
+ "url": string;
29
+ /**
30
+ * Date time on which the announcement was released
31
+ */
32
+ "timeReleased": Date;
33
+ }
34
+ export declare namespace AnnouncementSummary {
35
+ function getJsonObj(obj: AnnouncementSummary): object;
36
+ function getDeserializedJsonObj(obj: AnnouncementSummary): object;
37
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AnnouncementSummary = void 0;
16
+ var AnnouncementSummary;
17
+ (function (AnnouncementSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AnnouncementSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AnnouncementSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AnnouncementSummary = exports.AnnouncementSummary || (exports.AnnouncementSummary = {}));
29
+ //# sourceMappingURL=announcement-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"announcement-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/announcement-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Execution type of the application, for application type war & ear is deployed and for other installed.
15
+ **/
16
+ export declare enum ApplicationExecutionType {
17
+ Installed = "INSTALLED",
18
+ Deployed = "DEPLOYED",
19
+ /**
20
+ * This value is used if a service returns a value for this enum that is not recognized by this
21
+ * version of the SDK.
22
+ */
23
+ UnknownValue = "UNKNOWN_VALUE"
24
+ }
25
+ export declare namespace ApplicationExecutionType {
26
+ function getJsonObj(obj: ApplicationExecutionType): ApplicationExecutionType;
27
+ function getDeserializedJsonObj(obj: ApplicationExecutionType): ApplicationExecutionType;
28
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ApplicationExecutionType = void 0;
16
+ /**
17
+ * Execution type of the application, for application type war & ear is deployed and for other installed.
18
+ **/
19
+ var ApplicationExecutionType;
20
+ (function (ApplicationExecutionType) {
21
+ ApplicationExecutionType["Installed"] = "INSTALLED";
22
+ ApplicationExecutionType["Deployed"] = "DEPLOYED";
23
+ /**
24
+ * This value is used if a service returns a value for this enum that is not recognized by this
25
+ * version of the SDK.
26
+ */
27
+ ApplicationExecutionType["UnknownValue"] = "UNKNOWN_VALUE";
28
+ })(ApplicationExecutionType = exports.ApplicationExecutionType || (exports.ApplicationExecutionType = {}));
29
+ (function (ApplicationExecutionType) {
30
+ function getJsonObj(obj) {
31
+ return obj;
32
+ }
33
+ ApplicationExecutionType.getJsonObj = getJsonObj;
34
+ function getDeserializedJsonObj(obj) {
35
+ return obj;
36
+ }
37
+ ApplicationExecutionType.getDeserializedJsonObj = getDeserializedJsonObj;
38
+ })(ApplicationExecutionType = exports.ApplicationExecutionType || (exports.ApplicationExecutionType = {}));
39
+ //# sourceMappingURL=application-execution-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-execution-type.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/application-execution-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,wBASX;AATD,WAAY,wBAAwB;IAClC,mDAAuB,CAAA;IACvB,iDAAqB,CAAA;IAErB;;;OAGG;IACH,0DAA8B,CAAA;AAChC,CAAC,EATW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QASnC;AAED,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOxC"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The field to sort application installations.
15
+ **/
16
+ export declare enum ApplicationInstallationSortBy {
17
+ TimeFirstSeen = "timeFirstSeen",
18
+ TimeLastSeen = "timeLastSeen",
19
+ DisplayName = "displayName",
20
+ InstallationPath = "installationPath",
21
+ OsName = "osName",
22
+ ApproximateJreCount = "approximateJreCount",
23
+ ApproximateInstallationCount = "approximateInstallationCount",
24
+ ApproximateManagedInstanceCount = "approximateManagedInstanceCount"
25
+ }
26
+ export declare namespace ApplicationInstallationSortBy {
27
+ function getJsonObj(obj: ApplicationInstallationSortBy): ApplicationInstallationSortBy;
28
+ function getDeserializedJsonObj(obj: ApplicationInstallationSortBy): ApplicationInstallationSortBy;
29
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ApplicationInstallationSortBy = void 0;
16
+ /**
17
+ * The field to sort application installations.
18
+ **/
19
+ var ApplicationInstallationSortBy;
20
+ (function (ApplicationInstallationSortBy) {
21
+ ApplicationInstallationSortBy["TimeFirstSeen"] = "timeFirstSeen";
22
+ ApplicationInstallationSortBy["TimeLastSeen"] = "timeLastSeen";
23
+ ApplicationInstallationSortBy["DisplayName"] = "displayName";
24
+ ApplicationInstallationSortBy["InstallationPath"] = "installationPath";
25
+ ApplicationInstallationSortBy["OsName"] = "osName";
26
+ ApplicationInstallationSortBy["ApproximateJreCount"] = "approximateJreCount";
27
+ ApplicationInstallationSortBy["ApproximateInstallationCount"] = "approximateInstallationCount";
28
+ ApplicationInstallationSortBy["ApproximateManagedInstanceCount"] = "approximateManagedInstanceCount";
29
+ })(ApplicationInstallationSortBy = exports.ApplicationInstallationSortBy || (exports.ApplicationInstallationSortBy = {}));
30
+ (function (ApplicationInstallationSortBy) {
31
+ function getJsonObj(obj) {
32
+ return obj;
33
+ }
34
+ ApplicationInstallationSortBy.getJsonObj = getJsonObj;
35
+ function getDeserializedJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ ApplicationInstallationSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(ApplicationInstallationSortBy = exports.ApplicationInstallationSortBy || (exports.ApplicationInstallationSortBy = {}));
40
+ //# sourceMappingURL=application-installation-sort-by.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-installation-sort-by.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/application-installation-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,6BASX;AATD,WAAY,6BAA6B;IACvC,gEAA+B,CAAA;IAC/B,8DAA6B,CAAA;IAC7B,4DAA2B,CAAA;IAC3B,sEAAqC,CAAA;IACrC,kDAAiB,CAAA;IACjB,4EAA2C,CAAA;IAC3C,8FAA6D,CAAA;IAC7D,oGAAmE,CAAA;AACrE,CAAC,EATW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QASxC;AAED,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkC;QAElC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAS7C"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Results of an application installation search. Contains ApplicationInstallationUsageSummary items.
16
+ */
17
+ export interface ApplicationInstallationUsageSummaryCollection {
18
+ /**
19
+ * A list of application installations.
20
+ */
21
+ "items": Array<model.ApplicationInstallationUsageSummary>;
22
+ }
23
+ export declare namespace ApplicationInstallationUsageSummaryCollection {
24
+ function getJsonObj(obj: ApplicationInstallationUsageSummaryCollection): object;
25
+ function getDeserializedJsonObj(obj: ApplicationInstallationUsageSummaryCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ApplicationInstallationUsageSummaryCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ApplicationInstallationUsageSummaryCollection;
37
+ (function (ApplicationInstallationUsageSummaryCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.ApplicationInstallationUsageSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ ApplicationInstallationUsageSummaryCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.ApplicationInstallationUsageSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ ApplicationInstallationUsageSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(ApplicationInstallationUsageSummaryCollection = exports.ApplicationInstallationUsageSummaryCollection || (exports.ApplicationInstallationUsageSummaryCollection = {}));
61
+ //# sourceMappingURL=application-installation-usage-summary-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-installation-usage-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/application-installation-usage-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,6CAA6C,CA+B7D;AA/BD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CAAC,GAAkD;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkD;QAElD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,oEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QA+B7D"}
@@ -0,0 +1,93 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Summarizes application installation usage information during a specified time period. The main difference between ApplicationUsage and ApplicationInstallationUsageSummary is the presence of installation information. ApplicationUsage provides only aggregated information for an application regardless of the installation paths. Therefore, two different applications with the same application name installed in two different paths will be aggregated to a single application. This aggregation makes it difficult to focus actions to single application installed on a known path.
16
+ * An application installation is independent of the Java Runtime on which it's running or the Managed Instance where it's installed.
17
+ *
18
+ */
19
+ export interface ApplicationInstallationUsageSummary {
20
+ /**
21
+ * An internal identifier for the application installation that is unique to a Fleet.
22
+ *
23
+ */
24
+ "applicationInstallationKey": string;
25
+ /**
26
+ * An internal identifier for the application that is unique to a Fleet.
27
+ * ApplicationKey will be identical for applications with different installation information.
28
+ *
29
+ */
30
+ "applicationKey": string;
31
+ /**
32
+ * The name of the application.
33
+ */
34
+ "displayName": string;
35
+ /**
36
+ * The type of the application, denoted by how the application was started.
37
+ */
38
+ "applicationType": string;
39
+ /**
40
+ * The full path on which the application installation was detected.
41
+ */
42
+ "installationPath"?: string;
43
+ /**
44
+ * List of full paths where the application last searched for classes.
45
+ * Contains full paths to all items from module-list and class path list.
46
+ *
47
+ */
48
+ "fullClassPath"?: Array<string>;
49
+ /**
50
+ * The operating systems running this application.
51
+ */
52
+ "operatingSystems"?: Array<model.OperatingSystem>;
53
+ /**
54
+ * The approximate count of installations running this application. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
55
+ */
56
+ "approximateInstallationCount"?: number;
57
+ /**
58
+ * The approximate count of Java Runtimes running this application. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
59
+ */
60
+ "approximateJreCount"?: number;
61
+ /**
62
+ * The approximate count of managed instances reporting this application. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
63
+ */
64
+ "approximateManagedInstanceCount"?: number;
65
+ /**
66
+ * Lower bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.
67
+ */
68
+ "timeStart"?: Date;
69
+ /**
70
+ * Upper bound of the specified time period filter. JMS provides a view of the data that is _per day_. The query uses only the date element of the parameter.
71
+ */
72
+ "timeEnd"?: Date;
73
+ /**
74
+ * The date and time the resource was _first_ reported to JMS.
75
+ * This is potentially _before_ the specified time period provided by the filters.
76
+ * For example, a resource can be first reported to JMS before the start of a specified time period,
77
+ * if it is also reported during the time period.
78
+ *
79
+ */
80
+ "timeFirstSeen"?: Date;
81
+ /**
82
+ * The date and time the resource was _last_ reported to JMS.
83
+ * This is potentially _after_ the specified time period provided by the filters.
84
+ * For example, a resource can be last reported to JMS before the start of a specified time period,
85
+ * if it is also reported during the time period.
86
+ *
87
+ */
88
+ "timeLastSeen"?: Date;
89
+ }
90
+ export declare namespace ApplicationInstallationUsageSummary {
91
+ function getJsonObj(obj: ApplicationInstallationUsageSummary): object;
92
+ function getDeserializedJsonObj(obj: ApplicationInstallationUsageSummary): object;
93
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ApplicationInstallationUsageSummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ApplicationInstallationUsageSummary;
37
+ (function (ApplicationInstallationUsageSummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "operatingSystems": obj.operatingSystems
41
+ ? obj.operatingSystems.map(item => {
42
+ return model.OperatingSystem.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ ApplicationInstallationUsageSummary.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "operatingSystems": obj.operatingSystems
52
+ ? obj.operatingSystems.map(item => {
53
+ return model.OperatingSystem.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ ApplicationInstallationUsageSummary.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(ApplicationInstallationUsageSummary = exports.ApplicationInstallationUsageSummary || (exports.ApplicationInstallationUsageSummary = {}));
61
+ //# sourceMappingURL=application-installation-usage-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-installation-usage-summary.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/application-installation-usage-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgFlC,IAAiB,mCAAmC,CA6BnD;AA7BD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA6BnD"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The work item details with JFR related information.
16
+ */
17
+ export interface ApplicationWorkItemDetails extends model.WorkItemDetails {
18
+ /**
19
+ * The unique key of the application of the JFR.
20
+ */
21
+ "applicationKey": string;
22
+ /**
23
+ * The unique key of the application installation of the JFR.
24
+ */
25
+ "applicationInstallationKey"?: string;
26
+ /**
27
+ * The application name.
28
+ */
29
+ "applicationName": string;
30
+ /**
31
+ * The full path on which application installation was detected.
32
+ */
33
+ "applicationInstallationPath"?: string;
34
+ "kind": string;
35
+ }
36
+ export declare namespace ApplicationWorkItemDetails {
37
+ function getJsonObj(obj: ApplicationWorkItemDetails, isParentJsonObj?: boolean): object;
38
+ const kind = "APPLICATION";
39
+ function getDeserializedJsonObj(obj: ApplicationWorkItemDetails, isParentJsonObj?: boolean): object;
40
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ApplicationWorkItemDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ApplicationWorkItemDetails;
37
+ (function (ApplicationWorkItemDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.WorkItemDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ ApplicationWorkItemDetails.getJsonObj = getJsonObj;
45
+ ApplicationWorkItemDetails.kind = "APPLICATION";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.WorkItemDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ ApplicationWorkItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(ApplicationWorkItemDetails = exports.ApplicationWorkItemDetails || (exports.ApplicationWorkItemDetails = {}));
54
+ //# sourceMappingURL=application-work-item-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application-work-item-details.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/model/application-work-item-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,+BAAI,GAAG,aAAa,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Java Management Service API
3
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
4
+ * OpenAPI spec version: 20210610
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The common work item details.
16
+ */
17
+ export interface BasicWorkItemDetails extends model.WorkItemDetails {
18
+ "kind": string;
19
+ }
20
+ export declare namespace BasicWorkItemDetails {
21
+ function getJsonObj(obj: BasicWorkItemDetails, isParentJsonObj?: boolean): object;
22
+ const kind = "BASIC";
23
+ function getDeserializedJsonObj(obj: BasicWorkItemDetails, isParentJsonObj?: boolean): object;
24
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /**
3
+ * Java Management Service API
4
+ * API for the Java Management Service. Use this API to view, create, and manage Fleets.
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.BasicWorkItemDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var BasicWorkItemDetails;
37
+ (function (BasicWorkItemDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.WorkItemDetails.getJsonObj(obj))), {});
40
+ return jsonObj;
41
+ }
42
+ BasicWorkItemDetails.getJsonObj = getJsonObj;
43
+ BasicWorkItemDetails.kind = "BASIC";
44
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
45
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
46
+ ? obj
47
+ : model.WorkItemDetails.getDeserializedJsonObj(obj))), {});
48
+ return jsonObj;
49
+ }
50
+ BasicWorkItemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
51
+ })(BasicWorkItemDetails = exports.BasicWorkItemDetails || (exports.BasicWorkItemDetails = {}));
52
+ //# sourceMappingURL=basic-work-item-details.js.map