@wix/bookings 1.0.401 → 1.0.403
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.403",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@wix/bookings_attendance": "1.0.39",
|
|
22
22
|
"@wix/bookings_availability-calendar": "1.0.28",
|
|
23
23
|
"@wix/bookings_availability-time-slots": "1.0.24",
|
|
24
|
-
"@wix/bookings_bookings": "1.0.
|
|
24
|
+
"@wix/bookings_bookings": "1.0.40",
|
|
25
25
|
"@wix/bookings_categories": "1.0.29",
|
|
26
26
|
"@wix/bookings_extended-bookings": "1.0.33",
|
|
27
27
|
"@wix/bookings_external-calendars": "1.0.26",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@wix/bookings_pricing": "1.0.25",
|
|
30
30
|
"@wix/bookings_resources": "1.0.29",
|
|
31
31
|
"@wix/bookings_service-options-and-variants": "1.0.35",
|
|
32
|
-
"@wix/bookings_services": "1.0.
|
|
32
|
+
"@wix/bookings_services": "1.0.47"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"fqdn": ""
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"falconPackageHash": "
|
|
57
|
+
"falconPackageHash": "ab6d9b06613edb46693f1ba445543e61c51b447d088cf1223330f59c"
|
|
58
58
|
}
|
|
@@ -3995,6 +3995,16 @@ interface BusinessLocationOptions {
|
|
|
3995
3995
|
* @readonly
|
|
3996
3996
|
*/
|
|
3997
3997
|
address?: CommonAddress;
|
|
3998
|
+
/**
|
|
3999
|
+
* Business location email
|
|
4000
|
+
* @readonly
|
|
4001
|
+
*/
|
|
4002
|
+
email?: string | null;
|
|
4003
|
+
/**
|
|
4004
|
+
* Business location phone
|
|
4005
|
+
* @readonly
|
|
4006
|
+
*/
|
|
4007
|
+
phone?: string | null;
|
|
3998
4008
|
}
|
|
3999
4009
|
interface CustomLocationOptions {
|
|
4000
4010
|
/** A custom address for the location. */
|
|
@@ -9592,6 +9592,16 @@ interface BusinessLocationOptions {
|
|
|
9592
9592
|
* @readonly
|
|
9593
9593
|
*/
|
|
9594
9594
|
address?: CommonAddress;
|
|
9595
|
+
/**
|
|
9596
|
+
* Business location email
|
|
9597
|
+
* @readonly
|
|
9598
|
+
*/
|
|
9599
|
+
email?: string | null;
|
|
9600
|
+
/**
|
|
9601
|
+
* Business location phone
|
|
9602
|
+
* @readonly
|
|
9603
|
+
*/
|
|
9604
|
+
phone?: string | null;
|
|
9595
9605
|
}
|
|
9596
9606
|
interface CustomLocationOptions {
|
|
9597
9607
|
/** A custom address for the location. */
|
|
@@ -8861,6 +8861,16 @@ interface BusinessLocationOptions$1 {
|
|
|
8861
8861
|
* @readonly
|
|
8862
8862
|
*/
|
|
8863
8863
|
address?: CommonAddress$1;
|
|
8864
|
+
/**
|
|
8865
|
+
* Business location email
|
|
8866
|
+
* @readonly
|
|
8867
|
+
*/
|
|
8868
|
+
email?: string | null;
|
|
8869
|
+
/**
|
|
8870
|
+
* Business location phone
|
|
8871
|
+
* @readonly
|
|
8872
|
+
*/
|
|
8873
|
+
phone?: string | null;
|
|
8864
8874
|
}
|
|
8865
8875
|
interface CustomLocationOptions$1 {
|
|
8866
8876
|
/** A custom address for the location. */
|
|
@@ -10639,6 +10649,16 @@ interface BusinessLocationOptions {
|
|
|
10639
10649
|
* @readonly
|
|
10640
10650
|
*/
|
|
10641
10651
|
address?: CommonAddress;
|
|
10652
|
+
/**
|
|
10653
|
+
* Business location email
|
|
10654
|
+
* @readonly
|
|
10655
|
+
*/
|
|
10656
|
+
email?: string | null;
|
|
10657
|
+
/**
|
|
10658
|
+
* Business location phone
|
|
10659
|
+
* @readonly
|
|
10660
|
+
*/
|
|
10661
|
+
phone?: string | null;
|
|
10642
10662
|
}
|
|
10643
10663
|
interface CustomLocationOptions {
|
|
10644
10664
|
/** A custom address for the location. */
|