@wix/bookings 1.0.287 → 1.0.288

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.
@@ -996,7 +996,7 @@ export interface ConfirmMultiServiceBookingRequest {
996
996
  }
997
997
  export interface ConfirmBookingFlowControlSettings {
998
998
  /**
999
- * todo add notes regard any flow
999
+ * todo: docs any-resource flow behavior
1000
1000
  * Whether the availability is checked before confirming the booking.
1001
1001
  * When passing `false` a booking is only being updated with status CONFIRMED
1002
1002
  * Default: `false`.
@@ -998,7 +998,7 @@ export interface ConfirmMultiServiceBookingRequest {
998
998
  }
999
999
  export interface ConfirmBookingFlowControlSettings {
1000
1000
  /**
1001
- * todo add notes regard any flow
1001
+ * todo: docs any-resource flow behavior
1002
1002
  * Whether the availability is checked before confirming the booking.
1003
1003
  * When passing `false` a booking is only being updated with status CONFIRMED
1004
1004
  * Default: `false`.
@@ -996,7 +996,7 @@ export interface ConfirmMultiServiceBookingRequest {
996
996
  }
997
997
  export interface ConfirmBookingFlowControlSettings {
998
998
  /**
999
- * todo add notes regard any flow
999
+ * todo: docs any-resource flow behavior
1000
1000
  * Whether the availability is checked before confirming the booking.
1001
1001
  * When passing `false` a booking is only being updated with status CONFIRMED
1002
1002
  * Default: `false`.
@@ -998,7 +998,7 @@ export interface ConfirmMultiServiceBookingRequest {
998
998
  }
999
999
  export interface ConfirmBookingFlowControlSettings {
1000
1000
  /**
1001
- * todo add notes regard any flow
1001
+ * todo: docs any-resource flow behavior
1002
1002
  * Whether the availability is checked before confirming the booking.
1003
1003
  * When passing `false` a booking is only being updated with status CONFIRMED
1004
1004
  * Default: `false`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.287",
3
+ "version": "1.0.288",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "groupId": "com.wixpress.public-sdk-autogen"
35
35
  }
36
36
  },
37
- "falconPackageHash": "69536cee347ec52b0714890c6e906700af23fcd04dc966c5f1fe7b20"
37
+ "falconPackageHash": "185df350026acfded9b4497ee159b75b2ea3ee8cf6406d00587a3ee4"
38
38
  }