oci-operatoraccesscontrol 2.26.0 → 2.29.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.
Files changed (55) hide show
  1. package/lib/client.d.ts +45 -21
  2. package/lib/client.js +222 -42
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/access-request-lifecycle-states.d.ts +1 -0
  5. package/lib/model/access-request-lifecycle-states.js +1 -0
  6. package/lib/model/access-request-lifecycle-states.js.map +1 -1
  7. package/lib/model/index.d.ts +6 -0
  8. package/lib/model/index.js +7 -1
  9. package/lib/model/index.js.map +1 -1
  10. package/lib/model/interaction-collection.d.ts +30 -0
  11. package/lib/model/interaction-collection.js +65 -0
  12. package/lib/model/interaction-collection.js.map +1 -0
  13. package/lib/model/interaction-request-details.d.ts +29 -0
  14. package/lib/model/interaction-request-details.js +33 -0
  15. package/lib/model/interaction-request-details.js.map +1 -0
  16. package/lib/model/interaction-summary.d.ts +50 -0
  17. package/lib/model/interaction-summary.js +33 -0
  18. package/lib/model/interaction-summary.js.map +1 -0
  19. package/lib/request/approve-access-request-request.d.ts +1 -1
  20. package/lib/request/change-operator-control-assignment-compartment-request.d.ts +1 -1
  21. package/lib/request/change-operator-control-compartment-request.d.ts +1 -1
  22. package/lib/request/create-operator-control-assignment-request.d.ts +1 -1
  23. package/lib/request/create-operator-control-request.d.ts +1 -1
  24. package/lib/request/delete-operator-control-assignment-request.d.ts +1 -1
  25. package/lib/request/delete-operator-control-request.d.ts +1 -1
  26. package/lib/request/get-access-request-request.d.ts +1 -1
  27. package/lib/request/get-operator-action-request.d.ts +1 -1
  28. package/lib/request/get-operator-control-assignment-request.d.ts +1 -1
  29. package/lib/request/get-operator-control-request.d.ts +1 -1
  30. package/lib/request/index.d.ts +4 -0
  31. package/lib/request/index.js.map +1 -1
  32. package/lib/request/interaction-request-request.d.ts +49 -0
  33. package/lib/request/interaction-request-request.js +15 -0
  34. package/lib/request/interaction-request-request.js.map +1 -0
  35. package/lib/request/list-access-request-histories-request.d.ts +1 -1
  36. package/lib/request/list-access-requests-request.d.ts +1 -1
  37. package/lib/request/list-interactions-request.d.ts +34 -0
  38. package/lib/request/list-interactions-request.js +15 -0
  39. package/lib/request/list-interactions-request.js.map +1 -0
  40. package/lib/request/list-operator-actions-request.d.ts +1 -1
  41. package/lib/request/list-operator-control-assignments-request.d.ts +1 -1
  42. package/lib/request/list-operator-controls-request.d.ts +1 -1
  43. package/lib/request/reject-access-request-request.d.ts +1 -1
  44. package/lib/request/review-access-request-request.d.ts +1 -1
  45. package/lib/request/revoke-access-request-request.d.ts +1 -1
  46. package/lib/request/update-operator-control-assignment-request.d.ts +1 -1
  47. package/lib/request/update-operator-control-request.d.ts +1 -1
  48. package/lib/response/index.d.ts +4 -0
  49. package/lib/response/interaction-request-response.d.ts +30 -0
  50. package/lib/response/interaction-request-response.js +15 -0
  51. package/lib/response/interaction-request-response.js.map +1 -0
  52. package/lib/response/list-interactions-response.d.ts +32 -0
  53. package/lib/response/list-interactions-response.js +15 -0
  54. package/lib/response/list-interactions-response.js.map +1 -0
  55. 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.26.0/operatoraccesscontrol/DeleteOperatorControl.ts.html |here} to see how to use DeleteOperatorControlRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/DeleteOperatorControl.ts.html |here} to see how to use DeleteOperatorControlRequest.
16
16
  */
17
17
  export interface DeleteOperatorControlRequest 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.26.0/operatoraccesscontrol/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.29.0/operatoraccesscontrol/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.26.0/operatoraccesscontrol/GetOperatorAction.ts.html |here} to see how to use GetOperatorActionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/GetOperatorAction.ts.html |here} to see how to use GetOperatorActionRequest.
16
16
  */
17
17
  export interface GetOperatorActionRequest 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.26.0/operatoraccesscontrol/GetOperatorControlAssignment.ts.html |here} to see how to use GetOperatorControlAssignmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/GetOperatorControlAssignment.ts.html |here} to see how to use GetOperatorControlAssignmentRequest.
