oci-operatoraccesscontrol 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 (41) hide show
  1. package/lib/client.d.ts +45 -27
  2. package/lib/client.js +56 -23
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/approve-access-request-request.d.ts +2 -2
  5. package/lib/request/change-operator-control-assignment-compartment-request.d.ts +2 -2
  6. package/lib/request/change-operator-control-compartment-request.d.ts +2 -2
  7. package/lib/request/create-operator-control-assignment-request.d.ts +1 -1
  8. package/lib/request/create-operator-control-request.d.ts +1 -1
  9. package/lib/request/delete-operator-control-assignment-request.d.ts +2 -2
  10. package/lib/request/delete-operator-control-request.d.ts +2 -2
  11. package/lib/request/get-access-request-request.d.ts +1 -1
  12. package/lib/request/get-operator-action-request.d.ts +1 -1
  13. package/lib/request/get-operator-control-assignment-request.d.ts +1 -1
  14. package/lib/request/get-operator-control-request.d.ts +1 -1
  15. package/lib/request/interaction-request-request.d.ts +2 -2
  16. package/lib/request/list-access-request-histories-request.d.ts +1 -1
  17. package/lib/request/list-access-requests-request.d.ts +1 -1
  18. package/lib/request/list-interactions-request.d.ts +1 -1
  19. package/lib/request/list-operator-actions-request.d.ts +1 -1
  20. package/lib/request/list-operator-control-assignments-request.d.ts +1 -1
  21. package/lib/request/list-operator-controls-request.d.ts +1 -1
  22. package/lib/request/reject-access-request-request.d.ts +2 -2
  23. package/lib/request/review-access-request-request.d.ts +2 -2
  24. package/lib/request/revoke-access-request-request.d.ts +2 -2
  25. package/lib/request/update-operator-control-assignment-request.d.ts +2 -2
  26. package/lib/request/update-operator-control-request.d.ts +2 -2
  27. package/lib/response/create-operator-control-assignment-response.d.ts +1 -1
  28. package/lib/response/create-operator-control-response.d.ts +1 -1
  29. package/lib/response/get-operator-control-assignment-response.d.ts +1 -1
  30. package/lib/response/get-operator-control-response.d.ts +1 -1
  31. package/lib/response/interaction-request-response.d.ts +1 -1
  32. package/lib/response/list-access-request-histories-response.d.ts +1 -1
  33. package/lib/response/list-access-requests-response.d.ts +1 -1
  34. package/lib/response/list-interactions-response.d.ts +1 -1
  35. package/lib/response/list-operator-actions-response.d.ts +1 -1
  36. package/lib/response/list-operator-control-assignments-response.d.ts +1 -1
  37. package/lib/response/list-operator-controls-response.d.ts +1 -1
  38. package/lib/response/review-access-request-response.d.ts +1 -1
  39. package/lib/response/update-operator-control-assignment-response.d.ts +1 -1
  40. package/lib/response/update-operator-control-response.d.ts +1 -1
  41. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetOperatorControlAssignmentResponse {
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 GetOperatorControlResponse {
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 InteractionRequestResponse {
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 ListAccessRequestHistoriesResponse {
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 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 ListInteractionsResponse {
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 ListOperatorActionsResponse {
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 ListOperatorControlAssignmentsResponse {
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 ListOperatorControlsResponse {
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
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface ReviewAccessRequestResponse {
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 UpdateOperatorControlAssignmentResponse {
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 UpdateOperatorControlResponse {
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-operatoraccesscontrol",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
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.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"