@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.
Files changed (29) hide show
  1. package/build/cjs/index.d.ts +2 -2
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +2 -2
  4. package/build/cjs/index.typings.js.map +1 -1
  5. package/build/cjs/meta.d.ts +7 -7
  6. package/build/cjs/meta.js.map +1 -1
  7. package/build/cjs/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.ts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.ts} +5 -5
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs.map +1 -1
  10. package/build/es/index.typings.d.mts +2 -2
  11. package/build/es/index.typings.mjs.map +1 -1
  12. package/build/es/meta.d.mts +7 -7
  13. package/build/es/meta.mjs.map +1 -1
  14. package/build/es/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.mts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.mts} +5 -5
  15. package/build/internal/cjs/index.d.ts +2 -2
  16. package/build/internal/cjs/index.js.map +1 -1
  17. package/build/internal/cjs/index.typings.d.ts +2 -2
  18. package/build/internal/cjs/index.typings.js.map +1 -1
  19. package/build/internal/cjs/meta.d.ts +7 -7
  20. package/build/internal/cjs/meta.js.map +1 -1
  21. package/build/internal/cjs/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.ts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.ts} +5 -5
  22. package/build/internal/es/index.d.mts +2 -2
  23. package/build/internal/es/index.mjs.map +1 -1
  24. package/build/internal/es/index.typings.d.mts +2 -2
  25. package/build/internal/es/index.typings.mjs.map +1 -1
  26. package/build/internal/es/meta.d.mts +7 -7
  27. package/build/internal/es/meta.mjs.map +1 -1
  28. package/build/internal/es/{table-reservations-v1-reservation-reservations.universal-DbgmieCp.d.mts → table-reservations-v1-reservation-reservations.universal-BiohAEHh.d.mts} +5 -5
  29. package/package.json +2 -2
@@ -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-DbgmieCp.js';
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([REST](https://dev.wix.com/docs/rest/api-reference/wix-restaurants/reservations/reservations/the-reservation-lifecycle) | [SDK](https://dev.wix.com/docs/sdk/backend-modules/table-reservations/reservations/the-reservation-lifecycle)) for an explanation of the role of statuses in the reservation lifecycle.
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
- /** Ignored experience conflicts of the types specified in the array. */
345
+ /** Conflicts to ignore for standard reservations. */
346
346
  standardOptions?: StandardOptions;
347
- /** Ignored experience conflicts of the types specified in the array if created reservation contains experience. */
347
+ /** Conflicts to ignore for experiences. */
348
348
  experienceOptions?: ExperienceOptions;
349
- /** Type of ignore conflicts. */
349
+ /** Types of conflicts to ignore. */
350
350
  ignoreConflictsType?: IgnoreConflictsTypeWithLiterals;
351
351
  }
352
352
  /** @oneof */
353
353
  interface IgnoreConflictsIgnoreConflictsOptionsOneOf {
354
- /** Ignored experience conflicts of the types specified in the array. */
354
+ /** Conflicts to ignore for standard reservations. */
355
355
  standardOptions?: StandardOptions;
356
- /** Ignored experience conflicts of the types specified in the array if created reservation contains experience. */
356
+ /** Conflicts to ignore for experiences. */
357
357
  experienceOptions?: ExperienceOptions;
358
358
  }
359
359
  declare enum ExperienceTableCombinationConflictType {