oci-cloudbridge 2.76.1 → 2.77.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 (137) hide show
  1. package/lib/client.d.ts +58 -58
  2. package/lib/client.js +58 -58
  3. package/lib/model/agent-dependency-summary.d.ts +3 -3
  4. package/lib/model/agent-dependency.d.ts +3 -3
  5. package/lib/model/agent-summary.d.ts +3 -3
  6. package/lib/model/agent.d.ts +3 -3
  7. package/lib/model/appliance-image-summary.d.ts +2 -2
  8. package/lib/model/asset-source-credentials.d.ts +2 -2
  9. package/lib/model/asset-source-summary.d.ts +3 -3
  10. package/lib/model/asset-source.d.ts +3 -3
  11. package/lib/model/asset-summary.d.ts +3 -3
  12. package/lib/model/asset.d.ts +3 -3
  13. package/lib/model/change-asset-tags-details.d.ts +2 -2
  14. package/lib/model/create-agent-dependency-details.d.ts +3 -3
  15. package/lib/model/create-agent-details.d.ts +2 -2
  16. package/lib/model/create-asset-details.d.ts +2 -2
  17. package/lib/model/create-asset-source-details.d.ts +3 -3
  18. package/lib/model/create-discovery-schedule-details.d.ts +2 -2
  19. package/lib/model/create-environment-details.d.ts +2 -2
  20. package/lib/model/create-inventory-details.d.ts +2 -2
  21. package/lib/model/create-vm-ware-asset-source-details.d.ts +1 -1
  22. package/lib/model/discovery-schedule-summary.d.ts +3 -3
  23. package/lib/model/discovery-schedule.d.ts +3 -3
  24. package/lib/model/environment-summary.d.ts +3 -3
  25. package/lib/model/environment.d.ts +3 -3
  26. package/lib/model/import-inventory-details.d.ts +2 -2
  27. package/lib/model/inventory-summary.d.ts +3 -3
  28. package/lib/model/inventory.d.ts +3 -3
  29. package/lib/model/plugin-summary.d.ts +2 -2
  30. package/lib/model/plugin.d.ts +3 -3
  31. package/lib/model/update-agent-dependency-details.d.ts +3 -3
  32. package/lib/model/update-agent-details.d.ts +2 -2
  33. package/lib/model/update-asset-details.d.ts +2 -2
  34. package/lib/model/update-asset-source-details.d.ts +3 -3
  35. package/lib/model/update-discovery-schedule-details.d.ts +2 -2
  36. package/lib/model/update-environment-details.d.ts +2 -2
  37. package/lib/model/update-inventory-details.d.ts +2 -2
  38. package/lib/model/update-vm-ware-asset-source-details.d.ts +1 -1
  39. package/lib/model/vm-ware-asset-source-summary.d.ts +1 -1
  40. package/lib/model/vm-ware-asset-source.d.ts +1 -1
  41. package/lib/request/add-agent-dependency-request.d.ts +2 -2
  42. package/lib/request/analyze-assets-request.d.ts +2 -2
  43. package/lib/request/cancel-work-request-request.d.ts +2 -2
  44. package/lib/request/change-agent-compartment-request.d.ts +2 -2
  45. package/lib/request/change-agent-dependency-compartment-request.d.ts +2 -2
  46. package/lib/request/change-asset-compartment-request.d.ts +2 -2
  47. package/lib/request/change-asset-source-compartment-request.d.ts +2 -2
  48. package/lib/request/change-asset-tags-request.d.ts +2 -2
  49. package/lib/request/change-discovery-schedule-compartment-request.d.ts +2 -2
  50. package/lib/request/change-environment-compartment-request.d.ts +2 -2
  51. package/lib/request/create-agent-dependency-request.d.ts +1 -1
  52. package/lib/request/create-agent-request.d.ts +1 -1
  53. package/lib/request/create-asset-request.d.ts +1 -1
  54. package/lib/request/create-asset-source-request.d.ts +1 -1
  55. package/lib/request/create-discovery-schedule-request.d.ts +1 -1
  56. package/lib/request/create-environment-request.d.ts +1 -1
  57. package/lib/request/create-inventory-request.d.ts +1 -1
  58. package/lib/request/delete-agent-dependency-request.d.ts +2 -2
  59. package/lib/request/delete-agent-request.d.ts +2 -2
  60. package/lib/request/delete-asset-request.d.ts +2 -2
  61. package/lib/request/delete-asset-source-request.d.ts +2 -2
  62. package/lib/request/delete-discovery-schedule-request.d.ts +2 -2
  63. package/lib/request/delete-environment-request.d.ts +2 -2
  64. package/lib/request/delete-inventory-request.d.ts +2 -2
  65. package/lib/request/get-agent-dependency-request.d.ts +1 -1
  66. package/lib/request/get-agent-request.d.ts +1 -1
  67. package/lib/request/get-asset-request.d.ts +1 -1
  68. package/lib/request/get-asset-source-request.d.ts +1 -1
  69. package/lib/request/get-discovery-schedule-request.d.ts +1 -1
  70. package/lib/request/get-environment-request.d.ts +1 -1
  71. package/lib/request/get-inventory-request.d.ts +1 -1
  72. package/lib/request/get-plugin-request.d.ts +1 -1
  73. package/lib/request/get-work-request-request.d.ts +1 -1
  74. package/lib/request/import-inventory-request.d.ts +1 -1
  75. package/lib/request/list-agent-dependencies-request.d.ts +2 -2
  76. package/lib/request/list-agents-request.d.ts +2 -2
  77. package/lib/request/list-appliance-images-request.d.ts +2 -2
  78. package/lib/request/list-asset-source-connections-request.d.ts +2 -2
  79. package/lib/request/list-asset-sources-request.d.ts +2 -2
  80. package/lib/request/list-assets-request.d.ts +2 -2
  81. package/lib/request/list-discovery-schedules-request.d.ts +2 -2
  82. package/lib/request/list-environments-request.d.ts +2 -2
  83. package/lib/request/list-historical-metrics-request.d.ts +2 -2
  84. package/lib/request/list-inventories-request.d.ts +2 -2
  85. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  86. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  87. package/lib/request/list-work-requests-request.d.ts +2 -2
  88. package/lib/request/refresh-asset-source-request.d.ts +1 -1
  89. package/lib/request/remove-agent-dependency-request.d.ts +2 -2
  90. package/lib/request/submit-historical-metrics-request.d.ts +2 -2
  91. package/lib/request/update-agent-dependency-request.d.ts +2 -2
  92. package/lib/request/update-agent-request.d.ts +2 -2
  93. package/lib/request/update-asset-request.d.ts +2 -2
  94. package/lib/request/update-asset-source-request.d.ts +2 -2
  95. package/lib/request/update-discovery-schedule-request.d.ts +2 -2
  96. package/lib/request/update-environment-request.d.ts +2 -2
  97. package/lib/request/update-inventory-request.d.ts +2 -2
  98. package/lib/request/update-plugin-request.d.ts +2 -2
  99. package/lib/response/add-agent-dependency-response.d.ts +1 -1
  100. package/lib/response/analyze-assets-response.d.ts +1 -1
  101. package/lib/response/change-asset-tags-response.d.ts +1 -1
  102. package/lib/response/create-agent-response.d.ts +1 -1
  103. package/lib/response/create-asset-response.d.ts +1 -1
  104. package/lib/response/create-asset-source-response.d.ts +1 -1
  105. package/lib/response/create-discovery-schedule-response.d.ts +1 -1
  106. package/lib/response/create-environment-response.d.ts +1 -1
  107. package/lib/response/get-agent-dependency-response.d.ts +1 -1
  108. package/lib/response/get-agent-response.d.ts +1 -1
  109. package/lib/response/get-asset-response.d.ts +1 -1
  110. package/lib/response/get-asset-source-response.d.ts +1 -1
  111. package/lib/response/get-discovery-schedule-response.d.ts +1 -1
  112. package/lib/response/get-environment-response.d.ts +1 -1
  113. package/lib/response/get-inventory-response.d.ts +1 -1
  114. package/lib/response/get-plugin-response.d.ts +1 -1
  115. package/lib/response/get-work-request-response.d.ts +1 -1
  116. package/lib/response/list-agent-dependencies-response.d.ts +1 -1
  117. package/lib/response/list-agents-response.d.ts +1 -1
  118. package/lib/response/list-appliance-images-response.d.ts +1 -1
  119. package/lib/response/list-asset-source-connections-response.d.ts +1 -1
  120. package/lib/response/list-asset-sources-response.d.ts +1 -1
  121. package/lib/response/list-assets-response.d.ts +1 -1
  122. package/lib/response/list-discovery-schedules-response.d.ts +1 -1
  123. package/lib/response/list-environments-response.d.ts +1 -1
  124. package/lib/response/list-historical-metrics-response.d.ts +1 -1
  125. package/lib/response/list-inventories-response.d.ts +1 -1
  126. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  127. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  128. package/lib/response/list-work-requests-response.d.ts +1 -1
  129. package/lib/response/remove-agent-dependency-response.d.ts +1 -1
  130. package/lib/response/submit-historical-metrics-response.d.ts +1 -1
  131. package/lib/response/update-agent-response.d.ts +1 -1
  132. package/lib/response/update-asset-response.d.ts +1 -1
  133. package/lib/response/update-discovery-schedule-response.d.ts +1 -1
  134. package/lib/response/update-environment-response.d.ts +1 -1
  135. package/lib/response/update-inventory-response.d.ts +1 -1
  136. package/lib/response/update-plugin-response.d.ts +1 -1
  137. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
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 ListAgentDependenciesResponse {
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 ListAgentsResponse {
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 ListApplianceImagesResponse {
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 ListAssetSourceConnectionsResponse {
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 ListAssetSourcesResponse {
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 ListAssetsResponse {
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 ListDiscoverySchedulesResponse {
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 ListEnvironmentsResponse {
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 ListHistoricalMetricsResponse {
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 ListInventoriesResponse {
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
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RemoveAgentDependencyResponse {
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 SubmitHistoricalMetricsResponse {
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 UpdateAgentResponse {
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 UpdateAssetResponse {
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 UpdateDiscoveryScheduleResponse {
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 UpdateEnvironmentResponse {
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 UpdateInventoryResponse {
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 UpdatePluginResponse {
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-cloudbridge",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Cloud Bridge 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.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"