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.
- package/lib/client.d.ts +30 -24
- package/lib/client.js +32 -23
- package/lib/client.js.map +1 -1
- package/lib/model/access-request-summary.d.ts +4 -4
- package/lib/model/access-request.d.ts +5 -5
- package/lib/model/activity-log.d.ts +1 -1
- package/lib/model/approval-template-summary.d.ts +3 -3
- package/lib/model/approval-template.d.ts +3 -3
- package/lib/model/create-approval-template-details.d.ts +2 -2
- package/lib/model/create-lockbox-details.d.ts +2 -2
- package/lib/model/lockbox-summary.d.ts +3 -3
- package/lib/model/lockbox.d.ts +3 -3
- package/lib/model/update-approval-template-details.d.ts +2 -2
- package/lib/model/update-lockbox-details.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-approval-template-compartment-request.d.ts +2 -2
- package/lib/request/change-lockbox-compartment-request.d.ts +2 -2
- package/lib/request/create-access-request-request.d.ts +1 -1
- package/lib/request/create-approval-template-request.d.ts +1 -1
- package/lib/request/create-lockbox-request.d.ts +1 -1
- package/lib/request/delete-approval-template-request.d.ts +2 -2
- package/lib/request/delete-lockbox-request.d.ts +2 -2
- package/lib/request/export-access-requests-request.d.ts +2 -2
- package/lib/request/get-access-materials-request.d.ts +1 -1
- package/lib/request/get-access-request-request.d.ts +1 -1
- package/lib/request/get-approval-template-request.d.ts +1 -1
- package/lib/request/get-lockbox-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/handle-access-request-request.d.ts +2 -2
- package/lib/request/list-access-requests-request.d.ts +2 -2
- package/lib/request/list-approval-templates-request.d.ts +2 -2
- package/lib/request/list-lockboxes-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-approval-template-request.d.ts +2 -2
- package/lib/request/update-lockbox-request.d.ts +2 -2
- package/lib/response/create-access-request-response.d.ts +1 -1
- package/lib/response/create-approval-template-response.d.ts +1 -1
- package/lib/response/create-lockbox-response.d.ts +1 -1
- package/lib/response/get-access-request-response.d.ts +1 -1
- package/lib/response/get-approval-template-response.d.ts +1 -1
- package/lib/response/get-lockbox-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-access-requests-response.d.ts +1 -1
- package/lib/response/list-approval-templates-response.d.ts +1 -1
- package/lib/response/list-lockboxes-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/update-approval-template-response.d.ts +1 -1
- package/lib/response/update-lockbox-response.d.ts +1 -1
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-lockbox",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.1",
|
|
19
|
+
"oci-workrequests": "2.77.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|