-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: transfer filter to transfer resource - Added helper functions to generate dynamic where condition based on filter input. - Added filter to transfer resource - Rename query name transfers and getAllTransfers to transfer and transfers * update: transfer summary query * update: transfers pagination default limit * Fix: integration test * Fix: integration test error * Fix: bug int cannot represent non-integer value -Use scalar type [dateTimeFlex,BigInt] * update: transfer query to add events fields -Added quoteEvents field to transfer resource -Added transferEvents field to transfer resource -Added partyLookupEventsfield to transfer resource -Added settlementEvents to transfer resource * fix: transfer filter bug transfers query was returning less no of transfers documents than it was existing * update: transaction schema and query according to new schema * fix: conversion state filter * fix: transfers object conversion error when no data returned for query * create: resolver for fxTransferEvents and fxQuoteEvents lookup * create: settlement resource prisma model * create: settlement resource query * add: conversionSettlementBatchId and transferSettlementBatchId lookup to transfer * fix: lint errors * Update two packages with high severity: body-parser <1.20.3 & path-to-regexp <0.1.10 They will need to be updated. --------- Co-authored-by: Akhilesh Rawat <[email protected]> Co-authored-by: v3-Panwar-Ujjwal <[email protected]> Co-authored-by: nguni52 <[email protected]>
- Loading branch information
1 parent
33e33d2
commit bd5d032
Showing
9 changed files
with
655 additions
and
764 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import Query from './Query'; | ||
import Settlement from './Settlement'; | ||
|
||
export default [Query, Settlement]; | ||
export default [Query, Settlement]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters