@bigcommerce/checkout-sdk 1.381.3 → 1.382.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
@@ -466,7 +466,7 @@
466
466
 
467
467
  ### AccountInstrument
468
468
 
469
- Ƭ **AccountInstrument**: [`PayPalInstrument`](interfaces/PayPalInstrument.md) \| [`BankInstrument`](interfaces/BankInstrument.md)
469
+ Ƭ **AccountInstrument**: [`PayPalInstrument`](interfaces/PayPalInstrument.md) \| [`BankInstrument`](interfaces/BankInstrument.md) \| [`BraintreeAchInstrument`](interfaces/BraintreeAchInstrument.md)
470
470
 
471
471
  ___
472
472
 
@@ -727,7 +727,7 @@ ___
727
727
 
728
728
  ### PaymentInstrument
729
729
 
730
- Ƭ **PaymentInstrument**: [`CardInstrument`](interfaces/CardInstrument.md) \| [`AccountInstrument`](README.md#accountinstrument) \| [`BraintreeAchInstrument`](interfaces/BraintreeAchInstrument.md)
730
+ Ƭ **PaymentInstrument**: [`CardInstrument`](interfaces/CardInstrument.md) \| [`AccountInstrument`](README.md#accountinstrument)
731
731
 
732
732
  ___
733
733
 
@@ -15,7 +15,6 @@
15
15
  - [accountNumber](BankInstrument.md#accountnumber)
16
16
  - [bigpayToken](BankInstrument.md#bigpaytoken)
17
17
  - [defaultInstrument](BankInstrument.md#defaultinstrument)
18
- - [externalId](BankInstrument.md#externalid)
19
18
  - [iban](BankInstrument.md#iban)
20
19
  - [issuer](BankInstrument.md#issuer)
21
20
  - [method](BankInstrument.md#method)
@@ -51,16 +50,6 @@ ___
51
50
 
52
51
  ___
53
52
 
54
- ### externalId
55
-
56
- • **externalId**: `string`
57
-
58
- #### Inherited from
59
-
60
- [BaseAccountInstrument](BaseAccountInstrument.md).[externalId](BaseAccountInstrument.md#externalid)
61
-
62
- ___
63
-
64
53
  ### iban
65
54
 
66
55
  • **iban**: `string`
@@ -10,6 +10,8 @@
10
10
 
11
11
  ↳↳ [`BankInstrument`](BankInstrument.md)
12
12
 
13
+ ↳↳ [`BraintreeAchInstrument`](BraintreeAchInstrument.md)
14
+
13
15
  ↳↳ [`PayPalInstrument`](PayPalInstrument.md)
14
16
 
15
17
  ## Table of contents
@@ -18,7 +20,6 @@
18
20
 
19
21
  - [bigpayToken](BaseAccountInstrument.md#bigpaytoken)
20
22
  - [defaultInstrument](BaseAccountInstrument.md#defaultinstrument)
21
- - [externalId](BaseAccountInstrument.md#externalid)
22
23
  - [method](BaseAccountInstrument.md#method)
23
24
  - [provider](BaseAccountInstrument.md#provider)
24
25
  - [trustedShippingAddress](BaseAccountInstrument.md#trustedshippingaddress)
@@ -46,12 +47,6 @@ ___
46
47
 
47
48
  ___
48
49
 
49
- ### externalId
50
-
51
- • **externalId**: `string`
52
-
53
- ___
54
-
55
50
  ### method
56
51
 
57
52
  • **method**: `string`
@@ -8,8 +8,6 @@
8
8
 
9
9
  ↳ [`BaseAccountInstrument`](BaseAccountInstrument.md)
10
10
 
11
- ↳ [`BraintreeAchInstrument`](BraintreeAchInstrument.md)
12
-
13
11
  ↳ [`CardInstrument`](CardInstrument.md)
14
12
 
15
13
  ## Table of contents
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Hierarchy
6
6
 
7
- - [`BaseInstrument`](BaseInstrument.md)
7
+ - [`BaseAccountInstrument`](BaseAccountInstrument.md)
8
8
 
9
9
  ↳ **`BraintreeAchInstrument`**
10
10
 
@@ -35,7 +35,7 @@ ___
35
35
 
36
36
  #### Inherited from
37
37
 
38
- [BaseInstrument](BaseInstrument.md).[bigpayToken](BaseInstrument.md#bigpaytoken)
38
+ [BaseAccountInstrument](BaseAccountInstrument.md).[bigpayToken](BaseAccountInstrument.md#bigpaytoken)
39
39
 
40
40
  ___
41
41
 
@@ -45,7 +45,7 @@ ___
45
45
 
46
46
  #### Inherited from
47
47
 
48
- [BaseInstrument](BaseInstrument.md).[defaultInstrument](BaseInstrument.md#defaultinstrument)
48
+ [BaseAccountInstrument](BaseAccountInstrument.md).[defaultInstrument](BaseAccountInstrument.md#defaultinstrument)
49
49
 
50
50
  ___
51
51
 
@@ -61,7 +61,7 @@ ___
61
61
 
62
62
  #### Overrides
63
63
 
64
- [BaseInstrument](BaseInstrument.md).[method](BaseInstrument.md#method)
64
+ [BaseAccountInstrument](BaseAccountInstrument.md).[method](BaseAccountInstrument.md#method)
65
65
 
66
66
  ___
67
67
 
@@ -71,7 +71,7 @@ ___
71
71
 
72
72
  #### Inherited from
73
73
 
74
- [BaseInstrument](BaseInstrument.md).[provider](BaseInstrument.md#provider)
74
+ [BaseAccountInstrument](BaseAccountInstrument.md).[provider](BaseAccountInstrument.md#provider)
75
75
 
76
76
  ___
77
77
 
@@ -81,7 +81,7 @@ ___
81
81
 
82
82
  #### Inherited from
83
83
 
84
- [BaseInstrument](BaseInstrument.md).[trustedShippingAddress](BaseInstrument.md#trustedshippingaddress)
84
+ [BaseAccountInstrument](BaseAccountInstrument.md).[trustedShippingAddress](BaseAccountInstrument.md#trustedshippingaddress)
85
85
 
86
86
  ___
87
87
 
@@ -91,4 +91,4 @@ ___
91
91
 
92
92
  #### Overrides
93
93
 
94
- [BaseInstrument](BaseInstrument.md).[type](BaseInstrument.md#type)
94
+ [BaseAccountInstrument](BaseAccountInstrument.md).[type](BaseAccountInstrument.md#type)
@@ -46,10 +46,6 @@ ___
46
46
 
47
47
  • **externalId**: `string`
48
48
 
49
- #### Inherited from
50
-
51
- [BaseAccountInstrument](BaseAccountInstrument.md).[externalId](BaseAccountInstrument.md#externalid)
52
-
53
49
  ___
54
50
 
55
51
  ### method
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.381.3",
3
+ "version": "1.382.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",