Skip to content

Commit

Permalink
feat: add missing bid parametrs (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Jul 29, 2024
1 parent 8440e4a commit d34c56a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions report/schemas.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@ export type GetBidsParameters = PaginatedParameters & {
tokenId?: string;
status?: ListingStatus;
network?: Network;
itemId?: string;
bidAddress?: string;
};

// @alpha
Expand Down
2 changes: 2 additions & 0 deletions src/dapps/bid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export type GetBidsParameters = PaginatedParameters & {
tokenId?: string
status?: ListingStatus
network?: Network
itemId?: string
bidAddress?: string
}

export namespace Bid {
Expand Down

0 comments on commit d34c56a

Please sign in to comment.