@react-pakistan/util-functions 1.23.15 → 1.23.16

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.
@@ -81,7 +81,8 @@ const postQuoteInvoice = (_d) => __awaiter(void 0, [_d], void 0, function* ({ ad
81
81
  }
82
82
  if (customerId || companyId) {
83
83
  quoteInvoice = yield prisma.quoteInvoice.create({
84
- data: Object.assign({ id,
84
+ data: Object.assign({
85
+ // id,
85
86
  category,
86
87
  companyId,
87
88
  currency,
@@ -122,7 +123,7 @@ const postQuoteInvoice = (_d) => __awaiter(void 0, [_d], void 0, function* ({ ad
122
123
  else {
123
124
  quoteInvoice = yield prisma.quoteInvoice.create({
124
125
  data: {
125
- id,
126
+ // id,
126
127
  category,
127
128
  companyId,
128
129
  currency,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-pakistan/util-functions",
3
- "version": "1.23.15",
3
+ "version": "1.23.16",
4
4
  "description": "A library of all util functions",
5
5
  "main": "index.js",
6
6
  "scripts": {