oci-vault 2.62.3 → 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
@@ -89,7 +89,7 @@ export declare class VaultsClient {
89
89
  * @param CancelSecretDeletionRequest
90
90
  * @return CancelSecretDeletionResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
93
93
  */
94
94
  cancelSecretDeletion(cancelSecretDeletionRequest: requests.CancelSecretDeletionRequest): Promise<responses.CancelSecretDeletionResponse>;
95
95
  /**
@@ -98,7 +98,7 @@ export declare class VaultsClient {
98
98
  * @param CancelSecretVersionDeletionRequest
99
99
  * @return CancelSecretVersionDeletionResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
102
102
  */
103
103
  cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest: requests.CancelSecretVersionDeletionRequest): Promise<responses.CancelSecretVersionDeletionResponse>;
104
104
  /**
@@ -111,7 +111,7 @@ export declare class VaultsClient {
111
111
  * @param ChangeSecretCompartmentRequest
112
112
  * @return ChangeSecretCompartmentResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
115
115
  */
116
116
  changeSecretCompartment(changeSecretCompartmentRequest: requests.ChangeSecretCompartmentRequest): Promise<responses.ChangeSecretCompartmentResponse>;
117
117
  /**
@@ -123,7 +123,7 @@ export declare class VaultsClient {
123
123
  * @param CreateSecretRequest
124
124
  * @return CreateSecretResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
127
127
  */
128
128
  createSecret(createSecretRequest: requests.CreateSecretRequest): Promise<responses.CreateSecretResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class VaultsClient {
132
132
  * @param GetSecretRequest
133
133
  * @return GetSecretResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
136
136
  */
137
137
  getSecret(getSecretRequest: requests.GetSecretRequest): Promise<responses.GetSecretResponse>;
138
138
  /**
@@ -142,7 +142,7 @@ export declare class VaultsClient {
142
142
  * @param GetSecretVersionRequest
143
143
  * @return GetSecretVersionResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
146
146
  */
147
147
  getSecretVersion(getSecretVersionRequest: requests.GetSecretVersionRequest): Promise<responses.GetSecretVersionResponse>;
148
148
  /**
@@ -151,7 +151,7 @@ export declare class VaultsClient {
151
151
  * @param ListSecretVersionsRequest
152
152
  * @return ListSecretVersionsResponse
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.62.3/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
155
155
  */
156
156
  listSecretVersions(listSecretVersionsRequest: requests.ListSecretVersionsRequest): Promise<responses.ListSecretVersionsResponse>;
157
157
  /**
@@ -192,7 +192,7 @@ export declare class VaultsClient {
192
192
  * @param ListSecretsRequest
193
193
  * @return ListSecretsResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
196
196
  */
197
197
  listSecrets(listSecretsRequest: requests.ListSecretsRequest): Promise<responses.ListSecretsResponse>;
198
198
  /**
@@ -235,7 +235,7 @@ export declare class VaultsClient {
235
235
  * @param ScheduleSecretDeletionRequest
236
236
  * @return ScheduleSecretDeletionResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
239
239
  */
240
240
  scheduleSecretDeletion(scheduleSecretDeletionRequest: requests.ScheduleSecretDeletionRequest): Promise<responses.ScheduleSecretDeletionResponse>;
241
241
  /**
@@ -246,7 +246,7 @@ export declare class VaultsClient {
246
246
  * @param ScheduleSecretVersionDeletionRequest
247
247
  * @return ScheduleSecretVersionDeletionResponse
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.62.3/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
250
250
  */
251
251
  scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest: requests.ScheduleSecretVersionDeletionRequest): Promise<responses.ScheduleSecretVersionDeletionResponse>;
252
252
  /**
@@ -261,7 +261,7 @@ export declare class VaultsClient {
261
261
  * @param UpdateSecretRequest
262
262
  * @return UpdateSecretResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
265
265
  */
266
266
  updateSecret(updateSecretRequest: requests.UpdateSecretRequest): Promise<responses.UpdateSecretResponse>;
