oci-secrets
Advanced tools
Comparing version
@@ -58,2 +58,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API. | ||
*/ | ||
@@ -66,2 +67,3 @@ getSecretBundle(getSecretBundleRequest: requests.GetSecretBundleRequest): Promise<responses.GetSecretBundleResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API. | ||
*/ | ||
@@ -68,0 +70,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>; |
@@ -102,2 +102,3 @@ "use strict"; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API. | ||
*/ | ||
@@ -164,2 +165,3 @@ getSecretBundle(getSecretBundleRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API. | ||
*/ | ||
@@ -166,0 +168,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest) { |
@@ -14,2 +14,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest. | ||
*/ | ||
export interface GetSecretBundleRequest extends common.BaseRequest { | ||
@@ -16,0 +19,0 @@ /** |
@@ -14,2 +14,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest. | ||
*/ | ||
export interface ListSecretBundleVersionsRequest extends common.BaseRequest { | ||
@@ -16,0 +19,0 @@ /** |
{ | ||
"name": "oci-secrets", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "OCI NodeJS client for Secrets Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.9.1", | ||
"oci-workrequests": "1.9.1" | ||
"oci-common": "1.10.0", | ||
"oci-workrequests": "1.10.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
148225
0.8%1080
0.93%+ Added
+ Added
- Removed
- Removed
Updated
Updated