@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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -886,7 +886,7 @@ var constants = {
|
|
|
886
886
|
GQL_FIELD_TYPE: {
|
|
887
887
|
LIST: "LIST",
|
|
888
888
|
OBJECT: "OBJECT",
|
|
889
|
-
|
|
889
|
+
ENUM: "ENUM",
|
|
890
890
|
String: "String",
|
|
891
891
|
Float: "Float",
|
|
892
892
|
Int: "Int",
|
|
@@ -1538,7 +1538,7 @@ var defaults = {
|
|
|
1538
1538
|
annualRevenue: 0,
|
|
1539
1539
|
balance: 0,
|
|
1540
1540
|
nextInvoiceSequence: 1,
|
|
1541
|
-
taxExempt:
|
|
1541
|
+
taxExempt: null,
|
|
1542
1542
|
website: "",
|
|
1543
1543
|
source: "Advertisement",
|
|
1544
1544
|
logoUrl: "",
|
|
@@ -1640,7 +1640,7 @@ var defaults = {
|
|
|
1640
1640
|
collectionMethod: "charge_automatically",
|
|
1641
1641
|
customerEmail: "",
|
|
1642
1642
|
customerPhone: "",
|
|
1643
|
-
customerTaxExempt:
|
|
1643
|
+
customerTaxExempt: null,
|
|
1644
1644
|
invoicePdf: "",
|
|
1645
1645
|
lastFinalizationError: "",
|
|
1646
1646
|
number: null,
|