@wix/bookings 1.0.169 → 1.0.170
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-services-v2-service.types.d.ts +1 -1
- package/build/cjs/src/bookings-services-v2-service.universal.d.ts +1 -1
- package/build/es/src/bookings-services-v2-service.types.d.ts +1 -1
- package/build/es/src/bookings-services-v2-service.universal.d.ts +1 -1
- package/package.json +2 -2
|
@@ -670,7 +670,7 @@ export interface AvailabilityConstraints {
|
|
|
670
670
|
* Required for services of type `APPOINTMENT` to allow the customer to book a session of the service. Not relevant for other service types.
|
|
671
671
|
*
|
|
672
672
|
*
|
|
673
|
-
* Min: 1 minute
|
|
673
|
+
* Min: 1 minute, Max: 30 days, 23 hours, and 59 minutes
|
|
674
674
|
*/
|
|
675
675
|
sessionDurations?: number[];
|
|
676
676
|
/**
|
|
@@ -650,7 +650,7 @@ export interface AvailabilityConstraints {
|
|
|
650
650
|
* Required for services of type `APPOINTMENT` to allow the customer to book a session of the service. Not relevant for other service types.
|
|
651
651
|
*
|
|
652
652
|
*
|
|
653
|
-
* Min: 1 minute
|
|
653
|
+
* Min: 1 minute, Max: 30 days, 23 hours, and 59 minutes
|
|
654
654
|
*/
|
|
655
655
|
sessionDurations?: number[];
|
|
656
656
|
/**
|
|
@@ -670,7 +670,7 @@ export interface AvailabilityConstraints {
|
|
|
670
670
|
* Required for services of type `APPOINTMENT` to allow the customer to book a session of the service. Not relevant for other service types.
|
|
671
671
|
*
|
|
672
672
|
*
|
|
673
|
-
* Min: 1 minute
|
|
673
|
+
* Min: 1 minute, Max: 30 days, 23 hours, and 59 minutes
|
|
674
674
|
*/
|
|
675
675
|
sessionDurations?: number[];
|
|
676
676
|
/**
|
|
@@ -650,7 +650,7 @@ export interface AvailabilityConstraints {
|
|
|
650
650
|
* Required for services of type `APPOINTMENT` to allow the customer to book a session of the service. Not relevant for other service types.
|
|
651
651
|
*
|
|
652
652
|
*
|
|
653
|
-
* Min: 1 minute
|
|
653
|
+
* Min: 1 minute, Max: 30 days, 23 hours, and 59 minutes
|
|
654
654
|
*/
|
|
655
655
|
sessionDurations?: number[];
|
|
656
656
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.170",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "c4c0b9d03df471d72b1fe00cf5c150c0b1632d806904636995125197"
|
|
37
37
|
}
|