@bigcommerce/checkout-sdk 1.291.1 → 1.292.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.
@@ -171,6 +171,7 @@ declare interface Customer {
171
171
  * Note: You need to enable "Prompt existing accounts to sign in" in your Checkout Settings.
172
172
  */
173
173
  shouldEncourageSignIn: boolean;
174
+ isStripeLinkAuthenticated?: boolean;
174
175
  customerGroup?: CustomerGroup;
175
176
  }
176
177
 
@@ -13,6 +13,7 @@
13
13
  - [fullName](Customer.md#fullname)
14
14
  - [id](Customer.md#id)
15
15
  - [isGuest](Customer.md#isguest)
16
+ - [isStripeLinkAuthenticated](Customer.md#isstripelinkauthenticated)
16
17
  - [lastName](Customer.md#lastname)
17
18
  - [shouldEncourageSignIn](Customer.md#shouldencouragesignin)
18
19
  - [storeCredit](Customer.md#storecredit)
@@ -63,6 +64,12 @@ ___
63
64
 
64
65
  ___
65
66
 
67
+ ### isStripeLinkAuthenticated
68
+
69
+ • `Optional` **isStripeLinkAuthenticated**: `boolean`
70
+
71
+ ___
72
+
66
73
  ### lastName
67
74
 
68
75
  • **lastName**: `string`
@@ -46,13 +46,13 @@ The identifier of the payment method.
46
46
 
47
47
  ### getStyles
48
48
 
49
- ▸ `Optional` **getStyles**(): `Object`
49
+ ▸ `Optional` **getStyles**(): `undefined` \| { [key: string]: `string`; }
50
50
 
51
51
  get styles from store theme
52
52
 
53
53
  #### Returns
54
54
 
55
- `Object`
55
+ `undefined` \| { [key: string]: `string`; }
56
56
 
57
57
  ___
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.291.1",
3
+ "version": "1.292.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",