@wix/bookings 1.0.68 → 1.0.69

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.
@@ -179,9 +179,9 @@ export declare function bookingsUpdateNumberOfParticipants(payload: UpdateNumber
179
179
  *
180
180
  * ## How Bookings Are Confirmed or Declined
181
181
  *
182
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
182
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
183
183
  *
184
- * ![image](./images/confirmatorflow.png)
184
+ * ![flow](images/confirmator_flow.png)
185
185
  *
186
186
  *
187
187
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
@@ -404,9 +404,9 @@ exports.bookingsUpdateNumberOfParticipants = bookingsUpdateNumberOfParticipants;
404
404
  *
405
405
  * ## How Bookings Are Confirmed or Declined
406
406
  *
407
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
407
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
408
408
  *
409
- * ![image](./images/confirmatorflow.png)
409
+ * ![flow](images/confirmator_flow.png)
410
410
  *
411
411
  *
412
412
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
@@ -1942,9 +1942,9 @@ export interface UpdateNumberOfParticipantsOptions {
1942
1942
  *
1943
1943
  * ## How Bookings Are Confirmed or Declined
1944
1944
  *
1945
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
1945
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
1946
1946
  *
1947
- * ![image](./images/confirmatorflow.png)
1947
+ * ![flow](images/confirmator_flow.png)
1948
1948
  *
1949
1949
  *
1950
1950
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
@@ -685,9 +685,9 @@ exports.updateNumberOfParticipants = updateNumberOfParticipants;
685
685
  *
686
686
  * ## How Bookings Are Confirmed or Declined
687
687
  *
688
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
688
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
689
689
  *
690
- * ![image](./images/confirmatorflow.png)
690
+ * ![flow](images/confirmator_flow.png)
691
691
  *
692
692
  *
693
693
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
@@ -179,9 +179,9 @@ export declare function bookingsUpdateNumberOfParticipants(payload: UpdateNumber
179
179
  *
180
180
  * ## How Bookings Are Confirmed or Declined
181
181
  *
182
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
182
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
183
183
  *
184
- * ![image](./images/confirmatorflow.png)
184
+ * ![flow](images/confirmator_flow.png)
185
185
  *
186
186
  *
187
187
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
@@ -395,9 +395,9 @@ export function bookingsUpdateNumberOfParticipants(payload) {
395
395
  *
396
396
  * ## How Bookings Are Confirmed or Declined
397
397
  *
398
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
398
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
399
399
  *
400
- * ![image](./images/confirmatorflow.png)
400
+ * ![flow](images/confirmator_flow.png)
401
401
  *
402
402
  *
403
403
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
@@ -1942,9 +1942,9 @@ export interface UpdateNumberOfParticipantsOptions {
1942
1942
  *
1943
1943
  * ## How Bookings Are Confirmed or Declined
1944
1944
  *
1945
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
1945
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
1946
1946
  *
1947
- * ![image](./images/confirmatorflow.png)
1947
+ * ![flow](images/confirmator_flow.png)
1948
1948
  *
1949
1949
  *
1950
1950
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
@@ -657,9 +657,9 @@ export function updateNumberOfParticipants(bookingId, options) {
657
657
  *
658
658
  * ## How Bookings Are Confirmed or Declined
659
659
  *
660
- * Bookings are confirmed or denied based on their status. The following flow presents how `Confirm Or Decline Booking` determines the booking status.
660
+ * The following flow presents how `Confirm Or Decline Booking` determines the booking status.
661
661
  *
662
- * ![image](./images/confirmatorflow.png)
662
+ * ![flow](images/confirmator_flow.png)
663
663
  *
664
664
  *
665
665
  * + **Whether confirmation is required for the booking**. You can bypass the confirmation check by setting the `skipBusinessConfirmation` property to `true` when [creating a booking](https://example.com).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "17f6aec3b1a8805032c2b19bc8e239188823804d0a1ecd5defe8f087"
36
+ "falconPackageHash": "525069e7272ea241cd5bebf9e17597bcc4517eb87e7de61675ba60f0"
37
37
  }