/** * 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"; /** * **Deprecated:** Use `POST /transaction-type/check` instead. This endpoint is kept for backward compatibility. * @deprecated * @summary Check VIES status (deprecated) */ export declare const checkViesBodyIssuerCountryCodeMin = 2; export declare const checkViesBodyIssuerCountryCodeMax = 2; export declare const checkViesBodyIssuerIsTaxSubjectDefault = true; export declare const checkViesBodyCustomerCountryCodeMin = 2; export declare const checkViesBodyCustomerCountryCodeMax = 2; export declare const CheckViesBody: zod.ZodObject<{ issuer: zod.ZodObject<{ country: zod.ZodOptional; country_code: zod.ZodOptional; is_tax_subject: zod.ZodDefault; }, zod.z.core.$strip>; customer: zod.ZodObject<{ country: zod.ZodOptional; country_code: zod.ZodOptional; tax_number: zod.ZodOptional; is_end_consumer: zod.ZodOptional; }, zod.z.core.$strip>; }, zod.z.core.$strip>; export declare const checkViesResponseIssuerCountryCodeMin = 2; export declare const checkViesResponseIssuerCountryCodeMax = 2; export declare const checkViesResponseCustomerCountryCodeMin = 2; export declare const checkViesResponseCustomerCountryCodeMax = 2; export declare const CheckViesResponse: zod.ZodObject<{ transaction_type: zod.ZodNullable, zod.ZodLiteral<"intra_eu_b2b">, zod.ZodLiteral<"intra_eu_b2c">, zod.ZodLiteral<"3w_b2b">, zod.ZodLiteral<"3w_b2c">, zod.ZodLiteral]>>; reverse_charge_applies: zod.ZodBoolean; issuer_country_code: zod.ZodNullable; customer_country_code: zod.ZodNullable; vies_valid: zod.ZodNullable; warning: zod.ZodNullable; is_tax_subject: zod.ZodOptional; }, zod.z.core.$strip>; //# sourceMappingURL=vies.d.ts.map