oci-stackmonitoring 2.102.0 → 2.102.1

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 (213) hide show
  1. package/lib/client.d.ts +148 -0
  2. package/lib/client.js +1073 -31
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/alarm-condition-collection.d.ts +26 -0
  5. package/lib/model/alarm-condition-collection.js +61 -0
  6. package/lib/model/alarm-condition-collection.js.map +1 -0
  7. package/lib/model/alarm-condition-life-cycle-details.d.ts +30 -0
  8. package/lib/model/alarm-condition-life-cycle-details.js +41 -0
  9. package/lib/model/alarm-condition-life-cycle-details.js.map +1 -0
  10. package/lib/model/alarm-condition-life-cycle-states.d.ts +31 -0
  11. package/lib/model/alarm-condition-life-cycle-states.js +42 -0
  12. package/lib/model/alarm-condition-life-cycle-states.js.map +1 -0
  13. package/lib/model/alarm-condition-severity.d.ts +28 -0
  14. package/lib/model/alarm-condition-severity.js +39 -0
  15. package/lib/model/alarm-condition-severity.js.map +1 -0
  16. package/lib/model/alarm-condition-summary.d.ts +98 -0
  17. package/lib/model/alarm-condition-summary.js +61 -0
  18. package/lib/model/alarm-condition-summary.js.map +1 -0
  19. package/lib/model/alarm-condition.d.ts +98 -0
  20. package/lib/model/alarm-condition.js +61 -0
  21. package/lib/model/alarm-condition.js.map +1 -0
  22. package/lib/model/condition-type.d.ts +28 -0
  23. package/lib/model/condition-type.js +39 -0
  24. package/lib/model/condition-type.js.map +1 -0
  25. package/lib/model/condition.d.ts +46 -0
  26. package/lib/model/condition.js +29 -0
  27. package/lib/model/condition.js.map +1 -0
  28. package/lib/model/create-alarm-condition-details.d.ts +64 -0
  29. package/lib/model/create-alarm-condition-details.js +61 -0
  30. package/lib/model/create-alarm-condition-details.js.map +1 -0
  31. package/lib/model/create-monitoring-template-details.d.ts +76 -0
  32. package/lib/model/create-monitoring-template-details.js +61 -0
  33. package/lib/model/create-monitoring-template-details.js.map +1 -0
  34. package/lib/model/defined-alarm-condition.d.ts +34 -0
  35. package/lib/model/defined-alarm-condition.js +61 -0
  36. package/lib/model/defined-alarm-condition.js.map +1 -0
  37. package/lib/model/defined-monitoring-template-collection.d.ts +26 -0
  38. package/lib/model/defined-monitoring-template-collection.js +61 -0
  39. package/lib/model/defined-monitoring-template-collection.js.map +1 -0
  40. package/lib/model/defined-monitoring-template-summary.d.ts +64 -0
  41. package/lib/model/defined-monitoring-template-summary.js +61 -0
  42. package/lib/model/defined-monitoring-template-summary.js.map +1 -0
  43. package/lib/model/index.d.ts +58 -0
  44. package/lib/model/index.js +62 -4
  45. package/lib/model/index.js.map +1 -1
  46. package/lib/model/license-type.d.ts +1 -0
  47. package/lib/model/license-type.js +1 -0
  48. package/lib/model/license-type.js.map +1 -1
  49. package/lib/model/member-reference-type.d.ts +29 -0
  50. package/lib/model/member-reference-type.js +40 -0
  51. package/lib/model/member-reference-type.js.map +1 -0
  52. package/lib/model/member-reference.d.ts +34 -0
  53. package/lib/model/member-reference.js +29 -0
  54. package/lib/model/member-reference.js.map +1 -0
  55. package/lib/model/message-format.d.ts +29 -0
  56. package/lib/model/message-format.js +40 -0
  57. package/lib/model/message-format.js.map +1 -0
  58. package/lib/model/metric-extension-metric-aggregation-collection.d.ts +26 -0
  59. package/lib/model/metric-extension-metric-aggregation-collection.js +61 -0
  60. package/lib/model/metric-extension-metric-aggregation-collection.js.map +1 -0
  61. package/lib/model/metric-extension-resource-aggregation-collection.d.ts +26 -0
  62. package/lib/model/metric-extension-resource-aggregation-collection.js +61 -0
  63. package/lib/model/metric-extension-resource-aggregation-collection.js.map +1 -0
  64. package/lib/model/metric-extension-resource-aggregation.d.ts +33 -0
  65. package/lib/model/metric-extension-resource-aggregation.js +29 -0
  66. package/lib/model/metric-extension-resource-aggregation.js.map +1 -0
  67. package/lib/model/metric-extension.d.ts +1 -1
  68. package/lib/model/metric-extensions-metric-aggregation.d.ts +33 -0
  69. package/lib/model/metric-extensions-metric-aggregation.js +29 -0
  70. package/lib/model/metric-extensions-metric-aggregation.js.map +1 -0
  71. package/lib/model/monitored-resource-type-summary.d.ts +6 -0
  72. package/lib/model/monitored-resource-type-summary.js.map +1 -1
  73. package/lib/model/monitored-resource-type.d.ts +6 -0
  74. package/lib/model/monitored-resource-type.js.map +1 -1
  75. package/lib/model/monitoring-template-collection.d.ts +26 -0
  76. package/lib/model/monitoring-template-collection.js +61 -0
  77. package/lib/model/monitoring-template-collection.js.map +1 -0
  78. package/lib/model/monitoring-template-life-cycle-details.d.ts +29 -0
  79. package/lib/model/monitoring-template-life-cycle-details.js +40 -0
  80. package/lib/model/monitoring-template-life-cycle-details.js.map +1 -0
  81. package/lib/model/monitoring-template-life-cycle-states.d.ts +31 -0
  82. package/lib/model/monitoring-template-life-cycle-states.js +42 -0
  83. package/lib/model/monitoring-template-life-cycle-states.js.map +1 -0
  84. package/lib/model/monitoring-template-summary.d.ts +102 -0
  85. package/lib/model/monitoring-template-summary.js +61 -0
  86. package/lib/model/monitoring-template-summary.js.map +1 -0
  87. package/lib/model/monitoring-template.d.ts +118 -0
  88. package/lib/model/monitoring-template.js +61 -0
  89. package/lib/model/monitoring-template.js.map +1 -0
  90. package/lib/model/operation-status.d.ts +1 -0
  91. package/lib/model/operation-status.js +1 -0
  92. package/lib/model/operation-status.js.map +1 -1
  93. package/lib/model/operation-type.d.ts +2 -0
  94. package/lib/model/operation-type.js +2 -0
  95. package/lib/model/operation-type.js.map +1 -1
  96. package/lib/model/request-summarized-metric-extensions-metrics-details.d.ts +52 -0
  97. package/lib/model/request-summarized-metric-extensions-metrics-details.js +38 -0
  98. package/lib/model/request-summarized-metric-extensions-metrics-details.js.map +1 -0
  99. package/lib/model/request-summarized-metric-extensions-resources-details.d.ts +67 -0
  100. package/lib/model/request-summarized-metric-extensions-resources-details.js +47 -0
  101. package/lib/model/request-summarized-metric-extensions-resources-details.js.map +1 -0
  102. package/lib/model/system-format-resource-type-metadata-details.d.ts +7 -0
  103. package/lib/model/system-format-resource-type-metadata-details.js.map +1 -1
  104. package/lib/model/update-alarm-condition-details.d.ts +64 -0
  105. package/lib/model/update-alarm-condition-details.js +61 -0
  106. package/lib/model/update-alarm-condition-details.js.map +1 -0
  107. package/lib/model/update-monitoring-template-details.d.ts +72 -0
  108. package/lib/model/update-monitoring-template-details.js +61 -0
  109. package/lib/model/update-monitoring-template-details.js.map +1 -0
  110. package/lib/request/apply-monitoring-template-request.d.ts +46 -0
  111. package/lib/request/apply-monitoring-template-request.js +15 -0
  112. package/lib/request/apply-monitoring-template-request.js.map +1 -0
  113. package/lib/request/create-alarm-condition-request.d.ts +42 -0
  114. package/lib/request/create-alarm-condition-request.js +15 -0
  115. package/lib/request/create-alarm-condition-request.js.map +1 -0
  116. package/lib/request/create-monitoring-template-request.d.ts +38 -0
  117. package/lib/request/create-monitoring-template-request.js +15 -0
  118. package/lib/request/create-monitoring-template-request.js.map +1 -0
  119. package/lib/request/delete-alarm-condition-request.d.ts +41 -0
  120. package/lib/request/delete-alarm-condition-request.js +15 -0
  121. package/lib/request/delete-alarm-condition-request.js.map +1 -0
  122. package/lib/request/delete-monitoring-template-request.d.ts +37 -0
  123. package/lib/request/delete-monitoring-template-request.js +15 -0
  124. package/lib/request/delete-monitoring-template-request.js.map +1 -0
  125. package/lib/request/export-monitoring-template-request.d.ts +46 -0
  126. package/lib/request/export-monitoring-template-request.js +15 -0
  127. package/lib/request/export-monitoring-template-request.js.map +1 -0
  128. package/lib/request/get-alarm-condition-request.d.ts +32 -0
  129. package/lib/request/get-alarm-condition-request.js +15 -0
  130. package/lib/request/get-alarm-condition-request.js.map +1 -0
  131. package/lib/request/get-monitoring-template-request.d.ts +28 -0
  132. package/lib/request/get-monitoring-template-request.js +15 -0
  133. package/lib/request/get-monitoring-template-request.js.map +1 -0
  134. package/lib/request/index.d.ts +32 -0
  135. package/lib/request/index.js +7 -1
  136. package/lib/request/index.js.map +1 -1
  137. package/lib/request/list-alarm-conditions-request.d.ts +80 -0
  138. package/lib/request/list-alarm-conditions-request.js +28 -0
  139. package/lib/request/list-alarm-conditions-request.js.map +1 -0
  140. package/lib/request/list-defined-monitoring-templates-request.d.ts +69 -0
  141. package/lib/request/list-defined-monitoring-templates-request.js +23 -0
  142. package/lib/request/list-defined-monitoring-templates-request.js.map +1 -0
  143. package/lib/request/list-monitoring-templates-request.d.ts +91 -0
  144. package/lib/request/list-monitoring-templates-request.js +27 -0
  145. package/lib/request/list-monitoring-templates-request.js.map +1 -0
  146. package/lib/request/request-summarized-metric-extensions-metrics-request.d.ts +43 -0
  147. package/lib/request/request-summarized-metric-extensions-metrics-request.js +15 -0
  148. package/lib/request/request-summarized-metric-extensions-metrics-request.js.map +1 -0
  149. package/lib/request/request-summarized-metric-extensions-resources-request.d.ts +43 -0
  150. package/lib/request/request-summarized-metric-extensions-resources-request.js +15 -0
  151. package/lib/request/request-summarized-metric-extensions-resources-request.js.map +1 -0
  152. package/lib/request/unapply-monitoring-template-request.d.ts +46 -0
  153. package/lib/request/unapply-monitoring-template-request.js +15 -0
  154. package/lib/request/unapply-monitoring-template-request.js.map +1 -0
  155. package/lib/request/update-alarm-condition-request.d.ts +46 -0
  156. package/lib/request/update-alarm-condition-request.js +15 -0
  157. package/lib/request/update-alarm-condition-request.js.map +1 -0
  158. package/lib/request/update-monitoring-template-request.d.ts +42 -0
  159. package/lib/request/update-monitoring-template-request.js +15 -0
  160. package/lib/request/update-monitoring-template-request.js.map +1 -0
  161. package/lib/response/apply-monitoring-template-response.d.ts +25 -0
  162. package/lib/response/apply-monitoring-template-response.js +15 -0
  163. package/lib/response/apply-monitoring-template-response.js.map +1 -0
  164. package/lib/response/create-alarm-condition-response.d.ts +30 -0
  165. package/lib/response/create-alarm-condition-response.js +15 -0
  166. package/lib/response/create-alarm-condition-response.js.map +1 -0
  167. package/lib/response/create-monitoring-template-response.d.ts +30 -0
  168. package/lib/response/create-monitoring-template-response.js +15 -0
  169. package/lib/response/create-monitoring-template-response.js.map +1 -0
  170. package/lib/response/delete-alarm-condition-response.d.ts +20 -0
  171. package/lib/response/delete-alarm-condition-response.js +15 -0
  172. package/lib/response/delete-alarm-condition-response.js.map +1 -0
  173. package/lib/response/delete-monitoring-template-response.d.ts +20 -0
  174. package/lib/response/delete-monitoring-template-response.js +15 -0
  175. package/lib/response/delete-monitoring-template-response.js.map +1 -0
  176. package/lib/response/export-monitoring-template-response.d.ts +31 -0
  177. package/lib/response/export-monitoring-template-response.js +15 -0
  178. package/lib/response/export-monitoring-template-response.js.map +1 -0
  179. package/lib/response/get-alarm-condition-response.d.ts +30 -0
  180. package/lib/response/get-alarm-condition-response.js +15 -0
  181. package/lib/response/get-alarm-condition-response.js.map +1 -0
  182. package/lib/response/get-monitoring-template-response.d.ts +30 -0
  183. package/lib/response/get-monitoring-template-response.js +15 -0
  184. package/lib/response/get-monitoring-template-response.js.map +1 -0
  185. package/lib/response/index.d.ts +32 -0
  186. package/lib/response/list-alarm-conditions-response.d.ts +32 -0
  187. package/lib/response/list-alarm-conditions-response.js +15 -0
  188. package/lib/response/list-alarm-conditions-response.js.map +1 -0
  189. package/lib/response/list-defined-monitoring-templates-response.d.ts +32 -0
  190. package/lib/response/list-defined-monitoring-templates-response.js +15 -0
  191. package/lib/response/list-defined-monitoring-templates-response.js.map +1 -0
  192. package/lib/response/list-monitoring-templates-response.d.ts +32 -0
  193. package/lib/response/list-monitoring-templates-response.js +15 -0
  194. package/lib/response/list-monitoring-templates-response.js.map +1 -0
  195. package/lib/response/request-summarized-metric-extensions-metrics-response.d.ts +37 -0
  196. package/lib/response/request-summarized-metric-extensions-metrics-response.js +15 -0
  197. package/lib/response/request-summarized-metric-extensions-metrics-response.js.map +1 -0
  198. package/lib/response/request-summarized-metric-extensions-resources-response.d.ts +37 -0
  199. package/lib/response/request-summarized-metric-extensions-resources-response.js +15 -0
  200. package/lib/response/request-summarized-metric-extensions-resources-response.js.map +1 -0
  201. package/lib/response/unapply-monitoring-template-response.d.ts +25 -0
  202. package/lib/response/unapply-monitoring-template-response.js +15 -0
  203. package/lib/response/unapply-monitoring-template-response.js.map +1 -0
  204. package/lib/response/update-alarm-condition-response.d.ts +30 -0
  205. package/lib/response/update-alarm-condition-response.js +15 -0
  206. package/lib/response/update-alarm-condition-response.js.map +1 -0
  207. package/lib/response/update-monitoring-template-response.d.ts +30 -0
  208. package/lib/response/update-monitoring-template-response.js +15 -0
  209. package/lib/response/update-monitoring-template-response.js.map +1 -0
  210. package/lib/stackmonitoring-waiter.d.ts +16 -0
  211. package/lib/stackmonitoring-waiter.js +24 -0
  212. package/lib/stackmonitoring-waiter.js.map +1 -1
  213. package/package.json +3 -3
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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 UpdateAlarmConditionResponse {
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 {@code if-match}.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.AlarmCondition instance.
28
+ */
29
+ "alarmCondition": model.AlarmCondition;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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=update-alarm-condition-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-alarm-condition-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/update-alarm-condition-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, 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 UpdateMonitoringTemplateResponse {
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 {@code if-match}.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.MonitoringTemplate instance.
28
+ */
29
+ "monitoringTemplate": model.MonitoringTemplate;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, 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=update-monitoring-template-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-monitoring-template-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/update-monitoring-template-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -18,6 +18,14 @@ export declare class StackMonitoringWaiter {
18
18
  private client;
19
19
  private readonly config?;
20
20
  constructor(client: StackMonitoringClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
21
+ /**
22
+ * Waits forAlarmCondition till it reaches any of the provided states
23
+ *
24
+ * @param request the request to send
25
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
26
+ * @return response returns GetAlarmConditionResponse | null (null in case of 404 response)
27
+ */
28
+ forAlarmCondition(request: serviceRequests.GetAlarmConditionRequest, ...targetStates: models.AlarmConditionLifeCycleStates[]): Promise<serviceResponses.GetAlarmConditionResponse | null>;
21
29
  /**
22
30
  * Waits forBaselineableMetric till it reaches any of the provided states
23
31
  *
@@ -82,6 +90,14 @@ export declare class StackMonitoringWaiter {
82
90
  * @return response returns GetMonitoredResourceTypeResponse | null (null in case of 404 response)
83
91
  */
84
92
  forMonitoredResourceType(request: serviceRequests.GetMonitoredResourceTypeRequest, ...targetStates: models.ResourceTypeLifecycleState[]): Promise<serviceResponses.GetMonitoredResourceTypeResponse | null>;
93
+ /**
94
+ * Waits forMonitoringTemplate till it reaches any of the provided states
95
+ *
96
+ * @param request the request to send
97
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
98
+ * @return response returns GetMonitoringTemplateResponse | null (null in case of 404 response)
99
+ */
100
+ forMonitoringTemplate(request: serviceRequests.GetMonitoringTemplateRequest, ...targetStates: models.MonitoringTemplateLifeCycleStates[]): Promise<serviceResponses.GetMonitoringTemplateResponse | null>;
85
101
  /**
86
102
  * Waits forProcessSet till it reaches any of the provided states
87
103
  *
@@ -48,6 +48,18 @@ class StackMonitoringWaiter {
48
48
  this.client = client;
49
49
  this.config = config;
50
50
  }
51
+ /**
52
+ * Waits forAlarmCondition till it reaches any of the provided states
53
+ *
54
+ * @param request the request to send
55
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
56
+ * @return response returns GetAlarmConditionResponse | null (null in case of 404 response)
57
+ */
58
+ forAlarmCondition(request, ...targetStates) {
59
+ return __awaiter(this, void 0, void 0, function* () {
60
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getAlarmCondition(request), response => targetStates.includes(response.alarmCondition.lifecycleState), targetStates.includes(models.AlarmConditionLifeCycleStates.Deleted));
61
+ });
62
+ }
51
63
  /**
52
64
  * Waits forBaselineableMetric till it reaches any of the provided states
53
65
  *
@@ -144,6 +156,18 @@ class StackMonitoringWaiter {
144
156
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getMonitoredResourceType(request), response => targetStates.includes(response.monitoredResourceType.lifecycleState), targetStates.includes(models.ResourceTypeLifecycleState.Deleted));
145
157
  });
146
158
  }
159
+ /**
160
+ * Waits forMonitoringTemplate till it reaches any of the provided states
161
+ *
162
+ * @param request the request to send
163
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
164
+ * @return response returns GetMonitoringTemplateResponse | null (null in case of 404 response)
165
+ */
166
+ forMonitoringTemplate(request, ...targetStates) {
167
+ return __awaiter(this, void 0, void 0, function* () {
168
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getMonitoringTemplate(request), response => targetStates.includes(response.monitoringTemplate.lifecycleState), targetStates.includes(models.MonitoringTemplateLifeCycleStates.Deleted));
169
+ });
170
+ }
147
171
  /**
148
172
  * Waits forProcessSet till it reaches any of the provided states
149
173
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stackmonitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/stackmonitoring/lib/stackmonitoring-waiter.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"stackmonitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/stackmonitoring/lib/stackmonitoring-waiter.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-stackmonitoring",
3
- "version": "2.102.0",
3
+ "version": "2.102.1",
4
4
  "description": "OCI NodeJS client for Stack Monitoring 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.102.0",
19
- "oci-workrequests": "2.102.0"
18
+ "oci-common": "2.102.1",
19
+ "oci-workrequests": "2.102.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"