oci-secrets
Advanced tools
Comparing version
@@ -82,3 +82,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API. | ||
*/ | ||
@@ -94,3 +94,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/2.77.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API. | ||
*/ | ||
@@ -104,3 +104,3 @@ getSecretBundleByName(getSecretBundleByNameRequest: requests.GetSecretBundleByNameRequest): Promise<responses.GetSecretBundleByNameResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API. | ||
*/ | ||
@@ -107,0 +107,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>; |
@@ -180,3 +180,3 @@ "use strict"; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API. | ||
*/ | ||
@@ -250,3 +250,3 @@ getSecretBundle(getSecretBundleRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API. | ||
*/ | ||
@@ -313,3 +313,3 @@ getSecretBundleByName(getSecretBundleByNameRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API. | ||
*/ | ||
@@ -316,0 +316,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest) { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByNameRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByNameRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetSecretBundleByNameRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetSecretBundleRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListSecretBundleVersionsRequest extends common.BaseRequest { |
{ | ||
"name": "oci-secrets", | ||
"version": "2.77.1", | ||
"version": "2.78.0", | ||
"description": "OCI NodeJS client for Secrets Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.77.1", | ||
"oci-workrequests": "2.77.1" | ||
"oci-common": "2.78.0", | ||
"oci-workrequests": "2.78.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
44
2.33%+ Added
+ Added
- Removed
- Removed
Updated
Updated