shopoflex-types 1.0.157 → 1.0.158

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.
@@ -191,6 +191,7 @@ export interface OrderType {
191
191
  date?: Date;
192
192
  time?: Date;
193
193
  };
194
+ paymentProcessing?: any;
194
195
  branch: {
195
196
  _id: mongoose.Types.ObjectId | string;
196
197
  name?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.157",
3
+ "version": "1.0.158",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",