@arrowsphere/api-client 3.73.0-rc.bdj.2 → 3.73.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.
@@ -31,10 +31,9 @@ class PriceBandGetResult extends abstractEntity_1.AbstractEntity {
31
31
  return __classPrivateFieldGet(this, _PriceBandGetResult_saleConstraints, "f");
32
32
  }
33
33
  toJSON() {
34
+ var _a;
34
35
  return {
35
- [PriceBandDataFields.SALE_CONTRAINSTS]: this.saleConstraints
36
- ? this.saleConstraints.toJSON()
37
- : undefined,
36
+ [PriceBandDataFields.SALE_CONTRAINSTS]: (_a = this.saleConstraints) === null || _a === void 0 ? void 0 : _a.toJSON(),
38
37
  };
39
38
  }
40
39
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.73.0-rc.bdj.2",
7
+ "version": "3.73.0",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",