oci-managementagent 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 (46) 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/management-agent-summary.d.ts +2 -2
  5. package/lib/model/management-agent.d.ts +2 -2
  6. package/lib/model/update-management-agent-details.d.ts +2 -2
  7. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  8. package/lib/request/delete-management-agent-install-key-request.d.ts +2 -2
  9. package/lib/request/delete-management-agent-request.d.ts +2 -2
  10. package/lib/request/delete-work-request-request.d.ts +2 -2
  11. package/lib/request/deploy-plugins-request.d.ts +1 -1
  12. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  13. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  14. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  15. package/lib/request/get-management-agent-request.d.ts +1 -1
  16. package/lib/request/get-work-request-request.d.ts +1 -1
  17. package/lib/request/list-availability-histories-request.d.ts +1 -1
  18. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  19. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  20. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  21. package/lib/request/list-management-agents-request.d.ts +1 -1
  22. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  23. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  24. package/lib/request/list-work-requests-request.d.ts +2 -2
  25. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  26. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  27. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  28. package/lib/request/update-management-agent-install-key-request.d.ts +2 -2
  29. package/lib/request/update-management-agent-request.d.ts +2 -2
  30. package/lib/response/create-management-agent-install-key-response.d.ts +1 -1
  31. package/lib/response/get-management-agent-install-key-response.d.ts +1 -1
  32. package/lib/response/get-management-agent-response.d.ts +1 -1
  33. package/lib/response/get-work-request-response.d.ts +1 -1
  34. package/lib/response/list-availability-histories-response.d.ts +1 -1
  35. package/lib/response/list-management-agent-images-response.d.ts +1 -1
  36. package/lib/response/list-management-agent-install-keys-response.d.ts +1 -1
  37. package/lib/response/list-management-agent-plugins-response.d.ts +1 -1
  38. package/lib/response/list-management-agents-response.d.ts +1 -1
  39. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  40. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  41. package/lib/response/list-work-requests-response.d.ts +1 -1
  42. package/lib/response/summarize-management-agent-counts-response.d.ts +1 -1
  43. package/lib/response/summarize-management-agent-plugin-counts-response.d.ts +1 -1
  44. package/lib/response/update-management-agent-install-key-response.d.ts +1 -1
  45. package/lib/response/update-management-agent-response.d.ts +1 -1
  46. package/package.json +3 -3
@@ -23,7 +23,7 @@ export interface GetWorkRequestResponse {
23
23
  */
24
24
  "retryAfter": number;
25
25
  /**
26
- * For optimistic concurrency control. See `if-match`.
26
+ * For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListAvailabilityHistoriesResponse {
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 ListManagementAgentImagesResponse {
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 ListManagementAgentInstallKeysResponse {
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 ListManagementAgentPluginsResponse {
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 ListManagementAgentsResponse {
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
  */
@@ -20,7 +20,7 @@ export interface SummarizeManagementAgentCountsResponse {
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 SummarizeManagementAgentPluginCountsResponse {
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 UpdateManagementAgentInstallKeyResponse {
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 UpdateManagementAgentResponse {
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-managementagent",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Management Agent 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"