@wix/auto_sdk_bookings_pricing 1.0.2 → 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.
- package/build/cjs/src/bookings-v2-price-info-pricing.types.d.ts +3 -3
- package/build/cjs/src/bookings-v2-price-info-pricing.universal.d.ts +3 -3
- package/build/es/src/bookings-v2-price-info-pricing.types.d.ts +3 -3
- package/build/es/src/bookings-v2-price-info-pricing.universal.d.ts +3 -3
- package/build/internal/cjs/src/bookings-v2-price-info-pricing.types.d.ts +3 -3
- package/build/internal/cjs/src/bookings-v2-price-info-pricing.universal.d.ts +3 -3
- package/build/internal/es/src/bookings-v2-price-info-pricing.types.d.ts +3 -3
- package/build/internal/es/src/bookings-v2-price-info-pricing.universal.d.ts +3 -3
- package/package.json +2 -2
|
@@ -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
|
|
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
|
|
159
|
+
* @maxSize 20
|
|
160
160
|
*/
|
|
161
161
|
bookingLineItems: BookingLineItem[];
|
|
162
162
|
}
|
|
@@ -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
|
|
814
|
+
* @maxSize 20
|
|
815
815
|
*/
|
|
816
816
|
serviceChoices?: ServiceChoices[];
|
|
817
817
|
}
|
|
@@ -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
|
|
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
|
|
153
|
+
* @maxSize 20
|
|
154
154
|
*/
|
|
155
155
|
bookingLineItems: BookingLineItem[];
|
|
156
156
|
}
|
|
@@ -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
|
|
817
|
+
* @maxSize 20
|
|
818
818
|
*/
|
|
819
819
|
serviceChoices?: ServiceChoices[];
|
|
820
820
|
}
|
|
@@ -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
|
|
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
|
|
159
|
+
* @maxSize 20
|
|
160
160
|
*/
|
|
161
161
|
bookingLineItems: BookingLineItem[];
|
|
162
162
|
}
|
|
@@ -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
|
|
814
|
+
* @maxSize 20
|
|
815
815
|
*/
|
|
816
816
|
serviceChoices?: ServiceChoices[];
|
|
817
817
|
}
|
|
@@ -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
|
|
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
|
|
153
|
+
* @maxSize 20
|
|
154
154
|
*/
|
|
155
155
|
bookingLineItems: BookingLineItem[];
|
|
156
156
|
}
|
|
@@ -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
|
|
817
|
+
* @maxSize 20
|
|
818
818
|
*/
|
|
819
819
|
serviceChoices?: ServiceChoices[];
|
|
820
820
|
}
|
|
@@ -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
|
|
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
|
|
159
|
+
* @maxSize 20
|
|
160
160
|
*/
|
|
161
161
|
bookingLineItems: BookingLineItem[];
|
|
162
162
|
}
|
|
@@ -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
|
|
814
|
+
* @maxSize 20
|
|
815
815
|
*/
|
|
816
816
|
serviceChoices?: ServiceChoices[];
|
|
817
817
|
}
|
|
@@ -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
|
|
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
|
|
153
|
+
* @maxSize 20
|
|
154
154
|
*/
|
|
155
155
|
bookingLineItems: BookingLineItem[];
|
|
156
156
|
}
|
|
@@ -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
|
|
817
|
+
* @maxSize 20
|
|
818
818
|
*/
|
|
819
819
|
serviceChoices?: ServiceChoices[];
|
|
820
820
|
}
|
|
@@ -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
|
|
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
|
|
159
|
+
* @maxSize 20
|
|
160
160
|
*/
|
|
161
161
|
bookingLineItems: BookingLineItem[];
|
|
162
162
|
}
|
|
@@ -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
|
|
814
|
+
* @maxSize 20
|
|
815
815
|
*/
|
|
816
816
|
serviceChoices?: ServiceChoices[];
|
|
817
817
|
}
|
|
@@ -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
|
|
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
|
|
153
|
+
* @maxSize 20
|
|
154
154
|
*/
|
|
155
155
|
bookingLineItems: BookingLineItem[];
|
|
156
156
|
}
|
|
@@ -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
|
|
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
|
+
"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": "
|
|
51
|
+
"falconPackageHash": "ebc6dc1f7ed93472a8dc714462963f17f763a2b5036f4c420be5d808"
|
|
52
52
|
}
|