@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.
Files changed (102) hide show
  1. package/lib/base.d.ts +1 -0
  2. package/lib/base.d.ts.map +1 -1
  3. package/lib/base.js +3 -4
  4. package/lib/base.js.map +1 -1
  5. package/lib/index.d.ts +122 -308
  6. package/lib/index.d.ts.map +1 -1
  7. package/lib/index.js +2 -2
  8. package/lib/index.js.map +1 -1
  9. package/lib/interface/announcement.d.ts +1 -5
  10. package/lib/interface/announcement.d.ts.map +1 -1
  11. package/lib/interface/auth.d.ts +0 -8
  12. package/lib/interface/auth.d.ts.map +1 -1
  13. package/lib/interface/calendar.d.ts +3 -14
  14. package/lib/interface/calendar.d.ts.map +1 -1
  15. package/lib/interface/catalog.d.ts +6 -26
  16. package/lib/interface/catalog.d.ts.map +1 -1
  17. package/lib/interface/centricos.d.ts +0 -35
  18. package/lib/interface/centricos.d.ts.map +1 -1
  19. package/lib/interface/compassconnect.d.ts +0 -1
  20. package/lib/interface/compassconnect.d.ts.map +1 -1
  21. package/lib/interface/config.d.ts +5 -17
  22. package/lib/interface/config.d.ts.map +1 -1
  23. package/lib/interface/consumer.d.ts +0 -38
  24. package/lib/interface/consumer.d.ts.map +1 -1
  25. package/lib/interface/datalake.d.ts +2 -5
  26. package/lib/interface/datalake.d.ts.map +1 -1
  27. package/lib/interface/discount.d.ts +0 -7
  28. package/lib/interface/discount.d.ts.map +1 -1
  29. package/lib/interface/forecasting.d.ts +0 -5
  30. package/lib/interface/forecasting.d.ts.map +1 -1
  31. package/lib/interface/frictionless.d.ts +0 -15
  32. package/lib/interface/frictionless.d.ts.map +1 -1
  33. package/lib/interface/kds.d.ts +1 -5
  34. package/lib/interface/kds.d.ts.map +1 -1
  35. package/lib/interface/location.d.ts +5 -25
  36. package/lib/interface/location.d.ts.map +1 -1
  37. package/lib/interface/mealplan.d.ts +2 -9
  38. package/lib/interface/mealplan.d.ts.map +1 -1
  39. package/lib/interface/menu.d.ts +57 -189
  40. package/lib/interface/menu.d.ts.map +1 -1
  41. package/lib/interface/notification.d.ts +1 -5
  42. package/lib/interface/notification.d.ts.map +1 -1
  43. package/lib/interface/order.d.ts +2 -6
  44. package/lib/interface/order.d.ts.map +1 -1
  45. package/lib/interface/partner.d.ts +1 -6
  46. package/lib/interface/partner.d.ts.map +1 -1
  47. package/lib/interface/payment.d.ts +1 -8
  48. package/lib/interface/payment.d.ts.map +1 -1
  49. package/lib/interface/promo.d.ts +1 -7
  50. package/lib/interface/promo.d.ts.map +1 -1
  51. package/lib/interface/report.d.ts +3 -16
  52. package/lib/interface/report.d.ts.map +1 -1
  53. package/lib/interface/review.d.ts +0 -4
  54. package/lib/interface/review.d.ts.map +1 -1
  55. package/lib/interface/search.d.ts +0 -7
  56. package/lib/interface/search.d.ts.map +1 -1
  57. package/lib/interface/shoppingcart.d.ts +4 -16
  58. package/lib/interface/shoppingcart.d.ts.map +1 -1
  59. package/lib/interface/task.d.ts +2 -10
  60. package/lib/interface/task.d.ts.map +1 -1
  61. package/lib/interface/tax.d.ts +0 -3
  62. package/lib/interface/tax.d.ts.map +1 -1
  63. package/lib/interface/timeslots.d.ts +0 -1
  64. package/lib/interface/timeslots.d.ts.map +1 -1
  65. package/lib/interface/user.d.ts +3 -18
  66. package/lib/interface/user.d.ts.map +1 -1
  67. package/lib/interface/vendor.d.ts +5 -22
  68. package/lib/interface/vendor.d.ts.map +1 -1
  69. package/package.json +2 -2
  70. package/pipeline.yml +1 -0
  71. package/src/base.ts +5 -4
  72. package/src/index.ts +96 -442
  73. package/src/interface/announcement.ts +1 -11
  74. package/src/interface/auth.ts +0 -14
  75. package/src/interface/calendar.ts +3 -26
  76. package/src/interface/catalog.ts +6 -47
  77. package/src/interface/centricos.ts +0 -60
  78. package/src/interface/compassconnect.ts +0 -2
  79. package/src/interface/config.ts +5 -33
  80. package/src/interface/consumer.ts +2 -69
  81. package/src/interface/datalake.ts +1 -8
  82. package/src/interface/discount.ts +0 -12
  83. package/src/interface/forecasting.ts +0 -9
  84. package/src/interface/frictionless.ts +0 -25
  85. package/src/interface/kds.ts +1 -8
  86. package/src/interface/location.ts +3 -46
  87. package/src/interface/mealplan.ts +2 -19
  88. package/src/interface/menu.ts +59 -355
  89. package/src/interface/notification.ts +1 -10
  90. package/src/interface/order.ts +2 -10
  91. package/src/interface/partner.ts +1 -12
  92. package/src/interface/payment.ts +1 -17
  93. package/src/interface/promo.ts +1 -14
  94. package/src/interface/report.ts +1 -29
  95. package/src/interface/review.ts +0 -7
  96. package/src/interface/search.ts +0 -13
  97. package/src/interface/shoppingcart.ts +3 -31
  98. package/src/interface/task.ts +2 -19
  99. package/src/interface/tax.ts +0 -5
  100. package/src/interface/timeslots.ts +0 -2
  101. package/src/interface/user.ts +3 -36
  102. package/src/interface/vendor.ts +5 -43
@@ -54,6 +54,13 @@ export interface Menu {
54
54
  };
55
55
  [index: string]: any;
56
56
  };
57
+ image?: {
58
+ src?: string;
59
+ sizes?: {
60
+ original?: string;
61
+ thumbnail_80_80?: string;
62
+ };
63
+ };
57
64
  }
58
65
 
59
66
  export interface Nutrition {
@@ -169,6 +176,13 @@ export interface Item {
169
176
  smart_tags?: string[];
170
177
  // menuworks allergen tags
171
178
  allergen_tags?: string[];
179
+ // menuworks allergens with contains field
180
+ allergens?: {
181
+ // allergen name
182
+ name?: string;
183
+ // allergen contains status: 'Yes' or 'AtRisk'
184
+ contains?: 'Yes' | 'AtRisk';
185
+ }[];
172
186
  };
173
187
  // unique id of the entity
174
188
  unique_id?: number;
@@ -325,6 +339,13 @@ export interface Option {
325
339
  smart_tags?: string[];
326
340
  // menuworks allergen tags
327
341
  allergen_tags?: string[];
342
+ // menuworks allergens with contains field
343
+ allergens?: {
344
+ // allergen name
345
+ name?: string;
346
+ // allergen contains status: 'Yes' or 'AtRisk'
347
+ contains?: 'Yes' | 'AtRisk';
348
+ }[];
328
349
  };
329
350
  // unique id of the entity
330
351
  unique_id?: number;
@@ -1019,7 +1040,32 @@ export interface MenuWorksDTO {
1019
1040
  ingredients?: string[];
1020
1041
  smart_tags?: string[];
1021
1042
  allergen_tags?: string[];
1022
- allergens?: string[];
1043
+ allergens?: AllergenDTO[];
1044
+ nutrition?: NutritionDTO;
1045
+ [index: string]: any;
1046
+ }
1047
+
1048
+ export interface AllergenDTO {
1049
+ name: string;
1050
+ contains: 'Yes' | 'AtRisk';
1051
+ [index: string]: any;
1052
+ }
1053
+
1054
+ export interface NutritionDTO {
1055
+ calories?: NutritionValueDTO;
1056
+ total_fat?: Record<string, any>;
1057
+ saturated_fat?: Record<string, any>;
1058
+ total_carbohydrate?: Record<string, any>;
1059
+ total_sugars?: Record<string, any>;
1060
+ protein?: Record<string, any>;
1061
+ dietary_fiber?: Record<string, any>;
1062
+ sodium?: Record<string, any>;
1063
+ [index: string]: any;
1064
+ }
1065
+
1066
+ export interface NutritionValueDTO {
1067
+ amount: number;
1068
+ unit: string;
1023
1069
  [index: string]: any;
1024
1070
  }
1025
1071
 
@@ -1846,12 +1892,6 @@ export interface DraftModifierEntityDTO {
1846
1892
  [index: string]: any;
1847
1893
  }
1848
1894
 
1849
- export interface AllergenDTO {
1850
- name: string;
1851
- contains: 'Yes' | 'AtRisk';
1852
- [index: string]: any;
1853
- }
1854
-
1855
1895
  export interface UniversalItemWithoutIdDTO {
1856
1896
  barcode: string;
1857
1897
  name: string;
@@ -2067,8 +2107,6 @@ export interface HealthMetadataDTO {
2067
2107
 
2068
2108
  export interface GetMenusQuery {
2069
2109
  query: string;
2070
- // Graphql query string
2071
- _query?: string;
2072
2110
  }
2073
2111
 
2074
2112
  export type GetMenusResponse = Menus;
@@ -2179,7 +2217,7 @@ export interface PatchMenuPath {
2179
2217
  }
2180
2218
 
2181
2219
  export interface PatchMenuQuery {
2182
- // fields to return
2220
+ // Graphql query string
2183
2221
  _query?: string;
2184
2222
  }
2185
2223
 
@@ -2199,8 +2237,6 @@ export interface GetFullMenuPath {
2199
2237
  }
2200
2238
 
2201
2239
  export interface GetFullMenuQuery {
2202
- // Graphql query string
2203
- _query?: string;
2204
2240
  nocache?: boolean;
2205
2241
  }
2206
2242
 
@@ -2239,8 +2275,6 @@ export interface GetMenuItemsQuery {
2239
2275
  barcodes: string;
2240
2276
  // AP3 Brand ID
2241
2277
  brand_id: string;
2242
- // Graphql query string
2243
- _query?: string;
2244
2278
  }
2245
2279
 
2246
2280
  export type GetMenuItemsResponse = Items;
@@ -2276,17 +2310,9 @@ export interface GetSectorMenusPath {
2276
2310
  sector: string;
2277
2311
  }
2278
2312
 
2279
- export interface GetSectorMenusQuery {
2280
- // Graphql query string
2281
- _query?: string;
2282
- }
2283
-
2284
2313
  export type GetSectorMenusResponse = Menus;
2285
2314
 
2286
- export interface GetSectorMenusRequest
2287
- extends BaseRequest,
2288
- RequestQuery<GetSectorMenusQuery>,
2289
- GetSectorMenusPath {}
2315
+ export interface GetSectorMenusRequest extends BaseRequest, GetSectorMenusPath {}
2290
2316
 
2291
2317
  // GET /menu/company/{company} - Get menus that belong to company
2292
2318
 
@@ -2295,17 +2321,9 @@ export interface GetCompanyMenusPath {
2295
2321
  company: string;
2296
2322
  }
2297
2323
 
2298
- export interface GetCompanyMenusQuery {
2299
- // Graphql query string
2300
- _query?: string;
2301
- }
2302
-
2303
2324
  export type GetCompanyMenusResponse = Menus;
2304
2325
 
2305
- export interface GetCompanyMenusRequest
2306
- extends BaseRequest,
2307
- RequestQuery<GetCompanyMenusQuery>,
2308
- GetCompanyMenusPath {}
2326
+ export interface GetCompanyMenusRequest extends BaseRequest, GetCompanyMenusPath {}
2309
2327
 
2310
2328
  // POST /menu/modifier/group - Create a new Menu Modifier Group
2311
2329
 
@@ -2324,17 +2342,9 @@ export interface GetModifierGroupPath {
2324
2342
  id: string;
2325
2343
  }
2326
2344
 
2327
- export interface GetModifierGroupQuery {
2328
- // Graphql query string
2329
- _query?: string;
2330
- }
2331
-
2332
2345
  export type GetModifierGroupResponse = OptionsGroup;
2333
2346
 
2334
- export interface GetModifierGroupRequest
2335
- extends BaseRequest,
2336
- RequestQuery<GetModifierGroupQuery>,
2337
- GetModifierGroupPath {}
2347
+ export interface GetModifierGroupRequest extends BaseRequest, GetModifierGroupPath {}
2338
2348
 
2339
2349
  // PUT /menu/modifier/group/{id} - Update a Menu Modifier Group
2340
2350
 
@@ -2369,16 +2379,10 @@ export interface GetCompanyModifierGroupsPath {
2369
2379
  company: string;
2370
2380
  }
2371
2381
 
2372
- export interface GetCompanyModifierGroupsQuery {
2373
- // Graphql query string
2374
- _query?: string;
2375
- }
2376
-
2377
2382
  export type GetCompanyModifierGroupsResponse = OptionsGroupList;
2378
2383
 
2379
2384
  export interface GetCompanyModifierGroupsRequest
2380
2385
  extends BaseRequest,
2381
- RequestQuery<GetCompanyModifierGroupsQuery>,
2382
2386
  GetCompanyModifierGroupsPath {}
2383
2387
 
2384
2388
  // GET /menu/modifier/group/company/{company}/export - Export company modifier groups to zipped excel file.
@@ -2388,16 +2392,10 @@ export interface GetCompanyModifierGroupsExportPath {
2388
2392
  company: string;
2389
2393
  }
2390
2394
 
2391
- export interface GetCompanyModifierGroupsExportQuery {
2392
- // Graphql query string
2393
- _query?: string;
2394
- }
2395
-
2396
2395
  export type GetCompanyModifierGroupsExportResponse = ZippedExcelExport;
2397
2396
 
2398
2397
  export interface GetCompanyModifierGroupsExportRequest
2399
2398
  extends BaseRequest,
2400
- RequestQuery<GetCompanyModifierGroupsExportQuery>,
2401
2399
  GetCompanyModifierGroupsExportPath {}
2402
2400
 
2403
2401
  // GET /menu/{id}/export - Export menu set to zipped excel file.
@@ -2407,17 +2405,9 @@ export interface GetMenuExportPath {
2407
2405
  id: string;
2408
2406
  }
2409
2407
 
2410
- export interface GetMenuExportQuery {
2411
- // Graphql query string
2412
- _query?: string;
2413
- }
2414
-
2415
2408
  export type GetMenuExportResponse = ZippedExcelExport;
2416
2409
 
2417
- export interface GetMenuExportRequest
2418
- extends BaseRequest,
2419
- RequestQuery<GetMenuExportQuery>,
2420
- GetMenuExportPath {}
2410
+ export interface GetMenuExportRequest extends BaseRequest, GetMenuExportPath {}
2421
2411
 
2422
2412
  // GET /menu/partial/{id}/groups - Get an individual menu with its categories only partially loaded. (No items)
2423
2413
 
@@ -2433,8 +2423,6 @@ export interface GetMenuPartialGroupsQuery {
2433
2423
  show_unlinked?: boolean;
2434
2424
  // Show items and modifiers with weight
2435
2425
  include_items_with_weight?: boolean;
2436
- // Graphql query string
2437
- _query?: string;
2438
2426
  }
2439
2427
 
2440
2428
  export type GetMenuPartialGroupsResponse = Menu;
@@ -2456,8 +2444,6 @@ export interface GetMenuPartialGroupItemsPath {
2456
2444
  export interface GetMenuPartialGroupItemsQuery {
2457
2445
  // Show additional fields like hidden menu items, parent_id. Defaults to false
2458
2446
  extended?: boolean;
2459
- // Graphql query string
2460
- _query?: string;
2461
2447
  }
2462
2448
 
2463
2449
  export type GetMenuPartialGroupItemsResponse = Items;
@@ -2496,25 +2482,15 @@ export interface PostMenuPartialGroupItemOptionsRequest
2496
2482
 
2497
2483
  // GET /menu/ping - Service ping endpoint for basic connectivity check
2498
2484
 
2499
- export interface PingQuery {
2500
- // Graphql query string
2501
- _query?: string;
2502
- }
2503
-
2504
2485
  export type PingResponse$0 = PingResponse;
2505
2486
 
2506
- export interface PingRequest extends BaseRequest, RequestQuery<PingQuery> {}
2487
+ export interface PingRequest extends BaseRequest {}
2507
2488
 
2508
2489
  // GET /menu/health - Service health check endpoint
2509
2490
 
2510
- export interface HealthQuery {
2511
- // Graphql query string
2512
- _query?: string;
2513
- }
2514
-
2515
2491
  export type HealthResponse$0 = HealthResponse;
2516
2492
 
2517
- export interface HealthRequest extends BaseRequest, RequestQuery<HealthQuery> {}
2493
+ export interface HealthRequest extends BaseRequest {}
2518
2494
 
2519
2495
  // POST /menu/v3/local-menu-group
2520
2496
 
@@ -2564,8 +2540,6 @@ export interface GetMenuV3LocalMenuGroupQuery {
2564
2540
  select?: string[];
2565
2541
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
2566
2542
  relationships?: string[];
2567
- // Graphql query string
2568
- _query?: string;
2569
2543
  }
2570
2544
 
2571
2545
  export interface GetMenuV3LocalMenuGroupResponse {
@@ -2691,8 +2665,6 @@ export interface GetMenuV3LocalMenuGroupsQuery {
2691
2665
  sort_order?: 'DESC' | 'ASC';
2692
2666
  // How soft deleted records should be shown in the list
2693
2667
  soft_deleted?: 'include' | 'exclude' | 'only';
2694
- // Graphql query string
2695
- _query?: string;
2696
2668
  }
2697
2669
 
2698
2670
  export interface GetMenuV3LocalMenuGroupsResponse {
@@ -2735,8 +2707,6 @@ export interface PostMenuV3LocalMenuGroupsRequest extends BaseRequest {
2735
2707
  export interface GetMenuV3LocalMenuGroupsCountQuery {
2736
2708
  // The fields that filtering is allowed on
2737
2709
  filter?: string;
2738
- // Graphql query string
2739
- _query?: string;
2740
2710
  }
2741
2711
 
2742
2712
  export interface GetMenuV3LocalMenuGroupsCountResponse {
@@ -2781,8 +2751,6 @@ export interface GetMenuV3DraftLocalMenuGroupBrandsQuery {
2781
2751
  sort_order?: 'DESC' | 'ASC';
2782
2752
  // How soft deleted records should be shown in the list
2783
2753
  soft_deleted?: 'include' | 'exclude' | 'only';
2784
- // Graphql query string
2785
- _query?: string;
2786
2754
  }
2787
2755
 
2788
2756
  export interface GetMenuV3DraftLocalMenuGroupBrandsResponse {
@@ -2817,8 +2785,6 @@ export interface GetMenuV3DraftLocalMenuGroupItemsQuery {
2817
2785
  sort_order?: 'DESC' | 'ASC';
2818
2786
  // How soft deleted records should be shown in the list
2819
2787
  soft_deleted?: 'include' | 'exclude' | 'only';
2820
- // Graphql query string
2821
- _query?: string;
2822
2788
  }
2823
2789
 
2824
2790
  export interface GetMenuV3DraftLocalMenuGroupItemsResponse {
@@ -2853,8 +2819,6 @@ export interface GetMenuV3LocalMenuGroupBrandsQuery {
2853
2819
  sort_order?: 'DESC' | 'ASC';
2854
2820
  // How soft deleted records should be shown in the list
2855
2821
  soft_deleted?: 'include' | 'exclude' | 'only';
2856
- // Graphql query string
2857
- _query?: string;
2858
2822
  }
2859
2823
 
2860
2824
  export interface GetMenuV3LocalMenuGroupBrandsResponse {
@@ -2889,8 +2853,6 @@ export interface GetMenuV3LocalMenuGroupAllowedGlobalBrandsQuery {
2889
2853
  sort_order?: 'DESC' | 'ASC';
2890
2854
  // How soft deleted records should be shown in the list
2891
2855
  soft_deleted?: 'include' | 'exclude' | 'only';
2892
- // Graphql query string
2893
- _query?: string;
2894
2856
  }
2895
2857
 
2896
2858
  export interface GetMenuV3LocalMenuGroupAllowedGlobalBrandsResponse {
@@ -2992,18 +2954,12 @@ export interface GetMenuV3LocalMenuGroupSitePath {
2992
2954
  id: string;
2993
2955
  }
2994
2956
 
2995
- export interface GetMenuV3LocalMenuGroupSiteQuery {
2996
- // Graphql query string
2997
- _query?: string;
2998
- }
2999
-
3000
2957
  export interface GetMenuV3LocalMenuGroupSiteResponse {
3001
2958
  results?: SiteGroupWithMenuGroupNameResponseDTO[];
3002
2959
  }
3003
2960
 
3004
2961
  export interface GetMenuV3LocalMenuGroupSiteRequest
3005
2962
  extends BaseRequest,
3006
- RequestQuery<GetMenuV3LocalMenuGroupSiteQuery>,
3007
2963
  GetMenuV3LocalMenuGroupSitePath {}
3008
2964
 
3009
2965
  // GET /menu/v3/local-menu-group/{id}/menu-group
@@ -3012,18 +2968,12 @@ export interface GetMenuV3LocalMenuGroupMenuGroupPath {
3012
2968
  id: string;
3013
2969
  }
3014
2970
 
3015
- export interface GetMenuV3LocalMenuGroupMenuGroupQuery {
3016
- // Graphql query string
3017
- _query?: string;
3018
- }
3019
-
3020
2971
  export interface GetMenuV3LocalMenuGroupMenuGroupResponse {
3021
2972
  results?: SiteGroupWithMenuGroupNameResponseDTO[];
3022
2973
  }
3023
2974
 
3024
2975
  export interface GetMenuV3LocalMenuGroupMenuGroupRequest
3025
2976
  extends BaseRequest,
3026
- RequestQuery<GetMenuV3LocalMenuGroupMenuGroupQuery>,
3027
2977
  GetMenuV3LocalMenuGroupMenuGroupPath {}
3028
2978
 
3029
2979
  // POST /menu/v3/local-menu-groups/site-groups
@@ -3058,18 +3008,11 @@ export interface DeleteMenuV3LocalMenuGroupsSiteGroupsRequest extends BaseReques
3058
3008
 
3059
3009
  // GET /menu/v3/local-menu-group/export/solutions
3060
3010
 
3061
- export interface GetMenuV3LocalMenuGroupExportSolutionsQuery {
3062
- // Graphql query string
3063
- _query?: string;
3064
- }
3065
-
3066
3011
  export interface GetMenuV3LocalMenuGroupExportSolutionsResponse {
3067
3012
  results?: ExportSolutionDTO[];
3068
3013
  }
3069
3014
 
3070
- export interface GetMenuV3LocalMenuGroupExportSolutionsRequest
3071
- extends BaseRequest,
3072
- RequestQuery<GetMenuV3LocalMenuGroupExportSolutionsQuery> {}
3015
+ export interface GetMenuV3LocalMenuGroupExportSolutionsRequest extends BaseRequest {}
3073
3016
 
3074
3017
  // GET /menu/v3/local-menu-group/{id}/export/solution/{solution_id}
3075
3018
 
@@ -3082,8 +3025,6 @@ export interface GetMenuV3LocalMenuGroupExportSolutionPath {
3082
3025
 
3083
3026
  export interface GetMenuV3LocalMenuGroupExportSolutionQuery {
3084
3027
  format?: 'csv' | 'txt' | 'xlsx';
3085
- // Graphql query string
3086
- _query?: string;
3087
3028
  }
3088
3029
 
3089
3030
  export interface GetMenuV3LocalMenuGroupExportSolutionResponse {
@@ -3132,8 +3073,6 @@ export interface GetMenuV3GlobalMenuGroupQuery {
3132
3073
  select?: string[];
3133
3074
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
3134
3075
  relationships?: string[];
3135
- // Graphql query string
3136
- _query?: string;
3137
3076
  }
3138
3077
 
3139
3078
  export type GetMenuV3GlobalMenuGroupResponse = GlobalMenuGroupDTO;
@@ -3231,8 +3170,6 @@ export interface GetMenuV3GlobalMenuGroupsQuery {
3231
3170
  sort_order?: 'DESC' | 'ASC';
3232
3171
  // How soft deleted records should be shown in the list
3233
3172
  soft_deleted?: 'include' | 'exclude' | 'only';
3234
- // Graphql query string
3235
- _query?: string;
3236
3173
  }
3237
3174
 
3238
3175
  export interface GetMenuV3GlobalMenuGroupsResponse {
@@ -3279,8 +3216,6 @@ export interface PostMenuV3GlobalMenuGroupsRequest extends BaseRequest {
3279
3216
  export interface GetMenuV3GlobalMenuGroupsCountQuery {
3280
3217
  // The fields that filtering is allowed on
3281
3218
  filter?: string;
3282
- // Graphql query string
3283
- _query?: string;
3284
3219
  }
3285
3220
 
3286
3221
  export interface GetMenuV3GlobalMenuGroupsCountResponse {
@@ -3325,8 +3260,6 @@ export interface GetMenuV3DraftGlobalMenuGroupBrandsQuery {
3325
3260
  sort_order?: 'DESC' | 'ASC';
3326
3261
  // How soft deleted records should be shown in the list
3327
3262
  soft_deleted?: 'include' | 'exclude' | 'only';
3328
- // Graphql query string
3329
- _query?: string;
3330
3263
  }
3331
3264
 
3332
3265
  export interface GetMenuV3DraftGlobalMenuGroupBrandsResponse {
@@ -3361,8 +3294,6 @@ export interface GetMenuV3GlobalMenuGroupBrandsQuery {
3361
3294
  sort_order?: 'DESC' | 'ASC';
3362
3295
  // How soft deleted records should be shown in the list
3363
3296
  soft_deleted?: 'include' | 'exclude' | 'only';
3364
- // Graphql query string
3365
- _query?: string;
3366
3297
  }
3367
3298
 
3368
3299
  export interface GetMenuV3GlobalMenuGroupBrandsResponse {
@@ -3434,8 +3365,6 @@ export interface GetMenuV3DraftBrandQuery {
3434
3365
  select?: string[];
3435
3366
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
3436
3367
  relationships?: string[];
3437
- // Graphql query string
3438
- _query?: string;
3439
3368
  }
3440
3369
 
3441
3370
  export type GetMenuV3DraftBrandResponse = DraftBrandDTO;
@@ -3532,8 +3461,6 @@ export interface GetMenuV3DraftBrandsQuery {
3532
3461
  sort_order?: 'DESC' | 'ASC';
3533
3462
  // How soft deleted records should be shown in the list
3534
3463
  soft_deleted?: 'include' | 'exclude' | 'only';
3535
- // Graphql query string
3536
- _query?: string;
3537
3464
  }
3538
3465
 
3539
3466
  export interface GetMenuV3DraftBrandsResponse {
@@ -3602,8 +3529,6 @@ export interface PostMenuV3DraftBrandsRequest extends BaseRequest {
3602
3529
  export interface GetMenuV3DraftBrandsCountQuery {
3603
3530
  // The fields that filtering is allowed on
3604
3531
  filter?: string;
3605
- // Graphql query string
3606
- _query?: string;
3607
3532
  }
3608
3533
 
3609
3534
  export interface GetMenuV3DraftBrandsCountResponse {
@@ -3647,8 +3572,6 @@ export interface GetMenuV3DraftBrandAuditsQuery {
3647
3572
  sort_order?: 'DESC' | 'ASC';
3648
3573
  // How soft deleted records should be shown in the list
3649
3574
  soft_deleted?: 'include' | 'exclude' | 'only';
3650
- // Graphql query string
3651
- _query?: string;
3652
3575
  }
3653
3576
 
3654
3577
  export interface GetMenuV3DraftBrandAuditsResponse {
@@ -3671,8 +3594,6 @@ export interface GetMenuV3DraftBrandAuditsUsersPath {
3671
3594
  export interface GetMenuV3DraftBrandAuditsUsersQuery {
3672
3595
  date_from?: string;
3673
3596
  date_to?: string;
3674
- // Graphql query string
3675
- _query?: string;
3676
3597
  }
3677
3598
 
3678
3599
  export interface GetMenuV3DraftBrandAuditsUsersResponse {
@@ -3705,8 +3626,6 @@ export interface GetMenuV3DraftBrandMenusQuery {
3705
3626
  sort_order?: 'DESC' | 'ASC';
3706
3627
  // How soft deleted records should be shown in the list
3707
3628
  soft_deleted?: 'include' | 'exclude' | 'only';
3708
- // Graphql query string
3709
- _query?: string;
3710
3629
  }
3711
3630
 
3712
3631
  export interface GetMenuV3DraftBrandMenusResponse {
@@ -3741,8 +3660,6 @@ export interface GetMenuV3DraftBrandModifiersQuery {
3741
3660
  sort_order?: 'DESC' | 'ASC';
3742
3661
  // How soft deleted records should be shown in the list
3743
3662
  soft_deleted?: 'include' | 'exclude' | 'only';
3744
- // Graphql query string
3745
- _query?: string;
3746
3663
  }
3747
3664
 
3748
3665
  export interface GetMenuV3DraftBrandModifiersResponse {
@@ -3777,8 +3694,6 @@ export interface GetMenuV3DraftBrandModifierGroupsQuery {
3777
3694
  sort_order?: 'DESC' | 'ASC';
3778
3695
  // How soft deleted records should be shown in the list
3779
3696
  soft_deleted?: 'include' | 'exclude' | 'only';
3780
- // Graphql query string
3781
- _query?: string;
3782
3697
  }
3783
3698
 
3784
3699
  export interface GetMenuV3DraftBrandModifierGroupsResponse {
@@ -3813,8 +3728,6 @@ export interface GetMenuV3DraftBrandItemsQuery {
3813
3728
  sort_order?: 'DESC' | 'ASC';
3814
3729
  // How soft deleted records should be shown in the list
3815
3730
  soft_deleted?: 'include' | 'exclude' | 'only';
3816
- // Graphql query string
3817
- _query?: string;
3818
3731
  }
3819
3732
 
3820
3733
  export interface GetMenuV3DraftBrandItemsResponse {
@@ -3836,8 +3749,6 @@ export interface GetMenuV3DraftBrandItemsReportingCategoriesPath {
3836
3749
 
3837
3750
  export interface GetMenuV3DraftBrandItemsReportingCategoriesQuery {
3838
3751
  search?: string;
3839
- // Graphql query string
3840
- _query?: string;
3841
3752
  }
3842
3753
 
3843
3754
  export interface GetMenuV3DraftBrandItemsReportingCategoriesResponse {
@@ -3857,8 +3768,6 @@ export interface GetMenuV3DraftBrandModifiersReportingCategoriesPath {
3857
3768
 
3858
3769
  export interface GetMenuV3DraftBrandModifiersReportingCategoriesQuery {
3859
3770
  search?: string;
3860
- // Graphql query string
3861
- _query?: string;
3862
3771
  }
3863
3772
 
3864
3773
  export interface GetMenuV3DraftBrandModifiersReportingCategoriesResponse {
@@ -3876,18 +3785,12 @@ export interface GetMenuV3DraftBrandItemsTagsPath {
3876
3785
  id: string;
3877
3786
  }
3878
3787
 
3879
- export interface GetMenuV3DraftBrandItemsTagsQuery {
3880
- // Graphql query string
3881
- _query?: string;
3882
- }
3883
-
3884
3788
  export interface GetMenuV3DraftBrandItemsTagsResponse {
3885
3789
  tags?: string[];
3886
3790
  }
3887
3791
 
3888
3792
  export interface GetMenuV3DraftBrandItemsTagsRequest
3889
3793
  extends BaseRequest,
3890
- RequestQuery<GetMenuV3DraftBrandItemsTagsQuery>,
3891
3794
  GetMenuV3DraftBrandItemsTagsPath {}
3892
3795
 
3893
3796
  // GET /menu/v3/draft/brand/{id}/modifiers/tags
@@ -3896,18 +3799,12 @@ export interface GetMenuV3DraftBrandModifiersTagsPath {
3896
3799
  id: string;
3897
3800
  }
3898
3801
 
3899
- export interface GetMenuV3DraftBrandModifiersTagsQuery {
3900
- // Graphql query string
3901
- _query?: string;
3902
- }
3903
-
3904
3802
  export interface GetMenuV3DraftBrandModifiersTagsResponse {
3905
3803
  tags?: string[];
3906
3804
  }
3907
3805
 
3908
3806
  export interface GetMenuV3DraftBrandModifiersTagsRequest
3909
3807
  extends BaseRequest,
3910
- RequestQuery<GetMenuV3DraftBrandModifiersTagsQuery>,
3911
3808
  GetMenuV3DraftBrandModifiersTagsPath {}
3912
3809
 
3913
3810
  // POST /menu/v3/draft/brand/{id}/publish
@@ -3965,8 +3862,6 @@ export interface GetMenuV3DraftBrandDiffsQuery {
3965
3862
  sort_order?: 'DESC' | 'ASC';
3966
3863
  // How soft deleted records should be shown in the list
3967
3864
  soft_deleted?: 'include' | 'exclude' | 'only';
3968
- // Graphql query string
3969
- _query?: string;
3970
3865
  }
3971
3866
 
3972
3867
  export interface GetMenuV3DraftBrandDiffsResponse {
@@ -4026,8 +3921,6 @@ export interface GetMenuV3DraftBrandExportPath {
4026
3921
 
4027
3922
  export interface GetMenuV3DraftBrandExportQuery {
4028
3923
  format?: 'xlsx';
4029
- // Graphql query string
4030
- _query?: string;
4031
3924
  }
4032
3925
 
4033
3926
  export interface GetMenuV3DraftBrandExportResponse {
@@ -4046,11 +3939,6 @@ export interface GetMenuV3DraftBrandImportLinkPath {
4046
3939
  id: string;
4047
3940
  }
4048
3941
 
4049
- export interface GetMenuV3DraftBrandImportLinkQuery {
4050
- // Graphql query string
4051
- _query?: string;
4052
- }
4053
-
4054
3942
  export interface GetMenuV3DraftBrandImportLinkResponse {
4055
3943
  upload_link: string;
4056
3944
  [index: string]: any;
@@ -4058,7 +3946,6 @@ export interface GetMenuV3DraftBrandImportLinkResponse {
4058
3946
 
4059
3947
  export interface GetMenuV3DraftBrandImportLinkRequest
4060
3948
  extends BaseRequest,
4061
- RequestQuery<GetMenuV3DraftBrandImportLinkQuery>,
4062
3949
  GetMenuV3DraftBrandImportLinkPath {}
4063
3950
 
4064
3951
  // POST /menu/v3/draft/brand/{id}/import
@@ -4083,18 +3970,12 @@ export interface GetMenuV3DraftBrandVerifyPublishPath {
4083
3970
  id: string;
4084
3971
  }
4085
3972
 
4086
- export interface GetMenuV3DraftBrandVerifyPublishQuery {
4087
- // Graphql query string
4088
- _query?: string;
4089
- }
4090
-
4091
3973
  export interface GetMenuV3DraftBrandVerifyPublishResponse {
4092
3974
  warnings?: WarningDTO[];
4093
3975
  }
4094
3976
 
4095
3977
  export interface GetMenuV3DraftBrandVerifyPublishRequest
4096
3978
  extends BaseRequest,
4097
- RequestQuery<GetMenuV3DraftBrandVerifyPublishQuery>,
4098
3979
  GetMenuV3DraftBrandVerifyPublishPath {}
4099
3980
 
4100
3981
  // POST /menu/v3/draft/brand/{id}/archive
@@ -4260,8 +4141,6 @@ export interface GetMenuV3BrandQuery {
4260
4141
  select?: string[];
4261
4142
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
4262
4143
  relationships?: string[];
4263
- // Graphql query string
4264
- _query?: string;
4265
4144
  nocache?: boolean;
4266
4145
  }
4267
4146
 
@@ -4360,8 +4239,6 @@ export interface GetMenuV3BrandsQuery {
4360
4239
  sort_order?: 'DESC' | 'ASC';
4361
4240
  // How soft deleted records should be shown in the list
4362
4241
  soft_deleted?: 'include' | 'exclude' | 'only';
4363
- // Graphql query string
4364
- _query?: string;
4365
4242
  nocache?: boolean;
4366
4243
  }
4367
4244
 
@@ -4426,8 +4303,6 @@ export interface PostMenuV3BrandsRequest extends BaseRequest, RequestQuery<PostM
4426
4303
  export interface GetMenuV3BrandsCountQuery {
4427
4304
  // The fields that filtering is allowed on
4428
4305
  filter?: string;
4429
- // Graphql query string
4430
- _query?: string;
4431
4306
  nocache?: boolean;
4432
4307
  }
4433
4308
 
@@ -4478,8 +4353,6 @@ export interface GetMenuV3BrandMenusQuery {
4478
4353
  sort_order?: 'DESC' | 'ASC';
4479
4354
  // How soft deleted records should be shown in the list
4480
4355
  soft_deleted?: 'include' | 'exclude' | 'only';
4481
- // Graphql query string
4482
- _query?: string;
4483
4356
  nocache?: boolean;
4484
4357
  }
4485
4358
 
@@ -4515,8 +4388,6 @@ export interface GetMenuV3BrandModifiersQuery {
4515
4388
  sort_order?: 'DESC' | 'ASC';
4516
4389
  // How soft deleted records should be shown in the list
4517
4390
  soft_deleted?: 'include' | 'exclude' | 'only';
4518
- // Graphql query string
4519
- _query?: string;
4520
4391
  nocache?: boolean;
4521
4392
  }
4522
4393
 
@@ -4552,8 +4423,6 @@ export interface GetMenuV3BrandModifierGroupsQuery {
4552
4423
  sort_order?: 'DESC' | 'ASC';
4553
4424
  // How soft deleted records should be shown in the list
4554
4425
  soft_deleted?: 'include' | 'exclude' | 'only';
4555
- // Graphql query string
4556
- _query?: string;
4557
4426
  nocache?: boolean;
4558
4427
  }
4559
4428
 
@@ -4589,8 +4458,6 @@ export interface GetMenuV3BrandItemsQuery {
4589
4458
  sort_order?: 'DESC' | 'ASC';
4590
4459
  // How soft deleted records should be shown in the list
4591
4460
  soft_deleted?: 'include' | 'exclude' | 'only';
4592
- // Graphql query string
4593
- _query?: string;
4594
4461
  nocache?: boolean;
4595
4462
  }
4596
4463
 
@@ -4644,8 +4511,6 @@ export interface GetMenuV3DraftMenuQuery {
4644
4511
  select?: string[];
4645
4512
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
4646
4513
  relationships?: string[];
4647
- // Graphql query string
4648
- _query?: string;
4649
4514
  }
4650
4515
 
4651
4516
  export type GetMenuV3DraftMenuResponse = DraftMenuDTO;
@@ -4723,8 +4588,6 @@ export interface GetMenuV3DraftMenusQuery {
4723
4588
  sort_order?: 'DESC' | 'ASC';
4724
4589
  // How soft deleted records should be shown in the list
4725
4590
  soft_deleted?: 'include' | 'exclude' | 'only';
4726
- // Graphql query string
4727
- _query?: string;
4728
4591
  }
4729
4592
 
4730
4593
  export interface GetMenuV3DraftMenusResponse {
@@ -4774,8 +4637,6 @@ export interface PostMenuV3DraftMenusRequest extends BaseRequest {
4774
4637
  export interface GetMenuV3DraftMenusCountQuery {
4775
4638
  // The fields that filtering is allowed on
4776
4639
  filter?: string;
4777
- // Graphql query string
4778
- _query?: string;
4779
4640
  }
4780
4641
 
4781
4642
  export interface GetMenuV3DraftMenusCountResponse {
@@ -4820,8 +4681,6 @@ export interface GetMenuV3DraftMenuCategoriesQuery {
4820
4681
  sort_order?: 'DESC' | 'ASC';
4821
4682
  // How soft deleted records should be shown in the list
4822
4683
  soft_deleted?: 'include' | 'exclude' | 'only';
4823
- // Graphql query string
4824
- _query?: string;
4825
4684
  }
4826
4685
 
4827
4686
  export interface GetMenuV3DraftMenuCategoriesResponse {
@@ -4853,8 +4712,6 @@ export interface PostMenuV3DraftMenuPublishRequest
4853
4712
 
4854
4713
  export interface GetMenuV3DraftMenusVerifyPublishQuery {
4855
4714
  menu_ids?: string[];
4856
- // Graphql query string
4857
- _query?: string;
4858
4715
  }
4859
4716
 
4860
4717
  export interface GetMenuV3DraftMenusVerifyPublishResponse {
@@ -4939,8 +4796,6 @@ export interface GetMenuV3MenuQuery {
4939
4796
  select?: string[];
4940
4797
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
4941
4798
  relationships?: string[];
4942
- // Graphql query string
4943
- _query?: string;
4944
4799
  nocache?: boolean;
4945
4800
  }
4946
4801
 
@@ -4968,8 +4823,6 @@ export interface GetMenuV3MenusQuery {
4968
4823
  sort_order?: 'DESC' | 'ASC';
4969
4824
  // How soft deleted records should be shown in the list
4970
4825
  soft_deleted?: 'include' | 'exclude' | 'only';
4971
- // Graphql query string
4972
- _query?: string;
4973
4826
  nocache?: boolean;
4974
4827
  }
4975
4828
 
@@ -4986,8 +4839,6 @@ export interface GetMenuV3MenusRequest extends BaseRequest, RequestQuery<GetMenu
4986
4839
  export interface GetMenuV3MenusCountQuery {
4987
4840
  // The fields that filtering is allowed on
4988
4841
  filter?: string;
4989
- // Graphql query string
4990
- _query?: string;
4991
4842
  nocache?: boolean;
4992
4843
  }
4993
4844
 
@@ -5038,8 +4889,6 @@ export interface GetMenuV3MenuCategoriesQuery {
5038
4889
  sort_order?: 'DESC' | 'ASC';
5039
4890
  // How soft deleted records should be shown in the list
5040
4891
  soft_deleted?: 'include' | 'exclude' | 'only';
5041
- // Graphql query string
5042
- _query?: string;
5043
4892
  nocache?: boolean;
5044
4893
  }
5045
4894
 
@@ -5125,8 +4974,6 @@ export interface GetMenuV3DraftCategoryQuery {
5125
4974
  select?: string[];
5126
4975
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
5127
4976
  relationships?: string[];
5128
- // Graphql query string
5129
- _query?: string;
5130
4977
  }
5131
4978
 
5132
4979
  export type GetMenuV3DraftCategoryResponse = DraftCategoryDTO;
@@ -5194,8 +5041,6 @@ export interface DeleteMenuV3DraftCategoryRequest
5194
5041
  export interface GetMenuV3DraftCategoriesCountQuery {
5195
5042
  // The fields that filtering is allowed on
5196
5043
  filter?: string;
5197
- // Graphql query string
5198
- _query?: string;
5199
5044
  }
5200
5045
 
5201
5046
  export interface GetMenuV3DraftCategoriesCountResponse {
@@ -5342,8 +5187,6 @@ export interface GetMenuV3DraftCategoryUnattachedItemsQuery {
5342
5187
  sort_order?: 'DESC' | 'ASC';
5343
5188
  // How soft deleted records should be shown in the list
5344
5189
  soft_deleted?: 'include' | 'exclude' | 'only';
5345
- // Graphql query string
5346
- _query?: string;
5347
5190
  }
5348
5191
 
5349
5192
  export interface GetMenuV3DraftCategoryUnattachedItemsResponse {
@@ -5368,8 +5211,6 @@ export interface GetMenuV3CategoryQuery {
5368
5211
  select?: string[];
5369
5212
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
5370
5213
  relationships?: string[];
5371
- // Graphql query string
5372
- _query?: string;
5373
5214
  nocache?: boolean;
5374
5215
  }
5375
5216
 
@@ -5385,8 +5226,6 @@ export interface GetMenuV3CategoryRequest
5385
5226
  export interface GetMenuV3CategorysCountQuery {
5386
5227
  // The fields that filtering is allowed on
5387
5228
  filter?: string;
5388
- // Graphql query string
5389
- _query?: string;
5390
5229
  nocache?: boolean;
5391
5230
  }
5392
5231
 
@@ -5453,8 +5292,6 @@ export interface GetMenuV3DraftCategoryRelationshipsItemQuery {
5453
5292
  select?: string[];
5454
5293
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
5455
5294
  relationships?: string[];
5456
- // Graphql query string
5457
- _query?: string;
5458
5295
  }
5459
5296
 
5460
5297
  export type GetMenuV3DraftCategoryRelationshipsItemResponse = DraftCategoryToItemRelationshipDTO;
@@ -5532,8 +5369,6 @@ export interface GetMenuV3DraftCategoryRelationshipsItemsQuery {
5532
5369
  sort_order?: 'DESC' | 'ASC';
5533
5370
  // How soft deleted records should be shown in the list
5534
5371
  soft_deleted?: 'include' | 'exclude' | 'only';
5535
- // Graphql query string
5536
- _query?: string;
5537
5372
  }
5538
5373
 
5539
5374
  export interface GetMenuV3DraftCategoryRelationshipsItemsResponse {
@@ -5581,8 +5416,6 @@ export interface PostMenuV3DraftCategoryRelationshipsItemsRequest extends BaseRe
5581
5416
  export interface GetMenuV3DraftCategoryRelationshipsItemsCountQuery {
5582
5417
  // The fields that filtering is allowed on
5583
5418
  filter?: string;
5584
- // Graphql query string
5585
- _query?: string;
5586
5419
  }
5587
5420
 
5588
5421
  export interface GetMenuV3DraftCategoryRelationshipsItemsCountResponse {
@@ -5618,8 +5451,6 @@ export interface GetMenuV3CategoryRelationshipsItemQuery {
5618
5451
  select?: string[];
5619
5452
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
5620
5453
  relationships?: string[];
5621
- // Graphql query string
5622
- _query?: string;
5623
5454
  nocache?: boolean;
5624
5455
  }
5625
5456
 
@@ -5647,8 +5478,6 @@ export interface GetMenuV3CategoryRelationshipsItemsQuery {
5647
5478
  sort_order?: 'DESC' | 'ASC';
5648
5479
  // How soft deleted records should be shown in the list
5649
5480
  soft_deleted?: 'include' | 'exclude' | 'only';
5650
- // Graphql query string
5651
- _query?: string;
5652
5481
  nocache?: boolean;
5653
5482
  }
5654
5483
 
@@ -5667,8 +5496,6 @@ export interface GetMenuV3CategoryRelationshipsItemsRequest
5667
5496
  export interface GetMenuV3CategoryRelationshipsItemsCountQuery {
5668
5497
  // The fields that filtering is allowed on
5669
5498
  filter?: string;
5670
- // Graphql query string
5671
- _query?: string;
5672
5499
  nocache?: boolean;
5673
5500
  }
5674
5501
 
@@ -5765,8 +5592,6 @@ export interface GetMenuV3DraftItemQuery {
5765
5592
  select?: string[];
5766
5593
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
5767
5594
  relationships?: string[];
5768
- // Graphql query string
5769
- _query?: string;
5770
5595
  }
5771
5596
 
5772
5597
  export type GetMenuV3DraftItemResponse = DraftItemDTO;
@@ -5888,8 +5713,6 @@ export interface GetMenuV3DraftItemsQuery {
5888
5713
  sort_order?: 'DESC' | 'ASC';
5889
5714
  // How soft deleted records should be shown in the list
5890
5715
  soft_deleted?: 'include' | 'exclude' | 'only';
5891
- // Graphql query string
5892
- _query?: string;
5893
5716
  }
5894
5717
 
5895
5718
  export interface GetMenuV3DraftItemsResponse {
@@ -5966,8 +5789,6 @@ export interface PostMenuV3DraftItemsRequest extends BaseRequest {
5966
5789
  export interface GetMenuV3DraftItemsCountQuery {
5967
5790
  // The fields that filtering is allowed on
5968
5791
  filter?: string;
5969
- // Graphql query string
5970
- _query?: string;
5971
5792
  }
5972
5793
 
5973
5794
  export interface GetMenuV3DraftItemsCountResponse {
@@ -5999,8 +5820,6 @@ export interface GetMenuV3DraftItemLineRoutesPath {
5999
5820
 
6000
5821
  export interface GetMenuV3DraftItemLineRoutesQuery {
6001
5822
  search?: string;
6002
- // Graphql query string
6003
- _query?: string;
6004
5823
  }
6005
5824
 
6006
5825
  export interface GetMenuV3DraftItemLineRoutesResponse {
@@ -6153,8 +5972,6 @@ export interface GetMenuV3ItemQuery {
6153
5972
  select?: string[];
6154
5973
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
6155
5974
  relationships?: string[];
6156
- // Graphql query string
6157
- _query?: string;
6158
5975
  nocache?: boolean;
6159
5976
  }
6160
5977
 
@@ -6182,8 +5999,6 @@ export interface GetMenuV3ItemsQuery {
6182
5999
  sort_order?: 'DESC' | 'ASC';
6183
6000
  // How soft deleted records should be shown in the list
6184
6001
  soft_deleted?: 'include' | 'exclude' | 'only';
6185
- // Graphql query string
6186
- _query?: string;
6187
6002
  nocache?: boolean;
6188
6003
  }
6189
6004
 
@@ -6200,8 +6015,6 @@ export interface GetMenuV3ItemsRequest extends BaseRequest, RequestQuery<GetMenu
6200
6015
  export interface GetMenuV3ItemsCountQuery {
6201
6016
  // The fields that filtering is allowed on
6202
6017
  filter?: string;
6203
- // Graphql query string
6204
- _query?: string;
6205
6018
  nocache?: boolean;
6206
6019
  }
6207
6020
 
@@ -6269,8 +6082,6 @@ export interface GetMenuV3DraftItemRelationshipsModifierGroupQuery {
6269
6082
  select?: string[];
6270
6083
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
6271
6084
  relationships?: string[];
6272
- // Graphql query string
6273
- _query?: string;
6274
6085
  }
6275
6086
 
6276
6087
  export type GetMenuV3DraftItemRelationshipsModifierGroupResponse =
@@ -6351,8 +6162,6 @@ export interface GetMenuV3DraftItemRelationshipsModifierGroupsQuery {
6351
6162
  sort_order?: 'DESC' | 'ASC';
6352
6163
  // How soft deleted records should be shown in the list
6353
6164
  soft_deleted?: 'include' | 'exclude' | 'only';
6354
- // Graphql query string
6355
- _query?: string;
6356
6165
  }
6357
6166
 
6358
6167
  export interface GetMenuV3DraftItemRelationshipsModifierGroupsResponse {
@@ -6400,8 +6209,6 @@ export interface PostMenuV3DraftItemRelationshipsModifierGroupsRequest extends B
6400
6209
  export interface GetMenuV3DraftItemRelationshipsModifierGroupsCountQuery {
6401
6210
  // The fields that filtering is allowed on
6402
6211
  filter?: string;
6403
- // Graphql query string
6404
- _query?: string;
6405
6212
  }
6406
6213
 
6407
6214
  export interface GetMenuV3DraftItemRelationshipsModifierGroupsCountResponse {
@@ -6437,8 +6244,6 @@ export interface GetMenuV3ItemRelationshipsModifierGroupQuery {
6437
6244
  select?: string[];
6438
6245
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
6439
6246
  relationships?: string[];
6440
- // Graphql query string
6441
- _query?: string;
6442
6247
  nocache?: boolean;
6443
6248
  }
6444
6249
 
@@ -6467,8 +6272,6 @@ export interface GetMenuV3ItemRelationshipsModifierGroupsQuery {
6467
6272
  sort_order?: 'DESC' | 'ASC';
6468
6273
  // How soft deleted records should be shown in the list
6469
6274
  soft_deleted?: 'include' | 'exclude' | 'only';
6470
- // Graphql query string
6471
- _query?: string;
6472
6275
  nocache?: boolean;
6473
6276
  }
6474
6277
 
@@ -6487,8 +6290,6 @@ export interface GetMenuV3ItemRelationshipsModifierGroupsRequest
6487
6290
  export interface GetMenuV3ItemRelationshipsModifierGroupsCountQuery {
6488
6291
  // The fields that filtering is allowed on
6489
6292
  filter?: string;
6490
- // Graphql query string
6491
- _query?: string;
6492
6293
  nocache?: boolean;
6493
6294
  }
6494
6295
 
@@ -6564,8 +6365,6 @@ export interface GetMenuV3DraftModifierGroupQuery {
6564
6365
  select?: string[];
6565
6366
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
6566
6367
  relationships?: string[];
6567
- // Graphql query string
6568
- _query?: string;
6569
6368
  }
6570
6369
 
6571
6370
  export type GetMenuV3DraftModifierGroupResponse = DraftModifierGroupDTO;
@@ -6651,8 +6450,6 @@ export interface GetMenuV3DraftModifierGroupsQuery {
6651
6450
  sort_order?: 'DESC' | 'ASC';
6652
6451
  // How soft deleted records should be shown in the list
6653
6452
  soft_deleted?: 'include' | 'exclude' | 'only';
6654
- // Graphql query string
6655
- _query?: string;
6656
6453
  }
6657
6454
 
6658
6455
  export interface GetMenuV3DraftModifierGroupsResponse {
@@ -6708,8 +6505,6 @@ export interface PostMenuV3DraftModifierGroupsRequest extends BaseRequest {
6708
6505
  export interface GetMenuV3DraftModifierGroupsCountQuery {
6709
6506
  // The fields that filtering is allowed on
6710
6507
  filter?: string;
6711
- // Graphql query string
6712
- _query?: string;
6713
6508
  }
6714
6509
 
6715
6510
  export interface GetMenuV3DraftModifierGroupsCountResponse {
@@ -6790,8 +6585,6 @@ export interface GetMenuV3ModifierGroupQuery {
6790
6585
  select?: string[];
6791
6586
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
6792
6587
  relationships?: string[];
6793
- // Graphql query string
6794
- _query?: string;
6795
6588
  nocache?: boolean;
6796
6589
  }
6797
6590
 
@@ -6819,8 +6612,6 @@ export interface GetMenuV3ModifierGroupsQuery {
6819
6612
  sort_order?: 'DESC' | 'ASC';
6820
6613
  // How soft deleted records should be shown in the list
6821
6614
  soft_deleted?: 'include' | 'exclude' | 'only';
6822
- // Graphql query string
6823
- _query?: string;
6824
6615
  nocache?: boolean;
6825
6616
  }
6826
6617
 
@@ -6839,8 +6630,6 @@ export interface GetMenuV3ModifierGroupsRequest
6839
6630
  export interface GetMenuV3ModifierGroupsCountQuery {
6840
6631
  // The fields that filtering is allowed on
6841
6632
  filter?: string;
6842
- // Graphql query string
6843
- _query?: string;
6844
6633
  nocache?: boolean;
6845
6634
  }
6846
6635
 
@@ -6908,8 +6697,6 @@ export interface GetMenuV3DraftModifierGroupRelationshipsModifierQuery {
6908
6697
  select?: string[];
6909
6698
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
6910
6699
  relationships?: string[];
6911
- // Graphql query string
6912
- _query?: string;
6913
6700
  }
6914
6701
 
6915
6702
  export type GetMenuV3DraftModifierGroupRelationshipsModifierResponse =
@@ -6990,8 +6777,6 @@ export interface GetMenuV3DraftModifierGroupRelationshipsModifiersQuery {
6990
6777
  sort_order?: 'DESC' | 'ASC';
6991
6778
  // How soft deleted records should be shown in the list
6992
6779
  soft_deleted?: 'include' | 'exclude' | 'only';
6993
- // Graphql query string
6994
- _query?: string;
6995
6780
  }
6996
6781
 
6997
6782
  export interface GetMenuV3DraftModifierGroupRelationshipsModifiersResponse {
@@ -7039,8 +6824,6 @@ export interface PostMenuV3DraftModifierGroupRelationshipsModifiersRequest exten
7039
6824
  export interface GetMenuV3DraftModifierGroupRelationshipsModifiersCountQuery {
7040
6825
  // The fields that filtering is allowed on
7041
6826
  filter?: string;
7042
- // Graphql query string
7043
- _query?: string;
7044
6827
  }
7045
6828
 
7046
6829
  export interface GetMenuV3DraftModifierGroupRelationshipsModifiersCountResponse {
@@ -7076,8 +6859,6 @@ export interface GetMenuV3ModifierGroupRelationshipsModifierQuery {
7076
6859
  select?: string[];
7077
6860
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
7078
6861
  relationships?: string[];
7079
- // Graphql query string
7080
- _query?: string;
7081
6862
  nocache?: boolean;
7082
6863
  }
7083
6864
 
@@ -7106,8 +6887,6 @@ export interface GetMenuV3ModifierGroupRelationshipsModifiersQuery {
7106
6887
  sort_order?: 'DESC' | 'ASC';
7107
6888
  // How soft deleted records should be shown in the list
7108
6889
  soft_deleted?: 'include' | 'exclude' | 'only';
7109
- // Graphql query string
7110
- _query?: string;
7111
6890
  nocache?: boolean;
7112
6891
  }
7113
6892
 
@@ -7126,8 +6905,6 @@ export interface GetMenuV3ModifierGroupRelationshipsModifiersRequest
7126
6905
  export interface GetMenuV3ModifierGroupRelationshipsModifiersCountQuery {
7127
6906
  // The fields that filtering is allowed on
7128
6907
  filter?: string;
7129
- // Graphql query string
7130
- _query?: string;
7131
6908
  nocache?: boolean;
7132
6909
  }
7133
6910
 
@@ -7220,8 +6997,6 @@ export interface GetMenuV3DraftModifierQuery {
7220
6997
  select?: string[];
7221
6998
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
7222
6999
  relationships?: string[];
7223
- // Graphql query string
7224
- _query?: string;
7225
7000
  }
7226
7001
 
7227
7002
  export type GetMenuV3DraftModifierResponse = DraftModifierDTO;
@@ -7339,8 +7114,6 @@ export interface GetMenuV3DraftModifiersQuery {
7339
7114
  sort_order?: 'DESC' | 'ASC';
7340
7115
  // How soft deleted records should be shown in the list
7341
7116
  soft_deleted?: 'include' | 'exclude' | 'only';
7342
- // Graphql query string
7343
- _query?: string;
7344
7117
  }
7345
7118
 
7346
7119
  export interface GetMenuV3DraftModifiersResponse {
@@ -7413,8 +7186,6 @@ export interface PostMenuV3DraftModifiersRequest extends BaseRequest {
7413
7186
  export interface GetMenuV3DraftModifiersCountQuery {
7414
7187
  // The fields that filtering is allowed on
7415
7188
  filter?: string;
7416
- // Graphql query string
7417
- _query?: string;
7418
7189
  }
7419
7190
 
7420
7191
  export interface GetMenuV3DraftModifiersCountResponse {
@@ -7446,8 +7217,6 @@ export interface GetMenuV3DraftModifierLineRoutesPath {
7446
7217
 
7447
7218
  export interface GetMenuV3DraftModifierLineRoutesQuery {
7448
7219
  search?: string;
7449
- // Graphql query string
7450
- _query?: string;
7451
7220
  }
7452
7221
 
7453
7222
  export interface GetMenuV3DraftModifierLineRoutesResponse {
@@ -7545,8 +7314,6 @@ export interface GetMenuV3ModifierQuery {
7545
7314
  select?: string[];
7546
7315
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
7547
7316
  relationships?: string[];
7548
- // Graphql query string
7549
- _query?: string;
7550
7317
  nocache?: boolean;
7551
7318
  }
7552
7319
 
@@ -7574,8 +7341,6 @@ export interface GetMenuV3ModifiersQuery {
7574
7341
  sort_order?: 'DESC' | 'ASC';
7575
7342
  // How soft deleted records should be shown in the list
7576
7343
  soft_deleted?: 'include' | 'exclude' | 'only';
7577
- // Graphql query string
7578
- _query?: string;
7579
7344
  nocache?: boolean;
7580
7345
  }
7581
7346
 
@@ -7594,8 +7359,6 @@ export interface GetMenuV3ModifiersRequest
7594
7359
  export interface GetMenuV3ModifiersCountQuery {
7595
7360
  // The fields that filtering is allowed on
7596
7361
  filter?: string;
7597
- // Graphql query string
7598
- _query?: string;
7599
7362
  nocache?: boolean;
7600
7363
  }
7601
7364
 
@@ -7651,8 +7414,6 @@ export interface GetMenuV3GlobalDiffQuery {
7651
7414
  select?: string[];
7652
7415
  // List of relationships to load alongside this entity. Can load nested relationships using the pattern 'children.grand_children.foo'
7653
7416
  relationships?: string[];
7654
- // Graphql query string
7655
- _query?: string;
7656
7417
  }
7657
7418
 
7658
7419
  export type GetMenuV3GlobalDiffResponse = GlobalDiffDTO;
@@ -7679,8 +7440,6 @@ export interface GetMenuV3GlobalDiffsQuery {
7679
7440
  sort_order?: 'DESC' | 'ASC';
7680
7441
  // How soft deleted records should be shown in the list
7681
7442
  soft_deleted?: 'include' | 'exclude' | 'only';
7682
- // Graphql query string
7683
- _query?: string;
7684
7443
  }
7685
7444
 
7686
7445
  export interface GetMenuV3GlobalDiffsResponse {
@@ -7698,8 +7457,6 @@ export interface GetMenuV3GlobalDiffsRequest
7698
7457
  export interface GetMenuV3GlobalDiffsCountQuery {
7699
7458
  // The fields that filtering is allowed on
7700
7459
  filter?: string;
7701
- // Graphql query string
7702
- _query?: string;
7703
7460
  }
7704
7461
 
7705
7462
  export interface GetMenuV3GlobalDiffsCountResponse {
@@ -7728,8 +7485,6 @@ export interface PostMenuV3GlobalDiffRecoverRequest
7728
7485
  export interface GetMenuV3MenuworksQuery {
7729
7486
  unit_ids?: string[];
7730
7487
  MRN?: string;
7731
- // Graphql query string
7732
- _query?: string;
7733
7488
  }
7734
7489
 
7735
7490
  export interface GetMenuV3MenuworksResponse {
@@ -7740,6 +7495,7 @@ export interface GetMenuV3MenuworksResponse {
7740
7495
  description?: string;
7741
7496
  portion_size: string;
7742
7497
  allergens?: AllergenDTO[];
7498
+ nutrition?: NutritionDTO;
7743
7499
  MRN?: string;
7744
7500
  portion_quantity?: number;
7745
7501
  portion_unit_name?: string;
@@ -7772,8 +7528,6 @@ export interface GetMenuV3UniversalItemsQuery {
7772
7528
  sort_order?: 'DESC' | 'ASC';
7773
7529
  // How soft deleted records should be shown in the list
7774
7530
  soft_deleted?: 'include' | 'exclude' | 'only';
7775
- // Graphql query string
7776
- _query?: string;
7777
7531
  }
7778
7532
 
7779
7533
  export interface GetMenuV3UniversalItemsResponse {
@@ -7806,11 +7560,6 @@ export interface GetMenuV3UniversalItemPath {
7806
7560
  barcode: string;
7807
7561
  }
7808
7562
 
7809
- export interface GetMenuV3UniversalItemQuery {
7810
- // Graphql query string
7811
- _query?: string;
7812
- }
7813
-
7814
7563
  export interface GetMenuV3UniversalItemResponse {
7815
7564
  barcode: string;
7816
7565
  name: string;
@@ -7827,10 +7576,7 @@ export interface GetMenuV3UniversalItemResponse {
7827
7576
  [index: string]: any;
7828
7577
  }
7829
7578
 
7830
- export interface GetMenuV3UniversalItemRequest
7831
- extends BaseRequest,
7832
- RequestQuery<GetMenuV3UniversalItemQuery>,
7833
- GetMenuV3UniversalItemPath {}
7579
+ export interface GetMenuV3UniversalItemRequest extends BaseRequest, GetMenuV3UniversalItemPath {}
7834
7580
 
7835
7581
  // PATCH /menu/v3/universal-item/{barcode}
7836
7582
 
@@ -7987,8 +7733,6 @@ export interface GetMenuV4BrandPath {
7987
7733
 
7988
7734
  export interface GetMenuV4BrandQuery {
7989
7735
  with_parent?: boolean;
7990
- // Graphql query string
7991
- _query?: string;
7992
7736
  }
7993
7737
 
7994
7738
  export interface GetMenuV4BrandResponse {
@@ -8374,8 +8118,6 @@ export interface GetMenuV4BrandItemsQuery {
8374
8118
  sort_order?: 'DESC' | 'ASC';
8375
8119
  // How soft deleted records should be shown in the list
8376
8120
  soft_deleted?: 'include' | 'exclude' | 'only';
8377
- // Graphql query string
8378
- _query?: string;
8379
8121
  }
8380
8122
 
8381
8123
  export interface GetMenuV4BrandItemsResponse {
@@ -8409,8 +8151,6 @@ export interface GetMenuV4BrandModifierGroupsQuery {
8409
8151
  sort_order?: 'DESC' | 'ASC';
8410
8152
  // How soft deleted records should be shown in the list
8411
8153
  soft_deleted?: 'include' | 'exclude' | 'only';
8412
- // Graphql query string
8413
- _query?: string;
8414
8154
  }
8415
8155
 
8416
8156
  export interface GetMenuV4BrandModifierGroupsResponse {
@@ -8444,8 +8184,6 @@ export interface GetMenuV4BrandModifiersQuery {
8444
8184
  sort_order?: 'DESC' | 'ASC';
8445
8185
  // How soft deleted records should be shown in the list
8446
8186
  soft_deleted?: 'include' | 'exclude' | 'only';
8447
- // Graphql query string
8448
- _query?: string;
8449
8187
  }
8450
8188
 
8451
8189
  export interface GetMenuV4BrandModifiersResponse {
@@ -8480,8 +8218,6 @@ export interface GetMenuV4BrandCategoryItemsQuery {
8480
8218
  sort_order?: 'DESC' | 'ASC';
8481
8219
  // How soft deleted records should be shown in the list
8482
8220
  soft_deleted?: 'include' | 'exclude' | 'only';
8483
- // Graphql query string
8484
- _query?: string;
8485
8221
  }
8486
8222
 
8487
8223
  export interface GetMenuV4BrandCategoryItemsResponse {
@@ -8851,8 +8587,6 @@ export interface GetMenuV4BrandExportPath {
8851
8587
 
8852
8588
  export interface GetMenuV4BrandExportQuery {
8853
8589
  format?: 'xlsx';
8854
- // Graphql query string
8855
- _query?: string;
8856
8590
  }
8857
8591
 
8858
8592
  export interface GetMenuV4BrandExportResponse {
@@ -9058,8 +8792,6 @@ export interface GetMenuV4ItemPath {
9058
8792
 
9059
8793
  export interface GetMenuV4ItemQuery {
9060
8794
  with_parent?: boolean;
9061
- // Graphql query string
9062
- _query?: string;
9063
8795
  }
9064
8796
 
9065
8797
  export interface GetMenuV4ItemResponse {
@@ -9672,8 +9404,6 @@ export interface GetMenuV4ModifierPath {
9672
9404
 
9673
9405
  export interface GetMenuV4ModifierQuery {
9674
9406
  with_parent?: boolean;
9675
- // Graphql query string
9676
- _query?: string;
9677
9407
  }
9678
9408
 
9679
9409
  export interface GetMenuV4ModifierResponse {
@@ -10114,8 +9844,6 @@ export interface GetMenuV4ModifierGroupPath {
10114
9844
 
10115
9845
  export interface GetMenuV4ModifierGroupQuery {
10116
9846
  with_parent?: boolean;
10117
- // Graphql query string
10118
- _query?: string;
10119
9847
  }
10120
9848
 
10121
9849
  export interface GetMenuV4ModifierGroupResponse {
@@ -10429,8 +10157,6 @@ export interface GetMenuV4ModifierGroupAttachableModifiersQuery {
10429
10157
  sort_order?: 'DESC' | 'ASC';
10430
10158
  // How soft deleted records should be shown in the list
10431
10159
  soft_deleted?: 'include' | 'exclude' | 'only';
10432
- // Graphql query string
10433
- _query?: string;
10434
10160
  }
10435
10161
 
10436
10162
  export interface GetMenuV4ModifierGroupAttachableModifiersResponse {
@@ -10543,8 +10269,6 @@ export interface GetMenuV4StockBusinessUnitQuery {
10543
10269
  sort_order?: 'DESC' | 'ASC';
10544
10270
  // How soft deleted records should be shown in the list
10545
10271
  soft_deleted?: 'include' | 'exclude' | 'only';
10546
- // Graphql query string
10547
- _query?: string;
10548
10272
  }
10549
10273
 
10550
10274
  export interface GetMenuV4StockBusinessUnitResponse {
@@ -10578,8 +10302,6 @@ export interface GetMenuV4StockBusinessUnitUnpublishedChangesQuery {
10578
10302
  sort_order?: 'DESC' | 'ASC';
10579
10303
  // How soft deleted records should be shown in the list
10580
10304
  soft_deleted?: 'include' | 'exclude' | 'only';
10581
- // Graphql query string
10582
- _query?: string;
10583
10305
  }
10584
10306
 
10585
10307
  export interface GetMenuV4StockBusinessUnitUnpublishedChangesResponse {
@@ -10692,8 +10414,6 @@ export interface GetMenuV4MenuPath {
10692
10414
 
10693
10415
  export interface GetMenuV4MenuQuery {
10694
10416
  with_parent?: boolean;
10695
- // Graphql query string
10696
- _query?: string;
10697
10417
  }
10698
10418
 
10699
10419
  export interface GetMenuV4MenuResponse {
@@ -10755,8 +10475,6 @@ export interface GetMenuV4SizePath {
10755
10475
 
10756
10476
  export interface GetMenuV4SizeQuery {
10757
10477
  with_parent?: boolean;
10758
- // Graphql query string
10759
- _query?: string;
10760
10478
  }
10761
10479
 
10762
10480
  export interface GetMenuV4SizeResponse {
@@ -10779,8 +10497,6 @@ export interface GetMenuV4CategoryPath {
10779
10497
 
10780
10498
  export interface GetMenuV4CategoryQuery {
10781
10499
  with_parent?: boolean;
10782
- // Graphql query string
10783
- _query?: string;
10784
10500
  }
10785
10501
 
10786
10502
  export interface GetMenuV4CategoryResponse {
@@ -10895,8 +10611,6 @@ export interface GetMenuV4CategoryAttachableItemsQuery {
10895
10611
  sort_order?: 'DESC' | 'ASC';
10896
10612
  // How soft deleted records should be shown in the list
10897
10613
  soft_deleted?: 'include' | 'exclude' | 'only';
10898
- // Graphql query string
10899
- _query?: string;
10900
10614
  }
10901
10615
 
10902
10616
  export interface GetMenuV4CategoryAttachableItemsResponse {
@@ -10912,11 +10626,6 @@ export interface GetMenuV4CategoryAttachableItemsRequest
10912
10626
 
10913
10627
  // GET /menu/v3/ping
10914
10628
 
10915
- export interface GetMenuV3PingQuery {
10916
- // Graphql query string
10917
- _query?: string;
10918
- }
10919
-
10920
10629
  export interface GetMenuV3PingResponse {
10921
10630
  status: string;
10922
10631
  message: string;
@@ -10925,15 +10634,10 @@ export interface GetMenuV3PingResponse {
10925
10634
  [index: string]: any;
10926
10635
  }
10927
10636
 
10928
- export interface GetMenuV3PingRequest extends BaseRequest, RequestQuery<GetMenuV3PingQuery> {}
10637
+ export interface GetMenuV3PingRequest extends BaseRequest {}
10929
10638
 
10930
10639
  // GET /menu/v3/health
10931
10640
 
10932
- export interface GetMenuV3HealthQuery {
10933
- // Graphql query string
10934
- _query?: string;
10935
- }
10936
-
10937
10641
  export interface GetMenuV3HealthResponse {
10938
10642
  status: string;
10939
10643
  timestamp: string;
@@ -10943,4 +10647,4 @@ export interface GetMenuV3HealthResponse {
10943
10647
  [index: string]: any;
10944
10648
  }
10945
10649
 
10946
- export interface GetMenuV3HealthRequest extends BaseRequest, RequestQuery<GetMenuV3HealthQuery> {}
10650
+ export interface GetMenuV3HealthRequest extends BaseRequest {}