/** * 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 */ import * as zod from "zod"; /** * Generate a KIR (Knjiga izdanih računov / Evidenca obračunanega DDV) export file for FURS. This export contains all issued invoices and credit notes for the specified period in FURS-compliant XML format, packaged in a ZIP archive ready for upload to eDavki. **Period Selection:** - Use `month` for monthly exports (e.g., month=1 for January) - Use `quarter` for quarterly exports (e.g., quarter=1 for Q1) - Cannot use both month and quarter **Transaction Type Mapping:** - Domestic sales → P7 (taxable supplies) + P14/P15/P16 (VAT by rate) - Intra-EU B2B → P10 (reverse charge) - Intra-EU B2C → P7 + P14/P15/P16 (standard VAT) - Export (third country) → P27 (export exemption) **Credit Notes:** - Included with negative amounts as per FURS specification - Same field mapping as invoices, but amounts are negated **Important:** - Voided documents are included with zero amounts - Entity must have a valid Slovenian tax number (SI prefix is automatically removed) * @summary Generate KIR export (Issued Invoices Ledger) */ export declare const generateKirExportQueryYearRegExp: RegExp; export declare const generateKirExportQueryMonthRegExp: RegExp; export declare const generateKirExportQueryQuarterRegExp: RegExp; export declare const GenerateKirExportQueryParams: zod.ZodObject<{ year: zod.ZodString; month: zod.ZodOptional; quarter: zod.ZodOptional; }, zod.z.core.$strip>; export declare const GenerateKirExportHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; /** * Retrieve the normalized Slovenia-specific tax profile stored on the entity, including inferred business form and yearly-export support status. * @summary Get Slovenia yearly tax profile */ export declare const GetSloveniaTaxProfileHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const getSloveniaTaxProfileResponseYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const getSloveniaTaxProfileResponseYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsReceivablesMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPayablesMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const getSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const GetSloveniaTaxProfileResponse: zod.ZodObject<{ business_form: zod.ZodNullable, zod.ZodLiteral<"doo">, zod.ZodLiteral<"dno">, zod.ZodLiteral<"club">, zod.ZodLiteral]>>; income_tax_regime: zod.ZodNullable, zod.ZodLiteral<"dejanski">, zod.ZodLiteral]>>; vat_profile: zod.ZodNullable, zod.ZodLiteral<"special_vat_identified">, zod.ZodLiteral<"non_vat_subject">, zod.ZodLiteral]>>; tax_residency: zod.ZodNullable, zod.ZodLiteral<"non_resident">, zod.ZodLiteral]>>; yearly_reporting: zod.ZodObject<{ activity_code: zod.ZodNullable; registration_number: zod.ZodNullable; accounting_type: zod.ZodNullable, zod.ZodLiteral<"single_entry">, zod.ZodLiteral<"double_entry">, zod.ZodLiteral]>>; normiranec_insurance_basis: zod.ZodNullable, zod.ZodLiteral<"other">, zod.ZodLiteral]>>; default_withholding_tax_amount: zod.ZodNullable; default_foreign_tax_credit_amount: zod.ZodNullable; }, zod.z.core.$strip>; accounting_exports: zod.ZodObject<{ preferred_format: zod.ZodNullable, zod.ZodLiteral<"vasco_xml">, zod.ZodLiteral<"minimax_xml">, zod.ZodLiteral]>>; konto_mappings: zod.ZodObject<{ receivables: zod.ZodOptional>; payables: zod.ZodOptional>; sales_vat_22: zod.ZodOptional>; sales_vat_95: zod.ZodOptional>; sales_vat_5: zod.ZodOptional>; purchase_vat_recoverable_22: zod.ZodOptional>; purchase_vat_recoverable_95: zod.ZodOptional>; purchase_vat_recoverable_5: zod.ZodOptional>; sales_revenue_22: zod.ZodOptional>; sales_revenue_95: zod.ZodOptional>; sales_revenue_5: zod.ZodOptional>; sales_revenue_exempt: zod.ZodOptional>; sales_revenue_eu_goods: zod.ZodOptional>; sales_revenue_eu_services: zod.ZodOptional>; sales_revenue_reverse_charge: zod.ZodOptional>; sales_revenue_third_country_goods: zod.ZodOptional>; sales_revenue_third_country_services: zod.ZodOptional>; purchase_expense_22: zod.ZodOptional>; purchase_expense_95: zod.ZodOptional>; purchase_expense_5: zod.ZodOptional>; purchase_expense_exempt: zod.ZodOptional>; purchase_expense_eu_goods: zod.ZodOptional>; purchase_expense_eu_services: zod.ZodOptional>; purchase_expense_reverse_charge: zod.ZodOptional>; purchase_expense_third_country_goods: zod.ZodOptional>; purchase_expense_third_country_services: zod.ZodOptional>; }, zod.z.core.$strip>; }, zod.z.core.$strip>; business_form_source: zod.ZodEnum<{ stored: "stored"; registry: "registry"; unknown: "unknown"; }>; inferred_business_form: zod.ZodNullable, zod.ZodLiteral<"doo">, zod.ZodLiteral<"dno">, zod.ZodLiteral<"club">, zod.ZodLiteral]>>; supported_exports: zod.ZodObject<{ yearly_normirani: zod.ZodBoolean; vod_xml: zod.ZodBoolean; vasco_xml: zod.ZodBoolean; minimax_xml: zod.ZodBoolean; }, zod.z.core.$strip>; unsupported_reason: zod.ZodNullable; }, zod.z.core.$strip>; /** * Update the Slovenia-specific tax profile stored on the entity. Unsupported profiles are stored for future use but remain blocked for yearly export. * @summary Update Slovenia yearly tax profile */ export declare const UpdateSloveniaTaxProfileHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const updateSloveniaTaxProfileBodyYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const updateSloveniaTaxProfileBodyYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsReceivablesMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPayablesMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const updateSloveniaTaxProfileBodyAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const UpdateSloveniaTaxProfileBody: zod.ZodObject<{ business_form: zod.ZodOptional, zod.ZodLiteral<"doo">, zod.ZodLiteral<"dno">, zod.ZodLiteral<"club">, zod.ZodLiteral]>>>; income_tax_regime: zod.ZodOptional, zod.ZodLiteral<"dejanski">, zod.ZodLiteral]>>>; vat_profile: zod.ZodOptional, zod.ZodLiteral<"special_vat_identified">, zod.ZodLiteral<"non_vat_subject">, zod.ZodLiteral]>>>; tax_residency: zod.ZodOptional, zod.ZodLiteral<"non_resident">, zod.ZodLiteral]>>>; yearly_reporting: zod.ZodOptional>; registration_number: zod.ZodOptional>; accounting_type: zod.ZodOptional, zod.ZodLiteral<"single_entry">, zod.ZodLiteral<"double_entry">, zod.ZodLiteral]>>>; normiranec_insurance_basis: zod.ZodOptional, zod.ZodLiteral<"other">, zod.ZodLiteral]>>>; default_withholding_tax_amount: zod.ZodOptional>; default_foreign_tax_credit_amount: zod.ZodOptional>; }, zod.z.core.$strip>>>; accounting_exports: zod.ZodOptional, zod.ZodLiteral<"vasco_xml">, zod.ZodLiteral<"minimax_xml">, zod.ZodLiteral]>>>; konto_mappings: zod.ZodOptional>; payables: zod.ZodOptional>; sales_vat_22: zod.ZodOptional>; sales_vat_95: zod.ZodOptional>; sales_vat_5: zod.ZodOptional>; purchase_vat_recoverable_22: zod.ZodOptional>; purchase_vat_recoverable_95: zod.ZodOptional>; purchase_vat_recoverable_5: zod.ZodOptional>; sales_revenue_22: zod.ZodOptional>; sales_revenue_95: zod.ZodOptional>; sales_revenue_5: zod.ZodOptional>; sales_revenue_exempt: zod.ZodOptional>; sales_revenue_eu_goods: zod.ZodOptional>; sales_revenue_eu_services: zod.ZodOptional>; sales_revenue_reverse_charge: zod.ZodOptional>; sales_revenue_third_country_goods: zod.ZodOptional>; sales_revenue_third_country_services: zod.ZodOptional>; purchase_expense_22: zod.ZodOptional>; purchase_expense_95: zod.ZodOptional>; purchase_expense_5: zod.ZodOptional>; purchase_expense_exempt: zod.ZodOptional>; purchase_expense_eu_goods: zod.ZodOptional>; purchase_expense_eu_services: zod.ZodOptional>; purchase_expense_reverse_charge: zod.ZodOptional>; purchase_expense_third_country_goods: zod.ZodOptional>; purchase_expense_third_country_services: zod.ZodOptional>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; export declare const updateSloveniaTaxProfileResponseYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const updateSloveniaTaxProfileResponseYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsReceivablesMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPayablesMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const updateSloveniaTaxProfileResponseAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const UpdateSloveniaTaxProfileResponse: zod.ZodObject<{ business_form: zod.ZodNullable, zod.ZodLiteral<"doo">, zod.ZodLiteral<"dno">, zod.ZodLiteral<"club">, zod.ZodLiteral]>>; income_tax_regime: zod.ZodNullable, zod.ZodLiteral<"dejanski">, zod.ZodLiteral]>>; vat_profile: zod.ZodNullable, zod.ZodLiteral<"special_vat_identified">, zod.ZodLiteral<"non_vat_subject">, zod.ZodLiteral]>>; tax_residency: zod.ZodNullable, zod.ZodLiteral<"non_resident">, zod.ZodLiteral]>>; yearly_reporting: zod.ZodObject<{ activity_code: zod.ZodNullable; registration_number: zod.ZodNullable; accounting_type: zod.ZodNullable, zod.ZodLiteral<"single_entry">, zod.ZodLiteral<"double_entry">, zod.ZodLiteral]>>; normiranec_insurance_basis: zod.ZodNullable, zod.ZodLiteral<"other">, zod.ZodLiteral]>>; default_withholding_tax_amount: zod.ZodNullable; default_foreign_tax_credit_amount: zod.ZodNullable; }, zod.z.core.$strip>; accounting_exports: zod.ZodObject<{ preferred_format: zod.ZodNullable, zod.ZodLiteral<"vasco_xml">, zod.ZodLiteral<"minimax_xml">, zod.ZodLiteral]>>; konto_mappings: zod.ZodObject<{ receivables: zod.ZodOptional>; payables: zod.ZodOptional>; sales_vat_22: zod.ZodOptional>; sales_vat_95: zod.ZodOptional>; sales_vat_5: zod.ZodOptional>; purchase_vat_recoverable_22: zod.ZodOptional>; purchase_vat_recoverable_95: zod.ZodOptional>; purchase_vat_recoverable_5: zod.ZodOptional>; sales_revenue_22: zod.ZodOptional>; sales_revenue_95: zod.ZodOptional>; sales_revenue_5: zod.ZodOptional>; sales_revenue_exempt: zod.ZodOptional>; sales_revenue_eu_goods: zod.ZodOptional>; sales_revenue_eu_services: zod.ZodOptional>; sales_revenue_reverse_charge: zod.ZodOptional>; sales_revenue_third_country_goods: zod.ZodOptional>; sales_revenue_third_country_services: zod.ZodOptional>; purchase_expense_22: zod.ZodOptional>; purchase_expense_95: zod.ZodOptional>; purchase_expense_5: zod.ZodOptional>; purchase_expense_exempt: zod.ZodOptional>; purchase_expense_eu_goods: zod.ZodOptional>; purchase_expense_eu_services: zod.ZodOptional>; purchase_expense_reverse_charge: zod.ZodOptional>; purchase_expense_third_country_goods: zod.ZodOptional>; purchase_expense_third_country_services: zod.ZodOptional>; }, zod.z.core.$strip>; }, zod.z.core.$strip>; business_form_source: zod.ZodEnum<{ stored: "stored"; registry: "registry"; unknown: "unknown"; }>; inferred_business_form: zod.ZodNullable, zod.ZodLiteral<"doo">, zod.ZodLiteral<"dno">, zod.ZodLiteral<"club">, zod.ZodLiteral]>>; supported_exports: zod.ZodObject<{ yearly_normirani: zod.ZodBoolean; vod_xml: zod.ZodBoolean; vasco_xml: zod.ZodBoolean; minimax_xml: zod.ZodBoolean; }, zod.z.core.$strip>; unsupported_reason: zod.ZodNullable; }, zod.z.core.$strip>; /** * Build a review draft for the yearly Slovenia DDD-DDD filing for the supported resident normirani s.p. path. * @summary Review yearly Slovenia normirani filing */ export declare const ReviewSloveniaYearlyNormiraniReportHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const reviewSloveniaYearlyNormiraniReportBodyYearMin = 2025; export declare const reviewSloveniaYearlyNormiraniReportBodyYearMax = 2100; export declare const ReviewSloveniaYearlyNormiraniReportBody: zod.ZodObject<{ year: zod.ZodNumber; }, zod.z.core.$strip>; export declare const reviewSloveniaYearlyNormiraniReportResponseYearMin = 2025; export declare const reviewSloveniaYearlyNormiraniReportResponseYearMax = 2100; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsReceivablesMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPayablesMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseProfileAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const reviewSloveniaYearlyNormiraniReportResponseManualValuesWithholdingTaxAmountMin = 0; export declare const reviewSloveniaYearlyNormiraniReportResponseManualValuesForeignTaxCreditAmountMin = 0; export declare const reviewSloveniaYearlyNormiraniReportResponseManualValuesPriorAdvanceIncomeTaxAmountMin = 0; export declare const reviewSloveniaYearlyNormiraniReportResponseManualValuesRevenueAdjustmentDecreaseMin = 0; export declare const reviewSloveniaYearlyNormiraniReportResponseManualValuesRevenueAdjustmentIncreaseMin = 0; export declare const ReviewSloveniaYearlyNormiraniReportResponse: zod.ZodObject<{ entity_id: zod.ZodString; year: zod.ZodNumber; filing_kind: zod.ZodEnum<{ regular_annual: "regular_annual"; }>; profile: zod.ZodObject<{ business_form: zod.ZodNullable, zod.ZodLiteral<"doo">, zod.ZodLiteral<"dno">, zod.ZodLiteral<"club">, zod.ZodLiteral]>>; income_tax_regime: zod.ZodNullable, zod.ZodLiteral<"dejanski">, zod.ZodLiteral]>>; vat_profile: zod.ZodNullable, zod.ZodLiteral<"special_vat_identified">, zod.ZodLiteral<"non_vat_subject">, zod.ZodLiteral]>>; tax_residency: zod.ZodNullable, zod.ZodLiteral<"non_resident">, zod.ZodLiteral]>>; yearly_reporting: zod.ZodObject<{ activity_code: zod.ZodNullable; registration_number: zod.ZodNullable; accounting_type: zod.ZodNullable, zod.ZodLiteral<"single_entry">, zod.ZodLiteral<"double_entry">, zod.ZodLiteral]>>; normiranec_insurance_basis: zod.ZodNullable, zod.ZodLiteral<"other">, zod.ZodLiteral]>>; default_withholding_tax_amount: zod.ZodNullable; default_foreign_tax_credit_amount: zod.ZodNullable; }, zod.z.core.$strip>; accounting_exports: zod.ZodObject<{ preferred_format: zod.ZodNullable, zod.ZodLiteral<"vasco_xml">, zod.ZodLiteral<"minimax_xml">, zod.ZodLiteral]>>; konto_mappings: zod.ZodObject<{ receivables: zod.ZodOptional>; payables: zod.ZodOptional>; sales_vat_22: zod.ZodOptional>; sales_vat_95: zod.ZodOptional>; sales_vat_5: zod.ZodOptional>; purchase_vat_recoverable_22: zod.ZodOptional>; purchase_vat_recoverable_95: zod.ZodOptional>; purchase_vat_recoverable_5: zod.ZodOptional>; sales_revenue_22: zod.ZodOptional>; sales_revenue_95: zod.ZodOptional>; sales_revenue_5: zod.ZodOptional>; sales_revenue_exempt: zod.ZodOptional>; sales_revenue_eu_goods: zod.ZodOptional>; sales_revenue_eu_services: zod.ZodOptional>; sales_revenue_reverse_charge: zod.ZodOptional>; sales_revenue_third_country_goods: zod.ZodOptional>; sales_revenue_third_country_services: zod.ZodOptional>; purchase_expense_22: zod.ZodOptional>; purchase_expense_95: zod.ZodOptional>; purchase_expense_5: zod.ZodOptional>; purchase_expense_exempt: zod.ZodOptional>; purchase_expense_eu_goods: zod.ZodOptional>; purchase_expense_eu_services: zod.ZodOptional>; purchase_expense_reverse_charge: zod.ZodOptional>; purchase_expense_third_country_goods: zod.ZodOptional>; purchase_expense_third_country_services: zod.ZodOptional>; }, zod.z.core.$strip>; }, zod.z.core.$strip>; business_form_source: zod.ZodEnum<{ stored: "stored"; registry: "registry"; unknown: "unknown"; }>; inferred_business_form: zod.ZodNullable, zod.ZodLiteral<"doo">, zod.ZodLiteral<"dno">, zod.ZodLiteral<"club">, zod.ZodLiteral]>>; supported_exports: zod.ZodObject<{ yearly_normirani: zod.ZodBoolean; vod_xml: zod.ZodBoolean; vasco_xml: zod.ZodBoolean; minimax_xml: zod.ZodBoolean; }, zod.z.core.$strip>; unsupported_reason: zod.ZodNullable; }, zod.z.core.$strip>; auto_values: zod.ZodObject<{ total_invoice_revenue: zod.ZodNumber; total_credit_note_reduction: zod.ZodNumber; computed_revenue: zod.ZodNumber; adjusted_revenue: zod.ZodNumber; normative_expense_rate: zod.ZodNumber; normative_expenses: zod.ZodNumber; tax_base: zod.ZodNumber; income_tax_rate: zod.ZodNumber; income_tax_amount: zod.ZodNumber; advance_tax_amount: zod.ZodNumber; monthly_installment_amount: zod.ZodNumber; quarterly_installment_amount: zod.ZodNumber; }, zod.z.core.$strip>; manual_values: zod.ZodObject<{ withholding_tax_amount: zod.ZodNumber; foreign_tax_credit_amount: zod.ZodNumber; prior_advance_income_tax_amount: zod.ZodNumber; revenue_adjustment_decrease: zod.ZodNumber; revenue_adjustment_increase: zod.ZodNumber; }, zod.z.core.$strip>; derived_flags: zod.ZodObject<{ has_foreign_customers: zod.ZodBoolean; has_foreign_tax_numbers: zod.ZodBoolean; has_non_eur_documents: zod.ZodBoolean; }, zod.z.core.$strip>; warnings: zod.ZodArray; }, zod.z.core.$strip>>; issue_details: zod.ZodArray; severity: zod.ZodEnum<{ info: "info"; warning: "warning"; }>; official_sources: zod.ZodArray; }, zod.z.core.$strip>>; affected_documents: zod.ZodArray; number: zod.ZodString; date: zod.ZodString; customer_name: zod.ZodNullable; customer_country_code: zod.ZodNullable; customer_tax_number: zod.ZodNullable; currency_code: zod.ZodString; total: zod.ZodNumber; total_converted: zod.ZodNullable; reason: zod.ZodString; document_path: zod.ZodString; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>; rule_summary: zod.ZodObject<{ normative_expense_rule: zod.ZodString; income_tax_rule: zod.ZodString; advance_rule: zod.ZodString; }, zod.z.core.$strip>; }, zod.z.core.$strip>; /** * Generate a DDD-DDD XML file for the supported resident normirani s.p. path after the yearly review values are confirmed. * @summary Export yearly Slovenia normirani XML */ export declare const ExportSloveniaYearlyNormiraniReportHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const exportSloveniaYearlyNormiraniReportBodyYearMin = 2025; export declare const exportSloveniaYearlyNormiraniReportBodyYearMax = 2100; export declare const exportSloveniaYearlyNormiraniReportBodyManualValuesWithholdingTaxAmountMin = 0; export declare const exportSloveniaYearlyNormiraniReportBodyManualValuesForeignTaxCreditAmountMin = 0; export declare const exportSloveniaYearlyNormiraniReportBodyManualValuesPriorAdvanceIncomeTaxAmountMin = 0; export declare const exportSloveniaYearlyNormiraniReportBodyManualValuesRevenueAdjustmentDecreaseMin = 0; export declare const exportSloveniaYearlyNormiraniReportBodyManualValuesRevenueAdjustmentIncreaseMin = 0; export declare const ExportSloveniaYearlyNormiraniReportBody: zod.ZodObject<{ year: zod.ZodNumber; manual_values: zod.ZodObject<{ withholding_tax_amount: zod.ZodNumber; foreign_tax_credit_amount: zod.ZodNumber; prior_advance_income_tax_amount: zod.ZodNumber; revenue_adjustment_decrease: zod.ZodNumber; revenue_adjustment_increase: zod.ZodNumber; }, zod.z.core.$strip>; }, zod.z.core.$strip>; /** * Generate a legacy-compatible Slovenian VOD ZIP export for issued documents. The first release contains only VOD_izdani.xml. * @summary Export Slovenia VOD XML ZIP */ export declare const ExportSloveniaVodXmlHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const ExportSloveniaVodXmlBody: zod.ZodObject<{ date_from: zod.z.ZodISODate; date_to: zod.z.ZodISODate; }, zod.z.core.$strip>; //# sourceMappingURL=tax-reports.d.ts.map