@verma-consulting/common-library 0.1.22 → 0.1.23

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
@@ -2000,7 +2000,7 @@ declare const constants: {
2000
2000
  GQL_FIELD_TYPE: {
2001
2001
  LIST: string;
2002
2002
  OBJECT: string;
2003
- Enum: string;
2003
+ ENUM: string;
2004
2004
  String: string;
2005
2005
  Float: string;
2006
2006
  Int: string;
@@ -2451,7 +2451,7 @@ declare const defaults: {
2451
2451
  annualRevenue: number;
2452
2452
  balance: number;
2453
2453
  nextInvoiceSequence: number;
2454
- taxExempt: string;
2454
+ taxExempt: null;
2455
2455
  website: string;
2456
2456
  source: string;
2457
2457
  logoUrl: string;
@@ -2558,7 +2558,7 @@ declare const defaults: {
2558
2558
  collectionMethod: string;
2559
2559
  customerEmail: string;
2560
2560
  customerPhone: string;
2561
- customerTaxExempt: string;
2561
+ customerTaxExempt: null;
2562
2562
  invoicePdf: string;
2563
2563
  lastFinalizationError: string;
2564
2564
  number: null;
package/dist/index.d.ts CHANGED
@@ -2000,7 +2000,7 @@ declare const constants: {
2000
2000
  GQL_FIELD_TYPE: {
2001
2001
  LIST: string;
2002
2002
  OBJECT: string;
2003
- Enum: string;
2003
+ ENUM: string;
2004
2004
  String: string;
2005
2005
  Float: string;
2006
2006
  Int: string;
@@ -2451,7 +2451,7 @@ declare const defaults: {
2451
2451
  annualRevenue: number;
2452
2452
  balance: number;
2453
2453
  nextInvoiceSequence: number;
2454
- taxExempt: string;
2454
+ taxExempt: null;
2455
2455
  website: string;
2456
2456
  source: string;
2457
2457
  logoUrl: string;
@@ -2558,7 +2558,7 @@ declare const defaults: {
2558
2558
  collectionMethod: string;
2559
2559
  customerEmail: string;
2560
2560
  customerPhone: string;
2561
- customerTaxExempt: string;
2561
+ customerTaxExempt: null;
2562
2562
  invoicePdf: string;
2563
2563
  lastFinalizationError: string;
2564
2564
  number: null;
package/dist/index.js CHANGED
@@ -991,7 +991,7 @@ var constants = {
991
991
  GQL_FIELD_TYPE: {
992
992
  LIST: "LIST",
993
993
  OBJECT: "OBJECT",
994
- Enum: "Enum",
994
+ ENUM: "ENUM",
995
995
  String: "String",
996
996
  Float: "Float",
997
997
  Int: "Int",
@@ -1643,7 +1643,7 @@ var defaults = {
1643
1643
  annualRevenue: 0,
1644
1644
  balance: 0,
1645
1645
  nextInvoiceSequence: 1,
1646
- taxExempt: "null",
1646
+ taxExempt: null,
1647
1647
  website: "",
1648
1648
  source: "Advertisement",
1649
1649
  logoUrl: "",
@@ -1745,7 +1745,7 @@ var defaults = {
1745
1745
  collectionMethod: "charge_automatically",
1746
1746
  customerEmail: "",
1747
1747
  customerPhone: "",
1748
- customerTaxExempt: "null",
1748
+ customerTaxExempt: null,
1749
1749
  invoicePdf: "",
1750
1750
  lastFinalizationError: "",
1751
1751
  number: null,