@wix/seatings 1.0.8 → 1.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/seatings",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/seatings_seating-plan": "1.0.7",
22
- "@wix/seatings_seating-reservation": "1.0.6"
21
+ "@wix/seatings_seating-plan": "1.0.9",
22
+ "@wix/seatings_seating-reservation": "1.0.7"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "9c6ffd9793a5dbd47b0cc4a3b6b39c82bacb578fa8355573e6daecef"
46
+ "falconPackageHash": "5e645360935666ee3db09c41d5232496490096a19d86ce282c679eae"
47
47
  }
@@ -1141,6 +1141,7 @@ interface SeatingPlanUpdatedEnvelope {
1141
1141
  metadata: EventMetadata$1;
1142
1142
  }
1143
1143
  interface SeatingPlanDeletedEnvelope {
1144
+ entity: SeatingPlan$1;
1144
1145
  metadata: EventMetadata$1;
1145
1146
  }
1146
1147
  interface UpdateSeatingPlanOptions {