oci-cloudbridge 2.79.1 → 2.81.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 (78) hide show
  1. package/lib/client.d.ts +66 -62
  2. package/lib/client.js +322 -128
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/asset-source-summary.js +4 -2
  5. package/lib/model/asset-source-summary.js.map +1 -1
  6. package/lib/model/asset-source.js +4 -2
  7. package/lib/model/asset-source.js.map +1 -1
  8. package/lib/model/asset.js +4 -2
  9. package/lib/model/asset.js.map +1 -1
  10. package/lib/model/create-asset-details.js +4 -2
  11. package/lib/model/create-asset-details.js.map +1 -1
  12. package/lib/model/create-asset-source-details.js +4 -2
  13. package/lib/model/create-asset-source-details.js.map +1 -1
  14. package/lib/model/import-inventory-details.js +4 -2
  15. package/lib/model/import-inventory-details.js.map +1 -1
  16. package/lib/model/update-asset-details.js +4 -2
  17. package/lib/model/update-asset-details.js.map +1 -1
  18. package/lib/model/update-asset-source-details.js +4 -2
  19. package/lib/model/update-asset-source-details.js.map +1 -1
  20. package/lib/request/add-agent-dependency-request.d.ts +1 -1
  21. package/lib/request/analyze-assets-request.d.ts +1 -1
  22. package/lib/request/cancel-work-request-request.d.ts +1 -1
  23. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  24. package/lib/request/change-agent-dependency-compartment-request.d.ts +1 -1
  25. package/lib/request/change-asset-compartment-request.d.ts +1 -1
  26. package/lib/request/change-asset-source-compartment-request.d.ts +1 -1
  27. package/lib/request/change-asset-tags-request.d.ts +1 -1
  28. package/lib/request/change-discovery-schedule-compartment-request.d.ts +1 -1
  29. package/lib/request/change-environment-compartment-request.d.ts +1 -1
  30. package/lib/request/create-agent-dependency-request.d.ts +1 -1
  31. package/lib/request/create-agent-request.d.ts +1 -1
  32. package/lib/request/create-asset-request.d.ts +1 -1
  33. package/lib/request/create-asset-source-request.d.ts +1 -1
  34. package/lib/request/create-discovery-schedule-request.d.ts +1 -1
  35. package/lib/request/create-environment-request.d.ts +1 -1
  36. package/lib/request/create-inventory-request.d.ts +1 -1
  37. package/lib/request/delete-agent-dependency-request.d.ts +1 -1
  38. package/lib/request/delete-agent-request.d.ts +1 -1
  39. package/lib/request/delete-asset-request.d.ts +1 -1
  40. package/lib/request/delete-asset-source-request.d.ts +1 -1
  41. package/lib/request/delete-discovery-schedule-request.d.ts +1 -1
  42. package/lib/request/delete-environment-request.d.ts +1 -1
  43. package/lib/request/delete-inventory-request.d.ts +1 -1
  44. package/lib/request/get-agent-dependency-request.d.ts +1 -1
  45. package/lib/request/get-agent-request.d.ts +1 -1
  46. package/lib/request/get-asset-request.d.ts +1 -1
  47. package/lib/request/get-asset-source-request.d.ts +1 -1
  48. package/lib/request/get-discovery-schedule-request.d.ts +1 -1
  49. package/lib/request/get-environment-request.d.ts +1 -1
  50. package/lib/request/get-inventory-request.d.ts +1 -1
  51. package/lib/request/get-plugin-request.d.ts +1 -1
  52. package/lib/request/get-work-request-request.d.ts +1 -1
  53. package/lib/request/import-inventory-request.d.ts +1 -1
  54. package/lib/request/list-agent-dependencies-request.d.ts +1 -1
  55. package/lib/request/list-agents-request.d.ts +1 -1
  56. package/lib/request/list-appliance-images-request.d.ts +1 -1
  57. package/lib/request/list-asset-source-connections-request.d.ts +1 -1
  58. package/lib/request/list-asset-sources-request.d.ts +1 -1
  59. package/lib/request/list-assets-request.d.ts +1 -1
  60. package/lib/request/list-discovery-schedules-request.d.ts +1 -1
  61. package/lib/request/list-environments-request.d.ts +1 -1
  62. package/lib/request/list-historical-metrics-request.d.ts +1 -1
  63. package/lib/request/list-inventories-request.d.ts +1 -1
  64. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  65. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  66. package/lib/request/list-work-requests-request.d.ts +1 -1
  67. package/lib/request/refresh-asset-source-request.d.ts +1 -1
  68. package/lib/request/remove-agent-dependency-request.d.ts +1 -1
  69. package/lib/request/submit-historical-metrics-request.d.ts +1 -1
  70. package/lib/request/update-agent-dependency-request.d.ts +1 -1
  71. package/lib/request/update-agent-request.d.ts +1 -1
  72. package/lib/request/update-asset-request.d.ts +1 -1
  73. package/lib/request/update-asset-source-request.d.ts +1 -1
  74. package/lib/request/update-discovery-schedule-request.d.ts +1 -1
  75. package/lib/request/update-environment-request.d.ts +1 -1
  76. package/lib/request/update-inventory-request.d.ts +1 -1
  77. package/lib/request/update-plugin-request.d.ts +1 -1
  78. package/package.json +3 -3
