Optionalsummary: stringShortcut for the common case: accept all rows in the request, optionally
minus any errors[] the caller computed. Sets
accepted = (request.usage?.length ?? 0) - errors.length.
Use with honest errors — passing no errors when rows failed validation
is lying to buyers and the audit trail.
Optionalopts: { errors?: Error[]; summary?: string }
Deprecated
v6:
createAdcpServerFromPlatformconstructs wire responses from typed platform returns. Direct use is for v5 raw-handler adopters mid-migration only.