diff --git a/packages/cw-croncat-core/schema/croncat.json b/packages/cw-croncat-core/schema/croncat.json index 74db5cef..6ff681d4 100644 --- a/packages/cw-croncat-core/schema/croncat.json +++ b/packages/cw-croncat-core/schema/croncat.json @@ -785,7 +785,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "Cw20CoinVerified": { "type": "object", @@ -800,7 +801,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "DistributionMsg": { "description": "The message types of the distribution module.\n\nSee https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto", diff --git a/packages/cw-croncat-core/schema/execute_msg.json b/packages/cw-croncat-core/schema/execute_msg.json index 7c8b1476..df5d5c89 100644 --- a/packages/cw-croncat-core/schema/execute_msg.json +++ b/packages/cw-croncat-core/schema/execute_msg.json @@ -868,7 +868,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "Cw20CoinVerified": { "type": "object", @@ -883,7 +884,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "Cw20ReceiveMsg": { "description": "Cw20ReceiveMsg should be de/serialized under `Receive()` variant in a ExecuteMsg", @@ -903,7 +905,8 @@ "sender": { "type": "string" } - } + }, + "additionalProperties": false }, "DistributionMsg": { "description": "The message types of the distribution module.\n\nSee https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto", diff --git a/packages/cw-croncat-core/schema/get_agent_response.json b/packages/cw-croncat-core/schema/get_agent_response.json index 6d602365..eb2ab577 100644 --- a/packages/cw-croncat-core/schema/get_agent_response.json +++ b/packages/cw-croncat-core/schema/get_agent_response.json @@ -85,7 +85,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "GenericBalance": { "type": "object", diff --git a/packages/cw-croncat-core/schema/get_agent_tasks_response.json b/packages/cw-croncat-core/schema/get_agent_tasks_response.json index 4b6624e6..37c4f85d 100644 --- a/packages/cw-croncat-core/schema/get_agent_tasks_response.json +++ b/packages/cw-croncat-core/schema/get_agent_tasks_response.json @@ -492,7 +492,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "DistributionMsg": { "description": "The message types of the distribution module.\n\nSee https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto", diff --git a/packages/cw-croncat-core/schema/get_task_response.json b/packages/cw-croncat-core/schema/get_task_response.json index 7735e1e0..79334891 100644 --- a/packages/cw-croncat-core/schema/get_task_response.json +++ b/packages/cw-croncat-core/schema/get_task_response.json @@ -492,7 +492,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "DistributionMsg": { "description": "The message types of the distribution module.\n\nSee https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto", diff --git a/packages/cw-croncat-core/schema/get_tasks_by_owner_response.json b/packages/cw-croncat-core/schema/get_tasks_by_owner_response.json index 8ae8ed9c..2ee1522e 100644 --- a/packages/cw-croncat-core/schema/get_tasks_by_owner_response.json +++ b/packages/cw-croncat-core/schema/get_tasks_by_owner_response.json @@ -488,7 +488,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "DistributionMsg": { "description": "The message types of the distribution module.\n\nSee https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto", diff --git a/packages/cw-croncat-core/schema/get_tasks_response.json b/packages/cw-croncat-core/schema/get_tasks_response.json index 9914fb29..badc0d33 100644 --- a/packages/cw-croncat-core/schema/get_tasks_response.json +++ b/packages/cw-croncat-core/schema/get_tasks_response.json @@ -488,7 +488,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "DistributionMsg": { "description": "The message types of the distribution module.\n\nSee https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto", diff --git a/packages/cw-croncat-core/schema/get_tasks_with_queries_response.json b/packages/cw-croncat-core/schema/get_tasks_with_queries_response.json index 2b321cac..743f6c8c 100644 --- a/packages/cw-croncat-core/schema/get_tasks_with_queries_response.json +++ b/packages/cw-croncat-core/schema/get_tasks_with_queries_response.json @@ -293,7 +293,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "GenericQuery": { "type": "object", diff --git a/packages/cw-croncat-core/schema/query_msg.json b/packages/cw-croncat-core/schema/query_msg.json index ce0158ea..e4aa3a21 100644 --- a/packages/cw-croncat-core/schema/query_msg.json +++ b/packages/cw-croncat-core/schema/query_msg.json @@ -711,7 +711,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "DistributionMsg": { "description": "The message types of the distribution module.\n\nSee https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto", diff --git a/packages/cw-rules-core/schema/croncat_query.json b/packages/cw-rules-core/schema/croncat_query.json index e34513a5..2e07477d 100644 --- a/packages/cw-rules-core/schema/croncat_query.json +++ b/packages/cw-rules-core/schema/croncat_query.json @@ -215,7 +215,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "GenericQuery": { "type": "object", diff --git a/packages/cw-rules-core/schema/has_balance_gte.json b/packages/cw-rules-core/schema/has_balance_gte.json index b5b4d38c..228e6726 100644 --- a/packages/cw-rules-core/schema/has_balance_gte.json +++ b/packages/cw-rules-core/schema/has_balance_gte.json @@ -75,7 +75,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "NativeBalance": { "type": "array", diff --git a/packages/cw-rules-core/schema/query_construct.json b/packages/cw-rules-core/schema/query_construct.json index 48485b41..df4d2ec4 100644 --- a/packages/cw-rules-core/schema/query_construct.json +++ b/packages/cw-rules-core/schema/query_construct.json @@ -229,7 +229,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "GenericQuery": { "type": "object", diff --git a/packages/cw-rules-core/schema/query_msg.json b/packages/cw-rules-core/schema/query_msg.json index 27afc641..3eb72a9d 100644 --- a/packages/cw-rules-core/schema/query_msg.json +++ b/packages/cw-rules-core/schema/query_msg.json @@ -351,7 +351,8 @@ "amount": { "$ref": "#/definitions/Uint128" } - } + }, + "additionalProperties": false }, "GenericQuery": { "type": "object", diff --git a/typescript/contracts/cw-croncat-core/CwCroncatCore.types.ts b/typescript/contracts/cw-croncat-core/CwCroncatCore.types.ts index dd7dc709..9b8f71ad 100644 --- a/typescript/contracts/cw-croncat-core/CwCroncatCore.types.ts +++ b/typescript/contracts/cw-croncat-core/CwCroncatCore.types.ts @@ -227,7 +227,6 @@ export interface GenericBalance { export interface Cw20CoinVerified { address: Addr; amount: Uint128; - [k: string]: unknown; } export interface Coin { amount: Uint128; @@ -421,7 +420,6 @@ export interface TaskRequest { export interface Cw20Coin { address: string; amount: Uint128; - [k: string]: unknown; } export type ExecuteMsg = { update_settings: { @@ -510,7 +508,6 @@ export interface Cw20ReceiveMsg { amount: Uint128; msg: Binary; sender: string; - [k: string]: unknown; } export type GetAgentResponse = AgentResponse | null; export type GetAgentTasksResponse = TaskResponse | null; diff --git a/typescript/contracts/cw-rules-core/CwRulesCore.types.ts b/typescript/contracts/cw-rules-core/CwRulesCore.types.ts index 03b05442..f4e6ed19 100644 --- a/typescript/contracts/cw-rules-core/CwRulesCore.types.ts +++ b/typescript/contracts/cw-rules-core/CwRulesCore.types.ts @@ -85,7 +85,6 @@ export interface Coin { export interface Cw20CoinVerified { address: Addr; amount: Uint128; - [k: string]: unknown; } export interface GenericQuery { contract_addr: string;