@compassdigital/sdk.typescript 4.723.0 → 4.724.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/interface/menu.d.ts
CHANGED
|
@@ -608,6 +608,7 @@ export interface LocalMenuGroupDTO {
|
|
|
608
608
|
show_v4?: boolean;
|
|
609
609
|
menuworks_unit_ids?: string[];
|
|
610
610
|
append_ingredients_nutrition_to_description?: boolean;
|
|
611
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
611
612
|
visibility?: Record<string, any>;
|
|
612
613
|
id: string;
|
|
613
614
|
created_at?: string;
|
|
@@ -2402,6 +2403,7 @@ export interface PostMenuV3LocalMenuGroupBody {
|
|
|
2402
2403
|
show_v4?: boolean;
|
|
2403
2404
|
menuworks_unit_ids?: string[];
|
|
2404
2405
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2406
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2405
2407
|
visibility?: Record<string, any>;
|
|
2406
2408
|
vendor_metadata?: VendorMetadataDTO[];
|
|
2407
2409
|
permissions?: Record<string, any>;
|
|
@@ -2417,6 +2419,7 @@ export interface PostMenuV3LocalMenuGroupResponse {
|
|
|
2417
2419
|
show_v4?: boolean;
|
|
2418
2420
|
menuworks_unit_ids?: string[];
|
|
2419
2421
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2422
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2420
2423
|
visibility?: Record<string, any>;
|
|
2421
2424
|
id: string;
|
|
2422
2425
|
created_at?: string;
|
|
@@ -2449,6 +2452,7 @@ export interface GetMenuV3LocalMenuGroupResponse {
|
|
|
2449
2452
|
show_v4?: boolean;
|
|
2450
2453
|
menuworks_unit_ids?: string[];
|
|
2451
2454
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2455
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2452
2456
|
visibility?: Record<string, any>;
|
|
2453
2457
|
id: string;
|
|
2454
2458
|
created_at?: string;
|
|
@@ -2474,6 +2478,7 @@ export interface PatchMenuV3LocalMenuGroupBody {
|
|
|
2474
2478
|
show_v4?: boolean;
|
|
2475
2479
|
menuworks_unit_ids?: string[];
|
|
2476
2480
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2481
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2477
2482
|
visibility?: Record<string, any>;
|
|
2478
2483
|
id?: string;
|
|
2479
2484
|
version?: number;
|
|
@@ -2491,6 +2496,7 @@ export interface PatchMenuV3LocalMenuGroupResponse {
|
|
|
2491
2496
|
show_v4?: boolean;
|
|
2492
2497
|
menuworks_unit_ids?: string[];
|
|
2493
2498
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2499
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2494
2500
|
visibility?: Record<string, any>;
|
|
2495
2501
|
id: string;
|
|
2496
2502
|
created_at?: string;
|
|
@@ -2521,6 +2527,7 @@ export interface DeleteMenuV3LocalMenuGroupResponse {
|
|
|
2521
2527
|
show_v4?: boolean;
|
|
2522
2528
|
menuworks_unit_ids?: string[];
|
|
2523
2529
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2530
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2524
2531
|
visibility?: Record<string, any>;
|
|
2525
2532
|
id: string;
|
|
2526
2533
|
created_at?: string;
|
|
@@ -2560,6 +2567,7 @@ export type PostMenuV3LocalMenuGroupsBody = {
|
|
|
2560
2567
|
show_v4?: boolean;
|
|
2561
2568
|
menuworks_unit_ids?: string[];
|
|
2562
2569
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2570
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2563
2571
|
visibility?: Record<string, any>;
|
|
2564
2572
|
vendor_metadata?: VendorMetadataDTO[];
|
|
2565
2573
|
permissions?: Record<string, any>;
|