@matochmat/api-client 1.6.1 → 1.6.2-next.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs.js","sources":["../src/v2/bonusStampCode.ts","../src/v2/cateringDish.ts","../src/v2/cateringDishCategory.ts","../src/v2/cateringDishTab.ts","../src/v2/cateringFunctionality.ts","../src/v2/city.ts","../src/v2/cityUploadConnection.ts","../src/v2/coupon.ts","../src/v2/crawlingConfiguration.ts","../src/v2/crawlingConfigurationModel.ts","../src/v2/crawlingConfigurationTextContentStrategyType.ts","../src/v2/customer.ts","../src/v2/customerContact.ts","../src/v2/customerManagemement.ts","../src/v2/customerQuote.ts","../src/v2/customerQuoteUploadConnection.ts","../src/v2/deliveryInfo.ts","../src/v2/dinnerDish.ts","../src/v2/dinnerDishCategory.ts","../src/v2/dinnerDishTab.ts","../src/v2/dinnerFunctionality.ts","../src/v2/dinnerFunctionalityType.ts","../src/v2/displaySolutionV1Configuration.ts","../src/v2/dynamicContent.ts","../src/v2/emailTemplate.ts","../src/v2/firebaseDeviceRegistrationToken.ts","../src/v2/geodata.ts","../src/v2/integrationV1Configuration.ts","../src/v2/integrationV2Configuration.ts","../src/v2/lunchBox.ts","../src/v2/lunchBoxFunctionality.ts","../src/v2/lunchFunctionality.ts","../src/v2/menuCrawlerProxy.ts","../src/v2/notice.ts","../src/v2/notificationPreference.ts","../src/v2/openingHour.ts","../src/v2/order.ts","../src/v2/orderItem.ts","../src/v2/pdfV1Configuration.ts","../src/v2/pdfV1ConfigurationType.ts","../src/v2/pdfV2Configuration.ts","../src/v2/pdfV2ConfigurationType.ts","../src/v2/policy.ts","../src/v2/restaurant.ts","../src/v2/restaurantFunctionalityVisitibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseUploadConnection.ts","../src/v2/showcaseViewCount.ts","../src/v2/subscriptionPeriod.ts","../src/v2/systemSetting.ts","../src/v2/tableBooking.ts","../src/v2/takeAway.ts","../src/v2/teamMember.ts","../src/v2/teamMemberUploadConnection.ts","../src/v2/updatedByType.ts","../src/v2/upload.ts","../src/v2/user.ts"],"sourcesContent":["/**\n * API endpoint slug.\n */\nexport const apiV2BonusStampCodeApiEndpointSlug = 'bonus-stamp-codes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish endpoint.\n */\nexport type ApiV2CateringDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishCategoryId: number;\n};\n\n/**\n * The API response type for catering dishes.\n */\nexport type ApiV2CateringDishResponseType = ApiV2BaseResponseType<ApiV2CateringDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishApiEndpointSlug = 'catering-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishTabId: number;\n};\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishCategoryResponseType = ApiV2BaseResponseType<ApiV2CateringDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishCategoryApiEndpointSlug = 'catering-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishTabResponseType = ApiV2BaseResponseType<ApiV2CateringDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishTabApiEndpointSlug = 'catering-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the catering functionality endpoint.\n */\nexport type ApiV2CateringFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display catering menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * Text about catering conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * The email address to send catering requests to.\n\t */\n\trequestEmail: string;\n\n\t/**\n\t * Whether or not the restaurant has a catering venue available for hire.\n\t */\n\tvenueAvailable: boolean;\n\n\t/**\n\t * Text next to the venue image gallery.\n\t */\n\tvenueText: string;\n\n\t/**\n\t * Title shown above the venue text.\n\t */\n\tvenueTextTitle: string;\n};\n\n/**\n * The API response type for catering functionality items.\n */\nexport type ApiV2CateringFunctionalityResponseType = ApiV2BaseResponseType<ApiV2CateringFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringFunctionalityApiEndpointSlug = 'catering-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\nimport type { ApiV2CityUploadGroupingType } from '@matochmat/api-client/src/v2//cityUploadGrouping';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\n\n/**\n * Type for the individual array items in v2 of the API for the city endpoint.\n */\nexport type ApiV2CityType =\n{\n\t/**\n\t * Determines whether the city is active or not.\n\t * @deprecated This is no longer in use and you should instead look at the city type.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Determines whether the city has bonus stamp information active or not. Note that this is exactly that, a toggle for INFORMATION only. It does NOT change either visibility or functionality of bonus stamps if a restaurant in the city has them active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Marks bonus stamps as recently launched in this city to be able to display slightly different information.\n\t */\n\tbonusStampsRecentlyLaunched: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants active.\n\t */\n\tcateringFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants in sales mode.\n\t */\n\tcateringFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the catering list.\n\t */\n\tcateringIntroText: string;\n\n\t/**\n\t * String representation of when the city was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the city uses daily lunch tip functionality.\n\t */\n\tdailyLunchTipActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants active.\n\t */\n\tdinnerFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants in sales mode.\n\t */\n\tdinnerFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the dinner list.\n\t */\n\tdinnerIntroText: string;\n\n\t/**\n\t * Geodata information for the city.\n\t * @deprecated\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique ID for the city.\n\t */\n\tid: number;\n\n\t/**\n\t * Intro text to display on the functionality selection pages.\n\t */\n\tintroText: string;\n\n\t/**\n\t * String representation of the last time the city was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants active.\n\t */\n\tlunchBoxFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants in sales mode.\n\t */\n\tlunchBoxFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch box list.\n\t */\n\tlunchBoxIntroText: string;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants active.\n\t */\n\tlunchFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants in sales mode.\n\t */\n\tlunchFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch page.\n\t */\n\tlunchIntroText: string;\n\n\t/**\n\t * Readable name of the city.\n\t */\n\tname: string;\n\n\t/**\n\t * Determines whether or not to send a notification to the administrative personnel when a restaurant owner with a restaurant in this city logs in.\n\t */\n\tnotifyWhenRestaurantLogsIn: boolean;\n\n\t/**\n\t * Marks city as recently launched to be able to display slightly different information.\n\t */\n\trecentlyLaunched: boolean;\n\n\t/**\n\t * OG image for the city.\n\t */\n\tsharingImage: ApiV2CityUploadGroupingType;\n\n\t/**\n\t * Machine readable name of the city used in URLs among other places.\n\t */\n\tslug: string;\n};\n\n/**\n * The API response type for cities.\n */\nexport type ApiV2CityResponseType = ApiV2BaseResponseType<ApiV2CityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityApiEndpointSlug = 'cities';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CityUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * City ID upload belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcityUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityUploadConnectionApiEndpointSlug = 'city-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CouponApiEndpointSlug = 'coupons';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CrawlingConfigurationTextContentStrategyTypeType } from '@matochmat/api-client/src/v2/crawlingConfigurationTextContentStrategyType';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration endpoint.\n */\nexport type ApiV2CrawlingConfigurationType =\n{\n\t/**\n\t * Whether or not the functionality is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Additional prompt to send to the data processor.\n\t */\n\tadditionalPrompt: string;\n\n\t/**\n\t * Determines if the restaurant should be crawled even if a menu already exists.\n\t */\n\tcrawlEvenIfMenuExists: boolean;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Max tokens to use for parsing data.\n\t */\n\tmaxTokens: number;\n\n\t/**\n\t * Model to use for parsing data.\n\t */\n\tmodel: string;\n\n\t/**\n\t * Restaurant ID the functionality relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Strategy to use for getting text content.\n\t */\n\ttextContentStrategyTypeId: ApiV2CrawlingConfigurationTextContentStrategyTypeType[ 'id' ];\n\n\t/**\n\t * URL to crawl.\n\t */\n\turl: string;\n\n\t/**\n\t * Weekdays to crawl on.\n\t */\n\tweekdays: number[];\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationApiEndpointSlug = 'crawling-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration model endpoint.\n */\nexport type ApiV2CrawlingConfigurationModelType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n\n\t/**\n\t * Actual name used in the APIs.\n\t */\n\tslug: string;\n\n\t/**\n\t * Sort order. Lower for earlier.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * The API response type for crawling configuration models.\n */\nexport type ApiV2CrawlingConfigurationModelResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationModelType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationModelApiEndpointSlug = 'crawling-configuration-models';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration text content strategy type endpoint.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2|3;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationTextContentStrategyTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug = 'crawling-configuration-text-content-strategy-types';\n","/**\n * API endpoint slug for the entity.\n */\nexport const apiV2CustomerApiEndpointSlug = 'customers';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerContactApiEndpointSlug = 'customer-contacts';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerManagementApiEndpointSlug = 'customer-management';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CustomerQuoteUploadGroupingType } from '@matochmat/api-client/src/v2/customerQuoteUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the customer quote endpoint.\n */\nexport type ApiV2CustomerQuoteType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of which date the ad should stop displaying.\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Name of the quoted person.\n\t */\n\tname: string;\n\n\t/**\n\t * Profile image for the customer quote.\n\t */\n\tprofileImage: ApiV2CustomerQuoteUploadGroupingType;\n\n\t/**\n\t * Name of the role that the customer quote holds.\n\t */\n\tquoteText: string;\n\n\t/**\n\t * Name of the restaurant the quote is relevant for.\n\t */\n\trestaurantName: string;\n\n\t/**\n\t * Numeric sorting order to determine display order.\n\t */\n\tsortOrder: number;\n}\n\n/**\n * The API response type for customer quotes.\n */\nexport type ApiV2CustomerQuoteResponseType = ApiV2BaseResponseType<ApiV2CustomerQuoteType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteApiEndpointSlug = 'customer-quotes';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CustomerQuoteUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Customer quote ID upload belongs to.\n\t */\n\tcustomerQuoteId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcustomerQuoteUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteUploadConnectionApiEndpointSlug = 'customer-quote-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the delivery info endpoint.\n */\nexport type ApiV2DeliveryInfoType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the specific type of delivery info that's selected.\n\t */\n\tdeliveryInfoTypeId: number;\n\n\t/**\n\t * Delivery link.\n\t */\n\tdeliveryLink: string;\n\n\t/**\n\t * Email to use for delivery info.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the delivery info info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Informational text about delivery info conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for delivery info.\n */\nexport type ApiV2DeliveryInfoResponseType = ApiV2BaseResponseType<ApiV2DeliveryInfoType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DeliveryInfoApiEndpointSlug = 'delivery-info';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish endpoint.\n */\nexport type ApiV2DinnerDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishCategoryId: number;\n};\n\n/**\n * The API response type for dinner dishes.\n */\nexport type ApiV2DinnerDishResponseType = ApiV2BaseResponseType<ApiV2DinnerDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishApiEndpointSlug = 'dinner-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishTabId: number;\n};\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishCategoryResponseType = ApiV2BaseResponseType<ApiV2DinnerDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishCategoryApiEndpointSlug = 'dinner-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishTabResponseType = ApiV2BaseResponseType<ApiV2DinnerDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishTabApiEndpointSlug = 'dinner-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality endpoint.\n */\nexport type ApiV2DinnerFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display dinner menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Determines what type of dinner functionality to show.\n\t */\n\tdinnerFunctionalityTypeId: number;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdinnerMenuImage: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to use for external link type menus.\n\t */\n\tmenuLink: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the dinner.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for dinner functionality items.\n */\nexport type ApiV2DinnerFunctionalityResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityApiEndpointSlug = 'dinner-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality type endpoint.\n */\nexport type ApiV2DinnerFunctionalityTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2;\n\n\t/**\n\t * String representation of when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for dinner functionality types.\n */\nexport type ApiV2DinnerFunctionalityTypeResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityTypeApiEndpointSlug = 'dinner-functionality-types';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the display solution v1 configuration endpoint.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationType =\n{\n\t/**\n\t * Whether or not the display solution is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JSX for rendering the actual display solution. Note that as the name suggests this is JSX and not plain JS.\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Generic setup settings for the display solution.\n\t */\n\tsettings: string;\n};\n\n/**\n * The API response type for display solution v1 configurations.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2DisplaySolutionV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DisplaySolutionV1ConfigurationApiEndpointSlug = 'display-solution-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dynamic content endpoint.\n */\nexport type ApiV2DynamicContentType =\n{\n\t/**\n\t * Data for the dynamic content instance.\n\t */\n\tdata: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * TImestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the user that the entity belongs to.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for dynamic content.\n */\nexport type ApiV2DynamicContentResponseType = ApiV2BaseResponseType<ApiV2DynamicContentType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DynamicContentApiEndpointSlug = 'dynamic-content';\n","/**\n * API endpoint slug.\n */\nexport const apiV2EmailTemplateApiEndpointSlug = 'email-templates';\n","/**\n * API endpoint slug.\n */\nexport const apiV2FirebaseDeviceRegistrationTokenApiEndpointSlug = 'firebase-device-registration-tokens';\n","export type ApiV2GeodataType =\n{\n\t/**\n\t * Unused.\n\t * @deprecated\n\t */\n\tcityId: number;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t *\n\t */\n\tlatitude: string;\n\n\t/**\n\t *\n\t */\n\tlongitude: string;\n\n\t/**\n\t *\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The URL for the static map image.\n\t */\n\tstaticMapImageUrl: string;\n\n\t/**\n\t *\n\t */\n\tzoomLevel: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2GeodataApiEndpointSlug = 'geodata';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * The type of integration to display.\n\t */\n\tintegrationTypeId: 1|2|3;\n\n\t/**\n\t * Integration specific JS.\n\t */\n\tjs: string;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV1ConfigurationApiEndpointSlug = 'integration-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV2ConfigurationType =\n{\n\t/**\n\t * Whether or not the integration is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JS for preparing the page before the actual rendering. This should normally be left empty and used only for special scenarios where the site you're integrating isn't built dynamically enough to support rendering the integration to look the same as the rest of the page (hardcoded things, strict post type setups, etc.). Note that as the name suggests this is JSX to be used for setting up the necessary stuff beforehand and not JSX (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.renderJsx} instead).\n\t */\n\tpreRenderJs: string;\n\n\t/**\n\t * JSX for rendering the actual integration. Note that as the name suggests this is JSX and not plain JS (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.preRenderJs} instead).\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV2ConfigurationApiEndpointSlug = 'integration-v2-configurations';\n","/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxApiEndpointSlug = 'lunch-boxes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch box functionality endpoint.\n */\nexport type ApiV2LunchBoxFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Conditions for ordering lunch boxes.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Latest possible time for placing orders.\n\t */\n\tlatestOrderTime: string;\n\n\t/**\n\t * The email address to send confirmation emails to.\n\t */\n\torderConfirmationEmail: string;\n\n\t/**\n\t * Earliest time for picking up orders.\n\t */\n\tpickupTimeFrom: string;\n\n\t/**\n\t * Latest time for picking up orders.\n\t */\n\tpickupTimeTo: string;\n};\n\n/**\n * The API response type for lunch box functionality.\n */\nexport type ApiV2LunchBoxFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchBoxFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxFunctionalityApiEndpointSlug = 'lunch-box-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2LunchDishType } from '@matochmat/api-client/src/v2/lunchDish';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch functionality endpoint.\n */\nexport type ApiV2LunchFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Controls whether or not the restaurant has bonus stamps active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Text entered by the restaurant concerning which-if any-special conditions apply for getting bonus stamps.\n\t */\n\tbonusStampsConditionsText: string;\n\n\t/**\n\t * Date when the restaurant should be displayed as the daily lunch tip.\n\t */\n\tdailyLunchTipDate: string|null;\n\n\t/**\n\t * Date when the restaurant would've been displayed as the daily lunch tip but was intentionally skipped.\n\t */\n\tdailyLunchTipSkippedDate: string|null;\n\n\t/**\n\t * Default lunch menu data.\n\t */\n\tlunchDefault: ApiV2LunchDishType[];\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the lunch.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for lunch functionality.\n */\nexport type ApiV2LunchFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchFunctionalityApiEndpointSlug = 'lunch-functionality';\n","/**\n * Endpoint for the local API to connect with the menu crawler.\n */\nexport const apiV2MenuCrawlerProxyApiEndpointSlug = 'menu-crawler-proxy';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NoticeApiEndpointSlug = 'notices';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NotificationPreferenceApiEndpointSlug = 'notification-preferences';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the opening hour endpoint.\n */\nexport type ApiV2OpeningHourType =\n{\n\t/**\n\t * Time of day when the restaurant closes.\n\t */\n\tclosingTime: string;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the dinner functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tdinnerFunctionalityId: number|null;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Day of the week the opening hours are relevant for. This is ISO (not american) weekday number (not index).\n\t */\n\tisoWeekdayNumber: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the lunch box functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchBoxFunctionalityId: number|null;\n\n\t/**\n\t * ID of the lunch functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchFunctionalityId: number|null;\n\n\t/**\n\t * Whether or not the restaurant is open on this day.\n\t */\n\topen: boolean;\n\n\t/**\n\t * Time of day when the restaurant opens.\n\t */\n\topeningTime: string;\n};\n\n/**\n * The API response type for opening hour items.\n */\nexport type ApiV2OpeningHourResponseType = ApiV2BaseResponseType<ApiV2OpeningHourType[], number>;\n\n/**\n * API endpoint slug.\n */\n\nexport const apiV2OpeningHourApiEndpointSlug = 'opening-hours';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderItemApiEndpointSlug = 'order-items';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v1 configuration endpoint.\n */\nexport type ApiV2PdfV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom daily PDF menus.\n\t */\n\tdailyTemplate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV1ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom weekly PDF menus.\n\t */\n\tweeklyTemplate: string;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2PdfV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationApiEndpointSlug = 'pdf-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV1ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v1 configuration types.\n */\nexport type ApiV2PdfV1ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationTypeApiEndpointSlug = 'pdf-v1-configuration-types';\n\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v2 configuration endpoint.\n */\nexport type ApiV2PdfV2ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * The render JSX for the daily lunch menu (only relevant for custom PDFs).\n\t */\n\tdailyLunchMenuRenderJsx: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV2ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The render JSX for the weekly lunch menu (only relevant for custom PDFs).\n\t */\n\tweeklyLunchMenuRenderJsx: string;\n};\n\n/**\n * The API response type for integration v2 configurations.\n */\nexport type ApiV2PdfV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationApiEndpointSlug = 'pdf-v2-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV2ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v2 configuration types.\n */\nexport type ApiV2PdfV2ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationTypeApiEndpointSlug = 'pdf-v2-configuration-types';\n\n","/**\n * API endpoint slug.\n */\nexport const apiV2PolicyApiEndpointSlug = 'policies';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CateringFunctionalityType } from '@matochmat/api-client/src/v2/cateringFunctionality';\nimport type { ApiV2CrawlingConfigurationType } from '@matochmat/api-client/src/v2/crawlingConfiguration';\nimport type { ApiV2DeliveryInfoType } from '@matochmat/api-client/src/v2/deliveryInfo';\nimport type { ApiV2DinnerFunctionalityType } from '@matochmat/api-client/src/v2/dinnerFunctionality';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\nimport type { ApiV2LunchBoxFunctionalityType } from '@matochmat/api-client/src/v2/lunchBoxFunctionality';\nimport type { ApiV2LunchFunctionalityType } from '@matochmat/api-client/src/v2/lunchFunctionality';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\nimport type { ApiV2TableBookingType } from '@matochmat/api-client/src/v2/tableBooking';\nimport type { ApiV2TakeAwayType } from '@matochmat/api-client/src/v2/takeAway';\n\n/**\n * Type for the individual array items in v2 of the API for the restaurant endpoint.\n */\nexport type ApiV2RestaurantType =\n{\n\t/**\n\t * Text that describes the restaurant. Displays on the page to give lunch guests a bit of info and is commonly also used for page metadata.\n\t */\n\tabout: string;\n\n\t/**\n\t * String representation of the street address for the restaurant.\n\t */\n\taddress: string;\n\n\t/**\n\t *\n\t */\n\tcateringFunctionality: ApiV2CateringFunctionalityType;\n\n\t/**\n\t * City ID determining which city the restaurant belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * A compounded rating collected from different rating sites around the web.\n\t */\n\tcompoundRating: number|null;\n\n\t/**\n\t *\n\t */\n\tcrawlingConfiguration: ApiV2CrawlingConfigurationType;\n\n\t/**\n\t * String representation of when the restaurant was created.\n\t */\n\tcreated: null|string;\n\n\t/**\n\t * Customer ID determining which customer the restaurant belongs to.\n\t */\n\tcustomerId: number;\n\n\t/**\n\t * Delivery information.\n\t */\n\tdeliveryInfo: ApiV2DeliveryInfoType;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdetailsPageHeaderBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tdinnerFunctionality: ApiV2DinnerFunctionalityType;\n\n\t/**\n\t * Restaurant email. Used only for displaying to lunch guests and not for sending emails from the system.\n\t */\n\temail: string;\n\n\t/**\n\t * URL to the restaurant's Facebook page.\n\t */\n\tfacebook: string;\n\n\t/**\n\t * Geodata information to place the restaurant on the map.\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * URL to the restaurant's Instagram page.\n\t */\n\tinstagram: string;\n\n\t/**\n\t * Keywords to match against when searching. Not actually displayed on the page.\n\t */\n\tkeywords: string;\n\n\t/**\n\t * String representation of when the restaurant was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Background for the restaurant logotype.\n\t */\n\tlogotypeBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on image backgrounds.\n\t */\n\tlogotypeForImageBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on white backgrounds.\n\t */\n\tlogotypeForWhiteBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tlunchBoxFunctionality: ApiV2LunchBoxFunctionalityType;\n\n\t/**\n\t *\n\t */\n\tlunchFunctionality: ApiV2LunchFunctionalityType;\n\n\t/**\n\t * Name of the restaurant.\n\t */\n\tname: string;\n\n\t/**\n\t * Text shown below or in conjunction with name to convey further information. Useful when two restaurants have the same title but are located in different places or when a restaurant has changed name (for instance \"Loremrestaurangen (f.d. Ipsumrestaurangen)\").\n\t */\n\tnameSubtext: string;\n\n\t/**\n\t * Obfuscated unique ID. Used for legacy purposes only.\n\t * @deprecated Only used for legacy support for apps and third parties. In the long run we may consider removing this.\n\t * @see ID is now saved as a plain property.\n\t */\n\tobfuscatedId: string;\n\n\t/**\n\t * Determines which version of PDFs to use.\n\t */\n\tpdfVersion: 1|2;\n\n\t/**\n\t * Whether or not the restaurant is pending and awaiting approval.\n\t */\n\tpending: boolean;\n\n\t/**\n\t * Phone number to the restaurant.\n\t */\n\tphone: string;\n\n\t/**\n\t * Where the price range of the items the restaurant serves starts at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeFrom: number|null;\n\n\t/**\n\t * Where the price range of the items the restaurant serves ends at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeTo: number|null;\n\n\t/**\n\t * Tags the restaurant is connected to.\n\t */\n\trestaurantTagIds: number[];\n\n\t/**\n\t * Machine readable name of the restaurant.\n\t */\n\tslug: string;\n\n\t/**\n\t * Table booking info for the restaurant.\n\t */\n\ttableBooking: ApiV2TableBookingType;\n\n\t/**\n\t * Take away info for the restaurant.\n\t */\n\ttakeAway: ApiV2TakeAwayType;\n\n\t/**\n\t * Type for who updates the restaurant's menus.\n\t */\n\tupdatedByTypeId: 1|2|3;\n\n\t/**\n\t * URL to the restaurant's own website.\n\t */\n\twebsite: string;\n};\n\n/**\n * The API response type for restaurants.\n */\nexport type ApiV2RestaurantResponseType = ApiV2BaseResponseType<ApiV2RestaurantType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantApiEndpointSlug = 'restaurants';\n","/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantFunctionalityVisibilityTypeApiEndpointSlug = 'restaurant-functionality-visibility-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2RestaurantUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Background color for the upload.\n\t */\n\tbackgroundColor: string;\n\n\t/**\n\t * ID of the restaurant the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t *\n\t */\n\trestaurantUploadTypeId: number;\n\n\t/**\n\t * Sort order for the connection.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadConnectionApiEndpointSlug = 'restaurant-uploads';\n","import type { ApiV2RestaurantUploadConnectionType } from '@matochmat/api-client/src/v2/restaurantUploadConnection';\nimport type { ApiV2UploadGroupingType } from '@matochmat/api-client/src/v2/uploadGrouping';\n\nexport type ApiV2RestaurantUploadGroupingType = ApiV2UploadGroupingType<ApiV2RestaurantUploadConnectionType>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadGroupingApiEndpointSlug = 'restaurant-upload-groupings';\n","/**\n * API endpoint slug.\n */\nexport const apiV2SessionApiEndpointSlug = 'session';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2ShowcaseUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Showcase ID upload belongs to.\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tshowcaseUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseUploadConnectionApiEndpointSlug = 'showcase-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseViewCountApiEndpointSlug = 'showcase-view-counts';\n\n/**\n * Legacy support for an earlier variant having incorrect variable casing.\n */\nexport const apiV2ShowCaseViewCountApiEndpointSlug = apiV2ShowcaseViewCountApiEndpointSlug;\n","/**\n * API endpoint slug.\n */\nexport const apiV2SubscriptionPeriodApiEndpointSlug = 'subscription-periods';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\n\n/**\n * Type for available/allowed system settings.\n */\nexport type SystemSettingKeyType =\n'allowPositionFeaturesOutsideApp'|\n'appUpdateNoticeDismissButtonEnabled'|\n'appUpdateNoticeForVersionsOlderThan'|\n'appUpdateNoticeText'|\n'appUpdateNoticeTitle'|\n'autoCorrections'|\n'cateringRequestFormEnabled'|\n'cateringDefaultSortIsShuffled'|\n'dinnerDefaultSortIsShuffled'|\n'dinnerDishCategoryColumnSelectionEnabled'|\n'dinnerFunctionalityLinksEnabled'|\n'emptyMenuRemindersActive'|\n'faux404CityCateringPageText'|\n'faux404CityCateringPageTitle'|\n'faux404CityDinnerPageText'|\n'faux404CityDinnerPageTitle'|\n'faux404CityLunchBoxPageText'|\n'faux404CityLunchBoxPageTitle'|\n'faux404CityPageText'|\n'faux404CityPageTitle'|\n'getTheAppBannerActive'|\n'googleMapsApiKey'|\n'lunchBoxesNoticeDisplayTime'|\n'mapFunctionalityEnabled'|\n'promptUserToShareDialogActive'|\n'readShoppingCartDataFromStorage'|\n'showcaseMoreInformationContent'|\n'showcaseMoreInformationTitle'|\n'searchTagsEnabled'|\n'simulatedServerTimeShift'|\n'tellRestaurantAboutUsActive'|\n'tellUsAboutRestaurantActive';\n\n/**\n * Type for the individual array items in v2 of the API for the system settings endpoint.\n */\nexport type ApiV2SystemSettingType<T = unknown> =\n{\n\t/**\n\t * Whether or not the setting is backend only. This will still be sent to the frontend in some cases (admin editing etc.) which is why it's still available here.\n\t */\n\tbackendOnly?: boolean;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Key for the setting.\n\t */\n\tsettingKey: SystemSettingKeyType;\n\n\t/**\n\t * Value for the setting.\n\t */\n\tsettingValue: T;\n};\n\n/**\n * The API response type for system settings.\n */\nexport type ApiV2SystemSettingResponseType = ApiV2BaseResponseType<ApiV2SystemSettingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2SystemSettingApiEndpointSlug = 'system-settings';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the table booking endpoint.\n */\nexport type ApiV2TableBookingType =\n{\n\t/**\n\t * Booking link.\n\t */\n\tbookingLink: string;\n\n\t/**\n\t * Text about table booking conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email to use for table booking.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Link to use for iframe embeds of external table booking systems.\n\t */\n\tiframeLink: string;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the table booking info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the specific type of table booking that's selected.\n\t */\n\ttableBookingTypeId: number;\n\n\t/**\n\t * Informational text about table booking conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for table booking info.\n */\nexport type ApiV2TableBookingResponseType = ApiV2BaseResponseType<ApiV2TableBookingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TableBookingApiEndpointSlug = 'table-booking';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the take away endpoint.\n */\nexport type ApiV2TakeAwayType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email adress to be used for ordering take away.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number used for ordering take away.\n\t */\n\tphone: string;\n\n\t/**\n\t * Restaurant ID the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Link to external take away site.\n\t */\n\ttakeAwayLink: string;\n\n\t/**\n\t * ID of the specific type of take away that's selected.\n\t */\n\ttakeAwayTypeId: number;\n\n\t/**\n\t * Text to display to end users when displaying take away information.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for take away info.\n */\nexport type ApiV2TakeAwayResponseType = ApiV2BaseResponseType<ApiV2TakeAwayType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TakeAwayApiEndpointSlug = 'take-away';\n","/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberApiEndpointSlug = 'team-members';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2TeamMemberUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Team member ID upload belongs to.\n\t */\n\tteamMemberId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tteamMemberUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberUploadConnectionApiEndpointSlug = 'team-member-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2UpdatedByTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for \"Updated by\" types.\n */\nexport type ApiV2UpdatedByTypeResponseType = ApiV2BaseResponseType<ApiV2UpdatedByTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UpdatedByTypeApiEndpointSlug = 'updated-by-types';\n\n","export type ApiV2UploadType =\n{\n\t/**\n\t * Determines whether or not this uses our alternative OG image variant.\n\t */\n\talternativeOgImage: boolean;\n\n\t/**\n\t * Base name of the file.\n\t */\n\tbaseName: string;\n\n\t/**\n\t * File extension.\n\t */\n\textension: string;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Factor to use for modifying image max sizes in different parts of the system.\n\t */\n\tmaxSizeFactor: number;\n\n\t/**\n\t * Directory path to the file.\n\t */\n\tpath: string;\n\n\t/**\n\t * Timestamp for when the image was first uploaded.\n\t */\n\tuploaded: string;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UploadsApiEndpointSlug = 'uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2UserApiEndpointSlug = 'users';\n"],"names":[],"mappings":";;AAAA;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACgBlD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACHhD;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACTxD;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACiCnD;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC+FzD;;AAEG;AACI,MAAM,wBAAwB,GAAG;;ACvIxC;;AAEG;AACI,MAAM,wCAAwC,GAAG;;AClBxD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACkE1C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC7BzD;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACb9D;;AAEG;AACI,MAAM,gEAAgE,GAAG;;ACpChF;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACHnD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACwDtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC/CjD;;AAEG;AACI,MAAM,iDAAiD,GAAG;;ACwCjE;;AAEG;AACI,MAAM,gCAAgC,GAAG;;AC1ChD;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACH9C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACTtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC2CjD;;AAEG;AACI,MAAM,uCAAuC,GAAG;;AC7BvD;;AAEG;AACI,MAAM,2CAA2C,GAAG;;ACiB3D;;AAEG;AACI,MAAM,kDAAkD,GAAG;;ACvBlE;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACpClD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACHjD;;AAEG;AACI,MAAM,mDAAmD,GAAG;;AC8CnE;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACJ3C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACE9D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACxD9D;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACoC5C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;ACYzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACzDtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACHpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACH1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACnE/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACHzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACkD7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACiB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACrN9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACsBzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACH3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACYxD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;AClB5D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACRrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACwEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACVjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;AC7D5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACY9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.cjs.js","sources":["../src/v2/bonusStampCode.ts","../src/v2/cateringDish.ts","../src/v2/cateringDishCategory.ts","../src/v2/cateringDishTab.ts","../src/v2/cateringFunctionality.ts","../src/v2/city.ts","../src/v2/cityUploadConnection.ts","../src/v2/coupon.ts","../src/v2/crawlingConfiguration.ts","../src/v2/crawlingConfigurationModel.ts","../src/v2/crawlingConfigurationTextContentStrategyType.ts","../src/v2/customer.ts","../src/v2/customerContact.ts","../src/v2/customerManagemement.ts","../src/v2/customerQuote.ts","../src/v2/customerQuoteUploadConnection.ts","../src/v2/deliveryInfo.ts","../src/v2/dinnerDish.ts","../src/v2/dinnerDishCategory.ts","../src/v2/dinnerDishTab.ts","../src/v2/dinnerFunctionality.ts","../src/v2/dinnerFunctionalityType.ts","../src/v2/displaySolutionV1Configuration.ts","../src/v2/dynamicContent.ts","../src/v2/emailTemplate.ts","../src/v2/firebaseDeviceRegistrationToken.ts","../src/v2/geodata.ts","../src/v2/integrationV1Configuration.ts","../src/v2/integrationV2Configuration.ts","../src/v2/lunchBox.ts","../src/v2/lunchBoxFunctionality.ts","../src/v2/lunchFunctionality.ts","../src/v2/menuCrawlerProxy.ts","../src/v2/notice.ts","../src/v2/notificationPreference.ts","../src/v2/openingHour.ts","../src/v2/order.ts","../src/v2/orderItem.ts","../src/v2/pdfV1Configuration.ts","../src/v2/pdfV1ConfigurationType.ts","../src/v2/pdfV2Configuration.ts","../src/v2/pdfV2ConfigurationType.ts","../src/v2/policy.ts","../src/v2/restaurant.ts","../src/v2/restaurantFunctionalityVisitibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseUploadConnection.ts","../src/v2/showcaseViewCount.ts","../src/v2/subscriptionPeriod.ts","../src/v2/systemSetting.ts","../src/v2/tableBooking.ts","../src/v2/takeAway.ts","../src/v2/teamMember.ts","../src/v2/teamMemberUploadConnection.ts","../src/v2/updatedByType.ts","../src/v2/upload.ts","../src/v2/user.ts"],"sourcesContent":["/**\n * API endpoint slug.\n */\nexport const apiV2BonusStampCodeApiEndpointSlug = 'bonus-stamp-codes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish endpoint.\n */\nexport type ApiV2CateringDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishCategoryId: number;\n};\n\n/**\n * The API response type for catering dishes.\n */\nexport type ApiV2CateringDishResponseType = ApiV2BaseResponseType<ApiV2CateringDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishApiEndpointSlug = 'catering-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishTabId: number;\n};\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishCategoryResponseType = ApiV2BaseResponseType<ApiV2CateringDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishCategoryApiEndpointSlug = 'catering-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishTabResponseType = ApiV2BaseResponseType<ApiV2CateringDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishTabApiEndpointSlug = 'catering-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the catering functionality endpoint.\n */\nexport type ApiV2CateringFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display catering menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * Text about catering conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * The email address to send catering requests to.\n\t */\n\trequestEmail: string;\n\n\t/**\n\t * Whether or not the restaurant has a catering venue available for hire.\n\t */\n\tvenueAvailable: boolean;\n\n\t/**\n\t * Text next to the venue image gallery.\n\t */\n\tvenueText: string;\n\n\t/**\n\t * Title shown above the venue text.\n\t */\n\tvenueTextTitle: string;\n};\n\n/**\n * The API response type for catering functionality items.\n */\nexport type ApiV2CateringFunctionalityResponseType = ApiV2BaseResponseType<ApiV2CateringFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringFunctionalityApiEndpointSlug = 'catering-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\nimport type { ApiV2CityUploadGroupingType } from '@matochmat/api-client/src/v2//cityUploadGrouping';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\n\n/**\n * Type for the individual array items in v2 of the API for the city endpoint.\n */\nexport type ApiV2CityType =\n{\n\t/**\n\t * Determines whether the city is active or not.\n\t * @deprecated This is no longer in use and you should instead look at the city type.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Determines whether the city has bonus stamp information active or not. Note that this is exactly that, a toggle for INFORMATION only. It does NOT change either visibility or functionality of bonus stamps if a restaurant in the city has them active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Marks bonus stamps as recently launched in this city to be able to display slightly different information.\n\t */\n\tbonusStampsRecentlyLaunched: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants active.\n\t */\n\tcateringFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants in sales mode.\n\t */\n\tcateringFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the catering list.\n\t */\n\tcateringIntroText: string;\n\n\t/**\n\t * String representation of when the city was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the city uses daily lunch tip functionality.\n\t */\n\tdailyLunchTipActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants active.\n\t */\n\tdinnerFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants in sales mode.\n\t */\n\tdinnerFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the dinner list.\n\t */\n\tdinnerIntroText: string;\n\n\t/**\n\t * Geodata information for the city.\n\t * @deprecated\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique ID for the city.\n\t */\n\tid: number;\n\n\t/**\n\t * Intro text to display on the functionality selection pages.\n\t */\n\tintroText: string;\n\n\t/**\n\t * String representation of the last time the city was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants active.\n\t */\n\tlunchBoxFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants in sales mode.\n\t */\n\tlunchBoxFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch box list.\n\t */\n\tlunchBoxIntroText: string;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants active.\n\t */\n\tlunchFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants in sales mode.\n\t */\n\tlunchFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch page.\n\t */\n\tlunchIntroText: string;\n\n\t/**\n\t * Readable name of the city.\n\t */\n\tname: string;\n\n\t/**\n\t * Determines whether or not to send a notification to the administrative personnel when a restaurant owner with a restaurant in this city logs in.\n\t */\n\tnotifyWhenRestaurantLogsIn: boolean;\n\n\t/**\n\t * Marks city as recently launched to be able to display slightly different information.\n\t */\n\trecentlyLaunched: boolean;\n\n\t/**\n\t * OG image for the city.\n\t */\n\tsharingImage: ApiV2CityUploadGroupingType;\n\n\t/**\n\t * Machine readable name of the city used in URLs among other places.\n\t */\n\tslug: string;\n};\n\n/**\n * The API response type for cities.\n */\nexport type ApiV2CityResponseType = ApiV2BaseResponseType<ApiV2CityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityApiEndpointSlug = 'cities';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CityUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * City ID upload belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcityUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityUploadConnectionApiEndpointSlug = 'city-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CouponApiEndpointSlug = 'coupons';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CrawlingConfigurationTextContentStrategyTypeType } from '@matochmat/api-client/src/v2/crawlingConfigurationTextContentStrategyType';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration endpoint.\n */\nexport type ApiV2CrawlingConfigurationType =\n{\n\t/**\n\t * Whether or not the functionality is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Additional prompt to send to the data processor.\n\t */\n\tadditionalPrompt: string;\n\n\t/**\n\t * Determines if the restaurant should be crawled even if a menu already exists.\n\t */\n\tcrawlEvenIfMenuExists: boolean;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Max tokens to use for parsing data.\n\t */\n\tmaxTokens: number;\n\n\t/**\n\t * Model to use for parsing data.\n\t */\n\tmodel: string;\n\n\t/**\n\t * Restaurant ID the functionality relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Strategy to use for getting text content.\n\t */\n\ttextContentStrategyTypeId: ApiV2CrawlingConfigurationTextContentStrategyTypeType[ 'id' ];\n\n\t/**\n\t * URL to crawl.\n\t */\n\turl: string;\n\n\t/**\n\t * Weekdays to crawl on.\n\t */\n\tweekdays: number[];\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationApiEndpointSlug = 'crawling-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration model endpoint.\n */\nexport type ApiV2CrawlingConfigurationModelType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n\n\t/**\n\t * Actual name used in the APIs.\n\t */\n\tslug: string;\n\n\t/**\n\t * Sort order. Lower for earlier.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * The API response type for crawling configuration models.\n */\nexport type ApiV2CrawlingConfigurationModelResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationModelType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationModelApiEndpointSlug = 'crawling-configuration-models';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration text content strategy type endpoint.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2|3;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationTextContentStrategyTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug = 'crawling-configuration-text-content-strategy-types';\n","/**\n * API endpoint slug for the entity.\n */\nexport const apiV2CustomerApiEndpointSlug = 'customers';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerContactApiEndpointSlug = 'customer-contacts';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerManagementApiEndpointSlug = 'customer-management';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CustomerQuoteUploadGroupingType } from '@matochmat/api-client/src/v2/customerQuoteUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the customer quote endpoint.\n */\nexport type ApiV2CustomerQuoteType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of which date the ad should stop displaying.\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Name of the quoted person.\n\t */\n\tname: string;\n\n\t/**\n\t * Profile image for the customer quote.\n\t */\n\tprofileImage: ApiV2CustomerQuoteUploadGroupingType;\n\n\t/**\n\t * Name of the role that the customer quote holds.\n\t */\n\tquoteText: string;\n\n\t/**\n\t * Name of the restaurant the quote is relevant for.\n\t */\n\trestaurantName: string;\n\n\t/**\n\t * Numeric sorting order to determine display order.\n\t */\n\tsortOrder: number;\n}\n\n/**\n * The API response type for customer quotes.\n */\nexport type ApiV2CustomerQuoteResponseType = ApiV2BaseResponseType<ApiV2CustomerQuoteType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteApiEndpointSlug = 'customer-quotes';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CustomerQuoteUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Customer quote ID upload belongs to.\n\t */\n\tcustomerQuoteId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcustomerQuoteUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteUploadConnectionApiEndpointSlug = 'customer-quote-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the delivery info endpoint.\n */\nexport type ApiV2DeliveryInfoType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the specific type of delivery info that's selected.\n\t */\n\tdeliveryInfoTypeId: number;\n\n\t/**\n\t * Delivery link.\n\t */\n\tdeliveryLink: string;\n\n\t/**\n\t * Email to use for delivery info.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the delivery info info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Informational text about delivery info conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for delivery info.\n */\nexport type ApiV2DeliveryInfoResponseType = ApiV2BaseResponseType<ApiV2DeliveryInfoType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DeliveryInfoApiEndpointSlug = 'delivery-info';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish endpoint.\n */\nexport type ApiV2DinnerDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishCategoryId: number;\n};\n\n/**\n * The API response type for dinner dishes.\n */\nexport type ApiV2DinnerDishResponseType = ApiV2BaseResponseType<ApiV2DinnerDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishApiEndpointSlug = 'dinner-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishTabId: number;\n};\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishCategoryResponseType = ApiV2BaseResponseType<ApiV2DinnerDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishCategoryApiEndpointSlug = 'dinner-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishTabResponseType = ApiV2BaseResponseType<ApiV2DinnerDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishTabApiEndpointSlug = 'dinner-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality endpoint.\n */\nexport type ApiV2DinnerFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display dinner menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Determines what type of dinner functionality to show.\n\t */\n\tdinnerFunctionalityTypeId: number;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdinnerMenuImage: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to use for external link type menus.\n\t */\n\tmenuLink: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the dinner.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for dinner functionality items.\n */\nexport type ApiV2DinnerFunctionalityResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityApiEndpointSlug = 'dinner-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality type endpoint.\n */\nexport type ApiV2DinnerFunctionalityTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2;\n\n\t/**\n\t * String representation of when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for dinner functionality types.\n */\nexport type ApiV2DinnerFunctionalityTypeResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityTypeApiEndpointSlug = 'dinner-functionality-types';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the display solution v1 configuration endpoint.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationType =\n{\n\t/**\n\t * Whether or not the display solution is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JSX for rendering the actual display solution. Note that as the name suggests this is JSX and not plain JS.\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Generic setup settings for the display solution.\n\t */\n\tsettings: string;\n};\n\n/**\n * The API response type for display solution v1 configurations.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2DisplaySolutionV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DisplaySolutionV1ConfigurationApiEndpointSlug = 'display-solution-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dynamic content endpoint.\n */\nexport type ApiV2DynamicContentType =\n{\n\t/**\n\t * Data for the dynamic content instance.\n\t */\n\tdata: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * TImestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the user that the entity belongs to.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for dynamic content.\n */\nexport type ApiV2DynamicContentResponseType = ApiV2BaseResponseType<ApiV2DynamicContentType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DynamicContentApiEndpointSlug = 'dynamic-content';\n","/**\n * API endpoint slug.\n */\nexport const apiV2EmailTemplateApiEndpointSlug = 'email-templates';\n","/**\n * API endpoint slug.\n */\nexport const apiV2FirebaseDeviceRegistrationTokenApiEndpointSlug = 'firebase-device-registration-tokens';\n","export type ApiV2GeodataType =\n{\n\t/**\n\t * Unused.\n\t * @deprecated\n\t */\n\tcityId: number;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t *\n\t */\n\tlatitude: string;\n\n\t/**\n\t *\n\t */\n\tlongitude: string;\n\n\t/**\n\t *\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The URL for the static map image.\n\t */\n\tstaticMapImageUrl: string;\n\n\t/**\n\t *\n\t */\n\tzoomLevel: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2GeodataApiEndpointSlug = 'geodata';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * The type of integration to display.\n\t */\n\tintegrationTypeId: 1|2|3;\n\n\t/**\n\t * Integration specific JS.\n\t */\n\tjs: string;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV1ConfigurationApiEndpointSlug = 'integration-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV2ConfigurationType =\n{\n\t/**\n\t * Whether or not the integration is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JS for preparing the page before the actual rendering. This should normally be left empty and used only for special scenarios where the site you're integrating isn't built dynamically enough to support rendering the integration to look the same as the rest of the page (hardcoded things, strict post type setups, etc.). Note that as the name suggests this is JSX to be used for setting up the necessary stuff beforehand and not JSX (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.renderJsx} instead).\n\t */\n\tpreRenderJs: string;\n\n\t/**\n\t * JSX for rendering the actual integration. Note that as the name suggests this is JSX and not plain JS (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.preRenderJs} instead).\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV2ConfigurationApiEndpointSlug = 'integration-v2-configurations';\n","/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxApiEndpointSlug = 'lunch-boxes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch box functionality endpoint.\n */\nexport type ApiV2LunchBoxFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Conditions for ordering lunch boxes.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Latest possible time for placing orders.\n\t */\n\tlatestOrderTime: string;\n\n\t/**\n\t * The email address to send confirmation emails to.\n\t */\n\torderConfirmationEmail: string;\n\n\t/**\n\t * Earliest time for picking up orders.\n\t */\n\tpickupTimeFrom: string;\n\n\t/**\n\t * Latest time for picking up orders.\n\t */\n\tpickupTimeTo: string;\n};\n\n/**\n * The API response type for lunch box functionality.\n */\nexport type ApiV2LunchBoxFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchBoxFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxFunctionalityApiEndpointSlug = 'lunch-box-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2LunchDishType } from '@matochmat/api-client/src/v2/lunchDish';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch functionality endpoint.\n */\nexport type ApiV2LunchFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Controls whether or not the restaurant has bonus stamps active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Text entered by the restaurant concerning which-if any-special conditions apply for getting bonus stamps.\n\t */\n\tbonusStampsConditionsText: string;\n\n\t/**\n\t * Date when the restaurant should be displayed as the daily lunch tip.\n\t */\n\tdailyLunchTipDate: string|null;\n\n\t/**\n\t * Date when the restaurant would've been displayed as the daily lunch tip but was intentionally skipped.\n\t */\n\tdailyLunchTipSkippedDate: string|null;\n\n\t/**\n\t * Default lunch menu data.\n\t */\n\tlunchDefault: ApiV2LunchDishType[];\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the lunch.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for lunch functionality.\n */\nexport type ApiV2LunchFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchFunctionalityApiEndpointSlug = 'lunch-functionality';\n","/**\n * Endpoint for the local API to connect with the menu crawler.\n */\nexport const apiV2MenuCrawlerProxyApiEndpointSlug = 'menu-crawler-proxy';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NoticeApiEndpointSlug = 'notices';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NotificationPreferenceApiEndpointSlug = 'notification-preferences';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the opening hour endpoint.\n */\nexport type ApiV2OpeningHourType =\n{\n\t/**\n\t * Time of day when the restaurant closes.\n\t */\n\tclosingTime: string;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the dinner functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tdinnerFunctionalityId: number|null;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Day of the week the opening hours are relevant for. This is ISO (not american) weekday number (not index).\n\t */\n\tisoWeekdayNumber: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the lunch box functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchBoxFunctionalityId: number|null;\n\n\t/**\n\t * ID of the lunch functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchFunctionalityId: number|null;\n\n\t/**\n\t * Whether or not the restaurant is open on this day.\n\t */\n\topen: boolean;\n\n\t/**\n\t * Time of day when the restaurant opens.\n\t */\n\topeningTime: string;\n};\n\n/**\n * The API response type for opening hour items.\n */\nexport type ApiV2OpeningHourResponseType = ApiV2BaseResponseType<ApiV2OpeningHourType[], number>;\n\n/**\n * API endpoint slug.\n */\n\nexport const apiV2OpeningHourApiEndpointSlug = 'opening-hours';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderItemApiEndpointSlug = 'order-items';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v1 configuration endpoint.\n */\nexport type ApiV2PdfV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom daily PDF menus.\n\t */\n\tdailyTemplate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV1ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom weekly PDF menus.\n\t */\n\tweeklyTemplate: string;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2PdfV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationApiEndpointSlug = 'pdf-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV1ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v1 configuration types.\n */\nexport type ApiV2PdfV1ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationTypeApiEndpointSlug = 'pdf-v1-configuration-types';\n\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v2 configuration endpoint.\n */\nexport type ApiV2PdfV2ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * The render JSX for the daily lunch menu (only relevant for custom PDFs).\n\t */\n\tdailyLunchMenuRenderJsx: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV2ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The render JSX for the weekly lunch menu (only relevant for custom PDFs).\n\t */\n\tweeklyLunchMenuRenderJsx: string;\n};\n\n/**\n * The API response type for integration v2 configurations.\n */\nexport type ApiV2PdfV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationApiEndpointSlug = 'pdf-v2-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV2ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v2 configuration types.\n */\nexport type ApiV2PdfV2ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationTypeApiEndpointSlug = 'pdf-v2-configuration-types';\n\n","/**\n * API endpoint slug.\n */\nexport const apiV2PolicyApiEndpointSlug = 'policies';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CateringFunctionalityType } from '@matochmat/api-client/src/v2/cateringFunctionality';\nimport type { ApiV2CrawlingConfigurationType } from '@matochmat/api-client/src/v2/crawlingConfiguration';\nimport type { ApiV2DeliveryInfoType } from '@matochmat/api-client/src/v2/deliveryInfo';\nimport type { ApiV2DinnerFunctionalityType } from '@matochmat/api-client/src/v2/dinnerFunctionality';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\nimport type { ApiV2LunchBoxFunctionalityType } from '@matochmat/api-client/src/v2/lunchBoxFunctionality';\nimport type { ApiV2LunchFunctionalityType } from '@matochmat/api-client/src/v2/lunchFunctionality';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\nimport type { ApiV2TableBookingType } from '@matochmat/api-client/src/v2/tableBooking';\nimport type { ApiV2TakeAwayType } from '@matochmat/api-client/src/v2/takeAway';\n\n/**\n * Type for the individual array items in v2 of the API for the restaurant endpoint.\n */\nexport type ApiV2RestaurantType =\n{\n\t/**\n\t * Text that describes the restaurant. Displays on the page to give lunch guests a bit of info and is commonly also used for page metadata.\n\t */\n\tabout: string;\n\n\t/**\n\t * String representation of the street address for the restaurant.\n\t */\n\taddress: string;\n\n\t/**\n\t *\n\t */\n\tcateringFunctionality: ApiV2CateringFunctionalityType;\n\n\t/**\n\t * City ID determining which city the restaurant belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * A compounded rating collected from different rating sites around the web.\n\t */\n\tcompoundRating: number|null;\n\n\t/**\n\t *\n\t */\n\tcrawlingConfiguration: ApiV2CrawlingConfigurationType;\n\n\t/**\n\t * String representation of when the restaurant was created.\n\t */\n\tcreated: null|string;\n\n\t/**\n\t * Customer ID determining which customer the restaurant belongs to.\n\t */\n\tcustomerId: number;\n\n\t/**\n\t * Delivery information.\n\t */\n\tdeliveryInfo: ApiV2DeliveryInfoType;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdetailsPageHeaderBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tdinnerFunctionality: ApiV2DinnerFunctionalityType;\n\n\t/**\n\t * Restaurant email. Used only for displaying to lunch guests and not for sending emails from the system.\n\t */\n\temail: string;\n\n\t/**\n\t * URL to the restaurant's Facebook page.\n\t */\n\tfacebook: string;\n\n\t/**\n\t * Geodata information to place the restaurant on the map.\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * URL to the restaurant's Instagram page.\n\t */\n\tinstagram: string;\n\n\t/**\n\t * Keywords to match against when searching. Not actually displayed on the page.\n\t */\n\tkeywords: string;\n\n\t/**\n\t * String representation of when the restaurant was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Background for the restaurant logotype.\n\t */\n\tlogotypeBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on image backgrounds.\n\t */\n\tlogotypeForImageBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on white backgrounds.\n\t */\n\tlogotypeForWhiteBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tlunchBoxFunctionality: ApiV2LunchBoxFunctionalityType;\n\n\t/**\n\t *\n\t */\n\tlunchFunctionality: ApiV2LunchFunctionalityType;\n\n\t/**\n\t * Name of the restaurant.\n\t */\n\tname: string;\n\n\t/**\n\t * Text shown below or in conjunction with name to convey further information. Useful when two restaurants have the same title but are located in different places or when a restaurant has changed name (for instance \"Loremrestaurangen (f.d. Ipsumrestaurangen)\").\n\t */\n\tnameSubtext: string;\n\n\t/**\n\t * Obfuscated unique ID. Used for legacy purposes only.\n\t * @deprecated Only used for legacy support for apps and third parties. In the long run we may consider removing this.\n\t * @see ID is now saved as a plain property.\n\t */\n\tobfuscatedId: string;\n\n\t/**\n\t * Determines which version of PDFs to use.\n\t */\n\tpdfVersion: 1|2;\n\n\t/**\n\t * Whether or not the restaurant is pending and awaiting approval.\n\t */\n\tpending: boolean;\n\n\t/**\n\t * Phone number to the restaurant.\n\t */\n\tphone: string;\n\n\t/**\n\t * Where the price range of the items the restaurant serves starts at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeFrom: number|null;\n\n\t/**\n\t * Where the price range of the items the restaurant serves ends at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeTo: number|null;\n\n\t/**\n\t * Tags the restaurant is connected to.\n\t */\n\trestaurantTagIds: number[];\n\n\t/**\n\t * Machine readable name of the restaurant.\n\t */\n\tslug: string;\n\n\t/**\n\t * Table booking info for the restaurant.\n\t */\n\ttableBooking: ApiV2TableBookingType;\n\n\t/**\n\t * Take away info for the restaurant.\n\t */\n\ttakeAway: ApiV2TakeAwayType;\n\n\t/**\n\t * Type for who updates the restaurant's menus.\n\t */\n\tupdatedByTypeId: 1|2|3;\n\n\t/**\n\t * URL to the restaurant's own website.\n\t */\n\twebsite: string;\n};\n\n/**\n * The API response type for restaurants.\n */\nexport type ApiV2RestaurantResponseType = ApiV2BaseResponseType<ApiV2RestaurantType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantApiEndpointSlug = 'restaurants';\n","/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantFunctionalityVisibilityTypeApiEndpointSlug = 'restaurant-functionality-visibility-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2RestaurantUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Background color for the upload.\n\t */\n\tbackgroundColor: string;\n\n\t/**\n\t * ID of the restaurant the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t *\n\t */\n\trestaurantUploadTypeId: number;\n\n\t/**\n\t * Sort order for the connection.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadConnectionApiEndpointSlug = 'restaurant-uploads';\n","import type { ApiV2RestaurantUploadConnectionType } from '@matochmat/api-client/src/v2/restaurantUploadConnection';\nimport type { ApiV2UploadGroupingType } from '@matochmat/api-client/src/v2/uploadGrouping';\n\nexport type ApiV2RestaurantUploadGroupingType = ApiV2UploadGroupingType<ApiV2RestaurantUploadConnectionType>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadGroupingApiEndpointSlug = 'restaurant-upload-groupings';\n","/**\n * API endpoint slug.\n */\nexport const apiV2SessionApiEndpointSlug = 'session';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2ShowcaseUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Showcase ID upload belongs to.\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tshowcaseUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseUploadConnectionApiEndpointSlug = 'showcase-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseViewCountApiEndpointSlug = 'showcase-view-counts';\n\n/**\n * Legacy support for an earlier variant having incorrect variable casing.\n */\nexport const apiV2ShowCaseViewCountApiEndpointSlug = apiV2ShowcaseViewCountApiEndpointSlug;\n","/**\n * API endpoint slug.\n */\nexport const apiV2SubscriptionPeriodApiEndpointSlug = 'subscription-periods';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\n\n/**\n * Type for available/allowed system settings.\n */\nexport type SystemSettingKeyType =\n'allowPositionFeaturesOutsideApp'|\n'allowRestaurantsToUploadFiles'|\n'appUpdateNoticeDismissButtonEnabled'|\n'appUpdateNoticeForVersionsOlderThan'|\n'appUpdateNoticeText'|\n'appUpdateNoticeTitle'|\n'autoCorrections'|\n'cateringRequestFormEnabled'|\n'cateringDefaultSortIsShuffled'|\n'dinnerDefaultSortIsShuffled'|\n'dinnerDishCategoryColumnSelectionEnabled'|\n'dinnerFunctionalityLinksEnabled'|\n'emptyMenuRemindersActive'|\n'faux404CityCateringPageText'|\n'faux404CityCateringPageTitle'|\n'faux404CityDinnerPageText'|\n'faux404CityDinnerPageTitle'|\n'faux404CityLunchBoxPageText'|\n'faux404CityLunchBoxPageTitle'|\n'faux404CityPageText'|\n'faux404CityPageTitle'|\n'getTheAppBannerActive'|\n'googleMapsApiKey'|\n'lunchBoxesNoticeDisplayTime'|\n'mapFunctionalityEnabled'|\n'promptUserToShareDialogActive'|\n'readShoppingCartDataFromStorage'|\n'showcaseMoreInformationContent'|\n'showcaseMoreInformationTitle'|\n'searchTagsEnabled'|\n'simulatedServerTimeShift'|\n'tellRestaurantAboutUsActive'|\n'tellUsAboutRestaurantActive';\n\n/**\n * Type for the individual array items in v2 of the API for the system settings endpoint.\n */\nexport type ApiV2SystemSettingType<T = unknown> =\n{\n\t/**\n\t * Whether or not the setting is backend only. This will still be sent to the frontend in some cases (admin editing etc.) which is why it's still available here.\n\t */\n\tbackendOnly?: boolean;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Key for the setting.\n\t */\n\tsettingKey: SystemSettingKeyType;\n\n\t/**\n\t * Value for the setting.\n\t */\n\tsettingValue: T;\n};\n\n/**\n * The API response type for system settings.\n */\nexport type ApiV2SystemSettingResponseType = ApiV2BaseResponseType<ApiV2SystemSettingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2SystemSettingApiEndpointSlug = 'system-settings';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the table booking endpoint.\n */\nexport type ApiV2TableBookingType =\n{\n\t/**\n\t * Booking link.\n\t */\n\tbookingLink: string;\n\n\t/**\n\t * Text about table booking conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email to use for table booking.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Link to use for iframe embeds of external table booking systems.\n\t */\n\tiframeLink: string;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the table booking info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the specific type of table booking that's selected.\n\t */\n\ttableBookingTypeId: number;\n\n\t/**\n\t * Informational text about table booking conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for table booking info.\n */\nexport type ApiV2TableBookingResponseType = ApiV2BaseResponseType<ApiV2TableBookingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TableBookingApiEndpointSlug = 'table-booking';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the take away endpoint.\n */\nexport type ApiV2TakeAwayType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email adress to be used for ordering take away.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number used for ordering take away.\n\t */\n\tphone: string;\n\n\t/**\n\t * Restaurant ID the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Link to external take away site.\n\t */\n\ttakeAwayLink: string;\n\n\t/**\n\t * ID of the specific type of take away that's selected.\n\t */\n\ttakeAwayTypeId: number;\n\n\t/**\n\t * Text to display to end users when displaying take away information.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for take away info.\n */\nexport type ApiV2TakeAwayResponseType = ApiV2BaseResponseType<ApiV2TakeAwayType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TakeAwayApiEndpointSlug = 'take-away';\n","/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberApiEndpointSlug = 'team-members';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2TeamMemberUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Team member ID upload belongs to.\n\t */\n\tteamMemberId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tteamMemberUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberUploadConnectionApiEndpointSlug = 'team-member-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2UpdatedByTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for \"Updated by\" types.\n */\nexport type ApiV2UpdatedByTypeResponseType = ApiV2BaseResponseType<ApiV2UpdatedByTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UpdatedByTypeApiEndpointSlug = 'updated-by-types';\n\n","export type ApiV2UploadType =\n{\n\t/**\n\t * Determines whether or not this uses our alternative OG image variant.\n\t */\n\talternativeOgImage: boolean;\n\n\t/**\n\t * Base name of the file.\n\t */\n\tbaseName: string;\n\n\t/**\n\t * File extension.\n\t */\n\textension: string;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Factor to use for modifying image max sizes in different parts of the system.\n\t */\n\tmaxSizeFactor: number;\n\n\t/**\n\t * Directory path to the file.\n\t */\n\tpath: string;\n\n\t/**\n\t * Timestamp for when the image was first uploaded.\n\t */\n\tuploaded: string;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UploadsApiEndpointSlug = 'uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2UserApiEndpointSlug = 'users';\n"],"names":[],"mappings":";;AAAA;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACgBlD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACHhD;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACTxD;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACiCnD;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC+FzD;;AAEG;AACI,MAAM,wBAAwB,GAAG;;ACvIxC;;AAEG;AACI,MAAM,wCAAwC,GAAG;;AClBxD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACkE1C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC7BzD;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACb9D;;AAEG;AACI,MAAM,gEAAgE,GAAG;;ACpChF;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACHnD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACwDtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC/CjD;;AAEG;AACI,MAAM,iDAAiD,GAAG;;ACwCjE;;AAEG;AACI,MAAM,gCAAgC,GAAG;;AC1ChD;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACH9C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACTtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC2CjD;;AAEG;AACI,MAAM,uCAAuC,GAAG;;AC7BvD;;AAEG;AACI,MAAM,2CAA2C,GAAG;;ACiB3D;;AAEG;AACI,MAAM,kDAAkD,GAAG;;ACvBlE;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACpClD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACHjD;;AAEG;AACI,MAAM,mDAAmD,GAAG;;AC8CnE;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACJ3C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACE9D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACxD9D;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACoC5C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;ACYzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACzDtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACHpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACH1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACnE/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACHzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACkD7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACiB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACrN9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACsBzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACH3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACYxD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;AClB5D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACRrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACyEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACXjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;AC7D5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACY9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../src/v2/bonusStampCode.ts","../src/v2/cateringDish.ts","../src/v2/cateringDishCategory.ts","../src/v2/cateringDishTab.ts","../src/v2/cateringFunctionality.ts","../src/v2/city.ts","../src/v2/cityUploadConnection.ts","../src/v2/coupon.ts","../src/v2/crawlingConfiguration.ts","../src/v2/crawlingConfigurationModel.ts","../src/v2/crawlingConfigurationTextContentStrategyType.ts","../src/v2/customer.ts","../src/v2/customerContact.ts","../src/v2/customerManagemement.ts","../src/v2/customerQuote.ts","../src/v2/customerQuoteUploadConnection.ts","../src/v2/deliveryInfo.ts","../src/v2/dinnerDish.ts","../src/v2/dinnerDishCategory.ts","../src/v2/dinnerDishTab.ts","../src/v2/dinnerFunctionality.ts","../src/v2/dinnerFunctionalityType.ts","../src/v2/displaySolutionV1Configuration.ts","../src/v2/dynamicContent.ts","../src/v2/emailTemplate.ts","../src/v2/firebaseDeviceRegistrationToken.ts","../src/v2/geodata.ts","../src/v2/integrationV1Configuration.ts","../src/v2/integrationV2Configuration.ts","../src/v2/lunchBox.ts","../src/v2/lunchBoxFunctionality.ts","../src/v2/lunchFunctionality.ts","../src/v2/menuCrawlerProxy.ts","../src/v2/notice.ts","../src/v2/notificationPreference.ts","../src/v2/openingHour.ts","../src/v2/order.ts","../src/v2/orderItem.ts","../src/v2/pdfV1Configuration.ts","../src/v2/pdfV1ConfigurationType.ts","../src/v2/pdfV2Configuration.ts","../src/v2/pdfV2ConfigurationType.ts","../src/v2/policy.ts","../src/v2/restaurant.ts","../src/v2/restaurantFunctionalityVisitibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseUploadConnection.ts","../src/v2/showcaseViewCount.ts","../src/v2/subscriptionPeriod.ts","../src/v2/systemSetting.ts","../src/v2/tableBooking.ts","../src/v2/takeAway.ts","../src/v2/teamMember.ts","../src/v2/teamMemberUploadConnection.ts","../src/v2/updatedByType.ts","../src/v2/upload.ts","../src/v2/user.ts"],"sourcesContent":["/**\n * API endpoint slug.\n */\nexport const apiV2BonusStampCodeApiEndpointSlug = 'bonus-stamp-codes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish endpoint.\n */\nexport type ApiV2CateringDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishCategoryId: number;\n};\n\n/**\n * The API response type for catering dishes.\n */\nexport type ApiV2CateringDishResponseType = ApiV2BaseResponseType<ApiV2CateringDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishApiEndpointSlug = 'catering-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishTabId: number;\n};\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishCategoryResponseType = ApiV2BaseResponseType<ApiV2CateringDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishCategoryApiEndpointSlug = 'catering-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishTabResponseType = ApiV2BaseResponseType<ApiV2CateringDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishTabApiEndpointSlug = 'catering-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the catering functionality endpoint.\n */\nexport type ApiV2CateringFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display catering menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * Text about catering conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * The email address to send catering requests to.\n\t */\n\trequestEmail: string;\n\n\t/**\n\t * Whether or not the restaurant has a catering venue available for hire.\n\t */\n\tvenueAvailable: boolean;\n\n\t/**\n\t * Text next to the venue image gallery.\n\t */\n\tvenueText: string;\n\n\t/**\n\t * Title shown above the venue text.\n\t */\n\tvenueTextTitle: string;\n};\n\n/**\n * The API response type for catering functionality items.\n */\nexport type ApiV2CateringFunctionalityResponseType = ApiV2BaseResponseType<ApiV2CateringFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringFunctionalityApiEndpointSlug = 'catering-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\nimport type { ApiV2CityUploadGroupingType } from '@matochmat/api-client/src/v2//cityUploadGrouping';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\n\n/**\n * Type for the individual array items in v2 of the API for the city endpoint.\n */\nexport type ApiV2CityType =\n{\n\t/**\n\t * Determines whether the city is active or not.\n\t * @deprecated This is no longer in use and you should instead look at the city type.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Determines whether the city has bonus stamp information active or not. Note that this is exactly that, a toggle for INFORMATION only. It does NOT change either visibility or functionality of bonus stamps if a restaurant in the city has them active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Marks bonus stamps as recently launched in this city to be able to display slightly different information.\n\t */\n\tbonusStampsRecentlyLaunched: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants active.\n\t */\n\tcateringFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants in sales mode.\n\t */\n\tcateringFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the catering list.\n\t */\n\tcateringIntroText: string;\n\n\t/**\n\t * String representation of when the city was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the city uses daily lunch tip functionality.\n\t */\n\tdailyLunchTipActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants active.\n\t */\n\tdinnerFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants in sales mode.\n\t */\n\tdinnerFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the dinner list.\n\t */\n\tdinnerIntroText: string;\n\n\t/**\n\t * Geodata information for the city.\n\t * @deprecated\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique ID for the city.\n\t */\n\tid: number;\n\n\t/**\n\t * Intro text to display on the functionality selection pages.\n\t */\n\tintroText: string;\n\n\t/**\n\t * String representation of the last time the city was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants active.\n\t */\n\tlunchBoxFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants in sales mode.\n\t */\n\tlunchBoxFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch box list.\n\t */\n\tlunchBoxIntroText: string;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants active.\n\t */\n\tlunchFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants in sales mode.\n\t */\n\tlunchFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch page.\n\t */\n\tlunchIntroText: string;\n\n\t/**\n\t * Readable name of the city.\n\t */\n\tname: string;\n\n\t/**\n\t * Determines whether or not to send a notification to the administrative personnel when a restaurant owner with a restaurant in this city logs in.\n\t */\n\tnotifyWhenRestaurantLogsIn: boolean;\n\n\t/**\n\t * Marks city as recently launched to be able to display slightly different information.\n\t */\n\trecentlyLaunched: boolean;\n\n\t/**\n\t * OG image for the city.\n\t */\n\tsharingImage: ApiV2CityUploadGroupingType;\n\n\t/**\n\t * Machine readable name of the city used in URLs among other places.\n\t */\n\tslug: string;\n};\n\n/**\n * The API response type for cities.\n */\nexport type ApiV2CityResponseType = ApiV2BaseResponseType<ApiV2CityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityApiEndpointSlug = 'cities';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CityUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * City ID upload belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcityUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityUploadConnectionApiEndpointSlug = 'city-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CouponApiEndpointSlug = 'coupons';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CrawlingConfigurationTextContentStrategyTypeType } from '@matochmat/api-client/src/v2/crawlingConfigurationTextContentStrategyType';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration endpoint.\n */\nexport type ApiV2CrawlingConfigurationType =\n{\n\t/**\n\t * Whether or not the functionality is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Additional prompt to send to the data processor.\n\t */\n\tadditionalPrompt: string;\n\n\t/**\n\t * Determines if the restaurant should be crawled even if a menu already exists.\n\t */\n\tcrawlEvenIfMenuExists: boolean;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Max tokens to use for parsing data.\n\t */\n\tmaxTokens: number;\n\n\t/**\n\t * Model to use for parsing data.\n\t */\n\tmodel: string;\n\n\t/**\n\t * Restaurant ID the functionality relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Strategy to use for getting text content.\n\t */\n\ttextContentStrategyTypeId: ApiV2CrawlingConfigurationTextContentStrategyTypeType[ 'id' ];\n\n\t/**\n\t * URL to crawl.\n\t */\n\turl: string;\n\n\t/**\n\t * Weekdays to crawl on.\n\t */\n\tweekdays: number[];\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationApiEndpointSlug = 'crawling-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration model endpoint.\n */\nexport type ApiV2CrawlingConfigurationModelType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n\n\t/**\n\t * Actual name used in the APIs.\n\t */\n\tslug: string;\n\n\t/**\n\t * Sort order. Lower for earlier.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * The API response type for crawling configuration models.\n */\nexport type ApiV2CrawlingConfigurationModelResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationModelType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationModelApiEndpointSlug = 'crawling-configuration-models';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration text content strategy type endpoint.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2|3;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationTextContentStrategyTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug = 'crawling-configuration-text-content-strategy-types';\n","/**\n * API endpoint slug for the entity.\n */\nexport const apiV2CustomerApiEndpointSlug = 'customers';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerContactApiEndpointSlug = 'customer-contacts';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerManagementApiEndpointSlug = 'customer-management';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CustomerQuoteUploadGroupingType } from '@matochmat/api-client/src/v2/customerQuoteUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the customer quote endpoint.\n */\nexport type ApiV2CustomerQuoteType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of which date the ad should stop displaying.\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Name of the quoted person.\n\t */\n\tname: string;\n\n\t/**\n\t * Profile image for the customer quote.\n\t */\n\tprofileImage: ApiV2CustomerQuoteUploadGroupingType;\n\n\t/**\n\t * Name of the role that the customer quote holds.\n\t */\n\tquoteText: string;\n\n\t/**\n\t * Name of the restaurant the quote is relevant for.\n\t */\n\trestaurantName: string;\n\n\t/**\n\t * Numeric sorting order to determine display order.\n\t */\n\tsortOrder: number;\n}\n\n/**\n * The API response type for customer quotes.\n */\nexport type ApiV2CustomerQuoteResponseType = ApiV2BaseResponseType<ApiV2CustomerQuoteType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteApiEndpointSlug = 'customer-quotes';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CustomerQuoteUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Customer quote ID upload belongs to.\n\t */\n\tcustomerQuoteId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcustomerQuoteUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteUploadConnectionApiEndpointSlug = 'customer-quote-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the delivery info endpoint.\n */\nexport type ApiV2DeliveryInfoType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the specific type of delivery info that's selected.\n\t */\n\tdeliveryInfoTypeId: number;\n\n\t/**\n\t * Delivery link.\n\t */\n\tdeliveryLink: string;\n\n\t/**\n\t * Email to use for delivery info.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the delivery info info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Informational text about delivery info conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for delivery info.\n */\nexport type ApiV2DeliveryInfoResponseType = ApiV2BaseResponseType<ApiV2DeliveryInfoType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DeliveryInfoApiEndpointSlug = 'delivery-info';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish endpoint.\n */\nexport type ApiV2DinnerDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishCategoryId: number;\n};\n\n/**\n * The API response type for dinner dishes.\n */\nexport type ApiV2DinnerDishResponseType = ApiV2BaseResponseType<ApiV2DinnerDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishApiEndpointSlug = 'dinner-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishTabId: number;\n};\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishCategoryResponseType = ApiV2BaseResponseType<ApiV2DinnerDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishCategoryApiEndpointSlug = 'dinner-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishTabResponseType = ApiV2BaseResponseType<ApiV2DinnerDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishTabApiEndpointSlug = 'dinner-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality endpoint.\n */\nexport type ApiV2DinnerFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display dinner menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Determines what type of dinner functionality to show.\n\t */\n\tdinnerFunctionalityTypeId: number;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdinnerMenuImage: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to use for external link type menus.\n\t */\n\tmenuLink: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the dinner.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for dinner functionality items.\n */\nexport type ApiV2DinnerFunctionalityResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityApiEndpointSlug = 'dinner-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality type endpoint.\n */\nexport type ApiV2DinnerFunctionalityTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2;\n\n\t/**\n\t * String representation of when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for dinner functionality types.\n */\nexport type ApiV2DinnerFunctionalityTypeResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityTypeApiEndpointSlug = 'dinner-functionality-types';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the display solution v1 configuration endpoint.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationType =\n{\n\t/**\n\t * Whether or not the display solution is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JSX for rendering the actual display solution. Note that as the name suggests this is JSX and not plain JS.\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Generic setup settings for the display solution.\n\t */\n\tsettings: string;\n};\n\n/**\n * The API response type for display solution v1 configurations.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2DisplaySolutionV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DisplaySolutionV1ConfigurationApiEndpointSlug = 'display-solution-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dynamic content endpoint.\n */\nexport type ApiV2DynamicContentType =\n{\n\t/**\n\t * Data for the dynamic content instance.\n\t */\n\tdata: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * TImestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the user that the entity belongs to.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for dynamic content.\n */\nexport type ApiV2DynamicContentResponseType = ApiV2BaseResponseType<ApiV2DynamicContentType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DynamicContentApiEndpointSlug = 'dynamic-content';\n","/**\n * API endpoint slug.\n */\nexport const apiV2EmailTemplateApiEndpointSlug = 'email-templates';\n","/**\n * API endpoint slug.\n */\nexport const apiV2FirebaseDeviceRegistrationTokenApiEndpointSlug = 'firebase-device-registration-tokens';\n","export type ApiV2GeodataType =\n{\n\t/**\n\t * Unused.\n\t * @deprecated\n\t */\n\tcityId: number;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t *\n\t */\n\tlatitude: string;\n\n\t/**\n\t *\n\t */\n\tlongitude: string;\n\n\t/**\n\t *\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The URL for the static map image.\n\t */\n\tstaticMapImageUrl: string;\n\n\t/**\n\t *\n\t */\n\tzoomLevel: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2GeodataApiEndpointSlug = 'geodata';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * The type of integration to display.\n\t */\n\tintegrationTypeId: 1|2|3;\n\n\t/**\n\t * Integration specific JS.\n\t */\n\tjs: string;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV1ConfigurationApiEndpointSlug = 'integration-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV2ConfigurationType =\n{\n\t/**\n\t * Whether or not the integration is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JS for preparing the page before the actual rendering. This should normally be left empty and used only for special scenarios where the site you're integrating isn't built dynamically enough to support rendering the integration to look the same as the rest of the page (hardcoded things, strict post type setups, etc.). Note that as the name suggests this is JSX to be used for setting up the necessary stuff beforehand and not JSX (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.renderJsx} instead).\n\t */\n\tpreRenderJs: string;\n\n\t/**\n\t * JSX for rendering the actual integration. Note that as the name suggests this is JSX and not plain JS (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.preRenderJs} instead).\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV2ConfigurationApiEndpointSlug = 'integration-v2-configurations';\n","/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxApiEndpointSlug = 'lunch-boxes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch box functionality endpoint.\n */\nexport type ApiV2LunchBoxFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Conditions for ordering lunch boxes.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Latest possible time for placing orders.\n\t */\n\tlatestOrderTime: string;\n\n\t/**\n\t * The email address to send confirmation emails to.\n\t */\n\torderConfirmationEmail: string;\n\n\t/**\n\t * Earliest time for picking up orders.\n\t */\n\tpickupTimeFrom: string;\n\n\t/**\n\t * Latest time for picking up orders.\n\t */\n\tpickupTimeTo: string;\n};\n\n/**\n * The API response type for lunch box functionality.\n */\nexport type ApiV2LunchBoxFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchBoxFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxFunctionalityApiEndpointSlug = 'lunch-box-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2LunchDishType } from '@matochmat/api-client/src/v2/lunchDish';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch functionality endpoint.\n */\nexport type ApiV2LunchFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Controls whether or not the restaurant has bonus stamps active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Text entered by the restaurant concerning which-if any-special conditions apply for getting bonus stamps.\n\t */\n\tbonusStampsConditionsText: string;\n\n\t/**\n\t * Date when the restaurant should be displayed as the daily lunch tip.\n\t */\n\tdailyLunchTipDate: string|null;\n\n\t/**\n\t * Date when the restaurant would've been displayed as the daily lunch tip but was intentionally skipped.\n\t */\n\tdailyLunchTipSkippedDate: string|null;\n\n\t/**\n\t * Default lunch menu data.\n\t */\n\tlunchDefault: ApiV2LunchDishType[];\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the lunch.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for lunch functionality.\n */\nexport type ApiV2LunchFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchFunctionalityApiEndpointSlug = 'lunch-functionality';\n","/**\n * Endpoint for the local API to connect with the menu crawler.\n */\nexport const apiV2MenuCrawlerProxyApiEndpointSlug = 'menu-crawler-proxy';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NoticeApiEndpointSlug = 'notices';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NotificationPreferenceApiEndpointSlug = 'notification-preferences';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the opening hour endpoint.\n */\nexport type ApiV2OpeningHourType =\n{\n\t/**\n\t * Time of day when the restaurant closes.\n\t */\n\tclosingTime: string;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the dinner functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tdinnerFunctionalityId: number|null;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Day of the week the opening hours are relevant for. This is ISO (not american) weekday number (not index).\n\t */\n\tisoWeekdayNumber: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the lunch box functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchBoxFunctionalityId: number|null;\n\n\t/**\n\t * ID of the lunch functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchFunctionalityId: number|null;\n\n\t/**\n\t * Whether or not the restaurant is open on this day.\n\t */\n\topen: boolean;\n\n\t/**\n\t * Time of day when the restaurant opens.\n\t */\n\topeningTime: string;\n};\n\n/**\n * The API response type for opening hour items.\n */\nexport type ApiV2OpeningHourResponseType = ApiV2BaseResponseType<ApiV2OpeningHourType[], number>;\n\n/**\n * API endpoint slug.\n */\n\nexport const apiV2OpeningHourApiEndpointSlug = 'opening-hours';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderItemApiEndpointSlug = 'order-items';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v1 configuration endpoint.\n */\nexport type ApiV2PdfV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom daily PDF menus.\n\t */\n\tdailyTemplate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV1ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom weekly PDF menus.\n\t */\n\tweeklyTemplate: string;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2PdfV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationApiEndpointSlug = 'pdf-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV1ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v1 configuration types.\n */\nexport type ApiV2PdfV1ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationTypeApiEndpointSlug = 'pdf-v1-configuration-types';\n\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v2 configuration endpoint.\n */\nexport type ApiV2PdfV2ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * The render JSX for the daily lunch menu (only relevant for custom PDFs).\n\t */\n\tdailyLunchMenuRenderJsx: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV2ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The render JSX for the weekly lunch menu (only relevant for custom PDFs).\n\t */\n\tweeklyLunchMenuRenderJsx: string;\n};\n\n/**\n * The API response type for integration v2 configurations.\n */\nexport type ApiV2PdfV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationApiEndpointSlug = 'pdf-v2-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV2ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v2 configuration types.\n */\nexport type ApiV2PdfV2ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationTypeApiEndpointSlug = 'pdf-v2-configuration-types';\n\n","/**\n * API endpoint slug.\n */\nexport const apiV2PolicyApiEndpointSlug = 'policies';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CateringFunctionalityType } from '@matochmat/api-client/src/v2/cateringFunctionality';\nimport type { ApiV2CrawlingConfigurationType } from '@matochmat/api-client/src/v2/crawlingConfiguration';\nimport type { ApiV2DeliveryInfoType } from '@matochmat/api-client/src/v2/deliveryInfo';\nimport type { ApiV2DinnerFunctionalityType } from '@matochmat/api-client/src/v2/dinnerFunctionality';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\nimport type { ApiV2LunchBoxFunctionalityType } from '@matochmat/api-client/src/v2/lunchBoxFunctionality';\nimport type { ApiV2LunchFunctionalityType } from '@matochmat/api-client/src/v2/lunchFunctionality';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\nimport type { ApiV2TableBookingType } from '@matochmat/api-client/src/v2/tableBooking';\nimport type { ApiV2TakeAwayType } from '@matochmat/api-client/src/v2/takeAway';\n\n/**\n * Type for the individual array items in v2 of the API for the restaurant endpoint.\n */\nexport type ApiV2RestaurantType =\n{\n\t/**\n\t * Text that describes the restaurant. Displays on the page to give lunch guests a bit of info and is commonly also used for page metadata.\n\t */\n\tabout: string;\n\n\t/**\n\t * String representation of the street address for the restaurant.\n\t */\n\taddress: string;\n\n\t/**\n\t *\n\t */\n\tcateringFunctionality: ApiV2CateringFunctionalityType;\n\n\t/**\n\t * City ID determining which city the restaurant belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * A compounded rating collected from different rating sites around the web.\n\t */\n\tcompoundRating: number|null;\n\n\t/**\n\t *\n\t */\n\tcrawlingConfiguration: ApiV2CrawlingConfigurationType;\n\n\t/**\n\t * String representation of when the restaurant was created.\n\t */\n\tcreated: null|string;\n\n\t/**\n\t * Customer ID determining which customer the restaurant belongs to.\n\t */\n\tcustomerId: number;\n\n\t/**\n\t * Delivery information.\n\t */\n\tdeliveryInfo: ApiV2DeliveryInfoType;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdetailsPageHeaderBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tdinnerFunctionality: ApiV2DinnerFunctionalityType;\n\n\t/**\n\t * Restaurant email. Used only for displaying to lunch guests and not for sending emails from the system.\n\t */\n\temail: string;\n\n\t/**\n\t * URL to the restaurant's Facebook page.\n\t */\n\tfacebook: string;\n\n\t/**\n\t * Geodata information to place the restaurant on the map.\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * URL to the restaurant's Instagram page.\n\t */\n\tinstagram: string;\n\n\t/**\n\t * Keywords to match against when searching. Not actually displayed on the page.\n\t */\n\tkeywords: string;\n\n\t/**\n\t * String representation of when the restaurant was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Background for the restaurant logotype.\n\t */\n\tlogotypeBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on image backgrounds.\n\t */\n\tlogotypeForImageBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on white backgrounds.\n\t */\n\tlogotypeForWhiteBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tlunchBoxFunctionality: ApiV2LunchBoxFunctionalityType;\n\n\t/**\n\t *\n\t */\n\tlunchFunctionality: ApiV2LunchFunctionalityType;\n\n\t/**\n\t * Name of the restaurant.\n\t */\n\tname: string;\n\n\t/**\n\t * Text shown below or in conjunction with name to convey further information. Useful when two restaurants have the same title but are located in different places or when a restaurant has changed name (for instance \"Loremrestaurangen (f.d. Ipsumrestaurangen)\").\n\t */\n\tnameSubtext: string;\n\n\t/**\n\t * Obfuscated unique ID. Used for legacy purposes only.\n\t * @deprecated Only used for legacy support for apps and third parties. In the long run we may consider removing this.\n\t * @see ID is now saved as a plain property.\n\t */\n\tobfuscatedId: string;\n\n\t/**\n\t * Determines which version of PDFs to use.\n\t */\n\tpdfVersion: 1|2;\n\n\t/**\n\t * Whether or not the restaurant is pending and awaiting approval.\n\t */\n\tpending: boolean;\n\n\t/**\n\t * Phone number to the restaurant.\n\t */\n\tphone: string;\n\n\t/**\n\t * Where the price range of the items the restaurant serves starts at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeFrom: number|null;\n\n\t/**\n\t * Where the price range of the items the restaurant serves ends at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeTo: number|null;\n\n\t/**\n\t * Tags the restaurant is connected to.\n\t */\n\trestaurantTagIds: number[];\n\n\t/**\n\t * Machine readable name of the restaurant.\n\t */\n\tslug: string;\n\n\t/**\n\t * Table booking info for the restaurant.\n\t */\n\ttableBooking: ApiV2TableBookingType;\n\n\t/**\n\t * Take away info for the restaurant.\n\t */\n\ttakeAway: ApiV2TakeAwayType;\n\n\t/**\n\t * Type for who updates the restaurant's menus.\n\t */\n\tupdatedByTypeId: 1|2|3;\n\n\t/**\n\t * URL to the restaurant's own website.\n\t */\n\twebsite: string;\n};\n\n/**\n * The API response type for restaurants.\n */\nexport type ApiV2RestaurantResponseType = ApiV2BaseResponseType<ApiV2RestaurantType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantApiEndpointSlug = 'restaurants';\n","/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantFunctionalityVisibilityTypeApiEndpointSlug = 'restaurant-functionality-visibility-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2RestaurantUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Background color for the upload.\n\t */\n\tbackgroundColor: string;\n\n\t/**\n\t * ID of the restaurant the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t *\n\t */\n\trestaurantUploadTypeId: number;\n\n\t/**\n\t * Sort order for the connection.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadConnectionApiEndpointSlug = 'restaurant-uploads';\n","import type { ApiV2RestaurantUploadConnectionType } from '@matochmat/api-client/src/v2/restaurantUploadConnection';\nimport type { ApiV2UploadGroupingType } from '@matochmat/api-client/src/v2/uploadGrouping';\n\nexport type ApiV2RestaurantUploadGroupingType = ApiV2UploadGroupingType<ApiV2RestaurantUploadConnectionType>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadGroupingApiEndpointSlug = 'restaurant-upload-groupings';\n","/**\n * API endpoint slug.\n */\nexport const apiV2SessionApiEndpointSlug = 'session';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2ShowcaseUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Showcase ID upload belongs to.\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tshowcaseUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseUploadConnectionApiEndpointSlug = 'showcase-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseViewCountApiEndpointSlug = 'showcase-view-counts';\n\n/**\n * Legacy support for an earlier variant having incorrect variable casing.\n */\nexport const apiV2ShowCaseViewCountApiEndpointSlug = apiV2ShowcaseViewCountApiEndpointSlug;\n","/**\n * API endpoint slug.\n */\nexport const apiV2SubscriptionPeriodApiEndpointSlug = 'subscription-periods';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\n\n/**\n * Type for available/allowed system settings.\n */\nexport type SystemSettingKeyType =\n'allowPositionFeaturesOutsideApp'|\n'appUpdateNoticeDismissButtonEnabled'|\n'appUpdateNoticeForVersionsOlderThan'|\n'appUpdateNoticeText'|\n'appUpdateNoticeTitle'|\n'autoCorrections'|\n'cateringRequestFormEnabled'|\n'cateringDefaultSortIsShuffled'|\n'dinnerDefaultSortIsShuffled'|\n'dinnerDishCategoryColumnSelectionEnabled'|\n'dinnerFunctionalityLinksEnabled'|\n'emptyMenuRemindersActive'|\n'faux404CityCateringPageText'|\n'faux404CityCateringPageTitle'|\n'faux404CityDinnerPageText'|\n'faux404CityDinnerPageTitle'|\n'faux404CityLunchBoxPageText'|\n'faux404CityLunchBoxPageTitle'|\n'faux404CityPageText'|\n'faux404CityPageTitle'|\n'getTheAppBannerActive'|\n'googleMapsApiKey'|\n'lunchBoxesNoticeDisplayTime'|\n'mapFunctionalityEnabled'|\n'promptUserToShareDialogActive'|\n'readShoppingCartDataFromStorage'|\n'showcaseMoreInformationContent'|\n'showcaseMoreInformationTitle'|\n'searchTagsEnabled'|\n'simulatedServerTimeShift'|\n'tellRestaurantAboutUsActive'|\n'tellUsAboutRestaurantActive';\n\n/**\n * Type for the individual array items in v2 of the API for the system settings endpoint.\n */\nexport type ApiV2SystemSettingType<T = unknown> =\n{\n\t/**\n\t * Whether or not the setting is backend only. This will still be sent to the frontend in some cases (admin editing etc.) which is why it's still available here.\n\t */\n\tbackendOnly?: boolean;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Key for the setting.\n\t */\n\tsettingKey: SystemSettingKeyType;\n\n\t/**\n\t * Value for the setting.\n\t */\n\tsettingValue: T;\n};\n\n/**\n * The API response type for system settings.\n */\nexport type ApiV2SystemSettingResponseType = ApiV2BaseResponseType<ApiV2SystemSettingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2SystemSettingApiEndpointSlug = 'system-settings';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the table booking endpoint.\n */\nexport type ApiV2TableBookingType =\n{\n\t/**\n\t * Booking link.\n\t */\n\tbookingLink: string;\n\n\t/**\n\t * Text about table booking conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email to use for table booking.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Link to use for iframe embeds of external table booking systems.\n\t */\n\tiframeLink: string;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the table booking info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the specific type of table booking that's selected.\n\t */\n\ttableBookingTypeId: number;\n\n\t/**\n\t * Informational text about table booking conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for table booking info.\n */\nexport type ApiV2TableBookingResponseType = ApiV2BaseResponseType<ApiV2TableBookingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TableBookingApiEndpointSlug = 'table-booking';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the take away endpoint.\n */\nexport type ApiV2TakeAwayType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email adress to be used for ordering take away.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number used for ordering take away.\n\t */\n\tphone: string;\n\n\t/**\n\t * Restaurant ID the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Link to external take away site.\n\t */\n\ttakeAwayLink: string;\n\n\t/**\n\t * ID of the specific type of take away that's selected.\n\t */\n\ttakeAwayTypeId: number;\n\n\t/**\n\t * Text to display to end users when displaying take away information.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for take away info.\n */\nexport type ApiV2TakeAwayResponseType = ApiV2BaseResponseType<ApiV2TakeAwayType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TakeAwayApiEndpointSlug = 'take-away';\n","/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberApiEndpointSlug = 'team-members';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2TeamMemberUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Team member ID upload belongs to.\n\t */\n\tteamMemberId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tteamMemberUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberUploadConnectionApiEndpointSlug = 'team-member-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2UpdatedByTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for \"Updated by\" types.\n */\nexport type ApiV2UpdatedByTypeResponseType = ApiV2BaseResponseType<ApiV2UpdatedByTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UpdatedByTypeApiEndpointSlug = 'updated-by-types';\n\n","export type ApiV2UploadType =\n{\n\t/**\n\t * Determines whether or not this uses our alternative OG image variant.\n\t */\n\talternativeOgImage: boolean;\n\n\t/**\n\t * Base name of the file.\n\t */\n\tbaseName: string;\n\n\t/**\n\t * File extension.\n\t */\n\textension: string;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Factor to use for modifying image max sizes in different parts of the system.\n\t */\n\tmaxSizeFactor: number;\n\n\t/**\n\t * Directory path to the file.\n\t */\n\tpath: string;\n\n\t/**\n\t * Timestamp for when the image was first uploaded.\n\t */\n\tuploaded: string;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UploadsApiEndpointSlug = 'uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2UserApiEndpointSlug = 'users';\n"],"names":[],"mappings":"AAAA;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACgBlD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACHhD;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACTxD;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACiCnD;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC+FzD;;AAEG;AACI,MAAM,wBAAwB,GAAG;;ACvIxC;;AAEG;AACI,MAAM,wCAAwC,GAAG;;AClBxD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACkE1C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC7BzD;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACb9D;;AAEG;AACI,MAAM,gEAAgE,GAAG;;ACpChF;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACHnD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACwDtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC/CjD;;AAEG;AACI,MAAM,iDAAiD,GAAG;;ACwCjE;;AAEG;AACI,MAAM,gCAAgC,GAAG;;AC1ChD;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACH9C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACTtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC2CjD;;AAEG;AACI,MAAM,uCAAuC,GAAG;;AC7BvD;;AAEG;AACI,MAAM,2CAA2C,GAAG;;ACiB3D;;AAEG;AACI,MAAM,kDAAkD,GAAG;;ACvBlE;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACpClD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACHjD;;AAEG;AACI,MAAM,mDAAmD,GAAG;;AC8CnE;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACJ3C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACE9D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACxD9D;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACoC5C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;ACYzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACzDtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACHpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACH1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACnE/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACHzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACkD7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACiB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACrN9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACsBzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACH3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACYxD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;AClB5D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACRrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACwEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACVjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;AC7D5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACY9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../src/v2/bonusStampCode.ts","../src/v2/cateringDish.ts","../src/v2/cateringDishCategory.ts","../src/v2/cateringDishTab.ts","../src/v2/cateringFunctionality.ts","../src/v2/city.ts","../src/v2/cityUploadConnection.ts","../src/v2/coupon.ts","../src/v2/crawlingConfiguration.ts","../src/v2/crawlingConfigurationModel.ts","../src/v2/crawlingConfigurationTextContentStrategyType.ts","../src/v2/customer.ts","../src/v2/customerContact.ts","../src/v2/customerManagemement.ts","../src/v2/customerQuote.ts","../src/v2/customerQuoteUploadConnection.ts","../src/v2/deliveryInfo.ts","../src/v2/dinnerDish.ts","../src/v2/dinnerDishCategory.ts","../src/v2/dinnerDishTab.ts","../src/v2/dinnerFunctionality.ts","../src/v2/dinnerFunctionalityType.ts","../src/v2/displaySolutionV1Configuration.ts","../src/v2/dynamicContent.ts","../src/v2/emailTemplate.ts","../src/v2/firebaseDeviceRegistrationToken.ts","../src/v2/geodata.ts","../src/v2/integrationV1Configuration.ts","../src/v2/integrationV2Configuration.ts","../src/v2/lunchBox.ts","../src/v2/lunchBoxFunctionality.ts","../src/v2/lunchFunctionality.ts","../src/v2/menuCrawlerProxy.ts","../src/v2/notice.ts","../src/v2/notificationPreference.ts","../src/v2/openingHour.ts","../src/v2/order.ts","../src/v2/orderItem.ts","../src/v2/pdfV1Configuration.ts","../src/v2/pdfV1ConfigurationType.ts","../src/v2/pdfV2Configuration.ts","../src/v2/pdfV2ConfigurationType.ts","../src/v2/policy.ts","../src/v2/restaurant.ts","../src/v2/restaurantFunctionalityVisitibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseUploadConnection.ts","../src/v2/showcaseViewCount.ts","../src/v2/subscriptionPeriod.ts","../src/v2/systemSetting.ts","../src/v2/tableBooking.ts","../src/v2/takeAway.ts","../src/v2/teamMember.ts","../src/v2/teamMemberUploadConnection.ts","../src/v2/updatedByType.ts","../src/v2/upload.ts","../src/v2/user.ts"],"sourcesContent":["/**\n * API endpoint slug.\n */\nexport const apiV2BonusStampCodeApiEndpointSlug = 'bonus-stamp-codes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish endpoint.\n */\nexport type ApiV2CateringDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishCategoryId: number;\n};\n\n/**\n * The API response type for catering dishes.\n */\nexport type ApiV2CateringDishResponseType = ApiV2BaseResponseType<ApiV2CateringDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishApiEndpointSlug = 'catering-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the catering dish belongs to.\n\t */\n\tcateringDishTabId: number;\n};\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishCategoryResponseType = ApiV2BaseResponseType<ApiV2CateringDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishCategoryApiEndpointSlug = 'catering-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the catering dish category endpoint.\n */\nexport type ApiV2CateringDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for catering dish categories.\n */\nexport type ApiV2CateringDishTabResponseType = ApiV2BaseResponseType<ApiV2CateringDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringDishTabApiEndpointSlug = 'catering-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the catering functionality endpoint.\n */\nexport type ApiV2CateringFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display catering menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * Text about catering conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * The email address to send catering requests to.\n\t */\n\trequestEmail: string;\n\n\t/**\n\t * Whether or not the restaurant has a catering venue available for hire.\n\t */\n\tvenueAvailable: boolean;\n\n\t/**\n\t * Text next to the venue image gallery.\n\t */\n\tvenueText: string;\n\n\t/**\n\t * Title shown above the venue text.\n\t */\n\tvenueTextTitle: string;\n};\n\n/**\n * The API response type for catering functionality items.\n */\nexport type ApiV2CateringFunctionalityResponseType = ApiV2BaseResponseType<ApiV2CateringFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CateringFunctionalityApiEndpointSlug = 'catering-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\nimport type { ApiV2CityUploadGroupingType } from '@matochmat/api-client/src/v2//cityUploadGrouping';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\n\n/**\n * Type for the individual array items in v2 of the API for the city endpoint.\n */\nexport type ApiV2CityType =\n{\n\t/**\n\t * Determines whether the city is active or not.\n\t * @deprecated This is no longer in use and you should instead look at the city type.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Determines whether the city has bonus stamp information active or not. Note that this is exactly that, a toggle for INFORMATION only. It does NOT change either visibility or functionality of bonus stamps if a restaurant in the city has them active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Marks bonus stamps as recently launched in this city to be able to display slightly different information.\n\t */\n\tbonusStampsRecentlyLaunched: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants active.\n\t */\n\tcateringFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any catering restaurants in sales mode.\n\t */\n\tcateringFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the catering list.\n\t */\n\tcateringIntroText: string;\n\n\t/**\n\t * String representation of when the city was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the city uses daily lunch tip functionality.\n\t */\n\tdailyLunchTipActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants active.\n\t */\n\tdinnerFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any dinner restaurants in sales mode.\n\t */\n\tdinnerFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the dinner list.\n\t */\n\tdinnerIntroText: string;\n\n\t/**\n\t * Geodata information for the city.\n\t * @deprecated\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique ID for the city.\n\t */\n\tid: number;\n\n\t/**\n\t * Intro text to display on the functionality selection pages.\n\t */\n\tintroText: string;\n\n\t/**\n\t * String representation of the last time the city was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants active.\n\t */\n\tlunchBoxFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch box restaurants in sales mode.\n\t */\n\tlunchBoxFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch box list.\n\t */\n\tlunchBoxIntroText: string;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants active.\n\t */\n\tlunchFunctionalityActive: boolean;\n\n\t/**\n\t * Determines whether the city has any lunch restaurants in sales mode.\n\t */\n\tlunchFunctionalityInSalesMode: boolean;\n\n\t/**\n\t * Intro text for the lunch page.\n\t */\n\tlunchIntroText: string;\n\n\t/**\n\t * Readable name of the city.\n\t */\n\tname: string;\n\n\t/**\n\t * Determines whether or not to send a notification to the administrative personnel when a restaurant owner with a restaurant in this city logs in.\n\t */\n\tnotifyWhenRestaurantLogsIn: boolean;\n\n\t/**\n\t * Marks city as recently launched to be able to display slightly different information.\n\t */\n\trecentlyLaunched: boolean;\n\n\t/**\n\t * OG image for the city.\n\t */\n\tsharingImage: ApiV2CityUploadGroupingType;\n\n\t/**\n\t * Machine readable name of the city used in URLs among other places.\n\t */\n\tslug: string;\n};\n\n/**\n * The API response type for cities.\n */\nexport type ApiV2CityResponseType = ApiV2BaseResponseType<ApiV2CityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityApiEndpointSlug = 'cities';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CityUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * City ID upload belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcityUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CityUploadConnectionApiEndpointSlug = 'city-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CouponApiEndpointSlug = 'coupons';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CrawlingConfigurationTextContentStrategyTypeType } from '@matochmat/api-client/src/v2/crawlingConfigurationTextContentStrategyType';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration endpoint.\n */\nexport type ApiV2CrawlingConfigurationType =\n{\n\t/**\n\t * Whether or not the functionality is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * Additional prompt to send to the data processor.\n\t */\n\tadditionalPrompt: string;\n\n\t/**\n\t * Determines if the restaurant should be crawled even if a menu already exists.\n\t */\n\tcrawlEvenIfMenuExists: boolean;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Max tokens to use for parsing data.\n\t */\n\tmaxTokens: number;\n\n\t/**\n\t * Model to use for parsing data.\n\t */\n\tmodel: string;\n\n\t/**\n\t * Restaurant ID the functionality relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Strategy to use for getting text content.\n\t */\n\ttextContentStrategyTypeId: ApiV2CrawlingConfigurationTextContentStrategyTypeType[ 'id' ];\n\n\t/**\n\t * URL to crawl.\n\t */\n\turl: string;\n\n\t/**\n\t * Weekdays to crawl on.\n\t */\n\tweekdays: number[];\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationApiEndpointSlug = 'crawling-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration model endpoint.\n */\nexport type ApiV2CrawlingConfigurationModelType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for crawling configuration functionality.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n\n\t/**\n\t * Actual name used in the APIs.\n\t */\n\tslug: string;\n\n\t/**\n\t * Sort order. Lower for earlier.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * The API response type for crawling configuration models.\n */\nexport type ApiV2CrawlingConfigurationModelResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationModelType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationModelApiEndpointSlug = 'crawling-configuration-models';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the crawling configuration text content strategy type endpoint.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2|3;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for crawling configurations.\n */\nexport type ApiV2CrawlingConfigurationTextContentStrategyTypeResponseType = ApiV2BaseResponseType<ApiV2CrawlingConfigurationTextContentStrategyTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug = 'crawling-configuration-text-content-strategy-types';\n","/**\n * API endpoint slug for the entity.\n */\nexport const apiV2CustomerApiEndpointSlug = 'customers';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerContactApiEndpointSlug = 'customer-contacts';\n","/**\n * API endpoint slug.\n */\nexport const apiV2CustomerManagementApiEndpointSlug = 'customer-management';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CustomerQuoteUploadGroupingType } from '@matochmat/api-client/src/v2/customerQuoteUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the customer quote endpoint.\n */\nexport type ApiV2CustomerQuoteType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of which date the ad should stop displaying.\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Name of the quoted person.\n\t */\n\tname: string;\n\n\t/**\n\t * Profile image for the customer quote.\n\t */\n\tprofileImage: ApiV2CustomerQuoteUploadGroupingType;\n\n\t/**\n\t * Name of the role that the customer quote holds.\n\t */\n\tquoteText: string;\n\n\t/**\n\t * Name of the restaurant the quote is relevant for.\n\t */\n\trestaurantName: string;\n\n\t/**\n\t * Numeric sorting order to determine display order.\n\t */\n\tsortOrder: number;\n}\n\n/**\n * The API response type for customer quotes.\n */\nexport type ApiV2CustomerQuoteResponseType = ApiV2BaseResponseType<ApiV2CustomerQuoteType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteApiEndpointSlug = 'customer-quotes';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2CustomerQuoteUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Customer quote ID upload belongs to.\n\t */\n\tcustomerQuoteId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tcustomerQuoteUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2CustomerQuoteUploadConnectionApiEndpointSlug = 'customer-quote-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the delivery info endpoint.\n */\nexport type ApiV2DeliveryInfoType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the specific type of delivery info that's selected.\n\t */\n\tdeliveryInfoTypeId: number;\n\n\t/**\n\t * Delivery link.\n\t */\n\tdeliveryLink: string;\n\n\t/**\n\t * Email to use for delivery info.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the delivery info info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Informational text about delivery info conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for delivery info.\n */\nexport type ApiV2DeliveryInfoResponseType = ApiV2BaseResponseType<ApiV2DeliveryInfoType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DeliveryInfoApiEndpointSlug = 'delivery-info';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishType } from '@matochmat/api-client/src/v2/dish';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish endpoint.\n */\nexport type ApiV2DinnerDishType = ApiV2DishType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishCategoryId: number;\n};\n\n/**\n * The API response type for dinner dishes.\n */\nexport type ApiV2DinnerDishResponseType = ApiV2BaseResponseType<ApiV2DinnerDishType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishApiEndpointSlug = 'dinner-dishes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishCategoryType } from '@matochmat/api-client/src/v2/dishCategory';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishCategoryType = ApiV2DishCategoryType &\n{\n\t/**\n\t * ID of the category that the dinner dish belongs to.\n\t */\n\tdinnerDishTabId: number;\n};\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishCategoryResponseType = ApiV2BaseResponseType<ApiV2DinnerDishCategoryType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishCategoryApiEndpointSlug = 'dinner-dish-categories';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2DishTabType } from '@matochmat/api-client/src/v2/dishTab';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner dish category endpoint.\n */\nexport type ApiV2DinnerDishTabType = ApiV2DishTabType;\n\n/**\n * The API response type for dinner dish categories.\n */\nexport type ApiV2DinnerDishTabResponseType = ApiV2BaseResponseType<ApiV2DinnerDishTabType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerDishTabApiEndpointSlug = 'dinner-dish-tabs';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality endpoint.\n */\nexport type ApiV2DinnerFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Number of columns to display dinner menu in.\n\t */\n\tcolumns: 1|2|3;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Determines what type of dinner functionality to show.\n\t */\n\tdinnerFunctionalityTypeId: number;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdinnerMenuImage: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to use for external link type menus.\n\t */\n\tmenuLink: string;\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the dinner.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for dinner functionality items.\n */\nexport type ApiV2DinnerFunctionalityResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityApiEndpointSlug = 'dinner-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dinner functionality type endpoint.\n */\nexport type ApiV2DinnerFunctionalityTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: 1|2;\n\n\t/**\n\t * String representation of when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for dinner functionality types.\n */\nexport type ApiV2DinnerFunctionalityTypeResponseType = ApiV2BaseResponseType<ApiV2DinnerFunctionalityTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DinnerFunctionalityTypeApiEndpointSlug = 'dinner-functionality-types';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the display solution v1 configuration endpoint.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationType =\n{\n\t/**\n\t * Whether or not the display solution is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JSX for rendering the actual display solution. Note that as the name suggests this is JSX and not plain JS.\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Generic setup settings for the display solution.\n\t */\n\tsettings: string;\n};\n\n/**\n * The API response type for display solution v1 configurations.\n */\nexport type ApiV2DisplaySolutionV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2DisplaySolutionV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DisplaySolutionV1ConfigurationApiEndpointSlug = 'display-solution-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the dynamic content endpoint.\n */\nexport type ApiV2DynamicContentType =\n{\n\t/**\n\t * Data for the dynamic content instance.\n\t */\n\tdata: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * TImestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the user that the entity belongs to.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for dynamic content.\n */\nexport type ApiV2DynamicContentResponseType = ApiV2BaseResponseType<ApiV2DynamicContentType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2DynamicContentApiEndpointSlug = 'dynamic-content';\n","/**\n * API endpoint slug.\n */\nexport const apiV2EmailTemplateApiEndpointSlug = 'email-templates';\n","/**\n * API endpoint slug.\n */\nexport const apiV2FirebaseDeviceRegistrationTokenApiEndpointSlug = 'firebase-device-registration-tokens';\n","export type ApiV2GeodataType =\n{\n\t/**\n\t * Unused.\n\t * @deprecated\n\t */\n\tcityId: number;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t *\n\t */\n\tlatitude: string;\n\n\t/**\n\t *\n\t */\n\tlongitude: string;\n\n\t/**\n\t *\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The URL for the static map image.\n\t */\n\tstaticMapImageUrl: string;\n\n\t/**\n\t *\n\t */\n\tzoomLevel: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2GeodataApiEndpointSlug = 'geodata';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * The type of integration to display.\n\t */\n\tintegrationTypeId: 1|2|3;\n\n\t/**\n\t * Integration specific JS.\n\t */\n\tjs: string;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV1ConfigurationApiEndpointSlug = 'integration-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the integration v1 configuration endpoint.\n */\nexport type ApiV2IntegrationV2ConfigurationType =\n{\n\t/**\n\t * Whether or not the integration is active.\n\t */\n\tactive: boolean;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Integration specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * JS for preparing the page before the actual rendering. This should normally be left empty and used only for special scenarios where the site you're integrating isn't built dynamically enough to support rendering the integration to look the same as the rest of the page (hardcoded things, strict post type setups, etc.). Note that as the name suggests this is JSX to be used for setting up the necessary stuff beforehand and not JSX (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.renderJsx} instead).\n\t */\n\tpreRenderJs: string;\n\n\t/**\n\t * JSX for rendering the actual integration. Note that as the name suggests this is JSX and not plain JS (which you're expected to place in {@link ApiV2IntegrationV2ConfigurationType.preRenderJs} instead).\n\t */\n\trenderJsx: string;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2IntegrationV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2IntegrationV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2IntegrationV2ConfigurationApiEndpointSlug = 'integration-v2-configurations';\n","/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxApiEndpointSlug = 'lunch-boxes';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch box functionality endpoint.\n */\nexport type ApiV2LunchBoxFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Conditions for ordering lunch boxes.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Latest possible time for placing orders.\n\t */\n\tlatestOrderTime: string;\n\n\t/**\n\t * The email address to send confirmation emails to.\n\t */\n\torderConfirmationEmail: string;\n\n\t/**\n\t * Earliest time for picking up orders.\n\t */\n\tpickupTimeFrom: string;\n\n\t/**\n\t * Latest time for picking up orders.\n\t */\n\tpickupTimeTo: string;\n};\n\n/**\n * The API response type for lunch box functionality.\n */\nexport type ApiV2LunchBoxFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchBoxFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchBoxFunctionalityApiEndpointSlug = 'lunch-box-functionality';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2LunchDishType } from '@matochmat/api-client/src/v2/lunchDish';\nimport type { ApiV2OpeningHourType } from '@matochmat/api-client/src/v2/openingHour';\nimport type { ApiV2RestaurantFunctionalityType } from '@matochmat/api-client/src/v2/restaurantFunctionalityType';\n\n/**\n * Type for the individual array items in v2 of the API for the lunch functionality endpoint.\n */\nexport type ApiV2LunchFunctionalityType = ApiV2RestaurantFunctionalityType &\n{\n\t/**\n\t * Controls whether or not the restaurant has bonus stamps active.\n\t */\n\tbonusStampsActive: boolean;\n\n\t/**\n\t * Text entered by the restaurant concerning which-if any-special conditions apply for getting bonus stamps.\n\t */\n\tbonusStampsConditionsText: string;\n\n\t/**\n\t * Date when the restaurant should be displayed as the daily lunch tip.\n\t */\n\tdailyLunchTipDate: string|null;\n\n\t/**\n\t * Date when the restaurant would've been displayed as the daily lunch tip but was intentionally skipped.\n\t */\n\tdailyLunchTipSkippedDate: string|null;\n\n\t/**\n\t * Default lunch menu data.\n\t */\n\tlunchDefault: ApiV2LunchDishType[];\n\n\t/**\n\t * Text shown above the menu to provide generic information not directly related to the dishes themselves.\n\t */\n\tmenuText: string;\n\n\t/**\n\t * List of opening hours for the lunch.\n\t */\n\topeningHourList:\n\t{\n\t\titems: ApiV2OpeningHourType[];\n\t};\n};\n\n/**\n * The API response type for lunch functionality.\n */\nexport type ApiV2LunchFunctionalityResponseType = ApiV2BaseResponseType<ApiV2LunchFunctionalityType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2LunchFunctionalityApiEndpointSlug = 'lunch-functionality';\n","/**\n * Endpoint for the local API to connect with the menu crawler.\n */\nexport const apiV2MenuCrawlerProxyApiEndpointSlug = 'menu-crawler-proxy';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NoticeApiEndpointSlug = 'notices';\n","/**\n * API endpoint slug.\n */\nexport const apiV2NotificationPreferenceApiEndpointSlug = 'notification-preferences';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the opening hour endpoint.\n */\nexport type ApiV2OpeningHourType =\n{\n\t/**\n\t * Time of day when the restaurant closes.\n\t */\n\tclosingTime: string;\n\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * ID of the dinner functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tdinnerFunctionalityId: number|null;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Day of the week the opening hours are relevant for. This is ISO (not american) weekday number (not index).\n\t */\n\tisoWeekdayNumber: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * ID of the lunch box functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchBoxFunctionalityId: number|null;\n\n\t/**\n\t * ID of the lunch functionality object the opening hour is relevant for, or null if this specific opening hour os connected to a different object type.\n\t */\n\tlunchFunctionalityId: number|null;\n\n\t/**\n\t * Whether or not the restaurant is open on this day.\n\t */\n\topen: boolean;\n\n\t/**\n\t * Time of day when the restaurant opens.\n\t */\n\topeningTime: string;\n};\n\n/**\n * The API response type for opening hour items.\n */\nexport type ApiV2OpeningHourResponseType = ApiV2BaseResponseType<ApiV2OpeningHourType[], number>;\n\n/**\n * API endpoint slug.\n */\n\nexport const apiV2OpeningHourApiEndpointSlug = 'opening-hours';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\n","/**\n * API endpoint slug.\n */\nexport const apiV2OrderItemApiEndpointSlug = 'order-items';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v1 configuration endpoint.\n */\nexport type ApiV2PdfV1ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom daily PDF menus.\n\t */\n\tdailyTemplate: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV1ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Template (HTML code and custom shortcodes) for custom weekly PDF menus.\n\t */\n\tweeklyTemplate: string;\n};\n\n/**\n * The API response type for integration v1 configurations.\n */\nexport type ApiV2PdfV1ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationApiEndpointSlug = 'pdf-v1-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV1ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v1 configuration types.\n */\nexport type ApiV2PdfV1ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV1ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV1ConfigurationTypeApiEndpointSlug = 'pdf-v1-configuration-types';\n\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the PDF v2 configuration endpoint.\n */\nexport type ApiV2PdfV2ConfigurationType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * PDF specific CSS.\n\t */\n\tcss: string;\n\n\t/**\n\t * The render JSX for the daily lunch menu (only relevant for custom PDFs).\n\t */\n\tdailyLunchMenuRenderJsx: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * The type of PDF to display.\n\t */\n\tpdfV2ConfigurationTypeId: 1|2;\n\n\t/**\n\t * ID of the restaurant the configuration is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * The render JSX for the weekly lunch menu (only relevant for custom PDFs).\n\t */\n\tweeklyLunchMenuRenderJsx: string;\n};\n\n/**\n * The API response type for integration v2 configurations.\n */\nexport type ApiV2PdfV2ConfigurationResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationApiEndpointSlug = 'pdf-v2-configurations';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2PdfV2ConfigurationTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for PDF v2 configuration types.\n */\nexport type ApiV2PdfV2ConfigurationTypeResponseType = ApiV2BaseResponseType<ApiV2PdfV2ConfigurationTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2PdfV2ConfigurationTypeApiEndpointSlug = 'pdf-v2-configuration-types';\n\n","/**\n * API endpoint slug.\n */\nexport const apiV2PolicyApiEndpointSlug = 'policies';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2CateringFunctionalityType } from '@matochmat/api-client/src/v2/cateringFunctionality';\nimport type { ApiV2CrawlingConfigurationType } from '@matochmat/api-client/src/v2/crawlingConfiguration';\nimport type { ApiV2DeliveryInfoType } from '@matochmat/api-client/src/v2/deliveryInfo';\nimport type { ApiV2DinnerFunctionalityType } from '@matochmat/api-client/src/v2/dinnerFunctionality';\nimport type { ApiV2GeodataType } from '@matochmat/api-client/src/v2/geodata';\nimport type { ApiV2LunchBoxFunctionalityType } from '@matochmat/api-client/src/v2/lunchBoxFunctionality';\nimport type { ApiV2LunchFunctionalityType } from '@matochmat/api-client/src/v2/lunchFunctionality';\nimport type { ApiV2RestaurantUploadGroupingType } from '@matochmat/api-client/src/v2/restaurantUploadGrouping';\nimport type { ApiV2TableBookingType } from '@matochmat/api-client/src/v2/tableBooking';\nimport type { ApiV2TakeAwayType } from '@matochmat/api-client/src/v2/takeAway';\n\n/**\n * Type for the individual array items in v2 of the API for the restaurant endpoint.\n */\nexport type ApiV2RestaurantType =\n{\n\t/**\n\t * Text that describes the restaurant. Displays on the page to give lunch guests a bit of info and is commonly also used for page metadata.\n\t */\n\tabout: string;\n\n\t/**\n\t * String representation of the street address for the restaurant.\n\t */\n\taddress: string;\n\n\t/**\n\t *\n\t */\n\tcateringFunctionality: ApiV2CateringFunctionalityType;\n\n\t/**\n\t * City ID determining which city the restaurant belongs to.\n\t */\n\tcityId: number;\n\n\t/**\n\t * A compounded rating collected from different rating sites around the web.\n\t */\n\tcompoundRating: number|null;\n\n\t/**\n\t *\n\t */\n\tcrawlingConfiguration: ApiV2CrawlingConfigurationType;\n\n\t/**\n\t * String representation of when the restaurant was created.\n\t */\n\tcreated: null|string;\n\n\t/**\n\t * Customer ID determining which customer the restaurant belongs to.\n\t */\n\tcustomerId: number;\n\n\t/**\n\t * Delivery information.\n\t */\n\tdeliveryInfo: ApiV2DeliveryInfoType;\n\n\t/**\n\t * Background for the restaurant details page header.\n\t */\n\tdetailsPageHeaderBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tdinnerFunctionality: ApiV2DinnerFunctionalityType;\n\n\t/**\n\t * Restaurant email. Used only for displaying to lunch guests and not for sending emails from the system.\n\t */\n\temail: string;\n\n\t/**\n\t * URL to the restaurant's Facebook page.\n\t */\n\tfacebook: string;\n\n\t/**\n\t * Geodata information to place the restaurant on the map.\n\t */\n\tgeodata: ApiV2GeodataType;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * URL to the restaurant's Instagram page.\n\t */\n\tinstagram: string;\n\n\t/**\n\t * Keywords to match against when searching. Not actually displayed on the page.\n\t */\n\tkeywords: string;\n\n\t/**\n\t * String representation of when the restaurant was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Background for the restaurant logotype.\n\t */\n\tlogotypeBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on image backgrounds.\n\t */\n\tlogotypeForImageBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t * Restaurant logotype info for the logotype to display on white backgrounds.\n\t */\n\tlogotypeForWhiteBackground: ApiV2RestaurantUploadGroupingType;\n\n\t/**\n\t *\n\t */\n\tlunchBoxFunctionality: ApiV2LunchBoxFunctionalityType;\n\n\t/**\n\t *\n\t */\n\tlunchFunctionality: ApiV2LunchFunctionalityType;\n\n\t/**\n\t * Name of the restaurant.\n\t */\n\tname: string;\n\n\t/**\n\t * Text shown below or in conjunction with name to convey further information. Useful when two restaurants have the same title but are located in different places or when a restaurant has changed name (for instance \"Loremrestaurangen (f.d. Ipsumrestaurangen)\").\n\t */\n\tnameSubtext: string;\n\n\t/**\n\t * Obfuscated unique ID. Used for legacy purposes only.\n\t * @deprecated Only used for legacy support for apps and third parties. In the long run we may consider removing this.\n\t * @see ID is now saved as a plain property.\n\t */\n\tobfuscatedId: string;\n\n\t/**\n\t * Determines which version of PDFs to use.\n\t */\n\tpdfVersion: 1|2;\n\n\t/**\n\t * Whether or not the restaurant is pending and awaiting approval.\n\t */\n\tpending: boolean;\n\n\t/**\n\t * Phone number to the restaurant.\n\t */\n\tphone: string;\n\n\t/**\n\t * Where the price range of the items the restaurant serves starts at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeFrom: number|null;\n\n\t/**\n\t * Where the price range of the items the restaurant serves ends at. This is on a scale of 1 to 4.\n\t */\n\tpriceRangeTo: number|null;\n\n\t/**\n\t * Tags the restaurant is connected to.\n\t */\n\trestaurantTagIds: number[];\n\n\t/**\n\t * Machine readable name of the restaurant.\n\t */\n\tslug: string;\n\n\t/**\n\t * Table booking info for the restaurant.\n\t */\n\ttableBooking: ApiV2TableBookingType;\n\n\t/**\n\t * Take away info for the restaurant.\n\t */\n\ttakeAway: ApiV2TakeAwayType;\n\n\t/**\n\t * Type for who updates the restaurant's menus.\n\t */\n\tupdatedByTypeId: 1|2|3;\n\n\t/**\n\t * URL to the restaurant's own website.\n\t */\n\twebsite: string;\n};\n\n/**\n * The API response type for restaurants.\n */\nexport type ApiV2RestaurantResponseType = ApiV2BaseResponseType<ApiV2RestaurantType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantApiEndpointSlug = 'restaurants';\n","/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantFunctionalityVisibilityTypeApiEndpointSlug = 'restaurant-functionality-visibility-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2RestaurantUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Background color for the upload.\n\t */\n\tbackgroundColor: string;\n\n\t/**\n\t * ID of the restaurant the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t *\n\t */\n\trestaurantUploadTypeId: number;\n\n\t/**\n\t * Sort order for the connection.\n\t */\n\tsortOrder: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadConnectionApiEndpointSlug = 'restaurant-uploads';\n","import type { ApiV2RestaurantUploadConnectionType } from '@matochmat/api-client/src/v2/restaurantUploadConnection';\nimport type { ApiV2UploadGroupingType } from '@matochmat/api-client/src/v2/uploadGrouping';\n\nexport type ApiV2RestaurantUploadGroupingType = ApiV2UploadGroupingType<ApiV2RestaurantUploadConnectionType>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2RestaurantUploadGroupingApiEndpointSlug = 'restaurant-upload-groupings';\n","/**\n * API endpoint slug.\n */\nexport const apiV2SessionApiEndpointSlug = 'session';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-types';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2ShowcaseUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Showcase ID upload belongs to.\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tshowcaseUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseUploadConnectionApiEndpointSlug = 'showcase-uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseViewCountApiEndpointSlug = 'showcase-view-counts';\n\n/**\n * Legacy support for an earlier variant having incorrect variable casing.\n */\nexport const apiV2ShowCaseViewCountApiEndpointSlug = apiV2ShowcaseViewCountApiEndpointSlug;\n","/**\n * API endpoint slug.\n */\nexport const apiV2SubscriptionPeriodApiEndpointSlug = 'subscription-periods';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2//baseResponse';\n\n/**\n * Type for available/allowed system settings.\n */\nexport type SystemSettingKeyType =\n'allowPositionFeaturesOutsideApp'|\n'allowRestaurantsToUploadFiles'|\n'appUpdateNoticeDismissButtonEnabled'|\n'appUpdateNoticeForVersionsOlderThan'|\n'appUpdateNoticeText'|\n'appUpdateNoticeTitle'|\n'autoCorrections'|\n'cateringRequestFormEnabled'|\n'cateringDefaultSortIsShuffled'|\n'dinnerDefaultSortIsShuffled'|\n'dinnerDishCategoryColumnSelectionEnabled'|\n'dinnerFunctionalityLinksEnabled'|\n'emptyMenuRemindersActive'|\n'faux404CityCateringPageText'|\n'faux404CityCateringPageTitle'|\n'faux404CityDinnerPageText'|\n'faux404CityDinnerPageTitle'|\n'faux404CityLunchBoxPageText'|\n'faux404CityLunchBoxPageTitle'|\n'faux404CityPageText'|\n'faux404CityPageTitle'|\n'getTheAppBannerActive'|\n'googleMapsApiKey'|\n'lunchBoxesNoticeDisplayTime'|\n'mapFunctionalityEnabled'|\n'promptUserToShareDialogActive'|\n'readShoppingCartDataFromStorage'|\n'showcaseMoreInformationContent'|\n'showcaseMoreInformationTitle'|\n'searchTagsEnabled'|\n'simulatedServerTimeShift'|\n'tellRestaurantAboutUsActive'|\n'tellUsAboutRestaurantActive';\n\n/**\n * Type for the individual array items in v2 of the API for the system settings endpoint.\n */\nexport type ApiV2SystemSettingType<T = unknown> =\n{\n\t/**\n\t * Whether or not the setting is backend only. This will still be sent to the frontend in some cases (admin editing etc.) which is why it's still available here.\n\t */\n\tbackendOnly?: boolean;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Key for the setting.\n\t */\n\tsettingKey: SystemSettingKeyType;\n\n\t/**\n\t * Value for the setting.\n\t */\n\tsettingValue: T;\n};\n\n/**\n * The API response type for system settings.\n */\nexport type ApiV2SystemSettingResponseType = ApiV2BaseResponseType<ApiV2SystemSettingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2SystemSettingApiEndpointSlug = 'system-settings';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the table booking endpoint.\n */\nexport type ApiV2TableBookingType =\n{\n\t/**\n\t * Booking link.\n\t */\n\tbookingLink: string;\n\n\t/**\n\t * Text about table booking conditions.\n\t */\n\tconditionsText: string;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email to use for table booking.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Link to use for iframe embeds of external table booking systems.\n\t */\n\tiframeLink: string;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number for booking tables.\n\t */\n\tphone: string;\n\n\t/**\n\t * ID of the restaurant that the table booking info is relevant for.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the specific type of table booking that's selected.\n\t */\n\ttableBookingTypeId: number;\n\n\t/**\n\t * Informational text about table booking conditions.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for table booking info.\n */\nexport type ApiV2TableBookingResponseType = ApiV2BaseResponseType<ApiV2TableBookingType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TableBookingApiEndpointSlug = 'table-booking';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n * Type for the individual array items in v2 of the API for the take away endpoint.\n */\nexport type ApiV2TakeAwayType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email adress to be used for ordering take away.\n\t */\n\temail: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Phone number used for ordering take away.\n\t */\n\tphone: string;\n\n\t/**\n\t * Restaurant ID the entity belongs to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Link to external take away site.\n\t */\n\ttakeAwayLink: string;\n\n\t/**\n\t * ID of the specific type of take away that's selected.\n\t */\n\ttakeAwayTypeId: number;\n\n\t/**\n\t * Text to display to end users when displaying take away information.\n\t */\n\ttext: string;\n};\n\n/**\n * The API response type for take away info.\n */\nexport type ApiV2TakeAwayResponseType = ApiV2BaseResponseType<ApiV2TakeAwayType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TakeAwayApiEndpointSlug = 'take-away';\n","/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberApiEndpointSlug = 'team-members';\n","import type { ApiV2UploadConnectionType } from '@matochmat/api-client/src/v2/uploadConnection';\n\nexport type ApiV2TeamMemberUploadConnectionType = ApiV2UploadConnectionType &\n{\n\t/**\n\t * Team member ID upload belongs to.\n\t */\n\tteamMemberId: number;\n\n\t/**\n\t * ID of upload type.\n\t */\n\tteamMemberUploadTypeId: number;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2TeamMemberUploadConnectionApiEndpointSlug = 'team-member-uploads';\n","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\n\n/**\n *\n */\nexport type ApiV2UpdatedByTypeType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the entity was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Human readable name.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for \"Updated by\" types.\n */\nexport type ApiV2UpdatedByTypeResponseType = ApiV2BaseResponseType<ApiV2UpdatedByTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UpdatedByTypeApiEndpointSlug = 'updated-by-types';\n\n","export type ApiV2UploadType =\n{\n\t/**\n\t * Determines whether or not this uses our alternative OG image variant.\n\t */\n\talternativeOgImage: boolean;\n\n\t/**\n\t * Base name of the file.\n\t */\n\tbaseName: string;\n\n\t/**\n\t * File extension.\n\t */\n\textension: string;\n\n\t/**\n\t * Unique entity ID.\n\t */\n\tid: number;\n\n\t/**\n\t * Timestamp for when entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Factor to use for modifying image max sizes in different parts of the system.\n\t */\n\tmaxSizeFactor: number;\n\n\t/**\n\t * Directory path to the file.\n\t */\n\tpath: string;\n\n\t/**\n\t * Timestamp for when the image was first uploaded.\n\t */\n\tuploaded: string;\n};\n\n/**\n * API endpoint slug.\n */\nexport const apiV2UploadsApiEndpointSlug = 'uploads';\n","/**\n * API endpoint slug.\n */\nexport const apiV2UserApiEndpointSlug = 'users';\n"],"names":[],"mappings":"AAAA;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACgBlD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACHhD;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACTxD;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACiCnD;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC+FzD;;AAEG;AACI,MAAM,wBAAwB,GAAG;;ACvIxC;;AAEG;AACI,MAAM,wCAAwC,GAAG;;AClBxD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACkE1C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC7BzD;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACb9D;;AAEG;AACI,MAAM,gEAAgE,GAAG;;ACpChF;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,mCAAmC,GAAG;;ACHnD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACwDtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC/CjD;;AAEG;AACI,MAAM,iDAAiD,GAAG;;ACwCjE;;AAEG;AACI,MAAM,gCAAgC,GAAG;;AC1ChD;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACH9C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACTtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC2CjD;;AAEG;AACI,MAAM,uCAAuC,GAAG;;AC7BvD;;AAEG;AACI,MAAM,2CAA2C,GAAG;;ACiB3D;;AAEG;AACI,MAAM,kDAAkD,GAAG;;ACvBlE;;AAEG;AACI,MAAM,kCAAkC,GAAG;;ACpClD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACHjD;;AAEG;AACI,MAAM,mDAAmD,GAAG;;AC8CnE;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACJ3C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACE9D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACxD9D;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACoC5C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;ACYzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACzDtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACHpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACH1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACnE/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACHzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACkD7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACiB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACrN9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACsBzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACH3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACH5C;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACYxD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;AClB5D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACRrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACyEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACXjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;AC7D5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACY9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;;;"}
@@ -2,7 +2,7 @@ import type { ApiV2BaseResponseType } from '../v2/baseResponse';
2
2
  /**
3
3
  * Type for available/allowed system settings.
4
4
  */
