@elasticpath/js-sdk 24.3.1 → 24.3.3
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 +3 -1
- 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
|
@@ -1960,6 +1960,7 @@ interface OrderBase {
|
|
|
1960
1960
|
shipping_address: OrderShippingAddress
|
|
1961
1961
|
billing_address: OrderBillingAddress
|
|
1962
1962
|
external_ref?: string
|
|
1963
|
+
order_number?: string
|
|
1963
1964
|
}
|
|
1964
1965
|
|
|
1965
1966
|
interface Order extends Identifiable, OrderBase {
|
|
@@ -4432,6 +4433,7 @@ interface Cart {
|
|
|
4432
4433
|
discount_settings: {
|
|
4433
4434
|
custom_discounts_enabled: boolean
|
|
4434
4435
|
}
|
|
4436
|
+
snapshot_date?: string
|
|
4435
4437
|
}
|
|
4436
4438
|
|
|
4437
4439
|
interface CartItemBase {
|
|
@@ -6221,7 +6223,7 @@ interface Account extends AccountBase, Identifiable {
|
|
|
6221
6223
|
interface AccountBase {
|
|
6222
6224
|
type: string
|
|
6223
6225
|
name: string
|
|
6224
|
-
legal_name
|
|
6226
|
+
legal_name?: string
|
|
6225
6227
|
registration_id?: string
|
|
6226
6228
|
parent_id?: string
|
|
6227
6229
|
external_ref?: string
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED