@centrifuge/sdk 1.4.2 → 1.4.3

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.
@@ -1407,7 +1407,7 @@ export class ShareClass extends Entity {
1407
1407
  closedInvestments() {
1408
1408
  return this._query(['closedInvestments'], () => this._root
1409
1409
  ._queryIndexer(`query ($scId: String!) {
1410
- epochInvestOrders(where: {tokenId: $scId}, limit: 1000) {
1410
+ epochInvestOrders(where: {tokenId: $scId, index_gte: 0}, limit: 1000) {
1411
1411
  items {
1412
1412
  assetId
1413
1413
  index
@@ -1539,7 +1539,7 @@ export class ShareClass extends Entity {
1539
1539
  closedRedemptions() {
1540
1540
  return this._query(['closedRedemptions'], () => this._root
1541
1541
  ._queryIndexer(`query ($scId: String!) {
1542
- epochRedeemOrders(where: {tokenId: $scId}, limit: 1000) {
1542
+ epochRedeemOrders(where: {tokenId: $scId, index_gte: 0}, limit: 1000) {
1543
1543
  items {
1544
1544
  assetId
1545
1545
  index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centrifuge/sdk",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/centrifuge/sdk/tree/main#readme",
6
6
  "author": "",