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 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.2-beta.9](https://github.com/Carlito-GmbH/carlito-platform/compare/bookito-widget-0.42.2-beta.8...bookito-widget-0.42.2-beta.9) (2026-03-25)
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(filters: { parentStayInfo: { id: { null: true } } }) {
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(filters: { parentStayInfo: { id: { null: true } } }) {
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bookito-widget",
3
- "version": "0.42.2-beta.9",
3
+ "version": "0.42.3-beta.0",
4
4
  "main": "dist/bookito-widget.umd.js",
5
5
  "license": "MIT",
6
6
  "module": "build/esm/index.js",