@verma-consulting/common-library 0.1.13 → 0.1.14
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.
- package/dist/index.d.mts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1771,7 +1771,8 @@ var defaults = {
|
|
|
1771
1771
|
description: "",
|
|
1772
1772
|
status: "Ready",
|
|
1773
1773
|
email: "",
|
|
1774
|
-
|
|
1774
|
+
individualName: "",
|
|
1775
|
+
businessName: "",
|
|
1775
1776
|
phone: "",
|
|
1776
1777
|
accountNumber: "",
|
|
1777
1778
|
invoicePrefix: "",
|
|
@@ -1782,7 +1783,7 @@ var defaults = {
|
|
|
1782
1783
|
industry: "",
|
|
1783
1784
|
annualRevenue: 0,
|
|
1784
1785
|
balance: 0,
|
|
1785
|
-
nextInvoiceSequence:
|
|
1786
|
+
nextInvoiceSequence: 1,
|
|
1786
1787
|
taxExempt: "none",
|
|
1787
1788
|
website: "",
|
|
1788
1789
|
source: "Advertisement",
|