@tillhub/schemas 6.321.0 → 6.322.0

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,10 @@
1
+ # [6.322.0](https://github.com/tillhub/schemas/compare/v6.321.0...v6.322.0) (2024-06-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * **configurations:** ui ([6c2f72d](https://github.com/tillhub/schemas/commit/6c2f72d))
7
+
1
8
  # [6.321.0](https://github.com/tillhub/schemas/compare/v6.320.0...v6.321.0) (2024-06-20)
2
9
 
3
10
 
@@ -77,6 +77,10 @@ module.exports = {
77
77
  description: 'Defines the \'E-Mail Quittance\' button - only non-invoiced sales',
78
78
  ...buttonUIConfiguration
79
79
  }),
80
+ print_quittance: oneOf({
81
+ description: 'Defines the \'Print Quittance\' button - only non-invoiced sales',
82
+ ...buttonUIConfiguration
83
+ }),
80
84
  email_invoice: oneOf({
81
85
  description: 'Defines the \'E-Mail Invoice\' button - only invoiced sales',
82
86
  ...buttonUIConfiguration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.321.0",
3
+ "version": "6.322.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",