/** * Re-exports the DALP v2 contract. * * At build time, `bun build` bundles the contract definition (including all * Zod schemas from workspace packages) into the SDK's `dist/` output. * Consumers never need to install workspace-only packages. * * The SDK uses this contract with OpenAPILink to call the REST endpoint * (/api/v2), where route definitions (method + path) drive proper HTTP * method selection (GET for reads, POST for writes). * * Related: packages/dalp/api-contract/src/contract.ts * * @module */ export { rpcContract } from "@dalp/api-contract/contract"; //# sourceMappingURL=contract.d.ts.map