@elasticpath/js-sdk 11.1.0 → 12.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/README.md +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +4 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -350,4 +350,4 @@ You can learn more about the Rollup API and configuration [here](https://github.
|
|
|
350
350
|
## Terms And Conditions
|
|
351
351
|
|
|
352
352
|
- Any changes to this project must be reviewed and approved by the repository owner.
|
|
353
|
-
- For more information about the license, see [MIT License](https://github.com/elasticpath/js-sdk/blob/main/LICENSE).
|
|
353
|
+
- For more information about the license, see [MIT License](https://github.com/elasticpath/js-sdk/blob/main/LICENSE).
|
package/dist/index.cjs.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -7977,7 +7977,7 @@ interface Condition {
|
|
|
7977
7977
|
interface RulePromotionBase {
|
|
7978
7978
|
type: 'rule_promotion'
|
|
7979
7979
|
name: string
|
|
7980
|
-
description
|
|
7980
|
+
description?: string
|
|
7981
7981
|
enabled: boolean
|
|
7982
7982
|
automatic?: boolean
|
|
7983
7983
|
start: string
|
|
@@ -8496,10 +8496,11 @@ interface GeolocationDetails {
|
|
|
8496
8496
|
}
|
|
8497
8497
|
interface LocationAttributes {
|
|
8498
8498
|
name: string
|
|
8499
|
+
slug: string
|
|
8499
8500
|
external_ref?: string
|
|
8500
8501
|
description?: string
|
|
8501
|
-
address
|
|
8502
|
-
geolocation
|
|
8502
|
+
address?: string[]
|
|
8503
|
+
geolocation?: GeolocationDetails
|
|
8503
8504
|
}
|
|
8504
8505
|
interface LocationMeta {
|
|
8505
8506
|
timestamps: {
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED