oci-vault 2.25.0 → 2.26.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/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class VaultsClient {
78
78
  * @param CancelSecretDeletionRequest
79
79
  * @return CancelSecretDeletionResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
82
82
  */
83
83
  cancelSecretDeletion(cancelSecretDeletionRequest: requests.CancelSecretDeletionRequest): Promise<responses.CancelSecretDeletionResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class VaultsClient {
87
87
  * @param CancelSecretVersionDeletionRequest
88
88
  * @return CancelSecretVersionDeletionResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
91
91
  */
92
92
  cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest: requests.CancelSecretVersionDeletionRequest): Promise<responses.CancelSecretVersionDeletionResponse>;
93
93
  /**
@@ -100,7 +100,7 @@ export declare class VaultsClient {
100
100
  * @param ChangeSecretCompartmentRequest
101
101
  * @return ChangeSecretCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
104
104
  */
105
105
  changeSecretCompartment(changeSecretCompartmentRequest: requests.ChangeSecretCompartmentRequest): Promise<responses.ChangeSecretCompartmentResponse>;
106
106
  /**
@@ -112,7 +112,7 @@ export declare class VaultsClient {
112
112
  * @param CreateSecretRequest
113
113
  * @return CreateSecretResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
116
116
  */
117
117
  createSecret(createSecretRequest: requests.CreateSecretRequest): Promise<responses.CreateSecretResponse>;
118
118
  /**
@@ -121,7 +121,7 @@ export declare class VaultsClient {
121
121
  * @param GetSecretRequest
122
122
  * @return GetSecretResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
125
125
  */
126
126
  getSecret(getSecretRequest: requests.GetSecretRequest): Promise<responses.GetSecretResponse>;
127
127
  /**
@@ -131,7 +131,7 @@ export declare class VaultsClient {
131
131
  * @param GetSecretVersionRequest
132
132
  * @return GetSecretVersionResponse
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.25.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
135
135
  */
136
136
  getSecretVersion(getSecretVersionRequest: requests.GetSecretVersionRequest): Promise<responses.GetSecretVersionResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class VaultsClient {
140
140
  * @param ListSecretVersionsRequest
141
141
  * @return ListSecretVersionsResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
144
144
  */
145
145
  listSecretVersions(listSecretVersionsRequest: requests.ListSecretVersionsRequest): Promise<responses.ListSecretVersionsResponse>;
146
146
  /**
@@ -181,7 +181,7 @@ export declare class VaultsClient {
181
181
  * @param ListSecretsRequest
182
182
  * @return ListSecretsResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
185
185
  */
186
186
  listSecrets(listSecretsRequest: requests.ListSecretsRequest): Promise<responses.ListSecretsResponse>;
187
187
  /**
@@ -224,7 +224,7 @@ export declare class VaultsClient {
224
224
  * @param ScheduleSecretDeletionRequest
225
225
  * @return ScheduleSecretDeletionResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
228
228
  */
229
229
  scheduleSecretDeletion(scheduleSecretDeletionRequest: requests.ScheduleSecretDeletionRequest): Promise<responses.ScheduleSecretDeletionResponse>;
230
230
  /**
@@ -235,7 +235,7 @@ export declare class VaultsClient {
235
235
  * @param ScheduleSecretVersionDeletionRequest
236
236
  * @return ScheduleSecretVersionDeletionResponse
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.25.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
239
239
  */
240
240
  scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest: requests.ScheduleSecretVersionDeletionRequest): Promise<responses.ScheduleSecretVersionDeletionResponse>;
241
241
  /**
@@ -250,7 +250,7 @@ export declare class VaultsClient {
250
250
  * @param UpdateSecretRequest
251
251
  * @return UpdateSecretResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
254
254
  */
255
255
  updateSecret(updateSecretRequest: requests.UpdateSecretRequest): Promise<responses.UpdateSecretResponse>;
256
256
  }
package/lib/client.js CHANGED
@@ -159,7 +159,7 @@ class VaultsClient {
159
159
  * @param CancelSecretDeletionRequest
160
160
  * @return CancelSecretDeletionResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/CancelSecretDeletion.ts.html |here} to see how to use CancelSecretDeletion API.
163
163
  */
