@wix/table-reservations 1.0.161 → 1.0.163

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/table-reservations",
3
- "version": "1.0.161",
3
+ "version": "1.0.163",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/table-reservations_reservation-locations": "1.0.69",
24
+ "@wix/table-reservations_reservation-locations": "1.0.71",
25
25
  "@wix/table-reservations_reservations": "1.0.57",
26
26
  "@wix/table-reservations_time-slots": "1.0.50"
27
27
  },
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "9c4550db6be9d827b1d2bd7d17c833e39890d9d0e0825ed469c746b8"
51
+ "falconPackageHash": "5730826e0f43fc18a2c05e5a180d9ed0f17130c58208ce5ae293ec7b"
52
52
  }
@@ -2295,7 +2295,7 @@ interface ReservationLocation {
2295
2295
  * @readonly
2296
2296
  */
2297
2297
  _id?: string | null;
2298
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
2298
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must specify the latest revision. */
2299
2299
  revision?: string | null;
2300
2300
  /**
2301
2301
  * The date and time this reservation location was created.
@@ -2310,7 +2310,7 @@ interface ReservationLocation {
2310
2310
  /**
2311
2311
  * Physical location details.
2312
2312
  *
2313
- * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
2313
+ * Locations can be created and configured using the Locations API.
2314
2314
  * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
2315
2315
  * @readonly
2316
2316
  */
@@ -3100,6 +3100,7 @@ declare enum Type$1 {
3100
3100
  BUSINESS_SCHEDULE_TIME_PERIOD_CLOSE_BEFORE_OPEN = "BUSINESS_SCHEDULE_TIME_PERIOD_CLOSE_BEFORE_OPEN",
3101
3101
  MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE = "MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE",
3102
3102
  APPROVAL_ABSENT = "APPROVAL_ABSENT",
3103
+ MANUAL_APPROVAL_DEPRECATED = "MANUAL_APPROVAL_DEPRECATED",
3103
3104
  APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE = "APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE",
3104
3105
  APPROVAL_AND_MANUAL_APPROVAL_ARE_DIFFERENT = "APPROVAL_AND_MANUAL_APPROVAL_ARE_DIFFERENT"
3105
3106
  }
@@ -4740,7 +4741,7 @@ interface UpdateReservationLocation {
4740
4741
  * @readonly
4741
4742
  */
4742
4743
  _id?: string | null;
4743
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
4744
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must specify the latest revision. */
4744
4745
  revision?: string | null;
4745
4746
  /**
4746
4747
  * The date and time this reservation location was created.
@@ -4755,7 +4756,7 @@ interface UpdateReservationLocation {
4755
4756
  /**
4756
4757
  * Physical location details.
4757
4758
  *
4758
- * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
4759
+ * Locations can be created and configured using the Locations API.
4759
4760
  * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
4760
4761
  * @readonly
4761
4762
  */
@@ -4872,7 +4873,7 @@ interface UpdateReservationLocationSignature {
4872
4873
  *
4873
4874
  * Each time the reservation location is updated, `revision` increments by 1. The existing revision must be included when updating the reservation location. This ensures you're working with the latest reservation location information, and it prevents unintended overwrites.
4874
4875
  *
4875
- * You cannot use this endpoint to change a reservation location's `location` object. Attempting to do so will cause the server to return an application error.
4876
+ * You cannot use this method to change a reservation location's `location` object. Attempting to do so will cause the server to return an application error.
4876
4877
  * @param - Reservation location ID.
4877
4878
  * @param - Reservation location information to update.
4878
4879
  * @returns The updated reservation location.
@@ -2295,7 +2295,7 @@ interface ReservationLocation {
2295
2295
  * @readonly
2296
2296
  */
2297
2297
  _id?: string | null;
2298
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
2298
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must specify the latest revision. */
2299
2299
  revision?: string | null;
2300
2300
  /**
2301
2301
  * The date and time this reservation location was created.
@@ -2310,7 +2310,7 @@ interface ReservationLocation {
2310
2310
  /**
2311
2311
  * Physical location details.
2312
2312
  *
2313
- * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
2313
+ * Locations can be created and configured using the Locations API.
2314
2314
  * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
2315
2315
  * @readonly
2316
2316
  */
@@ -3100,6 +3100,7 @@ declare enum Type$1 {
3100
3100
  BUSINESS_SCHEDULE_TIME_PERIOD_CLOSE_BEFORE_OPEN = "BUSINESS_SCHEDULE_TIME_PERIOD_CLOSE_BEFORE_OPEN",
3101
3101
  MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE = "MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE",
3102
3102
  APPROVAL_ABSENT = "APPROVAL_ABSENT",
3103
+ MANUAL_APPROVAL_DEPRECATED = "MANUAL_APPROVAL_DEPRECATED",
3103
3104
  APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE = "APPROVAL_THRESHOLD_OUTSIDE_PARTY_SIZE",
3104
3105
  APPROVAL_AND_MANUAL_APPROVAL_ARE_DIFFERENT = "APPROVAL_AND_MANUAL_APPROVAL_ARE_DIFFERENT"
3105
3106
  }
@@ -4740,7 +4741,7 @@ interface UpdateReservationLocation {
4740
4741
  * @readonly
4741
4742
  */
4742
4743
  _id?: string | null;
4743
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
4744
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must specify the latest revision. */
4744
4745
  revision?: string | null;
4745
4746
  /**
4746
4747
  * The date and time this reservation location was created.
@@ -4755,7 +4756,7 @@ interface UpdateReservationLocation {
4755
4756
  /**
4756
4757
  * Physical location details.
4757
4758
  *
4758
- * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
4759
+ * Locations can be created and configured using the Locations API.
4759
4760
  * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
4760
4761
  * @readonly
4761
4762
  */
@@ -4872,7 +4873,7 @@ interface UpdateReservationLocationSignature {
4872
4873
  *
4873
4874
  * Each time the reservation location is updated, `revision` increments by 1. The existing revision must be included when updating the reservation location. This ensures you're working with the latest reservation location information, and it prevents unintended overwrites.
4874
4875
  *
4875
- * You cannot use this endpoint to change a reservation location's `location` object. Attempting to do so will cause the server to return an application error.
4876
+ * You cannot use this method to change a reservation location's `location` object. Attempting to do so will cause the server to return an application error.
4876
4877
  * @param - Reservation location ID.
4877
4878
  * @param - Reservation location information to update.
4878
4879
  * @returns The updated reservation location.
@@ -2020,7 +2020,7 @@ interface ReservationLocation$1 {
2020
2020
  * @readonly
2021
2021
  */
2022
2022
  id?: string | null;
2023
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
2023
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must specify the latest revision. */
2024
2024
  revision?: string | null;
2025
2025
  /**
2026
2026
  * The date and time this reservation location was created.
@@ -2035,7 +2035,7 @@ interface ReservationLocation$1 {
2035
2035
  /**
2036
2036
  * Physical location details.
2037
2037
  *
2038
- * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
2038
+ * Locations can be created and configured using the Locations API.
2039
2039
  * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
2040
2040
  * @readonly
2041
2041
  */
@@ -2385,7 +2385,7 @@ interface OnlineReservations$1 {
2385
2385
  /**
2386
2386
  * Interval between a reservation location's time slots in minutes.
2387
2387
  *
2388
- * This controls the interval between time slots on a Wix site's Reservations page, and the interval between time slots returned by [Get Time Slots](https://dev.wix.com/docs/rest/business-solutions/restaurants/wix-restaurants-new/reservations/time-slots/get-time-slots).
2388
+ * This controls the interval between time slots on a Wix site's Reservations page, and the interval between time slots returned by the Time Slots API's Get Time Slots method.
2389
2389
  *
2390
2390
  * Default: `15`
2391
2391
  */
@@ -2806,7 +2806,7 @@ interface ReservationLocation {
2806
2806
  * @readonly
2807
2807
  */
2808
2808
  _id?: string | null;
2809
- /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must pass the latest revision. */
2809
+ /** Represents the current state of a reservation location. Each time the reservation location is modified, its `revision` changes. For an update operation to succeed, you must specify the latest revision. */
2810
2810
  revision?: string | null;
2811
2811
  /**
2812
2812
  * The date and time this reservation location was created.
@@ -2821,7 +2821,7 @@ interface ReservationLocation {
2821
2821
  /**
2822
2822
  * Physical location details.
2823
2823
  *
2824
- * Locations can be created and configured using the [Locations API](https://dev.wix.com/docs/rest/api-reference/business-info/locations/introduction)
2824
+ * Locations can be created and configured using the Locations API.
2825
2825
  * or on the [Business Info](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Fsettings/business-info) page in the Dashboard.
2826
2826
  * @readonly
2827
2827
  */