@react-pakistan/util-functions 1.24.74 → 1.24.75

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.
@@ -182,7 +182,7 @@ export interface CustomerBE extends TimestampFields {
182
182
  email?: string;
183
183
  firstName: string;
184
184
  id: string;
185
- invoices: Array<QuoteInvoiceBE>;
185
+ quotesInvoices: Array<QuoteInvoiceBE>;
186
186
  lastName: string;
187
187
  phone: string;
188
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.24.74",
3
+ "version": "1.24.75",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {