oci-adm 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.
- package/lib/client.d.ts +36 -36
- package/lib/client.js +44 -43
- package/lib/client.js.map +1 -1
- package/lib/model/application-dependency-recommendation-summary.d.ts +8 -0
- package/lib/model/application-dependency-recommendation-summary.js.map +1 -1
- package/lib/model/application-dependency-vulnerability-summary.d.ts +7 -1
- package/lib/model/application-dependency-vulnerability-summary.js.map +1 -1
- package/lib/model/application-dependency.d.ts +8 -2
- package/lib/model/application-dependency.js.map +1 -1
- package/lib/model/config-severity.d.ts +32 -0
- package/lib/model/config-severity.js +43 -0
- package/lib/model/config-severity.js.map +1 -0
- package/lib/model/create-knowledge-base-details.d.ts +2 -2
- package/lib/model/create-remediation-recipe-details.d.ts +2 -2
- package/lib/model/create-remediation-run-details.d.ts +2 -2
- package/lib/model/create-vulnerability-audit-details.d.ts +4 -4
- package/lib/model/detect-configuration.d.ts +6 -1
- package/lib/model/detect-configuration.js.map +1 -1
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/knowledge-base-summary.d.ts +3 -3
- package/lib/model/knowledge-base.d.ts +3 -3
- package/lib/model/remediation-recipe-summary.d.ts +3 -3
- package/lib/model/remediation-recipe.d.ts +3 -3
- package/lib/model/remediation-run-summary.d.ts +3 -3
- package/lib/model/remediation-run.d.ts +3 -3
- package/lib/model/update-knowledge-base-details.d.ts +2 -2
- package/lib/model/update-remediation-recipe-details.d.ts +2 -2
- package/lib/model/update-remediation-run-details.d.ts +2 -2
- package/lib/model/update-vulnerability-audit-details.d.ts +2 -2
- package/lib/model/usage-data-details.d.ts +3 -2
- package/lib/model/usage-data-details.js.map +1 -1
- package/lib/model/usage-data-via-object-storage-tuple-details.d.ts +3 -1
- package/lib/model/usage-data-via-object-storage-tuple-details.js.map +1 -1
- package/lib/model/vulnerability-audit-configuration.d.ts +7 -2
- package/lib/model/vulnerability-audit-configuration.js.map +1 -1
- package/lib/model/vulnerability-audit-summary.d.ts +18 -9
- package/lib/model/vulnerability-audit-summary.js.map +1 -1
- package/lib/model/vulnerability-audit.d.ts +19 -10
- package/lib/model/vulnerability-audit.js +1 -0
- package/lib/model/vulnerability-audit.js.map +1 -1
- package/lib/model/vulnerability-severity.d.ts +31 -0
- package/lib/model/vulnerability-severity.js +42 -0
- package/lib/model/vulnerability-severity.js.map +1 -0
- package/lib/model/vulnerability.d.ts +12 -3
- package/lib/model/vulnerability.js.map +1 -1
- package/lib/model/work-request-summary.d.ts +3 -3
- package/lib/request/activate-remediation-recipe-request.d.ts +2 -2
- package/lib/request/cancel-remediation-run-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-knowledge-base-compartment-request.d.ts +2 -2
- package/lib/request/change-remediation-recipe-compartment-request.d.ts +2 -2
- package/lib/request/change-remediation-run-compartment-request.d.ts +2 -2
- package/lib/request/change-vulnerability-audit-compartment-request.d.ts +2 -2
- package/lib/request/create-knowledge-base-request.d.ts +1 -1
- package/lib/request/create-remediation-recipe-request.d.ts +1 -1
- package/lib/request/create-remediation-run-request.d.ts +1 -1
- package/lib/request/create-vulnerability-audit-request.d.ts +2 -2
- package/lib/request/deactivate-remediation-recipe-request.d.ts +2 -2
- package/lib/request/delete-knowledge-base-request.d.ts +2 -2
- package/lib/request/delete-remediation-recipe-request.d.ts +2 -2
- package/lib/request/delete-remediation-run-request.d.ts +2 -2
- package/lib/request/delete-vulnerability-audit-request.d.ts +2 -2
- package/lib/request/get-knowledge-base-request.d.ts +1 -1
- package/lib/request/get-remediation-recipe-request.d.ts +1 -1
- package/lib/request/get-remediation-run-request.d.ts +1 -1
- package/lib/request/get-stage-request.d.ts +1 -1
- package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-application-dependency-recommendations-request.d.ts +8 -2
- package/lib/request/list-application-dependency-recommendations-request.js +1 -0
- package/lib/request/list-application-dependency-recommendations-request.js.map +1 -1
- package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +15 -4
- package/lib/request/list-application-dependency-vulnerabilities-request.js +1 -0
- package/lib/request/list-application-dependency-vulnerabilities-request.js.map +1 -1
- package/lib/request/list-knowledge-bases-request.d.ts +2 -2
- package/lib/request/list-remediation-recipes-request.d.ts +2 -2
- package/lib/request/list-remediation-runs-request.d.ts +2 -2
- package/lib/request/list-stages-request.d.ts +2 -2
- package/lib/request/list-vulnerability-audits-request.d.ts +22 -3
- package/lib/request/list-vulnerability-audits-request.js +3 -0
- package/lib/request/list-vulnerability-audits-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-knowledge-base-request.d.ts +2 -2
- package/lib/request/update-remediation-recipe-request.d.ts +2 -2
- package/lib/request/update-remediation-run-request.d.ts +2 -2
- package/lib/request/update-vulnerability-audit-request.d.ts +2 -2
- package/lib/response/cancel-remediation-run-response.d.ts +1 -1
- package/lib/response/create-remediation-run-response.d.ts +1 -1
- package/lib/response/create-vulnerability-audit-response.d.ts +1 -6
- package/lib/response/get-knowledge-base-response.d.ts +1 -1
- package/lib/response/get-remediation-recipe-response.d.ts +1 -1
- package/lib/response/get-remediation-run-response.d.ts +1 -1
- package/lib/response/get-vulnerability-audit-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-application-dependency-recommendations-response.d.ts +1 -1
- package/lib/response/list-application-dependency-vulnerabilities-response.d.ts +1 -1
- package/lib/response/list-knowledge-bases-response.d.ts +1 -1
- package/lib/response/list-remediation-recipes-response.d.ts +1 -1
- package/lib/response/list-remediation-runs-response.d.ts +1 -1
- package/lib/response/list-stages-response.d.ts +1 -1
- package/lib/response/list-vulnerability-audits-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/update-remediation-run-response.d.ts +1 -1
- package/lib/response/update-vulnerability-audit-response.d.ts +1 -1
- 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBasesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListKnowledgeBasesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -47,7 +47,7 @@ export interface ListKnowledgeBasesRequest extends common.BaseRequest {
|
|
|
47
47
|
*/
|
|
48
48
|
"limit"?: number;
|
|
49
49
|
/**
|
|
50
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
50
|
+
* 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.
|
|
51
51
|
*/
|
|
52
52
|
"page"?: string;
|
|
53
53
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListRemediationRecipesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,7 +49,7 @@ export interface ListRemediationRecipesRequest extends common.BaseRequest {
|
|
|
49
49
|
*/
|
|
50
50
|
"limit"?: number;
|
|
51
51
|
/**
|
|
52
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
52
|
+
* 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.
|
|
53
53
|
*/
|
|
54
54
|
"page"?: string;
|
|
55
55
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRunsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListRemediationRunsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -60,7 +60,7 @@ export interface ListRemediationRunsRequest extends common.BaseRequest {
|
|
|
60
60
|
*/
|
|
61
61
|
"limit"?: number;
|
|
62
62
|
/**
|
|
63
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
63
|
+
* 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.
|
|
64
64
|
*/
|
|
65
65
|
"page"?: string;
|
|
66
66
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListStages.ts.html |here} to see how to use ListStagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListStagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ListStagesRequest extends common.BaseRequest {
|
|
|
37
37
|
*/
|
|
38
38
|
"limit"?: number;
|
|
39
39
|
/**
|
|
40
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
40
|
+
* 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.
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
43
43
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAuditsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListVulnerabilityAuditsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,7 +49,7 @@ export interface ListVulnerabilityAuditsRequest extends common.BaseRequest {
|
|
|
49
49
|
*/
|
|
50
50
|
"limit"?: number;
|
|
51
51
|
/**
|
|
52
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
52
|
+
* 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.
|
|
53
53
|
*/
|
|
54
54
|
"page"?: string;
|
|
55
55
|
/**
|
|
@@ -65,6 +65,9 @@ export interface ListVulnerabilityAuditsRequest extends common.BaseRequest {
|
|
|
65
65
|
* Default order for _timeCreated_ is **descending**.
|
|
66
66
|
* Default order for _vulnerableArtifactsCount_ is **ascending**.
|
|
67
67
|
* Default order for _vulnerableArtifactsCountWithIgnored_ is **ascending**.
|
|
68
|
+
* Default order for _maxObservedSeverity_ is **ascending**.
|
|
69
|
+
* Default order for _maxObservedSeverityWithIgnored_ is **ascending**.
|
|
70
|
+
* Default order for _displayName_ is **ascending**.
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
73
|
"sortBy"?: ListVulnerabilityAuditsRequest.SortBy;
|
|
@@ -72,15 +75,31 @@ export interface ListVulnerabilityAuditsRequest extends common.BaseRequest {
|
|
|
72
75
|
* A filter to return only resources that match the entire display name given.
|
|
73
76
|
*/
|
|
74
77
|
"displayName"?: string;
|
|
78
|
+
/**
|
|
79
|
+
* A filter to return only Vulnerability Audits with timeCreated greater or equal to the specified value.
|
|
80
|
+
*/
|
|
81
|
+
"timeCreatedGreaterThanOrEqualTo"?: Date;
|
|
82
|
+
/**
|
|
83
|
+
* A filter to return only Vulnerability Audits with timeCreated less or equal to the specified value.
|
|
84
|
+
*/
|
|
85
|
+
"timeCreatedLessThanOrEqualTo"?: Date;
|
|
86
|
+
/**
|
|
87
|
+
* A filter that returns only Vulnerability Audits that have a maximum observed Severity greater than or equal to the specified value.
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"maxObservedSeverityGreaterThanOrEqualTo"?: model.VulnerabilitySeverity;
|
|
75
91
|
}
|
|
76
92
|
export declare namespace ListVulnerabilityAuditsRequest {
|
|
77
93
|
enum SortBy {
|
|
78
94
|
MaxObservedCvssV2Score = "maxObservedCvssV2Score",
|
|
79
95
|
MaxObservedCvssV3Score = "maxObservedCvssV3Score",
|
|
96
|
+
MaxObservedSeverity = "maxObservedSeverity",
|
|
80
97
|
TimeCreated = "timeCreated",
|
|
81
98
|
VulnerableArtifactsCount = "vulnerableArtifactsCount",
|
|
82
99
|
MaxObservedCvssV2ScoreWithIgnored = "maxObservedCvssV2ScoreWithIgnored",
|
|
83
100
|
MaxObservedCvssV3ScoreWithIgnored = "maxObservedCvssV3ScoreWithIgnored",
|
|
84
|
-
|
|
101
|
+
MaxObservedSeverityWithIgnored = "maxObservedSeverityWithIgnored",
|
|
102
|
+
VulnerableArtifactsCountWithIgnored = "vulnerableArtifactsCountWithIgnored",
|
|
103
|
+
DisplayName = "displayName"
|
|
85
104
|
}
|
|
86
105
|
}
|
|
@@ -19,11 +19,14 @@ var ListVulnerabilityAuditsRequest;
|
|
|
19
19
|
(function (SortBy) {
|
|
20
20
|
SortBy["MaxObservedCvssV2Score"] = "maxObservedCvssV2Score";
|
|
21
21
|
SortBy["MaxObservedCvssV3Score"] = "maxObservedCvssV3Score";
|
|
22
|
+
SortBy["MaxObservedSeverity"] = "maxObservedSeverity";
|
|
22
23
|
SortBy["TimeCreated"] = "timeCreated";
|
|
23
24
|
SortBy["VulnerableArtifactsCount"] = "vulnerableArtifactsCount";
|
|
24
25
|
SortBy["MaxObservedCvssV2ScoreWithIgnored"] = "maxObservedCvssV2ScoreWithIgnored";
|
|
25
26
|
SortBy["MaxObservedCvssV3ScoreWithIgnored"] = "maxObservedCvssV3ScoreWithIgnored";
|
|
27
|
+
SortBy["MaxObservedSeverityWithIgnored"] = "maxObservedSeverityWithIgnored";
|
|
26
28
|
SortBy["VulnerableArtifactsCountWithIgnored"] = "vulnerableArtifactsCountWithIgnored";
|
|
29
|
+
SortBy["DisplayName"] = "displayName";
|
|
27
30
|
})(SortBy = ListVulnerabilityAuditsRequest.SortBy || (ListVulnerabilityAuditsRequest.SortBy = {}));
|
|
28
31
|
})(ListVulnerabilityAuditsRequest = exports.ListVulnerabilityAuditsRequest || (exports.ListVulnerabilityAuditsRequest = {}));
|
|
29
32
|
//# sourceMappingURL=list-vulnerability-audits-request.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-vulnerability-audits-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-vulnerability-audits-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-vulnerability-audits-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-vulnerability-audits-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmFH,IAAiB,8BAA8B,CAa9C;AAbD,WAAiB,8BAA8B;IAC7C,IAAY,MAWX;IAXD,WAAY,MAAM;QAChB,2DAAiD,CAAA;QACjD,2DAAiD,CAAA;QACjD,qDAA2C,CAAA;QAC3C,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iFAAuE,CAAA;QACvE,iFAAuE,CAAA;QACvE,2EAAiE,CAAA;QACjE,qFAA2E,CAAA;QAC3E,qCAA2B,CAAA;IAC7B,CAAC,EAXW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAWjB;AACH,CAAC,EAbgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAa9C"}
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"opcRequestId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
28
|
+
* 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.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"opcRequestId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
28
|
+
* 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.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -39,7 +39,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
39
39
|
*/
|
|
40
40
|
"opcRequestId"?: string;
|
|
41
41
|
/**
|
|
42
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
42
|
+
* 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
43
|
*/
|
|
44
44
|
"page"?: string;
|
|
45
45
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBaseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateKnowledgeBaseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateKnowledgeBaseRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateKnowledgeBaseDetails": model.UpdateKnowledgeBaseDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipeRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRemediationRecipeRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateRemediationRecipeRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateRemediationRecipeDetails": model.UpdateRemediationRecipeDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRunRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateRemediationRunRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateRemediationRunRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateRemediationRunDetails": model.UpdateRemediationRunDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAuditRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateVulnerabilityAuditRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateVulnerabilityAuditRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateVulnerabilityAuditDetails": model.UpdateVulnerabilityAuditDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set 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,15 +13,10 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface CreateVulnerabilityAuditResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. See
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
|
-
/**
|
|
21
|
-
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
"opcWorkRequestId": string;
|
|
25
20
|
/**
|
|
26
21
|
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
27
22
|
* Oracle about a particular request, please provide the request ID.
|
|
@@ -20,7 +20,7 @@ export interface ListApplicationDependencyRecommendationsResponse {
|
|
|
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
|
|
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 ListApplicationDependencyVulnerabilitiesResponse {
|
|
|
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
|
|
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 ListKnowledgeBasesResponse {
|
|
|
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
|
|
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 ListRemediationRecipesResponse {
|
|
|
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
|
|
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 ListRemediationRunsResponse {
|
|
|
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
|
|
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 ListStagesResponse {
|
|
|
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
|
|
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 ListVulnerabilityAuditsResponse {
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-adm",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|