shopoflex-types 1.0.108 → 1.0.110

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 -1
  2. package/package.json +1 -1
package/dist/common.d.ts CHANGED
@@ -64,7 +64,7 @@ export interface Address {
64
64
  details: string;
65
65
  }
66
66
  export interface PaymentMethod {
67
- type: 'cash' | 'card' | 'knet' | 'bank_transfer' | 'wallet' | 'external_link' | 'crypto' | 'whish' | 'paypal' | 'gift_card';
67
+ type: 'cash' | 'card_terminal' | 'knet' | 'bank_transfer' | 'wallet' | 'external_link' | 'crypto' | 'whish' | 'paypal' | 'gift_card' | 'stc_pay' | 'benefit' | 'apple_pay' | 'google_pay' | 'online_card';
68
68
  }
69
69
  export interface OrderStatus {
70
70
  status: 'pending' | 'cancelled' | 'rejected' | 'refunded' | 'preparing' | 'delivering' | 'completed' | 'awaiting_payment';
@@ -430,6 +430,8 @@ export interface IBranch {
430
430
  };
431
431
  address?: string;
432
432
  isActive?: boolean;
433
+ whatsapp?: string;
434
+ showMap?: boolean;
433
435
  }
434
436
  export interface PaginationQuery {
435
437
  page?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.108",
3
+ "version": "1.0.110",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",