oci-jms 2.18.0 → 2.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/lib/client.d.ts +85 -19
  2. package/lib/client.js +464 -19
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/action-type.d.ts +1 -0
  5. package/lib/model/action-type.js +1 -0
  6. package/lib/model/action-type.js.map +1 -1
  7. package/lib/model/blocklist-collection.d.ts +26 -0
  8. package/lib/model/blocklist-collection.js +61 -0
  9. package/lib/model/blocklist-collection.js.map +1 -0
  10. package/lib/model/blocklist-entry.d.ts +30 -0
  11. package/lib/model/blocklist-entry.js +29 -0
  12. package/lib/model/blocklist-entry.js.map +1 -0
  13. package/lib/model/blocklist-sort-by.d.ts +22 -0
  14. package/lib/model/blocklist-sort-by.js +33 -0
  15. package/lib/model/blocklist-sort-by.js.map +1 -0
  16. package/lib/model/blocklist-target.d.ts +35 -0
  17. package/lib/model/blocklist-target.js +29 -0
  18. package/lib/model/blocklist-target.js.map +1 -0
  19. package/lib/model/blocklist.d.ts +35 -0
  20. package/lib/model/blocklist.js +53 -0
  21. package/lib/model/blocklist.js.map +1 -0
  22. package/lib/model/create-blocklist-details.d.ts +31 -0
  23. package/lib/model/create-blocklist-details.js +53 -0
  24. package/lib/model/create-blocklist-details.js.map +1 -0
  25. package/lib/model/create-fleet-details.d.ts +3 -0
  26. package/lib/model/create-fleet-details.js +32 -2
  27. package/lib/model/create-fleet-details.js.map +1 -1
  28. package/lib/model/custom-log.d.ts +30 -0
  29. package/lib/model/custom-log.js +29 -0
  30. package/lib/model/custom-log.js.map +1 -0
  31. package/lib/model/existing-installation-site-id.d.ts +30 -0
  32. package/lib/model/existing-installation-site-id.js +29 -0
  33. package/lib/model/existing-installation-site-id.js.map +1 -0
  34. package/lib/model/fleet-summary.d.ts +2 -0
  35. package/lib/model/fleet-summary.js +32 -2
  36. package/lib/model/fleet-summary.js.map +1 -1
  37. package/lib/model/fleet.d.ts +2 -0
  38. package/lib/model/fleet.js +32 -2
  39. package/lib/model/fleet.js.map +1 -1
  40. package/lib/model/index.d.ts +36 -0
  41. package/lib/model/index.js +38 -1
  42. package/lib/model/index.js.map +1 -1
  43. package/lib/model/installation-site-collection.d.ts +26 -0
  44. package/lib/model/installation-site-collection.js +61 -0
  45. package/lib/model/installation-site-collection.js.map +1 -0
  46. package/lib/model/installation-site-sort-by.d.ts +29 -0
  47. package/lib/model/installation-site-sort-by.js +40 -0
  48. package/lib/model/installation-site-sort-by.js.map +1 -0
  49. package/lib/model/installation-site-summary.d.ts +63 -0
  50. package/lib/model/installation-site-summary.js +69 -0
  51. package/lib/model/installation-site-summary.js.map +1 -0
  52. package/lib/model/installation-site.d.ts +67 -0
  53. package/lib/model/installation-site.js +69 -0
  54. package/lib/model/installation-site.js.map +1 -0
  55. package/lib/model/java-runtime-id.d.ts +37 -0
  56. package/lib/model/java-runtime-id.js +29 -0
  57. package/lib/model/java-runtime-id.js.map +1 -0
  58. package/lib/model/jre-usage.d.ts +4 -0
  59. package/lib/model/jre-usage.js.map +1 -1
  60. package/lib/model/lifecycle-state.d.ts +1 -0
  61. package/lib/model/lifecycle-state.js +1 -0
  62. package/lib/model/lifecycle-state.js.map +1 -1
  63. package/lib/model/operation-type.d.ts +2 -0
  64. package/lib/model/operation-type.js +2 -0
  65. package/lib/model/operation-type.js.map +1 -1
  66. package/lib/model/principal.d.ts +29 -0
  67. package/lib/model/principal.js +29 -0
  68. package/lib/model/principal.js.map +1 -0
  69. package/lib/model/remove-fleet-installation-sites-details.d.ts +26 -0
  70. package/lib/model/remove-fleet-installation-sites-details.js +61 -0
  71. package/lib/model/remove-fleet-installation-sites-details.js.map +1 -0
  72. package/lib/model/update-fleet-details.d.ts +3 -0
  73. package/lib/model/update-fleet-details.js +32 -2
  74. package/lib/model/update-fleet-details.js.map +1 -1
  75. package/lib/model/work-item-collection.d.ts +26 -0
  76. package/lib/model/work-item-collection.js +61 -0
  77. package/lib/model/work-item-collection.js.map +1 -0
  78. package/lib/model/work-item-status.d.ts +33 -0
  79. package/lib/model/work-item-status.js +44 -0
  80. package/lib/model/work-item-status.js.map +1 -0
  81. package/lib/model/work-item-summary.d.ts +44 -0
  82. package/lib/model/work-item-summary.js +57 -0
  83. package/lib/model/work-item-summary.js.map +1 -0
  84. package/lib/model/work-request.d.ts +14 -0
  85. package/lib/model/work-request.js +5 -1
  86. package/lib/model/work-request.js.map +1 -1
  87. package/lib/request/cancel-work-request-request.d.ts +35 -0
  88. package/lib/request/cancel-work-request-request.js +15 -0
  89. package/lib/request/cancel-work-request-request.js.map +1 -0
  90. package/lib/request/change-fleet-compartment-request.d.ts +1 -1
  91. package/lib/request/create-blocklist-request.d.ts +40 -0
  92. package/lib/request/create-blocklist-request.js +15 -0
  93. package/lib/request/create-blocklist-request.js.map +1 -0
  94. package/lib/request/create-fleet-request.d.ts +1 -1
  95. package/lib/request/delete-blocklist-request.d.ts +39 -0
  96. package/lib/request/delete-blocklist-request.js +15 -0
  97. package/lib/request/delete-blocklist-request.js.map +1 -0
  98. package/lib/request/delete-fleet-request.d.ts +1 -1
  99. package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
  100. package/lib/request/get-fleet-request.d.ts +1 -1
  101. package/lib/request/get-work-request-request.d.ts +1 -1
  102. package/lib/request/index.d.ts +14 -0
  103. package/lib/request/list-blocklists-request.d.ts +54 -0
  104. package/lib/request/list-blocklists-request.js +15 -0
  105. package/lib/request/list-blocklists-request.js.map +1 -0
  106. package/lib/request/list-fleets-request.d.ts +1 -1
  107. package/lib/request/list-installation-sites-request.d.ts +79 -0
  108. package/lib/request/list-installation-sites-request.js +15 -0
  109. package/lib/request/list-installation-sites-request.js.map +1 -0
  110. package/lib/request/list-jre-usage-request.d.ts +1 -1
  111. package/lib/request/list-work-items-request.d.ts +34 -0
  112. package/lib/request/list-work-items-request.js +15 -0
  113. package/lib/request/list-work-items-request.js.map +1 -0
  114. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  115. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  116. package/lib/request/list-work-requests-request.d.ts +5 -1
  117. package/lib/request/remove-fleet-installation-sites-request.d.ts +49 -0
  118. package/lib/request/remove-fleet-installation-sites-request.js +15 -0
  119. package/lib/request/remove-fleet-installation-sites-request.js.map +1 -0
  120. package/lib/request/summarize-application-usage-request.d.ts +1 -1
  121. package/lib/request/summarize-installation-usage-request.d.ts +1 -1
  122. package/lib/request/summarize-jre-usage-request.d.ts +1 -1
  123. package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
  124. package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
  125. package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
  126. package/lib/request/update-fleet-request.d.ts +1 -1
  127. package/lib/response/cancel-work-request-response.d.ts +20 -0
  128. package/lib/response/cancel-work-request-response.js +15 -0
  129. package/lib/response/cancel-work-request-response.js.map +1 -0
  130. package/lib/response/create-blocklist-response.d.ts +30 -0
  131. package/lib/response/create-blocklist-response.js +15 -0
  132. package/lib/response/create-blocklist-response.js.map +1 -0
  133. package/lib/response/delete-blocklist-response.d.ts +20 -0
  134. package/lib/response/delete-blocklist-response.js +15 -0
  135. package/lib/response/delete-blocklist-response.js.map +1 -0
  136. package/lib/response/get-work-request-response.d.ts +5 -0
  137. package/lib/response/index.d.ts +14 -0
  138. package/lib/response/list-blocklists-response.d.ts +32 -0
  139. package/lib/response/list-blocklists-response.js +15 -0
  140. package/lib/response/list-blocklists-response.js.map +1 -0
  141. package/lib/response/list-installation-sites-response.d.ts +32 -0
  142. package/lib/response/list-installation-sites-response.js +15 -0
  143. package/lib/response/list-installation-sites-response.js.map +1 -0
  144. package/lib/response/list-work-items-response.d.ts +32 -0
  145. package/lib/response/list-work-items-response.js +15 -0
  146. package/lib/response/list-work-items-response.js.map +1 -0
  147. package/lib/response/remove-fleet-installation-sites-response.d.ts +26 -0
  148. package/lib/response/remove-fleet-installation-sites-response.js +15 -0
  149. package/lib/response/remove-fleet-installation-sites-response.js.map +1 -0
  150. package/package.json +3 -3
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateBlocklistResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.Blocklist instance.
28
+ */
29
+ "blocklist": model.Blocklist;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-blocklist-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-blocklist-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/create-blocklist-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DeleteBlocklistResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210610
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-blocklist-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-blocklist-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/delete-blocklist-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -22,6 +22,11 @@ export interface GetWorkRequestResponse {
22
22
  * A decimal number representing the number of seconds the client should wait before polling this endpoint again.
23
23
  */
24
24
  "retryAfter": number;
25
+ /**
26
+ * For optimistic concurrency control. See `if-match`.
27
+ *
28
+ */
29
+ "etag": string;
25
30
  /**
26
31
  * The returned model.WorkRequest instance.
27
32
  */
@@ -10,10 +10,16 @@
10
10
  * Copyright (c) 2020, 2022, 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
+ import * as CancelWorkRequestResponse from "./cancel-work-request-response";
14
+ export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
13
15
  import * as ChangeFleetCompartmentResponse from "./change-fleet-compartment-response";
14
16
  export import ChangeFleetCompartmentResponse = ChangeFleetCompartmentResponse.ChangeFleetCompartmentResponse;
17
+ import * as CreateBlocklistResponse from "./create-blocklist-response";
18
+ export import CreateBlocklistResponse = CreateBlocklistResponse.CreateBlocklistResponse;
15
19
  import * as CreateFleetResponse from "./create-fleet-response";
16
20
  export import CreateFleetResponse = CreateFleetResponse.CreateFleetResponse;
21
+ import * as DeleteBlocklistResponse from "./delete-blocklist-response";
22
+ export import DeleteBlocklistResponse = DeleteBlocklistResponse.DeleteBlocklistResponse;
17
23
  import * as DeleteFleetResponse from "./delete-fleet-response";
18
24
  export import DeleteFleetResponse = DeleteFleetResponse.DeleteFleetResponse;
19
25
  import * as GetFleetResponse from "./get-fleet-response";
@@ -22,16 +28,24 @@ import * as GetFleetAgentConfigurationResponse from "./get-fleet-agent-configura
22
28
  export import GetFleetAgentConfigurationResponse = GetFleetAgentConfigurationResponse.GetFleetAgentConfigurationResponse;
23
29
  import * as GetWorkRequestResponse from "./get-work-request-response";
24
30
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
31
+ import * as ListBlocklistsResponse from "./list-blocklists-response";
32
+ export import ListBlocklistsResponse = ListBlocklistsResponse.ListBlocklistsResponse;
25
33
  import * as ListFleetsResponse from "./list-fleets-response";
26
34
  export import ListFleetsResponse = ListFleetsResponse.ListFleetsResponse;
35
+ import * as ListInstallationSitesResponse from "./list-installation-sites-response";
36
+ export import ListInstallationSitesResponse = ListInstallationSitesResponse.ListInstallationSitesResponse;
27
37
  import * as ListJreUsageResponse from "./list-jre-usage-response";
28
38
  export import ListJreUsageResponse = ListJreUsageResponse.ListJreUsageResponse;
39
+ import * as ListWorkItemsResponse from "./list-work-items-response";
40
+ export import ListWorkItemsResponse = ListWorkItemsResponse.ListWorkItemsResponse;
29
41
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
30
42
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
31
43
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
32
44
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
33
45
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
34
46
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
47
+ import * as RemoveFleetInstallationSitesResponse from "./remove-fleet-installation-sites-response";
48
+ export import RemoveFleetInstallationSitesResponse = RemoveFleetInstallationSitesResponse.RemoveFleetInstallationSitesResponse;
35
49
  import * as SummarizeApplicationUsageResponse from "./summarize-application-usage-response";
36
50
  export import SummarizeApplicationUsageResponse = SummarizeApplicationUsageResponse.SummarizeApplicationUsageResponse;
37
51
  import * as SummarizeInstallationUsageResponse from "./summarize-installation-usage-response";
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListBlocklistsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.BlocklistCollection instance.
30
+ */
31
+ "blocklistCollection": model.BlocklistCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-blocklists-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-blocklists-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-blocklists-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListInstallationSitesResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For list pagination. When this header appears in the response, additional pages of results remain.
23
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
24
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.InstallationSiteCollection instance.
30
+ */
31
+ "installationSiteCollection": model.InstallationSiteCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-installation-sites-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-installation-sites-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-installation-sites-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface ListWorkItemsResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response, additional pages of results remain.
17
+ * Include this value as the `page` parameter for the subsequent GET request to get the next batch of items.
18
+ * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
+ *
20
+ */
21
+ "opcNextPage": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId": string;
28
+ /**
29
+ * The returned model.WorkItemCollection instance.
30
+ */
31
+ "workItemCollection": model.WorkItemCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-work-items-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-items-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/list-work-items-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface RemoveFleetInstallationSitesResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request.
16
+ * You can use this to query the status of the asynchronous operation.
17
+ *
18
+ */
19
+ "opcWorkRequestId": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
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, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=remove-fleet-installation-sites-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-fleet-installation-sites-response.js","sourceRoot":"","sources":["../../../../../lib/jms/lib/response/remove-fleet-installation-sites-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-jms",
3
- "version": "2.18.0",
3
+ "version": "2.21.0",
4
4
  "description": "OCI NodeJS client for Jms Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.18.0",
19
- "oci-workrequests": "2.18.0"
18
+ "oci-common": "2.21.0",
19
+ "oci-workrequests": "2.21.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"