oci-managementagent 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 (42) hide show
  1. package/lib/client.d.ts +30 -29
  2. package/lib/client.js +148 -59
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-data-source-details.js +4 -2
  5. package/lib/model/create-data-source-details.js.map +1 -1
  6. package/lib/model/data-source-summary-item.js +4 -2
  7. package/lib/model/data-source-summary-item.js.map +1 -1
  8. package/lib/model/data-source-summary.js +4 -2
  9. package/lib/model/data-source-summary.js.map +1 -1
  10. package/lib/model/data-source.js +4 -2
  11. package/lib/model/data-source.js.map +1 -1
  12. package/lib/model/update-data-source-details.js +4 -2
  13. package/lib/model/update-data-source-details.js.map +1 -1
  14. package/lib/request/create-data-source-request.d.ts +1 -1
  15. package/lib/request/create-management-agent-install-key-request.d.ts +1 -1
  16. package/lib/request/delete-data-source-request.d.ts +1 -1
  17. package/lib/request/delete-management-agent-install-key-request.d.ts +1 -1
  18. package/lib/request/delete-management-agent-request.d.ts +1 -1
  19. package/lib/request/delete-work-request-request.d.ts +1 -1
  20. package/lib/request/deploy-plugins-request.d.ts +1 -1
  21. package/lib/request/get-auto-upgradable-config-request.d.ts +1 -1
  22. package/lib/request/get-data-source-request.d.ts +1 -1
  23. package/lib/request/get-management-agent-install-key-content-request.d.ts +1 -1
  24. package/lib/request/get-management-agent-install-key-request.d.ts +1 -1
  25. package/lib/request/get-management-agent-request.d.ts +1 -1
  26. package/lib/request/get-work-request-request.d.ts +1 -1
  27. package/lib/request/list-availability-histories-request.d.ts +1 -1
  28. package/lib/request/list-data-sources-request.d.ts +1 -1
  29. package/lib/request/list-management-agent-images-request.d.ts +1 -1
  30. package/lib/request/list-management-agent-install-keys-request.d.ts +1 -1
  31. package/lib/request/list-management-agent-plugins-request.d.ts +1 -1
  32. package/lib/request/list-management-agents-request.d.ts +1 -1
  33. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  34. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  35. package/lib/request/list-work-requests-request.d.ts +1 -1
  36. package/lib/request/set-auto-upgradable-config-request.d.ts +1 -1
  37. package/lib/request/summarize-management-agent-counts-request.d.ts +1 -1
  38. package/lib/request/summarize-management-agent-plugin-counts-request.d.ts +1 -1
  39. package/lib/request/update-data-source-request.d.ts +1 -1
  40. package/lib/request/update-management-agent-install-key-request.d.ts +1 -1
  41. package/lib/request/update-management-agent-request.d.ts +1 -1
  42. 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/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/ListManagementAgents.ts.html |here} to see how to use ListManagementAgentsRequest.
17
17
  */
18
18
  export interface ListManagementAgentsRequest 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/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest 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.79.1/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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/managementagent/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/managementagent/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/SetAutoUpgradableConfig.ts.html |here} to see how to use SetAutoUpgradableConfigRequest.
17
17
  */
18
18
  export interface SetAutoUpgradableConfigRequest 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/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/SummarizeManagementAgentCounts.ts.html |here} to see how to use SummarizeManagementAgentCountsRequest.
17
17
  */
18
18
  export interface SummarizeManagementAgentCountsRequest 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/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/SummarizeManagementAgentPluginCounts.ts.html |here} to see how to use SummarizeManagementAgentPluginCountsRequest.
17
17
  */
18
18
  export interface SummarizeManagementAgentPluginCountsRequest 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/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/UpdateDataSource.ts.html |here} to see how to use UpdateDataSourceRequest.
17
17
  */
18
18
  export interface UpdateDataSourceRequest 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/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/UpdateManagementAgentInstallKey.ts.html |here} to see how to use UpdateManagementAgentInstallKeyRequest.
17
17
  */
18
18
  export interface UpdateManagementAgentInstallKeyRequest 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/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/managementagent/UpdateManagementAgent.ts.html |here} to see how to use UpdateManagementAgentRequest.
17
17
  */
18
18
  export interface UpdateManagementAgentRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-managementagent",
3
- "version": "2.79.1",
3
+ "version": "2.81.0",
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.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"