@boardreadyops/plugin-sdk API / SupplierIntelligenceResult
Interface: SupplierIntelligenceResult
Result returned by a supplier intelligence provider.
Properties
queriedAt?
optionalqueriedAt?:string
ISO 8601 timestamp when the query was executed.
records
records:
Map\<string,SupplierIntelligenceRecord>
Per-component records, keyed by MPN.
warnings?
optionalwarnings?:string[]
Provider-level warnings (e.g. API rate limit, partial data, freshness).