@@ -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.79.1/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetricsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListHistoricalMetrics.ts.html |here} to see how to use ListHistoricalMetricsRequest.
17
17
  */
18
18
  export interface ListHistoricalMetricsRequest 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.79.1/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventoriesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/ListInventories.ts.html |here} to see how to use ListInventoriesRequest.
17
17
  */
18
18
  export interface ListInventoriesRequest 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.79.1/cloudbridge/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.81.0/cloudbridge/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.79.1/cloudbridge/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.81.0/cloudbridge/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.79.1/cloudbridge/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.81.0/cloudbridge/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.79.1/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/RefreshAssetSource.ts.html |here} to see how to use RefreshAssetSourceRequest.
16
16
  */
17
17
  export interface RefreshAssetSourceRequest 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.79.1/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependencyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/RemoveAgentDependency.ts.html |here} to see how to use RemoveAgentDependencyRequest.
17
17
  */
18
18
  export interface RemoveAgentDependencyRequest 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.79.1/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetricsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/SubmitHistoricalMetrics.ts.html |here} to see how to use SubmitHistoricalMetricsRequest.
17
17
  */
18
18
  export interface SubmitHistoricalMetricsRequest 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.79.1/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependencyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAgentDependency.ts.html |here} to see how to use UpdateAgentDependencyRequest.
17
17
  */
18
18
  export interface UpdateAgentDependencyRequest 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.79.1/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAgent.ts.html |here} to see how to use UpdateAgentRequest.
17
17
  */
18
18
  export interface UpdateAgentRequest 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.79.1/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAssetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAsset.ts.html |here} to see how to use UpdateAssetRequest.
17
17
  */
18
18
  export interface UpdateAssetRequest 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.79.1/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateAssetSource.ts.html |here} to see how to use UpdateAssetSourceRequest.
17
17
  */
18
18
  export interface UpdateAssetSourceRequest 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.79.1/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoveryScheduleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateDiscoverySchedule.ts.html |here} to see how to use UpdateDiscoveryScheduleRequest.
17
17
  */
18
18
  export interface UpdateDiscoveryScheduleRequest 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.79.1/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateEnvironment.ts.html |here} to see how to use UpdateEnvironmentRequest.
17
17
  */
18
18
  export interface UpdateEnvironmentRequest 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.79.1/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdateInventory.ts.html |here} to see how to use UpdateInventoryRequest.
17
17
  */
18
18
  export interface UpdateInventoryRequest 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.79.1/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePluginRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/cloudbridge/UpdatePlugin.ts.html |here} to see how to use UpdatePluginRequest.
17
17
  */
18
18
  export interface UpdatePluginRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-cloudbridge",
3
- "version": "2.79.1",
3
+ "version": "2.81.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.79.1",
19
- "oci-workrequests": "2.79.1"
18
+ "oci-common": "2.81.0",
19
+ "oci-workrequests": "2.81.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"