@tillhub/schemas 6.109.0 → 6.110.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,15 @@
1
+ # [6.110.0](https://github.com/tillhub/schemas/compare/v6.109.0...v6.110.0) (2022-01-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **abocard-systems:** add action name #API-1169 ([38e7d7f](https://github.com/tillhub/schemas/commit/38e7d7f)), closes [#API-1169](https://github.com/tillhub/schemas/issues/API-1169)
7
+
8
+
9
+ ### Features
10
+
11
+ * **carts:** customers ([07cf41e](https://github.com/tillhub/schemas/commit/07cf41e))
12
+
1
13
  # [6.109.0](https://github.com/tillhub/schemas/compare/v6.108.0...v6.109.0) (2022-01-04)
2
14
 
3
15
 
@@ -34,6 +34,11 @@ const abocardAction = {
34
34
  'sell'
35
35
  ]
36
36
  },
37
+ name: {
38
+ description: 'The abocard action name (usually the same as linked product)',
39
+ type: 'string',
40
+ example: 'Brainwashing'
41
+ },
37
42
  product: {
38
43
  description: 'The product associated with this action. Product gets created automatically when creating a abocard system and based on "linked_product" vat and "system_revenue_account" field values.',
39
44
  ...oneOf({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tillhub/schemas",
3
- "version": "6.109.0",
3
+ "version": "6.110.0",
4
4
  "private": false,
5
5
  "description": "All Tillhub API OpenAPI 3 compatible JSON Schemas.",
6
6
  "main": "./lib/index.js",