shopoflex-types 1.0.2 → 1.0.3

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.
@@ -249,7 +249,7 @@ export interface DeliveryDetails {
249
249
  trackingNumber?: string;
250
250
  }
251
251
  export interface Customer {
252
- id?: string;
252
+ _id?: string;
253
253
  uid?: string;
254
254
  fullName?: string;
255
255
  email?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopoflex-types",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Shared TypeScript types for Shopoflex applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",