@tillhub/schemas 6.207.0 → 6.208.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,11 @@
|
|
|
1
|
+
# [6.208.0](https://github.com/tillhub/schemas/compare/v6.207.0...v6.208.0) (2023-04-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **configurations:** tips ([15da363](https://github.com/tillhub/schemas/commit/15da363))
|
|
7
|
+
* **configurations:** tips ([6a85257](https://github.com/tillhub/schemas/commit/6a85257))
|
|
8
|
+
|
|
1
9
|
# [6.207.0](https://github.com/tillhub/schemas/compare/v6.206.0...v6.207.0) (2023-04-18)
|
|
2
10
|
|
|
3
11
|
|
|
@@ -11,11 +11,8 @@ const tipsCartItemTemplate = {
|
|
|
11
11
|
example: '43847a66-97dc-4ac2-8e8a-c44920e1f22f'
|
|
12
12
|
},
|
|
13
13
|
product_name: {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
type: 'string',
|
|
17
|
-
description: 'Name of the product, e.g. Shop-owner\'s Tip.'
|
|
18
|
-
})
|
|
14
|
+
type: 'string',
|
|
15
|
+
description: 'Name of the product, e.g. Shop-owner\'s Tip.'
|
|
19
16
|
},
|
|
20
17
|
product_number: {
|
|
21
18
|
default: null,
|
|
@@ -54,10 +51,13 @@ const tipsCartItemTemplate = {
|
|
|
54
51
|
example: 'a3847a66-97dc-4ac2-8e8a-c44920e1f22f'
|
|
55
52
|
},
|
|
56
53
|
tax: {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
54
|
+
default: null,
|
|
55
|
+
...oneOf({
|
|
56
|
+
type: 'string',
|
|
57
|
+
format: 'uuid',
|
|
58
|
+
description: 'The Tillhub tax resource reference ID. If NULL, the source items are used to define tax rates',
|
|
59
|
+
example: '33847a66-97dc-4ac2-8e8a-c44920e1f22f'
|
|
60
|
+
})
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
}
|