@wix/bookings 1.0.523 → 1.0.524

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.523",
3
+ "version": "1.0.524",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -27,7 +27,7 @@
27
27
  "@wix/bookings_booking-fees": "1.0.11",
28
28
  "@wix/bookings_booking-policies": "1.0.12",
29
29
  "@wix/bookings_booking-policy-snapshots": "1.0.7",
30
- "@wix/bookings_bookings": "1.0.79",
30
+ "@wix/bookings_bookings": "1.0.80",
31
31
  "@wix/bookings_categories": "1.0.44",
32
32
  "@wix/bookings_extended-bookings": "1.0.63",
33
33
  "@wix/bookings_external-calendars": "1.0.41",
@@ -63,5 +63,5 @@
63
63
  "fqdn": ""
64
64
  }
65
65
  },
66
- "falconPackageHash": "7c61676a08ee3439974c3fd855307fd0bc195d7b676e4a01ad6ab026"
66
+ "falconPackageHash": "93ecd984b21b3eb7f54fd80e9eb44cd45cd2f537ba860c465a626d41"
67
67
  }
@@ -23771,7 +23771,7 @@ interface SetBookingSessionIdResponse {
23771
23771
  interface SetBookingSubmissionIdRequest {
23772
23772
  /** ID of the booking to set its submissionId. */
23773
23773
  bookingId?: string;
23774
- /** The sessionId to be set. */
23774
+ /** The form submission ID to be set on the booking. */
23775
23775
  submissionId?: string;
23776
23776
  }
23777
23777
  interface SetBookingSubmissionIdResponse {
@@ -23771,7 +23771,7 @@ interface SetBookingSessionIdResponse {
23771
23771
  interface SetBookingSubmissionIdRequest {
23772
23772
  /** ID of the booking to set its submissionId. */
23773
23773
  bookingId?: string;
23774
- /** The sessionId to be set. */
23774
+ /** The form submission ID to be set on the booking. */
23775
23775
  submissionId?: string;
23776
23776
  }
23777
23777
  interface SetBookingSubmissionIdResponse {