16
16
  */
17
17
  export interface GetOperatorControlAssignmentRequest 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.26.0/operatoraccesscontrol/GetOperatorControl.ts.html |here} to see how to use GetOperatorControlRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/GetOperatorControl.ts.html |here} to see how to use GetOperatorControlRequest.
16
16
  */
17
17
  export interface GetOperatorControlRequest extends common.BaseRequest {
18
18
  /**
@@ -18,10 +18,14 @@ import * as ApproveAccessRequestRequest from "./approve-access-request-request";
18
18
  export import ApproveAccessRequestRequest = ApproveAccessRequestRequest.ApproveAccessRequestRequest;
19
19
  import * as GetAccessRequestRequest from "./get-access-request-request";
20
20
  export import GetAccessRequestRequest = GetAccessRequestRequest.GetAccessRequestRequest;
21
+ import * as InteractionRequestRequest from "./interaction-request-request";
22
+ export import InteractionRequestRequest = InteractionRequestRequest.InteractionRequestRequest;
21
23
  import * as ListAccessRequestHistoriesRequest from "./list-access-request-histories-request";
22
24
  export import ListAccessRequestHistoriesRequest = ListAccessRequestHistoriesRequest.ListAccessRequestHistoriesRequest;
23
25
  import * as ListAccessRequestsRequest from "./list-access-requests-request";
24
26
  export import ListAccessRequestsRequest = ListAccessRequestsRequest.ListAccessRequestsRequest;
27
+ import * as ListInteractionsRequest from "./list-interactions-request";
28
+ export import ListInteractionsRequest = ListInteractionsRequest.ListInteractionsRequest;
25
29
  import * as RejectAccessRequestRequest from "./reject-access-request-request";
26
30
  export import RejectAccessRequestRequest = RejectAccessRequestRequest.RejectAccessRequestRequest;
27
31
  import * as ReviewAccessRequestRequest from "./review-access-request-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAQH,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAS9F,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AASjG,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAWpG,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAUH,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAW9F,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AASjG,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAWpG,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/InteractionRequest.ts.html |here} to see how to use InteractionRequestRequest.
17
+ */
18
+ export interface InteractionRequestRequest extends common.BaseRequest {
19
+ /**
20
+ * unique AccessRequest identifier
21
+ */
22
+ "accessRequestId": string;
23
+ /**
24
+ * Details containing Query for additional information provided by Customer.
25
+ */
26
+ "interactionRequestDetails": model.InteractionRequestDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * For optimistic concurrency control. In the PUT or DELETE call
38
+ * for a resource, set the `if-match` parameter to the value of the
39
+ * etag from a previous GET or POST response for that resource.
40
+ * The resource will be updated or deleted only if the etag you
41
+ * provide matches the resource's current etag value.
42
+ *
43
+ */
44
+ "ifMatch"?: string;
45
+ /**
46
+ * The client request ID for tracing.
47
+ */
48
+ "opcRequestId"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=interaction-request-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interaction-request-request.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/interaction-request-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.26.0/operatoraccesscontrol/ListAccessRequestHistories.ts.html |here} to see how to use ListAccessRequestHistoriesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/ListAccessRequestHistories.ts.html |here} to see how to use ListAccessRequestHistoriesRequest.
16
16
  */
17
17
  export interface ListAccessRequestHistoriesRequest 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.26.0/operatoraccesscontrol/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.29.0/operatoraccesscontrol/ListAccessRequests.ts.html |here} to see how to use ListAccessRequestsRequest.
17
17
  */
18
18
  export interface ListAccessRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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.29.0/operatoraccesscontrol/ListInteractions.ts.html |here} to see how to use ListInteractionsRequest.
16
+ */
17
+ export interface ListInteractionsRequest extends common.BaseRequest {
18
+ /**
19
+ * unique AccessRequest identifier
20
+ */
21
+ "accessRequestId": string;
22
+ /**
23
+ * The maximum number of items to return.
24
+ */
25
+ "limit"?: number;
26
+ /**
27
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
28
+ */
29
+ "page"?: string;
30
+ /**
31
+ * The client request ID for tracing.
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=list-interactions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-interactions-request.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/request/list-interactions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.26.0/operatoraccesscontrol/ListOperatorActions.ts.html |here} to see how to use ListOperatorActionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/ListOperatorActions.ts.html |here} to see how to use ListOperatorActionsRequest.
17
17
  */
18
18
  export interface ListOperatorActionsRequest 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.26.0/operatoraccesscontrol/ListOperatorControlAssignments.ts.html |here} to see how to use ListOperatorControlAssignmentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/ListOperatorControlAssignments.ts.html |here} to see how to use ListOperatorControlAssignmentsRequest.
