@elasticpath/js-sdk 33.4.0 → 33.4.1
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 +11 -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
|
@@ -5853,6 +5853,17 @@ interface CatalogsReleasesEndpoint {
|
|
|
5853
5853
|
token?: string
|
|
5854
5854
|
}): Promise<Resource<ReleaseBase>>
|
|
5855
5855
|
|
|
5856
|
+
Delete(options: {
|
|
5857
|
+
catalogId: string
|
|
5858
|
+
releaseId: string
|
|
5859
|
+
token?: string
|
|
5860
|
+
}): Promise<{}>
|
|
5861
|
+
|
|
5862
|
+
DeleteAll(options: {
|
|
5863
|
+
catalogId: string
|
|
5864
|
+
token?: string
|
|
5865
|
+
}): Promise<{}>
|
|
5866
|
+
|
|
5856
5867
|
Limit(value: number): CatalogsReleasesEndpoint
|
|
5857
5868
|
|
|
5858
5869
|
Offset(value: number): CatalogsReleasesEndpoint
|
package/dist/index.esm.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED