oci-adm 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 (111) hide show
  1. package/lib/client.d.ts +43 -37
  2. package/lib/client.js +53 -43
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/application-dependency-recommendation-summary.d.ts +8 -0
  5. package/lib/model/application-dependency-recommendation-summary.js.map +1 -1
  6. package/lib/model/application-dependency-vulnerability-summary.d.ts +7 -1
  7. package/lib/model/application-dependency-vulnerability-summary.js.map +1 -1
  8. package/lib/model/application-dependency.d.ts +8 -2
  9. package/lib/model/application-dependency.js.map +1 -1
  10. package/lib/model/config-severity.d.ts +32 -0
  11. package/lib/model/config-severity.js +43 -0
  12. package/lib/model/config-severity.js.map +1 -0
  13. package/lib/model/create-knowledge-base-details.d.ts +2 -2
  14. package/lib/model/create-remediation-recipe-details.d.ts +2 -2
  15. package/lib/model/create-remediation-run-details.d.ts +2 -2
  16. package/lib/model/create-vulnerability-audit-details.d.ts +4 -4
  17. package/lib/model/detect-configuration.d.ts +6 -1
  18. package/lib/model/detect-configuration.js.map +1 -1
  19. package/lib/model/index.d.ts +4 -0
  20. package/lib/model/index.js +6 -2
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/knowledge-base-summary.d.ts +3 -3
  23. package/lib/model/knowledge-base.d.ts +3 -3
  24. package/lib/model/remediation-recipe-summary.d.ts +3 -3
  25. package/lib/model/remediation-recipe.d.ts +3 -3
  26. package/lib/model/remediation-run-summary.d.ts +3 -3
  27. package/lib/model/remediation-run.d.ts +3 -3
  28. package/lib/model/update-knowledge-base-details.d.ts +2 -2
  29. package/lib/model/update-remediation-recipe-details.d.ts +2 -2
  30. package/lib/model/update-remediation-run-details.d.ts +2 -2
  31. package/lib/model/update-vulnerability-audit-details.d.ts +2 -2
  32. package/lib/model/usage-data-details.d.ts +3 -2
  33. package/lib/model/usage-data-details.js.map +1 -1
  34. package/lib/model/usage-data-via-object-storage-tuple-details.d.ts +3 -1
  35. package/lib/model/usage-data-via-object-storage-tuple-details.js.map +1 -1
  36. package/lib/model/vulnerability-audit-configuration.d.ts +7 -2
  37. package/lib/model/vulnerability-audit-configuration.js.map +1 -1
  38. package/lib/model/vulnerability-audit-summary.d.ts +18 -9
  39. package/lib/model/vulnerability-audit-summary.js.map +1 -1
  40. package/lib/model/vulnerability-audit.d.ts +19 -10
  41. package/lib/model/vulnerability-audit.js +1 -0
  42. package/lib/model/vulnerability-audit.js.map +1 -1
  43. package/lib/model/vulnerability-severity.d.ts +31 -0
  44. package/lib/model/vulnerability-severity.js +42 -0
  45. package/lib/model/vulnerability-severity.js.map +1 -0
  46. package/lib/model/vulnerability.d.ts +12 -3
  47. package/lib/model/vulnerability.js.map +1 -1
  48. package/lib/model/work-request-summary.d.ts +3 -3
  49. package/lib/request/activate-remediation-recipe-request.d.ts +2 -2
  50. package/lib/request/cancel-remediation-run-request.d.ts +2 -2
  51. package/lib/request/cancel-work-request-request.d.ts +2 -2
  52. package/lib/request/change-knowledge-base-compartment-request.d.ts +2 -2
  53. package/lib/request/change-remediation-recipe-compartment-request.d.ts +2 -2
  54. package/lib/request/change-remediation-run-compartment-request.d.ts +2 -2
  55. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +2 -2
  56. package/lib/request/create-knowledge-base-request.d.ts +1 -1
  57. package/lib/request/create-remediation-recipe-request.d.ts +1 -1
  58. package/lib/request/create-remediation-run-request.d.ts +1 -1
  59. package/lib/request/create-vulnerability-audit-request.d.ts +2 -2
  60. package/lib/request/deactivate-remediation-recipe-request.d.ts +2 -2
  61. package/lib/request/delete-knowledge-base-request.d.ts +2 -2
  62. package/lib/request/delete-remediation-recipe-request.d.ts +2 -2
  63. package/lib/request/delete-remediation-run-request.d.ts +2 -2
  64. package/lib/request/delete-vulnerability-audit-request.d.ts +2 -2
  65. package/lib/request/get-knowledge-base-request.d.ts +1 -1
  66. package/lib/request/get-remediation-recipe-request.d.ts +1 -1
  67. package/lib/request/get-remediation-run-request.d.ts +1 -1
  68. package/lib/request/get-stage-request.d.ts +1 -1
  69. package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
  70. package/lib/request/get-work-request-request.d.ts +1 -1
  71. package/lib/request/list-application-dependency-recommendations-request.d.ts +8 -2
  72. package/lib/request/list-application-dependency-recommendations-request.js +1 -0
  73. package/lib/request/list-application-dependency-recommendations-request.js.map +1 -1
  74. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +15 -4
  75. package/lib/request/list-application-dependency-vulnerabilities-request.js +1 -0
  76. package/lib/request/list-application-dependency-vulnerabilities-request.js.map +1 -1
  77. package/lib/request/list-knowledge-bases-request.d.ts +2 -2
  78. package/lib/request/list-remediation-recipes-request.d.ts +2 -2
  79. package/lib/request/list-remediation-runs-request.d.ts +2 -2
  80. package/lib/request/list-stages-request.d.ts +2 -2
  81. package/lib/request/list-vulnerability-audits-request.d.ts +22 -3
  82. package/lib/request/list-vulnerability-audits-request.js +3 -0
  83. package/lib/request/list-vulnerability-audits-request.js.map +1 -1
  84. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  85. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  86. package/lib/request/list-work-requests-request.d.ts +2 -2
  87. package/lib/request/update-knowledge-base-request.d.ts +2 -2
  88. package/lib/request/update-remediation-recipe-request.d.ts +2 -2
  89. package/lib/request/update-remediation-run-request.d.ts +2 -2
  90. package/lib/request/update-vulnerability-audit-request.d.ts +2 -2
  91. package/lib/response/cancel-remediation-run-response.d.ts +1 -1
  92. package/lib/response/create-remediation-run-response.d.ts +1 -1
  93. package/lib/response/create-vulnerability-audit-response.d.ts +1 -6
  94. package/lib/response/get-knowledge-base-response.d.ts +1 -1
  95. package/lib/response/get-remediation-recipe-response.d.ts +1 -1
  96. package/lib/response/get-remediation-run-response.d.ts +1 -1
  97. package/lib/response/get-vulnerability-audit-response.d.ts +1 -1
  98. package/lib/response/get-work-request-response.d.ts +1 -1
  99. package/lib/response/list-application-dependency-recommendations-response.d.ts +1 -1
  100. package/lib/response/list-application-dependency-vulnerabilities-response.d.ts +1 -1
  101. package/lib/response/list-knowledge-bases-response.d.ts +1 -1
  102. package/lib/response/list-remediation-recipes-response.d.ts +1 -1
  103. package/lib/response/list-remediation-runs-response.d.ts +1 -1
  104. package/lib/response/list-stages-response.d.ts +1 -1
  105. package/lib/response/list-vulnerability-audits-response.d.ts +1 -1
  106. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  107. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  108. package/lib/response/list-work-requests-response.d.ts +1 -1
  109. package/lib/response/update-remediation-run-response.d.ts +1 -1
  110. package/lib/response/update-vulnerability-audit-response.d.ts +1 -1
  111. package/package.json +3 -3
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /**
3
+ * Application Dependency Management API
4
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.VulnerabilitySeverity = void 0;
16
+ /**
17
+ * Qualitative evaluation of the severity for a vulnerability, from NONE to CRITICAL.
18
+ **/
19
+ var VulnerabilitySeverity;
20
+ (function (VulnerabilitySeverity) {
21
+ VulnerabilitySeverity["None"] = "NONE";
22
+ VulnerabilitySeverity["Low"] = "LOW";
23
+ VulnerabilitySeverity["Medium"] = "MEDIUM";
24
+ VulnerabilitySeverity["High"] = "HIGH";
25
+ VulnerabilitySeverity["Critical"] = "CRITICAL";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ VulnerabilitySeverity["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(VulnerabilitySeverity = exports.VulnerabilitySeverity || (exports.VulnerabilitySeverity = {}));
32
+ (function (VulnerabilitySeverity) {
33
+ function getJsonObj(obj) {
34
+ return obj;
35
+ }
36
+ VulnerabilitySeverity.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ VulnerabilitySeverity.getDeserializedJsonObj = getDeserializedJsonObj;
41
+ })(VulnerabilitySeverity = exports.VulnerabilitySeverity || (exports.VulnerabilitySeverity = {}));
42
+ //# sourceMappingURL=vulnerability-severity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vulnerability-severity.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/vulnerability-severity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,qBAYX;AAZD,WAAY,qBAAqB;IAC/B,sCAAa,CAAA;IACb,oCAAW,CAAA;IACX,0CAAiB,CAAA;IACjB,sCAAa,CAAA;IACb,8CAAqB,CAAA;IAErB;;;OAGG;IACH,uDAA8B,CAAA;AAChC,CAAC,EAZW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAYhC;AAED,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAOrC"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * A vulnerability is a weakness or error in an artifact.
15
16
  * A vulnerability is a generalization of a CVE (every CVE is a vulnerability, but not every vulnerability has a CVE).
@@ -20,20 +21,28 @@ export interface Vulnerability {
20
21
  * Unique vulnerability identifier, e.g. CVE-1999-0067.
21
22
  */
22
23
  "id": string;
24
+ /**
25
+ * Source that published the vulnerability
26
+ */
27
+ "source"?: string;
23
28
  /**
24
29
  * Common Vulnerability Scoring System (CVSS) Version 2. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
30
  */
26
- "cvssV2Score": number;
31
+ "cvssV2Score"?: number;
27
32
  /**
28
33
  * Common Vulnerability Scoring System (CVSS) Version 3. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
34
  */
30
- "cvssV3Score": number;
35
+ "cvssV3Score"?: number;
36
+ /**
37
+ * ADM qualitative severity score. Can be either NONE, LOW, MEDIUM, HIGH or CRITICAL.
38
+ */
39
+ "severity"?: model.VulnerabilitySeverity;
31
40
  /**
32
41
  * Indicates if the vulnerability was ignored according to the audit configuration.
33
42
  */
34
43
  "isIgnored": boolean;
35
44
  /**
36
- * Indicates if the vulnerability is a false positive according to the usage data. If no usage data was provided or the service cannot infer usage of the vulnerable code then this property is `null`.
45
+ * Indicates if the vulnerability is a false positive according to the usage data. If no usage data was provided or the service cannot infer usage of the vulnerable code then this property is {@code null}.
37
46
  */
38
47
  "isFalsePositive"?: boolean;
39
48
  }
@@ -1 +1 @@
1
- {"version":3,"file":"vulnerability.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/vulnerability.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiCH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
1
+ {"version":3,"file":"vulnerability.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/vulnerability.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyCH,IAAiB,aAAa,CAW7B;AAXD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAW7B"}
@@ -62,7 +62,7 @@ export interface WorkRequestSummary {
62
62
  "timeFinished"?: Date;
63
63
  /**
64
64
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
65
- * Example: `{\"bar-key\": \"value\"}`
65
+ * Example: {@code {\"bar-key\": \"value\"}}
66
66
  *
67
67
  */
68
68
  "freeformTags": {
@@ -70,7 +70,7 @@ export interface WorkRequestSummary {
70
70
  };
71
71
  /**
72
72
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
73
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
73
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
74
74
  *
75
75
  */
76
76
  "definedTags": {
@@ -80,7 +80,7 @@ export interface WorkRequestSummary {
80
80
  };
81
81
  /**
82
82
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
83
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
83
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
84
84
  *
85
85
  */
86
86
  "systemTags"?: {
@@ -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.76.1/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipeRequest.
16
16
  */
17
17
  export interface ActivateRemediationRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ActivateRemediationRecipeRequest extends common.BaseRequest {
21
21
  "remediationRecipeId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRunRequest.
16
16
  */
17
17
  export interface CancelRemediationRunRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelRemediationRunRequest extends common.BaseRequest {
21
21
  "remediationRunId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
21
21
  "workRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartmentRequest.
17
17
  */
18
18
  export interface ChangeKnowledgeBaseCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeKnowledgeBaseCompartmentRequest extends common.BaseReques
26
26
  "changeKnowledgeBaseCompartmentDetails": model.ChangeKnowledgeBaseCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRemediationRecipeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeRemediationRecipeCompartmentRequest extends common.BaseRe
26
26
  "changeRemediationRecipeCompartmentDetails": model.ChangeRemediationRecipeCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRemediationRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeRemediationRunCompartmentRequest extends common.BaseReque
26
26
  "changeRemediationRunCompartmentDetails": model.ChangeRemediationRunCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartmentRequest.
17
17
  */
18
18
  export interface ChangeVulnerabilityAuditCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeVulnerabilityAuditCompartmentRequest extends common.BaseR
26
26
  "changeVulnerabilityAuditCompartmentDetails": model.ChangeVulnerabilityAuditCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBaseRequest.
17
17
  */
18
18
  export interface CreateKnowledgeBaseRequest 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.76.1/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipeRequest.
17
17
  */
18
18
  export interface CreateRemediationRecipeRequest 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.76.1/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRunRequest.
17
17
  */
18
18
  export interface CreateRemediationRunRequest 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.76.1/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAuditRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAuditRequest.
17
17
  */
18
18
  export interface CreateVulnerabilityAuditRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface CreateVulnerabilityAuditRequest extends common.BaseRequest {
35
35
  "opcRetryToken"?: string;
36
36
  /**
37
37
  * For optimistic concurrency control. In the PUT or DELETE call
38
- * for a resource, set the `if-match` parameter to the value of the
38
+ * for a resource, set the {@code if-match} parameter to the value of the
39
39
  * etag from a previous GET or POST response for that resource.
40
40
  * The resource will be updated or deleted only if the etag you
41
41
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipeRequest.
16
16
  */
17
17
  export interface DeactivateRemediationRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeactivateRemediationRecipeRequest extends common.BaseRequest {
21
21
  "remediationRecipeId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBaseRequest.
16
16
  */
17
17
  export interface DeleteKnowledgeBaseRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteKnowledgeBaseRequest extends common.BaseRequest {
21
21
  "knowledgeBaseId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipeRequest.
16
16
  */
17
17
  export interface DeleteRemediationRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteRemediationRecipeRequest extends common.BaseRequest {
21
21
  "remediationRecipeId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRunRequest.
16
16
  */
17
17
  export interface DeleteRemediationRunRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteRemediationRunRequest extends common.BaseRequest {
21
21
  "remediationRunId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAuditRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAuditRequest.
16
16
  */
17
17
  export interface DeleteVulnerabilityAuditRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteVulnerabilityAuditRequest extends common.BaseRequest {
21
21
  "vulnerabilityAuditId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -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.76.1/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBaseRequest.
16
16
  */
17
17
  export interface GetKnowledgeBaseRequest 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.76.1/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipeRequest.
16
16
  */
17
17
  export interface GetRemediationRecipeRequest 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.76.1/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRunRequest.
16
16
  */
17
17
  export interface GetRemediationRunRequest 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.76.1/adm/GetStage.ts.html |here} to see how to use GetStageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetStage.ts.html |here} to see how to use GetStageRequest.
17
17
  */
18
18
  export interface GetStageRequest 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.76.1/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAuditRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAuditRequest.
16
16
  */
17
17
  export interface GetVulnerabilityAuditRequest 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.76.1/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.76.1/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendationsRequest.
17
17
  */
18
18
  export interface ListApplicationDependencyRecommendationsRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface ListApplicationDependencyRecommendationsRequest extends common.
29
29
  */
30
30
  "limit"?: number;
31
31
  /**
32
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
32
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
33
33
  */
34
34
  "page"?: string;
35
35
  /**
@@ -40,11 +40,16 @@ export interface ListApplicationDependencyRecommendationsRequest extends common.
40
40
  * A filter to return only resources that match the entire GAV (Group Artifact Version) identifier given.
41
41
  */
42
42
  "gav"?: string;
43
+ /**
44
+ * A filter to return only resources that match the entire PURL given (https://github.com/package-url/purl-spec/).
45
+ */
46
+ "purl"?: string;
43
47
  /**
44
48
  * The field to sort by. Only one sort order may be provided.
45
49
  * If sort order is dfs, the nodes are returned by going through the application dependency tree in a depth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending.
46
50
  * If sort order is bfs, the nodes are returned by going through the application dependency tree in a breadth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending.
47
51
  * Default order for gav is ascending where ascending corresponds to alphanumerical order.
52
+ * Default order for purl is ascending where ascending corresponds to alphabetical order
48
53
  * Default order for nodeId is ascending where ascending corresponds to alphanumerical order.
49
54
  * Sorting by DFS or BFS cannot be used in conjunction with the following query parameters: \"gav\", \"cvssV2GreaterThanOrEqual\", \"cvssV3GreaterThanOrEqual\" and \"vulnerabilityId\".
50
55
  *
@@ -54,6 +59,7 @@ export interface ListApplicationDependencyRecommendationsRequest extends common.
54
59
  export declare namespace ListApplicationDependencyRecommendationsRequest {
55
60
  enum SortBy {
56
61
  Gav = "gav",
62
+ Purl = "purl",
57
63
  NodeId = "nodeId",
58
64
  Dfs = "dfs",
59
65
  Bfs = "bfs"
@@ -18,6 +18,7 @@ var ListApplicationDependencyRecommendationsRequest;
18
18
  let SortBy;
19
19
  (function (SortBy) {
20
20
  SortBy["Gav"] = "gav";
21
+ SortBy["Purl"] = "purl";
21
22
  SortBy["NodeId"] = "nodeId";
22
23
  SortBy["Dfs"] = "dfs";
23
24
  SortBy["Bfs"] = "bfs";
@@ -1 +1 @@
1
- {"version":3,"file":"list-application-dependency-recommendations-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-application-dependency-recommendations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6CH,IAAiB,+CAA+C,CAO/D;AAPD,WAAiB,+CAA+C;IAC9D,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,qBAAW,CAAA;QACX,2BAAiB,CAAA;QACjB,qBAAW,CAAA;QACX,qBAAW,CAAA;IACb,CAAC,EALW,MAAM,GAAN,sDAAM,KAAN,sDAAM,QAKjB;AACH,CAAC,EAPgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAO/D"}
1
+ {"version":3,"file":"list-application-dependency-recommendations-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-application-dependency-recommendations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkDH,IAAiB,+CAA+C,CAQ/D;AARD,WAAiB,+CAA+C;IAC9D,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,qBAAW,CAAA;QACX,uBAAa,CAAA;QACb,2BAAiB,CAAA;QACjB,qBAAW,CAAA;QACX,qBAAW,CAAA;IACb,CAAC,EANW,MAAM,GAAN,sDAAM,KAAN,sDAAM,QAMjB;AACH,CAAC,EARgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAQ/D"}
@@ -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.76.1/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilitiesRequest.
17
17
  */
18
18
  export interface ListApplicationDependencyVulnerabilitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -25,21 +25,26 @@ export interface ListApplicationDependencyVulnerabilitiesRequest extends common.
25
25
  */
26
26
  "vulnerabilityId"?: string;
27
27
  /**
28
- * A filter that returns only Vulnerability Audits that have a Common Vulnerability Scoring System Version 3 (CVSS V3) greater or equal than the specified value.
28
+ * A filter that returns only Vulnerabilities that have a Common Vulnerability Scoring System Version 3 (CVSS V3) greater than or equal to the specified value.
29
29
  *
30
30
  */
31
31
  "cvssV3GreaterThanOrEqual"?: number;
32
32
  /**
33
- * A filter that returns only Vulnerability Audits that have a Common Vulnerability Scoring System Version 2 (CVSS V2) greater or equal than the specified value.
33
+ * A filter that returns only Vulnerabilities that have a Common Vulnerability Scoring System Version 2 (CVSS V2) greater than or equal to the specified value.
34
34
  *
35
35
  */
36
36
  "cvssV2GreaterThanOrEqual"?: number;
37
+ /**
38
+ * A filter that returns only Vulnerabilities that have a severity greater than or equal to the specified value.
39
+ *
40
+ */
41
+ "severityGreaterThanOrEqual"?: model.VulnerabilitySeverity;
37
42
  /**
38
43
  * The maximum number of items to return.
39
44
  */
40
45
  "limit"?: number;
41
46
  /**
42
- * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
47
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
43
48
  */
44
49
  "page"?: string;
45
50
  /**
@@ -51,6 +56,7 @@ export interface ListApplicationDependencyVulnerabilitiesRequest extends common.
51
56
  * If sort order is dfs, the nodes are returned by going through the application dependency tree in a depth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending.
52
57
  * If sort order is bfs, the nodes are returned by going through the application dependency tree in a breadth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending.
53
58
  * Default order for gav is ascending where ascending corresponds to alphanumerical order.
59
+ * Default order for purl is ascending where ascending corresponds to alphabetical order
54
60
  * Default order for nodeId is ascending where ascending corresponds to alphanumerical order.
55
61
  * Sorting by DFS or BFS cannot be used in conjunction with the following query parameters: \"gav\", \"cvssV2GreaterThanOrEqual\", \"cvssV3GreaterThanOrEqual\" and \"vulnerabilityId\".
56
62
  *
@@ -72,6 +78,10 @@ export interface ListApplicationDependencyVulnerabilitiesRequest extends common.
72
78
  * A filter to return only resources that match the entire GAV (Group Artifact Version) identifier given.
73
79
  */
74
80
  "gav"?: string;
81
+ /**
82
+ * A filter to return only resources that match the entire PURL given (https://github.com/package-url/purl-spec/).
83
+ */
84
+ "purl"?: string;
75
85
  /**
76
86
  * The client request ID for tracing.
77
87
  */
@@ -80,6 +90,7 @@ export interface ListApplicationDependencyVulnerabilitiesRequest extends common.
80
90
  export declare namespace ListApplicationDependencyVulnerabilitiesRequest {
81
91
  enum SortBy {
82
92
  Gav = "gav",
93
+ Purl = "purl",
83
94
  NodeId = "nodeId",
84
95
  Dfs = "dfs",
85
96
  Bfs = "bfs"
@@ -18,6 +18,7 @@ var ListApplicationDependencyVulnerabilitiesRequest;
18
18
  let SortBy;
19
19
  (function (SortBy) {
20
20
  SortBy["Gav"] = "gav";
21
+ SortBy["Purl"] = "purl";
21
22
  SortBy["NodeId"] = "nodeId";
22
23
  SortBy["Dfs"] = "dfs";
23
24
  SortBy["Bfs"] = "bfs";
@@ -1 +1 @@
1
- {"version":3,"file":"list-application-dependency-vulnerabilities-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-application-dependency-vulnerabilities-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuEH,IAAiB,+CAA+C,CAO/D;AAPD,WAAiB,+CAA+C;IAC9D,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,qBAAW,CAAA;QACX,2BAAiB,CAAA;QACjB,qBAAW,CAAA;QACX,qBAAW,CAAA;IACb,CAAC,EALW,MAAM,GAAN,sDAAM,KAAN,sDAAM,QAKjB;AACH,CAAC,EAPgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAO/D"}
1
+ {"version":3,"file":"list-application-dependency-vulnerabilities-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-application-dependency-vulnerabilities-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiFH,IAAiB,+CAA+C,CAQ/D;AARD,WAAiB,+CAA+C;IAC9D,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,qBAAW,CAAA;QACX,uBAAa,CAAA;QACb,2BAAiB,CAAA;QACjB,qBAAW,CAAA;QACX,qBAAW,CAAA;IACb,CAAC,EANW,MAAM,GAAN,sDAAM,KAAN,sDAAM,QAMjB;AACH,CAAC,EARgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAQ/D"}