@elasticpath/js-sdk 29.0.0 → 29.2.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 -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
|
@@ -7339,7 +7339,7 @@ interface MetricsV2Query {
|
|
|
7339
7339
|
start_date: string
|
|
7340
7340
|
end_date: string
|
|
7341
7341
|
currency: string
|
|
7342
|
-
interval?: '1hr' | '1d'
|
|
7342
|
+
interval?: '1hr' | '1d' | '1wk'
|
|
7343
7343
|
filter?: MetricsFilter
|
|
7344
7344
|
}
|
|
7345
7345
|
|
|
@@ -7347,6 +7347,7 @@ interface OrderMetricsSummary {
|
|
|
7347
7347
|
count: number
|
|
7348
7348
|
total_value: number
|
|
7349
7349
|
total_discount: number
|
|
7350
|
+
updated_at: string
|
|
7350
7351
|
}
|
|
7351
7352
|
|
|
7352
7353
|
interface OrderCountTimeSeries {
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED