@jagota/interfaces 1.7.69 → 1.7.71

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.
@@ -108,7 +108,7 @@ export interface IDriverProductByCustomerQRDetail {
108
108
  }
109
109
  export interface IDriverProductByCustomerBox {
110
110
  box: string;
111
- barCode: string;
111
+ barcode: string;
112
112
  scanStatus: boolean;
113
113
  deliveryScanPending?: number;
114
114
  deliveryScanTotal?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jagota/interfaces",
3
- "version": "1.7.69",
3
+ "version": "1.7.71",
4
4
  "type": "module",
5
5
  "description": "Interfaces for the Jagota Brothers project",
6
6
  "main": "dist/index.js",