@wix/auto_sdk_table-reservations_reservations 1.0.69 → 1.0.70
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 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/{table-reservations-v1-reservation-reservations.universal-DC9REvXb.d.ts → table-reservations-v1-reservation-reservations.universal-dRJkta2b.d.ts} +4 -34
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/{table-reservations-v1-reservation-reservations.universal-DC9REvXb.d.mts → table-reservations-v1-reservation-reservations.universal-dRJkta2b.d.mts} +4 -34
- 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 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/{table-reservations-v1-reservation-reservations.universal-DC9REvXb.d.ts → table-reservations-v1-reservation-reservations.universal-dRJkta2b.d.ts} +4 -34
- 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 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/{table-reservations-v1-reservation-reservations.universal-DC9REvXb.d.mts → table-reservations-v1-reservation-reservations.universal-dRJkta2b.d.mts} +4 -34
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a8 as CreateReservationRequest$1, ad as CreateReservationResponse$1, aq as GetReservationRequest$1, ar as GetReservationResponse$1, as as UpdateReservationRequest$1, at as UpdateReservationResponse$1, au as CreateHeldReservationRequest$1, f as CreateHeldReservationResponse$1, av as ReserveReservationRequest$1, i as ReserveReservationResponse$1, aw as CancelReservationRequest$1, l as CancelReservationResponse$1, ay as DeleteReservationRequest$1, az as DeleteReservationResponse$1, aA as ListReservationsRequest$1, n as ListReservationsResponse$1, aF as SearchReservationsRequest$1, S as SearchReservationsResponse$1, bg as QueryReservationsRequest$1, bj as QueryReservationsResponse$1, bk as BulkArchiveReservationsRequest$1, B as BulkArchiveReservationsResponse$1, bp as BulkUnarchiveReservationsRequest$1, p as BulkUnarchiveReservationsResponse$1 } from './table-reservations-v1-reservation-reservations.universal-
|
|
1
|
+
import { a8 as CreateReservationRequest$1, ad as CreateReservationResponse$1, aq as GetReservationRequest$1, ar as GetReservationResponse$1, as as UpdateReservationRequest$1, at as UpdateReservationResponse$1, au as CreateHeldReservationRequest$1, f as CreateHeldReservationResponse$1, av as ReserveReservationRequest$1, i as ReserveReservationResponse$1, aw as CancelReservationRequest$1, l as CancelReservationResponse$1, ay as DeleteReservationRequest$1, az as DeleteReservationResponse$1, aA as ListReservationsRequest$1, n as ListReservationsResponse$1, aF as SearchReservationsRequest$1, S as SearchReservationsResponse$1, bg as QueryReservationsRequest$1, bj as QueryReservationsResponse$1, bk as BulkArchiveReservationsRequest$1, B as BulkArchiveReservationsResponse$1, bp as BulkUnarchiveReservationsRequest$1, p as BulkUnarchiveReservationsResponse$1 } from './table-reservations-v1-reservation-reservations.universal-dRJkta2b.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** The reservation domain object. */
|
|
@@ -1725,7 +1725,6 @@ interface ReservationCreatedEnvelope {
|
|
|
1725
1725
|
* @eventType wix.table_reservations.v1.reservation_created
|
|
1726
1726
|
* @serviceIdentifier wix.table_reservations.reservation.v1.ReservationsService
|
|
1727
1727
|
* @slug created
|
|
1728
|
-
* @documentationMaturity preview
|
|
1729
1728
|
*/
|
|
1730
1729
|
declare function onReservationCreated(handler: (event: ReservationCreatedEnvelope) => void | Promise<void>): void;
|
|
1731
1730
|
interface ReservationDeletedEnvelope {
|
|
@@ -1744,7 +1743,6 @@ interface ReservationDeletedEnvelope {
|
|
|
1744
1743
|
* @eventType wix.table_reservations.v1.reservation_deleted
|
|
1745
1744
|
* @serviceIdentifier wix.table_reservations.reservation.v1.ReservationsService
|
|
1746
1745
|
* @slug deleted
|
|
1747
|
-
* @documentationMaturity preview
|
|
1748
1746
|
*/
|
|
1749
1747
|
declare function onReservationDeleted(handler: (event: ReservationDeletedEnvelope) => void | Promise<void>): void;
|
|
1750
1748
|
interface ReservationUpdatedEnvelope {
|
|
@@ -1766,7 +1764,6 @@ interface ReservationUpdatedEnvelope {
|
|
|
1766
1764
|
* @eventType wix.table_reservations.v1.reservation_updated
|
|
1767
1765
|
* @serviceIdentifier wix.table_reservations.reservation.v1.ReservationsService
|
|
1768
1766
|
* @slug updated
|
|
1769
|
-
* @documentationMaturity preview
|
|
1770
1767
|
*/
|
|
1771
1768
|
declare function onReservationUpdated(handler: (event: ReservationUpdatedEnvelope) => void | Promise<void>): void;
|
|
1772
1769
|
/**
|
|
@@ -1793,7 +1790,6 @@ declare function onReservationUpdated(handler: (event: ReservationUpdatedEnvelop
|
|
|
1793
1790
|
* > **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()`.
|
|
1794
1791
|
* @param reservation - Reservation details.
|
|
1795
1792
|
* @public
|
|
1796
|
-
* @documentationMaturity preview
|
|
1797
1793
|
* @requiredField reservation
|
|
1798
1794
|
* @requiredField reservation.details
|
|
1799
1795
|
* @requiredField reservation.details.partySize
|
|
@@ -1853,7 +1849,6 @@ interface CreateReservationOptions {
|
|
|
1853
1849
|
* Calling this method with `fieldsets` set to `FULL` requires additional permissions. See this API's Introduction article for more information.
|
|
1854
1850
|
* @param reservationId - Reservation ID.
|
|
1855
1851
|
* @public
|
|
1856
|
-
* @documentationMaturity preview
|
|
1857
1852
|
* @requiredField reservationId
|
|
1858
1853
|
* @permissionId TABLE_RESERVATIONS.RESERVATION_READ
|
|
1859
1854
|
* @permissionId TABLE_RESERVATIONS.RESERVATION_READ_FULL
|
|
@@ -1895,7 +1890,6 @@ interface GetReservationOptions {
|
|
|
1895
1890
|
* Each time the reservation is updated, revision increments by 1. The existing revision must be included when updating the reservation. This ensures you're working with the latest reservation information, and it prevents unintended overwrites.
|
|
1896
1891
|
* @param _id - Reservation ID.
|
|
1897
1892
|
* @public
|
|
1898
|
-
* @documentationMaturity preview
|
|
1899
1893
|
* @requiredField _id
|
|
1900
1894
|
* @requiredField reservation
|
|
1901
1895
|
* @requiredField reservation.revision
|
|
@@ -2033,7 +2027,6 @@ interface UpdateReservationOptions {
|
|
|
2033
2027
|
*
|
|
2034
2028
|
* @param reservationDetails - Held reservation information to update.
|
|
2035
2029
|
* @public
|
|
2036
|
-
* @documentationMaturity preview
|
|
2037
2030
|
* @requiredField reservationDetails
|
|
2038
2031
|
* @requiredField reservationDetails.partySize
|
|
2039
2032
|
* @requiredField reservationDetails.reservationLocationId
|
|
@@ -2061,7 +2054,6 @@ declare function createHeldReservation(reservationDetails: NonNullablePaths<Held
|
|
|
2061
2054
|
*
|
|
2062
2055
|
* Specify the existing `revision` to prevent conflicting updates to reservations.
|
|
2063
2056
|
* @public
|
|
2064
|
-
* @documentationMaturity preview
|
|
2065
2057
|
* @requiredField reservationId
|
|
2066
2058
|
* @requiredField reservee
|
|
2067
2059
|
* @requiredField reservee.firstName
|
|
@@ -2083,7 +2075,6 @@ declare function reserveReservation(reservationId: string, reservee: NonNullable
|
|
|
2083
2075
|
*
|
|
2084
2076
|
* Specify the existing `revision` to prevent conflicting updates to reservations.
|
|
2085
2077
|
* @public
|
|
2086
|
-
* @documentationMaturity preview
|
|
2087
2078
|
* @requiredField reservationId
|
|
2088
2079
|
* @requiredField revision
|
|
2089
2080
|
* @param options - Options for canceling the reservation.
|
|
@@ -2107,7 +2098,6 @@ interface CancelReservationOptions {
|
|
|
2107
2098
|
* Deletes a reservation. Only reservations with the `HELD` status can be deleted.
|
|
2108
2099
|
* @param reservationId - Reservation ID.
|
|
2109
2100
|
* @public
|
|
2110
|
-
* @documentationMaturity preview
|
|
2111
2101
|
* @requiredField reservationId
|
|
2112
2102
|
* @permissionId TABLE_RESERVATIONS.RESERVATION_DELETE
|
|
2113
2103
|
* @applicableIdentity APP
|
|
@@ -2117,7 +2107,6 @@ declare function deleteReservation(reservationId: string): Promise<void>;
|
|
|
2117
2107
|
/**
|
|
2118
2108
|
* Retrieves a list of up to 100 reservations.
|
|
2119
2109
|
* @public
|
|
2120
|
-
* @documentationMaturity preview
|
|
2121
2110
|
* @param options - Options for listing the reservations.
|
|
2122
2111
|
* @permissionId TABLE_RESERVATIONS.RESERVATION_READ_FULL
|
|
2123
2112
|
* @applicableIdentity APP
|
|
@@ -2329,7 +2318,6 @@ declare const utils: {
|
|
|
2329
2318
|
*
|
|
2330
2319
|
* The following `ReservationsQueryBuilder` functions are supported for `queryReservations()`. For a full description of the reservation object, see the object returned for the [`items`](/reservations/reservations-query-result/items) property in [`ReservationsQueryResult`](/reservations/reservations-query-result).
|
|
2331
2320
|
* @public
|
|
2332
|
-
* @documentationMaturity preview
|
|
2333
2321
|
* @permissionId TABLE_RESERVATIONS.RESERVATION_READ_FULL
|
|
2334
2322
|
* @applicableIdentity APP
|
|
2335
2323
|
* @fqn wix.table_reservations.reservation.v1.ReservationsService.QueryReservations
|
|
@@ -2351,53 +2339,37 @@ interface ReservationsQueryResult extends QueryCursorResult {
|
|
|
2351
2339
|
interface ReservationsQueryBuilder {
|
|
2352
2340
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2353
2341
|
* @param value - Value to compare against.
|
|
2354
|
-
* @documentationMaturity preview
|
|
2355
2342
|
*/
|
|
2356
2343
|
eq: (propertyName: '_id' | 'status' | 'details.startDate', value: any) => ReservationsQueryBuilder;
|
|
2357
2344
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2358
2345
|
* @param value - Value to compare against.
|
|
2359
|
-
* @documentationMaturity preview
|
|
2360
2346
|
*/
|
|
2361
2347
|
ne: (propertyName: '_id' | 'status' | 'details.startDate', value: any) => ReservationsQueryBuilder;
|
|
2362
2348
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2363
2349
|
* @param value - Value to compare against.
|
|
2364
|
-
* @documentationMaturity preview
|
|
2365
2350
|
*/
|
|
2366
2351
|
ge: (propertyName: 'details.startDate', value: any) => ReservationsQueryBuilder;
|
|
2367
2352
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2368
2353
|
* @param value - Value to compare against.
|
|
2369
|
-
* @documentationMaturity preview
|
|
2370
2354
|
*/
|
|
2371
2355
|
gt: (propertyName: 'details.startDate', value: any) => ReservationsQueryBuilder;
|
|
2372
2356
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2373
2357
|
* @param value - Value to compare against.
|
|
2374
|
-
* @documentationMaturity preview
|
|
2375
2358
|
*/
|
|
2376
2359
|
le: (propertyName: 'details.startDate', value: any) => ReservationsQueryBuilder;
|
|
2377
2360
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2378
2361
|
* @param value - Value to compare against.
|
|
2379
|
-
* @documentationMaturity preview
|
|
2380
2362
|
*/
|
|
2381
2363
|
lt: (propertyName: 'details.startDate', value: any) => ReservationsQueryBuilder;
|
|
2382
|
-
/** @documentationMaturity preview */
|
|
2383
2364
|
in: (propertyName: '_id' | 'status' | 'details.startDate', value: any) => ReservationsQueryBuilder;
|
|
2384
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2385
|
-
* @documentationMaturity preview
|
|
2386
|
-
*/
|
|
2365
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
2387
2366
|
ascending: (...propertyNames: Array<'details.startDate'>) => ReservationsQueryBuilder;
|
|
2388
|
-
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2389
|
-
* @documentationMaturity preview
|
|
2390
|
-
*/
|
|
2367
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
2391
2368
|
descending: (...propertyNames: Array<'details.startDate'>) => ReservationsQueryBuilder;
|
|
2392
|
-
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
2393
|
-
* @documentationMaturity preview
|
|
2394
|
-
*/
|
|
2369
|
+
/** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
|
|
2395
2370
|
limit: (limit: number) => ReservationsQueryBuilder;
|
|
2396
|
-
/** @param cursor - A pointer to specific record
|
|
2397
|
-
* @documentationMaturity preview
|
|
2398
|
-
*/
|
|
2371
|
+
/** @param cursor - A pointer to specific record */
|
|
2399
2372
|
skipTo: (cursor: string) => ReservationsQueryBuilder;
|
|
2400
|
-
/** @documentationMaturity preview */
|
|
2401
2373
|
find: () => Promise<ReservationsQueryResult>;
|
|
2402
2374
|
}
|
|
2403
2375
|
/**
|
|
@@ -2475,7 +2447,6 @@ type ReservationQuery = {
|
|
|
2475
2447
|
* Archived reservations can't be updated with Update Reservation.
|
|
2476
2448
|
* @param reservationIds - IDs of reservations to archive.
|
|
2477
2449
|
* @public
|
|
2478
|
-
* @documentationMaturity preview
|
|
2479
2450
|
* @requiredField reservationIds
|
|
2480
2451
|
* @permissionId TABLE_RESERVATIONS.RESERVATION_ARCHIVE
|
|
2481
2452
|
* @applicableIdentity APP
|
|
@@ -2486,7 +2457,6 @@ declare function bulkArchiveReservations(reservationIds: string[]): Promise<NonN
|
|
|
2486
2457
|
* Unarchives multiple reservations at once.
|
|
2487
2458
|
* @param reservationIds - Reservation IDs to unarchive.
|
|
2488
2459
|
* @public
|
|
2489
|
-
* @documentationMaturity preview
|
|
2490
2460
|
* @requiredField reservationIds
|
|
2491
2461
|
* @permissionId TABLE_RESERVATIONS.RESERVATION_UNARCHIVE
|
|
2492
2462
|
* @applicableIdentity APP
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { R as Reservation, C as CreateReservationOptions, a as CreateReservationApplicationErrors, b as CreateReservationValidationErrors, G as GetReservationOptions, U as UpdateReservation, c as UpdateReservationOptions, d as UpdateReservationApplicationErrors, e as UpdateReservationValidationErrors, H as HeldReservationDetails, f as CreateHeldReservationResponse, g as CreateHeldReservationApplicationErrors, h as Reservee, i as ReserveReservationResponse, j as ReserveReservationApplicationErrors, k as CancelReservationOptions, l as CancelReservationResponse, m as CancelReservationApplicationErrors, L as ListReservationsOptions, n as ListReservationsResponse, o as ReservationSearch, S as SearchReservationsResponse, B as BulkArchiveReservationsResponse, p as BulkUnarchiveReservationsResponse, q as ReservationCreatedEnvelope, r as ReservationDeletedEnvelope, s as ReservationUpdatedEnvelope, t as ReservationsQueryBuilder, u as ReservationQuery, v as typedQueryReservations } from './table-reservations-v1-reservation-reservations.universal-
|
|
3
|
-
export { bJ as AccountInfo, bM as AccountInfoMetadata, bx as ActionEvent, aI as Aggregation, aV as AggregationData, aJ as AggregationKindOneOf, be as AggregationResults, bf as AggregationResultsResultOneOf, bd as AggregationResultsScalarDateResult, b0 as AggregationResultsScalarResult, W as AggregationType, c7 as AggregationTypeWithLiterals, bn as ApplicationError, bK as BaseEventMetadata, bo as BulkActionMetadata, bk as BulkArchiveReservationsRequest, bl as BulkArchiveReservationsResult, bp as BulkUnarchiveReservationsRequest, bq as BulkUnarchiveReservationsResult, aw as CancelReservationRequest, cb as CommonQueryWithEntityContext, ca as CommonSearchWithEntityContext, am as Conflicts, al as ConflictsExperienceOptions, an as ConflictsOptionsOneOf, ak as ConflictsStandardOptions, ao as CreateGoogleReservationRequest, ap as CreateGoogleReservationResponse, au as CreateHeldReservationRequest, a8 as CreateReservationRequest, ad as CreateReservationResponse, aB as CursorPaging, aD as CursorPagingMetadata, bh as CursorQuery, bi as CursorQueryPagingMethodOneOf, aG as CursorSearch, aH as CursorSearchPagingMethodOneOf, aE as Cursors, aQ as DateHistogramAggregation, b9 as DateHistogramResult, bb as DateHistogramResults, ay as DeleteReservationRequest, az as DeleteReservationResponse, _ as Details, br as DomainEvent, bs as DomainEventBodyOneOf, by as Empty, bt as EntityCreatedEvent, bw as EntityDeletedEvent, bv as EntityUpdatedEvent, bL as EventMetadata, ah as ExperienceBlockingConflict, A as ExperienceBlockingConflictType, bY as ExperienceBlockingConflictTypeWithLiterals, aj as ExperienceConflict, z as ExperienceConflictType, bX as ExperienceConflictTypeWithLiterals, ac as ExperienceOptions, ai as ExperienceTableCombinationConflict, E as ExperienceTableCombinationConflictType, bW as ExperienceTableCombinationConflictTypeWithLiterals, a2 as ExtendedFields, aq as GetReservationRequest, ar as GetReservationResponse, ba as GroupByValueResults, bE as HeadersEntry, bH as IdentificationData, bI as IdentificationDataIdOneOf, a9 as IgnoreConflicts, aa as IgnoreConflictsIgnoreConflictsOptionsOneOf, I as IgnoreConflictsType, bZ as IgnoreConflictsTypeWithLiterals, aL as IncludeMissingValuesOptions, V as Interval, c6 as IntervalWithLiterals, bm as ItemMetadata, aA as ListReservationsRequest, bG as MessageEnvelope, a0 as MigrationNote, N as MissingValues, c3 as MissingValuesWithLiterals, X as Mode, c8 as ModeWithLiterals, aT as NestedAggregation, aR as NestedAggregationItem, aS as NestedAggregationItemKindOneOf, aY as NestedAggregationResults, aZ as NestedAggregationResultsResultOneOf, Q as NestedAggregationType, c5 as NestedAggregationTypeWithLiterals, b6 as NestedResultValue, b7 as NestedResultValueResultOneOf, bc as NestedResults, b1 as NestedValueAggregationResult, bC as PathParametersEntry, P as PaymentStatus, bT as PaymentStatusWithLiterals, bD as QueryParametersEntry, bg as QueryReservationsRequest, bj as QueryReservationsResponse, aO as RangeAggregation, aX as RangeAggregationResult, aK as RangeBucket, b3 as RangeResult, a$ as RangeResults, bB as RawHttpRequest, bF as RawHttpResponse, bz as RemoveReservationMigrationNotesRequest, bA as RemoveReservationMigrationNotesResponse, ax as ReservationCanceled, a5 as ReservationCreated, a3 as ReservationDelayedDomainEvent, a4 as ReservationDelayedDomainEventBodyTypeOneOf, a7 as ReservationDelayedDomainEventReservationCanceled, ae as ReservationDetailsConflicts, ag as ReservationLocationConflict, y as ReservationLocationConflictType, bV as ReservationLocationConflictTypeWithLiterals, bP as ReservationQuerySpec, bN as ReservationSearchSpec, a6 as ReservationUpdated, bO as ReservationsQueryResult, av as ReserveReservationRequest, $ as ReservedBy, bu as RestoreInfo, b8 as Results, aP as ScalarAggregation, b5 as ScalarDateResult, b4 as ScalarResult, O as ScalarType, c4 as ScalarTypeWithLiterals, aU as SearchDetails, aF as SearchReservationsRequest, F as Set, b$ as SetWithLiterals, M as SortDirection, c2 as SortDirectionWithLiterals, J as SortOrder, c0 as SortOrderWithLiterals, K as SortType, c1 as SortTypeWithLiterals, aC as Sorting, x as Source, bS as SourceWithLiterals, ab as StandardOptions, w as Status, bR as StatusWithLiterals, af as TableCombinationConflict, T as TableCombinationConflictType, bU as TableCombinationConflictTypeWithLiterals, a1 as TableWithReservationConflicts, Z as Tables, D as Type, b_ as TypeWithLiterals, as as UpdateReservationRequest, at as UpdateReservationResponse, aM as ValueAggregation, aN as ValueAggregationOptionsOneOf, aW as ValueAggregationResult, b2 as ValueResult, a_ as ValueResults, Y as WebhookIdentityType, c9 as WebhookIdentityTypeWithLiterals, bQ as utils } from './table-reservations-v1-reservation-reservations.universal-
|
|
2
|
+
import { R as Reservation, C as CreateReservationOptions, a as CreateReservationApplicationErrors, b as CreateReservationValidationErrors, G as GetReservationOptions, U as UpdateReservation, c as UpdateReservationOptions, d as UpdateReservationApplicationErrors, e as UpdateReservationValidationErrors, H as HeldReservationDetails, f as CreateHeldReservationResponse, g as CreateHeldReservationApplicationErrors, h as Reservee, i as ReserveReservationResponse, j as ReserveReservationApplicationErrors, k as CancelReservationOptions, l as CancelReservationResponse, m as CancelReservationApplicationErrors, L as ListReservationsOptions, n as ListReservationsResponse, o as ReservationSearch, S as SearchReservationsResponse, B as BulkArchiveReservationsResponse, p as BulkUnarchiveReservationsResponse, q as ReservationCreatedEnvelope, r as ReservationDeletedEnvelope, s as ReservationUpdatedEnvelope, t as ReservationsQueryBuilder, u as ReservationQuery, v as typedQueryReservations } from './table-reservations-v1-reservation-reservations.universal-dRJkta2b.mjs';
|
|
3
|
+
export { bJ as AccountInfo, bM as AccountInfoMetadata, bx as ActionEvent, aI as Aggregation, aV as AggregationData, aJ as AggregationKindOneOf, be as AggregationResults, bf as AggregationResultsResultOneOf, bd as AggregationResultsScalarDateResult, b0 as AggregationResultsScalarResult, W as AggregationType, c7 as AggregationTypeWithLiterals, bn as ApplicationError, bK as BaseEventMetadata, bo as BulkActionMetadata, bk as BulkArchiveReservationsRequest, bl as BulkArchiveReservationsResult, bp as BulkUnarchiveReservationsRequest, bq as BulkUnarchiveReservationsResult, aw as CancelReservationRequest, cb as CommonQueryWithEntityContext, ca as CommonSearchWithEntityContext, am as Conflicts, al as ConflictsExperienceOptions, an as ConflictsOptionsOneOf, ak as ConflictsStandardOptions, ao as CreateGoogleReservationRequest, ap as CreateGoogleReservationResponse, au as CreateHeldReservationRequest, a8 as CreateReservationRequest, ad as CreateReservationResponse, aB as CursorPaging, aD as CursorPagingMetadata, bh as CursorQuery, bi as CursorQueryPagingMethodOneOf, aG as CursorSearch, aH as CursorSearchPagingMethodOneOf, aE as Cursors, aQ as DateHistogramAggregation, b9 as DateHistogramResult, bb as DateHistogramResults, ay as DeleteReservationRequest, az as DeleteReservationResponse, _ as Details, br as DomainEvent, bs as DomainEventBodyOneOf, by as Empty, bt as EntityCreatedEvent, bw as EntityDeletedEvent, bv as EntityUpdatedEvent, bL as EventMetadata, ah as ExperienceBlockingConflict, A as ExperienceBlockingConflictType, bY as ExperienceBlockingConflictTypeWithLiterals, aj as ExperienceConflict, z as ExperienceConflictType, bX as ExperienceConflictTypeWithLiterals, ac as ExperienceOptions, ai as ExperienceTableCombinationConflict, E as ExperienceTableCombinationConflictType, bW as ExperienceTableCombinationConflictTypeWithLiterals, a2 as ExtendedFields, aq as GetReservationRequest, ar as GetReservationResponse, ba as GroupByValueResults, bE as HeadersEntry, bH as IdentificationData, bI as IdentificationDataIdOneOf, a9 as IgnoreConflicts, aa as IgnoreConflictsIgnoreConflictsOptionsOneOf, I as IgnoreConflictsType, bZ as IgnoreConflictsTypeWithLiterals, aL as IncludeMissingValuesOptions, V as Interval, c6 as IntervalWithLiterals, bm as ItemMetadata, aA as ListReservationsRequest, bG as MessageEnvelope, a0 as MigrationNote, N as MissingValues, c3 as MissingValuesWithLiterals, X as Mode, c8 as ModeWithLiterals, aT as NestedAggregation, aR as NestedAggregationItem, aS as NestedAggregationItemKindOneOf, aY as NestedAggregationResults, aZ as NestedAggregationResultsResultOneOf, Q as NestedAggregationType, c5 as NestedAggregationTypeWithLiterals, b6 as NestedResultValue, b7 as NestedResultValueResultOneOf, bc as NestedResults, b1 as NestedValueAggregationResult, bC as PathParametersEntry, P as PaymentStatus, bT as PaymentStatusWithLiterals, bD as QueryParametersEntry, bg as QueryReservationsRequest, bj as QueryReservationsResponse, aO as RangeAggregation, aX as RangeAggregationResult, aK as RangeBucket, b3 as RangeResult, a$ as RangeResults, bB as RawHttpRequest, bF as RawHttpResponse, bz as RemoveReservationMigrationNotesRequest, bA as RemoveReservationMigrationNotesResponse, ax as ReservationCanceled, a5 as ReservationCreated, a3 as ReservationDelayedDomainEvent, a4 as ReservationDelayedDomainEventBodyTypeOneOf, a7 as ReservationDelayedDomainEventReservationCanceled, ae as ReservationDetailsConflicts, ag as ReservationLocationConflict, y as ReservationLocationConflictType, bV as ReservationLocationConflictTypeWithLiterals, bP as ReservationQuerySpec, bN as ReservationSearchSpec, a6 as ReservationUpdated, bO as ReservationsQueryResult, av as ReserveReservationRequest, $ as ReservedBy, bu as RestoreInfo, b8 as Results, aP as ScalarAggregation, b5 as ScalarDateResult, b4 as ScalarResult, O as ScalarType, c4 as ScalarTypeWithLiterals, aU as SearchDetails, aF as SearchReservationsRequest, F as Set, b$ as SetWithLiterals, M as SortDirection, c2 as SortDirectionWithLiterals, J as SortOrder, c0 as SortOrderWithLiterals, K as SortType, c1 as SortTypeWithLiterals, aC as Sorting, x as Source, bS as SourceWithLiterals, ab as StandardOptions, w as Status, bR as StatusWithLiterals, af as TableCombinationConflict, T as TableCombinationConflictType, bU as TableCombinationConflictTypeWithLiterals, a1 as TableWithReservationConflicts, Z as Tables, D as Type, b_ as TypeWithLiterals, as as UpdateReservationRequest, at as UpdateReservationResponse, aM as ValueAggregation, aN as ValueAggregationOptionsOneOf, aW as ValueAggregationResult, b2 as ValueResult, a_ as ValueResults, Y as WebhookIdentityType, c9 as WebhookIdentityTypeWithLiterals, bQ as utils } from './table-reservations-v1-reservation-reservations.universal-dRJkta2b.mjs';
|
|
4
4
|
|
|
5
5
|
declare function createReservation$1(httpClient: HttpClient): CreateReservationSignature;
|
|
6
6
|
interface CreateReservationSignature {
|