@wix/bookings 1.0.403 → 1.0.404
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.404",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -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.48"
|
|
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": "83f8679bf7c538c4d580b2194cf32bcb43f57ce83221269867f2c41b"
|
|
58
58
|
}
|
|
@@ -3995,16 +3995,6 @@ 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;
|
|
4008
3998
|
}
|
|
4009
3999
|
interface CustomLocationOptions {
|
|
4010
4000
|
/** A custom address for the location. */
|
|
@@ -9592,16 +9592,6 @@ 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;
|
|
9605
9595
|
}
|
|
9606
9596
|
interface CustomLocationOptions {
|
|
9607
9597
|
/** A custom address for the location. */
|
|
@@ -8861,16 +8861,6 @@ 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;
|
|
8874
8864
|
}
|
|
8875
8865
|
interface CustomLocationOptions$1 {
|
|
8876
8866
|
/** A custom address for the location. */
|
|
@@ -10649,16 +10639,6 @@ interface BusinessLocationOptions {
|
|
|
10649
10639
|
* @readonly
|
|
10650
10640
|
*/
|
|
10651
10641
|
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;
|
|
10662
10642
|
}
|
|
10663
10643
|
interface CustomLocationOptions {
|
|
10664
10644
|
/** A custom address for the location. */
|