@bigcommerce/checkout-sdk 1.358.0 → 1.359.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.
@@ -13,9 +13,12 @@
13
13
  ### Properties
14
14
 
15
15
  - [complete](StripeShippingEvent.md#complete)
16
+ - [display](StripeShippingEvent.md#display)
16
17
  - [elementType](StripeShippingEvent.md#elementtype)
17
18
  - [empty](StripeShippingEvent.md#empty)
19
+ - [fields](StripeShippingEvent.md#fields)
18
20
  - [isNewAddress](StripeShippingEvent.md#isnewaddress)
21
+ - [mode](StripeShippingEvent.md#mode)
19
22
  - [phoneFieldRequired](StripeShippingEvent.md#phonefieldrequired)
20
23
  - [value](StripeShippingEvent.md#value)
21
24
 
@@ -31,6 +34,18 @@
31
34
 
32
35
  ___
33
36
 
37
+ ### display
38
+
39
+ • `Optional` **display**: `Object`
40
+
41
+ #### Type declaration
42
+
43
+ | Name | Type |
44
+ | :------ | :------ |
45
+ | `name` | `string` |
46
+
47
+ ___
48
+
34
49
  ### elementType
35
50
 
36
51
  • **elementType**: `string`
@@ -51,12 +66,30 @@ ___
51
66
 
52
67
  ___
53
68
 
69
+ ### fields
70
+
71
+ • `Optional` **fields**: `Object`
72
+
73
+ #### Type declaration
74
+
75
+ | Name | Type |
76
+ | :------ | :------ |
77
+ | `phone` | `string` |
78
+
79
+ ___
80
+
54
81
  ### isNewAddress
55
82
 
56
83
  • `Optional` **isNewAddress**: `boolean`
57
84
 
58
85
  ___
59
86
 
87
+ ### mode
88
+
89
+ • `Optional` **mode**: `string`
90
+
91
+ ___
92
+
60
93
  ### phoneFieldRequired
61
94
 
62
95
  • **phoneFieldRequired**: `boolean`
@@ -78,5 +111,7 @@ ___
78
111
  | `address.line2?` | `string` |
79
112
  | `address.postal_code` | `string` |
80
113
  | `address.state` | `string` |
81
- | `name` | `string` |
82
- | `phone` | `string` |
114
+ | `firstName?` | `string` |
115
+ | `lastName?` | `string` |
116
+ | `name?` | `string` |
117
+ | `phone?` | `string` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.358.0",
3
+ "version": "1.359.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",