@tillhub/schemas 6.308.0 → 6.308.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [6.308.2](https://github.com/tillhub/schemas/compare/v6.308.1...v6.308.2) (2024-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **pdf:** fix for exporting pdf with negative total_price_include_vat ([#953](https://github.com/tillhub/schemas/issues/953)) ([ed4c3d4](https://github.com/tillhub/schemas/commit/ed4c3d4))
|
|
7
|
+
|
|
8
|
+
## [6.308.1](https://github.com/tillhub/schemas/compare/v6.308.0...v6.308.1) (2024-05-14)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **vouchers:** added missing filter ([84ed910](https://github.com/tillhub/schemas/commit/84ed910))
|
|
14
|
+
|
|
1
15
|
# [6.308.0](https://github.com/tillhub/schemas/compare/v6.307.0...v6.308.0) (2024-05-14)
|
|
2
16
|
|
|
3
17
|
|
package/lib/v0/vouchers/query.js
CHANGED