@wix/auto_sdk_bookings_bookings 1.0.8 → 1.0.9

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.
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
@@ -641,7 +641,7 @@ export interface ParticipantChoices {
641
641
  /**
642
642
  * Information about the booked service choices. Includes the number of participants.
643
643
  * @minSize 1
644
- * @maxSize 10
644
+ * @maxSize 20
645
645
  */
646
646
  serviceChoices?: ServiceChoices[];
647
647
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_bookings",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.v2.booking"
49
49
  }
50
50
  },
51
- "falconPackageHash": "567550b719cb6aad0b989275d9656d8b5abe901922a47185cd79a21d"
51
+ "falconPackageHash": "029d09e4a093aaedd3568a2b436768daeea1380d8b2d4dc2c2fd410f"
52
52
  }