@elasticpath/js-sdk 5.0.0 → 7.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 CHANGED
@@ -530,7 +530,7 @@ if (!globalThis.fetch) {
530
530
  globalThis.Response = fetch$1.Response;
531
531
  }
532
532
 
533
- var version = "5.0.0";
533
+ var version = "7.0.0";
534
534
 
535
535
  var LocalStorageFactory = /*#__PURE__*/function () {
536
536
  function LocalStorageFactory() {
@@ -4496,7 +4496,7 @@ var CustomRelationshipsEndpoint = /*#__PURE__*/function () {
4496
4496
  var config = _objectSpread2({}, endpoint);
4497
4497
  config.version = 'pcm';
4498
4498
  this.request = new RequestFactory(config);
4499
- this.endpoint = 'custom_relationships';
4499
+ this.endpoint = 'custom-relationships';
4500
4500
  }
4501
4501
  _createClass(CustomRelationshipsEndpoint, [{
4502
4502
  key: "All",
package/dist/index.d.ts CHANGED
@@ -7762,6 +7762,8 @@ interface SubscriptionsEndpoint
7762
7762
  automatic?: boolean
7763
7763
  start: string
7764
7764
  end: string
7765
+ stackable: boolean
7766
+ priority?: number | null | undefined
7765
7767
  rule_set: {
7766
7768
  currencies: string[]
7767
7769
  catalog_ids: string[]
@@ -8276,7 +8278,7 @@ interface CustomRelationshipsListResponse
8276
8278
  }
8277
8279
 
8278
8280
  interface CustomRelationshipsEndpoint {
8279
- endpoint: 'custom_relationships'
8281
+ endpoint: 'custom-relationships'
8280
8282
  /**
8281
8283
  * List Custom Relationships
8282
8284
  */
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 = "5.0.0";
522
+ var version = "7.0.0";
523
523
 
524
524
  var LocalStorageFactory = /*#__PURE__*/function () {
525
525
  function LocalStorageFactory() {
@@ -4485,7 +4485,7 @@ var CustomRelationshipsEndpoint = /*#__PURE__*/function () {
4485
4485
  var config = _objectSpread2({}, endpoint);
4486
4486
  config.version = 'pcm';
4487
4487
  this.request = new RequestFactory(config);
4488
- this.endpoint = 'custom_relationships';
4488
+ this.endpoint = 'custom-relationships';
4489
4489
  }
4490
4490
  _createClass(CustomRelationshipsEndpoint, [{
4491
4491
  key: "All",
package/dist/index.js CHANGED
@@ -1085,7 +1085,7 @@
1085
1085
  globalThis.Response = browserPonyfill.exports.Response;
1086
1086
  }
1087
1087
 
1088
- var version = "5.0.0";
1088
+ var version = "7.0.0";
1089
1089
 
1090
1090
  var LocalStorageFactory = /*#__PURE__*/function () {
1091
1091
  function LocalStorageFactory() {
@@ -5657,7 +5657,7 @@
5657
5657
  var config = _objectSpread2({}, endpoint);
5658
5658
  config.version = 'pcm';
5659
5659
  this.request = new RequestFactory(config);
5660
- this.endpoint = 'custom_relationships';
5660
+ this.endpoint = 'custom-relationships';
5661
5661
  }
5662
5662
  _createClass(CustomRelationshipsEndpoint, [{
5663
5663
  key: "All",
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": "5.0.0",
4
+ "version": "7.0.0",
5
5
  "homepage": "https://github.com/elasticpath/js-sdk",
6
6
  "author": "Elastic Path (https://elasticpath.com/)",
7
7
  "files": [