@wix/bookings 1.0.439 → 1.0.441

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.439",
3
+ "version": "1.0.441",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,17 +22,17 @@
22
22
  "@wix/bookings_availability-calendar": "1.0.33",
23
23
  "@wix/bookings_availability-time-slots": "1.0.29",
24
24
  "@wix/bookings_booking-policies": "1.0.0",
25
- "@wix/bookings_bookings": "1.0.49",
25
+ "@wix/bookings_bookings": "1.0.50",
26
26
  "@wix/bookings_categories": "1.0.34",
27
- "@wix/bookings_extended-bookings": "1.0.42",
27
+ "@wix/bookings_extended-bookings": "1.0.43",
28
28
  "@wix/bookings_external-calendars": "1.0.31",
29
29
  "@wix/bookings_multi-service-availability-time-slots": "1.0.28",
30
- "@wix/bookings_pricing": "1.0.32",
30
+ "@wix/bookings_pricing": "1.0.33",
31
31
  "@wix/bookings_resource-types": "1.0.0",
32
- "@wix/bookings_resources": "1.0.37",
32
+ "@wix/bookings_resources": "1.0.38",
33
33
  "@wix/bookings_service-options-and-variants": "1.0.43",
34
34
  "@wix/bookings_services": "1.0.67",
35
- "@wix/bookings_staff-members": "1.0.2"
35
+ "@wix/bookings_staff-members": "1.0.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "glob": "^10.4.1",
@@ -57,5 +57,5 @@
57
57
  "fqdn": ""
58
58
  }
59
59
  },
60
- "falconPackageHash": "7dbf00de5fd1d4fb07f21b6ea0cd5fc5859af1c33b4248b5072ed4fb"
60
+ "falconPackageHash": "1992fc70eacedfdcbbf25eea530f1f862214b02a3b542246a180e4e9"
61
61
  }
@@ -7056,7 +7056,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
7056
7056
  * @readonly
7057
7057
  */
7058
7058
  _updatedDate?: Date;
7059
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
7059
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
7060
7060
  extendedFields?: ExtendedFields$7;
7061
7061
  /**
7062
7062
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -8921,6 +8921,8 @@ interface ServiceProvisioned$1 {
8921
8921
  originInstanceId?: string;
8922
8922
  /** A version. */
8923
8923
  version?: string | null;
8924
+ /** The origin meta site id */
8925
+ originMetaSiteId?: string | null;
8924
8926
  }
8925
8927
  interface ServiceRemoved$1 {
8926
8928
  /** Either UUID or EmbeddedServiceType. */
@@ -17068,6 +17070,8 @@ interface ServiceProvisioned {
17068
17070
  originInstanceId?: string;
17069
17071
  /** A version. */
17070
17072
  version?: string | null;
17073
+ /** The origin meta site id */
17074
+ originMetaSiteId?: string | null;
17071
17075
  }
17072
17076
  interface ServiceRemoved {
17073
17077
  /** Either UUID or EmbeddedServiceType. */
@@ -20193,7 +20197,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
20193
20197
  * @readonly
20194
20198
  */
20195
20199
  _updatedDate?: Date;
20196
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
20200
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
20197
20201
  extendedFields?: ExtendedFields$1;
20198
20202
  /**
20199
20203
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -23517,7 +23521,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
23517
23521
  * @readonly
23518
23522
  */
23519
23523
  _updatedDate?: Date;
23520
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
23524
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
23521
23525
  extendedFields?: ExtendedFields;
23522
23526
  /**
23523
23527
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -7056,7 +7056,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
7056
7056
  * @readonly
7057
7057
  */
7058
7058
  _updatedDate?: Date;
7059
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
7059
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
7060
7060
  extendedFields?: ExtendedFields$7;
7061
7061
  /**
7062
7062
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -8921,6 +8921,8 @@ interface ServiceProvisioned$1 {
8921
8921
  originInstanceId?: string;
8922
8922
  /** A version. */
8923
8923
  version?: string | null;
8924
+ /** The origin meta site id */
8925
+ originMetaSiteId?: string | null;
8924
8926
  }
8925
8927
  interface ServiceRemoved$1 {
8926
8928
  /** Either UUID or EmbeddedServiceType. */
@@ -17068,6 +17070,8 @@ interface ServiceProvisioned {
17068
17070
  originInstanceId?: string;
17069
17071
  /** A version. */
17070
17072
  version?: string | null;
17073
+ /** The origin meta site id */
17074
+ originMetaSiteId?: string | null;
17071
17075
  }
17072
17076
  interface ServiceRemoved {
17073
17077
  /** Either UUID or EmbeddedServiceType. */
@@ -20193,7 +20197,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
20193
20197
  * @readonly
20194
20198
  */
20195
20199
  _updatedDate?: Date;
20196
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
20200
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
20197
20201
  extendedFields?: ExtendedFields$1;
20198
20202
  /**
20199
20203
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -23517,7 +23521,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
23517
23521
  * @readonly
23518
23522
  */
23519
23523
  _updatedDate?: Date;
23520
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
23524
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
23521
23525
  extendedFields?: ExtendedFields;
23522
23526
  /**
23523
23527
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -4177,7 +4177,7 @@ interface Booking$5 extends BookingParticipantsInfoOneOf$5 {
4177
4177
  * @readonly
4178
4178
  */
4179
4179
  updatedDate?: Date;
4180
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
4180
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
4181
4181
  extendedFields?: ExtendedFields$f;
4182
4182
  /**
4183
4183
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -4916,7 +4916,7 @@ interface Booking$4 extends BookingParticipantsInfoOneOf$4 {
4916
4916
  * @readonly
4917
4917
  */
4918
4918
  _updatedDate?: Date;
4919
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
4919
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
4920
4920
  extendedFields?: ExtendedFields$e;
4921
4921
  /**
4922
4922
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -15117,7 +15117,7 @@ interface Booking$3 extends BookingParticipantsInfoOneOf$3 {
15117
15117
  * @readonly
15118
15118
  */
15119
15119
  updatedDate?: Date;
15120
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
15120
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
15121
15121
  extendedFields?: ExtendedFields$3;
15122
15122
  /**
15123
15123
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -16163,7 +16163,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
16163
16163
  * @readonly
16164
16164
  */
16165
16165
  _updatedDate?: Date;
16166
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
16166
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
16167
16167
  extendedFields?: ExtendedFields$2;
16168
16168
  /**
16169
16169
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -17389,7 +17389,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
17389
17389
  * @readonly
17390
17390
  */
17391
17391
  updatedDate?: Date;
17392
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
17392
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
17393
17393
  extendedFields?: ExtendedFields$1;
17394
17394
  /**
17395
17395
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`
@@ -17954,7 +17954,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
17954
17954
  * @readonly
17955
17955
  */
17956
17956
  _updatedDate?: Date;
17957
- /** Custom field data for this object. Extended fields must be configured in the Wix Dev Center before they can be accessed with API calls. */
17957
+ /** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
17958
17958
  extendedFields?: ExtendedFields;
17959
17959
  /**
17960
17960
  * Whether this booking overlaps another existing confirmed booking. Returned when: `true`