shopoflex-types 1.0.29 → 1.0.31

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.
@@ -269,6 +269,18 @@ export interface OrderType {
269
269
  shipping: Shipping;
270
270
  createdAt?: Date;
271
271
  updatedAt?: Date;
272
+ scheduleTime: {
273
+ asap: boolean;
274
+ date?: Date;
275
+ time?: Date;
276
+ };
277
+ branch: {
278
+ _id: mongoose.Types.ObjectId | string;
279
+ name?: {
280
+ en?: string;
281
+ ar?: string;
282
+ };
283
+ };
272
284
  orderNumber?: any;
273
285
  promo?: {
274
286
  _id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.29",
3
+ "version": "1.0.31",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",