File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ 4.9.1] 2025-07-21:
99
10- - Deprecate ` organization.plan ` property and add ` add_ons ` property to the Organization type.
10+ ### Fixed
11+
12+ - Deprecate ` Organization.plan ` property.
13+
14+ ### Added
15+
16+ - Add ` add_ons ` property to the Organization type.
17+ - Add missing attributes to ` Organization.customization.pdf_extra ` .
1118
1219## [ 4.9.0] 2025-06-16
1320
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ export interface Organization {
5454 round_unit_price : boolean ;
5555 tax_breakdown : boolean ;
5656 ieps_breakdown : boolean ;
57+ render_carta_porte : boolean ;
58+ repeat_signature : boolean ;
5759 } ;
5860 default_series : {
5961 I : string ;
You can’t perform that action at this time.
0 commit comments