@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 CHANGED
@@ -548,7 +548,8 @@ interface ClientInterface {
548
548
  invoicePrefix?: string;
549
549
  source?: string;
550
550
  email?: string;
551
- contactName?: string;
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
- contactName: string;
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
- contactName?: string;
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
- contactName: string;
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
- contactName: "",
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: 0,
1877
+ nextInvoiceSequence: 1,
1877
1878
  taxExempt: "none",
1878
1879
  website: "",
1879
1880
  source: "Advertisement",