oci-lockbox 2.84.2 → 2.86.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 (47) hide show
  1. package/lib/client.d.ts +55 -46
  2. package/lib/client.js +137 -69
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/access-request-ext.d.ts +138 -0
  5. package/lib/model/access-request-ext.js +95 -0
  6. package/lib/model/access-request-ext.js.map +1 -0
  7. package/lib/model/access-request-summary.d.ts +28 -0
  8. package/lib/model/access-request-summary.js.map +1 -1
  9. package/lib/model/approver-info.d.ts +4 -0
  10. package/lib/model/approver-info.js.map +1 -1
  11. package/lib/model/index.d.ts +2 -0
  12. package/lib/model/index.js +3 -1
  13. package/lib/model/index.js.map +1 -1
  14. package/lib/request/cancel-work-request-request.d.ts +1 -1
  15. package/lib/request/change-approval-template-compartment-request.d.ts +1 -1
  16. package/lib/request/change-lockbox-compartment-request.d.ts +1 -1
  17. package/lib/request/create-access-request-request.d.ts +1 -1
  18. package/lib/request/create-approval-template-request.d.ts +1 -1
  19. package/lib/request/create-lockbox-request.d.ts +1 -1
  20. package/lib/request/delete-approval-template-request.d.ts +1 -1
  21. package/lib/request/delete-lockbox-request.d.ts +1 -1
  22. package/lib/request/export-access-requests-request.d.ts +2 -2
  23. package/lib/request/get-access-materials-request.d.ts +1 -1
  24. package/lib/request/get-access-request-internal-request.d.ts +26 -0
  25. package/lib/request/get-access-request-internal-request.js +15 -0
  26. package/lib/request/get-access-request-internal-request.js.map +1 -0
  27. package/lib/request/get-access-request-request.d.ts +1 -1
  28. package/lib/request/get-approval-template-request.d.ts +1 -1
  29. package/lib/request/get-lockbox-request.d.ts +1 -1
  30. package/lib/request/get-work-request-request.d.ts +1 -1
  31. package/lib/request/handle-access-request-request.d.ts +1 -1
  32. package/lib/request/index.d.ts +2 -0
  33. package/lib/request/index.js.map +1 -1
  34. package/lib/request/list-access-requests-request.d.ts +1 -1
  35. package/lib/request/list-approval-templates-request.d.ts +1 -1
  36. package/lib/request/list-lockboxes-request.d.ts +1 -1
  37. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  38. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  39. package/lib/request/list-work-requests-request.d.ts +1 -1
  40. package/lib/request/update-approval-template-request.d.ts +1 -1
  41. package/lib/request/update-lockbox-request.d.ts +1 -1
  42. package/lib/response/export-access-requests-response.d.ts +5 -0
  43. package/lib/response/get-access-request-internal-response.d.ts +30 -0
  44. package/lib/response/get-access-request-internal-response.js +15 -0
  45. package/lib/response/get-access-request-internal-response.js.map +1 -0
  46. package/lib/response/index.d.ts +2 -0
  47. 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.84.2/lockbox/DeleteLockbox.ts.html |here} to see how to use DeleteLockboxRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/lockbox/DeleteLockbox.ts.html |here} to see how to use DeleteLockboxRequest.
16
16
  */
17
17
  export interface DeleteLockboxRequest extends common.BaseRequest {
18
18
  /**
@@ -13,11 +13,11 @@
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.84.2/lockbox/ExportAccessRequests.ts.html |here} to see how to use ExportAccessRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/lockbox/ExportAccessRequests.ts.html |here} to see how to use ExportAccessRequestsRequest.
17
17
  */
18
18
  export interface ExportAccessRequestsRequest extends common.BaseRequest {
19
19
  /**
20
- *
20
+ * Exports the list of access requests for given date range in text format
21
21
  */
22
22
  "exportAccessRequestsDetails": model.ExportAccessRequestsDetails;
23
23
  /**
@@ -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.84.2/lockbox/GetAccessMaterials.ts.html |here} to see how to use GetAccessMaterialsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/lockbox/GetAccessMaterials.ts.html |here} to see how to use GetAccessMaterialsRequest.
16
16
  */
17
17
  export interface GetAccessMaterialsRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220126
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/lockbox/GetAccessRequestInternal.ts.html |here} to see how to use GetAccessRequestInternalRequest.
16
+ */
17
+ export interface GetAccessRequestInternalRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique identifier (OCID) of the access request.
20
+ */
21
+ "accessRequestId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220126
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-access-request-internal-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-access-request-internal-request.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/get-access-request-internal-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.84.2/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.86.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.84.2/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.86.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.84.2/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.86.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.84.2/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.86.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.84.2/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.86.1/lockbox/HandleAccessRequest.ts.html |here} to see how to use HandleAccessRequestRequest.
17
17
  */