5
- export type SystemSettingKeyType = 'allowPositionFeaturesOutsideApp' | 'appUpdateNoticeDismissButtonEnabled' | 'appUpdateNoticeForVersionsOlderThan' | 'appUpdateNoticeText' | 'appUpdateNoticeTitle' | 'autoCorrections' | 'cateringRequestFormEnabled' | 'cateringDefaultSortIsShuffled' | 'dinnerDefaultSortIsShuffled' | 'dinnerDishCategoryColumnSelectionEnabled' | 'dinnerFunctionalityLinksEnabled' | 'emptyMenuRemindersActive' | 'faux404CityCateringPageText' | 'faux404CityCateringPageTitle' | 'faux404CityDinnerPageText' | 'faux404CityDinnerPageTitle' | 'faux404CityLunchBoxPageText' | 'faux404CityLunchBoxPageTitle' | 'faux404CityPageText' | 'faux404CityPageTitle' | 'getTheAppBannerActive' | 'googleMapsApiKey' | 'lunchBoxesNoticeDisplayTime' | 'mapFunctionalityEnabled' | 'promptUserToShareDialogActive' | 'readShoppingCartDataFromStorage' | 'showcaseMoreInformationContent' | 'showcaseMoreInformationTitle' | 'searchTagsEnabled' | 'simulatedServerTimeShift' | 'tellRestaurantAboutUsActive' | 'tellUsAboutRestaurantActive';
5
+ export type SystemSettingKeyType = 'allowPositionFeaturesOutsideApp' | 'allowRestaurantsToUploadFiles' | 'appUpdateNoticeDismissButtonEnabled' | 'appUpdateNoticeForVersionsOlderThan' | 'appUpdateNoticeText' | 'appUpdateNoticeTitle' | 'autoCorrections' | 'cateringRequestFormEnabled' | 'cateringDefaultSortIsShuffled' | 'dinnerDefaultSortIsShuffled' | 'dinnerDishCategoryColumnSelectionEnabled' | 'dinnerFunctionalityLinksEnabled' | 'emptyMenuRemindersActive' | 'faux404CityCateringPageText' | 'faux404CityCateringPageTitle' | 'faux404CityDinnerPageText' | 'faux404CityDinnerPageTitle' | 'faux404CityLunchBoxPageText' | 'faux404CityLunchBoxPageTitle' | 'faux404CityPageText' | 'faux404CityPageTitle' | 'getTheAppBannerActive' | 'googleMapsApiKey' | 'lunchBoxesNoticeDisplayTime' | 'mapFunctionalityEnabled' | 'promptUserToShareDialogActive' | 'readShoppingCartDataFromStorage' | 'showcaseMoreInformationContent' | 'showcaseMoreInformationTitle' | 'searchTagsEnabled' | 'simulatedServerTimeShift' | 'tellRestaurantAboutUsActive' | 'tellUsAboutRestaurantActive';
6
6
  /**
7
7
  * Type for the individual array items in v2 of the API for the system settings endpoint.
8
8
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@matochmat/api-client",
3
3
  "description": "API types and helper functionality for the Mat och Mat API.",
4
- "version": "1.6.1",
4
+ "version": "1.6.2-next.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "types": "dist/index.d.ts",