@tillhub/schemas 6.341.1 → 6.342.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.342.0](https://github.com/tillhub/schemas/compare/v6.341.1...v6.342.0) (2024-09-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * **appointment-reminder:** add 'sms_reminder_notification' as a feature flag ([#1005](https://github.com/tillhub/schemas/issues/1005)) ([c07be71](https://github.com/tillhub/schemas/commit/c07be71))
7
+
1
8
  ## [6.341.1](https://github.com/tillhub/schemas/compare/v6.341.0...v6.341.1) (2024-09-22)
2
9
 
3
10
 
@@ -94,5 +94,9 @@ module.exports = {
94
94
  reservations_online_payments: {
95
95
  type: 'boolean',
96
96
  default: false
97
+ },
98
+ sms_reminder_notification: {
99
+ type: 'boolean',
100
+ default: false
97
101
  }
98
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.341.1",
3
+ "version": "6.342.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",