Skip to content

Commit

Permalink
fix: make token_id and approval_id optional
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Feb 9, 2022
1 parent 980022d commit b86475b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion build/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
},
"required": [
"sale_id",
"token_id",
"contract_id"
]
},
Expand Down
4 changes: 2 additions & 2 deletions generated-client/custom/typescript/src/index.ts

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion generated-client/custom/typescript/src/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
},
"required": [
"sale_id",
"token_id",
"contract_id"
]
},
Expand Down
2 changes: 0 additions & 2 deletions schemas/NftBuyOffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
},
"required": [
"sale_id",
"token_id",
"contract_id"
]


}

0 comments on commit b86475b

Please sign in to comment.