267
267
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class VaultsClient {
183
183
  * @param CancelSecretDeletionRequest
184
184
  * @return CancelSecretDeletionResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
187
187
  */
188
188
  cancelSecretDeletion(cancelSecretDeletionRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +243,7 @@ class VaultsClient {
243
243
  * @param CancelSecretVersionDeletionRequest
244
244
  * @return CancelSecretVersionDeletionResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
247
247
  */
248
248
  cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest) {
249
249
  return __awaiter(this, void 0, void 0, function* () {
@@ -308,7 +308,7 @@ class VaultsClient {
308
308
  * @param ChangeSecretCompartmentRequest
309
309
  * @return ChangeSecretCompartmentResponse
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.62.3/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
312
312
  */
313
313
  changeSecretCompartment(changeSecretCompartmentRequest) {
314
314
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +373,7 @@ class VaultsClient {
373
373
  * @param CreateSecretRequest
374
374
  * @return CreateSecretResponse
375
375
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
377
377
  */
378
378
  createSecret(createSecretRequest) {
379
379
  return __awaiter(this, void 0, void 0, function* () {
@@ -436,7 +436,7 @@ class VaultsClient {
436
436
  * @param GetSecretRequest
437
437
  * @return GetSecretResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
440
440
  */
441
441
  getSecret(getSecretRequest) {
442
442
  return __awaiter(this, void 0, void 0, function* () {
@@ -500,7 +500,7 @@ class VaultsClient {
500
500
  * @param GetSecretVersionRequest
501
501
  * @return GetSecretVersionResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
504
504
  */
505
505
  getSecretVersion(getSecretVersionRequest) {
506
506
  return __awaiter(this, void 0, void 0, function* () {
@@ -564,7 +564,7 @@ class VaultsClient {
564
564
  * @param ListSecretVersionsRequest
565
565
  * @return ListSecretVersionsResponse
566
566
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
568
568
  */
569
569
  listSecretVersions(listSecretVersionsRequest) {
570
570
  return __awaiter(this, void 0, void 0, function* () {
@@ -672,7 +672,7 @@ class VaultsClient {
672
672
  * @param ListSecretsRequest
673
673
  * @return ListSecretsResponse
674
674
  * @throws OciError when an error occurs
675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
676
676
  */
677
677
  listSecrets(listSecretsRequest) {
678
678
  return __awaiter(this, void 0, void 0, function* () {
@@ -784,7 +784,7 @@ class VaultsClient {
784
784
  * @param ScheduleSecretDeletionRequest
785
785
  * @return ScheduleSecretDeletionResponse
786
786
  * @throws OciError when an error occurs
787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
788
788
  */
789
789
  scheduleSecretDeletion(scheduleSecretDeletionRequest) {
790
790
  return __awaiter(this, void 0, void 0, function* () {
@@ -847,7 +847,7 @@ class VaultsClient {
847
847
  * @param ScheduleSecretVersionDeletionRequest
848
848
  * @return ScheduleSecretVersionDeletionResponse
849
849
  * @throws OciError when an error occurs
850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
851
851
  */
852
852
  scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest) {
853
853
  return __awaiter(this, void 0, void 0, function* () {
@@ -915,7 +915,7 @@ class VaultsClient {
915
915
  * @param UpdateSecretRequest
916
916
  * @return UpdateSecretResponse
917
917
  * @throws OciError when an error occurs
918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
919
919
  */
920
920
  updateSecret(updateSecretRequest) {
921
921
  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.62.3/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletionRequest.
16
16
  */
17
17
  export interface CancelSecretDeletionRequest 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.62.3/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletionRequest.
16
16
  */
17
17
  export interface CancelSecretVersionDeletionRequest 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.62.3/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSecretCompartmentRequest 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.62.3/vault/CreateSecret.ts.html |here} to see how to use CreateSecretRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecretRequest.
17
17
  */
18
18
  export interface CreateSecretRequest 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.62.3/vault/GetSecret.ts.html |here} to see how to use GetSecretRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/GetSecret.ts.html |here} to see how to use GetSecretRequest.
16
16
  */
17
17
  export interface GetSecretRequest 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.62.3/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersionRequest.
16
16
  */
17
17
  export interface GetSecretVersionRequest 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.62.3/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersionsRequest.
16
16
  */
17
17
  export interface ListSecretVersionsRequest 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.62.3/vault/ListSecrets.ts.html |here} to see how to use ListSecretsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ListSecrets.ts.html |here} to see how to use ListSecretsRequest.
16
16
  */
17
17
  export interface ListSecretsRequest 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.62.3/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletionRequest.
17
17
  */
18
18
  export interface ScheduleSecretDeletionRequest 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.62.3/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletionRequest.
17
17
  */
18
18
  export interface ScheduleSecretVersionDeletionRequest 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.62.3/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecretRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecretRequest.
17
17
  */
18
18
  export interface UpdateSecretRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-vault",
3
- "version": "2.62.3",
3
+ "version": "2.64.0",
4
4
  "description": "OCI NodeJS client for Vault 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.62.3",
19
- "oci-workrequests": "2.62.3"
18
+ "oci-common": "2.64.0",
19
+ "oci-workrequests": "2.64.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"