@pelcro/react-pelcro-js 3.22.0-beta.13 → 3.22.0-beta.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.cjs.js +2 -0
- package/dist/index.esm.js +2 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21527,6 +21527,7 @@ const AddressCreateContainer = _ref => {
|
|
|
21527
21527
|
first_name: firstName,
|
|
21528
21528
|
last_name: lastName,
|
|
21529
21529
|
line1: line1,
|
|
21530
|
+
line2: line2,
|
|
21530
21531
|
city: city,
|
|
21531
21532
|
state: state,
|
|
21532
21533
|
country: country,
|
|
@@ -22354,6 +22355,7 @@ const AddressUpdateContainer = _ref => {
|
|
|
22354
22355
|
first_name: firstName,
|
|
22355
22356
|
last_name: lastName,
|
|
22356
22357
|
line1: line1,
|
|
22358
|
+
line2: line2,
|
|
22357
22359
|
city: city,
|
|
22358
22360
|
state: state,
|
|
22359
22361
|
country: country,
|
package/dist/index.esm.js
CHANGED
|
@@ -21497,6 +21497,7 @@ const AddressCreateContainer = _ref => {
|
|
|
21497
21497
|
first_name: firstName,
|
|
21498
21498
|
last_name: lastName,
|
|
21499
21499
|
line1: line1,
|
|
21500
|
+
line2: line2,
|
|
21500
21501
|
city: city,
|
|
21501
21502
|
state: state,
|
|
21502
21503
|
country: country,
|
|
@@ -22324,6 +22325,7 @@ const AddressUpdateContainer = _ref => {
|
|
|
22324
22325
|
first_name: firstName,
|
|
22325
22326
|
last_name: lastName,
|
|
22326
22327
|
line1: line1,
|
|
22328
|
+
line2: line2,
|
|
22327
22329
|
city: city,
|
|
22328
22330
|
state: state,
|
|
22329
22331
|
country: country,
|