@bigcommerce/checkout-sdk 1.303.0 → 1.304.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.
@@ -102,6 +102,7 @@ declare interface Checkout {
102
102
  createdTime: string;
103
103
  updatedTime: string;
104
104
  payments?: CheckoutPayment[];
105
+ channelId: number;
105
106
  }
106
107
 
107
108
  declare interface CheckoutPayment {
@@ -595,6 +596,7 @@ declare interface Order {
595
596
  status: string;
596
597
  taxes: Tax[];
597
598
  taxTotal: number;
599
+ channelId: number;
598
600
  }
599
601
 
600
602
  declare interface OrderConsignment {
@@ -9,6 +9,7 @@
9
9
  - [balanceDue](Checkout.md#balancedue)
10
10
  - [billingAddress](Checkout.md#billingaddress)
11
11
  - [cart](Checkout.md#cart)
12
+ - [channelId](Checkout.md#channelid)
12
13
  - [consignments](Checkout.md#consignments)
13
14
  - [coupons](Checkout.md#coupons)
14
15
  - [createdTime](Checkout.md#createdtime)
@@ -53,6 +54,12 @@ ___
53
54
 
54
55
  ___
55
56
 
57
+ ### channelId
58
+
59
+ • **channelId**: `number`
60
+
61
+ ___
62
+
56
63
  ### consignments
57
64
 
58
65
  • **consignments**: [`Consignment`](Consignment.md)[]
@@ -9,6 +9,7 @@
9
9
  - [baseAmount](Order.md#baseamount)
10
10
  - [billingAddress](Order.md#billingaddress)
11
11
  - [cartId](Order.md#cartid)
12
+ - [channelId](Order.md#channelid)
12
13
  - [consignments](Order.md#consignments)
13
14
  - [coupons](Order.md#coupons)
14
15
  - [currency](Order.md#currency)
@@ -53,6 +54,12 @@ ___
53
54
 
54
55
  ___
55
56
 
57
+ ### channelId
58
+
59
+ • **channelId**: `number`
60
+
61
+ ___
62
+
56
63
  ### consignments
57
64
 
58
65
  • **consignments**: [`OrderConsignment`](OrderConsignment.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.303.0",
3
+ "version": "1.304.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",