@elasticpath/js-sdk 8.2.0 → 9.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/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -1
- 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
|
@@ -833,7 +833,7 @@ interface PcmCustomRelationshipEndpoint {
|
|
|
833
833
|
AttachCustomRelationship(
|
|
834
834
|
productId: string,
|
|
835
835
|
body: CustomRelationshipEntry
|
|
836
|
-
): Promise<
|
|
836
|
+
): Promise<Resource<CustomRelationship>>
|
|
837
837
|
|
|
838
838
|
/**
|
|
839
839
|
* Detach one or multiple custom relationships from a product
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED