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