Skip to content

Commit 38a358e

Browse files
committed
add missing attributes to pdf_extra
1 parent 005ef10 commit 38a358e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/types/organization.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)