Skip to content

Commit

Permalink
fix: add missing built assets
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Mar 8, 2022
1 parent f17180f commit 2d16ebe
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 31 deletions.
23 changes: 11 additions & 12 deletions build/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
},
"required": true
},
{
"name": "fee_account",
"summary": "The services fee account",
"description": "The services fee account of the contract",
"schema": {
"title": "AccountId",
"type": "string",
"description": "AccountId for the near account"
},
"required": true
},
{
"name": "ft_token_ids",
"summary": "Fungible tokens to support",
Expand All @@ -43,18 +54,6 @@
]
},
"required": false
},
{
"name": "bid_history_length",
"summary": "The bid history length",
"description": "The bid history length",
"schema": {
"title": "BidHistoryLength",
"minimum": 0,
"maximum": 255,
"type": "integer"
},
"required": false
}
],
"result": {
Expand Down
13 changes: 6 additions & 7 deletions generated-client/custom/typescript/src/index.ts

Large diffs are not rendered by default.

23 changes: 11 additions & 12 deletions generated-client/custom/typescript/src/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
},
"required": true
},
{
"name": "fee_account",
"summary": "The services fee account",
"description": "The services fee account of the contract",
"schema": {
"title": "AccountId",
"type": "string",
"description": "AccountId for the near account"
},
"required": true
},
{
"name": "ft_token_ids",
"summary": "Fungible tokens to support",
Expand All @@ -43,18 +54,6 @@
]
},
"required": false
},
{
"name": "bid_history_length",
"summary": "The bid history length",
"description": "The bid history length",
"schema": {
"title": "BidHistoryLength",
"minimum": 0,
"maximum": 255,
"type": "integer"
},
"required": false
}
],
"result": {
Expand Down

0 comments on commit 2d16ebe

Please sign in to comment.