/** * 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"; /** * Retrieve delivery note data using a shareable token. No authentication required. Returns full delivery note data for rendering. * @summary View shareable delivery note */ export declare const GetShareableDeliveryNoteParams: zod.ZodObject<{ shareableId: zod.ZodString; }, zod.z.core.$strip>; export declare const getShareableDeliveryNoteResponseIdMax = 36; export declare const getShareableDeliveryNoteResponseNumberMax = 100; export declare const getShareableDeliveryNoteResponseIssuerCountryCodeMin = 2; export declare const getShareableDeliveryNoteResponseIssuerCountryCodeMax = 2; export declare const getShareableDeliveryNoteResponseIssuerBankAccountTypeDefault = "iban"; export declare const getShareableDeliveryNoteResponseCustomerIdMax = 36; export declare const getShareableDeliveryNoteResponseCustomerCountryCodeMin = 2; export declare const getShareableDeliveryNoteResponseCustomerCountryCodeMax = 2; export declare const getShareableDeliveryNoteResponseCustomerBankAccountTypeDefault = "iban"; export declare const getShareableDeliveryNoteResponseFooterMax = 500; export declare const getShareableDeliveryNoteResponseTotalMin = -140737488355328; export declare const getShareableDeliveryNoteResponseTotalMax = 140737488355327; export declare const getShareableDeliveryNoteResponseTotalWithTaxMin = -140737488355328; export declare const getShareableDeliveryNoteResponseTotalWithTaxMax = 140737488355327; export declare const getShareableDeliveryNoteResponseCurrencyCodeMax = 3; export declare const getShareableDeliveryNoteResponseEntityIdMax = 36; export declare const getShareableDeliveryNoteResponseDateYearMin = -2147483648; export declare const getShareableDeliveryNoteResponseDateYearMax = 2147483647; export declare const getShareableDeliveryNoteResponseShareableIdMax = 100; export declare const getShareableDeliveryNoteResponseTotalConvertedMin = -140737488355328; export declare const getShareableDeliveryNoteResponseTotalConvertedMax = 140737488355327; export declare const getShareableDeliveryNoteResponseTotalWithTaxConvertedMin = -140737488355328; export declare const getShareableDeliveryNoteResponseTotalWithTaxConvertedMax = 140737488355327; export declare const getShareableDeliveryNoteResponseDateDueRegExp: RegExp; export declare const getShareableDeliveryNoteResponseDateServiceRegExp: RegExp; export declare const getShareableDeliveryNoteResponseDateServiceToRegExp: RegExp; export declare const getShareableDeliveryNoteResponseItemsItemIdMax = 36; export declare const getShareableDeliveryNoteResponseItemsItemNameMax = 500; export declare const getShareableDeliveryNoteResponseItemsItemUnitMax = 50; export declare const getShareableDeliveryNoteResponseItemsItemDiscountsItemValueMin = 0; export declare const getShareableDeliveryNoteResponseItemsItemDiscountsItemTypeDefault = "percent"; export declare const getShareableDeliveryNoteResponseItemsItemDiscountsMax = 5; export declare const getShareableDeliveryNoteResponseItemsItemTotalConvertedMin = -140737488355328; export declare const getShareableDeliveryNoteResponseItemsItemTotalConvertedMax = 140737488355327; export declare const getShareableDeliveryNoteResponseItemsItemTotalWithTaxConvertedMin = -140737488355328; export declare const getShareableDeliveryNoteResponseItemsItemTotalWithTaxConvertedMax = 140737488355327; export declare const getShareableDeliveryNoteResponseItemsItemDeliveryNoteIdMax = 36; export declare const getShareableDeliveryNoteResponseItemsItemItemIdMax = 36; export declare const GetShareableDeliveryNoteResponse: zod.ZodObject<{ id: zod.ZodString; number: zod.ZodString; is_draft: zod.ZodBoolean; date: zod.z.ZodISODateTime; issuer: zod.ZodObject<{ name: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; total: zod.ZodNumber; total_with_tax: zod.ZodNumber; total_discount: zod.ZodNumber; creation_source: zod.ZodEnum<{ standard: "standard"; custom: "custom"; }>; calculation_mode: zod.ZodEnum<{ b2b_standard: "b2b_standard"; b2c_gross_discount: "b2c_gross_discount"; }>; taxes: zod.ZodArray; tax_id: zod.ZodOptional>; base: zod.ZodNumber; amount: zod.ZodNumber; reverse_charge: zod.ZodOptional>; }, zod.z.core.$strip>>; currency_code: zod.ZodString; entity_id: zod.ZodString; date_year: zod.ZodNumber; shareable_id: zod.ZodOptional>; voided_at: zod.ZodOptional>; transaction_type: zod.ZodOptional, zod.ZodLiteral<"intra_eu_b2b">, zod.ZodLiteral<"intra_eu_b2c">, zod.ZodLiteral<"3w_b2b">, zod.ZodLiteral<"3w_b2c">, zod.ZodLiteral<"export">, zod.ZodLiteral]>>>; metadata: zod.ZodOptional>>; exchange_rate: zod.ZodOptional>>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; rounding_correction: zod.ZodOptional>; eslog: zod.ZodOptional>; validation_status: zod.ZodOptional, zod.ZodLiteral<"invalid">, zod.ZodLiteral<"not_validated">, zod.ZodLiteral]>>>; validation_errors: zod.ZodOptional>>; validated_at: zod.ZodOptional>; }, zod.z.core.$strip>>>; reference: zod.ZodOptional>; vies: zod.ZodOptional; skipped: zod.ZodNullable; }, zod.z.core.$strip>>>; deleted_at: zod.ZodOptional>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; hide_prices: zod.ZodBoolean; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodString; description: zod.ZodNullable; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodArray>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>; discounts: zod.ZodArray>; }, zod.z.core.$strip>>; total: zod.ZodOptional>; total_with_tax: zod.ZodOptional>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; delivery_note_id: zod.ZodOptional>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; }, zod.z.core.$strip>>; document_relations: zod.ZodOptional; source_id: zod.ZodString; target_type: zod.ZodEnum<{ estimate: "estimate"; invoice: "invoice"; credit_note: "credit_note"; advance_invoice: "advance_invoice"; delivery_note: "delivery_note"; }>; target_id: zod.ZodString; relation_type: zod.ZodString; entity_id: zod.ZodString; created_at: zod.z.ZodISODateTime; linked_document_voided_at: zod.ZodOptional>; related_document: zod.ZodOptional; number: zod.ZodString; date: zod.ZodString; total_with_tax: zod.ZodNumber; currency_code: zod.ZodString; is_draft: zod.ZodBoolean; voided_at: zod.ZodNullable; paid_in_full: zod.ZodNullable; title_type: zod.ZodNullable, zod.ZodLiteral<"proforma_invoice">, zod.ZodLiteral]>>; hide_prices: zod.ZodNullable; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; /** * Get delivery note as HTML preview using a shareable token. No authentication required. Supports multiple languages via locale query parameter. * @summary Get shareable delivery note as HTML */ export declare const GetShareableDeliveryNoteHtmlParams: zod.ZodObject<{ shareableId: zod.ZodString; }, zod.z.core.$strip>; export declare const GetShareableDeliveryNoteHtmlQueryParams: zod.ZodObject<{ locale: zod.ZodOptional>; language: zod.ZodOptional>; }, zod.z.core.$strip>; /** * Download delivery note as PDF using a shareable token. No authentication required. Supports multiple languages via locale query parameter. * @summary Download shareable delivery note as PDF */ export declare const GetShareableDeliveryNotePdfParams: zod.ZodObject<{ shareableId: zod.ZodString; }, zod.z.core.$strip>; export declare const GetShareableDeliveryNotePdfQueryParams: zod.ZodObject<{ locale: zod.ZodOptional>; language: zod.ZodOptional>; }, zod.z.core.$strip>; /** * Create a new delivery note with line items. Customer is optional - can be omitted or added inline without referencing a customer_id. The delivery note number is auto-generated based on the entity's number format settings. Taxes are calculated automatically based on the tax rates provided. Set hide_prices=true to create a packing list without prices. * @summary Create a new delivery note */ export declare const CreateDeliveryNoteHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const createDeliveryNoteBodyDateRegExp: RegExp; export declare const createDeliveryNoteBodyIssuerCountryCodeMin = 2; export declare const createDeliveryNoteBodyIssuerCountryCodeMax = 2; export declare const createDeliveryNoteBodyIssuerBankAccountTypeDefault = "iban"; export declare const createDeliveryNoteBodyCustomerOneCountryCodeMin = 2; export declare const createDeliveryNoteBodyCustomerOneCountryCodeMax = 2; export declare const createDeliveryNoteBodyCustomerOneBankAccountTypeDefault = "iban"; export declare const createDeliveryNoteBodyFooterMax = 500; export declare const createDeliveryNoteBodyCurrencyCodeMax = 3; export declare const createDeliveryNoteBodyDateDueRegExp: RegExp; export declare const createDeliveryNoteBodyDateServiceRegExp: RegExp; export declare const createDeliveryNoteBodyDateServiceToRegExp: RegExp; export declare const createDeliveryNoteBodyItemsItemDescriptionMax = 2000; export declare const createDeliveryNoteBodyItemsItemQuantityMin = -140737488355328; export declare const createDeliveryNoteBodyItemsItemQuantityMax = 140737488355327; export declare const createDeliveryNoteBodyItemsItemUnitMax = 50; export declare const createDeliveryNoteBodyItemsItemDiscountsItemValueMin = 0; export declare const createDeliveryNoteBodyItemsItemDiscountsItemTypeDefault = "percent"; export declare const createDeliveryNoteBodyItemsItemDiscountsMax = 5; export declare const createDeliveryNoteBodyExpectedTotalWithTaxExclusiveMin = 0; export declare const CreateDeliveryNoteBody: zod.ZodObject<{ is_draft: zod.ZodOptional; date: zod.ZodOptional; issuer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>, zod.ZodNullable>; }, zod.z.core.$strip>>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; calculation_mode: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; currency_code: zod.ZodOptional; metadata: zod.ZodOptional>>; reference: zod.ZodOptional>; hide_prices: zod.ZodOptional; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodOptional>; description: zod.ZodOptional>; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodOptional>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>>; discounts: zod.ZodOptional>; }, zod.z.core.$strip>>>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; save_item: zod.ZodOptional>; }, zod.z.core.$strip>>; eslog: zod.ZodOptional>; }, zod.z.core.$strip>>>; linked_documents: zod.ZodOptional>>; expected_total_with_tax: zod.ZodOptional>; }, zod.z.core.$strip>; /** * Retrieve a paginated list of delivery notes with optional filtering and sorting. Supports cursor-based pagination, flexible JSON querying with MongoDB-style operators, full-text search, and sorting. * @summary List all delivery notes */ export declare const getDeliveryNotesQueryLimitDefault = 10; export declare const getDeliveryNotesQueryLimitMax = 100; export declare const GetDeliveryNotesQueryParams: 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; include: zod.ZodOptional; deleted: zod.ZodOptional; }, zod.z.core.$strip>; export declare const GetDeliveryNotesHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const getDeliveryNotesResponseDataItemIdMax = 36; export declare const getDeliveryNotesResponseDataItemNumberMax = 100; export declare const getDeliveryNotesResponseDataItemIssuerCountryCodeMin = 2; export declare const getDeliveryNotesResponseDataItemIssuerCountryCodeMax = 2; export declare const getDeliveryNotesResponseDataItemIssuerBankAccountTypeDefault = "iban"; export declare const getDeliveryNotesResponseDataItemCustomerIdMax = 36; export declare const getDeliveryNotesResponseDataItemCustomerCountryCodeMin = 2; export declare const getDeliveryNotesResponseDataItemCustomerCountryCodeMax = 2; export declare const getDeliveryNotesResponseDataItemCustomerBankAccountTypeDefault = "iban"; export declare const getDeliveryNotesResponseDataItemFooterMax = 500; export declare const getDeliveryNotesResponseDataItemTotalMin = -140737488355328; export declare const getDeliveryNotesResponseDataItemTotalMax = 140737488355327; export declare const getDeliveryNotesResponseDataItemTotalWithTaxMin = -140737488355328; export declare const getDeliveryNotesResponseDataItemTotalWithTaxMax = 140737488355327; export declare const getDeliveryNotesResponseDataItemCurrencyCodeMax = 3; export declare const getDeliveryNotesResponseDataItemEntityIdMax = 36; export declare const getDeliveryNotesResponseDataItemDateYearMin = -2147483648; export declare const getDeliveryNotesResponseDataItemDateYearMax = 2147483647; export declare const getDeliveryNotesResponseDataItemShareableIdMax = 100; export declare const getDeliveryNotesResponseDataItemTotalConvertedMin = -140737488355328; export declare const getDeliveryNotesResponseDataItemTotalConvertedMax = 140737488355327; export declare const getDeliveryNotesResponseDataItemTotalWithTaxConvertedMin = -140737488355328; export declare const getDeliveryNotesResponseDataItemTotalWithTaxConvertedMax = 140737488355327; export declare const getDeliveryNotesResponseDataItemDateDueRegExp: RegExp; export declare const getDeliveryNotesResponseDataItemDateServiceRegExp: RegExp; export declare const getDeliveryNotesResponseDataItemDateServiceToRegExp: RegExp; export declare const getDeliveryNotesResponseDataItemItemsItemIdMax = 36; export declare const getDeliveryNotesResponseDataItemItemsItemNameMax = 500; export declare const getDeliveryNotesResponseDataItemItemsItemUnitMax = 50; export declare const getDeliveryNotesResponseDataItemItemsItemDiscountsItemValueMin = 0; export declare const getDeliveryNotesResponseDataItemItemsItemDiscountsItemTypeDefault = "percent"; export declare const getDeliveryNotesResponseDataItemItemsItemDiscountsMax = 5; export declare const getDeliveryNotesResponseDataItemItemsItemTotalConvertedMin = -140737488355328; export declare const getDeliveryNotesResponseDataItemItemsItemTotalConvertedMax = 140737488355327; export declare const getDeliveryNotesResponseDataItemItemsItemTotalWithTaxConvertedMin = -140737488355328; export declare const getDeliveryNotesResponseDataItemItemsItemTotalWithTaxConvertedMax = 140737488355327; export declare const getDeliveryNotesResponseDataItemItemsItemDeliveryNoteIdMax = 36; export declare const getDeliveryNotesResponseDataItemItemsItemItemIdMax = 36; export declare const GetDeliveryNotesResponse: zod.ZodObject<{ data: zod.ZodArray>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; total: zod.ZodNumber; total_with_tax: zod.ZodNumber; total_discount: zod.ZodNumber; creation_source: zod.ZodEnum<{ standard: "standard"; custom: "custom"; }>; calculation_mode: zod.ZodEnum<{ b2b_standard: "b2b_standard"; b2c_gross_discount: "b2c_gross_discount"; }>; taxes: zod.ZodArray; tax_id: zod.ZodOptional>; base: zod.ZodNumber; amount: zod.ZodNumber; reverse_charge: zod.ZodOptional>; }, zod.z.core.$strip>>; currency_code: zod.ZodString; entity_id: zod.ZodString; date_year: zod.ZodNumber; shareable_id: zod.ZodOptional>; voided_at: zod.ZodOptional>; transaction_type: zod.ZodOptional, zod.ZodLiteral<"intra_eu_b2b">, zod.ZodLiteral<"intra_eu_b2c">, zod.ZodLiteral<"3w_b2b">, zod.ZodLiteral<"3w_b2c">, zod.ZodLiteral<"export">, zod.ZodLiteral]>>>; metadata: zod.ZodOptional>>; exchange_rate: zod.ZodOptional>>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; rounding_correction: zod.ZodOptional>; eslog: zod.ZodOptional>; validation_status: zod.ZodOptional, zod.ZodLiteral<"invalid">, zod.ZodLiteral<"not_validated">, zod.ZodLiteral]>>>; validation_errors: zod.ZodOptional>>; validated_at: zod.ZodOptional>; }, zod.z.core.$strip>>>; reference: zod.ZodOptional>; vies: zod.ZodOptional; skipped: zod.ZodNullable; }, zod.z.core.$strip>>>; deleted_at: zod.ZodOptional>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; hide_prices: zod.ZodBoolean; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodString; description: zod.ZodNullable; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodArray>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>; discounts: zod.ZodArray>; }, zod.z.core.$strip>>; total: zod.ZodOptional>; total_with_tax: zod.ZodOptional>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; delivery_note_id: zod.ZodOptional>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; }, zod.z.core.$strip>>; document_relations: zod.ZodOptional; source_id: zod.ZodString; target_type: zod.ZodEnum<{ estimate: "estimate"; invoice: "invoice"; credit_note: "credit_note"; advance_invoice: "advance_invoice"; delivery_note: "delivery_note"; }>; target_id: zod.ZodString; relation_type: zod.ZodString; entity_id: zod.ZodString; created_at: zod.z.ZodISODateTime; linked_document_voided_at: zod.ZodOptional>; related_document: zod.ZodOptional; number: zod.ZodString; date: zod.ZodString; total_with_tax: zod.ZodNumber; currency_code: zod.ZodString; is_draft: zod.ZodBoolean; voided_at: zod.ZodNullable; paid_in_full: zod.ZodNullable; title_type: zod.ZodNullable, zod.ZodLiteral<"proforma_invoice">, zod.ZodLiteral]>>; hide_prices: zod.ZodNullable; }, zod.z.core.$strip>>; }, 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>; /** * Create a delivery note with pre-calculated totals from an external system. The caller provides `total`, `total_with_tax`, `total_discount`, and `taxes` at the document level, and `total`/`total_with_tax` on each line item. When `calculation_mode` is omitted, Space Invoices preserves pass-through behavior and accepts the supplied totals as-is. When `calculation_mode` is provided, Space Invoices validates the supplied totals against that calculation mode before creating the document. All other logic (numbering, customer handling, lifecycle hooks) is identical to the standard create endpoint. * @summary Create delivery note with pre-calculated totals */ export declare const CreateCustomDeliveryNoteHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const createCustomDeliveryNoteBodyIssuerOneCountryCodeMin = 2; export declare const createCustomDeliveryNoteBodyIssuerOneCountryCodeMax = 2; export declare const createCustomDeliveryNoteBodyIssuerOneBankAccountTypeDefault = "iban"; export declare const createCustomDeliveryNoteBodyCustomerOneCountryCodeMin = 2; export declare const createCustomDeliveryNoteBodyCustomerOneCountryCodeMax = 2; export declare const createCustomDeliveryNoteBodyCustomerOneBankAccountTypeDefault = "iban"; export declare const createCustomDeliveryNoteBodyDateDueRegExp: RegExp; export declare const createCustomDeliveryNoteBodyDateServiceRegExp: RegExp; export declare const createCustomDeliveryNoteBodyDateServiceToRegExp: RegExp; export declare const createCustomDeliveryNoteBodyItemsItemDescriptionMax = 2000; export declare const createCustomDeliveryNoteBodyItemsItemUnitMax = 50; export declare const createCustomDeliveryNoteBodyItemsItemDiscountsItemValueMin = 0; export declare const createCustomDeliveryNoteBodyItemsItemDiscountsItemTypeDefault = "percent"; export declare const createCustomDeliveryNoteBodyItemsItemDiscountsMax = 5; export declare const CreateCustomDeliveryNoteBody: zod.ZodObject<{ is_draft: zod.ZodOptional>; date: zod.ZodOptional>; issuer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>, zod.ZodNullable>>>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>, zod.ZodNullable>; }, zod.z.core.$strip>>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; calculation_mode: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; currency_code: zod.ZodOptional>; metadata: zod.ZodOptional>>; reference: zod.ZodOptional>; hide_prices: zod.ZodOptional>; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodOptional>; description: zod.ZodOptional>; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodOptional>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>>; discounts: zod.ZodOptional>; }, zod.z.core.$strip>>>; total: zod.ZodOptional>; total_with_tax: zod.ZodOptional>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; save_item: zod.ZodOptional>; }, zod.z.core.$strip>>; total: zod.ZodNumber; total_with_tax: zod.ZodNumber; total_discount: zod.ZodOptional>; taxes: zod.ZodOptional; tax_id: zod.ZodOptional>; base: zod.ZodNumber; amount: zod.ZodNumber; reverse_charge: zod.ZodOptional>; }, zod.z.core.$strip>>>; linked_documents: zod.ZodOptional>>; eslog: zod.ZodOptional>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; /** * Retrieve a single delivery note by its unique identifier. Returns the complete delivery note details including all line items, customer information, and calculated totals. * @summary Get delivery note by ID */ export declare const getDeliveryNoteByIdPathIdRegExp: RegExp; export declare const GetDeliveryNoteByIdParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const GetDeliveryNoteByIdQueryParams: zod.ZodObject<{ include: zod.ZodOptional; }, zod.z.core.$strip>; export declare const GetDeliveryNoteByIdHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const getDeliveryNoteByIdResponseIdMax = 36; export declare const getDeliveryNoteByIdResponseNumberMax = 100; export declare const getDeliveryNoteByIdResponseIssuerCountryCodeMin = 2; export declare const getDeliveryNoteByIdResponseIssuerCountryCodeMax = 2; export declare const getDeliveryNoteByIdResponseIssuerBankAccountTypeDefault = "iban"; export declare const getDeliveryNoteByIdResponseCustomerIdMax = 36; export declare const getDeliveryNoteByIdResponseCustomerCountryCodeMin = 2; export declare const getDeliveryNoteByIdResponseCustomerCountryCodeMax = 2; export declare const getDeliveryNoteByIdResponseCustomerBankAccountTypeDefault = "iban"; export declare const getDeliveryNoteByIdResponseFooterMax = 500; export declare const getDeliveryNoteByIdResponseTotalMin = -140737488355328; export declare const getDeliveryNoteByIdResponseTotalMax = 140737488355327; export declare const getDeliveryNoteByIdResponseTotalWithTaxMin = -140737488355328; export declare const getDeliveryNoteByIdResponseTotalWithTaxMax = 140737488355327; export declare const getDeliveryNoteByIdResponseCurrencyCodeMax = 3; export declare const getDeliveryNoteByIdResponseEntityIdMax = 36; export declare const getDeliveryNoteByIdResponseDateYearMin = -2147483648; export declare const getDeliveryNoteByIdResponseDateYearMax = 2147483647; export declare const getDeliveryNoteByIdResponseShareableIdMax = 100; export declare const getDeliveryNoteByIdResponseTotalConvertedMin = -140737488355328; export declare const getDeliveryNoteByIdResponseTotalConvertedMax = 140737488355327; export declare const getDeliveryNoteByIdResponseTotalWithTaxConvertedMin = -140737488355328; export declare const getDeliveryNoteByIdResponseTotalWithTaxConvertedMax = 140737488355327; export declare const getDeliveryNoteByIdResponseDateDueRegExp: RegExp; export declare const getDeliveryNoteByIdResponseDateServiceRegExp: RegExp; export declare const getDeliveryNoteByIdResponseDateServiceToRegExp: RegExp; export declare const getDeliveryNoteByIdResponseItemsItemIdMax = 36; export declare const getDeliveryNoteByIdResponseItemsItemNameMax = 500; export declare const getDeliveryNoteByIdResponseItemsItemUnitMax = 50; export declare const getDeliveryNoteByIdResponseItemsItemDiscountsItemValueMin = 0; export declare const getDeliveryNoteByIdResponseItemsItemDiscountsItemTypeDefault = "percent"; export declare const getDeliveryNoteByIdResponseItemsItemDiscountsMax = 5; export declare const getDeliveryNoteByIdResponseItemsItemTotalConvertedMin = -140737488355328; export declare const getDeliveryNoteByIdResponseItemsItemTotalConvertedMax = 140737488355327; export declare const getDeliveryNoteByIdResponseItemsItemTotalWithTaxConvertedMin = -140737488355328; export declare const getDeliveryNoteByIdResponseItemsItemTotalWithTaxConvertedMax = 140737488355327; export declare const getDeliveryNoteByIdResponseItemsItemDeliveryNoteIdMax = 36; export declare const getDeliveryNoteByIdResponseItemsItemItemIdMax = 36; export declare const GetDeliveryNoteByIdResponse: zod.ZodObject<{ id: zod.ZodString; number: zod.ZodString; is_draft: zod.ZodBoolean; date: zod.z.ZodISODateTime; issuer: zod.ZodObject<{ name: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; total: zod.ZodNumber; total_with_tax: zod.ZodNumber; total_discount: zod.ZodNumber; creation_source: zod.ZodEnum<{ standard: "standard"; custom: "custom"; }>; calculation_mode: zod.ZodEnum<{ b2b_standard: "b2b_standard"; b2c_gross_discount: "b2c_gross_discount"; }>; taxes: zod.ZodArray; tax_id: zod.ZodOptional>; base: zod.ZodNumber; amount: zod.ZodNumber; reverse_charge: zod.ZodOptional>; }, zod.z.core.$strip>>; currency_code: zod.ZodString; entity_id: zod.ZodString; date_year: zod.ZodNumber; shareable_id: zod.ZodOptional>; voided_at: zod.ZodOptional>; transaction_type: zod.ZodOptional, zod.ZodLiteral<"intra_eu_b2b">, zod.ZodLiteral<"intra_eu_b2c">, zod.ZodLiteral<"3w_b2b">, zod.ZodLiteral<"3w_b2c">, zod.ZodLiteral<"export">, zod.ZodLiteral]>>>; metadata: zod.ZodOptional>>; exchange_rate: zod.ZodOptional>>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; rounding_correction: zod.ZodOptional>; eslog: zod.ZodOptional>; validation_status: zod.ZodOptional, zod.ZodLiteral<"invalid">, zod.ZodLiteral<"not_validated">, zod.ZodLiteral]>>>; validation_errors: zod.ZodOptional>>; validated_at: zod.ZodOptional>; }, zod.z.core.$strip>>>; reference: zod.ZodOptional>; vies: zod.ZodOptional; skipped: zod.ZodNullable; }, zod.z.core.$strip>>>; deleted_at: zod.ZodOptional>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; hide_prices: zod.ZodBoolean; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodString; description: zod.ZodNullable; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodArray>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>; discounts: zod.ZodArray>; }, zod.z.core.$strip>>; total: zod.ZodOptional>; total_with_tax: zod.ZodOptional>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; delivery_note_id: zod.ZodOptional>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; }, zod.z.core.$strip>>; document_relations: zod.ZodOptional; source_id: zod.ZodString; target_type: zod.ZodEnum<{ estimate: "estimate"; invoice: "invoice"; credit_note: "credit_note"; advance_invoice: "advance_invoice"; delivery_note: "delivery_note"; }>; target_id: zod.ZodString; relation_type: zod.ZodString; entity_id: zod.ZodString; created_at: zod.z.ZodISODateTime; linked_document_voided_at: zod.ZodOptional>; related_document: zod.ZodOptional; number: zod.ZodString; date: zod.ZodString; total_with_tax: zod.ZodNumber; currency_code: zod.ZodString; is_draft: zod.ZodBoolean; voided_at: zod.ZodNullable; paid_in_full: zod.ZodNullable; title_type: zod.ZodNullable, zod.ZodLiteral<"proforma_invoice">, zod.ZodLiteral]>>; hide_prices: zod.ZodNullable; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; /** * Update an existing delivery note. Creates a version snapshot before applying changes. Cannot update voided delivery notes. If items are provided, they replace all existing items. * @summary Update a delivery note */ export declare const updateDeliveryNotePathIdRegExp: RegExp; export declare const UpdateDeliveryNoteParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const UpdateDeliveryNoteHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const updateDeliveryNoteBodyDateRegExp: RegExp; export declare const updateDeliveryNoteBodyIssuerOneCountryCodeMin = 2; export declare const updateDeliveryNoteBodyIssuerOneCountryCodeMax = 2; export declare const updateDeliveryNoteBodyIssuerOneBankAccountTypeDefault = "iban"; export declare const updateDeliveryNoteBodyCustomerOneCountryCodeMin = 2; export declare const updateDeliveryNoteBodyCustomerOneCountryCodeMax = 2; export declare const updateDeliveryNoteBodyCustomerOneBankAccountTypeDefault = "iban"; export declare const updateDeliveryNoteBodyItemsItemDescriptionMax = 2000; export declare const updateDeliveryNoteBodyItemsItemQuantityMin = -140737488355328; export declare const updateDeliveryNoteBodyItemsItemQuantityMax = 140737488355327; export declare const updateDeliveryNoteBodyItemsItemUnitMax = 50; export declare const updateDeliveryNoteBodyItemsItemDiscountsItemValueMin = 0; export declare const updateDeliveryNoteBodyItemsItemDiscountsItemTypeDefault = "percent"; export declare const updateDeliveryNoteBodyItemsItemDiscountsMax = 5; export declare const updateDeliveryNoteBodyReferenceMax = 100; export declare const updateDeliveryNoteBodyChangeReasonMax = 500; export declare const UpdateDeliveryNoteBody: zod.ZodObject<{ date: zod.ZodOptional; issuer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>, zod.ZodUnknown>>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>, zod.ZodNullable>; }, zod.z.core.$strip>>>>; items: zod.ZodOptional, zod.ZodLiteral]>>>; name: zod.ZodOptional>; description: zod.ZodOptional>; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodOptional>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>>; discounts: zod.ZodOptional>; }, zod.z.core.$strip>>>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; save_item: zod.ZodOptional>; }, zod.z.core.$strip>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; currency_code: zod.ZodOptional; reference: zod.ZodOptional>; metadata: zod.ZodOptional>>; change_reason: zod.ZodOptional; hide_prices: zod.ZodOptional; linked_documents: zod.ZodOptional>>; }, zod.z.core.$strip>; export declare const updateDeliveryNoteResponseIdMax = 36; export declare const updateDeliveryNoteResponseNumberMax = 100; export declare const updateDeliveryNoteResponseIssuerCountryCodeMin = 2; export declare const updateDeliveryNoteResponseIssuerCountryCodeMax = 2; export declare const updateDeliveryNoteResponseIssuerBankAccountTypeDefault = "iban"; export declare const updateDeliveryNoteResponseCustomerIdMax = 36; export declare const updateDeliveryNoteResponseCustomerCountryCodeMin = 2; export declare const updateDeliveryNoteResponseCustomerCountryCodeMax = 2; export declare const updateDeliveryNoteResponseCustomerBankAccountTypeDefault = "iban"; export declare const updateDeliveryNoteResponseFooterMax = 500; export declare const updateDeliveryNoteResponseTotalMin = -140737488355328; export declare const updateDeliveryNoteResponseTotalMax = 140737488355327; export declare const updateDeliveryNoteResponseTotalWithTaxMin = -140737488355328; export declare const updateDeliveryNoteResponseTotalWithTaxMax = 140737488355327; export declare const updateDeliveryNoteResponseCurrencyCodeMax = 3; export declare const updateDeliveryNoteResponseEntityIdMax = 36; export declare const updateDeliveryNoteResponseDateYearMin = -2147483648; export declare const updateDeliveryNoteResponseDateYearMax = 2147483647; export declare const updateDeliveryNoteResponseShareableIdMax = 100; export declare const updateDeliveryNoteResponseTotalConvertedMin = -140737488355328; export declare const updateDeliveryNoteResponseTotalConvertedMax = 140737488355327; export declare const updateDeliveryNoteResponseTotalWithTaxConvertedMin = -140737488355328; export declare const updateDeliveryNoteResponseTotalWithTaxConvertedMax = 140737488355327; export declare const updateDeliveryNoteResponseDateDueRegExp: RegExp; export declare const updateDeliveryNoteResponseDateServiceRegExp: RegExp; export declare const updateDeliveryNoteResponseDateServiceToRegExp: RegExp; export declare const updateDeliveryNoteResponseItemsItemIdMax = 36; export declare const updateDeliveryNoteResponseItemsItemNameMax = 500; export declare const updateDeliveryNoteResponseItemsItemUnitMax = 50; export declare const updateDeliveryNoteResponseItemsItemDiscountsItemValueMin = 0; export declare const updateDeliveryNoteResponseItemsItemDiscountsItemTypeDefault = "percent"; export declare const updateDeliveryNoteResponseItemsItemDiscountsMax = 5; export declare const updateDeliveryNoteResponseItemsItemTotalConvertedMin = -140737488355328; export declare const updateDeliveryNoteResponseItemsItemTotalConvertedMax = 140737488355327; export declare const updateDeliveryNoteResponseItemsItemTotalWithTaxConvertedMin = -140737488355328; export declare const updateDeliveryNoteResponseItemsItemTotalWithTaxConvertedMax = 140737488355327; export declare const updateDeliveryNoteResponseItemsItemDeliveryNoteIdMax = 36; export declare const updateDeliveryNoteResponseItemsItemItemIdMax = 36; export declare const UpdateDeliveryNoteResponse: zod.ZodObject<{ id: zod.ZodString; number: zod.ZodString; is_draft: zod.ZodBoolean; date: zod.z.ZodISODateTime; issuer: zod.ZodObject<{ name: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; total: zod.ZodNumber; total_with_tax: zod.ZodNumber; total_discount: zod.ZodNumber; creation_source: zod.ZodEnum<{ standard: "standard"; custom: "custom"; }>; calculation_mode: zod.ZodEnum<{ b2b_standard: "b2b_standard"; b2c_gross_discount: "b2c_gross_discount"; }>; taxes: zod.ZodArray; tax_id: zod.ZodOptional>; base: zod.ZodNumber; amount: zod.ZodNumber; reverse_charge: zod.ZodOptional>; }, zod.z.core.$strip>>; currency_code: zod.ZodString; entity_id: zod.ZodString; date_year: zod.ZodNumber; shareable_id: zod.ZodOptional>; voided_at: zod.ZodOptional>; transaction_type: zod.ZodOptional, zod.ZodLiteral<"intra_eu_b2b">, zod.ZodLiteral<"intra_eu_b2c">, zod.ZodLiteral<"3w_b2b">, zod.ZodLiteral<"3w_b2c">, zod.ZodLiteral<"export">, zod.ZodLiteral]>>>; metadata: zod.ZodOptional>>; exchange_rate: zod.ZodOptional>>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; rounding_correction: zod.ZodOptional>; eslog: zod.ZodOptional>; validation_status: zod.ZodOptional, zod.ZodLiteral<"invalid">, zod.ZodLiteral<"not_validated">, zod.ZodLiteral]>>>; validation_errors: zod.ZodOptional>>; validated_at: zod.ZodOptional>; }, zod.z.core.$strip>>>; reference: zod.ZodOptional>; vies: zod.ZodOptional; skipped: zod.ZodNullable; }, zod.z.core.$strip>>>; deleted_at: zod.ZodOptional>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; hide_prices: zod.ZodBoolean; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodString; description: zod.ZodNullable; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodArray>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>; discounts: zod.ZodArray>; }, zod.z.core.$strip>>; total: zod.ZodOptional>; total_with_tax: zod.ZodOptional>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; delivery_note_id: zod.ZodOptional>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; }, zod.z.core.$strip>>; document_relations: zod.ZodOptional; source_id: zod.ZodString; target_type: zod.ZodEnum<{ estimate: "estimate"; invoice: "invoice"; credit_note: "credit_note"; advance_invoice: "advance_invoice"; delivery_note: "delivery_note"; }>; target_id: zod.ZodString; relation_type: zod.ZodString; entity_id: zod.ZodString; created_at: zod.z.ZodISODateTime; linked_document_voided_at: zod.ZodOptional>; related_document: zod.ZodOptional; number: zod.ZodString; date: zod.ZodString; total_with_tax: zod.ZodNumber; currency_code: zod.ZodString; is_draft: zod.ZodBoolean; voided_at: zod.ZodNullable; paid_in_full: zod.ZodNullable; title_type: zod.ZodNullable, zod.ZodLiteral<"proforma_invoice">, zod.ZodLiteral]>>; hide_prices: zod.ZodNullable; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; /** * Retrieve the version history for a delivery note. Each version represents the document state before an update was applied. * @summary Get delivery note version history */ export declare const getDeliveryNoteVersionsPathIdRegExp: RegExp; export declare const GetDeliveryNoteVersionsParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const GetDeliveryNoteVersionsHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const GetDeliveryNoteVersionsResponse: zod.ZodObject<{ versions: zod.ZodArray; document_id: zod.ZodString; version: zod.ZodNumber; snapshot: zod.ZodRecord; changed_fields: zod.ZodArray; user: zod.ZodNullable; email: zod.ZodString; }, zod.z.core.$strip>>; reason: zod.ZodNullable; created_at: zod.z.ZodISODateTime; }, zod.z.core.$strip>>; count: zod.ZodNumber; }, zod.z.core.$strip>; /** * Retrieve a specific version snapshot of a delivery note. * @summary Get specific delivery note version */ export declare const GetDeliveryNoteVersionParams: zod.ZodObject<{ id: zod.ZodString; version: zod.ZodNumber; }, zod.z.core.$strip>; export declare const GetDeliveryNoteVersionHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const GetDeliveryNoteVersionResponse: zod.ZodObject<{ id: zod.ZodString; document_type: zod.ZodEnum<{ estimate: "estimate"; invoice: "invoice"; credit_note: "credit_note"; advance_invoice: "advance_invoice"; }>; document_id: zod.ZodString; version: zod.ZodNumber; snapshot: zod.ZodRecord; changed_fields: zod.ZodArray; user: zod.ZodNullable; email: zod.ZodString; }, zod.z.core.$strip>>; reason: zod.ZodNullable; created_at: zod.z.ZodISODateTime; }, zod.z.core.$strip>; /** * Render an HTML preview of a delivery note without saving to the database. Perfect for displaying live previews in delivery note creation/edit forms. Supports both partial mode (allows incomplete data for drafts) and complete mode (validates all required fields). * @summary Render delivery note preview */ export declare const renderDeliveryNotePreviewQueryLocaleMin = 2; export declare const renderDeliveryNotePreviewQueryLocaleMax = 5; export declare const renderDeliveryNotePreviewQueryLanguageMin = 2; export declare const renderDeliveryNotePreviewQueryLanguageMax = 5; export declare const renderDeliveryNotePreviewQueryPartialDefault = "true"; export declare const RenderDeliveryNotePreviewQueryParams: zod.ZodObject<{ template: zod.ZodOptional>; locale: zod.ZodOptional>; language: zod.ZodOptional>; partial: zod.ZodDefault>; upn_qr_enabled: zod.ZodOptional>; upn_qr_display_mode: zod.ZodOptional>; epc_qr_enabled: zod.ZodOptional>; }, zod.z.core.$strip>; export declare const RenderDeliveryNotePreviewHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const renderDeliveryNotePreviewBodyOneDateRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyOneIssuerCountryCodeMin = 2; export declare const renderDeliveryNotePreviewBodyOneIssuerCountryCodeMax = 2; export declare const renderDeliveryNotePreviewBodyOneIssuerBankAccountTypeDefault = "iban"; export declare const renderDeliveryNotePreviewBodyOneCustomerOneCountryCodeMin = 2; export declare const renderDeliveryNotePreviewBodyOneCustomerOneCountryCodeMax = 2; export declare const renderDeliveryNotePreviewBodyOneCustomerOneBankAccountTypeDefault = "iban"; export declare const renderDeliveryNotePreviewBodyOneFooterMax = 500; export declare const renderDeliveryNotePreviewBodyOneCurrencyCodeMax = 3; export declare const renderDeliveryNotePreviewBodyOneDateDueRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyOneDateServiceRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyOneDateServiceToRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyOneExpectedTotalWithTaxExclusiveMin = 0; export declare const renderDeliveryNotePreviewBodyTwoDateRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyTwoIssuerCountryCodeMin = 2; export declare const renderDeliveryNotePreviewBodyTwoIssuerCountryCodeMax = 2; export declare const renderDeliveryNotePreviewBodyTwoIssuerBankAccountTypeDefault = "iban"; export declare const renderDeliveryNotePreviewBodyTwoCustomerOneCountryCodeMin = 2; export declare const renderDeliveryNotePreviewBodyTwoCustomerOneCountryCodeMax = 2; export declare const renderDeliveryNotePreviewBodyTwoCustomerOneBankAccountTypeDefault = "iban"; export declare const renderDeliveryNotePreviewBodyTwoFooterMax = 500; export declare const renderDeliveryNotePreviewBodyTwoCurrencyCodeMax = 3; export declare const renderDeliveryNotePreviewBodyTwoDateDueRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyTwoDateServiceRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyTwoDateServiceToRegExp: RegExp; export declare const renderDeliveryNotePreviewBodyTwoItemsItemDescriptionMax = 2000; export declare const renderDeliveryNotePreviewBodyTwoItemsItemQuantityMin = -140737488355328; export declare const renderDeliveryNotePreviewBodyTwoItemsItemQuantityMax = 140737488355327; export declare const renderDeliveryNotePreviewBodyTwoItemsItemUnitMax = 50; export declare const renderDeliveryNotePreviewBodyTwoItemsItemDiscountsItemValueMin = 0; export declare const renderDeliveryNotePreviewBodyTwoItemsItemDiscountsItemTypeDefault = "percent"; export declare const renderDeliveryNotePreviewBodyTwoItemsItemDiscountsMax = 5; export declare const renderDeliveryNotePreviewBodyTwoExpectedTotalWithTaxExclusiveMin = 0; export declare const RenderDeliveryNotePreviewBody: zod.ZodUnion; date: zod.ZodOptional; issuer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>, zod.ZodNullable>; }, zod.z.core.$strip>>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; calculation_mode: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; currency_code: zod.ZodOptional; metadata: zod.ZodOptional>>; reference: zod.ZodOptional>; hide_prices: zod.ZodOptional; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray>; name: zod.ZodOptional; quantity: zod.ZodOptional; price: zod.ZodOptional; gross_price: zod.ZodOptional; description: zod.ZodOptional; unit: zod.ZodOptional; discounts: zod.ZodOptional>; }, zod.z.core.$strip>>>; taxes: zod.ZodOptional; tax_id: zod.ZodOptional; }, zod.z.core.$strip>>>; metadata: zod.ZodOptional>; }, zod.z.core.$strip>>; linked_documents: zod.ZodOptional>>; expected_total_with_tax: zod.ZodOptional>; }, zod.z.core.$strip>, zod.ZodObject<{ is_draft: zod.ZodOptional; date: zod.ZodOptional; issuer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>, zod.ZodNullable>; }, zod.z.core.$strip>>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; calculation_mode: zod.ZodOptional, zod.ZodLiteral<"b2c_gross_discount">, zod.ZodLiteral]>>>; currency_code: zod.ZodOptional; metadata: zod.ZodOptional>>; reference: zod.ZodOptional>; hide_prices: zod.ZodOptional; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodOptional>; description: zod.ZodOptional>; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodOptional>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>>; discounts: zod.ZodOptional>; }, zod.z.core.$strip>>>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; save_item: zod.ZodOptional>; }, zod.z.core.$strip>>; linked_documents: zod.ZodOptional>>; expected_total_with_tax: zod.ZodOptional>; }, zod.z.core.$strip>]>; /** * Void a delivery note for technical reasons (duplicate, error, etc.). Voiding marks the delivery note as invalid and prevents further modifications. * @summary Void a delivery note */ export declare const voidDeliveryNotePathIdRegExp: RegExp; export declare const VoidDeliveryNoteParams: zod.ZodObject<{ id: zod.ZodCustomStringFormat<"resource-id">; }, zod.z.core.$strip>; export declare const VoidDeliveryNoteHeader: zod.ZodObject<{ "x-entity-id": zod.ZodOptional; }, zod.z.core.$strip>; export declare const VoidDeliveryNoteBody: zod.ZodObject<{ reason: zod.ZodOptional; }, zod.z.core.$strip>; export declare const voidDeliveryNoteResponseIdMax = 36; export declare const voidDeliveryNoteResponseNumberMax = 100; export declare const voidDeliveryNoteResponseIssuerCountryCodeMin = 2; export declare const voidDeliveryNoteResponseIssuerCountryCodeMax = 2; export declare const voidDeliveryNoteResponseIssuerBankAccountTypeDefault = "iban"; export declare const voidDeliveryNoteResponseCustomerIdMax = 36; export declare const voidDeliveryNoteResponseCustomerCountryCodeMin = 2; export declare const voidDeliveryNoteResponseCustomerCountryCodeMax = 2; export declare const voidDeliveryNoteResponseCustomerBankAccountTypeDefault = "iban"; export declare const voidDeliveryNoteResponseFooterMax = 500; export declare const voidDeliveryNoteResponseTotalMin = -140737488355328; export declare const voidDeliveryNoteResponseTotalMax = 140737488355327; export declare const voidDeliveryNoteResponseTotalWithTaxMin = -140737488355328; export declare const voidDeliveryNoteResponseTotalWithTaxMax = 140737488355327; export declare const voidDeliveryNoteResponseCurrencyCodeMax = 3; export declare const voidDeliveryNoteResponseEntityIdMax = 36; export declare const voidDeliveryNoteResponseDateYearMin = -2147483648; export declare const voidDeliveryNoteResponseDateYearMax = 2147483647; export declare const voidDeliveryNoteResponseShareableIdMax = 100; export declare const voidDeliveryNoteResponseTotalConvertedMin = -140737488355328; export declare const voidDeliveryNoteResponseTotalConvertedMax = 140737488355327; export declare const voidDeliveryNoteResponseTotalWithTaxConvertedMin = -140737488355328; export declare const voidDeliveryNoteResponseTotalWithTaxConvertedMax = 140737488355327; export declare const voidDeliveryNoteResponseDateDueRegExp: RegExp; export declare const voidDeliveryNoteResponseDateServiceRegExp: RegExp; export declare const voidDeliveryNoteResponseDateServiceToRegExp: RegExp; export declare const voidDeliveryNoteResponseItemsItemIdMax = 36; export declare const voidDeliveryNoteResponseItemsItemNameMax = 500; export declare const voidDeliveryNoteResponseItemsItemUnitMax = 50; export declare const voidDeliveryNoteResponseItemsItemDiscountsItemValueMin = 0; export declare const voidDeliveryNoteResponseItemsItemDiscountsItemTypeDefault = "percent"; export declare const voidDeliveryNoteResponseItemsItemDiscountsMax = 5; export declare const voidDeliveryNoteResponseItemsItemTotalConvertedMin = -140737488355328; export declare const voidDeliveryNoteResponseItemsItemTotalConvertedMax = 140737488355327; export declare const voidDeliveryNoteResponseItemsItemTotalWithTaxConvertedMin = -140737488355328; export declare const voidDeliveryNoteResponseItemsItemTotalWithTaxConvertedMax = 140737488355327; export declare const voidDeliveryNoteResponseItemsItemDeliveryNoteIdMax = 36; export declare const voidDeliveryNoteResponseItemsItemItemIdMax = 36; export declare const VoidDeliveryNoteResponse: zod.ZodObject<{ id: zod.ZodString; number: zod.ZodString; is_draft: zod.ZodBoolean; date: zod.z.ZodISODateTime; issuer: zod.ZodObject<{ name: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; customer_id: zod.ZodOptional>; customer: zod.ZodOptional>; email: zod.ZodOptional>; address: zod.ZodOptional>; address_2: zod.ZodOptional>; post_code: zod.ZodOptional>; city: zod.ZodOptional>; state: zod.ZodOptional>; country: zod.ZodOptional>; country_code: zod.ZodOptional>; tax_number: zod.ZodOptional>; tax_number_2: zod.ZodOptional>; company_number: zod.ZodOptional>; phone: zod.ZodOptional>; peppol_id: zod.ZodOptional>; is_end_consumer: zod.ZodOptional>; bank_account: 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>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>>>; note: zod.ZodOptional>; payment_terms: zod.ZodOptional>; tax_clause: zod.ZodOptional>; footer: zod.ZodOptional>; signature: zod.ZodOptional>; total: zod.ZodNumber; total_with_tax: zod.ZodNumber; total_discount: zod.ZodNumber; creation_source: zod.ZodEnum<{ standard: "standard"; custom: "custom"; }>; calculation_mode: zod.ZodEnum<{ b2b_standard: "b2b_standard"; b2c_gross_discount: "b2c_gross_discount"; }>; taxes: zod.ZodArray; tax_id: zod.ZodOptional>; base: zod.ZodNumber; amount: zod.ZodNumber; reverse_charge: zod.ZodOptional>; }, zod.z.core.$strip>>; currency_code: zod.ZodString; entity_id: zod.ZodString; date_year: zod.ZodNumber; shareable_id: zod.ZodOptional>; voided_at: zod.ZodOptional>; transaction_type: zod.ZodOptional, zod.ZodLiteral<"intra_eu_b2b">, zod.ZodLiteral<"intra_eu_b2c">, zod.ZodLiteral<"3w_b2b">, zod.ZodLiteral<"3w_b2c">, zod.ZodLiteral<"export">, zod.ZodLiteral]>>>; metadata: zod.ZodOptional>>; exchange_rate: zod.ZodOptional>>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; rounding_correction: zod.ZodOptional>; eslog: zod.ZodOptional>; validation_status: zod.ZodOptional, zod.ZodLiteral<"invalid">, zod.ZodLiteral<"not_validated">, zod.ZodLiteral]>>>; validation_errors: zod.ZodOptional>>; validated_at: zod.ZodOptional>; }, zod.z.core.$strip>>>; reference: zod.ZodOptional>; vies: zod.ZodOptional; skipped: zod.ZodNullable; }, zod.z.core.$strip>>>; deleted_at: zod.ZodOptional>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; hide_prices: zod.ZodBoolean; date_due: zod.ZodOptional>; date_service: zod.ZodOptional>; date_service_to: zod.ZodOptional>; items: zod.ZodArray, zod.ZodLiteral]>>>; name: zod.ZodString; description: zod.ZodNullable; classification: zod.ZodOptional, zod.ZodLiteral<"service">, zod.ZodLiteral<"advance">, zod.ZodLiteral]>>>; price: zod.ZodOptional>; gross_price: zod.ZodOptional>; quantity: zod.ZodOptional>; unit: zod.ZodOptional>; taxes: zod.ZodArray>; tax_id: zod.ZodOptional>; classification: zod.ZodOptional>; reverse_charge: zod.ZodOptional>; amount: zod.ZodOptional>; pt_exemption_code: zod.ZodOptional>; pt_exemption_reason: zod.ZodOptional>; }, zod.z.core.$strip>>; discounts: zod.ZodArray>; }, zod.z.core.$strip>>; total: zod.ZodOptional>; total_with_tax: zod.ZodOptional>; total_converted: zod.ZodOptional>; total_with_tax_converted: zod.ZodOptional>; delivery_note_id: zod.ZodOptional>; item_id: zod.ZodOptional>; metadata: zod.ZodOptional>>; created_at: zod.z.ZodISODateTime; updated_at: zod.z.ZodISODateTime; }, zod.z.core.$strip>>; document_relations: zod.ZodOptional; source_id: zod.ZodString; target_type: zod.ZodEnum<{ estimate: "estimate"; invoice: "invoice"; credit_note: "credit_note"; advance_invoice: "advance_invoice"; delivery_note: "delivery_note"; }>; target_id: zod.ZodString; relation_type: zod.ZodString; entity_id: zod.ZodString; created_at: zod.z.ZodISODateTime; linked_document_voided_at: zod.ZodOptional>; related_document: zod.ZodOptional; number: zod.ZodString; date: zod.ZodString; total_with_tax: zod.ZodNumber; currency_code: zod.ZodString; is_draft: zod.ZodBoolean; voided_at: zod.ZodNullable; paid_in_full: zod.ZodNullable; title_type: zod.ZodNullable, zod.ZodLiteral<"proforma_invoice">, zod.ZodLiteral]>>; hide_prices: zod.ZodNullable; }, zod.z.core.$strip>>; }, zod.z.core.$strip>>>; }, zod.z.core.$strip>; //# sourceMappingURL=delivery-notes.d.ts.map