@wix/bookings 1.0.464 → 1.0.466
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.466",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,23 +18,23 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/bookings_attendance": "1.0.
|
|
22
|
-
"@wix/bookings_availability-calendar": "1.0.
|
|
23
|
-
"@wix/bookings_availability-time-slots": "1.0.
|
|
24
|
-
"@wix/bookings_booking-fees": "1.0.
|
|
25
|
-
"@wix/bookings_booking-policies": "1.0.
|
|
26
|
-
"@wix/bookings_booking-policy-snapshots": "1.0.
|
|
27
|
-
"@wix/bookings_bookings": "1.0.
|
|
28
|
-
"@wix/bookings_categories": "1.0.
|
|
29
|
-
"@wix/bookings_extended-bookings": "1.0.
|
|
30
|
-
"@wix/bookings_external-calendars": "1.0.
|
|
31
|
-
"@wix/bookings_multi-service-availability-time-slots": "1.0.
|
|
32
|
-
"@wix/bookings_pricing": "1.0.
|
|
33
|
-
"@wix/bookings_resource-types": "1.0.
|
|
34
|
-
"@wix/bookings_resources": "1.0.
|
|
35
|
-
"@wix/bookings_service-options-and-variants": "1.0.
|
|
36
|
-
"@wix/bookings_services": "1.0.
|
|
37
|
-
"@wix/bookings_staff-members": "1.0.
|
|
21
|
+
"@wix/bookings_attendance": "1.0.55",
|
|
22
|
+
"@wix/bookings_availability-calendar": "1.0.42",
|
|
23
|
+
"@wix/bookings_availability-time-slots": "1.0.36",
|
|
24
|
+
"@wix/bookings_booking-fees": "1.0.7",
|
|
25
|
+
"@wix/bookings_booking-policies": "1.0.8",
|
|
26
|
+
"@wix/bookings_booking-policy-snapshots": "1.0.6",
|
|
27
|
+
"@wix/bookings_bookings": "1.0.62",
|
|
28
|
+
"@wix/bookings_categories": "1.0.42",
|
|
29
|
+
"@wix/bookings_extended-bookings": "1.0.52",
|
|
30
|
+
"@wix/bookings_external-calendars": "1.0.39",
|
|
31
|
+
"@wix/bookings_multi-service-availability-time-slots": "1.0.35",
|
|
32
|
+
"@wix/bookings_pricing": "1.0.41",
|
|
33
|
+
"@wix/bookings_resource-types": "1.0.8",
|
|
34
|
+
"@wix/bookings_resources": "1.0.50",
|
|
35
|
+
"@wix/bookings_service-options-and-variants": "1.0.52",
|
|
36
|
+
"@wix/bookings_services": "1.0.76",
|
|
37
|
+
"@wix/bookings_staff-members": "1.0.12"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"glob": "^10.4.1",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"fqdn": ""
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
|
-
"falconPackageHash": "
|
|
62
|
+
"falconPackageHash": "0d5ce9e2331940d7401bc655e77f40b88604b53d57561e10418881f4"
|
|
63
63
|
}
|
|
@@ -8401,7 +8401,11 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
8401
8401
|
* @readonly
|
|
8402
8402
|
*/
|
|
8403
8403
|
_updatedDate?: Date | null;
|
|
8404
|
-
/**
|
|
8404
|
+
/**
|
|
8405
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
8406
|
+
* 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.
|
|
8407
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
8408
|
+
*/
|
|
8405
8409
|
extendedFields?: ExtendedFields$7;
|
|
8406
8410
|
/**
|
|
8407
8411
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -21276,7 +21280,11 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
21276
21280
|
* @readonly
|
|
21277
21281
|
*/
|
|
21278
21282
|
_updatedDate?: Date | null;
|
|
21279
|
-
/**
|
|
21283
|
+
/**
|
|
21284
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
21285
|
+
* 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.
|
|
21286
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
21287
|
+
*/
|
|
21280
21288
|
extendedFields?: ExtendedFields$1;
|
|
21281
21289
|
/**
|
|
21282
21290
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -24980,7 +24988,11 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
24980
24988
|
* @readonly
|
|
24981
24989
|
*/
|
|
24982
24990
|
_updatedDate?: Date | null;
|
|
24983
|
-
/**
|
|
24991
|
+
/**
|
|
24992
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
24993
|
+
* 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.
|
|
24994
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
24995
|
+
*/
|
|
24984
24996
|
extendedFields?: ExtendedFields;
|
|
24985
24997
|
/**
|
|
24986
24998
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -8401,7 +8401,11 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
8401
8401
|
* @readonly
|
|
8402
8402
|
*/
|
|
8403
8403
|
_updatedDate?: Date | null;
|
|
8404
|
-
/**
|
|
8404
|
+
/**
|
|
8405
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
8406
|
+
* 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.
|
|
8407
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
8408
|
+
*/
|
|
8405
8409
|
extendedFields?: ExtendedFields$7;
|
|
8406
8410
|
/**
|
|
8407
8411
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -21276,7 +21280,11 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
21276
21280
|
* @readonly
|
|
21277
21281
|
*/
|
|
21278
21282
|
_updatedDate?: Date | null;
|
|
21279
|
-
/**
|
|
21283
|
+
/**
|
|
21284
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
21285
|
+
* 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.
|
|
21286
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
21287
|
+
*/
|
|
21280
21288
|
extendedFields?: ExtendedFields$1;
|
|
21281
21289
|
/**
|
|
21282
21290
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -24980,7 +24988,11 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
24980
24988
|
* @readonly
|
|
24981
24989
|
*/
|
|
24982
24990
|
_updatedDate?: Date | null;
|
|
24983
|
-
/**
|
|
24991
|
+
/**
|
|
24992
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
24993
|
+
* 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.
|
|
24994
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
24995
|
+
*/
|
|
24984
24996
|
extendedFields?: ExtendedFields;
|
|
24985
24997
|
/**
|
|
24986
24998
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -5206,7 +5206,11 @@ interface Booking$5 extends BookingParticipantsInfoOneOf$5 {
|
|
|
5206
5206
|
* @readonly
|
|
5207
5207
|
*/
|
|
5208
5208
|
updatedDate?: Date | null;
|
|
5209
|
-
/**
|
|
5209
|
+
/**
|
|
5210
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
5211
|
+
* 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.
|
|
5212
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
5213
|
+
*/
|
|
5210
5214
|
extendedFields?: ExtendedFields$f;
|
|
5211
5215
|
/**
|
|
5212
5216
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -6019,7 +6023,11 @@ interface Booking$4 extends BookingParticipantsInfoOneOf$4 {
|
|
|
6019
6023
|
* @readonly
|
|
6020
6024
|
*/
|
|
6021
6025
|
_updatedDate?: Date | null;
|
|
6022
|
-
/**
|
|
6026
|
+
/**
|
|
6027
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
6028
|
+
* 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.
|
|
6029
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
6030
|
+
*/
|
|
6023
6031
|
extendedFields?: ExtendedFields$e;
|
|
6024
6032
|
/**
|
|
6025
6033
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -15457,7 +15465,11 @@ interface Booking$3 extends BookingParticipantsInfoOneOf$3 {
|
|
|
15457
15465
|
* @readonly
|
|
15458
15466
|
*/
|
|
15459
15467
|
updatedDate?: Date | null;
|
|
15460
|
-
/**
|
|
15468
|
+
/**
|
|
15469
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
15470
|
+
* 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.
|
|
15471
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
15472
|
+
*/
|
|
15461
15473
|
extendedFields?: ExtendedFields$3;
|
|
15462
15474
|
/**
|
|
15463
15475
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -16923,7 +16935,11 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
16923
16935
|
* @readonly
|
|
16924
16936
|
*/
|
|
16925
16937
|
_updatedDate?: Date | null;
|
|
16926
|
-
/**
|
|
16938
|
+
/**
|
|
16939
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
16940
|
+
* 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.
|
|
16941
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
16942
|
+
*/
|
|
16927
16943
|
extendedFields?: ExtendedFields$2;
|
|
16928
16944
|
/**
|
|
16929
16945
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -18607,7 +18623,11 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
18607
18623
|
* @readonly
|
|
18608
18624
|
*/
|
|
18609
18625
|
updatedDate?: Date | null;
|
|
18610
|
-
/**
|
|
18626
|
+
/**
|
|
18627
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
18628
|
+
* 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.
|
|
18629
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
18630
|
+
*/
|
|
18611
18631
|
extendedFields?: ExtendedFields$1;
|
|
18612
18632
|
/**
|
|
18613
18633
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -19171,7 +19191,11 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
19171
19191
|
* @readonly
|
|
19172
19192
|
*/
|
|
19173
19193
|
_updatedDate?: Date | null;
|
|
19174
|
-
/**
|
|
19194
|
+
/**
|
|
19195
|
+
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
19196
|
+
* 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.
|
|
19197
|
+
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
19198
|
+
*/
|
|
19175
19199
|
extendedFields?: ExtendedFields;
|
|
19176
19200
|
/**
|
|
19177
19201
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|