@tillhub/schemas 6.275.0 → 6.275.1

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.275.1](https://github.com/tillhub/schemas/compare/v6.275.0...v6.275.1) (2023-11-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **eslint:** fix export configuration ([a825787](https://github.com/tillhub/schemas/commit/a825787))
7
+
1
8
  # [6.275.0](https://github.com/tillhub/schemas/compare/v6.274.0...v6.275.0) (2023-11-23)
2
9
 
3
10
 
@@ -783,7 +783,7 @@ module.exports = {
783
783
  description: 'The header of the report',
784
784
  type: 'boolean'
785
785
  }),
786
- date_range: oneOf({
786
+ email: oneOf({
787
787
  type: 'string'
788
788
  }),
789
789
  filter: oneOf({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.275.0",
3
+ "version": "6.275.1",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",