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
@@ -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/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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 `opc-next-page` header field of a previous response.
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.76.1/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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 `opc-next-page` header field of a previous response.
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.76.1/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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 `opc-next-page` header field of a previous response.
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.76.1/adm/ListStages.ts.html |here} to see how to use ListStagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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 `opc-next-page` header field of a previous response.
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.76.1/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.77.1/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 `opc-next-page` header field of a previous response.
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
- VulnerableArtifactsCountWithIgnored = "vulnerableArtifactsCountWithIgnored"
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;;;AAmEH,IAAiB,8BAA8B,CAU9C;AAVD,WAAiB,8BAA8B;IAC7C,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,2DAAiD,CAAA;QACjD,2DAAiD,CAAA;QACjD,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iFAAuE,CAAA;QACvE,iFAAuE,CAAA;QACvE,qFAA2E,CAAA;IAC7E,CAAC,EARW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAQjB;AACH,CAAC,EAVgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAU9C"}
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.76.1/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.77.1/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 `opc-next-page` header field of a previous response.
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.76.1/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.77.1/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 `opc-next-page` header field of a previous response.
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.76.1/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.77.1/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 `opc-next-page` header field of a previous response.
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.76.1/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.77.1/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 `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/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.77.1/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 `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/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.77.1/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 `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/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.77.1/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 `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.
@@ -19,7 +19,7 @@ export interface CancelRemediationRunResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateRemediationRunResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,15 +13,10 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateVulnerabilityAuditResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
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.
@@ -19,7 +19,7 @@ export interface GetKnowledgeBaseResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetRemediationRecipeResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetRemediationRunResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetVulnerabilityAuditResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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 `page` parameter for 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
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateRemediationRunResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateVulnerabilityAuditResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-adm",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"