@wix/table-reservations 1.0.15 → 1.0.16

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,9 +13,9 @@ export declare function updateReservationLocation(payload: UpdateReservationLoca
13
13
  /**
14
14
  * Creates a query to retrieve a list of reservation locations.
15
15
  *
16
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
16
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
17
17
  *
18
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
18
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
19
19
  *
20
20
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
21
21
  *
@@ -160,9 +160,9 @@ exports.updateReservationLocation = updateReservationLocation;
160
160
  /**
161
161
  * Creates a query to retrieve a list of reservation locations.
162
162
  *
163
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
163
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
164
164
  *
165
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
165
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
166
166
  *
167
167
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
168
168
  *
@@ -1805,9 +1805,9 @@ export interface UpdateReservationLocation {
1805
1805
  /**
1806
1806
  * Creates a query to retrieve a list of reservation locations.
1807
1807
  *
1808
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
1808
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
1809
1809
  *
1810
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
1810
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
1811
1811
  *
1812
1812
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
1813
1813
  *
@@ -372,9 +372,9 @@ exports.updateReservationLocation = updateReservationLocation;
372
372
  /**
373
373
  * Creates a query to retrieve a list of reservation locations.
374
374
  *
375
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
375
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
376
376
  *
377
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
377
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
378
378
  *
379
379
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
380
380
  *
@@ -13,9 +13,9 @@ export declare function updateReservationLocation(payload: UpdateReservationLoca
13
13
  /**
14
14
  * Creates a query to retrieve a list of reservation locations.
15
15
  *
16
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
16
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
17
17
  *
18
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
18
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
19
19
  *
20
20
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
21
21
  *
@@ -155,9 +155,9 @@ export function updateReservationLocation(payload) {
155
155
  /**
156
156
  * Creates a query to retrieve a list of reservation locations.
157
157
  *
158
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
158
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
159
159
  *
160
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
160
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
161
161
  *
162
162
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
163
163
  *
@@ -1805,9 +1805,9 @@ export interface UpdateReservationLocation {
1805
1805
  /**
1806
1806
  * Creates a query to retrieve a list of reservation locations.
1807
1807
  *
1808
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
1808
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
1809
1809
  *
1810
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
1810
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
1811
1811
  *
1812
1812
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
1813
1813
  *
@@ -348,9 +348,9 @@ export function updateReservationLocation(_id, reservationLocation) {
348
348
  /**
349
349
  * Creates a query to retrieve a list of reservation locations.
350
350
  *
351
- * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#/reservationlocationsquerybuilder) object.
351
+ * The `queryReservationLocations()` function builds a query to retrieve a list of reservation locations and returns a [`ReservationLocationsQueryBuilder`](#reservationlocationsquerybuilder) object.
352
352
  *
353
- * The returned object contains the query definition which is typically used to run the query using the [find()](reservationlocationsquerybuilder/find) function.
353
+ * The returned object contains the query definition which is typically used to run the query using the [find()](#reservationlocationsquerybuilder/find) function.
354
354
  *
355
355
  * You can refine the query by chaining ReservationLocationsQueryBuilder functions onto the query. ReservationLocationsQueryBuilder functions enable you to sort, filter, and control the results that queryReservationLocations.find() returns.
356
356
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
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": "0c4111b9208d8c5a4bee3ba40c20d9db52a1b6487292b93bef008811"
37
+ "falconPackageHash": "f65e2aaa0f93aed7f67c74ccf0123effb0c0b9ed56f99b80bd61c770"
38
38
  }