/** * 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 */ /** * @nullable */ export type UpdateSloveniaTaxProfileBodyAccountingExports = { /** * Stored preferred export format for Slovenian accounting handoff. * @nullable */ preferred_format?: 'vod_xml' | 'vasco_xml' | 'minimax_xml' | null; /** @nullable */ konto_mappings?: { /** * @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; } | null; } | null; //# sourceMappingURL=updateSloveniaTaxProfileBodyAccountingExports.d.ts.map