@bigcommerce/checkout-sdk 1.223.0 → 1.225.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.
package/docs/README.md CHANGED
@@ -20,6 +20,7 @@
20
20
  * [HostedInputEventType](enums/hostedinputeventtype.md)
21
21
  * [IconStyle](enums/iconstyle.md)
22
22
  * [PaypalCommerceFormFieldType](enums/paypalcommerceformfieldtype.md)
23
+ * [RadiusUnit](enums/radiusunit.md)
23
24
  * [StyleButtonColor](enums/stylebuttoncolor.md)
24
25
  * [StyleButtonLabel](enums/stylebuttonlabel.md)
25
26
  * [StyleButtonLayout](enums/stylebuttonlayout.md)
@@ -905,7 +905,7 @@ const state = await service.loadPickupOptions({
905
905
  search_area: {
906
906
  radius: {
907
907
  value: 1.4,
908
- unit: 0
908
+ unit: 'KM'
909
909
  },
910
910
  coordinates: {
911
911
  latitude: 1.4,
@@ -0,0 +1,22 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) › [RadiusUnit](radiusunit.md)
2
+
3
+ # Enumeration: RadiusUnit
4
+
5
+ ## Index
6
+
7
+ ### Enumeration members
8
+
9
+ * [KM](radiusunit.md#km)
10
+ * [MI](radiusunit.md#mi)
11
+
12
+ ## Enumeration members
13
+
14
+ ### KM
15
+
16
+ • **KM**: = "KM"
17
+
18
+ ___
19
+
20
+ ### MI
21
+
22
+ • **MI**: = "MI"
@@ -17,7 +17,7 @@
17
17
 
18
18
  ### unit
19
19
 
20
- • **unit**: *number*
20
+ • **unit**: *[RadiusUnit](../enums/radiusunit.md)*
21
21
 
22
22
  ___
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.223.0",
3
+ "version": "1.225.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@babel/polyfill": "^7.4.4",
48
- "@bigcommerce/bigpay-client": "^5.15.1",
48
+ "@bigcommerce/bigpay-client": "^5.16.0",
49
49
  "@bigcommerce/data-store": "^1.0.1",
50
50
  "@bigcommerce/form-poster": "^1.4.0",
51
51
  "@bigcommerce/memoize": "^1.0.0",