@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/package.json
CHANGED
package/src/interface/menu.ts
CHANGED
|
@@ -735,6 +735,7 @@ export interface LocalMenuGroupDTO {
|
|
|
735
735
|
show_v4?: boolean;
|
|
736
736
|
menuworks_unit_ids?: string[];
|
|
737
737
|
append_ingredients_nutrition_to_description?: boolean;
|
|
738
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
738
739
|
visibility?: Record<string, any>;
|
|
739
740
|
id: string;
|
|
740
741
|
created_at?: string;
|
|
@@ -2855,6 +2856,7 @@ export interface PostMenuV3LocalMenuGroupBody {
|
|
|
2855
2856
|
show_v4?: boolean;
|
|
2856
2857
|
menuworks_unit_ids?: string[];
|
|
2857
2858
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2859
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2858
2860
|
visibility?: Record<string, any>;
|
|
2859
2861
|
vendor_metadata?: VendorMetadataDTO[];
|
|
2860
2862
|
permissions?: Record<string, any>;
|
|
@@ -2871,6 +2873,7 @@ export interface PostMenuV3LocalMenuGroupResponse {
|
|
|
2871
2873
|
show_v4?: boolean;
|
|
2872
2874
|
menuworks_unit_ids?: string[];
|
|
2873
2875
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2876
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2874
2877
|
visibility?: Record<string, any>;
|
|
2875
2878
|
id: string;
|
|
2876
2879
|
created_at?: string;
|
|
@@ -2913,6 +2916,7 @@ export interface GetMenuV3LocalMenuGroupResponse {
|
|
|
2913
2916
|
show_v4?: boolean;
|
|
2914
2917
|
menuworks_unit_ids?: string[];
|
|
2915
2918
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2919
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2916
2920
|
visibility?: Record<string, any>;
|
|
2917
2921
|
id: string;
|
|
2918
2922
|
created_at?: string;
|
|
@@ -2945,6 +2949,7 @@ export interface PatchMenuV3LocalMenuGroupBody {
|
|
|
2945
2949
|
show_v4?: boolean;
|
|
2946
2950
|
menuworks_unit_ids?: string[];
|
|
2947
2951
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2952
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2948
2953
|
visibility?: Record<string, any>;
|
|
2949
2954
|
id?: string;
|
|
2950
2955
|
version?: number;
|
|
@@ -2963,6 +2968,7 @@ export interface PatchMenuV3LocalMenuGroupResponse {
|
|
|
2963
2968
|
show_v4?: boolean;
|
|
2964
2969
|
menuworks_unit_ids?: string[];
|
|
2965
2970
|
append_ingredients_nutrition_to_description?: boolean;
|
|
2971
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
2966
2972
|
visibility?: Record<string, any>;
|
|
2967
2973
|
id: string;
|
|
2968
2974
|
created_at?: string;
|
|
@@ -3001,6 +3007,7 @@ export interface DeleteMenuV3LocalMenuGroupResponse {
|
|
|
3001
3007
|
show_v4?: boolean;
|
|
3002
3008
|
menuworks_unit_ids?: string[];
|
|
3003
3009
|
append_ingredients_nutrition_to_description?: boolean;
|
|
3010
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
3004
3011
|
visibility?: Record<string, any>;
|
|
3005
3012
|
id: string;
|
|
3006
3013
|
created_at?: string;
|
|
@@ -3058,6 +3065,7 @@ export type PostMenuV3LocalMenuGroupsBody = {
|
|
|
3058
3065
|
show_v4?: boolean;
|
|
3059
3066
|
menuworks_unit_ids?: string[];
|
|
3060
3067
|
append_ingredients_nutrition_to_description?: boolean;
|
|
3068
|
+
strip_hidden_from_v2_payload?: boolean;
|
|
3061
3069
|
visibility?: Record<string, any>;
|
|
3062
3070
|
vendor_metadata?: VendorMetadataDTO[];
|
|
3063
3071
|
permissions?: Record<string, any>;
|