oci-opa 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
@@ -85,7 +85,7 @@ export declare class OpaInstanceClient {
85
85
  * @param CancelWorkRequestRequest
86
86
  * @return CancelWorkRequestResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
89
89
  */
90
90
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
91
91
  /**
@@ -94,7 +94,7 @@ export declare class OpaInstanceClient {
94
94
  * @param ChangeOpaInstanceCompartmentRequest
95
95
  * @return ChangeOpaInstanceCompartmentResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartment API.
98
98
  */
99
99
  changeOpaInstanceCompartment(changeOpaInstanceCompartmentRequest: requests.ChangeOpaInstanceCompartmentRequest): Promise<responses.ChangeOpaInstanceCompartmentResponse>;
100
100
  /**
@@ -104,7 +104,7 @@ export declare class OpaInstanceClient {
104
104
  * @param CreateOpaInstanceRequest
105
105
  * @return CreateOpaInstanceResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstance API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstance API.
108
108
  */
109
109
  createOpaInstance(createOpaInstanceRequest: requests.CreateOpaInstanceRequest): Promise<responses.CreateOpaInstanceResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class OpaInstanceClient {
113
113
  * @param DeleteOpaInstanceRequest
114
114
  * @return DeleteOpaInstanceResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstance API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstance API.
117
117
  */
118
118
  deleteOpaInstance(deleteOpaInstanceRequest: requests.DeleteOpaInstanceRequest): Promise<responses.DeleteOpaInstanceResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class OpaInstanceClient {
122
122
  * @param GetOpaInstanceRequest
123
123
  * @return GetOpaInstanceResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstance API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstance API.
126
126
  */
127
127
  getOpaInstance(getOpaInstanceRequest: requests.GetOpaInstanceRequest): Promise<responses.GetOpaInstanceResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class OpaInstanceClient {
131
131
  * @param GetWorkRequestRequest
132
132
  * @return GetWorkRequestResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
135
135
  */
136
136
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
137
137
  /**
@@ -141,7 +141,7 @@ export declare class OpaInstanceClient {
141
141
  * @param ListOpaInstancesRequest
142
142
  * @return ListOpaInstancesResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstances API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstances API.
145
145
  */
146
146
  listOpaInstances(listOpaInstancesRequest: requests.ListOpaInstancesRequest): Promise<responses.ListOpaInstancesResponse>;
147
147
  /**
@@ -151,7 +151,7 @@ export declare class OpaInstanceClient {
151
151
  * @param ListWorkRequestErrorsRequest
152
152
  * @return ListWorkRequestErrorsResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
155
155
  */
156
156
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
157
157
  /**
@@ -161,7 +161,7 @@ export declare class OpaInstanceClient {
161
161
  * @param ListWorkRequestLogsRequest
162
162
  * @return ListWorkRequestLogsResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
165
165
  */
166
166
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
167
167
  /**
@@ -171,7 +171,7 @@ export declare class OpaInstanceClient {
171
171
  * @param ListWorkRequestsRequest
172
172
  * @return ListWorkRequestsResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
175
175
  */
176
176
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class OpaInstanceClient {
180
180
  * @param UpdateOpaInstanceRequest
181
181
  * @return UpdateOpaInstanceResponse
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/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstance API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstance API.
184
184
  */
185
185
  updateOpaInstance(updateOpaInstanceRequest: requests.UpdateOpaInstanceRequest): Promise<responses.UpdateOpaInstanceResponse>;
186
186
  }
package/lib/client.js CHANGED
@@ -179,7 +179,7 @@ class OpaInstanceClient {
179
179
  * @param CancelWorkRequestRequest
180
180
  * @return CancelWorkRequestResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
183
183
  */
184
184
  cancelWorkRequest(cancelWorkRequestRequest) {
185
185
  return __awaiter(this, void 0, void 0, function* () {
@@ -234,7 +234,7 @@ class OpaInstanceClient {
234
234
  * @param ChangeOpaInstanceCompartmentRequest
235
235
  * @return ChangeOpaInstanceCompartmentResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartment API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartment API.
238
238
  */
239
239
  changeOpaInstanceCompartment(changeOpaInstanceCompartmentRequest) {
240
240
  return __awaiter(this, void 0, void 0, function* () {
@@ -296,7 +296,7 @@ class OpaInstanceClient {
296
296
  * @param CreateOpaInstanceRequest
297
297
  * @return CreateOpaInstanceResponse
298
298
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstance API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstance API.
300
300
  */
301
301
  createOpaInstance(createOpaInstanceRequest) {
302
302
  return __awaiter(this, void 0, void 0, function* () {
@@ -355,7 +355,7 @@ class OpaInstanceClient {
355
355
  * @param DeleteOpaInstanceRequest
356
356
  * @return DeleteOpaInstanceResponse
357
357
  * @throws OciError when an error occurs
358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstance API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstance API.
359
359
  */
360
360
  deleteOpaInstance(deleteOpaInstanceRequest) {
361
361
  return __awaiter(this, void 0, void 0, function* () {
@@ -415,7 +415,7 @@ class OpaInstanceClient {
415
415
  * @param GetOpaInstanceRequest
416
416
  * @return GetOpaInstanceResponse
417
417
  * @throws OciError when an error occurs
418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstance API.
418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstance API.
419
419
  */
420
420
  getOpaInstance(getOpaInstanceRequest) {
421
421
  return __awaiter(this, void 0, void 0, function* () {
@@ -478,7 +478,7 @@ class OpaInstanceClient {
478
478
  * @param GetWorkRequestRequest
479
479
  * @return GetWorkRequestResponse
480
480
  * @throws OciError when an error occurs
481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
482
482
  */
483
483
  getWorkRequest(getWorkRequestRequest) {
484
484
  return __awaiter(this, void 0, void 0, function* () {
@@ -547,7 +547,7 @@ class OpaInstanceClient {
547
547
  * @param ListOpaInstancesRequest
548
548
  * @return ListOpaInstancesResponse
549
549
  * @throws OciError when an error occurs
550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstances API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstances API.
551
551
  */
552
552
  listOpaInstances(listOpaInstancesRequest) {
553
553
  return __awaiter(this, void 0, void 0, function* () {
@@ -618,7 +618,7 @@ class OpaInstanceClient {
618
618
  * @param ListWorkRequestErrorsRequest
619
619
  * @return ListWorkRequestErrorsResponse
620
620
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
622
622
  */
623
623
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
624
624
  return __awaiter(this, void 0, void 0, function* () {
@@ -687,7 +687,7 @@ class OpaInstanceClient {
687
687
  * @param ListWorkRequestLogsRequest
688
688
  * @return ListWorkRequestLogsResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
691
691
  */
692
692
  listWorkRequestLogs(listWorkRequestLogsRequest) {
693
693
  return __awaiter(this, void 0, void 0, function* () {
@@ -756,7 +756,7 @@ class OpaInstanceClient {
756
756
  * @param ListWorkRequestsRequest
757
757
  * @return ListWorkRequestsResponse
758
758
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
760
760
  */
761
761
  listWorkRequests(listWorkRequestsRequest) {
762
762
  return __awaiter(this, void 0, void 0, function* () {
@@ -826,7 +826,7 @@ class OpaInstanceClient {
826
826
  * @param UpdateOpaInstanceRequest
827
827
  * @return UpdateOpaInstanceResponse
828
828
  * @throws OciError when an error occurs
829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstance API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstance API.
830
830
  */
831
831
  updateOpaInstance(updateOpaInstanceRequest) {
832
832
  return __awaiter(this, void 0, void 0, function* () {
@@ -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/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest 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/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOpaInstanceCompartmentRequest 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/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstanceRequest.
17
17
  */
18
18
  export interface CreateOpaInstanceRequest 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/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstanceRequest.
16
16
  */
17
17
  export interface DeleteOpaInstanceRequest 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/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstanceRequest.
16
16
  */
17
17
  export interface GetOpaInstanceRequest 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/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstancesRequest.
17
17
  */
18
18
  export interface ListOpaInstancesRequest 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/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest 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/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest 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/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstanceRequest.
17
17
  */
18
18
  export interface UpdateOpaInstanceRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-opa",
3
- "version": "2.63.0",
3
+ "version": "2.64.0",
4
4
  "description": "OCI NodeJS client for Opa 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"