oci-usageapi 2.63.0 → 2.64.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.
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
4
 
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
70
70
  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
71
71
 
72
72
  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
73
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
- You must cause any modified files to carry prominent notices stating that You changed the files; and
75
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
73
+ - You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
+ - You must cause any modified files to carry prominent notices stating that You changed the files; and
75
+ - You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
+ - If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
77
77
 
78
78
  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
79
79
  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
86
86
 
87
87
  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
88
88
 
89
- END OF TERMS AND CONDITIONS
89
+ END OF TERMS AND CONDITIONS
package/lib/client.d.ts CHANGED
@@ -86,7 +86,7 @@ export declare class UsageapiClient {
86
86
  * @param CreateCustomTableRequest
87
87
  * @return CreateCustomTableResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
90
90
  */
91
91
  createCustomTable(createCustomTableRequest: requests.CreateCustomTableRequest): Promise<responses.CreateCustomTableResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class UsageapiClient {
96
96
  * @param CreateQueryRequest
97
97
  * @return CreateQueryResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
100
100
  */
101
101
  createQuery(createQueryRequest: requests.CreateQueryRequest): Promise<responses.CreateQueryResponse>;
102
102
  /**
@@ -106,7 +106,7 @@ export declare class UsageapiClient {
106
106
  * @param CreateScheduleRequest
107
107
  * @return CreateScheduleResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
110
110
  */
111
111
  createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
112
112
  /**
@@ -116,7 +116,7 @@ export declare class UsageapiClient {
116
116
  * @param DeleteCustomTableRequest
117
117
  * @return DeleteCustomTableResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
120
120
  */
121
121
  deleteCustomTable(deleteCustomTableRequest: requests.DeleteCustomTableRequest): Promise<responses.DeleteCustomTableResponse>;
122
122
  /**
@@ -126,7 +126,7 @@ export declare class UsageapiClient {
126
126
  * @param DeleteQueryRequest
127
127
  * @return DeleteQueryResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
130
130
  */
131
131
  deleteQuery(deleteQueryRequest: requests.DeleteQueryRequest): Promise<responses.DeleteQueryResponse>;
132
132
  /**
@@ -136,7 +136,7 @@ export declare class UsageapiClient {
136
136
  * @param DeleteScheduleRequest
137
137
  * @return DeleteScheduleResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
140
140
  */
141
141
  deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
142
142
  /**
@@ -146,7 +146,7 @@ export declare class UsageapiClient {
146
146
  * @param GetCustomTableRequest
147
147
  * @return GetCustomTableResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
150
150
  */
151
151
  getCustomTable(getCustomTableRequest: requests.GetCustomTableRequest): Promise<responses.GetCustomTableResponse>;
152
152
  /**
@@ -156,7 +156,7 @@ export declare class UsageapiClient {
156
156
  * @param GetQueryRequest
157
157
  * @return GetQueryResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
160
160
  */
161
161
  getQuery(getQueryRequest: requests.GetQueryRequest): Promise<responses.GetQueryResponse>;
162
162
  /**
@@ -166,7 +166,7 @@ export declare class UsageapiClient {
166
166
  * @param GetScheduleRequest
167
167
  * @return GetScheduleResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
170
170
  */
171
171
  getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
172
172
  /**
@@ -176,7 +176,7 @@ export declare class UsageapiClient {
176
176
  * @param GetScheduledRunRequest
177
177
  * @return GetScheduledRunResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
180
180
  */
181
181
  getScheduledRun(getScheduledRunRequest: requests.GetScheduledRunRequest): Promise<responses.GetScheduledRunResponse>;
182
182
  /**
@@ -186,7 +186,7 @@ export declare class UsageapiClient {
186
186
  * @param ListCustomTablesRequest
187
187
  * @return ListCustomTablesResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
190
190
  */
191
191
  listCustomTables(listCustomTablesRequest: requests.ListCustomTablesRequest): Promise<responses.ListCustomTablesResponse>;
192
192
  /**
@@ -196,7 +196,7 @@ export declare class UsageapiClient {
196
196
  * @param ListQueriesRequest
197
197
  * @return ListQueriesResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
200
200
  */
201
201
  listQueries(listQueriesRequest: requests.ListQueriesRequest): Promise<responses.ListQueriesResponse>;
202
202
  /**
@@ -206,7 +206,7 @@ export declare class UsageapiClient {
206
206
  * @param ListScheduledRunsRequest
207
207
  * @return ListScheduledRunsResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
210
210
  */
211
211
  listScheduledRuns(listScheduledRunsRequest: requests.ListScheduledRunsRequest): Promise<responses.ListScheduledRunsResponse>;
212
212
  /**
@@ -216,7 +216,7 @@ export declare class UsageapiClient {
216
216
  * @param ListSchedulesRequest
217
217
  * @return ListSchedulesResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
220
220
  */
221
221
  listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
222
222
  /**
@@ -226,7 +226,7 @@ export declare class UsageapiClient {
226
226
  * @param RequestSummarizedConfigurationsRequest
227
227
  * @return RequestSummarizedConfigurationsResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
230
230
  */
231
231
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest: requests.RequestSummarizedConfigurationsRequest): Promise<responses.RequestSummarizedConfigurationsResponse>;
232
232
  /**
@@ -236,7 +236,7 @@ export declare class UsageapiClient {
236
236
  * @param RequestSummarizedUsagesRequest
237
237
  * @return RequestSummarizedUsagesResponse
238
238
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
240
240
  */
241
241
  requestSummarizedUsages(requestSummarizedUsagesRequest: requests.RequestSummarizedUsagesRequest): Promise<responses.RequestSummarizedUsagesResponse>;
242
242
  /**
@@ -246,7 +246,7 @@ export declare class UsageapiClient {
246
246
  * @param UpdateCustomTableRequest
247
247
  * @return UpdateCustomTableResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
250
250
  */
251
251
  updateCustomTable(updateCustomTableRequest: requests.UpdateCustomTableRequest): Promise<responses.UpdateCustomTableResponse>;
252
252
  /**
@@ -256,7 +256,7 @@ export declare class UsageapiClient {
256
256
  * @param UpdateQueryRequest
257
257
  * @return UpdateQueryResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
260
260
  */
261
261
  updateQuery(updateQueryRequest: requests.UpdateQueryRequest): Promise<responses.UpdateQueryResponse>;
262
262
  /**
@@ -266,7 +266,7 @@ export declare class UsageapiClient {
266
266
  * @param UpdateScheduleRequest
267
267
  * @return UpdateScheduleResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
270
270
  */
271
271
  updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
272
272
  }
