@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.d.mts
CHANGED
|
@@ -548,7 +548,8 @@ interface ClientInterface {
|
|
|
548
548
|
invoicePrefix?: string;
|
|
549
549
|
source?: string;
|
|
550
550
|
email?: string;
|
|
551
|
-
|
|
551
|
+
individualName?: string;
|
|
552
|
+
businessName?: string;
|
|
552
553
|
phone?: string;
|
|
553
554
|
website?: string;
|
|
554
555
|
industry?: string;
|
|
@@ -2115,7 +2116,8 @@ declare const defaults: {
|
|
|
2115
2116
|
description: string;
|
|
2116
2117
|
status: string;
|
|
2117
2118
|
email: string;
|
|
2118
|
-
|
|
2119
|
+
individualName: string;
|
|
2120
|
+
businessName: string;
|
|
2119
2121
|
phone: string;
|
|
2120
2122
|
accountNumber: string;
|
|
2121
2123
|
invoicePrefix: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -548,7 +548,8 @@ interface ClientInterface {
|
|
|
548
548
|
invoicePrefix?: string;
|
|
549
549
|
source?: string;
|
|
550
550
|
email?: string;
|
|
551
|
-
|
|
551
|
+
individualName?: string;
|
|
552
|
+
businessName?: string;
|
|
552
553
|
phone?: string;
|
|
553
554
|
website?: string;
|
|
554
555
|
industry?: string;
|
|
@@ -2115,7 +2116,8 @@ declare const defaults: {
|
|
|
2115
2116
|
description: string;
|
|
2116
2117
|
status: string;
|
|
2117
2118
|
email: string;
|
|
2118
|
-
|
|
2119
|
+
individualName: string;
|
|
2120
|
+
businessName: string;
|
|
2119
2121
|
phone: string;
|
|
2120
2122
|
accountNumber: string;
|
|
2121
2123
|
invoicePrefix: string;
|
package/dist/index.js
CHANGED
|
@@ -1862,7 +1862,8 @@ var defaults = {
|
|
|
1862
1862
|
description: "",
|
|
1863
1863
|
status: "Ready",
|
|
1864
1864
|
email: "",
|
|
1865
|
-
|
|
1865
|
+
individualName: "",
|
|
1866
|
+
businessName: "",
|
|
1866
1867
|
phone: "",
|
|
1867
1868
|
accountNumber: "",
|
|
1868
1869
|
invoicePrefix: "",
|
|
@@ -1873,7 +1874,7 @@ var defaults = {
|
|
|
1873
1874
|
industry: "",
|
|
1874
1875
|
annualRevenue: 0,
|
|
1875
1876
|
balance: 0,
|
|
1876
|
-
nextInvoiceSequence:
|
|
1877
|
+
nextInvoiceSequence: 1,
|
|
1877
1878
|
taxExempt: "none",
|
|
1878
1879
|
website: "",
|
|
1879
1880
|
source: "Advertisement",
|