@matochmat/api-client 2.0.0-next.3 → 2.0.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +8 -13
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -3
- package/dist/index.esm.js +6 -11
- package/dist/index.esm.js.map +1 -1
- package/dist/v2/city.d.ts +10 -8
- package/dist/v2/geodata.d.ts +0 -9
- package/dist/v3/city.d.ts +11 -0
- package/dist/v3/geodata.d.ts +11 -0
- package/dist/v3/showcaseLocation.d.ts +9 -2
- package/dist/v3/showcaseUserRoleConnection.d.ts +19 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -245,11 +245,6 @@ const apiV2SessionApiEndpointSlug = 'session';
|
|
|
245
245
|
*/
|
|
246
246
|
const apiV2ShowcaseApiEndpointSlug = 'showcases';
|
|
247
247
|
|
|
248
|
-
/**
|
|
249
|
-
* API endpoint slug.
|
|
250
|
-
*/
|
|
251
|
-
const apiV2ShowcaseLocationApiEndpointSlug = 'showcase-location-lists';
|
|
252
|
-
|
|
253
248
|
/**
|
|
254
249
|
* API endpoint slug.
|
|
255
250
|
*/
|
|
@@ -265,11 +260,6 @@ const apiV2ShowcaseTypeApiEndpointSlug = 'showcase-types';
|
|
|
265
260
|
*/
|
|
266
261
|
const apiV2ShowcaseUploadConnectionApiEndpointSlug = 'showcase-uploads';
|
|
267
262
|
|
|
268
|
-
/**
|
|
269
|
-
* API endpoint slug.
|
|
270
|
-
*/
|
|
271
|
-
const apiV2ShowcaseUserRoleConnectionApiEndpointSlug = 'showcase-user-role-connections';
|
|
272
|
-
|
|
273
263
|
/**
|
|
274
264
|
* API endpoint slug.
|
|
275
265
|
*/
|
|
@@ -329,6 +319,11 @@ const apiV2UserApiEndpointSlug = 'users';
|
|
|
329
319
|
*/
|
|
330
320
|
const apiV3ShowcaseLocationApiEndpointSlug = 'showcase-locations';
|
|
331
321
|
|
|
322
|
+
/**
|
|
323
|
+
* API endpoint slug.
|
|
324
|
+
*/
|
|
325
|
+
const apiV3ShowcaseUserRoleConnectionsApiEndpointSlug = 'showcase-user-role-connections';
|
|
326
|
+
|
|
332
327
|
exports.apiV2BonusStampCodeApiEndpointSlug = apiV2BonusStampCodeApiEndpointSlug;
|
|
333
328
|
exports.apiV2CateringDishApiEndpointSlug = apiV2CateringDishApiEndpointSlug;
|
|
334
329
|
exports.apiV2CateringDishCategoryApiEndpointSlug = apiV2CateringDishCategoryApiEndpointSlug;
|
|
@@ -379,11 +374,9 @@ exports.apiV2RestaurantUploadGroupingApiEndpointSlug = apiV2RestaurantUploadGrou
|
|
|
379
374
|
exports.apiV2SessionApiEndpointSlug = apiV2SessionApiEndpointSlug;
|
|
380
375
|
exports.apiV2ShowCaseViewCountApiEndpointSlug = apiV2ShowCaseViewCountApiEndpointSlug;
|
|
381
376
|
exports.apiV2ShowcaseApiEndpointSlug = apiV2ShowcaseApiEndpointSlug;
|
|
382
|
-
exports.apiV2ShowcaseLocationApiEndpointSlug = apiV2ShowcaseLocationApiEndpointSlug;
|
|
383
377
|
exports.apiV2ShowcasePositionTypeApiEndpointSlug = apiV2ShowcasePositionTypeApiEndpointSlug;
|
|
384
378
|
exports.apiV2ShowcaseTypeApiEndpointSlug = apiV2ShowcaseTypeApiEndpointSlug;
|
|
385
379
|
exports.apiV2ShowcaseUploadConnectionApiEndpointSlug = apiV2ShowcaseUploadConnectionApiEndpointSlug;
|
|
386
|
-
exports.apiV2ShowcaseUserRoleConnectionApiEndpointSlug = apiV2ShowcaseUserRoleConnectionApiEndpointSlug;
|
|
387
380
|
exports.apiV2ShowcaseViewCountApiEndpointSlug = apiV2ShowcaseViewCountApiEndpointSlug;
|
|
388
381
|
exports.apiV2SubscriptionPeriodApiEndpointSlug = apiV2SubscriptionPeriodApiEndpointSlug;
|
|
389
382
|
exports.apiV2SystemSettingApiEndpointSlug = apiV2SystemSettingApiEndpointSlug;
|
|
@@ -394,6 +387,7 @@ exports.apiV2TeamMemberUploadConnectionApiEndpointSlug = apiV2TeamMemberUploadCo
|
|
|
394
387
|
exports.apiV2UpdatedByTypeApiEndpointSlug = apiV2UpdatedByTypeApiEndpointSlug;
|
|
395
388
|
exports.apiV2UploadsApiEndpointSlug = apiV2UploadsApiEndpointSlug;
|
|
396
389
|
exports.apiV2UserApiEndpointSlug = apiV2UserApiEndpointSlug;
|
|
390
|
+
exports.apiV3CityApiEndpointSlug = apiV2CityApiEndpointSlug;
|
|
397
391
|
exports.apiV3CrawlingConfigurationApiEndpointSlug = apiV2CrawlingConfigurationApiEndpointSlug;
|
|
398
392
|
exports.apiV3CrawlingConfigurationModelApiEndpointSlug = apiV2CrawlingConfigurationModelApiEndpointSlug;
|
|
399
393
|
exports.apiV3CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug = apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug;
|
|
@@ -401,6 +395,7 @@ exports.apiV3CustomerQuoteApiEndpointSlug = apiV2CustomerQuoteApiEndpointSlug;
|
|
|
401
395
|
exports.apiV3CustomerQuoteUploadConnectionApiEndpointSlug = apiV2CustomerQuoteUploadConnectionApiEndpointSlug;
|
|
402
396
|
exports.apiV3DeliveryInfoApiEndpointSlug = apiV2DeliveryInfoApiEndpointSlug;
|
|
403
397
|
exports.apiV3DisplaySolutionV1ConfigurationApiEndpointSlug = apiV2DisplaySolutionV1ConfigurationApiEndpointSlug;
|
|
398
|
+
exports.apiV3GeodataApiEndpointSlug = apiV2GeodataApiEndpointSlug;
|
|
404
399
|
exports.apiV3IntegrationV1ConfigurationApiEndpointSlug = apiV2IntegrationV1ConfigurationApiEndpointSlug;
|
|
405
400
|
exports.apiV3IntegrationV2ConfigurationApiEndpointSlug = apiV2IntegrationV2ConfigurationApiEndpointSlug;
|
|
406
401
|
exports.apiV3NoticeApiEndpointSlug = apiV2NoticeApiEndpointSlug;
|
|
@@ -416,7 +411,7 @@ exports.apiV3ShowcaseLocationApiEndpointSlug = apiV3ShowcaseLocationApiEndpointS
|
|
|
416
411
|
exports.apiV3ShowcasePositionTypeApiEndpointSlug = apiV2ShowcasePositionTypeApiEndpointSlug;
|
|
417
412
|
exports.apiV3ShowcaseTypeApiEndpointSlug = apiV2ShowcaseTypeApiEndpointSlug;
|
|
418
413
|
exports.apiV3ShowcaseUploadConnectionApiEndpointSlug = apiV2ShowcaseUploadConnectionApiEndpointSlug;
|
|
419
|
-
exports.
|
|
414
|
+
exports.apiV3ShowcaseUserRoleConnectionsApiEndpointSlug = apiV3ShowcaseUserRoleConnectionsApiEndpointSlug;
|
|
420
415
|
exports.apiV3TableBookingApiEndpointSlug = apiV2TableBookingApiEndpointSlug;
|
|
421
416
|
exports.apiV3TakeAwayApiEndpointSlug = apiV2TakeAwayApiEndpointSlug;
|
|
422
417
|
exports.apiV3TeamMemberApiEndpointSlug = apiV2TeamMemberApiEndpointSlug;
|
package/dist/index.cjs.js.map
CHANGED
|
@@ -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/restaurantFunctionalityVisibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcaseLocation.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseType.ts","../src/v2/showcaseUploadConnection.ts","../src/v2/showcaseUserRoleConnection.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","../src/v3/showcaseLocation.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 { ApiV2CustomerQuoteUploadConnectionType } from '@matochmat/api-client/src/v2/customerQuoteUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\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:\n\t{\n\t\t/**\n\t\t * The upload connection between the customer quote and the upload.\n\t\t */\n\t\tcustomerQuoteUpload: ApiV2CustomerQuoteUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\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 * Which days to send empty menu reminders.\n\t */\n\temptyMenuReminderDays: number[];\n\n\t/**\n\t * Email to use when sending out empty menu reminders.\n\t */\n\temptyMenuReminderEmail: string;\n\n\t/**\n\t * String representation of the date when empty menu reminder was last sent. Used to avoid sending twice the same day if the script is run twice.\n\t */\n\temptyMenuReminderLastSent: string;\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","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 notice endpoint.\n */\nexport type ApiV2NoticeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the notice has been handled.\n\t */\n\thandled: boolean;\n\n\t/**\n\t * Timestamp for when the notice was handled.\n\t */\n\thandledOn: string;\n\n\t/**\n\t * Unique ID for the notice.\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 * Title of the notice.\n\t */\n\ttext: string;\n\n\t/**\n\t * Title of the notice.\n\t */\n\ttitle: string;\n};\n\n/**\n * The API response type for notices.\n */\nexport type ApiV2NoticeResponseType = ApiV2BaseResponseType<ApiV2NoticeType[], number>;\n\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","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 order endpoint.\n */\nexport type ApiV2OrderType =\n{\n\t/**\n\t * Keeps track of whether or not the user has confirmed their order.\n\t */\n\tconfirmed: boolean;\n\n\t/**\n\t * Timestamp for when the order was confirmed.\n\t */\n\tconfirmedDate: string|null;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email address to the customer.\n\t */\n\tcustomerEmail: string;\n\n\t/**\n\t * First name of the customer.\n\t */\n\tcustomerFirstName: string;\n\n\t/**\n\t * Last name of the customer.\n\t */\n\tcustomerLastName: string;\n\n\t/**\n\t * Phone number to the customer.\n\t */\n\tcustomerPhone: 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 * Order number to display to the user. Not to be confused with the database ID.\n\t */\n\torderNumber: number|null;\n\n\t/**\n\t * Keeps track of whether or not the restaurant has processed the order.\n\t */\n\tprocessed: boolean;\n\n\t/**\n\t * Timestamp for when the order was processed.\n\t */\n\tprocessedDate: string|null;\n\n\t/**\n\t * ID of the restaurant that placed the order was placed on.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the user that placed the order.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for orders.\n */\nexport type ApiV2OrderResponseType = ApiV2BaseResponseType<ApiV2OrderType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\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 order items endpoint.\n */\nexport type ApiV2OrderItemType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Description of the lunch box.\n\t */\n\tdescription: 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 lunch box that the item refers to.\n\t */\n\tlunchBoxId: number|null;\n\n\t/**\n\t * Name of the lunch box.\n\t */\n\tname: string;\n\n\t/**\n\t * ID of the order that the item belongs to.\n\t */\n\torderId: number;\n\n\t/**\n\t * Price of the lunch box.\n\t */\n\tprice: number;\n\n\t/**\n\t * Number of items ordered.\n\t */\n\tquantity: number;\n\n\t/**\n\t * List of tags for the dish.\n\t */\n\ttags: string[];\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2OrderItemResponseType = ApiV2BaseResponseType<ApiV2OrderItemType[], number>;\n\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 * Generic setup settings for the PDF.\n\t */\n\tsettings: string;\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","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 restaurant functionality visibility types endpoint.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeType =\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 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 restaurant functionality visibility types.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeResponseType = ApiV2BaseResponseType<ApiV2RestaurantFunctionalityVisibilityTypeType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2ShowcasePositionTypeType } from '@matochmat/api-client/src/v2/showcasePositionType';\nimport type { ApiV2ShowcaseTypeType } from '@matochmat/api-client/src/v2/showcaseType';\nimport type { ApiV2ShowcaseUploadConnectionType } from '@matochmat/api-client/src/v2/showcaseUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the showcase endpoint.\n */\nexport type ApiV2ShowcaseType =\n{\n\t/**\n\t * Determines whether or not to use `allow-same-origin` for iframes.\n\t */\n\tallowSameOrigin: boolean;\n\n\t/**\n\t * String representation of when the showcase was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Desktop image for the showcase.\n\t */\n\tdesktopImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Whether or not to display the ad in all cities.\n\t */\n\tdisplayInAllCities: boolean;\n\n\t/**\n\t * Whether or not to display the ad in the app variant of the page.\n\t */\n\tdisplayInApp: boolean;\n\n\t/**\n\t * Whether or not to display the ad on the web variant of the page.\n\t */\n\tdisplayOnWeb: boolean;\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 showcase.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the ad was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in desktop.\n\t */\n\tlinkHrefDesktop: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in mobile.\n\t */\n\tlinkHrefMobile: string;\n\n\t/**\n\t * Max view count before the showcase stops being displayed.\n\t */\n\tmaxViewCount: number|null;\n\n\t/**\n\t * Mobile image for the showcase.\n\t */\n\tmobileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Readable name of the showcase.\n\t */\n\tname: string;\n\n\t/**\n\t * Whether or not to open the link in a new tab.\n\t */\n\topenInNewTab: boolean;\n\n\t/**\n\t * Script content to load when using the script type.\n\t */\n\tscriptContent: string;\n\n\t/**\n\t * ID of the position type (which defines where on the page the ad should be displayed) for the showcase.\n\t */\n\tshowcasePositionTypeId: ApiV2ShowcasePositionTypeType[ 'id' ];\n\n\t/**\n\t * ID of the showcase type.\n\t */\n\tshowcaseTypeId: ApiV2ShowcaseTypeType[ 'id' ];\n\n\t/**\n\t * String representation of which date the ad should start displaying.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcaseResponseType = ApiV2BaseResponseType<ApiV2ShowcaseType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\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 showcase locations endpoint.\n */\nexport type ApiV2ShowcaseLocationType =\n{\n\t/**\n\t * City ID for the location.\n\t */\n\tcityId: number;\n\n\t/**\n\t * Entity ID for the location.\n\t */\n\tentityId: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n};\n\n/**\n * The API response type for showcase locations.\n */\nexport type ApiV2ShowcaseLocationResponseType = ApiV2BaseResponseType<ApiV2ShowcaseLocationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseLocationApiEndpointSlug = 'showcase-location-lists';\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 showcase position type endpoint.\n */\nexport type ApiV2ShowcasePositionTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcasePositionTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcasePositionTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-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 showcase type endpoint.\n */\nexport type ApiV2ShowcaseTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcase types.\n */\nexport type ApiV2ShowcaseTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcaseTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseTypeApiEndpointSlug = 'showcase-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","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 showcase user role connections endpoint.\n */\nexport type ApiV2ShowcaseUserRoleConnectionType =\n{\n\t/**\n\t * String representation of when the entity relation was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of when the entity relation was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Showcase ID (first entity).\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * User role ID (second entity).\n\t */\n\tuserRoleId: number;\n};\n\n/**\n * The API response type for showcase user role connections.\n */\nexport type ApiV2ShowcaseUserRoleConnectionResponseType = ApiV2BaseResponseType<ApiV2ShowcaseUserRoleConnectionType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseUserRoleConnectionApiEndpointSlug = 'showcase-user-role-connections';\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","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 order items endpoint.\n */\nexport type ApiV2SubscriptionPeriodType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * End date for the subscription period\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for subscription period.\n\t */\n\tid: number;\n\n\t/**\n\t * Whether or not the period has been invalidated.\n\t */\n\tinvalidated: boolean;\n\n\t/**\n\t * Keeps track of whether or not the current period is a trial period.\n\t */\n\tisTrialPeriod: boolean;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Keeps track of whether the period was manually created or not.\n\t */\n\tmanuallyCreated: boolean;\n\n\t/**\n\t * Restaurant ID the period relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Start date for the subscription period.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2SubscriptionPeriodResponseType = ApiV2BaseResponseType<ApiV2SubscriptionPeriodType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2TeamMemberUploadConnectionType } from '@matochmat/api-client/src/v2/teamMemberUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the team member endpoint.\n */\nexport type ApiV2TeamMemberType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * First name (given name).\n\t */\n\tfirstName: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Last name (family name).\n\t */\n\tlastName: 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 * The profile image for the team member.\n\t */\n\tprofileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the team member and the upload.\n\t\t */\n\t\tteamMemberUpload: ApiV2TeamMemberUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Name of the role that the team member holds.\n\t */\n\troleName: 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 team member.\n */\nexport type ApiV2TeamMemberResponseType = ApiV2BaseResponseType<ApiV2TeamMemberType[], number>;\n\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","import type { ApiV2ShowcaseLocationType } from '@matochmat/api-client/src/v2/showcaseLocation';\nimport type { ApiV3BaseResponseType } from '@matochmat/api-client/src/v3/baseResponse';\n\n/**\n * Type for the individual array items in v3 of the API for the showcase location endpoint.\n */\nexport type ApiV3ShowcaseLocationType = Exclude<ApiV2ShowcaseLocationType, 'entityId'> &\n{\n\t/**\n\t * Unique ID for the showcase location.\n\t */\n\tid: number;\n\n\t/**\n\t * ID of the showcase the location represents.\n\t */\n\tshowcaseId: number;\n};\n\n/**\n * The API response type for showcase location items.\n */\nexport type ApiV3ShowcaseLocationResponseType = ApiV3BaseResponseType<ApiV3ShowcaseLocationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV3ShowcaseLocationApiEndpointSlug = 'showcase-locations';\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;;ACoEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC3DjD;;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;;AC2BzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACxEtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;AC6CpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACnD1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACgB/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACvBzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACb7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACsB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;AC5BtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACpL9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACXzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACmI3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;AC7G5C;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACsBpD;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACHxD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACzChD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACe5D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACpC9D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACkDrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACetD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACXjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACK5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACtD9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;ACqBxC;;AAEG;AACI,MAAM,oCAAoC,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/restaurantFunctionalityVisibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseType.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","../src/v3/showcaseLocation.ts","../src/v3/showcaseUserRoleConnection.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';\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 * 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:\n\t{\n\t\t/**\n\t\t * City ID upload belongs to.\n\t\t */\n\t\tcityId: number;\n\n\t\t/**\n\t\t * ID of upload type.\n\t\t */\n\t\tcityUploadTypeId: number;\n\t};\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 { ApiV2CustomerQuoteUploadConnectionType } from '@matochmat/api-client/src/v2/customerQuoteUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\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:\n\t{\n\t\t/**\n\t\t * The upload connection between the customer quote and the upload.\n\t\t */\n\t\tcustomerQuoteUpload: ApiV2CustomerQuoteUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\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 * 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\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 * Which days to send empty menu reminders.\n\t */\n\temptyMenuReminderDays: number[];\n\n\t/**\n\t * Email to use when sending out empty menu reminders.\n\t */\n\temptyMenuReminderEmail: string;\n\n\t/**\n\t * String representation of the date when empty menu reminder was last sent. Used to avoid sending twice the same day if the script is run twice.\n\t */\n\temptyMenuReminderLastSent: string;\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","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 notice endpoint.\n */\nexport type ApiV2NoticeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the notice has been handled.\n\t */\n\thandled: boolean;\n\n\t/**\n\t * Timestamp for when the notice was handled.\n\t */\n\thandledOn: string;\n\n\t/**\n\t * Unique ID for the notice.\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 * Title of the notice.\n\t */\n\ttext: string;\n\n\t/**\n\t * Title of the notice.\n\t */\n\ttitle: string;\n};\n\n/**\n * The API response type for notices.\n */\nexport type ApiV2NoticeResponseType = ApiV2BaseResponseType<ApiV2NoticeType[], number>;\n\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","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 order endpoint.\n */\nexport type ApiV2OrderType =\n{\n\t/**\n\t * Keeps track of whether or not the user has confirmed their order.\n\t */\n\tconfirmed: boolean;\n\n\t/**\n\t * Timestamp for when the order was confirmed.\n\t */\n\tconfirmedDate: string|null;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email address to the customer.\n\t */\n\tcustomerEmail: string;\n\n\t/**\n\t * First name of the customer.\n\t */\n\tcustomerFirstName: string;\n\n\t/**\n\t * Last name of the customer.\n\t */\n\tcustomerLastName: string;\n\n\t/**\n\t * Phone number to the customer.\n\t */\n\tcustomerPhone: 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 * Order number to display to the user. Not to be confused with the database ID.\n\t */\n\torderNumber: number|null;\n\n\t/**\n\t * Keeps track of whether or not the restaurant has processed the order.\n\t */\n\tprocessed: boolean;\n\n\t/**\n\t * Timestamp for when the order was processed.\n\t */\n\tprocessedDate: string|null;\n\n\t/**\n\t * ID of the restaurant that placed the order was placed on.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the user that placed the order.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for orders.\n */\nexport type ApiV2OrderResponseType = ApiV2BaseResponseType<ApiV2OrderType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\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 order items endpoint.\n */\nexport type ApiV2OrderItemType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Description of the lunch box.\n\t */\n\tdescription: 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 lunch box that the item refers to.\n\t */\n\tlunchBoxId: number|null;\n\n\t/**\n\t * Name of the lunch box.\n\t */\n\tname: string;\n\n\t/**\n\t * ID of the order that the item belongs to.\n\t */\n\torderId: number;\n\n\t/**\n\t * Price of the lunch box.\n\t */\n\tprice: number;\n\n\t/**\n\t * Number of items ordered.\n\t */\n\tquantity: number;\n\n\t/**\n\t * List of tags for the dish.\n\t */\n\ttags: string[];\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2OrderItemResponseType = ApiV2BaseResponseType<ApiV2OrderItemType[], number>;\n\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 * Generic setup settings for the PDF.\n\t */\n\tsettings: string;\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","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 restaurant functionality visibility types endpoint.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeType =\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 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 restaurant functionality visibility types.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeResponseType = ApiV2BaseResponseType<ApiV2RestaurantFunctionalityVisibilityTypeType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2ShowcasePositionTypeType } from '@matochmat/api-client/src/v2/showcasePositionType';\nimport type { ApiV2ShowcaseTypeType } from '@matochmat/api-client/src/v2/showcaseType';\nimport type { ApiV2ShowcaseUploadConnectionType } from '@matochmat/api-client/src/v2/showcaseUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the showcase endpoint.\n */\nexport type ApiV2ShowcaseType =\n{\n\t/**\n\t * Determines whether or not to use `allow-same-origin` for iframes.\n\t */\n\tallowSameOrigin: boolean;\n\n\t/**\n\t * String representation of when the showcase was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Desktop image for the showcase.\n\t */\n\tdesktopImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Whether or not to display the ad in all cities.\n\t */\n\tdisplayInAllCities: boolean;\n\n\t/**\n\t * Whether or not to display the ad in the app variant of the page.\n\t */\n\tdisplayInApp: boolean;\n\n\t/**\n\t * Whether or not to display the ad on the web variant of the page.\n\t */\n\tdisplayOnWeb: boolean;\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 showcase.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the ad was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in desktop.\n\t */\n\tlinkHrefDesktop: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in mobile.\n\t */\n\tlinkHrefMobile: string;\n\n\t/**\n\t * Max view count before the showcase stops being displayed.\n\t */\n\tmaxViewCount: number|null;\n\n\t/**\n\t * Mobile image for the showcase.\n\t */\n\tmobileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Readable name of the showcase.\n\t */\n\tname: string;\n\n\t/**\n\t * Whether or not to open the link in a new tab.\n\t */\n\topenInNewTab: boolean;\n\n\t/**\n\t * Script content to load when using the script type.\n\t */\n\tscriptContent: string;\n\n\t/**\n\t * ID of the position type (which defines where on the page the ad should be displayed) for the showcase.\n\t */\n\tshowcasePositionTypeId: ApiV2ShowcasePositionTypeType[ 'id' ];\n\n\t/**\n\t * ID of the showcase type.\n\t */\n\tshowcaseTypeId: ApiV2ShowcaseTypeType[ 'id' ];\n\n\t/**\n\t * String representation of which date the ad should start displaying.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcaseResponseType = ApiV2BaseResponseType<ApiV2ShowcaseType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\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 showcase position type endpoint.\n */\nexport type ApiV2ShowcasePositionTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcasePositionTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcasePositionTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-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 showcase type endpoint.\n */\nexport type ApiV2ShowcaseTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcase types.\n */\nexport type ApiV2ShowcaseTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcaseTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseTypeApiEndpointSlug = 'showcase-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","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 order items endpoint.\n */\nexport type ApiV2SubscriptionPeriodType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * End date for the subscription period\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for subscription period.\n\t */\n\tid: number;\n\n\t/**\n\t * Whether or not the period has been invalidated.\n\t */\n\tinvalidated: boolean;\n\n\t/**\n\t * Keeps track of whether or not the current period is a trial period.\n\t */\n\tisTrialPeriod: boolean;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Keeps track of whether the period was manually created or not.\n\t */\n\tmanuallyCreated: boolean;\n\n\t/**\n\t * Restaurant ID the period relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Start date for the subscription period.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2SubscriptionPeriodResponseType = ApiV2BaseResponseType<ApiV2SubscriptionPeriodType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2TeamMemberUploadConnectionType } from '@matochmat/api-client/src/v2/teamMemberUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the team member endpoint.\n */\nexport type ApiV2TeamMemberType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * First name (given name).\n\t */\n\tfirstName: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Last name (family name).\n\t */\n\tlastName: 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 * The profile image for the team member.\n\t */\n\tprofileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the team member and the upload.\n\t\t */\n\t\tteamMemberUpload: ApiV2TeamMemberUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Name of the role that the team member holds.\n\t */\n\troleName: 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 team member.\n */\nexport type ApiV2TeamMemberResponseType = ApiV2BaseResponseType<ApiV2TeamMemberType[], number>;\n\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","import type { ApiV3BaseResponseType } from '@matochmat/api-client/src/v3/baseResponse';\n\n/**\n * Type for the individual array items in v3 of the API for the showcase location endpoint.\n */\nexport type ApiV3ShowcaseLocationType =\n{\n\t/**\n\t * City ID for the location.\n\t */\n\tcityId: number;\n\n\t/**\n\t * Unique ID for the showcase location.\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 showcase the location represents.\n\t */\n\tshowcaseId: number;\n};\n\n/**\n * The API response type for showcase location items.\n */\nexport type ApiV3ShowcaseLocationResponseType = ApiV3BaseResponseType<ApiV3ShowcaseLocationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV3ShowcaseLocationApiEndpointSlug = 'showcase-locations';\n","import type { ApiV3BaseResponseType } from '@matochmat/api-client/src/v3/baseResponse';\n\n/**\n * Type for the individual array items in v3 of the API for the showcase user role connection endpoint.\n */\nexport type ApiV3ShowcaseUserRoleConnectionType =\n{\n\t/**\n\t * String representation of when the entity relation was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of when the entity relation was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Showcase ID (first entity).\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * User role ID (second entity).\n\t */\n\tuserRoleId: number;\n};\n\n/**\n * The API response type for showcase user role connection items.\n */\nexport type ApiV3ShowcaseUserRoleConnectionResponseType = ApiV3BaseResponseType<ApiV3ShowcaseUserRoleConnectionType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV3ShowcaseUserRoleConnectionsApiEndpointSlug = 'showcase-user-role-connections';\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;;ACkGzD;;AAEG;AACI,MAAM,wBAAwB,GAAG;;AC1IxC;;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;;ACoEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC3DjD;;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;;ACmCnE;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACO3C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACE9D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACxD9D;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACoC5C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC2BzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACxEtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;AC6CpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACnD1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACgB/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACvBzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACb7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACsB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;AC5BtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACpL9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACXzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACmI3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACpF5C;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACHxD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACzChD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;AClB5D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACkDrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACetD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACXjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACK5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACtD9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;AC8BxC;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACHpD;;AAEG;AACI,MAAM,+CAA+C,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ export * from './v2/cateringDishTab';
|
|
|
6
6
|
export * from './v2/cateringFunctionality';
|
|
7
7
|
export * from './v2/city';
|
|
8
8
|
export * from './v2/cityUploadConnection';
|
|
9
|
-
export * from './v2/cityUploadGrouping';
|
|
10
9
|
export * from './v2/coupon';
|
|
11
10
|
export * from './v2/crawlingConfiguration';
|
|
12
11
|
export * from './v2/crawlingConfigurationModel';
|
|
@@ -60,11 +59,9 @@ export * from './v2/restaurantUploadConnection';
|
|
|
60
59
|
export * from './v2/restaurantUploadGrouping';
|
|
61
60
|
export * from './v2/session';
|
|
62
61
|
export * from './v2/showcase';
|
|
63
|
-
export * from './v2/showcaseLocation';
|
|
64
62
|
export * from './v2/showcasePositionType';
|
|
65
63
|
export * from './v2/showcaseType';
|
|
66
64
|
export * from './v2/showcaseUploadConnection';
|
|
67
|
-
export * from './v2/showcaseUserRoleConnection';
|
|
68
65
|
export * from './v2/showcaseViewCount';
|
|
69
66
|
export * from './v2/subscriptionPeriod';
|
|
70
67
|
export * from './v2/systemSetting';
|
|
@@ -82,6 +79,7 @@ export * from './v2/week';
|
|
|
82
79
|
export * from './v2/year';
|
|
83
80
|
export * from './v2/yearSet';
|
|
84
81
|
export * from './v3/baseResponse';
|
|
82
|
+
export * from './v3/city';
|
|
85
83
|
export * from './v3/crawlingConfiguration';
|
|
86
84
|
export * from './v3/crawlingConfigurationModel';
|
|
87
85
|
export * from './v3/crawlingConfigurationTextContentStrategyType';
|
|
@@ -89,6 +87,7 @@ export * from './v3/customerQuote';
|
|
|
89
87
|
export * from './v3/customerQuoteUploadConnection';
|
|
90
88
|
export * from './v3/deliveryInfo';
|
|
91
89
|
export * from './v3/displaySolutionV1Configuration';
|
|
90
|
+
export * from './v3/geodata';
|
|
92
91
|
export * from './v3/integrationV1Configuration';
|
|
93
92
|
export * from './v3/integrationV2Configuration';
|
|
94
93
|
export * from './v3/lunchFunctionality';
|
package/dist/index.esm.js
CHANGED
|
@@ -243,11 +243,6 @@ const apiV2SessionApiEndpointSlug = 'session';
|
|
|
243
243
|
*/
|
|
244
244
|
const apiV2ShowcaseApiEndpointSlug = 'showcases';
|
|
245
245
|
|
|
246
|
-
/**
|
|
247
|
-
* API endpoint slug.
|
|
248
|
-
*/
|
|
249
|
-
const apiV2ShowcaseLocationApiEndpointSlug = 'showcase-location-lists';
|
|
250
|
-
|
|
251
246
|
/**
|
|
252
247
|
* API endpoint slug.
|
|
253
248
|
*/
|
|
@@ -263,11 +258,6 @@ const apiV2ShowcaseTypeApiEndpointSlug = 'showcase-types';
|
|
|
263
258
|
*/
|
|
264
259
|
const apiV2ShowcaseUploadConnectionApiEndpointSlug = 'showcase-uploads';
|
|
265
260
|
|
|
266
|
-
/**
|
|
267
|
-
* API endpoint slug.
|
|
268
|
-
*/
|
|
269
|
-
const apiV2ShowcaseUserRoleConnectionApiEndpointSlug = 'showcase-user-role-connections';
|
|
270
|
-
|
|
271
261
|
/**
|
|
272
262
|
* API endpoint slug.
|
|
273
263
|
*/
|
|
@@ -327,5 +317,10 @@ const apiV2UserApiEndpointSlug = 'users';
|
|
|
327
317
|
*/
|
|
328
318
|
const apiV3ShowcaseLocationApiEndpointSlug = 'showcase-locations';
|
|
329
319
|
|
|
330
|
-
|
|
320
|
+
/**
|
|
321
|
+
* API endpoint slug.
|
|
322
|
+
*/
|
|
323
|
+
const apiV3ShowcaseUserRoleConnectionsApiEndpointSlug = 'showcase-user-role-connections';
|
|
324
|
+
|
|
325
|
+
export { apiV2BonusStampCodeApiEndpointSlug, apiV2CateringDishApiEndpointSlug, apiV2CateringDishCategoryApiEndpointSlug, apiV2CateringDishTabApiEndpointSlug, apiV2CateringFunctionalityApiEndpointSlug, apiV2CityApiEndpointSlug, apiV2CityUploadConnectionApiEndpointSlug, apiV2CouponApiEndpointSlug, apiV2CrawlingConfigurationApiEndpointSlug, apiV2CrawlingConfigurationModelApiEndpointSlug, apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug, apiV2CustomerApiEndpointSlug, apiV2CustomerContactApiEndpointSlug, apiV2CustomerManagementApiEndpointSlug, apiV2CustomerQuoteApiEndpointSlug, apiV2CustomerQuoteUploadConnectionApiEndpointSlug, apiV2DeliveryInfoApiEndpointSlug, apiV2DinnerDishApiEndpointSlug, apiV2DinnerDishCategoryApiEndpointSlug, apiV2DinnerDishTabApiEndpointSlug, apiV2DinnerFunctionalityApiEndpointSlug, apiV2DinnerFunctionalityTypeApiEndpointSlug, apiV2DisplaySolutionV1ConfigurationApiEndpointSlug, apiV2DynamicContentApiEndpointSlug, apiV2EmailTemplateApiEndpointSlug, apiV2FirebaseDeviceRegistrationTokenApiEndpointSlug, apiV2GeodataApiEndpointSlug, apiV2IntegrationV1ConfigurationApiEndpointSlug, apiV2IntegrationV2ConfigurationApiEndpointSlug, apiV2LunchBoxApiEndpointSlug, apiV2LunchBoxFunctionalityApiEndpointSlug, apiV2LunchFunctionalityApiEndpointSlug, apiV2MenuCrawlerProxyApiEndpointSlug, apiV2NoticeApiEndpointSlug, apiV2NotificationPreferenceApiEndpointSlug, apiV2OpeningHourApiEndpointSlug, apiV2OrderApiEndpointSlug, apiV2OrderItemApiEndpointSlug, apiV2PdfV1ConfigurationApiEndpointSlug, apiV2PdfV1ConfigurationTypeApiEndpointSlug, apiV2PdfV2ConfigurationApiEndpointSlug, apiV2PdfV2ConfigurationTypeApiEndpointSlug, apiV2PolicyApiEndpointSlug, apiV2RestaurantApiEndpointSlug, apiV2RestaurantFunctionalityVisibilityTypeApiEndpointSlug, apiV2RestaurantUploadConnectionApiEndpointSlug, apiV2RestaurantUploadGroupingApiEndpointSlug, apiV2SessionApiEndpointSlug, apiV2ShowCaseViewCountApiEndpointSlug, apiV2ShowcaseApiEndpointSlug, apiV2ShowcasePositionTypeApiEndpointSlug, apiV2ShowcaseTypeApiEndpointSlug, apiV2ShowcaseUploadConnectionApiEndpointSlug, apiV2ShowcaseViewCountApiEndpointSlug, apiV2SubscriptionPeriodApiEndpointSlug, apiV2SystemSettingApiEndpointSlug, apiV2TableBookingApiEndpointSlug, apiV2TakeAwayApiEndpointSlug, apiV2TeamMemberApiEndpointSlug, apiV2TeamMemberUploadConnectionApiEndpointSlug, apiV2UpdatedByTypeApiEndpointSlug, apiV2UploadsApiEndpointSlug, apiV2UserApiEndpointSlug, apiV2CityApiEndpointSlug as apiV3CityApiEndpointSlug, apiV2CrawlingConfigurationApiEndpointSlug as apiV3CrawlingConfigurationApiEndpointSlug, apiV2CrawlingConfigurationModelApiEndpointSlug as apiV3CrawlingConfigurationModelApiEndpointSlug, apiV2CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug as apiV3CrawlingConfigurationTextContentStrategyTypeApiEndpointSlug, apiV2CustomerQuoteApiEndpointSlug as apiV3CustomerQuoteApiEndpointSlug, apiV2CustomerQuoteUploadConnectionApiEndpointSlug as apiV3CustomerQuoteUploadConnectionApiEndpointSlug, apiV2DeliveryInfoApiEndpointSlug as apiV3DeliveryInfoApiEndpointSlug, apiV2DisplaySolutionV1ConfigurationApiEndpointSlug as apiV3DisplaySolutionV1ConfigurationApiEndpointSlug, apiV2GeodataApiEndpointSlug as apiV3GeodataApiEndpointSlug, apiV2IntegrationV1ConfigurationApiEndpointSlug as apiV3IntegrationV1ConfigurationApiEndpointSlug, apiV2IntegrationV2ConfigurationApiEndpointSlug as apiV3IntegrationV2ConfigurationApiEndpointSlug, apiV2NoticeApiEndpointSlug as apiV3NoticeApiEndpointSlug, apiV2OpeningHourApiEndpointSlug as apiV3OpeningHourApiEndpointSlug, apiV2OrderApiEndpointSlug as apiV3OrderApiEndpointSlug, apiV2OrderItemApiEndpointSlug as apiV3OrderItemApiEndpointSlug, apiV2PdfV1ConfigurationApiEndpointSlug as apiV3PdfV1ConfigurationApiEndpointSlug, apiV2PdfV1ConfigurationTypeApiEndpointSlug as apiV3PdfV1ConfigurationTypeApiEndpointSlug, apiV2PdfV2ConfigurationApiEndpointSlug as apiV3PdfV2ConfigurationApiEndpointSlug, apiV2PdfV2ConfigurationTypeApiEndpointSlug as apiV3PdfV2ConfigurationTypeApiEndpointSlug, apiV2ShowcaseApiEndpointSlug as apiV3ShowcaseApiEndpointSlug, apiV3ShowcaseLocationApiEndpointSlug, apiV2ShowcasePositionTypeApiEndpointSlug as apiV3ShowcasePositionTypeApiEndpointSlug, apiV2ShowcaseTypeApiEndpointSlug as apiV3ShowcaseTypeApiEndpointSlug, apiV2ShowcaseUploadConnectionApiEndpointSlug as apiV3ShowcaseUploadConnectionApiEndpointSlug, apiV3ShowcaseUserRoleConnectionsApiEndpointSlug, apiV2TableBookingApiEndpointSlug as apiV3TableBookingApiEndpointSlug, apiV2TakeAwayApiEndpointSlug as apiV3TakeAwayApiEndpointSlug, apiV2TeamMemberApiEndpointSlug as apiV3TeamMemberApiEndpointSlug, apiV2TeamMemberUploadConnectionApiEndpointSlug as apiV3TeamMemberUploadConnectionApiEndpointSlug, apiV2UploadsApiEndpointSlug as apiV3UploadApiEndpointSlug };
|
|
331
326
|
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.esm.js.map
CHANGED
|
@@ -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/restaurantFunctionalityVisibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcaseLocation.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseType.ts","../src/v2/showcaseUploadConnection.ts","../src/v2/showcaseUserRoleConnection.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","../src/v3/showcaseLocation.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 { ApiV2CustomerQuoteUploadConnectionType } from '@matochmat/api-client/src/v2/customerQuoteUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\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:\n\t{\n\t\t/**\n\t\t * The upload connection between the customer quote and the upload.\n\t\t */\n\t\tcustomerQuoteUpload: ApiV2CustomerQuoteUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\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 * Which days to send empty menu reminders.\n\t */\n\temptyMenuReminderDays: number[];\n\n\t/**\n\t * Email to use when sending out empty menu reminders.\n\t */\n\temptyMenuReminderEmail: string;\n\n\t/**\n\t * String representation of the date when empty menu reminder was last sent. Used to avoid sending twice the same day if the script is run twice.\n\t */\n\temptyMenuReminderLastSent: string;\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","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 notice endpoint.\n */\nexport type ApiV2NoticeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the notice has been handled.\n\t */\n\thandled: boolean;\n\n\t/**\n\t * Timestamp for when the notice was handled.\n\t */\n\thandledOn: string;\n\n\t/**\n\t * Unique ID for the notice.\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 * Title of the notice.\n\t */\n\ttext: string;\n\n\t/**\n\t * Title of the notice.\n\t */\n\ttitle: string;\n};\n\n/**\n * The API response type for notices.\n */\nexport type ApiV2NoticeResponseType = ApiV2BaseResponseType<ApiV2NoticeType[], number>;\n\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","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 order endpoint.\n */\nexport type ApiV2OrderType =\n{\n\t/**\n\t * Keeps track of whether or not the user has confirmed their order.\n\t */\n\tconfirmed: boolean;\n\n\t/**\n\t * Timestamp for when the order was confirmed.\n\t */\n\tconfirmedDate: string|null;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email address to the customer.\n\t */\n\tcustomerEmail: string;\n\n\t/**\n\t * First name of the customer.\n\t */\n\tcustomerFirstName: string;\n\n\t/**\n\t * Last name of the customer.\n\t */\n\tcustomerLastName: string;\n\n\t/**\n\t * Phone number to the customer.\n\t */\n\tcustomerPhone: 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 * Order number to display to the user. Not to be confused with the database ID.\n\t */\n\torderNumber: number|null;\n\n\t/**\n\t * Keeps track of whether or not the restaurant has processed the order.\n\t */\n\tprocessed: boolean;\n\n\t/**\n\t * Timestamp for when the order was processed.\n\t */\n\tprocessedDate: string|null;\n\n\t/**\n\t * ID of the restaurant that placed the order was placed on.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the user that placed the order.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for orders.\n */\nexport type ApiV2OrderResponseType = ApiV2BaseResponseType<ApiV2OrderType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\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 order items endpoint.\n */\nexport type ApiV2OrderItemType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Description of the lunch box.\n\t */\n\tdescription: 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 lunch box that the item refers to.\n\t */\n\tlunchBoxId: number|null;\n\n\t/**\n\t * Name of the lunch box.\n\t */\n\tname: string;\n\n\t/**\n\t * ID of the order that the item belongs to.\n\t */\n\torderId: number;\n\n\t/**\n\t * Price of the lunch box.\n\t */\n\tprice: number;\n\n\t/**\n\t * Number of items ordered.\n\t */\n\tquantity: number;\n\n\t/**\n\t * List of tags for the dish.\n\t */\n\ttags: string[];\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2OrderItemResponseType = ApiV2BaseResponseType<ApiV2OrderItemType[], number>;\n\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 * Generic setup settings for the PDF.\n\t */\n\tsettings: string;\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","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 restaurant functionality visibility types endpoint.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeType =\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 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 restaurant functionality visibility types.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeResponseType = ApiV2BaseResponseType<ApiV2RestaurantFunctionalityVisibilityTypeType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2ShowcasePositionTypeType } from '@matochmat/api-client/src/v2/showcasePositionType';\nimport type { ApiV2ShowcaseTypeType } from '@matochmat/api-client/src/v2/showcaseType';\nimport type { ApiV2ShowcaseUploadConnectionType } from '@matochmat/api-client/src/v2/showcaseUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the showcase endpoint.\n */\nexport type ApiV2ShowcaseType =\n{\n\t/**\n\t * Determines whether or not to use `allow-same-origin` for iframes.\n\t */\n\tallowSameOrigin: boolean;\n\n\t/**\n\t * String representation of when the showcase was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Desktop image for the showcase.\n\t */\n\tdesktopImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Whether or not to display the ad in all cities.\n\t */\n\tdisplayInAllCities: boolean;\n\n\t/**\n\t * Whether or not to display the ad in the app variant of the page.\n\t */\n\tdisplayInApp: boolean;\n\n\t/**\n\t * Whether or not to display the ad on the web variant of the page.\n\t */\n\tdisplayOnWeb: boolean;\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 showcase.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the ad was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in desktop.\n\t */\n\tlinkHrefDesktop: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in mobile.\n\t */\n\tlinkHrefMobile: string;\n\n\t/**\n\t * Max view count before the showcase stops being displayed.\n\t */\n\tmaxViewCount: number|null;\n\n\t/**\n\t * Mobile image for the showcase.\n\t */\n\tmobileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Readable name of the showcase.\n\t */\n\tname: string;\n\n\t/**\n\t * Whether or not to open the link in a new tab.\n\t */\n\topenInNewTab: boolean;\n\n\t/**\n\t * Script content to load when using the script type.\n\t */\n\tscriptContent: string;\n\n\t/**\n\t * ID of the position type (which defines where on the page the ad should be displayed) for the showcase.\n\t */\n\tshowcasePositionTypeId: ApiV2ShowcasePositionTypeType[ 'id' ];\n\n\t/**\n\t * ID of the showcase type.\n\t */\n\tshowcaseTypeId: ApiV2ShowcaseTypeType[ 'id' ];\n\n\t/**\n\t * String representation of which date the ad should start displaying.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcaseResponseType = ApiV2BaseResponseType<ApiV2ShowcaseType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\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 showcase locations endpoint.\n */\nexport type ApiV2ShowcaseLocationType =\n{\n\t/**\n\t * City ID for the location.\n\t */\n\tcityId: number;\n\n\t/**\n\t * Entity ID for the location.\n\t */\n\tentityId: number;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n};\n\n/**\n * The API response type for showcase locations.\n */\nexport type ApiV2ShowcaseLocationResponseType = ApiV2BaseResponseType<ApiV2ShowcaseLocationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseLocationApiEndpointSlug = 'showcase-location-lists';\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 showcase position type endpoint.\n */\nexport type ApiV2ShowcasePositionTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcasePositionTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcasePositionTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-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 showcase type endpoint.\n */\nexport type ApiV2ShowcaseTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcase types.\n */\nexport type ApiV2ShowcaseTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcaseTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseTypeApiEndpointSlug = 'showcase-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","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 showcase user role connections endpoint.\n */\nexport type ApiV2ShowcaseUserRoleConnectionType =\n{\n\t/**\n\t * String representation of when the entity relation was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of when the entity relation was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Showcase ID (first entity).\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * User role ID (second entity).\n\t */\n\tuserRoleId: number;\n};\n\n/**\n * The API response type for showcase user role connections.\n */\nexport type ApiV2ShowcaseUserRoleConnectionResponseType = ApiV2BaseResponseType<ApiV2ShowcaseUserRoleConnectionType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseUserRoleConnectionApiEndpointSlug = 'showcase-user-role-connections';\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","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 order items endpoint.\n */\nexport type ApiV2SubscriptionPeriodType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * End date for the subscription period\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for subscription period.\n\t */\n\tid: number;\n\n\t/**\n\t * Whether or not the period has been invalidated.\n\t */\n\tinvalidated: boolean;\n\n\t/**\n\t * Keeps track of whether or not the current period is a trial period.\n\t */\n\tisTrialPeriod: boolean;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Keeps track of whether the period was manually created or not.\n\t */\n\tmanuallyCreated: boolean;\n\n\t/**\n\t * Restaurant ID the period relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Start date for the subscription period.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2SubscriptionPeriodResponseType = ApiV2BaseResponseType<ApiV2SubscriptionPeriodType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2TeamMemberUploadConnectionType } from '@matochmat/api-client/src/v2/teamMemberUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the team member endpoint.\n */\nexport type ApiV2TeamMemberType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * First name (given name).\n\t */\n\tfirstName: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Last name (family name).\n\t */\n\tlastName: 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 * The profile image for the team member.\n\t */\n\tprofileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the team member and the upload.\n\t\t */\n\t\tteamMemberUpload: ApiV2TeamMemberUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Name of the role that the team member holds.\n\t */\n\troleName: 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 team member.\n */\nexport type ApiV2TeamMemberResponseType = ApiV2BaseResponseType<ApiV2TeamMemberType[], number>;\n\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","import type { ApiV2ShowcaseLocationType } from '@matochmat/api-client/src/v2/showcaseLocation';\nimport type { ApiV3BaseResponseType } from '@matochmat/api-client/src/v3/baseResponse';\n\n/**\n * Type for the individual array items in v3 of the API for the showcase location endpoint.\n */\nexport type ApiV3ShowcaseLocationType = Exclude<ApiV2ShowcaseLocationType, 'entityId'> &\n{\n\t/**\n\t * Unique ID for the showcase location.\n\t */\n\tid: number;\n\n\t/**\n\t * ID of the showcase the location represents.\n\t */\n\tshowcaseId: number;\n};\n\n/**\n * The API response type for showcase location items.\n */\nexport type ApiV3ShowcaseLocationResponseType = ApiV3BaseResponseType<ApiV3ShowcaseLocationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV3ShowcaseLocationApiEndpointSlug = 'showcase-locations';\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;;ACoEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC3DjD;;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;;AC2BzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACxEtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;AC6CpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACnD1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACgB/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACvBzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACb7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACsB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;AC5BtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACpL9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACXzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACmI3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;AC7G5C;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACsBpD;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACHxD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACzChD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACe5D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACpC9D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACkDrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACetD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACXjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACK5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACtD9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;ACqBxC;;AAEG;AACI,MAAM,oCAAoC,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/restaurantFunctionalityVisibilityType.ts","../src/v2/restaurantUploadConnection.ts","../src/v2/restaurantUploadGrouping.ts","../src/v2/session.ts","../src/v2/showcase.ts","../src/v2/showcasePositionType.ts","../src/v2/showcaseType.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","../src/v3/showcaseLocation.ts","../src/v3/showcaseUserRoleConnection.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';\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 * 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:\n\t{\n\t\t/**\n\t\t * City ID upload belongs to.\n\t\t */\n\t\tcityId: number;\n\n\t\t/**\n\t\t * ID of upload type.\n\t\t */\n\t\tcityUploadTypeId: number;\n\t};\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 { ApiV2CustomerQuoteUploadConnectionType } from '@matochmat/api-client/src/v2/customerQuoteUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\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:\n\t{\n\t\t/**\n\t\t * The upload connection between the customer quote and the upload.\n\t\t */\n\t\tcustomerQuoteUpload: ApiV2CustomerQuoteUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\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 * 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\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 * Which days to send empty menu reminders.\n\t */\n\temptyMenuReminderDays: number[];\n\n\t/**\n\t * Email to use when sending out empty menu reminders.\n\t */\n\temptyMenuReminderEmail: string;\n\n\t/**\n\t * String representation of the date when empty menu reminder was last sent. Used to avoid sending twice the same day if the script is run twice.\n\t */\n\temptyMenuReminderLastSent: string;\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","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 notice endpoint.\n */\nexport type ApiV2NoticeType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Whether or not the notice has been handled.\n\t */\n\thandled: boolean;\n\n\t/**\n\t * Timestamp for when the notice was handled.\n\t */\n\thandledOn: string;\n\n\t/**\n\t * Unique ID for the notice.\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 * Title of the notice.\n\t */\n\ttext: string;\n\n\t/**\n\t * Title of the notice.\n\t */\n\ttitle: string;\n};\n\n/**\n * The API response type for notices.\n */\nexport type ApiV2NoticeResponseType = ApiV2BaseResponseType<ApiV2NoticeType[], number>;\n\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","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 order endpoint.\n */\nexport type ApiV2OrderType =\n{\n\t/**\n\t * Keeps track of whether or not the user has confirmed their order.\n\t */\n\tconfirmed: boolean;\n\n\t/**\n\t * Timestamp for when the order was confirmed.\n\t */\n\tconfirmedDate: string|null;\n\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Email address to the customer.\n\t */\n\tcustomerEmail: string;\n\n\t/**\n\t * First name of the customer.\n\t */\n\tcustomerFirstName: string;\n\n\t/**\n\t * Last name of the customer.\n\t */\n\tcustomerLastName: string;\n\n\t/**\n\t * Phone number to the customer.\n\t */\n\tcustomerPhone: 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 * Order number to display to the user. Not to be confused with the database ID.\n\t */\n\torderNumber: number|null;\n\n\t/**\n\t * Keeps track of whether or not the restaurant has processed the order.\n\t */\n\tprocessed: boolean;\n\n\t/**\n\t * Timestamp for when the order was processed.\n\t */\n\tprocessedDate: string|null;\n\n\t/**\n\t * ID of the restaurant that placed the order was placed on.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * ID of the user that placed the order.\n\t */\n\tuserId: number;\n};\n\n/**\n * The API response type for orders.\n */\nexport type ApiV2OrderResponseType = ApiV2BaseResponseType<ApiV2OrderType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2OrderApiEndpointSlug = 'orders';\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 order items endpoint.\n */\nexport type ApiV2OrderItemType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Description of the lunch box.\n\t */\n\tdescription: 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 lunch box that the item refers to.\n\t */\n\tlunchBoxId: number|null;\n\n\t/**\n\t * Name of the lunch box.\n\t */\n\tname: string;\n\n\t/**\n\t * ID of the order that the item belongs to.\n\t */\n\torderId: number;\n\n\t/**\n\t * Price of the lunch box.\n\t */\n\tprice: number;\n\n\t/**\n\t * Number of items ordered.\n\t */\n\tquantity: number;\n\n\t/**\n\t * List of tags for the dish.\n\t */\n\ttags: string[];\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2OrderItemResponseType = ApiV2BaseResponseType<ApiV2OrderItemType[], number>;\n\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 * Generic setup settings for the PDF.\n\t */\n\tsettings: string;\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","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 restaurant functionality visibility types endpoint.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeType =\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 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 restaurant functionality visibility types.\n */\nexport type ApiV2RestaurantFunctionalityVisibilityTypeResponseType = ApiV2BaseResponseType<ApiV2RestaurantFunctionalityVisibilityTypeType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2ShowcasePositionTypeType } from '@matochmat/api-client/src/v2/showcasePositionType';\nimport type { ApiV2ShowcaseTypeType } from '@matochmat/api-client/src/v2/showcaseType';\nimport type { ApiV2ShowcaseUploadConnectionType } from '@matochmat/api-client/src/v2/showcaseUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the showcase endpoint.\n */\nexport type ApiV2ShowcaseType =\n{\n\t/**\n\t * Determines whether or not to use `allow-same-origin` for iframes.\n\t */\n\tallowSameOrigin: boolean;\n\n\t/**\n\t * String representation of when the showcase was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * Desktop image for the showcase.\n\t */\n\tdesktopImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Whether or not to display the ad in all cities.\n\t */\n\tdisplayInAllCities: boolean;\n\n\t/**\n\t * Whether or not to display the ad in the app variant of the page.\n\t */\n\tdisplayInApp: boolean;\n\n\t/**\n\t * Whether or not to display the ad on the web variant of the page.\n\t */\n\tdisplayOnWeb: boolean;\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 showcase.\n\t */\n\tid: number;\n\n\t/**\n\t * String representation of the last time the ad was updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in desktop.\n\t */\n\tlinkHrefDesktop: string;\n\n\t/**\n\t * Link to where a click on the showcase should send the user in mobile.\n\t */\n\tlinkHrefMobile: string;\n\n\t/**\n\t * Max view count before the showcase stops being displayed.\n\t */\n\tmaxViewCount: number|null;\n\n\t/**\n\t * Mobile image for the showcase.\n\t */\n\tmobileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the showcase and the upload.\n\t\t */\n\t\tshowcaseUpload: ApiV2ShowcaseUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Readable name of the showcase.\n\t */\n\tname: string;\n\n\t/**\n\t * Whether or not to open the link in a new tab.\n\t */\n\topenInNewTab: boolean;\n\n\t/**\n\t * Script content to load when using the script type.\n\t */\n\tscriptContent: string;\n\n\t/**\n\t * ID of the position type (which defines where on the page the ad should be displayed) for the showcase.\n\t */\n\tshowcasePositionTypeId: ApiV2ShowcasePositionTypeType[ 'id' ];\n\n\t/**\n\t * ID of the showcase type.\n\t */\n\tshowcaseTypeId: ApiV2ShowcaseTypeType[ 'id' ];\n\n\t/**\n\t * String representation of which date the ad should start displaying.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcaseResponseType = ApiV2BaseResponseType<ApiV2ShowcaseType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseApiEndpointSlug = 'showcases';\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 showcase position type endpoint.\n */\nexport type ApiV2ShowcasePositionTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcases.\n */\nexport type ApiV2ShowcasePositionTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcasePositionTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcasePositionTypeApiEndpointSlug = 'showcase-position-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 showcase type endpoint.\n */\nexport type ApiV2ShowcaseTypeType =\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 * Height for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueHeightDesktop: number;\n\n\t/**\n\t * Height for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueHeightMobile: number;\n\n\t/**\n\t * Width for aspect ratio base value for the desktop version.\n\t */\n\timageAspectRatioBaseValueWidthDesktop: number;\n\n\t/**\n\t * Width for aspect ratio base value for the mobile version.\n\t */\n\timageAspectRatioBaseValueWidthMobile: 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 of the entity.\n\t */\n\tname: string;\n};\n\n/**\n * The API response type for showcase types.\n */\nexport type ApiV2ShowcaseTypeResponseType = ApiV2BaseResponseType<ApiV2ShowcaseTypeType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV2ShowcaseTypeApiEndpointSlug = 'showcase-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","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 order items endpoint.\n */\nexport type ApiV2SubscriptionPeriodType =\n{\n\t/**\n\t * Timestamp for when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * End date for the subscription period\n\t */\n\tendDate: string;\n\n\t/**\n\t * Unique ID for subscription period.\n\t */\n\tid: number;\n\n\t/**\n\t * Whether or not the period has been invalidated.\n\t */\n\tinvalidated: boolean;\n\n\t/**\n\t * Keeps track of whether or not the current period is a trial period.\n\t */\n\tisTrialPeriod: boolean;\n\n\t/**\n\t * Timestamp for when the entity was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Keeps track of whether the period was manually created or not.\n\t */\n\tmanuallyCreated: boolean;\n\n\t/**\n\t * Restaurant ID the period relates to.\n\t */\n\trestaurantId: number;\n\n\t/**\n\t * Start date for the subscription period.\n\t */\n\tstartDate: string;\n};\n\n/**\n * The API response type for order items.\n */\nexport type ApiV2SubscriptionPeriodResponseType = ApiV2BaseResponseType<ApiV2SubscriptionPeriodType[], number>;\n\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","import type { ApiV2BaseResponseType } from '@matochmat/api-client/src/v2/baseResponse';\nimport type { ApiV2TeamMemberUploadConnectionType } from '@matochmat/api-client/src/v2/teamMemberUploadConnection';\nimport type { ApiV2UploadType } from '@matochmat/api-client/src/v2/upload';\n\n/**\n * Type for the individual array items in v2 of the API for the team member endpoint.\n */\nexport type ApiV2TeamMemberType =\n{\n\t/**\n\t * String representation of when the entity was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * First name (given name).\n\t */\n\tfirstName: string;\n\n\t/**\n\t * Unique ID for the entity.\n\t */\n\tid: number;\n\n\t/**\n\t * Last name (family name).\n\t */\n\tlastName: 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 * The profile image for the team member.\n\t */\n\tprofileImage:\n\t{\n\t\t/**\n\t\t * The upload connection between the team member and the upload.\n\t\t */\n\t\tteamMemberUpload: ApiV2TeamMemberUploadConnectionType;\n\n\t\t/**\n\t\t * Information about the actual upload.\n\t\t */\n\t\tupload: ApiV2UploadType;\n\t};\n\n\t/**\n\t * Name of the role that the team member holds.\n\t */\n\troleName: 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 team member.\n */\nexport type ApiV2TeamMemberResponseType = ApiV2BaseResponseType<ApiV2TeamMemberType[], number>;\n\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","import type { ApiV3BaseResponseType } from '@matochmat/api-client/src/v3/baseResponse';\n\n/**\n * Type for the individual array items in v3 of the API for the showcase location endpoint.\n */\nexport type ApiV3ShowcaseLocationType =\n{\n\t/**\n\t * City ID for the location.\n\t */\n\tcityId: number;\n\n\t/**\n\t * Unique ID for the showcase location.\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 showcase the location represents.\n\t */\n\tshowcaseId: number;\n};\n\n/**\n * The API response type for showcase location items.\n */\nexport type ApiV3ShowcaseLocationResponseType = ApiV3BaseResponseType<ApiV3ShowcaseLocationType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV3ShowcaseLocationApiEndpointSlug = 'showcase-locations';\n","import type { ApiV3BaseResponseType } from '@matochmat/api-client/src/v3/baseResponse';\n\n/**\n * Type for the individual array items in v3 of the API for the showcase user role connection endpoint.\n */\nexport type ApiV3ShowcaseUserRoleConnectionType =\n{\n\t/**\n\t * String representation of when the entity relation was created.\n\t */\n\tcreated: string;\n\n\t/**\n\t * String representation of when the entity relation was last updated.\n\t */\n\tlastUpdated: string;\n\n\t/**\n\t * Showcase ID (first entity).\n\t */\n\tshowcaseId: number;\n\n\t/**\n\t * User role ID (second entity).\n\t */\n\tuserRoleId: number;\n};\n\n/**\n * The API response type for showcase user role connection items.\n */\nexport type ApiV3ShowcaseUserRoleConnectionResponseType = ApiV3BaseResponseType<ApiV3ShowcaseUserRoleConnectionType[], number>;\n\n/**\n * API endpoint slug.\n */\nexport const apiV3ShowcaseUserRoleConnectionsApiEndpointSlug = 'showcase-user-role-connections';\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;;ACkGzD;;AAEG;AACI,MAAM,wBAAwB,GAAG;;AC1IxC;;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;;ACoEtD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;AC3DjD;;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;;ACmCnE;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACO3C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACE9D;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACxD9D;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACoC5C;;AAEG;AACI,MAAM,yCAAyC,GAAG;;AC2BzD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACxEtD;;AAEG;AACI,MAAM,oCAAoC,GAAG;;AC6CpD;;AAEG;AACI,MAAM,0BAA0B,GAAG;;ACnD1C;;AAEG;AACI,MAAM,0CAA0C,GAAG;;AC4D1D;;AAEG;AAEI,MAAM,+BAA+B,GAAG;;ACgB/C;;AAEG;AACI,MAAM,yBAAyB,GAAG;;ACvBzC;;AAEG;AACI,MAAM,6BAA6B,GAAG;;ACb7C;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACvBtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACsB1D;;AAEG;AACI,MAAM,sCAAsC,GAAG;;AC5BtD;;AAEG;AACI,MAAM,0CAA0C,GAAG;;ACpC1D;;AAEG;AACI,MAAM,0BAA0B,GAAG;;AC+M1C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACpL9C;;AAEG;AACI,MAAM,yDAAyD,GAAG;;ACXzE;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACvB9D;;AAEG;AACI,MAAM,4CAA4C,GAAG;;ACR5D;;AAEG;AACI,MAAM,2BAA2B,GAAG;;ACmI3C;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACpF5C;;AAEG;AACI,MAAM,wCAAwC,GAAG;;ACHxD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACzChD;;AAEG;AACI,MAAM,4CAA4C,GAAG;;AClB5D;;AAEG;AACI,MAAM,qCAAqC,GAAG;AAErD;;AAEG;AACI,MAAM,qCAAqC,GAAG;;ACkDrD;;AAEG;AACI,MAAM,sCAAsC,GAAG;;ACetD;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACXjD;;AAEG;AACI,MAAM,gCAAgC,GAAG;;ACbhD;;AAEG;AACI,MAAM,4BAA4B,GAAG;;ACK5C;;AAEG;AACI,MAAM,8BAA8B,GAAG;;ACtD9C;;AAEG;AACI,MAAM,8CAA8C,GAAG;;ACe9D;;AAEG;AACI,MAAM,iCAAiC,GAAG;;ACOjD;;AAEG;AACI,MAAM,2BAA2B,GAAG;;AC9C3C;;AAEG;AACI,MAAM,wBAAwB,GAAG;;AC8BxC;;AAEG;AACI,MAAM,oCAAoC,GAAG;;ACHpD;;AAEG;AACI,MAAM,+CAA+C,GAAG;;;;"}
|
package/dist/v2/city.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import type { ApiV2BaseResponseType } from '../v2/baseResponse';
|
|
2
|
-
import type { ApiV2CityUploadGroupingType } from '../v2/cityUploadGrouping';
|
|
3
|
-
import type { ApiV2GeodataType } from '../v2/geodata';
|
|
4
2
|
/**
|
|
5
3
|
* Type for the individual array items in v2 of the API for the city endpoint.
|
|
6
4
|
*/
|
|
@@ -50,11 +48,6 @@ export type ApiV2CityType = {
|
|
|
50
48
|
* Intro text for the dinner list.
|
|
51
49
|
*/
|
|
52
50
|
dinnerIntroText: string;
|
|
53
|
-
/**
|
|
54
|
-
* Geodata information for the city.
|
|
55
|
-
* @deprecated
|
|
56
|
-
*/
|
|
57
|
-
geodata: ApiV2GeodataType;
|
|
58
51
|
/**
|
|
59
52
|
* Unique ID for the city.
|
|
60
53
|
*/
|
|
@@ -106,7 +99,16 @@ export type ApiV2CityType = {
|
|
|
106
99
|
/**
|
|
107
100
|
* OG image for the city.
|
|
108
101
|
*/
|
|
109
|
-
sharingImage:
|
|
102
|
+
sharingImage: {
|
|
103
|
+
/**
|
|
104
|
+
* City ID upload belongs to.
|
|
105
|
+
*/
|
|
106
|
+
cityId: number;
|
|
107
|
+
/**
|
|
108
|
+
* ID of upload type.
|
|
109
|
+
*/
|
|
110
|
+
cityUploadTypeId: number;
|
|
111
|
+
};
|
|
110
112
|
/**
|
|
111
113
|
* Machine readable name of the city used in URLs among other places.
|
|
112
114
|
*/
|
package/dist/v2/geodata.d.ts
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
export type ApiV2GeodataType = {
|
|
2
|
-
/**
|
|
3
|
-
* Unused.
|
|
4
|
-
* @deprecated
|
|
5
|
-
*/
|
|
6
|
-
cityId: number;
|
|
7
2
|
/**
|
|
8
3
|
* Timestamp for when the entity was created.
|
|
9
4
|
*/
|
|
@@ -32,10 +27,6 @@ export type ApiV2GeodataType = {
|
|
|
32
27
|
* The URL for the static map image.
|
|
33
28
|
*/
|
|
34
29
|
staticMapImageUrl: string;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
zoomLevel: number;
|
|
39
30
|
};
|
|
40
31
|
/**
|
|
41
32
|
* API endpoint slug.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ApiV2CityType } from '../v2/city';
|
|
2
|
+
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
+
export { apiV2CityApiEndpointSlug as apiV3CityApiEndpointSlug } from '../v2/city';
|
|
4
|
+
/**
|
|
5
|
+
* Type for the individual array items in v3 of the API for the city endpoint.
|
|
6
|
+
*/
|
|
7
|
+
export type ApiV3CityType = ApiV2CityType;
|
|
8
|
+
/**
|
|
9
|
+
* The API response type for city items.
|
|
10
|
+
*/
|
|
11
|
+
export type ApiV3CityResponseType = ApiV3BaseResponseType<ApiV3CityType[], number>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ApiV2GeodataType } from '../v2/geodata';
|
|
2
|
+
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
+
export { apiV2GeodataApiEndpointSlug as apiV3GeodataApiEndpointSlug } from '../v2/geodata';
|
|
4
|
+
/**
|
|
5
|
+
* Type for the individual array items in v3 of the API for the geodata endpoint.
|
|
6
|
+
*/
|
|
7
|
+
export type ApiV3GeodataType = ApiV2GeodataType;
|
|
8
|
+
/**
|
|
9
|
+
* The API response type for geodata items.
|
|
10
|
+
*/
|
|
11
|
+
export type ApiV3GeodataResponseType = ApiV3BaseResponseType<ApiV3GeodataType[], number>;
|
|
@@ -1,13 +1,20 @@
|
|
|
1
|
-
import type { ApiV2ShowcaseLocationType } from '../v2/showcaseLocation';
|
|
2
1
|
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
2
|
/**
|
|
4
3
|
* Type for the individual array items in v3 of the API for the showcase location endpoint.
|
|
5
4
|
*/
|
|
6
|
-
export type ApiV3ShowcaseLocationType =
|
|
5
|
+
export type ApiV3ShowcaseLocationType = {
|
|
6
|
+
/**
|
|
7
|
+
* City ID for the location.
|
|
8
|
+
*/
|
|
9
|
+
cityId: number;
|
|
7
10
|
/**
|
|
8
11
|
* Unique ID for the showcase location.
|
|
9
12
|
*/
|
|
10
13
|
id: number;
|
|
14
|
+
/**
|
|
15
|
+
* Timestamp for when the entity was last updated.
|
|
16
|
+
*/
|
|
17
|
+
lastUpdated: string;
|
|
11
18
|
/**
|
|
12
19
|
* ID of the showcase the location represents.
|
|
13
20
|
*/
|
|
@@ -1,16 +1,30 @@
|
|
|
1
|
-
import type { ApiV2ShowcaseUserRoleConnectionType } from '../v2/showcaseUserRoleConnection';
|
|
2
1
|
import type { ApiV3BaseResponseType } from '../v3/baseResponse';
|
|
3
|
-
export { apiV2ShowcaseUserRoleConnectionApiEndpointSlug as apiV3ShowcaseUserRoleConnectionApiEndpointSlug } from '../v2/showcaseUserRoleConnection';
|
|
4
2
|
/**
|
|
5
3
|
* Type for the individual array items in v3 of the API for the showcase user role connection endpoint.
|
|
6
4
|
*/
|
|
7
|
-
export type ApiV3ShowcaseUserRoleConnectionType =
|
|
5
|
+
export type ApiV3ShowcaseUserRoleConnectionType = {
|
|
8
6
|
/**
|
|
9
|
-
*
|
|
7
|
+
* String representation of when the entity relation was created.
|
|
10
8
|
*/
|
|
11
|
-
|
|
9
|
+
created: string;
|
|
10
|
+
/**
|
|
11
|
+
* String representation of when the entity relation was last updated.
|
|
12
|
+
*/
|
|
13
|
+
lastUpdated: string;
|
|
14
|
+
/**
|
|
15
|
+
* Showcase ID (first entity).
|
|
16
|
+
*/
|
|
17
|
+
showcaseId: number;
|
|
18
|
+
/**
|
|
19
|
+
* User role ID (second entity).
|
|
20
|
+
*/
|
|
21
|
+
userRoleId: number;
|
|
12
22
|
};
|
|
13
23
|
/**
|
|
14
24
|
* The API response type for showcase user role connection items.
|
|
15
25
|
*/
|
|
16
26
|
export type ApiV3ShowcaseUserRoleConnectionResponseType = ApiV3BaseResponseType<ApiV3ShowcaseUserRoleConnectionType[], number>;
|
|
27
|
+
/**
|
|
28
|
+
* API endpoint slug.
|
|
29
|
+
*/
|
|
30
|
+
export declare const apiV3ShowcaseUserRoleConnectionsApiEndpointSlug = "showcase-user-role-connections";
|
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": "2.0.0-next.
|
|
4
|
+
"version": "2.0.0-next.4",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|