@bigcommerce/checkout-sdk 1.311.1 → 1.312.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.
@@ -11,6 +11,7 @@
11
11
  - [customerEmailEntry](BodlService.md#customeremailentry)
12
12
  - [customerPaymentMethodExecuted](BodlService.md#customerpaymentmethodexecuted)
13
13
  - [customerSuggestionExecute](BodlService.md#customersuggestionexecute)
14
+ - [customerSuggestionInit](BodlService.md#customersuggestioninit)
14
15
  - [exitCheckout](BodlService.md#exitcheckout)
15
16
  - [orderPurchased](BodlService.md#orderpurchased)
16
17
  - [paymentComplete](BodlService.md#paymentcomplete)
@@ -89,6 +90,22 @@ ___
89
90
 
90
91
  ___
91
92
 
93
+ ### customerSuggestionInit
94
+
95
+ ▸ **customerSuggestionInit**(`payload?`): `void`
96
+
97
+ #### Parameters
98
+
99
+ | Name | Type |
100
+ | :------ | :------ |
101
+ | `payload?` | [`BodlEventsPayload`](BodlEventsPayload.md) |
102
+
103
+ #### Returns
104
+
105
+ `void`
106
+
107
+ ___
108
+
92
109
  ### exitCheckout
93
110
 
94
111
  ▸ **exitCheckout**(): `void`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.311.1",
3
+ "version": "1.312.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",