/** * SMI-4119 / C3: Contract test pinning the `/events` response shapes. * * **Backward compat guardrail**: the single-event POST body MUST continue to * return `{ ok: true }` byte-identical — no `accepted`/`rejected`/`errors` * leakage from the batch path. Any drift here breaks old `@skillsmith/core` * clients in the wild. * * We pin the schemas exposed by `@skillsmith/core` to guard both shapes. */ export {}; //# sourceMappingURL=events-batch-contract.test.d.ts.map