/** * @fileoverview Generated Types for deprecation * @description Auto-generated inferred types for Zod schemas * @version 0.18.4 * @generated 2025-10-12T01:19:19.012Z * * This file contains inferred TypeScript types for all Zod schemas in schemas/deprecation.ts. * These types should be used instead of manual type definitions for consistency. */ // ✅ DeprecationStatus already has type export: DeprecationStatusType // ✅ DeprecationPolicy already has type export: DeprecationPolicyType // ❌ DeprecationStatusValueSchema missing type export - add: export type DeprecationStatusValueSchemaType = z.infer; // ❌ LegacyDeprecationScheduleSchema missing type export - add: export type LegacyDeprecationScheduleSchemaType = z.infer; // ✅ DeprecationWarning already has type export: DeprecationWarningType // ✅ EnhancedResponseEnvelope already has type export: EnhancedResponseEnvelopeType // ❌ LegacyRouteMappingSchema missing type export - add: export type LegacyRouteMappingSchemaType = z.infer; // ❌ LegacyRouteMappingsSchema missing type export - add: export type LegacyRouteMappingsSchemaType = z.infer;