shopoflex-types 1.0.87 → 1.0.88

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.
Files changed (2) hide show
  1. package/dist/common.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/common.d.ts CHANGED
@@ -279,10 +279,10 @@ export interface GroupedCategory {
279
279
  products: ProductType[];
280
280
  }
281
281
  export interface sModifier {
282
- listName: string;
282
+ name: IBranchName;
283
283
  options: {
284
- addonId: string;
285
- optionName: string;
284
+ addonId: string | ProductType;
285
+ optionName: IBranchName;
286
286
  price: number;
287
287
  quantity: number;
288
288
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",