New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oci-secrets

Package Overview
Dependencies
Maintainers
4
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-secrets - npm Package Compare versions

Comparing version

to
2.76.0

6

lib/client.d.ts

@@ -77,3 +77,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/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.76.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
*/

@@ -89,3 +89,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.75.0/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.76.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
*/

@@ -99,3 +99,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.75.0/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.76.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
*/

@@ -102,0 +102,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>;

@@ -83,2 +83,6 @@ "use strict";

}
if (!oci_common_2.developerToolConfiguration.isServiceEnabled("secrets")) {
let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
throw errmsg.concat("secrets");
}
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker

@@ -168,3 +172,3 @@ const specCircuitBreakerEnabled = true;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/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.76.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
*/

@@ -238,3 +242,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.75.0/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.76.0/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
*/

@@ -301,3 +305,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.75.0/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.76.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
*/

@@ -304,0 +308,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest) {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/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.76.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.75.0/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.76.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.75.0/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.76.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.75.0",
"version": "2.76.0",
"description": "OCI NodeJS client for Secrets Service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "2.75.0",
"oci-workrequests": "2.75.0"
"oci-common": "2.76.0",
"oci-workrequests": "2.76.0"
},

@@ -22,0 +22,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet