@tillhub/schemas 6.301.0 → 6.303.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,17 @@
|
|
|
1
|
+
# [6.303.0](https://github.com/tillhub/schemas/compare/v6.302.0...v6.303.0) (2024-04-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **feature_flags:** add online payments feature flag ([#936](https://github.com/tillhub/schemas/issues/936)) ([a8f36d3](https://github.com/tillhub/schemas/commit/a8f36d3))
|
|
7
|
+
|
|
8
|
+
# [6.302.0](https://github.com/tillhub/schemas/compare/v6.301.0...v6.302.0) (2024-04-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **branches:** change double backlashes to single ([#935](https://github.com/tillhub/schemas/issues/935)) ([a232a9a](https://github.com/tillhub/schemas/commit/a232a9a))
|
|
14
|
+
|
|
1
15
|
# [6.301.0](https://github.com/tillhub/schemas/compare/v6.300.0...v6.301.0) (2024-04-11)
|
|
2
16
|
|
|
3
17
|
|
package/lib/v0/branches/base.js
CHANGED
|
@@ -372,7 +372,7 @@ module.exports = {
|
|
|
372
372
|
reservations_google_maps_address: {
|
|
373
373
|
description: 'The location of the branch on Google Maps',
|
|
374
374
|
example: 'https://maps.app.goo.gl/tpF7EMsEC7Wy5hmd6',
|
|
375
|
-
pattern: '^https:\\/\\/maps\\.app\\.goo\\.gl\\/[A-Za-
|
|
375
|
+
pattern: '^https:\\/\\/maps\\.app\\.goo\\.gl\\/[A-Za-z0-9]*$',
|
|
376
376
|
oneOf: [
|
|
377
377
|
{
|
|
378
378
|
type: 'string'
|