@wix/bookings 1.0.463 → 1.0.464
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,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.464",
|
|
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
|
-
],
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"module": "build/es/index.js",
|
|
13
10
|
"main": "build/cjs/index.js",
|
|
@@ -34,7 +31,7 @@
|
|
|
34
31
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.33",
|
|
35
32
|
"@wix/bookings_pricing": "1.0.39",
|
|
36
33
|
"@wix/bookings_resource-types": "1.0.6",
|
|
37
|
-
"@wix/bookings_resources": "1.0.
|
|
34
|
+
"@wix/bookings_resources": "1.0.48",
|
|
38
35
|
"@wix/bookings_service-options-and-variants": "1.0.50",
|
|
39
36
|
"@wix/bookings_services": "1.0.74",
|
|
40
37
|
"@wix/bookings_staff-members": "1.0.10"
|
|
@@ -62,5 +59,5 @@
|
|
|
62
59
|
"fqdn": ""
|
|
63
60
|
}
|
|
64
61
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
62
|
+
"falconPackageHash": "dffb345abeef37df6870f71b682e0ccb246cd257487e001ede388889"
|
|
66
63
|
}
|
|
@@ -9333,8 +9333,6 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
9333
9333
|
_updatedDate?: Date | null;
|
|
9334
9334
|
/** Name of the resource. */
|
|
9335
9335
|
name?: string | null;
|
|
9336
|
-
/** `true` if this resource is hidden from visitors, `false` otherwise. */
|
|
9337
|
-
hidden?: boolean | null;
|
|
9338
9336
|
/**
|
|
9339
9337
|
* The type of the resource.
|
|
9340
9338
|
*
|
|
@@ -10630,8 +10628,6 @@ interface UpdateResource {
|
|
|
10630
10628
|
_updatedDate?: Date | null;
|
|
10631
10629
|
/** Name of the resource. */
|
|
10632
10630
|
name?: string | null;
|
|
10633
|
-
/** `true` if this resource is hidden from visitors, `false` otherwise. */
|
|
10634
|
-
hidden?: boolean | null;
|
|
10635
10631
|
/**
|
|
10636
10632
|
* The type of the resource.
|
|
10637
10633
|
*
|
|
@@ -10683,12 +10679,12 @@ interface ResourcesQueryBuilder {
|
|
|
10683
10679
|
* @param value - Value to compare against.
|
|
10684
10680
|
* @documentationMaturity preview
|
|
10685
10681
|
*/
|
|
10686
|
-
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10682
|
+
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any) => ResourcesQueryBuilder;
|
|
10687
10683
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10688
10684
|
* @param value - Value to compare against.
|
|
10689
10685
|
* @documentationMaturity preview
|
|
10690
10686
|
*/
|
|
10691
|
-
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10687
|
+
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any) => ResourcesQueryBuilder;
|
|
10692
10688
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10693
10689
|
* @param value - Value to compare against.
|
|
10694
10690
|
* @documentationMaturity preview
|
|
@@ -10718,19 +10714,19 @@ interface ResourcesQueryBuilder {
|
|
|
10718
10714
|
* @param values - List of values to compare against.
|
|
10719
10715
|
* @documentationMaturity preview
|
|
10720
10716
|
*/
|
|
10721
|
-
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10717
|
+
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any[]) => ResourcesQueryBuilder;
|
|
10722
10718
|
/** @documentationMaturity preview */
|
|
10723
|
-
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10719
|
+
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any) => ResourcesQueryBuilder;
|
|
10724
10720
|
/** @documentationMaturity preview */
|
|
10725
|
-
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10721
|
+
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: boolean) => ResourcesQueryBuilder;
|
|
10726
10722
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
10727
10723
|
* @documentationMaturity preview
|
|
10728
10724
|
*/
|
|
10729
|
-
ascending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10725
|
+
ascending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType'>) => ResourcesQueryBuilder;
|
|
10730
10726
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
10731
10727
|
* @documentationMaturity preview
|
|
10732
10728
|
*/
|
|
10733
|
-
descending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10729
|
+
descending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType'>) => ResourcesQueryBuilder;
|
|
10734
10730
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
10735
10731
|
* @documentationMaturity preview
|
|
10736
10732
|
*/
|
|
@@ -9333,8 +9333,6 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
9333
9333
|
_updatedDate?: Date | null;
|
|
9334
9334
|
/** Name of the resource. */
|
|
9335
9335
|
name?: string | null;
|
|
9336
|
-
/** `true` if this resource is hidden from visitors, `false` otherwise. */
|
|
9337
|
-
hidden?: boolean | null;
|
|
9338
9336
|
/**
|
|
9339
9337
|
* The type of the resource.
|
|
9340
9338
|
*
|
|
@@ -10630,8 +10628,6 @@ interface UpdateResource {
|
|
|
10630
10628
|
_updatedDate?: Date | null;
|
|
10631
10629
|
/** Name of the resource. */
|
|
10632
10630
|
name?: string | null;
|
|
10633
|
-
/** `true` if this resource is hidden from visitors, `false` otherwise. */
|
|
10634
|
-
hidden?: boolean | null;
|
|
10635
10631
|
/**
|
|
10636
10632
|
* The type of the resource.
|
|
10637
10633
|
*
|
|
@@ -10683,12 +10679,12 @@ interface ResourcesQueryBuilder {
|
|
|
10683
10679
|
* @param value - Value to compare against.
|
|
10684
10680
|
* @documentationMaturity preview
|
|
10685
10681
|
*/
|
|
10686
|
-
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10682
|
+
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any) => ResourcesQueryBuilder;
|
|
10687
10683
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10688
10684
|
* @param value - Value to compare against.
|
|
10689
10685
|
* @documentationMaturity preview
|
|
10690
10686
|
*/
|
|
10691
|
-
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10687
|
+
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any) => ResourcesQueryBuilder;
|
|
10692
10688
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10693
10689
|
* @param value - Value to compare against.
|
|
10694
10690
|
* @documentationMaturity preview
|
|
@@ -10718,19 +10714,19 @@ interface ResourcesQueryBuilder {
|
|
|
10718
10714
|
* @param values - List of values to compare against.
|
|
10719
10715
|
* @documentationMaturity preview
|
|
10720
10716
|
*/
|
|
10721
|
-
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10717
|
+
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any[]) => ResourcesQueryBuilder;
|
|
10722
10718
|
/** @documentationMaturity preview */
|
|
10723
|
-
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10719
|
+
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: any) => ResourcesQueryBuilder;
|
|
10724
10720
|
/** @documentationMaturity preview */
|
|
10725
|
-
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10721
|
+
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType', value: boolean) => ResourcesQueryBuilder;
|
|
10726
10722
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
10727
10723
|
* @documentationMaturity preview
|
|
10728
10724
|
*/
|
|
10729
|
-
ascending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10725
|
+
ascending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType'>) => ResourcesQueryBuilder;
|
|
10730
10726
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
10731
10727
|
* @documentationMaturity preview
|
|
10732
10728
|
*/
|
|
10733
|
-
descending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | '
|
|
10729
|
+
descending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type' | 'appId' | 'managementType'>) => ResourcesQueryBuilder;
|
|
10734
10730
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
10735
10731
|
* @documentationMaturity preview
|
|
10736
10732
|
*/
|
|
@@ -6770,8 +6770,6 @@ interface Resource$3 extends ResourceCompositionDetailsOneOf$1 {
|
|
|
6770
6770
|
updatedDate?: Date | null;
|
|
6771
6771
|
/** Name of the resource. */
|
|
6772
6772
|
name?: string | null;
|
|
6773
|
-
/** `true` if this resource is hidden from visitors, `false` otherwise. */
|
|
6774
|
-
hidden?: boolean | null;
|
|
6775
6773
|
/**
|
|
6776
6774
|
* The type of the resource.
|
|
6777
6775
|
*
|
|
@@ -7132,8 +7130,6 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
7132
7130
|
_updatedDate?: Date | null;
|
|
7133
7131
|
/** Name of the resource. */
|
|
7134
7132
|
name?: string | null;
|
|
7135
|
-
/** `true` if this resource is hidden from visitors, `false` otherwise. */
|
|
7136
|
-
hidden?: boolean | null;
|
|
7137
7133
|
/**
|
|
7138
7134
|
* The type of the resource.
|
|
7139
7135
|
*
|