18
18
  export interface HandleAccessRequestRequest extends common.BaseRequest {
19
19
  /**
@@ -35,6 +35,8 @@ import * as GetAccessMaterialsRequest from "./get-access-materials-request";
35
35
  export import GetAccessMaterialsRequest = GetAccessMaterialsRequest.GetAccessMaterialsRequest;
36
36
  import * as GetAccessRequestRequest from "./get-access-request-request";
37
37
  export import GetAccessRequestRequest = GetAccessRequestRequest.GetAccessRequestRequest;
38
+ import * as GetAccessRequestInternalRequest from "./get-access-request-internal-request";
39
+ export import GetAccessRequestInternalRequest = GetAccessRequestInternalRequest.GetAccessRequestInternalRequest;
38
40
  import * as GetApprovalTemplateRequest from "./get-approval-template-request";
39
41
  export import GetApprovalTemplateRequest = GetApprovalTemplateRequest.GetApprovalTemplateRequest;
40
42
  import * as GetLockboxRequest from "./get-lockbox-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAkBH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAapG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAkBH,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAepG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -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.84.2/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.86.1/lockbox/ListAccessRequests.ts.html |here} to see how to use ListAccessRequestsRequest.
17
17
  */
18
18
  export interface ListAccessRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.84.2/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.86.1/lockbox/ListApprovalTemplates.ts.html |here} to see how to use ListApprovalTemplatesRequest.
17
17
  */
18
18
  export interface ListApprovalTemplatesRequest extends common.BaseRequest {
19
19
  /**
@@ -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.84.2/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.86.1/lockbox/ListLockboxes.ts.html |here} to see how to use ListLockboxesRequest.
17
17
  */
18
18
  export interface ListLockboxesRequest extends common.BaseRequest {
19
19
  /**
@@ -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.84.2/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.86.1/lockbox/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.84.2/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.86.1/lockbox/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.84.2/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.86.1/lockbox/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.84.2/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.86.1/lockbox/UpdateApprovalTemplate.ts.html |here} to see how to use UpdateApprovalTemplateRequest.
17
17
  */
18
18
  export interface UpdateApprovalTemplateRequest extends common.BaseRequest {
19
19
  /**
@@ -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.84.2/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.86.1/lockbox/UpdateLockbox.ts.html |here} to see how to use UpdateLockboxRequest.
17
17
  */
18
18
  export interface UpdateLockboxRequest extends common.BaseRequest {
19
19
  /**
@@ -19,6 +19,11 @@ export interface ExportAccessRequestsResponse {
19
19
  *
20
20
  */
21
21
  "opcRequestId": string;
22
+ /**
23
+ * For optimistic concurrency control. See {@code if-match}.
24
+ *
25
+ */
26
+ "etag": string;
22
27
  /**
23
28
  * The returned stream.Readable | ReadableStream instance.
24
29
  */
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220126
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetAccessRequestInternalResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.AccessRequestExt instance.
28
+ */
29
+ "accessRequestExt": model.AccessRequestExt;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220126
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-access-request-internal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-access-request-internal-response.js","sourceRoot":"","sources":["../../../../../lib/lockbox/lib/response/get-access-request-internal-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -35,6 +35,8 @@ import * as GetAccessMaterialsResponse from "./get-access-materials-response";
35
35
  export import GetAccessMaterialsResponse = GetAccessMaterialsResponse.GetAccessMaterialsResponse;
36
36
  import * as GetAccessRequestResponse from "./get-access-request-response";
37
37
  export import GetAccessRequestResponse = GetAccessRequestResponse.GetAccessRequestResponse;
38
+ import * as GetAccessRequestInternalResponse from "./get-access-request-internal-response";
39
+ export import GetAccessRequestInternalResponse = GetAccessRequestInternalResponse.GetAccessRequestInternalResponse;
38
40
  import * as GetApprovalTemplateResponse from "./get-approval-template-response";
39
41
  export import GetApprovalTemplateResponse = GetApprovalTemplateResponse.GetApprovalTemplateResponse;
40
42
  import * as GetLockboxResponse from "./get-lockbox-response";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-lockbox",
3
- "version": "2.84.2",
3
+ "version": "2.86.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.84.2",
19
- "oci-workrequests": "2.84.2"
18
+ "oci-common": "2.86.1",
19
+ "oci-workrequests": "2.86.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"