package/lib/client.js CHANGED
@@ -180,7 +180,7 @@ class UsageapiClient {
180
180
  * @param CreateCustomTableRequest
181
181
  * @return CreateCustomTableResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTable API.
184
184
  */
185
185
  createCustomTable(createCustomTableRequest) {
186
186
  return __awaiter(this, void 0, void 0, function* () {
@@ -244,7 +244,7 @@ class UsageapiClient {
244
244
  * @param CreateQueryRequest
245
245
  * @return CreateQueryResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQuery API.
248
248
  */
249
249
  createQuery(createQueryRequest) {
250
250
  return __awaiter(this, void 0, void 0, function* () {
@@ -308,7 +308,7 @@ class UsageapiClient {
308
308
  * @param CreateScheduleRequest
309
309
  * @return CreateScheduleResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
312
312
  */
313
313
  createSchedule(createScheduleRequest) {
314
314
  return __awaiter(this, void 0, void 0, function* () {
@@ -372,7 +372,7 @@ class UsageapiClient {
372
372
  * @param DeleteCustomTableRequest
373
373
  * @return DeleteCustomTableResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTable API.
376
376
  */
377
377
  deleteCustomTable(deleteCustomTableRequest) {
378
378
  return __awaiter(this, void 0, void 0, function* () {
@@ -428,7 +428,7 @@ class UsageapiClient {
428
428
  * @param DeleteQueryRequest
429
429
  * @return DeleteQueryResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQuery API.
432
432
  */
433
433
  deleteQuery(deleteQueryRequest) {
434
434
  return __awaiter(this, void 0, void 0, function* () {
@@ -484,7 +484,7 @@ class UsageapiClient {
484
484
  * @param DeleteScheduleRequest
485
485
  * @return DeleteScheduleResponse
486
486
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
488
488
  */
489
489
  deleteSchedule(deleteScheduleRequest) {
490
490
  return __awaiter(this, void 0, void 0, function* () {
@@ -540,7 +540,7 @@ class UsageapiClient {
540
540
  * @param GetCustomTableRequest
541
541
  * @return GetCustomTableResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTable API.
544
544
  */
545
545
  getCustomTable(getCustomTableRequest) {
546
546
  return __awaiter(this, void 0, void 0, function* () {
@@ -604,7 +604,7 @@ class UsageapiClient {
604
604
  * @param GetQueryRequest
605
605
  * @return GetQueryResponse
606
606
  * @throws OciError when an error occurs
607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetQuery.ts.html |here} to see how to use GetQuery API.
608
608
  */
609
609
  getQuery(getQueryRequest) {
610
610
  return __awaiter(this, void 0, void 0, function* () {
@@ -668,7 +668,7 @@ class UsageapiClient {
668
668
  * @param GetScheduleRequest
669
669
  * @return GetScheduleResponse
670
670
  * @throws OciError when an error occurs
671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetSchedule.ts.html |here} to see how to use GetSchedule API.
672
672
  */
673
673
  getSchedule(getScheduleRequest) {
674
674
  return __awaiter(this, void 0, void 0, function* () {
@@ -732,7 +732,7 @@ class UsageapiClient {
732
732
  * @param GetScheduledRunRequest
733
733
  * @return GetScheduledRunResponse
734
734
  * @throws OciError when an error occurs
735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRun API.
736
736
  */
737
737
  getScheduledRun(getScheduledRunRequest) {
738
738
  return __awaiter(this, void 0, void 0, function* () {
@@ -796,7 +796,7 @@ class UsageapiClient {
796
796
  * @param ListCustomTablesRequest
797
797
  * @return ListCustomTablesResponse
798
798
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTables API.
800
800
  */
801
801
  listCustomTables(listCustomTablesRequest) {
802
802
  return __awaiter(this, void 0, void 0, function* () {
@@ -865,7 +865,7 @@ class UsageapiClient {
865
865
  * @param ListQueriesRequest
866
866
  * @return ListQueriesResponse
867
867
  * @throws OciError when an error occurs
868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueries API.
869
869
  */
870
870
  listQueries(listQueriesRequest) {
871
871
  return __awaiter(this, void 0, void 0, function* () {
@@ -933,7 +933,7 @@ class UsageapiClient {
933
933
  * @param ListScheduledRunsRequest
934
934
  * @return ListScheduledRunsResponse
935
935
  * @throws OciError when an error occurs
936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRuns API.
937
937
  */
938
938
  listScheduledRuns(listScheduledRunsRequest) {
939
939
  return __awaiter(this, void 0, void 0, function* () {
@@ -1001,7 +1001,7 @@ class UsageapiClient {
1001
1001
  * @param ListSchedulesRequest
1002
1002
  * @return ListSchedulesResponse
1003
1003
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1005
1005
  */
1006
1006
  listSchedules(listSchedulesRequest) {
1007
1007
  return __awaiter(this, void 0, void 0, function* () {
@@ -1070,7 +1070,7 @@ class UsageapiClient {
1070
1070
  * @param RequestSummarizedConfigurationsRequest
1071
1071
  * @return RequestSummarizedConfigurationsResponse
1072
1072
  * @throws OciError when an error occurs
1073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurations API.
1074
1074
  */
1075
1075
  requestSummarizedConfigurations(requestSummarizedConfigurationsRequest) {
1076
1076
  return __awaiter(this, void 0, void 0, function* () {
@@ -1129,7 +1129,7 @@ class UsageapiClient {
1129
1129
  * @param RequestSummarizedUsagesRequest
1130
1130
  * @return RequestSummarizedUsagesResponse
1131
1131
  * @throws OciError when an error occurs
1132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
1132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsages API.
1133
1133
  */
1134
1134
  requestSummarizedUsages(requestSummarizedUsagesRequest) {
1135
1135
  return __awaiter(this, void 0, void 0, function* () {
@@ -1195,7 +1195,7 @@ class UsageapiClient {
1195
1195
  * @param UpdateCustomTableRequest
1196
1196
  * @return UpdateCustomTableResponse
1197
1197
  * @throws OciError when an error occurs
1198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
1198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTable API.
1199
1199
  */
1200
1200
  updateCustomTable(updateCustomTableRequest) {
1201
1201
  return __awaiter(this, void 0, void 0, function* () {
@@ -1261,7 +1261,7 @@ class UsageapiClient {
1261
1261
  * @param UpdateQueryRequest
1262
1262
  * @return UpdateQueryResponse
1263
1263
  * @throws OciError when an error occurs
1264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
1264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQuery API.
1265
1265
  */
1266
1266
  updateQuery(updateQueryRequest) {
1267
1267
  return __awaiter(this, void 0, void 0, function* () {
@@ -1327,7 +1327,7 @@ class UsageapiClient {
1327
1327
  * @param UpdateScheduleRequest
1328
1328
  * @return UpdateScheduleResponse
1329
1329
  * @throws OciError when an error occurs
1330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1331
1331
  */
1332
1332
  updateSchedule(updateScheduleRequest) {
1333
1333
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateCustomTable.ts.html |here} to see how to use CreateCustomTableRequest.
17
17
  */
18
18
  export interface CreateCustomTableRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateQuery.ts.html |here} to see how to use CreateQueryRequest.
17
17
  */
18
18
  export interface CreateQueryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/CreateSchedule.ts.html |here} to see how to use CreateScheduleRequest.
17
17
  */
18
18
  export interface CreateScheduleRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteCustomTable.ts.html |here} to see how to use DeleteCustomTableRequest.
16
16
  */
17
17
  export interface DeleteCustomTableRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQueryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteQuery.ts.html |here} to see how to use DeleteQueryRequest.
16
16
  */
17
17
  export interface DeleteQueryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteScheduleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/DeleteSchedule.ts.html |here} to see how to use DeleteScheduleRequest.
16
16
  */
17
17
  export interface DeleteScheduleRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetCustomTable.ts.html |here} to see how to use GetCustomTableRequest.
16
16
  */
17
17
  export interface GetCustomTableRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetQuery.ts.html |here} to see how to use GetQueryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetQuery.ts.html |here} to see how to use GetQueryRequest.
16
16
  */
17
17
  export interface GetQueryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetSchedule.ts.html |here} to see how to use GetScheduleRequest.
16
16
  */
17
17
  export interface GetScheduleRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/GetScheduledRun.ts.html |here} to see how to use GetScheduledRunRequest.
16
16
  */
17
17
  export interface GetScheduledRunRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTablesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListCustomTables.ts.html |here} to see how to use ListCustomTablesRequest.
16
16
  */
17
17
  export interface ListCustomTablesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListQueries.ts.html |here} to see how to use ListQueriesRequest.
16
16
  */
17
17
  export interface ListQueriesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRunsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListScheduledRuns.ts.html |here} to see how to use ListScheduledRunsRequest.
16
16
  */
17
17
  export interface ListScheduledRunsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/ListSchedules.ts.html |here} to see how to use ListSchedulesRequest.
16
16
  */
17
17
  export interface ListSchedulesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/RequestSummarizedConfigurations.ts.html |here} to see how to use RequestSummarizedConfigurationsRequest.
16
16
  */
17
17
  export interface RequestSummarizedConfigurationsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/RequestSummarizedUsages.ts.html |here} to see how to use RequestSummarizedUsagesRequest.
17
17
  */
18
18
  export interface RequestSummarizedUsagesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateCustomTable.ts.html |here} to see how to use UpdateCustomTableRequest.
17
17
  */
18
18
  export interface UpdateCustomTableRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateQuery.ts.html |here} to see how to use UpdateQueryRequest.
17
17
  */
18
18
  export interface UpdateQueryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/usageapi/UpdateSchedule.ts.html |here} to see how to use UpdateScheduleRequest.
17
17
  */
18
18
  export interface UpdateScheduleRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-usageapi",
3
- "version": "2.63.0",
3
+ "version": "2.64.0",
4
4
  "description": "OCI NodeJS client for Usage Api 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.63.0",
19
- "oci-workrequests": "2.63.0"
18
+ "oci-common": "2.64.0",
19
+ "oci-workrequests": "2.64.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"