@compassdigital/sdk.typescript 4.443.0 → 4.445.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
|
@@ -593,6 +593,7 @@ export interface LocalMenuGroupDTO {
|
|
|
593
593
|
price_levels?: Record<string, any>;
|
|
594
594
|
show_v4?: boolean;
|
|
595
595
|
menuworks_unit_ids?: string[];
|
|
596
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
596
597
|
id: string;
|
|
597
598
|
created_at?: string;
|
|
598
599
|
updated_at?: string;
|
|
@@ -2116,6 +2117,7 @@ export interface PostMenuV3LocalMenuGroupBody {
|
|
|
2116
2117
|
price_levels?: Record<string, any>;
|
|
2117
2118
|
show_v4?: boolean;
|
|
2118
2119
|
menuworks_unit_ids?: string[];
|
|
2120
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
2119
2121
|
vendor_metadata?: VendorMetadataDTO[];
|
|
2120
2122
|
permissions?: Record<string, any>;
|
|
2121
2123
|
[index: string]: any;
|
|
@@ -2129,6 +2131,7 @@ export interface PostMenuV3LocalMenuGroupResponse {
|
|
|
2129
2131
|
price_levels?: Record<string, any>;
|
|
2130
2132
|
show_v4?: boolean;
|
|
2131
2133
|
menuworks_unit_ids?: string[];
|
|
2134
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
2132
2135
|
id: string;
|
|
2133
2136
|
created_at?: string;
|
|
2134
2137
|
updated_at?: string;
|
|
@@ -2159,6 +2162,7 @@ export interface GetMenuV3LocalMenuGroupResponse {
|
|
|
2159
2162
|
price_levels?: Record<string, any>;
|
|
2160
2163
|
show_v4?: boolean;
|
|
2161
2164
|
menuworks_unit_ids?: string[];
|
|
2165
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
2162
2166
|
id: string;
|
|
2163
2167
|
created_at?: string;
|
|
2164
2168
|
updated_at?: string;
|
|
@@ -2182,6 +2186,7 @@ export interface PatchMenuV3LocalMenuGroupBody {
|
|
|
2182
2186
|
price_levels?: Record<string, any>;
|
|
2183
2187
|
show_v4?: boolean;
|
|
2184
2188
|
menuworks_unit_ids?: string[];
|
|
2189
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
2185
2190
|
id?: string;
|
|
2186
2191
|
version?: number;
|
|
2187
2192
|
vendor_metadata?: VendorMetadataDTO[];
|
|
@@ -2197,6 +2202,7 @@ export interface PatchMenuV3LocalMenuGroupResponse {
|
|
|
2197
2202
|
price_levels?: Record<string, any>;
|
|
2198
2203
|
show_v4?: boolean;
|
|
2199
2204
|
menuworks_unit_ids?: string[];
|
|
2205
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
2200
2206
|
id: string;
|
|
2201
2207
|
created_at?: string;
|
|
2202
2208
|
updated_at?: string;
|
|
@@ -2225,6 +2231,7 @@ export interface DeleteMenuV3LocalMenuGroupResponse {
|
|
|
2225
2231
|
price_levels?: Record<string, any>;
|
|
2226
2232
|
show_v4?: boolean;
|
|
2227
2233
|
menuworks_unit_ids?: string[];
|
|
2234
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
2228
2235
|
id: string;
|
|
2229
2236
|
created_at?: string;
|
|
2230
2237
|
updated_at?: string;
|
|
@@ -2262,6 +2269,7 @@ export type PostMenuV3LocalMenuGroupsBody = {
|
|
|
2262
2269
|
price_levels?: Record<string, any>;
|
|
2263
2270
|
show_v4?: boolean;
|
|
2264
2271
|
menuworks_unit_ids?: string[];
|
|
2272
|
+
append_ingredients_nutrition_to_description?: boolean;
|
|
2265
2273
|
vendor_metadata?: VendorMetadataDTO[];
|
|
2266
2274
|
permissions?: Record<string, any>;
|
|
2267
2275
|
[index: string]: any;
|