From e7e0aefedda7a01d70072ae5ce355fc340bcac1e Mon Sep 17 00:00:00 2001 From: Sean Lin Date: Fri, 27 Aug 2021 16:51:17 -0700 Subject: [PATCH] Change variable map to repeated map entries for ordering (#206) Signed-off-by: Sean Lin --- flyteidl/doc-requirements.txt | 8 +- .../gen/pb-cpp/flyteidl/core/interface.pb.cc | 2078 +++++--- .../gen/pb-cpp/flyteidl/core/interface.pb.h | 645 ++- .../gen/pb-go/flyteidl/core/interface.pb.go | 185 +- .../flyteidl/core/interface.pb.validate.go | 176 +- .../pb-go/flyteidl/service/admin.swagger.json | 40 +- .../flyteidl/service/flyteadmin/README.md | 2 + .../service/flyteadmin/api/swagger.yaml | 3952 +++++++++++++- .../flyteadmin/model_core_parameter_map.go | 4 +- .../model_core_parameter_map_entry.go | 15 + .../flyteadmin/model_core_variable_map.go | 2 +- .../model_core_variable_map_entry.go | 15 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../gen/pb-java/flyteidl/core/Interface.java | 4638 +++++++++++------ flyteidl/gen/pb-js/flyteidl.d.ts | 124 +- flyteidl/gen/pb-js/flyteidl.js | 330 +- .../pb_python/flyteidl/core/interface_pb2.py | 156 +- .../flyteidl/service/flyteadmin/README.md | 2 + .../service/flyteadmin/flyteadmin/__init__.py | 2 + .../flyteadmin/flyteadmin/models/__init__.py | 2 + .../flyteadmin/models/core_parameter_map.py | 8 +- .../models/core_parameter_map_entry.py | 143 + .../flyteadmin/models/core_variable_map.py | 8 +- .../models/core_variable_map_entry.py | 143 + .../test/test_core_parameter_map_entry.py | 40 + .../test/test_core_variable_map_entry.py | 40 + flyteidl/protos/docs/core/core.rst | 32 +- flyteidl/protos/flyteidl/core/interface.proto | 20 +- 28 files changed, 10058 insertions(+), 2756 deletions(-) create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map_entry.go create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map_entry.go create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map_entry.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map_entry.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_parameter_map_entry.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_variable_map_entry.py diff --git a/flyteidl/doc-requirements.txt b/flyteidl/doc-requirements.txt index ecb39124f8..fe283ab51f 100644 --- a/flyteidl/doc-requirements.txt +++ b/flyteidl/doc-requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.9 +# This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile doc-requirements.in @@ -15,7 +15,7 @@ beautifulsoup4==4.9.3 # sphinx-material certifi==2021.5.30 # via requests -charset-normalizer==2.0.3 +charset-normalizer==2.0.4 # via requests commonmark==0.9.1 # via recommonmark @@ -41,7 +41,7 @@ markupsafe==2.0.1 # via jinja2 packaging==21.0 # via sphinx -pygments==2.9.0 +pygments==2.10.0 # via # sphinx # sphinx-prompt @@ -81,7 +81,7 @@ sphinx-markdown-tables==0.0.15 # via -r doc-requirements.in sphinx-material==0.0.34 # via -r doc-requirements.in -sphinx-prompt==1.4.0 +sphinx-prompt==1.5.0 # via -r doc-requirements.in sphinxcontrib-applehelp==1.0.2 # via sphinx diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.cc index 285ce2fc1e..8fe19303d2 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.cc @@ -16,8 +16,8 @@ // @@protoc_insertion_point(includes) #include -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMap_ParametersEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_VariableMap_VariablesEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_VariableMap_flyteidl_2fcore_2finterface_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Variable_flyteidl_2fcore_2finterface_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto; @@ -29,14 +29,14 @@ class VariableDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _Variable_default_instance_; -class VariableMap_VariablesEntry_DoNotUseDefaultTypeInternal { - public: - ::google::protobuf::internal::ExplicitlyConstructed _instance; -} _VariableMap_VariablesEntry_DoNotUse_default_instance_; class VariableMapDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _VariableMap_default_instance_; +class VariableMapEntryDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _VariableMapEntry_default_instance_; class TypedInterfaceDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; @@ -47,14 +47,14 @@ class ParameterDefaultTypeInternal { const ::flyteidl::core::Literal* default__; bool required_; } _Parameter_default_instance_; -class ParameterMap_ParametersEntry_DoNotUseDefaultTypeInternal { - public: - ::google::protobuf::internal::ExplicitlyConstructed _instance; -} _ParameterMap_ParametersEntry_DoNotUse_default_instance_; class ParameterMapDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _ParameterMap_default_instance_; +class ParameterMapEntryDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _ParameterMapEntry_default_instance_; } // namespace core } // namespace flyteidl static void InitDefaultsVariable_flyteidl_2fcore_2finterface_2eproto() { @@ -72,34 +72,35 @@ ::google::protobuf::internal::SCCInfo<1> scc_info_Variable_flyteidl_2fcore_2fint {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsVariable_flyteidl_2fcore_2finterface_2eproto}, { &scc_info_LiteralType_flyteidl_2fcore_2ftypes_2eproto.base,}}; -static void InitDefaultsVariableMap_VariablesEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsVariableMap_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_VariableMap_VariablesEntry_DoNotUse_default_instance_; - new (ptr) ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse(); + void* ptr = &::flyteidl::core::_VariableMap_default_instance_; + new (ptr) ::flyteidl::core::VariableMap(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } - ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse::InitAsDefaultInstance(); + ::flyteidl::core::VariableMap::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_VariableMap_VariablesEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsVariableMap_VariablesEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto}, { - &scc_info_Variable_flyteidl_2fcore_2finterface_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<1> scc_info_VariableMap_flyteidl_2fcore_2finterface_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsVariableMap_flyteidl_2fcore_2finterface_2eproto}, { + &scc_info_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto.base,}}; -static void InitDefaultsVariableMap_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsVariableMapEntry_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_VariableMap_default_instance_; - new (ptr) ::flyteidl::core::VariableMap(); + void* ptr = &::flyteidl::core::_VariableMapEntry_default_instance_; + new (ptr) ::flyteidl::core::VariableMapEntry(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } - ::flyteidl::core::VariableMap::InitAsDefaultInstance(); + ::flyteidl::core::VariableMapEntry::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_VariableMap_flyteidl_2fcore_2finterface_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsVariableMap_flyteidl_2fcore_2finterface_2eproto}, { - &scc_info_VariableMap_VariablesEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<1> scc_info_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsVariableMapEntry_flyteidl_2fcore_2finterface_2eproto}, { + &scc_info_Variable_flyteidl_2fcore_2finterface_2eproto.base,}}; static void InitDefaultsTypedInterface_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -132,43 +133,44 @@ ::google::protobuf::internal::SCCInfo<2> scc_info_Parameter_flyteidl_2fcore_2fin &scc_info_Variable_flyteidl_2fcore_2finterface_2eproto.base, &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base,}}; -static void InitDefaultsParameterMap_ParametersEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsParameterMap_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_ParameterMap_ParametersEntry_DoNotUse_default_instance_; - new (ptr) ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse(); + void* ptr = &::flyteidl::core::_ParameterMap_default_instance_; + new (ptr) ::flyteidl::core::ParameterMap(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } - ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse::InitAsDefaultInstance(); + ::flyteidl::core::ParameterMap::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMap_ParametersEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsParameterMap_ParametersEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto}, { - &scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsParameterMap_flyteidl_2fcore_2finterface_2eproto}, { + &scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto.base,}}; -static void InitDefaultsParameterMap_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsParameterMapEntry_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_ParameterMap_default_instance_; - new (ptr) ::flyteidl::core::ParameterMap(); + void* ptr = &::flyteidl::core::_ParameterMapEntry_default_instance_; + new (ptr) ::flyteidl::core::ParameterMapEntry(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } - ::flyteidl::core::ParameterMap::InitAsDefaultInstance(); + ::flyteidl::core::ParameterMapEntry::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsParameterMap_flyteidl_2fcore_2finterface_2eproto}, { - &scc_info_ParameterMap_ParametersEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsParameterMapEntry_flyteidl_2fcore_2finterface_2eproto}, { + &scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base,}}; void InitDefaults_flyteidl_2fcore_2finterface_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_Variable_flyteidl_2fcore_2finterface_2eproto.base); - ::google::protobuf::internal::InitSCC(&scc_info_VariableMap_VariablesEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_VariableMap_flyteidl_2fcore_2finterface_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TypedInterface_flyteidl_2fcore_2finterface_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base); - ::google::protobuf::internal::InitSCC(&scc_info_ParameterMap_ParametersEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto.base); } ::google::protobuf::Metadata file_level_metadata_flyteidl_2fcore_2finterface_2eproto[7]; @@ -183,21 +185,19 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2finterface_2eproto ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::Variable, type_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Variable, description_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse, _has_bits_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse, _internal_metadata_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse, key_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse, value_), - 0, - 1, + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap, variables_), ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap, _internal_metadata_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMapEntry, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap, variables_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMapEntry, name_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMapEntry, var_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::TypedInterface, _internal_metadata_), ~0u, // no _extensions_ @@ -214,40 +214,38 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fcore_2finterface_2eproto offsetof(::flyteidl::core::ParameterDefaultTypeInternal, default__), offsetof(::flyteidl::core::ParameterDefaultTypeInternal, required_), PROTOBUF_FIELD_OFFSET(::flyteidl::core::Parameter, behavior_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse, _has_bits_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse, _internal_metadata_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse, key_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse, value_), - 0, - 1, + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap, parameters_), ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap, _internal_metadata_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMapEntry, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap, parameters_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMapEntry, name_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMapEntry, parameter_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::core::Variable)}, - { 7, 14, sizeof(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse)}, - { 16, -1, sizeof(::flyteidl::core::VariableMap)}, - { 22, -1, sizeof(::flyteidl::core::TypedInterface)}, - { 29, -1, sizeof(::flyteidl::core::Parameter)}, - { 38, 45, sizeof(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse)}, - { 47, -1, sizeof(::flyteidl::core::ParameterMap)}, + { 7, -1, sizeof(::flyteidl::core::VariableMap)}, + { 13, -1, sizeof(::flyteidl::core::VariableMapEntry)}, + { 20, -1, sizeof(::flyteidl::core::TypedInterface)}, + { 27, -1, sizeof(::flyteidl::core::Parameter)}, + { 36, -1, sizeof(::flyteidl::core::ParameterMap)}, + { 42, -1, sizeof(::flyteidl::core::ParameterMapEntry)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::core::_Variable_default_instance_), - reinterpret_cast(&::flyteidl::core::_VariableMap_VariablesEntry_DoNotUse_default_instance_), reinterpret_cast(&::flyteidl::core::_VariableMap_default_instance_), + reinterpret_cast(&::flyteidl::core::_VariableMapEntry_default_instance_), reinterpret_cast(&::flyteidl::core::_TypedInterface_default_instance_), reinterpret_cast(&::flyteidl::core::_Parameter_default_instance_), - reinterpret_cast(&::flyteidl::core::_ParameterMap_ParametersEntry_DoNotUse_default_instance_), reinterpret_cast(&::flyteidl::core::_ParameterMap_default_instance_), + reinterpret_cast(&::flyteidl::core::_ParameterMapEntry_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto = { @@ -261,27 +259,27 @@ const char descriptor_table_protodef_flyteidl_2fcore_2finterface_2eproto[] = "l.core\032\031flyteidl/core/types.proto\032\034flyte" "idl/core/literals.proto\"I\n\010Variable\022(\n\004t" "ype\030\001 \001(\0132\032.flyteidl.core.LiteralType\022\023\n" - "\013description\030\002 \001(\t\"\226\001\n\013VariableMap\022<\n\tva" - "riables\030\001 \003(\0132).flyteidl.core.VariableMa" - "p.VariablesEntry\032I\n\016VariablesEntry\022\013\n\003ke" - "y\030\001 \001(\t\022&\n\005value\030\002 \001(\0132\027.flyteidl.core.V" - "ariable:\0028\001\"i\n\016TypedInterface\022*\n\006inputs\030" - "\001 \001(\0132\032.flyteidl.core.VariableMap\022+\n\007out" - "puts\030\002 \001(\0132\032.flyteidl.core.VariableMap\"|" - "\n\tParameter\022$\n\003var\030\001 \001(\0132\027.flyteidl.core" - ".Variable\022)\n\007default\030\002 \001(\0132\026.flyteidl.co" - "re.LiteralH\000\022\022\n\010required\030\003 \001(\010H\000B\n\n\010beha" - "vior\"\234\001\n\014ParameterMap\022\?\n\nparameters\030\001 \003(" - "\0132+.flyteidl.core.ParameterMap.Parameter" - "sEntry\032K\n\017ParametersEntry\022\013\n\003key\030\001 \001(\t\022\'" - "\n\005value\030\002 \001(\0132\030.flyteidl.core.Parameter:" - "\0028\001B6Z4github.com/flyteorg/flyteidl/gen/" - "pb-go/flyteidl/coreb\006proto3" + "\013description\030\002 \001(\t\"A\n\013VariableMap\0222\n\tvar" + "iables\030\001 \003(\0132\037.flyteidl.core.VariableMap" + "Entry\"F\n\020VariableMapEntry\022\014\n\004name\030\001 \001(\t\022" + "$\n\003var\030\002 \001(\0132\027.flyteidl.core.Variable\"i\n" + "\016TypedInterface\022*\n\006inputs\030\001 \001(\0132\032.flytei" + "dl.core.VariableMap\022+\n\007outputs\030\002 \001(\0132\032.f" + "lyteidl.core.VariableMap\"|\n\tParameter\022$\n" + "\003var\030\001 \001(\0132\027.flyteidl.core.Variable\022)\n\007d" + "efault\030\002 \001(\0132\026.flyteidl.core.LiteralH\000\022\022" + "\n\010required\030\003 \001(\010H\000B\n\n\010behavior\"D\n\014Parame" + "terMap\0224\n\nparameters\030\001 \003(\0132 .flyteidl.co" + "re.ParameterMapEntry\"N\n\021ParameterMapEntr" + "y\022\014\n\004name\030\001 \001(\t\022+\n\tparameter\030\002 \001(\0132\030.fly" + "teidl.core.ParameterB6Z4github.com/flyte" + "org/flyteidl/gen/pb-go/flyteidl/coreb\006pr" + "oto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fcore_2finterface_2eproto = { false, InitDefaults_flyteidl_2fcore_2finterface_2eproto, descriptor_table_protodef_flyteidl_2fcore_2finterface_2eproto, - "flyteidl/core/interface.proto", &assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto, 787, + "flyteidl/core/interface.proto", &assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto, 764, }; void AddDescriptors_flyteidl_2fcore_2finterface_2eproto() { @@ -668,43 +666,6 @@ ::google::protobuf::Metadata Variable::GetMetadata() const { } -// =================================================================== - -VariableMap_VariablesEntry_DoNotUse::VariableMap_VariablesEntry_DoNotUse() {} -VariableMap_VariablesEntry_DoNotUse::VariableMap_VariablesEntry_DoNotUse(::google::protobuf::Arena* arena) - : SuperType(arena) {} -void VariableMap_VariablesEntry_DoNotUse::MergeFrom(const VariableMap_VariablesEntry_DoNotUse& other) { - MergeFromInternal(other); -} -::google::protobuf::Metadata VariableMap_VariablesEntry_DoNotUse::GetMetadata() const { - ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto); - return ::file_level_metadata_flyteidl_2fcore_2finterface_2eproto[1]; -} -void VariableMap_VariablesEntry_DoNotUse::MergeFrom( - const ::google::protobuf::Message& other) { - ::google::protobuf::Message::MergeFrom(other); -} - -#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool VariableMap_VariablesEntry_DoNotUse::_ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { - using MF = ::google::protobuf::internal::MapField< - VariableMap_VariablesEntry_DoNotUse, EntryKeyType, EntryValueType, - kEntryKeyFieldType, kEntryValueFieldType, - kEntryDefaultEnumValue>; - auto mf = static_cast(object); - Parser> parser(mf); -#define DO_(x) if (!(x)) return false - DO_(parser.ParseMap(begin, end)); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - parser.key().data(), static_cast(parser.key().length()), - ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.core.VariableMap.VariablesEntry.key")); -#undef DO_ - return true; -} -#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - - // =================================================================== void VariableMap::InitAsDefaultInstance() { @@ -724,9 +685,9 @@ VariableMap::VariableMap() } VariableMap::VariableMap(const VariableMap& from) : ::google::protobuf::Message(), - _internal_metadata_(nullptr) { + _internal_metadata_(nullptr), + variables_(from.variables_) { _internal_metadata_.MergeFrom(from._internal_metadata_); - variables_.MergeFrom(from.variables_); // @@protoc_insertion_point(copy_constructor:flyteidl.core.VariableMap) } @@ -775,21 +736,18 @@ const char* VariableMap::_InternalParse(const char* begin, const char* end, void ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // map variables = 1; + // repeated .flyteidl.core.VariableMapEntry variables = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; do { ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::google::protobuf::internal::SlowMapEntryParser; - auto parse_map = ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse::_ParseMap; - ctx->extra_parse_data().payload.clear(); - ctx->extra_parse_data().parse_map = parse_map; - object = &msg->variables_; + parser_till_end = ::flyteidl::core::VariableMapEntry::_InternalParse; + object = msg->add_variables(); if (size > end - ptr) goto len_delim_till_end; - auto newend = ptr + size; - GOOGLE_PROTOBUF_PARSER_ASSERT(parse_map(ptr, newend, object, ctx)); - ptr = newend; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); if (ptr >= end) break; } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); break; @@ -824,22 +782,11 @@ bool VariableMap::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // map variables = 1; + // repeated .flyteidl.core.VariableMapEntry variables = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - VariableMap_VariablesEntry_DoNotUse::Parser< ::google::protobuf::internal::MapField< - VariableMap_VariablesEntry_DoNotUse, - ::std::string, ::flyteidl::core::Variable, - ::google::protobuf::internal::WireFormatLite::TYPE_STRING, - ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE, - 0 >, - ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable > > parser(&variables_); - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, &parser)); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - parser.key().data(), static_cast(parser.key().length()), - ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.core.VariableMap.VariablesEntry.key")); + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, add_variables())); } else { goto handle_unusual; } @@ -873,49 +820,13 @@ void VariableMap::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // map variables = 1; - if (!this->variables().empty()) { - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::const_pointer - ConstPtr; - typedef ConstPtr SortItem; - typedef ::google::protobuf::internal::CompareByDerefFirst Less; - struct Utf8Check { - static void Check(ConstPtr p) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - p->first.data(), static_cast(p->first.length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.VariableMap.VariablesEntry.key"); - } - }; - - if (output->IsSerializationDeterministic() && - this->variables().size() > 1) { - ::std::unique_ptr items( - new SortItem[this->variables().size()]); - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::size_type size_type; - size_type n = 0; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::const_iterator - it = this->variables().begin(); - it != this->variables().end(); ++it, ++n) { - items[static_cast(n)] = SortItem(&*it); - } - ::std::sort(&items[0], &items[static_cast(n)], Less()); - ::std::unique_ptr entry; - for (size_type i = 0; i < n; i++) { - entry.reset(variables_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(1, *entry, output); - Utf8Check::Check(&(*items[static_cast(i)])); - } - } else { - ::std::unique_ptr entry; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::const_iterator - it = this->variables().begin(); - it != this->variables().end(); ++it) { - entry.reset(variables_.NewEntryWrapper(it->first, it->second)); - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(1, *entry, output); - Utf8Check::Check(&(*it)); - } - } + // repeated .flyteidl.core.VariableMapEntry variables = 1; + for (unsigned int i = 0, + n = static_cast(this->variables_size()); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, + this->variables(static_cast(i)), + output); } if (_internal_metadata_.have_unknown_fields()) { @@ -931,49 +842,12 @@ ::google::protobuf::uint8* VariableMap::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // map variables = 1; - if (!this->variables().empty()) { - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::const_pointer - ConstPtr; - typedef ConstPtr SortItem; - typedef ::google::protobuf::internal::CompareByDerefFirst Less; - struct Utf8Check { - static void Check(ConstPtr p) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - p->first.data(), static_cast(p->first.length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.VariableMap.VariablesEntry.key"); - } - }; - - if (false && - this->variables().size() > 1) { - ::std::unique_ptr items( - new SortItem[this->variables().size()]); - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::size_type size_type; - size_type n = 0; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::const_iterator - it = this->variables().begin(); - it != this->variables().end(); ++it, ++n) { - items[static_cast(n)] = SortItem(&*it); - } - ::std::sort(&items[0], &items[static_cast(n)], Less()); - ::std::unique_ptr entry; - for (size_type i = 0; i < n; i++) { - entry.reset(variables_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); - target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(1, *entry, target); - Utf8Check::Check(&(*items[static_cast(i)])); - } - } else { - ::std::unique_ptr entry; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::const_iterator - it = this->variables().begin(); - it != this->variables().end(); ++it) { - entry.reset(variables_.NewEntryWrapper(it->first, it->second)); - target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(1, *entry, target); - Utf8Check::Check(&(*it)); - } - } + // repeated .flyteidl.core.VariableMapEntry variables = 1; + for (unsigned int i = 0, + n = static_cast(this->variables_size()); i < n; i++) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, this->variables(static_cast(i)), target); } if (_internal_metadata_.have_unknown_fields()) { @@ -997,17 +871,14 @@ size_t VariableMap::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // map variables = 1; - total_size += 1 * - ::google::protobuf::internal::FromIntSize(this->variables_size()); + // repeated .flyteidl.core.VariableMapEntry variables = 1; { - ::std::unique_ptr entry; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >::const_iterator - it = this->variables().begin(); - it != this->variables().end(); ++it) { - entry.reset(variables_.NewEntryWrapper(it->first, it->second)); - total_size += ::google::protobuf::internal::WireFormatLite:: - MessageSizeNoVirtual(*entry); + unsigned int count = static_cast(this->variables_size()); + total_size += 1UL * count; + for (unsigned int i = 0; i < count; i++) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize( + this->variables(static_cast(i))); } } @@ -1066,7 +937,7 @@ void VariableMap::Swap(VariableMap* other) { void VariableMap::InternalSwap(VariableMap* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - variables_.Swap(&other->variables_); + CastToBase(&variables_)->InternalSwap(CastToBase(&other->variables_)); } ::google::protobuf::Metadata VariableMap::GetMetadata() const { @@ -1077,101 +948,89 @@ ::google::protobuf::Metadata VariableMap::GetMetadata() const { // =================================================================== -void TypedInterface::InitAsDefaultInstance() { - ::flyteidl::core::_TypedInterface_default_instance_._instance.get_mutable()->inputs_ = const_cast< ::flyteidl::core::VariableMap*>( - ::flyteidl::core::VariableMap::internal_default_instance()); - ::flyteidl::core::_TypedInterface_default_instance_._instance.get_mutable()->outputs_ = const_cast< ::flyteidl::core::VariableMap*>( - ::flyteidl::core::VariableMap::internal_default_instance()); +void VariableMapEntry::InitAsDefaultInstance() { + ::flyteidl::core::_VariableMapEntry_default_instance_._instance.get_mutable()->var_ = const_cast< ::flyteidl::core::Variable*>( + ::flyteidl::core::Variable::internal_default_instance()); } -class TypedInterface::HasBitSetters { +class VariableMapEntry::HasBitSetters { public: - static const ::flyteidl::core::VariableMap& inputs(const TypedInterface* msg); - static const ::flyteidl::core::VariableMap& outputs(const TypedInterface* msg); + static const ::flyteidl::core::Variable& var(const VariableMapEntry* msg); }; -const ::flyteidl::core::VariableMap& -TypedInterface::HasBitSetters::inputs(const TypedInterface* msg) { - return *msg->inputs_; -} -const ::flyteidl::core::VariableMap& -TypedInterface::HasBitSetters::outputs(const TypedInterface* msg) { - return *msg->outputs_; +const ::flyteidl::core::Variable& +VariableMapEntry::HasBitSetters::var(const VariableMapEntry* msg) { + return *msg->var_; } #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int TypedInterface::kInputsFieldNumber; -const int TypedInterface::kOutputsFieldNumber; +const int VariableMapEntry::kNameFieldNumber; +const int VariableMapEntry::kVarFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 -TypedInterface::TypedInterface() +VariableMapEntry::VariableMapEntry() : ::google::protobuf::Message(), _internal_metadata_(nullptr) { SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(constructor:flyteidl.core.VariableMapEntry) } -TypedInterface::TypedInterface(const TypedInterface& from) +VariableMapEntry::VariableMapEntry(const VariableMapEntry& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_inputs()) { - inputs_ = new ::flyteidl::core::VariableMap(*from.inputs_); - } else { - inputs_ = nullptr; + name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.name().size() > 0) { + name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } - if (from.has_outputs()) { - outputs_ = new ::flyteidl::core::VariableMap(*from.outputs_); + if (from.has_var()) { + var_ = new ::flyteidl::core::Variable(*from.var_); } else { - outputs_ = nullptr; + var_ = nullptr; } - // @@protoc_insertion_point(copy_constructor:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(copy_constructor:flyteidl.core.VariableMapEntry) } -void TypedInterface::SharedCtor() { +void VariableMapEntry::SharedCtor() { ::google::protobuf::internal::InitSCC( - &scc_info_TypedInterface_flyteidl_2fcore_2finterface_2eproto.base); - ::memset(&inputs_, 0, static_cast( - reinterpret_cast(&outputs_) - - reinterpret_cast(&inputs_)) + sizeof(outputs_)); + &scc_info_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto.base); + name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + var_ = nullptr; } -TypedInterface::~TypedInterface() { - // @@protoc_insertion_point(destructor:flyteidl.core.TypedInterface) +VariableMapEntry::~VariableMapEntry() { + // @@protoc_insertion_point(destructor:flyteidl.core.VariableMapEntry) SharedDtor(); } -void TypedInterface::SharedDtor() { - if (this != internal_default_instance()) delete inputs_; - if (this != internal_default_instance()) delete outputs_; +void VariableMapEntry::SharedDtor() { + name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete var_; } -void TypedInterface::SetCachedSize(int size) const { +void VariableMapEntry::SetCachedSize(int size) const { _cached_size_.Set(size); } -const TypedInterface& TypedInterface::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_TypedInterface_flyteidl_2fcore_2finterface_2eproto.base); +const VariableMapEntry& VariableMapEntry::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto.base); return *internal_default_instance(); } -void TypedInterface::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.core.TypedInterface) +void VariableMapEntry::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.VariableMapEntry) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaNoVirtual() == nullptr && inputs_ != nullptr) { - delete inputs_; - } - inputs_ = nullptr; - if (GetArenaNoVirtual() == nullptr && outputs_ != nullptr) { - delete outputs_; + name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && var_ != nullptr) { + delete var_; } - outputs_ = nullptr; + var_ = nullptr; _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* TypedInterface::_InternalParse(const char* begin, const char* end, void* object, +const char* VariableMapEntry::_InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { - auto msg = static_cast(object); + auto msg = static_cast(object); ::google::protobuf::int32 size; (void)size; int depth; (void)depth; ::google::protobuf::uint32 tag; @@ -1181,26 +1040,29 @@ const char* TypedInterface::_InternalParse(const char* begin, const char* end, v ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // .flyteidl.core.VariableMap inputs = 1; + // string name = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::core::VariableMap::_InternalParse; - object = msg->mutable_inputs(); - if (size > end - ptr) goto len_delim_till_end; + ctx->extra_parse_data().SetFieldName("flyteidl.core.VariableMapEntry.name"); + object = msg->mutable_name(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); ptr += size; - GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( - {parser_till_end, object}, ptr - size, ptr)); break; } - // .flyteidl.core.VariableMap outputs = 2; + // .flyteidl.core.Variable var = 2; case 2: { if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::core::VariableMap::_InternalParse; - object = msg->mutable_outputs(); + parser_till_end = ::flyteidl::core::Variable::_InternalParse; + object = msg->mutable_var(); if (size > end - ptr) goto len_delim_till_end; ptr += size; GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( @@ -1222,37 +1084,45 @@ const char* TypedInterface::_InternalParse(const char* begin, const char* end, v } // switch } // while return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; len_delim_till_end: return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, {parser_till_end, object}, size); } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool TypedInterface::MergePartialFromCodedStream( +bool VariableMapEntry::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(parse_start:flyteidl.core.VariableMapEntry) for (;;) { ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // .flyteidl.core.VariableMap inputs = 1; + // string name = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_inputs())); + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_name())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->name().data(), static_cast(this->name().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.core.VariableMapEntry.name")); } else { goto handle_unusual; } break; } - // .flyteidl.core.VariableMap outputs = 2; + // .flyteidl.core.Variable var = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_outputs())); + input, mutable_var())); } else { goto handle_unusual; } @@ -1271,70 +1141,78 @@ bool TypedInterface::MergePartialFromCodedStream( } } success: - // @@protoc_insertion_point(parse_success:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(parse_success:flyteidl.core.VariableMapEntry) return true; failure: - // @@protoc_insertion_point(parse_failure:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(parse_failure:flyteidl.core.VariableMapEntry) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -void TypedInterface::SerializeWithCachedSizes( +void VariableMapEntry::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(serialize_start:flyteidl.core.VariableMapEntry) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.core.VariableMap inputs = 1; - if (this->has_inputs()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, HasBitSetters::inputs(this), output); + // string name = 1; + if (this->name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->name().data(), static_cast(this->name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.VariableMapEntry.name"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->name(), output); } - // .flyteidl.core.VariableMap outputs = 2; - if (this->has_outputs()) { + // .flyteidl.core.Variable var = 2; + if (this->has_var()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 2, HasBitSetters::outputs(this), output); + 2, HasBitSetters::var(this), output); } if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } - // @@protoc_insertion_point(serialize_end:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(serialize_end:flyteidl.core.VariableMapEntry) } -::google::protobuf::uint8* TypedInterface::InternalSerializeWithCachedSizesToArray( +::google::protobuf::uint8* VariableMapEntry::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.VariableMapEntry) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.core.VariableMap inputs = 1; - if (this->has_inputs()) { - target = ::google::protobuf::internal::WireFormatLite:: - InternalWriteMessageToArray( - 1, HasBitSetters::inputs(this), target); + // string name = 1; + if (this->name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->name().data(), static_cast(this->name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.VariableMapEntry.name"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->name(), target); } - // .flyteidl.core.VariableMap outputs = 2; - if (this->has_outputs()) { + // .flyteidl.core.Variable var = 2; + if (this->has_var()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( - 2, HasBitSetters::outputs(this), target); + 2, HasBitSetters::var(this), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } - // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.VariableMapEntry) return target; } -size_t TypedInterface::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.TypedInterface) +size_t VariableMapEntry::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.VariableMapEntry) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { @@ -1346,18 +1224,18 @@ size_t TypedInterface::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // .flyteidl.core.VariableMap inputs = 1; - if (this->has_inputs()) { + // string name = 1; + if (this->name().size() > 0) { total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSize( - *inputs_); + ::google::protobuf::internal::WireFormatLite::StringSize( + this->name()); } - // .flyteidl.core.VariableMap outputs = 2; - if (this->has_outputs()) { + // .flyteidl.core.Variable var = 2; + if (this->has_var()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( - *outputs_); + *var_); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); @@ -1365,66 +1243,68 @@ size_t TypedInterface::ByteSizeLong() const { return total_size; } -void TypedInterface::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.TypedInterface) +void VariableMapEntry::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.VariableMapEntry) GOOGLE_DCHECK_NE(&from, this); - const TypedInterface* source = - ::google::protobuf::DynamicCastToGenerated( + const VariableMapEntry* source = + ::google::protobuf::DynamicCastToGenerated( &from); if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.VariableMapEntry) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.VariableMapEntry) MergeFrom(*source); } } -void TypedInterface::MergeFrom(const TypedInterface& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.TypedInterface) +void VariableMapEntry::MergeFrom(const VariableMapEntry& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.VariableMapEntry) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - if (from.has_inputs()) { - mutable_inputs()->::flyteidl::core::VariableMap::MergeFrom(from.inputs()); + if (from.name().size() > 0) { + + name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); } - if (from.has_outputs()) { - mutable_outputs()->::flyteidl::core::VariableMap::MergeFrom(from.outputs()); + if (from.has_var()) { + mutable_var()->::flyteidl::core::Variable::MergeFrom(from.var()); } } -void TypedInterface::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.TypedInterface) +void VariableMapEntry::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.VariableMapEntry) if (&from == this) return; Clear(); MergeFrom(from); } -void TypedInterface::CopyFrom(const TypedInterface& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.TypedInterface) +void VariableMapEntry::CopyFrom(const VariableMapEntry& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.VariableMapEntry) if (&from == this) return; Clear(); MergeFrom(from); } -bool TypedInterface::IsInitialized() const { +bool VariableMapEntry::IsInitialized() const { return true; } -void TypedInterface::Swap(TypedInterface* other) { +void VariableMapEntry::Swap(VariableMapEntry* other) { if (other == this) return; InternalSwap(other); } -void TypedInterface::InternalSwap(TypedInterface* other) { +void VariableMapEntry::InternalSwap(VariableMapEntry* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - swap(inputs_, other->inputs_); - swap(outputs_, other->outputs_); + name_.Swap(&other->name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(var_, other->var_); } -::google::protobuf::Metadata TypedInterface::GetMetadata() const { +::google::protobuf::Metadata VariableMapEntry::GetMetadata() const { ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto); return ::file_level_metadata_flyteidl_2fcore_2finterface_2eproto[kIndexInFileMessages]; } @@ -1432,149 +1312,101 @@ ::google::protobuf::Metadata TypedInterface::GetMetadata() const { // =================================================================== -void Parameter::InitAsDefaultInstance() { - ::flyteidl::core::_Parameter_default_instance_._instance.get_mutable()->var_ = const_cast< ::flyteidl::core::Variable*>( - ::flyteidl::core::Variable::internal_default_instance()); - ::flyteidl::core::_Parameter_default_instance_.default__ = const_cast< ::flyteidl::core::Literal*>( - ::flyteidl::core::Literal::internal_default_instance()); - ::flyteidl::core::_Parameter_default_instance_.required_ = false; +void TypedInterface::InitAsDefaultInstance() { + ::flyteidl::core::_TypedInterface_default_instance_._instance.get_mutable()->inputs_ = const_cast< ::flyteidl::core::VariableMap*>( + ::flyteidl::core::VariableMap::internal_default_instance()); + ::flyteidl::core::_TypedInterface_default_instance_._instance.get_mutable()->outputs_ = const_cast< ::flyteidl::core::VariableMap*>( + ::flyteidl::core::VariableMap::internal_default_instance()); } -class Parameter::HasBitSetters { +class TypedInterface::HasBitSetters { public: - static const ::flyteidl::core::Variable& var(const Parameter* msg); - static const ::flyteidl::core::Literal& default_(const Parameter* msg); + static const ::flyteidl::core::VariableMap& inputs(const TypedInterface* msg); + static const ::flyteidl::core::VariableMap& outputs(const TypedInterface* msg); }; -const ::flyteidl::core::Variable& -Parameter::HasBitSetters::var(const Parameter* msg) { - return *msg->var_; -} -const ::flyteidl::core::Literal& -Parameter::HasBitSetters::default_(const Parameter* msg) { - return *msg->behavior_.default__; -} -void Parameter::set_allocated_default_(::flyteidl::core::Literal* default_) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - clear_behavior(); - if (default_) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - default_ = ::google::protobuf::internal::GetOwnedMessage( - message_arena, default_, submessage_arena); - } - set_has_default_(); - behavior_.default__ = default_; - } - // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Parameter.default) +const ::flyteidl::core::VariableMap& +TypedInterface::HasBitSetters::inputs(const TypedInterface* msg) { + return *msg->inputs_; } -void Parameter::clear_default_() { - if (has_default_()) { - delete behavior_.default__; - clear_has_behavior(); - } +const ::flyteidl::core::VariableMap& +TypedInterface::HasBitSetters::outputs(const TypedInterface* msg) { + return *msg->outputs_; } #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int Parameter::kVarFieldNumber; -const int Parameter::kDefaultFieldNumber; -const int Parameter::kRequiredFieldNumber; +const int TypedInterface::kInputsFieldNumber; +const int TypedInterface::kOutputsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 -Parameter::Parameter() +TypedInterface::TypedInterface() : ::google::protobuf::Message(), _internal_metadata_(nullptr) { SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.core.Parameter) + // @@protoc_insertion_point(constructor:flyteidl.core.TypedInterface) } -Parameter::Parameter(const Parameter& from) +TypedInterface::TypedInterface(const TypedInterface& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_var()) { - var_ = new ::flyteidl::core::Variable(*from.var_); + if (from.has_inputs()) { + inputs_ = new ::flyteidl::core::VariableMap(*from.inputs_); } else { - var_ = nullptr; + inputs_ = nullptr; } - clear_has_behavior(); - switch (from.behavior_case()) { - case kDefault: { - mutable_default_()->::flyteidl::core::Literal::MergeFrom(from.default_()); - break; - } - case kRequired: { - set_required(from.required()); - break; - } - case BEHAVIOR_NOT_SET: { - break; - } + if (from.has_outputs()) { + outputs_ = new ::flyteidl::core::VariableMap(*from.outputs_); + } else { + outputs_ = nullptr; } - // @@protoc_insertion_point(copy_constructor:flyteidl.core.Parameter) + // @@protoc_insertion_point(copy_constructor:flyteidl.core.TypedInterface) } -void Parameter::SharedCtor() { +void TypedInterface::SharedCtor() { ::google::protobuf::internal::InitSCC( - &scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base); - var_ = nullptr; - clear_has_behavior(); + &scc_info_TypedInterface_flyteidl_2fcore_2finterface_2eproto.base); + ::memset(&inputs_, 0, static_cast( + reinterpret_cast(&outputs_) - + reinterpret_cast(&inputs_)) + sizeof(outputs_)); } -Parameter::~Parameter() { - // @@protoc_insertion_point(destructor:flyteidl.core.Parameter) +TypedInterface::~TypedInterface() { + // @@protoc_insertion_point(destructor:flyteidl.core.TypedInterface) SharedDtor(); } -void Parameter::SharedDtor() { - if (this != internal_default_instance()) delete var_; - if (has_behavior()) { - clear_behavior(); - } +void TypedInterface::SharedDtor() { + if (this != internal_default_instance()) delete inputs_; + if (this != internal_default_instance()) delete outputs_; } -void Parameter::SetCachedSize(int size) const { +void TypedInterface::SetCachedSize(int size) const { _cached_size_.Set(size); } -const Parameter& Parameter::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base); +const TypedInterface& TypedInterface::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_TypedInterface_flyteidl_2fcore_2finterface_2eproto.base); return *internal_default_instance(); } -void Parameter::clear_behavior() { -// @@protoc_insertion_point(one_of_clear_start:flyteidl.core.Parameter) - switch (behavior_case()) { - case kDefault: { - delete behavior_.default__; - break; - } - case kRequired: { - // No need to clear - break; - } - case BEHAVIOR_NOT_SET: { - break; - } - } - _oneof_case_[0] = BEHAVIOR_NOT_SET; -} - - -void Parameter::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.core.Parameter) +void TypedInterface::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.TypedInterface) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaNoVirtual() == nullptr && var_ != nullptr) { - delete var_; + if (GetArenaNoVirtual() == nullptr && inputs_ != nullptr) { + delete inputs_; } - var_ = nullptr; - clear_behavior(); + inputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && outputs_ != nullptr) { + delete outputs_; + } + outputs_ = nullptr; _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* Parameter::_InternalParse(const char* begin, const char* end, void* object, +const char* TypedInterface::_InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { - auto msg = static_cast(object); + auto msg = static_cast(object); ::google::protobuf::int32 size; (void)size; int depth; (void)depth; ::google::protobuf::uint32 tag; @@ -1584,39 +1416,32 @@ const char* Parameter::_InternalParse(const char* begin, const char* end, void* ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // .flyteidl.core.Variable var = 1; + // .flyteidl.core.VariableMap inputs = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::core::Variable::_InternalParse; - object = msg->mutable_var(); + parser_till_end = ::flyteidl::core::VariableMap::_InternalParse; + object = msg->mutable_inputs(); if (size > end - ptr) goto len_delim_till_end; ptr += size; GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( {parser_till_end, object}, ptr - size, ptr)); break; } - // .flyteidl.core.Literal default = 2; + // .flyteidl.core.VariableMap outputs = 2; case 2: { if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::core::Literal::_InternalParse; - object = msg->mutable_default_(); + parser_till_end = ::flyteidl::core::VariableMap::_InternalParse; + object = msg->mutable_outputs(); if (size > end - ptr) goto len_delim_till_end; ptr += size; GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( {parser_till_end, object}, ptr - size, ptr)); break; } - // bool required = 3; - case 3: { - if (static_cast<::google::protobuf::uint8>(tag) != 24) goto handle_unusual; - msg->set_required(::google::protobuf::internal::ReadVarint(&ptr)); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - break; - } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -1637,46 +1462,32 @@ const char* Parameter::_InternalParse(const char* begin, const char* end, void* {parser_till_end, object}, size); } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool Parameter::MergePartialFromCodedStream( +bool TypedInterface::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:flyteidl.core.Parameter) + // @@protoc_insertion_point(parse_start:flyteidl.core.TypedInterface) for (;;) { ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // .flyteidl.core.Variable var = 1; + // .flyteidl.core.VariableMap inputs = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_var())); + input, mutable_inputs())); } else { goto handle_unusual; } break; } - // .flyteidl.core.Literal default = 2; + // .flyteidl.core.VariableMap outputs = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_default_())); - } else { - goto handle_unusual; - } - break; - } - - // bool required = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == (24 & 0xFF)) { - clear_behavior(); - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( - input, &behavior_.required_))); - set_has_required(); + input, mutable_outputs())); } else { goto handle_unusual; } @@ -1695,80 +1506,814 @@ bool Parameter::MergePartialFromCodedStream( } } success: - // @@protoc_insertion_point(parse_success:flyteidl.core.Parameter) + // @@protoc_insertion_point(parse_success:flyteidl.core.TypedInterface) return true; failure: - // @@protoc_insertion_point(parse_failure:flyteidl.core.Parameter) + // @@protoc_insertion_point(parse_failure:flyteidl.core.TypedInterface) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -void Parameter::SerializeWithCachedSizes( +void TypedInterface::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.core.Parameter) + // @@protoc_insertion_point(serialize_start:flyteidl.core.TypedInterface) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.core.Variable var = 1; - if (this->has_var()) { + // .flyteidl.core.VariableMap inputs = 1; + if (this->has_inputs()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, HasBitSetters::var(this), output); + 1, HasBitSetters::inputs(this), output); } - // .flyteidl.core.Literal default = 2; - if (has_default_()) { + // .flyteidl.core.VariableMap outputs = 2; + if (this->has_outputs()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 2, HasBitSetters::default_(this), output); + 2, HasBitSetters::outputs(this), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.core.TypedInterface) +} + +::google::protobuf::uint8* TypedInterface::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.TypedInterface) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.core.VariableMap inputs = 1; + if (this->has_inputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, HasBitSetters::inputs(this), target); + } + + // .flyteidl.core.VariableMap outputs = 2; + if (this->has_outputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::outputs(this), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.TypedInterface) + return target; +} + +size_t TypedInterface::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.TypedInterface) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .flyteidl.core.VariableMap inputs = 1; + if (this->has_inputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *inputs_); + } + + // .flyteidl.core.VariableMap outputs = 2; + if (this->has_outputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *outputs_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void TypedInterface::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.TypedInterface) + GOOGLE_DCHECK_NE(&from, this); + const TypedInterface* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.TypedInterface) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.TypedInterface) + MergeFrom(*source); + } +} + +void TypedInterface::MergeFrom(const TypedInterface& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.TypedInterface) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_inputs()) { + mutable_inputs()->::flyteidl::core::VariableMap::MergeFrom(from.inputs()); + } + if (from.has_outputs()) { + mutable_outputs()->::flyteidl::core::VariableMap::MergeFrom(from.outputs()); + } +} + +void TypedInterface::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.TypedInterface) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void TypedInterface::CopyFrom(const TypedInterface& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.TypedInterface) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool TypedInterface::IsInitialized() const { + return true; +} + +void TypedInterface::Swap(TypedInterface* other) { + if (other == this) return; + InternalSwap(other); +} +void TypedInterface::InternalSwap(TypedInterface* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(inputs_, other->inputs_); + swap(outputs_, other->outputs_); +} + +::google::protobuf::Metadata TypedInterface::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto); + return ::file_level_metadata_flyteidl_2fcore_2finterface_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +void Parameter::InitAsDefaultInstance() { + ::flyteidl::core::_Parameter_default_instance_._instance.get_mutable()->var_ = const_cast< ::flyteidl::core::Variable*>( + ::flyteidl::core::Variable::internal_default_instance()); + ::flyteidl::core::_Parameter_default_instance_.default__ = const_cast< ::flyteidl::core::Literal*>( + ::flyteidl::core::Literal::internal_default_instance()); + ::flyteidl::core::_Parameter_default_instance_.required_ = false; +} +class Parameter::HasBitSetters { + public: + static const ::flyteidl::core::Variable& var(const Parameter* msg); + static const ::flyteidl::core::Literal& default_(const Parameter* msg); +}; + +const ::flyteidl::core::Variable& +Parameter::HasBitSetters::var(const Parameter* msg) { + return *msg->var_; +} +const ::flyteidl::core::Literal& +Parameter::HasBitSetters::default_(const Parameter* msg) { + return *msg->behavior_.default__; +} +void Parameter::set_allocated_default_(::flyteidl::core::Literal* default_) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_behavior(); + if (default_) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + default_ = ::google::protobuf::internal::GetOwnedMessage( + message_arena, default_, submessage_arena); + } + set_has_default_(); + behavior_.default__ = default_; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.Parameter.default) +} +void Parameter::clear_default_() { + if (has_default_()) { + delete behavior_.default__; + clear_has_behavior(); + } +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int Parameter::kVarFieldNumber; +const int Parameter::kDefaultFieldNumber; +const int Parameter::kRequiredFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +Parameter::Parameter() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.core.Parameter) +} +Parameter::Parameter(const Parameter& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + if (from.has_var()) { + var_ = new ::flyteidl::core::Variable(*from.var_); + } else { + var_ = nullptr; + } + clear_has_behavior(); + switch (from.behavior_case()) { + case kDefault: { + mutable_default_()->::flyteidl::core::Literal::MergeFrom(from.default_()); + break; + } + case kRequired: { + set_required(from.required()); + break; + } + case BEHAVIOR_NOT_SET: { + break; + } + } + // @@protoc_insertion_point(copy_constructor:flyteidl.core.Parameter) +} + +void Parameter::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base); + var_ = nullptr; + clear_has_behavior(); +} + +Parameter::~Parameter() { + // @@protoc_insertion_point(destructor:flyteidl.core.Parameter) + SharedDtor(); +} + +void Parameter::SharedDtor() { + if (this != internal_default_instance()) delete var_; + if (has_behavior()) { + clear_behavior(); + } +} + +void Parameter::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const Parameter& Parameter::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base); + return *internal_default_instance(); +} + + +void Parameter::clear_behavior() { +// @@protoc_insertion_point(one_of_clear_start:flyteidl.core.Parameter) + switch (behavior_case()) { + case kDefault: { + delete behavior_.default__; + break; + } + case kRequired: { + // No need to clear + break; + } + case BEHAVIOR_NOT_SET: { + break; + } + } + _oneof_case_[0] = BEHAVIOR_NOT_SET; +} + + +void Parameter::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.Parameter) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + if (GetArenaNoVirtual() == nullptr && var_ != nullptr) { + delete var_; + } + var_ = nullptr; + clear_behavior(); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* Parameter::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // .flyteidl.core.Variable var = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::Variable::_InternalParse; + object = msg->mutable_var(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // .flyteidl.core.Literal default = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::Literal::_InternalParse; + object = msg->mutable_default_(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // bool required = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 24) goto handle_unusual; + msg->set_required(::google::protobuf::internal::ReadVarint(&ptr)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool Parameter::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.core.Parameter) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // .flyteidl.core.Variable var = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_var())); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.core.Literal default = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_default_())); + } else { + goto handle_unusual; + } + break; + } + + // bool required = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (24 & 0xFF)) { + clear_behavior(); + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + bool, ::google::protobuf::internal::WireFormatLite::TYPE_BOOL>( + input, &behavior_.required_))); + set_has_required(); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.core.Parameter) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.core.Parameter) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void Parameter::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.core.Parameter) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.core.Variable var = 1; + if (this->has_var()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, HasBitSetters::var(this), output); + } + + // .flyteidl.core.Literal default = 2; + if (has_default_()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, HasBitSetters::default_(this), output); + } + + // bool required = 3; + if (has_required()) { + ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->required(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.core.Parameter) +} + +::google::protobuf::uint8* Parameter::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.Parameter) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.core.Variable var = 1; + if (this->has_var()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, HasBitSetters::var(this), target); + } + + // .flyteidl.core.Literal default = 2; + if (has_default_()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::default_(this), target); + } + + // bool required = 3; + if (has_required()) { + target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(3, this->required(), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.Parameter) + return target; +} + +size_t Parameter::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.Parameter) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .flyteidl.core.Variable var = 1; + if (this->has_var()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *var_); + } + + switch (behavior_case()) { + // .flyteidl.core.Literal default = 2; + case kDefault: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *behavior_.default__); + break; + } + // bool required = 3; + case kRequired: { + total_size += 1 + 1; + break; + } + case BEHAVIOR_NOT_SET: { + break; + } + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void Parameter::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.Parameter) + GOOGLE_DCHECK_NE(&from, this); + const Parameter* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.Parameter) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.Parameter) + MergeFrom(*source); + } +} + +void Parameter::MergeFrom(const Parameter& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.Parameter) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.has_var()) { + mutable_var()->::flyteidl::core::Variable::MergeFrom(from.var()); + } + switch (from.behavior_case()) { + case kDefault: { + mutable_default_()->::flyteidl::core::Literal::MergeFrom(from.default_()); + break; + } + case kRequired: { + set_required(from.required()); + break; + } + case BEHAVIOR_NOT_SET: { + break; + } + } +} + +void Parameter::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.Parameter) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void Parameter::CopyFrom(const Parameter& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.Parameter) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool Parameter::IsInitialized() const { + return true; +} + +void Parameter::Swap(Parameter* other) { + if (other == this) return; + InternalSwap(other); +} +void Parameter::InternalSwap(Parameter* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(var_, other->var_); + swap(behavior_, other->behavior_); + swap(_oneof_case_[0], other->_oneof_case_[0]); +} + +::google::protobuf::Metadata Parameter::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto); + return ::file_level_metadata_flyteidl_2fcore_2finterface_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +void ParameterMap::InitAsDefaultInstance() { +} +class ParameterMap::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int ParameterMap::kParametersFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +ParameterMap::ParameterMap() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.core.ParameterMap) +} +ParameterMap::ParameterMap(const ParameterMap& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr), + parameters_(from.parameters_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + // @@protoc_insertion_point(copy_constructor:flyteidl.core.ParameterMap) +} + +void ParameterMap::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base); +} + +ParameterMap::~ParameterMap() { + // @@protoc_insertion_point(destructor:flyteidl.core.ParameterMap) + SharedDtor(); +} + +void ParameterMap::SharedDtor() { +} + +void ParameterMap::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ParameterMap& ParameterMap::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base); + return *internal_default_instance(); +} + + +void ParameterMap::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.ParameterMap) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + parameters_.Clear(); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* ParameterMap::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // repeated .flyteidl.core.ParameterMapEntry parameters = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::ParameterMapEntry::_InternalParse; + object = msg->add_parameters(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool ParameterMap::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.core.ParameterMap) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // repeated .flyteidl.core.ParameterMapEntry parameters = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, add_parameters())); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.core.ParameterMap) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.core.ParameterMap) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void ParameterMap::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.core.ParameterMap) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; - // bool required = 3; - if (has_required()) { - ::google::protobuf::internal::WireFormatLite::WriteBool(3, this->required(), output); + // repeated .flyteidl.core.ParameterMapEntry parameters = 1; + for (unsigned int i = 0, + n = static_cast(this->parameters_size()); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, + this->parameters(static_cast(i)), + output); } if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } - // @@protoc_insertion_point(serialize_end:flyteidl.core.Parameter) + // @@protoc_insertion_point(serialize_end:flyteidl.core.ParameterMap) } -::google::protobuf::uint8* Parameter::InternalSerializeWithCachedSizesToArray( +::google::protobuf::uint8* ParameterMap::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.Parameter) + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.ParameterMap) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.core.Variable var = 1; - if (this->has_var()) { - target = ::google::protobuf::internal::WireFormatLite:: - InternalWriteMessageToArray( - 1, HasBitSetters::var(this), target); - } - - // .flyteidl.core.Literal default = 2; - if (has_default_()) { + // repeated .flyteidl.core.ParameterMapEntry parameters = 1; + for (unsigned int i = 0, + n = static_cast(this->parameters_size()); i < n; i++) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( - 2, HasBitSetters::default_(this), target); - } - - // bool required = 3; - if (has_required()) { - target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(3, this->required(), target); + 1, this->parameters(static_cast(i)), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } - // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.Parameter) + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.ParameterMap) return target; } -size_t Parameter::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.Parameter) +size_t ParameterMap::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.ParameterMap) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { @@ -1780,106 +2325,76 @@ size_t Parameter::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // .flyteidl.core.Variable var = 1; - if (this->has_var()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSize( - *var_); - } - - switch (behavior_case()) { - // .flyteidl.core.Literal default = 2; - case kDefault: { - total_size += 1 + + // repeated .flyteidl.core.ParameterMapEntry parameters = 1; + { + unsigned int count = static_cast(this->parameters_size()); + total_size += 1UL * count; + for (unsigned int i = 0; i < count; i++) { + total_size += ::google::protobuf::internal::WireFormatLite::MessageSize( - *behavior_.default__); - break; - } - // bool required = 3; - case kRequired: { - total_size += 1 + 1; - break; - } - case BEHAVIOR_NOT_SET: { - break; + this->parameters(static_cast(i))); } } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; } -void Parameter::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.Parameter) +void ParameterMap::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.ParameterMap) GOOGLE_DCHECK_NE(&from, this); - const Parameter* source = - ::google::protobuf::DynamicCastToGenerated( + const ParameterMap* source = + ::google::protobuf::DynamicCastToGenerated( &from); if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.Parameter) + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.ParameterMap) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.Parameter) + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.ParameterMap) MergeFrom(*source); } } -void Parameter::MergeFrom(const Parameter& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.Parameter) +void ParameterMap::MergeFrom(const ParameterMap& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.ParameterMap) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - if (from.has_var()) { - mutable_var()->::flyteidl::core::Variable::MergeFrom(from.var()); - } - switch (from.behavior_case()) { - case kDefault: { - mutable_default_()->::flyteidl::core::Literal::MergeFrom(from.default_()); - break; - } - case kRequired: { - set_required(from.required()); - break; - } - case BEHAVIOR_NOT_SET: { - break; - } - } + parameters_.MergeFrom(from.parameters_); } -void Parameter::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.Parameter) +void ParameterMap::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.ParameterMap) if (&from == this) return; Clear(); MergeFrom(from); } -void Parameter::CopyFrom(const Parameter& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.Parameter) +void ParameterMap::CopyFrom(const ParameterMap& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.ParameterMap) if (&from == this) return; Clear(); MergeFrom(from); } -bool Parameter::IsInitialized() const { +bool ParameterMap::IsInitialized() const { return true; } -void Parameter::Swap(Parameter* other) { +void ParameterMap::Swap(ParameterMap* other) { if (other == this) return; InternalSwap(other); } -void Parameter::InternalSwap(Parameter* other) { +void ParameterMap::InternalSwap(ParameterMap* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - swap(var_, other->var_); - swap(behavior_, other->behavior_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + CastToBase(¶meters_)->InternalSwap(CastToBase(&other->parameters_)); } -::google::protobuf::Metadata Parameter::GetMetadata() const { +::google::protobuf::Metadata ParameterMap::GetMetadata() const { ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto); return ::file_level_metadata_flyteidl_2fcore_2finterface_2eproto[kIndexInFileMessages]; } @@ -1887,102 +2402,89 @@ ::google::protobuf::Metadata Parameter::GetMetadata() const { // =================================================================== -ParameterMap_ParametersEntry_DoNotUse::ParameterMap_ParametersEntry_DoNotUse() {} -ParameterMap_ParametersEntry_DoNotUse::ParameterMap_ParametersEntry_DoNotUse(::google::protobuf::Arena* arena) - : SuperType(arena) {} -void ParameterMap_ParametersEntry_DoNotUse::MergeFrom(const ParameterMap_ParametersEntry_DoNotUse& other) { - MergeFromInternal(other); -} -::google::protobuf::Metadata ParameterMap_ParametersEntry_DoNotUse::GetMetadata() const { - ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto); - return ::file_level_metadata_flyteidl_2fcore_2finterface_2eproto[5]; -} -void ParameterMap_ParametersEntry_DoNotUse::MergeFrom( - const ::google::protobuf::Message& other) { - ::google::protobuf::Message::MergeFrom(other); -} - -#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool ParameterMap_ParametersEntry_DoNotUse::_ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { - using MF = ::google::protobuf::internal::MapField< - ParameterMap_ParametersEntry_DoNotUse, EntryKeyType, EntryValueType, - kEntryKeyFieldType, kEntryValueFieldType, - kEntryDefaultEnumValue>; - auto mf = static_cast(object); - Parser> parser(mf); -#define DO_(x) if (!(x)) return false - DO_(parser.ParseMap(begin, end)); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - parser.key().data(), static_cast(parser.key().length()), - ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.core.ParameterMap.ParametersEntry.key")); -#undef DO_ - return true; -} -#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - - -// =================================================================== - -void ParameterMap::InitAsDefaultInstance() { +void ParameterMapEntry::InitAsDefaultInstance() { + ::flyteidl::core::_ParameterMapEntry_default_instance_._instance.get_mutable()->parameter_ = const_cast< ::flyteidl::core::Parameter*>( + ::flyteidl::core::Parameter::internal_default_instance()); } -class ParameterMap::HasBitSetters { +class ParameterMapEntry::HasBitSetters { public: + static const ::flyteidl::core::Parameter& parameter(const ParameterMapEntry* msg); }; +const ::flyteidl::core::Parameter& +ParameterMapEntry::HasBitSetters::parameter(const ParameterMapEntry* msg) { + return *msg->parameter_; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ParameterMap::kParametersFieldNumber; +const int ParameterMapEntry::kNameFieldNumber; +const int ParameterMapEntry::kParameterFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 -ParameterMap::ParameterMap() +ParameterMapEntry::ParameterMapEntry() : ::google::protobuf::Message(), _internal_metadata_(nullptr) { SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(constructor:flyteidl.core.ParameterMapEntry) } -ParameterMap::ParameterMap(const ParameterMap& from) +ParameterMapEntry::ParameterMapEntry(const ParameterMapEntry& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - parameters_.MergeFrom(from.parameters_); - // @@protoc_insertion_point(copy_constructor:flyteidl.core.ParameterMap) + name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.name().size() > 0) { + name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + } + if (from.has_parameter()) { + parameter_ = new ::flyteidl::core::Parameter(*from.parameter_); + } else { + parameter_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.core.ParameterMapEntry) } -void ParameterMap::SharedCtor() { +void ParameterMapEntry::SharedCtor() { ::google::protobuf::internal::InitSCC( - &scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base); + &scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto.base); + name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + parameter_ = nullptr; } -ParameterMap::~ParameterMap() { - // @@protoc_insertion_point(destructor:flyteidl.core.ParameterMap) +ParameterMapEntry::~ParameterMapEntry() { + // @@protoc_insertion_point(destructor:flyteidl.core.ParameterMapEntry) SharedDtor(); } -void ParameterMap::SharedDtor() { +void ParameterMapEntry::SharedDtor() { + name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete parameter_; } -void ParameterMap::SetCachedSize(int size) const { +void ParameterMapEntry::SetCachedSize(int size) const { _cached_size_.Set(size); } -const ParameterMap& ParameterMap::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base); +const ParameterMapEntry& ParameterMapEntry::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto.base); return *internal_default_instance(); } -void ParameterMap::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.core.ParameterMap) +void ParameterMapEntry::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.core.ParameterMapEntry) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - parameters_.Clear(); + name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && parameter_ != nullptr) { + delete parameter_; + } + parameter_ = nullptr; _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* ParameterMap::_InternalParse(const char* begin, const char* end, void* object, +const char* ParameterMapEntry::_InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { - auto msg = static_cast(object); + auto msg = static_cast(object); ::google::protobuf::int32 size; (void)size; int depth; (void)depth; ::google::protobuf::uint32 tag; @@ -1992,23 +2494,33 @@ const char* ParameterMap::_InternalParse(const char* begin, const char* end, voi ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // map parameters = 1; + // string name = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; - do { - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::google::protobuf::internal::SlowMapEntryParser; - auto parse_map = ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse::_ParseMap; - ctx->extra_parse_data().payload.clear(); - ctx->extra_parse_data().parse_map = parse_map; - object = &msg->parameters_; - if (size > end - ptr) goto len_delim_till_end; - auto newend = ptr + size; - GOOGLE_PROTOBUF_PARSER_ASSERT(parse_map(ptr, newend, object, ctx)); - ptr = newend; - if (ptr >= end) break; - } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.core.ParameterMapEntry.name"); + object = msg->mutable_name(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // .flyteidl.core.Parameter parameter = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::Parameter::_InternalParse; + object = msg->mutable_parameter(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); break; } default: { @@ -2026,37 +2538,45 @@ const char* ParameterMap::_InternalParse(const char* begin, const char* end, voi } // switch } // while return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; len_delim_till_end: return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, {parser_till_end, object}, size); } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool ParameterMap::MergePartialFromCodedStream( +bool ParameterMapEntry::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(parse_start:flyteidl.core.ParameterMapEntry) for (;;) { ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // map parameters = 1; + // string name = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - ParameterMap_ParametersEntry_DoNotUse::Parser< ::google::protobuf::internal::MapField< - ParameterMap_ParametersEntry_DoNotUse, - ::std::string, ::flyteidl::core::Parameter, - ::google::protobuf::internal::WireFormatLite::TYPE_STRING, - ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE, - 0 >, - ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter > > parser(¶meters_); - DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual( - input, &parser)); + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_name())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - parser.key().data(), static_cast(parser.key().length()), + this->name().data(), static_cast(this->name().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.core.ParameterMap.ParametersEntry.key")); + "flyteidl.core.ParameterMapEntry.name")); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.core.Parameter parameter = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_parameter())); } else { goto handle_unusual; } @@ -2075,134 +2595,78 @@ bool ParameterMap::MergePartialFromCodedStream( } } success: - // @@protoc_insertion_point(parse_success:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(parse_success:flyteidl.core.ParameterMapEntry) return true; failure: - // @@protoc_insertion_point(parse_failure:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(parse_failure:flyteidl.core.ParameterMapEntry) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -void ParameterMap::SerializeWithCachedSizes( +void ParameterMapEntry::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(serialize_start:flyteidl.core.ParameterMapEntry) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // map parameters = 1; - if (!this->parameters().empty()) { - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::const_pointer - ConstPtr; - typedef ConstPtr SortItem; - typedef ::google::protobuf::internal::CompareByDerefFirst Less; - struct Utf8Check { - static void Check(ConstPtr p) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - p->first.data(), static_cast(p->first.length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.ParameterMap.ParametersEntry.key"); - } - }; - - if (output->IsSerializationDeterministic() && - this->parameters().size() > 1) { - ::std::unique_ptr items( - new SortItem[this->parameters().size()]); - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::size_type size_type; - size_type n = 0; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::const_iterator - it = this->parameters().begin(); - it != this->parameters().end(); ++it, ++n) { - items[static_cast(n)] = SortItem(&*it); - } - ::std::sort(&items[0], &items[static_cast(n)], Less()); - ::std::unique_ptr entry; - for (size_type i = 0; i < n; i++) { - entry.reset(parameters_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(1, *entry, output); - Utf8Check::Check(&(*items[static_cast(i)])); - } - } else { - ::std::unique_ptr entry; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::const_iterator - it = this->parameters().begin(); - it != this->parameters().end(); ++it) { - entry.reset(parameters_.NewEntryWrapper(it->first, it->second)); - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(1, *entry, output); - Utf8Check::Check(&(*it)); - } - } + // string name = 1; + if (this->name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->name().data(), static_cast(this->name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.ParameterMapEntry.name"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->name(), output); + } + + // .flyteidl.core.Parameter parameter = 2; + if (this->has_parameter()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, HasBitSetters::parameter(this), output); } if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } - // @@protoc_insertion_point(serialize_end:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(serialize_end:flyteidl.core.ParameterMapEntry) } -::google::protobuf::uint8* ParameterMap::InternalSerializeWithCachedSizesToArray( +::google::protobuf::uint8* ParameterMapEntry::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.ParameterMapEntry) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // map parameters = 1; - if (!this->parameters().empty()) { - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::const_pointer - ConstPtr; - typedef ConstPtr SortItem; - typedef ::google::protobuf::internal::CompareByDerefFirst Less; - struct Utf8Check { - static void Check(ConstPtr p) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - p->first.data(), static_cast(p->first.length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.core.ParameterMap.ParametersEntry.key"); - } - }; - - if (false && - this->parameters().size() > 1) { - ::std::unique_ptr items( - new SortItem[this->parameters().size()]); - typedef ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::size_type size_type; - size_type n = 0; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::const_iterator - it = this->parameters().begin(); - it != this->parameters().end(); ++it, ++n) { - items[static_cast(n)] = SortItem(&*it); - } - ::std::sort(&items[0], &items[static_cast(n)], Less()); - ::std::unique_ptr entry; - for (size_type i = 0; i < n; i++) { - entry.reset(parameters_.NewEntryWrapper(items[static_cast(i)]->first, items[static_cast(i)]->second)); - target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(1, *entry, target); - Utf8Check::Check(&(*items[static_cast(i)])); - } - } else { - ::std::unique_ptr entry; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::const_iterator - it = this->parameters().begin(); - it != this->parameters().end(); ++it) { - entry.reset(parameters_.NewEntryWrapper(it->first, it->second)); - target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageNoVirtualToArray(1, *entry, target); - Utf8Check::Check(&(*it)); - } - } + // string name = 1; + if (this->name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->name().data(), static_cast(this->name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.core.ParameterMapEntry.name"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->name(), target); + } + + // .flyteidl.core.Parameter parameter = 2; + if (this->has_parameter()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::parameter(this), target); } if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } - // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.ParameterMapEntry) return target; } -size_t ParameterMap::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.ParameterMap) +size_t ParameterMapEntry::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.ParameterMapEntry) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { @@ -2214,18 +2678,18 @@ size_t ParameterMap::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // map parameters = 1; - total_size += 1 * - ::google::protobuf::internal::FromIntSize(this->parameters_size()); - { - ::std::unique_ptr entry; - for (::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >::const_iterator - it = this->parameters().begin(); - it != this->parameters().end(); ++it) { - entry.reset(parameters_.NewEntryWrapper(it->first, it->second)); - total_size += ::google::protobuf::internal::WireFormatLite:: - MessageSizeNoVirtual(*entry); - } + // string name = 1; + if (this->name().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->name()); + } + + // .flyteidl.core.Parameter parameter = 2; + if (this->has_parameter()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *parameter_); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); @@ -2233,60 +2697,68 @@ size_t ParameterMap::ByteSizeLong() const { return total_size; } -void ParameterMap::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.ParameterMap) +void ParameterMapEntry::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.ParameterMapEntry) GOOGLE_DCHECK_NE(&from, this); - const ParameterMap* source = - ::google::protobuf::DynamicCastToGenerated( + const ParameterMapEntry* source = + ::google::protobuf::DynamicCastToGenerated( &from); if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.ParameterMapEntry) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.ParameterMapEntry) MergeFrom(*source); } } -void ParameterMap::MergeFrom(const ParameterMap& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.ParameterMap) +void ParameterMapEntry::MergeFrom(const ParameterMapEntry& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.ParameterMapEntry) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - parameters_.MergeFrom(from.parameters_); + if (from.name().size() > 0) { + + name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + } + if (from.has_parameter()) { + mutable_parameter()->::flyteidl::core::Parameter::MergeFrom(from.parameter()); + } } -void ParameterMap::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.ParameterMap) +void ParameterMapEntry::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.ParameterMapEntry) if (&from == this) return; Clear(); MergeFrom(from); } -void ParameterMap::CopyFrom(const ParameterMap& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.ParameterMap) +void ParameterMapEntry::CopyFrom(const ParameterMapEntry& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.ParameterMapEntry) if (&from == this) return; Clear(); MergeFrom(from); } -bool ParameterMap::IsInitialized() const { +bool ParameterMapEntry::IsInitialized() const { return true; } -void ParameterMap::Swap(ParameterMap* other) { +void ParameterMapEntry::Swap(ParameterMapEntry* other) { if (other == this) return; InternalSwap(other); } -void ParameterMap::InternalSwap(ParameterMap* other) { +void ParameterMapEntry::InternalSwap(ParameterMapEntry* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - parameters_.Swap(&other->parameters_); + name_.Swap(&other->name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(parameter_, other->parameter_); } -::google::protobuf::Metadata ParameterMap::GetMetadata() const { +::google::protobuf::Metadata ParameterMapEntry::GetMetadata() const { ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto); return ::file_level_metadata_flyteidl_2fcore_2finterface_2eproto[kIndexInFileMessages]; } @@ -2300,24 +2772,24 @@ namespace protobuf { template<> PROTOBUF_NOINLINE ::flyteidl::core::Variable* Arena::CreateMaybeMessage< ::flyteidl::core::Variable >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::core::Variable >(arena); } -template<> PROTOBUF_NOINLINE ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse >(arena); -} template<> PROTOBUF_NOINLINE ::flyteidl::core::VariableMap* Arena::CreateMaybeMessage< ::flyteidl::core::VariableMap >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::core::VariableMap >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::core::VariableMapEntry* Arena::CreateMaybeMessage< ::flyteidl::core::VariableMapEntry >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::VariableMapEntry >(arena); +} template<> PROTOBUF_NOINLINE ::flyteidl::core::TypedInterface* Arena::CreateMaybeMessage< ::flyteidl::core::TypedInterface >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::core::TypedInterface >(arena); } template<> PROTOBUF_NOINLINE ::flyteidl::core::Parameter* Arena::CreateMaybeMessage< ::flyteidl::core::Parameter >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::core::Parameter >(arena); } -template<> PROTOBUF_NOINLINE ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse* Arena::CreateMaybeMessage< ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse >(arena); -} template<> PROTOBUF_NOINLINE ::flyteidl::core::ParameterMap* Arena::CreateMaybeMessage< ::flyteidl::core::ParameterMap >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::core::ParameterMap >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::core::ParameterMapEntry* Arena::CreateMaybeMessage< ::flyteidl::core::ParameterMapEntry >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::core::ParameterMapEntry >(arena); +} } // namespace protobuf } // namespace google diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.h b/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.h index 91e935e086..66b1e1496f 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.h @@ -30,9 +30,6 @@ #include #include // IWYU pragma: export #include // IWYU pragma: export -#include // IWYU pragma: export -#include -#include #include #include "flyteidl/core/types.pb.h" #include "flyteidl/core/literals.pb.h" @@ -61,9 +58,9 @@ extern ParameterDefaultTypeInternal _Parameter_default_instance_; class ParameterMap; class ParameterMapDefaultTypeInternal; extern ParameterMapDefaultTypeInternal _ParameterMap_default_instance_; -class ParameterMap_ParametersEntry_DoNotUse; -class ParameterMap_ParametersEntry_DoNotUseDefaultTypeInternal; -extern ParameterMap_ParametersEntry_DoNotUseDefaultTypeInternal _ParameterMap_ParametersEntry_DoNotUse_default_instance_; +class ParameterMapEntry; +class ParameterMapEntryDefaultTypeInternal; +extern ParameterMapEntryDefaultTypeInternal _ParameterMapEntry_default_instance_; class TypedInterface; class TypedInterfaceDefaultTypeInternal; extern TypedInterfaceDefaultTypeInternal _TypedInterface_default_instance_; @@ -73,20 +70,20 @@ extern VariableDefaultTypeInternal _Variable_default_instance_; class VariableMap; class VariableMapDefaultTypeInternal; extern VariableMapDefaultTypeInternal _VariableMap_default_instance_; -class VariableMap_VariablesEntry_DoNotUse; -class VariableMap_VariablesEntry_DoNotUseDefaultTypeInternal; -extern VariableMap_VariablesEntry_DoNotUseDefaultTypeInternal _VariableMap_VariablesEntry_DoNotUse_default_instance_; +class VariableMapEntry; +class VariableMapEntryDefaultTypeInternal; +extern VariableMapEntryDefaultTypeInternal _VariableMapEntry_default_instance_; } // namespace core } // namespace flyteidl namespace google { namespace protobuf { template<> ::flyteidl::core::Parameter* Arena::CreateMaybeMessage<::flyteidl::core::Parameter>(Arena*); template<> ::flyteidl::core::ParameterMap* Arena::CreateMaybeMessage<::flyteidl::core::ParameterMap>(Arena*); -template<> ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse>(Arena*); +template<> ::flyteidl::core::ParameterMapEntry* Arena::CreateMaybeMessage<::flyteidl::core::ParameterMapEntry>(Arena*); template<> ::flyteidl::core::TypedInterface* Arena::CreateMaybeMessage<::flyteidl::core::TypedInterface>(Arena*); template<> ::flyteidl::core::Variable* Arena::CreateMaybeMessage<::flyteidl::core::Variable>(Arena*); template<> ::flyteidl::core::VariableMap* Arena::CreateMaybeMessage<::flyteidl::core::VariableMap>(Arena*); -template<> ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::core::VariableMap_VariablesEntry_DoNotUse>(Arena*); +template<> ::flyteidl::core::VariableMapEntry* Arena::CreateMaybeMessage<::flyteidl::core::VariableMapEntry>(Arena*); } // namespace protobuf } // namespace google namespace flyteidl { @@ -224,30 +221,6 @@ class Variable final : }; // ------------------------------------------------------------------- -class VariableMap_VariablesEntry_DoNotUse : public ::google::protobuf::internal::MapEntry { -public: -#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -static bool _ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); -#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - typedef ::google::protobuf::internal::MapEntry SuperType; - VariableMap_VariablesEntry_DoNotUse(); - VariableMap_VariablesEntry_DoNotUse(::google::protobuf::Arena* arena); - void MergeFrom(const VariableMap_VariablesEntry_DoNotUse& other); - static const VariableMap_VariablesEntry_DoNotUse* internal_default_instance() { return reinterpret_cast(&_VariableMap_VariablesEntry_DoNotUse_default_instance_); } - void MergeFrom(const ::google::protobuf::Message& other) final; - ::google::protobuf::Metadata GetMetadata() const; -}; - -// ------------------------------------------------------------------- - class VariableMap final : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.core.VariableMap) */ { public: @@ -286,7 +259,7 @@ class VariableMap final : &_VariableMap_default_instance_); } static constexpr int kIndexInFileMessages = - 2; + 1; void Swap(VariableMap* other); friend void swap(VariableMap& a, VariableMap& b) { @@ -341,29 +314,156 @@ class VariableMap final : // nested types ---------------------------------------------------- - // accessors ------------------------------------------------------- - // map variables = 1; + // repeated .flyteidl.core.VariableMapEntry variables = 1; int variables_size() const; void clear_variables(); static const int kVariablesFieldNumber = 1; - const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >& - variables() const; - ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >* + ::flyteidl::core::VariableMapEntry* mutable_variables(int index); + ::google::protobuf::RepeatedPtrField< ::flyteidl::core::VariableMapEntry >* mutable_variables(); + const ::flyteidl::core::VariableMapEntry& variables(int index) const; + ::flyteidl::core::VariableMapEntry* add_variables(); + const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::VariableMapEntry >& + variables() const; // @@protoc_insertion_point(class_scope:flyteidl.core.VariableMap) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::internal::MapField< - VariableMap_VariablesEntry_DoNotUse, - ::std::string, ::flyteidl::core::Variable, - ::google::protobuf::internal::WireFormatLite::TYPE_STRING, - ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE, - 0 > variables_; + ::google::protobuf::RepeatedPtrField< ::flyteidl::core::VariableMapEntry > variables_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fcore_2finterface_2eproto; +}; +// ------------------------------------------------------------------- + +class VariableMapEntry final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.core.VariableMapEntry) */ { + public: + VariableMapEntry(); + virtual ~VariableMapEntry(); + + VariableMapEntry(const VariableMapEntry& from); + + inline VariableMapEntry& operator=(const VariableMapEntry& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + VariableMapEntry(VariableMapEntry&& from) noexcept + : VariableMapEntry() { + *this = ::std::move(from); + } + + inline VariableMapEntry& operator=(VariableMapEntry&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const VariableMapEntry& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const VariableMapEntry* internal_default_instance() { + return reinterpret_cast( + &_VariableMapEntry_default_instance_); + } + static constexpr int kIndexInFileMessages = + 2; + + void Swap(VariableMapEntry* other); + friend void swap(VariableMapEntry& a, VariableMapEntry& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline VariableMapEntry* New() const final { + return CreateMaybeMessage(nullptr); + } + + VariableMapEntry* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const VariableMapEntry& from); + void MergeFrom(const VariableMapEntry& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(VariableMapEntry* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string name = 1; + void clear_name(); + static const int kNameFieldNumber = 1; + const ::std::string& name() const; + void set_name(const ::std::string& value); + #if LANG_CXX11 + void set_name(::std::string&& value); + #endif + void set_name(const char* value); + void set_name(const char* value, size_t size); + ::std::string* mutable_name(); + ::std::string* release_name(); + void set_allocated_name(::std::string* name); + + // .flyteidl.core.Variable var = 2; + bool has_var() const; + void clear_var(); + static const int kVarFieldNumber = 2; + const ::flyteidl::core::Variable& var() const; + ::flyteidl::core::Variable* release_var(); + ::flyteidl::core::Variable* mutable_var(); + void set_allocated_var(::flyteidl::core::Variable* var); + + // @@protoc_insertion_point(class_scope:flyteidl.core.VariableMapEntry) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr name_; + ::flyteidl::core::Variable* var_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fcore_2finterface_2eproto; }; @@ -647,30 +747,6 @@ class Parameter final : }; // ------------------------------------------------------------------- -class ParameterMap_ParametersEntry_DoNotUse : public ::google::protobuf::internal::MapEntry { -public: -#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -static bool _ParseMap(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); -#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - typedef ::google::protobuf::internal::MapEntry SuperType; - ParameterMap_ParametersEntry_DoNotUse(); - ParameterMap_ParametersEntry_DoNotUse(::google::protobuf::Arena* arena); - void MergeFrom(const ParameterMap_ParametersEntry_DoNotUse& other); - static const ParameterMap_ParametersEntry_DoNotUse* internal_default_instance() { return reinterpret_cast(&_ParameterMap_ParametersEntry_DoNotUse_default_instance_); } - void MergeFrom(const ::google::protobuf::Message& other) final; - ::google::protobuf::Metadata GetMetadata() const; -}; - -// ------------------------------------------------------------------- - class ParameterMap final : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.core.ParameterMap) */ { public: @@ -709,7 +785,7 @@ class ParameterMap final : &_ParameterMap_default_instance_); } static constexpr int kIndexInFileMessages = - 6; + 5; void Swap(ParameterMap* other); friend void swap(ParameterMap& a, ParameterMap& b) { @@ -764,29 +840,156 @@ class ParameterMap final : // nested types ---------------------------------------------------- - // accessors ------------------------------------------------------- - // map parameters = 1; + // repeated .flyteidl.core.ParameterMapEntry parameters = 1; int parameters_size() const; void clear_parameters(); static const int kParametersFieldNumber = 1; - const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >& - parameters() const; - ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >* + ::flyteidl::core::ParameterMapEntry* mutable_parameters(int index); + ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ParameterMapEntry >* mutable_parameters(); + const ::flyteidl::core::ParameterMapEntry& parameters(int index) const; + ::flyteidl::core::ParameterMapEntry* add_parameters(); + const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ParameterMapEntry >& + parameters() const; // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMap) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::internal::MapField< - ParameterMap_ParametersEntry_DoNotUse, - ::std::string, ::flyteidl::core::Parameter, - ::google::protobuf::internal::WireFormatLite::TYPE_STRING, - ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE, - 0 > parameters_; + ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ParameterMapEntry > parameters_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fcore_2finterface_2eproto; +}; +// ------------------------------------------------------------------- + +class ParameterMapEntry final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.core.ParameterMapEntry) */ { + public: + ParameterMapEntry(); + virtual ~ParameterMapEntry(); + + ParameterMapEntry(const ParameterMapEntry& from); + + inline ParameterMapEntry& operator=(const ParameterMapEntry& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + ParameterMapEntry(ParameterMapEntry&& from) noexcept + : ParameterMapEntry() { + *this = ::std::move(from); + } + + inline ParameterMapEntry& operator=(ParameterMapEntry&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const ParameterMapEntry& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ParameterMapEntry* internal_default_instance() { + return reinterpret_cast( + &_ParameterMapEntry_default_instance_); + } + static constexpr int kIndexInFileMessages = + 6; + + void Swap(ParameterMapEntry* other); + friend void swap(ParameterMapEntry& a, ParameterMapEntry& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline ParameterMapEntry* New() const final { + return CreateMaybeMessage(nullptr); + } + + ParameterMapEntry* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const ParameterMapEntry& from); + void MergeFrom(const ParameterMapEntry& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ParameterMapEntry* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string name = 1; + void clear_name(); + static const int kNameFieldNumber = 1; + const ::std::string& name() const; + void set_name(const ::std::string& value); + #if LANG_CXX11 + void set_name(::std::string&& value); + #endif + void set_name(const char* value); + void set_name(const char* value, size_t size); + ::std::string* mutable_name(); + ::std::string* release_name(); + void set_allocated_name(::std::string* name); + + // .flyteidl.core.Parameter parameter = 2; + bool has_parameter() const; + void clear_parameter(); + static const int kParameterFieldNumber = 2; + const ::flyteidl::core::Parameter& parameter() const; + ::flyteidl::core::Parameter* release_parameter(); + ::flyteidl::core::Parameter* mutable_parameter(); + void set_allocated_parameter(::flyteidl::core::Parameter* parameter); + + // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMapEntry) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr name_; + ::flyteidl::core::Parameter* parameter_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fcore_2finterface_2eproto; }; @@ -901,26 +1104,144 @@ inline void Variable::set_allocated_description(::std::string* description) { // ------------------------------------------------------------------- -// ------------------------------------------------------------------- - // VariableMap -// map variables = 1; +// repeated .flyteidl.core.VariableMapEntry variables = 1; inline int VariableMap::variables_size() const { return variables_.size(); } inline void VariableMap::clear_variables() { variables_.Clear(); } -inline const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >& -VariableMap::variables() const { - // @@protoc_insertion_point(field_map:flyteidl.core.VariableMap.variables) - return variables_.GetMap(); +inline ::flyteidl::core::VariableMapEntry* VariableMap::mutable_variables(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.core.VariableMap.variables) + return variables_.Mutable(index); } -inline ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >* +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::core::VariableMapEntry >* VariableMap::mutable_variables() { - // @@protoc_insertion_point(field_mutable_map:flyteidl.core.VariableMap.variables) - return variables_.MutableMap(); + // @@protoc_insertion_point(field_mutable_list:flyteidl.core.VariableMap.variables) + return &variables_; +} +inline const ::flyteidl::core::VariableMapEntry& VariableMap::variables(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.core.VariableMap.variables) + return variables_.Get(index); +} +inline ::flyteidl::core::VariableMapEntry* VariableMap::add_variables() { + // @@protoc_insertion_point(field_add:flyteidl.core.VariableMap.variables) + return variables_.Add(); +} +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::VariableMapEntry >& +VariableMap::variables() const { + // @@protoc_insertion_point(field_list:flyteidl.core.VariableMap.variables) + return variables_; +} + +// ------------------------------------------------------------------- + +// VariableMapEntry + +// string name = 1; +inline void VariableMapEntry::clear_name() { + name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& VariableMapEntry::name() const { + // @@protoc_insertion_point(field_get:flyteidl.core.VariableMapEntry.name) + return name_.GetNoArena(); +} +inline void VariableMapEntry::set_name(const ::std::string& value) { + + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.core.VariableMapEntry.name) +} +#if LANG_CXX11 +inline void VariableMapEntry::set_name(::std::string&& value) { + + name_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.VariableMapEntry.name) +} +#endif +inline void VariableMapEntry::set_name(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.core.VariableMapEntry.name) +} +inline void VariableMapEntry::set_name(const char* value, size_t size) { + + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.core.VariableMapEntry.name) +} +inline ::std::string* VariableMapEntry::mutable_name() { + + // @@protoc_insertion_point(field_mutable:flyteidl.core.VariableMapEntry.name) + return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* VariableMapEntry::release_name() { + // @@protoc_insertion_point(field_release:flyteidl.core.VariableMapEntry.name) + + return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void VariableMapEntry::set_allocated_name(::std::string* name) { + if (name != nullptr) { + + } else { + + } + name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.VariableMapEntry.name) +} + +// .flyteidl.core.Variable var = 2; +inline bool VariableMapEntry::has_var() const { + return this != internal_default_instance() && var_ != nullptr; +} +inline void VariableMapEntry::clear_var() { + if (GetArenaNoVirtual() == nullptr && var_ != nullptr) { + delete var_; + } + var_ = nullptr; +} +inline const ::flyteidl::core::Variable& VariableMapEntry::var() const { + const ::flyteidl::core::Variable* p = var_; + // @@protoc_insertion_point(field_get:flyteidl.core.VariableMapEntry.var) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_Variable_default_instance_); +} +inline ::flyteidl::core::Variable* VariableMapEntry::release_var() { + // @@protoc_insertion_point(field_release:flyteidl.core.VariableMapEntry.var) + + ::flyteidl::core::Variable* temp = var_; + var_ = nullptr; + return temp; +} +inline ::flyteidl::core::Variable* VariableMapEntry::mutable_var() { + + if (var_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::Variable>(GetArenaNoVirtual()); + var_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.core.VariableMapEntry.var) + return var_; +} +inline void VariableMapEntry::set_allocated_var(::flyteidl::core::Variable* var) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete var_; + } + if (var) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + var = ::google::protobuf::internal::GetOwnedMessage( + message_arena, var, submessage_arena); + } + + } else { + + } + var_ = var; + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.VariableMapEntry.var) } // ------------------------------------------------------------------- @@ -1159,26 +1480,144 @@ inline Parameter::BehaviorCase Parameter::behavior_case() const { } // ------------------------------------------------------------------- -// ------------------------------------------------------------------- - // ParameterMap -// map parameters = 1; +// repeated .flyteidl.core.ParameterMapEntry parameters = 1; inline int ParameterMap::parameters_size() const { return parameters_.size(); } inline void ParameterMap::clear_parameters() { parameters_.Clear(); } -inline const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >& -ParameterMap::parameters() const { - // @@protoc_insertion_point(field_map:flyteidl.core.ParameterMap.parameters) - return parameters_.GetMap(); +inline ::flyteidl::core::ParameterMapEntry* ParameterMap::mutable_parameters(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.core.ParameterMap.parameters) + return parameters_.Mutable(index); } -inline ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >* +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ParameterMapEntry >* ParameterMap::mutable_parameters() { - // @@protoc_insertion_point(field_mutable_map:flyteidl.core.ParameterMap.parameters) - return parameters_.MutableMap(); + // @@protoc_insertion_point(field_mutable_list:flyteidl.core.ParameterMap.parameters) + return ¶meters_; +} +inline const ::flyteidl::core::ParameterMapEntry& ParameterMap::parameters(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.core.ParameterMap.parameters) + return parameters_.Get(index); +} +inline ::flyteidl::core::ParameterMapEntry* ParameterMap::add_parameters() { + // @@protoc_insertion_point(field_add:flyteidl.core.ParameterMap.parameters) + return parameters_.Add(); +} +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::ParameterMapEntry >& +ParameterMap::parameters() const { + // @@protoc_insertion_point(field_list:flyteidl.core.ParameterMap.parameters) + return parameters_; +} + +// ------------------------------------------------------------------- + +// ParameterMapEntry + +// string name = 1; +inline void ParameterMapEntry::clear_name() { + name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& ParameterMapEntry::name() const { + // @@protoc_insertion_point(field_get:flyteidl.core.ParameterMapEntry.name) + return name_.GetNoArena(); +} +inline void ParameterMapEntry::set_name(const ::std::string& value) { + + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.core.ParameterMapEntry.name) +} +#if LANG_CXX11 +inline void ParameterMapEntry::set_name(::std::string&& value) { + + name_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.core.ParameterMapEntry.name) +} +#endif +inline void ParameterMapEntry::set_name(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.core.ParameterMapEntry.name) +} +inline void ParameterMapEntry::set_name(const char* value, size_t size) { + + name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.core.ParameterMapEntry.name) +} +inline ::std::string* ParameterMapEntry::mutable_name() { + + // @@protoc_insertion_point(field_mutable:flyteidl.core.ParameterMapEntry.name) + return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* ParameterMapEntry::release_name() { + // @@protoc_insertion_point(field_release:flyteidl.core.ParameterMapEntry.name) + + return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void ParameterMapEntry::set_allocated_name(::std::string* name) { + if (name != nullptr) { + + } else { + + } + name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.ParameterMapEntry.name) +} + +// .flyteidl.core.Parameter parameter = 2; +inline bool ParameterMapEntry::has_parameter() const { + return this != internal_default_instance() && parameter_ != nullptr; +} +inline void ParameterMapEntry::clear_parameter() { + if (GetArenaNoVirtual() == nullptr && parameter_ != nullptr) { + delete parameter_; + } + parameter_ = nullptr; +} +inline const ::flyteidl::core::Parameter& ParameterMapEntry::parameter() const { + const ::flyteidl::core::Parameter* p = parameter_; + // @@protoc_insertion_point(field_get:flyteidl.core.ParameterMapEntry.parameter) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_Parameter_default_instance_); +} +inline ::flyteidl::core::Parameter* ParameterMapEntry::release_parameter() { + // @@protoc_insertion_point(field_release:flyteidl.core.ParameterMapEntry.parameter) + + ::flyteidl::core::Parameter* temp = parameter_; + parameter_ = nullptr; + return temp; +} +inline ::flyteidl::core::Parameter* ParameterMapEntry::mutable_parameter() { + + if (parameter_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::Parameter>(GetArenaNoVirtual()); + parameter_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.core.ParameterMapEntry.parameter) + return parameter_; +} +inline void ParameterMapEntry::set_allocated_parameter(::flyteidl::core::Parameter* parameter) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete parameter_; + } + if (parameter) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + parameter = ::google::protobuf::internal::GetOwnedMessage( + message_arena, parameter, submessage_arena); + } + + } else { + + } + parameter_ = parameter; + // @@protoc_insertion_point(field_set_allocated:flyteidl.core.ParameterMapEntry.parameter) } #ifdef __GNUC__ diff --git a/flyteidl/gen/pb-go/flyteidl/core/interface.pb.go b/flyteidl/gen/pb-go/flyteidl/core/interface.pb.go index 5bca18cb45..5d172ca8da 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/interface.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/interface.pb.go @@ -70,13 +70,13 @@ func (m *Variable) GetDescription() string { return "" } -// A map of Variables +// A map of Variables in the form of repeated map entries type VariableMap struct { // Defines a map of variable names to variables. - Variables map[string]*Variable `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Variables []*VariableMapEntry `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *VariableMap) Reset() { *m = VariableMap{} } @@ -104,13 +104,61 @@ func (m *VariableMap) XXX_DiscardUnknown() { var xxx_messageInfo_VariableMap proto.InternalMessageInfo -func (m *VariableMap) GetVariables() map[string]*Variable { +func (m *VariableMap) GetVariables() []*VariableMapEntry { if m != nil { return m.Variables } return nil } +// Map entry of VariableMap +type VariableMapEntry struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Var *Variable `protobuf:"bytes,2,opt,name=var,proto3" json:"var,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VariableMapEntry) Reset() { *m = VariableMapEntry{} } +func (m *VariableMapEntry) String() string { return proto.CompactTextString(m) } +func (*VariableMapEntry) ProtoMessage() {} +func (*VariableMapEntry) Descriptor() ([]byte, []int) { + return fileDescriptor_cd7be6cbe85c3def, []int{2} +} + +func (m *VariableMapEntry) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VariableMapEntry.Unmarshal(m, b) +} +func (m *VariableMapEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VariableMapEntry.Marshal(b, m, deterministic) +} +func (m *VariableMapEntry) XXX_Merge(src proto.Message) { + xxx_messageInfo_VariableMapEntry.Merge(m, src) +} +func (m *VariableMapEntry) XXX_Size() int { + return xxx_messageInfo_VariableMapEntry.Size(m) +} +func (m *VariableMapEntry) XXX_DiscardUnknown() { + xxx_messageInfo_VariableMapEntry.DiscardUnknown(m) +} + +var xxx_messageInfo_VariableMapEntry proto.InternalMessageInfo + +func (m *VariableMapEntry) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *VariableMapEntry) GetVar() *Variable { + if m != nil { + return m.Var + } + return nil +} + // Defines strongly typed inputs and outputs. type TypedInterface struct { Inputs *VariableMap `protobuf:"bytes,1,opt,name=inputs,proto3" json:"inputs,omitempty"` @@ -124,7 +172,7 @@ func (m *TypedInterface) Reset() { *m = TypedInterface{} } func (m *TypedInterface) String() string { return proto.CompactTextString(m) } func (*TypedInterface) ProtoMessage() {} func (*TypedInterface) Descriptor() ([]byte, []int) { - return fileDescriptor_cd7be6cbe85c3def, []int{2} + return fileDescriptor_cd7be6cbe85c3def, []int{3} } func (m *TypedInterface) XXX_Unmarshal(b []byte) error { @@ -179,7 +227,7 @@ func (m *Parameter) Reset() { *m = Parameter{} } func (m *Parameter) String() string { return proto.CompactTextString(m) } func (*Parameter) ProtoMessage() {} func (*Parameter) Descriptor() ([]byte, []int) { - return fileDescriptor_cd7be6cbe85c3def, []int{3} + return fileDescriptor_cd7be6cbe85c3def, []int{4} } func (m *Parameter) XXX_Unmarshal(b []byte) error { @@ -252,20 +300,20 @@ func (*Parameter) XXX_OneofWrappers() []interface{} { } } -// A map of Parameters. +// A map of Parameters in the form of repeated map entries. type ParameterMap struct { // Defines a map of parameter names to parameters. - Parameters map[string]*Parameter `protobuf:"bytes,1,rep,name=parameters,proto3" json:"parameters,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Parameters []*ParameterMapEntry `protobuf:"bytes,1,rep,name=parameters,proto3" json:"parameters,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ParameterMap) Reset() { *m = ParameterMap{} } func (m *ParameterMap) String() string { return proto.CompactTextString(m) } func (*ParameterMap) ProtoMessage() {} func (*ParameterMap) Descriptor() ([]byte, []int) { - return fileDescriptor_cd7be6cbe85c3def, []int{4} + return fileDescriptor_cd7be6cbe85c3def, []int{5} } func (m *ParameterMap) XXX_Unmarshal(b []byte) error { @@ -286,52 +334,99 @@ func (m *ParameterMap) XXX_DiscardUnknown() { var xxx_messageInfo_ParameterMap proto.InternalMessageInfo -func (m *ParameterMap) GetParameters() map[string]*Parameter { +func (m *ParameterMap) GetParameters() []*ParameterMapEntry { if m != nil { return m.Parameters } return nil } +// Map entry of ParameterMap +type ParameterMapEntry struct { + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Parameter *Parameter `protobuf:"bytes,2,opt,name=parameter,proto3" json:"parameter,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ParameterMapEntry) Reset() { *m = ParameterMapEntry{} } +func (m *ParameterMapEntry) String() string { return proto.CompactTextString(m) } +func (*ParameterMapEntry) ProtoMessage() {} +func (*ParameterMapEntry) Descriptor() ([]byte, []int) { + return fileDescriptor_cd7be6cbe85c3def, []int{6} +} + +func (m *ParameterMapEntry) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ParameterMapEntry.Unmarshal(m, b) +} +func (m *ParameterMapEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ParameterMapEntry.Marshal(b, m, deterministic) +} +func (m *ParameterMapEntry) XXX_Merge(src proto.Message) { + xxx_messageInfo_ParameterMapEntry.Merge(m, src) +} +func (m *ParameterMapEntry) XXX_Size() int { + return xxx_messageInfo_ParameterMapEntry.Size(m) +} +func (m *ParameterMapEntry) XXX_DiscardUnknown() { + xxx_messageInfo_ParameterMapEntry.DiscardUnknown(m) +} + +var xxx_messageInfo_ParameterMapEntry proto.InternalMessageInfo + +func (m *ParameterMapEntry) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *ParameterMapEntry) GetParameter() *Parameter { + if m != nil { + return m.Parameter + } + return nil +} + func init() { proto.RegisterType((*Variable)(nil), "flyteidl.core.Variable") proto.RegisterType((*VariableMap)(nil), "flyteidl.core.VariableMap") - proto.RegisterMapType((map[string]*Variable)(nil), "flyteidl.core.VariableMap.VariablesEntry") + proto.RegisterType((*VariableMapEntry)(nil), "flyteidl.core.VariableMapEntry") proto.RegisterType((*TypedInterface)(nil), "flyteidl.core.TypedInterface") proto.RegisterType((*Parameter)(nil), "flyteidl.core.Parameter") proto.RegisterType((*ParameterMap)(nil), "flyteidl.core.ParameterMap") - proto.RegisterMapType((map[string]*Parameter)(nil), "flyteidl.core.ParameterMap.ParametersEntry") + proto.RegisterType((*ParameterMapEntry)(nil), "flyteidl.core.ParameterMapEntry") } func init() { proto.RegisterFile("flyteidl/core/interface.proto", fileDescriptor_cd7be6cbe85c3def) } var fileDescriptor_cd7be6cbe85c3def = []byte{ - // 425 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0x5d, 0x6b, 0xd4, 0x40, - 0x14, 0xed, 0xec, 0x6a, 0xbb, 0x7b, 0xa3, 0x55, 0xe6, 0x41, 0x63, 0xa8, 0x10, 0xf2, 0xb4, 0x45, - 0x9a, 0x40, 0x2c, 0x22, 0x3e, 0x16, 0xc4, 0x8a, 0x0a, 0x32, 0xf8, 0x01, 0xe2, 0xcb, 0x24, 0xb9, - 0x9b, 0x0e, 0xa6, 0x99, 0x71, 0x32, 0x09, 0xc4, 0xdf, 0xe1, 0xdf, 0xf0, 0xcd, 0x1f, 0x28, 0xc9, - 0x26, 0x69, 0xb2, 0x34, 0xf8, 0x36, 0x77, 0xce, 0x39, 0x39, 0x27, 0x73, 0xb8, 0xf0, 0x74, 0x9b, - 0xd5, 0x06, 0x45, 0x92, 0x05, 0xb1, 0xd4, 0x18, 0x88, 0xdc, 0xa0, 0xde, 0xf2, 0x18, 0x7d, 0xa5, - 0xa5, 0x91, 0xf4, 0x7e, 0x0f, 0xfb, 0x0d, 0xec, 0x3c, 0x99, 0xb2, 0x4d, 0xad, 0xb0, 0xd8, 0x31, - 0x9d, 0x93, 0x29, 0x94, 0x09, 0x83, 0x9a, 0x67, 0x1d, 0xea, 0x7d, 0x87, 0xd5, 0x17, 0xae, 0x05, - 0x8f, 0x32, 0xa4, 0x3e, 0xdc, 0x69, 0x84, 0x36, 0x71, 0xc9, 0xc6, 0x0a, 0x1d, 0x7f, 0x62, 0xe1, - 0xbf, 0xdf, 0x09, 0x3f, 0xd5, 0x0a, 0x59, 0xcb, 0xa3, 0x2e, 0x58, 0x09, 0x16, 0xb1, 0x16, 0xca, - 0x08, 0x99, 0xdb, 0x0b, 0x97, 0x6c, 0xd6, 0x6c, 0x7c, 0xe5, 0xfd, 0x21, 0x60, 0xf5, 0x9f, 0xff, - 0xc0, 0x15, 0x7d, 0x03, 0xeb, 0xaa, 0x1b, 0x0b, 0x9b, 0xb8, 0xcb, 0x8d, 0x15, 0x9e, 0xee, 0xd9, - 0x8c, 0xe8, 0xc3, 0xb9, 0x78, 0x9d, 0x1b, 0x5d, 0xb3, 0x1b, 0xad, 0xf3, 0x19, 0x8e, 0xa7, 0x20, - 0x7d, 0x08, 0xcb, 0x1f, 0x58, 0xb7, 0xd9, 0xd7, 0xac, 0x39, 0xd2, 0x33, 0xb8, 0x5b, 0xf1, 0xac, - 0xc4, 0x36, 0x98, 0x15, 0x3e, 0x9e, 0x31, 0x62, 0x3b, 0xd6, 0xab, 0xc5, 0x4b, 0xe2, 0xfd, 0x82, - 0xe3, 0xe6, 0xff, 0x92, 0xb7, 0xfd, 0x6b, 0xd3, 0x10, 0x0e, 0x45, 0xae, 0x4a, 0x53, 0xcc, 0xbc, - 0xca, 0x28, 0x2e, 0xeb, 0x98, 0xf4, 0x1c, 0x8e, 0x64, 0x69, 0x5a, 0xd1, 0xe2, 0xbf, 0xa2, 0x9e, - 0xea, 0xfd, 0x26, 0xb0, 0xfe, 0xc8, 0x35, 0xbf, 0x46, 0x83, 0x9a, 0x9e, 0xc2, 0xb2, 0xe2, 0xba, - 0x33, 0x9d, 0x8d, 0xde, 0x70, 0x68, 0x08, 0x47, 0x09, 0x6e, 0x79, 0x99, 0x99, 0xce, 0xee, 0xd1, - 0xed, 0xcd, 0x5d, 0x1e, 0xb0, 0x9e, 0x48, 0x4f, 0x60, 0xa5, 0xf1, 0x67, 0x29, 0x34, 0x26, 0xf6, - 0xd2, 0x25, 0x9b, 0xd5, 0xe5, 0x01, 0x1b, 0x6e, 0x2e, 0x00, 0x56, 0x11, 0x5e, 0xf1, 0x4a, 0x48, - 0xed, 0xfd, 0x25, 0x70, 0x6f, 0x88, 0xd5, 0x74, 0xf8, 0x0e, 0x40, 0xf5, 0x73, 0x5f, 0xe2, 0xb3, - 0x3d, 0xc7, 0xb1, 0xe0, 0x66, 0xe8, 0x6a, 0x1c, 0xc9, 0x9d, 0xaf, 0xf0, 0x60, 0x0f, 0xbe, 0xa5, - 0x48, 0x7f, 0x5a, 0xa4, 0x3d, 0x67, 0x36, 0x6a, 0xf2, 0xe2, 0xc5, 0xb7, 0xf3, 0x54, 0x98, 0xab, - 0x32, 0xf2, 0x63, 0x79, 0x1d, 0xb4, 0x02, 0xa9, 0xd3, 0x60, 0xd8, 0x85, 0x14, 0xf3, 0x40, 0x45, - 0x67, 0xa9, 0x0c, 0x26, 0xeb, 0x11, 0x1d, 0xb6, 0x6b, 0xf1, 0xfc, 0x5f, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x61, 0xf3, 0xc7, 0x07, 0x7f, 0x03, 0x00, 0x00, + // 410 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0x5f, 0x6b, 0xd4, 0x40, + 0x14, 0xc5, 0x9b, 0x6e, 0x69, 0x37, 0x37, 0x2a, 0x3a, 0x0f, 0x1a, 0x97, 0x8a, 0x21, 0x4f, 0xf1, + 0xc1, 0x04, 0x62, 0xe9, 0x9b, 0x20, 0x05, 0xa1, 0x42, 0x85, 0x3a, 0x88, 0x0f, 0x22, 0xc8, 0x24, + 0xb9, 0x9b, 0x0e, 0x64, 0x33, 0xe3, 0x64, 0xb2, 0x10, 0x3f, 0x87, 0x1f, 0x58, 0xf2, 0x67, 0xd2, + 0x64, 0xdb, 0x65, 0xdf, 0x76, 0xe6, 0xfe, 0xce, 0x9e, 0x33, 0x73, 0x32, 0xf0, 0x66, 0x5d, 0x34, + 0x1a, 0x79, 0x56, 0x44, 0xa9, 0x50, 0x18, 0xf1, 0x52, 0xa3, 0x5a, 0xb3, 0x14, 0x43, 0xa9, 0x84, + 0x16, 0xe4, 0xa9, 0x19, 0x87, 0xed, 0x78, 0xf5, 0x7a, 0x4e, 0xeb, 0x46, 0x62, 0xd5, 0x93, 0xab, + 0xf3, 0xf9, 0xa8, 0xe0, 0x1a, 0x15, 0x2b, 0x86, 0xa9, 0xff, 0x0b, 0x96, 0x3f, 0x98, 0xe2, 0x2c, + 0x29, 0x90, 0x84, 0x70, 0xd2, 0x0a, 0x5d, 0xcb, 0xb3, 0x02, 0x27, 0x5e, 0x85, 0x33, 0x8b, 0xf0, + 0xa6, 0x17, 0x7e, 0x6f, 0x24, 0xd2, 0x8e, 0x23, 0x1e, 0x38, 0x19, 0x56, 0xa9, 0xe2, 0x52, 0x73, + 0x51, 0xba, 0xc7, 0x9e, 0x15, 0xd8, 0x74, 0xba, 0xe5, 0xdf, 0x80, 0x63, 0xfe, 0xfd, 0x2b, 0x93, + 0xe4, 0x23, 0xd8, 0xdb, 0x61, 0x59, 0xb9, 0x96, 0xb7, 0x08, 0x9c, 0xf8, 0xed, 0x8e, 0xcb, 0x04, + 0xff, 0x5c, 0x6a, 0xd5, 0xd0, 0x7b, 0x85, 0xff, 0x0d, 0x9e, 0xef, 0x8e, 0x09, 0x81, 0x93, 0x92, + 0x6d, 0xfa, 0xcc, 0x36, 0xed, 0x7e, 0x93, 0x77, 0xb0, 0xd8, 0x32, 0xd5, 0xe5, 0x71, 0xe2, 0x57, + 0x7b, 0x0c, 0x68, 0xcb, 0xf8, 0x7f, 0xe1, 0x59, 0x7b, 0xa0, 0xec, 0x8b, 0xb9, 0x5e, 0x12, 0xc3, + 0x29, 0x2f, 0x65, 0xad, 0xab, 0x3d, 0xd7, 0x30, 0x49, 0x40, 0x07, 0x92, 0x5c, 0xc0, 0x99, 0xa8, + 0x75, 0x27, 0x3a, 0x3e, 0x28, 0x32, 0xa8, 0xff, 0xcf, 0x02, 0xfb, 0x96, 0x29, 0xb6, 0x41, 0x8d, + 0xca, 0x84, 0xb6, 0x0e, 0x87, 0x26, 0x31, 0x9c, 0x65, 0xb8, 0x66, 0x75, 0xa1, 0x07, 0xbb, 0x97, + 0x8f, 0x57, 0x75, 0x7d, 0x44, 0x0d, 0x48, 0xce, 0x61, 0xa9, 0xf0, 0x4f, 0xcd, 0x15, 0x66, 0xee, + 0xc2, 0xb3, 0x82, 0xe5, 0xf5, 0x11, 0x1d, 0x77, 0xae, 0x00, 0x96, 0x09, 0xde, 0xb1, 0x2d, 0x17, + 0xca, 0xbf, 0x85, 0x27, 0x63, 0xaa, 0xb6, 0xb4, 0x4f, 0x00, 0xd2, 0xac, 0x4d, 0x6b, 0xde, 0x8e, + 0xe1, 0x54, 0xd0, 0xd7, 0x36, 0xd1, 0xf8, 0xbf, 0xe1, 0xc5, 0x03, 0xe0, 0xd1, 0xe2, 0x2e, 0xc1, + 0x1e, 0x65, 0xc3, 0xd1, 0xdc, 0x7d, 0x4e, 0xf4, 0x1e, 0xbd, 0xba, 0xfc, 0x79, 0x91, 0x73, 0x7d, + 0x57, 0x27, 0x61, 0x2a, 0x36, 0x51, 0x27, 0x10, 0x2a, 0x8f, 0xc6, 0x0f, 0x3f, 0xc7, 0x32, 0x92, + 0xc9, 0xfb, 0x5c, 0x44, 0xb3, 0xb7, 0x90, 0x9c, 0x76, 0x6f, 0xe0, 0xc3, 0xff, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x4f, 0x28, 0xd2, 0x09, 0x6c, 0x03, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/core/interface.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/core/interface.pb.validate.go index 6e51a5e88f..7c2387b620 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/interface.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/core/interface.pb.validate.go @@ -120,15 +120,13 @@ func (m *VariableMap) Validate() error { return nil } - for key, val := range m.GetVariables() { - _ = val + for idx, item := range m.GetVariables() { + _, _ = idx, item - // no validation rules for Variables[key] - - if v, ok := interface{}(val).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return VariableMapValidationError{ - field: fmt.Sprintf("Variables[%v]", key), + field: fmt.Sprintf("Variables[%v]", idx), reason: "embedded message failed validation", cause: err, } @@ -194,6 +192,83 @@ var _ interface { ErrorName() string } = VariableMapValidationError{} +// Validate checks the field values on VariableMapEntry with the rules defined +// in the proto definition for this message. If any rules are violated, an +// error is returned. +func (m *VariableMapEntry) Validate() error { + if m == nil { + return nil + } + + // no validation rules for Name + + if v, ok := interface{}(m.GetVar()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return VariableMapEntryValidationError{ + field: "Var", + reason: "embedded message failed validation", + cause: err, + } + } + } + + return nil +} + +// VariableMapEntryValidationError is the validation error returned by +// VariableMapEntry.Validate if the designated constraints aren't met. +type VariableMapEntryValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e VariableMapEntryValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e VariableMapEntryValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e VariableMapEntryValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e VariableMapEntryValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e VariableMapEntryValidationError) ErrorName() string { return "VariableMapEntryValidationError" } + +// Error satisfies the builtin error interface +func (e VariableMapEntryValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sVariableMapEntry.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = VariableMapEntryValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = VariableMapEntryValidationError{} + // Validate checks the field values on TypedInterface with the rules defined in // the proto definition for this message. If any rules are violated, an error // is returned. @@ -380,15 +455,13 @@ func (m *ParameterMap) Validate() error { return nil } - for key, val := range m.GetParameters() { - _ = val + for idx, item := range m.GetParameters() { + _, _ = idx, item - // no validation rules for Parameters[key] - - if v, ok := interface{}(val).(interface{ Validate() error }); ok { + if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ParameterMapValidationError{ - field: fmt.Sprintf("Parameters[%v]", key), + field: fmt.Sprintf("Parameters[%v]", idx), reason: "embedded message failed validation", cause: err, } @@ -453,3 +526,82 @@ var _ interface { Cause() error ErrorName() string } = ParameterMapValidationError{} + +// Validate checks the field values on ParameterMapEntry with the rules defined +// in the proto definition for this message. If any rules are violated, an +// error is returned. +func (m *ParameterMapEntry) Validate() error { + if m == nil { + return nil + } + + // no validation rules for Name + + if v, ok := interface{}(m.GetParameter()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ParameterMapEntryValidationError{ + field: "Parameter", + reason: "embedded message failed validation", + cause: err, + } + } + } + + return nil +} + +// ParameterMapEntryValidationError is the validation error returned by +// ParameterMapEntry.Validate if the designated constraints aren't met. +type ParameterMapEntryValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ParameterMapEntryValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ParameterMapEntryValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ParameterMapEntryValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ParameterMapEntryValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ParameterMapEntryValidationError) ErrorName() string { + return "ParameterMapEntryValidationError" +} + +// Error satisfies the builtin error interface +func (e ParameterMapEntryValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sParameterMapEntry.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ParameterMapEntryValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ParameterMapEntryValidationError{} diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index e02d49244b..7fcbeea19b 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5599,14 +5599,26 @@ "type": "object", "properties": { "parameters": { - "type": "object", - "additionalProperties": { - "$ref": "#/definitions/coreParameter" + "type": "array", + "items": { + "$ref": "#/definitions/coreParameterMapEntry" }, "description": "Defines a map of parameter names to parameters." } }, - "description": "A map of Parameters." + "description": "A map of Parameters in the form of repeated map entries." + }, + "coreParameterMapEntry": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "parameter": { + "$ref": "#/definitions/coreParameter" + } + }, + "title": "Map entry of ParameterMap" }, "corePrimitive": { "type": "object", @@ -6007,14 +6019,26 @@ "type": "object", "properties": { "variables": { - "type": "object", - "additionalProperties": { - "$ref": "#/definitions/coreVariable" + "type": "array", + "items": { + "$ref": "#/definitions/coreVariableMapEntry" }, "description": "Defines a map of variable names to variables." } }, - "title": "A map of Variables" + "title": "A map of Variables in the form of repeated map entries" + }, + "coreVariableMapEntry": { + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "var": { + "$ref": "#/definitions/coreVariable" + } + }, + "title": "Map entry of VariableMap" }, "coreVoid": { "type": "object", diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index 1b6a7409d6..87ea2994c8 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -233,6 +233,7 @@ Class | Method | HTTP request | Description - [CoreOutputReference](docs/CoreOutputReference.md) - [CoreParameter](docs/CoreParameter.md) - [CoreParameterMap](docs/CoreParameterMap.md) + - [CoreParameterMapEntry](docs/CoreParameterMapEntry.md) - [CorePrimitive](docs/CorePrimitive.md) - [CoreQualityOfService](docs/CoreQualityOfService.md) - [CoreQualityOfServiceSpec](docs/CoreQualityOfServiceSpec.md) @@ -255,6 +256,7 @@ Class | Method | HTTP request | Description - [CoreTypedInterface](docs/CoreTypedInterface.md) - [CoreVariable](docs/CoreVariable.md) - [CoreVariableMap](docs/CoreVariableMap.md) + - [CoreVariableMapEntry](docs/CoreVariableMapEntry.md) - [CoreVoid](docs/CoreVoid.md) - [CoreWorkflowExecutionIdentifier](docs/CoreWorkflowExecutionIdentifier.md) - [CoreWorkflowExecutionPhase](docs/CoreWorkflowExecutionPhase.md) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 2e46f07131..d36eef9dfa 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -3982,7 +3982,7 @@ definitions: closure: expected_outputs: variables: - key: + - var: description: "description" type: schema: @@ -4010,12 +4010,42 @@ definitions: - "values" - "values" simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" updated_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" state: {} expected_inputs: parameters: - key: + - parameter: default: scalar: schema: @@ -4092,6 +4122,85 @@ definitions: - "values" simple: {} required: true + name: "name" + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" spec: workflow_id: domain: "domain" @@ -4161,7 +4270,85 @@ definitions: output_location_prefix: "output_location_prefix" default_inputs: parameters: - key: + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" + - parameter: default: scalar: schema: @@ -4238,6 +4425,7 @@ definitions: - "values" simple: {} required: true + name: "name" security_context: run_as: iam_role: "iam_role" @@ -4313,7 +4501,36 @@ definitions: example: expected_outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -4341,12 +4558,13 @@ definitions: - "values" - "values" simple: {} + name: "name" updated_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" state: {} expected_inputs: parameters: - key: + - parameter: default: scalar: schema: @@ -4423,6 +4641,85 @@ definitions: - "values" simple: {} required: true + name: "name" + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" adminLaunchPlanCreateRequest: type: "object" properties: @@ -4465,7 +4762,7 @@ definitions: closure: expected_outputs: variables: - key: + - var: description: "description" type: schema: @@ -4493,12 +4790,120 @@ definitions: - "values" - "values" simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" updated_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" state: {} expected_inputs: parameters: - key: + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" + - parameter: default: scalar: schema: @@ -4575,6 +4980,7 @@ definitions: - "values" simple: {} required: true + name: "name" spec: workflow_id: domain: "domain" @@ -4644,7 +5050,85 @@ definitions: output_location_prefix: "output_location_prefix" default_inputs: parameters: - key: + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" + - parameter: default: scalar: schema: @@ -4721,6 +5205,7 @@ definitions: - "values" simple: {} required: true + name: "name" security_context: run_as: iam_role: "iam_role" @@ -4776,7 +5261,36 @@ definitions: closure: expected_outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -4804,12 +5318,91 @@ definitions: - "values" - "values" simple: {} + name: "name" updated_at: "2000-01-23T04:56:07.000+00:00" created_at: "2000-01-23T04:56:07.000+00:00" state: {} expected_inputs: parameters: - key: + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" + - parameter: default: scalar: schema: @@ -4886,6 +5479,7 @@ definitions: - "values" simple: {} required: true + name: "name" spec: workflow_id: domain: "domain" @@ -4955,7 +5549,85 @@ definitions: output_location_prefix: "output_location_prefix" default_inputs: parameters: - key: + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" + - parameter: default: scalar: schema: @@ -5032,6 +5704,7 @@ definitions: - "values" simple: {} required: true + name: "name" security_context: run_as: iam_role: "iam_role" @@ -5253,7 +5926,85 @@ definitions: output_location_prefix: "output_location_prefix" default_inputs: parameters: - key: + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" + - parameter: default: scalar: schema: @@ -5330,6 +6081,7 @@ definitions: - "values" simple: {} required: true + name: "name" security_context: run_as: iam_role: "iam_role" @@ -6738,7 +7490,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -6766,9 +7547,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -6796,6 +7607,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -7608,7 +8420,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -7636,9 +8477,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -7666,6 +8537,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -7770,7 +8642,67 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: + variables: + - var: description: "description" type: schema: @@ -7798,9 +8730,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -7828,6 +8759,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -7965,7 +8897,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -7993,9 +8954,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -8023,6 +9014,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -8870,7 +9862,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -8898,9 +9919,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -8928,6 +9979,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -9649,7 +10701,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -9677,9 +10758,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -9707,6 +10818,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -9860,7 +10972,67 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: + variables: + - var: description: "description" type: schema: @@ -9888,9 +11060,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -9918,6 +11089,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -10383,7 +11555,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -10411,9 +11612,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -10441,6 +11672,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -10587,7 +11819,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -10615,9 +11876,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -10645,6 +11936,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -11599,7 +12891,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -11627,9 +12948,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -11657,6 +13008,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -12456,20 +13808,80 @@ definitions: domain: "domain" resource_type: {} name: "name" - project: "project" - version: "version" - metadata_defaults: - interruptible: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - interface: - outputs: + project: "project" + version: "version" + metadata_defaults: + interruptible: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + interface: + outputs: + variables: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: variables: - key: + - var: description: "description" type: schema: @@ -12497,9 +13909,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -12527,6 +13938,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -12631,7 +14043,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -12659,9 +14100,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -12689,6 +14160,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -12826,7 +14298,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -12854,9 +14355,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -12884,6 +14415,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -13731,7 +15263,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -13759,9 +15320,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -13789,6 +15380,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -14762,7 +16354,67 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: + variables: + - var: description: "description" type: schema: @@ -14790,9 +16442,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -14820,6 +16471,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -15632,7 +17284,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -15660,9 +17341,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -15690,6 +17401,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -15794,7 +17506,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -15822,9 +17563,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -15852,6 +17623,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -15989,7 +17761,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -16017,9 +17818,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -16047,6 +17878,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -16881,20 +18713,80 @@ definitions: domain: "domain" resource_type: {} name: "name" - project: "project" - version: "version" - metadata_defaults: - interruptible: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - interface: - outputs: + project: "project" + version: "version" + metadata_defaults: + interruptible: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + interface: + outputs: + variables: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: variables: - key: + - var: description: "description" type: schema: @@ -16922,9 +18814,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -16952,6 +18843,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -17861,7 +19753,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -17889,9 +19810,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -17919,6 +19870,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -18731,7 +20683,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -18759,9 +20740,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -18789,6 +20800,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -18893,7 +20905,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -18921,9 +20962,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -18951,6 +21022,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -19088,7 +21160,67 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: + variables: + - var: description: "description" type: schema: @@ -19116,9 +21248,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -19146,6 +21277,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -19993,7 +22125,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -20021,9 +22182,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -20051,6 +22242,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -20873,7 +23065,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -20901,9 +23122,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -20931,6 +23182,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -21743,7 +23995,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -21771,9 +24052,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -21801,6 +24112,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -21905,7 +24217,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -21933,9 +24274,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -21963,6 +24334,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -22100,7 +24472,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -22128,9 +24529,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -22158,6 +24589,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -23005,7 +25437,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -23033,9 +25494,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -23063,6 +25554,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -23636,7 +26128,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -23664,9 +26185,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -23694,6 +26245,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -24553,7 +27105,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -24581,9 +27162,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -24611,6 +27222,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -25450,7 +28062,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -25478,9 +28119,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -25508,6 +28179,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -26320,7 +28992,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -26348,9 +29049,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -26378,6 +29109,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -26482,7 +29214,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -26510,9 +29271,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -26540,6 +29331,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -26677,7 +29469,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -26705,9 +29526,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -26735,6 +29586,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -27569,20 +30421,49 @@ definitions: domain: "domain" resource_type: {} name: "name" - project: "project" - version: "version" - metadata_defaults: - interruptible: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - interface: - outputs: - variables: - key: + project: "project" + version: "version" + metadata_defaults: + interruptible: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + interface: + outputs: + variables: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -27610,9 +30491,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -27640,6 +30551,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -28814,14 +31726,92 @@ definitions: type: "object" properties: parameters: - type: "object" + type: "array" description: "Defines a map of parameter names to parameters." - additionalProperties: - $ref: "#/definitions/coreParameter" - description: "A map of Parameters." + items: + $ref: "#/definitions/coreParameterMapEntry" + description: "A map of Parameters in the form of repeated map entries." example: parameters: - key: + - parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" + - parameter: default: scalar: schema: @@ -28898,6 +31888,94 @@ definitions: - "values" simple: {} required: true + name: "name" + coreParameterMapEntry: + type: "object" + properties: + name: + type: "string" + parameter: + $ref: "#/definitions/coreParameter" + title: "Map entry of ParameterMap" + example: + parameter: + default: + scalar: + schema: + type: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + uri: "uri" + blob: + metadata: + type: + dimensionality: {} + format: "format" + uri: "uri" + none_type: {} + primitive: + duration: "duration" + datetime: "2000-01-23T04:56:07.000+00:00" + string_value: "string_value" + boolean: true + float_value: 1.4658129805029452 + integer: "integer" + binary: + tag: "tag" + value: "value" + error: + message: "message" + failed_node_id: "failed_node_id" + generic: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + collection: + literals: + - null + - null + map: + literals: {} + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + required: true + name: "name" corePrimitive: type: "object" properties: @@ -29510,7 +32588,67 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: + variables: + - var: description: "description" type: schema: @@ -29538,9 +32676,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -29568,6 +32705,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -29624,7 +32762,36 @@ definitions: example: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -29652,9 +32819,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -29682,6 +32879,7 @@ definitions: - "values" - "values" simple: {} + name: "name" coreVariable: type: "object" properties: @@ -29724,14 +32922,43 @@ definitions: type: "object" properties: variables: - type: "object" + type: "array" description: "Defines a map of variable names to variables." - additionalProperties: - $ref: "#/definitions/coreVariable" - title: "A map of Variables" + items: + $ref: "#/definitions/coreVariableMapEntry" + title: "A map of Variables in the form of repeated map entries" example: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -29759,6 +32986,45 @@ definitions: - "values" - "values" simple: {} + name: "name" + coreVariableMapEntry: + type: "object" + properties: + name: + type: "string" + var: + $ref: "#/definitions/coreVariable" + title: "Map entry of VariableMap" + example: + var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" coreVoid: type: "object" description: "Used to denote a nil/null/None assignment to a scalar value. The\ @@ -30699,7 +33965,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -30727,9 +34022,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -30757,6 +34082,7 @@ definitions: - "values" - "values" simple: {} + name: "name" eventExternalResourceInfo: type: "object" properties: @@ -31801,7 +35127,67 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + inputs: + variables: + - var: description: "description" type: schema: @@ -31829,9 +35215,8 @@ definitions: - "values" - "values" simple: {} - inputs: - variables: - key: + name: "name" + - var: description: "description" type: schema: @@ -31859,6 +35244,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -32671,7 +36057,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -32699,9 +36114,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -32729,6 +36174,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: @@ -32833,7 +36279,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -32861,9 +36336,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -32891,6 +36396,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -33028,7 +36534,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -33056,9 +36591,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -33086,6 +36651,7 @@ definitions: - "values" - "values" simple: {} + name: "name" config: key: "config" security_context: @@ -33933,7 +37499,36 @@ definitions: interface: outputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -33961,9 +37556,39 @@ definitions: - "values" - "values" simple: {} + name: "name" inputs: variables: - key: + - var: + description: "description" + type: + schema: + columns: + - name: "name" + type: {} + - name: "name" + type: {} + metadata: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + blob: + dimensionality: {} + format: "format" + enum_type: + values: + - "values" + - "values" + simple: {} + name: "name" + - var: description: "description" type: schema: @@ -33991,6 +37616,7 @@ definitions: - "values" - "values" simple: {} + name: "name" connections: upstream: key: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map.go index 0c6fc94fb0..a63f095f50 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map.go @@ -9,8 +9,8 @@ package flyteadmin -// A map of Parameters. +// A map of Parameters in the form of repeated map entries. type CoreParameterMap struct { // Defines a map of parameter names to parameters. - Parameters map[string]CoreParameter `json:"parameters,omitempty"` + Parameters []CoreParameterMapEntry `json:"parameters,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map_entry.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map_entry.go new file mode 100644 index 0000000000..979a05aa8a --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map_entry.go @@ -0,0 +1,15 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +type CoreParameterMapEntry struct { + Name string `json:"name,omitempty"` + Parameter *CoreParameter `json:"parameter,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map.go index 581bc9668a..8b93c6a5c3 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map.go @@ -11,5 +11,5 @@ package flyteadmin type CoreVariableMap struct { // Defines a map of variable names to variables. - Variables map[string]CoreVariable `json:"variables,omitempty"` + Variables []CoreVariableMapEntry `json:"variables,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map_entry.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map_entry.go new file mode 100644 index 0000000000..99b84d4738 --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map_entry.go @@ -0,0 +1,15 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +type CoreVariableMapEntry struct { + Name string `json:"name,omitempty"` + Var_ *CoreVariable `json:"var,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 8e36026a07..e2630f11f4 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb7\x95\x37\xfc\xff\x7e\x0a\x3c\x93\xa7\xca\x76\x42\x51\xb6\xb3\x9b\xca\x6a\xeb\xa9\xf7\xa5\x25\xce\x98\x8f\x35\x92\xa2\xcb\x78\xfd\x2e\x53\x34\xd8\x0d\x92\x88\xba\x01\x06\x40\x4b\xc3\xa4\xf2\xdd\xdf\xc2\xc1\xa5\xd1\x37\xb2\x9b\xa4\x6e\x63\xee\x56\xc5\x23\x76\x37\xae\x07\x07\xe7\xfa\x3b\xff\xfc\x37\x84\xde\xc9\x47\x3c\x9f\x13\xf1\xee\x04\xbd\xfb\xbe\xff\xed\xbb\x9e\xfe\x8d\xb2\x19\x7f\x77\x82\xf4\x73\x84\xde\x29\xaa\x12\xa2\x9f\xcf\x92\x95\x22\x34\x4e\x8e\x25\x11\x0f\x34\x22\xc7\x38\x4e\x29\xeb\x2f\x05\x57\x1c\x3e\x44\xe8\xdd\x03\x11\x92\x72\xa6\x5f\xb7\xff\x44\x8c\x2b\x24\x89\x7a\xf7\x6f\x08\xfd\x0b\x9a\x97\xd1\x82\xa4\x44\xbe\x3b\x41\xff\x63\x3e\x5a\x28\xb5\x74\x0d\xe8\x7f\x4b\xfd\xee\x5f\xe1\xdd\x88\x33\x99\x15\x5e\xc6\xcb\x65\x42\x23\xac\x28\x67\xc7\x7f\x93\x9c\xe5\xef\x2e\x05\x8f\xb3\xa8\xe5\xbb\x58\x2d\x64\x3e\xc7\x63\xbc\xa4\xc7\x0f\xdf\x1d\xe3\x48\xd1\x07\x32\x49\x70\xc6\xa2\xc5\x64\x99\x60\x26\x8f\xff\x49\x63\x3d\xc7\xbf\x91\x48\xfd\x0b\xfe\x88\x79\x8a\x29\x33\xff\x66\x38\x25\xff\xf2\xed\x20\xf4\x6e\x4e\x54\xf0\xa7\x9e\x6d\x96\xa6\x58\xac\xf4\x8a\xbc\x27\x2a\x5a\x20\xb5\x20\xc8\xf4\x83\xdc\x12\xf1\x19\xc2\xe8\x44\x90\xd9\xc9\xaf\x82\xcc\x26\x6e\xa1\xfb\x66\x81\xcf\x61\x34\x57\x09\x66\xbf\xf6\xed\x32\x41\xcb\x31\x91\x91\xa0\x4b\x65\xd7\xfb\x9a\x28\x41\xc9\x03\x09\x3b\x30\x13\x41\x7a\x22\xbe\x33\xb9\x24\x11\x9d\x51\x12\xa3\xe9\x0a\x51\xb6\xcc\x14\x12\xe4\xef\x19\x91\x0a\xcd\x68\xa2\x88\x90\x85\x5e\xf8\x92\x08\x58\xc1\x51\xac\x7b\xf9\x40\xd4\x00\xda\xce\x47\x15\xbe\x2d\x88\x5c\x72\x26\x89\x2c\x2c\x02\x42\xef\xbe\xff\xf6\xdb\xd2\x4f\xd5\x19\x0c\x90\xcc\xa2\x88\x48\x39\xcb\x12\xe4\x5a\x0a\x07\x63\x16\x54\x93\x0f\xae\x34\x86\xd0\xbb\xff\x2d\xc8\x4c\xb7\xf3\xbb\xe3\x98\xcc\x28\xa3\xba\x5d\x69\xa8\x34\x18\x6d\xe1\xab\x7f\xfd\x5b\xdd\xbf\xff\x15\xcc\x68\x89\x05\x4e\x89\x5e\x16\x4f\x57\xe6\xff\x4a\x73\xd1\x94\xa0\x3b\xcf\xa9\xa5\x3c\xf0\xd2\x6c\x2f\x70\x4a\xf4\xce\xeb\xed\xb2\x5f\xc0\xbf\x05\x91\x3c\x13\x11\x41\x53\x92\x70\x36\x97\x48\xf1\xca\x1a\x50\x68\x41\x13\x71\xf9\x89\xde\x4a\x2a\x88\xde\x2b\x25\x32\x52\x7a\xaa\x56\x4b\x18\xa4\x54\x82\xb2\x79\xb8\x14\xff\xea\xb5\x9a\x9a\xa1\xfd\x0e\x33\x33\x1f\x34\x4e\x6c\xcc\x06\xee\x95\x08\x33\x34\x25\x48\x9f\x78\x1a\x13\x41\x62\x84\x25\xc2\x48\x66\x53\x49\x14\x7a\xa4\x6a\x41\x99\xfe\xdb\x90\x6f\xe4\xd6\xec\xf5\xac\x0d\xfc\x73\xfd\xca\xdc\x49\x22\xf4\xc0\x1f\x68\x4c\x62\xf4\x80\x93\x8c\xa0\x19\x17\x85\xe5\xe9\x8f\xd9\xed\x42\xaf\x43\x3a\xa5\x0c\x4e\x9e\x5e\x4b\x47\x21\x7f\x70\xcb\xf5\x07\xa4\xfb\x43\x19\xa3\x7f\xcf\x48\xb2\x42\x34\x26\x4c\xe9\x73\x2d\xcb\xad\xfd\x81\x43\xff\x38\x41\x47\x48\xaf\x33\x11\x0a\xd6\x9b\x33\x45\x3e\x2b\x89\x8e\x50\x42\xef\x09\xfa\xea\x9c\x4a\x85\x06\x57\xa3\xaf\x7a\xe8\xab\xf3\x9c\x71\xc8\xaf\x9e\x61\x85\xfd\xbf\xff\x1a\x1c\x3d\x85\xe7\xe5\x43\xf7\x6e\xa0\x4f\xf3\x8d\xb9\x80\xf2\x16\xfe\xfa\x6f\x61\x3b\x76\xbf\xd6\x73\xf5\x9c\xa5\x5b\x7e\xde\x96\x8b\xc3\x32\x15\x19\xb8\xd4\x3b\xb4\x2b\xff\xae\xdc\x0e\x35\xcc\x5b\xee\xc8\xbd\xf5\xd8\xcb\xec\x5b\xbe\x2d\xfe\xad\xa7\xf0\xd4\x3c\x7c\x17\x06\x8e\x15\x9c\x2c\x4c\x99\x39\x88\xfe\x5c\x0a\xa9\xcf\xa2\x3b\x21\xaf\x84\x6d\xed\xc2\xcf\x83\x99\x05\x2c\xdd\x71\xea\x60\x55\x5e\xe1\xbc\x13\x9a\xd2\x4d\xfb\x3b\x62\xb1\x16\x1e\x2d\x43\x65\x59\x3a\x25\x42\x2f\x83\x63\xad\x30\xdb\xa9\x66\xb5\x2a\x13\x8c\xc4\x2d\xa6\xf9\xf7\x8c\x88\xd5\x9a\x79\xce\x70\x22\x9b\x26\x4a\x99\x22\x5a\x52\x2f\x3d\x9e\x71\x91\x62\x65\x5f\xf8\xd3\xbf\x77\x5d\x08\xc5\xef\xc9\xa6\xfd\x1f\x99\xdd\x8c\xb0\x04\x32\x48\xb3\x44\xd1\x65\x42\xd0\x12\xcf\x89\xb4\x2b\x92\x25\x4a\xf6\xe0\x35\xad\x1d\x10\x71\xe4\x6f\x39\xe8\xc1\xdd\xee\x99\x84\x5f\xd0\xcc\x33\x3b\x46\x3e\x2b\x68\x69\xcc\xe0\x7e\x87\x25\x0a\x6f\xad\x27\x58\xca\xed\x68\x46\x72\xa1\x26\xd3\x55\xff\x9e\x54\xfa\x6d\xa4\x1c\xcc\x10\x56\x4a\xd0\x69\xa6\x88\x9e\xb7\x6e\xc3\xdd\xcf\xc0\x1e\x8d\x10\xd0\x86\x35\xbc\xdc\x84\x63\x2a\x48\x04\x73\xeb\x72\x60\xfc\x57\x7a\xde\x5a\x13\x5b\x99\xd9\xdf\x93\x15\xc8\x3c\x35\x2b\xe0\xb7\x7c\xcc\xc6\x0c\x1d\xa1\xb3\xe1\xcd\xe9\xf0\xe2\x6c\x74\xf1\xe1\x04\xfd\xb0\x42\x31\x99\xe1\x2c\x51\x3d\x34\xa3\x24\x89\x25\xc2\x82\x40\x93\x24\xd6\x72\x8d\x1e\x0c\x61\x31\x65\x73\xc4\x45\x4c\xc4\xd3\x2d\x63\xe9\x29\x61\x59\x5a\xba\x57\xe0\xf7\x7c\xf4\xa5\x2f\xb4\x18\xe3\x1f\x15\x9e\xfc\xb5\xb2\xc0\x30\x63\xdd\x77\xd0\xda\xb3\x09\x4e\xd1\x82\x26\xb1\x20\xec\x58\x61\x79\x3f\x21\x9f\x49\x94\x99\x3b\xf9\x9f\xc5\x1f\x26\x5a\xfa\xe5\x31\x29\xfe\x52\xf8\x23\x17\xb7\x3a\x7f\xea\xf5\xed\xce\x5f\x82\x76\xde\xee\x3b\xf8\x85\xc6\xb5\x6f\xc3\x2f\x1b\xe6\xe0\xde\x59\x33\x58\xf7\x4a\xe3\xa8\xdc\x0b\x56\xd8\xab\x7d\x47\x10\x25\x56\x13\xac\x14\x49\x97\xaa\xa3\xe5\x01\xa3\x44\xcb\xae\xeb\x64\xd5\x0b\x1e\x93\xa1\xeb\xef\x57\x2b\x82\x1a\x61\xd3\x70\xad\x19\x11\x84\x45\xa4\xb9\x85\x5b\x2c\xef\xf3\x16\x36\x0b\xbc\x40\x63\x48\x2f\x3f\xca\x09\xac\xd2\x71\x2e\xf6\xea\x25\xc9\xdf\xdc\x24\xec\x16\xe6\x23\xdf\x73\xa1\x87\xf7\x16\x04\xde\xc2\xc0\x9f\x43\xe6\xdd\xf6\x44\x7f\x71\x56\x8e\x2d\xf9\xd3\xc1\x26\xb2\xfb\x4a\xb6\xb5\xa0\x70\x81\xe4\x4a\x2a\x92\x6e\xb4\xa5\xbc\x9d\x85\xb0\x17\xd0\x6b\x1d\x70\xe9\x0e\xfc\x0d\x9c\xfa\xe2\x8d\x7e\x38\xde\x1d\x96\x6c\x5f\x96\xd0\xd7\x3e\x4f\xe7\xed\x5a\x3f\xd5\x1b\xb7\x7d\x81\xbb\xe7\x4d\x4c\xb3\x20\x6b\xee\x7b\x90\x4f\x64\xce\x68\xdc\x2b\xb7\xda\x13\x18\xc0\x06\x45\xb6\x68\x4b\xf7\xe7\x4f\x7f\x1a\x5a\x80\x8c\xb9\x4f\x2d\xa8\x0c\x8c\x61\x28\xe2\xc2\xc8\x82\xb1\x3d\xef\x46\x97\x1d\xdc\x0e\x6e\x86\xb7\x27\x68\x80\x62\xac\xb0\x3e\xe0\x82\x2c\x05\x91\x84\x29\xb0\x13\xe8\xef\xd5\x0a\xa5\x3c\x26\x89\xd1\x68\xdf\x6b\xc9\x1a\x9d\x61\x85\x4f\xb1\xc2\x09\x9f\xf7\xd1\x00\xfe\xd4\x1f\x53\x89\x70\x22\x39\xc2\x8e\xac\x48\xec\x9a\xc0\x2c\x76\xac\x05\xa3\x88\xa7\x4b\x9a\x78\x3f\x82\x37\xde\x50\x16\xd3\x07\x1a\x67\x38\x41\x7c\xaa\xb9\x8a\xd6\xc0\x87\x0f\x84\xa9\x0c\x27\xc9\x0a\xe1\x24\x41\xb6\x5b\xf7\x02\x92\x0b\x9e\x25\xb1\x6e\xd7\x8d\x52\xd2\x94\x26\x58\x68\x15\xdf\x8c\xf6\xd2\xb6\x85\x6e\x17\xc4\x8f\x15\xc6\xa5\x57\x33\xc5\xf7\x44\x22\xaa\xd0\x92\x4b\x49\xa7\x49\x7e\xe6\xef\x46\x08\xc6\x7d\x7a\x3e\x02\x7b\x41\xa4\x10\x37\x3c\xd4\x75\x6e\xed\x43\xae\xc7\x14\x33\x46\xa0\x63\xae\x16\x44\xd8\xee\xed\xcb\x2f\xad\xfa\xdf\x5d\xdc\x5c\x0d\x4f\x47\xef\x47\xc3\xb3\xaa\xee\x7f\x3b\xb8\xf9\xa9\xfa\xeb\xcf\x97\xd7\x3f\xbd\x3f\xbf\xfc\xb9\xfa\xe4\x7c\x70\x77\x71\xfa\xe3\xe4\xea\x7c\x70\x51\x7d\x68\xc9\xaa\xb5\x19\x21\x1c\x59\xc7\xb3\x75\xb0\x99\x3e\x95\xcd\xb4\xf7\xe5\x1a\x4d\xad\x53\xaa\xbd\xc1\xd4\xdb\x28\xec\x97\x68\x89\xa5\x34\x92\x91\x19\x41\x7f\xcc\x3e\x72\xa1\x19\xd8\x8c\x6b\x1e\xa1\xa5\x27\x25\xb2\x48\x51\x36\xf7\x1f\x9d\xa0\x71\xf6\xed\xb7\x7f\x8c\xce\x29\xbb\x87\x7f\x91\xd7\xb8\x38\x07\x8b\xf2\xc1\xa2\xfc\xdb\xb2\x28\x6b\xd1\xe7\x38\x34\x24\xef\x37\xb8\x4a\x0b\x17\xe0\x13\xd7\xa2\x04\xcf\x94\xfe\xa7\xee\x12\xc8\x63\x4d\x88\x55\x3b\x83\xa5\x8f\xb0\x6a\xe8\x43\xf0\x14\x04\xb9\xcf\x54\x02\x33\x7a\xe4\xe2\x7e\x96\xf0\xc7\x76\xe6\xca\x0f\x44\xf9\x61\x68\xc1\xe9\x2d\x58\x29\x7f\xb6\x33\xf4\x03\xff\x40\x94\x1e\xfb\xb5\xed\xe5\x10\x6c\x75\x08\xb6\x7a\xd9\x60\xab\x57\x65\x2a\x7c\x7a\xd6\x5a\xb4\x2b\x1a\xfe\xda\xe0\x87\x6b\x74\xb3\x35\x78\xd1\x02\x27\xd9\xb3\xf0\xe4\xa2\x2b\x6a\x9f\x7c\xb9\xe8\x6c\xda\xc0\x93\x0b\xc3\x78\x2b\x7c\xb9\x30\xe8\xe7\xe7\xc9\xbf\x09\x3f\xd1\xc1\x0d\xb4\xe5\x42\xbd\x49\xd6\xdd\xf2\x56\x7a\x36\x27\xce\xd3\x5f\x25\x95\x98\x8f\x2e\x41\x1e\x1d\xa2\x3a\x5a\x87\x71\x6c\x88\xdb\xa8\x0d\xd4\xa8\x8b\xcc\xa8\x86\x62\xd4\xc6\x5e\xec\x16\x6c\xb1\xed\xad\xd7\x3e\x7c\xa2\xeb\xad\xd7\x3e\x70\xe2\x03\x51\x85\x61\xbc\x95\x5b\xaf\x30\xe8\xe7\xbf\xf5\x7e\xa3\xf1\x12\x87\x00\x89\x27\x5c\xba\x2f\xfd\xae\x7c\xbd\x21\x10\xbf\x81\x98\x87\x43\x90\x43\xa7\x35\xfa\xb2\xa2\x1a\xbe\xd4\x30\x86\xb7\x19\xb7\x70\x08\x54\x38\x04\x2a\xbc\x84\x47\xe9\xed\x05\x2a\x3c\xa9\xe2\x4b\x34\x59\x49\xb0\xa2\x86\xca\xcd\xbb\x25\x97\xcd\xfa\x5e\xe8\xbc\xae\xd1\xeb\xa0\xcd\xa2\x35\x13\xa8\xf7\x57\xb4\xc0\x12\xf1\x28\xca\x44\xc9\x45\x5b\x3e\xe5\xa7\x82\x60\xa5\x8f\x48\xd1\x70\x89\xa0\x65\x24\x48\xc4\x05\x38\x29\x31\x5a\x2e\xb0\x24\x48\x09\xcc\x24\xdd\xa4\xe5\x99\x56\x61\x5c\xba\x9d\xb7\xa0\xe0\x55\x17\xf1\xb9\xd4\xbb\x29\x8f\x2b\x07\xd2\x9c\xd5\xba\x27\xeb\x6f\x92\xbd\x4d\x1d\xd2\x7e\xdb\xcc\xfc\x09\x8f\x8a\xbe\xb5\xf6\x7c\x54\x0a\x6a\xfc\xb6\x47\xa5\x68\xed\xd8\xcb\x51\x81\x71\xbd\x95\xa3\x52\x5d\xc4\xdf\xcc\x51\xa9\x9b\xfa\x6b\x38\x2a\x2e\x1c\x60\xcf\xc7\xa5\xe2\x83\xdf\xf6\xc8\x54\xc3\x15\xf6\x72\x6c\xfc\xf8\xde\xca\xd1\xa9\x5f\xd0\xdf\xcc\xf1\x69\x9a\xfe\xcb\x1e\x21\xef\x87\x68\x7d\x78\x6e\x05\x9d\xcf\x89\x30\x9a\x51\xa4\x49\x71\x33\xd4\x52\x6e\x79\xdf\xee\xc0\x6c\x3e\x0d\xbe\x87\xb7\x70\x12\xfc\x60\xcd\xd8\x7f\x33\x47\xa0\x32\xef\x57\x42\xfb\xc7\x9a\x13\x3f\x00\x5a\x5b\xbb\x33\x70\x4d\x80\xf0\xe1\x02\x59\x0a\xf2\x40\x79\x26\x93\xd5\x91\xc8\x58\x1d\xb7\x07\x23\xc1\x23\x4d\x12\xc4\x59\xb2\x42\x52\x61\xa1\xdc\x63\x36\x37\x1e\x25\x7d\x98\x12\x2c\x15\xba\x67\xfc\x91\xa1\x19\xa6\x49\x26\x08\x5a\x72\xca\x54\x7f\xcc\x46\x0c\x5d\x9b\x31\x82\xe6\xdd\x43\x99\xd4\x47\x30\xc2\x8c\x71\x85\xa2\x05\x66\x73\x82\x30\x73\xd0\x35\x39\x65\x20\x2e\x50\xb6\x8c\xf5\xc1\xd2\x5d\x94\x6c\x4c\xf9\x01\x1b\xb3\x5b\xb0\x62\x48\x44\x3e\x2b\x41\x52\x92\xac\x74\x1f\x9a\xf6\x15\x47\x76\x7d\xcc\x50\xad\x41\x9c\x08\xc1\x85\x04\x9d\x7d\xba\xfa\x07\x66\x8a\x32\x82\x40\xcd\x94\x06\xf8\xe8\x08\x9d\x73\x09\x31\xd9\x3f\xfd\x59\xa2\x28\xc9\xa4\x22\xa2\x87\xa6\xd9\x5c\x22\xca\xd0\x32\xc1\x6a\xc6\x45\xaa\x47\x48\x99\x54\x78\x4a\x13\xaa\x56\x3d\x94\xe2\x68\x61\xda\x82\x35\x90\xbd\x31\x8b\xf9\x23\x93\x4a\x10\xec\x7b\x77\x0f\xd1\xd7\xe1\x33\x43\x00\xf2\x9b\x1e\x18\xee\x69\xba\x4c\x56\xe1\xf0\x83\x44\x68\xd8\x13\xdd\x08\x89\xd1\x94\x44\x38\x93\xd6\xb0\xa3\xc4\x0a\x91\xcf\x0b\x9c\x49\xd8\x3b\x3d\x3d\x6b\xf5\x88\x78\xba\x4c\x88\x22\x88\xce\x90\x12\x94\xc4\x08\xcf\x31\xd5\x4b\x77\x43\xd6\x24\x6e\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\xb0\x7c\xa4\x5c\x10\x14\x13\x85\x69\x22\xd7\x3b\x25\x9f\x95\xe0\xd0\x93\xd3\x1b\x7a\xbd\xe4\x86\x5e\x35\xb5\xad\xb9\x09\xed\x8e\x1d\xae\xc2\xb7\x74\x15\x16\xb9\xc2\xab\xb8\x0b\x0d\x48\xc4\x1e\x04\x42\x66\xad\xe2\x11\x4e\x76\x94\x0d\xaf\xed\xa0\x3a\x4b\x87\xee\xc3\xc3\xa1\x78\x5b\x87\xc2\xec\xda\xeb\x39\x15\x4d\x09\x15\x7b\x47\x8a\xe9\x82\xf1\xb2\x26\x23\x42\xa2\x14\x2b\x7d\xb1\xcd\xed\x15\xdd\x12\xc5\x30\x07\x75\x79\x53\x07\xe5\x39\x90\x5c\xbe\xec\x88\x85\x43\xa4\xc2\x6f\x10\x81\xf6\xd5\x24\x30\x1e\x72\xa0\x9f\x28\x07\x9a\xca\x43\x0e\xf4\x21\x07\xba\xed\x02\x1d\x72\xa0\x0f\x39\xd0\x6f\x36\x07\xfa\x49\xd3\x9f\xf7\x97\xe4\xbc\x9f\x4c\xe6\x37\x25\x9d\x1f\x24\xf3\x83\x64\x7e\x48\x57\xf6\x53\xdb\x17\x17\x74\x5f\xbf\x8b\x49\x42\x14\x69\x36\xd0\x11\x91\x6a\x85\xc3\xdc\xf0\x94\x69\x51\x70\x2e\x88\x94\xbb\xf2\x34\xdf\x70\x58\x5e\xa1\xc6\x1f\x91\xa3\xcc\x7a\xb2\x04\xbb\xce\x3a\x66\xe7\xdb\x7e\x9b\x2c\xcf\x0f\xff\x00\xd9\x70\xe0\x81\x07\x1e\xb8\xcd\xd4\x5e\x8f\x39\x3a\x38\xcc\x2f\x6a\x8f\x0e\x2a\xed\x4c\x68\xbc\x4b\xb1\x9d\xf6\xc0\xe5\x38\x25\xf1\x10\xd2\x0a\x7c\x52\x84\xf8\x55\x7f\x12\x96\xd1\x71\x09\x04\xed\x2d\xd6\xe1\xd7\xf9\xc2\x17\x6a\x9f\x6c\x67\xc0\xce\x2b\xda\x8c\xe2\x37\x61\xc3\xae\x5d\xe1\x2f\xa4\x1a\xcf\xeb\x60\x24\xcf\x5e\x8c\xe7\x75\x4c\xfb\x60\x53\x3d\xd4\xe2\x39\x58\x0d\x5b\x4e\xf8\x60\x35\x7c\xbd\x56\xc3\x97\x72\x05\x3c\xf3\xf1\x7c\x2e\xd1\xb1\x7d\xa8\xb7\x8b\xc8\x66\x31\xca\x96\x09\xc7\x71\xcb\x72\xba\x81\x44\xd7\x22\xde\x9b\xc5\x48\x90\x39\x95\x8a\x08\xbd\x2f\xb5\x82\xe1\xe6\x00\xf0\xb7\x5a\x37\xb7\x75\x88\x4f\xd8\xed\xbb\x7f\x6f\x31\xfc\x6b\x7b\x67\x03\x27\x9a\xe2\xd8\x17\xb4\x04\xf1\x2d\xc5\x2b\xb4\xc0\x0f\xc4\x85\x25\x3e\xe0\x84\xc6\xb8\xbc\xd6\xa5\x19\xae\x1b\xd0\x7f\x76\x1b\x10\x2e\x0e\xc7\x57\x40\x92\xc5\xb0\x31\x9b\xd1\x0c\xef\x2c\xb4\x62\x9e\x08\x82\xe3\x15\x9a\x12\xc2\x3c\xd9\xd4\xdc\x27\x0d\x63\xde\x8b\xe0\xfc\xe2\x8a\x69\x95\x7a\x5e\x8b\x5a\xfa\x8c\x81\x52\xf5\xfc\x66\x77\x1d\x74\x77\xc5\x53\x7e\xff\xb6\x58\xd0\x21\x78\xea\x60\x9e\x7c\x79\xf3\xe4\x21\x78\xea\xa0\xe8\xbf\x32\x45\xff\x10\x3c\x75\x08\x9e\x3a\x98\x41\xd6\x4f\xfb\x60\x06\xf9\x22\x82\xa7\x5a\xc9\xf0\x5b\x86\x4f\xbd\x71\x69\xfe\x20\xcc\xbb\xf7\x0e\xc2\xfc\x41\x98\xff\x42\x85\xf9\xd7\xb1\xc2\x07\x49\xfe\x20\xc9\x1f\x24\xf9\x83\x24\x7f\x90\xe4\xf7\xbe\x8c\x07\x49\xbe\x5e\x92\x87\x7f\xb9\xea\x0c\x5d\xc5\xfa\x8e\xe2\x7c\xe7\xfc\x88\xee\xce\xc0\x0f\x44\xbd\x55\x4f\xe0\x41\x6a\x3f\x48\xed\xaf\x5b\x6a\x7f\x35\x13\xfa\xf2\x90\xd5\x0f\xd8\xe4\x07\x6c\xf2\x03\x36\xf9\x13\x63\x93\xbb\xaf\xdf\x2d\xb3\x66\xd9\xe6\x0e\xd0\xcb\xec\xe1\x52\x58\x65\xd2\x80\x5b\xe6\xc1\x26\xad\xc4\x9e\x75\xb2\xce\x5d\x0e\x90\x16\xf4\xb0\x59\xee\x41\x03\x85\x52\xae\x75\x37\x46\x0a\xef\x38\x06\x67\x02\x6b\xe6\xf4\x81\x30\xe4\x92\x03\x7a\xf6\x1a\xeb\x81\x31\xe5\x5f\xfe\xf0\x99\x6c\x2d\xac\x10\x46\x8a\xa6\xa4\x8f\x46\x33\xc3\x2d\x22\x7d\xba\x24\x51\xb2\x14\x8d\x65\x28\x1f\x3e\x62\x71\x3e\x56\xd7\x37\xcd\x83\x73\xcc\x6b\x3d\xc7\x6c\xb3\x44\x19\xd6\xeb\x1a\x07\x68\xba\xa9\xe7\x50\x70\xd0\x52\x22\x12\xf7\x65\xa1\x5b\xf7\x72\x8a\x63\xcd\x18\x82\x21\xe4\x69\x65\xe1\xfb\x70\xa7\x53\xe9\xc3\x8b\x0a\xdf\x9b\xaf\x01\xdf\x0e\xf0\xe8\x00\x87\xb7\xd5\x30\x16\x10\xfd\xa6\x45\xbc\x38\x4b\x08\xc2\x52\xf2\x88\x62\x50\x63\x8c\x0c\x80\xa8\x72\x96\x06\xf7\x92\xeb\x3a\xa6\x12\x4f\x13\x12\xdb\x35\x26\x79\xb4\xd3\xda\x91\x53\x89\xa6\x44\x2f\xb1\x66\x53\xc5\xd5\x5f\x18\x09\xa4\x66\x34\xc1\x50\x48\x75\x24\x84\x99\x81\xac\x91\xa0\x0d\x71\xbe\x55\x21\xda\x8c\xfe\x90\x74\x77\x10\xa9\x0f\x22\x75\xa7\x09\x7d\x51\x22\xf5\x2b\x8a\xd0\x74\x0c\xe9\x45\x23\x34\xc1\x07\xaa\x39\xff\xc4\x1b\x36\x65\x5b\x5b\xcf\x39\x95\x4a\xa2\x28\x93\x8a\xa7\xcd\x92\xcf\x47\xd7\xc3\xc0\x77\x70\xca\xd9\x8c\xce\x33\x73\xb7\xfc\x6a\x65\x13\x7f\xa2\x73\x35\x65\xb5\x24\xed\x0c\x43\xde\x6e\xbd\xa9\xb3\xda\x7c\xc4\x1a\x27\x6f\x4d\x3b\x6f\xe2\xb6\xab\x1f\xfa\x73\x5d\x7a\x5d\x94\xd5\xdc\x3e\x6e\x35\x4d\xad\x5f\x4c\xae\x87\x37\x97\x77\xd7\xa7\xc3\x13\x34\x58\x2e\x13\x6a\x5c\x56\x86\xc2\xe8\x3f\xf4\xa4\x4c\x99\x11\x4f\x22\x56\x20\x32\xe8\xbf\xe0\x23\xd3\xfa\x20\x3a\x42\xa7\xe7\x77\x37\xb7\xc3\xeb\x86\x06\x2d\x49\x40\x91\x56\x92\x2e\x13\x90\x8f\xee\xb3\x29\x11\x8c\x68\x09\xdf\x62\x04\xe7\x9e\x33\xd3\xe8\xf0\xbf\x87\xa7\x77\xb7\xa3\xcb\x8b\xc9\x5f\xee\x86\x77\xc3\x13\xe4\x68\x4b\x37\xab\xc7\xa5\x47\x11\xaf\x18\x4e\xb5\xd6\x5d\xac\x87\xf2\xf7\x8c\x64\x20\x8e\xd1\x39\x4b\x09\x40\x77\x17\x5a\x74\x03\x3e\x1f\xfc\x30\x3c\x2f\xb6\xbc\x20\x21\x70\x31\x4a\xf0\x94\x24\xd6\x95\x07\xde\x29\x7d\x7e\x02\x88\x67\xe3\xe3\xcb\xcc\xaa\xfe\xe5\x6e\x70\x3e\xba\xfd\x65\x72\xf9\x7e\x72\x33\xbc\xfe\x34\x3a\x1d\x4e\xac\x26\x75\x3a\xd0\xfd\x16\x7a\xb2\x0a\x17\xfa\x7b\x86\x13\xad\x91\xf3\x99\x83\x32\x46\x8f\x0b\xc2\x50\xc6\x80\xe2\x8c\x9a\x0f\x5a\x49\x88\xe3\x60\x66\x74\x75\x7e\xf7\x61\x74\x31\xb9\xfc\x34\xbc\xbe\x1e\x9d\x0d\x4f\xd0\x0d\x49\x40\x11\x76\x8b\x0e\xbb\xb8\x4c\xb2\x39\x65\x88\xa6\xcb\x84\xe8\xd5\x30\x87\x73\x4a\x16\xf8\x81\x72\x51\xd0\x56\x60\x1d\x81\x15\x40\xfb\x4e\xe1\x9c\x04\x4b\x77\x79\xf1\x7e\xf4\xe1\x04\x0d\xe2\xd8\xcf\x41\x42\x1b\x05\xca\x71\xf0\x13\x47\x15\xf8\x89\x08\x9b\x80\x10\xa8\xe8\xfb\x40\x84\xa0\x31\x91\x2f\xee\x70\x28\x1c\x88\xaa\x0a\x5d\xa6\xf0\xea\x1b\x25\x72\x5d\xf7\x42\x81\xfa\xaa\x2f\x6e\xa2\xa2\xea\x17\x25\x32\x68\x36\x1c\x54\xf6\xb1\xb5\x4d\xa0\xb8\x3e\xcf\x76\x63\x6a\x66\x17\x4f\x9c\x6d\xe8\xf8\x9f\x05\xa6\xf7\xaf\x3d\x46\x48\x99\xa4\x98\xb5\x00\x53\x41\x86\xf8\xaf\xf6\x6a\x6b\x79\x61\x06\x5f\xd6\x7d\x58\xf5\x9d\x04\x1f\xbc\x85\x9b\x30\x1c\xee\x2b\xba\xf5\xae\x43\xd9\xc6\x89\xc8\x29\x51\x18\x2a\x88\x2b\x8e\xe6\x44\xf5\xd1\x25\x83\x67\xb7\x58\xde\xf7\x90\xab\x0e\x83\xb8\x40\xb9\xf0\xf8\x0c\x49\xe5\x6f\xc4\x68\xd8\x5d\xa1\x39\x28\xe6\x07\xc5\xbc\x7e\x65\x0e\x11\x6a\x0d\x2b\xbc\xaf\x1b\xb5\x93\x9d\x7d\x7f\x17\x5f\x60\x56\x77\xc1\x26\x25\xbb\x68\xe1\x46\xdc\x68\x03\x7d\xbb\x97\xe1\xf3\x5a\x41\xf7\x7a\x35\x9a\xe2\x31\x87\x7b\xcf\xfc\xdf\xe1\xde\x3b\xdc\x7b\x87\x7b\xef\x15\xac\xf0\x8b\x5b\x94\x6b\xb8\xfb\x8b\x9a\x94\x37\x29\xc8\x5b\x43\xd3\xe5\x0a\x71\x17\x70\xba\x5f\xdb\x60\xd0\xd5\x98\x92\xab\x1a\xb2\x44\x72\x81\x85\xa9\xca\x1a\xf1\x34\xe5\xac\x68\xab\xee\x21\xef\x58\x07\x43\x20\xcc\x6e\x93\xa5\x39\xef\x86\xbe\x0d\x1b\x73\xb0\x2e\xcf\x91\x51\xb4\x57\x11\xc2\x84\xea\x1f\xf4\xeb\x27\x94\x33\x0e\xd8\x81\x7b\xc5\x0e\x7c\x1d\x73\x7d\x92\xec\xa3\xfd\xdb\xd7\xdf\x46\xc6\xd1\x01\x24\xf0\x90\x53\x73\xc8\xa9\x81\xdf\x0f\x20\x81\xfb\xa3\xd6\xa7\x95\xe9\x79\x4c\x26\xa5\x32\x2a\xfe\xcf\x49\xd9\xe5\x55\x78\x12\xfa\xbf\x0a\x0f\xf2\x24\x23\x68\x9d\xc6\xfb\x2c\xbd\x72\xc1\x63\xb2\x43\xf9\x15\x3d\xa2\xd6\xa5\x57\x0a\x7d\xbd\x72\x11\xde\x2d\x93\x11\xe5\x0b\x03\x7f\x62\x41\xbe\x81\x62\xbe\x44\x6b\x54\x0d\xfd\x1f\x4c\x53\x1b\x17\xea\x4b\xad\x56\x90\x33\xb8\x37\xe4\xa8\x69\x77\x0b\xb8\x90\x9a\x49\xc3\x5d\x50\xff\xdc\xdf\x08\xf5\x8f\x9f\x06\x46\xa6\xfd\x85\x50\x42\x8f\x29\x5e\x05\xdb\xa2\xc6\x14\xba\x7f\x1b\x76\x9e\x70\xc4\xcf\x61\xe9\x59\x4b\x4c\x5f\xdc\x35\xb1\xee\x68\x1c\x2e\x8b\x96\xcb\xf5\xa5\x5e\x19\x07\xb4\x97\x75\xb6\x97\x03\x9c\xca\xc1\xf4\xf3\x7a\x26\x7c\x30\xfd\xbc\x69\xd3\x8f\x71\x54\x4f\x96\x58\x10\xa6\x6a\x64\xf4\xf2\x75\x02\xaf\x87\x79\xf3\x4e\xea\x80\x06\x8c\xb4\x68\x2f\x64\x7f\x55\x7d\x59\xb6\x20\x2b\x18\x4c\x8c\x5c\x11\xe4\x0d\x1d\xff\x33\xff\x77\xa0\x04\x04\x3f\xd6\x38\x7c\xd7\x05\x82\x19\x0c\x7b\xa9\xaf\xef\xcc\xc6\x84\xed\x2b\xdb\xc8\x09\x89\x0d\x8e\xda\xe6\xf8\x31\x97\x52\x40\xe2\x5c\xe0\xca\x67\x58\x13\x57\x66\x7b\x3a\x72\x62\x58\x1e\x3f\xb1\x31\xcc\xec\xca\x7c\x7a\x06\x5f\xbe\xad\x4c\xa4\x86\xa1\x3f\x6f\xf8\x59\x95\x1c\xdb\x9d\x6e\x47\x1c\xd4\xe4\xd6\x3c\x2e\x28\x78\x62\x00\x2a\x0e\xee\xf3\x60\xc3\x5d\xfe\x34\x86\xf4\xa2\xa6\xeb\xe9\xb9\x05\xc8\xca\x99\x6b\x37\x71\x4b\xa3\x6f\x77\xde\x2f\x1e\x8c\xb3\x81\xee\x5f\x34\x30\x67\x0d\xe3\xde\xad\x5c\xe4\x8b\xf1\x65\x6f\xbb\x7f\x3e\xce\xfc\x81\xa8\x2f\x8f\x2d\x7f\x20\xea\xb9\x78\xf2\xb6\x8c\x78\x2d\x33\xca\x6b\x04\xbd\xd1\x38\x91\x0a\xff\x7d\xb3\xd3\xed\x12\xaf\xf5\xb3\x99\xa4\x0d\xd6\xf2\xa9\xe8\xe1\x54\x15\xb7\x06\x8c\x82\x0e\x78\x48\x19\x3e\xa4\x0c\x1f\x52\x86\x0f\x29\xc3\xaf\x2f\x65\xd8\x7d\xfd\x2e\x26\x09\x51\xa4\x51\x6e\x3a\x83\xc7\x2f\x25\x37\x99\xde\x9f\x51\x6a\x32\x1d\x7e\x79\x82\x93\x99\xd7\x41\x76\x3a\xc8\x4e\xfb\x98\xee\x6b\xd5\x5e\x1d\x95\xbf\x06\xed\xb5\x35\x3a\x51\x1e\x24\xb6\x31\x36\xc0\x4e\xfb\xd7\x8d\x41\x01\x01\xd2\xa3\x1b\xce\x26\xc7\xff\x95\x1b\xf6\xdb\x61\x72\xf2\xa9\xf9\xd8\x2e\xee\x4d\xb7\xee\x5f\xac\x77\xf3\x50\xcb\xa2\x76\xad\x0e\xce\xd7\x35\x8b\x73\x70\xbe\x1e\x9c\xaf\xaf\xce\xf9\xba\x77\x95\x6a\x6d\x45\xfa\x6b\x7b\x35\xaf\x8d\x0a\x77\x17\xbd\xd1\x65\x34\x29\x18\xfc\xed\x98\x2c\x13\xbe\x02\x1b\xcb\x5a\x6b\xb3\xaf\x45\x5f\x13\x1c\x55\xbe\xfc\xdd\xdb\x57\x15\xa1\xfd\xb5\xdf\xff\x6e\xe4\xcf\xa5\xd6\xbc\x16\xb1\x37\x9f\xf7\xab\x10\x74\x8f\xff\x59\x4a\x89\x68\x85\x99\x12\x24\x31\x6c\x3e\x06\x63\x56\xff\x24\x80\xcc\xb7\xb7\xe6\x34\x53\x41\xbc\xa1\xd4\x07\x60\x49\x84\x5a\x05\x6f\x92\x74\xa9\x56\xff\x35\x66\x34\x47\xd6\xa6\x73\xc6\x85\xe1\x81\xfa\xe3\x05\x66\x71\xa2\xcf\x8f\xf4\xed\x44\x98\x31\xae\x40\x38\x81\x19\xc4\xe8\x81\x62\x23\xca\x0c\xae\x46\x2d\x7c\xf2\xad\xce\x62\xc1\x9d\xfe\x86\x4e\xe2\x73\x63\x56\x6f\xb8\x45\x3f\x24\x7c\x0a\x55\x16\xb2\xa2\x89\x41\x37\x70\x70\x00\x17\x76\xee\xa5\x98\x87\xc2\xf2\xbe\x9c\xa8\x55\x0c\xdb\x9f\xac\x4d\xdd\xda\xf0\x6e\x01\xcc\x70\xfd\xab\xa5\xf4\xae\xe2\x33\x9b\xf0\x05\x8f\x61\xc8\xe5\x71\xb8\x1f\xc3\x0e\xdd\x6f\x79\xcb\xee\x17\x57\xa5\x0a\x7e\x14\x44\x89\xd5\x04\x2b\xa5\x19\xd2\x3e\x73\xca\x6e\xb1\xbc\xdf\x21\xa7\xac\xe8\xdd\xd9\x90\x53\x56\xe8\xeb\x95\x73\xac\x42\x4e\x59\x71\xe0\x4f\xce\xb1\x5a\x12\xf7\x17\x97\x3e\xd0\xf6\xa8\x1e\x52\x09\xb6\x58\xba\x2f\x35\xad\x60\x1d\x2f\x7e\x35\x23\x2c\x5d\x07\x5f\xe2\xc9\x2d\x5e\x6e\x87\x23\xba\x6e\x8d\xbe\xb8\x72\x1a\x25\x99\x65\xc3\xdc\xde\x48\x59\x8d\xb2\xd8\xb5\xef\x51\x3d\x8d\xfd\x3d\xd8\x8d\x43\x9d\xbd\x43\x9d\xbd\x43\x9d\xbd\x27\xaf\xb3\xd7\x4e\x67\x6d\xad\xb0\xb6\xd5\x56\xdb\xa9\xaa\xcd\x7a\xea\x13\xf8\x9c\xdb\x2b\x93\xa5\x7c\xf4\xa2\x1a\xb9\x6d\x3e\x7a\xa1\xfb\x37\xe1\x9c\x2e\x8c\xf8\x39\xf2\xd1\x7f\xa3\x9a\xe5\x41\xad\x7c\x92\x75\xfb\x52\x75\xca\x57\xae\x50\x1e\x32\xe9\x0f\x28\x86\x87\x50\x93\x3d\x2e\xce\x21\xd4\xe4\x10\x6a\xf2\xc5\x86\x9a\x34\xab\x27\x34\xde\x39\x4b\xb2\x23\x6e\xb9\xb7\x32\x88\x5f\x41\x94\xd2\x62\x7f\x0b\x24\xf3\x3a\x6d\x21\x97\xa5\x0b\xc8\xc3\xdb\x6b\x0e\xa3\xf8\x4d\xa8\x0c\xb5\xab\xf9\x1c\xaa\xc3\x01\x04\x7b\xaf\x20\xd8\xaf\x6e\xda\x07\xa9\xf2\x20\x55\x1e\x04\xa7\x96\x13\x3e\x08\x4e\xaf\x57\x70\x7a\x29\x6d\xe8\x4b\xc2\x43\xd2\x22\x56\x21\x2b\x69\x6d\x9c\xb2\xc1\x34\x02\x67\x46\xb6\x4c\x38\x8e\x37\x45\x1c\xfd\x1a\x88\x6f\x6b\xe4\xbe\xa0\x5d\x91\xc7\x29\x97\xc4\xbf\x75\xb2\x9d\x69\x40\xf7\xf8\x16\x44\x3b\x3d\x4e\x33\xe2\x16\xd1\x91\x61\x87\xef\xfe\xbd\xc5\xc0\xaf\xed\x9d\x0c\x9c\x66\x8a\x63\x07\x1a\x60\xc4\xb3\x14\xaf\xd0\x02\x3f\x10\x34\xc3\x34\x31\xf6\x39\x1a\xe3\xf2\xfa\x96\xe6\xb6\x6e\x40\xff\xd9\x6d\x40\xb8\x38\x9c\x3c\xa3\x51\xdf\x17\x46\xaa\x8a\x70\xe2\xdc\x7d\xf0\xce\x02\x4b\x84\x13\x41\x70\xbc\x42\x53\x42\x58\x90\xc9\xd6\x76\xcc\x7b\x11\x8c\x5f\x3c\x3c\x33\xa4\x9b\x17\x8d\xf2\x06\xae\xd1\x58\x2d\x7a\xef\x8a\x65\x99\x93\xec\xa0\x43\xee\xa2\x38\xca\xef\xdf\x0a\x73\x79\x0e\x35\xf1\x0b\xf6\x22\x1d\x3c\x45\xbf\xcd\x9a\x8c\xaf\x46\xfb\x38\xa8\xe8\x87\x24\xe3\x83\xe7\xe7\x60\xc0\x38\x18\x30\xf6\xbe\x8c\xaf\xc9\x80\xf1\x82\x32\xba\xc9\x6d\x7a\x92\x62\x25\xaf\x45\x5a\x3f\x08\xeb\x07\x61\xfd\x20\xac\x7f\xb1\xc2\xfa\xeb\x58\xe1\x83\xa4\x7e\x90\xd4\x0f\x92\xfa\x41\x52\x3f\x48\xea\x7b\x5f\xc6\x83\xa4\x5e\x92\xd4\xe1\x5f\x0e\x2d\xa0\xab\xd8\xde\x5a\x5c\xdf\x0e\x1a\xa0\x9d\x9b\xce\x62\x03\xbc\x15\xc9\xfc\x20\x95\x1f\xa4\xf2\xd7\x2d\x95\xbf\x9a\x09\x7d\x79\x09\xc1\x87\x94\xda\x43\x4a\xed\x21\xa5\xf6\x25\x52\x6a\x1d\x2f\x59\x27\xe1\xac\xab\xa5\xf3\xc9\x32\x97\xaf\x29\x8b\x92\x0c\x44\x55\xfd\xf3\x0f\x19\x4d\x62\x04\x2a\x92\xd6\x74\x29\x67\xdf\x00\x3d\x01\x29\xc0\x38\x5d\xf5\x87\xf5\x12\xcc\xa7\x0a\xab\x7b\xb5\x42\x4c\x3e\xda\x6d\x61\xd8\xf6\xb5\xa7\xbe\x04\xee\x16\x15\xf7\x0a\xbf\xb9\x86\x5e\x51\x1d\xbe\x9e\x13\x4b\x34\x47\x72\xe3\x7b\xe2\x8a\x7c\xb5\x7d\x76\xaa\xcf\xf7\xb3\xfd\xe8\x6d\x95\x32\xa8\x8e\xfa\x50\x95\x0f\x05\xbb\x76\xa8\xca\xf7\x84\xf3\x76\xe7\x6c\xc3\xcc\x1d\x8d\x1a\x5b\xf8\x1b\x9d\xf6\x8b\x07\x3b\x36\x9f\xf4\x17\x0d\x7d\xac\xbd\xc8\x2a\xb9\x75\xc7\xff\xac\xbd\xa7\x5e\xa0\x18\x61\xe7\xcb\x69\x2f\x65\x09\x77\xb9\x9e\x3e\x10\xf5\xa5\xdc\x4d\x87\xd2\x84\x87\xf2\x3a\x7b\x9a\xee\x56\x77\xcf\x9b\x9d\xed\xa1\x10\xe3\xa1\x10\xe3\xa1\x10\x63\xe1\x08\x1e\x0a\x31\x1e\x0a\x31\x22\xf4\x2c\x85\x18\x3b\xcb\x8c\x7b\x28\xc9\xb8\x8b\xc4\x68\xba\xff\x52\x84\xc6\x43\x59\xc6\x83\xdc\xb8\xbf\xe9\xfe\xb6\xe4\xc6\x57\x68\xb5\x78\x15\xf5\x27\xbd\xd5\xe2\xc5\xa1\x80\x3c\x6b\x6f\x0d\x07\x14\xc6\x9a\xf8\xaf\xf7\x8a\x0a\xe4\x36\xed\x80\x0c\x64\xff\xef\x80\x0c\x74\x40\x06\x6a\x98\xf5\x21\x98\xf9\x80\x0c\x84\x0e\xe1\xba\x87\x70\xdd\xd7\x1c\xae\xdb\x62\x1b\x0f\xc8\x40\x2d\x45\xc6\x27\x42\x07\x72\x32\xd7\x4e\x08\x41\x35\xe2\xe0\x66\x94\xa0\x9f\xab\x1a\xd1\xab\x15\xf5\xdc\x58\x0f\x68\x41\x07\xb4\xa0\x5d\x69\xe7\x55\x28\xa0\xcf\x88\x1a\x54\xc7\x61\xba\xe4\x22\xd7\x30\x97\x5d\x15\xcc\xb7\x81\x20\xe4\x46\x7b\x48\x4c\x3e\xa4\x40\xbc\xfe\x14\x88\x57\x97\x98\xfc\x6a\x34\x95\x83\x3a\x7f\xc8\x4d\x3e\xe4\x26\x1f\x8c\x1d\x07\x63\xc7\xde\x97\xf1\x35\x19\x3b\x5e\x58\x6e\x7f\x42\x24\xa1\xd7\x28\xc1\x1f\x04\x78\xf3\xde\x41\x80\x3f\x08\xf0\x5f\xa8\x00\xff\x3a\x56\xf8\x20\xbd\x1f\xa4\xf7\x83\xf4\x7e\x90\xde\x0f\xd2\xfb\xde\x97\xf1\x20\xbd\x3f\x1b\xba\x50\x9d\x08\xdf\x19\x61\xa8\xa3\x9b\x2f\x48\x20\x7b\x4b\xd2\xfa\x41\x52\x3f\x48\xea\xaf\x5b\x52\x7f\x35\x13\x3a\xa0\x0d\x1d\xd0\x86\x0e\x68\x43\x07\xb4\xa1\xad\x64\xa4\x7f\xb3\xc7\xf2\x5d\x70\x13\xfb\x2b\xfb\xdd\x0f\x09\x9f\xde\xae\x96\x44\xff\xf7\x8c\xa6\x84\x49\x90\x68\xa9\x5a\x85\x32\x51\xc3\xca\x57\xd7\xfc\xdd\xcd\xe8\xe2\xc3\x79\x98\x86\xf6\xee\xe3\xdd\xf9\xed\xe8\x6a\x70\xed\xd7\xc5\xcf\x2a\x5c\x0b\xfb\x5d\x41\xac\x3b\xe5\xe9\x12\x0b\x2a\x39\x1b\x7e\xd6\xa7\x53\x0f\xed\x12\x64\x1f\x2e\xb6\x1b\xdd\xf0\x2f\xe1\xc8\x2e\x8a\x7f\x7e\xb8\x2d\xfe\x55\x98\xc5\xf9\x6d\xf1\xaf\xe1\xda\xd9\x04\x0d\x97\xf9\xd9\x11\xfa\x70\x7b\x82\x3e\x40\x90\x8a\x40\xb7\x0b\x6c\x58\xd2\xf9\xed\x09\x3a\x27\x52\xc2\x2f\xf9\xc7\x8a\xaa\x04\xe6\xf6\x03\x65\x58\xac\x90\x9b\xbe\xc9\x45\xc5\x60\xfd\x75\x4b\x53\x5e\x3c\xf6\xb7\x8c\x81\x42\x93\xaf\xde\x39\x9f\xd3\x08\x27\xbb\x2d\xe2\xe0\x22\x3c\x48\xef\x2e\xaf\xd7\x2e\x45\xf8\x76\x75\x2d\x06\x17\x67\x90\x19\xeb\x86\x5a\x33\xf3\x0b\x22\xb5\xc6\x14\x71\x16\x5b\x8b\xb8\xe6\x67\xab\x40\x4c\xf9\x1b\x87\x5c\xd9\x4c\x6a\xe1\x79\x70\x71\x86\x8e\xd1\xe5\xf5\x98\x5d\x6a\xad\x4a\xf3\x59\xa2\xef\x77\xc3\x75\xa9\x44\x8c\x2b\x44\xd3\x25\x17\x0a\x33\xa5\x45\x1b\x60\x6c\x76\x45\x8c\x92\x76\xca\xd3\x34\x53\x58\xd1\x07\x52\x59\x54\x66\x94\xc4\x1b\xa2\x46\x31\x18\x9c\x6b\xd6\xd0\x70\xbe\x7c\x2e\x4b\xa1\xdb\xd7\x5c\xb7\xa8\x59\xd0\xb8\x22\x9c\xbb\x26\xb0\x10\xb8\xc8\x1f\xdf\x51\x45\xd2\xf2\xfb\x2d\x03\x26\xff\x55\xab\x36\xe9\x2b\xe1\x9c\x63\xad\x82\x9a\xf4\xc8\x73\xaa\x88\xc0\xc9\x47\xbc\x7c\xef\x6c\x58\x5b\xd0\xc7\xff\xbd\x29\x24\xaa\xbe\xfb\x65\xf0\x31\x4c\x75\x7d\x77\x75\x7d\x79\x7b\xb9\x96\x66\x0a\x2d\x54\x89\x46\x3f\x3e\x81\xff\x45\xc7\x48\xb7\xee\x6f\xae\x94\x28\xac\x6f\x74\xf4\xb5\x49\xe9\xf2\x29\x18\x94\x25\x40\x23\x4b\x41\x53\xaa\xf7\xd5\x6a\xf1\xdf\x98\xcb\xd1\xdf\xfe\x9e\x4a\xcc\x07\x26\x69\x13\xe4\x0e\x85\x59\x8c\x45\x8c\xfe\x26\xcb\xf9\xcc\x60\x3c\x32\x3f\x90\x18\x1d\xa1\x85\x52\x4b\x79\x72\x7c\xfc\xf8\xf8\xd8\xd7\x6f\xf7\xb9\x98\x1f\xeb\x7f\x1c\x11\xd6\x5f\xa8\x34\x31\xf9\xdb\x7a\x15\x4e\xd0\x95\xe0\x8a\x83\x00\x81\x24\x11\x14\x27\x90\x4a\x3a\x35\xa7\x9d\xcf\xd0\xaf\x11\x17\xa4\x9f\x6f\x8c\x55\x2c\x8d\x50\xe2\x94\xcf\x63\xfd\x52\xcd\xd1\x29\xef\x27\x8a\x49\x44\x63\x2b\x49\x11\x16\x71\xb0\x3e\x18\x7b\xa5\x6e\xcf\xe5\xc1\x11\xeb\x2c\xf2\xcb\x19\x08\x1b\x38\x26\x08\x3f\x60\x9a\x18\x94\x00\x6e\x0c\x91\x66\x9d\x4d\x72\xcb\xc8\x88\x9d\x99\x16\xb1\x21\x3a\x11\x14\x49\xf7\xea\x52\x4f\x38\xe2\x09\x9a\x66\xb3\x19\x11\xa1\xaf\xaa\xa7\xa5\x11\x2a\x91\x20\x11\x4f\x53\xc2\x8c\xa9\x52\x37\x04\x5f\xc2\x8a\xd9\xd1\xf6\xc7\x0c\xf6\x5f\x8b\x29\x40\x01\x31\x87\x83\xcd\x88\x56\x57\xd8\xca\x74\x33\xcd\x66\x05\x5f\x18\xe0\x22\xe0\x18\x51\x35\x66\x83\x44\x2b\xb6\x29\x57\x24\x0c\xb3\x04\xc3\x79\x61\xc1\x81\x21\x08\xb2\x4c\x70\xe4\x92\x78\x13\x1e\xe1\x04\xcd\x68\x42\xe4\x4a\x2a\x92\x86\x0d\x7c\x0d\xba\x96\x5e\x33\x2a\x51\xcc\x1f\x59\xc2\xb1\x9d\x47\xf9\xb3\x6f\x8a\xbc\x65\xe8\xb2\xe5\x87\x42\x70\x01\xff\xf3\x13\x65\xf1\x76\x67\xf0\xee\xe2\xa7\x8b\xcb\x9f\x0b\xc7\xf0\xee\x66\x78\x1d\xfe\x7d\xf3\xcb\xcd\xed\xf0\xe3\xda\x73\x58\x6e\x25\xa7\x2c\x18\x1e\xc8\xe0\x27\xe8\xc6\x2c\x02\x17\x48\x6b\x55\x0d\x93\xfa\x68\x49\x29\xff\x81\xc7\x64\xbb\xb9\x7d\x1c\x5c\xdc\x0d\x0a\x1c\xe5\xe6\xf4\xc7\xe1\xd9\xdd\x79\x41\xc0\x73\xf3\x0b\x7e\xb9\x1e\x1a\xf1\x2d\xfc\xed\xf4\xc7\xd1\xf9\xd9\xa4\x46\xe0\x7b\x77\x3d\x3c\xbd\xfc\x34\xbc\xce\x65\xb3\xda\x25\x2a\x0d\xa6\xcc\xac\x6e\x0d\x53\x5a\xf0\x18\x4d\x57\x61\x9e\x69\x8e\x8d\xf0\x88\x25\x4a\xc0\x1f\x93\x63\x74\x98\x56\x4f\x80\x37\x39\xb0\x88\xfc\x0b\x2d\xf0\xf7\xec\x3b\x00\xed\x60\x94\x23\xac\x8a\x58\x11\x61\xc3\xba\x77\xcc\x02\x45\xc3\x80\x3c\xf8\x85\xd3\xaa\x90\xd4\x2f\x66\xfa\x50\x0b\x3a\x9f\x83\xe2\x5f\x1a\xaa\x69\xcd\x7e\x0a\xcb\x0b\xdf\x99\xfd\x5f\x0a\x0e\xe7\x5c\x77\x6b\x2d\x46\x5e\xab\x30\x1f\x1a\x64\xca\x42\x8b\x02\x83\xc2\x50\x33\x34\xb7\x59\x7a\x11\x1a\xd7\xcb\x9c\xc7\x3c\x30\x1a\xd8\x96\x34\xf6\x8a\xa5\x20\x0f\x94\x67\xc1\xa7\x16\xb1\xa4\xb0\xe3\xb5\xcd\xe7\x0b\x00\xcb\x66\x94\x9a\x52\x33\x9e\x3c\x6a\x5b\xd0\x2c\xec\x01\x5a\x98\x09\x9e\xd6\xb4\x51\x3c\x26\xa3\xcb\x1b\x25\xb0\x22\xf3\xd5\x99\x65\x19\xdb\x1f\x8f\xb3\xcb\x9f\x2f\xce\x2f\x07\x67\x93\xe1\xe0\x43\xf1\xc4\xfb\x27\x37\xb7\xd7\xc3\xc1\xc7\xe2\xa3\xc9\xc5\xe5\xed\xc4\xbd\xb1\x96\xe4\x1b\x3a\xa8\xde\xd3\xc5\x17\x4f\x90\x66\xb9\xc0\x1a\x1d\x04\x5c\xc0\x1f\xa7\x64\xc6\x85\xe1\xf3\xa9\x73\x5f\xc2\x8d\x82\xfc\xda\x92\xd8\x28\xef\xc5\x59\x9c\x80\x66\x5b\xd7\xa4\xb1\x5a\x29\x41\x70\x0a\xf7\x04\x66\x68\xc8\xe2\xa3\xcb\xd9\xd1\x8d\xf9\x31\xc5\xe2\x9e\x08\xff\xe9\xa3\xa0\x4a\x11\x30\xff\x53\xeb\x19\x00\xcd\x1b\x86\xac\x2f\x32\x08\xaf\xcf\x3b\xe8\xa3\x6b\xcd\xf7\xf5\xfb\xfe\x52\xd3\xc4\x1e\x13\x85\x69\x22\xed\x60\x0b\xeb\x7a\x82\xce\xb1\x98\xe7\x7a\xf4\xd7\x7c\x36\x33\x8d\x7d\x63\x86\xa1\xef\xb0\xc2\x2c\x6a\x78\xaf\x26\x0d\x77\x2f\x42\x7f\xf6\x65\x2f\xfd\x55\xa9\xea\x6e\xb9\x1b\x4d\xdd\x5d\xc1\x8a\x5f\x5e\x4c\x86\xff\x3d\x2a\x68\x42\xf6\x49\x0d\xad\xc1\xc4\xcd\xe3\xf5\x97\x4c\x7d\xdb\x55\x72\x2a\xbe\x58\x43\x4e\x26\x0b\x47\xef\xfc\x4c\xeb\x56\x35\xb4\x44\x3e\x53\x65\x36\x26\x1c\x77\x89\x84\xf2\x66\xc0\x3c\x82\x97\x4b\x82\x85\xac\xdb\xed\xa2\x18\xd8\xb0\xf7\xa6\xa7\xb0\x0f\xbb\xc9\xae\x9f\x1e\xe2\x2c\x59\x85\x42\x44\x89\x22\x5b\xd0\x80\x69\xab\x42\x01\x57\x00\xff\x73\x69\xa1\x76\x3e\x52\xa9\x55\x24\xf3\xe3\x0f\x16\x03\x68\x3b\x82\x78\x3f\x18\x9d\x97\x84\x8b\xc9\xd9\xf0\xfd\xe0\xee\x7c\xbd\x9a\x5f\xf8\xae\xbc\xc5\xe8\x08\xe9\xe7\x45\xdf\x19\x9d\x99\x3b\xc3\x21\x19\x19\x05\x8e\x30\x2d\x7e\xba\xa4\x19\x63\x6f\x8a\xc9\x32\xe1\xab\x94\x30\x30\xdf\x17\x6e\x42\xbd\x9e\x33\x4c\xed\xd5\x12\x0c\xf6\x44\xcb\x2c\xd6\xb2\x08\xd7\xd8\x91\x83\x4f\x22\xb1\xbf\x79\x8b\xe8\x49\x25\xd6\x7d\x65\xac\xdf\xf6\x3f\x37\x0a\xab\x2d\xcf\xd8\xe0\xf4\x76\xf4\xa9\x60\x73\x18\x5c\x9f\xfe\x38\xfa\x54\x27\xd5\x4c\x3e\x0c\x2f\x86\xd7\x83\xdb\x0d\xc2\x49\xa9\xc9\x3a\xe1\x44\xea\x01\x97\xbd\x1f\x54\xfa\xa8\x00\x7d\x76\x04\x4f\x10\x55\x12\x3d\x50\x49\xa7\x14\x10\xab\xac\x27\xe1\x6e\x04\x9c\x15\xd2\xa4\xa8\x5a\x39\xf1\xc5\xf4\x5b\xdc\x47\xcd\x49\x6d\xfb\x46\xc9\x0e\xfd\x0b\x91\x56\xc9\xcc\xe6\xb8\x49\x9f\xa0\x81\x88\x16\xf4\x01\x94\xb6\xe0\x33\xa6\x05\x69\x36\x27\xc2\x0c\x07\xac\xa7\xe1\x58\x82\xe7\x7a\x54\xa1\xb0\x92\xaf\x9a\x17\x5a\xe7\x84\x69\xc5\x3f\xec\xc4\x08\x52\x82\xb0\xaf\xb4\xcc\xb5\x4c\x68\x44\x55\xb2\x42\x11\x58\x6c\x62\x2d\xe6\xa6\x98\xe1\xb9\x15\x0e\x40\xcd\x29\x91\xc4\x5f\x0c\xac\xd7\xe5\xcc\x9a\xe6\x6e\x29\xd9\xf2\x98\xdd\x5d\x9c\x0d\xdf\x8f\x2e\x8a\x24\xf0\xe3\xe8\x43\x41\x84\xfd\x38\x3c\x1b\xdd\x15\x6e\x73\x2d\xc9\xae\x97\xeb\xcb\xcd\xd6\x1c\x45\xff\xd2\x09\x3a\x33\x9f\x9e\xe8\xc5\xad\xc1\x2c\xf3\xca\x6f\x69\x1d\xae\x5d\x58\x8e\xfb\xc7\x90\x29\x51\x6b\x57\x6c\x6b\x30\xb1\x3e\x84\x82\xc5\xa4\xde\xd5\x58\xe9\xfb\xa2\xec\x14\xaa\xba\x62\xad\x23\x41\x77\xd2\xcf\xed\x28\xa1\x0f\x12\x8c\x06\x4d\x26\x9b\x1a\xb3\x74\xce\xb0\x3f\x81\x8b\x29\xcd\xa4\x32\xae\x00\x20\x4e\x74\xff\x67\xa9\x17\x14\x5c\x05\x7d\x74\x43\xc8\x98\x39\xeb\xc1\x9c\xaa\x45\x36\xed\x47\x3c\x3d\xce\x01\xf3\x8e\xf1\x92\xa6\x58\x4b\xd2\x44\xac\x8e\xa7\x09\x9f\x1e\xa7\x58\x2a\x22\x8e\x97\xf7\x73\xf0\x82\x3b\x77\xc8\xb1\x6f\x76\xce\x7f\x77\xfe\xc7\x6f\x8f\xce\xff\xfc\xed\xbb\xaa\x3d\xa8\x69\xff\x87\x2c\xc2\x4b\x99\x25\x36\x6a\x46\x84\x6b\xe3\x8e\x7c\x46\x36\xed\xf7\x45\x71\xbb\x76\xd3\x5f\x4f\xaf\xee\x0a\xf6\xd9\xe2\x9f\x1f\x87\x1f\x2f\xaf\x7f\x29\x70\xca\xdb\xcb\xeb\xc1\x87\x02\x43\x1d\x5e\xfd\x38\xfc\x38\xbc\x1e\x9c\x4f\xdc\xc3\x4e\xda\x6f\x69\x8d\x7e\x62\xfc\x91\x15\x97\x46\x3a\x0e\x58\xe9\xe9\x04\xbd\xe7\x02\xfd\xe4\x77\xf2\x68\x8a\x25\x5c\x31\xee\xce\x92\x3d\xb4\xe4\x31\x30\x5e\x44\x96\x0b\x92\x12\x81\x13\x6b\x33\x90\x8a\x0b\x3c\x37\x37\xbd\x8c\x04\x56\xd1\x02\xc9\x25\x8e\x48\x0f\x45\x40\x0d\xf3\x1e\x6c\x0a\xa8\x5a\x7c\x2e\xcb\xfb\x92\x31\x45\x53\xe2\x54\x70\xfb\xe7\xad\xd9\x8c\x2d\x36\xe7\xf2\xf6\xc7\xa2\xb0\xf7\xfe\xfc\x97\xdb\xe1\xe4\xe6\xec\xa7\xb5\xeb\x69\x3e\x2b\x8c\xec\x06\x02\x08\x4e\x79\x92\xa5\x2c\xfc\xf7\xf6\x63\x1b\x5d\xdc\x0e\x3f\x94\x47\x77\x39\xb8\x2d\x52\xc6\x75\x31\xc8\xe5\xdd\x0f\x97\x97\xe7\xc3\x82\x4b\xe7\xdd\xd9\xe0\x76\x78\x3b\xfa\x58\xa0\x9f\xb3\xbb\x6b\x03\xc3\xb7\x6e\x9a\x6e\x04\x35\x13\xd5\xd3\x0a\xa7\xb9\x6f\x56\xd8\x8a\x13\x0d\x6c\x50\xa9\x39\xcb\x47\x01\x50\x8b\x09\xe7\x00\xab\xce\x91\x37\xa9\x46\x66\xa4\xb5\xec\x50\x15\xb7\x09\x35\xb3\xe3\xb5\x1b\xbd\x8e\x2b\xdf\xfa\x21\x18\x6c\x4a\xa3\x6c\xe3\x24\xe1\x8f\x26\x9c\x2f\xa5\xfa\x56\xb6\xb0\x5d\xfa\x15\x89\xa2\x4c\x08\xc2\x54\xb2\xea\xd7\x70\xbc\xe2\xb6\x90\x48\x10\xf5\x91\x67\x4c\x6d\x4f\x72\x83\x8b\x02\xdf\x19\x5e\x7c\x9a\x7c\x1a\x14\x29\x70\x74\xbe\x9e\xd5\x84\x4d\xd4\x5c\xc5\x83\x8b\x5f\xfc\x25\x0c\x41\x9f\x3d\xaf\xa1\x1a\xd9\x35\x4a\xa8\x16\x7b\x23\xac\xb5\xd7\x04\x24\x1a\x44\x28\x98\x1c\x52\x3d\x39\x08\x32\x5b\x1a\xef\x89\xe1\x4f\x66\x90\x27\xee\x1f\xa5\xf6\x24\xac\x0b\x58\x53\x5d\x4c\x2d\xb4\x63\xb5\x6a\x86\x08\x7b\xa0\x82\x03\xc0\x2a\x7a\xc0\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x02\xff\xdb\xad\x4d\x30\x8c\x96\x18\xd7\x0d\x17\xea\xcc\x07\xf3\x6d\x67\x0d\xa9\x0b\x6a\xab\x86\xb3\xd5\x1b\x3a\xaa\xdf\xd6\x6c\xce\x8e\x41\x7f\x85\x09\xdf\x62\x79\x5f\x31\x99\x8e\x98\x54\x98\x45\xe4\x34\xc1\x52\x6e\xbb\x0a\x46\x35\xeb\x15\x19\xe5\xf5\xf5\xdd\xd5\xed\xe8\x87\x0d\xc4\x59\xfe\xb8\x1a\x46\x19\x25\x99\xf3\x2a\x4c\x05\xc7\x31\xd2\xbb\x3e\xe7\xc6\x83\x61\xe5\x95\x1c\x42\xd7\x84\x24\xfb\x38\x8e\x02\x7c\x6f\x1e\x49\x69\xd5\xb3\xd0\x02\x4a\xed\x42\xa0\x48\xaf\x04\x0a\x34\x35\xc7\xac\xc0\x21\x62\x2a\x0b\x58\xa5\x7c\x99\x60\x35\xe3\x22\x35\xc4\x59\x98\xb4\x69\x7c\x7d\xa3\x94\x29\x22\x44\xb6\x54\xd4\x61\x22\x97\x2f\x57\x28\x69\xcd\xe7\x1f\x89\x94\x78\x4e\x76\xf1\x9b\xd5\xc9\x3c\x37\x9f\xc2\x3f\xc1\x2f\xd6\x46\x64\x29\x8c\xd0\x05\xdc\x39\x7a\xba\x64\xef\x31\x4d\x32\x41\xae\x78\x42\xa3\x2d\xfd\xfc\x5a\x51\x9f\x8c\x3e\x6a\xdd\x63\x70\x3b\x3c\x2f\x70\x40\x78\x36\x78\x7f\x3b\xbc\xb6\xa0\xb3\x83\x1f\xce\x87\x93\x8b\xcb\xb3\xe1\xcd\xe4\xf4\xf2\xe3\xd5\xf9\x70\x83\xfb\xbc\xb1\xf1\xaa\x51\xa8\xfc\xea\x49\xe5\x17\xd8\x61\x91\x19\xd5\xce\xa9\xf9\x10\xf0\x8e\x69\x02\xbe\x3b\x6e\x7c\x78\x18\x31\x1e\x1b\xe8\x0f\xe9\x94\x4a\x8f\x06\x8b\x46\xea\xab\x24\x41\x38\x53\x3c\xc5\x60\x6c\x4e\x56\x63\x86\xa7\x5c\x28\x50\x6d\xfd\x9d\x83\x44\xc6\x98\x3e\xdf\xba\x31\x03\x75\x1c\x25\x04\x33\x94\x2d\x83\x3c\x05\x6b\xee\x9c\x51\x06\x01\x3e\x29\x16\xf7\xae\x6e\x93\x8f\xfe\xf4\x87\x42\x22\x2c\xc7\xcc\x40\x92\x58\x26\xdb\x62\x85\x4f\x5a\xbd\xd5\xb8\x3a\x29\xbe\x27\x7a\x55\xd2\x2c\x5a\x68\xe5\x78\x2e\x88\x94\xd6\x24\x16\x61\x66\xfc\xa6\xf6\xf5\x47\x9a\x24\x63\xc6\xb8\x5e\x0a\x67\x79\x8b\xc9\x92\xb0\x98\xb0\x88\x9a\x8c\x04\x70\x39\x7a\x8b\xcc\x5c\xe0\xe5\x02\x49\x0e\xbe\x3a\x58\x76\x50\xbb\xcd\x47\x2e\xda\xc8\x82\xb0\xc0\xe3\xd0\x70\x26\x32\xcd\x27\x2e\xe1\x7a\x33\xab\x0c\x1f\x3b\xab\x99\xb3\x16\x1b\xf3\x45\xba\x4c\x88\x32\xa0\xd7\xb0\xe4\xb0\x19\x7a\xad\x0b\xfb\xa1\xb7\xa9\x6e\x13\xc6\x2c\x1f\x33\x96\x76\x44\xfd\x1a\x83\x9c\x3d\x52\xe8\x47\xcc\xe2\x44\xb7\xe2\x4c\xaf\xc5\xb3\x08\x11\xb0\x03\x4d\x35\xee\x34\xee\x22\x03\x46\x38\x93\x9d\x84\xc0\xf5\x69\x24\xc6\x98\x71\x94\xfb\xb2\x81\xbc\x6d\x0e\x09\xac\xee\x52\xb3\x48\x9c\x70\xbb\x4a\xe6\xf5\xcc\x14\x72\x41\x30\x9a\x06\xc5\x79\x29\x28\x8b\xe8\x12\x27\x5b\x89\xac\xa5\x18\x40\x1b\x5a\xf7\x35\x9d\x69\xf2\xf9\xa6\xe2\x6d\x52\x44\xa4\x90\x5b\x65\x87\xe9\xb7\xb0\x83\x02\x6c\x83\x29\x89\xcc\x9d\xe0\x58\xf0\xcc\xb8\x11\x60\x5d\x48\x5c\x73\x54\xfb\x75\xdb\xad\x4f\x06\x2e\xc6\x5d\x6d\xb1\xd9\x26\x60\xa1\x69\xfd\x4a\xad\xd8\xde\x4d\xc4\x0c\x4e\xae\xea\xdb\xac\xdb\x81\xe0\xe1\xbf\xd6\xd1\xce\x47\xbc\xd4\x34\x63\xa1\xb8\x71\x3e\x47\x2b\xdb\xd9\xf2\x3e\xce\xed\x1f\xb8\xfc\x7c\x38\x6a\xfb\xdd\xc8\x97\xd0\xc6\x6d\x54\x3b\x29\xb8\x3e\x83\xf4\x38\x4b\xe3\xb3\x4c\xe9\xe3\x89\xc1\x79\x8a\xbe\x26\xfd\x79\x1f\x39\xd0\xf4\x1e\x1a\x5c\x5d\x0d\x2f\xce\x7a\x88\xa8\xe8\x1b\x17\x58\x64\xe3\x2c\xc6\x4c\x71\x2b\xad\xac\xd0\x82\x3f\x02\x6f\x24\x62\x4e\x0a\x73\x76\x41\x19\x00\xda\x34\xa7\x52\x09\x1b\x1a\xc2\xe2\xb0\x64\x00\x4d\xcb\x22\xae\xa1\x90\x4c\x2d\x76\x21\x0d\x2c\x65\x96\x6a\x11\x7c\x42\x71\x3a\x11\x3c\xd9\x85\x29\x9c\xc1\x54\x40\xca\xf7\x99\x85\x14\xa7\x48\x37\x6b\x3d\xd8\xde\x53\xe2\x45\x3a\x2d\x18\x69\xbe\xac\xef\xcd\xe0\xde\x72\x46\x53\x1b\x46\x43\x9d\xe7\x16\x32\x0f\x1b\x58\x45\x6e\xed\x9a\x58\x03\xe3\x04\x47\x91\xd6\x14\xf6\x3c\xa9\xa0\x0e\x85\xb3\x64\xda\x8e\x9e\x6c\x9a\x9b\xe8\xdc\x0d\x73\xa9\x39\x18\x44\xec\x55\x21\xe4\x6b\xfa\x9d\xae\x2a\xbd\xba\x4a\x11\x77\xd2\x6b\x82\xe6\x12\x96\x04\x76\x52\x9a\x4a\x13\x6a\x41\x2c\xe2\x59\xd8\xa5\x8b\xc3\xd5\x0d\xaf\x78\x26\xea\x18\xdd\x98\x9d\x91\xa5\x20\x5a\xd2\x2f\xdb\x7d\x3d\x4d\x5f\x17\x29\xf1\x40\xd7\x07\xba\x7e\xf3\x74\x7d\x6a\xaa\xc3\x38\x13\x77\x50\x7d\x61\x17\x42\xaf\x6b\x65\x5d\x4b\xe8\xc9\xef\xf7\x53\x73\xb1\xd7\x15\xb5\x28\x52\x91\xbb\x83\x29\xab\x94\xf3\x31\x1b\x09\xb5\x69\xe1\xc2\xfd\x7b\xc6\x15\x96\xdf\xf4\xc7\x4c\x4b\x0f\xf7\x64\x65\xcc\x23\xfa\x7e\xfe\xbd\x16\x42\x8f\x24\x61\x12\xc2\x33\x7f\x6f\xcc\xe9\x7a\x6f\x9d\x79\xc9\xe8\x64\xa6\x8a\x50\xb1\xde\x06\x84\xd4\xd9\x46\xad\x78\x90\x07\x2c\xe6\x45\x3a\xdc\x33\x33\xfc\x39\x51\x90\xd2\xa4\xa8\x02\x65\x21\x36\x65\x8a\x2a\x43\xdf\x68\x43\x34\x54\x21\x38\xd8\x35\xe3\x6c\x37\x8e\x27\xab\x6d\x6c\x64\x09\x5e\x4c\xbe\xb1\x31\xaa\xc7\xce\x60\x12\x09\x5e\xa9\xfd\x83\x25\x32\x3b\x3d\x35\xe7\xc0\xf9\x9b\x08\xeb\x3f\xd2\x7b\xba\x24\x31\xc5\x10\xb1\xaa\xff\x3a\xd6\xf3\xfa\xdd\xe9\xf5\xe5\xc5\x24\x8f\x33\xff\xaf\x31\x1b\x24\x92\x23\x2d\xf8\x73\xa1\x24\x62\x9c\xf9\xf0\xd8\xa5\x20\x4e\x16\xb2\x73\xd1\xab\x1a\x98\x82\xc7\xac\x69\x04\x31\x8f\x64\x1f\x3f\xca\x3e\x4e\xf1\x3f\x38\x03\xd7\xd7\x00\xfe\x79\x9a\xf0\x2c\xfe\x19\xab\x68\x71\x0c\x1e\x29\x75\x4c\x1e\x08\x53\xc6\xac\xac\x97\x2b\x86\x64\x19\x09\xd1\xb5\xbf\xd3\x63\xce\x43\xde\xa5\x56\xe1\x22\xb2\x54\xe8\xff\x15\x64\xca\xb9\xaa\xe7\xce\x7c\x36\x93\xa4\x13\x27\xce\xb5\x93\x9b\x4b\xf4\xe7\x3f\x7d\xfb\x9d\x26\xa1\x6d\xd6\x78\x74\x73\x39\xd1\xdf\xff\xee\xcc\x7e\x2f\x3b\x70\xd6\x4b\x63\xd5\xb5\xae\x21\xb3\x1a\x26\xd0\x35\x63\xc0\xf6\x85\x29\x08\xcd\x11\x36\xe4\x90\xef\x63\x1d\x77\x3b\x33\x69\x85\x3b\xc5\xb4\xef\x70\x9d\x7d\x48\xf8\x14\x0c\x22\x59\xa1\x20\xc9\x1a\x8f\x6c\x57\x37\x48\xf9\x62\xa2\x72\x99\xe0\x55\xa5\x87\x4d\xcb\x7e\xa1\xb9\xd3\x12\x47\x24\xcf\x87\x74\xc1\x13\x11\x4f\x53\x08\xe8\x71\x21\x14\x31\x9d\x41\x64\x8f\xd2\x97\x1d\x9a\x12\xf5\x08\x71\x64\xee\x57\x7f\x49\x3b\x4b\xa4\x66\x65\xc0\x2e\xc7\x7a\x91\xe3\x0c\xac\xdf\xe3\x77\x3d\x34\x7e\x17\x93\x07\x92\xf0\xa5\x3e\xcd\xfa\x07\xa2\xa2\xba\x4d\x1c\xa6\x98\x26\x17\x5c\xf9\xd0\xa4\x5d\xf6\x53\x90\x88\x2e\xa9\x3e\x5d\x13\xa2\xdb\x7d\xd2\x84\x85\xfa\x03\x76\xbb\x20\x1e\xb7\x01\xc6\x80\x70\x1c\x6b\x22\x86\xea\x2c\x6e\x78\xb9\x6d\x99\x05\x53\x2f\x54\x1d\xe8\x2e\xb0\x68\xad\x12\x7a\x0c\xdb\x2c\xc6\x7d\xd5\xee\x80\xb7\x38\xec\xf5\x24\xd5\xfb\xd6\x22\x2e\x3c\xc8\xb3\xef\x38\xaf\x94\xb1\x96\xfe\x6d\xe1\x9f\x20\x63\xd2\x9a\xea\x1a\x4d\x1b\xe5\x03\xa8\xd7\xa2\xdd\x38\x8b\x2b\x73\xa3\xbf\x5b\x3b\x34\x19\x42\x96\x44\x61\xfd\x2e\x50\xab\x6d\xac\x6f\x39\xbc\x98\x6c\x1c\x71\x94\x70\x99\x89\x96\x8e\xcb\xe2\xa0\x4f\xed\xa7\xeb\xc6\x3d\x0c\xad\x10\x59\xa2\x64\x27\x43\x47\xcd\xc2\x97\x72\x53\x0d\x9b\x50\x56\x72\xb6\x6f\xf7\x50\x5e\xfc\x1f\x27\x79\x20\x34\x8b\x51\x2e\x25\x8e\x59\x6e\xcb\x92\xe8\x91\x24\x60\xfe\x8e\x78\xba\x04\x09\xc8\x0e\xd7\xb6\xa4\x2f\x70\x85\x15\xe9\x21\x9e\x29\xdd\x98\x09\x31\x70\x77\x9c\x8d\x5f\x08\xaa\x45\x83\x4c\x6e\x7d\x79\x1e\x2b\xc3\xd0\xba\x61\x85\x94\xa1\x0f\x44\x41\x2b\x80\x45\x14\x4e\xd0\x54\x97\x5c\x7b\x94\x4e\x2b\xdb\xd6\xf9\x44\xd9\x99\x74\xd8\xf9\x3c\x0f\xe4\x87\x84\x4f\xd7\xee\xfb\x25\x34\x8e\xee\xae\x47\xce\x79\x90\xdb\x55\x03\x30\x85\x4d\xd4\x49\x84\x28\x04\x65\x6e\x38\xf8\xc5\xac\x91\xf5\x84\x09\x39\x1b\x94\x99\x0c\x1a\xc8\x73\x2a\x8f\xd3\x5a\xdc\x37\x8d\x11\xec\x9f\x93\xb7\x63\x7d\x36\xe3\x4d\xab\x16\xf7\x4d\xdb\x5f\xb4\xd4\x3f\xf5\x64\xe0\x68\xa8\x05\xa1\x02\xb5\x9a\x96\x21\xe7\x49\xfb\x39\x69\x82\xc9\x29\x7a\x7d\x34\x1c\x7e\xb4\x07\xdf\xc4\x58\x1b\x49\x24\xd0\xc9\x37\x72\x59\xcb\x56\x26\x86\x15\xed\x3e\xc0\x5c\xde\x36\xbc\xcd\xf3\x2d\xbd\x6a\x16\xc6\xa9\x50\xa1\xb5\x3f\x66\xa5\x41\x58\xff\x92\x44\x40\xfb\xf0\x0b\x65\xa8\x70\x25\xf5\xd0\x8c\x7e\xb6\x8d\xe6\x7e\x67\xf7\x6a\x60\x88\x68\xf0\x73\x2c\x70\xf5\x4c\x74\xb8\xb6\xaf\xe0\xfb\xb5\x76\x77\x2e\x95\x96\x7a\xb4\xe4\x28\x88\x96\xef\x49\x8c\xa0\x5b\xef\x05\xdf\x78\x65\x2b\x2c\xf4\xa2\xe0\x4e\xfa\x4e\x0e\x6b\x16\x63\x45\x8e\x14\xdd\x18\x4f\xb9\x34\x5e\x12\xfd\x26\xc2\x2a\xc8\x2e\xcc\x39\xff\x94\xcc\x31\x73\x2e\xd3\x86\xe1\xba\x2b\x67\x07\x56\xa3\x25\x48\x0c\xd1\x26\x20\xdf\xe8\x01\x15\xc7\x21\x97\xb0\x9e\x6b\xc7\x61\xad\x52\xaf\x61\xd9\x1e\xb1\x37\x92\x35\x0c\x36\x5b\xc6\xaf\x69\xb0\x09\x96\x0a\xd9\x31\x35\x69\x72\x81\x84\xbd\x87\xb4\xe8\x75\x05\xe5\x42\xd5\xa8\xad\x3d\x4c\x93\x50\x51\x09\x20\x4a\x51\x5b\xed\x2c\x93\xc4\x26\x9d\xa4\x44\xcc\x9d\x20\x6a\x2a\x51\xf8\xb3\x6d\x4b\x52\x38\x2e\x1f\x32\x13\x70\x9e\x57\x9b\xee\xa3\x01\xab\xa4\xdf\x39\x7b\x69\x61\xbd\xcc\x9d\x82\x93\x47\xbc\x92\x68\x29\x4c\xa6\x8a\xf1\xa8\xbb\xc9\x83\x23\xab\xf8\x91\xb7\xd4\x28\x17\xd2\x00\x05\xa7\x5b\x18\xb3\x83\x02\x8b\xed\xb9\x5d\x4b\x9d\xa4\xe4\xed\xad\xab\x81\xe8\x55\xbd\x5a\x56\x57\x11\xb2\xf3\xb4\xd5\x30\xac\xd9\x62\xe3\x80\xcc\x6b\xb5\x9e\x61\xd1\x53\xdc\x24\x88\x82\x95\xf3\x1c\x4f\x49\xb2\xb3\x43\x77\x2b\x8b\x13\x74\x6d\x51\x8b\x14\x47\x31\x31\x1e\x6f\xa8\x1e\x2e\xca\xac\xcd\xd9\x69\x45\x56\xe7\xff\x5e\x37\xcf\x42\x21\x95\x1d\x26\xea\x60\xb8\xb6\x99\x6a\x13\x38\x57\x78\x85\x04\x20\x56\x75\xba\x7e\x78\x95\x94\xcd\x5b\xdb\x0d\x24\xc0\xd2\x6a\x18\xc7\xce\x60\x5a\x1b\xa7\xb2\x75\xfc\x6f\x4b\x90\xda\xd1\x0c\x31\xce\x08\xa2\x32\x7f\x59\x15\x43\x7e\x7c\xf6\x8c\x16\x77\x8d\x21\xa1\x5a\x1a\xec\xa9\xad\x06\x79\x5c\xb3\xd7\x73\x5d\xe8\x25\x23\x5a\xe9\xc2\x62\x05\xd9\xf7\x86\xa7\x15\xe5\xa3\x8d\xe3\xdc\xbb\xf0\x7a\xeb\xc0\x15\x02\x6f\x94\xe2\x08\x44\xb2\xd2\xe0\x90\x81\x28\xb0\x2f\xd9\x8f\x6c\x06\xc9\x98\x79\x2d\x1d\x08\x91\x4a\x94\xe2\x65\x1f\xc1\xae\xa9\xfc\x2b\x93\x11\xa5\xfc\x16\xf6\xf2\xba\xfd\x00\x71\xd9\xb0\x02\x9b\xcc\x14\xee\x2a\xcb\xd7\xb5\x98\x79\xee\x50\x33\xe6\xf4\x81\xb0\xda\x92\xe7\xae\xd3\x64\x75\x84\xa5\xa4\x73\x7d\x0d\x05\x46\xd8\xf5\x1c\xc9\x96\x05\x7b\x05\xb6\xb5\xf6\x4b\xa6\x37\x3e\xab\x58\xdb\x4c\xfe\x62\x6e\x1e\x08\x12\xcd\x42\x2a\xb5\x90\x1a\xa6\x58\x35\x96\xe8\xf7\x8c\xab\xdf\x07\xa0\x23\x4e\x91\x37\x55\xe3\xac\x39\xa5\x57\x41\x43\x83\x43\x6b\x09\x07\xe1\x20\xf9\x6d\xe3\xca\xef\x8a\x74\x93\x3b\x77\x9f\x54\xb2\x1b\x56\x23\xbd\x9a\xe0\x24\x0d\xcc\xf2\xde\xac\x17\xcf\x51\x0f\x15\x19\x32\x10\xc4\x25\x42\xa6\x5c\x90\x12\xd4\xb3\xe1\xe7\x3e\x14\x32\x5d\xaa\xda\x2c\x88\xaa\x68\x54\x63\xbc\x33\xa8\xb7\xf9\x49\x2f\x18\xed\x64\x7f\xcc\x6e\x08\x69\x86\x42\xf5\x7b\xf1\x2b\x34\x04\x63\xb5\xe9\xd1\xeb\x28\x6d\x1f\x71\x91\x69\x31\xd1\x7d\x0d\xd5\x6c\xc0\x27\xa9\xd7\xf1\xb7\x89\x65\x6c\x92\x71\xbd\xc1\x3d\xac\xe9\xd7\x04\xc0\xd1\x1f\xb3\xf7\x5c\xd8\x2b\x58\x5a\xc0\xab\x29\x8e\xee\x8f\x08\x8b\x11\xce\xd4\xc2\x00\x61\x58\x1b\xf9\xca\x52\x83\x96\x34\x80\x6c\x3c\x48\x02\x95\x11\x16\xf6\xf2\x98\xe1\x07\xee\x46\x31\x66\x41\x23\x00\xa9\x05\x18\x8a\x80\x24\xdf\xa4\xb6\x11\x00\xad\x6d\x5a\x8b\x3a\x8c\xf4\x0a\x42\xfa\xfa\x73\x56\xc0\x7c\x07\x30\x30\x46\xa4\x15\xd9\x4b\xab\x33\x72\x96\x37\xa7\x2b\xc9\xb0\x6a\xa6\x7f\xb3\x67\x23\x94\x8d\x79\xc7\xce\x40\x4b\x3a\xdf\x3a\x5e\x5b\x00\xf4\x98\x65\x02\x02\x4d\xea\xda\xfc\x3a\x5a\xd0\x24\xb7\xc3\x7f\xd3\xf3\xc3\xd4\x4d\x26\xe4\x81\x24\x06\x4e\x2a\x12\xe0\x84\x37\x16\xb4\x6f\xd1\xff\x31\xb8\xe1\xe8\xbb\x31\xfb\x00\x6c\x38\x49\x56\x90\xec\xee\x5b\xc6\xaa\xd4\xcc\x7d\xed\x00\x94\x0d\x77\x41\xc5\x81\x98\xbd\x5e\xe0\x07\x32\x66\xae\x99\xff\x83\xee\xd1\x1f\xd0\x77\x4d\x56\x21\xe7\x4b\x7f\x62\x9b\xc1\xfb\xc0\x53\x1d\xdc\x72\x96\x51\x5a\x7e\xe3\x4c\x0a\x05\x83\x5e\x4d\xf6\x88\xc7\xac\xa1\xec\x81\x47\x95\x80\x8d\xf0\xd4\x62\x41\x98\x9a\x30\x1e\x93\x09\xa9\x71\xcf\xad\x61\x12\x5a\x08\xb8\xe0\x31\xd9\xe8\x5c\xf3\xcc\xf4\x67\x30\x83\xc8\x6c\xea\xb7\x03\x82\xd8\x7d\xc4\xb2\xd7\xe4\x8b\x94\x56\x3f\x72\x0f\x0c\xb1\xcd\xb8\xb7\x75\x0c\x5e\x5a\xf9\xac\x07\x17\x82\x1d\x40\xbd\x73\x2a\xc1\xca\xc5\xf9\x96\x8f\x63\xd9\x28\xae\x5f\xd6\x33\xb7\x97\x55\x00\x79\x01\x20\x7c\x82\xce\xa9\x96\xdf\xdb\x3b\x1f\x81\x13\x6e\x63\xd9\x37\xf9\xff\xad\x4c\xfb\xf9\x52\xb8\x64\xa2\x23\x4f\x7f\xb9\x43\x6d\xca\xb3\xb2\x00\x6f\x17\x80\xca\x30\x02\xd9\xca\xea\x2b\xcd\x87\xe7\x26\xca\x8d\x2c\xa8\x89\x2b\x1f\x9c\x9e\x23\x7d\x3a\x78\x6a\x72\xc6\x60\xd1\x32\xb5\xe0\x82\xfe\xa3\x31\x18\xa9\x59\x46\xcf\xbd\x86\x79\xec\x96\x19\x67\x51\x5a\x07\x62\x35\x22\x85\x2a\x68\x25\x75\x3a\x13\x9a\x66\x00\x8f\xa0\xd9\xec\x2c\x4b\x0c\xa6\x5a\xc4\x45\x6c\x0a\x9b\xc8\x42\xa4\x98\x7e\xcf\x8b\xf7\x58\xf9\x06\xa9\xcd\x22\xb7\xa8\x6d\xd1\x02\xb3\xf9\x7a\x01\xf4\x2f\x19\xc9\xf6\x14\x6c\x67\x91\x54\x9f\x29\x8a\xa1\xac\x06\xe0\xb9\xcc\x03\x2f\xcd\xda\x68\xde\x9c\xaf\xef\xdf\xf5\x4c\x65\x10\x97\xe9\xac\x74\x3e\x53\xd7\xa8\xe4\x06\x73\xbb\x93\x45\xe7\xda\xa0\x52\xed\xc1\xa4\xf3\x1c\xb1\x09\x55\x19\xa9\x86\xfd\x58\xf2\x7b\xf0\xa9\x94\x65\x16\xf1\x44\x76\x12\x07\xef\x55\x92\x3e\x9e\xd0\x64\xb2\x05\x93\xab\x0a\xd5\xeb\xd6\x3b\x30\xa0\x78\xb6\x56\x13\x30\xac\x38\xd2\x73\x7f\x14\x14\x0a\x94\xaf\xf2\x97\x3d\xbc\xbc\xbb\x2e\x42\x1e\xa3\xa5\x14\x23\xd6\x42\x8c\x82\x5b\xc2\x55\x4b\x13\x6e\xb3\x01\xc2\x36\x54\xec\xba\xea\xc3\x6e\x3a\x11\x86\x25\xbd\xd6\x23\x51\x4d\x81\xda\x78\x18\x3c\x48\xdf\xcb\x18\x10\xbd\x68\xf3\xc4\x27\xa3\x13\x85\x04\x17\x59\x67\x12\xb9\x29\x9a\x2a\x3b\xd3\x85\xe9\x7b\x02\x3e\xe3\x9d\x5d\x25\x81\x0b\x20\x0f\x89\x37\xb9\x50\x2e\xed\xf1\x99\x0c\x99\xe0\x85\x2f\x66\x63\x05\x4e\xf8\xa6\xb4\xbb\x27\xe5\x67\x39\x3a\x9a\xe3\x48\x2d\x87\xb2\xd6\xf5\xd8\xd2\x91\x08\x16\xb2\x75\xec\xf5\xdc\x46\x30\x16\x5d\x70\x26\x8c\x8a\x07\x51\x08\xe0\x8d\xcb\x24\x52\x02\x43\x30\x3c\x84\x30\xff\x6c\xb4\x3c\x2a\x8d\x15\xc6\xa1\xa0\xa5\x4b\xb5\xb2\xa0\xb9\xc0\x9b\x2d\x9c\xa6\x5a\x60\x66\x33\x6b\xeb\xdc\x7d\x65\x3e\x1d\x17\x1c\x7e\x75\x9d\x41\x47\x56\xb5\xad\x6d\xd2\x2d\x74\x98\xa9\x51\x4a\x10\x68\xf2\xee\x53\x09\x19\x3e\x38\x69\xb4\xa7\x4c\x39\x4f\x08\x66\x4d\x6a\x67\xed\xe3\x8a\xf5\x95\x86\x49\x01\x92\x00\x63\x50\x22\x23\x5a\xe7\xc6\x49\x52\x9a\x17\x86\x12\x60\xca\x63\x10\x1b\xa3\x49\x8e\x39\xd7\x2a\x04\x26\xc1\x53\x92\x74\x8a\x36\x33\x1f\xac\xa5\x22\x78\x25\x2f\x51\xd5\x2a\xbd\x32\x0c\x85\xaa\x4d\x46\xdd\x34\xb0\x30\x85\x75\xad\x08\x51\x4c\x03\xdd\x6e\x88\x92\x44\x99\xa0\x6a\x35\xb1\x86\xa7\xf6\x4c\xeb\xc6\x7e\x79\x6a\x3f\x6c\xa3\xd5\x9d\x20\xd7\x9f\x33\x74\x81\x78\x23\xa8\x01\x58\xb4\x53\x68\xb3\xdd\x5a\x53\xab\x4d\x52\x5b\xb7\xb0\x2e\x4b\xae\xdd\x50\x75\x17\xdb\x0e\xcf\x02\xb7\x4d\xf8\xcc\xe5\x9f\xb5\x5f\xd8\x32\xa2\x5d\x07\x8b\x9d\x30\x68\x53\x68\x29\x28\x17\x16\x38\xae\x4d\x90\x52\x8a\x3f\x4f\x96\x58\xe0\x24\x21\x09\x95\xe9\xf6\xf6\xc5\x3f\x7e\xbf\x76\xb4\xa7\x06\xe0\x50\x5a\xb8\xd0\xcf\x34\xcd\xd2\xa0\xb4\x24\xc0\x93\x04\x20\x03\xd6\x64\x6f\x73\xe5\xdc\x00\xf3\x8b\x86\x29\x2a\x02\xd8\x08\xad\x13\x53\x69\xf9\xb3\x55\x97\x71\xb4\x80\x92\x5f\x33\x4c\x05\x23\x52\xf6\xd1\x05\x57\xe4\x04\x7d\xc4\xcb\x5b\x50\xf8\x0c\xe2\xf8\xdc\x58\x68\xb1\x44\x5a\x72\xca\x18\x55\xbd\x31\x33\xb1\x6e\x7e\x55\x8e\x23\xce\x0c\xf2\x44\x04\x0b\xeb\x9b\x00\x93\xa3\x83\x60\x50\x06\x84\x58\x53\x49\xb7\xa4\xeb\x62\x68\x1c\x20\xc6\xa7\x70\xc9\xcb\x1c\x18\xd7\xe9\x04\x5e\xc4\x2a\x90\x22\xa0\x44\xc0\xc7\x31\x27\x32\x50\xf6\x91\x97\xd9\x13\x3a\x23\x9a\x42\xc6\x8c\xcf\x8a\x86\x09\x03\x36\xe1\xb0\x27\x74\xa7\x91\xe0\x52\xda\x68\x37\xd3\xce\xfa\x98\xe1\x5b\x8b\x04\xb0\x8f\x28\x86\xe7\x0b\xc7\xaf\x96\x7b\x0d\x0a\x04\xd5\x8b\xfd\x53\xe2\x51\x0f\x1a\x6f\xda\x5d\xe3\x75\x1d\x1b\x42\x82\x60\x69\xad\xb1\x10\xd6\x5a\x0a\x99\xeb\x20\x99\xfb\x31\x9b\xc0\xf6\x23\x8f\x33\x12\x50\x90\x45\xfc\x32\xa5\x19\x35\x5d\x0b\x41\xa0\xcc\x92\x81\x9c\x1a\x95\x88\x06\xd0\xc1\x04\xc1\xf1\x2a\x58\x11\x6f\x6f\x34\x3d\x83\x64\x22\x69\xaa\x79\x27\xa0\x31\x32\x7e\xc4\x97\xee\xb0\x16\xde\x02\x90\x18\x3a\xd3\x84\x18\x58\x2b\xf5\x17\xec\x08\x0a\xf6\xe9\xe3\x55\xe3\xaa\x75\x8d\x80\x6b\x17\x10\xaf\x16\xc4\x12\xee\xf8\xdd\xe0\x87\xcb\xeb\xdb\xe1\xd9\xf8\x5d\x1e\x9c\xe3\x22\x39\x1d\x23\xf1\x18\x16\x9c\x8d\x99\xf7\xa7\xfb\x1c\x5f\xd8\x4b\x84\xe3\x38\x47\x58\xb0\xd1\xc0\xc6\x1d\xd8\xf6\x54\x6c\xf4\xa4\x57\x9b\x79\x4f\x3f\x93\xf8\xba\x01\xe6\x76\x2f\xb1\x4f\xad\x7c\x46\xb5\x24\xae\xb9\x64\x87\xdb\xd7\x4f\xe5\x4e\x7f\xd7\x9e\x82\xcd\x49\x28\xe5\xdc\x41\xc2\x9d\x42\xd8\x57\x60\x9e\x01\x0d\x68\xce\x0c\xd9\x5c\x04\xac\x1d\xdf\xa3\x94\x32\xc8\x97\x58\xb7\xb4\x77\xc5\x79\x74\x29\x8e\x30\xba\xb8\x2b\x56\x2e\xfa\xf1\xf2\xae\x88\xcc\x3d\xf8\x65\x7d\x45\x83\x62\x0b\xeb\xcc\xca\xc1\x14\xf3\xd8\x4f\x9b\x7a\xe8\x57\xa6\x6e\xa2\x1f\x88\xfa\x64\x2a\xa5\xed\x23\x98\xc3\x62\x14\x83\x8a\x4d\x26\xae\x58\x5e\x7b\x32\xf8\x54\x53\x5e\xaf\x18\xb1\xe3\x50\x90\xa1\x07\x5f\x5f\x2f\x48\xa5\xe8\x1b\x0c\x6a\x28\xc8\x05\x96\x6d\xe7\x16\xd1\x37\x26\x67\x7a\xb9\xc6\xf0\xb6\x2f\x97\x92\x37\xc7\x67\xe6\xe3\x56\x6e\xfa\xeb\xd0\x39\xaf\xdb\xca\x97\x12\x0d\xae\x46\x35\x6b\x7d\x5e\xd6\x42\xbe\x2c\xe4\x99\xc4\x2b\x44\xfb\x06\x9d\x09\xa2\x2c\x5f\x05\xde\x8c\x9d\xe9\x6e\x50\x33\xc6\x6e\x74\x55\x34\x46\x3d\xa9\x2c\xb4\x83\xe8\x53\x88\x44\xb6\x11\x12\xfb\x49\x43\xcc\x97\xa1\x63\x1e\x62\x38\x20\x1b\xcd\x12\xe6\xde\x55\x5d\xa5\xbd\x30\x17\xcf\x54\x01\x71\x96\xaf\xbd\xe5\x27\xe6\xb3\x69\x93\xa0\xf8\xc9\x50\xb4\xcf\x9f\x81\x8c\x1e\x87\x9d\xe8\x5c\x9c\x36\x9c\x3d\x9c\x6e\x48\x6d\xdd\x72\x1a\xf3\xf1\x39\xf3\xaf\x85\x2d\xc5\x4b\x6c\x01\xe5\x41\x18\x74\xd8\x0e\x75\x18\x78\xfd\x31\x0b\x6c\x9e\xd2\x88\x6f\xfa\x8c\x38\x1c\x11\xc0\xd4\xd4\xec\xd4\xc6\x1a\xf9\x9b\xb9\xb0\x03\xe5\xa8\x79\xb5\x28\x22\x81\x54\xfa\xb1\xa7\x53\x2e\xb0\x8b\xa7\x74\x1a\x8f\x75\x67\x84\xc0\x25\xd0\x5e\x00\x81\x60\x3b\x26\x0f\xc4\xba\x40\x70\x80\x2c\x17\xc4\xb3\x6b\xe5\x88\x7d\xa5\x7c\xc4\x2a\x4d\x2c\x7a\x09\xf6\x51\x2a\xb9\x9d\x5d\x62\x6a\x5b\x5e\x7f\xc0\xf7\x90\x30\x29\x4b\xe5\x0c\x3a\x1c\x2b\xf8\xb2\x8d\x99\x00\x28\x21\x34\x67\x43\xa7\x4d\xd9\x91\x9f\x97\x24\xda\x26\xab\xec\xca\x55\x8f\x5e\x67\xd1\x2e\xc2\xd5\x82\xb5\xd6\xed\xa0\xed\xd7\xec\xa2\xc1\x06\x61\xf3\x86\xa8\xd7\xf3\x4d\x59\x62\x7e\x16\x9d\x12\x52\xf5\x34\x3e\x59\x30\x94\x8e\xb3\xb0\xfd\xe4\xd3\xb0\x06\xfb\x20\xa9\x6f\xd7\x39\x3d\x4f\x76\xd4\x6d\x25\xcf\xa8\x60\x71\x7e\x25\x69\x51\x9b\x47\xd9\x94\x0f\xb5\x89\x97\xee\x85\x77\xbb\x40\x0d\x17\x09\x5c\x3a\x54\x85\x10\x10\xa0\x12\x90\xf7\x4d\x6a\x50\x7d\x4e\x13\x08\x2d\x75\x4e\xb6\x20\x9c\xcd\x66\x9c\xeb\xc5\x93\x0a\xa7\x1e\xaa\xa7\x8c\x03\x55\x5a\xae\x0d\x3c\x6e\x5f\x39\x2a\x07\x89\x66\xdf\x12\x4d\x07\x33\x90\xa1\x4e\x22\x4a\xa9\x67\x16\x9f\xd9\xe6\x39\x14\x27\x08\x21\x54\xf6\x8a\xb4\x20\xaf\x70\xf5\x53\xe6\xff\x2a\x72\x70\x47\xd4\x21\xa9\xd6\xc5\x86\xf6\x03\x10\x6f\xb0\x72\x26\xa1\x34\x60\x4d\xb3\x30\x5a\xe3\x49\x33\x05\x74\x46\x17\xa6\xe6\x0d\xc4\x68\xaf\x78\x86\x1e\xa9\xd4\xba\xf0\x98\x81\xab\xc9\x17\xda\x51\xdc\x16\xc7\xe9\xc1\x5b\x90\xcd\x21\xb3\x69\x4a\x15\xc2\xc1\x0c\xef\x80\x33\x5c\xbb\x38\x7e\x73\x9e\xf5\x07\x30\xe3\xda\x74\x81\xba\xac\xbd\x0d\x87\x66\x0b\xe3\x4f\xde\xc8\xae\x19\x01\x81\x5b\xfc\x69\x73\x02\x02\x8d\x27\xd4\x30\x6b\xcf\xdc\x21\x29\x00\xd5\x5b\x1b\x2c\x8e\x07\x80\xad\x50\xa9\x4a\x77\x8b\x45\xef\xd8\x90\x10\x90\x6f\x44\xab\x8c\x80\xfc\xf5\x7d\xa4\x04\x34\x01\xab\xad\x0b\x11\x75\x9f\xd4\x0b\x5a\x37\xbe\x5c\x26\x77\xb1\x17\xa1\xa4\x74\xd5\x28\x29\xbd\xb6\x44\xe7\xa0\x5c\xf0\xd6\x11\x0a\x5d\xd4\xc1\x3c\xcc\x2c\xa4\xa2\x20\x6a\xb4\x98\xda\x46\xca\x9c\x9f\x71\x05\xa1\x41\x11\xa0\xad\x57\xc2\x55\xc7\xac\x5e\x02\x59\xcf\x13\x77\x8d\xf2\xd9\x6b\x42\x74\x70\xfe\xdc\x2c\xac\x45\xeb\x67\x1f\xf6\x6f\x94\x65\x8b\x9b\x5e\x16\x31\x73\x57\x45\x83\x02\x02\x82\xc7\x36\x71\xd3\x35\xa7\xb2\x65\x0c\xce\xc6\x73\x61\x2f\xdd\x3d\xaa\x76\x15\xee\xdc\x3a\x64\xc9\xcb\xc8\x96\x1b\x3b\x9f\xbb\x53\xe3\x4b\x1e\xa7\x6d\xf0\x60\x01\x67\x64\x6f\xe8\x28\xe5\x24\x0b\xdd\x78\x0f\xbc\x54\x76\xe8\xd8\x94\xca\xf3\x98\x59\xa5\x2d\x29\x4c\xd8\xe2\xec\x3f\xc1\xa4\xbb\x62\xf8\x06\xd8\x96\xc2\xe2\x18\xd2\xd0\x6e\x00\xe0\xbd\xae\x46\x78\x91\x0f\x7b\xd1\x2e\x63\x31\x11\x8c\x60\xb5\x78\xbe\x30\x9d\xd3\x5d\x8d\xd3\xcf\x16\xb2\x73\xba\x17\x00\xf7\x52\x18\x4c\xc7\x08\x98\x0e\xe1\x24\x39\x9c\x6f\x45\x71\xac\x2b\x9c\x91\x67\xd2\x75\xa1\xd2\x9d\x22\x79\xea\x95\xb9\xa7\x89\x69\xaa\xb1\xfa\x54\xa2\x99\xf4\x61\x0f\x41\x90\x37\x2c\xc9\x17\x11\x3c\x24\xf0\xe3\x24\x40\xc7\x9a\x18\xf4\xc0\x0e\xbb\x79\x8d\x1f\x0d\x9e\xdb\x19\x56\xf8\xd4\x7c\xbd\x6e\xd8\x05\x60\x11\x48\x40\xf4\xf0\x30\x4b\xe3\x0e\xb6\xdc\xcb\x17\x7c\x36\xd1\x33\x5f\xd3\x3e\xe9\xa3\x1f\x12\x3e\x95\x3d\x64\x0a\xa3\xf5\x8c\x60\x0f\xcf\x0d\xc4\xe7\x37\xaf\x3f\x44\xea\xb7\x19\x21\xb5\xce\x90\xe2\x6d\xfb\x50\x01\xa8\x80\x5e\x69\x24\x90\x0d\xf2\xe8\xf6\x85\x84\x9d\x2d\x22\x74\xfa\xdb\x5f\xec\x0f\x0d\x75\x0b\x37\x94\x0b\x0e\xed\x22\x6c\x55\x36\x2f\x62\x11\x27\x36\x2d\xd7\x98\x3a\x4a\x7a\xec\x3a\x93\xcb\x98\xfd\xc8\x1f\xc9\x03\x11\x3d\x84\x15\x4a\xb9\x56\x43\x02\x3f\x3b\xa4\x0e\x16\xd0\x92\x8c\x3f\x15\xa3\x0b\x9c\x92\x78\x08\xc2\x6c\x90\x20\x61\x0d\x3f\xd6\x65\x53\x87\x3e\x01\x40\x0a\x66\x1b\x9c\xff\x75\xcc\x4c\x15\x62\x13\xc3\x01\x5c\x87\xba\x89\xc1\x95\xf8\x7b\xef\x50\xfa\x7d\x1f\xdd\x6a\x4a\xa7\xb2\x38\xde\x20\x19\xb5\x69\x6c\x63\x36\x17\x3c\x5b\x7a\x5d\x9c\x4f\xc1\x08\x60\x1c\x4b\x35\x0e\x25\x18\x8c\xf3\x26\x45\x38\xd6\x32\xfd\x7a\xc2\x29\x98\x8e\x5e\x99\x45\xb4\x98\xc4\x12\x12\x90\xe6\x0e\x3e\x7e\xc4\x46\x08\x1a\x3f\x50\x90\xc7\xd2\x0c\x67\xf7\x64\x4e\xaa\x33\x22\x41\xbb\xf4\xd6\xbb\x42\x48\x73\x31\x6c\xbe\x76\x9c\xeb\x6c\x2b\xde\xfe\xe9\x6c\x84\xf5\x11\xf9\x79\xe7\x36\x76\xc4\x15\xa8\x33\x35\x78\x9f\xca\xea\xe2\x08\xa9\x7d\x7c\x4e\x69\xed\xae\x32\xb1\xe4\xc0\xd3\x93\x95\xcb\x20\xb0\x89\xaf\x4b\xbe\xcc\x4c\x7c\x0c\x0d\xc3\x25\x6a\x29\x9b\x4a\xf5\x11\xab\x68\xa1\x15\x98\x3c\x01\x74\x4f\x71\x43\x39\x57\x7e\x5a\x4b\x4c\xcd\x0c\x4e\xc3\xde\x1b\x4c\x93\x2d\x2c\x73\x06\x41\xc6\x85\x1b\xc2\x5f\x49\x82\x52\xdd\x5f\xa1\x9e\x41\x60\x5f\x71\x9f\xd8\x27\x50\x57\x75\x03\x15\x6d\x1a\x7f\x3b\xda\x2a\x82\xe9\xee\x3d\x22\x69\x87\x6c\xa6\x33\x9b\xbf\x98\xbf\x88\xac\x84\x54\xcb\x72\x32\x41\xb7\xd2\x62\xad\x7d\x18\xaa\x17\xe4\x96\x9b\x14\x2f\xb5\x38\xa2\xb8\xbe\x25\xc5\x9c\xf4\xd0\xa3\xe6\x05\x2a\x13\xfa\x1e\xc9\x04\x75\x67\x1f\xcc\x2d\x6d\xa8\x03\x2c\x1d\xc7\x21\x7e\x6b\x84\x03\x1c\x69\x5b\xbb\x3e\x52\x19\xf6\x01\x4e\x40\x13\x09\x65\xf7\xba\x33\x83\x23\xe7\x1c\x74\x82\x40\x05\x6a\x97\x5a\x56\xd8\xd3\x8d\x84\xbd\xc3\x2e\x37\x57\x45\xd9\x74\xd2\x28\x9b\x07\xb9\xe2\xf5\xd6\xa6\x36\x50\x70\xb5\x5f\xb6\x83\xb3\xab\xfd\xd4\xc9\x3e\xdb\x7c\xbb\x26\x8f\xb0\xf1\xf3\x4d\x02\x6c\x21\x98\xd3\x06\xd4\x59\xe9\x29\xcc\xe2\xb7\x96\x00\x00\xe3\x30\x35\x77\xb0\x95\xa6\xfe\xcb\xff\xcb\xc0\xf0\x9a\xa5\xf9\x2f\xc4\xc5\x98\x99\xdf\x7b\x1e\xb6\x4f\xbf\x90\xe3\x61\xe0\x94\xe4\x88\x01\xa2\x98\x5b\x0c\xd9\x2d\x36\x37\xd4\x60\x9f\x78\xd4\x32\x3d\x86\xa0\xc0\x51\xa5\xe2\x4c\x8a\x19\x9e\x03\xd2\x4a\x0f\x22\x6c\x40\x5c\xcd\x6d\x17\x86\xa4\x0d\x94\x39\x70\x2b\xcd\x2c\x6d\x5a\x41\x5e\x91\x01\xfa\x34\xa2\xac\x05\x7a\xc8\xdd\xb4\xf5\xd4\xef\xca\x01\x6d\x27\xb1\xdf\x0e\x6e\x7e\x9a\x5c\x0f\x6f\x2e\xef\xae\x4f\x0b\x62\xfb\xe9\xf9\xdd\xcd\xed\xf0\xba\xf6\x99\x29\xe9\x39\xba\xbc\x98\xfc\xe5\x6e\x78\xd7\xf0\xc8\x35\x70\x3e\xf8\x61\x78\x1e\xbe\xf2\x97\xbb\xc1\xf9\xe8\xf6\x97\xc9\xe5\xfb\xc9\xcd\xf0\xfa\xd3\xe8\x74\x38\xb9\xb9\x1a\x9e\x8e\xde\x8f\x4e\x4d\x89\xf3\xe0\xdd\xab\xf3\xbb\x0f\xa3\x8b\x89\x0b\x5f\x0c\x1f\xfd\x7c\x79\xfd\xd3\xfb\xf3\xcb\x9f\x27\x41\x97\x97\x17\xef\x47\xeb\x0b\x2b\xd7\xcf\xb7\xb1\x06\x43\x70\x55\x05\x0a\x66\x20\x08\x4d\x57\x96\x78\xe9\x3f\xc0\xcc\x79\x65\x28\xee\xa8\xe7\xfe\x65\xca\x9a\x1c\x69\x26\xe7\x2c\xe8\x39\x7f\x18\x33\xef\xe2\xf0\xd7\xa6\xc2\x73\x5f\xcb\xbf\x30\xda\x13\x34\x80\xd3\x00\x2a\x41\xa1\x53\xc8\x14\xf2\x23\x75\x4e\x31\xa0\x34\xa8\x52\x6e\x2b\x6f\x97\xb7\xb4\xd8\xa0\x9d\x13\x0c\xc1\x5a\xf8\xe3\x75\xf4\xee\xca\x79\x17\x69\xe1\x04\x39\x1e\xac\x9b\xd5\xe3\x02\xb0\x8d\x15\xc3\x69\xa5\xe2\xb2\xc1\x9b\xb0\x48\x14\xfa\xdc\x94\x5b\x2c\x90\x50\xb1\xe5\x05\x41\x3f\xfd\x39\x1f\x14\x58\x3b\xad\xf5\x30\xab\xc0\x71\xdb\x07\x22\x33\xab\xba\x89\x00\x0b\x3d\xb9\x83\x6c\xcd\x50\x70\x32\x6d\xd5\x14\x30\x4d\x67\x2c\xc8\x6d\x2d\xd8\xa9\x6d\xb9\x30\x74\x84\x4a\x54\x7c\x82\x6e\x48\x42\x22\x95\x97\x7c\x86\x5d\x5c\x26\xd9\x9c\x56\x8a\x26\x4d\xc9\x02\x3f\x50\xee\xf0\xfa\x0c\xac\x21\xac\xa3\x15\x9e\xd0\x11\x6a\x3c\x0a\x27\x68\x10\xc7\xb2\xc8\xc2\x0a\x94\xe3\x98\xe2\x51\x71\xd8\x61\x3a\x2a\x8b\x3d\x63\xac\x35\x1c\xd4\xdc\x7a\x3b\x21\xa4\xc8\xfb\x89\x23\xb1\xc9\x56\xd7\xf0\x2d\x96\xf7\x35\x35\xd2\x6a\x6f\x36\x4b\x3f\x3b\xf6\xd8\x5c\x98\xad\xb6\x53\xbf\xd6\x13\x38\x00\xdb\xf5\xd9\x08\x4f\xb3\xa1\x4b\x37\xe3\xa4\x84\x21\xdc\xba\xbf\x02\x06\xf1\xd3\x5b\x6c\xeb\xe5\x20\x38\x2a\x13\x4f\x97\x1d\xe6\x71\x05\x9f\x5e\xfa\x2f\xd7\x0a\x4b\x93\x60\xdd\xba\xda\x71\x2b\x89\x78\xd6\x96\xdb\x5e\x44\x02\x74\x36\x1a\x81\x39\x1d\x53\x66\x31\x3b\x89\xb7\xf7\xba\x8a\x2b\xfa\x8c\x79\x1c\x69\x3c\xe5\x0f\x05\x95\x2b\x35\xe5\xe1\x6b\xcf\x6e\x60\x28\xda\xe5\xd0\xfa\xd3\x63\x3f\x6c\xb9\xd7\xee\xbc\xdc\xea\xaf\xd6\x99\x42\xae\x43\x7d\xd1\x4d\x54\x8b\x71\xb1\x8b\x63\x43\x97\x26\x9b\x45\x9f\xfd\x5e\xee\xaa\xe6\x22\xf0\xe0\x37\xd8\x70\xda\x1a\x9b\xca\x0b\x56\x0b\xc5\x1a\x9a\xc8\xbb\x7b\xb8\x83\xd6\xb7\x86\xcd\x71\xa5\xa2\x8b\xeb\xd3\x81\xea\x0a\xfe\x84\xb0\x64\x8b\xa9\x2e\x66\xea\xb9\x05\x23\xed\x21\x6c\x92\x88\x72\x09\x44\x66\xd1\xc2\x00\x7a\x6a\x76\xde\x1b\xb3\xc7\x60\x43\x0a\x61\x76\x83\xb0\x25\x80\x7b\xf8\xac\x19\x14\x7d\x28\x04\x2f\x82\x98\x45\x21\x92\x2e\x20\x04\x63\x70\xcf\x31\x66\x37\x10\x78\xb0\x5f\x3b\x90\xfa\x16\x80\xe2\x35\xf5\xdb\xea\x60\xc5\xfd\xdc\x02\x34\xef\x7d\x41\x89\xaf\x19\x42\x00\x28\x5e\x37\x82\x3d\xe0\x89\xbf\x0c\x88\xb8\xc9\x9d\x4b\xa7\x36\x93\x55\x4f\xd7\xad\xf6\x1f\xdc\x8c\xfe\x60\xac\xf1\x59\x43\xea\x73\xd0\x9a\x87\x01\x42\x47\x50\x6d\xd4\xe6\x59\x5a\x47\xa7\x44\x47\x28\xa1\xf7\x04\x7d\x05\x71\x4c\x83\xab\xd1\x57\x3d\xf4\x55\x98\xcb\xf1\xd5\x56\x07\xd0\x8e\xdb\x62\x8a\x83\x06\x52\x08\xe8\x2d\x1e\x3b\xd8\xab\xd2\x49\xb4\x7b\x66\x0f\x22\x6a\x3a\x87\xfa\xcb\xc2\x37\x94\x29\x22\x00\x23\xdb\xc4\x7d\xfa\x70\x42\xeb\x18\x31\x72\x21\x95\x35\x6b\x17\x8f\xd9\x74\x55\x76\x7d\xf4\xbc\xef\xa3\xf5\x29\xdd\x19\xf7\x59\xb7\x57\x4d\xfe\xdb\x73\x98\xdb\xfa\xfb\x60\x43\x3a\xe1\xc0\xd7\x16\xcc\xb9\x98\x6c\x38\x2f\x87\xf8\xd0\xba\x59\x15\xac\x48\x6e\x31\x6b\x37\x65\x93\xfc\xf3\xd6\xc8\xad\x45\x50\xe5\xa0\x6e\x45\x6c\x3c\x6d\x83\xe0\x7b\xa0\xb2\xa7\xa5\xb2\x7d\xc4\x13\x17\x07\xd7\xfd\x02\x3d\x35\x72\x5c\xd0\x8c\x33\x43\x6a\x65\xc2\x33\xf8\x02\x38\xf8\xe6\xaa\x1a\x1d\x3d\xa1\xc1\x9a\x6c\x76\x85\xde\x18\x77\xba\x71\x46\x56\xc7\x5a\x1e\xea\x40\x59\xa4\x52\x4e\x4d\xee\x90\xa2\x29\xe9\x21\xa8\x8c\x9b\x87\x00\xd8\xf3\x0a\xe4\x06\x77\x9c\x2d\x7f\x67\x3a\x11\xd1\x82\x3e\x74\x4b\x90\xea\x2a\x8d\x37\xd1\xc8\x0e\xf1\x17\x17\x83\x8f\xc3\xb3\xc9\xf0\xe2\x76\x74\xfb\xcb\xa4\x1a\x8a\x51\x7c\x7c\x7d\xfa\xe3\xe8\xd3\xf0\x2c\x7c\xe1\xe6\x97\x9b\xdb\xe1\xc7\xc9\x87\xe1\xc5\xf0\x7a\x70\x3b\x3c\x5b\x6b\x4a\x5d\xd7\x59\x5d\x09\x0a\x1b\xba\x5d\xa3\xbe\x79\x10\x39\x63\x87\x04\x80\x02\x2d\xee\x3f\x50\x49\x6d\x92\xae\x15\x51\xef\x46\xce\x34\x5a\xd3\xfb\x49\x90\x3f\xd3\x33\xc8\x6a\x79\x27\xd4\xba\x93\x42\xf1\xd5\x46\x5d\xb0\xd8\x04\x6a\xa2\xa0\xc6\x71\xbf\xa6\x13\xbb\x60\x27\x68\x60\xa9\xa3\xae\x7d\xc6\x91\x16\x9e\x89\x30\xa3\x37\x21\x19\x7e\xe8\xe8\x08\x95\xd7\xf8\x04\x19\x40\xe8\xa0\x26\x86\x6f\x10\x44\x3e\x2c\x08\xfb\x4a\x21\xf2\x79\x99\xd0\x88\xaa\x20\xf1\x86\x0b\xeb\x74\x30\x4e\x35\x88\xfe\xda\x40\x5c\x7b\x8b\xd1\xd8\xbb\xce\x1f\xfa\x97\xab\xda\xbe\x3f\x51\x8a\xdb\xe4\xc5\x8d\x28\xa3\x7b\x50\xec\x1b\x5c\xa9\x15\x40\xd4\x2d\x46\xf7\x14\xe6\x81\x6a\x04\xbc\x4d\x9e\xb1\x81\x1e\xd8\x55\x32\x78\x34\x37\xe2\x76\x05\xaa\xd7\x47\x8f\x14\xce\xf5\xfa\xf0\x91\x76\x94\xfa\xc2\x41\x20\x05\xf4\xfd\xbd\x15\x02\x9e\x74\x74\xe3\x57\x00\x3d\xd9\xbd\x81\x39\x44\x82\xa4\x5c\x69\x05\xcc\xf8\xc9\x7b\x5a\xa8\xa2\x38\xa1\xff\x00\x04\x18\x41\xfa\x41\x5c\x01\x24\xd8\xc4\x61\x40\xb5\xcd\xce\x7e\xfa\x82\xc0\x79\x1d\xbc\x4a\x29\x60\xa7\xbc\x5f\x34\x96\x3d\x79\xd1\x6a\xb3\xc5\x15\x6b\x2a\xf1\xd0\xad\xf8\x6a\x81\xa8\x36\x17\x5e\x85\x2a\xf4\x58\x36\x54\x5d\x6d\x3b\xc6\xe7\xa9\xbd\x5a\x4d\x40\x2f\x91\xdc\xcb\xd6\x5d\x2d\x0d\xe6\xf5\x14\x5f\xdd\xb8\x6e\xaf\x17\x61\xa0\x66\xa0\x2d\x8a\xae\x7a\x1f\x0b\xd4\x45\xe9\x76\x1d\xba\x10\xb1\x82\xa3\x45\x1f\x2a\x7f\x2f\xd6\x6b\xb7\x58\xde\xef\xdc\xdd\x2d\x96\xf7\x0d\x5d\x6d\xba\x39\x4f\x0b\x8e\x9c\xd2\xb2\xd9\xe0\x35\x0b\xe1\x15\x96\xef\x6f\xbe\x8f\x86\x0f\x84\xa9\xbd\x08\x73\xd0\x44\x4d\x06\x61\x3b\x93\xac\x01\x4d\x1f\x9d\xe5\x1c\xc9\x17\xef\x0a\xc2\x26\x94\xc0\xc0\x58\x89\x7a\x24\x84\x39\x37\x7a\x93\xc7\x52\x4f\xad\xdd\xf6\xc0\xab\xd5\x75\xd9\x10\x5d\x6b\x57\x3b\x2f\x9e\x92\x47\xc6\xf1\x08\xe2\xf6\x3b\x69\x7f\x05\xa9\xc8\xa8\x7c\x61\x5d\x5d\x23\xc9\x97\xf7\xdc\xf4\xb9\xc0\xb2\xdc\xe5\xc6\x2d\xdf\x22\x81\xbe\xd0\xcc\x07\x02\xf9\x25\x7b\x29\x68\xd8\x21\x8f\x10\x06\x72\x27\x12\x88\xc2\x5c\xab\xf2\x9b\xc2\x2d\x99\x48\x72\x1b\x10\x6e\x21\xd0\x98\xc1\xf4\xc7\xec\x8c\x2c\x05\x81\x52\x62\x27\xe8\x2a\x21\xfa\xba\xcc\xf4\x95\x99\x25\xc9\xc4\x57\x55\x97\x8a\xe0\x26\xfe\xd4\x09\x20\xe7\xc9\xe7\xe5\x04\xb5\xf5\x13\x73\x60\x3b\xeb\x67\x16\xac\xc1\xfe\xb3\x3f\x83\xf5\x05\x7b\x1b\x58\x5d\x8a\x22\x37\xe8\x4c\x2b\x13\x7a\x07\x7a\x37\x0e\x75\x03\x49\xff\xa1\xaf\x6a\x41\xe4\x82\x27\x6b\xa7\xd0\x19\xc2\xa8\xcb\x1c\xdc\x52\x3e\xe1\x24\x6c\x54\xd4\xa4\x29\x34\xb3\xc5\x65\x74\x66\x9a\xa8\xbd\x02\xd7\x4d\xd1\x03\xea\x7a\x57\xb9\x85\x7e\xb3\x61\x46\x76\x68\xe0\x00\xca\xed\x12\x21\x0c\x4b\x6e\xe7\xcd\x25\xd0\x95\x71\x54\xf9\xcf\x83\x92\x70\x3e\xaa\x98\x2a\x89\xa4\x12\x59\x04\x20\x85\x0b\x22\x3a\x01\x23\xfa\xd8\xf3\xbc\x09\x3d\xe0\x7a\xd6\x66\xb1\x74\x41\x4e\xb1\x31\x14\xb2\x00\x20\x63\xb7\xd8\x4c\xb9\x56\x86\x6e\x66\xa0\xbb\xfa\x0b\x8a\xd5\xe0\x9e\xcc\x6d\x50\xa0\x96\xc2\x04\x0e\x90\x24\xdd\x21\x49\x2c\xb0\xb2\xa7\x3d\x00\x10\x52\x02\x32\x06\x73\xcf\x40\xf9\x92\xb7\xd6\xbc\x4d\x89\x0e\x85\xdd\x69\x95\xd5\x50\xf8\x42\x9f\xfb\xb3\x1d\x5d\x0b\x7a\x32\xab\x09\xe4\x89\xed\x12\x5e\x50\x98\xbf\x31\x8b\x42\x9b\x24\x46\x26\xed\xd1\x00\x26\xda\xb5\xf3\x26\x61\x53\x27\x71\xcc\xae\xf5\x28\xcc\x17\xb9\x8b\x39\xaf\x41\x46\xf2\x6a\x09\x33\x84\xed\x57\xb0\xe8\x4d\x11\x3e\x72\x12\x94\x60\x6c\x9a\xd8\x1e\x4a\x7d\xfc\x60\xde\x41\xb3\x04\xcf\x1d\x58\x00\x94\xf7\x9c\xe5\x7a\x92\x16\xf6\x4c\xbd\x4c\x93\xb8\x6a\x2e\x0f\xaa\x6c\x32\xaa\x17\x95\x33\xe2\x60\x1b\xe1\x33\xcf\xbf\xea\x98\xab\xd3\xc4\x98\xb3\x5e\xc8\x31\x0b\xfa\x58\x83\xf2\x65\xb4\xa1\x2d\xc5\x7e\xd8\x67\x1a\x7b\x8b\x3e\xfc\xc9\xea\xeb\x29\xda\xe9\xa5\x78\x09\x76\x2b\x73\x06\xf9\xcc\xdf\x3f\xb7\x36\xe4\xb8\x0f\x23\xfe\x9f\xff\xfe\x6b\x9f\xae\xb5\x49\x06\x87\x32\xf7\xcd\xe5\x0e\x98\x20\xfe\x2d\xa8\x12\x89\xe1\xa2\x40\x25\x16\x58\x3a\x52\x01\x6e\xcd\x2e\x71\x42\x0b\x2c\x9f\xce\x19\x5c\x0b\xf4\x6f\xec\x48\x21\x57\xdf\xe4\x16\x36\x83\x34\x59\x37\x9a\x84\x32\x49\x84\x21\x41\x0f\x70\x50\x53\x78\x07\xa2\x82\x36\x58\xb7\x49\x8a\x69\xa7\xe8\x52\xfd\x7e\x3d\x66\x50\xc1\xcc\x86\xe7\x44\x4c\xe2\xac\x10\xae\xb8\xa9\xed\x2b\xfd\xd1\x59\xa6\x56\x9b\xdb\x97\x09\x8e\xee\xbb\xe0\x34\xe9\xf7\x1b\x9a\xdd\x2c\xca\x04\x4e\xe5\xa2\x38\xd3\x80\x82\x44\x4a\x28\x48\x36\xca\xa9\xa0\x67\x02\x6b\x64\x50\x39\x29\x10\x47\x2d\xef\x34\x58\x8d\x30\x72\xa8\xa5\xe9\x98\x8d\x47\xbf\x8d\xfb\x63\xf6\xde\xc0\x47\x83\xa8\x6c\x06\x10\x41\xed\x22\xf2\x79\xc9\x25\x29\xe4\x09\xd4\x20\xda\xda\x4c\x1e\x3b\x8c\x7a\x29\xaa\x54\xb9\x6a\x27\x21\xea\xc5\xf1\xac\xaa\x1b\x5e\x9d\x72\x3d\x05\xee\x74\x4f\x47\x74\x49\x35\xed\x4c\x6a\x4f\xda\xd3\xd5\x14\xcd\xa3\x08\x00\xd9\x40\x25\xab\x1e\xf2\xd3\x2b\x11\x44\x42\x1e\x88\xc0\x73\x2d\x63\x61\x9a\x84\xb8\xc5\x45\xe3\x48\x03\x3b\xd9\x74\x80\xf2\x24\x1d\x60\x0b\x28\x2e\x8f\xa0\x98\xca\x50\x47\x8b\xc5\x60\xf0\x9d\xf3\x16\xea\x5c\xa1\x1d\xe4\xa6\x41\x88\xdf\xbc\x22\x0a\x91\xcf\x8a\x30\xe3\x44\xbe\x75\x19\x1f\xd5\x80\x57\x54\x1f\x1c\xdf\x7c\xa9\x3f\x79\xa5\xd9\x81\xcb\xe4\x73\x29\x2d\xb1\xb4\x37\x8c\xad\x83\xb6\xc0\x2c\xb6\x79\x4b\x79\x35\x75\x33\x3b\x63\xb9\xf0\xd1\xa9\x36\xfb\x26\x00\xbe\x34\x6d\x1a\x84\x4e\xb8\xc8\x9c\x24\xaf\x65\x49\x70\xe8\x71\xa1\x45\xaa\x8c\x29\x9a\x68\xe2\xb0\x63\xd0\x7a\x5e\xc6\x3c\xf4\x0c\xc4\x52\x36\xa1\x9b\x50\x29\x29\x9b\x4f\xec\x4a\xba\x14\x9c\x76\x17\x43\x91\xa6\x3e\x9a\xa6\xcc\x8f\x3f\xb8\x86\xd6\x5b\x26\x0d\x59\xeb\xe9\xfb\xe4\x1f\x10\x05\x19\x77\x93\xb1\x90\x21\x2e\x67\x68\x42\xe3\x42\x71\x3e\x98\x68\x17\xb5\x1a\x64\xb3\x6a\x3e\x6d\x7e\x85\x48\x24\x21\x65\xc9\xa4\x1c\x40\x6c\xa8\x6a\xc8\x58\x92\x8d\x99\x4a\x23\xe6\x45\x34\x5b\xc6\xc0\x67\x5c\x96\x92\x9e\xb0\xeb\xce\x06\xc0\xe2\x24\x99\xe2\xe8\xde\x8b\xc7\x5e\x49\xe4\xc2\xc1\xc0\x6a\xb1\x11\xea\x5c\x18\xe2\xd2\x03\x8d\x40\xba\x31\x09\xc5\x86\x98\x0c\xa2\x82\x1d\x76\xde\xb9\x2d\x69\xc8\x4c\x91\x3d\x50\x27\xcd\xe8\x4d\x34\x6d\x4c\x96\x09\x5f\xa5\x0d\xf7\x59\x39\xa1\x64\x17\xdf\x70\x53\x3e\xcb\x5e\xaf\xb2\x12\xd3\xeb\x7c\x99\x55\x22\xe0\xf7\x80\xef\xd1\x81\x4b\x7e\x48\xf8\x14\xec\x52\x56\x2f\x74\x51\xdd\x41\x70\x71\xf9\x3c\x77\x8d\x35\x2f\x9f\x48\x2a\x97\x09\x5e\xad\xeb\xc1\x44\x39\x3f\xed\xbe\x99\x4c\xd2\xcd\x66\x9b\xf6\xf1\x81\xb5\x9f\x3f\x49\xe9\x48\x27\x09\xd8\x1a\x92\xc0\xbf\xac\xf9\x83\x38\xfb\x87\xc9\x2f\xe9\x2f\x05\xd7\x92\x02\x1f\x33\x85\xe7\x6e\x77\xad\x74\xc9\x1f\x19\x11\x72\x41\x97\x85\x02\x38\x3b\x47\x24\x5a\x92\xb6\xff\x31\xf1\x77\x1d\x98\x27\x5f\x1e\x99\x54\x71\x4d\x20\x72\x89\xa3\xdc\x5e\x15\x25\x58\x4a\x3a\x5b\x05\x19\xde\x3e\xb8\x0b\x32\x06\x7c\xf1\x87\x62\x11\x95\x5a\xd7\x5f\x21\xa3\x78\x3f\xe9\x96\xbb\xa7\xb3\xdc\x15\x4f\x21\x8d\x43\x40\x1d\x28\x7d\x5a\x49\xea\x6f\x59\x9d\x75\xd7\x2c\x17\x3b\x32\x9b\xeb\xb1\xbf\x81\xb9\x4c\xed\xed\xf2\x36\xd7\x82\x44\x34\x9b\x39\x72\x61\xd7\x0e\xdb\x2a\x5a\x3e\x6d\x3c\x9c\x06\xcc\x31\xb6\x5f\xf8\xbc\x8e\x42\x16\x30\x2e\x60\x23\x98\x35\xd2\xca\x9f\x33\x3a\xea\xf3\xe5\xd3\xd2\x21\x55\x38\xef\xa0\x87\xe4\x4e\x80\x2d\xed\x49\xfb\x8c\x24\x64\x2f\xd1\x8a\x5b\xd0\x79\xd9\xbb\x1d\x50\xf8\x5a\x22\xca\x01\x70\x37\x9b\x49\xba\xd3\x78\x79\x54\x39\x75\xef\x6d\x50\x5b\x44\x76\x36\x20\x52\xd4\x8f\xfc\x67\x33\x50\x1b\xdc\x59\x47\x60\x9a\x73\xc6\xb0\xf5\x6d\x55\xc3\x3a\x68\x2b\xd3\x82\x3d\x31\x79\x37\x6e\x1f\x1d\x76\x88\x17\x76\x9d\xf4\xf5\x7a\x8f\xc1\x0b\x87\x42\x36\x8c\xee\x03\x69\x13\x8f\xb0\xf1\x88\x6e\xc5\x4d\x9b\xae\xc4\x76\xa4\x62\x7d\x89\x8a\xa3\x39\x51\xa6\x0e\xa8\x2f\x76\xfa\x06\xc9\x64\x6f\xb1\xdd\x7b\xdd\x8a\x7a\x26\xd0\xed\x54\xdf\x10\x25\xdd\x8d\x57\x41\x13\xb3\x3b\x75\xe4\xd2\x54\xf3\xa4\xcf\xd7\xbb\x45\xaf\xe3\x24\x5f\x5b\xab\xca\xd3\x5d\xb0\x9b\xe9\x65\x2f\xf4\x01\x28\x27\x18\x02\xdb\x33\x0b\x8c\x0a\x87\x37\xf0\x19\x56\x54\xf9\x0d\xde\x58\x3b\xbc\x56\x7e\xd8\xca\x72\x3e\xc5\xf6\xda\x68\xca\xd6\x9b\xfb\x94\xa4\xd6\x75\x2c\xfb\xd0\x51\x9e\xd8\x28\x62\xa9\x71\xa3\x76\x7d\x08\x8a\x40\xa8\xc9\xff\x9a\x3b\x16\xed\x96\xed\xf3\x90\xd5\xe1\x62\xef\x9e\x87\x91\x70\xe3\x1d\x98\x2c\x05\x99\xd1\xcf\x5b\x89\xe2\x57\xf0\xa9\x55\x2f\xf5\x32\x97\x90\xb6\xc1\xda\x01\xc8\xdc\xb9\xb6\xef\x56\xfa\x51\x50\xa5\x08\x1b\x33\x80\x15\x96\x7f\x3c\x39\x3e\x9e\x66\xd1\x3d\x51\xc7\xf7\x64\x85\xb8\x28\xfc\xb4\x2d\x8a\xc7\xfe\x51\xc1\xcd\xbe\x2e\x94\x5a\xca\x93\xe3\xe3\x39\x55\x8b\x6c\xda\x8f\x78\x6a\xe2\x8d\xb8\x98\x9b\x7f\x1c\x53\x29\x33\x22\x8f\xbf\xff\xee\xbb\x7c\x8b\xa7\x38\xba\x9f\x9b\xbc\xc8\xaa\x15\xa7\xb0\xe5\x37\xd5\xca\x39\xdd\x91\x56\x05\x67\x13\xf2\x59\x13\x69\x5d\x6d\xe6\xb6\x90\x13\x12\x0d\x7e\xbe\x41\x72\xc5\x14\xfe\x7c\x82\x3e\x9a\x42\xda\xe8\x47\x9e\x09\x89\xce\xf0\xea\x88\xcf\x8e\x52\xce\xd4\x02\x7d\x84\xff\xb5\x3f\x3d\x12\x72\x8f\x7e\x21\x58\xd8\xfd\x35\x02\x8b\x07\x6b\x06\x2f\x84\xc8\x98\xb4\x15\xba\xbf\xfb\x0f\x57\xa2\xfb\x04\x7d\x7b\xfc\xdd\x7f\xa0\xdf\xc3\xff\xff\x3f\xe8\xf7\x0d\x9a\x5a\xb7\x9c\xdb\xbc\x7c\x7a\x6d\x6b\xb0\x52\x5b\x14\x2b\x3a\x15\x3c\xdf\xa9\xda\x96\xef\x69\x74\xcf\x67\xb3\x89\xa2\x29\x31\xc1\xa1\x13\x2c\x2a\x58\x4a\x5b\x02\x98\x50\x5b\x5a\xc5\x54\xa7\xcc\xa1\x4d\x6d\xa7\x26\xf5\xc3\x1d\x37\x99\xe5\xa5\x25\xc0\xa7\x52\x28\xd7\x41\x25\x7c\x45\x62\x7d\x2a\xba\xf8\x4f\x9c\x75\xa6\x5a\x00\x2e\x4f\x73\x0a\xcb\x05\x79\x3f\x68\xe8\xd4\xe7\x9b\x4a\x97\x57\xa3\x0d\xbe\x18\x17\x32\x4c\xed\xa5\xdc\xc7\xb2\xd2\xf9\x66\xcf\xf1\x0d\x17\x3b\xc9\xcb\xf7\xa4\x12\xc2\xd2\x12\xc6\xd7\x15\xa9\x08\x0b\x57\x41\xd6\x01\x17\x1e\x48\xc8\xe8\xb5\x16\xec\x7f\xb3\x15\x8a\x0a\xe3\x6b\x6b\x77\xe8\xf5\xd4\xcf\xfc\x27\x9b\x86\x09\x8e\x37\xf7\x76\x0e\x63\x0e\xa3\xd5\x57\x9c\x66\x89\x35\x23\xae\x41\x1b\xd8\xb4\xa1\x37\x66\xcf\x88\x34\x8d\x83\x17\x18\xa2\xef\x98\x93\x4c\x6c\x52\x4a\xed\x7e\x42\x0e\xf6\x3e\xe0\x19\x2a\x50\x7b\x3b\xf0\x39\x63\x2a\xcb\x59\x84\x83\xbb\x04\x91\x2d\x28\x8b\x83\x35\xf7\xd8\x12\xd1\xc2\x80\xdd\xf6\x90\xc0\xe0\x48\x55\x0b\xcc\x8c\x12\x35\xc3\x11\x65\xf3\x5e\x00\x66\x00\xb9\x32\x21\xcf\xaa\x5b\xc9\x5b\x2c\xef\xf7\xeb\x1c\xdc\x19\xfc\x9f\xc6\x39\x00\xb5\xa1\x48\xeb\x3b\xa4\x95\x4c\x6e\x85\xe5\xfd\xde\x8a\xa3\xeb\xa5\x68\x53\x16\xdd\xc5\xde\x93\x50\x68\x03\x64\x3f\xad\x5c\x05\xe8\x4f\x2e\x7c\xd2\x14\x1e\xa5\x09\x89\xcb\x18\x18\xe5\xf1\x6f\x22\x04\xa3\x16\x07\x5e\x28\x80\x48\x48\xb5\xe2\x17\x1b\xf3\x2c\x5b\x99\xa3\xa4\x6f\x2e\x2c\xef\xa5\xaf\x40\x81\x64\x8a\x93\xa4\x87\x04\xc9\xa4\xbe\x7a\x7b\x48\x92\x64\x76\xe4\xd0\x0a\x63\x94\xf0\x39\x8d\x70\x82\xa6\x09\x8f\xee\xe5\x98\xe9\xab\x84\xcd\xcd\x0d\xb8\x14\x3c\x22\x52\x06\x77\x6f\x1e\x97\x6f\x83\x58\xa1\xfc\x84\x22\x22\xa5\x8c\x4a\x45\xa3\x52\x45\xe9\xfe\x98\x99\x72\x2a\x5a\x1b\x8a\xb8\x29\x9a\x01\xc3\xd5\xb2\x00\x31\xf8\x09\x19\xb3\x58\xb0\xc0\xd0\x6d\x5a\xb4\x8b\xaa\x68\xa2\xde\x3d\x64\x79\xbb\xed\x99\xa8\xe2\x69\xd8\x40\xcf\xa7\xf6\x33\x38\x43\xeb\x28\xe6\xba\x48\xce\x9e\x1a\x3c\x99\x7b\xf0\x30\x47\x14\x79\xcc\x48\xe1\x6e\xf3\xa1\x14\xaf\x2c\xf9\x15\x86\xdc\x90\xf2\xba\x89\xa6\x4f\x4d\x89\x6a\x0b\x3f\x5c\xf6\x8b\xb9\xd2\xd3\x16\x62\x5e\x5f\x12\x0f\x9a\x48\xdc\xf2\xe8\xb5\xd7\x57\x49\xcf\xd7\x8d\xc6\xd2\x86\x8c\x1c\x79\x6c\x3b\xcd\x0f\x0d\xfe\x20\x74\x52\x2a\x42\x5c\xa5\xa8\xd7\x54\x2b\xda\x5f\xd2\x5d\xd9\xe2\x46\x41\xa2\x63\xdd\x68\xb7\xd2\x8d\x38\x20\x85\xb1\x15\xc9\x16\x12\x4d\x9b\x07\xd5\xd2\x5e\x21\xea\x32\x3a\x0c\xc5\xc1\xd3\x07\x9a\x57\x01\xb2\xbd\xad\xb5\x67\xe8\x19\xb5\x32\x66\x84\x44\xb1\xb5\x81\xae\x34\x95\x4a\x66\x14\x35\x05\xb2\x6c\x7d\x7d\x2d\xd5\x66\x51\x44\x48\x5c\x1b\x5c\xa0\x47\xf4\xea\x70\x2e\xae\xb0\x5a\x98\x24\x9b\x94\x2b\x53\x84\xc2\xe0\x5c\x38\x43\x8b\x01\x6e\x98\x26\x7c\x0a\x17\x12\x40\x60\xb8\x74\x8b\x20\x5c\xda\xcc\x9b\xc4\xe8\xeb\xe0\x7e\xf1\x09\x60\x4d\x45\xce\xf6\x08\x7f\x51\xb6\xce\x34\x82\x60\x14\x11\xd2\xfb\xe8\xaa\x94\x71\x18\xcc\x6a\x86\x35\xcb\x5f\x9b\xbd\xfa\x42\x90\x19\xa5\x49\xec\x05\x32\xa3\x40\x9f\x7b\x80\xcc\x68\x35\xc6\x84\xcf\x9f\x34\x87\x43\x4f\xea\x9c\xb7\x0f\xac\x35\x59\xeb\x46\xb4\x2a\x90\x8f\x3b\x08\xab\x3a\x22\x7a\x5d\x70\x20\xa5\x1a\x00\x2f\x0b\x07\x52\x1a\xcc\x6b\x86\x03\x29\x0d\xf5\xf5\xc2\x81\xd4\x0c\xb4\x05\x1c\x88\xf1\xee\x4e\x34\x51\xb7\x63\x0a\x10\x27\x38\xcd\x66\x37\x70\xdf\xad\x1d\xa3\x2d\x34\x6b\xae\x0f\x27\xc2\x59\x54\x2a\x18\xad\x8d\x29\x6f\x8a\x87\xc1\x72\x27\xda\xf3\xee\x17\x2a\x8d\xf6\xbc\x4c\x30\x2b\xb2\x7d\x28\xe4\x27\x48\xa4\xc9\xcf\x30\xaa\xbc\xc2\x79\xcf\x5a\x75\xf4\x28\x8c\x21\x33\xc2\x4b\x9b\xa3\xd3\x04\x16\xfb\x7a\xb2\x11\xba\x21\xad\x00\x20\x46\x81\xd5\xb7\x4a\x67\xff\x58\xc2\x5b\x5c\xf0\x47\x2b\xb1\x01\xf9\xd9\xda\xcc\x1d\x95\x88\x10\xab\xa5\x44\xd3\x2d\xb1\x5a\x0a\x13\x39\x60\xb5\xd4\x6f\xf0\xab\xc5\x6a\x29\xed\x79\x3b\xac\x96\xba\x2d\xdf\x02\xab\xa5\xd0\xcc\x17\x83\xd5\x52\x5a\xd1\x2f\x06\xab\xa5\x34\xaf\x03\x56\xcb\x17\x82\xd5\xb2\x99\x8f\xd4\xa2\x91\xd4\x1f\xde\x6e\x68\x24\xb5\x22\x7c\x33\x8b\xd8\x35\x91\x16\x04\x86\x67\x46\x23\x29\x4c\xe0\x10\x78\xd3\x3d\xf0\xa6\x96\xf8\x6c\xdf\x50\xf7\xda\x46\xe3\x94\x2f\xb2\x96\x78\x24\x85\xfd\x69\x6d\xd5\xda\x07\x25\x3e\x6d\xa8\x17\x18\xd7\xdb\x6a\xdc\x83\xc2\x2a\x4a\x8b\x62\xa4\x25\x23\x97\x95\x6f\x84\xf3\xd0\xb1\x78\xa0\xdc\x2d\x42\xc6\x4a\xcb\xeb\xcd\xf1\x86\x16\xf7\x69\x77\xad\x29\xd3\xb6\x03\xbd\xba\xac\x9a\x8e\x76\x6f\x37\x08\xb0\x7f\xd7\xdb\x9e\xa0\x72\xe3\x7e\x9a\xdd\x74\x91\xf9\x9c\xe3\x42\x21\x49\x9f\x30\x94\x17\x92\x34\xb2\x71\x29\x4f\x4a\xab\xff\xf6\xcb\x39\x95\x4a\x34\x06\x4d\x54\x46\xb8\x8b\x87\x6d\x99\x6d\x93\xdd\x38\xdf\xee\xb3\x94\xa4\x5c\x6c\x8a\xd8\xa8\xfd\x52\x2a\x2e\xf0\x7c\x93\x22\x5e\xaf\x56\x2d\x17\x24\xd5\x42\xd0\xa4\x6b\x23\x6d\xf7\xdb\x67\x93\xd9\xa4\x86\x9a\x6a\xa2\x81\xff\x4c\xbf\x1b\xdb\x0a\xa1\x6d\xb7\x7b\xd7\x6d\x76\xa5\x48\xbb\x19\x8a\x1d\x9a\xd0\x7a\xcb\x95\x7d\xa9\xe0\x25\x05\xfa\xae\xf5\xc3\xfb\x30\x88\x2d\x3d\xed\x0d\x78\x2f\xd5\x0e\xc1\x11\x27\x89\x38\x0a\x65\xd4\x82\xf3\xab\x3a\x82\xc2\xba\x3b\xdd\x66\x87\x65\xcf\x44\x63\x40\x58\x1b\xd3\x91\x29\xef\xad\x15\xa7\x10\xe9\xbd\x4c\xdf\xd3\x55\x4d\x86\x49\x3b\xdb\x24\x65\xea\x4f\xff\xde\xc5\x43\x0e\x42\xbe\x5d\xb7\x19\x4d\x08\xc2\x51\x44\xa4\xb1\x66\xd9\x80\x41\x53\x39\x31\x13\xc9\x2e\xbb\xaa\x0f\x87\x9e\xb7\x66\x99\x1e\x44\x29\xce\x89\xc7\x5c\xc0\x0b\xc1\xb3\xf9\xc2\x59\x33\x34\x15\xea\xa9\xd5\xed\xe5\x27\x13\xde\xb1\xcb\x5e\xfe\x90\xd1\x64\x3b\x5b\x51\x1e\x51\xa5\x87\xf9\x61\x74\x8b\xe4\xc2\xd3\xff\x14\x9a\xad\xdd\xd8\xea\xa0\xdb\xf7\x69\xbf\xf5\x96\x51\xe8\xa6\xe7\x80\x43\x66\x3c\x49\xc0\xb6\x27\x49\xfa\xd0\x54\x79\x11\x26\x7c\x4b\xb7\xac\x2f\x07\x5f\x83\x87\x40\x2a\x9c\x2e\x5b\x49\x34\x57\x46\xd8\x92\xc8\x8d\xbe\xec\xda\x33\x01\x3b\x9c\x11\x56\x67\xed\xf9\xb9\x0a\x00\xfa\xc6\xc2\xa6\x5c\x18\xcf\xde\x42\xa7\xdc\x92\x3c\x73\xf8\x54\xdd\x3c\x3a\xb0\x80\x42\x34\x71\xce\xe3\x9d\x5f\xda\xc8\xf1\x03\x3d\xbf\x31\x1b\x14\xe2\x8e\x5d\x49\x97\xe9\x2a\x0f\x5c\x34\x22\x71\xc8\x49\x00\x37\xd1\xda\x09\x14\xb7\xd6\x03\x10\xdc\x0d\xe6\x8d\x09\xac\x72\xc1\x53\x10\x75\x49\xe2\x23\x1c\xad\xa2\x84\x46\x81\x0a\x38\x17\x78\xb9\xa8\x63\x37\xd5\x12\xe5\x07\x74\x81\xb5\x23\xdb\x3b\xba\x40\x13\x18\x70\x97\xa8\x51\x47\x57\x50\xdd\xf2\x80\x7a\x50\x83\x7a\xd0\xf3\x79\xbd\x2c\x87\x35\x7e\xc1\x74\xd1\xea\xb9\x3b\x40\x1f\xbc\x00\xf4\xc1\x36\x87\x2f\xc7\x35\x28\x1c\xbb\x03\x1c\xc3\xbb\x56\x70\x0c\xfe\x12\x7c\x55\x19\xf6\xcd\xe7\xf1\x85\x33\xb7\xab\x03\x7b\x49\xf8\x85\x1a\x71\xa1\x8b\xdc\xb4\x0e\x7f\x61\x1d\x5d\xb4\x5a\x97\x97\x45\x43\xe8\xb6\x32\x9d\x80\x0e\x6a\xef\xae\x57\x02\x7b\xd0\xbc\x0d\xaf\xe4\xdc\xec\x33\xb6\xbf\x5b\xdd\x86\x30\xbe\xbf\x8b\x76\xd3\x2d\xd4\xdf\xd3\xc3\xdb\x0a\xf7\xcf\xb1\xcc\xb7\x0b\xf9\x1f\x38\x97\x2a\x11\x68\xc1\x13\x00\x98\x2f\xac\x96\xef\xc0\x07\xab\xfa\x05\x72\x9b\x71\xb3\x24\x91\xd1\xb6\xaa\x85\x5c\xd7\x92\xd4\x5b\x0f\xee\x0f\xe4\xdf\xfd\x06\xf8\x87\x2b\xbb\x6d\x90\xff\x86\xc1\xad\x13\x3d\xb6\x0c\xf4\x0f\x7a\x5c\xeb\x74\x72\xb3\x6b\xe5\x78\x2a\x13\xcb\x16\x31\x41\x15\xc0\xf7\xdd\x41\x10\x52\xfc\x79\xb2\xc4\x02\x27\x09\x49\xa8\x4c\x9b\xce\x3c\x65\x8a\xcc\xcb\x94\x56\x30\xc6\xfe\xf1\xfb\xf5\x01\x98\x45\xef\xa3\xab\xf1\x0b\xfe\xc7\x2c\x9d\x1a\x52\x74\x03\xb1\x85\x11\x14\x47\x22\x63\x21\x84\x8b\xdf\x18\x04\x78\xb5\xa6\x68\xf0\x2c\x83\xe8\x1c\x1c\x2d\xa0\x0a\xc7\x0c\x53\xc1\x88\x94\x1d\x0b\x37\xcb\xa2\x9e\x68\x6e\x60\xfa\x8f\x82\x84\x7a\x54\x88\x13\x8e\x82\x4c\x65\x08\xdf\x70\xd8\xad\xeb\x58\xc5\x21\x18\xb0\x1a\x0c\x58\xbf\x36\xaf\x31\x20\x30\xaf\x1d\xde\x31\x28\xb0\x69\xfb\xf7\xc1\x04\xf6\x18\x1c\xf8\xc2\x51\x74\x4f\x13\x40\xf7\xb2\x11\x8f\x4f\x11\xec\x78\x08\x09\x7c\x7b\x21\x81\xcd\xc7\xb6\x53\x58\xe0\x86\xd4\x7b\xd7\xcb\xae\x31\x58\x3e\x1d\xfc\x49\xe3\xb0\xbc\xd7\x2b\xf8\xa2\x65\x2c\x56\x9e\xaf\x7e\x88\xc7\x7a\xa2\x78\xac\x9a\x25\xee\x16\x93\xb5\x95\x78\xfc\xfc\xe1\x22\xe5\x02\x54\x4f\x19\x32\xb2\xc1\x4b\x2a\xb3\xe9\xe4\xc9\x8f\x5e\xed\x9c\xdb\x9e\xc0\x9f\x3d\x51\x18\x91\x48\x68\x3a\x9b\x92\x38\x06\x13\x8c\xe2\xb6\x18\x43\x4e\x3b\x8c\x18\xfa\xd6\xcc\x17\x4b\x4d\xec\x38\xe1\x6c\x2e\x69\x4c\x82\x92\x6f\xb9\x64\x65\x92\xb2\xc6\x0c\xf6\x37\x49\x88\x70\x1a\xbc\x40\x5f\x4b\xca\x22\x12\x6a\xf5\x02\xc5\x9c\x48\xf6\x95\x16\xc0\x1e\x08\xc2\x6c\x85\xee\x19\x7f\x4c\x48\x3c\x87\x1d\x2a\x0f\xe6\x08\x51\xd2\x43\x54\xf9\xcf\x04\xc1\xd1\x42\x73\xd8\xb1\x1e\x3b\xf8\x65\x8d\x08\x48\xec\xb7\x41\xd9\x11\xdf\xcc\x37\x7d\x84\x46\x0c\xcd\x70\xa4\x7a\x48\x66\xd3\xbc\xfd\x98\x9b\x3a\x12\x0f\x84\x85\x13\xcf\x1b\x79\xb2\x70\xa1\xda\xf0\xa0\x12\xb5\xb9\xf3\xa6\x09\x60\x90\x50\xbc\x93\x67\xf7\x01\xef\x02\x6b\xf3\x31\x93\xd6\x05\x80\x38\xf3\x87\xc9\xe6\xb0\x7a\x24\x2f\x40\xd3\x37\xa8\x58\x6b\x8a\xfb\xe1\xd2\x54\xba\x8e\x25\x77\xc3\x5b\x10\x7f\x6b\x26\x81\x76\xcd\x72\xc7\xfc\x91\x49\x25\x08\x4e\xad\x6a\xaa\x99\x37\xb8\x70\x8c\x13\x5e\x8f\x9e\x0a\x73\x69\x77\xd9\xe2\x73\xca\xee\xf5\xee\xe6\xd8\x65\x50\x14\x05\x7a\xae\xd9\xb4\x1f\x28\xc3\x85\x18\xc4\x2d\x76\x2d\xc9\x3a\x05\xc5\x04\xe5\x0f\x57\x4d\xb0\x71\x0a\x6f\x42\x72\xeb\x62\xc6\x93\x50\x09\x06\x4d\xa1\x50\x99\x66\x75\xa6\xf0\x03\x46\x0a\x03\x5c\xe1\x82\x24\xcb\xa0\x98\xc2\x12\x0b\xe5\xeb\x47\x1a\x24\x23\xcd\x1d\xd2\x8c\x01\xfc\x94\xd5\x10\x1f\x2d\x60\x8d\xb5\x23\xe4\x8d\xf7\xc7\x6c\xa4\xbe\x82\x82\xb4\x9c\xcd\x93\x15\xc2\xf1\x03\x95\x39\x8e\x5c\xc4\x99\xcc\x52\x22\x4a\x45\x8a\x8c\x93\x19\x61\x47\x2b\x7a\x6c\x5a\x56\x7b\xc0\x09\x8d\x5d\xd1\x3c\xfd\xe3\x94\xcc\xf4\xbd\xb7\xc4\x42\x3a\x8b\x64\x8d\x35\xd1\x6e\x6e\xac\xd7\xea\xc5\xce\xe4\xa7\xf0\xd8\xa1\x34\x3f\xa1\xd8\xea\x2e\xc7\xe5\xf3\x19\x94\x7d\x6c\x0a\xf0\xab\x4c\x0a\xad\xbf\x98\xec\x2a\x9c\x6d\xca\xf7\xd4\x2f\x68\x6a\xc8\x8c\xf7\x48\xf7\xe3\x64\x20\x33\xb8\x4e\xe6\x9f\xd2\x04\xed\xa8\x8d\x31\x30\x3c\x9b\x84\xc2\xa5\x20\x15\x56\x34\x72\x25\x2c\x7d\xe9\x60\xf3\x75\xf3\xd6\xee\x5a\x9b\x55\x46\x38\xa9\xee\x70\xf3\x5a\xde\x98\xf7\xd7\xf3\x3e\x7b\xdc\x4c\xdb\x6b\x83\x35\x23\x9e\x24\x5d\x50\xe2\x4a\x33\x3f\xcd\x3f\x5f\x3f\xa2\xbc\x1f\xbd\x01\x6e\x2f\xe0\xd4\x18\xb3\x1f\x4e\xac\x64\x21\x95\xdd\xa5\xf0\x25\xc3\x43\x57\xd6\xac\x38\x66\x7c\x06\x38\x82\x49\x53\x11\xd4\xa5\xe0\x29\xed\x82\x43\x61\x30\x68\xaf\x9d\x03\x7f\x83\xeb\xc6\xb9\xf9\xa1\xd8\x95\x21\x2f\xdb\x23\x84\x7a\x61\x66\xe4\x8c\x35\x67\x28\xc5\x95\x52\xbc\xad\x16\x7c\x93\x96\x3c\x40\xa9\x31\x51\xd8\xd5\x93\xa6\xa2\xda\x3d\x59\x41\x9a\x7a\xf2\x88\x57\x79\x48\x6b\x97\xe3\x94\x07\x8d\xda\xf3\x82\x1d\x95\x05\x27\xc6\x07\x40\x98\xfd\x32\xab\xd0\xe6\x04\x9d\xd6\x91\x61\xe7\xb3\xe4\xe6\xfc\x94\x42\x76\x78\xec\x43\xf9\xba\xcb\x6d\x58\x3c\x0c\x41\x8b\x08\x86\xb3\x7e\xa9\x3e\x16\x28\x67\xef\x6b\x54\x6a\x07\x19\x5d\xce\x79\xce\xae\xea\x5b\x7d\x86\x35\xb3\x64\xdd\x6a\xb1\x76\x8c\x92\xef\x86\x6d\xe0\x7a\xf4\x88\x06\xb5\xe7\x7d\x33\x60\x52\x17\x1d\x62\xa6\x65\x17\x5b\x6b\xcf\x03\x3d\xdb\x78\xa4\x19\x4d\x88\xec\xa3\x51\x8d\x3e\xe1\xa2\x81\x40\xaa\x02\xbc\x25\xf0\x8b\x3a\x79\x27\x13\x34\x40\xbb\x76\x52\x0d\xa2\xb6\x22\x6d\x6e\xa5\x10\x44\x8f\x39\x32\x5e\x12\xce\x00\x97\x01\x5c\x91\x82\x9a\x82\x8c\x5a\xbc\x54\x60\x70\xd3\xbc\x80\xda\xd4\x22\x53\x24\xdc\x7f\xa0\x65\x6c\x45\x04\xb6\x80\xfe\xf9\xa8\x1a\xb6\x74\x1f\x28\x9e\xed\x83\xad\x5c\xaf\xb7\xfa\x8b\xea\xde\xd4\x8e\xf0\xb6\xd8\x7a\xe7\xd1\x79\xb9\xbc\xbb\xcb\xe7\x3d\x7c\xea\xec\x4f\x18\xcd\x04\x01\x13\x65\xea\xb3\x17\x58\x4c\x84\x54\x9c\xc3\x0d\x75\x73\xf6\xd3\xf1\xdd\x08\x11\x15\x41\xbd\xb2\x31\x8b\xe4\x43\x4f\x0b\xb4\x7f\xcf\x88\xd2\x3f\x37\x44\xf7\xd1\x94\x30\x09\x9c\x80\xb6\x2d\xd6\xec\x16\x46\xff\xf7\xac\xf8\xfd\x1a\x92\xaf\xc4\x8a\x02\xed\xfa\xc2\x99\x9a\x4c\x01\x1e\xcc\x2c\xad\xac\xa1\x18\x53\xb4\x7d\x58\x07\x11\xbe\x45\x6c\x08\xfb\x5b\xc6\x3a\x8a\x49\xa7\xf9\x47\xc1\x28\x1a\xa4\xb0\x74\x89\x05\xad\xc1\xa3\x59\x1f\x74\x62\xbe\xa9\x6d\x7d\x13\x13\xc9\x63\x70\x6d\x09\x7c\x94\xa3\xa9\x23\x25\x08\x01\x16\xe2\xe9\xc9\xde\xf5\x36\xe7\xc1\x4f\x2c\xf8\xa8\x3f\x66\x1f\x9d\xc9\x34\xff\xd5\xd7\xf6\x34\x81\x4c\x24\x46\x19\xe8\x4c\xc5\x56\xa0\xd9\x98\x4a\xff\x03\x80\xc3\xc9\x2c\x51\x06\xe6\x77\x06\x45\xe7\xdd\x40\xcd\x93\x3a\x2e\x21\x30\x8b\x16\x17\x7c\xb7\x9a\xbf\x74\x36\x21\x49\x17\xd9\x71\x34\x1b\x26\x52\xd3\x77\x74\xdf\x70\x3a\xb7\x01\xb2\xce\x27\x03\x92\x9b\x83\x3a\x35\x5a\x89\xb1\xd3\x25\x06\x34\x98\x20\x30\xb2\x95\x43\x85\x4c\x36\x80\xde\x45\x2b\x5b\x1b\x1b\x9b\xf1\xd1\x3b\xb3\xdc\x14\x7a\x41\x58\x8d\x99\xc8\x18\x00\x68\x79\x93\x3b\x46\x92\x08\x6a\x6c\xdf\x11\x67\x46\x06\xb0\xc6\x93\xb9\x66\x13\x5a\xf2\x03\xbf\x0b\x67\xa0\x51\xf1\x4c\x82\xbb\x3f\x25\x4a\x5f\x50\x5f\x03\x38\xbe\x71\x7a\xf4\xd0\x52\xd0\x94\x2a\xfa\x40\x3c\x30\x5f\xb8\x75\xa7\x58\xe1\x84\xcf\x07\x42\xd1\x19\x8e\xd4\x2d\xde\x49\x67\xc6\xb6\x99\x6d\x1d\xe8\x6e\x18\x68\x74\xa6\x17\x7f\x4e\x18\x11\x30\x51\x28\x39\x5a\x7b\x84\xbb\x16\x23\xcd\x39\x37\x40\xf5\x46\x06\xdc\x54\x7a\x1b\x03\xce\x14\x4f\xb5\x46\x8a\x93\x64\x05\xa0\xa5\xfa\xc9\x02\xcb\x85\xdb\x68\x83\x74\xda\xe6\x6e\xb2\x8b\x7b\x8a\xa3\x05\xb9\x81\x1a\xf3\x75\x8b\x5b\x1a\xe5\x3b\xc2\xb2\xf4\xdd\x09\xfa\x9f\x7c\x8e\xa7\x83\xd3\x1f\x87\x93\xb3\xd1\xcd\xe0\x87\xf3\xe1\x59\x30\x1f\xfb\xe4\xe3\xe8\xe6\xa6\xfa\xeb\x8f\xa3\xdb\xea\x8f\x57\x97\x57\x77\xe7\x83\xdb\xba\x56\xce\x2f\x2f\x7f\xba\xbb\x9a\xbc\x1f\x8c\xce\xef\xae\x87\x35\x9f\xde\xdd\xfa\x87\xf6\xd9\x5f\x83\x43\x04\xf1\x1e\x10\x9d\x52\x3f\xda\xf2\x39\x3b\x42\xc5\x17\x4f\xd0\x9d\xf5\xde\x50\x8b\x76\xee\x82\x26\x4c\x6e\xc2\x23\x96\x9a\x55\x41\x51\xe1\x31\x43\xee\x73\x3d\xf7\xa6\x4f\x8d\x5b\x29\x5a\x10\x94\x70\x7e\x9f\x2d\x2d\x07\x33\x01\x8e\x8c\x1b\x8b\x0c\x91\x41\x6b\x3f\x8e\x6e\x4f\xbc\x17\xa9\xda\x58\x90\x82\xe8\x48\x1d\xc6\x85\x1d\xd7\x04\x23\xc7\x52\x90\x07\x38\x93\xde\xbb\x18\xf4\xe0\x37\x60\x5d\x3f\xa6\x35\xcc\x54\xa9\x9b\x38\xb6\x05\x0f\xdc\xc4\x82\x86\x8b\xdb\xb7\x6e\x35\xfd\x72\x18\xc8\x4b\x34\x25\x11\xce\x8c\xf3\x4d\x5f\x47\x42\x70\x11\x0e\x38\xdf\xf6\x1d\x1b\x7d\x57\x95\x32\x8a\xc0\xf6\x12\xce\x88\xfe\x24\x38\x39\x5a\x5f\x06\x5d\xda\x41\xb6\x2d\x2c\x2c\xa6\xab\x33\x9d\x7b\x4c\x00\x2a\x46\x73\x6e\x0f\x60\x46\xc1\x9b\x87\x15\x7a\x24\x10\xe5\x9a\x59\xcc\x4a\xa3\x21\xeb\x13\x08\xdd\x19\x3b\xb4\x03\x28\x2e\x44\xbf\x36\xb2\xcc\x7d\x88\xc5\xfa\x7b\x49\xea\xd8\xe5\x0e\xa1\x8a\x67\xa6\x51\xe0\xa1\xce\xb5\x0a\x23\x6e\xb0\xf8\x3b\x9e\x5d\x63\x79\x5e\x23\x05\x55\xef\x8d\x0d\x2c\x5d\x33\xd7\x36\xe3\x71\xe9\x19\x05\x08\x9d\x6e\xf9\xea\x3e\x2c\x60\xe3\x5a\xdd\xf2\x18\xaf\x34\x71\x40\x4c\x83\xcc\x96\x4b\x2e\x14\x6a\x68\x03\xc1\x49\x37\xe3\x83\x9b\xc1\xce\xc3\xb3\x28\x68\x44\xcb\x01\xb2\x06\xe5\xae\x5d\xc4\xba\x5d\xd7\xfc\xdc\x87\xa9\xaf\xa0\xae\x79\xc4\xc5\xb4\xa0\xf8\x16\x28\xb4\x4e\x44\xdd\x25\x92\x69\xa9\xaf\xe1\xb6\xe0\xbd\x75\xbd\x5f\xba\x16\x6a\xb7\x3c\x21\x33\x35\xa9\xf5\xa6\xac\x31\x1c\xea\x16\x59\x53\x92\x0f\x9d\x2f\xf6\xd0\x62\x7b\x59\xfe\x7b\xeb\xed\xd2\x02\x7c\xa0\xc7\x0b\xce\x95\x91\x22\x73\x4d\x03\xb9\xd5\x04\x23\x80\xed\xd4\x54\x0a\xc8\x45\x35\x2d\x99\xdf\x33\xfe\xc8\xbc\xc5\x5c\xf6\xc7\x6c\x88\xa1\x7c\x85\x57\x17\x6c\xc0\x82\x91\xd5\x37\x4a\xe9\x05\x34\xfc\x57\x82\x21\x91\xd3\xbd\x2d\xf5\x93\xac\x50\x5e\xf1\xa0\xf0\x5d\x9b\xd3\x63\xac\xc9\x4e\x50\x33\x13\xb6\x58\xdd\x8a\x2c\xad\xc5\xdb\xcc\x33\x0f\xe7\x06\xa7\xa9\xee\xaa\x8f\x7e\x76\xf6\x19\x88\xaf\xc8\x2b\x75\x28\x73\xe3\x24\x78\xe5\x92\xe4\xeb\x16\x76\x1f\x79\xe7\xfb\x8e\xb8\x58\xbf\xc0\x3e\xc7\xae\x66\x95\x0b\x6a\x32\x63\xc6\x6e\xda\x21\xbc\xec\xd4\x7f\x74\x43\xd6\xc7\x9f\xbe\x07\xf0\x6e\x45\x84\x56\x36\x41\x66\x60\xc9\xea\x7f\x99\xcd\x82\x7c\x73\x1b\x9b\x1c\x3b\x40\x66\xeb\x99\xd4\xe7\x07\x3c\x6b\x5a\x0c\x98\x02\x10\x45\x02\x72\x40\x1f\x0d\xa0\x6e\x05\x54\x24\xd0\x57\xa1\x8b\xe2\xa1\x73\xc6\x37\x05\x0e\x34\x10\x53\x14\x10\xd3\x4d\x33\x31\x49\xa0\xa6\x3c\xb4\x7a\x3f\x14\xb5\x87\x34\x1b\xcd\x5b\x70\x15\x73\xa7\x7d\x72\x4d\x07\x15\xfb\x25\x82\x70\x2a\xc3\x0d\x3e\xfc\x57\xfd\xd0\x3f\x64\x58\x60\xa6\x20\xb4\xc4\x4a\xde\x82\x04\x21\x8e\xe4\x33\x04\x6f\x31\x63\xae\x85\x9f\xc2\xcd\x75\xae\xf4\x39\x7d\x20\x0c\xd1\xb8\x87\x68\x9f\xf4\x7b\xb6\xf8\x9c\xcc\xa6\xf9\x9b\x0b\x2d\x39\x8c\x59\x25\x65\xa4\x8f\x06\x89\xe4\xf6\x0b\xc2\xa2\x04\xea\xc4\x04\x51\x30\x9e\xf2\xad\xf3\x67\xba\x02\xfd\x02\xb6\x32\x6f\x9e\xdb\x07\xc1\x87\x63\x86\xa5\xf1\x35\x27\x70\xd2\xf3\xdf\xeb\x6a\x41\x15\xe2\x0f\x9e\x10\x30\xae\x72\x0d\x3d\xd9\x26\x19\xb0\xe2\x75\x1b\x04\x6f\xc0\xc6\xe4\xa9\x3c\x41\x52\x0c\xfa\x1a\x2b\x94\x10\x2c\x15\xfa\xee\x9b\x4e\x31\x17\x6e\x82\x39\x77\xb5\xc7\x37\x0f\x48\x75\x11\x6d\x4d\x05\xed\x00\x4c\xde\x56\xe0\xf5\x02\x64\x4f\xef\xb3\xe2\xe8\x81\xca\x0c\x4a\xef\x04\x31\xf4\xa6\x78\x0a\x55\xd2\x05\x05\x1a\x95\xa9\x81\x8f\x38\xf8\x17\xeb\x96\xb4\xc3\xaa\xa1\x2c\xab\x3c\x51\xa3\x9e\x41\x96\x64\x1e\x5b\xb6\xc0\x6a\xcc\x2c\x67\x75\xe1\x18\x41\xa9\x85\x41\x92\x14\xe3\xb9\x30\x84\x2c\x32\x3d\x61\x28\x1c\xd4\xf7\x0b\x74\x01\xea\x97\x0f\x01\x2a\x16\x11\xf4\x87\x45\x6b\x6a\x63\xe6\x53\xd0\xc2\xb6\x6b\xa5\x9d\x3a\x2b\xf0\x33\x0a\xc1\x35\xdd\x9f\x9b\x0a\x4e\x2d\x84\xe1\xe6\x0a\x9b\x6b\xbc\x26\x15\xcb\xfb\x1a\xd9\x78\xdf\x1d\xb4\x17\x95\xeb\xad\xd8\x70\xcd\x3e\xf2\x1a\xa3\x78\xc3\xe6\x06\xb2\xc5\x2e\x0a\xb8\x8f\x45\x7b\x2e\xbf\x6c\x61\xe8\xa3\x18\x62\xcb\x37\x73\xc1\x3c\x56\xdb\xb1\x0e\x30\x47\xd3\x38\x08\x1d\x0d\xe2\xea\x20\xb4\xd8\x31\x3e\xfb\x66\x83\x7f\x74\xf9\xb6\xa7\xdf\xcb\xe7\xef\xa6\xe2\x83\xcb\xaa\x13\x6f\x16\xf6\x06\xf1\xdf\x70\x44\x58\xb4\x32\x3d\x39\xb8\xac\x6a\x8e\x9c\x43\x16\xc2\x60\x72\xaf\x15\x0f\x6d\x31\xb6\x3e\x1a\xc2\x45\xe3\x6a\xb3\xe1\x99\x73\x1b\x04\x2f\x8f\x99\xd6\x4c\xf4\x1d\x2f\xcd\xa0\x5d\xfb\x45\x12\xaf\x3b\x01\x26\x3f\x77\x27\x8f\x4b\xba\x19\x05\xb1\x49\x9b\x70\xe9\xc1\xd0\x06\xc0\xbc\xa1\xe1\xfc\x04\xc5\x3c\xba\x27\xe2\x58\x90\x98\xca\x13\xf0\x80\xab\x46\xd7\x5b\xaa\xb5\xed\x9d\x25\x8d\xb6\x75\x52\xab\x55\xcd\x52\x28\x38\x06\x41\xc5\xae\xa4\x41\x0f\xd1\x19\xa8\x13\x2e\xbf\xc0\x24\x1d\x58\xeb\x36\x22\x4c\x89\xd5\x92\x53\xa6\xbc\x29\xab\xb4\x10\x4e\xd3\xd0\x42\x5b\x53\x88\xad\xd8\x47\xa4\xcc\x96\xd3\xbe\x5d\x10\x49\x5c\x58\x80\x99\x94\xe2\xb6\x9a\xbf\x61\x17\x4b\xac\x16\x12\x32\x24\x8a\x6b\x60\x95\x2e\xf8\x54\xaf\x10\x5e\x42\x54\x81\xb1\x52\xe4\x1f\xf9\x38\x7e\xa9\x68\x92\x8c\x19\x23\x24\x96\x08\x92\x19\xbe\xaa\xcd\xc4\xd1\x9f\xf6\x10\x8e\x63\xf4\xbf\xbf\x7e\x7f\xfe\xcb\xed\x70\x32\xba\x00\x9b\xf3\xe8\x7c\xf8\x4d\xcf\xff\x78\x79\x77\xeb\x7f\x35\x16\x96\x07\x22\x50\x8a\xef\x41\xc5\x63\xd2\xc8\x7f\x10\xed\x1e\x8e\xd4\xe5\x28\xe9\x27\x92\xb8\x08\x52\x2b\xa6\xf8\xac\x76\xbb\x87\x8d\x15\x4b\x8c\xcd\xaf\x83\xf2\x7b\xed\x3f\x59\x4f\x83\x8e\x78\x7c\x17\x4e\x0c\x4c\x09\x53\x9a\xc7\x58\x6b\x5f\xae\xfb\xe6\x04\x47\xd8\x9c\xb2\xa6\x38\x37\xc2\x1e\x9e\x52\x88\xff\x89\xac\x3e\x69\xf5\xfa\x0a\x53\xd1\x9a\xf6\x86\xec\x81\x0a\xce\x60\x6a\xde\xac\x95\xd7\x92\x26\xca\x79\xdb\x82\x43\x25\x8d\x2c\x0c\x91\x14\xcb\xc6\x58\xca\x52\xe2\xf6\xeb\x98\xee\xc0\x78\x7f\xc9\x67\x25\x5c\x36\x9c\xb4\xec\x06\x3f\x60\x9a\x40\x1c\xac\xbb\x68\x72\x1a\x1c\xb3\xdb\xcb\xb3\xcb\x13\x44\x12\x3c\xe5\x02\xb2\x63\x4c\xe0\x8e\x6b\xc2\x2e\x18\xd4\xe8\xf4\x0d\x15\x32\x21\x7b\x68\x99\x67\x42\x86\x46\xb4\xbe\x69\x63\x43\x46\xe4\x92\x8b\x6a\x1e\xe1\x7e\x55\x40\x3b\xd9\x2b\x2e\xda\x5c\xff\xfa\x35\x58\x3a\xbe\xd4\x8a\x5c\x89\xf3\xda\xbb\x79\x46\xb0\xa9\xe2\x63\xdc\x42\xd6\x96\x6f\x03\x43\x93\xa4\x80\xd8\xae\x0f\x8e\xec\x5b\x47\x79\xfe\x26\x67\xe8\xa7\x3f\x4b\x34\xcd\xd4\x98\x15\xdb\xe0\x0c\x0a\xd6\xff\x80\x55\xb4\xf8\x66\xcc\x2e\xb5\x9a\xf9\xd3\x9f\x1b\x52\xb6\x63\xac\xf0\xa4\x9e\x28\x9b\xd7\xe4\x0c\x2b\x7c\xce\x71\x4c\xd9\xdc\x02\x11\xd4\xaf\xc5\x0f\xc3\xdb\xc1\x09\xba\xb4\x3a\xbc\xcf\xb2\xcc\x11\x1e\x82\x86\x80\x21\xc3\x44\x1c\x17\x01\x56\xce\x3c\xeb\xb7\x26\x32\x90\x9e\xf4\x85\x35\x66\xb0\x94\x86\xab\x52\x85\x96\xdc\x62\xba\x6a\xad\xcc\x00\x08\x60\x5f\x95\x3d\x59\x21\xbd\x3a\x40\xc6\x7e\x33\xac\x3c\x06\xf2\x4c\x95\xd9\x8f\x19\x28\xe8\x3e\xf3\x2d\xe1\x11\x4e\x20\x72\xee\x28\xb0\xe9\x69\xb5\x9d\x67\x90\x86\x04\x21\x2b\x6c\x55\x0c\x70\xf5\x99\x71\x5e\x28\x0b\x37\x0a\x0c\x00\xb0\x8f\xd6\x99\x9a\x72\xcd\x71\xfa\x63\x36\x9a\x99\xc0\xba\xc4\xac\x8e\xfe\x90\x30\xf0\x27\xbb\x65\xd1\x4f\x1d\x3f\x82\xea\x66\xc6\xad\x88\x23\x30\xdf\xb3\x15\x84\x45\x03\x0e\x24\x87\x00\x8d\x9c\x3b\x5b\xa2\xac\xec\xa2\xbf\x13\x83\xcf\xc6\xcc\xc4\xf3\x15\xf6\x25\xcc\x12\x0e\x7a\xe7\x0c\xc2\x0d\xf3\xeb\xd2\x0b\x18\x4b\x1b\x7e\x68\x65\xfd\xa5\x20\x47\xae\xbe\xaf\xfe\x35\x58\x53\x7d\xc3\xf6\xd1\x75\xa8\x5e\xc7\x3c\xca\x52\x07\x76\x03\xe9\x5a\x36\x4e\xcd\x5e\xa2\x9e\x42\xcc\xc5\x5e\x4b\xf1\xff\x16\xfe\xb7\x56\x36\xbd\xda\xb1\xaa\xbb\xa7\xaa\xc9\xb2\xd8\x52\xa1\xb5\xcd\x70\x1a\x1b\xb0\x8d\x2f\x72\xcc\x0c\x28\xfa\xce\xb5\xf6\xc9\xc1\x0e\x6d\xb2\xea\x78\xfc\x95\x44\xa3\x2b\x2d\xa4\x68\xa5\xd4\x1f\x93\x4c\x2a\x13\xa5\x05\x99\x2a\xe6\x6b\x13\x29\xdf\x43\xdf\xa2\x71\xf6\xed\xb7\x7f\x8c\xd0\x67\xf7\x8f\x3f\xfd\xc7\x7f\xfc\xf1\x4f\x5d\x42\xbf\x9d\xce\x0c\xed\xe6\x6b\xe4\x11\x70\x8b\x52\x4b\xb8\x03\x55\x66\xb2\xc3\x2e\xd8\x33\xd2\xb4\xfc\x56\x63\x6f\xcc\x74\xaa\x7b\x1c\x04\xe1\xe0\xb9\x3d\x84\x32\x3c\x3c\xa8\x70\x7a\x72\x67\xbf\x24\xaa\x57\x3c\xc4\x5e\x1e\xb5\x42\xf7\xff\x5a\x83\x5b\x30\xd1\xd4\xbc\x5d\xb0\x10\x4d\xbc\x04\xac\x1b\x41\x5f\x5b\x13\x9d\x02\x1f\xdf\x37\xee\x0e\xe2\x49\x4c\x84\xad\x2a\xe7\xac\x6a\xde\xd6\x07\xe7\x97\x7c\x5e\x26\xdc\x86\x71\x60\x24\xc9\x12\xc3\x1d\xaf\xcf\x6b\x7f\xcc\x86\x9f\xb1\x66\xae\x3d\x57\x9e\x14\x3e\x32\xce\x91\x19\x8e\x08\x32\xd2\xf4\xd7\x9f\x4f\xf4\x6f\x3d\xb4\x3a\x81\x68\xcc\x1e\xfa\xc7\x89\xcd\x9b\xc6\x42\x4d\xf4\x4f\xdf\x38\x71\xd8\x36\x01\x83\xa6\x12\x8d\xdf\x1d\x3f\x60\x61\x2a\xc7\x1c\x5b\xc0\xdb\x77\x96\xfd\x79\x30\xef\x50\x80\x4e\x38\xbf\xb7\xb1\xaa\x95\x2f\x8f\x1d\x0a\x03\x10\xb8\x77\x6e\x98\xcd\xb7\x61\xc7\x5a\xd8\x3b\x82\x17\x08\xea\x2f\xa7\xa8\xff\x37\xc9\x19\xea\xaf\x70\x9a\xd8\x5f\xdd\x53\x1b\x4a\x8b\x25\x72\x65\xf2\x5c\x20\x4d\xb2\x32\xe6\xcc\x1f\x12\x3e\x85\x79\x7d\x74\x73\x35\xc1\xa8\x30\xd0\xfc\x8a\xc8\x6f\x15\x3b\x11\x2b\xee\x98\x5c\x72\x28\x7d\xab\x5f\x81\xbb\xb7\x6e\x56\x9f\xfd\x90\xfe\xdb\x38\x6f\x61\x51\x5c\x06\x9b\xb1\xe0\xfa\x40\x30\xdd\xe8\x67\xf4\xb5\x65\x42\xdf\xe8\x8b\xc0\x46\xfe\x9a\x65\xa8\xeb\x60\xe5\x3b\xf8\x25\xe8\x80\x32\x64\x72\x12\xd7\x7c\xf9\x8f\xe3\x7e\xbf\xef\xbf\xbe\xd0\x53\xf9\xff\x10\x55\x92\x24\x33\xd3\x92\xbb\x66\x56\x63\xf6\xd1\x01\xd6\x39\x0b\x73\x8e\xef\x02\xc5\x1e\x23\x9e\xa0\xa3\xdc\xea\x1a\xf3\x48\xa2\xdf\x69\xd9\x33\x58\x4a\xf8\x51\x2b\x5b\xf5\xa7\xca\x96\xc5\x7d\xa6\x63\x65\xad\xd6\xe5\x83\x15\x42\x3a\x78\xed\x13\xcb\x10\xfd\x10\x68\x41\x53\xce\xb1\x85\x7d\x80\x82\xc1\x8a\x7c\x56\xf0\xa8\x01\x55\xa3\x36\x2a\xbc\x5e\x82\xab\x30\xdc\x1c\x5c\xc3\x90\x75\xc3\x02\x58\xec\x03\xcb\x1b\xcc\x3c\x7b\xa1\x8f\x43\x5f\x2f\x2c\x84\x50\x93\x59\x9a\x62\xb1\x3a\xce\x4f\x5b\x95\x38\x73\x3c\x54\xe0\x32\x89\x5b\x00\xf0\xb3\x26\xf6\x68\xd9\x50\x03\x2b\x03\xba\x3b\xcd\x9f\xdd\x08\x00\xd8\x21\xe8\xcd\x94\x1f\x20\x2c\xe2\xb1\xa5\xeb\x3c\xf5\xb2\x28\x56\xf8\x77\xaa\x02\x85\x0b\x5b\x91\xb9\xc5\x8c\x29\x93\x8f\x6d\xdf\x70\x1f\x37\x30\x70\x3e\x81\xe2\x18\x64\xde\xc1\x87\x39\xba\xbc\x71\xdf\xb4\xbf\x76\x61\x1d\x8a\x72\x35\x76\xaa\x9c\x33\x1b\x08\xfc\x98\x5f\xc0\x10\x80\x61\x4c\x28\x99\x4f\x4c\x35\x7f\x9f\xf2\x2b\x9a\xe8\x7b\x0b\x68\xbc\x3f\x66\x85\x9f\x7b\x88\x24\x34\xa5\xcc\x07\xc0\x19\xf6\xce\x67\x46\xc4\xbd\xa7\x4a\x6f\x99\x8c\xef\x35\x07\x73\x39\xfe\x81\xde\x33\x60\x2b\x47\x3a\xde\x7b\x64\xcd\x04\x99\xd4\xe3\xca\x15\x69\x2d\x71\xea\x26\x8e\xac\xd4\x48\x03\xc2\x83\xf3\x3b\x66\xba\x35\x77\x96\xf2\xc8\xdb\xa0\xbd\xa0\xb9\x23\x07\x24\x16\x70\x00\xe8\xa3\x10\x3e\xeb\x85\xd4\x1a\x11\x65\xc8\xb2\x74\xd7\xbc\x0d\x1b\x89\xfb\x52\xb6\xb4\xab\xbc\xa0\xab\xcd\x01\x22\x2c\x4b\xdd\x81\xea\x40\x71\x43\x2b\x00\xc5\x24\x4a\x30\xdc\x1d\xd0\x10\x84\x27\xf6\x8c\x17\x33\x28\x1e\x6b\xaf\x17\xd3\x8d\xc1\x26\x4d\x08\xfb\xda\xfc\xfd\x0d\xb2\x77\xc3\xb7\x3d\x7b\x9f\x0b\x69\xf5\x3c\xb7\xe7\x80\x6d\x4f\x62\x63\xe8\x06\x88\xb2\x39\x86\x92\xde\xd6\xfa\x52\x50\x0e\x41\x02\x5b\xf1\x0c\x3d\x52\xb9\x18\xb3\x5b\xee\xac\x82\x88\x71\x0f\xf2\xd6\x03\x8d\xb1\xd2\x1f\x96\xc0\x04\x60\xd4\x75\x14\x50\xaa\x07\xdf\x3d\x6d\x07\x22\x4d\x27\x8c\xc7\xa4\x63\xc0\x79\x4d\x35\x6b\xeb\x2c\x70\x4e\x66\x41\x4c\x6a\x15\xdc\x14\x8d\xb5\x78\xa5\xec\x68\x40\xaf\x2d\x5c\x6f\xdb\x81\x3a\x26\x8f\x6c\x5b\x54\x0b\x7f\xab\x41\x2b\x4e\x2d\x0c\x52\x61\x0b\x6b\x5f\x2c\xae\xbf\x93\x8e\x16\x6f\xe7\x42\x30\x73\x8f\x60\xd9\x7d\x14\x30\x46\x73\xc1\xb3\xa5\xcf\x17\x77\x99\x73\x66\x1b\xac\x4c\x33\x62\x33\x7e\x62\xb5\xaa\x73\xca\xee\x0d\xc5\x3f\xd5\x1e\xf9\x22\xf1\xc1\xef\xee\x0e\x33\x2b\x7e\x84\x28\x8b\x92\x0c\x2e\x3e\xa9\x70\x74\x6f\x10\xfe\x9a\x2c\xb3\xfa\x9b\xc9\xe6\xbc\xc4\x06\x89\x29\x4b\x12\xdb\x6d\x7e\x81\xe6\xb5\x77\x1e\x28\x46\x18\xdd\x5d\x8f\xea\xfb\xbe\xa7\x55\x8f\x4b\xfd\xed\x59\x24\x10\xf8\x9f\x9f\x68\xa7\xe0\xc8\x12\x14\x29\x29\x90\xba\xb7\x00\x35\x01\x70\x95\x6e\xef\x1d\x5d\xbc\xfa\x16\x9a\xa4\x35\x94\x5a\x3f\xf9\xbc\xe3\x33\xfb\xf1\x47\xfd\x6d\xfd\x8e\x7c\x84\xbc\x20\x0f\x9e\x90\x62\xa6\x27\xe8\x7a\x6d\x30\x11\x9a\x8b\x71\xab\x21\xdd\x2d\xb7\x1a\x90\xe9\xb1\x25\x6c\xb6\xed\xca\xb5\xf2\x68\x6c\x86\x38\x31\x0a\xb7\x5a\x80\x26\xd6\x43\x37\xd1\x82\xa4\x18\xe2\x52\xd2\xa2\x46\x06\x92\xe9\xd7\x09\x16\x73\x23\x27\x4a\xa2\xe4\x37\x35\x3b\x9c\xc7\x67\xef\xb0\xc3\x5b\x40\xfa\x87\x3e\x1a\x90\x42\xd6\x71\x00\x3f\xca\x22\x3a\x90\x67\x4e\xbe\x38\x86\xbd\x3b\xa8\x0c\x51\x81\x23\x2e\x04\xa0\xd8\xc5\x5a\x1a\x6f\xc6\x4d\xd8\xb1\xb4\xcb\x05\x4e\x7d\x8e\xb1\x2b\x30\x61\x53\x49\xcc\xe0\xa6\x04\xa0\xa2\x9a\xc7\xb0\x73\x0d\x97\x70\x08\x16\x53\xbd\x69\x04\x63\x36\x70\xaf\xf8\x3c\x45\x10\x71\x85\x91\x43\x20\x96\xcd\x44\x6e\x82\x98\x89\xf3\x55\xb7\x93\x6b\x98\x44\xd7\x74\xb0\x72\x19\x1a\x2d\xe6\x7a\x6c\x39\x23\xc6\x38\x7d\xc7\xcd\xa3\xa1\xe7\x87\xee\x55\xba\xea\xa1\x1e\xa2\x72\x15\xa5\xba\x8e\x37\x8b\x94\x2e\x07\xdd\x36\x14\x16\x6e\x32\xf1\x6e\xc9\x2a\x27\x53\xbd\xe2\x46\x35\x29\x75\x56\x3d\xad\x6a\x27\x6e\x4c\x71\x3a\x11\x3c\xd9\x65\x8f\x5c\x13\x05\x35\x77\x61\x20\x3f\x57\xe8\xef\x19\x4e\x8c\x49\x9e\x59\x72\x74\xc3\x06\x89\xe1\xfb\x3f\xa1\x01\x5c\x97\xe8\x23\xf0\x45\x70\x46\x42\x6b\x8a\x23\x9a\x2e\x89\x90\x5c\xeb\x63\x0d\x9b\x7c\xff\x67\x39\xb1\x78\xbd\x13\x1c\x45\x3c\xab\x62\xf3\x76\x98\x49\x4d\x6b\xe1\xa4\x30\xba\xcf\xa6\x44\x30\x62\xaa\x45\xc2\x7b\xc8\xbd\xd7\x6a\xb8\x1c\x67\x6a\xf1\xfd\x24\x4a\x68\x6b\x10\x61\xc8\x84\x18\xe8\xcf\x4e\xcd\x57\xeb\x26\x50\x68\xbf\x30\x74\x86\xcc\x33\x64\x9e\xf5\xd1\x0f\x38\xba\x27\x2c\x46\xcb\x24\x9b\x53\x9b\x9e\x0c\x37\x14\xb0\xcb\xc0\x4a\x55\x9c\x98\x51\x79\x4d\xfb\xfa\x1a\x1a\xb3\x14\xdf\x83\x86\xf4\xd9\x06\x8c\x6b\x4d\xb3\x93\xb6\xe5\xe9\xa1\x82\xd3\xe0\x72\x69\x25\x89\x32\xa1\xdf\x30\xe7\x43\x99\xf3\x01\x76\x25\xc0\x2a\xcb\x18\xc2\x00\xf5\xf0\x95\x44\xd9\xd2\x19\x3f\xc0\xe0\x91\x80\x8f\xc8\x4c\x12\xea\x87\x51\x2d\x0e\x2e\xc8\x98\x41\xdc\x9d\x6b\x71\xe5\xb9\x4a\xe8\x96\xf4\xee\xf1\xba\xc3\x37\x33\x89\xce\xbb\xb9\x53\x8c\x19\x69\xef\x31\x85\x6a\x41\x18\xe8\x61\xed\x5b\x86\x6c\xf1\xf6\x9b\x56\x88\x1f\x34\xb3\xc8\x0d\x47\x7e\x09\x33\x46\x2d\x6c\xb5\xb5\x15\x06\xa1\x3d\xce\xa4\x9e\x7f\x4f\x25\x92\x58\x51\x39\xa3\xb5\xfa\x69\x98\x5e\xbe\xcb\xaa\xe3\x6e\x39\xed\x35\xf9\xec\xa5\xb5\xf0\x31\xca\x7d\xf4\x1e\xd4\xed\x7c\x4a\x8a\xfb\xec\xf0\x26\x96\xa0\x16\xa4\x11\xd8\x6c\x1f\xce\x7d\x37\x83\xb6\x56\x14\x1f\x8f\xde\x47\x83\xdc\xcc\x69\xf2\xe3\x8d\x01\x73\xc3\x8c\x48\x22\xc9\x36\xc4\xd7\xca\x22\x00\xce\x40\x20\x20\x04\xb2\x8a\xd4\xbf\xe7\x20\x8b\x7e\x98\x8f\x90\xf2\x85\xef\x09\x5b\xa7\xf6\xb5\x1f\xe1\xb0\x90\x30\x5b\x37\xc4\x81\x57\xf8\xb9\xd1\xf9\xb7\x19\x60\xfb\x63\x97\x43\x12\xd0\xd9\xb1\x5e\x72\x2d\xe8\x47\xf7\x36\xd0\xdc\x98\x7d\x2c\xa8\xc1\xe3\x82\xcb\xf0\x9c\xb9\xfd\x83\xcd\x54\x22\x23\x2e\xa0\x1c\x02\xf5\xfd\x02\x1b\x0f\x3d\xe3\x21\xe6\x01\x8c\xda\x1f\x52\x63\xd2\xf2\xfb\x8d\x1c\x0b\x85\x65\x00\x73\xb9\x6b\xaa\x7a\x9a\x7f\xfa\xb3\xbc\x84\x13\xbb\x8f\xbc\xdd\x04\x4f\x49\xf2\x04\x50\x4e\x5b\x1a\x22\x7d\x34\x88\x19\x17\x18\xfd\x63\x9f\x28\xbe\xe4\x31\xca\xc9\xab\x29\x28\x91\x31\x6e\xa2\x01\x5e\xe1\xb4\x82\xc1\xb5\x9e\xdb\x26\xca\xfe\x18\x78\x2b\x4d\x55\x5c\x03\x8f\x12\x88\x5c\x36\xb7\x0b\xb4\x5f\x7b\xfd\x53\xe9\xef\x93\x7a\x1a\xbb\xe2\xf1\x2e\x84\xd5\x1d\x02\xab\x4a\xd7\x2d\x22\x0e\x65\x5d\x51\x9e\x35\x2b\xb1\xe4\xcd\xb1\x62\xf1\xa4\x7d\x19\x1b\xf0\x3b\x4e\xb3\xd9\x0d\x00\xf0\x36\xe5\xaf\x3b\xe4\xa1\x05\xf1\x09\x29\x7a\x9f\x75\x37\x3e\x3c\xba\x69\x53\xac\x1b\x2b\xbf\xfe\x31\xfa\xbf\x37\x97\x17\x47\x29\x16\x72\x81\x21\x3f\xd0\xb5\xd5\x73\x30\xf1\x46\x01\x75\xe6\x75\xca\xd0\x98\x1d\xa1\x39\xef\x19\x6f\xce\x09\x5a\x28\xb5\x94\x27\xc7\xc7\x73\xaa\x16\xd9\xb4\x1f\xf1\xf4\x38\x5f\x9b\x63\xbc\xa4\xc7\xd3\x84\x4f\x8f\x05\x81\xa0\xbb\xa3\xef\xfa\xdf\x7f\x07\x5b\x73\xfc\xf0\xdd\x31\xd8\xf0\xfb\x73\xfe\xbb\xf3\xef\xff\xf3\x8f\x7f\xd2\x0d\x2f\x57\x6a\xc1\xd9\x89\x75\x15\xad\x6d\xfb\xc8\x08\xbe\xc7\xe6\x93\x52\x2f\xff\xd9\xff\x36\x1c\x86\x7d\x35\xe5\x31\x49\xe4\xf1\xc3\x77\x13\xb7\x33\xfd\x65\x17\xe7\x57\xce\xf0\xfd\x92\x97\x6a\x38\xe9\xdf\x3d\xc9\xb8\xf4\xa0\x4d\xdb\x52\x73\x56\xc2\x90\xca\x1d\x4e\xcc\x3d\xa9\xf8\x03\x3b\x68\x60\x5e\x92\x6a\xd0\xe9\xbb\x22\xfc\x36\xca\x36\x9d\x32\xc8\xc0\xfb\x46\x23\x40\x8f\x34\x36\x88\x25\xa6\x75\x71\x3e\xd6\xcb\xbc\xcb\xfa\x3d\x25\x0e\xea\xbe\x01\x50\xed\x74\xb7\x04\x3f\x4d\xcc\xd7\xce\x27\xce\x1f\x1d\xe8\xe9\x3e\xa0\x42\x5b\x16\xd3\xf0\x78\x8a\x86\x78\x60\x2c\x6e\x5c\xdd\x68\xa4\xb0\xc4\x26\x4c\xc2\x46\x41\x4a\x88\x98\x34\x78\x04\x7c\xe6\x91\x5d\x4d\xb0\xab\x01\x81\xe6\xb3\x9a\x7f\xfc\x90\xf0\xa9\xfc\xc6\xa3\xa0\x60\xe9\xfa\xc8\x61\x09\x9a\x49\x70\x3f\x40\xa2\x6e\x29\x9e\x52\x3f\x71\x67\x26\x94\x42\xba\x2c\x7c\x3d\x51\xe5\xb1\xa8\x26\x29\x13\x0b\x9e\x31\x07\xc4\xc8\x19\xe1\x33\x88\x12\x80\x0b\xd0\x79\x41\xc0\x08\xc2\xb8\x0a\x12\x30\x05\x59\x1a\x46\x0a\xe6\xba\xe6\xe5\xde\x11\x8c\x74\xd3\x3a\x3f\x05\x18\xe9\xae\xeb\x6e\x0f\xce\x0b\x2d\xf8\xae\xa1\x0a\xe6\x28\x75\x60\xb3\xf0\xfe\x46\xd7\x84\xe7\x03\xe0\x8b\x08\x8b\x8c\x19\xc0\x11\x88\x20\x26\x47\x8a\x1f\x41\xe6\x3a\xe4\x43\x1b\x78\xe0\xa6\xa2\x19\xe0\xd2\xe9\x72\x1d\xe8\xf7\x5b\x8c\xd3\x44\x8d\x7f\x0e\x06\x6a\xef\x5e\x99\x97\x1f\xd7\xca\x25\x63\x44\x58\x63\xf5\xc6\x9b\xa3\xa3\xc3\x27\xdc\xca\xf5\x1e\xdf\x5c\x00\x0d\xa1\x5b\x7d\xbc\x1f\x0e\x98\x40\x1f\x41\x68\xf4\x82\xa7\x5c\x5f\xdb\x3c\x93\xc1\x43\x13\x5a\x0f\x97\xcd\x9a\x4a\xf0\x4b\x83\x54\xf3\x72\xb3\xd1\x47\x4b\x3f\x32\xba\x7c\xf8\xd2\x66\xfc\xea\x60\x26\xd3\x22\xfe\xef\x86\xf1\x7b\xe0\xd6\xf5\x74\x03\xee\xc4\x14\x6c\xa7\x50\x96\xc4\xc2\x31\xd2\x7f\x68\x51\x5d\x93\x94\x0f\x63\x77\xa9\xef\x36\xf0\xd4\x00\x32\x85\x90\x6d\xa5\xea\xa3\xe5\xe1\x13\x96\xa5\x1d\xf7\xc0\x07\x31\xb5\xd9\x00\xcc\x4c\x58\x8f\x8b\xe7\x39\xaa\x0d\xe8\x69\x8c\x35\xe9\xa2\x18\xae\xd3\xb3\xea\xa2\xdd\x0c\xca\x4a\x1e\xdc\xaa\x29\xa0\x22\xe3\xfb\x0f\x1f\xf2\x82\x3d\xab\x25\xe9\xa1\x69\x06\xcf\x2f\x2e\x6f\x43\x2f\x1e\x65\xf0\xf8\x28\x5a\x90\xe8\x1e\x92\x51\x0c\xc7\x36\x7b\xe9\x8a\x35\x4d\x57\x63\x96\x97\x85\x50\xdc\xb9\xa4\x56\x1e\x77\xd3\x63\xcf\x72\x81\x62\x2a\x97\x09\x5e\x81\xf1\x9f\x99\x30\xb6\xdc\x71\xe0\xe3\x3f\x35\x25\x6f\x67\xe3\x82\xba\x15\x96\x45\x39\x21\x11\xfe\x72\x93\xf0\x45\x1b\x7d\x48\x76\x9d\x4c\xb4\x33\x12\xea\x2e\xc1\x4c\x4d\x15\x58\x02\x97\xb4\xd9\xd1\xd0\xab\xed\xb3\xa5\xcb\xa5\x41\xc7\xef\x5c\x90\x38\xe8\x81\x63\x57\xd5\x50\xff\x6d\x4a\x66\x11\xf1\x40\xe2\x31\x2b\xe6\xa3\xdb\x7b\x36\xdf\x65\x94\x23\xf3\xef\x87\xc4\xdd\x3a\xb7\x32\x7b\x0c\x21\x07\x2f\x47\xdf\xf1\x81\xd0\x6b\x2a\x05\xd4\x97\x04\x7c\x02\x48\xfb\xd6\xf6\xb0\xbc\x14\x80\xc5\xf1\xb6\x85\x3a\x0a\xae\x27\x4f\x98\x3e\xdb\xd6\x40\x71\xf8\x00\x51\x1b\x30\x5a\x49\x5d\xaa\x6b\x63\xcc\x5c\x8e\xcb\x2c\x4b\x0c\xbc\x52\xc3\x6a\xb9\xe4\x7b\x17\x8d\xf7\x72\x51\x99\x5e\xe7\x46\x41\xe9\x04\xef\x21\x72\x49\x09\xd1\x2a\xaf\xd1\x0a\xa4\x4b\x98\xcc\x80\x0d\x3b\xd4\x74\xc8\x24\x9b\x13\x85\xb4\x48\x14\x67\x89\x49\xd9\x00\xdf\x1f\x24\xf2\xe3\x24\x41\x54\xc9\x31\xf3\xb8\x03\x06\x45\x12\x6e\x29\x97\x23\x17\x5b\x31\x15\xba\x80\x66\x6d\x6d\x2d\xb8\xbb\x68\x44\x55\x38\x22\xf0\x69\xad\x42\xa4\xe1\xe5\x92\x60\x13\x5f\x6c\x8f\x21\x0b\xe5\xd4\xf2\x26\xd8\x60\x5c\xa8\x78\xb4\x8f\xb8\xd8\x66\xd2\x35\x15\xaf\x3a\x6f\x49\x1f\x0d\xcc\xec\xb4\x90\xea\xca\xfe\x98\xd1\xda\xac\x26\x1b\xf6\xa1\x25\x41\x25\x7d\xe5\x52\x2f\xeb\x2f\xb1\x50\x34\xca\x12\x2c\x92\x95\x2b\x57\x4c\x67\x41\x05\x23\xd8\x03\x93\x75\x6e\x4b\x23\x03\x18\xbb\x35\x17\x4b\x9c\x92\x20\x9b\xc6\xaa\xc4\x49\xe0\x6e\x32\x50\x7a\xc6\x8f\xa1\xdb\xfa\xa6\x8f\xce\xca\xf5\xaa\xe0\x4c\x04\x68\x35\x54\x1a\xf6\xe7\xc7\x1b\x84\x81\x9b\xba\x57\x74\xa6\xc5\xf0\xaf\x82\x53\xd7\x54\x4b\x11\xcb\xfb\x8e\xbe\x2c\x87\x79\xba\x3e\x84\xa9\x36\x0d\xe4\x16\xea\xed\x15\x3c\x5c\xfe\x40\x34\x0c\xd0\xdd\x0c\x1d\x07\x19\x22\xfd\x6c\x31\xd0\x9f\x83\x82\x76\xe5\xc1\xa6\x6b\x0a\x26\xc1\x3e\x76\x1c\x6a\x00\x66\xde\x7d\xa0\x01\xe5\x84\x9e\xcb\xc6\x95\xdd\xac\xf6\xfe\x5c\x80\x15\x47\x7a\x5c\x5a\xe5\x20\xc6\xd7\x5d\xaa\x89\x0b\x63\xb0\xf8\xe3\x00\x16\xe9\x0f\xdb\x94\xa0\x84\xb2\x7b\x97\x77\xa6\x77\xbe\x87\x70\xde\x3a\x1c\x3e\x33\x7a\x43\xcc\x0d\x62\x4d\x1d\xb4\xea\x0e\x92\x4e\xbb\xd8\xed\x7a\x71\xdd\x8d\xa4\x13\x7a\x6e\xa5\x72\x6c\x30\x8f\xf6\xdb\xb2\x36\xba\xca\x4b\xb0\x2e\xa4\xca\xdc\x2f\x41\x9c\x87\xa2\xbe\x96\x68\xe3\xfa\x5e\x2d\x70\x7d\xf9\xe9\xcd\x70\xe1\x77\x17\x67\xc3\xf7\xa3\x8b\x22\xc6\xf7\x5f\xee\x86\x77\xc5\x5f\xae\xef\x2e\x2e\x46\x17\x1f\xc2\x9f\x6e\xee\x4e\x4f\x87\xc3\xb3\xe2\x7b\xef\x07\xa3\xf3\xd2\x7b\xfa\xa7\xe2\x4b\x83\x1f\x2e\xaf\x4b\xa8\xe2\x37\x3f\x8d\xae\xae\x8a\x3f\xdd\x8e\x3e\x0e\xcf\x26\x97\x77\x05\x60\xf2\xb3\x5f\x2e\x06\x1f\x47\xa7\x93\x9a\xf1\x5c\x0f\x4f\x2f\x3f\x0d\xaf\x87\x67\x6b\x01\xc7\xf3\xf9\xd6\x2e\xe9\x3e\x1c\xbe\x5b\xa3\xcc\x0f\xd0\x4c\x50\xc2\xe2\x64\x65\xe2\xd1\x9c\x92\x52\x0a\x7f\x09\xaf\x00\x9a\x12\x9e\xed\x12\x56\xa6\x95\x78\xfe\x40\x04\x24\xc8\x99\xd6\x6c\x34\x3d\x96\xf7\x8d\x18\x27\x4a\x54\x0d\x7a\x6b\xa3\x67\x95\x58\xf9\xf8\xec\xb5\x61\xa1\x3e\xbd\xda\x76\x82\x96\x44\xac\x1b\x0b\x5c\xd0\x22\x5b\x2a\x3a\x6d\x0e\x14\x6c\x99\x76\xdc\x5d\x0d\x34\x78\x1d\xf5\x79\x93\x17\xf5\x8c\xb1\x10\x2f\xb7\x4b\xa8\x10\xb4\xb0\x6d\xf1\x04\xff\xb5\x0b\xaf\x58\x66\xd3\x84\x46\x88\xc6\x39\xca\x88\x09\xa4\x33\x61\xdd\xc6\xda\x53\x86\xf5\x59\x12\x01\x12\x93\x16\x44\x97\x82\x1c\xe1\x4c\x2d\x5c\x25\x46\x5f\xbc\xdf\xc0\xec\x90\x48\x10\xe5\x8a\x43\x93\xd8\xc1\xe9\x07\x3d\xc1\x60\x6c\x72\x47\x0c\x79\xa4\xfd\x00\x62\xb1\xc1\xbc\x67\xbe\x34\xad\x77\x30\x44\x9a\xf7\xd7\x2e\x8d\x1d\x31\x95\xe5\x92\x69\x20\x1b\x9a\x87\x0e\x94\x5f\xcf\x5b\x73\xea\xc8\x05\x21\x9a\x4d\x76\xf1\x8c\xf5\xd3\xd8\x44\x63\x21\xa1\x14\xc3\x0f\x6d\xeb\xf6\xd1\xa9\x20\x70\x89\x58\x6f\x95\x53\xa3\xc1\xbb\x6a\xe3\x1f\x21\xec\x51\x6b\x0c\x53\xb2\xc0\xc9\xcc\x58\x64\xf4\xd6\xe4\xe7\xaa\x4a\xa2\xb7\xfc\x9e\x30\x5b\x24\xfd\x45\xd8\x21\x33\x02\x78\x9e\xee\xe3\x8d\x13\xb9\xf9\x06\x0a\x7a\x0b\x57\xc9\xdd\xc4\x7f\x9b\x62\xa1\x46\x5c\x0d\x1e\x9b\x20\xcc\x1c\x71\xcb\x85\x8e\xcf\x66\xf4\xb3\x6e\x70\xcc\x48\x2d\xe6\x10\xb8\xb4\x5d\xe2\xb5\xe7\xcb\x80\xb9\x61\xb2\x57\xef\x09\x83\x7a\x00\xa6\xa8\xd7\x46\x9a\xed\x66\x35\xac\xee\x45\xd5\x86\xe8\x57\x0c\xcc\x4f\xb4\x50\x26\x21\x34\xd0\xba\x75\x82\x44\x8f\x7b\xd2\x47\x67\x36\x27\x4f\xff\x72\x7a\x3e\x1a\x5e\xdc\x4e\x4e\xaf\x87\x67\xc3\x8b\xdb\xd1\xe0\xfc\xa6\xed\xf1\xdb\x47\xac\x70\xe9\xf4\x95\xc3\xb5\x3d\x87\x38\xb6\x27\x2f\x4f\x59\xf1\x93\xca\x8f\x1d\x6c\xc9\xe6\xd1\xd3\x78\x39\x89\xa9\x8c\xf4\xf5\xb7\x9a\x10\x16\x03\x58\xdb\x56\xa4\x5a\xdf\x54\x79\x16\xfe\x0d\xe4\xdf\x70\x1c\xc4\xdc\x76\x0f\x8e\xa2\xfd\x73\x40\x73\xb1\xf5\xb0\xf5\xe1\x8f\xc7\x2c\xb8\x6d\xfa\x9b\x11\x7a\x75\x73\xbb\xcd\xad\xd8\x44\x79\x4e\x66\xbc\x54\xca\x0c\x6b\xfe\xe8\x5e\x83\x54\xd0\x86\x55\xb1\xf0\x1c\x21\x62\x1c\x0d\x6a\x12\x21\xad\x22\xa7\x98\xc5\x58\x71\xb1\x6a\x98\x62\x3b\xe6\x19\x1e\x9b\x22\x0b\x0d\xaf\x6c\xad\xff\xbb\x5d\x30\xaf\x62\x56\x26\x25\x83\x2b\x77\x7b\xf9\xd3\xf0\xe2\x66\x32\xbc\xf8\x34\xb9\xba\x1e\xbe\x1f\xfd\xb7\xcf\xbb\xb7\x15\xd6\x8b\xd5\x4e\x88\xbe\x14\x35\x77\x71\x19\x80\xb5\xfc\xc5\x94\x1c\x71\xed\x58\x98\x79\x3a\x1b\x33\xc7\x59\x44\xde\xfc\x42\xf0\x6c\xbe\xa8\x6f\xa8\x3c\xca\xab\xc1\xed\x8f\x5b\x0d\x13\xf2\xb3\x4d\x5d\x02\x73\xda\xaa\x48\x43\x74\x66\xf9\x9e\x81\x27\x2a\x0d\x0f\x50\x06\xe0\xd5\x3a\x83\x77\x03\x47\xdb\x4a\x7b\xa9\x32\xad\xb5\xc2\x7f\xcd\xeb\x4d\x04\x74\x1b\xf0\xcd\xc2\x35\x02\x71\x63\xa6\xe4\x4d\xa5\xb5\x93\x9a\xdf\x0a\x37\xd8\xf7\x47\x09\x99\xcf\x49\x6c\xc8\xab\xdc\xb0\x35\x05\x59\x16\x18\xe5\xf7\x7a\xdd\x2a\xda\x02\x14\x3b\x5c\xcc\x3e\x54\xa3\x3d\x03\xbf\xf2\x9f\xd4\xf3\x8a\x53\x57\x8a\x2e\xe2\x4c\x2a\xcc\x1a\xf0\x3c\x3b\x96\xcb\xce\x51\xf6\x45\x5e\xb4\xde\x1a\x48\x9c\xe5\x3a\x3f\x07\xdb\x78\x73\x6c\xa1\x0d\x66\x2d\x1e\x41\x01\x8e\xa0\x76\x5e\xcd\x26\x94\x0a\x12\x3f\xb9\x71\x63\xad\xea\x64\x93\xd2\xc1\xe2\x68\x90\xce\x2d\xa8\x99\xb1\x06\x41\xf9\x80\xc6\xd8\xb5\x3d\xd7\x2f\xf7\x16\xcf\xbc\xf8\xb2\x2f\xe7\xed\x84\xb7\xee\xf6\xad\x52\xe9\xe2\xa0\xac\x73\x9c\x45\x16\xbd\xcf\x34\x9b\x3b\xa7\xad\x41\xcb\x5d\xb0\x31\x3a\x0a\xcb\xc5\xc7\x47\x90\x5e\x3c\x66\x4d\x5e\x8d\x9a\x52\xeb\x21\x05\x5c\xb9\x5b\x6b\x37\x68\x8a\x0e\x31\x75\x6e\xb1\xdb\x65\x7d\x20\xf7\x3a\x08\x7b\x0d\xbe\x7d\xbb\x2f\x53\x6c\xdc\x96\xc5\xeb\xb8\x29\x01\xd4\x73\xd5\x6e\x21\x08\xed\xbc\xdf\x45\x5c\x09\x73\x45\x2e\xb0\x34\x92\xab\x8a\x16\xc5\x81\xc3\x6c\x8a\xd8\x11\xe5\xe1\x7a\x49\x70\x37\x0b\x41\x2b\xc7\x45\xcf\xe8\xd4\x50\x12\x5f\x8f\x3e\x04\xeb\xf7\x95\x47\xba\x11\x7e\x28\x1c\x79\xe5\xc5\xf0\x3d\x60\x58\x09\xce\x58\xb4\x40\xcb\x04\x9b\x4c\xa7\x05\x96\x86\xa4\x9d\x63\x1c\x4f\x69\x42\x15\x24\x69\x1b\xa7\x52\x69\x85\xb5\x46\x83\xc5\xbd\x83\x87\xc2\x39\x48\xcc\x3a\xa2\xdf\x31\xb2\x2c\x2f\x43\xf9\x9c\xb1\x65\xf9\x91\x0d\xbe\x58\xeb\x92\xca\xc9\xd2\xc6\x95\xe5\xdb\xa1\x39\x1e\x90\x65\x3e\x97\x6e\x3b\x6b\x5b\xbc\x2a\x7f\x5e\x58\xef\x9a\x8b\xba\x7b\x9c\x80\x45\x3e\xec\xc0\xe6\xcb\xb8\x88\xb5\x27\x6b\x96\x70\xdc\x50\x3e\xcb\xb5\x6d\x60\x0e\x9b\xda\x8e\x79\x36\x6d\x82\xd5\x32\xa3\x5a\xdf\xfa\x3a\xbb\xbf\x3b\xb7\xfb\xb2\x0b\x86\x0c\x10\x2b\xa2\x68\x37\xd3\x46\x30\x69\xac\xc8\x11\x7c\x5e\xdf\xb8\x05\x93\x6a\x3d\xe7\x0a\xa1\xe5\x78\xb8\x1e\xbc\x4b\x8b\xb4\x35\x45\x98\xff\x92\x41\xa1\xe7\xcb\xd9\x8d\xc9\x1a\xde\x85\xc8\x14\xad\x52\x58\xfd\x49\x2c\xf7\x7a\x5b\x74\xaa\x84\x34\xd0\x3a\x63\xa4\x6e\x36\x37\xfa\xeb\xf6\x07\xb2\x58\x63\x72\x29\x28\x87\xdc\x5e\x5b\x98\x72\x0d\xfe\x48\x6d\xbf\x3b\xac\xe4\xdf\x33\x92\x11\x4d\xfb\xd3\x2c\x9e\x57\x6d\x9b\x1d\xa4\xb3\x7c\x4a\x0b\xfe\x88\xd2\x2c\x5a\x20\xd7\x38\x8a\x49\x82\x57\x85\xa9\x81\xbc\xa4\x78\x02\x88\x5e\x5b\xc2\x0b\x45\x99\x54\x3c\x85\xa8\xbb\xbc\x5d\x91\x31\x20\x78\x84\x95\x12\x74\x9a\xa9\xda\x68\xa8\x02\xce\xc6\x96\x0e\xad\x9b\xab\xe1\xe9\xe8\xfd\xa8\xe4\x4d\x1a\xdc\xfc\x14\xfe\xfd\xf3\xe5\xf5\x4f\xef\xcf\x2f\x7f\x0e\x7f\x3b\x1f\xdc\x5d\x9c\xfe\x38\xb9\x3a\x1f\x5c\x14\x7c\x4e\x83\xdb\xc1\xcd\xf0\x76\x83\x5b\xa9\xda\x6b\xf3\x46\xe0\x00\x06\x44\xcb\x2e\xd6\x70\x09\x1e\x40\xa7\x5d\xda\x5e\x4f\xd0\xc0\x81\xa2\x84\x85\xc3\xb0\x73\x0d\x82\x4b\xdb\x54\x32\xb3\x1e\xc4\x33\xac\xb0\xad\x0c\xd9\x47\x03\xe4\x2a\x7c\x42\x64\xa6\xd4\xc2\x82\x45\x8c\xd0\xbb\x63\x9a\xd0\x12\x43\x94\x6b\x6e\x79\x71\x0a\x3e\xb3\x58\x2d\x09\x09\x11\x12\x6d\x3d\xf7\xfe\x98\x0d\x1f\x08\x53\x19\xc0\xb7\xe1\x24\x71\x95\x58\xdd\x0b\x41\x66\x95\x1b\xa5\xa4\x29\x4d\xb0\xc8\xeb\x08\x5c\xda\xb6\x40\x60\x77\x63\xf5\x89\xf4\x55\x70\x69\xa7\x3c\xdc\x8d\x10\x8c\xfb\xf4\x7c\x04\x22\x50\xa4\x1c\x02\xaf\xeb\x7c\xcc\x0c\x16\x88\xed\x31\xc5\x10\x2d\xac\xb8\xb5\xa7\x99\xee\x1b\x4b\xd3\x5f\xd7\xe0\xf8\x6f\x01\x36\x63\x2c\xcf\x4f\x15\x5d\xe3\x07\xe9\xfe\x31\x64\x4a\xac\x5a\xcb\x35\xb7\x00\xe0\x26\x41\x36\xb5\x81\x34\xc5\xda\x02\xc6\xdc\x81\x5c\xeb\x17\x20\xec\xb8\x28\x2f\x6b\x8d\xf7\x46\x77\x02\x20\x71\x0d\xf2\x77\xa2\x2f\xa1\xd7\xba\x0e\x61\xe2\x32\xac\xc2\x94\x67\x2c\x76\xb5\xd1\x53\xca\x8e\x53\xfc\xf9\x1b\x37\x53\x93\x08\xe8\xc1\x43\x01\xe4\x81\x24\x5a\x13\x59\x69\x26\xb7\x7e\xb9\xc6\x6c\xcd\x7a\x6d\x96\x16\x1d\x67\x05\xb5\x27\xd7\x51\x4d\xf0\xd2\x03\x59\xd5\xed\x5f\x05\x02\xda\x04\x48\xd9\x03\x0f\x8d\x2c\x05\xd1\x2f\xfa\xc8\xa8\xc4\x04\xbc\xf9\xbf\x21\xec\xb6\x50\x49\xa2\x9e\x77\x87\x5e\xde\x9d\x8e\x4d\xad\x7f\xf9\x09\x30\xbc\x6d\x4f\x7a\xcf\x8c\xb7\xd9\x19\x3a\x6d\x98\xb1\x75\xa3\xe9\xcd\xfa\x1b\x9f\x42\xb9\x6a\xe9\x2a\xc5\x09\x02\x86\x6d\xd8\x0a\x07\x39\x07\x50\x00\x15\x17\xb6\x23\x81\x84\x48\x30\xf7\x32\xad\x6e\x91\xbf\x67\xd6\x63\xf7\xdd\xb7\xdd\xee\x59\x25\x56\xc8\xc1\x9b\x86\x21\xeb\x36\x63\xc3\xde\xb9\x30\xae\x8c\xd1\x3a\x7c\x90\xeb\x8c\xe9\xab\x78\x1f\xc1\x0e\xed\xbd\x59\xa5\x4e\xed\x9f\x1b\x23\xe2\x9d\x21\x56\x98\xf7\x9f\x0c\x50\xe9\x53\x09\x47\xc9\x76\x07\xf1\xb0\xb6\xf5\xf0\x42\x9b\xe2\xe8\xfe\x11\x8b\xd8\xd8\x0a\x21\xfa\xa0\x8f\x7e\xe4\x8f\xe4\x81\x88\x1e\x8a\x88\x50\xd8\x42\x2c\x48\x70\xbf\xc2\x81\xb2\xed\x8c\x19\x84\x88\x1b\xbc\x0a\x06\x45\xf6\x14\x9d\x2f\xb4\x3e\x19\x38\xcf\xb9\xd0\xec\x48\x19\xfc\x9a\x25\x89\x6c\x52\x7b\xc3\x02\xcc\x12\xfc\x50\xc5\x8c\xd8\x26\xfd\x14\x8d\x7c\x5e\x90\xf3\x4e\x39\x18\xcf\x75\xe1\x0e\x76\xc1\x2c\xd3\x34\x59\xc8\x3d\x34\xe7\x09\x66\xf3\x7e\xbf\x8f\x88\x8a\xfa\xdf\x74\x22\x74\xdb\x60\xe8\xef\xf2\xb1\x9d\x09\xe7\x92\x24\x2b\x9f\x88\xed\x23\xf0\xf5\x32\x43\xc4\xbf\xa4\xc6\xe4\x51\x43\xfe\x37\xe5\x34\xd6\xe7\x35\x9d\xd7\x6b\xaa\x9d\xf3\x61\x1a\xda\x01\x54\xf0\x0e\x2d\x99\xf7\xeb\x35\xaf\x0e\xf9\x5d\xae\xce\x46\x9e\xe7\xd5\x80\xb9\xc6\x59\xd7\xe4\xa5\x4f\xbc\xa9\x20\xdd\x56\x38\x29\xb5\x2d\xd9\x2c\xea\xad\x32\x66\xaa\x24\x5d\x43\x71\x3e\xf3\x6d\x97\x90\x9f\xff\x9f\xbd\x6b\xeb\x6d\xe3\xc8\xd2\xef\xf3\x2b\x1a\xf3\x62\x07\xa0\x65\x64\x06\x03\x2c\xf2\xc6\xc8\xf2\x0c\x03\x59\xf2\x4a\x72\xbc\xbb\xd3\x03\xba\xd8\x5d\x24\x7b\xdd\xac\x62\xaa\xbb\xa5\x30\xc0\xfe\xf7\x45\x9d\x73\xea\xd6\xf7\x26\x29\xc7\x9b\xf5\xc3\x60\x02\x8b\x5d\xf7\x3a\x75\xae\xdf\x27\xf3\x6a\xd7\x8d\xb9\x71\xaa\x16\xe5\x06\x89\xff\x75\x09\xdd\x8d\xd6\xa2\x1c\xef\x9e\x01\x0d\xa6\xf1\xa2\x2f\x14\x0f\x13\x88\x4b\x95\x15\x80\x0e\x73\x4c\xe1\x8d\x6d\x06\x9b\x86\x90\xcd\x61\x8f\x3e\x38\x2c\xc9\xc9\x0f\x58\x4b\x64\x5c\xfc\xf4\x49\x81\xaa\x0e\xc4\x79\xba\x25\x43\x3d\x91\x68\xf2\x1e\x01\x24\xed\x51\xc1\x2d\xd0\x1d\x3c\x54\x44\xca\x74\x80\x06\x0d\x4d\xbc\x8c\xd6\xa6\x8c\xe3\x33\xf7\x98\x6e\x52\xc0\x4b\x7c\xba\x88\xde\x4a\x05\x74\x36\x14\xb8\xa5\xd8\xba\x7b\xb6\x4a\xd7\x09\x3a\x88\x1f\xbf\x37\x29\x15\x38\x43\x6c\x02\x70\xe9\x53\x26\xca\xd6\x06\x5c\xc6\x11\xb4\x85\x9f\xfc\xac\x4d\xe1\xd6\x9f\x53\xfb\xf0\x53\x84\xa0\x9e\x7f\xbc\x8f\x70\xa9\x09\x59\x4f\xf5\x0d\xd4\x6b\x64\x38\xa9\x03\x96\x6b\x79\x84\x3a\x10\xec\x03\x2e\xba\x81\x56\xd4\xcb\xce\xcb\x64\xeb\x9e\x9f\x90\xf0\x89\xf8\x05\x68\x9e\x3b\x87\x15\x88\xf9\x72\x7e\xe2\x11\x91\x8a\x5b\x33\x56\x0a\x0e\x9e\x7a\x56\x46\xa9\xf4\x9b\x8d\xb2\x72\x38\xbb\x63\x22\x9e\xc5\xd0\x51\x2b\x25\x46\xed\x69\x9e\x41\xc0\x05\xf4\xca\x0c\xd1\x01\x4c\x6a\x1c\x2a\xc6\x04\x57\x5f\x47\xb8\x0b\xeb\x2d\x63\x11\x76\xd5\x58\x24\x93\x7e\x91\x29\x8e\xc0\x54\x85\x7e\xc2\xcb\xec\x51\x5f\xd4\xe6\xb1\xb6\x07\x14\x24\x40\xf3\xec\xc5\x02\x87\xed\xa1\x5b\x7d\xe6\x87\xc2\xc7\xc6\xa7\x13\x15\x75\x1d\xc8\x4c\xcf\xc7\x90\xc0\x0f\x6e\x05\x2c\xdc\xd2\x23\xe4\x1b\xf7\x94\x60\xa7\xef\xf4\xc7\x3d\x79\x5d\x8d\xc6\xf5\x19\x74\x75\x32\xce\xb1\x44\x62\xc2\xad\x33\xed\xa1\x4b\xdd\x68\x21\x6b\x74\x3e\x3a\xb0\x7e\xb4\x91\x13\x0b\x02\xc0\xf3\x42\xa2\x5a\xe0\x34\xb7\x8d\x8a\xf7\x10\x76\xeb\x10\x14\x6b\x03\x38\xa1\x61\x15\x6b\xe7\xc8\x34\xd4\x2a\xc4\x0d\x8d\xe5\x4d\xc6\x91\xd3\xda\xe1\x91\xf9\x40\xb4\xb9\x9d\x39\x40\x4e\x8f\xa5\x85\x23\x5c\x1a\x24\x59\x40\x15\x38\xe1\x7a\xf9\xe6\xa2\x35\xfd\xc6\x24\xdf\xdc\x5f\x5d\xde\x5d\x3d\x7c\xb1\x1c\x21\x93\xa0\x33\x39\x49\xc8\x8c\xf3\xcd\xd5\xdb\xf9\x87\xeb\x87\xe5\x9b\xc5\xdd\x73\x64\x09\xd1\x9f\x8e\x48\x13\xba\x27\x5c\xcd\x4b\x29\x4a\xfe\xeb\x49\x6f\xb2\xaa\xc4\x92\x4d\x48\x57\xb7\xd8\xb5\x7d\xea\x0e\x36\xda\xc4\x05\xb5\xa0\x9d\x84\x8a\x84\x2f\x9a\x85\x01\xf5\x48\x4f\xd7\x59\x9e\x43\x11\x99\xf5\xb1\x52\x65\x88\x5e\x54\x90\x3f\x86\xbd\x8d\x64\x6a\x2c\x56\x01\x30\x2a\xf8\x7d\xb6\xda\x12\xc2\xf2\xb1\xbd\x5e\x00\x95\x41\x0d\x51\x1f\x74\xe8\x26\x13\xdc\x0d\x03\x09\x91\x2a\x11\x75\xe2\xbd\xd1\x26\x3e\x67\x8d\x20\x29\x5e\x63\x75\x4d\x73\xe2\x82\xf3\x69\xd4\x4f\xf3\x47\x3b\x43\xbc\xc4\x99\x40\xc5\x34\xb8\xcd\xf7\xed\x47\xf7\xb5\xbb\x02\xb0\xee\x7a\x27\x19\x38\xa2\x81\x73\xc8\x6d\x24\x6d\x04\x82\x76\x3b\x0f\xf5\xe7\x0c\x53\x29\xe4\xba\xb6\xce\x5a\x14\xea\xb5\xce\xc0\x5d\xcd\x90\xbb\x25\x4a\xf2\xaa\xd0\xd6\x3f\xda\xce\xf3\x8f\xf7\xb1\x40\xf6\x48\x7a\x85\x08\xd8\x19\xbb\xc0\x40\xbe\x0c\xfa\x37\x1a\x8a\x2f\xc1\x5e\xa2\xa3\x72\xc7\x99\x28\x90\x11\x2e\xcf\xb9\x72\x27\x03\xc7\xc3\x79\x4a\x9c\x00\xc0\xec\xe7\xbe\x27\x52\x30\x09\xb7\x56\x8f\x97\xfe\x4a\xa4\x58\xf5\xf3\xd4\x55\xa3\x08\x59\x82\xcf\x79\x72\x5a\x92\xd5\xc7\x9e\x22\x4a\xb0\x6c\x3d\x44\x61\xea\xf8\xa8\xb3\xf4\x80\xcd\x7d\x3b\x4a\x67\x3c\x4a\x23\xde\x75\xff\x95\x88\xb6\x52\x0b\x50\x8b\xc9\xec\x62\x8d\xb6\x46\x3a\x87\x24\x18\xbd\x8c\xad\xaf\x8e\x83\xd2\x39\x2a\xfa\x78\x73\x7b\x73\xe5\xc7\x0e\x17\x37\x0f\x57\x7f\xbf\xba\x0b\xea\xe1\xae\x6f\xe7\x41\x4d\xdb\xfd\xc3\x5d\xad\x94\xed\xc7\xdb\xdb\xeb\xab\x46\x10\xf2\xea\x61\xf1\x2e\x68\xfc\xcd\x87\xbb\xf9\xc3\xe2\x36\xf8\xdd\x8f\x8b\x9b\xf9\xdd\x7f\xfa\xff\x72\x75\x77\x77\x7b\x57\xeb\xef\xc3\x65\x7f\x38\x33\x98\x46\xbb\x29\xee\xa2\x25\x1e\xaa\x50\xdb\x92\x3e\xb0\xe2\xf3\x99\x2b\x41\xa1\xf2\x79\x4a\x25\x67\x6b\xe1\x66\xe0\x95\x4a\xf9\xf2\xb8\x22\xd1\xae\x42\xd7\xd6\x7e\x14\x2f\xd5\x61\xc9\xca\x92\xef\xf6\xa7\x71\x94\x8e\xbf\x22\xd3\xea\x4f\x41\xbe\x8c\xa8\x3f\x0d\x76\xf5\xeb\xa9\x3f\x6d\x29\x2d\x6d\xd6\x9f\x2e\x6e\x16\x0f\x8b\xf9\xf5\xe2\xbf\x6a\x2d\x7e\x9c\x2f\x1e\x16\x37\x7f\x5f\xbe\xbd\xbd\x5b\xde\x5d\xdd\xdf\x7e\xb8\xbb\xbc\xea\x4f\x28\x6f\x8e\xde\x19\x6d\xaf\x22\xbf\x9f\x1f\xa2\x07\x4f\x9d\xc6\xb8\x00\x59\x6b\x84\x7f\x09\xa7\x8a\xe5\xd9\x6f\x99\xd8\xcc\x80\x45\xf3\x87\xe8\x4a\xa9\xc5\x8e\x6d\xf8\xfb\x2a\xcf\xc1\xe8\xc5\x20\xdc\xa5\xe2\xac\x84\x9f\xbd\x97\xe9\xc2\xfb\x0e\x32\x07\x5a\xa7\x01\xfd\x13\x27\x2d\x76\x3f\xa3\xfe\x3d\x13\xcf\x66\x25\x90\x8b\xc3\x32\x86\xff\x00\x90\xfc\x72\x4d\xe4\x4a\x33\x1b\xe3\x8c\x7e\xa9\x64\xc9\x22\xfe\x6b\x02\x45\x14\xed\xe7\xe4\x5a\x9e\xc4\x29\x3b\x4c\x7f\xd4\x7e\xa7\x87\xeb\xce\xda\x2d\x79\xc4\x7f\x5b\x4e\xa1\x74\xa4\x59\xbe\xc3\x4f\x89\xc5\xb1\x5d\x21\x2a\xf3\x33\x24\x75\x5d\xcb\x4d\x3b\x9c\x11\x54\xbd\x11\x06\x93\xe3\x9e\x81\x14\x51\xb9\x89\x8a\x4c\x7c\x8e\xc5\xc7\x2d\x17\x91\xac\x14\xfe\x53\x29\x15\xc0\x76\xad\xf3\xaa\xd8\x72\xe0\x8e\x9e\x45\x4f\x3c\xda\xb1\x03\xa6\x8a\xee\xa4\xf2\x00\x9e\xe0\xc8\xe8\xc3\x09\x5f\xe7\x99\xd0\xd2\x62\x9f\x99\x10\x42\x7d\xeb\xcf\x11\x62\x34\x25\x44\xec\xf4\x0a\xdf\x71\x79\x52\x4f\x5b\x0e\x29\x22\xce\xbb\x65\xcc\x38\x92\xdc\x80\xc4\x29\xe5\x67\x6d\x99\x99\x62\xc3\x17\x06\xd1\x03\x96\xfb\x51\x66\x69\x94\x56\xfb\x3c\x4b\xac\xdc\x7d\x92\xaa\xb3\xa2\x1a\x63\x5d\x13\x2a\xaa\x6b\x11\xdc\xbe\x89\xb5\x04\xd2\x3c\x7f\x47\x4f\x6d\xf5\x33\x57\x97\x7b\x4c\x68\x55\xc1\xd5\xab\x52\x65\x9b\x0d\x04\x0e\x4c\x58\xfe\xeb\x2f\x3f\x77\xe5\x6d\xa7\x47\xa0\xfd\xfc\xb0\x5c\x6e\xb2\x84\xe5\xbe\x0b\xda\xe9\xae\xb6\xbe\xd5\x5c\xfb\x7d\xa5\x90\x83\x7c\xed\x6a\x0c\x3b\xf3\xf6\xf7\x8a\x43\x89\xf5\x12\xc9\xe5\x4e\x27\xbd\x5b\xac\x91\x6a\x9b\xd8\x59\x5c\x02\xa5\x21\xb8\x32\x2f\x9c\xeb\xdb\xe0\xbb\x21\x0e\x3f\x30\x5a\x46\xf2\x09\xe8\x51\xb5\x35\xa2\x95\x73\x3d\x53\x21\x41\x37\xb1\x98\x6f\xd6\x8b\x6c\x20\xfb\xd6\xd6\x5d\x8e\x49\x2e\x9b\xec\x91\x8b\xaf\x00\x2e\xc0\x79\xda\xf5\xd4\xed\x2d\x6d\x15\x91\xa7\x02\xc0\xd9\x20\xd0\xb1\x1a\x71\x7f\x50\x6f\x93\xcb\x15\xf2\xb3\x36\xa0\xe1\xfc\x57\xa7\x0b\x65\xea\x91\x2b\x95\xa5\x53\x6e\xab\x59\x93\x5b\xfb\x69\xdf\x00\x2d\xee\xbf\xed\x09\x2e\x4a\xa6\x6d\xd1\xb2\xae\xcd\xd6\x13\x48\x86\x54\x67\xa8\xec\x2a\x8c\xb9\xea\x1e\x57\x03\xef\x00\x85\x1e\xb2\x87\x48\xa2\x39\x97\x93\x36\xba\x99\x92\x38\xb0\x96\x2e\x8b\xb1\x7f\x93\x4f\xc8\x2b\xc3\x24\x38\x9b\x5c\x36\xa5\x46\xd7\x6c\x1d\x3a\x56\x80\xa4\xc3\x6e\x62\xe0\xf1\x1e\xb5\xa3\xf5\x75\x7f\xe0\xbb\x7d\xce\xca\x33\x83\x2b\x9e\x7e\xa3\xaa\x52\x7a\x94\xc9\x7a\x3e\x0b\xcb\x9c\x6c\x62\x69\x20\x36\x16\x69\x2b\xf9\x9a\x13\xa9\xe6\x6a\x76\x3d\xdf\x2d\x59\x16\x93\xb0\x21\x3d\x1e\xe1\x03\x2f\x6d\x5a\x4d\x6e\xc0\xc0\x00\x6d\xc0\xce\x3a\xcc\x2b\x34\xa9\x43\x36\x17\x1c\x40\x42\x2c\x9d\xf7\x6e\x2f\x05\x17\xe4\xfd\x12\x32\x16\xd4\xb8\x81\xc1\xb5\xb4\x7a\x41\x90\x71\x46\x46\x2a\x71\xf8\x17\x32\x7f\x24\x47\xb6\x07\xf9\x00\x60\x70\x7a\x80\x97\xfa\xbd\xd7\xda\x2d\x13\xa9\x8d\x38\x81\x0f\xae\x86\x05\xab\xf8\x26\x2b\x4a\xee\xc7\x65\xfd\xef\xcf\x06\x41\x19\x28\xc4\x7d\x4b\xdf\x09\x41\x39\xf4\xb2\xe9\x5b\x3b\x61\x3c\x87\x3d\x4f\x17\xf6\xbb\xfe\xc3\x10\x24\x57\xa4\x9e\x90\x08\x5e\x01\x3c\x03\x9c\x38\xaa\x21\xd3\xba\xb0\x60\x0d\x76\x93\x2c\x51\xa3\x41\x88\x83\x2d\xda\x54\x4c\x31\x51\x72\x5e\xc4\x02\xb3\xd0\xb1\x44\x26\x48\x8a\x5b\x07\x98\xa3\x4e\xd7\x4e\x64\x51\x62\x02\x2e\x7c\xb2\x66\x59\x5e\xa9\x4e\x15\x12\x4f\xe5\x51\xd9\x3e\x7d\xab\x74\x09\xcd\x46\x6d\x9b\x66\x53\x07\xbc\x5b\x64\x93\xd6\x0c\x97\x9c\xe1\xbb\x0b\x23\xeb\x1d\x53\x30\x22\x77\xfc\x7e\x5b\xff\x41\x47\x36\xc1\xbf\x15\xcb\xbd\x9c\x20\xf1\x88\xc2\xa6\x5d\xf8\xb0\xe2\x33\xe4\x79\x0d\x29\xc6\xc3\xde\xae\xbf\xfe\x65\xc0\xc6\xe8\x93\x3a\x70\xde\xb6\x4c\xa4\xc0\x47\xcb\xca\xda\xdb\x61\x4f\x2f\xa0\x3d\x96\x46\xac\x75\x07\xc2\xc0\xaf\xbc\x4c\x1a\x41\xc9\x81\xa5\xaa\x47\x33\x07\x82\x5b\x41\x2f\x61\x8c\xb1\xcd\xb7\xed\xde\x64\x42\x1d\xb5\x57\xad\xfb\xf0\xac\xb3\xcd\xf9\xab\x2e\xc7\xc2\xb0\x3a\xfe\xe1\xa6\x8c\x4b\xe8\x12\xd1\xcb\x63\x91\x57\x4f\xbc\x46\x10\x93\xd0\x62\xc8\xaf\x6d\x8d\x05\x81\x12\xc3\x0f\x11\xd9\x1a\xf3\xb7\x8b\xe8\x7b\x1b\xa8\xfe\xfe\x6f\x26\x7b\xf7\x10\xad\x61\xad\x21\x45\x5e\x26\x49\xa5\x00\x06\xd6\x30\x55\x73\x7c\x55\xa6\x40\x10\xcc\xf1\x2d\x2d\x40\xb8\x40\x26\x70\x37\xe9\x2a\x19\xcd\xc1\xa4\x1e\xc0\x56\x42\x78\x65\xfb\x8a\x11\x5c\x91\x2a\xca\xa8\x28\xf9\xbe\x55\x9e\x04\xea\x52\xf8\x10\x9c\x54\x65\xda\x06\x84\x3c\x5c\xcd\xfe\x8e\xed\xfb\x60\x6a\x4f\x6e\x71\x68\x1b\x6c\x7a\x61\xfd\x95\x03\x88\x56\x40\xe1\x21\x78\xd9\xe6\xea\xd9\x8a\xfc\x2f\x92\x46\x3f\x05\xce\xdf\x02\x33\x10\x11\x46\x9f\x6c\x0b\x3f\x9d\x9e\x53\xe6\xf2\xc7\x09\xa2\x1e\x1b\x5c\x21\x9a\x82\x0f\x00\x71\x0c\x40\x47\x7d\x63\x4c\x5b\x3d\xdb\x71\x62\x71\xba\xc3\x13\xf9\x82\xb5\xe9\x3f\x37\x96\x68\x6a\x69\xfa\xa3\x8f\xc5\x01\xaa\x97\xcb\xfd\x19\xe5\xb1\xb0\x25\xe9\x3f\x87\x80\x2a\xc1\x12\xcb\x6c\x14\xf2\x4c\x93\x30\x1b\x5e\xa8\x94\x0b\x59\xf2\x88\x45\x22\xcb\x5f\x8b\x2a\xcf\x5f\xdf\x48\xa1\x05\x73\x91\x6d\x30\x5f\x09\x3c\xd6\xc8\x36\xe5\x58\x8b\x82\x50\x85\x77\x05\x40\x38\xeb\x21\x61\x14\xa5\xd4\x12\x53\x6f\x41\x7e\x88\x85\xfe\x82\x88\x13\x80\xec\x25\xb3\xb5\x0d\xd8\x9b\xc1\xb8\xa5\xbe\xa0\xce\xf7\xe0\x37\xde\x72\xc0\xfa\x60\x61\x4f\xaa\x29\xf8\x46\xeb\xfe\xd5\xd0\xba\x4b\x65\x3c\xff\x13\x08\xde\xbb\x2f\xd5\xd1\x0c\xeb\xd6\xd0\xb1\x6a\xeb\x88\xf3\xf8\x7b\x86\x63\x9f\x13\x24\xd8\x21\x02\xd3\xbf\x4d\x45\xf8\x35\x2b\x75\x8e\xa8\xd4\x2f\x58\xf0\xbf\x94\x6b\x43\xcb\x7e\x3c\x48\xc1\xc8\xb0\x80\x5f\x66\xe5\x43\x13\x34\x0f\x49\x97\xdd\x2b\xc5\x92\x2c\xe3\x71\x83\xad\x2f\xd8\xad\x78\x8b\x9f\xbf\x97\x79\x96\xf4\xc7\x52\xcc\xd3\x04\xfc\x13\x8d\x48\x1a\x30\xb5\x70\xc3\x01\x49\x83\xc2\x20\x41\xc9\x93\xd2\x79\x7e\x9a\x93\x9b\xe2\x63\x34\xe6\x82\x6d\x05\x50\xb0\x1c\xbb\x8f\x7e\x56\x20\xd9\x1c\x0a\xed\x50\x91\x06\x32\x07\x70\x39\x26\x8c\xec\x8b\x60\x20\x20\x9b\x9e\xb6\x32\xe7\x33\x74\x2d\x41\xa0\x22\x16\x7b\xae\x12\xa9\x8d\xb4\x28\x95\x4f\x94\x9c\x99\xe5\xa9\xab\x66\x7f\x09\x71\x53\x88\x6e\x7c\x47\x90\x3d\xdc\xba\xfe\x2c\x8d\xca\xf0\xb1\x35\xb0\x9d\xa7\xc2\xc1\x9c\x2b\x10\xd2\x77\x0a\x3e\x52\x2c\x15\x97\x82\x98\x0f\x6a\x4e\x1c\xbd\xe8\xc1\x78\xa6\xed\x30\xb7\x85\xca\xf0\xc0\x20\xe7\x4e\x59\xdb\x57\xaa\x9a\xa9\x2f\x25\x14\x60\x20\x5e\x13\xfa\xf5\xb5\x81\x08\xf1\x6e\x86\x6a\x88\x4b\x87\xa6\x4d\x8d\x85\x73\x5b\xbd\x28\x7c\x95\xa4\x75\x9f\xb1\xbe\x20\x03\x34\xbc\x84\xcf\xa2\x17\xc1\x44\x5f\x40\x82\xbe\x90\xd0\x1f\x39\x28\x82\xa5\x81\xe3\x3a\x8b\xb2\x32\x16\x59\x81\x27\x53\xf1\x9c\x3f\xea\xd1\xf9\xfc\xa9\x14\x82\x20\x1c\x05\x3b\x6d\x88\xd6\x33\x2a\x09\x48\x2d\xda\x2b\xa4\xc2\x29\x3f\xd1\x9b\x41\x42\x21\xd0\x61\x54\x02\xea\x94\xf9\xaf\xc8\x39\xa2\x0d\x5d\xf4\xca\xa7\xba\x3b\x47\x85\x43\x80\x72\x40\xc4\x7d\x90\x15\xb2\x97\xa5\xc4\x07\x6c\x2a\x57\x6d\xd6\x5d\x86\xca\xe8\x4a\x96\xdb\x60\x23\x08\x71\x0a\x6f\x12\xd7\x26\x76\x09\xf4\x6e\xb0\xae\x82\xb3\x72\x1b\x65\xe5\x0c\xd2\x25\x8d\xe0\x88\x05\x4b\x09\xb0\x93\x9a\xcb\x2c\xff\x72\xf7\x3e\xd3\xdf\x57\xf2\xb1\x4f\xa7\x3b\x35\x18\x87\xb7\x7a\x9f\x33\xb1\x44\x81\xfa\x3b\x84\xe3\x3c\x30\xb0\x2e\x3f\x56\xb5\x5a\x5a\x72\x8e\xb3\x8c\xd3\x6a\x3a\x77\x01\x44\x9f\x56\xe1\x4c\x47\x33\x3c\x0c\xae\xc4\xcb\x68\xe6\x50\xb7\x6e\xc2\x02\x59\xae\x85\x05\x79\xc9\xc6\x4b\x01\x17\xa9\x63\x35\x07\xb1\x39\xad\x43\xa1\x3a\x73\x02\xbe\xd6\xb0\xd1\x98\x9d\xaf\xbd\x21\xf5\x6d\x9f\x1e\xb1\x68\x28\x4c\x47\x45\x2d\x06\x86\xf5\xbc\x91\x8b\x4e\x17\x42\x33\x82\xf1\xd1\x32\x99\x59\x9f\x32\xa6\xa8\xf0\xa8\x90\xda\xae\x31\x1e\x8e\x76\xb0\x37\xdf\x04\x91\x2d\x21\xef\x73\x66\xbd\x87\x94\x10\xa3\x2b\x73\x91\x52\x2d\x5a\x08\x4b\xd2\x3d\x8b\xe2\x3f\xe3\xc9\x2a\xe2\x3f\x23\xda\xbd\xc1\x0c\x34\x7c\x6d\x74\x7f\xd2\x80\x32\xd4\x7a\xda\x31\x37\xc3\x5d\x38\xe2\x11\x9b\xe4\xcd\xfb\x3d\x89\xd2\xbc\xb2\x65\x4c\xdf\x5a\x61\x03\xf4\x4c\xa2\xcd\x79\x30\x2c\x6a\x80\x6b\xab\xaa\xa4\x74\x13\xb6\xbc\x53\x3f\x9a\x0f\xf5\x12\xed\x2b\x7a\x51\x2d\xcf\x93\x54\xb1\x30\xad\x39\x62\xda\x79\x9e\x37\x9a\x6a\xf2\xad\x79\x67\x15\x7c\xd4\x06\x51\x04\x80\x6a\x5c\x35\x42\x5d\x0e\x80\xcf\x7b\xc5\x1d\xda\xe9\x45\xe4\x18\xff\x40\xf5\xe8\x21\x17\xcb\x73\xc3\xac\x85\x5a\x9b\x47\xa7\x54\x54\x90\xe6\xbf\xae\xb4\x38\xf2\x6a\x21\x62\x01\x2c\x73\xeb\x0c\x12\x32\x68\x5d\x62\xf1\x4e\x52\x4d\x05\xa8\x57\x66\x92\x26\xb8\x4f\xcb\xf6\xc2\x02\xab\xd0\x3f\xbc\x81\x67\x7b\x8d\x61\xe6\x1a\xd2\x2e\xe4\x0f\x41\x96\xe3\x4c\xeb\x1e\xca\x4d\x2a\x61\x22\x16\xff\xad\x97\xc7\x90\xa7\xd1\xb6\xca\x35\x5e\x62\x83\x4c\x1c\xbd\xfc\x84\x8d\xbe\xfc\xdb\x77\x9f\xbe\x43\x62\xca\xaa\x00\x2c\xab\x59\xf8\x84\xd8\xb2\xb8\x2a\xcf\x21\xc7\xd6\xcc\x60\xad\xe4\x0e\xab\x78\x6d\x17\xbd\xbc\x29\x64\xe5\x4c\xe4\x98\x1a\x64\x97\x72\x9e\xd7\x79\x94\xb0\x32\xd9\xbe\x32\xda\x9c\x4f\x28\xe7\x31\xec\x83\xe6\xa8\x75\xad\xf6\xca\x30\x6d\x81\xa9\x9d\xc5\x8a\x0d\xce\x8b\x9e\x02\xc4\x4d\x1e\x82\x53\xe9\x23\x32\xe3\xe1\x74\x30\xad\x4e\xd3\xb3\x3f\x37\x48\x35\xce\x5d\x4a\x2e\x62\xc1\x76\x3c\x8d\x62\x04\x76\x88\xff\x6c\xb6\x3f\x16\xfb\xd5\x45\x7e\x58\x97\x17\x50\xe4\x72\xa1\x97\xe5\x02\xd0\x1c\x06\x5e\xba\x65\xda\x34\x95\x06\x96\xbb\xd3\xd8\x6a\xd7\x77\xec\xea\xd8\x9e\xc6\x2b\x2d\xe8\xe2\xb1\xeb\x73\x1f\xc6\x80\xc2\xca\x42\xe0\xe0\x22\xc6\x30\xad\xe4\x7a\x8a\x95\xbb\x9f\x48\xc6\x12\x15\x25\x2b\xb3\x04\x51\xd9\x04\xcb\x0f\x90\xd6\x33\x8b\x45\x9a\x29\x34\xad\x59\x72\x48\xf2\x2c\x21\xf6\xaf\x50\x17\xe2\x8f\x5c\x94\x57\xbf\x96\x5c\x09\x96\x9b\xfc\xa1\x85\x58\xcb\x53\x14\x22\x4e\xed\x9d\x86\x70\xbd\x08\x35\x1e\x28\x49\xc7\x76\x9d\x83\x31\x51\x48\xd1\x0d\x56\xb5\xc9\x37\xb0\x47\x7c\x46\xf8\x30\x0c\x2a\x56\xfe\xbd\x5a\xc9\x9c\x47\xbf\x54\x5c\x1d\xa2\xc5\x9b\x48\x2a\xa8\xad\x2d\x25\xfd\x53\x96\x4e\x02\x73\x45\xc6\x5a\x0a\x05\x5a\x7e\xdc\x9a\x3e\xd4\x18\x71\xe1\xe0\xab\xa5\xb2\x0c\xa8\x9e\xb3\x33\x9c\x41\xdb\x6e\x05\x25\x28\x00\xc9\xf7\xa5\x94\xd7\xae\xe2\x97\xf6\xbb\xf2\xa1\x43\x71\xb5\xb4\x9a\xa1\x8f\xb3\x7e\xa9\x69\x9d\xd4\xb1\x9c\x47\x58\x9d\x6b\xbc\x0f\x52\x65\x9b\x4c\xb0\x52\xaa\xe8\xe5\x7b\x53\xd2\xf6\x9d\x2d\xc3\x86\x55\x6c\x1f\x46\xcd\xbb\x3a\x65\x89\xd0\x33\xdb\xae\x1a\x41\x34\x99\xa7\xcb\x66\xcd\xc1\x54\x48\xd9\xc1\x6c\x09\xfd\xab\xa2\x64\xbb\xbd\x0f\x29\x69\x91\xce\x68\x65\x72\x5c\x84\xc8\x0c\x0c\x8c\xf0\xac\x70\xb9\x6b\xb1\x20\xd7\x15\xee\x9b\x54\x2d\x58\xe9\xf5\x59\x82\x98\x5f\x1e\x59\xd1\x41\x94\xa5\xc3\x5f\xf7\xba\xf7\xef\xae\x8d\x47\xcf\x3d\xdb\xc1\x3b\x08\x13\xe5\x22\x01\xa9\x0a\x99\xeb\xdb\x20\x79\x3e\x16\x2e\x71\xfd\x32\x97\x55\x1a\x91\xec\xa1\x50\x81\xba\x88\x32\x7e\x31\x8b\x8a\xbf\xfe\xf0\xfa\xf5\xc5\x45\x17\x83\xf8\x44\xec\x22\x7b\xbf\xe1\xbb\xf6\x13\x0e\x7f\x6b\x2d\x0c\x19\xb8\x5a\xb4\xb2\xd3\x8c\x43\x8a\x92\xbd\x63\xfb\xfe\xf2\x03\x66\x14\x5b\x4c\x8c\xf2\xd1\xfa\x5b\xee\xfe\x18\x2e\xd1\xe5\x34\x4b\xd6\x60\x53\xc1\x79\xf6\x3d\x3d\x61\x62\x76\xbd\x4b\xcb\xaf\x7a\x4a\x77\x26\x03\xb8\xbf\xab\x3d\x53\x5c\x94\x4b\xe8\x71\x5a\x67\xd0\xc9\x7b\xf8\x3c\x28\xc9\x1b\x65\xb1\xff\xf3\x41\xa2\x23\xc6\xe4\xe5\xff\xcb\xe3\x41\x26\x9c\x4b\xfd\xfa\xbc\xcc\x20\x2e\xea\x39\xad\x87\xa8\x5f\x69\x42\x47\xac\x9e\x37\xa1\x40\x74\x8e\x9a\x90\x1b\x3d\x42\x54\x58\x9a\x5f\x9b\x79\xaa\x45\x99\xf9\x37\x77\xe6\x30\x9b\xdb\x85\x4f\x22\x56\x46\x48\x88\xfe\x1b\x57\xd2\xd5\x5b\x13\x76\xbe\xd7\x70\x4f\x8d\xca\x61\x79\x3c\x18\x14\xa2\x3c\x22\x0c\x91\x8f\xc3\x01\xff\x42\xa5\x0f\xa8\xf6\xad\x0e\xa6\x56\xa5\x1b\x3e\x7b\x79\x04\xbb\x88\x1d\x8a\xa7\x75\x79\xf2\xdd\x58\xa6\xf6\xb1\x30\x17\xf4\x35\x28\x95\xda\x40\xd0\xda\x10\xdb\x53\x0e\x02\x90\x0c\xac\xa3\xba\x97\xed\x02\x26\xf1\xcf\xff\xf8\xd7\x45\x17\xc6\x1b\x0c\xfd\x68\x0e\xb9\xb7\x86\x50\x53\x71\x96\x3a\x8e\x12\x9f\x82\x64\x08\xbf\x6d\xf0\x40\x9e\xa0\x6b\x9d\xb2\x2f\x4d\x6d\xca\x22\xb3\xb8\x23\x9e\xa5\x3e\x40\xaf\x3d\xe0\xb4\x3d\x96\xa2\x42\xae\x23\xb0\xa9\x3a\xf4\xb9\x0b\x1a\x67\x4b\x0f\x13\x56\xaf\x5d\x3e\x7d\x21\x4d\xb5\xab\x0a\x7d\xcc\xf0\x8d\x15\xf4\x5e\xca\xfc\x54\x4b\x88\xe5\x06\xf3\x68\x09\x10\x13\xa7\x68\x32\x78\x00\xac\xe9\xb3\x78\x63\xbd\x72\xb6\xac\x1b\xe4\xb4\x07\xf0\x04\x21\x23\x1a\x02\x04\x6a\x90\xe0\xac\x3b\x91\xa2\xd8\xb7\x38\x66\x27\x26\x84\x40\x1b\x18\xd1\xb1\xe8\xc9\x0d\xd3\xcc\x4b\x62\x65\x6e\x8c\x50\xfa\x56\x1b\xe1\x24\x3b\x0c\x01\x21\x6a\x5d\x59\x9b\xcc\x2f\x91\xb5\xeb\xe8\xf5\x6d\xd6\x13\x61\xa8\xb4\x51\x47\x0f\x48\x2c\xbc\xc7\x02\x0b\x61\x4c\xc6\x8d\x5d\xb5\x36\x53\x2d\x38\x86\x27\x9b\x6a\xa7\xe0\x20\xf4\x1a\xda\x6f\x7c\xb8\x11\xf0\x17\x27\x72\xb7\xd2\xe6\x12\xc2\x84\x51\xc0\x06\x5e\xb9\xb9\xa9\x89\xb5\x05\x7d\xe6\xb5\x42\x84\xc1\xda\xda\xdb\x6c\x17\xbf\x62\xcf\x17\x59\x43\x9a\xa0\xaf\x5a\x9c\x17\xb2\xa1\x5d\xce\xce\xeb\x33\x00\x24\xfd\x27\x76\x28\x00\x9b\x45\xdb\xed\xeb\xb5\xa3\x9e\xf2\xed\x08\x6b\x49\xda\x12\x46\x02\x3a\xab\x08\xb2\x89\xe6\x92\x11\xfb\x60\x6e\x50\x68\x5c\x29\xcb\x8b\xa2\x7d\x71\x9e\x1b\x5f\xa2\x7d\x2d\xa0\x7d\x5b\x05\x4d\x48\xd7\x41\x86\xf6\x0c\x6d\x9f\xbf\xb8\xc4\x7a\x9e\x48\x61\x2b\xa7\xcf\x62\x52\xb7\x60\x4f\xb4\x0f\x17\xfe\xd6\x80\xc8\x1e\xb2\xef\x4f\x74\x33\x78\xcf\xa4\x92\x09\x41\x7e\x97\x11\x40\xb6\xa1\x38\xd6\x7d\xcf\xa2\x1d\xcb\x04\x5d\x83\x52\x69\x01\x99\xf2\x55\xb5\xd9\x74\x5a\xbf\xb9\xdc\x3c\x6b\xe0\xc4\x20\x35\x78\xbf\xef\x48\xda\xcf\xfb\xd0\x07\x86\x2c\xcd\x3f\x8e\x9b\xa3\xb7\x18\xeb\x1c\x8e\x8a\x85\xe9\x09\x9d\xe3\xeb\x2c\xe7\x5f\xc6\x37\x71\x26\x47\xcb\x62\x8c\xa3\xc5\x44\x57\x20\xc3\x13\xe7\x61\xfd\xdf\xdf\x3c\x30\x5f\xc6\x03\xd3\xea\x62\xae\x8f\x10\xeb\x72\x96\x59\xa8\x00\xf7\x8c\xf0\xc8\xc2\x39\x5b\x61\x0d\xa3\x22\x54\xb2\x82\x8b\xb4\x00\xd0\xfd\xf3\x57\xd2\xc1\xeb\x73\x7a\x99\xda\x00\xe9\xc4\xbd\xdc\xf1\x08\xba\x2a\x10\xdd\x27\xa2\x24\xda\x19\xc4\x8b\xf5\x04\x1d\x10\x24\x88\x24\x0a\x88\x26\x5b\x26\x36\x3c\x75\x4a\xeb\x4b\xc1\x9f\x22\xfd\x1a\xcc\xfc\x00\x9a\xb7\x3d\xb3\x88\x97\xc9\x77\x04\x2b\xec\xf2\x6d\x14\x4f\xa4\x4a\x01\x5e\x63\xc3\x54\x0a\x59\x5e\x74\x25\x73\x96\x7c\x06\x62\x3b\x78\x30\xb1\x47\x0a\xf2\x19\x04\x0a\x0c\x3c\xbb\xd6\x32\x91\x20\xc4\xab\xe5\x9a\x37\xe3\xc3\xcf\x8b\x88\x25\x4a\x16\xc4\x7c\x4d\x7c\x66\x44\xa4\xe5\x71\x09\x41\x8f\x9d\x4e\x14\x56\x9c\x84\xa8\x31\x17\x2e\x67\x83\xff\xba\xcf\x99\x08\xef\x24\x4e\xb7\x54\x0c\xa0\x86\x3b\x4f\xbe\xad\x65\xfc\xa2\xd5\xd4\x3e\x54\xa8\xbb\x56\xa8\x7d\x2a\xce\xd2\x83\x5f\xf1\x95\x09\xc2\xff\x63\xe9\x2e\x13\x7a\xeb\xf5\xb5\x46\x6e\x29\x92\xaf\xd0\x74\xc2\x72\x0c\x75\x03\xbc\x53\x9e\xd7\xae\x7e\x11\x09\xae\x55\x16\xa6\xb2\xfc\x00\x5a\xea\x5e\xf1\x57\x5e\x3f\xde\xfd\xa6\x5c\xbb\xac\x88\x05\x8e\x1d\x98\x29\xd7\x55\x8e\xba\x2c\x58\x7b\x76\x02\x74\x0f\x3f\x2c\x66\xfa\x19\x2b\x09\x54\xc5\xeb\x18\xce\xec\x59\xf2\x96\x9a\x76\xd6\x28\xd7\xa1\xab\x44\x54\x90\x54\xb1\x95\x4f\x26\xb9\xf2\x89\xb9\xd8\xf9\x14\x43\xf4\x3d\xc9\x2e\x63\x64\x7a\x91\x76\x50\x39\x02\x66\x8b\xb7\x52\x11\xf0\x09\x08\x87\xf7\x44\xa0\xf1\x8f\xec\x91\xcf\xa2\xfb\x3d\x53\x9f\x67\xd1\x9b\x83\x60\xbb\x2c\xf9\x49\xae\x06\x6d\xcb\x73\xf8\x57\xac\x0a\x34\xd9\xff\xd6\xea\xa9\x98\x79\xb0\x07\x9e\x17\xae\xe9\x09\x30\x41\x50\x7d\x62\x08\xf1\xb6\xeb\x09\x37\x71\xe5\x4e\x6c\x8c\x73\x69\xc8\xdd\x61\xf1\x4e\x7d\xb9\x2e\x01\x9c\xac\xa6\xcc\xe3\xb6\x60\xb0\x96\x91\x90\x30\xad\x27\xfe\x0a\x5e\x3d\xa9\xa2\x7d\xce\x4a\x7d\x56\x0c\x27\x15\x9e\x0a\x8c\x5f\xa3\xb4\xaf\xe5\x93\x8f\x7d\xd4\x4d\xc7\xcb\xbd\x94\x79\xeb\xdb\x7e\xd6\x05\x6c\x78\xd2\xc6\x2e\xde\x02\xf3\xf0\x0a\xff\xc5\x33\xab\xe8\xbc\x32\xce\x87\xe3\xe1\x86\xc3\x69\x4a\x2b\x85\x44\x3a\x66\x39\x2e\x9c\x0b\x94\x69\xf3\x00\xb3\x06\xf0\x91\x5b\xf1\x84\x41\xa5\xb0\xd1\x3e\x90\xe3\x0b\xdc\x53\xee\x8d\x6e\xf1\x17\x15\xcd\x7e\x3a\x54\x0e\x68\x77\x99\xb5\x15\x8e\x4d\xbd\x5c\x0f\xdb\x56\x27\x30\x8e\xdc\x38\xb0\x4c\xe6\xd6\x50\x61\xb8\x49\x54\x5f\x26\x39\x2b\x46\x66\xcd\xb4\xca\x9d\x05\x35\x74\x09\xed\x8c\x97\x99\xff\x00\x7f\xdd\x6e\xa4\x30\x8e\xc5\xdc\x16\x46\xbb\x67\xdc\xaa\x1e\x28\x66\x51\xe9\x6a\x6c\x0d\xa6\x83\xb9\x2a\xfa\x59\x54\x54\xc9\x16\x12\xde\x42\x39\xe5\xcb\xad\xe6\x8d\x9d\xc5\x42\x3f\x84\x88\x92\xc7\x20\x66\xf3\xa4\x9f\xbb\x22\xfb\x8d\xdb\x97\x16\x55\xa2\xe0\x71\x5d\x31\xbd\x35\x04\x75\x5f\x57\x44\x4c\xee\x21\x53\x9f\x79\xea\xb9\x91\xaa\xbd\x36\x7f\x2f\x62\xbb\xcc\x78\x7e\x1d\x3b\x1b\x69\x36\x85\x3f\x31\x5f\x11\xab\x49\xda\x3c\x5b\xf3\xe4\x90\x34\xea\x68\x83\x48\xe9\xf9\xfc\x95\xc7\xb9\xeb\xfa\xea\x2d\xdb\xad\xb0\x8f\x8d\x9a\xa1\xa8\x2b\xbc\xf4\x7f\x33\xa9\xa4\xa3\xe4\xef\x8f\xee\x71\x19\x48\x24\xff\x96\x1f\xf2\x87\xf4\x4e\x8c\xab\x00\x0c\xe4\x97\x49\xc1\x00\x6b\x88\xb4\xe6\xd6\xc4\x8f\xaf\xab\xc8\x23\x4b\xfd\x7b\x53\x6e\x79\x4b\xad\xc7\xb8\xab\x40\xa5\x34\xa9\x2d\xf3\x99\x82\x12\x84\x9f\x9a\xf5\xba\xcc\x65\x51\xa9\xfe\xcb\x7f\x17\x8e\xda\xf4\xee\x66\x13\xa0\x37\xf1\xdd\x8a\x43\x05\x57\x8a\x3b\xd3\x3a\x99\x21\x45\x41\xdb\x4b\xf5\xef\x29\x25\xe2\x89\x47\x09\xdb\x43\x26\x6d\x3b\xe6\x69\xe3\x3b\xcf\xbe\x86\x97\x77\xc3\x7d\x2d\xa0\xf6\x38\x06\x87\x2b\x88\x25\x7d\x55\x69\x97\xad\x36\x58\xad\xca\x3c\x70\xc5\x8c\x8a\xbe\x9d\xc3\xb3\xfd\x9e\x95\x5b\x74\x12\x00\xfe\x3f\x46\x62\x4b\xad\x40\x21\x22\x35\xba\xbb\x57\xb9\x5c\x01\x8c\x71\x09\x0c\x4c\x1d\xe7\x9c\x0e\xe7\xa8\xa5\x6b\x6e\xd8\x98\xb3\xad\xef\x03\x64\xcd\x2b\x5e\x40\xf9\x64\x33\x9e\x34\x36\x89\x6d\x9a\x23\xa3\x39\x5c\x2d\xb6\xde\x34\x1c\x19\x4d\x30\x25\x2d\xd5\x21\xa3\xe9\xaa\x45\xac\x0f\x5d\xac\x2b\x3f\xef\x9c\x01\x2b\x53\x09\xbc\xb7\x18\xb0\x2d\x32\xb1\xc9\x79\x6d\xbe\x06\x27\x3e\x16\x73\xfc\x8b\x4f\x55\xee\xe0\xfe\x6c\xd2\x10\x41\x02\xdb\xfb\x87\x89\xe8\xd1\xdc\x14\x96\x42\x01\x23\xa3\x80\xa2\xb5\xb8\xc0\x3d\x32\x33\xdc\xe7\x4a\xeb\xd3\x05\xa8\x0b\x45\xb5\x7a\xe5\xca\x0c\xa5\x02\x05\x03\xaa\x50\xf7\x4c\x01\xde\xfa\x36\xcb\xd3\x57\x2d\x0f\x09\xfa\x38\x1d\xf8\x97\x41\xa2\x60\x39\x89\x2f\xb0\x0b\xb1\xca\xc5\xce\xdd\xb6\xa3\xd5\x7b\xce\x92\xad\xad\xb0\x40\x71\xdd\x27\x2f\x02\x63\xe9\xf7\x4e\x7e\x19\x91\x5d\xd2\x01\xf7\xfa\xc7\x97\x13\xc1\x9a\x8d\x91\x13\x0f\xa1\x69\x65\x6e\x8d\x36\x0e\x49\x72\x74\x2d\x55\xb1\xc4\x10\xff\x17\x28\xc3\x77\x9e\xa1\x62\xcf\x9e\x04\x15\xf7\x4d\x2a\x73\x18\x27\x1f\xda\x79\x24\xb4\x7c\x68\xa4\xfd\x38\x49\x21\xa8\x50\xbe\xcc\x2c\x36\xea\xcc\x43\x09\x67\x79\xee\x23\x72\x39\x57\x50\x2c\x9c\xc3\x40\x3f\xff\x79\xae\xff\x3f\xa9\x0b\x6e\x2a\xe6\x4c\xa1\x40\x86\xcf\x4c\x25\x1a\xa1\x38\x50\x88\xe2\x15\x1a\xe6\xce\x7c\x1e\xba\xcd\xe7\xd2\x27\x13\x96\x6c\xf9\x52\x0f\xad\x9a\x50\xae\x74\xc9\x4a\x96\xcb\xcd\xa5\xfe\xf8\x1e\xbf\xed\x7d\xcc\x50\x2f\x42\x35\x0d\xfb\x82\xe4\x3f\x96\x40\xd5\xbd\xf5\xc8\x0e\x06\x03\xb1\xdb\x65\x0b\x03\xe5\xe0\x58\xdb\xdd\xf1\x1e\x39\x25\x5c\x66\x53\x0b\x95\x30\xa5\x4c\x42\x2f\xf5\x1a\x31\x55\x66\x6b\x96\x04\x1e\xf4\x51\x38\x3c\xc1\x0b\x89\x2d\x16\x10\x7a\x76\xa4\xfe\x46\x94\xb3\xc8\x82\x73\x77\xef\xff\xb9\x6d\x0a\xee\x84\xf4\x33\xf8\x47\xfa\x1d\x87\x78\x7d\x9b\x6f\x64\xe0\x59\x66\x8d\xa4\xe7\x91\x8b\xcd\xa2\x00\x62\xa1\x75\x49\x3d\xee\xe8\x13\xd6\xf0\xc8\xe2\x92\x69\x08\x7c\x1e\xa1\xf3\x78\xc9\xd9\x00\xd1\x25\x32\x63\xa4\x7f\xa5\x3a\xf5\xb2\x5e\x58\x09\x4b\x88\x29\xde\x8f\x3c\x75\x45\xa7\x1e\xf2\x88\x7e\xfa\xd8\x86\x47\x3b\x9e\x66\x55\x1d\xe0\x31\x28\x47\xf8\x66\x0b\xff\xff\xb3\x85\x21\xb5\xe0\x39\x0d\xe1\xf6\x42\x97\x6f\x4f\xe1\x57\xf0\x14\x7a\xe3\xa4\xbd\x9e\x78\x0b\x46\x4b\x8f\xfe\xe8\x9d\x7b\x6c\x9d\x06\x6a\xdf\x15\xd6\x3c\x87\xbe\x0b\xa7\xf4\xd7\x40\x2b\xfe\xa3\xdd\x7f\xdd\x05\x5f\x5f\x55\x10\x63\xcc\x63\xaa\xaf\xb8\x0d\x6b\xdc\x98\xab\x0d\x9c\x8b\xa5\xec\xbb\xe2\x1e\x12\x0e\x2b\x5f\x14\x76\xd5\xc3\xab\x6c\x72\xb5\xae\xb3\xa2\xfc\x99\xe5\xd5\x49\xf0\x37\x50\x53\xf2\x6c\x91\x78\x33\x54\x1c\xa6\xf7\x45\x6f\x00\xf9\x2e\x0c\xf1\xea\x77\x15\xcf\x1c\x94\xc9\x1b\x50\x59\x3d\xee\x29\x82\xf7\x93\x5d\xaf\x4f\xa8\x33\x3e\x29\xb6\xdf\x73\x65\xe2\x96\x8d\xd0\x32\x20\xb4\x42\x2f\xb1\x40\xdf\xc3\x4f\xf7\xb7\x37\xf5\xb7\x41\xcb\x9e\x5a\xd3\xf0\x33\x58\xba\x8b\xf6\x9d\xbb\xa9\xf2\xbc\x73\xe7\x46\x10\x57\x7e\xb8\xbe\x5e\xfe\x3c\xbf\xfe\x70\xd5\x0b\xae\xe8\xfd\xac\x73\x4d\xec\x48\x68\x4d\xd0\x22\x2c\xc1\x0a\xac\x76\x5c\x99\xb2\x0e\x37\x6b\x54\xbc\xab\x3c\x0f\x41\x36\x63\xf1\x89\xda\x81\x04\xa3\x4a\xa0\xc7\x26\x16\x51\xef\xc2\x85\xfd\xc3\xcf\x3e\xe9\xc6\x3f\xe1\xb7\xaf\x22\x37\x89\x1f\xa2\x1b\xdb\x6b\xc7\xba\x52\xf6\xe2\x09\xd7\x01\xb1\x3e\xbb\xae\xc3\xb9\x61\x84\x8f\xbb\x1e\x1f\x04\x60\xb8\xf0\xd4\xa0\xff\x9e\xe5\x76\xe0\xda\x7d\x0a\xbd\x81\x56\x96\xa7\xa8\xda\x42\xbb\x33\x04\x7f\x2d\x4a\xaa\x6d\xc4\x35\x8b\x05\x11\xcf\x32\xa8\x82\xec\x1c\x53\xb4\xa0\x68\x7e\xce\xc4\xa6\x62\x1b\x5e\xcc\x22\xd3\x79\x2c\x76\xd9\x66\x0b\x68\x39\xc4\x15\x65\x2d\x19\x56\x66\x8f\xbc\x76\x84\x30\x11\x8b\x10\x22\x66\x51\x26\x62\x41\x73\x12\x1b\xd7\x3c\xe6\x68\xfd\x74\x6f\xa7\xa3\x4f\x9a\x6d\x88\xf0\x6b\x45\x2c\x70\x73\x11\x94\xcf\xb8\x49\x40\xf1\x03\x96\xfc\xe0\xe8\x32\xc5\x0d\x64\x36\xc8\xf4\x0d\x38\x6c\x62\x61\x4b\x16\x60\x63\x03\xbe\x2b\xcc\xdc\xc4\x21\x0d\xcb\x13\xb3\x19\xe6\x4e\xd0\xd8\xda\x4f\xfd\xc9\x6f\x80\xbe\x70\xcb\xc7\x5a\x2b\x23\x8e\xad\x13\x63\x23\x75\x6c\xe6\x09\x8e\xae\x3a\x36\xa8\x53\x69\x1f\x8d\x99\x17\xfe\xa6\x33\x04\x2e\xab\x55\x3e\x61\x48\xf8\xfb\xde\x41\xa1\x48\xee\x1f\xd4\x08\x1f\xe9\x5d\xed\x6a\xe9\x63\xda\xd7\xed\x4a\xca\x8e\x7d\x39\xa3\xb7\x31\x18\x14\x7d\x30\xb4\x18\x55\x52\x1e\x73\x5e\x46\x24\x97\xd7\x97\xc8\x48\x9f\xbe\x01\xe5\x59\x71\xd4\x70\x9c\xfe\x34\x7a\x44\x56\x43\xa0\xc7\x6e\x92\x84\xa5\x77\x2e\x10\xb0\x1d\x62\x92\x7c\x5c\x14\xe1\xe0\x19\x8a\x17\x01\xcc\xb2\x8c\x6a\xb9\x66\xf6\x10\xcd\xdc\xce\xcd\x60\x90\x49\xa5\x0a\x2d\x2e\x49\xde\x91\xd4\x96\x2a\x62\xb1\x30\x08\x6a\x46\x1c\xcf\x4d\x10\x5f\xd9\x7f\xc5\x84\xfd\x3d\xe2\x0f\x81\xc6\x5a\x46\x52\x70\x23\x0d\x63\x01\x30\xf5\x02\xbc\xb1\xab\x02\x00\x24\x09\x8c\x9d\xfe\xe0\x31\x0b\x32\x81\x34\xb4\xc3\x32\xaf\xa6\x06\x04\xef\xfc\x9f\xf4\xff\xfe\xe7\x4f\xff\x1b\x00\x00\xff\xff\x14\x83\x86\xec\xf2\xe5\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb7\x95\x37\xfc\xff\x7e\x0a\x3c\x93\xa7\xca\x76\x42\x51\xb6\xb3\x9b\xca\x6a\xeb\xa9\xf7\xe5\x48\x9c\x31\x1f\x6b\x24\x45\x17\x7b\xfd\x2e\x53\x34\xd8\x0d\x92\x88\x9a\x00\x03\xa0\xa5\x61\x52\xf9\xee\x6f\xe1\xe0\xd2\x40\xb3\x9b\xec\x26\xa9\xdb\x98\xbb\x55\xf1\x88\xdd\x8d\xeb\xc1\xc1\xb9\xfe\xce\x3f\xff\x0d\xa1\x77\xf2\x11\x4f\xa7\x44\xbc\x3b\x41\xef\xbe\xef\x7e\xfb\xae\xa3\x7f\xa3\x6c\xc2\xdf\x9d\x20\xfd\x1c\xa1\x77\x8a\xaa\x8c\xe8\xe7\x93\x6c\xa9\x08\x4d\xb3\x63\x49\xc4\x03\x4d\xc8\x31\x4e\xe7\x94\x75\x17\x82\x2b\x0e\x1f\x22\xf4\xee\x81\x08\x49\x39\xd3\xaf\xdb\x7f\x22\xc6\x15\x92\x44\xbd\xfb\x37\x84\xfe\x05\xcd\xcb\x64\x46\xe6\x44\xbe\x3b\x41\xff\x63\x3e\x9a\x29\xb5\x70\x0d\xe8\x7f\x4b\xfd\xee\x5f\xe1\xdd\x84\x33\x99\x47\x2f\xe3\xc5\x22\xa3\x09\x56\x94\xb3\xe3\xbf\x49\xce\x8a\x77\x17\x82\xa7\x79\xd2\xf0\x5d\xac\x66\xb2\x98\xe3\x31\x5e\xd0\xe3\x87\xef\x8e\x71\xa2\xe8\x03\x19\x65\x38\x67\xc9\x6c\xb4\xc8\x30\x93\xc7\xff\xa4\xa9\x9e\xe3\xdf\x48\xa2\xfe\x05\x7f\xa4\x7c\x8e\x29\x33\xff\x66\x78\x4e\xfe\xe5\xdb\x41\xe8\xdd\x94\xa8\xe0\x4f\x3d\xdb\x7c\x3e\xc7\x62\xa9\x57\xe4\x03\x51\xc9\x0c\xa9\x19\x41\xa6\x1f\xe4\x96\x88\x4f\x10\x46\x27\x82\x4c\x4e\x7e\x15\x64\x32\x72\x0b\xdd\x35\x0b\x7c\x0e\xa3\xb9\xca\x30\xfb\xb5\x6b\x97\x09\x5a\x4e\x89\x4c\x04\x5d\x28\xbb\xde\xd7\x44\x09\x4a\x1e\x48\xd8\x81\x99\x08\xd2\x13\xf1\x9d\xc9\x05\x49\xe8\x84\x92\x14\x8d\x97\x88\xb2\x45\xae\x90\x20\x7f\xcf\x89\x54\x68\x42\x33\x45\x84\x8c\x7a\xe1\x0b\x22\x60\x05\x07\xa9\xee\xe5\x23\x51\x3d\x68\xbb\x18\x55\xf8\xb6\x20\x72\xc1\x99\x24\x32\x5a\x04\x84\xde\x7d\xff\xed\xb7\xa5\x9f\x56\x67\xd0\x43\x32\x4f\x12\x22\xe5\x24\xcf\x90\x6b\x29\x1c\x8c\x59\x50\x4d\x3e\x78\xa5\x31\x84\xde\xfd\x6f\x41\x26\xba\x9d\xdf\x1d\xa7\x64\x42\x19\xd5\xed\x4a\x43\xa5\xc1\x68\xa3\xaf\xfe\xf5\x6f\x55\xff\xfe\x57\x30\xa3\x05\x16\x78\x4e\xf4\xb2\x78\xba\x32\xff\x57\x9a\x8b\xa6\x04\xdd\x79\x41\x2d\xe5\x81\x97\x66\x7b\x81\xe7\x44\xef\xbc\xde\x2e\xfb\x05\xfc\x5b\x10\xc9\x73\x91\x10\x34\x26\x19\x67\x53\x89\x14\x5f\x59\x03\x0a\x2d\x68\x22\x2e\x3f\xd1\x5b\x49\x05\xd1\x7b\xa5\x44\x4e\x4a\x4f\xd5\x72\x01\x83\x94\x4a\x50\x36\x0d\x97\xe2\x5f\x9d\x46\x53\x33\xb4\xdf\x62\x66\xe6\x83\xda\x89\x0d\x59\xcf\xbd\x92\x60\x86\xc6\x04\xe9\x13\x4f\x53\x22\x48\x8a\xb0\x44\x18\xc9\x7c\x2c\x89\x42\x8f\x54\xcd\x28\xd3\x7f\x1b\xf2\x4d\xdc\x9a\xbd\x9e\xb5\x81\x7f\xae\x5f\x99\x3b\x49\x84\x1e\xf8\x03\x4d\x49\x8a\x1e\x70\x96\x13\x34\xe1\x22\x5a\x9e\xee\x90\xdd\xce\xf4\x3a\xcc\xc7\x94\xc1\xc9\xd3\x6b\xe9\x28\xe4\x0f\x6e\xb9\xfe\x80\x74\x7f\x28\x67\xf4\xef\x39\xc9\x96\x88\xa6\x84\x29\x7d\xae\x65\xb9\xb5\x3f\x70\xe8\x1f\x67\xe8\x08\xe9\x75\x26\x42\xc1\x7a\x73\xa6\xc8\x67\x25\xd1\x11\xca\xe8\x3d\x41\x5f\x9d\x53\xa9\x50\xef\x6a\xf0\x55\x07\x7d\x75\x5e\x30\x0e\xf9\xd5\x33\xac\xb0\xff\xf7\x5f\x83\xa3\xa7\xf0\xb4\x7c\xe8\xde\xf5\xf4\x69\xbe\x31\x17\x50\xd1\xc2\x5f\xff\x2d\x6c\xc7\xee\xd7\x7a\xae\x5e\xb0\x74\xcb\xcf\x9b\x72\x71\x58\xa6\x98\x81\x4b\xbd\x43\xbb\xf2\xef\x95\xdb\xa1\x82\x79\xcb\x1d\xb9\xb7\x1e\x7b\x99\x7d\xcb\xb7\xc5\xbf\xf5\x14\x9e\x9a\x87\xef\xc2\xc0\xb1\x82\x93\x85\x29\x33\x07\xd1\x9f\x4b\x21\xf5\x59\x74\x27\xe4\x95\xb0\xad\x5d\xf8\x79\x30\xb3\x80\xa5\x3b\x4e\x1d\xac\xca\x2b\x9c\x77\x46\xe7\x74\xd3\xfe\x0e\x58\xaa\x85\x47\xcb\x50\x59\x3e\x1f\x13\xa1\x97\xc1\xb1\x56\x98\xed\x58\xb3\x5a\x95\x0b\x46\xd2\x06\xd3\xfc\x7b\x4e\xc4\x72\xcd\x3c\x27\x38\x93\x75\x13\xa5\x4c\x11\x2d\xa9\x97\x1e\x4f\xb8\x98\x63\x65\x5f\xf8\xd3\xbf\xb7\x5d\x08\xc5\xef\xc9\xa6\xfd\x1f\x98\xdd\x4c\xb0\x04\x32\x98\xe7\x99\xa2\x8b\x8c\xa0\x05\x9e\x12\x69\x57\x24\xcf\x94\xec\xc0\x6b\x5a\x3b\x20\xe2\xc8\xdf\x72\xd0\x83\xbb\xdd\x73\x09\xbf\xa0\x89\x67\x76\x8c\x7c\x56\xd0\xd2\x90\xc1\xfd\x0e\x4b\x14\xde\x5a\x4f\xb0\x94\xdb\xd1\x8c\xe4\x42\x8d\xc6\xcb\xee\x3d\x59\xe9\xb7\x96\x72\x30\x43\x58\x29\x41\xc7\xb9\x22\x7a\xde\xba\x0d\x77\x3f\x03\x7b\x34\x42\x40\x13\xd6\xf0\x72\x13\x4e\xa9\x20\x09\xcc\xad\xcd\x81\xf1\x5f\xe9\x79\x6b\x4d\x6c\x69\x66\x7f\x4f\x96\x20\xf3\x54\xac\x80\xdf\xf2\x21\x1b\x32\x74\x84\xce\xfa\x37\xa7\xfd\x8b\xb3\xc1\xc5\xc7\x13\xf4\x7e\x89\x52\x32\xc1\x79\xa6\x3a\x68\x42\x49\x96\x4a\x84\x05\x81\x26\x49\xaa\xe5\x1a\x3d\x18\xc2\x52\xca\xa6\x88\x8b\x94\x88\xa7\x5b\xc6\xd2\x53\xc2\xf2\x79\xe9\x5e\x81\xdf\x8b\xd1\x97\xbe\xd0\x62\x8c\x7f\x14\x3d\xf9\xeb\xca\x02\xc3\x8c\x75\xdf\x41\x6b\xcf\x26\x38\x25\x33\x9a\xa5\x82\xb0\x63\x85\xe5\xfd\x88\x7c\x26\x49\x6e\xee\xe4\x7f\xc6\x3f\x8c\xb4\xf4\xcb\x53\x12\xff\x12\xfd\x51\x88\x5b\xad\x3f\xf5\xfa\x76\xeb\x2f\x41\x3b\x6f\xf6\x1d\xfc\x42\xd3\xca\xb7\xe1\x97\x0d\x73\x70\xef\xac\x19\xac\x7b\xa5\x76\x54\xee\x05\x2b\xec\x55\xbe\x23\x88\x12\xcb\x11\x56\x8a\xcc\x17\xaa\xa5\xe5\x01\xa3\x4c\xcb\xae\xeb\x64\xd5\x0b\x9e\x92\xbe\xeb\xef\x57\x2b\x82\x1a\x61\xd3\x70\xad\x09\x11\x84\x25\xa4\xbe\x85\x5b\x2c\xef\x8b\x16\x36\x0b\xbc\x40\x63\x48\x2f\x3f\x2a\x08\x6c\xa5\xe3\x42\xec\xd5\x4b\x52\xbc\xb9\x49\xd8\x8d\xe6\x23\x3f\x70\xa1\x87\xf7\x16\x04\xde\x68\xe0\xcf\x21\xf3\x6e\x7b\xa2\xbf\x38\x2b\xc7\x96\xfc\xe9\x60\x13\xd9\x7d\x25\x9b\x5a\x50\xb8\x40\x72\x29\x15\x99\x6f\xb4\xa5\xbc\x9d\x85\xb0\x17\xd0\x6b\x1d\x70\xe9\x0e\xfc\x0d\x9c\xfa\xf8\x46\x3f\x1c\xef\x16\x4b\xb6\x2f\x4b\xe8\x6b\x9f\xa7\xf3\x76\xad\x9f\xea\x8d\xdb\xbe\xc0\xdd\xf3\x26\xa6\x19\xc9\x9a\xfb\x1e\xe4\x13\x99\x33\x6a\xf7\xca\xad\xf6\x08\x06\xb0\x41\x91\x8d\x6d\xe9\xfe\xfc\xe9\x4f\x43\x0b\x90\x31\xf7\xa9\x19\x95\x81\x31\x0c\x25\x5c\x18\x59\x30\xb5\xe7\xdd\xe8\xb2\xbd\xdb\xde\x4d\xff\xf6\x04\xf5\x50\x8a\x15\xd6\x07\x5c\x90\x85\x20\x92\x30\x05\x76\x02\xfd\xbd\x5a\xa2\x39\x4f\x49\x66\x34\xda\x0f\x5a\xb2\x46\x67\x58\xe1\x53\xac\x70\xc6\xa7\x5d\xd4\x83\x3f\xf5\xc7\x54\x22\x9c\x49\x8e\xb0\x23\x2b\x92\xba\x26\x30\x4b\x1d\x6b\xc1\x28\xe1\xf3\x05\xcd\xbc\x1f\xc1\x1b\x6f\x28\x4b\xe9\x03\x4d\x73\x9c\x21\x3e\xd6\x5c\x45\x6b\xe0\xfd\x07\xc2\x54\x8e\xb3\x6c\x89\x70\x96\x21\xdb\xad\x7b\x01\xc9\x19\xcf\xb3\x54\xb7\xeb\x46\x29\xe9\x9c\x66\x58\x68\x15\xdf\x8c\xf6\xd2\xb6\x85\x6e\x67\xc4\x8f\x15\xc6\xa5\x57\x73\x8e\xef\x89\x44\x54\xa1\x05\x97\x92\x8e\xb3\xe2\xcc\xdf\x0d\x10\x8c\xfb\xf4\x7c\x00\xf6\x82\x44\x21\x6e\x78\xa8\xeb\xdc\xda\x87\x5c\x8f\x73\xcc\x18\x81\x8e\xb9\x9a\x11\x61\xbb\xb7\x2f\xbf\xb4\xea\x7f\x77\x71\x73\xd5\x3f\x1d\x7c\x18\xf4\xcf\x56\x75\xff\xdb\xde\xcd\x8f\xab\xbf\xfe\x7c\x79\xfd\xe3\x87\xf3\xcb\x9f\x57\x9f\x9c\xf7\xee\x2e\x4e\x7f\x18\x5d\x9d\xf7\x2e\x56\x1f\x5a\xb2\x6a\x6c\x46\x08\x47\xd6\xf2\x6c\x1d\x6c\xa6\x4f\x65\x33\xed\x7c\xb9\x46\x53\xeb\x94\x6a\x6e\x30\xf5\x36\x0a\xfb\x25\x5a\x60\x29\x8d\x64\x64\x46\xd0\x1d\xb2\x4f\x5c\x68\x06\x36\xe1\x9a\x47\x68\xe9\x49\x89\x3c\x51\x94\x4d\xfd\x47\x27\x68\x98\x7f\xfb\xed\x1f\x93\x73\xca\xee\xe1\x5f\xe4\x35\x2e\xce\xc1\xa2\x7c\xb0\x28\xff\xb6\x2c\xca\x5a\xf4\x39\x0e\x0d\xc9\xfb\x0d\xae\xd2\xc2\x05\xf8\xc4\xb5\x28\xc1\x73\xa5\xff\xa9\xbb\x04\xf2\x58\x13\x62\xd5\xcc\x60\xe9\x23\xac\x6a\xfa\x10\x7c\x0e\x82\xdc\x67\x2a\x81\x19\x3d\x72\x71\x3f\xc9\xf8\x63\x33\x73\xe5\x47\xa2\xfc\x30\xb4\xe0\xf4\x16\xac\x94\x3f\xdb\x19\xfa\x81\x7f\x24\x4a\x8f\xfd\xda\xf6\x72\x08\xb6\x3a\x04\x5b\xbd\x6c\xb0\xd5\xab\x32\x15\x3e\x3d\x6b\x8d\xed\x8a\x86\xbf\xd6\xf8\xe1\x6a\xdd\x6c\x35\x5e\xb4\xc0\x49\xf6\x2c\x3c\x39\x76\x45\xed\x93\x2f\xc7\xce\xa6\x0d\x3c\x39\x1a\xc6\x5b\xe1\xcb\xd1\xa0\x9f\x9f\x27\xff\x26\xfc\x44\x07\x37\xd0\x96\x0b\xf5\x26\x59\x77\xc3\x5b\xe9\xd9\x9c\x38\x4f\x7f\x95\xac\xc4\x7c\xb4\x09\xf2\x68\x11\xd5\xd1\x38\x8c\x63\x43\xdc\x46\x65\xa0\x46\x55\x64\xc6\x6a\x28\x46\x65\xec\xc5\x6e\xc1\x16\xdb\xde\x7a\xcd\xc3\x27\xda\xde\x7a\xcd\x03\x27\x3e\x12\x15\x0d\xe3\xad\xdc\x7a\xd1\xa0\x9f\xff\xd6\xfb\x8d\xc6\x4b\x1c\x02\x24\x9e\x70\xe9\xbe\xf4\xbb\xf2\xf5\x86\x40\xfc\x06\x62\x1e\x0e\x41\x0e\xad\xd6\xe8\xcb\x8a\x6a\xf8\x52\xc3\x18\xde\x66\xdc\xc2\x21\x50\xe1\x10\xa8\xf0\x12\x1e\xa5\xb7\x17\xa8\xf0\xa4\x8a\x2f\xd1\x64\x25\xc1\x8a\x1a\x2a\x37\xef\x16\x5c\xd6\xeb\x7b\xa1\xf3\xba\x42\xaf\x83\x36\x63\x6b\x26\x50\xef\xaf\x68\x86\x25\xe2\x49\x92\x8b\x92\x8b\xb6\x7c\xca\x4f\x05\xc1\x4a\x1f\x91\xd8\x70\x89\xa0\x65\x24\x48\xc2\x05\x38\x29\x31\x5a\xcc\xb0\x24\x48\x09\xcc\x24\xdd\xa4\xe5\x99\x56\x61\x5c\xba\x9d\xb7\xa0\xe0\xad\x2e\xe2\x73\xa9\x77\x63\x9e\xae\x1c\x48\x73\x56\xab\x9e\xac\xbf\x49\xf6\x36\x75\x48\xfb\x6d\x32\xf3\x27\x3c\x2a\xfa\xd6\xda\xf3\x51\x89\xd4\xf8\x6d\x8f\x4a\x6c\xed\xd8\xcb\x51\x81\x71\xbd\x95\xa3\xb2\xba\x88\xbf\x99\xa3\x52\x35\xf5\xd7\x70\x54\x5c\x38\xc0\x9e\x8f\xcb\x8a\x0f\x7e\xdb\x23\xb3\x1a\xae\xb0\x97\x63\xe3\xc7\xf7\x56\x8e\x4e\xf5\x82\xfe\x66\x8e\x4f\xdd\xf4\x5f\xf6\x08\x79\x3f\x44\xe3\xc3\x73\x2b\xe8\x74\x4a\x84\xd1\x8c\x12\x4d\x8a\x9b\xa1\x96\x0a\xcb\xfb\x76\x07\x66\xf3\x69\xf0\x3d\xbc\x85\x93\xe0\x07\x6b\xc6\xfe\x9b\x39\x02\x2b\xf3\x7e\x25\xb4\x7f\xac\x39\xf1\x03\xa0\xb5\x35\x3b\x03\xd7\x04\x08\x1f\x2e\x90\x85\x20\x0f\x94\xe7\x32\x5b\x1e\x89\x9c\x55\x71\x7b\x30\x12\x3c\xd2\x2c\x43\x9c\x65\x4b\x24\x15\x16\xca\x3d\x66\x53\xe3\x51\xd2\x87\x29\xc3\x52\xa1\x7b\xc6\x1f\x19\x9a\x60\x9a\xe5\x82\xa0\x05\xa7\x4c\x75\x87\x6c\xc0\xd0\xb5\x19\x23\x68\xde\x1d\x94\x4b\x7d\x04\x13\xcc\x18\x57\x28\x99\x61\x36\x25\x08\x33\x07\x5d\x53\x50\x06\xe2\x02\xe5\x8b\x54\x1f\x2c\xdd\x45\xc9\xc6\x54\x1c\xb0\x21\xbb\x05\x2b\x86\x44\xe4\xb3\x12\x64\x4e\xb2\xa5\xee\x43\xd3\xbe\xe2\xc8\xae\x8f\x19\xaa\x35\x88\x13\x21\xb8\x90\xa0\xb3\x8f\x97\xff\xc0\x4c\x51\x46\x10\xa8\x99\xd2\x00\x1f\x1d\xa1\x73\x2e\x21\x26\xfb\xc7\x3f\x4b\x94\x64\xb9\x54\x44\x74\xd0\x38\x9f\x4a\x44\x19\x5a\x64\x58\x4d\xb8\x98\xeb\x11\x52\x26\x15\x1e\xd3\x8c\xaa\x65\x07\xcd\x71\x32\x33\x6d\xc1\x1a\xc8\xce\x90\xa5\xfc\x91\x49\x25\x08\xf6\xbd\xbb\x87\xe8\xeb\xf0\x99\x21\x00\xf9\x4d\x07\x0c\xf7\x74\xbe\xc8\x96\xe1\xf0\x83\x44\x68\xd8\x13\xdd\x08\x49\xd1\x98\x24\x38\x97\xd6\xb0\xa3\xc4\x12\x91\xcf\x33\x9c\x4b\xd8\x3b\x3d\x3d\x6b\xf5\x48\xf8\x7c\x91\x11\x45\x10\x9d\x20\x25\x28\x49\x11\x9e\x62\xaa\x97\xee\x86\xac\x49\xdc\xf6\x44\x6f\x37\xd0\x52\xfd\xaf\x60\xf9\x98\x73\x41\x50\x4a\x14\xa6\x99\x5c\xef\x94\x7c\x56\x82\x43\x4f\x4e\x6f\xe8\xf5\x92\x1b\x7a\xd5\xd4\xb6\xe6\x26\xb4\x3b\x76\xb8\x0a\xdf\xd2\x55\x18\x73\x85\x57\x71\x17\x1a\x90\x88\x3d\x08\x84\xcc\x5a\xc5\x13\x9c\xed\x28\x1b\x5e\xdb\x41\xb5\x96\x0e\xdd\x87\x87\x43\xf1\xb6\x0e\x85\xd9\xb5\xd7\x73\x2a\xea\x12\x2a\xf6\x8e\x14\xd3\x06\xe3\x65\x4d\x46\x84\x44\x73\xac\xf4\xc5\x36\xb5\x57\x74\x43\x14\xc3\x02\xd4\xe5\x4d\x1d\x94\xe7\x40\x72\xf9\xb2\x23\x16\x0e\x91\x0a\xbf\x41\x04\xda\x57\x93\xc0\x78\xc8\x81\x7e\xa2\x1c\x68\x2a\x0f\x39\xd0\x87\x1c\xe8\xa6\x0b\x74\xc8\x81\x3e\xe4\x40\xbf\xd9\x1c\xe8\x27\x4d\x7f\xde\x5f\x92\xf3\x7e\x32\x99\xdf\x94\x74\x7e\x90\xcc\x0f\x92\xf9\x21\x5d\xd9\x4f\x6d\x5f\x5c\xd0\x7d\xfd\x2e\x25\x19\x51\xa4\xde\x40\x47\xc4\x5c\x2b\x1c\xe6\x86\xa7\x4c\x8b\x82\x53\x41\xa4\xdc\x95\xa7\xf9\x86\xc3\xf2\x0a\x15\xfe\x88\x02\x65\xd6\x93\x25\xd8\x75\xd6\x31\x3b\xdf\xf6\xdb\x64\x79\x7e\xf8\x07\xc8\x86\x03\x0f\x3c\xf0\xc0\x6d\xa6\xf6\x7a\xcc\xd1\xc1\x61\x7e\x51\x7b\x74\x50\x69\x67\x44\xd3\x5d\x8a\xed\x34\x07\x2e\xc7\x73\x92\xf6\x21\xad\xc0\x27\x45\x88\x5f\xf5\x27\x61\x19\x1d\x97\x40\xd0\xdc\x62\x1d\x7e\x5d\x2c\x7c\x54\xfb\x64\x3b\x03\x76\x51\xd1\x66\x90\xbe\x09\x1b\x76\xe5\x0a\x7f\x21\xd5\x78\x5e\x07\x23\x79\xf6\x62\x3c\xaf\x63\xda\x07\x9b\xea\xa1\x16\xcf\xc1\x6a\xd8\x70\xc2\x07\xab\xe1\xeb\xb5\x1a\xbe\x94\x2b\xe0\x99\x8f\xe7\x73\x89\x8e\xcd\x43\xbd\x5d\x44\x36\x4b\x51\xbe\xc8\x38\x4e\x1b\x96\xd3\x0d\x24\xba\x06\xf1\xde\x2c\x45\x82\x4c\xa9\x54\x44\xe8\x7d\xa9\x14\x0c\x37\x07\x80\xbf\xd5\xba\xb9\x8d\x43\x7c\xc2\x6e\xdf\xfd\x7b\x83\xe1\x5f\xdb\x3b\x1b\x38\xd1\x18\xa7\xbe\xa0\x25\x88\x6f\x73\xbc\x44\x33\xfc\x40\x5c\x58\xe2\x03\xce\x68\x8a\xcb\x6b\x5d\x9a\xe1\xba\x01\xfd\x67\xbb\x01\xe1\x78\x38\xbe\x02\x92\x8c\xc3\xc6\x6c\x46\x33\xbc\x33\xd3\x8a\x79\x26\x08\x4e\x97\x68\x4c\x08\xf3\x64\x53\x71\x9f\xd4\x8c\x79\x2f\x82\xf3\x8b\x2b\xa6\xab\xd4\xf3\x5a\xd4\xd2\x67\x0c\x94\xaa\xe6\x37\xbb\xeb\xa0\xbb\x2b\x9e\xf2\xfb\xb7\xc5\x82\x0e\xc1\x53\x07\xf3\xe4\xcb\x9b\x27\x0f\xc1\x53\x07\x45\xff\x95\x29\xfa\x87\xe0\xa9\x43\xf0\xd4\xc1\x0c\xb2\x7e\xda\x07\x33\xc8\x17\x11\x3c\xd5\x48\x86\xdf\x32\x7c\xea\x8d\x4b\xf3\x07\x61\xde\xbd\x77\x10\xe6\x0f\xc2\xfc\x17\x2a\xcc\xbf\x8e\x15\x3e\x48\xf2\x07\x49\xfe\x20\xc9\x1f\x24\xf9\x83\x24\xbf\xf7\x65\x3c\x48\xf2\xd5\x92\x3c\xfc\xcb\x55\x67\x68\x2b\xd6\xb7\x14\xe7\x5b\xe7\x47\xb4\x77\x06\x7e\x24\xea\xad\x7a\x02\x0f\x52\xfb\x41\x6a\x7f\xdd\x52\xfb\xab\x99\xd0\x97\x87\xac\x7e\xc0\x26\x3f\x60\x93\x1f\xb0\xc9\x9f\x18\x9b\xdc\x7d\xfd\x6e\x91\xd7\xcb\x36\x77\x80\x5e\x66\x0f\x97\xc2\x2a\x97\x06\xdc\xb2\x08\x36\x69\x24\xf6\xac\x93\x75\xee\x0a\x80\xb4\xa0\x87\xcd\x72\x0f\xea\x29\x34\xe7\x5a\x77\x63\x24\x7a\xc7\x31\x38\x13\x58\x33\xa5\x0f\x84\x21\x97\x1c\xd0\xb1\xd7\x58\x07\x8c\x29\xff\xf2\x87\xcf\x64\x6b\x61\x85\x30\x52\x74\x4e\xba\x68\x30\x31\xdc\x22\xd1\xa7\x4b\x12\x25\x4b\xd1\x58\x86\xf2\xe1\x23\x96\x16\x63\x75\x7d\xd3\x22\x38\xc7\xbc\xd6\x71\xcc\x36\xcf\x94\x61\xbd\xae\x71\x80\xa6\x1b\x7b\x0e\x05\x07\x6d\x4e\x44\xe6\xbe\x8c\xba\x75\x2f\xcf\x71\xaa\x19\x43\x30\x84\x22\xad\x2c\x7c\x1f\xee\x74\x2a\x7d\x78\x51\xf4\xbd\xf9\x1a\xf0\xed\x00\x8f\x0e\x70\x78\x1b\x0d\x63\x06\xd1\x6f\x5a\xc4\x4b\xf3\x8c\x20\x2c\x25\x4f\x28\x06\x35\xc6\xc8\x00\x88\x2a\x67\x69\x70\x2f\xb9\xae\x53\x2a\xf1\x38\x23\xa9\x5d\x63\x52\x44\x3b\xad\x1d\x39\x95\x68\x4c\xf4\x12\x6b\x36\x15\xaf\xfe\xcc\x48\x20\x15\xa3\x09\x86\x42\x56\x47\x42\x98\x19\xc8\x1a\x09\xda\x10\xe7\x5b\x15\xa2\xcd\xe8\x0f\x49\x77\x07\x91\xfa\x20\x52\xb7\x9a\xd0\x17\x25\x52\xbf\xa2\x08\x4d\xc7\x90\x5e\x34\x42\x13\x7c\xa0\x9a\xf3\x8f\xbc\x61\x53\x36\xb5\xf5\x9c\x53\xa9\x24\x4a\x72\xa9\xf8\xbc\x5e\xf2\xf9\xe4\x7a\xe8\xf9\x0e\x4e\x39\x9b\xd0\x69\x6e\xee\x96\x5f\xad\x6c\xe2\x4f\x74\xa1\xa6\x2c\x17\xa4\x99\x61\xc8\xdb\xad\x37\x75\x56\x99\x8f\x58\xe1\xe4\xad\x68\xe7\x4d\xdc\x76\xd5\x43\x7f\xae\x4b\xaf\x8d\xb2\x5a\xd8\xc7\xad\xa6\xa9\xf5\x8b\xd1\x75\xff\xe6\xf2\xee\xfa\xb4\x7f\x82\x7a\x8b\x45\x46\x8d\xcb\xca\x50\x18\xfd\x87\x9e\x94\x29\x33\xe2\x49\xc4\x0a\x44\x06\xfd\x17\x7c\x64\x5a\x1f\x44\x47\xe8\xf4\xfc\xee\xe6\xb6\x7f\x5d\xd3\xa0\x25\x09\x28\xd2\x4a\xe6\x8b\x0c\xe4\xa3\xfb\x7c\x4c\x04\x23\x5a\xc2\xb7\x18\xc1\x85\xe7\xcc\x34\xda\xff\xef\xfe\xe9\xdd\xed\xe0\xf2\x62\xf4\x97\xbb\xfe\x5d\xff\x04\x39\xda\xd2\xcd\xea\x71\xe9\x51\xa4\x4b\x86\xe7\x5a\xeb\x8e\xeb\xa1\xfc\x3d\x27\x39\x88\x63\x74\xca\xe6\x04\xa0\xbb\xa3\x16\xdd\x80\xcf\x7b\xef\xfb\xe7\x71\xcb\x33\x12\x02\x17\xa3\x0c\x8f\x49\x66\x5d\x79\xe0\x9d\xd2\xe7\x27\x80\x78\x36\x3e\xbe\xdc\xac\xea\x5f\xee\x7a\xe7\x83\xdb\x5f\x46\x97\x1f\x46\x37\xfd\xeb\x9f\x06\xa7\xfd\x91\xd5\xa4\x4e\x7b\xba\xdf\xa8\x27\xab\x70\xa1\xbf\xe7\x38\xd3\x1a\x39\x9f\x38\x28\x63\xf4\x38\x23\x0c\xe5\x0c\x28\xce\xa8\xf9\xa0\x95\x84\x38\x0e\x66\x46\x57\xe7\x77\x1f\x07\x17\xa3\xcb\x9f\xfa\xd7\xd7\x83\xb3\xfe\x09\xba\x21\x19\x28\xc2\x6e\xd1\x61\x17\x17\x59\x3e\xa5\x0c\xd1\xf9\x22\x23\x7a\x35\xcc\xe1\x1c\x93\x19\x7e\xa0\x5c\x44\xda\x0a\xac\x23\xb0\x02\x68\xdf\x29\x9c\xa3\x60\xe9\x2e\x2f\x3e\x0c\x3e\x9e\xa0\x5e\x9a\xfa\x39\x48\x68\x23\xa2\x1c\x07\x3f\x71\xb4\x02\x3f\x91\x60\x13\x10\x02\x15\x7d\x1f\x88\x10\x34\x25\xf2\xc5\x1d\x0e\xd1\x81\x58\x55\xa1\xcb\x14\xbe\xfa\x46\x89\x5c\xd7\xbd\x10\x51\xdf\xea\x8b\x9b\xa8\x68\xf5\x8b\x12\x19\xd4\x1b\x0e\x56\xf6\xb1\xb1\x4d\x20\x5e\x9f\x67\xbb\x31\x35\xb3\x4b\x47\xce\x36\x74\xfc\xcf\x88\xe9\xfd\x6b\x8f\x11\x52\x26\x29\x66\x2d\xc0\x54\x90\x21\xfe\xab\xbd\xda\x1a\x5e\x98\xc1\x97\x55\x1f\xae\xfa\x4e\x82\x0f\xde\xc2\x4d\x18\x0e\xf7\x15\xdd\x7a\xd7\xa1\x6c\xe3\x44\xe4\x39\x51\x18\x2a\x88\x2b\x8e\xa6\x44\x75\xd1\x25\x83\x67\xb7\x58\xde\x77\x90\xab\x0e\x83\xb8\x40\x85\xf0\xf8\x0c\x49\xe5\x6f\xc4\x68\xd8\x5e\xa1\x39\x28\xe6\x07\xc5\xbc\x7a\x65\x0e\x11\x6a\x35\x2b\xbc\xaf\x1b\xb5\x95\x9d\x7d\x7f\x17\x5f\x60\x56\x77\xc1\x26\x25\xbb\x68\x74\x23\x6e\xb4\x81\xbe\xdd\xcb\xf0\x79\xad\xa0\x7b\xbd\x1a\x4d\xf1\x98\xc3\xbd\x67\xfe\xef\x70\xef\x1d\xee\xbd\xc3\xbd\xf7\x0a\x56\xf8\xc5\x2d\xca\x15\xdc\xfd\x45\x4d\xca\x9b\x14\xe4\xad\xa1\xe9\x0a\x85\xb8\x0d\x38\xdd\xaf\x4d\x30\xe8\x2a\x4c\xc9\xab\x1a\xb2\x44\x72\x86\x85\xa9\xca\x9a\xf0\xf9\x9c\xb3\xd8\x56\xdd\x41\xde\xb1\x0e\x86\x40\x98\xdd\x26\x4b\x73\xd1\x0d\x7d\x1b\x36\xe6\x60\x5d\x9e\x23\xa3\x68\xaf\x22\x84\x09\xd5\x3f\xe8\xd7\x4f\x28\x67\x1c\xb0\x03\xf7\x8a\x1d\xf8\x3a\xe6\xfa\x24\xd9\x47\xfb\xb7\xaf\xbf\x8d\x8c\xa3\x03\x48\xe0\x21\xa7\xe6\x90\x53\x03\xbf\x1f\x40\x02\xf7\x47\xad\x4f\x2b\xd3\xf3\x94\x8c\x4a\x65\x54\xfc\x9f\xa3\xb2\xcb\x2b\x7a\x12\xfa\xbf\xa2\x07\x45\x92\x11\xb4\x4e\xd3\x7d\x96\x5e\xb9\xe0\x29\xd9\xa1\xfc\x8a\x1e\x51\xe3\xd2\x2b\x51\x5f\xaf\x5c\x84\x77\xcb\x64\x44\xf9\x68\xe0\x4f\x2c\xc8\xd7\x50\xcc\x97\x68\x8d\xaa\xa0\xff\x83\x69\x6a\xe3\x42\x7d\xa9\xd5\x0a\x0a\x06\xf7\x86\x1c\x35\xcd\x6e\x01\x17\x52\x33\xaa\xb9\x0b\xaa\x9f\xfb\x1b\xa1\xfa\xf1\xd3\xc0\xc8\x34\xbf\x10\x4a\xe8\x31\xf1\x55\xb0\x2d\x6a\x4c\xd4\xfd\xdb\xb0\xf3\x84\x23\x7e\x0e\x4b\xcf\x5a\x62\xfa\xe2\xae\x89\x75\x47\xe3\x70\x59\x34\x5c\xae\x2f\xf5\xca\x38\xa0\xbd\xac\xb3\xbd\x1c\xe0\x54\x0e\xa6\x9f\xd7\x33\xe1\x83\xe9\xe7\x4d\x9b\x7e\x8c\xa3\x7a\xb4\xc0\x82\x30\x55\x21\xa3\x97\xaf\x13\x78\x3d\xcc\x9b\x77\x52\x07\x34\x60\xa4\x45\x7b\x21\xfb\xab\xea\xcb\xb2\x05\x59\xc1\x60\x64\xe4\x8a\x20\x6f\xe8\xf8\x9f\xc5\xbf\x03\x25\x20\xf8\xb1\xc2\xe1\xbb\x2e\x10\xcc\x60\xd8\x4b\x7d\x7d\xe7\x36\x26\x6c\x5f\xd9\x46\x4e\x48\xac\x71\xd4\xd6\xc7\x8f\xb9\x94\x02\x92\x16\x02\x57\x31\xc3\x8a\xb8\x32\xdb\xd3\x91\x13\xc3\x8a\xf8\x89\x8d\x61\x66\x57\xe6\xd3\x33\xf8\xf2\x6d\x65\x22\xd5\x0c\xfd\x79\xc3\xcf\x56\xc9\xb1\xd9\xe9\x76\xc4\x41\x4d\x6e\xcd\xe3\x8c\x82\x27\x06\xa0\xe2\xe0\x3e\x0f\x36\xdc\xe5\x4f\x63\x48\x2f\xaa\xbb\x9e\x9e\x5b\x80\x5c\x39\x73\xcd\x26\x6e\x69\xf4\xed\xce\xfb\xc5\x83\x71\x36\xd0\xfd\x8b\x06\xe6\xac\x61\xdc\xbb\x95\x8b\x7c\x31\xbe\xec\x6d\xf7\xcf\xc7\x99\x3f\x12\xf5\xe5\xb1\xe5\x8f\x44\x3d\x17\x4f\xde\x96\x11\xaf\x65\x46\x45\x8d\xa0\x37\x1a\x27\xb2\xc2\x7f\xdf\xec\x74\xdb\xc4\x6b\xfd\x6c\x26\x69\x83\xb5\x7c\x2a\x7a\x38\x55\xc5\xad\x01\x23\xd2\x01\x0f\x29\xc3\x87\x94\xe1\x43\xca\xf0\x21\x65\xf8\xf5\xa5\x0c\xbb\xaf\xdf\xa5\x24\x23\x8a\xd4\xca\x4d\x67\xf0\xf8\xa5\xe4\x26\xd3\xfb\x33\x4a\x4d\xa6\xc3\x2f\x4f\x70\x32\xf3\x3a\xc8\x4e\x07\xd9\x69\x1f\xd3\x7d\xad\xda\xab\xa3\xf2\xd7\xa0\xbd\x36\x46\x27\x2a\x82\xc4\x36\xc6\x06\xd8\x69\xff\xba\x31\x28\x20\x40\x7a\x74\xc3\xd9\xe4\xf8\xbf\x72\xc3\x7e\x3b\x4c\x4e\x3e\x35\x1f\xdb\xc5\xbd\xe9\xd6\xfd\x8b\xf5\x6e\x1e\x6a\x59\x54\xae\xd5\xc1\xf9\xba\x66\x71\x0e\xce\xd7\x83\xf3\xf5\xd5\x39\x5f\xf7\xae\x52\xad\xad\x48\x7f\x6d\xaf\xe6\xb5\x51\xe1\xee\xa2\x37\xba\x8c\x26\x05\x83\xbf\x9d\x92\x45\xc6\x97\x60\x63\x59\x6b\x6d\xf6\xb5\xe8\x2b\x82\xa3\xca\x97\xbf\x7b\xfb\x6a\x45\x68\x7f\xed\xf7\xbf\x1b\xf9\x73\xa9\x35\xaf\x45\xec\x2d\xe6\xfd\x2a\x04\xdd\xe3\x7f\x96\x52\x22\x1a\x61\xa6\x04\x49\x0c\x9b\x8f\xc1\x90\x55\x3f\x09\x20\xf3\xed\xad\x39\xce\x55\x10\x6f\x28\xf5\x01\x58\x10\xa1\x96\xc1\x9b\x64\xbe\x50\xcb\xff\x1a\x32\x5a\x20\x6b\xd3\x29\xe3\xc2\xf0\x40\xfd\xf1\x0c\xb3\x34\xd3\xe7\x47\xfa\x76\x12\xcc\x18\x57\x20\x9c\xc0\x0c\x52\xf4\x40\xb1\x11\x65\x7a\x57\x83\x06\x3e\xf9\x46\x67\x31\x72\xa7\xbf\xa1\x93\xf8\xdc\x98\xd5\x1b\x6e\xd1\x8f\x19\x1f\x43\x95\x85\x3c\x36\x31\xe8\x06\x0e\x0e\xe0\x68\xe7\x5e\x8a\x79\x28\x2c\xef\xcb\x89\x5a\x71\xd8\xfe\x68\x6d\xea\xd6\x86\x77\x23\x30\xc3\xf5\xaf\x96\xd2\xbb\xe2\x67\x36\xe1\x0b\x1e\xc3\x90\xcb\xe3\x70\x3f\x86\x1d\xba\xdf\x8a\x96\xdd\x2f\xae\x4a\x15\xfc\x28\x88\x12\xcb\x11\x56\x4a\x33\xa4\x7d\xe6\x94\xdd\x62\x79\xbf\x43\x4e\x59\xec\xdd\xd9\x90\x53\x16\xf5\xf5\xca\x39\x56\x94\x53\x16\x0f\xfc\xc9\x39\x56\x43\xe2\xfe\xe2\xd2\x07\x9a\x1e\xd5\x43\x2a\xc1\x16\x4b\xf7\xa5\xa6\x15\xac\xe3\xc5\xaf\x66\x84\xa5\xeb\xe0\x4b\x3c\xb9\xf1\xe5\x76\x38\xa2\xeb\xd6\xe8\x8b\x2b\xa7\x51\x92\x59\x36\xcc\xed\x8d\x94\xd5\x28\x8b\x5d\xfb\x1e\xd5\xd3\xd8\xdf\x83\xdd\x38\xd4\xd9\x3b\xd4\xd9\x3b\xd4\xd9\x7b\xf2\x3a\x7b\xcd\x74\xd6\xc6\x0a\x6b\x53\x6d\xb5\x99\xaa\x5a\xaf\xa7\x3e\x81\xcf\xb9\xb9\x32\x59\xca\x47\x8f\xd5\xc8\x6d\xf3\xd1\xa3\xee\xdf\x84\x73\x3a\x1a\xf1\x73\xe4\xa3\xff\x46\x35\xcb\x83\x5a\xf9\x24\xeb\xf6\xa5\xea\x94\xaf\x5c\xa1\x3c\x64\xd2\x1f\x50\x0c\x0f\xa1\x26\x7b\x5c\x9c\x43\xa8\xc9\x21\xd4\xe4\x8b\x0d\x35\xa9\x57\x4f\x68\xba\x73\x96\x64\x4b\xdc\x72\x6f\x65\x10\xbf\x82\x28\xa5\xc5\xfe\x06\x48\xe6\x55\xda\x42\x21\x4b\x47\xc8\xc3\xdb\x6b\x0e\x83\xf4\x4d\xa8\x0c\x95\xab\xf9\x1c\xaa\xc3\x01\x04\x7b\xaf\x20\xd8\xaf\x6e\xda\x07\xa9\xf2\x20\x55\x1e\x04\xa7\x86\x13\x3e\x08\x4e\xaf\x57\x70\x7a\x29\x6d\xe8\x4b\xc2\x43\xd2\x22\x56\x94\x95\xb4\x36\x4e\xd9\x60\x1a\x81\x33\x23\x5f\x64\x1c\xa7\x9b\x22\x8e\x7e\x0d\xc4\xb7\x35\x72\x5f\xd0\xae\x28\xe2\x94\x4b\xe2\xdf\x3a\xd9\xce\x34\xa0\x7b\x7c\x0b\xa2\x9d\x1e\xa7\x19\x71\x83\xe8\xc8\xb0\xc3\x77\xff\xde\x60\xe0\xd7\xf6\x4e\x06\x4e\x33\xc6\xa9\x03\x0d\x30\xe2\xd9\x1c\x2f\xd1\x0c\x3f\x10\x34\xc1\x34\x33\xf6\x39\x9a\xe2\xf2\xfa\x96\xe6\xb6\x6e\x40\xff\xd9\x6e\x40\x38\x1e\x4e\x91\xd1\xa8\xef\x0b\x23\x55\x25\x38\x73\xee\x3e\x78\x67\x86\x25\xc2\x99\x20\x38\x5d\xa2\x31\x21\x2c\xc8\x64\x6b\x3a\xe6\xbd\x08\xc6\x2f\x1e\x9e\x19\xd2\xcd\x8b\x46\x79\x03\xd7\xa8\xad\x16\xbd\x77\xc5\xb2\xcc\x49\x76\xd0\x21\x77\x51\x1c\xe5\xf7\x6f\x85\xb9\x3c\x87\x9a\xf8\x05\x7b\x91\x0e\x9e\xa2\xdf\x66\x4d\xc6\x57\xa3\x7d\x1c\x54\xf4\x43\x92\xf1\xc1\xf3\x73\x30\x60\x1c\x0c\x18\x7b\x5f\xc6\xd7\x64\xc0\x78\x41\x19\xdd\xe4\x36\x3d\x49\xb1\x92\xd7\x22\xad\x1f\x84\xf5\x83\xb0\x7e\x10\xd6\xbf\x58\x61\xfd\x75\xac\xf0\x41\x52\x3f\x48\xea\x07\x49\xfd\x20\xa9\x1f\x24\xf5\xbd\x2f\xe3\x41\x52\x2f\x49\xea\xf0\x2f\x87\x16\xd0\x56\x6c\x6f\x2c\xae\x6f\x07\x0d\xd0\xcc\x4d\x67\xb1\x01\xde\x8a\x64\x7e\x90\xca\x0f\x52\xf9\xeb\x96\xca\x5f\xcd\x84\xbe\xbc\x84\xe0\x43\x4a\xed\x21\xa5\xf6\x90\x52\xfb\x12\x29\xb5\x8e\x97\xac\x93\x70\xd6\xd5\xd2\xf9\xc9\x32\x97\xaf\x29\x4b\xb2\x1c\x44\x55\xfd\xf3\xfb\x9c\x66\x29\x02\x15\x49\x6b\xba\x94\xb3\x6f\x80\x9e\x80\x14\x60\x9c\xae\xfa\xc3\x7a\x09\xe6\xa7\x15\x56\xf7\x6a\x85\x98\x62\xb4\xdb\xc2\xb0\xed\x6b\x4f\x7d\x09\xdc\x2d\x2a\xee\x45\xbf\xb9\x86\x5e\x51\x1d\xbe\x8e\x13\x4b\x34\x47\x72\xe3\x7b\xe2\x8a\x7c\x95\x7d\xb6\xaa\xcf\xf7\xb3\xfd\xe8\x6d\x95\x32\x58\x1d\xf5\xa1\x2a\x1f\x0a\x76\xed\x50\x95\xef\x09\xe7\xed\xce\xd9\x86\x99\x3b\x1a\x35\xb6\xf0\x37\x3a\xed\x17\x0f\x76\xac\x3f\xe9\x2f\x1a\xfa\x58\x79\x91\xad\xe4\xd6\x1d\xff\xb3\xf2\x9e\x7a\x81\x62\x84\xad\x2f\xa7\xbd\x94\x25\xdc\xe5\x7a\xfa\x48\xd4\x97\x72\x37\x1d\x4a\x13\x1e\xca\xeb\xec\x69\xba\x5b\xdd\x3d\x6f\x76\xb6\x87\x42\x8c\x87\x42\x8c\x87\x42\x8c\xd1\x11\x3c\x14\x62\x3c\x14\x62\x44\xe8\x59\x0a\x31\xb6\x96\x19\xf7\x50\x92\x71\x17\x89\xd1\x74\xff\xa5\x08\x8d\x87\xb2\x8c\x07\xb9\x71\x7f\xd3\xfd\x6d\xc9\x8d\xaf\xd0\x6a\xf1\x2a\xea\x4f\x7a\xab\xc5\x8b\x43\x01\x79\xd6\xde\x18\x0e\x28\x8c\x35\xf1\x5f\xef\x15\x15\xc8\x6d\xda\x01\x19\xc8\xfe\xdf\x01\x19\xe8\x80\x0c\x54\x33\xeb\x43\x30\xf3\x01\x19\x08\x1d\xc2\x75\x0f\xe1\xba\xaf\x39\x5c\xb7\xc1\x36\x1e\x90\x81\x1a\x8a\x8c\x4f\x84\x0e\xe4\x64\xae\x9d\x10\x82\x2a\xc4\xc1\xcd\x28\x41\x3f\xaf\x6a\x44\xaf\x56\xd4\x73\x63\x3d\xa0\x05\x1d\xd0\x82\x76\xa5\x9d\x57\xa1\x80\x3e\x23\x6a\x50\x15\x87\x69\x93\x8b\x5c\xc1\x5c\x76\x55\x30\xdf\x06\x82\x90\x1b\xed\x21\x31\xf9\x90\x02\xf1\xfa\x53\x20\x5e\x5d\x62\xf2\xab\xd1\x54\x0e\xea\xfc\x21\x37\xf9\x90\x9b\x7c\x30\x76\x1c\x8c\x1d\x7b\x5f\xc6\xd7\x64\xec\x78\x61\xb9\xfd\x09\x91\x84\x5e\xa3\x04\x7f\x10\xe0\xcd\x7b\x07\x01\xfe\x20\xc0\x7f\xa1\x02\xfc\xeb\x58\xe1\x83\xf4\x7e\x90\xde\x0f\xd2\xfb\x41\x7a\x3f\x48\xef\x7b\x5f\xc6\x83\xf4\xfe\x6c\xe8\x42\x55\x22\x7c\x6b\x84\xa1\x96\x6e\xbe\x20\x81\xec\x2d\x49\xeb\x07\x49\xfd\x20\xa9\xbf\x6e\x49\xfd\xd5\x4c\xe8\x80\x36\x74\x40\x1b\x3a\xa0\x0d\x1d\xd0\x86\xb6\x92\x91\xfe\xcd\x1e\xcb\x77\xc1\x4d\xec\xaf\xec\x77\xef\x33\x3e\xbe\x5d\x2e\x88\xfe\xef\x19\x9d\x13\x26\x41\xa2\xa5\x6a\x19\xca\x44\x35\x2b\xbf\xba\xe6\xef\x6e\x06\x17\x1f\xcf\xc3\x34\xb4\x77\x9f\xee\xce\x6f\x07\x57\xbd\x6b\xbf\x2e\x7e\x56\xe1\x5a\xd8\xef\x22\xb1\xee\x94\xcf\x17\x58\x50\xc9\x59\xff\xb3\x3e\x9d\x7a\x68\x97\x20\xfb\x70\xb1\xdd\xe8\xfa\x7f\x09\x47\x76\x11\xff\xf9\xf1\x36\xfe\x2b\x9a\xc5\xf9\x6d\xfc\x57\x7f\xed\x6c\x82\x86\xcb\xfc\xec\x08\x7d\xbc\x3d\x41\x1f\x21\x48\x45\xa0\xdb\x19\x36\x2c\xe9\xfc\xf6\x04\x9d\x13\x29\xe1\x97\xe2\x63\x45\x55\x06\x73\x7b\x4f\x19\x16\x4b\xe4\xa6\x6f\x72\x51\x31\x58\x7f\xdd\xd2\x94\x17\x8f\xfd\x2d\x67\xa0\xd0\x14\xab\x77\xce\xa7\x34\xc1\xd9\x6e\x8b\xd8\xbb\x08\x0f\xd2\xbb\xcb\xeb\xb5\x4b\x11\xbe\xbd\xba\x16\xbd\x8b\x33\xc8\x8c\x75\x43\xad\x98\xf9\x05\x91\x5a\x63\x4a\x38\x4b\xad\x45\x5c\xf3\xb3\x65\x20\xa6\xfc\x8d\x43\xae\x6c\x2e\xb5\xf0\xdc\xbb\x38\x43\xc7\xe8\xf2\x7a\xc8\x2e\xb5\x56\xa5\xf9\x2c\xd1\xf7\xbb\xe1\xba\x54\x22\xc6\x15\xa2\xf3\x05\x17\x0a\x33\xa5\x45\x1b\x60\x6c\x76\x45\x8c\x92\x76\xca\xe7\xf3\x5c\x61\x45\x1f\xc8\xca\xa2\x32\xa3\x24\xde\x10\x35\x48\xc1\xe0\x5c\xb1\x86\x86\xf3\x15\x73\x59\x08\xdd\xbe\xe6\xba\xb1\x66\x41\xd3\x15\xe1\xdc\x35\x81\x85\xc0\x31\x7f\x7c\x47\x15\x99\x97\xdf\x6f\x18\x30\xf9\xaf\x4a\xb5\x49\x5f\x09\xe7\x1c\x6b\x15\xd4\xa4\x47\x9e\x53\x45\x04\xce\x3e\xe1\xc5\x07\x67\xc3\xda\x82\x3e\xfe\xef\x4d\x94\xa8\xfa\xee\x97\xde\xa7\x30\xd5\xf5\xdd\xd5\xf5\xe5\xed\xe5\x5a\x9a\x89\x5a\x58\x25\x1a\xfd\xf8\x04\xfe\x17\x1d\x23\xdd\xba\xbf\xb9\xe6\x44\x61\x7d\xa3\xa3\xaf\x4d\x4a\x97\x4f\xc1\xa0\x2c\x03\x1a\x59\x08\x3a\xa7\x7a\x5f\xad\x16\xff\x8d\xb9\x1c\xfd\xed\xef\xa9\xc4\x7c\x60\x92\x36\x41\xee\x50\x98\xa5\x58\xa4\xe8\x6f\xb2\x9c\xcf\x0c\xc6\x23\xf3\x03\x49\xd1\x11\x9a\x29\xb5\x90\x27\xc7\xc7\x8f\x8f\x8f\x5d\xfd\x76\x97\x8b\xe9\xb1\xfe\xc7\x11\x61\xdd\x99\x9a\x67\x26\x7f\x5b\xaf\xc2\x09\xba\x12\x5c\x71\x10\x20\x90\x24\x82\xe2\x0c\x52\x49\xc7\xe6\xb4\xf3\x09\xfa\x35\xe1\x82\x74\x8b\x8d\xb1\x8a\xa5\x11\x4a\x9c\xf2\x79\xac\x5f\xaa\x38\x3a\xe5\xfd\x44\x29\x49\x68\x6a\x25\x29\xc2\x12\x0e\xd6\x07\x63\xaf\xd4\xed\xb9\x3c\x38\x62\x9d\x45\x7e\x39\x03\x61\x03\xa7\x04\xe1\x07\x4c\x33\x83\x12\xc0\x8d\x21\xd2\xac\xb3\x49\x6e\x19\x18\xb1\x33\xd7\x22\x36\x44\x27\x82\x22\xe9\x5e\x5d\xe8\x09\x27\x3c\x43\xe3\x7c\x32\x21\x22\xf4\x55\x75\xb4\x34\x42\x25\x12\x24\xe1\xf3\x39\x61\xc6\x54\xa9\x1b\x82\x2f\x61\xc5\xec\x68\xbb\x43\x06\xfb\xaf\xc5\x14\xa0\x80\x94\xc3\xc1\x66\x44\xab\x2b\x6c\x69\xba\x19\xe7\x93\xc8\x17\x06\xb8\x08\x38\x45\x54\x0d\x59\x2f\xd3\x8a\xed\x9c\x2b\x12\x86\x59\x82\xe1\x3c\x5a\x70\x60\x08\x82\x2c\x32\x9c\xb8\x24\xde\x8c\x27\x38\x43\x13\x9a\x11\xb9\x94\x8a\xcc\xc3\x06\xbe\x06\x5d\x4b\xaf\x19\x95\x28\xe5\x8f\x2c\xe3\xd8\xce\xa3\xfc\xd9\x37\x31\x6f\xe9\xbb\x6c\xf9\xbe\x10\x5c\xc0\xff\xfc\x48\x59\xba\xdd\x19\xbc\xbb\xf8\xf1\xe2\xf2\xe7\xe8\x18\xde\xdd\xf4\xaf\xc3\xbf\x6f\x7e\xb9\xb9\xed\x7f\x5a\x7b\x0e\xcb\xad\x14\x94\x05\xc3\x03\x19\xfc\x04\xdd\x98\x45\xe0\x02\x69\xad\xaa\x66\x52\x9f\x2c\x29\x15\x3f\xf0\x94\x6c\x37\xb7\x4f\xbd\x8b\xbb\x5e\xc4\x51\x6e\x4e\x7f\xe8\x9f\xdd\x9d\x47\x02\x9e\x9b\x5f\xf0\xcb\x75\xdf\x88\x6f\xe1\x6f\xa7\x3f\x0c\xce\xcf\x46\x15\x02\xdf\xbb\xeb\xfe\xe9\xe5\x4f\xfd\xeb\x42\x36\xab\x5c\xa2\xd2\x60\xca\xcc\xea\xd6\x30\xa5\x19\x4f\xd1\x78\x19\xe6\x99\x16\xd8\x08\x8f\x58\xa2\x0c\xfc\x31\x05\x46\x87\x69\xf5\x04\x78\x93\x03\x8b\x28\xbe\xd0\x02\x7f\xc7\xbe\x03\xd0\x0e\x46\x39\xc2\x2a\xc6\x8a\x08\x1b\xd6\xbd\x63\x16\x28\x1a\x06\xe4\xc1\x2f\x9c\x56\x85\xa4\x7e\x31\xd7\x87\x5a\xd0\xe9\x14\x14\xff\xd2\x50\x4d\x6b\xf6\x53\x58\x5e\xf8\xce\xec\xff\x42\x70\x38\xe7\xba\x5b\x6b\x31\xf2\x5a\x85\xf9\xd0\x20\x53\x46\x2d\x0a\x0c\x0a\x43\xc5\xd0\xdc\x66\xe9\x45\xa8\x5d\x2f\x73\x1e\x8b\xc0\x68\x60\x5b\xd2\xd8\x2b\x16\x82\x3c\x50\x9e\x07\x9f\x5a\xc4\x92\x68\xc7\x2b\x9b\x2f\x16\x00\x96\xcd\x28\x35\xa5\x66\x3c\x79\x54\xb6\xa0\x59\xd8\x03\xb4\x30\x11\x7c\x5e\xd1\x46\x7c\x4c\x06\x97\x37\x4a\x60\x45\xa6\xcb\x33\xcb\x32\xb6\x3f\x1e\x67\x97\x3f\x5f\x9c\x5f\xf6\xce\x46\xfd\xde\xc7\xf8\xc4\xfb\x27\x37\xb7\xd7\xfd\xde\xa7\xf8\xd1\xe8\xe2\xf2\x76\xe4\xde\x58\x4b\xf2\x35\x1d\xac\xde\xd3\xf1\x8b\x27\x48\xb3\x5c\x60\x8d\x0e\x02\x2e\xe0\x8f\x63\x32\xe1\xc2\xf0\xf9\xb9\x73\x5f\xc2\x8d\x82\xfc\xda\x92\xd4\x28\xef\xf1\x2c\x4e\x40\xb3\xad\x6a\xd2\x58\xad\x94\x20\x78\x0e\xf7\x04\x66\xa8\xcf\xd2\xa3\xcb\xc9\xd1\x8d\xf9\x71\x8e\xc5\x3d\x11\xfe\xd3\x47\x41\x95\x22\x60\xfe\xa7\xd6\x33\x00\x9a\x37\x0c\x59\x5f\x64\x10\x5e\x5f\x74\xd0\x45\xd7\x9a\xef\xeb\xf7\xfd\xa5\xa6\x89\x3d\x25\x0a\xd3\x4c\xda\xc1\x46\xeb\x7a\x82\xce\xb1\x98\x16\x7a\xf4\xd7\x7c\x32\x31\x8d\x7d\x63\x86\xa1\xef\xb0\x68\x16\x15\xbc\x57\x93\x86\xbb\x17\xa1\x3f\xfb\xb2\x97\xfe\x56\xa9\xea\x6e\xb1\x1b\x4d\xdd\x5d\xc1\x8a\x5f\x5e\x8c\xfa\xff\x3d\x88\x34\x21\xfb\xa4\x82\xd6\x60\xe2\xe6\xf1\xfa\x4b\xa6\xba\xed\x55\x72\x8a\x5f\xac\x20\x27\x93\x85\xa3\x77\x7e\xa2\x75\xab\x0a\x5a\x22\x9f\xa9\x32\x1b\x13\x8e\xbb\x44\x42\x45\x33\x60\x1e\xc1\x8b\x05\xc1\x42\x56\xed\x76\x2c\x06\xd6\xec\xbd\xe9\x29\xec\xc3\x6e\xb2\xeb\xa7\x83\x38\xcb\x96\xa1\x10\x51\xa2\xc8\x06\x34\x60\xda\x5a\xa1\x80\x2b\x80\xff\xb9\xb4\x50\x3b\x9f\xa8\xd4\x2a\x92\xf9\xf1\xbd\xc5\x00\xda\x8e\x20\x3e\xf4\x06\xe7\x25\xe1\x62\x74\xd6\xff\xd0\xbb\x3b\x5f\xaf\xe6\x47\xdf\x95\xb7\x18\x1d\x21\xfd\x3c\xf6\x9d\xd1\x89\xb9\x33\x1c\x92\x91\x51\xe0\x08\xd3\xe2\xa7\x4b\x9a\x31\xf6\xa6\x94\x2c\x32\xbe\x9c\x13\x06\xe6\xfb\xe8\x26\xd4\xeb\x39\xc1\xd4\x5e\x2d\xc1\x60\x4f\xb4\xcc\x62\x2d\x8b\x70\x8d\x1d\x39\xf8\x24\x92\xfa\x9b\x37\x46\x4f\x2a\xb1\xee\x2b\x63\xfd\xb6\xff\xb9\x51\x58\x6d\x79\xc6\x7a\xa7\xb7\x83\x9f\x22\x9b\x43\xef\xfa\xf4\x87\xc1\x4f\x55\x52\xcd\xe8\x63\xff\xa2\x7f\xdd\xbb\xdd\x20\x9c\x94\x9a\xac\x12\x4e\xa4\x1e\x70\xd9\xfb\x41\xa5\x8f\x0a\xd0\x67\x47\xf0\x0c\x51\x25\xd1\x03\x95\x74\x4c\x01\xb1\xca\x7a\x12\xee\x06\xc0\x59\x21\x4d\x8a\xaa\xa5\x13\x5f\x4c\xbf\xf1\x3e\x6a\x4e\x6a\xdb\x37\x4a\x76\xe8\x5f\x48\xb4\x4a\x66\x36\xc7\x4d\xfa\x04\xf5\x44\x32\xa3\x0f\xa0\xb4\x05\x9f\x31\x2d\x48\xb3\x29\x11\x66\x38\x60\x3d\x0d\xc7\x12\x3c\xd7\xa3\x0a\x85\x95\x62\xd5\xbc\xd0\x3a\x25\x4c\x2b\xfe\x61\x27\x46\x90\x12\x84\x7d\xa5\x65\xae\x45\x46\x13\xaa\xb2\x25\x4a\xc0\x62\x93\x6a\x31\x77\x8e\x19\x9e\x5a\xe1\x00\xd4\x9c\x12\x49\xfc\xc5\xc0\x7a\x5d\x4e\xac\x69\xee\x96\x92\x2d\x8f\xd9\xdd\xc5\x59\xff\xc3\xe0\x22\x26\x81\x1f\x06\x1f\x23\x11\xf6\x53\xff\x6c\x70\x17\xdd\xe6\x5a\x92\x5d\x2f\xd7\x97\x9b\xad\x38\x8a\xfe\xa5\x13\x74\x66\x3e\x3d\xd1\x8b\x5b\x81\x59\xe6\x95\xdf\xd2\x3a\x5c\xbb\xb0\x1c\xf7\x8f\x3e\x53\xa2\xd2\xae\xd8\xd4\x60\x62\x7d\x08\x91\xc5\xa4\xda\xd5\xb8\xd2\xf7\x45\xd9\x29\xb4\xea\x8a\xb5\x8e\x04\xdd\x49\xb7\xb0\xa3\x84\x3e\x48\x30\x1a\xd4\x99\x6c\x2a\xcc\xd2\x05\xc3\xfe\x09\x5c\x4c\xf3\x5c\x2a\xe3\x0a\x00\xe2\x44\xf7\x7f\x96\x7a\x41\xc1\x55\xd0\x45\x37\x84\x0c\x99\xb3\x1e\x4c\xa9\x9a\xe5\xe3\x6e\xc2\xe7\xc7\x05\x60\xde\x31\x5e\xd0\x39\xd6\x92\x34\x11\xcb\xe3\x71\xc6\xc7\xc7\x73\x2c\x15\x11\xc7\x8b\xfb\x29\x78\xc1\x9d\x3b\xe4\xd8\x37\x3b\xe5\xbf\x3b\xff\xe3\xb7\x47\xe7\x7f\xfe\xf6\xdd\xaa\x3d\xa8\x6e\xff\xfb\x2c\xc1\x0b\x99\x67\x36\x6a\x46\x84\x6b\xe3\x8e\x7c\x4e\x36\xed\xf7\x45\xbc\x5d\xbb\xe9\xaf\xa7\x57\x77\x91\x7d\x36\xfe\xf3\x53\xff\xd3\xe5\xf5\x2f\x11\xa7\xbc\xbd\xbc\xee\x7d\x8c\x18\x6a\xff\xea\x87\xfe\xa7\xfe\x75\xef\x7c\xe4\x1e\xb6\xd2\x7e\x4b\x6b\xf4\x23\xe3\x8f\x2c\x5e\x1a\xe9\x38\xe0\x4a\x4f\x27\xe8\x03\x17\xe8\x47\xbf\x93\x47\x63\x2c\xe1\x8a\x71\x77\x96\xec\xa0\x05\x4f\x81\xf1\x22\xb2\x98\x91\x39\x11\x38\xb3\x36\x03\xa9\xb8\xc0\x53\x73\xd3\xcb\x44\x60\x95\xcc\x90\x5c\xe0\x84\x74\x50\x02\xd4\x30\xed\xc0\xa6\x80\xaa\xc5\xa7\xb2\xbc\x2f\x39\x53\x74\x4e\x9c\x0a\x6e\xff\xbc\x35\x9b\xb1\xc5\xe6\x5c\xde\xfe\x10\x0b\x7b\x1f\xce\x7f\xb9\xed\x8f\x6e\xce\x7e\x5c\xbb\x9e\xe6\xb3\x68\x64\x37\x10\x40\x70\xca\xb3\x7c\xce\xc2\x7f\x6f\x3f\xb6\xc1\xc5\x6d\xff\x63\x79\x74\x97\xbd\xdb\x98\x32\xae\xe3\x20\x97\x77\xef\x2f\x2f\xcf\xfb\x91\x4b\xe7\xdd\x59\xef\xb6\x7f\x3b\xf8\x14\xd1\xcf\xd9\xdd\xb5\x81\xe1\x5b\x37\x4d\x37\x82\x8a\x89\xea\x69\x85\xd3\xdc\x37\x2b\x6c\xc4\x89\x7a\x36\xa8\xd4\x9c\xe5\xa3\x00\xa8\xc5\x84\x73\x80\x55\xe7\xc8\x9b\x54\x13\x33\xd2\x4a\x76\xa8\xe2\x6d\x42\xf5\xec\x78\xed\x46\xaf\xe3\xca\xb7\x7e\x08\x06\x9b\xd2\x28\xdb\x38\xcb\xf8\xa3\x09\xe7\x9b\x53\x7d\x2b\x5b\xd8\x2e\xfd\x8a\x44\x49\x2e\x04\x61\x2a\x5b\x76\x2b\x38\x5e\xbc\x2d\x24\x11\x44\x7d\xe2\x39\x53\xdb\x93\x5c\xef\x22\xe2\x3b\xfd\x8b\x9f\x46\x3f\xf5\x62\x0a\x1c\x9c\xaf\x67\x35\x61\x13\x15\x57\x71\xef\xe2\x17\x7f\x09\x43\xd0\x67\xc7\x6b\xa8\x46\x76\x4d\x32\xaa\xc5\xde\x04\x6b\xed\x35\x03\x89\x06\x11\x0a\x26\x87\xb9\x9e\x1c\x04\x99\x2d\x8c\xf7\xc4\xf0\x27\x33\xc8\x13\xf7\x8f\x52\x7b\x12\xd6\x05\xac\xa9\x2e\xa6\x16\xda\xb1\x5a\x35\x43\x84\x3d\x50\xc1\x01\x60\x15\x3d\x60\x41\xb5\x34\x6e\x5a\xd6\x73\x3d\x81\xff\x6d\xd7\x26\x18\x46\x4b\x8c\xeb\x86\x0b\x75\xe6\x83\xf9\xb6\xb3\x86\x54\x05\xb5\xad\x86\xb3\x55\x1b\x3a\x56\xbf\xad\xd8\x9c\x1d\x83\xfe\xa2\x09\xdf\x62\x79\xbf\x62\x32\x1d\x30\xa9\x30\x4b\xc8\x69\x86\xa5\xdc\x76\x15\x8c\x6a\xd6\x89\x19\xe5\xf5\xf5\xdd\xd5\xed\xe0\xfd\x06\xe2\x2c\x7f\xbc\x1a\x46\x99\x64\xb9\xf3\x2a\x8c\x05\xc7\x29\xd2\xbb\x3e\xe5\xc6\x83\x61\xe5\x95\x02\x42\xd7\x84\x24\xfb\x38\x8e\x08\xbe\xb7\x88\xa4\xb4\xea\x59\x68\x01\xa5\x76\x21\x50\xa2\x57\x02\x05\x9a\x9a\x63\x56\xe0\x10\x31\x95\x05\xac\x52\xbe\xc8\xb0\x9a\x70\x31\x37\xc4\x19\x4d\xda\x34\xbe\xbe\x51\xca\x14\x11\x22\x5f\x28\xea\x30\x91\xcb\x97\x2b\x94\xb4\xe6\xd3\x4f\x44\x4a\x3c\x25\xbb\xf8\xcd\xaa\x64\x9e\x9b\x9f\xc2\x3f\xc1\x2f\xd6\x44\x64\x89\x46\xe8\x02\xee\x1c\x3d\x5d\xb2\x0f\x98\x66\xb9\x20\x57\x3c\xa3\xc9\x96\x7e\x7e\xad\xa8\x8f\x06\x9f\xb4\xee\xd1\xbb\xed\x9f\x47\x1c\x10\x9e\xf5\x3e\xdc\xf6\xaf\x2d\xe8\x6c\xef\xfd\x79\x7f\x74\x71\x79\xd6\xbf\x19\x9d\x5e\x7e\xba\x3a\xef\x6f\x70\x9f\xd7\x36\xbe\x6a\x14\x2a\xbf\x7a\xb2\xf2\x0b\xec\xb0\xc8\x8d\x6a\xe7\xd4\x7c\x08\x78\xc7\x34\x03\xdf\x1d\x37\x3e\x3c\x8c\x18\x4f\x0d\xf4\x87\x74\x4a\xa5\x47\x83\x45\x03\xf5\x55\x96\x21\x9c\x2b\x3e\xc7\x60\x6c\xce\x96\x43\x86\xc7\x5c\x28\x50\x6d\xfd\x9d\x83\x44\xce\x98\x3e\xdf\xba\x31\x03\x75\x9c\x64\x04\x33\x94\x2f\x82\x3c\x05\x6b\xee\x9c\x50\x06\x01\x3e\x73\x2c\xee\x5d\xdd\x26\x1f\xfd\xe9\x0f\x85\x44\x58\x0e\x99\x81\x24\xb1\x4c\xb6\xc1\x0a\x9f\x34\x7a\xab\x76\x75\xe6\xf8\x9e\xe8\x55\x99\xe7\xc9\x4c\x2b\xc7\x53\x41\xa4\xb4\x26\xb1\x04\x33\xe3\x37\xb5\xaf\x3f\xd2\x2c\x1b\x32\xc6\xf5\x52\x38\xcb\x5b\x4a\x16\x84\xa5\x84\x25\xd4\x64\x24\x80\xcb\xd1\x5b\x64\xa6\x02\x2f\x66\x48\x72\xf0\xd5\xc1\xb2\x83\xda\x6d\x3e\x72\xd1\x46\x16\x84\x05\x1e\x87\x86\x33\x91\x6b\x3e\x71\x09\xd7\x9b\x59\x65\xf8\xd8\x59\xcd\x9c\xb5\xd8\x98\x2f\xe6\x8b\x8c\x28\x03\x7a\x0d\x4b\x0e\x9b\xa1\xd7\x3a\xda\x0f\xbd\x4d\x55\x9b\x30\x64\xc5\x98\xb1\xb4\x23\xea\x56\x18\xe4\xec\x91\x42\x3f\x60\x96\x66\xba\x15\x67\x7a\x8d\xcf\x22\x44\xc0\xf6\x34\xd5\xb8\xd3\xb8\x8b\x0c\x98\xe0\x5c\xb6\x12\x02\xd7\xa7\x91\x18\x63\xc6\x51\xe1\xcb\x06\xf2\xb6\x39\x24\xb0\xba\x0b\xcd\x22\x71\xc6\xed\x2a\x99\xd7\x73\x53\xc8\x05\xc1\x68\x6a\x14\xe7\x85\xa0\x2c\xa1\x0b\x9c\x6d\x25\xb2\x96\x62\x00\x6d\x68\xdd\xd7\x74\xa2\xc9\xe7\x9b\x15\x6f\x93\x22\x62\x0e\xb9\x55\x76\x98\x7e\x0b\x5b\x28\xc0\x36\x98\x92\xc8\xc2\x09\x8e\x05\xcf\x8d\x1b\x01\xd6\x85\xa4\x15\x47\xb5\x5b\xb5\xdd\xfa\x64\xe0\x38\xee\x6a\x8b\xcd\x36\x01\x0b\x75\xeb\x57\x6a\xc5\xf6\x6e\x22\x66\x70\x76\x55\xdd\x66\xd5\x0e\x04\x0f\xff\xb5\x8e\x76\x3e\xe1\x85\xa6\x19\x0b\xc5\x8d\x8b\x39\x5a\xd9\xce\x96\xf7\x71\x6e\xff\xc0\xe5\xe7\xc3\x51\x9b\xef\x46\xb1\x84\x36\x6e\x63\xb5\x93\xc8\xf5\x19\xa4\xc7\x59\x1a\x9f\xe4\x4a\x1f\x4f\x0c\xce\x53\xf4\x35\xe9\x4e\xbb\xc8\x81\xa6\x77\x50\xef\xea\xaa\x7f\x71\xd6\x41\x44\x25\xdf\xb8\xc0\x22\x1b\x67\x31\x64\x8a\x5b\x69\x65\x89\x66\xfc\x11\x78\x23\x11\x53\x12\xcd\xd9\x05\x65\x00\x68\xd3\x94\x4a\x25\x6c\x68\x08\x4b\xc3\x92\x01\x74\x5e\x16\x71\x0d\x85\xe4\x6a\xb6\x0b\x69\x60\x29\xf3\xb9\x16\xc1\x47\x14\xcf\x47\x82\x67\xbb\x30\x85\x33\x98\x0a\x48\xf9\x3e\xb3\x90\xe2\x39\xd2\xcd\x5a\x0f\xb6\xf7\x94\x78\x91\x4e\x0b\x46\x9a\x2f\xeb\x7b\x33\xb8\xb7\x9c\xd1\xd4\x86\xd1\x50\xe7\xb9\x85\xcc\xc3\x1a\x56\x51\x58\xbb\x46\xd6\xc0\x38\xc2\x49\xa2\x35\x85\x3d\x4f\x2a\xa8\x43\xe1\x2c\x99\xb6\xa3\x27\x9b\xe6\x26\x3a\x77\xc3\x5c\x68\x0e\x06\x11\x7b\xab\x10\xf2\x15\xfd\x8e\x97\x2b\xbd\xba\x4a\x11\x77\xd2\x6b\x82\xe6\x12\x96\x04\x76\x52\x9a\x4a\x13\x6a\x46\x2c\xe2\x59\xd8\xa5\x8b\xc3\xd5\x0d\x2f\x79\x2e\xaa\x18\xdd\x90\x9d\x91\x85\x20\x5a\xd2\x2f\xdb\x7d\x3d\x4d\x5f\xc7\x94\x78\xa0\xeb\x03\x5d\xbf\x79\xba\x3e\x35\xd5\x61\x9c\x89\x3b\xa8\xbe\xb0\x0b\xa1\x57\xb5\xb2\xae\x25\xf4\xe4\xf7\xfb\xa9\xb9\xd8\xab\x8a\x5a\xc4\x54\xe4\xee\x60\xca\x56\xca\xf9\x98\x8d\x84\xda\xb4\x70\xe1\xfe\x3d\xe7\x0a\xcb\x6f\xba\x43\xa6\xa5\x87\x7b\xb2\x34\xe6\x11\x7d\x3f\xff\x5e\x0b\xa1\x47\x92\x30\x09\xe1\x99\xbf\x37\xe6\x74\xbd\xb7\xce\xbc\x64\x74\x32\x53\x45\x28\xae\xb7\x01\x21\x75\xb6\x51\x2b\x1e\x14\x01\x8b\x45\x91\x0e\xf7\xcc\x0c\x7f\x4a\x14\xa4\x34\x29\xaa\x40\x59\x48\x4d\x99\xa2\x95\xa1\x6f\xb4\x21\x1a\xaa\x10\x1c\xec\x9a\x69\xbe\x1b\xc7\x93\xab\x6d\x6c\x64\x09\x5e\x4c\xbe\xb1\x31\xaa\xc7\xce\x60\x92\x08\xbe\x52\xfb\x07\x4b\x64\x76\x7a\x6c\xce\x81\xf3\x37\x11\xd6\x7d\xa4\xf7\x74\x41\x52\x8a\x21\x62\x55\xff\x75\xac\xe7\xf5\xbb\xd3\xeb\xcb\x8b\x51\x11\x67\xfe\x5f\x43\xd6\xcb\x24\x47\x5a\xf0\xe7\x42\x49\xc4\x38\xf3\xe1\xb1\x0b\x41\x9c\x2c\x64\xe7\xa2\x57\x35\x30\x05\x0f\x59\xdd\x08\x52\x9e\xc8\x2e\x7e\x94\x5d\x3c\xc7\xff\xe0\x0c\x5c\x5f\x3d\xf8\xe7\x69\xc6\xf3\xf4\x67\xac\x92\xd9\x31\x78\xa4\xd4\x31\x79\x20\x4c\x19\xb3\xb2\x5e\xae\x14\x92\x65\x24\x44\xd7\xfe\x4e\x8f\xb9\x08\x79\x97\x5a\x85\x4b\xc8\x42\xa1\xff\x57\x90\x31\xe7\xaa\x9a\x3b\xf3\xc9\x44\x92\x56\x9c\xb8\xd0\x4e\x6e\x2e\xd1\x9f\xff\xf4\xed\x77\x9a\x84\xb6\x59\xe3\xc1\xcd\xe5\x48\x7f\xff\xbb\x33\xfb\xbd\x6c\xc1\x59\x2f\x8d\x55\xd7\xba\x86\xcc\x6a\x98\x40\xd7\x9c\x01\xdb\x17\xa6\x20\x34\x47\xd8\x90\x43\xb1\x8f\x55\xdc\xed\xcc\xa4\x15\xee\x14\xd3\xbe\xc3\x75\xf6\x31\xe3\x63\x30\x88\xe4\x51\x41\x92\x35\x1e\xd9\xb6\x6e\x90\xf2\xc5\x44\xe5\x22\xc3\xcb\x95\x1e\x36\x2d\xfb\x85\xe6\x4e\x0b\x9c\x90\x22\x1f\xd2\x05\x4f\x24\x7c\x3e\x87\x80\x1e\x17\x42\x91\xd2\x09\x44\xf6\x28\x7d\xd9\xa1\x31\x51\x8f\x10\x47\xe6\x7e\xf5\x97\xb4\xb3\x44\x6a\x56\x06\xec\x72\xa8\x17\x39\xcd\xc1\xfa\x3d\x7c\xd7\x41\xc3\x77\x29\x79\x20\x19\x5f\xe8\xd3\xac\x7f\x20\x2a\xa9\xda\xc4\xfe\x1c\xd3\xec\x82\x2b\x1f\x9a\xb4\xcb\x7e\x0a\x92\xd0\x05\xd5\xa7\x6b\x44\x74\xbb\x4f\x9a\xb0\x50\x7d\xc0\x6e\x67\xc4\xe3\x36\xc0\x18\x10\x4e\x53\x4d\xc4\x50\x9d\xc5\x0d\xaf\xb0\x2d\xb3\x60\xea\x51\xd5\x81\xf6\x02\x8b\xd6\x2a\xa1\xc7\xb0\xcd\x38\xee\xab\x72\x07\xbc\xc5\x61\xaf\x27\xa9\xda\xb7\x96\x70\xe1\x41\x9e\x7d\xc7\x45\xa5\x8c\xb5\xf4\x6f\x0b\xff\x04\x19\x93\xd6\x54\x57\x6b\xda\x28\x1f\x40\xbd\x16\xcd\xc6\x19\xaf\xcc\x8d\xfe\x6e\xed\xd0\x64\x08\x59\x92\x84\xf5\xbb\x40\xad\xb6\xb1\xbe\xe5\xf0\x62\xb2\x71\xc4\x49\xc6\x65\x2e\x1a\x3a\x2e\xe3\x41\x9f\xda\x4f\xd7\x8d\xbb\x1f\x5a\x21\xf2\x4c\xc9\x56\x86\x8e\x8a\x85\x2f\xe5\xa6\x1a\x36\xa1\xac\xe4\x6c\xdf\xee\xa0\xa2\xf8\x3f\xce\x8a\x40\x68\x96\xa2\x42\x4a\x1c\xb2\xc2\x96\x25\xd1\x23\xc9\xc0\xfc\x9d\xf0\xf9\x02\x24\x20\x3b\x5c\xdb\x92\xbe\xc0\x15\x56\xa4\x83\x78\xae\x74\x63\x26\xc4\xc0\xdd\x71\x36\x7e\x21\xa8\x16\x0d\x32\xb9\xf5\xe5\x79\xac\x0c\x43\xeb\x86\x15\x52\x86\x3e\x12\x05\xad\x00\x16\x51\x38\x41\x53\x5d\x72\xed\x51\x3a\x5d\xd9\xb6\xd6\x27\xca\xce\xa4\xc5\xce\x17\x79\x20\xef\x33\x3e\x5e\xbb\xef\x97\xd0\x38\xba\xbb\x1e\x38\xe7\x41\x61\x57\x0d\xc0\x14\x36\x51\x27\x11\x22\x0a\xca\xdc\x70\xf0\xe3\xac\x91\xf5\x84\x09\x39\x1b\x94\x99\x0c\x1a\xc8\x73\x2a\x8f\xd3\x5a\xdc\x37\x8d\x11\xec\x9f\xa3\xb7\x63\x7d\x36\xe3\x9d\xaf\x5a\xdc\x37\x6d\x7f\x6c\xa9\x7f\xea\xc9\xc0\xd1\x50\x33\x42\x05\x6a\x34\x2d\x43\xce\xa3\xe6\x73\xd2\x04\x53\x50\xf4\xfa\x68\x38\xfc\x68\x0f\xbe\x89\xb1\x36\x92\x48\xa0\x93\x6f\xe4\xb2\x96\xad\x8c\x0c\x2b\xda\x7d\x80\x85\xbc\x6d\x78\x9b\xe7\x5b\x7a\xd5\x2c\x8c\x53\x54\xa1\xb5\x3b\x64\xa5\x41\x58\xff\x92\x44\x40\xfb\xf0\x0b\x65\x28\xba\x92\x3a\x68\x42\x3f\xdb\x46\x0b\xbf\xb3\x7b\x35\x30\x44\xd4\xf8\x39\x66\x78\xf5\x4c\xb4\xb8\xb6\xaf\xe0\xfb\xb5\x76\x77\x2e\x95\x96\x7a\xb4\xe4\x28\x88\x96\xef\x49\x8a\xa0\x5b\xef\x05\xdf\x78\x65\x2b\x2c\xf4\xa2\xe0\x56\xfa\x4e\x01\x6b\x96\x62\x45\x8e\x14\xdd\x18\x4f\xb9\x30\x5e\x12\xfd\x26\xc2\x2a\xc8\x2e\x2c\x38\xff\x98\x4c\x31\x73\x2e\xd3\x9a\xe1\xba\x2b\x67\x07\x56\xa3\x25\x48\x0c\xd1\x26\x20\xdf\xe8\x01\xc5\xe3\x90\x0b\x58\xcf\xb5\xe3\xb0\x56\xa9\xd7\xb0\x6c\x8f\xd8\x1b\xc9\x6a\x06\x9b\x2f\xd2\xd7\x34\xd8\x0c\x4b\x85\xec\x98\xea\x34\xb9\x40\xc2\xde\x43\x5a\xf4\xba\x82\x72\xa1\x6a\xd4\xd4\x1e\xa6\x49\x28\x56\x02\x88\x52\xd4\x56\x3b\xcb\x25\xb1\x49\x27\x73\x22\xa6\x4e\x10\x35\x95\x28\xfc\xd9\xb6\x25\x29\x1c\x97\x0f\x99\x09\x38\xcf\x57\x9b\xee\xa2\x1e\x5b\x49\xbf\x73\xf6\xd2\x68\xbd\xcc\x9d\x82\xb3\x47\xbc\x94\x68\x21\x4c\xa6\x8a\xf1\xa8\xbb\xc9\x83\x23\x2b\xfe\xc8\x5b\x6a\x94\x0b\x69\x80\x82\xd3\x0d\x8c\xd9\x41\x81\xc5\xe6\xdc\xae\xa1\x4e\x52\xf2\xf6\x56\xd5\x40\xf4\xaa\x5e\x25\xab\x5b\x11\xb2\x8b\xb4\xd5\x30\xac\xd9\x62\xe3\x80\xcc\x6b\xb5\x9e\x7e\xec\x29\xae\x13\x44\xc1\xca\x79\x8e\xc7\x24\xdb\xd9\xa1\xbb\x95\xc5\x09\xba\xb6\xa8\x45\x8a\xa3\x94\x18\x8f\x37\x54\x0f\x17\x65\xd6\xe6\xec\xb4\x22\xaf\xf2\x7f\xaf\x9b\x67\x54\x48\x65\x87\x89\x3a\x18\xae\x6d\xa6\x5a\x07\xce\x15\x5e\x21\x01\x88\x55\x95\xae\x1f\x5e\x25\x65\xf3\xd6\x76\x03\x09\xb0\xb4\x6a\xc6\xb1\x33\x98\xd6\xc6\xa9\x6c\x1d\xff\xdb\x10\xa4\x76\x30\x41\x8c\x33\x82\xa8\x2c\x5e\x56\x71\xc8\x8f\xcf\x9e\xd1\xe2\xae\x31\x24\xac\x96\x06\x7b\x6a\xab\x41\x11\xd7\xec\xf5\x5c\x17\x7a\xc9\x88\x56\xba\xb0\x58\x42\xf6\xbd\xe1\x69\xb1\x7c\xb4\x71\x9c\x7b\x17\x5e\x6f\x1d\xb8\x42\xe0\x8d\x52\x1c\x81\x48\x56\x1a\x1c\x32\x10\x05\xf6\x25\xfb\x91\xcd\x20\x19\x32\xaf\xa5\x03\x21\x52\x89\xe6\x78\xd1\x45\xb0\x6b\xaa\xf8\xca\x64\x44\x29\xbf\x85\x9d\xa2\x6e\x3f\x40\x5c\xd6\xac\xc0\x26\x33\x85\xbb\xca\x8a\x75\x8d\x33\xcf\x1d\x6a\xc6\x94\x3e\x10\x56\x59\xf2\xdc\x75\x9a\x2d\x8f\xb0\x94\x74\xaa\xaf\xa1\xc0\x08\xbb\x9e\x23\xd9\xb2\x60\xaf\xc0\xb6\xd6\x7c\xc9\xf4\xc6\xe7\x2b\xd6\x36\x93\xbf\x58\x98\x07\x82\x44\xb3\x90\x4a\x2d\xa4\x86\x29\x56\x8d\x25\xfa\x3d\xe3\xea\xf7\x01\xe8\x88\x53\xe4\x4d\xd5\x38\x6b\x4e\xe9\xac\xa0\xa1\xc1\xa1\xb5\x84\x83\x70\x90\xfc\xb6\x71\xe5\x77\x45\xba\x29\x9c\xbb\x4f\x2a\xd9\xf5\x57\x23\xbd\xea\xe0\x24\x0d\xcc\xf2\xde\xac\x17\xcf\x51\x0f\x15\x19\x32\x10\xc4\x25\x42\xce\xb9\x20\x25\xa8\x67\xc3\xcf\x7d\x28\xe4\x7c\xa1\x2a\xb3\x20\x56\x45\xa3\x0a\xe3\x9d\x41\xbd\x2d\x4e\x7a\x64\xb4\x93\xdd\x21\xbb\x21\xa4\x1e\x0a\xd5\xef\xc5\xaf\xd0\x10\x8c\xd5\xa6\x47\xaf\xa3\xb4\x7d\xc4\x45\xce\xe3\x44\xf7\x35\x54\xb3\x01\x9f\xa4\x5a\xc7\xdf\x26\x96\xb1\x4e\xc6\xf5\x06\xf7\xb0\xa6\x5f\x1d\x00\x47\x77\xc8\x3e\x70\x61\xaf\x60\x69\x01\xaf\xc6\x38\xb9\x3f\x22\x2c\x45\x38\x57\x33\x03\x84\x61\x6d\xe4\x4b\x4b\x0d\x5a\xd2\x00\xb2\xf1\x20\x09\x54\x26\x58\xd8\xcb\x63\x82\x1f\xb8\x1b\xc5\x90\x05\x8d\x00\xa4\x16\x60\x28\x02\x92\x7c\x9d\xda\x46\x00\xb4\xb6\x6e\x2d\xaa\x30\xd2\x57\x10\xd2\xd7\x9f\xb3\x08\xf3\x1d\xc0\xc0\x18\x91\x56\x64\x2f\xad\xce\xc0\x59\xde\x9c\xae\x24\xc3\xaa\x99\xfe\xcd\x8e\x8d\x50\x36\xe6\x1d\x3b\x03\x2d\xe9\x7c\xeb\x78\x6d\x04\xe8\x31\xc9\x05\x04\x9a\x54\xb5\xf9\x75\x32\xa3\x59\x61\x87\xff\xa6\xe3\x87\xa9\x9b\xcc\xc8\x03\xc9\x0c\x9c\x54\x22\xc0\x09\x6f\x2c\x68\xdf\xa2\xff\x63\x70\xc3\xd1\x77\x43\xf6\x11\xd8\x70\x96\x2d\x21\xd9\xdd\xb7\x8c\x55\xa9\x99\xfb\xca\x01\x28\x1b\xee\x82\xe2\x81\x98\xbd\x9e\xe1\x07\x32\x64\xae\x99\xff\x83\xee\xd1\x1f\xd0\x77\x75\x56\x21\xe7\x4b\x7f\x62\x9b\xc1\x87\xc0\x53\x1d\xdc\x72\x96\x51\x5a\x7e\xe3\x4c\x0a\x91\x41\xaf\x22\x7b\xc4\x63\xd6\x50\xf6\xc0\x93\x95\x80\x8d\xf0\xd4\x62\x41\x98\x1a\x31\x9e\x92\x11\xa9\x70\xcf\xad\x61\x12\x5a\x08\xb8\xe0\x29\xd9\xe8\x5c\xf3\xcc\xf4\x67\x30\x83\xc8\x7c\xec\xb7\x03\x82\xd8\x7d\xc4\xb2\xd7\xe4\x63\x4a\xab\x1e\xb9\x07\x86\xd8\x66\xdc\xdb\x3a\x06\x2f\xad\x7c\xd6\x81\x0b\xc1\x0e\xa0\xda\x39\x95\x61\xe5\xe2\x7c\xcb\xc7\xb1\x6c\x14\xd7\x2f\xeb\x99\xdb\xcb\x2a\x80\xbc\x00\x10\x3e\x41\xa7\x54\xcb\xef\xcd\x9d\x8f\xc0\x09\xb7\xb1\xec\x9b\xfc\xff\x46\xa6\xfd\x62\x29\x5c\x32\xd1\x91\xa7\xbf\xc2\xa1\x36\xe6\x79\x59\x80\xb7\x0b\x40\x65\x18\x81\x6c\x65\xf5\xa5\xe6\xc3\x53\x13\xe5\x46\x66\xd4\xc4\x95\xf7\x4e\xcf\x91\x3e\x1d\x7c\x6e\x72\xc6\x60\xd1\x72\x35\xe3\x82\xfe\xa3\x36\x18\xa9\x5e\x46\x2f\xbc\x86\x45\xec\x96\x19\x67\x2c\xad\x03\xb1\x1a\x91\x42\x45\x5a\x49\x95\xce\x84\xc6\x39\xc0\x23\x68\x36\x3b\xc9\x33\x83\xa9\x96\x70\x91\x9a\xc2\x26\x32\x8a\x14\xd3\xef\x79\xf1\x1e\x2b\xdf\x20\xb5\x59\xe4\x16\xb5\x2d\x99\x61\x36\x5d\x2f\x80\xfe\x25\x27\xf9\x9e\x82\xed\x2c\x92\xea\x33\x45\x31\x94\xd5\x00\x3c\x95\x45\xe0\xa5\x59\x1b\xcd\x9b\x8b\xf5\xfd\xbb\x9e\xa9\x0c\xe2\x32\x9d\x95\xce\x67\xea\x1a\x95\xdc\x60\x6e\xb7\xb2\xe8\x5c\x1b\x54\xaa\x3d\x98\x74\x9e\x23\x36\x61\x55\x46\xaa\x60\x3f\x96\xfc\x1e\x7c\x2a\x65\x99\x45\x3c\x91\x9d\xc4\xc1\x7b\x95\xa4\x8f\x27\x34\x99\x6c\xc1\xe4\x56\x85\xea\x75\xeb\x1d\x18\x50\x3c\x5b\xab\x08\x18\x56\x1c\xe9\xb9\x3f\x0a\x0a\x05\xca\x97\xc5\xcb\x1e\x5e\xde\x5d\x17\x21\x8f\xd1\x52\x8a\x11\x6b\x21\x46\xc1\x2d\xe1\xb2\xa1\x09\xb7\xde\x00\x61\x1b\x8a\xbb\x5e\xf5\x61\xd7\x9d\x08\xc3\x92\x5e\xeb\x91\x58\x4d\x81\xda\x78\x18\x3c\x48\xdf\xcb\x18\x10\xbd\x68\xf3\xc4\x27\xa3\x15\x85\x04\x17\x59\x6b\x12\xb9\x89\x4d\x95\xad\xe9\xc2\xf4\x3d\x02\x9f\xf1\xce\xae\x92\xc0\x05\x50\x84\xc4\x9b\x5c\x28\x97\xf6\xf8\x4c\x86\x4c\xf0\xc2\xc7\xd9\x58\x81\x13\xbe\x2e\xed\xee\x49\xf9\x59\x81\x8e\xe6\x38\x52\xc3\xa1\xac\x75\x3d\x36\x74\x24\x82\x85\x6c\x1d\x7b\x3d\xb7\x11\x8c\xb1\x0b\xce\x84\x51\xf1\x20\x0a\x01\xbc\x71\xb9\x44\x4a\x60\x08\x86\x87\x10\xe6\x9f\x8d\x96\x47\xa5\xb1\xc2\x38\x14\xb4\xf9\x42\x2d\x2d\x68\x2e\xf0\x66\x0b\xa7\xa9\x66\x98\xd9\xcc\xda\x2a\x77\x5f\x99\x4f\xa7\x91\xc3\xaf\xaa\x33\xe8\xc8\xaa\xb6\x95\x4d\xba\x85\x0e\x33\x35\x4a\x09\x02\x75\xde\x7d\x2a\x21\xc3\x07\x67\xb5\xf6\x94\x31\xe7\x19\xc1\xac\x4e\xed\xac\x7c\xbc\x62\x7d\xa5\x61\x52\x80\x24\xc0\x18\x94\xc8\x89\xd6\xb9\x71\x96\x95\xe6\x85\xa1\x04\x98\xf2\x18\xc4\xc6\x68\x52\x60\xce\x35\x0a\x81\xc9\xf0\x98\x64\xad\xa2\xcd\xcc\x07\x6b\xa9\x08\x5e\x29\x4a\x54\x35\x4a\xaf\x0c\x43\xa1\x2a\x93\x51\x37\x0d\x2c\x4c\x61\x5d\x2b\x42\xc4\x69\xa0\xdb\x0d\x51\x92\x24\x17\x54\x2d\x47\xd6\xf0\xd4\x9c\x69\xdd\xd8\x2f\x4f\xed\x87\x4d\xb4\xba\x13\xe4\xfa\x73\x86\x2e\x10\x6f\x04\x35\x00\x8b\x76\x0a\x4d\xb6\x5b\x6b\x6a\x95\x49\x6a\xeb\x16\xd6\x65\xc9\x35\x1b\xaa\xee\x62\xdb\xe1\x59\xe0\xb6\x11\x9f\xb8\xfc\xb3\xe6\x0b\x5b\x46\xb4\x6b\x61\xb1\x13\x06\x6d\x0a\x2d\x04\xe5\xc2\x02\xc7\x35\x09\x52\x9a\xe3\xcf\xa3\x05\x16\x38\xcb\x48\x46\xe5\x7c\x7b\xfb\xe2\x1f\xbf\x5f\x3b\xda\x53\x03\x70\x28\x2d\x5c\xe8\x67\x3a\xcf\xe7\x41\x69\x49\x80\x27\x09\x40\x06\xac\xc9\xde\xe6\xca\xb9\x01\x16\x17\x0d\x53\x54\x04\xb0\x11\x5a\x27\xa6\xd2\xf2\x67\xab\x2e\xe3\x64\x06\x25\xbf\x26\x98\x0a\x46\xa4\xec\xa2\x0b\xae\xc8\x09\xfa\x84\x17\xb7\xa0\xf0\x19\xc4\xf1\xa9\xb1\xd0\x62\x89\xb4\xe4\x94\x33\xaa\x3a\x43\x66\x62\xdd\xfc\xaa\x1c\x27\x9c\x19\xe4\x89\x04\x16\xd6\x37\x01\x26\x47\x07\xc1\xa0\x0c\x08\xb1\xa6\x92\x76\x49\xd7\x71\x68\x1c\x20\xc6\xcf\xe1\x92\x97\x05\x30\xae\xd3\x09\xbc\x88\x15\x91\x22\xa0\x44\xc0\xc7\x29\x27\x32\x50\xf6\x91\x97\xd9\x33\x3a\x21\x9a\x42\x86\x8c\x4f\x62\xc3\x84\x01\x9b\x70\xd8\x13\xba\xd3\x44\x70\x29\x6d\xb4\x9b\x69\x67\x7d\xcc\xf0\xad\x45\x02\xd8\x47\x14\xc3\xf3\x85\xe3\xaf\x96\x7b\x0d\x0a\x04\x55\x8b\xfd\x63\xe2\x51\x0f\x6a\x6f\xda\x5d\xe3\x75\x1d\x1b\x42\x82\x60\x69\xad\xb1\x10\xd6\x5a\x0a\x99\x6b\x21\x99\xfb\x31\x9b\xc0\xf6\x23\x8f\x33\x12\x50\x90\x45\xfc\x32\xa5\x19\x35\x5d\x0b\x41\xa0\xcc\x92\x81\x9c\x1a\x94\x88\x06\xd0\xc1\x04\xc1\xe9\x32\x58\x11\x6f\x6f\x34\x3d\x83\x64\x22\xe9\x5c\xf3\x4e\x40\x63\x64\xfc\x88\x2f\xdc\x61\x8d\xde\x02\x90\x18\x3a\xd1\x84\x18\x58\x2b\xf5\x17\xec\x08\x0a\xf6\xe9\xe3\x55\xe1\xaa\x75\x8d\x80\x6b\x17\x10\xaf\x66\xc4\x12\xee\xf0\x5d\xef\xfd\xe5\xf5\x6d\xff\x6c\xf8\xae\x08\xce\x71\x91\x9c\x8e\x91\x78\x0c\x0b\xce\x86\xcc\xfb\xd3\x7d\x8e\x2f\xec\x25\xc2\x69\x5a\x20\x2c\xd8\x68\x60\xe3\x0e\x6c\x7a\x2a\x36\x7a\xd2\x57\x9b\xf9\x40\x3f\x93\xf4\xba\x06\xe6\x76\x2f\xb1\x4f\x8d\x7c\x46\x95\x24\xae\xb9\x64\x8b\xdb\xd7\x4f\xe5\x4e\x7f\xd7\x9c\x82\xcd\x49\x28\xe5\xdc\x41\xc2\x9d\x42\xd8\x57\x60\x9e\x00\x0d\x68\xce\x0c\xd9\x5c\x04\xac\x1d\xdf\xa3\x39\x65\x90\x2f\xb1\x6e\x69\xef\xe2\x79\xb4\x29\x8e\x30\xb8\xb8\x8b\x2b\x17\xfd\x70\x79\x17\x23\x73\xf7\x7e\x59\x5f\xd1\x20\x6e\x61\x9d\x59\x39\x98\x62\x11\xfb\x69\x53\x0f\xfd\xca\x54\x4d\xf4\x23\x51\x3f\x99\x4a\x69\xfb\x08\xe6\xb0\x18\xc5\xa0\x62\x93\x91\x2b\x96\xd7\x9c\x0c\x7e\xaa\x28\xaf\x17\x47\xec\x38\x14\x64\xe8\xc1\xd7\xd7\x0b\x52\x29\xba\x06\x83\x1a\x0a\x72\x81\x65\xdb\xb9\x45\xf4\x8d\xc9\x99\x5e\xae\x21\xbc\xed\xcb\xa5\x14\xcd\xf1\x89\xf9\xb8\x91\x9b\xfe\x3a\x74\xce\xeb\xb6\x8a\xa5\x44\xbd\xab\x41\xc5\x5a\x9f\x97\xb5\x90\x2f\x0b\x79\x26\xf3\x0a\xd1\xbe\x41\x67\x82\x28\xcb\x57\x81\x37\x63\x67\xba\x1b\xd4\x8c\xb1\x1b\x5d\xc5\xc6\xa8\x27\x95\x85\x76\x10\x7d\xa2\x48\x64\x1b\x21\xb1\x9f\x34\xc4\x62\x19\x5a\xe6\x21\x86\x03\xb2\xd1\x2c\x61\xee\xdd\xaa\xab\xb4\x13\xe6\xe2\x99\x2a\x20\xce\xf2\xb5\xb7\xfc\xc4\x62\x36\x4d\x12\x14\x7f\x32\x14\xed\xf3\x67\x20\xa3\xc7\x61\x27\x3a\x17\xa7\x0d\x67\x0f\xa7\x1b\x52\x5b\xbb\x9c\xc6\x62\x7c\xce\xfc\x6b\x61\x4b\xf1\x02\x5b\x40\x79\x10\x06\x1d\xb6\x43\x15\x06\x5e\x77\xc8\x02\x9b\xa7\x34\xe2\x9b\x3e\x23\x0e\x47\x04\x30\x35\x35\x3b\xb5\xb1\x46\xfe\x66\x8e\x76\xa0\x1c\x35\xaf\x66\x31\x12\xc8\x4a\x3f\xf6\x74\xca\x19\x76\xf1\x94\x4e\xe3\xb1\xee\x8c\x10\xb8\x04\xda\x0b\x20\x10\x6c\xc7\xe4\x81\x58\x17\x08\x0e\x90\xe5\x82\x78\x76\xad\x1c\xb1\xaf\x94\x8f\x58\xa5\x99\x45\x2f\xc1\x3e\x4a\xa5\xb0\xb3\x4b\x4c\x6d\xcb\xeb\x0f\xf8\x1e\x12\x26\x65\xa9\x9c\x41\x8b\x63\x05\x5f\x36\x31\x13\x00\x25\x84\xe6\x6c\xe8\xb4\x2e\x3b\xf2\xf3\x82\x24\xdb\x64\x95\x5d\xb9\xea\xd1\xeb\x2c\xda\x31\x5c\x2d\x58\x6b\xdd\x0e\xda\x7e\xcd\x2e\x1a\x6c\x10\x36\xad\x89\x7a\x3d\xdf\x94\x25\xe6\x67\xd1\x2a\x21\x55\x4f\xe3\x27\x0b\x86\xd2\x72\x16\xb6\x9f\x62\x1a\xd6\x60\x1f\x24\xf5\xed\x3a\xa7\xe7\xc9\x8e\xba\x5d\xc9\x33\x8a\x2c\xce\xaf\x24\x2d\x6a\xf3\x28\xeb\xf2\xa1\x36\xf1\xd2\xbd\xf0\x6e\x17\xa8\xe1\x22\x81\x4b\x87\x2a\x0a\x01\x01\x2a\x01\x79\xdf\xa4\x06\x55\xe7\x34\x81\xd0\x52\xe5\x64\x0b\xc2\xd9\x6c\xc6\xb9\x5e\x3c\xa9\xf0\xdc\x43\xf5\x94\x71\xa0\x4a\xcb\xb5\x81\xc7\xed\x2b\x47\xe5\x20\xd1\xec\x5b\xa2\x69\x61\x06\x32\xd4\x49\x44\x29\xf5\xcc\xe2\x33\xdb\x3c\x87\x78\x82\x10\x42\x65\xaf\x48\x0b\xf2\x0a\x57\x3f\x65\xfe\xaf\x98\x83\x3b\xa2\x0e\x49\xb5\x2a\x36\xb4\x1b\x80\x78\x83\x95\x33\x0b\xa5\x01\x6b\x9a\x85\xd1\x1a\x4f\x9a\x29\xa0\x33\xb8\x30\x35\x6f\x20\x46\x7b\xc9\x73\xf4\x48\xa5\xd6\x85\x87\x0c\x5c\x4d\xbe\xd0\x8e\xe2\xb6\x38\x4e\x07\xde\x82\x6c\x0e\x99\x8f\xe7\x54\x21\x1c\xcc\xf0\x0e\x38\xc3\xb5\x8b\xe3\x37\xe7\x59\x7f\x00\x33\xae\x4c\x17\xa8\xca\xda\xdb\x70\x68\xb6\x30\xfe\x14\x8d\xec\x9a\x11\x10\xb8\xc5\x9f\x36\x27\x20\xd0\x78\x42\x0d\xb3\xf2\xcc\x1d\x92\x02\x50\xb5\xb5\xc1\xe2\x78\x00\xd8\x0a\x95\xaa\x74\xb7\x58\xf4\x8e\x0d\x09\x01\xc5\x46\x34\xca\x08\x28\x5e\xdf\x47\x4a\x40\x1d\xb0\xda\xba\x10\x51\xf7\x49\xb5\xa0\x75\xe3\xcb\x65\x72\x17\x7b\x11\x4a\x4a\x57\xb5\x92\xd2\x6b\x4b\x74\x0e\xca\x05\x6f\x1d\xa1\xd0\x46\x1d\x2c\xc2\xcc\x42\x2a\x0a\xa2\x46\xe3\xd4\x36\x52\xe6\xfc\x8c\x2b\x08\x0d\x4a\x00\x6d\x7d\x25\x5c\x75\xc8\xaa\x25\x90\xf5\x3c\x71\xd7\x28\x9f\xbd\x26\x44\x07\xe7\xcf\xcd\xc2\x5a\xb4\x7e\xf6\x61\xff\x46\x59\xb6\xb8\xe9\x65\x11\xb3\x70\x55\xd4\x28\x20\x20\x78\x6c\x13\x37\x5d\x71\x2a\x1b\xc6\xe0\x6c\x3c\x17\xf6\xd2\xdd\xa3\x6a\xb7\xc2\x9d\x1b\x87\x2c\x79\x19\xd9\x72\x63\xe7\x73\x77\x6a\x7c\xc9\xe3\xb4\x0d\x1e\x2c\xe0\x8c\xec\x0d\x1d\xa5\x9c\x64\xa1\x1b\xef\x80\x97\xca\x0e\x1d\x9b\x52\x79\x1e\x33\xab\xb4\x25\xd1\x84\x2d\xce\xfe\x13\x4c\xba\x2d\x86\x6f\x80\x6d\x29\x2c\x8e\x21\x0d\xed\x06\x00\xde\xeb\x6a\x84\xc7\x7c\xd8\x8b\x76\x39\x4b\x89\x60\x04\xab\xd9\xf3\x85\xe9\x9c\xee\x6a\x9c\x7e\xb6\x90\x9d\xd3\xbd\x00\xb8\x97\xc2\x60\x5a\x46\xc0\xb4\x08\x27\x29\xe0\x7c\x57\x14\xc7\xaa\xc2\x19\x45\x26\x5d\x1b\x2a\xdd\x29\x92\xa7\x5a\x99\x7b\x9a\x98\xa6\x0a\xab\xcf\x4a\x34\x93\x3e\xec\x21\x08\xf2\x86\x25\xf9\x22\x82\x87\x04\x7e\x1c\x05\xe8\x58\x23\x83\x1e\xd8\x62\x37\xaf\xf1\xa3\xc1\x73\x3b\xc3\x0a\x9f\x9a\xaf\xd7\x0d\x3b\x02\x16\x81\x04\x44\x0f\x0f\xb3\x30\xee\x60\xcb\xbd\x7c\xc1\x67\x13\x3d\xf3\x35\xed\x92\x2e\x7a\x9f\xf1\xb1\xec\x20\x53\x18\xad\x63\x04\x7b\x78\x6e\x20\x3e\xbf\x79\xfd\x21\x52\xbf\xcd\x08\xa9\x75\x86\x14\x6f\xdb\x87\x0a\x40\x11\x7a\xa5\x91\x40\x36\xc8\xa3\xdb\x17\x12\x76\xb6\x88\xd0\xe9\x6f\x7f\xb1\x3f\xd4\xd4\x2d\xdc\x50\x2e\x38\xb4\x8b\xb0\x65\xd9\xbc\x88\x45\x9a\xd9\xb4\x5c\x63\xea\x28\xe9\xb1\xeb\x4c\x2e\x43\xf6\x03\x7f\x24\x0f\x44\x74\x10\x56\x68\xce\xb5\x1a\x12\xf8\xd9\x21\x75\x30\x42\x4b\x32\xfe\x54\x8c\x2e\xf0\x9c\xa4\x7d\x10\x66\x83\x04\x09\x6b\xf8\xb1\x2e\x9b\x2a\xf4\x09\x00\x52\x30\xdb\xe0\xfc\xaf\x43\x66\xaa\x10\x9b\x18\x0e\xe0\x3a\xd4\x4d\x0c\xae\xc4\xdf\x7b\x87\xd2\xef\xbb\xe8\x56\x53\x3a\x95\xf1\x78\x83\x64\xd4\xba\xb1\x0d\xd9\x54\xf0\x7c\xe1\x75\x71\x3e\x06\x23\x80\x71\x2c\x55\x38\x94\x60\x30\xce\x9b\x94\xe0\x54\xcb\xf4\xeb\x09\x27\x32\x1d\xbd\x32\x8b\x68\x9c\xc4\x12\x12\x90\xe6\x0e\x3e\x7e\xc4\x46\x08\x1a\x3f\x50\x90\xc7\x52\x0f\x67\xf7\x64\x4e\xaa\x33\x22\x41\xbb\xf4\xd6\xbb\x28\xa4\x39\x0e\x9b\xaf\x1c\xe7\x3a\xdb\x8a\xb7\x7f\x3a\x1b\x61\x75\x44\x7e\xd1\xb9\x8d\x1d\x71\x05\xea\x4c\x0d\xde\xa7\xb2\xba\x38\x42\x6a\x1e\x9f\x53\x5a\xbb\xab\x5c\x2c\x38\xf0\xf4\x6c\xe9\x32\x08\x6c\xe2\xeb\x82\x2f\x72\x13\x1f\x43\xc3\x70\x89\x4a\xca\xa6\x52\x7d\xc2\x2a\x99\x69\x05\xa6\x48\x00\xdd\x53\xdc\x50\xc1\x95\x9f\xd6\x12\x53\x31\x83\xd3\xb0\xf7\x1a\xd3\x64\x03\xcb\x9c\x41\x90\x71\xe1\x86\xf0\x57\x96\xa1\xb9\xee\x2f\xaa\x67\x10\xd8\x57\xdc\x27\xf6\x09\xd4\x55\xdd\x40\x45\x9b\xc6\xdf\x8c\xb6\x62\x30\xdd\xbd\x47\x24\xed\x90\xcd\x74\x66\xf3\x17\x8b\x17\x91\x95\x90\x2a\x59\x4e\x2e\xe8\x56\x5a\xac\xb5\x0f\x43\xf5\x82\xc2\x72\x33\xc7\x0b\x2d\x8e\x28\xae\x6f\x49\x31\x25\x1d\xf4\xa8\x79\x81\xca\x85\xbe\x47\x72\x41\xdd\xd9\x07\x73\x4b\x13\xea\x00\x4b\xc7\x71\x88\xdf\x9a\xe0\x00\x47\xda\xd6\xae\x4f\x54\x8e\x7d\x80\x13\xd0\x44\x46\xd9\xbd\xee\xcc\xe0\xc8\x39\x07\x9d\x20\x50\x81\xda\xa5\x96\x45\x7b\xba\x91\xb0\x77\xd8\xe5\xfa\xaa\x28\x9b\x4e\x1a\x65\xd3\x20\x57\xbc\xda\xda\xd4\x04\x0a\xae\xf2\xcb\x66\x70\x76\x95\x9f\x3a\xd9\x67\x9b\x6f\xd7\xe4\x11\xd6\x7e\xbe\x49\x80\x8d\x82\x39\x6d\x40\x9d\x95\x9e\xc2\x2c\x7e\x6b\x09\x00\x30\x0e\x53\x73\x07\x5b\x69\xea\xbf\xfc\xbf\x0c\x0c\xaf\x59\x9a\xff\x42\x5c\x0c\x99\xf9\xbd\xe3\x61\xfb\xf4\x0b\x05\x1e\x06\x9e\x93\x02\x31\x40\xc4\xb9\xc5\x90\xdd\x62\x73\x43\x0d\xf6\x89\x47\x2d\xd3\x63\x08\x0a\x1c\xad\x54\x9c\x99\x63\x86\xa7\x80\xb4\xd2\x81\x08\x1b\x10\x57\x0b\xdb\x85\x21\x69\x03\x65\x0e\xdc\x4a\x33\x4b\x9b\x56\x50\x54\x64\x80\x3e\x8d\x28\x6b\x81\x1e\x0a\x37\x6d\x35\xf5\xbb\x72\x40\xdb\x49\xec\xb7\xbd\x9b\x1f\x47\xd7\xfd\x9b\xcb\xbb\xeb\xd3\x48\x6c\x3f\x3d\xbf\xbb\xb9\xed\x5f\x57\x3e\x33\x25\x3d\x07\x97\x17\xa3\xbf\xdc\xf5\xef\x6a\x1e\xb9\x06\xce\x7b\xef\xfb\xe7\xe1\x2b\x7f\xb9\xeb\x9d\x0f\x6e\x7f\x19\x5d\x7e\x18\xdd\xf4\xaf\x7f\x1a\x9c\xf6\x47\x37\x57\xfd\xd3\xc1\x87\xc1\xa9\x29\x71\x1e\xbc\x7b\x75\x7e\xf7\x71\x70\x31\x72\xe1\x8b\xe1\xa3\x9f\x2f\xaf\x7f\xfc\x70\x7e\xf9\xf3\x28\xe8\xf2\xf2\xe2\xc3\x60\x7d\x61\xe5\xea\xf9\xd6\xd6\x60\x08\xae\xaa\x40\xc1\x0c\x04\xa1\xf1\xd2\x12\x2f\xfd\x07\x98\x39\xaf\x0c\xc5\x1d\x75\xdc\xbf\x4c\x59\x93\x23\xcd\xe4\x9c\x05\xbd\xe0\x0f\x43\xe6\x5d\x1c\xfe\xda\x54\x78\xea\x6b\xf9\x47\xa3\x3d\x41\x3d\x38\x0d\xa0\x12\x44\x9d\x42\xa6\x90\x1f\xa9\x73\x8a\x01\xa5\x41\x95\x72\x5b\x79\xbb\xbc\xa5\x71\x83\x76\x4e\x30\x04\x6b\xe1\x4f\xd7\xd1\xbb\x2b\xe7\x1d\xd3\xc2\x09\x72\x3c\x58\x37\xab\xc7\x05\x60\x1b\x4b\x86\xe7\x2b\x15\x97\x0d\xde\x84\x45\xa2\xd0\xe7\xa6\xdc\x62\x44\x42\x71\xcb\x33\x82\x7e\xfc\x73\x31\x28\xb0\x76\x5a\xeb\x61\xbe\x02\xc7\x6d\x1f\x88\xdc\xac\xea\x26\x02\x8c\x7a\x72\x07\xd9\x9a\xa1\xe0\x64\xda\xaa\x29\x60\x9a\xce\x59\x90\xdb\x1a\xd9\xa9\x6d\xb9\x30\x74\x84\x4a\x54\x7c\x82\x6e\x48\x46\x12\x55\x94\x7c\x86\x5d\x5c\x64\xf9\x94\xae\x14\x4d\x1a\x93\x19\x7e\xa0\xdc\xe1\xf5\x19\x58\x43\x58\x47\x2b\x3c\xa1\x23\x54\x7b\x14\x4e\x50\x2f\x4d\x65\xcc\xc2\x22\xca\x71\x4c\xf1\x28\x1e\x76\x98\x8e\xca\x52\xcf\x18\x2b\x0d\x07\x15\xb7\xde\x4e\x08\x29\xf2\x7e\xe4\x48\x6c\xb4\xd5\x35\x7c\x8b\xe5\x7d\x45\x8d\xb4\xca\x9b\xcd\xd2\xcf\x8e\x3d\xd6\x17\x66\xab\xec\xd4\xaf\xf5\x08\x0e\xc0\x76\x7d\xd6\xc2\xd3\x6c\xe8\xd2\xcd\x38\x2b\x61\x08\x37\xee\x2f\xc2\x20\x7e\x7a\x8b\x6d\xb5\x1c\x04\x47\x65\xe4\xe9\xb2\xc5\x3c\xae\xe0\xd3\x4b\xff\xe5\x5a\x61\x69\x14\xac\x5b\x5b\x3b\xee\x4a\x22\x9e\xb5\xe5\x36\x17\x91\x00\x9d\x8d\x26\x60\x4e\xc7\x94\x59\xcc\x4e\xe2\xed\xbd\xae\xe2\x8a\x3e\x63\x1e\x47\x1a\x8f\xf9\x43\xa4\x72\xcd\x4d\x79\xf8\xca\xb3\x1b\x18\x8a\x76\x39\xb4\xfe\xf4\xd8\x0f\x1b\xee\xb5\x3b\x2f\xb7\xfa\xab\x75\xa6\x90\xeb\x50\x5f\x74\x13\xd5\x62\x5c\xea\xe2\xd8\xd0\xa5\xc9\x66\xd1\x67\xbf\x53\xb8\xaa\xb9\x08\x3c\xf8\x35\x36\x9c\xa6\xc6\xa6\xf2\x82\x55\x42\xb1\x86\x26\xf2\xf6\x1e\xee\xa0\xf5\xad\x61\x73\x5c\xa9\xe8\x78\x7d\x5a\x50\x5d\xe4\x4f\x08\x4b\xb6\x98\xea\x62\xa6\x9e\x5b\x30\xd2\x0e\xc2\x26\x89\xa8\x90\x40\x64\x9e\xcc\x0c\xa0\xa7\x66\xe7\x9d\x21\x7b\x0c\x36\x24\x0a\xb3\xeb\x85\x2d\x01\xdc\xc3\x67\xcd\xa0\xe8\x43\x14\xbc\x08\x62\x16\x85\x48\xba\x80\x10\x8c\xc1\xbd\xc0\x98\xdd\x40\xe0\xc1\x7e\xed\x40\xea\x5b\x00\x8a\x57\xd4\x6f\xab\x82\x15\xf7\x73\x0b\xd0\xbc\xf7\x05\x25\xbe\x66\x08\x01\xa0\x78\xd5\x08\xf6\x80\x27\xfe\x32\x20\xe2\x26\x77\x6e\x3e\xb6\x99\xac\x7a\xba\x6e\xb5\xff\xe0\x66\xf4\x07\x63\x8d\xcf\x6b\x52\x9f\x83\xd6\x3c\x0c\x10\x3a\x82\x6a\xa3\x36\xcf\xd2\x3a\x3a\x25\x3a\x42\x19\xbd\x27\xe8\x2b\x88\x63\xea\x5d\x0d\xbe\xea\xa0\xaf\xc2\x5c\x8e\xaf\xb6\x3a\x80\x76\xdc\x16\x53\x1c\x34\x90\x28\xa0\x37\x3e\x76\xb0\x57\xa5\x93\x68\xf7\xcc\x1e\x44\x54\x77\x0e\xf5\x97\xd1\x37\x94\x29\x22\x00\x23\xdb\xc4\x7d\xfa\x70\x42\xeb\x18\x31\x72\x21\x95\x15\x6b\x97\x0e\xd9\x78\x59\x76\x7d\x74\xbc\xef\xa3\xf1\x29\xdd\x19\xf7\x59\xb7\xb7\x9a\xfc\xb7\xe7\x30\xb7\xf5\xf7\xc1\x86\x74\xc2\x9e\xaf\x2d\x58\x70\x31\x59\x73\x5e\x0e\xf1\xa1\x55\xb3\x8a\xac\x48\x6e\x31\x2b\x37\x65\x93\xfc\xf3\xd6\xc8\xad\x41\x50\x65\xaf\x6a\x45\x6c\x3c\x6d\x8d\xe0\x7b\xa0\xb2\xa7\xa5\xb2\x7d\xc4\x13\xc7\x83\x6b\x7f\x81\x9e\x1a\x39\x2e\x68\xc6\x99\x21\xb5\x32\xe1\x19\x7c\x04\x0e\xbe\xb9\xaa\x46\x4b\x4f\x68\xb0\x26\x9b\x5d\xa1\x37\xc6\x9d\x6e\x9c\x91\xab\x63\x2d\x0f\xb5\xa7\x2c\x52\x29\xa7\x26\x77\x48\xd1\x39\xe9\x20\xa8\x8c\x5b\x84\x00\xd8\xf3\x0a\xe4\x06\x77\x9c\x2d\x7f\x67\x3a\x11\xc9\x8c\x3e\xb4\x4b\x90\x6a\x2b\x8d\xd7\xd1\xc8\x0e\xf1\x17\x17\xbd\x4f\xfd\xb3\x51\xff\xe2\x76\x70\xfb\xcb\x68\x35\x14\x23\x7e\x7c\x7d\xfa\xc3\xe0\xa7\xfe\x59\xf8\xc2\xcd\x2f\x37\xb7\xfd\x4f\xa3\x8f\xfd\x8b\xfe\x75\xef\xb6\x7f\xb6\xd6\x94\xba\xae\xb3\xaa\x12\x14\x36\x74\xbb\x42\x7d\xf3\x20\x72\xc6\x0e\x09\x00\x05\x5a\xdc\x7f\xa0\x92\xda\x24\x5d\x2b\xa2\xde\x0d\x9c\x69\xb4\xa2\xf7\x93\x20\x7f\xa6\x63\x90\xd5\x8a\x4e\xa8\x75\x27\x85\xe2\xab\x8d\xba\x60\xa9\x09\xd4\x44\x41\x8d\xe3\x6e\x45\x27\x76\xc1\x4e\x50\xcf\x52\x47\x55\xfb\x8c\x23\x2d\x3c\x13\x61\x46\x6f\x42\x32\xfc\xd0\xd1\x11\x2a\xaf\xf1\x09\x32\x80\xd0\x41\x4d\x0c\xdf\x20\x88\x7c\x58\x10\xf6\x95\x42\xe4\xf3\x22\xa3\x09\x55\x41\xe2\x0d\x17\xd6\xe9\x60\x9c\x6a\x10\xfd\xb5\x81\xb8\xf6\x16\xa3\xb1\x77\x9d\x3f\xf4\x2f\xaf\x6a\xfb\xfe\x44\x29\x6e\x93\x17\x37\xa2\x8c\xee\x41\xb1\xaf\x71\xa5\xae\x00\xa2\x6e\x31\xba\xa7\x30\x0f\xac\x46\xc0\xdb\xe4\x19\x1b\xe8\x81\x5d\x25\x83\x47\x73\x23\x6e\x57\xa0\x7a\x7d\xf4\x48\x74\xae\xd7\x87\x8f\x34\xa3\xd4\x17\x0e\x02\x89\xd0\xf7\xf7\x56\x08\x78\xd4\xd2\x8d\xbf\x02\xe8\xc9\xee\x0d\xcc\x21\x12\x64\xce\x95\x56\xc0\x8c\x9f\xbc\xa3\x85\x2a\x8a\x33\xfa\x0f\x40\x80\x11\xa4\x1b\xc4\x15\x40\x82\x4d\x1a\x06\x54\xdb\xec\xec\xa7\x2f\x08\x5c\xd4\xc1\x5b\x29\x05\xec\x94\xf7\x8b\xda\xb2\x27\x2f\x5a\x6d\x36\x5e\xb1\xba\x12\x0f\xed\x8a\xaf\x46\x44\xb5\xb9\xf0\x2a\x54\xa1\xc7\xb2\xa6\xea\x6a\xd3\x31\x3e\x4f\xed\xd5\xd5\x04\xf4\x12\xc9\xbd\x6c\xdd\xd5\xd2\x60\x5e\x4f\xf1\xd5\x8d\xeb\xf6\x7a\x11\x06\x2a\x06\xda\xa0\xe8\xaa\xf7\xb1\x40\x5d\x94\x76\xd7\xa1\x0b\x11\x8b\x1c\x2d\xfa\x50\xf9\x7b\xb1\x5a\xbb\xc5\xf2\x7e\xe7\xee\x6e\xb1\xbc\xaf\xe9\x6a\xd3\xcd\x79\x1a\x39\x72\x4a\xcb\x66\x83\xd7\x2c\x84\x57\x58\xbe\xbf\xfe\x3e\xea\x3f\x10\xa6\xf6\x22\xcc\x41\x13\x15\x19\x84\xcd\x4c\xb2\x06\x34\x7d\x70\x56\x70\x24\x5f\xbc\x2b\x08\x9b\x50\x02\x03\x63\x25\xea\x91\x10\xe6\xdc\xe8\x75\x1e\x4b\x3d\xb5\x66\xdb\x03\xaf\xae\xae\xcb\x86\xe8\x5a\xbb\xda\x45\xf1\x94\x22\x32\x8e\x27\x10\xb7\xdf\x4a\xfb\x8b\xa4\x22\xa3\xf2\x85\x75\x75\x8d\x24\x5f\xde\x73\xd3\xe7\x0c\xcb\x72\x97\x1b\xb7\x7c\x8b\x04\xfa\xa8\x99\x8f\x04\xf2\x4b\xf6\x52\xd0\xb0\x45\x1e\x21\x0c\xe4\x4e\x64\x10\x85\xb9\x56\xe5\x37\x85\x5b\x72\x91\x15\x36\x20\xdc\x40\xa0\x31\x83\xe9\x0e\xd9\x19\x59\x08\x02\xa5\xc4\x4e\xd0\x55\x46\xf4\x75\x99\xeb\x2b\x33\xcf\xb2\x91\xaf\xaa\x2e\x15\xc1\x75\xfc\xa9\x15\x40\xce\x93\xcf\xcb\x09\x6a\xeb\x27\xe6\xc0\x76\xd6\xcf\x2c\x58\x83\xfd\x67\x7f\x06\xeb\x0b\xf6\x36\xb0\xba\xc4\x22\x37\xe8\x4c\x4b\x13\x7a\x07\x7a\x37\x0e\x75\x03\x49\xff\xa1\xaf\x6a\x41\xe4\x8c\x67\x6b\xa7\xd0\x1a\xc2\xa8\xcd\x1c\xdc\x52\x3e\xe1\x24\x6c\x54\xd4\xa8\x2e\x34\xb3\xc1\x65\x74\x66\x9a\xa8\xbc\x02\xd7\x4d\xd1\x03\xea\x7a\x57\xb9\x85\x7e\xb3\x61\x46\x76\x68\xe0\x00\x2a\xec\x12\x21\x0c\x4b\x61\xe7\x2d\x24\xd0\xa5\x71\x54\xf9\xcf\x83\x92\x70\x3e\xaa\x98\x2a\x89\xa4\x12\x79\x02\x20\x85\x33\x22\x5a\x01\x23\xfa\xd8\xf3\xa2\x09\x3d\xe0\x6a\xd6\x66\xb1\x74\x41\x4e\xb1\x31\x14\x32\x02\x90\xb1\x5b\x6c\xa6\x5c\x29\x43\xd7\x33\xd0\x5d\xfd\x05\x71\x35\xb8\x27\x73\x1b\x44\xd4\x12\x4d\xe0\x00\x49\xd2\x1e\x92\xc4\x02\x2b\x7b\xda\x03\x00\x21\x25\x20\x63\xb0\xf0\x0c\x94\x2f\x79\x6b\xcd\xdb\x94\xe8\x10\xed\x4e\xa3\xac\x86\xe8\x0b\x7d\xee\xcf\x76\x74\x2d\xe8\xc9\x2c\x47\x90\x27\xb6\x4b\x78\x41\x34\x7f\x63\x16\x85\x36\x49\x8a\x4c\xda\xa3\x01\x4c\xb4\x6b\xe7\x4d\xc2\xa6\x4e\xe2\x90\x5d\xeb\x51\x98\x2f\x0a\x17\x73\x51\x83\x8c\x14\xd5\x12\x26\x08\xdb\xaf\x60\xd1\xeb\x22\x7c\xe4\x28\x28\xc1\x58\x37\xb1\x3d\x94\xfa\x78\x6f\xde\x41\x93\x0c\x4f\x1d\x58\x00\x94\xf7\x9c\x14\x7a\x92\x16\xf6\x4c\xbd\x4c\x93\xb8\x6a\x2e\x0f\xaa\x6c\x32\xaa\x17\x95\x73\xe2\x60\x1b\xe1\x33\xcf\xbf\xaa\x98\xab\xd3\xc4\x98\xb3\x5e\xc8\x21\x0b\xfa\x58\x83\xf2\x65\xb4\xa1\x2d\xc5\x7e\xd8\x67\x9a\x7a\x8b\x3e\xfc\xc9\xaa\xeb\x29\xda\xe9\xcd\xf1\x02\xec\x56\xe6\x0c\xf2\x89\xbf\x7f\x6e\x6d\xc8\x71\x17\x46\xfc\x3f\xff\xfd\xd7\x2e\x5d\x6b\x93\x0c\x0e\x65\xe1\x9b\x2b\x1c\x30\x41\xfc\x5b\x50\x25\x12\xc3\x45\x81\x4a\x2c\xb0\x74\xa4\x02\xdc\x9a\x5d\xe2\x84\x66\x58\x3e\x9d\x33\xb8\x12\xe8\xdf\xd8\x91\x42\xae\xbe\xc9\x2d\x6c\x06\x69\xb2\x6e\x34\x09\xe5\x92\x08\x43\x82\x1e\xe0\xa0\xa2\xf0\x0e\x44\x05\x6d\xb0\x6e\x93\x39\xa6\xad\xa2\x4b\xf5\xfb\xd5\x98\x41\x91\x99\x0d\x4f\x89\x18\xa5\x79\x14\xae\xb8\xa9\xed\x2b\xfd\xd1\x59\xae\x96\x9b\xdb\x97\x19\x4e\xee\xdb\xe0\x34\xe9\xf7\x6b\x9a\xdd\x2c\xca\x04\x4e\xe5\x58\x9c\xa9\x41\x41\x22\x25\x14\x24\x1b\xe5\x14\xe9\x99\xc0\x1a\x19\x54\x4e\x0a\xc4\x51\xcb\x3b\x0d\x56\x23\x8c\x1c\x6a\x69\x3a\x66\xe3\xd1\x6f\xd3\xee\x90\x7d\x30\xf0\xd1\x20\x2a\x9b\x01\x24\x50\xbb\x88\x7c\x5e\x70\x49\xa2\x3c\x81\x0a\x44\x5b\x9b\xc9\x63\x87\x51\x2d\x45\x95\x2a\x57\xed\x24\x44\xbd\x38\x9e\xd5\xea\x86\xaf\x4e\xb9\x9a\x02\x77\xba\xa7\x13\xba\xa0\x9a\x76\x46\x95\x27\xed\xe9\x6a\x8a\x16\x51\x04\x80\x6c\xa0\xb2\x65\x07\xf9\xe9\x95\x08\x22\x23\x0f\x44\xe0\xa9\x96\xb1\x30\xcd\x42\xdc\xe2\xd8\x38\x52\xc3\x4e\x36\x1d\xa0\x22\x49\x07\xd8\x02\x4a\xcb\x23\x88\x53\x19\xaa\x68\x31\x0e\x06\xdf\x39\x6f\xa1\xca\x15\xda\x42\x6e\xea\x85\xf8\xcd\x4b\xa2\x10\xf9\xac\x08\x33\x4e\xe4\x5b\x97\xf1\xb1\x1a\xf0\x8a\xaa\x83\xe3\xeb\x2f\xf5\x27\xaf\x34\xdb\x73\x99\x7c\x2e\xa5\x25\x95\xf6\x86\xb1\x75\xd0\x66\x98\xa5\x36\x6f\xa9\xa8\xa6\x6e\x66\x67\x2c\x17\x3e\x3a\xd5\x66\xdf\x04\xc0\x97\xa6\x4d\x83\xd0\x09\x17\x99\x93\xe4\xb5\x2c\x09\x0e\x3d\x2e\xb4\x48\x95\x33\x45\x33\x4d\x1c\x76\x0c\x5a\xcf\xcb\x99\x87\x9e\x81\x58\xca\x3a\x74\x13\x2a\x25\x65\xd3\x91\x5d\x49\x97\x82\xd3\xec\x62\x88\x69\xea\x93\x69\xca\xfc\xf8\xde\x35\xb4\xde\x32\x69\xc8\x5a\x4f\xdf\x27\xff\x80\x28\xc8\xb8\x9b\x8c\x85\x0c\x71\x39\x43\x23\x9a\x46\xc5\xf9\x60\xa2\x6d\xd4\x6a\x90\xcd\x56\xf3\x69\x8b\x2b\x44\x22\x09\x29\x4b\x26\xe5\x00\x62\x43\x55\x4d\xc6\x92\xac\xcd\x54\x1a\x30\x2f\xa2\xd9\x32\x06\x3e\xe3\xb2\x94\xf4\x84\x5d\x77\x36\x00\x16\x67\xd9\x18\x27\xf7\x5e\x3c\xf6\x4a\x22\x17\x0e\x06\x56\x8b\x8d\x50\xe7\xc2\x10\x97\x1e\x68\x02\xd2\x8d\x49\x28\x36\xc4\x64\x10\x15\xec\xb0\x8b\xce\x6d\x49\x43\x66\x8a\xec\x81\x3a\x69\x46\x6f\xa2\x69\x53\xb2\xc8\xf8\x72\x5e\x73\x9f\x95\x13\x4a\x76\xf1\x0d\xd7\xe5\xb3\xec\xf5\x2a\x2b\x31\xbd\xd6\x97\xd9\x4a\x04\xfc\x1e\xf0\x3d\x5a\x70\xc9\x8f\x19\x1f\x83\x5d\xca\xea\x85\x2e\xaa\x3b\x08\x2e\x2e\x9f\xe7\xb6\xb1\xe6\xe5\x13\x49\xe5\x22\xc3\xcb\x75\x3d\x98\x28\xe7\xa7\xdd\x37\x93\x49\xba\xd9\x6c\xd3\x3c\x3e\xb0\xf2\xf3\x27\x29\x1d\xe9\x24\x01\x5b\x43\x12\xf8\x97\x35\x7f\x10\x67\xff\x30\xf9\x25\xdd\x85\xe0\x5a\x52\xe0\x43\xa6\xf0\xd4\xed\xae\x95\x2e\xf9\x23\x23\x42\xce\xe8\x22\x2a\x80\xb3\x73\x44\xa2\x25\x69\xfb\x1f\x13\x7f\xd7\x82\x79\xf2\xc5\x91\x49\x15\xd7\x04\x22\x17\x38\x29\xec\x55\x49\x86\xa5\xa4\x93\x65\x90\xe1\xed\x83\xbb\x20\x63\xc0\x17\x7f\x88\x8b\xa8\x54\xba\xfe\xa2\x8c\xe2\xfd\xa4\x5b\xee\x9e\xce\x72\x17\x9f\x42\x9a\x86\x80\x3a\x50\xfa\x74\x25\xa9\xbf\x61\x75\xd6\x5d\xb3\x5c\xec\xc8\x6c\xae\xc7\xfe\x06\xe6\x32\xb5\xb7\xcb\xdb\x5c\x0b\x12\x51\x6f\xe6\x28\x84\x5d\x3b\x6c\xab\x68\xf9\xb4\xf1\x70\x1a\x30\xc7\xd4\x7e\xe1\xf3\x3a\xa2\x2c\x60\x1c\x61\x23\x98\x35\xd2\xca\x9f\x33\x3a\xea\xf3\xe5\xd3\xd2\x21\x55\xb8\xe8\xa0\x83\xe4\x4e\x80\x2d\xcd\x49\xfb\x8c\x64\x64\x2f\xd1\x8a\x5b\xd0\x79\xd9\xbb\x1d\x50\xf8\x5a\x22\x2a\x00\x70\x37\x9b\x49\xda\xd3\x78\x79\x54\x05\x75\xef\x6d\x50\x5b\x44\x76\xd6\x20\x52\x54\x8f\xfc\x67\x33\x50\x1b\xdc\x59\x45\x60\x9a\x73\xa6\xb0\xf5\x4d\x55\xc3\x2a\x68\x2b\xd3\x82\x3d\x31\x45\x37\x6e\x1f\x1d\x76\x88\x17\x76\x9d\xf4\xf5\x7a\x8f\xc1\x0b\x87\x42\xd6\x8c\xee\x23\x69\x12\x8f\xb0\xf1\x88\x6e\xc5\x4d\xeb\xae\xc4\x66\xa4\x62\x7d\x89\x8a\xa3\x29\x51\xa6\x0e\xa8\x2f\x76\xfa\x06\xc9\x64\x6f\xb1\xdd\x7b\xdd\x8a\x6a\x26\xd0\xee\x54\xdf\x10\x25\xdd\x8d\xb7\x82\x26\x66\x77\xea\xc8\xa5\xa9\x16\x49\x9f\xaf\x77\x8b\x5e\xc7\x49\xbe\xb6\x56\x95\xa7\xbb\x60\x37\xd3\xcb\x5e\xe8\x03\x50\x4e\x30\x04\xb6\xe7\x16\x18\x15\x0e\x6f\xe0\x33\x5c\x51\xe5\x37\x78\x63\xed\xf0\x1a\xf9\x61\x57\x96\xf3\x29\xb6\xd7\x46\x53\x36\xde\xdc\xa7\x24\xb5\xb6\x63\xd9\x87\x8e\xf2\xc4\x46\x11\x4b\x8d\x1b\xb5\xeb\x43\x50\x04\x42\x75\xfe\xd7\xc2\xb1\x68\xb7\x6c\x9f\x87\xac\x0a\x17\x7b\xf7\x3c\x8c\x8c\x1b\xef\xc0\x68\x21\xc8\x84\x7e\xde\x4a\x14\xbf\x82\x4f\xad\x7a\xa9\x97\xb9\x84\xb4\x0d\xd6\x0e\x40\xe6\x2e\xb4\x7d\xb7\xd2\x8f\x82\x2a\x45\xd8\x90\x01\xac\xb0\xfc\xe3\xc9\xf1\xf1\x38\x4f\xee\x89\x3a\xbe\x27\x4b\xc4\x45\xf4\xd3\xb6\x28\x1e\xfb\x47\x05\x37\xfb\x3a\x53\x6a\x21\x4f\x8e\x8f\xa7\x54\xcd\xf2\x71\x37\xe1\x73\x13\x6f\xc4\xc5\xd4\xfc\xe3\x98\x4a\x99\x13\x79\xfc\xfd\x77\xdf\x15\x5b\x3c\xc6\xc9\xfd\xd4\xe4\x45\xae\x5a\x71\xa2\x2d\xbf\x59\xad\x9c\xd3\x1e\x69\x55\x70\x36\x22\x9f\x35\x91\x56\xd5\x66\x6e\x0a\x39\x21\x51\xef\xe7\x1b\x24\x97\x4c\xe1\xcf\x27\xe8\x93\x29\xa4\x8d\x7e\xe0\xb9\x90\xe8\x0c\x2f\x8f\xf8\xe4\x68\xce\x99\x9a\xa1\x4f\xf0\xbf\xf6\xa7\x47\x42\xee\xd1\x2f\x04\x0b\xbb\xbf\x46\x60\xf1\x60\xcd\xe0\x85\x10\x39\x93\xb6\x42\xf7\x77\xff\xe1\x4a\x74\x9f\xa0\x6f\x8f\xbf\xfb\x0f\xf4\x7b\xf8\xff\xff\x07\xfd\xbe\x46\x53\x6b\x97\x73\x5b\x94\x4f\xaf\x6c\x0d\x56\x6a\x8b\x62\x45\xa7\x82\x17\x3b\x55\xd9\xf2\x3d\x4d\xee\xf9\x64\x32\x52\x74\x4e\x4c\x70\xe8\x08\x8b\x15\x2c\xa5\x2d\x01\x4c\xa8\x2d\xad\x62\xaa\x53\x16\xd0\xa6\xb6\x53\x93\xfa\xe1\x8e\x9b\xcc\x8b\xd2\x12\xe0\x53\x89\xca\x75\x50\x09\x5f\x91\x54\x9f\x8a\x36\xfe\x13\x67\x9d\x59\x2d\x00\x57\xa4\x39\x85\xe5\x82\xbc\x1f\x34\x74\xea\xf3\x4d\xa5\xcb\x57\xa3\x0d\xbe\x18\x17\x32\x4c\xed\xa5\xdc\xc7\x72\xa5\xf3\xcd\x9e\xe3\x1b\x2e\x76\x92\x97\xef\xc9\x4a\x08\x4b\x43\x18\x5f\x57\xa4\x22\x2c\x5c\x05\x59\x07\x5c\x78\x20\x21\xa3\xd7\x5a\xb0\xff\xcd\x56\x28\x2a\x8c\xaf\xad\xd9\xa1\xd7\x53\x3f\xf3\x9f\x6c\x1a\x26\x38\xde\xdc\xdb\x05\x8c\x39\x8c\x56\x5f\x71\x9a\x25\x56\x8c\xb8\x02\x6d\x60\xd3\x86\xde\x98\x3d\x23\xd2\x34\x0e\x5e\x60\x88\xbe\x63\x4e\x32\xb1\x49\x29\x95\xfb\x09\x39\xd8\xfb\x80\x67\x58\x81\xda\xdb\x81\xcf\x19\x53\x59\xc1\x22\x1c\xdc\x25\x88\x6c\x41\x59\x1c\xac\xb9\xc7\x96\x88\x16\x06\xec\xb6\x83\x04\x06\x47\xaa\x9a\x61\x66\x94\xa8\x09\x4e\x28\x9b\x76\x02\x30\x03\xc8\x95\x09\x79\x56\xd5\x4a\xde\x62\x79\xbf\x5f\xe7\xe0\xce\xe0\xff\x34\x2d\x00\xa8\x0d\x45\x5a\xdf\x21\x5d\xc9\xe4\x56\x58\xde\xef\xad\x38\xba\x5e\x8a\x26\x65\xd1\x5d\xec\x3d\x09\x85\x36\x40\xf6\xd3\xca\x55\x80\xfe\xe4\xc2\x27\x4d\xe1\x51\x9a\x91\xb4\x8c\x81\x51\x1e\xff\x26\x42\x30\x6a\x71\xe0\x85\x02\x88\x84\xb9\x56\xfc\x52\x63\x9e\x65\x4b\x73\x94\xf4\xcd\x85\xe5\xbd\xf4\x15\x28\x90\x9c\xe3\x2c\xeb\x20\x41\x72\xa9\xaf\xde\x0e\x92\x24\x9b\x1c\x39\xb4\xc2\x14\x65\x7c\x4a\x13\x9c\xa1\x71\xc6\x93\x7b\x39\x64\xfa\x2a\x61\x53\x73\x03\x2e\x04\x4f\x88\x94\xc1\xdd\x5b\xc4\xe5\xdb\x20\x56\x28\x3f\xa1\x88\x98\x53\x46\xa5\xa2\x49\xa9\xa2\x74\x77\xc8\x4c\x39\x15\xad\x0d\x25\xdc\x14\xcd\x80\xe1\x6a\x59\x80\x18\xfc\x84\x9c\x59\x2c\x58\x60\xe8\x36\x2d\xda\x45\x55\xd4\x51\xef\x1e\xb2\xbc\xdd\xf6\x8c\x54\x7c\x1a\x36\xd0\xf3\xa9\xfd\x0c\xce\xd0\x3a\x8a\xb9\x8e\xc9\xd9\x53\x83\x27\x73\x0f\x1e\xe6\x88\xa2\x88\x19\x89\xee\x36\x1f\x4a\xf1\xca\x92\x5f\x61\xc8\x35\x29\xaf\x9b\x68\xfa\xd4\x94\xa8\xb6\xf0\xc3\x65\xbf\x98\x2b\x3d\x6d\x21\xe6\xf5\x25\xf1\xa0\x89\xc4\x2d\x8f\x5e\x7b\x7d\x95\x74\x7c\xdd\x68\x2c\x6d\xc8\xc8\x91\xc7\xb6\xd3\xfc\xd0\xe0\x0f\x42\x27\xa5\x22\xc4\xab\x14\xf5\x9a\x6a\x45\xfb\x4b\xba\x2d\x5b\xdc\x28\x48\xb4\xac\x1b\xed\x56\xba\x16\x07\x24\x1a\x5b\x4c\xb6\x90\x68\x5a\x3f\xa8\x86\xf6\x0a\x51\x95\xd1\x61\x28\x0e\x9e\x3e\xd0\xa2\x0a\x90\xed\x6d\xad\x3d\x43\xcf\xa8\x91\x31\x23\x24\x8a\xad\x0d\x74\xa5\xa9\xac\x64\x46\x51\x53\x20\xcb\xd6\xd7\xd7\x52\x6d\x9e\x24\x84\xa4\x95\xc1\x05\x7a\x44\xaf\x0e\xe7\xe2\x0a\xab\x99\x49\xb2\x99\x73\x65\x8a\x50\x18\x9c\x0b\x67\x68\x31\xc0\x0d\xe3\x8c\x8f\xe1\x42\x02\x08\x0c\x97\x6e\x11\x84\x4b\x9b\x79\x93\x14\x7d\x1d\xdc\x2f\x3e\x01\xac\xae\xc8\xd9\x1e\xe1\x2f\xca\xd6\x99\x5a\x10\x8c\x18\x21\xbd\x8b\xae\x4a\x19\x87\xc1\xac\x26\x58\xb3\xfc\xb5\xd9\xab\x2f\x04\x99\x51\x9a\xc4\x5e\x20\x33\x22\xfa\xdc\x03\x64\x46\xa3\x31\x66\x7c\xfa\xa4\x39\x1c\x7a\x52\xe7\xbc\x79\x60\xad\xc9\x5a\x37\xa2\x55\x44\x3e\xee\x20\x2c\xab\x88\xe8\x75\xc1\x81\x94\x6a\x00\xbc\x2c\x1c\x48\x69\x30\xaf\x19\x0e\xa4\x34\xd4\xd7\x0b\x07\x52\x31\xd0\x06\x70\x20\xc6\xbb\x3b\xd2\x44\xdd\x8c\x29\x40\x9c\xe0\x38\x9f\xdc\xc0\x7d\xb7\x76\x8c\xb6\xd0\xac\xb9\x3e\x9c\x08\x67\x51\xa9\x60\xb4\x36\xa6\xbc\x2e\x1e\x06\xcb\x9d\x68\xcf\xbb\x5f\xa8\x34\xda\xf3\x22\xc3\x2c\x66\xfb\x50\xc8\x4f\x90\x44\x93\x9f\x61\x54\x45\x85\xf3\x8e\xb5\xea\xe8\x51\x18\x43\x66\x82\x17\x36\x47\xa7\x0e\x2c\xf6\xf5\x64\x23\xb4\x43\x5a\x01\x40\x8c\x88\xd5\x37\x4a\x67\xff\x54\xc2\x5b\x9c\xf1\x47\x2b\xb1\x01\xf9\xd9\xda\xcc\x2d\x95\x88\x10\xab\xa5\x44\xd3\x0d\xb1\x5a\xa2\x89\x1c\xb0\x5a\xaa\x37\xf8\xd5\x62\xb5\x94\xf6\xbc\x19\x56\x4b\xd5\x96\x6f\x81\xd5\x12\x35\xf3\xc5\x60\xb5\x94\x56\xf4\x8b\xc1\x6a\x29\xcd\xeb\x80\xd5\xf2\x85\x60\xb5\x6c\xe6\x23\x95\x68\x24\xd5\x87\xb7\x1d\x1a\x49\xa5\x08\x5f\xcf\x22\x76\x4d\xa4\x05\x81\xe1\x99\xd1\x48\xa2\x09\x1c\x02\x6f\xda\x07\xde\x54\x12\x9f\xed\x1b\xea\x5e\xdb\x68\x9c\xf2\x45\xd6\x10\x8f\x24\xda\x9f\xc6\x56\xad\x7d\x50\xe2\xd3\x86\x7a\x81\x71\xbd\xa9\xc6\xdd\x8b\x56\x51\x5a\x14\x23\x2d\x19\xb9\xac\x7c\x23\x9c\x87\x8e\xc5\x03\xe5\x6e\x11\x32\x56\x5a\x5e\x6f\x8e\x37\xb4\xb8\x4f\xbb\x6b\x45\x99\xb6\x1d\xe8\xd5\x65\xd5\xb4\xb4\x7b\xbb\x41\x80\xfd\xbb\xda\xf6\x04\x95\x1b\xf7\xd3\xec\xa6\x8b\xcc\xe7\x1c\x47\x85\x24\x7d\xc2\x50\x51\x48\xd2\xc8\xc6\xa5\x3c\x29\xad\xfe\xdb\x2f\xa7\x54\x2a\x51\x1b\x34\xb1\x32\xc2\x5d\x3c\x6c\x8b\x7c\x9b\xec\xc6\xe9\x76\x9f\xcd\xc9\x9c\x8b\x4d\x11\x1b\x95\x5f\x4a\xc5\x05\x9e\x6e\x52\xc4\xab\xd5\xaa\xc5\x8c\xcc\xb5\x10\x34\x6a\xdb\x48\xd3\xfd\xf6\xd9\x64\x36\xa9\xa1\xa2\x9a\x68\xe0\x3f\xd3\xef\xa6\xb6\x42\x68\xd3\xed\xde\x75\x9b\x5d\x29\xd2\x76\x86\x62\x87\x26\xb4\xde\x72\x65\x5f\x8a\xbc\xa4\x40\xdf\x95\x7e\x78\x1f\x06\xb1\xa5\xa7\xbd\x06\xef\x65\xb5\x43\x70\xc4\x49\x22\x8e\x42\x19\x35\x72\x7e\xad\x8e\x20\x5a\x77\xa7\xdb\xec\xb0\xec\xb9\xa8\x0d\x08\x6b\x62\x3a\x32\xe5\xbd\xb5\xe2\x14\x22\xbd\x97\xe9\x7b\xbc\xac\xc8\x30\x69\x66\x9b\xa4\x4c\xfd\xe9\xdf\xdb\x78\xc8\x41\xc8\xb7\xeb\x36\xa1\x19\x41\x38\x49\x88\x34\xd6\x2c\x1b\x30\x68\x2a\x27\xe6\x22\xdb\x65\x57\xf5\xe1\xd0\xf3\xd6\x2c\xd3\x83\x28\xa5\x05\xf1\x98\x0b\x78\x26\x78\x3e\x9d\x39\x6b\x86\xa6\x42\x3d\xb5\xaa\xbd\xfc\xc9\x84\x77\xec\xb2\x97\xef\x73\x9a\x6d\x67\x2b\x2a\x22\xaa\xf4\x30\x3f\x0e\x6e\x91\x9c\x79\xfa\x1f\x43\xb3\x95\x1b\xbb\x3a\xe8\xe6\x7d\xda\x6f\xbd\x65\x14\xba\xe9\x38\xe0\x90\x09\xcf\x32\xb0\xed\x49\x32\x7f\xa8\xab\xbc\x08\x13\xbe\xa5\x5b\xd6\x97\x83\xaf\xc1\x43\x20\x15\x9e\x2f\x1a\x49\x34\x57\x46\xd8\x92\xc8\x8d\xbe\xec\xda\x33\x01\x3b\x9c\x11\x56\x65\xed\xf9\x79\x15\x00\xf4\x8d\x85\x4d\xb9\x30\x9e\xbd\x85\x4e\xb9\x25\x79\xe6\xf0\xa9\xaa\x79\xb4\x60\x01\x51\x34\x71\xc1\xe3\x9d\x5f\xda\xc8\xf1\x3d\x3d\xbf\x21\xeb\x45\x71\xc7\xae\xa4\xcb\x78\x59\x04\x2e\x1a\x91\x38\xe4\x24\x80\x9b\x68\xed\x04\x8a\x5b\xeb\x01\x08\xee\x06\xf3\xc6\x04\x56\xb9\xe0\x29\x88\xba\x24\xe9\x11\x4e\x96\x49\x46\x93\x40\x05\x9c\x0a\xbc\x98\x55\xb1\x9b\xd5\x12\xe5\x07\x74\x81\xb5\x23\xdb\x3b\xba\x40\x1d\x18\x70\x9b\xa8\x51\x47\x57\x50\xdd\xf2\x80\x7a\x50\x81\x7a\xd0\xf1\x79\xbd\xac\x80\x35\x7e\xc1\x74\xd1\xd5\x73\x77\x80\x3e\x78\x01\xe8\x83\x6d\x0e\x5f\x81\x6b\x10\x1d\xbb\x03\x1c\xc3\xbb\x46\x70\x0c\xfe\x12\x7c\x55\x19\xf6\xf5\xe7\xf1\x85\x33\xb7\x57\x07\xf6\x92\xf0\x0b\x15\xe2\x42\x1b\xb9\x69\x1d\xfe\xc2\x3a\xba\x68\xb4\x2e\x2f\x8b\x86\xd0\x6e\x65\x5a\x01\x1d\x54\xde\x5d\xaf\x04\xf6\xa0\x7e\x1b\x5e\xc9\xb9\xd9\x67\x6c\x7f\xbb\xba\x0d\x61\x7c\x7f\x1b\xed\xa6\x5d\xa8\xbf\xa7\x87\xb7\x15\xee\x5f\x60\x99\x6f\x17\xf2\xdf\x73\x2e\x55\x22\xd0\x8c\x67\x00\x30\x1f\xad\x96\xef\xc0\x07\xab\xfa\x05\x72\x9b\x71\xb3\x20\x89\xd1\xb6\x56\x0b\xb9\xae\x25\xa9\xb7\x1e\xdc\x1f\xc8\xbf\xfb\x0d\xf0\x0f\x57\x76\xdb\x20\xff\x0d\x83\x5b\x27\x7a\x6c\x19\xe8\x1f\xf4\xb8\xd6\xe9\xe4\x66\xd7\xc8\xf1\x54\x26\x96\x2d\x62\x82\x56\x00\xdf\x77\x07\x41\x98\xe3\xcf\xa3\x05\x16\x38\xcb\x48\x46\xe5\xbc\xee\xcc\x53\xa6\xc8\xb4\x4c\x69\x91\x31\xf6\x8f\xdf\xaf\x0f\xc0\x8c\xbd\x8f\xae\xc6\x2f\xf8\x1f\xf3\xf9\xd8\x90\xa2\x1b\x88\x2d\x8c\xa0\x38\x12\x39\x0b\x21\x5c\xfc\xc6\x20\xc0\xab\x35\x45\x83\x27\x39\x44\xe7\xe0\x64\x06\x55\x38\x26\x98\x0a\x46\xa4\x6c\x59\xb8\x59\xc6\x7a\xa2\xb9\x81\xe9\x3f\x22\x09\xf5\x28\x8a\x13\x4e\x82\x4c\x65\x08\xdf\x70\xd8\xad\xeb\x58\xc5\x21\x18\x70\x35\x18\xb0\x7a\x6d\x5e\x63\x40\x60\x51\x3b\xbc\x65\x50\x60\xdd\xf6\xef\x83\x09\xec\x31\x38\xf0\x85\xa3\xe8\x9e\x26\x80\xee\x65\x23\x1e\x9f\x22\xd8\xf1\x10\x12\xf8\xf6\x42\x02\xeb\x8f\x6d\xab\xb0\xc0\x0d\xa9\xf7\xae\x97\x5d\x63\xb0\x7c\x3a\xf8\x93\xc6\x61\x79\xaf\x57\xf0\x45\xc3\x58\xac\x22\x5f\xfd\x10\x8f\xf5\x44\xf1\x58\x15\x4b\xdc\x2e\x26\x6b\x2b\xf1\xf8\xf9\xc3\x45\xca\x05\xa8\x9e\x32\x64\x64\x83\x97\x54\xe6\xe3\xd1\x93\x1f\xbd\xca\x39\x37\x3d\x81\x3f\x7b\xa2\x30\x22\x91\xd0\x74\x36\x26\x69\x0a\x26\x18\xc5\x6d\x31\x86\x82\x76\x18\x31\xf4\xad\x99\x2f\x96\x9a\xd8\x71\xc6\xd9\x54\xd2\x94\x04\x25\xdf\x0a\xc9\xca\x24\x65\x0d\x19\xec\x6f\x96\x11\xe1\x34\x78\x81\xbe\x96\x94\x25\x24\xd4\xea\x05\x4a\x39\x91\xec\x2b\x2d\x80\x3d\x10\x84\xd9\x12\xdd\x33\xfe\x98\x91\x74\x0a\x3b\x54\x1e\xcc\x11\xa2\xa4\x83\xa8\xf2\x9f\x09\x82\x93\x99\xe6\xb0\x43\x3d\x76\xf0\xcb\x1a\x11\x90\xd8\x6f\x83\xb2\x23\xbe\x99\x6f\xba\x08\x0d\x18\x9a\xe0\x44\x75\x90\xcc\xc7\x45\xfb\x29\x37\x75\x24\x1e\x08\x0b\x27\x5e\x34\xf2\x64\xe1\x42\x95\xe1\x41\x25\x6a\x73\xe7\x4d\x13\x40\x2f\xa3\x78\x27\xcf\xee\x03\xde\x05\xd6\xe6\x53\x2e\xad\x0b\x00\x71\xe6\x0f\x93\xcd\x61\xf5\x48\x5e\x80\xa6\x6f\x50\xb1\xd6\x14\xf7\xc3\xa5\xa9\xb4\x1d\x4b\xe1\x86\xb7\x20\xfe\xd6\x4c\x02\xed\x9a\xe5\x4e\xf9\x23\x93\x4a\x10\x3c\xb7\xaa\xa9\x66\xde\xe0\xc2\x31\x4e\x78\x3d\x7a\x2a\xcc\xa5\xdd\x66\x8b\xcf\x29\xbb\xd7\xbb\x5b\x60\x97\x41\x51\x14\xe8\xb9\x62\xd3\xde\x53\x86\xa3\x18\xc4\x2d\x76\x2d\xcb\x5b\x05\xc5\x04\xe5\x0f\x97\x75\xb0\x71\x0a\x6f\x42\x72\x6b\x63\xc6\x93\x50\x09\x06\x8d\xa1\x50\x99\x66\x75\xa6\xf0\x03\x46\x0a\x03\x5c\xe1\x8c\x64\x8b\xa0\x98\xc2\x02\x0b\xe5\xeb\x47\x1a\x24\x23\xcd\x1d\xe6\x39\x03\xf8\x29\xab\x21\x3e\x5a\xc0\x1a\x6b\x47\x28\x1a\xef\x0e\xd9\x40\x7d\x05\x05\x69\x39\x9b\x66\x4b\x84\xd3\x07\x2a\x0b\x1c\xb9\x84\x33\x99\xcf\x89\x28\x15\x29\x32\x4e\x66\x84\x1d\xad\xe8\xb1\x69\x59\xed\x01\x67\x34\x75\x45\xf3\xf4\x8f\x63\x32\xd1\xf7\xde\x02\x0b\xe9\x2c\x92\x15\xd6\x44\xbb\xb9\xa9\x5e\xab\x17\x3b\x93\x3f\x85\xc7\x0e\xcd\x8b\x13\x8a\xad\xee\x72\x5c\x3e\x9f\x41\xd9\xc7\xba\x00\xbf\x95\x49\xa1\xf5\x17\x93\x5d\x85\xb3\x4d\xf9\x9e\xfa\x05\x4d\x0d\xb9\xf1\x1e\xe9\x7e\x9c\x0c\x64\x06\xd7\xca\xfc\x53\x9a\xa0\x1d\xb5\x31\x06\x86\x67\x93\x50\xb8\x14\xa4\xc2\x8a\x26\xae\x84\xa5\x2f\x1d\x6c\xbe\xae\xdf\xda\x5d\x6b\xb3\xca\x04\x67\xab\x3b\x5c\xbf\x96\x37\xe6\xfd\xf5\xbc\xcf\x1e\x37\xd3\xf6\xda\x60\xcd\x84\x67\x59\x1b\x94\xb8\xd2\xcc\x4f\x8b\xcf\xd7\x8f\xa8\xe8\x47\x6f\x80\xdb\x0b\x38\x35\xc6\xec\x87\x33\x2b\x59\x48\x65\x77\x29\x7c\xc9\xf0\xd0\xa5\x35\x2b\x0e\x19\x9f\x00\x8e\x60\x56\x57\x04\x75\x21\xf8\x9c\xb6\xc1\xa1\x30\x18\xb4\xd7\xce\x81\xbf\xc1\x75\xe3\xdc\xfc\x50\xec\xca\x90\x97\xed\x11\x42\xbd\x30\x33\x72\xc6\x9a\x33\x34\xc7\x2b\xa5\x78\x1b\x2d\xf8\x26\x2d\xb9\x87\xe6\xc6\x44\x61\x57\x4f\x9a\x8a\x6a\xf7\x64\x09\x69\xea\xd9\x23\x5e\x16\x21\xad\x6d\x8e\x53\x11\x34\x6a\xcf\x0b\x76\x54\x16\x9c\x18\x1f\x00\x61\xf6\xcb\xac\x42\x93\x13\x74\x5a\x45\x86\xad\xcf\x92\x9b\xf3\x53\x0a\xd9\xe1\xb1\x0f\xe5\xeb\x36\xb7\x61\x7c\x18\x82\x16\x11\x0c\x67\xfd\x52\x7d\x8a\x28\x67\xef\x6b\x54\x6a\x07\x19\x5d\xce\x79\xce\xae\xaa\x5b\x7d\x86\x35\xb3\x64\xdd\x68\xb1\x76\x8c\x92\x6f\x87\x6d\xe0\x7a\xf4\x88\x06\x95\xe7\x7d\x33\x60\x52\x1b\x1d\x62\xa2\x65\x17\x5b\x6b\xcf\x03\x3d\xdb\x78\xa4\x09\xcd\x88\xec\xa2\x41\x85\x3e\xe1\xa2\x81\x40\xaa\x02\xbc\x25\xf0\x8b\x3a\x79\x27\x17\x34\x40\xbb\x76\x52\x0d\xa2\xb6\x22\x6d\x61\xa5\x10\x44\x8f\x39\x31\x5e\x12\xce\x00\x97\x01\x5c\x91\x82\x9a\x82\x8c\x5a\xbc\x54\x60\x70\xd3\xbc\x80\xda\xd4\x22\x53\x24\xdc\x7f\xa0\x65\x6c\x45\x04\xb6\x80\xfe\xc5\xa8\x6a\xb6\x74\x1f\x28\x9e\xcd\x83\xad\x5c\xaf\xb7\xfa\x8b\xd5\xbd\xa9\x1c\xe1\x6d\xdc\x7a\xeb\xd1\x79\xb9\xbc\xbd\xcb\xe7\x03\x7c\xea\xec\x4f\x18\x4d\x04\x01\x13\xe5\xdc\x67\x2f\xb0\x94\x08\xa9\x38\x87\x1b\xea\xe6\xec\xc7\xe3\xbb\x01\x22\x2a\x81\x7a\x65\x43\x96\xc8\x87\x8e\x16\x68\xff\x9e\x13\xa5\x7f\xae\x89\xee\xa3\x73\xc2\x24\x70\x02\xda\xb4\x58\xb3\x5b\x18\xfd\xdf\xb3\xf8\xfb\x35\x24\xbf\x12\x2b\x0a\xb4\xeb\x0b\x67\x6a\x32\x05\x78\x30\xb3\xb4\xb2\x82\x62\x4c\xd1\xf6\x7e\x15\x44\xf8\x16\xb1\x21\xec\x6f\x39\x6b\x29\x26\x9d\x16\x1f\x05\xa3\xa8\x91\xc2\xe6\x0b\x2c\x68\x05\x1e\xcd\xfa\xa0\x13\xf3\x4d\x65\xeb\x9b\x98\x48\x11\x83\x6b\x4b\xe0\xa3\x02\x4d\x1d\x29\x41\x08\xb0\x10\x4f\x4f\xf6\xae\xb7\x39\x0f\x7e\x62\xc1\x47\xdd\x21\xfb\xe4\x4c\xa6\xc5\xaf\xbe\xb6\xa7\x09\x64\x22\x29\xca\x41\x67\x8a\x5b\x81\x66\x53\x2a\xfd\x0f\x00\x0e\x27\xf3\x4c\x19\x98\xdf\x09\x14\x9d\x77\x03\x35\x4f\xaa\xb8\x84\xc0\x2c\x99\x5d\xf0\xdd\x6a\xfe\xd2\xc9\x88\x64\x6d\x64\xc7\xc1\xa4\x9f\x49\x4d\xdf\xc9\x7d\xcd\xe9\xdc\x06\xc8\xba\x98\x0c\x48\x6e\x0e\xea\xd4\x68\x25\xc6\x4e\x97\x19\xd0\x60\x82\xc0\xc8\x56\x0e\x15\x32\xd9\x00\x7a\x17\xad\x6c\x6d\x6c\x6c\xc6\x47\xef\xcc\x72\x63\xe8\x05\x61\x35\x64\x22\x67\x00\xa0\xe5\x4d\xee\x18\x49\x22\xa8\xb1\x7d\x27\x9c\x19\x19\xc0\x1a\x4f\xa6\x9a\x4d\x68\xc9\x0f\xfc\x2e\x9c\x81\x46\xc5\x73\x09\xee\xfe\x39\x51\xfa\x82\xfa\x1a\xc0\xf1\x8d\xd3\xa3\x83\x16\x82\xce\xa9\xa2\x0f\xc4\x03\xf3\x85\x5b\x77\x8a\x15\xce\xf8\xb4\x27\x14\x9d\xe0\x44\xdd\xe2\x9d\x74\x66\x6c\x9b\xd9\xd6\x81\xee\x86\x81\x06\x67\x7a\xf1\xa7\x84\x11\x01\x13\x85\x92\xa3\x95\x47\xb8\x6d\x31\xd2\x82\x73\x03\x54\x6f\x62\xc0\x4d\xa5\xb7\x31\xe0\x5c\xf1\xb9\xd6\x48\x71\x96\x2d\x01\xb4\x54\x3f\x99\x61\x39\x73\x1b\x6d\x90\x4e\x9b\xdc\x4d\x76\x71\x4f\x71\x32\x23\x37\x50\x63\xbe\x6a\x71\x4b\xa3\x7c\x47\x58\x3e\x7f\x77\x82\xfe\xa7\x98\xe3\x69\xef\xf4\x87\xfe\xe8\x6c\x70\xd3\x7b\x7f\xde\x3f\x0b\xe6\x63\x9f\x7c\x1a\xdc\xdc\xac\xfe\xfa\xc3\xe0\x76\xf5\xc7\xab\xcb\xab\xbb\xf3\xde\x6d\x55\x2b\xe7\x97\x97\x3f\xde\x5d\x8d\x3e\xf4\x06\xe7\x77\xd7\xfd\x8a\x4f\xef\x6e\xfd\x43\xfb\xec\xaf\xc1\x21\x82\x78\x0f\x88\x4e\xa9\x1e\x6d\xf9\x9c\x1d\xa1\xf8\xc5\x13\x74\x67\xbd\x37\xd4\xa2\x9d\xbb\xa0\x09\x93\x9b\xf0\x88\xa5\x66\x55\x50\x54\x78\xc8\x90\xfb\x5c\xcf\xbd\xee\x53\xe3\x56\x4a\x66\x04\x65\x9c\xdf\xe7\x0b\xcb\xc1\x4c\x80\x23\xe3\xc6\x22\x43\x64\xd0\xda\x0f\x83\xdb\x13\xef\x45\x5a\x6d\x2c\x48\x41\x74\xa4\x0e\xe3\xc2\x8e\x6b\x82\x91\x63\x21\xc8\x03\x9c\x49\xef\x5d\x0c\x7a\xf0\x1b\xb0\xae\x1f\xd3\x1a\x66\xaa\xd4\x4d\x9a\xda\x82\x07\x6e\x62\x41\xc3\xf1\xf6\xad\x5b\x4d\xbf\x1c\x06\xf2\x12\x8d\x49\x82\x73\xe3\x7c\xd3\xd7\x91\x10\x5c\x84\x03\x2e\xb6\x7d\xc7\x46\xdf\xad\x4a\x19\x31\xb0\xbd\x84\x33\xa2\x3f\x09\x4e\x8e\xd6\x97\x41\x97\x76\x90\x6d\x33\x0b\x8b\xe9\xea\x4c\x17\x1e\x13\x80\x8a\xd1\x9c\xdb\x03\x98\x51\xf0\xe6\x61\x85\x1e\x09\x44\xb9\xe6\x16\xb3\xd2\x68\xc8\xfa\x04\x42\x77\xc6\x0e\xed\x00\x8a\xa3\xe8\xd7\x5a\x96\xb9\x0f\xb1\x58\x7f\x2f\x49\x15\xbb\xdc\x21\x54\xf1\xcc\x34\x0a\x3c\xd4\xb9\x56\x61\xc4\x35\x16\x7f\xc7\xb3\x2b\x2c\xcf\x6b\xa4\xa0\xd5\x7b\x63\x03\x4b\xd7\xcc\xb5\xc9\x78\x5c\x7a\x46\x04\xa1\xd3\x2e\x5f\xdd\x87\x05\x6c\x5c\xab\x5b\x9e\xe2\xa5\x26\x0e\x88\x69\x90\xf9\x62\xc1\x85\x42\x35\x6d\x20\x38\xe9\x66\x7c\x70\x33\xd8\x79\x78\x16\x05\x8d\x68\x39\x40\x56\xa0\xdc\x35\x8b\x58\xb7\xeb\x5a\x9c\xfb\x30\xf5\x15\xd4\x35\x8f\xb8\x38\x8f\x14\xdf\x88\x42\xab\x44\xd4\x5d\x22\x99\x16\xfa\x1a\x6e\x0a\xde\x5b\xd5\xfb\xa5\x6b\xa1\x72\xcb\x33\x32\x51\xa3\x4a\x6f\xca\x1a\xc3\xa1\x6e\x91\xd5\x25\xf9\xd0\xe9\x6c\x0f\x2d\x36\x97\xe5\xbf\xb7\xde\x2e\x2d\xc0\x07\x7a\xbc\xe0\x5c\x19\x29\xb2\xd0\x34\x90\x5b\x4d\x30\x02\xd8\x4e\x4d\xa5\x80\x42\x54\xd3\x92\xf9\x3d\xe3\x8f\xcc\x5b\xcc\x65\x77\xc8\xfa\x18\xca\x57\x78\x75\xc1\x06\x2c\x18\x59\x7d\xa3\x94\x1e\xa1\xe1\xbf\x12\x0c\x89\x82\xee\x6d\xa9\x9f\x6c\x89\x8a\x8a\x07\xd1\x77\x4d\x4e\x8f\xb1\x26\x3b\x41\xcd\x4c\xd8\x62\x75\x2b\xb2\xb0\x16\x6f\x33\xcf\x22\x9c\x1b\x9c\xa6\xba\xab\x2e\xfa\xd9\xd9\x67\x20\xbe\xa2\xa8\xd4\xa1\xcc\x8d\x93\xe1\xa5\x4b\x92\xaf\x5a\xd8\x7d\xe4\x9d\xef\x3b\xe2\x62\xfd\x02\xfb\x1c\xbb\x8a\x55\x8e\xd4\x64\xc6\x8c\xdd\xb4\x45\x78\xd9\xa9\xff\xe8\x86\xac\x8f\x3f\xfd\x00\xe0\xdd\x8a\x08\xad\x6c\x82\xcc\xc0\xb2\xe5\xff\x32\x9b\x05\xf9\xe6\x36\x36\x39\x75\x80\xcc\xd6\x33\xa9\xcf\x0f\x78\xd6\xb4\x18\x30\x06\x20\x8a\x0c\xe4\x80\x2e\xea\x41\xdd\x0a\xa8\x48\xa0\xaf\x42\x17\xc5\x43\xa7\x8c\x6f\x0a\x1c\xa8\x21\xa6\x24\x20\xa6\x9b\x7a\x62\x92\x40\x4d\x45\x68\xf5\x7e\x28\x6a\x0f\x69\x36\x9a\xb7\xe0\x55\xcc\x9d\xe6\xc9\x35\x2d\x54\xec\x97\x08\xc2\x59\x19\x6e\xf0\xe1\xbf\xaa\x87\xfe\x31\xc7\x02\x33\x05\xa1\x25\x56\xf2\x16\x24\x08\x71\x24\x9f\x21\x78\x8b\x19\x73\x2d\xfc\x14\x6e\xae\x73\xa5\x4f\xe9\x03\x61\x88\xa6\x1d\x44\xbb\xa4\xdb\xb1\xc5\xe7\x64\x3e\x2e\xde\x9c\x69\xc9\x61\xc8\x56\x52\x46\xba\xa8\x97\x49\x6e\xbf\x20\x2c\xc9\xa0\x4e\x4c\x10\x05\xe3\x29\xdf\x3a\x7f\xc6\x4b\xd0\x2f\x60\x2b\x8b\xe6\xb9\x7d\x10\x7c\x38\x64\x58\x1a\x5f\x73\x06\x27\xbd\xf8\xbd\xaa\x16\x54\x14\x7f\xf0\x84\x80\x71\x2b\xd7\xd0\x93\x6d\x92\x01\x2b\x5e\xb7\x41\xf0\x06\x6c\x4c\x91\xca\x13\x24\xc5\xa0\xaf\xb1\x42\x19\xc1\x52\xa1\xef\xbe\x69\x15\x73\xe1\x26\x58\x70\x57\x7b\x7c\x8b\x80\x54\x17\xd1\x56\x57\xd0\x0e\xc0\xe4\x6d\x05\x5e\x2f\x40\x76\xf4\x3e\x2b\x8e\x1e\xa8\xcc\xa1\xf4\x4e\x10\x43\x6f\x8a\xa7\x50\x25\x5d\x50\xa0\x51\x99\x6a\xf8\x88\x83\x7f\xb1\x6e\x49\x3b\xac\x0a\xca\xb2\xca\x13\x35\xea\x19\x64\x49\x16\xb1\x65\x33\xac\x86\xcc\x72\x56\x17\x8e\x11\x94\x5a\xe8\x65\x59\x1c\xcf\x85\x21\x64\x91\xe9\x09\x43\xe1\xa0\xae\x5f\xa0\x0b\x50\xbf\x7c\x08\x50\x5c\x44\xd0\x1f\x16\xad\xa9\x0d\x99\x4f\x41\x0b\xdb\xae\x94\x76\xaa\xac\xc0\xcf\x28\x04\x57\x74\x7f\x6e\x2a\x38\x35\x10\x86\xeb\x2b\x6c\xae\xf1\x9a\xac\x58\xde\xd7\xc8\xc6\xfb\xee\xa0\xb9\xa8\x5c\x6d\xc5\x86\x6b\xf6\x91\x57\x18\xc5\x6b\x36\x37\x90\x2d\x76\x51\xc0\x7d\x2c\xda\x73\xf9\x65\xa3\xa1\x0f\x52\x88\x2d\xdf\xcc\x05\x8b\x58\x6d\xc7\x3a\xc0\x1c\x4d\xd3\x20\x74\x34\x88\xab\x83\xd0\x62\xc7\xf8\xec\x9b\x35\xfe\xd1\xc5\xdb\x9e\x7e\xa7\x98\xbf\x9b\x8a\x0f\x2e\x5b\x9d\x78\xbd\xb0\xd7\x4b\xff\x86\x13\xc2\x92\xa5\xe9\xc9\xc1\x65\xad\xe6\xc8\x39\x64\x21\x0c\x26\xf7\x4a\xf1\xd0\x16\x63\xeb\xa2\x3e\x5c\x34\xae\x36\x1b\x9e\x38\xb7\x41\xf0\xf2\x90\x69\xcd\x44\xdf\xf1\xd2\x0c\xda\xb5\x1f\x93\x78\xd5\x09\x30\xf9\xb9\x3b\x79\x5c\xe6\x9b\x51\x10\xeb\xb4\x09\x97\x1e\x0c\x6d\x00\xcc\x1b\xea\x4f\x4f\x50\xca\x93\x7b\x22\x8e\x05\x49\xa9\x3c\x01\x0f\xb8\xaa\x75\xbd\xcd\xb5\xb6\xbd\xb3\xa4\xd1\xb4\x4e\xea\x6a\x55\xb3\x39\x14\x1c\x83\xa0\x62\x57\xd2\xa0\x83\xe8\x04\xd4\x09\x97\x5f\x60\x92\x0e\xac\x75\x1b\x11\xa6\xc4\x72\xc1\x29\x53\xde\x94\x55\x5a\x08\xa7\x69\x68\xa1\xad\x2e\xc4\x56\xec\x23\x52\x66\xcb\x69\xdf\xce\x88\x24\x2e\x2c\xc0\x4c\x4a\x71\x5b\xcd\xdf\xb0\x8b\x05\x56\x33\x09\x19\x12\xf1\x1a\x58\xa5\x0b\x3e\xd5\x2b\x84\x17\x10\x55\x60\xac\x14\xc5\x47\x3e\x8e\x5f\x2a\x9a\x65\x43\xc6\x08\x49\x25\x82\x64\x86\xaf\x2a\x33\x71\xf4\xa7\x1d\x84\xd3\x14\xfd\xef\xaf\x3f\x9c\xff\x72\xdb\x1f\x0d\x2e\xc0\xe6\x3c\x38\xef\x7f\xd3\xf1\x3f\x5e\xde\xdd\xfa\x5f\x8d\x85\xe5\x81\x08\x34\xc7\xf7\xa0\xe2\x31\x69\xe4\x3f\x88\x76\x0f\x47\xea\x72\x94\xf4\x13\x49\x5c\x04\xa9\x15\x53\x7c\x56\xbb\xdd\xc3\xda\x8a\x25\xc6\xe6\xd7\x42\xf9\xbd\xf6\x9f\xac\xa7\x41\x47\x3c\xbe\x0b\x27\x06\xce\x09\x53\x9a\xc7\x58\x6b\x5f\xa1\xfb\x16\x04\x47\xd8\x94\xb2\xba\x38\x37\xc2\x1e\x9e\x52\x88\xff\x91\x2c\x7f\xd2\xea\xf5\x15\xa6\xa2\x31\xed\xf5\xd9\x03\x15\x9c\xc1\xd4\xbc\x59\xab\xa8\x25\x4d\x94\xf3\xb6\x05\x87\x4a\x1a\x59\x18\x22\x29\x16\xb5\xb1\x94\xa5\xc4\xed\xd7\x31\xdd\x9e\xf1\xfe\x92\xcf\x4a\xb8\x6c\x38\x69\xd9\x0d\x7e\xc0\x34\x83\x38\x58\x77\xd1\x14\x34\x38\x64\xb7\x97\x67\x97\x27\x88\x64\x78\xcc\x05\x64\xc7\x98\xc0\x1d\xd7\x84\x5d\x30\xa8\xd1\xe9\x1b\x8a\x32\x21\x3b\x68\x51\x64\x42\x86\x46\xb4\xae\x69\x63\x43\x46\xe4\x82\x8b\xd5\x3c\xc2\xfd\xaa\x80\x76\xb2\x57\x5c\x34\xb9\xfe\xf5\x6b\xb0\x74\x7c\xa1\x15\xb9\x12\xe7\xb5\x77\xf3\x84\x60\x53\xc5\xc7\xb8\x85\xac\x2d\xdf\x06\x86\x66\x59\x84\xd8\xae\x0f\x8e\xec\x5a\x47\x79\xf1\x26\x67\xe8\xc7\x3f\x4b\x34\xce\xd5\x90\xc5\x6d\x70\x06\x05\xeb\xdf\x63\x95\xcc\xbe\x19\xb2\x4b\xad\x66\xfe\xf8\xe7\x9a\x94\xed\x14\x2b\x3c\xaa\x26\xca\xfa\x35\x39\xc3\x0a\x9f\x73\x9c\x52\x36\xb5\x40\x04\xd5\x6b\xf1\xbe\x7f\xdb\x3b\x41\x97\x56\x87\xf7\x59\x96\x05\xc2\x43\xd0\x10\x30\x64\x98\x88\xe3\x22\xc0\xca\x99\x67\xfd\xd6\x44\x06\xd2\x93\xbe\xb0\x86\x0c\x96\xd2\x70\x55\xaa\xd0\x82\x5b\x4c\x57\xad\x95\x19\x00\x01\xec\xab\xb2\x67\x4b\xa4\x57\x07\xc8\xd8\x6f\x86\x95\xc7\x40\x9e\x59\x65\xf6\x43\x06\x0a\xba\xcf\x7c\xcb\x78\x82\x33\x88\x9c\x3b\x0a\x6c\x7a\x5a\x6d\xe7\x39\xa4\x21\x41\xc8\x0a\x5b\xc6\x01\xae\x3e\x33\xce\x0b\x65\xe1\x46\x81\x01\x00\xf6\xd1\x3a\x53\xe7\x5c\x73\x9c\xee\x90\x0d\x26\x26\xb0\x2e\x33\xab\xa3\x3f\x24\x0c\xfc\xc9\x6e\x59\xf4\x53\xc7\x8f\xa0\xba\x99\x71\x2b\xe2\x04\xcc\xf7\x6c\x09\x61\xd1\x80\x03\xc9\x21\x40\xa3\xe0\xce\x96\x28\x57\x76\xd1\xdf\x89\xc1\x67\x43\x66\xe2\xf9\xa2\x7d\x09\xb3\x84\x83\xde\x39\x83\x70\xc3\xe2\xba\xf4\x02\xc6\xc2\x86\x1f\x5a\x59\x7f\x21\xc8\x91\xab\xef\xab\x7f\x0d\xd6\x54\xdf\xb0\x5d\x74\x1d\xaa\xd7\x29\x4f\xf2\xb9\x03\xbb\x81\x74\x2d\x1b\xa7\x66\x2f\x51\x4f\x21\xe6\x62\xaf\xa4\xf8\x7f\x0b\xff\x5b\x29\x9b\x5e\xed\x58\xd5\xdd\x53\xd5\x68\x11\xb7\x14\xb5\xb6\x19\x4e\x63\x03\xb6\xf1\x45\x81\x99\x01\x45\xdf\xb9\xd6\x3e\x39\xd8\xa1\x4d\x56\x1d\x4f\xbf\x92\x68\x70\xa5\x85\x14\xad\x94\xfa\x63\x92\x4b\x65\xa2\xb4\x20\x53\xc5\x7c\x6d\x22\xe5\x3b\xe8\x5b\x34\xcc\xbf\xfd\xf6\x8f\x09\xfa\xec\xfe\xf1\xa7\xff\xf8\x8f\x3f\xfe\xa9\x4d\xe8\xb7\xd3\x99\xa1\xdd\x62\x8d\x3c\x02\x6e\x2c\xb5\x84\x3b\xb0\xca\x4c\x76\xd8\x05\x7b\x46\xea\x96\xdf\x6a\xec\xb5\x99\x4e\x55\x8f\x83\x20\x1c\x3c\xb5\x87\x50\x86\x87\x07\x45\xa7\xa7\x70\xf6\x4b\xa2\x3a\xf1\x21\xf6\xf2\xa8\x15\xba\xff\xd7\x1a\xdc\x82\x91\xa6\xe6\xed\x82\x85\x68\xe6\x25\x60\xdd\x08\xfa\xda\x9a\xe8\x14\xf8\xf8\xbe\x71\x77\x10\xcf\x52\x22\x6c\x55\x39\x67\x55\xf3\xb6\x3e\x38\xbf\xe4\xf3\x22\xe3\x36\x8c\x03\x23\x49\x16\x18\xee\x78\x7d\x5e\xbb\x43\xd6\xff\x8c\x35\x73\xed\xb8\xf2\xa4\xf0\x91\x71\x8e\x4c\x70\x42\x90\x91\xa6\xbf\xfe\x7c\xa2\x7f\xeb\xa0\xe5\x09\x44\x63\x76\xd0\x3f\x4e\x6c\xde\x34\x16\x6a\xa4\x7f\xfa\xc6\x89\xc3\xb6\x09\x18\x34\x95\x68\xf8\xee\xf8\x01\x0b\x53\x39\xe6\xd8\x02\xde\xbe\xb3\xec\xcf\x83\x79\x87\x02\x74\xc6\xf9\xbd\x8d\x55\x5d\xf9\xf2\xd8\xa1\x30\x00\x81\x7b\xe7\x86\xd9\x7c\x1b\x76\xac\x85\xbd\x23\x78\x81\xa0\xee\x62\x8c\xba\x7f\x93\x9c\xa1\xee\x12\xcf\x33\xfb\xab\x7b\x6a\x43\x69\xb1\x44\xae\x4c\x9e\x0b\xa4\xc9\x96\xc6\x9c\xf9\x3e\xe3\x63\x98\xd7\x27\x37\x57\x13\x8c\x0a\x03\x2d\xae\x88\xe2\x56\xb1\x13\xb1\xe2\x8e\xc9\x25\x87\xd2\xb7\xfa\x15\xb8\x7b\xab\x66\xf5\xd9\x0f\xe9\xbf\x8d\xf3\x16\x16\xc5\x65\xb0\x19\x0b\xae\x0f\x04\xd3\x8d\x7e\x46\x5f\x5b\x26\xf4\x8d\xbe\x08\x6c\xe4\xaf\x59\x86\xaa\x0e\x96\xbe\x83\x5f\x82\x0e\x28\x43\x26\x27\x71\xcd\x97\xff\x38\xee\x76\xbb\xfe\xeb\x0b\x3d\x95\xff\x0f\x51\x25\x49\x36\x31\x2d\xb9\x6b\x66\x39\x64\x9f\x1c\x60\x9d\xb3\x30\x17\xf8\x2e\x50\xec\x31\xe1\x19\x3a\x2a\xac\xae\x29\x4f\x24\xfa\x9d\x96\x3d\x83\xa5\x84\x1f\xb5\xb2\x55\x7d\xaa\x6c\x59\xdc\x67\x3a\x56\xd6\x6a\x5d\x3e\x58\x21\xa4\x83\xd7\x3e\xb1\x0c\xd1\x0f\x81\x16\x34\xe5\x1c\x5b\xd8\x07\x28\x18\xac\xc8\x67\x05\x8f\x6a\x50\x35\x2a\xa3\xc2\xab\x25\xb8\x15\x86\x5b\x80\x6b\x18\xb2\xae\x59\x00\x8b\x7d\x60\x79\x83\x99\x67\x27\xf4\x71\xe8\xeb\x85\x85\x10\x6a\x32\x9f\xcf\xb1\x58\x1e\x17\xa7\x6d\x95\x38\x0b\x3c\x54\xe0\x32\x99\x5b\x00\xf0\xb3\x66\xf6\x68\xd9\x50\x03\x2b\x03\xba\x3b\xcd\x9f\xdd\x04\x00\xd8\x21\xe8\xcd\x94\x1f\x20\x2c\xe1\xa9\xa5\xeb\x22\xf5\x32\x16\x2b\xfc\x3b\xab\x02\x85\x0b\x5b\x91\x85\xc5\x8c\x29\x93\x8f\x6d\xdf\x70\x1f\xd7\x30\x70\x3e\x82\xe2\x18\x64\xda\xc2\x87\x39\xb8\xbc\x71\xdf\x34\xbf\x76\x61\x1d\x62\xb9\x1a\x3b\x55\xce\x99\x0d\x04\x7e\x2c\x2e\x60\x08\xc0\x30\x26\x94\xdc\x27\xa6\x9a\xbf\x4f\xf9\x15\xcd\xf4\xbd\x05\x34\xde\x1d\xb2\xe8\xe7\x0e\x22\x19\x9d\x53\xe6\x03\xe0\x0c\x7b\xe7\x13\x23\xe2\xde\x53\xa5\xb7\x4c\xa6\xf7\x9a\x83\xb9\x1c\xff\x40\xef\xe9\xb1\xa5\x23\x1d\xef\x3d\xb2\x66\x82\x5c\xea\x71\x15\x8a\xb4\x96\x38\x75\x13\x47\x56\x6a\xa4\x01\xe1\xc1\xf9\x1d\x32\xdd\x9a\x3b\x4b\x45\xe4\x6d\xd0\x5e\xd0\xdc\x91\x03\x12\x0b\x38\x00\xf4\x11\x85\xcf\x7a\x21\xb5\x42\x44\xe9\xb3\x7c\xbe\x6b\xde\x86\x8d\xc4\x7d\x29\x5b\xda\x55\x51\xd0\xd5\xe6\x00\x11\x96\xcf\xdd\x81\x6a\x41\x71\x7d\x2b\x00\xa5\x24\xc9\x30\xdc\x1d\xd0\x10\x84\x27\x76\x8c\x17\x33\x28\x1e\x6b\xaf\x17\xd3\x8d\xc1\x26\xcd\x08\xfb\xda\xfc\xfd\x0d\xb2\x77\xc3\xb7\x1d\x7b\x9f\x0b\x69\xf5\x3c\xb7\xe7\x80\x6d\x4f\x52\x63\xe8\x06\x88\xb2\x29\x86\x92\xde\xd6\xfa\x12\x29\x87\x20\x81\x2d\x79\x8e\x1e\xa9\x9c\x0d\xd9\x2d\x77\x56\x41\xc4\xb8\x07\x79\xeb\x80\xc6\xb8\xd2\x1f\x96\xc0\x04\x60\xd4\x55\x14\x50\xaa\x07\xdf\x3e\x6d\x07\x22\x4d\x47\x8c\xa7\xa4\x65\xc0\x79\x45\x35\x6b\xeb\x2c\x70\x4e\x66\x41\x4c\x6a\x15\xdc\x14\xb5\xb5\x78\xa5\x6c\x69\x40\xaf\x2c\x5c\x6f\xdb\x81\x3a\x26\x8f\x6c\x5b\x54\x0b\x7f\xab\x41\x2b\x4e\x2d\x0c\x52\x61\xa3\xb5\x8f\x8b\xeb\xef\xa4\xa3\xa5\xdb\xb9\x10\xcc\xdc\x13\x58\x76\x1f\x05\x8c\xd1\x54\xf0\x7c\xe1\xf3\xc5\x5d\xe6\x9c\xd9\x06\x2b\xd3\x0c\xd8\x84\x9f\x58\xad\xea\x9c\xb2\x7b\x43\xf1\x4f\xb5\x47\xbe\x48\x7c\xf0\xbb\xbb\xc3\xcc\x8a\x1f\x21\xca\x92\x2c\x87\x8b\x4f\x2a\x9c\xdc\x1b\x84\xbf\x3a\xcb\xac\xfe\x66\xb4\x39\x2f\xb1\x46\x62\xca\xb3\xcc\x76\x5b\x5c\xa0\x45\xed\x9d\x07\x8a\x11\x46\x77\xd7\x83\xea\xbe\xef\xe9\xaa\xc7\xa5\xfa\xf6\x8c\x09\x04\xfe\xe7\x47\xda\x2a\x38\xb2\x04\x45\x4a\x22\x52\xf7\x16\xa0\x3a\x00\xae\xd2\xed\xbd\xa3\x8b\x57\xdf\x42\xa3\x79\x05\xa5\x56\x4f\xbe\xe8\xf8\xcc\x7e\xfc\x49\x7f\x5b\xbd\x23\x9f\x20\x2f\xc8\x83\x27\xcc\x31\xd3\x13\x74\xbd\xd6\x98\x08\xcd\xc5\xb8\xd5\x90\xee\x16\x5b\x0d\xc8\xf4\xd8\x10\x36\xdb\x76\xe5\x5a\x79\x34\x36\x43\x9c\x19\x85\x5b\xcd\x40\x13\xeb\xa0\x9b\x64\x46\xe6\x18\xe2\x52\xe6\xb1\x46\x06\x92\xe9\xd7\x19\x16\x53\x23\x27\x4a\xa2\xe4\x37\x15\x3b\x5c\xc4\x67\xef\xb0\xc3\x5b\x40\xfa\x87\x3e\x1a\x90\x42\xd6\x71\x00\x3f\xca\x18\x1d\xc8\x33\x27\x5f\x1c\xc3\xde\x1d\x54\x86\xa8\xc0\x09\x17\x02\x50\xec\x52\x2d\x8d\xd7\xe3\x26\xec\x58\xda\xe5\x02\xcf\x7d\x8e\xb1\x2b\x30\x61\x53\x49\xcc\xe0\xc6\x04\xa0\xa2\xea\xc7\xb0\x73\x0d\x97\x70\x08\x16\x53\xbd\x6e\x04\x43\xd6\x73\xaf\xf8\x3c\x45\x10\x71\x85\x91\x43\x20\x96\xcd\x44\x6e\x82\x98\x89\x8b\x55\xb7\x93\xab\x99\x44\xdb\x74\xb0\x72\x19\x1a\x2d\xe6\x7a\x6c\x39\x23\xc6\x38\x7d\xc7\xcd\xa3\xa6\xe7\x87\xf6\x55\xba\xaa\xa1\x1e\x92\x72\x15\xa5\xaa\x8e\x37\x8b\x94\x2e\x07\xdd\x36\x14\x16\x6e\x32\xf1\x6e\xd9\xb2\x20\x53\xbd\xe2\x46\x35\x29\x75\xb6\x7a\x5a\xd5\x4e\xdc\x98\xe2\xf9\x48\xf0\x6c\x97\x3d\x72\x4d\x44\x6a\xee\xcc\x40\x7e\x2e\xd1\xdf\x73\x9c\x19\x93\x3c\xb3\xe4\xe8\x86\x0d\x12\xc3\xf7\x7f\x42\x3d\xb8\x2e\xd1\x27\xe0\x8b\xe0\x8c\x84\xd6\x14\x47\x74\xbe\x20\x42\x72\xad\x8f\xd5\x6c\xf2\xfd\x9f\xe5\xc8\xe2\xf5\x8e\x70\x92\xf0\x7c\x15\x9b\xb7\xc5\x4c\x2a\x5a\x0b\x27\x85\xd1\x7d\x3e\x26\x82\x11\x53\x2d\x12\xde\x43\xee\xbd\x46\xc3\xe5\x38\x57\xb3\xef\x47\x49\x46\x1b\x83\x08\x43\x26\x44\x4f\x7f\x76\x6a\xbe\x5a\x37\x81\xa8\xfd\x68\xe8\x0c\x99\x67\xc8\x3c\xeb\xa2\xf7\x38\xb9\x27\x2c\x45\x8b\x2c\x9f\x52\x9b\x9e\x0c\x37\x14\xb0\xcb\xc0\x4a\x15\x4f\xcc\xa8\xbc\xa6\x7d\x7d\x0d\x0d\xd9\x1c\xdf\x83\x86\xf4\xd9\x06\x8c\x6b\x4d\xb3\x95\xb6\xe5\xe9\x61\x05\xa7\xc1\xe5\xd2\x4a\x92\xe4\x42\xbf\x61\xce\x87\x32\xe7\x03\xec\x4a\x80\x55\x96\x33\x84\x01\xea\xe1\x2b\x89\xf2\x85\x33\x7e\x80\xc1\x23\x03\x1f\x91\x99\x24\xd4\x0f\xa3\x5a\x1c\x9c\x91\x21\x83\xb8\x3b\xd7\xe2\xd2\x73\x95\xd0\x2d\xe9\xdd\xe3\x55\x87\x6f\x62\x12\x9d\x77\x73\xa7\x18\x33\xd2\xde\x63\x0a\xd5\x8c\x30\xd0\xc3\x9a\xb7\x0c\xd9\xe2\xcd\x37\x2d\x8a\x1f\x34\xb3\x28\x0c\x47\x7e\x09\x73\x46\x2d\x6c\xb5\xb5\x15\x06\xa1\x3d\xce\xa4\x5e\x7c\x4f\x25\x92\x58\x51\x39\xa1\x95\xfa\x69\x98\x5e\xbe\xcb\xaa\xe3\x76\x39\xed\x15\xf9\xec\xa5\xb5\xf0\x31\xca\x5d\xf4\x01\xd4\xed\x62\x4a\x8a\xfb\xec\xf0\x3a\x96\xa0\x66\xa4\x16\xd8\x6c\x1f\xce\x7d\x37\x83\xa6\x56\x14\x1f\x8f\xde\x45\xbd\xc2\xcc\x69\xf2\xe3\x8d\x01\x73\xc3\x8c\x48\x26\xc9\x36\xc4\xd7\xc8\x22\x00\xce\x40\x20\x20\x04\xb2\x8a\xd4\xbf\x17\x20\x8b\x7e\x98\x8f\x90\xf2\x85\xef\x09\x5b\xa7\xf6\x35\x1f\x61\x3f\x4a\x98\xad\x1a\x62\xcf\x2b\xfc\xdc\xe8\xfc\xdb\x0c\xb0\xf9\xb1\x2b\x20\x09\xe8\xe4\x58\x2f\xb9\x16\xf4\x93\x7b\x1b\x68\x6e\xcc\x3e\x16\xd4\xe0\x71\xc6\x65\x78\xce\xdc\xfe\xc1\x66\x2a\x91\x13\x17\x50\x0e\x81\xfa\x7e\x81\x8d\x87\x9e\xf1\x10\xf3\x00\x46\xed\x0f\xa9\x31\x69\xf9\xfd\x46\x8e\x85\xc2\x32\x80\xb9\xdc\x35\xb5\x7a\x9a\x7f\xfc\xb3\xbc\x84\x13\xbb\x8f\xbc\xdd\x0c\x8f\x49\xf6\x04\x50\x4e\x5b\x1a\x22\x7d\x34\x88\x19\x17\x18\xfd\x53\x9f\x28\xbe\xe0\x29\x2a\xc8\xab\x2e\x28\x91\x31\x6e\xa2\x01\x5e\xe1\xb4\x82\xc1\x35\x9e\xdb\x26\xca\xfe\x14\x78\x2b\x4d\x55\x5c\x03\x8f\x12\x88\x5c\x36\xb7\x0b\xb4\x5f\x7b\xfd\x53\xe9\xef\x93\x6a\x1a\xbb\xe2\xe9\x2e\x84\xd5\x1e\x02\x6b\x95\xae\x1b\x44\x1c\xca\xaa\xa2\x3c\x6b\x56\x62\xc1\xeb\x63\xc5\xd2\x51\xf3\x32\x36\xe0\x77\x1c\xe7\x93\x1b\x00\xe0\xad\xcb\x5f\x77\xc8\x43\x33\xe2\x13\x52\xf4\x3e\xeb\x6e\x7c\x78\x74\xdd\xa6\x58\x37\x56\x71\xfd\x63\xf4\x7f\x6f\x2e\x2f\x8e\xe6\x58\xc8\x19\x86\xfc\x40\xd7\x56\xc7\xc1\xc4\x1b\x05\xd4\x99\xd7\x29\x43\x43\x76\x84\xa6\xbc\x63\xbc\x39\x27\x68\xa6\xd4\x42\x9e\x1c\x1f\x4f\xa9\x9a\xe5\xe3\x6e\xc2\xe7\xc7\xc5\xda\x1c\xe3\x05\x3d\x1e\x67\x7c\x7c\x2c\x08\x04\xdd\x1d\x7d\xd7\xfd\xfe\x3b\xd8\x9a\xe3\x87\xef\x8e\xc1\x86\xdf\x9d\xf2\xdf\x9d\x7f\xff\x9f\x7f\xfc\x93\x6e\x78\xb1\x54\x33\xce\x4e\xac\xab\x68\x6d\xdb\x47\x46\xf0\x3d\x36\x9f\x94\x7a\xf9\xcf\xee\xb7\xe1\x30\xec\xab\x73\x9e\x92\x4c\x1e\x3f\x7c\x37\x72\x3b\xd3\x5d\xb4\x71\x7e\x15\x0c\xdf\x2f\x79\xa9\x86\x93\xfe\xdd\x93\x8c\x4b\x0f\xda\xb4\x2d\x15\x67\x25\x0c\xa9\xdc\xe1\xc4\xdc\x93\x15\x7f\x60\x0b\x0d\xcc\x4b\x52\x35\x3a\x7d\x5b\x84\xdf\x5a\xd9\xa6\x55\x06\x19\x78\xdf\x68\x02\xe8\x91\xc6\x06\xb1\xc0\xb4\x2a\xce\xc7\x7a\x99\x77\x59\xbf\xa7\xc4\x41\xdd\x37\x00\xaa\x9d\xee\x96\xe0\xa7\x99\xf9\xda\xf9\xc4\xf9\xa3\x03\x3d\xdd\x07\x54\x68\xc3\x62\x1a\x1e\x4f\xd1\x10\x0f\x8c\xc5\x8d\xab\x1d\x8d\x44\x4b\x6c\xc2\x24\x6c\x14\xa4\x84\x88\x49\x83\x47\xc0\x27\x1e\xd9\xd5\x04\xbb\x1a\x10\x68\x3e\xa9\xf8\xc7\xfb\x8c\x8f\xe5\x37\x1e\x05\x05\x4b\xd7\x47\x01\x4b\x50\x4f\x82\xfb\x01\x12\x75\x4b\xf1\x94\xfa\x89\x3b\x33\xa1\x14\xd2\x66\xe1\xab\x89\xaa\x88\x45\x35\x49\x99\x58\xf0\x9c\x39\x20\x46\xce\x08\x9f\x40\x94\x00\x5c\x80\xce\x0b\x02\x46\x10\xc6\x55\x90\x80\x29\xc8\xc2\x30\x52\x30\xd7\xd5\x2f\xf7\x8e\x60\xa4\x9b\xd6\xf9\x29\xc0\x48\x77\x5d\x77\x7b\x70\x5e\x68\xc1\x77\x0d\x55\x30\x47\xa9\x05\x9b\x85\xf7\x37\xba\x26\x3c\x1f\x00\x5f\x44\x58\x64\xcc\x00\x8e\x40\x04\x31\x39\x52\xfc\x08\x32\xd7\x21\x1f\xda\xc0\x03\xd7\x15\xcd\x00\x97\x4e\x9b\xeb\x40\xbf\xdf\x60\x9c\x26\x6a\xfc\x73\x30\x50\x7b\xf7\xca\xa2\xfc\xb8\x56\x2e\x19\x23\xc2\x1a\xab\x37\xde\x1c\x2d\x1d\x3e\xe1\x56\xae\xf7\xf8\x16\x02\x68\x08\xdd\xea\xe3\xfd\x70\xc0\x04\xba\x08\x42\xa3\x67\x7c\xce\xf5\xb5\xcd\x73\x19\x3c\x34\xa1\xf5\x70\xd9\xac\xa9\x04\xbf\x30\x48\x35\x2f\x37\x1b\x7d\xb4\xf4\x23\xa3\xcb\x87\x2f\x6d\xc6\xaf\x0e\x66\x32\x8e\xf1\x7f\x37\x8c\xdf\x03\xb7\xae\xa7\x1b\x70\x27\xce\xc1\x76\x0a\x65\x49\x2c\x1c\x23\xfd\x87\x16\xd5\x35\x49\xf9\x30\x76\x97\xfa\x6e\x03\x4f\x0d\x20\x53\x08\xd9\x56\xaa\x3e\x5a\x1e\x3e\x61\xf9\xbc\xe5\x1e\xf8\x20\xa6\x26\x1b\x80\x99\x09\xeb\x71\xf1\x3c\x47\x95\x01\x3d\xb5\xb1\x26\x6d\x14\xc3\x75\x7a\x56\x55\xb4\x9b\x41\x59\x29\x82\x5b\x35\x05\xac\xc8\xf8\xfe\xc3\x87\xa2\x60\xcf\x72\x41\x3a\x68\x9c\xc3\xf3\x8b\xcb\xdb\xd0\x8b\x47\x19\x3c\x3e\x4a\x66\x24\xb9\x87\x64\x14\xc3\xb1\xcd\x5e\xba\x62\x4d\xe3\xe5\x90\x15\x65\x21\x14\x77\x2e\xa9\xa5\xc7\xdd\xf4\xd8\xb3\x5c\xa0\x94\xca\x45\x86\x97\x60\xfc\x67\x26\x8c\xad\x70\x1c\xf8\xf8\x4f\x4d\xc9\xdb\xd9\xb8\xa0\x6e\x85\x65\x51\x4e\x48\x84\xbf\xdc\x24\x7c\xd1\x46\x1f\x92\x5d\x25\x13\xed\x8c\x84\xba\x4b\x30\x53\x5d\x05\x96\xc0\x25\x6d\x76\x34\xf4\x6a\xfb\x6c\xe9\x72\x69\xd0\xe1\x3b\x17\x24\x0e\x7a\xe0\xd0\x55\x35\xd4\x7f\x9b\x92\x59\x44\x3c\x90\x74\xc8\xe2\x7c\x74\x7b\xcf\x16\xbb\x8c\x0a\x64\xfe\xfd\x90\xb8\x5b\xe7\x46\x66\x8f\x3e\xe4\xe0\x15\xe8\x3b\x3e\x10\x7a\x4d\xa5\x80\xea\x92\x80\x4f\x00\x69\xdf\xd8\x1e\x56\x94\x02\xb0\x38\xde\xb6\x50\x47\xe4\x7a\xf2\x84\xe9\xb3\x6d\x0d\x14\x87\x0f\x10\xb5\x01\xa3\x2b\xa9\x4b\x55\x6d\x0c\x99\xcb\x71\x99\xe4\x99\x81\x57\xaa\x59\x2d\x97\x7c\xef\xa2\xf1\x5e\x2e\x2a\xd3\xeb\xdc\x28\x28\x9d\xe0\x3d\x44\x2e\x29\x21\x59\x16\x35\x5a\x81\x74\x09\x93\x39\xb0\x61\x87\x9a\x0e\x99\x64\x53\xa2\x90\x16\x89\xd2\x3c\x33\x29\x1b\xe0\xfb\x83\x44\x7e\x9c\x65\x88\x2a\x39\x64\x1e\x77\xc0\xa0\x48\xc2\x2d\xe5\x72\xe4\x52\x2b\xa6\x42\x17\xd0\xac\xad\xad\x05\x77\x17\x4d\xa8\x0a\x47\x04\x3e\xad\x65\x88\x34\xbc\x58\x10\x6c\xe2\x8b\xed\x31\x64\xa1\x9c\x5a\xde\x04\x1b\x8c\x0b\x15\x8f\xf6\x11\x17\x5b\x4f\xba\xa6\xe2\x55\xeb\x2d\xe9\xa2\x9e\x99\x9d\x16\x52\x5d\xd9\x1f\x33\x5a\x9b\xd5\x64\xc3\x3e\xb4\x24\xa8\xa4\xaf\x5c\xea\x65\xfd\x05\x16\x8a\x26\x79\x86\x45\xb6\x74\xe5\x8a\xe9\x24\xa8\x60\x04\x7b\x60\xb2\xce\x6d\x69\x64\x00\x63\xb7\xe6\x62\x89\xe7\x24\xc8\xa6\xb1\x2a\x71\x16\xb8\x9b\x0c\x94\x9e\xf1\x63\xe8\xb6\xbe\xe9\xa2\xb3\x72\xbd\x2a\x38\x13\x01\x5a\x0d\x95\x86\xfd\xf9\xf1\x06\x61\xe0\xa6\xee\x15\x9d\x68\x31\xfc\xab\xe0\xd4\xd5\xd5\x52\xc4\xf2\xbe\xa5\x2f\xcb\x61\x9e\xae\x0f\x61\xaa\x4c\x03\xb9\x85\x7a\x7b\x91\x87\xcb\x1f\x88\x9a\x01\xba\x9b\xa1\xe5\x20\x43\xa4\x9f\x2d\x06\xfa\x73\x50\xd0\xae\x3c\xd8\xf9\x9a\x82\x49\xb0\x8f\x2d\x87\x1a\x80\x99\xb7\x1f\x68\x40\x39\xa1\xe7\xb2\x76\x65\x37\xab\xbd\x3f\x47\xb0\xe2\x48\x8f\x4b\xab\x1c\xc4\xf8\xba\x4b\x35\x71\x61\x0c\x16\x7f\x1c\xc0\x22\xfd\x61\x1b\x13\x94\x51\x76\xef\xf2\xce\xf4\xce\x77\x10\x2e\x5a\x87\xc3\x67\x46\x6f\x88\xb9\x46\xac\xa9\x82\x56\xdd\x41\xd2\x69\x16\xbb\x5d\x2d\xae\xbb\x91\xb4\x42\xcf\x5d\xa9\x1c\x1b\xcc\xa3\xf9\xb6\xac\x8d\xae\xf2\x12\xac\x0b\xa9\x32\xf7\x4b\x10\xe7\xa1\xa8\xaf\x25\x5a\xbb\xbe\x57\x33\x5c\x5d\x7e\x7a\x33\x5c\xf8\xdd\xc5\x59\xff\xc3\xe0\x22\xc6\xf8\xfe\xcb\x5d\xff\x2e\xfe\xe5\xfa\xee\xe2\x62\x70\xf1\x31\xfc\xe9\xe6\xee\xf4\xb4\xdf\x3f\x8b\xdf\xfb\xd0\x1b\x9c\x97\xde\xd3\x3f\xc5\x2f\xf5\xde\x5f\x5e\x97\x50\xc5\x6f\x7e\x1c\x5c\x5d\xc5\x3f\xdd\x0e\x3e\xf5\xcf\x46\x97\x77\x11\x30\xf9\xd9\x2f\x17\xbd\x4f\x83\xd3\x51\xc5\x78\xae\xfb\xa7\x97\x3f\xf5\xaf\xfb\x67\x6b\x01\xc7\x8b\xf9\x56\x2e\xe9\x3e\x1c\xbe\x5b\xa3\xcc\xf7\xd0\x44\x50\xc2\xd2\x6c\x69\xe2\xd1\x9c\x92\x52\x0a\x7f\x09\xaf\x00\x3a\x27\x3c\xdf\x25\xac\x4c\x2b\xf1\xfc\x81\x08\x48\x90\x33\xad\xd9\x68\x7a\x2c\xef\x6b\x31\x4e\x94\x58\x35\xe8\xad\x8d\x9e\x55\x62\xe9\xe3\xb3\xd7\x86\x85\xfa\xf4\x6a\xdb\x09\x5a\x10\xb1\x6e\x2c\x70\x41\x8b\x7c\xa1\xe8\xb8\x3e\x50\xb0\x61\xda\x71\x7b\x35\xd0\xe0\x75\x54\xe7\x4d\x5e\x54\x33\xc6\x28\x5e\x6e\x97\x50\x21\x68\x61\xdb\xe2\x09\xfe\x6b\x17\x5e\xb1\xc8\xc7\x19\x4d\x10\x4d\x0b\x94\x11\x13\x48\x67\xc2\xba\x8d\xb5\xa7\x0c\xeb\xb3\x20\x02\x24\x26\x2d\x88\x2e\x04\x39\xc2\xb9\x9a\xb9\x4a\x8c\xbe\x78\xbf\x81\xd9\x21\x89\x20\xca\x15\x87\x26\xa9\x83\xd3\x0f\x7a\x82\xc1\xd8\xe4\x8e\x14\xf2\x48\xbb\x01\xc4\x62\x8d\x79\xcf\x7c\x69\x5a\x6f\x61\x88\x34\xef\xaf\x5d\x1a\x3b\x62\x2a\xcb\x25\xd3\x40\x36\x34\x0f\x1d\x28\xbf\x9e\xb7\xe6\xd4\x89\x0b\x42\x34\x9b\xec\xe2\x19\xab\xa7\xb1\x89\xc6\x42\x42\x89\xc3\x0f\x6d\xeb\xf6\xd1\xa9\x20\x70\x89\x58\x6f\x95\x53\xa3\xc1\xbb\x6a\xe3\x1f\x21\xec\x51\x6b\x0c\x63\x32\xc3\xd9\xc4\x58\x64\xf4\xd6\x14\xe7\x6a\x95\x44\x6f\xf9\x3d\x61\xb6\x48\xfa\x8b\xb0\x43\x66\x04\xf0\x22\xdd\xc7\x1b\x27\x0a\xf3\x0d\x14\xf4\x16\xae\x92\xbb\x89\xff\x36\xc5\x42\x8d\xb8\x1a\x3c\x36\x41\x98\x05\xe2\x96\x0b\x1d\x9f\x4c\xe8\x67\xdd\xe0\x90\x91\x4a\xcc\x21\x70\x69\xbb\xc4\x6b\xcf\x97\x01\x73\xc3\x64\xaf\xde\x13\x06\xf5\x00\x4c\x51\xaf\x8d\x34\xdb\xce\x6a\xb8\xba\x17\xab\x36\x44\xbf\x62\x60\x7e\xa2\x51\x99\x84\xd0\x40\xeb\xd6\x09\x12\x3d\xee\x49\x17\x9d\xd9\x9c\x3c\xfd\xcb\xe9\xf9\xa0\x7f\x71\x3b\x3a\xbd\xee\x9f\xf5\x2f\x6e\x07\xbd\xf3\x9b\xa6\xc7\x6f\x1f\xb1\xc2\xa5\xd3\x57\x0e\xd7\xf6\x1c\xe2\xd8\x9e\xbc\x22\x65\xc5\x4f\xaa\x38\x76\xb0\x25\x9b\x47\x4f\xd3\xc5\x28\xa5\x32\xd1\xd7\xdf\x72\x44\x58\x0a\x60\x6d\x5b\x91\x6a\x75\x53\xe5\x59\xf8\x37\x90\x7f\xc3\x71\x10\x73\xdb\x3d\x38\x8a\xf6\xcf\x01\xcd\xc5\xd6\xc3\xd6\x87\x3f\x1d\xb2\xe0\xb6\xe9\x6e\x46\xe8\xd5\xcd\xed\x36\xb7\xb8\x89\xf2\x9c\xcc\x78\xa9\x94\x39\xd6\xfc\xd1\xbd\x06\xa9\xa0\x35\xab\x62\xe1\x39\x42\xc4\x38\x1a\xd4\x24\x42\x5a\x45\x9e\x63\x96\x62\xc5\xc5\xb2\x66\x8a\xcd\x98\x67\x78\x6c\x62\x16\x1a\x5e\xd9\x5a\xff\x77\xbb\x60\x5e\xc5\xac\x4c\x4a\x06\x57\xee\xf6\xf2\xc7\xfe\xc5\xcd\xa8\x7f\xf1\xd3\xe8\xea\xba\xff\x61\xf0\xdf\x3e\xef\xde\x56\x58\x8f\xab\x9d\x10\x7d\x29\x6a\xee\xe2\x32\x00\x2b\xf9\x8b\x29\x39\xe2\xda\xb1\x30\xf3\x74\x32\x64\x8e\xb3\x88\xa2\xf9\x99\xe0\xf9\x74\x56\xdd\x50\x79\x94\x57\xbd\xdb\x1f\xb6\x1a\x26\xe4\x67\x9b\xba\x04\xe6\xb4\xad\x22\x0d\xd1\x89\xe5\x7b\x06\x9e\xa8\x34\x3c\x40\x19\x80\x57\xab\x0c\xde\x35\x1c\x6d\x2b\xed\x65\x95\x69\xad\x15\xfe\x2b\x5e\xaf\x23\xa0\xdb\x80\x6f\x46\xd7\x08\xc4\x8d\x99\x92\x37\x2b\xad\x9d\x54\xfc\x16\xdd\x60\xdf\x1f\x65\x64\x3a\x25\xa9\x21\xaf\x72\xc3\xd6\x14\x64\x59\x60\x52\xdc\xeb\x55\xab\x68\x0b\x50\xec\x70\x31\xfb\x50\x8d\xe6\x0c\xfc\xca\x7f\x52\xcd\x2b\x4e\x5d\x29\xba\x84\x33\xa9\x30\xab\xc1\xf3\x6c\x59\x2e\xbb\x40\xd9\x17\x45\xd1\x7a\x6b\x20\x71\x96\xeb\xe2\x1c\x6c\xe3\xcd\xb1\x85\x36\x98\xb5\x78\x04\x05\x38\x82\xda\x79\x15\x9b\x50\x2a\x48\xfc\xe4\xc6\x8d\xb5\xaa\x93\x4d\x4a\x07\x8b\xa3\x41\x3a\xb7\xa0\x66\xc6\x1a\x04\xe5\x03\x6a\x63\xd7\xf6\x5c\xbf\xdc\x5b\x3c\x8b\xe2\xcb\xbe\x9c\xb7\x13\xde\xda\xdb\xb7\x4a\xa5\x8b\x83\xb2\xce\x69\x9e\x58\xf4\x3e\xd3\x6c\xe1\x9c\xb6\x06\x2d\x77\xc1\xa6\xe8\x28\x2c\x17\x9f\x1e\x41\x7a\xf1\x90\xd5\x79\x35\x2a\x4a\xad\x87\x14\x70\xe5\x6e\xad\xdd\xa0\x29\x5a\xc4\xd4\xb9\xc5\x6e\x96\xf5\x81\xdc\xeb\x20\xec\xd5\xf8\xf6\xed\xbe\x8c\xb1\x71\x5b\xc6\xd7\x71\x5d\x02\xa8\xe7\xaa\xed\x42\x10\x9a\x79\xbf\x63\x5c\x09\x73\x45\xce\xb0\x34\x92\xab\x4a\x66\xf1\xc0\x61\x36\x31\x76\x44\x79\xb8\x5e\x12\xdc\xcd\x42\xd0\xc8\x71\xd1\x31\x3a\x35\x94\xc4\xd7\xa3\x0f\xc1\xfa\x7d\xe5\x91\x76\x84\x1f\x0a\x47\x5e\x79\x31\x7c\x0f\x18\x56\x86\x73\x96\xcc\xd0\x22\xc3\x26\xd3\x69\x86\xa5\x21\x69\xe7\x18\xc7\x63\x9a\x51\x05\x49\xda\xc6\xa9\x54\x5a\x61\xad\xd1\x60\x71\xef\xe0\xa1\x70\x01\x12\xb3\x8e\xe8\x77\x8c\x2c\x2b\xca\x50\x3e\xa5\xfb\x29\x1c\x6d\x9f\x29\xb1\x6c\xec\x8a\x2a\xc8\xd1\xc6\x93\x15\xdb\xa0\x39\x1d\x90\x63\x31\x87\x76\x3b\x6a\x5b\xbc\x2a\x2a\x71\xba\x4a\x72\x5c\xcc\x8d\xfd\xcb\x06\x9b\xe9\x37\x09\x03\x63\xd8\x86\xbd\x30\xb3\x7b\x5a\x55\xbd\xf2\x74\x2d\x2a\xb8\x60\xd3\x5d\x69\x04\x32\xf0\xc9\xae\xc1\x32\x5a\x33\x4d\x7e\xab\x0b\x52\x21\xd5\xb4\x0f\xaa\xb0\x30\x91\x2d\xee\xc4\x32\x88\x64\xe5\x42\x4d\x32\x8e\x6b\x6a\x8d\xb9\xb6\x0d\x26\x64\x5d\xdb\x29\xcf\xc7\x75\x18\x64\x66\x54\xeb\x5b\x5f\xb7\x8b\x8e\xc9\xed\xcb\x88\x1a\xde\x16\x58\x11\x45\xdb\xd9\x81\x82\x49\x63\x45\x8e\xe0\xf3\xea\xc6\x2d\xf2\x56\xe3\x39\xd7\xd3\x99\x27\x1e\xa4\xe5\xff\x8a\x8a\xd5\x7f\xc9\xa1\x2a\xf6\xe5\xe4\xc6\xa4\x58\xef\x42\x64\x8a\x36\x3d\x30\xe5\x5e\x6f\x63\x0f\x54\x48\x03\x8d\xd3\x6b\xaa\x66\x73\xa3\xbf\x6e\xce\xc5\xe2\x82\x9c\x0b\x41\x39\x24\x42\xdb\x2a\x9e\x6b\xc0\x5a\x2a\xfb\xdd\x61\x25\xff\x9e\x93\x9c\x68\xda\x1f\xe7\xe9\x74\xd5\x10\xdc\x42\x94\x2d\xa6\x34\xe3\x8f\x68\x9e\x27\x33\xe4\x1a\x47\x29\xc9\xf0\x32\x9a\x1a\x08\x97\x8a\x67\x00\x7f\xb6\x25\x16\x53\x92\x4b\xc5\xe7\x10\xa2\x58\xb4\x2b\x72\x06\x04\x8f\xb0\x52\x82\x8e\x73\x55\xc9\xfb\x23\x50\x92\x2d\xbd\x7f\x37\x57\xfd\xd3\xc1\x87\x41\xc9\xf5\xd6\xbb\xf9\x31\xfc\xfb\xe7\xcb\xeb\x1f\x3f\x9c\x5f\xfe\x1c\xfe\x76\xde\xbb\xbb\x38\xfd\x61\x74\x75\xde\xbb\x88\x1c\x74\xbd\xdb\xde\x4d\xff\x76\x83\x0f\x6e\xb5\xd7\xfa\x8d\xc0\x01\x66\x8a\x16\xf4\xac\x95\x17\xdc\xa5\x4e\x15\xb7\xbd\x9e\xa0\x9e\x43\x90\x09\xab\xac\x61\xe7\x47\x05\xff\xbf\x29\xfb\x66\xdd\xad\x67\x58\x61\x5b\x46\xb3\x8b\x7a\xc8\x95\x43\x85\x30\x56\xa9\x25\x2b\x0b\xaf\xa1\x77\xc7\x34\xa1\xc5\xab\xa4\x50\x73\x8b\x4a\x1e\x7c\x62\x81\x6d\x32\x12\xc2\x49\xda\xe2\xf7\xdd\x21\xeb\x3f\x10\xa6\x72\xc0\xba\xc3\x59\xe6\xca\xd6\xba\x17\x82\x34\x34\x37\x4a\x49\xe7\x34\xc3\xa2\x28\xba\x70\x69\xdb\x02\xed\xc6\x8d\xd5\xa3\x0e\xac\x22\x71\x3b\x4d\xeb\x6e\x80\x60\xdc\xa7\xe7\x03\x90\x17\x13\xe5\xe0\x8a\x5d\xe7\x43\x66\x80\x53\x6c\x8f\x73\x0c\xa1\xd5\x8a\x5b\xe3\xa3\xe9\xbe\xb6\x8e\xff\x75\x45\xd1\x83\x2d\x90\x79\x8c\x99\xfe\xa9\x64\x41\x3f\x48\xf7\x8f\x76\xc2\xe0\x2d\xa0\xdd\x49\x10\xe4\x6d\xd4\x51\x5c\x88\xc1\xd8\x86\x90\x6b\xfd\x02\x24\x44\x17\x12\x67\x5d\x17\xde\x43\x41\x00\x51\xaf\x46\x59\xc9\xf4\x25\xf4\x5a\xd7\x21\xcc\xf2\x86\x55\x18\xf3\x9c\xa5\xae\x90\xfc\x9c\xb2\xe3\x39\xfe\xfc\x8d\x9b\xa9\xc9\x9a\xf4\x48\xab\x80\x88\x41\x32\xad\xb6\x2d\x35\x93\x5b\xbf\x5c\x43\xb6\x66\xbd\x36\x8b\xd8\x8e\xb3\x82\x8e\x58\x28\xf4\x26\xd2\xeb\x81\x2c\xab\xf6\x6f\x05\x2f\xdb\x44\x93\xd9\x03\x0f\x8d\x2c\x04\xd1\x2f\xfa\x30\xb2\xcc\x44\x07\xfa\xbf\x21\x46\x39\x2a\xbb\x51\xcd\xbb\x43\x97\xf8\x4e\xc7\xa6\xd2\x19\xff\x04\x80\xe7\xb6\x27\xbd\x67\xc6\x35\xef\xac\xc2\x36\x26\xdb\xfa\x1c\xf5\x66\xfd\x8d\x8f\xa1\xb6\xb7\x74\x65\xf5\x04\x01\x2f\x00\x6c\x85\xc3\xe7\x03\xdc\x84\x15\x7f\xbf\x23\x81\x8c\x48\xb0\x8d\x33\xad\x9b\x92\xbf\xe7\xd6\xbd\xf9\xdd\xb7\xed\xee\x59\xad\x33\x38\x2c\xd8\x30\xbe\xdf\xa6\xb7\xd8\x3b\x17\xc6\x95\x33\x5a\x05\xa6\x72\x9d\x33\x7d\x15\xef\x23\x32\xa4\xb9\xeb\xaf\xd4\xa9\xfd\x73\x63\xfa\x80\xb3\x5a\x0b\xf3\xfe\x93\xa1\x4f\xfd\x54\x02\x9d\xb2\xdd\x41\xf0\xb0\x6d\x3d\xbc\xd0\xc6\x38\xb9\x7f\xc4\x22\x35\x86\x55\x08\xd5\xe8\xa2\x1f\xf8\x23\x79\x20\xa2\x83\x12\x22\x14\xb6\x78\x14\x12\x7c\xd5\x70\xa0\x6c\x3b\x43\x06\xf1\xf4\x06\xdc\x83\x41\x45\x42\x45\xa7\x33\xad\x84\x07\x91\x06\x5c\x68\x76\xa4\x0c\xd8\xcf\x82\x24\x16\x01\xa0\x66\x01\x26\x19\x7e\x58\x05\xd8\xd8\x26\x57\x17\x0d\x7c\x12\x95\x73\xe5\x39\xcc\xd3\x75\xb1\x21\x76\xc1\x2c\xd3\x34\x29\xdb\x1d\x34\xe5\x19\x66\xd3\x6e\xb7\x8b\x88\x4a\xba\xdf\xb4\x22\x74\xdb\x60\xe8\x1c\xf4\x81\xb0\x19\xe7\x92\x64\x4b\x9f\xb5\xee\xd3\x15\xf4\x32\x43\x7a\x84\xa4\xc6\x3e\x54\x41\xfe\x37\xe5\x9c\xdf\xe7\xf5\x33\x54\x6b\xaa\xad\x93\x87\x6a\xda\x01\x08\xf5\x16\x2d\x99\xf7\xab\x35\xaf\xff\x9f\xbd\x6b\xeb\x6d\xe3\xc8\xd2\xef\xf3\x2b\x1a\xf3\x62\x07\xa0\x65\x64\x06\x03\x2c\xf2\xc6\xc8\xf2\x0c\x03\x45\xf2\x4a\x72\xbc\xbb\xd3\x03\xba\xd8\x5d\x24\x7b\xd5\xac\x62\xaa\xbb\xa5\x30\xc0\xfe\xf7\x45\x9d\x73\xea\xd6\xf7\x26\x29\xc7\x9b\xcd\xc3\x60\x02\x8b\x5d\xf7\x3a\x75\xae\xdf\x37\xa1\x18\xce\x90\x92\xb8\xa2\xb8\x0e\x80\x3a\x29\xa6\x56\x7a\xfd\x24\xbb\xd8\xfb\x8e\x02\x95\x69\x6d\x89\x4a\xce\x8f\x2a\x2f\x6a\x1e\xe9\x96\x13\x67\xcb\x04\x4f\xc9\x8f\x92\x79\xb5\xeb\x06\x28\x39\x55\x8b\x72\x83\xc4\xff\xba\x84\xee\x46\x6b\x51\x8e\xa4\xd0\x20\x2c\xd3\x78\xd1\x71\x8c\x87\x09\xc4\xa5\xca\x0a\x80\xd2\x39\xa6\x4a\xc9\x36\x83\x4d\x43\x7c\xeb\xb0\x47\xc7\x25\xd6\x2f\xe5\x07\x2c\xbc\x32\xf1\x10\xfa\xa4\x40\x55\x07\x82\x62\xdd\x92\xa1\x9e\x75\x35\x79\x8f\x00\xbf\xf7\xa8\x48\x20\xe8\x0e\x1e\x84\x24\xa5\x85\x40\x83\x86\x53\x5f\x46\x6b\x53\xf3\xf2\xc8\x3d\x5a\xa0\x14\xc0\x25\x9f\x2f\xa2\xf7\x52\x01\xf7\x0f\x45\xb9\x29\x11\xc1\x3d\x5b\xa5\xeb\x04\xbd\xe9\x4f\xdf\x9a\xfc\x13\x9c\x21\x36\x01\x20\xfe\x29\x13\x65\x6b\x03\x2e\x3d\x0b\xda\xc2\x4f\x7e\xd2\xa6\x70\xeb\xcf\xa9\x7d\xf8\x29\xe2\x75\xcf\x3f\xdd\x47\xb8\xd4\x04\x43\xa8\xfa\x06\xea\x35\x32\x9c\x01\x03\xcb\xb5\x3c\x42\x1d\x08\xf6\x01\x17\xdd\xe0\x50\xea\x65\xe7\x65\xb2\x75\xcf\x4f\xc8\x8e\x45\x64\x0c\x34\xcf\x9d\x03\x56\xc4\xe4\x42\x3f\x4b\x8b\x18\xd8\xad\x19\x2b\x05\x87\xb0\x06\x2b\xa3\x54\xfa\xcd\x46\x59\x39\x9c\x0a\x33\x11\xfc\x63\xe8\xa8\x95\x12\x53\x1c\x68\x9e\x41\x74\x0a\xf4\xca\x0c\xa1\x14\x4c\x1e\x21\x2a\xc6\x84\xed\x5f\x87\x03\x0c\x8b\x53\x63\x11\x76\xd5\x58\x24\x93\xab\x92\x29\x8e\x28\x5e\x85\x7e\xc2\xcb\xec\x49\x5f\xd4\xe6\xb1\xb6\x07\x14\x24\x40\xf3\xec\xc5\x02\x87\xed\x41\x81\x3d\xf2\x43\xe1\x13\x09\xd0\x89\x8a\xba\x0e\x64\xa6\xe7\x63\x18\xf3\x07\xb7\x02\x16\x6e\xe9\xb1\x17\x8e\x7b\x4a\xb0\xd3\x1f\xf5\xc7\x3d\x49\x70\x8d\xc6\xf5\x19\x74\x45\x45\xce\xb1\x44\x62\xc2\xad\x33\xed\xa1\xcb\x73\x69\x61\xb6\x74\x3e\x3a\xb0\x7e\xb4\x91\x13\x0b\x42\x0b\xf4\xe2\xc7\x5a\xe0\x34\xb7\x8d\x2a\x1d\x11\xa3\xec\x10\x54\xb6\x03\x92\xa3\xa1\x60\x6b\x27\x14\x35\x3c\x34\x44\xa4\x8d\xb5\x60\xc6\x91\xd3\xda\xe1\x91\xc9\x53\xb4\xb9\x9d\x09\x53\x4e\x8f\xa5\x85\x23\x10\x1f\x64\xa4\x40\x15\x38\xe1\x7a\xf9\xe6\xa2\x35\x57\xc9\x64\x2a\xdd\x5f\x5d\xde\x5d\x3d\x7c\xb1\x84\x2a\x93\xcd\x34\x39\xa3\xca\x8c\xf3\xdd\xd5\xfb\xf9\xc7\xeb\x87\xe5\xbb\xc5\xdd\x4b\xa4\x54\xd1\x9f\x8e\xc8\xa9\xba\x27\x10\xd2\x4b\x29\x4a\xfe\xcb\x49\x6f\xb2\xaa\xc4\x92\x4d\xc8\xed\xb7\x40\xbf\x7d\xea\x0e\x36\xda\x04\x51\xb5\x08\xa7\x04\x21\x85\x2f\x9a\xc5\x4c\xf5\x18\x62\xd7\x59\x9e\x43\x8c\xd4\xfa\x58\xa9\x8c\x46\x2f\x2a\xc8\x1f\x43\x75\x47\x32\x35\x16\xab\x00\x45\x16\xfc\x3e\x5b\x6d\x09\x61\xad\xdd\x5e\x2f\x80\xca\xa0\xe0\xaa\x0f\x67\x75\x93\x09\xee\x86\x81\xec\x51\x95\x88\x3a\xc1\xf1\x68\x13\x5f\x32\xa2\x4d\x8a\xd7\x58\x5d\xd3\x9c\xb8\xe0\x7c\x1a\xf5\xd3\xfc\xd1\xce\x10\x2f\x71\x26\x50\x31\x0d\x6e\xf3\x7d\xfb\xd1\x7d\xeb\xae\x00\xac\xbb\xde\x49\x06\x8e\x68\x20\x68\x72\x1b\x49\x1b\x81\x08\xe7\xce\x43\xfd\x98\x61\xde\x89\x5c\xd7\xd6\x59\x8b\x42\xbd\xd6\x19\xb8\xab\x19\x12\xdd\x44\x49\x5e\x15\xda\xfa\x47\xdb\x79\xfe\xe9\x3e\x16\x48\xb5\x49\xaf\x10\xa1\x60\x63\x17\x98\xf5\x20\x83\xfe\x8d\x86\xe2\x4b\xb0\xd7\xe8\xa8\xdc\x71\x26\x0a\xa4\xcf\xcb\x73\xae\xdc\xc9\xc0\xf1\x70\x9e\x12\x81\x02\xd0\x20\xba\xef\x89\x41\x4d\xc2\xad\xd5\xe3\xa5\xbf\x12\x83\x58\xfd\x3c\x75\x15\x74\x42\x4a\xe5\x4b\x9e\x9c\x96\xcc\xfe\xb1\xa7\x88\xb2\x51\x5b\x0f\x51\x98\x67\x3f\xea\x2c\x3d\x60\x73\x7f\x1c\xa5\x33\x1e\xa5\x11\xef\xba\xff\x4a\x44\x5b\xa9\x05\xa8\x05\xb0\x76\xb1\x46\x5b\x50\x9e\x43\xc6\x90\x5e\xc6\xd6\x57\xc7\xe1\x0e\x1d\x15\x7d\xbc\xb9\xbd\xb9\xf2\x63\x87\x8b\x9b\x87\xab\xbf\x5f\xdd\x05\xc5\x83\xd7\xb7\xf3\xa0\x00\xf0\xfe\xe1\xae\x56\xf7\xf7\xfd\xed\xed\xf5\x55\x23\x08\x79\xf5\xb0\xf8\x31\x68\xfc\xdd\xc7\xbb\xf9\xc3\xe2\x36\xf8\xdd\xf7\x8b\x9b\xf9\xdd\x7f\xfa\xff\x72\x75\x77\x77\x7b\x57\xeb\xef\xe3\x65\x7f\x38\x33\x98\x46\xbb\x29\xee\xa2\x25\x1e\x04\x53\xdb\x92\x3e\xb0\xe2\xf1\xcc\x65\xb3\x50\x26\x3e\xa5\xec\xb5\xb5\xca\x35\xf0\x4a\xa5\x7c\x79\x5c\x45\x6d\x57\x55\x70\x6b\x3f\x8a\x97\xea\xb0\x64\x65\xc9\x77\xfb\xd3\x08\x5d\xc7\x5f\x91\x69\xc5\xba\x20\x5f\x46\x14\xeb\x06\xbb\xfa\xf5\x14\xeb\xb6\xd4\xe1\x36\x8b\x75\x17\x37\x8b\x87\xc5\xfc\x7a\xf1\x5f\xb5\x16\x3f\xcd\x17\x0f\x8b\x9b\xbf\x2f\xdf\xdf\xde\x2d\xef\xae\xee\x6f\x3f\xde\x5d\x5e\xf5\x67\xdf\x37\x47\xef\x8c\xb6\x37\x91\xdf\xcf\x77\xd1\x83\xa7\x4e\x63\x5c\x80\xac\x35\x02\x0b\x85\x53\xc5\xf2\xec\xd7\x4c\x6c\x66\x40\x39\xfa\x5d\x74\xa5\xd4\x62\xc7\x36\xfc\x43\x95\xe7\x60\xf4\x62\x10\xee\x52\x71\x56\xc2\xcf\x3e\xc8\x74\xe1\x7d\x07\x99\x03\xad\xd3\x80\xfe\x89\xc0\x17\xbb\x9f\x51\xff\x9e\x89\x67\xb3\x12\xc8\xc5\x61\xe9\xd5\xbf\x03\xfe\x02\xb9\x26\x26\xaa\x99\x8d\x71\x46\x3f\x57\xb2\x64\x11\xff\x25\x81\x8a\x93\xf6\x73\x72\x2d\x4f\x22\xe0\x1d\xe6\x8a\x6a\xbf\xd3\x47\x66\xfe\x11\x58\xde\x72\x0a\xff\x25\xcd\xf2\x47\xfc\x94\x28\x2f\xdb\x15\xa2\x32\x3f\x43\x52\xd7\xb5\xdc\xb4\x63\x3f\x41\x89\x20\x01\x56\x39\xa2\x1e\xc8\xa7\x95\x9b\xa8\xc8\xc4\x63\x2c\x3e\x6d\xb9\x88\x64\xa5\xf0\x9f\x4a\xa9\x00\xe3\x6c\x9d\x57\xc5\x96\x03\xd1\xf6\x2c\x7a\xe6\xd1\x8e\x1d\x30\xaf\x76\x27\x95\x87\x86\x05\x47\x46\x1f\x4e\xf8\x3a\xcf\x84\x96\x16\xfb\xcc\x84\x10\xea\x5b\x7f\x8e\x10\xa3\xa9\xb7\x62\xa7\x97\x43\x8f\xcb\x93\x7a\xde\x72\x48\x11\x71\xde\x2d\x63\xc6\x91\xe4\x06\xd8\x52\x29\x1f\xb5\x65\x66\x2a\x33\x5f\x19\xf8\x13\x58\xee\x27\x99\xa5\x51\x5a\xed\xf3\x2c\xb1\x72\xf7\x59\xaa\xce\xf2\x73\x8c\x75\x4d\x28\x3f\xaf\x45\x70\xfb\x26\xd6\x12\x48\xf3\xfc\x1d\x3d\x85\xe8\x2f\x5c\x8a\xef\xd1\xc6\x55\x05\x57\x6f\x4a\x95\x6d\x36\x10\x38\x30\x61\xf9\xaf\xbf\x56\xdf\xd5\x02\x9e\x1e\x81\xf6\xf3\xc3\x72\xb9\xc9\x12\x96\xfb\x2e\x68\xa7\xbb\xda\x62\x60\x73\xed\xf7\x95\x42\xc2\xf6\xb5\x2b\xc8\xec\x2c\x72\xd8\x2b\x0e\xf5\xe8\x4b\x64\xe2\x3b\x9d\x21\x70\xb1\x46\x5e\x72\xa2\xb2\x71\x09\x94\x86\x0d\xcc\xbc\x70\xae\x6f\x03\x86\x87\xa4\x05\x40\xff\x19\xc9\x67\xe0\x92\xd5\xd6\x88\x56\xce\xf5\x4c\x85\x04\xdd\xc4\x02\xe4\x59\x2f\xb2\xc1\x37\x5c\x5b\x77\x39\x26\xb9\x6c\xb2\x27\x2e\xbe\x02\x6c\x05\xe7\x69\xd7\x53\xb7\xb7\xb4\x55\x44\x9e\x8a\x96\x67\x83\x40\xc7\x6a\xc4\xfd\x41\xbd\x4d\x2e\x57\x48\x66\xdb\xc0\xd1\xf3\x5f\x9d\x2e\x48\xae\x27\xae\x54\x96\x4e\xb9\xad\x66\x4d\x6e\xed\xa7\x7d\x03\xb4\x24\x09\xb6\x27\xb8\x28\x99\xb6\x45\xcb\xba\x36\x5b\x4f\x20\x19\x52\x9d\xa1\x0c\xae\x30\xe6\xaa\x7b\x5c\x0d\x16\x06\x54\xc5\xc8\x1e\xd6\x8d\xe6\x5c\x4e\xda\xe8\x66\x4a\xe2\xc0\x5a\xba\x2c\xc6\xfe\x4d\x3e\x21\xaf\x0c\x93\xe0\x6c\x72\xd9\x94\x82\x66\xb3\x75\xe8\x58\x01\x46\x13\xbb\x89\x81\xc7\x7b\xd4\x8e\xd6\xd7\xfd\x81\xef\xf6\x39\x2b\xcf\x8c\x44\x79\xfa\x8d\xaa\x4a\xe9\xf1\x4b\xeb\xf9\x2c\x2c\xcd\xb4\x89\xa5\x81\xd8\x58\xa4\xad\x4c\x75\x4e\xa4\x9a\xab\xd9\xf5\x7c\xb7\x64\x59\x4c\x02\xd2\xf4\x48\x97\x0f\xbc\xb4\x69\x35\xb9\x41\x4e\x03\x68\x06\x3b\xeb\x30\xaf\xd0\xa4\x0e\xd9\x5c\x70\x40\x54\xb1\xdc\xe7\xbb\xbd\x14\x5c\x90\xf7\x4b\xc8\x58\x50\xe3\x06\x33\xd8\x72\x10\x06\x41\xc6\x19\x19\xa9\xe8\xb2\xe6\x85\xcc\x9f\xc8\x91\xed\xe1\x63\x00\x72\x9e\x1e\xe0\xa5\x7e\xef\xb5\x76\xcb\x44\x6a\x23\x4e\xe0\x83\xab\x01\xe7\x2a\xbe\xc9\x8a\x92\xfb\x71\x59\xff\xfb\xb3\xe1\x75\x06\x0a\x71\xdf\xd2\x77\xe2\x75\x0e\xbd\x6c\xfa\xd6\x4e\x18\xcf\x61\xcf\xd3\x85\xfd\xae\xff\x30\x04\xc9\x15\xa9\x27\x24\x82\x57\x00\xcf\x00\x27\x42\x6f\xc8\xb4\x2e\x2c\xb2\x85\xdd\x24\xcb\x6a\x69\xe0\xf4\x60\x8b\x36\x15\x53\x4c\x94\x9c\x17\xb1\xc0\x2c\x74\x2c\x91\x09\x92\xe2\xd6\x01\x40\xab\xd3\xb5\x13\x59\x94\x98\x80\x0b\x9f\xac\x59\x96\x57\xaa\x53\x85\xc4\x53\x79\x54\xb6\x4f\xdf\x2a\x5d\x42\xb3\x51\xdb\xa6\xd9\xd4\x01\xef\x16\xd9\xa4\x35\x43\xbc\x67\xc8\x01\xc3\xc8\x7a\xc7\x14\x8c\xc8\x1d\xbf\xdf\xd6\x7f\xd0\x91\x4d\xf0\x6f\xc5\x72\x2f\x27\x48\x3c\xe2\xfb\x69\x17\x3e\xac\x78\x84\x3c\xaf\x21\xc5\x78\xd8\xdb\xf5\xd7\xbf\x0c\xd8\x18\x7d\x52\x07\xce\xdb\x96\x89\x14\xc8\x7b\x59\x59\x7b\x3b\xec\xe9\x05\x68\xcc\xd2\x88\xb5\xee\x40\x18\xf8\x95\x97\x49\x23\x28\x39\xb0\x54\xf5\x68\xe6\x40\x70\x2b\xe8\x25\x8c\x31\xb6\xf9\xb6\xdd\x9b\x4c\x10\xad\xf6\xaa\x75\x1f\x9e\x75\xb6\xe9\xda\x92\x97\x67\xba\x72\x55\x90\x4d\x19\x97\xd0\x25\xa2\x97\xc7\xc2\xd4\x9e\x78\x8d\x20\x26\xa1\xc5\x90\x5f\x08\x1c\x0b\x42\x70\xc6\x3a\x55\x80\x01\xc7\xfc\xed\x22\xfa\xd6\x06\xaa\xbf\xfd\x9b\xc9\xde\x3d\x44\x6b\x58\x6b\x48\x91\x97\x49\x52\x29\xc0\xcc\x35\xb4\xde\x1c\x5f\x95\x29\x78\x0d\x73\x7c\x4b\x0b\x10\x2e\x90\x09\xdc\xcd\x50\x4b\x46\x73\x30\xa9\x07\xb0\x95\x10\x8b\xda\xbe\x62\x84\xed\xa4\x8a\x32\x2a\x4a\xbe\x6f\x95\x27\x81\xba\x14\x3e\x04\x27\x55\x99\xb6\xa1\x46\x0f\x97\xfe\xdb\xba\xd7\xfa\x49\x25\x48\xd9\x53\x5b\x1c\xda\x06\x9b\x5e\x58\x7f\xe5\x00\xcf\x16\x20\x8b\x08\x8b\xb7\xb9\x7a\x16\xbe\xe0\x8b\xa4\xd1\x4f\xe1\x3e\xb0\x28\x16\xc4\x1a\xd2\x27\xdb\xc2\x4f\xa7\xe7\x94\xb9\xfc\x71\xc2\xf3\xc7\x06\x57\x08\x3d\xe1\xa3\x65\x1c\x83\x66\x52\xdf\x18\xd3\x56\xcf\x76\x9c\x58\xc9\xef\xc0\x57\x5e\x30\x78\xed\x8d\xf5\xc4\x3a\xfe\x27\x1f\xb0\x04\x54\x2e\x97\xf3\x33\xca\x53\x61\xeb\xf7\x7f\xb2\x59\x47\x23\xca\xf7\x7b\x97\xff\x37\x2b\xde\x3f\x0e\x7d\x64\xcc\x2a\x05\x55\xfb\x0d\x51\x13\xac\x83\xcc\x46\x41\x19\x35\x19\xd8\xe1\x15\x4f\xb9\x90\x25\x8f\x58\x24\xb2\xfc\xad\xa8\xf2\xfc\xed\x8d\x14\xfa\xf1\x2a\xb2\x0d\xe6\x74\x81\x57\x1f\xe9\xcb\x1c\x0d\x56\x10\xce\xf1\xc4\x04\x3c\x60\x7a\x48\x18\x69\x2a\xf5\xab\xa2\x2f\x6b\x7e\x88\x85\xfe\x82\x98\x38\x80\x3d\x28\xb3\xf5\x1f\xd8\x9b\x01\x4d\xa6\xbe\xa0\x16\xfa\xe0\x37\xde\x72\x09\xfb\x70\x86\x4f\xaa\xbb\x00\xf2\xfb\x13\xac\x5a\x9f\xa4\x9f\x5a\x33\x39\x11\x0d\x96\xfe\x0e\x41\x09\xbc\xfd\x67\x1a\x02\x36\xd6\x39\x82\x58\xcc\xcd\x4f\x2c\xaf\x91\x65\x18\x21\xb0\x47\x00\x8c\xb7\x16\x95\x0d\xfa\xd0\xe4\x3a\x26\x31\x15\xc1\xb2\x79\x4a\x81\x90\x84\xa2\x23\xd6\x5a\x47\xe4\x15\xa3\x53\x8f\x22\xee\xb7\x57\xeb\x68\xca\x7e\x6b\x0c\x5a\xd5\x7e\xc4\x79\xfc\x2d\x43\xd6\x2f\x89\x3a\xed\x20\xa6\xe9\xdf\xa6\x42\x46\x9b\x95\x3a\x47\xe4\xee\x67\x04\x45\x58\xca\xb5\xe1\xf9\x3f\x1e\xc8\x61\x64\xe8\xc4\x2f\x45\xf3\xe1\x1b\x9a\x87\xa4\xcb\x37\x20\xc5\x92\xbc\x07\xe3\x06\x5b\x5f\xb0\x5b\xf1\x1e\x3f\xff\x20\xf3\x2c\xe9\x8f\x37\x99\x67\x1c\x08\x4d\x1a\xd1\x46\xa0\xfe\xe1\x86\x54\x94\x06\x85\x81\x94\x92\x27\xa5\xf3\x8e\x35\x27\x37\xc5\x0f\x6b\x4c\x2a\xdb\x0a\xc0\xaa\x39\xba\x28\xfd\xac\x40\x42\x3e\x14\x23\xa2\xb1\x01\xec\x20\xe0\x96\x4d\x18\xd9\x60\xc1\x40\x40\x36\x3d\x6f\x65\xce\x67\xe8\x7e\x83\x60\x4e\x2c\xf6\x5c\x25\x52\x1b\xb2\x51\x2a\x9f\x29\x81\x35\xcb\x53\x57\xf1\xff\x1a\x62\xcb\x10\x01\xfa\x86\x30\xa0\xb8\x75\x8f\x5a\x5e\x9e\xe1\x63\x6b\x70\x60\x4f\x85\xcc\x39\x57\xb0\xa8\xef\x14\x7c\xa2\x78\x33\x2e\x05\x51\x69\xd4\x1c\x5d\x7a\xd1\x83\xf1\x4c\xdb\x61\x6e\x8b\xb9\xe1\x81\x41\x12\xa7\xb2\xb6\xaf\x54\x59\x54\x5f\x4a\x28\x52\x41\x00\x30\x8c\x7d\x68\x23\x1a\x72\x02\x18\xaa\x21\x2e\x65\x9c\x36\x35\x16\xce\xb5\xf7\xaa\xf0\x55\x92\xd6\x7d\xc6\x1a\x8c\x0c\xe0\x15\x13\x3e\x8b\x5e\x05\x13\x7d\x05\x45\x0c\x42\x42\x7f\xe4\xc4\x09\x96\x06\x8e\xeb\x2c\xca\xca\x58\x64\x05\x9e\x4c\xc5\x73\xfe\xa4\x47\xe7\x13\xf2\x52\x98\x86\xb0\x26\xec\xb4\x21\xa3\x81\x51\xd9\x44\x6a\xe1\x83\x21\x5d\x50\xf9\xc9\xf0\x0c\x92\x2e\x81\x5f\xa5\x12\x50\xcb\xcd\x7f\x41\x12\x9b\xfc\x60\x22\x17\xa9\xee\xce\x71\x2b\x11\x42\x21\x30\xbb\x1f\x64\x85\x74\x78\x29\x11\x4c\x9b\xea\x5e\x9b\x99\x98\xa1\xe2\xbe\x92\xe5\x36\xd8\x08\x82\x30\xc3\x9b\xc4\x9f\xb8\x3a\x94\xc0\x17\x08\xeb\x2a\x38\x2b\xb7\x51\x56\xce\x20\xa5\xd4\x08\x8e\x58\xb0\x94\x10\x60\xa9\xb9\xcc\x12\x7a\x77\xef\x33\xfd\x7d\x25\x9f\xfa\x74\xba\x53\x03\x96\x78\xab\xf7\x39\x13\x4b\x14\xa8\xbf\x41\xc8\xd2\x43\x97\xeb\xf2\xf5\x55\xab\xa5\x65\x7b\x39\xcb\x38\xad\xa6\x73\x17\x60\x3e\x6a\x15\xce\x74\x34\xc3\xc3\xe0\xca\xe0\x8c\x66\x0e\xb5\xfd\x26\x74\x92\xe5\x5a\x58\x90\x27\x71\xbc\x14\x70\xd1\x4c\x56\x73\xa2\x9b\xd3\x3a\x14\xce\x34\x27\xe0\x6b\x0d\xad\x8d\xd9\xf9\xda\x1b\x52\xdf\xf6\xe9\x51\x9d\x86\xc2\x74\x54\x64\x67\x60\x58\x2f\x1b\xdd\xe9\x74\xb3\x34\xa3\x3c\x9f\x2c\x35\x9e\xf5\xbb\x63\x1a\x0f\x8f\x0a\xa9\xed\x1a\xe3\x05\x6a\x47\x11\xf4\x4d\x10\xd9\x92\x16\x70\x4e\xe7\x4a\xc8\x31\x32\xba\x7a\x19\x39\xfa\xa2\x85\xb0\xac\xef\xb3\x28\xfe\x33\x9e\xac\x22\xfe\x33\xd2\x27\x18\x10\x4a\x43\x00\x48\xf7\x27\x0d\x38\x68\x6d\x34\x02\xf3\x57\xdc\x85\x23\x62\xba\x49\x1e\xcf\xdf\x92\x79\xcf\x2b\xed\xc6\x14\xb7\x15\x36\x40\xcf\x24\xda\x9c\x07\x43\xcb\x07\x40\xc9\xaa\x4a\x4a\x37\x61\x4b\x64\xf6\xbd\xf9\x50\x2f\xd1\xbe\xa2\x17\xd5\x12\x87\x49\x15\x0b\xd3\x9a\x63\x3a\x9e\xe7\x79\xa3\xa9\x26\x81\x9f\x77\x56\xc1\x8f\x6f\x50\x57\x00\xcc\xc7\x55\x6c\xd4\xe5\x00\xc4\x05\x56\xdc\xc1\xe7\x5e\x44\x8e\x42\x12\x54\x8f\x1e\xb6\xba\x3c\x37\x54\x6d\xa8\xb5\x79\xfc\x5c\x45\x05\xa5\x10\xeb\x4a\x8b\x23\xaf\x5e\x24\x16\x40\x5b\xb8\xce\x20\x69\x85\xd6\x25\x16\x3f\x4a\xaa\x3b\x01\xf5\xca\x4c\xd2\x24\x40\xd0\xb2\xbd\xb2\xe0\x33\xf4\x0f\xef\xe0\xd9\x5e\x63\x28\xbe\x06\xdd\x0c\x39\x56\x90\x09\x3a\xd3\xba\x87\x72\x93\x4a\x98\x88\xc5\x7f\xeb\xe5\x31\x6c\x7c\xb4\xad\x72\x8d\x97\xd8\x40\x5d\x47\xaf\x3f\x63\xa3\xaf\xff\xf6\xcd\xe7\x6f\x90\xe9\xb4\x2a\x00\xef\x6b\x16\x3e\x21\xb6\x74\xb0\xca\x73\xc8\x43\x36\x33\x58\x2b\xb9\xc3\x4a\x67\xdb\x45\x2f\x11\x0f\x59\x39\x13\x49\xcb\x06\xe9\xca\x9c\x77\x7a\x1e\x25\xac\x4c\xb6\x6f\x8c\x36\xe7\x33\x14\x66\x86\x2a\x91\x80\x7f\xb4\xae\xd5\x5e\x3d\xa7\x2d\x30\xb5\xb3\xe0\xc3\xc1\x79\xd1\x53\x80\xd8\xd2\x43\x70\x2a\x7d\x88\x6f\x3c\x9c\x0e\xf7\xd7\x69\x7a\xf6\xe7\x06\xcd\xc7\x05\xde\xc8\x8d\x2e\xd8\x8e\xa7\x51\x8c\xe0\x17\xf1\x9f\xcd\xf6\xc7\x62\xbf\xba\xc8\x0f\xeb\xf2\x02\x0a\x81\x2e\xf4\xb2\x5c\x00\xe2\xc5\xc0\x4b\xb7\x4c\x9b\xa6\xd2\xc0\x72\x77\x1a\x5b\xed\xfa\x8e\x5d\x1d\xdb\xd3\x78\xa5\x05\x5d\x3c\x76\x7d\xee\xc3\x38\x59\x58\x7d\x09\xa4\x6e\x44\x41\xa7\x95\x5c\x4f\xb1\x72\xf7\x13\xd9\x7d\xa2\xa2\x64\x65\x96\x20\x72\x9d\x60\xf9\x01\x52\x9f\x66\xb1\x48\x33\x85\xa6\x35\x4b\x0e\x49\x9e\x25\x44\x27\x17\xea\x42\xfc\x89\x8b\xf2\xea\x97\x92\x2b\xc1\x72\x93\x63\xb5\x10\x6b\x79\x8a\x42\xc4\xa9\xbd\xd3\x20\xd3\x17\xa1\xc6\x03\x65\xfb\xd8\xae\x73\x30\x26\x0a\xfd\xf8\x60\x55\x9b\x9c\x0c\x7b\xc4\x67\x84\xa1\xc3\xa0\xaa\xe7\xdf\xab\x95\xcc\x79\xf4\x73\xc5\xd5\x21\x5a\xbc\x8b\xa4\x82\xfa\xe3\x52\xd2\x3f\x65\xe9\x24\x94\x60\xa4\x40\xa6\x70\xa9\x25\x5c\xae\xe9\x43\x8d\x11\x17\x0e\x0f\x5d\x2a\x4b\xa9\xeb\x39\x3b\xc3\x19\xb4\xed\x56\x50\xa6\x03\xb0\x85\x5f\x4a\x79\xed\x2a\x10\x6a\xbf\x2b\x1f\x3b\x14\x57\xcb\xd3\x1a\xfa\x38\xeb\x97\x9a\xd6\x49\x1d\x4b\xa2\x85\x15\xcc\xc6\xfb\x20\x55\xb6\xc9\x04\x2b\xa5\x8a\x5e\x7f\x30\x65\x7f\xdf\xd8\x52\x75\x58\xc5\xf6\x61\xd4\xbc\xab\x53\x96\x08\x3d\xb3\xed\xaa\x11\x44\xdc\x79\xba\x6c\xd6\x65\x4c\x85\xdd\x1d\xcc\x28\xd1\xbf\x2a\x4a\xb6\xdb\xfb\xb0\x9b\x16\x0d\x8e\x56\x26\xc7\x45\x88\xcc\xc0\xc0\x08\xcf\x0a\x97\xdf\x17\x0b\x72\x5d\xe1\xbe\x49\xd5\x02\xbe\x5f\x9f\x25\x88\xf9\xe5\x91\x55\x2f\xc4\x81\x3b\xfc\x75\xaf\x7b\xff\xee\xda\x78\xf4\xdc\xb3\x1d\xbc\x83\x30\x51\x2e\x12\x90\xaa\x90\xdd\xbf\x0d\x0a\x0c\x62\xe1\x92\xfb\x2f\x73\x59\xa5\x11\xc9\x1e\x0a\x15\xa8\x8b\x28\xe3\x17\xb3\xa8\xf8\xeb\x77\x6f\xdf\x5e\x5c\x74\x51\xd2\x4f\xc4\x77\xb2\xf7\x1b\xbe\x6b\x3f\xe1\xf0\xb7\xd6\xe2\x99\x81\xab\x45\x2b\x3b\xcd\x38\xa4\x28\xd9\x8f\x6c\xdf\x5f\xa2\xc1\x8c\x62\x8b\xc9\x63\x3e\xfd\x43\xcb\xdd\x1f\x43\x4e\xbb\x9c\x66\xc9\x1a\xfc\x2e\x38\xcf\xbe\xa7\x27\x4c\x5e\xaf\x77\x69\x09\x7b\x4f\xe9\xce\x64\x49\xf7\x77\xb5\x67\x8a\x8b\x72\x09\x3d\x4e\xeb\x0c\x3a\xf9\x00\x9f\x07\x65\x8b\xa3\x2c\xf6\x7f\x3e\x48\x74\xc4\x98\xda\x85\x7f\x79\xc4\xda\x84\x05\xaa\x5f\x9f\xd7\x19\xc4\x45\x3d\xa7\xf5\x10\x97\x30\x4d\xe8\x88\xd5\xf3\x26\x14\x88\xce\x51\x13\x72\xa3\x47\x18\x0f\xcb\x1b\x6d\xb3\x73\xb5\x28\x33\xff\xe6\xce\x1c\x66\xbc\xbb\xf0\x49\xc4\xca\x08\x19\xf6\x7f\xe5\x4a\xba\x9a\x74\x22\x63\xf0\x1a\xee\xa9\xe3\x39\x2c\x8f\x07\xcc\x42\x24\x4c\x84\x6a\xf2\xb1\x4a\xe0\x5f\xa8\x3c\x04\xd5\xbe\xd5\xc1\xd4\xf3\x74\x43\x8c\x2f\x8f\xa0\xab\xb1\x43\xf1\xb4\x2e\x4f\xbe\x1b\xcb\xd4\x3e\x16\xe6\x82\xbe\x05\xa5\x52\x1b\x08\x5a\x1b\x62\x7b\xca\xd7\x00\xd6\x8a\x75\x54\xf7\xb2\x5d\xc0\x24\xfe\xf9\x1f\xff\xba\xe8\xc2\xc1\x83\xa1\x1f\x4d\x4a\xf8\xde\x30\xb4\x2a\xce\x52\x47\x7a\xe3\x73\xda\x0c\x61\xdc\x0d\x1e\xc8\x53\x92\x40\x4e\xd8\x97\xa6\x36\x65\xd1\x6b\xdc\x11\xcf\x52\x1f\xc4\xd8\x1e\x70\xda\x1e\xcb\x79\x22\xd7\x11\xd8\x54\x1d\xfa\xdc\x05\x8d\xb3\xa5\x87\x09\xab\xd7\x2e\x9f\xbe\x90\xa6\xda\x55\xa9\x3f\x66\xf8\xc6\x0a\xfa\x20\x65\x7e\xaa\x25\xc4\x72\x83\x0b\xb5\x04\x18\x8e\x53\x34\x19\x3c\x00\xd6\xf4\x59\xbc\xb3\x5e\x39\x5b\xfa\x0e\x72\xda\x03\xc1\x82\x90\x11\x0d\x01\x02\x35\xc8\x98\xd7\x9d\x48\x51\xec\x5b\x1c\xb3\x13\x13\x42\xa0\x0d\x8c\xe8\x58\x84\xe9\x86\x69\xe6\x25\xfa\x32\x37\x46\x28\x0f\xac\x8d\x70\x92\x1d\x86\xa0\x19\xb5\xae\xac\x4d\xe6\x97\x11\xdb\x75\xf4\xfa\x36\xeb\x89\x50\x5d\xda\xa8\xa3\x07\x24\x16\xde\x63\x81\xc5\x42\x26\xe3\xc6\xae\x5a\x9b\xa9\x16\x1c\xc3\x93\x4d\xb5\x53\xb0\x22\x7a\x0d\xed\x77\x3e\x24\x0b\xf8\x8b\x13\xb9\x5b\x69\x73\x09\xa1\xd4\x28\x60\x03\xaf\xdc\xdc\xd4\x0d\xdb\xa2\x47\xf3\x5a\x21\x0a\x63\x6d\xed\x6d\xb6\x8b\x5f\xd5\xe8\x8b\xac\x21\x4d\xd0\x57\x2d\xce\x0b\x6b\xd1\x2e\x67\xe7\xf5\x19\x00\xdb\xc0\x33\x3b\x14\x80\x5f\xa3\xed\xf6\xf5\xda\x71\x99\xf9\x76\x84\xb5\x24\x6d\x99\x27\x81\xc1\x55\x04\x6b\x45\x73\xc9\x88\xce\x32\x37\x48\x3d\xae\xdc\xe7\x55\xd1\xbe\x38\x2f\x8d\xc1\xd1\xbe\x16\xd0\xbe\xad\x14\x27\x34\xf0\x20\x8b\x7d\x86\xb6\xcf\x5f\x5c\xf1\x01\x4f\xa4\xb0\xd5\xe5\x67\x31\xa9\x5b\xf0\x39\xda\x87\x0b\x7f\x6b\xc0\x88\x0f\xd9\xf7\x27\xba\x19\xbc\x67\x52\xc9\x84\x60\xd1\xcb\x08\x60\xed\x50\x1c\xeb\xbe\x67\xd1\x8e\x65\x82\xae\x41\xa9\xb4\x80\x4c\xf9\xaa\xda\x6c\x3a\xad\xdf\x5c\x6e\x5e\x34\x70\x62\xd0\x2c\xbc\xdf\x77\x14\x36\xe4\x7d\x08\x0d\x43\x96\xe6\xef\xc7\xcd\xd1\x5b\xb0\x76\x0e\x47\xc5\xc2\xf4\x84\xce\xf1\x75\x96\xf3\x2f\xe3\x9b\x38\x93\xa3\x65\x31\xc6\xd1\x62\xa2\x2b\x90\xe1\x89\xf3\xb0\xfe\xef\x3f\x3c\x30\x5f\xc6\x03\xd3\xea\x62\xae\x8f\x10\x6b\x97\x96\x59\xa8\x00\xf7\x8c\xf0\xc8\xe2\x42\x5b\x85\x0e\xa3\x22\xe4\xb6\x82\x8b\xb4\x00\x62\x82\xf3\x57\x1b\xc2\xeb\x73\x7a\x29\xdf\x00\x31\xc7\xbd\xdc\xf1\x08\xba\x2a\x10\x01\x29\xa2\x24\xda\x19\xc4\x8b\xf5\x04\x1d\x58\x26\x88\x24\x0a\x88\x26\x5b\x26\x36\x3c\x75\x4a\xeb\x6b\xc1\x9f\x23\xfd\x1a\xcc\xfc\x00\x9a\xb7\x3d\xb3\x88\x97\xc9\x37\x04\xbd\xec\xf2\x6d\x14\x4f\xa4\x4a\x01\x82\x64\xc3\x54\x0a\x59\x5e\x74\x25\x73\x96\x3c\x02\x63\x22\x3c\x98\xd8\x23\x05\xf9\x0c\x4a\x07\x06\x9e\x5d\x6b\x99\x48\x10\x06\xd7\x10\x89\xd8\xf1\xe1\xe7\x45\xc4\x12\x25\x0b\xa2\x52\x27\xce\x37\x22\x1b\xf3\xf8\x96\xa0\xc7\x4e\x27\x0a\x2b\x4e\x42\x1d\x99\x0b\x97\xb3\xc1\x7f\xd9\xe7\x4c\x84\x77\x12\xa7\x5b\x2a\x06\x70\xcc\x9d\x27\xdf\xd6\x7b\x7e\xd1\x8a\x73\x1f\x4e\xd5\x5d\x2b\xd4\x3e\x15\x67\xe9\xc1\xaf\x8a\xcb\x04\x61\x24\xb2\x74\x97\x09\xbd\xf5\xfa\x5a\x23\xff\x16\xc9\x57\x68\x3a\x61\x39\x86\xba\x01\x02\x2b\xcf\x6b\x57\xbf\x88\x04\xd7\x2a\x0b\x53\x59\x7e\x00\x2d\x75\xaf\xf8\x1b\xaf\x1f\xef\x7e\x53\xae\x5d\x56\xc4\x02\xc7\x0e\x54\xa7\xeb\x2a\x47\x5d\x16\xac\x3d\x3b\x01\xba\x87\x1f\x17\x33\xfd\x8c\x95\x04\x3c\xe3\x75\x0c\x67\xf6\x2c\x79\x4b\x4d\x3b\x6b\x94\xeb\xd0\x55\x6b\x2a\x48\xaa\xd8\xca\x67\x93\x5c\xf9\xcc\x5c\xec\x7c\x8a\x21\xfa\x81\x64\x97\x31\x32\xbd\x48\x3b\xa8\x1c\x01\xfb\xc7\x7b\xa9\x08\x1c\x06\x84\xc3\x07\x22\x19\xf9\x47\xf6\xc4\x67\xd1\xfd\x9e\xa9\xc7\x59\xf4\xee\x20\xd8\x2e\x4b\x7e\x90\xab\x41\xdb\xf2\x1c\xfe\x15\xab\x02\x4d\xf6\xbf\xb5\x7a\x2a\x66\x1e\x34\x84\xe7\x85\x6b\x7a\x02\x4c\x10\x54\x9f\x18\x42\x05\xee\x7a\xc2\x4d\x5c\xb9\x13\x3f\xe4\x5c\x1a\x72\x77\x58\xbc\x53\x5f\xae\x4b\x00\x27\xab\x29\xf3\xb8\x2d\x18\xac\x65\x24\x24\x4c\xeb\x89\xbf\x81\x57\x4f\xaa\x68\x9f\xb3\x52\x9f\x15\xc3\xdb\x85\xa7\x02\xe3\xd7\x28\xed\x6b\xf9\xe4\x63\x1f\x75\xd3\xf1\x72\x2f\x65\xde\xfa\xb6\x9f\x75\x01\x1b\x9e\xb4\xb1\x8b\xb7\xc0\x3c\xbc\xc2\x7f\xf1\xcc\x2a\x3a\xaf\x8c\xf3\xe1\x78\xd8\xea\x70\x9a\xd2\x4a\x21\xd9\x90\x59\x8e\x0b\xe7\x02\x65\xae\xfa\x0f\x1f\xb9\x15\x4f\x18\x54\x53\x1b\xed\x03\x79\xd0\xc0\x3d\xe5\xde\xe8\x16\x7f\x51\xd1\xec\xa7\x43\xe5\x80\x76\x97\x59\x5b\xe1\xd8\xd4\xcb\xf5\xb0\x6d\x75\x02\xe3\xc8\x8d\x03\xcb\x64\x6e\x0d\x15\xcf\x9b\x44\xf5\x65\x92\xb3\x62\x64\xd6\x4c\xab\xdc\x59\x50\x43\x97\xd0\xce\x78\x99\xf9\x0f\xf0\xd7\xed\x46\x0a\xe3\x58\xcc\x6d\xf1\xb8\x7b\xc6\xad\xea\x81\x62\x16\x95\xae\xc6\xd6\x60\x3a\x98\x43\x1a\x98\x45\x45\x95\x6c\x21\xe1\x2d\x94\x53\xbe\xdc\x6a\xde\xd8\x59\x2c\xf4\x43\x88\x48\x82\x0c\x62\x36\xcf\xfa\xb9\x2b\xb2\x5f\xb9\x7d\x69\x51\x25\x0a\x1e\xd7\x15\xd3\x5b\x43\x74\x00\x75\x45\xc4\xe4\x1e\x32\xf5\xc8\x53\xcf\x8d\x54\xed\xb5\xf9\x7b\x11\xdb\x65\xc6\xf3\xeb\x18\xec\x48\xb3\x29\xfc\x89\xf9\x8a\x58\x4d\xd2\xe6\xd9\x9a\x27\x87\xa4\x51\x6b\x1c\x44\x4a\xcf\xe7\xaf\x3c\xce\x5d\xd7\x57\x6f\xd9\x6e\x85\x7d\x6a\xd4\x0c\x45\x5d\xe1\xa5\xff\x9b\x49\x25\x1d\x25\x7f\xbf\x77\x8f\xcb\x40\x22\xf9\x1f\xf9\x21\xbf\x4b\xef\xc4\xb8\x0a\xc0\x40\x7e\x99\x14\x0c\xb0\x86\x48\x6b\x6e\x4d\xfc\xf8\xba\x8a\x3c\xb2\xd4\xbf\x37\xe5\x96\xb7\xd4\x7a\x8c\xbb\x0a\x54\x4a\x93\xda\x32\x9f\x29\x48\x4a\xf8\xa9\x59\xaf\xcb\x5c\x16\x95\xea\xbf\xfc\x77\xe1\xa8\x4d\xef\x6e\x36\x01\xc2\x15\xdf\xad\x38\x54\x70\xa5\xb8\x33\xad\x93\x19\x52\x14\xb4\xbd\x54\xff\x9e\x52\x22\x9e\x79\x94\xb0\x3d\x64\xd2\xb6\xe3\xc2\x36\xbe\xf3\xec\x6b\x78\x79\x37\xdc\xd7\x02\x6a\x8f\x63\x70\xb8\x82\x58\xd2\x57\x95\x76\xd9\x6a\x83\xd5\xaa\xcc\x03\x57\xcc\xa8\xe8\xdb\x39\x3c\xdb\x1f\x58\xb9\x45\x27\x01\x70\x24\x60\x24\xb6\xd4\x0a\x14\xa2\x76\xa3\xbb\x7b\x95\xcb\x15\x40\x3d\x97\xc0\x52\xd5\x71\xce\xe9\x70\x8e\x5a\xba\xe6\x86\x8d\x39\xdb\xfa\x3e\x40\xd6\xbc\xe2\x05\x94\x4f\x36\xe3\x49\x63\x93\xd8\xa6\x39\x32\x9a\xc3\xd5\x62\xeb\x5d\xc3\x91\xd1\x04\x9c\xd2\x52\x1d\x32\x9a\xae\x5a\xc4\xfa\xd0\xc5\xba\xf2\xf3\xce\x19\x30\x57\x95\xc0\x0d\x8c\x01\xdb\x22\x13\x9b\x9c\xd7\xe6\x6b\xb0\xf4\x63\x31\xc7\xbf\xf8\x74\xee\x0e\x12\xd1\x26\x0d\x11\x6c\xb2\xbd\x7f\x98\x88\x1e\xcd\x4d\x61\x29\x14\x30\x32\x0a\x28\x5a\x8b\x0b\xdc\x23\x33\xc3\x0f\xaf\xb4\x3e\x5d\x80\xba\x50\x54\xab\x37\xae\xcc\x50\x2a\x50\x30\xa0\x0a\x75\xcf\x14\x60\xd2\x6f\xb3\x3c\x7d\xd3\xf2\x90\xa0\x8f\xd3\x01\xa4\x19\x24\x0a\x96\x93\xf8\x02\xbb\x10\xab\x5c\xec\xdc\x6d\x3b\x5a\xbd\xe7\x2c\xd9\xda\x0a\x0b\x14\xd7\x7d\xf2\x22\x30\x96\x7e\xeb\xe4\x97\x11\xd9\x25\x1d\x90\xb8\xbf\x7f\x39\x11\xac\xd9\x18\x39\xf1\x10\x9a\x56\xe6\xd6\x68\xe3\x90\x24\x47\xd7\x52\x15\x4b\x0c\xf1\x7f\x81\x32\x7c\xe7\x19\x2a\xf6\xec\x59\x50\x71\xdf\xa4\x32\x87\x71\xf2\xa1\x9d\x6b\x43\xcb\x87\x46\xda\x8f\x93\x14\x82\x0a\xe5\xcb\xcc\xe2\xc7\xce\x3c\x24\x75\x96\xe7\x3e\x6a\x99\x73\x05\xc5\xc2\x39\x0c\xf4\xf3\x9f\xe7\xfa\xff\x93\xba\xe0\xa6\x62\xce\x14\x0a\x64\xf8\xcc\x54\xa2\x11\x8a\x03\x85\x28\xde\xa0\x61\xee\xcc\xe7\xa1\xdb\x7c\x2e\x7d\x32\x61\xc9\x96\x2f\xf5\xd0\xaa\x09\xe5\x4a\x97\xac\x64\xb9\xdc\x5c\xea\x8f\xef\xf1\xdb\xde\xc7\x0c\xf5\x22\x54\xd3\xb0\x2f\x48\xfe\x63\x09\x54\xdd\x5b\x8f\xec\x60\x30\x10\xbb\x5d\xb6\xb0\x74\x0e\x8e\xb5\xdd\x1d\xef\x11\x78\xc2\x65\x36\xb5\x50\x09\x53\xca\x24\xf4\x52\xaf\x11\x53\x65\xb6\x66\x49\xe0\x41\x1f\x07\x71\xe5\xbf\x90\xd8\x62\x01\xa1\x67\x93\x96\xe6\x8a\xc5\x59\x64\x01\xcc\xbb\xf7\xff\xdc\x36\x05\x77\x42\xfa\x05\xfc\x23\xfd\x8e\x43\xbc\xbe\xcd\x37\x32\xf0\x2c\xb3\x46\xd2\xf3\xc8\xc5\x66\x51\x00\xb1\xd0\xba\xa4\x1e\xbf\xf6\x09\x6b\x78\x64\x71\xc9\x34\x94\x42\x8f\xf4\x7a\xbc\xe4\x6c\x00\x0d\x13\xe1\x33\x52\xe4\x52\x9d\x7a\x59\x2f\xac\x84\x25\xc4\x14\xef\x27\x9e\xba\xa2\x53\x0f\x79\x44\x3f\x7d\x6c\xc3\xa3\x1d\x4f\xb3\xaa\x0e\x82\x19\x94\x23\xfc\x61\x0b\xff\xff\xb3\x85\x21\xb5\xe0\x25\x0d\xe1\xf6\x42\x97\x3f\x9e\xc2\xaf\xe0\x29\xf4\xc6\x49\x7b\x3d\xf1\x16\x8c\x96\x1e\xfd\xd1\x3b\xf7\xd8\x3a\x0d\xd4\xbe\x2b\xac\x79\x0e\x7d\x17\x4e\xe9\xaf\x81\x56\xfc\x47\xbb\xff\xba\x0b\xbe\xbe\xaa\x20\xc6\x98\xc7\x54\x5f\x71\x1b\xd6\xb8\x31\x57\x1b\x78\x29\x4b\xd9\x77\xc5\x3d\x24\x1c\x56\xbe\x2a\xec\xaa\x87\x57\xd9\xe4\x6a\x5d\x67\x45\xf9\x13\xcb\xab\x93\xe0\x6f\xa0\xa6\xe4\xc5\x22\xf1\x66\xa8\x38\x4c\xef\x8b\xde\x00\xf2\x5d\x18\xe2\xd5\xef\x2a\x9e\x39\x28\x93\x37\xc0\xbb\x7a\xdc\x53\x04\xef\x67\xbb\x5e\x9f\x51\x67\x7c\x56\x6c\xbf\xe7\xca\xc4\x2d\x1b\xa1\x65\x40\xb3\x85\x5e\x62\x81\xbe\x87\x1f\xee\x6f\x6f\xea\x6f\x83\x96\x3d\xb5\xa6\xe1\x67\xb0\x74\x17\xed\x3b\x77\x53\xe5\x79\xe7\xce\x8d\x20\xf7\xfc\x78\x7d\xbd\xfc\x69\x7e\xfd\xf1\xaa\x17\x5c\xd1\xfb\x59\xe7\x9a\xd8\x91\xd0\x9a\xa0\x45\x58\x82\x15\x58\xed\xb8\x32\x65\x1d\x6e\xd6\xa8\x78\x57\x79\x1e\x82\x6c\xc6\xe2\x33\xb5\x03\x09\x46\x95\x40\x8f\x4d\x2c\xa2\xde\x85\x0b\xfb\x87\x9f\x7d\xd6\x8d\x7f\xc6\x6f\xdf\x44\x6e\x12\xdf\x45\x37\xb6\xd7\x8e\x75\xa5\xec\xc5\x13\xae\x03\x62\x7d\x76\x5d\x87\xe3\x01\xe9\xcf\x79\x3d\x3e\x0a\xc0\x70\x21\x00\xe4\x73\xdd\x0e\x5c\xbb\xcf\xa1\x37\xd0\xca\xf2\x14\x55\x5b\x68\x77\x86\xe0\xaf\x45\x49\xb5\x8d\xb8\x66\xb1\x20\x72\x5e\x06\x55\x90\x9d\x63\x8a\x16\x14\xcd\xcf\x99\xd8\x54\x6c\xc3\x8b\x59\x64\x3a\x8f\xc5\x2e\xdb\x6c\x01\x2d\x87\xf8\xb4\xac\x25\xc3\xca\xec\x89\xd7\x8e\x10\x26\x62\x11\x42\xc4\x2c\xca\x44\x2c\x68\x4e\x62\xe3\x9a\xc7\x1c\xad\x1f\xee\xed\x74\xf4\x49\xb3\x0d\x11\x7e\xad\x88\x05\x6e\x2e\x82\xf2\x19\x37\x09\x28\x7e\xac\xac\x1f\x5d\xa6\xb8\x81\x15\x07\x99\xbe\x01\x87\x4d\x2c\x6c\xc9\x02\x6c\x6c\xc0\x09\x86\x99\x9b\x38\xa4\x61\x79\x62\x36\xc3\xdc\x09\x1a\x5b\xfb\xa9\x3f\xf9\x0d\xd0\x17\x6e\xf9\x54\x6b\x65\xc4\xb1\x75\x62\x6c\xa4\x8e\xcd\x3c\xc1\xd1\x55\xc7\x06\x75\x2a\xed\xa3\x31\xf3\xc2\xdf\x74\x86\xc0\x65\xb5\xca\x27\x0c\x09\x7f\xdf\x3b\x28\x14\xc9\xfd\x83\x1a\xe1\x23\xbd\xab\x5d\x2d\x7d\x4c\xfb\xba\x5d\x49\xd9\xb1\x2f\x67\xf4\x36\x06\x83\xa2\x0f\x86\x16\xa3\x4a\xca\x63\xce\xcb\x88\xe4\xf2\xfa\x12\x19\xe9\xd3\x37\xa0\x3c\x2b\x8e\x1a\x8e\xd3\x9f\x46\x8f\xc8\x6a\x08\xf4\xd8\x4d\x92\xb0\xf4\xce\x05\x02\xb6\x43\x4c\x92\x8f\x8b\x22\x1c\x3c\x43\xf1\x22\x80\x7d\x97\x51\x2d\xd7\xcc\x1e\xa2\x99\xdb\xb9\x19\x0c\x32\xa9\x54\xa1\xc5\x25\xc9\x3b\x92\xda\x52\x45\x2c\x16\x06\x41\xcd\x88\xe3\xb9\x09\xe2\x2b\xfb\xaf\x98\xb0\xbf\x47\xfc\x21\xd0\x58\xcb\x48\x0a\x6e\xa4\x61\x2c\x00\xd2\x5f\x80\x37\x76\x55\x00\x80\x24\x81\xb1\xd3\x1f\x3c\xf6\x45\x26\x90\xaa\x77\x58\xe6\xd5\xd4\x80\xe0\x9d\xff\x93\xfe\xdf\xff\xfc\xe9\x7f\x03\x00\x00\xff\xff\x90\x92\xb7\x48\x43\xe8\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 255474, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 256067, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/core/Interface.java b/flyteidl/gen/pb-java/flyteidl/core/Interface.java index 6a267174bb..c5e6bc6908 100644 --- a/flyteidl/gen/pb-java/flyteidl/core/Interface.java +++ b/flyteidl/gen/pb-java/flyteidl/core/Interface.java @@ -870,58 +870,48 @@ public interface VariableMapOrBuilder extends * Defines a map of variable names to variables. * * - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - int getVariablesCount(); + java.util.List + getVariablesList(); /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; - */ - boolean containsVariables( - java.lang.String key); - /** - * Use {@link #getVariablesMap()} instead. + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - @java.lang.Deprecated - java.util.Map - getVariables(); + flyteidl.core.Interface.VariableMapEntry getVariables(int index); /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - java.util.Map - getVariablesMap(); + int getVariablesCount(); /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - flyteidl.core.Interface.Variable getVariablesOrDefault( - java.lang.String key, - flyteidl.core.Interface.Variable defaultValue); + java.util.List + getVariablesOrBuilderList(); /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - flyteidl.core.Interface.Variable getVariablesOrThrow( - java.lang.String key); + flyteidl.core.Interface.VariableMapEntryOrBuilder getVariablesOrBuilder( + int index); } /** *
-   * A map of Variables
+   * A map of Variables in the form of repeated map entries
    * 
* * Protobuf type {@code flyteidl.core.VariableMap} @@ -936,6 +926,7 @@ private VariableMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private VariableMap() { + variables_ = java.util.Collections.emptyList(); } @java.lang.Override @@ -964,15 +955,11 @@ private VariableMap( break; case 10: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { - variables_ = com.google.protobuf.MapField.newMapField( - VariablesDefaultEntryHolder.defaultEntry); + variables_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } - com.google.protobuf.MapEntry - variables__ = input.readMessage( - VariablesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - variables_.getMutableMap().put( - variables__.getKey(), variables__.getValue()); + variables_.add( + input.readMessage(flyteidl.core.Interface.VariableMapEntry.parser(), extensionRegistry)); break; } default: { @@ -990,6 +977,9 @@ private VariableMap( throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + variables_ = java.util.Collections.unmodifiableList(variables_); + } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } @@ -999,18 +989,6 @@ private VariableMap( return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMap_descriptor; } - @SuppressWarnings({"rawtypes"}) - @java.lang.Override - protected com.google.protobuf.MapField internalGetMapField( - int number) { - switch (number) { - case 1: - return internalGetVariables(); - default: - throw new RuntimeException( - "Invalid map field number: " + number); - } - } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { @@ -1020,95 +998,58 @@ protected com.google.protobuf.MapField internalGetMapField( } public static final int VARIABLES_FIELD_NUMBER = 1; - private static final class VariablesDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, flyteidl.core.Interface.Variable> defaultEntry = - com.google.protobuf.MapEntry - .newDefaultInstance( - flyteidl.core.Interface.internal_static_flyteidl_core_VariableMap_VariablesEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.MESSAGE, - flyteidl.core.Interface.Variable.getDefaultInstance()); - } - private com.google.protobuf.MapField< - java.lang.String, flyteidl.core.Interface.Variable> variables_; - private com.google.protobuf.MapField - internalGetVariables() { - if (variables_ == null) { - return com.google.protobuf.MapField.emptyMapField( - VariablesDefaultEntryHolder.defaultEntry); - } - return variables_; - } - - public int getVariablesCount() { - return internalGetVariables().getMap().size(); - } + private java.util.List variables_; /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public boolean containsVariables( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - return internalGetVariables().getMap().containsKey(key); + public java.util.List getVariablesList() { + return variables_; } /** - * Use {@link #getVariablesMap()} instead. + *
+     * Defines a map of variable names to variables.
+     * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - @java.lang.Deprecated - public java.util.Map getVariables() { - return getVariablesMap(); + public java.util.List + getVariablesOrBuilderList() { + return variables_; } /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public java.util.Map getVariablesMap() { - return internalGetVariables().getMap(); + public int getVariablesCount() { + return variables_.size(); } /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public flyteidl.core.Interface.Variable getVariablesOrDefault( - java.lang.String key, - flyteidl.core.Interface.Variable defaultValue) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetVariables().getMap(); - return map.containsKey(key) ? map.get(key) : defaultValue; + public flyteidl.core.Interface.VariableMapEntry getVariables(int index) { + return variables_.get(index); } /** *
      * Defines a map of variable names to variables.
      * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public flyteidl.core.Interface.Variable getVariablesOrThrow( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetVariables().getMap(); - if (!map.containsKey(key)) { - throw new java.lang.IllegalArgumentException(); - } - return map.get(key); + public flyteidl.core.Interface.VariableMapEntryOrBuilder getVariablesOrBuilder( + int index) { + return variables_.get(index); } private byte memoizedIsInitialized = -1; @@ -1125,12 +1066,9 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - com.google.protobuf.GeneratedMessageV3 - .serializeStringMapTo( - output, - internalGetVariables(), - VariablesDefaultEntryHolder.defaultEntry, - 1); + for (int i = 0; i < variables_.size(); i++) { + output.writeMessage(1, variables_.get(i)); + } unknownFields.writeTo(output); } @@ -1140,15 +1078,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - for (java.util.Map.Entry entry - : internalGetVariables().getMap().entrySet()) { - com.google.protobuf.MapEntry - variables__ = VariablesDefaultEntryHolder.defaultEntry.newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); + for (int i = 0; i < variables_.size(); i++) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, variables__); + .computeMessageSize(1, variables_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1165,8 +1097,8 @@ public boolean equals(final java.lang.Object obj) { } flyteidl.core.Interface.VariableMap other = (flyteidl.core.Interface.VariableMap) obj; - if (!internalGetVariables().equals( - other.internalGetVariables())) return false; + if (!getVariablesList() + .equals(other.getVariablesList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -1178,9 +1110,9 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (!internalGetVariables().getMap().isEmpty()) { + if (getVariablesCount() > 0) { hash = (37 * hash) + VARIABLES_FIELD_NUMBER; - hash = (53 * hash) + internalGetVariables().hashCode(); + hash = (53 * hash) + getVariablesList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; @@ -1279,7 +1211,7 @@ protected Builder newBuilderForType( } /** *
-     * A map of Variables
+     * A map of Variables in the form of repeated map entries
      * 
* * Protobuf type {@code flyteidl.core.VariableMap} @@ -1293,28 +1225,6 @@ public static final class Builder extends return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMap_descriptor; } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField( - int number) { - switch (number) { - case 1: - return internalGetVariables(); - default: - throw new RuntimeException( - "Invalid map field number: " + number); - } - } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMutableMapField( - int number) { - switch (number) { - case 1: - return internalGetMutableVariables(); - default: - throw new RuntimeException( - "Invalid map field number: " + number); - } - } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { @@ -1336,12 +1246,18 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { + getVariablesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); - internalGetMutableVariables().clear(); + if (variablesBuilder_ == null) { + variables_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + } else { + variablesBuilder_.clear(); + } return this; } @@ -1369,8 +1285,15 @@ public flyteidl.core.Interface.VariableMap build() { public flyteidl.core.Interface.VariableMap buildPartial() { flyteidl.core.Interface.VariableMap result = new flyteidl.core.Interface.VariableMap(this); int from_bitField0_ = bitField0_; - result.variables_ = internalGetVariables(); - result.variables_.makeImmutable(); + if (variablesBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0)) { + variables_ = java.util.Collections.unmodifiableList(variables_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.variables_ = variables_; + } else { + result.variables_ = variablesBuilder_.build(); + } onBuilt(); return result; } @@ -1419,8 +1342,32 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(flyteidl.core.Interface.VariableMap other) { if (other == flyteidl.core.Interface.VariableMap.getDefaultInstance()) return this; - internalGetMutableVariables().mergeFrom( - other.internalGetVariables()); + if (variablesBuilder_ == null) { + if (!other.variables_.isEmpty()) { + if (variables_.isEmpty()) { + variables_ = other.variables_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureVariablesIsMutable(); + variables_.addAll(other.variables_); + } + onChanged(); + } + } else { + if (!other.variables_.isEmpty()) { + if (variablesBuilder_.isEmpty()) { + variablesBuilder_.dispose(); + variablesBuilder_ = null; + variables_ = other.variables_; + bitField0_ = (bitField0_ & ~0x00000001); + variablesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getVariablesFieldBuilder() : null; + } else { + variablesBuilder_.addAllMessages(other.variables_); + } + } + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -1451,101 +1398,156 @@ public Builder mergeFrom( } private int bitField0_; - private com.google.protobuf.MapField< - java.lang.String, flyteidl.core.Interface.Variable> variables_; - private com.google.protobuf.MapField - internalGetVariables() { - if (variables_ == null) { - return com.google.protobuf.MapField.emptyMapField( - VariablesDefaultEntryHolder.defaultEntry); - } - return variables_; + private java.util.List variables_ = + java.util.Collections.emptyList(); + private void ensureVariablesIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + variables_ = new java.util.ArrayList(variables_); + bitField0_ |= 0x00000001; + } } - private com.google.protobuf.MapField - internalGetMutableVariables() { - onChanged();; - if (variables_ == null) { - variables_ = com.google.protobuf.MapField.newMapField( - VariablesDefaultEntryHolder.defaultEntry); - } - if (!variables_.isMutable()) { - variables_ = variables_.copy(); + + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Interface.VariableMapEntry, flyteidl.core.Interface.VariableMapEntry.Builder, flyteidl.core.Interface.VariableMapEntryOrBuilder> variablesBuilder_; + + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public java.util.List getVariablesList() { + if (variablesBuilder_ == null) { + return java.util.Collections.unmodifiableList(variables_); + } else { + return variablesBuilder_.getMessageList(); } - return variables_; } - + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ public int getVariablesCount() { - return internalGetVariables().getMap().size(); + if (variablesBuilder_ == null) { + return variables_.size(); + } else { + return variablesBuilder_.getCount(); + } } /** *
        * Defines a map of variable names to variables.
        * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public boolean containsVariables( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - return internalGetVariables().getMap().containsKey(key); + public flyteidl.core.Interface.VariableMapEntry getVariables(int index) { + if (variablesBuilder_ == null) { + return variables_.get(index); + } else { + return variablesBuilder_.getMessage(index); + } } /** - * Use {@link #getVariablesMap()} instead. + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - @java.lang.Deprecated - public java.util.Map getVariables() { - return getVariablesMap(); + public Builder setVariables( + int index, flyteidl.core.Interface.VariableMapEntry value) { + if (variablesBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureVariablesIsMutable(); + variables_.set(index, value); + onChanged(); + } else { + variablesBuilder_.setMessage(index, value); + } + return this; } /** *
        * Defines a map of variable names to variables.
        * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public java.util.Map getVariablesMap() { - return internalGetVariables().getMap(); + public Builder setVariables( + int index, flyteidl.core.Interface.VariableMapEntry.Builder builderForValue) { + if (variablesBuilder_ == null) { + ensureVariablesIsMutable(); + variables_.set(index, builderForValue.build()); + onChanged(); + } else { + variablesBuilder_.setMessage(index, builderForValue.build()); + } + return this; } /** *
        * Defines a map of variable names to variables.
        * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public flyteidl.core.Interface.Variable getVariablesOrDefault( - java.lang.String key, - flyteidl.core.Interface.Variable defaultValue) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetVariables().getMap(); - return map.containsKey(key) ? map.get(key) : defaultValue; + public Builder addVariables(flyteidl.core.Interface.VariableMapEntry value) { + if (variablesBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureVariablesIsMutable(); + variables_.add(value); + onChanged(); + } else { + variablesBuilder_.addMessage(value); + } + return this; } /** *
        * Defines a map of variable names to variables.
        * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public flyteidl.core.Interface.Variable getVariablesOrThrow( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetVariables().getMap(); - if (!map.containsKey(key)) { - throw new java.lang.IllegalArgumentException(); + public Builder addVariables( + int index, flyteidl.core.Interface.VariableMapEntry value) { + if (variablesBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureVariablesIsMutable(); + variables_.add(index, value); + onChanged(); + } else { + variablesBuilder_.addMessage(index, value); } - return map.get(key); + return this; } - - public Builder clearVariables() { - internalGetMutableVariables().getMutableMap() - .clear(); + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public Builder addVariables( + flyteidl.core.Interface.VariableMapEntry.Builder builderForValue) { + if (variablesBuilder_ == null) { + ensureVariablesIsMutable(); + variables_.add(builderForValue.build()); + onChanged(); + } else { + variablesBuilder_.addMessage(builderForValue.build()); + } return this; } /** @@ -1553,38 +1555,53 @@ public Builder clearVariables() { * Defines a map of variable names to variables. * * - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public Builder removeVariables( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - internalGetMutableVariables().getMutableMap() - .remove(key); + public Builder addVariables( + int index, flyteidl.core.Interface.VariableMapEntry.Builder builderForValue) { + if (variablesBuilder_ == null) { + ensureVariablesIsMutable(); + variables_.add(index, builderForValue.build()); + onChanged(); + } else { + variablesBuilder_.addMessage(index, builderForValue.build()); + } return this; } /** - * Use alternate mutation accessors instead. + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - @java.lang.Deprecated - public java.util.Map - getMutableVariables() { - return internalGetMutableVariables().getMutableMap(); + public Builder addAllVariables( + java.lang.Iterable values) { + if (variablesBuilder_ == null) { + ensureVariablesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, variables_); + onChanged(); + } else { + variablesBuilder_.addAllMessages(values); + } + return this; } /** *
        * Defines a map of variable names to variables.
        * 
* - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - public Builder putVariables( - java.lang.String key, - flyteidl.core.Interface.Variable value) { - if (key == null) { throw new java.lang.NullPointerException(); } - if (value == null) { throw new java.lang.NullPointerException(); } - internalGetMutableVariables().getMutableMap() - .put(key, value); + public Builder clearVariables() { + if (variablesBuilder_ == null) { + variables_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + } else { + variablesBuilder_.clear(); + } return this; } /** @@ -1592,15 +1609,106 @@ public Builder putVariables( * Defines a map of variable names to variables. * * - * map<string, .flyteidl.core.Variable> variables = 1; + * repeated .flyteidl.core.VariableMapEntry variables = 1; */ - - public Builder putAllVariables( - java.util.Map values) { - internalGetMutableVariables().getMutableMap() - .putAll(values); + public Builder removeVariables(int index) { + if (variablesBuilder_ == null) { + ensureVariablesIsMutable(); + variables_.remove(index); + onChanged(); + } else { + variablesBuilder_.remove(index); + } return this; } + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public flyteidl.core.Interface.VariableMapEntry.Builder getVariablesBuilder( + int index) { + return getVariablesFieldBuilder().getBuilder(index); + } + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public flyteidl.core.Interface.VariableMapEntryOrBuilder getVariablesOrBuilder( + int index) { + if (variablesBuilder_ == null) { + return variables_.get(index); } else { + return variablesBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public java.util.List + getVariablesOrBuilderList() { + if (variablesBuilder_ != null) { + return variablesBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(variables_); + } + } + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public flyteidl.core.Interface.VariableMapEntry.Builder addVariablesBuilder() { + return getVariablesFieldBuilder().addBuilder( + flyteidl.core.Interface.VariableMapEntry.getDefaultInstance()); + } + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public flyteidl.core.Interface.VariableMapEntry.Builder addVariablesBuilder( + int index) { + return getVariablesFieldBuilder().addBuilder( + index, flyteidl.core.Interface.VariableMapEntry.getDefaultInstance()); + } + /** + *
+       * Defines a map of variable names to variables.
+       * 
+ * + * repeated .flyteidl.core.VariableMapEntry variables = 1; + */ + public java.util.List + getVariablesBuilderList() { + return getVariablesFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Interface.VariableMapEntry, flyteidl.core.Interface.VariableMapEntry.Builder, flyteidl.core.Interface.VariableMapEntryOrBuilder> + getVariablesFieldBuilder() { + if (variablesBuilder_ == null) { + variablesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Interface.VariableMapEntry, flyteidl.core.Interface.VariableMapEntry.Builder, flyteidl.core.Interface.VariableMapEntryOrBuilder>( + variables_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); + variables_ = null; + } + return variablesBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -1654,53 +1762,51 @@ public flyteidl.core.Interface.VariableMap getDefaultInstanceForType() { } - public interface TypedInterfaceOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.core.TypedInterface) + public interface VariableMapEntryOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.VariableMapEntry) com.google.protobuf.MessageOrBuilder { /** - * .flyteidl.core.VariableMap inputs = 1; - */ - boolean hasInputs(); - /** - * .flyteidl.core.VariableMap inputs = 1; + * string name = 1; */ - flyteidl.core.Interface.VariableMap getInputs(); + java.lang.String getName(); /** - * .flyteidl.core.VariableMap inputs = 1; + * string name = 1; */ - flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder(); + com.google.protobuf.ByteString + getNameBytes(); /** - * .flyteidl.core.VariableMap outputs = 2; + * .flyteidl.core.Variable var = 2; */ - boolean hasOutputs(); + boolean hasVar(); /** - * .flyteidl.core.VariableMap outputs = 2; + * .flyteidl.core.Variable var = 2; */ - flyteidl.core.Interface.VariableMap getOutputs(); + flyteidl.core.Interface.Variable getVar(); /** - * .flyteidl.core.VariableMap outputs = 2; + * .flyteidl.core.Variable var = 2; */ - flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder(); + flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder(); } /** *
-   * Defines strongly typed inputs and outputs.
+   * Map entry of VariableMap
    * 
* - * Protobuf type {@code flyteidl.core.TypedInterface} + * Protobuf type {@code flyteidl.core.VariableMapEntry} */ - public static final class TypedInterface extends + public static final class VariableMapEntry extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.core.TypedInterface) - TypedInterfaceOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.core.VariableMapEntry) + VariableMapEntryOrBuilder { private static final long serialVersionUID = 0L; - // Use TypedInterface.newBuilder() to construct. - private TypedInterface(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use VariableMapEntry.newBuilder() to construct. + private VariableMapEntry(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private TypedInterface() { + private VariableMapEntry() { + name_ = ""; } @java.lang.Override @@ -1708,7 +1814,7 @@ private TypedInterface() { getUnknownFields() { return this.unknownFields; } - private TypedInterface( + private VariableMapEntry( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -1728,27 +1834,20 @@ private TypedInterface( done = true; break; case 10: { - flyteidl.core.Interface.VariableMap.Builder subBuilder = null; - if (inputs_ != null) { - subBuilder = inputs_.toBuilder(); - } - inputs_ = input.readMessage(flyteidl.core.Interface.VariableMap.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(inputs_); - inputs_ = subBuilder.buildPartial(); - } + java.lang.String s = input.readStringRequireUtf8(); + name_ = s; break; } case 18: { - flyteidl.core.Interface.VariableMap.Builder subBuilder = null; - if (outputs_ != null) { - subBuilder = outputs_.toBuilder(); + flyteidl.core.Interface.Variable.Builder subBuilder = null; + if (var_ != null) { + subBuilder = var_.toBuilder(); } - outputs_ = input.readMessage(flyteidl.core.Interface.VariableMap.parser(), extensionRegistry); + var_ = input.readMessage(flyteidl.core.Interface.Variable.parser(), extensionRegistry); if (subBuilder != null) { - subBuilder.mergeFrom(outputs_); - outputs_ = subBuilder.buildPartial(); + subBuilder.mergeFrom(var_); + var_ = subBuilder.buildPartial(); } break; @@ -1774,57 +1873,70 @@ private TypedInterface( } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMapEntry_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.TypedInterface.class, flyteidl.core.Interface.TypedInterface.Builder.class); + flyteidl.core.Interface.VariableMapEntry.class, flyteidl.core.Interface.VariableMapEntry.Builder.class); } - public static final int INPUTS_FIELD_NUMBER = 1; - private flyteidl.core.Interface.VariableMap inputs_; - /** - * .flyteidl.core.VariableMap inputs = 1; - */ - public boolean hasInputs() { - return inputs_ != null; - } + public static final int NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object name_; /** - * .flyteidl.core.VariableMap inputs = 1; + * string name = 1; */ - public flyteidl.core.Interface.VariableMap getInputs() { - return inputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; + public java.lang.String getName() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } } /** - * .flyteidl.core.VariableMap inputs = 1; + * string name = 1; */ - public flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder() { - return getInputs(); + public com.google.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } } - public static final int OUTPUTS_FIELD_NUMBER = 2; - private flyteidl.core.Interface.VariableMap outputs_; + public static final int VAR_FIELD_NUMBER = 2; + private flyteidl.core.Interface.Variable var_; /** - * .flyteidl.core.VariableMap outputs = 2; + * .flyteidl.core.Variable var = 2; */ - public boolean hasOutputs() { - return outputs_ != null; + public boolean hasVar() { + return var_ != null; } /** - * .flyteidl.core.VariableMap outputs = 2; + * .flyteidl.core.Variable var = 2; */ - public flyteidl.core.Interface.VariableMap getOutputs() { - return outputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; + public flyteidl.core.Interface.Variable getVar() { + return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; } /** - * .flyteidl.core.VariableMap outputs = 2; + * .flyteidl.core.Variable var = 2; */ - public flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder() { - return getOutputs(); + public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { + return getVar(); } private byte memoizedIsInitialized = -1; @@ -1841,11 +1953,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (inputs_ != null) { - output.writeMessage(1, getInputs()); + if (!getNameBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } - if (outputs_ != null) { - output.writeMessage(2, getOutputs()); + if (var_ != null) { + output.writeMessage(2, getVar()); } unknownFields.writeTo(output); } @@ -1856,13 +1968,12 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (inputs_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getInputs()); + if (!getNameBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } - if (outputs_ != null) { + if (var_ != null) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getOutputs()); + .computeMessageSize(2, getVar()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1874,20 +1985,17 @@ public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } - if (!(obj instanceof flyteidl.core.Interface.TypedInterface)) { + if (!(obj instanceof flyteidl.core.Interface.VariableMapEntry)) { return super.equals(obj); } - flyteidl.core.Interface.TypedInterface other = (flyteidl.core.Interface.TypedInterface) obj; + flyteidl.core.Interface.VariableMapEntry other = (flyteidl.core.Interface.VariableMapEntry) obj; - if (hasInputs() != other.hasInputs()) return false; - if (hasInputs()) { - if (!getInputs() - .equals(other.getInputs())) return false; - } - if (hasOutputs() != other.hasOutputs()) return false; - if (hasOutputs()) { - if (!getOutputs() - .equals(other.getOutputs())) return false; + if (!getName() + .equals(other.getName())) return false; + if (hasVar() != other.hasVar()) return false; + if (hasVar()) { + if (!getVar() + .equals(other.getVar())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; @@ -1900,82 +2008,80 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (hasInputs()) { - hash = (37 * hash) + INPUTS_FIELD_NUMBER; - hash = (53 * hash) + getInputs().hashCode(); - } - if (hasOutputs()) { - hash = (37 * hash) + OUTPUTS_FIELD_NUMBER; - hash = (53 * hash) + getOutputs().hashCode(); + hash = (37 * hash) + NAME_FIELD_NUMBER; + hash = (53 * hash) + getName().hashCode(); + if (hasVar()) { + hash = (37 * hash) + VAR_FIELD_NUMBER; + hash = (53 * hash) + getVar().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.TypedInterface parseFrom(byte[] data) + public static flyteidl.core.Interface.VariableMapEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.TypedInterface parseFrom(java.io.InputStream input) + public static flyteidl.core.Interface.VariableMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.core.Interface.TypedInterface parseDelimitedFrom(java.io.InputStream input) + public static flyteidl.core.Interface.VariableMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } - public static flyteidl.core.Interface.TypedInterface parseDelimitedFrom( + public static flyteidl.core.Interface.VariableMapEntry parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.core.Interface.TypedInterface parseFrom( + public static flyteidl.core.Interface.VariableMapEntry parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -1988,7 +2094,7 @@ public static flyteidl.core.Interface.TypedInterface parseFrom( public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(flyteidl.core.Interface.TypedInterface prototype) { + public static Builder newBuilder(flyteidl.core.Interface.VariableMapEntry prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -2005,29 +2111,29 @@ protected Builder newBuilderForType( } /** *
-     * Defines strongly typed inputs and outputs.
+     * Map entry of VariableMap
      * 
* - * Protobuf type {@code flyteidl.core.TypedInterface} + * Protobuf type {@code flyteidl.core.VariableMapEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.core.TypedInterface) - flyteidl.core.Interface.TypedInterfaceOrBuilder { + // @@protoc_insertion_point(builder_implements:flyteidl.core.VariableMapEntry) + flyteidl.core.Interface.VariableMapEntryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMapEntry_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.TypedInterface.class, flyteidl.core.Interface.TypedInterface.Builder.class); + flyteidl.core.Interface.VariableMapEntry.class, flyteidl.core.Interface.VariableMapEntry.Builder.class); } - // Construct using flyteidl.core.Interface.TypedInterface.newBuilder() + // Construct using flyteidl.core.Interface.VariableMapEntry.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -2045,17 +2151,13 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - if (inputsBuilder_ == null) { - inputs_ = null; - } else { - inputs_ = null; - inputsBuilder_ = null; - } - if (outputsBuilder_ == null) { - outputs_ = null; + name_ = ""; + + if (varBuilder_ == null) { + var_ = null; } else { - outputs_ = null; - outputsBuilder_ = null; + var_ = null; + varBuilder_ = null; } return this; } @@ -2063,17 +2165,17 @@ public Builder clear() { @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMapEntry_descriptor; } @java.lang.Override - public flyteidl.core.Interface.TypedInterface getDefaultInstanceForType() { - return flyteidl.core.Interface.TypedInterface.getDefaultInstance(); + public flyteidl.core.Interface.VariableMapEntry getDefaultInstanceForType() { + return flyteidl.core.Interface.VariableMapEntry.getDefaultInstance(); } @java.lang.Override - public flyteidl.core.Interface.TypedInterface build() { - flyteidl.core.Interface.TypedInterface result = buildPartial(); + public flyteidl.core.Interface.VariableMapEntry build() { + flyteidl.core.Interface.VariableMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -2081,17 +2183,13 @@ public flyteidl.core.Interface.TypedInterface build() { } @java.lang.Override - public flyteidl.core.Interface.TypedInterface buildPartial() { - flyteidl.core.Interface.TypedInterface result = new flyteidl.core.Interface.TypedInterface(this); - if (inputsBuilder_ == null) { - result.inputs_ = inputs_; - } else { - result.inputs_ = inputsBuilder_.build(); - } - if (outputsBuilder_ == null) { - result.outputs_ = outputs_; + public flyteidl.core.Interface.VariableMapEntry buildPartial() { + flyteidl.core.Interface.VariableMapEntry result = new flyteidl.core.Interface.VariableMapEntry(this); + result.name_ = name_; + if (varBuilder_ == null) { + result.var_ = var_; } else { - result.outputs_ = outputsBuilder_.build(); + result.var_ = varBuilder_.build(); } onBuilt(); return result; @@ -2131,21 +2229,22 @@ public Builder addRepeatedField( } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.core.Interface.TypedInterface) { - return mergeFrom((flyteidl.core.Interface.TypedInterface)other); + if (other instanceof flyteidl.core.Interface.VariableMapEntry) { + return mergeFrom((flyteidl.core.Interface.VariableMapEntry)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(flyteidl.core.Interface.TypedInterface other) { - if (other == flyteidl.core.Interface.TypedInterface.getDefaultInstance()) return this; - if (other.hasInputs()) { - mergeInputs(other.getInputs()); + public Builder mergeFrom(flyteidl.core.Interface.VariableMapEntry other) { + if (other == flyteidl.core.Interface.VariableMapEntry.getDefaultInstance()) return this; + if (!other.getName().isEmpty()) { + name_ = other.name_; + onChanged(); } - if (other.hasOutputs()) { - mergeOutputs(other.getOutputs()); + if (other.hasVar()) { + mergeVar(other.getVar()); } this.mergeUnknownFields(other.unknownFields); onChanged(); @@ -2162,11 +2261,11 @@ public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - flyteidl.core.Interface.TypedInterface parsedMessage = null; + flyteidl.core.Interface.VariableMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.core.Interface.TypedInterface) e.getUnfinishedMessage(); + parsedMessage = (flyteidl.core.Interface.VariableMapEntry) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -2176,238 +2275,2117 @@ public Builder mergeFrom( return this; } - private flyteidl.core.Interface.VariableMap inputs_; + private java.lang.Object name_ = ""; + /** + * string name = 1; + */ + public java.lang.String getName() { + java.lang.Object ref = name_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string name = 1; + */ + public com.google.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string name = 1; + */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + name_ = value; + onChanged(); + return this; + } + /** + * string name = 1; + */ + public Builder clearName() { + + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + * string name = 1; + */ + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + name_ = value; + onChanged(); + return this; + } + + private flyteidl.core.Interface.Variable var_; private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> inputsBuilder_; + flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder> varBuilder_; /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public boolean hasInputs() { - return inputsBuilder_ != null || inputs_ != null; + public boolean hasVar() { + return varBuilder_ != null || var_ != null; } /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public flyteidl.core.Interface.VariableMap getInputs() { - if (inputsBuilder_ == null) { - return inputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; + public flyteidl.core.Interface.Variable getVar() { + if (varBuilder_ == null) { + return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; } else { - return inputsBuilder_.getMessage(); + return varBuilder_.getMessage(); } } /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public Builder setInputs(flyteidl.core.Interface.VariableMap value) { - if (inputsBuilder_ == null) { + public Builder setVar(flyteidl.core.Interface.Variable value) { + if (varBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - inputs_ = value; + var_ = value; onChanged(); } else { - inputsBuilder_.setMessage(value); + varBuilder_.setMessage(value); } return this; } /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public Builder setInputs( - flyteidl.core.Interface.VariableMap.Builder builderForValue) { - if (inputsBuilder_ == null) { - inputs_ = builderForValue.build(); + public Builder setVar( + flyteidl.core.Interface.Variable.Builder builderForValue) { + if (varBuilder_ == null) { + var_ = builderForValue.build(); onChanged(); } else { - inputsBuilder_.setMessage(builderForValue.build()); + varBuilder_.setMessage(builderForValue.build()); } return this; } /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public Builder mergeInputs(flyteidl.core.Interface.VariableMap value) { - if (inputsBuilder_ == null) { - if (inputs_ != null) { - inputs_ = - flyteidl.core.Interface.VariableMap.newBuilder(inputs_).mergeFrom(value).buildPartial(); + public Builder mergeVar(flyteidl.core.Interface.Variable value) { + if (varBuilder_ == null) { + if (var_ != null) { + var_ = + flyteidl.core.Interface.Variable.newBuilder(var_).mergeFrom(value).buildPartial(); } else { - inputs_ = value; + var_ = value; } onChanged(); } else { - inputsBuilder_.mergeFrom(value); + varBuilder_.mergeFrom(value); } return this; } /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public Builder clearInputs() { - if (inputsBuilder_ == null) { - inputs_ = null; + public Builder clearVar() { + if (varBuilder_ == null) { + var_ = null; onChanged(); } else { - inputs_ = null; - inputsBuilder_ = null; + var_ = null; + varBuilder_ = null; } return this; } /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public flyteidl.core.Interface.VariableMap.Builder getInputsBuilder() { + public flyteidl.core.Interface.Variable.Builder getVarBuilder() { onChanged(); - return getInputsFieldBuilder().getBuilder(); + return getVarFieldBuilder().getBuilder(); } /** - * .flyteidl.core.VariableMap inputs = 1; + * .flyteidl.core.Variable var = 2; */ - public flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder() { - if (inputsBuilder_ != null) { - return inputsBuilder_.getMessageOrBuilder(); + public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { + if (varBuilder_ != null) { + return varBuilder_.getMessageOrBuilder(); + } else { + return var_ == null ? + flyteidl.core.Interface.Variable.getDefaultInstance() : var_; + } + } + /** + * .flyteidl.core.Variable var = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder> + getVarFieldBuilder() { + if (varBuilder_ == null) { + varBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder>( + getVar(), + getParentForChildren(), + isClean()); + var_ = null; + } + return varBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.core.VariableMapEntry) + } + + // @@protoc_insertion_point(class_scope:flyteidl.core.VariableMapEntry) + private static final flyteidl.core.Interface.VariableMapEntry DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.core.Interface.VariableMapEntry(); + } + + public static flyteidl.core.Interface.VariableMapEntry getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public VariableMapEntry parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new VariableMapEntry(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.core.Interface.VariableMapEntry getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface TypedInterfaceOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.TypedInterface) + com.google.protobuf.MessageOrBuilder { + + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + boolean hasInputs(); + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + flyteidl.core.Interface.VariableMap getInputs(); + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder(); + + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + boolean hasOutputs(); + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + flyteidl.core.Interface.VariableMap getOutputs(); + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder(); + } + /** + *
+   * Defines strongly typed inputs and outputs.
+   * 
+ * + * Protobuf type {@code flyteidl.core.TypedInterface} + */ + public static final class TypedInterface extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.core.TypedInterface) + TypedInterfaceOrBuilder { + private static final long serialVersionUID = 0L; + // Use TypedInterface.newBuilder() to construct. + private TypedInterface(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TypedInterface() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TypedInterface( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + flyteidl.core.Interface.VariableMap.Builder subBuilder = null; + if (inputs_ != null) { + subBuilder = inputs_.toBuilder(); + } + inputs_ = input.readMessage(flyteidl.core.Interface.VariableMap.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(inputs_); + inputs_ = subBuilder.buildPartial(); + } + + break; + } + case 18: { + flyteidl.core.Interface.VariableMap.Builder subBuilder = null; + if (outputs_ != null) { + subBuilder = outputs_.toBuilder(); + } + outputs_ = input.readMessage(flyteidl.core.Interface.VariableMap.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(outputs_); + outputs_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Interface.TypedInterface.class, flyteidl.core.Interface.TypedInterface.Builder.class); + } + + public static final int INPUTS_FIELD_NUMBER = 1; + private flyteidl.core.Interface.VariableMap inputs_; + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public boolean hasInputs() { + return inputs_ != null; + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public flyteidl.core.Interface.VariableMap getInputs() { + return inputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder() { + return getInputs(); + } + + public static final int OUTPUTS_FIELD_NUMBER = 2; + private flyteidl.core.Interface.VariableMap outputs_; + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public boolean hasOutputs() { + return outputs_ != null; + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public flyteidl.core.Interface.VariableMap getOutputs() { + return outputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder() { + return getOutputs(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (inputs_ != null) { + output.writeMessage(1, getInputs()); + } + if (outputs_ != null) { + output.writeMessage(2, getOutputs()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (inputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getInputs()); + } + if (outputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getOutputs()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.core.Interface.TypedInterface)) { + return super.equals(obj); + } + flyteidl.core.Interface.TypedInterface other = (flyteidl.core.Interface.TypedInterface) obj; + + if (hasInputs() != other.hasInputs()) return false; + if (hasInputs()) { + if (!getInputs() + .equals(other.getInputs())) return false; + } + if (hasOutputs() != other.hasOutputs()) return false; + if (hasOutputs()) { + if (!getOutputs() + .equals(other.getOutputs())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasInputs()) { + hash = (37 * hash) + INPUTS_FIELD_NUMBER; + hash = (53 * hash) + getInputs().hashCode(); + } + if (hasOutputs()) { + hash = (37 * hash) + OUTPUTS_FIELD_NUMBER; + hash = (53 * hash) + getOutputs().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.core.Interface.TypedInterface parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Interface.TypedInterface parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Interface.TypedInterface parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Interface.TypedInterface parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Interface.TypedInterface parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Interface.TypedInterface parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Interface.TypedInterface parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Interface.TypedInterface parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Interface.TypedInterface parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.core.Interface.TypedInterface parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Interface.TypedInterface parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Interface.TypedInterface parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.core.Interface.TypedInterface prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Defines strongly typed inputs and outputs.
+     * 
+ * + * Protobuf type {@code flyteidl.core.TypedInterface} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.core.TypedInterface) + flyteidl.core.Interface.TypedInterfaceOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Interface.TypedInterface.class, flyteidl.core.Interface.TypedInterface.Builder.class); + } + + // Construct using flyteidl.core.Interface.TypedInterface.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (inputsBuilder_ == null) { + inputs_ = null; + } else { + inputs_ = null; + inputsBuilder_ = null; + } + if (outputsBuilder_ == null) { + outputs_ = null; + } else { + outputs_ = null; + outputsBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_descriptor; + } + + @java.lang.Override + public flyteidl.core.Interface.TypedInterface getDefaultInstanceForType() { + return flyteidl.core.Interface.TypedInterface.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.core.Interface.TypedInterface build() { + flyteidl.core.Interface.TypedInterface result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.core.Interface.TypedInterface buildPartial() { + flyteidl.core.Interface.TypedInterface result = new flyteidl.core.Interface.TypedInterface(this); + if (inputsBuilder_ == null) { + result.inputs_ = inputs_; + } else { + result.inputs_ = inputsBuilder_.build(); + } + if (outputsBuilder_ == null) { + result.outputs_ = outputs_; + } else { + result.outputs_ = outputsBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.core.Interface.TypedInterface) { + return mergeFrom((flyteidl.core.Interface.TypedInterface)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.core.Interface.TypedInterface other) { + if (other == flyteidl.core.Interface.TypedInterface.getDefaultInstance()) return this; + if (other.hasInputs()) { + mergeInputs(other.getInputs()); + } + if (other.hasOutputs()) { + mergeOutputs(other.getOutputs()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.core.Interface.TypedInterface parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.core.Interface.TypedInterface) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private flyteidl.core.Interface.VariableMap inputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> inputsBuilder_; + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public boolean hasInputs() { + return inputsBuilder_ != null || inputs_ != null; + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public flyteidl.core.Interface.VariableMap getInputs() { + if (inputsBuilder_ == null) { + return inputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; + } else { + return inputsBuilder_.getMessage(); + } + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public Builder setInputs(flyteidl.core.Interface.VariableMap value) { + if (inputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + inputs_ = value; + onChanged(); + } else { + inputsBuilder_.setMessage(value); + } + + return this; + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public Builder setInputs( + flyteidl.core.Interface.VariableMap.Builder builderForValue) { + if (inputsBuilder_ == null) { + inputs_ = builderForValue.build(); + onChanged(); + } else { + inputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public Builder mergeInputs(flyteidl.core.Interface.VariableMap value) { + if (inputsBuilder_ == null) { + if (inputs_ != null) { + inputs_ = + flyteidl.core.Interface.VariableMap.newBuilder(inputs_).mergeFrom(value).buildPartial(); + } else { + inputs_ = value; + } + onChanged(); + } else { + inputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public Builder clearInputs() { + if (inputsBuilder_ == null) { + inputs_ = null; + onChanged(); + } else { + inputs_ = null; + inputsBuilder_ = null; + } + + return this; + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public flyteidl.core.Interface.VariableMap.Builder getInputsBuilder() { + + onChanged(); + return getInputsFieldBuilder().getBuilder(); + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + public flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder() { + if (inputsBuilder_ != null) { + return inputsBuilder_.getMessageOrBuilder(); + } else { + return inputs_ == null ? + flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; + } + } + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> + getInputsFieldBuilder() { + if (inputsBuilder_ == null) { + inputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder>( + getInputs(), + getParentForChildren(), + isClean()); + inputs_ = null; + } + return inputsBuilder_; + } + + private flyteidl.core.Interface.VariableMap outputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> outputsBuilder_; + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public boolean hasOutputs() { + return outputsBuilder_ != null || outputs_ != null; + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public flyteidl.core.Interface.VariableMap getOutputs() { + if (outputsBuilder_ == null) { + return outputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; + } else { + return outputsBuilder_.getMessage(); + } + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public Builder setOutputs(flyteidl.core.Interface.VariableMap value) { + if (outputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + outputs_ = value; + onChanged(); + } else { + outputsBuilder_.setMessage(value); + } + + return this; + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public Builder setOutputs( + flyteidl.core.Interface.VariableMap.Builder builderForValue) { + if (outputsBuilder_ == null) { + outputs_ = builderForValue.build(); + onChanged(); + } else { + outputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public Builder mergeOutputs(flyteidl.core.Interface.VariableMap value) { + if (outputsBuilder_ == null) { + if (outputs_ != null) { + outputs_ = + flyteidl.core.Interface.VariableMap.newBuilder(outputs_).mergeFrom(value).buildPartial(); + } else { + outputs_ = value; + } + onChanged(); + } else { + outputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public Builder clearOutputs() { + if (outputsBuilder_ == null) { + outputs_ = null; + onChanged(); + } else { + outputs_ = null; + outputsBuilder_ = null; + } + + return this; + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public flyteidl.core.Interface.VariableMap.Builder getOutputsBuilder() { + + onChanged(); + return getOutputsFieldBuilder().getBuilder(); + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + public flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder() { + if (outputsBuilder_ != null) { + return outputsBuilder_.getMessageOrBuilder(); + } else { + return outputs_ == null ? + flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; + } + } + /** + * .flyteidl.core.VariableMap outputs = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> + getOutputsFieldBuilder() { + if (outputsBuilder_ == null) { + outputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder>( + getOutputs(), + getParentForChildren(), + isClean()); + outputs_ = null; + } + return outputsBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.core.TypedInterface) + } + + // @@protoc_insertion_point(class_scope:flyteidl.core.TypedInterface) + private static final flyteidl.core.Interface.TypedInterface DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.core.Interface.TypedInterface(); + } + + public static flyteidl.core.Interface.TypedInterface getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TypedInterface parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TypedInterface(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.core.Interface.TypedInterface getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface ParameterOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.Parameter) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     *+required Variable. Defines the type of the variable backing this parameter.
+     * 
+ * + * .flyteidl.core.Variable var = 1; + */ + boolean hasVar(); + /** + *
+     *+required Variable. Defines the type of the variable backing this parameter.
+     * 
+ * + * .flyteidl.core.Variable var = 1; + */ + flyteidl.core.Interface.Variable getVar(); + /** + *
+     *+required Variable. Defines the type of the variable backing this parameter.
+     * 
+ * + * .flyteidl.core.Variable var = 1; + */ + flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder(); + + /** + *
+     * Defines a default value that has to match the variable type defined.
+     * 
+ * + * .flyteidl.core.Literal default = 2; + */ + boolean hasDefault(); + /** + *
+     * Defines a default value that has to match the variable type defined.
+     * 
+ * + * .flyteidl.core.Literal default = 2; + */ + flyteidl.core.Literals.Literal getDefault(); + /** + *
+     * Defines a default value that has to match the variable type defined.
+     * 
+ * + * .flyteidl.core.Literal default = 2; + */ + flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder(); + + /** + *
+     *+optional, is this value required to be filled.
+     * 
+ * + * bool required = 3; + */ + boolean getRequired(); + + public flyteidl.core.Interface.Parameter.BehaviorCase getBehaviorCase(); + } + /** + *
+   * A parameter is used as input to a launch plan and has
+   * the special ability to have a default value or mark itself as required.
+   * 
+ * + * Protobuf type {@code flyteidl.core.Parameter} + */ + public static final class Parameter extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.core.Parameter) + ParameterOrBuilder { + private static final long serialVersionUID = 0L; + // Use Parameter.newBuilder() to construct. + private Parameter(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private Parameter() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private Parameter( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + flyteidl.core.Interface.Variable.Builder subBuilder = null; + if (var_ != null) { + subBuilder = var_.toBuilder(); + } + var_ = input.readMessage(flyteidl.core.Interface.Variable.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(var_); + var_ = subBuilder.buildPartial(); + } + + break; + } + case 18: { + flyteidl.core.Literals.Literal.Builder subBuilder = null; + if (behaviorCase_ == 2) { + subBuilder = ((flyteidl.core.Literals.Literal) behavior_).toBuilder(); + } + behavior_ = + input.readMessage(flyteidl.core.Literals.Literal.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom((flyteidl.core.Literals.Literal) behavior_); + behavior_ = subBuilder.buildPartial(); + } + behaviorCase_ = 2; + break; + } + case 24: { + behaviorCase_ = 3; + behavior_ = input.readBool(); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Interface.Parameter.class, flyteidl.core.Interface.Parameter.Builder.class); + } + + private int behaviorCase_ = 0; + private java.lang.Object behavior_; + public enum BehaviorCase + implements com.google.protobuf.Internal.EnumLite { + DEFAULT(2), + REQUIRED(3), + BEHAVIOR_NOT_SET(0); + private final int value; + private BehaviorCase(int value) { + this.value = value; + } + /** + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static BehaviorCase valueOf(int value) { + return forNumber(value); + } + + public static BehaviorCase forNumber(int value) { + switch (value) { + case 2: return DEFAULT; + case 3: return REQUIRED; + case 0: return BEHAVIOR_NOT_SET; + default: return null; + } + } + public int getNumber() { + return this.value; + } + }; + + public BehaviorCase + getBehaviorCase() { + return BehaviorCase.forNumber( + behaviorCase_); + } + + public static final int VAR_FIELD_NUMBER = 1; + private flyteidl.core.Interface.Variable var_; + /** + *
+     *+required Variable. Defines the type of the variable backing this parameter.
+     * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public boolean hasVar() { + return var_ != null; + } + /** + *
+     *+required Variable. Defines the type of the variable backing this parameter.
+     * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public flyteidl.core.Interface.Variable getVar() { + return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; + } + /** + *
+     *+required Variable. Defines the type of the variable backing this parameter.
+     * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { + return getVar(); + } + + public static final int DEFAULT_FIELD_NUMBER = 2; + /** + *
+     * Defines a default value that has to match the variable type defined.
+     * 
+ * + * .flyteidl.core.Literal default = 2; + */ + public boolean hasDefault() { + return behaviorCase_ == 2; + } + /** + *
+     * Defines a default value that has to match the variable type defined.
+     * 
+ * + * .flyteidl.core.Literal default = 2; + */ + public flyteidl.core.Literals.Literal getDefault() { + if (behaviorCase_ == 2) { + return (flyteidl.core.Literals.Literal) behavior_; + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); + } + /** + *
+     * Defines a default value that has to match the variable type defined.
+     * 
+ * + * .flyteidl.core.Literal default = 2; + */ + public flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder() { + if (behaviorCase_ == 2) { + return (flyteidl.core.Literals.Literal) behavior_; + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); + } + + public static final int REQUIRED_FIELD_NUMBER = 3; + /** + *
+     *+optional, is this value required to be filled.
+     * 
+ * + * bool required = 3; + */ + public boolean getRequired() { + if (behaviorCase_ == 3) { + return (java.lang.Boolean) behavior_; + } + return false; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (var_ != null) { + output.writeMessage(1, getVar()); + } + if (behaviorCase_ == 2) { + output.writeMessage(2, (flyteidl.core.Literals.Literal) behavior_); + } + if (behaviorCase_ == 3) { + output.writeBool( + 3, (boolean)((java.lang.Boolean) behavior_)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (var_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getVar()); + } + if (behaviorCase_ == 2) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, (flyteidl.core.Literals.Literal) behavior_); + } + if (behaviorCase_ == 3) { + size += com.google.protobuf.CodedOutputStream + .computeBoolSize( + 3, (boolean)((java.lang.Boolean) behavior_)); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.core.Interface.Parameter)) { + return super.equals(obj); + } + flyteidl.core.Interface.Parameter other = (flyteidl.core.Interface.Parameter) obj; + + if (hasVar() != other.hasVar()) return false; + if (hasVar()) { + if (!getVar() + .equals(other.getVar())) return false; + } + if (!getBehaviorCase().equals(other.getBehaviorCase())) return false; + switch (behaviorCase_) { + case 2: + if (!getDefault() + .equals(other.getDefault())) return false; + break; + case 3: + if (getRequired() + != other.getRequired()) return false; + break; + case 0: + default: + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + if (hasVar()) { + hash = (37 * hash) + VAR_FIELD_NUMBER; + hash = (53 * hash) + getVar().hashCode(); + } + switch (behaviorCase_) { + case 2: + hash = (37 * hash) + DEFAULT_FIELD_NUMBER; + hash = (53 * hash) + getDefault().hashCode(); + break; + case 3: + hash = (37 * hash) + REQUIRED_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( + getRequired()); + break; + case 0: + default: + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.core.Interface.Parameter parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Interface.Parameter parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Interface.Parameter parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Interface.Parameter parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Interface.Parameter parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.core.Interface.Parameter parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.core.Interface.Parameter parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Interface.Parameter parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Interface.Parameter parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.core.Interface.Parameter parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.core.Interface.Parameter parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.core.Interface.Parameter parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.core.Interface.Parameter prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * A parameter is used as input to a launch plan and has
+     * the special ability to have a default value or mark itself as required.
+     * 
+ * + * Protobuf type {@code flyteidl.core.Parameter} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.core.Parameter) + flyteidl.core.Interface.ParameterOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.core.Interface.Parameter.class, flyteidl.core.Interface.Parameter.Builder.class); + } + + // Construct using flyteidl.core.Interface.Parameter.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + if (varBuilder_ == null) { + var_ = null; + } else { + var_ = null; + varBuilder_ = null; + } + behaviorCase_ = 0; + behavior_ = null; + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_descriptor; + } + + @java.lang.Override + public flyteidl.core.Interface.Parameter getDefaultInstanceForType() { + return flyteidl.core.Interface.Parameter.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.core.Interface.Parameter build() { + flyteidl.core.Interface.Parameter result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.core.Interface.Parameter buildPartial() { + flyteidl.core.Interface.Parameter result = new flyteidl.core.Interface.Parameter(this); + if (varBuilder_ == null) { + result.var_ = var_; + } else { + result.var_ = varBuilder_.build(); + } + if (behaviorCase_ == 2) { + if (defaultBuilder_ == null) { + result.behavior_ = behavior_; + } else { + result.behavior_ = defaultBuilder_.build(); + } + } + if (behaviorCase_ == 3) { + result.behavior_ = behavior_; + } + result.behaviorCase_ = behaviorCase_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.core.Interface.Parameter) { + return mergeFrom((flyteidl.core.Interface.Parameter)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.core.Interface.Parameter other) { + if (other == flyteidl.core.Interface.Parameter.getDefaultInstance()) return this; + if (other.hasVar()) { + mergeVar(other.getVar()); + } + switch (other.getBehaviorCase()) { + case DEFAULT: { + mergeDefault(other.getDefault()); + break; + } + case REQUIRED: { + setRequired(other.getRequired()); + break; + } + case BEHAVIOR_NOT_SET: { + break; + } + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.core.Interface.Parameter parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.core.Interface.Parameter) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int behaviorCase_ = 0; + private java.lang.Object behavior_; + public BehaviorCase + getBehaviorCase() { + return BehaviorCase.forNumber( + behaviorCase_); + } + + public Builder clearBehavior() { + behaviorCase_ = 0; + behavior_ = null; + onChanged(); + return this; + } + + + private flyteidl.core.Interface.Variable var_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder> varBuilder_; + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public boolean hasVar() { + return varBuilder_ != null || var_ != null; + } + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public flyteidl.core.Interface.Variable getVar() { + if (varBuilder_ == null) { + return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; + } else { + return varBuilder_.getMessage(); + } + } + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public Builder setVar(flyteidl.core.Interface.Variable value) { + if (varBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + var_ = value; + onChanged(); + } else { + varBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public Builder setVar( + flyteidl.core.Interface.Variable.Builder builderForValue) { + if (varBuilder_ == null) { + var_ = builderForValue.build(); + onChanged(); + } else { + varBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public Builder mergeVar(flyteidl.core.Interface.Variable value) { + if (varBuilder_ == null) { + if (var_ != null) { + var_ = + flyteidl.core.Interface.Variable.newBuilder(var_).mergeFrom(value).buildPartial(); + } else { + var_ = value; + } + onChanged(); + } else { + varBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public Builder clearVar() { + if (varBuilder_ == null) { + var_ = null; + onChanged(); + } else { + var_ = null; + varBuilder_ = null; + } + + return this; + } + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public flyteidl.core.Interface.Variable.Builder getVarBuilder() { + + onChanged(); + return getVarFieldBuilder().getBuilder(); + } + /** + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; + */ + public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { + if (varBuilder_ != null) { + return varBuilder_.getMessageOrBuilder(); } else { - return inputs_ == null ? - flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; + return var_ == null ? + flyteidl.core.Interface.Variable.getDefaultInstance() : var_; } } /** - * .flyteidl.core.VariableMap inputs = 1; + *
+       *+required Variable. Defines the type of the variable backing this parameter.
+       * 
+ * + * .flyteidl.core.Variable var = 1; */ private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> - getInputsFieldBuilder() { - if (inputsBuilder_ == null) { - inputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder>( - getInputs(), + flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder> + getVarFieldBuilder() { + if (varBuilder_ == null) { + varBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder>( + getVar(), getParentForChildren(), isClean()); - inputs_ = null; + var_ = null; } - return inputsBuilder_; + return varBuilder_; } - private flyteidl.core.Interface.VariableMap outputs_; private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> outputsBuilder_; + flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder> defaultBuilder_; /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public boolean hasOutputs() { - return outputsBuilder_ != null || outputs_ != null; + public boolean hasDefault() { + return behaviorCase_ == 2; } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public flyteidl.core.Interface.VariableMap getOutputs() { - if (outputsBuilder_ == null) { - return outputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; + public flyteidl.core.Literals.Literal getDefault() { + if (defaultBuilder_ == null) { + if (behaviorCase_ == 2) { + return (flyteidl.core.Literals.Literal) behavior_; + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); } else { - return outputsBuilder_.getMessage(); + if (behaviorCase_ == 2) { + return defaultBuilder_.getMessage(); + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); } } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public Builder setOutputs(flyteidl.core.Interface.VariableMap value) { - if (outputsBuilder_ == null) { + public Builder setDefault(flyteidl.core.Literals.Literal value) { + if (defaultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - outputs_ = value; + behavior_ = value; onChanged(); } else { - outputsBuilder_.setMessage(value); + defaultBuilder_.setMessage(value); } - + behaviorCase_ = 2; return this; } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public Builder setOutputs( - flyteidl.core.Interface.VariableMap.Builder builderForValue) { - if (outputsBuilder_ == null) { - outputs_ = builderForValue.build(); + public Builder setDefault( + flyteidl.core.Literals.Literal.Builder builderForValue) { + if (defaultBuilder_ == null) { + behavior_ = builderForValue.build(); onChanged(); } else { - outputsBuilder_.setMessage(builderForValue.build()); + defaultBuilder_.setMessage(builderForValue.build()); } - + behaviorCase_ = 2; return this; } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public Builder mergeOutputs(flyteidl.core.Interface.VariableMap value) { - if (outputsBuilder_ == null) { - if (outputs_ != null) { - outputs_ = - flyteidl.core.Interface.VariableMap.newBuilder(outputs_).mergeFrom(value).buildPartial(); + public Builder mergeDefault(flyteidl.core.Literals.Literal value) { + if (defaultBuilder_ == null) { + if (behaviorCase_ == 2 && + behavior_ != flyteidl.core.Literals.Literal.getDefaultInstance()) { + behavior_ = flyteidl.core.Literals.Literal.newBuilder((flyteidl.core.Literals.Literal) behavior_) + .mergeFrom(value).buildPartial(); } else { - outputs_ = value; + behavior_ = value; } onChanged(); } else { - outputsBuilder_.mergeFrom(value); + if (behaviorCase_ == 2) { + defaultBuilder_.mergeFrom(value); + } + defaultBuilder_.setMessage(value); } - + behaviorCase_ = 2; return this; } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public Builder clearOutputs() { - if (outputsBuilder_ == null) { - outputs_ = null; - onChanged(); + public Builder clearDefault() { + if (defaultBuilder_ == null) { + if (behaviorCase_ == 2) { + behaviorCase_ = 0; + behavior_ = null; + onChanged(); + } } else { - outputs_ = null; - outputsBuilder_ = null; + if (behaviorCase_ == 2) { + behaviorCase_ = 0; + behavior_ = null; + } + defaultBuilder_.clear(); } - return this; } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public flyteidl.core.Interface.VariableMap.Builder getOutputsBuilder() { - - onChanged(); - return getOutputsFieldBuilder().getBuilder(); + public flyteidl.core.Literals.Literal.Builder getDefaultBuilder() { + return getDefaultFieldBuilder().getBuilder(); } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ - public flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder() { - if (outputsBuilder_ != null) { - return outputsBuilder_.getMessageOrBuilder(); + public flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder() { + if ((behaviorCase_ == 2) && (defaultBuilder_ != null)) { + return defaultBuilder_.getMessageOrBuilder(); } else { - return outputs_ == null ? - flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; + if (behaviorCase_ == 2) { + return (flyteidl.core.Literals.Literal) behavior_; + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); } } /** - * .flyteidl.core.VariableMap outputs = 2; + *
+       * Defines a default value that has to match the variable type defined.
+       * 
+ * + * .flyteidl.core.Literal default = 2; */ private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> - getOutputsFieldBuilder() { - if (outputsBuilder_ == null) { - outputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder>( - getOutputs(), + flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder> + getDefaultFieldBuilder() { + if (defaultBuilder_ == null) { + if (!(behaviorCase_ == 2)) { + behavior_ = flyteidl.core.Literals.Literal.getDefaultInstance(); + } + defaultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder>( + (flyteidl.core.Literals.Literal) behavior_, getParentForChildren(), isClean()); - outputs_ = null; + behavior_ = null; + } + behaviorCase_ = 2; + onChanged();; + return defaultBuilder_; + } + + /** + *
+       *+optional, is this value required to be filled.
+       * 
+ * + * bool required = 3; + */ + public boolean getRequired() { + if (behaviorCase_ == 3) { + return (java.lang.Boolean) behavior_; + } + return false; + } + /** + *
+       *+optional, is this value required to be filled.
+       * 
+ * + * bool required = 3; + */ + public Builder setRequired(boolean value) { + behaviorCase_ = 3; + behavior_ = value; + onChanged(); + return this; + } + /** + *
+       *+optional, is this value required to be filled.
+       * 
+ * + * bool required = 3; + */ + public Builder clearRequired() { + if (behaviorCase_ == 3) { + behaviorCase_ = 0; + behavior_ = null; + onChanged(); } - return outputsBuilder_; + return this; } @java.lang.Override public final Builder setUnknownFields( @@ -2422,129 +4400,112 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(builder_scope:flyteidl.core.Parameter) } - // @@protoc_insertion_point(class_scope:flyteidl.core.TypedInterface) - private static final flyteidl.core.Interface.TypedInterface DEFAULT_INSTANCE; + // @@protoc_insertion_point(class_scope:flyteidl.core.Parameter) + private static final flyteidl.core.Interface.Parameter DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new flyteidl.core.Interface.TypedInterface(); + DEFAULT_INSTANCE = new flyteidl.core.Interface.Parameter(); } - public static flyteidl.core.Interface.TypedInterface getDefaultInstance() { + public static flyteidl.core.Interface.Parameter getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override - public TypedInterface parsePartialFrom( + public Parameter parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new TypedInterface(input, extensionRegistry); + return new Parameter(input, extensionRegistry); } }; - public static com.google.protobuf.Parser parser() { + public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override - public flyteidl.core.Interface.TypedInterface getDefaultInstanceForType() { + public flyteidl.core.Interface.Parameter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } - public interface ParameterOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.core.Parameter) + public interface ParameterMapOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.ParameterMap) com.google.protobuf.MessageOrBuilder { /** *
-     *+required Variable. Defines the type of the variable backing this parameter.
-     * 
- * - * .flyteidl.core.Variable var = 1; - */ - boolean hasVar(); - /** - *
-     *+required Variable. Defines the type of the variable backing this parameter.
-     * 
- * - * .flyteidl.core.Variable var = 1; - */ - flyteidl.core.Interface.Variable getVar(); - /** - *
-     *+required Variable. Defines the type of the variable backing this parameter.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Variable var = 1; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder(); - + java.util.List + getParametersList(); /** *
-     * Defines a default value that has to match the variable type defined.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - boolean hasDefault(); + flyteidl.core.Interface.ParameterMapEntry getParameters(int index); /** *
-     * Defines a default value that has to match the variable type defined.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - flyteidl.core.Literals.Literal getDefault(); + int getParametersCount(); /** *
-     * Defines a default value that has to match the variable type defined.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder(); - + java.util.List + getParametersOrBuilderList(); /** *
-     *+optional, is this value required to be filled.
+     * Defines a map of parameter names to parameters.
      * 
* - * bool required = 3; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - boolean getRequired(); - - public flyteidl.core.Interface.Parameter.BehaviorCase getBehaviorCase(); + flyteidl.core.Interface.ParameterMapEntryOrBuilder getParametersOrBuilder( + int index); } /** *
-   * A parameter is used as input to a launch plan and has
-   * the special ability to have a default value or mark itself as required.
+   * A map of Parameters in the form of repeated map entries.
    * 
* - * Protobuf type {@code flyteidl.core.Parameter} + * Protobuf type {@code flyteidl.core.ParameterMap} */ - public static final class Parameter extends + public static final class ParameterMap extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.core.Parameter) - ParameterOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.core.ParameterMap) + ParameterMapOrBuilder { private static final long serialVersionUID = 0L; - // Use Parameter.newBuilder() to construct. - private Parameter(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use ParameterMap.newBuilder() to construct. + private ParameterMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private Parameter() { + private ParameterMap() { + parameters_ = java.util.Collections.emptyList(); } @java.lang.Override @@ -2552,7 +4513,7 @@ private Parameter() { getUnknownFields() { return this.unknownFields; } - private Parameter( + private ParameterMap( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -2572,35 +4533,12 @@ private Parameter( done = true; break; case 10: { - flyteidl.core.Interface.Variable.Builder subBuilder = null; - if (var_ != null) { - subBuilder = var_.toBuilder(); - } - var_ = input.readMessage(flyteidl.core.Interface.Variable.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(var_); - var_ = subBuilder.buildPartial(); - } - - break; - } - case 18: { - flyteidl.core.Literals.Literal.Builder subBuilder = null; - if (behaviorCase_ == 2) { - subBuilder = ((flyteidl.core.Literals.Literal) behavior_).toBuilder(); - } - behavior_ = - input.readMessage(flyteidl.core.Literals.Literal.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom((flyteidl.core.Literals.Literal) behavior_); - behavior_ = subBuilder.buildPartial(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + parameters_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; } - behaviorCase_ = 2; - break; - } - case 24: { - behaviorCase_ = 3; - behavior_ = input.readBool(); + parameters_.add( + input.readMessage(flyteidl.core.Interface.ParameterMapEntry.parser(), extensionRegistry)); break; } default: { @@ -2618,145 +4556,79 @@ private Parameter( throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { + if (((mutable_bitField0_ & 0x00000001) != 0)) { + parameters_ = java.util.Collections.unmodifiableList(parameters_); + } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.Parameter.class, flyteidl.core.Interface.Parameter.Builder.class); - } - - private int behaviorCase_ = 0; - private java.lang.Object behavior_; - public enum BehaviorCase - implements com.google.protobuf.Internal.EnumLite { - DEFAULT(2), - REQUIRED(3), - BEHAVIOR_NOT_SET(0); - private final int value; - private BehaviorCase(int value) { - this.value = value; - } - /** - * @deprecated Use {@link #forNumber(int)} instead. - */ - @java.lang.Deprecated - public static BehaviorCase valueOf(int value) { - return forNumber(value); - } - - public static BehaviorCase forNumber(int value) { - switch (value) { - case 2: return DEFAULT; - case 3: return REQUIRED; - case 0: return BEHAVIOR_NOT_SET; - default: return null; - } - } - public int getNumber() { - return this.value; - } - }; - - public BehaviorCase - getBehaviorCase() { - return BehaviorCase.forNumber( - behaviorCase_); + flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); } - public static final int VAR_FIELD_NUMBER = 1; - private flyteidl.core.Interface.Variable var_; - /** - *
-     *+required Variable. Defines the type of the variable backing this parameter.
-     * 
- * - * .flyteidl.core.Variable var = 1; - */ - public boolean hasVar() { - return var_ != null; - } - /** - *
-     *+required Variable. Defines the type of the variable backing this parameter.
-     * 
- * - * .flyteidl.core.Variable var = 1; - */ - public flyteidl.core.Interface.Variable getVar() { - return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; - } + public static final int PARAMETERS_FIELD_NUMBER = 1; + private java.util.List parameters_; /** *
-     *+required Variable. Defines the type of the variable backing this parameter.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Variable var = 1; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { - return getVar(); + public java.util.List getParametersList() { + return parameters_; } - - public static final int DEFAULT_FIELD_NUMBER = 2; /** *
-     * Defines a default value that has to match the variable type defined.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public boolean hasDefault() { - return behaviorCase_ == 2; + public java.util.List + getParametersOrBuilderList() { + return parameters_; } /** *
-     * Defines a default value that has to match the variable type defined.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Literals.Literal getDefault() { - if (behaviorCase_ == 2) { - return (flyteidl.core.Literals.Literal) behavior_; - } - return flyteidl.core.Literals.Literal.getDefaultInstance(); + public int getParametersCount() { + return parameters_.size(); } /** *
-     * Defines a default value that has to match the variable type defined.
+     * Defines a map of parameter names to parameters.
      * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder() { - if (behaviorCase_ == 2) { - return (flyteidl.core.Literals.Literal) behavior_; - } - return flyteidl.core.Literals.Literal.getDefaultInstance(); + public flyteidl.core.Interface.ParameterMapEntry getParameters(int index) { + return parameters_.get(index); } - - public static final int REQUIRED_FIELD_NUMBER = 3; /** *
-     *+optional, is this value required to be filled.
+     * Defines a map of parameter names to parameters.
      * 
* - * bool required = 3; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public boolean getRequired() { - if (behaviorCase_ == 3) { - return (java.lang.Boolean) behavior_; - } - return false; + public flyteidl.core.Interface.ParameterMapEntryOrBuilder getParametersOrBuilder( + int index) { + return parameters_.get(index); } private byte memoizedIsInitialized = -1; @@ -2773,15 +4645,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (var_ != null) { - output.writeMessage(1, getVar()); - } - if (behaviorCase_ == 2) { - output.writeMessage(2, (flyteidl.core.Literals.Literal) behavior_); - } - if (behaviorCase_ == 3) { - output.writeBool( - 3, (boolean)((java.lang.Boolean) behavior_)); + for (int i = 0; i < parameters_.size(); i++) { + output.writeMessage(1, parameters_.get(i)); } unknownFields.writeTo(output); } @@ -2792,18 +4657,9 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (var_ != null) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getVar()); - } - if (behaviorCase_ == 2) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, (flyteidl.core.Literals.Literal) behavior_); - } - if (behaviorCase_ == 3) { + for (int i = 0; i < parameters_.size(); i++) { size += com.google.protobuf.CodedOutputStream - .computeBoolSize( - 3, (boolean)((java.lang.Boolean) behavior_)); + .computeMessageSize(1, parameters_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -2815,29 +4671,13 @@ public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } - if (!(obj instanceof flyteidl.core.Interface.Parameter)) { + if (!(obj instanceof flyteidl.core.Interface.ParameterMap)) { return super.equals(obj); } - flyteidl.core.Interface.Parameter other = (flyteidl.core.Interface.Parameter) obj; + flyteidl.core.Interface.ParameterMap other = (flyteidl.core.Interface.ParameterMap) obj; - if (hasVar() != other.hasVar()) return false; - if (hasVar()) { - if (!getVar() - .equals(other.getVar())) return false; - } - if (!getBehaviorCase().equals(other.getBehaviorCase())) return false; - switch (behaviorCase_) { - case 2: - if (!getDefault() - .equals(other.getDefault())) return false; - break; - case 3: - if (getRequired() - != other.getRequired()) return false; - break; - case 0: - default: - } + if (!getParametersList() + .equals(other.getParametersList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -2849,91 +4689,78 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (hasVar()) { - hash = (37 * hash) + VAR_FIELD_NUMBER; - hash = (53 * hash) + getVar().hashCode(); - } - switch (behaviorCase_) { - case 2: - hash = (37 * hash) + DEFAULT_FIELD_NUMBER; - hash = (53 * hash) + getDefault().hashCode(); - break; - case 3: - hash = (37 * hash) + REQUIRED_FIELD_NUMBER; - hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( - getRequired()); - break; - case 0: - default: + if (getParametersCount() > 0) { + hash = (37 * hash) + PARAMETERS_FIELD_NUMBER; + hash = (53 * hash) + getParametersList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.Parameter parseFrom(byte[] data) + public static flyteidl.core.Interface.ParameterMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.Parameter parseFrom(java.io.InputStream input) + public static flyteidl.core.Interface.ParameterMap parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.core.Interface.Parameter parseDelimitedFrom(java.io.InputStream input) + public static flyteidl.core.Interface.ParameterMap parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } - public static flyteidl.core.Interface.Parameter parseDelimitedFrom( + public static flyteidl.core.Interface.ParameterMap parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.core.Interface.Parameter parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -2946,7 +4773,7 @@ public static flyteidl.core.Interface.Parameter parseFrom( public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(flyteidl.core.Interface.Parameter prototype) { + public static Builder newBuilder(flyteidl.core.Interface.ParameterMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -2963,30 +4790,29 @@ protected Builder newBuilderForType( } /** *
-     * A parameter is used as input to a launch plan and has
-     * the special ability to have a default value or mark itself as required.
+     * A map of Parameters in the form of repeated map entries.
      * 
* - * Protobuf type {@code flyteidl.core.Parameter} + * Protobuf type {@code flyteidl.core.ParameterMap} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.core.Parameter) - flyteidl.core.Interface.ParameterOrBuilder { + // @@protoc_insertion_point(builder_implements:flyteidl.core.ParameterMap) + flyteidl.core.Interface.ParameterMapOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.Parameter.class, flyteidl.core.Interface.Parameter.Builder.class); + flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); } - // Construct using flyteidl.core.Interface.Parameter.newBuilder() + // Construct using flyteidl.core.Interface.ParameterMap.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -2999,36 +4825,35 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { + getParametersFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); - if (varBuilder_ == null) { - var_ = null; + if (parametersBuilder_ == null) { + parameters_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); } else { - var_ = null; - varBuilder_ = null; + parametersBuilder_.clear(); } - behaviorCase_ = 0; - behavior_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_descriptor; } @java.lang.Override - public flyteidl.core.Interface.Parameter getDefaultInstanceForType() { - return flyteidl.core.Interface.Parameter.getDefaultInstance(); + public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { + return flyteidl.core.Interface.ParameterMap.getDefaultInstance(); } @java.lang.Override - public flyteidl.core.Interface.Parameter build() { - flyteidl.core.Interface.Parameter result = buildPartial(); + public flyteidl.core.Interface.ParameterMap build() { + flyteidl.core.Interface.ParameterMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -3036,24 +4861,18 @@ public flyteidl.core.Interface.Parameter build() { } @java.lang.Override - public flyteidl.core.Interface.Parameter buildPartial() { - flyteidl.core.Interface.Parameter result = new flyteidl.core.Interface.Parameter(this); - if (varBuilder_ == null) { - result.var_ = var_; - } else { - result.var_ = varBuilder_.build(); - } - if (behaviorCase_ == 2) { - if (defaultBuilder_ == null) { - result.behavior_ = behavior_; - } else { - result.behavior_ = defaultBuilder_.build(); + public flyteidl.core.Interface.ParameterMap buildPartial() { + flyteidl.core.Interface.ParameterMap result = new flyteidl.core.Interface.ParameterMap(this); + int from_bitField0_ = bitField0_; + if (parametersBuilder_ == null) { + if (((bitField0_ & 0x00000001) != 0)) { + parameters_ = java.util.Collections.unmodifiableList(parameters_); + bitField0_ = (bitField0_ & ~0x00000001); } + result.parameters_ = parameters_; + } else { + result.parameters_ = parametersBuilder_.build(); } - if (behaviorCase_ == 3) { - result.behavior_ = behavior_; - } - result.behaviorCase_ = behaviorCase_; onBuilt(); return result; } @@ -3092,30 +4911,40 @@ public Builder addRepeatedField( } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.core.Interface.Parameter) { - return mergeFrom((flyteidl.core.Interface.Parameter)other); + if (other instanceof flyteidl.core.Interface.ParameterMap) { + return mergeFrom((flyteidl.core.Interface.ParameterMap)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(flyteidl.core.Interface.Parameter other) { - if (other == flyteidl.core.Interface.Parameter.getDefaultInstance()) return this; - if (other.hasVar()) { - mergeVar(other.getVar()); - } - switch (other.getBehaviorCase()) { - case DEFAULT: { - mergeDefault(other.getDefault()); - break; - } - case REQUIRED: { - setRequired(other.getRequired()); - break; + public Builder mergeFrom(flyteidl.core.Interface.ParameterMap other) { + if (other == flyteidl.core.Interface.ParameterMap.getDefaultInstance()) return this; + if (parametersBuilder_ == null) { + if (!other.parameters_.isEmpty()) { + if (parameters_.isEmpty()) { + parameters_ = other.parameters_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureParametersIsMutable(); + parameters_.addAll(other.parameters_); + } + onChanged(); } - case BEHAVIOR_NOT_SET: { - break; + } else { + if (!other.parameters_.isEmpty()) { + if (parametersBuilder_.isEmpty()) { + parametersBuilder_.dispose(); + parametersBuilder_ = null; + parameters_ = other.parameters_; + bitField0_ = (bitField0_ & ~0x00000001); + parametersBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getParametersFieldBuilder() : null; + } else { + parametersBuilder_.addAllMessages(other.parameters_); + } } } this.mergeUnknownFields(other.unknownFields); @@ -3133,11 +4962,11 @@ public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - flyteidl.core.Interface.Parameter parsedMessage = null; + flyteidl.core.Interface.ParameterMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.core.Interface.Parameter) e.getUnfinishedMessage(); + parsedMessage = (flyteidl.core.Interface.ParameterMap) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -3146,387 +4975,318 @@ public Builder mergeFrom( } return this; } - private int behaviorCase_ = 0; - private java.lang.Object behavior_; - public BehaviorCase - getBehaviorCase() { - return BehaviorCase.forNumber( - behaviorCase_); - } - - public Builder clearBehavior() { - behaviorCase_ = 0; - behavior_ = null; - onChanged(); - return this; - } - - - private flyteidl.core.Interface.Variable var_; - private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder> varBuilder_; - /** - *
-       *+required Variable. Defines the type of the variable backing this parameter.
-       * 
- * - * .flyteidl.core.Variable var = 1; - */ - public boolean hasVar() { - return varBuilder_ != null || var_ != null; - } - /** - *
-       *+required Variable. Defines the type of the variable backing this parameter.
-       * 
- * - * .flyteidl.core.Variable var = 1; - */ - public flyteidl.core.Interface.Variable getVar() { - if (varBuilder_ == null) { - return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; - } else { - return varBuilder_.getMessage(); - } - } - /** - *
-       *+required Variable. Defines the type of the variable backing this parameter.
-       * 
- * - * .flyteidl.core.Variable var = 1; - */ - public Builder setVar(flyteidl.core.Interface.Variable value) { - if (varBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - var_ = value; - onChanged(); - } else { - varBuilder_.setMessage(value); - } + private int bitField0_; - return this; + private java.util.List parameters_ = + java.util.Collections.emptyList(); + private void ensureParametersIsMutable() { + if (!((bitField0_ & 0x00000001) != 0)) { + parameters_ = new java.util.ArrayList(parameters_); + bitField0_ |= 0x00000001; + } } - /** - *
-       *+required Variable. Defines the type of the variable backing this parameter.
-       * 
- * - * .flyteidl.core.Variable var = 1; - */ - public Builder setVar( - flyteidl.core.Interface.Variable.Builder builderForValue) { - if (varBuilder_ == null) { - var_ = builderForValue.build(); - onChanged(); - } else { - varBuilder_.setMessage(builderForValue.build()); - } - return this; - } - /** - *
-       *+required Variable. Defines the type of the variable backing this parameter.
-       * 
- * - * .flyteidl.core.Variable var = 1; - */ - public Builder mergeVar(flyteidl.core.Interface.Variable value) { - if (varBuilder_ == null) { - if (var_ != null) { - var_ = - flyteidl.core.Interface.Variable.newBuilder(var_).mergeFrom(value).buildPartial(); - } else { - var_ = value; - } - onChanged(); - } else { - varBuilder_.mergeFrom(value); - } + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Interface.ParameterMapEntry, flyteidl.core.Interface.ParameterMapEntry.Builder, flyteidl.core.Interface.ParameterMapEntryOrBuilder> parametersBuilder_; - return this; - } /** *
-       *+required Variable. Defines the type of the variable backing this parameter.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Variable var = 1; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public Builder clearVar() { - if (varBuilder_ == null) { - var_ = null; - onChanged(); - } else { - var_ = null; - varBuilder_ = null; + public java.util.List getParametersList() { + if (parametersBuilder_ == null) { + return java.util.Collections.unmodifiableList(parameters_); + } else { + return parametersBuilder_.getMessageList(); } - - return this; } /** *
-       *+required Variable. Defines the type of the variable backing this parameter.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Variable var = 1; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Interface.Variable.Builder getVarBuilder() { - - onChanged(); - return getVarFieldBuilder().getBuilder(); + public int getParametersCount() { + if (parametersBuilder_ == null) { + return parameters_.size(); + } else { + return parametersBuilder_.getCount(); + } } /** *
-       *+required Variable. Defines the type of the variable backing this parameter.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Variable var = 1; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { - if (varBuilder_ != null) { - return varBuilder_.getMessageOrBuilder(); + public flyteidl.core.Interface.ParameterMapEntry getParameters(int index) { + if (parametersBuilder_ == null) { + return parameters_.get(index); } else { - return var_ == null ? - flyteidl.core.Interface.Variable.getDefaultInstance() : var_; + return parametersBuilder_.getMessage(index); } } /** *
-       *+required Variable. Defines the type of the variable backing this parameter.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Variable var = 1; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder> - getVarFieldBuilder() { - if (varBuilder_ == null) { - varBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder>( - getVar(), - getParentForChildren(), - isClean()); - var_ = null; + public Builder setParameters( + int index, flyteidl.core.Interface.ParameterMapEntry value) { + if (parametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureParametersIsMutable(); + parameters_.set(index, value); + onChanged(); + } else { + parametersBuilder_.setMessage(index, value); } - return varBuilder_; + return this; } - - private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder> defaultBuilder_; /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public boolean hasDefault() { - return behaviorCase_ == 2; + public Builder setParameters( + int index, flyteidl.core.Interface.ParameterMapEntry.Builder builderForValue) { + if (parametersBuilder_ == null) { + ensureParametersIsMutable(); + parameters_.set(index, builderForValue.build()); + onChanged(); + } else { + parametersBuilder_.setMessage(index, builderForValue.build()); + } + return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Literals.Literal getDefault() { - if (defaultBuilder_ == null) { - if (behaviorCase_ == 2) { - return (flyteidl.core.Literals.Literal) behavior_; + public Builder addParameters(flyteidl.core.Interface.ParameterMapEntry value) { + if (parametersBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); } - return flyteidl.core.Literals.Literal.getDefaultInstance(); + ensureParametersIsMutable(); + parameters_.add(value); + onChanged(); } else { - if (behaviorCase_ == 2) { - return defaultBuilder_.getMessage(); - } - return flyteidl.core.Literals.Literal.getDefaultInstance(); + parametersBuilder_.addMessage(value); } + return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public Builder setDefault(flyteidl.core.Literals.Literal value) { - if (defaultBuilder_ == null) { + public Builder addParameters( + int index, flyteidl.core.Interface.ParameterMapEntry value) { + if (parametersBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - behavior_ = value; + ensureParametersIsMutable(); + parameters_.add(index, value); onChanged(); } else { - defaultBuilder_.setMessage(value); + parametersBuilder_.addMessage(index, value); } - behaviorCase_ = 2; return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public Builder setDefault( - flyteidl.core.Literals.Literal.Builder builderForValue) { - if (defaultBuilder_ == null) { - behavior_ = builderForValue.build(); + public Builder addParameters( + flyteidl.core.Interface.ParameterMapEntry.Builder builderForValue) { + if (parametersBuilder_ == null) { + ensureParametersIsMutable(); + parameters_.add(builderForValue.build()); onChanged(); } else { - defaultBuilder_.setMessage(builderForValue.build()); + parametersBuilder_.addMessage(builderForValue.build()); } - behaviorCase_ = 2; return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public Builder mergeDefault(flyteidl.core.Literals.Literal value) { - if (defaultBuilder_ == null) { - if (behaviorCase_ == 2 && - behavior_ != flyteidl.core.Literals.Literal.getDefaultInstance()) { - behavior_ = flyteidl.core.Literals.Literal.newBuilder((flyteidl.core.Literals.Literal) behavior_) - .mergeFrom(value).buildPartial(); - } else { - behavior_ = value; - } + public Builder addParameters( + int index, flyteidl.core.Interface.ParameterMapEntry.Builder builderForValue) { + if (parametersBuilder_ == null) { + ensureParametersIsMutable(); + parameters_.add(index, builderForValue.build()); onChanged(); } else { - if (behaviorCase_ == 2) { - defaultBuilder_.mergeFrom(value); - } - defaultBuilder_.setMessage(value); + parametersBuilder_.addMessage(index, builderForValue.build()); } - behaviorCase_ = 2; return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public Builder clearDefault() { - if (defaultBuilder_ == null) { - if (behaviorCase_ == 2) { - behaviorCase_ = 0; - behavior_ = null; - onChanged(); - } + public Builder addAllParameters( + java.lang.Iterable values) { + if (parametersBuilder_ == null) { + ensureParametersIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, parameters_); + onChanged(); } else { - if (behaviorCase_ == 2) { - behaviorCase_ = 0; - behavior_ = null; - } - defaultBuilder_.clear(); + parametersBuilder_.addAllMessages(values); } return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Literals.Literal.Builder getDefaultBuilder() { - return getDefaultFieldBuilder().getBuilder(); + public Builder clearParameters() { + if (parametersBuilder_ == null) { + parameters_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + } else { + parametersBuilder_.clear(); + } + return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder() { - if ((behaviorCase_ == 2) && (defaultBuilder_ != null)) { - return defaultBuilder_.getMessageOrBuilder(); + public Builder removeParameters(int index) { + if (parametersBuilder_ == null) { + ensureParametersIsMutable(); + parameters_.remove(index); + onChanged(); } else { - if (behaviorCase_ == 2) { - return (flyteidl.core.Literals.Literal) behavior_; - } - return flyteidl.core.Literals.Literal.getDefaultInstance(); + parametersBuilder_.remove(index); } + return this; } /** *
-       * Defines a default value that has to match the variable type defined.
+       * Defines a map of parameter names to parameters.
        * 
* - * .flyteidl.core.Literal default = 2; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder> - getDefaultFieldBuilder() { - if (defaultBuilder_ == null) { - if (!(behaviorCase_ == 2)) { - behavior_ = flyteidl.core.Literals.Literal.getDefaultInstance(); - } - defaultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder>( - (flyteidl.core.Literals.Literal) behavior_, - getParentForChildren(), - isClean()); - behavior_ = null; + public flyteidl.core.Interface.ParameterMapEntry.Builder getParametersBuilder( + int index) { + return getParametersFieldBuilder().getBuilder(index); + } + /** + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + */ + public flyteidl.core.Interface.ParameterMapEntryOrBuilder getParametersOrBuilder( + int index) { + if (parametersBuilder_ == null) { + return parameters_.get(index); } else { + return parametersBuilder_.getMessageOrBuilder(index); } - behaviorCase_ = 2; - onChanged();; - return defaultBuilder_; } - /** *
-       *+optional, is this value required to be filled.
+       * Defines a map of parameter names to parameters.
        * 
* - * bool required = 3; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public boolean getRequired() { - if (behaviorCase_ == 3) { - return (java.lang.Boolean) behavior_; + public java.util.List + getParametersOrBuilderList() { + if (parametersBuilder_ != null) { + return parametersBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(parameters_); } - return false; } /** *
-       *+optional, is this value required to be filled.
+       * Defines a map of parameter names to parameters.
        * 
* - * bool required = 3; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public Builder setRequired(boolean value) { - behaviorCase_ = 3; - behavior_ = value; - onChanged(); - return this; + public flyteidl.core.Interface.ParameterMapEntry.Builder addParametersBuilder() { + return getParametersFieldBuilder().addBuilder( + flyteidl.core.Interface.ParameterMapEntry.getDefaultInstance()); } /** *
-       *+optional, is this value required to be filled.
+       * Defines a map of parameter names to parameters.
        * 
* - * bool required = 3; + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; */ - public Builder clearRequired() { - if (behaviorCase_ == 3) { - behaviorCase_ = 0; - behavior_ = null; - onChanged(); + public flyteidl.core.Interface.ParameterMapEntry.Builder addParametersBuilder( + int index) { + return getParametersFieldBuilder().addBuilder( + index, flyteidl.core.Interface.ParameterMapEntry.getDefaultInstance()); + } + /** + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + */ + public java.util.List + getParametersBuilderList() { + return getParametersFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Interface.ParameterMapEntry, flyteidl.core.Interface.ParameterMapEntry.Builder, flyteidl.core.Interface.ParameterMapEntryOrBuilder> + getParametersFieldBuilder() { + if (parametersBuilder_ == null) { + parametersBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.core.Interface.ParameterMapEntry, flyteidl.core.Interface.ParameterMapEntry.Builder, flyteidl.core.Interface.ParameterMapEntryOrBuilder>( + parameters_, + ((bitField0_ & 0x00000001) != 0), + getParentForChildren(), + isClean()); + parameters_ = null; } - return this; + return parametersBuilder_; } @java.lang.Override public final Builder setUnknownFields( @@ -3541,121 +5301,91 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.core.Parameter) + // @@protoc_insertion_point(builder_scope:flyteidl.core.ParameterMap) } - // @@protoc_insertion_point(class_scope:flyteidl.core.Parameter) - private static final flyteidl.core.Interface.Parameter DEFAULT_INSTANCE; + // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMap) + private static final flyteidl.core.Interface.ParameterMap DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new flyteidl.core.Interface.Parameter(); + DEFAULT_INSTANCE = new flyteidl.core.Interface.ParameterMap(); } - public static flyteidl.core.Interface.Parameter getDefaultInstance() { + public static flyteidl.core.Interface.ParameterMap getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override - public Parameter parsePartialFrom( + public ParameterMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new Parameter(input, extensionRegistry); + return new ParameterMap(input, extensionRegistry); } }; - public static com.google.protobuf.Parser parser() { + public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override - public flyteidl.core.Interface.Parameter getDefaultInstanceForType() { + public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } - public interface ParameterMapOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.core.ParameterMap) + public interface ParameterMapEntryOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.ParameterMapEntry) com.google.protobuf.MessageOrBuilder { /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; - */ - int getParametersCount(); - /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * string name = 1; */ - boolean containsParameters( - java.lang.String key); + java.lang.String getName(); /** - * Use {@link #getParametersMap()} instead. + * string name = 1; */ - @java.lang.Deprecated - java.util.Map - getParameters(); + com.google.protobuf.ByteString + getNameBytes(); + /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - java.util.Map - getParametersMap(); + boolean hasParameter(); /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - - flyteidl.core.Interface.Parameter getParametersOrDefault( - java.lang.String key, - flyteidl.core.Interface.Parameter defaultValue); + flyteidl.core.Interface.Parameter getParameter(); /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - - flyteidl.core.Interface.Parameter getParametersOrThrow( - java.lang.String key); + flyteidl.core.Interface.ParameterOrBuilder getParameterOrBuilder(); } /** *
-   * A map of Parameters.
+   * Map entry of ParameterMap
    * 
* - * Protobuf type {@code flyteidl.core.ParameterMap} + * Protobuf type {@code flyteidl.core.ParameterMapEntry} */ - public static final class ParameterMap extends + public static final class ParameterMapEntry extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.core.ParameterMap) - ParameterMapOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.core.ParameterMapEntry) + ParameterMapEntryOrBuilder { private static final long serialVersionUID = 0L; - // Use ParameterMap.newBuilder() to construct. - private ParameterMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use ParameterMapEntry.newBuilder() to construct. + private ParameterMapEntry(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ParameterMap() { + private ParameterMapEntry() { + name_ = ""; } @java.lang.Override @@ -3663,7 +5393,7 @@ private ParameterMap() { getUnknownFields() { return this.unknownFields; } - private ParameterMap( + private ParameterMapEntry( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -3683,16 +5413,22 @@ private ParameterMap( done = true; break; case 10: { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - parameters_ = com.google.protobuf.MapField.newMapField( - ParametersDefaultEntryHolder.defaultEntry); - mutable_bitField0_ |= 0x00000001; + java.lang.String s = input.readStringRequireUtf8(); + + name_ = s; + break; + } + case 18: { + flyteidl.core.Interface.Parameter.Builder subBuilder = null; + if (parameter_ != null) { + subBuilder = parameter_.toBuilder(); + } + parameter_ = input.readMessage(flyteidl.core.Interface.Parameter.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(parameter_); + parameter_ = subBuilder.buildPartial(); } - com.google.protobuf.MapEntry - parameters__ = input.readMessage( - ParametersDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); - parameters_.getMutableMap().put( - parameters__.getKey(), parameters__.getValue()); + break; } default: { @@ -3716,119 +5452,70 @@ private ParameterMap( } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMapEntry_descriptor; } - @SuppressWarnings({"rawtypes"}) - @java.lang.Override - protected com.google.protobuf.MapField internalGetMapField( - int number) { - switch (number) { - case 1: - return internalGetParameters(); - default: - throw new RuntimeException( - "Invalid map field number: " + number); - } - } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); + flyteidl.core.Interface.ParameterMapEntry.class, flyteidl.core.Interface.ParameterMapEntry.Builder.class); } - public static final int PARAMETERS_FIELD_NUMBER = 1; - private static final class ParametersDefaultEntryHolder { - static final com.google.protobuf.MapEntry< - java.lang.String, flyteidl.core.Interface.Parameter> defaultEntry = - com.google.protobuf.MapEntry - .newDefaultInstance( - flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_ParametersEntry_descriptor, - com.google.protobuf.WireFormat.FieldType.STRING, - "", - com.google.protobuf.WireFormat.FieldType.MESSAGE, - flyteidl.core.Interface.Parameter.getDefaultInstance()); - } - private com.google.protobuf.MapField< - java.lang.String, flyteidl.core.Interface.Parameter> parameters_; - private com.google.protobuf.MapField - internalGetParameters() { - if (parameters_ == null) { - return com.google.protobuf.MapField.emptyMapField( - ParametersDefaultEntryHolder.defaultEntry); - } - return parameters_; - } - - public int getParametersCount() { - return internalGetParameters().getMap().size(); - } + public static final int NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object name_; /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * string name = 1; */ - - public boolean containsParameters( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - return internalGetParameters().getMap().containsKey(key); + public java.lang.String getName() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } } /** - * Use {@link #getParametersMap()} instead. + * string name = 1; */ - @java.lang.Deprecated - public java.util.Map getParameters() { - return getParametersMap(); + public com.google.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } } + + public static final int PARAMETER_FIELD_NUMBER = 2; + private flyteidl.core.Interface.Parameter parameter_; /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - - public java.util.Map getParametersMap() { - return internalGetParameters().getMap(); + public boolean hasParameter() { + return parameter_ != null; } /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - - public flyteidl.core.Interface.Parameter getParametersOrDefault( - java.lang.String key, - flyteidl.core.Interface.Parameter defaultValue) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetParameters().getMap(); - return map.containsKey(key) ? map.get(key) : defaultValue; + public flyteidl.core.Interface.Parameter getParameter() { + return parameter_ == null ? flyteidl.core.Interface.Parameter.getDefaultInstance() : parameter_; } /** - *
-     * Defines a map of parameter names to parameters.
-     * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - - public flyteidl.core.Interface.Parameter getParametersOrThrow( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetParameters().getMap(); - if (!map.containsKey(key)) { - throw new java.lang.IllegalArgumentException(); - } - return map.get(key); + public flyteidl.core.Interface.ParameterOrBuilder getParameterOrBuilder() { + return getParameter(); } private byte memoizedIsInitialized = -1; @@ -3845,12 +5532,12 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - com.google.protobuf.GeneratedMessageV3 - .serializeStringMapTo( - output, - internalGetParameters(), - ParametersDefaultEntryHolder.defaultEntry, - 1); + if (!getNameBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); + } + if (parameter_ != null) { + output.writeMessage(2, getParameter()); + } unknownFields.writeTo(output); } @@ -3860,15 +5547,12 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - for (java.util.Map.Entry entry - : internalGetParameters().getMap().entrySet()) { - com.google.protobuf.MapEntry - parameters__ = ParametersDefaultEntryHolder.defaultEntry.newBuilderForType() - .setKey(entry.getKey()) - .setValue(entry.getValue()) - .build(); + if (!getNameBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + } + if (parameter_ != null) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, parameters__); + .computeMessageSize(2, getParameter()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -3880,13 +5564,18 @@ public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } - if (!(obj instanceof flyteidl.core.Interface.ParameterMap)) { + if (!(obj instanceof flyteidl.core.Interface.ParameterMapEntry)) { return super.equals(obj); } - flyteidl.core.Interface.ParameterMap other = (flyteidl.core.Interface.ParameterMap) obj; + flyteidl.core.Interface.ParameterMapEntry other = (flyteidl.core.Interface.ParameterMapEntry) obj; - if (!internalGetParameters().equals( - other.internalGetParameters())) return false; + if (!getName() + .equals(other.getName())) return false; + if (hasParameter() != other.hasParameter()) return false; + if (hasParameter()) { + if (!getParameter() + .equals(other.getParameter())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -3898,78 +5587,80 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (!internalGetParameters().getMap().isEmpty()) { - hash = (37 * hash) + PARAMETERS_FIELD_NUMBER; - hash = (53 * hash) + internalGetParameters().hashCode(); + hash = (37 * hash) + NAME_FIELD_NUMBER; + hash = (53 * hash) + getName().hashCode(); + if (hasParameter()) { + hash = (37 * hash) + PARAMETER_FIELD_NUMBER; + hash = (53 * hash) + getParameter().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.ParameterMap parseFrom(byte[] data) + public static flyteidl.core.Interface.ParameterMapEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.core.Interface.ParameterMap parseFrom(java.io.InputStream input) + public static flyteidl.core.Interface.ParameterMapEntry parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.core.Interface.ParameterMap parseDelimitedFrom(java.io.InputStream input) + public static flyteidl.core.Interface.ParameterMapEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } - public static flyteidl.core.Interface.ParameterMap parseDelimitedFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + public static flyteidl.core.Interface.ParameterMapEntry parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -3982,7 +5673,7 @@ public static flyteidl.core.Interface.ParameterMap parseFrom( public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(flyteidl.core.Interface.ParameterMap prototype) { + public static Builder newBuilder(flyteidl.core.Interface.ParameterMapEntry prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -3999,51 +5690,29 @@ protected Builder newBuilderForType( } /** *
-     * A map of Parameters.
+     * Map entry of ParameterMap
      * 
* - * Protobuf type {@code flyteidl.core.ParameterMap} + * Protobuf type {@code flyteidl.core.ParameterMapEntry} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.core.ParameterMap) - flyteidl.core.Interface.ParameterMapOrBuilder { + // @@protoc_insertion_point(builder_implements:flyteidl.core.ParameterMapEntry) + flyteidl.core.Interface.ParameterMapEntryOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMapEntry_descriptor; } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMapField( - int number) { - switch (number) { - case 1: - return internalGetParameters(); - default: - throw new RuntimeException( - "Invalid map field number: " + number); - } - } - @SuppressWarnings({"rawtypes"}) - protected com.google.protobuf.MapField internalGetMutableMapField( - int number) { - switch (number) { - case 1: - return internalGetMutableParameters(); - default: - throw new RuntimeException( - "Invalid map field number: " + number); - } - } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMapEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); + flyteidl.core.Interface.ParameterMapEntry.class, flyteidl.core.Interface.ParameterMapEntry.Builder.class); } - // Construct using flyteidl.core.Interface.ParameterMap.newBuilder() + // Construct using flyteidl.core.Interface.ParameterMapEntry.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -4061,24 +5730,31 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - internalGetMutableParameters().clear(); + name_ = ""; + + if (parameterBuilder_ == null) { + parameter_ = null; + } else { + parameter_ = null; + parameterBuilder_ = null; + } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMapEntry_descriptor; } @java.lang.Override - public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { - return flyteidl.core.Interface.ParameterMap.getDefaultInstance(); + public flyteidl.core.Interface.ParameterMapEntry getDefaultInstanceForType() { + return flyteidl.core.Interface.ParameterMapEntry.getDefaultInstance(); } @java.lang.Override - public flyteidl.core.Interface.ParameterMap build() { - flyteidl.core.Interface.ParameterMap result = buildPartial(); + public flyteidl.core.Interface.ParameterMapEntry build() { + flyteidl.core.Interface.ParameterMapEntry result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -4086,11 +5762,14 @@ public flyteidl.core.Interface.ParameterMap build() { } @java.lang.Override - public flyteidl.core.Interface.ParameterMap buildPartial() { - flyteidl.core.Interface.ParameterMap result = new flyteidl.core.Interface.ParameterMap(this); - int from_bitField0_ = bitField0_; - result.parameters_ = internalGetParameters(); - result.parameters_.makeImmutable(); + public flyteidl.core.Interface.ParameterMapEntry buildPartial() { + flyteidl.core.Interface.ParameterMapEntry result = new flyteidl.core.Interface.ParameterMapEntry(this); + result.name_ = name_; + if (parameterBuilder_ == null) { + result.parameter_ = parameter_; + } else { + result.parameter_ = parameterBuilder_.build(); + } onBuilt(); return result; } @@ -4129,18 +5808,23 @@ public Builder addRepeatedField( } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.core.Interface.ParameterMap) { - return mergeFrom((flyteidl.core.Interface.ParameterMap)other); + if (other instanceof flyteidl.core.Interface.ParameterMapEntry) { + return mergeFrom((flyteidl.core.Interface.ParameterMapEntry)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(flyteidl.core.Interface.ParameterMap other) { - if (other == flyteidl.core.Interface.ParameterMap.getDefaultInstance()) return this; - internalGetMutableParameters().mergeFrom( - other.internalGetParameters()); + public Builder mergeFrom(flyteidl.core.Interface.ParameterMapEntry other) { + if (other == flyteidl.core.Interface.ParameterMapEntry.getDefaultInstance()) return this; + if (!other.getName().isEmpty()) { + name_ = other.name_; + onChanged(); + } + if (other.hasParameter()) { + mergeParameter(other.getParameter()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -4156,11 +5840,11 @@ public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - flyteidl.core.Interface.ParameterMap parsedMessage = null; + flyteidl.core.Interface.ParameterMapEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.core.Interface.ParameterMap) e.getUnfinishedMessage(); + parsedMessage = (flyteidl.core.Interface.ParameterMapEntry) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -4169,157 +5853,191 @@ public Builder mergeFrom( } return this; } - private int bitField0_; - private com.google.protobuf.MapField< - java.lang.String, flyteidl.core.Interface.Parameter> parameters_; - private com.google.protobuf.MapField - internalGetParameters() { - if (parameters_ == null) { - return com.google.protobuf.MapField.emptyMapField( - ParametersDefaultEntryHolder.defaultEntry); + private java.lang.Object name_ = ""; + /** + * string name = 1; + */ + public java.lang.String getName() { + java.lang.Object ref = name_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; } - return parameters_; } - private com.google.protobuf.MapField - internalGetMutableParameters() { - onChanged();; - if (parameters_ == null) { - parameters_ = com.google.protobuf.MapField.newMapField( - ParametersDefaultEntryHolder.defaultEntry); - } - if (!parameters_.isMutable()) { - parameters_ = parameters_.copy(); + /** + * string name = 1; + */ + public com.google.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; } - return parameters_; } - - public int getParametersCount() { - return internalGetParameters().getMap().size(); + /** + * string name = 1; + */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + name_ = value; + onChanged(); + return this; } /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * string name = 1; */ + public Builder clearName() { + + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + * string name = 1; + */ + public Builder setNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + name_ = value; + onChanged(); + return this; + } - public boolean containsParameters( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - return internalGetParameters().getMap().containsKey(key); + private flyteidl.core.Interface.Parameter parameter_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.Parameter, flyteidl.core.Interface.Parameter.Builder, flyteidl.core.Interface.ParameterOrBuilder> parameterBuilder_; + /** + * .flyteidl.core.Parameter parameter = 2; + */ + public boolean hasParameter() { + return parameterBuilder_ != null || parameter_ != null; } /** - * Use {@link #getParametersMap()} instead. + * .flyteidl.core.Parameter parameter = 2; */ - @java.lang.Deprecated - public java.util.Map getParameters() { - return getParametersMap(); + public flyteidl.core.Interface.Parameter getParameter() { + if (parameterBuilder_ == null) { + return parameter_ == null ? flyteidl.core.Interface.Parameter.getDefaultInstance() : parameter_; + } else { + return parameterBuilder_.getMessage(); + } } /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ + public Builder setParameter(flyteidl.core.Interface.Parameter value) { + if (parameterBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + parameter_ = value; + onChanged(); + } else { + parameterBuilder_.setMessage(value); + } - public java.util.Map getParametersMap() { - return internalGetParameters().getMap(); + return this; } /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ + public Builder setParameter( + flyteidl.core.Interface.Parameter.Builder builderForValue) { + if (parameterBuilder_ == null) { + parameter_ = builderForValue.build(); + onChanged(); + } else { + parameterBuilder_.setMessage(builderForValue.build()); + } - public flyteidl.core.Interface.Parameter getParametersOrDefault( - java.lang.String key, - flyteidl.core.Interface.Parameter defaultValue) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetParameters().getMap(); - return map.containsKey(key) ? map.get(key) : defaultValue; + return this; } /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - - public flyteidl.core.Interface.Parameter getParametersOrThrow( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - java.util.Map map = - internalGetParameters().getMap(); - if (!map.containsKey(key)) { - throw new java.lang.IllegalArgumentException(); + public Builder mergeParameter(flyteidl.core.Interface.Parameter value) { + if (parameterBuilder_ == null) { + if (parameter_ != null) { + parameter_ = + flyteidl.core.Interface.Parameter.newBuilder(parameter_).mergeFrom(value).buildPartial(); + } else { + parameter_ = value; + } + onChanged(); + } else { + parameterBuilder_.mergeFrom(value); } - return map.get(key); - } - public Builder clearParameters() { - internalGetMutableParameters().getMutableMap() - .clear(); return this; } /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ + public Builder clearParameter() { + if (parameterBuilder_ == null) { + parameter_ = null; + onChanged(); + } else { + parameter_ = null; + parameterBuilder_ = null; + } - public Builder removeParameters( - java.lang.String key) { - if (key == null) { throw new java.lang.NullPointerException(); } - internalGetMutableParameters().getMutableMap() - .remove(key); return this; } /** - * Use alternate mutation accessors instead. + * .flyteidl.core.Parameter parameter = 2; */ - @java.lang.Deprecated - public java.util.Map - getMutableParameters() { - return internalGetMutableParameters().getMutableMap(); + public flyteidl.core.Interface.Parameter.Builder getParameterBuilder() { + + onChanged(); + return getParameterFieldBuilder().getBuilder(); } /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - public Builder putParameters( - java.lang.String key, - flyteidl.core.Interface.Parameter value) { - if (key == null) { throw new java.lang.NullPointerException(); } - if (value == null) { throw new java.lang.NullPointerException(); } - internalGetMutableParameters().getMutableMap() - .put(key, value); - return this; + public flyteidl.core.Interface.ParameterOrBuilder getParameterOrBuilder() { + if (parameterBuilder_ != null) { + return parameterBuilder_.getMessageOrBuilder(); + } else { + return parameter_ == null ? + flyteidl.core.Interface.Parameter.getDefaultInstance() : parameter_; + } } /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * map<string, .flyteidl.core.Parameter> parameters = 1; + * .flyteidl.core.Parameter parameter = 2; */ - - public Builder putAllParameters( - java.util.Map values) { - internalGetMutableParameters().getMutableMap() - .putAll(values); - return this; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.Parameter, flyteidl.core.Interface.Parameter.Builder, flyteidl.core.Interface.ParameterOrBuilder> + getParameterFieldBuilder() { + if (parameterBuilder_ == null) { + parameterBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Interface.Parameter, flyteidl.core.Interface.Parameter.Builder, flyteidl.core.Interface.ParameterOrBuilder>( + getParameter(), + getParentForChildren(), + isClean()); + parameter_ = null; + } + return parameterBuilder_; } @java.lang.Override public final Builder setUnknownFields( @@ -4334,41 +6052,41 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(builder_scope:flyteidl.core.ParameterMapEntry) } - // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMap) - private static final flyteidl.core.Interface.ParameterMap DEFAULT_INSTANCE; + // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMapEntry) + private static final flyteidl.core.Interface.ParameterMapEntry DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new flyteidl.core.Interface.ParameterMap(); + DEFAULT_INSTANCE = new flyteidl.core.Interface.ParameterMapEntry(); } - public static flyteidl.core.Interface.ParameterMap getDefaultInstance() { + public static flyteidl.core.Interface.ParameterMapEntry getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override - public ParameterMap parsePartialFrom( + public ParameterMapEntry parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new ParameterMap(input, extensionRegistry); + return new ParameterMapEntry(input, extensionRegistry); } }; - public static com.google.protobuf.Parser parser() { + public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override - public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { + public flyteidl.core.Interface.ParameterMapEntry getDefaultInstanceForType() { return DEFAULT_INSTANCE; } @@ -4385,10 +6103,10 @@ public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_core_VariableMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_core_VariableMap_VariablesEntry_descriptor; + internal_static_flyteidl_core_VariableMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_core_VariableMap_VariablesEntry_fieldAccessorTable; + internal_static_flyteidl_core_VariableMapEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_core_TypedInterface_descriptor; private static final @@ -4405,10 +6123,10 @@ public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_core_ParameterMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_core_ParameterMap_ParametersEntry_descriptor; + internal_static_flyteidl_core_ParameterMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_core_ParameterMap_ParametersEntry_fieldAccessorTable; + internal_static_flyteidl_core_ParameterMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -4422,22 +6140,22 @@ public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { "l.core\032\031flyteidl/core/types.proto\032\034flyte" + "idl/core/literals.proto\"I\n\010Variable\022(\n\004t" + "ype\030\001 \001(\0132\032.flyteidl.core.LiteralType\022\023\n" + - "\013description\030\002 \001(\t\"\226\001\n\013VariableMap\022<\n\tva" + - "riables\030\001 \003(\0132).flyteidl.core.VariableMa" + - "p.VariablesEntry\032I\n\016VariablesEntry\022\013\n\003ke" + - "y\030\001 \001(\t\022&\n\005value\030\002 \001(\0132\027.flyteidl.core.V" + - "ariable:\0028\001\"i\n\016TypedInterface\022*\n\006inputs\030" + - "\001 \001(\0132\032.flyteidl.core.VariableMap\022+\n\007out" + - "puts\030\002 \001(\0132\032.flyteidl.core.VariableMap\"|" + - "\n\tParameter\022$\n\003var\030\001 \001(\0132\027.flyteidl.core" + - ".Variable\022)\n\007default\030\002 \001(\0132\026.flyteidl.co" + - "re.LiteralH\000\022\022\n\010required\030\003 \001(\010H\000B\n\n\010beha" + - "vior\"\234\001\n\014ParameterMap\022?\n\nparameters\030\001 \003(" + - "\0132+.flyteidl.core.ParameterMap.Parameter" + - "sEntry\032K\n\017ParametersEntry\022\013\n\003key\030\001 \001(\t\022\'" + - "\n\005value\030\002 \001(\0132\030.flyteidl.core.Parameter:" + - "\0028\001B6Z4github.com/flyteorg/flyteidl/gen/" + - "pb-go/flyteidl/coreb\006proto3" + "\013description\030\002 \001(\t\"A\n\013VariableMap\0222\n\tvar" + + "iables\030\001 \003(\0132\037.flyteidl.core.VariableMap" + + "Entry\"F\n\020VariableMapEntry\022\014\n\004name\030\001 \001(\t\022" + + "$\n\003var\030\002 \001(\0132\027.flyteidl.core.Variable\"i\n" + + "\016TypedInterface\022*\n\006inputs\030\001 \001(\0132\032.flytei" + + "dl.core.VariableMap\022+\n\007outputs\030\002 \001(\0132\032.f" + + "lyteidl.core.VariableMap\"|\n\tParameter\022$\n" + + "\003var\030\001 \001(\0132\027.flyteidl.core.Variable\022)\n\007d" + + "efault\030\002 \001(\0132\026.flyteidl.core.LiteralH\000\022\022" + + "\n\010required\030\003 \001(\010H\000B\n\n\010behavior\"D\n\014Parame" + + "terMap\0224\n\nparameters\030\001 \003(\0132 .flyteidl.co" + + "re.ParameterMapEntry\"N\n\021ParameterMapEntr" + + "y\022\014\n\004name\030\001 \001(\t\022+\n\tparameter\030\002 \001(\0132\030.fly" + + "teidl.core.ParameterB6Z4github.com/flyte" + + "org/flyteidl/gen/pb-go/flyteidl/coreb\006pr" + + "oto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -4465,36 +6183,36 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_VariableMap_descriptor, new java.lang.String[] { "Variables", }); - internal_static_flyteidl_core_VariableMap_VariablesEntry_descriptor = - internal_static_flyteidl_core_VariableMap_descriptor.getNestedTypes().get(0); - internal_static_flyteidl_core_VariableMap_VariablesEntry_fieldAccessorTable = new + internal_static_flyteidl_core_VariableMapEntry_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_flyteidl_core_VariableMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_core_VariableMap_VariablesEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); + internal_static_flyteidl_core_VariableMapEntry_descriptor, + new java.lang.String[] { "Name", "Var", }); internal_static_flyteidl_core_TypedInterface_descriptor = - getDescriptor().getMessageTypes().get(2); + getDescriptor().getMessageTypes().get(3); internal_static_flyteidl_core_TypedInterface_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_TypedInterface_descriptor, new java.lang.String[] { "Inputs", "Outputs", }); internal_static_flyteidl_core_Parameter_descriptor = - getDescriptor().getMessageTypes().get(3); + getDescriptor().getMessageTypes().get(4); internal_static_flyteidl_core_Parameter_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_Parameter_descriptor, new java.lang.String[] { "Var", "Default", "Required", "Behavior", }); internal_static_flyteidl_core_ParameterMap_descriptor = - getDescriptor().getMessageTypes().get(4); + getDescriptor().getMessageTypes().get(5); internal_static_flyteidl_core_ParameterMap_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_core_ParameterMap_descriptor, new java.lang.String[] { "Parameters", }); - internal_static_flyteidl_core_ParameterMap_ParametersEntry_descriptor = - internal_static_flyteidl_core_ParameterMap_descriptor.getNestedTypes().get(0); - internal_static_flyteidl_core_ParameterMap_ParametersEntry_fieldAccessorTable = new + internal_static_flyteidl_core_ParameterMapEntry_descriptor = + getDescriptor().getMessageTypes().get(6); + internal_static_flyteidl_core_ParameterMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_core_ParameterMap_ParametersEntry_descriptor, - new java.lang.String[] { "Key", "Value", }); + internal_static_flyteidl_core_ParameterMapEntry_descriptor, + new java.lang.String[] { "Name", "Parameter", }); flyteidl.core.Types.getDescriptor(); flyteidl.core.Literals.getDescriptor(); } diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 52fc918358..f006cd288a 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -3725,7 +3725,7 @@ export namespace flyteidl { interface IVariableMap { /** VariableMap variables */ - variables?: ({ [k: string]: flyteidl.core.IVariable }|null); + variables?: (flyteidl.core.IVariableMapEntry[]|null); } /** Represents a VariableMap. */ @@ -3738,7 +3738,7 @@ export namespace flyteidl { constructor(properties?: flyteidl.core.IVariableMap); /** VariableMap variables. */ - public variables: { [k: string]: flyteidl.core.IVariable }; + public variables: flyteidl.core.IVariableMapEntry[]; /** * Creates a new VariableMap instance using the specified properties. @@ -3773,6 +3773,64 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of a VariableMapEntry. */ + interface IVariableMapEntry { + + /** VariableMapEntry name */ + name?: (string|null); + + /** VariableMapEntry var */ + "var"?: (flyteidl.core.IVariable|null); + } + + /** Represents a VariableMapEntry. */ + class VariableMapEntry implements IVariableMapEntry { + + /** + * Constructs a new VariableMapEntry. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.core.IVariableMapEntry); + + /** VariableMapEntry name. */ + public name: string; + + /** VariableMapEntry var. */ + public var?: (flyteidl.core.IVariable|null); + + /** + * Creates a new VariableMapEntry instance using the specified properties. + * @param [properties] Properties to set + * @returns VariableMapEntry instance + */ + public static create(properties?: flyteidl.core.IVariableMapEntry): flyteidl.core.VariableMapEntry; + + /** + * Encodes the specified VariableMapEntry message. Does not implicitly {@link flyteidl.core.VariableMapEntry.verify|verify} messages. + * @param message VariableMapEntry message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.core.IVariableMapEntry, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a VariableMapEntry message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns VariableMapEntry + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.core.VariableMapEntry; + + /** + * Verifies a VariableMapEntry message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Properties of a TypedInterface. */ interface ITypedInterface { @@ -3902,7 +3960,7 @@ export namespace flyteidl { interface IParameterMap { /** ParameterMap parameters */ - parameters?: ({ [k: string]: flyteidl.core.IParameter }|null); + parameters?: (flyteidl.core.IParameterMapEntry[]|null); } /** Represents a ParameterMap. */ @@ -3915,7 +3973,7 @@ export namespace flyteidl { constructor(properties?: flyteidl.core.IParameterMap); /** ParameterMap parameters. */ - public parameters: { [k: string]: flyteidl.core.IParameter }; + public parameters: flyteidl.core.IParameterMapEntry[]; /** * Creates a new ParameterMap instance using the specified properties. @@ -3950,6 +4008,64 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of a ParameterMapEntry. */ + interface IParameterMapEntry { + + /** ParameterMapEntry name */ + name?: (string|null); + + /** ParameterMapEntry parameter */ + parameter?: (flyteidl.core.IParameter|null); + } + + /** Represents a ParameterMapEntry. */ + class ParameterMapEntry implements IParameterMapEntry { + + /** + * Constructs a new ParameterMapEntry. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.core.IParameterMapEntry); + + /** ParameterMapEntry name. */ + public name: string; + + /** ParameterMapEntry parameter. */ + public parameter?: (flyteidl.core.IParameter|null); + + /** + * Creates a new ParameterMapEntry instance using the specified properties. + * @param [properties] Properties to set + * @returns ParameterMapEntry instance + */ + public static create(properties?: flyteidl.core.IParameterMapEntry): flyteidl.core.ParameterMapEntry; + + /** + * Encodes the specified ParameterMapEntry message. Does not implicitly {@link flyteidl.core.ParameterMapEntry.verify|verify} messages. + * @param message ParameterMapEntry message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.core.IParameterMapEntry, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a ParameterMapEntry message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns ParameterMapEntry + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.core.ParameterMapEntry; + + /** + * Verifies a ParameterMapEntry message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Properties of a Resources. */ interface IResources { diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 425dc93233..0745c4ed60 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -8867,7 +8867,7 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of a VariableMap. * @memberof flyteidl.core * @interface IVariableMap - * @property {Object.|null} [variables] VariableMap variables + * @property {Array.|null} [variables] VariableMap variables */ /** @@ -8879,7 +8879,7 @@ export const flyteidl = $root.flyteidl = (() => { * @param {flyteidl.core.IVariableMap=} [properties] Properties to set */ function VariableMap(properties) { - this.variables = {}; + this.variables = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) if (properties[keys[i]] != null) @@ -8888,11 +8888,11 @@ export const flyteidl = $root.flyteidl = (() => { /** * VariableMap variables. - * @member {Object.} variables + * @member {Array.} variables * @memberof flyteidl.core.VariableMap * @instance */ - VariableMap.prototype.variables = $util.emptyObject; + VariableMap.prototype.variables = $util.emptyArray; /** * Creates a new VariableMap instance using the specified properties. @@ -8918,11 +8918,9 @@ export const flyteidl = $root.flyteidl = (() => { VariableMap.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.variables != null && message.hasOwnProperty("variables")) - for (let keys = Object.keys(message.variables), i = 0; i < keys.length; ++i) { - writer.uint32(/* id 1, wireType 2 =*/10).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]); - $root.flyteidl.core.Variable.encode(message.variables[keys[i]], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim().ldelim(); - } + if (message.variables != null && message.variables.length) + for (let i = 0; i < message.variables.length; ++i) + $root.flyteidl.core.VariableMapEntry.encode(message.variables[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); return writer; }; @@ -8940,17 +8938,14 @@ export const flyteidl = $root.flyteidl = (() => { VariableMap.decode = function decode(reader, length) { if (!(reader instanceof $Reader)) reader = $Reader.create(reader); - let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.VariableMap(), key; + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.VariableMap(); while (reader.pos < end) { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - reader.skip().pos++; - if (message.variables === $util.emptyObject) - message.variables = {}; - key = reader.string(); - reader.pos++; - message.variables[key] = $root.flyteidl.core.Variable.decode(reader, reader.uint32()); + if (!(message.variables && message.variables.length)) + message.variables = []; + message.variables.push($root.flyteidl.core.VariableMapEntry.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); @@ -8972,11 +8967,10 @@ export const flyteidl = $root.flyteidl = (() => { if (typeof message !== "object" || message === null) return "object expected"; if (message.variables != null && message.hasOwnProperty("variables")) { - if (!$util.isObject(message.variables)) - return "variables: object expected"; - let key = Object.keys(message.variables); - for (let i = 0; i < key.length; ++i) { - let error = $root.flyteidl.core.Variable.verify(message.variables[key[i]]); + if (!Array.isArray(message.variables)) + return "variables: array expected"; + for (let i = 0; i < message.variables.length; ++i) { + let error = $root.flyteidl.core.VariableMapEntry.verify(message.variables[i]); if (error) return "variables." + error; } @@ -8987,6 +8981,135 @@ export const flyteidl = $root.flyteidl = (() => { return VariableMap; })(); + core.VariableMapEntry = (function() { + + /** + * Properties of a VariableMapEntry. + * @memberof flyteidl.core + * @interface IVariableMapEntry + * @property {string|null} [name] VariableMapEntry name + * @property {flyteidl.core.IVariable|null} ["var"] VariableMapEntry var + */ + + /** + * Constructs a new VariableMapEntry. + * @memberof flyteidl.core + * @classdesc Represents a VariableMapEntry. + * @implements IVariableMapEntry + * @constructor + * @param {flyteidl.core.IVariableMapEntry=} [properties] Properties to set + */ + function VariableMapEntry(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * VariableMapEntry name. + * @member {string} name + * @memberof flyteidl.core.VariableMapEntry + * @instance + */ + VariableMapEntry.prototype.name = ""; + + /** + * VariableMapEntry var. + * @member {flyteidl.core.IVariable|null|undefined} var + * @memberof flyteidl.core.VariableMapEntry + * @instance + */ + VariableMapEntry.prototype["var"] = null; + + /** + * Creates a new VariableMapEntry instance using the specified properties. + * @function create + * @memberof flyteidl.core.VariableMapEntry + * @static + * @param {flyteidl.core.IVariableMapEntry=} [properties] Properties to set + * @returns {flyteidl.core.VariableMapEntry} VariableMapEntry instance + */ + VariableMapEntry.create = function create(properties) { + return new VariableMapEntry(properties); + }; + + /** + * Encodes the specified VariableMapEntry message. Does not implicitly {@link flyteidl.core.VariableMapEntry.verify|verify} messages. + * @function encode + * @memberof flyteidl.core.VariableMapEntry + * @static + * @param {flyteidl.core.IVariableMapEntry} message VariableMapEntry message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + VariableMapEntry.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.name != null && message.hasOwnProperty("name")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); + if (message["var"] != null && message.hasOwnProperty("var")) + $root.flyteidl.core.Variable.encode(message["var"], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a VariableMapEntry message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.core.VariableMapEntry + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.core.VariableMapEntry} VariableMapEntry + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + VariableMapEntry.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.VariableMapEntry(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.name = reader.string(); + break; + case 2: + message["var"] = $root.flyteidl.core.Variable.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a VariableMapEntry message. + * @function verify + * @memberof flyteidl.core.VariableMapEntry + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + VariableMapEntry.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.name != null && message.hasOwnProperty("name")) + if (!$util.isString(message.name)) + return "name: string expected"; + if (message["var"] != null && message.hasOwnProperty("var")) { + let error = $root.flyteidl.core.Variable.verify(message["var"]); + if (error) + return "var." + error; + } + return null; + }; + + return VariableMapEntry; + })(); + core.TypedInterface = (function() { /** @@ -9294,7 +9417,7 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of a ParameterMap. * @memberof flyteidl.core * @interface IParameterMap - * @property {Object.|null} [parameters] ParameterMap parameters + * @property {Array.|null} [parameters] ParameterMap parameters */ /** @@ -9306,7 +9429,7 @@ export const flyteidl = $root.flyteidl = (() => { * @param {flyteidl.core.IParameterMap=} [properties] Properties to set */ function ParameterMap(properties) { - this.parameters = {}; + this.parameters = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) if (properties[keys[i]] != null) @@ -9315,11 +9438,11 @@ export const flyteidl = $root.flyteidl = (() => { /** * ParameterMap parameters. - * @member {Object.} parameters + * @member {Array.} parameters * @memberof flyteidl.core.ParameterMap * @instance */ - ParameterMap.prototype.parameters = $util.emptyObject; + ParameterMap.prototype.parameters = $util.emptyArray; /** * Creates a new ParameterMap instance using the specified properties. @@ -9345,11 +9468,9 @@ export const flyteidl = $root.flyteidl = (() => { ParameterMap.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.parameters != null && message.hasOwnProperty("parameters")) - for (let keys = Object.keys(message.parameters), i = 0; i < keys.length; ++i) { - writer.uint32(/* id 1, wireType 2 =*/10).fork().uint32(/* id 1, wireType 2 =*/10).string(keys[i]); - $root.flyteidl.core.Parameter.encode(message.parameters[keys[i]], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim().ldelim(); - } + if (message.parameters != null && message.parameters.length) + for (let i = 0; i < message.parameters.length; ++i) + $root.flyteidl.core.ParameterMapEntry.encode(message.parameters[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); return writer; }; @@ -9367,17 +9488,14 @@ export const flyteidl = $root.flyteidl = (() => { ParameterMap.decode = function decode(reader, length) { if (!(reader instanceof $Reader)) reader = $Reader.create(reader); - let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.ParameterMap(), key; + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.ParameterMap(); while (reader.pos < end) { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - reader.skip().pos++; - if (message.parameters === $util.emptyObject) - message.parameters = {}; - key = reader.string(); - reader.pos++; - message.parameters[key] = $root.flyteidl.core.Parameter.decode(reader, reader.uint32()); + if (!(message.parameters && message.parameters.length)) + message.parameters = []; + message.parameters.push($root.flyteidl.core.ParameterMapEntry.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); @@ -9399,11 +9517,10 @@ export const flyteidl = $root.flyteidl = (() => { if (typeof message !== "object" || message === null) return "object expected"; if (message.parameters != null && message.hasOwnProperty("parameters")) { - if (!$util.isObject(message.parameters)) - return "parameters: object expected"; - let key = Object.keys(message.parameters); - for (let i = 0; i < key.length; ++i) { - let error = $root.flyteidl.core.Parameter.verify(message.parameters[key[i]]); + if (!Array.isArray(message.parameters)) + return "parameters: array expected"; + for (let i = 0; i < message.parameters.length; ++i) { + let error = $root.flyteidl.core.ParameterMapEntry.verify(message.parameters[i]); if (error) return "parameters." + error; } @@ -9414,6 +9531,135 @@ export const flyteidl = $root.flyteidl = (() => { return ParameterMap; })(); + core.ParameterMapEntry = (function() { + + /** + * Properties of a ParameterMapEntry. + * @memberof flyteidl.core + * @interface IParameterMapEntry + * @property {string|null} [name] ParameterMapEntry name + * @property {flyteidl.core.IParameter|null} [parameter] ParameterMapEntry parameter + */ + + /** + * Constructs a new ParameterMapEntry. + * @memberof flyteidl.core + * @classdesc Represents a ParameterMapEntry. + * @implements IParameterMapEntry + * @constructor + * @param {flyteidl.core.IParameterMapEntry=} [properties] Properties to set + */ + function ParameterMapEntry(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * ParameterMapEntry name. + * @member {string} name + * @memberof flyteidl.core.ParameterMapEntry + * @instance + */ + ParameterMapEntry.prototype.name = ""; + + /** + * ParameterMapEntry parameter. + * @member {flyteidl.core.IParameter|null|undefined} parameter + * @memberof flyteidl.core.ParameterMapEntry + * @instance + */ + ParameterMapEntry.prototype.parameter = null; + + /** + * Creates a new ParameterMapEntry instance using the specified properties. + * @function create + * @memberof flyteidl.core.ParameterMapEntry + * @static + * @param {flyteidl.core.IParameterMapEntry=} [properties] Properties to set + * @returns {flyteidl.core.ParameterMapEntry} ParameterMapEntry instance + */ + ParameterMapEntry.create = function create(properties) { + return new ParameterMapEntry(properties); + }; + + /** + * Encodes the specified ParameterMapEntry message. Does not implicitly {@link flyteidl.core.ParameterMapEntry.verify|verify} messages. + * @function encode + * @memberof flyteidl.core.ParameterMapEntry + * @static + * @param {flyteidl.core.IParameterMapEntry} message ParameterMapEntry message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + ParameterMapEntry.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.name != null && message.hasOwnProperty("name")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.name); + if (message.parameter != null && message.hasOwnProperty("parameter")) + $root.flyteidl.core.Parameter.encode(message.parameter, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a ParameterMapEntry message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.core.ParameterMapEntry + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.core.ParameterMapEntry} ParameterMapEntry + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + ParameterMapEntry.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.ParameterMapEntry(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.name = reader.string(); + break; + case 2: + message.parameter = $root.flyteidl.core.Parameter.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a ParameterMapEntry message. + * @function verify + * @memberof flyteidl.core.ParameterMapEntry + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + ParameterMapEntry.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.name != null && message.hasOwnProperty("name")) + if (!$util.isString(message.name)) + return "name: string expected"; + if (message.parameter != null && message.hasOwnProperty("parameter")) { + let error = $root.flyteidl.core.Parameter.verify(message.parameter); + if (error) + return "parameter." + error; + } + return null; + }; + + return ParameterMapEntry; + })(); + core.Resources = (function() { /** diff --git a/flyteidl/gen/pb_python/flyteidl/core/interface_pb2.py b/flyteidl/gen/pb_python/flyteidl/core/interface_pb2.py index 2fd7096c2a..1486d70542 100644 --- a/flyteidl/gen/pb_python/flyteidl/core/interface_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/core/interface_pb2.py @@ -22,7 +22,7 @@ package='flyteidl.core', syntax='proto3', serialized_options=_b('Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/core'), - serialized_pb=_b('\n\x1d\x66lyteidl/core/interface.proto\x12\rflyteidl.core\x1a\x19\x66lyteidl/core/types.proto\x1a\x1c\x66lyteidl/core/literals.proto\"I\n\x08Variable\x12(\n\x04type\x18\x01 \x01(\x0b\x32\x1a.flyteidl.core.LiteralType\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"\x96\x01\n\x0bVariableMap\x12<\n\tvariables\x18\x01 \x03(\x0b\x32).flyteidl.core.VariableMap.VariablesEntry\x1aI\n\x0eVariablesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.flyteidl.core.Variable:\x02\x38\x01\"i\n\x0eTypedInterface\x12*\n\x06inputs\x18\x01 \x01(\x0b\x32\x1a.flyteidl.core.VariableMap\x12+\n\x07outputs\x18\x02 \x01(\x0b\x32\x1a.flyteidl.core.VariableMap\"|\n\tParameter\x12$\n\x03var\x18\x01 \x01(\x0b\x32\x17.flyteidl.core.Variable\x12)\n\x07\x64\x65\x66\x61ult\x18\x02 \x01(\x0b\x32\x16.flyteidl.core.LiteralH\x00\x12\x12\n\x08required\x18\x03 \x01(\x08H\x00\x42\n\n\x08\x62\x65havior\"\x9c\x01\n\x0cParameterMap\x12?\n\nparameters\x18\x01 \x03(\x0b\x32+.flyteidl.core.ParameterMap.ParametersEntry\x1aK\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.flyteidl.core.Parameter:\x02\x38\x01\x42\x36Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') + serialized_pb=_b('\n\x1d\x66lyteidl/core/interface.proto\x12\rflyteidl.core\x1a\x19\x66lyteidl/core/types.proto\x1a\x1c\x66lyteidl/core/literals.proto\"I\n\x08Variable\x12(\n\x04type\x18\x01 \x01(\x0b\x32\x1a.flyteidl.core.LiteralType\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"A\n\x0bVariableMap\x12\x32\n\tvariables\x18\x01 \x03(\x0b\x32\x1f.flyteidl.core.VariableMapEntry\"F\n\x10VariableMapEntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12$\n\x03var\x18\x02 \x01(\x0b\x32\x17.flyteidl.core.Variable\"i\n\x0eTypedInterface\x12*\n\x06inputs\x18\x01 \x01(\x0b\x32\x1a.flyteidl.core.VariableMap\x12+\n\x07outputs\x18\x02 \x01(\x0b\x32\x1a.flyteidl.core.VariableMap\"|\n\tParameter\x12$\n\x03var\x18\x01 \x01(\x0b\x32\x17.flyteidl.core.Variable\x12)\n\x07\x64\x65\x66\x61ult\x18\x02 \x01(\x0b\x32\x16.flyteidl.core.LiteralH\x00\x12\x12\n\x08required\x18\x03 \x01(\x08H\x00\x42\n\n\x08\x62\x65havior\"D\n\x0cParameterMap\x12\x34\n\nparameters\x18\x01 \x03(\x0b\x32 .flyteidl.core.ParameterMapEntry\"N\n\x11ParameterMapEntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12+\n\tparameter\x18\x02 \x01(\x0b\x32\x18.flyteidl.core.ParameterB6Z4github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/coreb\x06proto3') , dependencies=[flyteidl_dot_core_dot_types__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,]) @@ -67,24 +67,17 @@ ) -_VARIABLEMAP_VARIABLESENTRY = _descriptor.Descriptor( - name='VariablesEntry', - full_name='flyteidl.core.VariableMap.VariablesEntry', +_VARIABLEMAP = _descriptor.Descriptor( + name='VariableMap', + full_name='flyteidl.core.VariableMap', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='key', full_name='flyteidl.core.VariableMap.VariablesEntry.key', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='value', full_name='flyteidl.core.VariableMap.VariablesEntry.value', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, + name='variables', full_name='flyteidl.core.VariableMap.variables', index=0, + number=1, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), @@ -94,34 +87,42 @@ nested_types=[], enum_types=[ ], - serialized_options=_b('8\001'), + serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], - serialized_start=258, - serialized_end=331, + serialized_start=180, + serialized_end=245, ) -_VARIABLEMAP = _descriptor.Descriptor( - name='VariableMap', - full_name='flyteidl.core.VariableMap', + +_VARIABLEMAPENTRY = _descriptor.Descriptor( + name='VariableMapEntry', + full_name='flyteidl.core.VariableMapEntry', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='variables', full_name='flyteidl.core.VariableMap.variables', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], + name='name', full_name='flyteidl.core.VariableMapEntry.name', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='var', full_name='flyteidl.core.VariableMapEntry.var', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], - nested_types=[_VARIABLEMAP_VARIABLESENTRY, ], + nested_types=[], enum_types=[ ], serialized_options=None, @@ -130,8 +131,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=181, - serialized_end=331, + serialized_start=247, + serialized_end=317, ) @@ -168,8 +169,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=333, - serialized_end=438, + serialized_start=319, + serialized_end=424, ) @@ -216,29 +217,22 @@ name='behavior', full_name='flyteidl.core.Parameter.behavior', index=0, containing_type=None, fields=[]), ], - serialized_start=440, - serialized_end=564, + serialized_start=426, + serialized_end=550, ) -_PARAMETERMAP_PARAMETERSENTRY = _descriptor.Descriptor( - name='ParametersEntry', - full_name='flyteidl.core.ParameterMap.ParametersEntry', +_PARAMETERMAP = _descriptor.Descriptor( + name='ParameterMap', + full_name='flyteidl.core.ParameterMap', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='key', full_name='flyteidl.core.ParameterMap.ParametersEntry.key', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='value', full_name='flyteidl.core.ParameterMap.ParametersEntry.value', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, + name='parameters', full_name='flyteidl.core.ParameterMap.parameters', index=0, + number=1, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), @@ -248,34 +242,42 @@ nested_types=[], enum_types=[ ], - serialized_options=_b('8\001'), + serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], - serialized_start=648, - serialized_end=723, + serialized_start=552, + serialized_end=620, ) -_PARAMETERMAP = _descriptor.Descriptor( - name='ParameterMap', - full_name='flyteidl.core.ParameterMap', + +_PARAMETERMAPENTRY = _descriptor.Descriptor( + name='ParameterMapEntry', + full_name='flyteidl.core.ParameterMapEntry', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='parameters', full_name='flyteidl.core.ParameterMap.parameters', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], + name='name', full_name='flyteidl.core.ParameterMapEntry.name', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='parameter', full_name='flyteidl.core.ParameterMapEntry.parameter', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], - nested_types=[_PARAMETERMAP_PARAMETERSENTRY, ], + nested_types=[], enum_types=[ ], serialized_options=None, @@ -284,14 +286,13 @@ extension_ranges=[], oneofs=[ ], - serialized_start=567, - serialized_end=723, + serialized_start=622, + serialized_end=700, ) _VARIABLE.fields_by_name['type'].message_type = flyteidl_dot_core_dot_types__pb2._LITERALTYPE -_VARIABLEMAP_VARIABLESENTRY.fields_by_name['value'].message_type = _VARIABLE -_VARIABLEMAP_VARIABLESENTRY.containing_type = _VARIABLEMAP -_VARIABLEMAP.fields_by_name['variables'].message_type = _VARIABLEMAP_VARIABLESENTRY +_VARIABLEMAP.fields_by_name['variables'].message_type = _VARIABLEMAPENTRY +_VARIABLEMAPENTRY.fields_by_name['var'].message_type = _VARIABLE _TYPEDINTERFACE.fields_by_name['inputs'].message_type = _VARIABLEMAP _TYPEDINTERFACE.fields_by_name['outputs'].message_type = _VARIABLEMAP _PARAMETER.fields_by_name['var'].message_type = _VARIABLE @@ -302,14 +303,15 @@ _PARAMETER.oneofs_by_name['behavior'].fields.append( _PARAMETER.fields_by_name['required']) _PARAMETER.fields_by_name['required'].containing_oneof = _PARAMETER.oneofs_by_name['behavior'] -_PARAMETERMAP_PARAMETERSENTRY.fields_by_name['value'].message_type = _PARAMETER -_PARAMETERMAP_PARAMETERSENTRY.containing_type = _PARAMETERMAP -_PARAMETERMAP.fields_by_name['parameters'].message_type = _PARAMETERMAP_PARAMETERSENTRY +_PARAMETERMAP.fields_by_name['parameters'].message_type = _PARAMETERMAPENTRY +_PARAMETERMAPENTRY.fields_by_name['parameter'].message_type = _PARAMETER DESCRIPTOR.message_types_by_name['Variable'] = _VARIABLE DESCRIPTOR.message_types_by_name['VariableMap'] = _VARIABLEMAP +DESCRIPTOR.message_types_by_name['VariableMapEntry'] = _VARIABLEMAPENTRY DESCRIPTOR.message_types_by_name['TypedInterface'] = _TYPEDINTERFACE DESCRIPTOR.message_types_by_name['Parameter'] = _PARAMETER DESCRIPTOR.message_types_by_name['ParameterMap'] = _PARAMETERMAP +DESCRIPTOR.message_types_by_name['ParameterMapEntry'] = _PARAMETERMAPENTRY _sym_db.RegisterFileDescriptor(DESCRIPTOR) Variable = _reflection.GeneratedProtocolMessageType('Variable', (_message.Message,), dict( @@ -320,19 +322,18 @@ _sym_db.RegisterMessage(Variable) VariableMap = _reflection.GeneratedProtocolMessageType('VariableMap', (_message.Message,), dict( - - VariablesEntry = _reflection.GeneratedProtocolMessageType('VariablesEntry', (_message.Message,), dict( - DESCRIPTOR = _VARIABLEMAP_VARIABLESENTRY, - __module__ = 'flyteidl.core.interface_pb2' - # @@protoc_insertion_point(class_scope:flyteidl.core.VariableMap.VariablesEntry) - )) - , DESCRIPTOR = _VARIABLEMAP, __module__ = 'flyteidl.core.interface_pb2' # @@protoc_insertion_point(class_scope:flyteidl.core.VariableMap) )) _sym_db.RegisterMessage(VariableMap) -_sym_db.RegisterMessage(VariableMap.VariablesEntry) + +VariableMapEntry = _reflection.GeneratedProtocolMessageType('VariableMapEntry', (_message.Message,), dict( + DESCRIPTOR = _VARIABLEMAPENTRY, + __module__ = 'flyteidl.core.interface_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.core.VariableMapEntry) + )) +_sym_db.RegisterMessage(VariableMapEntry) TypedInterface = _reflection.GeneratedProtocolMessageType('TypedInterface', (_message.Message,), dict( DESCRIPTOR = _TYPEDINTERFACE, @@ -349,22 +350,19 @@ _sym_db.RegisterMessage(Parameter) ParameterMap = _reflection.GeneratedProtocolMessageType('ParameterMap', (_message.Message,), dict( - - ParametersEntry = _reflection.GeneratedProtocolMessageType('ParametersEntry', (_message.Message,), dict( - DESCRIPTOR = _PARAMETERMAP_PARAMETERSENTRY, - __module__ = 'flyteidl.core.interface_pb2' - # @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMap.ParametersEntry) - )) - , DESCRIPTOR = _PARAMETERMAP, __module__ = 'flyteidl.core.interface_pb2' # @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMap) )) _sym_db.RegisterMessage(ParameterMap) -_sym_db.RegisterMessage(ParameterMap.ParametersEntry) + +ParameterMapEntry = _reflection.GeneratedProtocolMessageType('ParameterMapEntry', (_message.Message,), dict( + DESCRIPTOR = _PARAMETERMAPENTRY, + __module__ = 'flyteidl.core.interface_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMapEntry) + )) +_sym_db.RegisterMessage(ParameterMapEntry) DESCRIPTOR._options = None -_VARIABLEMAP_VARIABLESENTRY._options = None -_PARAMETERMAP_PARAMETERSENTRY._options = None # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md index 862d9fa35d..1fae3bf98a 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -282,6 +282,7 @@ Class | Method | HTTP request | Description - [CoreOutputReference](docs/CoreOutputReference.md) - [CoreParameter](docs/CoreParameter.md) - [CoreParameterMap](docs/CoreParameterMap.md) + - [CoreParameterMapEntry](docs/CoreParameterMapEntry.md) - [CorePrimitive](docs/CorePrimitive.md) - [CoreQualityOfService](docs/CoreQualityOfService.md) - [CoreQualityOfServiceSpec](docs/CoreQualityOfServiceSpec.md) @@ -304,6 +305,7 @@ Class | Method | HTTP request | Description - [CoreTypedInterface](docs/CoreTypedInterface.md) - [CoreVariable](docs/CoreVariable.md) - [CoreVariableMap](docs/CoreVariableMap.md) + - [CoreVariableMapEntry](docs/CoreVariableMapEntry.md) - [CoreVoid](docs/CoreVoid.md) - [CoreWorkflowExecutionIdentifier](docs/CoreWorkflowExecutionIdentifier.md) - [CoreWorkflowExecutionPhase](docs/CoreWorkflowExecutionPhase.md) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index dfd98b051f..091f817af9 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -181,6 +181,7 @@ from flyteadmin.models.core_output_reference import CoreOutputReference from flyteadmin.models.core_parameter import CoreParameter from flyteadmin.models.core_parameter_map import CoreParameterMap +from flyteadmin.models.core_parameter_map_entry import CoreParameterMapEntry from flyteadmin.models.core_primitive import CorePrimitive from flyteadmin.models.core_quality_of_service import CoreQualityOfService from flyteadmin.models.core_quality_of_service_spec import CoreQualityOfServiceSpec @@ -203,6 +204,7 @@ from flyteadmin.models.core_typed_interface import CoreTypedInterface from flyteadmin.models.core_variable import CoreVariable from flyteadmin.models.core_variable_map import CoreVariableMap +from flyteadmin.models.core_variable_map_entry import CoreVariableMapEntry from flyteadmin.models.core_void import CoreVoid from flyteadmin.models.core_workflow_execution_identifier import CoreWorkflowExecutionIdentifier from flyteadmin.models.core_workflow_execution_phase import CoreWorkflowExecutionPhase diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index 08c15e82c4..89c78af373 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -174,6 +174,7 @@ from flyteadmin.models.core_output_reference import CoreOutputReference from flyteadmin.models.core_parameter import CoreParameter from flyteadmin.models.core_parameter_map import CoreParameterMap +from flyteadmin.models.core_parameter_map_entry import CoreParameterMapEntry from flyteadmin.models.core_primitive import CorePrimitive from flyteadmin.models.core_quality_of_service import CoreQualityOfService from flyteadmin.models.core_quality_of_service_spec import CoreQualityOfServiceSpec @@ -196,6 +197,7 @@ from flyteadmin.models.core_typed_interface import CoreTypedInterface from flyteadmin.models.core_variable import CoreVariable from flyteadmin.models.core_variable_map import CoreVariableMap +from flyteadmin.models.core_variable_map_entry import CoreVariableMapEntry from flyteadmin.models.core_void import CoreVoid from flyteadmin.models.core_workflow_execution_identifier import CoreWorkflowExecutionIdentifier from flyteadmin.models.core_workflow_execution_phase import CoreWorkflowExecutionPhase diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map.py index f2ca84c2e1..9503824d91 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map.py @@ -16,7 +16,7 @@ import six -from flyteadmin.models.core_parameter import CoreParameter # noqa: F401,E501 +from flyteadmin.models.core_parameter_map_entry import CoreParameterMapEntry # noqa: F401,E501 class CoreParameterMap(object): @@ -33,7 +33,7 @@ class CoreParameterMap(object): and the value is json key in definition. """ swagger_types = { - 'parameters': 'dict(str, CoreParameter)' + 'parameters': 'list[CoreParameterMapEntry]' } attribute_map = { @@ -56,7 +56,7 @@ def parameters(self): Defines a map of parameter names to parameters. # noqa: E501 :return: The parameters of this CoreParameterMap. # noqa: E501 - :rtype: dict(str, CoreParameter) + :rtype: list[CoreParameterMapEntry] """ return self._parameters @@ -67,7 +67,7 @@ def parameters(self, parameters): Defines a map of parameter names to parameters. # noqa: E501 :param parameters: The parameters of this CoreParameterMap. # noqa: E501 - :type: dict(str, CoreParameter) + :type: list[CoreParameterMapEntry] """ self._parameters = parameters diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map_entry.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map_entry.py new file mode 100644 index 0000000000..d7ef2db1bc --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map_entry.py @@ -0,0 +1,143 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from flyteadmin.models.core_parameter import CoreParameter # noqa: F401,E501 + + +class CoreParameterMapEntry(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'parameter': 'CoreParameter' + } + + attribute_map = { + 'name': 'name', + 'parameter': 'parameter' + } + + def __init__(self, name=None, parameter=None): # noqa: E501 + """CoreParameterMapEntry - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._parameter = None + self.discriminator = None + + if name is not None: + self.name = name + if parameter is not None: + self.parameter = parameter + + @property + def name(self): + """Gets the name of this CoreParameterMapEntry. # noqa: E501 + + + :return: The name of this CoreParameterMapEntry. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this CoreParameterMapEntry. + + + :param name: The name of this CoreParameterMapEntry. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def parameter(self): + """Gets the parameter of this CoreParameterMapEntry. # noqa: E501 + + + :return: The parameter of this CoreParameterMapEntry. # noqa: E501 + :rtype: CoreParameter + """ + return self._parameter + + @parameter.setter + def parameter(self, parameter): + """Sets the parameter of this CoreParameterMapEntry. + + + :param parameter: The parameter of this CoreParameterMapEntry. # noqa: E501 + :type: CoreParameter + """ + + self._parameter = parameter + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(CoreParameterMapEntry, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, CoreParameterMapEntry): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map.py index a2a15f83f6..8ab35e6f9a 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map.py @@ -16,7 +16,7 @@ import six -from flyteadmin.models.core_variable import CoreVariable # noqa: F401,E501 +from flyteadmin.models.core_variable_map_entry import CoreVariableMapEntry # noqa: F401,E501 class CoreVariableMap(object): @@ -33,7 +33,7 @@ class CoreVariableMap(object): and the value is json key in definition. """ swagger_types = { - 'variables': 'dict(str, CoreVariable)' + 'variables': 'list[CoreVariableMapEntry]' } attribute_map = { @@ -56,7 +56,7 @@ def variables(self): Defines a map of variable names to variables. # noqa: E501 :return: The variables of this CoreVariableMap. # noqa: E501 - :rtype: dict(str, CoreVariable) + :rtype: list[CoreVariableMapEntry] """ return self._variables @@ -67,7 +67,7 @@ def variables(self, variables): Defines a map of variable names to variables. # noqa: E501 :param variables: The variables of this CoreVariableMap. # noqa: E501 - :type: dict(str, CoreVariable) + :type: list[CoreVariableMapEntry] """ self._variables = variables diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map_entry.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map_entry.py new file mode 100644 index 0000000000..ceee23294b --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map_entry.py @@ -0,0 +1,143 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from flyteadmin.models.core_variable import CoreVariable # noqa: F401,E501 + + +class CoreVariableMapEntry(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'name': 'str', + 'var': 'CoreVariable' + } + + attribute_map = { + 'name': 'name', + 'var': 'var' + } + + def __init__(self, name=None, var=None): # noqa: E501 + """CoreVariableMapEntry - a model defined in Swagger""" # noqa: E501 + + self._name = None + self._var = None + self.discriminator = None + + if name is not None: + self.name = name + if var is not None: + self.var = var + + @property + def name(self): + """Gets the name of this CoreVariableMapEntry. # noqa: E501 + + + :return: The name of this CoreVariableMapEntry. # noqa: E501 + :rtype: str + """ + return self._name + + @name.setter + def name(self, name): + """Sets the name of this CoreVariableMapEntry. + + + :param name: The name of this CoreVariableMapEntry. # noqa: E501 + :type: str + """ + + self._name = name + + @property + def var(self): + """Gets the var of this CoreVariableMapEntry. # noqa: E501 + + + :return: The var of this CoreVariableMapEntry. # noqa: E501 + :rtype: CoreVariable + """ + return self._var + + @var.setter + def var(self, var): + """Sets the var of this CoreVariableMapEntry. + + + :param var: The var of this CoreVariableMapEntry. # noqa: E501 + :type: CoreVariable + """ + + self._var = var + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(CoreVariableMapEntry, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, CoreVariableMapEntry): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_parameter_map_entry.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_parameter_map_entry.py new file mode 100644 index 0000000000..681747edda --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_parameter_map_entry.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.core_parameter_map_entry import CoreParameterMapEntry # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestCoreParameterMapEntry(unittest.TestCase): + """CoreParameterMapEntry unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testCoreParameterMapEntry(self): + """Test CoreParameterMapEntry""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.core_parameter_map_entry.CoreParameterMapEntry() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_variable_map_entry.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_variable_map_entry.py new file mode 100644 index 0000000000..1111d01b93 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_variable_map_entry.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.core_variable_map_entry import CoreVariableMapEntry # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestCoreVariableMapEntry(unittest.TestCase): + """CoreVariableMapEntry unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testCoreVariableMapEntry(self): + """Test CoreVariableMapEntry""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.core_variable_map_entry.CoreVariableMapEntry() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/flyteidl/protos/docs/core/core.rst b/flyteidl/protos/docs/core/core.rst index ac59957b8f..fda32c3f76 100644 --- a/flyteidl/protos/docs/core/core.rst +++ b/flyteidl/protos/docs/core/core.rst @@ -977,7 +977,7 @@ the special ability to have a default value or mark itself as required. ParameterMap ------------------------------------------------------------------ -A map of Parameters. +A map of Parameters in the form of repeated map entries. @@ -985,7 +985,7 @@ A map of Parameters. :header: "Field", "Type", "Label", "Description" :widths: auto - "parameters", ":ref:`ref_flyteidl.core.ParameterMap.ParametersEntry`", "repeated", "Defines a map of parameter names to parameters." + "parameters", ":ref:`ref_flyteidl.core.ParameterMapEntry`", "repeated", "Defines a map of parameter names to parameters." @@ -993,21 +993,21 @@ A map of Parameters. -.. _ref_flyteidl.core.ParameterMap.ParametersEntry: +.. _ref_flyteidl.core.ParameterMapEntry: -ParameterMap.ParametersEntry +ParameterMapEntry ------------------------------------------------------------------ +Map entry of ParameterMap - -.. csv-table:: ParameterMap.ParametersEntry type fields +.. csv-table:: ParameterMapEntry type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "key", ":ref:`ref_string`", "", "" - "value", ":ref:`ref_flyteidl.core.Parameter`", "", "" + "name", ":ref:`ref_string`", "", "" + "parameter", ":ref:`ref_flyteidl.core.Parameter`", "", "" @@ -1064,7 +1064,7 @@ Defines a strongly typed variable. VariableMap ------------------------------------------------------------------ -A map of Variables +A map of Variables in the form of repeated map entries @@ -1072,7 +1072,7 @@ A map of Variables :header: "Field", "Type", "Label", "Description" :widths: auto - "variables", ":ref:`ref_flyteidl.core.VariableMap.VariablesEntry`", "repeated", "Defines a map of variable names to variables." + "variables", ":ref:`ref_flyteidl.core.VariableMapEntry`", "repeated", "Defines a map of variable names to variables." @@ -1080,21 +1080,21 @@ A map of Variables -.. _ref_flyteidl.core.VariableMap.VariablesEntry: +.. _ref_flyteidl.core.VariableMapEntry: -VariableMap.VariablesEntry +VariableMapEntry ------------------------------------------------------------------ +Map entry of VariableMap - -.. csv-table:: VariableMap.VariablesEntry type fields +.. csv-table:: VariableMapEntry type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "key", ":ref:`ref_string`", "", "" - "value", ":ref:`ref_flyteidl.core.Variable`", "", "" + "name", ":ref:`ref_string`", "", "" + "var", ":ref:`ref_flyteidl.core.Variable`", "", "" diff --git a/flyteidl/protos/flyteidl/core/interface.proto b/flyteidl/protos/flyteidl/core/interface.proto index 2ee0c3f70a..a0e5418b02 100644 --- a/flyteidl/protos/flyteidl/core/interface.proto +++ b/flyteidl/protos/flyteidl/core/interface.proto @@ -16,10 +16,16 @@ message Variable { string description = 2; } -// A map of Variables +// A map of Variables in the form of repeated map entries message VariableMap { // Defines a map of variable names to variables. - map variables = 1; + repeated VariableMapEntry variables = 1; +} + +// Map entry of VariableMap +message VariableMapEntry { + string name = 1; + Variable var = 2; } // Defines strongly typed inputs and outputs. @@ -44,8 +50,14 @@ message Parameter { } } -// A map of Parameters. +// A map of Parameters in the form of repeated map entries. message ParameterMap { // Defines a map of parameter names to parameters. - map parameters = 1; + repeated ParameterMapEntry parameters = 1; +} + +// Map entry of ParameterMap +message ParameterMapEntry { + string name = 1; + Parameter parameter = 2; }