@compassdigital/sdk.typescript 4.433.0 → 4.434.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.
@@ -592,6 +592,7 @@ export interface LocalMenuGroupDTO {
592
592
  published_brands?: PublishedBrandDTO[];
593
593
  price_levels?: Record<string, any>;
594
594
  show_v4?: boolean;
595
+ menuworks_unit_ids?: string[];
595
596
  id: string;
596
597
  created_at?: string;
597
598
  updated_at?: string;
@@ -2107,6 +2108,7 @@ export interface PostMenuV3LocalMenuGroupBody {
2107
2108
  published_brands?: PublishedBrandDTO[];
2108
2109
  price_levels?: Record<string, any>;
2109
2110
  show_v4?: boolean;
2111
+ menuworks_unit_ids?: string[];
2110
2112
  vendor_metadata?: VendorMetadataDTO[];
2111
2113
  permissions?: Record<string, any>;
2112
2114
  [index: string]: any;
@@ -2119,6 +2121,7 @@ export interface PostMenuV3LocalMenuGroupResponse {
2119
2121
  published_brands?: PublishedBrandDTO[];
2120
2122
  price_levels?: Record<string, any>;
2121
2123
  show_v4?: boolean;
2124
+ menuworks_unit_ids?: string[];
2122
2125
  id: string;
2123
2126
  created_at?: string;
2124
2127
  updated_at?: string;
@@ -2148,6 +2151,7 @@ export interface GetMenuV3LocalMenuGroupResponse {
2148
2151
  published_brands?: PublishedBrandDTO[];
2149
2152
  price_levels?: Record<string, any>;
2150
2153
  show_v4?: boolean;
2154
+ menuworks_unit_ids?: string[];
2151
2155
  id: string;
2152
2156
  created_at?: string;
2153
2157
  updated_at?: string;
@@ -2170,6 +2174,7 @@ export interface PatchMenuV3LocalMenuGroupBody {
2170
2174
  published_brands?: PublishedBrandDTO[];
2171
2175
  price_levels?: Record<string, any>;
2172
2176
  show_v4?: boolean;
2177
+ menuworks_unit_ids?: string[];
2173
2178
  id?: string;
2174
2179
  version?: number;
2175
2180
  vendor_metadata?: VendorMetadataDTO[];
@@ -2184,6 +2189,7 @@ export interface PatchMenuV3LocalMenuGroupResponse {
2184
2189
  published_brands?: PublishedBrandDTO[];
2185
2190
  price_levels?: Record<string, any>;
2186
2191
  show_v4?: boolean;
2192
+ menuworks_unit_ids?: string[];
2187
2193
  id: string;
2188
2194
  created_at?: string;
2189
2195
  updated_at?: string;
@@ -2211,6 +2217,7 @@ export interface DeleteMenuV3LocalMenuGroupResponse {
2211
2217
  published_brands?: PublishedBrandDTO[];
2212
2218
  price_levels?: Record<string, any>;
2213
2219
  show_v4?: boolean;
2220
+ menuworks_unit_ids?: string[];
2214
2221
  id: string;
2215
2222
  created_at?: string;
2216
2223
  updated_at?: string;
@@ -2247,6 +2254,7 @@ export type PostMenuV3LocalMenuGroupsBody = {
2247
2254
  published_brands?: PublishedBrandDTO[];
2248
2255
  price_levels?: Record<string, any>;
2249
2256
  show_v4?: boolean;
2257
+ menuworks_unit_ids?: string[];
2250
2258
  vendor_metadata?: VendorMetadataDTO[];
2251
2259
  permissions?: Record<string, any>;
2252
2260
  [index: string]: any;