/** * 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 */ /** * Normalized semantic konto mappings shared by Slovenian accounting exports. */ export interface SloveniaAccountingKontoMappings { /** * @maxLength 8 * @nullable */ receivables?: string | null; /** * @maxLength 8 * @nullable */ payables?: string | null; /** * @maxLength 8 * @nullable */ sales_vat_22?: string | null; /** * @maxLength 8 * @nullable */ sales_vat_95?: string | null; /** * @maxLength 8 * @nullable */ sales_vat_5?: string | null; /** * @maxLength 8 * @nullable */ purchase_vat_recoverable_22?: string | null; /** * @maxLength 8 * @nullable */ purchase_vat_recoverable_95?: string | null; /** * @maxLength 8 * @nullable */ purchase_vat_recoverable_5?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_22?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_95?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_5?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_exempt?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_eu_goods?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_eu_services?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_reverse_charge?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_third_country_goods?: string | null; /** * @maxLength 8 * @nullable */ sales_revenue_third_country_services?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_22?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_95?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_5?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_exempt?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_eu_goods?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_eu_services?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_reverse_charge?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_third_country_goods?: string | null; /** * @maxLength 8 * @nullable */ purchase_expense_third_country_services?: string | null; } //# sourceMappingURL=sloveniaAccountingKontoMappings.d.ts.map