From da473e1cb8212e2b37d4a77625b110da0854c649 Mon Sep 17 00:00:00 2001 From: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:50:17 -0500 Subject: [PATCH] js: override BlockHeadersResponse_currentRound (#84) --- typescript_templates/algod_config.properties | 2 +- typescript_templates/indexer_config.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/typescript_templates/algod_config.properties b/typescript_templates/algod_config.properties index afff77c..0007dec 100644 --- a/typescript_templates/algod_config.properties +++ b/typescript_templates/algod_config.properties @@ -1,4 +1,4 @@ -# We decided to make the generated constructors accept an object in v2 of the +# We decided to make the generated constructors accept an object in v2 of the # JS SDK for the following reasons: # 1. If new fields are added to a model that cause it to cross this threshold, # we now have a breaking change. diff --git a/typescript_templates/indexer_config.properties b/typescript_templates/indexer_config.properties index 560bc25..c67f2b0 100644 --- a/typescript_templates/indexer_config.properties +++ b/typescript_templates/indexer_config.properties @@ -35,6 +35,7 @@ type_override_AssetHoldingsResponse_currentRound=bigint type_override_AssetResponse_currentRound=bigint type_override_AssetsResponse_currentRound=bigint type_override_Block_round=bigint +type_override_BlockHeadersResponse_currentRound=bigint type_override_BlockRewards_rewardsCalculationRound=bigint type_override_BlockRewards_rewardsLevel=bigint type_override_BlockRewards_rewardsRate=bigint