@elasticpath/js-sdk 29.2.0 → 29.4.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 +7 -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
|
@@ -3370,6 +3370,12 @@ interface Settings {
|
|
|
3370
3370
|
address_mandatory_fields: string[]
|
|
3371
3371
|
|
|
3372
3372
|
include_organization_resources: boolean
|
|
3373
|
+
|
|
3374
|
+
/**
|
|
3375
|
+
* Shopper Address Limit
|
|
3376
|
+
* Description: This defines the maximum number of addresses a shopper can have.
|
|
3377
|
+
*/
|
|
3378
|
+
shopper_address_limit: number
|
|
3373
3379
|
}
|
|
3374
3380
|
|
|
3375
3381
|
interface TtlSettings {
|
|
@@ -7338,6 +7344,7 @@ interface MetricsFilter {
|
|
|
7338
7344
|
interface MetricsV2Query {
|
|
7339
7345
|
start_date: string
|
|
7340
7346
|
end_date: string
|
|
7347
|
+
timezone: string
|
|
7341
7348
|
currency: string
|
|
7342
7349
|
interval?: '1hr' | '1d' | '1wk'
|
|
7343
7350
|
filter?: MetricsFilter
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED