@compassdigital/sdk.typescript 4.42.0 → 4.44.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.
@@ -606,24 +606,20 @@ export interface ModifierChangeDTO {
606
606
  }
607
607
  export interface ReportingMetadataDTO {
608
608
  category?: ReportingCategoryMetadataDTO;
609
- id?: Record<string, any>;
610
609
  [index: string]: any;
611
610
  }
612
611
  export interface ReportingCategoryMetadataDTO {
613
612
  primary?: "Food" | "Beverage" | "Sundry" | "Alcohol" | "Snack";
614
613
  secondary?: string;
615
- id?: Record<string, any>;
616
614
  [index: string]: any;
617
615
  }
618
616
  export interface WeightDTO {
619
617
  unit?: string;
620
618
  amount?: number;
621
- id?: Record<string, any>;
622
619
  [index: string]: any;
623
620
  }
624
621
  export interface FileAttachmentsDTO {
625
622
  thumbnail?: string;
626
- id?: Record<string, any>;
627
623
  [index: string]: any;
628
624
  }
629
625
  export interface MenuWorksDTO {
@@ -633,7 +629,6 @@ export interface MenuWorksDTO {
633
629
  portion_unit_name?: string;
634
630
  grams?: number;
635
631
  cost?: number;
636
- id?: Record<string, any>;
637
632
  [index: string]: any;
638
633
  }
639
634
  export interface ModifierGroupToModifierRelationshipChangeDTO {
@@ -1571,9 +1566,7 @@ export interface DeleteMenuV3LocalMenuGroupRequest extends BaseRequest, RequestQ
1571
1566
  export interface GetMenuV3LocalMenuGroupsQuery {
1572
1567
  select?: string[];
1573
1568
  relationships?: string[];
1574
- filter?: {
1575
- [index: string]: any;
1576
- };
1569
+ filter?: string;
1577
1570
  limit?: number;
1578
1571
  page?: number;
1579
1572
  sort_by?: string;
@@ -1607,9 +1600,7 @@ export interface PostMenuV3LocalMenuGroupsRequest extends BaseRequest {
1607
1600
  body: PostMenuV3LocalMenuGroupsBody;
1608
1601
  }
1609
1602
  export interface GetMenuV3LocalMenuGroupsCountQuery {
1610
- filter?: {
1611
- [index: string]: any;
1612
- };
1603
+ filter?: string;
1613
1604
  _query?: string;
1614
1605
  }
1615
1606
  export interface GetMenuV3LocalMenuGroupsCountResponse {
@@ -1624,9 +1615,7 @@ export interface GetMenuV3DraftLocalMenuGroupBrandsPath {
1624
1615
  export interface GetMenuV3DraftLocalMenuGroupBrandsQuery {
1625
1616
  select?: string[];
1626
1617
  relationships?: string[];
1627
- filter?: {
1628
- [index: string]: any;
1629
- };
1618
+ filter?: string;
1630
1619
  limit?: number;
1631
1620
  page?: number;
1632
1621
  sort_by?: string;
@@ -1647,9 +1636,7 @@ export interface GetMenuV3LocalMenuGroupBrandsPath {
1647
1636
  export interface GetMenuV3LocalMenuGroupBrandsQuery {
1648
1637
  select?: string[];
1649
1638
  relationships?: string[];
1650
- filter?: {
1651
- [index: string]: any;
1652
- };
1639
+ filter?: string;
1653
1640
  limit?: number;
1654
1641
  page?: number;
1655
1642
  sort_by?: string;
@@ -1670,9 +1657,7 @@ export interface GetMenuV3LocalMenuGroupAllowedGlobalBrandsPath {
1670
1657
  export interface GetMenuV3LocalMenuGroupAllowedGlobalBrandsQuery {
1671
1658
  select?: string[];
1672
1659
  relationships?: string[];
1673
- filter?: {
1674
- [index: string]: any;
1675
- };
1660
+ filter?: string;
1676
1661
  limit?: number;
1677
1662
  page?: number;
1678
1663
  sort_by?: string;
@@ -1694,9 +1679,7 @@ export interface PostMenuV3LocalMenuGroupImportBrandsQuery {
1694
1679
  select?: string[];
1695
1680
  relationships?: string[];
1696
1681
  "body.brand_ids"?: string[];
1697
- filter?: {
1698
- [index: string]: any;
1699
- };
1682
+ filter?: string;
1700
1683
  limit?: number;
1701
1684
  page?: number;
1702
1685
  sort_by?: string;
@@ -1826,9 +1809,7 @@ export interface DeleteMenuV3GlobalMenuGroupRequest extends BaseRequest, Request
1826
1809
  export interface GetMenuV3GlobalMenuGroupsQuery {
1827
1810
  select?: string[];
1828
1811
  relationships?: string[];
1829
- filter?: {
1830
- [index: string]: any;
1831
- };
1812
+ filter?: string;
1832
1813
  limit?: number;
1833
1814
  page?: number;
1834
1815
  sort_by?: string;
@@ -1863,9 +1844,7 @@ export interface PostMenuV3GlobalMenuGroupsRequest extends BaseRequest {
1863
1844
  body: PostMenuV3GlobalMenuGroupsBody;
1864
1845
  }
1865
1846
  export interface GetMenuV3GlobalMenuGroupsCountQuery {
1866
- filter?: {
1867
- [index: string]: any;
1868
- };
1847
+ filter?: string;
1869
1848
  _query?: string;
1870
1849
  }
1871
1850
  export interface GetMenuV3GlobalMenuGroupsCountResponse {
@@ -1880,9 +1859,7 @@ export interface GetMenuV3DraftGlobalMenuGroupBrandsPath {
1880
1859
  export interface GetMenuV3DraftGlobalMenuGroupBrandsQuery {
1881
1860
  select?: string[];
1882
1861
  relationships?: string[];
1883
- filter?: {
1884
- [index: string]: any;
1885
- };
1862
+ filter?: string;
1886
1863
  limit?: number;
1887
1864
  page?: number;
1888
1865
  sort_by?: string;
@@ -1903,9 +1880,7 @@ export interface GetMenuV3GlobalMenuGroupBrandsPath {
1903
1880
  export interface GetMenuV3GlobalMenuGroupBrandsQuery {
1904
1881
  select?: string[];
1905
1882
  relationships?: string[];
1906
- filter?: {
1907
- [index: string]: any;
1908
- };
1883
+ filter?: string;
1909
1884
  limit?: number;
1910
1885
  page?: number;
1911
1886
  sort_by?: string;
@@ -2014,9 +1989,7 @@ export interface DeleteMenuV3DraftBrandRequest extends BaseRequest, RequestQuery
2014
1989
  export interface GetMenuV3DraftBrandsQuery {
2015
1990
  select?: string[];
2016
1991
  relationships?: string[];
2017
- filter?: {
2018
- [index: string]: any;
2019
- };
1992
+ filter?: string;
2020
1993
  limit?: number;
2021
1994
  page?: number;
2022
1995
  sort_by?: string;
@@ -2069,9 +2042,7 @@ export interface PostMenuV3DraftBrandsRequest extends BaseRequest {
2069
2042
  body: PostMenuV3DraftBrandsBody;
2070
2043
  }
2071
2044
  export interface GetMenuV3DraftBrandsCountQuery {
2072
- filter?: {
2073
- [index: string]: any;
2074
- };
2045
+ filter?: string;
2075
2046
  _query?: string;
2076
2047
  }
2077
2048
  export interface GetMenuV3DraftBrandsCountResponse {
@@ -2086,9 +2057,7 @@ export interface GetMenuV3DraftBrandMenusPath {
2086
2057
  export interface GetMenuV3DraftBrandMenusQuery {
2087
2058
  select?: string[];
2088
2059
  relationships?: string[];
2089
- filter?: {
2090
- [index: string]: any;
2091
- };
2060
+ filter?: string;
2092
2061
  limit?: number;
2093
2062
  page?: number;
2094
2063
  sort_by?: string;
@@ -2109,9 +2078,7 @@ export interface GetMenuV3DraftBrandModifiersPath {
2109
2078
  export interface GetMenuV3DraftBrandModifiersQuery {
2110
2079
  select?: string[];
2111
2080
  relationships?: string[];
2112
- filter?: {
2113
- [index: string]: any;
2114
- };
2081
+ filter?: string;
2115
2082
  limit?: number;
2116
2083
  page?: number;
2117
2084
  sort_by?: string;
@@ -2132,9 +2099,7 @@ export interface GetMenuV3DraftBrandModifierGroupsPath {
2132
2099
  export interface GetMenuV3DraftBrandModifierGroupsQuery {
2133
2100
  select?: string[];
2134
2101
  relationships?: string[];
2135
- filter?: {
2136
- [index: string]: any;
2137
- };
2102
+ filter?: string;
2138
2103
  limit?: number;
2139
2104
  page?: number;
2140
2105
  sort_by?: string;
@@ -2155,9 +2120,7 @@ export interface GetMenuV3DraftBrandItemsPath {
2155
2120
  export interface GetMenuV3DraftBrandItemsQuery {
2156
2121
  select?: string[];
2157
2122
  relationships?: string[];
2158
- filter?: {
2159
- [index: string]: any;
2160
- };
2123
+ filter?: string;
2161
2124
  limit?: number;
2162
2125
  page?: number;
2163
2126
  sort_by?: string;
@@ -2218,9 +2181,7 @@ export interface GetMenuV3DraftBrandDiffsPath {
2218
2181
  export interface GetMenuV3DraftBrandDiffsQuery {
2219
2182
  select?: string[];
2220
2183
  relationships?: string[];
2221
- filter?: {
2222
- [index: string]: any;
2223
- };
2184
+ filter?: string;
2224
2185
  limit?: number;
2225
2186
  page?: number;
2226
2187
  sort_by?: string;
@@ -2236,13 +2197,14 @@ export interface GetMenuV3DraftBrandDiffsRequest extends BaseRequest, RequestQue
2236
2197
  export interface PostMenuV3DraftBrandGlobalDiffsApplyPath {
2237
2198
  id: string;
2238
2199
  }
2239
- export interface PostMenuV3DraftBrandGlobalDiffsApplyQuery {
2240
- "body.diffs"?: ApplyDiffDTO[];
2200
+ export interface PostMenuV3DraftBrandGlobalDiffsApplyBody {
2201
+ diffs?: ApplyDiffDTO[];
2241
2202
  }
2242
2203
  export interface PostMenuV3DraftBrandGlobalDiffsApplyResponse {
2243
2204
  status?: string;
2244
2205
  }
2245
- export interface PostMenuV3DraftBrandGlobalDiffsApplyRequest extends BaseRequest, RequestQuery<PostMenuV3DraftBrandGlobalDiffsApplyQuery>, PostMenuV3DraftBrandGlobalDiffsApplyPath {
2206
+ export interface PostMenuV3DraftBrandGlobalDiffsApplyRequest extends BaseRequest, PostMenuV3DraftBrandGlobalDiffsApplyPath {
2207
+ body: PostMenuV3DraftBrandGlobalDiffsApplyBody;
2246
2208
  }
2247
2209
  export interface PostMenuV3DraftBrandAttachmentPath {
2248
2210
  id: string;
@@ -2352,9 +2314,7 @@ export interface DeleteMenuV3BrandRequest extends BaseRequest, RequestQuery<Dele
2352
2314
  export interface GetMenuV3BrandsQuery {
2353
2315
  select?: string[];
2354
2316
  relationships?: string[];
2355
- filter?: {
2356
- [index: string]: any;
2357
- };
2317
+ filter?: string;
2358
2318
  limit?: number;
2359
2319
  page?: number;
2360
2320
  sort_by?: string;
@@ -2408,9 +2368,7 @@ export interface PostMenuV3BrandsRequest extends BaseRequest, RequestQuery<PostM
2408
2368
  body: PostMenuV3BrandsBody;
2409
2369
  }
2410
2370
  export interface GetMenuV3BrandsCountQuery {
2411
- filter?: {
2412
- [index: string]: any;
2413
- };
2371
+ filter?: string;
2414
2372
  _query?: string;
2415
2373
  nocache?: boolean;
2416
2374
  }
@@ -2426,9 +2384,7 @@ export interface GetMenuV3BrandMenusPath {
2426
2384
  export interface GetMenuV3BrandMenusQuery {
2427
2385
  select?: string[];
2428
2386
  relationships?: string[];
2429
- filter?: {
2430
- [index: string]: any;
2431
- };
2387
+ filter?: string;
2432
2388
  limit?: number;
2433
2389
  page?: number;
2434
2390
  sort_by?: string;
@@ -2450,9 +2406,7 @@ export interface GetMenuV3BrandModifiersPath {
2450
2406
  export interface GetMenuV3BrandModifiersQuery {
2451
2407
  select?: string[];
2452
2408
  relationships?: string[];
2453
- filter?: {
2454
- [index: string]: any;
2455
- };
2409
+ filter?: string;
2456
2410
  limit?: number;
2457
2411
  page?: number;
2458
2412
  sort_by?: string;
@@ -2474,9 +2428,7 @@ export interface GetMenuV3BrandModifierGroupsPath {
2474
2428
  export interface GetMenuV3BrandModifierGroupsQuery {
2475
2429
  select?: string[];
2476
2430
  relationships?: string[];
2477
- filter?: {
2478
- [index: string]: any;
2479
- };
2431
+ filter?: string;
2480
2432
  limit?: number;
2481
2433
  page?: number;
2482
2434
  sort_by?: string;
@@ -2498,9 +2450,7 @@ export interface GetMenuV3BrandItemsPath {
2498
2450
  export interface GetMenuV3BrandItemsQuery {
2499
2451
  select?: string[];
2500
2452
  relationships?: string[];
2501
- filter?: {
2502
- [index: string]: any;
2503
- };
2453
+ filter?: string;
2504
2454
  limit?: number;
2505
2455
  page?: number;
2506
2456
  sort_by?: string;
@@ -2580,9 +2530,7 @@ export interface DeleteMenuV3DraftMenuRequest extends BaseRequest, RequestQuery<
2580
2530
  export interface GetMenuV3DraftMenusQuery {
2581
2531
  select?: string[];
2582
2532
  relationships?: string[];
2583
- filter?: {
2584
- [index: string]: any;
2585
- };
2533
+ filter?: string;
2586
2534
  limit?: number;
2587
2535
  page?: number;
2588
2536
  sort_by?: string;
@@ -2620,9 +2568,7 @@ export interface PostMenuV3DraftMenusRequest extends BaseRequest {
2620
2568
  body: PostMenuV3DraftMenusBody;
2621
2569
  }
2622
2570
  export interface GetMenuV3DraftMenusCountQuery {
2623
- filter?: {
2624
- [index: string]: any;
2625
- };
2571
+ filter?: string;
2626
2572
  _query?: string;
2627
2573
  }
2628
2574
  export interface GetMenuV3DraftMenusCountResponse {
@@ -2637,9 +2583,7 @@ export interface GetMenuV3DraftMenuCategoriesPath {
2637
2583
  export interface GetMenuV3DraftMenuCategoriesQuery {
2638
2584
  select?: string[];
2639
2585
  relationships?: string[];
2640
- filter?: {
2641
- [index: string]: any;
2642
- };
2586
+ filter?: string;
2643
2587
  limit?: number;
2644
2588
  page?: number;
2645
2589
  sort_by?: string;
@@ -2677,9 +2621,7 @@ export interface GetMenuV3MenuRequest extends BaseRequest, RequestQuery<GetMenuV
2677
2621
  export interface GetMenuV3MenusQuery {
2678
2622
  select?: string[];
2679
2623
  relationships?: string[];
2680
- filter?: {
2681
- [index: string]: any;
2682
- };
2624
+ filter?: string;
2683
2625
  limit?: number;
2684
2626
  page?: number;
2685
2627
  sort_by?: string;
@@ -2696,9 +2638,7 @@ export interface GetMenuV3MenusResponse {
2696
2638
  export interface GetMenuV3MenusRequest extends BaseRequest, RequestQuery<GetMenuV3MenusQuery> {
2697
2639
  }
2698
2640
  export interface GetMenuV3MenusCountQuery {
2699
- filter?: {
2700
- [index: string]: any;
2701
- };
2641
+ filter?: string;
2702
2642
  _query?: string;
2703
2643
  nocache?: boolean;
2704
2644
  }
@@ -2714,9 +2654,7 @@ export interface GetMenuV3MenuCategoriesPath {
2714
2654
  export interface GetMenuV3MenuCategoriesQuery {
2715
2655
  select?: string[];
2716
2656
  relationships?: string[];
2717
- filter?: {
2718
- [index: string]: any;
2719
- };
2657
+ filter?: string;
2720
2658
  limit?: number;
2721
2659
  page?: number;
2722
2660
  sort_by?: string;
@@ -2829,9 +2767,7 @@ export type DeleteMenuV3DraftCategoryResponse = DraftCategoryDTO;
2829
2767
  export interface DeleteMenuV3DraftCategoryRequest extends BaseRequest, RequestQuery<DeleteMenuV3DraftCategoryQuery>, DeleteMenuV3DraftCategoryPath {
2830
2768
  }
2831
2769
  export interface GetMenuV3DraftCategoriesCountQuery {
2832
- filter?: {
2833
- [index: string]: any;
2834
- };
2770
+ filter?: string;
2835
2771
  _query?: string;
2836
2772
  }
2837
2773
  export interface GetMenuV3DraftCategoriesCountResponse {
@@ -2893,9 +2829,7 @@ export type GetMenuV3CategoryResponse = PublishedCategoryDTO;
2893
2829
  export interface GetMenuV3CategoryRequest extends BaseRequest, RequestQuery<GetMenuV3CategoryQuery>, GetMenuV3CategoryPath {
2894
2830
  }
2895
2831
  export interface GetMenuV3CategorysCountQuery {
2896
- filter?: {
2897
- [index: string]: any;
2898
- };
2832
+ filter?: string;
2899
2833
  _query?: string;
2900
2834
  nocache?: boolean;
2901
2835
  }
@@ -2975,9 +2909,7 @@ export interface DeleteMenuV3DraftCategoryRelationshipsItemRequest extends BaseR
2975
2909
  export interface GetMenuV3DraftCategoryRelationshipsItemsQuery {
2976
2910
  select?: string[];
2977
2911
  relationships?: string[];
2978
- filter?: {
2979
- [index: string]: any;
2980
- };
2912
+ filter?: string;
2981
2913
  limit?: number;
2982
2914
  page?: number;
2983
2915
  sort_by?: string;
@@ -3018,9 +2950,7 @@ export interface PostMenuV3DraftCategoryRelationshipsItemsRequest extends BaseRe
3018
2950
  body: PostMenuV3DraftCategoryRelationshipsItemsBody;
3019
2951
  }
3020
2952
  export interface GetMenuV3DraftCategoryRelationshipsItemsCountQuery {
3021
- filter?: {
3022
- [index: string]: any;
3023
- };
2953
+ filter?: string;
3024
2954
  _query?: string;
3025
2955
  }
3026
2956
  export interface GetMenuV3DraftCategoryRelationshipsItemsCountResponse {
@@ -3044,9 +2974,7 @@ export interface GetMenuV3CategoryRelationshipsItemRequest extends BaseRequest,
3044
2974
  export interface GetMenuV3CategoryRelationshipsItemsQuery {
3045
2975
  select?: string[];
3046
2976
  relationships?: string[];
3047
- filter?: {
3048
- [index: string]: any;
3049
- };
2977
+ filter?: string;
3050
2978
  limit?: number;
3051
2979
  page?: number;
3052
2980
  sort_by?: string;
@@ -3063,9 +2991,7 @@ export interface GetMenuV3CategoryRelationshipsItemsResponse {
3063
2991
  export interface GetMenuV3CategoryRelationshipsItemsRequest extends BaseRequest, RequestQuery<GetMenuV3CategoryRelationshipsItemsQuery> {
3064
2992
  }
3065
2993
  export interface GetMenuV3CategoryRelationshipsItemsCountQuery {
3066
- filter?: {
3067
- [index: string]: any;
3068
- };
2994
+ filter?: string;
3069
2995
  _query?: string;
3070
2996
  nocache?: boolean;
3071
2997
  }
@@ -3175,9 +3101,7 @@ export interface DeleteMenuV3DraftItemRequest extends BaseRequest, RequestQuery<
3175
3101
  export interface GetMenuV3DraftItemsQuery {
3176
3102
  select?: string[];
3177
3103
  relationships?: string[];
3178
- filter?: {
3179
- [index: string]: any;
3180
- };
3104
+ filter?: string;
3181
3105
  limit?: number;
3182
3106
  page?: number;
3183
3107
  sort_by?: string;
@@ -3233,9 +3157,7 @@ export interface PostMenuV3DraftItemsRequest extends BaseRequest {
3233
3157
  body: PostMenuV3DraftItemsBody;
3234
3158
  }
3235
3159
  export interface GetMenuV3DraftItemsCountQuery {
3236
- filter?: {
3237
- [index: string]: any;
3238
- };
3160
+ filter?: string;
3239
3161
  _query?: string;
3240
3162
  }
3241
3163
  export interface GetMenuV3DraftItemsCountResponse {
@@ -3359,9 +3281,7 @@ export interface GetMenuV3ItemRequest extends BaseRequest, RequestQuery<GetMenuV
3359
3281
  export interface GetMenuV3ItemsQuery {
3360
3282
  select?: string[];
3361
3283
  relationships?: string[];
3362
- filter?: {
3363
- [index: string]: any;
3364
- };
3284
+ filter?: string;
3365
3285
  limit?: number;
3366
3286
  page?: number;
3367
3287
  sort_by?: string;
@@ -3378,9 +3298,7 @@ export interface GetMenuV3ItemsResponse {
3378
3298
  export interface GetMenuV3ItemsRequest extends BaseRequest, RequestQuery<GetMenuV3ItemsQuery> {
3379
3299
  }
3380
3300
  export interface GetMenuV3ItemsCountQuery {
3381
- filter?: {
3382
- [index: string]: any;
3383
- };
3301
+ filter?: string;
3384
3302
  _query?: string;
3385
3303
  nocache?: boolean;
3386
3304
  }
@@ -3460,9 +3378,7 @@ export interface DeleteMenuV3DraftItemRelationshipsModifierGroupRequest extends
3460
3378
  export interface GetMenuV3DraftItemRelationshipsModifierGroupsQuery {
3461
3379
  select?: string[];
3462
3380
  relationships?: string[];
3463
- filter?: {
3464
- [index: string]: any;
3465
- };
3381
+ filter?: string;
3466
3382
  limit?: number;
3467
3383
  page?: number;
3468
3384
  sort_by?: string;
@@ -3503,9 +3419,7 @@ export interface PostMenuV3DraftItemRelationshipsModifierGroupsRequest extends B
3503
3419
  body: PostMenuV3DraftItemRelationshipsModifierGroupsBody;
3504
3420
  }
3505
3421
  export interface GetMenuV3DraftItemRelationshipsModifierGroupsCountQuery {
3506
- filter?: {
3507
- [index: string]: any;
3508
- };
3422
+ filter?: string;
3509
3423
  _query?: string;
3510
3424
  }
3511
3425
  export interface GetMenuV3DraftItemRelationshipsModifierGroupsCountResponse {
@@ -3529,9 +3443,7 @@ export interface GetMenuV3ItemRelationshipsModifierGroupRequest extends BaseRequ
3529
3443
  export interface GetMenuV3ItemRelationshipsModifierGroupsQuery {
3530
3444
  select?: string[];
3531
3445
  relationships?: string[];
3532
- filter?: {
3533
- [index: string]: any;
3534
- };
3446
+ filter?: string;
3535
3447
  limit?: number;
3536
3448
  page?: number;
3537
3449
  sort_by?: string;
@@ -3548,9 +3460,7 @@ export interface GetMenuV3ItemRelationshipsModifierGroupsResponse {
3548
3460
  export interface GetMenuV3ItemRelationshipsModifierGroupsRequest extends BaseRequest, RequestQuery<GetMenuV3ItemRelationshipsModifierGroupsQuery> {
3549
3461
  }
3550
3462
  export interface GetMenuV3ItemRelationshipsModifierGroupsCountQuery {
3551
- filter?: {
3552
- [index: string]: any;
3553
- };
3463
+ filter?: string;
3554
3464
  _query?: string;
3555
3465
  nocache?: boolean;
3556
3466
  }
@@ -3644,9 +3554,7 @@ export interface DeleteMenuV3DraftModifierGroupRequest extends BaseRequest, Requ
3644
3554
  export interface GetMenuV3DraftModifierGroupsQuery {
3645
3555
  select?: string[];
3646
3556
  relationships?: string[];
3647
- filter?: {
3648
- [index: string]: any;
3649
- };
3557
+ filter?: string;
3650
3558
  limit?: number;
3651
3559
  page?: number;
3652
3560
  sort_by?: string;
@@ -3694,9 +3602,7 @@ export interface PostMenuV3DraftModifierGroupsRequest extends BaseRequest {
3694
3602
  body: PostMenuV3DraftModifierGroupsBody;
3695
3603
  }
3696
3604
  export interface GetMenuV3DraftModifierGroupsCountQuery {
3697
- filter?: {
3698
- [index: string]: any;
3699
- };
3605
+ filter?: string;
3700
3606
  _query?: string;
3701
3607
  }
3702
3608
  export interface GetMenuV3DraftModifierGroupsCountResponse {
@@ -3754,9 +3660,7 @@ export interface GetMenuV3ModifierGroupRequest extends BaseRequest, RequestQuery
3754
3660
  export interface GetMenuV3ModifierGroupsQuery {
3755
3661
  select?: string[];
3756
3662
  relationships?: string[];
3757
- filter?: {
3758
- [index: string]: any;
3759
- };
3663
+ filter?: string;
3760
3664
  limit?: number;
3761
3665
  page?: number;
3762
3666
  sort_by?: string;
@@ -3773,9 +3677,7 @@ export interface GetMenuV3ModifierGroupsResponse {
3773
3677
  export interface GetMenuV3ModifierGroupsRequest extends BaseRequest, RequestQuery<GetMenuV3ModifierGroupsQuery> {
3774
3678
  }
3775
3679
  export interface GetMenuV3ModifierGroupsCountQuery {
3776
- filter?: {
3777
- [index: string]: any;
3778
- };
3680
+ filter?: string;
3779
3681
  _query?: string;
3780
3682
  nocache?: boolean;
3781
3683
  }
@@ -3855,9 +3757,7 @@ export interface DeleteMenuV3DraftModifierGroupRelationshipsModifierRequest exte
3855
3757
  export interface GetMenuV3DraftModifierGroupRelationshipsModifiersQuery {
3856
3758
  select?: string[];
3857
3759
  relationships?: string[];
3858
- filter?: {
3859
- [index: string]: any;
3860
- };
3760
+ filter?: string;
3861
3761
  limit?: number;
3862
3762
  page?: number;
3863
3763
  sort_by?: string;
@@ -3898,9 +3798,7 @@ export interface PostMenuV3DraftModifierGroupRelationshipsModifiersRequest exten
3898
3798
  body: PostMenuV3DraftModifierGroupRelationshipsModifiersBody;
3899
3799
  }
3900
3800
  export interface GetMenuV3DraftModifierGroupRelationshipsModifiersCountQuery {
3901
- filter?: {
3902
- [index: string]: any;
3903
- };
3801
+ filter?: string;
3904
3802
  _query?: string;
3905
3803
  }
3906
3804
  export interface GetMenuV3DraftModifierGroupRelationshipsModifiersCountResponse {
@@ -3924,9 +3822,7 @@ export interface GetMenuV3ModifierGroupRelationshipsModifierRequest extends Base
3924
3822
  export interface GetMenuV3ModifierGroupRelationshipsModifiersQuery {
3925
3823
  select?: string[];
3926
3824
  relationships?: string[];
3927
- filter?: {
3928
- [index: string]: any;
3929
- };
3825
+ filter?: string;
3930
3826
  limit?: number;
3931
3827
  page?: number;
3932
3828
  sort_by?: string;
@@ -3943,9 +3839,7 @@ export interface GetMenuV3ModifierGroupRelationshipsModifiersResponse {
3943
3839
  export interface GetMenuV3ModifierGroupRelationshipsModifiersRequest extends BaseRequest, RequestQuery<GetMenuV3ModifierGroupRelationshipsModifiersQuery> {
3944
3840
  }
3945
3841
  export interface GetMenuV3ModifierGroupRelationshipsModifiersCountQuery {
3946
- filter?: {
3947
- [index: string]: any;
3948
- };
3842
+ filter?: string;
3949
3843
  _query?: string;
3950
3844
  nocache?: boolean;
3951
3845
  }
@@ -4057,9 +3951,7 @@ export interface DeleteMenuV3DraftModifierRequest extends BaseRequest, RequestQu
4057
3951
  export interface GetMenuV3DraftModifiersQuery {
4058
3952
  select?: string[];
4059
3953
  relationships?: string[];
4060
- filter?: {
4061
- [index: string]: any;
4062
- };
3954
+ filter?: string;
4063
3955
  limit?: number;
4064
3956
  page?: number;
4065
3957
  sort_by?: string;
@@ -4116,9 +4008,7 @@ export interface PostMenuV3DraftModifiersRequest extends BaseRequest {
4116
4008
  body: PostMenuV3DraftModifiersBody;
4117
4009
  }
4118
4010
  export interface GetMenuV3DraftModifiersCountQuery {
4119
- filter?: {
4120
- [index: string]: any;
4121
- };
4011
+ filter?: string;
4122
4012
  _query?: string;
4123
4013
  }
4124
4014
  export interface GetMenuV3DraftModifiersCountResponse {
@@ -4195,9 +4085,7 @@ export interface GetMenuV3ModifierRequest extends BaseRequest, RequestQuery<GetM
4195
4085
  export interface GetMenuV3ModifiersQuery {
4196
4086
  select?: string[];
4197
4087
  relationships?: string[];
4198
- filter?: {
4199
- [index: string]: any;
4200
- };
4088
+ filter?: string;
4201
4089
  limit?: number;
4202
4090
  page?: number;
4203
4091
  sort_by?: string;
@@ -4214,9 +4102,7 @@ export interface GetMenuV3ModifiersResponse {
4214
4102
  export interface GetMenuV3ModifiersRequest extends BaseRequest, RequestQuery<GetMenuV3ModifiersQuery> {
4215
4103
  }
4216
4104
  export interface GetMenuV3ModifiersCountQuery {
4217
- filter?: {
4218
- [index: string]: any;
4219
- };
4105
+ filter?: string;
4220
4106
  _query?: string;
4221
4107
  nocache?: boolean;
4222
4108
  }
@@ -4249,9 +4135,7 @@ export interface GetMenuV3GlobalDiffRequest extends BaseRequest, RequestQuery<Ge
4249
4135
  export interface GetMenuV3GlobalDiffsQuery {
4250
4136
  select?: string[];
4251
4137
  relationships?: string[];
4252
- filter?: {
4253
- [index: string]: any;
4254
- };
4138
+ filter?: string;
4255
4139
  limit?: number;
4256
4140
  page?: number;
4257
4141
  sort_by?: string;
@@ -4267,9 +4151,7 @@ export interface GetMenuV3GlobalDiffsResponse {
4267
4151
  export interface GetMenuV3GlobalDiffsRequest extends BaseRequest, RequestQuery<GetMenuV3GlobalDiffsQuery> {
4268
4152
  }
4269
4153
  export interface GetMenuV3GlobalDiffsCountQuery {
4270
- filter?: {
4271
- [index: string]: any;
4272
- };
4154
+ filter?: string;
4273
4155
  _query?: string;
4274
4156
  }
4275
4157
  export interface GetMenuV3GlobalDiffsCountResponse {