@tillhub/schemas 6.249.0 → 6.250.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.250.0](https://github.com/tillhub/schemas/compare/v6.249.0...v6.250.0) (2023-08-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * **pricebooks:** maximum 5 elements filter ([2c6724b](https://github.com/tillhub/schemas/commit/2c6724b))
7
+
1
8
  # [6.249.0](https://github.com/tillhub/schemas/compare/v6.248.0...v6.249.0) (2023-08-14)
2
9
 
3
10
 
@@ -150,7 +150,8 @@ module.exports.prices = {
150
150
  items: {
151
151
  type: 'string',
152
152
  format: 'uuid'
153
- }
153
+ },
154
+ maxItems: 5
154
155
  }
155
156
  }
156
157
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.249.0",
3
+ "version": "6.250.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",