@elasticpath/js-sdk 24.2.0 → 24.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 +4 -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
|
@@ -1102,6 +1102,8 @@ interface NodeBase {
|
|
|
1102
1102
|
slug?: string
|
|
1103
1103
|
curated_products?: string[]
|
|
1104
1104
|
locales?: { [key in Locales]?: { name?: string; description?: string } }
|
|
1105
|
+
admin_attributes?: { [key: string]: string }
|
|
1106
|
+
shopper_attributes?: { [key: string]: string }
|
|
1105
1107
|
}
|
|
1106
1108
|
relationships?: {
|
|
1107
1109
|
parent: {
|
|
@@ -5141,6 +5143,8 @@ interface HierarchyBase {
|
|
|
5141
5143
|
created_at?: string
|
|
5142
5144
|
updated_at?: string
|
|
5143
5145
|
published_at?: string
|
|
5146
|
+
admin_attributes?: { [key: string]: string }
|
|
5147
|
+
shopper_attributes?: { [key: string]: string }
|
|
5144
5148
|
}
|
|
5145
5149
|
meta?: {
|
|
5146
5150
|
owner?: 'organization' | 'store'
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED