@tillhub/schemas 6.298.0 → 6.299.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.299.0](https://github.com/tillhub/schemas/compare/v6.298.0...v6.299.0) (2024-04-09)
2
+
3
+
4
+ ### Features
5
+
6
+ * **staffs:** add branch id to time ranges ([#931](https://github.com/tillhub/schemas/issues/931)) ([78bb4db](https://github.com/tillhub/schemas/commit/78bb4db))
7
+
1
8
  # [6.298.0](https://github.com/tillhub/schemas/compare/v6.297.0...v6.298.0) (2024-04-06)
2
9
 
3
10
 
@@ -549,6 +549,11 @@ module.exports = {
549
549
  end: {
550
550
  description: 'The end time of this range.',
551
551
  type: 'string'
552
+ },
553
+ branch_id: {
554
+ description: 'The branch at which the staff member will be during this range.',
555
+ type: 'string',
556
+ format: 'uuid'
552
557
  }
553
558
  }
554
559
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.298.0",
3
+ "version": "6.299.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",