/** * Generated by orval v8.5.3 🍺 * Do not edit manually. * Space Invoices API * REST API for invoice management, customer management, and accounting operations. Features include cursor-based pagination for efficient data navigation, flexible JSON querying with MongoDB-style operators, full-text search across multiple fields, and comprehensive metadata support for custom tracking. * OpenAPI spec version: 1.0.0 */ export type GenerateKirExportParams = { /** * Year for KIR export (e.g., 2025) * @pattern ^\d{4}$ */ year: string; /** * Month for monthly export (1-12). Cannot be used with quarter. * @pattern ^(1[0-2]|[1-9])$ */ month?: string; /** * Quarter for quarterly export (1-4). Cannot be used with month. * @pattern ^[1-4]$ */ quarter?: string; }; //# sourceMappingURL=generateKirExportParams.d.ts.map