oci-secrets 2.68.2 → 2.69.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
|
@@ -74,7 +74,7 @@ export declare class SecretsClient {
|
|
|
74
74
|
* @param GetSecretBundleRequest
|
|
75
75
|
* @return GetSecretBundleResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
|
|
78
78
|
*/
|
|
79
79
|
getSecretBundle(getSecretBundleRequest: requests.GetSecretBundleRequest): Promise<responses.GetSecretBundleResponse>;
|
|
80
80
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class SecretsClient {
|
|
|
85
85
|
* @param GetSecretBundleByNameRequest
|
|
86
86
|
* @return GetSecretBundleByNameResponse
|
|
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.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
|
|
89
89
|
*/
|
|
90
90
|
getSecretBundleByName(getSecretBundleByNameRequest: requests.GetSecretBundleByNameRequest): Promise<responses.GetSecretBundleByNameResponse>;
|
|
91
91
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class SecretsClient {
|
|
|
94
94
|
* @param ListSecretBundleVersionsRequest
|
|
95
95
|
* @return ListSecretBundleVersionsResponse
|
|
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.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
|
|
98
98
|
*/
|
|
99
99
|
listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>;
|
|
100
100
|
/**
|
package/lib/client.js
CHANGED
|
@@ -164,7 +164,7 @@ class SecretsClient {
|
|
|
164
164
|
* @param GetSecretBundleRequest
|
|
165
165
|
* @return GetSecretBundleResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
|
|
168
168
|
*/
|
|
169
169
|
getSecretBundle(getSecretBundleRequest) {
|
|
170
170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -233,7 +233,7 @@ class SecretsClient {
|
|
|
233
233
|
* @param GetSecretBundleByNameRequest
|
|
234
234
|
* @return GetSecretBundleByNameResponse
|
|
235
235
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
|
|
237
237
|
*/
|
|
238
238
|
getSecretBundleByName(getSecretBundleByNameRequest) {
|
|
239
239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -295,7 +295,7 @@ class SecretsClient {
|
|
|
295
295
|
* @param ListSecretBundleVersionsRequest
|
|
296
296
|
* @return ListSecretBundleVersionsResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
|
|
299
299
|
*/
|
|
300
300
|
listSecretBundleVersions(listSecretBundleVersionsRequest) {
|
|
301
301
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.69.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.
|
|
3
|
+
"version": "2.69.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
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.69.0",
|
|
19
|
+
"oci-workrequests": "2.69.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|