From fda94bda120a357071b508a841d9e1e59f15b7e7 Mon Sep 17 00:00:00 2001 From: Build System Date: Tue, 14 Jan 2025 16:41:17 +0000 Subject: [PATCH] 'Protobuf files change' --- .../apis/services/static_data/v1/static_data.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/systemathics/apis/services/static_data/v1/static_data.proto b/src/systemathics/apis/services/static_data/v1/static_data.proto index efaab00..41d3db7 100644 --- a/src/systemathics/apis/services/static_data/v1/static_data.proto +++ b/src/systemathics/apis/services/static_data/v1/static_data.proto @@ -500,7 +500,7 @@ message EquityEntry repeated string index = 21; // Registered address of the company - string company_address = 22; + repeated string company_address = 22; // Company's contact telephone number string company_tel_number = 23; @@ -670,7 +670,7 @@ message EtfEntry string issuer = 9; // Physical address of the issuing company - string company_address = 10; + repeated string company_address = 10; // Contact telephone number of the issuing company string company_tel_number = 11;