@wix/bookings 1.0.481 → 1.0.482
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.482",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"@wix/bookings_booking-fees": "1.0.10",
|
|
28
28
|
"@wix/bookings_booking-policies": "1.0.9",
|
|
29
29
|
"@wix/bookings_booking-policy-snapshots": "1.0.7",
|
|
30
|
-
"@wix/bookings_bookings": "1.0.
|
|
30
|
+
"@wix/bookings_bookings": "1.0.66",
|
|
31
31
|
"@wix/bookings_categories": "1.0.43",
|
|
32
|
-
"@wix/bookings_extended-bookings": "1.0.
|
|
32
|
+
"@wix/bookings_extended-bookings": "1.0.56",
|
|
33
33
|
"@wix/bookings_external-calendars": "1.0.40",
|
|
34
34
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.36",
|
|
35
|
-
"@wix/bookings_pricing": "1.0.
|
|
35
|
+
"@wix/bookings_pricing": "1.0.44",
|
|
36
36
|
"@wix/bookings_resource-types": "1.0.13",
|
|
37
37
|
"@wix/bookings_resources": "1.0.53",
|
|
38
38
|
"@wix/bookings_service-categories": "1.0.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fqdn": ""
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "fdda36289b862b5ff2ed03547d03338e7d930ce9e6b64ecd4403d1a8"
|
|
67
67
|
}
|
|
@@ -9040,11 +9040,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
9040
9040
|
* @readonly
|
|
9041
9041
|
*/
|
|
9042
9042
|
_updatedDate?: Date | null;
|
|
9043
|
-
/**
|
|
9044
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
9045
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
9046
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
9047
|
-
*/
|
|
9043
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
9048
9044
|
extendedFields?: ExtendedFields$7;
|
|
9049
9045
|
/**
|
|
9050
9046
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -21954,11 +21950,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
21954
21950
|
* @readonly
|
|
21955
21951
|
*/
|
|
21956
21952
|
_updatedDate?: Date | null;
|
|
21957
|
-
/**
|
|
21958
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
21959
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
21960
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
21961
|
-
*/
|
|
21953
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
21962
21954
|
extendedFields?: ExtendedFields$1;
|
|
21963
21955
|
/**
|
|
21964
21956
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -25664,11 +25656,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
25664
25656
|
* @readonly
|
|
25665
25657
|
*/
|
|
25666
25658
|
_updatedDate?: Date | null;
|
|
25667
|
-
/**
|
|
25668
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
25669
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
25670
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
25671
|
-
*/
|
|
25659
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
25672
25660
|
extendedFields?: ExtendedFields;
|
|
25673
25661
|
/**
|
|
25674
25662
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -9040,11 +9040,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
9040
9040
|
* @readonly
|
|
9041
9041
|
*/
|
|
9042
9042
|
_updatedDate?: Date | null;
|
|
9043
|
-
/**
|
|
9044
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
9045
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
9046
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
9047
|
-
*/
|
|
9043
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
9048
9044
|
extendedFields?: ExtendedFields$7;
|
|
9049
9045
|
/**
|
|
9050
9046
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -21954,11 +21950,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
21954
21950
|
* @readonly
|
|
21955
21951
|
*/
|
|
21956
21952
|
_updatedDate?: Date | null;
|
|
21957
|
-
/**
|
|
21958
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
21959
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
21960
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
21961
|
-
*/
|
|
21953
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
21962
21954
|
extendedFields?: ExtendedFields$1;
|
|
21963
21955
|
/**
|
|
21964
21956
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -25664,11 +25656,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
25664
25656
|
* @readonly
|
|
25665
25657
|
*/
|
|
25666
25658
|
_updatedDate?: Date | null;
|
|
25667
|
-
/**
|
|
25668
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
25669
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
25670
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
25671
|
-
*/
|
|
25659
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
25672
25660
|
extendedFields?: ExtendedFields;
|
|
25673
25661
|
/**
|
|
25674
25662
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -5605,11 +5605,7 @@ interface Booking$5 extends BookingParticipantsInfoOneOf$5 {
|
|
|
5605
5605
|
* @readonly
|
|
5606
5606
|
*/
|
|
5607
5607
|
updatedDate?: Date | null;
|
|
5608
|
-
/**
|
|
5609
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
5610
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
5611
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
5612
|
-
*/
|
|
5608
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
5613
5609
|
extendedFields?: ExtendedFields$f;
|
|
5614
5610
|
/**
|
|
5615
5611
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -6424,11 +6420,7 @@ interface Booking$4 extends BookingParticipantsInfoOneOf$4 {
|
|
|
6424
6420
|
* @readonly
|
|
6425
6421
|
*/
|
|
6426
6422
|
_updatedDate?: Date | null;
|
|
6427
|
-
/**
|
|
6428
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
6429
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
6430
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
6431
|
-
*/
|
|
6423
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
6432
6424
|
extendedFields?: ExtendedFields$e;
|
|
6433
6425
|
/**
|
|
6434
6426
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -15670,11 +15662,7 @@ interface Booking$3 extends BookingParticipantsInfoOneOf$3 {
|
|
|
15670
15662
|
* @readonly
|
|
15671
15663
|
*/
|
|
15672
15664
|
updatedDate?: Date | null;
|
|
15673
|
-
/**
|
|
15674
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
15675
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
15676
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
15677
|
-
*/
|
|
15665
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
15678
15666
|
extendedFields?: ExtendedFields$3;
|
|
15679
15667
|
/**
|
|
15680
15668
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -17142,11 +17130,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
17142
17130
|
* @readonly
|
|
17143
17131
|
*/
|
|
17144
17132
|
_updatedDate?: Date | null;
|
|
17145
|
-
/**
|
|
17146
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
17147
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
17148
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
17149
|
-
*/
|
|
17133
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
17150
17134
|
extendedFields?: ExtendedFields$2;
|
|
17151
17135
|
/**
|
|
17152
17136
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -18832,11 +18816,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
18832
18816
|
* @readonly
|
|
18833
18817
|
*/
|
|
18834
18818
|
updatedDate?: Date | null;
|
|
18835
|
-
/**
|
|
18836
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
18837
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
18838
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
18839
|
-
*/
|
|
18819
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
18840
18820
|
extendedFields?: ExtendedFields$1;
|
|
18841
18821
|
/**
|
|
18842
18822
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -19402,11 +19382,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
19402
19382
|
* @readonly
|
|
19403
19383
|
*/
|
|
19404
19384
|
_updatedDate?: Date | null;
|
|
19405
|
-
/**
|
|
19406
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
19407
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
19408
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
19409
|
-
*/
|
|
19385
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
19410
19386
|
extendedFields?: ExtendedFields;
|
|
19411
19387
|
/**
|
|
19412
19388
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|