@compassdigital/sdk.typescript 4.441.0 → 4.443.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.441.0",
3
+ "version": "4.443.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",
@@ -224,6 +224,9 @@ export interface Brand {
224
224
  transact?: {
225
225
  enabled?: boolean;
226
226
  };
227
+ starship?: {
228
+ enabled?: boolean;
229
+ };
227
230
  };
228
231
  type_of_kds?: {
229
232
  cdl?: boolean;
@@ -1048,6 +1048,7 @@ export interface MenuWorksDTO {
1048
1048
  allergen_tags?: string[];
1049
1049
  allergens?: AllergenDTO[];
1050
1050
  nutrition?: NutritionDTO;
1051
+ updated_at?: string;
1051
1052
  [index: string]: any;
1052
1053
  }
1053
1054