@wix/table-reservations 1.0.41 → 1.0.42

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.
@@ -11,15 +11,15 @@ import { CancelReservationRequest, CancelReservationResponse, CreateHeldReservat
11
11
  * * `RESERVED` if manual approval is not required for confirmation
12
12
  * * `REQUESTED` if manual approval is required for confirmation.
13
13
  *
14
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
15
- *
16
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
14
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
17
15
  * Attempting to create a reservation without these fields will result in an error.
18
16
  *
19
17
  * ### Permissions
20
18
  *
21
19
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
22
20
  *
21
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
22
+ *
23
23
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
24
24
  */
25
25
  export declare function createReservation(payload: CreateReservationRequest): RequestOptionsFactory<CreateReservationResponse & CreateReservationResponseNonNullableFields>;
@@ -120,15 +120,15 @@ function resolveWixTableReservationsReservationV1ReservationsServiceUrl(opts) {
120
120
  * * `RESERVED` if manual approval is not required for confirmation
121
121
  * * `REQUESTED` if manual approval is required for confirmation.
122
122
  *
123
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
124
- *
125
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
123
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
126
124
  * Attempting to create a reservation without these fields will result in an error.
127
125
  *
128
126
  * ### Permissions
129
127
  *
130
128
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
131
129
  *
130
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
131
+ *
132
132
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
133
133
  */
134
134
  function createReservation(payload) {
@@ -539,15 +539,15 @@ export interface QueryReservationsResponseNonNullableFields {
539
539
  * * `RESERVED` if manual approval is not required for confirmation
540
540
  * * `REQUESTED` if manual approval is required for confirmation.
541
541
  *
542
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
543
- *
544
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
542
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
545
543
  * Attempting to create a reservation without these fields will result in an error.
546
544
  *
547
545
  * ### Permissions
548
546
  *
549
547
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
550
548
  *
549
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
550
+ *
551
551
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
552
552
  * @param reservation - Reservation details.
553
553
  * @public
@@ -129,15 +129,15 @@ const _updateReservationResponse = {};
129
129
  * * `RESERVED` if manual approval is not required for confirmation
130
130
  * * `REQUESTED` if manual approval is required for confirmation.
131
131
  *
132
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
133
- *
134
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
132
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
135
133
  * Attempting to create a reservation without these fields will result in an error.
136
134
  *
137
135
  * ### Permissions
138
136
  *
139
137
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
140
138
  *
139
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
140
+ *
141
141
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
142
142
  * @param reservation - Reservation details.
143
143
  * @public
@@ -11,15 +11,15 @@ import { CancelReservationRequest, CancelReservationResponse, CreateHeldReservat
11
11
  * * `RESERVED` if manual approval is not required for confirmation
12
12
  * * `REQUESTED` if manual approval is required for confirmation.
13
13
  *
14
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
15
- *
16
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
14
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
17
15
  * Attempting to create a reservation without these fields will result in an error.
18
16
  *
19
17
  * ### Permissions
20
18
  *
21
19
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
22
20
  *
21
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
22
+ *
23
23
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
24
24
  */
25
25
  export declare function createReservation(payload: CreateReservationRequest): RequestOptionsFactory<CreateReservationResponse & CreateReservationResponseNonNullableFields>;
@@ -117,15 +117,15 @@ function resolveWixTableReservationsReservationV1ReservationsServiceUrl(opts) {
117
117
  * * `RESERVED` if manual approval is not required for confirmation
118
118
  * * `REQUESTED` if manual approval is required for confirmation.
119
119
  *
120
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
121
- *
122
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
120
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
123
121
  * Attempting to create a reservation without these fields will result in an error.
124
122
  *
125
123
  * ### Permissions
126
124
  *
127
125
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
128
126
  *
127
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
128
+ *
129
129
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
130
130
  */
131
131
  export function createReservation(payload) {
@@ -539,15 +539,15 @@ export interface QueryReservationsResponseNonNullableFields {
539
539
  * * `RESERVED` if manual approval is not required for confirmation
540
540
  * * `REQUESTED` if manual approval is required for confirmation.
541
541
  *
542
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
543
- *
544
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
542
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
545
543
  * Attempting to create a reservation without these fields will result in an error.
546
544
  *
547
545
  * ### Permissions
548
546
  *
549
547
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
550
548
  *
549
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
550
+ *
551
551
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
552
552
  * @param reservation - Reservation details.
553
553
  * @public
@@ -107,15 +107,15 @@ const _updateReservationResponse = {};
107
107
  * * `RESERVED` if manual approval is not required for confirmation
108
108
  * * `REQUESTED` if manual approval is required for confirmation.
109
109
  *
110
- * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
111
- *
112
- * A reservation created with any status other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
110
+ * A reservation created with any `source` other than `WALK_IN` requires the `reservation.reservee.phone` and `reservation.reservee.firstName` fields.
113
111
  * Attempting to create a reservation without these fields will result in an error.
114
112
  *
115
113
  * ### Permissions
116
114
  *
117
115
  * Including the fields `status`, `source`, `reservation.details.tableIds`, `reservation.details.endDate`, `ignoreReservationLocationConflicts`, or `ignoreTableCombinationConflicts` in the request requires additional permissions. See this API's Introduction article for more information.
118
116
  *
117
+ * If `source` is not provided, its value is set depending on the permissions of the user making the call. See this API's Introduction article for more information.
118
+ *
119
119
  * > **Note:** `createReservation()` requires all details of the reservation upfront. The process of creating a reservation can be broken up using `createHeldReservation`. `createHeldReservation` creates a temporary reservation that expires automatically unless it is completed with the addition of more details using `reserveReservation()`.
120
120
  * @param reservation - Reservation details.
121
121
  * @public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
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": "0f8bba2d2460f67566c962635a504cde2a8898c6f8e4f28cd3d0d63a"
37
+ "falconPackageHash": "691b6a55ff448d532c12b9878a33f2056f0edfb5e462b2602e3249e6"
38
38
  }