@bigcommerce/checkout-sdk 1.382.0 → 1.382.1

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
@@ -51,6 +51,7 @@
51
51
 
52
52
  ### Interfaces
53
53
 
54
+ - [AchInstrument](interfaces/AchInstrument.md)
54
55
  - [Address](interfaces/Address.md)
55
56
  - [AddressRequestBody](interfaces/AddressRequestBody.md)
56
57
  - [AdyenAdditionalActionCallbacks](interfaces/AdyenAdditionalActionCallbacks.md)
@@ -111,7 +112,6 @@
111
112
  - [BoltBuyNowInitializeOptions](interfaces/BoltBuyNowInitializeOptions.md)
112
113
  - [BoltCustomerInitializeOptions](interfaces/BoltCustomerInitializeOptions.md)
113
114
  - [BoltPaymentInitializeOptions](interfaces/BoltPaymentInitializeOptions.md)
114
- - [BraintreeAchInstrument](interfaces/BraintreeAchInstrument.md)
115
115
  - [BraintreeError](interfaces/BraintreeError.md)
116
116
  - [BraintreeError_2](interfaces/BraintreeError_2.md)
117
117
  - [BraintreeFormFieldCardTypeChangeEventData](interfaces/BraintreeFormFieldCardTypeChangeEventData.md)
@@ -466,7 +466,7 @@
466
466
 
467
467
  ### AccountInstrument
468
468
 
469
- Ƭ **AccountInstrument**: [`PayPalInstrument`](interfaces/PayPalInstrument.md) \| [`BankInstrument`](interfaces/BankInstrument.md) \| [`BraintreeAchInstrument`](interfaces/BraintreeAchInstrument.md)
469
+ Ƭ **AccountInstrument**: [`PayPalInstrument`](interfaces/PayPalInstrument.md) \| [`BankInstrument`](interfaces/BankInstrument.md) \| [`AchInstrument`](interfaces/AchInstrument.md)
470
470
 
471
471
  ___
472
472
 
@@ -1,25 +1,25 @@
1
- [@bigcommerce/checkout-sdk](../README.md) / BraintreeAchInstrument
1
+ [@bigcommerce/checkout-sdk](../README.md) / AchInstrument
2
2
 
3
- # Interface: BraintreeAchInstrument
3
+ # Interface: AchInstrument
4
4
 
5
5
  ## Hierarchy
6
6
 
7
7
  - [`BaseAccountInstrument`](BaseAccountInstrument.md)
8
8
 
9
- ↳ **`BraintreeAchInstrument`**
9
+ ↳ **`AchInstrument`**
10
10
 
11
11
  ## Table of contents
12
12
 
13
13
  ### Properties
14
14
 
15
- - [accountNumber](BraintreeAchInstrument.md#accountnumber)
16
- - [bigpayToken](BraintreeAchInstrument.md#bigpaytoken)
17
- - [defaultInstrument](BraintreeAchInstrument.md#defaultinstrument)
18
- - [issuer](BraintreeAchInstrument.md#issuer)
19
- - [method](BraintreeAchInstrument.md#method)
20
- - [provider](BraintreeAchInstrument.md#provider)
21
- - [trustedShippingAddress](BraintreeAchInstrument.md#trustedshippingaddress)
22
- - [type](BraintreeAchInstrument.md#type)
15
+ - [accountNumber](AchInstrument.md#accountnumber)
16
+ - [bigpayToken](AchInstrument.md#bigpaytoken)
17
+ - [defaultInstrument](AchInstrument.md#defaultinstrument)
18
+ - [issuer](AchInstrument.md#issuer)
19
+ - [method](AchInstrument.md#method)
20
+ - [provider](AchInstrument.md#provider)
21
+ - [trustedShippingAddress](AchInstrument.md#trustedshippingaddress)
22
+ - [type](AchInstrument.md#type)
23
23
 
24
24
  ## Properties
25
25
 
@@ -8,9 +8,9 @@
8
8
 
9
9
  ↳ **`BaseAccountInstrument`**
10
10
 
11
- ↳↳ [`BankInstrument`](BankInstrument.md)
11
+ ↳↳ [`AchInstrument`](AchInstrument.md)
12
12
 
13
- ↳↳ [`BraintreeAchInstrument`](BraintreeAchInstrument.md)
13
+ ↳↳ [`BankInstrument`](BankInstrument.md)
14
14
 
15
15
  ↳↳ [`PayPalInstrument`](PayPalInstrument.md)
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.382.0",
3
+ "version": "1.382.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",