@bigcommerce/checkout-sdk 1.384.0 → 1.384.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.
@@ -535,6 +535,7 @@ declare interface LineItem {
535
535
  couponAmount: number;
536
536
  listPrice: number;
537
537
  salePrice: number;
538
+ retailPrice: number;
538
539
  comparisonPrice: number;
539
540
  extendedListPrice: number;
540
541
  extendedSalePrice: number;
@@ -35,6 +35,7 @@
35
35
  - [parentId](DigitalItem.md#parentid)
36
36
  - [productId](DigitalItem.md#productid)
37
37
  - [quantity](DigitalItem.md#quantity)
38
+ - [retailPrice](DigitalItem.md#retailprice)
38
39
  - [salePrice](DigitalItem.md#saleprice)
39
40
  - [sku](DigitalItem.md#sku)
40
41
  - [socialMedia](DigitalItem.md#socialmedia)
@@ -261,6 +262,16 @@ ___
261
262
 
262
263
  ___
263
264
 
265
+ ### retailPrice
266
+
267
+ • **retailPrice**: `number`
268
+
269
+ #### Inherited from
270
+
271
+ [LineItem](LineItem.md).[retailPrice](LineItem.md#retailprice)
272
+
273
+ ___
274
+
264
275
  ### salePrice
265
276
 
266
277
  • **salePrice**: `number`
@@ -34,6 +34,7 @@
34
34
  - [parentId](LineItem.md#parentid)
35
35
  - [productId](LineItem.md#productid)
36
36
  - [quantity](LineItem.md#quantity)
37
+ - [retailPrice](LineItem.md#retailprice)
37
38
  - [salePrice](LineItem.md#saleprice)
38
39
  - [sku](LineItem.md#sku)
39
40
  - [socialMedia](LineItem.md#socialmedia)
@@ -162,6 +163,12 @@ ___
162
163
 
163
164
  ___
164
165
 
166
+ ### retailPrice
167
+
168
+ • **retailPrice**: `number`
169
+
170
+ ___
171
+
165
172
  ### salePrice
166
173
 
167
174
  • **salePrice**: `number`
@@ -34,6 +34,7 @@
34
34
  - [parentId](PhysicalItem.md#parentid)
35
35
  - [productId](PhysicalItem.md#productid)
36
36
  - [quantity](PhysicalItem.md#quantity)
37
+ - [retailPrice](PhysicalItem.md#retailprice)
37
38
  - [salePrice](PhysicalItem.md#saleprice)
38
39
  - [sku](PhysicalItem.md#sku)
39
40
  - [socialMedia](PhysicalItem.md#socialmedia)
@@ -262,6 +263,16 @@ ___
262
263
 
263
264
  ___
264
265
 
266
+ ### retailPrice
267
+
268
+ • **retailPrice**: `number`
269
+
270
+ #### Inherited from
271
+
272
+ [LineItem](LineItem.md).[retailPrice](LineItem.md#retailprice)
273
+
274
+ ___
275
+
265
276
  ### salePrice
266
277
 
267
278
  • **salePrice**: `number`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.384.0",
3
+ "version": "1.384.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",