oci-lockbox 2.76.1 → 2.77.1

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.
Files changed (53) hide show
  1. package/lib/client.d.ts +30 -24
  2. package/lib/client.js +32 -23
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/access-request-summary.d.ts +4 -4
  5. package/lib/model/access-request.d.ts +5 -5
  6. package/lib/model/activity-log.d.ts +1 -1
  7. package/lib/model/approval-template-summary.d.ts +3 -3
  8. package/lib/model/approval-template.d.ts +3 -3
  9. package/lib/model/create-approval-template-details.d.ts +2 -2
  10. package/lib/model/create-lockbox-details.d.ts +2 -2
  11. package/lib/model/lockbox-summary.d.ts +3 -3
  12. package/lib/model/lockbox.d.ts +3 -3
  13. package/lib/model/update-approval-template-details.d.ts +2 -2
  14. package/lib/model/update-lockbox-details.d.ts +2 -2
  15. package/lib/request/cancel-work-request-request.d.ts +2 -2
  16. package/lib/request/change-approval-template-compartment-request.d.ts +2 -2
  17. package/lib/request/change-lockbox-compartment-request.d.ts +2 -2
  18. package/lib/request/create-access-request-request.d.ts +1 -1
  19. package/lib/request/create-approval-template-request.d.ts +1 -1
  20. package/lib/request/create-lockbox-request.d.ts +1 -1
  21. package/lib/request/delete-approval-template-request.d.ts +2 -2
  22. package/lib/request/delete-lockbox-request.d.ts +2 -2
  23. package/lib/request/export-access-requests-request.d.ts +2 -2
  24. package/lib/request/get-access-materials-request.d.ts +1 -1
  25. package/lib/request/get-access-request-request.d.ts +1 -1
  26. package/lib/request/get-approval-template-request.d.ts +1 -1
  27. package/lib/request/get-lockbox-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/handle-access-request-request.d.ts +2 -2
  30. package/lib/request/list-access-requests-request.d.ts +2 -2
  31. package/lib/request/list-approval-templates-request.d.ts +2 -2
  32. package/lib/request/list-lockboxes-request.d.ts +2 -2
  33. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  34. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  35. package/lib/request/list-work-requests-request.d.ts +2 -2
  36. package/lib/request/update-approval-template-request.d.ts +2 -2
  37. package/lib/request/update-lockbox-request.d.ts +2 -2
  38. package/lib/response/create-access-request-response.d.ts +1 -1
  39. package/lib/response/create-approval-template-response.d.ts +1 -1
  40. package/lib/response/create-lockbox-response.d.ts +1 -1
  41. package/lib/response/get-access-request-response.d.ts +1 -1
  42. package/lib/response/get-approval-template-response.d.ts +1 -1
  43. package/lib/response/get-lockbox-response.d.ts +1 -1
  44. package/lib/response/get-work-request-response.d.ts +1 -1
  45. package/lib/response/list-access-requests-response.d.ts +1 -1
  46. package/lib/response/list-approval-templates-response.d.ts +1 -1
  47. package/lib/response/list-lockboxes-response.d.ts +1 -1
  48. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  49. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  50. package/lib/response/list-work-requests-response.d.ts +1 -1
  51. package/lib/response/update-approval-template-response.d.ts +1 -1
  52. package/lib/response/update-lockbox-response.d.ts +1 -1
  53. package/package.json +3 -3
@@ -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/lockbox/GetAccessRequest.ts.html |here} to see how to use GetAccessRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/GetAccessRequest.ts.html |here} to see how to use GetAccessRequestRequest.
16
16
  */
17
17
  export interface GetAccessRequestRequest 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/lockbox/GetApprovalTemplate.ts.html |here} to see how to use GetApprovalTemplateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/GetApprovalTemplate.ts.html |here} to see how to use GetApprovalTemplateRequest.
16
16
  */
17
17
  export interface GetApprovalTemplateRequest 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/lockbox/GetLockbox.ts.html |here} to see how to use GetLockboxRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/GetLockbox.ts.html |here} to see how to use GetLockboxRequest.
16
16
  */
17
17
  export interface GetLockboxRequest 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/lockbox/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/HandleAccessRequest.ts.html |here} to see how to use HandleAccessRequestRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/HandleAccessRequest.ts.html |here} to see how to use HandleAccessRequestRequest.
17
17
  */
18
18
  export interface HandleAccessRequestRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface HandleAccessRequestRequest extends common.BaseRequest {
26
26
  "handleAccessRequestDetails": model.HandleAccessRequestDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/ListAccessRequests.ts.html |here} to see how to use ListAccessRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/ListAccessRequests.ts.html |here} to see how to use ListAccessRequestsRequest.
17
17
  */
18
18
  export interface ListAccessRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -53,7 +53,7 @@ export interface ListAccessRequestsRequest extends common.BaseRequest {
53
53
  */
54
54
  "limit"?: number;
55
55
  /**
56
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
56
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
57
57
  */
58
58
  "page"?: string;
59
59
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplatesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplatesRequest.
17
17
  */
18
18
  export interface ListApprovalTemplatesRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ListApprovalTemplatesRequest extends common.BaseRequest {
41
41
  */
42
42
  "limit"?: number;
43
43
  /**
44
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
44
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
45
45
  */
46
46
  "page"?: string;
47
47
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/ListLockboxes.ts.html |here} to see how to use ListLockboxesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/ListLockboxes.ts.html |here} to see how to use ListLockboxesRequest.
17
17
  */
18
18
  export interface ListLockboxesRequest extends common.BaseRequest {
19
19
  /**
@@ -49,7 +49,7 @@ export interface ListLockboxesRequest extends common.BaseRequest {
49
49
  */
50
50
  "limit"?: number;
51
51
  /**
52
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
52
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
53
53
  */
54
54
  "page"?: string;
55
55
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
37
37
  */
38
38
  "opcRequestId"?: string;
39
39
  /**
40
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
40
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplateRequest.
17
17
  */
18
18
  export interface UpdateApprovalTemplateRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateApprovalTemplateRequest extends common.BaseRequest {
26
26
  "updateApprovalTemplateDetails": model.UpdateApprovalTemplateDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/lockbox/UpdateLockbox.ts.html |here} to see how to use UpdateLockboxRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/lockbox/UpdateLockbox.ts.html |here} to see how to use UpdateLockboxRequest.
17
17
  */
18
18
  export interface UpdateLockboxRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateLockboxRequest extends common.BaseRequest {
26
26
  "updateLockboxDetails": model.UpdateLockboxDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -29,7 +29,7 @@ export interface CreateAccessRequestResponse {
29
29
  */
30
30
  "location": string;
31
31
  /**
32
- * For optimistic concurrency control. See `if-match`.
32
+ * For optimistic concurrency control. See {@code if-match}.
33
33
  *
34
34
  */
35
35
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateApprovalTemplateResponse {
24
24
  */
25
25
  "location": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateLockboxResponse {
24
24
  */
25
25
  "location": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAccessRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetApprovalTemplateResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetLockboxResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListAccessRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListApprovalTemplatesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListLockboxesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -19,7 +19,7 @@ export interface UpdateApprovalTemplateResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateLockboxResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-lockbox",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Lockbox 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.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"