Skip to content

Commit 77654fc

Browse files
committed
Re-generate schemas
1 parent ee446c8 commit 77654fc

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

contracts/reflect/schema/raw/query.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -351,29 +351,6 @@
351351
},
352352
"additionalProperties": false
353353
},
354-
{
355-
"description": "Lists all channels that are bound to a given port. If `port_id` is omitted, this list all channels bound to the contract's port.\n\nReturns a `ListChannelsResponse`.",
356-
"deprecated": true,
357-
"type": "object",
358-
"required": [
359-
"list_channels"
360-
],
361-
"properties": {
362-
"list_channels": {
363-
"type": "object",
364-
"properties": {
365-
"port_id": {
366-
"type": [
367-
"string",
368-
"null"
369-
]
370-
}
371-
},
372-
"additionalProperties": false
373-
}
374-
},
375-
"additionalProperties": false
376-
},
377354
{
378355
"description": "Lists all information for a (portID, channelID) pair. If port_id is omitted, it will default to the contract's own channel. (To save a PortId{} call)\n\nReturns a `ChannelResponse`.",
379356
"type": "object",

contracts/reflect/schema/reflect.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,29 +1611,6 @@
16111611
},
16121612
"additionalProperties": false
16131613
},
1614-
{
1615-
"description": "Lists all channels that are bound to a given port. If `port_id` is omitted, this list all channels bound to the contract's port.\n\nReturns a `ListChannelsResponse`.",
1616-
"deprecated": true,
1617-
"type": "object",
1618-
"required": [
1619-
"list_channels"
1620-
],
1621-
"properties": {
1622-
"list_channels": {
1623-
"type": "object",
1624-
"properties": {
1625-
"port_id": {
1626-
"type": [
1627-
"string",
1628-
"null"
1629-
]
1630-
}
1631-
},
1632-
"additionalProperties": false
1633-
}
1634-
},
1635-
"additionalProperties": false
1636-
},
16371614
{
16381615
"description": "Lists all information for a (portID, channelID) pair. If port_id is omitted, it will default to the contract's own channel. (To save a PortId{} call)\n\nReturns a `ChannelResponse`.",
16391616
"type": "object",

0 commit comments

Comments
 (0)