@compassdigital/sdk.typescript 4.417.0 → 4.419.0
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/lib/base.d.ts +1 -0
- package/lib/base.d.ts.map +1 -1
- package/lib/base.js +3 -4
- package/lib/base.js.map +1 -1
- package/lib/index.d.ts +122 -308
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/interface/announcement.d.ts +1 -5
- package/lib/interface/announcement.d.ts.map +1 -1
- package/lib/interface/auth.d.ts +0 -8
- package/lib/interface/auth.d.ts.map +1 -1
- package/lib/interface/calendar.d.ts +3 -14
- package/lib/interface/calendar.d.ts.map +1 -1
- package/lib/interface/catalog.d.ts +6 -26
- package/lib/interface/catalog.d.ts.map +1 -1
- package/lib/interface/centricos.d.ts +0 -35
- package/lib/interface/centricos.d.ts.map +1 -1
- package/lib/interface/compassconnect.d.ts +0 -1
- package/lib/interface/compassconnect.d.ts.map +1 -1
- package/lib/interface/config.d.ts +5 -17
- package/lib/interface/config.d.ts.map +1 -1
- package/lib/interface/consumer.d.ts +0 -38
- package/lib/interface/consumer.d.ts.map +1 -1
- package/lib/interface/datalake.d.ts +2 -5
- package/lib/interface/datalake.d.ts.map +1 -1
- package/lib/interface/discount.d.ts +0 -7
- package/lib/interface/discount.d.ts.map +1 -1
- package/lib/interface/forecasting.d.ts +0 -5
- package/lib/interface/forecasting.d.ts.map +1 -1
- package/lib/interface/frictionless.d.ts +0 -15
- package/lib/interface/frictionless.d.ts.map +1 -1
- package/lib/interface/kds.d.ts +1 -5
- package/lib/interface/kds.d.ts.map +1 -1
- package/lib/interface/location.d.ts +5 -25
- package/lib/interface/location.d.ts.map +1 -1
- package/lib/interface/mealplan.d.ts +2 -9
- package/lib/interface/mealplan.d.ts.map +1 -1
- package/lib/interface/menu.d.ts +57 -189
- package/lib/interface/menu.d.ts.map +1 -1
- package/lib/interface/notification.d.ts +1 -5
- package/lib/interface/notification.d.ts.map +1 -1
- package/lib/interface/order.d.ts +2 -6
- package/lib/interface/order.d.ts.map +1 -1
- package/lib/interface/partner.d.ts +1 -6
- package/lib/interface/partner.d.ts.map +1 -1
- package/lib/interface/payment.d.ts +1 -8
- package/lib/interface/payment.d.ts.map +1 -1
- package/lib/interface/promo.d.ts +1 -7
- package/lib/interface/promo.d.ts.map +1 -1
- package/lib/interface/report.d.ts +3 -16
- package/lib/interface/report.d.ts.map +1 -1
- package/lib/interface/review.d.ts +0 -4
- package/lib/interface/review.d.ts.map +1 -1
- package/lib/interface/search.d.ts +0 -7
- package/lib/interface/search.d.ts.map +1 -1
- package/lib/interface/shoppingcart.d.ts +4 -16
- package/lib/interface/shoppingcart.d.ts.map +1 -1
- package/lib/interface/task.d.ts +2 -10
- package/lib/interface/task.d.ts.map +1 -1
- package/lib/interface/tax.d.ts +0 -3
- package/lib/interface/tax.d.ts.map +1 -1
- package/lib/interface/timeslots.d.ts +0 -1
- package/lib/interface/timeslots.d.ts.map +1 -1
- package/lib/interface/user.d.ts +3 -18
- package/lib/interface/user.d.ts.map +1 -1
- package/lib/interface/vendor.d.ts +5 -22
- package/lib/interface/vendor.d.ts.map +1 -1
- package/package.json +2 -2
- package/pipeline.yml +1 -0
- package/src/base.ts +5 -4
- package/src/index.ts +96 -442
- package/src/interface/announcement.ts +1 -11
- package/src/interface/auth.ts +0 -14
- package/src/interface/calendar.ts +3 -26
- package/src/interface/catalog.ts +6 -47
- package/src/interface/centricos.ts +0 -60
- package/src/interface/compassconnect.ts +0 -2
- package/src/interface/config.ts +5 -33
- package/src/interface/consumer.ts +2 -69
- package/src/interface/datalake.ts +1 -8
- package/src/interface/discount.ts +0 -12
- package/src/interface/forecasting.ts +0 -9
- package/src/interface/frictionless.ts +0 -25
- package/src/interface/kds.ts +1 -8
- package/src/interface/location.ts +3 -46
- package/src/interface/mealplan.ts +2 -19
- package/src/interface/menu.ts +59 -355
- package/src/interface/notification.ts +1 -10
- package/src/interface/order.ts +2 -10
- package/src/interface/partner.ts +1 -12
- package/src/interface/payment.ts +1 -17
- package/src/interface/promo.ts +1 -14
- package/src/interface/report.ts +1 -29
- package/src/interface/review.ts +0 -7
- package/src/interface/search.ts +0 -13
- package/src/interface/shoppingcart.ts +3 -31
- package/src/interface/task.ts +2 -19
- package/src/interface/tax.ts +0 -5
- package/src/interface/timeslots.ts +0 -2
- package/src/interface/user.ts +3 -36
- package/src/interface/vendor.ts +5 -43
package/lib/interface/menu.d.ts
CHANGED
|
@@ -45,6 +45,13 @@ export interface Menu {
|
|
|
45
45
|
};
|
|
46
46
|
[index: string]: any;
|
|
47
47
|
};
|
|
48
|
+
image?: {
|
|
49
|
+
src?: string;
|
|
50
|
+
sizes?: {
|
|
51
|
+
original?: string;
|
|
52
|
+
thumbnail_80_80?: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
48
55
|
}
|
|
49
56
|
export interface Nutrition {
|
|
50
57
|
amount?: number;
|
|
@@ -143,6 +150,10 @@ export interface Item {
|
|
|
143
150
|
ingredients?: string[];
|
|
144
151
|
smart_tags?: string[];
|
|
145
152
|
allergen_tags?: string[];
|
|
153
|
+
allergens?: {
|
|
154
|
+
name?: string;
|
|
155
|
+
contains?: 'Yes' | 'AtRisk';
|
|
156
|
+
}[];
|
|
146
157
|
};
|
|
147
158
|
unique_id?: number;
|
|
148
159
|
[index: string]: any;
|
|
@@ -280,6 +291,10 @@ export interface Option {
|
|
|
280
291
|
ingredients?: string[];
|
|
281
292
|
smart_tags?: string[];
|
|
282
293
|
allergen_tags?: string[];
|
|
294
|
+
allergens?: {
|
|
295
|
+
name?: string;
|
|
296
|
+
contains?: 'Yes' | 'AtRisk';
|
|
297
|
+
}[];
|
|
283
298
|
};
|
|
284
299
|
unique_id?: number;
|
|
285
300
|
[index: string]: any;
|
|
@@ -886,7 +901,29 @@ export interface MenuWorksDTO {
|
|
|
886
901
|
ingredients?: string[];
|
|
887
902
|
smart_tags?: string[];
|
|
888
903
|
allergen_tags?: string[];
|
|
889
|
-
allergens?:
|
|
904
|
+
allergens?: AllergenDTO[];
|
|
905
|
+
nutrition?: NutritionDTO;
|
|
906
|
+
[index: string]: any;
|
|
907
|
+
}
|
|
908
|
+
export interface AllergenDTO {
|
|
909
|
+
name: string;
|
|
910
|
+
contains: 'Yes' | 'AtRisk';
|
|
911
|
+
[index: string]: any;
|
|
912
|
+
}
|
|
913
|
+
export interface NutritionDTO {
|
|
914
|
+
calories?: NutritionValueDTO;
|
|
915
|
+
total_fat?: Record<string, any>;
|
|
916
|
+
saturated_fat?: Record<string, any>;
|
|
917
|
+
total_carbohydrate?: Record<string, any>;
|
|
918
|
+
total_sugars?: Record<string, any>;
|
|
919
|
+
protein?: Record<string, any>;
|
|
920
|
+
dietary_fiber?: Record<string, any>;
|
|
921
|
+
sodium?: Record<string, any>;
|
|
922
|
+
[index: string]: any;
|
|
923
|
+
}
|
|
924
|
+
export interface NutritionValueDTO {
|
|
925
|
+
amount: number;
|
|
926
|
+
unit: string;
|
|
890
927
|
[index: string]: any;
|
|
891
928
|
}
|
|
892
929
|
export interface ModifierGroupToModifierRelationshipChangeDTO {
|
|
@@ -1646,11 +1683,6 @@ export interface DraftModifierEntityDTO {
|
|
|
1646
1683
|
permissions?: Record<string, any>;
|
|
1647
1684
|
[index: string]: any;
|
|
1648
1685
|
}
|
|
1649
|
-
export interface AllergenDTO {
|
|
1650
|
-
name: string;
|
|
1651
|
-
contains: 'Yes' | 'AtRisk';
|
|
1652
|
-
[index: string]: any;
|
|
1653
|
-
}
|
|
1654
1686
|
export interface UniversalItemWithoutIdDTO {
|
|
1655
1687
|
barcode: string;
|
|
1656
1688
|
name: string;
|
|
@@ -1854,7 +1886,6 @@ export interface HealthMetadataDTO {
|
|
|
1854
1886
|
}
|
|
1855
1887
|
export interface GetMenusQuery {
|
|
1856
1888
|
query: string;
|
|
1857
|
-
_query?: string;
|
|
1858
1889
|
}
|
|
1859
1890
|
export type GetMenusResponse = Menus;
|
|
1860
1891
|
export interface GetMenusRequest extends BaseRequest, RequestQuery<GetMenusQuery> {
|
|
@@ -1922,7 +1953,6 @@ export interface GetFullMenuPath {
|
|
|
1922
1953
|
id: string;
|
|
1923
1954
|
}
|
|
1924
1955
|
export interface GetFullMenuQuery {
|
|
1925
|
-
_query?: string;
|
|
1926
1956
|
nocache?: boolean;
|
|
1927
1957
|
}
|
|
1928
1958
|
export interface GetFullMenuResponse {
|
|
@@ -1944,7 +1974,6 @@ export interface GetMenuItemsQuery {
|
|
|
1944
1974
|
query: string;
|
|
1945
1975
|
barcodes: string;
|
|
1946
1976
|
brand_id: string;
|
|
1947
|
-
_query?: string;
|
|
1948
1977
|
}
|
|
1949
1978
|
export type GetMenuItemsResponse = Items;
|
|
1950
1979
|
export interface GetMenuItemsRequest extends BaseRequest, RequestQuery<GetMenuItemsQuery>, GetMenuItemsPath {
|
|
@@ -1964,20 +1993,14 @@ export interface PostMenuRecommendedRequest extends BaseRequest, PostMenuRecomme
|
|
|
1964
1993
|
export interface GetSectorMenusPath {
|
|
1965
1994
|
sector: string;
|
|
1966
1995
|
}
|
|
1967
|
-
export interface GetSectorMenusQuery {
|
|
1968
|
-
_query?: string;
|
|
1969
|
-
}
|
|
1970
1996
|
export type GetSectorMenusResponse = Menus;
|
|
1971
|
-
export interface GetSectorMenusRequest extends BaseRequest,
|
|
1997
|
+
export interface GetSectorMenusRequest extends BaseRequest, GetSectorMenusPath {
|
|
1972
1998
|
}
|
|
1973
1999
|
export interface GetCompanyMenusPath {
|
|
1974
2000
|
company: string;
|
|
1975
2001
|
}
|
|
1976
|
-
export interface GetCompanyMenusQuery {
|
|
1977
|
-
_query?: string;
|
|
1978
|
-
}
|
|
1979
2002
|
export type GetCompanyMenusResponse = Menus;
|
|
1980
|
-
export interface GetCompanyMenusRequest extends BaseRequest,
|
|
2003
|
+
export interface GetCompanyMenusRequest extends BaseRequest, GetCompanyMenusPath {
|
|
1981
2004
|
}
|
|
1982
2005
|
export type CreateModifierGroupBody = CreateOptionsGroup;
|
|
1983
2006
|
export type CreateModifierGroupResponse = OptionsGroup;
|
|
@@ -1987,11 +2010,8 @@ export interface CreateModifierGroupRequest extends BaseRequest {
|
|
|
1987
2010
|
export interface GetModifierGroupPath {
|
|
1988
2011
|
id: string;
|
|
1989
2012
|
}
|
|
1990
|
-
export interface GetModifierGroupQuery {
|
|
1991
|
-
_query?: string;
|
|
1992
|
-
}
|
|
1993
2013
|
export type GetModifierGroupResponse = OptionsGroup;
|
|
1994
|
-
export interface GetModifierGroupRequest extends BaseRequest,
|
|
2014
|
+
export interface GetModifierGroupRequest extends BaseRequest, GetModifierGroupPath {
|
|
1995
2015
|
}
|
|
1996
2016
|
export interface UpdateModifierGroupPath {
|
|
1997
2017
|
id: string;
|
|
@@ -2010,29 +2030,20 @@ export interface DeleteModifierGroupRequest extends BaseRequest, DeleteModifierG
|
|
|
2010
2030
|
export interface GetCompanyModifierGroupsPath {
|
|
2011
2031
|
company: string;
|
|
2012
2032
|
}
|
|
2013
|
-
export interface GetCompanyModifierGroupsQuery {
|
|
2014
|
-
_query?: string;
|
|
2015
|
-
}
|
|
2016
2033
|
export type GetCompanyModifierGroupsResponse = OptionsGroupList;
|
|
2017
|
-
export interface GetCompanyModifierGroupsRequest extends BaseRequest,
|
|
2034
|
+
export interface GetCompanyModifierGroupsRequest extends BaseRequest, GetCompanyModifierGroupsPath {
|
|
2018
2035
|
}
|
|
2019
2036
|
export interface GetCompanyModifierGroupsExportPath {
|
|
2020
2037
|
company: string;
|
|
2021
2038
|
}
|
|
2022
|
-
export interface GetCompanyModifierGroupsExportQuery {
|
|
2023
|
-
_query?: string;
|
|
2024
|
-
}
|
|
2025
2039
|
export type GetCompanyModifierGroupsExportResponse = ZippedExcelExport;
|
|
2026
|
-
export interface GetCompanyModifierGroupsExportRequest extends BaseRequest,
|
|
2040
|
+
export interface GetCompanyModifierGroupsExportRequest extends BaseRequest, GetCompanyModifierGroupsExportPath {
|
|
2027
2041
|
}
|
|
2028
2042
|
export interface GetMenuExportPath {
|
|
2029
2043
|
id: string;
|
|
2030
2044
|
}
|
|
2031
|
-
export interface GetMenuExportQuery {
|
|
2032
|
-
_query?: string;
|
|
2033
|
-
}
|
|
2034
2045
|
export type GetMenuExportResponse = ZippedExcelExport;
|
|
2035
|
-
export interface GetMenuExportRequest extends BaseRequest,
|
|
2046
|
+
export interface GetMenuExportRequest extends BaseRequest, GetMenuExportPath {
|
|
2036
2047
|
}
|
|
2037
2048
|
export interface GetMenuPartialGroupsPath {
|
|
2038
2049
|
id: string;
|
|
@@ -2041,7 +2052,6 @@ export interface GetMenuPartialGroupsQuery {
|
|
|
2041
2052
|
extended?: boolean;
|
|
2042
2053
|
show_unlinked?: boolean;
|
|
2043
2054
|
include_items_with_weight?: boolean;
|
|
2044
|
-
_query?: string;
|
|
2045
2055
|
}
|
|
2046
2056
|
export type GetMenuPartialGroupsResponse = Menu;
|
|
2047
2057
|
export interface GetMenuPartialGroupsRequest extends BaseRequest, RequestQuery<GetMenuPartialGroupsQuery>, GetMenuPartialGroupsPath {
|
|
@@ -2052,7 +2062,6 @@ export interface GetMenuPartialGroupItemsPath {
|
|
|
2052
2062
|
}
|
|
2053
2063
|
export interface GetMenuPartialGroupItemsQuery {
|
|
2054
2064
|
extended?: boolean;
|
|
2055
|
-
_query?: string;
|
|
2056
2065
|
}
|
|
2057
2066
|
export type GetMenuPartialGroupItemsResponse = Items;
|
|
2058
2067
|
export interface GetMenuPartialGroupItemsRequest extends BaseRequest, RequestQuery<GetMenuPartialGroupItemsQuery>, GetMenuPartialGroupItemsPath {
|
|
@@ -2071,17 +2080,11 @@ export type PostMenuPartialGroupItemOptionsResponse = Items;
|
|
|
2071
2080
|
export interface PostMenuPartialGroupItemOptionsRequest extends BaseRequest, RequestQuery<PostMenuPartialGroupItemOptionsQuery>, PostMenuPartialGroupItemOptionsPath {
|
|
2072
2081
|
body: PostMenuPartialGroupItemOptionsBody;
|
|
2073
2082
|
}
|
|
2074
|
-
export interface PingQuery {
|
|
2075
|
-
_query?: string;
|
|
2076
|
-
}
|
|
2077
2083
|
export type PingResponse$0 = PingResponse;
|
|
2078
|
-
export interface PingRequest extends BaseRequest
|
|
2079
|
-
}
|
|
2080
|
-
export interface HealthQuery {
|
|
2081
|
-
_query?: string;
|
|
2084
|
+
export interface PingRequest extends BaseRequest {
|
|
2082
2085
|
}
|
|
2083
2086
|
export type HealthResponse$0 = HealthResponse;
|
|
2084
|
-
export interface HealthRequest extends BaseRequest
|
|
2087
|
+
export interface HealthRequest extends BaseRequest {
|
|
2085
2088
|
}
|
|
2086
2089
|
export interface PostMenuV3LocalMenuGroupBody {
|
|
2087
2090
|
name: string;
|
|
@@ -2121,7 +2124,6 @@ export interface GetMenuV3LocalMenuGroupPath {
|
|
|
2121
2124
|
export interface GetMenuV3LocalMenuGroupQuery {
|
|
2122
2125
|
select?: string[];
|
|
2123
2126
|
relationships?: string[];
|
|
2124
|
-
_query?: string;
|
|
2125
2127
|
}
|
|
2126
2128
|
export interface GetMenuV3LocalMenuGroupResponse {
|
|
2127
2129
|
global_menu_groups_in_use?: string[];
|
|
@@ -2216,7 +2218,6 @@ export interface GetMenuV3LocalMenuGroupsQuery {
|
|
|
2216
2218
|
sort_by?: string;
|
|
2217
2219
|
sort_order?: 'DESC' | 'ASC';
|
|
2218
2220
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2219
|
-
_query?: string;
|
|
2220
2221
|
}
|
|
2221
2222
|
export interface GetMenuV3LocalMenuGroupsResponse {
|
|
2222
2223
|
results: LocalMenuGroupDTO[];
|
|
@@ -2247,7 +2248,6 @@ export interface PostMenuV3LocalMenuGroupsRequest extends BaseRequest {
|
|
|
2247
2248
|
}
|
|
2248
2249
|
export interface GetMenuV3LocalMenuGroupsCountQuery {
|
|
2249
2250
|
filter?: string;
|
|
2250
|
-
_query?: string;
|
|
2251
2251
|
}
|
|
2252
2252
|
export interface GetMenuV3LocalMenuGroupsCountResponse {
|
|
2253
2253
|
count: number;
|
|
@@ -2273,7 +2273,6 @@ export interface GetMenuV3DraftLocalMenuGroupBrandsQuery {
|
|
|
2273
2273
|
sort_by?: string;
|
|
2274
2274
|
sort_order?: 'DESC' | 'ASC';
|
|
2275
2275
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2276
|
-
_query?: string;
|
|
2277
2276
|
}
|
|
2278
2277
|
export interface GetMenuV3DraftLocalMenuGroupBrandsResponse {
|
|
2279
2278
|
results: DraftBrandDTO[];
|
|
@@ -2294,7 +2293,6 @@ export interface GetMenuV3DraftLocalMenuGroupItemsQuery {
|
|
|
2294
2293
|
sort_by?: string;
|
|
2295
2294
|
sort_order?: 'DESC' | 'ASC';
|
|
2296
2295
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2297
|
-
_query?: string;
|
|
2298
2296
|
}
|
|
2299
2297
|
export interface GetMenuV3DraftLocalMenuGroupItemsResponse {
|
|
2300
2298
|
results: DraftItemDTO[];
|
|
@@ -2315,7 +2313,6 @@ export interface GetMenuV3LocalMenuGroupBrandsQuery {
|
|
|
2315
2313
|
sort_by?: string;
|
|
2316
2314
|
sort_order?: 'DESC' | 'ASC';
|
|
2317
2315
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2318
|
-
_query?: string;
|
|
2319
2316
|
}
|
|
2320
2317
|
export interface GetMenuV3LocalMenuGroupBrandsResponse {
|
|
2321
2318
|
results: DraftBrandDTO[];
|
|
@@ -2336,7 +2333,6 @@ export interface GetMenuV3LocalMenuGroupAllowedGlobalBrandsQuery {
|
|
|
2336
2333
|
sort_by?: string;
|
|
2337
2334
|
sort_order?: 'DESC' | 'ASC';
|
|
2338
2335
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2339
|
-
_query?: string;
|
|
2340
2336
|
}
|
|
2341
2337
|
export interface GetMenuV3LocalMenuGroupAllowedGlobalBrandsResponse {
|
|
2342
2338
|
results: DraftBrandDTO[];
|
|
@@ -2398,24 +2394,18 @@ export interface PostMenuV4LocalMenuGroupImportBrandsRequest extends BaseRequest
|
|
|
2398
2394
|
export interface GetMenuV3LocalMenuGroupSitePath {
|
|
2399
2395
|
id: string;
|
|
2400
2396
|
}
|
|
2401
|
-
export interface GetMenuV3LocalMenuGroupSiteQuery {
|
|
2402
|
-
_query?: string;
|
|
2403
|
-
}
|
|
2404
2397
|
export interface GetMenuV3LocalMenuGroupSiteResponse {
|
|
2405
2398
|
results?: SiteGroupWithMenuGroupNameResponseDTO[];
|
|
2406
2399
|
}
|
|
2407
|
-
export interface GetMenuV3LocalMenuGroupSiteRequest extends BaseRequest,
|
|
2400
|
+
export interface GetMenuV3LocalMenuGroupSiteRequest extends BaseRequest, GetMenuV3LocalMenuGroupSitePath {
|
|
2408
2401
|
}
|
|
2409
2402
|
export interface GetMenuV3LocalMenuGroupMenuGroupPath {
|
|
2410
2403
|
id: string;
|
|
2411
2404
|
}
|
|
2412
|
-
export interface GetMenuV3LocalMenuGroupMenuGroupQuery {
|
|
2413
|
-
_query?: string;
|
|
2414
|
-
}
|
|
2415
2405
|
export interface GetMenuV3LocalMenuGroupMenuGroupResponse {
|
|
2416
2406
|
results?: SiteGroupWithMenuGroupNameResponseDTO[];
|
|
2417
2407
|
}
|
|
2418
|
-
export interface GetMenuV3LocalMenuGroupMenuGroupRequest extends BaseRequest,
|
|
2408
|
+
export interface GetMenuV3LocalMenuGroupMenuGroupRequest extends BaseRequest, GetMenuV3LocalMenuGroupMenuGroupPath {
|
|
2419
2409
|
}
|
|
2420
2410
|
export type PostMenuV3LocalMenuGroupsSiteGroupsBody = {
|
|
2421
2411
|
site_id: string;
|
|
@@ -2437,13 +2427,10 @@ export interface DeleteMenuV3LocalMenuGroupsSiteGroupsResponse {
|
|
|
2437
2427
|
export interface DeleteMenuV3LocalMenuGroupsSiteGroupsRequest extends BaseRequest {
|
|
2438
2428
|
body: DeleteMenuV3LocalMenuGroupsSiteGroupsBody;
|
|
2439
2429
|
}
|
|
2440
|
-
export interface GetMenuV3LocalMenuGroupExportSolutionsQuery {
|
|
2441
|
-
_query?: string;
|
|
2442
|
-
}
|
|
2443
2430
|
export interface GetMenuV3LocalMenuGroupExportSolutionsResponse {
|
|
2444
2431
|
results?: ExportSolutionDTO[];
|
|
2445
2432
|
}
|
|
2446
|
-
export interface GetMenuV3LocalMenuGroupExportSolutionsRequest extends BaseRequest
|
|
2433
|
+
export interface GetMenuV3LocalMenuGroupExportSolutionsRequest extends BaseRequest {
|
|
2447
2434
|
}
|
|
2448
2435
|
export interface GetMenuV3LocalMenuGroupExportSolutionPath {
|
|
2449
2436
|
id: string;
|
|
@@ -2451,7 +2438,6 @@ export interface GetMenuV3LocalMenuGroupExportSolutionPath {
|
|
|
2451
2438
|
}
|
|
2452
2439
|
export interface GetMenuV3LocalMenuGroupExportSolutionQuery {
|
|
2453
2440
|
format?: 'csv' | 'txt' | 'xlsx';
|
|
2454
|
-
_query?: string;
|
|
2455
2441
|
}
|
|
2456
2442
|
export interface GetMenuV3LocalMenuGroupExportSolutionResponse {
|
|
2457
2443
|
s3_links: string[];
|
|
@@ -2485,7 +2471,6 @@ export interface GetMenuV3GlobalMenuGroupPath {
|
|
|
2485
2471
|
export interface GetMenuV3GlobalMenuGroupQuery {
|
|
2486
2472
|
select?: string[];
|
|
2487
2473
|
relationships?: string[];
|
|
2488
|
-
_query?: string;
|
|
2489
2474
|
}
|
|
2490
2475
|
export type GetMenuV3GlobalMenuGroupResponse = GlobalMenuGroupDTO;
|
|
2491
2476
|
export interface GetMenuV3GlobalMenuGroupRequest extends BaseRequest, RequestQuery<GetMenuV3GlobalMenuGroupQuery>, GetMenuV3GlobalMenuGroupPath {
|
|
@@ -2554,7 +2539,6 @@ export interface GetMenuV3GlobalMenuGroupsQuery {
|
|
|
2554
2539
|
sort_by?: string;
|
|
2555
2540
|
sort_order?: 'DESC' | 'ASC';
|
|
2556
2541
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2557
|
-
_query?: string;
|
|
2558
2542
|
}
|
|
2559
2543
|
export interface GetMenuV3GlobalMenuGroupsResponse {
|
|
2560
2544
|
results: GlobalMenuGroupDTO[];
|
|
@@ -2589,7 +2573,6 @@ export interface PostMenuV3GlobalMenuGroupsRequest extends BaseRequest {
|
|
|
2589
2573
|
}
|
|
2590
2574
|
export interface GetMenuV3GlobalMenuGroupsCountQuery {
|
|
2591
2575
|
filter?: string;
|
|
2592
|
-
_query?: string;
|
|
2593
2576
|
}
|
|
2594
2577
|
export interface GetMenuV3GlobalMenuGroupsCountResponse {
|
|
2595
2578
|
count: number;
|
|
@@ -2615,7 +2598,6 @@ export interface GetMenuV3DraftGlobalMenuGroupBrandsQuery {
|
|
|
2615
2598
|
sort_by?: string;
|
|
2616
2599
|
sort_order?: 'DESC' | 'ASC';
|
|
2617
2600
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2618
|
-
_query?: string;
|
|
2619
2601
|
}
|
|
2620
2602
|
export interface GetMenuV3DraftGlobalMenuGroupBrandsResponse {
|
|
2621
2603
|
results: DraftBrandDTO[];
|
|
@@ -2636,7 +2618,6 @@ export interface GetMenuV3GlobalMenuGroupBrandsQuery {
|
|
|
2636
2618
|
sort_by?: string;
|
|
2637
2619
|
sort_order?: 'DESC' | 'ASC';
|
|
2638
2620
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2639
|
-
_query?: string;
|
|
2640
2621
|
}
|
|
2641
2622
|
export interface GetMenuV3GlobalMenuGroupBrandsResponse {
|
|
2642
2623
|
results: DraftBrandDTO[];
|
|
@@ -2693,7 +2674,6 @@ export interface GetMenuV3DraftBrandPath {
|
|
|
2693
2674
|
export interface GetMenuV3DraftBrandQuery {
|
|
2694
2675
|
select?: string[];
|
|
2695
2676
|
relationships?: string[];
|
|
2696
|
-
_query?: string;
|
|
2697
2677
|
}
|
|
2698
2678
|
export type GetMenuV3DraftBrandResponse = DraftBrandDTO;
|
|
2699
2679
|
export interface GetMenuV3DraftBrandRequest extends BaseRequest, RequestQuery<GetMenuV3DraftBrandQuery>, GetMenuV3DraftBrandPath {
|
|
@@ -2763,7 +2743,6 @@ export interface GetMenuV3DraftBrandsQuery {
|
|
|
2763
2743
|
sort_by?: string;
|
|
2764
2744
|
sort_order?: 'DESC' | 'ASC';
|
|
2765
2745
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2766
|
-
_query?: string;
|
|
2767
2746
|
}
|
|
2768
2747
|
export interface GetMenuV3DraftBrandsResponse {
|
|
2769
2748
|
results: DraftBrandDTO[];
|
|
@@ -2820,7 +2799,6 @@ export interface PostMenuV3DraftBrandsRequest extends BaseRequest {
|
|
|
2820
2799
|
}
|
|
2821
2800
|
export interface GetMenuV3DraftBrandsCountQuery {
|
|
2822
2801
|
filter?: string;
|
|
2823
|
-
_query?: string;
|
|
2824
2802
|
}
|
|
2825
2803
|
export interface GetMenuV3DraftBrandsCountResponse {
|
|
2826
2804
|
count: number;
|
|
@@ -2846,7 +2824,6 @@ export interface GetMenuV3DraftBrandAuditsQuery {
|
|
|
2846
2824
|
sort_by?: string;
|
|
2847
2825
|
sort_order?: 'DESC' | 'ASC';
|
|
2848
2826
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2849
|
-
_query?: string;
|
|
2850
2827
|
}
|
|
2851
2828
|
export interface GetMenuV3DraftBrandAuditsResponse {
|
|
2852
2829
|
results: AuditListDraftItemDTO[];
|
|
@@ -2861,7 +2838,6 @@ export interface GetMenuV3DraftBrandAuditsUsersPath {
|
|
|
2861
2838
|
export interface GetMenuV3DraftBrandAuditsUsersQuery {
|
|
2862
2839
|
date_from?: string;
|
|
2863
2840
|
date_to?: string;
|
|
2864
|
-
_query?: string;
|
|
2865
2841
|
}
|
|
2866
2842
|
export interface GetMenuV3DraftBrandAuditsUsersResponse {
|
|
2867
2843
|
users?: AuditUserDTO[];
|
|
@@ -2880,7 +2856,6 @@ export interface GetMenuV3DraftBrandMenusQuery {
|
|
|
2880
2856
|
sort_by?: string;
|
|
2881
2857
|
sort_order?: 'DESC' | 'ASC';
|
|
2882
2858
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2883
|
-
_query?: string;
|
|
2884
2859
|
}
|
|
2885
2860
|
export interface GetMenuV3DraftBrandMenusResponse {
|
|
2886
2861
|
results: DraftMenuDTO[];
|
|
@@ -2901,7 +2876,6 @@ export interface GetMenuV3DraftBrandModifiersQuery {
|
|
|
2901
2876
|
sort_by?: string;
|
|
2902
2877
|
sort_order?: 'DESC' | 'ASC';
|
|
2903
2878
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2904
|
-
_query?: string;
|
|
2905
2879
|
}
|
|
2906
2880
|
export interface GetMenuV3DraftBrandModifiersResponse {
|
|
2907
2881
|
results: DraftModifierDTO[];
|
|
@@ -2922,7 +2896,6 @@ export interface GetMenuV3DraftBrandModifierGroupsQuery {
|
|
|
2922
2896
|
sort_by?: string;
|
|
2923
2897
|
sort_order?: 'DESC' | 'ASC';
|
|
2924
2898
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2925
|
-
_query?: string;
|
|
2926
2899
|
}
|
|
2927
2900
|
export interface GetMenuV3DraftBrandModifierGroupsResponse {
|
|
2928
2901
|
results: DraftModifierGroupDTO[];
|
|
@@ -2943,7 +2916,6 @@ export interface GetMenuV3DraftBrandItemsQuery {
|
|
|
2943
2916
|
sort_by?: string;
|
|
2944
2917
|
sort_order?: 'DESC' | 'ASC';
|
|
2945
2918
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
2946
|
-
_query?: string;
|
|
2947
2919
|
}
|
|
2948
2920
|
export interface GetMenuV3DraftBrandItemsResponse {
|
|
2949
2921
|
results: DraftItemDTO[];
|
|
@@ -2957,7 +2929,6 @@ export interface GetMenuV3DraftBrandItemsReportingCategoriesPath {
|
|
|
2957
2929
|
}
|
|
2958
2930
|
export interface GetMenuV3DraftBrandItemsReportingCategoriesQuery {
|
|
2959
2931
|
search?: string;
|
|
2960
|
-
_query?: string;
|
|
2961
2932
|
}
|
|
2962
2933
|
export interface GetMenuV3DraftBrandItemsReportingCategoriesResponse {
|
|
2963
2934
|
results?: ReportingCategorySuggestion[];
|
|
@@ -2969,7 +2940,6 @@ export interface GetMenuV3DraftBrandModifiersReportingCategoriesPath {
|
|
|
2969
2940
|
}
|
|
2970
2941
|
export interface GetMenuV3DraftBrandModifiersReportingCategoriesQuery {
|
|
2971
2942
|
search?: string;
|
|
2972
|
-
_query?: string;
|
|
2973
2943
|
}
|
|
2974
2944
|
export interface GetMenuV3DraftBrandModifiersReportingCategoriesResponse {
|
|
2975
2945
|
results?: ReportingCategorySuggestion[];
|
|
@@ -2979,24 +2949,18 @@ export interface GetMenuV3DraftBrandModifiersReportingCategoriesRequest extends
|
|
|
2979
2949
|
export interface GetMenuV3DraftBrandItemsTagsPath {
|
|
2980
2950
|
id: string;
|
|
2981
2951
|
}
|
|
2982
|
-
export interface GetMenuV3DraftBrandItemsTagsQuery {
|
|
2983
|
-
_query?: string;
|
|
2984
|
-
}
|
|
2985
2952
|
export interface GetMenuV3DraftBrandItemsTagsResponse {
|
|
2986
2953
|
tags?: string[];
|
|
2987
2954
|
}
|
|
2988
|
-
export interface GetMenuV3DraftBrandItemsTagsRequest extends BaseRequest,
|
|
2955
|
+
export interface GetMenuV3DraftBrandItemsTagsRequest extends BaseRequest, GetMenuV3DraftBrandItemsTagsPath {
|
|
2989
2956
|
}
|
|
2990
2957
|
export interface GetMenuV3DraftBrandModifiersTagsPath {
|
|
2991
2958
|
id: string;
|
|
2992
2959
|
}
|
|
2993
|
-
export interface GetMenuV3DraftBrandModifiersTagsQuery {
|
|
2994
|
-
_query?: string;
|
|
2995
|
-
}
|
|
2996
2960
|
export interface GetMenuV3DraftBrandModifiersTagsResponse {
|
|
2997
2961
|
tags?: string[];
|
|
2998
2962
|
}
|
|
2999
|
-
export interface GetMenuV3DraftBrandModifiersTagsRequest extends BaseRequest,
|
|
2963
|
+
export interface GetMenuV3DraftBrandModifiersTagsRequest extends BaseRequest, GetMenuV3DraftBrandModifiersTagsPath {
|
|
3000
2964
|
}
|
|
3001
2965
|
export interface PostMenuV3DraftBrandPublishPath {
|
|
3002
2966
|
id: string;
|
|
@@ -3030,7 +2994,6 @@ export interface GetMenuV3DraftBrandDiffsQuery {
|
|
|
3030
2994
|
sort_by?: string;
|
|
3031
2995
|
sort_order?: 'DESC' | 'ASC';
|
|
3032
2996
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3033
|
-
_query?: string;
|
|
3034
2997
|
}
|
|
3035
2998
|
export interface GetMenuV3DraftBrandDiffsResponse {
|
|
3036
2999
|
results?: DiffDTO[];
|
|
@@ -3066,7 +3029,6 @@ export interface GetMenuV3DraftBrandExportPath {
|
|
|
3066
3029
|
}
|
|
3067
3030
|
export interface GetMenuV3DraftBrandExportQuery {
|
|
3068
3031
|
format?: 'xlsx';
|
|
3069
|
-
_query?: string;
|
|
3070
3032
|
}
|
|
3071
3033
|
export interface GetMenuV3DraftBrandExportResponse {
|
|
3072
3034
|
s3_link: string;
|
|
@@ -3077,14 +3039,11 @@ export interface GetMenuV3DraftBrandExportRequest extends BaseRequest, RequestQu
|
|
|
3077
3039
|
export interface GetMenuV3DraftBrandImportLinkPath {
|
|
3078
3040
|
id: string;
|
|
3079
3041
|
}
|
|
3080
|
-
export interface GetMenuV3DraftBrandImportLinkQuery {
|
|
3081
|
-
_query?: string;
|
|
3082
|
-
}
|
|
3083
3042
|
export interface GetMenuV3DraftBrandImportLinkResponse {
|
|
3084
3043
|
upload_link: string;
|
|
3085
3044
|
[index: string]: any;
|
|
3086
3045
|
}
|
|
3087
|
-
export interface GetMenuV3DraftBrandImportLinkRequest extends BaseRequest,
|
|
3046
|
+
export interface GetMenuV3DraftBrandImportLinkRequest extends BaseRequest, GetMenuV3DraftBrandImportLinkPath {
|
|
3088
3047
|
}
|
|
3089
3048
|
export interface PostMenuV3DraftBrandImportPath {
|
|
3090
3049
|
id: string;
|
|
@@ -3099,13 +3058,10 @@ export interface PostMenuV3DraftBrandImportRequest extends BaseRequest, PostMenu
|
|
|
3099
3058
|
export interface GetMenuV3DraftBrandVerifyPublishPath {
|
|
3100
3059
|
id: string;
|
|
3101
3060
|
}
|
|
3102
|
-
export interface GetMenuV3DraftBrandVerifyPublishQuery {
|
|
3103
|
-
_query?: string;
|
|
3104
|
-
}
|
|
3105
3061
|
export interface GetMenuV3DraftBrandVerifyPublishResponse {
|
|
3106
3062
|
warnings?: WarningDTO[];
|
|
3107
3063
|
}
|
|
3108
|
-
export interface GetMenuV3DraftBrandVerifyPublishRequest extends BaseRequest,
|
|
3064
|
+
export interface GetMenuV3DraftBrandVerifyPublishRequest extends BaseRequest, GetMenuV3DraftBrandVerifyPublishPath {
|
|
3109
3065
|
}
|
|
3110
3066
|
export interface PostMenuV3DraftBrandArchivePath {
|
|
3111
3067
|
id: string;
|
|
@@ -3247,7 +3203,6 @@ export interface GetMenuV3BrandPath {
|
|
|
3247
3203
|
export interface GetMenuV3BrandQuery {
|
|
3248
3204
|
select?: string[];
|
|
3249
3205
|
relationships?: string[];
|
|
3250
|
-
_query?: string;
|
|
3251
3206
|
nocache?: boolean;
|
|
3252
3207
|
}
|
|
3253
3208
|
export type GetMenuV3BrandResponse = PublishedBrandDTO;
|
|
@@ -3315,7 +3270,6 @@ export interface GetMenuV3BrandsQuery {
|
|
|
3315
3270
|
sort_by?: string;
|
|
3316
3271
|
sort_order?: 'DESC' | 'ASC';
|
|
3317
3272
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3318
|
-
_query?: string;
|
|
3319
3273
|
nocache?: boolean;
|
|
3320
3274
|
}
|
|
3321
3275
|
export interface GetMenuV3BrandsResponse {
|
|
@@ -3369,7 +3323,6 @@ export interface PostMenuV3BrandsRequest extends BaseRequest, RequestQuery<PostM
|
|
|
3369
3323
|
}
|
|
3370
3324
|
export interface GetMenuV3BrandsCountQuery {
|
|
3371
3325
|
filter?: string;
|
|
3372
|
-
_query?: string;
|
|
3373
3326
|
nocache?: boolean;
|
|
3374
3327
|
}
|
|
3375
3328
|
export interface GetMenuV3BrandsCountResponse {
|
|
@@ -3399,7 +3352,6 @@ export interface GetMenuV3BrandMenusQuery {
|
|
|
3399
3352
|
sort_by?: string;
|
|
3400
3353
|
sort_order?: 'DESC' | 'ASC';
|
|
3401
3354
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3402
|
-
_query?: string;
|
|
3403
3355
|
nocache?: boolean;
|
|
3404
3356
|
}
|
|
3405
3357
|
export interface GetMenuV3BrandMenusResponse {
|
|
@@ -3421,7 +3373,6 @@ export interface GetMenuV3BrandModifiersQuery {
|
|
|
3421
3373
|
sort_by?: string;
|
|
3422
3374
|
sort_order?: 'DESC' | 'ASC';
|
|
3423
3375
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3424
|
-
_query?: string;
|
|
3425
3376
|
nocache?: boolean;
|
|
3426
3377
|
}
|
|
3427
3378
|
export interface GetMenuV3BrandModifiersResponse {
|
|
@@ -3443,7 +3394,6 @@ export interface GetMenuV3BrandModifierGroupsQuery {
|
|
|
3443
3394
|
sort_by?: string;
|
|
3444
3395
|
sort_order?: 'DESC' | 'ASC';
|
|
3445
3396
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3446
|
-
_query?: string;
|
|
3447
3397
|
nocache?: boolean;
|
|
3448
3398
|
}
|
|
3449
3399
|
export interface GetMenuV3BrandModifierGroupsResponse {
|
|
@@ -3465,7 +3415,6 @@ export interface GetMenuV3BrandItemsQuery {
|
|
|
3465
3415
|
sort_by?: string;
|
|
3466
3416
|
sort_order?: 'DESC' | 'ASC';
|
|
3467
3417
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3468
|
-
_query?: string;
|
|
3469
3418
|
nocache?: boolean;
|
|
3470
3419
|
}
|
|
3471
3420
|
export interface GetMenuV3BrandItemsResponse {
|
|
@@ -3504,7 +3453,6 @@ export interface GetMenuV3DraftMenuPath {
|
|
|
3504
3453
|
export interface GetMenuV3DraftMenuQuery {
|
|
3505
3454
|
select?: string[];
|
|
3506
3455
|
relationships?: string[];
|
|
3507
|
-
_query?: string;
|
|
3508
3456
|
}
|
|
3509
3457
|
export type GetMenuV3DraftMenuResponse = DraftMenuDTO;
|
|
3510
3458
|
export interface GetMenuV3DraftMenuRequest extends BaseRequest, RequestQuery<GetMenuV3DraftMenuQuery>, GetMenuV3DraftMenuPath {
|
|
@@ -3555,7 +3503,6 @@ export interface GetMenuV3DraftMenusQuery {
|
|
|
3555
3503
|
sort_by?: string;
|
|
3556
3504
|
sort_order?: 'DESC' | 'ASC';
|
|
3557
3505
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3558
|
-
_query?: string;
|
|
3559
3506
|
}
|
|
3560
3507
|
export interface GetMenuV3DraftMenusResponse {
|
|
3561
3508
|
results: DraftMenuDTO[];
|
|
@@ -3593,7 +3540,6 @@ export interface PostMenuV3DraftMenusRequest extends BaseRequest {
|
|
|
3593
3540
|
}
|
|
3594
3541
|
export interface GetMenuV3DraftMenusCountQuery {
|
|
3595
3542
|
filter?: string;
|
|
3596
|
-
_query?: string;
|
|
3597
3543
|
}
|
|
3598
3544
|
export interface GetMenuV3DraftMenusCountResponse {
|
|
3599
3545
|
count: number;
|
|
@@ -3619,7 +3565,6 @@ export interface GetMenuV3DraftMenuCategoriesQuery {
|
|
|
3619
3565
|
sort_by?: string;
|
|
3620
3566
|
sort_order?: 'DESC' | 'ASC';
|
|
3621
3567
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3622
|
-
_query?: string;
|
|
3623
3568
|
}
|
|
3624
3569
|
export interface GetMenuV3DraftMenuCategoriesResponse {
|
|
3625
3570
|
results: DraftCategoryDTO[];
|
|
@@ -3638,7 +3583,6 @@ export interface PostMenuV3DraftMenuPublishRequest extends BaseRequest, PostMenu
|
|
|
3638
3583
|
}
|
|
3639
3584
|
export interface GetMenuV3DraftMenusVerifyPublishQuery {
|
|
3640
3585
|
menu_ids?: string[];
|
|
3641
|
-
_query?: string;
|
|
3642
3586
|
}
|
|
3643
3587
|
export interface GetMenuV3DraftMenusVerifyPublishResponse {
|
|
3644
3588
|
warnings?: WarningDTO[];
|
|
@@ -3698,7 +3642,6 @@ export interface GetMenuV3MenuPath {
|
|
|
3698
3642
|
export interface GetMenuV3MenuQuery {
|
|
3699
3643
|
select?: string[];
|
|
3700
3644
|
relationships?: string[];
|
|
3701
|
-
_query?: string;
|
|
3702
3645
|
nocache?: boolean;
|
|
3703
3646
|
}
|
|
3704
3647
|
export type GetMenuV3MenuResponse = PublishedMenuDTO;
|
|
@@ -3713,7 +3656,6 @@ export interface GetMenuV3MenusQuery {
|
|
|
3713
3656
|
sort_by?: string;
|
|
3714
3657
|
sort_order?: 'DESC' | 'ASC';
|
|
3715
3658
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3716
|
-
_query?: string;
|
|
3717
3659
|
nocache?: boolean;
|
|
3718
3660
|
}
|
|
3719
3661
|
export interface GetMenuV3MenusResponse {
|
|
@@ -3725,7 +3667,6 @@ export interface GetMenuV3MenusRequest extends BaseRequest, RequestQuery<GetMenu
|
|
|
3725
3667
|
}
|
|
3726
3668
|
export interface GetMenuV3MenusCountQuery {
|
|
3727
3669
|
filter?: string;
|
|
3728
|
-
_query?: string;
|
|
3729
3670
|
nocache?: boolean;
|
|
3730
3671
|
}
|
|
3731
3672
|
export interface GetMenuV3MenusCountResponse {
|
|
@@ -3755,7 +3696,6 @@ export interface GetMenuV3MenuCategoriesQuery {
|
|
|
3755
3696
|
sort_by?: string;
|
|
3756
3697
|
sort_order?: 'DESC' | 'ASC';
|
|
3757
3698
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3758
|
-
_query?: string;
|
|
3759
3699
|
nocache?: boolean;
|
|
3760
3700
|
}
|
|
3761
3701
|
export interface GetMenuV3MenuCategoriesResponse {
|
|
@@ -3820,7 +3760,6 @@ export interface GetMenuV3DraftCategoryPath {
|
|
|
3820
3760
|
export interface GetMenuV3DraftCategoryQuery {
|
|
3821
3761
|
select?: string[];
|
|
3822
3762
|
relationships?: string[];
|
|
3823
|
-
_query?: string;
|
|
3824
3763
|
}
|
|
3825
3764
|
export type GetMenuV3DraftCategoryResponse = DraftCategoryDTO;
|
|
3826
3765
|
export interface GetMenuV3DraftCategoryRequest extends BaseRequest, RequestQuery<GetMenuV3DraftCategoryQuery>, GetMenuV3DraftCategoryPath {
|
|
@@ -3866,7 +3805,6 @@ export interface DeleteMenuV3DraftCategoryRequest extends BaseRequest, RequestQu
|
|
|
3866
3805
|
}
|
|
3867
3806
|
export interface GetMenuV3DraftCategoriesCountQuery {
|
|
3868
3807
|
filter?: string;
|
|
3869
|
-
_query?: string;
|
|
3870
3808
|
}
|
|
3871
3809
|
export interface GetMenuV3DraftCategoriesCountResponse {
|
|
3872
3810
|
count: number;
|
|
@@ -3974,7 +3912,6 @@ export interface GetMenuV3DraftCategoryUnattachedItemsQuery {
|
|
|
3974
3912
|
sort_by?: string;
|
|
3975
3913
|
sort_order?: 'DESC' | 'ASC';
|
|
3976
3914
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
3977
|
-
_query?: string;
|
|
3978
3915
|
}
|
|
3979
3916
|
export interface GetMenuV3DraftCategoryUnattachedItemsResponse {
|
|
3980
3917
|
results: DraftItemEntityDTO[];
|
|
@@ -3989,7 +3926,6 @@ export interface GetMenuV3CategoryPath {
|
|
|
3989
3926
|
export interface GetMenuV3CategoryQuery {
|
|
3990
3927
|
select?: string[];
|
|
3991
3928
|
relationships?: string[];
|
|
3992
|
-
_query?: string;
|
|
3993
3929
|
nocache?: boolean;
|
|
3994
3930
|
}
|
|
3995
3931
|
export type GetMenuV3CategoryResponse = PublishedCategoryDTO;
|
|
@@ -3997,7 +3933,6 @@ export interface GetMenuV3CategoryRequest extends BaseRequest, RequestQuery<GetM
|
|
|
3997
3933
|
}
|
|
3998
3934
|
export interface GetMenuV3CategorysCountQuery {
|
|
3999
3935
|
filter?: string;
|
|
4000
|
-
_query?: string;
|
|
4001
3936
|
nocache?: boolean;
|
|
4002
3937
|
}
|
|
4003
3938
|
export interface GetMenuV3CategorysCountResponse {
|
|
@@ -4042,7 +3977,6 @@ export interface GetMenuV3DraftCategoryRelationshipsItemPath {
|
|
|
4042
3977
|
export interface GetMenuV3DraftCategoryRelationshipsItemQuery {
|
|
4043
3978
|
select?: string[];
|
|
4044
3979
|
relationships?: string[];
|
|
4045
|
-
_query?: string;
|
|
4046
3980
|
}
|
|
4047
3981
|
export type GetMenuV3DraftCategoryRelationshipsItemResponse = DraftCategoryToItemRelationshipDTO;
|
|
4048
3982
|
export interface GetMenuV3DraftCategoryRelationshipsItemRequest extends BaseRequest, RequestQuery<GetMenuV3DraftCategoryRelationshipsItemQuery>, GetMenuV3DraftCategoryRelationshipsItemPath {
|
|
@@ -4091,7 +4025,6 @@ export interface GetMenuV3DraftCategoryRelationshipsItemsQuery {
|
|
|
4091
4025
|
sort_by?: string;
|
|
4092
4026
|
sort_order?: 'DESC' | 'ASC';
|
|
4093
4027
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4094
|
-
_query?: string;
|
|
4095
4028
|
}
|
|
4096
4029
|
export interface GetMenuV3DraftCategoryRelationshipsItemsResponse {
|
|
4097
4030
|
results: DraftCategoryToItemRelationshipDTO[];
|
|
@@ -4127,7 +4060,6 @@ export interface PostMenuV3DraftCategoryRelationshipsItemsRequest extends BaseRe
|
|
|
4127
4060
|
}
|
|
4128
4061
|
export interface GetMenuV3DraftCategoryRelationshipsItemsCountQuery {
|
|
4129
4062
|
filter?: string;
|
|
4130
|
-
_query?: string;
|
|
4131
4063
|
}
|
|
4132
4064
|
export interface GetMenuV3DraftCategoryRelationshipsItemsCountResponse {
|
|
4133
4065
|
count: number;
|
|
@@ -4147,7 +4079,6 @@ export interface GetMenuV3CategoryRelationshipsItemPath {
|
|
|
4147
4079
|
export interface GetMenuV3CategoryRelationshipsItemQuery {
|
|
4148
4080
|
select?: string[];
|
|
4149
4081
|
relationships?: string[];
|
|
4150
|
-
_query?: string;
|
|
4151
4082
|
nocache?: boolean;
|
|
4152
4083
|
}
|
|
4153
4084
|
export type GetMenuV3CategoryRelationshipsItemResponse = PublishedCategoryToItemRelationshipDTO;
|
|
@@ -4162,7 +4093,6 @@ export interface GetMenuV3CategoryRelationshipsItemsQuery {
|
|
|
4162
4093
|
sort_by?: string;
|
|
4163
4094
|
sort_order?: 'DESC' | 'ASC';
|
|
4164
4095
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4165
|
-
_query?: string;
|
|
4166
4096
|
nocache?: boolean;
|
|
4167
4097
|
}
|
|
4168
4098
|
export interface GetMenuV3CategoryRelationshipsItemsResponse {
|
|
@@ -4174,7 +4104,6 @@ export interface GetMenuV3CategoryRelationshipsItemsRequest extends BaseRequest,
|
|
|
4174
4104
|
}
|
|
4175
4105
|
export interface GetMenuV3CategoryRelationshipsItemsCountQuery {
|
|
4176
4106
|
filter?: string;
|
|
4177
|
-
_query?: string;
|
|
4178
4107
|
nocache?: boolean;
|
|
4179
4108
|
}
|
|
4180
4109
|
export interface GetMenuV3CategoryRelationshipsItemsCountResponse {
|
|
@@ -4248,7 +4177,6 @@ export interface GetMenuV3DraftItemPath {
|
|
|
4248
4177
|
export interface GetMenuV3DraftItemQuery {
|
|
4249
4178
|
select?: string[];
|
|
4250
4179
|
relationships?: string[];
|
|
4251
|
-
_query?: string;
|
|
4252
4180
|
}
|
|
4253
4181
|
export type GetMenuV3DraftItemResponse = DraftItemDTO;
|
|
4254
4182
|
export interface GetMenuV3DraftItemRequest extends BaseRequest, RequestQuery<GetMenuV3DraftItemQuery>, GetMenuV3DraftItemPath {
|
|
@@ -4338,7 +4266,6 @@ export interface GetMenuV3DraftItemsQuery {
|
|
|
4338
4266
|
sort_by?: string;
|
|
4339
4267
|
sort_order?: 'DESC' | 'ASC';
|
|
4340
4268
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4341
|
-
_query?: string;
|
|
4342
4269
|
}
|
|
4343
4270
|
export interface GetMenuV3DraftItemsResponse {
|
|
4344
4271
|
results: DraftItemDTO[];
|
|
@@ -4403,7 +4330,6 @@ export interface PostMenuV3DraftItemsRequest extends BaseRequest {
|
|
|
4403
4330
|
}
|
|
4404
4331
|
export interface GetMenuV3DraftItemsCountQuery {
|
|
4405
4332
|
filter?: string;
|
|
4406
|
-
_query?: string;
|
|
4407
4333
|
}
|
|
4408
4334
|
export interface GetMenuV3DraftItemsCountResponse {
|
|
4409
4335
|
count: number;
|
|
@@ -4422,7 +4348,6 @@ export interface GetMenuV3DraftItemLineRoutesPath {
|
|
|
4422
4348
|
}
|
|
4423
4349
|
export interface GetMenuV3DraftItemLineRoutesQuery {
|
|
4424
4350
|
search?: string;
|
|
4425
|
-
_query?: string;
|
|
4426
4351
|
}
|
|
4427
4352
|
export interface GetMenuV3DraftItemLineRoutesResponse {
|
|
4428
4353
|
results?: LineRouteSuggestion[];
|
|
@@ -4537,7 +4462,6 @@ export interface GetMenuV3ItemPath {
|
|
|
4537
4462
|
export interface GetMenuV3ItemQuery {
|
|
4538
4463
|
select?: string[];
|
|
4539
4464
|
relationships?: string[];
|
|
4540
|
-
_query?: string;
|
|
4541
4465
|
nocache?: boolean;
|
|
4542
4466
|
}
|
|
4543
4467
|
export type GetMenuV3ItemResponse = PublishedItemDTO;
|
|
@@ -4552,7 +4476,6 @@ export interface GetMenuV3ItemsQuery {
|
|
|
4552
4476
|
sort_by?: string;
|
|
4553
4477
|
sort_order?: 'DESC' | 'ASC';
|
|
4554
4478
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4555
|
-
_query?: string;
|
|
4556
4479
|
nocache?: boolean;
|
|
4557
4480
|
}
|
|
4558
4481
|
export interface GetMenuV3ItemsResponse {
|
|
@@ -4564,7 +4487,6 @@ export interface GetMenuV3ItemsRequest extends BaseRequest, RequestQuery<GetMenu
|
|
|
4564
4487
|
}
|
|
4565
4488
|
export interface GetMenuV3ItemsCountQuery {
|
|
4566
4489
|
filter?: string;
|
|
4567
|
-
_query?: string;
|
|
4568
4490
|
nocache?: boolean;
|
|
4569
4491
|
}
|
|
4570
4492
|
export interface GetMenuV3ItemsCountResponse {
|
|
@@ -4609,7 +4531,6 @@ export interface GetMenuV3DraftItemRelationshipsModifierGroupPath {
|
|
|
4609
4531
|
export interface GetMenuV3DraftItemRelationshipsModifierGroupQuery {
|
|
4610
4532
|
select?: string[];
|
|
4611
4533
|
relationships?: string[];
|
|
4612
|
-
_query?: string;
|
|
4613
4534
|
}
|
|
4614
4535
|
export type GetMenuV3DraftItemRelationshipsModifierGroupResponse = DraftItemToModifierGroupRelationshipDTO;
|
|
4615
4536
|
export interface GetMenuV3DraftItemRelationshipsModifierGroupRequest extends BaseRequest, RequestQuery<GetMenuV3DraftItemRelationshipsModifierGroupQuery>, GetMenuV3DraftItemRelationshipsModifierGroupPath {
|
|
@@ -4658,7 +4579,6 @@ export interface GetMenuV3DraftItemRelationshipsModifierGroupsQuery {
|
|
|
4658
4579
|
sort_by?: string;
|
|
4659
4580
|
sort_order?: 'DESC' | 'ASC';
|
|
4660
4581
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4661
|
-
_query?: string;
|
|
4662
4582
|
}
|
|
4663
4583
|
export interface GetMenuV3DraftItemRelationshipsModifierGroupsResponse {
|
|
4664
4584
|
results: DraftItemToModifierGroupRelationshipDTO[];
|
|
@@ -4694,7 +4614,6 @@ export interface PostMenuV3DraftItemRelationshipsModifierGroupsRequest extends B
|
|
|
4694
4614
|
}
|
|
4695
4615
|
export interface GetMenuV3DraftItemRelationshipsModifierGroupsCountQuery {
|
|
4696
4616
|
filter?: string;
|
|
4697
|
-
_query?: string;
|
|
4698
4617
|
}
|
|
4699
4618
|
export interface GetMenuV3DraftItemRelationshipsModifierGroupsCountResponse {
|
|
4700
4619
|
count: number;
|
|
@@ -4714,7 +4633,6 @@ export interface GetMenuV3ItemRelationshipsModifierGroupPath {
|
|
|
4714
4633
|
export interface GetMenuV3ItemRelationshipsModifierGroupQuery {
|
|
4715
4634
|
select?: string[];
|
|
4716
4635
|
relationships?: string[];
|
|
4717
|
-
_query?: string;
|
|
4718
4636
|
nocache?: boolean;
|
|
4719
4637
|
}
|
|
4720
4638
|
export type GetMenuV3ItemRelationshipsModifierGroupResponse = PublishedItemToModifierGroupRelationshipDTO;
|
|
@@ -4729,7 +4647,6 @@ export interface GetMenuV3ItemRelationshipsModifierGroupsQuery {
|
|
|
4729
4647
|
sort_by?: string;
|
|
4730
4648
|
sort_order?: 'DESC' | 'ASC';
|
|
4731
4649
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4732
|
-
_query?: string;
|
|
4733
4650
|
nocache?: boolean;
|
|
4734
4651
|
}
|
|
4735
4652
|
export interface GetMenuV3ItemRelationshipsModifierGroupsResponse {
|
|
@@ -4741,7 +4658,6 @@ export interface GetMenuV3ItemRelationshipsModifierGroupsRequest extends BaseReq
|
|
|
4741
4658
|
}
|
|
4742
4659
|
export interface GetMenuV3ItemRelationshipsModifierGroupsCountQuery {
|
|
4743
4660
|
filter?: string;
|
|
4744
|
-
_query?: string;
|
|
4745
4661
|
nocache?: boolean;
|
|
4746
4662
|
}
|
|
4747
4663
|
export interface GetMenuV3ItemRelationshipsModifierGroupsCountResponse {
|
|
@@ -4794,7 +4710,6 @@ export interface GetMenuV3DraftModifierGroupPath {
|
|
|
4794
4710
|
export interface GetMenuV3DraftModifierGroupQuery {
|
|
4795
4711
|
select?: string[];
|
|
4796
4712
|
relationships?: string[];
|
|
4797
|
-
_query?: string;
|
|
4798
4713
|
}
|
|
4799
4714
|
export type GetMenuV3DraftModifierGroupResponse = DraftModifierGroupDTO;
|
|
4800
4715
|
export interface GetMenuV3DraftModifierGroupRequest extends BaseRequest, RequestQuery<GetMenuV3DraftModifierGroupQuery>, GetMenuV3DraftModifierGroupPath {
|
|
@@ -4851,7 +4766,6 @@ export interface GetMenuV3DraftModifierGroupsQuery {
|
|
|
4851
4766
|
sort_by?: string;
|
|
4852
4767
|
sort_order?: 'DESC' | 'ASC';
|
|
4853
4768
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4854
|
-
_query?: string;
|
|
4855
4769
|
}
|
|
4856
4770
|
export interface GetMenuV3DraftModifierGroupsResponse {
|
|
4857
4771
|
results: DraftModifierGroupDTO[];
|
|
@@ -4895,7 +4809,6 @@ export interface PostMenuV3DraftModifierGroupsRequest extends BaseRequest {
|
|
|
4895
4809
|
}
|
|
4896
4810
|
export interface GetMenuV3DraftModifierGroupsCountQuery {
|
|
4897
4811
|
filter?: string;
|
|
4898
|
-
_query?: string;
|
|
4899
4812
|
}
|
|
4900
4813
|
export interface GetMenuV3DraftModifierGroupsCountResponse {
|
|
4901
4814
|
count: number;
|
|
@@ -4953,7 +4866,6 @@ export interface GetMenuV3ModifierGroupPath {
|
|
|
4953
4866
|
export interface GetMenuV3ModifierGroupQuery {
|
|
4954
4867
|
select?: string[];
|
|
4955
4868
|
relationships?: string[];
|
|
4956
|
-
_query?: string;
|
|
4957
4869
|
nocache?: boolean;
|
|
4958
4870
|
}
|
|
4959
4871
|
export type GetMenuV3ModifierGroupResponse = PublishedModifierGroupDTO;
|
|
@@ -4968,7 +4880,6 @@ export interface GetMenuV3ModifierGroupsQuery {
|
|
|
4968
4880
|
sort_by?: string;
|
|
4969
4881
|
sort_order?: 'DESC' | 'ASC';
|
|
4970
4882
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
4971
|
-
_query?: string;
|
|
4972
4883
|
nocache?: boolean;
|
|
4973
4884
|
}
|
|
4974
4885
|
export interface GetMenuV3ModifierGroupsResponse {
|
|
@@ -4980,7 +4891,6 @@ export interface GetMenuV3ModifierGroupsRequest extends BaseRequest, RequestQuer
|
|
|
4980
4891
|
}
|
|
4981
4892
|
export interface GetMenuV3ModifierGroupsCountQuery {
|
|
4982
4893
|
filter?: string;
|
|
4983
|
-
_query?: string;
|
|
4984
4894
|
nocache?: boolean;
|
|
4985
4895
|
}
|
|
4986
4896
|
export interface GetMenuV3ModifierGroupsCountResponse {
|
|
@@ -5025,7 +4935,6 @@ export interface GetMenuV3DraftModifierGroupRelationshipsModifierPath {
|
|
|
5025
4935
|
export interface GetMenuV3DraftModifierGroupRelationshipsModifierQuery {
|
|
5026
4936
|
select?: string[];
|
|
5027
4937
|
relationships?: string[];
|
|
5028
|
-
_query?: string;
|
|
5029
4938
|
}
|
|
5030
4939
|
export type GetMenuV3DraftModifierGroupRelationshipsModifierResponse = DraftModifierGroupToModifierRelationshipDTO;
|
|
5031
4940
|
export interface GetMenuV3DraftModifierGroupRelationshipsModifierRequest extends BaseRequest, RequestQuery<GetMenuV3DraftModifierGroupRelationshipsModifierQuery>, GetMenuV3DraftModifierGroupRelationshipsModifierPath {
|
|
@@ -5074,7 +4983,6 @@ export interface GetMenuV3DraftModifierGroupRelationshipsModifiersQuery {
|
|
|
5074
4983
|
sort_by?: string;
|
|
5075
4984
|
sort_order?: 'DESC' | 'ASC';
|
|
5076
4985
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
5077
|
-
_query?: string;
|
|
5078
4986
|
}
|
|
5079
4987
|
export interface GetMenuV3DraftModifierGroupRelationshipsModifiersResponse {
|
|
5080
4988
|
results: DraftModifierGroupToModifierRelationshipDTO[];
|
|
@@ -5110,7 +5018,6 @@ export interface PostMenuV3DraftModifierGroupRelationshipsModifiersRequest exten
|
|
|
5110
5018
|
}
|
|
5111
5019
|
export interface GetMenuV3DraftModifierGroupRelationshipsModifiersCountQuery {
|
|
5112
5020
|
filter?: string;
|
|
5113
|
-
_query?: string;
|
|
5114
5021
|
}
|
|
5115
5022
|
export interface GetMenuV3DraftModifierGroupRelationshipsModifiersCountResponse {
|
|
5116
5023
|
count: number;
|
|
@@ -5130,7 +5037,6 @@ export interface GetMenuV3ModifierGroupRelationshipsModifierPath {
|
|
|
5130
5037
|
export interface GetMenuV3ModifierGroupRelationshipsModifierQuery {
|
|
5131
5038
|
select?: string[];
|
|
5132
5039
|
relationships?: string[];
|
|
5133
|
-
_query?: string;
|
|
5134
5040
|
nocache?: boolean;
|
|
5135
5041
|
}
|
|
5136
5042
|
export type GetMenuV3ModifierGroupRelationshipsModifierResponse = PublishedModifierGroupToModifierRelationshipDTO;
|
|
@@ -5145,7 +5051,6 @@ export interface GetMenuV3ModifierGroupRelationshipsModifiersQuery {
|
|
|
5145
5051
|
sort_by?: string;
|
|
5146
5052
|
sort_order?: 'DESC' | 'ASC';
|
|
5147
5053
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
5148
|
-
_query?: string;
|
|
5149
5054
|
nocache?: boolean;
|
|
5150
5055
|
}
|
|
5151
5056
|
export interface GetMenuV3ModifierGroupRelationshipsModifiersResponse {
|
|
@@ -5157,7 +5062,6 @@ export interface GetMenuV3ModifierGroupRelationshipsModifiersRequest extends Bas
|
|
|
5157
5062
|
}
|
|
5158
5063
|
export interface GetMenuV3ModifierGroupRelationshipsModifiersCountQuery {
|
|
5159
5064
|
filter?: string;
|
|
5160
|
-
_query?: string;
|
|
5161
5065
|
nocache?: boolean;
|
|
5162
5066
|
}
|
|
5163
5067
|
export interface GetMenuV3ModifierGroupRelationshipsModifiersCountResponse {
|
|
@@ -5227,7 +5131,6 @@ export interface GetMenuV3DraftModifierPath {
|
|
|
5227
5131
|
export interface GetMenuV3DraftModifierQuery {
|
|
5228
5132
|
select?: string[];
|
|
5229
5133
|
relationships?: string[];
|
|
5230
|
-
_query?: string;
|
|
5231
5134
|
}
|
|
5232
5135
|
export type GetMenuV3DraftModifierResponse = DraftModifierDTO;
|
|
5233
5136
|
export interface GetMenuV3DraftModifierRequest extends BaseRequest, RequestQuery<GetMenuV3DraftModifierQuery>, GetMenuV3DraftModifierPath {
|
|
@@ -5313,7 +5216,6 @@ export interface GetMenuV3DraftModifiersQuery {
|
|
|
5313
5216
|
sort_by?: string;
|
|
5314
5217
|
sort_order?: 'DESC' | 'ASC';
|
|
5315
5218
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
5316
|
-
_query?: string;
|
|
5317
5219
|
}
|
|
5318
5220
|
export interface GetMenuV3DraftModifiersResponse {
|
|
5319
5221
|
results: DraftModifierDTO[];
|
|
@@ -5374,7 +5276,6 @@ export interface PostMenuV3DraftModifiersRequest extends BaseRequest {
|
|
|
5374
5276
|
}
|
|
5375
5277
|
export interface GetMenuV3DraftModifiersCountQuery {
|
|
5376
5278
|
filter?: string;
|
|
5377
|
-
_query?: string;
|
|
5378
5279
|
}
|
|
5379
5280
|
export interface GetMenuV3DraftModifiersCountResponse {
|
|
5380
5281
|
count: number;
|
|
@@ -5393,7 +5294,6 @@ export interface GetMenuV3DraftModifierLineRoutesPath {
|
|
|
5393
5294
|
}
|
|
5394
5295
|
export interface GetMenuV3DraftModifierLineRoutesQuery {
|
|
5395
5296
|
search?: string;
|
|
5396
|
-
_query?: string;
|
|
5397
5297
|
}
|
|
5398
5298
|
export interface GetMenuV3DraftModifierLineRoutesResponse {
|
|
5399
5299
|
results?: LineRouteSuggestion[];
|
|
@@ -5468,7 +5368,6 @@ export interface GetMenuV3ModifierPath {
|
|
|
5468
5368
|
export interface GetMenuV3ModifierQuery {
|
|
5469
5369
|
select?: string[];
|
|
5470
5370
|
relationships?: string[];
|
|
5471
|
-
_query?: string;
|
|
5472
5371
|
nocache?: boolean;
|
|
5473
5372
|
}
|
|
5474
5373
|
export type GetMenuV3ModifierResponse = PublishedModifierDTO;
|
|
@@ -5483,7 +5382,6 @@ export interface GetMenuV3ModifiersQuery {
|
|
|
5483
5382
|
sort_by?: string;
|
|
5484
5383
|
sort_order?: 'DESC' | 'ASC';
|
|
5485
5384
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
5486
|
-
_query?: string;
|
|
5487
5385
|
nocache?: boolean;
|
|
5488
5386
|
}
|
|
5489
5387
|
export interface GetMenuV3ModifiersResponse {
|
|
@@ -5495,7 +5393,6 @@ export interface GetMenuV3ModifiersRequest extends BaseRequest, RequestQuery<Get
|
|
|
5495
5393
|
}
|
|
5496
5394
|
export interface GetMenuV3ModifiersCountQuery {
|
|
5497
5395
|
filter?: string;
|
|
5498
|
-
_query?: string;
|
|
5499
5396
|
nocache?: boolean;
|
|
5500
5397
|
}
|
|
5501
5398
|
export interface GetMenuV3ModifiersCountResponse {
|
|
@@ -5528,7 +5425,6 @@ export interface GetMenuV3GlobalDiffPath {
|
|
|
5528
5425
|
export interface GetMenuV3GlobalDiffQuery {
|
|
5529
5426
|
select?: string[];
|
|
5530
5427
|
relationships?: string[];
|
|
5531
|
-
_query?: string;
|
|
5532
5428
|
}
|
|
5533
5429
|
export type GetMenuV3GlobalDiffResponse = GlobalDiffDTO;
|
|
5534
5430
|
export interface GetMenuV3GlobalDiffRequest extends BaseRequest, RequestQuery<GetMenuV3GlobalDiffQuery>, GetMenuV3GlobalDiffPath {
|
|
@@ -5542,7 +5438,6 @@ export interface GetMenuV3GlobalDiffsQuery {
|
|
|
5542
5438
|
sort_by?: string;
|
|
5543
5439
|
sort_order?: 'DESC' | 'ASC';
|
|
5544
5440
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
5545
|
-
_query?: string;
|
|
5546
5441
|
}
|
|
5547
5442
|
export interface GetMenuV3GlobalDiffsResponse {
|
|
5548
5443
|
results: GlobalDiffDTO[];
|
|
@@ -5553,7 +5448,6 @@ export interface GetMenuV3GlobalDiffsRequest extends BaseRequest, RequestQuery<G
|
|
|
5553
5448
|
}
|
|
5554
5449
|
export interface GetMenuV3GlobalDiffsCountQuery {
|
|
5555
5450
|
filter?: string;
|
|
5556
|
-
_query?: string;
|
|
5557
5451
|
}
|
|
5558
5452
|
export interface GetMenuV3GlobalDiffsCountResponse {
|
|
5559
5453
|
count: number;
|
|
@@ -5570,7 +5464,6 @@ export interface PostMenuV3GlobalDiffRecoverRequest extends BaseRequest, PostMen
|
|
|
5570
5464
|
export interface GetMenuV3MenuworksQuery {
|
|
5571
5465
|
unit_ids?: string[];
|
|
5572
5466
|
MRN?: string;
|
|
5573
|
-
_query?: string;
|
|
5574
5467
|
}
|
|
5575
5468
|
export interface GetMenuV3MenuworksResponse {
|
|
5576
5469
|
calories?: number;
|
|
@@ -5580,6 +5473,7 @@ export interface GetMenuV3MenuworksResponse {
|
|
|
5580
5473
|
description?: string;
|
|
5581
5474
|
portion_size: string;
|
|
5582
5475
|
allergens?: AllergenDTO[];
|
|
5476
|
+
nutrition?: NutritionDTO;
|
|
5583
5477
|
MRN?: string;
|
|
5584
5478
|
portion_quantity?: number;
|
|
5585
5479
|
portion_unit_name?: string;
|
|
@@ -5601,7 +5495,6 @@ export interface GetMenuV3UniversalItemsQuery {
|
|
|
5601
5495
|
sort_by?: string;
|
|
5602
5496
|
sort_order?: 'DESC' | 'ASC';
|
|
5603
5497
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
5604
|
-
_query?: string;
|
|
5605
5498
|
}
|
|
5606
5499
|
export interface GetMenuV3UniversalItemsResponse {
|
|
5607
5500
|
results: UniversalItemWithoutIdDTO[];
|
|
@@ -5622,9 +5515,6 @@ export interface PutMenuV3UniversalItemsRequest extends BaseRequest {
|
|
|
5622
5515
|
export interface GetMenuV3UniversalItemPath {
|
|
5623
5516
|
barcode: string;
|
|
5624
5517
|
}
|
|
5625
|
-
export interface GetMenuV3UniversalItemQuery {
|
|
5626
|
-
_query?: string;
|
|
5627
|
-
}
|
|
5628
5518
|
export interface GetMenuV3UniversalItemResponse {
|
|
5629
5519
|
barcode: string;
|
|
5630
5520
|
name: string;
|
|
@@ -5640,7 +5530,7 @@ export interface GetMenuV3UniversalItemResponse {
|
|
|
5640
5530
|
metadata?: Record<string, any>;
|
|
5641
5531
|
[index: string]: any;
|
|
5642
5532
|
}
|
|
5643
|
-
export interface GetMenuV3UniversalItemRequest extends BaseRequest,
|
|
5533
|
+
export interface GetMenuV3UniversalItemRequest extends BaseRequest, GetMenuV3UniversalItemPath {
|
|
5644
5534
|
}
|
|
5645
5535
|
export interface PatchMenuV3UniversalItemPath {
|
|
5646
5536
|
barcode: string;
|
|
@@ -5775,7 +5665,6 @@ export interface GetMenuV4BrandPath {
|
|
|
5775
5665
|
}
|
|
5776
5666
|
export interface GetMenuV4BrandQuery {
|
|
5777
5667
|
with_parent?: boolean;
|
|
5778
|
-
_query?: string;
|
|
5779
5668
|
}
|
|
5780
5669
|
export interface GetMenuV4BrandResponse {
|
|
5781
5670
|
price_levels?: Record<string, any>;
|
|
@@ -6114,7 +6003,6 @@ export interface GetMenuV4BrandItemsQuery {
|
|
|
6114
6003
|
sort_by?: string;
|
|
6115
6004
|
sort_order?: 'DESC' | 'ASC';
|
|
6116
6005
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
6117
|
-
_query?: string;
|
|
6118
6006
|
}
|
|
6119
6007
|
export interface GetMenuV4BrandItemsResponse {
|
|
6120
6008
|
results: DraftItemEntityDTO[];
|
|
@@ -6135,7 +6023,6 @@ export interface GetMenuV4BrandModifierGroupsQuery {
|
|
|
6135
6023
|
sort_by?: string;
|
|
6136
6024
|
sort_order?: 'DESC' | 'ASC';
|
|
6137
6025
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
6138
|
-
_query?: string;
|
|
6139
6026
|
}
|
|
6140
6027
|
export interface GetMenuV4BrandModifierGroupsResponse {
|
|
6141
6028
|
results: DraftModifierGroupEntityDTO[];
|
|
@@ -6156,7 +6043,6 @@ export interface GetMenuV4BrandModifiersQuery {
|
|
|
6156
6043
|
sort_by?: string;
|
|
6157
6044
|
sort_order?: 'DESC' | 'ASC';
|
|
6158
6045
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
6159
|
-
_query?: string;
|
|
6160
6046
|
}
|
|
6161
6047
|
export interface GetMenuV4BrandModifiersResponse {
|
|
6162
6048
|
results: DraftModifierEntityDTO[];
|
|
@@ -6178,7 +6064,6 @@ export interface GetMenuV4BrandCategoryItemsQuery {
|
|
|
6178
6064
|
sort_by?: string;
|
|
6179
6065
|
sort_order?: 'DESC' | 'ASC';
|
|
6180
6066
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
6181
|
-
_query?: string;
|
|
6182
6067
|
}
|
|
6183
6068
|
export interface GetMenuV4BrandCategoryItemsResponse {
|
|
6184
6069
|
results: CategoryItemRelationshipDTO[];
|
|
@@ -6486,7 +6371,6 @@ export interface GetMenuV4BrandExportPath {
|
|
|
6486
6371
|
}
|
|
6487
6372
|
export interface GetMenuV4BrandExportQuery {
|
|
6488
6373
|
format?: 'xlsx';
|
|
6489
|
-
_query?: string;
|
|
6490
6374
|
}
|
|
6491
6375
|
export interface GetMenuV4BrandExportResponse {
|
|
6492
6376
|
s3_link: string;
|
|
@@ -6666,7 +6550,6 @@ export interface GetMenuV4ItemPath {
|
|
|
6666
6550
|
}
|
|
6667
6551
|
export interface GetMenuV4ItemQuery {
|
|
6668
6552
|
with_parent?: boolean;
|
|
6669
|
-
_query?: string;
|
|
6670
6553
|
}
|
|
6671
6554
|
export interface GetMenuV4ItemResponse {
|
|
6672
6555
|
is_published?: boolean;
|
|
@@ -7219,7 +7102,6 @@ export interface GetMenuV4ModifierPath {
|
|
|
7219
7102
|
}
|
|
7220
7103
|
export interface GetMenuV4ModifierQuery {
|
|
7221
7104
|
with_parent?: boolean;
|
|
7222
|
-
_query?: string;
|
|
7223
7105
|
}
|
|
7224
7106
|
export interface GetMenuV4ModifierResponse {
|
|
7225
7107
|
parent?: DraftModifierDTO;
|
|
@@ -7611,7 +7493,6 @@ export interface GetMenuV4ModifierGroupPath {
|
|
|
7611
7493
|
}
|
|
7612
7494
|
export interface GetMenuV4ModifierGroupQuery {
|
|
7613
7495
|
with_parent?: boolean;
|
|
7614
|
-
_query?: string;
|
|
7615
7496
|
}
|
|
7616
7497
|
export interface GetMenuV4ModifierGroupResponse {
|
|
7617
7498
|
parent?: DraftModifierGroupDTO;
|
|
@@ -7874,7 +7755,6 @@ export interface GetMenuV4ModifierGroupAttachableModifiersQuery {
|
|
|
7874
7755
|
sort_by?: string;
|
|
7875
7756
|
sort_order?: 'DESC' | 'ASC';
|
|
7876
7757
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
7877
|
-
_query?: string;
|
|
7878
7758
|
}
|
|
7879
7759
|
export interface GetMenuV4ModifierGroupAttachableModifiersResponse {
|
|
7880
7760
|
results: DraftModifierDTO[];
|
|
@@ -7953,7 +7833,6 @@ export interface GetMenuV4StockBusinessUnitQuery {
|
|
|
7953
7833
|
sort_by?: string;
|
|
7954
7834
|
sort_order?: 'DESC' | 'ASC';
|
|
7955
7835
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
7956
|
-
_query?: string;
|
|
7957
7836
|
}
|
|
7958
7837
|
export interface GetMenuV4StockBusinessUnitResponse {
|
|
7959
7838
|
results: StockDTO[];
|
|
@@ -7974,7 +7853,6 @@ export interface GetMenuV4StockBusinessUnitUnpublishedChangesQuery {
|
|
|
7974
7853
|
sort_by?: string;
|
|
7975
7854
|
sort_order?: 'DESC' | 'ASC';
|
|
7976
7855
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
7977
|
-
_query?: string;
|
|
7978
7856
|
}
|
|
7979
7857
|
export interface GetMenuV4StockBusinessUnitUnpublishedChangesResponse {
|
|
7980
7858
|
results: StockDTO[];
|
|
@@ -8064,7 +7942,6 @@ export interface GetMenuV4MenuPath {
|
|
|
8064
7942
|
}
|
|
8065
7943
|
export interface GetMenuV4MenuQuery {
|
|
8066
7944
|
with_parent?: boolean;
|
|
8067
|
-
_query?: string;
|
|
8068
7945
|
}
|
|
8069
7946
|
export interface GetMenuV4MenuResponse {
|
|
8070
7947
|
parent?: DraftMenuDTO;
|
|
@@ -8110,7 +7987,6 @@ export interface GetMenuV4SizePath {
|
|
|
8110
7987
|
}
|
|
8111
7988
|
export interface GetMenuV4SizeQuery {
|
|
8112
7989
|
with_parent?: boolean;
|
|
8113
|
-
_query?: string;
|
|
8114
7990
|
}
|
|
8115
7991
|
export interface GetMenuV4SizeResponse {
|
|
8116
7992
|
id: string;
|
|
@@ -8125,7 +8001,6 @@ export interface GetMenuV4CategoryPath {
|
|
|
8125
8001
|
}
|
|
8126
8002
|
export interface GetMenuV4CategoryQuery {
|
|
8127
8003
|
with_parent?: boolean;
|
|
8128
|
-
_query?: string;
|
|
8129
8004
|
}
|
|
8130
8005
|
export interface GetMenuV4CategoryResponse {
|
|
8131
8006
|
parent?: DraftCategoryDTO;
|
|
@@ -8211,7 +8086,6 @@ export interface GetMenuV4CategoryAttachableItemsQuery {
|
|
|
8211
8086
|
sort_by?: string;
|
|
8212
8087
|
sort_order?: 'DESC' | 'ASC';
|
|
8213
8088
|
soft_deleted?: 'include' | 'exclude' | 'only';
|
|
8214
|
-
_query?: string;
|
|
8215
8089
|
}
|
|
8216
8090
|
export interface GetMenuV4CategoryAttachableItemsResponse {
|
|
8217
8091
|
results: DraftItemDTO[];
|
|
@@ -8220,9 +8094,6 @@ export interface GetMenuV4CategoryAttachableItemsResponse {
|
|
|
8220
8094
|
}
|
|
8221
8095
|
export interface GetMenuV4CategoryAttachableItemsRequest extends BaseRequest, RequestQuery<GetMenuV4CategoryAttachableItemsQuery>, GetMenuV4CategoryAttachableItemsPath {
|
|
8222
8096
|
}
|
|
8223
|
-
export interface GetMenuV3PingQuery {
|
|
8224
|
-
_query?: string;
|
|
8225
|
-
}
|
|
8226
8097
|
export interface GetMenuV3PingResponse {
|
|
8227
8098
|
status: string;
|
|
8228
8099
|
message: string;
|
|
@@ -8230,10 +8101,7 @@ export interface GetMenuV3PingResponse {
|
|
|
8230
8101
|
service: string;
|
|
8231
8102
|
[index: string]: any;
|
|
8232
8103
|
}
|
|
8233
|
-
export interface GetMenuV3PingRequest extends BaseRequest
|
|
8234
|
-
}
|
|
8235
|
-
export interface GetMenuV3HealthQuery {
|
|
8236
|
-
_query?: string;
|
|
8104
|
+
export interface GetMenuV3PingRequest extends BaseRequest {
|
|
8237
8105
|
}
|
|
8238
8106
|
export interface GetMenuV3HealthResponse {
|
|
8239
8107
|
status: string;
|
|
@@ -8243,6 +8111,6 @@ export interface GetMenuV3HealthResponse {
|
|
|
8243
8111
|
metadata: HealthMetadataDTO;
|
|
8244
8112
|
[index: string]: any;
|
|
8245
8113
|
}
|
|
8246
|
-
export interface GetMenuV3HealthRequest extends BaseRequest
|
|
8114
|
+
export interface GetMenuV3HealthRequest extends BaseRequest {
|
|
8247
8115
|
}
|
|
8248
8116
|
//# sourceMappingURL=menu.d.ts.map
|