/** * 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"; /** * Create a new legal entity (business, organization, or sole proprietor). Entities are the core organizational unit that owns customers, invoices, and items. Each entity can have custom number formatting for invoices and other settings. * @summary Create a new entity */ export declare const createEntityHeaderXAccountIdRegExp: RegExp; export declare const CreateEntityHeader: zod.ZodObject<{ "x-account-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const createEntityBodyAddressMax = 500; export declare const createEntityBodyAddress2Max = 500; export declare const createEntityBodyPostCodeMax = 20; export declare const createEntityBodyCityMax = 100; export declare const createEntityBodyStateMax = 100; export declare const createEntityBodyCountryMax = 100; export declare const createEntityBodyCountryCodeMin = 2; export declare const createEntityBodyCountryCodeMax = 2; export declare const createEntityBodyCurrencyCodeMax = 3; export declare const createEntityBodyLocaleMax = 20; export declare const createEntityBodyTaxNumberMax = 50; export declare const createEntityBodyTaxNumber2Max = 50; export declare const createEntityBodyCompanyNumberMax = 50; export declare const createEntityBodyPhoneMax = 50; export declare const createEntityBodyEmailMax = 255; export declare const createEntityBodyWebsiteMax = 500; export declare const createEntityBodyFiscalRegionCodeMax = 10; export declare const createEntityBodyStartingCapitalMin = -140737488355328; export declare const createEntityBodyStartingCapitalMax = 140737488355327; export declare const createEntityBodySettingsPrimaryColorRegExp: RegExp; export declare const createEntityBodySettingsLogoScalePercentMin = 30; export declare const createEntityBodySettingsLogoScalePercentMax = 100; export declare const createEntityBodySettingsDefaultInvoiceDueDaysExclusiveMin = 0; export declare const createEntityBodySettingsDefaultEstimateValidDaysExclusiveMin = 0; export declare const createEntityBodySettingsDocumentFooterMax = 500; export declare const createEntityBodySettingsSloveniaYearlyReportingActivityCodeMax = 10; export declare const createEntityBodySettingsSloveniaYearlyReportingRegistrationNumberMax = 50; export declare const createEntityBodySettingsSloveniaYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const createEntityBodySettingsSloveniaYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsReceivablesMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPayablesMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const createEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const createEntityBodySettingsFursEnabledDefault = false; export declare const createEntityBodySettingsFursDefaultSkipFiscalizationDefault = false; export declare const createEntityBodySettingsFinaEnabledDefault = false; export declare const createEntityBodySettingsFinaOperatorOibMin = 11; export declare const createEntityBodySettingsFinaOperatorOibMax = 11; export declare const createEntityBodySettingsFinaUSustPdvDefault = true; export declare const createEntityBodySettingsFinaNumberingSequenceDefault = "P"; export declare const createEntityBodySettingsPtOperatorTaxNumberRegExp: RegExp; export declare const createEntityBodySettingsTaxRulesEuViesValidateVatDefault = true; export declare const createEntityBodySettingsTaxRulesEuAutoReverseChargeDefault = false; export declare const createEntityBodySettingsTaxRulesEuAutoRemoveTaxExportDefault = false; export declare const createEntityBodySettingsTaxRulesEuRequireGrossPricesDefault = false; export declare const createEntityBodySettingsOverdueNotificationsEnabledDefault = false; export declare const createEntityBodySettingsOverdueNotificationsThresholdDaysItemExclusiveMin = 0; export declare const createEntityBodySettingsOverdueNotificationsThresholdDaysDefault: number[]; export declare const createEntityBodySettingsUpnQrDisplayModeDefault = "qr_only"; export declare const createEntityBodySettingsUpnQrPurposeCodeDefault = "OTHR"; export declare const createEntityBodySettingsUpnQrPurposeCodeMin = 4; export declare const createEntityBodySettingsUpnQrPurposeCodeMax = 4; export declare const createEntityBodySettingsUpnQrPurposeCodeRegExp: RegExp; export declare const createEntityBodySettingsBankAccountsItemTypeDefault = "iban"; export declare const createEntityBodySettingsReceiptNoteMax = 500; export declare const createEntityBodySettingsReceiptFooterMax = 500; export declare const createEntityBodySettingsReceiptSignatureMax = 200; export declare const createEntityBodySettingsEInvoicingEnabledDefault = false; export declare const createEntityBodySettingsEInvoicingProviderDefault = "flowin"; export declare const createEntityBodySettingsEInvoicingAutoSendDefault = false; export declare const CreateEntityBody: zod.ZodObject<{ name: zod.ZodString; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodString; country_code: zod.ZodOptional>; currency_code: zod.ZodOptional>; locale: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; email: zod.ZodOptional>; website: zod.ZodOptional>; fiscal_region_code: zod.ZodOptional>; starting_capital: zod.ZodOptional>; environment: zod.ZodOptional>; is_tax_subject: zod.ZodOptional; is_enabled: zod.ZodOptional; settings: zod.ZodOptional, zod.ZodLiteral<"classic">, zod.ZodLiteral<"condensed">, zod.ZodLiteral<"minimal">, zod.ZodLiteral<"fashion">, zod.ZodLiteral<"timeless_modern_full_data">, zod.ZodLiteral]>>>; number_formats: zod.ZodOptional>; estimate: zod.ZodOptional>; credit_note: zod.ZodOptional>; advance_invoice: zod.ZodOptional>; delivery_note: zod.ZodOptional>; }, zod.z.core.$strip>>>; primary_color: zod.ZodOptional>; logo_scale_percent: zod.ZodOptional>; has_logo: zod.ZodOptional>; has_signature: zod.ZodOptional>; default_invoice_due_days: zod.ZodOptional>; default_estimate_valid_days: zod.ZodOptional>; email_defaults: zod.ZodOptional>; invoice_body: zod.ZodOptional>; estimate_subject: zod.ZodOptional>; estimate_body: zod.ZodOptional>; credit_note_subject: zod.ZodOptional>; credit_note_body: zod.ZodOptional>; advance_invoice_subject: zod.ZodOptional>; advance_invoice_body: zod.ZodOptional>; delivery_note_subject: zod.ZodOptional>; delivery_note_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; default_invoice_note: zod.ZodOptional>; default_invoice_payment_terms: zod.ZodOptional>; default_estimate_note: zod.ZodOptional>; default_estimate_payment_terms: zod.ZodOptional>; default_credit_note_note: zod.ZodOptional>; default_credit_note_payment_terms: zod.ZodOptional>; default_advance_invoice_note: zod.ZodOptional>; default_delivery_note_note: zod.ZodOptional>; document_footer: zod.ZodOptional>; default_document_signature: zod.ZodOptional>; calculation: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; }, zod.z.core.$strip>>>; slovenia: 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>>>; furs: zod.ZodOptional; default_skip_fiscalization: zod.ZodDefault; numbering_strategy: zod.ZodOptional>; operator_tax_number: zod.ZodOptional; operator_label: zod.ZodOptional; foreign_operator: zod.ZodOptional; environment: zod.ZodOptional>; }, zod.z.core.$strip>>>; fina: zod.ZodOptional; operator_oib: zod.ZodOptional; operator_label: zod.ZodOptional; u_sust_pdv: zod.ZodDefault; numbering_sequence: zod.ZodDefault>; unified_numbering: zod.ZodOptional>; certificate_expiry: zod.ZodOptional; }, zod.z.core.$strip>>>; pt: zod.ZodOptional; operator_last_name: zod.ZodOptional; operator_tax_number: zod.ZodOptional; }, zod.z.core.$strip>>>; tax_rules: zod.ZodOptional; auto_reverse_charge: zod.ZodDefault; auto_remove_tax_export: zod.ZodDefault; require_gross_prices: zod.ZodDefault; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; overdue_notifications: zod.ZodOptional; threshold_days: zod.ZodDefault>; email_subject: zod.ZodOptional>; email_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; upn_qr: zod.ZodOptional>; purpose_code: zod.ZodDefault; }, zod.z.core.$strip>>>; epc_qr: zod.ZodOptional>>; bank_accounts: zod.ZodOptional>; name: zod.ZodOptional>; bank_name: zod.ZodOptional>; iban: zod.ZodOptional>; account_number: zod.ZodOptional>; bic: zod.ZodOptional>; routing_number: zod.ZodOptional>; sort_code: zod.ZodOptional>; is_default: zod.ZodOptional>; }, zod.z.core.$strip>>>>; eslog_validation_enabled: zod.ZodOptional>; delivery_note_hide_prices: zod.ZodOptional>; credit_note_negative_values: zod.ZodOptional>; show_payment_amounts: zod.ZodOptional>; receipt_note: zod.ZodOptional>; receipt_footer: zod.ZodOptional>; receipt_signature: zod.ZodOptional>; tax_clause_defaults: zod.ZodOptional>; intra_eu_b2b: zod.ZodOptional>; intra_eu_b2c: zod.ZodOptional>; "3w_b2b": zod.ZodOptional>; "3w_b2c": zod.ZodOptional>; export: zod.ZodOptional>; }, zod.z.core.$strip>>>; e_invoicing: zod.ZodOptional; provider: zod.ZodDefault>; auto_send: zod.ZodDefault; default_scheme_id: zod.ZodOptional; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>; metadata: zod.ZodOptional>>; }, zod.z.core.$strip>; /** * Retrieve a paginated list of entities with optional filtering and sorting. Supports cursor-based pagination for efficient navigation, flexible JSON querying with MongoDB-style operators, full-text search across entity names and countries, and sorting by various entity properties. * @summary List all entities */ export declare const getEntitiesQueryLimitDefault = 10; export declare const getEntitiesQueryLimitMax = 100; export declare const getEntitiesQueryEnvironmentDefault = "live"; export declare const GetEntitiesQueryParams: zod.ZodObject<{ limit: zod.ZodDefault; next_cursor: zod.ZodOptional; prev_cursor: zod.ZodOptional; include_total_count: zod.ZodOptional; order_by: zod.ZodOptional, zod.ZodArray>]>>; query: zod.ZodOptional; search: zod.ZodOptional; environment: zod.ZodDefault>; }, zod.z.core.$strip>; export declare const getEntitiesHeaderXAccountIdRegExp: RegExp; export declare const GetEntitiesHeader: zod.ZodObject<{ "x-account-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const getEntitiesResponseDataItemIdMax = 36; export declare const getEntitiesResponseDataItemNameMax = 255; export declare const getEntitiesResponseDataItemAddressMax = 500; export declare const getEntitiesResponseDataItemAddress2Max = 500; export declare const getEntitiesResponseDataItemPostCodeMax = 20; export declare const getEntitiesResponseDataItemCityMax = 100; export declare const getEntitiesResponseDataItemStateMax = 100; export declare const getEntitiesResponseDataItemCountryMax = 100; export declare const getEntitiesResponseDataItemCountryCodeMax = 2; export declare const getEntitiesResponseDataItemCurrencyCodeMax = 3; export declare const getEntitiesResponseDataItemLocaleMax = 20; export declare const getEntitiesResponseDataItemTaxNumberMax = 50; export declare const getEntitiesResponseDataItemTaxNumber2Max = 50; export declare const getEntitiesResponseDataItemCompanyNumberMax = 50; export declare const getEntitiesResponseDataItemPhoneMax = 50; export declare const getEntitiesResponseDataItemEmailMax = 255; export declare const getEntitiesResponseDataItemWebsiteMax = 500; export declare const getEntitiesResponseDataItemFiscalRegionCodeMax = 10; export declare const getEntitiesResponseDataItemStartingCapitalMin = -140737488355328; export declare const getEntitiesResponseDataItemStartingCapitalMax = 140737488355327; export declare const getEntitiesResponseDataItemAccountIdMax = 36; export declare const getEntitiesResponseDataItemSettingsPrimaryColorRegExp: RegExp; export declare const getEntitiesResponseDataItemSettingsLogoScalePercentMin = 30; export declare const getEntitiesResponseDataItemSettingsLogoScalePercentMax = 100; export declare const getEntitiesResponseDataItemSettingsDefaultInvoiceDueDaysExclusiveMin = 0; export declare const getEntitiesResponseDataItemSettingsDefaultEstimateValidDaysExclusiveMin = 0; export declare const getEntitiesResponseDataItemSettingsDocumentFooterMax = 500; export declare const getEntitiesResponseDataItemSettingsSloveniaYearlyReportingActivityCodeMax = 10; export declare const getEntitiesResponseDataItemSettingsSloveniaYearlyReportingRegistrationNumberMax = 50; export declare const getEntitiesResponseDataItemSettingsSloveniaYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const getEntitiesResponseDataItemSettingsSloveniaYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsReceivablesMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPayablesMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const getEntitiesResponseDataItemSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const getEntitiesResponseDataItemSettingsFursEnabledDefault = false; export declare const getEntitiesResponseDataItemSettingsFursDefaultSkipFiscalizationDefault = false; export declare const getEntitiesResponseDataItemSettingsFinaEnabledDefault = false; export declare const getEntitiesResponseDataItemSettingsFinaOperatorOibMin = 11; export declare const getEntitiesResponseDataItemSettingsFinaOperatorOibMax = 11; export declare const getEntitiesResponseDataItemSettingsFinaUSustPdvDefault = true; export declare const getEntitiesResponseDataItemSettingsFinaNumberingSequenceDefault = "P"; export declare const getEntitiesResponseDataItemSettingsPtOperatorTaxNumberRegExp: RegExp; export declare const getEntitiesResponseDataItemSettingsTaxRulesEuViesValidateVatDefault = true; export declare const getEntitiesResponseDataItemSettingsTaxRulesEuAutoReverseChargeDefault = false; export declare const getEntitiesResponseDataItemSettingsTaxRulesEuAutoRemoveTaxExportDefault = false; export declare const getEntitiesResponseDataItemSettingsTaxRulesEuRequireGrossPricesDefault = false; export declare const getEntitiesResponseDataItemSettingsOverdueNotificationsEnabledDefault = false; export declare const getEntitiesResponseDataItemSettingsOverdueNotificationsThresholdDaysItemExclusiveMin = 0; export declare const getEntitiesResponseDataItemSettingsOverdueNotificationsThresholdDaysDefault: number[]; export declare const getEntitiesResponseDataItemSettingsUpnQrDisplayModeDefault = "qr_only"; export declare const getEntitiesResponseDataItemSettingsUpnQrPurposeCodeDefault = "OTHR"; export declare const getEntitiesResponseDataItemSettingsUpnQrPurposeCodeMin = 4; export declare const getEntitiesResponseDataItemSettingsUpnQrPurposeCodeMax = 4; export declare const getEntitiesResponseDataItemSettingsUpnQrPurposeCodeRegExp: RegExp; export declare const getEntitiesResponseDataItemSettingsBankAccountsItemTypeDefault = "iban"; export declare const getEntitiesResponseDataItemSettingsReceiptNoteMax = 500; export declare const getEntitiesResponseDataItemSettingsReceiptFooterMax = 500; export declare const getEntitiesResponseDataItemSettingsReceiptSignatureMax = 200; export declare const getEntitiesResponseDataItemSettingsEInvoicingEnabledDefault = false; export declare const getEntitiesResponseDataItemSettingsEInvoicingProviderDefault = "flowin"; export declare const getEntitiesResponseDataItemSettingsEInvoicingAutoSendDefault = false; export declare const GetEntitiesResponse: zod.ZodObject<{ data: zod.ZodArray>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodString; country_code: zod.ZodString; currency_code: zod.ZodOptional>; locale: zod.ZodString; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; email: zod.ZodOptional>; website: zod.ZodOptional>; fiscal_region_code: zod.ZodOptional>; starting_capital: zod.ZodOptional>; account_id: zod.ZodString; environment: zod.ZodEnum<{ live: "live"; sandbox: "sandbox"; }>; is_tax_subject: zod.ZodBoolean; is_enabled: zod.ZodBoolean; settings: zod.ZodObject<{ pdf_template: zod.ZodOptional, zod.ZodLiteral<"classic">, zod.ZodLiteral<"condensed">, zod.ZodLiteral<"minimal">, zod.ZodLiteral<"fashion">, zod.ZodLiteral<"timeless_modern_full_data">, zod.ZodLiteral]>>>; number_formats: zod.ZodOptional>; estimate: zod.ZodOptional>; credit_note: zod.ZodOptional>; advance_invoice: zod.ZodOptional>; delivery_note: zod.ZodOptional>; }, zod.z.core.$strip>>>; primary_color: zod.ZodOptional>; logo_scale_percent: zod.ZodOptional>; has_logo: zod.ZodOptional>; has_signature: zod.ZodOptional>; default_invoice_due_days: zod.ZodOptional>; default_estimate_valid_days: zod.ZodOptional>; email_defaults: zod.ZodOptional>; invoice_body: zod.ZodOptional>; estimate_subject: zod.ZodOptional>; estimate_body: zod.ZodOptional>; credit_note_subject: zod.ZodOptional>; credit_note_body: zod.ZodOptional>; advance_invoice_subject: zod.ZodOptional>; advance_invoice_body: zod.ZodOptional>; delivery_note_subject: zod.ZodOptional>; delivery_note_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; default_invoice_note: zod.ZodOptional>; default_invoice_payment_terms: zod.ZodOptional>; default_estimate_note: zod.ZodOptional>; default_estimate_payment_terms: zod.ZodOptional>; default_credit_note_note: zod.ZodOptional>; default_credit_note_payment_terms: zod.ZodOptional>; default_advance_invoice_note: zod.ZodOptional>; default_delivery_note_note: zod.ZodOptional>; document_footer: zod.ZodOptional>; default_document_signature: zod.ZodOptional>; calculation: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; }, zod.z.core.$strip>>>; slovenia: 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>>>; furs: zod.ZodOptional; default_skip_fiscalization: zod.ZodDefault; numbering_strategy: zod.ZodOptional>; operator_tax_number: zod.ZodOptional; operator_label: zod.ZodOptional; foreign_operator: zod.ZodOptional; environment: zod.ZodOptional>; }, zod.z.core.$strip>>>; fina: zod.ZodOptional; operator_oib: zod.ZodOptional; operator_label: zod.ZodOptional; u_sust_pdv: zod.ZodDefault; numbering_sequence: zod.ZodDefault>; unified_numbering: zod.ZodOptional>; certificate_expiry: zod.ZodOptional; }, zod.z.core.$strip>>>; pt: zod.ZodOptional; operator_last_name: zod.ZodOptional; operator_tax_number: zod.ZodOptional; }, zod.z.core.$strip>>>; tax_rules: zod.ZodOptional; auto_reverse_charge: zod.ZodDefault; auto_remove_tax_export: zod.ZodDefault; require_gross_prices: zod.ZodDefault; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; overdue_notifications: zod.ZodOptional; threshold_days: zod.ZodDefault>; email_subject: zod.ZodOptional>; email_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; upn_qr: zod.ZodOptional>; purpose_code: zod.ZodDefault; }, zod.z.core.$strip>>>; epc_qr: zod.ZodOptional>>; bank_accounts: zod.ZodOptional>; name: zod.ZodOptional>; bank_name: zod.ZodOptional>; iban: zod.ZodOptional>; account_number: zod.ZodOptional>; bic: zod.ZodOptional>; routing_number: zod.ZodOptional>; sort_code: zod.ZodOptional>; is_default: zod.ZodOptional>; }, zod.z.core.$strip>>>>; eslog_validation_enabled: zod.ZodOptional>; delivery_note_hide_prices: zod.ZodOptional>; credit_note_negative_values: zod.ZodOptional>; show_payment_amounts: zod.ZodOptional>; receipt_note: zod.ZodOptional>; receipt_footer: zod.ZodOptional>; receipt_signature: zod.ZodOptional>; tax_clause_defaults: zod.ZodOptional>; intra_eu_b2b: zod.ZodOptional>; intra_eu_b2c: zod.ZodOptional>; "3w_b2b": zod.ZodOptional>; "3w_b2c": zod.ZodOptional>; export: zod.ZodOptional>; }, zod.z.core.$strip>>>; e_invoicing: zod.ZodOptional; provider: zod.ZodDefault>; auto_send: zod.ZodDefault; default_scheme_id: zod.ZodOptional; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; country_rules: zod.ZodObject<{ max_taxes_per_item: zod.ZodNumber; features: zod.ZodArray; }, zod.z.core.$strip>; }, zod.z.core.$strip>>; pagination: zod.ZodObject<{ total: zod.ZodNumber; next_cursor: zod.ZodNullable; prev_cursor: zod.ZodNullable; has_more: zod.ZodBoolean; }, zod.z.core.$strip>; }, zod.z.core.$strip>; /** * Retrieve a single legal entity by its unique identifier. Returns the full entity including settings, metadata, and computed country rules. * @summary Get entity by ID */ export declare const getEntityByIdPathIdRegExp: RegExp; export declare const GetEntityByIdParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const getEntityByIdHeaderXAccountIdRegExp: RegExp; export declare const GetEntityByIdHeader: zod.ZodObject<{ "x-account-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const getEntityByIdResponseIdMax = 36; export declare const getEntityByIdResponseNameMax = 255; export declare const getEntityByIdResponseAddressMax = 500; export declare const getEntityByIdResponseAddress2Max = 500; export declare const getEntityByIdResponsePostCodeMax = 20; export declare const getEntityByIdResponseCityMax = 100; export declare const getEntityByIdResponseStateMax = 100; export declare const getEntityByIdResponseCountryMax = 100; export declare const getEntityByIdResponseCountryCodeMax = 2; export declare const getEntityByIdResponseCurrencyCodeMax = 3; export declare const getEntityByIdResponseLocaleMax = 20; export declare const getEntityByIdResponseTaxNumberMax = 50; export declare const getEntityByIdResponseTaxNumber2Max = 50; export declare const getEntityByIdResponseCompanyNumberMax = 50; export declare const getEntityByIdResponsePhoneMax = 50; export declare const getEntityByIdResponseEmailMax = 255; export declare const getEntityByIdResponseWebsiteMax = 500; export declare const getEntityByIdResponseFiscalRegionCodeMax = 10; export declare const getEntityByIdResponseStartingCapitalMin = -140737488355328; export declare const getEntityByIdResponseStartingCapitalMax = 140737488355327; export declare const getEntityByIdResponseAccountIdMax = 36; export declare const getEntityByIdResponseSettingsPrimaryColorRegExp: RegExp; export declare const getEntityByIdResponseSettingsLogoScalePercentMin = 30; export declare const getEntityByIdResponseSettingsLogoScalePercentMax = 100; export declare const getEntityByIdResponseSettingsDefaultInvoiceDueDaysExclusiveMin = 0; export declare const getEntityByIdResponseSettingsDefaultEstimateValidDaysExclusiveMin = 0; export declare const getEntityByIdResponseSettingsDocumentFooterMax = 500; export declare const getEntityByIdResponseSettingsSloveniaYearlyReportingActivityCodeMax = 10; export declare const getEntityByIdResponseSettingsSloveniaYearlyReportingRegistrationNumberMax = 50; export declare const getEntityByIdResponseSettingsSloveniaYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const getEntityByIdResponseSettingsSloveniaYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsReceivablesMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPayablesMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const getEntityByIdResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const getEntityByIdResponseSettingsFursEnabledDefault = false; export declare const getEntityByIdResponseSettingsFursDefaultSkipFiscalizationDefault = false; export declare const getEntityByIdResponseSettingsFinaEnabledDefault = false; export declare const getEntityByIdResponseSettingsFinaOperatorOibMin = 11; export declare const getEntityByIdResponseSettingsFinaOperatorOibMax = 11; export declare const getEntityByIdResponseSettingsFinaUSustPdvDefault = true; export declare const getEntityByIdResponseSettingsFinaNumberingSequenceDefault = "P"; export declare const getEntityByIdResponseSettingsPtOperatorTaxNumberRegExp: RegExp; export declare const getEntityByIdResponseSettingsTaxRulesEuViesValidateVatDefault = true; export declare const getEntityByIdResponseSettingsTaxRulesEuAutoReverseChargeDefault = false; export declare const getEntityByIdResponseSettingsTaxRulesEuAutoRemoveTaxExportDefault = false; export declare const getEntityByIdResponseSettingsTaxRulesEuRequireGrossPricesDefault = false; export declare const getEntityByIdResponseSettingsOverdueNotificationsEnabledDefault = false; export declare const getEntityByIdResponseSettingsOverdueNotificationsThresholdDaysItemExclusiveMin = 0; export declare const getEntityByIdResponseSettingsOverdueNotificationsThresholdDaysDefault: number[]; export declare const getEntityByIdResponseSettingsUpnQrDisplayModeDefault = "qr_only"; export declare const getEntityByIdResponseSettingsUpnQrPurposeCodeDefault = "OTHR"; export declare const getEntityByIdResponseSettingsUpnQrPurposeCodeMin = 4; export declare const getEntityByIdResponseSettingsUpnQrPurposeCodeMax = 4; export declare const getEntityByIdResponseSettingsUpnQrPurposeCodeRegExp: RegExp; export declare const getEntityByIdResponseSettingsBankAccountsItemTypeDefault = "iban"; export declare const getEntityByIdResponseSettingsReceiptNoteMax = 500; export declare const getEntityByIdResponseSettingsReceiptFooterMax = 500; export declare const getEntityByIdResponseSettingsReceiptSignatureMax = 200; export declare const getEntityByIdResponseSettingsEInvoicingEnabledDefault = false; export declare const getEntityByIdResponseSettingsEInvoicingProviderDefault = "flowin"; export declare const getEntityByIdResponseSettingsEInvoicingAutoSendDefault = false; export declare const GetEntityByIdResponse: zod.ZodObject<{ id: zod.ZodString; name: zod.ZodString; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodString; country_code: zod.ZodString; currency_code: zod.ZodOptional>; locale: zod.ZodString; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; email: zod.ZodOptional>; website: zod.ZodOptional>; fiscal_region_code: zod.ZodOptional>; starting_capital: zod.ZodOptional>; account_id: zod.ZodString; environment: zod.ZodEnum<{ live: "live"; sandbox: "sandbox"; }>; is_tax_subject: zod.ZodBoolean; is_enabled: zod.ZodBoolean; settings: zod.ZodObject<{ pdf_template: zod.ZodOptional, zod.ZodLiteral<"classic">, zod.ZodLiteral<"condensed">, zod.ZodLiteral<"minimal">, zod.ZodLiteral<"fashion">, zod.ZodLiteral<"timeless_modern_full_data">, zod.ZodLiteral]>>>; number_formats: zod.ZodOptional>; estimate: zod.ZodOptional>; credit_note: zod.ZodOptional>; advance_invoice: zod.ZodOptional>; delivery_note: zod.ZodOptional>; }, zod.z.core.$strip>>>; primary_color: zod.ZodOptional>; logo_scale_percent: zod.ZodOptional>; has_logo: zod.ZodOptional>; has_signature: zod.ZodOptional>; default_invoice_due_days: zod.ZodOptional>; default_estimate_valid_days: zod.ZodOptional>; email_defaults: zod.ZodOptional>; invoice_body: zod.ZodOptional>; estimate_subject: zod.ZodOptional>; estimate_body: zod.ZodOptional>; credit_note_subject: zod.ZodOptional>; credit_note_body: zod.ZodOptional>; advance_invoice_subject: zod.ZodOptional>; advance_invoice_body: zod.ZodOptional>; delivery_note_subject: zod.ZodOptional>; delivery_note_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; default_invoice_note: zod.ZodOptional>; default_invoice_payment_terms: zod.ZodOptional>; default_estimate_note: zod.ZodOptional>; default_estimate_payment_terms: zod.ZodOptional>; default_credit_note_note: zod.ZodOptional>; default_credit_note_payment_terms: zod.ZodOptional>; default_advance_invoice_note: zod.ZodOptional>; default_delivery_note_note: zod.ZodOptional>; document_footer: zod.ZodOptional>; default_document_signature: zod.ZodOptional>; calculation: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; }, zod.z.core.$strip>>>; slovenia: 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>>>; furs: zod.ZodOptional; default_skip_fiscalization: zod.ZodDefault; numbering_strategy: zod.ZodOptional>; operator_tax_number: zod.ZodOptional; operator_label: zod.ZodOptional; foreign_operator: zod.ZodOptional; environment: zod.ZodOptional>; }, zod.z.core.$strip>>>; fina: zod.ZodOptional; operator_oib: zod.ZodOptional; operator_label: zod.ZodOptional; u_sust_pdv: zod.ZodDefault; numbering_sequence: zod.ZodDefault>; unified_numbering: zod.ZodOptional>; certificate_expiry: zod.ZodOptional; }, zod.z.core.$strip>>>; pt: zod.ZodOptional; operator_last_name: zod.ZodOptional; operator_tax_number: zod.ZodOptional; }, zod.z.core.$strip>>>; tax_rules: zod.ZodOptional; auto_reverse_charge: zod.ZodDefault; auto_remove_tax_export: zod.ZodDefault; require_gross_prices: zod.ZodDefault; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; overdue_notifications: zod.ZodOptional; threshold_days: zod.ZodDefault>; email_subject: zod.ZodOptional>; email_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; upn_qr: zod.ZodOptional>; purpose_code: zod.ZodDefault; }, zod.z.core.$strip>>>; epc_qr: zod.ZodOptional>>; bank_accounts: zod.ZodOptional>; name: zod.ZodOptional>; bank_name: zod.ZodOptional>; iban: zod.ZodOptional>; account_number: zod.ZodOptional>; bic: zod.ZodOptional>; routing_number: zod.ZodOptional>; sort_code: zod.ZodOptional>; is_default: zod.ZodOptional>; }, zod.z.core.$strip>>>>; eslog_validation_enabled: zod.ZodOptional>; delivery_note_hide_prices: zod.ZodOptional>; credit_note_negative_values: zod.ZodOptional>; show_payment_amounts: zod.ZodOptional>; receipt_note: zod.ZodOptional>; receipt_footer: zod.ZodOptional>; receipt_signature: zod.ZodOptional>; tax_clause_defaults: zod.ZodOptional>; intra_eu_b2b: zod.ZodOptional>; intra_eu_b2c: zod.ZodOptional>; "3w_b2b": zod.ZodOptional>; "3w_b2c": zod.ZodOptional>; export: zod.ZodOptional>; }, zod.z.core.$strip>>>; e_invoicing: zod.ZodOptional; provider: zod.ZodDefault>; auto_send: zod.ZodDefault; default_scheme_id: zod.ZodOptional; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; country_rules: zod.ZodObject<{ max_taxes_per_item: zod.ZodNumber; features: zod.ZodArray; }, zod.z.core.$strip>; }, zod.z.core.$strip>; /** * Update an existing entity's details. All fields are optional; only provided fields will be updated. Use this to modify entity information, address, tax details, or custom settings. Note: Country and country_code cannot be changed after entity creation. * @summary Update an entity */ export declare const patchEntityPathIdRegExp: RegExp; export declare const PatchEntityParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const patchEntityHeaderXAccountIdRegExp: RegExp; export declare const PatchEntityHeader: zod.ZodObject<{ "x-account-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const patchEntityBodyAddressMax = 500; export declare const patchEntityBodyAddress2Max = 500; export declare const patchEntityBodyPostCodeMax = 20; export declare const patchEntityBodyCityMax = 100; export declare const patchEntityBodyStateMax = 100; export declare const patchEntityBodyCurrencyCodeMax = 3; export declare const patchEntityBodyLocaleMax = 20; export declare const patchEntityBodyTaxNumberMax = 50; export declare const patchEntityBodyTaxNumber2Max = 50; export declare const patchEntityBodyCompanyNumberMax = 50; export declare const patchEntityBodyPhoneMax = 50; export declare const patchEntityBodyEmailMax = 255; export declare const patchEntityBodyWebsiteMax = 500; export declare const patchEntityBodyFiscalRegionCodeMax = 10; export declare const patchEntityBodyStartingCapitalMin = -140737488355328; export declare const patchEntityBodyStartingCapitalMax = 140737488355327; export declare const patchEntityBodySettingsPrimaryColorRegExp: RegExp; export declare const patchEntityBodySettingsLogoScalePercentMin = 30; export declare const patchEntityBodySettingsLogoScalePercentMax = 100; export declare const patchEntityBodySettingsDefaultInvoiceDueDaysExclusiveMin = 0; export declare const patchEntityBodySettingsDefaultEstimateValidDaysExclusiveMin = 0; export declare const patchEntityBodySettingsDocumentFooterMax = 500; export declare const patchEntityBodySettingsSloveniaYearlyReportingActivityCodeMax = 10; export declare const patchEntityBodySettingsSloveniaYearlyReportingRegistrationNumberMax = 50; export declare const patchEntityBodySettingsSloveniaYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const patchEntityBodySettingsSloveniaYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsReceivablesMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPayablesMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const patchEntityBodySettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const patchEntityBodySettingsFursEnabledDefault = false; export declare const patchEntityBodySettingsFursDefaultSkipFiscalizationDefault = false; export declare const patchEntityBodySettingsFinaEnabledDefault = false; export declare const patchEntityBodySettingsFinaOperatorOibMin = 11; export declare const patchEntityBodySettingsFinaOperatorOibMax = 11; export declare const patchEntityBodySettingsFinaUSustPdvDefault = true; export declare const patchEntityBodySettingsFinaNumberingSequenceDefault = "P"; export declare const patchEntityBodySettingsPtOperatorTaxNumberRegExp: RegExp; export declare const patchEntityBodySettingsTaxRulesEuViesValidateVatDefault = true; export declare const patchEntityBodySettingsTaxRulesEuAutoReverseChargeDefault = false; export declare const patchEntityBodySettingsTaxRulesEuAutoRemoveTaxExportDefault = false; export declare const patchEntityBodySettingsTaxRulesEuRequireGrossPricesDefault = false; export declare const patchEntityBodySettingsOverdueNotificationsEnabledDefault = false; export declare const patchEntityBodySettingsOverdueNotificationsThresholdDaysItemExclusiveMin = 0; export declare const patchEntityBodySettingsOverdueNotificationsThresholdDaysDefault: number[]; export declare const patchEntityBodySettingsUpnQrDisplayModeDefault = "qr_only"; export declare const patchEntityBodySettingsUpnQrPurposeCodeDefault = "OTHR"; export declare const patchEntityBodySettingsUpnQrPurposeCodeMin = 4; export declare const patchEntityBodySettingsUpnQrPurposeCodeMax = 4; export declare const patchEntityBodySettingsUpnQrPurposeCodeRegExp: RegExp; export declare const patchEntityBodySettingsBankAccountsItemTypeDefault = "iban"; export declare const patchEntityBodySettingsReceiptNoteMax = 500; export declare const patchEntityBodySettingsReceiptFooterMax = 500; export declare const patchEntityBodySettingsReceiptSignatureMax = 200; export declare const patchEntityBodySettingsEInvoicingEnabledDefault = false; export declare const patchEntityBodySettingsEInvoicingProviderDefault = "flowin"; export declare const patchEntityBodySettingsEInvoicingAutoSendDefault = false; export declare const PatchEntityBody: zod.ZodObject<{ name: zod.ZodOptional; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; currency_code: zod.ZodOptional>; locale: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; email: zod.ZodOptional>; website: zod.ZodOptional>; fiscal_region_code: zod.ZodOptional>; starting_capital: zod.ZodOptional>; is_tax_subject: zod.ZodOptional; is_enabled: zod.ZodOptional; settings: zod.ZodOptional, zod.ZodLiteral<"classic">, zod.ZodLiteral<"condensed">, zod.ZodLiteral<"minimal">, zod.ZodLiteral<"fashion">, zod.ZodLiteral<"timeless_modern_full_data">, zod.ZodLiteral]>>>; number_formats: zod.ZodOptional>; estimate: zod.ZodOptional>; credit_note: zod.ZodOptional>; advance_invoice: zod.ZodOptional>; delivery_note: zod.ZodOptional>; }, zod.z.core.$strip>>>; primary_color: zod.ZodOptional>; logo_scale_percent: zod.ZodOptional>; has_logo: zod.ZodOptional>; has_signature: zod.ZodOptional>; default_invoice_due_days: zod.ZodOptional>; default_estimate_valid_days: zod.ZodOptional>; email_defaults: zod.ZodOptional>; invoice_body: zod.ZodOptional>; estimate_subject: zod.ZodOptional>; estimate_body: zod.ZodOptional>; credit_note_subject: zod.ZodOptional>; credit_note_body: zod.ZodOptional>; advance_invoice_subject: zod.ZodOptional>; advance_invoice_body: zod.ZodOptional>; delivery_note_subject: zod.ZodOptional>; delivery_note_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; default_invoice_note: zod.ZodOptional>; default_invoice_payment_terms: zod.ZodOptional>; default_estimate_note: zod.ZodOptional>; default_estimate_payment_terms: zod.ZodOptional>; default_credit_note_note: zod.ZodOptional>; default_credit_note_payment_terms: zod.ZodOptional>; default_advance_invoice_note: zod.ZodOptional>; default_delivery_note_note: zod.ZodOptional>; document_footer: zod.ZodOptional>; default_document_signature: zod.ZodOptional>; calculation: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; }, zod.z.core.$strip>>>; slovenia: 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>>>; furs: zod.ZodOptional; default_skip_fiscalization: zod.ZodDefault; numbering_strategy: zod.ZodOptional>; operator_tax_number: zod.ZodOptional; operator_label: zod.ZodOptional; foreign_operator: zod.ZodOptional; environment: zod.ZodOptional>; }, zod.z.core.$strip>>>; fina: zod.ZodOptional; operator_oib: zod.ZodOptional; operator_label: zod.ZodOptional; u_sust_pdv: zod.ZodDefault; numbering_sequence: zod.ZodDefault>; unified_numbering: zod.ZodOptional>; certificate_expiry: zod.ZodOptional; }, zod.z.core.$strip>>>; pt: zod.ZodOptional; operator_last_name: zod.ZodOptional; operator_tax_number: zod.ZodOptional; }, zod.z.core.$strip>>>; tax_rules: zod.ZodOptional; auto_reverse_charge: zod.ZodDefault; auto_remove_tax_export: zod.ZodDefault; require_gross_prices: zod.ZodDefault; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; overdue_notifications: zod.ZodOptional; threshold_days: zod.ZodDefault>; email_subject: zod.ZodOptional>; email_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; upn_qr: zod.ZodOptional>; purpose_code: zod.ZodDefault; }, zod.z.core.$strip>>>; epc_qr: zod.ZodOptional>>; bank_accounts: zod.ZodOptional>; name: zod.ZodOptional>; bank_name: zod.ZodOptional>; iban: zod.ZodOptional>; account_number: zod.ZodOptional>; bic: zod.ZodOptional>; routing_number: zod.ZodOptional>; sort_code: zod.ZodOptional>; is_default: zod.ZodOptional>; }, zod.z.core.$strip>>>>; eslog_validation_enabled: zod.ZodOptional>; delivery_note_hide_prices: zod.ZodOptional>; credit_note_negative_values: zod.ZodOptional>; show_payment_amounts: zod.ZodOptional>; receipt_note: zod.ZodOptional>; receipt_footer: zod.ZodOptional>; receipt_signature: zod.ZodOptional>; tax_clause_defaults: zod.ZodOptional>; intra_eu_b2b: zod.ZodOptional>; intra_eu_b2c: zod.ZodOptional>; "3w_b2b": zod.ZodOptional>; "3w_b2c": zod.ZodOptional>; export: zod.ZodOptional>; }, zod.z.core.$strip>>>; e_invoicing: zod.ZodOptional; provider: zod.ZodDefault>; auto_send: zod.ZodDefault; default_scheme_id: zod.ZodOptional; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>; metadata: zod.ZodOptional>>; }, zod.z.core.$strip>; export declare const patchEntityResponseIdMax = 36; export declare const patchEntityResponseNameMax = 255; export declare const patchEntityResponseAddressMax = 500; export declare const patchEntityResponseAddress2Max = 500; export declare const patchEntityResponsePostCodeMax = 20; export declare const patchEntityResponseCityMax = 100; export declare const patchEntityResponseStateMax = 100; export declare const patchEntityResponseCountryMax = 100; export declare const patchEntityResponseCountryCodeMax = 2; export declare const patchEntityResponseCurrencyCodeMax = 3; export declare const patchEntityResponseLocaleMax = 20; export declare const patchEntityResponseTaxNumberMax = 50; export declare const patchEntityResponseTaxNumber2Max = 50; export declare const patchEntityResponseCompanyNumberMax = 50; export declare const patchEntityResponsePhoneMax = 50; export declare const patchEntityResponseEmailMax = 255; export declare const patchEntityResponseWebsiteMax = 500; export declare const patchEntityResponseFiscalRegionCodeMax = 10; export declare const patchEntityResponseStartingCapitalMin = -140737488355328; export declare const patchEntityResponseStartingCapitalMax = 140737488355327; export declare const patchEntityResponseAccountIdMax = 36; export declare const patchEntityResponseSettingsPrimaryColorRegExp: RegExp; export declare const patchEntityResponseSettingsLogoScalePercentMin = 30; export declare const patchEntityResponseSettingsLogoScalePercentMax = 100; export declare const patchEntityResponseSettingsDefaultInvoiceDueDaysExclusiveMin = 0; export declare const patchEntityResponseSettingsDefaultEstimateValidDaysExclusiveMin = 0; export declare const patchEntityResponseSettingsDocumentFooterMax = 500; export declare const patchEntityResponseSettingsSloveniaYearlyReportingActivityCodeMax = 10; export declare const patchEntityResponseSettingsSloveniaYearlyReportingRegistrationNumberMax = 50; export declare const patchEntityResponseSettingsSloveniaYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const patchEntityResponseSettingsSloveniaYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsReceivablesMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPayablesMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const patchEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const patchEntityResponseSettingsFursEnabledDefault = false; export declare const patchEntityResponseSettingsFursDefaultSkipFiscalizationDefault = false; export declare const patchEntityResponseSettingsFinaEnabledDefault = false; export declare const patchEntityResponseSettingsFinaOperatorOibMin = 11; export declare const patchEntityResponseSettingsFinaOperatorOibMax = 11; export declare const patchEntityResponseSettingsFinaUSustPdvDefault = true; export declare const patchEntityResponseSettingsFinaNumberingSequenceDefault = "P"; export declare const patchEntityResponseSettingsPtOperatorTaxNumberRegExp: RegExp; export declare const patchEntityResponseSettingsTaxRulesEuViesValidateVatDefault = true; export declare const patchEntityResponseSettingsTaxRulesEuAutoReverseChargeDefault = false; export declare const patchEntityResponseSettingsTaxRulesEuAutoRemoveTaxExportDefault = false; export declare const patchEntityResponseSettingsTaxRulesEuRequireGrossPricesDefault = false; export declare const patchEntityResponseSettingsOverdueNotificationsEnabledDefault = false; export declare const patchEntityResponseSettingsOverdueNotificationsThresholdDaysItemExclusiveMin = 0; export declare const patchEntityResponseSettingsOverdueNotificationsThresholdDaysDefault: number[]; export declare const patchEntityResponseSettingsUpnQrDisplayModeDefault = "qr_only"; export declare const patchEntityResponseSettingsUpnQrPurposeCodeDefault = "OTHR"; export declare const patchEntityResponseSettingsUpnQrPurposeCodeMin = 4; export declare const patchEntityResponseSettingsUpnQrPurposeCodeMax = 4; export declare const patchEntityResponseSettingsUpnQrPurposeCodeRegExp: RegExp; export declare const patchEntityResponseSettingsBankAccountsItemTypeDefault = "iban"; export declare const patchEntityResponseSettingsReceiptNoteMax = 500; export declare const patchEntityResponseSettingsReceiptFooterMax = 500; export declare const patchEntityResponseSettingsReceiptSignatureMax = 200; export declare const patchEntityResponseSettingsEInvoicingEnabledDefault = false; export declare const patchEntityResponseSettingsEInvoicingProviderDefault = "flowin"; export declare const patchEntityResponseSettingsEInvoicingAutoSendDefault = false; export declare const PatchEntityResponse: zod.ZodObject<{ id: zod.ZodString; name: zod.ZodString; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodString; country_code: zod.ZodString; currency_code: zod.ZodOptional>; locale: zod.ZodString; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; email: zod.ZodOptional>; website: zod.ZodOptional>; fiscal_region_code: zod.ZodOptional>; starting_capital: zod.ZodOptional>; account_id: zod.ZodString; environment: zod.ZodEnum<{ live: "live"; sandbox: "sandbox"; }>; is_tax_subject: zod.ZodBoolean; is_enabled: zod.ZodBoolean; settings: zod.ZodObject<{ pdf_template: zod.ZodOptional, zod.ZodLiteral<"classic">, zod.ZodLiteral<"condensed">, zod.ZodLiteral<"minimal">, zod.ZodLiteral<"fashion">, zod.ZodLiteral<"timeless_modern_full_data">, zod.ZodLiteral]>>>; number_formats: zod.ZodOptional>; estimate: zod.ZodOptional>; credit_note: zod.ZodOptional>; advance_invoice: zod.ZodOptional>; delivery_note: zod.ZodOptional>; }, zod.z.core.$strip>>>; primary_color: zod.ZodOptional>; logo_scale_percent: zod.ZodOptional>; has_logo: zod.ZodOptional>; has_signature: zod.ZodOptional>; default_invoice_due_days: zod.ZodOptional>; default_estimate_valid_days: zod.ZodOptional>; email_defaults: zod.ZodOptional>; invoice_body: zod.ZodOptional>; estimate_subject: zod.ZodOptional>; estimate_body: zod.ZodOptional>; credit_note_subject: zod.ZodOptional>; credit_note_body: zod.ZodOptional>; advance_invoice_subject: zod.ZodOptional>; advance_invoice_body: zod.ZodOptional>; delivery_note_subject: zod.ZodOptional>; delivery_note_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; default_invoice_note: zod.ZodOptional>; default_invoice_payment_terms: zod.ZodOptional>; default_estimate_note: zod.ZodOptional>; default_estimate_payment_terms: zod.ZodOptional>; default_credit_note_note: zod.ZodOptional>; default_credit_note_payment_terms: zod.ZodOptional>; default_advance_invoice_note: zod.ZodOptional>; default_delivery_note_note: zod.ZodOptional>; document_footer: zod.ZodOptional>; default_document_signature: zod.ZodOptional>; calculation: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; }, zod.z.core.$strip>>>; slovenia: 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>>>; furs: zod.ZodOptional; default_skip_fiscalization: zod.ZodDefault; numbering_strategy: zod.ZodOptional>; operator_tax_number: zod.ZodOptional; operator_label: zod.ZodOptional; foreign_operator: zod.ZodOptional; environment: zod.ZodOptional>; }, zod.z.core.$strip>>>; fina: zod.ZodOptional; operator_oib: zod.ZodOptional; operator_label: zod.ZodOptional; u_sust_pdv: zod.ZodDefault; numbering_sequence: zod.ZodDefault>; unified_numbering: zod.ZodOptional>; certificate_expiry: zod.ZodOptional; }, zod.z.core.$strip>>>; pt: zod.ZodOptional; operator_last_name: zod.ZodOptional; operator_tax_number: zod.ZodOptional; }, zod.z.core.$strip>>>; tax_rules: zod.ZodOptional; auto_reverse_charge: zod.ZodDefault; auto_remove_tax_export: zod.ZodDefault; require_gross_prices: zod.ZodDefault; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; overdue_notifications: zod.ZodOptional; threshold_days: zod.ZodDefault>; email_subject: zod.ZodOptional>; email_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; upn_qr: zod.ZodOptional>; purpose_code: zod.ZodDefault; }, zod.z.core.$strip>>>; epc_qr: zod.ZodOptional>>; bank_accounts: zod.ZodOptional>; name: zod.ZodOptional>; bank_name: zod.ZodOptional>; iban: zod.ZodOptional>; account_number: zod.ZodOptional>; bic: zod.ZodOptional>; routing_number: zod.ZodOptional>; sort_code: zod.ZodOptional>; is_default: zod.ZodOptional>; }, zod.z.core.$strip>>>>; eslog_validation_enabled: zod.ZodOptional>; delivery_note_hide_prices: zod.ZodOptional>; credit_note_negative_values: zod.ZodOptional>; show_payment_amounts: zod.ZodOptional>; receipt_note: zod.ZodOptional>; receipt_footer: zod.ZodOptional>; receipt_signature: zod.ZodOptional>; tax_clause_defaults: zod.ZodOptional>; intra_eu_b2b: zod.ZodOptional>; intra_eu_b2c: zod.ZodOptional>; "3w_b2b": zod.ZodOptional>; "3w_b2c": zod.ZodOptional>; export: zod.ZodOptional>; }, zod.z.core.$strip>>>; e_invoicing: zod.ZodOptional; provider: zod.ZodDefault>; auto_send: zod.ZodDefault; default_scheme_id: zod.ZodOptional; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; country_rules: zod.ZodObject<{ max_taxes_per_item: zod.ZodNumber; features: zod.ZodArray; }, zod.z.core.$strip>; }, zod.z.core.$strip>; /** * Re-enable a disabled entity. Enabled entities can create documents (invoices, estimates, credit notes, etc.). This operation is idempotent - enabling an already enabled entity has no effect. * @summary Enable an entity */ export declare const enableEntityPathIdRegExp: RegExp; export declare const EnableEntityParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const enableEntityHeaderXAccountIdRegExp: RegExp; export declare const EnableEntityHeader: zod.ZodObject<{ "x-account-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const enableEntityResponseIdMax = 36; export declare const enableEntityResponseNameMax = 255; export declare const enableEntityResponseAddressMax = 500; export declare const enableEntityResponseAddress2Max = 500; export declare const enableEntityResponsePostCodeMax = 20; export declare const enableEntityResponseCityMax = 100; export declare const enableEntityResponseStateMax = 100; export declare const enableEntityResponseCountryMax = 100; export declare const enableEntityResponseCountryCodeMax = 2; export declare const enableEntityResponseCurrencyCodeMax = 3; export declare const enableEntityResponseLocaleMax = 20; export declare const enableEntityResponseTaxNumberMax = 50; export declare const enableEntityResponseTaxNumber2Max = 50; export declare const enableEntityResponseCompanyNumberMax = 50; export declare const enableEntityResponsePhoneMax = 50; export declare const enableEntityResponseEmailMax = 255; export declare const enableEntityResponseWebsiteMax = 500; export declare const enableEntityResponseFiscalRegionCodeMax = 10; export declare const enableEntityResponseStartingCapitalMin = -140737488355328; export declare const enableEntityResponseStartingCapitalMax = 140737488355327; export declare const enableEntityResponseAccountIdMax = 36; export declare const enableEntityResponseSettingsPrimaryColorRegExp: RegExp; export declare const enableEntityResponseSettingsLogoScalePercentMin = 30; export declare const enableEntityResponseSettingsLogoScalePercentMax = 100; export declare const enableEntityResponseSettingsDefaultInvoiceDueDaysExclusiveMin = 0; export declare const enableEntityResponseSettingsDefaultEstimateValidDaysExclusiveMin = 0; export declare const enableEntityResponseSettingsDocumentFooterMax = 500; export declare const enableEntityResponseSettingsSloveniaYearlyReportingActivityCodeMax = 10; export declare const enableEntityResponseSettingsSloveniaYearlyReportingRegistrationNumberMax = 50; export declare const enableEntityResponseSettingsSloveniaYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const enableEntityResponseSettingsSloveniaYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsReceivablesMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPayablesMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const enableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const enableEntityResponseSettingsFursEnabledDefault = false; export declare const enableEntityResponseSettingsFursDefaultSkipFiscalizationDefault = false; export declare const enableEntityResponseSettingsFinaEnabledDefault = false; export declare const enableEntityResponseSettingsFinaOperatorOibMin = 11; export declare const enableEntityResponseSettingsFinaOperatorOibMax = 11; export declare const enableEntityResponseSettingsFinaUSustPdvDefault = true; export declare const enableEntityResponseSettingsFinaNumberingSequenceDefault = "P"; export declare const enableEntityResponseSettingsPtOperatorTaxNumberRegExp: RegExp; export declare const enableEntityResponseSettingsTaxRulesEuViesValidateVatDefault = true; export declare const enableEntityResponseSettingsTaxRulesEuAutoReverseChargeDefault = false; export declare const enableEntityResponseSettingsTaxRulesEuAutoRemoveTaxExportDefault = false; export declare const enableEntityResponseSettingsTaxRulesEuRequireGrossPricesDefault = false; export declare const enableEntityResponseSettingsOverdueNotificationsEnabledDefault = false; export declare const enableEntityResponseSettingsOverdueNotificationsThresholdDaysItemExclusiveMin = 0; export declare const enableEntityResponseSettingsOverdueNotificationsThresholdDaysDefault: number[]; export declare const enableEntityResponseSettingsUpnQrDisplayModeDefault = "qr_only"; export declare const enableEntityResponseSettingsUpnQrPurposeCodeDefault = "OTHR"; export declare const enableEntityResponseSettingsUpnQrPurposeCodeMin = 4; export declare const enableEntityResponseSettingsUpnQrPurposeCodeMax = 4; export declare const enableEntityResponseSettingsUpnQrPurposeCodeRegExp: RegExp; export declare const enableEntityResponseSettingsBankAccountsItemTypeDefault = "iban"; export declare const enableEntityResponseSettingsReceiptNoteMax = 500; export declare const enableEntityResponseSettingsReceiptFooterMax = 500; export declare const enableEntityResponseSettingsReceiptSignatureMax = 200; export declare const enableEntityResponseSettingsEInvoicingEnabledDefault = false; export declare const enableEntityResponseSettingsEInvoicingProviderDefault = "flowin"; export declare const enableEntityResponseSettingsEInvoicingAutoSendDefault = false; export declare const EnableEntityResponse: zod.ZodObject<{ id: zod.ZodString; name: zod.ZodString; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodString; country_code: zod.ZodString; currency_code: zod.ZodOptional>; locale: zod.ZodString; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; email: zod.ZodOptional>; website: zod.ZodOptional>; fiscal_region_code: zod.ZodOptional>; starting_capital: zod.ZodOptional>; account_id: zod.ZodString; environment: zod.ZodEnum<{ live: "live"; sandbox: "sandbox"; }>; is_tax_subject: zod.ZodBoolean; is_enabled: zod.ZodBoolean; settings: zod.ZodObject<{ pdf_template: zod.ZodOptional, zod.ZodLiteral<"classic">, zod.ZodLiteral<"condensed">, zod.ZodLiteral<"minimal">, zod.ZodLiteral<"fashion">, zod.ZodLiteral<"timeless_modern_full_data">, zod.ZodLiteral]>>>; number_formats: zod.ZodOptional>; estimate: zod.ZodOptional>; credit_note: zod.ZodOptional>; advance_invoice: zod.ZodOptional>; delivery_note: zod.ZodOptional>; }, zod.z.core.$strip>>>; primary_color: zod.ZodOptional>; logo_scale_percent: zod.ZodOptional>; has_logo: zod.ZodOptional>; has_signature: zod.ZodOptional>; default_invoice_due_days: zod.ZodOptional>; default_estimate_valid_days: zod.ZodOptional>; email_defaults: zod.ZodOptional>; invoice_body: zod.ZodOptional>; estimate_subject: zod.ZodOptional>; estimate_body: zod.ZodOptional>; credit_note_subject: zod.ZodOptional>; credit_note_body: zod.ZodOptional>; advance_invoice_subject: zod.ZodOptional>; advance_invoice_body: zod.ZodOptional>; delivery_note_subject: zod.ZodOptional>; delivery_note_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; default_invoice_note: zod.ZodOptional>; default_invoice_payment_terms: zod.ZodOptional>; default_estimate_note: zod.ZodOptional>; default_estimate_payment_terms: zod.ZodOptional>; default_credit_note_note: zod.ZodOptional>; default_credit_note_payment_terms: zod.ZodOptional>; default_advance_invoice_note: zod.ZodOptional>; default_delivery_note_note: zod.ZodOptional>; document_footer: zod.ZodOptional>; default_document_signature: zod.ZodOptional>; calculation: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; }, zod.z.core.$strip>>>; slovenia: 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>>>; furs: zod.ZodOptional; default_skip_fiscalization: zod.ZodDefault; numbering_strategy: zod.ZodOptional>; operator_tax_number: zod.ZodOptional; operator_label: zod.ZodOptional; foreign_operator: zod.ZodOptional; environment: zod.ZodOptional>; }, zod.z.core.$strip>>>; fina: zod.ZodOptional; operator_oib: zod.ZodOptional; operator_label: zod.ZodOptional; u_sust_pdv: zod.ZodDefault; numbering_sequence: zod.ZodDefault>; unified_numbering: zod.ZodOptional>; certificate_expiry: zod.ZodOptional; }, zod.z.core.$strip>>>; pt: zod.ZodOptional; operator_last_name: zod.ZodOptional; operator_tax_number: zod.ZodOptional; }, zod.z.core.$strip>>>; tax_rules: zod.ZodOptional; auto_reverse_charge: zod.ZodDefault; auto_remove_tax_export: zod.ZodDefault; require_gross_prices: zod.ZodDefault; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; overdue_notifications: zod.ZodOptional; threshold_days: zod.ZodDefault>; email_subject: zod.ZodOptional>; email_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; upn_qr: zod.ZodOptional>; purpose_code: zod.ZodDefault; }, zod.z.core.$strip>>>; epc_qr: zod.ZodOptional>>; bank_accounts: zod.ZodOptional>; name: zod.ZodOptional>; bank_name: zod.ZodOptional>; iban: zod.ZodOptional>; account_number: zod.ZodOptional>; bic: zod.ZodOptional>; routing_number: zod.ZodOptional>; sort_code: zod.ZodOptional>; is_default: zod.ZodOptional>; }, zod.z.core.$strip>>>>; eslog_validation_enabled: zod.ZodOptional>; delivery_note_hide_prices: zod.ZodOptional>; credit_note_negative_values: zod.ZodOptional>; show_payment_amounts: zod.ZodOptional>; receipt_note: zod.ZodOptional>; receipt_footer: zod.ZodOptional>; receipt_signature: zod.ZodOptional>; tax_clause_defaults: zod.ZodOptional>; intra_eu_b2b: zod.ZodOptional>; intra_eu_b2c: zod.ZodOptional>; "3w_b2b": zod.ZodOptional>; "3w_b2c": zod.ZodOptional>; export: zod.ZodOptional>; }, zod.z.core.$strip>>>; e_invoicing: zod.ZodOptional; provider: zod.ZodDefault>; auto_send: zod.ZodDefault; default_scheme_id: zod.ZodOptional; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; country_rules: zod.ZodObject<{ max_taxes_per_item: zod.ZodNumber; features: zod.ZodArray; }, zod.z.core.$strip>; }, zod.z.core.$strip>; /** * Disable an entity. Disabled entities cannot create documents (invoices, estimates, credit notes, etc.) but all data remains accessible and settings can still be updated. This operation is idempotent - disabling an already disabled entity has no effect. * @summary Disable an entity */ export declare const disableEntityPathIdRegExp: RegExp; export declare const DisableEntityParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const disableEntityHeaderXAccountIdRegExp: RegExp; export declare const DisableEntityHeader: zod.ZodObject<{ "x-account-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const disableEntityResponseIdMax = 36; export declare const disableEntityResponseNameMax = 255; export declare const disableEntityResponseAddressMax = 500; export declare const disableEntityResponseAddress2Max = 500; export declare const disableEntityResponsePostCodeMax = 20; export declare const disableEntityResponseCityMax = 100; export declare const disableEntityResponseStateMax = 100; export declare const disableEntityResponseCountryMax = 100; export declare const disableEntityResponseCountryCodeMax = 2; export declare const disableEntityResponseCurrencyCodeMax = 3; export declare const disableEntityResponseLocaleMax = 20; export declare const disableEntityResponseTaxNumberMax = 50; export declare const disableEntityResponseTaxNumber2Max = 50; export declare const disableEntityResponseCompanyNumberMax = 50; export declare const disableEntityResponsePhoneMax = 50; export declare const disableEntityResponseEmailMax = 255; export declare const disableEntityResponseWebsiteMax = 500; export declare const disableEntityResponseFiscalRegionCodeMax = 10; export declare const disableEntityResponseStartingCapitalMin = -140737488355328; export declare const disableEntityResponseStartingCapitalMax = 140737488355327; export declare const disableEntityResponseAccountIdMax = 36; export declare const disableEntityResponseSettingsPrimaryColorRegExp: RegExp; export declare const disableEntityResponseSettingsLogoScalePercentMin = 30; export declare const disableEntityResponseSettingsLogoScalePercentMax = 100; export declare const disableEntityResponseSettingsDefaultInvoiceDueDaysExclusiveMin = 0; export declare const disableEntityResponseSettingsDefaultEstimateValidDaysExclusiveMin = 0; export declare const disableEntityResponseSettingsDocumentFooterMax = 500; export declare const disableEntityResponseSettingsSloveniaYearlyReportingActivityCodeMax = 10; export declare const disableEntityResponseSettingsSloveniaYearlyReportingRegistrationNumberMax = 50; export declare const disableEntityResponseSettingsSloveniaYearlyReportingDefaultWithholdingTaxAmountMin = 0; export declare const disableEntityResponseSettingsSloveniaYearlyReportingDefaultForeignTaxCreditAmountMin = 0; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsReceivablesMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPayablesMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat22Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat95Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesVat5Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable22Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable95Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseVatRecoverable5Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue22Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue95Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenue5Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueExemptMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuGoodsMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueEuServicesMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueReverseChargeMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryGoodsMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsSalesRevenueThirdCountryServicesMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense22Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense95Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpense5Max = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseExemptMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuGoodsMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseEuServicesMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseReverseChargeMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryGoodsMax = 8; export declare const disableEntityResponseSettingsSloveniaAccountingExportsKontoMappingsPurchaseExpenseThirdCountryServicesMax = 8; export declare const disableEntityResponseSettingsFursEnabledDefault = false; export declare const disableEntityResponseSettingsFursDefaultSkipFiscalizationDefault = false; export declare const disableEntityResponseSettingsFinaEnabledDefault = false; export declare const disableEntityResponseSettingsFinaOperatorOibMin = 11; export declare const disableEntityResponseSettingsFinaOperatorOibMax = 11; export declare const disableEntityResponseSettingsFinaUSustPdvDefault = true; export declare const disableEntityResponseSettingsFinaNumberingSequenceDefault = "P"; export declare const disableEntityResponseSettingsPtOperatorTaxNumberRegExp: RegExp; export declare const disableEntityResponseSettingsTaxRulesEuViesValidateVatDefault = true; export declare const disableEntityResponseSettingsTaxRulesEuAutoReverseChargeDefault = false; export declare const disableEntityResponseSettingsTaxRulesEuAutoRemoveTaxExportDefault = false; export declare const disableEntityResponseSettingsTaxRulesEuRequireGrossPricesDefault = false; export declare const disableEntityResponseSettingsOverdueNotificationsEnabledDefault = false; export declare const disableEntityResponseSettingsOverdueNotificationsThresholdDaysItemExclusiveMin = 0; export declare const disableEntityResponseSettingsOverdueNotificationsThresholdDaysDefault: number[]; export declare const disableEntityResponseSettingsUpnQrDisplayModeDefault = "qr_only"; export declare const disableEntityResponseSettingsUpnQrPurposeCodeDefault = "OTHR"; export declare const disableEntityResponseSettingsUpnQrPurposeCodeMin = 4; export declare const disableEntityResponseSettingsUpnQrPurposeCodeMax = 4; export declare const disableEntityResponseSettingsUpnQrPurposeCodeRegExp: RegExp; export declare const disableEntityResponseSettingsBankAccountsItemTypeDefault = "iban"; export declare const disableEntityResponseSettingsReceiptNoteMax = 500; export declare const disableEntityResponseSettingsReceiptFooterMax = 500; export declare const disableEntityResponseSettingsReceiptSignatureMax = 200; export declare const disableEntityResponseSettingsEInvoicingEnabledDefault = false; export declare const disableEntityResponseSettingsEInvoicingProviderDefault = "flowin"; export declare const disableEntityResponseSettingsEInvoicingAutoSendDefault = false; export declare const DisableEntityResponse: zod.ZodObject<{ id: zod.ZodString; name: zod.ZodString; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodString; country_code: zod.ZodString; currency_code: zod.ZodOptional>; locale: zod.ZodString; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; email: zod.ZodOptional>; website: zod.ZodOptional>; fiscal_region_code: zod.ZodOptional>; starting_capital: zod.ZodOptional>; account_id: zod.ZodString; environment: zod.ZodEnum<{ live: "live"; sandbox: "sandbox"; }>; is_tax_subject: zod.ZodBoolean; is_enabled: zod.ZodBoolean; settings: zod.ZodObject<{ pdf_template: zod.ZodOptional, zod.ZodLiteral<"classic">, zod.ZodLiteral<"condensed">, zod.ZodLiteral<"minimal">, zod.ZodLiteral<"fashion">, zod.ZodLiteral<"timeless_modern_full_data">, zod.ZodLiteral]>>>; number_formats: zod.ZodOptional>; estimate: zod.ZodOptional>; credit_note: zod.ZodOptional>; advance_invoice: zod.ZodOptional>; delivery_note: zod.ZodOptional>; }, zod.z.core.$strip>>>; primary_color: zod.ZodOptional>; logo_scale_percent: zod.ZodOptional>; has_logo: zod.ZodOptional>; has_signature: zod.ZodOptional>; default_invoice_due_days: zod.ZodOptional>; default_estimate_valid_days: zod.ZodOptional>; email_defaults: zod.ZodOptional>; invoice_body: zod.ZodOptional>; estimate_subject: zod.ZodOptional>; estimate_body: zod.ZodOptional>; credit_note_subject: zod.ZodOptional>; credit_note_body: zod.ZodOptional>; advance_invoice_subject: zod.ZodOptional>; advance_invoice_body: zod.ZodOptional>; delivery_note_subject: zod.ZodOptional>; delivery_note_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; default_invoice_note: zod.ZodOptional>; default_invoice_payment_terms: zod.ZodOptional>; default_estimate_note: zod.ZodOptional>; default_estimate_payment_terms: zod.ZodOptional>; default_credit_note_note: zod.ZodOptional>; default_credit_note_payment_terms: zod.ZodOptional>; default_advance_invoice_note: zod.ZodOptional>; default_delivery_note_note: zod.ZodOptional>; document_footer: zod.ZodOptional>; default_document_signature: zod.ZodOptional>; calculation: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; }, zod.z.core.$strip>>>; slovenia: 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>>>; furs: zod.ZodOptional; default_skip_fiscalization: zod.ZodDefault; numbering_strategy: zod.ZodOptional>; operator_tax_number: zod.ZodOptional; operator_label: zod.ZodOptional; foreign_operator: zod.ZodOptional; environment: zod.ZodOptional>; }, zod.z.core.$strip>>>; fina: zod.ZodOptional; operator_oib: zod.ZodOptional; operator_label: zod.ZodOptional; u_sust_pdv: zod.ZodDefault; numbering_sequence: zod.ZodDefault>; unified_numbering: zod.ZodOptional>; certificate_expiry: zod.ZodOptional; }, zod.z.core.$strip>>>; pt: zod.ZodOptional; operator_last_name: zod.ZodOptional; operator_tax_number: zod.ZodOptional; }, zod.z.core.$strip>>>; tax_rules: zod.ZodOptional; auto_reverse_charge: zod.ZodDefault; auto_remove_tax_export: zod.ZodDefault; require_gross_prices: zod.ZodDefault; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; overdue_notifications: zod.ZodOptional; threshold_days: zod.ZodDefault>; email_subject: zod.ZodOptional>; email_body: zod.ZodOptional>; }, zod.z.core.$strip>>>; upn_qr: zod.ZodOptional>; purpose_code: zod.ZodDefault; }, zod.z.core.$strip>>>; epc_qr: zod.ZodOptional>>; bank_accounts: zod.ZodOptional>; name: zod.ZodOptional>; bank_name: zod.ZodOptional>; iban: zod.ZodOptional>; account_number: zod.ZodOptional>; bic: zod.ZodOptional>; routing_number: zod.ZodOptional>; sort_code: zod.ZodOptional>; is_default: zod.ZodOptional>; }, zod.z.core.$strip>>>>; eslog_validation_enabled: zod.ZodOptional>; delivery_note_hide_prices: zod.ZodOptional>; credit_note_negative_values: zod.ZodOptional>; show_payment_amounts: zod.ZodOptional>; receipt_note: zod.ZodOptional>; receipt_footer: zod.ZodOptional>; receipt_signature: zod.ZodOptional>; tax_clause_defaults: zod.ZodOptional>; intra_eu_b2b: zod.ZodOptional>; intra_eu_b2c: zod.ZodOptional>; "3w_b2b": zod.ZodOptional>; "3w_b2c": zod.ZodOptional>; export: zod.ZodOptional>; }, zod.z.core.$strip>>>; e_invoicing: zod.ZodOptional; provider: zod.ZodDefault>; auto_send: zod.ZodDefault; default_scheme_id: zod.ZodOptional; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; country_rules: zod.ZodObject<{ max_taxes_per_item: zod.ZodNumber; features: zod.ZodArray; }, zod.z.core.$strip>; }, zod.z.core.$strip>; //# sourceMappingURL=entities.d.ts.map