@wix/table-reservations 1.0.147 → 1.0.149
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/table-reservations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.149",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/table-reservations_reservation-locations": "1.0.
|
|
21
|
+
"@wix/table-reservations_reservation-locations": "1.0.61",
|
|
22
22
|
"@wix/table-reservations_reservations": "1.0.51",
|
|
23
|
-
"@wix/table-reservations_time-slots": "1.0.
|
|
23
|
+
"@wix/table-reservations_time-slots": "1.0.46"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "2e8815a05b88d84d0eb046180fe7354e75d551a9ef4d9c3948afd22b"
|
|
49
49
|
}
|
|
@@ -680,7 +680,7 @@ interface CreateReservationRequest {
|
|
|
680
680
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
681
681
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
682
682
|
*/
|
|
683
|
-
ignoreReservationLocationConflicts?: Type$
|
|
683
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
684
684
|
}
|
|
685
685
|
declare enum TableCombinationConflictType$1 {
|
|
686
686
|
UNKNOWN = "UNKNOWN",
|
|
@@ -689,7 +689,7 @@ declare enum TableCombinationConflictType$1 {
|
|
|
689
689
|
TOO_SMALL = "TOO_SMALL",
|
|
690
690
|
OFFLINE_ONLY = "OFFLINE_ONLY"
|
|
691
691
|
}
|
|
692
|
-
declare enum Type$
|
|
692
|
+
declare enum Type$2 {
|
|
693
693
|
UNKNOWN = "UNKNOWN",
|
|
694
694
|
PARTY_PACING = "PARTY_PACING",
|
|
695
695
|
SEAT_PACING = "SEAT_PACING"
|
|
@@ -710,7 +710,7 @@ interface TableCombinationConflict$1 {
|
|
|
710
710
|
}
|
|
711
711
|
interface ReservationLocationConflict$1 {
|
|
712
712
|
/** Reservation location conflict type. */
|
|
713
|
-
type?: Type$
|
|
713
|
+
type?: Type$2;
|
|
714
714
|
}
|
|
715
715
|
interface GetReservationRequest {
|
|
716
716
|
/** Reservation ID. */
|
|
@@ -752,7 +752,7 @@ interface UpdateReservationRequest {
|
|
|
752
752
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
753
753
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
754
754
|
*/
|
|
755
|
-
ignoreReservationLocationConflicts?: Type$
|
|
755
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
756
756
|
}
|
|
757
757
|
interface UpdateReservationResponse {
|
|
758
758
|
/** Reservation. */
|
|
@@ -1672,7 +1672,7 @@ interface CreateReservationOptions {
|
|
|
1672
1672
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
1673
1673
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
1674
1674
|
*/
|
|
1675
|
-
ignoreReservationLocationConflicts?: Type$
|
|
1675
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
1676
1676
|
}
|
|
1677
1677
|
interface GetReservationOptions {
|
|
1678
1678
|
/**
|
|
@@ -1777,7 +1777,7 @@ interface UpdateReservationOptions {
|
|
|
1777
1777
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
1778
1778
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
1779
1779
|
*/
|
|
1780
|
-
ignoreReservationLocationConflicts?: Type$
|
|
1780
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
1781
1781
|
}
|
|
1782
1782
|
interface UpdateExtendedFieldsOptions$1 {
|
|
1783
1783
|
/** Data to update. Structured according to the [schema](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields#json-schema-for-extended-fields) defined when the extended fields were configured. */
|
|
@@ -2234,7 +2234,7 @@ declare const context$2_reserveReservation: typeof reserveReservation;
|
|
|
2234
2234
|
declare const context$2_searchReservations: typeof searchReservations;
|
|
2235
2235
|
declare const context$2_updateReservation: typeof updateReservation;
|
|
2236
2236
|
declare namespace context$2 {
|
|
2237
|
-
export { type ActionEvent$1 as ActionEvent, type context$2_Aggregation as Aggregation, type context$2_AggregationData as AggregationData, type context$2_AggregationKindOneOf as AggregationKindOneOf, type context$2_AggregationResults as AggregationResults, type context$2_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$2_AggregationResultsScalarResult as AggregationResultsScalarResult, context$2_AggregationType as AggregationType, type BaseEventMetadata$1 as BaseEventMetadata, type context$2_CancelReservationOptions as CancelReservationOptions, type context$2_CancelReservationRequest as CancelReservationRequest, type context$2_CancelReservationResponse as CancelReservationResponse, type context$2_CancelReservationResponseNonNullableFields as CancelReservationResponseNonNullableFields, type context$2_CreateHeldReservationRequest as CreateHeldReservationRequest, type context$2_CreateHeldReservationResponse as CreateHeldReservationResponse, type context$2_CreateHeldReservationResponseNonNullableFields as CreateHeldReservationResponseNonNullableFields, type context$2_CreateReservationOptions as CreateReservationOptions, type context$2_CreateReservationRequest as CreateReservationRequest, type context$2_CreateReservationResponse as CreateReservationResponse, type context$2_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type context$2_CursorQuery as CursorQuery, type context$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context$2_CursorSearch as CursorSearch, type context$2_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$1 as Cursors, type context$2_DateHistogramAggregation as DateHistogramAggregation, type context$2_DateHistogramResult as DateHistogramResult, type context$2_DateHistogramResults as DateHistogramResults, type context$2_DeleteReservationRequest as DeleteReservationRequest, type context$2_DeleteReservationResponse as DeleteReservationResponse, type context$2_Details as Details, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type context$2_GetReservationOptions as GetReservationOptions, type context$2_GetReservationRequest as GetReservationRequest, type context$2_GetReservationResponse as GetReservationResponse, type context$2_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type context$2_GroupByValueResults as GroupByValueResults, type context$2_HeadersEntry as HeadersEntry, type context$2_HeldReservationDetails as HeldReservationDetails, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$2_IncludeMissingValuesOptions as IncludeMissingValuesOptions, context$2_Interval as Interval, type context$2_ListReservationsOptions as ListReservationsOptions, type context$2_ListReservationsRequest as ListReservationsRequest, type context$2_ListReservationsResponse as ListReservationsResponse, type context$2_ListReservationsResponseNonNullableFields as ListReservationsResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type context$2_MigrationNote as MigrationNote, context$2_MissingValues as MissingValues, Mode$1 as Mode, type context$2_NestedAggregation as NestedAggregation, type context$2_NestedAggregationItem as NestedAggregationItem, type context$2_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type context$2_NestedAggregationResults as NestedAggregationResults, type context$2_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, context$2_NestedAggregationType as NestedAggregationType, type context$2_NestedResultValue as NestedResultValue, type context$2_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$2_NestedResults as NestedResults, type context$2_NestedValueAggregationResult as NestedValueAggregationResult, type context$2_PathParametersEntry as PathParametersEntry, context$2_PaymentStatus as PaymentStatus, type context$2_QueryParametersEntry as QueryParametersEntry, type context$2_QueryReservationsRequest as QueryReservationsRequest, type context$2_QueryReservationsResponse as QueryReservationsResponse, type context$2_QueryReservationsResponseNonNullableFields as QueryReservationsResponseNonNullableFields, type context$2_RangeAggregation as RangeAggregation, type context$2_RangeAggregationResult as RangeAggregationResult, type context$2_RangeBucket as RangeBucket, type context$2_RangeResult as RangeResult, type context$2_RangeResults as RangeResults, type context$2_RawHttpRequest as RawHttpRequest, type context$2_RawHttpResponse as RawHttpResponse, type context$2_RemoveReservationMigrationNotesRequest as RemoveReservationMigrationNotesRequest, type context$2_RemoveReservationMigrationNotesResponse as RemoveReservationMigrationNotesResponse, type context$2_Reservation as Reservation, type context$2_ReservationCanceled as ReservationCanceled, type context$2_ReservationCreated as ReservationCreated, type context$2_ReservationCreatedEnvelope as ReservationCreatedEnvelope, type context$2_ReservationDelayedDomainEvent as ReservationDelayedDomainEvent, type context$2_ReservationDelayedDomainEventBodyTypeOneOf as ReservationDelayedDomainEventBodyTypeOneOf, type context$2_ReservationDelayedDomainEventReservationCanceled as ReservationDelayedDomainEventReservationCanceled, type context$2_ReservationDeletedEnvelope as ReservationDeletedEnvelope, type context$2_ReservationDetailsConflicts as ReservationDetailsConflicts, type ReservationLocationConflict$1 as ReservationLocationConflict, type context$2_ReservationNonNullableFields as ReservationNonNullableFields, type context$2_ReservationUpdated as ReservationUpdated, type context$2_ReservationUpdatedEnvelope as ReservationUpdatedEnvelope, type context$2_ReservationsQueryBuilder as ReservationsQueryBuilder, type context$2_ReservationsQueryResult as ReservationsQueryResult, type context$2_ReserveReservationRequest as ReserveReservationRequest, type context$2_ReserveReservationResponse as ReserveReservationResponse, type context$2_ReserveReservationResponseNonNullableFields as ReserveReservationResponseNonNullableFields, type context$2_ReservedBy as ReservedBy, type context$2_Reservee as Reservee, type RestoreInfo$1 as RestoreInfo, type context$2_Results as Results, type context$2_ScalarAggregation as ScalarAggregation, type context$2_ScalarResult as ScalarResult, context$2_ScalarType as ScalarType, type context$2_SearchDetails as SearchDetails, type context$2_SearchReservationsRequest as SearchReservationsRequest, type context$2_SearchReservationsResponse as SearchReservationsResponse, type context$2_SearchReservationsResponseNonNullableFields as SearchReservationsResponseNonNullableFields, Set$1 as Set, context$2_SortDirection as SortDirection, SortOrder$1 as SortOrder, context$2_SortType as SortType, type Sorting$1 as Sorting, context$2_Source as Source, Status$1 as Status, type TableCombinationConflict$1 as TableCombinationConflict, TableCombinationConflictType$1 as TableCombinationConflictType, type context$2_TableWithReservationConflicts as TableWithReservationConflicts, type context$2_Tables as Tables, Type$
|
|
2237
|
+
export { type ActionEvent$1 as ActionEvent, type context$2_Aggregation as Aggregation, type context$2_AggregationData as AggregationData, type context$2_AggregationKindOneOf as AggregationKindOneOf, type context$2_AggregationResults as AggregationResults, type context$2_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type context$2_AggregationResultsScalarResult as AggregationResultsScalarResult, context$2_AggregationType as AggregationType, type BaseEventMetadata$1 as BaseEventMetadata, type context$2_CancelReservationOptions as CancelReservationOptions, type context$2_CancelReservationRequest as CancelReservationRequest, type context$2_CancelReservationResponse as CancelReservationResponse, type context$2_CancelReservationResponseNonNullableFields as CancelReservationResponseNonNullableFields, type context$2_CreateHeldReservationRequest as CreateHeldReservationRequest, type context$2_CreateHeldReservationResponse as CreateHeldReservationResponse, type context$2_CreateHeldReservationResponseNonNullableFields as CreateHeldReservationResponseNonNullableFields, type context$2_CreateReservationOptions as CreateReservationOptions, type context$2_CreateReservationRequest as CreateReservationRequest, type context$2_CreateReservationResponse as CreateReservationResponse, type context$2_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type context$2_CursorQuery as CursorQuery, type context$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context$2_CursorSearch as CursorSearch, type context$2_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$1 as Cursors, type context$2_DateHistogramAggregation as DateHistogramAggregation, type context$2_DateHistogramResult as DateHistogramResult, type context$2_DateHistogramResults as DateHistogramResults, type context$2_DeleteReservationRequest as DeleteReservationRequest, type context$2_DeleteReservationResponse as DeleteReservationResponse, type context$2_Details as Details, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type context$2_GetReservationOptions as GetReservationOptions, type context$2_GetReservationRequest as GetReservationRequest, type context$2_GetReservationResponse as GetReservationResponse, type context$2_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type context$2_GroupByValueResults as GroupByValueResults, type context$2_HeadersEntry as HeadersEntry, type context$2_HeldReservationDetails as HeldReservationDetails, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type context$2_IncludeMissingValuesOptions as IncludeMissingValuesOptions, context$2_Interval as Interval, type context$2_ListReservationsOptions as ListReservationsOptions, type context$2_ListReservationsRequest as ListReservationsRequest, type context$2_ListReservationsResponse as ListReservationsResponse, type context$2_ListReservationsResponseNonNullableFields as ListReservationsResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type context$2_MigrationNote as MigrationNote, context$2_MissingValues as MissingValues, Mode$1 as Mode, type context$2_NestedAggregation as NestedAggregation, type context$2_NestedAggregationItem as NestedAggregationItem, type context$2_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type context$2_NestedAggregationResults as NestedAggregationResults, type context$2_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, context$2_NestedAggregationType as NestedAggregationType, type context$2_NestedResultValue as NestedResultValue, type context$2_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$2_NestedResults as NestedResults, type context$2_NestedValueAggregationResult as NestedValueAggregationResult, type context$2_PathParametersEntry as PathParametersEntry, context$2_PaymentStatus as PaymentStatus, type context$2_QueryParametersEntry as QueryParametersEntry, type context$2_QueryReservationsRequest as QueryReservationsRequest, type context$2_QueryReservationsResponse as QueryReservationsResponse, type context$2_QueryReservationsResponseNonNullableFields as QueryReservationsResponseNonNullableFields, type context$2_RangeAggregation as RangeAggregation, type context$2_RangeAggregationResult as RangeAggregationResult, type context$2_RangeBucket as RangeBucket, type context$2_RangeResult as RangeResult, type context$2_RangeResults as RangeResults, type context$2_RawHttpRequest as RawHttpRequest, type context$2_RawHttpResponse as RawHttpResponse, type context$2_RemoveReservationMigrationNotesRequest as RemoveReservationMigrationNotesRequest, type context$2_RemoveReservationMigrationNotesResponse as RemoveReservationMigrationNotesResponse, type context$2_Reservation as Reservation, type context$2_ReservationCanceled as ReservationCanceled, type context$2_ReservationCreated as ReservationCreated, type context$2_ReservationCreatedEnvelope as ReservationCreatedEnvelope, type context$2_ReservationDelayedDomainEvent as ReservationDelayedDomainEvent, type context$2_ReservationDelayedDomainEventBodyTypeOneOf as ReservationDelayedDomainEventBodyTypeOneOf, type context$2_ReservationDelayedDomainEventReservationCanceled as ReservationDelayedDomainEventReservationCanceled, type context$2_ReservationDeletedEnvelope as ReservationDeletedEnvelope, type context$2_ReservationDetailsConflicts as ReservationDetailsConflicts, type ReservationLocationConflict$1 as ReservationLocationConflict, type context$2_ReservationNonNullableFields as ReservationNonNullableFields, type context$2_ReservationUpdated as ReservationUpdated, type context$2_ReservationUpdatedEnvelope as ReservationUpdatedEnvelope, type context$2_ReservationsQueryBuilder as ReservationsQueryBuilder, type context$2_ReservationsQueryResult as ReservationsQueryResult, type context$2_ReserveReservationRequest as ReserveReservationRequest, type context$2_ReserveReservationResponse as ReserveReservationResponse, type context$2_ReserveReservationResponseNonNullableFields as ReserveReservationResponseNonNullableFields, type context$2_ReservedBy as ReservedBy, type context$2_Reservee as Reservee, type RestoreInfo$1 as RestoreInfo, type context$2_Results as Results, type context$2_ScalarAggregation as ScalarAggregation, type context$2_ScalarResult as ScalarResult, context$2_ScalarType as ScalarType, type context$2_SearchDetails as SearchDetails, type context$2_SearchReservationsRequest as SearchReservationsRequest, type context$2_SearchReservationsResponse as SearchReservationsResponse, type context$2_SearchReservationsResponseNonNullableFields as SearchReservationsResponseNonNullableFields, Set$1 as Set, context$2_SortDirection as SortDirection, SortOrder$1 as SortOrder, context$2_SortType as SortType, type Sorting$1 as Sorting, context$2_Source as Source, Status$1 as Status, type TableCombinationConflict$1 as TableCombinationConflict, TableCombinationConflictType$1 as TableCombinationConflictType, type context$2_TableWithReservationConflicts as TableWithReservationConflicts, type context$2_Tables as Tables, Type$2 as Type, type UpdateExtendedFieldsOptions$1 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$1 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$1 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$1 as UpdateExtendedFieldsResponseNonNullableFields, type context$2_UpdateReservation as UpdateReservation, type context$2_UpdateReservationOptions as UpdateReservationOptions, type context$2_UpdateReservationRequest as UpdateReservationRequest, type context$2_UpdateReservationResponse as UpdateReservationResponse, type context$2_UpdateReservationResponseNonNullableFields as UpdateReservationResponseNonNullableFields, type context$2_ValueAggregation as ValueAggregation, type context$2_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type context$2_ValueAggregationResult as ValueAggregationResult, type context$2_ValueResult as ValueResult, type context$2_ValueResults as ValueResults, WebhookIdentityType$1 as WebhookIdentityType, type context$2__publicOnReservationCreatedType as _publicOnReservationCreatedType, type context$2__publicOnReservationDeletedType as _publicOnReservationDeletedType, type context$2__publicOnReservationUpdatedType as _publicOnReservationUpdatedType, context$2_cancelReservation as cancelReservation, context$2_createHeldReservation as createHeldReservation, context$2_createReservation as createReservation, context$2_deleteReservation as deleteReservation, context$2_getReservation as getReservation, context$2_listReservations as listReservations, context$2_onReservationCreated as onReservationCreated, context$2_onReservationDeleted as onReservationDeleted, context$2_onReservationUpdated as onReservationUpdated, onReservationCreated$1 as publicOnReservationCreated, onReservationDeleted$1 as publicOnReservationDeleted, onReservationUpdated$1 as publicOnReservationUpdated, context$2_queryReservations as queryReservations, context$2_reserveReservation as reserveReservation, context$2_searchReservations as searchReservations, updateExtendedFields$2 as updateExtendedFields, context$2_updateReservation as updateReservation };
|
|
2238
2238
|
}
|
|
2239
2239
|
|
|
2240
2240
|
interface ReservationLocation {
|
|
@@ -2862,6 +2862,285 @@ interface TablesDeleted {
|
|
|
2862
2862
|
/** IDs of deleted tables. */
|
|
2863
2863
|
tableIds?: string[];
|
|
2864
2864
|
}
|
|
2865
|
+
interface ReservationLocationViolation extends ReservationLocationViolationViolationOneOf {
|
|
2866
|
+
/** Not all fields violation. */
|
|
2867
|
+
notAllReservationFieldsViolation?: NotAllReservationFieldsViolation;
|
|
2868
|
+
/** Field not exists violation. */
|
|
2869
|
+
reservationFieldNotExistViolation?: ReservationFieldNotExistViolation;
|
|
2870
|
+
/** Field must have type violation. */
|
|
2871
|
+
reservationFieldMustHaveTypeViolation?: ReservationFieldMustHaveTypeViolation;
|
|
2872
|
+
/** Custom field names duplication violation. */
|
|
2873
|
+
customFieldNamesDuplicationViolation?: CustomFieldNamesDuplicationViolation;
|
|
2874
|
+
/** Custom field ids duplication violation. */
|
|
2875
|
+
customFieldIdsDuplicationViolation?: CustomFieldIdsDuplicationViolation;
|
|
2876
|
+
/** Table definition names duplication violation. */
|
|
2877
|
+
tableDefinitionNamesDuplicationViolation?: TableDefinitionNamesDuplicationViolation;
|
|
2878
|
+
/** Table definition ids duplication violation. */
|
|
2879
|
+
tableDefinitionIdsDuplicationViolation?: TableDefinitionIdsDuplicationViolation;
|
|
2880
|
+
/** Table definition not exist violation. */
|
|
2881
|
+
tableDefinitionNotExistViolation?: TableDefinitionNotExistViolation;
|
|
2882
|
+
/** Table definition incorrect boundaries violation. */
|
|
2883
|
+
tableDefinitionIncorrectBoundariesViolation?: TableDefinitionIncorrectBoundariesViolation;
|
|
2884
|
+
/** Turnover time rules intersection violation. */
|
|
2885
|
+
turnoverTimeRulesIntersectViolation?: TurnoverTimeRulesIntersectViolation;
|
|
2886
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2887
|
+
turnoverTimeRulesIncorrectBoundariesViolation?: TurnoverTimeRulesIncorrectBoundariesViolation;
|
|
2888
|
+
/** Table combinations list contains combinations with not unique id. */
|
|
2889
|
+
tableCombinationIdsDuplicationViolation?: TableCombinationIdsDuplicationViolation;
|
|
2890
|
+
/** Table ids list inside a combination contains not unique id. */
|
|
2891
|
+
tableCombinationTableIdsDuplicationViolation?: TableCombinationTableIdsDuplicationViolation;
|
|
2892
|
+
/** Table combinations list contains more then one combination with the same table_ids. */
|
|
2893
|
+
tableCombinationTableIdsCombinationDuplicationViolation?: TableCombinationTableIdsCombinationDuplicationViolation;
|
|
2894
|
+
/** Table combination not exist violation. */
|
|
2895
|
+
tableCombinationNotExistViolation?: TableCombinationNotExistViolation;
|
|
2896
|
+
/** Table combination contains less than 2 tables. */
|
|
2897
|
+
tableCombinationContainsLessThan2TablesViolation?: TableCombinationContainsLessThan2TablesViolation;
|
|
2898
|
+
/** Table combination min max seats violation. */
|
|
2899
|
+
tableCombinationMinMaxSeatsViolation?: TableCombinationMinMaxSeatsViolation;
|
|
2900
|
+
/** Non existent tables used in table combinations. */
|
|
2901
|
+
nonExistentTablesInTableCombinationViolation?: NonExistentTablesInTableCombinationViolation;
|
|
2902
|
+
/** Turnover rules intersection violation. */
|
|
2903
|
+
turnoverRulesIntersectViolation?: TurnoverRulesIntersectViolation;
|
|
2904
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2905
|
+
turnoverRulesIncorrectBoundariesViolation?: TurnoverRulesIncorrectBoundariesViolation;
|
|
2906
|
+
/** Business schedule time period invalid violation. */
|
|
2907
|
+
businessScheduleTimePeriodInvalidViolation?: BusinessScheduleTimePeriodInvalidViolation;
|
|
2908
|
+
/** Business schedule special hour period invalid violation. */
|
|
2909
|
+
businessScheduleSpecialHourPeriodInvalidViolation?: BusinessScheduleSpecialHourPeriodInvalidViolation;
|
|
2910
|
+
/** Reservations fields duplication violation. */
|
|
2911
|
+
myReservationsFieldsDuplicationViolation?: MyReservationsFieldsDuplicationViolation;
|
|
2912
|
+
/** Business schedule special hour period end date is before or equal to start date violation. */
|
|
2913
|
+
businessScheduleSpecialHourPeriodEndBeforeStartViolation?: BusinessScheduleSpecialHourPeriodEndBeforeStartViolation;
|
|
2914
|
+
/** Type of the violation. */
|
|
2915
|
+
type?: Type$1;
|
|
2916
|
+
}
|
|
2917
|
+
/** @oneof */
|
|
2918
|
+
interface ReservationLocationViolationViolationOneOf {
|
|
2919
|
+
/** Not all fields violation. */
|
|
2920
|
+
notAllReservationFieldsViolation?: NotAllReservationFieldsViolation;
|
|
2921
|
+
/** Field not exists violation. */
|
|
2922
|
+
reservationFieldNotExistViolation?: ReservationFieldNotExistViolation;
|
|
2923
|
+
/** Field must have type violation. */
|
|
2924
|
+
reservationFieldMustHaveTypeViolation?: ReservationFieldMustHaveTypeViolation;
|
|
2925
|
+
/** Custom field names duplication violation. */
|
|
2926
|
+
customFieldNamesDuplicationViolation?: CustomFieldNamesDuplicationViolation;
|
|
2927
|
+
/** Custom field ids duplication violation. */
|
|
2928
|
+
customFieldIdsDuplicationViolation?: CustomFieldIdsDuplicationViolation;
|
|
2929
|
+
/** Table definition names duplication violation. */
|
|
2930
|
+
tableDefinitionNamesDuplicationViolation?: TableDefinitionNamesDuplicationViolation;
|
|
2931
|
+
/** Table definition ids duplication violation. */
|
|
2932
|
+
tableDefinitionIdsDuplicationViolation?: TableDefinitionIdsDuplicationViolation;
|
|
2933
|
+
/** Table definition not exist violation. */
|
|
2934
|
+
tableDefinitionNotExistViolation?: TableDefinitionNotExistViolation;
|
|
2935
|
+
/** Table definition incorrect boundaries violation. */
|
|
2936
|
+
tableDefinitionIncorrectBoundariesViolation?: TableDefinitionIncorrectBoundariesViolation;
|
|
2937
|
+
/** Turnover time rules intersection violation. */
|
|
2938
|
+
turnoverTimeRulesIntersectViolation?: TurnoverTimeRulesIntersectViolation;
|
|
2939
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2940
|
+
turnoverTimeRulesIncorrectBoundariesViolation?: TurnoverTimeRulesIncorrectBoundariesViolation;
|
|
2941
|
+
/** Table combinations list contains combinations with not unique id. */
|
|
2942
|
+
tableCombinationIdsDuplicationViolation?: TableCombinationIdsDuplicationViolation;
|
|
2943
|
+
/** Table ids list inside a combination contains not unique id. */
|
|
2944
|
+
tableCombinationTableIdsDuplicationViolation?: TableCombinationTableIdsDuplicationViolation;
|
|
2945
|
+
/** Table combinations list contains more then one combination with the same table_ids. */
|
|
2946
|
+
tableCombinationTableIdsCombinationDuplicationViolation?: TableCombinationTableIdsCombinationDuplicationViolation;
|
|
2947
|
+
/** Table combination not exist violation. */
|
|
2948
|
+
tableCombinationNotExistViolation?: TableCombinationNotExistViolation;
|
|
2949
|
+
/** Table combination contains less than 2 tables. */
|
|
2950
|
+
tableCombinationContainsLessThan2TablesViolation?: TableCombinationContainsLessThan2TablesViolation;
|
|
2951
|
+
/** Table combination min max seats violation. */
|
|
2952
|
+
tableCombinationMinMaxSeatsViolation?: TableCombinationMinMaxSeatsViolation;
|
|
2953
|
+
/** Non existent tables used in table combinations. */
|
|
2954
|
+
nonExistentTablesInTableCombinationViolation?: NonExistentTablesInTableCombinationViolation;
|
|
2955
|
+
/** Turnover rules intersection violation. */
|
|
2956
|
+
turnoverRulesIntersectViolation?: TurnoverRulesIntersectViolation;
|
|
2957
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2958
|
+
turnoverRulesIncorrectBoundariesViolation?: TurnoverRulesIncorrectBoundariesViolation;
|
|
2959
|
+
/** Business schedule time period invalid violation. */
|
|
2960
|
+
businessScheduleTimePeriodInvalidViolation?: BusinessScheduleTimePeriodInvalidViolation;
|
|
2961
|
+
/** Business schedule special hour period invalid violation. */
|
|
2962
|
+
businessScheduleSpecialHourPeriodInvalidViolation?: BusinessScheduleSpecialHourPeriodInvalidViolation;
|
|
2963
|
+
/** Reservations fields duplication violation. */
|
|
2964
|
+
myReservationsFieldsDuplicationViolation?: MyReservationsFieldsDuplicationViolation;
|
|
2965
|
+
/** Business schedule special hour period end date is before or equal to start date violation. */
|
|
2966
|
+
businessScheduleSpecialHourPeriodEndBeforeStartViolation?: BusinessScheduleSpecialHourPeriodEndBeforeStartViolation;
|
|
2967
|
+
}
|
|
2968
|
+
interface DuplicatedName {
|
|
2969
|
+
/** Duplicated field name. */
|
|
2970
|
+
name?: string;
|
|
2971
|
+
/** Indexes of the invalid field. */
|
|
2972
|
+
indexes?: number[];
|
|
2973
|
+
}
|
|
2974
|
+
interface DuplicatedId {
|
|
2975
|
+
/** Duplicated field id. */
|
|
2976
|
+
_id?: string;
|
|
2977
|
+
/** Indexes of the invalid field. */
|
|
2978
|
+
indexes?: number[];
|
|
2979
|
+
}
|
|
2980
|
+
interface Violation {
|
|
2981
|
+
/** Duplicated field type. */
|
|
2982
|
+
fieldType?: FieldType;
|
|
2983
|
+
/**
|
|
2984
|
+
* Id of custom field.
|
|
2985
|
+
* @readonly
|
|
2986
|
+
*/
|
|
2987
|
+
customFieldId?: string | null;
|
|
2988
|
+
/** Indexes of the violated elements. */
|
|
2989
|
+
myReservationsFieldIndexes?: number[];
|
|
2990
|
+
}
|
|
2991
|
+
interface TableCombinationIdsDuplicationViolationViolation {
|
|
2992
|
+
/** Duplicated table ID. */
|
|
2993
|
+
tableCombinationId?: string;
|
|
2994
|
+
/** Indexes of the violated elements. */
|
|
2995
|
+
tableCombinationIndexes?: number[];
|
|
2996
|
+
}
|
|
2997
|
+
interface TableCombinationTableIdsDuplicationViolationViolation {
|
|
2998
|
+
/** Index of the table combination that contains not unique table IDs. */
|
|
2999
|
+
tableCombinationIndex?: number;
|
|
3000
|
+
/** Indexes of the violated elements. */
|
|
3001
|
+
tableIndexes?: number[];
|
|
3002
|
+
}
|
|
3003
|
+
interface NonExistentTablesInTableCombinationViolationViolation {
|
|
3004
|
+
/** Index of the table combination that contains non-existent table IDs. */
|
|
3005
|
+
tableCombinationIndex?: number;
|
|
3006
|
+
/** Indexes of the violated elements. */
|
|
3007
|
+
tableIndexes?: number[];
|
|
3008
|
+
}
|
|
3009
|
+
declare enum Type$1 {
|
|
3010
|
+
UNKNOWN = "UNKNOWN",
|
|
3011
|
+
RESERVATION_FIELD_NOT_EXIST = "RESERVATION_FIELD_NOT_EXIST",
|
|
3012
|
+
RESERVATION_FIELD_MUST_HAVE_TYPE = "RESERVATION_FIELD_MUST_HAVE_TYPE",
|
|
3013
|
+
CUSTOM_FIELD_NAMES_DUPLICATION = "CUSTOM_FIELD_NAMES_DUPLICATION",
|
|
3014
|
+
CUSTOM_FIELD_IDS_DUPLICATION = "CUSTOM_FIELD_IDS_DUPLICATION",
|
|
3015
|
+
TABLE_DEFINITION_NAMES_DUPLICATION = "TABLE_DEFINITION_NAMES_DUPLICATION",
|
|
3016
|
+
TABLE_DEFINITION_IDS_DUPLICATION = "TABLE_DEFINITION_IDS_DUPLICATION",
|
|
3017
|
+
TABLE_RESERVATION_INCORRECT_BOUNDARIES = "TABLE_RESERVATION_INCORRECT_BOUNDARIES",
|
|
3018
|
+
TABLE_DEFINITION_NOT_EXIST = "TABLE_DEFINITION_NOT_EXIST",
|
|
3019
|
+
TURNOVER_TIME_RULES_INTERSECT = "TURNOVER_TIME_RULES_INTERSECT",
|
|
3020
|
+
TURNOVER_TIME_RULES_INCORRECT_BOUNDARIES = "TURNOVER_TIME_RULES_INCORRECT_BOUNDARIES",
|
|
3021
|
+
MINIMUM_RESERVATION_NOTICE_PERIOD = "MINIMUM_RESERVATION_NOTICE_PERIOD",
|
|
3022
|
+
TABLE_COMBINATION_IDS_DUPLICATION = "TABLE_COMBINATION_IDS_DUPLICATION",
|
|
3023
|
+
TABLE_COMBINATION_TABLE_IDS_DUPLICATION = "TABLE_COMBINATION_TABLE_IDS_DUPLICATION",
|
|
3024
|
+
TABLE_COMBINATION_TABLE_IDS_COMBINATION_DUPLICATION = "TABLE_COMBINATION_TABLE_IDS_COMBINATION_DUPLICATION",
|
|
3025
|
+
TABLE_COMBINATION_NOT_EXIST = "TABLE_COMBINATION_NOT_EXIST",
|
|
3026
|
+
TABLE_COMBINATION_CONTAINS_LESS_THAN_2_TABLES = "TABLE_COMBINATION_CONTAINS_LESS_THAN_2_TABLES",
|
|
3027
|
+
TABLE_COMBINATION_MIN_MAX_SEATS = "TABLE_COMBINATION_MIN_MAX_SEATS",
|
|
3028
|
+
NON_EXISTENT_TABLES_IN_TABLE_COMBINATION = "NON_EXISTENT_TABLES_IN_TABLE_COMBINATION",
|
|
3029
|
+
PARTY_SIZE_AND_PARTIES_SIZE_ARE_DIFFERENT = "PARTY_SIZE_AND_PARTIES_SIZE_ARE_DIFFERENT",
|
|
3030
|
+
TURNOVER_TIME_RULES_AND_TURNOVER_RULES_ARE_DIFFERENT = "TURNOVER_TIME_RULES_AND_TURNOVER_RULES_ARE_DIFFERENT",
|
|
3031
|
+
TURNOVER_RULES_INTERSECT = "TURNOVER_RULES_INTERSECT",
|
|
3032
|
+
TURNOVER_RULES_INCORRECT_BOUNDARIES = "TURNOVER_RULES_INCORRECT_BOUNDARIES",
|
|
3033
|
+
PARTIES_SIZE_MIN_GREATER_THAN_MAX = "PARTIES_SIZE_MIN_GREATER_THAN_MAX",
|
|
3034
|
+
PARTY_SIZE_MIN_GREATER_THAN_MAX = "PARTY_SIZE_MIN_GREATER_THAN_MAX",
|
|
3035
|
+
MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTIES_SIZE = "MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTIES_SIZE",
|
|
3036
|
+
BUSINESS_SCHEDULE_TIME_PERIOD_INVALID = "BUSINESS_SCHEDULE_TIME_PERIOD_INVALID",
|
|
3037
|
+
BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_INVALID = "BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_INVALID",
|
|
3038
|
+
MY_RESERVATIONS_FIELDS_DUPLICATION = "MY_RESERVATIONS_FIELDS_DUPLICATION",
|
|
3039
|
+
TERMS_AND_CONDITIONS_VALUE_ABSENT = "TERMS_AND_CONDITIONS_VALUE_ABSENT",
|
|
3040
|
+
PRIVACY_POLICY_VALUE_ABSENT = "PRIVACY_POLICY_VALUE_ABSENT",
|
|
3041
|
+
DEFAULT_TURNOVER_TIME_ABSENT = "DEFAULT_TURNOVER_TIME_ABSENT",
|
|
3042
|
+
NOT_ALL_RESERVATION_FIELDS = "NOT_ALL_RESERVATION_FIELDS",
|
|
3043
|
+
TABLE_DEFINITION_INCORRECT_BOUNDARIES = "TABLE_DEFINITION_INCORRECT_BOUNDARIES",
|
|
3044
|
+
BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_END_BEFORE_START = "BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_END_BEFORE_START"
|
|
3045
|
+
}
|
|
3046
|
+
interface NotAllReservationFieldsViolation {
|
|
3047
|
+
/** Field types that are absent. */
|
|
3048
|
+
absentPredefinedFieldTypes?: FieldType[];
|
|
3049
|
+
/** Custom field IDs that are absent. */
|
|
3050
|
+
absentCustomFieldIds?: string[];
|
|
3051
|
+
}
|
|
3052
|
+
interface ReservationFieldNotExistViolation {
|
|
3053
|
+
/** Indexes of the fields that are absent. */
|
|
3054
|
+
indexes?: number[];
|
|
3055
|
+
}
|
|
3056
|
+
interface ReservationFieldMustHaveTypeViolation {
|
|
3057
|
+
/** Indexes of the fields that don't have types. */
|
|
3058
|
+
indexes?: number[];
|
|
3059
|
+
}
|
|
3060
|
+
interface CustomFieldNamesDuplicationViolation {
|
|
3061
|
+
/** Duplicated names. */
|
|
3062
|
+
names?: string[];
|
|
3063
|
+
}
|
|
3064
|
+
interface CustomFieldIdsDuplicationViolation {
|
|
3065
|
+
/** Duplicated IDs. */
|
|
3066
|
+
ids?: string[];
|
|
3067
|
+
}
|
|
3068
|
+
interface TableDefinitionNamesDuplicationViolation {
|
|
3069
|
+
/** Duplicated names. */
|
|
3070
|
+
names?: DuplicatedName[];
|
|
3071
|
+
}
|
|
3072
|
+
interface TableDefinitionIdsDuplicationViolation {
|
|
3073
|
+
/** Indexes of the violated elements. */
|
|
3074
|
+
ids?: DuplicatedId[];
|
|
3075
|
+
}
|
|
3076
|
+
interface TableDefinitionNotExistViolation {
|
|
3077
|
+
/** Indexes of the violated elements. */
|
|
3078
|
+
indexes?: number[];
|
|
3079
|
+
}
|
|
3080
|
+
interface TableDefinitionIncorrectBoundariesViolation {
|
|
3081
|
+
/** Indexes of the violated elements. */
|
|
3082
|
+
indexes?: number[];
|
|
3083
|
+
}
|
|
3084
|
+
interface TurnoverTimeRulesIntersectViolation {
|
|
3085
|
+
/** Violated rules. */
|
|
3086
|
+
rules?: TurnoverTimeRule[];
|
|
3087
|
+
}
|
|
3088
|
+
interface TurnoverTimeRulesIncorrectBoundariesViolation {
|
|
3089
|
+
/** Violated rules. */
|
|
3090
|
+
rules?: TurnoverTimeRule[];
|
|
3091
|
+
}
|
|
3092
|
+
interface TableCombinationIdsDuplicationViolation {
|
|
3093
|
+
/** List of violations. */
|
|
3094
|
+
violations?: TableCombinationIdsDuplicationViolationViolation[];
|
|
3095
|
+
}
|
|
3096
|
+
interface TableCombinationTableIdsDuplicationViolation {
|
|
3097
|
+
/** List of violations. */
|
|
3098
|
+
violations?: TableCombinationTableIdsDuplicationViolationViolation[];
|
|
3099
|
+
}
|
|
3100
|
+
interface TableCombinationTableIdsCombinationDuplicationViolation {
|
|
3101
|
+
/** Indexes of the violated elements. */
|
|
3102
|
+
indexes?: number[];
|
|
3103
|
+
}
|
|
3104
|
+
interface TableCombinationNotExistViolation {
|
|
3105
|
+
/** Indexes of the violated elements. */
|
|
3106
|
+
indexes?: number[];
|
|
3107
|
+
}
|
|
3108
|
+
interface TableCombinationContainsLessThan2TablesViolation {
|
|
3109
|
+
/** Indexes of the violated elements. */
|
|
3110
|
+
indexes?: number[];
|
|
3111
|
+
}
|
|
3112
|
+
interface TableCombinationMinMaxSeatsViolation {
|
|
3113
|
+
/** Indexes of the violated elements. */
|
|
3114
|
+
indexes?: number[];
|
|
3115
|
+
}
|
|
3116
|
+
interface NonExistentTablesInTableCombinationViolation {
|
|
3117
|
+
/** List of violations. */
|
|
3118
|
+
violations?: NonExistentTablesInTableCombinationViolationViolation[];
|
|
3119
|
+
}
|
|
3120
|
+
interface TurnoverRulesIntersectViolation {
|
|
3121
|
+
/** Violated rules. */
|
|
3122
|
+
rules?: TurnoverRule[];
|
|
3123
|
+
}
|
|
3124
|
+
interface TurnoverRulesIncorrectBoundariesViolation {
|
|
3125
|
+
/** Violated rules. */
|
|
3126
|
+
rules?: TurnoverRule[];
|
|
3127
|
+
}
|
|
3128
|
+
interface BusinessScheduleTimePeriodInvalidViolation {
|
|
3129
|
+
/** Positions of invalid time periods in array. */
|
|
3130
|
+
indexes?: number[];
|
|
3131
|
+
}
|
|
3132
|
+
interface BusinessScheduleSpecialHourPeriodInvalidViolation {
|
|
3133
|
+
/** Positions of invalid special hour periods in array. */
|
|
3134
|
+
indexes?: number[];
|
|
3135
|
+
}
|
|
3136
|
+
interface MyReservationsFieldsDuplicationViolation {
|
|
3137
|
+
/** Duplicated fields. */
|
|
3138
|
+
violations?: Violation[];
|
|
3139
|
+
}
|
|
3140
|
+
interface BusinessScheduleSpecialHourPeriodEndBeforeStartViolation {
|
|
3141
|
+
/** Positions of invalid special hour periods in array. */
|
|
3142
|
+
indexes?: number[];
|
|
3143
|
+
}
|
|
2865
3144
|
interface UpdateExtendedFieldsRequest {
|
|
2866
3145
|
/** ID of the entity to update. */
|
|
2867
3146
|
_id: string;
|
|
@@ -4633,6 +4912,9 @@ type context$1_AssignedFromFloatingReason = AssignedFromFloatingReason;
|
|
|
4633
4912
|
type context$1_BaseEventMetadata = BaseEventMetadata;
|
|
4634
4913
|
type context$1_BooleanFeature = BooleanFeature;
|
|
4635
4914
|
type context$1_BusinessSchedule = BusinessSchedule;
|
|
4915
|
+
type context$1_BusinessScheduleSpecialHourPeriodEndBeforeStartViolation = BusinessScheduleSpecialHourPeriodEndBeforeStartViolation;
|
|
4916
|
+
type context$1_BusinessScheduleSpecialHourPeriodInvalidViolation = BusinessScheduleSpecialHourPeriodInvalidViolation;
|
|
4917
|
+
type context$1_BusinessScheduleTimePeriodInvalidViolation = BusinessScheduleTimePeriodInvalidViolation;
|
|
4636
4918
|
type context$1_CancelRequestedReason = CancelRequestedReason;
|
|
4637
4919
|
type context$1_Categories = Categories;
|
|
4638
4920
|
type context$1_ChangeContext = ChangeContext;
|
|
@@ -4651,6 +4933,8 @@ type context$1_CursorPaging = CursorPaging;
|
|
|
4651
4933
|
type context$1_CursorPagingMetadata = CursorPagingMetadata;
|
|
4652
4934
|
type context$1_Cursors = Cursors;
|
|
4653
4935
|
type context$1_CustomFieldDefinition = CustomFieldDefinition;
|
|
4936
|
+
type context$1_CustomFieldIdsDuplicationViolation = CustomFieldIdsDuplicationViolation;
|
|
4937
|
+
type context$1_CustomFieldNamesDuplicationViolation = CustomFieldNamesDuplicationViolation;
|
|
4654
4938
|
type context$1_DayOfWeek = DayOfWeek;
|
|
4655
4939
|
declare const context$1_DayOfWeek: typeof DayOfWeek;
|
|
4656
4940
|
type context$1_DeleteContext = DeleteContext;
|
|
@@ -4660,6 +4944,8 @@ type context$1_DeleteStatus = DeleteStatus;
|
|
|
4660
4944
|
declare const context$1_DeleteStatus: typeof DeleteStatus;
|
|
4661
4945
|
type context$1_DomainEvent = DomainEvent;
|
|
4662
4946
|
type context$1_DomainEventBodyOneOf = DomainEventBodyOneOf;
|
|
4947
|
+
type context$1_DuplicatedId = DuplicatedId;
|
|
4948
|
+
type context$1_DuplicatedName = DuplicatedName;
|
|
4663
4949
|
type context$1_EmailMarketingCheckbox = EmailMarketingCheckbox;
|
|
4664
4950
|
type context$1_Empty = Empty;
|
|
4665
4951
|
type context$1_EntityCreatedEvent = EntityCreatedEvent;
|
|
@@ -4718,10 +5004,14 @@ type context$1_Mode = Mode;
|
|
|
4718
5004
|
declare const context$1_Mode: typeof Mode;
|
|
4719
5005
|
type context$1_Multilingual = Multilingual;
|
|
4720
5006
|
type context$1_MyReservationsField = MyReservationsField;
|
|
5007
|
+
type context$1_MyReservationsFieldsDuplicationViolation = MyReservationsFieldsDuplicationViolation;
|
|
4721
5008
|
type context$1_Namespace = Namespace;
|
|
4722
5009
|
declare const context$1_Namespace: typeof Namespace;
|
|
4723
5010
|
type context$1_NamespaceChanged = NamespaceChanged;
|
|
4724
5011
|
type context$1_NewFeatureReason = NewFeatureReason;
|
|
5012
|
+
type context$1_NonExistentTablesInTableCombinationViolation = NonExistentTablesInTableCombinationViolation;
|
|
5013
|
+
type context$1_NonExistentTablesInTableCombinationViolationViolation = NonExistentTablesInTableCombinationViolationViolation;
|
|
5014
|
+
type context$1_NotAllReservationFieldsViolation = NotAllReservationFieldsViolation;
|
|
4725
5015
|
type context$1_NoticePeriod = NoticePeriod;
|
|
4726
5016
|
type context$1_OldCustomField = OldCustomField;
|
|
4727
5017
|
type context$1_OldInstant = OldInstant;
|
|
@@ -4754,11 +5044,15 @@ type context$1_QuotaInfo = QuotaInfo;
|
|
|
4754
5044
|
type context$1_ReassignedFromSiteReason = ReassignedFromSiteReason;
|
|
4755
5045
|
type context$1_ReassignedToAnotherSiteReason = ReassignedToAnotherSiteReason;
|
|
4756
5046
|
type context$1_ReplacedByAnotherSubscriptionReason = ReplacedByAnotherSubscriptionReason;
|
|
5047
|
+
type context$1_ReservationFieldMustHaveTypeViolation = ReservationFieldMustHaveTypeViolation;
|
|
5048
|
+
type context$1_ReservationFieldNotExistViolation = ReservationFieldNotExistViolation;
|
|
4757
5049
|
type context$1_ReservationForm = ReservationForm;
|
|
4758
5050
|
type context$1_ReservationLocation = ReservationLocation;
|
|
4759
5051
|
type context$1_ReservationLocationCreatedEnvelope = ReservationLocationCreatedEnvelope;
|
|
4760
5052
|
type context$1_ReservationLocationNonNullableFields = ReservationLocationNonNullableFields;
|
|
4761
5053
|
type context$1_ReservationLocationUpdatedEnvelope = ReservationLocationUpdatedEnvelope;
|
|
5054
|
+
type context$1_ReservationLocationViolation = ReservationLocationViolation;
|
|
5055
|
+
type context$1_ReservationLocationViolationViolationOneOf = ReservationLocationViolationViolationOneOf;
|
|
4762
5056
|
type context$1_ReservationLocationsQueryBuilder = ReservationLocationsQueryBuilder;
|
|
4763
5057
|
type context$1_ReservationLocationsQueryResult = ReservationLocationsQueryResult;
|
|
4764
5058
|
type context$1_ReservationPayment = ReservationPayment;
|
|
@@ -4795,7 +5089,19 @@ type context$1_StreetAddress = StreetAddress;
|
|
|
4795
5089
|
type context$1_StudioAssigned = StudioAssigned;
|
|
4796
5090
|
type context$1_StudioUnassigned = StudioUnassigned;
|
|
4797
5091
|
type context$1_SupportedLanguage = SupportedLanguage;
|
|
5092
|
+
type context$1_TableCombinationContainsLessThan2TablesViolation = TableCombinationContainsLessThan2TablesViolation;
|
|
5093
|
+
type context$1_TableCombinationIdsDuplicationViolation = TableCombinationIdsDuplicationViolation;
|
|
5094
|
+
type context$1_TableCombinationIdsDuplicationViolationViolation = TableCombinationIdsDuplicationViolationViolation;
|
|
5095
|
+
type context$1_TableCombinationMinMaxSeatsViolation = TableCombinationMinMaxSeatsViolation;
|
|
5096
|
+
type context$1_TableCombinationNotExistViolation = TableCombinationNotExistViolation;
|
|
5097
|
+
type context$1_TableCombinationTableIdsCombinationDuplicationViolation = TableCombinationTableIdsCombinationDuplicationViolation;
|
|
5098
|
+
type context$1_TableCombinationTableIdsDuplicationViolation = TableCombinationTableIdsDuplicationViolation;
|
|
5099
|
+
type context$1_TableCombinationTableIdsDuplicationViolationViolation = TableCombinationTableIdsDuplicationViolationViolation;
|
|
4798
5100
|
type context$1_TableDefinition = TableDefinition;
|
|
5101
|
+
type context$1_TableDefinitionIdsDuplicationViolation = TableDefinitionIdsDuplicationViolation;
|
|
5102
|
+
type context$1_TableDefinitionIncorrectBoundariesViolation = TableDefinitionIncorrectBoundariesViolation;
|
|
5103
|
+
type context$1_TableDefinitionNamesDuplicationViolation = TableDefinitionNamesDuplicationViolation;
|
|
5104
|
+
type context$1_TableDefinitionNotExistViolation = TableDefinitionNotExistViolation;
|
|
4799
5105
|
type context$1_TableManagement = TableManagement;
|
|
4800
5106
|
type context$1_TablesDeleted = TablesDeleted;
|
|
4801
5107
|
type context$1_TermsAndConditions = TermsAndConditions;
|
|
@@ -4805,7 +5111,11 @@ type context$1_TransferredFromAnotherAccountReason = TransferredFromAnotherAccou
|
|
|
4805
5111
|
type context$1_TransferredToAnotherAccountReason = TransferredToAnotherAccountReason;
|
|
4806
5112
|
type context$1_Translation = Translation;
|
|
4807
5113
|
type context$1_TurnoverRule = TurnoverRule;
|
|
5114
|
+
type context$1_TurnoverRulesIncorrectBoundariesViolation = TurnoverRulesIncorrectBoundariesViolation;
|
|
5115
|
+
type context$1_TurnoverRulesIntersectViolation = TurnoverRulesIntersectViolation;
|
|
4808
5116
|
type context$1_TurnoverTimeRule = TurnoverTimeRule;
|
|
5117
|
+
type context$1_TurnoverTimeRulesIncorrectBoundariesViolation = TurnoverTimeRulesIncorrectBoundariesViolation;
|
|
5118
|
+
type context$1_TurnoverTimeRulesIntersectViolation = TurnoverTimeRulesIntersectViolation;
|
|
4809
5119
|
type context$1_URI = URI;
|
|
4810
5120
|
type context$1_UnAssingedToFloatingReason = UnAssingedToFloatingReason;
|
|
4811
5121
|
type context$1_Unit = Unit;
|
|
@@ -4821,6 +5131,7 @@ type context$1_UpdateReservationLocationResponseNonNullableFields = UpdateReserv
|
|
|
4821
5131
|
type context$1_V4SiteCreated = V4SiteCreated;
|
|
4822
5132
|
type context$1_Value = Value;
|
|
4823
5133
|
declare const context$1_Value: typeof Value;
|
|
5134
|
+
type context$1_Violation = Violation;
|
|
4824
5135
|
type context$1_WebhookIdentityType = WebhookIdentityType;
|
|
4825
5136
|
declare const context$1_WebhookIdentityType: typeof WebhookIdentityType;
|
|
4826
5137
|
type context$1__publicOnReservationLocationCreatedType = _publicOnReservationLocationCreatedType;
|
|
@@ -4833,7 +5144,7 @@ declare const context$1_queryReservationLocations: typeof queryReservationLocati
|
|
|
4833
5144
|
declare const context$1_updateExtendedFields: typeof updateExtendedFields;
|
|
4834
5145
|
declare const context$1_updateReservationLocation: typeof updateReservationLocation;
|
|
4835
5146
|
declare namespace context$1 {
|
|
4836
|
-
export { type context$1_ActionEvent as ActionEvent, type context$1_Address as Address, type context$1_AddressHint as AddressHint, type context$1_AddressLocation as AddressLocation, type context$1_App as App, type context$1_Approval as Approval, context$1_ApprovalMode as ApprovalMode, type context$1_ApprovalOptionsOneOf as ApprovalOptionsOneOf, type context$1_Asset as Asset, type context$1_AssignedFromFloatingReason as AssignedFromFloatingReason, type context$1_BaseEventMetadata as BaseEventMetadata, type context$1_BooleanFeature as BooleanFeature, type context$1_BusinessSchedule as BusinessSchedule, type context$1_CancelRequestedReason as CancelRequestedReason, type context$1_Categories as Categories, type context$1_ChangeContext as ChangeContext, type context$1_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type context$1_CheckReservationLocationsCreatedRequest as CheckReservationLocationsCreatedRequest, type context$1_CheckReservationLocationsCreatedResponse as CheckReservationLocationsCreatedResponse, type context$1_CommonBusinessSchedule as CommonBusinessSchedule, context$1_CommonDayOfWeek as CommonDayOfWeek, type context$1_CommonSpecialHourPeriod as CommonSpecialHourPeriod, type context$1_CommonTimePeriod as CommonTimePeriod, type context$1_Configuration as Configuration, type context$1_ConsentPolicy as ConsentPolicy, type context$1_ContractSwitchedReason as ContractSwitchedReason, type context$1_CursorPaging as CursorPaging, type context$1_CursorPagingMetadata as CursorPagingMetadata, type context$1_Cursors as Cursors, type context$1_CustomFieldDefinition as CustomFieldDefinition, context$1_DayOfWeek as DayOfWeek, type context$1_DeleteContext as DeleteContext, type context$1_DeleteOrphanReservationLocationRequest as DeleteOrphanReservationLocationRequest, type context$1_DeleteOrphanReservationLocationResponse as DeleteOrphanReservationLocationResponse, context$1_DeleteStatus as DeleteStatus, type context$1_DomainEvent as DomainEvent, type context$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type context$1_EmailMarketingCheckbox as EmailMarketingCheckbox, type context$1_Empty as Empty, type context$1_EntityCreatedEvent as EntityCreatedEvent, type context$1_EntityDeletedEvent as EntityDeletedEvent, type context$1_EntityUpdatedEvent as EntityUpdatedEvent, type context$1_EventMetadata as EventMetadata, type context$1_ExtendedFields as ExtendedFields, type context$1_Feature as Feature, type context$1_FeatureCancelled as FeatureCancelled, type context$1_FeatureCancelledReasonOneOf as FeatureCancelledReasonOneOf, type context$1_FeatureContext as FeatureContext, type context$1_FeatureDisabled as FeatureDisabled, type context$1_FeatureDisabledReasonOneOf as FeatureDisabledReasonOneOf, type context$1_FeatureEnabled as FeatureEnabled, type context$1_FeatureEnabledReasonOneOf as FeatureEnabledReasonOneOf, type context$1_FeatureEvent as FeatureEvent, type context$1_FeatureEventEventOneOf as FeatureEventEventOneOf, context$1_FeaturePeriod as FeaturePeriod, type context$1_FeatureQuantityInfoOneOf as FeatureQuantityInfoOneOf, type context$1_FeatureUpdated as FeatureUpdated, type context$1_FeatureUpdatedPreviousQuantityInfoOneOf as FeatureUpdatedPreviousQuantityInfoOneOf, type context$1_FeatureUpdatedReasonOneOf as FeatureUpdatedReasonOneOf, context$1_FieldType as FieldType, type context$1_File as File, type context$1_GeoCoordinates as GeoCoordinates, type context$1_GetReservationLocationOptions as GetReservationLocationOptions, type context$1_GetReservationLocationRequest as GetReservationLocationRequest, type context$1_GetReservationLocationResponse as GetReservationLocationResponse, type context$1_GetReservationLocationResponseNonNullableFields as GetReservationLocationResponseNonNullableFields, type context$1_IdentificationData as IdentificationData, type context$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context$1_InvalidateCache as InvalidateCache, type context$1_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context$1_ListReservationLocationsOptions as ListReservationLocationsOptions, type context$1_ListReservationLocationsRequest as ListReservationLocationsRequest, type context$1_ListReservationLocationsResponse as ListReservationLocationsResponse, type context$1_ListReservationLocationsResponseNonNullableFields as ListReservationLocationsResponseNonNullableFields, type context$1_Locale as Locale, type context$1_Location as Location, type context$1_LocationAddress as LocationAddress, type context$1_ManualApproval as ManualApproval, type context$1_ManualApprovalValueOneOf as ManualApprovalValueOneOf, type context$1_ManualFeatureCreationReason as ManualFeatureCreationReason, type context$1_ManualForLargePartiesOptions as ManualForLargePartiesOptions, type context$1_MessageEnvelope as MessageEnvelope, type context$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context$1_MigrateOldRestaurantSettingsRequest as MigrateOldRestaurantSettingsRequest, type context$1_MigrateOldRestaurantSettingsResponse as MigrateOldRestaurantSettingsResponse, type context$1_MigratedFromLegacyReason as MigratedFromLegacyReason, type context$1_MigrationParsingError as MigrationParsingError, type context$1_MigrationResult as MigrationResult, context$1_Mode as Mode, type context$1_Multilingual as Multilingual, type context$1_MyReservationsField as MyReservationsField, context$1_Namespace as Namespace, type context$1_NamespaceChanged as NamespaceChanged, type context$1_NewFeatureReason as NewFeatureReason, type context$1_NoticePeriod as NoticePeriod, type context$1_OldCustomField as OldCustomField, type context$1_OldInstant as OldInstant, type context$1_OldPolicy as OldPolicy, type context$1_OldScheduleException as OldScheduleException, type context$1_OldScheduleInterval as OldScheduleInterval, type context$1_OldTerms as OldTerms, type context$1_OnlineReservations as OnlineReservations, type context$1_Page as Page, type context$1_Paging as Paging, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_ParsedSettings as ParsedSettings, type context$1_PartiesSize as PartiesSize, type context$1_PartyPacing as PartyPacing, type context$1_PartySize as PartySize, context$1_PlacementType as PlacementType, type context$1_PrivacyPolicy as PrivacyPolicy, type context$1_PrivacyPolicyValueOneOf as PrivacyPolicyValueOneOf, type context$1_Properties as Properties, type context$1_PropertiesChange as PropertiesChange, type context$1_QueryReservationLocationsOptions as QueryReservationLocationsOptions, type context$1_QueryReservationLocationsRequest as QueryReservationLocationsRequest, type context$1_QueryReservationLocationsResponse as QueryReservationLocationsResponse, type context$1_QueryReservationLocationsResponseNonNullableFields as QueryReservationLocationsResponseNonNullableFields, type context$1_QueryV2 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_QuotaFeature as QuotaFeature, type context$1_QuotaInfo as QuotaInfo, type context$1_ReassignedFromSiteReason as ReassignedFromSiteReason, type context$1_ReassignedToAnotherSiteReason as ReassignedToAnotherSiteReason, type context$1_ReplacedByAnotherSubscriptionReason as ReplacedByAnotherSubscriptionReason, type context$1_ReservationForm as ReservationForm, type context$1_ReservationLocation as ReservationLocation, type context$1_ReservationLocationCreatedEnvelope as ReservationLocationCreatedEnvelope, type context$1_ReservationLocationNonNullableFields as ReservationLocationNonNullableFields, type context$1_ReservationLocationUpdatedEnvelope as ReservationLocationUpdatedEnvelope, type context$1_ReservationLocationsQueryBuilder as ReservationLocationsQueryBuilder, type context$1_ReservationLocationsQueryResult as ReservationLocationsQueryResult, type context$1_ReservationPayment as ReservationPayment, context$1_ResolutionMethod as ResolutionMethod, type context$1_RestoreInfo as RestoreInfo, type context$1_SeatPacing as SeatPacing, type context$1_ServiceProvisioned as ServiceProvisioned, type context$1_ServiceRemoved as ServiceRemoved, context$1_Set as Set, type context$1_SiteCloned as SiteCloned, type context$1_SiteCreated as SiteCreated, context$1_SiteCreatedContext as SiteCreatedContext, type context$1_SiteDeleted as SiteDeleted, type context$1_SiteHardDeleted as SiteHardDeleted, type context$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$1_SitePropertiesEvent as SitePropertiesEvent, type context$1_SitePropertiesNotification as SitePropertiesNotification, type context$1_SitePublished as SitePublished, type context$1_SiteRenamed as SiteRenamed, type context$1_SiteTransferred as SiteTransferred, type context$1_SiteUndeleted as SiteUndeleted, type context$1_SiteUnpublished as SiteUnpublished, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_SpecialHourPeriod as SpecialHourPeriod, context$1_State as State, type context$1_StreetAddress as StreetAddress, type context$1_StudioAssigned as StudioAssigned, type context$1_StudioUnassigned as StudioUnassigned, type context$1_SupportedLanguage as SupportedLanguage, type TableCombination$1 as TableCombination, type context$1_TableDefinition as TableDefinition, type context$1_TableManagement as TableManagement, type context$1_TablesDeleted as TablesDeleted, type context$1_TermsAndConditions as TermsAndConditions, type context$1_TermsAndConditionsValueOneOf as TermsAndConditionsValueOneOf, type context$1_TimePeriod as TimePeriod, type context$1_TransferredFromAnotherAccountReason as TransferredFromAnotherAccountReason, type context$1_TransferredToAnotherAccountReason as TransferredToAnotherAccountReason, type context$1_Translation as Translation, type context$1_TurnoverRule as TurnoverRule, type context$1_TurnoverTimeRule as TurnoverTimeRule, type context$1_URI as URI, type context$1_UnAssingedToFloatingReason as UnAssingedToFloatingReason, context$1_Unit as Unit, type context$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type context$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type context$1_UpdateReservationLocation as UpdateReservationLocation, type context$1_UpdateReservationLocationRequest as UpdateReservationLocationRequest, type context$1_UpdateReservationLocationResponse as UpdateReservationLocationResponse, type context$1_UpdateReservationLocationResponseNonNullableFields as UpdateReservationLocationResponseNonNullableFields, type context$1_V4SiteCreated as V4SiteCreated, context$1_Value as Value, context$1_WebhookIdentityType as WebhookIdentityType, type context$1__publicOnReservationLocationCreatedType as _publicOnReservationLocationCreatedType, type context$1__publicOnReservationLocationUpdatedType as _publicOnReservationLocationUpdatedType, context$1_getReservationLocation as getReservationLocation, context$1_listReservationLocations as listReservationLocations, context$1_onReservationLocationCreated as onReservationLocationCreated, context$1_onReservationLocationUpdated as onReservationLocationUpdated, onReservationLocationCreated$1 as publicOnReservationLocationCreated, onReservationLocationUpdated$1 as publicOnReservationLocationUpdated, context$1_queryReservationLocations as queryReservationLocations, context$1_updateExtendedFields as updateExtendedFields, context$1_updateReservationLocation as updateReservationLocation };
|
|
5147
|
+
export { type context$1_ActionEvent as ActionEvent, type context$1_Address as Address, type context$1_AddressHint as AddressHint, type context$1_AddressLocation as AddressLocation, type context$1_App as App, type context$1_Approval as Approval, context$1_ApprovalMode as ApprovalMode, type context$1_ApprovalOptionsOneOf as ApprovalOptionsOneOf, type context$1_Asset as Asset, type context$1_AssignedFromFloatingReason as AssignedFromFloatingReason, type context$1_BaseEventMetadata as BaseEventMetadata, type context$1_BooleanFeature as BooleanFeature, type context$1_BusinessSchedule as BusinessSchedule, type context$1_BusinessScheduleSpecialHourPeriodEndBeforeStartViolation as BusinessScheduleSpecialHourPeriodEndBeforeStartViolation, type context$1_BusinessScheduleSpecialHourPeriodInvalidViolation as BusinessScheduleSpecialHourPeriodInvalidViolation, type context$1_BusinessScheduleTimePeriodInvalidViolation as BusinessScheduleTimePeriodInvalidViolation, type context$1_CancelRequestedReason as CancelRequestedReason, type context$1_Categories as Categories, type context$1_ChangeContext as ChangeContext, type context$1_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type context$1_CheckReservationLocationsCreatedRequest as CheckReservationLocationsCreatedRequest, type context$1_CheckReservationLocationsCreatedResponse as CheckReservationLocationsCreatedResponse, type context$1_CommonBusinessSchedule as CommonBusinessSchedule, context$1_CommonDayOfWeek as CommonDayOfWeek, type context$1_CommonSpecialHourPeriod as CommonSpecialHourPeriod, type context$1_CommonTimePeriod as CommonTimePeriod, type context$1_Configuration as Configuration, type context$1_ConsentPolicy as ConsentPolicy, type context$1_ContractSwitchedReason as ContractSwitchedReason, type context$1_CursorPaging as CursorPaging, type context$1_CursorPagingMetadata as CursorPagingMetadata, type context$1_Cursors as Cursors, type context$1_CustomFieldDefinition as CustomFieldDefinition, type context$1_CustomFieldIdsDuplicationViolation as CustomFieldIdsDuplicationViolation, type context$1_CustomFieldNamesDuplicationViolation as CustomFieldNamesDuplicationViolation, context$1_DayOfWeek as DayOfWeek, type context$1_DeleteContext as DeleteContext, type context$1_DeleteOrphanReservationLocationRequest as DeleteOrphanReservationLocationRequest, type context$1_DeleteOrphanReservationLocationResponse as DeleteOrphanReservationLocationResponse, context$1_DeleteStatus as DeleteStatus, type context$1_DomainEvent as DomainEvent, type context$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type context$1_DuplicatedId as DuplicatedId, type context$1_DuplicatedName as DuplicatedName, type context$1_EmailMarketingCheckbox as EmailMarketingCheckbox, type context$1_Empty as Empty, type context$1_EntityCreatedEvent as EntityCreatedEvent, type context$1_EntityDeletedEvent as EntityDeletedEvent, type context$1_EntityUpdatedEvent as EntityUpdatedEvent, type context$1_EventMetadata as EventMetadata, type context$1_ExtendedFields as ExtendedFields, type context$1_Feature as Feature, type context$1_FeatureCancelled as FeatureCancelled, type context$1_FeatureCancelledReasonOneOf as FeatureCancelledReasonOneOf, type context$1_FeatureContext as FeatureContext, type context$1_FeatureDisabled as FeatureDisabled, type context$1_FeatureDisabledReasonOneOf as FeatureDisabledReasonOneOf, type context$1_FeatureEnabled as FeatureEnabled, type context$1_FeatureEnabledReasonOneOf as FeatureEnabledReasonOneOf, type context$1_FeatureEvent as FeatureEvent, type context$1_FeatureEventEventOneOf as FeatureEventEventOneOf, context$1_FeaturePeriod as FeaturePeriod, type context$1_FeatureQuantityInfoOneOf as FeatureQuantityInfoOneOf, type context$1_FeatureUpdated as FeatureUpdated, type context$1_FeatureUpdatedPreviousQuantityInfoOneOf as FeatureUpdatedPreviousQuantityInfoOneOf, type context$1_FeatureUpdatedReasonOneOf as FeatureUpdatedReasonOneOf, context$1_FieldType as FieldType, type context$1_File as File, type context$1_GeoCoordinates as GeoCoordinates, type context$1_GetReservationLocationOptions as GetReservationLocationOptions, type context$1_GetReservationLocationRequest as GetReservationLocationRequest, type context$1_GetReservationLocationResponse as GetReservationLocationResponse, type context$1_GetReservationLocationResponseNonNullableFields as GetReservationLocationResponseNonNullableFields, type context$1_IdentificationData as IdentificationData, type context$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context$1_InvalidateCache as InvalidateCache, type context$1_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context$1_ListReservationLocationsOptions as ListReservationLocationsOptions, type context$1_ListReservationLocationsRequest as ListReservationLocationsRequest, type context$1_ListReservationLocationsResponse as ListReservationLocationsResponse, type context$1_ListReservationLocationsResponseNonNullableFields as ListReservationLocationsResponseNonNullableFields, type context$1_Locale as Locale, type context$1_Location as Location, type context$1_LocationAddress as LocationAddress, type context$1_ManualApproval as ManualApproval, type context$1_ManualApprovalValueOneOf as ManualApprovalValueOneOf, type context$1_ManualFeatureCreationReason as ManualFeatureCreationReason, type context$1_ManualForLargePartiesOptions as ManualForLargePartiesOptions, type context$1_MessageEnvelope as MessageEnvelope, type context$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context$1_MigrateOldRestaurantSettingsRequest as MigrateOldRestaurantSettingsRequest, type context$1_MigrateOldRestaurantSettingsResponse as MigrateOldRestaurantSettingsResponse, type context$1_MigratedFromLegacyReason as MigratedFromLegacyReason, type context$1_MigrationParsingError as MigrationParsingError, type context$1_MigrationResult as MigrationResult, context$1_Mode as Mode, type context$1_Multilingual as Multilingual, type context$1_MyReservationsField as MyReservationsField, type context$1_MyReservationsFieldsDuplicationViolation as MyReservationsFieldsDuplicationViolation, context$1_Namespace as Namespace, type context$1_NamespaceChanged as NamespaceChanged, type context$1_NewFeatureReason as NewFeatureReason, type context$1_NonExistentTablesInTableCombinationViolation as NonExistentTablesInTableCombinationViolation, type context$1_NonExistentTablesInTableCombinationViolationViolation as NonExistentTablesInTableCombinationViolationViolation, type context$1_NotAllReservationFieldsViolation as NotAllReservationFieldsViolation, type context$1_NoticePeriod as NoticePeriod, type context$1_OldCustomField as OldCustomField, type context$1_OldInstant as OldInstant, type context$1_OldPolicy as OldPolicy, type context$1_OldScheduleException as OldScheduleException, type context$1_OldScheduleInterval as OldScheduleInterval, type context$1_OldTerms as OldTerms, type context$1_OnlineReservations as OnlineReservations, type context$1_Page as Page, type context$1_Paging as Paging, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_ParsedSettings as ParsedSettings, type context$1_PartiesSize as PartiesSize, type context$1_PartyPacing as PartyPacing, type context$1_PartySize as PartySize, context$1_PlacementType as PlacementType, type context$1_PrivacyPolicy as PrivacyPolicy, type context$1_PrivacyPolicyValueOneOf as PrivacyPolicyValueOneOf, type context$1_Properties as Properties, type context$1_PropertiesChange as PropertiesChange, type context$1_QueryReservationLocationsOptions as QueryReservationLocationsOptions, type context$1_QueryReservationLocationsRequest as QueryReservationLocationsRequest, type context$1_QueryReservationLocationsResponse as QueryReservationLocationsResponse, type context$1_QueryReservationLocationsResponseNonNullableFields as QueryReservationLocationsResponseNonNullableFields, type context$1_QueryV2 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_QuotaFeature as QuotaFeature, type context$1_QuotaInfo as QuotaInfo, type context$1_ReassignedFromSiteReason as ReassignedFromSiteReason, type context$1_ReassignedToAnotherSiteReason as ReassignedToAnotherSiteReason, type context$1_ReplacedByAnotherSubscriptionReason as ReplacedByAnotherSubscriptionReason, type context$1_ReservationFieldMustHaveTypeViolation as ReservationFieldMustHaveTypeViolation, type context$1_ReservationFieldNotExistViolation as ReservationFieldNotExistViolation, type context$1_ReservationForm as ReservationForm, type context$1_ReservationLocation as ReservationLocation, type context$1_ReservationLocationCreatedEnvelope as ReservationLocationCreatedEnvelope, type context$1_ReservationLocationNonNullableFields as ReservationLocationNonNullableFields, type context$1_ReservationLocationUpdatedEnvelope as ReservationLocationUpdatedEnvelope, type context$1_ReservationLocationViolation as ReservationLocationViolation, type context$1_ReservationLocationViolationViolationOneOf as ReservationLocationViolationViolationOneOf, type context$1_ReservationLocationsQueryBuilder as ReservationLocationsQueryBuilder, type context$1_ReservationLocationsQueryResult as ReservationLocationsQueryResult, type context$1_ReservationPayment as ReservationPayment, context$1_ResolutionMethod as ResolutionMethod, type context$1_RestoreInfo as RestoreInfo, type context$1_SeatPacing as SeatPacing, type context$1_ServiceProvisioned as ServiceProvisioned, type context$1_ServiceRemoved as ServiceRemoved, context$1_Set as Set, type context$1_SiteCloned as SiteCloned, type context$1_SiteCreated as SiteCreated, context$1_SiteCreatedContext as SiteCreatedContext, type context$1_SiteDeleted as SiteDeleted, type context$1_SiteHardDeleted as SiteHardDeleted, type context$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$1_SitePropertiesEvent as SitePropertiesEvent, type context$1_SitePropertiesNotification as SitePropertiesNotification, type context$1_SitePublished as SitePublished, type context$1_SiteRenamed as SiteRenamed, type context$1_SiteTransferred as SiteTransferred, type context$1_SiteUndeleted as SiteUndeleted, type context$1_SiteUnpublished as SiteUnpublished, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_SpecialHourPeriod as SpecialHourPeriod, context$1_State as State, type context$1_StreetAddress as StreetAddress, type context$1_StudioAssigned as StudioAssigned, type context$1_StudioUnassigned as StudioUnassigned, type context$1_SupportedLanguage as SupportedLanguage, type TableCombination$1 as TableCombination, type context$1_TableCombinationContainsLessThan2TablesViolation as TableCombinationContainsLessThan2TablesViolation, type context$1_TableCombinationIdsDuplicationViolation as TableCombinationIdsDuplicationViolation, type context$1_TableCombinationIdsDuplicationViolationViolation as TableCombinationIdsDuplicationViolationViolation, type context$1_TableCombinationMinMaxSeatsViolation as TableCombinationMinMaxSeatsViolation, type context$1_TableCombinationNotExistViolation as TableCombinationNotExistViolation, type context$1_TableCombinationTableIdsCombinationDuplicationViolation as TableCombinationTableIdsCombinationDuplicationViolation, type context$1_TableCombinationTableIdsDuplicationViolation as TableCombinationTableIdsDuplicationViolation, type context$1_TableCombinationTableIdsDuplicationViolationViolation as TableCombinationTableIdsDuplicationViolationViolation, type context$1_TableDefinition as TableDefinition, type context$1_TableDefinitionIdsDuplicationViolation as TableDefinitionIdsDuplicationViolation, type context$1_TableDefinitionIncorrectBoundariesViolation as TableDefinitionIncorrectBoundariesViolation, type context$1_TableDefinitionNamesDuplicationViolation as TableDefinitionNamesDuplicationViolation, type context$1_TableDefinitionNotExistViolation as TableDefinitionNotExistViolation, type context$1_TableManagement as TableManagement, type context$1_TablesDeleted as TablesDeleted, type context$1_TermsAndConditions as TermsAndConditions, type context$1_TermsAndConditionsValueOneOf as TermsAndConditionsValueOneOf, type context$1_TimePeriod as TimePeriod, type context$1_TransferredFromAnotherAccountReason as TransferredFromAnotherAccountReason, type context$1_TransferredToAnotherAccountReason as TransferredToAnotherAccountReason, type context$1_Translation as Translation, type context$1_TurnoverRule as TurnoverRule, type context$1_TurnoverRulesIncorrectBoundariesViolation as TurnoverRulesIncorrectBoundariesViolation, type context$1_TurnoverRulesIntersectViolation as TurnoverRulesIntersectViolation, type context$1_TurnoverTimeRule as TurnoverTimeRule, type context$1_TurnoverTimeRulesIncorrectBoundariesViolation as TurnoverTimeRulesIncorrectBoundariesViolation, type context$1_TurnoverTimeRulesIntersectViolation as TurnoverTimeRulesIntersectViolation, Type$1 as Type, type context$1_URI as URI, type context$1_UnAssingedToFloatingReason as UnAssingedToFloatingReason, context$1_Unit as Unit, type context$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type context$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type context$1_UpdateReservationLocation as UpdateReservationLocation, type context$1_UpdateReservationLocationRequest as UpdateReservationLocationRequest, type context$1_UpdateReservationLocationResponse as UpdateReservationLocationResponse, type context$1_UpdateReservationLocationResponseNonNullableFields as UpdateReservationLocationResponseNonNullableFields, type context$1_V4SiteCreated as V4SiteCreated, context$1_Value as Value, type context$1_Violation as Violation, context$1_WebhookIdentityType as WebhookIdentityType, type context$1__publicOnReservationLocationCreatedType as _publicOnReservationLocationCreatedType, type context$1__publicOnReservationLocationUpdatedType as _publicOnReservationLocationUpdatedType, context$1_getReservationLocation as getReservationLocation, context$1_listReservationLocations as listReservationLocations, context$1_onReservationLocationCreated as onReservationLocationCreated, context$1_onReservationLocationUpdated as onReservationLocationUpdated, onReservationLocationCreated$1 as publicOnReservationLocationCreated, onReservationLocationUpdated$1 as publicOnReservationLocationUpdated, context$1_queryReservationLocations as queryReservationLocations, context$1_updateExtendedFields as updateExtendedFields, context$1_updateReservationLocation as updateReservationLocation };
|
|
4837
5148
|
}
|
|
4838
5149
|
|
|
4839
5150
|
interface TimeSlot {
|
|
@@ -680,7 +680,7 @@ interface CreateReservationRequest {
|
|
|
680
680
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
681
681
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
682
682
|
*/
|
|
683
|
-
ignoreReservationLocationConflicts?: Type$
|
|
683
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
684
684
|
}
|
|
685
685
|
declare enum TableCombinationConflictType$1 {
|
|
686
686
|
UNKNOWN = "UNKNOWN",
|
|
@@ -689,7 +689,7 @@ declare enum TableCombinationConflictType$1 {
|
|
|
689
689
|
TOO_SMALL = "TOO_SMALL",
|
|
690
690
|
OFFLINE_ONLY = "OFFLINE_ONLY"
|
|
691
691
|
}
|
|
692
|
-
declare enum Type$
|
|
692
|
+
declare enum Type$2 {
|
|
693
693
|
UNKNOWN = "UNKNOWN",
|
|
694
694
|
PARTY_PACING = "PARTY_PACING",
|
|
695
695
|
SEAT_PACING = "SEAT_PACING"
|
|
@@ -710,7 +710,7 @@ interface TableCombinationConflict$1 {
|
|
|
710
710
|
}
|
|
711
711
|
interface ReservationLocationConflict$1 {
|
|
712
712
|
/** Reservation location conflict type. */
|
|
713
|
-
type?: Type$
|
|
713
|
+
type?: Type$2;
|
|
714
714
|
}
|
|
715
715
|
interface GetReservationRequest {
|
|
716
716
|
/** Reservation ID. */
|
|
@@ -752,7 +752,7 @@ interface UpdateReservationRequest {
|
|
|
752
752
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
753
753
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
754
754
|
*/
|
|
755
|
-
ignoreReservationLocationConflicts?: Type$
|
|
755
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
756
756
|
}
|
|
757
757
|
interface UpdateReservationResponse {
|
|
758
758
|
/** Reservation. */
|
|
@@ -1672,7 +1672,7 @@ interface CreateReservationOptions {
|
|
|
1672
1672
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
1673
1673
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
1674
1674
|
*/
|
|
1675
|
-
ignoreReservationLocationConflicts?: Type$
|
|
1675
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
1676
1676
|
}
|
|
1677
1677
|
interface GetReservationOptions {
|
|
1678
1678
|
/**
|
|
@@ -1777,7 +1777,7 @@ interface UpdateReservationOptions {
|
|
|
1777
1777
|
* * `"PARTY_PACING"`: The restaurant cannot accommodate a party of the given size according to party pacing settings.
|
|
1778
1778
|
* * `"SEAT_PACING"`: The required number of seats are unavailable according to seat pacing settings.
|
|
1779
1779
|
*/
|
|
1780
|
-
ignoreReservationLocationConflicts?: Type$
|
|
1780
|
+
ignoreReservationLocationConflicts?: Type$2[];
|
|
1781
1781
|
}
|
|
1782
1782
|
interface UpdateExtendedFieldsOptions$1 {
|
|
1783
1783
|
/** Data to update. Structured according to the [schema](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields#json-schema-for-extended-fields) defined when the extended fields were configured. */
|
|
@@ -2234,7 +2234,7 @@ declare const index_d$2_reserveReservation: typeof reserveReservation;
|
|
|
2234
2234
|
declare const index_d$2_searchReservations: typeof searchReservations;
|
|
2235
2235
|
declare const index_d$2_updateReservation: typeof updateReservation;
|
|
2236
2236
|
declare namespace index_d$2 {
|
|
2237
|
-
export { type ActionEvent$1 as ActionEvent, type index_d$2_Aggregation as Aggregation, type index_d$2_AggregationData as AggregationData, type index_d$2_AggregationKindOneOf as AggregationKindOneOf, type index_d$2_AggregationResults as AggregationResults, type index_d$2_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$2_AggregationResultsScalarResult as AggregationResultsScalarResult, index_d$2_AggregationType as AggregationType, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$2_CancelReservationOptions as CancelReservationOptions, type index_d$2_CancelReservationRequest as CancelReservationRequest, type index_d$2_CancelReservationResponse as CancelReservationResponse, type index_d$2_CancelReservationResponseNonNullableFields as CancelReservationResponseNonNullableFields, type index_d$2_CreateHeldReservationRequest as CreateHeldReservationRequest, type index_d$2_CreateHeldReservationResponse as CreateHeldReservationResponse, type index_d$2_CreateHeldReservationResponseNonNullableFields as CreateHeldReservationResponseNonNullableFields, type index_d$2_CreateReservationOptions as CreateReservationOptions, type index_d$2_CreateReservationRequest as CreateReservationRequest, type index_d$2_CreateReservationResponse as CreateReservationResponse, type index_d$2_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type index_d$2_CursorQuery as CursorQuery, type index_d$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$2_CursorSearch as CursorSearch, type index_d$2_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$1 as Cursors, type index_d$2_DateHistogramAggregation as DateHistogramAggregation, type index_d$2_DateHistogramResult as DateHistogramResult, type index_d$2_DateHistogramResults as DateHistogramResults, type index_d$2_DeleteReservationRequest as DeleteReservationRequest, type index_d$2_DeleteReservationResponse as DeleteReservationResponse, type index_d$2_Details as Details, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$2_GetReservationOptions as GetReservationOptions, type index_d$2_GetReservationRequest as GetReservationRequest, type index_d$2_GetReservationResponse as GetReservationResponse, type index_d$2_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type index_d$2_GroupByValueResults as GroupByValueResults, type index_d$2_HeadersEntry as HeadersEntry, type index_d$2_HeldReservationDetails as HeldReservationDetails, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$2_IncludeMissingValuesOptions as IncludeMissingValuesOptions, index_d$2_Interval as Interval, type index_d$2_ListReservationsOptions as ListReservationsOptions, type index_d$2_ListReservationsRequest as ListReservationsRequest, type index_d$2_ListReservationsResponse as ListReservationsResponse, type index_d$2_ListReservationsResponseNonNullableFields as ListReservationsResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type index_d$2_MigrationNote as MigrationNote, index_d$2_MissingValues as MissingValues, Mode$1 as Mode, type index_d$2_NestedAggregation as NestedAggregation, type index_d$2_NestedAggregationItem as NestedAggregationItem, type index_d$2_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$2_NestedAggregationResults as NestedAggregationResults, type index_d$2_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$2_NestedAggregationType as NestedAggregationType, type index_d$2_NestedResultValue as NestedResultValue, type index_d$2_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$2_NestedResults as NestedResults, type index_d$2_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$2_PathParametersEntry as PathParametersEntry, index_d$2_PaymentStatus as PaymentStatus, type index_d$2_QueryParametersEntry as QueryParametersEntry, type index_d$2_QueryReservationsRequest as QueryReservationsRequest, type index_d$2_QueryReservationsResponse as QueryReservationsResponse, type index_d$2_QueryReservationsResponseNonNullableFields as QueryReservationsResponseNonNullableFields, type index_d$2_RangeAggregation as RangeAggregation, type index_d$2_RangeAggregationResult as RangeAggregationResult, type index_d$2_RangeBucket as RangeBucket, type index_d$2_RangeResult as RangeResult, type index_d$2_RangeResults as RangeResults, type index_d$2_RawHttpRequest as RawHttpRequest, type index_d$2_RawHttpResponse as RawHttpResponse, type index_d$2_RemoveReservationMigrationNotesRequest as RemoveReservationMigrationNotesRequest, type index_d$2_RemoveReservationMigrationNotesResponse as RemoveReservationMigrationNotesResponse, type index_d$2_Reservation as Reservation, type index_d$2_ReservationCanceled as ReservationCanceled, type index_d$2_ReservationCreated as ReservationCreated, type index_d$2_ReservationCreatedEnvelope as ReservationCreatedEnvelope, type index_d$2_ReservationDelayedDomainEvent as ReservationDelayedDomainEvent, type index_d$2_ReservationDelayedDomainEventBodyTypeOneOf as ReservationDelayedDomainEventBodyTypeOneOf, type index_d$2_ReservationDelayedDomainEventReservationCanceled as ReservationDelayedDomainEventReservationCanceled, type index_d$2_ReservationDeletedEnvelope as ReservationDeletedEnvelope, type index_d$2_ReservationDetailsConflicts as ReservationDetailsConflicts, type ReservationLocationConflict$1 as ReservationLocationConflict, type index_d$2_ReservationNonNullableFields as ReservationNonNullableFields, type index_d$2_ReservationUpdated as ReservationUpdated, type index_d$2_ReservationUpdatedEnvelope as ReservationUpdatedEnvelope, type index_d$2_ReservationsQueryBuilder as ReservationsQueryBuilder, type index_d$2_ReservationsQueryResult as ReservationsQueryResult, type index_d$2_ReserveReservationRequest as ReserveReservationRequest, type index_d$2_ReserveReservationResponse as ReserveReservationResponse, type index_d$2_ReserveReservationResponseNonNullableFields as ReserveReservationResponseNonNullableFields, type index_d$2_ReservedBy as ReservedBy, type index_d$2_Reservee as Reservee, type RestoreInfo$1 as RestoreInfo, type index_d$2_Results as Results, type index_d$2_ScalarAggregation as ScalarAggregation, type index_d$2_ScalarResult as ScalarResult, index_d$2_ScalarType as ScalarType, type index_d$2_SearchDetails as SearchDetails, type index_d$2_SearchReservationsRequest as SearchReservationsRequest, type index_d$2_SearchReservationsResponse as SearchReservationsResponse, type index_d$2_SearchReservationsResponseNonNullableFields as SearchReservationsResponseNonNullableFields, Set$1 as Set, index_d$2_SortDirection as SortDirection, SortOrder$1 as SortOrder, index_d$2_SortType as SortType, type Sorting$1 as Sorting, index_d$2_Source as Source, Status$1 as Status, type TableCombinationConflict$1 as TableCombinationConflict, TableCombinationConflictType$1 as TableCombinationConflictType, type index_d$2_TableWithReservationConflicts as TableWithReservationConflicts, type index_d$2_Tables as Tables, Type$
|
|
2237
|
+
export { type ActionEvent$1 as ActionEvent, type index_d$2_Aggregation as Aggregation, type index_d$2_AggregationData as AggregationData, type index_d$2_AggregationKindOneOf as AggregationKindOneOf, type index_d$2_AggregationResults as AggregationResults, type index_d$2_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$2_AggregationResultsScalarResult as AggregationResultsScalarResult, index_d$2_AggregationType as AggregationType, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$2_CancelReservationOptions as CancelReservationOptions, type index_d$2_CancelReservationRequest as CancelReservationRequest, type index_d$2_CancelReservationResponse as CancelReservationResponse, type index_d$2_CancelReservationResponseNonNullableFields as CancelReservationResponseNonNullableFields, type index_d$2_CreateHeldReservationRequest as CreateHeldReservationRequest, type index_d$2_CreateHeldReservationResponse as CreateHeldReservationResponse, type index_d$2_CreateHeldReservationResponseNonNullableFields as CreateHeldReservationResponseNonNullableFields, type index_d$2_CreateReservationOptions as CreateReservationOptions, type index_d$2_CreateReservationRequest as CreateReservationRequest, type index_d$2_CreateReservationResponse as CreateReservationResponse, type index_d$2_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type index_d$2_CursorQuery as CursorQuery, type index_d$2_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$2_CursorSearch as CursorSearch, type index_d$2_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$1 as Cursors, type index_d$2_DateHistogramAggregation as DateHistogramAggregation, type index_d$2_DateHistogramResult as DateHistogramResult, type index_d$2_DateHistogramResults as DateHistogramResults, type index_d$2_DeleteReservationRequest as DeleteReservationRequest, type index_d$2_DeleteReservationResponse as DeleteReservationResponse, type index_d$2_Details as Details, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$2_GetReservationOptions as GetReservationOptions, type index_d$2_GetReservationRequest as GetReservationRequest, type index_d$2_GetReservationResponse as GetReservationResponse, type index_d$2_GetReservationResponseNonNullableFields as GetReservationResponseNonNullableFields, type index_d$2_GroupByValueResults as GroupByValueResults, type index_d$2_HeadersEntry as HeadersEntry, type index_d$2_HeldReservationDetails as HeldReservationDetails, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type index_d$2_IncludeMissingValuesOptions as IncludeMissingValuesOptions, index_d$2_Interval as Interval, type index_d$2_ListReservationsOptions as ListReservationsOptions, type index_d$2_ListReservationsRequest as ListReservationsRequest, type index_d$2_ListReservationsResponse as ListReservationsResponse, type index_d$2_ListReservationsResponseNonNullableFields as ListReservationsResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type index_d$2_MigrationNote as MigrationNote, index_d$2_MissingValues as MissingValues, Mode$1 as Mode, type index_d$2_NestedAggregation as NestedAggregation, type index_d$2_NestedAggregationItem as NestedAggregationItem, type index_d$2_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$2_NestedAggregationResults as NestedAggregationResults, type index_d$2_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$2_NestedAggregationType as NestedAggregationType, type index_d$2_NestedResultValue as NestedResultValue, type index_d$2_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$2_NestedResults as NestedResults, type index_d$2_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$2_PathParametersEntry as PathParametersEntry, index_d$2_PaymentStatus as PaymentStatus, type index_d$2_QueryParametersEntry as QueryParametersEntry, type index_d$2_QueryReservationsRequest as QueryReservationsRequest, type index_d$2_QueryReservationsResponse as QueryReservationsResponse, type index_d$2_QueryReservationsResponseNonNullableFields as QueryReservationsResponseNonNullableFields, type index_d$2_RangeAggregation as RangeAggregation, type index_d$2_RangeAggregationResult as RangeAggregationResult, type index_d$2_RangeBucket as RangeBucket, type index_d$2_RangeResult as RangeResult, type index_d$2_RangeResults as RangeResults, type index_d$2_RawHttpRequest as RawHttpRequest, type index_d$2_RawHttpResponse as RawHttpResponse, type index_d$2_RemoveReservationMigrationNotesRequest as RemoveReservationMigrationNotesRequest, type index_d$2_RemoveReservationMigrationNotesResponse as RemoveReservationMigrationNotesResponse, type index_d$2_Reservation as Reservation, type index_d$2_ReservationCanceled as ReservationCanceled, type index_d$2_ReservationCreated as ReservationCreated, type index_d$2_ReservationCreatedEnvelope as ReservationCreatedEnvelope, type index_d$2_ReservationDelayedDomainEvent as ReservationDelayedDomainEvent, type index_d$2_ReservationDelayedDomainEventBodyTypeOneOf as ReservationDelayedDomainEventBodyTypeOneOf, type index_d$2_ReservationDelayedDomainEventReservationCanceled as ReservationDelayedDomainEventReservationCanceled, type index_d$2_ReservationDeletedEnvelope as ReservationDeletedEnvelope, type index_d$2_ReservationDetailsConflicts as ReservationDetailsConflicts, type ReservationLocationConflict$1 as ReservationLocationConflict, type index_d$2_ReservationNonNullableFields as ReservationNonNullableFields, type index_d$2_ReservationUpdated as ReservationUpdated, type index_d$2_ReservationUpdatedEnvelope as ReservationUpdatedEnvelope, type index_d$2_ReservationsQueryBuilder as ReservationsQueryBuilder, type index_d$2_ReservationsQueryResult as ReservationsQueryResult, type index_d$2_ReserveReservationRequest as ReserveReservationRequest, type index_d$2_ReserveReservationResponse as ReserveReservationResponse, type index_d$2_ReserveReservationResponseNonNullableFields as ReserveReservationResponseNonNullableFields, type index_d$2_ReservedBy as ReservedBy, type index_d$2_Reservee as Reservee, type RestoreInfo$1 as RestoreInfo, type index_d$2_Results as Results, type index_d$2_ScalarAggregation as ScalarAggregation, type index_d$2_ScalarResult as ScalarResult, index_d$2_ScalarType as ScalarType, type index_d$2_SearchDetails as SearchDetails, type index_d$2_SearchReservationsRequest as SearchReservationsRequest, type index_d$2_SearchReservationsResponse as SearchReservationsResponse, type index_d$2_SearchReservationsResponseNonNullableFields as SearchReservationsResponseNonNullableFields, Set$1 as Set, index_d$2_SortDirection as SortDirection, SortOrder$1 as SortOrder, index_d$2_SortType as SortType, type Sorting$1 as Sorting, index_d$2_Source as Source, Status$1 as Status, type TableCombinationConflict$1 as TableCombinationConflict, TableCombinationConflictType$1 as TableCombinationConflictType, type index_d$2_TableWithReservationConflicts as TableWithReservationConflicts, type index_d$2_Tables as Tables, Type$2 as Type, type UpdateExtendedFieldsOptions$1 as UpdateExtendedFieldsOptions, type UpdateExtendedFieldsRequest$1 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$1 as UpdateExtendedFieldsResponse, type UpdateExtendedFieldsResponseNonNullableFields$1 as UpdateExtendedFieldsResponseNonNullableFields, type index_d$2_UpdateReservation as UpdateReservation, type index_d$2_UpdateReservationOptions as UpdateReservationOptions, type index_d$2_UpdateReservationRequest as UpdateReservationRequest, type index_d$2_UpdateReservationResponse as UpdateReservationResponse, type index_d$2_UpdateReservationResponseNonNullableFields as UpdateReservationResponseNonNullableFields, type index_d$2_ValueAggregation as ValueAggregation, type index_d$2_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type index_d$2_ValueAggregationResult as ValueAggregationResult, type index_d$2_ValueResult as ValueResult, type index_d$2_ValueResults as ValueResults, WebhookIdentityType$1 as WebhookIdentityType, type index_d$2__publicOnReservationCreatedType as _publicOnReservationCreatedType, type index_d$2__publicOnReservationDeletedType as _publicOnReservationDeletedType, type index_d$2__publicOnReservationUpdatedType as _publicOnReservationUpdatedType, index_d$2_cancelReservation as cancelReservation, index_d$2_createHeldReservation as createHeldReservation, index_d$2_createReservation as createReservation, index_d$2_deleteReservation as deleteReservation, index_d$2_getReservation as getReservation, index_d$2_listReservations as listReservations, index_d$2_onReservationCreated as onReservationCreated, index_d$2_onReservationDeleted as onReservationDeleted, index_d$2_onReservationUpdated as onReservationUpdated, onReservationCreated$1 as publicOnReservationCreated, onReservationDeleted$1 as publicOnReservationDeleted, onReservationUpdated$1 as publicOnReservationUpdated, index_d$2_queryReservations as queryReservations, index_d$2_reserveReservation as reserveReservation, index_d$2_searchReservations as searchReservations, updateExtendedFields$2 as updateExtendedFields, index_d$2_updateReservation as updateReservation };
|
|
2238
2238
|
}
|
|
2239
2239
|
|
|
2240
2240
|
interface ReservationLocation {
|
|
@@ -2862,6 +2862,285 @@ interface TablesDeleted {
|
|
|
2862
2862
|
/** IDs of deleted tables. */
|
|
2863
2863
|
tableIds?: string[];
|
|
2864
2864
|
}
|
|
2865
|
+
interface ReservationLocationViolation extends ReservationLocationViolationViolationOneOf {
|
|
2866
|
+
/** Not all fields violation. */
|
|
2867
|
+
notAllReservationFieldsViolation?: NotAllReservationFieldsViolation;
|
|
2868
|
+
/** Field not exists violation. */
|
|
2869
|
+
reservationFieldNotExistViolation?: ReservationFieldNotExistViolation;
|
|
2870
|
+
/** Field must have type violation. */
|
|
2871
|
+
reservationFieldMustHaveTypeViolation?: ReservationFieldMustHaveTypeViolation;
|
|
2872
|
+
/** Custom field names duplication violation. */
|
|
2873
|
+
customFieldNamesDuplicationViolation?: CustomFieldNamesDuplicationViolation;
|
|
2874
|
+
/** Custom field ids duplication violation. */
|
|
2875
|
+
customFieldIdsDuplicationViolation?: CustomFieldIdsDuplicationViolation;
|
|
2876
|
+
/** Table definition names duplication violation. */
|
|
2877
|
+
tableDefinitionNamesDuplicationViolation?: TableDefinitionNamesDuplicationViolation;
|
|
2878
|
+
/** Table definition ids duplication violation. */
|
|
2879
|
+
tableDefinitionIdsDuplicationViolation?: TableDefinitionIdsDuplicationViolation;
|
|
2880
|
+
/** Table definition not exist violation. */
|
|
2881
|
+
tableDefinitionNotExistViolation?: TableDefinitionNotExistViolation;
|
|
2882
|
+
/** Table definition incorrect boundaries violation. */
|
|
2883
|
+
tableDefinitionIncorrectBoundariesViolation?: TableDefinitionIncorrectBoundariesViolation;
|
|
2884
|
+
/** Turnover time rules intersection violation. */
|
|
2885
|
+
turnoverTimeRulesIntersectViolation?: TurnoverTimeRulesIntersectViolation;
|
|
2886
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2887
|
+
turnoverTimeRulesIncorrectBoundariesViolation?: TurnoverTimeRulesIncorrectBoundariesViolation;
|
|
2888
|
+
/** Table combinations list contains combinations with not unique id. */
|
|
2889
|
+
tableCombinationIdsDuplicationViolation?: TableCombinationIdsDuplicationViolation;
|
|
2890
|
+
/** Table ids list inside a combination contains not unique id. */
|
|
2891
|
+
tableCombinationTableIdsDuplicationViolation?: TableCombinationTableIdsDuplicationViolation;
|
|
2892
|
+
/** Table combinations list contains more then one combination with the same table_ids. */
|
|
2893
|
+
tableCombinationTableIdsCombinationDuplicationViolation?: TableCombinationTableIdsCombinationDuplicationViolation;
|
|
2894
|
+
/** Table combination not exist violation. */
|
|
2895
|
+
tableCombinationNotExistViolation?: TableCombinationNotExistViolation;
|
|
2896
|
+
/** Table combination contains less than 2 tables. */
|
|
2897
|
+
tableCombinationContainsLessThan2TablesViolation?: TableCombinationContainsLessThan2TablesViolation;
|
|
2898
|
+
/** Table combination min max seats violation. */
|
|
2899
|
+
tableCombinationMinMaxSeatsViolation?: TableCombinationMinMaxSeatsViolation;
|
|
2900
|
+
/** Non existent tables used in table combinations. */
|
|
2901
|
+
nonExistentTablesInTableCombinationViolation?: NonExistentTablesInTableCombinationViolation;
|
|
2902
|
+
/** Turnover rules intersection violation. */
|
|
2903
|
+
turnoverRulesIntersectViolation?: TurnoverRulesIntersectViolation;
|
|
2904
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2905
|
+
turnoverRulesIncorrectBoundariesViolation?: TurnoverRulesIncorrectBoundariesViolation;
|
|
2906
|
+
/** Business schedule time period invalid violation. */
|
|
2907
|
+
businessScheduleTimePeriodInvalidViolation?: BusinessScheduleTimePeriodInvalidViolation;
|
|
2908
|
+
/** Business schedule special hour period invalid violation. */
|
|
2909
|
+
businessScheduleSpecialHourPeriodInvalidViolation?: BusinessScheduleSpecialHourPeriodInvalidViolation;
|
|
2910
|
+
/** Reservations fields duplication violation. */
|
|
2911
|
+
myReservationsFieldsDuplicationViolation?: MyReservationsFieldsDuplicationViolation;
|
|
2912
|
+
/** Business schedule special hour period end date is before or equal to start date violation. */
|
|
2913
|
+
businessScheduleSpecialHourPeriodEndBeforeStartViolation?: BusinessScheduleSpecialHourPeriodEndBeforeStartViolation;
|
|
2914
|
+
/** Type of the violation. */
|
|
2915
|
+
type?: Type$1;
|
|
2916
|
+
}
|
|
2917
|
+
/** @oneof */
|
|
2918
|
+
interface ReservationLocationViolationViolationOneOf {
|
|
2919
|
+
/** Not all fields violation. */
|
|
2920
|
+
notAllReservationFieldsViolation?: NotAllReservationFieldsViolation;
|
|
2921
|
+
/** Field not exists violation. */
|
|
2922
|
+
reservationFieldNotExistViolation?: ReservationFieldNotExistViolation;
|
|
2923
|
+
/** Field must have type violation. */
|
|
2924
|
+
reservationFieldMustHaveTypeViolation?: ReservationFieldMustHaveTypeViolation;
|
|
2925
|
+
/** Custom field names duplication violation. */
|
|
2926
|
+
customFieldNamesDuplicationViolation?: CustomFieldNamesDuplicationViolation;
|
|
2927
|
+
/** Custom field ids duplication violation. */
|
|
2928
|
+
customFieldIdsDuplicationViolation?: CustomFieldIdsDuplicationViolation;
|
|
2929
|
+
/** Table definition names duplication violation. */
|
|
2930
|
+
tableDefinitionNamesDuplicationViolation?: TableDefinitionNamesDuplicationViolation;
|
|
2931
|
+
/** Table definition ids duplication violation. */
|
|
2932
|
+
tableDefinitionIdsDuplicationViolation?: TableDefinitionIdsDuplicationViolation;
|
|
2933
|
+
/** Table definition not exist violation. */
|
|
2934
|
+
tableDefinitionNotExistViolation?: TableDefinitionNotExistViolation;
|
|
2935
|
+
/** Table definition incorrect boundaries violation. */
|
|
2936
|
+
tableDefinitionIncorrectBoundariesViolation?: TableDefinitionIncorrectBoundariesViolation;
|
|
2937
|
+
/** Turnover time rules intersection violation. */
|
|
2938
|
+
turnoverTimeRulesIntersectViolation?: TurnoverTimeRulesIntersectViolation;
|
|
2939
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2940
|
+
turnoverTimeRulesIncorrectBoundariesViolation?: TurnoverTimeRulesIncorrectBoundariesViolation;
|
|
2941
|
+
/** Table combinations list contains combinations with not unique id. */
|
|
2942
|
+
tableCombinationIdsDuplicationViolation?: TableCombinationIdsDuplicationViolation;
|
|
2943
|
+
/** Table ids list inside a combination contains not unique id. */
|
|
2944
|
+
tableCombinationTableIdsDuplicationViolation?: TableCombinationTableIdsDuplicationViolation;
|
|
2945
|
+
/** Table combinations list contains more then one combination with the same table_ids. */
|
|
2946
|
+
tableCombinationTableIdsCombinationDuplicationViolation?: TableCombinationTableIdsCombinationDuplicationViolation;
|
|
2947
|
+
/** Table combination not exist violation. */
|
|
2948
|
+
tableCombinationNotExistViolation?: TableCombinationNotExistViolation;
|
|
2949
|
+
/** Table combination contains less than 2 tables. */
|
|
2950
|
+
tableCombinationContainsLessThan2TablesViolation?: TableCombinationContainsLessThan2TablesViolation;
|
|
2951
|
+
/** Table combination min max seats violation. */
|
|
2952
|
+
tableCombinationMinMaxSeatsViolation?: TableCombinationMinMaxSeatsViolation;
|
|
2953
|
+
/** Non existent tables used in table combinations. */
|
|
2954
|
+
nonExistentTablesInTableCombinationViolation?: NonExistentTablesInTableCombinationViolation;
|
|
2955
|
+
/** Turnover rules intersection violation. */
|
|
2956
|
+
turnoverRulesIntersectViolation?: TurnoverRulesIntersectViolation;
|
|
2957
|
+
/** Turnover time rules incorrect boundaries violation. */
|
|
2958
|
+
turnoverRulesIncorrectBoundariesViolation?: TurnoverRulesIncorrectBoundariesViolation;
|
|
2959
|
+
/** Business schedule time period invalid violation. */
|
|
2960
|
+
businessScheduleTimePeriodInvalidViolation?: BusinessScheduleTimePeriodInvalidViolation;
|
|
2961
|
+
/** Business schedule special hour period invalid violation. */
|
|
2962
|
+
businessScheduleSpecialHourPeriodInvalidViolation?: BusinessScheduleSpecialHourPeriodInvalidViolation;
|
|
2963
|
+
/** Reservations fields duplication violation. */
|
|
2964
|
+
myReservationsFieldsDuplicationViolation?: MyReservationsFieldsDuplicationViolation;
|
|
2965
|
+
/** Business schedule special hour period end date is before or equal to start date violation. */
|
|
2966
|
+
businessScheduleSpecialHourPeriodEndBeforeStartViolation?: BusinessScheduleSpecialHourPeriodEndBeforeStartViolation;
|
|
2967
|
+
}
|
|
2968
|
+
interface DuplicatedName {
|
|
2969
|
+
/** Duplicated field name. */
|
|
2970
|
+
name?: string;
|
|
2971
|
+
/** Indexes of the invalid field. */
|
|
2972
|
+
indexes?: number[];
|
|
2973
|
+
}
|
|
2974
|
+
interface DuplicatedId {
|
|
2975
|
+
/** Duplicated field id. */
|
|
2976
|
+
_id?: string;
|
|
2977
|
+
/** Indexes of the invalid field. */
|
|
2978
|
+
indexes?: number[];
|
|
2979
|
+
}
|
|
2980
|
+
interface Violation {
|
|
2981
|
+
/** Duplicated field type. */
|
|
2982
|
+
fieldType?: FieldType;
|
|
2983
|
+
/**
|
|
2984
|
+
* Id of custom field.
|
|
2985
|
+
* @readonly
|
|
2986
|
+
*/
|
|
2987
|
+
customFieldId?: string | null;
|
|
2988
|
+
/** Indexes of the violated elements. */
|
|
2989
|
+
myReservationsFieldIndexes?: number[];
|
|
2990
|
+
}
|
|
2991
|
+
interface TableCombinationIdsDuplicationViolationViolation {
|
|
2992
|
+
/** Duplicated table ID. */
|
|
2993
|
+
tableCombinationId?: string;
|
|
2994
|
+
/** Indexes of the violated elements. */
|
|
2995
|
+
tableCombinationIndexes?: number[];
|
|
2996
|
+
}
|
|
2997
|
+
interface TableCombinationTableIdsDuplicationViolationViolation {
|
|
2998
|
+
/** Index of the table combination that contains not unique table IDs. */
|
|
2999
|
+
tableCombinationIndex?: number;
|
|
3000
|
+
/** Indexes of the violated elements. */
|
|
3001
|
+
tableIndexes?: number[];
|
|
3002
|
+
}
|
|
3003
|
+
interface NonExistentTablesInTableCombinationViolationViolation {
|
|
3004
|
+
/** Index of the table combination that contains non-existent table IDs. */
|
|
3005
|
+
tableCombinationIndex?: number;
|
|
3006
|
+
/** Indexes of the violated elements. */
|
|
3007
|
+
tableIndexes?: number[];
|
|
3008
|
+
}
|
|
3009
|
+
declare enum Type$1 {
|
|
3010
|
+
UNKNOWN = "UNKNOWN",
|
|
3011
|
+
RESERVATION_FIELD_NOT_EXIST = "RESERVATION_FIELD_NOT_EXIST",
|
|
3012
|
+
RESERVATION_FIELD_MUST_HAVE_TYPE = "RESERVATION_FIELD_MUST_HAVE_TYPE",
|
|
3013
|
+
CUSTOM_FIELD_NAMES_DUPLICATION = "CUSTOM_FIELD_NAMES_DUPLICATION",
|
|
3014
|
+
CUSTOM_FIELD_IDS_DUPLICATION = "CUSTOM_FIELD_IDS_DUPLICATION",
|
|
3015
|
+
TABLE_DEFINITION_NAMES_DUPLICATION = "TABLE_DEFINITION_NAMES_DUPLICATION",
|
|
3016
|
+
TABLE_DEFINITION_IDS_DUPLICATION = "TABLE_DEFINITION_IDS_DUPLICATION",
|
|
3017
|
+
TABLE_RESERVATION_INCORRECT_BOUNDARIES = "TABLE_RESERVATION_INCORRECT_BOUNDARIES",
|
|
3018
|
+
TABLE_DEFINITION_NOT_EXIST = "TABLE_DEFINITION_NOT_EXIST",
|
|
3019
|
+
TURNOVER_TIME_RULES_INTERSECT = "TURNOVER_TIME_RULES_INTERSECT",
|
|
3020
|
+
TURNOVER_TIME_RULES_INCORRECT_BOUNDARIES = "TURNOVER_TIME_RULES_INCORRECT_BOUNDARIES",
|
|
3021
|
+
MINIMUM_RESERVATION_NOTICE_PERIOD = "MINIMUM_RESERVATION_NOTICE_PERIOD",
|
|
3022
|
+
TABLE_COMBINATION_IDS_DUPLICATION = "TABLE_COMBINATION_IDS_DUPLICATION",
|
|
3023
|
+
TABLE_COMBINATION_TABLE_IDS_DUPLICATION = "TABLE_COMBINATION_TABLE_IDS_DUPLICATION",
|
|
3024
|
+
TABLE_COMBINATION_TABLE_IDS_COMBINATION_DUPLICATION = "TABLE_COMBINATION_TABLE_IDS_COMBINATION_DUPLICATION",
|
|
3025
|
+
TABLE_COMBINATION_NOT_EXIST = "TABLE_COMBINATION_NOT_EXIST",
|
|
3026
|
+
TABLE_COMBINATION_CONTAINS_LESS_THAN_2_TABLES = "TABLE_COMBINATION_CONTAINS_LESS_THAN_2_TABLES",
|
|
3027
|
+
TABLE_COMBINATION_MIN_MAX_SEATS = "TABLE_COMBINATION_MIN_MAX_SEATS",
|
|
3028
|
+
NON_EXISTENT_TABLES_IN_TABLE_COMBINATION = "NON_EXISTENT_TABLES_IN_TABLE_COMBINATION",
|
|
3029
|
+
PARTY_SIZE_AND_PARTIES_SIZE_ARE_DIFFERENT = "PARTY_SIZE_AND_PARTIES_SIZE_ARE_DIFFERENT",
|
|
3030
|
+
TURNOVER_TIME_RULES_AND_TURNOVER_RULES_ARE_DIFFERENT = "TURNOVER_TIME_RULES_AND_TURNOVER_RULES_ARE_DIFFERENT",
|
|
3031
|
+
TURNOVER_RULES_INTERSECT = "TURNOVER_RULES_INTERSECT",
|
|
3032
|
+
TURNOVER_RULES_INCORRECT_BOUNDARIES = "TURNOVER_RULES_INCORRECT_BOUNDARIES",
|
|
3033
|
+
PARTIES_SIZE_MIN_GREATER_THAN_MAX = "PARTIES_SIZE_MIN_GREATER_THAN_MAX",
|
|
3034
|
+
PARTY_SIZE_MIN_GREATER_THAN_MAX = "PARTY_SIZE_MIN_GREATER_THAN_MAX",
|
|
3035
|
+
MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTIES_SIZE = "MANUAL_APPROVAL_THRESHOLD_OUTSIDE_PARTIES_SIZE",
|
|
3036
|
+
BUSINESS_SCHEDULE_TIME_PERIOD_INVALID = "BUSINESS_SCHEDULE_TIME_PERIOD_INVALID",
|
|
3037
|
+
BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_INVALID = "BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_INVALID",
|
|
3038
|
+
MY_RESERVATIONS_FIELDS_DUPLICATION = "MY_RESERVATIONS_FIELDS_DUPLICATION",
|
|
3039
|
+
TERMS_AND_CONDITIONS_VALUE_ABSENT = "TERMS_AND_CONDITIONS_VALUE_ABSENT",
|
|
3040
|
+
PRIVACY_POLICY_VALUE_ABSENT = "PRIVACY_POLICY_VALUE_ABSENT",
|
|
3041
|
+
DEFAULT_TURNOVER_TIME_ABSENT = "DEFAULT_TURNOVER_TIME_ABSENT",
|
|
3042
|
+
NOT_ALL_RESERVATION_FIELDS = "NOT_ALL_RESERVATION_FIELDS",
|
|
3043
|
+
TABLE_DEFINITION_INCORRECT_BOUNDARIES = "TABLE_DEFINITION_INCORRECT_BOUNDARIES",
|
|
3044
|
+
BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_END_BEFORE_START = "BUSINESS_SCHEDULE_SPECIAL_HOUR_PERIOD_END_BEFORE_START"
|
|
3045
|
+
}
|
|
3046
|
+
interface NotAllReservationFieldsViolation {
|
|
3047
|
+
/** Field types that are absent. */
|
|
3048
|
+
absentPredefinedFieldTypes?: FieldType[];
|
|
3049
|
+
/** Custom field IDs that are absent. */
|
|
3050
|
+
absentCustomFieldIds?: string[];
|
|
3051
|
+
}
|
|
3052
|
+
interface ReservationFieldNotExistViolation {
|
|
3053
|
+
/** Indexes of the fields that are absent. */
|
|
3054
|
+
indexes?: number[];
|
|
3055
|
+
}
|
|
3056
|
+
interface ReservationFieldMustHaveTypeViolation {
|
|
3057
|
+
/** Indexes of the fields that don't have types. */
|
|
3058
|
+
indexes?: number[];
|
|
3059
|
+
}
|
|
3060
|
+
interface CustomFieldNamesDuplicationViolation {
|
|
3061
|
+
/** Duplicated names. */
|
|
3062
|
+
names?: string[];
|
|
3063
|
+
}
|
|
3064
|
+
interface CustomFieldIdsDuplicationViolation {
|
|
3065
|
+
/** Duplicated IDs. */
|
|
3066
|
+
ids?: string[];
|
|
3067
|
+
}
|
|
3068
|
+
interface TableDefinitionNamesDuplicationViolation {
|
|
3069
|
+
/** Duplicated names. */
|
|
3070
|
+
names?: DuplicatedName[];
|
|
3071
|
+
}
|
|
3072
|
+
interface TableDefinitionIdsDuplicationViolation {
|
|
3073
|
+
/** Indexes of the violated elements. */
|
|
3074
|
+
ids?: DuplicatedId[];
|
|
3075
|
+
}
|
|
3076
|
+
interface TableDefinitionNotExistViolation {
|
|
3077
|
+
/** Indexes of the violated elements. */
|
|
3078
|
+
indexes?: number[];
|
|
3079
|
+
}
|
|
3080
|
+
interface TableDefinitionIncorrectBoundariesViolation {
|
|
3081
|
+
/** Indexes of the violated elements. */
|
|
3082
|
+
indexes?: number[];
|
|
3083
|
+
}
|
|
3084
|
+
interface TurnoverTimeRulesIntersectViolation {
|
|
3085
|
+
/** Violated rules. */
|
|
3086
|
+
rules?: TurnoverTimeRule[];
|
|
3087
|
+
}
|
|
3088
|
+
interface TurnoverTimeRulesIncorrectBoundariesViolation {
|
|
3089
|
+
/** Violated rules. */
|
|
3090
|
+
rules?: TurnoverTimeRule[];
|
|
3091
|
+
}
|
|
3092
|
+
interface TableCombinationIdsDuplicationViolation {
|
|
3093
|
+
/** List of violations. */
|
|
3094
|
+
violations?: TableCombinationIdsDuplicationViolationViolation[];
|
|
3095
|
+
}
|
|
3096
|
+
interface TableCombinationTableIdsDuplicationViolation {
|
|
3097
|
+
/** List of violations. */
|
|
3098
|
+
violations?: TableCombinationTableIdsDuplicationViolationViolation[];
|
|
3099
|
+
}
|
|
3100
|
+
interface TableCombinationTableIdsCombinationDuplicationViolation {
|
|
3101
|
+
/** Indexes of the violated elements. */
|
|
3102
|
+
indexes?: number[];
|
|
3103
|
+
}
|
|
3104
|
+
interface TableCombinationNotExistViolation {
|
|
3105
|
+
/** Indexes of the violated elements. */
|
|
3106
|
+
indexes?: number[];
|
|
3107
|
+
}
|
|
3108
|
+
interface TableCombinationContainsLessThan2TablesViolation {
|
|
3109
|
+
/** Indexes of the violated elements. */
|
|
3110
|
+
indexes?: number[];
|
|
3111
|
+
}
|
|
3112
|
+
interface TableCombinationMinMaxSeatsViolation {
|
|
3113
|
+
/** Indexes of the violated elements. */
|
|
3114
|
+
indexes?: number[];
|
|
3115
|
+
}
|
|
3116
|
+
interface NonExistentTablesInTableCombinationViolation {
|
|
3117
|
+
/** List of violations. */
|
|
3118
|
+
violations?: NonExistentTablesInTableCombinationViolationViolation[];
|
|
3119
|
+
}
|
|
3120
|
+
interface TurnoverRulesIntersectViolation {
|
|
3121
|
+
/** Violated rules. */
|
|
3122
|
+
rules?: TurnoverRule[];
|
|
3123
|
+
}
|
|
3124
|
+
interface TurnoverRulesIncorrectBoundariesViolation {
|
|
3125
|
+
/** Violated rules. */
|
|
3126
|
+
rules?: TurnoverRule[];
|
|
3127
|
+
}
|
|
3128
|
+
interface BusinessScheduleTimePeriodInvalidViolation {
|
|
3129
|
+
/** Positions of invalid time periods in array. */
|
|
3130
|
+
indexes?: number[];
|
|
3131
|
+
}
|
|
3132
|
+
interface BusinessScheduleSpecialHourPeriodInvalidViolation {
|
|
3133
|
+
/** Positions of invalid special hour periods in array. */
|
|
3134
|
+
indexes?: number[];
|
|
3135
|
+
}
|
|
3136
|
+
interface MyReservationsFieldsDuplicationViolation {
|
|
3137
|
+
/** Duplicated fields. */
|
|
3138
|
+
violations?: Violation[];
|
|
3139
|
+
}
|
|
3140
|
+
interface BusinessScheduleSpecialHourPeriodEndBeforeStartViolation {
|
|
3141
|
+
/** Positions of invalid special hour periods in array. */
|
|
3142
|
+
indexes?: number[];
|
|
3143
|
+
}
|
|
2865
3144
|
interface UpdateExtendedFieldsRequest {
|
|
2866
3145
|
/** ID of the entity to update. */
|
|
2867
3146
|
_id: string;
|
|
@@ -4633,6 +4912,9 @@ type index_d$1_AssignedFromFloatingReason = AssignedFromFloatingReason;
|
|
|
4633
4912
|
type index_d$1_BaseEventMetadata = BaseEventMetadata;
|
|
4634
4913
|
type index_d$1_BooleanFeature = BooleanFeature;
|
|
4635
4914
|
type index_d$1_BusinessSchedule = BusinessSchedule;
|
|
4915
|
+
type index_d$1_BusinessScheduleSpecialHourPeriodEndBeforeStartViolation = BusinessScheduleSpecialHourPeriodEndBeforeStartViolation;
|
|
4916
|
+
type index_d$1_BusinessScheduleSpecialHourPeriodInvalidViolation = BusinessScheduleSpecialHourPeriodInvalidViolation;
|
|
4917
|
+
type index_d$1_BusinessScheduleTimePeriodInvalidViolation = BusinessScheduleTimePeriodInvalidViolation;
|
|
4636
4918
|
type index_d$1_CancelRequestedReason = CancelRequestedReason;
|
|
4637
4919
|
type index_d$1_Categories = Categories;
|
|
4638
4920
|
type index_d$1_ChangeContext = ChangeContext;
|
|
@@ -4651,6 +4933,8 @@ type index_d$1_CursorPaging = CursorPaging;
|
|
|
4651
4933
|
type index_d$1_CursorPagingMetadata = CursorPagingMetadata;
|
|
4652
4934
|
type index_d$1_Cursors = Cursors;
|
|
4653
4935
|
type index_d$1_CustomFieldDefinition = CustomFieldDefinition;
|
|
4936
|
+
type index_d$1_CustomFieldIdsDuplicationViolation = CustomFieldIdsDuplicationViolation;
|
|
4937
|
+
type index_d$1_CustomFieldNamesDuplicationViolation = CustomFieldNamesDuplicationViolation;
|
|
4654
4938
|
type index_d$1_DayOfWeek = DayOfWeek;
|
|
4655
4939
|
declare const index_d$1_DayOfWeek: typeof DayOfWeek;
|
|
4656
4940
|
type index_d$1_DeleteContext = DeleteContext;
|
|
@@ -4660,6 +4944,8 @@ type index_d$1_DeleteStatus = DeleteStatus;
|
|
|
4660
4944
|
declare const index_d$1_DeleteStatus: typeof DeleteStatus;
|
|
4661
4945
|
type index_d$1_DomainEvent = DomainEvent;
|
|
4662
4946
|
type index_d$1_DomainEventBodyOneOf = DomainEventBodyOneOf;
|
|
4947
|
+
type index_d$1_DuplicatedId = DuplicatedId;
|
|
4948
|
+
type index_d$1_DuplicatedName = DuplicatedName;
|
|
4663
4949
|
type index_d$1_EmailMarketingCheckbox = EmailMarketingCheckbox;
|
|
4664
4950
|
type index_d$1_Empty = Empty;
|
|
4665
4951
|
type index_d$1_EntityCreatedEvent = EntityCreatedEvent;
|
|
@@ -4718,10 +5004,14 @@ type index_d$1_Mode = Mode;
|
|
|
4718
5004
|
declare const index_d$1_Mode: typeof Mode;
|
|
4719
5005
|
type index_d$1_Multilingual = Multilingual;
|
|
4720
5006
|
type index_d$1_MyReservationsField = MyReservationsField;
|
|
5007
|
+
type index_d$1_MyReservationsFieldsDuplicationViolation = MyReservationsFieldsDuplicationViolation;
|
|
4721
5008
|
type index_d$1_Namespace = Namespace;
|
|
4722
5009
|
declare const index_d$1_Namespace: typeof Namespace;
|
|
4723
5010
|
type index_d$1_NamespaceChanged = NamespaceChanged;
|
|
4724
5011
|
type index_d$1_NewFeatureReason = NewFeatureReason;
|
|
5012
|
+
type index_d$1_NonExistentTablesInTableCombinationViolation = NonExistentTablesInTableCombinationViolation;
|
|
5013
|
+
type index_d$1_NonExistentTablesInTableCombinationViolationViolation = NonExistentTablesInTableCombinationViolationViolation;
|
|
5014
|
+
type index_d$1_NotAllReservationFieldsViolation = NotAllReservationFieldsViolation;
|
|
4725
5015
|
type index_d$1_NoticePeriod = NoticePeriod;
|
|
4726
5016
|
type index_d$1_OldCustomField = OldCustomField;
|
|
4727
5017
|
type index_d$1_OldInstant = OldInstant;
|
|
@@ -4754,11 +5044,15 @@ type index_d$1_QuotaInfo = QuotaInfo;
|
|
|
4754
5044
|
type index_d$1_ReassignedFromSiteReason = ReassignedFromSiteReason;
|
|
4755
5045
|
type index_d$1_ReassignedToAnotherSiteReason = ReassignedToAnotherSiteReason;
|
|
4756
5046
|
type index_d$1_ReplacedByAnotherSubscriptionReason = ReplacedByAnotherSubscriptionReason;
|
|
5047
|
+
type index_d$1_ReservationFieldMustHaveTypeViolation = ReservationFieldMustHaveTypeViolation;
|
|
5048
|
+
type index_d$1_ReservationFieldNotExistViolation = ReservationFieldNotExistViolation;
|
|
4757
5049
|
type index_d$1_ReservationForm = ReservationForm;
|
|
4758
5050
|
type index_d$1_ReservationLocation = ReservationLocation;
|
|
4759
5051
|
type index_d$1_ReservationLocationCreatedEnvelope = ReservationLocationCreatedEnvelope;
|
|
4760
5052
|
type index_d$1_ReservationLocationNonNullableFields = ReservationLocationNonNullableFields;
|
|
4761
5053
|
type index_d$1_ReservationLocationUpdatedEnvelope = ReservationLocationUpdatedEnvelope;
|
|
5054
|
+
type index_d$1_ReservationLocationViolation = ReservationLocationViolation;
|
|
5055
|
+
type index_d$1_ReservationLocationViolationViolationOneOf = ReservationLocationViolationViolationOneOf;
|
|
4762
5056
|
type index_d$1_ReservationLocationsQueryBuilder = ReservationLocationsQueryBuilder;
|
|
4763
5057
|
type index_d$1_ReservationLocationsQueryResult = ReservationLocationsQueryResult;
|
|
4764
5058
|
type index_d$1_ReservationPayment = ReservationPayment;
|
|
@@ -4795,7 +5089,19 @@ type index_d$1_StreetAddress = StreetAddress;
|
|
|
4795
5089
|
type index_d$1_StudioAssigned = StudioAssigned;
|
|
4796
5090
|
type index_d$1_StudioUnassigned = StudioUnassigned;
|
|
4797
5091
|
type index_d$1_SupportedLanguage = SupportedLanguage;
|
|
5092
|
+
type index_d$1_TableCombinationContainsLessThan2TablesViolation = TableCombinationContainsLessThan2TablesViolation;
|
|
5093
|
+
type index_d$1_TableCombinationIdsDuplicationViolation = TableCombinationIdsDuplicationViolation;
|
|
5094
|
+
type index_d$1_TableCombinationIdsDuplicationViolationViolation = TableCombinationIdsDuplicationViolationViolation;
|
|
5095
|
+
type index_d$1_TableCombinationMinMaxSeatsViolation = TableCombinationMinMaxSeatsViolation;
|
|
5096
|
+
type index_d$1_TableCombinationNotExistViolation = TableCombinationNotExistViolation;
|
|
5097
|
+
type index_d$1_TableCombinationTableIdsCombinationDuplicationViolation = TableCombinationTableIdsCombinationDuplicationViolation;
|
|
5098
|
+
type index_d$1_TableCombinationTableIdsDuplicationViolation = TableCombinationTableIdsDuplicationViolation;
|
|
5099
|
+
type index_d$1_TableCombinationTableIdsDuplicationViolationViolation = TableCombinationTableIdsDuplicationViolationViolation;
|
|
4798
5100
|
type index_d$1_TableDefinition = TableDefinition;
|
|
5101
|
+
type index_d$1_TableDefinitionIdsDuplicationViolation = TableDefinitionIdsDuplicationViolation;
|
|
5102
|
+
type index_d$1_TableDefinitionIncorrectBoundariesViolation = TableDefinitionIncorrectBoundariesViolation;
|
|
5103
|
+
type index_d$1_TableDefinitionNamesDuplicationViolation = TableDefinitionNamesDuplicationViolation;
|
|
5104
|
+
type index_d$1_TableDefinitionNotExistViolation = TableDefinitionNotExistViolation;
|
|
4799
5105
|
type index_d$1_TableManagement = TableManagement;
|
|
4800
5106
|
type index_d$1_TablesDeleted = TablesDeleted;
|
|
4801
5107
|
type index_d$1_TermsAndConditions = TermsAndConditions;
|
|
@@ -4805,7 +5111,11 @@ type index_d$1_TransferredFromAnotherAccountReason = TransferredFromAnotherAccou
|
|
|
4805
5111
|
type index_d$1_TransferredToAnotherAccountReason = TransferredToAnotherAccountReason;
|
|
4806
5112
|
type index_d$1_Translation = Translation;
|
|
4807
5113
|
type index_d$1_TurnoverRule = TurnoverRule;
|
|
5114
|
+
type index_d$1_TurnoverRulesIncorrectBoundariesViolation = TurnoverRulesIncorrectBoundariesViolation;
|
|
5115
|
+
type index_d$1_TurnoverRulesIntersectViolation = TurnoverRulesIntersectViolation;
|
|
4808
5116
|
type index_d$1_TurnoverTimeRule = TurnoverTimeRule;
|
|
5117
|
+
type index_d$1_TurnoverTimeRulesIncorrectBoundariesViolation = TurnoverTimeRulesIncorrectBoundariesViolation;
|
|
5118
|
+
type index_d$1_TurnoverTimeRulesIntersectViolation = TurnoverTimeRulesIntersectViolation;
|
|
4809
5119
|
type index_d$1_URI = URI;
|
|
4810
5120
|
type index_d$1_UnAssingedToFloatingReason = UnAssingedToFloatingReason;
|
|
4811
5121
|
type index_d$1_Unit = Unit;
|
|
@@ -4821,6 +5131,7 @@ type index_d$1_UpdateReservationLocationResponseNonNullableFields = UpdateReserv
|
|
|
4821
5131
|
type index_d$1_V4SiteCreated = V4SiteCreated;
|
|
4822
5132
|
type index_d$1_Value = Value;
|
|
4823
5133
|
declare const index_d$1_Value: typeof Value;
|
|
5134
|
+
type index_d$1_Violation = Violation;
|
|
4824
5135
|
type index_d$1_WebhookIdentityType = WebhookIdentityType;
|
|
4825
5136
|
declare const index_d$1_WebhookIdentityType: typeof WebhookIdentityType;
|
|
4826
5137
|
type index_d$1__publicOnReservationLocationCreatedType = _publicOnReservationLocationCreatedType;
|
|
@@ -4833,7 +5144,7 @@ declare const index_d$1_queryReservationLocations: typeof queryReservationLocati
|
|
|
4833
5144
|
declare const index_d$1_updateExtendedFields: typeof updateExtendedFields;
|
|
4834
5145
|
declare const index_d$1_updateReservationLocation: typeof updateReservationLocation;
|
|
4835
5146
|
declare namespace index_d$1 {
|
|
4836
|
-
export { type index_d$1_ActionEvent as ActionEvent, type index_d$1_Address as Address, type index_d$1_AddressHint as AddressHint, type index_d$1_AddressLocation as AddressLocation, type index_d$1_App as App, type index_d$1_Approval as Approval, index_d$1_ApprovalMode as ApprovalMode, type index_d$1_ApprovalOptionsOneOf as ApprovalOptionsOneOf, type index_d$1_Asset as Asset, type index_d$1_AssignedFromFloatingReason as AssignedFromFloatingReason, type index_d$1_BaseEventMetadata as BaseEventMetadata, type index_d$1_BooleanFeature as BooleanFeature, type index_d$1_BusinessSchedule as BusinessSchedule, type index_d$1_CancelRequestedReason as CancelRequestedReason, type index_d$1_Categories as Categories, type index_d$1_ChangeContext as ChangeContext, type index_d$1_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type index_d$1_CheckReservationLocationsCreatedRequest as CheckReservationLocationsCreatedRequest, type index_d$1_CheckReservationLocationsCreatedResponse as CheckReservationLocationsCreatedResponse, type index_d$1_CommonBusinessSchedule as CommonBusinessSchedule, index_d$1_CommonDayOfWeek as CommonDayOfWeek, type index_d$1_CommonSpecialHourPeriod as CommonSpecialHourPeriod, type index_d$1_CommonTimePeriod as CommonTimePeriod, type index_d$1_Configuration as Configuration, type index_d$1_ConsentPolicy as ConsentPolicy, type index_d$1_ContractSwitchedReason as ContractSwitchedReason, type index_d$1_CursorPaging as CursorPaging, type index_d$1_CursorPagingMetadata as CursorPagingMetadata, type index_d$1_Cursors as Cursors, type index_d$1_CustomFieldDefinition as CustomFieldDefinition, index_d$1_DayOfWeek as DayOfWeek, type index_d$1_DeleteContext as DeleteContext, type index_d$1_DeleteOrphanReservationLocationRequest as DeleteOrphanReservationLocationRequest, type index_d$1_DeleteOrphanReservationLocationResponse as DeleteOrphanReservationLocationResponse, index_d$1_DeleteStatus as DeleteStatus, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$1_EmailMarketingCheckbox as EmailMarketingCheckbox, type index_d$1_Empty as Empty, type index_d$1_EntityCreatedEvent as EntityCreatedEvent, type index_d$1_EntityDeletedEvent as EntityDeletedEvent, type index_d$1_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$1_EventMetadata as EventMetadata, type index_d$1_ExtendedFields as ExtendedFields, type index_d$1_Feature as Feature, type index_d$1_FeatureCancelled as FeatureCancelled, type index_d$1_FeatureCancelledReasonOneOf as FeatureCancelledReasonOneOf, type index_d$1_FeatureContext as FeatureContext, type index_d$1_FeatureDisabled as FeatureDisabled, type index_d$1_FeatureDisabledReasonOneOf as FeatureDisabledReasonOneOf, type index_d$1_FeatureEnabled as FeatureEnabled, type index_d$1_FeatureEnabledReasonOneOf as FeatureEnabledReasonOneOf, type index_d$1_FeatureEvent as FeatureEvent, type index_d$1_FeatureEventEventOneOf as FeatureEventEventOneOf, index_d$1_FeaturePeriod as FeaturePeriod, type index_d$1_FeatureQuantityInfoOneOf as FeatureQuantityInfoOneOf, type index_d$1_FeatureUpdated as FeatureUpdated, type index_d$1_FeatureUpdatedPreviousQuantityInfoOneOf as FeatureUpdatedPreviousQuantityInfoOneOf, type index_d$1_FeatureUpdatedReasonOneOf as FeatureUpdatedReasonOneOf, index_d$1_FieldType as FieldType, type index_d$1_File as File, type index_d$1_GeoCoordinates as GeoCoordinates, type index_d$1_GetReservationLocationOptions as GetReservationLocationOptions, type index_d$1_GetReservationLocationRequest as GetReservationLocationRequest, type index_d$1_GetReservationLocationResponse as GetReservationLocationResponse, type index_d$1_GetReservationLocationResponseNonNullableFields as GetReservationLocationResponseNonNullableFields, type index_d$1_IdentificationData as IdentificationData, type index_d$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d$1_InvalidateCache as InvalidateCache, type index_d$1_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d$1_ListReservationLocationsOptions as ListReservationLocationsOptions, type index_d$1_ListReservationLocationsRequest as ListReservationLocationsRequest, type index_d$1_ListReservationLocationsResponse as ListReservationLocationsResponse, type index_d$1_ListReservationLocationsResponseNonNullableFields as ListReservationLocationsResponseNonNullableFields, type index_d$1_Locale as Locale, type index_d$1_Location as Location, type index_d$1_LocationAddress as LocationAddress, type index_d$1_ManualApproval as ManualApproval, type index_d$1_ManualApprovalValueOneOf as ManualApprovalValueOneOf, type index_d$1_ManualFeatureCreationReason as ManualFeatureCreationReason, type index_d$1_ManualForLargePartiesOptions as ManualForLargePartiesOptions, type index_d$1_MessageEnvelope as MessageEnvelope, type index_d$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d$1_MigrateOldRestaurantSettingsRequest as MigrateOldRestaurantSettingsRequest, type index_d$1_MigrateOldRestaurantSettingsResponse as MigrateOldRestaurantSettingsResponse, type index_d$1_MigratedFromLegacyReason as MigratedFromLegacyReason, type index_d$1_MigrationParsingError as MigrationParsingError, type index_d$1_MigrationResult as MigrationResult, index_d$1_Mode as Mode, type index_d$1_Multilingual as Multilingual, type index_d$1_MyReservationsField as MyReservationsField, index_d$1_Namespace as Namespace, type index_d$1_NamespaceChanged as NamespaceChanged, type index_d$1_NewFeatureReason as NewFeatureReason, type index_d$1_NoticePeriod as NoticePeriod, type index_d$1_OldCustomField as OldCustomField, type index_d$1_OldInstant as OldInstant, type index_d$1_OldPolicy as OldPolicy, type index_d$1_OldScheduleException as OldScheduleException, type index_d$1_OldScheduleInterval as OldScheduleInterval, type index_d$1_OldTerms as OldTerms, type index_d$1_OnlineReservations as OnlineReservations, type index_d$1_Page as Page, type index_d$1_Paging as Paging, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_ParsedSettings as ParsedSettings, type index_d$1_PartiesSize as PartiesSize, type index_d$1_PartyPacing as PartyPacing, type index_d$1_PartySize as PartySize, index_d$1_PlacementType as PlacementType, type index_d$1_PrivacyPolicy as PrivacyPolicy, type index_d$1_PrivacyPolicyValueOneOf as PrivacyPolicyValueOneOf, type index_d$1_Properties as Properties, type index_d$1_PropertiesChange as PropertiesChange, type index_d$1_QueryReservationLocationsOptions as QueryReservationLocationsOptions, type index_d$1_QueryReservationLocationsRequest as QueryReservationLocationsRequest, type index_d$1_QueryReservationLocationsResponse as QueryReservationLocationsResponse, type index_d$1_QueryReservationLocationsResponseNonNullableFields as QueryReservationLocationsResponseNonNullableFields, type index_d$1_QueryV2 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_QuotaFeature as QuotaFeature, type index_d$1_QuotaInfo as QuotaInfo, type index_d$1_ReassignedFromSiteReason as ReassignedFromSiteReason, type index_d$1_ReassignedToAnotherSiteReason as ReassignedToAnotherSiteReason, type index_d$1_ReplacedByAnotherSubscriptionReason as ReplacedByAnotherSubscriptionReason, type index_d$1_ReservationForm as ReservationForm, type index_d$1_ReservationLocation as ReservationLocation, type index_d$1_ReservationLocationCreatedEnvelope as ReservationLocationCreatedEnvelope, type index_d$1_ReservationLocationNonNullableFields as ReservationLocationNonNullableFields, type index_d$1_ReservationLocationUpdatedEnvelope as ReservationLocationUpdatedEnvelope, type index_d$1_ReservationLocationsQueryBuilder as ReservationLocationsQueryBuilder, type index_d$1_ReservationLocationsQueryResult as ReservationLocationsQueryResult, type index_d$1_ReservationPayment as ReservationPayment, index_d$1_ResolutionMethod as ResolutionMethod, type index_d$1_RestoreInfo as RestoreInfo, type index_d$1_SeatPacing as SeatPacing, type index_d$1_ServiceProvisioned as ServiceProvisioned, type index_d$1_ServiceRemoved as ServiceRemoved, index_d$1_Set as Set, type index_d$1_SiteCloned as SiteCloned, type index_d$1_SiteCreated as SiteCreated, index_d$1_SiteCreatedContext as SiteCreatedContext, type index_d$1_SiteDeleted as SiteDeleted, type index_d$1_SiteHardDeleted as SiteHardDeleted, type index_d$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$1_SitePropertiesEvent as SitePropertiesEvent, type index_d$1_SitePropertiesNotification as SitePropertiesNotification, type index_d$1_SitePublished as SitePublished, type index_d$1_SiteRenamed as SiteRenamed, type index_d$1_SiteTransferred as SiteTransferred, type index_d$1_SiteUndeleted as SiteUndeleted, type index_d$1_SiteUnpublished as SiteUnpublished, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_SpecialHourPeriod as SpecialHourPeriod, index_d$1_State as State, type index_d$1_StreetAddress as StreetAddress, type index_d$1_StudioAssigned as StudioAssigned, type index_d$1_StudioUnassigned as StudioUnassigned, type index_d$1_SupportedLanguage as SupportedLanguage, type TableCombination$1 as TableCombination, type index_d$1_TableDefinition as TableDefinition, type index_d$1_TableManagement as TableManagement, type index_d$1_TablesDeleted as TablesDeleted, type index_d$1_TermsAndConditions as TermsAndConditions, type index_d$1_TermsAndConditionsValueOneOf as TermsAndConditionsValueOneOf, type index_d$1_TimePeriod as TimePeriod, type index_d$1_TransferredFromAnotherAccountReason as TransferredFromAnotherAccountReason, type index_d$1_TransferredToAnotherAccountReason as TransferredToAnotherAccountReason, type index_d$1_Translation as Translation, type index_d$1_TurnoverRule as TurnoverRule, type index_d$1_TurnoverTimeRule as TurnoverTimeRule, type index_d$1_URI as URI, type index_d$1_UnAssingedToFloatingReason as UnAssingedToFloatingReason, index_d$1_Unit as Unit, type index_d$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type index_d$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type index_d$1_UpdateReservationLocation as UpdateReservationLocation, type index_d$1_UpdateReservationLocationRequest as UpdateReservationLocationRequest, type index_d$1_UpdateReservationLocationResponse as UpdateReservationLocationResponse, type index_d$1_UpdateReservationLocationResponseNonNullableFields as UpdateReservationLocationResponseNonNullableFields, type index_d$1_V4SiteCreated as V4SiteCreated, index_d$1_Value as Value, index_d$1_WebhookIdentityType as WebhookIdentityType, type index_d$1__publicOnReservationLocationCreatedType as _publicOnReservationLocationCreatedType, type index_d$1__publicOnReservationLocationUpdatedType as _publicOnReservationLocationUpdatedType, index_d$1_getReservationLocation as getReservationLocation, index_d$1_listReservationLocations as listReservationLocations, index_d$1_onReservationLocationCreated as onReservationLocationCreated, index_d$1_onReservationLocationUpdated as onReservationLocationUpdated, onReservationLocationCreated$1 as publicOnReservationLocationCreated, onReservationLocationUpdated$1 as publicOnReservationLocationUpdated, index_d$1_queryReservationLocations as queryReservationLocations, index_d$1_updateExtendedFields as updateExtendedFields, index_d$1_updateReservationLocation as updateReservationLocation };
|
|
5147
|
+
export { type index_d$1_ActionEvent as ActionEvent, type index_d$1_Address as Address, type index_d$1_AddressHint as AddressHint, type index_d$1_AddressLocation as AddressLocation, type index_d$1_App as App, type index_d$1_Approval as Approval, index_d$1_ApprovalMode as ApprovalMode, type index_d$1_ApprovalOptionsOneOf as ApprovalOptionsOneOf, type index_d$1_Asset as Asset, type index_d$1_AssignedFromFloatingReason as AssignedFromFloatingReason, type index_d$1_BaseEventMetadata as BaseEventMetadata, type index_d$1_BooleanFeature as BooleanFeature, type index_d$1_BusinessSchedule as BusinessSchedule, type index_d$1_BusinessScheduleSpecialHourPeriodEndBeforeStartViolation as BusinessScheduleSpecialHourPeriodEndBeforeStartViolation, type index_d$1_BusinessScheduleSpecialHourPeriodInvalidViolation as BusinessScheduleSpecialHourPeriodInvalidViolation, type index_d$1_BusinessScheduleTimePeriodInvalidViolation as BusinessScheduleTimePeriodInvalidViolation, type index_d$1_CancelRequestedReason as CancelRequestedReason, type index_d$1_Categories as Categories, type index_d$1_ChangeContext as ChangeContext, type index_d$1_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type index_d$1_CheckReservationLocationsCreatedRequest as CheckReservationLocationsCreatedRequest, type index_d$1_CheckReservationLocationsCreatedResponse as CheckReservationLocationsCreatedResponse, type index_d$1_CommonBusinessSchedule as CommonBusinessSchedule, index_d$1_CommonDayOfWeek as CommonDayOfWeek, type index_d$1_CommonSpecialHourPeriod as CommonSpecialHourPeriod, type index_d$1_CommonTimePeriod as CommonTimePeriod, type index_d$1_Configuration as Configuration, type index_d$1_ConsentPolicy as ConsentPolicy, type index_d$1_ContractSwitchedReason as ContractSwitchedReason, type index_d$1_CursorPaging as CursorPaging, type index_d$1_CursorPagingMetadata as CursorPagingMetadata, type index_d$1_Cursors as Cursors, type index_d$1_CustomFieldDefinition as CustomFieldDefinition, type index_d$1_CustomFieldIdsDuplicationViolation as CustomFieldIdsDuplicationViolation, type index_d$1_CustomFieldNamesDuplicationViolation as CustomFieldNamesDuplicationViolation, index_d$1_DayOfWeek as DayOfWeek, type index_d$1_DeleteContext as DeleteContext, type index_d$1_DeleteOrphanReservationLocationRequest as DeleteOrphanReservationLocationRequest, type index_d$1_DeleteOrphanReservationLocationResponse as DeleteOrphanReservationLocationResponse, index_d$1_DeleteStatus as DeleteStatus, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$1_DuplicatedId as DuplicatedId, type index_d$1_DuplicatedName as DuplicatedName, type index_d$1_EmailMarketingCheckbox as EmailMarketingCheckbox, type index_d$1_Empty as Empty, type index_d$1_EntityCreatedEvent as EntityCreatedEvent, type index_d$1_EntityDeletedEvent as EntityDeletedEvent, type index_d$1_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$1_EventMetadata as EventMetadata, type index_d$1_ExtendedFields as ExtendedFields, type index_d$1_Feature as Feature, type index_d$1_FeatureCancelled as FeatureCancelled, type index_d$1_FeatureCancelledReasonOneOf as FeatureCancelledReasonOneOf, type index_d$1_FeatureContext as FeatureContext, type index_d$1_FeatureDisabled as FeatureDisabled, type index_d$1_FeatureDisabledReasonOneOf as FeatureDisabledReasonOneOf, type index_d$1_FeatureEnabled as FeatureEnabled, type index_d$1_FeatureEnabledReasonOneOf as FeatureEnabledReasonOneOf, type index_d$1_FeatureEvent as FeatureEvent, type index_d$1_FeatureEventEventOneOf as FeatureEventEventOneOf, index_d$1_FeaturePeriod as FeaturePeriod, type index_d$1_FeatureQuantityInfoOneOf as FeatureQuantityInfoOneOf, type index_d$1_FeatureUpdated as FeatureUpdated, type index_d$1_FeatureUpdatedPreviousQuantityInfoOneOf as FeatureUpdatedPreviousQuantityInfoOneOf, type index_d$1_FeatureUpdatedReasonOneOf as FeatureUpdatedReasonOneOf, index_d$1_FieldType as FieldType, type index_d$1_File as File, type index_d$1_GeoCoordinates as GeoCoordinates, type index_d$1_GetReservationLocationOptions as GetReservationLocationOptions, type index_d$1_GetReservationLocationRequest as GetReservationLocationRequest, type index_d$1_GetReservationLocationResponse as GetReservationLocationResponse, type index_d$1_GetReservationLocationResponseNonNullableFields as GetReservationLocationResponseNonNullableFields, type index_d$1_IdentificationData as IdentificationData, type index_d$1_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d$1_InvalidateCache as InvalidateCache, type index_d$1_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d$1_ListReservationLocationsOptions as ListReservationLocationsOptions, type index_d$1_ListReservationLocationsRequest as ListReservationLocationsRequest, type index_d$1_ListReservationLocationsResponse as ListReservationLocationsResponse, type index_d$1_ListReservationLocationsResponseNonNullableFields as ListReservationLocationsResponseNonNullableFields, type index_d$1_Locale as Locale, type index_d$1_Location as Location, type index_d$1_LocationAddress as LocationAddress, type index_d$1_ManualApproval as ManualApproval, type index_d$1_ManualApprovalValueOneOf as ManualApprovalValueOneOf, type index_d$1_ManualFeatureCreationReason as ManualFeatureCreationReason, type index_d$1_ManualForLargePartiesOptions as ManualForLargePartiesOptions, type index_d$1_MessageEnvelope as MessageEnvelope, type index_d$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d$1_MigrateOldRestaurantSettingsRequest as MigrateOldRestaurantSettingsRequest, type index_d$1_MigrateOldRestaurantSettingsResponse as MigrateOldRestaurantSettingsResponse, type index_d$1_MigratedFromLegacyReason as MigratedFromLegacyReason, type index_d$1_MigrationParsingError as MigrationParsingError, type index_d$1_MigrationResult as MigrationResult, index_d$1_Mode as Mode, type index_d$1_Multilingual as Multilingual, type index_d$1_MyReservationsField as MyReservationsField, type index_d$1_MyReservationsFieldsDuplicationViolation as MyReservationsFieldsDuplicationViolation, index_d$1_Namespace as Namespace, type index_d$1_NamespaceChanged as NamespaceChanged, type index_d$1_NewFeatureReason as NewFeatureReason, type index_d$1_NonExistentTablesInTableCombinationViolation as NonExistentTablesInTableCombinationViolation, type index_d$1_NonExistentTablesInTableCombinationViolationViolation as NonExistentTablesInTableCombinationViolationViolation, type index_d$1_NotAllReservationFieldsViolation as NotAllReservationFieldsViolation, type index_d$1_NoticePeriod as NoticePeriod, type index_d$1_OldCustomField as OldCustomField, type index_d$1_OldInstant as OldInstant, type index_d$1_OldPolicy as OldPolicy, type index_d$1_OldScheduleException as OldScheduleException, type index_d$1_OldScheduleInterval as OldScheduleInterval, type index_d$1_OldTerms as OldTerms, type index_d$1_OnlineReservations as OnlineReservations, type index_d$1_Page as Page, type index_d$1_Paging as Paging, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_ParsedSettings as ParsedSettings, type index_d$1_PartiesSize as PartiesSize, type index_d$1_PartyPacing as PartyPacing, type index_d$1_PartySize as PartySize, index_d$1_PlacementType as PlacementType, type index_d$1_PrivacyPolicy as PrivacyPolicy, type index_d$1_PrivacyPolicyValueOneOf as PrivacyPolicyValueOneOf, type index_d$1_Properties as Properties, type index_d$1_PropertiesChange as PropertiesChange, type index_d$1_QueryReservationLocationsOptions as QueryReservationLocationsOptions, type index_d$1_QueryReservationLocationsRequest as QueryReservationLocationsRequest, type index_d$1_QueryReservationLocationsResponse as QueryReservationLocationsResponse, type index_d$1_QueryReservationLocationsResponseNonNullableFields as QueryReservationLocationsResponseNonNullableFields, type index_d$1_QueryV2 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_QuotaFeature as QuotaFeature, type index_d$1_QuotaInfo as QuotaInfo, type index_d$1_ReassignedFromSiteReason as ReassignedFromSiteReason, type index_d$1_ReassignedToAnotherSiteReason as ReassignedToAnotherSiteReason, type index_d$1_ReplacedByAnotherSubscriptionReason as ReplacedByAnotherSubscriptionReason, type index_d$1_ReservationFieldMustHaveTypeViolation as ReservationFieldMustHaveTypeViolation, type index_d$1_ReservationFieldNotExistViolation as ReservationFieldNotExistViolation, type index_d$1_ReservationForm as ReservationForm, type index_d$1_ReservationLocation as ReservationLocation, type index_d$1_ReservationLocationCreatedEnvelope as ReservationLocationCreatedEnvelope, type index_d$1_ReservationLocationNonNullableFields as ReservationLocationNonNullableFields, type index_d$1_ReservationLocationUpdatedEnvelope as ReservationLocationUpdatedEnvelope, type index_d$1_ReservationLocationViolation as ReservationLocationViolation, type index_d$1_ReservationLocationViolationViolationOneOf as ReservationLocationViolationViolationOneOf, type index_d$1_ReservationLocationsQueryBuilder as ReservationLocationsQueryBuilder, type index_d$1_ReservationLocationsQueryResult as ReservationLocationsQueryResult, type index_d$1_ReservationPayment as ReservationPayment, index_d$1_ResolutionMethod as ResolutionMethod, type index_d$1_RestoreInfo as RestoreInfo, type index_d$1_SeatPacing as SeatPacing, type index_d$1_ServiceProvisioned as ServiceProvisioned, type index_d$1_ServiceRemoved as ServiceRemoved, index_d$1_Set as Set, type index_d$1_SiteCloned as SiteCloned, type index_d$1_SiteCreated as SiteCreated, index_d$1_SiteCreatedContext as SiteCreatedContext, type index_d$1_SiteDeleted as SiteDeleted, type index_d$1_SiteHardDeleted as SiteHardDeleted, type index_d$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$1_SitePropertiesEvent as SitePropertiesEvent, type index_d$1_SitePropertiesNotification as SitePropertiesNotification, type index_d$1_SitePublished as SitePublished, type index_d$1_SiteRenamed as SiteRenamed, type index_d$1_SiteTransferred as SiteTransferred, type index_d$1_SiteUndeleted as SiteUndeleted, type index_d$1_SiteUnpublished as SiteUnpublished, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_SpecialHourPeriod as SpecialHourPeriod, index_d$1_State as State, type index_d$1_StreetAddress as StreetAddress, type index_d$1_StudioAssigned as StudioAssigned, type index_d$1_StudioUnassigned as StudioUnassigned, type index_d$1_SupportedLanguage as SupportedLanguage, type TableCombination$1 as TableCombination, type index_d$1_TableCombinationContainsLessThan2TablesViolation as TableCombinationContainsLessThan2TablesViolation, type index_d$1_TableCombinationIdsDuplicationViolation as TableCombinationIdsDuplicationViolation, type index_d$1_TableCombinationIdsDuplicationViolationViolation as TableCombinationIdsDuplicationViolationViolation, type index_d$1_TableCombinationMinMaxSeatsViolation as TableCombinationMinMaxSeatsViolation, type index_d$1_TableCombinationNotExistViolation as TableCombinationNotExistViolation, type index_d$1_TableCombinationTableIdsCombinationDuplicationViolation as TableCombinationTableIdsCombinationDuplicationViolation, type index_d$1_TableCombinationTableIdsDuplicationViolation as TableCombinationTableIdsDuplicationViolation, type index_d$1_TableCombinationTableIdsDuplicationViolationViolation as TableCombinationTableIdsDuplicationViolationViolation, type index_d$1_TableDefinition as TableDefinition, type index_d$1_TableDefinitionIdsDuplicationViolation as TableDefinitionIdsDuplicationViolation, type index_d$1_TableDefinitionIncorrectBoundariesViolation as TableDefinitionIncorrectBoundariesViolation, type index_d$1_TableDefinitionNamesDuplicationViolation as TableDefinitionNamesDuplicationViolation, type index_d$1_TableDefinitionNotExistViolation as TableDefinitionNotExistViolation, type index_d$1_TableManagement as TableManagement, type index_d$1_TablesDeleted as TablesDeleted, type index_d$1_TermsAndConditions as TermsAndConditions, type index_d$1_TermsAndConditionsValueOneOf as TermsAndConditionsValueOneOf, type index_d$1_TimePeriod as TimePeriod, type index_d$1_TransferredFromAnotherAccountReason as TransferredFromAnotherAccountReason, type index_d$1_TransferredToAnotherAccountReason as TransferredToAnotherAccountReason, type index_d$1_Translation as Translation, type index_d$1_TurnoverRule as TurnoverRule, type index_d$1_TurnoverRulesIncorrectBoundariesViolation as TurnoverRulesIncorrectBoundariesViolation, type index_d$1_TurnoverRulesIntersectViolation as TurnoverRulesIntersectViolation, type index_d$1_TurnoverTimeRule as TurnoverTimeRule, type index_d$1_TurnoverTimeRulesIncorrectBoundariesViolation as TurnoverTimeRulesIncorrectBoundariesViolation, type index_d$1_TurnoverTimeRulesIntersectViolation as TurnoverTimeRulesIntersectViolation, Type$1 as Type, type index_d$1_URI as URI, type index_d$1_UnAssingedToFloatingReason as UnAssingedToFloatingReason, index_d$1_Unit as Unit, type index_d$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type index_d$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type index_d$1_UpdateReservationLocation as UpdateReservationLocation, type index_d$1_UpdateReservationLocationRequest as UpdateReservationLocationRequest, type index_d$1_UpdateReservationLocationResponse as UpdateReservationLocationResponse, type index_d$1_UpdateReservationLocationResponseNonNullableFields as UpdateReservationLocationResponseNonNullableFields, type index_d$1_V4SiteCreated as V4SiteCreated, index_d$1_Value as Value, type index_d$1_Violation as Violation, index_d$1_WebhookIdentityType as WebhookIdentityType, type index_d$1__publicOnReservationLocationCreatedType as _publicOnReservationLocationCreatedType, type index_d$1__publicOnReservationLocationUpdatedType as _publicOnReservationLocationUpdatedType, index_d$1_getReservationLocation as getReservationLocation, index_d$1_listReservationLocations as listReservationLocations, index_d$1_onReservationLocationCreated as onReservationLocationCreated, index_d$1_onReservationLocationUpdated as onReservationLocationUpdated, onReservationLocationCreated$1 as publicOnReservationLocationCreated, onReservationLocationUpdated$1 as publicOnReservationLocationUpdated, index_d$1_queryReservationLocations as queryReservationLocations, index_d$1_updateExtendedFields as updateExtendedFields, index_d$1_updateReservationLocation as updateReservationLocation };
|
|
4837
5148
|
}
|
|
4838
5149
|
|
|
4839
5150
|
interface TimeSlot {
|