@wix/bookings 1.0.476 → 1.0.477
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.477",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.36",
|
|
35
35
|
"@wix/bookings_pricing": "1.0.43",
|
|
36
36
|
"@wix/bookings_resource-types": "1.0.12",
|
|
37
|
-
"@wix/bookings_resources": "1.0.
|
|
37
|
+
"@wix/bookings_resources": "1.0.53",
|
|
38
38
|
"@wix/bookings_service-options-and-variants": "1.0.53",
|
|
39
39
|
"@wix/bookings_services": "1.0.77",
|
|
40
40
|
"@wix/bookings_staff-members": "1.0.14"
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"fqdn": ""
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "16248e8387b02bd078c98520498822377a7c1d951e577decd973089d"
|
|
66
66
|
}
|
|
@@ -9348,16 +9348,6 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
9348
9348
|
* @readonly
|
|
9349
9349
|
*/
|
|
9350
9350
|
eventsSchedule?: EventsSchedule;
|
|
9351
|
-
/**
|
|
9352
|
-
* The ID of the app of which this resource belongs to.
|
|
9353
|
-
* Default: Bookings App ID.
|
|
9354
|
-
*/
|
|
9355
|
-
appId?: string | null;
|
|
9356
|
-
/**
|
|
9357
|
-
* Specifies whether this resource is managed by a user (site owner, contributor, etc) or by an app.
|
|
9358
|
-
* Default: `WIX_USER`.
|
|
9359
|
-
*/
|
|
9360
|
-
managementType?: ManagementType;
|
|
9361
9351
|
/** Extensions enabling users to save custom data related to the resource. */
|
|
9362
9352
|
extendedFields?: ExtendedFields$6;
|
|
9363
9353
|
}
|
|
@@ -10679,16 +10669,6 @@ interface UpdateResource {
|
|
|
10679
10669
|
* @readonly
|
|
10680
10670
|
*/
|
|
10681
10671
|
eventsSchedule?: EventsSchedule;
|
|
10682
|
-
/**
|
|
10683
|
-
* The ID of the app of which this resource belongs to.
|
|
10684
|
-
* Default: Bookings App ID.
|
|
10685
|
-
*/
|
|
10686
|
-
appId?: string | null;
|
|
10687
|
-
/**
|
|
10688
|
-
* Specifies whether this resource is managed by a user (site owner, contributor, etc) or by an app.
|
|
10689
|
-
* Default: `WIX_USER`.
|
|
10690
|
-
*/
|
|
10691
|
-
managementType?: ManagementType;
|
|
10692
10672
|
/** Extensions enabling users to save custom data related to the resource. */
|
|
10693
10673
|
extendedFields?: ExtendedFields$6;
|
|
10694
10674
|
}
|
|
@@ -10710,12 +10690,12 @@ interface ResourcesQueryBuilder {
|
|
|
10710
10690
|
* @param value - Value to compare against.
|
|
10711
10691
|
* @documentationMaturity preview
|
|
10712
10692
|
*/
|
|
10713
|
-
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10693
|
+
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any) => ResourcesQueryBuilder;
|
|
10714
10694
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10715
10695
|
* @param value - Value to compare against.
|
|
10716
10696
|
* @documentationMaturity preview
|
|
10717
10697
|
*/
|
|
10718
|
-
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10698
|
+
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any) => ResourcesQueryBuilder;
|
|
10719
10699
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10720
10700
|
* @param value - Value to compare against.
|
|
10721
10701
|
* @documentationMaturity preview
|
|
@@ -10740,16 +10720,16 @@ interface ResourcesQueryBuilder {
|
|
|
10740
10720
|
* @param string - String to compare against. Case-insensitive.
|
|
10741
10721
|
* @documentationMaturity preview
|
|
10742
10722
|
*/
|
|
10743
|
-
startsWith: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | 'name' | 'type'
|
|
10723
|
+
startsWith: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | 'name' | 'type', value: string) => ResourcesQueryBuilder;
|
|
10744
10724
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
10745
10725
|
* @param values - List of values to compare against.
|
|
10746
10726
|
* @documentationMaturity preview
|
|
10747
10727
|
*/
|
|
10748
|
-
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10728
|
+
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any[]) => ResourcesQueryBuilder;
|
|
10749
10729
|
/** @documentationMaturity preview */
|
|
10750
|
-
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10730
|
+
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any) => ResourcesQueryBuilder;
|
|
10751
10731
|
/** @documentationMaturity preview */
|
|
10752
|
-
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10732
|
+
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: boolean) => ResourcesQueryBuilder;
|
|
10753
10733
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
10754
10734
|
* @documentationMaturity preview
|
|
10755
10735
|
*/
|
|
@@ -9348,16 +9348,6 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
9348
9348
|
* @readonly
|
|
9349
9349
|
*/
|
|
9350
9350
|
eventsSchedule?: EventsSchedule;
|
|
9351
|
-
/**
|
|
9352
|
-
* The ID of the app of which this resource belongs to.
|
|
9353
|
-
* Default: Bookings App ID.
|
|
9354
|
-
*/
|
|
9355
|
-
appId?: string | null;
|
|
9356
|
-
/**
|
|
9357
|
-
* Specifies whether this resource is managed by a user (site owner, contributor, etc) or by an app.
|
|
9358
|
-
* Default: `WIX_USER`.
|
|
9359
|
-
*/
|
|
9360
|
-
managementType?: ManagementType;
|
|
9361
9351
|
/** Extensions enabling users to save custom data related to the resource. */
|
|
9362
9352
|
extendedFields?: ExtendedFields$6;
|
|
9363
9353
|
}
|
|
@@ -10679,16 +10669,6 @@ interface UpdateResource {
|
|
|
10679
10669
|
* @readonly
|
|
10680
10670
|
*/
|
|
10681
10671
|
eventsSchedule?: EventsSchedule;
|
|
10682
|
-
/**
|
|
10683
|
-
* The ID of the app of which this resource belongs to.
|
|
10684
|
-
* Default: Bookings App ID.
|
|
10685
|
-
*/
|
|
10686
|
-
appId?: string | null;
|
|
10687
|
-
/**
|
|
10688
|
-
* Specifies whether this resource is managed by a user (site owner, contributor, etc) or by an app.
|
|
10689
|
-
* Default: `WIX_USER`.
|
|
10690
|
-
*/
|
|
10691
|
-
managementType?: ManagementType;
|
|
10692
10672
|
/** Extensions enabling users to save custom data related to the resource. */
|
|
10693
10673
|
extendedFields?: ExtendedFields$6;
|
|
10694
10674
|
}
|
|
@@ -10710,12 +10690,12 @@ interface ResourcesQueryBuilder {
|
|
|
10710
10690
|
* @param value - Value to compare against.
|
|
10711
10691
|
* @documentationMaturity preview
|
|
10712
10692
|
*/
|
|
10713
|
-
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10693
|
+
eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any) => ResourcesQueryBuilder;
|
|
10714
10694
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10715
10695
|
* @param value - Value to compare against.
|
|
10716
10696
|
* @documentationMaturity preview
|
|
10717
10697
|
*/
|
|
10718
|
-
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10698
|
+
ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any) => ResourcesQueryBuilder;
|
|
10719
10699
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
10720
10700
|
* @param value - Value to compare against.
|
|
10721
10701
|
* @documentationMaturity preview
|
|
@@ -10740,16 +10720,16 @@ interface ResourcesQueryBuilder {
|
|
|
10740
10720
|
* @param string - String to compare against. Case-insensitive.
|
|
10741
10721
|
* @documentationMaturity preview
|
|
10742
10722
|
*/
|
|
10743
|
-
startsWith: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | 'name' | 'type'
|
|
10723
|
+
startsWith: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | 'name' | 'type', value: string) => ResourcesQueryBuilder;
|
|
10744
10724
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
10745
10725
|
* @param values - List of values to compare against.
|
|
10746
10726
|
* @documentationMaturity preview
|
|
10747
10727
|
*/
|
|
10748
|
-
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10728
|
+
hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any[]) => ResourcesQueryBuilder;
|
|
10749
10729
|
/** @documentationMaturity preview */
|
|
10750
|
-
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10730
|
+
in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: any) => ResourcesQueryBuilder;
|
|
10751
10731
|
/** @documentationMaturity preview */
|
|
10752
|
-
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type'
|
|
10732
|
+
exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'type', value: boolean) => ResourcesQueryBuilder;
|
|
10753
10733
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
10754
10734
|
* @documentationMaturity preview
|
|
10755
10735
|
*/
|
|
@@ -6793,16 +6793,6 @@ interface Resource$3 extends ResourceCompositionDetailsOneOf$1 {
|
|
|
6793
6793
|
* @readonly
|
|
6794
6794
|
*/
|
|
6795
6795
|
eventsSchedule?: EventsSchedule$1;
|
|
6796
|
-
/**
|
|
6797
|
-
* The ID of the app of which this resource belongs to.
|
|
6798
|
-
* Default: Bookings App ID.
|
|
6799
|
-
*/
|
|
6800
|
-
appId?: string | null;
|
|
6801
|
-
/**
|
|
6802
|
-
* Specifies whether this resource is managed by a user (site owner, contributor, etc) or by an app.
|
|
6803
|
-
* Default: `WIX_USER`.
|
|
6804
|
-
*/
|
|
6805
|
-
managementType?: ManagementType$1;
|
|
6806
6796
|
/** Extensions enabling users to save custom data related to the resource. */
|
|
6807
6797
|
extendedFields?: ExtendedFields$d;
|
|
6808
6798
|
}
|
|
@@ -7144,16 +7134,6 @@ interface Resource$2 extends ResourceCompositionDetailsOneOf {
|
|
|
7144
7134
|
* @readonly
|
|
7145
7135
|
*/
|
|
7146
7136
|
eventsSchedule?: EventsSchedule;
|
|
7147
|
-
/**
|
|
7148
|
-
* The ID of the app of which this resource belongs to.
|
|
7149
|
-
* Default: Bookings App ID.
|
|
7150
|
-
*/
|
|
7151
|
-
appId?: string | null;
|
|
7152
|
-
/**
|
|
7153
|
-
* Specifies whether this resource is managed by a user (site owner, contributor, etc) or by an app.
|
|
7154
|
-
* Default: `WIX_USER`.
|
|
7155
|
-
*/
|
|
7156
|
-
managementType?: ManagementType;
|
|
7157
7137
|
/** Extensions enabling users to save custom data related to the resource. */
|
|
7158
7138
|
extendedFields?: ExtendedFields$c;
|
|
7159
7139
|
}
|