17
17
  */
18
18
  export interface ListOperatorControlAssignmentsRequest 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.26.0/operatoraccesscontrol/ListOperatorControls.ts.html |here} to see how to use ListOperatorControlsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/ListOperatorControls.ts.html |here} to see how to use ListOperatorControlsRequest.
17
17
  */
18
18
  export interface ListOperatorControlsRequest 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.26.0/operatoraccesscontrol/RejectAccessRequest.ts.html |here} to see how to use RejectAccessRequestRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/RejectAccessRequest.ts.html |here} to see how to use RejectAccessRequestRequest.
17
17
  */
18
18
  export interface RejectAccessRequestRequest 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.26.0/operatoraccesscontrol/ReviewAccessRequest.ts.html |here} to see how to use ReviewAccessRequestRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/ReviewAccessRequest.ts.html |here} to see how to use ReviewAccessRequestRequest.
17
17
  */
18
18
  export interface ReviewAccessRequestRequest 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.26.0/operatoraccesscontrol/RevokeAccessRequest.ts.html |here} to see how to use RevokeAccessRequestRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/RevokeAccessRequest.ts.html |here} to see how to use RevokeAccessRequestRequest.
17
17
  */
18
18
  export interface RevokeAccessRequestRequest 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.26.0/operatoraccesscontrol/UpdateOperatorControlAssignment.ts.html |here} to see how to use UpdateOperatorControlAssignmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/UpdateOperatorControlAssignment.ts.html |here} to see how to use UpdateOperatorControlAssignmentRequest.
17
17
  */
18
18
  export interface UpdateOperatorControlAssignmentRequest 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.26.0/operatoraccesscontrol/UpdateOperatorControl.ts.html |here} to see how to use UpdateOperatorControlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/operatoraccesscontrol/UpdateOperatorControl.ts.html |here} to see how to use UpdateOperatorControlRequest.
17
17
  */
18
18
  export interface UpdateOperatorControlRequest extends common.BaseRequest {
19
19
  /**
@@ -18,10 +18,14 @@ import * as ApproveAccessRequestResponse from "./approve-access-request-response
18
18
  export import ApproveAccessRequestResponse = ApproveAccessRequestResponse.ApproveAccessRequestResponse;
19
19
  import * as GetAccessRequestResponse from "./get-access-request-response";
20
20
  export import GetAccessRequestResponse = GetAccessRequestResponse.GetAccessRequestResponse;
21
+ import * as InteractionRequestResponse from "./interaction-request-response";
22
+ export import InteractionRequestResponse = InteractionRequestResponse.InteractionRequestResponse;
21
23
  import * as ListAccessRequestHistoriesResponse from "./list-access-request-histories-response";
22
24
  export import ListAccessRequestHistoriesResponse = ListAccessRequestHistoriesResponse.ListAccessRequestHistoriesResponse;
23
25
  import * as ListAccessRequestsResponse from "./list-access-requests-response";
24
26
  export import ListAccessRequestsResponse = ListAccessRequestsResponse.ListAccessRequestsResponse;
27
+ import * as ListInteractionsResponse from "./list-interactions-response";
28
+ export import ListInteractionsResponse = ListInteractionsResponse.ListInteractionsResponse;
25
29
  import * as RejectAccessRequestResponse from "./reject-access-request-response";
26
30
  export import RejectAccessRequestResponse = RejectAccessRequestResponse.RejectAccessRequestResponse;
27
31
  import * as ReviewAccessRequestResponse from "./review-access-request-response";
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 InteractionRequestResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `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.AccessRequest instance.
28
+ */
29
+ "accessRequest": model.AccessRequest;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=interaction-request-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interaction-request-response.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/response/interaction-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, 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 ListInteractionsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
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
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.InteractionCollection instance.
30
+ */
31
+ "interactionCollection": model.InteractionCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, 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=list-interactions-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-interactions-response.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/response/list-interactions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-operatoraccesscontrol",
3
- "version": "2.26.0",
3
+ "version": "2.29.0",
4
4
  "description": "OCI NodeJS client for Operator Access Control 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.26.0",
19
- "oci-workrequests": "2.26.0"
18
+ "oci-common": "2.29.0",
19
+ "oci-workrequests": "2.29.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"