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.77.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.76.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.77.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.76.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.77.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.76.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.77.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
*/

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

@@ -171,3 +171,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.76.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.77.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
*/

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

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

@@ -307,0 +307,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest) {

@@ -37,3 +37,3 @@ /**

* An optional property indicating when to delete the secret version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
* Example: `2019-04-03T21:10:29.600Z`
* Example: {@code 2019-04-03T21:10:29.600Z}
*

@@ -44,3 +44,3 @@ */

* An optional property indicating when the secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
* Example: `2019-04-03T21:10:29.600Z`
* Example: {@code 2019-04-03T21:10:29.600Z}
*

@@ -47,0 +47,0 @@ */

@@ -39,3 +39,3 @@ /**

* An optional property indicating when to delete the secret version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
* Example: `2019-04-03T21:10:29.600Z`
* Example: {@code 2019-04-03T21:10:29.600Z}
*

@@ -46,3 +46,3 @@ */

* An optional property indicating when the secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
* Example: `2019-04-03T21:10:29.600Z`
* Example: {@code 2019-04-03T21:10:29.600Z}
*

@@ -49,0 +49,0 @@ */

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.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.76.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.77.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.76.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.77.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest.
*/

@@ -34,3 +34,3 @@ export interface ListSecretBundleVersionsRequest extends common.BaseRequest {

/**
* The value of the `opc-next-page` response header from the previous \"List\" call. For information about
* The value of the {@code opc-next-page} response header from the previous \"List\" call. For information about
* pagination, see [List Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).

@@ -42,3 +42,3 @@ *

* The field to sort by. You can specify only one sort order. The default
* order for `VERSION_NUMBER` is descending.
* order for {@code VERSION_NUMBER} is descending.
*

@@ -48,3 +48,3 @@ */

/**
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
*

@@ -51,0 +51,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*/

@@ -19,0 +19,0 @@ "etag": string;

@@ -21,3 +21,3 @@ /**

* For pagination of a list of items. When paging through a list, if this header appears in the response,
* then there are additional items still to get. Include this value as the `page` parameter for the
* then there are additional items still to get. Include this value as the {@code page} parameter for the
* subsequent GET request. For information about pagination, see

@@ -24,0 +24,0 @@ * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).

{
"name": "oci-secrets",
"version": "2.76.1",
"version": "2.77.0",
"description": "OCI NodeJS client for Secrets Service",

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

"dependencies": {
"oci-common": "2.76.1",
"oci-workrequests": "2.76.1"
"oci-common": "2.77.0",
"oci-workrequests": "2.77.0"
},

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