@oddmaki-protocol/sdk 1.12.0 → 1.12.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.mjs CHANGED
@@ -10358,7 +10358,7 @@ var GET_TRADER_VENUE_FILLS = gql`
10358
10358
  fills(
10359
10359
  where: {
10360
10360
  trader: $trader
10361
- market_: { venue_: { venueId: $venueId } }
10361
+ venue_: { venueId: $venueId }
10362
10362
  }
10363
10363
  first: $first
10364
10364
  skip: $skip