@tillhub/schemas 6.324.0 → 6.325.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.325.0](https://github.com/tillhub/schemas/compare/v6.324.0...v6.325.0) (2024-07-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * **configurations:** features ([3ca266e](https://github.com/tillhub/schemas/commit/3ca266e))
7
+
1
8
  # [6.324.0](https://github.com/tillhub/schemas/compare/v6.323.2...v6.324.0) (2024-07-11)
2
9
 
3
10
 
@@ -207,6 +207,11 @@ module.exports = oneOf({
207
207
  type: 'boolean',
208
208
  default: false
209
209
  }),
210
+ sale_confirmation: oneOf({
211
+ description: 'Specifies if sale confirmation is indicated',
212
+ type: 'boolean',
213
+ default: true
214
+ }),
210
215
  url: {
211
216
  description: 'The URL of the web view',
212
217
  type: 'string',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.324.0",
3
+ "version": "6.325.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",