@react-pakistan/util-functions 1.23.4 → 1.23.5

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.
@@ -192,7 +192,7 @@ export interface ProfileBE {
192
192
  userId: string;
193
193
  }
194
194
  export interface QuoteInvoiceBE {
195
- category: 'QUOTE' | 'INVOICE';
195
+ category: 'Quote' | 'Invoice';
196
196
  company: CompanyBE;
197
197
  createdAt: string;
198
198
  currency: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.23.4",
3
+ "version": "1.23.5",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {