/** * 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 */ /** * Update user PT operator settings for a specific entity */ export type UpdateUserPtSettingsBody = { /** PT operator first name */ operator_first_name?: string; /** PT operator last name */ operator_last_name?: string; /** PT operator tax number */ operator_tax_number?: string; /** Deprecated alias for PT operator first name */ account_first_name?: string; /** Deprecated alias for PT operator last name */ account_last_name?: string; /** Deprecated alias for PT operator tax number */ account_tax_number?: string; }; //# sourceMappingURL=updateUserPtSettingsBody.d.ts.map