@bigcommerce/checkout-sdk 1.345.0 → 1.346.0

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.
@@ -16,6 +16,7 @@
16
16
  - [elementType](StripeShippingEvent.md#elementtype)
17
17
  - [empty](StripeShippingEvent.md#empty)
18
18
  - [isNewAddress](StripeShippingEvent.md#isnewaddress)
19
+ - [phoneFieldRequired](StripeShippingEvent.md#phonefieldrequired)
19
20
  - [value](StripeShippingEvent.md#value)
20
21
 
21
22
  ## Properties
@@ -56,6 +57,12 @@ ___
56
57
 
57
58
  ___
58
59
 
60
+ ### phoneFieldRequired
61
+
62
+ • **phoneFieldRequired**: `boolean`
63
+
64
+ ___
65
+
59
66
  ### value
60
67
 
61
68
  • **value**: `Object`
@@ -72,3 +79,4 @@ ___
72
79
  | `address.postal_code` | `string` |
73
80
  | `address.state` | `string` |
74
81
  | `name` | `string` |
82
+ | `phone` | `string` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.345.0",
3
+ "version": "1.346.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",