removedInput schema / $defs / InvoiceTemplateType / example
Removed value: -"MODERN_TABLE"
removedInput schema / $defs / Language / example
Removed value: -"es"
addedInput schema / $defs / UpdateInvoiceCustomizationRequest / additionalProperties
Added value: +false
changedInput schema / $defs / UpdateInvoiceCustomizationRequest / properties / email_language / allOf
Previous value: -[
- {
- "$ref": "#/$defs/Language"
- },
- {
- "description": "Language used for the emails that deliver the invoice."
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/Language"
+ },
+ {
+ "anyOf": [
+ {
+ "description": "Language used for the emails that deliver the invoice."
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+]
removedInput schema / $defs / UpdateInvoiceCustomizationRequest / properties / invoice_accent_color / example
Removed value: -"#fc481d"
changedInput schema / $defs / UpdateInvoiceCustomizationRequest / properties / invoice_language / allOf
Previous value: -[
- {
- "$ref": "#/$defs/Language"
- },
- {
- "description": "Language used to render the invoice PDF."
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/Language"
+ },
+ {
+ "anyOf": [
+ {
+ "description": "Language used to render the invoice PDF."
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+]
removedInput schema / $defs / UpdateInvoiceCustomizationRequest / properties / invoice_template_type / allOf
Removed value: -[
- {
- "$ref": "#/$defs/InvoiceTemplateType"
- }
-]
addedInput schema / $defs / UpdateInvoiceCustomizationRequest / properties / invoice_template_type / anyOf
Added value: +[
+ {
+ "allOf": [
+ {
+ "$ref": "#/$defs/InvoiceTemplateType"
+ }
+ ],
+ "description": "Template used to render the invoice PDF."
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / $defs / UpdateInvoiceCustomizationRequest / properties / invoice_template_type / description
Removed value: -"Template used to render the invoice PDF."
addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / company_id / description
Previous value: -"NIF (company) the operation acts on. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed."New value: +"Unique identifier (UUID) of the company the operation acts on — its identifier, not its NIF. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A company you do not reach answers `403`, and so does a company that does not exist, so the existence of a company in another account is never disclosed."