@wix/auto_sdk_bookings_pricing 1.0.2 → 1.0.3

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.
@@ -26,7 +26,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
26
26
  priceDescriptionInfo?: PriceDescriptionInfo;
27
27
  /**
28
28
  * List of line items, including the number of participants and the price per participant.
29
- * @maxSize 10
29
+ * @maxSize 20
30
30
  */
31
31
  bookingLineItems?: BookingLineItem[];
32
32
  /**
@@ -156,7 +156,7 @@ export interface PreviewPriceRequest {
156
156
  /**
157
157
  * List of line items to preview the price for.
158
158
  * @minSize 1
159
- * @maxSize 10
159
+ * @maxSize 20
160
160
  */
161
161
  bookingLineItems: BookingLineItem[];
162
162
  }
@@ -24,7 +24,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
24
24
  priceDescriptionInfo?: PriceDescriptionInfo;
25
25
  /**
26
26
  * List of line items, including the number of participants and the price per participant.
27
- * @maxSize 10
27
+ * @maxSize 20
28
28
  */
29
29
  bookingLineItems?: BookingLineItem[];
30
30
  /**
@@ -150,7 +150,7 @@ export interface PreviewPriceRequest {
150
150
  /**
151
151
  * List of line items to preview the price for.
152
152
  * @minSize 1
153
- * @maxSize 10
153
+ * @maxSize 20
154
154
  */
155
155
  bookingLineItems: BookingLineItem[];
156
156
  }
@@ -26,7 +26,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
26
26
  priceDescriptionInfo?: PriceDescriptionInfo;
27
27
  /**
28
28
  * List of line items, including the number of participants and the price per participant.
29
- * @maxSize 10
29
+ * @maxSize 20
30
30
  */
31
31
  bookingLineItems?: BookingLineItem[];
32
32
  /**
@@ -156,7 +156,7 @@ export interface PreviewPriceRequest {
156
156
  /**
157
157
  * List of line items to preview the price for.
158
158
  * @minSize 1
159
- * @maxSize 10
159
+ * @maxSize 20
160
160
  */
161
161
  bookingLineItems: BookingLineItem[];
162
162
  }
@@ -24,7 +24,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
24
24
  priceDescriptionInfo?: PriceDescriptionInfo;
25
25
  /**
26
26
  * List of line items, including the number of participants and the price per participant.
27
- * @maxSize 10
27
+ * @maxSize 20
28
28
  */
29
29
  bookingLineItems?: BookingLineItem[];
30
30
  /**
@@ -150,7 +150,7 @@ export interface PreviewPriceRequest {
150
150
  /**
151
151
  * List of line items to preview the price for.
152
152
  * @minSize 1
153
- * @maxSize 10
153
+ * @maxSize 20
154
154
  */
155
155
  bookingLineItems: BookingLineItem[];
156
156
  }
@@ -26,7 +26,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
26
26
  priceDescriptionInfo?: PriceDescriptionInfo;
27
27
  /**
28
28
  * List of line items, including the number of participants and the price per participant.
29
- * @maxSize 10
29
+ * @maxSize 20
30
30
  */
31
31
  bookingLineItems?: BookingLineItem[];
32
32
  /**
@@ -156,7 +156,7 @@ export interface PreviewPriceRequest {
156
156
  /**
157
157
  * List of line items to preview the price for.
158
158
  * @minSize 1
159
- * @maxSize 10
159
+ * @maxSize 20
160
160
  */
161
161
  bookingLineItems: BookingLineItem[];
162
162
  }
@@ -24,7 +24,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
24
24
  priceDescriptionInfo?: PriceDescriptionInfo;
25
25
  /**
26
26
  * List of line items, including the number of participants and the price per participant.
27
- * @maxSize 10
27
+ * @maxSize 20
28
28
  */
29
29
  bookingLineItems?: BookingLineItem[];
30
30
  /**
@@ -150,7 +150,7 @@ export interface PreviewPriceRequest {
150
150
  /**
151
151
  * List of line items to preview the price for.
152
152
  * @minSize 1
153
- * @maxSize 10
153
+ * @maxSize 20
154
154
  */
155
155
  bookingLineItems: BookingLineItem[];
156
156
  }
@@ -26,7 +26,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
26
26
  priceDescriptionInfo?: PriceDescriptionInfo;
27
27
  /**
28
28
  * List of line items, including the number of participants and the price per participant.
29
- * @maxSize 10
29
+ * @maxSize 20
30
30
  */
31
31
  bookingLineItems?: BookingLineItem[];
32
32
  /**
@@ -156,7 +156,7 @@ export interface PreviewPriceRequest {
156
156
  /**
157
157
  * List of line items to preview the price for.
158
158
  * @minSize 1
159
- * @maxSize 10
159
+ * @maxSize 20
160
160
  */
161
161
  bookingLineItems: BookingLineItem[];
162
162
  }
@@ -24,7 +24,7 @@ export interface PriceInfo extends PriceInfoTotalPriceOneOf {
24
24
  priceDescriptionInfo?: PriceDescriptionInfo;
25
25
  /**
26
26
  * List of line items, including the number of participants and the price per participant.
27
- * @maxSize 10
27
+ * @maxSize 20
28
28
  */
29
29
  bookingLineItems?: BookingLineItem[];
30
30
  /**
@@ -150,7 +150,7 @@ export interface PreviewPriceRequest {
150
150
  /**
151
151
  * List of line items to preview the price for.
152
152
  * @minSize 1
153
- * @maxSize 10
153
+ * @maxSize 20
154
154
  */
155
155
  bookingLineItems: BookingLineItem[];
156
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_pricing",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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": "1c3b74b99ea61e75219adfcf3e8c469c07fe0ec2256e08f23978ae52"
51
+ "falconPackageHash": "26e6b566fabe76248ce56f116869457533c2184d78b7c666155b62a3"
52
52
  }