164
164
  cancelSecretDeletion(cancelSecretDeletionRequest) {
165
165
  return __awaiter(this, void 0, void 0, function* () {
@@ -217,7 +217,7 @@ class VaultsClient {
217
217
  * @param CancelSecretVersionDeletionRequest
218
218
  * @return CancelSecretVersionDeletionResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/CancelSecretVersionDeletion.ts.html |here} to see how to use CancelSecretVersionDeletion API.
221
221
  */
222
222
  cancelSecretVersionDeletion(cancelSecretVersionDeletionRequest) {
223
223
  return __awaiter(this, void 0, void 0, function* () {
@@ -280,7 +280,7 @@ class VaultsClient {
280
280
  * @param ChangeSecretCompartmentRequest
281
281
  * @return ChangeSecretCompartmentResponse
282
282
  * @throws OciError when an error occurs
283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ChangeSecretCompartment.ts.html |here} to see how to use ChangeSecretCompartment API.
284
284
  */
285
285
  changeSecretCompartment(changeSecretCompartmentRequest) {
286
286
  return __awaiter(this, void 0, void 0, function* () {
@@ -343,7 +343,7 @@ class VaultsClient {
343
343
  * @param CreateSecretRequest
344
344
  * @return CreateSecretResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/CreateSecret.ts.html |here} to see how to use CreateSecret API.
347
347
  */
348
348
  createSecret(createSecretRequest) {
349
349
  return __awaiter(this, void 0, void 0, function* () {
@@ -404,7 +404,7 @@ class VaultsClient {
404
404
  * @param GetSecretRequest
405
405
  * @return GetSecretResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/GetSecret.ts.html |here} to see how to use GetSecret API.
408
408
  */
409
409
  getSecret(getSecretRequest) {
410
410
  return __awaiter(this, void 0, void 0, function* () {
@@ -466,7 +466,7 @@ class VaultsClient {
466
466
  * @param GetSecretVersionRequest
467
467
  * @return GetSecretVersionResponse
468
468
  * @throws OciError when an error occurs
469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/GetSecretVersion.ts.html |here} to see how to use GetSecretVersion API.
470
470
  */
471
471
  getSecretVersion(getSecretVersionRequest) {
472
472
  return __awaiter(this, void 0, void 0, function* () {
@@ -528,7 +528,7 @@ class VaultsClient {
528
528
  * @param ListSecretVersionsRequest
529
529
  * @return ListSecretVersionsResponse
530
530
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ListSecretVersions.ts.html |here} to see how to use ListSecretVersions API.
532
532
  */
533
533
  listSecretVersions(listSecretVersionsRequest) {
534
534
  return __awaiter(this, void 0, void 0, function* () {
@@ -634,7 +634,7 @@ class VaultsClient {
634
634
  * @param ListSecretsRequest
635
635
  * @return ListSecretsResponse
636
636
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ListSecrets.ts.html |here} to see how to use ListSecrets API.
638
638
  */
639
639
  listSecrets(listSecretsRequest) {
640
640
  return __awaiter(this, void 0, void 0, function* () {
@@ -744,7 +744,7 @@ class VaultsClient {
744
744
  * @param ScheduleSecretDeletionRequest
745
745
  * @return ScheduleSecretDeletionResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ScheduleSecretDeletion.ts.html |here} to see how to use ScheduleSecretDeletion API.
748
748
  */
749
749
  scheduleSecretDeletion(scheduleSecretDeletionRequest) {
750
750
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class VaultsClient {
805
805
  * @param ScheduleSecretVersionDeletionRequest
806
806
  * @return ScheduleSecretVersionDeletionResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/ScheduleSecretVersionDeletion.ts.html |here} to see how to use ScheduleSecretVersionDeletion API.
809
809
  */
810
810
  scheduleSecretVersionDeletion(scheduleSecretVersionDeletionRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -871,7 +871,7 @@ class VaultsClient {
871
871
  * @param UpdateSecretRequest
872
872
  * @return UpdateSecretResponse
873
873
  * @throws OciError when an error occurs
874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
874
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/vault/UpdateSecret.ts.html |here} to see how to use UpdateSecret API.
875
875
  */
876
876
  updateSecret(updateSecretRequest) {
877
877
  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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0/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.26.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.25.0",
3
+ "version": "2.26.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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"