@wix/table-reservations 1.0.9 → 1.0.10

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.
@@ -13,7 +13,7 @@ export declare function updateReservationLocation(payload: UpdateReservationLoca
13
13
  /**
14
14
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
15
15
  *
16
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
16
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
17
17
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
18
18
  */
19
19
  export declare function queryReservationLocations(payload: QueryReservationLocationsRequest): RequestOptionsFactory<QueryReservationLocationsResponse & QueryReservationLocationsResponseNonNullableFields>;
@@ -160,7 +160,7 @@ exports.updateReservationLocation = updateReservationLocation;
160
160
  /**
161
161
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
162
162
  *
163
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
163
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
164
164
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
165
165
  */
166
166
  function queryReservationLocations(payload) {
@@ -1417,7 +1417,7 @@ export interface UpdateReservationLocation {
1417
1417
  /**
1418
1418
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
1419
1419
  *
1420
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
1420
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
1421
1421
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
1422
1422
  * @public
1423
1423
  * @documentationMaturity preview
@@ -357,7 +357,7 @@ exports.updateReservationLocation = updateReservationLocation;
357
357
  /**
358
358
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
359
359
  *
360
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
360
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
361
361
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
362
362
  * @public
363
363
  * @documentationMaturity preview
@@ -39,7 +39,7 @@ export declare function cancelReservation(payload: CancelReservationRequest): Re
39
39
  /** Retrieves a list of up to 100 reservations. */
40
40
  export declare function listReservations(payload: ListReservationsRequest): RequestOptionsFactory<ListReservationsResponse & ListReservationsResponseNonNullableFields>;
41
41
  /**
42
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
42
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
43
43
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
44
44
  */
45
45
  export declare function queryReservations(payload: QueryReservationsRequest): RequestOptionsFactory<QueryReservationsResponse & QueryReservationsResponseNonNullableFields>;
@@ -323,7 +323,7 @@ function listReservations(payload) {
323
323
  }
324
324
  exports.listReservations = listReservations;
325
325
  /**
326
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
326
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
327
327
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
328
328
  */
329
329
  function queryReservations(payload) {
@@ -670,7 +670,7 @@ export interface ListReservationsOptions {
670
670
  status?: Status;
671
671
  }
672
672
  /**
673
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
673
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
674
674
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
675
675
  * @public
676
676
  * @documentationMaturity preview
@@ -552,7 +552,7 @@ function listReservations(options) {
552
552
  }
553
553
  exports.listReservations = listReservations;
554
554
  /**
555
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
555
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
556
556
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
557
557
  * @public
558
558
  * @documentationMaturity preview
@@ -13,7 +13,7 @@ export declare function updateReservationLocation(payload: UpdateReservationLoca
13
13
  /**
14
14
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
15
15
  *
16
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
16
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
17
17
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
18
18
  */
19
19
  export declare function queryReservationLocations(payload: QueryReservationLocationsRequest): RequestOptionsFactory<QueryReservationLocationsResponse & QueryReservationLocationsResponseNonNullableFields>;
@@ -155,7 +155,7 @@ export function updateReservationLocation(payload) {
155
155
  /**
156
156
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
157
157
  *
158
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
158
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
159
159
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
160
160
  */
161
161
  export function queryReservationLocations(payload) {
@@ -1417,7 +1417,7 @@ export interface UpdateReservationLocation {
1417
1417
  /**
1418
1418
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
1419
1419
  *
1420
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
1420
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
1421
1421
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
1422
1422
  * @public
1423
1423
  * @documentationMaturity preview
@@ -333,7 +333,7 @@ export function updateReservationLocation(_id, reservationLocation) {
333
333
  /**
334
334
  * Retrieves a list of reservation locations given the provided paging, filtering, and sorting. Up to 100 reservation locations can be returned per request.
335
335
  *
336
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/supported-filters-and-sorting) article.
336
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservation-locations/sorting-and-filtering) article.
337
337
  * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
338
338
  * @public
339
339
  * @documentationMaturity preview
@@ -39,7 +39,7 @@ export declare function cancelReservation(payload: CancelReservationRequest): Re
39
39
  /** Retrieves a list of up to 100 reservations. */
40
40
  export declare function listReservations(payload: ListReservationsRequest): RequestOptionsFactory<ListReservationsResponse & ListReservationsResponseNonNullableFields>;
41
41
  /**
42
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
42
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
43
43
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
44
44
  */
45
45
  export declare function queryReservations(payload: QueryReservationsRequest): RequestOptionsFactory<QueryReservationsResponse & QueryReservationsResponseNonNullableFields>;
@@ -313,7 +313,7 @@ export function listReservations(payload) {
313
313
  return __listReservations;
314
314
  }
315
315
  /**
316
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
316
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
317
317
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
318
318
  */
319
319
  export function queryReservations(payload) {
@@ -670,7 +670,7 @@ export interface ListReservationsOptions {
670
670
  status?: Status;
671
671
  }
672
672
  /**
673
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
673
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
674
674
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
675
675
  * @public
676
676
  * @documentationMaturity preview
@@ -523,7 +523,7 @@ export function listReservations(options) {
523
523
  });
524
524
  }
525
525
  /**
526
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/supported-filters-and-sorting) article.
526
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/sorting-and-filtering) article.
527
527
  * To learn how to query reservations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
528
528
  * @public
529
529
  * @documentationMaturity preview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "groupId": "com.wixpress.public-sdk-autogen"
35
35
  }
36
36
  },
37
- "falconPackageHash": "628f08a5e8d09a2d8159d668d5914e58be86bfe88149147ff2697e34"
37
+ "falconPackageHash": "cf9fd7e7cb02262fa09a94ec2cc5bb0b3d6c8fe88aa29cc84cf1b6e4"
38
38
  }