@elasticpath/js-sdk 31.0.0 → 33.0.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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1995,6 +1995,7 @@ interface ShippingGroupBase extends Identifiable {
|
|
|
1995
1995
|
relation: 'order'
|
|
1996
1996
|
order_id?: string
|
|
1997
1997
|
cart_id?: string
|
|
1998
|
+
external_ref?: string
|
|
1998
1999
|
shipping_type?: string
|
|
1999
2000
|
tracking_reference?: string
|
|
2000
2001
|
address?: OrderShippingAddress
|
|
@@ -8205,6 +8206,7 @@ interface ActionLimitation {
|
|
|
8205
8206
|
max_quantity?: number
|
|
8206
8207
|
items?: {
|
|
8207
8208
|
max_items?: number
|
|
8209
|
+
max_units?: number
|
|
8208
8210
|
price_strategy?: string
|
|
8209
8211
|
auto_add?: boolean
|
|
8210
8212
|
show_suggestions?: boolean
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED