/** * SMI-5213 / Wave 1 BARRIER: OpenAPI contract enforcement test. * * Guards the three-way consistency between: * 1. docs/internal/api/openapi.yaml (source of truth) * 2. packages/core/src/api/types.ts (API_TRUST_TIERS, API_CATEGORIES) * 3. supabase/config.toml (verify_jwt = false function registrations) * * Skip-gated: the entire suite is skipped when docs/internal/api/openapi.yaml * is absent (external contributors / CI without the docs/internal submodule). * * verify_jwt=false (21 fns) ⊋ documented-public (12 paths). * The allowlist below is the positive source of truth for the public surface. */ export {}; //# sourceMappingURL=openapi-contract.test.d.ts.map