oci-adm 2.83.0 → 2.84.2

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 (40) hide show
  1. package/lib/client.d.ts +40 -36
  2. package/lib/client.js +42 -36
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/activate-remediation-recipe-request.d.ts +1 -1
  5. package/lib/request/cancel-remediation-run-request.d.ts +1 -1
  6. package/lib/request/cancel-work-request-request.d.ts +1 -1
  7. package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
  8. package/lib/request/change-remediation-recipe-compartment-request.d.ts +1 -1
  9. package/lib/request/change-remediation-run-compartment-request.d.ts +1 -1
  10. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
  11. package/lib/request/create-knowledge-base-request.d.ts +1 -1
  12. package/lib/request/create-remediation-recipe-request.d.ts +1 -1
  13. package/lib/request/create-remediation-run-request.d.ts +1 -1
  14. package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
  15. package/lib/request/deactivate-remediation-recipe-request.d.ts +1 -1
  16. package/lib/request/delete-knowledge-base-request.d.ts +1 -1
  17. package/lib/request/delete-remediation-recipe-request.d.ts +1 -1
  18. package/lib/request/delete-remediation-run-request.d.ts +1 -1
  19. package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
  20. package/lib/request/get-knowledge-base-request.d.ts +1 -1
  21. package/lib/request/get-remediation-recipe-request.d.ts +1 -1
  22. package/lib/request/get-remediation-run-request.d.ts +1 -1
  23. package/lib/request/get-stage-request.d.ts +1 -1
  24. package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
  25. package/lib/request/get-work-request-request.d.ts +1 -1
  26. package/lib/request/list-application-dependency-recommendations-request.d.ts +1 -1
  27. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
  28. package/lib/request/list-knowledge-bases-request.d.ts +1 -1
  29. package/lib/request/list-remediation-recipes-request.d.ts +1 -1
  30. package/lib/request/list-remediation-runs-request.d.ts +1 -1
  31. package/lib/request/list-stages-request.d.ts +1 -1
  32. package/lib/request/list-vulnerability-audits-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/update-knowledge-base-request.d.ts +1 -1
  37. package/lib/request/update-remediation-recipe-request.d.ts +1 -1
  38. package/lib/request/update-remediation-run-request.d.ts +1 -1
  39. package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
  40. 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.83.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAuditsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAuditsRequest.
17
17
  */
18
18
  export interface ListVulnerabilityAuditsRequest 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.83.0/adm/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.84.2/adm/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.83.0/adm/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.84.2/adm/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.83.0/adm/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.84.2/adm/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.83.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBaseRequest.
17
17
  */
18
18
  export interface UpdateKnowledgeBaseRequest 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.83.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipeRequest.
17
17
  */
18
18
  export interface UpdateRemediationRecipeRequest 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.83.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRunRequest.
17
17
  */
18
18
  export interface UpdateRemediationRunRequest 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.83.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAuditRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAuditRequest.
17
17
  */
18
18
  export interface UpdateVulnerabilityAuditRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-adm",
3
- "version": "2.83.0",
3
+ "version": "2.84.2",
4
4
  "description": "OCI NodeJS client for Adm 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.83.0",
19
- "oci-workrequests": "2.83.0"
18
+ "oci-common": "2.84.2",
19
+ "oci-workrequests": "2.84.2"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"