@wix/table-reservations 1.0.7 → 1.0.8

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.
@@ -5,7 +5,7 @@ export declare function getReservationLocation(payload: GetReservationLocationRe
5
5
  /**
6
6
  * Updates a reservation location. Supports partial updates.
7
7
  *
8
- * 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.
8
+ * 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.
9
9
  *
10
10
  * 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.
11
11
  */
@@ -125,7 +125,7 @@ exports.getReservationLocation = getReservationLocation;
125
125
  /**
126
126
  * Updates a reservation location. Supports partial updates.
127
127
  *
128
- * 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.
128
+ * 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.
129
129
  *
130
130
  * 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.
131
131
  */
@@ -1364,7 +1364,7 @@ export interface GetReservationLocationOptions {
1364
1364
  /**
1365
1365
  * Updates a reservation location. Supports partial updates.
1366
1366
  *
1367
- * 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.
1367
+ * 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.
1368
1368
  *
1369
1369
  * 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.
1370
1370
  * @param _id - Reservation location ID.
@@ -283,7 +283,7 @@ exports.getReservationLocation = getReservationLocation;
283
283
  /**
284
284
  * Updates a reservation location. Supports partial updates.
285
285
  *
286
- * 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.
286
+ * 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.
287
287
  *
288
288
  * 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.
289
289
  * @param _id - Reservation location ID.
@@ -5,7 +5,7 @@ export declare function getReservationLocation(payload: GetReservationLocationRe
5
5
  /**
6
6
  * Updates a reservation location. Supports partial updates.
7
7
  *
8
- * 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.
8
+ * 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.
9
9
  *
10
10
  * 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.
11
11
  */
@@ -121,7 +121,7 @@ export function getReservationLocation(payload) {
121
121
  /**
122
122
  * Updates a reservation location. Supports partial updates.
123
123
  *
124
- * 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.
124
+ * 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.
125
125
  *
126
126
  * 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.
127
127
  */
@@ -1364,7 +1364,7 @@ export interface GetReservationLocationOptions {
1364
1364
  /**
1365
1365
  * Updates a reservation location. Supports partial updates.
1366
1366
  *
1367
- * 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.
1367
+ * 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.
1368
1368
  *
1369
1369
  * 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.
1370
1370
  * @param _id - Reservation location ID.
@@ -260,7 +260,7 @@ export function getReservationLocation(reservationLocationId, options) {
260
260
  /**
261
261
  * Updates a reservation location. Supports partial updates.
262
262
  *
263
- * 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.
263
+ * 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.
264
264
  *
265
265
  * 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.
266
266
  * @param _id - Reservation location ID.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
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": "accedacefdb181bcf08fe130e3e1971ffcb825b2cbc380e3524533e2"
37
+ "falconPackageHash": "200c6b72fb085a080f98cc98fd6cd31b983b0aa2c1123f92e3240892"
38
38
  }