@wix/auto_sdk_table-reservations_reservations 1.0.35 → 1.0.37
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/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +7 -7
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.ts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.ts} +5 -5
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +7 -7
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.mts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.mts} +5 -5
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +7 -7
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.ts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.ts} +5 -5
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +7 -7
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.mts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.mts} +5 -5
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a5 as CreateReservationRequest$1, aa as CreateReservationResponse$1, ak as GetReservationRequest$1, al as GetReservationResponse$1, am as UpdateReservationRequest$1, an as UpdateReservationResponse$1, ao as CreateHeldReservationRequest$1, f as CreateHeldReservationResponse$1, ap as ReserveReservationRequest$1, i as ReserveReservationResponse$1, aq as CancelReservationRequest$1, l as CancelReservationResponse$1, as as DeleteReservationRequest$1, at as DeleteReservationResponse$1, au as ListReservationsRequest$1, n as ListReservationsResponse$1, az as QueryReservationsRequest$1, aC as QueryReservationsResponse$1, aD as SearchReservationsRequest$1, S as SearchReservationsResponse$1, bc as BulkArchiveReservationsRequest$1, B as BulkArchiveReservationsResponse$1, bh as BulkUnarchiveReservationsRequest$1, q as BulkUnarchiveReservationsResponse$1 } from './table-reservations-v1-reservation-reservations.universal-
|
|
1
|
+
import { a5 as CreateReservationRequest$1, aa as CreateReservationResponse$1, ak as GetReservationRequest$1, al as GetReservationResponse$1, am as UpdateReservationRequest$1, an as UpdateReservationResponse$1, ao as CreateHeldReservationRequest$1, f as CreateHeldReservationResponse$1, ap as ReserveReservationRequest$1, i as ReserveReservationResponse$1, aq as CancelReservationRequest$1, l as CancelReservationResponse$1, as as DeleteReservationRequest$1, at as DeleteReservationResponse$1, au as ListReservationsRequest$1, n as ListReservationsResponse$1, az as QueryReservationsRequest$1, aC as QueryReservationsResponse$1, aD as SearchReservationsRequest$1, S as SearchReservationsResponse$1, bc as BulkArchiveReservationsRequest$1, B as BulkArchiveReservationsResponse$1, bh as BulkUnarchiveReservationsRequest$1, q as BulkUnarchiveReservationsResponse$1 } from './table-reservations-v1-reservation-reservations.universal-BiohAEHh.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** The reservation domain object. */
|
|
@@ -12,7 +12,7 @@ interface Reservation {
|
|
|
12
12
|
/**
|
|
13
13
|
* Status of the reservation.
|
|
14
14
|
*
|
|
15
|
-
* See the Reservation Lifecycle article
|
|
15
|
+
* See the [Reservation Lifecycle article](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/the-reservation-lifecycle) for an explanation of the role of statuses in the reservation lifecycle.
|
|
16
16
|
*/
|
|
17
17
|
status?: StatusWithLiterals;
|
|
18
18
|
/**
|
|
@@ -342,18 +342,18 @@ declare enum ReservationLocationConflictType {
|
|
|
342
342
|
/** @enumType */
|
|
343
343
|
type ReservationLocationConflictTypeWithLiterals = ReservationLocationConflictType | 'UNKNOWN' | 'PARTY_PACING' | 'SEAT_PACING';
|
|
344
344
|
interface IgnoreConflicts extends IgnoreConflictsIgnoreConflictsOptionsOneOf {
|
|
345
|
-
/**
|
|
345
|
+
/** Conflicts to ignore for standard reservations. */
|
|
346
346
|
standardOptions?: StandardOptions;
|
|
347
|
-
/**
|
|
347
|
+
/** Conflicts to ignore for experiences. */
|
|
348
348
|
experienceOptions?: ExperienceOptions;
|
|
349
|
-
/**
|
|
349
|
+
/** Types of conflicts to ignore. */
|
|
350
350
|
ignoreConflictsType?: IgnoreConflictsTypeWithLiterals;
|
|
351
351
|
}
|
|
352
352
|
/** @oneof */
|
|
353
353
|
interface IgnoreConflictsIgnoreConflictsOptionsOneOf {
|
|
354
|
-
/**
|
|
354
|
+
/** Conflicts to ignore for standard reservations. */
|
|
355
355
|
standardOptions?: StandardOptions;
|
|
356
|
-
/**
|
|
356
|
+
/** Conflicts to ignore for experiences. */
|
|
357
357
|
experienceOptions?: ExperienceOptions;
|
|
358
358
|
}
|
|
359
359
|
declare enum ExperienceTableCombinationConflictType {
|