@wix/bookings 1.0.421 → 1.0.422

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/bookings",
3
- "version": "1.0.421",
3
+ "version": "1.0.422",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -28,8 +28,8 @@
28
28
  "@wix/bookings_multi-service-availability-time-slots": "1.0.25",
29
29
  "@wix/bookings_pricing": "1.0.28",
30
30
  "@wix/bookings_resources": "1.0.31",
31
- "@wix/bookings_service-options-and-variants": "1.0.39",
32
- "@wix/bookings_services": "1.0.60"
31
+ "@wix/bookings_service-options-and-variants": "1.0.40",
32
+ "@wix/bookings_services": "1.0.61"
33
33
  },
34
34
  "devDependencies": {
35
35
  "glob": "^10.4.1",
@@ -53,5 +53,5 @@
53
53
  "fqdn": ""
54
54
  }
55
55
  },
56
- "falconPackageHash": "74ee4a568d3e3a49c4a40f300f31281949d924ec16afaa8268c98332"
56
+ "falconPackageHash": "f669e0cbdb3baca86a21d0cc82dce687507ef56c046c5f54ee5b5e26"
57
57
  }
@@ -2758,6 +2758,7 @@ interface ServiceOptionsAndVariantsUpdatedEnvelope {
2758
2758
  metadata: EventMetadata$2;
2759
2759
  }
2760
2760
  interface ServiceOptionsAndVariantsDeletedEnvelope {
2761
+ entity: ServiceOptionsAndVariants;
2761
2762
  metadata: EventMetadata$2;
2762
2763
  }
2763
2764
  interface UpdateServiceOptionsAndVariants {
@@ -6609,6 +6610,7 @@ interface ServiceUpdatedEnvelope {
6609
6610
  metadata: EventMetadata$1;
6610
6611
  }
6611
6612
  interface ServiceDeletedEnvelope {
6613
+ entity: Service;
6612
6614
  metadata: EventMetadata$1;
6613
6615
  }
6614
6616
  interface UpdateService {
@@ -8100,6 +8100,7 @@ interface ServiceOptionsAndVariantsUpdatedEnvelope {
8100
8100
  metadata: EventMetadata$2;
8101
8101
  }
8102
8102
  interface ServiceOptionsAndVariantsDeletedEnvelope {
8103
+ entity: ServiceOptionsAndVariants;
8103
8104
  metadata: EventMetadata$2;
8104
8105
  }
8105
8106
  interface UpdateServiceOptionsAndVariants {
@@ -14701,6 +14702,7 @@ interface ServiceUpdatedEnvelope {
14701
14702
  metadata: EventMetadata$1;
14702
14703
  }
14703
14704
  interface ServiceDeletedEnvelope {
14705
+ entity: Service;
14704
14706
  metadata: EventMetadata$1;
14705
14707
  }
14706
14708
  interface UpdateService {