/** * 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 SearchCompanyRegistryParams = { /** * ISO 3166-1 alpha-2 country code to search in (e.g., SI, AT, HR) * @minLength 2 * @maxLength 2 */ country_code: string; /** * Search query - company name or tax number (min 2 characters) * @minLength 2 */ q: string; /** * Maximum number of results (default: 10, max: 50) */ limit?: string; }; //# sourceMappingURL=searchCompanyRegistryParams.d.ts.map