oci-secrets 2.76.1 → 2.77.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.76.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
77
+ * @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.
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.76.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByName API.
88
+ * @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.
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.76.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
97
+ * @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.
98
98
  */
99
99
  listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>;
100
100
  /**
package/lib/client.js CHANGED
@@ -168,7 +168,7 @@ class SecretsClient {
168
168
  * @param GetSecretBundleRequest
169
169
  * @return GetSecretBundleResponse
170
170
  * @throws OciError when an error occurs
171
- * @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.
171
+ * @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.
172
172
  */
173
173
  getSecretBundle(getSecretBundleRequest) {
174
174
  return __awaiter(this, void 0, void 0, function* () {
@@ -237,7 +237,7 @@ class SecretsClient {
237
237
  * @param GetSecretBundleByNameRequest
238
238
  * @return GetSecretBundleByNameResponse
239
239
  * @throws OciError when an error occurs
240
- * @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.
240
+ * @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.
241
241
  */
242
242
  getSecretBundleByName(getSecretBundleByNameRequest) {
243
243
  return __awaiter(this, void 0, void 0, function* () {
@@ -299,7 +299,7 @@ class SecretsClient {
299
299
  * @param ListSecretBundleVersionsRequest
300
300
  * @return ListSecretBundleVersionsResponse
301
301
  * @throws OciError when an error occurs
302
- * @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.
302
+ * @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.
303
303
  */
304
304
  listSecretBundleVersions(listSecretBundleVersionsRequest) {
305
305
  return __awaiter(this, void 0, void 0, function* () {
@@ -34,13 +34,13 @@ export interface SecretBundleVersionSummary {
34
34
  "versionName"?: string;
35
35
  /**
36
36
  * An optional property indicating when to delete the secret version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
37
- * Example: `2019-04-03T21:10:29.600Z`
37
+ * Example: {@code 2019-04-03T21:10:29.600Z}
38
38
  *
39
39
  */
40
40
  "timeOfDeletion"?: Date;
41
41
  /**
42
42
  * An optional property indicating when the secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
43
- * Example: `2019-04-03T21:10:29.600Z`
43
+ * Example: {@code 2019-04-03T21:10:29.600Z}
44
44
  *
45
45
  */
46
46
  "timeOfExpiry"?: Date;
@@ -36,13 +36,13 @@ export interface SecretBundle {
36
36
  "secretBundleContent"?: model.Base64SecretBundleContentDetails;
37
37
  /**
38
38
  * An optional property indicating when to delete the secret version, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
39
- * Example: `2019-04-03T21:10:29.600Z`
39
+ * Example: {@code 2019-04-03T21:10:29.600Z}
40
40
  *
41
41
  */
42
42
  "timeOfDeletion"?: Date;
43
43
  /**
44
44
  * An optional property indicating when the secret version will expire, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
45
- * Example: `2019-04-03T21:10:29.600Z`
45
+ * Example: {@code 2019-04-03T21:10:29.600Z}
46
46
  *
47
47
  */
48
48
  "timeOfExpiry"?: Date;
@@ -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.76.1/secrets/GetSecretBundleByName.ts.html |here} to see how to use GetSecretBundleByNameRequest.
15
+ * @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.
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.76.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest.
15
+ * @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.
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.76.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest.
15
+ * @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.
16
16
  */
17
17
  export interface ListSecretBundleVersionsRequest extends common.BaseRequest {
18
18
  /**
@@ -30,19 +30,19 @@ export interface ListSecretBundleVersionsRequest extends common.BaseRequest {
30
30
  */
31
31
  "limit"?: number;
32
32
  /**
33
- * The value of the `opc-next-page` response header from the previous \"List\" call. For information about
33
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call. For information about
34
34
  * pagination, see [List Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
35
35
  *
36
36
  */
37
37
  "page"?: string;
38
38
  /**
39
39
  * The field to sort by. You can specify only one sort order. The default
40
- * order for `VERSION_NUMBER` is descending.
40
+ * order for {@code VERSION_NUMBER} is descending.
41
41
  *
42
42
  */
43
43
  "sortBy"?: ListSecretBundleVersionsRequest.SortBy;
44
44
  /**
45
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
45
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
46
46
  *
47
47
  */
48
48
  "sortOrder"?: ListSecretBundleVersionsRequest.SortOrder;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSecretBundleResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -18,7 +18,7 @@ export interface ListSecretBundleVersionsResponse {
18
18
  "opcRequestId": string;
19
19
  /**
20
20
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
21
- * then there are additional items still to get. Include this value as the `page` parameter for the
21
+ * then there are additional items still to get. Include this value as the {@code page} parameter for the
22
22
  * subsequent GET request. For information about pagination, see
23
23
  * [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
24
24
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-secrets",
3
- "version": "2.76.1",
3
+ "version": "2.77.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"