@wix/seatings 1.0.20 → 1.0.21
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/context.js +1 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/es/context.js +1 -0
- package/build/es/context.js.map +1 -0
- package/build/es/index.js +1 -0
- package/build/es/index.js.map +1 -0
- package/build/es/meta.js +1 -0
- package/build/es/meta.js.map +1 -0
- package/package.json +4 -4
- package/type-bundles/context.bundle.d.ts +27 -2
- package/type-bundles/index.bundle.d.ts +27 -2
- package/type-bundles/meta.bundle.d.ts +29 -1
package/build/cjs/context.js
CHANGED
|
@@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.seatingReservation = exports.seatingPlan = void 0;
|
|
27
27
|
exports.seatingPlan = __importStar(require("@wix/seatings_seating-plan/context"));
|
|
28
28
|
exports.seatingReservation = __importStar(require("@wix/seatings_seating-reservation/context"));
|
|
29
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,gGAAgF"}
|
package/build/cjs/index.js
CHANGED
|
@@ -28,3 +28,4 @@ const seatingPlan = __importStar(require("@wix/seatings_seating-plan"));
|
|
|
28
28
|
exports.seatingPlan = seatingPlan;
|
|
29
29
|
const seatingReservation = __importStar(require("@wix/seatings_seating-reservation"));
|
|
30
30
|
exports.seatingReservation = seatingReservation;
|
|
31
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAGjD,kCAAW;AAFpB,sFAAwE;AAElD,gDAAkB"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -26,3 +26,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.seatingReservation = exports.seatingPlan = void 0;
|
|
27
27
|
exports.seatingPlan = __importStar(require("@wix/seatings_seating-plan/meta"));
|
|
28
28
|
exports.seatingReservation = __importStar(require("@wix/seatings_seating-reservation/meta"));
|
|
29
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,6FAA6E"}
|
package/build/es/context.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,oCAAoC,CAAC;AAClE,OAAO,KAAK,kBAAkB,MAAM,2CAA2C,CAAC"}
|
package/build/es/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,4BAA4B,CAAC;AAC1D,OAAO,KAAK,kBAAkB,MAAM,mCAAmC,CAAC;AAExE,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC"}
|
package/build/es/meta.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,kBAAkB,MAAM,wCAAwC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/seatings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/seatings_seating-plan": "1.0.
|
|
25
|
-
"@wix/seatings_seating-reservation": "1.0.
|
|
24
|
+
"@wix/seatings_seating-plan": "1.0.17",
|
|
25
|
+
"@wix/seatings_seating-reservation": "1.0.15"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"glob": "^10.4.1",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "f92d359355261e4a4b1da9e3a42a67529a705ae2b8eed1ac81dcf97a"
|
|
51
51
|
}
|
|
@@ -2245,6 +2245,14 @@ interface PlaceReservationDetails {
|
|
|
2245
2245
|
placeId?: string;
|
|
2246
2246
|
occupied?: number;
|
|
2247
2247
|
}
|
|
2248
|
+
interface GetSeatingReservationSummaryRequest {
|
|
2249
|
+
/** Seating plan external id */
|
|
2250
|
+
externalId: string;
|
|
2251
|
+
}
|
|
2252
|
+
interface GetSeatingReservationSummaryResponse {
|
|
2253
|
+
plan?: SeatingPlan;
|
|
2254
|
+
places?: PlaceReservationDetails[];
|
|
2255
|
+
}
|
|
2248
2256
|
interface RegenerateSummariesRequest {
|
|
2249
2257
|
/** Seating plan id */
|
|
2250
2258
|
planId?: string | null;
|
|
@@ -2464,6 +2472,10 @@ interface GetSeatingReservationsSummaryResponseNonNullableFields {
|
|
|
2464
2472
|
plan?: SeatingPlanNonNullableFields;
|
|
2465
2473
|
seatingReservationsSummary?: SeatingReservationsSummaryNonNullableFields;
|
|
2466
2474
|
}
|
|
2475
|
+
interface GetSeatingReservationSummaryResponseNonNullableFields {
|
|
2476
|
+
plan?: SeatingPlanNonNullableFields;
|
|
2477
|
+
places: PlaceReservationDetailsNonNullableFields[];
|
|
2478
|
+
}
|
|
2467
2479
|
interface BaseEventMetadata {
|
|
2468
2480
|
/** App instance ID. */
|
|
2469
2481
|
instanceId?: string | null;
|
|
@@ -2591,9 +2603,17 @@ interface GetSeatingCategoriesSummarySignature {
|
|
|
2591
2603
|
}
|
|
2592
2604
|
declare function getSeatingReservationsSummary$1(httpClient: HttpClient): GetSeatingReservationsSummarySignature;
|
|
2593
2605
|
interface GetSeatingReservationsSummarySignature {
|
|
2594
|
-
/**
|
|
2606
|
+
/**
|
|
2607
|
+
* @param - Filter for seating plan
|
|
2608
|
+
* @deprecated
|
|
2609
|
+
*/
|
|
2595
2610
|
(filter: Record<string, any> | null): Promise<GetSeatingReservationsSummaryResponse & GetSeatingReservationsSummaryResponseNonNullableFields>;
|
|
2596
2611
|
}
|
|
2612
|
+
declare function getSeatingReservationSummary$1(httpClient: HttpClient): GetSeatingReservationSummarySignature;
|
|
2613
|
+
interface GetSeatingReservationSummarySignature {
|
|
2614
|
+
/** @param - Seating plan external id */
|
|
2615
|
+
(externalId: string): Promise<GetSeatingReservationSummaryResponse & GetSeatingReservationSummaryResponseNonNullableFields>;
|
|
2616
|
+
}
|
|
2597
2617
|
declare const onSeatingReservationCreated$1: EventDefinition<SeatingReservationCreatedEnvelope, "wix.seating.v1.seating_reservation_created">;
|
|
2598
2618
|
declare const onSeatingReservationDeleted$1: EventDefinition<SeatingReservationDeletedEnvelope, "wix.seating.v1.seating_reservation_deleted">;
|
|
2599
2619
|
|
|
@@ -2605,6 +2625,7 @@ declare const querySeatingReservation: MaybeContext<BuildRESTFunction<typeof que
|
|
|
2605
2625
|
declare const deleteSeatingReservation: MaybeContext<BuildRESTFunction<typeof deleteSeatingReservation$1> & typeof deleteSeatingReservation$1>;
|
|
2606
2626
|
declare const getSeatingCategoriesSummary: MaybeContext<BuildRESTFunction<typeof getSeatingCategoriesSummary$1> & typeof getSeatingCategoriesSummary$1>;
|
|
2607
2627
|
declare const getSeatingReservationsSummary: MaybeContext<BuildRESTFunction<typeof getSeatingReservationsSummary$1> & typeof getSeatingReservationsSummary$1>;
|
|
2628
|
+
declare const getSeatingReservationSummary: MaybeContext<BuildRESTFunction<typeof getSeatingReservationSummary$1> & typeof getSeatingReservationSummary$1>;
|
|
2608
2629
|
|
|
2609
2630
|
type _publicOnSeatingReservationCreatedType = typeof onSeatingReservationCreated$1;
|
|
2610
2631
|
/** */
|
|
@@ -2650,6 +2671,9 @@ type context_GetReservedPlacesResponse = GetReservedPlacesResponse;
|
|
|
2650
2671
|
type context_GetSeatingCategoriesSummaryOptions = GetSeatingCategoriesSummaryOptions;
|
|
2651
2672
|
type context_GetSeatingCategoriesSummaryRequest = GetSeatingCategoriesSummaryRequest;
|
|
2652
2673
|
type context_GetSeatingCategoriesSummaryResponse = GetSeatingCategoriesSummaryResponse;
|
|
2674
|
+
type context_GetSeatingReservationSummaryRequest = GetSeatingReservationSummaryRequest;
|
|
2675
|
+
type context_GetSeatingReservationSummaryResponse = GetSeatingReservationSummaryResponse;
|
|
2676
|
+
type context_GetSeatingReservationSummaryResponseNonNullableFields = GetSeatingReservationSummaryResponseNonNullableFields;
|
|
2653
2677
|
type context_GetSeatingReservationsSummaryRequest = GetSeatingReservationsSummaryRequest;
|
|
2654
2678
|
type context_GetSeatingReservationsSummaryResponse = GetSeatingReservationsSummaryResponse;
|
|
2655
2679
|
type context_GetSeatingReservationsSummaryResponseNonNullableFields = GetSeatingReservationsSummaryResponseNonNullableFields;
|
|
@@ -2717,12 +2741,13 @@ declare const context_createSeatingReservation: typeof createSeatingReservation;
|
|
|
2717
2741
|
declare const context_deleteSeatingReservation: typeof deleteSeatingReservation;
|
|
2718
2742
|
declare const context_getReservation: typeof getReservation;
|
|
2719
2743
|
declare const context_getSeatingCategoriesSummary: typeof getSeatingCategoriesSummary;
|
|
2744
|
+
declare const context_getSeatingReservationSummary: typeof getSeatingReservationSummary;
|
|
2720
2745
|
declare const context_getSeatingReservationsSummary: typeof getSeatingReservationsSummary;
|
|
2721
2746
|
declare const context_onSeatingReservationCreated: typeof onSeatingReservationCreated;
|
|
2722
2747
|
declare const context_onSeatingReservationDeleted: typeof onSeatingReservationDeleted;
|
|
2723
2748
|
declare const context_querySeatingReservation: typeof querySeatingReservation;
|
|
2724
2749
|
declare namespace context {
|
|
2725
|
-
export { type context_ActionEvent as ActionEvent, type context_App as App, type context_BaseEventMetadata as BaseEventMetadata, type context_Category as Category, type context_CategoryDetails as CategoryDetails, type context_CreateSeatingReservationOptions as CreateSeatingReservationOptions, type context_CreateSeatingReservationRequest as CreateSeatingReservationRequest, type context_CreateSeatingReservationResponse as CreateSeatingReservationResponse, type context_CreateSeatingReservationResponseNonNullableFields as CreateSeatingReservationResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_DeleteSeatingPlaceReservationRequest as DeleteSeatingPlaceReservationRequest, type context_DeleteSeatingReservationRequest as DeleteSeatingReservationRequest, type context_DeleteSeatingReservationResponse as DeleteSeatingReservationResponse, type context_DeleteSeatingReservationResponseNonNullableFields as DeleteSeatingReservationResponseNonNullableFields, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Element as Element, type context_ElementGroup as ElementGroup, type context_ElementGroupUiProperties as ElementGroupUiProperties, type context_ElementUiProperties as ElementUiProperties, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_ExtendedFields as ExtendedFields, type context_File as File, type context_GetReservationRequest as GetReservationRequest, type context_GetReservationResponse as GetReservationResponse, type context_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type context_GetReservedPlacesRequest as GetReservedPlacesRequest, type context_GetReservedPlacesResponse as GetReservedPlacesResponse, type context_GetSeatingCategoriesSummaryOptions as GetSeatingCategoriesSummaryOptions, type context_GetSeatingCategoriesSummaryRequest as GetSeatingCategoriesSummaryRequest, type context_GetSeatingCategoriesSummaryResponse as GetSeatingCategoriesSummaryResponse, type context_GetSeatingReservationsSummaryRequest as GetSeatingReservationsSummaryRequest, type context_GetSeatingReservationsSummaryResponse as GetSeatingReservationsSummaryResponse, type context_GetSeatingReservationsSummaryResponseNonNullableFields as GetSeatingReservationsSummaryResponseNonNullableFields, context_Icon as Icon, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_Image as Image, type context_InvalidateCache as InvalidateCache, type context_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context_MessageEnvelope as MessageEnvelope, type context_MultiRowProperties as MultiRowProperties, context_Numbering as Numbering, type context_Page as Page, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_Place as Place, type context_PlaceReservation as PlaceReservation, type context_PlaceReservationDetails as PlaceReservationDetails, context_PlaceTypeEnumType as PlaceTypeEnumType, type context_Places as Places, context_Position as Position, type context_QuerySeatingReservationRequest as QuerySeatingReservationRequest, type context_QuerySeatingReservationResponse as QuerySeatingReservationResponse, type context_QuerySeatingReservationResponseNonNullableFields as QuerySeatingReservationResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context_RegenerateSummariesRequest as RegenerateSummariesRequest, type context_RegenerateSummariesResponse as RegenerateSummariesResponse, type context_ReservationErrorDetails as ReservationErrorDetails, type context_ReservationOptions as ReservationOptions, type context_ReservationsQueryBuilder as ReservationsQueryBuilder, type context_ReservationsQueryResult as ReservationsQueryResult, type context_RestoreInfo as RestoreInfo, type context_RowElement as RowElement, type context_RowElementUiProperties as RowElementUiProperties, type context_SeatingPlan as SeatingPlan, type context_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type context_SeatingPlanUiProperties as SeatingPlanUiProperties, type context_SeatingReservation as SeatingReservation, type context_SeatingReservationCreatedEnvelope as SeatingReservationCreatedEnvelope, type context_SeatingReservationDeletedEnvelope as SeatingReservationDeletedEnvelope, type context_SeatingReservationNonNullableFields as SeatingReservationNonNullableFields, type context_SeatingReservationsSummary as SeatingReservationsSummary, type context_Section as Section, type context_Sequencing as Sequencing, context_ShapeTypeEnumType as ShapeTypeEnumType, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_Type as Type, type context_URI as URI, type context_UnavailablePlaces as UnavailablePlaces, type context_VerticalSequencing as VerticalSequencing, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnSeatingReservationCreatedType as _publicOnSeatingReservationCreatedType, type context__publicOnSeatingReservationDeletedType as _publicOnSeatingReservationDeletedType, context_createSeatingReservation as createSeatingReservation, context_deleteSeatingReservation as deleteSeatingReservation, context_getReservation as getReservation, context_getSeatingCategoriesSummary as getSeatingCategoriesSummary, context_getSeatingReservationsSummary as getSeatingReservationsSummary, context_onSeatingReservationCreated as onSeatingReservationCreated, context_onSeatingReservationDeleted as onSeatingReservationDeleted, onSeatingReservationCreated$1 as publicOnSeatingReservationCreated, onSeatingReservationDeleted$1 as publicOnSeatingReservationDeleted, context_querySeatingReservation as querySeatingReservation };
|
|
2750
|
+
export { type context_ActionEvent as ActionEvent, type context_App as App, type context_BaseEventMetadata as BaseEventMetadata, type context_Category as Category, type context_CategoryDetails as CategoryDetails, type context_CreateSeatingReservationOptions as CreateSeatingReservationOptions, type context_CreateSeatingReservationRequest as CreateSeatingReservationRequest, type context_CreateSeatingReservationResponse as CreateSeatingReservationResponse, type context_CreateSeatingReservationResponseNonNullableFields as CreateSeatingReservationResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_DeleteSeatingPlaceReservationRequest as DeleteSeatingPlaceReservationRequest, type context_DeleteSeatingReservationRequest as DeleteSeatingReservationRequest, type context_DeleteSeatingReservationResponse as DeleteSeatingReservationResponse, type context_DeleteSeatingReservationResponseNonNullableFields as DeleteSeatingReservationResponseNonNullableFields, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Element as Element, type context_ElementGroup as ElementGroup, type context_ElementGroupUiProperties as ElementGroupUiProperties, type context_ElementUiProperties as ElementUiProperties, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_ExtendedFields as ExtendedFields, type context_File as File, type context_GetReservationRequest as GetReservationRequest, type context_GetReservationResponse as GetReservationResponse, type context_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type context_GetReservedPlacesRequest as GetReservedPlacesRequest, type context_GetReservedPlacesResponse as GetReservedPlacesResponse, type context_GetSeatingCategoriesSummaryOptions as GetSeatingCategoriesSummaryOptions, type context_GetSeatingCategoriesSummaryRequest as GetSeatingCategoriesSummaryRequest, type context_GetSeatingCategoriesSummaryResponse as GetSeatingCategoriesSummaryResponse, type context_GetSeatingReservationSummaryRequest as GetSeatingReservationSummaryRequest, type context_GetSeatingReservationSummaryResponse as GetSeatingReservationSummaryResponse, type context_GetSeatingReservationSummaryResponseNonNullableFields as GetSeatingReservationSummaryResponseNonNullableFields, type context_GetSeatingReservationsSummaryRequest as GetSeatingReservationsSummaryRequest, type context_GetSeatingReservationsSummaryResponse as GetSeatingReservationsSummaryResponse, type context_GetSeatingReservationsSummaryResponseNonNullableFields as GetSeatingReservationsSummaryResponseNonNullableFields, context_Icon as Icon, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_Image as Image, type context_InvalidateCache as InvalidateCache, type context_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context_MessageEnvelope as MessageEnvelope, type context_MultiRowProperties as MultiRowProperties, context_Numbering as Numbering, type context_Page as Page, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_Place as Place, type context_PlaceReservation as PlaceReservation, type context_PlaceReservationDetails as PlaceReservationDetails, context_PlaceTypeEnumType as PlaceTypeEnumType, type context_Places as Places, context_Position as Position, type context_QuerySeatingReservationRequest as QuerySeatingReservationRequest, type context_QuerySeatingReservationResponse as QuerySeatingReservationResponse, type context_QuerySeatingReservationResponseNonNullableFields as QuerySeatingReservationResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context_RegenerateSummariesRequest as RegenerateSummariesRequest, type context_RegenerateSummariesResponse as RegenerateSummariesResponse, type context_ReservationErrorDetails as ReservationErrorDetails, type context_ReservationOptions as ReservationOptions, type context_ReservationsQueryBuilder as ReservationsQueryBuilder, type context_ReservationsQueryResult as ReservationsQueryResult, type context_RestoreInfo as RestoreInfo, type context_RowElement as RowElement, type context_RowElementUiProperties as RowElementUiProperties, type context_SeatingPlan as SeatingPlan, type context_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type context_SeatingPlanUiProperties as SeatingPlanUiProperties, type context_SeatingReservation as SeatingReservation, type context_SeatingReservationCreatedEnvelope as SeatingReservationCreatedEnvelope, type context_SeatingReservationDeletedEnvelope as SeatingReservationDeletedEnvelope, type context_SeatingReservationNonNullableFields as SeatingReservationNonNullableFields, type context_SeatingReservationsSummary as SeatingReservationsSummary, type context_Section as Section, type context_Sequencing as Sequencing, context_ShapeTypeEnumType as ShapeTypeEnumType, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_Type as Type, type context_URI as URI, type context_UnavailablePlaces as UnavailablePlaces, type context_VerticalSequencing as VerticalSequencing, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnSeatingReservationCreatedType as _publicOnSeatingReservationCreatedType, type context__publicOnSeatingReservationDeletedType as _publicOnSeatingReservationDeletedType, context_createSeatingReservation as createSeatingReservation, context_deleteSeatingReservation as deleteSeatingReservation, context_getReservation as getReservation, context_getSeatingCategoriesSummary as getSeatingCategoriesSummary, context_getSeatingReservationSummary as getSeatingReservationSummary, context_getSeatingReservationsSummary as getSeatingReservationsSummary, context_onSeatingReservationCreated as onSeatingReservationCreated, context_onSeatingReservationDeleted as onSeatingReservationDeleted, onSeatingReservationCreated$1 as publicOnSeatingReservationCreated, onSeatingReservationDeleted$1 as publicOnSeatingReservationDeleted, context_querySeatingReservation as querySeatingReservation };
|
|
2726
2751
|
}
|
|
2727
2752
|
|
|
2728
2753
|
export { context$1 as seatingPlan, context as seatingReservation };
|
|
@@ -2245,6 +2245,14 @@ interface PlaceReservationDetails {
|
|
|
2245
2245
|
placeId?: string;
|
|
2246
2246
|
occupied?: number;
|
|
2247
2247
|
}
|
|
2248
|
+
interface GetSeatingReservationSummaryRequest {
|
|
2249
|
+
/** Seating plan external id */
|
|
2250
|
+
externalId: string;
|
|
2251
|
+
}
|
|
2252
|
+
interface GetSeatingReservationSummaryResponse {
|
|
2253
|
+
plan?: SeatingPlan;
|
|
2254
|
+
places?: PlaceReservationDetails[];
|
|
2255
|
+
}
|
|
2248
2256
|
interface RegenerateSummariesRequest {
|
|
2249
2257
|
/** Seating plan id */
|
|
2250
2258
|
planId?: string | null;
|
|
@@ -2464,6 +2472,10 @@ interface GetSeatingReservationsSummaryResponseNonNullableFields {
|
|
|
2464
2472
|
plan?: SeatingPlanNonNullableFields;
|
|
2465
2473
|
seatingReservationsSummary?: SeatingReservationsSummaryNonNullableFields;
|
|
2466
2474
|
}
|
|
2475
|
+
interface GetSeatingReservationSummaryResponseNonNullableFields {
|
|
2476
|
+
plan?: SeatingPlanNonNullableFields;
|
|
2477
|
+
places: PlaceReservationDetailsNonNullableFields[];
|
|
2478
|
+
}
|
|
2467
2479
|
interface BaseEventMetadata {
|
|
2468
2480
|
/** App instance ID. */
|
|
2469
2481
|
instanceId?: string | null;
|
|
@@ -2591,9 +2603,17 @@ interface GetSeatingCategoriesSummarySignature {
|
|
|
2591
2603
|
}
|
|
2592
2604
|
declare function getSeatingReservationsSummary$1(httpClient: HttpClient): GetSeatingReservationsSummarySignature;
|
|
2593
2605
|
interface GetSeatingReservationsSummarySignature {
|
|
2594
|
-
/**
|
|
2606
|
+
/**
|
|
2607
|
+
* @param - Filter for seating plan
|
|
2608
|
+
* @deprecated
|
|
2609
|
+
*/
|
|
2595
2610
|
(filter: Record<string, any> | null): Promise<GetSeatingReservationsSummaryResponse & GetSeatingReservationsSummaryResponseNonNullableFields>;
|
|
2596
2611
|
}
|
|
2612
|
+
declare function getSeatingReservationSummary$1(httpClient: HttpClient): GetSeatingReservationSummarySignature;
|
|
2613
|
+
interface GetSeatingReservationSummarySignature {
|
|
2614
|
+
/** @param - Seating plan external id */
|
|
2615
|
+
(externalId: string): Promise<GetSeatingReservationSummaryResponse & GetSeatingReservationSummaryResponseNonNullableFields>;
|
|
2616
|
+
}
|
|
2597
2617
|
declare const onSeatingReservationCreated$1: EventDefinition<SeatingReservationCreatedEnvelope, "wix.seating.v1.seating_reservation_created">;
|
|
2598
2618
|
declare const onSeatingReservationDeleted$1: EventDefinition<SeatingReservationDeletedEnvelope, "wix.seating.v1.seating_reservation_deleted">;
|
|
2599
2619
|
|
|
@@ -2605,6 +2625,7 @@ declare const querySeatingReservation: MaybeContext<BuildRESTFunction<typeof que
|
|
|
2605
2625
|
declare const deleteSeatingReservation: MaybeContext<BuildRESTFunction<typeof deleteSeatingReservation$1> & typeof deleteSeatingReservation$1>;
|
|
2606
2626
|
declare const getSeatingCategoriesSummary: MaybeContext<BuildRESTFunction<typeof getSeatingCategoriesSummary$1> & typeof getSeatingCategoriesSummary$1>;
|
|
2607
2627
|
declare const getSeatingReservationsSummary: MaybeContext<BuildRESTFunction<typeof getSeatingReservationsSummary$1> & typeof getSeatingReservationsSummary$1>;
|
|
2628
|
+
declare const getSeatingReservationSummary: MaybeContext<BuildRESTFunction<typeof getSeatingReservationSummary$1> & typeof getSeatingReservationSummary$1>;
|
|
2608
2629
|
|
|
2609
2630
|
type _publicOnSeatingReservationCreatedType = typeof onSeatingReservationCreated$1;
|
|
2610
2631
|
/** */
|
|
@@ -2650,6 +2671,9 @@ type index_d_GetReservedPlacesResponse = GetReservedPlacesResponse;
|
|
|
2650
2671
|
type index_d_GetSeatingCategoriesSummaryOptions = GetSeatingCategoriesSummaryOptions;
|
|
2651
2672
|
type index_d_GetSeatingCategoriesSummaryRequest = GetSeatingCategoriesSummaryRequest;
|
|
2652
2673
|
type index_d_GetSeatingCategoriesSummaryResponse = GetSeatingCategoriesSummaryResponse;
|
|
2674
|
+
type index_d_GetSeatingReservationSummaryRequest = GetSeatingReservationSummaryRequest;
|
|
2675
|
+
type index_d_GetSeatingReservationSummaryResponse = GetSeatingReservationSummaryResponse;
|
|
2676
|
+
type index_d_GetSeatingReservationSummaryResponseNonNullableFields = GetSeatingReservationSummaryResponseNonNullableFields;
|
|
2653
2677
|
type index_d_GetSeatingReservationsSummaryRequest = GetSeatingReservationsSummaryRequest;
|
|
2654
2678
|
type index_d_GetSeatingReservationsSummaryResponse = GetSeatingReservationsSummaryResponse;
|
|
2655
2679
|
type index_d_GetSeatingReservationsSummaryResponseNonNullableFields = GetSeatingReservationsSummaryResponseNonNullableFields;
|
|
@@ -2717,12 +2741,13 @@ declare const index_d_createSeatingReservation: typeof createSeatingReservation;
|
|
|
2717
2741
|
declare const index_d_deleteSeatingReservation: typeof deleteSeatingReservation;
|
|
2718
2742
|
declare const index_d_getReservation: typeof getReservation;
|
|
2719
2743
|
declare const index_d_getSeatingCategoriesSummary: typeof getSeatingCategoriesSummary;
|
|
2744
|
+
declare const index_d_getSeatingReservationSummary: typeof getSeatingReservationSummary;
|
|
2720
2745
|
declare const index_d_getSeatingReservationsSummary: typeof getSeatingReservationsSummary;
|
|
2721
2746
|
declare const index_d_onSeatingReservationCreated: typeof onSeatingReservationCreated;
|
|
2722
2747
|
declare const index_d_onSeatingReservationDeleted: typeof onSeatingReservationDeleted;
|
|
2723
2748
|
declare const index_d_querySeatingReservation: typeof querySeatingReservation;
|
|
2724
2749
|
declare namespace index_d {
|
|
2725
|
-
export { type index_d_ActionEvent as ActionEvent, type index_d_App as App, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_Category as Category, type index_d_CategoryDetails as CategoryDetails, type index_d_CreateSeatingReservationOptions as CreateSeatingReservationOptions, type index_d_CreateSeatingReservationRequest as CreateSeatingReservationRequest, type index_d_CreateSeatingReservationResponse as CreateSeatingReservationResponse, type index_d_CreateSeatingReservationResponseNonNullableFields as CreateSeatingReservationResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_DeleteSeatingPlaceReservationRequest as DeleteSeatingPlaceReservationRequest, type index_d_DeleteSeatingReservationRequest as DeleteSeatingReservationRequest, type index_d_DeleteSeatingReservationResponse as DeleteSeatingReservationResponse, type index_d_DeleteSeatingReservationResponseNonNullableFields as DeleteSeatingReservationResponseNonNullableFields, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Element as Element, type index_d_ElementGroup as ElementGroup, type index_d_ElementGroupUiProperties as ElementGroupUiProperties, type index_d_ElementUiProperties as ElementUiProperties, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_ExtendedFields as ExtendedFields, type index_d_File as File, type index_d_GetReservationRequest as GetReservationRequest, type index_d_GetReservationResponse as GetReservationResponse, type index_d_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type index_d_GetReservedPlacesRequest as GetReservedPlacesRequest, type index_d_GetReservedPlacesResponse as GetReservedPlacesResponse, type index_d_GetSeatingCategoriesSummaryOptions as GetSeatingCategoriesSummaryOptions, type index_d_GetSeatingCategoriesSummaryRequest as GetSeatingCategoriesSummaryRequest, type index_d_GetSeatingCategoriesSummaryResponse as GetSeatingCategoriesSummaryResponse, type index_d_GetSeatingReservationsSummaryRequest as GetSeatingReservationsSummaryRequest, type index_d_GetSeatingReservationsSummaryResponse as GetSeatingReservationsSummaryResponse, type index_d_GetSeatingReservationsSummaryResponseNonNullableFields as GetSeatingReservationsSummaryResponseNonNullableFields, index_d_Icon as Icon, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_Image as Image, type index_d_InvalidateCache as InvalidateCache, type index_d_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MultiRowProperties as MultiRowProperties, index_d_Numbering as Numbering, type index_d_Page as Page, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_Place as Place, type index_d_PlaceReservation as PlaceReservation, type index_d_PlaceReservationDetails as PlaceReservationDetails, index_d_PlaceTypeEnumType as PlaceTypeEnumType, type index_d_Places as Places, index_d_Position as Position, type index_d_QuerySeatingReservationRequest as QuerySeatingReservationRequest, type index_d_QuerySeatingReservationResponse as QuerySeatingReservationResponse, type index_d_QuerySeatingReservationResponseNonNullableFields as QuerySeatingReservationResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d_RegenerateSummariesRequest as RegenerateSummariesRequest, type index_d_RegenerateSummariesResponse as RegenerateSummariesResponse, type index_d_ReservationErrorDetails as ReservationErrorDetails, type index_d_ReservationOptions as ReservationOptions, type index_d_ReservationsQueryBuilder as ReservationsQueryBuilder, type index_d_ReservationsQueryResult as ReservationsQueryResult, type index_d_RestoreInfo as RestoreInfo, type index_d_RowElement as RowElement, type index_d_RowElementUiProperties as RowElementUiProperties, type index_d_SeatingPlan as SeatingPlan, type index_d_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type index_d_SeatingPlanUiProperties as SeatingPlanUiProperties, type index_d_SeatingReservation as SeatingReservation, type index_d_SeatingReservationCreatedEnvelope as SeatingReservationCreatedEnvelope, type index_d_SeatingReservationDeletedEnvelope as SeatingReservationDeletedEnvelope, type index_d_SeatingReservationNonNullableFields as SeatingReservationNonNullableFields, type index_d_SeatingReservationsSummary as SeatingReservationsSummary, type index_d_Section as Section, type index_d_Sequencing as Sequencing, index_d_ShapeTypeEnumType as ShapeTypeEnumType, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_Type as Type, type index_d_URI as URI, type index_d_UnavailablePlaces as UnavailablePlaces, type index_d_VerticalSequencing as VerticalSequencing, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnSeatingReservationCreatedType as _publicOnSeatingReservationCreatedType, type index_d__publicOnSeatingReservationDeletedType as _publicOnSeatingReservationDeletedType, index_d_createSeatingReservation as createSeatingReservation, index_d_deleteSeatingReservation as deleteSeatingReservation, index_d_getReservation as getReservation, index_d_getSeatingCategoriesSummary as getSeatingCategoriesSummary, index_d_getSeatingReservationsSummary as getSeatingReservationsSummary, index_d_onSeatingReservationCreated as onSeatingReservationCreated, index_d_onSeatingReservationDeleted as onSeatingReservationDeleted, onSeatingReservationCreated$1 as publicOnSeatingReservationCreated, onSeatingReservationDeleted$1 as publicOnSeatingReservationDeleted, index_d_querySeatingReservation as querySeatingReservation };
|
|
2750
|
+
export { type index_d_ActionEvent as ActionEvent, type index_d_App as App, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_Category as Category, type index_d_CategoryDetails as CategoryDetails, type index_d_CreateSeatingReservationOptions as CreateSeatingReservationOptions, type index_d_CreateSeatingReservationRequest as CreateSeatingReservationRequest, type index_d_CreateSeatingReservationResponse as CreateSeatingReservationResponse, type index_d_CreateSeatingReservationResponseNonNullableFields as CreateSeatingReservationResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_DeleteSeatingPlaceReservationRequest as DeleteSeatingPlaceReservationRequest, type index_d_DeleteSeatingReservationRequest as DeleteSeatingReservationRequest, type index_d_DeleteSeatingReservationResponse as DeleteSeatingReservationResponse, type index_d_DeleteSeatingReservationResponseNonNullableFields as DeleteSeatingReservationResponseNonNullableFields, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Element as Element, type index_d_ElementGroup as ElementGroup, type index_d_ElementGroupUiProperties as ElementGroupUiProperties, type index_d_ElementUiProperties as ElementUiProperties, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_ExtendedFields as ExtendedFields, type index_d_File as File, type index_d_GetReservationRequest as GetReservationRequest, type index_d_GetReservationResponse as GetReservationResponse, type index_d_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type index_d_GetReservedPlacesRequest as GetReservedPlacesRequest, type index_d_GetReservedPlacesResponse as GetReservedPlacesResponse, type index_d_GetSeatingCategoriesSummaryOptions as GetSeatingCategoriesSummaryOptions, type index_d_GetSeatingCategoriesSummaryRequest as GetSeatingCategoriesSummaryRequest, type index_d_GetSeatingCategoriesSummaryResponse as GetSeatingCategoriesSummaryResponse, type index_d_GetSeatingReservationSummaryRequest as GetSeatingReservationSummaryRequest, type index_d_GetSeatingReservationSummaryResponse as GetSeatingReservationSummaryResponse, type index_d_GetSeatingReservationSummaryResponseNonNullableFields as GetSeatingReservationSummaryResponseNonNullableFields, type index_d_GetSeatingReservationsSummaryRequest as GetSeatingReservationsSummaryRequest, type index_d_GetSeatingReservationsSummaryResponse as GetSeatingReservationsSummaryResponse, type index_d_GetSeatingReservationsSummaryResponseNonNullableFields as GetSeatingReservationsSummaryResponseNonNullableFields, index_d_Icon as Icon, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_Image as Image, type index_d_InvalidateCache as InvalidateCache, type index_d_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MultiRowProperties as MultiRowProperties, index_d_Numbering as Numbering, type index_d_Page as Page, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_Place as Place, type index_d_PlaceReservation as PlaceReservation, type index_d_PlaceReservationDetails as PlaceReservationDetails, index_d_PlaceTypeEnumType as PlaceTypeEnumType, type index_d_Places as Places, index_d_Position as Position, type index_d_QuerySeatingReservationRequest as QuerySeatingReservationRequest, type index_d_QuerySeatingReservationResponse as QuerySeatingReservationResponse, type index_d_QuerySeatingReservationResponseNonNullableFields as QuerySeatingReservationResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d_RegenerateSummariesRequest as RegenerateSummariesRequest, type index_d_RegenerateSummariesResponse as RegenerateSummariesResponse, type index_d_ReservationErrorDetails as ReservationErrorDetails, type index_d_ReservationOptions as ReservationOptions, type index_d_ReservationsQueryBuilder as ReservationsQueryBuilder, type index_d_ReservationsQueryResult as ReservationsQueryResult, type index_d_RestoreInfo as RestoreInfo, type index_d_RowElement as RowElement, type index_d_RowElementUiProperties as RowElementUiProperties, type index_d_SeatingPlan as SeatingPlan, type index_d_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type index_d_SeatingPlanUiProperties as SeatingPlanUiProperties, type index_d_SeatingReservation as SeatingReservation, type index_d_SeatingReservationCreatedEnvelope as SeatingReservationCreatedEnvelope, type index_d_SeatingReservationDeletedEnvelope as SeatingReservationDeletedEnvelope, type index_d_SeatingReservationNonNullableFields as SeatingReservationNonNullableFields, type index_d_SeatingReservationsSummary as SeatingReservationsSummary, type index_d_Section as Section, type index_d_Sequencing as Sequencing, index_d_ShapeTypeEnumType as ShapeTypeEnumType, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_Type as Type, type index_d_URI as URI, type index_d_UnavailablePlaces as UnavailablePlaces, type index_d_VerticalSequencing as VerticalSequencing, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnSeatingReservationCreatedType as _publicOnSeatingReservationCreatedType, type index_d__publicOnSeatingReservationDeletedType as _publicOnSeatingReservationDeletedType, index_d_createSeatingReservation as createSeatingReservation, index_d_deleteSeatingReservation as deleteSeatingReservation, index_d_getReservation as getReservation, index_d_getSeatingCategoriesSummary as getSeatingCategoriesSummary, index_d_getSeatingReservationSummary as getSeatingReservationSummary, index_d_getSeatingReservationsSummary as getSeatingReservationsSummary, index_d_onSeatingReservationCreated as onSeatingReservationCreated, index_d_onSeatingReservationDeleted as onSeatingReservationDeleted, onSeatingReservationCreated$1 as publicOnSeatingReservationCreated, onSeatingReservationDeleted$1 as publicOnSeatingReservationDeleted, index_d_querySeatingReservation as querySeatingReservation };
|
|
2726
2751
|
}
|
|
2727
2752
|
|
|
2728
2753
|
export { index_d$1 as seatingPlan, index_d as seatingReservation };
|
|
@@ -1658,6 +1658,14 @@ interface PlaceReservationDetails$1 {
|
|
|
1658
1658
|
placeId?: string;
|
|
1659
1659
|
occupied?: number;
|
|
1660
1660
|
}
|
|
1661
|
+
interface GetSeatingReservationSummaryRequest$1 {
|
|
1662
|
+
/** Seating plan external id */
|
|
1663
|
+
externalId: string;
|
|
1664
|
+
}
|
|
1665
|
+
interface GetSeatingReservationSummaryResponse$1 {
|
|
1666
|
+
plan?: SeatingPlan$1;
|
|
1667
|
+
places?: PlaceReservationDetails$1[];
|
|
1668
|
+
}
|
|
1661
1669
|
interface PlaceReservationNonNullableFields$1 {
|
|
1662
1670
|
id: string;
|
|
1663
1671
|
}
|
|
@@ -1759,6 +1767,10 @@ interface GetSeatingReservationsSummaryResponseNonNullableFields$1 {
|
|
|
1759
1767
|
plan?: SeatingPlanNonNullableFields$1;
|
|
1760
1768
|
seatingReservationsSummary?: SeatingReservationsSummaryNonNullableFields$1;
|
|
1761
1769
|
}
|
|
1770
|
+
interface GetSeatingReservationSummaryResponseNonNullableFields$1 {
|
|
1771
|
+
plan?: SeatingPlanNonNullableFields$1;
|
|
1772
|
+
places: PlaceReservationDetailsNonNullableFields$1[];
|
|
1773
|
+
}
|
|
1762
1774
|
|
|
1763
1775
|
interface SeatingReservation {
|
|
1764
1776
|
/**
|
|
@@ -2267,6 +2279,14 @@ interface PlaceReservationDetails {
|
|
|
2267
2279
|
placeId?: string;
|
|
2268
2280
|
occupied?: number;
|
|
2269
2281
|
}
|
|
2282
|
+
interface GetSeatingReservationSummaryRequest {
|
|
2283
|
+
/** Seating plan external id */
|
|
2284
|
+
externalId: string;
|
|
2285
|
+
}
|
|
2286
|
+
interface GetSeatingReservationSummaryResponse {
|
|
2287
|
+
plan?: SeatingPlan;
|
|
2288
|
+
places?: PlaceReservationDetails[];
|
|
2289
|
+
}
|
|
2270
2290
|
interface PlaceReservationNonNullableFields {
|
|
2271
2291
|
_id: string;
|
|
2272
2292
|
}
|
|
@@ -2368,6 +2388,10 @@ interface GetSeatingReservationsSummaryResponseNonNullableFields {
|
|
|
2368
2388
|
plan?: SeatingPlanNonNullableFields;
|
|
2369
2389
|
seatingReservationsSummary?: SeatingReservationsSummaryNonNullableFields;
|
|
2370
2390
|
}
|
|
2391
|
+
interface GetSeatingReservationSummaryResponseNonNullableFields {
|
|
2392
|
+
plan?: SeatingPlanNonNullableFields;
|
|
2393
|
+
places: PlaceReservationDetailsNonNullableFields[];
|
|
2394
|
+
}
|
|
2371
2395
|
|
|
2372
2396
|
type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
2373
2397
|
getUrl: (context: any) => string;
|
|
@@ -2389,16 +2413,20 @@ declare function deleteSeatingReservation(): __PublicMethodMetaInfo<'DELETE', {
|
|
|
2389
2413
|
}, DeleteSeatingReservationRequest, DeleteSeatingReservationRequest$1, DeleteSeatingReservationResponse & DeleteSeatingReservationResponseNonNullableFields, DeleteSeatingReservationResponse$1 & DeleteSeatingReservationResponseNonNullableFields$1>;
|
|
2390
2414
|
declare function getSeatingCategoriesSummary(): __PublicMethodMetaInfo<'GET', {}, GetSeatingCategoriesSummaryRequest, GetSeatingCategoriesSummaryRequest$1, GetSeatingCategoriesSummaryResponse, GetSeatingCategoriesSummaryResponse$1>;
|
|
2391
2415
|
declare function getSeatingReservationsSummary(): __PublicMethodMetaInfo<'POST', {}, GetSeatingReservationsSummaryRequest, GetSeatingReservationsSummaryRequest$1, GetSeatingReservationsSummaryResponse & GetSeatingReservationsSummaryResponseNonNullableFields, GetSeatingReservationsSummaryResponse$1 & GetSeatingReservationsSummaryResponseNonNullableFields$1>;
|
|
2416
|
+
declare function getSeatingReservationSummary(): __PublicMethodMetaInfo<'GET', {
|
|
2417
|
+
externalId: string;
|
|
2418
|
+
}, GetSeatingReservationSummaryRequest, GetSeatingReservationSummaryRequest$1, GetSeatingReservationSummaryResponse & GetSeatingReservationSummaryResponseNonNullableFields, GetSeatingReservationSummaryResponse$1 & GetSeatingReservationSummaryResponseNonNullableFields$1>;
|
|
2392
2419
|
|
|
2393
2420
|
type meta___PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = __PublicMethodMetaInfo<K, M, T, S, Q, R>;
|
|
2394
2421
|
declare const meta_createSeatingReservation: typeof createSeatingReservation;
|
|
2395
2422
|
declare const meta_deleteSeatingReservation: typeof deleteSeatingReservation;
|
|
2396
2423
|
declare const meta_getReservation: typeof getReservation;
|
|
2397
2424
|
declare const meta_getSeatingCategoriesSummary: typeof getSeatingCategoriesSummary;
|
|
2425
|
+
declare const meta_getSeatingReservationSummary: typeof getSeatingReservationSummary;
|
|
2398
2426
|
declare const meta_getSeatingReservationsSummary: typeof getSeatingReservationsSummary;
|
|
2399
2427
|
declare const meta_querySeatingReservation: typeof querySeatingReservation;
|
|
2400
2428
|
declare namespace meta {
|
|
2401
|
-
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_createSeatingReservation as createSeatingReservation, meta_deleteSeatingReservation as deleteSeatingReservation, meta_getReservation as getReservation, meta_getSeatingCategoriesSummary as getSeatingCategoriesSummary, meta_getSeatingReservationsSummary as getSeatingReservationsSummary, meta_querySeatingReservation as querySeatingReservation };
|
|
2429
|
+
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_createSeatingReservation as createSeatingReservation, meta_deleteSeatingReservation as deleteSeatingReservation, meta_getReservation as getReservation, meta_getSeatingCategoriesSummary as getSeatingCategoriesSummary, meta_getSeatingReservationSummary as getSeatingReservationSummary, meta_getSeatingReservationsSummary as getSeatingReservationsSummary, meta_querySeatingReservation as querySeatingReservation };
|
|
2402
2430
|
}
|
|
2403
2431
|
|
|
2404
2432
|
export { meta$1 as seatingPlan, meta as seatingReservation };
|