@elasticpath/js-sdk 33.4.1 → 33.5.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
|
@@ -8582,6 +8582,10 @@ interface CustomApiBase {
|
|
|
8582
8582
|
type: string
|
|
8583
8583
|
slug: string
|
|
8584
8584
|
allow_upserts: boolean
|
|
8585
|
+
presentation?: {
|
|
8586
|
+
page?: string | null
|
|
8587
|
+
section?: string | null
|
|
8588
|
+
}
|
|
8585
8589
|
}
|
|
8586
8590
|
|
|
8587
8591
|
interface CustomApi extends Identifiable, CustomApiBase {
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED