@tillhub/schemas 6.205.0 → 6.206.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.206.0](https://github.com/tillhub/schemas/compare/v6.205.0...v6.206.0) (2023-04-14)
2
+
3
+
4
+ ### Features
5
+
6
+ * **configurations:** tips ([cb8afb7](https://github.com/tillhub/schemas/commit/cb8afb7))
7
+
1
8
  # [6.205.0](https://github.com/tillhub/schemas/compare/v6.204.0...v6.205.0) (2023-04-11)
2
9
 
3
10
 
@@ -106,15 +106,7 @@ module.exports = oneOf({
106
106
  'enum': [
107
107
  'cash',
108
108
  'card',
109
- 'invoice',
110
- 'card_opi', // deprecated, use 'card' instead
111
- 'card_concardis', // deprecated, use 'card' instead
112
- 'card_tim', // deprecated, use 'card' instead
113
- 'card_adyen', // deprecated, use 'card' instead
114
- 'gift_card',
115
- 'default',
116
- 'undefined',
117
- 'voucher'
109
+ 'card_opi' // deprecated, use 'card' instead
118
110
  ]
119
111
  }
120
112
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.205.0",
3
+ "version": "6.206.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",