@elasticpath/js-sdk 33.4.0 → 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 CHANGED
@@ -530,7 +530,7 @@ if (!globalThis.fetch) {
530
530
  globalThis.Response = fetch$1.Response;
531
531
  }
532
532
 
533
- var version = "33.4.0";
533
+ var version = "33.5.0";
534
534
 
535
535
  var LocalStorageFactory = /*#__PURE__*/function () {
536
536
  function LocalStorageFactory() {
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
@@ -8571,6 +8582,10 @@ interface CustomApiBase {
8571
8582
  type: string
8572
8583
  slug: string
8573
8584
  allow_upserts: boolean
8585
+ presentation?: {
8586
+ page?: string | null
8587
+ section?: string | null
8588
+ }
8574
8589
  }
8575
8590
 
8576
8591
  interface CustomApi extends Identifiable, CustomApiBase {
package/dist/index.esm.js CHANGED
@@ -519,7 +519,7 @@ if (!globalThis.fetch) {
519
519
  globalThis.Response = Response;
520
520
  }
521
521
 
522
- var version = "33.4.0";
522
+ var version = "33.5.0";
523
523
 
524
524
  var LocalStorageFactory = /*#__PURE__*/function () {
525
525
  function LocalStorageFactory() {
package/dist/index.js CHANGED
@@ -1085,7 +1085,7 @@
1085
1085
  globalThis.Response = browserPonyfill.exports.Response;
1086
1086
  }
1087
1087
 
1088
- var version = "33.4.0";
1088
+ var version = "33.5.0";
1089
1089
 
1090
1090
  var LocalStorageFactory = /*#__PURE__*/function () {
1091
1091
  function LocalStorageFactory() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elasticpath/js-sdk",
3
3
  "description": "SDK for the Elastic Path eCommerce API",
4
- "version": "33.4.0",
4
+ "version": "33.5.0",
5
5
  "homepage": "https://github.com/elasticpath/js-sdk",
6
6
  "author": "Elastic Path (https://elasticpath.com/)",
7
7
  "files": [