@azure/arm-iotfirmwaredefense 1.0.1-alpha.20250425.1 → 2.0.0-alpha.20250429.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/CHANGELOG.md +141 -7
- package/LICENSE +1 -1
- package/README.md +8 -9
- package/dist/browser/api/binaryHardening/index.d.ts +3 -0
- package/dist/browser/api/binaryHardening/index.d.ts.map +1 -0
- package/dist/browser/api/binaryHardening/index.js +4 -0
- package/dist/browser/api/binaryHardening/index.js.map +1 -0
- package/dist/browser/api/binaryHardening/operations.d.ts +10 -0
- package/dist/browser/api/binaryHardening/operations.d.ts.map +1 -0
- package/dist/browser/api/binaryHardening/operations.js +33 -0
- package/dist/browser/api/binaryHardening/operations.js.map +1 -0
- package/dist/browser/api/binaryHardening/options.d.ts +5 -0
- package/dist/browser/api/binaryHardening/options.d.ts.map +1 -0
- package/dist/browser/api/binaryHardening/options.js +4 -0
- package/dist/browser/api/binaryHardening/options.js.map +1 -0
- package/dist/browser/api/cryptoCertificates/index.d.ts +3 -0
- package/dist/browser/api/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/browser/api/cryptoCertificates/index.js +4 -0
- package/dist/browser/api/cryptoCertificates/index.js.map +1 -0
- package/dist/browser/api/cryptoCertificates/operations.d.ts +10 -0
- package/dist/browser/api/cryptoCertificates/operations.d.ts.map +1 -0
- package/dist/browser/api/cryptoCertificates/operations.js +37 -0
- package/dist/browser/api/cryptoCertificates/operations.js.map +1 -0
- package/dist/browser/api/cryptoCertificates/options.d.ts +5 -0
- package/dist/browser/api/cryptoCertificates/options.d.ts.map +1 -0
- package/dist/browser/api/cryptoCertificates/options.js +4 -0
- package/dist/browser/api/cryptoCertificates/options.js.map +1 -0
- package/dist/browser/api/cryptoKeys/index.d.ts +3 -0
- package/dist/browser/api/cryptoKeys/index.d.ts.map +1 -0
- package/dist/browser/api/cryptoKeys/index.js +4 -0
- package/dist/browser/api/cryptoKeys/index.js.map +1 -0
- package/dist/browser/api/cryptoKeys/operations.d.ts +10 -0
- package/dist/browser/api/cryptoKeys/operations.d.ts.map +1 -0
- package/dist/browser/api/cryptoKeys/operations.js +33 -0
- package/dist/browser/api/cryptoKeys/operations.js.map +1 -0
- package/dist/browser/api/cryptoKeys/options.d.ts +5 -0
- package/dist/browser/api/cryptoKeys/options.d.ts.map +1 -0
- package/dist/browser/api/cryptoKeys/options.js +4 -0
- package/dist/browser/api/cryptoKeys/options.js.map +1 -0
- package/dist/browser/api/cves/index.d.ts +3 -0
- package/dist/browser/api/cves/index.d.ts.map +1 -0
- package/dist/browser/api/cves/index.js +4 -0
- package/dist/browser/api/cves/index.js.map +1 -0
- package/dist/browser/api/cves/operations.d.ts +10 -0
- package/dist/browser/api/cves/operations.d.ts.map +1 -0
- package/dist/browser/api/cves/operations.js +33 -0
- package/dist/browser/api/cves/operations.js.map +1 -0
- package/dist/browser/api/cves/options.d.ts +5 -0
- package/dist/browser/api/cves/options.d.ts.map +1 -0
- package/dist/browser/api/cves/options.js +4 -0
- package/dist/browser/api/cves/options.js.map +1 -0
- package/dist/browser/api/firmwares/index.d.ts +3 -0
- package/dist/browser/api/firmwares/index.d.ts.map +1 -0
- package/dist/browser/api/firmwares/index.js +4 -0
- package/dist/browser/api/firmwares/index.js.map +1 -0
- package/dist/browser/api/firmwares/operations.d.ts +31 -0
- package/dist/browser/api/firmwares/operations.d.ts.map +1 -0
- package/dist/browser/api/firmwares/operations.js +145 -0
- package/dist/browser/api/firmwares/operations.js.map +1 -0
- package/dist/browser/api/firmwares/options.d.ts +17 -0
- package/dist/browser/api/firmwares/options.d.ts.map +1 -0
- package/dist/browser/api/firmwares/options.js +4 -0
- package/dist/browser/api/firmwares/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/ioTFirmwareDefenseContext.d.ts +19 -0
- package/dist/browser/api/ioTFirmwareDefenseContext.d.ts.map +1 -0
- package/dist/browser/api/ioTFirmwareDefenseContext.js +36 -0
- package/dist/browser/api/ioTFirmwareDefenseContext.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/passwordHashes/index.d.ts +3 -0
- package/dist/browser/api/passwordHashes/index.d.ts.map +1 -0
- package/dist/browser/api/passwordHashes/index.js +4 -0
- package/dist/browser/api/passwordHashes/index.js.map +1 -0
- package/dist/browser/api/passwordHashes/operations.d.ts +10 -0
- package/dist/browser/api/passwordHashes/operations.d.ts.map +1 -0
- package/dist/browser/api/passwordHashes/operations.js +33 -0
- package/dist/browser/api/passwordHashes/operations.js.map +1 -0
- package/dist/browser/api/passwordHashes/options.d.ts +5 -0
- package/dist/browser/api/passwordHashes/options.d.ts.map +1 -0
- package/dist/browser/api/passwordHashes/options.js +4 -0
- package/dist/browser/api/passwordHashes/options.js.map +1 -0
- package/dist/browser/api/sbomComponents/index.d.ts +3 -0
- package/dist/browser/api/sbomComponents/index.d.ts.map +1 -0
- package/dist/browser/api/sbomComponents/index.js +4 -0
- package/dist/browser/api/sbomComponents/index.js.map +1 -0
- package/dist/browser/api/sbomComponents/operations.d.ts +10 -0
- package/dist/browser/api/sbomComponents/operations.d.ts.map +1 -0
- package/dist/browser/api/sbomComponents/operations.js +33 -0
- package/dist/browser/api/sbomComponents/operations.js.map +1 -0
- package/dist/browser/api/sbomComponents/options.d.ts +5 -0
- package/dist/browser/api/sbomComponents/options.d.ts.map +1 -0
- package/dist/browser/api/sbomComponents/options.js +4 -0
- package/dist/browser/api/sbomComponents/options.js.map +1 -0
- package/dist/browser/api/summaries/index.d.ts +3 -0
- package/dist/browser/api/summaries/index.d.ts.map +1 -0
- package/dist/browser/api/summaries/index.js +4 -0
- package/dist/browser/api/summaries/index.js.map +1 -0
- package/dist/browser/api/summaries/operations.d.ts +14 -0
- package/dist/browser/api/summaries/operations.d.ts.map +1 -0
- package/dist/browser/api/summaries/operations.js +61 -0
- package/dist/browser/api/summaries/operations.js.map +1 -0
- package/dist/browser/api/summaries/options.d.ts +8 -0
- package/dist/browser/api/summaries/options.d.ts.map +1 -0
- package/dist/browser/api/summaries/options.js +4 -0
- package/dist/browser/api/summaries/options.js.map +1 -0
- package/dist/browser/api/usageMetrics/index.d.ts +3 -0
- package/dist/browser/api/usageMetrics/index.d.ts.map +1 -0
- package/dist/browser/api/usageMetrics/index.js +4 -0
- package/dist/browser/api/usageMetrics/index.js.map +1 -0
- package/dist/browser/api/usageMetrics/operations.d.ts +14 -0
- package/dist/browser/api/usageMetrics/operations.d.ts.map +1 -0
- package/dist/browser/api/usageMetrics/operations.js +59 -0
- package/dist/browser/api/usageMetrics/operations.js.map +1 -0
- package/dist/browser/api/usageMetrics/options.d.ts +8 -0
- package/dist/browser/api/usageMetrics/options.d.ts.map +1 -0
- package/dist/browser/api/usageMetrics/options.js +4 -0
- package/dist/browser/api/usageMetrics/options.js.map +1 -0
- package/dist/browser/api/workspaces/index.d.ts +3 -0
- package/dist/browser/api/workspaces/index.d.ts.map +1 -0
- package/dist/browser/api/workspaces/index.js +4 -0
- package/dist/browser/api/workspaces/index.js.map +1 -0
- package/dist/browser/api/workspaces/operations.d.ts +39 -0
- package/dist/browser/api/workspaces/operations.d.ts.map +1 -0
- package/dist/browser/api/workspaces/operations.js +189 -0
- package/dist/browser/api/workspaces/operations.js.map +1 -0
- package/dist/browser/api/workspaces/options.d.ts +23 -0
- package/dist/browser/api/workspaces/options.d.ts.map +1 -0
- package/dist/browser/api/workspaces/options.js +4 -0
- package/dist/browser/api/workspaces/options.js.map +1 -0
- package/dist/browser/classic/binaryHardening/index.d.ts +11 -0
- package/dist/browser/classic/binaryHardening/index.d.ts.map +1 -0
- package/dist/browser/classic/binaryHardening/index.js +12 -0
- package/dist/browser/classic/binaryHardening/index.js.map +1 -0
- package/dist/browser/classic/cryptoCertificates/index.d.ts +11 -0
- package/dist/browser/classic/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/browser/classic/cryptoCertificates/index.js +12 -0
- package/dist/browser/classic/cryptoCertificates/index.js.map +1 -0
- package/dist/browser/classic/cryptoKeys/index.d.ts +11 -0
- package/dist/browser/classic/cryptoKeys/index.d.ts.map +1 -0
- package/dist/browser/classic/cryptoKeys/index.js +12 -0
- package/dist/browser/classic/cryptoKeys/index.js.map +1 -0
- package/dist/browser/classic/cves/index.d.ts +11 -0
- package/dist/browser/classic/cves/index.d.ts.map +1 -0
- package/dist/browser/classic/cves/index.js +12 -0
- package/dist/browser/classic/cves/index.js.map +1 -0
- package/dist/browser/classic/firmwares/index.d.ts +24 -0
- package/dist/browser/classic/firmwares/index.d.ts.map +1 -0
- package/dist/browser/classic/firmwares/index.js +16 -0
- package/dist/browser/classic/firmwares/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +12 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/passwordHashes/index.d.ts +11 -0
- package/dist/browser/classic/passwordHashes/index.d.ts.map +1 -0
- package/dist/browser/classic/passwordHashes/index.js +12 -0
- package/dist/browser/classic/passwordHashes/index.js.map +1 -0
- package/dist/browser/classic/sbomComponents/index.d.ts +11 -0
- package/dist/browser/classic/sbomComponents/index.d.ts.map +1 -0
- package/dist/browser/classic/sbomComponents/index.js +12 -0
- package/dist/browser/classic/sbomComponents/index.js.map +1 -0
- package/dist/browser/classic/summaries/index.d.ts +13 -0
- package/dist/browser/classic/summaries/index.d.ts.map +1 -0
- package/dist/browser/classic/summaries/index.js +13 -0
- package/dist/browser/classic/summaries/index.js.map +1 -0
- package/dist/browser/classic/usageMetrics/index.d.ts +13 -0
- package/dist/browser/classic/usageMetrics/index.d.ts.map +1 -0
- package/dist/browser/classic/usageMetrics/index.js +13 -0
- package/dist/browser/classic/usageMetrics/index.js.map +1 -0
- package/dist/browser/classic/workspaces/index.d.ts +28 -0
- package/dist/browser/classic/workspaces/index.d.ts.map +1 -0
- package/dist/browser/classic/workspaces/index.js +18 -0
- package/dist/browser/classic/workspaces/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +3 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/ioTFirmwareDefenseClient.d.ts +43 -27
- package/dist/browser/ioTFirmwareDefenseClient.d.ts.map +1 -1
- package/dist/browser/ioTFirmwareDefenseClient.js +35 -103
- package/dist/browser/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +1 -962
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +3 -89
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +898 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +865 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/binaryHardening/index.d.ts +3 -0
- package/dist/commonjs/api/binaryHardening/index.d.ts.map +1 -0
- package/dist/commonjs/api/binaryHardening/index.js +8 -0
- package/dist/commonjs/api/binaryHardening/index.js.map +1 -0
- package/dist/commonjs/api/binaryHardening/operations.d.ts +10 -0
- package/dist/commonjs/api/binaryHardening/operations.d.ts.map +1 -0
- package/dist/commonjs/api/binaryHardening/operations.js +38 -0
- package/dist/commonjs/api/binaryHardening/operations.js.map +1 -0
- package/dist/commonjs/api/binaryHardening/options.d.ts +5 -0
- package/dist/commonjs/api/binaryHardening/options.d.ts.map +1 -0
- package/dist/commonjs/api/binaryHardening/options.js +5 -0
- package/dist/commonjs/api/binaryHardening/options.js.map +1 -0
- package/dist/commonjs/api/cryptoCertificates/index.d.ts +3 -0
- package/dist/commonjs/api/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/commonjs/api/cryptoCertificates/index.js +8 -0
- package/dist/commonjs/api/cryptoCertificates/index.js.map +1 -0
- package/dist/commonjs/api/cryptoCertificates/operations.d.ts +10 -0
- package/dist/commonjs/api/cryptoCertificates/operations.d.ts.map +1 -0
- package/dist/commonjs/api/cryptoCertificates/operations.js +42 -0
- package/dist/commonjs/api/cryptoCertificates/operations.js.map +1 -0
- package/dist/commonjs/api/cryptoCertificates/options.d.ts +5 -0
- package/dist/commonjs/api/cryptoCertificates/options.d.ts.map +1 -0
- package/dist/commonjs/api/cryptoCertificates/options.js +5 -0
- package/dist/commonjs/api/cryptoCertificates/options.js.map +1 -0
- package/dist/commonjs/api/cryptoKeys/index.d.ts +3 -0
- package/dist/commonjs/api/cryptoKeys/index.d.ts.map +1 -0
- package/dist/commonjs/api/cryptoKeys/index.js +8 -0
- package/dist/commonjs/api/cryptoKeys/index.js.map +1 -0
- package/dist/commonjs/api/cryptoKeys/operations.d.ts +10 -0
- package/dist/commonjs/api/cryptoKeys/operations.d.ts.map +1 -0
- package/dist/commonjs/api/cryptoKeys/operations.js +38 -0
- package/dist/commonjs/api/cryptoKeys/operations.js.map +1 -0
- package/dist/commonjs/api/cryptoKeys/options.d.ts +5 -0
- package/dist/commonjs/api/cryptoKeys/options.d.ts.map +1 -0
- package/dist/commonjs/api/cryptoKeys/options.js +5 -0
- package/dist/commonjs/api/cryptoKeys/options.js.map +1 -0
- package/dist/commonjs/api/cves/index.d.ts +3 -0
- package/dist/commonjs/api/cves/index.d.ts.map +1 -0
- package/dist/commonjs/api/cves/index.js +8 -0
- package/dist/commonjs/api/cves/index.js.map +1 -0
- package/dist/commonjs/api/cves/operations.d.ts +10 -0
- package/dist/commonjs/api/cves/operations.d.ts.map +1 -0
- package/dist/commonjs/api/cves/operations.js +38 -0
- package/dist/commonjs/api/cves/operations.js.map +1 -0
- package/dist/commonjs/api/cves/options.d.ts +5 -0
- package/dist/commonjs/api/cves/options.d.ts.map +1 -0
- package/dist/commonjs/api/cves/options.js +5 -0
- package/dist/commonjs/api/cves/options.js.map +1 -0
- package/dist/commonjs/api/firmwares/index.d.ts +3 -0
- package/dist/commonjs/api/firmwares/index.d.ts.map +1 -0
- package/dist/commonjs/api/firmwares/index.js +12 -0
- package/dist/commonjs/api/firmwares/index.js.map +1 -0
- package/dist/commonjs/api/firmwares/operations.d.ts +31 -0
- package/dist/commonjs/api/firmwares/operations.d.ts.map +1 -0
- package/dist/commonjs/api/firmwares/operations.js +162 -0
- package/dist/commonjs/api/firmwares/operations.js.map +1 -0
- package/dist/commonjs/api/firmwares/options.d.ts +17 -0
- package/dist/commonjs/api/firmwares/options.d.ts.map +1 -0
- package/dist/commonjs/api/firmwares/options.js +5 -0
- package/dist/commonjs/api/firmwares/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/ioTFirmwareDefenseContext.d.ts +19 -0
- package/dist/commonjs/api/ioTFirmwareDefenseContext.d.ts.map +1 -0
- package/dist/commonjs/api/ioTFirmwareDefenseContext.js +39 -0
- package/dist/commonjs/api/ioTFirmwareDefenseContext.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/passwordHashes/index.d.ts +3 -0
- package/dist/commonjs/api/passwordHashes/index.d.ts.map +1 -0
- package/dist/commonjs/api/passwordHashes/index.js +8 -0
- package/dist/commonjs/api/passwordHashes/index.js.map +1 -0
- package/dist/commonjs/api/passwordHashes/operations.d.ts +10 -0
- package/dist/commonjs/api/passwordHashes/operations.d.ts.map +1 -0
- package/dist/commonjs/api/passwordHashes/operations.js +38 -0
- package/dist/commonjs/api/passwordHashes/operations.js.map +1 -0
- package/dist/commonjs/api/passwordHashes/options.d.ts +5 -0
- package/dist/commonjs/api/passwordHashes/options.d.ts.map +1 -0
- package/dist/commonjs/api/passwordHashes/options.js +5 -0
- package/dist/commonjs/api/passwordHashes/options.js.map +1 -0
- package/dist/commonjs/api/sbomComponents/index.d.ts +3 -0
- package/dist/commonjs/api/sbomComponents/index.d.ts.map +1 -0
- package/dist/commonjs/api/sbomComponents/index.js +8 -0
- package/dist/commonjs/api/sbomComponents/index.js.map +1 -0
- package/dist/commonjs/api/sbomComponents/operations.d.ts +10 -0
- package/dist/commonjs/api/sbomComponents/operations.d.ts.map +1 -0
- package/dist/commonjs/api/sbomComponents/operations.js +38 -0
- package/dist/commonjs/api/sbomComponents/operations.js.map +1 -0
- package/dist/commonjs/api/sbomComponents/options.d.ts +5 -0
- package/dist/commonjs/api/sbomComponents/options.d.ts.map +1 -0
- package/dist/commonjs/api/sbomComponents/options.js +5 -0
- package/dist/commonjs/api/sbomComponents/options.js.map +1 -0
- package/dist/commonjs/api/summaries/index.d.ts +3 -0
- package/dist/commonjs/api/summaries/index.d.ts.map +1 -0
- package/dist/commonjs/api/summaries/index.js +9 -0
- package/dist/commonjs/api/summaries/index.js.map +1 -0
- package/dist/commonjs/api/summaries/operations.d.ts +14 -0
- package/dist/commonjs/api/summaries/operations.d.ts.map +1 -0
- package/dist/commonjs/api/summaries/operations.js +69 -0
- package/dist/commonjs/api/summaries/operations.js.map +1 -0
- package/dist/commonjs/api/summaries/options.d.ts +8 -0
- package/dist/commonjs/api/summaries/options.d.ts.map +1 -0
- package/dist/commonjs/api/summaries/options.js +5 -0
- package/dist/commonjs/api/summaries/options.js.map +1 -0
- package/dist/commonjs/api/usageMetrics/index.d.ts +3 -0
- package/dist/commonjs/api/usageMetrics/index.d.ts.map +1 -0
- package/dist/commonjs/api/usageMetrics/index.js +9 -0
- package/dist/commonjs/api/usageMetrics/index.js.map +1 -0
- package/dist/commonjs/api/usageMetrics/operations.d.ts +14 -0
- package/dist/commonjs/api/usageMetrics/operations.d.ts.map +1 -0
- package/dist/commonjs/api/usageMetrics/operations.js +67 -0
- package/dist/commonjs/api/usageMetrics/operations.js.map +1 -0
- package/dist/commonjs/api/usageMetrics/options.d.ts +8 -0
- package/dist/commonjs/api/usageMetrics/options.d.ts.map +1 -0
- package/dist/commonjs/api/usageMetrics/options.js +5 -0
- package/dist/commonjs/api/usageMetrics/options.js.map +1 -0
- package/dist/commonjs/api/workspaces/index.d.ts +3 -0
- package/dist/commonjs/api/workspaces/index.d.ts.map +1 -0
- package/dist/commonjs/api/workspaces/index.js +14 -0
- package/dist/commonjs/api/workspaces/index.js.map +1 -0
- package/dist/commonjs/api/workspaces/operations.d.ts +39 -0
- package/dist/commonjs/api/workspaces/operations.d.ts.map +1 -0
- package/dist/commonjs/api/workspaces/operations.js +212 -0
- package/dist/commonjs/api/workspaces/operations.js.map +1 -0
- package/dist/commonjs/api/workspaces/options.d.ts +23 -0
- package/dist/commonjs/api/workspaces/options.d.ts.map +1 -0
- package/dist/commonjs/api/workspaces/options.js +5 -0
- package/dist/commonjs/api/workspaces/options.js.map +1 -0
- package/dist/commonjs/classic/binaryHardening/index.d.ts +11 -0
- package/dist/commonjs/classic/binaryHardening/index.d.ts.map +1 -0
- package/dist/commonjs/classic/binaryHardening/index.js +15 -0
- package/dist/commonjs/classic/binaryHardening/index.js.map +1 -0
- package/dist/commonjs/classic/cryptoCertificates/index.d.ts +11 -0
- package/dist/commonjs/classic/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/commonjs/classic/cryptoCertificates/index.js +15 -0
- package/dist/commonjs/classic/cryptoCertificates/index.js.map +1 -0
- package/dist/commonjs/classic/cryptoKeys/index.d.ts +11 -0
- package/dist/commonjs/classic/cryptoKeys/index.d.ts.map +1 -0
- package/dist/commonjs/classic/cryptoKeys/index.js +15 -0
- package/dist/commonjs/classic/cryptoKeys/index.js.map +1 -0
- package/dist/commonjs/classic/cves/index.d.ts +11 -0
- package/dist/commonjs/classic/cves/index.d.ts.map +1 -0
- package/dist/commonjs/classic/cves/index.js +15 -0
- package/dist/commonjs/classic/cves/index.js.map +1 -0
- package/dist/commonjs/classic/firmwares/index.d.ts +24 -0
- package/dist/commonjs/classic/firmwares/index.d.ts.map +1 -0
- package/dist/commonjs/classic/firmwares/index.js +19 -0
- package/dist/commonjs/classic/firmwares/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +12 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/passwordHashes/index.d.ts +11 -0
- package/dist/commonjs/classic/passwordHashes/index.d.ts.map +1 -0
- package/dist/commonjs/classic/passwordHashes/index.js +15 -0
- package/dist/commonjs/classic/passwordHashes/index.js.map +1 -0
- package/dist/commonjs/classic/sbomComponents/index.d.ts +11 -0
- package/dist/commonjs/classic/sbomComponents/index.d.ts.map +1 -0
- package/dist/commonjs/classic/sbomComponents/index.js +15 -0
- package/dist/commonjs/classic/sbomComponents/index.js.map +1 -0
- package/dist/commonjs/classic/summaries/index.d.ts +13 -0
- package/dist/commonjs/classic/summaries/index.d.ts.map +1 -0
- package/dist/commonjs/classic/summaries/index.js +16 -0
- package/dist/commonjs/classic/summaries/index.js.map +1 -0
- package/dist/commonjs/classic/usageMetrics/index.d.ts +13 -0
- package/dist/commonjs/classic/usageMetrics/index.d.ts.map +1 -0
- package/dist/commonjs/classic/usageMetrics/index.js +16 -0
- package/dist/commonjs/classic/usageMetrics/index.js.map +1 -0
- package/dist/commonjs/classic/workspaces/index.d.ts +28 -0
- package/dist/commonjs/classic/workspaces/index.d.ts.map +1 -0
- package/dist/commonjs/classic/workspaces/index.js +21 -0
- package/dist/commonjs/classic/workspaces/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +16 -3
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +14 -14
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/ioTFirmwareDefenseClient.d.ts +43 -27
- package/dist/commonjs/ioTFirmwareDefenseClient.d.ts.map +1 -1
- package/dist/commonjs/ioTFirmwareDefenseClient.js +35 -104
- package/dist/commonjs/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1 -962
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +14 -90
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +898 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +954 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/binaryHardening/index.d.ts +3 -0
- package/dist/esm/api/binaryHardening/index.d.ts.map +1 -0
- package/dist/esm/api/binaryHardening/index.js +4 -0
- package/dist/esm/api/binaryHardening/index.js.map +1 -0
- package/dist/esm/api/binaryHardening/operations.d.ts +10 -0
- package/dist/esm/api/binaryHardening/operations.d.ts.map +1 -0
- package/dist/esm/api/binaryHardening/operations.js +33 -0
- package/dist/esm/api/binaryHardening/operations.js.map +1 -0
- package/dist/esm/api/binaryHardening/options.d.ts +5 -0
- package/dist/esm/api/binaryHardening/options.d.ts.map +1 -0
- package/dist/esm/api/binaryHardening/options.js +4 -0
- package/dist/esm/api/binaryHardening/options.js.map +1 -0
- package/dist/esm/api/cryptoCertificates/index.d.ts +3 -0
- package/dist/esm/api/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/esm/api/cryptoCertificates/index.js +4 -0
- package/dist/esm/api/cryptoCertificates/index.js.map +1 -0
- package/dist/esm/api/cryptoCertificates/operations.d.ts +10 -0
- package/dist/esm/api/cryptoCertificates/operations.d.ts.map +1 -0
- package/dist/esm/api/cryptoCertificates/operations.js +37 -0
- package/dist/esm/api/cryptoCertificates/operations.js.map +1 -0
- package/dist/esm/api/cryptoCertificates/options.d.ts +5 -0
- package/dist/esm/api/cryptoCertificates/options.d.ts.map +1 -0
- package/dist/esm/api/cryptoCertificates/options.js +4 -0
- package/dist/esm/api/cryptoCertificates/options.js.map +1 -0
- package/dist/esm/api/cryptoKeys/index.d.ts +3 -0
- package/dist/esm/api/cryptoKeys/index.d.ts.map +1 -0
- package/dist/esm/api/cryptoKeys/index.js +4 -0
- package/dist/esm/api/cryptoKeys/index.js.map +1 -0
- package/dist/esm/api/cryptoKeys/operations.d.ts +10 -0
- package/dist/esm/api/cryptoKeys/operations.d.ts.map +1 -0
- package/dist/esm/api/cryptoKeys/operations.js +33 -0
- package/dist/esm/api/cryptoKeys/operations.js.map +1 -0
- package/dist/esm/api/cryptoKeys/options.d.ts +5 -0
- package/dist/esm/api/cryptoKeys/options.d.ts.map +1 -0
- package/dist/esm/api/cryptoKeys/options.js +4 -0
- package/dist/esm/api/cryptoKeys/options.js.map +1 -0
- package/dist/esm/api/cves/index.d.ts +3 -0
- package/dist/esm/api/cves/index.d.ts.map +1 -0
- package/dist/esm/api/cves/index.js +4 -0
- package/dist/esm/api/cves/index.js.map +1 -0
- package/dist/esm/api/cves/operations.d.ts +10 -0
- package/dist/esm/api/cves/operations.d.ts.map +1 -0
- package/dist/esm/api/cves/operations.js +33 -0
- package/dist/esm/api/cves/operations.js.map +1 -0
- package/dist/esm/api/cves/options.d.ts +5 -0
- package/dist/esm/api/cves/options.d.ts.map +1 -0
- package/dist/esm/api/cves/options.js +4 -0
- package/dist/esm/api/cves/options.js.map +1 -0
- package/dist/esm/api/firmwares/index.d.ts +3 -0
- package/dist/esm/api/firmwares/index.d.ts.map +1 -0
- package/dist/esm/api/firmwares/index.js +4 -0
- package/dist/esm/api/firmwares/index.js.map +1 -0
- package/dist/esm/api/firmwares/operations.d.ts +31 -0
- package/dist/esm/api/firmwares/operations.d.ts.map +1 -0
- package/dist/esm/api/firmwares/operations.js +145 -0
- package/dist/esm/api/firmwares/operations.js.map +1 -0
- package/dist/esm/api/firmwares/options.d.ts +17 -0
- package/dist/esm/api/firmwares/options.d.ts.map +1 -0
- package/dist/esm/api/firmwares/options.js +4 -0
- package/dist/esm/api/firmwares/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/ioTFirmwareDefenseContext.d.ts +19 -0
- package/dist/esm/api/ioTFirmwareDefenseContext.d.ts.map +1 -0
- package/dist/esm/api/ioTFirmwareDefenseContext.js +36 -0
- package/dist/esm/api/ioTFirmwareDefenseContext.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/passwordHashes/index.d.ts +3 -0
- package/dist/esm/api/passwordHashes/index.d.ts.map +1 -0
- package/dist/esm/api/passwordHashes/index.js +4 -0
- package/dist/esm/api/passwordHashes/index.js.map +1 -0
- package/dist/esm/api/passwordHashes/operations.d.ts +10 -0
- package/dist/esm/api/passwordHashes/operations.d.ts.map +1 -0
- package/dist/esm/api/passwordHashes/operations.js +33 -0
- package/dist/esm/api/passwordHashes/operations.js.map +1 -0
- package/dist/esm/api/passwordHashes/options.d.ts +5 -0
- package/dist/esm/api/passwordHashes/options.d.ts.map +1 -0
- package/dist/esm/api/passwordHashes/options.js +4 -0
- package/dist/esm/api/passwordHashes/options.js.map +1 -0
- package/dist/esm/api/sbomComponents/index.d.ts +3 -0
- package/dist/esm/api/sbomComponents/index.d.ts.map +1 -0
- package/dist/esm/api/sbomComponents/index.js +4 -0
- package/dist/esm/api/sbomComponents/index.js.map +1 -0
- package/dist/esm/api/sbomComponents/operations.d.ts +10 -0
- package/dist/esm/api/sbomComponents/operations.d.ts.map +1 -0
- package/dist/esm/api/sbomComponents/operations.js +33 -0
- package/dist/esm/api/sbomComponents/operations.js.map +1 -0
- package/dist/esm/api/sbomComponents/options.d.ts +5 -0
- package/dist/esm/api/sbomComponents/options.d.ts.map +1 -0
- package/dist/esm/api/sbomComponents/options.js +4 -0
- package/dist/esm/api/sbomComponents/options.js.map +1 -0
- package/dist/esm/api/summaries/index.d.ts +3 -0
- package/dist/esm/api/summaries/index.d.ts.map +1 -0
- package/dist/esm/api/summaries/index.js +4 -0
- package/dist/esm/api/summaries/index.js.map +1 -0
- package/dist/esm/api/summaries/operations.d.ts +14 -0
- package/dist/esm/api/summaries/operations.d.ts.map +1 -0
- package/dist/esm/api/summaries/operations.js +61 -0
- package/dist/esm/api/summaries/operations.js.map +1 -0
- package/dist/esm/api/summaries/options.d.ts +8 -0
- package/dist/esm/api/summaries/options.d.ts.map +1 -0
- package/dist/esm/api/summaries/options.js +4 -0
- package/dist/esm/api/summaries/options.js.map +1 -0
- package/dist/esm/api/usageMetrics/index.d.ts +3 -0
- package/dist/esm/api/usageMetrics/index.d.ts.map +1 -0
- package/dist/esm/api/usageMetrics/index.js +4 -0
- package/dist/esm/api/usageMetrics/index.js.map +1 -0
- package/dist/esm/api/usageMetrics/operations.d.ts +14 -0
- package/dist/esm/api/usageMetrics/operations.d.ts.map +1 -0
- package/dist/esm/api/usageMetrics/operations.js +59 -0
- package/dist/esm/api/usageMetrics/operations.js.map +1 -0
- package/dist/esm/api/usageMetrics/options.d.ts +8 -0
- package/dist/esm/api/usageMetrics/options.d.ts.map +1 -0
- package/dist/esm/api/usageMetrics/options.js +4 -0
- package/dist/esm/api/usageMetrics/options.js.map +1 -0
- package/dist/esm/api/workspaces/index.d.ts +3 -0
- package/dist/esm/api/workspaces/index.d.ts.map +1 -0
- package/dist/esm/api/workspaces/index.js +4 -0
- package/dist/esm/api/workspaces/index.js.map +1 -0
- package/dist/esm/api/workspaces/operations.d.ts +39 -0
- package/dist/esm/api/workspaces/operations.d.ts.map +1 -0
- package/dist/esm/api/workspaces/operations.js +189 -0
- package/dist/esm/api/workspaces/operations.js.map +1 -0
- package/dist/esm/api/workspaces/options.d.ts +23 -0
- package/dist/esm/api/workspaces/options.d.ts.map +1 -0
- package/dist/esm/api/workspaces/options.js +4 -0
- package/dist/esm/api/workspaces/options.js.map +1 -0
- package/dist/esm/classic/binaryHardening/index.d.ts +11 -0
- package/dist/esm/classic/binaryHardening/index.d.ts.map +1 -0
- package/dist/esm/classic/binaryHardening/index.js +12 -0
- package/dist/esm/classic/binaryHardening/index.js.map +1 -0
- package/dist/esm/classic/cryptoCertificates/index.d.ts +11 -0
- package/dist/esm/classic/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/esm/classic/cryptoCertificates/index.js +12 -0
- package/dist/esm/classic/cryptoCertificates/index.js.map +1 -0
- package/dist/esm/classic/cryptoKeys/index.d.ts +11 -0
- package/dist/esm/classic/cryptoKeys/index.d.ts.map +1 -0
- package/dist/esm/classic/cryptoKeys/index.js +12 -0
- package/dist/esm/classic/cryptoKeys/index.js.map +1 -0
- package/dist/esm/classic/cves/index.d.ts +11 -0
- package/dist/esm/classic/cves/index.d.ts.map +1 -0
- package/dist/esm/classic/cves/index.js +12 -0
- package/dist/esm/classic/cves/index.js.map +1 -0
- package/dist/esm/classic/firmwares/index.d.ts +24 -0
- package/dist/esm/classic/firmwares/index.d.ts.map +1 -0
- package/dist/esm/classic/firmwares/index.js +16 -0
- package/dist/esm/classic/firmwares/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +12 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/passwordHashes/index.d.ts +11 -0
- package/dist/esm/classic/passwordHashes/index.d.ts.map +1 -0
- package/dist/esm/classic/passwordHashes/index.js +12 -0
- package/dist/esm/classic/passwordHashes/index.js.map +1 -0
- package/dist/esm/classic/sbomComponents/index.d.ts +11 -0
- package/dist/esm/classic/sbomComponents/index.d.ts.map +1 -0
- package/dist/esm/classic/sbomComponents/index.js +12 -0
- package/dist/esm/classic/sbomComponents/index.js.map +1 -0
- package/dist/esm/classic/summaries/index.d.ts +13 -0
- package/dist/esm/classic/summaries/index.d.ts.map +1 -0
- package/dist/esm/classic/summaries/index.js +13 -0
- package/dist/esm/classic/summaries/index.js.map +1 -0
- package/dist/esm/classic/usageMetrics/index.d.ts +13 -0
- package/dist/esm/classic/usageMetrics/index.d.ts.map +1 -0
- package/dist/esm/classic/usageMetrics/index.js +13 -0
- package/dist/esm/classic/usageMetrics/index.js.map +1 -0
- package/dist/esm/classic/workspaces/index.d.ts +28 -0
- package/dist/esm/classic/workspaces/index.d.ts.map +1 -0
- package/dist/esm/classic/workspaces/index.js +18 -0
- package/dist/esm/classic/workspaces/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +3 -11
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/ioTFirmwareDefenseClient.d.ts +43 -27
- package/dist/esm/ioTFirmwareDefenseClient.d.ts.map +1 -1
- package/dist/esm/ioTFirmwareDefenseClient.js +35 -103
- package/dist/esm/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +1 -962
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +3 -89
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +898 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +865 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/binaryHardening/index.d.ts +3 -0
- package/dist/react-native/api/binaryHardening/index.d.ts.map +1 -0
- package/dist/react-native/api/binaryHardening/index.js +4 -0
- package/dist/react-native/api/binaryHardening/index.js.map +1 -0
- package/dist/react-native/api/binaryHardening/operations.d.ts +10 -0
- package/dist/react-native/api/binaryHardening/operations.d.ts.map +1 -0
- package/dist/react-native/api/binaryHardening/operations.js +33 -0
- package/dist/react-native/api/binaryHardening/operations.js.map +1 -0
- package/dist/react-native/api/binaryHardening/options.d.ts +5 -0
- package/dist/react-native/api/binaryHardening/options.d.ts.map +1 -0
- package/dist/react-native/api/binaryHardening/options.js +4 -0
- package/dist/react-native/api/binaryHardening/options.js.map +1 -0
- package/dist/react-native/api/cryptoCertificates/index.d.ts +3 -0
- package/dist/react-native/api/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/react-native/api/cryptoCertificates/index.js +4 -0
- package/dist/react-native/api/cryptoCertificates/index.js.map +1 -0
- package/dist/react-native/api/cryptoCertificates/operations.d.ts +10 -0
- package/dist/react-native/api/cryptoCertificates/operations.d.ts.map +1 -0
- package/dist/react-native/api/cryptoCertificates/operations.js +37 -0
- package/dist/react-native/api/cryptoCertificates/operations.js.map +1 -0
- package/dist/react-native/api/cryptoCertificates/options.d.ts +5 -0
- package/dist/react-native/api/cryptoCertificates/options.d.ts.map +1 -0
- package/dist/react-native/api/cryptoCertificates/options.js +4 -0
- package/dist/react-native/api/cryptoCertificates/options.js.map +1 -0
- package/dist/react-native/api/cryptoKeys/index.d.ts +3 -0
- package/dist/react-native/api/cryptoKeys/index.d.ts.map +1 -0
- package/dist/react-native/api/cryptoKeys/index.js +4 -0
- package/dist/react-native/api/cryptoKeys/index.js.map +1 -0
- package/dist/react-native/api/cryptoKeys/operations.d.ts +10 -0
- package/dist/react-native/api/cryptoKeys/operations.d.ts.map +1 -0
- package/dist/react-native/api/cryptoKeys/operations.js +33 -0
- package/dist/react-native/api/cryptoKeys/operations.js.map +1 -0
- package/dist/react-native/api/cryptoKeys/options.d.ts +5 -0
- package/dist/react-native/api/cryptoKeys/options.d.ts.map +1 -0
- package/dist/react-native/api/cryptoKeys/options.js +4 -0
- package/dist/react-native/api/cryptoKeys/options.js.map +1 -0
- package/dist/react-native/api/cves/index.d.ts +3 -0
- package/dist/react-native/api/cves/index.d.ts.map +1 -0
- package/dist/react-native/api/cves/index.js +4 -0
- package/dist/react-native/api/cves/index.js.map +1 -0
- package/dist/react-native/api/cves/operations.d.ts +10 -0
- package/dist/react-native/api/cves/operations.d.ts.map +1 -0
- package/dist/react-native/api/cves/operations.js +33 -0
- package/dist/react-native/api/cves/operations.js.map +1 -0
- package/dist/react-native/api/cves/options.d.ts +5 -0
- package/dist/react-native/api/cves/options.d.ts.map +1 -0
- package/dist/react-native/api/cves/options.js +4 -0
- package/dist/react-native/api/cves/options.js.map +1 -0
- package/dist/react-native/api/firmwares/index.d.ts +3 -0
- package/dist/react-native/api/firmwares/index.d.ts.map +1 -0
- package/dist/react-native/api/firmwares/index.js +4 -0
- package/dist/react-native/api/firmwares/index.js.map +1 -0
- package/dist/react-native/api/firmwares/operations.d.ts +31 -0
- package/dist/react-native/api/firmwares/operations.d.ts.map +1 -0
- package/dist/react-native/api/firmwares/operations.js +145 -0
- package/dist/react-native/api/firmwares/operations.js.map +1 -0
- package/dist/react-native/api/firmwares/options.d.ts +17 -0
- package/dist/react-native/api/firmwares/options.d.ts.map +1 -0
- package/dist/react-native/api/firmwares/options.js +4 -0
- package/dist/react-native/api/firmwares/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/ioTFirmwareDefenseContext.d.ts +19 -0
- package/dist/react-native/api/ioTFirmwareDefenseContext.d.ts.map +1 -0
- package/dist/react-native/api/ioTFirmwareDefenseContext.js +36 -0
- package/dist/react-native/api/ioTFirmwareDefenseContext.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/passwordHashes/index.d.ts +3 -0
- package/dist/react-native/api/passwordHashes/index.d.ts.map +1 -0
- package/dist/react-native/api/passwordHashes/index.js +4 -0
- package/dist/react-native/api/passwordHashes/index.js.map +1 -0
- package/dist/react-native/api/passwordHashes/operations.d.ts +10 -0
- package/dist/react-native/api/passwordHashes/operations.d.ts.map +1 -0
- package/dist/react-native/api/passwordHashes/operations.js +33 -0
- package/dist/react-native/api/passwordHashes/operations.js.map +1 -0
- package/dist/react-native/api/passwordHashes/options.d.ts +5 -0
- package/dist/react-native/api/passwordHashes/options.d.ts.map +1 -0
- package/dist/react-native/api/passwordHashes/options.js +4 -0
- package/dist/react-native/api/passwordHashes/options.js.map +1 -0
- package/dist/react-native/api/sbomComponents/index.d.ts +3 -0
- package/dist/react-native/api/sbomComponents/index.d.ts.map +1 -0
- package/dist/react-native/api/sbomComponents/index.js +4 -0
- package/dist/react-native/api/sbomComponents/index.js.map +1 -0
- package/dist/react-native/api/sbomComponents/operations.d.ts +10 -0
- package/dist/react-native/api/sbomComponents/operations.d.ts.map +1 -0
- package/dist/react-native/api/sbomComponents/operations.js +33 -0
- package/dist/react-native/api/sbomComponents/operations.js.map +1 -0
- package/dist/react-native/api/sbomComponents/options.d.ts +5 -0
- package/dist/react-native/api/sbomComponents/options.d.ts.map +1 -0
- package/dist/react-native/api/sbomComponents/options.js +4 -0
- package/dist/react-native/api/sbomComponents/options.js.map +1 -0
- package/dist/react-native/api/summaries/index.d.ts +3 -0
- package/dist/react-native/api/summaries/index.d.ts.map +1 -0
- package/dist/react-native/api/summaries/index.js +4 -0
- package/dist/react-native/api/summaries/index.js.map +1 -0
- package/dist/react-native/api/summaries/operations.d.ts +14 -0
- package/dist/react-native/api/summaries/operations.d.ts.map +1 -0
- package/dist/react-native/api/summaries/operations.js +61 -0
- package/dist/react-native/api/summaries/operations.js.map +1 -0
- package/dist/react-native/api/summaries/options.d.ts +8 -0
- package/dist/react-native/api/summaries/options.d.ts.map +1 -0
- package/dist/react-native/api/summaries/options.js +4 -0
- package/dist/react-native/api/summaries/options.js.map +1 -0
- package/dist/react-native/api/usageMetrics/index.d.ts +3 -0
- package/dist/react-native/api/usageMetrics/index.d.ts.map +1 -0
- package/dist/react-native/api/usageMetrics/index.js +4 -0
- package/dist/react-native/api/usageMetrics/index.js.map +1 -0
- package/dist/react-native/api/usageMetrics/operations.d.ts +14 -0
- package/dist/react-native/api/usageMetrics/operations.d.ts.map +1 -0
- package/dist/react-native/api/usageMetrics/operations.js +59 -0
- package/dist/react-native/api/usageMetrics/operations.js.map +1 -0
- package/dist/react-native/api/usageMetrics/options.d.ts +8 -0
- package/dist/react-native/api/usageMetrics/options.d.ts.map +1 -0
- package/dist/react-native/api/usageMetrics/options.js +4 -0
- package/dist/react-native/api/usageMetrics/options.js.map +1 -0
- package/dist/react-native/api/workspaces/index.d.ts +3 -0
- package/dist/react-native/api/workspaces/index.d.ts.map +1 -0
- package/dist/react-native/api/workspaces/index.js +4 -0
- package/dist/react-native/api/workspaces/index.js.map +1 -0
- package/dist/react-native/api/workspaces/operations.d.ts +39 -0
- package/dist/react-native/api/workspaces/operations.d.ts.map +1 -0
- package/dist/react-native/api/workspaces/operations.js +189 -0
- package/dist/react-native/api/workspaces/operations.js.map +1 -0
- package/dist/react-native/api/workspaces/options.d.ts +23 -0
- package/dist/react-native/api/workspaces/options.d.ts.map +1 -0
- package/dist/react-native/api/workspaces/options.js +4 -0
- package/dist/react-native/api/workspaces/options.js.map +1 -0
- package/dist/react-native/classic/binaryHardening/index.d.ts +11 -0
- package/dist/react-native/classic/binaryHardening/index.d.ts.map +1 -0
- package/dist/react-native/classic/binaryHardening/index.js +12 -0
- package/dist/react-native/classic/binaryHardening/index.js.map +1 -0
- package/dist/react-native/classic/cryptoCertificates/index.d.ts +11 -0
- package/dist/react-native/classic/cryptoCertificates/index.d.ts.map +1 -0
- package/dist/react-native/classic/cryptoCertificates/index.js +12 -0
- package/dist/react-native/classic/cryptoCertificates/index.js.map +1 -0
- package/dist/react-native/classic/cryptoKeys/index.d.ts +11 -0
- package/dist/react-native/classic/cryptoKeys/index.d.ts.map +1 -0
- package/dist/react-native/classic/cryptoKeys/index.js +12 -0
- package/dist/react-native/classic/cryptoKeys/index.js.map +1 -0
- package/dist/react-native/classic/cves/index.d.ts +11 -0
- package/dist/react-native/classic/cves/index.d.ts.map +1 -0
- package/dist/react-native/classic/cves/index.js +12 -0
- package/dist/react-native/classic/cves/index.js.map +1 -0
- package/dist/react-native/classic/firmwares/index.d.ts +24 -0
- package/dist/react-native/classic/firmwares/index.d.ts.map +1 -0
- package/dist/react-native/classic/firmwares/index.js +16 -0
- package/dist/react-native/classic/firmwares/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +12 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/passwordHashes/index.d.ts +11 -0
- package/dist/react-native/classic/passwordHashes/index.d.ts.map +1 -0
- package/dist/react-native/classic/passwordHashes/index.js +12 -0
- package/dist/react-native/classic/passwordHashes/index.js.map +1 -0
- package/dist/react-native/classic/sbomComponents/index.d.ts +11 -0
- package/dist/react-native/classic/sbomComponents/index.d.ts.map +1 -0
- package/dist/react-native/classic/sbomComponents/index.js +12 -0
- package/dist/react-native/classic/sbomComponents/index.js.map +1 -0
- package/dist/react-native/classic/summaries/index.d.ts +13 -0
- package/dist/react-native/classic/summaries/index.d.ts.map +1 -0
- package/dist/react-native/classic/summaries/index.js +13 -0
- package/dist/react-native/classic/summaries/index.js.map +1 -0
- package/dist/react-native/classic/usageMetrics/index.d.ts +13 -0
- package/dist/react-native/classic/usageMetrics/index.d.ts.map +1 -0
- package/dist/react-native/classic/usageMetrics/index.js +13 -0
- package/dist/react-native/classic/usageMetrics/index.js.map +1 -0
- package/dist/react-native/classic/workspaces/index.d.ts +28 -0
- package/dist/react-native/classic/workspaces/index.d.ts.map +1 -0
- package/dist/react-native/classic/workspaces/index.js +18 -0
- package/dist/react-native/classic/workspaces/index.js.map +1 -0
- package/dist/react-native/index.d.ts +16 -3
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +3 -11
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/ioTFirmwareDefenseClient.d.ts +43 -27
- package/dist/react-native/ioTFirmwareDefenseClient.d.ts.map +1 -1
- package/dist/react-native/ioTFirmwareDefenseClient.js +35 -103
- package/dist/react-native/ioTFirmwareDefenseClient.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1 -962
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +3 -89
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +898 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +865 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +320 -71
- package/review/arm-iotfirmwaredefense-api-binaryHardening.api.md +19 -0
- package/review/arm-iotfirmwaredefense-api-cryptoCertificates.api.md +19 -0
- package/review/arm-iotfirmwaredefense-api-cryptoKeys.api.md +19 -0
- package/review/arm-iotfirmwaredefense-api-cves.api.md +19 -0
- package/review/arm-iotfirmwaredefense-api-firmwares.api.md +47 -0
- package/review/arm-iotfirmwaredefense-api-operations.api.md +19 -0
- package/review/arm-iotfirmwaredefense-api-passwordHashes.api.md +19 -0
- package/review/arm-iotfirmwaredefense-api-sbomComponents.api.md +19 -0
- package/review/arm-iotfirmwaredefense-api-summaries.api.md +26 -0
- package/review/arm-iotfirmwaredefense-api-usageMetrics.api.md +26 -0
- package/review/arm-iotfirmwaredefense-api-workspaces.api.md +61 -0
- package/review/arm-iotfirmwaredefense-api.api.md +27 -0
- package/review/arm-iotfirmwaredefense-models.api.md +490 -0
- package/review/arm-iotfirmwaredefense.api.md +232 -358
- package/dist/browser/models/mappers.d.ts +0 -61
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1702
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -17
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -141
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/binaryHardening.d.ts +0 -41
- package/dist/browser/operations/binaryHardening.d.ts.map +0 -1
- package/dist/browser/operations/binaryHardening.js +0 -155
- package/dist/browser/operations/binaryHardening.js.map +0 -1
- package/dist/browser/operations/cryptoCertificates.d.ts +0 -41
- package/dist/browser/operations/cryptoCertificates.d.ts.map +0 -1
- package/dist/browser/operations/cryptoCertificates.js +0 -155
- package/dist/browser/operations/cryptoCertificates.js.map +0 -1
- package/dist/browser/operations/cryptoKeys.d.ts +0 -41
- package/dist/browser/operations/cryptoKeys.d.ts.map +0 -1
- package/dist/browser/operations/cryptoKeys.js +0 -155
- package/dist/browser/operations/cryptoKeys.js.map +0 -1
- package/dist/browser/operations/cves.d.ts +0 -41
- package/dist/browser/operations/cves.d.ts.map +0 -1
- package/dist/browser/operations/cves.js +0 -155
- package/dist/browser/operations/cves.js.map +0 -1
- package/dist/browser/operations/firmwares.d.ts +0 -88
- package/dist/browser/operations/firmwares.d.ts.map +0 -1
- package/dist/browser/operations/firmwares.js +0 -350
- package/dist/browser/operations/firmwares.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -11
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -18
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -133
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/passwordHashes.d.ts +0 -41
- package/dist/browser/operations/passwordHashes.d.ts.map +0 -1
- package/dist/browser/operations/passwordHashes.js +0 -155
- package/dist/browser/operations/passwordHashes.js.map +0 -1
- package/dist/browser/operations/sbomComponents.d.ts +0 -41
- package/dist/browser/operations/sbomComponents.d.ts.map +0 -1
- package/dist/browser/operations/sbomComponents.js +0 -155
- package/dist/browser/operations/sbomComponents.js.map +0 -1
- package/dist/browser/operations/summaries.d.ts +0 -52
- package/dist/browser/operations/summaries.d.ts.map +0 -1
- package/dist/browser/operations/summaries.js +0 -191
- package/dist/browser/operations/summaries.js.map +0 -1
- package/dist/browser/operations/workspaces.d.ts +0 -91
- package/dist/browser/operations/workspaces.d.ts.map +0 -1
- package/dist/browser/operations/workspaces.js +0 -417
- package/dist/browser/operations/workspaces.js.map +0 -1
- package/dist/browser/operationsInterfaces/binaryHardening.d.ts +0 -14
- package/dist/browser/operationsInterfaces/binaryHardening.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/binaryHardening.js +0 -9
- package/dist/browser/operationsInterfaces/binaryHardening.js.map +0 -1
- package/dist/browser/operationsInterfaces/cryptoCertificates.d.ts +0 -14
- package/dist/browser/operationsInterfaces/cryptoCertificates.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/cryptoCertificates.js +0 -9
- package/dist/browser/operationsInterfaces/cryptoCertificates.js.map +0 -1
- package/dist/browser/operationsInterfaces/cryptoKeys.d.ts +0 -14
- package/dist/browser/operationsInterfaces/cryptoKeys.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/cryptoKeys.js +0 -9
- package/dist/browser/operationsInterfaces/cryptoKeys.js.map +0 -1
- package/dist/browser/operationsInterfaces/cves.d.ts +0 -14
- package/dist/browser/operationsInterfaces/cves.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/cves.js +0 -9
- package/dist/browser/operationsInterfaces/cves.js.map +0 -1
- package/dist/browser/operationsInterfaces/firmwares.d.ts +0 -63
- package/dist/browser/operationsInterfaces/firmwares.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/firmwares.js +0 -9
- package/dist/browser/operationsInterfaces/firmwares.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -11
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -18
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/passwordHashes.d.ts +0 -14
- package/dist/browser/operationsInterfaces/passwordHashes.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/passwordHashes.js +0 -9
- package/dist/browser/operationsInterfaces/passwordHashes.js.map +0 -1
- package/dist/browser/operationsInterfaces/sbomComponents.d.ts +0 -14
- package/dist/browser/operationsInterfaces/sbomComponents.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/sbomComponents.js +0 -9
- package/dist/browser/operationsInterfaces/sbomComponents.js.map +0 -1
- package/dist/browser/operationsInterfaces/summaries.d.ts +0 -24
- package/dist/browser/operationsInterfaces/summaries.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/summaries.js +0 -9
- package/dist/browser/operationsInterfaces/summaries.js.map +0 -1
- package/dist/browser/operationsInterfaces/workspaces.d.ts +0 -55
- package/dist/browser/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/workspaces.js +0 -9
- package/dist/browser/operationsInterfaces/workspaces.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -32
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -61
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1706
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -17
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -144
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/binaryHardening.d.ts +0 -41
- package/dist/commonjs/operations/binaryHardening.d.ts.map +0 -1
- package/dist/commonjs/operations/binaryHardening.js +0 -159
- package/dist/commonjs/operations/binaryHardening.js.map +0 -1
- package/dist/commonjs/operations/cryptoCertificates.d.ts +0 -41
- package/dist/commonjs/operations/cryptoCertificates.d.ts.map +0 -1
- package/dist/commonjs/operations/cryptoCertificates.js +0 -159
- package/dist/commonjs/operations/cryptoCertificates.js.map +0 -1
- package/dist/commonjs/operations/cryptoKeys.d.ts +0 -41
- package/dist/commonjs/operations/cryptoKeys.d.ts.map +0 -1
- package/dist/commonjs/operations/cryptoKeys.js +0 -159
- package/dist/commonjs/operations/cryptoKeys.js.map +0 -1
- package/dist/commonjs/operations/cves.d.ts +0 -41
- package/dist/commonjs/operations/cves.d.ts.map +0 -1
- package/dist/commonjs/operations/cves.js +0 -159
- package/dist/commonjs/operations/cves.js.map +0 -1
- package/dist/commonjs/operations/firmwares.d.ts +0 -88
- package/dist/commonjs/operations/firmwares.d.ts.map +0 -1
- package/dist/commonjs/operations/firmwares.js +0 -354
- package/dist/commonjs/operations/firmwares.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -11
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -21
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -137
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/passwordHashes.d.ts +0 -41
- package/dist/commonjs/operations/passwordHashes.d.ts.map +0 -1
- package/dist/commonjs/operations/passwordHashes.js +0 -159
- package/dist/commonjs/operations/passwordHashes.js.map +0 -1
- package/dist/commonjs/operations/sbomComponents.d.ts +0 -41
- package/dist/commonjs/operations/sbomComponents.d.ts.map +0 -1
- package/dist/commonjs/operations/sbomComponents.js +0 -159
- package/dist/commonjs/operations/sbomComponents.js.map +0 -1
- package/dist/commonjs/operations/summaries.d.ts +0 -52
- package/dist/commonjs/operations/summaries.d.ts.map +0 -1
- package/dist/commonjs/operations/summaries.js +0 -195
- package/dist/commonjs/operations/summaries.js.map +0 -1
- package/dist/commonjs/operations/workspaces.d.ts +0 -91
- package/dist/commonjs/operations/workspaces.d.ts.map +0 -1
- package/dist/commonjs/operations/workspaces.js +0 -421
- package/dist/commonjs/operations/workspaces.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/binaryHardening.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/binaryHardening.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/binaryHardening.js +0 -10
- package/dist/commonjs/operationsInterfaces/binaryHardening.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/cryptoCertificates.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/cryptoCertificates.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/cryptoCertificates.js +0 -10
- package/dist/commonjs/operationsInterfaces/cryptoCertificates.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/cryptoKeys.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/cryptoKeys.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/cryptoKeys.js +0 -10
- package/dist/commonjs/operationsInterfaces/cryptoKeys.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/cves.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/cves.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/cves.js +0 -10
- package/dist/commonjs/operationsInterfaces/cves.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/firmwares.d.ts +0 -63
- package/dist/commonjs/operationsInterfaces/firmwares.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/firmwares.js +0 -10
- package/dist/commonjs/operationsInterfaces/firmwares.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -21
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -10
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/passwordHashes.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/passwordHashes.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/passwordHashes.js +0 -10
- package/dist/commonjs/operationsInterfaces/passwordHashes.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/sbomComponents.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/sbomComponents.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/sbomComponents.js +0 -10
- package/dist/commonjs/operationsInterfaces/sbomComponents.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/summaries.d.ts +0 -24
- package/dist/commonjs/operationsInterfaces/summaries.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/summaries.js +0 -10
- package/dist/commonjs/operationsInterfaces/summaries.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts +0 -55
- package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/workspaces.js +0 -10
- package/dist/commonjs/operationsInterfaces/workspaces.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -36
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -61
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1702
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -17
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -141
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/binaryHardening.d.ts +0 -41
- package/dist/esm/operations/binaryHardening.d.ts.map +0 -1
- package/dist/esm/operations/binaryHardening.js +0 -155
- package/dist/esm/operations/binaryHardening.js.map +0 -1
- package/dist/esm/operations/cryptoCertificates.d.ts +0 -41
- package/dist/esm/operations/cryptoCertificates.d.ts.map +0 -1
- package/dist/esm/operations/cryptoCertificates.js +0 -155
- package/dist/esm/operations/cryptoCertificates.js.map +0 -1
- package/dist/esm/operations/cryptoKeys.d.ts +0 -41
- package/dist/esm/operations/cryptoKeys.d.ts.map +0 -1
- package/dist/esm/operations/cryptoKeys.js +0 -155
- package/dist/esm/operations/cryptoKeys.js.map +0 -1
- package/dist/esm/operations/cves.d.ts +0 -41
- package/dist/esm/operations/cves.d.ts.map +0 -1
- package/dist/esm/operations/cves.js +0 -155
- package/dist/esm/operations/cves.js.map +0 -1
- package/dist/esm/operations/firmwares.d.ts +0 -88
- package/dist/esm/operations/firmwares.d.ts.map +0 -1
- package/dist/esm/operations/firmwares.js +0 -350
- package/dist/esm/operations/firmwares.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -11
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -18
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -133
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/passwordHashes.d.ts +0 -41
- package/dist/esm/operations/passwordHashes.d.ts.map +0 -1
- package/dist/esm/operations/passwordHashes.js +0 -155
- package/dist/esm/operations/passwordHashes.js.map +0 -1
- package/dist/esm/operations/sbomComponents.d.ts +0 -41
- package/dist/esm/operations/sbomComponents.d.ts.map +0 -1
- package/dist/esm/operations/sbomComponents.js +0 -155
- package/dist/esm/operations/sbomComponents.js.map +0 -1
- package/dist/esm/operations/summaries.d.ts +0 -52
- package/dist/esm/operations/summaries.d.ts.map +0 -1
- package/dist/esm/operations/summaries.js +0 -191
- package/dist/esm/operations/summaries.js.map +0 -1
- package/dist/esm/operations/workspaces.d.ts +0 -91
- package/dist/esm/operations/workspaces.d.ts.map +0 -1
- package/dist/esm/operations/workspaces.js +0 -417
- package/dist/esm/operations/workspaces.js.map +0 -1
- package/dist/esm/operationsInterfaces/binaryHardening.d.ts +0 -14
- package/dist/esm/operationsInterfaces/binaryHardening.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/binaryHardening.js +0 -9
- package/dist/esm/operationsInterfaces/binaryHardening.js.map +0 -1
- package/dist/esm/operationsInterfaces/cryptoCertificates.d.ts +0 -14
- package/dist/esm/operationsInterfaces/cryptoCertificates.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/cryptoCertificates.js +0 -9
- package/dist/esm/operationsInterfaces/cryptoCertificates.js.map +0 -1
- package/dist/esm/operationsInterfaces/cryptoKeys.d.ts +0 -14
- package/dist/esm/operationsInterfaces/cryptoKeys.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/cryptoKeys.js +0 -9
- package/dist/esm/operationsInterfaces/cryptoKeys.js.map +0 -1
- package/dist/esm/operationsInterfaces/cves.d.ts +0 -14
- package/dist/esm/operationsInterfaces/cves.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/cves.js +0 -9
- package/dist/esm/operationsInterfaces/cves.js.map +0 -1
- package/dist/esm/operationsInterfaces/firmwares.d.ts +0 -63
- package/dist/esm/operationsInterfaces/firmwares.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/firmwares.js +0 -9
- package/dist/esm/operationsInterfaces/firmwares.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -11
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -18
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -9
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/passwordHashes.d.ts +0 -14
- package/dist/esm/operationsInterfaces/passwordHashes.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/passwordHashes.js +0 -9
- package/dist/esm/operationsInterfaces/passwordHashes.js.map +0 -1
- package/dist/esm/operationsInterfaces/sbomComponents.d.ts +0 -14
- package/dist/esm/operationsInterfaces/sbomComponents.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/sbomComponents.js +0 -9
- package/dist/esm/operationsInterfaces/sbomComponents.js.map +0 -1
- package/dist/esm/operationsInterfaces/summaries.d.ts +0 -24
- package/dist/esm/operationsInterfaces/summaries.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/summaries.js +0 -9
- package/dist/esm/operationsInterfaces/summaries.js.map +0 -1
- package/dist/esm/operationsInterfaces/workspaces.d.ts +0 -55
- package/dist/esm/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/workspaces.js +0 -9
- package/dist/esm/operationsInterfaces/workspaces.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -32
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -61
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1702
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -17
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -141
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/binaryHardening.d.ts +0 -41
- package/dist/react-native/operations/binaryHardening.d.ts.map +0 -1
- package/dist/react-native/operations/binaryHardening.js +0 -155
- package/dist/react-native/operations/binaryHardening.js.map +0 -1
- package/dist/react-native/operations/cryptoCertificates.d.ts +0 -41
- package/dist/react-native/operations/cryptoCertificates.d.ts.map +0 -1
- package/dist/react-native/operations/cryptoCertificates.js +0 -155
- package/dist/react-native/operations/cryptoCertificates.js.map +0 -1
- package/dist/react-native/operations/cryptoKeys.d.ts +0 -41
- package/dist/react-native/operations/cryptoKeys.d.ts.map +0 -1
- package/dist/react-native/operations/cryptoKeys.js +0 -155
- package/dist/react-native/operations/cryptoKeys.js.map +0 -1
- package/dist/react-native/operations/cves.d.ts +0 -41
- package/dist/react-native/operations/cves.d.ts.map +0 -1
- package/dist/react-native/operations/cves.js +0 -155
- package/dist/react-native/operations/cves.js.map +0 -1
- package/dist/react-native/operations/firmwares.d.ts +0 -88
- package/dist/react-native/operations/firmwares.d.ts.map +0 -1
- package/dist/react-native/operations/firmwares.js +0 -350
- package/dist/react-native/operations/firmwares.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -11
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -18
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -133
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/passwordHashes.d.ts +0 -41
- package/dist/react-native/operations/passwordHashes.d.ts.map +0 -1
- package/dist/react-native/operations/passwordHashes.js +0 -155
- package/dist/react-native/operations/passwordHashes.js.map +0 -1
- package/dist/react-native/operations/sbomComponents.d.ts +0 -41
- package/dist/react-native/operations/sbomComponents.d.ts.map +0 -1
- package/dist/react-native/operations/sbomComponents.js +0 -155
- package/dist/react-native/operations/sbomComponents.js.map +0 -1
- package/dist/react-native/operations/summaries.d.ts +0 -52
- package/dist/react-native/operations/summaries.d.ts.map +0 -1
- package/dist/react-native/operations/summaries.js +0 -191
- package/dist/react-native/operations/summaries.js.map +0 -1
- package/dist/react-native/operations/workspaces.d.ts +0 -91
- package/dist/react-native/operations/workspaces.d.ts.map +0 -1
- package/dist/react-native/operations/workspaces.js +0 -417
- package/dist/react-native/operations/workspaces.js.map +0 -1
- package/dist/react-native/operationsInterfaces/binaryHardening.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/binaryHardening.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/binaryHardening.js +0 -9
- package/dist/react-native/operationsInterfaces/binaryHardening.js.map +0 -1
- package/dist/react-native/operationsInterfaces/cryptoCertificates.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/cryptoCertificates.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/cryptoCertificates.js +0 -9
- package/dist/react-native/operationsInterfaces/cryptoCertificates.js.map +0 -1
- package/dist/react-native/operationsInterfaces/cryptoKeys.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/cryptoKeys.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/cryptoKeys.js +0 -9
- package/dist/react-native/operationsInterfaces/cryptoKeys.js.map +0 -1
- package/dist/react-native/operationsInterfaces/cves.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/cves.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/cves.js +0 -9
- package/dist/react-native/operationsInterfaces/cves.js.map +0 -1
- package/dist/react-native/operationsInterfaces/firmwares.d.ts +0 -63
- package/dist/react-native/operationsInterfaces/firmwares.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/firmwares.js +0 -9
- package/dist/react-native/operationsInterfaces/firmwares.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -18
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/passwordHashes.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/passwordHashes.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/passwordHashes.js +0 -9
- package/dist/react-native/operationsInterfaces/passwordHashes.js.map +0 -1
- package/dist/react-native/operationsInterfaces/sbomComponents.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/sbomComponents.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/sbomComponents.js +0 -9
- package/dist/react-native/operationsInterfaces/sbomComponents.js.map +0 -1
- package/dist/react-native/operationsInterfaces/summaries.d.ts +0 -24
- package/dist/react-native/operationsInterfaces/summaries.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/summaries.js +0 -9
- package/dist/react-native/operationsInterfaces/summaries.js.map +0 -1
- package/dist/react-native/operationsInterfaces/workspaces.d.ts +0 -55
- package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/workspaces.js +0 -9
- package/dist/react-native/operationsInterfaces/workspaces.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -32
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -1,963 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export type SummaryResourcePropertiesUnion = SummaryResourceProperties | FirmwareSummary | CveSummary | BinaryHardeningSummaryResource | CryptoCertificateSummaryResource | CryptoKeySummaryResource;
|
|
3
|
-
/** List of binary hardening results. */
|
|
4
|
-
export interface BinaryHardeningListResult {
|
|
5
|
-
/**
|
|
6
|
-
* The list of binary hardening results.
|
|
7
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
8
|
-
*/
|
|
9
|
-
readonly value?: BinaryHardeningResource[];
|
|
10
|
-
/** The uri to fetch the next page of resources. */
|
|
11
|
-
nextLink?: string;
|
|
12
|
-
}
|
|
13
|
-
/** Binary hardening of a firmware. */
|
|
14
|
-
export interface BinaryHardeningResult {
|
|
15
|
-
/** ID for the binary hardening result. */
|
|
16
|
-
binaryHardeningId?: string;
|
|
17
|
-
/** Binary hardening features. */
|
|
18
|
-
features?: BinaryHardeningFeatures;
|
|
19
|
-
/** The architecture of the uploaded firmware. */
|
|
20
|
-
architecture?: string;
|
|
21
|
-
/** The executable path. */
|
|
22
|
-
filePath?: string;
|
|
23
|
-
/** The executable class to indicate 32 or 64 bit. */
|
|
24
|
-
class?: string;
|
|
25
|
-
/** The runpath of the uploaded firmware. */
|
|
26
|
-
runpath?: string;
|
|
27
|
-
/** The rpath of the uploaded firmware. */
|
|
28
|
-
rpath?: string;
|
|
29
|
-
}
|
|
30
|
-
/** Binary hardening features. */
|
|
31
|
-
export interface BinaryHardeningFeatures {
|
|
32
|
-
/** NX (no-execute) flag. */
|
|
33
|
-
nx?: boolean;
|
|
34
|
-
/** PIE (position independent executable) flag. */
|
|
35
|
-
pie?: boolean;
|
|
36
|
-
/** RELRO (relocation read-only) flag. */
|
|
37
|
-
relro?: boolean;
|
|
38
|
-
/** Canary (stack canaries) flag. */
|
|
39
|
-
canary?: boolean;
|
|
40
|
-
/** Stripped flag. */
|
|
41
|
-
stripped?: boolean;
|
|
42
|
-
}
|
|
43
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
44
|
-
export interface Resource {
|
|
45
|
-
/**
|
|
46
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
47
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
-
*/
|
|
49
|
-
readonly id?: string;
|
|
50
|
-
/**
|
|
51
|
-
* The name of the resource
|
|
52
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
53
|
-
*/
|
|
54
|
-
readonly name?: string;
|
|
55
|
-
/**
|
|
56
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
57
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
58
|
-
*/
|
|
59
|
-
readonly type?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
62
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
63
|
-
*/
|
|
64
|
-
readonly systemData?: SystemData;
|
|
65
|
-
}
|
|
66
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
67
|
-
export interface SystemData {
|
|
68
|
-
/** The identity that created the resource. */
|
|
69
|
-
createdBy?: string;
|
|
70
|
-
/** The type of identity that created the resource. */
|
|
71
|
-
createdByType?: CreatedByType;
|
|
72
|
-
/** The timestamp of resource creation (UTC). */
|
|
73
|
-
createdAt?: Date;
|
|
74
|
-
/** The identity that last modified the resource. */
|
|
75
|
-
lastModifiedBy?: string;
|
|
76
|
-
/** The type of identity that last modified the resource. */
|
|
77
|
-
lastModifiedByType?: CreatedByType;
|
|
78
|
-
/** The timestamp of resource last modification (UTC) */
|
|
79
|
-
lastModifiedAt?: Date;
|
|
80
|
-
}
|
|
81
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
82
|
-
export interface ErrorResponse {
|
|
83
|
-
/** The error object. */
|
|
84
|
-
error?: ErrorDetail;
|
|
85
|
-
}
|
|
86
|
-
/** The error detail. */
|
|
87
|
-
export interface ErrorDetail {
|
|
88
|
-
/**
|
|
89
|
-
* The error code.
|
|
90
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
-
*/
|
|
92
|
-
readonly code?: string;
|
|
93
|
-
/**
|
|
94
|
-
* The error message.
|
|
95
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
96
|
-
*/
|
|
97
|
-
readonly message?: string;
|
|
98
|
-
/**
|
|
99
|
-
* The error target.
|
|
100
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
-
*/
|
|
102
|
-
readonly target?: string;
|
|
103
|
-
/**
|
|
104
|
-
* The error details.
|
|
105
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
-
*/
|
|
107
|
-
readonly details?: ErrorDetail[];
|
|
108
|
-
/**
|
|
109
|
-
* The error additional info.
|
|
110
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
111
|
-
*/
|
|
112
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
113
|
-
}
|
|
114
|
-
/** The resource management error additional info. */
|
|
115
|
-
export interface ErrorAdditionalInfo {
|
|
116
|
-
/**
|
|
117
|
-
* The additional info type.
|
|
118
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
119
|
-
*/
|
|
120
|
-
readonly type?: string;
|
|
121
|
-
/**
|
|
122
|
-
* The additional info.
|
|
123
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
124
|
-
*/
|
|
125
|
-
readonly info?: Record<string, unknown>;
|
|
126
|
-
}
|
|
127
|
-
/** List of crypto certificates. */
|
|
128
|
-
export interface CryptoCertificateListResult {
|
|
129
|
-
/**
|
|
130
|
-
* The list of crypto certificate results.
|
|
131
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
132
|
-
*/
|
|
133
|
-
readonly value?: CryptoCertificateResource[];
|
|
134
|
-
/** The uri to fetch the next page of resources. */
|
|
135
|
-
nextLink?: string;
|
|
136
|
-
}
|
|
137
|
-
/** Crypto certificate properties */
|
|
138
|
-
export interface CryptoCertificate {
|
|
139
|
-
/** ID for the certificate result. */
|
|
140
|
-
cryptoCertId?: string;
|
|
141
|
-
/** Name of the certificate. */
|
|
142
|
-
name?: string;
|
|
143
|
-
/** Subject information of the certificate. */
|
|
144
|
-
subject?: CryptoCertificateEntity;
|
|
145
|
-
/** Issuer information of the certificate. */
|
|
146
|
-
issuer?: CryptoCertificateEntity;
|
|
147
|
-
/** Issue date for the certificate. */
|
|
148
|
-
issuedDate?: Date;
|
|
149
|
-
/** Expiration date for the certificate. */
|
|
150
|
-
expirationDate?: Date;
|
|
151
|
-
/** Role of the certificate (Root CA, etc) */
|
|
152
|
-
role?: string;
|
|
153
|
-
/** The signature algorithm used in the certificate. */
|
|
154
|
-
signatureAlgorithm?: string;
|
|
155
|
-
/** Size of the certificate's key in bits */
|
|
156
|
-
keySize?: number;
|
|
157
|
-
/** Key algorithm used in the certificate. */
|
|
158
|
-
keyAlgorithm?: string;
|
|
159
|
-
/** Encoding used for the certificate. */
|
|
160
|
-
encoding?: string;
|
|
161
|
-
/** Serial number of the certificate. */
|
|
162
|
-
serialNumber?: string;
|
|
163
|
-
/** Fingerprint of the certificate. */
|
|
164
|
-
fingerprint?: string;
|
|
165
|
-
/** List of functions the certificate can fulfill. */
|
|
166
|
-
usage?: string[];
|
|
167
|
-
/**
|
|
168
|
-
* List of files where this certificate was found.
|
|
169
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
170
|
-
*/
|
|
171
|
-
readonly filePaths?: string[];
|
|
172
|
-
/** A matching paired private key. */
|
|
173
|
-
pairedKey?: PairedKey;
|
|
174
|
-
/** Indicates if the certificate is expired. */
|
|
175
|
-
isExpired?: boolean;
|
|
176
|
-
/** Indicates if the certificate is self-signed. */
|
|
177
|
-
isSelfSigned?: boolean;
|
|
178
|
-
/** Indicates the signature algorithm used is insecure. */
|
|
179
|
-
isWeakSignature?: boolean;
|
|
180
|
-
/** Indicates the certificate's key size is considered too small to be secure for the key algorithm. */
|
|
181
|
-
isShortKeySize?: boolean;
|
|
182
|
-
}
|
|
183
|
-
/** Information on an entity (distinguished name) in a cryptographic certificate. */
|
|
184
|
-
export interface CryptoCertificateEntity {
|
|
185
|
-
/** Common name of the certificate entity. */
|
|
186
|
-
commonName?: string;
|
|
187
|
-
/** Organization of the certificate entity. */
|
|
188
|
-
organization?: string;
|
|
189
|
-
/** The organizational unit of the certificate entity. */
|
|
190
|
-
organizationalUnit?: string;
|
|
191
|
-
/** Geographical state or province of the certificate entity. */
|
|
192
|
-
state?: string;
|
|
193
|
-
/** Country code of the certificate entity. */
|
|
194
|
-
country?: string;
|
|
195
|
-
}
|
|
196
|
-
/** Details of a matching paired key or certificate. */
|
|
197
|
-
export interface PairedKey {
|
|
198
|
-
/** ID of the paired key or certificate. */
|
|
199
|
-
id?: string;
|
|
200
|
-
/** The type indicating whether the paired object is a key or certificate. */
|
|
201
|
-
type?: string;
|
|
202
|
-
}
|
|
203
|
-
/** List of crypto keys. */
|
|
204
|
-
export interface CryptoKeyListResult {
|
|
205
|
-
/**
|
|
206
|
-
* The list of crypto key results.
|
|
207
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
208
|
-
*/
|
|
209
|
-
readonly value?: CryptoKeyResource[];
|
|
210
|
-
/** The uri to fetch the next page of resources. */
|
|
211
|
-
nextLink?: string;
|
|
212
|
-
}
|
|
213
|
-
/** Crypto key properties */
|
|
214
|
-
export interface CryptoKey {
|
|
215
|
-
/** ID for the key result. */
|
|
216
|
-
cryptoKeyId?: string;
|
|
217
|
-
/** Type of the key (public or private). */
|
|
218
|
-
keyType?: string;
|
|
219
|
-
/** Size of the key in bits. */
|
|
220
|
-
keySize?: number;
|
|
221
|
-
/** Key algorithm name. */
|
|
222
|
-
keyAlgorithm?: string;
|
|
223
|
-
/** Functions the key can fulfill. */
|
|
224
|
-
usage?: string[];
|
|
225
|
-
/**
|
|
226
|
-
* List of files where this key was found.
|
|
227
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
|
-
*/
|
|
229
|
-
readonly filePaths?: string[];
|
|
230
|
-
/** A matching paired key or certificate. */
|
|
231
|
-
pairedKey?: PairedKey;
|
|
232
|
-
/** Indicates the key size is considered too small to be secure for the algorithm. */
|
|
233
|
-
isShortKeySize?: boolean;
|
|
234
|
-
}
|
|
235
|
-
/** List of CVE results. */
|
|
236
|
-
export interface CveListResult {
|
|
237
|
-
/**
|
|
238
|
-
* The list of CVE results.
|
|
239
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
-
*/
|
|
241
|
-
readonly value?: CveResource[];
|
|
242
|
-
/** The uri to fetch the next page of resources. */
|
|
243
|
-
nextLink?: string;
|
|
244
|
-
}
|
|
245
|
-
/** Details of a CVE detected in firmware. */
|
|
246
|
-
export interface CveResult {
|
|
247
|
-
/** ID of the CVE result. */
|
|
248
|
-
cveId?: string;
|
|
249
|
-
/** The SBOM component for the CVE. */
|
|
250
|
-
component?: CveComponent;
|
|
251
|
-
/** Severity of the CVE. */
|
|
252
|
-
severity?: string;
|
|
253
|
-
/** Name of the CVE. */
|
|
254
|
-
name?: string;
|
|
255
|
-
/** A single CVSS score to represent the CVE. If a V3 score is specified, then it will use the V3 score. Otherwise if the V2 score is specified it will be the V2 score. */
|
|
256
|
-
cvssScore?: string;
|
|
257
|
-
/** CVSS version of the CVE. */
|
|
258
|
-
cvssVersion?: string;
|
|
259
|
-
/** CVSS V2 score of the CVE. */
|
|
260
|
-
cvssV2Score?: string;
|
|
261
|
-
/** CVSS V3 score of the CVE. */
|
|
262
|
-
cvssV3Score?: string;
|
|
263
|
-
/**
|
|
264
|
-
* The list of reference links for the CVE.
|
|
265
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
-
*/
|
|
267
|
-
readonly links?: CveLink[];
|
|
268
|
-
/** The CVE description. */
|
|
269
|
-
description?: string;
|
|
270
|
-
}
|
|
271
|
-
/** Properties of the SBOM component for a CVE. */
|
|
272
|
-
export interface CveComponent {
|
|
273
|
-
/** ID of the SBOM component */
|
|
274
|
-
componentId?: string;
|
|
275
|
-
/** Name of the SBOM component */
|
|
276
|
-
name?: string;
|
|
277
|
-
/** Version of the SBOM component. */
|
|
278
|
-
version?: string;
|
|
279
|
-
}
|
|
280
|
-
/** Properties of a reference link for a CVE. */
|
|
281
|
-
export interface CveLink {
|
|
282
|
-
/** The destination of the reference link. */
|
|
283
|
-
href?: string;
|
|
284
|
-
/** The label of the reference link. */
|
|
285
|
-
label?: string;
|
|
286
|
-
}
|
|
287
|
-
/** List of firmwares */
|
|
288
|
-
export interface FirmwareList {
|
|
289
|
-
/**
|
|
290
|
-
* The list of firmwares.
|
|
291
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
292
|
-
*/
|
|
293
|
-
readonly value?: Firmware[];
|
|
294
|
-
/** The uri to fetch the next page of asset. */
|
|
295
|
-
nextLink?: string;
|
|
296
|
-
}
|
|
297
|
-
/** Firmware properties. */
|
|
298
|
-
export interface FirmwareProperties {
|
|
299
|
-
/** File name for a firmware that user uploaded. */
|
|
300
|
-
fileName?: string;
|
|
301
|
-
/** Firmware vendor. */
|
|
302
|
-
vendor?: string;
|
|
303
|
-
/** Firmware model. */
|
|
304
|
-
model?: string;
|
|
305
|
-
/** Firmware version. */
|
|
306
|
-
version?: string;
|
|
307
|
-
/** User-specified description of the firmware. */
|
|
308
|
-
description?: string;
|
|
309
|
-
/** File size of the uploaded firmware image. */
|
|
310
|
-
fileSize?: number;
|
|
311
|
-
/** The status of firmware scan. */
|
|
312
|
-
status?: Status;
|
|
313
|
-
/** A list of errors or other messages generated during firmware analysis */
|
|
314
|
-
statusMessages?: StatusMessage[];
|
|
315
|
-
/**
|
|
316
|
-
* Provisioning state of the resource.
|
|
317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
318
|
-
*/
|
|
319
|
-
readonly provisioningState?: ProvisioningState;
|
|
320
|
-
}
|
|
321
|
-
/** Error and status message */
|
|
322
|
-
export interface StatusMessage {
|
|
323
|
-
/** The error code */
|
|
324
|
-
errorCode?: number;
|
|
325
|
-
/** The error or status message */
|
|
326
|
-
message?: string;
|
|
327
|
-
}
|
|
328
|
-
/** Firmware definition */
|
|
329
|
-
export interface FirmwareUpdateDefinition {
|
|
330
|
-
/** The editable properties of a firmware */
|
|
331
|
-
properties?: FirmwareProperties;
|
|
332
|
-
}
|
|
333
|
-
/** Url data for creating or accessing a blob file. */
|
|
334
|
-
export interface UrlToken {
|
|
335
|
-
/**
|
|
336
|
-
* SAS URL for creating or accessing a blob file.
|
|
337
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
338
|
-
*/
|
|
339
|
-
readonly url?: string;
|
|
340
|
-
}
|
|
341
|
-
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
342
|
-
export interface OperationListResult {
|
|
343
|
-
/**
|
|
344
|
-
* List of operations supported by the resource provider
|
|
345
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
346
|
-
*/
|
|
347
|
-
readonly value?: Operation[];
|
|
348
|
-
/**
|
|
349
|
-
* URL to get the next set of operation list results (if there are any).
|
|
350
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
351
|
-
*/
|
|
352
|
-
readonly nextLink?: string;
|
|
353
|
-
}
|
|
354
|
-
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
355
|
-
export interface Operation {
|
|
356
|
-
/**
|
|
357
|
-
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
358
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
-
*/
|
|
360
|
-
readonly name?: string;
|
|
361
|
-
/**
|
|
362
|
-
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
363
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
364
|
-
*/
|
|
365
|
-
readonly isDataAction?: boolean;
|
|
366
|
-
/** Localized display information for this particular operation. */
|
|
367
|
-
display?: OperationDisplay;
|
|
368
|
-
/**
|
|
369
|
-
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
370
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
371
|
-
*/
|
|
372
|
-
readonly origin?: Origin;
|
|
373
|
-
/**
|
|
374
|
-
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
375
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
376
|
-
*/
|
|
377
|
-
readonly actionType?: ActionType;
|
|
378
|
-
}
|
|
379
|
-
/** Localized display information for this particular operation. */
|
|
380
|
-
export interface OperationDisplay {
|
|
381
|
-
/**
|
|
382
|
-
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
383
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
-
*/
|
|
385
|
-
readonly provider?: string;
|
|
386
|
-
/**
|
|
387
|
-
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
-
*/
|
|
390
|
-
readonly resource?: string;
|
|
391
|
-
/**
|
|
392
|
-
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
393
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
-
*/
|
|
395
|
-
readonly operation?: string;
|
|
396
|
-
/**
|
|
397
|
-
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
-
*/
|
|
400
|
-
readonly description?: string;
|
|
401
|
-
}
|
|
402
|
-
/** List of password hash results */
|
|
403
|
-
export interface PasswordHashListResult {
|
|
404
|
-
/**
|
|
405
|
-
* The list of password hash results.
|
|
406
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
407
|
-
*/
|
|
408
|
-
readonly value?: PasswordHashResource[];
|
|
409
|
-
/** The uri to fetch the next page of resources. */
|
|
410
|
-
nextLink?: string;
|
|
411
|
-
}
|
|
412
|
-
/** Password hash properties */
|
|
413
|
-
export interface PasswordHash {
|
|
414
|
-
/** ID for password hash */
|
|
415
|
-
passwordHashId?: string;
|
|
416
|
-
/** File path of the password hash */
|
|
417
|
-
filePath?: string;
|
|
418
|
-
/** Salt of the password hash */
|
|
419
|
-
salt?: string;
|
|
420
|
-
/** Hash of the password */
|
|
421
|
-
hash?: string;
|
|
422
|
-
/** Context of password hash */
|
|
423
|
-
context?: string;
|
|
424
|
-
/** User name of password hash */
|
|
425
|
-
username?: string;
|
|
426
|
-
/** Algorithm of the password hash */
|
|
427
|
-
algorithm?: string;
|
|
428
|
-
}
|
|
429
|
-
/** List of SBOM results. */
|
|
430
|
-
export interface SbomComponentListResult {
|
|
431
|
-
/**
|
|
432
|
-
* The list of SBOM components.
|
|
433
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
434
|
-
*/
|
|
435
|
-
readonly value?: SbomComponentResource[];
|
|
436
|
-
/** The uri to fetch the next page of resources. */
|
|
437
|
-
nextLink?: string;
|
|
438
|
-
}
|
|
439
|
-
/** SBOM component of a firmware. */
|
|
440
|
-
export interface SbomComponent {
|
|
441
|
-
/** ID for the component. */
|
|
442
|
-
componentId?: string;
|
|
443
|
-
/** Name for the component. */
|
|
444
|
-
componentName?: string;
|
|
445
|
-
/** Version for the component. */
|
|
446
|
-
version?: string;
|
|
447
|
-
/** License for the component. */
|
|
448
|
-
license?: string;
|
|
449
|
-
/** File paths related to the component. */
|
|
450
|
-
filePaths?: string[];
|
|
451
|
-
}
|
|
452
|
-
/** List of analysis summaries. */
|
|
453
|
-
export interface SummaryListResult {
|
|
454
|
-
/**
|
|
455
|
-
* The list of summaries.
|
|
456
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
457
|
-
*/
|
|
458
|
-
readonly value?: SummaryResource[];
|
|
459
|
-
/** The uri to fetch the next page of resources. */
|
|
460
|
-
nextLink?: string;
|
|
461
|
-
}
|
|
462
|
-
/** Properties of an analysis summary. */
|
|
463
|
-
export interface SummaryResourceProperties {
|
|
464
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
465
|
-
summaryType: "Firmware" | "CVE" | "BinaryHardening" | "CryptoCertificate" | "CryptoKey";
|
|
466
|
-
}
|
|
467
|
-
/** Return a list of firmware analysis workspaces. */
|
|
468
|
-
export interface WorkspaceList {
|
|
469
|
-
/**
|
|
470
|
-
* The list of firmware analysis workspaces.
|
|
471
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
472
|
-
*/
|
|
473
|
-
readonly value?: Workspace[];
|
|
474
|
-
/** The uri to fetch the next page of asset. */
|
|
475
|
-
nextLink?: string;
|
|
476
|
-
}
|
|
477
|
-
/** Workspace properties. */
|
|
478
|
-
export interface WorkspaceProperties {
|
|
479
|
-
/**
|
|
480
|
-
* Provisioning state of the resource.
|
|
481
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
482
|
-
*/
|
|
483
|
-
readonly provisioningState?: ProvisioningState;
|
|
484
|
-
}
|
|
485
|
-
/** Firmware analysis workspace. */
|
|
486
|
-
export interface WorkspaceUpdateDefinition {
|
|
487
|
-
/** The editable workspace properties. */
|
|
488
|
-
properties?: WorkspaceProperties;
|
|
489
|
-
}
|
|
490
|
-
/** Properties for generating an upload URL */
|
|
491
|
-
export interface GenerateUploadUrlRequest {
|
|
492
|
-
/** A unique ID for the firmware to be uploaded. */
|
|
493
|
-
firmwareId?: string;
|
|
494
|
-
}
|
|
495
|
-
/** binary hardening analysis result resource */
|
|
496
|
-
export interface BinaryHardeningResource extends Resource {
|
|
497
|
-
/** The properties of a binary hardening result found within a firmware image */
|
|
498
|
-
properties?: BinaryHardeningResult;
|
|
499
|
-
}
|
|
500
|
-
/** Crypto certificate resource */
|
|
501
|
-
export interface CryptoCertificateResource extends Resource {
|
|
502
|
-
/** The properties of a crypto certificate found within a firmware image */
|
|
503
|
-
properties?: CryptoCertificate;
|
|
504
|
-
}
|
|
505
|
-
/** Crypto key resource */
|
|
506
|
-
export interface CryptoKeyResource extends Resource {
|
|
507
|
-
/** The properties of a crypto key found within a firmware image */
|
|
508
|
-
properties?: CryptoKey;
|
|
509
|
-
}
|
|
510
|
-
/** CVE analysis result resource */
|
|
511
|
-
export interface CveResource extends Resource {
|
|
512
|
-
/** The properties of a CVE result found within a firmware image */
|
|
513
|
-
properties?: CveResult;
|
|
514
|
-
}
|
|
515
|
-
/** Firmware definition */
|
|
516
|
-
export interface Firmware extends Resource {
|
|
517
|
-
/** The properties of a firmware */
|
|
518
|
-
properties?: FirmwareProperties;
|
|
519
|
-
}
|
|
520
|
-
/** Password hash resource */
|
|
521
|
-
export interface PasswordHashResource extends Resource {
|
|
522
|
-
/** The properties of a password hash found within a firmware image */
|
|
523
|
-
properties?: PasswordHash;
|
|
524
|
-
}
|
|
525
|
-
/** SBOM analysis result resource */
|
|
526
|
-
export interface SbomComponentResource extends Resource {
|
|
527
|
-
/** The properties of an SBOM component found within a firmware image */
|
|
528
|
-
properties?: SbomComponent;
|
|
529
|
-
}
|
|
530
|
-
/** The object representing a firmware analysis summary resource. */
|
|
531
|
-
export interface SummaryResource extends Resource {
|
|
532
|
-
/**
|
|
533
|
-
* Properties of an analysis summary.
|
|
534
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
535
|
-
*/
|
|
536
|
-
readonly properties?: SummaryResourcePropertiesUnion;
|
|
537
|
-
}
|
|
538
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
539
|
-
export interface TrackedResource extends Resource {
|
|
540
|
-
/** Resource tags. */
|
|
541
|
-
tags?: {
|
|
542
|
-
[propertyName: string]: string;
|
|
543
|
-
};
|
|
544
|
-
/** The geo-location where the resource lives */
|
|
545
|
-
location: string;
|
|
546
|
-
}
|
|
547
|
-
/** Properties for high level summary of firmware analysis results. */
|
|
548
|
-
export interface FirmwareSummary extends SummaryResourceProperties {
|
|
549
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
550
|
-
summaryType: "Firmware";
|
|
551
|
-
/** Total extracted size of the firmware in bytes. */
|
|
552
|
-
extractedSize?: number;
|
|
553
|
-
/** Firmware file size in bytes. */
|
|
554
|
-
fileSize?: number;
|
|
555
|
-
/** Extracted file count. */
|
|
556
|
-
extractedFileCount?: number;
|
|
557
|
-
/** Components count. */
|
|
558
|
-
componentCount?: number;
|
|
559
|
-
/** Binary count */
|
|
560
|
-
binaryCount?: number;
|
|
561
|
-
/** Time used for analysis */
|
|
562
|
-
analysisTimeSeconds?: number;
|
|
563
|
-
/** The number of root file systems found. */
|
|
564
|
-
rootFileSystems?: number;
|
|
565
|
-
}
|
|
566
|
-
/** Properties for a CVE analysis summary. */
|
|
567
|
-
export interface CveSummary extends SummaryResourceProperties {
|
|
568
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
569
|
-
summaryType: "CVE";
|
|
570
|
-
/** The total number of critical severity CVEs detected */
|
|
571
|
-
critical?: number;
|
|
572
|
-
/** The total number of high severity CVEs detected */
|
|
573
|
-
high?: number;
|
|
574
|
-
/** The total number of medium severity CVEs detected */
|
|
575
|
-
medium?: number;
|
|
576
|
-
/** The total number of low severity CVEs detected */
|
|
577
|
-
low?: number;
|
|
578
|
-
/** The total number of unknown severity CVEs detected */
|
|
579
|
-
unknown?: number;
|
|
580
|
-
}
|
|
581
|
-
/** Properties for a binary hardening analysis summary. */
|
|
582
|
-
export interface BinaryHardeningSummaryResource extends SummaryResourceProperties {
|
|
583
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
584
|
-
summaryType: "BinaryHardening";
|
|
585
|
-
/** Total number of binaries that were analyzed */
|
|
586
|
-
totalFiles?: number;
|
|
587
|
-
/** NX summary percentage */
|
|
588
|
-
nx?: number;
|
|
589
|
-
/** PIE summary percentage */
|
|
590
|
-
pie?: number;
|
|
591
|
-
/** RELRO summary percentage */
|
|
592
|
-
relro?: number;
|
|
593
|
-
/** Canary summary percentage */
|
|
594
|
-
canary?: number;
|
|
595
|
-
/** Stripped summary percentage */
|
|
596
|
-
stripped?: number;
|
|
597
|
-
}
|
|
598
|
-
/** Properties for cryptographic certificate summary. */
|
|
599
|
-
export interface CryptoCertificateSummaryResource extends SummaryResourceProperties {
|
|
600
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
601
|
-
summaryType: "CryptoCertificate";
|
|
602
|
-
/** Total number of certificates found. */
|
|
603
|
-
totalCertificates?: number;
|
|
604
|
-
/** Total number of paired private keys found for the certificates. */
|
|
605
|
-
pairedKeys?: number;
|
|
606
|
-
/** Total number of expired certificates found. */
|
|
607
|
-
expired?: number;
|
|
608
|
-
/** Total number of nearly expired certificates found. */
|
|
609
|
-
expiringSoon?: number;
|
|
610
|
-
/** Total number of certificates found using a weak signature algorithm. */
|
|
611
|
-
weakSignature?: number;
|
|
612
|
-
/** Total number of certificates found that are self-signed. */
|
|
613
|
-
selfSigned?: number;
|
|
614
|
-
/** Total number of certificates found that have an insecure key size for the key algorithm. */
|
|
615
|
-
shortKeySize?: number;
|
|
616
|
-
}
|
|
617
|
-
/** Properties for cryptographic key summary. */
|
|
618
|
-
export interface CryptoKeySummaryResource extends SummaryResourceProperties {
|
|
619
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
620
|
-
summaryType: "CryptoKey";
|
|
621
|
-
/** Total number of cryptographic keys found. */
|
|
622
|
-
totalKeys?: number;
|
|
623
|
-
/** Total number of (non-certificate) public keys found. */
|
|
624
|
-
publicKeys?: number;
|
|
625
|
-
/** Total number of private keys found. */
|
|
626
|
-
privateKeys?: number;
|
|
627
|
-
/** Total number of keys found that have a matching paired key or certificate. */
|
|
628
|
-
pairedKeys?: number;
|
|
629
|
-
/** Total number of keys found that have an insecure key size for the algorithm. */
|
|
630
|
-
shortKeySize?: number;
|
|
631
|
-
}
|
|
632
|
-
/** Firmware analysis workspace. */
|
|
633
|
-
export interface Workspace extends TrackedResource {
|
|
634
|
-
/** Workspace properties. */
|
|
635
|
-
properties?: WorkspaceProperties;
|
|
636
|
-
}
|
|
637
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
638
|
-
export declare enum KnownCreatedByType {
|
|
639
|
-
/** User */
|
|
640
|
-
User = "User",
|
|
641
|
-
/** Application */
|
|
642
|
-
Application = "Application",
|
|
643
|
-
/** ManagedIdentity */
|
|
644
|
-
ManagedIdentity = "ManagedIdentity",
|
|
645
|
-
/** Key */
|
|
646
|
-
Key = "Key"
|
|
647
|
-
}
|
|
648
|
-
/**
|
|
649
|
-
* Defines values for CreatedByType. \
|
|
650
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
651
|
-
* this enum contains the known values that the service supports.
|
|
652
|
-
* ### Known values supported by the service
|
|
653
|
-
* **User** \
|
|
654
|
-
* **Application** \
|
|
655
|
-
* **ManagedIdentity** \
|
|
656
|
-
* **Key**
|
|
657
|
-
*/
|
|
658
|
-
export type CreatedByType = string;
|
|
659
|
-
/** Known values of {@link Status} that the service accepts. */
|
|
660
|
-
export declare enum KnownStatus {
|
|
661
|
-
/** Pending */
|
|
662
|
-
Pending = "Pending",
|
|
663
|
-
/** Extracting */
|
|
664
|
-
Extracting = "Extracting",
|
|
665
|
-
/** Analyzing */
|
|
666
|
-
Analyzing = "Analyzing",
|
|
667
|
-
/** Ready */
|
|
668
|
-
Ready = "Ready",
|
|
669
|
-
/** Error */
|
|
670
|
-
Error = "Error"
|
|
671
|
-
}
|
|
672
|
-
/**
|
|
673
|
-
* Defines values for Status. \
|
|
674
|
-
* {@link KnownStatus} can be used interchangeably with Status,
|
|
675
|
-
* this enum contains the known values that the service supports.
|
|
676
|
-
* ### Known values supported by the service
|
|
677
|
-
* **Pending** \
|
|
678
|
-
* **Extracting** \
|
|
679
|
-
* **Analyzing** \
|
|
680
|
-
* **Ready** \
|
|
681
|
-
* **Error**
|
|
682
|
-
*/
|
|
683
|
-
export type Status = string;
|
|
684
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
685
|
-
export declare enum KnownProvisioningState {
|
|
686
|
-
/** Accepted */
|
|
687
|
-
Accepted = "Accepted",
|
|
688
|
-
/** Succeeded */
|
|
689
|
-
Succeeded = "Succeeded",
|
|
690
|
-
/** Canceled */
|
|
691
|
-
Canceled = "Canceled",
|
|
692
|
-
/** Failed */
|
|
693
|
-
Failed = "Failed"
|
|
694
|
-
}
|
|
695
|
-
/**
|
|
696
|
-
* Defines values for ProvisioningState. \
|
|
697
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
698
|
-
* this enum contains the known values that the service supports.
|
|
699
|
-
* ### Known values supported by the service
|
|
700
|
-
* **Accepted** \
|
|
701
|
-
* **Succeeded** \
|
|
702
|
-
* **Canceled** \
|
|
703
|
-
* **Failed**
|
|
704
|
-
*/
|
|
705
|
-
export type ProvisioningState = string;
|
|
706
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
707
|
-
export declare enum KnownOrigin {
|
|
708
|
-
/** User */
|
|
709
|
-
User = "user",
|
|
710
|
-
/** System */
|
|
711
|
-
System = "system",
|
|
712
|
-
/** UserSystem */
|
|
713
|
-
UserSystem = "user,system"
|
|
714
|
-
}
|
|
715
|
-
/**
|
|
716
|
-
* Defines values for Origin. \
|
|
717
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
718
|
-
* this enum contains the known values that the service supports.
|
|
719
|
-
* ### Known values supported by the service
|
|
720
|
-
* **user** \
|
|
721
|
-
* **system** \
|
|
722
|
-
* **user,system**
|
|
723
|
-
*/
|
|
724
|
-
export type Origin = string;
|
|
725
|
-
/** Known values of {@link ActionType} that the service accepts. */
|
|
726
|
-
export declare enum KnownActionType {
|
|
727
|
-
/** Internal */
|
|
728
|
-
Internal = "Internal"
|
|
729
|
-
}
|
|
730
|
-
/**
|
|
731
|
-
* Defines values for ActionType. \
|
|
732
|
-
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
733
|
-
* this enum contains the known values that the service supports.
|
|
734
|
-
* ### Known values supported by the service
|
|
735
|
-
* **Internal**
|
|
736
|
-
*/
|
|
737
|
-
export type ActionType = string;
|
|
738
|
-
/** Known values of {@link SummaryType} that the service accepts. */
|
|
739
|
-
export declare enum KnownSummaryType {
|
|
740
|
-
/** Firmware */
|
|
741
|
-
Firmware = "Firmware",
|
|
742
|
-
/** CVE */
|
|
743
|
-
CVE = "CVE",
|
|
744
|
-
/** BinaryHardening */
|
|
745
|
-
BinaryHardening = "BinaryHardening",
|
|
746
|
-
/** CryptoCertificate */
|
|
747
|
-
CryptoCertificate = "CryptoCertificate",
|
|
748
|
-
/** CryptoKey */
|
|
749
|
-
CryptoKey = "CryptoKey"
|
|
750
|
-
}
|
|
751
|
-
/**
|
|
752
|
-
* Defines values for SummaryType. \
|
|
753
|
-
* {@link KnownSummaryType} can be used interchangeably with SummaryType,
|
|
754
|
-
* this enum contains the known values that the service supports.
|
|
755
|
-
* ### Known values supported by the service
|
|
756
|
-
* **Firmware** \
|
|
757
|
-
* **CVE** \
|
|
758
|
-
* **BinaryHardening** \
|
|
759
|
-
* **CryptoCertificate** \
|
|
760
|
-
* **CryptoKey**
|
|
761
|
-
*/
|
|
762
|
-
export type SummaryType = string;
|
|
763
|
-
/** Known values of {@link SummaryName} that the service accepts. */
|
|
764
|
-
export declare enum KnownSummaryName {
|
|
765
|
-
/** Firmware */
|
|
766
|
-
Firmware = "Firmware",
|
|
767
|
-
/** CVE */
|
|
768
|
-
CVE = "CVE",
|
|
769
|
-
/** BinaryHardening */
|
|
770
|
-
BinaryHardening = "BinaryHardening",
|
|
771
|
-
/** CryptoCertificate */
|
|
772
|
-
CryptoCertificate = "CryptoCertificate",
|
|
773
|
-
/** CryptoKey */
|
|
774
|
-
CryptoKey = "CryptoKey"
|
|
775
|
-
}
|
|
776
|
-
/**
|
|
777
|
-
* Defines values for SummaryName. \
|
|
778
|
-
* {@link KnownSummaryName} can be used interchangeably with SummaryName,
|
|
779
|
-
* this enum contains the known values that the service supports.
|
|
780
|
-
* ### Known values supported by the service
|
|
781
|
-
* **Firmware** \
|
|
782
|
-
* **CVE** \
|
|
783
|
-
* **BinaryHardening** \
|
|
784
|
-
* **CryptoCertificate** \
|
|
785
|
-
* **CryptoKey**
|
|
786
|
-
*/
|
|
787
|
-
export type SummaryName = string;
|
|
788
|
-
/** Optional parameters. */
|
|
789
|
-
export interface BinaryHardeningListByFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
790
|
-
}
|
|
791
|
-
/** Contains response data for the listByFirmware operation. */
|
|
792
|
-
export type BinaryHardeningListByFirmwareResponse = BinaryHardeningListResult;
|
|
793
|
-
/** Optional parameters. */
|
|
794
|
-
export interface BinaryHardeningListByFirmwareNextOptionalParams extends coreClient.OperationOptions {
|
|
795
|
-
}
|
|
796
|
-
/** Contains response data for the listByFirmwareNext operation. */
|
|
797
|
-
export type BinaryHardeningListByFirmwareNextResponse = BinaryHardeningListResult;
|
|
798
|
-
/** Optional parameters. */
|
|
799
|
-
export interface CryptoCertificatesListByFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
800
|
-
}
|
|
801
|
-
/** Contains response data for the listByFirmware operation. */
|
|
802
|
-
export type CryptoCertificatesListByFirmwareResponse = CryptoCertificateListResult;
|
|
803
|
-
/** Optional parameters. */
|
|
804
|
-
export interface CryptoCertificatesListByFirmwareNextOptionalParams extends coreClient.OperationOptions {
|
|
805
|
-
}
|
|
806
|
-
/** Contains response data for the listByFirmwareNext operation. */
|
|
807
|
-
export type CryptoCertificatesListByFirmwareNextResponse = CryptoCertificateListResult;
|
|
808
|
-
/** Optional parameters. */
|
|
809
|
-
export interface CryptoKeysListByFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
810
|
-
}
|
|
811
|
-
/** Contains response data for the listByFirmware operation. */
|
|
812
|
-
export type CryptoKeysListByFirmwareResponse = CryptoKeyListResult;
|
|
813
|
-
/** Optional parameters. */
|
|
814
|
-
export interface CryptoKeysListByFirmwareNextOptionalParams extends coreClient.OperationOptions {
|
|
815
|
-
}
|
|
816
|
-
/** Contains response data for the listByFirmwareNext operation. */
|
|
817
|
-
export type CryptoKeysListByFirmwareNextResponse = CryptoKeyListResult;
|
|
818
|
-
/** Optional parameters. */
|
|
819
|
-
export interface CvesListByFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
820
|
-
}
|
|
821
|
-
/** Contains response data for the listByFirmware operation. */
|
|
822
|
-
export type CvesListByFirmwareResponse = CveListResult;
|
|
823
|
-
/** Optional parameters. */
|
|
824
|
-
export interface CvesListByFirmwareNextOptionalParams extends coreClient.OperationOptions {
|
|
825
|
-
}
|
|
826
|
-
/** Contains response data for the listByFirmwareNext operation. */
|
|
827
|
-
export type CvesListByFirmwareNextResponse = CveListResult;
|
|
828
|
-
/** Optional parameters. */
|
|
829
|
-
export interface FirmwaresListByWorkspaceOptionalParams extends coreClient.OperationOptions {
|
|
830
|
-
}
|
|
831
|
-
/** Contains response data for the listByWorkspace operation. */
|
|
832
|
-
export type FirmwaresListByWorkspaceResponse = FirmwareList;
|
|
833
|
-
/** Optional parameters. */
|
|
834
|
-
export interface FirmwaresCreateOptionalParams extends coreClient.OperationOptions {
|
|
835
|
-
}
|
|
836
|
-
/** Contains response data for the create operation. */
|
|
837
|
-
export type FirmwaresCreateResponse = Firmware;
|
|
838
|
-
/** Optional parameters. */
|
|
839
|
-
export interface FirmwaresUpdateOptionalParams extends coreClient.OperationOptions {
|
|
840
|
-
}
|
|
841
|
-
/** Contains response data for the update operation. */
|
|
842
|
-
export type FirmwaresUpdateResponse = Firmware;
|
|
843
|
-
/** Optional parameters. */
|
|
844
|
-
export interface FirmwaresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
845
|
-
}
|
|
846
|
-
/** Optional parameters. */
|
|
847
|
-
export interface FirmwaresGetOptionalParams extends coreClient.OperationOptions {
|
|
848
|
-
}
|
|
849
|
-
/** Contains response data for the get operation. */
|
|
850
|
-
export type FirmwaresGetResponse = Firmware;
|
|
851
|
-
/** Optional parameters. */
|
|
852
|
-
export interface FirmwaresGenerateDownloadUrlOptionalParams extends coreClient.OperationOptions {
|
|
853
|
-
}
|
|
854
|
-
/** Contains response data for the generateDownloadUrl operation. */
|
|
855
|
-
export type FirmwaresGenerateDownloadUrlResponse = UrlToken;
|
|
856
|
-
/** Optional parameters. */
|
|
857
|
-
export interface FirmwaresGenerateFilesystemDownloadUrlOptionalParams extends coreClient.OperationOptions {
|
|
858
|
-
}
|
|
859
|
-
/** Contains response data for the generateFilesystemDownloadUrl operation. */
|
|
860
|
-
export type FirmwaresGenerateFilesystemDownloadUrlResponse = UrlToken;
|
|
861
|
-
/** Optional parameters. */
|
|
862
|
-
export interface FirmwaresListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
|
|
863
|
-
}
|
|
864
|
-
/** Contains response data for the listByWorkspaceNext operation. */
|
|
865
|
-
export type FirmwaresListByWorkspaceNextResponse = FirmwareList;
|
|
866
|
-
/** Optional parameters. */
|
|
867
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
868
|
-
}
|
|
869
|
-
/** Contains response data for the list operation. */
|
|
870
|
-
export type OperationsListResponse = OperationListResult;
|
|
871
|
-
/** Optional parameters. */
|
|
872
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
873
|
-
}
|
|
874
|
-
/** Contains response data for the listNext operation. */
|
|
875
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
876
|
-
/** Optional parameters. */
|
|
877
|
-
export interface PasswordHashesListByFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
878
|
-
}
|
|
879
|
-
/** Contains response data for the listByFirmware operation. */
|
|
880
|
-
export type PasswordHashesListByFirmwareResponse = PasswordHashListResult;
|
|
881
|
-
/** Optional parameters. */
|
|
882
|
-
export interface PasswordHashesListByFirmwareNextOptionalParams extends coreClient.OperationOptions {
|
|
883
|
-
}
|
|
884
|
-
/** Contains response data for the listByFirmwareNext operation. */
|
|
885
|
-
export type PasswordHashesListByFirmwareNextResponse = PasswordHashListResult;
|
|
886
|
-
/** Optional parameters. */
|
|
887
|
-
export interface SbomComponentsListByFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
888
|
-
}
|
|
889
|
-
/** Contains response data for the listByFirmware operation. */
|
|
890
|
-
export type SbomComponentsListByFirmwareResponse = SbomComponentListResult;
|
|
891
|
-
/** Optional parameters. */
|
|
892
|
-
export interface SbomComponentsListByFirmwareNextOptionalParams extends coreClient.OperationOptions {
|
|
893
|
-
}
|
|
894
|
-
/** Contains response data for the listByFirmwareNext operation. */
|
|
895
|
-
export type SbomComponentsListByFirmwareNextResponse = SbomComponentListResult;
|
|
896
|
-
/** Optional parameters. */
|
|
897
|
-
export interface SummariesListByFirmwareOptionalParams extends coreClient.OperationOptions {
|
|
898
|
-
}
|
|
899
|
-
/** Contains response data for the listByFirmware operation. */
|
|
900
|
-
export type SummariesListByFirmwareResponse = SummaryListResult;
|
|
901
|
-
/** Optional parameters. */
|
|
902
|
-
export interface SummariesGetOptionalParams extends coreClient.OperationOptions {
|
|
903
|
-
}
|
|
904
|
-
/** Contains response data for the get operation. */
|
|
905
|
-
export type SummariesGetResponse = SummaryResource;
|
|
906
|
-
/** Optional parameters. */
|
|
907
|
-
export interface SummariesListByFirmwareNextOptionalParams extends coreClient.OperationOptions {
|
|
908
|
-
}
|
|
909
|
-
/** Contains response data for the listByFirmwareNext operation. */
|
|
910
|
-
export type SummariesListByFirmwareNextResponse = SummaryListResult;
|
|
911
|
-
/** Optional parameters. */
|
|
912
|
-
export interface WorkspacesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
913
|
-
}
|
|
914
|
-
/** Contains response data for the listBySubscription operation. */
|
|
915
|
-
export type WorkspacesListBySubscriptionResponse = WorkspaceList;
|
|
916
|
-
/** Optional parameters. */
|
|
917
|
-
export interface WorkspacesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
918
|
-
}
|
|
919
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
920
|
-
export type WorkspacesListByResourceGroupResponse = WorkspaceList;
|
|
921
|
-
/** Optional parameters. */
|
|
922
|
-
export interface WorkspacesCreateOptionalParams extends coreClient.OperationOptions {
|
|
923
|
-
}
|
|
924
|
-
/** Contains response data for the create operation. */
|
|
925
|
-
export type WorkspacesCreateResponse = Workspace;
|
|
926
|
-
/** Optional parameters. */
|
|
927
|
-
export interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
928
|
-
}
|
|
929
|
-
/** Contains response data for the update operation. */
|
|
930
|
-
export type WorkspacesUpdateResponse = Workspace;
|
|
931
|
-
/** Optional parameters. */
|
|
932
|
-
export interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
933
|
-
}
|
|
934
|
-
/** Optional parameters. */
|
|
935
|
-
export interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
|
|
936
|
-
}
|
|
937
|
-
/** Contains response data for the get operation. */
|
|
938
|
-
export type WorkspacesGetResponse = Workspace;
|
|
939
|
-
/** Optional parameters. */
|
|
940
|
-
export interface WorkspacesGenerateUploadUrlOptionalParams extends coreClient.OperationOptions {
|
|
941
|
-
}
|
|
942
|
-
/** Contains response data for the generateUploadUrl operation. */
|
|
943
|
-
export type WorkspacesGenerateUploadUrlResponse = UrlToken;
|
|
944
|
-
/** Optional parameters. */
|
|
945
|
-
export interface WorkspacesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
946
|
-
}
|
|
947
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
948
|
-
export type WorkspacesListBySubscriptionNextResponse = WorkspaceList;
|
|
949
|
-
/** Optional parameters. */
|
|
950
|
-
export interface WorkspacesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
951
|
-
}
|
|
952
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
953
|
-
export type WorkspacesListByResourceGroupNextResponse = WorkspaceList;
|
|
954
|
-
/** Optional parameters. */
|
|
955
|
-
export interface IoTFirmwareDefenseClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
956
|
-
/** server parameter */
|
|
957
|
-
$host?: string;
|
|
958
|
-
/** Api Version */
|
|
959
|
-
apiVersion?: string;
|
|
960
|
-
/** Overrides client endpoint. */
|
|
961
|
-
endpoint?: string;
|
|
962
|
-
}
|
|
1
|
+
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, Firmware, FirmwareProperties, KnownStatus, Status, StatusMessage, KnownProvisioningState, ProvisioningState, ProxyResource, Resource, SystemData, KnownCreatedByType, CreatedByType, FirmwareUpdateDefinition, Workspace, WorkspaceProperties, Sku, SkuTier, TrackedResource, WorkspaceUpdate, GenerateUploadUrlRequest, UrlToken, BinaryHardeningResource, BinaryHardeningResult, BinaryHardeningFeatures, KnownExecutableClass, ExecutableClass, CryptoCertificateResource, CryptoCertificate, CryptoCertificateEntity, KnownCertificateUsage, CertificateUsage, PairedKey, CryptoKeyResource, CryptoKey, KnownCryptoKeyType, CryptoKeyType, CveResource, CveResult, CvssScore, CveLink, PasswordHashResource, PasswordHash, SbomComponentResource, SbomComponent, SummaryResource, SummaryResourceProperties, SummaryResourcePropertiesUnion, KnownSummaryType, SummaryType, FirmwareSummary, CveSummary, BinaryHardeningSummaryResource, CryptoCertificateSummaryResource, CryptoKeySummaryResource, UsageMetric, UsageMetricProperties, KnownVersions, } from "./models.js";
|
|
963
2
|
//# sourceMappingURL=index.d.ts.map
|