bookito-widget 0.42.2-beta.9 → 0.42.3-beta.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 +9 -1
- package/dist/bookito-widget.umd.js +13 -1
- package/dist/bookito-widget.window.js +13 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [0.42.
|
|
5
|
+
## [0.42.3-beta.0](https://github.com/Carlito-GmbH/carlito-platform/compare/bookito-widget-0.42.2-beta.10...bookito-widget-0.42.3-beta.0) (2026-03-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [0.42.2](https://github.com/Carlito-GmbH/carlito-platform/compare/bookito-widget-0.42.2-beta.8...bookito-widget-0.42.2) (2026-03-25)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [0.42.2](https://github.com/Carlito-GmbH/carlito-platform/compare/bookito-widget-0.42.2-beta.8...bookito-widget-0.42.2) (2026-03-25)
|
|
6
14
|
|
|
7
15
|
|
|
8
16
|
|
|
@@ -517,6 +517,11 @@
|
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
|
+
parentStayInfo {
|
|
521
|
+
data {
|
|
522
|
+
id
|
|
523
|
+
}
|
|
524
|
+
}
|
|
520
525
|
title
|
|
521
526
|
locale
|
|
522
527
|
hidden
|
|
@@ -538,7 +543,14 @@
|
|
|
538
543
|
}
|
|
539
544
|
}
|
|
540
545
|
}
|
|
541
|
-
stayInformations(
|
|
546
|
+
stayInformations(
|
|
547
|
+
filters: {
|
|
548
|
+
or: [
|
|
549
|
+
{ parentStayInfo: { id: { null: true } } }
|
|
550
|
+
{ parentStayInfo: { id: { eq: null } } }
|
|
551
|
+
]
|
|
552
|
+
}
|
|
553
|
+
) {
|
|
542
554
|
data {
|
|
543
555
|
id
|
|
544
556
|
attributes {
|
|
@@ -517,6 +517,11 @@
|
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
|
+
parentStayInfo {
|
|
521
|
+
data {
|
|
522
|
+
id
|
|
523
|
+
}
|
|
524
|
+
}
|
|
520
525
|
title
|
|
521
526
|
locale
|
|
522
527
|
hidden
|
|
@@ -538,7 +543,14 @@
|
|
|
538
543
|
}
|
|
539
544
|
}
|
|
540
545
|
}
|
|
541
|
-
stayInformations(
|
|
546
|
+
stayInformations(
|
|
547
|
+
filters: {
|
|
548
|
+
or: [
|
|
549
|
+
{ parentStayInfo: { id: { null: true } } }
|
|
550
|
+
{ parentStayInfo: { id: { eq: null } } }
|
|
551
|
+
]
|
|
552
|
+
}
|
|
553
|
+
) {
|
|
542
554
|
data {
|
|
543
555
|
id
|
|
544
556
|
attributes {
|