@volcengine/mcs 1.0.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.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +205 -0
- package/dist/esm/api.d.ts +188 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +126 -0
- package/dist/esm/types/additional-info-list-for-get-api-v1-alarm-detail-output.d.ts +35 -0
- package/dist/esm/types/additional-info-list-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/affected-asset-for-get-api-v1-alarm-detail-output.d.ts +95 -0
- package/dist/esm/types/affected-asset-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/affected-resource-for-get-risk-output.d.ts +116 -0
- package/dist/esm/types/affected-resource-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.d.ts +47 -0
- package/dist/esm/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-source-product-for-get-api-v1-alarm-detail-output.d.ts +45 -0
- package/dist/esm/types/alarm-source-product-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.d.ts +32 -0
- package/dist/esm/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
- package/dist/esm/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.d.ts +35 -0
- package/dist/esm/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/associated-cve-for-get-risk-output.d.ts +30 -0
- package/dist/esm/types/associated-cve-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/ban-alert-ipcallback-request.d.ts +40 -0
- package/dist/esm/types/ban-alert-ipcallback-request.d.ts.map +1 -0
- package/dist/esm/types/ban-alert-ipcallback-response.d.ts +26 -0
- package/dist/esm/types/ban-alert-ipcallback-response.d.ts.map +1 -0
- package/dist/esm/types/base-info-for-get-alarm-sync-task-output.d.ts +75 -0
- package/dist/esm/types/base-info-for-get-alarm-sync-task-output.d.ts.map +1 -0
- package/dist/esm/types/base-info-for-get-asset-sync-task-output.d.ts +75 -0
- package/dist/esm/types/base-info-for-get-asset-sync-task-output.d.ts.map +1 -0
- package/dist/esm/types/cloud-account-for-get-api-v1-alarm-detail-output.d.ts +45 -0
- package/dist/esm/types/cloud-account-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/cloud-account-for-get-risk-stat-input.d.ts +45 -0
- package/dist/esm/types/cloud-account-for-get-risk-stat-input.d.ts.map +1 -0
- package/dist/esm/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.d.ts +40 -0
- package/dist/esm/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.d.ts.map +1 -0
- package/dist/esm/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.d.ts +50 -0
- package/dist/esm/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.d.ts.map +1 -0
- package/dist/esm/types/container-env-for-get-risk-output.d.ts +70 -0
- package/dist/esm/types/container-env-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-ban-alert-ipcallback-output.d.ts +20 -0
- package/dist/esm/types/data-for-ban-alert-ipcallback-output.d.ts.map +1 -0
- package/dist/esm/types/detail-for-get-api-v1-alarm-detail-output.d.ts +162 -0
- package/dist/esm/types/detail-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/file-for-get-risk-output.d.ts +66 -0
- package/dist/esm/types/file-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-sync-task-request.d.ts +20 -0
- package/dist/esm/types/get-alarm-sync-task-request.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-sync-task-response.d.ts +26 -0
- package/dist/esm/types/get-alarm-sync-task-response.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-alarm-detail-request.d.ts +25 -0
- package/dist/esm/types/get-api-v1-alarm-detail-request.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-alarm-detail-response.d.ts +26 -0
- package/dist/esm/types/get-api-v1-alarm-detail-response.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-request.d.ts +20 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-request.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-response.d.ts +31 -0
- package/dist/esm/types/get-api-v1-overview-alarm-stats-response.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-request.d.ts +20 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-request.d.ts.map +1 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-response.d.ts +31 -0
- package/dist/esm/types/get-api-v1-overview-security-scores-response.d.ts.map +1 -0
- package/dist/esm/types/get-asset-sync-task-request.d.ts +20 -0
- package/dist/esm/types/get-asset-sync-task-request.d.ts.map +1 -0
- package/dist/esm/types/get-asset-sync-task-response.d.ts +26 -0
- package/dist/esm/types/get-asset-sync-task-response.d.ts.map +1 -0
- package/dist/esm/types/get-overview-card-request.d.ts +20 -0
- package/dist/esm/types/get-overview-card-request.d.ts.map +1 -0
- package/dist/esm/types/get-overview-card-response.d.ts +52 -0
- package/dist/esm/types/get-overview-card-response.d.ts.map +1 -0
- package/dist/esm/types/get-overview-service-module-request.d.ts +20 -0
- package/dist/esm/types/get-overview-service-module-request.d.ts.map +1 -0
- package/dist/esm/types/get-overview-service-module-response.d.ts +26 -0
- package/dist/esm/types/get-overview-service-module-response.d.ts.map +1 -0
- package/dist/esm/types/get-risk-detection-task-request.d.ts +20 -0
- package/dist/esm/types/get-risk-detection-task-request.d.ts.map +1 -0
- package/dist/esm/types/get-risk-detection-task-response.d.ts +81 -0
- package/dist/esm/types/get-risk-detection-task-response.d.ts.map +1 -0
- package/dist/esm/types/get-risk-request.d.ts +25 -0
- package/dist/esm/types/get-risk-request.d.ts.map +1 -0
- package/dist/esm/types/get-risk-response.d.ts +60 -0
- package/dist/esm/types/get-risk-response.d.ts.map +1 -0
- package/dist/esm/types/get-risk-stat-request.d.ts +74 -0
- package/dist/esm/types/get-risk-stat-request.d.ts.map +1 -0
- package/dist/esm/types/get-risk-stat-response.d.ts +38 -0
- package/dist/esm/types/get-risk-stat-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +96 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/malware-file-for-get-api-v1-alarm-detail-output.d.ts +30 -0
- package/dist/esm/types/malware-file-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/malware-hit-data-for-get-api-v1-alarm-detail-output.d.ts +30 -0
- package/dist/esm/types/malware-hit-data-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/mcstrategy-risk-list-for-get-overview-card-output.d.ts +93 -0
- package/dist/esm/types/mcstrategy-risk-list-for-get-overview-card-output.d.ts.map +1 -0
- package/dist/esm/types/mcstrategy-risk-stat-for-get-overview-card-output.d.ts +42 -0
- package/dist/esm/types/mcstrategy-risk-stat-for-get-overview-card-output.d.ts.map +1 -0
- package/dist/esm/types/not-fixed-for-get-risk-stat-output.d.ts +50 -0
- package/dist/esm/types/not-fixed-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/not-ready-srv-module-for-get-overview-service-module-output.d.ts +35 -0
- package/dist/esm/types/not-ready-srv-module-for-get-overview-service-module-output.d.ts.map +1 -0
- package/dist/esm/types/osproc-for-get-risk-output.d.ts +67 -0
- package/dist/esm/types/osproc-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/osuser-for-get-risk-output.d.ts +35 -0
- package/dist/esm/types/osuser-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/owner-for-get-risk-output.d.ts +35 -0
- package/dist/esm/types/owner-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/port-range-info-for-get-risk-output.d.ts +30 -0
- package/dist/esm/types/port-range-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-request.d.ts +41 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-request.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-response.d.ts +26 -0
- package/dist/esm/types/post-api-v1-alarm-describe-overview-response.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-request.d.ts +72 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-request.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-response.d.ts +86 -0
- package/dist/esm/types/post-api-v1-asset-describe-detail-response.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-request.d.ts +41 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-request.d.ts.map +1 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-response.d.ts +53 -0
- package/dist/esm/types/post-api-v1-overview-describe-asset-info-response.d.ts.map +1 -0
- package/dist/esm/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.d.ts +40 -0
- package/dist/esm/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
- package/dist/esm/types/reference-data-for-get-risk-output.d.ts +80 -0
- package/dist/esm/types/reference-data-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.d.ts +40 -0
- package/dist/esm/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.d.ts.map +1 -0
- package/dist/esm/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts +72 -0
- package/dist/esm/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
- package/dist/esm/types/risk-base-info-for-get-risk-output.d.ts +152 -0
- package/dist/esm/types/risk-base-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/risk-data-stat-for-get-risk-detection-task-output.d.ts +50 -0
- package/dist/esm/types/risk-data-stat-for-get-risk-detection-task-output.d.ts.map +1 -0
- package/dist/esm/types/risk-exempt-meta-for-get-risk-output.d.ts +43 -0
- package/dist/esm/types/risk-exempt-meta-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/risk-status-update-by-soar-request.d.ts +35 -0
- package/dist/esm/types/risk-status-update-by-soar-request.d.ts.map +1 -0
- package/dist/esm/types/risk-status-update-by-soar-response.d.ts +25 -0
- package/dist/esm/types/risk-status-update-by-soar-response.d.ts.map +1 -0
- package/dist/esm/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts +97 -0
- package/dist/esm/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.d.ts.map +1 -0
- package/dist/esm/types/security-group-rule-info-for-get-risk-output.d.ts +84 -0
- package/dist/esm/types/security-group-rule-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/slbacl-group-info-for-get-risk-output.d.ts +48 -0
- package/dist/esm/types/slbacl-group-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/slblistener-info-for-get-risk-output.d.ts +53 -0
- package/dist/esm/types/slblistener-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/sshkey-pair-info-for-get-risk-output.d.ts +40 -0
- package/dist/esm/types/sshkey-pair-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/stat-by-status-for-get-risk-stat-output.d.ts +45 -0
- package/dist/esm/types/stat-by-status-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/stat-for-get-api-v1-overview-alarm-stats-output.d.ts +30 -0
- package/dist/esm/types/stat-for-get-api-v1-overview-alarm-stats-output.d.ts.map +1 -0
- package/dist/esm/types/status-overview-for-post-api-v1-alarm-describe-overview-output.d.ts +45 -0
- package/dist/esm/types/status-overview-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-dbingress-minimum-aclfor-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-dbingress-minimum-aclfor-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-for-get-risk-output.d.ts +148 -0
- package/dist/esm/types/strategy-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-ossbucket-server-encrypt-for-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-ossbucket-server-encrypt-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-risk-resource-config-info-for-get-risk-output.d.ts +25 -0
- package/dist/esm/types/strategy-risk-resource-config-info-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-slbaclopen-for-get-risk-output.d.ts +32 -0
- package/dist/esm/types/strategy-slbaclopen-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-slbminimum-forward-strategy-for-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-slbminimum-forward-strategy-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-vmdefend-burst-solution-for-get-risk-output.d.ts +20 -0
- package/dist/esm/types/strategy-vmdefend-burst-solution-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.d.ts +26 -0
- package/dist/esm/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/time-range-for-get-risk-stat-input.d.ts +30 -0
- package/dist/esm/types/time-range-for-get-risk-stat-input.d.ts.map +1 -0
- package/dist/esm/types/total-for-get-risk-stat-output.d.ts +50 -0
- package/dist/esm/types/total-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/trend-for-get-risk-stat-output.d.ts +32 -0
- package/dist/esm/types/trend-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/trend-info-for-get-risk-stat-output.d.ts +41 -0
- package/dist/esm/types/trend-info-for-get-risk-stat-output.d.ts.map +1 -0
- package/dist/esm/types/unhandled-for-post-api-v1-alarm-describe-overview-output.d.ts +50 -0
- package/dist/esm/types/unhandled-for-post-api-v1-alarm-describe-overview-output.d.ts.map +1 -0
- package/dist/esm/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.d.ts +30 -0
- package/dist/esm/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.d.ts.map +1 -0
- package/dist/esm/types/variation-info-for-get-api-v1-alarm-detail-output.d.ts +26 -0
- package/dist/esm/types/variation-info-for-get-api-v1-alarm-detail-output.d.ts.map +1 -0
- package/dist/esm/types/vuln-cvss-for-get-risk-output.d.ts +30 -0
- package/dist/esm/types/vuln-cvss-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/vuln-for-get-risk-output.d.ts +102 -0
- package/dist/esm/types/vuln-for-get-risk-output.d.ts.map +1 -0
- package/dist/esm/types/vulnerable-soft-package-for-get-risk-output.d.ts +57 -0
- package/dist/esm/types/vulnerable-soft-package-for-get-risk-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +324 -0
- package/src/index.ts +14 -0
- package/src/types/additional-info-list-for-get-api-v1-alarm-detail-output.ts +40 -0
- package/src/types/affected-asset-for-get-api-v1-alarm-detail-output.ts +106 -0
- package/src/types/affected-resource-for-get-risk-output.ts +131 -0
- package/src/types/alarm-feature-info-malware-for-get-api-v1-alarm-detail-output.ts +54 -0
- package/src/types/alarm-source-product-for-get-api-v1-alarm-detail-output.ts +52 -0
- package/src/types/alarm-stat-overview-for-post-api-v1-alarm-describe-overview-output.ts +36 -0
- package/src/types/alarm-vendor-alert-meta-for-get-api-v1-alarm-detail-output.ts +40 -0
- package/src/types/associated-cve-for-get-risk-output.ts +34 -0
- package/src/types/ban-alert-ipcallback-request.ts +46 -0
- package/src/types/ban-alert-ipcallback-response.ts +29 -0
- package/src/types/base-info-for-get-alarm-sync-task-output.ts +86 -0
- package/src/types/base-info-for-get-asset-sync-task-output.ts +86 -0
- package/src/types/cloud-account-for-get-api-v1-alarm-detail-output.ts +52 -0
- package/src/types/cloud-account-for-get-risk-stat-input.ts +52 -0
- package/src/types/cloud-account-list-for-post-api-v1-alarm-describe-overview-input.ts +46 -0
- package/src/types/cloud-vendor-for-get-api-v1-overview-security-scores-output.ts +58 -0
- package/src/types/container-env-for-get-risk-output.ts +82 -0
- package/src/types/data-for-ban-alert-ipcallback-output.ts +22 -0
- package/src/types/detail-for-get-api-v1-alarm-detail-output.ts +182 -0
- package/src/types/file-for-get-risk-output.ts +77 -0
- package/src/types/get-alarm-sync-task-request.ts +22 -0
- package/src/types/get-alarm-sync-task-response.ts +29 -0
- package/src/types/get-api-v1-alarm-detail-request.ts +28 -0
- package/src/types/get-api-v1-alarm-detail-response.ts +29 -0
- package/src/types/get-api-v1-overview-alarm-stats-request.ts +22 -0
- package/src/types/get-api-v1-overview-alarm-stats-response.ts +35 -0
- package/src/types/get-api-v1-overview-security-scores-request.ts +22 -0
- package/src/types/get-api-v1-overview-security-scores-response.ts +35 -0
- package/src/types/get-asset-sync-task-request.ts +22 -0
- package/src/types/get-asset-sync-task-response.ts +29 -0
- package/src/types/get-overview-card-request.ts +22 -0
- package/src/types/get-overview-card-response.ts +60 -0
- package/src/types/get-overview-service-module-request.ts +22 -0
- package/src/types/get-overview-service-module-response.ts +29 -0
- package/src/types/get-risk-detection-task-request.ts +22 -0
- package/src/types/get-risk-detection-task-response.ts +95 -0
- package/src/types/get-risk-request.ts +28 -0
- package/src/types/get-risk-response.ts +69 -0
- package/src/types/get-risk-stat-request.ts +83 -0
- package/src/types/get-risk-stat-response.ts +43 -0
- package/src/types/index.ts +95 -0
- package/src/types/malware-file-for-get-api-v1-alarm-detail-output.ts +34 -0
- package/src/types/malware-hit-data-for-get-api-v1-alarm-detail-output.ts +34 -0
- package/src/types/mcstrategy-risk-list-for-get-overview-card-output.ts +103 -0
- package/src/types/mcstrategy-risk-stat-for-get-overview-card-output.ts +48 -0
- package/src/types/not-fixed-for-get-risk-stat-output.ts +58 -0
- package/src/types/not-ready-srv-module-for-get-overview-service-module-output.ts +40 -0
- package/src/types/osproc-for-get-risk-output.ts +78 -0
- package/src/types/osuser-for-get-risk-output.ts +40 -0
- package/src/types/owner-for-get-risk-output.ts +40 -0
- package/src/types/port-range-info-for-get-risk-output.ts +34 -0
- package/src/types/post-api-v1-alarm-describe-overview-request.ts +47 -0
- package/src/types/post-api-v1-alarm-describe-overview-response.ts +29 -0
- package/src/types/post-api-v1-asset-describe-detail-request.ts +80 -0
- package/src/types/post-api-v1-asset-describe-detail-response.ts +101 -0
- package/src/types/post-api-v1-overview-describe-asset-info-request.ts +47 -0
- package/src/types/post-api-v1-overview-describe-asset-info-response.ts +61 -0
- package/src/types/protect-stats-for-post-api-v1-overview-describe-asset-info-output.ts +46 -0
- package/src/types/reference-data-for-get-risk-output.ts +92 -0
- package/src/types/resource-cloud-account-list-for-post-api-v1-overview-describe-asset-info-input.ts +46 -0
- package/src/types/resource-info-for-post-api-v1-overview-describe-asset-info-output.ts +80 -0
- package/src/types/risk-base-info-for-get-risk-output.ts +171 -0
- package/src/types/risk-data-stat-for-get-risk-detection-task-output.ts +58 -0
- package/src/types/risk-exempt-meta-for-get-risk-output.ts +50 -0
- package/src/types/risk-status-update-by-soar-request.ts +40 -0
- package/src/types/risk-status-update-by-soar-response.ts +28 -0
- package/src/types/risk-top-for-post-api-v1-overview-describe-asset-info-output.ts +108 -0
- package/src/types/security-group-rule-info-for-get-risk-output.ts +99 -0
- package/src/types/slbacl-group-info-for-get-risk-output.ts +56 -0
- package/src/types/slblistener-info-for-get-risk-output.ts +62 -0
- package/src/types/sshkey-pair-info-for-get-risk-output.ts +46 -0
- package/src/types/stat-by-status-for-get-risk-stat-output.ts +52 -0
- package/src/types/stat-for-get-api-v1-overview-alarm-stats-output.ts +34 -0
- package/src/types/status-overview-for-post-api-v1-alarm-describe-overview-output.ts +52 -0
- package/src/types/strategy-dbingress-minimum-aclfor-get-risk-output.ts +29 -0
- package/src/types/strategy-for-get-risk-output.ts +166 -0
- package/src/types/strategy-ossbucket-limit-anonymous-aclfor-get-risk-output.ts +22 -0
- package/src/types/strategy-ossbucket-server-encrypt-for-get-risk-output.ts +22 -0
- package/src/types/strategy-ossbucket-version-bak-recovery-for-get-risk-output.ts +22 -0
- package/src/types/strategy-risk-resource-config-info-for-get-risk-output.ts +28 -0
- package/src/types/strategy-security-group-ingress-minimum-aclfor-get-risk-output.ts +29 -0
- package/src/types/strategy-slbaclopen-for-get-risk-output.ts +36 -0
- package/src/types/strategy-slbminimum-forward-strategy-for-get-risk-output.ts +29 -0
- package/src/types/strategy-vmdefend-burst-solution-for-get-risk-output.ts +22 -0
- package/src/types/strategy-vmidentity-auth-sshkey-pair-for-get-risk-output.ts +29 -0
- package/src/types/strategy-vmsecurity-group-rule-limit-port-access-for-get-risk-output.ts +29 -0
- package/src/types/time-range-for-get-risk-stat-input.ts +34 -0
- package/src/types/total-for-get-risk-stat-output.ts +58 -0
- package/src/types/trend-for-get-risk-stat-output.ts +36 -0
- package/src/types/trend-info-for-get-risk-stat-output.ts +47 -0
- package/src/types/unhandled-for-post-api-v1-alarm-describe-overview-output.ts +58 -0
- package/src/types/updated-op-record-for-post-api-v1-asset-describe-detail-output.ts +34 -0
- package/src/types/variation-info-for-get-api-v1-alarm-detail-output.ts +29 -0
- package/src/types/vuln-cvss-for-get-risk-output.ts +34 -0
- package/src/types/vuln-for-get-risk-output.ts +117 -0
- package/src/types/vulnerable-soft-package-for-get-risk-output.ts +66 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
> @volcengine/mcs@1.0.1 build /Users/bytedance/git/volcengine-nodejs-sdk/service/mcs
|
|
3
|
+
> rslib build
|
|
4
|
+
|
|
5
|
+
[1m[38;2;179;250;236mR[39m[38;2;170;245;228ms[39m[38;2;160;240;221ml[39m[38;2;151;235;213mi[39m[38;2;141;230;206mb[39m[38;2;141;230;206m [39m[38;2;131;224;199mv[39m[38;2;122;219;191m0[39m[38;2;112;214;184m.[39m[38;2;103;209;176m1[39m[38;2;93;204;169m9[39m[38;2;84;199;161m.[39m[38;2;74;194;154m1[39m[38;2;74;194;154m
|
|
6
|
+
[39m[22m
|
|
7
|
+
[1m[36minfo [39m[22m build started...
|
|
8
|
+
[1m[36mstart [39m[22m generating declaration files... [2m(esm)[22m
|
|
9
|
+
[1m[32mready [39m[22m built in [1m4.07[22m s[2m (cjs)[22m
|
|
10
|
+
[1m[32mready [39m[22m built in [1m4.16[22m s[2m (esm)[22m
|
|
11
|
+
[1m[32mready [39m[22m declaration files generated in [1m11.2[22m s [2m(esm)[22m
|
|
12
|
+
|
|
13
|
+
[34mFile (esm) Size [39m
|
|
14
|
+
[2mdist/esm/[22m[36mindex.mjs[39m 6.0 kB
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
[34mFile (cjs) Size [39m
|
|
18
|
+
[2mdist/cjs/[22m[36mindex.js[39m 10.4 kB
|
|
19
|
+
|
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
GetApiV1OverviewAlarmStatsCommand: ()=>GetApiV1OverviewAlarmStatsCommand,
|
|
28
|
+
GetApiV1OverviewSecurityScoresCommand: ()=>GetApiV1OverviewSecurityScoresCommand,
|
|
29
|
+
GetRiskDetectionTaskCommand: ()=>GetRiskDetectionTaskCommand,
|
|
30
|
+
GetOverviewCardCommand: ()=>GetOverviewCardCommand,
|
|
31
|
+
MCSClient: ()=>MCSClient,
|
|
32
|
+
PostApiV1OverviewDescribeAssetInfoCommand: ()=>PostApiV1OverviewDescribeAssetInfoCommand,
|
|
33
|
+
GetRiskCommand: ()=>GetRiskCommand,
|
|
34
|
+
GetAlarmSyncTaskCommand: ()=>GetAlarmSyncTaskCommand,
|
|
35
|
+
GetRiskStatCommand: ()=>GetRiskStatCommand,
|
|
36
|
+
GetAssetSyncTaskCommand: ()=>GetAssetSyncTaskCommand,
|
|
37
|
+
BanAlertIPCallbackCommand: ()=>BanAlertIPCallbackCommand,
|
|
38
|
+
GetOverviewServiceModuleCommand: ()=>GetOverviewServiceModuleCommand,
|
|
39
|
+
RiskStatusUpdateBySoarCommand: ()=>RiskStatusUpdateBySoarCommand,
|
|
40
|
+
PostApiV1AlarmDescribeOverviewCommand: ()=>PostApiV1AlarmDescribeOverviewCommand,
|
|
41
|
+
GetApiV1AlarmDetailCommand: ()=>GetApiV1AlarmDetailCommand,
|
|
42
|
+
PostApiV1AssetDescribeDetailCommand: ()=>PostApiV1AssetDescribeDetailCommand
|
|
43
|
+
});
|
|
44
|
+
const sdk_core_namespaceObject = require("@volcengine/sdk-core");
|
|
45
|
+
function _define_property(obj, key, value) {
|
|
46
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
47
|
+
value: value,
|
|
48
|
+
enumerable: true,
|
|
49
|
+
configurable: true,
|
|
50
|
+
writable: true
|
|
51
|
+
});
|
|
52
|
+
else obj[key] = value;
|
|
53
|
+
return obj;
|
|
54
|
+
}
|
|
55
|
+
class MCSClient extends sdk_core_namespaceObject.Client {
|
|
56
|
+
constructor(config = {}){
|
|
57
|
+
super({
|
|
58
|
+
protocol: 'https',
|
|
59
|
+
region: 'cn-beijing',
|
|
60
|
+
...config
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
class BanAlertIPCallbackCommand extends sdk_core_namespaceObject.Command {
|
|
65
|
+
constructor(input){
|
|
66
|
+
super(input);
|
|
67
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(BanAlertIPCallbackCommand.metaPath);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
_define_property(BanAlertIPCallbackCommand, "metaPath", '/BanAlertIPCallback/2023-05-01/mcs/post/application_json/');
|
|
71
|
+
class GetAlarmSyncTaskCommand extends sdk_core_namespaceObject.Command {
|
|
72
|
+
constructor(input){
|
|
73
|
+
super(input);
|
|
74
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlarmSyncTaskCommand.metaPath);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
_define_property(GetAlarmSyncTaskCommand, "metaPath", '/GetAlarmSyncTask/2023-05-01/mcs/post/application_json/');
|
|
78
|
+
class GetApiV1AlarmDetailCommand extends sdk_core_namespaceObject.Command {
|
|
79
|
+
constructor(input){
|
|
80
|
+
super(input);
|
|
81
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetApiV1AlarmDetailCommand.metaPath);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
_define_property(GetApiV1AlarmDetailCommand, "metaPath", '/GetApiV1AlarmDetail/2023-05-01/mcs/post/application_json/');
|
|
85
|
+
class GetApiV1OverviewAlarmStatsCommand extends sdk_core_namespaceObject.Command {
|
|
86
|
+
constructor(input){
|
|
87
|
+
super(input);
|
|
88
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetApiV1OverviewAlarmStatsCommand.metaPath);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
_define_property(GetApiV1OverviewAlarmStatsCommand, "metaPath", '/GetApiV1OverviewAlarmStats/2023-05-01/mcs/post/application_json/');
|
|
92
|
+
class GetApiV1OverviewSecurityScoresCommand extends sdk_core_namespaceObject.Command {
|
|
93
|
+
constructor(input){
|
|
94
|
+
super(input);
|
|
95
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetApiV1OverviewSecurityScoresCommand.metaPath);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
_define_property(GetApiV1OverviewSecurityScoresCommand, "metaPath", '/GetApiV1OverviewSecurityScores/2023-05-01/mcs/post/application_json/');
|
|
99
|
+
class GetAssetSyncTaskCommand extends sdk_core_namespaceObject.Command {
|
|
100
|
+
constructor(input){
|
|
101
|
+
super(input);
|
|
102
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAssetSyncTaskCommand.metaPath);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
_define_property(GetAssetSyncTaskCommand, "metaPath", '/GetAssetSyncTask/2023-05-01/mcs/post/application_json/');
|
|
106
|
+
class GetOverviewCardCommand extends sdk_core_namespaceObject.Command {
|
|
107
|
+
constructor(input){
|
|
108
|
+
super(input);
|
|
109
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOverviewCardCommand.metaPath);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
_define_property(GetOverviewCardCommand, "metaPath", '/GetOverviewCard/2023-05-01/mcs/post/application_json/');
|
|
113
|
+
class GetOverviewServiceModuleCommand extends sdk_core_namespaceObject.Command {
|
|
114
|
+
constructor(input){
|
|
115
|
+
super(input);
|
|
116
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOverviewServiceModuleCommand.metaPath);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
_define_property(GetOverviewServiceModuleCommand, "metaPath", '/GetOverviewServiceModule/2023-05-01/mcs/post/application_json/');
|
|
120
|
+
class GetRiskCommand extends sdk_core_namespaceObject.Command {
|
|
121
|
+
constructor(input){
|
|
122
|
+
super(input);
|
|
123
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRiskCommand.metaPath);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
_define_property(GetRiskCommand, "metaPath", '/GetRisk/2023-05-01/mcs/post/application_json/');
|
|
127
|
+
class GetRiskDetectionTaskCommand extends sdk_core_namespaceObject.Command {
|
|
128
|
+
constructor(input){
|
|
129
|
+
super(input);
|
|
130
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRiskDetectionTaskCommand.metaPath);
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
_define_property(GetRiskDetectionTaskCommand, "metaPath", '/GetRiskDetectionTask/2023-05-01/mcs/post/application_json/');
|
|
134
|
+
class GetRiskStatCommand extends sdk_core_namespaceObject.Command {
|
|
135
|
+
constructor(input){
|
|
136
|
+
super(input);
|
|
137
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRiskStatCommand.metaPath);
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
_define_property(GetRiskStatCommand, "metaPath", '/GetRiskStat/2023-05-01/mcs/post/application_json/');
|
|
141
|
+
class PostApiV1AlarmDescribeOverviewCommand extends sdk_core_namespaceObject.Command {
|
|
142
|
+
constructor(input){
|
|
143
|
+
super(input);
|
|
144
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PostApiV1AlarmDescribeOverviewCommand.metaPath);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
_define_property(PostApiV1AlarmDescribeOverviewCommand, "metaPath", '/PostApiV1AlarmDescribeOverview/2023-05-01/mcs/post/application_json/');
|
|
148
|
+
class PostApiV1AssetDescribeDetailCommand extends sdk_core_namespaceObject.Command {
|
|
149
|
+
constructor(input){
|
|
150
|
+
super(input);
|
|
151
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PostApiV1AssetDescribeDetailCommand.metaPath);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
_define_property(PostApiV1AssetDescribeDetailCommand, "metaPath", '/PostApiV1AssetDescribeDetail/2023-05-01/mcs/post/application_json/');
|
|
155
|
+
class PostApiV1OverviewDescribeAssetInfoCommand extends sdk_core_namespaceObject.Command {
|
|
156
|
+
constructor(input){
|
|
157
|
+
super(input);
|
|
158
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PostApiV1OverviewDescribeAssetInfoCommand.metaPath);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
_define_property(PostApiV1OverviewDescribeAssetInfoCommand, "metaPath", '/PostApiV1OverviewDescribeAssetInfo/2023-05-01/mcs/post/application_json/');
|
|
162
|
+
class RiskStatusUpdateBySoarCommand extends sdk_core_namespaceObject.Command {
|
|
163
|
+
constructor(input){
|
|
164
|
+
super(input);
|
|
165
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RiskStatusUpdateBySoarCommand.metaPath);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
_define_property(RiskStatusUpdateBySoarCommand, "metaPath", '/RiskStatusUpdateBySoar/2023-05-01/mcs/post/application_json/');
|
|
169
|
+
exports.BanAlertIPCallbackCommand = __webpack_exports__.BanAlertIPCallbackCommand;
|
|
170
|
+
exports.GetAlarmSyncTaskCommand = __webpack_exports__.GetAlarmSyncTaskCommand;
|
|
171
|
+
exports.GetApiV1AlarmDetailCommand = __webpack_exports__.GetApiV1AlarmDetailCommand;
|
|
172
|
+
exports.GetApiV1OverviewAlarmStatsCommand = __webpack_exports__.GetApiV1OverviewAlarmStatsCommand;
|
|
173
|
+
exports.GetApiV1OverviewSecurityScoresCommand = __webpack_exports__.GetApiV1OverviewSecurityScoresCommand;
|
|
174
|
+
exports.GetAssetSyncTaskCommand = __webpack_exports__.GetAssetSyncTaskCommand;
|
|
175
|
+
exports.GetOverviewCardCommand = __webpack_exports__.GetOverviewCardCommand;
|
|
176
|
+
exports.GetOverviewServiceModuleCommand = __webpack_exports__.GetOverviewServiceModuleCommand;
|
|
177
|
+
exports.GetRiskCommand = __webpack_exports__.GetRiskCommand;
|
|
178
|
+
exports.GetRiskDetectionTaskCommand = __webpack_exports__.GetRiskDetectionTaskCommand;
|
|
179
|
+
exports.GetRiskStatCommand = __webpack_exports__.GetRiskStatCommand;
|
|
180
|
+
exports.MCSClient = __webpack_exports__.MCSClient;
|
|
181
|
+
exports.PostApiV1AlarmDescribeOverviewCommand = __webpack_exports__.PostApiV1AlarmDescribeOverviewCommand;
|
|
182
|
+
exports.PostApiV1AssetDescribeDetailCommand = __webpack_exports__.PostApiV1AssetDescribeDetailCommand;
|
|
183
|
+
exports.PostApiV1OverviewDescribeAssetInfoCommand = __webpack_exports__.PostApiV1OverviewDescribeAssetInfoCommand;
|
|
184
|
+
exports.RiskStatusUpdateBySoarCommand = __webpack_exports__.RiskStatusUpdateBySoarCommand;
|
|
185
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
186
|
+
"BanAlertIPCallbackCommand",
|
|
187
|
+
"GetAlarmSyncTaskCommand",
|
|
188
|
+
"GetApiV1AlarmDetailCommand",
|
|
189
|
+
"GetApiV1OverviewAlarmStatsCommand",
|
|
190
|
+
"GetApiV1OverviewSecurityScoresCommand",
|
|
191
|
+
"GetAssetSyncTaskCommand",
|
|
192
|
+
"GetOverviewCardCommand",
|
|
193
|
+
"GetOverviewServiceModuleCommand",
|
|
194
|
+
"GetRiskCommand",
|
|
195
|
+
"GetRiskDetectionTaskCommand",
|
|
196
|
+
"GetRiskStatCommand",
|
|
197
|
+
"MCSClient",
|
|
198
|
+
"PostApiV1AlarmDescribeOverviewCommand",
|
|
199
|
+
"PostApiV1AssetDescribeDetailCommand",
|
|
200
|
+
"PostApiV1OverviewDescribeAssetInfoCommand",
|
|
201
|
+
"RiskStatusUpdateBySoarCommand"
|
|
202
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
203
|
+
Object.defineProperty(exports, '__esModule', {
|
|
204
|
+
value: true
|
|
205
|
+
});
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mcs
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { BanAlertIPCallbackRequest } from './types/index';
|
|
14
|
+
import { BanAlertIPCallbackResponse } from './types/index';
|
|
15
|
+
import { GetAlarmSyncTaskRequest } from './types/index';
|
|
16
|
+
import { GetAlarmSyncTaskResponse } from './types/index';
|
|
17
|
+
import { GetApiV1AlarmDetailRequest } from './types/index';
|
|
18
|
+
import { GetApiV1AlarmDetailResponse } from './types/index';
|
|
19
|
+
import { GetApiV1OverviewAlarmStatsRequest } from './types/index';
|
|
20
|
+
import { GetApiV1OverviewAlarmStatsResponse } from './types/index';
|
|
21
|
+
import { GetApiV1OverviewSecurityScoresRequest } from './types/index';
|
|
22
|
+
import { GetApiV1OverviewSecurityScoresResponse } from './types/index';
|
|
23
|
+
import { GetAssetSyncTaskRequest } from './types/index';
|
|
24
|
+
import { GetAssetSyncTaskResponse } from './types/index';
|
|
25
|
+
import { GetOverviewCardRequest } from './types/index';
|
|
26
|
+
import { GetOverviewCardResponse } from './types/index';
|
|
27
|
+
import { GetOverviewServiceModuleRequest } from './types/index';
|
|
28
|
+
import { GetOverviewServiceModuleResponse } from './types/index';
|
|
29
|
+
import { GetRiskDetectionTaskRequest } from './types/index';
|
|
30
|
+
import { GetRiskDetectionTaskResponse } from './types/index';
|
|
31
|
+
import { GetRiskRequest } from './types/index';
|
|
32
|
+
import { GetRiskResponse } from './types/index';
|
|
33
|
+
import { GetRiskStatRequest } from './types/index';
|
|
34
|
+
import { GetRiskStatResponse } from './types/index';
|
|
35
|
+
import { PostApiV1AlarmDescribeOverviewRequest } from './types/index';
|
|
36
|
+
import { PostApiV1AlarmDescribeOverviewResponse } from './types/index';
|
|
37
|
+
import { PostApiV1AssetDescribeDetailRequest } from './types/index';
|
|
38
|
+
import { PostApiV1AssetDescribeDetailResponse } from './types/index';
|
|
39
|
+
import { PostApiV1OverviewDescribeAssetInfoRequest } from './types/index';
|
|
40
|
+
import { PostApiV1OverviewDescribeAssetInfoResponse } from './types/index';
|
|
41
|
+
import { RiskStatusUpdateBySoarRequest } from './types/index';
|
|
42
|
+
import { RiskStatusUpdateBySoarResponse } from './types/index';
|
|
43
|
+
export type BanAlertIPCallbackCommandOutput = CommandOutput<BanAlertIPCallbackResponse>;
|
|
44
|
+
export type GetAlarmSyncTaskCommandOutput = CommandOutput<GetAlarmSyncTaskResponse>;
|
|
45
|
+
export type GetApiV1AlarmDetailCommandOutput = CommandOutput<GetApiV1AlarmDetailResponse>;
|
|
46
|
+
export type GetApiV1OverviewAlarmStatsCommandOutput = CommandOutput<GetApiV1OverviewAlarmStatsResponse>;
|
|
47
|
+
export type GetApiV1OverviewSecurityScoresCommandOutput = CommandOutput<GetApiV1OverviewSecurityScoresResponse>;
|
|
48
|
+
export type GetAssetSyncTaskCommandOutput = CommandOutput<GetAssetSyncTaskResponse>;
|
|
49
|
+
export type GetOverviewCardCommandOutput = CommandOutput<GetOverviewCardResponse>;
|
|
50
|
+
export type GetOverviewServiceModuleCommandOutput = CommandOutput<GetOverviewServiceModuleResponse>;
|
|
51
|
+
export type GetRiskCommandOutput = CommandOutput<GetRiskResponse>;
|
|
52
|
+
export type GetRiskDetectionTaskCommandOutput = CommandOutput<GetRiskDetectionTaskResponse>;
|
|
53
|
+
export type GetRiskStatCommandOutput = CommandOutput<GetRiskStatResponse>;
|
|
54
|
+
export type PostApiV1AlarmDescribeOverviewCommandOutput = CommandOutput<PostApiV1AlarmDescribeOverviewResponse>;
|
|
55
|
+
export type PostApiV1AssetDescribeDetailCommandOutput = CommandOutput<PostApiV1AssetDescribeDetailResponse>;
|
|
56
|
+
export type PostApiV1OverviewDescribeAssetInfoCommandOutput = CommandOutput<PostApiV1OverviewDescribeAssetInfoResponse>;
|
|
57
|
+
export type RiskStatusUpdateBySoarCommandOutput = CommandOutput<RiskStatusUpdateBySoarResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* MCSClient Service Client
|
|
60
|
+
*/
|
|
61
|
+
export declare class MCSClient extends Client {
|
|
62
|
+
constructor(config?: ClientConfig);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Command to BanAlertIPCallback
|
|
66
|
+
*/
|
|
67
|
+
export declare class BanAlertIPCallbackCommand extends Command<BanAlertIPCallbackRequest, BanAlertIPCallbackCommandOutput, 'BanAlertIPCallbackCommand'> {
|
|
68
|
+
static readonly metaPath = "/BanAlertIPCallback/2023-05-01/mcs/post/application_json/";
|
|
69
|
+
constructor(input: BanAlertIPCallbackRequest);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Command to GetAlarmSyncTask
|
|
73
|
+
*/
|
|
74
|
+
export declare class GetAlarmSyncTaskCommand extends Command<GetAlarmSyncTaskRequest, GetAlarmSyncTaskCommandOutput, 'GetAlarmSyncTaskCommand'> {
|
|
75
|
+
static readonly metaPath = "/GetAlarmSyncTask/2023-05-01/mcs/post/application_json/";
|
|
76
|
+
constructor(input: GetAlarmSyncTaskRequest);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Command to GetApiV1AlarmDetail
|
|
80
|
+
*/
|
|
81
|
+
export declare class GetApiV1AlarmDetailCommand extends Command<GetApiV1AlarmDetailRequest, GetApiV1AlarmDetailCommandOutput, 'GetApiV1AlarmDetailCommand'> {
|
|
82
|
+
static readonly metaPath = "/GetApiV1AlarmDetail/2023-05-01/mcs/post/application_json/";
|
|
83
|
+
constructor(input: GetApiV1AlarmDetailRequest);
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Command to GetApiV1OverviewAlarmStats
|
|
87
|
+
*/
|
|
88
|
+
export declare class GetApiV1OverviewAlarmStatsCommand extends Command<GetApiV1OverviewAlarmStatsRequest, GetApiV1OverviewAlarmStatsCommandOutput, 'GetApiV1OverviewAlarmStatsCommand'> {
|
|
89
|
+
static readonly metaPath = "/GetApiV1OverviewAlarmStats/2023-05-01/mcs/post/application_json/";
|
|
90
|
+
constructor(input: GetApiV1OverviewAlarmStatsRequest);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Command to GetApiV1OverviewSecurityScores
|
|
94
|
+
*/
|
|
95
|
+
export declare class GetApiV1OverviewSecurityScoresCommand extends Command<GetApiV1OverviewSecurityScoresRequest, GetApiV1OverviewSecurityScoresCommandOutput, 'GetApiV1OverviewSecurityScoresCommand'> {
|
|
96
|
+
static readonly metaPath = "/GetApiV1OverviewSecurityScores/2023-05-01/mcs/post/application_json/";
|
|
97
|
+
constructor(input: GetApiV1OverviewSecurityScoresRequest);
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* Command to GetAssetSyncTask
|
|
101
|
+
*/
|
|
102
|
+
export declare class GetAssetSyncTaskCommand extends Command<GetAssetSyncTaskRequest, GetAssetSyncTaskCommandOutput, 'GetAssetSyncTaskCommand'> {
|
|
103
|
+
static readonly metaPath = "/GetAssetSyncTask/2023-05-01/mcs/post/application_json/";
|
|
104
|
+
constructor(input: GetAssetSyncTaskRequest);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Command to GetOverviewCard
|
|
108
|
+
*/
|
|
109
|
+
export declare class GetOverviewCardCommand extends Command<GetOverviewCardRequest, GetOverviewCardCommandOutput, 'GetOverviewCardCommand'> {
|
|
110
|
+
static readonly metaPath = "/GetOverviewCard/2023-05-01/mcs/post/application_json/";
|
|
111
|
+
constructor(input: GetOverviewCardRequest);
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Command to GetOverviewServiceModule
|
|
115
|
+
*/
|
|
116
|
+
export declare class GetOverviewServiceModuleCommand extends Command<GetOverviewServiceModuleRequest, GetOverviewServiceModuleCommandOutput, 'GetOverviewServiceModuleCommand'> {
|
|
117
|
+
static readonly metaPath = "/GetOverviewServiceModule/2023-05-01/mcs/post/application_json/";
|
|
118
|
+
constructor(input: GetOverviewServiceModuleRequest);
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* Command to GetRisk
|
|
122
|
+
*/
|
|
123
|
+
export declare class GetRiskCommand extends Command<GetRiskRequest, GetRiskCommandOutput, 'GetRiskCommand'> {
|
|
124
|
+
static readonly metaPath = "/GetRisk/2023-05-01/mcs/post/application_json/";
|
|
125
|
+
constructor(input: GetRiskRequest);
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Command to GetRiskDetectionTask
|
|
129
|
+
*/
|
|
130
|
+
export declare class GetRiskDetectionTaskCommand extends Command<GetRiskDetectionTaskRequest, GetRiskDetectionTaskCommandOutput, 'GetRiskDetectionTaskCommand'> {
|
|
131
|
+
static readonly metaPath = "/GetRiskDetectionTask/2023-05-01/mcs/post/application_json/";
|
|
132
|
+
constructor(input: GetRiskDetectionTaskRequest);
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* Command to GetRiskStat
|
|
136
|
+
*/
|
|
137
|
+
export declare class GetRiskStatCommand extends Command<GetRiskStatRequest, GetRiskStatCommandOutput, 'GetRiskStatCommand'> {
|
|
138
|
+
static readonly metaPath = "/GetRiskStat/2023-05-01/mcs/post/application_json/";
|
|
139
|
+
constructor(input: GetRiskStatRequest);
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Command to PostApiV1AlarmDescribeOverview
|
|
143
|
+
*/
|
|
144
|
+
export declare class PostApiV1AlarmDescribeOverviewCommand extends Command<PostApiV1AlarmDescribeOverviewRequest, PostApiV1AlarmDescribeOverviewCommandOutput, 'PostApiV1AlarmDescribeOverviewCommand'> {
|
|
145
|
+
static readonly metaPath = "/PostApiV1AlarmDescribeOverview/2023-05-01/mcs/post/application_json/";
|
|
146
|
+
constructor(input: PostApiV1AlarmDescribeOverviewRequest);
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Command to PostApiV1AssetDescribeDetail
|
|
150
|
+
*/
|
|
151
|
+
export declare class PostApiV1AssetDescribeDetailCommand extends Command<PostApiV1AssetDescribeDetailRequest, PostApiV1AssetDescribeDetailCommandOutput, 'PostApiV1AssetDescribeDetailCommand'> {
|
|
152
|
+
static readonly metaPath = "/PostApiV1AssetDescribeDetail/2023-05-01/mcs/post/application_json/";
|
|
153
|
+
constructor(input: PostApiV1AssetDescribeDetailRequest);
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Command to PostApiV1OverviewDescribeAssetInfo
|
|
157
|
+
*/
|
|
158
|
+
export declare class PostApiV1OverviewDescribeAssetInfoCommand extends Command<PostApiV1OverviewDescribeAssetInfoRequest, PostApiV1OverviewDescribeAssetInfoCommandOutput, 'PostApiV1OverviewDescribeAssetInfoCommand'> {
|
|
159
|
+
static readonly metaPath = "/PostApiV1OverviewDescribeAssetInfo/2023-05-01/mcs/post/application_json/";
|
|
160
|
+
constructor(input: PostApiV1OverviewDescribeAssetInfoRequest);
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* Command to RiskStatusUpdateBySoar
|
|
164
|
+
*/
|
|
165
|
+
export declare class RiskStatusUpdateBySoarCommand extends Command<RiskStatusUpdateBySoarRequest, RiskStatusUpdateBySoarCommandOutput, 'RiskStatusUpdateBySoarCommand'> {
|
|
166
|
+
static readonly metaPath = "/RiskStatusUpdateBySoar/2023-05-01/mcs/post/application_json/";
|
|
167
|
+
constructor(input: RiskStatusUpdateBySoarRequest);
|
|
168
|
+
}
|
|
169
|
+
declare const _default: {
|
|
170
|
+
MCSClient: typeof MCSClient;
|
|
171
|
+
BanAlertIPCallbackCommand: typeof BanAlertIPCallbackCommand;
|
|
172
|
+
GetAlarmSyncTaskCommand: typeof GetAlarmSyncTaskCommand;
|
|
173
|
+
GetApiV1AlarmDetailCommand: typeof GetApiV1AlarmDetailCommand;
|
|
174
|
+
GetApiV1OverviewAlarmStatsCommand: typeof GetApiV1OverviewAlarmStatsCommand;
|
|
175
|
+
GetApiV1OverviewSecurityScoresCommand: typeof GetApiV1OverviewSecurityScoresCommand;
|
|
176
|
+
GetAssetSyncTaskCommand: typeof GetAssetSyncTaskCommand;
|
|
177
|
+
GetOverviewCardCommand: typeof GetOverviewCardCommand;
|
|
178
|
+
GetOverviewServiceModuleCommand: typeof GetOverviewServiceModuleCommand;
|
|
179
|
+
GetRiskCommand: typeof GetRiskCommand;
|
|
180
|
+
GetRiskDetectionTaskCommand: typeof GetRiskDetectionTaskCommand;
|
|
181
|
+
GetRiskStatCommand: typeof GetRiskStatCommand;
|
|
182
|
+
PostApiV1AlarmDescribeOverviewCommand: typeof PostApiV1AlarmDescribeOverviewCommand;
|
|
183
|
+
PostApiV1AssetDescribeDetailCommand: typeof PostApiV1AssetDescribeDetailCommand;
|
|
184
|
+
PostApiV1OverviewDescribeAssetInfoCommand: typeof PostApiV1OverviewDescribeAssetInfoCommand;
|
|
185
|
+
RiskStatusUpdateBySoarCommand: typeof RiskStatusUpdateBySoarCommand;
|
|
186
|
+
};
|
|
187
|
+
export default _default;
|
|
188
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* mcs
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export * from "./api";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,cAAc,OAAO,CAAC"}
|