oci-adm 2.73.1 → 2.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/lib/client.d.ts +37 -37
  2. package/lib/client.js +37 -37
  3. package/lib/model/create-vulnerability-audit-details.d.ts +1 -0
  4. package/lib/model/create-vulnerability-audit-details.js +4 -0
  5. package/lib/model/create-vulnerability-audit-details.js.map +1 -1
  6. package/lib/model/index.d.ts +4 -0
  7. package/lib/model/index.js +6 -2
  8. package/lib/model/index.js.map +1 -1
  9. package/lib/model/usage-data-details.d.ts +26 -0
  10. package/lib/model/usage-data-details.js +68 -0
  11. package/lib/model/usage-data-details.js.map +1 -0
  12. package/lib/model/usage-data-via-object-storage-tuple-details.d.ts +36 -0
  13. package/lib/model/usage-data-via-object-storage-tuple-details.js +54 -0
  14. package/lib/model/usage-data-via-object-storage-tuple-details.js.map +1 -0
  15. package/lib/model/vulnerability-audit.d.ts +17 -0
  16. package/lib/model/vulnerability-audit.js +17 -0
  17. package/lib/model/vulnerability-audit.js.map +1 -1
  18. package/lib/model/vulnerability.d.ts +4 -0
  19. package/lib/model/vulnerability.js.map +1 -1
  20. package/lib/model/work-request-summary.d.ts +10 -0
  21. package/lib/model/work-request-summary.js.map +1 -1
  22. package/lib/request/activate-remediation-recipe-request.d.ts +1 -1
  23. package/lib/request/cancel-remediation-run-request.d.ts +1 -1
  24. package/lib/request/cancel-work-request-request.d.ts +1 -1
  25. package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
  26. package/lib/request/change-remediation-recipe-compartment-request.d.ts +1 -1
  27. package/lib/request/change-remediation-run-compartment-request.d.ts +1 -1
  28. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
  29. package/lib/request/create-knowledge-base-request.d.ts +1 -1
  30. package/lib/request/create-remediation-recipe-request.d.ts +1 -1
  31. package/lib/request/create-remediation-run-request.d.ts +1 -1
  32. package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
  33. package/lib/request/deactivate-remediation-recipe-request.d.ts +1 -1
  34. package/lib/request/delete-knowledge-base-request.d.ts +1 -1
  35. package/lib/request/delete-remediation-recipe-request.d.ts +1 -1
  36. package/lib/request/delete-remediation-run-request.d.ts +1 -1
  37. package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
  38. package/lib/request/get-knowledge-base-request.d.ts +1 -1
  39. package/lib/request/get-remediation-recipe-request.d.ts +1 -1
  40. package/lib/request/get-remediation-run-request.d.ts +1 -1
  41. package/lib/request/get-stage-request.d.ts +1 -1
  42. package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
  43. package/lib/request/get-work-request-request.d.ts +1 -1
  44. package/lib/request/list-application-dependency-recommendations-request.d.ts +1 -1
  45. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
  46. package/lib/request/list-knowledge-bases-request.d.ts +1 -1
  47. package/lib/request/list-remediation-recipes-request.d.ts +1 -1
  48. package/lib/request/list-remediation-runs-request.d.ts +1 -1
  49. package/lib/request/list-stages-request.d.ts +1 -1
  50. package/lib/request/list-vulnerability-audits-request.d.ts +1 -1
  51. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  52. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  53. package/lib/request/list-work-requests-request.d.ts +1 -1
  54. package/lib/request/update-knowledge-base-request.d.ts +1 -1
  55. package/lib/request/update-remediation-recipe-request.d.ts +1 -1
  56. package/lib/request/update-remediation-run-request.d.ts +1 -1
  57. package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
  58. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class ApplicationDependencyManagementClient {
183
183
  * @param ActivateRemediationRecipeRequest
184
184
  * @return ActivateRemediationRecipeResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
187
187
  */
188
188
  activateRemediationRecipe(activateRemediationRecipeRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +243,7 @@ class ApplicationDependencyManagementClient {
243
243
  * @param CancelRemediationRunRequest
244
244
  * @return CancelRemediationRunResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
247
247
  */
248
248
  cancelRemediationRun(cancelRemediationRunRequest) {
249
249
  return __awaiter(this, void 0, void 0, function* () {
@@ -308,7 +308,7 @@ class ApplicationDependencyManagementClient {
308
308
  * @param CancelWorkRequestRequest
309
309
  * @return CancelWorkRequestResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
312
312
  */
313
313
  cancelWorkRequest(cancelWorkRequestRequest) {
314
314
  return __awaiter(this, void 0, void 0, function* () {
@@ -363,7 +363,7 @@ class ApplicationDependencyManagementClient {
363
363
  * @param ChangeKnowledgeBaseCompartmentRequest
364
364
  * @return ChangeKnowledgeBaseCompartmentResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
367
367
  */
368
368
  changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest) {
369
369
  return __awaiter(this, void 0, void 0, function* () {
@@ -425,7 +425,7 @@ class ApplicationDependencyManagementClient {
425
425
  * @param ChangeRemediationRecipeCompartmentRequest
426
426
  * @return ChangeRemediationRecipeCompartmentResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
429
429
  */
430
430
  changeRemediationRecipeCompartment(changeRemediationRecipeCompartmentRequest) {
431
431
  return __awaiter(this, void 0, void 0, function* () {
@@ -487,7 +487,7 @@ class ApplicationDependencyManagementClient {
487
487
  * @param ChangeRemediationRunCompartmentRequest
488
488
  * @return ChangeRemediationRunCompartmentResponse
489
489
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
491
491
  */
492
492
  changeRemediationRunCompartment(changeRemediationRunCompartmentRequest) {
493
493
  return __awaiter(this, void 0, void 0, function* () {
@@ -544,7 +544,7 @@ class ApplicationDependencyManagementClient {
544
544
  * @param ChangeVulnerabilityAuditCompartmentRequest
545
545
  * @return ChangeVulnerabilityAuditCompartmentResponse
546
546
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
548
548
  */
549
549
  changeVulnerabilityAuditCompartment(changeVulnerabilityAuditCompartmentRequest) {
550
550
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +601,7 @@ class ApplicationDependencyManagementClient {
601
601
  * @param CreateKnowledgeBaseRequest
602
602
  * @return CreateKnowledgeBaseResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
605
605
  */
606
606
  createKnowledgeBase(createKnowledgeBaseRequest) {
607
607
  return __awaiter(this, void 0, void 0, function* () {
@@ -660,7 +660,7 @@ class ApplicationDependencyManagementClient {
660
660
  * @param CreateRemediationRecipeRequest
661
661
  * @return CreateRemediationRecipeResponse
662
662
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
664
664
  */
665
665
  createRemediationRecipe(createRemediationRecipeRequest) {
666
666
  return __awaiter(this, void 0, void 0, function* () {
@@ -719,7 +719,7 @@ class ApplicationDependencyManagementClient {
719
719
  * @param CreateRemediationRunRequest
720
720
  * @return CreateRemediationRunResponse
721
721
  * @throws OciError when an error occurs
722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
723
723
  */
724
724
  createRemediationRun(createRemediationRunRequest) {
725
725
  return __awaiter(this, void 0, void 0, function* () {
@@ -782,7 +782,7 @@ class ApplicationDependencyManagementClient {
782
782
  * @param CreateVulnerabilityAuditRequest
783
783
  * @return CreateVulnerabilityAuditResponse
784
784
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
786
786
  */
787
787
  createVulnerabilityAudit(createVulnerabilityAuditRequest) {
788
788
  return __awaiter(this, void 0, void 0, function* () {
@@ -851,7 +851,7 @@ class ApplicationDependencyManagementClient {
851
851
  * @param DeactivateRemediationRecipeRequest
852
852
  * @return DeactivateRemediationRecipeResponse
853
853
  * @throws OciError when an error occurs
854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
855
855
  */
856
856
  deactivateRemediationRecipe(deactivateRemediationRecipeRequest) {
857
857
  return __awaiter(this, void 0, void 0, function* () {
@@ -911,7 +911,7 @@ class ApplicationDependencyManagementClient {
911
911
  * @param DeleteKnowledgeBaseRequest
912
912
  * @return DeleteKnowledgeBaseResponse
913
913
  * @throws OciError when an error occurs
914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
915
915
  */
916
916
  deleteKnowledgeBase(deleteKnowledgeBaseRequest) {
917
917
  return __awaiter(this, void 0, void 0, function* () {
@@ -971,7 +971,7 @@ class ApplicationDependencyManagementClient {
971
971
  * @param DeleteRemediationRecipeRequest
972
972
  * @return DeleteRemediationRecipeResponse
973
973
  * @throws OciError when an error occurs
974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
974
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
975
975
  */
976
976
  deleteRemediationRecipe(deleteRemediationRecipeRequest) {
977
977
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1031,7 @@ class ApplicationDependencyManagementClient {
1031
1031
  * @param DeleteRemediationRunRequest
1032
1032
  * @return DeleteRemediationRunResponse
1033
1033
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
1034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
1035
1035
  */
1036
1036
  deleteRemediationRun(deleteRemediationRunRequest) {
1037
1037
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1086,7 @@ class ApplicationDependencyManagementClient {
1086
1086
  * @param DeleteVulnerabilityAuditRequest
1087
1087
  * @return DeleteVulnerabilityAuditResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
1089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
1090
1090
  */
1091
1091
  deleteVulnerabilityAudit(deleteVulnerabilityAuditRequest) {
1092
1092
  return __awaiter(this, void 0, void 0, function* () {
@@ -1141,7 +1141,7 @@ class ApplicationDependencyManagementClient {
1141
1141
  * @param GetKnowledgeBaseRequest
1142
1142
  * @return GetKnowledgeBaseResponse
1143
1143
  * @throws OciError when an error occurs
1144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
1144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
1145
1145
  */
1146
1146
  getKnowledgeBase(getKnowledgeBaseRequest) {
1147
1147
  return __awaiter(this, void 0, void 0, function* () {
@@ -1204,7 +1204,7 @@ class ApplicationDependencyManagementClient {
1204
1204
  * @param GetRemediationRecipeRequest
1205
1205
  * @return GetRemediationRecipeResponse
1206
1206
  * @throws OciError when an error occurs
1207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
1207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
1208
1208
  */
1209
1209
  getRemediationRecipe(getRemediationRecipeRequest) {
1210
1210
  return __awaiter(this, void 0, void 0, function* () {
@@ -1267,7 +1267,7 @@ class ApplicationDependencyManagementClient {
1267
1267
  * @param GetRemediationRunRequest
1268
1268
  * @return GetRemediationRunResponse
1269
1269
  * @throws OciError when an error occurs
1270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
1270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
1271
1271
  */
1272
1272
  getRemediationRun(getRemediationRunRequest) {
1273
1273
  return __awaiter(this, void 0, void 0, function* () {
@@ -1330,7 +1330,7 @@ class ApplicationDependencyManagementClient {
1330
1330
  * @param GetStageRequest
1331
1331
  * @return GetStageResponse
1332
1332
  * @throws OciError when an error occurs
1333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/GetStage.ts.html |here} to see how to use GetStage API.
1333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/GetStage.ts.html |here} to see how to use GetStage API.
1334
1334
  */
1335
1335
  getStage(getStageRequest) {
1336
1336
  return __awaiter(this, void 0, void 0, function* () {
@@ -1389,7 +1389,7 @@ class ApplicationDependencyManagementClient {
1389
1389
  * @param GetVulnerabilityAuditRequest
1390
1390
  * @return GetVulnerabilityAuditResponse
1391
1391
  * @throws OciError when an error occurs
1392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
1392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
1393
1393
  */
1394
1394
  getVulnerabilityAudit(getVulnerabilityAuditRequest) {
1395
1395
  return __awaiter(this, void 0, void 0, function* () {
@@ -1452,7 +1452,7 @@ class ApplicationDependencyManagementClient {
1452
1452
  * @param GetWorkRequestRequest
1453
1453
  * @return GetWorkRequestResponse
1454
1454
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1456
1456
  */
1457
1457
  getWorkRequest(getWorkRequestRequest) {
1458
1458
  return __awaiter(this, void 0, void 0, function* () {
@@ -1520,7 +1520,7 @@ class ApplicationDependencyManagementClient {
1520
1520
  * @param ListApplicationDependencyRecommendationsRequest
1521
1521
  * @return ListApplicationDependencyRecommendationsResponse
1522
1522
  * @throws OciError when an error occurs
1523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
1523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
1524
1524
  */
1525
1525
  listApplicationDependencyRecommendations(listApplicationDependencyRecommendationsRequest) {
1526
1526
  return __awaiter(this, void 0, void 0, function* () {
@@ -1589,7 +1589,7 @@ class ApplicationDependencyManagementClient {
1589
1589
  * @param ListApplicationDependencyVulnerabilitiesRequest
1590
1590
  * @return ListApplicationDependencyVulnerabilitiesResponse
1591
1591
  * @throws OciError when an error occurs
1592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
1592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
1593
1593
  */
1594
1594
  listApplicationDependencyVulnerabilities(listApplicationDependencyVulnerabilitiesRequest) {
1595
1595
  return __awaiter(this, void 0, void 0, function* () {
@@ -1665,7 +1665,7 @@ class ApplicationDependencyManagementClient {
1665
1665
  * @param ListKnowledgeBasesRequest
1666
1666
  * @return ListKnowledgeBasesResponse
1667
1667
  * @throws OciError when an error occurs
1668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
1668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
1669
1669
  */
1670
1670
  listKnowledgeBases(listKnowledgeBasesRequest) {
1671
1671
  return __awaiter(this, void 0, void 0, function* () {
@@ -1737,7 +1737,7 @@ class ApplicationDependencyManagementClient {
1737
1737
  * @param ListRemediationRecipesRequest
1738
1738
  * @return ListRemediationRecipesResponse
1739
1739
  * @throws OciError when an error occurs
1740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
1740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
1741
1741
  */
1742
1742
  listRemediationRecipes(listRemediationRecipesRequest) {
1743
1743
  return __awaiter(this, void 0, void 0, function* () {
@@ -1809,7 +1809,7 @@ class ApplicationDependencyManagementClient {
1809
1809
  * @param ListRemediationRunsRequest
1810
1810
  * @return ListRemediationRunsResponse
1811
1811
  * @throws OciError when an error occurs
1812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
1812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
1813
1813
  */
1814
1814
  listRemediationRuns(listRemediationRunsRequest) {
1815
1815
  return __awaiter(this, void 0, void 0, function* () {
@@ -1880,7 +1880,7 @@ class ApplicationDependencyManagementClient {
1880
1880
  * @param ListStagesRequest
1881
1881
  * @return ListStagesResponse
1882
1882
  * @throws OciError when an error occurs
1883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListStages.ts.html |here} to see how to use ListStages API.
1883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListStages.ts.html |here} to see how to use ListStages API.
1884
1884
  */
1885
1885
  listStages(listStagesRequest) {
1886
1886
  return __awaiter(this, void 0, void 0, function* () {
@@ -1946,13 +1946,13 @@ class ApplicationDependencyManagementClient {
1946
1946
  }
1947
1947
  /**
1948
1948
  * Returns a list of Vulnerability Audits based on the specified query parameters.
1949
- * At least one of id, compartmentId or knowledgeBaseId query parameter must be provided.
1949
+ * At least one of id, compartmentId query parameter must be provided.
1950
1950
  *
1951
1951
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1952
1952
  * @param ListVulnerabilityAuditsRequest
1953
1953
  * @return ListVulnerabilityAuditsResponse
1954
1954
  * @throws OciError when an error occurs
1955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
1955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
1956
1956
  */
1957
1957
  listVulnerabilityAudits(listVulnerabilityAuditsRequest) {
1958
1958
  return __awaiter(this, void 0, void 0, function* () {
@@ -2025,7 +2025,7 @@ class ApplicationDependencyManagementClient {
2025
2025
  * @param ListWorkRequestErrorsRequest
2026
2026
  * @return ListWorkRequestErrorsResponse
2027
2027
  * @throws OciError when an error occurs
2028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2029
2029
  */
2030
2030
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2031
2031
  return __awaiter(this, void 0, void 0, function* () {
@@ -2094,7 +2094,7 @@ class ApplicationDependencyManagementClient {
2094
2094
  * @param ListWorkRequestLogsRequest
2095
2095
  * @return ListWorkRequestLogsResponse
2096
2096
  * @throws OciError when an error occurs
2097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2098
2098
  */
2099
2099
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2100
2100
  return __awaiter(this, void 0, void 0, function* () {
@@ -2163,7 +2163,7 @@ class ApplicationDependencyManagementClient {
2163
2163
  * @param ListWorkRequestsRequest
2164
2164
  * @return ListWorkRequestsResponse
2165
2165
  * @throws OciError when an error occurs
2166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2167
2167
  */
2168
2168
  listWorkRequests(listWorkRequestsRequest) {
2169
2169
  return __awaiter(this, void 0, void 0, function* () {
@@ -2233,7 +2233,7 @@ class ApplicationDependencyManagementClient {
2233
2233
  * @param UpdateKnowledgeBaseRequest
2234
2234
  * @return UpdateKnowledgeBaseResponse
2235
2235
  * @throws OciError when an error occurs
2236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
2236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
2237
2237
  */
2238
2238
  updateKnowledgeBase(updateKnowledgeBaseRequest) {
2239
2239
  return __awaiter(this, void 0, void 0, function* () {
@@ -2294,7 +2294,7 @@ class ApplicationDependencyManagementClient {
2294
2294
  * @param UpdateRemediationRecipeRequest
2295
2295
  * @return UpdateRemediationRecipeResponse
2296
2296
  * @throws OciError when an error occurs
2297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
2297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
2298
2298
  */
2299
2299
  updateRemediationRecipe(updateRemediationRecipeRequest) {
2300
2300
  return __awaiter(this, void 0, void 0, function* () {
@@ -2355,7 +2355,7 @@ class ApplicationDependencyManagementClient {
2355
2355
  * @param UpdateRemediationRunRequest
2356
2356
  * @return UpdateRemediationRunResponse
2357
2357
  * @throws OciError when an error occurs
2358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
2358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
2359
2359
  */
2360
2360
  updateRemediationRun(updateRemediationRunRequest) {
2361
2361
  return __awaiter(this, void 0, void 0, function* () {
@@ -2420,7 +2420,7 @@ class ApplicationDependencyManagementClient {
2420
2420
  * @param UpdateVulnerabilityAuditRequest
2421
2421
  * @return UpdateVulnerabilityAuditResponse
2422
2422
  * @throws OciError when an error occurs
2423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
2423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
2424
2424
  */
2425
2425
  updateVulnerabilityAudit(updateVulnerabilityAuditRequest) {
2426
2426
  return __awaiter(this, void 0, void 0, function* () {
@@ -34,6 +34,7 @@ export interface CreateVulnerabilityAuditDetails {
34
34
  */
35
35
  "buildType": string;
36
36
  "configuration"?: model.VulnerabilityAuditConfiguration;
37
+ "usageData"?: model.UsageDataViaObjectStorageTupleDetails;
37
38
  /**
38
39
  * The name of the vulnerability audit.
39
40
  */
@@ -45,6 +45,7 @@ var CreateVulnerabilityAuditDetails;
45
45
  "configuration": obj.configuration
46
46
  ? model.VulnerabilityAuditConfiguration.getJsonObj(obj.configuration)
47
47
  : undefined,
48
+ "usageData": obj.usageData ? model.UsageDataDetails.getJsonObj(obj.usageData) : undefined,
48
49
  "source": obj.source ? model.VulnerabilityAuditSource.getJsonObj(obj.source) : undefined
49
50
  });
50
51
  return jsonObj;
@@ -60,6 +61,9 @@ var CreateVulnerabilityAuditDetails;
60
61
  "configuration": obj.configuration
61
62
  ? model.VulnerabilityAuditConfiguration.getDeserializedJsonObj(obj.configuration)
62
63
  : undefined,
64
+ "usageData": obj.usageData
65
+ ? model.UsageDataDetails.getDeserializedJsonObj(obj.usageData)
66
+ : undefined,
63
67
  "source": obj.source
64
68
  ? model.VulnerabilityAuditSource.getDeserializedJsonObj(obj.source)
65
69
  : undefined
@@ -1 +1 @@
1
- {"version":3,"file":"create-vulnerability-audit-details.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/create-vulnerability-audit-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,+BAA+B,CA2C/C;AA3CD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACzF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,0CAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,sDAAsB,yBAqBrC,CAAA;AACH,CAAC,EA3CgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA2C/C"}
1
+ {"version":3,"file":"create-vulnerability-audit-details.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/create-vulnerability-audit-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,+BAA+B,CA+C/C;AA/CD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACrE,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;YAEzF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACzF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,0CAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACjF,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBAC9D,CAAC,CAAC,SAAS;YAEb,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,sDAAsB,yBAwBrC,CAAA;AACH,CAAC,EA/CgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA+C/C"}
@@ -90,6 +90,8 @@ import * as UpdateRemediationRunDetails from "./update-remediation-run-details";
90
90
  export import UpdateRemediationRunDetails = UpdateRemediationRunDetails.UpdateRemediationRunDetails;
91
91
  import * as UpdateVulnerabilityAuditDetails from "./update-vulnerability-audit-details";
92
92
  export import UpdateVulnerabilityAuditDetails = UpdateVulnerabilityAuditDetails.UpdateVulnerabilityAuditDetails;
93
+ import * as UsageDataDetails from "./usage-data-details";
94
+ export import UsageDataDetails = UsageDataDetails.UsageDataDetails;
93
95
  import * as VerifyConfiguration from "./verify-configuration";
94
96
  export import VerifyConfiguration = VerifyConfiguration.VerifyConfiguration;
95
97
  import * as Vulnerability from "./vulnerability";
@@ -148,5 +150,7 @@ import * as RecommendStage from "./recommend-stage";
148
150
  export import RecommendStage = RecommendStage.RecommendStage;
149
151
  import * as UnknownSourceVulnerabilityAuditSource from "./unknown-source-vulnerability-audit-source";
150
152
  export import UnknownSourceVulnerabilityAuditSource = UnknownSourceVulnerabilityAuditSource.UnknownSourceVulnerabilityAuditSource;
153
+ import * as UsageDataViaObjectStorageTupleDetails from "./usage-data-via-object-storage-tuple-details";
154
+ export import UsageDataViaObjectStorageTupleDetails = UsageDataViaObjectStorageTupleDetails.UsageDataViaObjectStorageTupleDetails;
151
155
  import * as VerifyStage from "./verify-stage";
152
156
  export import VerifyStage = VerifyStage.VerifyStage;
@@ -31,8 +31,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.VulnerabilityAuditSummary = exports.VulnerabilityAuditSource = exports.VulnerabilityAuditConfiguration = exports.VulnerabilityAuditCollection = exports.VulnerabilityAudit = exports.Vulnerability = exports.VerifyConfiguration = exports.UpdateVulnerabilityAuditDetails = exports.UpdateRemediationRunDetails = exports.UpdateRemediationRecipeDetails = exports.UpdateKnowledgeBaseDetails = exports.StageSummary = exports.SortOrder = exports.ScmConfiguration = exports.RemediationRunSummary = exports.RemediationRunStageType = exports.RemediationRunStageSummary = exports.RemediationRunStageCollection = exports.RemediationRunStage = exports.RemediationRunCollection = exports.RemediationRun = exports.RemediationRecipeSummary = exports.RemediationRecipeCollection = exports.RemediationRecipe = exports.PullRequestProperties = exports.PipelineProperties = exports.OperationType = exports.OperationStatus = exports.NetworkConfiguration = exports.KnowledgeBaseSummary = exports.KnowledgeBaseCollection = exports.KnowledgeBase = exports.DetectConfiguration = exports.CreateVulnerabilityAuditDetails = exports.CreateRemediationRunDetails = exports.CreateRemediationRecipeDetails = exports.CreateKnowledgeBaseDetails = exports.ChangeVulnerabilityAuditCompartmentDetails = exports.ChangeRemediationRunCompartmentDetails = exports.ChangeRemediationRecipeCompartmentDetails = exports.ChangeKnowledgeBaseCompartmentDetails = exports.ApplicationDependencyVulnerabilitySummary = exports.ApplicationDependencyVulnerabilityCollection = exports.ApplicationDependencyRecommendationSummary = exports.ApplicationDependencyRecommendationCollection = exports.ApplicationDependency = exports.ActionType = void 0;
35
- exports.VerifyStage = exports.UnknownSourceVulnerabilityAuditSource = exports.RecommendStage = exports.OciResourceVulnerabilityAuditSource = exports.OciDevOpsBuildConfiguration = exports.OciCodeRepositoryConfiguration = exports.NoneVerifyConfiguration = exports.JenkinsPipelineConfiguration = exports.GitLabPipelineConfiguration = exports.GitHubActionsConfiguration = exports.ExternalScmConfiguration = exports.ExternalResourceVulnerabilityAuditSource = exports.DetectStage = exports.ApplyStage = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = void 0;
34
+ exports.WorkRequestError = exports.WorkRequest = exports.VulnerabilityAuditSummary = exports.VulnerabilityAuditSource = exports.VulnerabilityAuditConfiguration = exports.VulnerabilityAuditCollection = exports.VulnerabilityAudit = exports.Vulnerability = exports.VerifyConfiguration = exports.UsageDataDetails = exports.UpdateVulnerabilityAuditDetails = exports.UpdateRemediationRunDetails = exports.UpdateRemediationRecipeDetails = exports.UpdateKnowledgeBaseDetails = exports.StageSummary = exports.SortOrder = exports.ScmConfiguration = exports.RemediationRunSummary = exports.RemediationRunStageType = exports.RemediationRunStageSummary = exports.RemediationRunStageCollection = exports.RemediationRunStage = exports.RemediationRunCollection = exports.RemediationRun = exports.RemediationRecipeSummary = exports.RemediationRecipeCollection = exports.RemediationRecipe = exports.PullRequestProperties = exports.PipelineProperties = exports.OperationType = exports.OperationStatus = exports.NetworkConfiguration = exports.KnowledgeBaseSummary = exports.KnowledgeBaseCollection = exports.KnowledgeBase = exports.DetectConfiguration = exports.CreateVulnerabilityAuditDetails = exports.CreateRemediationRunDetails = exports.CreateRemediationRecipeDetails = exports.CreateKnowledgeBaseDetails = exports.ChangeVulnerabilityAuditCompartmentDetails = exports.ChangeRemediationRunCompartmentDetails = exports.ChangeRemediationRecipeCompartmentDetails = exports.ChangeKnowledgeBaseCompartmentDetails = exports.ApplicationDependencyVulnerabilitySummary = exports.ApplicationDependencyVulnerabilityCollection = exports.ApplicationDependencyRecommendationSummary = exports.ApplicationDependencyRecommendationCollection = exports.ApplicationDependency = exports.ActionType = void 0;
35
+ exports.VerifyStage = exports.UsageDataViaObjectStorageTupleDetails = exports.UnknownSourceVulnerabilityAuditSource = exports.RecommendStage = exports.OciResourceVulnerabilityAuditSource = exports.OciDevOpsBuildConfiguration = exports.OciCodeRepositoryConfiguration = exports.NoneVerifyConfiguration = exports.JenkinsPipelineConfiguration = exports.GitLabPipelineConfiguration = exports.GitHubActionsConfiguration = exports.ExternalScmConfiguration = exports.ExternalResourceVulnerabilityAuditSource = exports.DetectStage = exports.ApplyStage = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = void 0;
36
36
  const ActionType = __importStar(require("./action-type"));
37
37
  exports.ActionType = ActionType.ActionType;
38
38
  const ApplicationDependency = __importStar(require("./application-dependency"));
@@ -113,6 +113,8 @@ const UpdateRemediationRunDetails = __importStar(require("./update-remediation-r
113
113
  exports.UpdateRemediationRunDetails = UpdateRemediationRunDetails.UpdateRemediationRunDetails;
114
114
  const UpdateVulnerabilityAuditDetails = __importStar(require("./update-vulnerability-audit-details"));
115
115
  exports.UpdateVulnerabilityAuditDetails = UpdateVulnerabilityAuditDetails.UpdateVulnerabilityAuditDetails;
116
+ const UsageDataDetails = __importStar(require("./usage-data-details"));
117
+ exports.UsageDataDetails = UsageDataDetails.UsageDataDetails;
116
118
  const VerifyConfiguration = __importStar(require("./verify-configuration"));
117
119
  exports.VerifyConfiguration = VerifyConfiguration.VerifyConfiguration;
118
120
  const Vulnerability = __importStar(require("./vulnerability"));
@@ -171,6 +173,8 @@ const RecommendStage = __importStar(require("./recommend-stage"));
171
173
  exports.RecommendStage = RecommendStage.RecommendStage;
172
174
  const UnknownSourceVulnerabilityAuditSource = __importStar(require("./unknown-source-vulnerability-audit-source"));
173
175
  exports.UnknownSourceVulnerabilityAuditSource = UnknownSourceVulnerabilityAuditSource.UnknownSourceVulnerabilityAuditSource;
176
+ const UsageDataViaObjectStorageTupleDetails = __importStar(require("./usage-data-via-object-storage-tuple-details"));
177
+ exports.UsageDataViaObjectStorageTupleDetails = UsageDataViaObjectStorageTupleDetails.UsageDataViaObjectStorageTupleDetails;
174
178
  const VerifyStage = __importStar(require("./verify-stage"));
175
179
  exports.VerifyStage = VerifyStage.VerifyStage;
176
180
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Application Dependency Management API
3
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ /**
14
+ * The source details of the usage data on Object Storage.
15
+ * Set `sourceType` to `objectStorageTuple`
16
+ * and use {@link #usageDataViaObjectStorageTupleDetails(UsageDataViaObjectStorageTupleDetailsRequest) usageDataViaObjectStorageTupleDetails}
17
+ * when specifying the namespace, bucket name, and object name.
18
+ *
19
+ */
20
+ export interface UsageDataDetails {
21
+ "sourceType": string;
22
+ }
23
+ export declare namespace UsageDataDetails {
24
+ function getJsonObj(obj: UsageDataDetails): object;
25
+ function getDeserializedJsonObj(obj: UsageDataDetails): object;
26
+ }
@@ -0,0 +1,68 @@
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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.UsageDataDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var UsageDataDetails;
38
+ (function (UsageDataDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "sourceType" in obj && obj.sourceType) {
42
+ switch (obj.sourceType) {
43
+ case "objectStorageTuple":
44
+ return model.UsageDataViaObjectStorageTupleDetails.getJsonObj(jsonObj, true);
45
+ default:
46
+ if (common.LOG.logger)
47
+ common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`);
48
+ }
49
+ }
50
+ return jsonObj;
51
+ }
52
+ UsageDataDetails.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ if (obj && "sourceType" in obj && obj.sourceType) {
56
+ switch (obj.sourceType) {
57
+ case "objectStorageTuple":
58
+ return model.UsageDataViaObjectStorageTupleDetails.getDeserializedJsonObj(jsonObj, true);
59
+ default:
60
+ if (common.LOG.logger)
61
+ common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ UsageDataDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(UsageDataDetails = exports.UsageDataDetails || (exports.UsageDataDetails = {}));
68
+ //# sourceMappingURL=usage-data-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usage-data-details.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/model/usage-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAatC,IAAiB,gBAAgB,CAiChC;AAjCD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,2BAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uCAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAiChC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Application Dependency Management API
3
+ * Use the Application Dependency Management API to create knowledge bases and vulnerability audits. For more information, see [ADM](/Content/application-dependency-management/home.htm).
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Reference to an object in Object Storage as a tuple.
16
+ */
17
+ export interface UsageDataViaObjectStorageTupleDetails extends model.UsageDataDetails {
18
+ /**
19
+ * The Object Storage bucket to read the usage data from.
20
+ */
21
+ "bucketName": string;
22
+ /**
23
+ * The Object Storage namespace to read the usage data from.
24
+ */
25
+ "namespaceName": string;
26
+ /**
27
+ * The Object Storage object name to read the usage data from.
28
+ */
29
+ "objectName": string;
30
+ "sourceType": string;
31
+ }
32
+ export declare namespace UsageDataViaObjectStorageTupleDetails {
33
+ function getJsonObj(obj: UsageDataViaObjectStorageTupleDetails, isParentJsonObj?: boolean): object;
34
+ const sourceType = "objectStorageTuple";
35
+ function getDeserializedJsonObj(obj: UsageDataViaObjectStorageTupleDetails, isParentJsonObj?: boolean): object;
36
+ }