Skip to content

Commit

Permalink
chore(release): 1.668.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-travis-ci committed Oct 15, 2024
1 parent 1197d39 commit 517152b
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.668.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.668.1...v1.668.2) (2024-10-15)


### Code Refactoring

* **checkout:** PI-2783 clenup async functions test errors ([#2693](https://github.com/bigcommerce/checkout-sdk-js/issues/2693)) ([1197d39](https://github.com/bigcommerce/checkout-sdk-js/commit/1197d39415d22e544a08cb96a5b871771987c36f))

### [1.668.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.668.0...v1.668.1) (2024-10-13)


Expand Down
2 changes: 1 addition & 1 deletion dist/checkout-button.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-button.umd.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/checkout-sdk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { Timeout } from '@bigcommerce/request-sender';
import { WithAccountCreation } from '@bigcommerce/checkout-sdk/payment-integration-api';
import { WithBankAccountInstrument } from '@bigcommerce/checkout-sdk/payment-integration-api';
import { WithEcpInstrument } from '@bigcommerce/checkout-sdk/payment-integration-api';
import { WithPayByBankInstrument } from '@bigcommerce/checkout-sdk/payment-integration-api';
import { WithSepaInstrument } from '@bigcommerce/checkout-sdk/payment-integration-api';
import { createTimeout } from '@bigcommerce/request-sender';

Expand Down Expand Up @@ -6202,7 +6203,7 @@ declare interface OrderPayment {
amount: number;
}

declare type OrderPaymentInstrument = WithBankAccountInstrument | WithEcpInstrument | WithSepaInstrument | WithIdealInstrument | CreditCardInstrument | HostedInstrument | HostedCreditCardInstrument | HostedVaultedInstrument | NonceInstrument | VaultedInstrument | (CreditCardInstrument & WithDocumentInstrument) | (CreditCardInstrument & WithCheckoutcomFawryInstrument) | (CreditCardInstrument & WithCheckoutcomSEPAInstrument) | (CreditCardInstrument & WithIdealInstrument) | (HostedInstrument & WithMollieIssuerInstrument) | WithAccountCreation;
declare type OrderPaymentInstrument = WithBankAccountInstrument | WithEcpInstrument | WithSepaInstrument | WithPayByBankInstrument | WithIdealInstrument | CreditCardInstrument | HostedInstrument | HostedCreditCardInstrument | HostedVaultedInstrument | NonceInstrument | VaultedInstrument | (CreditCardInstrument & WithDocumentInstrument) | (CreditCardInstrument & WithCheckoutcomFawryInstrument) | (CreditCardInstrument & WithCheckoutcomSEPAInstrument) | (CreditCardInstrument & WithIdealInstrument) | (HostedInstrument & WithMollieIssuerInstrument) | WithAccountCreation;

/**
* An object that contains the payment information required for submitting an
Expand Down
2 changes: 1 addition & 1 deletion dist/checkout-sdk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-sdk.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-sdk.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-sdk.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-host.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-host.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ ___

### OrderPaymentInstrument

Ƭ **OrderPaymentInstrument**: `WithBankAccountInstrument` \| `WithEcpInstrument` \| `WithSepaInstrument` \| [`WithIdealInstrument`](interfaces/WithIdealInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) \| [`HostedInstrument`](interfaces/HostedInstrument.md) \| [`HostedCreditCardInstrument`](README.md#hostedcreditcardinstrument) \| [`HostedVaultedInstrument`](README.md#hostedvaultedinstrument) \| [`NonceInstrument`](interfaces/NonceInstrument.md) \| [`VaultedInstrument`](interfaces/VaultedInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithDocumentInstrument`](interfaces/WithDocumentInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithCheckoutcomFawryInstrument`](interfaces/WithCheckoutcomFawryInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithCheckoutcomSEPAInstrument`](interfaces/WithCheckoutcomSEPAInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithIdealInstrument`](interfaces/WithIdealInstrument.md) \| [`HostedInstrument`](interfaces/HostedInstrument.md) & [`WithMollieIssuerInstrument`](interfaces/WithMollieIssuerInstrument.md) \| `WithAccountCreation`
Ƭ **OrderPaymentInstrument**: `WithBankAccountInstrument` \| `WithEcpInstrument` \| `WithSepaInstrument` \| `WithPayByBankInstrument` \| [`WithIdealInstrument`](interfaces/WithIdealInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) \| [`HostedInstrument`](interfaces/HostedInstrument.md) \| [`HostedCreditCardInstrument`](README.md#hostedcreditcardinstrument) \| [`HostedVaultedInstrument`](README.md#hostedvaultedinstrument) \| [`NonceInstrument`](interfaces/NonceInstrument.md) \| [`VaultedInstrument`](interfaces/VaultedInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithDocumentInstrument`](interfaces/WithDocumentInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithCheckoutcomFawryInstrument`](interfaces/WithCheckoutcomFawryInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithCheckoutcomSEPAInstrument`](interfaces/WithCheckoutcomSEPAInstrument.md) \| [`CreditCardInstrument`](interfaces/CreditCardInstrument.md) & [`WithIdealInstrument`](interfaces/WithIdealInstrument.md) \| [`HostedInstrument`](interfaces/HostedInstrument.md) & [`WithMollieIssuerInstrument`](interfaces/WithMollieIssuerInstrument.md) \| `WithAccountCreation`

___

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/checkout-sdk",
"version": "1.668.1",
"version": "1.668.2",
"description": "BigCommerce Checkout JavaScript SDK",
"license": "MIT",
"main": "dist/checkout-sdk.js",
Expand Down

0 comments on commit 517152b

Please sign in to comment.