@tillhub/schemas 6.148.0 → 6.149.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.149.0](https://github.com/tillhub/schemas/compare/v6.148.0...v6.149.0) (2022-07-13)
2
+
3
+
4
+ ### Features
5
+
6
+ * **favourites:** deprecate banches ([a5f1db1](https://github.com/tillhub/schemas/commit/a5f1db1))
7
+
1
8
  # [6.148.0](https://github.com/tillhub/schemas/compare/v6.147.0...v6.148.0) (2022-07-13)
2
9
 
3
10
 
@@ -93,6 +93,7 @@ const favourite = {
93
93
  },
94
94
  branches: {
95
95
  ...oneOf([{
96
+ description: 'DEPRECATED. Set null or ignore. Use locations. In case of using it, it will redirect the value to locations',
96
97
  type: 'array',
97
98
  items: {
98
99
  type: 'string',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.148.0",
3
+ "version": "6.149.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",