@wix/bookings 1.0.461 → 1.0.463
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,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.463",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"wix-sdk-module=backend,page,public"
|
|
10
|
+
],
|
|
8
11
|
"sideEffects": false,
|
|
9
12
|
"module": "build/es/index.js",
|
|
10
13
|
"main": "build/cjs/index.js",
|
|
@@ -31,7 +34,7 @@
|
|
|
31
34
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.33",
|
|
32
35
|
"@wix/bookings_pricing": "1.0.39",
|
|
33
36
|
"@wix/bookings_resource-types": "1.0.6",
|
|
34
|
-
"@wix/bookings_resources": "1.0.
|
|
37
|
+
"@wix/bookings_resources": "1.0.47",
|
|
35
38
|
"@wix/bookings_service-options-and-variants": "1.0.50",
|
|
36
39
|
"@wix/bookings_services": "1.0.74",
|
|
37
40
|
"@wix/bookings_staff-members": "1.0.10"
|
|
@@ -59,5 +62,5 @@
|
|
|
59
62
|
"fqdn": ""
|
|
60
63
|
}
|
|
61
64
|
},
|
|
62
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "9954158b92f3ac12167b8856f7067178fcb72831af781728309684b1"
|
|
63
66
|
}
|
|
@@ -9349,8 +9349,12 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
9349
9349
|
* In this case the `type` field must match one of the `id` fields in the `bookingsResourceTypes` structure of the SPI configuration.
|
|
9350
9350
|
*
|
|
9351
9351
|
* Once a type has been set it cannot be modified.
|
|
9352
|
+
* @deprecated
|
|
9353
|
+
* @replacedBy type_id
|
|
9354
|
+
* @targetRemovalDate 2025-01-01
|
|
9352
9355
|
*/
|
|
9353
9356
|
type?: string | null;
|
|
9357
|
+
typeId?: string | null;
|
|
9354
9358
|
/**
|
|
9355
9359
|
* The ID of the app of which this resource belongs to.
|
|
9356
9360
|
* Default: Bookings App ID.
|
|
@@ -10642,8 +10646,12 @@ interface UpdateResource {
|
|
|
10642
10646
|
* In this case the `type` field must match one of the `id` fields in the `bookingsResourceTypes` structure of the SPI configuration.
|
|
10643
10647
|
*
|
|
10644
10648
|
* Once a type has been set it cannot be modified.
|
|
10649
|
+
* @deprecated
|
|
10650
|
+
* @replacedBy type_id
|
|
10651
|
+
* @targetRemovalDate 2025-01-01
|
|
10645
10652
|
*/
|
|
10646
10653
|
type?: string | null;
|
|
10654
|
+
typeId?: string | null;
|
|
10647
10655
|
/**
|
|
10648
10656
|
* The ID of the app of which this resource belongs to.
|
|
10649
10657
|
* Default: Bookings App ID.
|
|
@@ -9349,8 +9349,12 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
9349
9349
|
* In this case the `type` field must match one of the `id` fields in the `bookingsResourceTypes` structure of the SPI configuration.
|
|
9350
9350
|
*
|
|
9351
9351
|
* Once a type has been set it cannot be modified.
|
|
9352
|
+
* @deprecated
|
|
9353
|
+
* @replacedBy type_id
|
|
9354
|
+
* @targetRemovalDate 2025-01-01
|
|
9352
9355
|
*/
|
|
9353
9356
|
type?: string | null;
|
|
9357
|
+
typeId?: string | null;
|
|
9354
9358
|
/**
|
|
9355
9359
|
* The ID of the app of which this resource belongs to.
|
|
9356
9360
|
* Default: Bookings App ID.
|
|
@@ -10642,8 +10646,12 @@ interface UpdateResource {
|
|
|
10642
10646
|
* In this case the `type` field must match one of the `id` fields in the `bookingsResourceTypes` structure of the SPI configuration.
|
|
10643
10647
|
*
|
|
10644
10648
|
* Once a type has been set it cannot be modified.
|
|
10649
|
+
* @deprecated
|
|
10650
|
+
* @replacedBy type_id
|
|
10651
|
+
* @targetRemovalDate 2025-01-01
|
|
10645
10652
|
*/
|
|
10646
10653
|
type?: string | null;
|
|
10654
|
+
typeId?: string | null;
|
|
10647
10655
|
/**
|
|
10648
10656
|
* The ID of the app of which this resource belongs to.
|
|
10649
10657
|
* Default: Bookings App ID.
|
|
@@ -6786,8 +6786,12 @@ interface Resource$3 extends ResourceCompositionDetailsOneOf$1 {
|
|
|
6786
6786
|
* In this case the `type` field must match one of the `id` fields in the `bookingsResourceTypes` structure of the SPI configuration.
|
|
6787
6787
|
*
|
|
6788
6788
|
* Once a type has been set it cannot be modified.
|
|
6789
|
+
* @deprecated
|
|
6790
|
+
* @replacedBy type_id
|
|
6791
|
+
* @targetRemovalDate 2025-01-01
|
|
6789
6792
|
*/
|
|
6790
6793
|
type?: string | null;
|
|
6794
|
+
typeId?: string | null;
|
|
6791
6795
|
/**
|
|
6792
6796
|
* The ID of the app of which this resource belongs to.
|
|
6793
6797
|
* Default: Bookings App ID.
|
|
@@ -7144,8 +7148,12 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
7144
7148
|
* In this case the `type` field must match one of the `id` fields in the `bookingsResourceTypes` structure of the SPI configuration.
|
|
7145
7149
|
*
|
|
7146
7150
|
* Once a type has been set it cannot be modified.
|
|
7151
|
+
* @deprecated
|
|
7152
|
+
* @replacedBy type_id
|
|
7153
|
+
* @targetRemovalDate 2025-01-01
|
|
7147
7154
|
*/
|
|
7148
7155
|
type?: string | null;
|
|
7156
|
+
typeId?: string | null;
|
|
7149
7157
|
/**
|
|
7150
7158
|
* The ID of the app of which this resource belongs to.
|
|
7151
7159
|
* Default: Bookings App ID.
|