From eb67818da65b55a3537c44cc9df03d7b3d6d775b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:32:43 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- contracts/reflect/schema/raw/query.json | 2 ++ contracts/reflect/schema/reflect.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/contracts/reflect/schema/raw/query.json b/contracts/reflect/schema/raw/query.json index 1663f569e..2419726e5 100644 --- a/contracts/reflect/schema/raw/query.json +++ b/contracts/reflect/schema/raw/query.json @@ -163,6 +163,7 @@ }, { "description": "This calls into the native bank module for all denominations. Note that this may be much more expensive than Balance and should be avoided if possible. Return value is AllBalanceResponse.", + "deprecated": true, "type": "object", "required": [ "all_balances" @@ -375,6 +376,7 @@ }, { "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`.", + "deprecated": true, "type": "object", "required": [ "list_channels" diff --git a/contracts/reflect/schema/reflect.json b/contracts/reflect/schema/reflect.json index 9885d41e8..5c6aeb64a 100644 --- a/contracts/reflect/schema/reflect.json +++ b/contracts/reflect/schema/reflect.json @@ -1423,6 +1423,7 @@ }, { "description": "This calls into the native bank module for all denominations. Note that this may be much more expensive than Balance and should be avoided if possible. Return value is AllBalanceResponse.", + "deprecated": true, "type": "object", "required": [ "all_balances" @@ -1635,6 +1636,7 @@ }, { "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`.", + "deprecated": true, "type": "object", "required": [ "list_channels"