@wix/auto_sdk_bookings_pricing 1.0.3 → 1.0.4

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.
@@ -811,7 +811,7 @@ export interface ParticipantChoices {
811
811
  /**
812
812
  * Information about the booked service choices. Includes the number of participants.
813
813
  * @minSize 1
814
- * @maxSize 10
814
+ * @maxSize 20
815
815
  */
816
816
  serviceChoices?: ServiceChoices[];
817
817
  }
@@ -814,7 +814,7 @@ export interface ParticipantChoices {
814
814
  /**
815
815
  * Information about the booked service choices. Includes the number of participants.
816
816
  * @minSize 1
817
- * @maxSize 10
817
+ * @maxSize 20
818
818
  */
819
819
  serviceChoices?: ServiceChoices[];
820
820
  }
@@ -811,7 +811,7 @@ export interface ParticipantChoices {
811
811
  /**
812
812
  * Information about the booked service choices. Includes the number of participants.
813
813
  * @minSize 1
814
- * @maxSize 10
814
+ * @maxSize 20
815
815
  */
816
816
  serviceChoices?: ServiceChoices[];
817
817
  }
@@ -814,7 +814,7 @@ export interface ParticipantChoices {
814
814
  /**
815
815
  * Information about the booked service choices. Includes the number of participants.
816
816
  * @minSize 1
817
- * @maxSize 10
817
+ * @maxSize 20
818
818
  */
819
819
  serviceChoices?: ServiceChoices[];
820
820
  }
@@ -811,7 +811,7 @@ export interface ParticipantChoices {
811
811
  /**
812
812
  * Information about the booked service choices. Includes the number of participants.
813
813
  * @minSize 1
814
- * @maxSize 10
814
+ * @maxSize 20
815
815
  */
816
816
  serviceChoices?: ServiceChoices[];
817
817
  }
@@ -814,7 +814,7 @@ export interface ParticipantChoices {
814
814
  /**
815
815
  * Information about the booked service choices. Includes the number of participants.
816
816
  * @minSize 1
817
- * @maxSize 10
817
+ * @maxSize 20
818
818
  */
819
819
  serviceChoices?: ServiceChoices[];
820
820
  }
@@ -811,7 +811,7 @@ export interface ParticipantChoices {
811
811
  /**
812
812
  * Information about the booked service choices. Includes the number of participants.
813
813
  * @minSize 1
814
- * @maxSize 10
814
+ * @maxSize 20
815
815
  */
816
816
  serviceChoices?: ServiceChoices[];
817
817
  }
@@ -814,7 +814,7 @@ export interface ParticipantChoices {
814
814
  /**
815
815
  * Information about the booked service choices. Includes the number of participants.
816
816
  * @minSize 1
817
- * @maxSize 10
817
+ * @maxSize 20
818
818
  */
819
819
  serviceChoices?: ServiceChoices[];
820
820
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_pricing",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.v2.price_info"
49
49
  }
50
50
  },
51
- "falconPackageHash": "26e6b566fabe76248ce56f116869457533c2184d78b7c666155b62a3"
51
+ "falconPackageHash": "ebc6dc1f7ed93472a8dc714462963f17f763a2b5036f4c420be5d808"
52
52
  }