shopoflex-types 1.0.32 → 1.0.33

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.
@@ -121,6 +121,11 @@ export interface AddonType {
121
121
  enableQuantity?: boolean;
122
122
  stockHandle: StockHandle;
123
123
  files?: FileType[];
124
+ sortOrder?: number;
125
+ isActive: boolean;
126
+ vendorId: string | any;
127
+ createdAt?: Date;
128
+ updatedAt?: Date;
124
129
  }
125
130
  export interface Modifier {
126
131
  name?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",