@verma-consulting/common-library 0.1.24 → 0.1.25

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.mjs CHANGED
@@ -2358,8 +2358,8 @@ var defaults = {
2358
2358
  calculationValue: ""
2359
2359
  },
2360
2360
  address: {
2361
- streetNumber: "",
2362
- streetName: "",
2361
+ line1: "",
2362
+ line2: "",
2363
2363
  city: "",
2364
2364
  state: "",
2365
2365
  country: "",
@@ -2855,8 +2855,8 @@ var defaultTypes = {
2855
2855
  calculationValue: "String"
2856
2856
  },
2857
2857
  address: {
2858
- streetNumber: "String",
2859
- streetName: "String",
2858
+ line1: "String",
2859
+ line2: "String",
2860
2860
  city: "String",
2861
2861
  state: "String",
2862
2862
  country: "String",