@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.js CHANGED
@@ -10359,7 +10359,7 @@ var GET_TRADER_VENUE_FILLS = graphqlRequest.gql`
10359
10359
  fills(
10360
10360
  where: {
10361
10361
  trader: $trader
10362
- market_: { venue_: { venueId: $venueId } }
10362
+ venue_: { venueId: $venueId }
10363
10363
  }
10364
10364
  first: $first
10365
10365
  skip: $skip