shopoflex-types 1.0.92 → 1.0.93

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.
@@ -180,6 +180,7 @@ export interface OrderType {
180
180
  category?: string;
181
181
  discountedAmount?: number;
182
182
  };
183
+ tax?: number;
183
184
  processedBy?: mongoose.Types.ObjectId | string;
184
185
  deliveredBy?: mongoose.Types.ObjectId | string;
185
186
  terminalId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",