@tillhub/schemas 6.313.1 → 6.314.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.314.0](https://github.com/tillhub/schemas/compare/v6.313.1...v6.314.0) (2024-06-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **configurations:** customers ([2d1de71](https://github.com/tillhub/schemas/commit/2d1de71))
|
|
7
|
+
|
|
1
8
|
## [6.313.1](https://github.com/tillhub/schemas/compare/v6.313.0...v6.313.1) (2024-06-05)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -47,6 +47,11 @@ module.exports = {
|
|
|
47
47
|
type: 'boolean',
|
|
48
48
|
default: false
|
|
49
49
|
},
|
|
50
|
+
customers_per_branch_search_switch: {
|
|
51
|
+
type: 'boolean',
|
|
52
|
+
default: false,
|
|
53
|
+
description: 'Defines if location parameters can be toggled on and off the customer search UI, default is global search'
|
|
54
|
+
},
|
|
50
55
|
default_branch: {
|
|
51
56
|
oneOf: [
|
|
52
57
|
{
|