shopoflex-types 1.0.38 → 1.0.39

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.
@@ -138,7 +138,7 @@ export interface Modifier {
138
138
  minSelect?: number;
139
139
  active?: boolean;
140
140
  addons?: {
141
- addonId: string;
141
+ addonId: AddonType | any;
142
142
  enableQuantity?: boolean;
143
143
  priceOverride?: number;
144
144
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",