oci-secrets 2.89.0 → 2.89.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/client.d.ts CHANGED
@@ -83,7 +83,7 @@ export declare class SecretsClient {
83
83
  * @param GetSecretBundleRequest
84
84
  * @return GetSecretBundleResponse
85
85
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
86
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
87
87
  */
88
88
  getSecretBundle(getSecretBundleRequest: requests.GetSecretBundleRequest): Promise<responses.GetSecretBundleResponse>;
89
89
  /**
@@ -94,7 +94,7 @@ export declare class SecretsClient {
94
94
  * @param GetSecretBundleByNameRequest
95
95
  * @return GetSecretBundleByNameResponse
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.89.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
98
98
  */
99
99
  getSecretBundleByName(getSecretBundleByNameRequest: requests.GetSecretBundleByNameRequest): Promise<responses.GetSecretBundleByNameResponse>;
100
100
  /**
@@ -103,7 +103,7 @@ export declare class SecretsClient {
103
103
  * @param ListSecretBundleVersionsRequest
104
104
  * @return ListSecretBundleVersionsResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
107
107
  */
108
108
  listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>;
109
109
  /**
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class SecretsClient {
183
183
  * @param GetSecretBundleRequest
184
184
  * @return GetSecretBundleResponse
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.89.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
187
187
  */
188
188
  getSecretBundle(getSecretBundleRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -252,7 +252,7 @@ class SecretsClient {
252
252
  * @param GetSecretBundleByNameRequest
253
253
  * @return GetSecretBundleByNameResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
256
256
  */
257
257
  getSecretBundleByName(getSecretBundleByNameRequest) {
258
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -314,7 +314,7 @@ class SecretsClient {
314
314
  * @param ListSecretBundleVersionsRequest
315
315
  * @return ListSecretBundleVersionsResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
318
318
  */
319
319
  listSecretBundleVersions(listSecretBundleVersionsRequest) {
320
320
  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.89.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByNameRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByNameRequest.
16
16
  */
17
17
  export interface GetSecretBundleByNameRequest 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.89.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest.
16
16
  */
17
17
  export interface GetSecretBundleRequest 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.89.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest.
16
16
  */
17
17
  export interface ListSecretBundleVersionsRequest extends common.BaseRequest {
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-secrets",
3
- "version": "2.89.0",
3
+ "version": "2.89.1",
4
4
  "description": "OCI NodeJS client for Secrets 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.89.0",
19
- "oci-workrequests": "2.89.0"
18
+ "oci-common": "2.89.1",
19
+ "oci-workrequests": "2.89.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"