oci-secrets 2.19.0 → 2.22.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
@@ -61,7 +61,7 @@ export declare class SecretsClient {
61
61
  * @param GetSecretBundleRequest
62
62
  * @return GetSecretBundleResponse
63
63
  * @throws OciError when an error occurs
64
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
64
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
65
65
  */
66
66
  getSecretBundle(getSecretBundleRequest: requests.GetSecretBundleRequest): Promise<responses.GetSecretBundleResponse>;
67
67
  /**
@@ -72,7 +72,7 @@ export declare class SecretsClient {
72
72
  * @param GetSecretBundleByNameRequest
73
73
  * @return GetSecretBundleByNameResponse
74
74
  * @throws OciError when an error occurs
75
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
75
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
76
76
  */
77
77
  getSecretBundleByName(getSecretBundleByNameRequest: requests.GetSecretBundleByNameRequest): Promise<responses.GetSecretBundleByNameResponse>;
78
78
  /**
@@ -81,7 +81,7 @@ export declare class SecretsClient {
81
81
  * @param ListSecretBundleVersionsRequest
82
82
  * @return ListSecretBundleVersionsResponse
83
83
  * @throws OciError when an error occurs
84
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
84
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
85
85
  */
86
86
  listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>;
87
87
  /**
package/lib/client.js CHANGED
@@ -131,7 +131,7 @@ class SecretsClient {
131
131
  * @param GetSecretBundleRequest
132
132
  * @return GetSecretBundleResponse
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.19.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
135
135
  */
136
136
  getSecretBundle(getSecretBundleRequest) {
137
137
  return __awaiter(this, void 0, void 0, function* () {
@@ -198,7 +198,7 @@ class SecretsClient {
198
198
  * @param GetSecretBundleByNameRequest
199
199
  * @return GetSecretBundleByNameResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
202
202
  */
203
203
  getSecretBundleByName(getSecretBundleByNameRequest) {
204
204
  return __awaiter(this, void 0, void 0, function* () {
@@ -258,7 +258,7 @@ class SecretsClient {
258
258
  * @param ListSecretBundleVersionsRequest
259
259
  * @return ListSecretBundleVersionsResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
262
262
  */
263
263
  listSecretBundleVersions(listSecretBundleVersionsRequest) {
264
264
  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.19.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.22.0/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.19.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.22.0/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.19.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.22.0/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.19.0",
3
+ "version": "2.22.0",
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.19.0",
19
- "oci-workrequests": "2.19.0"
18
+ "oci-common": "2.22.0",
19
+ "oci-workrequests": "2.22.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"