@bigcommerce/checkout-sdk 1.275.1 → 1.276.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.
@@ -571,7 +571,7 @@ declare interface Order {
571
571
  billingAddress: BillingAddress;
572
572
  cartId: string;
573
573
  coupons: Coupon[];
574
- consignments: OrderConsignment[];
574
+ consignments: OrderConsignment;
575
575
  currency: Currency;
576
576
  customerCanBeCreated: boolean;
577
577
  customerId: number;
package/docs/README.md CHANGED
@@ -191,6 +191,7 @@
191
191
  - [DigitalRiverElementClasses](interfaces/DigitalRiverElementClasses.md)
192
192
  - [DigitalRiverPaymentInitializeOptions](interfaces/DigitalRiverPaymentInitializeOptions.md)
193
193
  - [Discount](interfaces/Discount.md)
194
+ - [DisplaySettings](interfaces/DisplaySettings.md)
194
195
  - [EmbeddedCheckoutCompleteEvent](interfaces/EmbeddedCheckoutCompleteEvent.md)
195
196
  - [EmbeddedCheckoutError](interfaces/EmbeddedCheckoutError.md)
196
197
  - [EmbeddedCheckoutErrorEvent](interfaces/EmbeddedCheckoutErrorEvent.md)
@@ -0,0 +1,15 @@
1
+ [@bigcommerce/checkout-sdk](../README.md) / DisplaySettings
2
+
3
+ # Interface: DisplaySettings
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [hidePriceFromGuests](DisplaySettings.md#hidepricefromguests)
10
+
11
+ ## Properties
12
+
13
+ ### hidePriceFromGuests
14
+
15
+ • **hidePriceFromGuests**: `boolean`
@@ -55,7 +55,7 @@ ___
55
55
 
56
56
  ### consignments
57
57
 
58
- • **consignments**: [`OrderConsignment`](OrderConsignment.md)[]
58
+ • **consignments**: [`OrderConsignment`](OrderConsignment.md)
59
59
 
60
60
  ___
61
61
 
@@ -10,6 +10,7 @@
10
10
  - [checkoutSettings](StoreConfig.md#checkoutsettings)
11
11
  - [currency](StoreConfig.md#currency)
12
12
  - [displayDateFormat](StoreConfig.md#displaydateformat)
13
+ - [displaySettings](StoreConfig.md#displaysettings)
13
14
  - [formFields](StoreConfig.md#formfields)
14
15
  - [imageDirectory](StoreConfig.md#imagedirectory)
15
16
  - [inputDateFormat](StoreConfig.md#inputdateformat)
@@ -46,6 +47,12 @@ ___
46
47
 
47
48
  ___
48
49
 
50
+ ### displaySettings
51
+
52
+ • **displaySettings**: [`DisplaySettings`](DisplaySettings.md)
53
+
54
+ ___
55
+
49
56
  ### formFields
50
57
 
51
58
  • **formFields**: [`FormFields`](FormFields.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.275.1",
3
+ "version": "1.276.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",