@wix/bookings 1.0.497 → 1.0.498

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.497",
3
+ "version": "1.0.498",
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.46",
36
36
  "@wix/bookings_resource-types": "1.0.15",
37
- "@wix/bookings_resources": "1.0.55",
37
+ "@wix/bookings_resources": "1.0.56",
38
38
  "@wix/bookings_service-categories": "1.0.0",
39
39
  "@wix/bookings_service-options-and-variants": "1.0.56",
40
40
  "@wix/bookings_services": "1.0.80",
@@ -63,5 +63,5 @@
63
63
  "fqdn": ""
64
64
  }
65
65
  },
66
- "falconPackageHash": "c3cd04f09e9be859f507e55e722535c18f1c0fd73dc834507ab9213f"
66
+ "falconPackageHash": "a44e8fd56eefb52a33fca8ca2669bb7a24ccde4abdc310c425ea4b8e"
67
67
  }
@@ -9788,7 +9788,7 @@ interface ResourceCompositionDetailsOneOf {
9788
9788
  }
9789
9789
  interface WorkingHoursSchedule$1 {
9790
9790
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
9791
- _id?: string | null;
9791
+ scheduleId?: string | null;
9792
9792
  /**
9793
9793
  * Whether this schedule is used by multiple resources or unique for this resource.
9794
9794
  *
@@ -9879,7 +9879,7 @@ interface WorkingHoursSchedules {
9879
9879
  }
9880
9880
  interface EventsSchedule {
9881
9881
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
9882
- _id?: string | null;
9882
+ scheduleId?: string | null;
9883
9883
  }
9884
9884
  declare enum ManagementType {
9885
9885
  UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",
@@ -9788,7 +9788,7 @@ interface ResourceCompositionDetailsOneOf {
9788
9788
  }
9789
9789
  interface WorkingHoursSchedule$1 {
9790
9790
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
9791
- _id?: string | null;
9791
+ scheduleId?: string | null;
9792
9792
  /**
9793
9793
  * Whether this schedule is used by multiple resources or unique for this resource.
9794
9794
  *
@@ -9879,7 +9879,7 @@ interface WorkingHoursSchedules {
9879
9879
  }
9880
9880
  interface EventsSchedule {
9881
9881
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
9882
- _id?: string | null;
9882
+ scheduleId?: string | null;
9883
9883
  }
9884
9884
  declare enum ManagementType {
9885
9885
  UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",
@@ -7245,7 +7245,7 @@ interface ResourceCompositionDetailsOneOf$1 {
7245
7245
  }
7246
7246
  interface WorkingHoursSchedule$3 {
7247
7247
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
7248
- id?: string | null;
7248
+ scheduleId?: string | null;
7249
7249
  /**
7250
7250
  * Whether this schedule is used by multiple resources or unique for this resource.
7251
7251
  *
@@ -7291,7 +7291,7 @@ interface WorkingHoursSchedules$1 {
7291
7291
  }
7292
7292
  interface EventsSchedule$1 {
7293
7293
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
7294
- id?: string | null;
7294
+ scheduleId?: string | null;
7295
7295
  }
7296
7296
  declare enum ManagementType$1 {
7297
7297
  UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",
@@ -7601,7 +7601,7 @@ interface ResourceCompositionDetailsOneOf {
7601
7601
  }
7602
7602
  interface WorkingHoursSchedule$2 {
7603
7603
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
7604
- _id?: string | null;
7604
+ scheduleId?: string | null;
7605
7605
  /**
7606
7606
  * Whether this schedule is used by multiple resources or unique for this resource.
7607
7607
  *
@@ -7647,7 +7647,7 @@ interface WorkingHoursSchedules {
7647
7647
  }
7648
7648
  interface EventsSchedule {
7649
7649
  /** Schedule ID. See [Schedules API](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/schedule-object) for more information. */
7650
- _id?: string | null;
7650
+ scheduleId?: string | null;
7651
7651
  }
7652
7652
  declare enum ManagementType {
7653
7653
  UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",