// Derived from sdk/src/release.ts. Do not edit by hand. // Bump the version in sdk/src/release.ts; this file follows. import { SDK_RELEASE } from './release.js'; export const SDK_VERSION: string = SDK_RELEASE.version; /** Numbered SDK HTTP API major sent by current SDK/CLI clients. */ export const SDK_API_MAJOR: number = SDK_RELEASE.contracts.api.currentMajor; /** @deprecated Transitional wire id for pre-major-header SDKs only. */ export const SDK_API_CONTRACT: string = SDK_RELEASE.contracts.api.legacyWireIds[0] ?? `api-v${SDK_API_MAJOR}`;