From d05f96921f280a07a6479d697be8a3710a0c1112 Mon Sep 17 00:00:00 2001 From: Sean Lin Date: Thu, 9 Sep 2021 11:35:12 -0700 Subject: [PATCH] Revert variable ordering change PR (#220) * Revert "Change variable map to repeated map entries for ordering (#206)" Signed-off-by: Sean Lin --- flyteidl/doc-requirements.txt | 4 +- .../gen/pb-cpp/flyteidl/core/interface.pb.cc | 2080 +++----- .../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 | 4492 ++-------------- .../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 | 4642 ++++++----------- 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/admin/admin.rst | 682 +-- flyteidl/protos/docs/core/core.rst | 112 +- flyteidl/protos/flyteidl/core/interface.proto | 20 +- 29 files changed, 3408 insertions(+), 10710 deletions(-) delete mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map_entry.go delete mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map_entry.go delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map_entry.py delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map_entry.py delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_parameter_map_entry.py delete 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 fe283ab51f..ac9e040767 100644 --- a/flyteidl/doc-requirements.txt +++ b/flyteidl/doc-requirements.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx babel==2.9.1 # via sphinx -beautifulsoup4==4.9.3 +beautifulsoup4==4.10.0 # via # furo # sphinx-code-include @@ -97,7 +97,7 @@ sphinxcontrib-serializinghtml==1.1.5 # via sphinx text-unidecode==1.3 # via python-slugify -unidecode==1.2.0 +unidecode==1.3.0 # via python-slugify urllib3==1.26.6 # via requests diff --git a/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.cc index 8fe19303d2..285ce2fc1e 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_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_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_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,35 +72,34 @@ ::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_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsVariableMap_VariablesEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_VariableMap_default_instance_; - new (ptr) ::flyteidl::core::VariableMap(); - ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + void* ptr = &::flyteidl::core::_VariableMap_VariablesEntry_DoNotUse_default_instance_; + new (ptr) ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse(); } - ::flyteidl::core::VariableMap::InitAsDefaultInstance(); + ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse::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_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto.base,}}; +::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,}}; -static void InitDefaultsVariableMapEntry_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsVariableMap_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_VariableMapEntry_default_instance_; - new (ptr) ::flyteidl::core::VariableMapEntry(); + void* ptr = &::flyteidl::core::_VariableMap_default_instance_; + new (ptr) ::flyteidl::core::VariableMap(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } - ::flyteidl::core::VariableMapEntry::InitAsDefaultInstance(); + ::flyteidl::core::VariableMap::InitAsDefaultInstance(); } -::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,}}; +::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,}}; static void InitDefaultsTypedInterface_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -133,44 +132,43 @@ ::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_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsParameterMap_ParametersEntry_DoNotUse_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_ParameterMap_default_instance_; - new (ptr) ::flyteidl::core::ParameterMap(); - ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + void* ptr = &::flyteidl::core::_ParameterMap_ParametersEntry_DoNotUse_default_instance_; + new (ptr) ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse(); } - ::flyteidl::core::ParameterMap::InitAsDefaultInstance(); + ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse::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_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto.base,}}; +::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,}}; -static void InitDefaultsParameterMapEntry_flyteidl_2fcore_2finterface_2eproto() { +static void InitDefaultsParameterMap_flyteidl_2fcore_2finterface_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::core::_ParameterMapEntry_default_instance_; - new (ptr) ::flyteidl::core::ParameterMapEntry(); + void* ptr = &::flyteidl::core::_ParameterMap_default_instance_; + new (ptr) ::flyteidl::core::ParameterMap(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } - ::flyteidl::core::ParameterMapEntry::InitAsDefaultInstance(); + ::flyteidl::core::ParameterMap::InitAsDefaultInstance(); } -::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,}}; +::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,}}; 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]; @@ -185,19 +183,21 @@ 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_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap, _internal_metadata_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse, _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::VariableMap_VariablesEntry_DoNotUse, key_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap_VariablesEntry_DoNotUse, value_), + 0, + 1, ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMapEntry, _internal_metadata_), + 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::VariableMapEntry, name_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMapEntry, var_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::VariableMap, variables_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::core::TypedInterface, _internal_metadata_), ~0u, // no _extensions_ @@ -214,38 +214,40 @@ 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_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap, _internal_metadata_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse, _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::ParameterMap_ParametersEntry_DoNotUse, key_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse, value_), + 0, + 1, ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMapEntry, _internal_metadata_), + 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::ParameterMapEntry, name_), - PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMapEntry, parameter_), + PROTOBUF_FIELD_OFFSET(::flyteidl::core::ParameterMap, parameters_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::core::Variable)}, - { 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)}, + { 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)}, }; 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 = { @@ -259,27 +261,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\"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" + "\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" ; ::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, 764, + "flyteidl/core/interface.proto", &assign_descriptors_table_flyteidl_2fcore_2finterface_2eproto, 787, }; void AddDescriptors_flyteidl_2fcore_2finterface_2eproto() { @@ -666,6 +668,43 @@ ::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() { @@ -685,9 +724,9 @@ VariableMap::VariableMap() } VariableMap::VariableMap(const VariableMap& from) : ::google::protobuf::Message(), - _internal_metadata_(nullptr), - variables_(from.variables_) { + _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); + variables_.MergeFrom(from.variables_); // @@protoc_insertion_point(copy_constructor:flyteidl.core.VariableMap) } @@ -736,18 +775,21 @@ 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) { - // repeated .flyteidl.core.VariableMapEntry variables = 1; + // map 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 = ::flyteidl::core::VariableMapEntry::_InternalParse; - object = msg->add_variables(); + 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_; if (size > end - ptr) goto len_delim_till_end; - ptr += size; - GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( - {parser_till_end, object}, ptr - size, ptr)); + 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)); break; @@ -782,11 +824,22 @@ bool VariableMap::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .flyteidl.core.VariableMapEntry variables = 1; + // map variables = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, add_variables())); + 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")); } else { goto handle_unusual; } @@ -820,13 +873,49 @@ void VariableMap::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // 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); + // 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)); + } + } } if (_internal_metadata_.have_unknown_fields()) { @@ -842,12 +931,49 @@ ::google::protobuf::uint8* VariableMap::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // 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); + // 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)); + } + } } if (_internal_metadata_.have_unknown_fields()) { @@ -871,14 +997,17 @@ size_t VariableMap::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // repeated .flyteidl.core.VariableMapEntry variables = 1; + // map variables = 1; + total_size += 1 * + ::google::protobuf::internal::FromIntSize(this->variables_size()); { - 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))); + ::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); } } @@ -937,7 +1066,7 @@ void VariableMap::Swap(VariableMap* other) { void VariableMap::InternalSwap(VariableMap* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - CastToBase(&variables_)->InternalSwap(CastToBase(&other->variables_)); + variables_.Swap(&other->variables_); } ::google::protobuf::Metadata VariableMap::GetMetadata() const { @@ -948,89 +1077,101 @@ ::google::protobuf::Metadata VariableMap::GetMetadata() const { // =================================================================== -void VariableMapEntry::InitAsDefaultInstance() { - ::flyteidl::core::_VariableMapEntry_default_instance_._instance.get_mutable()->var_ = const_cast< ::flyteidl::core::Variable*>( - ::flyteidl::core::Variable::internal_default_instance()); +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 VariableMapEntry::HasBitSetters { +class TypedInterface::HasBitSetters { public: - static const ::flyteidl::core::Variable& var(const VariableMapEntry* msg); + static const ::flyteidl::core::VariableMap& inputs(const TypedInterface* msg); + static const ::flyteidl::core::VariableMap& outputs(const TypedInterface* msg); }; -const ::flyteidl::core::Variable& -VariableMapEntry::HasBitSetters::var(const VariableMapEntry* msg) { - return *msg->var_; +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_; } #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int VariableMapEntry::kNameFieldNumber; -const int VariableMapEntry::kVarFieldNumber; +const int TypedInterface::kInputsFieldNumber; +const int TypedInterface::kOutputsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 -VariableMapEntry::VariableMapEntry() +TypedInterface::TypedInterface() : ::google::protobuf::Message(), _internal_metadata_(nullptr) { SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.core.VariableMapEntry) + // @@protoc_insertion_point(constructor:flyteidl.core.TypedInterface) } -VariableMapEntry::VariableMapEntry(const VariableMapEntry& from) +TypedInterface::TypedInterface(const TypedInterface& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.name().size() > 0) { - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + if (from.has_inputs()) { + inputs_ = new ::flyteidl::core::VariableMap(*from.inputs_); + } else { + inputs_ = nullptr; } - if (from.has_var()) { - var_ = new ::flyteidl::core::Variable(*from.var_); + if (from.has_outputs()) { + outputs_ = new ::flyteidl::core::VariableMap(*from.outputs_); } else { - var_ = nullptr; + outputs_ = nullptr; } - // @@protoc_insertion_point(copy_constructor:flyteidl.core.VariableMapEntry) + // @@protoc_insertion_point(copy_constructor:flyteidl.core.TypedInterface) } -void VariableMapEntry::SharedCtor() { +void TypedInterface::SharedCtor() { ::google::protobuf::internal::InitSCC( - &scc_info_VariableMapEntry_flyteidl_2fcore_2finterface_2eproto.base); - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - var_ = nullptr; + &scc_info_TypedInterface_flyteidl_2fcore_2finterface_2eproto.base); + ::memset(&inputs_, 0, static_cast( + reinterpret_cast(&outputs_) - + reinterpret_cast(&inputs_)) + sizeof(outputs_)); } -VariableMapEntry::~VariableMapEntry() { - // @@protoc_insertion_point(destructor:flyteidl.core.VariableMapEntry) +TypedInterface::~TypedInterface() { + // @@protoc_insertion_point(destructor:flyteidl.core.TypedInterface) SharedDtor(); } -void VariableMapEntry::SharedDtor() { - name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete var_; +void TypedInterface::SharedDtor() { + if (this != internal_default_instance()) delete inputs_; + if (this != internal_default_instance()) delete outputs_; } -void VariableMapEntry::SetCachedSize(int size) const { +void TypedInterface::SetCachedSize(int size) const { _cached_size_.Set(size); } -const VariableMapEntry& VariableMapEntry::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_VariableMapEntry_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 VariableMapEntry::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.core.VariableMapEntry) +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; - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && var_ != nullptr) { - delete var_; + if (GetArenaNoVirtual() == nullptr && inputs_ != nullptr) { + delete inputs_; } - var_ = nullptr; + inputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && outputs_ != nullptr) { + delete outputs_; + } + outputs_ = nullptr; _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* VariableMapEntry::_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; @@ -1040,29 +1181,26 @@ const char* VariableMapEntry::_InternalParse(const char* begin, const char* end, ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // string name = 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); - 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); + 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.Variable var = 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::Variable::_InternalParse; - object = msg->mutable_var(); + 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( @@ -1084,45 +1222,37 @@ const char* VariableMapEntry::_InternalParse(const char* begin, const char* end, } // 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 VariableMapEntry::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.VariableMapEntry) + // @@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)) { - // string name = 1; + // .flyteidl.core.VariableMap inputs = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - 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")); + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_inputs())); } else { goto handle_unusual; } break; } - // .flyteidl.core.Variable var = 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_var())); + input, mutable_outputs())); } else { goto handle_unusual; } @@ -1141,78 +1271,70 @@ bool VariableMapEntry::MergePartialFromCodedStream( } } success: - // @@protoc_insertion_point(parse_success:flyteidl.core.VariableMapEntry) + // @@protoc_insertion_point(parse_success:flyteidl.core.TypedInterface) return true; failure: - // @@protoc_insertion_point(parse_failure:flyteidl.core.VariableMapEntry) + // @@protoc_insertion_point(parse_failure:flyteidl.core.TypedInterface) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -void VariableMapEntry::SerializeWithCachedSizes( +void TypedInterface::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.core.VariableMapEntry) + // @@protoc_insertion_point(serialize_start:flyteidl.core.TypedInterface) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // 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 inputs = 1; + if (this->has_inputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, HasBitSetters::inputs(this), output); } - // .flyteidl.core.Variable var = 2; - if (this->has_var()) { + // .flyteidl.core.VariableMap outputs = 2; + if (this->has_outputs()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 2, HasBitSetters::var(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.VariableMapEntry) + // @@protoc_insertion_point(serialize_end:flyteidl.core.TypedInterface) } -::google::protobuf::uint8* VariableMapEntry::InternalSerializeWithCachedSizesToArray( +::google::protobuf::uint8* TypedInterface::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.VariableMapEntry) + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.TypedInterface) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // 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 inputs = 1; + if (this->has_inputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, HasBitSetters::inputs(this), target); } - // .flyteidl.core.Variable var = 2; - if (this->has_var()) { + // .flyteidl.core.VariableMap outputs = 2; + if (this->has_outputs()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( - 2, HasBitSetters::var(this), target); + 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.VariableMapEntry) + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.TypedInterface) return target; } -size_t VariableMapEntry::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.VariableMapEntry) +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()) { @@ -1224,18 +1346,18 @@ size_t VariableMapEntry::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // string name = 1; - if (this->name().size() > 0) { + // .flyteidl.core.VariableMap inputs = 1; + if (this->has_inputs()) { total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->name()); + ::google::protobuf::internal::WireFormatLite::MessageSize( + *inputs_); } - // .flyteidl.core.Variable var = 2; - if (this->has_var()) { + // .flyteidl.core.VariableMap outputs = 2; + if (this->has_outputs()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( - *var_); + *outputs_); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); @@ -1243,68 +1365,66 @@ size_t VariableMapEntry::ByteSizeLong() const { return total_size; } -void VariableMapEntry::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.VariableMapEntry) +void TypedInterface::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.TypedInterface) GOOGLE_DCHECK_NE(&from, this); - const VariableMapEntry* source = - ::google::protobuf::DynamicCastToGenerated( + const TypedInterface* source = + ::google::protobuf::DynamicCastToGenerated( &from); if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.VariableMapEntry) + // @@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.VariableMapEntry) + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.TypedInterface) MergeFrom(*source); } } -void VariableMapEntry::MergeFrom(const VariableMapEntry& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.VariableMapEntry) +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.name().size() > 0) { - - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); + if (from.has_inputs()) { + mutable_inputs()->::flyteidl::core::VariableMap::MergeFrom(from.inputs()); } - if (from.has_var()) { - mutable_var()->::flyteidl::core::Variable::MergeFrom(from.var()); + if (from.has_outputs()) { + mutable_outputs()->::flyteidl::core::VariableMap::MergeFrom(from.outputs()); } } -void VariableMapEntry::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.VariableMapEntry) +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 VariableMapEntry::CopyFrom(const VariableMapEntry& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.VariableMapEntry) +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 VariableMapEntry::IsInitialized() const { +bool TypedInterface::IsInitialized() const { return true; } -void VariableMapEntry::Swap(VariableMapEntry* other) { +void TypedInterface::Swap(TypedInterface* other) { if (other == this) return; InternalSwap(other); } -void VariableMapEntry::InternalSwap(VariableMapEntry* other) { +void TypedInterface::InternalSwap(TypedInterface* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - name_.Swap(&other->name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(var_, other->var_); + swap(inputs_, other->inputs_); + swap(outputs_, other->outputs_); } -::google::protobuf::Metadata VariableMapEntry::GetMetadata() const { +::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]; } @@ -1312,101 +1432,149 @@ ::google::protobuf::Metadata VariableMapEntry::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 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 TypedInterface::HasBitSetters { +class Parameter::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 Parameter* msg); + static const ::flyteidl::core::Literal& default_(const Parameter* msg); }; -const ::flyteidl::core::VariableMap& -TypedInterface::HasBitSetters::inputs(const TypedInterface* msg) { - return *msg->inputs_; +const ::flyteidl::core::Variable& +Parameter::HasBitSetters::var(const Parameter* msg) { + return *msg->var_; } -const ::flyteidl::core::VariableMap& -TypedInterface::HasBitSetters::outputs(const TypedInterface* msg) { - return *msg->outputs_; +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 TypedInterface::kInputsFieldNumber; -const int TypedInterface::kOutputsFieldNumber; +const int Parameter::kVarFieldNumber; +const int Parameter::kDefaultFieldNumber; +const int Parameter::kRequiredFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 -TypedInterface::TypedInterface() +Parameter::Parameter() : ::google::protobuf::Message(), _internal_metadata_(nullptr) { SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(constructor:flyteidl.core.Parameter) } -TypedInterface::TypedInterface(const TypedInterface& from) +Parameter::Parameter(const Parameter& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_inputs()) { - inputs_ = new ::flyteidl::core::VariableMap(*from.inputs_); + if (from.has_var()) { + var_ = new ::flyteidl::core::Variable(*from.var_); } else { - inputs_ = nullptr; + var_ = nullptr; } - if (from.has_outputs()) { - outputs_ = new ::flyteidl::core::VariableMap(*from.outputs_); - } else { - outputs_ = 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.TypedInterface) + // @@protoc_insertion_point(copy_constructor:flyteidl.core.Parameter) } -void TypedInterface::SharedCtor() { +void Parameter::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_Parameter_flyteidl_2fcore_2finterface_2eproto.base); + var_ = nullptr; + clear_has_behavior(); } -TypedInterface::~TypedInterface() { - // @@protoc_insertion_point(destructor:flyteidl.core.TypedInterface) +Parameter::~Parameter() { + // @@protoc_insertion_point(destructor:flyteidl.core.Parameter) SharedDtor(); } -void TypedInterface::SharedDtor() { - if (this != internal_default_instance()) delete inputs_; - if (this != internal_default_instance()) delete outputs_; +void Parameter::SharedDtor() { + if (this != internal_default_instance()) delete var_; + if (has_behavior()) { + clear_behavior(); + } } -void TypedInterface::SetCachedSize(int size) const { +void Parameter::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 Parameter& Parameter::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_Parameter_flyteidl_2fcore_2finterface_2eproto.base); return *internal_default_instance(); } -void TypedInterface::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.core.TypedInterface) +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 && inputs_ != nullptr) { - delete inputs_; - } - inputs_ = nullptr; - if (GetArenaNoVirtual() == nullptr && outputs_ != nullptr) { - delete outputs_; + if (GetArenaNoVirtual() == nullptr && var_ != nullptr) { + delete var_; } - outputs_ = nullptr; + var_ = nullptr; + clear_behavior(); _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* TypedInterface::_InternalParse(const char* begin, const char* end, void* object, +const char* Parameter::_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; @@ -1416,32 +1584,39 @@ 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; + // .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::VariableMap::_InternalParse; - object = msg->mutable_inputs(); + 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.VariableMap outputs = 2; + // .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::VariableMap::_InternalParse; - object = msg->mutable_outputs(); + 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) { @@ -1462,32 +1637,46 @@ const char* TypedInterface::_InternalParse(const char* begin, const char* end, v {parser_till_end, object}, size); } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool TypedInterface::MergePartialFromCodedStream( +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.TypedInterface) + // @@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.VariableMap inputs = 1; + // .flyteidl.core.Variable var = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_inputs())); + input, mutable_var())); } else { goto handle_unusual; } break; } - // .flyteidl.core.VariableMap outputs = 2; + // .flyteidl.core.Literal default = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_outputs())); + 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; } @@ -1506,814 +1695,80 @@ bool TypedInterface::MergePartialFromCodedStream( } } success: - // @@protoc_insertion_point(parse_success:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(parse_success:flyteidl.core.Parameter) return true; failure: - // @@protoc_insertion_point(parse_failure:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(parse_failure:flyteidl.core.Parameter) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -void TypedInterface::SerializeWithCachedSizes( +void Parameter::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.core.TypedInterface) + // @@protoc_insertion_point(serialize_start:flyteidl.core.Parameter) ::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); - } - - // .flyteidl.core.VariableMap outputs = 2; - if (this->has_outputs()) { + // .flyteidl.core.Variable var = 1; + if (this->has_var()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 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()); + 1, HasBitSetters::var(this), output); } - ::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_() { + // .flyteidl.core.Literal default = 2; 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; - - // 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); + 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.ParameterMap) + // @@protoc_insertion_point(serialize_end:flyteidl.core.Parameter) } -::google::protobuf::uint8* ParameterMap::InternalSerializeWithCachedSizesToArray( +::google::protobuf::uint8* Parameter::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.Parameter) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // repeated .flyteidl.core.ParameterMapEntry parameters = 1; - for (unsigned int i = 0, - n = static_cast(this->parameters_size()); i < n; i++) { + // .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( - 1, this->parameters(static_cast(i)), target); + 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.ParameterMap) + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.Parameter) return target; } -size_t ParameterMap::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.ParameterMap) +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()) { @@ -2325,76 +1780,106 @@ size_t ParameterMap::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // 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 += + // .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( - this->parameters(static_cast(i))); + *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 ParameterMap::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.ParameterMap) +void Parameter::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.Parameter) GOOGLE_DCHECK_NE(&from, this); - const ParameterMap* source = - ::google::protobuf::DynamicCastToGenerated( + const Parameter* 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.Parameter) ::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.Parameter) MergeFrom(*source); } } -void ParameterMap::MergeFrom(const ParameterMap& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.ParameterMap) +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; - parameters_.MergeFrom(from.parameters_); + 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 ParameterMap::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.ParameterMap) +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 ParameterMap::CopyFrom(const ParameterMap& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.ParameterMap) +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 ParameterMap::IsInitialized() const { +bool Parameter::IsInitialized() const { return true; } -void ParameterMap::Swap(ParameterMap* other) { +void Parameter::Swap(Parameter* other) { if (other == this) return; InternalSwap(other); } -void ParameterMap::InternalSwap(ParameterMap* other) { +void Parameter::InternalSwap(Parameter* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - CastToBase(¶meters_)->InternalSwap(CastToBase(&other->parameters_)); + swap(var_, other->var_); + swap(behavior_, other->behavior_); + swap(_oneof_case_[0], other->_oneof_case_[0]); } -::google::protobuf::Metadata ParameterMap::GetMetadata() const { +::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]; } @@ -2402,89 +1887,102 @@ ::google::protobuf::Metadata ParameterMap::GetMetadata() const { // =================================================================== -void ParameterMapEntry::InitAsDefaultInstance() { - ::flyteidl::core::_ParameterMapEntry_default_instance_._instance.get_mutable()->parameter_ = const_cast< ::flyteidl::core::Parameter*>( - ::flyteidl::core::Parameter::internal_default_instance()); +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() { } -class ParameterMapEntry::HasBitSetters { +class ParameterMap::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 ParameterMapEntry::kNameFieldNumber; -const int ParameterMapEntry::kParameterFieldNumber; +const int ParameterMap::kParametersFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 -ParameterMapEntry::ParameterMapEntry() +ParameterMap::ParameterMap() : ::google::protobuf::Message(), _internal_metadata_(nullptr) { SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.core.ParameterMapEntry) + // @@protoc_insertion_point(constructor:flyteidl.core.ParameterMap) } -ParameterMapEntry::ParameterMapEntry(const ParameterMapEntry& from) +ParameterMap::ParameterMap(const ParameterMap& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - 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) + parameters_.MergeFrom(from.parameters_); + // @@protoc_insertion_point(copy_constructor:flyteidl.core.ParameterMap) } -void ParameterMapEntry::SharedCtor() { +void ParameterMap::SharedCtor() { ::google::protobuf::internal::InitSCC( - &scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto.base); - name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - parameter_ = nullptr; + &scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base); } -ParameterMapEntry::~ParameterMapEntry() { - // @@protoc_insertion_point(destructor:flyteidl.core.ParameterMapEntry) +ParameterMap::~ParameterMap() { + // @@protoc_insertion_point(destructor:flyteidl.core.ParameterMap) SharedDtor(); } -void ParameterMapEntry::SharedDtor() { - name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete parameter_; +void ParameterMap::SharedDtor() { } -void ParameterMapEntry::SetCachedSize(int size) const { +void ParameterMap::SetCachedSize(int size) const { _cached_size_.Set(size); } -const ParameterMapEntry& ParameterMapEntry::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_ParameterMapEntry_flyteidl_2fcore_2finterface_2eproto.base); +const ParameterMap& ParameterMap::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base); return *internal_default_instance(); } -void ParameterMapEntry::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.core.ParameterMapEntry) +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; - name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && parameter_ != nullptr) { - delete parameter_; - } - parameter_ = nullptr; + parameters_.Clear(); _internal_metadata_.Clear(); } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* ParameterMapEntry::_InternalParse(const char* begin, const char* end, void* object, +const char* ParameterMap::_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; @@ -2494,33 +1992,23 @@ const char* ParameterMapEntry::_InternalParse(const char* begin, const char* end ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // string name = 1; + // map parameters = 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); - 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)); + 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)); break; } default: { @@ -2538,45 +2026,37 @@ const char* ParameterMapEntry::_InternalParse(const char* begin, const char* end } // 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 ParameterMapEntry::MergePartialFromCodedStream( +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.ParameterMapEntry) + // @@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)) { - // string name = 1; + // map parameters = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_name())); + 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::VerifyUtf8String( - this->name().data(), static_cast(this->name().length()), + parser.key().data(), static_cast(parser.key().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "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())); + "flyteidl.core.ParameterMap.ParametersEntry.key")); } else { goto handle_unusual; } @@ -2595,78 +2075,134 @@ bool ParameterMapEntry::MergePartialFromCodedStream( } } success: - // @@protoc_insertion_point(parse_success:flyteidl.core.ParameterMapEntry) + // @@protoc_insertion_point(parse_success:flyteidl.core.ParameterMap) return true; failure: - // @@protoc_insertion_point(parse_failure:flyteidl.core.ParameterMapEntry) + // @@protoc_insertion_point(parse_failure:flyteidl.core.ParameterMap) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -void ParameterMapEntry::SerializeWithCachedSizes( +void ParameterMap::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.core.ParameterMapEntry) + // @@protoc_insertion_point(serialize_start:flyteidl.core.ParameterMap) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // 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); + // 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)); + } + } } if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } - // @@protoc_insertion_point(serialize_end:flyteidl.core.ParameterMapEntry) + // @@protoc_insertion_point(serialize_end:flyteidl.core.ParameterMap) } -::google::protobuf::uint8* ParameterMapEntry::InternalSerializeWithCachedSizesToArray( +::google::protobuf::uint8* ParameterMap::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.ParameterMapEntry) + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.core.ParameterMap) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // 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); + // 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)); + } + } } 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.ParameterMapEntry) + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.core.ParameterMap) return target; } -size_t ParameterMapEntry::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.core.ParameterMapEntry) +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()) { @@ -2678,18 +2214,18 @@ size_t ParameterMapEntry::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // 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_); + // 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); + } } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); @@ -2697,68 +2233,60 @@ size_t ParameterMapEntry::ByteSizeLong() const { return total_size; } -void ParameterMapEntry::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.ParameterMapEntry) +void ParameterMap::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.core.ParameterMap) GOOGLE_DCHECK_NE(&from, this); - const ParameterMapEntry* source = - ::google::protobuf::DynamicCastToGenerated( + const ParameterMap* source = + ::google::protobuf::DynamicCastToGenerated( &from); if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.core.ParameterMapEntry) + // @@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.ParameterMapEntry) + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.core.ParameterMap) MergeFrom(*source); } } -void ParameterMapEntry::MergeFrom(const ParameterMapEntry& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.core.ParameterMapEntry) +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.name().size() > 0) { - - name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.name_); - } - if (from.has_parameter()) { - mutable_parameter()->::flyteidl::core::Parameter::MergeFrom(from.parameter()); - } + parameters_.MergeFrom(from.parameters_); } -void ParameterMapEntry::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.core.ParameterMapEntry) +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 ParameterMapEntry::CopyFrom(const ParameterMapEntry& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.core.ParameterMapEntry) +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 ParameterMapEntry::IsInitialized() const { +bool ParameterMap::IsInitialized() const { return true; } -void ParameterMapEntry::Swap(ParameterMapEntry* other) { +void ParameterMap::Swap(ParameterMap* other) { if (other == this) return; InternalSwap(other); } -void ParameterMapEntry::InternalSwap(ParameterMapEntry* other) { +void ParameterMap::InternalSwap(ParameterMap* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - name_.Swap(&other->name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(parameter_, other->parameter_); + parameters_.Swap(&other->parameters_); } -::google::protobuf::Metadata ParameterMapEntry::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]; } @@ -2772,24 +2300,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 66b1e1496f..91e935e086 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/core/interface.pb.h @@ -30,6 +30,9 @@ #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" @@ -58,9 +61,9 @@ extern ParameterDefaultTypeInternal _Parameter_default_instance_; class ParameterMap; class ParameterMapDefaultTypeInternal; extern ParameterMapDefaultTypeInternal _ParameterMap_default_instance_; -class ParameterMapEntry; -class ParameterMapEntryDefaultTypeInternal; -extern ParameterMapEntryDefaultTypeInternal _ParameterMapEntry_default_instance_; +class ParameterMap_ParametersEntry_DoNotUse; +class ParameterMap_ParametersEntry_DoNotUseDefaultTypeInternal; +extern ParameterMap_ParametersEntry_DoNotUseDefaultTypeInternal _ParameterMap_ParametersEntry_DoNotUse_default_instance_; class TypedInterface; class TypedInterfaceDefaultTypeInternal; extern TypedInterfaceDefaultTypeInternal _TypedInterface_default_instance_; @@ -70,20 +73,20 @@ extern VariableDefaultTypeInternal _Variable_default_instance_; class VariableMap; class VariableMapDefaultTypeInternal; extern VariableMapDefaultTypeInternal _VariableMap_default_instance_; -class VariableMapEntry; -class VariableMapEntryDefaultTypeInternal; -extern VariableMapEntryDefaultTypeInternal _VariableMapEntry_default_instance_; +class VariableMap_VariablesEntry_DoNotUse; +class VariableMap_VariablesEntry_DoNotUseDefaultTypeInternal; +extern VariableMap_VariablesEntry_DoNotUseDefaultTypeInternal _VariableMap_VariablesEntry_DoNotUse_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::ParameterMapEntry* Arena::CreateMaybeMessage<::flyteidl::core::ParameterMapEntry>(Arena*); +template<> ::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::core::ParameterMap_ParametersEntry_DoNotUse>(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::VariableMapEntry* Arena::CreateMaybeMessage<::flyteidl::core::VariableMapEntry>(Arena*); +template<> ::flyteidl::core::VariableMap_VariablesEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::core::VariableMap_VariablesEntry_DoNotUse>(Arena*); } // namespace protobuf } // namespace google namespace flyteidl { @@ -221,6 +224,30 @@ 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: @@ -259,7 +286,7 @@ class VariableMap final : &_VariableMap_default_instance_); } static constexpr int kIndexInFileMessages = - 1; + 2; void Swap(VariableMap* other); friend void swap(VariableMap& a, VariableMap& b) { @@ -314,156 +341,29 @@ class VariableMap final : // nested types ---------------------------------------------------- + // accessors ------------------------------------------------------- - // repeated .flyteidl.core.VariableMapEntry variables = 1; + // map variables = 1; int variables_size() const; void clear_variables(); static const int kVariablesFieldNumber = 1; - ::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 >& + const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >& variables() const; + ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >* + mutable_variables(); // @@protoc_insertion_point(class_scope:flyteidl.core.VariableMap) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::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_; + ::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_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fcore_2finterface_2eproto; }; @@ -747,6 +647,30 @@ 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: @@ -785,7 +709,7 @@ class ParameterMap final : &_ParameterMap_default_instance_); } static constexpr int kIndexInFileMessages = - 5; + 6; void Swap(ParameterMap* other); friend void swap(ParameterMap& a, ParameterMap& b) { @@ -840,156 +764,29 @@ class ParameterMap final : // nested types ---------------------------------------------------- + // accessors ------------------------------------------------------- - // repeated .flyteidl.core.ParameterMapEntry parameters = 1; + // map parameters = 1; int parameters_size() const; void clear_parameters(); static const int kParametersFieldNumber = 1; - ::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 >& + const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >& parameters() const; + ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >* + mutable_parameters(); // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMap) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::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_; + ::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_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fcore_2finterface_2eproto; }; @@ -1104,144 +901,26 @@ inline void Variable::set_allocated_description(::std::string* description) { // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // VariableMap -// repeated .flyteidl.core.VariableMapEntry variables = 1; +// map variables = 1; inline int VariableMap::variables_size() const { return variables_.size(); } inline void VariableMap::clear_variables() { variables_.Clear(); } -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::RepeatedPtrField< ::flyteidl::core::VariableMapEntry >* -VariableMap::mutable_variables() { - // @@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 >& +inline const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >& 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; + // @@protoc_insertion_point(field_map:flyteidl.core.VariableMap.variables) + return variables_.GetMap(); } -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) +inline ::google::protobuf::Map< ::std::string, ::flyteidl::core::Variable >* +VariableMap::mutable_variables() { + // @@protoc_insertion_point(field_mutable_map:flyteidl.core.VariableMap.variables) + return variables_.MutableMap(); } // ------------------------------------------------------------------- @@ -1480,144 +1159,26 @@ inline Parameter::BehaviorCase Parameter::behavior_case() const { } // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // ParameterMap -// repeated .flyteidl.core.ParameterMapEntry parameters = 1; +// map parameters = 1; inline int ParameterMap::parameters_size() const { return parameters_.size(); } inline void ParameterMap::clear_parameters() { parameters_.Clear(); } -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::RepeatedPtrField< ::flyteidl::core::ParameterMapEntry >* -ParameterMap::mutable_parameters() { - // @@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 >& +inline const ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >& ParameterMap::parameters() const { - // @@protoc_insertion_point(field_list:flyteidl.core.ParameterMap.parameters) - return parameters_; + // @@protoc_insertion_point(field_map:flyteidl.core.ParameterMap.parameters) + return parameters_.GetMap(); } - -// ------------------------------------------------------------------- - -// 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) +inline ::google::protobuf::Map< ::std::string, ::flyteidl::core::Parameter >* +ParameterMap::mutable_parameters() { + // @@protoc_insertion_point(field_mutable_map:flyteidl.core.ParameterMap.parameters) + return parameters_.MutableMap(); } #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 5d172ca8da..5bca18cb45 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 in the form of repeated map entries +// A map of Variables type VariableMap struct { // Defines a map of variable names to variables. - Variables []*VariableMapEntry `protobuf:"bytes,1,rep,name=variables,proto3" json:"variables,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + 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:"-"` } func (m *VariableMap) Reset() { *m = VariableMap{} } @@ -104,61 +104,13 @@ func (m *VariableMap) XXX_DiscardUnknown() { var xxx_messageInfo_VariableMap proto.InternalMessageInfo -func (m *VariableMap) GetVariables() []*VariableMapEntry { +func (m *VariableMap) GetVariables() map[string]*Variable { 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"` @@ -172,7 +124,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{3} + return fileDescriptor_cd7be6cbe85c3def, []int{2} } func (m *TypedInterface) XXX_Unmarshal(b []byte) error { @@ -227,7 +179,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{4} + return fileDescriptor_cd7be6cbe85c3def, []int{3} } func (m *Parameter) XXX_Unmarshal(b []byte) error { @@ -300,20 +252,20 @@ func (*Parameter) XXX_OneofWrappers() []interface{} { } } -// A map of Parameters in the form of repeated map entries. +// A map of Parameters. type ParameterMap struct { // Defines a map of parameter names to parameters. - Parameters []*ParameterMapEntry `protobuf:"bytes,1,rep,name=parameters,proto3" json:"parameters,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + 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:"-"` } 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{5} + return fileDescriptor_cd7be6cbe85c3def, []int{4} } func (m *ParameterMap) XXX_Unmarshal(b []byte) error { @@ -334,99 +286,52 @@ func (m *ParameterMap) XXX_DiscardUnknown() { var xxx_messageInfo_ParameterMap proto.InternalMessageInfo -func (m *ParameterMap) GetParameters() []*ParameterMapEntry { +func (m *ParameterMap) GetParameters() map[string]*Parameter { 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.RegisterType((*VariableMapEntry)(nil), "flyteidl.core.VariableMapEntry") + proto.RegisterMapType((map[string]*Variable)(nil), "flyteidl.core.VariableMap.VariablesEntry") proto.RegisterType((*TypedInterface)(nil), "flyteidl.core.TypedInterface") proto.RegisterType((*Parameter)(nil), "flyteidl.core.Parameter") proto.RegisterType((*ParameterMap)(nil), "flyteidl.core.ParameterMap") - proto.RegisterType((*ParameterMapEntry)(nil), "flyteidl.core.ParameterMapEntry") + proto.RegisterMapType((map[string]*Parameter)(nil), "flyteidl.core.ParameterMap.ParametersEntry") } func init() { proto.RegisterFile("flyteidl/core/interface.proto", fileDescriptor_cd7be6cbe85c3def) } var fileDescriptor_cd7be6cbe85c3def = []byte{ - // 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, + // 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, } 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 7c2387b620..6e51a5e88f 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/interface.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/core/interface.pb.validate.go @@ -120,13 +120,15 @@ func (m *VariableMap) Validate() error { return nil } - for idx, item := range m.GetVariables() { - _, _ = idx, item + for key, val := range m.GetVariables() { + _ = val - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + // no validation rules for Variables[key] + + if v, ok := interface{}(val).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return VariableMapValidationError{ - field: fmt.Sprintf("Variables[%v]", idx), + field: fmt.Sprintf("Variables[%v]", key), reason: "embedded message failed validation", cause: err, } @@ -192,83 +194,6 @@ 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. @@ -455,13 +380,15 @@ func (m *ParameterMap) Validate() error { return nil } - for idx, item := range m.GetParameters() { - _, _ = idx, item + for key, val := range m.GetParameters() { + _ = val - if v, ok := interface{}(item).(interface{ Validate() error }); ok { + // no validation rules for Parameters[key] + + if v, ok := interface{}(val).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return ParameterMapValidationError{ - field: fmt.Sprintf("Parameters[%v]", idx), + field: fmt.Sprintf("Parameters[%v]", key), reason: "embedded message failed validation", cause: err, } @@ -526,82 +453,3 @@ 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 ebf044de9f..00761382ce 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5610,26 +5610,14 @@ "type": "object", "properties": { "parameters": { - "type": "array", - "items": { - "$ref": "#/definitions/coreParameterMapEntry" + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/coreParameter" }, "description": "Defines a map of parameter names to 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" + "description": "A map of Parameters." }, "corePrimitive": { "type": "object", @@ -6046,26 +6034,14 @@ "type": "object", "properties": { "variables": { - "type": "array", - "items": { - "$ref": "#/definitions/coreVariableMapEntry" + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/coreVariable" }, "description": "Defines a map of variable names to 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" + "title": "A map of Variables" }, "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 fcf603a5b2..f88a22e368 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -233,7 +233,6 @@ 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) @@ -257,7 +256,6 @@ 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 10d2069f48..6ede5f5623 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -3994,36 +3994,7 @@ definitions: closure: expected_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: + key: description: "description" type: schema: @@ -4051,91 +4022,12 @@ 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: - - 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: + key: default: scalar: schema: @@ -4212,7 +4104,6 @@ definitions: - "values" simple: {} required: true - name: "name" spec: workflow_id: domain: "domain" @@ -4282,85 +4173,7 @@ definitions: output_location_prefix: "output_location_prefix" default_inputs: parameters: - - 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: + key: default: scalar: schema: @@ -4437,7 +4250,6 @@ definitions: - "values" simple: {} required: true - name: "name" security_context: run_as: iam_role: "iam_role" @@ -4513,36 +4325,7 @@ definitions: example: expected_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: + key: description: "description" type: schema: @@ -4570,13 +4353,12 @@ 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: - - parameter: + key: default: scalar: schema: @@ -4653,157 +4435,49 @@ 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: - id: - description: "Uniquely identifies a launch plan entity." - $ref: "#/definitions/coreIdentifier" - spec: - description: "User-provided launch plan details, including reference workflow,\ - \ inputs and other metadata." - $ref: "#/definitions/adminLaunchPlanSpec" - description: "Request to register a launch plan. The included LaunchPlanSpec may\ - \ have a complete or incomplete set of inputs required\nto launch a workflow\ - \ execution. By default all launch plans are registered in state INACTIVE. If\ - \ you wish to\nset the state to ACTIVE, you must submit a LaunchPlanUpdateRequest,\ - \ after you have successfully created a launch plan." - adminLaunchPlanCreateResponse: - type: "object" - adminLaunchPlanList: - type: "object" - properties: - launch_plans: - type: "array" - items: - $ref: "#/definitions/adminLaunchPlan" - token: - type: "string" - description: "In the case of multiple pages of results, the server-provided\ - \ token can be used to fetch the next page\nin a query. If there are no\ - \ more results, this value will be empty." - title: "Response object for list launch plan requests.\nSee :ref:`ref_flyteidl.admin.LaunchPlan`\ - \ for more details" - example: - launch_plans: - - id: - domain: "domain" - resource_type: {} + adminLaunchPlanCreateRequest: + type: "object" + properties: + id: + description: "Uniquely identifies a launch plan entity." + $ref: "#/definitions/coreIdentifier" + spec: + description: "User-provided launch plan details, including reference workflow,\ + \ inputs and other metadata." + $ref: "#/definitions/adminLaunchPlanSpec" + description: "Request to register a launch plan. The included LaunchPlanSpec may\ + \ have a complete or incomplete set of inputs required\nto launch a workflow\ + \ execution. By default all launch plans are registered in state INACTIVE. If\ + \ you wish to\nset the state to ACTIVE, you must submit a LaunchPlanUpdateRequest,\ + \ after you have successfully created a launch plan." + adminLaunchPlanCreateResponse: + type: "object" + adminLaunchPlanList: + type: "object" + properties: + launch_plans: + type: "array" + items: + $ref: "#/definitions/adminLaunchPlan" + token: + type: "string" + description: "In the case of multiple pages of results, the server-provided\ + \ token can be used to fetch the next page\nin a query. If there are no\ + \ more results, this value will be empty." + title: "Response object for list launch plan requests.\nSee :ref:`ref_flyteidl.admin.LaunchPlan`\ + \ for more details" + example: + launch_plans: + - id: + domain: "domain" + resource_type: {} name: "name" project: "project" version: "version" closure: expected_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: + key: description: "description" type: schema: @@ -4831,91 +4505,12 @@ 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: - - 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: + key: default: scalar: schema: @@ -4992,7 +4587,6 @@ definitions: - "values" simple: {} required: true - name: "name" spec: workflow_id: domain: "domain" @@ -5062,85 +4656,7 @@ definitions: output_location_prefix: "output_location_prefix" default_inputs: parameters: - - 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: + key: default: scalar: schema: @@ -5217,7 +4733,6 @@ definitions: - "values" simple: {} required: true - name: "name" security_context: run_as: iam_role: "iam_role" @@ -5273,36 +4788,7 @@ definitions: closure: expected_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: + key: description: "description" type: schema: @@ -5313,108 +4799,29 @@ definitions: 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: - - 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: + 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: {} + 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: default: scalar: schema: @@ -5491,7 +4898,6 @@ definitions: - "values" simple: {} required: true - name: "name" spec: workflow_id: domain: "domain" @@ -5561,85 +4967,7 @@ definitions: output_location_prefix: "output_location_prefix" default_inputs: parameters: - - 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: + key: default: scalar: schema: @@ -5716,7 +5044,6 @@ definitions: - "values" simple: {} required: true - name: "name" security_context: run_as: iam_role: "iam_role" @@ -5862,161 +5189,83 @@ definitions: \ Blobs, Schema, query data, etc.)." $ref: "#/definitions/adminRawOutputDataConfig" max_parallelism: - type: "integer" - format: "int32" - description: "Controls the maximum number of tasknodes that can be run in\ - \ parallel for the entire workflow.\nThis is useful to achieve fairness.\ - \ Note: MapTasks are regarded as one unit,\nand parallelism/concurrency\ - \ of MapTasks is independent from this." - description: "User-provided launch plan definition and configuration values." - example: - workflow_id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - fixed_inputs: - literals: {} - role: "role" - auth: - kubernetes_service_account: "kubernetes_service_account" - assumable_iam_role: "assumable_iam_role" - entity_metadata: - schedule: - kickoff_time_input_arg: "kickoff_time_input_arg" - cron_schedule: - schedule: "schedule" - offset: "offset" - cron_expression: "cron_expression" - rate: - unit: {} - value: 0 - notifications: - - pager_duty: - recipients_email: - - "recipients_email" - - "recipients_email" - slack: - recipients_email: - - "recipients_email" - - "recipients_email" - phases: - - {} - - {} - email: - recipients_email: - - "recipients_email" - - "recipients_email" - - pager_duty: - recipients_email: - - "recipients_email" - - "recipients_email" - slack: - recipients_email: - - "recipients_email" - - "recipients_email" - phases: - - {} - - {} - email: - recipients_email: - - "recipients_email" - - "recipients_email" - annotations: - values: - key: "values" - max_parallelism: 5 - labels: - values: - key: "values" - quality_of_service: - tier: {} - spec: - queueing_budget: "queueing_budget" - raw_output_data_config: - output_location_prefix: "output_location_prefix" - default_inputs: - parameters: - - 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: + type: "integer" + format: "int32" + description: "Controls the maximum number of tasknodes that can be run in\ + \ parallel for the entire workflow.\nThis is useful to achieve fairness.\ + \ Note: MapTasks are regarded as one unit,\nand parallelism/concurrency\ + \ of MapTasks is independent from this." + description: "User-provided launch plan definition and configuration values." + example: + workflow_id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + fixed_inputs: + literals: {} + role: "role" + auth: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" + entity_metadata: + schedule: + kickoff_time_input_arg: "kickoff_time_input_arg" + cron_schedule: + schedule: "schedule" + offset: "offset" + cron_expression: "cron_expression" + rate: + unit: {} + value: 0 + notifications: + - pager_duty: + recipients_email: + - "recipients_email" + - "recipients_email" + slack: + recipients_email: + - "recipients_email" + - "recipients_email" + phases: + - {} + - {} + email: + recipients_email: + - "recipients_email" + - "recipients_email" + - pager_duty: + recipients_email: + - "recipients_email" + - "recipients_email" + slack: + recipients_email: + - "recipients_email" + - "recipients_email" + phases: + - {} + - {} + email: + recipients_email: + - "recipients_email" + - "recipients_email" + annotations: + values: + key: "values" + max_parallelism: 5 + labels: + values: + key: "values" + quality_of_service: + tier: {} + spec: + queueing_budget: "queueing_budget" + raw_output_data_config: + output_location_prefix: "output_location_prefix" + default_inputs: + parameters: + key: default: scalar: schema: @@ -6093,7 +5342,6 @@ definitions: - "values" simple: {} required: true - name: "name" security_context: run_as: iam_role: "iam_role" @@ -7502,36 +6750,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -7559,39 +6778,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -7619,7 +6808,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -8432,36 +7620,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -8489,39 +7648,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -8549,7 +7678,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -8654,67 +7782,7 @@ definitions: 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: - - var: + key: description: "description" type: schema: @@ -8742,8 +7810,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -8771,7 +7840,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -8912,36 +7980,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -8969,39 +8008,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -9029,7 +8038,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -9880,36 +8888,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -9937,39 +8916,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -9997,7 +8946,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -10719,36 +9667,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -10776,39 +9695,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -10836,7 +9725,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -10980,80 +9868,20 @@ definitions: - null - null number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - type: "type" - 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: + string_value: "string_value" + null_value: {} + bool_value: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + type: "type" + interface: + outputs: variables: - - var: + key: description: "description" type: schema: @@ -11081,8 +9909,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -11110,7 +9939,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -11579,36 +10407,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -11636,39 +10435,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -11696,7 +10465,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -11846,36 +10614,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -11903,39 +10642,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -11963,7 +10672,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -12921,36 +11629,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -12978,39 +11657,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -13038,7 +11687,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -13851,67 +12499,7 @@ definitions: 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: - - var: + key: description: "description" type: schema: @@ -13939,8 +12527,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -13968,7 +12557,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -14073,36 +12661,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -14130,39 +12689,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -14190,7 +12719,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -14331,36 +12859,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -14388,39 +12887,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -14448,7 +12917,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -15299,36 +13767,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -15356,39 +13795,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -15416,7 +13825,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -16377,80 +14785,20 @@ 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: - - 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: + project: "project" + version: "version" + metadata_defaults: + interruptible: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + interface: + outputs: variables: - - var: + key: description: "description" type: schema: @@ -16478,8 +14826,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -16507,7 +14856,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -17320,36 +15668,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -17377,39 +15696,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -17437,7 +15726,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -17542,36 +15830,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -17599,39 +15858,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -17659,7 +15888,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -17800,36 +16028,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -17857,39 +16056,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -17917,7 +16086,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -18768,36 +16936,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -18825,39 +16964,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -18885,7 +16994,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -19795,36 +17903,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -19852,39 +17931,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -19912,7 +17961,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -20725,36 +18773,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -20782,39 +18801,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -20842,7 +18831,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -20947,36 +18935,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -21004,39 +18963,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -21064,7 +18993,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -21188,84 +19116,24 @@ definitions: fields: key: list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - type: "type" - 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: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + type: "type" + interface: + outputs: variables: - - var: + key: description: "description" type: schema: @@ -21293,8 +19161,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -21322,7 +19191,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -22173,36 +20041,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -22230,39 +20069,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -22290,7 +20099,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -23113,36 +20921,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -23170,39 +20949,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -23230,7 +20979,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -24043,36 +21791,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -24100,39 +21819,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -24160,7 +21849,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -24239,62 +21927,33 @@ definitions: null_value: {} bool_value: true k8s_pod: - metadata: - annotations: - key: "annotations" - labels: - key: "labels" - pod_spec: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - type: "type" - 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: + metadata: + annotations: + key: "annotations" + labels: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + type: "type" + interface: + outputs: + variables: + key: description: "description" type: schema: @@ -24322,39 +21981,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -24382,7 +22011,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -24523,36 +22151,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -24580,39 +22179,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -24640,7 +22209,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -25491,36 +23059,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -25548,39 +23087,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -25608,7 +23117,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -26161,88 +23669,28 @@ definitions: key: "annotations" labels: key: "labels" - pod_spec: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - type: "type" - 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: + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + type: "type" + interface: + outputs: variables: - - var: + key: description: "description" type: schema: @@ -26270,8 +23718,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -26299,7 +23748,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -27162,36 +24610,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -27219,39 +24638,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -27279,7 +24668,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -28119,36 +25507,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -28176,39 +25535,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -28236,7 +25565,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -29049,36 +26377,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -29106,39 +26405,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -29166,7 +26435,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -29249,58 +26517,29 @@ definitions: annotations: key: "annotations" labels: - key: "labels" - pod_spec: - fields: - key: - list_value: - values: - - null - - null - number_value: 6.027456183070403 - string_value: "string_value" - null_value: {} - bool_value: true - id: - domain: "domain" - resource_type: {} - name: "name" - project: "project" - version: "version" - type: "type" - 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: + key: "labels" + pod_spec: + fields: + key: + list_value: + values: + - null + - null + number_value: 6.027456183070403 + string_value: "string_value" + null_value: {} + bool_value: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + type: "type" + interface: + outputs: + variables: + key: description: "description" type: schema: @@ -29328,39 +26567,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -29388,7 +26597,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -29529,36 +26737,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -29586,39 +26765,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -29646,7 +26795,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -30497,36 +27645,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -30554,39 +27673,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -30614,7 +27703,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -31789,92 +28877,14 @@ definitions: type: "object" properties: parameters: - type: "array" - description: "Defines a map of parameter names to parameters." - items: - $ref: "#/definitions/coreParameterMapEntry" - description: "A map of Parameters in the form of repeated map entries." - example: - parameters: - - 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: + type: "object" + description: "Defines a map of parameter names to parameters." + additionalProperties: + $ref: "#/definitions/coreParameter" + description: "A map of Parameters." + example: + parameters: + key: default: scalar: schema: @@ -31951,94 +28961,6 @@ 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: @@ -32669,36 +29591,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -32726,39 +29619,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -32786,127 +29649,66 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: run_as: - iam_role: "iam_role" - oauth2_client: - client_secret: - mount_requirement: {} - group_version: "group_version" - key: "key" - group: "group" - client_id: "client_id" - k8s_service_account: "k8s_service_account" - tokens: - - idp_discovery_endpoint: "idp_discovery_endpoint" - name: "name" - client: - client_secret: - mount_requirement: {} - group_version: "group_version" - key: "key" - group: "group" - client_id: "client_id" - type: {} - token_endpoint: "token_endpoint" - - idp_discovery_endpoint: "idp_discovery_endpoint" - name: "name" - client: - client_secret: - mount_requirement: {} - group_version: "group_version" - key: "key" - group: "group" - client_id: "client_id" - type: {} - token_endpoint: "token_endpoint" - secrets: - - mount_requirement: {} - group_version: "group_version" - key: "key" - group: "group" - - mount_requirement: {} - group_version: "group_version" - key: "key" - group: "group" - sql: - dialect: {} - statement: "statement" - coreTypedInterface: - type: "object" - properties: - inputs: - $ref: "#/definitions/coreVariableMap" - outputs: - $ref: "#/definitions/coreVariableMap" - description: "Defines strongly typed inputs and outputs." - example: - 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: {} + iam_role: "iam_role" + oauth2_client: + client_secret: + mount_requirement: {} + group_version: "group_version" + key: "key" + group: "group" + client_id: "client_id" + k8s_service_account: "k8s_service_account" + tokens: + - idp_discovery_endpoint: "idp_discovery_endpoint" + name: "name" + client: + client_secret: + mount_requirement: {} + group_version: "group_version" + key: "key" + group: "group" + client_id: "client_id" + type: {} + token_endpoint: "token_endpoint" + - idp_discovery_endpoint: "idp_discovery_endpoint" name: "name" + client: + client_secret: + mount_requirement: {} + group_version: "group_version" + key: "key" + group: "group" + client_id: "client_id" + type: {} + token_endpoint: "token_endpoint" + secrets: + - mount_requirement: {} + group_version: "group_version" + key: "key" + group: "group" + - mount_requirement: {} + group_version: "group_version" + key: "key" + group: "group" + sql: + dialect: {} + statement: "statement" + coreTypedInterface: + type: "object" + properties: inputs: + $ref: "#/definitions/coreVariableMap" + outputs: + $ref: "#/definitions/coreVariableMap" + description: "Defines strongly typed inputs and outputs." + example: + outputs: variables: - - var: + key: description: "description" type: schema: @@ -32934,8 +29736,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -32963,7 +29766,6 @@ definitions: - "values" - "values" simple: {} - name: "name" coreVariable: type: "object" properties: @@ -33006,43 +29808,14 @@ definitions: type: "object" properties: variables: - type: "array" + type: "object" description: "Defines a map of variable names to variables." - items: - $ref: "#/definitions/coreVariableMapEntry" - title: "A map of Variables in the form of repeated map entries" + additionalProperties: + $ref: "#/definitions/coreVariable" + title: "A map of Variables" example: 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: + key: description: "description" type: schema: @@ -33070,45 +29843,6 @@ 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\ @@ -34049,36 +30783,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -34106,39 +30811,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -34166,7 +30841,6 @@ definitions: - "values" - "values" simple: {} - name: "name" eventExternalResourceInfo: type: "object" properties: @@ -35200,78 +31874,18 @@ definitions: name: "name" 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: + metadata_defaults: + interruptible: true + id: + domain: "domain" + resource_type: {} + name: "name" + project: "project" + version: "version" + interface: + outputs: variables: - - var: + key: description: "description" type: schema: @@ -35299,8 +31913,9 @@ definitions: - "values" - "values" simple: {} - name: "name" - - var: + inputs: + variables: + key: description: "description" type: schema: @@ -35328,7 +31943,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -36141,36 +32755,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -36198,39 +32783,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -36258,7 +32813,6 @@ definitions: - "values" - "values" simple: {} - name: "name" connections: upstream: key: @@ -36363,36 +32917,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -36420,39 +32945,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -36480,7 +32975,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -36621,36 +33115,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -36678,39 +33143,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -36738,7 +33173,6 @@ definitions: - "values" - "values" simple: {} - name: "name" config: key: "config" security_context: @@ -37589,36 +34023,7 @@ definitions: 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: + key: description: "description" type: schema: @@ -37646,39 +34051,9 @@ definitions: - "values" - "values" simple: {} - name: "name" inputs: 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: + key: description: "description" type: schema: @@ -37706,7 +34081,6 @@ 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 a63f095f50..0c6fc94fb0 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 in the form of repeated map entries. +// A map of Parameters. type CoreParameterMap struct { // Defines a map of parameter names to parameters. - Parameters []CoreParameterMapEntry `json:"parameters,omitempty"` + Parameters map[string]CoreParameter `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 deleted file mode 100644 index 979a05aa8a..0000000000 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_parameter_map_entry.go +++ /dev/null @@ -1,15 +0,0 @@ -/* - * 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 8b93c6a5c3..581bc9668a 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 []CoreVariableMapEntry `json:"variables,omitempty"` + Variables map[string]CoreVariable `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 deleted file mode 100644 index 99b84d4738..0000000000 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_variable_map_entry.go +++ /dev/null @@ -1,15 +0,0 @@ -/* - * 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 f68eb1d719..7fee01069b 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\x79\x73\x23\x37\x96\x2f\xfa\xff\x7c\x0a\xdc\xea\x1b\x61\xbb\x47\x8b\xed\x9e\xe9\xe8\xd1\xc4\x8d\xf7\x68\x89\x55\xe6\xb5\x4a\x52\x6b\x71\x8d\xdf\x70\x82\x06\x33\x41\x12\xad\x24\x40\x03\x48\xa9\xd8\x1d\xfd\xdd\x5f\xe0\x60\x49\x20\x17\x32\x93\xa4\xb6\x32\x67\x22\xda\x25\x66\x26\xd6\x83\x83\xb3\xfe\xce\x3f\xfe\x05\xa1\x77\xf2\x11\x4f\xa7\x44\xbc\x3b\x41\xef\xbe\x3f\xfa\xf6\xdd\x81\xfe\x8d\xb2\x09\x7f\x77\x82\xf4\x73\x84\xde\x29\xaa\x32\xa2\x9f\x4f\xb2\xa5\x22\x34\xcd\x8e\x25\x11\x0f\x34\x21\xc7\x38\x9d\x53\x76\xb4\x10\x5c\x71\xf8\x10\xa1\x77\x0f\x44\x48\xca\x99\x7e\xdd\xfe\x13\x31\xae\x90\x24\xea\xdd\xbf\x20\xf4\x4f\x68\x5e\x26\x33\x32\x27\xf2\xdd\x09\xfa\x6f\xf3\xd1\x4c\xa9\x85\x6b\x40\xff\x5b\xea\x77\xff\x07\xde\x4d\x38\x93\x79\xf4\x32\x5e\x2c\x32\x9a\x60\x45\x39\x3b\xfe\x9b\xe4\xac\x78\x77\x21\x78\x9a\x27\x2d\xdf\xc5\x6a\x26\x8b\x39\x1e\xe3\x05\x3d\x7e\xf8\xee\x18\x27\x8a\x3e\x90\x51\x86\x73\x96\xcc\x46\x8b\x0c\x33\x79\xfc\x0f\x9a\xea\x39\xfe\x8d\x24\xea\x9f\xf0\x47\xca\xe7\x98\x32\xf3\x6f\x86\xe7\xe4\x9f\xbe\x1d\x84\xde\x4d\x89\x0a\xfe\xd4\xb3\xcd\xe7\x73\x2c\x96\x7a\x45\xde\x13\x95\xcc\x90\x9a\x11\x64\xfa\x41\x6e\x89\xf8\x04\x61\x74\x22\xc8\xe4\xe4\x57\x41\x26\x23\xb7\xd0\x47\x66\x81\xcf\x61\x34\x57\x19\x66\xbf\x1e\xd9\x65\x82\x96\x53\x22\x13\x41\x17\xca\xae\xf7\x35\x51\x82\x92\x07\x12\x76\x60\x26\x82\xf4\x44\x7c\x67\x72\x41\x12\x3a\xa1\x24\x45\xe3\x25\xa2\x6c\x91\x2b\x24\xc8\x6f\x39\x91\x0a\x4d\x68\xa6\x88\x90\x51\x2f\x7c\x41\x04\xac\xe0\x20\xd5\xbd\x7c\x20\xaa\x07\x6d\x17\xa3\x0a\xdf\x16\x44\x2e\x38\x93\x44\x46\x8b\x80\xd0\xbb\xef\xbf\xfd\xb6\xf4\x53\x75\x06\x3d\x24\xf3\x24\x21\x52\x4e\xf2\x0c\xb9\x96\xc2\xc1\x98\x05\xd5\xe4\x83\x2b\x8d\x21\xf4\xee\x7f\x0b\x32\xd1\xed\xfc\xe1\x38\x25\x13\xca\xa8\x6e\x57\x1a\x2a\x0d\x46\x1b\x7d\xf5\xcf\x7f\xa9\xfb\xf7\x3f\x83\x19\x2d\xb0\xc0\x73\xa2\x97\xc5\xd3\x95\xf9\xbf\xd2\x5c\x34\x25\xe8\xce\x0b\x6a\x29\x0f\xbc\x34\xdb\x0b\x3c\x27\x7a\xe7\xf5\x76\xd9\x2f\xe0\xdf\x82\x48\x9e\x8b\x84\xa0\x31\xc9\x38\x9b\x4a\xa4\x78\x65\x0d\x28\xb4\xa0\x89\xb8\xfc\x44\x6f\x25\x15\x44\xef\x95\x12\x39\x29\x3d\x55\xcb\x05\x0c\x52\x2a\x41\xd9\x34\x5c\x8a\x7f\x1e\xb4\x9a\x9a\xa1\xfd\x0e\x33\x33\x1f\x34\x4e\x6c\xc8\x7a\xee\x95\x04\x33\x34\x26\x48\x9f\x78\x9a\x12\x41\x52\x84\x25\xc2\x48\xe6\x63\x49\x14\x7a\xa4\x6a\x46\x99\xfe\xdb\x90\x6f\xe2\xd6\xec\xf5\xac\x0d\xfc\x73\xf5\xca\xdc\x49\x22\xf4\xc0\x1f\x68\x4a\x52\xf4\x80\xb3\x9c\xa0\x09\x17\xd1\xf2\x1c\x0d\xd9\xed\x4c\xaf\xc3\x7c\x4c\x19\x9c\x3c\xbd\x96\x8e\x42\xfe\xd5\x2d\xd7\xbf\x22\xdd\x1f\xca\x19\xfd\x2d\x27\xd9\x12\xd1\x94\x30\xa5\xcf\xb5\x2c\xb7\xf6\xaf\x1c\xfa\xc7\x19\x3a\x44\x7a\x9d\x89\x50\xb0\xde\x9c\x29\xf2\x59\x49\x74\x88\x32\x7a\x4f\xd0\x57\xe7\x54\x2a\xd4\xbb\x1a\x7c\x75\x80\xbe\x3a\x2f\x18\x87\xfc\xea\x19\x56\xd8\xff\xfb\x7f\x82\xa3\xa7\xf0\xb4\x7c\xe8\xde\xf5\xf4\x69\xbe\x31\x17\x50\xd1\xc2\xff\xfc\x4b\xd8\x8e\xdd\xaf\xd5\x5c\xbd\x60\xe9\x96\x9f\xb7\xe5\xe2\xb0\x4c\x31\x03\x97\x7a\x87\xb6\xe5\xdf\x95\xdb\xa1\x86\x79\xcb\x2d\xb9\xb7\x1e\x7b\x99\x7d\xcb\xb7\xc5\xbf\xf5\x14\x9e\x9a\x87\x6f\xc3\xc0\xb1\x82\x93\x85\x29\x33\x07\xd1\x9f\x4b\x21\xf5\x59\x74\x27\xe4\x95\xb0\xad\x6d\xf8\x79\x30\xb3\x80\xa5\x3b\x4e\x1d\xac\xca\x2b\x9c\x77\x46\xe7\x74\xdd\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\x16\xd3\xfc\x2d\x27\x62\xb9\x62\x9e\x13\x9c\xc9\xa6\x89\x52\xa6\x88\x96\xd4\x4b\x8f\x27\x5c\xcc\xb1\xb2\x2f\xfc\xf9\xdf\xba\x2e\x84\xe2\xf7\x64\xdd\xfe\x0f\xcc\x6e\x26\x58\x02\x19\xcc\xf3\x4c\xd1\x45\x46\xd0\x02\x4f\x89\xb4\x2b\x92\x67\x4a\x1e\xc0\x6b\x5a\x3b\x20\xe2\xd0\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\x9b\xd1\x8c\xe4\x42\x8d\xc6\xcb\xa3\x7b\x52\xe9\xb7\x91\x72\x30\x43\x58\x29\x41\xc7\xb9\x22\x7a\xde\xba\x0d\x77\x3f\x03\x7b\x34\x42\x40\x1b\xd6\xf0\x72\x13\x4e\xa9\x20\x09\xcc\xad\xcb\x81\xf1\x5f\xe9\x79\x6b\x4d\x6c\x69\x66\x7f\x4f\x96\x20\xf3\xd4\xac\x80\xdf\xf2\x21\x1b\x32\x74\x88\xce\xfa\x37\xa7\xfd\x8b\xb3\xc1\xc5\x87\x13\xf4\xc3\x12\xa5\x64\x82\xf3\x4c\x1d\xa0\x09\x25\x59\x2a\x11\x16\x04\x9a\x24\xa9\x96\x6b\xf4\x60\x08\x4b\x29\x9b\x22\x2e\x52\x22\x9e\x6e\x19\x4b\x4f\x09\xcb\xe7\xa5\x7b\x05\x7e\x2f\x46\x5f\xfa\x42\x8b\x31\xfe\x51\xf4\xe4\x7f\x2a\x0b\x0c\x33\xd6\x7d\x07\xad\x3d\x9b\xe0\x94\xcc\x68\x96\x0a\xc2\x8e\x15\x96\xf7\x23\xf2\x99\x24\xb9\xb9\x93\xff\x11\xff\x30\xd2\xd2\x2f\x4f\x49\xfc\x4b\xf4\x47\x21\x6e\x75\xfe\xd4\xeb\xdb\x9d\xbf\x04\xed\xbc\xdd\x77\xf0\x0b\x4d\x6b\xdf\x86\x5f\xd6\xcc\xc1\xbd\xb3\x62\xb0\xee\x95\xc6\x51\xb9\x17\xac\xb0\x57\xfb\x8e\x20\x4a\x2c\x47\x58\x29\x32\x5f\xa8\x8e\x96\x07\x8c\x32\x2d\xbb\xae\x92\x55\x2f\x78\x4a\xfa\xae\xbf\x5f\xad\x08\x6a\x84\x4d\xc3\xb5\x26\x44\x10\x96\x90\xe6\x16\x6e\xb1\xbc\x2f\x5a\x58\x2f\xf0\x02\x8d\x21\xbd\xfc\xa8\x20\xb0\x4a\xc7\x85\xd8\xab\x97\xa4\x78\x73\x9d\xb0\x1b\xcd\x47\xbe\xe7\x42\x0f\xef\x2d\x08\xbc\xd1\xc0\x9f\x43\xe6\xdd\xf4\x44\x7f\x71\x56\x8e\x0d\xf9\xd3\xde\x26\xb2\xfd\x4a\xb6\xb5\xa0\x70\x81\xe4\x52\x2a\x32\x5f\x6b\x4b\x79\x3b\x0b\x61\x2f\xa0\xd7\x3a\xe0\xd2\x1d\xf8\x3b\x38\xf5\xf1\x8d\xbe\x3f\xde\x1d\x96\x6c\x57\x96\xd0\xd7\x3e\x4f\xe7\xed\x5a\x3d\xd5\x1b\xb7\x7d\x81\xbb\xe7\x4d\x4c\x33\x92\x35\x77\x3d\xc8\x27\x32\x67\x34\xee\x95\x5b\xed\x11\x0c\x60\x8d\x22\x1b\xdb\xd2\xfd\xf9\xd3\x9f\x86\x16\x20\x63\xee\x53\x33\x2a\x03\x63\x18\x4a\xb8\x30\xb2\x60\x6a\xcf\xbb\xd1\x65\x7b\xb7\xbd\x9b\xfe\xed\x09\xea\xa1\x14\x2b\xac\x0f\xb8\x20\x0b\x41\x24\x61\x0a\xec\x04\xfa\x7b\xb5\x44\x73\x9e\x92\xcc\x68\xb4\xef\xb5\x64\x8d\xce\xb0\xc2\xa7\x58\xe1\x8c\x4f\x8f\x50\x0f\xfe\xd4\x1f\x53\x89\x70\x26\x39\xc2\x8e\xac\x48\xea\x9a\xc0\x2c\x75\xac\x05\xa3\x84\xcf\x17\x34\xf3\x7e\x04\x6f\xbc\xa1\x2c\xa5\x0f\x34\xcd\x71\x86\xf8\x58\x73\x15\xad\x81\xf7\x1f\x08\x53\x39\xce\xb2\x25\xc2\x59\x86\x6c\xb7\xee\x05\x24\x67\x3c\xcf\x52\xdd\xae\x1b\xa5\xa4\x73\x9a\x61\xa1\x55\x7c\x33\xda\x4b\xdb\x16\xba\x9d\x11\x3f\x56\x18\x97\x5e\xcd\x39\xbe\x27\x12\x51\x85\x16\x5c\x4a\x3a\xce\x8a\x33\x7f\x37\x40\x30\xee\xd3\xf3\x01\xd8\x0b\x12\x85\xb8\xe1\xa1\xae\x73\x6b\x1f\x72\x3d\xce\x31\x63\x04\x3a\xe6\x6a\x46\x84\xed\xde\xbe\xfc\xd2\xaa\xff\xdd\xc5\xcd\x55\xff\x74\xf0\x7e\xd0\x3f\xab\xea\xfe\xb7\xbd\x9b\x9f\xaa\xbf\x7e\xba\xbc\xfe\xe9\xfd\xf9\xe5\xa7\xea\x93\xf3\xde\xdd\xc5\xe9\x8f\xa3\xab\xf3\xde\x45\xf5\xa1\x25\xab\xd6\x66\x84\x70\x64\x1d\xcf\xd6\xde\x66\xfa\x54\x36\xd3\x83\x2f\xd7\x68\x6a\x9d\x52\xed\x0d\xa6\xde\x46\x61\xbf\x44\x0b\x2c\xa5\x91\x8c\xcc\x08\x8e\x86\xec\x23\x17\x9a\x81\x4d\xb8\xe6\x11\x5a\x7a\x52\x22\x4f\x14\x65\x53\xff\xd1\x09\x1a\xe6\xdf\x7e\xfb\xa7\xe4\x9c\xb2\x7b\xf8\x17\x79\x8d\x8b\xb3\xb7\x28\xef\x2d\xca\xbf\x2f\x8b\xb2\x16\x7d\x8e\x43\x43\xf2\x6e\x83\xab\xb4\x70\x01\x3e\x71\x2d\x4a\xf0\x5c\xe9\x7f\xea\x2e\x81\x3c\x56\x84\x58\xb5\x33\x58\xfa\x08\xab\x86\x3e\x04\x9f\x83\x20\xf7\x99\x4a\x60\x46\x8f\x5c\xdc\x4f\x32\xfe\xd8\xce\x5c\xf9\x81\x28\x3f\x0c\x2d\x38\xbd\x05\x2b\xe5\x27\x3b\x43\x3f\xf0\x0f\x44\xe9\xb1\x5f\xdb\x5e\xf6\xc1\x56\xfb\x60\xab\x97\x0d\xb6\x7a\x55\xa6\xc2\xa7\x67\xad\xb1\x5d\xd1\xf0\xd7\x06\x3f\x5c\xa3\x9b\xad\xc1\x8b\x16\x38\xc9\x9e\x85\x27\xc7\xae\xa8\x5d\xf2\xe5\xd8\xd9\xb4\x86\x27\x47\xc3\x78\x2b\x7c\x39\x1a\xf4\xf3\xf3\xe4\xdf\x85\x9f\x68\xef\x06\xda\x70\xa1\xde\x24\xeb\x6e\x79\x2b\x3d\x9b\x13\xe7\xe9\xaf\x92\x4a\xcc\x47\x97\x20\x8f\x0e\x51\x1d\xad\xc3\x38\xd6\xc4\x6d\xd4\x06\x6a\xd4\x45\x66\x54\x43\x31\x6a\x63\x2f\xb6\x0b\xb6\xd8\xf4\xd6\x6b\x1f\x3e\xd1\xf5\xd6\x6b\x1f\x38\xf1\x81\xa8\x68\x18\x6f\xe5\xd6\x8b\x06\xfd\xfc\xb7\xde\xef\x34\x5e\x62\x1f\x20\xf1\x84\x4b\xf7\xa5\xdf\x95\xaf\x37\x04\xe2\x77\x10\xf3\xb0\x0f\x72\xe8\xb4\x46\x5f\x56\x54\xc3\x97\x1a\xc6\xf0\x36\xe3\x16\xf6\x81\x0a\xfb\x40\x85\x97\xf0\x28\xbd\xbd\x40\x85\x27\x55\x7c\x89\x26\x2b\x09\x56\xd4\x50\xb9\x79\xb7\xe0\xb2\x59\xdf\x0b\x9d\xd7\x35\x7a\x1d\xb4\x19\x5b\x33\x81\x7a\x7f\x45\x33\x2c\x11\x4f\x92\x5c\x94\x5c\xb4\xe5\x53\x7e\x2a\x08\x56\xfa\x88\xc4\x86\x4b\x04\x2d\x23\x41\x12\x2e\xc0\x49\x89\xd1\x62\x86\x25\x41\x4a\x60\x26\xe9\x3a\x2d\xcf\xb4\x0a\xe3\xd2\xed\xbc\x05\x05\xaf\xba\x88\xcf\xa5\xde\x8d\x79\x5a\x39\x90\xe6\xac\xd6\x3d\x59\x7d\x93\xec\x6c\xea\x90\xf6\xdb\x66\xe6\x4f\x78\x54\xf4\xad\xb5\xe3\xa3\x12\xa9\xf1\x9b\x1e\x95\xd8\xda\xb1\x93\xa3\x02\xe3\x7a\x2b\x47\xa5\xba\x88\xbf\x9b\xa3\x52\x37\xf5\xd7\x70\x54\x5c\x38\xc0\x8e\x8f\x4b\xc5\x07\xbf\xe9\x91\xa9\x86\x2b\xec\xe4\xd8\xf8\xf1\xbd\x95\xa3\x53\xbf\xa0\xbf\x9b\xe3\xd3\x34\xfd\x97\x3d\x42\xde\x0f\xd1\xfa\xf0\xdc\x0a\x3a\x9d\x12\x61\x34\xa3\x44\x93\xe2\x7a\xa8\xa5\xc2\xf2\xbe\xd9\x81\x59\x7f\x1a\x7c\x0f\x6f\xe1\x24\xf8\xc1\x9a\xb1\xff\x6e\x8e\x40\x65\xde\xaf\x84\xf6\x8f\x35\x27\x7e\x00\xb4\xb6\x76\x67\xe0\x9a\x00\xe1\xc3\x05\xb2\x10\xe4\x81\xf2\x5c\x66\xcb\x43\x91\xb3\x3a\x6e\x0f\x46\x82\x47\x9a\x65\x88\xb3\x6c\x89\xa4\xc2\x42\xb9\xc7\x6c\x6a\x3c\x4a\xfa\x30\x65\x58\x2a\x74\xcf\xf8\x23\x43\x13\x4c\xb3\x5c\x10\xb4\xe0\x94\xa9\xa3\x21\x1b\x30\x74\x6d\xc6\x08\x9a\xf7\x01\xca\xa5\x3e\x82\x09\x66\x8c\x2b\x94\xcc\x30\x9b\x12\x84\x99\x83\xae\x29\x28\x03\x71\x81\xf2\x45\xaa\x0f\x96\xee\xa2\x64\x63\x2a\x0e\xd8\x90\xdd\x82\x15\x43\x22\xf2\x59\x09\x32\x27\xd9\x52\xf7\xa1\x69\x5f\x71\x64\xd7\xc7\x0c\xd5\x1a\xc4\x89\x10\x5c\x48\xd0\xd9\xc7\xcb\xbf\x63\xa6\x28\x23\x08\xd4\x4c\x69\x80\x8f\x0e\xd1\x39\x97\x10\x93\xfd\xd3\x5f\x24\x4a\xb2\x5c\x2a\x22\x0e\xd0\x38\x9f\x4a\x44\x19\x5a\x64\x58\x4d\xb8\x98\xeb\x11\x52\x26\x15\x1e\xd3\x8c\xaa\xe5\x01\x9a\xe3\x64\x66\xda\x82\x35\x90\x07\x43\x96\xf2\x47\x26\x95\x20\xd8\xf7\xee\x1e\xa2\xaf\xc3\x67\x86\x00\xe4\x37\x07\x60\xb8\xa7\xf3\x45\xb6\x0c\x87\x1f\x24\x42\xc3\x9e\xe8\x46\x48\x8a\xc6\x24\xc1\xb9\xb4\x86\x1d\x25\x96\x88\x7c\x9e\xe1\x5c\xc2\xde\xe9\xe9\x59\xab\x47\xc2\xe7\x8b\x8c\x28\x82\xe8\x04\x29\x41\x49\x8a\xf0\x14\x53\xbd\x74\x37\x64\x45\xe2\xb6\x27\x7a\xbb\x81\x96\xea\x7f\x05\xcb\xc7\x9c\x0b\x82\x52\xa2\x30\xcd\xe4\x6a\xa7\xe4\xb3\x12\x1c\x7a\x72\x7a\x43\xaf\x97\xdc\xd0\xab\xa6\xb6\x15\x37\xa1\xdd\xb1\xfd\x55\xf8\x96\xae\xc2\x98\x2b\xbc\x8a\xbb\xd0\x80\x44\xec\x40\x20\x64\xd6\x2a\x9e\xe0\x6c\x4b\xd9\xf0\xda\x0e\xaa\xb3\x74\xe8\x3e\xdc\x1f\x8a\xb7\x75\x28\xcc\xae\xbd\x9e\x53\xd1\x94\x50\xb1\x73\xa4\x98\x2e\x18\x2f\x2b\x32\x22\x24\x9a\x63\xa5\x2f\xb6\xa9\xbd\xa2\x5b\xa2\x18\x16\xa0\x2e\x6f\xea\xa0\x3c\x07\x92\xcb\x97\x1d\xb1\xb0\x8f\x54\xf8\x1d\x22\xd0\xbe\x9a\x04\xc6\x7d\x0e\xf4\x13\xe5\x40\x53\xb9\xcf\x81\xde\xe7\x40\xb7\x5d\xa0\x7d\x0e\xf4\x3e\x07\xfa\xcd\xe6\x40\x3f\x69\xfa\xf3\xee\x92\x9c\x77\x93\xc9\xfc\xa6\xa4\xf3\xbd\x64\xbe\x97\xcc\xf7\xe9\xca\x7e\x6a\xbb\xe2\x82\xee\xeb\x77\x29\xc9\x88\x22\xcd\x06\x3a\x22\xe6\x5a\xe1\x30\x37\x3c\x65\x5a\x14\x9c\x0a\x22\xe5\xb6\x3c\xcd\x37\x1c\x96\x57\xa8\xf1\x47\x14\x28\xb3\x9e\x2c\xc1\xae\xb3\x8a\xd9\xf9\xb6\xdf\x26\xcb\xf3\xc3\xdf\x43\x36\xec\x79\xe0\x9e\x07\x6e\x32\xb5\xd7\x63\x8e\x0e\x0e\xf3\x8b\xda\xa3\x83\x4a\x3b\x23\x9a\x6e\x53\x6c\xa7\x3d\x70\x39\x9e\x93\xb4\x0f\x69\x05\x3e\x29\x42\xfc\xaa\x3f\x09\xcb\xe8\xb8\x04\x82\xf6\x16\xeb\xf0\xeb\x62\xe1\xa3\xda\x27\x9b\x19\xb0\x8b\x8a\x36\x83\xf4\x4d\xd8\xb0\x6b\x57\xf8\x0b\xa9\xc6\xf3\x3a\x18\xc9\xb3\x17\xe3\x79\x1d\xd3\xde\xdb\x54\xf7\xb5\x78\xf6\x56\xc3\x96\x13\xde\x5b\x0d\x5f\xaf\xd5\xf0\xa5\x5c\x01\xcf\x7c\x3c\x9f\x4b\x74\x6c\x1f\xea\xed\x22\xb2\x59\x8a\xf2\x45\xc6\x71\xda\xb2\x9c\x6e\x20\xd1\xb5\x88\xf7\x66\x29\x12\x64\x4a\xa5\x22\x42\xef\x4b\xad\x60\xb8\x3e\x00\xfc\xad\xd6\xcd\x6d\x1d\xe2\x13\x76\xfb\xee\xdf\x5a\x0c\xff\xda\xde\xd9\xc0\x89\xc6\x38\xf5\x05\x2d\x41\x7c\x9b\xe3\x25\x9a\xe1\x07\xe2\xc2\x12\x1f\x70\x46\x53\x5c\x5e\xeb\xd2\x0c\x57\x0d\xe8\x3f\xba\x0d\x08\xc7\xc3\xf1\x15\x90\x64\x1c\x36\x66\x33\x9a\xe1\x9d\x99\x56\xcc\x33\x41\x70\xba\x44\x63\x42\x98\x27\x9b\x9a\xfb\xa4\x61\xcc\x3b\x11\x9c\x5f\x5c\x31\xad\x52\xcf\x6b\x51\x4b\x9f\x31\x50\xaa\x9e\xdf\x6c\xaf\x83\x6e\xaf\x78\xca\xef\xdf\x16\x0b\xda\x07\x4f\xed\xcd\x93\x2f\x6f\x9e\xdc\x07\x4f\xed\x15\xfd\x57\xa6\xe8\xef\x83\xa7\xf6\xc1\x53\x7b\x33\xc8\xea\x69\xef\xcd\x20\x5f\x44\xf0\x54\x2b\x19\x7e\xc3\xf0\xa9\x37\x2e\xcd\xef\x85\x79\xf7\xde\x5e\x98\xdf\x0b\xf3\x5f\xa8\x30\xff\x3a\x56\x78\x2f\xc9\xef\x25\xf9\xbd\x24\xbf\x97\xe4\xf7\x92\xfc\xce\x97\x71\x2f\xc9\xd7\x4b\xf2\xf0\x2f\x57\x9d\xa1\xab\x58\xdf\x51\x9c\xef\x9c\x1f\xd1\xdd\x19\xf8\x81\xa8\xb7\xea\x09\xdc\x4b\xed\x7b\xa9\xfd\x75\x4b\xed\xaf\x66\x42\x5f\x1e\xb2\xfa\x1e\x9b\x7c\x8f\x4d\xbe\xc7\x26\x7f\x62\x6c\x72\xf7\xf5\xbb\x45\xde\x2c\xdb\xdc\x01\x7a\x99\x3d\x5c\x0a\xab\x5c\x1a\x70\xcb\x22\xd8\xa4\x95\xd8\xb3\x4a\xd6\xb9\x2b\x00\xd2\x82\x1e\xd6\xcb\x3d\xa8\xa7\xd0\x9c\x6b\xdd\x8d\x91\xe8\x1d\xc7\xe0\x4c\x60\xcd\x94\x3e\x10\x86\x5c\x72\xc0\x81\xbd\xc6\x0e\xc0\x98\xf2\x4f\x7f\xf8\x4c\xb6\x16\x56\x08\x23\x45\xe7\xe4\x08\x0d\x26\x86\x5b\x24\xfa\x74\x49\xa2\x64\x29\x1a\xcb\x50\x3e\x7c\xc4\xd2\x62\xac\xae\x6f\x5a\x04\xe7\x98\xd7\x0e\x1c\xb3\xcd\x33\x65\x58\xaf\x6b\x1c\xa0\xe9\xc6\x9e\x43\xc1\x41\x9b\x13\x91\xb9\x2f\xa3\x6e\xdd\xcb\x73\x9c\x6a\xc6\x10\x0c\xa1\x48\x2b\x0b\xdf\x87\x3b\x9d\x4a\x1f\x5e\x14\x7d\x6f\xbe\x06\x7c\x3b\xc0\xa3\x03\x1c\xde\x56\xc3\x98\x41\xf4\x9b\x16\xf1\xd2\x3c\x23\x08\x4b\xc9\x13\x8a\x41\x8d\x31\x32\x00\xa2\xca\x59\x1a\xdc\x4b\xae\xeb\x94\x4a\x3c\xce\x48\x6a\xd7\x98\x14\xd1\x4e\x2b\x47\x4e\x25\x1a\x13\xbd\xc4\x9a\x4d\xc5\xab\x3f\x33\x12\x48\xcd\x68\x82\xa1\x90\xea\x48\x08\x33\x03\x59\x21\x41\x1b\xe2\x7c\xab\x42\xb4\x19\xfd\x3e\xe9\x6e\x2f\x52\xef\x45\xea\x4e\x13\xfa\xa2\x44\xea\x57\x14\xa1\xe9\x18\xd2\x8b\x46\x68\x82\x0f\x54\x73\xfe\x91\x37\x6c\xca\xb6\xb6\x9e\x73\x2a\x95\x44\x49\x2e\x15\x9f\x37\x4b\x3e\x1f\x5d\x0f\x3d\xdf\xc1\x29\x67\x13\x3a\xcd\xcd\xdd\xf2\xab\x95\x4d\xfc\x89\x2e\xd4\x94\xe5\x82\xb4\x33\x0c\x79\xbb\xf5\xba\xce\x6a\xf3\x11\x6b\x9c\xbc\x35\xed\xbc\x89\xdb\xae\x7e\xe8\xcf\x75\xe9\x75\x51\x56\x0b\xfb\xb8\xd5\x34\xb5\x7e\x31\xba\xee\xdf\x5c\xde\x5d\x9f\xf6\x4f\x50\x6f\xb1\xc8\xa8\x71\x59\x19\x0a\xa3\x7f\xd7\x93\x32\x65\x46\x3c\x89\x58\x81\xc8\xa0\xff\x82\x8f\x4c\xeb\x83\xe8\x10\x9d\x9e\xdf\xdd\xdc\xf6\xaf\x1b\x1a\xb4\x24\x01\x45\x5a\xc9\x7c\x91\x81\x7c\x74\x9f\x8f\x89\x60\x44\x4b\xf8\x16\x23\xb8\xf0\x9c\x99\x46\xfb\xff\xd5\x3f\xbd\xbb\x1d\x5c\x5e\x8c\xfe\x7a\xd7\xbf\xeb\x9f\x20\x47\x5b\xba\x59\x3d\x2e\x3d\x8a\x74\xc9\xf0\x5c\x6b\xdd\x71\x3d\x94\xdf\x72\x92\x83\x38\x46\xa7\x6c\x4e\x00\xba\x3b\x6a\xd1\x0d\xf8\xbc\xf7\x43\xff\x3c\x6e\x79\x46\x42\xe0\x62\x94\xe1\x31\xc9\xac\x2b\x0f\xbc\x53\xfa\xfc\x04\x10\xcf\xc6\xc7\x97\x9b\x55\xfd\xeb\x5d\xef\x7c\x70\xfb\xcb\xe8\xf2\xfd\xe8\xa6\x7f\xfd\xf3\xe0\xb4\x3f\xb2\x9a\xd4\x69\x4f\xf7\x1b\xf5\x64\x15\x2e\xf4\x5b\x8e\x33\xad\x91\xf3\x89\x83\x32\x46\x8f\x33\xc2\x50\xce\x80\xe2\x8c\x9a\x0f\x5a\x49\x88\xe3\x60\x66\x74\x75\x7e\xf7\x61\x70\x31\xba\xfc\xb9\x7f\x7d\x3d\x38\xeb\x9f\xa0\x1b\x92\x81\x22\xec\x16\x1d\x76\x71\x91\xe5\x53\xca\x10\x9d\x2f\x32\xa2\x57\xc3\x1c\xce\x31\x99\xe1\x07\xca\x45\xa4\xad\xc0\x3a\x02\x2b\x80\xf6\x9d\xc2\x39\x0a\x96\xee\xf2\xe2\xfd\xe0\xc3\x09\xea\xa5\xa9\x9f\x83\x84\x36\x22\xca\x71\xf0\x13\x87\x15\xf8\x89\x04\x9b\x80\x10\xa8\xe8\xfb\x40\x84\xa0\x29\x91\x2f\xee\x70\x88\x0e\x44\x55\x85\x2e\x53\x78\xf5\x8d\x12\xb9\xae\x7a\x21\xa2\xbe\xea\x8b\xeb\xa8\xa8\xfa\x45\x89\x0c\x9a\x0d\x07\x95\x7d\x6c\x6d\x13\x88\xd7\xe7\xd9\x6e\x4c\xcd\xec\xd2\x91\xb3\x0d\x1d\xff\x23\x62\x7a\xff\xdc\x61\x84\x94\x49\x8a\x59\x09\x30\x15\x64\x88\xff\x6a\xaf\xb6\x96\x17\x66\xf0\x65\xdd\x87\x55\xdf\x49\xf0\xc1\x5b\xb8\x09\xc3\xe1\xbe\xa2\x5b\xef\x3a\x94\x6d\x9c\x88\x3c\x27\x0a\x43\x05\x71\xc5\xd1\x94\xa8\x23\x74\xc9\xe0\xd9\x2d\x96\xf7\x07\xc8\x55\x87\x41\x5c\xa0\x42\x78\x7c\x86\xa4\xf2\x37\x62\x34\xec\xae\xd0\xec\x15\xf3\xbd\x62\x5e\xbf\x32\xfb\x08\xb5\x86\x15\xde\xd5\x8d\xda\xc9\xce\xbe\xbb\x8b\x2f\x30\xab\xbb\x60\x93\x92\x5d\x34\xba\x11\xd7\xda\x40\xdf\xee\x65\xf8\xbc\x56\xd0\x9d\x5e\x8d\xa6\x78\xcc\xfe\xde\x33\xff\xb7\xbf\xf7\xf6\xf7\xde\xfe\xde\x7b\x05\x2b\xfc\xe2\x16\xe5\x1a\xee\xfe\xa2\x26\xe5\x75\x0a\xf2\xc6\xd0\x74\x85\x42\xdc\x05\x9c\xee\xd7\x36\x18\x74\x35\xa6\xe4\xaa\x86\x2c\x91\x9c\x61\x61\xaa\xb2\x26\x7c\x3e\xe7\x2c\xb6\x55\x1f\x20\xef\x58\x07\x43\x20\xcc\x6e\x9d\xa5\xb9\xe8\x86\xbe\x0d\x1b\x73\xb0\x2e\xcf\x91\x51\xb4\x53\x11\xc2\x84\xea\xef\xf5\xeb\x27\x94\x33\xf6\xd8\x81\x3b\xc5\x0e\x7c\x1d\x73\x7d\x92\xec\xa3\xdd\xdb\xd7\xdf\x46\xc6\xd1\x1e\x24\x70\x9f\x53\xb3\xcf\xa9\x81\xdf\xf7\x20\x81\xbb\xa3\xd6\xa7\x95\xe9\x79\x4a\x46\xa5\x32\x2a\xfe\xcf\x51\xd9\xe5\x15\x3d\x09\xfd\x5f\xd1\x83\x22\xc9\x08\x5a\xa7\xe9\x2e\x4b\xaf\x5c\xf0\x94\x6c\x51\x7e\x45\x8f\xa8\x75\xe9\x95\xa8\xaf\x57\x2e\xc2\xbb\x65\x32\xa2\x7c\x34\xf0\x27\x16\xe4\x1b\x28\xe6\x4b\xb4\x46\xd5\xd0\xff\xde\x34\xb5\x76\xa1\xbe\xd4\x6a\x05\x05\x83\x7b\x43\x8e\x9a\x76\xb7\x80\x0b\xa9\x19\x35\xdc\x05\xf5\xcf\xfd\x8d\x50\xff\xf8\x69\x60\x64\xda\x5f\x08\x25\xf4\x98\xf8\x2a\xd8\x14\x35\x26\xea\xfe\x6d\xd8\x79\xc2\x11\x3f\x87\xa5\x67\x25\x31\x7d\x71\xd7\xc4\xaa\xa3\xb1\xbf\x2c\x5a\x2e\xd7\x97\x7a\x65\xec\xd1\x5e\x56\xd9\x5e\xf6\x70\x2a\x7b\xd3\xcf\xeb\x99\xf0\xde\xf4\xf3\xa6\x4d\x3f\xc6\x51\x3d\x5a\x60\x41\x98\xaa\x91\xd1\xcb\xd7\x09\xbc\x1e\xe6\xcd\x3b\xa9\x03\x1a\x30\xd2\xa2\xbd\x90\xfd\x55\xf5\x65\xd9\x82\xac\x60\x30\x32\x72\x45\x90\x37\x74\xfc\x8f\xe2\xdf\x81\x12\x10\xfc\x58\xe3\xf0\x5d\x15\x08\x66\x30\xec\xa5\xbe\xbe\x73\x1b\x13\xb6\xab\x6c\x23\x27\x24\x36\x38\x6a\x9b\xe3\xc7\x5c\x4a\x01\x49\x0b\x81\xab\x98\x61\x4d\x5c\x99\xed\xe9\xd0\x89\x61\x45\xfc\xc4\xda\x30\xb3\x2b\xf3\xe9\x19\x7c\xf9\xb6\x32\x91\x1a\x86\xfe\xbc\xe1\x67\x55\x72\x6c\x77\xba\x1d\x71\x50\x93\x5b\xf3\x38\xa3\xe0\x89\x01\xa8\x38\xb8\xcf\x83\x0d\x77\xf9\xd3\x18\xd2\x8b\x9a\xae\xa7\xe7\x16\x20\x2b\x67\xae\xdd\xc4\x2d\x8d\xbe\xdd\x79\xbf\x78\x30\xce\x1a\xba\x7f\xd1\xc0\x9c\x15\x8c\x7b\xbb\x72\x91\x2f\xc6\x97\xbd\xed\xfe\xf9\x38\xf3\x07\xa2\xbe\x3c\xb6\xfc\x81\xa8\xe7\xe2\xc9\x9b\x32\xe2\x95\xcc\xa8\xa8\x11\xf4\x46\xe3\x44\x2a\xfc\xf7\xcd\x4e\xb7\x4b\xbc\xd6\x27\x33\x49\x1b\xac\xe5\x53\xd1\xc3\xa9\x2a\x6e\x0d\x18\x91\x0e\xb8\x4f\x19\xde\xa7\x0c\xef\x53\x86\xf7\x29\xc3\xaf\x2f\x65\xd8\x7d\xfd\x2e\x25\x19\x51\xa4\x51\x6e\x3a\x83\xc7\x2f\x25\x37\x99\xde\x9f\x51\x6a\x32\x1d\x7e\x79\x82\x93\x99\xd7\x5e\x76\xda\xcb\x4e\xbb\x98\xee\x6b\xd5\x5e\x1d\x95\xbf\x06\xed\xb5\x35\x3a\x51\x11\x24\xb6\x36\x36\xc0\x4e\xfb\xd7\xb5\x41\x01\x01\xd2\xa3\x1b\xce\x3a\xc7\xff\x95\x1b\xf6\xdb\x61\x72\xf2\xa9\xf9\xd8\x36\xee\x4d\xb7\xee\x5f\xac\x77\x73\x5f\xcb\xa2\x76\xad\xf6\xce\xd7\x15\x8b\xb3\x77\xbe\xee\x9d\xaf\xaf\xce\xf9\xba\x73\x95\x6a\x65\x45\xfa\x6b\x7b\x35\xaf\x8c\x0a\x77\x17\xbd\xd1\x65\x34\x29\x18\xfc\xed\x94\x2c\x32\xbe\x04\x1b\xcb\x4a\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\xb7\x98\xf7\xab\x10\x74\x8f\xff\x51\x4a\x89\x68\x85\x99\x12\x24\x31\xac\x3f\x06\x43\x56\xff\x24\x80\xcc\xb7\xb7\xe6\x38\x57\x41\xbc\xa1\xd4\x07\x60\x41\x84\x5a\x06\x6f\x92\xf9\x42\x2d\xff\x73\xc8\x68\x81\xac\x4d\xa7\x8c\x0b\xc3\x03\xf5\xc7\x33\xcc\xd2\x4c\x9f\x1f\xe9\xdb\x49\x30\x63\x5c\x81\x70\x02\x33\x48\xd1\x03\xc5\x46\x94\xe9\x5d\x0d\x5a\xf8\xe4\x5b\x9d\xc5\xc8\x9d\xfe\x86\x4e\xe2\x73\x63\x56\xaf\xb9\x45\x3f\x64\x7c\x0c\x55\x16\xf2\xd8\xc4\xa0\x1b\xd8\x3b\x80\xa3\x9d\x7b\x29\xe6\xa1\xb0\xbc\x2f\x27\x6a\xc5\x61\xfb\xa3\x95\xa9\x5b\x6b\xde\x8d\xc0\x0c\x57\xbf\x5a\x4a\xef\x8a\x9f\xd9\x84\x2f\x78\x0c\x43\x2e\x8f\xc3\xfd\x18\x76\xe8\x7e\x2b\x5a\x76\xbf\xb8\x2a\x55\xf0\xa3\x20\x4a\x2c\x47\x58\x29\xcd\x90\x76\x99\x53\x76\x8b\xe5\xfd\x16\x39\x65\xb1\x77\x67\x4d\x4e\x59\xd4\xd7\x2b\xe7\x58\x51\x4e\x59\x3c\xf0\x27\xe7\x58\x2d\x89\xfb\x8b\x4b\x1f\x68\x7b\x54\xf7\xa9\x04\x1b\x2c\xdd\x97\x9a\x56\xb0\x8a\x17\xbf\x9a\x11\x96\xae\x83\x2f\xf1\xe4\xc6\x97\xdb\xfe\x88\xae\x5a\xa3\x2f\xae\x9c\x46\x49\x66\x59\x33\xb7\x37\x52\x56\xa3\x2c\x76\xed\x7a\x54\x4f\x63\x7f\x0f\x76\x63\x5f\x67\x6f\x5f\x67\x6f\x5f\x67\xef\xc9\xeb\xec\xb5\xd3\x59\x5b\x2b\xac\x6d\xb5\xd5\x76\xaa\x6a\xb3\x9e\xfa\x04\x3e\xe7\xf6\xca\x64\x29\x1f\x3d\x56\x23\x37\xcd\x47\x8f\xba\x7f\x13\xce\xe9\x68\xc4\xcf\x91\x8f\xfe\x3b\xd5\x2c\xf7\x6a\xe5\x93\xac\xdb\x97\xaa\x53\xbe\x72\x85\x72\x9f\x49\xbf\x47\x31\xdc\x87\x9a\xec\x70\x71\xf6\xa1\x26\xfb\x50\x93\x2f\x36\xd4\xa4\x59\x3d\xa1\xe9\xd6\x59\x92\x1d\x71\xcb\xbd\x95\x41\xfc\x0a\xa2\x94\x16\xfb\x5b\x20\x99\xd7\x69\x0b\x85\x2c\x1d\x21\x0f\x6f\xae\x39\x0c\xd2\x37\xa1\x32\xd4\xae\xe6\x73\xa8\x0e\x7b\x10\xec\x9d\x82\x60\xbf\xba\x69\xef\xa5\xca\xbd\x54\xb9\x17\x9c\x5a\x4e\x78\x2f\x38\xbd\x5e\xc1\xe9\xa5\xb4\xa1\x2f\x09\x0f\x49\x8b\x58\x51\x56\xd2\xca\x38\x65\x83\x69\x04\xce\x8c\x7c\x91\x71\x9c\xae\x8b\x38\xfa\x35\x10\xdf\x56\xc8\x7d\x41\xbb\xa2\x88\x53\x2e\x89\x7f\xab\x64\x3b\xd3\x80\xee\xf1\x2d\x88\x76\x7a\x9c\x66\xc4\x2d\xa2\x23\xc3\x0e\xdf\xfd\x5b\x8b\x81\x5f\xdb\x3b\x19\x38\xcd\x18\xa7\x0e\x34\xc0\x88\x67\x73\xbc\x44\x33\xfc\x40\xd0\x04\xd3\xcc\xd8\xe7\x68\x8a\xcb\xeb\x5b\x9a\xdb\xaa\x01\xfd\x47\xb7\x01\xe1\x78\x38\x45\x46\xa3\xbe\x2f\x8c\x54\x95\xe0\xcc\xb9\xfb\xe0\x9d\x19\x96\x08\x67\x82\xe0\x74\x89\xc6\x84\xb0\x20\x93\xad\xed\x98\x77\x22\x18\xbf\x78\x78\x66\x48\x37\x2f\x1a\xe5\x0d\x5c\xa3\xb1\x5a\xf4\xce\x15\xcb\x32\x27\xd9\x42\x87\xdc\x46\x71\x94\xdf\xbf\x15\xe6\xf2\x1c\x6a\xe2\x17\xec\x45\xda\x7b\x8a\x7e\x9f\x35\x19\x5f\x8d\xf6\xb1\x57\xd1\xf7\x49\xc6\x7b\xcf\xcf\xde\x80\xb1\x37\x60\xec\x7c\x19\x5f\x93\x01\xe3\x05\x65\x74\x93\xdb\xf4\x24\xc5\x4a\x5e\x8b\xb4\xbe\x17\xd6\xf7\xc2\xfa\x5e\x58\xff\x62\x85\xf5\xd7\xb1\xc2\x7b\x49\x7d\x2f\xa9\xef\x25\xf5\xbd\xa4\xbe\x97\xd4\x77\xbe\x8c\x7b\x49\xbd\x24\xa9\xc3\xbf\x1c\x5a\x40\x57\xb1\xbd\xb5\xb8\xbe\x19\x34\x40\x3b\x37\x9d\xc5\x06\x78\x2b\x92\xf9\x5e\x2a\xdf\x4b\xe5\xaf\x5b\x2a\x7f\x35\x13\xfa\xf2\x12\x82\xf7\x29\xb5\xfb\x94\xda\x7d\x4a\xed\x4b\xa4\xd4\x3a\x5e\xb2\x4a\xc2\x59\x55\x4b\xe7\x67\xcb\x5c\xbe\xa6\x2c\xc9\x72\x10\x55\xf5\xcf\x3f\xe4\x34\x4b\x11\xa8\x48\x5a\xd3\xa5\x9c\x7d\x03\xf4\x04\xa4\x00\xe3\x74\xd5\x1f\x56\x4b\x30\x3f\x57\x58\xdd\xab\x15\x62\x8a\xd1\x6e\x0a\xc3\xb6\xab\x3d\xf5\x25\x70\x37\xa8\xb8\x17\xfd\xe6\x1a\x7a\x45\x75\xf8\x0e\x9c\x58\xa2\x39\x92\x1b\xdf\x13\x57\xe4\xab\xed\xb3\x53\x7d\xbe\x4f\xf6\xa3\xb7\x55\xca\xa0\x3a\xea\x7d\x55\x3e\x14\xec\xda\xbe\x2a\xdf\x13\xce\xdb\x9d\xb3\x35\x33\x77\x34\x6a\x6c\xe1\x6f\x74\xda\x2f\x1e\xec\xd8\x7c\xd2\x5f\x34\xf4\xb1\xf6\x22\xab\xe4\xd6\x1d\xff\xa3\xf6\x9e\x7a\x81\x62\x84\x9d\x2f\xa7\x9d\x94\x25\xdc\xe6\x7a\xfa\x40\xd4\x97\x72\x37\xed\x4b\x13\xee\xcb\xeb\xec\x68\xba\x1b\xdd\x3d\x6f\x76\xb6\xfb\x42\x8c\xfb\x42\x8c\xfb\x42\x8c\xd1\x11\xdc\x17\x62\xdc\x17\x62\x44\xe8\x59\x0a\x31\x76\x96\x19\x77\x50\x92\x71\x1b\x89\xd1\x74\xff\xa5\x08\x8d\xfb\xb2\x8c\x7b\xb9\x71\x77\xd3\xfd\x7d\xc9\x8d\xaf\xd0\x6a\xf1\x2a\xea\x4f\x7a\xab\xc5\x8b\x43\x01\x79\xd6\xde\x1a\x0e\x28\x8c\x35\xf1\x5f\xef\x14\x15\xc8\x6d\xda\x1e\x19\xc8\xfe\xdf\x1e\x19\x68\x8f\x0c\xd4\x30\xeb\x7d\x30\xf3\x1e\x19\x08\xed\xc3\x75\xf7\xe1\xba\xaf\x39\x5c\xb7\xc5\x36\xee\x91\x81\x5a\x8a\x8c\x4f\x84\x0e\xe4\x64\xae\xad\x10\x82\x6a\xc4\xc1\xf5\x28\x41\x9f\xaa\x1a\xd1\xab\x15\xf5\xdc\x58\xf7\x68\x41\x7b\xb4\xa0\x6d\x69\xe7\x55\x28\xa0\xcf\x88\x1a\x54\xc7\x61\xba\xe4\x22\xd7\x30\x97\x6d\x15\xcc\xb7\x81\x20\xe4\x46\xbb\x4f\x4c\xde\xa7\x40\xbc\xfe\x14\x88\x57\x97\x98\xfc\x6a\x34\x95\xbd\x3a\xbf\xcf\x4d\xde\xe7\x26\xef\x8d\x1d\x7b\x63\xc7\xce\x97\xf1\x35\x19\x3b\x5e\x58\x6e\x7f\x42\x24\xa1\xd7\x28\xc1\xef\x05\x78\xf3\xde\x5e\x80\xdf\x0b\xf0\x5f\xa8\x00\xff\x3a\x56\x78\x2f\xbd\xef\xa5\xf7\xbd\xf4\xbe\x97\xde\xf7\xd2\xfb\xce\x97\x71\x2f\xbd\x3f\x1b\xba\x50\x9d\x08\xdf\x19\x61\xa8\xa3\x9b\x2f\x48\x20\x7b\x4b\xd2\xfa\x5e\x52\xdf\x4b\xea\xaf\x5b\x52\x7f\x35\x13\xda\xa3\x0d\xed\xd1\x86\xf6\x68\x43\x7b\xb4\xa1\x8d\x64\xa4\x7f\xb1\xc7\xf2\x5d\x70\x13\xfb\x2b\xfb\xdd\x0f\x19\x1f\xdf\x2e\x17\x44\xff\xf7\x8c\xce\x09\x93\x20\xd1\x52\xb5\x0c\x65\xa2\x86\x95\xaf\xae\xf9\xbb\x9b\xc1\xc5\x87\xf3\x30\x0d\xed\xdd\xc7\xbb\xf3\xdb\xc1\x55\xef\xda\xaf\x8b\x9f\x55\xb8\x16\xf6\xbb\x48\xac\x3b\xe5\xf3\x05\x16\x54\x72\xd6\xff\xac\x4f\xa7\x1e\xda\x25\xc8\x3e\x5c\x6c\x36\xba\xfe\x5f\xc3\x91\x5d\xc4\x7f\x7e\xb8\x8d\xff\x8a\x66\x71\x7e\x1b\xff\xd5\x5f\x39\x9b\xa0\xe1\x32\x3f\x3b\x44\x1f\x6e\x4f\xd0\x07\x08\x52\x11\xe8\x76\x86\x0d\x4b\x3a\xbf\x3d\x41\xe7\x44\x4a\xf8\xa5\xf8\x58\x51\x95\xc1\xdc\x7e\xa0\x0c\x8b\x25\x72\xd3\x37\xb9\xa8\x18\xac\xbf\x6e\x69\xca\x8b\xc7\xfe\x96\x33\x50\x68\x8a\xd5\x3b\xe7\x53\x9a\xe0\x6c\xbb\x45\xec\x5d\x84\x07\xe9\xdd\xe5\xf5\xca\xa5\x08\xdf\xae\xae\x45\xef\xe2\x0c\x32\x63\xdd\x50\x6b\x66\x7e\x41\xa4\xd6\x98\x12\xce\x52\x6b\x11\xd7\xfc\x6c\x19\x88\x29\x7f\xe3\x90\x2b\x9b\x4b\x2d\x3c\xf7\x2e\xce\xd0\x31\xba\xbc\x1e\xb2\x4b\xad\x55\x69\x3e\x4b\xf4\xfd\x6e\xb8\x2e\x95\x88\x71\x85\xe8\x7c\xc1\x85\xc2\x4c\x69\xd1\x06\x18\x9b\x5d\x11\xa3\xa4\x9d\xf2\xf9\x3c\x57\x58\xd1\x07\x52\x59\x54\x66\x94\xc4\x1b\xa2\x06\x29\x18\x9c\x6b\xd6\xd0\x70\xbe\x62\x2e\x0b\xa1\xdb\xd7\x5c\x37\xd6\x2c\x68\x5a\x11\xce\x5d\x13\x58\x08\x1c\xf3\xc7\x77\x54\x91\x79\xf9\xfd\x96\x01\x93\xff\xac\x55\x9b\xf4\x95\x70\xce\xb1\x56\x41\x4d\x7a\xe4\x39\x55\x44\xe0\xec\x23\x5e\xbc\x77\x36\xac\x0d\xe8\xe3\xff\xde\x44\x89\xaa\xef\x7e\xe9\x7d\x0c\x53\x5d\xdf\x5d\x5d\x5f\xde\x5e\xae\xa4\x99\xa8\x85\x2a\xd1\xe8\xc7\x27\xf0\xbf\xe8\x18\xe9\xd6\xfd\xcd\x35\x27\x0a\xeb\x1b\x1d\x7d\x6d\x52\xba\x7c\x0a\x06\x65\x19\xd0\xc8\x42\xd0\x39\xd5\xfb\x6a\xb5\xf8\x6f\xcc\xe5\xe8\x6f\x7f\x4f\x25\xe6\x03\x93\xb4\x09\x72\x87\xc2\x2c\xc5\x22\x45\x7f\x93\xe5\x7c\x66\x30\x1e\x99\x1f\x48\x8a\x0e\xd1\x4c\xa9\x85\x3c\x39\x3e\x7e\x7c\x7c\x3c\xd2\x6f\x1f\x71\x31\x3d\xd6\xff\x38\x24\xec\x68\xa6\xe6\x99\xc9\xdf\xd6\xab\x70\x82\xae\x04\x57\x1c\x04\x08\x24\x89\xa0\x38\x83\x54\xd2\xb1\x39\xed\x7c\x82\x7e\x4d\xb8\x20\x47\xc5\xc6\x58\xc5\xd2\x08\x25\x4e\xf9\x3c\xd6\x2f\xd5\x1c\x9d\xf2\x7e\xa2\x94\x24\x34\xb5\x92\x14\x61\x09\x07\xeb\x83\xb1\x57\xea\xf6\x5c\x1e\x1c\xb1\xce\x22\xbf\x9c\x81\xb0\x81\x53\x82\xf0\x03\xa6\x99\x41\x09\xe0\xc6\x10\x69\xd6\xd9\x24\xb7\x0c\x8c\xd8\x99\x6b\x11\x1b\xa2\x13\x41\x91\x74\xaf\x2e\xf4\x84\x13\x9e\xa1\x71\x3e\x99\x10\x11\xfa\xaa\x0e\xb4\x34\x42\x25\x12\x24\xe1\xf3\x39\x61\xc6\x54\xa9\x1b\x82\x2f\x61\xc5\xec\x68\x8f\x86\x0c\xf6\x5f\x8b\x29\x40\x01\x29\x87\x83\xcd\x88\x56\x57\xd8\xd2\x74\x33\xce\x27\x91\x2f\x0c\x70\x11\x70\x8a\xa8\x1a\xb2\x5e\xa6\x15\xdb\x39\x57\x24\x0c\xb3\x04\xc3\x79\xb4\xe0\xc0\x10\x04\x59\x64\x38\x71\x49\xbc\x19\x4f\x70\x86\x26\x34\x23\x72\x29\x15\x99\x87\x0d\x7c\x0d\xba\x96\x5e\x33\x2a\x51\xca\x1f\x59\xc6\xb1\x9d\x47\xf9\xb3\x6f\x62\xde\xd2\x77\xd9\xf2\x7d\x21\xb8\x80\xff\xf9\x89\xb2\x74\xb3\x33\x78\x77\xf1\xd3\xc5\xe5\xa7\xe8\x18\xde\xdd\xf4\xaf\xc3\xbf\x6f\x7e\xb9\xb9\xed\x7f\x5c\x79\x0e\xcb\xad\x14\x94\x05\xc3\x03\x19\xfc\x04\xdd\x98\x45\xe0\x02\x69\xad\xaa\x61\x52\x1f\x2d\x29\x15\x3f\xf0\x94\x6c\x36\xb7\x8f\xbd\x8b\xbb\x5e\xc4\x51\x6e\x4e\x7f\xec\x9f\xdd\x9d\x47\x02\x9e\x9b\x5f\xf0\xcb\x75\xdf\x88\x6f\xe1\x6f\xa7\x3f\x0e\xce\xcf\x46\x35\x02\xdf\xbb\xeb\xfe\xe9\xe5\xcf\xfd\xeb\x42\x36\xab\x5d\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\xff\x81\x7d\x07\xa0\x1d\x8c\x72\x84\x55\x8c\x15\x11\x36\xac\x7b\xc7\x2c\x50\x34\x0c\xc8\x83\x5f\x38\xad\x0a\x49\xfd\x62\xae\x0f\xb5\xa0\xd3\x29\x28\xfe\xa5\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x85\xe0\x70\xce\x75\xb7\xd6\x62\xe4\xb5\x0a\xf3\xa1\x41\xa6\x8c\x5a\x14\x18\x14\x86\x9a\xa1\xb9\xcd\xd2\x8b\xd0\xb8\x5e\xe6\x3c\x16\x81\xd1\xc0\xb6\xa4\xb1\x57\x2c\x04\x79\xa0\x3c\x0f\x3e\xb5\x88\x25\xd1\x8e\xd7\x36\x5f\x2c\x00\x2c\x9b\x51\x6a\x4a\xcd\x78\xf2\xa8\x6d\x41\xb3\xb0\x07\x68\x61\x22\xf8\xbc\xa6\x8d\xf8\x98\x0c\x2e\x6f\x94\xc0\x8a\x4c\x97\x67\x96\x65\x6c\x7e\x3c\xce\x2e\x3f\x5d\x9c\x5f\xf6\xce\x46\xfd\xde\x87\xf8\xc4\xfb\x27\x37\xb7\xd7\xfd\xde\xc7\xf8\xd1\xe8\xe2\xf2\x76\xe4\xde\x58\x49\xf2\x0d\x1d\x54\xef\xe9\xf8\xc5\x13\xa4\x59\x2e\xb0\x46\x07\x01\x17\xf0\xc7\x31\x99\x70\x61\xf8\xfc\xdc\xb9\x2f\xe1\x46\x41\x7e\x6d\x49\x6a\x94\xf7\x78\x16\x27\xa0\xd9\xd6\x35\x69\xac\x56\x4a\x10\x3c\x87\x7b\x02\x33\xd4\x67\xe9\xe1\xe5\xe4\xf0\xc6\xfc\x38\xc7\xe2\x9e\x08\xff\xe9\xa3\xa0\x4a\x11\x30\xff\x53\xeb\x19\x00\xcd\x1b\x86\xac\x2f\x32\x08\xaf\x2f\x3a\x38\x42\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\x35\xbc\x57\x93\x86\xbb\x17\xa1\x3f\xfb\xb2\x97\xfe\xaa\x54\x75\xb7\xd8\x8e\xa6\xee\xae\x60\xc5\x2f\x2f\x46\xfd\xff\x1a\x44\x9a\x90\x7d\x52\x43\x6b\x30\x71\xf3\x78\xf5\x25\x53\xdf\x76\x95\x9c\xe2\x17\x6b\xc8\xc9\x64\xe1\xe8\x9d\x9f\x68\xdd\xaa\x86\x96\xc8\x67\xaa\xcc\xc6\x84\xe3\x2e\x91\x50\xd1\x0c\x98\x47\xf0\x62\x41\xb0\x90\x75\xbb\x1d\x8b\x81\x0d\x7b\x6f\x7a\x0a\xfb\xb0\x9b\xec\xfa\x39\x40\x9c\x65\xcb\x50\x88\x28\x51\x64\x0b\x1a\x30\x6d\x55\x28\xe0\x0a\xe0\x7f\x2e\x2d\xd4\xce\x47\x2a\xb5\x8a\x64\x7e\xfc\xc1\x62\x00\x6d\x46\x10\xef\x7b\x83\xf3\x92\x70\x31\x3a\xeb\xbf\xef\xdd\x9d\xaf\x56\xf3\xa3\xef\xca\x5b\x8c\x0e\x91\x7e\x1e\xfb\xce\xe8\xc4\xdc\x19\x0e\xc9\xc8\x28\x70\x84\x69\xf1\xd3\x25\xcd\x18\x7b\x53\x4a\x16\x19\x5f\xce\x09\x03\xf3\x7d\x74\x13\xea\xf5\x9c\x60\x6a\xaf\x96\x60\xb0\x27\x5a\x66\xb1\x96\x45\xb8\xc6\x0e\x1d\x7c\x12\x49\xfd\xcd\x1b\xa3\x27\x95\x58\xf7\x95\xb1\x7e\xdb\xff\xdc\x28\xac\x36\x3c\x63\xbd\xd3\xdb\xc1\xcf\x91\xcd\xa1\x77\x7d\xfa\xe3\xe0\xe7\x3a\xa9\x66\xf4\xa1\x7f\xd1\xbf\xee\xdd\xae\x11\x4e\x4a\x4d\xd6\x09\x27\x52\x0f\xb8\xec\xfd\xa0\xd2\x47\x05\xe8\xb3\x23\x78\x86\xa8\x92\xe8\x81\x4a\x3a\xa6\x80\x58\x65\x3d\x09\x77\x03\xe0\xac\x90\x26\x45\xd5\xd2\x89\x2f\xa6\xdf\x78\x1f\x35\x27\xb5\xed\x1b\x25\x3b\xf4\x2f\x24\x5a\x25\x33\x9b\xe3\x26\x7d\x82\x7a\x22\x99\xd1\x07\x50\xda\x82\xcf\x98\x16\xa4\xd9\x94\x08\x33\x1c\xb0\x9e\x86\x63\x09\x9e\xeb\x51\x85\xc2\x4a\xb1\x6a\x5e\x68\x9d\x12\xa6\x15\xff\xb0\x13\x23\x48\x09\xc2\xbe\xd2\x32\xd7\x22\xa3\x09\x55\xd9\x12\x25\x60\xb1\x49\xb5\x98\x3b\xc7\x0c\x4f\xad\x70\x00\x6a\x4e\x89\x24\xfe\x6a\x60\xbd\x2e\x27\xd6\x34\x77\x4b\xc9\x86\xc7\xec\xee\xe2\xac\xff\x7e\x70\x11\x93\xc0\x8f\x83\x0f\x91\x08\xfb\xb1\x7f\x36\xb8\x8b\x6e\x73\x2d\xc9\xae\x96\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\x47\x9f\x29\x51\x6b\x57\x6c\x6b\x30\xb1\x3e\x84\xc8\x62\x52\xef\x6a\xac\xf4\x7d\x51\x76\x0a\x55\x5d\xb1\xd6\x91\xa0\x3b\x39\x2a\xec\x28\xa1\x0f\x12\x8c\x06\x4d\x26\x9b\x1a\xb3\x74\xc1\xb0\x7f\x06\x17\xd3\x3c\x97\xca\xb8\x02\x80\x38\xd1\xfd\x5f\xa4\x5e\x50\x70\x15\x1c\xa1\x1b\x42\x86\xcc\x59\x0f\xa6\x54\xcd\xf2\xf1\x51\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\x7f\x38\xff\xd3\xb7\x87\xe7\x7f\xf9\xf6\x5d\xd5\x1e\xd4\xb4\xff\x7d\x96\xe0\x85\xcc\x33\x1b\x35\x23\xc2\xb5\x71\x47\x3e\x27\xeb\xf6\xfb\x22\xde\xae\xed\xf4\xd7\xd3\xab\xbb\xc8\x3e\x1b\xff\xf9\xb1\xff\xf1\xf2\xfa\x97\x88\x53\xde\x5e\x5e\xf7\x3e\x44\x0c\xb5\x7f\xf5\x63\xff\x63\xff\xba\x77\x3e\x72\x0f\x3b\x69\xbf\xa5\x35\xfa\x89\xf1\x47\x16\x2f\x8d\x74\x1c\xb0\xd2\xd3\x09\x7a\xcf\x05\xfa\xc9\xef\xe4\xe1\x18\x4b\xb8\x62\xdc\x9d\x25\x0f\xd0\x82\xa7\xc0\x78\x11\x59\xcc\xc8\x9c\x08\x9c\x59\x9b\x81\x54\x5c\xe0\xa9\xb9\xe9\x65\x22\xb0\x4a\x66\x48\x2e\x70\x42\x0e\x50\x02\xd4\x30\x3d\x80\x4d\x01\x55\x8b\x4f\x65\x79\x5f\x72\xa6\xe8\x9c\x38\x15\xdc\xfe\x79\x6b\x36\x63\x83\xcd\xb9\xbc\xfd\x31\x16\xf6\xde\x9f\xff\x72\xdb\x1f\xdd\x9c\xfd\xb4\x72\x3d\xcd\x67\xd1\xc8\x6e\x20\x80\xe0\x94\x67\xf9\x9c\x85\xff\xde\x7c\x6c\x83\x8b\xdb\xfe\x87\xf2\xe8\x2e\x7b\xb7\x31\x65\x5c\xc7\x41\x2e\xef\x7e\xb8\xbc\x3c\xef\x47\x2e\x9d\x77\x67\xbd\xdb\xfe\xed\xe0\x63\x44\x3f\x67\x77\xd7\x06\x86\x6f\xd5\x34\xdd\x08\x6a\x26\xaa\xa7\x15\x4e\x73\xd7\xac\xb0\x15\x27\xea\xd9\xa0\x52\x73\x96\x0f\x03\xa0\x16\x13\xce\x01\x56\x9d\x43\x6f\x52\x4d\xcc\x48\x6b\xd9\xa1\x8a\xb7\x09\x35\xb3\xe3\x95\x1b\xbd\x8a\x2b\xdf\xfa\x21\x18\x6c\x4a\xa3\x6c\xe3\x2c\xe3\x8f\x26\x9c\x6f\x4e\xf5\xad\x6c\x61\xbb\xf4\x2b\x12\x25\xb9\x10\x84\xa9\x6c\x79\x54\xc3\xf1\xe2\x6d\x21\x89\x20\xea\x23\xcf\x99\xda\x9c\xe4\x7a\x17\x11\xdf\xe9\x5f\xfc\x3c\xfa\xb9\x17\x53\xe0\xe0\x7c\x35\xab\x09\x9b\xa8\xb9\x8a\x7b\x17\xbf\xf8\x4b\x18\x82\x3e\x0f\xbc\x86\x6a\x64\xd7\x24\xa3\x5a\xec\x4d\xb0\xd6\x5e\x33\x90\x68\x10\xa1\x60\x72\x98\xeb\xc9\x41\x90\xd9\xc2\x78\x4f\x0c\x7f\x32\x83\x3c\x71\xff\x28\xb5\x27\x61\x5d\xc0\x9a\xea\x62\x6a\xa1\x1d\xab\x55\x33\x44\xd8\x03\x15\x1c\x00\x56\xd1\x03\x16\x54\x4b\xe3\xa6\x65\x3d\xd7\x13\xf8\xdf\x6e\x6d\x82\x61\xb4\xc4\xb8\x6e\xb8\x50\x67\x3e\x98\x6f\x33\x6b\x48\x5d\x50\x5b\x35\x9c\xad\xde\xd0\x51\xfd\xb6\x66\x73\xb6\x0c\xfa\x8b\x27\xfc\x5b\x76\x46\x71\xa6\x19\xc0\xee\xe4\xc5\xde\xc5\xcd\x20\x96\x1f\x63\x35\x23\xe0\xcb\x1b\xcb\x8b\x60\xa8\x34\x23\x77\xca\xc4\xcd\x5f\xcf\x8d\x76\x01\x28\xbc\xe6\xdc\x06\x8a\x85\x85\x56\x30\xd2\xc4\x02\x0b\x59\xfa\x42\x22\x80\xd0\x2a\x02\x26\xf4\x9d\x05\xe1\x08\x0f\x9c\xa6\x43\x46\x3e\x2f\x08\x93\xf4\x01\x20\x78\xe1\x99\x0f\x8b\x93\x47\x68\x30\x01\x96\xa0\x5f\x67\x28\x67\x32\x5f\x2c\xcc\x1e\xd8\x41\x1e\x68\x51\xb6\x40\x77\x08\xcc\x47\x8c\xb8\x60\x87\x62\xf0\x43\xf6\x89\x20\xdb\x06\x3c\x9a\x70\xcd\x80\xf4\x2e\xda\xf6\x4e\x10\x66\x92\x1e\x20\xad\xb0\x94\xf6\xf4\x16\xcb\xfb\x8a\x19\x7c\xc0\xa4\xc2\x2c\x21\xa7\x19\x96\x72\x53\xca\x36\xea\xf6\x41\x7c\xf9\x5d\x5f\xdf\x5d\xdd\x0e\x7e\x58\xc3\x70\xca\x1f\x57\x43\x63\x93\x2c\x77\x9e\xa2\xb1\xe0\x38\x45\xfa\x24\x4f\xb9\xf1\x4a\x59\x19\xb4\x80\x45\x36\x61\xe6\x3e\x36\x27\x82\x64\x2e\xa2\x63\xad\xca\x1d\x5a\xb5\xa9\x5d\x08\x94\xe8\x95\x40\x81\xf6\xed\x2e\x20\x70\x72\x99\x6a\x11\xd6\xd0\xb2\xc8\xb0\x9a\x70\x31\x37\x0c\x27\x9a\xb4\x69\x7c\x75\xa3\x94\x29\x22\x44\xbe\x50\xd4\xe1\x5c\x97\x05\x26\x28\x53\xce\xa7\x1f\x89\x94\x78\x4a\xb6\xf1\x85\xd6\xc9\xb1\x37\x3f\x87\x7f\x82\xaf\xb3\x8d\x18\x1a\x8d\xd0\x05\x51\x3a\x7a\xba\x64\xef\x31\xcd\x72\x41\xae\x78\x46\x93\x0d\x63\x37\xde\xf7\x06\xe7\xa3\xc1\x47\xad\x4f\xf6\x6e\xfb\xe7\xd1\xad\x06\xcf\x7a\xef\x6f\xfb\xd7\x16\x48\xb8\xf7\xc3\x79\x7f\x74\x71\x79\xd6\xbf\x19\x9d\x5e\x7e\xbc\x3a\xef\xaf\x09\x89\x68\x6c\xbc\x6a\xe8\x2b\xbf\x7a\x52\xf9\x05\x76\x58\xe4\x46\x5d\x77\xa6\x1b\x48\x62\xc0\x34\x03\x7f\x2c\x37\x7e\x59\x8c\x18\x4f\x0d\x9c\x8b\x74\x86\x02\x8f\xf0\x8b\x06\xea\xab\x2c\x43\x38\x57\x7c\x8e\xc1\x81\x90\x2d\x87\x0c\x8f\xf5\x29\xc7\x59\x56\xc8\x11\x9a\xc5\x30\x7d\xda\x75\x63\x06\xbe\x3a\xc9\x88\xe6\x2c\x8b\x20\xf7\xc4\x9a\xb0\x27\x94\x41\xd0\xd6\x1c\x8b\x7b\x57\x8b\xcb\x47\xf4\xfa\x43\x21\x11\x96\x43\x66\x60\x66\xec\xc5\xd9\x62\x85\x4f\x5a\xbd\xd5\xb8\x3a\x73\x7c\x4f\xf4\xaa\xcc\xf3\x64\x86\x16\x82\x4f\x05\x91\xd2\x9a\x39\x13\xcc\x8c\x2f\xdc\xbe\xae\x39\xe2\x90\x31\xae\x97\xc2\x59\x53\x53\xb2\x20\x2c\x25\x2c\xa1\x26\xcb\x04\xdc\xc8\xde\xca\x36\x15\x78\x31\x43\x92\x83\xff\x15\x96\x1d\x4c\x29\xe6\x23\xc7\x54\x2d\xb0\x0e\x3c\x0e\x8d\xa1\x22\xd7\x7c\xe2\x12\x44\x16\xb3\xca\xf0\xb1\xe3\xcb\xce\x03\x60\x4c\x52\xf3\x45\x46\x94\x01\x32\x87\x25\x87\xcd\xd0\x6b\x1d\xed\x87\xde\xa6\xba\x4d\xd0\x77\x87\x1b\x33\x96\x76\x44\x47\x35\x46\x56\x7b\xa4\xd0\x8f\x98\xa5\x99\x6e\xc5\x99\xd3\xe3\xb3\x08\x51\xcd\x3d\x4d\x35\xee\x34\x6e\x23\xd7\x27\x38\x97\x9d\x04\xfb\xd5\xa9\x41\xc6\x40\x75\x58\xc4\x27\x00\x79\xdb\xbc\x20\x58\xdd\x85\x66\x91\x38\xe3\x76\x95\xcc\xeb\xb9\x29\xce\x83\x60\x34\x0d\xc6\x90\x85\xa0\x2c\xa1\x0b\x9c\x6d\xa4\x86\x94\xe2\x3a\x6d\xb8\xe4\xd7\x74\xa2\xc9\xe7\x9b\x8a\x07\x51\x11\x31\x87\x7c\x39\x3b\x4c\xbf\x85\x1d\x8c\x1a\x36\x40\x96\xc8\x22\xb0\x01\x0b\x9e\x1b\xd7\x10\xac\x0b\x49\x6b\x8e\xea\x51\xdd\x76\xeb\x93\x81\xe3\x58\xba\x0d\x36\xdb\x04\xa1\x34\xad\x5f\xa9\x15\xdb\xbb\x89\x82\xc2\xd9\x55\x7d\x9b\x75\x3b\x10\x3c\xfc\xe7\x2a\xda\xf9\x88\x17\x9a\x66\x2c\xbc\x3a\x2e\xe6\x68\xe5\x75\x5b\xb2\xc9\x85\x72\x04\x6e\x5c\x1f\x62\xdc\x7e\x37\x8a\x25\xb4\xb1\x38\xd5\x4e\x22\x77\x76\x90\xf2\x68\x69\x7c\x92\x2b\x7d\x3c\x31\x38\xc4\xd1\xd7\xe4\x68\x7a\x84\x1c\x10\xfe\x01\xea\x5d\x5d\xf5\x2f\xce\x0e\x10\x51\xc9\x37\x2e\x58\xcc\xc6\xce\x0c\x99\xe2\x56\x5a\x59\xa2\x19\x7f\x04\xde\x48\xc4\x94\x44\x73\x76\x81\x36\x00\xc4\x35\xa5\x52\x09\x1b\xee\xc3\xd2\xb0\x0c\x04\x9d\x97\x25\x3e\x43\x21\xb9\x9a\x6d\x43\x1a\x58\xca\x7c\xae\xd5\xaa\x11\xc5\xf3\x91\xe0\xd9\x36\x4c\xe1\x0c\xa6\x02\x9a\x9b\xcf\x16\xa5\x78\x8e\x74\xb3\x36\x2a\xc1\x7b\xbf\xbc\x48\xa7\x05\x23\xcd\x97\xf5\xbd\x19\xdc\x5b\xce\x10\x6e\x43\xa3\xa8\xf3\xc6\x43\x36\x69\x03\xab\x28\x2c\x98\x23\x6b\x34\x1e\xe1\x24\xd1\xda\xdf\x8e\x27\x15\xd4\x16\x71\xd6\x69\xdb\xd1\x93\x4d\x73\x1d\x9d\xbb\x61\x2e\x34\x07\x83\x28\xcc\x6a\x59\x80\x9a\x7e\xc7\xcb\x4a\xaf\xae\xfa\xc7\x9d\xf4\xda\xbd\xb9\x84\x25\x81\x9d\x94\xa6\x7a\x88\x9a\x11\x8b\x62\x17\x76\xe9\x62\xab\x75\xc3\x4b\x9e\x8b\x3a\x46\x37\x64\x67\x64\x21\x88\x96\xf4\xcb\xb6\x7c\x4f\xd3\xd7\x31\x25\xee\xe9\x7a\x4f\xd7\x6f\x9e\xae\x4f\x4d\xc5\x1f\xe7\xb6\x08\x2a\x6a\x6c\x43\xe8\x75\xad\xac\x6a\x09\x3d\xf9\xfd\x7e\x6a\x2e\xf6\xba\x42\x25\x31\x15\xb9\x3b\x98\xb2\x4a\x89\x26\xb3\x91\x50\x6f\x18\x2e\xdc\xdf\x72\xae\xb0\xfc\xe6\x68\xc8\xb4\xf4\x70\x4f\x96\xc6\xe4\xa5\xef\xe7\x3f\x6a\x21\xf4\x50\x12\x26\x21\xe4\xf6\x8f\xc6\x45\xa2\xf7\xd6\x99\x0c\x8d\x4e\x66\x2a\x43\xc5\x35\x54\x20\x4c\xd2\x36\x6a\xc5\x83\x22\x08\xb5\x28\xbc\xe2\x9e\x99\xe1\x4f\x89\x82\x34\x35\x45\x15\x28\x0b\xa9\x29\x3d\x55\x19\xfa\x5a\xbb\xb0\xa1\x0a\xc1\xc1\x56\x9d\xe6\xdb\x71\x3c\x59\x6d\x63\x2d\x4b\xf0\x62\xf2\x8d\x8d\x3b\x3e\x76\x06\x93\x44\xf0\x4a\x3d\x27\x2c\x91\xd9\xe9\xb1\x39\x07\xce\x87\x48\xd8\xd1\x23\xbd\xa7\x0b\x92\x52\x0c\x51\xc8\xfa\xaf\x63\x3d\xaf\x3f\x9c\x5e\x5f\x5e\x8c\x8a\xdc\x81\xff\x1c\xb2\x5e\x26\xb9\x33\x72\x49\xc4\x38\xf3\x21\xcf\x0b\x41\x9c\x2c\x64\xe7\x02\x96\xaf\xc2\xbc\x3f\x64\x4d\x23\x48\x79\x22\x8f\xf0\xa3\x3c\xc2\x73\xfc\x77\xce\xc0\x9d\xd9\x83\x7f\x9e\x66\x3c\x4f\x3f\x61\x95\xcc\x8e\xc1\xcb\xa8\x8e\xc9\x03\x61\xca\xb8\x0a\xf4\x72\xa5\x90\x00\x25\x21\x62\xfa\x0f\x7a\xcc\x45\x1a\x83\xd4\x2a\x5c\x42\x16\x0a\xfd\xbf\x82\x8c\x39\x57\xf5\xdc\x99\x4f\x26\x92\x74\xe2\xc4\x85\x76\x72\x73\x89\xfe\xf2\xe7\x6f\xbf\xd3\x24\xb4\xc9\x1a\x0f\x6e\x2e\x47\xfa\xfb\x3f\x9c\xd9\xef\x65\x07\xce\x7a\x69\x2c\xf5\xd6\xdd\x67\x56\xc3\x04\x2f\xe7\x0c\xd8\xbe\x30\x45\xbe\x39\xc2\x86\x1c\x8a\x7d\xac\xe3\x6e\x67\x26\x55\x74\xab\x3c\x85\x2d\xae\xb3\x0f\x19\x1f\x83\x41\x24\x8f\x8a\xcc\xac\xf0\xb2\x77\x75\x6d\x95\x2f\x26\x2a\x17\x19\x5e\x56\x7a\x58\xb7\xec\x17\x9a\x3b\x2d\x70\x42\x8a\x1c\x57\x17\x10\x93\xf0\xf9\x1c\x82\xb4\x9c\xf5\x3a\xa5\x13\x88\xd6\x52\xfa\xb2\x43\x63\xa2\x1e\x21\x36\xd0\xfd\xea\x2f\x69\x67\x89\xd4\xac\x0c\xd8\xe5\x50\x2f\x72\x9a\x83\x47\x63\xf8\xee\x00\x0d\xdf\xa5\xe4\x81\x64\x7c\xa1\x4f\xb3\xfe\x81\xa8\xa4\x6e\x13\xfb\x73\x4c\xb3\x0b\xae\x7c\xb8\xd9\x36\xfb\x29\x48\x42\x17\x54\x9f\xae\x11\xd1\xed\x3e\x69\x12\x4a\xfd\x01\xbb\x9d\x11\x8f\xc5\x01\x63\x40\x38\x4d\x35\x11\x43\xc5\x1d\x37\xbc\xc2\xb6\xcc\x82\xa9\x47\x95\x24\xba\x0b\x2c\x5a\xab\x84\x1e\xc3\x36\xe3\x58\xbe\xda\x1d\xf0\x16\x87\x9d\x9e\xa4\x7a\x7f\x69\xc2\x85\x07\xee\xf6\x1d\x17\xd5\x4f\x56\xd2\xbf\x2d\xe6\x14\x64\xc1\x5a\x53\x5d\xa3\x69\xa3\x7c\x00\xf5\x5a\xb4\x1b\x67\xbc\x32\x37\xfa\xbb\x95\x43\x93\x21\x0c\x4d\x12\xd6\x64\x03\xb5\xda\xc6\x6f\x97\x43\xc6\xc9\xda\x11\x27\x19\x97\xb9\x68\xe9\x8c\x8e\x07\x7d\x6a\x3f\x5d\x35\xee\x7e\x68\x85\xc8\x33\x25\x3b\x19\x3a\x6a\x16\xbe\x94\x6f\x6c\xd8\x84\xb2\x92\xb3\x7d\xfb\x00\x51\xf0\xc2\xe8\x35\xc0\x59\x11\xdc\xce\x52\x54\x48\x89\x43\x56\xd8\xb2\x24\x7a\x24\x19\x98\xbf\x13\x3e\x5f\x80\x04\x64\x87\x6b\x5b\xd2\x17\xb8\xc2\x8a\x1c\x20\x9e\x2b\xdd\x98\x09\x1b\x71\x77\x9c\x8d\x49\x09\x2a\x80\x83\x4c\x6e\xfd\xb3\x1e\xff\xc4\xd0\xba\x61\x85\x94\xa1\x0f\x44\x41\x2b\x80\x2f\x15\x4e\xd0\x54\x0c\x5d\x79\x94\x4e\x2b\xdb\xd6\xf9\x44\xd9\x99\x74\xd8\xf9\x22\xb7\xe7\x87\x8c\x8f\x57\xee\xfb\x25\x34\x8e\xee\xae\x07\xce\x79\x50\xd8\x55\x03\x80\x8c\x75\xd4\x49\x84\x88\x02\x6d\xd7\x1c\xfc\x38\x13\x68\x35\x61\x42\x1e\x0e\x65\x26\x2b\x0a\x72\xd7\xca\xe3\xb4\x16\xf7\x75\x63\x04\xfb\xe7\xe8\xed\x58\x9f\xcd\x78\xe7\x55\x8b\xfb\xba\xed\x8f\x2d\xf5\x4f\x3d\x19\x38\x1a\x6a\x46\xa8\x40\xad\xa6\x65\xc8\x79\xd4\x7e\x4e\x9a\x60\x0a\x8a\x5e\x1d\xe1\x88\x1f\xed\xc1\x37\x71\xf3\x46\x12\x09\x74\xf2\xb5\x5c\xd6\xb2\x95\x91\x61\x45\xdb\x0f\xb0\x90\xb7\x0d\x6f\xf3\x7c\xcb\x04\x05\xc8\x4a\xd5\xdd\xa3\x21\x2b\x0d\xc2\xfa\x97\x24\x02\xda\x87\x5f\x28\x43\xd1\x95\x74\x80\x26\xf4\xb3\x6d\xb4\xf0\x3b\xbb\x57\x03\x43\x44\x83\x9f\x63\x86\xab\x67\xa2\xc3\xb5\x7d\x05\xdf\xaf\xb4\xbb\x73\xa9\xb4\xd4\xa3\x25\x47\x41\xb4\x7c\x4f\x52\x04\xdd\x7a\x2f\xf8\xda\x2b\x5b\x61\xa1\x17\x05\x77\xd2\x77\x0a\xa8\xba\x14\x2b\x72\xa8\xe8\xda\x18\x59\x1b\x46\x01\x01\x17\x58\x05\x19\xa3\x05\xe7\x1f\x93\x29\x66\xce\x65\xda\x30\x5c\x77\xe5\x6c\xc1\x6a\xb4\x04\x89\x21\x82\x08\xe4\x1b\x88\x0e\x89\xc6\x21\x17\xb0\x9e\x2b\xc7\x61\xad\x52\xaf\x61\xd9\x1e\xb1\x37\x92\x35\x0c\x36\x5f\xa4\xaf\x69\xb0\x19\x96\x0a\xd9\x31\x35\x69\x72\x81\x84\xbd\x83\x54\xf7\x55\x45\x02\x43\xd5\xa8\xad\x3d\x4c\x93\x50\xac\x04\x10\xa5\xa8\xad\x60\x97\x4b\x62\x13\x89\xe6\x44\x4c\x9d\x20\x6a\xaa\x8b\xf8\xb3\x6d\xcb\x8c\x38\x2e\x1f\x32\x13\x70\x9e\x57\x9b\x3e\x42\x3d\x56\x49\xa9\x74\xf6\xd2\x68\xbd\xcc\x9d\x82\xb3\x47\xbc\x94\x68\x21\x4c\xf6\x91\xf1\xa8\xbb\xc9\x83\x23\x2b\xfe\xc8\x5b\x6a\x94\x0b\x69\x80\x22\xe2\x2d\x8c\xd9\x41\xd1\xcc\xf6\xdc\xae\xa5\x4e\x52\xf2\xf6\xd6\xd5\xb5\xf4\xaa\x5e\x2d\xab\xab\x08\xd9\x45\x2a\x72\x18\xaa\x6e\xf1\x8e\x40\xe6\xb5\x5a\x4f\x3f\xf6\x14\x37\x09\xa2\x60\xe5\x3c\xc7\x63\x92\x6d\xed\xd0\xdd\xc8\xe2\x04\x5d\x5b\x24\x2a\xc5\x51\x4a\x8c\xc7\x1b\x2a\xc2\x8b\x32\x6b\x73\x76\x5a\x91\xd7\xf9\xbf\x57\xcd\x33\x2a\x8e\xb3\xc5\x44\x1d\xb4\xda\x26\x53\x6d\x02\x5c\x0b\xaf\x90\x00\x98\xac\x4e\xd7\x0f\xaf\x92\xb2\x79\x6b\xb3\x81\x04\xf8\x68\x0d\xe3\xd8\x1a\x20\x6d\xed\x54\x36\x8e\xe9\x6e\x09\x3c\x3c\x98\x20\xc6\x19\x41\x54\x16\x2f\xab\x38\xe4\xc7\x67\x44\x69\x71\xd7\x18\x12\xaa\xe5\xde\x9e\xda\x6a\x50\xc4\xaa\x7b\x3d\xd7\x85\xd3\x32\xa2\x95\x2e\x2c\x96\x80\xa8\x60\x78\x5a\x2c\x1f\xad\x1d\xe7\xce\x85\xd7\x5b\x07\x98\x11\x78\xa3\x14\x47\x20\x92\x95\x06\x87\x0c\xec\x84\x7d\xc9\x7e\x64\xb3\x82\x86\xcc\x6b\xe9\x40\x88\x54\xa2\x39\x5e\x40\x2c\x2b\xe3\xaa\xf8\xca\x64\xb9\x29\xbf\x85\x07\x4e\xa8\x95\x06\xb6\xb4\x61\x05\xd6\x99\x29\xdc\x55\x56\xac\x6b\x8c\x26\xe0\x90\x50\xa6\xf4\x81\xb0\xda\x32\xf6\xae\xd3\x6c\x79\x88\xa5\xa4\x53\x7d\x0d\x05\x46\xd8\xd5\x1c\xc9\x96\x7a\x7b\x05\xb6\xb5\xf6\x4b\xa6\x37\x3e\xaf\x58\xdb\x4c\x4e\x6a\x61\x1e\x08\x92\x07\x43\x2a\xb5\x30\x29\xa6\x00\x39\x96\xe8\x8f\x8c\xab\x3f\x06\x40\x32\x4e\x91\x37\x95\x00\xad\x39\xe5\xa0\x82\x70\x07\x87\xd6\x12\x0e\xc2\x41\x42\xe3\xda\x95\xdf\x16\xbd\xa8\x70\xee\x3e\xa9\x64\xd7\xaf\x46\x7a\x35\x41\x84\x1a\xe8\xec\x9d\x59\x2f\x9e\xa3\xc6\x2d\x32\x64\x20\x88\x4b\x6e\x9d\x73\x41\x4a\xf0\xdd\x86\x9f\xfb\x50\xc8\xf9\x42\xd5\x66\xb6\x54\x45\xa3\x1a\xe3\x9d\x41\x32\x2e\x4e\x7a\x64\xb4\x93\x47\x43\x76\x43\x48\x33\xbc\xad\xdf\x8b\x5f\xa1\x21\x18\xab\x4d\x79\x5f\x45\x69\xbb\x88\x8b\x9c\xc7\xe0\x05\x2b\xa8\x66\x0d\xe6\x4c\xbd\x8e\xbf\x49\x2c\x63\x93\x8c\xeb\x0d\xee\x61\x9d\xc6\x26\x50\x95\xa3\x21\x7b\xcf\x85\xbd\x82\xa5\x05\x31\x1b\xe3\xe4\xfe\x90\xb0\x14\xe1\x5c\xcd\x0c\xb8\x89\xb5\x91\x2f\x2d\x35\x68\x49\x03\xc8\xc6\x67\x2e\x50\x99\x60\x61\x2f\x8f\x09\x7e\xe0\x6e\x14\x43\x16\x34\x02\x30\x69\x80\x8b\x09\xd5\x01\x9a\xd4\x36\x02\x40\xc4\x4d\x6b\x51\x87\x7b\x5f\x41\xbd\x5f\x7d\xce\x22\x1c\x7f\x00\x78\x63\x44\x5a\x91\xbd\xb4\x3a\x03\x67\x79\x73\xba\x92\x0c\x2b\xa1\xfa\x37\x0f\x6c\x84\xb2\x31\xef\xd8\x19\x68\x49\xe7\x5b\xc7\x6b\x23\x90\x96\x49\x2e\x20\xd0\xa4\xae\xcd\xaf\x93\x19\xcd\x0a\x3b\xfc\x37\x07\x7e\x98\xba\xc9\x8c\x3c\x90\xcc\x40\x84\x25\x02\x9c\xf0\xc6\x82\xf6\x2d\xfa\x3f\x06\x0b\x1e\x7d\x37\x64\x1f\x80\x0d\x67\xd9\x12\x00\x0c\x7c\xcb\x58\x95\x9a\xb9\xaf\x1d\x80\xb2\xe1\x2e\x28\x1e\x88\xd9\xeb\x19\x7e\x20\x43\xe6\x9a\xf9\x3f\xe8\x1e\xfd\x2b\xfa\xae\xc9\x2a\xe4\x7c\xe9\x4f\x6c\x33\x78\x1f\x78\xaa\x83\x5b\xce\x32\x4a\xcb\x6f\x9c\x49\x21\x32\xe8\xd5\x64\x8f\x78\x1c\x22\xca\x1e\x78\x52\x09\xd8\x08\x4f\x2d\x16\x84\xa9\x11\xe3\x29\x19\x91\x1a\xf7\xdc\x0a\x26\xa1\x85\x80\x0b\x9e\x92\xb5\xce\x35\xcf\x4c\x3f\x81\x19\x44\xe6\x63\xbf\x1d\x10\xc4\xee\x23\x96\xbd\x26\x1f\x53\x5a\xfd\xc8\x3d\xd8\xc7\x26\xe3\xde\xd4\x31\x78\x69\xe5\xb3\x03\xb8\x10\xec\x00\xea\x9d\x53\x19\x56\x2e\xce\xb7\x7c\x1c\xcb\x46\x71\xfd\xb2\x9e\xb9\xbd\xac\x02\x18\x13\x00\x56\x14\x74\x4a\xb5\xfc\xde\xde\xf9\x08\x9c\x70\x13\xcb\xbe\xc1\x74\x68\x65\xda\x2f\x96\xc2\x25\x13\x1d\x7a\xfa\x2b\x1c\x6a\x63\x9e\x97\x05\x78\xbb\x00\x54\x86\x11\xc8\x56\x56\x5f\x6a\x3e\x3c\x35\x51\x6e\x64\x46\x4d\x5c\x79\xef\xf4\x1c\xe9\xd3\xc1\xe7\x26\x0f\x10\x16\x2d\x57\x33\x2e\xe8\xdf\x1b\x83\x91\x9a\x65\xf4\xc2\x6b\x58\xc4\x6e\x99\x71\xc6\xd2\x3a\x10\xab\x11\x29\x54\xa4\x95\xd4\xe9\x4c\x68\x9c\x03\xe4\x85\x66\xb3\x93\x3c\x33\x38\x79\x09\x17\xa9\x29\x56\x23\xa3\x48\x31\xfd\x9e\x17\xef\xb1\xf2\x0d\x52\x8b\x0c\x60\x91\xf8\x92\x19\x66\xd3\xd5\x02\xe8\x5f\x73\x92\xef\x28\xd8\xce\xa2\xe3\x3e\x53\x14\x43\x59\x0d\xc0\x53\x59\x04\x5e\x9a\xb5\xd1\xbc\xb9\x58\xdf\xdf\xf4\x4c\x65\x10\x97\xe9\xac\x74\x3e\xfb\xda\xa8\xe4\x06\x47\xbd\x93\x45\xe7\xda\x20\x8d\xed\xc0\xa4\xf3\x1c\xb1\x09\x55\x19\xa9\x86\xfd\x58\xf2\x7b\xf0\xe9\xb1\x65\x16\xf1\x44\x76\x12\x07\xd9\x56\x92\x3e\x9e\xd0\x64\xb2\x01\x93\xab\x0a\xd5\xab\xd6\x3b\x30\xa0\x78\xb6\x56\x13\x30\xac\x38\xd2\x73\x7f\x14\x14\x12\x72\x97\xc5\xcb\xbe\x64\x80\xbb\x2e\x42\x1e\xa3\xa5\x14\x23\xd6\x42\x8c\x82\x5b\xc2\x65\x4b\x13\x6e\xb3\x01\xc2\x36\x14\x77\x5d\xf5\x61\x37\x9d\x08\xc3\x92\x5e\xeb\x91\xa8\xa6\x40\xad\x3d\x0c\x1e\x78\xf1\x65\x0c\x88\x5e\xb4\x79\xe2\x93\xd1\x89\x42\x82\x8b\xac\x33\x89\xdc\xc4\xa6\xca\xce\x74\x61\xfa\x1e\x81\xcf\x78\x6b\x57\x49\xe0\x02\x28\x42\xe2\x4d\x2e\x94\x4b\x7b\x7c\x26\x43\x26\x78\xe1\xe3\x6c\xac\xc0\x09\xdf\x94\x76\xf7\xa4\xfc\xac\x40\xbc\x73\x1c\xa9\xe5\x50\x56\xba\x1e\x5b\x3a\x12\xc1\x42\xb6\x8a\xbd\x9e\xdb\x08\xc6\xd8\x05\x67\xc2\xa8\x78\x10\x85\x00\xde\xb8\x5c\x22\x25\x30\x04\xc3\x43\x08\xf3\x27\xa3\xe5\x51\x69\xac\x30\x0e\xd9\x6e\xbe\x50\x4b\x0b\x84\x0c\xbc\xd9\x42\xa4\xaa\x19\x66\x36\xb3\xb6\xce\xdd\x57\xe6\xd3\x69\xe4\xf0\xab\xeb\x0c\x3a\xb2\xaa\x6d\x6d\x93\x6e\xa1\xc3\x4c\x8d\x52\x82\x40\x93\x77\x9f\x4a\xc8\xf0\xc1\x59\xa3\x3d\x65\xcc\x79\x46\x30\x6b\x52\x3b\x6b\x1f\x57\xac\xaf\x34\x4c\x0a\xb0\x78\x0f\x4a\xe4\x44\xeb\xdc\x38\xcb\x4a\xf3\xc2\x50\xd6\x4d\x79\x5c\x69\x63\x34\x29\x70\x04\x5b\x85\xc0\x64\x78\x4c\xb2\x4e\xd1\x66\xe6\x83\x95\x54\x04\xaf\x14\x65\xc7\x5a\xa5\x57\x86\xa1\x50\xb5\xc9\xa8\xeb\x06\x16\xa6\xb0\xae\x14\x21\xe2\x34\xd0\xcd\x86\x28\x49\x92\x0b\xaa\x96\x23\x6b\x78\x6a\xcf\xb4\x6e\xec\x97\xa7\xf6\xc3\x36\x5a\xdd\x09\x72\xfd\x39\x43\x17\x88\x37\x82\x1a\xd0\x4c\x3b\x85\x36\xdb\xad\x35\xb5\xda\x24\xb5\x55\x0b\xeb\xb2\xe4\xda\x0d\x55\x77\xb1\xe9\xf0\x2c\x18\xdf\x88\x4f\x5c\xfe\x59\xfb\x85\x2d\xa3\x14\x76\xb0\xd8\x39\xc4\x95\x85\xa0\x5c\x58\x30\xc0\x36\x41\x4a\x73\xfc\x79\xb4\xc0\x02\x67\x19\xc9\xa8\x9c\x6f\x6e\x5f\xfc\xd3\xf7\x2b\x47\x7b\x6a\x40\x2b\xa5\x85\x80\xfd\x4c\xe7\xf9\x3c\x28\x17\x0a\xf0\x24\x01\xc8\x80\x35\xd9\xdb\x5c\x39\x37\xc0\xe2\xa2\x61\x8a\x8a\x00\x36\x42\xeb\xc4\x1e\xcb\xc6\xaa\xcb\x38\x99\x41\x19\xb7\x09\xa6\x82\x11\x29\x8f\xd0\x05\x57\xe4\x04\x7d\xc4\x8b\x5b\x50\xf8\x0c\x8a\xfc\xd4\x58\x68\xb1\x44\x5a\x72\xca\x19\x55\x07\x43\x66\x01\x70\xdc\xaa\x1c\x27\x9c\x19\xe4\x89\x04\x16\xd6\x37\x01\x26\x47\x07\xc1\xa0\x0c\xb0\xb4\xa6\x92\x6e\x49\xd7\x71\x68\x1c\x54\x01\x98\xc3\x25\x2f\x0b\xb0\x63\xa7\x13\x78\x11\x2b\x22\x45\x40\x89\x80\x8f\x53\x4e\x64\xa0\xec\x23\x2f\xb3\x67\x74\x42\x34\x85\x0c\x19\x9f\xc4\x86\x09\x03\x36\xe1\xb0\x27\x74\xa7\x89\xe0\x52\xda\x68\x37\xd3\xce\xea\x98\xe1\x5b\x8b\x04\xb0\x8b\x28\x86\xe7\x0b\xc7\xaf\x96\xf0\x0d\x8a\x3e\xd5\x8b\xfd\x63\xe2\x51\x0f\x1a\x6f\xda\x6d\xe3\x75\x1d\x1b\x42\x82\x60\x69\xad\xb1\x10\xd6\x5a\x0a\x99\xeb\x20\x99\xfb\x31\x9b\xc0\xf6\x43\x8f\x33\x12\x50\x90\x45\x71\x33\xe5\x36\x35\x5d\x0b\x41\xa0\x74\x96\x81\x11\x1b\x94\x88\x06\x10\xdf\x04\xc1\xe9\x32\x58\x11\x6f\x6f\x34\x3d\x83\x64\x22\xe9\x5c\xf3\x4e\x40\xd8\x64\xfc\x90\x2f\xdc\x61\x8d\xde\x02\x90\x18\x3a\xd1\x84\x18\x58\x2b\xf5\x17\xec\x10\x8a\x30\xea\xe3\x55\xe3\xaa\x75\x8d\x80\x6b\x17\x50\xcc\x66\xc4\x12\xee\xf0\x5d\xef\x87\xcb\xeb\xdb\xfe\xd9\xf0\x5d\x11\x9c\xe3\x22\x39\x1d\x23\xf1\x18\x16\x9c\x0d\x99\xf7\xa7\xfb\x1c\x5f\xd8\x4b\x84\xd3\xb4\x40\x58\xb0\xd1\xc0\xc6\x1d\xd8\xf6\x54\xac\xf5\xa4\x57\x9b\x79\x4f\x3f\x93\xf4\xba\x01\xba\x78\x27\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\xd5\x9e\x00\x0d\x68\xce\x0c\xd9\x5c\x04\xac\x1d\xdf\xa3\x39\x65\x90\x2f\xb1\x6a\x69\xef\xe2\x79\x74\x29\x78\x31\xb8\xb8\x8b\xab\x51\xfd\x78\x79\x17\xa3\xad\xf7\x7e\x59\x5d\xa5\x22\x6e\x61\x95\x59\x39\x98\x62\x11\xfb\x69\x53\x0f\xfd\xca\xd4\x4d\xf4\x03\x51\x3f\x9b\xea\x77\xbb\x08\xe6\xb0\xb8\xd3\xa0\x62\x93\x91\x2b\x80\xd8\x9e\x0c\x7e\xae\x29\x99\x18\x47\xec\x38\x64\x6b\xe8\xc1\xd7\x4c\x0c\x52\x29\x8e\x0c\xae\x38\x14\x59\x03\xcb\xb6\x73\x8b\xe8\x1b\x93\x33\xbd\x5c\x43\x78\xdb\x97\xc0\x29\x9a\xe3\x13\xf3\x71\x2b\x37\xfd\x75\xe8\x9c\xd7\x6d\x15\x4b\x89\x7a\x57\x83\x9a\xb5\x3e\x2f\x6b\x21\x5f\x16\xf2\x4c\xe6\x15\xa2\x5d\x83\xce\x04\x51\x96\xaf\x02\x6f\xc6\xce\x74\x3b\xa8\x19\x63\x37\xba\x8a\x8d\x51\x4f\x2a\x0b\x6d\x21\xfa\x44\x91\xc8\x36\x42\x62\x37\x69\x88\xc5\x32\x74\xcc\x43\x0c\x07\x64\xa3\x59\xc2\xdc\xbb\xaa\xab\xf4\x20\xcc\xc5\x33\x95\x5d\x9c\xe5\x6b\x67\xf9\x89\xc5\x6c\xda\x24\x28\xfe\x6c\x28\xda\xe7\xcf\x40\x46\x8f\xc3\x4e\x74\x2e\x4e\x1b\xce\x1e\x4e\x37\xa4\xb6\x6e\x39\x8d\xc5\xf8\x9c\xf9\xd7\x42\xd1\xe2\x05\xb6\x45\x02\x40\x18\x74\xd8\x0e\x75\x18\x78\x47\x43\x16\xd8\x3c\xa5\x11\xdf\xf4\x19\x71\x38\x22\x80\x93\xaa\xd9\xa9\x8d\x35\xf2\x37\x73\xb4\x03\xe5\xa8\x79\x35\x8b\x91\x40\x2a\xfd\xd8\xd3\x29\x67\xd8\xc5\x53\x3a\x8d\xc7\xba\x33\x42\xe0\x12\x68\x2f\x80\x40\xb0\x1d\x93\x07\x62\x5d\x20\x38\x40\x96\x0b\xe2\xd9\xb5\x72\xc4\xbe\x52\x3e\x62\x95\x66\x16\xbd\x04\xfb\x28\x95\xc2\xce\x2e\x31\xb5\x2d\xaf\x3e\xe0\x3b\x48\x98\x94\xa5\x12\x15\x1d\x8e\x15\x7c\xd9\xc6\x4c\x00\x94\x10\x9a\xb3\xa1\xd3\xa6\xec\xc8\xcf\x0b\x92\x6c\x92\x55\x76\xe5\x2a\x82\xaf\xb2\x68\xc7\x10\xc4\x60\xad\x75\x3b\x68\xfb\x35\xbb\x68\xb0\x41\xd8\xb4\x21\xea\xf5\x7c\x5d\x96\x98\x9f\x45\xa7\x84\x54\x3d\x8d\x9f\x2d\x18\x4a\xc7\x59\xd8\x7e\x8a\x69\x58\x83\x7d\x90\xd4\xb7\xed\x9c\x9e\x27\x3b\xea\xb6\x92\x67\x14\x59\x9c\x5f\x49\x5a\xd4\xfa\x51\x36\xe5\x43\xad\xe3\xa5\x3b\xe1\xdd\x2e\x50\xc3\x45\x02\x97\x0e\x55\x14\x02\x02\x54\x02\xf2\xbe\x49\x0d\xaa\xcf\x69\x02\xa1\xa5\xce\xc9\x16\x84\xb3\xd9\x8c\x73\xbd\x78\x52\xe1\xb9\x87\xea\x29\xe3\x40\x95\x96\x6b\x0d\x8f\xdb\x55\x8e\xca\x5e\xa2\xd9\xb5\x44\xd3\xc1\x0c\x64\xa8\x93\x88\x52\xea\x99\xc5\x67\xb6\x79\x0e\xf1\x04\x21\x84\xca\x5e\x91\x16\xe4\x15\xae\x7e\xca\xfc\x5f\x31\x07\x77\x44\x1d\x92\x6a\x5d\x6c\xe8\x51\x00\xcc\x0e\x56\xce\x2c\x94\x06\xac\x69\x16\x46\x6b\x3c\x69\xa6\x28\xd2\xe0\xc2\xd4\x31\x82\x18\xed\x25\xcf\xd1\x23\x95\x5a\x17\x1e\x32\x70\x35\xf9\xe2\x49\x8a\xdb\x82\x47\x07\xf0\x16\x64\x73\xc8\x7c\x3c\xa7\x0a\xe1\x60\x86\x77\xc0\x19\xae\x5d\x1c\xbf\x39\xcf\xfa\x03\x98\x71\x6d\xba\x40\x5d\xd6\xde\x9a\x43\xb3\x81\xf1\xa7\x68\x64\xdb\x8c\x80\xc0\x2d\xfe\xb4\x39\x01\x81\xc6\x13\x6a\x98\xb5\x67\x6e\x9f\x14\x80\xea\xad\x0d\x16\xc7\x03\xc0\x56\xa8\x54\xa5\xbb\xc5\xa2\x77\xac\x49\x08\x28\x36\xa2\x55\x46\x40\xf1\xfa\x2e\x52\x02\x9a\x80\xd5\x56\x85\x88\xba\x4f\xea\x05\xad\x1b\x5f\x02\x95\xbb\xd8\x8b\x50\x52\xba\x6a\x94\x94\x5e\x5b\xa2\x73\x50\x02\x7a\xe3\x08\x85\x2e\xea\x60\x11\x66\x16\x52\x51\x10\x35\x1a\xa7\xb6\x91\x32\xe7\x67\x5c\x41\x68\x50\x02\x68\xeb\x95\x70\xd5\x21\xab\x97\x40\x56\xf3\xc4\x6d\xa3\x7c\x76\x9a\x10\x1d\x9c\x3f\x37\x0b\x6b\xd1\xfa\xe4\xc3\xfe\x8d\xb2\x6c\x71\xd3\xcb\x22\x66\xe1\xaa\x68\x50\x40\x40\xf0\xd8\x24\x6e\xba\xe6\x54\xb6\x8c\xc1\x59\x7b\x2e\xec\xa5\xbb\x43\xd5\xae\xc2\x9d\x5b\x87\x2c\x79\x19\xd9\x72\x63\xe7\x73\x77\x6a\x7c\xc9\xe3\xb4\x09\x1e\x2c\xe0\x8c\xec\x0c\x1d\xa5\x9c\x64\xa1\x1b\x3f\x00\x2f\x95\x1d\x3a\x36\xe5\x0f\x3d\x66\x56\x69\x4b\xa2\x09\x5b\x9c\xfd\x27\x98\x74\x57\x0c\xdf\x00\xdb\x52\x58\x1c\x43\x1a\xda\x0d\x00\xbc\xd7\xd5\x7d\x8f\xf9\xb0\x17\xed\x72\x96\x12\xc1\x08\x56\xb3\xe7\x0b\xd3\x39\xdd\xd6\x38\xfd\x6c\x21\x3b\xa7\x3b\x01\x70\x2f\x85\xc1\x74\x8c\x80\xe9\x10\x4e\x52\xc0\xf9\x56\x14\xc7\xba\xc2\x19\x45\x26\x5d\x17\x2a\xdd\x2a\x92\xa7\x5e\x99\x7b\x9a\x98\xa6\x1a\xab\x4f\x25\x9a\x49\x1f\xf6\x10\x04\x79\xcd\x92\x7c\x11\xc1\x43\x02\x3f\x8e\x02\x74\xac\x91\x41\x0f\xec\xb0\x9b\xd7\xf8\xd1\xe0\xb9\x9d\x61\x85\x4f\xcd\xd7\xab\x86\x1d\x01\x8b\x40\x02\xa2\x87\x87\x59\x18\x77\xb0\xe5\x5e\xbe\x88\xb7\x89\x9e\xf9\x9a\x1e\x91\x23\xf4\x43\xc6\xc7\xf2\x00\x99\x62\x77\x07\x46\xb0\x87\xe7\x06\xe2\xf3\x9b\xd7\x1f\x22\xf5\xfb\x8c\x90\x5a\x65\x48\xf1\xb6\x7d\xa8\x00\x14\xa1\x57\x1a\x09\x64\x8d\x3c\xba\x79\x71\x68\x67\x8b\x08\x9d\xfe\xf6\x17\xfb\x43\x43\x2d\xca\x35\x25\xa0\x43\xbb\x08\x5b\x96\xcd\x8b\x58\xa4\x99\x4d\xcb\x35\xa6\x8e\x92\x1e\xbb\xca\xe4\x32\x64\x3f\xf2\x47\xf2\x40\xc4\x01\xc2\x0a\xcd\xb9\x56\x43\x02\x3f\x3b\xa4\x0e\x46\x68\x49\xc6\x9f\x8a\xd1\x05\x9e\x93\xb4\x0f\xc2\x6c\x90\x20\x61\x0d\x3f\xd6\x65\x53\x87\x3e\x01\x40\x0a\x66\x1b\x9c\xff\x75\xc8\x4c\x65\x69\x13\xc3\x01\x5c\x87\xba\x89\xc1\x95\xf8\x47\xef\x50\xfa\xe3\x11\xba\xd5\x94\x4e\x65\x3c\xde\x20\x19\xb5\x69\x6c\x43\x36\x15\x3c\x5f\x78\x5d\x9c\x8f\xc1\x08\x60\x1c\x4b\x35\x0e\x25\x18\x8c\xf3\x26\x25\x38\xd5\x32\xfd\x6a\xc2\x89\x4c\x47\xaf\xcc\x22\x1a\x27\xb1\x84\x04\xa4\xb9\x83\x8f\x1f\xb1\x11\x82\xc6\x0f\x14\xe4\xb1\x34\xc3\xd9\x3d\x99\x93\xea\x8c\x48\xd0\x2e\xbd\xf5\x2e\x0a\x69\x8e\xc3\xe6\x6b\xc7\xb9\xca\xb6\xe2\xed\x9f\xce\x46\x58\x1f\x91\x5f\x74\x6e\x63\x47\x5c\x81\x3a\x53\x57\xf9\xa9\xac\x2e\x8e\x90\xda\xc7\xe7\x94\xd6\xee\x2a\x17\x0b\x0e\x3c\x3d\x5b\xba\x0c\x02\x9b\xf8\xba\xe0\x8b\xdc\xc4\xc7\xd0\x30\x5c\xa2\x96\xb2\xa9\x54\x1f\xb1\x4a\x66\x5a\x81\x29\x12\x40\x77\x14\x37\x54\x70\xe5\xa7\xb5\xc4\xd4\xcc\xe0\x34\xec\xbd\xc1\x34\xd9\xc2\x32\x67\x10\x64\x5c\xb8\x21\xfc\x95\x65\x68\xae\xfb\x8b\xea\x19\x04\xf6\x15\xf7\x89\x7d\x02\xb5\x72\xd7\x50\xd1\xba\xf1\xb7\xa3\xad\x18\x4c\x77\xe7\x11\x49\x5b\x64\x33\x9d\xd9\xfc\xc5\xe2\x45\x64\x25\xa4\x5a\x96\x93\x0b\xba\x91\x16\x6b\xed\xc3\x50\xbd\xa0\xb0\xdc\xcc\xf1\x42\x8b\x23\x8a\xeb\x5b\x52\x4c\xc9\x01\x7a\xd4\xbc\x40\xe5\x42\xdf\x23\xb9\xa0\xee\xec\x83\xb9\xa5\x0d\x75\x80\xa5\xe3\x38\xc4\x6f\x4d\x70\x80\x23\x6d\x1c\x87\x38\x51\x39\xf6\x01\x4e\x40\x13\x19\x65\xf7\xba\x33\x83\x23\xe7\x1c\x74\x82\x40\x55\x71\x97\x5a\x16\xed\xe9\x5a\xc2\xde\x62\x97\x9b\xab\xa2\xac\x3b\x69\x94\x4d\x83\x5c\xf1\x7a\x6b\x53\x1b\x28\xb8\xda\x2f\xdb\xc1\xd9\xd5\x7e\xea\x64\x9f\x4d\xbe\x5d\x91\x47\xd8\xf8\xf9\x3a\x01\x36\x0a\xe6\xb4\x01\x75\x56\x7a\x0a\xb3\xf8\xad\x25\x00\xc0\x38\x4c\xcd\x1d\x6c\xa5\xa9\xff\xf4\xff\x32\x30\xbc\x66\x69\xfe\x13\x71\x31\x64\xe6\xf7\x03\x0f\xdb\xa7\x5f\x28\xf0\x30\xf0\x9c\x14\x88\x01\x22\xce\x2d\x86\xec\x16\x9b\x1b\x6a\xb0\x4f\x3c\x6a\x99\x1e\x43\x50\xe0\xa8\x52\x71\x66\x8e\x19\x9e\x02\xd2\xca\x01\x44\xd8\x80\xb8\x5a\xd8\x2e\x0c\x49\x1b\x28\x73\xe0\x56\x9a\x59\xda\xb4\x82\xa2\x22\x03\xf4\x69\x44\x59\x0b\xf4\x50\xb8\x69\xeb\xa9\xdf\x95\x03\xda\x4c\x62\xbf\xed\xdd\xfc\x34\xba\xee\xdf\x5c\xde\x5d\x9f\x46\x62\xfb\xe9\xf9\xdd\xcd\x6d\xff\xba\xf6\x99\x29\xe9\x39\xb8\xbc\x18\xfd\xf5\xae\x7f\xd7\xf0\xc8\x35\x70\xde\xfb\xa1\x7f\x1e\xbe\xf2\xd7\xbb\xde\xf9\xe0\xf6\x97\xd1\xe5\xfb\xd1\x4d\xff\xfa\xe7\xc1\x69\x7f\x74\x73\xd5\x3f\x1d\xbc\x1f\x9c\x9a\xb2\xf5\xc1\xbb\x57\xe7\x77\x1f\x06\x17\x23\x17\xbe\x18\x3e\xfa\x74\x79\xfd\xd3\xfb\xf3\xcb\x4f\xa3\xa0\xcb\xcb\x8b\xf7\x83\xd5\xc5\xb2\xeb\xe7\xdb\x58\x83\x21\xb8\xaa\x02\x05\x33\x10\x84\xc6\x4b\x4b\xbc\xf4\xef\x60\xe6\xbc\x32\x14\x77\x78\xe0\xfe\x65\xca\x9a\x1c\x6a\x26\xe7\x2c\xe8\x05\x7f\x18\x32\xef\xe2\xf0\xd7\xa6\xc2\x53\xe9\x6a\x11\x47\xa3\x3d\x41\x3d\x38\x0d\xa0\x12\x44\x9d\x42\xa6\x90\x1f\xa9\x73\x8a\x01\xa5\x41\xe5\x79\x5b\x4d\xbd\xbc\xa5\x71\x83\x76\x4e\x30\x04\x6b\xe1\x4f\x57\xd1\xbb\x2b\xd1\x1e\xd3\xc2\x09\x72\x3c\x58\x37\xab\xc7\x05\x60\x1b\x4b\x86\xe7\x95\x8a\xcb\x06\x6f\xc2\x22\x51\xd8\x0a\xd6\x51\x8b\x11\x09\xc5\x2d\xcf\x08\xfa\xe9\x2f\xc5\xa0\xc0\xda\x69\xad\x87\x79\x05\x8e\xdb\x3e\x10\xb9\x59\xd5\x75\x04\x18\xf5\xe4\x0e\xb2\x35\x43\xc1\xc9\xb4\x55\x53\xc0\x34\x9d\xb3\x20\xb7\x35\xb2\x53\xdb\x72\x61\xe8\x10\x95\xa8\xf8\x04\xdd\x90\x8c\x24\xaa\x28\xf9\x0c\xbb\xb8\xc8\xf2\x29\xad\x14\x4d\x1a\x93\x19\x7e\xa0\xdc\xe1\xf5\x19\x58\x43\x58\x47\x2b\x3c\xa1\x43\xd4\x78\x14\x4e\x50\x2f\x4d\x65\xcc\xc2\x22\xca\x71\x4c\xf1\x30\x1e\x76\x98\x8e\xca\x52\xcf\x18\x6b\x0d\x07\x35\xb7\xde\x56\x08\x29\xf2\x7e\xe4\x48\x6c\xb4\xd1\x35\x7c\x8b\xe5\x7d\x4d\x8d\xb4\xda\x9b\xcd\xd2\xcf\x96\x3d\x36\x17\x66\xab\xed\xd4\xaf\xf5\x08\x0e\xc0\x66\x7d\x36\xc2\xd3\xac\xe9\xd2\xcd\x38\x2b\x61\x08\xb7\xee\x2f\xc2\x20\x7e\x7a\x8b\x6d\xbd\x1c\x04\x47\x65\xe4\xe9\xb2\xc3\x3c\xae\xe0\xd3\x4b\xff\xe5\x4a\x61\x69\x14\xac\x5b\x57\x3b\x6e\x25\x11\xcf\xda\x72\xdb\x8b\x48\x80\xce\x46\x13\x30\xa7\x63\xca\x2c\x66\x27\xf1\xf6\x5e\x57\x71\x45\x9f\x31\x8f\x23\x8d\xc7\xfc\x21\x52\xb9\xe6\xa6\x3c\x7c\xed\xd9\x0d\x0c\x45\xdb\x1c\x5a\x7f\x7a\xec\x87\x2d\xf7\xda\x9d\x97\x5b\xfd\xd5\x2a\x53\xc8\x75\xa8\x2f\xba\x89\x6a\x31\x2e\x75\x71\x6c\xe8\xd2\x64\xb3\xe8\xb3\x7f\x50\xb8\xaa\xb9\x08\x3c\xf8\x0d\x36\x9c\xb6\xc6\xa6\xf2\x82\xd5\x42\xb1\x86\x26\xf2\xee\x1e\xee\xa0\xf5\x8d\x61\x73\x5c\xa9\xe8\x78\x7d\x3a\x50\x5d\xe4\x4f\x08\x4b\xb6\x98\xea\x62\xa6\x9e\x5b\x30\xd2\x03\x84\x4d\x12\x51\x21\x81\xc8\x3c\x99\x19\x40\x4f\xcd\xce\x0f\x86\xec\x31\xd8\x90\x28\xcc\xae\x17\xb6\x04\x70\x0f\x9f\x35\x83\xa2\x0f\x51\xf0\x22\x88\x59\x14\x22\xe9\x02\x42\x30\x06\xf7\x02\x63\x76\x0d\x81\x07\xfb\xb5\x05\xa9\x6f\x00\x28\x5e\x53\xbf\xad\x0e\x56\xdc\xcf\x2d\x40\xf3\xde\x15\x94\xf8\x8a\x21\x04\x80\xe2\x75\x23\xd8\x01\x9e\xf8\xcb\x80\x88\x9b\xdc\xb9\xf9\xd8\x66\xb2\xea\xe9\xba\xd5\xfe\x57\x37\xa3\x7f\x35\xd6\xf8\xbc\x21\xf5\x39\x68\xcd\xc3\x00\xa1\x43\xa8\x36\x6a\xf3\x2c\xad\xa3\x53\xa2\x43\x94\xd1\x7b\x82\xbe\x82\x38\xa6\xde\xd5\xe0\xab\x03\xf4\x55\x98\xcb\xf1\xd5\x46\x07\xd0\x8e\xdb\x62\x8a\x83\x06\x12\x05\xf4\xc6\xc7\x0e\xf6\xaa\x74\x12\xed\x9e\xd9\x83\x88\x9a\xce\xa1\xfe\x32\xfa\x86\x32\x45\x04\x60\x64\x9b\xb8\x4f\x1f\x4e\x68\x1d\x23\x46\x2e\xa4\xb2\x66\xed\xd2\x21\x1b\x2f\xcb\xae\x8f\x03\xef\xfb\x68\x7d\x4a\xb7\xc6\x7d\xd6\xed\x55\x93\xff\x76\x1c\xe6\xb6\xfa\x3e\x58\x93\x4e\xd8\xf3\xb5\x05\x0b\x2e\x26\x1b\xce\xcb\x3e\x3e\xb4\x6e\x56\x91\x15\xc9\x2d\x66\xed\xa6\xac\x93\x7f\xde\x1a\xb9\xb5\x08\xaa\xec\xd5\xad\x88\x8d\xa7\x6d\x10\x7c\xf7\x54\xf6\xb4\x54\xb6\x8b\x78\xe2\x78\x70\xdd\x2f\xd0\x53\x23\xc7\x05\xcd\x38\x33\xa4\x56\x26\x3c\x83\x8f\xc0\xc1\xd7\x57\xd5\xe8\xe8\x09\x0d\xd6\x64\xbd\x2b\xf4\xc6\xb8\xd3\x8d\x33\xb2\x3a\xd6\xf2\x50\x7b\xca\x22\x95\x72\x6a\x72\x87\x14\x9d\x93\x03\x04\x95\x71\x8b\x10\x00\x7b\x5e\x81\xdc\xe0\x8e\xb3\xe5\xef\x4c\x27\x22\x99\xd1\x87\x6e\x09\x52\x5d\xa5\xf1\x26\x1a\xd9\x22\xfe\xe2\xa2\xf7\xb1\x7f\x36\xea\x5f\xdc\x0e\x6e\x7f\x19\x55\x43\x31\xe2\xc7\xd7\xa7\x3f\x0e\x7e\xee\x9f\x85\x2f\xdc\xfc\x72\x73\xdb\xff\x38\xfa\xd0\xbf\xe8\x5f\xf7\x6e\xfb\x67\x2b\x4d\xa9\xab\x3a\xab\x2b\x41\x61\x43\xb7\x6b\xd4\x37\x0f\x22\x67\xec\x90\x00\x50\xa0\xc5\xfd\x07\x2a\xa9\x4d\xd2\xb5\x22\xea\xdd\xc0\x99\x46\x6b\x7a\x3f\x09\xf2\x67\x0e\x0c\xb2\x5a\xd1\x09\xb5\xee\xa4\x50\x7c\xb5\x51\x17\x2c\x35\x81\x9a\x28\xa8\x71\x7c\x54\xd3\x89\x5d\xb0\x13\xd4\xb3\xd4\x51\xd7\x3e\xe3\x48\x0b\xcf\x44\x98\xd1\x9b\x90\x0c\x3f\x74\x74\x88\xca\x6b\x7c\x82\x0c\x20\x74\x50\x13\xc3\x37\x08\x22\x1f\x16\x84\x7d\xa5\x10\xf9\xbc\xc8\x68\x42\x55\x90\x78\xc3\x85\x75\x3a\x18\xa7\x1a\x44\x7f\xad\x21\xae\x9d\xc5\x68\xec\x5c\xe7\x0f\xfd\xcb\x55\x6d\xdf\x9f\x28\xc5\x6d\xf2\xe2\x5a\x94\xd1\x1d\x28\xf6\x0d\xae\xd4\x0a\x20\xea\x06\xa3\x7b\x0a\xf3\x40\x35\x02\xde\x26\xcf\xd8\x40\x0f\xec\x2a\x19\x3c\x9a\x1b\x71\xb3\x02\xd5\xab\xa3\x47\xa2\x73\xbd\x3a\x7c\xa4\x1d\xa5\xbe\x70\x10\x48\x84\xbe\xbf\xb3\x42\xc0\xa3\x8e\x6e\xfc\x0a\xa0\x27\xbb\x37\x30\x87\x48\x90\x39\x57\x5a\x01\x33\x7e\xf2\x03\x2d\x54\x51\x9c\xd1\xbf\x03\x02\x8c\x20\x47\x41\x5c\x01\x24\xd8\xa4\x61\x40\xb5\xcd\xce\x7e\xfa\x82\xc0\x45\x1d\xbc\x4a\x29\x60\xa7\xbc\x5f\x34\x96\x3d\x79\xd1\x6a\xb3\xf1\x8a\x35\x95\x78\xe8\x56\x7c\x35\x22\xaa\xf5\x85\x57\xa1\x0a\x3d\x96\x0d\x55\x57\xdb\x8e\xf1\x79\x6a\xaf\x56\x13\xd0\x4b\x24\xf7\xb2\x75\x57\x4b\x83\x79\x3d\xc5\x57\xd7\xae\xdb\xeb\x45\x18\xa8\x19\x68\x8b\xa2\xab\xde\xc7\x02\x75\x51\xba\x5d\x87\x2e\x44\x2c\x72\xb4\xe8\x43\xe5\xef\xc5\x7a\xed\x16\xcb\xfb\xad\xbb\xbb\xc5\xf2\xbe\xa1\xab\x75\x37\xe7\x69\xe4\xc8\x29\x2d\x9b\x0d\x5e\xb3\x10\x5e\x61\xf9\xfe\xe6\xfb\xa8\xff\x40\x98\xda\x89\x30\x07\x4d\xd4\x64\x10\xb6\x33\xc9\x1a\xd0\xf4\xc1\x59\xc1\x91\x7c\xf1\xae\x20\x6c\x42\x09\x0c\x8c\x95\xa8\x47\x42\x98\x73\xa3\x37\x79\x2c\xf5\xd4\xda\x6d\x0f\xbc\x5a\x5d\x97\x35\xd1\xb5\x76\xb5\x8b\xe2\x29\x45\x64\x1c\x4f\x20\x6e\xbf\x93\xf6\x17\x49\x45\x46\xe5\x0b\xeb\xea\x1a\x49\xbe\xbc\xe7\xa6\xcf\x19\x96\xe5\x2e\xd7\x6e\xf9\x06\x09\xf4\x51\x33\x1f\x08\xe4\x97\xec\xa4\xa0\x61\x87\x3c\x42\x18\xc8\x9d\xc8\x20\x0a\x73\xa5\xca\x6f\x0a\xb7\xe4\x22\x2b\x6c\x40\xb8\x85\x40\x63\x06\x73\x34\x64\x67\x64\x21\x08\x94\x12\x3b\x41\x57\x19\xd1\xd7\x65\xae\xaf\xcc\x3c\xcb\x46\xbe\xaa\xba\x54\x04\x37\xf1\xa7\x4e\x00\x39\x4f\x3e\x2f\x27\xa8\xad\x9e\x98\x03\xdb\x59\x3d\xb3\x60\x0d\x76\x9f\xfd\x19\xac\x2f\xd8\xdb\xc0\xea\x12\x8b\xdc\xa0\x33\x2d\x4d\xe8\x1d\xe8\xdd\x38\xd4\x0d\x24\xfd\xbb\xbe\xaa\x05\x91\x33\x9e\xad\x9c\x42\x67\x08\xa3\x2e\x73\x70\x4b\xf9\x84\x93\xb0\x51\x51\xa3\xa6\xd0\xcc\x16\x97\xd1\x99\x69\xa2\xf6\x0a\x5c\x35\x45\x0f\xa8\xeb\x5d\xe5\x16\xfa\xcd\x86\x19\xd9\xa1\x81\x03\xa8\xb0\x4b\x84\x30\x2c\x85\x9d\xb7\x90\x40\x97\xc6\x51\xe5\x3f\x0f\x4a\xc2\xf9\xa8\x62\xaa\x24\x92\x4a\xe4\x09\x80\x14\xce\x88\xe8\x04\x8c\xe8\x63\xcf\x8b\x26\xf4\x80\xeb\x59\x9b\xc5\xd2\x05\x39\xc5\xc6\x50\xc8\x08\x40\xc6\x6e\xb1\x99\x72\xad\x0c\xdd\xcc\x40\xb7\xf5\x17\xc4\xd5\xe0\x9e\xcc\x6d\x10\x51\x4b\x34\x81\x3d\x24\x49\x77\x48\x12\x0b\xac\xec\x69\x0f\x00\x84\x94\x80\x8c\xc1\xc2\x33\x50\xbe\xe4\xad\x35\x6f\x5d\xa2\x43\xb4\x3b\xad\xb2\x1a\xa2\x2f\xf4\xb9\x3f\xdb\xd2\xb5\xa0\x27\xb3\x1c\x41\x9e\xd8\x36\xe1\x05\xd1\xfc\x8d\x59\x14\xda\x24\x29\x32\x69\x8f\x06\x30\xd1\xae\x9d\x37\x09\x9b\x3a\x89\x43\x76\xad\x47\x61\xbe\x28\x5c\xcc\x45\x0d\x32\x52\x54\x4b\x98\x20\x6c\xbf\x82\x45\x6f\x8a\xf0\x91\xa3\xa0\x04\x63\xd3\xc4\x76\x50\xea\xe3\x07\xf3\x0e\x9a\x64\x78\xea\xc0\x02\xa0\xbc\xe7\xa4\xd0\x93\xb4\xb0\x67\xea\x65\x9a\xc4\x55\x73\x79\x50\x65\x93\x51\xbd\xa8\x9c\x13\x07\xdb\x08\x9f\x79\xfe\x55\xc7\x5c\x9d\x26\xc6\x9c\xf5\x42\x0e\x59\xd0\xc7\x0a\x94\x2f\xa3\x0d\x6d\x28\xf6\xc3\x3e\xd3\xd4\x5b\xf4\xe1\x4f\x56\x5f\x4f\xd1\x4e\x6f\x8e\x17\x60\xb7\x32\x67\x90\x4f\xfc\xfd\x73\x6b\x43\x8e\x8f\x60\xc4\xff\xfd\x5f\xff\x73\x44\x57\xda\x24\x83\x43\x59\xf8\xe6\x0a\x07\x4c\x10\xff\x16\x54\x89\xc4\x70\x51\xa0\x12\x0b\x2c\x1d\xa9\x00\xb7\x66\x9b\x38\xa1\x19\x96\x4f\xe7\x0c\xae\x05\xfa\x37\x76\xa4\x90\xab\xaf\x73\x0b\x9b\x41\x9a\xac\x1b\x4d\x42\xb9\x24\xc2\x90\xa0\x07\x38\xa8\x29\xbc\x03\x51\x41\x6b\xac\xdb\x64\x8e\x69\xa7\xe8\x52\xfd\x7e\x3d\x66\x50\x64\x66\xc3\x53\x22\x46\x69\x1e\x85\x2b\xae\x6b\xfb\x4a\x7f\x74\x96\xab\xe5\xfa\xf6\x65\x86\x93\xfb\x2e\x38\x4d\xfa\xfd\x86\x66\xd7\x8b\x32\x81\x53\x39\x16\x67\x1a\x50\x90\x48\x09\x05\xc9\x46\x39\x45\x7a\x26\xb0\x46\x06\x95\x93\x02\x71\xd4\xf2\x4e\x83\xd5\x08\x23\x87\x5a\x9a\x8e\xd9\x78\xf4\xdb\xf4\x68\xc8\xde\x1b\xf8\x68\x10\x95\xcd\x00\x12\xa8\x5d\x44\x3e\x2f\xb8\x24\x51\x9e\x40\x0d\xa2\xad\xcd\xe4\xb1\xc3\xa8\x97\xa2\x4a\x95\xab\xb6\x12\xa2\x5e\x1c\xcf\xaa\xba\xe1\xd5\x29\xd7\x53\xe0\x56\xf7\x74\x42\x17\x54\xd3\xce\xa8\xf6\xa4\x3d\x5d\x4d\xd1\x22\x8a\x00\x90\x0d\x54\xb6\x3c\x40\x7e\x7a\x25\x82\xc8\xc8\x03\x11\x78\xaa\x65\x2c\x4c\xb3\x10\xb7\x38\x36\x8e\x34\xb0\x93\x75\x07\xa8\x48\xd2\x01\xb6\x80\xd2\xf2\x08\xe2\x54\x86\x3a\x5a\x8c\x83\xc1\xb7\xce\x5b\xa8\x73\x85\x76\x90\x9b\x7a\x21\x7e\xf3\x92\x28\x44\x3e\x2b\xc2\x8c\x13\xf9\xd6\x65\x7c\x54\x03\x5e\x51\x7d\x70\x7c\xf3\xa5\xfe\xe4\x95\x66\x7b\x2e\x93\xcf\xa5\xb4\xa4\xd2\xde\x30\xb6\x0e\xda\x0c\xb3\xd4\xe6\x2d\x15\xd5\xd4\xcd\xec\x8c\xe5\xc2\x47\xa7\xda\xec\x9b\x00\xf8\xd2\xb4\x69\x10\x3a\xe1\x22\x73\x92\xbc\x96\x25\xc1\xa1\xc7\x85\x16\xa9\x72\xa6\x68\xa6\x89\xc3\x8e\x41\xeb\x79\x39\xf3\xd0\x33\x10\x4b\xd9\x84\x6e\x42\xa5\xa4\x6c\x3a\xb2\x2b\xe9\x52\x70\xda\x5d\x0c\x31\x4d\x7d\x34\x4d\x99\x1f\x7f\x70\x0d\xad\xb6\x4c\x1a\xb2\xd6\xd3\xf7\xc9\x3f\x20\x0a\x32\xee\x26\x63\x21\x43\x5c\xce\xd0\x88\xa6\x51\x71\x3e\x98\x68\x17\xb5\x1a\x64\xb3\x6a\x3e\x6d\x71\x85\x48\x24\x21\x65\xc9\xa4\x1c\x40\x6c\xa8\x6a\xc8\x58\x92\x8d\x99\x4a\x03\xe6\x45\x34\x5b\xc6\xc0\x67\x5c\x96\x92\x9e\xb0\xeb\xce\x06\xc0\xe2\x2c\x1b\xe3\xe4\xde\x8b\xc7\x5e\x49\xe4\xc2\xc1\xc0\x6a\xb1\x11\xea\x5c\x18\xe2\xd2\x03\x4d\x40\xba\x31\x09\xc5\x86\x98\x0c\xa2\x82\x1d\x76\xd1\xb9\x2d\x69\xc8\x4c\x91\x3d\x50\x27\xcd\xe8\x4d\x34\x6d\x4a\x16\x19\x5f\xce\x1b\xee\xb3\x72\x42\xc9\x36\xbe\xe1\xa6\x7c\x96\x9d\x5e\x65\x25\xa6\xd7\xf9\x32\xab\x44\xc0\xef\x00\xdf\xa3\x03\x97\xfc\x90\xf1\x31\xd8\xa5\xac\x5e\xe8\xa2\xba\x83\xe0\xe2\xf2\x79\xee\x1a\x6b\x5e\x3e\x91\x54\x2e\x32\xbc\x5c\xd5\x83\x89\x72\x7e\xda\x7d\x33\x99\xa4\xeb\xcd\x36\xed\xe3\x03\x6b\x3f\x7f\x92\xd2\x91\x4e\x12\xb0\x35\x24\x81\x7f\x59\xf3\x07\x71\xf6\x0f\x93\x5f\x72\xb4\x10\x5c\x4b\x0a\x7c\xc8\x14\x9e\xba\xdd\xb5\xd2\x25\x7f\x64\x44\xc8\x19\x5d\x44\x05\x70\xb6\x8e\x48\xb4\x24\x6d\xff\x63\xe2\xef\x3a\x30\x4f\xbe\x38\x34\xa9\xe2\x9a\x40\xe4\x02\x27\x85\xbd\x2a\xc9\xb0\x94\x74\xb2\x0c\x32\xbc\x7d\x70\x17\x64\x0c\xf8\xe2\x0f\x71\x11\x95\x5a\xd7\x5f\x94\x51\xbc\x9b\x74\xcb\xed\xd3\x59\xee\xe2\x53\x48\xd3\x10\x50\x07\x4a\x9f\x56\x92\xfa\x5b\x56\x67\xdd\x36\xcb\xc5\x8e\xcc\xe6\x7a\xec\x6e\x60\x2e\x53\x7b\xb3\xbc\xcd\x95\x20\x11\xcd\x66\x8e\x42\xd8\xb5\xc3\xb6\x8a\x96\x4f\x1b\x0f\xa7\x01\x73\x4c\xed\x17\x3e\xaf\x23\xca\x02\xc6\x11\x36\x82\x59\x23\xad\xfc\x39\xa3\xa3\x3e\x5f\x3e\x2d\x1d\x52\x85\x8b\x0e\x0e\x90\xdc\x0a\xb0\xa5\x3d\x69\x9f\x91\x8c\xec\x24\x5a\x71\x03\x3a\x2f\x7b\xb7\x03\x0a\x5f\x49\x44\x05\x00\xee\x7a\x33\x49\x77\x1a\x2f\x8f\xaa\xa0\xee\x9d\x0d\x6a\x83\xc8\xce\x06\x44\x8a\xfa\x91\x7f\x32\x03\xb5\xc1\x9d\x75\x04\xa6\x39\x67\x0a\x5b\xdf\x56\x35\xac\x83\xb6\x32\x2d\xd8\x13\x53\x74\xe3\xf6\xd1\x61\x87\x78\x61\xd7\x49\x5f\xaf\xf7\x18\xbc\x70\x28\x64\xc3\xe8\x3e\x90\x36\xf1\x08\x6b\x8f\xe8\x46\xdc\xb4\xe9\x4a\x6c\x47\x2a\xd6\x97\xa8\x38\x9a\x12\x65\xea\x80\xfa\x62\xa7\x6f\x90\x4c\x76\x16\xdb\xbd\xd3\xad\xa8\x67\x02\xdd\x4e\xf5\x0d\x51\xd2\xdd\x78\x15\x34\x31\xbb\x53\x87\x2e\x4d\xb5\x48\xfa\x7c\xbd\x5b\xf4\x3a\x4e\xf2\xb5\xb5\xaa\x3c\xdd\x05\xbb\x9e\x5e\x76\x42\x1f\x80\x72\x82\x21\xb0\x3d\xb7\xc0\xa8\x70\x78\x03\x9f\x61\x45\x95\x5f\xe3\x8d\xb5\xc3\x6b\xe5\x87\xad\x2c\xe7\x53\x6c\xaf\x8d\xa6\x6c\xbd\xb9\x4f\x49\x6a\x5d\xc7\xb2\x0b\x1d\xe5\x89\x8d\x22\x96\x1a\xd7\x6a\xd7\xfb\xa0\x08\x84\x9a\xfc\xaf\x85\x63\xd1\x6e\xd9\x2e\x0f\x59\x1d\x2e\xf6\xf6\x79\x18\x19\x37\xde\x81\xd1\x42\x90\x09\xfd\xbc\x91\x28\x7e\x05\x9f\x5a\xf5\x52\x2f\x73\x09\x69\x1b\xac\x1d\x80\xcc\x5d\x68\xfb\x6e\xa5\x1f\x05\x55\x8a\xb0\x21\x03\x58\x61\xf9\xa7\x93\xe3\xe3\x71\x9e\xdc\x13\x75\x7c\x4f\x96\x88\x8b\xe8\xa7\x4d\x51\x3c\x76\x8f\x0a\x6e\xf6\x75\xa6\xd4\x42\x9e\x1c\x1f\x4f\xa9\x9a\xe5\xe3\xa3\x84\xcf\x4d\xbc\x11\x17\x53\xf3\x8f\x63\x2a\x65\x4e\xe4\xf1\xf7\xdf\x7d\x57\x6c\xf1\x18\x27\xf7\x53\x93\x17\x59\xb5\xe2\x44\x5b\x7e\x53\xad\x9c\xd3\x1d\x69\x55\x70\x36\x22\x9f\x35\x91\xd6\xd5\x66\x6e\x0b\x39\x21\x51\xef\xd3\x0d\x92\x4b\xa6\xf0\xe7\x13\xf4\xd1\x14\xd2\x46\x3f\xf2\x5c\x48\x74\x86\x97\x87\x7c\x72\x38\xe7\x4c\xcd\xd0\x47\xf8\x5f\xfb\xd3\x23\x21\xf7\xe8\x17\x82\x85\xdd\x5f\x23\xb0\x78\xb0\x66\xf0\x42\x88\x9c\x49\x5b\xa1\xfb\xbb\x7f\x77\x25\xba\x4f\xd0\xb7\xc7\xdf\xfd\x3b\xfa\x23\xfc\xff\xff\x83\xfe\xd8\xa0\xa9\x75\xcb\xb9\x2d\xca\xa7\xd7\xb6\x06\x2b\xb5\x41\xb1\xa2\x53\xc1\x8b\x9d\xaa\x6d\xf9\x9e\x26\xf7\x7c\x32\x19\x29\x3a\x27\x26\x38\x74\x84\x45\x05\x4b\x69\x43\x00\x13\x6a\x4b\xab\x98\xea\x94\x05\xb4\xa9\xed\xd4\xa4\x7e\xb8\xe3\x26\xf3\xa2\xb4\x04\xf8\x54\xa2\x72\x1d\x54\xc2\x57\x24\xd5\xa7\xa2\x8b\xff\xc4\x59\x67\xaa\x05\xe0\x8a\x34\xa7\xb0\x5c\x90\xf7\x83\x86\x4e\x7d\xbe\xae\x74\x79\x35\xda\xe0\x8b\x71\x21\xc3\xd4\x5e\xca\x7d\x2c\x2b\x9d\xaf\xf7\x1c\xdf\x70\xb1\x95\xbc\x7c\x4f\x2a\x21\x2c\x2d\x61\x7c\x5d\x91\x8a\xb0\x70\x15\x64\x1d\x70\xe1\x81\x84\x8c\x5e\x6b\xc1\xfe\xd7\x5b\xa1\xa8\x30\xbe\xb6\x76\x87\x5e\x4f\xfd\xcc\x7f\xb2\x6e\x98\xe0\x78\x73\x6f\x17\x30\xe6\x30\x5a\x7d\xc5\x69\x96\x58\x33\xe2\x1a\xb4\x81\x75\x1b\x7a\x63\xf6\x8c\x48\xd3\x38\x78\x81\x21\xfa\x8e\x39\xc9\xc4\x26\xa5\xd4\xee\x27\xe4\x60\xef\x02\x9e\xa1\x02\xb5\xb7\x05\x9f\x33\xa6\xb2\x82\x45\x38\xb8\x4b\x10\xd9\x82\xb2\x38\x58\x73\x8f\x0d\x11\x2d\x0c\xd8\xed\x01\x12\x18\x1c\xa9\x6a\x86\x99\x51\xa2\x26\x38\xa1\x6c\x7a\x10\x80\x19\x40\xae\x4c\xc8\xb3\xea\x56\xf2\x16\xcb\xfb\xdd\x3a\x07\xb7\x06\xff\xa7\x69\x01\x40\x6d\x28\xd2\xfa\x0e\x69\x25\x93\x5b\x61\x79\xbf\xb3\xe2\xe8\x7a\x29\xda\x94\x45\x77\xb1\xf7\x24\x14\xda\x00\xd9\x4f\x2b\x57\x01\xfa\x93\x0b\x9f\x34\x85\x47\x69\x46\xd2\x32\x06\x46\x79\xfc\xeb\x08\xc1\xa8\xc5\x81\x17\x0a\x20\x12\xe6\x5a\xf1\x4b\x8d\x79\x96\x2d\xcd\x51\xd2\x37\x17\x96\xf7\xd2\x57\xa0\x40\x72\x8e\xb3\xec\x00\x09\x92\x4b\x7d\xf5\x1e\x20\x49\xb2\xc9\xa1\x43\x2b\x4c\x51\xc6\xa7\x34\xc1\x19\x1a\x67\x3c\xb9\x97\x43\xa6\xaf\x12\x36\x35\x37\xe0\x42\xf0\x84\x48\x19\xdc\xbd\x45\x5c\xbe\x0d\x62\x85\xf2\x13\x8a\x88\x39\x65\x54\x2a\x9a\x94\x2a\x4a\x1f\x0d\x99\x29\xa7\xa2\xb5\xa1\x84\x9b\xa2\x19\x30\x5c\x2d\x0b\x10\x83\x9f\x90\x33\x8b\x05\x0b\x0c\xdd\xa6\x45\xbb\xa8\x8a\x26\xea\xdd\x41\x96\xb7\xdb\x9e\x91\x8a\x4f\xc3\x1a\x7a\x3e\xb5\x9f\xc1\x19\x5a\x45\x31\xd7\x31\x39\x7b\x6a\xf0\x64\xee\xc1\xc3\x1c\x51\x14\x31\x23\xd1\xdd\xe6\x43\x29\x5e\x59\xf2\x2b\x0c\xb9\x21\xe5\x75\x1d\x4d\x9f\x9a\x12\xd5\x16\x7e\xb8\xec\x17\x73\xa5\xa7\x2d\xc4\xbc\xbe\x24\x1e\x34\x91\xb8\xe5\xd1\x6b\xaf\xaf\x92\x03\x5f\x37\x1a\x4b\x1b\x32\x72\xe8\xb1\xed\x34\x3f\x34\xf8\x83\xd0\x49\xa9\x08\x71\x95\xa2\x5e\x53\xad\x68\x7f\x49\x77\x65\x8b\x6b\x05\x89\x8e\x75\xa3\xdd\x4a\x37\xe2\x80\x44\x63\x8b\xc9\x16\x12\x4d\x9b\x07\xd5\xd2\x5e\x21\xea\x32\x3a\x0c\xc5\xc1\xd3\x07\x5a\x54\x01\xb2\xbd\xad\xb4\x67\xe8\x19\xb5\x32\x66\x84\x44\xb1\xb1\x81\xae\x34\x95\x4a\x66\x14\x35\x05\xb2\x6c\x7d\x7d\x2d\xd5\xe6\x49\x42\x48\x5a\x1b\x5c\xa0\x47\xf4\xea\x70\x2e\xae\xb0\x9a\x99\x24\x9b\x39\x57\xa6\x08\x85\xc1\xb9\x70\x86\x16\x03\xdc\x30\xce\xf8\x18\x2e\x24\x80\xc0\x70\xe9\x16\x41\xb8\xb4\x99\x37\x49\xd1\xd7\xc1\xfd\xe2\x13\xc0\x9a\x8a\x9c\xed\x10\xfe\xa2\x6c\x9d\x69\x04\xc1\x88\x11\xd2\x8f\xd0\x55\x29\xe3\x30\x98\xd5\x04\x6b\x96\xbf\x32\x7b\xf5\x85\x20\x33\x4a\x93\xd8\x09\x64\x46\x44\x9f\x3b\x80\xcc\x68\x35\xc6\x8c\x4f\x9f\x34\x87\x43\x4f\xea\x9c\xb7\x0f\xac\x35\x59\xeb\x46\xb4\x8a\xc8\xc7\x1d\x84\x65\x1d\x11\xbd\x2e\x38\x90\x52\x0d\x80\x97\x85\x03\x29\x0d\xe6\x35\xc3\x81\x94\x86\xfa\x7a\xe1\x40\x6a\x06\xda\x02\x0e\xc4\x78\x77\x47\x9a\xa8\xdb\x31\x05\x88\x13\x1c\xe7\x93\x1b\xb8\xef\x56\x8e\xd1\x16\x9a\x35\xd7\x87\x13\xe1\x2c\x2a\x15\x8c\xd6\xc6\x94\x37\xc5\xc3\x60\xb9\x15\xed\x79\xf7\x0b\x95\x46\x7b\x5e\x64\x98\xc5\x6c\x1f\x0a\xf9\x09\x92\x68\xf2\x33\x8c\xaa\xa8\x70\x7e\x60\xad\x3a\x7a\x14\xc6\x90\x99\xe0\x85\xcd\xd1\x69\x02\x8b\x7d\x3d\xd9\x08\xdd\x90\x56\x00\x10\x23\x62\xf5\xad\xd2\xd9\x3f\x96\xf0\x16\x67\xfc\xd1\x4a\x6c\x40\x7e\xb6\x36\x73\x47\x25\x22\xc4\x6a\x29\xd1\x74\x4b\xac\x96\x68\x22\x7b\xac\x96\xfa\x0d\x7e\xb5\x58\x2d\xa5\x3d\x6f\x87\xd5\x52\xb7\xe5\x1b\x60\xb5\x44\xcd\x7c\x31\x58\x2d\xa5\x15\xfd\x62\xb0\x5a\x4a\xf3\xda\x63\xb5\x7c\x21\x58\x2d\xeb\xf9\x48\x2d\x1a\x49\xfd\xe1\xed\x86\x46\x52\x2b\xc2\x37\xb3\x88\x6d\x13\x69\x41\x60\x78\x66\x34\x92\x68\x02\xfb\xc0\x9b\xee\x81\x37\xb5\xc4\x67\xfb\x86\xba\xd7\x36\x1a\xa7\x7c\x91\xb5\xc4\x23\x89\xf6\xa7\xb5\x55\x6b\x17\x94\xf8\xb4\xa1\x5e\x60\x5c\x6f\xab\x71\xf7\xa2\x55\x94\x16\xc5\x48\x4b\x46\x2e\x2b\xdf\x08\xe7\xa1\x63\x71\x4f\xb9\x1b\x84\x8c\x95\x96\xd7\x9b\xe3\x0d\x2d\xee\xd2\xee\x5a\x53\xa6\x6d\x0b\x7a\x75\x59\x35\x1d\xed\xde\x6e\x10\x60\xff\xae\xb7\x3d\x41\xe5\xc6\xdd\x34\xbb\xee\x22\xf3\x39\xc7\x51\x21\x49\x9f\x30\x54\x14\x92\x34\xb2\x71\x29\x4f\x4a\xab\xff\xf6\xcb\x29\x95\x4a\x34\x06\x4d\x54\x46\xb8\x8d\x87\x6d\x91\x6f\x92\xdd\x38\xdd\xec\xb3\x39\x99\x73\xb1\x2e\x62\xa3\xf6\x4b\xa9\xb8\xc0\xd3\x75\x8a\x78\xbd\x5a\xb5\x98\x91\xb9\x16\x82\x46\x5d\x1b\x69\xbb\xdf\x3e\x9b\xcc\x26\x35\xd4\x54\x13\x0d\xfc\x67\xfa\xdd\xd4\x56\x08\x6d\xbb\xdd\xdb\x6e\xb3\x2b\x45\xda\xcd\x50\xec\xd0\x84\x56\x5b\xae\xec\x4b\x91\x97\x14\xe8\xbb\xd6\x0f\xef\xc3\x20\x36\xf4\xb4\x37\xe0\xbd\x54\x3b\x04\x47\x9c\x24\xe2\x30\x94\x51\x23\xe7\x57\x75\x04\xd1\xba\x3b\xdd\x66\x8b\x65\xcf\x45\x63\x40\x58\x1b\xd3\x91\x29\xef\xad\x15\xa7\x10\xe9\xbd\x4c\xdf\xe3\x65\x4d\x86\x49\x3b\xdb\x24\x65\xea\xcf\xff\xd6\xc5\x43\x0e\x42\xbe\x5d\xb7\x09\xcd\x08\xc2\x49\x42\xa4\xb1\x66\xd9\x80\x41\x53\x39\x31\x17\xd9\x36\xbb\xaa\x0f\x87\x9e\xb7\x66\x99\x1e\x44\x29\x2d\x88\xc7\x5c\xc0\x33\xc1\xf3\xe9\xcc\x59\x33\x34\x15\xea\xa9\xd5\xed\xe5\xcf\x26\xbc\x63\x9b\xbd\xfc\x21\xa7\xd9\x66\xb6\xa2\x22\xa2\x4a\x0f\xf3\xc3\xe0\x16\xc9\x99\xa7\xff\x31\x34\x5b\xbb\xb1\xd5\x41\xb7\xef\xd3\x7e\xeb\x2d\xa3\xd0\xcd\x81\x03\x0e\x99\xf0\x2c\x03\xdb\x9e\x24\xf3\x87\xa6\xca\x8b\x30\xe1\x5b\xba\x61\x7d\x39\xf8\x1a\x3c\x04\x52\xe1\xf9\xa2\x95\x44\x73\x65\x84\x2d\x89\xdc\xe8\xcb\xae\x3d\x13\xb0\xc3\x19\x61\x75\xd6\x9e\x4f\x55\x00\xd0\x37\x16\x36\xe5\xc2\x78\x76\x16\x3a\xe5\x96\xe4\x99\xc3\xa7\xea\xe6\xd1\x81\x05\x44\xd1\xc4\x05\x8f\x77\x7e\x69\x23\xc7\xf7\xf4\xfc\x86\xac\x17\xc5\x1d\xbb\x92\x2e\xe3\x65\x11\xb8\x68\x44\xe2\x90\x93\x00\x6e\xa2\xb5\x13\x28\x6e\xad\x07\x20\xb8\x1b\xcc\x1b\x13\x58\xe5\x82\xa7\x20\xea\x92\xa4\x87\x38\x59\x26\x19\x4d\x02\x15\x70\x2a\xf0\x62\x56\xc7\x6e\xaa\x25\xca\xf7\xe8\x02\x2b\x47\xb6\x73\x74\x81\x26\x30\xe0\x2e\x51\xa3\x8e\xae\xa0\xba\xe5\x1e\xf5\xa0\x06\xf5\xe0\xc0\xe7\xf5\xb2\x02\xd6\xf8\x05\xd3\x45\xab\xe7\x6e\x0f\x7d\xf0\x02\xd0\x07\x9b\x1c\xbe\x02\xd7\x20\x3a\x76\x7b\x38\x86\x77\xad\xe0\x18\xfc\x25\xf8\xaa\x32\xec\x9b\xcf\xe3\x0b\x67\x6e\x57\x07\xf6\x92\xf0\x0b\x35\xe2\x42\x17\xb9\x69\x15\xfe\xc2\x2a\xba\x68\xb5\x2e\x2f\x8b\x86\xd0\x6d\x65\x3a\x01\x1d\xd4\xde\x5d\xaf\x04\xf6\xa0\x79\x1b\x5e\xc9\xb9\xd9\x65\x6c\x7f\xb7\xba\x0d\x61\x7c\x7f\x17\xed\xa6\x5b\xa8\xbf\xa7\x87\xb7\x15\xee\x5f\x60\x99\x6f\x16\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\xaa\x85\x5c\x57\x92\xd4\x5b\x0f\xee\x0f\xe4\xdf\xdd\x06\xf8\x87\x2b\xbb\x69\x90\xff\x9a\xc1\xad\x12\x3d\x36\x0c\xf4\x0f\x7a\x5c\xe9\x74\x72\xb3\x6b\xe5\x78\x2a\x13\xcb\x06\x31\x41\x15\xc0\xf7\xed\x41\x10\xe6\xf8\xf3\x68\x81\x05\xce\x32\x92\x51\x39\x6f\x3a\xf3\x94\x29\x32\x2d\x53\x5a\x64\x8c\xfd\xd3\xf7\xab\x03\x30\x63\xef\xa3\xab\xf1\x0b\xfe\xc7\x7c\x3e\x36\xa4\xe8\x06\x62\x0b\x23\x28\x8e\x44\xce\x42\x08\x17\xbf\x31\x08\xf0\x6a\x4d\xd1\xe0\x49\x0e\xd1\x39\x38\x99\x41\x15\x8e\x09\xa6\x82\x11\x29\x3b\x16\x6e\x96\xb1\x9e\x68\x6e\x60\xfa\xf7\x48\x42\x3d\x8c\xe2\x84\x93\x20\x53\x19\xc2\x37\x1c\x76\xeb\x2a\x56\xb1\x0f\x06\xac\x06\x03\xd6\xaf\xcd\x6b\x0c\x08\x2c\x6a\x87\x77\x0c\x0a\x6c\xda\xfe\x5d\x30\x81\x1d\x06\x07\xbe\x70\x14\xdd\xd3\x04\xd0\xbd\x6c\xc4\xe3\x53\x04\x3b\xee\x43\x02\xdf\x5e\x48\x60\xf3\xb1\xed\x14\x16\xb8\x26\xf5\xde\xf5\xb2\x6d\x0c\x96\x4f\x07\x7f\xd2\x38\x2c\xef\xf5\x0a\xbe\x68\x19\x8b\x55\xe4\xab\xef\xe3\xb1\x9e\x28\x1e\xab\x66\x89\xbb\xc5\x64\x6d\x24\x1e\x3f\x7f\xb8\x48\xb9\x00\xd5\x53\x86\x8c\xac\xf1\x92\xca\x7c\x3c\x7a\xf2\xa3\x57\x3b\xe7\xb6\x27\xf0\x93\x27\x0a\x23\x12\x09\x4d\x67\x63\x92\xa6\x60\x82\x51\xdc\x16\x63\x28\x68\x87\x11\x43\xdf\x9a\xf9\x62\xa9\x89\x1d\x67\x9c\x4d\x25\x4d\x49\x50\xf2\xad\x90\xac\x4c\x52\xd6\x90\xc1\xfe\x66\x19\x11\x4e\x83\x17\xe8\x6b\x49\x59\x42\x42\xad\x5e\xa0\x94\x13\xc9\xbe\xd2\x02\xd8\x03\x41\x98\x2d\xd1\x3d\xe3\x8f\x19\x49\xa7\xb0\x43\xe5\xc1\x1c\x22\x4a\x0e\x10\x55\xfe\x33\x41\x70\x32\xd3\x1c\x76\xa8\xc7\x0e\x7e\x59\x23\x02\x12\xfb\x6d\x50\x76\xc4\x37\xf3\xcd\x11\x42\x03\x86\x26\x38\x51\x07\x48\xe6\xe3\xa2\xfd\x94\x9b\x3a\x12\x0f\x84\x85\x13\x2f\x1a\x79\xb2\x70\xa1\xda\xf0\xa0\x12\xb5\xb9\xf3\xa6\x09\xa0\x97\x51\xbc\x95\x67\xf7\x01\x6f\x03\x6b\xf3\x31\x97\xd6\x05\x80\x38\xf3\x87\xc9\xe6\xb0\x7a\x24\x2f\x40\xd3\x37\xa8\x58\x2b\x8a\xfb\xe1\xd2\x54\xba\x8e\xa5\x70\xc3\x5b\x10\x7f\x6b\x26\x81\x76\xcd\x72\xa7\xfc\x91\x49\x25\x08\x9e\x5b\xd5\x54\x33\x6f\x70\xe1\x18\x27\xbc\x1e\x3d\x15\xe6\xd2\xee\xb2\xc5\xe7\x94\xdd\xeb\xdd\x2d\xb0\xcb\xa0\x28\x0a\xf4\x5c\xb3\x69\x3f\x50\x86\xa3\x18\xc4\x0d\x76\x2d\xcb\x3b\x05\xc5\x04\xe5\x0f\x97\x4d\xb0\x71\x0a\xaf\x43\x72\xeb\x62\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\x3f\x1a\xb2\x81\xfa\x0a\x0a\xd2\x72\x36\xcd\x96\x08\xa7\x0f\x54\x16\x38\x72\x09\x67\x32\x9f\x13\x51\x2a\x52\x64\x9c\xcc\x08\x3b\x5a\xd1\x63\xd3\xb2\xda\x03\xce\x68\xea\x8a\xe6\xe9\x1f\xc7\x64\xa2\xef\xbd\x05\x16\xd2\x59\x24\x6b\xac\x89\x76\x73\x53\xbd\x56\x2f\x76\x26\x7f\x0e\x8f\x1d\x9a\x17\x27\x14\x5b\xdd\xe5\xb8\x7c\x3e\x83\xb2\x8f\x4d\x01\x7e\x95\x49\xa1\xd5\x17\x93\x5d\x85\xb3\x75\xf9\x9e\xfa\x05\x4d\x0d\xb9\xf1\x1e\xe9\x7e\x9c\x0c\x64\x06\xd7\xc9\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\x6e\xde\xda\x6d\x6b\xb3\xca\x04\x67\xd5\x1d\x6e\x5e\xcb\x1b\xf3\xfe\x6a\xde\x67\x8f\x9b\x69\x7b\x65\xb0\x66\xc2\xb3\xac\x0b\x4a\x5c\x69\xe6\xa7\xc5\xe7\xab\x47\x54\xf4\xa3\x37\xc0\xed\x05\x9c\x1a\x63\xf6\xc3\x99\x95\x2c\xa4\xb2\xbb\x14\xbe\x64\x78\xe8\xd2\x9a\x15\x87\x8c\x4f\x00\x47\x30\x6b\x2a\x82\xba\x10\x7c\x4e\xbb\xe0\x50\x18\x0c\xda\x6b\xe7\xc0\x5f\xe3\xba\x71\x6e\x7e\x28\x76\x65\xc8\xcb\xf6\x08\xa1\x5e\x98\x19\x39\x63\xc5\x19\x9a\xe3\x4a\x29\xde\x56\x0b\xbe\x4e\x4b\xee\xa1\xb9\x31\x51\xd8\xd5\x93\xa6\xa2\xda\x3d\x59\x42\x9a\x7a\xf6\x88\x97\x45\x48\x6b\x97\xe3\x54\x04\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\x18\x1f\x86\xa0\x45\x04\xc3\x59\xbd\x54\x1f\x23\xca\xd9\xf9\x1a\x95\xda\x41\x46\x97\x73\x9e\xb3\xab\xfa\x56\x9f\x61\xcd\x2c\x59\xb7\x5a\xac\x2d\xa3\xe4\xbb\x61\x1b\xb8\x1e\x3d\xa2\x41\xed\x79\x5f\x0f\x98\xd4\x45\x87\x98\x68\xd9\xc5\xd6\xda\xf3\x40\xcf\x36\x1e\x69\x42\x33\x22\x8f\xd0\xa0\x46\x9f\x70\xd1\x40\x20\x55\x01\xde\x12\xf8\x45\x9d\xbc\x93\x0b\x1a\xa0\x5d\x3b\xa9\x06\x51\x5b\x91\xb6\xb0\x52\x08\xa2\xc7\x9c\x18\x2f\x09\x67\x80\xcb\x00\xae\x48\x41\x4d\x41\x46\x2d\x5e\x2a\x30\xb8\x69\x5e\x40\x6d\x6a\x91\x29\x12\xee\x3f\xd0\x32\xb6\x22\x02\x5b\x40\xff\x62\x54\x0d\x5b\xba\x0b\x14\xcf\xf6\xc1\x56\xae\xd7\x5b\xfd\x45\x75\x6f\x6a\x47\x78\x1b\xb7\xde\x79\x74\x5e\x2e\xef\xee\xf2\x79\x0f\x9f\x3a\xfb\x13\x46\x13\x41\xc0\x44\x39\xf7\xd9\x0b\x2c\x25\x42\x2a\xce\xe1\x86\xba\x39\xfb\xe9\xf8\x6e\x80\x88\x4a\xa0\x5e\xd9\x90\x25\xf2\xe1\x40\x0b\xb4\xbf\xe5\x44\xe9\x9f\x1b\xa2\xfb\xe8\x9c\x30\x09\x9c\x80\xb6\x2d\xd6\xec\x16\x46\xff\xf7\x2c\xfe\x7e\x05\xc9\x57\x62\x45\x81\x76\x7d\xe1\x4c\x4d\xa6\x00\x0f\x66\x96\x56\xd6\x50\x8c\x29\xda\xde\xaf\x83\x08\xdf\x20\x36\x84\xfd\x2d\x67\x1d\xc5\xa4\xd3\xe2\xa3\x60\x14\x0d\x52\xd8\x7c\x81\x05\xad\xc1\xa3\x59\x1d\x74\x62\xbe\xa9\x6d\x7d\x1d\x13\x29\x62\x70\x6d\x09\x7c\x54\xa0\xa9\x23\x25\x08\x01\x16\xe2\xe9\xc9\xde\xf5\x36\xe7\xc1\x4f\x2c\xf8\xe8\x68\xc8\x3e\x3a\x93\x69\xf1\xab\xaf\xed\x69\x02\x99\x48\x8a\x72\xd0\x99\xe2\x56\xa0\xd9\x94\x4a\xff\x03\x80\xc3\xc9\x3c\x53\x06\xe6\x77\x02\x45\xe7\xdd\x40\xcd\x93\x3a\x2e\x21\x30\x4b\x66\x17\x7c\xbb\x9a\xbf\x74\x32\x22\x59\x17\xd9\x71\x30\xe9\x67\x52\xd3\x77\x72\xdf\x70\x3a\x37\x01\xb2\x2e\x26\x03\x92\x9b\x83\x3a\x35\x5a\x89\xb1\xd3\x65\x06\x34\x98\x20\x30\xb2\x95\x43\x85\x4c\x36\x80\xde\x45\x2b\x5b\x1b\x1b\x9b\xf1\xd1\x3b\xb3\xdc\x18\x7a\x41\x58\x0d\x99\xc8\x19\x00\x68\x79\x93\x3b\x46\x92\x08\x6a\x6c\xdf\x09\x67\x46\x06\xb0\xc6\x93\xa9\x66\x13\x5a\xf2\x03\xbf\x0b\x67\xa0\x51\xf1\x5c\x82\xbb\x7f\x4e\x94\xbe\xa0\xbe\x06\x70\x7c\xe3\xf4\x38\x40\x0b\x41\xe7\x54\xd1\x07\xe2\x81\xf9\xc2\xad\x3b\xc5\x0a\x67\x7c\xda\x13\x8a\x4e\x70\xa2\x6e\xf1\x56\x3a\x33\xb6\xcd\x6c\xea\x40\x77\xc3\x40\x83\x33\xbd\xf8\x53\xc2\x88\x80\x89\x42\xc9\xd1\xda\x23\xdc\xb5\x18\x69\xc1\xb9\x01\xaa\x37\x31\xe0\xa6\xd2\xdb\x18\x70\xae\xf8\x5c\x6b\xa4\x38\xcb\x96\x00\x5a\xaa\x9f\xcc\xb0\x9c\xb9\x8d\x36\x48\xa7\x6d\xee\x26\xbb\xb8\xa7\x38\x99\x91\x1b\xa8\x31\x5f\xb7\xb8\xa5\x51\xbe\x23\x2c\x9f\xbf\x3b\x41\xff\x5d\xcc\xf1\xb4\x77\xfa\x63\x7f\x74\x36\xb8\xe9\xfd\x70\xde\x3f\x0b\xe6\x63\x9f\x7c\x1c\xdc\xdc\x54\x7f\xfd\x71\x70\x5b\xfd\xf1\xea\xf2\xea\xee\xbc\x77\x5b\xd7\xca\xf9\xe5\xe5\x4f\x77\x57\xa3\xf7\xbd\xc1\xf9\xdd\x75\xbf\xe6\xd3\xbb\x5b\xff\xd0\x3e\xfb\x9f\xe0\x10\x41\xbc\x07\x44\xa7\xd4\x8f\xb6\x7c\xce\x0e\x51\xfc\xe2\x09\xba\xb3\xde\x1b\x6a\xd1\xce\x5d\xd0\x84\xc9\x4d\x78\xc4\x52\xb3\x2a\x28\x2a\x3c\x64\xc8\x7d\xae\xe7\xde\xf4\xa9\x71\x2b\x25\x33\x82\x32\xce\xef\xf3\x85\xe5\x60\x26\xc0\x91\x71\x63\x91\x21\x32\x68\xed\xc7\xc1\xed\x89\xf7\x22\x55\x1b\x0b\x52\x10\x1d\xa9\xc3\xb8\xb0\xe3\x9a\x60\xe4\x58\x08\xf2\x00\x67\xd2\x7b\x17\x83\x1e\xfc\x06\xac\xea\xc7\xb4\x86\x99\x2a\x75\x93\xa6\xb6\xe0\x81\x9b\x58\xd0\x70\xbc\x7d\xab\x56\xd3\x2f\x87\x81\xbc\x44\x63\x92\xe0\xdc\x38\xdf\xf4\x75\x24\x04\x17\xe1\x80\x8b\x6d\xdf\xb2\xd1\x77\x55\x29\x23\x06\xb6\x97\x70\x46\xf4\x27\xc1\xc9\xd1\xfa\x32\xe8\xd2\x0e\xb2\x6d\x66\x61\x31\x5d\x9d\xe9\xc2\x63\x02\x50\x31\x9a\x73\x7b\x00\x33\x0a\xde\x3c\xac\xd0\x23\x81\x28\xd7\xdc\x62\x56\x1a\x0d\x59\x9f\x40\xe8\xce\xd8\xa1\x1d\x40\x71\x14\xfd\xda\xc8\x32\x77\x21\x16\xeb\xef\x25\xa9\x63\x97\x5b\x84\x2a\x9e\x99\x46\x81\x87\x3a\xd7\x2a\x8c\xb8\xc1\xe2\xef\x78\x76\x8d\xe5\x79\x85\x14\x54\xbd\x37\xd6\xb0\x74\xcd\x5c\xdb\x8c\xc7\xa5\x67\x44\x10\x3a\xdd\xf2\xd5\x7d\x58\xc0\xda\xb5\xba\xe5\x29\x5e\x6a\xe2\x80\x98\x06\x99\x2f\x16\x5c\x28\xd4\xd0\x06\x82\x93\x6e\xc6\x07\x37\x83\x9d\x87\x67\x51\xd0\x88\x96\x03\x64\x0d\xca\x5d\xbb\x88\x75\xbb\xae\xc5\xb9\x0f\x53\x5f\x41\x5d\xf3\x88\x8b\xf3\x48\xf1\x8d\x28\xb4\x4e\x44\xdd\x26\x92\x69\xa1\xaf\xe1\xb6\xe0\xbd\x75\xbd\x5f\xba\x16\x6a\xb7\x3c\x23\x13\x35\xaa\xf5\xa6\xac\x30\x1c\xea\x16\x59\x53\x92\x0f\x9d\xce\x76\xd0\x62\x7b\x59\xfe\x7b\xeb\xed\xd2\x02\x7c\xa0\xc7\x0b\xce\x95\x91\x22\x0b\x4d\x03\xb9\xd5\x04\x23\x80\xed\xd4\x54\x0a\x28\x44\x35\x2d\x99\xdf\x33\xfe\xc8\xbc\xc5\x5c\x1e\x0d\x59\x1f\x43\xf9\x0a\xaf\x2e\xd8\x80\x05\x23\xab\xaf\x95\xd2\x23\x34\xfc\x57\x82\x21\x51\xd0\xbd\x2d\xf5\x93\x2d\x51\x51\xf1\x20\xfa\xae\xcd\xe9\x31\xd6\x64\x27\xa8\x99\x09\x5b\xac\x6e\x45\x16\xd6\xe2\x6d\xe6\x59\x84\x73\x83\xd3\x54\x77\x75\x84\x3e\x39\xfb\x0c\xc4\x57\x14\x95\x3a\x94\xb9\x71\x32\xbc\x74\x49\xf2\x75\x0b\xbb\x8b\xbc\xf3\x5d\x47\x5c\xac\x5e\x60\x9f\x63\x57\xb3\xca\x91\x9a\xcc\x98\xb1\x9b\x76\x08\x2f\x3b\xf5\x1f\xdd\x90\xd5\xf1\xa7\xef\x01\xbc\x5b\x11\xa1\x95\x4d\x90\x19\x58\xb6\xfc\x5f\x66\xb3\x20\xdf\xdc\xc6\x26\xa7\x0e\x90\xd9\x7a\x26\xf5\xf9\x01\xcf\x9a\x16\x03\xc6\x00\x44\x91\x81\x1c\x70\x84\x7a\x50\xb7\x02\x2a\x12\xe8\xab\xd0\x45\xf1\xd0\x29\xe3\xeb\x02\x07\x1a\x88\x29\x09\x88\xe9\xa6\x99\x98\x24\x50\x53\x11\x5a\xbd\x1b\x8a\xda\x41\x9a\x8d\xe6\x2d\xb8\x8a\xb9\xd3\x3e\xb9\xa6\x83\x8a\xfd\x12\x41\x38\x95\xe1\x06\x1f\xfe\xb3\x7e\xe8\x1f\x72\x2c\x30\x53\x10\x5a\x62\x25\x6f\x41\x82\x10\x47\xf2\x19\x82\xb7\x98\x31\xd7\xc2\x4f\xe1\xe6\x3a\x57\xfa\x94\x3e\x10\x86\x68\x7a\x80\xe8\x11\x39\x3a\xb0\xc5\xe7\x64\x3e\x2e\xde\x9c\x69\xc9\x61\xc8\x2a\x29\x23\x47\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\xae\x16\x54\x14\x7f\xf0\x84\x80\x71\x95\x6b\xe8\xc9\x36\xc9\x80\x15\xaf\xda\x20\x78\x03\x36\xa6\x48\xe5\x09\x92\x62\xd0\xd7\x58\xa1\x8c\x60\xa9\xd0\x77\xdf\x74\x8a\xb9\x70\x13\x2c\xb8\xab\x3d\xbe\x45\x40\xaa\x8b\x68\x6b\x2a\x68\x07\x60\xf2\xb6\x02\xaf\x17\x20\x0f\xf4\x3e\x2b\x8e\x1e\xa8\xcc\xa1\xf4\x4e\x10\x43\x6f\x8a\xa7\x50\x25\x5d\x50\xa0\x51\x99\x1a\xf8\x88\x83\x7f\xb1\x6e\x49\x3b\xac\x1a\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\x23\xbf\x40\x17\xa0\x7e\xf9\x10\xa0\xb8\x88\xa0\x3f\x2c\x5a\x53\x1b\x32\x9f\x82\x16\xb6\x5d\x2b\xed\xd4\x59\x81\x9f\x51\x08\xae\xe9\xfe\xdc\x54\x70\x6a\x21\x0c\x37\x57\xd8\x5c\xe1\x35\xa9\x58\xde\x57\xc8\xc6\xbb\xee\xa0\xbd\xa8\x5c\x6f\xc5\x86\x6b\xf6\x91\xd7\x18\xc5\x1b\x36\x37\x90\x2d\xb6\x51\xc0\x7d\x2c\xda\x73\xf9\x65\xa3\xa1\x0f\x52\x88\x2d\x5f\xcf\x05\x8b\x58\x6d\xc7\x3a\xc0\x1c\x4d\xd3\x20\x74\x34\x88\xab\x83\xd0\x62\xc7\xf8\xec\x9b\x0d\xfe\xd1\xc5\xdb\x9e\xfe\x41\x31\x7f\x37\x15\x1f\x5c\x56\x9d\x78\xb3\xb0\xd7\x4b\xff\x86\x13\xc2\x92\xa5\xe9\xc9\xc1\x65\x55\x73\xe4\x1c\xb2\x10\x06\x93\x7b\xad\x78\x68\x8b\xb1\x1d\xa1\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\xdd\x09\x30\xf9\xb9\x5b\x79\x5c\xe6\xeb\x51\x10\x9b\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\x6a\x74\xbd\xcd\xb5\xb6\xbd\xb5\xa4\xd1\xb6\x4e\x6a\xb5\xaa\xd9\x1c\x0a\x8e\x41\x50\xb1\x2b\x69\x70\x80\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\x29\xc4\x56\xec\x22\x52\x66\xc3\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\x6a\x33\x71\xf4\xa7\x07\x08\xa7\x29\xfa\xdf\x5f\xbf\x3f\xff\xe5\xb6\x3f\x1a\x5c\x80\xcd\x79\x70\xde\xff\xe6\xc0\xff\x78\x79\x77\xeb\x7f\x35\x16\x96\x07\x22\xd0\x1c\xdf\x83\x8a\xc7\xa4\x91\xff\x20\xda\x3d\x1c\xa9\xcb\x51\xd2\x4f\x24\x71\x11\xa4\x56\x4c\xf1\x59\xed\x76\x0f\x1b\x2b\x96\x18\x9b\x5f\x07\xe5\xf7\xda\x7f\xb2\x9a\x06\x1d\xf1\xf8\x2e\x9c\x18\x38\x27\x4c\x69\x1e\x63\xad\x7d\x85\xee\x5b\x10\x1c\x61\x53\xca\x9a\xe2\xdc\x08\x7b\x78\x4a\x21\xfe\x27\xb2\xfc\x59\xab\xd7\x57\x98\x8a\xd6\xb4\xd7\x67\x0f\x54\x70\x06\x53\xf3\x66\xad\xa2\x96\x34\x51\xce\xdb\x16\x1c\x2a\x69\x64\x61\x88\xa4\x58\x34\xc6\x52\x96\x12\xb7\x5f\xc7\x74\x7b\xc6\xfb\x4b\x3e\x2b\xe1\xb2\xe1\xa4\x65\x37\xf8\x01\xd3\x0c\xe2\x60\xdd\x45\x53\xd0\xe0\x90\xdd\x5e\x9e\x5d\x9e\x20\x92\xe1\x31\x17\x90\x1d\x63\x02\x77\x5c\x13\x76\xc1\xa0\x46\xa7\x6f\x28\xca\x84\x3c\x40\x8b\x22\x13\x32\x34\xa2\x1d\x99\x36\xd6\x64\x44\x2e\xb8\xa8\xe6\x11\xee\x56\x05\xb4\x93\xbd\xe2\xa2\xcd\xf5\xaf\x5f\x83\xa5\xe3\x0b\xad\xc8\x95\x38\xaf\xbd\x9b\x27\x04\x9b\x2a\x3e\xc6\x2d\x64\x6d\xf9\x36\x30\x34\xcb\x22\xc4\x76\x7d\x70\xe4\x91\x75\x94\x17\x6f\x72\x86\x7e\xfa\x8b\x44\xe3\x5c\x0d\x59\xdc\x06\x67\x50\xb0\xfe\x07\xac\x92\xd9\x37\x43\x76\xa9\xd5\xcc\x9f\xfe\xd2\x90\xb2\x9d\x62\x85\x47\xf5\x44\xd9\xbc\x26\x67\x58\xe1\x73\x8e\x53\xca\xa6\x16\x88\xa0\x7e\x2d\x7e\xe8\xdf\xf6\x4e\xd0\xa5\xd5\xe1\x7d\x96\x65\x81\xf0\x10\x34\x04\x0c\x19\x26\xe2\xb8\x08\xb0\x72\xe6\x59\xbf\x35\x91\x81\xf4\xa4\x2f\xac\x21\x83\xa5\x34\x5c\x95\x2a\xb4\xe0\x16\xd3\x55\x6b\x65\x06\x40\x00\xfb\xaa\xec\xd9\x12\xe9\xd5\x01\x32\xf6\x9b\x61\xe5\x31\x90\x67\xaa\xcc\x7e\xc8\x40\x41\xf7\x99\x6f\x19\x4f\x70\x06\x91\x73\x87\x81\x4d\x4f\xab\xed\x3c\x87\x34\x24\x08\x59\x61\xcb\x38\xc0\xd5\x67\xc6\x79\xa1\x2c\xdc\x28\x30\x00\xc0\x3e\x5a\x67\xea\x9c\x6b\x8e\x73\x34\x64\x83\x89\x09\xac\xcb\xcc\xea\xe8\x0f\x09\x03\x7f\xb2\x5b\x16\xfd\xd4\xf1\x23\xa8\x6e\x66\xdc\x8a\x38\x01\xf3\x3d\x5b\x42\x58\x34\xe0\x40\x72\x08\xd0\x28\xb8\xb3\x25\xca\xca\x2e\xfa\x3b\x31\xf8\x6c\xc8\x4c\x3c\x5f\xb4\x2f\x61\x96\x70\xd0\x3b\x67\x10\x6e\x58\x5c\x97\x5e\xc0\x58\xd8\xf0\x43\x2b\xeb\x2f\x04\x39\x74\xf5\x7d\xf5\xaf\xc1\x9a\xea\x1b\xf6\x08\x5d\x87\xea\x75\xca\x93\x7c\xee\xc0\x6e\x20\x5d\xcb\xc6\xa9\xd9\x4b\xd4\x53\x88\xb9\xd8\x6b\x29\xfe\x5f\xc2\xff\xd6\xca\xa6\x57\x5b\x56\x75\xf7\x54\x35\x5a\xc4\x2d\x45\xad\xad\x87\xd3\x58\x83\x6d\x7c\x51\x60\x66\x40\xd1\x77\xae\xb5\x4f\x0e\x76\x68\x93\x55\xc7\xd3\xaf\x24\x1a\x5c\x69\x21\x45\x2b\xa5\xfe\x98\xe4\x52\x99\x28\x2d\xc8\x54\x31\x5f\x9b\x48\xf9\x03\xf4\x2d\x1a\xe6\xdf\x7e\xfb\xa7\x04\x7d\x76\xff\xf8\xf3\xbf\xff\xfb\x9f\xfe\xdc\x25\xf4\xdb\xe9\xcc\xd0\x6e\xb1\x46\x1e\x01\x37\x96\x5a\xc2\x1d\xa8\x32\x93\x2d\x76\xc1\x9e\x91\xa6\xe5\xb7\x1a\x7b\x63\xa6\x53\xdd\xe3\x20\x08\x07\x4f\xed\x21\x94\xe1\xe1\x41\xd1\xe9\x29\x9c\xfd\x92\xa8\x83\xf8\x10\x7b\x79\xd4\x0a\xdd\xff\x6b\x05\x6e\xc1\x48\x53\xf3\x66\xc1\x42\x34\xf3\x12\xb0\x6e\x04\x7d\x6d\x4d\x74\x0a\x7c\x7c\xdf\xb8\x3b\x88\x67\x29\x11\xb6\xaa\x9c\xb3\xaa\x79\x5b\x1f\x9c\x5f\xf2\x79\x91\x71\x1b\xc6\x81\x91\x24\x0b\x0c\x77\xbc\x3e\xaf\x47\x43\xd6\xff\x8c\x35\x73\x3d\x70\xe5\x49\xe1\x23\xe3\x1c\x99\xe0\x84\x20\x23\x4d\x7f\xfd\xf9\x44\xff\x76\x80\x96\x27\x10\x8d\x79\x80\xfe\x7e\x62\xf3\xa6\xb1\x50\x23\xfd\xd3\x37\x4e\x1c\xb6\x4d\xc0\xa0\xa9\x44\xc3\x77\xc7\x0f\x58\x98\xca\x31\xc7\x16\xf0\xf6\x9d\x65\x7f\x1e\xcc\x3b\x14\xa0\x33\xce\xef\x6d\xac\x6a\xe5\xcb\x63\x87\xc2\x00\x04\xee\x9d\x1b\x66\xf3\x6d\xd8\xb1\x16\xf6\x0e\xe1\x05\x82\x8e\x16\x63\x74\xf4\x37\xc9\x19\x3a\x5a\xe2\x79\x66\x7f\x75\x4f\x6d\x28\x2d\x96\xc8\x95\xc9\x73\x81\x34\xd9\xd2\x98\x33\x7f\xc8\xf8\x18\xe6\xf5\xd1\xcd\xd5\x04\xa3\xc2\x40\x8b\x2b\xa2\xb8\x55\xec\x44\xac\xb8\x63\x72\xc9\xa1\xf4\xad\x7e\x05\xee\xde\xba\x59\x7d\xf6\x43\xfa\x2f\xe3\xbc\x85\x45\x71\x19\x6c\xc6\x82\xeb\x03\xc1\x74\xa3\x9f\xd1\xd7\x96\x09\x7d\xa3\x2f\x02\x1b\xf9\x6b\x96\xa1\xae\x83\xa5\xef\xe0\x97\xa0\x03\xca\x90\xc9\x49\x5c\xf1\xe5\xdf\x8f\x8f\x8e\x8e\xfc\xd7\x17\x7a\x2a\xff\x1f\xa2\x4a\x92\x6c\x62\x5a\x72\xd7\xcc\x72\xc8\x3e\x3a\xc0\x3a\x67\x61\x2e\xf0\x5d\xa0\xd8\x63\xc2\x33\x74\x58\x58\x5d\x53\x9e\x48\xf4\x07\x2d\x7b\x06\x4b\x09\x3f\x6a\x65\xab\xfe\x54\xd9\xb2\xb8\xcf\x74\xac\xac\xd5\xba\x7c\xb0\x42\x48\x07\xaf\x7d\x62\x19\xa2\x1f\x02\x2d\x68\xca\x39\xb6\xb0\x0f\x50\x30\x58\x91\xcf\x0a\x1e\x35\xa0\x6a\xd4\x46\x85\xd7\x4b\x70\x15\x86\x5b\x80\x6b\x18\xb2\x6e\x58\x00\x8b\x7d\x60\x79\x83\x99\xe7\x41\xe8\xe3\xd0\xd7\x0b\x0b\x21\xd4\x64\x3e\x9f\x63\xb1\x3c\x2e\x4e\x5b\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\x55\x81\xc2\x85\xad\xc8\xc2\x62\xc6\x94\xc9\xc7\xb6\x6f\xb8\x8f\x1b\x18\x38\x1f\x41\x71\x0c\x32\xed\xe0\xc3\x1c\x5c\xde\xb8\x6f\xda\x5f\xbb\xb0\x0e\xb1\x5c\x8d\x9d\x2a\xe7\xcc\x06\x02\x3f\x16\x17\x30\x04\x60\x18\x13\x4a\xee\x13\x53\xcd\xdf\xa7\xfc\x8a\x66\xfa\xde\x02\x1a\x3f\x1a\xb2\xe8\xe7\x03\x44\x32\x3a\xa7\xcc\x07\xc0\x19\xf6\xce\x27\x46\xc4\xbd\xa7\x4a\x6f\x99\x4c\xef\x35\x07\x73\x39\xfe\x81\xde\xd3\x63\x4b\x47\x3a\xde\x7b\x64\xcd\x04\xb9\xd4\xe3\x2a\x14\x69\x2d\x71\xea\x26\x0e\xad\xd4\x48\x03\xc2\x83\xf3\x3b\x64\xba\x35\x77\x96\x8a\xc8\xdb\xa0\xbd\xa0\xb9\x43\x07\x24\x16\x70\x00\xe8\x23\x0a\x9f\xf5\x42\x6a\x8d\x88\xd2\x67\xf9\x7c\xdb\xbc\x0d\x1b\x89\xfb\x52\xb6\xb4\xab\xa2\xa0\xab\xcd\x01\x22\x2c\x9f\xbb\x03\xd5\x81\xe2\xfa\x56\x00\x4a\x49\x92\x61\xb8\x3b\xa0\x21\x08\x4f\x3c\x30\x5e\xcc\xa0\x78\xac\xbd\x5e\x4c\x37\x06\x9b\x34\x23\xec\x6b\xf3\xf7\x37\xc8\xde\x0d\xdf\x1e\xd8\xfb\x5c\x48\xab\xe7\xb9\x3d\x07\x6c\x7b\x92\x1a\x43\x37\x40\x94\x4d\x31\x94\xf4\xb6\xd6\x97\x48\x39\x04\x09\x6c\xc9\x73\xf4\x48\xe5\x6c\xc8\x6e\xb9\xb3\x0a\x22\xc6\x3d\xc8\xdb\x01\x68\x8c\x95\xfe\xb0\x04\x26\x00\xa3\xae\xa3\x80\x52\x3d\xf8\xee\x69\x3b\x10\x69\x3a\x62\x3c\x25\x1d\x03\xce\x6b\xaa\x59\x5b\x67\x81\x73\x32\x0b\x62\x52\xab\xe0\xa6\x68\xac\xc5\x2b\x65\x47\x03\x7a\x6d\xe1\x7a\xdb\x0e\xd4\x31\x79\x64\x9b\xa2\x5a\xf8\x5b\x0d\x5a\x71\x6a\x61\x90\x0a\x1b\xad\x7d\x5c\x5c\x7f\x2b\x1d\x2d\xdd\xcc\x85\x60\xe6\x9e\xc0\xb2\xfb\x28\x60\x8c\xa6\x82\xe7\x0b\x9f\x2f\xee\x32\xe7\xcc\x36\x58\x99\x66\xc0\x26\xfc\xc4\x6a\x55\xe7\x94\xdd\x1b\x8a\x7f\xaa\x3d\xf2\x45\xe2\x83\xdf\xdd\x1d\x66\x56\xfc\x10\x51\x96\x64\x39\x5c\x7c\x52\xe1\xe4\xde\x20\xfc\x35\x59\x66\xf5\x37\xa3\xf5\x79\x89\x0d\x12\x53\x9e\x65\xb6\xdb\xe2\x02\x2d\x6a\xef\x3c\x50\x8c\x30\xba\xbb\x1e\xd4\xf7\x7d\x4f\xab\x1e\x97\xfa\xdb\x33\x26\x10\xf8\x9f\x9f\x68\xa7\xe0\xc8\x12\x14\x29\x89\x48\xdd\x5b\x80\x9a\x00\xb8\x4a\xb7\xf7\x96\x2e\x5e\x7d\x0b\x8d\xe6\x35\x94\x5a\x3f\xf9\xa2\xe3\x33\xfb\xf1\x47\xfd\x6d\xfd\x8e\x7c\x84\xbc\x20\x0f\x9e\x30\xc7\x4c\x4f\xd0\xf5\xda\x60\x22\x34\x17\xe3\x46\x43\xba\x5b\x6c\x34\x20\xd3\x63\x4b\xd8\x6c\xdb\x95\x6b\xe5\xd1\xd8\x0c\x71\x66\x14\x6e\x35\x03\x4d\xec\x00\xdd\x24\x33\x32\xc7\x10\x97\x32\x8f\x35\x32\x90\x4c\xbf\xce\xb0\x98\x1a\x39\x51\x12\x25\xbf\xa9\xd9\xe1\x22\x3e\x7b\x8b\x1d\xde\x00\xd2\x3f\xf4\xd1\x80\x14\xb2\x8a\x03\xf8\x51\xc6\xe8\x40\x9e\x39\xf9\xe2\x18\xf6\xee\xa0\x32\x44\x05\x4e\xb8\x10\x80\x62\x97\x6a\x69\xbc\x19\x37\x61\xcb\xd2\x2e\x17\x78\xee\x73\x8c\x5d\x81\x09\x9b\x4a\x62\x06\x37\x26\x00\x15\xd5\x3c\x86\xad\x6b\xb8\x84\x43\xb0\x98\xea\x4d\x23\x18\xb2\x9e\x7b\xc5\xe7\x29\x82\x88\x2b\x8c\x1c\x02\xb1\x6c\x26\x72\x13\xc4\x4c\x5c\xac\xba\x9d\x5c\xc3\x24\xba\xa6\x83\x95\xcb\xd0\x68\x31\xd7\x63\xcb\x19\x31\xc6\xe9\x3b\x6e\x1e\x0d\x3d\x3f\x74\xaf\xd2\x55\x0f\xf5\x90\x94\xab\x28\xd5\x75\xbc\x5e\xa4\x74\x39\xe8\xb6\xa1\xb0\x70\x93\x89\x77\xcb\x96\x05\x99\xea\x15\x37\xaa\x49\xa9\xb3\xea\x69\x55\x5b\x71\x63\x8a\xe7\x23\xc1\xb3\x6d\xf6\xc8\x35\x11\xa9\xb9\x33\x03\xf9\xb9\x44\xbf\xe5\x38\x33\x26\x79\x66\xc9\xd1\x0d\x1b\x24\x86\xef\xff\x8c\x7a\x70\x5d\xa2\x8f\xc0\x17\xc1\x19\x09\xad\x29\x8e\xe8\x7c\x41\x84\xe4\x5a\x1f\x6b\xd8\xe4\xfb\xbf\xc8\x91\xc5\xeb\x1d\xe1\x24\xe1\x79\x15\x9b\xb7\xc3\x4c\x6a\x5a\x0b\x27\x85\xd1\x7d\x3e\x26\x82\x11\x53\x2d\x12\xde\x43\xee\xbd\x56\xc3\xe5\x38\x57\xb3\xef\x47\x49\x46\x5b\x83\x08\x43\x26\x44\x4f\x7f\x76\x6a\xbe\x5a\x35\x81\xa8\xfd\x68\xe8\x0c\x99\x67\xc8\x3c\x3b\x42\x3f\xe0\xe4\x9e\xb0\x14\x2d\xb2\x7c\x4a\x6d\x7a\x32\xdc\x50\xc0\x2e\x03\x2b\x55\x3c\x31\xa3\xf2\x9a\xf6\xf5\x35\x34\x64\x73\x7c\x0f\x1a\xd2\x67\x1b\x30\xae\x35\xcd\x4e\xda\x96\xa7\x87\x0a\x4e\x83\xcb\xa5\x95\x24\xc9\x85\x7e\xc3\x9c\x0f\x65\xce\x07\xd8\x95\x00\xab\x2c\x67\x08\x03\xd4\xc3\x57\x12\xe5\x0b\x67\xfc\x00\x83\x47\x06\x3e\x22\x33\x49\xa8\x1f\x46\xb5\x38\x38\x23\x43\x06\x71\x77\xae\xc5\xa5\xe7\x2a\xa1\x5b\xd2\xbb\xc7\xeb\x0e\xdf\xc4\x24\x3a\x6f\xe7\x4e\x31\x66\xa4\x9d\xc7\x14\xaa\x19\x61\xa0\x87\xb5\x6f\x19\xb2\xc5\xdb\x6f\x5a\x14\x3f\x68\x66\x51\x18\x8e\xfc\x12\xe6\x8c\x5a\xd8\x6a\x6b\x2b\x0c\x42\x7b\x9c\x49\xbd\xf8\x9e\x4a\x24\xb1\xa2\x72\x42\x6b\xf5\xd3\x30\xbd\x7c\x9b\x55\xc7\xdd\x72\xda\x6b\xf2\xd9\x4b\x6b\xe1\x63\x94\x8f\xd0\x7b\x50\xb7\x8b\x29\x29\xee\xb3\xc3\x9b\x58\x82\x9a\x91\x46\x60\xb3\x5d\x38\xf7\xdd\x0c\xda\x5a\x51\x7c\x3c\xfa\x11\xea\x15\x66\x4e\x93\x1f\x6f\x0c\x98\x6b\x66\x44\x32\x49\x36\x21\xbe\x56\x16\x01\x70\x06\x02\x01\x21\x90\x55\xa4\xfe\xbd\x00\x59\xf4\xc3\x7c\x84\x94\x2f\x7c\x4f\xd8\x2a\xb5\xaf\xfd\x08\xfb\x51\xc2\x6c\xdd\x10\x7b\x5e\xe1\xe7\x46\xe7\xdf\x64\x80\xed\x8f\x5d\x01\x49\x40\x27\xc7\x7a\xc9\xb5\xa0\x9f\xdc\xdb\x40\x73\x63\xf6\xb1\xa0\x06\x8f\x33\x2e\xc3\x73\xe6\xf6\x0f\x36\x53\x89\x9c\xb8\x80\x72\x08\xd4\xf7\x0b\x6c\x3c\xf4\x8c\x87\x98\x07\x30\x6a\x7f\x48\x8d\x49\xcb\xef\x37\x72\x2c\x14\x96\x01\xcc\xe5\xae\xa9\xea\x69\xfe\xe9\x2f\xf2\x12\x4e\xec\x2e\xf2\x76\x33\x3c\x26\xd9\x13\x40\x39\x6d\x68\x88\xf4\xd1\x20\x66\x5c\x60\xf4\x4f\x7d\xa2\xf8\x82\xa7\xa8\x20\xaf\xa6\xa0\x44\xc6\xb8\x89\x06\x78\x85\xd3\x0a\x06\xd7\x7a\x6e\xeb\x28\xfb\x63\xe0\xad\x34\x55\x71\x0d\x3c\x4a\x20\x72\xd9\xdc\x2e\xd0\x7e\xed\xf5\x4f\xa5\xbf\x4f\xea\x69\xec\x8a\xa7\xdb\x10\x56\x77\x08\xac\x2a\x5d\xb7\x88\x38\x94\x75\x45\x79\x56\xac\xc4\x82\x37\xc7\x8a\xa5\xa3\xf6\x65\x6c\xc0\xef\x38\xce\x27\x37\x00\xc0\xdb\x94\xbf\xee\x90\x87\x66\xc4\x27\xa4\xe8\x7d\xd6\xdd\xf8\xf0\xe8\xa6\x4d\xb1\x6e\xac\xe2\xfa\xc7\xe8\xff\xde\x5c\x5e\x1c\xce\xb1\x90\x33\x0c\xf9\x81\xae\xad\x03\x07\x13\x6f\x14\x50\x67\x5e\xa7\x0c\x0d\xd9\x21\x9a\xf2\x03\xe3\xcd\x39\x41\x33\xa5\x16\xf2\xe4\xf8\x78\x4a\xd5\x2c\x1f\x1f\x25\x7c\x7e\x5c\xac\xcd\x31\x5e\xd0\xe3\x71\xc6\xc7\xc7\x82\x40\xd0\xdd\xe1\x77\x47\xdf\x7f\x07\x5b\x73\xfc\xf0\xdd\x31\xd8\xf0\x8f\xa6\xfc\x0f\xe7\xdf\xff\xc7\x9f\xfe\xac\x1b\x5e\x2c\xd5\x8c\xb3\x13\xeb\x2a\x5a\xd9\xf6\xa1\x11\x7c\x8f\xcd\x27\xa5\x5e\xfe\xe3\xe8\xdb\x70\x18\xf6\xd5\x39\x4f\x49\x26\x8f\x1f\xbe\x1b\xb9\x9d\x39\x5a\x74\x71\x7e\x15\x0c\xdf\x2f\x79\xa9\x86\x93\xfe\xdd\x93\x8c\x4b\x0f\x5a\xb7\x2d\x35\x67\x25\x0c\xa9\xdc\xe2\xc4\xdc\x93\x8a\x3f\xb0\x83\x06\xe6\x25\xa9\x06\x9d\xbe\x2b\xc2\x6f\xa3\x6c\xd3\x29\x83\x0c\xbc\x6f\x34\x01\xf4\x48\x63\x83\x58\x60\x5a\x17\xe7\x63\xbd\xcc\xdb\xac\xdf\x53\xe2\xa0\xee\x1a\x00\xd5\x4e\x77\x43\xf0\xd3\xcc\x7c\xed\x7c\xe2\xfc\xd1\x81\x9e\xee\x02\x2a\xb4\x65\x31\x0d\x8f\xa7\x68\x88\x07\xc6\xe2\xc6\xd5\x8d\x46\xa2\x25\x36\x61\x12\x36\x0a\x52\x42\xc4\xa4\xc1\x23\xe0\x13\x8f\xec\x6a\x82\x5d\x0d\x08\x34\x9f\xd4\xfc\xe3\x87\x8c\x8f\xe5\x37\x1e\x05\x05\x4b\xd7\x47\x01\x4b\xd0\x4c\x82\xbb\x01\x12\x75\x4b\xf1\x94\xfa\x89\x3b\x33\xa1\x14\xd2\x65\xe1\xeb\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\x35\x2f\xf7\x96\x60\xa4\xeb\xd6\xf9\x29\xc0\x48\xb7\x5d\x77\x7b\x70\x5e\x68\xc1\xb7\x0d\x55\x30\x47\xa9\x03\x9b\x85\xf7\xd7\xba\x26\x3c\x1f\x00\x5f\x44\x58\x64\xcc\x00\x8e\x40\x04\x31\x39\x54\xfc\x10\x32\xd7\x21\x1f\xda\xc0\x03\x37\x15\xcd\x00\x97\x4e\x97\xeb\x40\xbf\xdf\x62\x9c\x26\x6a\xfc\x73\x30\x50\x7b\xf7\xca\xa2\xfc\xb8\x56\x2e\x19\x23\xc2\x1a\xab\xd7\xde\x1c\x1d\x1d\x3e\xe1\x56\xae\xf6\xf8\x16\x02\x68\x08\xdd\xea\xe3\xfd\x70\xc0\x04\x8e\x10\x84\x46\xcf\xf8\x9c\xeb\x6b\x9b\xe7\x32\x78\x68\x42\xeb\xe1\xb2\x59\x51\x09\x7e\x61\x90\x6a\x5e\x6e\x36\xfa\x68\xe9\x47\x46\x97\x0f\x5f\x5a\x8f\x5f\x1d\xcc\x64\x1c\xe3\xff\xae\x19\xbf\x07\x6e\x5d\x4d\x37\xe0\x4e\x9c\x83\xed\x14\xca\x92\x58\x38\x46\xfa\x77\x2d\xaa\x6b\x92\xf2\x61\xec\x2e\xf5\xdd\x06\x9e\x1a\x40\xa6\x10\xb2\xad\x54\x7d\xb4\x3c\x7c\xc2\xf2\x79\xc7\x3d\xf0\x41\x4c\x6d\x36\x00\x33\x13\xd6\xe3\xe2\x79\x0e\x6b\x03\x7a\x1a\x63\x4d\xba\x28\x86\xab\xf4\xac\xba\x68\x37\x83\xb2\x52\x04\xb7\x6a\x0a\xa8\xc8\xf8\xfe\xc3\x87\xa2\x60\xcf\x72\x41\x0e\xd0\x38\x87\xe7\x17\x97\xb7\xa1\x17\x8f\x32\x78\x7c\x98\xcc\x48\x72\x0f\xc9\x28\x86\x63\x9b\xbd\x74\xc5\x9a\xc6\xcb\x21\x2b\xca\x42\x28\xee\x5c\x52\x4b\x8f\xbb\xe9\xb1\x67\xb9\x40\x29\x95\x8b\x0c\x2f\xc1\xf8\xcf\x4c\x18\x5b\xe1\x38\xf0\xf1\x9f\x9a\x92\x37\xb3\x71\x41\xdd\x0a\xcb\xa2\x9c\x90\x08\x7f\xb9\x49\xf8\xa2\x8d\x3e\x24\xbb\x4e\x26\xda\x1a\x09\x75\x9b\x60\xa6\xa6\x0a\x2c\x81\x4b\xda\xec\x68\xe8\xd5\xf6\xd9\xd2\xe5\xd2\xa0\xc3\x77\x2e\x48\x1c\xf4\xc0\xa1\xab\x6a\xa8\xff\x36\x25\xb3\x88\x78\x20\xe9\x90\xc5\xf9\xe8\xf6\x9e\x2d\x76\x19\x15\xc8\xfc\xbb\x21\x71\xb7\xce\xad\xcc\x1e\x7d\xc8\xc1\x2b\xd0\x77\x7c\x20\xf4\x8a\x4a\x01\xf5\x25\x01\x9f\x00\xd2\xbe\xb5\x3d\xac\x28\x05\x60\x71\xbc\x6d\xa1\x8e\xc8\xf5\xe4\x09\xd3\x67\xdb\x1a\x28\x0e\x1f\x20\x6a\x03\x46\x2b\xa9\x4b\x75\x6d\x0c\x99\xcb\x71\x99\xe4\x99\x81\x57\x6a\x58\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\x76\x11\x17\xdb\x4c\xba\xa6\xe2\x55\xe7\x2d\x39\x42\x3d\x33\x3b\x2d\xa4\xba\xb2\x3f\x66\xb4\x36\xab\xc9\x86\x7d\x68\x49\x50\x49\x5f\xb9\xd4\xcb\xfa\x0b\x2c\x14\x4d\xf2\x0c\x8b\x6c\xe9\xca\x15\xd3\x49\x50\xc1\x08\xf6\xc0\x64\x9d\xdb\xd2\xc8\x00\xc6\x6e\xcd\xc5\x12\xcf\x49\x90\x4d\x63\x55\xe2\x2c\x70\x37\x19\x28\x3d\xe3\xc7\xd0\x6d\x7d\x73\x84\xce\xca\xf5\xaa\xe0\x4c\x04\x68\x35\x54\x1a\xf6\xe7\xc7\x1b\x84\x81\x9b\xba\x57\x74\xa2\xc5\xf0\xaf\x82\x53\xd7\x54\x4b\x11\xcb\xfb\x8e\xbe\x2c\x87\x79\xba\x3a\x84\xa9\x36\x0d\xe4\x16\xea\xed\x45\x1e\x2e\x7f\x20\x1a\x06\xe8\x6e\x86\x8e\x83\x0c\x91\x7e\x36\x18\xe8\xa7\xa0\xa0\x5d\x79\xb0\xf3\x15\x05\x93\x60\x1f\x3b\x0e\x35\x00\x33\xef\x3e\xd0\x80\x72\x42\xcf\x65\xe3\xca\xae\x57\x7b\x3f\x45\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\x1f\x20\x5c\xb4\x0e\x87\xcf\x8c\xde\x10\x73\x83\x58\x53\x07\xad\xba\x85\xa4\xd3\x2e\x76\xbb\x5e\x5c\x77\x23\xe9\x84\x9e\x5b\xa9\x1c\x1b\xcc\xa3\xfd\xb6\xac\x8c\xae\xf2\x12\xac\x0b\xa9\x32\xf7\x4b\x10\xe7\xa1\xa8\xaf\x25\xda\xb8\xbe\x57\x33\x5c\x5f\x7e\x7a\x3d\x5c\xf8\xdd\xc5\x59\xff\xfd\xe0\x22\xc6\xf8\xfe\xeb\x5d\xff\x2e\xfe\xe5\xfa\xee\xe2\x62\x70\xf1\x21\xfc\xe9\xe6\xee\xf4\xb4\xdf\x3f\x8b\xdf\x7b\xdf\x1b\x9c\x97\xde\xd3\x3f\xc5\x2f\xf5\x7e\xb8\xbc\x2e\xa1\x8a\xdf\xfc\x34\xb8\xba\x8a\x7f\xba\x1d\x7c\xec\x9f\x8d\x2e\xef\x22\x60\xf2\xb3\x5f\x2e\x7a\x1f\x07\xa7\xa3\x9a\xf1\x5c\xf7\x4f\x2f\x7f\xee\x5f\xf7\xcf\x56\x02\x8e\x17\xf3\xad\x5d\xd2\x5d\x38\x7c\x37\x46\x99\xef\xa1\x89\xa0\x84\xa5\xd9\xd2\xc4\xa3\x39\x25\xa5\x14\xfe\x12\x5e\x01\x74\x4e\x78\xbe\x4d\x58\x99\x56\xe2\xf9\x03\x11\x90\x20\x67\x5a\xb3\xd1\xf4\x58\xde\x37\x62\x9c\x28\x51\x35\xe8\xad\x8c\x9e\x55\x62\xe9\xe3\xb3\x57\x86\x85\xfa\xf4\x6a\xdb\x09\x5a\x10\xb1\x6a\x2c\x70\x41\x8b\x7c\xa1\xe8\xb8\x39\x50\xb0\x65\xda\x71\x77\x35\xd0\xe0\x75\xd4\xe7\x4d\x5e\xd4\x33\xc6\x28\x5e\x6e\x9b\x50\x21\x68\x61\xd3\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\xc4\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\x8f\x02\x88\xc5\x06\xf3\x9e\xf9\xd2\xb4\xde\xc1\x10\x69\xde\x5f\xb9\x34\x76\xc4\x54\x96\x4b\xa6\x81\x6c\x68\x1e\x3a\x50\x7e\x3d\x6f\xcd\xa9\x13\x17\x84\x68\x36\xd9\xc5\x33\xd6\x4f\x63\x1d\x8d\x85\x84\x12\x87\x1f\xda\xd6\xed\xa3\x53\x41\xe0\x12\xb1\xde\x2a\xa7\x46\x83\x77\xd5\xc6\x3f\x42\xd8\xa3\xd6\x18\xc6\x64\x86\xb3\x89\xb1\xc8\xe8\xad\x29\xce\x55\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\x5a\xcc\x21\x70\x69\xbb\xc4\x6b\xcf\x97\x01\x73\xc3\x64\xaf\xde\x13\x06\xf5\x00\x4c\x51\xaf\xb5\x34\xdb\xcd\x6a\x58\xdd\x8b\xaa\x0d\xd1\xaf\x18\x98\x9f\x68\x54\x26\x21\x34\xd0\xba\x75\x82\x44\x8f\x7b\x72\x84\xce\x6c\x4e\x9e\xfe\xe5\xf4\x7c\xd0\xbf\xb8\x1d\x9d\x5e\xf7\xcf\xfa\x17\xb7\x83\xde\xf9\x4d\xdb\xe3\xb7\x8b\x58\xe1\xd2\xe9\x2b\x87\x6b\x7b\x0e\x71\x6c\x4f\x5e\x91\xb2\xe2\x27\x55\x1c\x3b\xd8\x92\xf5\xa3\xa7\xe9\x62\x94\x52\x99\xe8\xeb\x6f\x39\x22\x2c\x05\xb0\xb6\x8d\x48\xb5\xbe\xa9\xf2\x2c\xfc\x1b\xc8\xbf\xe1\x38\x88\xb9\xed\x1e\x1c\x45\xfb\xe7\x80\xe6\x62\xeb\x61\xeb\xc3\x9f\x0e\x59\x70\xdb\x1c\xad\x47\xe8\xd5\xcd\x6d\x37\xb7\xb8\x89\xf2\x9c\xcc\x78\xa9\x94\x39\xd6\xfc\xd1\xbd\x06\xa9\xa0\x0d\xab\x62\xe1\x39\x42\xc4\x38\x1a\xd4\x24\x42\x5a\x45\x9e\x63\x96\x62\xc5\xc5\xb2\x61\x8a\xed\x98\x67\x78\x6c\x62\x16\x1a\x5e\xd9\x5a\xff\x77\xbb\x60\x5e\xc5\xac\x4c\x4a\x06\x57\xee\xf6\xf2\xa7\xfe\xc5\xcd\xa8\x7f\xf1\xf3\xe8\xea\xba\xff\x7e\xf0\x5f\x3e\xef\xde\x56\x58\x8f\xab\x9d\x10\x7d\x29\x6a\xee\xe2\x32\x00\x6b\xf9\x8b\x29\x39\xe2\xda\xb1\x30\xf3\x74\x32\x64\x8e\xb3\x88\xa2\xf9\x99\xe0\xf9\x74\x56\xdf\x50\x79\x94\x57\xbd\xdb\x1f\x37\x1a\x26\xe4\x67\x9b\xba\x04\xe6\xb4\x55\x91\x86\xe8\xc4\xf2\x3d\x03\x4f\x54\x1a\x1e\xa0\x0c\xc0\xab\x75\x06\xef\x06\x8e\xb6\x91\xf6\x52\x65\x5a\x2b\x85\xff\x9a\xd7\x9b\x08\xe8\x36\xe0\x9b\xd1\x35\x02\x71\x63\xa6\xe4\x4d\xa5\xb5\x93\x9a\xdf\xa2\x1b\xec\xfb\xc3\x8c\x4c\xa7\x24\x35\xe4\x55\x6e\xd8\x9a\x82\x2c\x0b\x4c\x8a\x7b\xbd\x6e\x15\x6d\x01\x8a\x2d\x2e\x66\x1f\xaa\xd1\x9e\x81\x5f\xf9\x4f\xea\x79\xc5\xa9\x2b\x45\x97\x70\x26\x15\x66\x0d\x78\x9e\x1d\xcb\x65\x17\x28\xfb\xa2\x28\x5a\x6f\x0d\x24\xce\x72\x5d\x9c\x83\x4d\xbc\x39\xb6\xd0\x06\xb3\x16\x8f\xa0\x00\x47\x50\x3b\xaf\x66\x13\x4a\x05\x89\x9f\xdc\xb8\xb1\x52\x75\xb2\x49\xe9\x60\x71\x34\x48\xe7\x16\xd4\xcc\x58\x83\xa0\x7c\x40\x63\xec\xda\x8e\xeb\x97\x7b\x8b\x67\x51\x7c\xd9\x97\xf3\x76\xc2\x5b\x77\xfb\x56\xa9\x74\x71\x50\xd6\x39\xcd\x13\x8b\xde\x67\x9a\x2d\x9c\xd3\xd6\xa0\xe5\x2e\xd8\x14\x1d\x86\xe5\xe2\xd3\x43\x48\x2f\x1e\xb2\x26\xaf\x46\x4d\xa9\xf5\x90\x02\xae\xdc\xad\xb5\x1d\x34\x45\x87\x98\x3a\xb7\xd8\xed\xb2\x3e\x90\x7b\x1d\x84\xbd\x06\xdf\xbe\xdd\x97\x31\x36\x6e\xcb\xf8\x3a\x6e\x4a\x00\xf5\x5c\xb5\x5b\x08\x42\x3b\xef\x77\x8c\x2b\x61\xae\xc8\x19\x96\x46\x72\x55\xc9\x2c\x1e\x38\xcc\x26\xc6\x8e\x28\x0f\xd7\x4b\x82\xdb\x59\x08\x5a\x39\x2e\x0e\x8c\x4e\x0d\x25\xf1\xf5\xe8\x43\xb0\x7e\x5f\x79\xa4\x1b\xe1\x87\xc2\x91\x57\x5e\x0c\xdf\x03\x86\x95\xe1\x9c\x25\x33\xb4\xc8\xb0\xc9\x74\x9a\x61\x69\x48\xda\x39\xc6\xf1\x98\x66\x54\x41\x92\xb6\x71\x2a\x95\x56\x58\x6b\x34\x58\xdc\x3b\x78\x28\x5c\x80\xc4\xac\x22\xfa\x2d\x23\xcb\x8a\x32\x94\x4f\xe9\x7e\x0a\x47\xdb\x67\x4a\x2c\x5b\xbb\xa2\x0a\x72\xb4\xf1\x64\xc5\x36\x68\x4e\x07\xe4\x58\xcc\xa1\xdb\x8e\xda\x16\xaf\x8a\x4a\x9c\xae\x92\x1c\x17\x73\x63\xff\xb2\xc1\x66\xfa\x4d\xc2\xc0\x18\xb6\x66\x2f\xcc\xec\x9e\x56\x55\xaf\x3d\x5d\x8b\x1a\x2e\xd8\x76\x57\x5a\x81\x0c\x7c\xb4\x6b\xb0\x8c\xd6\x4c\x93\x5f\x75\x41\x6a\xa4\x9a\xee\x41\x15\x16\x26\xb2\xc3\x9d\x58\x06\x91\xac\x5d\xa8\x49\xc6\x71\x43\xad\x31\xd7\xb6\xc1\x84\x6c\x6a\x3b\xe5\xf9\xb8\x09\x83\xcc\x8c\x6a\x75\xeb\xab\x76\xd1\x31\xb9\x5d\x19\x51\xc3\xdb\x02\x2b\xa2\x68\x37\x3b\x50\x30\x69\xac\xc8\x21\x7c\x5e\xdf\xb8\x45\xde\x6a\x3d\xe7\x66\x3a\xf3\xc4\x83\xb4\xfc\x5f\x53\xb1\xfa\xaf\x39\x54\xc5\xbe\x9c\xdc\x98\x14\xeb\x6d\x88\x4c\xd1\xb6\x07\xa6\xdc\xeb\x6d\xec\x81\x0a\x69\xa0\x75\x7a\x4d\xdd\x6c\x6e\xf4\xd7\xed\xb9\x58\x5c\x90\x73\x21\x28\x87\x44\x68\x5b\xc5\x73\x05\x58\x4b\x6d\xbf\x5b\xac\xe4\x6f\x39\xc9\x89\xa6\xfd\x71\x9e\x4e\xab\x86\xe0\x0e\xa2\x6c\x31\xa5\x19\x7f\x44\xf3\x3c\x99\x21\xd7\x38\x4a\x49\x86\x97\xd1\xd4\x40\xb8\x54\x3c\x03\xf8\xb3\x0d\xb1\x98\x92\x5c\x2a\x3e\x87\x10\xc5\xa2\x5d\x91\x33\x20\x78\x84\x95\x12\x74\x9c\xab\x5a\xde\x1f\x81\x92\x6c\xe8\xfd\xbb\xb9\xea\x9f\x0e\xde\x0f\x4a\xae\xb7\xde\xcd\x4f\xe1\xdf\x9f\x2e\xaf\x7f\x7a\x7f\x7e\xf9\x29\xfc\xed\xbc\x77\x77\x71\xfa\xe3\xe8\xea\xbc\x77\x11\x39\xe8\x7a\xb7\xbd\x9b\xfe\xed\x1a\x1f\x5c\xb5\xd7\xe6\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\xf3\x08\xf5\x90\x2b\x87\x0a\x61\xac\x52\x4b\x56\x16\x5e\x43\xef\x8e\x69\x42\x8b\x57\x49\xa1\xe6\x16\x95\x3c\xf8\xc4\x02\xdb\x64\x24\x84\x93\xb4\xc5\xef\x8f\x86\xac\xff\x40\x98\xca\x01\xeb\x0e\x67\x99\x2b\x5b\xeb\x5e\x08\xd2\xd0\xdc\x28\x25\x9d\xd3\x0c\x8b\xa2\xe8\xc2\xa5\x6d\x0b\xb4\x1b\x37\x56\x8f\x3a\x50\x45\xe2\x76\x9a\xd6\xdd\x00\xc1\xb8\x4f\xcf\x07\x20\x2f\x26\xca\xc1\x15\xbb\xce\x87\xcc\x00\xa7\xd8\x1e\xe7\x18\x42\xab\x15\xb7\xc6\x47\xd3\x7d\x63\x1d\xff\xeb\x9a\xa2\x07\x1b\x20\xf3\x18\x33\xfd\x53\xc9\x82\x7e\x90\xee\x1f\xdd\x84\xc1\x5b\x40\xbb\x93\x20\xc8\xdb\xa8\xa3\xb8\x10\x83\xb1\x0d\x21\xd7\xfa\x05\x48\x88\x2e\x24\xce\xba\x2e\xbc\x87\x82\x00\xa2\x5e\x83\xb2\x92\xe9\x4b\xe8\xb5\xae\x43\x98\xe5\x0d\xab\x30\xe6\x39\x4b\x5d\x21\xf9\x39\x65\xc7\x73\xfc\xf9\x1b\x37\x53\x93\x35\xe9\x91\x56\x01\x11\x83\x64\x5a\x6d\x5b\x6a\x26\xb7\x7a\xb9\x86\x6c\xc5\x7a\xad\x17\xb1\x1d\x67\x05\x1d\xb1\x50\xe8\x4d\xa4\xd7\x03\x59\xd6\xed\x5f\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\xcf\xbb\x43\x97\xf8\x56\xc7\xa6\xd6\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\x8a\xbf\xdf\x91\x40\x46\x24\xd8\xc6\x99\xd6\x4d\xc9\x6f\xb9\x75\x6f\x7e\xf7\x6d\xb7\x7b\x56\xeb\x0c\x0e\x0b\x36\x8c\xef\xb7\xe9\x2d\xf6\xce\x85\x71\xe5\x8c\xd6\x81\xa9\x5c\xe7\x4c\x5f\xc5\xbb\x88\x0c\x69\xef\xfa\x2b\x75\x6a\xff\x5c\x9b\x3e\xe0\xac\xd6\xc2\xbc\xff\x64\xe8\x53\x3f\x97\x40\xa7\x6c\x77\x10\x3c\x6c\x5b\x0f\x2f\xb4\x31\x4e\xee\x1f\xb1\x48\x8d\x61\x15\x42\x35\x8e\xd0\x8f\xfc\x91\x3c\x10\x71\x80\x92\xff\x9f\xbd\x6f\xeb\x6d\xe3\xc8\xf2\x7f\x9f\x4f\xd1\x98\xff\x83\xed\x3f\x28\x0a\x33\x83\x01\x16\x01\xf6\x41\x91\xe5\x0c\x03\x45\xf2\x48\x72\xbc\xbb\xd3\x03\xba\xd8\x5d\x24\x7b\x55\xac\xa2\xfb\x22\x85\x19\xe4\xbb\x2f\xea\x9c\x53\xb7\xbe\xb1\x9b\xa4\x1c\x6f\x36\x0f\x9b\x1d\x58\xec\xba\xd7\xa9\x73\xfd\xfd\x78\x5e\x32\xc2\xa3\x28\x20\x56\x0d\x17\x8a\xda\x89\x25\xe4\xd3\x23\xb8\x87\x04\x46\xc2\x32\x5b\xad\xb5\x11\xee\x65\x1a\xa8\x5c\x8b\xa3\x12\xc1\x7e\xb6\x3c\x21\x04\x80\x8e\x05\x58\x0a\xf6\xd4\x04\xd8\x38\xa4\x56\x37\x9a\xd9\x22\x2a\x13\xca\x33\x98\xa7\x7d\xb9\x21\xb4\x60\x24\x34\xb1\x64\x7b\x12\xad\x94\x60\x72\x35\x9d\x4e\x23\x5e\x26\xd3\x37\xa3\x0e\x3a\x35\xe8\x07\x07\x6d\x22\xac\x50\xaa\xe0\x62\x67\xab\xd6\x6d\xb9\x82\x5e\x66\x28\x8f\x28\x32\xf4\x0f\xb5\x1c\xff\xfb\x7a\xcd\xef\x97\x8d\x33\xb4\x5b\xaa\xa3\x8b\x87\x3a\xda\x01\x08\xf5\x11\x2d\xe1\xef\xdb\x2d\xaf\x11\xc5\x70\x86\x94\xc4\x15\xc5\x75\x00\xd4\x29\x39\xb6\xd2\xeb\x47\xd5\xc5\xde\x77\x10\xa8\x4c\x6b\x4b\x54\x72\x7e\x50\x79\x51\xf3\x48\xb7\x9c\x38\x5b\x26\x78\x4c\x7e\x94\x12\xd5\xa6\x1b\xa0\xe4\x58\x2d\xca\x0d\x12\xff\xd7\x25\x74\x37\x58\x8b\x72\x24\x85\x06\x61\x99\xc6\x8b\x8e\x63\x3c\x4c\x20\x2e\xf3\xac\x00\x28\x9d\x43\xaa\x94\x6c\x33\xd8\x34\xc4\xb7\x76\x5b\x74\x5c\x62\xfd\x92\xd8\x61\xe1\x95\x89\x87\xd0\x27\x05\xaa\x3a\x10\x14\xeb\x96\x0c\xf5\xac\xab\xd1\x7b\x04\xf8\xbd\x07\x45\x02\x41\x77\xf0\x20\x24\x29\x2d\x04\x1a\x34\x9c\xfa\x2a\x5a\x9a\x9a\x97\x47\xee\xd1\x02\xa5\x00\x2e\xf9\x3c\x8d\xde\xa9\x1c\xb8\x7f\x28\xca\x4d\x89\x08\xee\xd9\x2a\x5d\x27\xe8\x4d\x7f\xfa\x93\xc9\x3f\xc1\x19\x62\x13\x00\xe2\x9f\x32\x59\xb6\x36\xe0\xd2\xb3\xa0\x2d\xfc\xe4\x47\x6d\x0a\xb7\xfe\x9c\xda\x87\x9f\x22\x5e\xf7\xc5\xc7\xfb\x08\x97\x9a\x60\x08\xf3\xbe\x81\x7a\x8d\xec\xcf\x80\x81\xe5\x9a\x1f\xa0\x0e\x04\xfb\x80\x8b\x6e\x70\x28\xf5\xb2\xf3\x32\x59\xbb\xe7\x27\x64\xc7\x22\x32\x06\x9a\xe7\xc6\x01\x2b\x62\x72\xa1\x9f\xa5\x45\x0c\xec\xd6\x8c\x55\x92\x43\x58\x83\x95\x51\xaa\xfc\x66\xa3\xac\xdc\x9f\x0a\x33\x12\xfc\x63\xdf\x51\x2b\x15\xa6\x38\xd0\x3c\x83\xe8\x14\xe8\x95\x19\x42\x29\x98\x3c\x42\x54\x8c\x09\xdb\xbf\x0e\x07\x18\x16\xa7\xc6\x32\xec\xaa\xb1\x48\x26\x57\x25\xcb\x39\xa2\x78\x15\xfa\x09\x2f\xb3\x27\x7d\x51\x9b\xc7\xda\x1e\x50\x90\x00\xcd\xb3\x17\x4b\x1c\xb6\x07\x05\xf6\xc8\x77\x85\x4f\x24\x40\x27\x2a\xea\x3a\x90\x99\x9e\x8f\x61\xcc\xdf\xbb\x15\xb0\x70\x73\x8f\xbd\x70\xd8\x53\x82\x9d\xfe\xa0\x3f\xee\x49\x82\x6b\x34\xae\xcf\xa0\x2b\x2a\x72\x8e\x25\x12\x13\x6e\x9d\x69\x0f\x5d\x9e\x4b\x0b\xb3\xa5\xf3\xd1\x81\xf5\xa3\x8d\x9c\x58\x12\x5a\xa0\x17\x3f\xd6\x02\xa7\xb9\x6d\x54\xe9\x88\x18\x65\xbb\xa0\xb2\x1d\x90\x1c\x0d\x05\x5b\x3b\xa1\xa8\xe1\xa1\x21\x22\x6d\xac\x05\x33\x8e\x9c\xd6\x0e\x0f\x4c\x9e\xa2\xcd\xed\x4c\x98\x72\x7a\x2c\x2d\x1c\x81\xf8\x20\x23\x05\xaa\xc0\x09\xd7\xcb\x77\x21\x5b\x73\x95\x4c\xa6\xd2\xfd\xd5\xe5\xdd\xd5\xc3\x17\x4b\xa8\x32\xd9\x4c\xa3\x33\xaa\xcc\x38\xdf\x5e\xbd\xbb\xf8\x70\xfd\x30\x7f\x3b\xbb\x7b\x89\x94\x2a\xfa\xd3\x01\x39\x55\xf7\x04\x42\x7a\xa9\x64\xc9\x7f\x3a\xea\x4d\xce\x2b\x39\x67\x23\x72\xfb\x2d\xd0\x6f\x9f\xba\x83\x8d\x36\x41\x54\x2d\xc2\x29\x41\x48\xe1\x8b\x66\x31\x53\x3d\x86\xd8\x65\x26\x04\xc4\x48\xad\x8f\x95\xca\x68\xf4\xa2\x82\xfc\x31\x54\x77\x24\x53\x63\xb9\x08\x50\x64\xc1\xef\xb3\xd6\x96\x10\xd6\xda\x6d\xf5\x02\xe4\x19\x14\x5c\xf5\xe1\xac\xae\x32\xc9\xdd\x30\x90\x3d\xaa\x92\x51\x27\x38\x1e\x6d\xe2\x4b\x46\xb4\x49\xf1\x1a\xaa\x6b\x9a\x13\x17\x9c\x4f\xa3\x7e\x9a\x3f\xda\x19\xe2\x25\xce\x24\x2a\xa6\xc1\x6d\xbe\x6f\x3f\xba\xe7\xee\x0a\xc0\xba\xeb\x9d\x64\xe0\x88\x06\x82\x26\xb7\x91\xb4\x11\x88\x70\xee\x3c\xd4\x8f\x19\xe6\x9d\xa8\x65\x6d\x9d\xb5\x28\xd4\x6b\x9d\x81\xbb\x9a\x21\xd1\x4d\x94\x88\xaa\xd0\xd6\x3f\xda\xce\x17\x1f\xef\x63\x89\x54\x9b\xf4\x0a\x11\x0a\x36\x76\x81\x59\x0f\x2a\xe8\xdf\x68\x28\xbe\x04\x7b\x8d\x8e\xca\x0d\x67\xb2\x40\xfa\x3c\x21\x78\xee\x4e\x06\x8e\x87\xf3\x94\x08\x14\x80\x06\xd1\x7d\x4f\x0c\x6a\x0a\x6e\xad\x1e\x2f\xfd\x95\x18\xc4\xea\xe7\xa9\xab\xa0\x13\x52\x2a\x5f\xf2\xe4\xb4\x64\xf6\x0f\x3d\x45\x94\x8d\xda\x7a\x88\xc2\x3c\xfb\x41\x67\xe9\x01\x9b\xfb\xfd\x28\x9d\xf0\x28\x0d\x78\xd7\xfd\x57\x22\x5a\x2b\x2d\x40\x2d\x80\xb5\x8b\x35\xda\x82\x72\x01\x19\x43\x7a\x19\x5b\x5f\x1d\x87\x3b\x74\x50\xf4\xf1\xe6\xf6\xe6\xca\x8f\x1d\xce\x6e\x1e\xae\xbe\xbb\xba\x0b\x8a\x07\xaf\x6f\x2f\x82\x02\xc0\xfb\x87\xbb\x5a\xdd\xdf\xb7\xb7\xb7\xd7\x57\x8d\x20\xe4\xd5\xc3\xec\x87\xa0\xf1\xb7\x1f\xee\x2e\x1e\x66\xb7\xc1\xef\xbe\x9d\xdd\x5c\xdc\xfd\xa7\xff\x2f\x57\x77\x77\xb7\x77\xb5\xfe\x3e\x5c\xf6\x87\x33\x83\x69\xb4\x9b\xe2\x2e\x5a\xe2\x41\x30\xb5\x2e\xe9\xe7\xe3\x00\xfa\x4a\x56\xb6\x2a\xd4\x83\x2d\x1d\x22\x70\xfb\x5c\xf1\x7c\x47\x18\x06\xa8\x85\xe2\xbf\x24\x4c\x62\x02\x59\x49\x2c\xd1\xa9\x9f\x01\x15\xcb\x8f\xc8\x23\xfd\x8e\x28\xdc\xbf\x03\x8f\xa6\xf9\xb1\x23\x3a\x84\xcb\xfa\x77\xec\xc3\xfe\x6d\x1a\xcb\x80\x20\xce\xfb\x2a\xa0\xa0\x9d\xc6\xd2\x20\x61\xa6\x2a\x29\xa6\x70\x97\xa7\x2a\x5f\x9d\x13\xdd\x83\x96\x75\xea\x71\xa1\xd4\xe3\x39\x97\xe7\xa0\x6d\x94\xe7\xac\x2a\xd5\x39\x44\x43\x30\x5b\xa4\x38\x37\xa8\xf0\x06\x56\xbf\x38\x5f\x67\x4f\x1c\xfe\x33\x5d\x97\x1b\xf1\xff\x8a\xed\xfa\xa7\xb3\x95\xc8\xcf\xf4\xb7\x67\xfe\xb7\x67\xe6\xdb\x33\xf3\xed\x99\xfe\x0c\xff\xb3\xdd\xa1\xe1\xce\x89\x9f\x33\x96\x99\x2c\x78\x5e\x42\x9d\xe5\x73\x9e\x95\x8e\xe0\x77\x17\xbd\xfa\xd7\xbf\xa2\x69\xce\x9e\x31\x95\xf8\x2d\x2b\xd9\x7b\xd4\x1c\x7f\xf9\xe5\x55\x54\x94\x8a\x38\x2e\xb6\x2c\xff\x5c\xf1\x52\xeb\xb0\x82\x27\x65\xf4\xff\x63\x09\xb4\x38\x9b\xdd\xbc\x44\x8d\x1a\xb5\xcb\xb4\x88\xfe\x1d\xdb\x9c\x21\x9e\x47\x5a\xe8\x96\x3a\x12\x67\x32\x26\x5a\x88\x44\x3a\x8c\xaf\xcf\xe2\x2d\xfd\x7e\x84\xc4\xf9\x2c\x82\x40\xbc\x45\xab\x2c\x3e\x0b\x00\x8e\x11\x8a\x99\x58\x4c\x64\x0f\x2f\x48\x40\x1a\x5c\xcb\x1d\x79\x60\xc5\xe3\x89\x4b\xcb\x01\x4a\x61\x4c\x69\x78\x6b\x25\x78\xe0\xb9\x4d\xf9\xfc\xb0\xaa\xf3\xae\xca\xf9\xd6\x7e\x72\x5e\xe6\xbb\x39\x2b\xf5\x5d\x39\x8e\xf4\x78\xf8\xa6\x8e\x2b\x68\x87\x37\x78\x40\x41\x7b\xb0\xab\x5f\x4f\x41\x7b\x4b\xad\x7a\xb3\xa0\x7d\x76\x33\x7b\x98\x5d\x5c\xcf\xfe\xab\xd6\xe2\xc7\x8b\xd9\xc3\xec\xe6\xbb\xf9\xbb\xdb\xbb\xf9\xdd\xd5\xfd\xed\x87\xbb\xcb\xab\xfe\x0a\x95\xe6\xe8\x9d\x78\x3e\x8b\xfc\x7e\xbe\x89\x1e\x3c\x93\x13\x63\x67\xe4\xd1\x20\x40\x5d\x38\x55\x4c\x64\x3f\x67\x72\x35\x01\x5a\xde\x6f\xa2\xab\x3c\x9f\x6d\xd8\x8a\xbf\xaf\x84\x00\xc7\x10\x06\xaa\x2f\x73\x0e\x82\x76\x12\xbd\x57\xe9\xcc\xfb\x0e\xb2\x6b\x5a\xa7\x01\xfd\x13\xc9\x35\x76\x3f\xa1\xfe\x3d\x37\x88\xcd\xdc\x21\x37\x20\x7b\x62\x99\xd0\xf2\xea\x1b\xe0\xf8\x50\x4b\x62\x6b\x9b\xd8\x3c\x80\xe8\x73\xa5\x4a\x16\xf1\x9f\x12\xa8\xca\x6a\x3f\x27\xd7\xea\x28\x92\xea\xfd\x7c\x6a\xed\x77\xfa\xc0\xec\x58\x02\x94\x9c\x8f\xe1\x88\xa5\x59\xfe\x80\x9f\x12\x2d\x6c\xbb\xd1\x50\x8a\x13\x24\x3e\x5e\xab\x55\x3b\x3e\x1a\x94\xd1\x12\xa8\x9b\x23\xb3\x82\x9c\x73\xb5\x8a\x8a\x4c\x3e\xc6\xf2\xe3\x9a\xcb\x48\x55\x39\xfe\x13\x3c\x6b\x59\x11\x2d\x45\x55\xac\x39\x90\xd1\x4f\xa2\x67\x1e\x6d\xd8\x0e\x55\x87\x8d\xca\x3d\xc4\x38\x38\x32\xfa\x70\xc2\xd7\x22\x93\x5a\x5a\x6c\x33\x13\x66\xab\x6f\xfd\x29\xc2\xf0\xa6\x26\x91\x1d\x0f\x19\x30\x2c\x97\xf0\x79\xcd\x21\x8d\xca\x79\x80\x8d\xab\x83\x24\x37\x40\xfb\x2a\xf5\x58\x6d\x5d\xf5\xf2\x2b\x03\x11\x04\xcb\xfd\xa4\xb2\x34\x4a\xab\xad\xc8\x12\x2b\x77\xf5\x03\xda\x55\xef\x80\xf1\xe0\x11\x10\x0d\xb5\x2c\x87\xbe\x89\xb5\x04\x9b\x3d\x9f\x60\x0f\x58\xc3\x0b\xc3\x55\x78\xd4\x8a\x55\xc1\xf3\xb3\x32\xcf\x56\x2b\x08\xae\x99\xd4\x95\xaf\x1f\xcf\xc2\xd5\xcb\x1e\x9f\xa5\xe1\xe7\x50\x0a\xb5\xca\x12\x26\xfc\x30\x8d\xb3\xef\x6c\xc1\xbc\xb9\xf6\xdb\x2a\xdf\xaa\x02\xa2\x01\x76\x40\x9d\x85\x40\xdb\x9c\x03\x66\xc3\x1c\xd9\x2a\x8f\x67\xd1\x9c\x2d\x91\xbb\x9f\xe8\x9e\x5c\x92\xb1\x61\xcc\x33\x2f\x9c\xeb\xdb\x00\x46\x22\xb1\x07\x50\xe4\x46\xea\x19\xf8\x96\xb5\xc5\xae\x0d\x58\x3d\x53\xa9\x40\x37\xb1\x20\x92\x36\xd2\x62\x30\x40\x97\x36\xa4\x84\x89\x60\xab\xec\x89\xcb\xaf\x00\x7f\xc4\xd9\x68\x7a\xea\xf6\x96\xb6\x8a\xc8\x63\x11\x25\x6d\xa0\xf4\x50\x8d\xb8\x3f\xf0\xbd\x12\x6a\x81\x84\xcf\x0d\xac\x49\xff\xd5\xe9\x82\xad\x7b\xe2\x79\x9e\xa5\x63\x6e\xab\x59\x93\x5b\xfb\x69\xdf\x00\x2d\x91\x88\xed\x09\x2e\x4a\xa6\xed\xb0\xb2\xae\xcd\xd6\x93\xac\xf6\xa9\xce\x60\xdf\x16\xd6\xc0\xb5\x8f\xab\xc1\x8b\x81\xca\x31\xd5\xc3\x4c\xd3\x9c\xcb\x51\x1b\xdd\x4c\xdb\xdd\xb3\x96\x2e\xd3\xb7\x7f\x93\x8f\xc8\xbd\xc4\x44\x51\x9b\x80\x39\xa6\xe8\xdf\x6c\x1d\x3a\x1f\x81\xf5\xc7\x6e\x62\x10\x15\x1a\xb4\xa3\xf5\x75\x7f\x20\x97\xc7\x51\x85\x45\x2f\x70\xa3\xaa\x52\x79\x1c\xec\x7a\x3e\x33\x4b\xc5\x6e\xe2\xcd\x20\x36\x66\x69\x2b\x9b\xa3\x13\xa9\xe6\x6a\x76\x3d\xdf\x2d\x99\x48\xa3\xc0\x66\x3d\x62\xf2\x1d\x2f\x6d\xea\x99\x30\xe8\x82\x00\x5f\x62\x67\x1d\xe6\xde\x9a\xf4\x3a\x5b\x2f\x01\xa8\x43\xca\xf0\xb4\x6d\xb6\x4a\x72\x49\x1e\x62\xa9\x62\x49\x8d\x1b\x5c\x6d\xcb\xd3\x19\x04\xe2\x27\x64\xa4\x62\x58\x87\x17\x4a\x3c\x51\xb0\xc7\xc3\x90\x01\x74\x49\x3d\xc0\x4b\xfd\xde\x6b\xed\x16\xfc\x13\x14\x95\x05\x3f\x75\x0d\x5c\x3a\xe7\xab\xac\x28\xb9\x9f\xbb\xe0\x7f\x7f\x32\x4c\xdb\x40\x21\xee\x5b\xfa\x4e\x4c\xdb\x7d\x2f\x9b\xbe\xb5\x23\xc6\xb3\xdb\xf2\x74\x66\xbf\xeb\x3f\x0c\x41\x02\x52\xea\x09\x89\xe0\x15\xc0\x33\xc0\x89\xf4\x1e\xaa\x11\x0a\x8b\xfe\x62\x37\xc9\x32\xbf\x1a\xc8\x49\xd8\xa2\x55\xc5\x72\x26\x4b\xce\x8b\x58\x62\xa5\x06\x96\x91\x05\x89\xa3\xcb\x00\xc4\xd8\xe9\xda\x89\x2a\x4a\x4c\x52\x87\x4f\x96\x2c\x13\x55\xde\xa9\x42\xe2\xa9\x3c\x28\x23\xae\x6f\x95\x2e\xa1\xd9\xa8\x6d\xd3\x6c\x7a\x8d\x77\x8b\x6c\x62\xa7\x21\xa7\x34\x04\x9a\x61\xf6\x49\xc7\x14\x8c\xc8\x1d\xbe\xdf\xd6\x7f\xd0\x91\x71\xf3\x6f\xc5\x7c\xab\x46\x48\x3c\xe2\xc4\x6a\x6d\xac\xf8\xdc\xb0\x73\x7b\x22\xa4\x9f\xbb\xf0\x70\x58\xf1\x08\x19\x95\xfb\xd4\xeb\xfd\x3e\xb3\xbf\xfc\x79\x8f\xa5\xd2\x27\xbb\xe0\xd4\xae\x99\x4c\x81\x26\x9b\x95\xb5\x17\xc8\xde\x01\x00\xa1\x2d\x8d\x70\xec\x0e\x39\x43\x04\x67\x9e\x34\xc2\xff\xfb\xd6\xa9\x96\x37\xb0\x27\x8c\x1c\xf4\x12\x46\xf3\xdb\xa2\x48\xee\x65\x27\x30\x64\x7b\x61\xbb\x8f\xe0\x32\x5b\x75\x6d\xc9\xcb\x73\xca\xb9\x7a\xe3\xa6\xa4\x4c\xe8\x2a\xd2\xfb\x65\x01\xa1\x8f\xbc\x8c\x10\xfd\xd3\xc2\xcc\x2f\xb9\x8f\x25\x61\xa5\x63\x45\x38\x00\xee\x63\xa5\x44\x11\xfd\xc9\xa6\x84\xfc\xe9\xaf\x26\x4f\x7e\x17\x2d\x61\xad\xa1\x18\x45\x25\x49\x95\x03\x3a\xb5\x21\xd0\xe7\xf8\x36\x8d\x41\x46\xb9\xc0\x17\xb9\x00\x11\x05\x39\xf7\xdd\x5c\xd0\x64\x7a\x07\x93\x7a\x00\x8b\x0b\x51\xdf\xed\x5b\x48\x28\x6a\x79\x51\x46\x45\xc9\xb7\xad\x52\x29\x50\xba\xc2\xe7\xe4\xa8\x7a\xee\x36\x7c\xf6\xfd\x20\x1b\xb6\xc2\xbc\x7e\x52\x09\xbc\xf9\xd8\x16\xf7\x6d\x83\x4d\xe4\xad\xbf\x95\x80\x1c\x0d\xe0\x60\x84\x7a\xdd\x5c\x3d\x0b\x14\xf2\x45\x0a\x56\xc6\xb0\x8c\x58\xbc\x18\xe2\xe7\xe9\x93\x6d\xe1\xa7\xe3\x63\x9a\xae\x52\x83\x98\x33\xb0\xc1\x05\x82\xbc\xf8\xb8\x34\x87\xe0\x06\xd5\x37\xc6\xb4\xd5\xb3\x1d\x47\x62\x66\x38\x98\xa3\x17\x4c\x13\xf1\xc6\x7a\x24\x62\xc6\x93\x0f\x0d\x04\x8a\x9b\xcb\xae\x1b\xe4\xef\xb0\x48\x19\x3f\xda\xfc\xbe\x01\x40\x19\xbd\xcb\xff\xab\xc1\x64\x1c\x86\xf3\x33\x64\x95\x02\x7c\x8c\x86\xa8\x09\xd6\x41\x65\x83\x40\xc3\x6a\x1b\xfb\x81\x34\x98\x94\x4b\x55\xf2\x88\x45\x32\x13\xe7\xb2\x12\xe2\xfc\x46\x49\xfd\x78\x15\xd9\x0a\xb3\x27\x21\x36\x80\x44\x81\x8e\x70\x2e\x08\x0a\x79\x62\x02\x1e\x30\x3d\x24\x8c\x57\x95\xfa\x55\xd1\x97\x55\xec\x62\xa9\xbf\x20\xce\x1b\xe0\xe9\xca\x6c\xa5\x15\xf6\x66\xe0\xc9\xa9\x2f\x40\x1d\xd8\xf9\x8d\xb7\x5c\xc2\x3e\x44\xef\xa3\x2a\x9c\x20\xef\xe0\x08\xdb\xf8\xc6\x4b\x30\xa7\xd6\x4c\xf6\x11\x86\xc5\x16\x5c\x28\xe4\x00\xec\x12\x94\x6a\xc3\xb2\x63\xbc\xc5\xfe\x10\xb0\xb1\xce\x11\xc4\xf2\xc2\xfc\xc4\x32\x88\x59\x2e\x1f\x82\x55\x05\x6a\x06\x6b\x97\xd9\xd0\x11\x4d\xae\x63\x12\x63\xb1\x62\x9b\xa7\x14\xa8\x7f\x28\xc6\x62\x6d\x7e\xc4\x38\x32\x3a\xb5\x99\xd1\x30\x01\xd4\x1b\xed\x6e\x57\x88\xc8\xa7\x60\x4c\x4a\xab\xda\x0f\x38\x8f\xbf\x66\xe0\xfb\x25\xf1\xdd\x1d\x98\x3b\xfd\xdb\x58\x70\x76\xb3\x52\xa7\x88\xff\x7d\x46\xf8\x91\xb9\x5a\x9a\xd4\x9f\xc3\x21\x53\x06\x06\x60\xfc\xa2\x4f\x1f\x28\xa5\x79\x48\xba\x3c\x0c\x4a\xce\xc9\x07\x31\x6c\xb0\xf5\x05\xbb\x95\xef\xf0\xf3\xf7\x4a\x64\x49\x7f\xd4\xca\x3c\xe3\x40\x1d\xd4\x88\x59\x02\xc9\x16\x37\xf4\xbd\x34\x28\x0c\xc7\x94\x3c\x29\x9d\x8f\xad\x39\xb9\x31\xde\x5c\x63\x52\xd9\x56\x00\xc0\xd0\x11\xb3\xe9\x67\x05\x4a\x5f\xa0\xec\x17\x8d\x0d\xe0\xe1\x01\xe7\x6e\xc2\xc8\x06\x0b\x06\x02\xb2\xe9\x79\xad\x04\x9f\xa0\x13\x0f\x42\x42\xb1\xdc\xf2\x3c\x51\xda\x90\x8d\x52\xf5\x4c\xa9\xe2\x99\x48\x1d\xb6\xc6\x6b\x88\x50\x43\x1c\xe9\x0d\xa1\xad\x71\xeb\x64\xb5\x0c\x58\xfb\x8f\xad\x41\x5c\x3e\xce\x98\x39\x5d\xc8\xa9\xef\x14\x7c\xa4\xa8\x35\x2e\x05\x91\xd6\xd4\xdc\x65\x7a\xd1\x83\xf1\x8c\xdb\x61\x6e\x61\x13\xe0\x81\x41\xba\xb4\xb2\xb6\xaf\x54\xc3\x57\x5f\x4a\x28\x07\x43\xa8\x3d\x8c\xa0\x68\x23\x1a\x32\x0b\x18\xaa\x21\xae\x38\x83\x36\x35\x96\xce\x41\xf8\xaa\xf0\x55\x92\xd6\x7d\xc6\x6a\xa7\x0c\x80\x4c\x13\x3e\x89\x5e\x05\x13\x7d\x05\xe5\x42\x52\x41\x7f\xe4\xc4\x09\x96\x06\x8e\xeb\x24\xca\xca\x58\x66\x05\x9e\xcc\x9c\x0b\xfe\xa4\x47\xe7\x53\x5f\x53\xb0\x87\x50\x5d\xec\xb4\x21\x2f\x82\x51\x81\x52\x6a\x81\xba\x21\x31\x37\xf7\xcb\x4e\x18\xa4\x37\x03\x93\x51\x25\x01\x35\x81\xff\x84\x74\x51\x62\x67\xe2\x1f\xa9\xee\xce\xb1\x98\x11\x16\x68\x2c\x67\xcb\x68\xa7\x2a\x24\x9e\x4c\x89\xca\xdd\xd4\xd1\xdb\x1c\xe0\x0c\x15\xf7\x85\x2a\xd7\xc1\x46\x10\x58\x20\xde\x24\xfe\xc4\xf3\x5d\x09\xcc\x9c\xb0\xae\x92\xb3\x72\x1d\x65\xe5\x04\x92\xb7\x8d\xe0\x88\x25\x4b\x09\x6b\x99\x9a\xcb\x2c\x75\x7e\xf7\x3e\xd3\xdf\x17\xea\xa9\x4f\xa7\x3b\x36\xec\x89\xb7\x7a\x2b\x98\x9c\xa3\x40\xfd\x15\x02\x9f\x1e\x8e\x63\x97\xaf\xaf\x5a\xcc\x2d\xaf\xd2\x49\xc6\x69\x35\x9d\xbb\x00\x5d\x55\xab\x70\xa6\xa3\x09\x1e\x06\x57\x70\x6a\x34\x73\xc8\xdc\x34\x01\x98\x4c\x68\x61\x41\x9e\xc4\xe1\x52\xc0\xc5\x44\x59\xcd\x15\x6f\x4e\xeb\xbe\xa0\xa8\x39\x01\x5f\x6b\x80\x6e\xc8\xce\xd7\xde\x90\xfa\xb6\x8f\x8f\x0d\x35\x14\xa6\x83\xe2\x43\x7b\x86\xf5\xb2\x31\xa2\x4e\x37\x4b\x33\x56\xf4\xd1\x92\x50\x5a\xbf\x3b\x26\x03\xf1\xa8\x50\xda\xae\x31\x5e\xa0\x76\xbc\x4e\xdf\x04\x51\x2d\xc9\x05\xa7\x74\xae\x84\x6c\x3e\x83\x71\x02\x90\x0d\x33\x9a\xc9\xc8\xf8\xbc\x27\x51\xfc\x47\x3c\x59\x45\xfc\x47\x24\x2a\x31\x70\xaf\x86\x6a\x93\xee\x4f\x1a\xb0\x3d\xdb\x68\x04\x66\xc1\xb8\x0b\x47\x14\x90\xa3\x3c\x9e\xbf\x26\xc7\xa5\x07\xa2\x80\x89\x72\x0b\x6c\x80\x9e\x49\xb4\x39\x77\x86\x00\x13\x20\xc9\xf3\x2a\x29\xdd\x84\x2d\x65\xe0\xb7\xe6\x43\xbd\x44\xdb\x8a\x5e\x54\x4b\xd1\xa7\xf2\x58\x9a\xd6\x1c\xa7\xf8\x85\x10\x8d\xa6\x9a\x54\x99\xde\x59\x05\x3f\xbe\xc1\x37\x02\xd8\x2c\x57\x1b\x55\x97\x03\x10\x17\x58\x70\x07\x54\x3d\x8d\x1c\x59\x2b\xa8\x1e\x3d\xbc\x90\x42\x18\x52\x44\xd4\xda\x3c\x26\xbc\xa2\x82\xa2\xa3\x65\xa5\xc5\x91\x57\x99\x15\x4b\x20\x08\x5d\x66\x90\xfa\x42\xeb\x12\xcb\x1f\x14\x55\x78\x81\x7a\x65\x26\x69\xd2\x28\x68\xd9\x5e\x59\x98\x27\xfa\x87\xb7\xf0\x6c\x2f\x31\xa0\x5f\x03\x49\x87\x4c\x2d\xc8\x27\x9d\x68\xdd\x23\x77\x93\x4a\x98\x8c\xe5\x7f\xeb\xe5\x31\xbc\x97\xb4\xad\x6a\x89\x97\xd8\x80\xca\x47\xaf\x3f\x61\xa3\xaf\xff\xfa\xe6\xd3\x1b\xe4\x14\xae\x0a\x40\xd6\x9b\x84\x4f\x88\x2d\xd2\xad\x84\x80\x6c\x66\x33\x03\x28\x9e\x00\x4c\x01\xdb\x45\x2f\xe5\x15\x59\x39\x23\xe9\x01\xf7\x12\x03\x3a\xef\xf4\x45\x94\xb0\x32\x59\x9f\x19\x6d\xce\xe7\x02\xcd\x0c\x29\x29\x41\x6c\x69\x5d\xab\xbd\x4e\x55\x5b\x60\xf9\xc6\xc2\x7c\x07\xe7\x45\x4f\x01\x62\x4b\x0f\xc1\xa9\xf4\xc1\xf4\xf1\x70\x3a\x84\x6d\xa7\xe9\xd9\x9f\x1b\xdc\x2c\x17\x78\x23\x37\xba\x64\x1b\x9e\x46\x31\xc2\xcc\xc4\x7f\x34\xdb\x1f\xcb\xed\x62\x2a\x76\xcb\x92\xca\x74\xf4\xb2\x4c\x01\x5b\x66\xcf\x4b\x37\x4f\x9b\xa6\xd2\x9e\xe5\xee\x34\xb6\xda\xf5\x1d\xbb\x3a\xb6\xa7\xe1\x4a\x0b\xba\x78\xec\xfa\xdc\x87\x71\xb2\xb0\xce\x19\xe8\x13\x89\xec\x51\x2b\xb9\x9e\x62\xe5\xee\x27\xf2\x68\x41\x0d\x4c\x96\x20\x46\xa4\x64\x62\x07\x09\x54\x93\x58\x62\xc1\x10\xd4\x0c\xee\x12\x91\x25\x44\xdc\x18\xea\x42\xfc\x89\xcb\xf2\x8a\x2a\x93\x4c\xa6\xd6\x4c\x2e\xd5\x31\x0a\x91\xad\x92\x3a\x8a\x9c\x60\x16\x6a\x3c\x00\x90\x81\xed\x3a\x07\x63\x92\xa3\x1f\x1f\xac\x6a\x93\xd9\x61\x8f\xf8\x84\xd0\xaa\xa0\xa6\x2a\xfa\x7b\xb5\x50\xc2\x14\xa5\xcd\xde\x46\x2a\x87\x4a\xff\x52\xd1\x3f\x65\xe9\x28\x3c\x6e\x24\x1b\xa7\x70\xa9\xa5\x36\xaf\xe9\x43\x8d\x11\x17\x8e\x79\x40\xe5\x96\xbc\xda\x73\x76\x86\x33\x68\xdb\xad\xa0\xd8\x07\x00\x42\xbf\x94\xf2\xda\x55\x66\xd4\x7e\x57\x3e\x74\x28\xae\x96\x11\x39\xf4\x71\xd6\x2f\x35\xad\x53\x7e\x28\x5d\x1d\x62\x05\x18\xef\x83\xca\xb3\x55\x26\x59\xa9\xf2\xe8\xf5\x7b\x53\x60\xfb\xc6\x82\x42\xc0\x2a\xb6\x0f\xa3\xe6\x5d\x1d\xb3\x44\xe8\x99\x6d\x57\x8d\x20\xe2\xce\xd3\x79\xb3\xba\x63\x2c\xc0\xf5\xde\x8c\x12\xfd\xab\xa2\x64\x9b\xad\x5f\x57\x67\x71\x17\x69\x65\x04\x2e\x42\x64\x06\x06\x46\x78\x56\xb8\x2c\xc1\x58\x92\xeb\x0a\xf7\x4d\xe5\x2d\x34\x17\xf5\x59\x82\x98\x9f\x1f\x58\x3b\x43\x6c\xd3\xfb\xbf\xee\x75\xef\xdf\x5d\x1b\x8f\x9e\x7b\xb6\x83\x77\x10\x26\xca\x65\x02\x52\x15\x6a\x04\xd6\x41\x99\x42\x2c\x5d\x89\xc0\xa5\x50\x55\x1a\x91\xec\xa1\x50\x41\x3e\x8d\x32\x3e\x9d\x44\xc5\x5f\xbe\x39\x3f\x9f\x4e\x3b\x56\x62\x2c\x92\x9a\xbd\xdf\xf0\x5d\xfb\x09\x87\xbf\xb5\x96\xe0\xec\xb9\x5a\xb4\xb2\xe3\x8c\x43\x8a\x92\xfd\xc0\xb6\xfd\x85\x1e\xcc\x28\xb6\x98\x82\xe6\x13\xad\xb4\xdc\xfd\x21\x34\xd0\xf3\x71\x96\xac\x41\xca\x83\xf3\xec\x7b\x7a\xc2\x14\xf8\x7a\x97\x96\x1a\xfb\x98\xee\x4c\xae\x75\x7f\x57\x5b\x96\x73\x59\xce\xa1\xc7\x71\x9d\x41\x27\xef\xe1\xf3\xa0\xf8\x71\x90\xc5\xfe\x8f\x07\x85\x8e\x18\x53\x01\xf1\x4f\x8f\xc2\x9e\x50\x77\xf5\xeb\xf3\x3a\x83\xb8\xa8\xe7\xb4\xde\xc7\xda\x4d\x13\x3a\x60\xf5\xbc\x09\x05\xa2\x73\xd0\x84\xdc\xe8\x11\x30\xc7\x32\xb4\xdb\x1c\x5f\x2d\xca\xcc\xbf\xb9\x33\x87\x79\xf3\x2e\x7c\x12\xb1\x32\xd2\xfb\x27\xa2\x9f\x79\xae\x1c\xfa\x03\xd1\x9e\x78\x0d\xf7\x54\x03\xed\xe6\x87\x43\xd3\x21\xe6\x2c\x82\xa2\xf9\xa8\x40\xf0\x2f\x54\x64\x82\x6a\xdf\x62\x67\xaa\x82\x3a\x7c\x7d\x5b\x9e\xcc\x0f\x20\x86\xb2\x43\xf1\xb4\x2e\x4f\xbe\x1b\xcb\xd4\x3e\x16\xe6\x82\x9e\x83\x52\xa9\x0d\x04\xad\x0d\xb1\x2d\xe5\x6b\x00\x3f\xcc\x32\xaa\x7b\xd9\xa6\x30\x89\x7f\xfc\xc7\x3f\xa7\x5d\x88\x93\x30\xf4\x83\xe9\x3f\xdf\x19\x2e\xe4\x9c\xb3\xd4\xd1\x4b\xf9\xec\x51\xfb\xd0\x24\xf7\x1e\xc8\x63\x92\x40\x8e\xd8\x97\xa6\x36\x65\x71\xa2\xdc\x11\xcf\x52\x1f\x2e\xdc\x1e\x70\xda\x1e\xcb\x2e\xa4\x96\x11\xd8\x54\x1d\xfa\xdc\x94\xc6\xd9\xd2\xc3\x88\xd5\x6b\x97\x4f\x5f\x48\x53\xed\xaa\xf7\x1f\x32\x7c\x63\x05\xbd\x57\x4a\x1c\x6b\x09\x31\x61\x10\xd8\xe6\x00\x78\x73\x8c\x26\x83\x07\xc0\x9a\x3e\xb3\xb7\xd6\x2b\x67\x0b\xe8\x41\x4e\x7b\x70\x73\x10\x32\xa2\x21\x40\xa0\x06\xb9\x29\xbb\x13\x29\x8a\x6d\x8b\x63\x76\x64\x42\x08\xb4\x81\x11\x1d\x8b\xe5\xde\x30\xcd\xbc\x44\x5f\xe6\xc6\x08\x45\x86\xb5\x11\x8e\xb2\xc3\x10\x9e\xa6\xd6\x95\xb5\xc9\xfc\x62\x64\xbb\x8e\x5e\xdf\x66\x3d\x11\x14\x4f\x1b\x75\xf4\x80\xc4\xd2\x7b\x2c\xb0\xe4\xc8\x64\xdc\xd8\x55\x6b\x33\xd5\x82\x63\x78\xb4\xa9\x76\x0c\xe2\x44\xaf\xa1\xfd\xd6\x07\x3f\x02\x7f\x71\xa2\x36\x0b\x6d\x2e\x21\x68\x21\x05\x6c\xe0\x95\xbb\x30\xd5\xc7\xb6\x74\xd2\xbc\x56\x88\x77\x5a\x5b\x7b\x9b\xed\xe2\xd7\x46\xfa\x22\x6b\x9f\x26\xe8\xab\x16\xa7\x05\xc7\x68\x97\xb3\x17\xf5\x19\x00\xaf\xc7\x33\xdb\x15\x80\x14\xa5\xed\xf6\xe5\xd2\xb1\x06\xfa\x76\x84\xb5\x24\x6d\xb1\x28\xc1\x2e\x56\x04\x20\x47\x73\xc9\x88\x38\x56\x18\x4c\x2c\x57\x34\xf4\xaa\x68\x5f\x9c\x97\x46\xf2\x68\x5f\x0b\x68\xdf\xd6\x9b\x13\xee\x7e\x90\xc5\x3e\x41\xdb\xe7\xcf\xae\xf8\x80\x27\x4a\xda\x1a\xf5\x93\x98\xd4\x2d\x28\x1f\xed\xc3\x85\xbf\x35\x00\xfb\xf7\xd9\xf7\x47\xba\x19\xbc\x67\x32\x57\x09\x11\x10\x94\x11\x00\x48\xa2\x38\xd6\x7d\x4f\xa2\x0d\xcb\x24\x5d\x83\x32\xd7\x02\x32\xe5\x8b\x6a\xb5\xea\xb4\x7e\x85\x5a\xbd\x68\xe0\xc4\x60\x62\x78\xbf\xef\x28\x6c\x10\x7d\x38\x0f\xfb\x2c\xcd\xdf\x8e\x9b\xa3\xb7\xec\xed\x14\x8e\x8a\x99\xe9\x09\x9d\xe3\xcb\x4c\xf0\x2f\xe3\x9b\x38\x91\xa3\x65\x36\xc4\xd1\x62\xa2\x2b\x90\xe1\x49\xc0\x5e\xc6\xff\xfd\xbb\x07\xe6\xcb\x78\x60\x5a\x5d\xcc\xf5\x11\x62\xed\xd2\x3c\x0b\x15\xe0\x9e\x11\x1e\x58\xa2\x68\x6b\xd9\x61\x54\x84\x91\x58\x70\x99\x16\x40\x01\x72\xfa\x9a\x45\x78\x7d\x8e\x2f\xe5\xdb\x43\x81\x73\xaf\x36\x3c\x82\xae\x0a\xc4\x51\x8a\x28\x89\x76\x02\xf1\x62\x3d\x41\x07\x4b\x0b\x22\x89\x02\xa2\xc9\x9a\xc9\x15\x4f\x9d\xd2\xfa\x5a\xf2\xe7\x48\xbf\x06\x13\x3f\x80\xe6\x6d\xcf\x24\xe2\x65\xf2\x86\x40\xce\x5d\xbe\x4d\xce\x13\x95\xa7\x00\x64\xb2\x62\x79\x0a\x59\x5e\x74\x25\x05\x4b\x1e\x81\x9b\x14\x1e\x4c\xec\x91\x82\x7c\x06\xeb\x03\x03\xcf\xae\xb5\x4c\x26\x08\x38\x6d\x28\x7b\xec\xf8\xf0\xf3\x22\x62\x49\xae\x0a\xf4\xc4\x18\x76\x45\xa2\xf5\xf3\x98\xcd\xa0\xc7\x4e\x27\x0a\x2b\x8e\xc2\x2e\xb9\x90\x2e\x67\x83\xff\xb4\x15\x4c\x86\x77\x12\xa7\x5b\xe6\x0c\x80\xcf\x3b\x4f\xbe\xad\xf7\xfc\xa2\x75\xeb\x3e\x70\xb1\xbb\x56\xa8\x7d\xe6\x9c\xa5\x3b\xbf\x2a\x2e\x93\x84\x46\xca\xd2\x4d\x26\xf5\xd6\xeb\x6b\x8d\x4c\x77\x24\x5f\xa1\xe9\x84\x09\x0c\x75\x03\x90\x96\x10\xb5\xab\x5f\x44\x92\x6b\x95\x85\xe5\x99\xd8\x81\x96\xba\xcd\xf9\x99\xd7\x8f\x77\xbf\x29\xd7\x2e\x2b\x62\x89\x63\x07\x52\xe1\x65\x25\x50\x97\x05\x6b\xcf\x4e\x80\xee\xe1\x87\xd9\x44\x3f\x63\x25\xc1\xd7\x78\x1d\xc3\x99\x3d\x49\xde\x52\xd3\xce\x1a\xe4\x3a\x74\xd5\x9a\x39\x24\x55\xac\xd5\xb3\x49\xae\x7c\x66\x2e\x76\x3e\xc6\x10\x7d\x4f\xb2\xcb\x18\x99\x5e\xa4\x1d\x54\x8e\x80\x67\xe7\x9d\xca\x09\x62\x06\x84\xc3\x7b\xa2\xf3\xf9\x5b\xf6\xc4\x27\xd1\xfd\x96\xe5\x8f\x93\xe8\xed\x4e\xb2\x4d\x96\x7c\xaf\x16\x7b\x6d\xcb\x53\xf8\x57\xac\x0a\x34\xda\xff\xd6\xea\xa9\x98\x78\x00\x13\x9e\x17\xae\xe9\x09\x30\x41\x50\x7d\x62\x08\x7f\xbb\xeb\x09\x37\x71\xe5\x4e\x14\x92\x53\x69\xc8\xdd\x61\xf1\x4e\x7d\xb9\x2e\x01\x9c\xac\xa6\xcc\xe3\xb6\x60\xb0\x96\x91\x90\x30\xad\x27\x7e\x06\xaf\x9e\xca\xa3\xad\x60\xa5\x3e\x2b\x86\x21\x0f\x4f\x05\xc6\xaf\x51\xda\xd7\xf2\xc9\x87\x3e\xea\xa6\xe3\xf9\x56\x29\xd1\xfa\xb6\x9f\x74\x01\x1b\x9e\xb4\xa1\x8b\x37\xc3\x3c\xbc\xc2\x7f\xf1\xcc\x2a\x3a\xaf\x8c\xf3\xe1\x78\x2c\x06\x70\x9a\xd2\x2a\x47\x5a\x2f\xb3\x1c\x53\xe7\x02\x65\xae\xfa\x0f\x1f\xb9\x05\x4f\x18\x54\x53\x1b\xed\x03\x19\x07\xc1\x3d\xe5\xde\xe8\x16\x7f\x51\xd1\xec\xa7\x43\xe5\x80\x76\xe7\x59\x5b\xe1\xd8\xd8\xcb\xf5\xb0\x6e\x75\x02\xe3\xc8\x8d\x03\xcb\x64\x6e\xed\x2b\x9e\x37\x89\xea\xf3\x44\xb0\x62\x60\xd6\x4c\xab\xdc\x99\x51\x43\x97\xd0\xce\x70\x99\xf9\x37\xf0\xd7\x6d\x06\x0a\xe3\x58\x5e\xd8\xe2\x71\xf7\x8c\x5b\xd5\x03\xc5\x2c\x2a\x5d\x8d\xad\xc1\x74\x30\x87\x34\x30\x89\x8a\x2a\x59\x43\xc2\x5b\x28\xa7\x7c\xb9\xd5\xbc\xb1\x93\x58\xea\x87\x10\xf1\x08\x19\xc4\x6c\x9e\xf5\x73\x57\x64\x3f\x73\xfb\xd2\xa2\x4a\x14\x3c\xae\x0b\xa6\xb7\x86\x88\x37\xea\x8a\x88\xc9\x3d\x64\xf9\x23\x4f\x3d\x37\x52\xb5\xd5\xe6\xef\x34\xb6\xcb\x8c\xe7\xd7\x71\x45\x92\x66\x53\xf8\x13\xf3\x15\xb1\x9a\xa4\x15\xd9\x92\x27\xbb\xa4\x51\x6b\x1c\x44\x4a\x4f\xe7\xaf\x3c\xcc\x5d\xd7\x57\x6f\xd9\x6e\x85\x7d\x6c\xd4\x0c\x45\x5d\xe1\xa5\xff\x9d\x49\x25\x1d\x25\x7f\xbf\x75\x8f\xcb\x9e\x44\xf2\xdf\xf3\x43\x7e\x93\xde\x89\x61\x15\x80\x81\xfc\x32\x29\x18\x60\x0d\x91\xd6\xdc\x9a\xf8\xf1\x75\x15\x79\x64\xa9\x7f\x6f\xca\x35\x6f\xa9\xf5\x18\x76\x15\xa8\x94\x26\xb5\x65\x3e\x63\xf0\x98\xf0\x53\xb3\x5e\x97\x42\x15\x55\xde\x7f\xf9\xef\xc2\x51\x9b\xde\xdd\x6c\x02\x9c\x2c\xbe\x59\x70\xa8\xe0\x4a\x71\x67\x5a\x27\xb3\x4f\x51\xd0\xf6\x52\xfd\x7b\x4a\x89\x78\xe6\x51\xc2\xb6\x90\x49\xdb\x8e\x2e\xdb\xf8\xce\xb3\xaf\xe1\xe5\x5d\x71\x5f\x0b\xa8\x3d\x8e\xc1\xe1\x0a\x62\x49\x5f\x55\xda\x65\xab\x0d\x56\xab\x32\x0f\x5c\x31\x83\xa2\x6f\xa7\xf0\x6c\xbf\x67\xe5\x1a\x9d\x04\xc0\x46\x82\x91\xd8\x52\x2b\x50\x88\xfd\x8d\xee\xee\x85\x50\x0b\x00\x8c\x06\xfe\x82\xae\x73\x4e\x87\x73\xd0\xd2\x35\x37\x6c\xc8\xd9\xd6\xf7\x01\xb2\xe6\x73\x5e\x40\xf9\x64\x33\x9e\x34\x34\x89\x6d\x9c\x23\xa3\x39\x5c\x2d\xb6\xde\x36\x1c\x19\x4d\xc0\x29\x2d\xd5\x21\xa3\xe9\xaa\x45\xac\xef\xbb\x58\x57\x7e\xde\x39\x03\x8e\xb8\x12\x58\xb8\x31\x60\x5b\x64\x72\x25\x78\x6d\xbe\x06\x91\x3f\x96\x17\xf8\x97\x80\xaf\xc1\x02\x2b\xda\xa4\x21\x02\x5f\xb6\xf7\x0f\x13\xd1\xa3\x0b\x53\x58\x0a\x05\x8c\x8c\x02\x8a\xd6\xe2\x02\xf7\xc8\x04\xf2\xbe\x65\x99\xe5\x5a\x9f\x2e\x40\x5d\x28\xaa\xc5\x99\x2b\x33\x54\x39\x28\x18\x50\x85\xba\x65\x39\x20\xdb\xaf\x33\x91\x9e\xb5\x3c\x24\xe8\xe3\x74\x00\x69\x06\x89\x82\x09\x12\x5f\x60\x17\x62\x95\x8b\x9d\xbb\x6d\x47\xab\xf7\x9c\x25\x6b\x5b\x61\x81\xe2\xba\x4f\x5e\x04\xc6\xd2\xaf\x9d\xfc\x32\x20\xbb\xa4\x03\x58\xf7\xb7\x2f\x27\x82\x35\x1b\x22\x27\x1e\x42\xd3\xca\xdc\x1a\x6d\x1c\x92\xe4\xe8\x5a\xaa\x62\x8e\x21\xfe\x2f\x50\x86\xef\x3c\x43\xc5\x96\x3d\x4b\x2a\xee\x1b\x55\xe6\x30\x4c\x3e\xb4\x33\x76\x68\xf9\xd0\x48\xfb\x71\x92\x42\x52\xa1\x7c\x99\x59\x14\xda\x89\x87\xc7\xce\x84\xf0\x51\xcb\x9c\x2b\x28\x96\xce\x61\xa0\x9f\x7f\x21\xf4\xff\x4f\xea\x82\x9b\x8a\x39\x53\x24\x89\x99\x98\x4a\x34\x42\x71\xa0\x10\xc5\x19\x1a\xe6\xce\x7c\xde\x77\x9b\x4f\xa5\x4f\x26\x2c\x59\xf3\xb9\x1e\x5a\x35\xa2\x5c\xe9\x92\x95\x4c\xa8\xd5\xa5\xfe\xf8\x1e\xbf\xed\x7d\xcc\x50\x2f\x42\x35\x0d\xfb\x82\xe4\x3f\x96\xac\x89\x58\xa9\x96\x32\xd6\x75\x9f\xb0\xdb\x79\x0b\x1f\xee\xde\xb1\xb6\xbb\xe3\x3d\x02\x29\xb8\xcc\xa6\x16\x2a\x61\x79\x6e\x12\x7a\xa9\xd7\x88\xe5\x65\xb6\x64\x49\xe0\x41\x1f\x06\x71\xe5\xbf\x90\xd8\x62\x01\xa1\x67\x93\x96\xe6\x8a\xc5\x59\x64\x61\xd0\xbb\xf7\xff\xd4\x36\x05\x77\x42\xfa\x05\xfc\x23\xfd\x8e\x43\xbc\xbe\xcd\x37\x32\xf0\x2c\xb3\x46\xd2\xf3\xc0\xc5\x66\x51\x00\xb1\xd0\xba\xa4\x1e\x93\xfd\x11\x6b\x78\x60\x71\xc9\x38\x94\x42\x8f\x5e\x7e\xb8\xe4\x6c\xc0\x15\x13\xb5\x3a\x92\x51\x53\x9d\x7a\x59\x2f\xac\x84\x25\xc4\x14\xef\x27\x9e\xba\xa2\x53\x0f\x79\x44\x3f\x7d\x6c\xc5\xa3\x0d\x4f\xb3\xaa\x0e\x82\x19\x94\x23\xfc\x6e\x0b\xff\xdf\xb3\x85\x21\xb5\xe0\x25\x0d\xe1\xf6\x42\x97\xdf\x9f\xc2\xaf\xe0\x29\xf4\xc6\x49\x7b\x3d\xf2\x16\x0c\x96\x1e\xfd\xd1\x3b\xf7\xd8\x3a\x0d\xd4\xbe\x2b\xac\x79\x0e\x7d\x17\x4e\xe9\xaf\x81\x56\xfc\x07\xbb\xff\xba\x0b\xbe\xbe\xaa\x20\xc6\x90\xc7\x54\x5f\x71\x1b\xd6\xb8\x31\x57\x1b\x18\x60\x4b\xd5\x77\xc5\x3d\x24\x1c\x56\xbe\x2a\xec\xaa\x87\x57\xd9\xe4\x6a\x5d\x67\x45\xf9\x23\x13\xd5\x51\xf0\x37\x50\x53\xf2\x62\x91\x78\x33\x54\x1c\xa6\xf7\x45\x6f\x00\xf9\x2e\x0c\xf1\xea\x77\x15\xcf\x1c\x94\xc9\x1b\xe0\x5d\x3d\xee\x31\x82\xf7\x93\x5d\xaf\x4f\xa8\x33\x3e\xe7\x6c\xbb\xe5\xb9\x89\x5b\x36\x42\xcb\x80\x66\x0b\xbd\xc4\x12\x7d\x0f\xdf\xdf\xdf\xde\xd4\xdf\x06\x2d\x7b\x6a\x4d\xc3\xcf\x60\xe9\xa6\xed\x3b\x77\x53\x09\xd1\xb9\x73\x03\x68\x74\x3f\x5c\x5f\xcf\x7f\xbc\xb8\xfe\x70\xd5\x0b\xae\xe8\xfd\xac\x73\x4d\xec\x48\x68\x4d\xd0\x22\x2c\xc1\x0a\xac\x36\x3c\x37\x65\x1d\x6e\xd6\xa8\x78\x57\x42\x84\x20\x9b\xb1\xfc\x44\xed\x40\x82\x51\x25\xd1\x63\x13\xcb\xa8\x77\xe1\xc2\xfe\xe1\x67\x9f\x74\xe3\x9f\xf0\xdb\xb3\xc8\x4d\xe2\x9b\xe8\xc6\xf6\xda\xb1\xae\x94\xbd\x78\xc4\x75\x40\xac\xcf\xae\xeb\x70\x38\x20\xfd\x29\xaf\xc7\x07\x09\x18\x2e\x04\x80\x7c\xaa\xdb\x81\x6b\xf7\x29\xf4\x06\x5a\x59\x9e\xa2\x6a\x0b\xed\x4e\x10\xfc\xb5\x28\xa9\xb6\x11\xd7\x2c\x96\x44\x83\xcd\xa0\x0a\xb2\x73\x4c\xd1\x8c\xa2\xf9\x82\xc9\x55\xc5\x56\xbc\x98\x44\xa6\xf3\x58\x6e\xb2\xd5\x1a\xd0\x72\x88\x95\xcb\x5a\x32\xac\xcc\x9e\x78\xed\x08\x61\x22\x96\x61\xdd\x8d\x32\x19\x4b\x9a\x93\x5c\xb9\xe6\x31\x47\xeb\xfb\x7b\x3b\x1d\x7d\xd2\x6c\x43\x84\x5f\x2b\x63\x89\x9b\x8b\xa0\x7c\xc6\x4d\x02\x8a\x1f\x2b\xeb\x47\x97\xe5\xdc\xc0\x8a\x83\x4c\x5f\x81\xc3\x26\x96\xb6\x64\x01\x36\x36\x60\x16\xc3\xcc\x4d\x1c\xd2\x7e\x79\x62\x36\xc3\xdc\x09\x1a\x5b\xfb\xa9\x3f\xfa\x0d\xd0\x17\x6e\xfe\x54\x6b\x65\xc0\xb1\x75\x62\x6c\xa0\x8e\xcd\x3c\xc1\xd1\x55\xc7\x06\x75\x2a\xed\xa3\x31\xf3\xc2\xdf\x74\x86\xc0\x55\xb5\x10\x23\x86\x84\xbf\xef\x1d\x14\x8a\xe4\xfe\x41\x0d\xf0\x91\xde\xd5\xae\x96\x3e\xa6\x7d\xdd\x2e\x94\xea\xd8\x97\x13\x7a\x1b\x83\x41\xd1\x07\xfb\x16\xa3\x4a\xca\x43\xce\xcb\x80\xe4\xf2\xfa\x12\x19\xe9\xd3\x37\x20\x91\x15\x07\x0d\xc7\xe9\x4f\x83\x47\x64\x35\x04\x7a\xec\x46\x49\x58\x7a\xe7\x02\x01\xdb\x21\x26\xc9\xc7\x45\x11\x0e\x9e\xa1\x78\x91\xc0\xe1\xcb\xa8\x96\x6b\x62\x0f\xd1\xc4\xed\xdc\x04\x06\x99\x54\x79\xa1\xc5\x25\xc9\x3b\x92\xda\x2a\x8f\x58\x2c\x0d\x82\x9a\x11\xc7\x17\x26\x88\x9f\xdb\x7f\xc5\x84\xfd\x2d\xe2\x0f\x81\xc6\x5a\x46\x4a\x72\x23\x0d\x63\x09\x90\xfe\x12\xbc\xb1\x8b\x02\x00\x24\x09\x8c\x9d\xfe\xe0\x71\x38\x32\x89\x84\xbf\xfb\x65\x5e\x4d\x0d\x08\xde\xf9\x3f\xe8\xff\xfb\xe5\x0f\xff\x13\x00\x00\xff\xff\x69\x59\xdf\x1c\x81\xed\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x73\x23\x37\x96\x2f\xfa\xff\x7c\x0a\xdc\xea\x1b\x61\xbb\x47\x8b\xed\x9e\xe9\xe8\xd1\xc4\x8d\xf7\x68\x89\x55\xe6\xb5\x4a\x52\x6b\x71\x8d\xdf\x70\x82\x06\x33\x41\x12\xad\x24\x40\x03\x48\xa9\xd8\x1d\xfd\xdd\x5f\xe0\x60\x49\x20\x17\x32\x93\xa4\xb6\x32\x67\x22\xda\x25\x66\x26\xd6\x83\x83\xb3\xfe\xce\x3f\xfe\x05\xa1\x77\xf2\x11\x4f\xa7\x44\xbc\x3b\x41\xef\xbe\x3f\xfa\xf6\xdd\x81\xfe\x8d\xb2\x09\x7f\x77\x82\xf4\x73\x84\xde\x29\xaa\x32\xa2\x9f\x4f\xb2\xa5\x22\x34\xcd\x8e\x25\x11\x0f\x34\x21\xc7\x38\x9d\x53\x76\xb4\x10\x5c\x71\xf8\x10\xa1\x77\x0f\x44\x48\xca\x99\x7e\xdd\xfe\x13\x31\xae\x90\x24\xea\xdd\xbf\x20\xf4\x4f\x68\x5e\x26\x33\x32\x27\xf2\xdd\x09\xfa\x6f\xf3\xd1\x4c\xa9\x85\x6b\x40\xff\x5b\xea\x77\xff\x07\xde\x4d\x38\x93\x79\xf4\x32\x5e\x2c\x32\x9a\x60\x45\x39\x3b\xfe\x9b\xe4\xac\x78\x77\x21\x78\x9a\x27\x2d\xdf\xc5\x6a\x26\x8b\x39\x1e\xe3\x05\x3d\x7e\xf8\xee\x18\x27\x8a\x3e\x90\x51\x86\x73\x96\xcc\x46\x8b\x0c\x33\x79\xfc\x0f\x9a\xea\x39\xfe\x8d\x24\xea\x9f\xf0\x47\xca\xe7\x98\x32\xf3\x6f\x86\xe7\xe4\x9f\xbe\x1d\x84\xde\x4d\x89\x0a\xfe\xd4\xb3\xcd\xe7\x73\x2c\x96\x7a\x45\xde\x13\x95\xcc\x90\x9a\x11\x64\xfa\x41\x6e\x89\xf8\x04\x61\x74\x22\xc8\xe4\xe4\x57\x41\x26\x23\xb7\xd0\x47\x66\x81\xcf\x61\x34\x57\x19\x66\xbf\x1e\xd9\x65\x82\x96\x53\x22\x13\x41\x17\xca\xae\xf7\x35\x51\x82\x92\x07\x12\x76\x60\x26\x82\xf4\x44\x7c\x67\x72\x41\x12\x3a\xa1\x24\x45\xe3\x25\xa2\x6c\x91\x2b\x24\xc8\x6f\x39\x91\x0a\x4d\x68\xa6\x88\x90\x51\x2f\x7c\x41\x04\xac\xe0\x20\xd5\xbd\x7c\x20\xaa\x07\x6d\x17\xa3\x0a\xdf\x16\x44\x2e\x38\x93\x44\x46\x8b\x80\xd0\xbb\xef\xbf\xfd\xb6\xf4\x53\x75\x06\x3d\x24\xf3\x24\x21\x52\x4e\xf2\x0c\xb9\x96\xc2\xc1\x98\x05\xd5\xe4\x83\x2b\x8d\x21\xf4\xee\x7f\x0b\x32\xd1\xed\xfc\xe1\x38\x25\x13\xca\xa8\x6e\x57\x1a\x2a\x0d\x46\x1b\x7d\xf5\xcf\x7f\xa9\xfb\xf7\x3f\x83\x19\x2d\xb0\xc0\x73\xa2\x97\xc5\xd3\x95\xf9\xbf\xd2\x5c\x34\x25\xe8\xce\x0b\x6a\x29\x0f\xbc\x34\xdb\x0b\x3c\x27\x7a\xe7\xf5\x76\xd9\x2f\xe0\xdf\x82\x48\x9e\x8b\x84\xa0\x31\xc9\x38\x9b\x4a\xa4\x78\x65\x0d\x28\xb4\xa0\x89\xb8\xfc\x44\x6f\x25\x15\x44\xef\x95\x12\x39\x29\x3d\x55\xcb\x05\x0c\x52\x2a\x41\xd9\x34\x5c\x8a\x7f\x1e\xb4\x9a\x9a\xa1\xfd\x0e\x33\x33\x1f\x34\x4e\x6c\xc8\x7a\xee\x95\x04\x33\x34\x26\x48\x9f\x78\x9a\x12\x41\x52\x84\x25\xc2\x48\xe6\x63\x49\x14\x7a\xa4\x6a\x46\x99\xfe\xdb\x90\x6f\xe2\xd6\xec\xf5\xac\x0d\xfc\x73\xf5\xca\xdc\x49\x22\xf4\xc0\x1f\x68\x4a\x52\xf4\x80\xb3\x9c\xa0\x09\x17\xd1\xf2\x1c\x0d\xd9\xed\x4c\xaf\xc3\x7c\x4c\x19\x9c\x3c\xbd\x96\x8e\x42\xfe\xd5\x2d\xd7\xbf\x22\xdd\x1f\xca\x19\xfd\x2d\x27\xd9\x12\xd1\x94\x30\xa5\xcf\xb5\x2c\xb7\xf6\xaf\x1c\xfa\xc7\x19\x3a\x44\x7a\x9d\x89\x50\xb0\xde\x9c\x29\xf2\x59\x49\x74\x88\x32\x7a\x4f\xd0\x57\xe7\x54\x2a\xd4\xbb\x1a\x7c\x75\x80\xbe\x3a\x2f\x18\x87\xfc\xea\x19\x56\xd8\xff\xfb\x7f\x82\xa3\xa7\xf0\xb4\x7c\xe8\xde\xf5\xf4\x69\xbe\x31\x17\x50\xd1\xc2\xff\xfc\x4b\xd8\x8e\xdd\xaf\xd5\x5c\xbd\x60\xe9\x96\x9f\xb7\xe5\xe2\xb0\x4c\x31\x03\x97\x7a\x87\xb6\xe5\xdf\x95\xdb\xa1\x86\x79\xcb\x2d\xb9\xb7\x1e\x7b\x99\x7d\xcb\xb7\xc5\xbf\xf5\x14\x9e\x9a\x87\x6f\xc3\xc0\xb1\x82\x93\x85\x29\x33\x07\xd1\x9f\x4b\x21\xf5\x59\x74\x27\xe4\x95\xb0\xad\x6d\xf8\x79\x30\xb3\x80\xa5\x3b\x4e\x1d\xac\xca\x2b\x9c\x77\x46\xe7\x74\xdd\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\x16\xd3\xfc\x2d\x27\x62\xb9\x62\x9e\x13\x9c\xc9\xa6\x89\x52\xa6\x88\x96\xd4\x4b\x8f\x27\x5c\xcc\xb1\xb2\x2f\xfc\xf9\xdf\xba\x2e\x84\xe2\xf7\x64\xdd\xfe\x0f\xcc\x6e\x26\x58\x02\x19\xcc\xf3\x4c\xd1\x45\x46\xd0\x02\x4f\x89\xb4\x2b\x92\x67\x4a\x1e\xc0\x6b\x5a\x3b\x20\xe2\xd0\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\x9b\xd1\x8c\xe4\x42\x8d\xc6\xcb\xa3\x7b\x52\xe9\xb7\x91\x72\x30\x43\x58\x29\x41\xc7\xb9\x22\x7a\xde\xba\x0d\x77\x3f\x03\x7b\x34\x42\x40\x1b\xd6\xf0\x72\x13\x4e\xa9\x20\x09\xcc\xad\xcb\x81\xf1\x5f\xe9\x79\x6b\x4d\x6c\x69\x66\x7f\x4f\x96\x20\xf3\xd4\xac\x80\xdf\xf2\x21\x1b\x32\x74\x88\xce\xfa\x37\xa7\xfd\x8b\xb3\xc1\xc5\x87\x13\xf4\xc3\x12\xa5\x64\x82\xf3\x4c\x1d\xa0\x09\x25\x59\x2a\x11\x16\x04\x9a\x24\xa9\x96\x6b\xf4\x60\x08\x4b\x29\x9b\x22\x2e\x52\x22\x9e\x6e\x19\x4b\x4f\x09\xcb\xe7\xa5\x7b\x05\x7e\x2f\x46\x5f\xfa\x42\x8b\x31\xfe\x51\xf4\xe4\x7f\x2a\x0b\x0c\x33\xd6\x7d\x07\xad\x3d\x9b\xe0\x94\xcc\x68\x96\x0a\xc2\x8e\x15\x96\xf7\x23\xf2\x99\x24\xb9\xb9\x93\xff\x11\xff\x30\xd2\xd2\x2f\x4f\x49\xfc\x4b\xf4\x47\x21\x6e\x75\xfe\xd4\xeb\xdb\x9d\xbf\x04\xed\xbc\xdd\x77\xf0\x0b\x4d\x6b\xdf\x86\x5f\xd6\xcc\xc1\xbd\xb3\x62\xb0\xee\x95\xc6\x51\xb9\x17\xac\xb0\x57\xfb\x8e\x20\x4a\x2c\x47\x58\x29\x32\x5f\xa8\x8e\x96\x07\x8c\x32\x2d\xbb\xae\x92\x55\x2f\x78\x4a\xfa\xae\xbf\x5f\xad\x08\x6a\x84\x4d\xc3\xb5\x26\x44\x10\x96\x90\xe6\x16\x6e\xb1\xbc\x2f\x5a\x58\x2f\xf0\x02\x8d\x21\xbd\xfc\xa8\x20\xb0\x4a\xc7\x85\xd8\xab\x97\xa4\x78\x73\x9d\xb0\x1b\xcd\x47\xbe\xe7\x42\x0f\xef\x2d\x08\xbc\xd1\xc0\x9f\x43\xe6\xdd\xf4\x44\x7f\x71\x56\x8e\x0d\xf9\xd3\xde\x26\xb2\xfd\x4a\xb6\xb5\xa0\x70\x81\xe4\x52\x2a\x32\x5f\x6b\x4b\x79\x3b\x0b\x61\x2f\xa0\xd7\x3a\xe0\xd2\x1d\xf8\x3b\x38\xf5\xf1\x8d\xbe\x3f\xde\x1d\x96\x6c\x57\x96\xd0\xd7\x3e\x4f\xe7\xed\x5a\x3d\xd5\x1b\xb7\x7d\x81\xbb\xe7\x4d\x4c\x33\x92\x35\x77\x3d\xc8\x27\x32\x67\x34\xee\x95\x5b\xed\x11\x0c\x60\x8d\x22\x1b\xdb\xd2\xfd\xf9\xd3\x9f\x86\x16\x20\x63\xee\x53\x33\x2a\x03\x63\x18\x4a\xb8\x30\xb2\x60\x6a\xcf\xbb\xd1\x65\x7b\xb7\xbd\x9b\xfe\xed\x09\xea\xa1\x14\x2b\xac\x0f\xb8\x20\x0b\x41\x24\x61\x0a\xec\x04\xfa\x7b\xb5\x44\x73\x9e\x92\xcc\x68\xb4\xef\xb5\x64\x8d\xce\xb0\xc2\xa7\x58\xe1\x8c\x4f\x8f\x50\x0f\xfe\xd4\x1f\x53\x89\x70\x26\x39\xc2\x8e\xac\x48\xea\x9a\xc0\x2c\x75\xac\x05\xa3\x84\xcf\x17\x34\xf3\x7e\x04\x6f\xbc\xa1\x2c\xa5\x0f\x34\xcd\x71\x86\xf8\x58\x73\x15\xad\x81\xf7\x1f\x08\x53\x39\xce\xb2\x25\xc2\x59\x86\x6c\xb7\xee\x05\x24\x67\x3c\xcf\x52\xdd\xae\x1b\xa5\xa4\x73\x9a\x61\xa1\x55\x7c\x33\xda\x4b\xdb\x16\xba\x9d\x11\x3f\x56\x18\x97\x5e\xcd\x39\xbe\x27\x12\x51\x85\x16\x5c\x4a\x3a\xce\x8a\x33\x7f\x37\x40\x30\xee\xd3\xf3\x01\xd8\x0b\x12\x85\xb8\xe1\xa1\xae\x73\x6b\x1f\x72\x3d\xce\x31\x63\x04\x3a\xe6\x6a\x46\x84\xed\xde\xbe\xfc\xd2\xaa\xff\xdd\xc5\xcd\x55\xff\x74\xf0\x7e\xd0\x3f\xab\xea\xfe\xb7\xbd\x9b\x9f\xaa\xbf\x7e\xba\xbc\xfe\xe9\xfd\xf9\xe5\xa7\xea\x93\xf3\xde\xdd\xc5\xe9\x8f\xa3\xab\xf3\xde\x45\xf5\xa1\x25\xab\xd6\x66\x84\x70\x64\x1d\xcf\xd6\xde\x66\xfa\x54\x36\xd3\x83\x2f\xd7\x68\x6a\x9d\x52\xed\x0d\xa6\xde\x46\x61\xbf\x44\x0b\x2c\xa5\x91\x8c\xcc\x08\x8e\x86\xec\x23\x17\x9a\x81\x4d\xb8\xe6\x11\x5a\x7a\x52\x22\x4f\x14\x65\x53\xff\xd1\x09\x1a\xe6\xdf\x7e\xfb\xa7\xe4\x9c\xb2\x7b\xf8\x17\x79\x8d\x8b\xb3\xb7\x28\xef\x2d\xca\xbf\x2f\x8b\xb2\x16\x7d\x8e\x43\x43\xf2\x6e\x83\xab\xb4\x70\x01\x3e\x71\x2d\x4a\xf0\x5c\xe9\x7f\xea\x2e\x81\x3c\x56\x84\x58\xb5\x33\x58\xfa\x08\xab\x86\x3e\x04\x9f\x83\x20\xf7\x99\x4a\x60\x46\x8f\x5c\xdc\x4f\x32\xfe\xd8\xce\x5c\xf9\x81\x28\x3f\x0c\x2d\x38\xbd\x05\x2b\xe5\x27\x3b\x43\x3f\xf0\x0f\x44\xe9\xb1\x5f\xdb\x5e\xf6\xc1\x56\xfb\x60\xab\x97\x0d\xb6\x7a\x55\xa6\xc2\xa7\x67\xad\xb1\x5d\xd1\xf0\xd7\x06\x3f\x5c\xa3\x9b\xad\xc1\x8b\x16\x38\xc9\x9e\x85\x27\xc7\xae\xa8\x5d\xf2\xe5\xd8\xd9\xb4\x86\x27\x47\xc3\x78\x2b\x7c\x39\x1a\xf4\xf3\xf3\xe4\xdf\x85\x9f\x68\xef\x06\xda\x70\xa1\xde\x24\xeb\x6e\x79\x2b\x3d\x9b\x13\xe7\xe9\xaf\x92\x4a\xcc\x47\x97\x20\x8f\x0e\x51\x1d\xad\xc3\x38\xd6\xc4\x6d\xd4\x06\x6a\xd4\x45\x66\x54\x43\x31\x6a\x63\x2f\xb6\x0b\xb6\xd8\xf4\xd6\x6b\x1f\x3e\xd1\xf5\xd6\x6b\x1f\x38\xf1\x81\xa8\x68\x18\x6f\xe5\xd6\x8b\x06\xfd\xfc\xb7\xde\xef\x34\x5e\x62\x1f\x20\xf1\x84\x4b\xf7\xa5\xdf\x95\xaf\x37\x04\xe2\x77\x10\xf3\xb0\x0f\x72\xe8\xb4\x46\x5f\x56\x54\xc3\x97\x1a\xc6\xf0\x36\xe3\x16\xf6\x81\x0a\xfb\x40\x85\x97\xf0\x28\xbd\xbd\x40\x85\x27\x55\x7c\x89\x26\x2b\x09\x56\xd4\x50\xb9\x79\xb7\xe0\xb2\x59\xdf\x0b\x9d\xd7\x35\x7a\x1d\xb4\x19\x5b\x33\x81\x7a\x7f\x45\x33\x2c\x11\x4f\x92\x5c\x94\x5c\xb4\xe5\x53\x7e\x2a\x08\x56\xfa\x88\xc4\x86\x4b\x04\x2d\x23\x41\x12\x2e\xc0\x49\x89\xd1\x62\x86\x25\x41\x4a\x60\x26\xe9\x3a\x2d\xcf\xb4\x0a\xe3\xd2\xed\xbc\x05\x05\xaf\xba\x88\xcf\xa5\xde\x8d\x79\x5a\x39\x90\xe6\xac\xd6\x3d\x59\x7d\x93\xec\x6c\xea\x90\xf6\xdb\x66\xe6\x4f\x78\x54\xf4\xad\xb5\xe3\xa3\x12\xa9\xf1\x9b\x1e\x95\xd8\xda\xb1\x93\xa3\x02\xe3\x7a\x2b\x47\xa5\xba\x88\xbf\x9b\xa3\x52\x37\xf5\xd7\x70\x54\x5c\x38\xc0\x8e\x8f\x4b\xc5\x07\xbf\xe9\x91\xa9\x86\x2b\xec\xe4\xd8\xf8\xf1\xbd\x95\xa3\x53\xbf\xa0\xbf\x9b\xe3\xd3\x34\xfd\x97\x3d\x42\xde\x0f\xd1\xfa\xf0\xdc\x0a\x3a\x9d\x12\x61\x34\xa3\x44\x93\xe2\x7a\xa8\xa5\xc2\xf2\xbe\xd9\x81\x59\x7f\x1a\x7c\x0f\x6f\xe1\x24\xf8\xc1\x9a\xb1\xff\x6e\x8e\x40\x65\xde\xaf\x84\xf6\x8f\x35\x27\x7e\x00\xb4\xb6\x76\x67\xe0\x9a\x00\xe1\xc3\x05\xb2\x10\xe4\x81\xf2\x5c\x66\xcb\x43\x91\xb3\x3a\x6e\x0f\x46\x82\x47\x9a\x65\x88\xb3\x6c\x89\xa4\xc2\x42\xb9\xc7\x6c\x6a\x3c\x4a\xfa\x30\x65\x58\x2a\x74\xcf\xf8\x23\x43\x13\x4c\xb3\x5c\x10\xb4\xe0\x94\xa9\xa3\x21\x1b\x30\x74\x6d\xc6\x08\x9a\xf7\x01\xca\xa5\x3e\x82\x09\x66\x8c\x2b\x94\xcc\x30\x9b\x12\x84\x99\x83\xae\x29\x28\x03\x71\x81\xf2\x45\xaa\x0f\x96\xee\xa2\x64\x63\x2a\x0e\xd8\x90\xdd\x82\x15\x43\x22\xf2\x59\x09\x32\x27\xd9\x52\xf7\xa1\x69\x5f\x71\x64\xd7\xc7\x0c\xd5\x1a\xc4\x89\x10\x5c\x48\xd0\xd9\xc7\xcb\xbf\x63\xa6\x28\x23\x08\xd4\x4c\x69\x80\x8f\x0e\xd1\x39\x97\x10\x93\xfd\xd3\x5f\x24\x4a\xb2\x5c\x2a\x22\x0e\xd0\x38\x9f\x4a\x44\x19\x5a\x64\x58\x4d\xb8\x98\xeb\x11\x52\x26\x15\x1e\xd3\x8c\xaa\xe5\x01\x9a\xe3\x64\x66\xda\x82\x35\x90\x07\x43\x96\xf2\x47\x26\x95\x20\xd8\xf7\xee\x1e\xa2\xaf\xc3\x67\x86\x00\xe4\x37\x07\x60\xb8\xa7\xf3\x45\xb6\x0c\x87\x1f\x24\x42\xc3\x9e\xe8\x46\x48\x8a\xc6\x24\xc1\xb9\xb4\x86\x1d\x25\x96\x88\x7c\x9e\xe1\x5c\xc2\xde\xe9\xe9\x59\xab\x47\xc2\xe7\x8b\x8c\x28\x82\xe8\x04\x29\x41\x49\x8a\xf0\x14\x53\xbd\x74\x37\x64\x45\xe2\xb6\x27\x7a\xbb\x81\x96\xea\x7f\x05\xcb\xc7\x9c\x0b\x82\x52\xa2\x30\xcd\xe4\x6a\xa7\xe4\xb3\x12\x1c\x7a\x72\x7a\x43\xaf\x97\xdc\xd0\xab\xa6\xb6\x15\x37\xa1\xdd\xb1\xfd\x55\xf8\x96\xae\xc2\x98\x2b\xbc\x8a\xbb\xd0\x80\x44\xec\x40\x20\x64\xd6\x2a\x9e\xe0\x6c\x4b\xd9\xf0\xda\x0e\xaa\xb3\x74\xe8\x3e\xdc\x1f\x8a\xb7\x75\x28\xcc\xae\xbd\x9e\x53\xd1\x94\x50\xb1\x73\xa4\x98\x2e\x18\x2f\x2b\x32\x22\x24\x9a\x63\xa5\x2f\xb6\xa9\xbd\xa2\x5b\xa2\x18\x16\xa0\x2e\x6f\xea\xa0\x3c\x07\x92\xcb\x97\x1d\xb1\xb0\x8f\x54\xf8\x1d\x22\xd0\xbe\x9a\x04\xc6\x7d\x0e\xf4\x13\xe5\x40\x53\xb9\xcf\x81\xde\xe7\x40\xb7\x5d\xa0\x7d\x0e\xf4\x3e\x07\xfa\xcd\xe6\x40\x3f\x69\xfa\xf3\xee\x92\x9c\x77\x93\xc9\xfc\xa6\xa4\xf3\xbd\x64\xbe\x97\xcc\xf7\xe9\xca\x7e\x6a\xbb\xe2\x82\xee\xeb\x77\x29\xc9\x88\x22\xcd\x06\x3a\x22\xe6\x5a\xe1\x30\x37\x3c\x65\x5a\x14\x9c\x0a\x22\xe5\xb6\x3c\xcd\x37\x1c\x96\x57\xa8\xf1\x47\x14\x28\xb3\x9e\x2c\xc1\xae\xb3\x8a\xd9\xf9\xb6\xdf\x26\xcb\xf3\xc3\xdf\x43\x36\xec\x79\xe0\x9e\x07\x6e\x32\xb5\xd7\x63\x8e\x0e\x0e\xf3\x8b\xda\xa3\x83\x4a\x3b\x23\x9a\x6e\x53\x6c\xa7\x3d\x70\x39\x9e\x93\xb4\x0f\x69\x05\x3e\x29\x42\xfc\xaa\x3f\x09\xcb\xe8\xb8\x04\x82\xf6\x16\xeb\xf0\xeb\x62\xe1\xa3\xda\x27\x9b\x19\xb0\x8b\x8a\x36\x83\xf4\x4d\xd8\xb0\x6b\x57\xf8\x0b\xa9\xc6\xf3\x3a\x18\xc9\xb3\x17\xe3\x79\x1d\xd3\xde\xdb\x54\xf7\xb5\x78\xf6\x56\xc3\x96\x13\xde\x5b\x0d\x5f\xaf\xd5\xf0\xa5\x5c\x01\xcf\x7c\x3c\x9f\x4b\x74\x6c\x1f\xea\xed\x22\xb2\x59\x8a\xf2\x45\xc6\x71\xda\xb2\x9c\x6e\x20\xd1\xb5\x88\xf7\x66\x29\x12\x64\x4a\xa5\x22\x42\xef\x4b\xad\x60\xb8\x3e\x00\xfc\xad\xd6\xcd\x6d\x1d\xe2\x13\x76\xfb\xee\xdf\x5a\x0c\xff\xda\xde\xd9\xc0\x89\xc6\x38\xf5\x05\x2d\x41\x7c\x9b\xe3\x25\x9a\xe1\x07\xe2\xc2\x12\x1f\x70\x46\x53\x5c\x5e\xeb\xd2\x0c\x57\x0d\xe8\x3f\xba\x0d\x08\xc7\xc3\xf1\x15\x90\x64\x1c\x36\x66\x33\x9a\xe1\x9d\x99\x56\xcc\x33\x41\x70\xba\x44\x63\x42\x98\x27\x9b\x9a\xfb\xa4\x61\xcc\x3b\x11\x9c\x5f\x5c\x31\xad\x52\xcf\x6b\x51\x4b\x9f\x31\x50\xaa\x9e\xdf\x6c\xaf\x83\x6e\xaf\x78\xca\xef\xdf\x16\x0b\xda\x07\x4f\xed\xcd\x93\x2f\x6f\x9e\xdc\x07\x4f\xed\x15\xfd\x57\xa6\xe8\xef\x83\xa7\xf6\xc1\x53\x7b\x33\xc8\xea\x69\xef\xcd\x20\x5f\x44\xf0\x54\x2b\x19\x7e\xc3\xf0\xa9\x37\x2e\xcd\xef\x85\x79\xf7\xde\x5e\x98\xdf\x0b\xf3\x5f\xa8\x30\xff\x3a\x56\x78\x2f\xc9\xef\x25\xf9\xbd\x24\xbf\x97\xe4\xf7\x92\xfc\xce\x97\x71\x2f\xc9\xd7\x4b\xf2\xf0\x2f\x57\x9d\xa1\xab\x58\xdf\x51\x9c\xef\x9c\x1f\xd1\xdd\x19\xf8\x81\xa8\xb7\xea\x09\xdc\x4b\xed\x7b\xa9\xfd\x75\x4b\xed\xaf\x66\x42\x5f\x1e\xb2\xfa\x1e\x9b\x7c\x8f\x4d\xbe\xc7\x26\x7f\x62\x6c\x72\xf7\xf5\xbb\x45\xde\x2c\xdb\xdc\x01\x7a\x99\x3d\x5c\x0a\xab\x5c\x1a\x70\xcb\x22\xd8\xa4\x95\xd8\xb3\x4a\xd6\xb9\x2b\x00\xd2\x82\x1e\xd6\xcb\x3d\xa8\xa7\xd0\x9c\x6b\xdd\x8d\x91\xe8\x1d\xc7\xe0\x4c\x60\xcd\x94\x3e\x10\x86\x5c\x72\xc0\x81\xbd\xc6\x0e\xc0\x98\xf2\x4f\x7f\xf8\x4c\xb6\x16\x56\x08\x23\x45\xe7\xe4\x08\x0d\x26\x86\x5b\x24\xfa\x74\x49\xa2\x64\x29\x1a\xcb\x50\x3e\x7c\xc4\xd2\x62\xac\xae\x6f\x5a\x04\xe7\x98\xd7\x0e\x1c\xb3\xcd\x33\x65\x58\xaf\x6b\x1c\xa0\xe9\xc6\x9e\x43\xc1\x41\x9b\x13\x91\xb9\x2f\xa3\x6e\xdd\xcb\x73\x9c\x6a\xc6\x10\x0c\xa1\x48\x2b\x0b\xdf\x87\x3b\x9d\x4a\x1f\x5e\x14\x7d\x6f\xbe\x06\x7c\x3b\xc0\xa3\x03\x1c\xde\x56\xc3\x98\x41\xf4\x9b\x16\xf1\xd2\x3c\x23\x08\x4b\xc9\x13\x8a\x41\x8d\x31\x32\x00\xa2\xca\x59\x1a\xdc\x4b\xae\xeb\x94\x4a\x3c\xce\x48\x6a\xd7\x98\x14\xd1\x4e\x2b\x47\x4e\x25\x1a\x13\xbd\xc4\x9a\x4d\xc5\xab\x3f\x33\x12\x48\xcd\x68\x82\xa1\x90\xea\x48\x08\x33\x03\x59\x21\x41\x1b\xe2\x7c\xab\x42\xb4\x19\xfd\x3e\xe9\x6e\x2f\x52\xef\x45\xea\x4e\x13\xfa\xa2\x44\xea\x57\x14\xa1\xe9\x18\xd2\x8b\x46\x68\x82\x0f\x54\x73\xfe\x91\x37\x6c\xca\xb6\xb6\x9e\x73\x2a\x95\x44\x49\x2e\x15\x9f\x37\x4b\x3e\x1f\x5d\x0f\x3d\xdf\xc1\x29\x67\x13\x3a\xcd\xcd\xdd\xf2\xab\x95\x4d\xfc\x89\x2e\xd4\x94\xe5\x82\xb4\x33\x0c\x79\xbb\xf5\xba\xce\x6a\xf3\x11\x6b\x9c\xbc\x35\xed\xbc\x89\xdb\xae\x7e\xe8\xcf\x75\xe9\x75\x51\x56\x0b\xfb\xb8\xd5\x34\xb5\x7e\x31\xba\xee\xdf\x5c\xde\x5d\x9f\xf6\x4f\x50\x6f\xb1\xc8\xa8\x71\x59\x19\x0a\xa3\x7f\xd7\x93\x32\x65\x46\x3c\x89\x58\x81\xc8\xa0\xff\x82\x8f\x4c\xeb\x83\xe8\x10\x9d\x9e\xdf\xdd\xdc\xf6\xaf\x1b\x1a\xb4\x24\x01\x45\x5a\xc9\x7c\x91\x81\x7c\x74\x9f\x8f\x89\x60\x44\x4b\xf8\x16\x23\xb8\xf0\x9c\x99\x46\xfb\xff\xd5\x3f\xbd\xbb\x1d\x5c\x5e\x8c\xfe\x7a\xd7\xbf\xeb\x9f\x20\x47\x5b\xba\x59\x3d\x2e\x3d\x8a\x74\xc9\xf0\x5c\x6b\xdd\x71\x3d\x94\xdf\x72\x92\x83\x38\x46\xa7\x6c\x4e\x00\xba\x3b\x6a\xd1\x0d\xf8\xbc\xf7\x43\xff\x3c\x6e\x79\x46\x42\xe0\x62\x94\xe1\x31\xc9\xac\x2b\x0f\xbc\x53\xfa\xfc\x04\x10\xcf\xc6\xc7\x97\x9b\x55\xfd\xeb\x5d\xef\x7c\x70\xfb\xcb\xe8\xf2\xfd\xe8\xa6\x7f\xfd\xf3\xe0\xb4\x3f\xb2\x9a\xd4\x69\x4f\xf7\x1b\xf5\x64\x15\x2e\xf4\x5b\x8e\x33\xad\x91\xf3\x89\x83\x32\x46\x8f\x33\xc2\x50\xce\x80\xe2\x8c\x9a\x0f\x5a\x49\x88\xe3\x60\x66\x74\x75\x7e\xf7\x61\x70\x31\xba\xfc\xb9\x7f\x7d\x3d\x38\xeb\x9f\xa0\x1b\x92\x81\x22\xec\x16\x1d\x76\x71\x91\xe5\x53\xca\x10\x9d\x2f\x32\xa2\x57\xc3\x1c\xce\x31\x99\xe1\x07\xca\x45\xa4\xad\xc0\x3a\x02\x2b\x80\xf6\x9d\xc2\x39\x0a\x96\xee\xf2\xe2\xfd\xe0\xc3\x09\xea\xa5\xa9\x9f\x83\x84\x36\x22\xca\x71\xf0\x13\x87\x15\xf8\x89\x04\x9b\x80\x10\xa8\xe8\xfb\x40\x84\xa0\x29\x91\x2f\xee\x70\x88\x0e\x44\x55\x85\x2e\x53\x78\xf5\x8d\x12\xb9\xae\x7a\x21\xa2\xbe\xea\x8b\xeb\xa8\xa8\xfa\x45\x89\x0c\x9a\x0d\x07\x95\x7d\x6c\x6d\x13\x88\xd7\xe7\xd9\x6e\x4c\xcd\xec\xd2\x91\xb3\x0d\x1d\xff\x23\x62\x7a\xff\xdc\x61\x84\x94\x49\x8a\x59\x09\x30\x15\x64\x88\xff\x6a\xaf\xb6\x96\x17\x66\xf0\x65\xdd\x87\x55\xdf\x49\xf0\xc1\x5b\xb8\x09\xc3\xe1\xbe\xa2\x5b\xef\x3a\x94\x6d\x9c\x88\x3c\x27\x0a\x43\x05\x71\xc5\xd1\x94\xa8\x23\x74\xc9\xe0\xd9\x2d\x96\xf7\x07\xc8\x55\x87\x41\x5c\xa0\x42\x78\x7c\x86\xa4\xf2\x37\x62\x34\xec\xae\xd0\xec\x15\xf3\xbd\x62\x5e\xbf\x32\xfb\x08\xb5\x86\x15\xde\xd5\x8d\xda\xc9\xce\xbe\xbb\x8b\x2f\x30\xab\xbb\x60\x93\x92\x5d\x34\xba\x11\xd7\xda\x40\xdf\xee\x65\xf8\xbc\x56\xd0\x9d\x5e\x8d\xa6\x78\xcc\xfe\xde\x33\xff\xb7\xbf\xf7\xf6\xf7\xde\xfe\xde\x7b\x05\x2b\xfc\xe2\x16\xe5\x1a\xee\xfe\xa2\x26\xe5\x75\x0a\xf2\xc6\xd0\x74\x85\x42\xdc\x05\x9c\xee\xd7\x36\x18\x74\x35\xa6\xe4\xaa\x86\x2c\x91\x9c\x61\x61\xaa\xb2\x26\x7c\x3e\xe7\x2c\xb6\x55\x1f\x20\xef\x58\x07\x43\x20\xcc\x6e\x9d\xa5\xb9\xe8\x86\xbe\x0d\x1b\x73\xb0\x2e\xcf\x91\x51\xb4\x53\x11\xc2\x84\xea\xef\xf5\xeb\x27\x94\x33\xf6\xd8\x81\x3b\xc5\x0e\x7c\x1d\x73\x7d\x92\xec\xa3\xdd\xdb\xd7\xdf\x46\xc6\xd1\x1e\x24\x70\x9f\x53\xb3\xcf\xa9\x81\xdf\xf7\x20\x81\xbb\xa3\xd6\xa7\x95\xe9\x79\x4a\x46\xa5\x32\x2a\xfe\xcf\x51\xd9\xe5\x15\x3d\x09\xfd\x5f\xd1\x83\x22\xc9\x08\x5a\xa7\xe9\x2e\x4b\xaf\x5c\xf0\x94\x6c\x51\x7e\x45\x8f\xa8\x75\xe9\x95\xa8\xaf\x57\x2e\xc2\xbb\x65\x32\xa2\x7c\x34\xf0\x27\x16\xe4\x1b\x28\xe6\x4b\xb4\x46\xd5\xd0\xff\xde\x34\xb5\x76\xa1\xbe\xd4\x6a\x05\x05\x83\x7b\x43\x8e\x9a\x76\xb7\x80\x0b\xa9\x19\x35\xdc\x05\xf5\xcf\xfd\x8d\x50\xff\xf8\x69\x60\x64\xda\x5f\x08\x25\xf4\x98\xf8\x2a\xd8\x14\x35\x26\xea\xfe\x6d\xd8\x79\xc2\x11\x3f\x87\xa5\x67\x25\x31\x7d\x71\xd7\xc4\xaa\xa3\xb1\xbf\x2c\x5a\x2e\xd7\x97\x7a\x65\xec\xd1\x5e\x56\xd9\x5e\xf6\x70\x2a\x7b\xd3\xcf\xeb\x99\xf0\xde\xf4\xf3\xa6\x4d\x3f\xc6\x51\x3d\x5a\x60\x41\x98\xaa\x91\xd1\xcb\xd7\x09\xbc\x1e\xe6\xcd\x3b\xa9\x03\x1a\x30\xd2\xa2\xbd\x90\xfd\x55\xf5\x65\xd9\x82\xac\x60\x30\x32\x72\x45\x90\x37\x74\xfc\x8f\xe2\xdf\x81\x12\x10\xfc\x58\xe3\xf0\x5d\x15\x08\x66\x30\xec\xa5\xbe\xbe\x73\x1b\x13\xb6\xab\x6c\x23\x27\x24\x36\x38\x6a\x9b\xe3\xc7\x5c\x4a\x01\x49\x0b\x81\xab\x98\x61\x4d\x5c\x99\xed\xe9\xd0\x89\x61\x45\xfc\xc4\xda\x30\xb3\x2b\xf3\xe9\x19\x7c\xf9\xb6\x32\x91\x1a\x86\xfe\xbc\xe1\x67\x55\x72\x6c\x77\xba\x1d\x71\x50\x93\x5b\xf3\x38\xa3\xe0\x89\x01\xa8\x38\xb8\xcf\x83\x0d\x77\xf9\xd3\x18\xd2\x8b\x9a\xae\xa7\xe7\x16\x20\x2b\x67\xae\xdd\xc4\x2d\x8d\xbe\xdd\x79\xbf\x78\x30\xce\x1a\xba\x7f\xd1\xc0\x9c\x15\x8c\x7b\xbb\x72\x91\x2f\xc6\x97\xbd\xed\xfe\xf9\x38\xf3\x07\xa2\xbe\x3c\xb6\xfc\x81\xa8\xe7\xe2\xc9\x9b\x32\xe2\x95\xcc\xa8\xa8\x11\xf4\x46\xe3\x44\x2a\xfc\xf7\xcd\x4e\xb7\x4b\xbc\xd6\x27\x33\x49\x1b\xac\xe5\x53\xd1\xc3\xa9\x2a\x6e\x0d\x18\x91\x0e\xb8\x4f\x19\xde\xa7\x0c\xef\x53\x86\xf7\x29\xc3\xaf\x2f\x65\xd8\x7d\xfd\x2e\x25\x19\x51\xa4\x51\x6e\x3a\x83\xc7\x2f\x25\x37\x99\xde\x9f\x51\x6a\x32\x1d\x7e\x79\x82\x93\x99\xd7\x5e\x76\xda\xcb\x4e\xbb\x98\xee\x6b\xd5\x5e\x1d\x95\xbf\x06\xed\xb5\x35\x3a\x51\x11\x24\xb6\x36\x36\xc0\x4e\xfb\xd7\xb5\x41\x01\x01\xd2\xa3\x1b\xce\x3a\xc7\xff\x95\x1b\xf6\xdb\x61\x72\xf2\xa9\xf9\xd8\x36\xee\x4d\xb7\xee\x5f\xac\x77\x73\x5f\xcb\xa2\x76\xad\xf6\xce\xd7\x15\x8b\xb3\x77\xbe\xee\x9d\xaf\xaf\xce\xf9\xba\x73\x95\x6a\x65\x45\xfa\x6b\x7b\x35\xaf\x8c\x0a\x77\x17\xbd\xd1\x65\x34\x29\x18\xfc\xed\x94\x2c\x32\xbe\x04\x1b\xcb\x4a\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\xb7\x98\xf7\xab\x10\x74\x8f\xff\x51\x4a\x89\x68\x85\x99\x12\x24\x31\xac\x3f\x06\x43\x56\xff\x24\x80\xcc\xb7\xb7\xe6\x38\x57\x41\xbc\xa1\xd4\x07\x60\x41\x84\x5a\x06\x6f\x92\xf9\x42\x2d\xff\x73\xc8\x68\x81\xac\x4d\xa7\x8c\x0b\xc3\x03\xf5\xc7\x33\xcc\xd2\x4c\x9f\x1f\xe9\xdb\x49\x30\x63\x5c\x81\x70\x02\x33\x48\xd1\x03\xc5\x46\x94\xe9\x5d\x0d\x5a\xf8\xe4\x5b\x9d\xc5\xc8\x9d\xfe\x86\x4e\xe2\x73\x63\x56\xaf\xb9\x45\x3f\x64\x7c\x0c\x55\x16\xf2\xd8\xc4\xa0\x1b\xd8\x3b\x80\xa3\x9d\x7b\x29\xe6\xa1\xb0\xbc\x2f\x27\x6a\xc5\x61\xfb\xa3\x95\xa9\x5b\x6b\xde\x8d\xc0\x0c\x57\xbf\x5a\x4a\xef\x8a\x9f\xd9\x84\x2f\x78\x0c\x43\x2e\x8f\xc3\xfd\x18\x76\xe8\x7e\x2b\x5a\x76\xbf\xb8\x2a\x55\xf0\xa3\x20\x4a\x2c\x47\x58\x29\xcd\x90\x76\x99\x53\x76\x8b\xe5\xfd\x16\x39\x65\xb1\x77\x67\x4d\x4e\x59\xd4\xd7\x2b\xe7\x58\x51\x4e\x59\x3c\xf0\x27\xe7\x58\x2d\x89\xfb\x8b\x4b\x1f\x68\x7b\x54\xf7\xa9\x04\x1b\x2c\xdd\x97\x9a\x56\xb0\x8a\x17\xbf\x9a\x11\x96\xae\x83\x2f\xf1\xe4\xc6\x97\xdb\xfe\x88\xae\x5a\xa3\x2f\xae\x9c\x46\x49\x66\x59\x33\xb7\x37\x52\x56\xa3\x2c\x76\xed\x7a\x54\x4f\x63\x7f\x0f\x76\x63\x5f\x67\x6f\x5f\x67\x6f\x5f\x67\xef\xc9\xeb\xec\xb5\xd3\x59\x5b\x2b\xac\x6d\xb5\xd5\x76\xaa\x6a\xb3\x9e\xfa\x04\x3e\xe7\xf6\xca\x64\x29\x1f\x3d\x56\x23\x37\xcd\x47\x8f\xba\x7f\x13\xce\xe9\x68\xc4\xcf\x91\x8f\xfe\x3b\xd5\x2c\xf7\x6a\xe5\x93\xac\xdb\x97\xaa\x53\xbe\x72\x85\x72\x9f\x49\xbf\x47\x31\xdc\x87\x9a\xec\x70\x71\xf6\xa1\x26\xfb\x50\x93\x2f\x36\xd4\xa4\x59\x3d\xa1\xe9\xd6\x59\x92\x1d\x71\xcb\xbd\x95\x41\xfc\x0a\xa2\x94\x16\xfb\x5b\x20\x99\xd7\x69\x0b\x85\x2c\x1d\x21\x0f\x6f\xae\x39\x0c\xd2\x37\xa1\x32\xd4\xae\xe6\x73\xa8\x0e\x7b\x10\xec\x9d\x82\x60\xbf\xba\x69\xef\xa5\xca\xbd\x54\xb9\x17\x9c\x5a\x4e\x78\x2f\x38\xbd\x5e\xc1\xe9\xa5\xb4\xa1\x2f\x09\x0f\x49\x8b\x58\x51\x56\xd2\xca\x38\x65\x83\x69\x04\xce\x8c\x7c\x91\x71\x9c\xae\x8b\x38\xfa\x35\x10\xdf\x56\xc8\x7d\x41\xbb\xa2\x88\x53\x2e\x89\x7f\xab\x64\x3b\xd3\x80\xee\xf1\x2d\x88\x76\x7a\x9c\x66\xc4\x2d\xa2\x23\xc3\x0e\xdf\xfd\x5b\x8b\x81\x5f\xdb\x3b\x19\x38\xcd\x18\xa7\x0e\x34\xc0\x88\x67\x73\xbc\x44\x33\xfc\x40\xd0\x04\xd3\xcc\xd8\xe7\x68\x8a\xcb\xeb\x5b\x9a\xdb\xaa\x01\xfd\x47\xb7\x01\xe1\x78\x38\x45\x46\xa3\xbe\x2f\x8c\x54\x95\xe0\xcc\xb9\xfb\xe0\x9d\x19\x96\x08\x67\x82\xe0\x74\x89\xc6\x84\xb0\x20\x93\xad\xed\x98\x77\x22\x18\xbf\x78\x78\x66\x48\x37\x2f\x1a\xe5\x0d\x5c\xa3\xb1\x5a\xf4\xce\x15\xcb\x32\x27\xd9\x42\x87\xdc\x46\x71\x94\xdf\xbf\x15\xe6\xf2\x1c\x6a\xe2\x17\xec\x45\xda\x7b\x8a\x7e\x9f\x35\x19\x5f\x8d\xf6\xb1\x57\xd1\xf7\x49\xc6\x7b\xcf\xcf\xde\x80\xb1\x37\x60\xec\x7c\x19\x5f\x93\x01\xe3\x05\x65\x74\x93\xdb\xf4\x24\xc5\x4a\x5e\x8b\xb4\xbe\x17\xd6\xf7\xc2\xfa\x5e\x58\xff\x62\x85\xf5\xd7\xb1\xc2\x7b\x49\x7d\x2f\xa9\xef\x25\xf5\xbd\xa4\xbe\x97\xd4\x77\xbe\x8c\x7b\x49\xbd\x24\xa9\xc3\xbf\x1c\x5a\x40\x57\xb1\xbd\xb5\xb8\xbe\x19\x34\x40\x3b\x37\x9d\xc5\x06\x78\x2b\x92\xf9\x5e\x2a\xdf\x4b\xe5\xaf\x5b\x2a\x7f\x35\x13\xfa\xf2\x12\x82\xf7\x29\xb5\xfb\x94\xda\x7d\x4a\xed\x4b\xa4\xd4\x3a\x5e\xb2\x4a\xc2\x59\x55\x4b\xe7\x67\xcb\x5c\xbe\xa6\x2c\xc9\x72\x10\x55\xf5\xcf\x3f\xe4\x34\x4b\x11\xa8\x48\x5a\xd3\xa5\x9c\x7d\x03\xf4\x04\xa4\x00\xe3\x74\xd5\x1f\x56\x4b\x30\x3f\x57\x58\xdd\xab\x15\x62\x8a\xd1\x6e\x0a\xc3\xb6\xab\x3d\xf5\x25\x70\x37\xa8\xb8\x17\xfd\xe6\x1a\x7a\x45\x75\xf8\x0e\x9c\x58\xa2\x39\x92\x1b\xdf\x13\x57\xe4\xab\xed\xb3\x53\x7d\xbe\x4f\xf6\xa3\xb7\x55\xca\xa0\x3a\xea\x7d\x55\x3e\x14\xec\xda\xbe\x2a\xdf\x13\xce\xdb\x9d\xb3\x35\x33\x77\x34\x6a\x6c\xe1\x6f\x74\xda\x2f\x1e\xec\xd8\x7c\xd2\x5f\x34\xf4\xb1\xf6\x22\xab\xe4\xd6\x1d\xff\xa3\xf6\x9e\x7a\x81\x62\x84\x9d\x2f\xa7\x9d\x94\x25\xdc\xe6\x7a\xfa\x40\xd4\x97\x72\x37\xed\x4b\x13\xee\xcb\xeb\xec\x68\xba\x1b\xdd\x3d\x6f\x76\xb6\xfb\x42\x8c\xfb\x42\x8c\xfb\x42\x8c\xd1\x11\xdc\x17\x62\xdc\x17\x62\x44\xe8\x59\x0a\x31\x76\x96\x19\x77\x50\x92\x71\x1b\x89\xd1\x74\xff\xa5\x08\x8d\xfb\xb2\x8c\x7b\xb9\x71\x77\xd3\xfd\x7d\xc9\x8d\xaf\xd0\x6a\xf1\x2a\xea\x4f\x7a\xab\xc5\x8b\x43\x01\x79\xd6\xde\x1a\x0e\x28\x8c\x35\xf1\x5f\xef\x14\x15\xc8\x6d\xda\x1e\x19\xc8\xfe\xdf\x1e\x19\x68\x8f\x0c\xd4\x30\xeb\x7d\x30\xf3\x1e\x19\x08\xed\xc3\x75\xf7\xe1\xba\xaf\x39\x5c\xb7\xc5\x36\xee\x91\x81\x5a\x8a\x8c\x4f\x84\x0e\xe4\x64\xae\xad\x10\x82\x6a\xc4\xc1\xf5\x28\x41\x9f\xaa\x1a\xd1\xab\x15\xf5\xdc\x58\xf7\x68\x41\x7b\xb4\xa0\x6d\x69\xe7\x55\x28\xa0\xcf\x88\x1a\x54\xc7\x61\xba\xe4\x22\xd7\x30\x97\x6d\x15\xcc\xb7\x81\x20\xe4\x46\xbb\x4f\x4c\xde\xa7\x40\xbc\xfe\x14\x88\x57\x97\x98\xfc\x6a\x34\x95\xbd\x3a\xbf\xcf\x4d\xde\xe7\x26\xef\x8d\x1d\x7b\x63\xc7\xce\x97\xf1\x35\x19\x3b\x5e\x58\x6e\x7f\x42\x24\xa1\xd7\x28\xc1\xef\x05\x78\xf3\xde\x5e\x80\xdf\x0b\xf0\x5f\xa8\x00\xff\x3a\x56\x78\x2f\xbd\xef\xa5\xf7\xbd\xf4\xbe\x97\xde\xf7\xd2\xfb\xce\x97\x71\x2f\xbd\x3f\x1b\xba\x50\x9d\x08\xdf\x19\x61\xa8\xa3\x9b\x2f\x48\x20\x7b\x4b\xd2\xfa\x5e\x52\xdf\x4b\xea\xaf\x5b\x52\x7f\x35\x13\xda\xa3\x0d\xed\xd1\x86\xf6\x68\x43\x7b\xb4\xa1\x8d\x64\xa4\x7f\xb1\xc7\xf2\x5d\x70\x13\xfb\x2b\xfb\xdd\x0f\x19\x1f\xdf\x2e\x17\x44\xff\xf7\x8c\xce\x09\x93\x20\xd1\x52\xb5\x0c\x65\xa2\x86\x95\xaf\xae\xf9\xbb\x9b\xc1\xc5\x87\xf3\x30\x0d\xed\xdd\xc7\xbb\xf3\xdb\xc1\x55\xef\xda\xaf\x8b\x9f\x55\xb8\x16\xf6\xbb\x48\xac\x3b\xe5\xf3\x05\x16\x54\x72\xd6\xff\xac\x4f\xa7\x1e\xda\x25\xc8\x3e\x5c\x6c\x36\xba\xfe\x5f\xc3\x91\x5d\xc4\x7f\x7e\xb8\x8d\xff\x8a\x66\x71\x7e\x1b\xff\xd5\x5f\x39\x9b\xa0\xe1\x32\x3f\x3b\x44\x1f\x6e\x4f\xd0\x07\x08\x52\x11\xe8\x76\x86\x0d\x4b\x3a\xbf\x3d\x41\xe7\x44\x4a\xf8\xa5\xf8\x58\x51\x95\xc1\xdc\x7e\xa0\x0c\x8b\x25\x72\xd3\x37\xb9\xa8\x18\xac\xbf\x6e\x69\xca\x8b\xc7\xfe\x96\x33\x50\x68\x8a\xd5\x3b\xe7\x53\x9a\xe0\x6c\xbb\x45\xec\x5d\x84\x07\xe9\xdd\xe5\xf5\xca\xa5\x08\xdf\xae\xae\x45\xef\xe2\x0c\x32\x63\xdd\x50\x6b\x66\x7e\x41\xa4\xd6\x98\x12\xce\x52\x6b\x11\xd7\xfc\x6c\x19\x88\x29\x7f\xe3\x90\x2b\x9b\x4b\x2d\x3c\xf7\x2e\xce\xd0\x31\xba\xbc\x1e\xb2\x4b\xad\x55\x69\x3e\x4b\xf4\xfd\x6e\xb8\x2e\x95\x88\x71\x85\xe8\x7c\xc1\x85\xc2\x4c\x69\xd1\x06\x18\x9b\x5d\x11\xa3\xa4\x9d\xf2\xf9\x3c\x57\x58\xd1\x07\x52\x59\x54\x66\x94\xc4\x1b\xa2\x06\x29\x18\x9c\x6b\xd6\xd0\x70\xbe\x62\x2e\x0b\xa1\xdb\xd7\x5c\x37\xd6\x2c\x68\x5a\x11\xce\x5d\x13\x58\x08\x1c\xf3\xc7\x77\x54\x91\x79\xf9\xfd\x96\x01\x93\xff\xac\x55\x9b\xf4\x95\x70\xce\xb1\x56\x41\x4d\x7a\xe4\x39\x55\x44\xe0\xec\x23\x5e\xbc\x77\x36\xac\x0d\xe8\xe3\xff\xde\x44\x89\xaa\xef\x7e\xe9\x7d\x0c\x53\x5d\xdf\x5d\x5d\x5f\xde\x5e\xae\xa4\x99\xa8\x85\x2a\xd1\xe8\xc7\x27\xf0\xbf\xe8\x18\xe9\xd6\xfd\xcd\x35\x27\x0a\xeb\x1b\x1d\x7d\x6d\x52\xba\x7c\x0a\x06\x65\x19\xd0\xc8\x42\xd0\x39\xd5\xfb\x6a\xb5\xf8\x6f\xcc\xe5\xe8\x6f\x7f\x4f\x25\xe6\x03\x93\xb4\x09\x72\x87\xc2\x2c\xc5\x22\x45\x7f\x93\xe5\x7c\x66\x30\x1e\x99\x1f\x48\x8a\x0e\xd1\x4c\xa9\x85\x3c\x39\x3e\x7e\x7c\x7c\x3c\xd2\x6f\x1f\x71\x31\x3d\xd6\xff\x38\x24\xec\x68\xa6\xe6\x99\xc9\xdf\xd6\xab\x70\x82\xae\x04\x57\x1c\x04\x08\x24\x89\xa0\x38\x83\x54\xd2\xb1\x39\xed\x7c\x82\x7e\x4d\xb8\x20\x47\xc5\xc6\x58\xc5\xd2\x08\x25\x4e\xf9\x3c\xd6\x2f\xd5\x1c\x9d\xf2\x7e\xa2\x94\x24\x34\xb5\x92\x14\x61\x09\x07\xeb\x83\xb1\x57\xea\xf6\x5c\x1e\x1c\xb1\xce\x22\xbf\x9c\x81\xb0\x81\x53\x82\xf0\x03\xa6\x99\x41\x09\xe0\xc6\x10\x69\xd6\xd9\x24\xb7\x0c\x8c\xd8\x99\x6b\x11\x1b\xa2\x13\x41\x91\x74\xaf\x2e\xf4\x84\x13\x9e\xa1\x71\x3e\x99\x10\x11\xfa\xaa\x0e\xb4\x34\x42\x25\x12\x24\xe1\xf3\x39\x61\xc6\x54\xa9\x1b\x82\x2f\x61\xc5\xec\x68\x8f\x86\x0c\xf6\x5f\x8b\x29\x40\x01\x29\x87\x83\xcd\x88\x56\x57\xd8\xd2\x74\x33\xce\x27\x91\x2f\x0c\x70\x11\x70\x8a\xa8\x1a\xb2\x5e\xa6\x15\xdb\x39\x57\x24\x0c\xb3\x04\xc3\x79\xb4\xe0\xc0\x10\x04\x59\x64\x38\x71\x49\xbc\x19\x4f\x70\x86\x26\x34\x23\x72\x29\x15\x99\x87\x0d\x7c\x0d\xba\x96\x5e\x33\x2a\x51\xca\x1f\x59\xc6\xb1\x9d\x47\xf9\xb3\x6f\x62\xde\xd2\x77\xd9\xf2\x7d\x21\xb8\x80\xff\xf9\x89\xb2\x74\xb3\x33\x78\x77\xf1\xd3\xc5\xe5\xa7\xe8\x18\xde\xdd\xf4\xaf\xc3\xbf\x6f\x7e\xb9\xb9\xed\x7f\x5c\x79\x0e\xcb\xad\x14\x94\x05\xc3\x03\x19\xfc\x04\xdd\x98\x45\xe0\x02\x69\xad\xaa\x61\x52\x1f\x2d\x29\x15\x3f\xf0\x94\x6c\x36\xb7\x8f\xbd\x8b\xbb\x5e\xc4\x51\x6e\x4e\x7f\xec\x9f\xdd\x9d\x47\x02\x9e\x9b\x5f\xf0\xcb\x75\xdf\x88\x6f\xe1\x6f\xa7\x3f\x0e\xce\xcf\x46\x35\x02\xdf\xbb\xeb\xfe\xe9\xe5\xcf\xfd\xeb\x42\x36\xab\x5d\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\xff\x81\x7d\x07\xa0\x1d\x8c\x72\x84\x55\x8c\x15\x11\x36\xac\x7b\xc7\x2c\x50\x34\x0c\xc8\x83\x5f\x38\xad\x0a\x49\xfd\x62\xae\x0f\xb5\xa0\xd3\x29\x28\xfe\xa5\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x85\xe0\x70\xce\x75\xb7\xd6\x62\xe4\xb5\x0a\xf3\xa1\x41\xa6\x8c\x5a\x14\x18\x14\x86\x9a\xa1\xb9\xcd\xd2\x8b\xd0\xb8\x5e\xe6\x3c\x16\x81\xd1\xc0\xb6\xa4\xb1\x57\x2c\x04\x79\xa0\x3c\x0f\x3e\xb5\x88\x25\xd1\x8e\xd7\x36\x5f\x2c\x00\x2c\x9b\x51\x6a\x4a\xcd\x78\xf2\xa8\x6d\x41\xb3\xb0\x07\x68\x61\x22\xf8\xbc\xa6\x8d\xf8\x98\x0c\x2e\x6f\x94\xc0\x8a\x4c\x97\x67\x96\x65\x6c\x7e\x3c\xce\x2e\x3f\x5d\x9c\x5f\xf6\xce\x46\xfd\xde\x87\xf8\xc4\xfb\x27\x37\xb7\xd7\xfd\xde\xc7\xf8\xd1\xe8\xe2\xf2\x76\xe4\xde\x58\x49\xf2\x0d\x1d\x54\xef\xe9\xf8\xc5\x13\xa4\x59\x2e\xb0\x46\x07\x01\x17\xf0\xc7\x31\x99\x70\x61\xf8\xfc\xdc\xb9\x2f\xe1\x46\x41\x7e\x6d\x49\x6a\x94\xf7\x78\x16\x27\xa0\xd9\xd6\x35\x69\xac\x56\x4a\x10\x3c\x87\x7b\x02\x33\xd4\x67\xe9\xe1\xe5\xe4\xf0\xc6\xfc\x38\xc7\xe2\x9e\x08\xff\xe9\xa3\xa0\x4a\x11\x30\xff\x53\xeb\x19\x00\xcd\x1b\x86\xac\x2f\x32\x08\xaf\x2f\x3a\x38\x42\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\x35\xbc\x57\x93\x86\xbb\x17\xa1\x3f\xfb\xb2\x97\xfe\xaa\x54\x75\xb7\xd8\x8e\xa6\xee\xae\x60\xc5\x2f\x2f\x46\xfd\xff\x1a\x44\x9a\x90\x7d\x52\x43\x6b\x30\x71\xf3\x78\xf5\x25\x53\xdf\x76\x95\x9c\xe2\x17\x6b\xc8\xc9\x64\xe1\xe8\x9d\x9f\x68\xdd\xaa\x86\x96\xc8\x67\xaa\xcc\xc6\x84\xe3\x2e\x91\x50\xd1\x0c\x98\x47\xf0\x62\x41\xb0\x90\x75\xbb\x1d\x8b\x81\x0d\x7b\x6f\x7a\x0a\xfb\xb0\x9b\xec\xfa\x39\x40\x9c\x65\xcb\x50\x88\x28\x51\x64\x0b\x1a\x30\x6d\x55\x28\xe0\x0a\xe0\x7f\x2e\x2d\xd4\xce\x47\x2a\xb5\x8a\x64\x7e\xfc\xc1\x62\x00\x6d\x46\x10\xef\x7b\x83\xf3\x92\x70\x31\x3a\xeb\xbf\xef\xdd\x9d\xaf\x56\xf3\xa3\xef\xca\x5b\x8c\x0e\x91\x7e\x1e\xfb\xce\xe8\xc4\xdc\x19\x0e\xc9\xc8\x28\x70\x84\x69\xf1\xd3\x25\xcd\x18\x7b\x53\x4a\x16\x19\x5f\xce\x09\x03\xf3\x7d\x74\x13\xea\xf5\x9c\x60\x6a\xaf\x96\x60\xb0\x27\x5a\x66\xb1\x96\x45\xb8\xc6\x0e\x1d\x7c\x12\x49\xfd\xcd\x1b\xa3\x27\x95\x58\xf7\x95\xb1\x7e\xdb\xff\xdc\x28\xac\x36\x3c\x63\xbd\xd3\xdb\xc1\xcf\x91\xcd\xa1\x77\x7d\xfa\xe3\xe0\xe7\x3a\xa9\x66\xf4\xa1\x7f\xd1\xbf\xee\xdd\xae\x11\x4e\x4a\x4d\xd6\x09\x27\x52\x0f\xb8\xec\xfd\xa0\xd2\x47\x05\xe8\xb3\x23\x78\x86\xa8\x92\xe8\x81\x4a\x3a\xa6\x80\x58\x65\x3d\x09\x77\x03\xe0\xac\x90\x26\x45\xd5\xd2\x89\x2f\xa6\xdf\x78\x1f\x35\x27\xb5\xed\x1b\x25\x3b\xf4\x2f\x24\x5a\x25\x33\x9b\xe3\x26\x7d\x82\x7a\x22\x99\xd1\x07\x50\xda\x82\xcf\x98\x16\xa4\xd9\x94\x08\x33\x1c\xb0\x9e\x86\x63\x09\x9e\xeb\x51\x85\xc2\x4a\xb1\x6a\x5e\x68\x9d\x12\xa6\x15\xff\xb0\x13\x23\x48\x09\xc2\xbe\xd2\x32\xd7\x22\xa3\x09\x55\xd9\x12\x25\x60\xb1\x49\xb5\x98\x3b\xc7\x0c\x4f\xad\x70\x00\x6a\x4e\x89\x24\xfe\x6a\x60\xbd\x2e\x27\xd6\x34\x77\x4b\xc9\x86\xc7\xec\xee\xe2\xac\xff\x7e\x70\x11\x93\xc0\x8f\x83\x0f\x91\x08\xfb\xb1\x7f\x36\xb8\x8b\x6e\x73\x2d\xc9\xae\x96\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\x47\x9f\x29\x51\x6b\x57\x6c\x6b\x30\xb1\x3e\x84\xc8\x62\x52\xef\x6a\xac\xf4\x7d\x51\x76\x0a\x55\x5d\xb1\xd6\x91\xa0\x3b\x39\x2a\xec\x28\xa1\x0f\x12\x8c\x06\x4d\x26\x9b\x1a\xb3\x74\xc1\xb0\x7f\x06\x17\xd3\x3c\x97\xca\xb8\x02\x80\x38\xd1\xfd\x5f\xa4\x5e\x50\x70\x15\x1c\xa1\x1b\x42\x86\xcc\x59\x0f\xa6\x54\xcd\xf2\xf1\x51\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\x7f\x38\xff\xd3\xb7\x87\xe7\x7f\xf9\xf6\x5d\xd5\x1e\xd4\xb4\xff\x7d\x96\xe0\x85\xcc\x33\x1b\x35\x23\xc2\xb5\x71\x47\x3e\x27\xeb\xf6\xfb\x22\xde\xae\xed\xf4\xd7\xd3\xab\xbb\xc8\x3e\x1b\xff\xf9\xb1\xff\xf1\xf2\xfa\x97\x88\x53\xde\x5e\x5e\xf7\x3e\x44\x0c\xb5\x7f\xf5\x63\xff\x63\xff\xba\x77\x3e\x72\x0f\x3b\x69\xbf\xa5\x35\xfa\x89\xf1\x47\x16\x2f\x8d\x74\x1c\xb0\xd2\xd3\x09\x7a\xcf\x05\xfa\xc9\xef\xe4\xe1\x18\x4b\xb8\x62\xdc\x9d\x25\x0f\xd0\x82\xa7\xc0\x78\x11\x59\xcc\xc8\x9c\x08\x9c\x59\x9b\x81\x54\x5c\xe0\xa9\xb9\xe9\x65\x22\xb0\x4a\x66\x48\x2e\x70\x42\x0e\x50\x02\xd4\x30\x3d\x80\x4d\x01\x55\x8b\x4f\x65\x79\x5f\x72\xa6\xe8\x9c\x38\x15\xdc\xfe\x79\x6b\x36\x63\x83\xcd\xb9\xbc\xfd\x31\x16\xf6\xde\x9f\xff\x72\xdb\x1f\xdd\x9c\xfd\xb4\x72\x3d\xcd\x67\xd1\xc8\x6e\x20\x80\xe0\x94\x67\xf9\x9c\x85\xff\xde\x7c\x6c\x83\x8b\xdb\xfe\x87\xf2\xe8\x2e\x7b\xb7\x31\x65\x5c\xc7\x41\x2e\xef\x7e\xb8\xbc\x3c\xef\x47\x2e\x9d\x77\x67\xbd\xdb\xfe\xed\xe0\x63\x44\x3f\x67\x77\xd7\x06\x86\x6f\xd5\x34\xdd\x08\x6a\x26\xaa\xa7\x15\x4e\x73\xd7\xac\xb0\x15\x27\xea\xd9\xa0\x52\x73\x96\x0f\x03\xa0\x16\x13\xce\x01\x56\x9d\x43\x6f\x52\x4d\xcc\x48\x6b\xd9\xa1\x8a\xb7\x09\x35\xb3\xe3\x95\x1b\xbd\x8a\x2b\xdf\xfa\x21\x18\x6c\x4a\xa3\x6c\xe3\x2c\xe3\x8f\x26\x9c\x6f\x4e\xf5\xad\x6c\x61\xbb\xf4\x2b\x12\x25\xb9\x10\x84\xa9\x6c\x79\x54\xc3\xf1\xe2\x6d\x21\x89\x20\xea\x23\xcf\x99\xda\x9c\xe4\x7a\x17\x11\xdf\xe9\x5f\xfc\x3c\xfa\xb9\x17\x53\xe0\xe0\x7c\x35\xab\x09\x9b\xa8\xb9\x8a\x7b\x17\xbf\xf8\x4b\x18\x82\x3e\x0f\xbc\x86\x6a\x64\xd7\x24\xa3\x5a\xec\x4d\xb0\xd6\x5e\x33\x90\x68\x10\xa1\x60\x72\x98\xeb\xc9\x41\x90\xd9\xc2\x78\x4f\x0c\x7f\x32\x83\x3c\x71\xff\x28\xb5\x27\x61\x5d\xc0\x9a\xea\x62\x6a\xa1\x1d\xab\x55\x33\x44\xd8\x03\x15\x1c\x00\x56\xd1\x03\x16\x54\x4b\xe3\xa6\x65\x3d\xd7\x13\xf8\xdf\x6e\x6d\x82\x61\xb4\xc4\xb8\x6e\xb8\x50\x67\x3e\x98\x6f\x33\x6b\x48\x5d\x50\x5b\x35\x9c\xad\xde\xd0\x51\xfd\xb6\x66\x73\xb6\x0c\xfa\x8b\x27\xfc\x5b\x76\x46\x71\xa6\x19\xc0\xee\xe4\xc5\xde\xc5\xcd\x20\x96\x1f\x63\x35\x23\xe0\xcb\x1b\xcb\x8b\x60\xa8\x34\x23\x77\xca\xc4\xcd\x5f\xcf\x8d\x76\x01\x28\xbc\xe6\xdc\x06\x8a\x85\x85\x56\x30\xd2\xc4\x02\x0b\x59\xfa\x42\x22\x80\xd0\x2a\x02\x26\xf4\x9d\x05\xe1\x08\x0f\x9c\xa6\x43\x46\x3e\x2f\x08\x93\xf4\x01\x20\x78\xe1\x99\x0f\x8b\x93\x47\x68\x30\x01\x96\xa0\x5f\x67\x28\x67\x32\x5f\x2c\xcc\x1e\xd8\x41\x1e\x68\x51\xb6\x40\x77\x08\xcc\x47\x8c\xb8\x60\x87\x62\xf0\x43\xf6\x89\x20\xdb\x06\x3c\x9a\x70\xcd\x80\xf4\x2e\xda\xf6\x4e\x10\x66\x92\x1e\x20\xad\xb0\x94\xf6\xf4\x16\xcb\xfb\x8a\x19\x7c\xc0\xa4\xc2\x2c\x21\xa7\x19\x96\x72\x53\xca\x36\xea\xf6\x41\x7c\xf9\x5d\x5f\xdf\x5d\xdd\x0e\x7e\x58\xc3\x70\xca\x1f\x57\x43\x63\x93\x2c\x77\x9e\xa2\xb1\xe0\x38\x45\xfa\x24\x4f\xb9\xf1\x4a\x59\x19\xb4\x80\x45\x36\x61\xe6\x3e\x36\x27\x82\x64\x2e\xa2\x63\xad\xca\x1d\x5a\xb5\xa9\x5d\x08\x94\xe8\x95\x40\x81\xf6\xed\x2e\x20\x70\x72\x99\x6a\x11\xd6\xd0\xb2\xc8\xb0\x9a\x70\x31\x37\x0c\x27\x9a\xb4\x69\x7c\x75\xa3\x94\x29\x22\x44\xbe\x50\xd4\xe1\x5c\x97\x05\x26\x28\x53\xce\xa7\x1f\x89\x94\x78\x4a\xb6\xf1\x85\xd6\xc9\xb1\x37\x3f\x87\x7f\x82\xaf\xb3\x8d\x18\x1a\x8d\xd0\x05\x51\x3a\x7a\xba\x64\xef\x31\xcd\x72\x41\xae\x78\x46\x93\x0d\x63\x37\xde\xf7\x06\xe7\xa3\xc1\x47\xad\x4f\xf6\x6e\xfb\xe7\xd1\xad\x06\xcf\x7a\xef\x6f\xfb\xd7\x16\x48\xb8\xf7\xc3\x79\x7f\x74\x71\x79\xd6\xbf\x19\x9d\x5e\x7e\xbc\x3a\xef\xaf\x09\x89\x68\x6c\xbc\x6a\xe8\x2b\xbf\x7a\x52\xf9\x05\x76\x58\xe4\x46\x5d\x77\xa6\x1b\x48\x62\xc0\x34\x03\x7f\x2c\x37\x7e\x59\x8c\x18\x4f\x0d\x9c\x8b\x74\x86\x02\x8f\xf0\x8b\x06\xea\xab\x2c\x43\x38\x57\x7c\x8e\xc1\x81\x90\x2d\x87\x0c\x8f\xf5\x29\xc7\x59\x56\xc8\x11\x9a\xc5\x30\x7d\xda\x75\x63\x06\xbe\x3a\xc9\x88\xe6\x2c\x8b\x20\xf7\xc4\x9a\xb0\x27\x94\x41\xd0\xd6\x1c\x8b\x7b\x57\x8b\xcb\x47\xf4\xfa\x43\x21\x11\x96\x43\x66\x60\x66\xec\xc5\xd9\x62\x85\x4f\x5a\xbd\xd5\xb8\x3a\x73\x7c\x4f\xf4\xaa\xcc\xf3\x64\x86\x16\x82\x4f\x05\x91\xd2\x9a\x39\x13\xcc\x8c\x2f\xdc\xbe\xae\x39\xe2\x90\x31\xae\x97\xc2\x59\x53\x53\xb2\x20\x2c\x25\x2c\xa1\x26\xcb\x04\xdc\xc8\xde\xca\x36\x15\x78\x31\x43\x92\x83\xff\x15\x96\x1d\x4c\x29\xe6\x23\xc7\x54\x2d\xb0\x0e\x3c\x0e\x8d\xa1\x22\xd7\x7c\xe2\x12\x44\x16\xb3\xca\xf0\xb1\xe3\xcb\xce\x03\x60\x4c\x52\xf3\x45\x46\x94\x01\x32\x87\x25\x87\xcd\xd0\x6b\x1d\xed\x87\xde\xa6\xba\x4d\xd0\x77\x87\x1b\x33\x96\x76\x44\x47\x35\x46\x56\x7b\xa4\xd0\x8f\x98\xa5\x99\x6e\xc5\x99\xd3\xe3\xb3\x08\x51\xcd\x3d\x4d\x35\xee\x34\x6e\x23\xd7\x27\x38\x97\x9d\x04\xfb\xd5\xa9\x41\xc6\x40\x75\x58\xc4\x27\x00\x79\xdb\xbc\x20\x58\xdd\x85\x66\x91\x38\xe3\x76\x95\xcc\xeb\xb9\x29\xce\x83\x60\x34\x0d\xc6\x90\x85\xa0\x2c\xa1\x0b\x9c\x6d\xa4\x86\x94\xe2\x3a\x6d\xb8\xe4\xd7\x74\xa2\xc9\xe7\x9b\x8a\x07\x51\x11\x31\x87\x7c\x39\x3b\x4c\xbf\x85\x1d\x8c\x1a\x36\x40\x96\xc8\x22\xb0\x01\x0b\x9e\x1b\xd7\x10\xac\x0b\x49\x6b\x8e\xea\x51\xdd\x76\xeb\x93\x81\xe3\x58\xba\x0d\x36\xdb\x04\xa1\x34\xad\x5f\xa9\x15\xdb\xbb\x89\x82\xc2\xd9\x55\x7d\x9b\x75\x3b\x10\x3c\xfc\xe7\x2a\xda\xf9\x88\x17\x9a\x66\x2c\xbc\x3a\x2e\xe6\x68\xe5\x75\x5b\xb2\xc9\x85\x72\x04\x6e\x5c\x1f\x62\xdc\x7e\x37\x8a\x25\xb4\xb1\x38\xd5\x4e\x22\x77\x76\x90\xf2\x68\x69\x7c\x92\x2b\x7d\x3c\x31\x38\xc4\xd1\xd7\xe4\x68\x7a\x84\x1c\x10\xfe\x01\xea\x5d\x5d\xf5\x2f\xce\x0e\x10\x51\xc9\x37\x2e\x58\xcc\xc6\xce\x0c\x99\xe2\x56\x5a\x59\xa2\x19\x7f\x04\xde\x48\xc4\x94\x44\x73\x76\x81\x36\x00\xc4\x35\xa5\x52\x09\x1b\xee\xc3\xd2\xb0\x0c\x04\x9d\x97\x25\x3e\x43\x21\xb9\x9a\x6d\x43\x1a\x58\xca\x7c\xae\xd5\xaa\x11\xc5\xf3\x91\xe0\xd9\x36\x4c\xe1\x0c\xa6\x02\x9a\x9b\xcf\x16\xa5\x78\x8e\x74\xb3\x36\x2a\xc1\x7b\xbf\xbc\x48\xa7\x05\x23\xcd\x97\xf5\xbd\x19\xdc\x5b\xce\x10\x6e\x43\xa3\xa8\xf3\xc6\x43\x36\x69\x03\xab\x28\x2c\x98\x23\x6b\x34\x1e\xe1\x24\xd1\xda\xdf\x8e\x27\x15\xd4\x16\x71\xd6\x69\xdb\xd1\x93\x4d\x73\x1d\x9d\xbb\x61\x2e\x34\x07\x83\x28\xcc\x6a\x59\x80\x9a\x7e\xc7\xcb\x4a\xaf\xae\xfa\xc7\x9d\xf4\xda\xbd\xb9\x84\x25\x81\x9d\x94\xa6\x7a\x88\x9a\x11\x8b\x62\x17\x76\xe9\x62\xab\x75\xc3\x4b\x9e\x8b\x3a\x46\x37\x64\x67\x64\x21\x88\x96\xf4\xcb\xb6\x7c\x4f\xd3\xd7\x31\x25\xee\xe9\x7a\x4f\xd7\x6f\x9e\xae\x4f\x4d\xc5\x1f\xe7\xb6\x08\x2a\x6a\x6c\x43\xe8\x75\xad\xac\x6a\x09\x3d\xf9\xfd\x7e\x6a\x2e\xf6\xba\x42\x25\x31\x15\xb9\x3b\x98\xb2\x4a\x89\x26\xb3\x91\x50\x6f\x18\x2e\xdc\xdf\x72\xae\xb0\xfc\xe6\x68\xc8\xb4\xf4\x70\x4f\x96\xc6\xe4\xa5\xef\xe7\x3f\x6a\x21\xf4\x50\x12\x26\x21\xe4\xf6\x8f\xc6\x45\xa2\xf7\xd6\x99\x0c\x8d\x4e\x66\x2a\x43\xc5\x35\x54\x20\x4c\xd2\x36\x6a\xc5\x83\x22\x08\xb5\x28\xbc\xe2\x9e\x99\xe1\x4f\x89\x82\x34\x35\x45\x15\x28\x0b\xa9\x29\x3d\x55\x19\xfa\x5a\xbb\xb0\xa1\x0a\xc1\xc1\x56\x9d\xe6\xdb\x71\x3c\x59\x6d\x63\x2d\x4b\xf0\x62\xf2\x8d\x8d\x3b\x3e\x76\x06\x93\x44\xf0\x4a\x3d\x27\x2c\x91\xd9\xe9\xb1\x39\x07\xce\x87\x48\xd8\xd1\x23\xbd\xa7\x0b\x92\x52\x0c\x51\xc8\xfa\xaf\x63\x3d\xaf\x3f\x9c\x5e\x5f\x5e\x8c\x8a\xdc\x81\xff\x1c\xb2\x5e\x26\xb9\x33\x72\x49\xc4\x38\xf3\x21\xcf\x0b\x41\x9c\x2c\x64\xe7\x02\x96\xaf\xc2\xbc\x3f\x64\x4d\x23\x48\x79\x22\x8f\xf0\xa3\x3c\xc2\x73\xfc\x77\xce\xc0\x9d\xd9\x83\x7f\x9e\x66\x3c\x4f\x3f\x61\x95\xcc\x8e\xc1\xcb\xa8\x8e\xc9\x03\x61\xca\xb8\x0a\xf4\x72\xa5\x90\x00\x25\x21\x62\xfa\x0f\x7a\xcc\x45\x1a\x83\xd4\x2a\x5c\x42\x16\x0a\xfd\xbf\x82\x8c\x39\x57\xf5\xdc\x99\x4f\x26\x92\x74\xe2\xc4\x85\x76\x72\x73\x89\xfe\xf2\xe7\x6f\xbf\xd3\x24\xb4\xc9\x1a\x0f\x6e\x2e\x47\xfa\xfb\x3f\x9c\xd9\xef\x65\x07\xce\x7a\x69\x2c\xf5\xd6\xdd\x67\x56\xc3\x04\x2f\xe7\x0c\xd8\xbe\x30\x45\xbe\x39\xc2\x86\x1c\x8a\x7d\xac\xe3\x6e\x67\x26\x55\x74\xab\x3c\x85\x2d\xae\xb3\x0f\x19\x1f\x83\x41\x24\x8f\x8a\xcc\xac\xf0\xb2\x77\x75\x6d\x95\x2f\x26\x2a\x17\x19\x5e\x56\x7a\x58\xb7\xec\x17\x9a\x3b\x2d\x70\x42\x8a\x1c\x57\x17\x10\x93\xf0\xf9\x1c\x82\xb4\x9c\xf5\x3a\xa5\x13\x88\xd6\x52\xfa\xb2\x43\x63\xa2\x1e\x21\x36\xd0\xfd\xea\x2f\x69\x67\x89\xd4\xac\x0c\xd8\xe5\x50\x2f\x72\x9a\x83\x47\x63\xf8\xee\x00\x0d\xdf\xa5\xe4\x81\x64\x7c\xa1\x4f\xb3\xfe\x81\xa8\xa4\x6e\x13\xfb\x73\x4c\xb3\x0b\xae\x7c\xb8\xd9\x36\xfb\x29\x48\x42\x17\x54\x9f\xae\x11\xd1\xed\x3e\x69\x12\x4a\xfd\x01\xbb\x9d\x11\x8f\xc5\x01\x63\x40\x38\x4d\x35\x11\x43\xc5\x1d\x37\xbc\xc2\xb6\xcc\x82\xa9\x47\x95\x24\xba\x0b\x2c\x5a\xab\x84\x1e\xc3\x36\xe3\x58\xbe\xda\x1d\xf0\x16\x87\x9d\x9e\xa4\x7a\x7f\x69\xc2\x85\x07\xee\xf6\x1d\x17\xd5\x4f\x56\xd2\xbf\x2d\xe6\x14\x64\xc1\x5a\x53\x5d\xa3\x69\xa3\x7c\x00\xf5\x5a\xb4\x1b\x67\xbc\x32\x37\xfa\xbb\x95\x43\x93\x21\x0c\x4d\x12\xd6\x64\x03\xb5\xda\xc6\x6f\x97\x43\xc6\xc9\xda\x11\x27\x19\x97\xb9\x68\xe9\x8c\x8e\x07\x7d\x6a\x3f\x5d\x35\xee\x7e\x68\x85\xc8\x33\x25\x3b\x19\x3a\x6a\x16\xbe\x94\x6f\x6c\xd8\x84\xb2\x92\xb3\x7d\xfb\x00\x51\xf0\xc2\xe8\x35\xc0\x59\x11\xdc\xce\x52\x54\x48\x89\x43\x56\xd8\xb2\x24\x7a\x24\x19\x98\xbf\x13\x3e\x5f\x80\x04\x64\x87\x6b\x5b\xd2\x17\xb8\xc2\x8a\x1c\x20\x9e\x2b\xdd\x98\x09\x1b\x71\x77\x9c\x8d\x49\x09\x2a\x80\x83\x4c\x6e\xfd\xb3\x1e\xff\xc4\xd0\xba\x61\x85\x94\xa1\x0f\x44\x41\x2b\x80\x2f\x15\x4e\xd0\x54\x0c\x5d\x79\x94\x4e\x2b\xdb\xd6\xf9\x44\xd9\x99\x74\xd8\xf9\x22\xb7\xe7\x87\x8c\x8f\x57\xee\xfb\x25\x34\x8e\xee\xae\x07\xce\x79\x50\xd8\x55\x03\x80\x8c\x75\xd4\x49\x84\x88\x02\x6d\xd7\x1c\xfc\x38\x13\x68\x35\x61\x42\x1e\x0e\x65\x26\x2b\x0a\x72\xd7\xca\xe3\xb4\x16\xf7\x75\x63\x04\xfb\xe7\xe8\xed\x58\x9f\xcd\x78\xe7\x55\x8b\xfb\xba\xed\x8f\x2d\xf5\x4f\x3d\x19\x38\x1a\x6a\x46\xa8\x40\xad\xa6\x65\xc8\x79\xd4\x7e\x4e\x9a\x60\x0a\x8a\x5e\x1d\xe1\x88\x1f\xed\xc1\x37\x71\xf3\x46\x12\x09\x74\xf2\xb5\x5c\xd6\xb2\x95\x91\x61\x45\xdb\x0f\xb0\x90\xb7\x0d\x6f\xf3\x7c\xcb\x04\x05\xc8\x4a\xd5\xdd\xa3\x21\x2b\x0d\xc2\xfa\x97\x24\x02\xda\x87\x5f\x28\x43\xd1\x95\x74\x80\x26\xf4\xb3\x6d\xb4\xf0\x3b\xbb\x57\x03\x43\x44\x83\x9f\x63\x86\xab\x67\xa2\xc3\xb5\x7d\x05\xdf\xaf\xb4\xbb\x73\xa9\xb4\xd4\xa3\x25\x47\x41\xb4\x7c\x4f\x52\x04\xdd\x7a\x2f\xf8\xda\x2b\x5b\x61\xa1\x17\x05\x77\xd2\x77\x0a\xa8\xba\x14\x2b\x72\xa8\xe8\xda\x18\x59\x1b\x46\x01\x01\x17\x58\x05\x19\xa3\x05\xe7\x1f\x93\x29\x66\xce\x65\xda\x30\x5c\x77\xe5\x6c\xc1\x6a\xb4\x04\x89\x21\x82\x08\xe4\x1b\x88\x0e\x89\xc6\x21\x17\xb0\x9e\x2b\xc7\x61\xad\x52\xaf\x61\xd9\x1e\xb1\x37\x92\x35\x0c\x36\x5f\xa4\xaf\x69\xb0\x19\x96\x0a\xd9\x31\x35\x69\x72\x81\x84\xbd\x83\x54\xf7\x55\x45\x02\x43\xd5\xa8\xad\x3d\x4c\x93\x50\xac\x04\x10\xa5\xa8\xad\x60\x97\x4b\x62\x13\x89\xe6\x44\x4c\x9d\x20\x6a\xaa\x8b\xf8\xb3\x6d\xcb\x8c\x38\x2e\x1f\x32\x13\x70\x9e\x57\x9b\x3e\x42\x3d\x56\x49\xa9\x74\xf6\xd2\x68\xbd\xcc\x9d\x82\xb3\x47\xbc\x94\x68\x21\x4c\xf6\x91\xf1\xa8\xbb\xc9\x83\x23\x2b\xfe\xc8\x5b\x6a\x94\x0b\x69\x80\x22\xe2\x2d\x8c\xd9\x41\xd1\xcc\xf6\xdc\xae\xa5\x4e\x52\xf2\xf6\xd6\xd5\xb5\xf4\xaa\x5e\x2d\xab\xab\x08\xd9\x45\x2a\x72\x18\xaa\x6e\xf1\x8e\x40\xe6\xb5\x5a\x4f\x3f\xf6\x14\x37\x09\xa2\x60\xe5\x3c\xc7\x63\x92\x6d\xed\xd0\xdd\xc8\xe2\x04\x5d\x5b\x24\x2a\xc5\x51\x4a\x8c\xc7\x1b\x2a\xc2\x8b\x32\x6b\x73\x76\x5a\x91\xd7\xf9\xbf\x57\xcd\x33\x2a\x8e\xb3\xc5\x44\x1d\xb4\xda\x26\x53\x6d\x02\x5c\x0b\xaf\x90\x00\x98\xac\x4e\xd7\x0f\xaf\x92\xb2\x79\x6b\xb3\x81\x04\xf8\x68\x0d\xe3\xd8\x1a\x20\x6d\xed\x54\x36\x8e\xe9\x6e\x09\x3c\x3c\x98\x20\xc6\x19\x41\x54\x16\x2f\xab\x38\xe4\xc7\x67\x44\x69\x71\xd7\x18\x12\xaa\xe5\xde\x9e\xda\x6a\x50\xc4\xaa\x7b\x3d\xd7\x85\xd3\x32\xa2\x95\x2e\x2c\x96\x80\xa8\x60\x78\x5a\x2c\x1f\xad\x1d\xe7\xce\x85\xd7\x5b\x07\x98\x11\x78\xa3\x14\x47\x20\x92\x95\x06\x87\x0c\xec\x84\x7d\xc9\x7e\x64\xb3\x82\x86\xcc\x6b\xe9\x40\x88\x54\xa2\x39\x5e\x40\x2c\x2b\xe3\xaa\xf8\xca\x64\xb9\x29\xbf\x85\x07\x4e\xa8\x95\x06\xb6\xb4\x61\x05\xd6\x99\x29\xdc\x55\x56\xac\x6b\x8c\x26\xe0\x90\x50\xa6\xf4\x81\xb0\xda\x32\xf6\xae\xd3\x6c\x79\x88\xa5\xa4\x53\x7d\x0d\x05\x46\xd8\xd5\x1c\xc9\x96\x7a\x7b\x05\xb6\xb5\xf6\x4b\xa6\x37\x3e\xaf\x58\xdb\x4c\x4e\x6a\x61\x1e\x08\x92\x07\x43\x2a\xb5\x30\x29\xa6\x00\x39\x96\xe8\x8f\x8c\xab\x3f\x06\x40\x32\x4e\x91\x37\x95\x00\xad\x39\xe5\xa0\x82\x70\x07\x87\xd6\x12\x0e\xc2\x41\x42\xe3\xda\x95\xdf\x16\xbd\xa8\x70\xee\x3e\xa9\x64\xd7\xaf\x46\x7a\x35\x41\x84\x1a\xe8\xec\x9d\x59\x2f\x9e\xa3\xc6\x2d\x32\x64\x20\x88\x4b\x6e\x9d\x73\x41\x4a\xf0\xdd\x86\x9f\xfb\x50\xc8\xf9\x42\xd5\x66\xb6\x54\x45\xa3\x1a\xe3\x9d\x41\x32\x2e\x4e\x7a\x64\xb4\x93\x47\x43\x76\x43\x48\x33\xbc\xad\xdf\x8b\x5f\xa1\x21\x18\xab\x4d\x79\x5f\x45\x69\xbb\x88\x8b\x9c\xc7\xe0\x05\x2b\xa8\x66\x0d\xe6\x4c\xbd\x8e\xbf\x49\x2c\x63\x93\x8c\xeb\x0d\xee\x61\x9d\xc6\x26\x50\x95\xa3\x21\x7b\xcf\x85\xbd\x82\xa5\x05\x31\x1b\xe3\xe4\xfe\x90\xb0\x14\xe1\x5c\xcd\x0c\xb8\x89\xb5\x91\x2f\x2d\x35\x68\x49\x03\xc8\xc6\x67\x2e\x50\x99\x60\x61\x2f\x8f\x09\x7e\xe0\x6e\x14\x43\x16\x34\x02\x30\x69\x80\x8b\x09\xd5\x01\x9a\xd4\x36\x02\x40\xc4\x4d\x6b\x51\x87\x7b\x5f\x41\xbd\x5f\x7d\xce\x22\x1c\x7f\x00\x78\x63\x44\x5a\x91\xbd\xb4\x3a\x03\x67\x79\x73\xba\x92\x0c\x2b\xa1\xfa\x37\x0f\x6c\x84\xb2\x31\xef\xd8\x19\x68\x49\xe7\x5b\xc7\x6b\x23\x90\x96\x49\x2e\x20\xd0\xa4\xae\xcd\xaf\x93\x19\xcd\x0a\x3b\xfc\x37\x07\x7e\x98\xba\xc9\x8c\x3c\x90\xcc\x40\x84\x25\x02\x9c\xf0\xc6\x82\xf6\x2d\xfa\x3f\x06\x0b\x1e\x7d\x37\x64\x1f\x80\x0d\x67\xd9\x12\x00\x0c\x7c\xcb\x58\x95\x9a\xb9\xaf\x1d\x80\xb2\xe1\x2e\x28\x1e\x88\xd9\xeb\x19\x7e\x20\x43\xe6\x9a\xf9\x3f\xe8\x1e\xfd\x2b\xfa\xae\xc9\x2a\xe4\x7c\xe9\x4f\x6c\x33\x78\x1f\x78\xaa\x83\x5b\xce\x32\x4a\xcb\x6f\x9c\x49\x21\x32\xe8\xd5\x64\x8f\x78\x1c\x22\xca\x1e\x78\x52\x09\xd8\x08\x4f\x2d\x16\x84\xa9\x11\xe3\x29\x19\x91\x1a\xf7\xdc\x0a\x26\xa1\x85\x80\x0b\x9e\x92\xb5\xce\x35\xcf\x4c\x3f\x81\x19\x44\xe6\x63\xbf\x1d\x10\xc4\xee\x23\x96\xbd\x26\x1f\x53\x5a\xfd\xc8\x3d\xd8\xc7\x26\xe3\xde\xd4\x31\x78\x69\xe5\xb3\x03\xb8\x10\xec\x00\xea\x9d\x53\x19\x56\x2e\xce\xb7\x7c\x1c\xcb\x46\x71\xfd\xb2\x9e\xb9\xbd\xac\x02\x18\x13\x00\x56\x14\x74\x4a\xb5\xfc\xde\xde\xf9\x08\x9c\x70\x13\xcb\xbe\xc1\x74\x68\x65\xda\x2f\x96\xc2\x25\x13\x1d\x7a\xfa\x2b\x1c\x6a\x63\x9e\x97\x05\x78\xbb\x00\x54\x86\x11\xc8\x56\x56\x5f\x6a\x3e\x3c\x35\x51\x6e\x64\x46\x4d\x5c\x79\xef\xf4\x1c\xe9\xd3\xc1\xe7\x26\x0f\x10\x16\x2d\x57\x33\x2e\xe8\xdf\x1b\x83\x91\x9a\x65\xf4\xc2\x6b\x58\xc4\x6e\x99\x71\xc6\xd2\x3a\x10\xab\x11\x29\x54\xa4\x95\xd4\xe9\x4c\x68\x9c\x03\xe4\x85\x66\xb3\x93\x3c\x33\x38\x79\x09\x17\xa9\x29\x56\x23\xa3\x48\x31\xfd\x9e\x17\xef\xb1\xf2\x0d\x52\x8b\x0c\x60\x91\xf8\x92\x19\x66\xd3\xd5\x02\xe8\x5f\x73\x92\xef\x28\xd8\xce\xa2\xe3\x3e\x53\x14\x43\x59\x0d\xc0\x53\x59\x04\x5e\x9a\xb5\xd1\xbc\xb9\x58\xdf\xdf\xf4\x4c\x65\x10\x97\xe9\xac\x74\x3e\xfb\xda\xa8\xe4\x06\x47\xbd\x93\x45\xe7\xda\x20\x8d\xed\xc0\xa4\xf3\x1c\xb1\x09\x55\x19\xa9\x86\xfd\x58\xf2\x7b\xf0\xe9\xb1\x65\x16\xf1\x44\x76\x12\x07\xd9\x56\x92\x3e\x9e\xd0\x64\xb2\x01\x93\xab\x0a\xd5\xab\xd6\x3b\x30\xa0\x78\xb6\x56\x13\x30\xac\x38\xd2\x73\x7f\x14\x14\x12\x72\x97\xc5\xcb\xbe\x64\x80\xbb\x2e\x42\x1e\xa3\xa5\x14\x23\xd6\x42\x8c\x82\x5b\xc2\x65\x4b\x13\x6e\xb3\x01\xc2\x36\x14\x77\x5d\xf5\x61\x37\x9d\x08\xc3\x92\x5e\xeb\x91\xa8\xa6\x40\xad\x3d\x0c\x1e\x78\xf1\x65\x0c\x88\x5e\xb4\x79\xe2\x93\xd1\x89\x42\x82\x8b\xac\x33\x89\xdc\xc4\xa6\xca\xce\x74\x61\xfa\x1e\x81\xcf\x78\x6b\x57\x49\xe0\x02\x28\x42\xe2\x4d\x2e\x94\x4b\x7b\x7c\x26\x43\x26\x78\xe1\xe3\x6c\xac\xc0\x09\xdf\x94\x76\xf7\xa4\xfc\xac\x40\xbc\x73\x1c\xa9\xe5\x50\x56\xba\x1e\x5b\x3a\x12\xc1\x42\xb6\x8a\xbd\x9e\xdb\x08\xc6\xd8\x05\x67\xc2\xa8\x78\x10\x85\x00\xde\xb8\x5c\x22\x25\x30\x04\xc3\x43\x08\xf3\x27\xa3\xe5\x51\x69\xac\x30\x0e\xd9\x6e\xbe\x50\x4b\x0b\x84\x0c\xbc\xd9\x42\xa4\xaa\x19\x66\x36\xb3\xb6\xce\xdd\x57\xe6\xd3\x69\xe4\xf0\xab\xeb\x0c\x3a\xb2\xaa\x6d\x6d\x93\x6e\xa1\xc3\x4c\x8d\x52\x82\x40\x93\x77\x9f\x4a\xc8\xf0\xc1\x59\xa3\x3d\x65\xcc\x79\x46\x30\x6b\x52\x3b\x6b\x1f\x57\xac\xaf\x34\x4c\x0a\xb0\x78\x0f\x4a\xe4\x44\xeb\xdc\x38\xcb\x4a\xf3\xc2\x50\xd6\x4d\x79\x5c\x69\x63\x34\x29\x70\x04\x5b\x85\xc0\x64\x78\x4c\xb2\x4e\xd1\x66\xe6\x83\x95\x54\x04\xaf\x14\x65\xc7\x5a\xa5\x57\x86\xa1\x50\xb5\xc9\xa8\xeb\x06\x16\xa6\xb0\xae\x14\x21\xe2\x34\xd0\xcd\x86\x28\x49\x92\x0b\xaa\x96\x23\x6b\x78\x6a\xcf\xb4\x6e\xec\x97\xa7\xf6\xc3\x36\x5a\xdd\x09\x72\xfd\x39\x43\x17\x88\x37\x82\x1a\xd0\x4c\x3b\x85\x36\xdb\xad\x35\xb5\xda\x24\xb5\x55\x0b\xeb\xb2\xe4\xda\x0d\x55\x77\xb1\xe9\xf0\x2c\x18\xdf\x88\x4f\x5c\xfe\x59\xfb\x85\x2d\xa3\x14\x76\xb0\xd8\x39\xc4\x95\x85\xa0\x5c\x58\x30\xc0\x36\x41\x4a\x73\xfc\x79\xb4\xc0\x02\x67\x19\xc9\xa8\x9c\x6f\x6e\x5f\xfc\xd3\xf7\x2b\x47\x7b\x6a\x40\x2b\xa5\x85\x80\xfd\x4c\xe7\xf9\x3c\x28\x17\x0a\xf0\x24\x01\xc8\x80\x35\xd9\xdb\x5c\x39\x37\xc0\xe2\xa2\x61\x8a\x8a\x00\x36\x42\xeb\xc4\x1e\xcb\xc6\xaa\xcb\x38\x99\x41\x19\xb7\x09\xa6\x82\x11\x29\x8f\xd0\x05\x57\xe4\x04\x7d\xc4\x8b\x5b\x50\xf8\x0c\x8a\xfc\xd4\x58\x68\xb1\x44\x5a\x72\xca\x19\x55\x07\x43\x66\x01\x70\xdc\xaa\x1c\x27\x9c\x19\xe4\x89\x04\x16\xd6\x37\x01\x26\x47\x07\xc1\xa0\x0c\xb0\xb4\xa6\x92\x6e\x49\xd7\x71\x68\x1c\x54\x01\x98\xc3\x25\x2f\x0b\xb0\x63\xa7\x13\x78\x11\x2b\x22\x45\x40\x89\x80\x8f\x53\x4e\x64\xa0\xec\x23\x2f\xb3\x67\x74\x42\x34\x85\x0c\x19\x9f\xc4\x86\x09\x03\x36\xe1\xb0\x27\x74\xa7\x89\xe0\x52\xda\x68\x37\xd3\xce\xea\x98\xe1\x5b\x8b\x04\xb0\x8b\x28\x86\xe7\x0b\xc7\xaf\x96\xf0\x0d\x8a\x3e\xd5\x8b\xfd\x63\xe2\x51\x0f\x1a\x6f\xda\x6d\xe3\x75\x1d\x1b\x42\x82\x60\x69\xad\xb1\x10\xd6\x5a\x0a\x99\xeb\x20\x99\xfb\x31\x9b\xc0\xf6\x43\x8f\x33\x12\x50\x90\x45\x71\x33\xe5\x36\x35\x5d\x0b\x41\xa0\x74\x96\x81\x11\x1b\x94\x88\x06\x10\xdf\x04\xc1\xe9\x32\x58\x11\x6f\x6f\x34\x3d\x83\x64\x22\xe9\x5c\xf3\x4e\x40\xd8\x64\xfc\x90\x2f\xdc\x61\x8d\xde\x02\x90\x18\x3a\xd1\x84\x18\x58\x2b\xf5\x17\xec\x10\x8a\x30\xea\xe3\x55\xe3\xaa\x75\x8d\x80\x6b\x17\x50\xcc\x66\xc4\x12\xee\xf0\x5d\xef\x87\xcb\xeb\xdb\xfe\xd9\xf0\x5d\x11\x9c\xe3\x22\x39\x1d\x23\xf1\x18\x16\x9c\x0d\x99\xf7\xa7\xfb\x1c\x5f\xd8\x4b\x84\xd3\xb4\x40\x58\xb0\xd1\xc0\xc6\x1d\xd8\xf6\x54\xac\xf5\xa4\x57\x9b\x79\x4f\x3f\x93\xf4\xba\x01\xba\x78\x27\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\xd5\x9e\x00\x0d\x68\xce\x0c\xd9\x5c\x04\xac\x1d\xdf\xa3\x39\x65\x90\x2f\xb1\x6a\x69\xef\xe2\x79\x74\x29\x78\x31\xb8\xb8\x8b\xab\x51\xfd\x78\x79\x17\xa3\xad\xf7\x7e\x59\x5d\xa5\x22\x6e\x61\x95\x59\x39\x98\x62\x11\xfb\x69\x53\x0f\xfd\xca\xd4\x4d\xf4\x03\x51\x3f\x9b\xea\x77\xbb\x08\xe6\xb0\xb8\xd3\xa0\x62\x93\x91\x2b\x80\xd8\x9e\x0c\x7e\xae\x29\x99\x18\x47\xec\x38\x64\x6b\xe8\xc1\xd7\x4c\x0c\x52\x29\x8e\x0c\xae\x38\x14\x59\x03\xcb\xb6\x73\x8b\xe8\x1b\x93\x33\xbd\x5c\x43\x78\xdb\x97\xc0\x29\x9a\xe3\x13\xf3\x71\x2b\x37\xfd\x75\xe8\x9c\xd7\x6d\x15\x4b\x89\x7a\x57\x83\x9a\xb5\x3e\x2f\x6b\x21\x5f\x16\xf2\x4c\xe6\x15\xa2\x5d\x83\xce\x04\x51\x96\xaf\x02\x6f\xc6\xce\x74\x3b\xa8\x19\x63\x37\xba\x8a\x8d\x51\x4f\x2a\x0b\x6d\x21\xfa\x44\x91\xc8\x36\x42\x62\x37\x69\x88\xc5\x32\x74\xcc\x43\x0c\x07\x64\xa3\x59\xc2\xdc\xbb\xaa\xab\xf4\x20\xcc\xc5\x33\x95\x5d\x9c\xe5\x6b\x67\xf9\x89\xc5\x6c\xda\x24\x28\xfe\x6c\x28\xda\xe7\xcf\x40\x46\x8f\xc3\x4e\x74\x2e\x4e\x1b\xce\x1e\x4e\x37\xa4\xb6\x6e\x39\x8d\xc5\xf8\x9c\xf9\xd7\x42\xd1\xe2\x05\xb6\x45\x02\x40\x18\x74\xd8\x0e\x75\x18\x78\x47\x43\x16\xd8\x3c\xa5\x11\xdf\xf4\x19\x71\x38\x22\x80\x93\xaa\xd9\xa9\x8d\x35\xf2\x37\x73\xb4\x03\xe5\xa8\x79\x35\x8b\x91\x40\x2a\xfd\xd8\xd3\x29\x67\xd8\xc5\x53\x3a\x8d\xc7\xba\x33\x42\xe0\x12\x68\x2f\x80\x40\xb0\x1d\x93\x07\x62\x5d\x20\x38\x40\x96\x0b\xe2\xd9\xb5\x72\xc4\xbe\x52\x3e\x62\x95\x66\x16\xbd\x04\xfb\x28\x95\xc2\xce\x2e\x31\xb5\x2d\xaf\x3e\xe0\x3b\x48\x98\x94\xa5\x12\x15\x1d\x8e\x15\x7c\xd9\xc6\x4c\x00\x94\x10\x9a\xb3\xa1\xd3\xa6\xec\xc8\xcf\x0b\x92\x6c\x92\x55\x76\xe5\x2a\x82\xaf\xb2\x68\xc7\x10\xc4\x60\xad\x75\x3b\x68\xfb\x35\xbb\x68\xb0\x41\xd8\xb4\x21\xea\xf5\x7c\x5d\x96\x98\x9f\x45\xa7\x84\x54\x3d\x8d\x9f\x2d\x18\x4a\xc7\x59\xd8\x7e\x8a\x69\x58\x83\x7d\x90\xd4\xb7\xed\x9c\x9e\x27\x3b\xea\xb6\x92\x67\x14\x59\x9c\x5f\x49\x5a\xd4\xfa\x51\x36\xe5\x43\xad\xe3\xa5\x3b\xe1\xdd\x2e\x50\xc3\x45\x02\x97\x0e\x55\x14\x02\x02\x54\x02\xf2\xbe\x49\x0d\xaa\xcf\x69\x02\xa1\xa5\xce\xc9\x16\x84\xb3\xd9\x8c\x73\xbd\x78\x52\xe1\xb9\x87\xea\x29\xe3\x40\x95\x96\x6b\x0d\x8f\xdb\x55\x8e\xca\x5e\xa2\xd9\xb5\x44\xd3\xc1\x0c\x64\xa8\x93\x88\x52\xea\x99\xc5\x67\xb6\x79\x0e\xf1\x04\x21\x84\xca\x5e\x91\x16\xe4\x15\xae\x7e\xca\xfc\x5f\x31\x07\x77\x44\x1d\x92\x6a\x5d\x6c\xe8\x51\x00\xcc\x0e\x56\xce\x2c\x94\x06\xac\x69\x16\x46\x6b\x3c\x69\xa6\x28\xd2\xe0\xc2\xd4\x31\x82\x18\xed\x25\xcf\xd1\x23\x95\x5a\x17\x1e\x32\x70\x35\xf9\xe2\x49\x8a\xdb\x82\x47\x07\xf0\x16\x64\x73\xc8\x7c\x3c\xa7\x0a\xe1\x60\x86\x77\xc0\x19\xae\x5d\x1c\xbf\x39\xcf\xfa\x03\x98\x71\x6d\xba\x40\x5d\xd6\xde\x9a\x43\xb3\x81\xf1\xa7\x68\x64\xdb\x8c\x80\xc0\x2d\xfe\xb4\x39\x01\x81\xc6\x13\x6a\x98\xb5\x67\x6e\x9f\x14\x80\xea\xad\x0d\x16\xc7\x03\xc0\x56\xa8\x54\xa5\xbb\xc5\xa2\x77\xac\x49\x08\x28\x36\xa2\x55\x46\x40\xf1\xfa\x2e\x52\x02\x9a\x80\xd5\x56\x85\x88\xba\x4f\xea\x05\xad\x1b\x5f\x02\x95\xbb\xd8\x8b\x50\x52\xba\x6a\x94\x94\x5e\x5b\xa2\x73\x50\x02\x7a\xe3\x08\x85\x2e\xea\x60\x11\x66\x16\x52\x51\x10\x35\x1a\xa7\xb6\x91\x32\xe7\x67\x5c\x41\x68\x50\x02\x68\xeb\x95\x70\xd5\x21\xab\x97\x40\x56\xf3\xc4\x6d\xa3\x7c\x76\x9a\x10\x1d\x9c\x3f\x37\x0b\x6b\xd1\xfa\xe4\xc3\xfe\x8d\xb2\x6c\x71\xd3\xcb\x22\x66\xe1\xaa\x68\x50\x40\x40\xf0\xd8\x24\x6e\xba\xe6\x54\xb6\x8c\xc1\x59\x7b\x2e\xec\xa5\xbb\x43\xd5\xae\xc2\x9d\x5b\x87\x2c\x79\x19\xd9\x72\x63\xe7\x73\x77\x6a\x7c\xc9\xe3\xb4\x09\x1e\x2c\xe0\x8c\xec\x0c\x1d\xa5\x9c\x64\xa1\x1b\x3f\x00\x2f\x95\x1d\x3a\x36\xe5\x0f\x3d\x66\x56\x69\x4b\xa2\x09\x5b\x9c\xfd\x27\x98\x74\x57\x0c\xdf\x00\xdb\x52\x58\x1c\x43\x1a\xda\x0d\x00\xbc\xd7\xd5\x7d\x8f\xf9\xb0\x17\xed\x72\x96\x12\xc1\x08\x56\xb3\xe7\x0b\xd3\x39\xdd\xd6\x38\xfd\x6c\x21\x3b\xa7\x3b\x01\x70\x2f\x85\xc1\x74\x8c\x80\xe9\x10\x4e\x52\xc0\xf9\x56\x14\xc7\xba\xc2\x19\x45\x26\x5d\x17\x2a\xdd\x2a\x92\xa7\x5e\x99\x7b\x9a\x98\xa6\x1a\xab\x4f\x25\x9a\x49\x1f\xf6\x10\x04\x79\xcd\x92\x7c\x11\xc1\x43\x02\x3f\x8e\x02\x74\xac\x91\x41\x0f\xec\xb0\x9b\xd7\xf8\xd1\xe0\xb9\x9d\x61\x85\x4f\xcd\xd7\xab\x86\x1d\x01\x8b\x40\x02\xa2\x87\x87\x59\x18\x77\xb0\xe5\x5e\xbe\x88\xb7\x89\x9e\xf9\x9a\x1e\x91\x23\xf4\x43\xc6\xc7\xf2\x00\x99\x62\x77\x07\x46\xb0\x87\xe7\x06\xe2\xf3\x9b\xd7\x1f\x22\xf5\xfb\x8c\x90\x5a\x65\x48\xf1\xb6\x7d\xa8\x00\x14\xa1\x57\x1a\x09\x64\x8d\x3c\xba\x79\x71\x68\x67\x8b\x08\x9d\xfe\xf6\x17\xfb\x43\x43\x2d\xca\x35\x25\xa0\x43\xbb\x08\x5b\x96\xcd\x8b\x58\xa4\x99\x4d\xcb\x35\xa6\x8e\x92\x1e\xbb\xca\xe4\x32\x64\x3f\xf2\x47\xf2\x40\xc4\x01\xc2\x0a\xcd\xb9\x56\x43\x02\x3f\x3b\xa4\x0e\x46\x68\x49\xc6\x9f\x8a\xd1\x05\x9e\x93\xb4\x0f\xc2\x6c\x90\x20\x61\x0d\x3f\xd6\x65\x53\x87\x3e\x01\x40\x0a\x66\x1b\x9c\xff\x75\xc8\x4c\x65\x69\x13\xc3\x01\x5c\x87\xba\x89\xc1\x95\xf8\x47\xef\x50\xfa\xe3\x11\xba\xd5\x94\x4e\x65\x3c\xde\x20\x19\xb5\x69\x6c\x43\x36\x15\x3c\x5f\x78\x5d\x9c\x8f\xc1\x08\x60\x1c\x4b\x35\x0e\x25\x18\x8c\xf3\x26\x25\x38\xd5\x32\xfd\x6a\xc2\x89\x4c\x47\xaf\xcc\x22\x1a\x27\xb1\x84\x04\xa4\xb9\x83\x8f\x1f\xb1\x11\x82\xc6\x0f\x14\xe4\xb1\x34\xc3\xd9\x3d\x99\x93\xea\x8c\x48\xd0\x2e\xbd\xf5\x2e\x0a\x69\x8e\xc3\xe6\x6b\xc7\xb9\xca\xb6\xe2\xed\x9f\xce\x46\x58\x1f\x91\x5f\x74\x6e\x63\x47\x5c\x81\x3a\x53\x57\xf9\xa9\xac\x2e\x8e\x90\xda\xc7\xe7\x94\xd6\xee\x2a\x17\x0b\x0e\x3c\x3d\x5b\xba\x0c\x02\x9b\xf8\xba\xe0\x8b\xdc\xc4\xc7\xd0\x30\x5c\xa2\x96\xb2\xa9\x54\x1f\xb1\x4a\x66\x5a\x81\x29\x12\x40\x77\x14\x37\x54\x70\xe5\xa7\xb5\xc4\xd4\xcc\xe0\x34\xec\xbd\xc1\x34\xd9\xc2\x32\x67\x10\x64\x5c\xb8\x21\xfc\x95\x65\x68\xae\xfb\x8b\xea\x19\x04\xf6\x15\xf7\x89\x7d\x02\xb5\x72\xd7\x50\xd1\xba\xf1\xb7\xa3\xad\x18\x4c\x77\xe7\x11\x49\x5b\x64\x33\x9d\xd9\xfc\xc5\xe2\x45\x64\x25\xa4\x5a\x96\x93\x0b\xba\x91\x16\x6b\xed\xc3\x50\xbd\xa0\xb0\xdc\xcc\xf1\x42\x8b\x23\x8a\xeb\x5b\x52\x4c\xc9\x01\x7a\xd4\xbc\x40\xe5\x42\xdf\x23\xb9\xa0\xee\xec\x83\xb9\xa5\x0d\x75\x80\xa5\xe3\x38\xc4\x6f\x4d\x70\x80\x23\x6d\x1c\x87\x38\x51\x39\xf6\x01\x4e\x40\x13\x19\x65\xf7\xba\x33\x83\x23\xe7\x1c\x74\x82\x40\x55\x71\x97\x5a\x16\xed\xe9\x5a\xc2\xde\x62\x97\x9b\xab\xa2\xac\x3b\x69\x94\x4d\x83\x5c\xf1\x7a\x6b\x53\x1b\x28\xb8\xda\x2f\xdb\xc1\xd9\xd5\x7e\xea\x64\x9f\x4d\xbe\x5d\x91\x47\xd8\xf8\xf9\x3a\x01\x36\x0a\xe6\xb4\x01\x75\x56\x7a\x0a\xb3\xf8\xad\x25\x00\xc0\x38\x4c\xcd\x1d\x6c\xa5\xa9\xff\xf4\xff\x32\x30\xbc\x66\x69\xfe\x13\x71\x31\x64\xe6\xf7\x03\x0f\xdb\xa7\x5f\x28\xf0\x30\xf0\x9c\x14\x88\x01\x22\xce\x2d\x86\xec\x16\x9b\x1b\x6a\xb0\x4f\x3c\x6a\x99\x1e\x43\x50\xe0\xa8\x52\x71\x66\x8e\x19\x9e\x02\xd2\xca\x01\x44\xd8\x80\xb8\x5a\xd8\x2e\x0c\x49\x1b\x28\x73\xe0\x56\x9a\x59\xda\xb4\x82\xa2\x22\x03\xf4\x69\x44\x59\x0b\xf4\x50\xb8\x69\xeb\xa9\xdf\x95\x03\xda\x4c\x62\xbf\xed\xdd\xfc\x34\xba\xee\xdf\x5c\xde\x5d\x9f\x46\x62\xfb\xe9\xf9\xdd\xcd\x6d\xff\xba\xf6\x99\x29\xe9\x39\xb8\xbc\x18\xfd\xf5\xae\x7f\xd7\xf0\xc8\x35\x70\xde\xfb\xa1\x7f\x1e\xbe\xf2\xd7\xbb\xde\xf9\xe0\xf6\x97\xd1\xe5\xfb\xd1\x4d\xff\xfa\xe7\xc1\x69\x7f\x74\x73\xd5\x3f\x1d\xbc\x1f\x9c\x9a\xb2\xf5\xc1\xbb\x57\xe7\x77\x1f\x06\x17\x23\x17\xbe\x18\x3e\xfa\x74\x79\xfd\xd3\xfb\xf3\xcb\x4f\xa3\xa0\xcb\xcb\x8b\xf7\x83\xd5\xc5\xb2\xeb\xe7\xdb\x58\x83\x21\xb8\xaa\x02\x05\x33\x10\x84\xc6\x4b\x4b\xbc\xf4\xef\x60\xe6\xbc\x32\x14\x77\x78\xe0\xfe\x65\xca\x9a\x1c\x6a\x26\xe7\x2c\xe8\x05\x7f\x18\x32\xef\xe2\xf0\xd7\xa6\xc2\x53\xe9\x6a\x11\x47\xa3\x3d\x41\x3d\x38\x0d\xa0\x12\x44\x9d\x42\xa6\x90\x1f\xa9\x73\x8a\x01\xa5\x41\xe5\x79\x5b\x4d\xbd\xbc\xa5\x71\x83\x76\x4e\x30\x04\x6b\xe1\x4f\x57\xd1\xbb\x2b\xd1\x1e\xd3\xc2\x09\x72\x3c\x58\x37\xab\xc7\x05\x60\x1b\x4b\x86\xe7\x95\x8a\xcb\x06\x6f\xc2\x22\x51\xd8\x0a\xd6\x51\x8b\x11\x09\xc5\x2d\xcf\x08\xfa\xe9\x2f\xc5\xa0\xc0\xda\x69\xad\x87\x79\x05\x8e\xdb\x3e\x10\xb9\x59\xd5\x75\x04\x18\xf5\xe4\x0e\xb2\x35\x43\xc1\xc9\xb4\x55\x53\xc0\x34\x9d\xb3\x20\xb7\x35\xb2\x53\xdb\x72\x61\xe8\x10\x95\xa8\xf8\x04\xdd\x90\x8c\x24\xaa\x28\xf9\x0c\xbb\xb8\xc8\xf2\x29\xad\x14\x4d\x1a\x93\x19\x7e\xa0\xdc\xe1\xf5\x19\x58\x43\x58\x47\x2b\x3c\xa1\x43\xd4\x78\x14\x4e\x50\x2f\x4d\x65\xcc\xc2\x22\xca\x71\x4c\xf1\x30\x1e\x76\x98\x8e\xca\x52\xcf\x18\x6b\x0d\x07\x35\xb7\xde\x56\x08\x29\xf2\x7e\xe4\x48\x6c\xb4\xd1\x35\x7c\x8b\xe5\x7d\x4d\x8d\xb4\xda\x9b\xcd\xd2\xcf\x96\x3d\x36\x17\x66\xab\xed\xd4\xaf\xf5\x08\x0e\xc0\x66\x7d\x36\xc2\xd3\xac\xe9\xd2\xcd\x38\x2b\x61\x08\xb7\xee\x2f\xc2\x20\x7e\x7a\x8b\x6d\xbd\x1c\x04\x47\x65\xe4\xe9\xb2\xc3\x3c\xae\xe0\xd3\x4b\xff\xe5\x4a\x61\x69\x14\xac\x5b\x57\x3b\x6e\x25\x11\xcf\xda\x72\xdb\x8b\x48\x80\xce\x46\x13\x30\xa7\x63\xca\x2c\x66\x27\xf1\xf6\x5e\x57\x71\x45\x9f\x31\x8f\x23\x8d\xc7\xfc\x21\x52\xb9\xe6\xa6\x3c\x7c\xed\xd9\x0d\x0c\x45\xdb\x1c\x5a\x7f\x7a\xec\x87\x2d\xf7\xda\x9d\x97\x5b\xfd\xd5\x2a\x53\xc8\x75\xa8\x2f\xba\x89\x6a\x31\x2e\x75\x71\x6c\xe8\xd2\x64\xb3\xe8\xb3\x7f\x50\xb8\xaa\xb9\x08\x3c\xf8\x0d\x36\x9c\xb6\xc6\xa6\xf2\x82\xd5\x42\xb1\x86\x26\xf2\xee\x1e\xee\xa0\xf5\x8d\x61\x73\x5c\xa9\xe8\x78\x7d\x3a\x50\x5d\xe4\x4f\x08\x4b\xb6\x98\xea\x62\xa6\x9e\x5b\x30\xd2\x03\x84\x4d\x12\x51\x21\x81\xc8\x3c\x99\x19\x40\x4f\xcd\xce\x0f\x86\xec\x31\xd8\x90\x28\xcc\xae\x17\xb6\x04\x70\x0f\x9f\x35\x83\xa2\x0f\x51\xf0\x22\x88\x59\x14\x22\xe9\x02\x42\x30\x06\xf7\x02\x63\x76\x0d\x81\x07\xfb\xb5\x05\xa9\x6f\x00\x28\x5e\x53\xbf\xad\x0e\x56\xdc\xcf\x2d\x40\xf3\xde\x15\x94\xf8\x8a\x21\x04\x80\xe2\x75\x23\xd8\x01\x9e\xf8\xcb\x80\x88\x9b\xdc\xb9\xf9\xd8\x66\xb2\xea\xe9\xba\xd5\xfe\x57\x37\xa3\x7f\x35\xd6\xf8\xbc\x21\xf5\x39\x68\xcd\xc3\x00\xa1\x43\xa8\x36\x6a\xf3\x2c\xad\xa3\x53\xa2\x43\x94\xd1\x7b\x82\xbe\x82\x38\xa6\xde\xd5\xe0\xab\x03\xf4\x55\x98\xcb\xf1\xd5\x46\x07\xd0\x8e\xdb\x62\x8a\x83\x06\x12\x05\xf4\xc6\xc7\x0e\xf6\xaa\x74\x12\xed\x9e\xd9\x83\x88\x9a\xce\xa1\xfe\x32\xfa\x86\x32\x45\x04\x60\x64\x9b\xb8\x4f\x1f\x4e\x68\x1d\x23\x46\x2e\xa4\xb2\x66\xed\xd2\x21\x1b\x2f\xcb\xae\x8f\x03\xef\xfb\x68\x7d\x4a\xb7\xc6\x7d\xd6\xed\x55\x93\xff\x76\x1c\xe6\xb6\xfa\x3e\x58\x93\x4e\xd8\xf3\xb5\x05\x0b\x2e\x26\x1b\xce\xcb\x3e\x3e\xb4\x6e\x56\x91\x15\xc9\x2d\x66\xed\xa6\xac\x93\x7f\xde\x1a\xb9\xb5\x08\xaa\xec\xd5\xad\x88\x8d\xa7\x6d\x10\x7c\xf7\x54\xf6\xb4\x54\xb6\x8b\x78\xe2\x78\x70\xdd\x2f\xd0\x53\x23\xc7\x05\xcd\x38\x33\xa4\x56\x26\x3c\x83\x8f\xc0\xc1\xd7\x57\xd5\xe8\xe8\x09\x0d\xd6\x64\xbd\x2b\xf4\xc6\xb8\xd3\x8d\x33\xb2\x3a\xd6\xf2\x50\x7b\xca\x22\x95\x72\x6a\x72\x87\x14\x9d\x93\x03\x04\x95\x71\x8b\x10\x00\x7b\x5e\x81\xdc\xe0\x8e\xb3\xe5\xef\x4c\x27\x22\x99\xd1\x87\x6e\x09\x52\x5d\xa5\xf1\x26\x1a\xd9\x22\xfe\xe2\xa2\xf7\xb1\x7f\x36\xea\x5f\xdc\x0e\x6e\x7f\x19\x55\x43\x31\xe2\xc7\xd7\xa7\x3f\x0e\x7e\xee\x9f\x85\x2f\xdc\xfc\x72\x73\xdb\xff\x38\xfa\xd0\xbf\xe8\x5f\xf7\x6e\xfb\x67\x2b\x4d\xa9\xab\x3a\xab\x2b\x41\x61\x43\xb7\x6b\xd4\x37\x0f\x22\x67\xec\x90\x00\x50\xa0\xc5\xfd\x07\x2a\xa9\x4d\xd2\xb5\x22\xea\xdd\xc0\x99\x46\x6b\x7a\x3f\x09\xf2\x67\x0e\x0c\xb2\x5a\xd1\x09\xb5\xee\xa4\x50\x7c\xb5\x51\x17\x2c\x35\x81\x9a\x28\xa8\x71\x7c\x54\xd3\x89\x5d\xb0\x13\xd4\xb3\xd4\x51\xd7\x3e\xe3\x48\x0b\xcf\x44\x98\xd1\x9b\x90\x0c\x3f\x74\x74\x88\xca\x6b\x7c\x82\x0c\x20\x74\x50\x13\xc3\x37\x08\x22\x1f\x16\x84\x7d\xa5\x10\xf9\xbc\xc8\x68\x42\x55\x90\x78\xc3\x85\x75\x3a\x18\xa7\x1a\x44\x7f\xad\x21\xae\x9d\xc5\x68\xec\x5c\xe7\x0f\xfd\xcb\x55\x6d\xdf\x9f\x28\xc5\x6d\xf2\xe2\x5a\x94\xd1\x1d\x28\xf6\x0d\xae\xd4\x0a\x20\xea\x06\xa3\x7b\x0a\xf3\x40\x35\x02\xde\x26\xcf\xd8\x40\x0f\xec\x2a\x19\x3c\x9a\x1b\x71\xb3\x02\xd5\xab\xa3\x47\xa2\x73\xbd\x3a\x7c\xa4\x1d\xa5\xbe\x70\x10\x48\x84\xbe\xbf\xb3\x42\xc0\xa3\x8e\x6e\xfc\x0a\xa0\x27\xbb\x37\x30\x87\x48\x90\x39\x57\x5a\x01\x33\x7e\xf2\x03\x2d\x54\x51\x9c\xd1\xbf\x03\x02\x8c\x20\x47\x41\x5c\x01\x24\xd8\xa4\x61\x40\xb5\xcd\xce\x7e\xfa\x82\xc0\x45\x1d\xbc\x4a\x29\x60\xa7\xbc\x5f\x34\x96\x3d\x79\xd1\x6a\xb3\xf1\x8a\x35\x95\x78\xe8\x56\x7c\x35\x22\xaa\xf5\x85\x57\xa1\x0a\x3d\x96\x0d\x55\x57\xdb\x8e\xf1\x79\x6a\xaf\x56\x13\xd0\x4b\x24\xf7\xb2\x75\x57\x4b\x83\x79\x3d\xc5\x57\xd7\xae\xdb\xeb\x45\x18\xa8\x19\x68\x8b\xa2\xab\xde\xc7\x02\x75\x51\xba\x5d\x87\x2e\x44\x2c\x72\xb4\xe8\x43\xe5\xef\xc5\x7a\xed\x16\xcb\xfb\xad\xbb\xbb\xc5\xf2\xbe\xa1\xab\x75\x37\xe7\x69\xe4\xc8\x29\x2d\x9b\x0d\x5e\xb3\x10\x5e\x61\xf9\xfe\xe6\xfb\xa8\xff\x40\x98\xda\x89\x30\x07\x4d\xd4\x64\x10\xb6\x33\xc9\x1a\xd0\xf4\xc1\x59\xc1\x91\x7c\xf1\xae\x20\x6c\x42\x09\x0c\x8c\x95\xa8\x47\x42\x98\x73\xa3\x37\x79\x2c\xf5\xd4\xda\x6d\x0f\xbc\x5a\x5d\x97\x35\xd1\xb5\x76\xb5\x8b\xe2\x29\x45\x64\x1c\x4f\x20\x6e\xbf\x93\xf6\x17\x49\x45\x46\xe5\x0b\xeb\xea\x1a\x49\xbe\xbc\xe7\xa6\xcf\x19\x96\xe5\x2e\xd7\x6e\xf9\x06\x09\xf4\x51\x33\x1f\x08\xe4\x97\xec\xa4\xa0\x61\x87\x3c\x42\x18\xc8\x9d\xc8\x20\x0a\x73\xa5\xca\x6f\x0a\xb7\xe4\x22\x2b\x6c\x40\xb8\x85\x40\x63\x06\x73\x34\x64\x67\x64\x21\x08\x94\x12\x3b\x41\x57\x19\xd1\xd7\x65\xae\xaf\xcc\x3c\xcb\x46\xbe\xaa\xba\x54\x04\x37\xf1\xa7\x4e\x00\x39\x4f\x3e\x2f\x27\xa8\xad\x9e\x98\x03\xdb\x59\x3d\xb3\x60\x0d\x76\x9f\xfd\x19\xac\x2f\xd8\xdb\xc0\xea\x12\x8b\xdc\xa0\x33\x2d\x4d\xe8\x1d\xe8\xdd\x38\xd4\x0d\x24\xfd\xbb\xbe\xaa\x05\x91\x33\x9e\xad\x9c\x42\x67\x08\xa3\x2e\x73\x70\x4b\xf9\x84\x93\xb0\x51\x51\xa3\xa6\xd0\xcc\x16\x97\xd1\x99\x69\xa2\xf6\x0a\x5c\x35\x45\x0f\xa8\xeb\x5d\xe5\x16\xfa\xcd\x86\x19\xd9\xa1\x81\x03\xa8\xb0\x4b\x84\x30\x2c\x85\x9d\xb7\x90\x40\x97\xc6\x51\xe5\x3f\x0f\x4a\xc2\xf9\xa8\x62\xaa\x24\x92\x4a\xe4\x09\x80\x14\xce\x88\xe8\x04\x8c\xe8\x63\xcf\x8b\x26\xf4\x80\xeb\x59\x9b\xc5\xd2\x05\x39\xc5\xc6\x50\xc8\x08\x40\xc6\x6e\xb1\x99\x72\xad\x0c\xdd\xcc\x40\xb7\xf5\x17\xc4\xd5\xe0\x9e\xcc\x6d\x10\x51\x4b\x34\x81\x3d\x24\x49\x77\x48\x12\x0b\xac\xec\x69\x0f\x00\x84\x94\x80\x8c\xc1\xc2\x33\x50\xbe\xe4\xad\x35\x6f\x5d\xa2\x43\xb4\x3b\xad\xb2\x1a\xa2\x2f\xf4\xb9\x3f\xdb\xd2\xb5\xa0\x27\xb3\x1c\x41\x9e\xd8\x36\xe1\x05\xd1\xfc\x8d\x59\x14\xda\x24\x29\x32\x69\x8f\x06\x30\xd1\xae\x9d\x37\x09\x9b\x3a\x89\x43\x76\xad\x47\x61\xbe\x28\x5c\xcc\x45\x0d\x32\x52\x54\x4b\x98\x20\x6c\xbf\x82\x45\x6f\x8a\xf0\x91\xa3\xa0\x04\x63\xd3\xc4\x76\x50\xea\xe3\x07\xf3\x0e\x9a\x64\x78\xea\xc0\x02\xa0\xbc\xe7\xa4\xd0\x93\xb4\xb0\x67\xea\x65\x9a\xc4\x55\x73\x79\x50\x65\x93\x51\xbd\xa8\x9c\x13\x07\xdb\x08\x9f\x79\xfe\x55\xc7\x5c\x9d\x26\xc6\x9c\xf5\x42\x0e\x59\xd0\xc7\x0a\x94\x2f\xa3\x0d\x6d\x28\xf6\xc3\x3e\xd3\xd4\x5b\xf4\xe1\x4f\x56\x5f\x4f\xd1\x4e\x6f\x8e\x17\x60\xb7\x32\x67\x90\x4f\xfc\xfd\x73\x6b\x43\x8e\x8f\x60\xc4\xff\xfd\x5f\xff\x73\x44\x57\xda\x24\x83\x43\x59\xf8\xe6\x0a\x07\x4c\x10\xff\x16\x54\x89\xc4\x70\x51\xa0\x12\x0b\x2c\x1d\xa9\x00\xb7\x66\x9b\x38\xa1\x19\x96\x4f\xe7\x0c\xae\x05\xfa\x37\x76\xa4\x90\xab\xaf\x73\x0b\x9b\x41\x9a\xac\x1b\x4d\x42\xb9\x24\xc2\x90\xa0\x07\x38\xa8\x29\xbc\x03\x51\x41\x6b\xac\xdb\x64\x8e\x69\xa7\xe8\x52\xfd\x7e\x3d\x66\x50\x64\x66\xc3\x53\x22\x46\x69\x1e\x85\x2b\xae\x6b\xfb\x4a\x7f\x74\x96\xab\xe5\xfa\xf6\x65\x86\x93\xfb\x2e\x38\x4d\xfa\xfd\x86\x66\xd7\x8b\x32\x81\x53\x39\x16\x67\x1a\x50\x90\x48\x09\x05\xc9\x46\x39\x45\x7a\x26\xb0\x46\x06\x95\x93\x02\x71\xd4\xf2\x4e\x83\xd5\x08\x23\x87\x5a\x9a\x8e\xd9\x78\xf4\xdb\xf4\x68\xc8\xde\x1b\xf8\x68\x10\x95\xcd\x00\x12\xa8\x5d\x44\x3e\x2f\xb8\x24\x51\x9e\x40\x0d\xa2\xad\xcd\xe4\xb1\xc3\xa8\x97\xa2\x4a\x95\xab\xb6\x12\xa2\x5e\x1c\xcf\xaa\xba\xe1\xd5\x29\xd7\x53\xe0\x56\xf7\x74\x42\x17\x54\xd3\xce\xa8\xf6\xa4\x3d\x5d\x4d\xd1\x22\x8a\x00\x90\x0d\x54\xb6\x3c\x40\x7e\x7a\x25\x82\xc8\xc8\x03\x11\x78\xaa\x65\x2c\x4c\xb3\x10\xb7\x38\x36\x8e\x34\xb0\x93\x75\x07\xa8\x48\xd2\x01\xb6\x80\xd2\xf2\x08\xe2\x54\x86\x3a\x5a\x8c\x83\xc1\xb7\xce\x5b\xa8\x73\x85\x76\x90\x9b\x7a\x21\x7e\xf3\x92\x28\x44\x3e\x2b\xc2\x8c\x13\xf9\xd6\x65\x7c\x54\x03\x5e\x51\x7d\x70\x7c\xf3\xa5\xfe\xe4\x95\x66\x7b\x2e\x93\xcf\xa5\xb4\xa4\xd2\xde\x30\xb6\x0e\xda\x0c\xb3\xd4\xe6\x2d\x15\xd5\xd4\xcd\xec\x8c\xe5\xc2\x47\xa7\xda\xec\x9b\x00\xf8\xd2\xb4\x69\x10\x3a\xe1\x22\x73\x92\xbc\x96\x25\xc1\xa1\xc7\x85\x16\xa9\x72\xa6\x68\xa6\x89\xc3\x8e\x41\xeb\x79\x39\xf3\xd0\x33\x10\x4b\xd9\x84\x6e\x42\xa5\xa4\x6c\x3a\xb2\x2b\xe9\x52\x70\xda\x5d\x0c\x31\x4d\x7d\x34\x4d\x99\x1f\x7f\x70\x0d\xad\xb6\x4c\x1a\xb2\xd6\xd3\xf7\xc9\x3f\x20\x0a\x32\xee\x26\x63\x21\x43\x5c\xce\xd0\x88\xa6\x51\x71\x3e\x98\x68\x17\xb5\x1a\x64\xb3\x6a\x3e\x6d\x71\x85\x48\x24\x21\x65\xc9\xa4\x1c\x40\x6c\xa8\x6a\xc8\x58\x92\x8d\x99\x4a\x03\xe6\x45\x34\x5b\xc6\xc0\x67\x5c\x96\x92\x9e\xb0\xeb\xce\x06\xc0\xe2\x2c\x1b\xe3\xe4\xde\x8b\xc7\x5e\x49\xe4\xc2\xc1\xc0\x6a\xb1\x11\xea\x5c\x18\xe2\xd2\x03\x4d\x40\xba\x31\x09\xc5\x86\x98\x0c\xa2\x82\x1d\x76\xd1\xb9\x2d\x69\xc8\x4c\x91\x3d\x50\x27\xcd\xe8\x4d\x34\x6d\x4a\x16\x19\x5f\xce\x1b\xee\xb3\x72\x42\xc9\x36\xbe\xe1\xa6\x7c\x96\x9d\x5e\x65\x25\xa6\xd7\xf9\x32\xab\x44\xc0\xef\x00\xdf\xa3\x03\x97\xfc\x90\xf1\x31\xd8\xa5\xac\x5e\xe8\xa2\xba\x83\xe0\xe2\xf2\x79\xee\x1a\x6b\x5e\x3e\x91\x54\x2e\x32\xbc\x5c\xd5\x83\x89\x72\x7e\xda\x7d\x33\x99\xa4\xeb\xcd\x36\xed\xe3\x03\x6b\x3f\x7f\x92\xd2\x91\x4e\x12\xb0\x35\x24\x81\x7f\x59\xf3\x07\x71\xf6\x0f\x93\x5f\x72\xb4\x10\x5c\x4b\x0a\x7c\xc8\x14\x9e\xba\xdd\xb5\xd2\x25\x7f\x64\x44\xc8\x19\x5d\x44\x05\x70\xb6\x8e\x48\xb4\x24\x6d\xff\x63\xe2\xef\x3a\x30\x4f\xbe\x38\x34\xa9\xe2\x9a\x40\xe4\x02\x27\x85\xbd\x2a\xc9\xb0\x94\x74\xb2\x0c\x32\xbc\x7d\x70\x17\x64\x0c\xf8\xe2\x0f\x71\x11\x95\x5a\xd7\x5f\x94\x51\xbc\x9b\x74\xcb\xed\xd3\x59\xee\xe2\x53\x48\xd3\x10\x50\x07\x4a\x9f\x56\x92\xfa\x5b\x56\x67\xdd\x36\xcb\xc5\x8e\xcc\xe6\x7a\xec\x6e\x60\x2e\x53\x7b\xb3\xbc\xcd\x95\x20\x11\xcd\x66\x8e\x42\xd8\xb5\xc3\xb6\x8a\x96\x4f\x1b\x0f\xa7\x01\x73\x4c\xed\x17\x3e\xaf\x23\xca\x02\xc6\x11\x36\x82\x59\x23\xad\xfc\x39\xa3\xa3\x3e\x5f\x3e\x2d\x1d\x52\x85\x8b\x0e\x0e\x90\xdc\x0a\xb0\xa5\x3d\x69\x9f\x91\x8c\xec\x24\x5a\x71\x03\x3a\x2f\x7b\xb7\x03\x0a\x5f\x49\x44\x05\x00\xee\x7a\x33\x49\x77\x1a\x2f\x8f\xaa\xa0\xee\x9d\x0d\x6a\x83\xc8\xce\x06\x44\x8a\xfa\x91\x7f\x32\x03\xb5\xc1\x9d\x75\x04\xa6\x39\x67\x0a\x5b\xdf\x56\x35\xac\x83\xb6\x32\x2d\xd8\x13\x53\x74\xe3\xf6\xd1\x61\x87\x78\x61\xd7\x49\x5f\xaf\xf7\x18\xbc\x70\x28\x64\xc3\xe8\x3e\x90\x36\xf1\x08\x6b\x8f\xe8\x46\xdc\xb4\xe9\x4a\x6c\x47\x2a\xd6\x97\xa8\x38\x9a\x12\x65\xea\x80\xfa\x62\xa7\x6f\x90\x4c\x76\x16\xdb\xbd\xd3\xad\xa8\x67\x02\xdd\x4e\xf5\x0d\x51\xd2\xdd\x78\x15\x34\x31\xbb\x53\x87\x2e\x4d\xb5\x48\xfa\x7c\xbd\x5b\xf4\x3a\x4e\xf2\xb5\xb5\xaa\x3c\xdd\x05\xbb\x9e\x5e\x76\x42\x1f\x80\x72\x82\x21\xb0\x3d\xb7\xc0\xa8\x70\x78\x03\x9f\x61\x45\x95\x5f\xe3\x8d\xb5\xc3\x6b\xe5\x87\xad\x2c\xe7\x53\x6c\xaf\x8d\xa6\x6c\xbd\xb9\x4f\x49\x6a\x5d\xc7\xb2\x0b\x1d\xe5\x89\x8d\x22\x96\x1a\xd7\x6a\xd7\xfb\xa0\x08\x84\x9a\xfc\xaf\x85\x63\xd1\x6e\xd9\x2e\x0f\x59\x1d\x2e\xf6\xf6\x79\x18\x19\x37\xde\x81\xd1\x42\x90\x09\xfd\xbc\x91\x28\x7e\x05\x9f\x5a\xf5\x52\x2f\x73\x09\x69\x1b\xac\x1d\x80\xcc\x5d\x68\xfb\x6e\xa5\x1f\x05\x55\x8a\xb0\x21\x03\x58\x61\xf9\xa7\x93\xe3\xe3\x71\x9e\xdc\x13\x75\x7c\x4f\x96\x88\x8b\xe8\xa7\x4d\x51\x3c\x76\x8f\x0a\x6e\xf6\x75\xa6\xd4\x42\x9e\x1c\x1f\x4f\xa9\x9a\xe5\xe3\xa3\x84\xcf\x4d\xbc\x11\x17\x53\xf3\x8f\x63\x2a\x65\x4e\xe4\xf1\xf7\xdf\x7d\x57\x6c\xf1\x18\x27\xf7\x53\x93\x17\x59\xb5\xe2\x44\x5b\x7e\x53\xad\x9c\xd3\x1d\x69\x55\x70\x36\x22\x9f\x35\x91\xd6\xd5\x66\x6e\x0b\x39\x21\x51\xef\xd3\x0d\x92\x4b\xa6\xf0\xe7\x13\xf4\xd1\x14\xd2\x46\x3f\xf2\x5c\x48\x74\x86\x97\x87\x7c\x72\x38\xe7\x4c\xcd\xd0\x47\xf8\x5f\xfb\xd3\x23\x21\xf7\xe8\x17\x82\x85\xdd\x5f\x23\xb0\x78\xb0\x66\xf0\x42\x88\x9c\x49\x5b\xa1\xfb\xbb\x7f\x77\x25\xba\x4f\xd0\xb7\xc7\xdf\xfd\x3b\xfa\x23\xfc\xff\xff\x83\xfe\xd8\xa0\xa9\x75\xcb\xb9\x2d\xca\xa7\xd7\xb6\x06\x2b\xb5\x41\xb1\xa2\x53\xc1\x8b\x9d\xaa\x6d\xf9\x9e\x26\xf7\x7c\x32\x19\x29\x3a\x27\x26\x38\x74\x84\x45\x05\x4b\x69\x43\x00\x13\x6a\x4b\xab\x98\xea\x94\x05\xb4\xa9\xed\xd4\xa4\x7e\xb8\xe3\x26\xf3\xa2\xb4\x04\xf8\x54\xa2\x72\x1d\x54\xc2\x57\x24\xd5\xa7\xa2\x8b\xff\xc4\x59\x67\xaa\x05\xe0\x8a\x34\xa7\xb0\x5c\x90\xf7\x83\x86\x4e\x7d\xbe\xae\x74\x79\x35\xda\xe0\x8b\x71\x21\xc3\xd4\x5e\xca\x7d\x2c\x2b\x9d\xaf\xf7\x1c\xdf\x70\xb1\x95\xbc\x7c\x4f\x2a\x21\x2c\x2d\x61\x7c\x5d\x91\x8a\xb0\x70\x15\x64\x1d\x70\xe1\x81\x84\x8c\x5e\x6b\xc1\xfe\xd7\x5b\xa1\xa8\x30\xbe\xb6\x76\x87\x5e\x4f\xfd\xcc\x7f\xb2\x6e\x98\xe0\x78\x73\x6f\x17\x30\xe6\x30\x5a\x7d\xc5\x69\x96\x58\x33\xe2\x1a\xb4\x81\x75\x1b\x7a\x63\xf6\x8c\x48\xd3\x38\x78\x81\x21\xfa\x8e\x39\xc9\xc4\x26\xa5\xd4\xee\x27\xe4\x60\xef\x02\x9e\xa1\x02\xb5\xb7\x05\x9f\x33\xa6\xb2\x82\x45\x38\xb8\x4b\x10\xd9\x82\xb2\x38\x58\x73\x8f\x0d\x11\x2d\x0c\xd8\xed\x01\x12\x18\x1c\xa9\x6a\x86\x99\x51\xa2\x26\x38\xa1\x6c\x7a\x10\x80\x19\x40\xae\x4c\xc8\xb3\xea\x56\xf2\x16\xcb\xfb\xdd\x3a\x07\xb7\x06\xff\xa7\x69\x01\x40\x6d\x28\xd2\xfa\x0e\x69\x25\x93\x5b\x61\x79\xbf\xb3\xe2\xe8\x7a\x29\xda\x94\x45\x77\xb1\xf7\x24\x14\xda\x00\xd9\x4f\x2b\x57\x01\xfa\x93\x0b\x9f\x34\x85\x47\x69\x46\xd2\x32\x06\x46\x79\xfc\xeb\x08\xc1\xa8\xc5\x81\x17\x0a\x20\x12\xe6\x5a\xf1\x4b\x8d\x79\x96\x2d\xcd\x51\xd2\x37\x17\x96\xf7\xd2\x57\xa0\x40\x72\x8e\xb3\xec\x00\x09\x92\x4b\x7d\xf5\x1e\x20\x49\xb2\xc9\xa1\x43\x2b\x4c\x51\xc6\xa7\x34\xc1\x19\x1a\x67\x3c\xb9\x97\x43\xa6\xaf\x12\x36\x35\x37\xe0\x42\xf0\x84\x48\x19\xdc\xbd\x45\x5c\xbe\x0d\x62\x85\xf2\x13\x8a\x88\x39\x65\x54\x2a\x9a\x94\x2a\x4a\x1f\x0d\x99\x29\xa7\xa2\xb5\xa1\x84\x9b\xa2\x19\x30\x5c\x2d\x0b\x10\x83\x9f\x90\x33\x8b\x05\x0b\x0c\xdd\xa6\x45\xbb\xa8\x8a\x26\xea\xdd\x41\x96\xb7\xdb\x9e\x91\x8a\x4f\xc3\x1a\x7a\x3e\xb5\x9f\xc1\x19\x5a\x45\x31\xd7\x31\x39\x7b\x6a\xf0\x64\xee\xc1\xc3\x1c\x51\x14\x31\x23\xd1\xdd\xe6\x43\x29\x5e\x59\xf2\x2b\x0c\xb9\x21\xe5\x75\x1d\x4d\x9f\x9a\x12\xd5\x16\x7e\xb8\xec\x17\x73\xa5\xa7\x2d\xc4\xbc\xbe\x24\x1e\x34\x91\xb8\xe5\xd1\x6b\xaf\xaf\x92\x03\x5f\x37\x1a\x4b\x1b\x32\x72\xe8\xb1\xed\x34\x3f\x34\xf8\x83\xd0\x49\xa9\x08\x71\x95\xa2\x5e\x53\xad\x68\x7f\x49\x77\x65\x8b\x6b\x05\x89\x8e\x75\xa3\xdd\x4a\x37\xe2\x80\x44\x63\x8b\xc9\x16\x12\x4d\x9b\x07\xd5\xd2\x5e\x21\xea\x32\x3a\x0c\xc5\xc1\xd3\x07\x5a\x54\x01\xb2\xbd\xad\xb4\x67\xe8\x19\xb5\x32\x66\x84\x44\xb1\xb1\x81\xae\x34\x95\x4a\x66\x14\x35\x05\xb2\x6c\x7d\x7d\x2d\xd5\xe6\x49\x42\x48\x5a\x1b\x5c\xa0\x47\xf4\xea\x70\x2e\xae\xb0\x9a\x99\x24\x9b\x39\x57\xa6\x08\x85\xc1\xb9\x70\x86\x16\x03\xdc\x30\xce\xf8\x18\x2e\x24\x80\xc0\x70\xe9\x16\x41\xb8\xb4\x99\x37\x49\xd1\xd7\xc1\xfd\xe2\x13\xc0\x9a\x8a\x9c\xed\x10\xfe\xa2\x6c\x9d\x69\x04\xc1\x88\x11\xd2\x8f\xd0\x55\x29\xe3\x30\x98\xd5\x04\x6b\x96\xbf\x32\x7b\xf5\x85\x20\x33\x4a\x93\xd8\x09\x64\x46\x44\x9f\x3b\x80\xcc\x68\x35\xc6\x8c\x4f\x9f\x34\x87\x43\x4f\xea\x9c\xb7\x0f\xac\x35\x59\xeb\x46\xb4\x8a\xc8\xc7\x1d\x84\x65\x1d\x11\xbd\x2e\x38\x90\x52\x0d\x80\x97\x85\x03\x29\x0d\xe6\x35\xc3\x81\x94\x86\xfa\x7a\xe1\x40\x6a\x06\xda\x02\x0e\xc4\x78\x77\x47\x9a\xa8\xdb\x31\x05\x88\x13\x1c\xe7\x93\x1b\xb8\xef\x56\x8e\xd1\x16\x9a\x35\xd7\x87\x13\xe1\x2c\x2a\x15\x8c\xd6\xc6\x94\x37\xc5\xc3\x60\xb9\x15\xed\x79\xf7\x0b\x95\x46\x7b\x5e\x64\x98\xc5\x6c\x1f\x0a\xf9\x09\x92\x68\xf2\x33\x8c\xaa\xa8\x70\x7e\x60\xad\x3a\x7a\x14\xc6\x90\x99\xe0\x85\xcd\xd1\x69\x02\x8b\x7d\x3d\xd9\x08\xdd\x90\x56\x00\x10\x23\x62\xf5\xad\xd2\xd9\x3f\x96\xf0\x16\x67\xfc\xd1\x4a\x6c\x40\x7e\xb6\x36\x73\x47\x25\x22\xc4\x6a\x29\xd1\x74\x4b\xac\x96\x68\x22\x7b\xac\x96\xfa\x0d\x7e\xb5\x58\x2d\xa5\x3d\x6f\x87\xd5\x52\xb7\xe5\x1b\x60\xb5\x44\xcd\x7c\x31\x58\x2d\xa5\x15\xfd\x62\xb0\x5a\x4a\xf3\xda\x63\xb5\x7c\x21\x58\x2d\xeb\xf9\x48\x2d\x1a\x49\xfd\xe1\xed\x86\x46\x52\x2b\xc2\x37\xb3\x88\x6d\x13\x69\x41\x60\x78\x66\x34\x92\x68\x02\xfb\xc0\x9b\xee\x81\x37\xb5\xc4\x67\xfb\x86\xba\xd7\x36\x1a\xa7\x7c\x91\xb5\xc4\x23\x89\xf6\xa7\xb5\x55\x6b\x17\x94\xf8\xb4\xa1\x5e\x60\x5c\x6f\xab\x71\xf7\xa2\x55\x94\x16\xc5\x48\x4b\x46\x2e\x2b\xdf\x08\xe7\xa1\x63\x71\x4f\xb9\x1b\x84\x8c\x95\x96\xd7\x9b\xe3\x0d\x2d\xee\xd2\xee\x5a\x53\xa6\x6d\x0b\x7a\x75\x59\x35\x1d\xed\xde\x6e\x10\x60\xff\xae\xb7\x3d\x41\xe5\xc6\xdd\x34\xbb\xee\x22\xf3\x39\xc7\x51\x21\x49\x9f\x30\x54\x14\x92\x34\xb2\x71\x29\x4f\x4a\xab\xff\xf6\xcb\x29\x95\x4a\x34\x06\x4d\x54\x46\xb8\x8d\x87\x6d\x91\x6f\x92\xdd\x38\xdd\xec\xb3\x39\x99\x73\xb1\x2e\x62\xa3\xf6\x4b\xa9\xb8\xc0\xd3\x75\x8a\x78\xbd\x5a\xb5\x98\x91\xb9\x16\x82\x46\x5d\x1b\x69\xbb\xdf\x3e\x9b\xcc\x26\x35\xd4\x54\x13\x0d\xfc\x67\xfa\xdd\xd4\x56\x08\x6d\xbb\xdd\xdb\x6e\xb3\x2b\x45\xda\xcd\x50\xec\xd0\x84\x56\x5b\xae\xec\x4b\x91\x97\x14\xe8\xbb\xd6\x0f\xef\xc3\x20\x36\xf4\xb4\x37\xe0\xbd\x54\x3b\x04\x47\x9c\x24\xe2\x30\x94\x51\x23\xe7\x57\x75\x04\xd1\xba\x3b\xdd\x66\x8b\x65\xcf\x45\x63\x40\x58\x1b\xd3\x91\x29\xef\xad\x15\xa7\x10\xe9\xbd\x4c\xdf\xe3\x65\x4d\x86\x49\x3b\xdb\x24\x65\xea\xcf\xff\xd6\xc5\x43\x0e\x42\xbe\x5d\xb7\x09\xcd\x08\xc2\x49\x42\xa4\xb1\x66\xd9\x80\x41\x53\x39\x31\x17\xd9\x36\xbb\xaa\x0f\x87\x9e\xb7\x66\x99\x1e\x44\x29\x2d\x88\xc7\x5c\xc0\x33\xc1\xf3\xe9\xcc\x59\x33\x34\x15\xea\xa9\xd5\xed\xe5\xcf\x26\xbc\x63\x9b\xbd\xfc\x21\xa7\xd9\x66\xb6\xa2\x22\xa2\x4a\x0f\xf3\xc3\xe0\x16\xc9\x99\xa7\xff\x31\x34\x5b\xbb\xb1\xd5\x41\xb7\xef\xd3\x7e\xeb\x2d\xa3\xd0\xcd\x81\x03\x0e\x99\xf0\x2c\x03\xdb\x9e\x24\xf3\x87\xa6\xca\x8b\x30\xe1\x5b\xba\x61\x7d\x39\xf8\x1a\x3c\x04\x52\xe1\xf9\xa2\x95\x44\x73\x65\x84\x2d\x89\xdc\xe8\xcb\xae\x3d\x13\xb0\xc3\x19\x61\x75\xd6\x9e\x4f\x55\x00\xd0\x37\x16\x36\xe5\xc2\x78\x76\x16\x3a\xe5\x96\xe4\x99\xc3\xa7\xea\xe6\xd1\x81\x05\x44\xd1\xc4\x05\x8f\x77\x7e\x69\x23\xc7\xf7\xf4\xfc\x86\xac\x17\xc5\x1d\xbb\x92\x2e\xe3\x65\x11\xb8\x68\x44\xe2\x90\x93\x00\x6e\xa2\xb5\x13\x28\x6e\xad\x07\x20\xb8\x1b\xcc\x1b\x13\x58\xe5\x82\xa7\x20\xea\x92\xa4\x87\x38\x59\x26\x19\x4d\x02\x15\x70\x2a\xf0\x62\x56\xc7\x6e\xaa\x25\xca\xf7\xe8\x02\x2b\x47\xb6\x73\x74\x81\x26\x30\xe0\x2e\x51\xa3\x8e\xae\xa0\xba\xe5\x1e\xf5\xa0\x06\xf5\xe0\xc0\xe7\xf5\xb2\x02\xd6\xf8\x05\xd3\x45\xab\xe7\x6e\x0f\x7d\xf0\x02\xd0\x07\x9b\x1c\xbe\x02\xd7\x20\x3a\x76\x7b\x38\x86\x77\xad\xe0\x18\xfc\x25\xf8\xaa\x32\xec\x9b\xcf\xe3\x0b\x67\x6e\x57\x07\xf6\x92\xf0\x0b\x35\xe2\x42\x17\xb9\x69\x15\xfe\xc2\x2a\xba\x68\xb5\x2e\x2f\x8b\x86\xd0\x6d\x65\x3a\x01\x1d\xd4\xde\x5d\xaf\x04\xf6\xa0\x79\x1b\x5e\xc9\xb9\xd9\x65\x6c\x7f\xb7\xba\x0d\x61\x7c\x7f\x17\xed\xa6\x5b\xa8\xbf\xa7\x87\xb7\x15\xee\x5f\x60\x99\x6f\x16\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\xaa\x85\x5c\x57\x92\xd4\x5b\x0f\xee\x0f\xe4\xdf\xdd\x06\xf8\x87\x2b\xbb\x69\x90\xff\x9a\xc1\xad\x12\x3d\x36\x0c\xf4\x0f\x7a\x5c\xe9\x74\x72\xb3\x6b\xe5\x78\x2a\x13\xcb\x06\x31\x41\x15\xc0\xf7\xed\x41\x10\xe6\xf8\xf3\x68\x81\x05\xce\x32\x92\x51\x39\x6f\x3a\xf3\x94\x29\x32\x2d\x53\x5a\x64\x8c\xfd\xd3\xf7\xab\x03\x30\x63\xef\xa3\xab\xf1\x0b\xfe\xc7\x7c\x3e\x36\xa4\xe8\x06\x62\x0b\x23\x28\x8e\x44\xce\x42\x08\x17\xbf\x31\x08\xf0\x6a\x4d\xd1\xe0\x49\x0e\xd1\x39\x38\x99\x41\x15\x8e\x09\xa6\x82\x11\x29\x3b\x16\x6e\x96\xb1\x9e\x68\x6e\x60\xfa\xf7\x48\x42\x3d\x8c\xe2\x84\x93\x20\x53\x19\xc2\x37\x1c\x76\xeb\x2a\x56\xb1\x0f\x06\xac\x06\x03\xd6\xaf\xcd\x6b\x0c\x08\x2c\x6a\x87\x77\x0c\x0a\x6c\xda\xfe\x5d\x30\x81\x1d\x06\x07\xbe\x70\x14\xdd\xd3\x04\xd0\xbd\x6c\xc4\xe3\x53\x04\x3b\xee\x43\x02\xdf\x5e\x48\x60\xf3\xb1\xed\x14\x16\xb8\x26\xf5\xde\xf5\xb2\x6d\x0c\x96\x4f\x07\x7f\xd2\x38\x2c\xef\xf5\x0a\xbe\x68\x19\x8b\x55\xe4\xab\xef\xe3\xb1\x9e\x28\x1e\xab\x66\x89\xbb\xc5\x64\x6d\x24\x1e\x3f\x7f\xb8\x48\xb9\x00\xd5\x53\x86\x8c\xac\xf1\x92\xca\x7c\x3c\x7a\xf2\xa3\x57\x3b\xe7\xb6\x27\xf0\x93\x27\x0a\x23\x12\x09\x4d\x67\x63\x92\xa6\x60\x82\x51\xdc\x16\x63\x28\x68\x87\x11\x43\xdf\x9a\xf9\x62\xa9\x89\x1d\x67\x9c\x4d\x25\x4d\x49\x50\xf2\xad\x90\xac\x4c\x52\xd6\x90\xc1\xfe\x66\x19\x11\x4e\x83\x17\xe8\x6b\x49\x59\x42\x42\xad\x5e\xa0\x94\x13\xc9\xbe\xd2\x02\xd8\x03\x41\x98\x2d\xd1\x3d\xe3\x8f\x19\x49\xa7\xb0\x43\xe5\xc1\x1c\x22\x4a\x0e\x10\x55\xfe\x33\x41\x70\x32\xd3\x1c\x76\xa8\xc7\x0e\x7e\x59\x23\x02\x12\xfb\x6d\x50\x76\xc4\x37\xf3\xcd\x11\x42\x03\x86\x26\x38\x51\x07\x48\xe6\xe3\xa2\xfd\x94\x9b\x3a\x12\x0f\x84\x85\x13\x2f\x1a\x79\xb2\x70\xa1\xda\xf0\xa0\x12\xb5\xb9\xf3\xa6\x09\xa0\x97\x51\xbc\x95\x67\xf7\x01\x6f\x03\x6b\xf3\x31\x97\xd6\x05\x80\x38\xf3\x87\xc9\xe6\xb0\x7a\x24\x2f\x40\xd3\x37\xa8\x58\x2b\x8a\xfb\xe1\xd2\x54\xba\x8e\xa5\x70\xc3\x5b\x10\x7f\x6b\x26\x81\x76\xcd\x72\xa7\xfc\x91\x49\x25\x08\x9e\x5b\xd5\x54\x33\x6f\x70\xe1\x18\x27\xbc\x1e\x3d\x15\xe6\xd2\xee\xb2\xc5\xe7\x94\xdd\xeb\xdd\x2d\xb0\xcb\xa0\x28\x0a\xf4\x5c\xb3\x69\x3f\x50\x86\xa3\x18\xc4\x0d\x76\x2d\xcb\x3b\x05\xc5\x04\xe5\x0f\x97\x4d\xb0\x71\x0a\xaf\x43\x72\xeb\x62\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\x3f\x1a\xb2\x81\xfa\x0a\x0a\xd2\x72\x36\xcd\x96\x08\xa7\x0f\x54\x16\x38\x72\x09\x67\x32\x9f\x13\x51\x2a\x52\x64\x9c\xcc\x08\x3b\x5a\xd1\x63\xd3\xb2\xda\x03\xce\x68\xea\x8a\xe6\xe9\x1f\xc7\x64\xa2\xef\xbd\x05\x16\xd2\x59\x24\x6b\xac\x89\x76\x73\x53\xbd\x56\x2f\x76\x26\x7f\x0e\x8f\x1d\x9a\x17\x27\x14\x5b\xdd\xe5\xb8\x7c\x3e\x83\xb2\x8f\x4d\x01\x7e\x95\x49\xa1\xd5\x17\x93\x5d\x85\xb3\x75\xf9\x9e\xfa\x05\x4d\x0d\xb9\xf1\x1e\xe9\x7e\x9c\x0c\x64\x06\xd7\xc9\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\x6e\xde\xda\x6d\x6b\xb3\xca\x04\x67\xd5\x1d\x6e\x5e\xcb\x1b\xf3\xfe\x6a\xde\x67\x8f\x9b\x69\x7b\x65\xb0\x66\xc2\xb3\xac\x0b\x4a\x5c\x69\xe6\xa7\xc5\xe7\xab\x47\x54\xf4\xa3\x37\xc0\xed\x05\x9c\x1a\x63\xf6\xc3\x99\x95\x2c\xa4\xb2\xbb\x14\xbe\x64\x78\xe8\xd2\x9a\x15\x87\x8c\x4f\x00\x47\x30\x6b\x2a\x82\xba\x10\x7c\x4e\xbb\xe0\x50\x18\x0c\xda\x6b\xe7\xc0\x5f\xe3\xba\x71\x6e\x7e\x28\x76\x65\xc8\xcb\xf6\x08\xa1\x5e\x98\x19\x39\x63\xc5\x19\x9a\xe3\x4a\x29\xde\x56\x0b\xbe\x4e\x4b\xee\xa1\xb9\x31\x51\xd8\xd5\x93\xa6\xa2\xda\x3d\x59\x42\x9a\x7a\xf6\x88\x97\x45\x48\x6b\x97\xe3\x54\x04\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\x18\x1f\x86\xa0\x45\x04\xc3\x59\xbd\x54\x1f\x23\xca\xd9\xf9\x1a\x95\xda\x41\x46\x97\x73\x9e\xb3\xab\xfa\x56\x9f\x61\xcd\x2c\x59\xb7\x5a\xac\x2d\xa3\xe4\xbb\x61\x1b\xb8\x1e\x3d\xa2\x41\xed\x79\x5f\x0f\x98\xd4\x45\x87\x98\x68\xd9\xc5\xd6\xda\xf3\x40\xcf\x36\x1e\x69\x42\x33\x22\x8f\xd0\xa0\x46\x9f\x70\xd1\x40\x20\x55\x01\xde\x12\xf8\x45\x9d\xbc\x93\x0b\x1a\xa0\x5d\x3b\xa9\x06\x51\x5b\x91\xb6\xb0\x52\x08\xa2\xc7\x9c\x18\x2f\x09\x67\x80\xcb\x00\xae\x48\x41\x4d\x41\x46\x2d\x5e\x2a\x30\xb8\x69\x5e\x40\x6d\x6a\x91\x29\x12\xee\x3f\xd0\x32\xb6\x22\x02\x5b\x40\xff\x62\x54\x0d\x5b\xba\x0b\x14\xcf\xf6\xc1\x56\xae\xd7\x5b\xfd\x45\x75\x6f\x6a\x47\x78\x1b\xb7\xde\x79\x74\x5e\x2e\xef\xee\xf2\x79\x0f\x9f\x3a\xfb\x13\x46\x13\x41\xc0\x44\x39\xf7\xd9\x0b\x2c\x25\x42\x2a\xce\xe1\x86\xba\x39\xfb\xe9\xf8\x6e\x80\x88\x4a\xa0\x5e\xd9\x90\x25\xf2\xe1\x40\x0b\xb4\xbf\xe5\x44\xe9\x9f\x1b\xa2\xfb\xe8\x9c\x30\x09\x9c\x80\xb6\x2d\xd6\xec\x16\x46\xff\xf7\x2c\xfe\x7e\x05\xc9\x57\x62\x45\x81\x76\x7d\xe1\x4c\x4d\xa6\x00\x0f\x66\x96\x56\xd6\x50\x8c\x29\xda\xde\xaf\x83\x08\xdf\x20\x36\x84\xfd\x2d\x67\x1d\xc5\xa4\xd3\xe2\xa3\x60\x14\x0d\x52\xd8\x7c\x81\x05\xad\xc1\xa3\x59\x1d\x74\x62\xbe\xa9\x6d\x7d\x1d\x13\x29\x62\x70\x6d\x09\x7c\x54\xa0\xa9\x23\x25\x08\x01\x16\xe2\xe9\xc9\xde\xf5\x36\xe7\xc1\x4f\x2c\xf8\xe8\x68\xc8\x3e\x3a\x93\x69\xf1\xab\xaf\xed\x69\x02\x99\x48\x8a\x72\xd0\x99\xe2\x56\xa0\xd9\x94\x4a\xff\x03\x80\xc3\xc9\x3c\x53\x06\xe6\x77\x02\x45\xe7\xdd\x40\xcd\x93\x3a\x2e\x21\x30\x4b\x66\x17\x7c\xbb\x9a\xbf\x74\x32\x22\x59\x17\xd9\x71\x30\xe9\x67\x52\xd3\x77\x72\xdf\x70\x3a\x37\x01\xb2\x2e\x26\x03\x92\x9b\x83\x3a\x35\x5a\x89\xb1\xd3\x65\x06\x34\x98\x20\x30\xb2\x95\x43\x85\x4c\x36\x80\xde\x45\x2b\x5b\x1b\x1b\x9b\xf1\xd1\x3b\xb3\xdc\x18\x7a\x41\x58\x0d\x99\xc8\x19\x00\x68\x79\x93\x3b\x46\x92\x08\x6a\x6c\xdf\x09\x67\x46\x06\xb0\xc6\x93\xa9\x66\x13\x5a\xf2\x03\xbf\x0b\x67\xa0\x51\xf1\x5c\x82\xbb\x7f\x4e\x94\xbe\xa0\xbe\x06\x70\x7c\xe3\xf4\x38\x40\x0b\x41\xe7\x54\xd1\x07\xe2\x81\xf9\xc2\xad\x3b\xc5\x0a\x67\x7c\xda\x13\x8a\x4e\x70\xa2\x6e\xf1\x56\x3a\x33\xb6\xcd\x6c\xea\x40\x77\xc3\x40\x83\x33\xbd\xf8\x53\xc2\x88\x80\x89\x42\xc9\xd1\xda\x23\xdc\xb5\x18\x69\xc1\xb9\x01\xaa\x37\x31\xe0\xa6\xd2\xdb\x18\x70\xae\xf8\x5c\x6b\xa4\x38\xcb\x96\x00\x5a\xaa\x9f\xcc\xb0\x9c\xb9\x8d\x36\x48\xa7\x6d\xee\x26\xbb\xb8\xa7\x38\x99\x91\x1b\xa8\x31\x5f\xb7\xb8\xa5\x51\xbe\x23\x2c\x9f\xbf\x3b\x41\xff\x5d\xcc\xf1\xb4\x77\xfa\x63\x7f\x74\x36\xb8\xe9\xfd\x70\xde\x3f\x0b\xe6\x63\x9f\x7c\x1c\xdc\xdc\x54\x7f\xfd\x71\x70\x5b\xfd\xf1\xea\xf2\xea\xee\xbc\x77\x5b\xd7\xca\xf9\xe5\xe5\x4f\x77\x57\xa3\xf7\xbd\xc1\xf9\xdd\x75\xbf\xe6\xd3\xbb\x5b\xff\xd0\x3e\xfb\x9f\xe0\x10\x41\xbc\x07\x44\xa7\xd4\x8f\xb6\x7c\xce\x0e\x51\xfc\xe2\x09\xba\xb3\xde\x1b\x6a\xd1\xce\x5d\xd0\x84\xc9\x4d\x78\xc4\x52\xb3\x2a\x28\x2a\x3c\x64\xc8\x7d\xae\xe7\xde\xf4\xa9\x71\x2b\x25\x33\x82\x32\xce\xef\xf3\x85\xe5\x60\x26\xc0\x91\x71\x63\x91\x21\x32\x68\xed\xc7\xc1\xed\x89\xf7\x22\x55\x1b\x0b\x52\x10\x1d\xa9\xc3\xb8\xb0\xe3\x9a\x60\xe4\x58\x08\xf2\x00\x67\xd2\x7b\x17\x83\x1e\xfc\x06\xac\xea\xc7\xb4\x86\x99\x2a\x75\x93\xa6\xb6\xe0\x81\x9b\x58\xd0\x70\xbc\x7d\xab\x56\xd3\x2f\x87\x81\xbc\x44\x63\x92\xe0\xdc\x38\xdf\xf4\x75\x24\x04\x17\xe1\x80\x8b\x6d\xdf\xb2\xd1\x77\x55\x29\x23\x06\xb6\x97\x70\x46\xf4\x27\xc1\xc9\xd1\xfa\x32\xe8\xd2\x0e\xb2\x6d\x66\x61\x31\x5d\x9d\xe9\xc2\x63\x02\x50\x31\x9a\x73\x7b\x00\x33\x0a\xde\x3c\xac\xd0\x23\x81\x28\xd7\xdc\x62\x56\x1a\x0d\x59\x9f\x40\xe8\xce\xd8\xa1\x1d\x40\x71\x14\xfd\xda\xc8\x32\x77\x21\x16\xeb\xef\x25\xa9\x63\x97\x5b\x84\x2a\x9e\x99\x46\x81\x87\x3a\xd7\x2a\x8c\xb8\xc1\xe2\xef\x78\x76\x8d\xe5\x79\x85\x14\x54\xbd\x37\xd6\xb0\x74\xcd\x5c\xdb\x8c\xc7\xa5\x67\x44\x10\x3a\xdd\xf2\xd5\x7d\x58\xc0\xda\xb5\xba\xe5\x29\x5e\x6a\xe2\x80\x98\x06\x99\x2f\x16\x5c\x28\xd4\xd0\x06\x82\x93\x6e\xc6\x07\x37\x83\x9d\x87\x67\x51\xd0\x88\x96\x03\x64\x0d\xca\x5d\xbb\x88\x75\xbb\xae\xc5\xb9\x0f\x53\x5f\x41\x5d\xf3\x88\x8b\xf3\x48\xf1\x8d\x28\xb4\x4e\x44\xdd\x26\x92\x69\xa1\xaf\xe1\xb6\xe0\xbd\x75\xbd\x5f\xba\x16\x6a\xb7\x3c\x23\x13\x35\xaa\xf5\xa6\xac\x30\x1c\xea\x16\x59\x53\x92\x0f\x9d\xce\x76\xd0\x62\x7b\x59\xfe\x7b\xeb\xed\xd2\x02\x7c\xa0\xc7\x0b\xce\x95\x91\x22\x0b\x4d\x03\xb9\xd5\x04\x23\x80\xed\xd4\x54\x0a\x28\x44\x35\x2d\x99\xdf\x33\xfe\xc8\xbc\xc5\x5c\x1e\x0d\x59\x1f\x43\xf9\x0a\xaf\x2e\xd8\x80\x05\x23\xab\xaf\x95\xd2\x23\x34\xfc\x57\x82\x21\x51\xd0\xbd\x2d\xf5\x93\x2d\x51\x51\xf1\x20\xfa\xae\xcd\xe9\x31\xd6\x64\x27\xa8\x99\x09\x5b\xac\x6e\x45\x16\xd6\xe2\x6d\xe6\x59\x84\x73\x83\xd3\x54\x77\x75\x84\x3e\x39\xfb\x0c\xc4\x57\x14\x95\x3a\x94\xb9\x71\x32\xbc\x74\x49\xf2\x75\x0b\xbb\x8b\xbc\xf3\x5d\x47\x5c\xac\x5e\x60\x9f\x63\x57\xb3\xca\x91\x9a\xcc\x98\xb1\x9b\x76\x08\x2f\x3b\xf5\x1f\xdd\x90\xd5\xf1\xa7\xef\x01\xbc\x5b\x11\xa1\x95\x4d\x90\x19\x58\xb6\xfc\x5f\x66\xb3\x20\xdf\xdc\xc6\x26\xa7\x0e\x90\xd9\x7a\x26\xf5\xf9\x01\xcf\x9a\x16\x03\xc6\x00\x44\x91\x81\x1c\x70\x84\x7a\x50\xb7\x02\x2a\x12\xe8\xab\xd0\x45\xf1\xd0\x29\xe3\xeb\x02\x07\x1a\x88\x29\x09\x88\xe9\xa6\x99\x98\x24\x50\x53\x11\x5a\xbd\x1b\x8a\xda\x41\x9a\x8d\xe6\x2d\xb8\x8a\xb9\xd3\x3e\xb9\xa6\x83\x8a\xfd\x12\x41\x38\x95\xe1\x06\x1f\xfe\xb3\x7e\xe8\x1f\x72\x2c\x30\x53\x10\x5a\x62\x25\x6f\x41\x82\x10\x47\xf2\x19\x82\xb7\x98\x31\xd7\xc2\x4f\xe1\xe6\x3a\x57\xfa\x94\x3e\x10\x86\x68\x7a\x80\xe8\x11\x39\x3a\xb0\xc5\xe7\x64\x3e\x2e\xde\x9c\x69\xc9\x61\xc8\x2a\x29\x23\x47\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\xae\x16\x54\x14\x7f\xf0\x84\x80\x71\x95\x6b\xe8\xc9\x36\xc9\x80\x15\xaf\xda\x20\x78\x03\x36\xa6\x48\xe5\x09\x92\x62\xd0\xd7\x58\xa1\x8c\x60\xa9\xd0\x77\xdf\x74\x8a\xb9\x70\x13\x2c\xb8\xab\x3d\xbe\x45\x40\xaa\x8b\x68\x6b\x2a\x68\x07\x60\xf2\xb6\x02\xaf\x17\x20\x0f\xf4\x3e\x2b\x8e\x1e\xa8\xcc\xa1\xf4\x4e\x10\x43\x6f\x8a\xa7\x50\x25\x5d\x50\xa0\x51\x99\x1a\xf8\x88\x83\x7f\xb1\x6e\x49\x3b\xac\x1a\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\x23\xbf\x40\x17\xa0\x7e\xf9\x10\xa0\xb8\x88\xa0\x3f\x2c\x5a\x53\x1b\x32\x9f\x82\x16\xb6\x5d\x2b\xed\xd4\x59\x81\x9f\x51\x08\xae\xe9\xfe\xdc\x54\x70\x6a\x21\x0c\x37\x57\xd8\x5c\xe1\x35\xa9\x58\xde\x57\xc8\xc6\xbb\xee\xa0\xbd\xa8\x5c\x6f\xc5\x86\x6b\xf6\x91\xd7\x18\xc5\x1b\x36\x37\x90\x2d\xb6\x51\xc0\x7d\x2c\xda\x73\xf9\x65\xa3\xa1\x0f\x52\x88\x2d\x5f\xcf\x05\x8b\x58\x6d\xc7\x3a\xc0\x1c\x4d\xd3\x20\x74\x34\x88\xab\x83\xd0\x62\xc7\xf8\xec\x9b\x0d\xfe\xd1\xc5\xdb\x9e\xfe\x41\x31\x7f\x37\x15\x1f\x5c\x56\x9d\x78\xb3\xb0\xd7\x4b\xff\x86\x13\xc2\x92\xa5\xe9\xc9\xc1\x65\x55\x73\xe4\x1c\xb2\x10\x06\x93\x7b\xad\x78\x68\x8b\xb1\x1d\xa1\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\xdd\x09\x30\xf9\xb9\x5b\x79\x5c\xe6\xeb\x51\x10\x9b\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\x6a\x74\xbd\xcd\xb5\xb6\xbd\xb5\xa4\xd1\xb6\x4e\x6a\xb5\xaa\xd9\x1c\x0a\x8e\x41\x50\xb1\x2b\x69\x70\x80\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\x29\xc4\x56\xec\x22\x52\x66\xc3\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\x6a\x33\x71\xf4\xa7\x07\x08\xa7\x29\xfa\xdf\x5f\xbf\x3f\xff\xe5\xb6\x3f\x1a\x5c\x80\xcd\x79\x70\xde\xff\xe6\xc0\xff\x78\x79\x77\xeb\x7f\x35\x16\x96\x07\x22\xd0\x1c\xdf\x83\x8a\xc7\xa4\x91\xff\x20\xda\x3d\x1c\xa9\xcb\x51\xd2\x4f\x24\x71\x11\xa4\x56\x4c\xf1\x59\xed\x76\x0f\x1b\x2b\x96\x18\x9b\x5f\x07\xe5\xf7\xda\x7f\xb2\x9a\x06\x1d\xf1\xf8\x2e\x9c\x18\x38\x27\x4c\x69\x1e\x63\xad\x7d\x85\xee\x5b\x10\x1c\x61\x53\xca\x9a\xe2\xdc\x08\x7b\x78\x4a\x21\xfe\x27\xb2\xfc\x59\xab\xd7\x57\x98\x8a\xd6\xb4\xd7\x67\x0f\x54\x70\x06\x53\xf3\x66\xad\xa2\x96\x34\x51\xce\xdb\x16\x1c\x2a\x69\x64\x61\x88\xa4\x58\x34\xc6\x52\x96\x12\xb7\x5f\xc7\x74\x7b\xc6\xfb\x4b\x3e\x2b\xe1\xb2\xe1\xa4\x65\x37\xf8\x01\xd3\x0c\xe2\x60\xdd\x45\x53\xd0\xe0\x90\xdd\x5e\x9e\x5d\x9e\x20\x92\xe1\x31\x17\x90\x1d\x63\x02\x77\x5c\x13\x76\xc1\xa0\x46\xa7\x6f\x28\xca\x84\x3c\x40\x8b\x22\x13\x32\x34\xa2\x1d\x99\x36\xd6\x64\x44\x2e\xb8\xa8\xe6\x11\xee\x56\x05\xb4\x93\xbd\xe2\xa2\xcd\xf5\xaf\x5f\x83\xa5\xe3\x0b\xad\xc8\x95\x38\xaf\xbd\x9b\x27\x04\x9b\x2a\x3e\xc6\x2d\x64\x6d\xf9\x36\x30\x34\xcb\x22\xc4\x76\x7d\x70\xe4\x91\x75\x94\x17\x6f\x72\x86\x7e\xfa\x8b\x44\xe3\x5c\x0d\x59\xdc\x06\x67\x50\xb0\xfe\x07\xac\x92\xd9\x37\x43\x76\xa9\xd5\xcc\x9f\xfe\xd2\x90\xb2\x9d\x62\x85\x47\xf5\x44\xd9\xbc\x26\x67\x58\xe1\x73\x8e\x53\xca\xa6\x16\x88\xa0\x7e\x2d\x7e\xe8\xdf\xf6\x4e\xd0\xa5\xd5\xe1\x7d\x96\x65\x81\xf0\x10\x34\x04\x0c\x19\x26\xe2\xb8\x08\xb0\x72\xe6\x59\xbf\x35\x91\x81\xf4\xa4\x2f\xac\x21\x83\xa5\x34\x5c\x95\x2a\xb4\xe0\x16\xd3\x55\x6b\x65\x06\x40\x00\xfb\xaa\xec\xd9\x12\xe9\xd5\x01\x32\xf6\x9b\x61\xe5\x31\x90\x67\xaa\xcc\x7e\xc8\x40\x41\xf7\x99\x6f\x19\x4f\x70\x06\x91\x73\x87\x81\x4d\x4f\xab\xed\x3c\x87\x34\x24\x08\x59\x61\xcb\x38\xc0\xd5\x67\xc6\x79\xa1\x2c\xdc\x28\x30\x00\xc0\x3e\x5a\x67\xea\x9c\x6b\x8e\x73\x34\x64\x83\x89\x09\xac\xcb\xcc\xea\xe8\x0f\x09\x03\x7f\xb2\x5b\x16\xfd\xd4\xf1\x23\xa8\x6e\x66\xdc\x8a\x38\x01\xf3\x3d\x5b\x42\x58\x34\xe0\x40\x72\x08\xd0\x28\xb8\xb3\x25\xca\xca\x2e\xfa\x3b\x31\xf8\x6c\xc8\x4c\x3c\x5f\xb4\x2f\x61\x96\x70\xd0\x3b\x67\x10\x6e\x58\x5c\x97\x5e\xc0\x58\xd8\xf0\x43\x2b\xeb\x2f\x04\x39\x74\xf5\x7d\xf5\xaf\xc1\x9a\xea\x1b\xf6\x08\x5d\x87\xea\x75\xca\x93\x7c\xee\xc0\x6e\x20\x5d\xcb\xc6\xa9\xd9\x4b\xd4\x53\x88\xb9\xd8\x6b\x29\xfe\x5f\xc2\xff\xd6\xca\xa6\x57\x5b\x56\x75\xf7\x54\x35\x5a\xc4\x2d\x45\xad\xad\x87\xd3\x58\x83\x6d\x7c\x51\x60\x66\x40\xd1\x77\xae\xb5\x4f\x0e\x76\x68\x93\x55\xc7\xd3\xaf\x24\x1a\x5c\x69\x21\x45\x2b\xa5\xfe\x98\xe4\x52\x99\x28\x2d\xc8\x54\x31\x5f\x9b\x48\xf9\x03\xf4\x2d\x1a\xe6\xdf\x7e\xfb\xa7\x04\x7d\x76\xff\xf8\xf3\xbf\xff\xfb\x9f\xfe\xdc\x25\xf4\xdb\xe9\xcc\xd0\x6e\xb1\x46\x1e\x01\x37\x96\x5a\xc2\x1d\xa8\x32\x93\x2d\x76\xc1\x9e\x91\xa6\xe5\xb7\x1a\x7b\x63\xa6\x53\xdd\xe3\x20\x08\x07\x4f\xed\x21\x94\xe1\xe1\x41\xd1\xe9\x29\x9c\xfd\x92\xa8\x83\xf8\x10\x7b\x79\xd4\x0a\xdd\xff\x6b\x05\x6e\xc1\x48\x53\xf3\x66\xc1\x42\x34\xf3\x12\xb0\x6e\x04\x7d\x6d\x4d\x74\x0a\x7c\x7c\xdf\xb8\x3b\x88\x67\x29\x11\xb6\xaa\x9c\xb3\xaa\x79\x5b\x1f\x9c\x5f\xf2\x79\x91\x71\x1b\xc6\x81\x91\x24\x0b\x0c\x77\xbc\x3e\xaf\x47\x43\xd6\xff\x8c\x35\x73\x3d\x70\xe5\x49\xe1\x23\xe3\x1c\x99\xe0\x84\x20\x23\x4d\x7f\xfd\xf9\x44\xff\x76\x80\x96\x27\x10\x8d\x79\x80\xfe\x7e\x62\xf3\xa6\xb1\x50\x23\xfd\xd3\x37\x4e\x1c\xb6\x4d\xc0\xa0\xa9\x44\xc3\x77\xc7\x0f\x58\x98\xca\x31\xc7\x16\xf0\xf6\x9d\x65\x7f\x1e\xcc\x3b\x14\xa0\x33\xce\xef\x6d\xac\x6a\xe5\xcb\x63\x87\xc2\x00\x04\xee\x9d\x1b\x66\xf3\x6d\xd8\xb1\x16\xf6\x0e\xe1\x05\x82\x8e\x16\x63\x74\xf4\x37\xc9\x19\x3a\x5a\xe2\x79\x66\x7f\x75\x4f\x6d\x28\x2d\x96\xc8\x95\xc9\x73\x81\x34\xd9\xd2\x98\x33\x7f\xc8\xf8\x18\xe6\xf5\xd1\xcd\xd5\x04\xa3\xc2\x40\x8b\x2b\xa2\xb8\x55\xec\x44\xac\xb8\x63\x72\xc9\xa1\xf4\xad\x7e\x05\xee\xde\xba\x59\x7d\xf6\x43\xfa\x2f\xe3\xbc\x85\x45\x71\x19\x6c\xc6\x82\xeb\x03\xc1\x74\xa3\x9f\xd1\xd7\x96\x09\x7d\xa3\x2f\x02\x1b\xf9\x6b\x96\xa1\xae\x83\xa5\xef\xe0\x97\xa0\x03\xca\x90\xc9\x49\x5c\xf1\xe5\xdf\x8f\x8f\x8e\x8e\xfc\xd7\x17\x7a\x2a\xff\x1f\xa2\x4a\x92\x6c\x62\x5a\x72\xd7\xcc\x72\xc8\x3e\x3a\xc0\x3a\x67\x61\x2e\xf0\x5d\xa0\xd8\x63\xc2\x33\x74\x58\x58\x5d\x53\x9e\x48\xf4\x07\x2d\x7b\x06\x4b\x09\x3f\x6a\x65\xab\xfe\x54\xd9\xb2\xb8\xcf\x74\xac\xac\xd5\xba\x7c\xb0\x42\x48\x07\xaf\x7d\x62\x19\xa2\x1f\x02\x2d\x68\xca\x39\xb6\xb0\x0f\x50\x30\x58\x91\xcf\x0a\x1e\x35\xa0\x6a\xd4\x46\x85\xd7\x4b\x70\x15\x86\x5b\x80\x6b\x18\xb2\x6e\x58\x00\x8b\x7d\x60\x79\x83\x99\xe7\x41\xe8\xe3\xd0\xd7\x0b\x0b\x21\xd4\x64\x3e\x9f\x63\xb1\x3c\x2e\x4e\x5b\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\x55\x81\xc2\x85\xad\xc8\xc2\x62\xc6\x94\xc9\xc7\xb6\x6f\xb8\x8f\x1b\x18\x38\x1f\x41\x71\x0c\x32\xed\xe0\xc3\x1c\x5c\xde\xb8\x6f\xda\x5f\xbb\xb0\x0e\xb1\x5c\x8d\x9d\x2a\xe7\xcc\x06\x02\x3f\x16\x17\x30\x04\x60\x18\x13\x4a\xee\x13\x53\xcd\xdf\xa7\xfc\x8a\x66\xfa\xde\x02\x1a\x3f\x1a\xb2\xe8\xe7\x03\x44\x32\x3a\xa7\xcc\x07\xc0\x19\xf6\xce\x27\x46\xc4\xbd\xa7\x4a\x6f\x99\x4c\xef\x35\x07\x73\x39\xfe\x81\xde\xd3\x63\x4b\x47\x3a\xde\x7b\x64\xcd\x04\xb9\xd4\xe3\x2a\x14\x69\x2d\x71\xea\x26\x0e\xad\xd4\x48\x03\xc2\x83\xf3\x3b\x64\xba\x35\x77\x96\x8a\xc8\xdb\xa0\xbd\xa0\xb9\x43\x07\x24\x16\x70\x00\xe8\x23\x0a\x9f\xf5\x42\x6a\x8d\x88\xd2\x67\xf9\x7c\xdb\xbc\x0d\x1b\x89\xfb\x52\xb6\xb4\xab\xa2\xa0\xab\xcd\x01\x22\x2c\x9f\xbb\x03\xd5\x81\xe2\xfa\x56\x00\x4a\x49\x92\x61\xb8\x3b\xa0\x21\x08\x4f\x3c\x30\x5e\xcc\xa0\x78\xac\xbd\x5e\x4c\x37\x06\x9b\x34\x23\xec\x6b\xf3\xf7\x37\xc8\xde\x0d\xdf\x1e\xd8\xfb\x5c\x48\xab\xe7\xb9\x3d\x07\x6c\x7b\x92\x1a\x43\x37\x40\x94\x4d\x31\x94\xf4\xb6\xd6\x97\x48\x39\x04\x09\x6c\xc9\x73\xf4\x48\xe5\x6c\xc8\x6e\xb9\xb3\x0a\x22\xc6\x3d\xc8\xdb\x01\x68\x8c\x95\xfe\xb0\x04\x26\x00\xa3\xae\xa3\x80\x52\x3d\xf8\xee\x69\x3b\x10\x69\x3a\x62\x3c\x25\x1d\x03\xce\x6b\xaa\x59\x5b\x67\x81\x73\x32\x0b\x62\x52\xab\xe0\xa6\x68\xac\xc5\x2b\x65\x47\x03\x7a\x6d\xe1\x7a\xdb\x0e\xd4\x31\x79\x64\x9b\xa2\x5a\xf8\x5b\x0d\x5a\x71\x6a\x61\x90\x0a\x1b\xad\x7d\x5c\x5c\x7f\x2b\x1d\x2d\xdd\xcc\x85\x60\xe6\x9e\xc0\xb2\xfb\x28\x60\x8c\xa6\x82\xe7\x0b\x9f\x2f\xee\x32\xe7\xcc\x36\x58\x99\x66\xc0\x26\xfc\xc4\x6a\x55\xe7\x94\xdd\x1b\x8a\x7f\xaa\x3d\xf2\x45\xe2\x83\xdf\xdd\x1d\x66\x56\xfc\x10\x51\x96\x64\x39\x5c\x7c\x52\xe1\xe4\xde\x20\xfc\x35\x59\x66\xf5\x37\xa3\xf5\x79\x89\x0d\x12\x53\x9e\x65\xb6\xdb\xe2\x02\x2d\x6a\xef\x3c\x50\x8c\x30\xba\xbb\x1e\xd4\xf7\x7d\x4f\xab\x1e\x97\xfa\xdb\x33\x26\x10\xf8\x9f\x9f\x68\xa7\xe0\xc8\x12\x14\x29\x89\x48\xdd\x5b\x80\x9a\x00\xb8\x4a\xb7\xf7\x96\x2e\x5e\x7d\x0b\x8d\xe6\x35\x94\x5a\x3f\xf9\xa2\xe3\x33\xfb\xf1\x47\xfd\x6d\xfd\x8e\x7c\x84\xbc\x20\x0f\x9e\x30\xc7\x4c\x4f\xd0\xf5\xda\x60\x22\x34\x17\xe3\x46\x43\xba\x5b\x6c\x34\x20\xd3\x63\x4b\xd8\x6c\xdb\x95\x6b\xe5\xd1\xd8\x0c\x71\x66\x14\x6e\x35\x03\x4d\xec\x00\xdd\x24\x33\x32\xc7\x10\x97\x32\x8f\x35\x32\x90\x4c\xbf\xce\xb0\x98\x1a\x39\x51\x12\x25\xbf\xa9\xd9\xe1\x22\x3e\x7b\x8b\x1d\xde\x00\xd2\x3f\xf4\xd1\x80\x14\xb2\x8a\x03\xf8\x51\xc6\xe8\x40\x9e\x39\xf9\xe2\x18\xf6\xee\xa0\x32\x44\x05\x4e\xb8\x10\x80\x62\x97\x6a\x69\xbc\x19\x37\x61\xcb\xd2\x2e\x17\x78\xee\x73\x8c\x5d\x81\x09\x9b\x4a\x62\x06\x37\x26\x00\x15\xd5\x3c\x86\xad\x6b\xb8\x84\x43\xb0\x98\xea\x4d\x23\x18\xb2\x9e\x7b\xc5\xe7\x29\x82\x88\x2b\x8c\x1c\x02\xb1\x6c\x26\x72\x13\xc4\x4c\x5c\xac\xba\x9d\x5c\xc3\x24\xba\xa6\x83\x95\xcb\xd0\x68\x31\xd7\x63\xcb\x19\x31\xc6\xe9\x3b\x6e\x1e\x0d\x3d\x3f\x74\xaf\xd2\x55\x0f\xf5\x90\x94\xab\x28\xd5\x75\xbc\x5e\xa4\x74\x39\xe8\xb6\xa1\xb0\x70\x93\x89\x77\xcb\x96\x05\x99\xea\x15\x37\xaa\x49\xa9\xb3\xea\x69\x55\x5b\x71\x63\x8a\xe7\x23\xc1\xb3\x6d\xf6\xc8\x35\x11\xa9\xb9\x33\x03\xf9\xb9\x44\xbf\xe5\x38\x33\x26\x79\x66\xc9\xd1\x0d\x1b\x24\x86\xef\xff\x8c\x7a\x70\x5d\xa2\x8f\xc0\x17\xc1\x19\x09\xad\x29\x8e\xe8\x7c\x41\x84\xe4\x5a\x1f\x6b\xd8\xe4\xfb\xbf\xc8\x91\xc5\xeb\x1d\xe1\x24\xe1\x79\x15\x9b\xb7\xc3\x4c\x6a\x5a\x0b\x27\x85\xd1\x7d\x3e\x26\x82\x11\x53\x2d\x12\xde\x43\xee\xbd\x56\xc3\xe5\x38\x57\xb3\xef\x47\x49\x46\x5b\x83\x08\x43\x26\x44\x4f\x7f\x76\x6a\xbe\x5a\x35\x81\xa8\xfd\x68\xe8\x0c\x99\x67\xc8\x3c\x3b\x42\x3f\xe0\xe4\x9e\xb0\x14\x2d\xb2\x7c\x4a\x6d\x7a\x32\xdc\x50\xc0\x2e\x03\x2b\x55\x3c\x31\xa3\xf2\x9a\xf6\xf5\x35\x34\x64\x73\x7c\x0f\x1a\xd2\x67\x1b\x30\xae\x35\xcd\x4e\xda\x96\xa7\x87\x0a\x4e\x83\xcb\xa5\x95\x24\xc9\x85\x7e\xc3\x9c\x0f\x65\xce\x07\xd8\x95\x00\xab\x2c\x67\x08\x03\xd4\xc3\x57\x12\xe5\x0b\x67\xfc\x00\x83\x47\x06\x3e\x22\x33\x49\xa8\x1f\x46\xb5\x38\x38\x23\x43\x06\x71\x77\xae\xc5\xa5\xe7\x2a\xa1\x5b\xd2\xbb\xc7\xeb\x0e\xdf\xc4\x24\x3a\x6f\xe7\x4e\x31\x66\xa4\x9d\xc7\x14\xaa\x19\x61\xa0\x87\xb5\x6f\x19\xb2\xc5\xdb\x6f\x5a\x14\x3f\x68\x66\x51\x18\x8e\xfc\x12\xe6\x8c\x5a\xd8\x6a\x6b\x2b\x0c\x42\x7b\x9c\x49\xbd\xf8\x9e\x4a\x24\xb1\xa2\x72\x42\x6b\xf5\xd3\x30\xbd\x7c\x9b\x55\xc7\xdd\x72\xda\x6b\xf2\xd9\x4b\x6b\xe1\x63\x94\x8f\xd0\x7b\x50\xb7\x8b\x29\x29\xee\xb3\xc3\x9b\x58\x82\x9a\x91\x46\x60\xb3\x5d\x38\xf7\xdd\x0c\xda\x5a\x51\x7c\x3c\xfa\x11\xea\x15\x66\x4e\x93\x1f\x6f\x0c\x98\x6b\x66\x44\x32\x49\x36\x21\xbe\x56\x16\x01\x70\x06\x02\x01\x21\x90\x55\xa4\xfe\xbd\x00\x59\xf4\xc3\x7c\x84\x94\x2f\x7c\x4f\xd8\x2a\xb5\xaf\xfd\x08\xfb\x51\xc2\x6c\xdd\x10\x7b\x5e\xe1\xe7\x46\xe7\xdf\x64\x80\xed\x8f\x5d\x01\x49\x40\x27\xc7\x7a\xc9\xb5\xa0\x9f\xdc\xdb\x40\x73\x63\xf6\xb1\xa0\x06\x8f\x33\x2e\xc3\x73\xe6\xf6\x0f\x36\x53\x89\x9c\xb8\x80\x72\x08\xd4\xf7\x0b\x6c\x3c\xf4\x8c\x87\x98\x07\x30\x6a\x7f\x48\x8d\x49\xcb\xef\x37\x72\x2c\x14\x96\x01\xcc\xe5\xae\xa9\xea\x69\xfe\xe9\x2f\xf2\x12\x4e\xec\x2e\xf2\x76\x33\x3c\x26\xd9\x13\x40\x39\x6d\x68\x88\xf4\xd1\x20\x66\x5c\x60\xf4\x4f\x7d\xa2\xf8\x82\xa7\xa8\x20\xaf\xa6\xa0\x44\xc6\xb8\x89\x06\x78\x85\xd3\x0a\x06\xd7\x7a\x6e\xeb\x28\xfb\x63\xe0\xad\x34\x55\x71\x0d\x3c\x4a\x20\x72\xd9\xdc\x2e\xd0\x7e\xed\xf5\x4f\xa5\xbf\x4f\xea\x69\xec\x8a\xa7\xdb\x10\x56\x77\x08\xac\x2a\x5d\xb7\x88\x38\x94\x75\x45\x79\x56\xac\xc4\x82\x37\xc7\x8a\xa5\xa3\xf6\x65\x6c\xc0\xef\x38\xce\x27\x37\x00\xc0\xdb\x94\xbf\xee\x90\x87\x66\xc4\x27\xa4\xe8\x7d\xd6\xdd\xf8\xf0\xe8\xa6\x4d\xb1\x6e\xac\xe2\xfa\xc7\xe8\xff\xde\x5c\x5e\x1c\xce\xb1\x90\x33\x0c\xf9\x81\xae\xad\x03\x07\x13\x6f\x14\x50\x67\x5e\xa7\x0c\x0d\xd9\x21\x9a\xf2\x03\xe3\xcd\x39\x41\x33\xa5\x16\xf2\xe4\xf8\x78\x4a\xd5\x2c\x1f\x1f\x25\x7c\x7e\x5c\xac\xcd\x31\x5e\xd0\xe3\x71\xc6\xc7\xc7\x82\x40\xd0\xdd\xe1\x77\x47\xdf\x7f\x07\x5b\x73\xfc\xf0\xdd\x31\xd8\xf0\x8f\xa6\xfc\x0f\xe7\xdf\xff\xc7\x9f\xfe\xac\x1b\x5e\x2c\xd5\x8c\xb3\x13\xeb\x2a\x5a\xd9\xf6\xa1\x11\x7c\x8f\xcd\x27\xa5\x5e\xfe\xe3\xe8\xdb\x70\x18\xf6\xd5\x39\x4f\x49\x26\x8f\x1f\xbe\x1b\xb9\x9d\x39\x5a\x74\x71\x7e\x15\x0c\xdf\x2f\x79\xa9\x86\x93\xfe\xdd\x93\x8c\x4b\x0f\x5a\xb7\x2d\x35\x67\x25\x0c\xa9\xdc\xe2\xc4\xdc\x93\x8a\x3f\xb0\x83\x06\xe6\x25\xa9\x06\x9d\xbe\x2b\xc2\x6f\xa3\x6c\xd3\x29\x83\x0c\xbc\x6f\x34\x01\xf4\x48\x63\x83\x58\x60\x5a\x17\xe7\x63\xbd\xcc\xdb\xac\xdf\x53\xe2\xa0\xee\x1a\x00\xd5\x4e\x77\x43\xf0\xd3\xcc\x7c\xed\x7c\xe2\xfc\xd1\x81\x9e\xee\x02\x2a\xb4\x65\x31\x0d\x8f\xa7\x68\x88\x07\xc6\xe2\xc6\xd5\x8d\x46\xa2\x25\x36\x61\x12\x36\x0a\x52\x42\xc4\xa4\xc1\x23\xe0\x13\x8f\xec\x6a\x82\x5d\x0d\x08\x34\x9f\xd4\xfc\xe3\x87\x8c\x8f\xe5\x37\x1e\x05\x05\x4b\xd7\x47\x01\x4b\xd0\x4c\x82\xbb\x01\x12\x75\x4b\xf1\x94\xfa\x89\x3b\x33\xa1\x14\xd2\x65\xe1\xeb\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\x35\x2f\xf7\x96\x60\xa4\xeb\xd6\xf9\x29\xc0\x48\xb7\x5d\x77\x7b\x70\x5e\x68\xc1\xb7\x0d\x55\x30\x47\xa9\x03\x9b\x85\xf7\xd7\xba\x26\x3c\x1f\x00\x5f\x44\x58\x64\xcc\x00\x8e\x40\x04\x31\x39\x54\xfc\x10\x32\xd7\x21\x1f\xda\xc0\x03\x37\x15\xcd\x00\x97\x4e\x97\xeb\x40\xbf\xdf\x62\x9c\x26\x6a\xfc\x73\x30\x50\x7b\xf7\xca\xa2\xfc\xb8\x56\x2e\x19\x23\xc2\x1a\xab\xd7\xde\x1c\x1d\x1d\x3e\xe1\x56\xae\xf6\xf8\x16\x02\x68\x08\xdd\xea\xe3\xfd\x70\xc0\x04\x8e\x10\x84\x46\xcf\xf8\x9c\xeb\x6b\x9b\xe7\x32\x78\x68\x42\xeb\xe1\xb2\x59\x51\x09\x7e\x61\x90\x6a\x5e\x6e\x36\xfa\x68\xe9\x47\x46\x97\x0f\x5f\x5a\x8f\x5f\x1d\xcc\x64\x1c\xe3\xff\xae\x19\xbf\x07\x6e\x5d\x4d\x37\xe0\x4e\x9c\x83\xed\x14\xca\x92\x58\x38\x46\xfa\x77\x2d\xaa\x6b\x92\xf2\x61\xec\x2e\xf5\xdd\x06\x9e\x1a\x40\xa6\x10\xb2\xad\x54\x7d\xb4\x3c\x7c\xc2\xf2\x79\xc7\x3d\xf0\x41\x4c\x6d\x36\x00\x33\x13\xd6\xe3\xe2\x79\x0e\x6b\x03\x7a\x1a\x63\x4d\xba\x28\x86\xab\xf4\xac\xba\x68\x37\x83\xb2\x52\x04\xb7\x6a\x0a\xa8\xc8\xf8\xfe\xc3\x87\xa2\x60\xcf\x72\x41\x0e\xd0\x38\x87\xe7\x17\x97\xb7\xa1\x17\x8f\x32\x78\x7c\x98\xcc\x48\x72\x0f\xc9\x28\x86\x63\x9b\xbd\x74\xc5\x9a\xc6\xcb\x21\x2b\xca\x42\x28\xee\x5c\x52\x4b\x8f\xbb\xe9\xb1\x67\xb9\x40\x29\x95\x8b\x0c\x2f\xc1\xf8\xcf\x4c\x18\x5b\xe1\x38\xf0\xf1\x9f\x9a\x92\x37\xb3\x71\x41\xdd\x0a\xcb\xa2\x9c\x90\x08\x7f\xb9\x49\xf8\xa2\x8d\x3e\x24\xbb\x4e\x26\xda\x1a\x09\x75\x9b\x60\xa6\xa6\x0a\x2c\x81\x4b\xda\xec\x68\xe8\xd5\xf6\xd9\xd2\xe5\xd2\xa0\xc3\x77\x2e\x48\x1c\xf4\xc0\xa1\xab\x6a\xa8\xff\x36\x25\xb3\x88\x78\x20\xe9\x90\xc5\xf9\xe8\xf6\x9e\x2d\x76\x19\x15\xc8\xfc\xbb\x21\x71\xb7\xce\xad\xcc\x1e\x7d\xc8\xc1\x2b\xd0\x77\x7c\x20\xf4\x8a\x4a\x01\xf5\x25\x01\x9f\x00\xd2\xbe\xb5\x3d\xac\x28\x05\x60\x71\xbc\x6d\xa1\x8e\xc8\xf5\xe4\x09\xd3\x67\xdb\x1a\x28\x0e\x1f\x20\x6a\x03\x46\x2b\xa9\x4b\x75\x6d\x0c\x99\xcb\x71\x99\xe4\x99\x81\x57\x6a\x58\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\x76\x11\x17\xdb\x4c\xba\xa6\xe2\x55\xe7\x2d\x39\x42\x3d\x33\x3b\x2d\xa4\xba\xb2\x3f\x66\xb4\x36\xab\xc9\x86\x7d\x68\x49\x50\x49\x5f\xb9\xd4\xcb\xfa\x0b\x2c\x14\x4d\xf2\x0c\x8b\x6c\xe9\xca\x15\xd3\x49\x50\xc1\x08\xf6\xc0\x64\x9d\xdb\xd2\xc8\x00\xc6\x6e\xcd\xc5\x12\xcf\x49\x90\x4d\x63\x55\xe2\x2c\x70\x37\x19\x28\x3d\xe3\xc7\xd0\x6d\x7d\x73\x84\xce\xca\xf5\xaa\xe0\x4c\x04\x68\x35\x54\x1a\xf6\xe7\xc7\x1b\x84\x81\x9b\xba\x57\x74\xa2\xc5\xf0\xaf\x82\x53\xd7\x54\x4b\x11\xcb\xfb\x8e\xbe\x2c\x87\x79\xba\x3a\x84\xa9\x36\x0d\xe4\x16\xea\xed\x45\x1e\x2e\x7f\x20\x1a\x06\xe8\x6e\x86\x8e\x83\x0c\x91\x7e\x36\x18\xe8\xa7\xa0\xa0\x5d\x79\xb0\xf3\x15\x05\x93\x60\x1f\x3b\x0e\x35\x00\x33\xef\x3e\xd0\x80\x72\x42\xcf\x65\xe3\xca\xae\x57\x7b\x3f\x45\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\x1f\x20\x5c\xb4\x0e\x87\xcf\x8c\xde\x10\x73\x83\x58\x53\x07\xad\xba\x85\xa4\xd3\x2e\x76\xbb\x5e\x5c\x77\x23\xe9\x84\x9e\x5b\xa9\x1c\x1b\xcc\xa3\xfd\xb6\xac\x8c\xae\xf2\x12\xac\x0b\xa9\x32\xf7\x4b\x10\xe7\xa1\xa8\xaf\x25\xda\xb8\xbe\x57\x33\x5c\x5f\x7e\x7a\x3d\x5c\xf8\xdd\xc5\x59\xff\xfd\xe0\x22\xc6\xf8\xfe\xeb\x5d\xff\x2e\xfe\xe5\xfa\xee\xe2\x62\x70\xf1\x21\xfc\xe9\xe6\xee\xf4\xb4\xdf\x3f\x8b\xdf\x7b\xdf\x1b\x9c\x97\xde\xd3\x3f\xc5\x2f\xf5\x7e\xb8\xbc\x2e\xa1\x8a\xdf\xfc\x34\xb8\xba\x8a\x7f\xba\x1d\x7c\xec\x9f\x8d\x2e\xef\x22\x60\xf2\xb3\x5f\x2e\x7a\x1f\x07\xa7\xa3\x9a\xf1\x5c\xf7\x4f\x2f\x7f\xee\x5f\xf7\xcf\x56\x02\x8e\x17\xf3\xad\x5d\xd2\x5d\x38\x7c\x37\x46\x99\xef\xa1\x89\xa0\x84\xa5\xd9\xd2\xc4\xa3\x39\x25\xa5\x14\xfe\x12\x5e\x01\x74\x4e\x78\xbe\x4d\x58\x99\x56\xe2\xf9\x03\x11\x90\x20\x67\x5a\xb3\xd1\xf4\x58\xde\x37\x62\x9c\x28\x51\x35\xe8\xad\x8c\x9e\x55\x62\xe9\xe3\xb3\x57\x86\x85\xfa\xf4\x6a\xdb\x09\x5a\x10\xb1\x6a\x2c\x70\x41\x8b\x7c\xa1\xe8\xb8\x39\x50\xb0\x65\xda\x71\x77\x35\xd0\xe0\x75\xd4\xe7\x4d\x5e\xd4\x33\xc6\x28\x5e\x6e\x9b\x50\x21\x68\x61\xd3\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\xc4\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\x8f\x02\x88\xc5\x06\xf3\x9e\xf9\xd2\xb4\xde\xc1\x10\x69\xde\x5f\xb9\x34\x76\xc4\x54\x96\x4b\xa6\x81\x6c\x68\x1e\x3a\x50\x7e\x3d\x6f\xcd\xa9\x13\x17\x84\x68\x36\xd9\xc5\x33\xd6\x4f\x63\x1d\x8d\x85\x84\x12\x87\x1f\xda\xd6\xed\xa3\x53\x41\xe0\x12\xb1\xde\x2a\xa7\x46\x83\x77\xd5\xc6\x3f\x42\xd8\xa3\xd6\x18\xc6\x64\x86\xb3\x89\xb1\xc8\xe8\xad\x29\xce\x55\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\x5a\xcc\x21\x70\x69\xbb\xc4\x6b\xcf\x97\x01\x73\xc3\x64\xaf\xde\x13\x06\xf5\x00\x4c\x51\xaf\xb5\x34\xdb\xcd\x6a\x58\xdd\x8b\xaa\x0d\xd1\xaf\x18\x98\x9f\x68\x54\x26\x21\x34\xd0\xba\x75\x82\x44\x8f\x7b\x72\x84\xce\x6c\x4e\x9e\xfe\xe5\xf4\x7c\xd0\xbf\xb8\x1d\x9d\x5e\xf7\xcf\xfa\x17\xb7\x83\xde\xf9\x4d\xdb\xe3\xb7\x8b\x58\xe1\xd2\xe9\x2b\x87\x6b\x7b\x0e\x71\x6c\x4f\x5e\x91\xb2\xe2\x27\x55\x1c\x3b\xd8\x92\xf5\xa3\xa7\xe9\x62\x94\x52\x99\xe8\xeb\x6f\x39\x22\x2c\x05\xb0\xb6\x8d\x48\xb5\xbe\xa9\xf2\x2c\xfc\x1b\xc8\xbf\xe1\x38\x88\xb9\xed\x1e\x1c\x45\xfb\xe7\x80\xe6\x62\xeb\x61\xeb\xc3\x9f\x0e\x59\x70\xdb\x1c\xad\x47\xe8\xd5\xcd\x6d\x37\xb7\xb8\x89\xf2\x9c\xcc\x78\xa9\x94\x39\xd6\xfc\xd1\xbd\x06\xa9\xa0\x0d\xab\x62\xe1\x39\x42\xc4\x38\x1a\xd4\x24\x42\x5a\x45\x9e\x63\x96\x62\xc5\xc5\xb2\x61\x8a\xed\x98\x67\x78\x6c\x62\x16\x1a\x5e\xd9\x5a\xff\x77\xbb\x60\x5e\xc5\xac\x4c\x4a\x06\x57\xee\xf6\xf2\xa7\xfe\xc5\xcd\xa8\x7f\xf1\xf3\xe8\xea\xba\xff\x7e\xf0\x5f\x3e\xef\xde\x56\x58\x8f\xab\x9d\x10\x7d\x29\x6a\xee\xe2\x32\x00\x6b\xf9\x8b\x29\x39\xe2\xda\xb1\x30\xf3\x74\x32\x64\x8e\xb3\x88\xa2\xf9\x99\xe0\xf9\x74\x56\xdf\x50\x79\x94\x57\xbd\xdb\x1f\x37\x1a\x26\xe4\x67\x9b\xba\x04\xe6\xb4\x55\x91\x86\xe8\xc4\xf2\x3d\x03\x4f\x54\x1a\x1e\xa0\x0c\xc0\xab\x75\x06\xef\x06\x8e\xb6\x91\xf6\x52\x65\x5a\x2b\x85\xff\x9a\xd7\x9b\x08\xe8\x36\xe0\x9b\xd1\x35\x02\x71\x63\xa6\xe4\x4d\xa5\xb5\x93\x9a\xdf\xa2\x1b\xec\xfb\xc3\x8c\x4c\xa7\x24\x35\xe4\x55\x6e\xd8\x9a\x82\x2c\x0b\x4c\x8a\x7b\xbd\x6e\x15\x6d\x01\x8a\x2d\x2e\x66\x1f\xaa\xd1\x9e\x81\x5f\xf9\x4f\xea\x79\xc5\xa9\x2b\x45\x97\x70\x26\x15\x66\x0d\x78\x9e\x1d\xcb\x65\x17\x28\xfb\xa2\x28\x5a\x6f\x0d\x24\xce\x72\x5d\x9c\x83\x4d\xbc\x39\xb6\xd0\x06\xb3\x16\x8f\xa0\x00\x47\x50\x3b\xaf\x66\x13\x4a\x05\x89\x9f\xdc\xb8\xb1\x52\x75\xb2\x49\xe9\x60\x71\x34\x48\xe7\x16\xd4\xcc\x58\x83\xa0\x7c\x40\x63\xec\xda\x8e\xeb\x97\x7b\x8b\x67\x51\x7c\xd9\x97\xf3\x76\xc2\x5b\x77\xfb\x56\xa9\x74\x71\x50\xd6\x39\xcd\x13\x8b\xde\x67\x9a\x2d\x9c\xd3\xd6\xa0\xe5\x2e\xd8\x14\x1d\x86\xe5\xe2\xd3\x43\x48\x2f\x1e\xb2\x26\xaf\x46\x4d\xa9\xf5\x90\x02\xae\xdc\xad\xb5\x1d\x34\x45\x87\x98\x3a\xb7\xd8\xed\xb2\x3e\x90\x7b\x1d\x84\xbd\x06\xdf\xbe\xdd\x97\x31\x36\x6e\xcb\xf8\x3a\x6e\x4a\x00\xf5\x5c\xb5\x5b\x08\x42\x3b\xef\x77\x8c\x2b\x61\xae\xc8\x19\x96\x46\x72\x55\xc9\x2c\x1e\x38\xcc\x26\xc6\x8e\x28\x0f\xd7\x4b\x82\xdb\x59\x08\x5a\x39\x2e\x0e\x8c\x4e\x0d\x25\xf1\xf5\xe8\x43\xb0\x7e\x5f\x79\xa4\x1b\xe1\x87\xc2\x91\x57\x5e\x0c\xdf\x03\x86\x95\xe1\x9c\x25\x33\xb4\xc8\xb0\xc9\x74\x9a\x61\x69\x48\xda\x39\xc6\xf1\x98\x66\x54\x41\x92\xb6\x71\x2a\x95\x56\x58\x6b\x34\x58\xdc\x3b\x78\x28\x5c\x80\xc4\xac\x22\xfa\x2d\x23\xcb\x8a\x32\x94\xcf\x19\x5b\x56\x1c\xd9\xe0\x8b\x95\x2e\xa9\x82\x2c\x6d\x5c\x59\xb1\x1d\x9a\xe3\x01\x59\x16\x73\xe9\xb6\xb3\xb6\xc5\xab\xf2\xe7\xd1\x7a\xd7\x5c\xd4\xdd\xe3\x04\x2c\xf2\x61\x07\x36\x5f\xc6\x45\xac\x3d\x59\x93\x8c\xe3\x86\xf2\x59\xae\x6d\x03\x73\xd8\xd4\x76\xca\xf3\x71\x13\xac\x96\x19\xd5\xea\xd6\x57\xd9\xfd\xdd\xb9\xdd\x95\x5d\x30\x64\x80\x58\x11\x45\xbb\x99\x36\x82\x49\x63\x45\x0e\xe1\xf3\xfa\xc6\x2d\x98\x54\xeb\x39\x57\x08\xad\xc0\xc3\xf5\xe0\x5d\x5a\xa4\xad\x29\xc2\xfc\xd7\x1c\x0a\x3d\x5f\x4e\x6e\x4c\xd6\xf0\x36\x44\xa6\x68\x95\xc2\xea\x4f\x62\xb9\xd7\xdb\xd8\xa9\x12\xd2\x40\xeb\x8c\x91\xba\xd9\xdc\xe8\xaf\xdb\x1f\xc8\xb8\xc6\xe4\x42\x50\x0e\xb9\xbd\xb6\x30\xe5\x0a\xfc\x91\xda\x7e\xb7\x58\xc9\xdf\x72\x92\x13\x4d\xfb\xe3\x3c\x9d\x56\x6d\x9b\x1d\xa4\xb3\x62\x4a\x33\xfe\x88\xe6\x79\x32\x43\xae\x71\x94\x92\x0c\x2f\xa3\xa9\x81\xbc\xa4\x78\x06\x88\x5e\x1b\xc2\x0b\x25\xb9\x54\x7c\x0e\x51\x77\x45\xbb\x22\x67\x40\xf0\x08\x2b\x25\xe8\x38\x57\xb5\xd1\x50\x11\xce\xc6\x86\x0e\xad\x9b\xab\xfe\xe9\xe0\xfd\xa0\xe4\x4d\xea\xdd\xfc\x14\xfe\xfd\xe9\xf2\xfa\xa7\xf7\xe7\x97\x9f\xc2\xdf\xce\x7b\x77\x17\xa7\x3f\x8e\xae\xce\x7b\x17\x91\xcf\xa9\x77\xdb\xbb\xe9\xdf\xae\x71\x2b\x55\x7b\x6d\xde\x08\x1c\xc0\x80\x68\xd9\xc5\x1a\x2e\xc1\x03\xe8\xb4\x4b\xdb\xeb\x09\xea\x39\x50\x94\xb0\x70\x18\x76\xae\x41\x70\x69\x9b\x4a\x66\xd6\x83\x78\x86\x15\xb6\x95\x21\x8f\x50\x0f\xb9\x0a\x9f\x10\x99\x29\xb5\xb0\x60\x11\x23\xf4\xee\x98\x26\xb4\xc4\x90\x14\x9a\x5b\x51\x9c\x82\x4f\x2c\x56\x4b\x46\x42\x84\x44\x5b\xcf\xfd\x68\xc8\xfa\x0f\x84\xa9\x1c\xe0\xdb\x70\x96\xb9\x4a\xac\xee\x85\x20\xb3\xca\x8d\x52\xd2\x39\xcd\xb0\x28\xea\x08\x5c\xda\xb6\x40\x60\x77\x63\xf5\x89\xf4\x55\x70\x69\xa7\x3c\xdc\x0d\x10\x8c\xfb\xf4\x7c\x00\x22\x50\xa2\x1c\x02\xaf\xeb\x7c\xc8\x0c\x16\x88\xed\x71\x8e\x21\x5a\x58\x71\x6b\x4f\x33\xdd\x37\x96\xa6\xbf\xae\xc1\xf1\xdf\x00\x6c\xc6\x58\x9e\x9f\x2a\xba\xc6\x0f\xd2\xfd\xa3\xcf\x94\x58\xb6\x96\x6b\x6e\x01\xc0\x4d\x82\x6c\x6a\x03\x69\xe2\xda\x02\xc6\xdc\x81\x5c\xeb\x17\x20\xec\xb8\x28\x2f\x6b\x8d\xf7\x46\x77\x02\x20\x71\x0d\xf2\x77\xa6\x2f\xa1\xd7\xba\x0e\x61\xe2\x32\xac\xc2\x98\xe7\x2c\x75\xb5\xd1\xe7\x94\x1d\xcf\xf1\xe7\x6f\xdc\x4c\x4d\x22\xa0\x07\x0f\x05\x90\x07\x92\x69\x4d\x64\xa9\x99\xdc\xea\xe5\x1a\xb2\x15\xeb\xb5\x5e\x5a\x74\x9c\x15\xd4\x9e\x42\x47\x35\xc1\x4b\x0f\x64\x59\xb7\x7f\x15\x08\x68\x13\x20\x65\x0f\x3c\x34\xb2\x10\x44\xbf\xe8\x23\xa3\x32\x13\xf0\xe6\xff\x86\xb0\xdb\xa8\x92\x44\x3d\xef\x0e\xbd\xbc\x5b\x1d\x9b\x5a\xff\xf2\x13\x60\x78\xdb\x9e\xf4\x9e\x19\x6f\xb3\x33\x74\xda\x30\x63\xeb\x46\xd3\x9b\xf5\x37\x3e\x86\x72\xd5\xd2\x55\x8a\x13\x04\x0c\xdb\xb0\x15\x0e\x72\x0e\xa0\x00\x2a\x2e\x6c\x47\x02\x19\x91\x60\xee\x65\x5a\xdd\x22\xbf\xe5\xd6\x63\xf7\xdd\xb7\xdd\xee\x59\x25\x96\xc8\xc1\x9b\x86\x21\xeb\x36\x63\xc3\xde\xb9\x30\xae\x9c\xd1\x3a\x7c\x90\xeb\x9c\xe9\xab\x78\x17\xc1\x0e\xed\xbd\x59\xa5\x4e\xed\x9f\x6b\x23\xe2\x9d\x21\x56\x98\xf7\x9f\x0c\x50\xe9\xe7\x12\x8e\x92\xed\x0e\xe2\x61\x6d\xeb\xe1\x85\x36\xc6\xc9\xfd\x23\x16\xa9\xb1\x15\x42\xf4\xc1\x11\xfa\x91\x3f\x92\x07\x22\x0e\x50\x42\x84\xc2\x16\x62\x41\x82\xfb\x15\x0e\x94\x6d\x67\xc8\x20\x44\xdc\xe0\x55\x30\x28\xb2\xa7\xe8\xf4\xff\x67\xef\xdb\x7a\xdb\x48\xae\xfc\xdf\xf3\x29\x1a\xf9\x3f\xd8\xfe\x83\xa2\x90\x04\x01\x16\x03\xec\x83\x46\x96\x27\x1c\xd8\x92\x23\xc9\xf6\xee\xa6\x03\xba\xd8\x5d\x24\x7b\x55\xac\xa2\xfb\x22\x0d\x27\x98\xef\xbe\xa8\x73\x4e\xdd\xfa\xc6\x6e\x92\xf2\x78\x67\xe7\x61\x67\x03\x8b\x5d\xf7\x3a\x75\xae\xbf\xdf\x5a\xdb\x93\x5e\xf0\x5c\xe5\x5a\x1c\x95\x88\x5f\xb3\xe5\x09\x15\xb5\x77\x2c\xc0\x52\xb0\xc7\x26\x66\xc4\x21\xe5\xa7\xd1\xcc\xd6\x05\x99\xe8\x94\x81\xf1\xec\x4b\x77\xa0\x05\x23\xa1\x89\x55\xc8\x93\x68\xa5\x04\x93\xab\xe9\x74\x1a\xf1\x32\x99\xbe\x1a\x75\xd0\xa9\x41\x3f\xde\x65\x73\x3b\x85\x52\x05\x17\x3b\x5b\x88\x6d\x33\xf0\xf5\x32\x43\xc6\x7f\x91\xa1\xcb\xa3\xe5\xf8\xdf\xd5\xcb\x58\xbf\xae\xeb\xbc\xdd\x52\x1d\x5d\x0f\xd3\xd1\x0e\xa0\x82\x8f\x68\x09\x7f\xdf\x6e\x79\x8d\xa8\xef\x32\x3c\x1b\xae\xce\xab\x03\x73\x4d\xc9\xb1\xc5\x4b\x1f\x55\x17\x21\xdd\x41\x38\x29\xad\x2d\x51\x15\xf5\x41\x15\x33\xcd\x23\xdd\x72\xe2\x6c\xe5\xdb\x31\x29\x3f\x4a\x54\x9b\x6e\xcc\x8d\x63\xb5\x28\x37\x48\xfc\x5f\x97\xd0\xdd\x60\x2d\xca\xf1\xee\x19\xd0\x60\x1a\x2f\xfa\x42\xf1\x30\x81\xb8\xcc\xb3\x02\xd0\x61\x0e\x29\xbc\xb1\xcd\x60\xd3\x10\xb2\xd9\x6d\xd1\x07\x87\x25\x39\x62\x87\xb5\x44\xc6\xc5\x4f\x9f\x14\xa8\xea\x40\x9c\xa7\x5b\x32\xd4\x13\x89\x46\xef\x11\x40\xd2\x1e\x14\xdc\x02\xdd\xc1\x43\x45\xa4\x4c\x07\x68\xd0\xd0\xc4\xab\x68\x69\xca\x38\x1e\xb8\xc7\x74\x93\x02\x5e\xe2\xd3\x34\x7a\xa3\x72\xa0\xb3\xa1\xc0\x2d\xc5\xd6\xdd\xb3\x55\xba\x4e\xd0\x41\xfc\xf8\x27\x93\x52\x81\x33\xc4\x26\x00\x97\x3e\x65\xb2\x6c\x6d\xc0\x65\x1c\x41\x5b\xf8\xc9\x47\x6d\x0a\xb7\xfe\x9c\xda\x87\x9f\x22\x04\xf5\xc5\xa7\xbb\x08\x97\x9a\x90\xf5\xf2\xbe\x81\x7a\x8d\xec\x4f\xea\x80\xe5\x9a\x1f\xa0\x0e\x04\xfb\x80\x8b\x6e\xa0\x15\xf5\xb2\xf3\x32\x59\xbb\xe7\x27\x24\x7c\x22\x7e\x01\x9a\xe7\xc6\x61\x05\x62\xbe\x9c\x9f\x78\x44\xa4\xe2\xd6\x8c\x55\x92\x83\xa7\x9e\x95\x51\xaa\xfc\x66\xa3\xac\xdc\x9f\xdd\x31\x12\xcf\x62\xdf\x51\x2b\x15\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\x19\x76\xd5\x58\x24\x93\x7e\x91\xe5\x1c\x81\xa9\x0a\xfd\x84\x97\xd9\xa3\xbe\xa8\xcd\x63\x6d\x0f\x28\x48\x80\xe6\xd9\x8b\x25\x0e\xdb\x43\xb7\x7a\xe0\xbb\xc2\xc7\xc6\xa7\x13\x15\x75\x1d\xc8\x4c\xcf\xc7\x90\xc0\xef\xdd\x0a\x58\xb8\xb9\x47\xc8\x37\xec\x29\xc1\x4e\xdf\xe9\x8f\x7b\xf2\xba\x1a\x8d\xeb\x33\xe8\xea\x64\x9c\x63\x89\xc4\x84\x5b\x67\xda\x43\x97\xba\xd1\x42\xd6\xe8\x7c\x74\x60\xfd\x68\x23\x27\x96\x04\x80\xe7\x85\x44\xb5\xc0\x69\x6e\x1b\x15\xef\x21\xec\xd6\x2e\x28\xd6\x06\x70\x42\xc3\x2a\xd6\xce\x91\x69\xa8\x55\x88\x1b\x1a\xcb\x9b\x8c\x23\xa7\xb5\xc3\x03\xf3\x81\x68\x73\x3b\x73\x80\x9c\x1e\x4b\x0b\x47\xb8\x34\x48\xb2\x80\x2a\x70\xc2\xf5\xf2\x5d\xc8\xd6\xf4\x1b\x93\x7c\x73\x77\x75\x79\x7b\x75\xff\xd5\x72\x84\x4c\x82\xce\xe8\x24\x21\x33\xce\xd7\x57\x6f\x2e\x3e\xbc\xbd\x9f\xbf\x9e\xdd\x3e\x47\x96\x10\xfd\xe9\x80\x34\xa1\x3b\xc2\xd5\xbc\x54\xb2\xe4\x3f\x1d\xf5\x26\xe7\x95\x9c\xb3\x11\xe9\xea\x16\xbb\xb6\x4f\xdd\xc1\x46\x9b\xb8\xa0\x16\xb4\x93\x50\x91\xf0\x45\xb3\x30\xa0\x1e\xe9\xe9\x32\x13\x02\x8a\xc8\xac\x8f\x95\x2a\x43\xf4\xa2\x82\xfc\x31\xec\x6d\x24\x53\x63\xb9\x08\x80\x51\xc1\xef\xb3\xd6\x96\x10\x96\x8f\x6d\xf5\x02\xe4\x19\xd4\x10\xf5\x41\x87\xae\x32\xc9\xdd\x30\x90\x10\xa9\x92\x51\x27\xde\x1b\x6d\xe2\x73\xd6\x08\x92\xe2\x35\x54\xd7\x34\x27\x2e\x38\x9f\x46\xfd\x34\x7f\xb4\x33\xc4\x4b\x9c\x49\x54\x4c\x83\xdb\x7c\xd7\x7e\x74\xcf\xdd\x15\x80\x75\xd7\x3b\xc9\xc0\x11\x0d\x9c\x43\x6e\x23\x69\x23\x10\xb4\xdb\x79\xa8\x1f\x32\x4c\xa5\x50\xcb\xda\x3a\x6b\x51\xa8\xd7\x3a\x03\x77\x35\x43\xee\x96\x28\x11\x55\xa1\xad\x7f\xb4\x9d\x2f\x3e\xdd\xc5\x12\xd9\x23\xe9\x15\x22\x60\x67\xec\x02\x03\xf9\x2a\xe8\xdf\x68\x28\xbe\x04\x7b\x89\x8e\xca\x0d\x67\xb2\x40\x46\x38\x21\x78\xee\x4e\x06\x8e\x87\xf3\x94\x38\x01\x80\xd9\xcf\x7d\x4f\xa4\x60\x0a\x6e\xad\x1e\x2f\xfd\x95\x48\xb1\xea\xe7\xa9\xab\x46\x11\xb2\x04\x9f\xf3\xe4\xb4\x24\xab\x0f\x3d\x45\x94\x60\xd9\x7a\x88\xc2\xd4\xf1\x41\x67\xe9\x1e\x9b\xfb\xfd\x28\x9d\xf0\x28\x0d\x78\xd7\xfd\x57\x22\x5a\x2b\x2d\x40\x2d\x26\xb3\x8b\x35\xda\x1a\x69\x01\x49\x30\x7a\x19\x5b\x5f\x1d\x07\xa5\x73\x50\xf4\xf1\xfa\xe6\xfa\xca\x8f\x1d\xce\xae\xef\xaf\x7e\xb8\xba\x0d\xea\xe1\xde\xde\x5c\x04\x35\x6d\x77\xf7\xb7\xb5\x52\xb6\xef\x6f\x6e\xde\x5e\x35\x82\x90\x57\xf7\xb3\x77\x41\xe3\xaf\x3f\xdc\x5e\xdc\xcf\x6e\x82\xdf\x7d\x3f\xbb\xbe\xb8\xfd\x4f\xff\x5f\xae\x6e\x6f\x6f\x6e\x6b\xfd\x7d\xb8\xec\x0f\x67\x06\xd3\x68\x37\xc5\x5d\xb4\xc4\x43\x15\x6a\x5d\xd2\x2f\xc7\x61\xce\x95\xac\x6c\x55\xa8\x07\x5b\x3a\xc4\x49\xf6\xa5\xe2\xf9\x8e\xca\xf2\x51\x0b\xc5\x7f\x49\x98\xc4\x9c\xa8\x92\x88\x8f\x53\x3f\x99\x27\x96\x9f\x90\x1a\xf9\x0d\xb1\x92\xff\x00\x1e\x4d\xf3\x63\xc7\xdd\x07\x97\xf5\xef\xd8\x87\xfd\xdb\x34\x96\x01\xe7\x99\xf7\x55\xc0\xaa\x3a\x8d\xa5\x01\x77\x4c\x55\x52\x4c\xe1\x2e\x4f\x55\xbe\x3a\x27\x06\x03\x2d\xeb\xd4\xc3\x42\xa9\x87\x73\x2e\xcf\x91\x2b\xff\x9c\x55\xa5\x3a\x87\x68\x08\x66\x8b\x14\xe7\x06\xe8\xdc\x20\xc5\x17\xe7\xeb\xec\x91\xc3\x7f\xa6\xeb\x72\x23\xfe\x5f\xb1\x5d\xff\x74\xb6\x12\xf9\x99\xfe\xf6\xcc\xff\xf6\xcc\x7c\x7b\x66\xbe\x3d\xd3\x9f\xe1\x7f\xb6\x3b\x34\xdc\x39\x51\x4e\xc6\x32\x93\x05\xcf\x4b\x28\x1d\x7c\xca\xb3\xd2\x71\xd6\xee\xa2\x17\xff\xfa\x57\x34\xcd\xd9\x13\x66\xc7\xbe\x66\x25\x7b\x8f\x9a\xe3\x2f\xbf\xbc\x88\x8a\x52\x11\x6d\xc3\x96\xe5\x5f\x2a\x5e\x6a\x1d\x56\xf0\xa4\x8c\xfe\x7f\x2c\x81\xe9\x65\xb3\x9b\x97\xa8\x51\xa3\x76\x99\x16\xd1\xbf\x63\x9b\x33\x84\xa8\x48\x0b\xdd\x52\x47\xe2\x4c\xc6\x44\x0b\x37\x46\x87\xf1\xf5\x45\xbc\xa6\xdf\x8f\x90\x38\x5f\x44\x10\x88\xb7\x00\x8c\xc5\x17\x01\x58\x28\x42\x31\x13\x8b\x89\xec\xe1\x05\x09\x48\x83\x6b\xb9\x23\xf7\xac\x78\x38\x71\xb5\x34\xa0\x03\x8c\xa9\x76\x6e\x2d\x6e\x0e\x3c\xb7\x29\x9f\x1f\x56\x48\xdd\x55\x0c\xde\xda\x4f\xce\xcb\x7c\x37\x67\xa5\xbe\x2b\xc7\xf1\xf8\x0e\xdf\xd4\x71\x35\xda\xf0\x06\x0f\xa8\xd1\x0e\x76\xf5\xdb\xa9\xd1\x6e\x29\xbf\x6e\xd6\x68\xcf\xae\x67\xf7\xb3\x8b\xb7\xb3\xff\xaa\xb5\xf8\xe9\x62\x76\x3f\xbb\xfe\x61\xfe\xe6\xe6\x76\x7e\x7b\x75\x77\xf3\xe1\xf6\xf2\xaa\xbf\xe8\xa2\x39\x7a\x27\x9e\xcf\x22\xbf\x9f\xef\xa2\x7b\xcf\xe4\xc4\xd8\x19\x79\x34\x08\x23\x16\x4e\x15\x13\xd9\xcf\x99\x5c\x4d\x80\x69\xf6\xbb\xe8\x2a\xcf\x67\x1b\xb6\xe2\xef\x2b\x21\xc0\x31\x84\x81\xea\xcb\x9c\x83\xa0\x9d\x44\xef\x55\x3a\xf3\xbe\x83\xec\x9a\xd6\x69\x40\xff\xc4\xdb\x8c\xdd\x4f\xa8\x7f\xcf\x0d\x62\x33\x77\xc8\x0d\x68\x59\xf5\xbf\x03\xda\x0a\xb5\x24\x02\xb2\x89\xcd\x03\x88\xbe\x54\xaa\x64\x11\xff\x29\x81\x42\xa3\xf6\x73\xf2\x56\x1d\xc5\xbb\xbc\x9f\x22\xac\xfd\x4e\xef\xaf\xcd\x6c\xf7\x76\x21\x46\xe2\x7c\x0c\xed\x29\xcd\xf2\x1d\x7e\x4a\x4c\xa7\xed\x46\x43\x29\x4e\x90\xf8\xf8\x56\xad\xda\x21\xbf\xa0\x32\x94\x70\xca\x1c\x3f\x13\xa4\x51\xab\x55\x54\x64\xf2\x21\x96\x9f\xd6\x5c\x46\xaa\xca\xf1\x9f\xe0\x59\xcb\x8a\x68\x29\xaa\x62\xcd\x81\x5f\x7d\x12\x3d\xf1\x68\xc3\x76\xa8\x3a\x6c\x54\xee\x81\xa0\xc1\x91\xd1\x87\x13\xbe\x16\x99\xd4\xd2\x62\x9b\x99\x30\x5b\x7d\xeb\x4f\x11\x86\x37\x65\x76\xec\xf8\x2a\xf8\x61\xb9\x84\x4f\x6b\x0e\x69\x54\xce\x03\x6c\x5c\x1d\x24\xb9\x01\xad\x56\xa9\x87\x6a\xeb\x0a\x72\x5f\x18\xd4\x1b\x58\xee\x47\x95\xa5\x51\x5a\x6d\x45\x96\x58\xb9\xab\x1f\xd0\xae\x14\x7e\x8c\x07\x8f\x40\x1d\xa8\x65\x39\xf4\x4d\xac\x25\xd8\xec\xf9\x04\x7b\xf0\x07\x9e\x19\x81\xc1\x63\x0b\xac\x0a\x9e\x9f\x95\x79\xb6\x5a\x41\x70\xcd\xa4\xae\x7c\xfb\x10\x0d\xae\x04\xf4\xf8\x2c\x0d\x3f\x87\x52\xa8\x55\x96\x30\xe1\x87\x69\x9c\x7d\x67\x6b\xc0\xcd\xb5\xdf\x56\x39\xf2\xf4\x2f\x5d\x1d\x6e\x67\x6d\xcb\x36\xe7\x00\x43\x30\x47\x02\xc6\xe3\x89\x21\x67\x4b\xa4\xa3\x27\x06\x23\x97\x64\x6c\x48\xe0\xcc\x0b\xe7\xfa\x36\x18\x88\xc8\x55\x01\xac\xaf\x91\x7a\x02\x0a\x61\x6d\xb1\x6b\x03\x56\xcf\x54\x2a\xd0\x4d\x2c\x2e\xa2\x8d\xb4\x18\x58\xcb\xa5\x0d\x29\x61\x22\xd8\x2a\x7b\xe4\xf2\x1b\x80\xd4\x70\x36\x9a\x9e\xba\xbd\xa5\xad\x22\xf2\x58\x90\x44\x1b\x28\x3d\x54\x23\xee\x0f\x7c\xaf\x84\x5a\x20\x87\x71\x03\x3e\xd1\x7f\x75\xba\x90\xd8\x1e\x79\x9e\x67\xe9\x98\xdb\x6a\xd6\xe4\xc6\x7e\xda\x37\x40\xcb\x8d\x61\x7b\x82\x8b\x92\x69\x3b\xac\xac\x6b\xb3\xf5\x24\xab\x7d\xaa\x33\xd8\xb7\x85\x35\x70\xed\xe3\x6a\x20\x50\xa0\x18\x4a\xf5\x90\xad\x34\xe7\x72\xd4\x46\x37\xd3\x76\xf7\xac\xa5\xcb\xf4\xed\xdf\xe4\x23\x72\x2f\x31\x51\xd4\x26\x60\x8e\xa9\x63\x37\x5b\x87\xce\x47\x20\xb2\xb1\x9b\x18\x44\x85\x06\xed\x68\x7d\xdd\xef\xc9\xe5\x71\x54\x61\xd1\x33\xdc\xa8\xaa\x54\x1e\xad\xb8\x9e\xcf\xcc\xb2\x8b\x9b\x78\x33\x88\x8d\x59\xda\x4a\x50\xe8\x44\xaa\xb9\x9a\x5d\xcf\x77\x4b\x26\xd2\x28\xfc\x54\x8f\x6b\x7b\xc7\x4b\x9b\x7a\x26\x0c\x60\x1e\x20\x72\xd8\x59\x87\xb9\xb7\x26\xbd\xce\xd6\x4b\x00\x90\x8e\xa5\xbc\xdf\x6c\x95\xe4\x92\x3c\xc4\x52\xc5\x92\x1a\x37\x50\xd1\x96\x7a\x32\x08\xc4\x4f\xc8\x48\xc5\xb0\x0e\x2f\x94\x78\xa4\x60\x8f\x07\x8b\x02\x80\x89\x7a\x80\x97\xfa\xbd\xd7\xda\x2d\xf8\x27\x28\x2a\x0b\x7e\xea\x1a\x5e\x72\xce\x57\x59\x51\x72\x3f\x77\xc1\xff\xfe\x64\x30\xad\x81\x42\xdc\xb7\xf4\x9d\x30\xad\xfb\x5e\x36\x7d\x6b\x47\x8c\x67\xb7\xe5\xe9\xcc\x7e\xd7\x7f\x18\x82\x04\xa4\xd4\x13\x12\xc1\x2b\x80\x67\x80\x13\x8f\x3b\x54\x23\x14\x16\xd0\xc4\x6e\x92\x25\x33\x35\x28\x8a\xb0\x45\xab\x8a\xe5\x4c\x96\x9c\x17\xb1\xc4\x4a\x0d\x2c\x23\x0b\x12\x47\x97\x01\x2e\xaf\xd3\xb5\x13\x55\x94\x98\xa4\x0e\x9f\x2c\x59\x26\xaa\xbc\x53\x85\xc4\x53\x79\x50\x46\x5c\xdf\x2a\x5d\x42\xb3\x51\xdb\xa6\xd9\xf4\x1a\xef\x16\xd9\xc4\x4e\xc3\xb7\x68\x38\x21\xc3\xec\x93\x8e\x29\x18\x91\x3b\x7c\xbf\xad\xff\xa0\x23\xe3\xe6\xdf\x8a\xf9\x56\x8d\x90\x78\x44\xf3\xd4\xda\x58\xf1\xa5\x61\xe7\xf6\x44\x48\xbf\x74\x41\xbc\xb0\xe2\x01\x32\x2a\xf7\xa9\xd7\xfb\x7d\x66\x7f\xf9\xf3\x1e\x4b\xa5\x4f\x76\xc1\xa9\x5d\x33\x99\x02\xf3\x33\x2b\x6b\x2f\x90\xbd\x03\x80\xab\x5a\x1a\xe1\xd8\x1d\x72\x86\x08\xce\x3c\x69\x84\xff\xf7\xad\x53\x2d\x6f\x60\x4f\x18\x39\xe8\x25\x8c\xe6\xb7\x45\x91\xdc\xcb\x4e\xf8\xbe\xf6\xc2\x76\x1f\xc1\x65\xb6\x3a\x7d\x7d\xf3\x50\xc0\x63\xc7\xf4\xdd\x94\x94\x09\x5d\x45\x7a\xbf\x2c\xc6\xf1\x91\x97\x11\xa2\x7f\x5a\x98\xf9\x55\xe4\xb1\x24\xf8\x6f\xf8\x21\x62\xc8\x63\xa5\x44\x11\xfd\xc9\xa6\x84\xfc\xe9\xaf\x26\x4f\x7e\x17\x2d\x61\xad\xa1\x18\x45\x25\x49\x95\x03\xe0\xb2\xe1\x84\xe7\xf8\x36\x8d\x01\xfb\xb8\xc0\x17\xb9\x00\x11\x05\x39\xf7\xdd\xf4\xc6\x64\x7a\x07\x93\xba\x07\x8b\x0b\x81\xcc\xed\x5b\x48\xc0\x60\x79\x51\x46\x45\xc9\xb7\xad\x52\x29\x50\xba\xc2\xe7\xe4\xa8\x7a\xee\x36\xc8\xf1\xfd\xb8\x11\xef\xd8\xb6\xc3\x0c\x41\x3c\xe2\x63\x5b\xdc\xb7\x0d\x36\x91\xb7\xfe\x56\x02\x18\x32\xe0\x5d\x11\x90\x73\x73\xf5\x2c\xf6\xc5\x57\x29\x58\x19\x43\x9c\x61\x21\x50\x88\x72\xa6\x4f\xb6\x85\x9f\x8e\x8f\x69\xba\x4a\x0d\x22\x83\xc0\x06\x17\x88\x5b\xe2\x43\xad\x1c\x02\x85\x53\xdf\x18\xd3\x56\xcf\x76\x1c\x09\x03\xe1\x90\x7b\xbe\x22\x0a\xc4\xc7\xc6\x12\x8d\x05\x81\x78\xf4\x51\x6f\x40\x81\x73\x59\x76\x83\xfc\x1e\x16\xfc\xe1\x63\x08\x5d\x14\x2c\xb1\xca\x06\x61\x3c\x35\xa9\xe9\xe1\x85\x4a\xb9\x54\x25\x8f\x58\x24\x33\x71\x2e\x2b\x21\xce\xaf\x95\xd4\x82\xb9\xc8\x56\x98\x19\x08\x7e\x6f\xe4\x75\x73\xfc\x60\x41\xc0\xc3\xbb\x02\x20\x9c\xf5\x90\x30\x16\x53\x6a\x89\xa9\xb7\x40\xec\x62\xa9\xbf\x20\x8a\x12\xa0\x55\xca\x6c\x15\x11\xf6\x66\xd0\xa4\xa9\x2f\xa8\xa8\xdf\xf9\x8d\xb7\x1c\xb0\x3e\x00\xe6\xa3\xaa\x77\x20\xa6\x7e\x84\xdd\x77\xed\x25\x4f\x53\x6b\x26\xb3\x06\x43\x3e\x0b\x2e\x14\x52\xb6\x75\x09\x01\xb5\x61\xd9\x31\x9e\x50\x7f\x08\xd8\x58\xe7\x08\x62\x79\x61\x7e\x62\x09\x9f\x2c\xf5\x0a\xa1\x60\x02\x92\xbe\xb5\x39\x6c\x58\x84\x26\xd7\x31\x89\xb1\xd0\x9e\xcd\x53\x0a\x4c\x2d\x14\x3f\xb0\xf6\x2c\x42\xd2\x18\x7d\xd1\xcc\x68\xd8\xa5\xea\x8d\xe4\xb6\x3f\xf6\x64\x2f\x1b\x73\xc9\xaa\xad\x03\xce\xe3\xaf\x19\xd4\x7d\x4e\x38\x6e\x87\xbd\x4d\xff\x36\x16\x4b\xdb\xac\xd4\x29\x62\x5b\x5f\x10\x5a\x63\xae\x96\x26\xad\xe5\x70\x38\x90\x81\xc1\x05\xbf\xa0\xd1\x07\x01\x69\x1e\x92\x2e\xeb\x59\xc9\x39\xd9\xd7\xc3\x06\x5b\x5f\xb0\x1b\xf9\x06\x3f\x7f\xaf\x44\x96\xf4\x47\x64\xcc\xd3\x04\x4c\x2f\x8d\x78\x1c\x70\x22\x71\xc3\xb6\x4a\x83\xc2\x50\x43\xc9\x93\xd2\xf9\x8f\x9a\x93\x1b\xe3\xa9\x34\xe6\x82\x6d\x05\xf0\xe6\x1c\x8f\x96\x7e\x56\xa0\xac\x03\x4a\x5a\x51\x91\x06\xda\x14\x70\x5c\x26\x8c\xec\x8b\x60\x20\x20\x9b\x9e\xd6\x4a\xf0\x09\x3a\xa8\x20\xdc\x11\xcb\x2d\xcf\x13\xa5\x8d\xb4\x28\x55\x4f\x94\x06\x9d\x89\xd4\xe1\x46\xbc\x84\xe8\x2b\xc4\x48\x5e\x11\x38\x16\xb7\x0e\x44\x4b\x58\xb4\xff\xd8\x1a\x80\xdc\x63\x81\x97\x4e\x15\x4e\xe9\x3b\x05\x9f\x28\x22\x8b\x4b\x41\x1c\x23\x35\x57\x90\x5e\xf4\x60\x3c\xe3\x76\x98\x5b\x48\x00\x78\x60\x90\xdd\xaa\xac\xed\x2b\xd5\xa7\xd5\x97\x12\x4a\x9d\x10\x19\x0d\xa3\x03\xda\x40\x84\xa8\x39\x43\x35\xc4\x15\x1e\xd0\xa6\xc6\xd2\x39\xbf\x5e\x14\xbe\x4a\xd2\xba\xcf\x58\xc9\x93\x01\xee\x64\xc2\x27\xd1\x8b\x60\xa2\x2f\xa0\x14\x46\x2a\xe8\x8f\x1c\x14\xc1\xd2\xc0\x71\x9d\x44\x59\x19\xcb\xac\xc0\x93\x99\x73\xc1\x1f\xf5\xe8\x7c\xa6\x62\x0a\x64\x10\x62\x89\x9d\x36\xc4\xfc\x19\x15\xdf\xa4\x16\x57\x19\x92\x4e\x73\xbf\xa4\x82\x41\xea\x2e\x10\xcf\x54\x12\x10\x01\xf8\x4f\xc8\xee\xa3\x0d\x5d\xf4\xed\xa7\xba\x3b\x47\x3a\x45\xd0\x8d\x40\x79\xbf\x53\x15\xf2\x04\xa6\xc4\xbc\x6d\x6a\xc4\x6d\x7e\x6b\x86\xca\xe8\x42\x95\xeb\x60\x23\x08\xdb\x0d\x6f\x12\xd7\x26\x76\x09\x44\x8a\xb0\xae\x92\xb3\x72\x1d\x65\xe5\x04\x12\x93\x8d\xe0\x88\x25\x4b\x09\x1a\x97\x9a\xcb\x2c\xd3\x79\xf7\x3e\xd3\xdf\x17\xea\xb1\x4f\xa7\x3b\x36\xa4\x87\xb7\x7a\x2b\x98\x9c\xa3\x40\xfd\x15\x82\x7a\x1e\xec\x5e\x97\x1f\xab\x5a\xcc\x2d\x0d\xce\x49\xc6\x69\x35\x9d\xdb\x00\x0c\x53\xab\x70\xa6\xa3\x09\x1e\x06\x57\x4c\x69\x34\x73\xc8\x4a\x34\xc1\x85\x4c\x68\x61\x41\x5e\xb2\xe1\x52\xc0\xc5\xfb\x58\xcd\xcd\x6c\x4e\xeb\xbe\x80\x9f\x39\x01\xdf\x6a\xf0\x69\xc8\xce\xd7\xde\x90\xfa\xb6\x8f\x8f\x7b\x34\x14\xa6\x83\x62\x1f\x7b\x86\xf5\xbc\xf1\x8f\x4e\x17\x42\x33\x0e\xf2\xc9\x72\x06\x5a\x9f\x32\x26\xba\xf0\xa8\x50\xda\xae\x31\x1e\x8e\x76\x58\x45\xdf\x04\x51\x2d\x81\xf3\x53\xd6\x97\x84\xe4\x2b\x83\x6b\xe0\x91\xbc\x30\x9a\x49\x4b\x87\x3f\x89\xe2\x3f\xe2\xc9\x2a\xe2\x3f\x22\xaf\x84\x41\xe7\x34\xcc\x88\x74\x7f\xd2\x80\x9c\xd7\x7a\xda\x31\xc3\xc3\x5d\x38\x62\xec\x1b\xe5\xcd\xfb\x35\x29\x09\x3d\x80\x00\x4c\x02\x5b\x60\x03\xf4\x4c\xa2\xcd\xb9\x33\x7c\x85\x80\x20\x9d\x57\x49\xe9\x26\x6c\x19\xde\xbe\x37\x1f\xea\x25\xda\x56\xf4\xa2\x5a\x46\x35\x95\xc7\xd2\xb4\xe6\x28\xa0\x2f\x84\x68\x34\xd5\x64\x36\xf4\xce\x2a\xf8\xa8\x0d\x76\x0f\x40\x42\xb9\xba\x9f\xba\x1c\x00\x9f\xf7\x82\x3b\x5c\xe1\x69\xe4\xb8\x35\x41\xf5\xe8\xa1\xf1\x13\xc2\x70\xd8\xa1\xd6\xe6\x11\x97\x15\x15\x14\xd4\x2c\x2b\x2d\x8e\xbc\xaa\xa3\x58\x02\x9f\xe3\x32\x83\xb4\x0e\x5a\x97\x58\xbe\x53\x54\xbd\x04\xea\x95\x99\xa4\x49\x11\xa0\x65\x7b\x61\x21\x8c\xe8\x1f\x5e\xc3\xb3\xbd\xc4\x60\x75\x0d\xd3\x1a\xb2\x90\x20\x57\x72\xa2\x75\x8f\xdc\x4d\x2a\x61\x32\x96\xff\xad\x97\xc7\xd0\x14\xd2\xb6\xaa\x25\x5e\x62\x83\x01\x1e\xbd\xfc\x8c\x8d\xbe\xfc\xeb\xab\xcf\xaf\x90\x02\xb6\x2a\x00\x35\x6e\x12\x3e\x21\xb6\x00\xb5\x12\x02\x32\x75\xcd\x0c\xa0\x30\x00\xea\xe5\x6d\x17\xbd\x0c\x45\x64\xe5\x8c\x64\x73\xdb\xcb\xe3\xe6\x3c\xaf\x17\x51\xc2\xca\x64\x7d\x66\xb4\x39\x9f\xba\x31\x33\x1c\x92\x04\x1f\xa5\x75\xad\xf6\x1a\x4c\x6d\x81\xe5\x1b\x8b\xca\x1c\x9c\x17\x3d\x05\x88\x9b\xdc\x07\xa7\xd2\xc7\x3e\xc7\xc3\xe9\x00\x91\x9d\xa6\x67\x7f\x6e\x30\xa1\x9c\xbb\x94\x5c\xc4\x92\x6d\x78\x1a\xc5\x08\xa1\x12\xff\xd1\x6c\x7f\x2c\xb7\x8b\xa9\xd8\x2d\x4b\x2a\x41\xd1\xcb\x32\x05\xdc\x94\x3d\x2f\xdd\x3c\x6d\x9a\x4a\x7b\x96\xbb\xd3\xd8\x6a\xd7\x77\xec\xea\xd8\x9e\x86\x2b\x2d\xe8\xe2\xb1\xeb\x73\x17\xc6\x80\xc2\x1a\x5e\x60\xbb\x23\x6e\x3e\xad\xe4\x7a\x8a\x95\xbb\x9f\x48\x7b\x04\xf5\x1d\x59\x82\xf8\x87\x92\x89\x1d\x24\x07\x4d\x62\x89\xc5\x30\x50\x0f\xb7\x4b\x44\x96\x10\xcf\x5e\xa8\x0b\xf1\x47\x2e\xcb\x2b\xaa\xba\x31\x59\x48\x33\xb9\x54\xc7\x28\x44\xb6\x02\xe8\x28\x2c\xf9\x59\xa8\xf1\x00\xf8\x03\xb6\xeb\x1c\x8c\x49\x8e\x64\xf8\x60\x55\x9b\xac\x05\x7b\xc4\x27\x84\xc4\x04\xf5\x42\xd1\xdf\xab\x85\x12\xa6\xe0\x6a\xf6\x3a\x52\x39\x54\xb1\x97\x8a\xfe\x29\x4b\x47\xc1\x26\x23\x37\x34\x85\x02\x2d\x13\x75\x4d\x1f\x6a\x8c\xb8\x70\x40\xf1\x2a\xb7\x5c\xc3\x9e\xb3\x33\x9c\x41\xdb\x6e\x05\x85\x2c\x00\x7e\xf9\xb5\x94\xd7\xae\x12\x9a\xf6\xbb\xf2\xa1\x43\x71\xb5\x04\xb6\xa1\x8f\xb3\x7e\xa9\x69\x9d\xf2\x43\xd9\xc5\xb0\x0e\xde\x78\x1f\x54\x9e\xad\x32\xc9\x4a\x95\x47\x2f\xdf\x9b\xe2\xd1\x57\x16\xf0\x00\x56\xb1\x7d\x18\x35\xef\xea\x98\x25\x42\xcf\x6c\xbb\x6a\x04\xd1\x64\x9e\xce\x9b\x95\x0b\x63\xc1\x9b\xf7\x66\x4b\xe8\x5f\x15\x25\xdb\x6c\xfd\x9a\x31\x8b\x29\x48\x2b\x23\x70\x11\x22\x33\x30\x30\xc2\xb3\xc2\x65\xc0\xc5\x92\x5c\x57\xb8\x6f\x2a\x6f\x61\x25\xa8\xcf\x12\xc4\xfc\xfc\xc0\xba\x10\x22\x07\xde\xff\x75\xaf\x7b\xff\xf6\xad\xf1\xe8\xb9\x67\x3b\x78\x07\x61\xa2\x5c\x26\x20\x55\x21\xff\x7d\x1d\xa4\xe0\xc7\xd2\xa5\xbf\x5f\x0a\x55\xa5\x11\xc9\x1e\x0a\x15\xe4\xd3\x28\xe3\xd3\x49\x54\xfc\xe5\xbb\xf3\xf3\xe9\xb4\x8b\xab\x7f\x24\x4a\x98\xbd\xdf\xf0\x5d\xfb\x09\x87\xbf\xb5\x96\x97\xec\xb9\x5a\xb4\xb2\xe3\x8c\x43\x8a\x92\xbd\x63\xdb\xfe\x22\x06\x66\x14\x5b\x4c\xaf\xf2\x79\x31\x5a\xee\xfe\x10\xd6\xde\xf9\x38\x4b\xd6\xa0\xc0\xc1\x79\xf6\x3d\x3d\x61\x7a\x77\xbd\x4b\xcb\x64\x7c\x4c\x77\x26\x8f\xb8\xbf\xab\x2d\xcb\xb9\x2c\xe7\xd0\xe3\xb8\xce\xa0\x93\xf7\xf0\x79\x50\xd8\x37\xc8\x62\xff\xc7\xbd\x42\x47\x8c\xc9\xee\xff\xa7\xc7\x38\x4e\x88\xb2\xfa\xf5\x79\x99\x41\x5c\xd4\x73\x5a\xef\x23\x59\xa6\x09\x1d\xb0\x7a\xde\x84\x02\xd1\x39\x68\x42\x6e\xf4\x08\x06\x63\x09\xb5\x6d\xfe\xaa\x16\x65\xe6\xdf\xdc\x99\xc3\x9c\x70\x17\x3e\x89\x58\x19\xe9\xfd\x13\xd1\xcf\x3c\x57\x0e\xd9\x80\x58\x2a\xbc\x86\x7b\x2a\x5d\x76\xf3\xc3\x61\xd7\x10\x4f\x15\x01\xbf\x7c\xc4\x1b\xf8\x17\x2a\xa0\x40\xb5\x6f\xb1\x33\x15\x2f\x1d\xbe\xbe\x2d\x4f\xe6\x07\xf0\xf8\xd8\xa1\x78\x5a\x97\x27\xdf\x8d\x65\x6a\x1f\x0b\x73\x41\xcf\x41\xa9\xd4\x06\x82\xd6\x86\xd8\x96\x72\x10\x80\xce\x63\x19\xd5\xbd\x6c\x53\x98\xc4\x3f\xfe\xe3\x9f\xd3\x2e\x34\x45\x18\xfa\xc1\x6c\x8d\x6f\x0c\x75\x6d\xce\x59\xea\xd8\x80\x7c\xb2\x9f\x7d\x48\x89\x7b\x0f\xe4\x11\xba\xd6\x31\xfb\xd2\xd4\xa6\x2c\x06\x92\x3b\xe2\x59\xea\x43\x61\xdb\x03\x4e\xdb\x63\xc9\x60\xd4\x32\x02\x9b\xaa\x43\x9f\x9b\xd2\x38\x5b\x7a\x18\xb1\x7a\xed\xf2\xe9\x2b\x69\xaa\x5d\xb5\xec\x43\x86\x6f\xac\xa0\xf7\x4a\x89\x63\x2d\x21\x26\x0c\xba\xd8\x1c\xc0\x5c\x8e\xd1\x64\xf0\x00\x58\xd3\x67\xf6\xda\x7a\xe5\x6c\x71\x38\xc8\x69\x0f\x4a\x0d\x42\x46\x34\x04\x08\xd4\x20\x95\x60\x77\x22\x45\xb1\x6d\x71\xcc\x8e\x4c\x08\x81\x36\x30\xa2\x63\x71\xca\x1b\xa6\x99\x97\xc4\xca\xdc\x18\xa1\x80\xae\x36\xc2\x51\x76\x18\x42\xaf\xd4\xba\xb2\x36\x99\x5f\x68\x6b\xd7\xd1\xeb\xdb\xac\x27\x02\xbe\x69\xa3\x8e\x1e\x90\x58\x7a\x8f\x05\x96\xd3\x98\x8c\x1b\xbb\x6a\x6d\xa6\x5a\x70\x0c\x8f\x36\xd5\x8e\x41\x53\xe8\x35\xb4\x5f\xfb\xc0\x3e\xe0\x2f\x4e\xd4\x66\xa1\xcd\x25\x04\xe4\xa3\x80\x0d\xbc\x72\x17\xa6\xb2\xd6\x96\x05\x9a\xd7\x0a\xb1\x3c\x6b\x6b\x6f\xb3\x5d\xfc\xba\x3f\x5f\x64\xed\xd3\x04\x7d\xd5\xe2\xb4\xc0\x0f\xed\x72\xf6\xa2\x3e\x03\xe0\xac\x78\x62\xbb\x02\x50\x90\xb4\xdd\xbe\x5c\x3a\x92\x37\xdf\x8e\xb0\x96\xa4\x2d\x84\x24\x48\xc1\x8a\xc0\xd1\x68\x2e\x19\xf1\x7c\x0a\x83\xf7\xe4\x0a\x62\x5e\x14\xed\x8b\xf3\xdc\x28\x15\xed\x6b\x01\xed\xdb\x5a\x6a\xc2\x94\x0f\x32\xb4\x27\x68\xfb\xfc\xd9\x25\xd6\xf3\x44\x49\x5b\x7f\x7d\x12\x93\xba\x05\xc1\xa2\x7d\xb8\xf0\xb7\x06\x18\xfd\x3e\xfb\xfe\x48\x37\x83\xf7\x4c\xe6\x2a\x21\x70\xfd\x32\x02\x70\x44\x14\xc7\xba\xef\x49\xb4\x61\x99\xa4\x6b\x50\xe6\x5a\x40\xa6\x7c\x51\xad\x56\x9d\xd6\xaf\x50\xab\x67\x0d\x9c\x18\xbc\x07\xef\xf7\x1d\x49\xfb\xa2\x0f\xc3\x60\x9f\xa5\xf9\xdb\x71\x73\xf4\x96\x74\x9d\xc2\x51\x31\x33\x3d\xa1\x73\x7c\x99\x09\xfe\x75\x7c\x13\x27\x72\xb4\xcc\x86\x38\x5a\x4c\x74\x05\x32\x3c\x09\xb4\xca\xf8\xbf\x7f\xf7\xc0\x7c\x1d\x0f\x4c\xab\x8b\xb9\x3e\x42\xac\xcb\x99\x67\xa1\x02\xdc\x33\xc2\x03\xcb\xef\x6c\x9d\x36\x8c\x8a\xf0\xff\x0a\x2e\xd3\x02\xe8\x2d\x4e\x5f\x8f\x07\xaf\xcf\xf1\x65\x6a\x7b\xe8\x5d\xee\xd4\x86\x47\xd0\x55\x81\x18\x41\x11\x25\xd1\x4e\x20\x5e\xac\x27\xe8\x20\x57\x41\x24\x51\x40\x34\x59\x33\xb9\xe2\xa9\x53\x5a\x5f\x4a\xfe\x14\xe9\xd7\x60\xe2\x07\xd0\xbc\xed\x99\x44\xbc\x4c\x5e\x11\x80\xb7\xcb\xb7\xc9\x79\xa2\xf2\x14\x40\x3a\x56\x2c\x4f\x21\xcb\x8b\xae\xa4\x60\xc9\x03\x50\x48\xc2\x83\x89\x3d\x52\x90\xcf\xe0\x58\x60\xe0\xd9\xb5\x96\xc9\x04\xc1\x94\x0d\x1d\x8d\x1d\x1f\x7e\x5e\x44\x2c\xc9\x55\x41\x1c\xf3\xc4\x1c\x48\x94\x75\x1e\x6b\x17\xf4\xd8\xe9\x44\x61\xc5\x51\xb8\x1c\x17\xd2\xe5\x6c\xf0\x9f\xb6\x82\xc9\xf0\x4e\xe2\x74\xcb\x9c\x01\xa8\x77\xe7\xc9\xb7\xb5\x8c\x5f\xb5\x26\xdb\x07\xe5\x75\xd7\x0a\xb5\xcf\x9c\xb3\x74\xe7\x57\x7c\x65\x92\x90\x36\x59\xba\xc9\xa4\xde\x7a\x7d\xad\x91\xc5\x8d\xe4\x2b\x34\x9d\x30\x81\xa1\x6e\x00\x89\x12\xa2\x76\xf5\x8b\x48\x72\xad\xb2\xb0\x3c\x13\x3b\xd0\x52\xb7\x39\x3f\xf3\xfa\xf1\xee\x37\xe5\xda\x65\x45\x2c\x71\xec\xc0\x01\xbb\xac\x04\xea\xb2\x60\xed\xd9\x09\xd0\x3d\xfc\x30\x9b\xe8\x67\xac\x24\x68\x16\xaf\x63\x38\xb3\x27\xc9\x5b\x6a\xda\x59\x83\x5c\x87\xae\x12\x31\x87\xa4\x8a\xb5\x7a\x32\xc9\x95\x4f\xcc\xc5\xce\xc7\x18\xa2\xef\x49\x76\x19\x23\xd3\x8b\xb4\x83\xca\x11\x70\xc8\xbc\x51\x39\xc1\xa7\x80\x70\x78\x4f\x54\x35\x7f\xcb\x1e\xf9\x24\xba\xdb\xb2\xfc\x61\x12\xbd\xde\x49\xb6\xc9\x92\x1f\xd5\x62\xaf\x6d\x79\x0a\xff\x8a\x55\x81\x46\xfb\xdf\x5a\x3d\x15\x13\x0f\x3c\xc1\xf3\xc2\x35\x3d\x01\x26\x08\xaa\x4f\x0c\x61\x4b\x77\x3d\xe1\x26\xae\xdc\x89\xb0\x71\x2a\x0d\xb9\x3b\x2c\xde\xa9\x2f\xd7\x25\x80\x93\xd5\x94\x79\xdc\x16\x0c\xd6\x32\x12\x12\xa6\xf5\xc4\xcf\xe0\xd5\x53\x79\xb4\x15\xac\xd4\x67\xc5\xb0\xbf\xe1\xa9\xc0\xf8\x35\x4a\xfb\x5a\x3e\xf9\xd0\x47\xdd\x74\x3c\xdf\x2a\x25\x5a\xdf\xf6\x93\x2e\x60\xc3\x93\x36\x74\xf1\x66\x98\x87\x57\xf8\x2f\x9e\x59\x45\xe7\x95\x71\x3e\x1c\x0f\xa1\x1f\x4e\x53\x5a\xe5\x48\x59\x65\x96\x63\xea\x5c\xa0\x4c\x9b\x07\x98\x35\x80\x8f\xdc\x82\x27\x0c\x2a\x85\x8d\xf6\x81\x6c\x7a\xe0\x9e\x72\x6f\x74\x8b\xbf\xa8\x68\xf6\xd3\xa1\x72\x40\xbb\xf3\xac\xad\x70\x6c\xec\xe5\xba\x5f\xb7\x3a\x81\x71\xe4\xc6\x81\x65\x32\xb7\xf6\x15\x86\x9b\x44\xf5\x79\x22\x58\x31\x30\x6b\xa6\x55\xee\xcc\xa8\xa1\x4b\x68\x67\xb8\xcc\xfc\x1b\xf8\xeb\x36\x03\x85\x71\x2c\x2f\x6c\x61\xb4\x7b\xc6\xad\xea\x81\x62\x16\x95\xae\xc6\xd6\x60\x3a\x98\xab\xa2\x9f\x44\x45\x95\xac\x21\xe1\x2d\x94\x53\xbe\xdc\x6a\xde\xd8\x49\x2c\xf5\x43\x88\x58\x7b\x0c\x62\x36\x4f\xfa\xb9\x2b\xb2\x9f\xb9\x7d\x69\x51\x25\x0a\x1e\xd7\x05\xd3\x5b\x43\xa4\x12\x75\x45\xc4\xe4\x1e\xb2\xfc\x81\xa7\x9e\x1b\xa9\xda\x6a\xf3\x77\x1a\xdb\x65\xc6\xf3\xeb\x78\x10\x49\xb3\x29\xfc\x89\xf9\x8a\x58\x4d\xd2\x8a\x6c\xc9\x93\x5d\xd2\xa8\xa3\x0d\x22\xa5\xa7\xf3\x57\x1e\xe6\xae\xeb\xab\xb7\x6c\xb7\xc2\x3e\x35\x6a\x86\xa2\xae\xf0\xd2\xff\xce\xa4\x92\x8e\x92\xbf\xdf\xba\xc7\x65\x4f\x22\xf9\xef\xf9\x21\xbf\x49\xef\xc4\xb0\x0a\xc0\x40\x7e\x99\x14\x0c\xb0\x86\x48\x6b\x6e\x4d\xfc\xf8\xb6\x8a\x3c\xb2\xd4\xbf\x37\xe5\x9a\xb7\xd4\x7a\x0c\xbb\x0a\x54\x4a\x93\xda\x32\x9f\x31\x58\x43\xf8\xa9\x59\xaf\x4b\xa1\x8a\x2a\xef\xbf\xfc\xb7\xe1\xa8\x4d\xef\x6e\x36\x01\x06\x14\xdf\x2c\x38\x54\x70\xa5\xb8\x33\xad\x93\xd9\xa7\x28\x68\x7b\xa9\xfe\x3d\xa5\x44\x3c\xf1\x28\x61\x5b\xc8\xa4\x6d\x47\x4e\x6d\x7c\xe7\xd9\xd7\xf0\xf2\xae\xb8\xaf\x05\xd4\x1e\xc7\xe0\x70\x05\xb1\xa4\x6f\x2a\xed\xb2\xd5\x06\xab\x55\x99\x07\xae\x98\x41\xd1\xb7\x53\x78\xb6\xdf\xb3\x72\x8d\x4e\x02\x60\xda\xc0\x48\x6c\xa9\x15\x28\xc4\xb5\x46\x77\xf7\x42\xa8\x05\x80\x21\x03\x36\x7f\xd7\x39\xa7\xc3\x39\x68\xe9\x9a\x1b\x36\xe4\x6c\xeb\xfb\x00\x59\xf3\x39\x2f\xa0\x7c\xb2\x19\x4f\x1a\x9a\xc4\x36\xce\x91\xd1\x1c\xae\x16\x5b\xaf\x1b\x8e\x8c\x26\x98\x92\x96\xea\x90\xd1\x74\xd5\x22\xd6\xf7\x5d\xac\x2b\x3f\xef\x9c\x01\xff\x59\x09\x0c\xd3\x18\xb0\x2d\x32\xb9\x12\xbc\x36\x5f\x83\x36\x1f\xcb\x0b\xfc\x4b\xc0\x45\x60\x41\x03\x6d\xd2\x10\x01\x0b\xdb\xfb\x87\x89\xe8\xd1\x85\x29\x2c\x85\x02\x46\x46\x01\x45\x6b\x71\x81\x7b\x64\x02\x79\xdf\xb2\xcc\x72\xad\x4f\x17\xa0\x2e\x14\xd5\xe2\xcc\x95\x19\xaa\x1c\x14\x0c\xa8\x42\xdd\xb2\x1c\x50\xdb\xd7\x99\x48\xcf\x5a\x1e\x12\xf4\x71\x3a\xf0\x2f\x83\x44\xc1\x04\x89\x2f\xb0\x0b\xb1\xca\xc5\xce\xdd\xb6\xa3\xd5\x7b\xce\x92\xb5\xad\xb0\x40\x71\xdd\x27\x2f\x02\x63\xe9\xd7\x4e\x7e\x19\x90\x5d\xd2\x01\x1a\xfb\xdb\x97\x13\xc1\x9a\x0d\x91\x13\xf7\xa1\x69\x65\x6e\x8d\x36\x0e\x49\x72\x74\x2d\x55\x31\xc7\x10\xff\x57\x28\xc3\x77\x9e\xa1\x62\xcb\x9e\x24\x15\xf7\x8d\x2a\x73\x18\x26\x1f\xda\xd9\x28\xb4\x7c\x68\xa4\xfd\x38\x49\x21\xa9\x50\xbe\xcc\x2c\xc2\xea\xc4\xc3\x1a\x67\x42\xf8\x88\x5c\xce\x15\x14\x4b\xe7\x30\xd0\xcf\xbf\x10\xfa\xff\x27\x75\xc1\x4d\xc5\x9c\x29\x12\xa0\x4c\x4c\x25\x1a\xa1\x38\x50\x88\xe2\x0c\x0d\x73\x67\x3e\xef\xbb\xcd\xa7\xd2\x27\x13\x96\xac\xf9\x5c\x0f\xad\x1a\x51\xae\x74\xc9\x4a\x26\xd4\xea\x52\x7f\x7c\x87\xdf\xf6\x3e\x66\xa8\x17\xa1\x9a\x86\x7d\x41\xf2\x1f\x4b\xd6\x44\x1a\x54\x4b\x19\xeb\xba\x4f\xd8\xed\xbc\x85\xeb\x75\xef\x58\xdb\xdd\xf1\x1e\x39\x12\x5c\x66\x53\x0b\x95\xb0\x3c\x37\x09\xbd\xd4\x6b\xc4\xf2\x32\x5b\xb2\x24\xf0\xa0\x0f\xc2\xe1\x09\x5e\x48\x6c\xb1\x80\xd0\xb3\x49\x4b\x73\xc5\xe2\x2c\xb2\x10\xdf\xdd\xfb\x7f\x6a\x9b\x82\x3b\x21\xfd\x0c\xfe\x91\x7e\xc7\x21\x5e\xdf\xe6\x1b\x19\x78\x96\x59\x23\xe9\x79\xe0\x62\xb3\x28\x80\x58\x68\x5d\x52\x8f\xa5\xfd\x88\x35\x3c\xb0\xb8\x64\x1c\x02\x9f\x47\x9d\x3e\x5c\x72\x36\xa0\x78\x89\x36\x1c\x89\x96\xa9\x4e\xbd\xac\x17\x56\xc2\x12\x62\x8a\xf7\x23\x4f\x5d\xd1\xa9\x87\x3c\xa2\x9f\x3e\xb6\xe2\xd1\x86\xa7\x59\x55\x07\x78\x0c\xca\x11\x7e\xb7\x85\xff\xef\xd9\xc2\x90\x5a\xf0\x9c\x86\x70\x7b\xa1\xcb\xef\x4f\xe1\x37\xf0\x14\x7a\xe3\xa4\xbd\x1e\x79\x0b\x06\x4b\x8f\xfe\xe8\x9d\x7b\x6c\x9d\x06\x6a\xdf\x15\xd6\x3c\x87\xbe\x0b\xa7\xf4\xd7\x40\x2b\xfe\x83\xdd\x7f\xdd\x05\x5f\xdf\x54\x10\x63\xc8\x63\xaa\xaf\xb8\x0d\x6b\x5c\x9b\xab\x0d\xec\xa6\xa5\xea\xbb\xe2\x1e\x12\x0e\x2b\x5f\x14\x76\xd5\xc3\xab\x6c\x72\xb5\xde\x66\x45\xf9\x91\x89\xea\x28\xf8\x1b\xa8\x29\x79\xb6\x48\xbc\x19\x2a\x0e\xd3\xfb\xa2\x37\x80\x7c\x1b\x86\x78\xf5\xbb\x8a\x67\x0e\xca\xe4\x0d\xa8\xac\x1e\xf7\x18\xc1\xfb\xd9\xae\xd7\x67\xd4\x19\x9f\x72\xb6\xdd\xf2\xdc\xc4\x2d\x1b\xa1\x65\x40\x68\x85\x5e\x62\x89\xbe\x87\x1f\xef\x6e\xae\xeb\x6f\x83\x96\x3d\xb5\xa6\xe1\x67\xb0\x74\xd3\xf6\x9d\xbb\xae\x84\xe8\xdc\xb9\x01\x14\xb1\x1f\xde\xbe\x9d\x7f\xbc\x78\xfb\xe1\xaa\x17\x5c\xd1\xfb\x59\xe7\x9a\xd8\x91\xd0\x9a\xa0\x45\x58\x82\x15\x58\x6d\x78\x6e\xca\x3a\xdc\xac\x51\xf1\xae\x84\x08\x41\x36\x63\xf9\x99\xda\x81\x04\xa3\x4a\xa2\xc7\x26\x96\x51\xef\xc2\x85\xfd\xc3\xcf\x3e\xeb\xc6\x3f\xe3\xb7\x67\x91\x9b\xc4\x77\xd1\xb5\xed\xb5\x63\x5d\x29\x7b\xf1\x88\xeb\x80\x58\x9f\x5d\xd7\xe1\xd4\x30\xc2\x87\x5d\x8f\x0f\x12\x30\x5c\x78\x6a\xd0\x7f\x4f\x72\x3b\x70\xed\x3e\x87\xde\x40\x2b\xcb\x53\x54\x6d\xa1\xdd\x09\x82\xbf\x16\x25\xd5\x36\xe2\x9a\xc5\x92\x28\x9e\x19\x54\x41\x76\x8e\x29\x9a\x51\x34\x5f\x30\xb9\xaa\xd8\x8a\x17\x93\xc8\x74\x1e\xcb\x4d\xb6\x5a\x03\x5a\x0e\x31\x4e\x59\x4b\x86\x95\xd9\x23\xaf\x1d\x21\x4c\xc4\x32\x8c\xb2\x51\x26\x63\x49\x73\x92\x2b\xd7\x3c\xe6\x68\xfd\x78\x67\xa7\xa3\x4f\x9a\x6d\x88\xf0\x6b\x65\x2c\x71\x73\x11\x94\xcf\xb8\x49\x40\xf1\x63\x65\xfd\xe8\xb2\x9c\x1b\xc8\x6c\x90\xe9\x2b\x70\xd8\xc4\xd2\x96\x2c\xc0\xc6\x06\xac\x59\x98\xb9\x89\x43\xda\x2f\x4f\xcc\x66\x98\x3b\x41\x63\x6b\x3f\xf5\x47\xbf\x01\xfa\xc2\xcd\x1f\x6b\xad\x0c\x38\xb6\x4e\x8c\x0d\xd4\xb1\x99\x27\x38\xba\xea\xd8\xa0\x4e\xa5\x7d\x34\x66\x5e\xf8\x9b\xce\x10\xb8\xaa\x16\x62\xc4\x90\xf0\xf7\xbd\x83\x42\x91\xdc\x3f\xa8\x01\x3e\xd2\xdb\xda\xd5\xd2\xc7\xb4\xaf\xdb\x85\x52\x1d\xfb\x72\x42\x6f\x63\x30\x28\xfa\x60\xdf\x62\x54\x49\x79\xc8\x79\x19\x90\x5c\x5e\x5f\x22\x23\x7d\xfa\x06\x24\xb2\xe2\xa0\xe1\x38\xfd\x69\xf0\x88\xac\x86\x40\x8f\xdd\x28\x09\x4b\xef\x5c\x20\x60\x3b\xc4\x24\xf9\xb8\x28\xc2\xc1\x33\x14\x2f\x12\xf8\x69\x19\xd5\x72\x4d\xec\x21\x9a\xb8\x9d\x9b\xc0\x20\x93\x2a\x2f\xb4\xb8\x24\x79\x47\x52\x5b\xe5\x11\x8b\xa5\x41\x50\x33\xe2\xf8\xc2\x04\xf1\x73\xfb\xaf\x98\xb0\xbf\x45\xfc\x21\xd0\x58\xcb\x48\x49\x6e\xa4\x61\x2c\x01\xa6\x5e\x82\x37\x76\x51\x00\x80\x24\x81\xb1\xd3\x1f\x3c\x7e\x42\x26\x91\xcc\x76\xbf\xcc\xab\xa9\x01\xc1\x3b\xff\x07\xfd\x7f\xbf\xfc\xe1\x7f\x02\x00\x00\xff\xff\xf8\xc8\xc3\x0f\x30\xeb\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: 257409, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 256816, 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 c5e6bc6908..6a267174bb 100644 --- a/flyteidl/gen/pb-java/flyteidl/core/Interface.java +++ b/flyteidl/gen/pb-java/flyteidl/core/Interface.java @@ -870,48 +870,58 @@ public interface VariableMapOrBuilder extends * Defines a map of variable names to variables. * * - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - java.util.List - getVariablesList(); + int getVariablesCount(); /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; + */ + boolean containsVariables( + java.lang.String key); + /** + * Use {@link #getVariablesMap()} instead. */ - flyteidl.core.Interface.VariableMapEntry getVariables(int index); + @java.lang.Deprecated + java.util.Map + getVariables(); /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - int getVariablesCount(); + java.util.Map + getVariablesMap(); /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - java.util.List - getVariablesOrBuilderList(); + + flyteidl.core.Interface.Variable getVariablesOrDefault( + java.lang.String key, + flyteidl.core.Interface.Variable defaultValue); /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - flyteidl.core.Interface.VariableMapEntryOrBuilder getVariablesOrBuilder( - int index); + + flyteidl.core.Interface.Variable getVariablesOrThrow( + java.lang.String key); } /** *
-   * A map of Variables in the form of repeated map entries
+   * A map of Variables
    * 
* * Protobuf type {@code flyteidl.core.VariableMap} @@ -926,7 +936,6 @@ private VariableMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private VariableMap() { - variables_ = java.util.Collections.emptyList(); } @java.lang.Override @@ -955,11 +964,15 @@ private VariableMap( break; case 10: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { - variables_ = new java.util.ArrayList(); + variables_ = com.google.protobuf.MapField.newMapField( + VariablesDefaultEntryHolder.defaultEntry); mutable_bitField0_ |= 0x00000001; } - variables_.add( - input.readMessage(flyteidl.core.Interface.VariableMapEntry.parser(), extensionRegistry)); + com.google.protobuf.MapEntry + variables__ = input.readMessage( + VariablesDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + variables_.getMutableMap().put( + variables__.getKey(), variables__.getValue()); break; } default: { @@ -977,9 +990,6 @@ 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(); } @@ -989,6 +999,18 @@ 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() { @@ -998,58 +1020,95 @@ private VariableMap( } public static final int VARIABLES_FIELD_NUMBER = 1; - private java.util.List variables_; + 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(); + } /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - public java.util.List getVariablesList() { - return variables_; + + public boolean containsVariables( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetVariables().getMap().containsKey(key); } /** - *
-     * Defines a map of variable names to variables.
-     * 
- * - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * Use {@link #getVariablesMap()} instead. */ - public java.util.List - getVariablesOrBuilderList() { - return variables_; + @java.lang.Deprecated + public java.util.Map getVariables() { + return getVariablesMap(); } /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - public int getVariablesCount() { - return variables_.size(); + + public java.util.Map getVariablesMap() { + return internalGetVariables().getMap(); } /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - public flyteidl.core.Interface.VariableMapEntry getVariables(int index) { - return variables_.get(index); + + 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; } /** *
      * Defines a map of variable names to variables.
      * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - public flyteidl.core.Interface.VariableMapEntryOrBuilder getVariablesOrBuilder( - int index) { - return variables_.get(index); + + 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); } private byte memoizedIsInitialized = -1; @@ -1066,9 +1125,12 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - for (int i = 0; i < variables_.size(); i++) { - output.writeMessage(1, variables_.get(i)); - } + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetVariables(), + VariablesDefaultEntryHolder.defaultEntry, + 1); unknownFields.writeTo(output); } @@ -1078,9 +1140,15 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - for (int i = 0; i < variables_.size(); i++) { + for (java.util.Map.Entry entry + : internalGetVariables().getMap().entrySet()) { + com.google.protobuf.MapEntry + variables__ = VariablesDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, variables_.get(i)); + .computeMessageSize(1, variables__); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1097,8 +1165,8 @@ public boolean equals(final java.lang.Object obj) { } flyteidl.core.Interface.VariableMap other = (flyteidl.core.Interface.VariableMap) obj; - if (!getVariablesList() - .equals(other.getVariablesList())) return false; + if (!internalGetVariables().equals( + other.internalGetVariables())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -1110,9 +1178,9 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (getVariablesCount() > 0) { + if (!internalGetVariables().getMap().isEmpty()) { hash = (37 * hash) + VARIABLES_FIELD_NUMBER; - hash = (53 * hash) + getVariablesList().hashCode(); + hash = (53 * hash) + internalGetVariables().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; @@ -1211,7 +1279,7 @@ protected Builder newBuilderForType( } /** *
-     * A map of Variables in the form of repeated map entries
+     * A map of Variables
      * 
* * Protobuf type {@code flyteidl.core.VariableMap} @@ -1225,6 +1293,28 @@ 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() { @@ -1246,18 +1336,12 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { - getVariablesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); - if (variablesBuilder_ == null) { - variables_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - } else { - variablesBuilder_.clear(); - } + internalGetMutableVariables().clear(); return this; } @@ -1285,15 +1369,8 @@ 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_; - if (variablesBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0)) { - variables_ = java.util.Collections.unmodifiableList(variables_); - bitField0_ = (bitField0_ & ~0x00000001); - } - result.variables_ = variables_; - } else { - result.variables_ = variablesBuilder_.build(); - } + result.variables_ = internalGetVariables(); + result.variables_.makeImmutable(); onBuilt(); return result; } @@ -1342,32 +1419,8 @@ 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; - 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_); - } - } - } + internalGetMutableVariables().mergeFrom( + other.internalGetVariables()); this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -1398,210 +1451,101 @@ public Builder mergeFrom( } private int bitField0_; - 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.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(); - } - } - /** - *
-       * Defines a map of variable names to variables.
-       * 
- * - * repeated .flyteidl.core.VariableMapEntry variables = 1; - */ - public int getVariablesCount() { - if (variablesBuilder_ == null) { - return variables_.size(); - } else { - return variablesBuilder_.getCount(); + 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_; } - /** - *
-       * Defines a map of variable names to variables.
-       * 
- * - * repeated .flyteidl.core.VariableMapEntry variables = 1; - */ - public flyteidl.core.Interface.VariableMapEntry getVariables(int index) { - if (variablesBuilder_ == null) { - return variables_.get(index); - } else { - return variablesBuilder_.getMessage(index); + private com.google.protobuf.MapField + internalGetMutableVariables() { + onChanged();; + if (variables_ == null) { + variables_ = com.google.protobuf.MapField.newMapField( + VariablesDefaultEntryHolder.defaultEntry); } - } - /** - *
-       * Defines a map of variable names to variables.
-       * 
- * - * repeated .flyteidl.core.VariableMapEntry variables = 1; - */ - 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); + if (!variables_.isMutable()) { + variables_ = variables_.copy(); } - return this; + return variables_; } - /** - *
-       * Defines a map of variable names to variables.
-       * 
- * - * repeated .flyteidl.core.VariableMapEntry variables = 1; - */ - 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; + + public int getVariablesCount() { + return internalGetVariables().getMap().size(); } /** *
        * Defines a map of variable names to variables.
        * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - 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; + + public boolean containsVariables( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetVariables().getMap().containsKey(key); } /** - *
-       * Defines a map of variable names to variables.
-       * 
- * - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * Use {@link #getVariablesMap()} instead. */ - 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 this; + @java.lang.Deprecated + public java.util.Map getVariables() { + return getVariablesMap(); } /** *
        * Defines a map of variable names to variables.
        * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> 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; + + public java.util.Map getVariablesMap() { + return internalGetVariables().getMap(); } /** *
        * Defines a map of variable names to variables.
        * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - 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; + + 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; } /** *
        * Defines a map of variable names to variables.
        * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - public Builder addAllVariables( - java.lang.Iterable values) { - if (variablesBuilder_ == null) { - ensureVariablesIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, variables_); - onChanged(); - } else { - variablesBuilder_.addAllMessages(values); + + 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 this; + return map.get(key); } - /** - *
-       * Defines a map of variable names to variables.
-       * 
- * - * repeated .flyteidl.core.VariableMapEntry variables = 1; - */ + public Builder clearVariables() { - if (variablesBuilder_ == null) { - variables_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - onChanged(); - } else { - variablesBuilder_.clear(); - } + internalGetMutableVariables().getMutableMap() + .clear(); return this; } /** @@ -1609,105 +1553,53 @@ public Builder clearVariables() { * Defines a map of variable names to variables. * * - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - public Builder removeVariables(int index) { - if (variablesBuilder_ == null) { - ensureVariablesIsMutable(); - variables_.remove(index); - onChanged(); - } else { - variablesBuilder_.remove(index); - } + + public Builder removeVariables( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + internalGetMutableVariables().getMutableMap() + .remove(key); 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; + * Use alternate mutation accessors instead. */ - public flyteidl.core.Interface.VariableMapEntry.Builder addVariablesBuilder() { - return getVariablesFieldBuilder().addBuilder( - flyteidl.core.Interface.VariableMapEntry.getDefaultInstance()); + @java.lang.Deprecated + public java.util.Map + getMutableVariables() { + return internalGetMutableVariables().getMutableMap(); } /** *
        * Defines a map of variable names to variables.
        * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> variables = 1; */ - public flyteidl.core.Interface.VariableMapEntry.Builder addVariablesBuilder( - int index) { - return getVariablesFieldBuilder().addBuilder( - index, flyteidl.core.Interface.VariableMapEntry.getDefaultInstance()); + 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); + return this; } /** *
        * Defines a map of variable names to variables.
        * 
* - * repeated .flyteidl.core.VariableMapEntry variables = 1; + * map<string, .flyteidl.core.Variable> 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_; + + public Builder putAllVariables( + java.util.Map values) { + internalGetMutableVariables().getMutableMap() + .putAll(values); + return this; } @java.lang.Override public final Builder setUnknownFields( @@ -1762,51 +1654,53 @@ public flyteidl.core.Interface.VariableMap getDefaultInstanceForType() { } - public interface VariableMapEntryOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.core.VariableMapEntry) + public interface TypedInterfaceOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.TypedInterface) com.google.protobuf.MessageOrBuilder { /** - * string name = 1; + * .flyteidl.core.VariableMap inputs = 1; */ - java.lang.String getName(); + boolean hasInputs(); /** - * string name = 1; + * .flyteidl.core.VariableMap inputs = 1; */ - com.google.protobuf.ByteString - getNameBytes(); + flyteidl.core.Interface.VariableMap getInputs(); + /** + * .flyteidl.core.VariableMap inputs = 1; + */ + flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder(); /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - boolean hasVar(); + boolean hasOutputs(); /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - flyteidl.core.Interface.Variable getVar(); + flyteidl.core.Interface.VariableMap getOutputs(); /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder(); + flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder(); } /** *
-   * Map entry of VariableMap
+   * Defines strongly typed inputs and outputs.
    * 
* - * Protobuf type {@code flyteidl.core.VariableMapEntry} + * Protobuf type {@code flyteidl.core.TypedInterface} */ - public static final class VariableMapEntry extends + public static final class TypedInterface extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.core.VariableMapEntry) - VariableMapEntryOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.core.TypedInterface) + TypedInterfaceOrBuilder { private static final long serialVersionUID = 0L; - // Use VariableMapEntry.newBuilder() to construct. - private VariableMapEntry(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use TypedInterface.newBuilder() to construct. + private TypedInterface(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private VariableMapEntry() { - name_ = ""; + private TypedInterface() { } @java.lang.Override @@ -1814,7 +1708,7 @@ private VariableMapEntry() { getUnknownFields() { return this.unknownFields; } - private VariableMapEntry( + private TypedInterface( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -1834,20 +1728,27 @@ private VariableMapEntry( done = true; break; case 10: { - java.lang.String s = input.readStringRequireUtf8(); + 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(); + } - name_ = s; break; } case 18: { - flyteidl.core.Interface.Variable.Builder subBuilder = null; - if (var_ != null) { - subBuilder = var_.toBuilder(); + flyteidl.core.Interface.VariableMap.Builder subBuilder = null; + if (outputs_ != null) { + subBuilder = outputs_.toBuilder(); } - var_ = input.readMessage(flyteidl.core.Interface.Variable.parser(), extensionRegistry); + outputs_ = input.readMessage(flyteidl.core.Interface.VariableMap.parser(), extensionRegistry); if (subBuilder != null) { - subBuilder.mergeFrom(var_); - var_ = subBuilder.buildPartial(); + subBuilder.mergeFrom(outputs_); + outputs_ = subBuilder.buildPartial(); } break; @@ -1873,70 +1774,57 @@ private VariableMapEntry( } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMapEntry_descriptor; + 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_VariableMapEntry_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.VariableMapEntry.class, flyteidl.core.Interface.VariableMapEntry.Builder.class); + flyteidl.core.Interface.TypedInterface.class, flyteidl.core.Interface.TypedInterface.Builder.class); } - public static final int NAME_FIELD_NUMBER = 1; - private volatile java.lang.Object name_; + public static final int INPUTS_FIELD_NUMBER = 1; + private flyteidl.core.Interface.VariableMap inputs_; /** - * string name = 1; + * .flyteidl.core.VariableMap inputs = 1; */ - 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; - } + public boolean hasInputs() { + return inputs_ != null; } /** - * string name = 1; + * .flyteidl.core.VariableMap inputs = 1; */ - 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 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 VAR_FIELD_NUMBER = 2; - private flyteidl.core.Interface.Variable var_; + public static final int OUTPUTS_FIELD_NUMBER = 2; + private flyteidl.core.Interface.VariableMap outputs_; /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public boolean hasVar() { - return var_ != null; + public boolean hasOutputs() { + return outputs_ != null; } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public flyteidl.core.Interface.Variable getVar() { - return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; + public flyteidl.core.Interface.VariableMap getOutputs() { + return outputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { - return getVar(); + public flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder() { + return getOutputs(); } private byte memoizedIsInitialized = -1; @@ -1953,11 +1841,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); + if (inputs_ != null) { + output.writeMessage(1, getInputs()); } - if (var_ != null) { - output.writeMessage(2, getVar()); + if (outputs_ != null) { + output.writeMessage(2, getOutputs()); } unknownFields.writeTo(output); } @@ -1968,12 +1856,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + if (inputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getInputs()); } - if (var_ != null) { + if (outputs_ != null) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getVar()); + .computeMessageSize(2, getOutputs()); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -1985,17 +1874,20 @@ public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } - if (!(obj instanceof flyteidl.core.Interface.VariableMapEntry)) { + if (!(obj instanceof flyteidl.core.Interface.TypedInterface)) { return super.equals(obj); } - flyteidl.core.Interface.VariableMapEntry other = (flyteidl.core.Interface.VariableMapEntry) obj; + flyteidl.core.Interface.TypedInterface other = (flyteidl.core.Interface.TypedInterface) obj; - if (!getName() - .equals(other.getName())) return false; - if (hasVar() != other.hasVar()) return false; - if (hasVar()) { - if (!getVar() - .equals(other.getVar())) return false; + 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; @@ -2008,80 +1900,82 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().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(); + 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.VariableMapEntry parseFrom( + 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.VariableMapEntry parseFrom( + 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.VariableMapEntry parseFrom( + 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.VariableMapEntry parseFrom( + 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.VariableMapEntry parseFrom(byte[] data) + public static flyteidl.core.Interface.TypedInterface parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.VariableMapEntry parseFrom( + 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.VariableMapEntry parseFrom(java.io.InputStream input) + 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.VariableMapEntry parseFrom( + 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.VariableMapEntry parseDelimitedFrom(java.io.InputStream input) + 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.VariableMapEntry parseDelimitedFrom( + 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.VariableMapEntry parseFrom( + 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.VariableMapEntry parseFrom( + public static flyteidl.core.Interface.TypedInterface parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -2094,7 +1988,7 @@ public static flyteidl.core.Interface.VariableMapEntry parseFrom( public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(flyteidl.core.Interface.VariableMapEntry prototype) { + public static Builder newBuilder(flyteidl.core.Interface.TypedInterface prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -2111,29 +2005,29 @@ protected Builder newBuilderForType( } /** *
-     * Map entry of VariableMap
+     * Defines strongly typed inputs and outputs.
      * 
* - * Protobuf type {@code flyteidl.core.VariableMapEntry} + * 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.VariableMapEntry) - flyteidl.core.Interface.VariableMapEntryOrBuilder { + // @@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_VariableMapEntry_descriptor; + 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_VariableMapEntry_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.VariableMapEntry.class, flyteidl.core.Interface.VariableMapEntry.Builder.class); + flyteidl.core.Interface.TypedInterface.class, flyteidl.core.Interface.TypedInterface.Builder.class); } - // Construct using flyteidl.core.Interface.VariableMapEntry.newBuilder() + // Construct using flyteidl.core.Interface.TypedInterface.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -2151,13 +2045,17 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - name_ = ""; - - if (varBuilder_ == null) { - var_ = null; + if (inputsBuilder_ == null) { + inputs_ = null; } else { - var_ = null; - varBuilder_ = null; + inputs_ = null; + inputsBuilder_ = null; + } + if (outputsBuilder_ == null) { + outputs_ = null; + } else { + outputs_ = null; + outputsBuilder_ = null; } return this; } @@ -2165,17 +2063,17 @@ public Builder clear() { @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return flyteidl.core.Interface.internal_static_flyteidl_core_VariableMapEntry_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_TypedInterface_descriptor; } @java.lang.Override - public flyteidl.core.Interface.VariableMapEntry getDefaultInstanceForType() { - return flyteidl.core.Interface.VariableMapEntry.getDefaultInstance(); + public flyteidl.core.Interface.TypedInterface getDefaultInstanceForType() { + return flyteidl.core.Interface.TypedInterface.getDefaultInstance(); } @java.lang.Override - public flyteidl.core.Interface.VariableMapEntry build() { - flyteidl.core.Interface.VariableMapEntry result = buildPartial(); + public flyteidl.core.Interface.TypedInterface build() { + flyteidl.core.Interface.TypedInterface result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -2183,13 +2081,17 @@ public flyteidl.core.Interface.VariableMapEntry build() { } @java.lang.Override - 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_; + 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.var_ = varBuilder_.build(); + result.inputs_ = inputsBuilder_.build(); + } + if (outputsBuilder_ == null) { + result.outputs_ = outputs_; + } else { + result.outputs_ = outputsBuilder_.build(); } onBuilt(); return result; @@ -2229,22 +2131,21 @@ public Builder addRepeatedField( } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.core.Interface.VariableMapEntry) { - return mergeFrom((flyteidl.core.Interface.VariableMapEntry)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.VariableMapEntry other) { - if (other == flyteidl.core.Interface.VariableMapEntry.getDefaultInstance()) return this; - if (!other.getName().isEmpty()) { - name_ = other.name_; - onChanged(); + 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.hasVar()) { - mergeVar(other.getVar()); + if (other.hasOutputs()) { + mergeOutputs(other.getOutputs()); } this.mergeUnknownFields(other.unknownFields); onChanged(); @@ -2261,11 +2162,11 @@ public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - flyteidl.core.Interface.VariableMapEntry parsedMessage = null; + flyteidl.core.Interface.TypedInterface parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.core.Interface.VariableMapEntry) e.getUnfinishedMessage(); + parsedMessage = (flyteidl.core.Interface.TypedInterface) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -2275,2117 +2176,238 @@ public Builder mergeFrom( return this; } - 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 flyteidl.core.Interface.VariableMap inputs_; private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Interface.Variable, flyteidl.core.Interface.Variable.Builder, flyteidl.core.Interface.VariableOrBuilder> varBuilder_; + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> inputsBuilder_; /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 1; */ - public boolean hasVar() { - return varBuilder_ != null || var_ != null; + public boolean hasInputs() { + return inputsBuilder_ != null || inputs_ != null; } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 1; */ - public flyteidl.core.Interface.Variable getVar() { - if (varBuilder_ == null) { - return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; + public flyteidl.core.Interface.VariableMap getInputs() { + if (inputsBuilder_ == null) { + return inputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; } else { - return varBuilder_.getMessage(); + return inputsBuilder_.getMessage(); } } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 1; */ - public Builder setVar(flyteidl.core.Interface.Variable value) { - if (varBuilder_ == null) { + public Builder setInputs(flyteidl.core.Interface.VariableMap value) { + if (inputsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - var_ = value; + inputs_ = value; onChanged(); } else { - varBuilder_.setMessage(value); + inputsBuilder_.setMessage(value); } return this; } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 1; */ - public Builder setVar( - flyteidl.core.Interface.Variable.Builder builderForValue) { - if (varBuilder_ == null) { - var_ = builderForValue.build(); + public Builder setInputs( + flyteidl.core.Interface.VariableMap.Builder builderForValue) { + if (inputsBuilder_ == null) { + inputs_ = builderForValue.build(); onChanged(); } else { - varBuilder_.setMessage(builderForValue.build()); + inputsBuilder_.setMessage(builderForValue.build()); } return this; } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 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(); + 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 { - var_ = value; + inputs_ = value; } onChanged(); } else { - varBuilder_.mergeFrom(value); + inputsBuilder_.mergeFrom(value); } return this; } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 1; */ - public Builder clearVar() { - if (varBuilder_ == null) { - var_ = null; + public Builder clearInputs() { + if (inputsBuilder_ == null) { + inputs_ = null; onChanged(); } else { - var_ = null; - varBuilder_ = null; + inputs_ = null; + inputsBuilder_ = null; } return this; } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 1; */ - public flyteidl.core.Interface.Variable.Builder getVarBuilder() { + public flyteidl.core.Interface.VariableMap.Builder getInputsBuilder() { onChanged(); - return getVarFieldBuilder().getBuilder(); + return getInputsFieldBuilder().getBuilder(); } /** - * .flyteidl.core.Variable var = 2; + * .flyteidl.core.VariableMap inputs = 1; */ - 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(); + public flyteidl.core.Interface.VariableMapOrBuilder getInputsOrBuilder() { + if (inputsBuilder_ != null) { + return inputsBuilder_.getMessageOrBuilder(); } else { - return var_ == null ? - flyteidl.core.Interface.Variable.getDefaultInstance() : var_; + return inputs_ == null ? + flyteidl.core.Interface.VariableMap.getDefaultInstance() : inputs_; } } /** - *
-       *+required Variable. Defines the type of the variable backing this parameter.
-       * 
- * - * .flyteidl.core.Variable var = 1; + * .flyteidl.core.VariableMap inputs = 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(), + 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()); - var_ = null; + inputs_ = null; } - return varBuilder_; + return inputsBuilder_; } + private flyteidl.core.Interface.VariableMap outputs_; private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder> defaultBuilder_; + flyteidl.core.Interface.VariableMap, flyteidl.core.Interface.VariableMap.Builder, flyteidl.core.Interface.VariableMapOrBuilder> outputsBuilder_; /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public boolean hasDefault() { - return behaviorCase_ == 2; + public boolean hasOutputs() { + return outputsBuilder_ != null || outputs_ != null; } /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public flyteidl.core.Literals.Literal getDefault() { - if (defaultBuilder_ == null) { - if (behaviorCase_ == 2) { - return (flyteidl.core.Literals.Literal) behavior_; - } - return flyteidl.core.Literals.Literal.getDefaultInstance(); + public flyteidl.core.Interface.VariableMap getOutputs() { + if (outputsBuilder_ == null) { + return outputs_ == null ? flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; } else { - if (behaviorCase_ == 2) { - return defaultBuilder_.getMessage(); - } - return flyteidl.core.Literals.Literal.getDefaultInstance(); + return outputsBuilder_.getMessage(); } } /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public Builder setDefault(flyteidl.core.Literals.Literal value) { - if (defaultBuilder_ == null) { + public Builder setOutputs(flyteidl.core.Interface.VariableMap value) { + if (outputsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - behavior_ = value; + outputs_ = value; onChanged(); } else { - defaultBuilder_.setMessage(value); + outputsBuilder_.setMessage(value); } - behaviorCase_ = 2; + return this; } /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public Builder setDefault( - flyteidl.core.Literals.Literal.Builder builderForValue) { - if (defaultBuilder_ == null) { - behavior_ = builderForValue.build(); + public Builder setOutputs( + flyteidl.core.Interface.VariableMap.Builder builderForValue) { + if (outputsBuilder_ == null) { + outputs_ = builderForValue.build(); onChanged(); } else { - defaultBuilder_.setMessage(builderForValue.build()); + outputsBuilder_.setMessage(builderForValue.build()); } - behaviorCase_ = 2; + return this; } /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - 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(); + 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 { - behavior_ = value; + outputs_ = value; } onChanged(); } else { - if (behaviorCase_ == 2) { - defaultBuilder_.mergeFrom(value); - } - defaultBuilder_.setMessage(value); + outputsBuilder_.mergeFrom(value); } - behaviorCase_ = 2; + return this; } /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public Builder clearDefault() { - if (defaultBuilder_ == null) { - if (behaviorCase_ == 2) { - behaviorCase_ = 0; - behavior_ = null; - onChanged(); - } + public Builder clearOutputs() { + if (outputsBuilder_ == null) { + outputs_ = null; + onChanged(); } else { - if (behaviorCase_ == 2) { - behaviorCase_ = 0; - behavior_ = null; - } - defaultBuilder_.clear(); + outputs_ = null; + outputsBuilder_ = null; } + return this; } /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public flyteidl.core.Literals.Literal.Builder getDefaultBuilder() { - return getDefaultFieldBuilder().getBuilder(); + public flyteidl.core.Interface.VariableMap.Builder getOutputsBuilder() { + + onChanged(); + return getOutputsFieldBuilder().getBuilder(); } /** - *
-       * Defines a default value that has to match the variable type defined.
-       * 
- * - * .flyteidl.core.Literal default = 2; + * .flyteidl.core.VariableMap outputs = 2; */ - public flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder() { - if ((behaviorCase_ == 2) && (defaultBuilder_ != null)) { - return defaultBuilder_.getMessageOrBuilder(); + public flyteidl.core.Interface.VariableMapOrBuilder getOutputsOrBuilder() { + if (outputsBuilder_ != null) { + return outputsBuilder_.getMessageOrBuilder(); } else { - 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; - */ - 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; - } - 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 outputs_ == null ? + flyteidl.core.Interface.VariableMap.getDefaultInstance() : outputs_; } - 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; + * .flyteidl.core.VariableMap outputs = 2; */ - public Builder clearRequired() { - if (behaviorCase_ == 3) { - behaviorCase_ = 0; - behavior_ = null; - onChanged(); + 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 this; + return outputsBuilder_; } @java.lang.Override public final Builder setUnknownFields( @@ -4400,112 +2422,129 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.core.Parameter) + // @@protoc_insertion_point(builder_scope:flyteidl.core.TypedInterface) } - // @@protoc_insertion_point(class_scope:flyteidl.core.Parameter) - private static final flyteidl.core.Interface.Parameter DEFAULT_INSTANCE; + // @@protoc_insertion_point(class_scope:flyteidl.core.TypedInterface) + private static final flyteidl.core.Interface.TypedInterface DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new flyteidl.core.Interface.Parameter(); + DEFAULT_INSTANCE = new flyteidl.core.Interface.TypedInterface(); } - public static flyteidl.core.Interface.Parameter getDefaultInstance() { + public static flyteidl.core.Interface.TypedInterface 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 TypedInterface parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new Parameter(input, extensionRegistry); + return new TypedInterface(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.TypedInterface getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } - public interface ParameterMapOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.core.ParameterMap) + public interface ParameterOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.Parameter) com.google.protobuf.MessageOrBuilder { /** *
-     * Defines a map of parameter names to parameters.
+     *+required Variable. Defines the type of the variable backing this parameter.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - java.util.List - getParametersList(); + boolean hasVar(); /** *
-     * Defines a map of parameter names to parameters.
+     *+required Variable. Defines the type of the variable backing this parameter.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - flyteidl.core.Interface.ParameterMapEntry getParameters(int index); + flyteidl.core.Interface.Variable getVar(); /** *
-     * Defines a map of parameter names to parameters.
+     *+required Variable. Defines the type of the variable backing this parameter.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - int getParametersCount(); + flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder(); + /** *
-     * Defines a map of parameter names to parameters.
+     * Defines a default value that has to match the variable type defined.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - java.util.List - getParametersOrBuilderList(); + boolean hasDefault(); /** *
-     * Defines a map of parameter names to parameters.
+     * 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.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * bool required = 3; */ - flyteidl.core.Interface.ParameterMapEntryOrBuilder getParametersOrBuilder( - int index); + boolean getRequired(); + + public flyteidl.core.Interface.Parameter.BehaviorCase getBehaviorCase(); } /** *
-   * A map of Parameters in the form of repeated map entries.
+   * 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.ParameterMap} + * Protobuf type {@code flyteidl.core.Parameter} */ - public static final class ParameterMap extends + public static final class Parameter extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.core.ParameterMap) - ParameterMapOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.core.Parameter) + ParameterOrBuilder { private static final long serialVersionUID = 0L; - // Use ParameterMap.newBuilder() to construct. - private ParameterMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use Parameter.newBuilder() to construct. + private Parameter(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ParameterMap() { - parameters_ = java.util.Collections.emptyList(); + private Parameter() { } @java.lang.Override @@ -4513,7 +2552,7 @@ private ParameterMap() { getUnknownFields() { return this.unknownFields; } - private ParameterMap( + private Parameter( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -4533,12 +2572,35 @@ private ParameterMap( done = true; break; case 10: { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - parameters_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; + 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(); } - parameters_.add( - input.readMessage(flyteidl.core.Interface.ParameterMapEntry.parser(), extensionRegistry)); + behaviorCase_ = 2; + break; + } + case 24: { + behaviorCase_ = 3; + behavior_ = input.readBool(); break; } default: { @@ -4556,79 +2618,145 @@ private ParameterMap( 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_ParameterMap_descriptor; + 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_ParameterMap_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); + flyteidl.core.Interface.Parameter.class, flyteidl.core.Interface.Parameter.Builder.class); } - public static final int PARAMETERS_FIELD_NUMBER = 1; - private java.util.List parameters_; + 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_; /** *
-     * Defines a map of parameter names to parameters.
+     *+required Variable. Defines the type of the variable backing this parameter.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - public java.util.List getParametersList() { - return parameters_; + public boolean hasVar() { + return var_ != null; } /** *
-     * Defines a map of parameter names to parameters.
+     *+required Variable. Defines the type of the variable backing this parameter.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - public java.util.List - getParametersOrBuilderList() { - return parameters_; + public flyteidl.core.Interface.Variable getVar() { + return var_ == null ? flyteidl.core.Interface.Variable.getDefaultInstance() : var_; } /** *
-     * Defines a map of parameter names to parameters.
+     *+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.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public int getParametersCount() { - return parameters_.size(); + public boolean hasDefault() { + return behaviorCase_ == 2; } /** *
-     * Defines a map of parameter names to parameters.
+     * Defines a default value that has to match the variable type defined.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public flyteidl.core.Interface.ParameterMapEntry getParameters(int index) { - return parameters_.get(index); + public flyteidl.core.Literals.Literal getDefault() { + if (behaviorCase_ == 2) { + return (flyteidl.core.Literals.Literal) behavior_; + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); } /** *
-     * Defines a map of parameter names to parameters.
+     * 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.
      * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * bool required = 3; */ - public flyteidl.core.Interface.ParameterMapEntryOrBuilder getParametersOrBuilder( - int index) { - return parameters_.get(index); + public boolean getRequired() { + if (behaviorCase_ == 3) { + return (java.lang.Boolean) behavior_; + } + return false; } private byte memoizedIsInitialized = -1; @@ -4645,8 +2773,15 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - for (int i = 0; i < parameters_.size(); i++) { - output.writeMessage(1, parameters_.get(i)); + 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); } @@ -4657,9 +2792,18 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - for (int i = 0; i < parameters_.size(); i++) { + 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 - .computeMessageSize(1, parameters_.get(i)); + .computeBoolSize( + 3, (boolean)((java.lang.Boolean) behavior_)); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -4671,13 +2815,29 @@ 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.Parameter)) { return super.equals(obj); } - flyteidl.core.Interface.ParameterMap other = (flyteidl.core.Interface.ParameterMap) obj; + flyteidl.core.Interface.Parameter other = (flyteidl.core.Interface.Parameter) obj; - if (!getParametersList() - .equals(other.getParametersList())) return false; + 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; } @@ -4689,78 +2849,91 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (getParametersCount() > 0) { - hash = (37 * hash) + PARAMETERS_FIELD_NUMBER; - hash = (53 * hash) + getParametersList().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.ParameterMap parseFrom( + 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.ParameterMap parseFrom( + 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.ParameterMap parseFrom( + 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.ParameterMap parseFrom( + 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.ParameterMap parseFrom(byte[] data) + public static flyteidl.core.Interface.Parameter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.core.Interface.ParameterMap parseFrom( + 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.ParameterMap parseFrom(java.io.InputStream input) + 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.ParameterMap parseFrom( + 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.ParameterMap parseDelimitedFrom(java.io.InputStream input) + 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.ParameterMap parseDelimitedFrom( + 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.ParameterMap parseFrom( + 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.ParameterMap parseFrom( + public static flyteidl.core.Interface.Parameter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -4773,7 +2946,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.Parameter prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -4790,29 +2963,30 @@ protected Builder newBuilderForType( } /** *
-     * A map of Parameters in the form of repeated map entries.
+     * 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.ParameterMap} + * 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.ParameterMap) - flyteidl.core.Interface.ParameterMapOrBuilder { + // @@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_ParameterMap_descriptor; + 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_ParameterMap_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); + flyteidl.core.Interface.Parameter.class, flyteidl.core.Interface.Parameter.Builder.class); } - // Construct using flyteidl.core.Interface.ParameterMap.newBuilder() + // Construct using flyteidl.core.Interface.Parameter.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -4825,35 +2999,36 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { - getParametersFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); - if (parametersBuilder_ == null) { - parameters_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); + if (varBuilder_ == null) { + var_ = null; } else { - parametersBuilder_.clear(); + 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_ParameterMap_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_Parameter_descriptor; } @java.lang.Override - public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { - return flyteidl.core.Interface.ParameterMap.getDefaultInstance(); + public flyteidl.core.Interface.Parameter getDefaultInstanceForType() { + return flyteidl.core.Interface.Parameter.getDefaultInstance(); } @java.lang.Override - public flyteidl.core.Interface.ParameterMap build() { - flyteidl.core.Interface.ParameterMap result = buildPartial(); + public flyteidl.core.Interface.Parameter build() { + flyteidl.core.Interface.Parameter result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -4861,18 +3036,24 @@ 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_; - if (parametersBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0)) { - parameters_ = java.util.Collections.unmodifiableList(parameters_); - bitField0_ = (bitField0_ & ~0x00000001); - } - result.parameters_ = parameters_; + 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.parameters_ = parametersBuilder_.build(); + 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; } @@ -4911,40 +3092,30 @@ 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.Parameter) { + return mergeFrom((flyteidl.core.Interface.Parameter)other); } else { super.mergeFrom(other); return this; } } - 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(); + 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; } - } 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_); - } + case REQUIRED: { + setRequired(other.getRequired()); + break; + } + case BEHAVIOR_NOT_SET: { + break; } } this.mergeUnknownFields(other.unknownFields); @@ -4962,11 +3133,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.Parameter 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.Parameter) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -4975,318 +3146,387 @@ public Builder mergeFrom( } return this; } - private int bitField0_; + private int behaviorCase_ = 0; + private java.lang.Object behavior_; + public BehaviorCase + getBehaviorCase() { + return BehaviorCase.forNumber( + behaviorCase_); + } - private java.util.List parameters_ = - java.util.Collections.emptyList(); - private void ensureParametersIsMutable() { - if (!((bitField0_ & 0x00000001) != 0)) { - parameters_ = new java.util.ArrayList(parameters_); - bitField0_ |= 0x00000001; - } + public Builder clearBehavior() { + behaviorCase_ = 0; + behavior_ = null; + onChanged(); + return this; } - private com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.core.Interface.ParameterMapEntry, flyteidl.core.Interface.ParameterMapEntry.Builder, flyteidl.core.Interface.ParameterMapEntryOrBuilder> parametersBuilder_; + 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_; /** *
-       * Defines a map of parameter names to parameters.
+       *+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.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - public java.util.List getParametersList() { - if (parametersBuilder_ == null) { - return java.util.Collections.unmodifiableList(parameters_); + public Builder clearVar() { + if (varBuilder_ == null) { + var_ = null; + onChanged(); } else { - return parametersBuilder_.getMessageList(); + var_ = null; + varBuilder_ = null; } + + return this; } /** *
-       * Defines a map of parameter names to parameters.
+       *+required Variable. Defines the type of the variable backing this parameter.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - public int getParametersCount() { - if (parametersBuilder_ == null) { - return parameters_.size(); - } else { - return parametersBuilder_.getCount(); - } + public flyteidl.core.Interface.Variable.Builder getVarBuilder() { + + onChanged(); + return getVarFieldBuilder().getBuilder(); } /** *
-       * Defines a map of parameter names to parameters.
+       *+required Variable. Defines the type of the variable backing this parameter.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - public flyteidl.core.Interface.ParameterMapEntry getParameters(int index) { - if (parametersBuilder_ == null) { - return parameters_.get(index); + public flyteidl.core.Interface.VariableOrBuilder getVarOrBuilder() { + if (varBuilder_ != null) { + return varBuilder_.getMessageOrBuilder(); } else { - return parametersBuilder_.getMessage(index); + return var_ == null ? + flyteidl.core.Interface.Variable.getDefaultInstance() : var_; } } /** *
-       * Defines a map of parameter names to parameters.
+       *+required Variable. Defines the type of the variable backing this parameter.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Variable var = 1; */ - 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); + 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 this; + return varBuilder_; } + + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.Literal, flyteidl.core.Literals.Literal.Builder, flyteidl.core.Literals.LiteralOrBuilder> defaultBuilder_; /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 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; + public boolean hasDefault() { + return behaviorCase_ == 2; } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public Builder addParameters(flyteidl.core.Interface.ParameterMapEntry value) { - if (parametersBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); + public flyteidl.core.Literals.Literal getDefault() { + if (defaultBuilder_ == null) { + if (behaviorCase_ == 2) { + return (flyteidl.core.Literals.Literal) behavior_; } - ensureParametersIsMutable(); - parameters_.add(value); - onChanged(); + return flyteidl.core.Literals.Literal.getDefaultInstance(); } else { - parametersBuilder_.addMessage(value); + if (behaviorCase_ == 2) { + return defaultBuilder_.getMessage(); + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); } - return this; } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public Builder addParameters( - int index, flyteidl.core.Interface.ParameterMapEntry value) { - if (parametersBuilder_ == null) { + public Builder setDefault(flyteidl.core.Literals.Literal value) { + if (defaultBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - ensureParametersIsMutable(); - parameters_.add(index, value); + behavior_ = value; onChanged(); } else { - parametersBuilder_.addMessage(index, value); + defaultBuilder_.setMessage(value); } + behaviorCase_ = 2; return this; } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public Builder addParameters( - flyteidl.core.Interface.ParameterMapEntry.Builder builderForValue) { - if (parametersBuilder_ == null) { - ensureParametersIsMutable(); - parameters_.add(builderForValue.build()); + public Builder setDefault( + flyteidl.core.Literals.Literal.Builder builderForValue) { + if (defaultBuilder_ == null) { + behavior_ = builderForValue.build(); onChanged(); } else { - parametersBuilder_.addMessage(builderForValue.build()); + defaultBuilder_.setMessage(builderForValue.build()); } + behaviorCase_ = 2; return this; } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public Builder addParameters( - int index, flyteidl.core.Interface.ParameterMapEntry.Builder builderForValue) { - if (parametersBuilder_ == null) { - ensureParametersIsMutable(); - parameters_.add(index, builderForValue.build()); + 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; + } onChanged(); } else { - parametersBuilder_.addMessage(index, builderForValue.build()); + if (behaviorCase_ == 2) { + defaultBuilder_.mergeFrom(value); + } + defaultBuilder_.setMessage(value); } + behaviorCase_ = 2; return this; } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public Builder addAllParameters( - java.lang.Iterable values) { - if (parametersBuilder_ == null) { - ensureParametersIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, parameters_); - onChanged(); + public Builder clearDefault() { + if (defaultBuilder_ == null) { + if (behaviorCase_ == 2) { + behaviorCase_ = 0; + behavior_ = null; + onChanged(); + } } else { - parametersBuilder_.addAllMessages(values); + if (behaviorCase_ == 2) { + behaviorCase_ = 0; + behavior_ = null; + } + defaultBuilder_.clear(); } return this; } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public Builder clearParameters() { - if (parametersBuilder_ == null) { - parameters_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - onChanged(); - } else { - parametersBuilder_.clear(); - } - return this; + public flyteidl.core.Literals.Literal.Builder getDefaultBuilder() { + return getDefaultFieldBuilder().getBuilder(); } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public Builder removeParameters(int index) { - if (parametersBuilder_ == null) { - ensureParametersIsMutable(); - parameters_.remove(index); - onChanged(); + public flyteidl.core.Literals.LiteralOrBuilder getDefaultOrBuilder() { + if ((behaviorCase_ == 2) && (defaultBuilder_ != null)) { + return defaultBuilder_.getMessageOrBuilder(); } else { - parametersBuilder_.remove(index); + if (behaviorCase_ == 2) { + return (flyteidl.core.Literals.Literal) behavior_; + } + return flyteidl.core.Literals.Literal.getDefaultInstance(); } - return this; - } - /** - *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; - */ - public flyteidl.core.Interface.ParameterMapEntry.Builder getParametersBuilder( - int index) { - return getParametersFieldBuilder().getBuilder(index); } /** *
-       * Defines a map of parameter names to parameters.
+       * Defines a default value that has to match the variable type defined.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * .flyteidl.core.Literal default = 2; */ - public flyteidl.core.Interface.ParameterMapEntryOrBuilder getParametersOrBuilder( - int index) { - if (parametersBuilder_ == null) { - return parameters_.get(index); } else { - return parametersBuilder_.getMessageOrBuilder(index); + 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; } + behaviorCase_ = 2; + onChanged();; + return defaultBuilder_; } + /** *
-       * Defines a map of parameter names to parameters.
+       *+optional, is this value required to be filled.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * bool required = 3; */ - public java.util.List - getParametersOrBuilderList() { - if (parametersBuilder_ != null) { - return parametersBuilder_.getMessageOrBuilderList(); - } else { - return java.util.Collections.unmodifiableList(parameters_); + public boolean getRequired() { + if (behaviorCase_ == 3) { + return (java.lang.Boolean) behavior_; } + return false; } /** *
-       * Defines a map of parameter names to parameters.
-       * 
- * - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; - */ - public flyteidl.core.Interface.ParameterMapEntry.Builder addParametersBuilder() { - return getParametersFieldBuilder().addBuilder( - flyteidl.core.Interface.ParameterMapEntry.getDefaultInstance()); - } - /** - *
-       * Defines a map of parameter names to parameters.
+       *+optional, is this value required to be filled.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * bool required = 3; */ - public flyteidl.core.Interface.ParameterMapEntry.Builder addParametersBuilder( - int index) { - return getParametersFieldBuilder().addBuilder( - index, flyteidl.core.Interface.ParameterMapEntry.getDefaultInstance()); + public Builder setRequired(boolean value) { + behaviorCase_ = 3; + behavior_ = value; + onChanged(); + return this; } /** *
-       * Defines a map of parameter names to parameters.
+       *+optional, is this value required to be filled.
        * 
* - * repeated .flyteidl.core.ParameterMapEntry parameters = 1; + * bool required = 3; */ - 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; + public Builder clearRequired() { + if (behaviorCase_ == 3) { + behaviorCase_ = 0; + behavior_ = null; + onChanged(); } - return parametersBuilder_; + return this; } @java.lang.Override public final Builder setUnknownFields( @@ -5301,91 +3541,121 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.core.ParameterMap) + // @@protoc_insertion_point(builder_scope:flyteidl.core.Parameter) } - // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMap) - private static final flyteidl.core.Interface.ParameterMap 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.ParameterMap(); + DEFAULT_INSTANCE = new flyteidl.core.Interface.Parameter(); } - public static flyteidl.core.Interface.ParameterMap 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 ParameterMap parsePartialFrom( + public Parameter parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new ParameterMap(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.ParameterMap getDefaultInstanceForType() { + public flyteidl.core.Interface.Parameter getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } - public interface ParameterMapEntryOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.core.ParameterMapEntry) + public interface ParameterMapOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.core.ParameterMap) com.google.protobuf.MessageOrBuilder { /** - * string name = 1; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - java.lang.String getName(); + int getParametersCount(); /** - * string name = 1; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - com.google.protobuf.ByteString - getNameBytes(); - + boolean containsParameters( + java.lang.String key); + /** + * Use {@link #getParametersMap()} instead. + */ + @java.lang.Deprecated + java.util.Map + getParameters(); /** - * .flyteidl.core.Parameter parameter = 2; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - boolean hasParameter(); + java.util.Map + getParametersMap(); /** - * .flyteidl.core.Parameter parameter = 2; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - flyteidl.core.Interface.Parameter getParameter(); + + flyteidl.core.Interface.Parameter getParametersOrDefault( + java.lang.String key, + flyteidl.core.Interface.Parameter defaultValue); /** - * .flyteidl.core.Parameter parameter = 2; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - flyteidl.core.Interface.ParameterOrBuilder getParameterOrBuilder(); + + flyteidl.core.Interface.Parameter getParametersOrThrow( + java.lang.String key); } /** *
-   * Map entry of ParameterMap
+   * A map of Parameters.
    * 
* - * Protobuf type {@code flyteidl.core.ParameterMapEntry} + * Protobuf type {@code flyteidl.core.ParameterMap} */ - public static final class ParameterMapEntry extends + public static final class ParameterMap extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.core.ParameterMapEntry) - ParameterMapEntryOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.core.ParameterMap) + ParameterMapOrBuilder { private static final long serialVersionUID = 0L; - // Use ParameterMapEntry.newBuilder() to construct. - private ParameterMapEntry(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use ParameterMap.newBuilder() to construct. + private ParameterMap(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ParameterMapEntry() { - name_ = ""; + private ParameterMap() { } @java.lang.Override @@ -5393,7 +3663,7 @@ private ParameterMapEntry() { getUnknownFields() { return this.unknownFields; } - private ParameterMapEntry( + private ParameterMap( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -5413,22 +3683,16 @@ private ParameterMapEntry( done = true; break; case 10: { - 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(); + if (!((mutable_bitField0_ & 0x00000001) != 0)) { + parameters_ = com.google.protobuf.MapField.newMapField( + ParametersDefaultEntryHolder.defaultEntry); + mutable_bitField0_ |= 0x00000001; } - + com.google.protobuf.MapEntry + parameters__ = input.readMessage( + ParametersDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); + parameters_.getMutableMap().put( + parameters__.getKey(), parameters__.getValue()); break; } default: { @@ -5452,70 +3716,119 @@ private ParameterMapEntry( } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMapEntry_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_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_ParameterMapEntry_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.ParameterMapEntry.class, flyteidl.core.Interface.ParameterMapEntry.Builder.class); + flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); } - public static final int NAME_FIELD_NUMBER = 1; - private volatile java.lang.Object name_; + 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(); + } /** - * string name = 1; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - 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; - } + + public boolean containsParameters( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetParameters().getMap().containsKey(key); } /** - * string name = 1; + * Use {@link #getParametersMap()} instead. */ - 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; - } + @java.lang.Deprecated + public java.util.Map getParameters() { + return getParametersMap(); } - - public static final int PARAMETER_FIELD_NUMBER = 2; - private flyteidl.core.Interface.Parameter parameter_; /** - * .flyteidl.core.Parameter parameter = 2; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - public boolean hasParameter() { - return parameter_ != null; + + public java.util.Map getParametersMap() { + return internalGetParameters().getMap(); } /** - * .flyteidl.core.Parameter parameter = 2; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - public flyteidl.core.Interface.Parameter getParameter() { - return parameter_ == null ? flyteidl.core.Interface.Parameter.getDefaultInstance() : parameter_; + + 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; } /** - * .flyteidl.core.Parameter parameter = 2; + *
+     * Defines a map of parameter names to parameters.
+     * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - public flyteidl.core.Interface.ParameterOrBuilder getParameterOrBuilder() { - return getParameter(); + + 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); } private byte memoizedIsInitialized = -1; @@ -5532,12 +3845,12 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getNameBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); - } - if (parameter_ != null) { - output.writeMessage(2, getParameter()); - } + com.google.protobuf.GeneratedMessageV3 + .serializeStringMapTo( + output, + internalGetParameters(), + ParametersDefaultEntryHolder.defaultEntry, + 1); unknownFields.writeTo(output); } @@ -5547,12 +3860,15 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getNameBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); - } - if (parameter_ != null) { + for (java.util.Map.Entry entry + : internalGetParameters().getMap().entrySet()) { + com.google.protobuf.MapEntry + parameters__ = ParametersDefaultEntryHolder.defaultEntry.newBuilderForType() + .setKey(entry.getKey()) + .setValue(entry.getValue()) + .build(); size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getParameter()); + .computeMessageSize(1, parameters__); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -5564,18 +3880,13 @@ public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } - if (!(obj instanceof flyteidl.core.Interface.ParameterMapEntry)) { + if (!(obj instanceof flyteidl.core.Interface.ParameterMap)) { return super.equals(obj); } - flyteidl.core.Interface.ParameterMapEntry other = (flyteidl.core.Interface.ParameterMapEntry) obj; + flyteidl.core.Interface.ParameterMap other = (flyteidl.core.Interface.ParameterMap) obj; - if (!getName() - .equals(other.getName())) return false; - if (hasParameter() != other.hasParameter()) return false; - if (hasParameter()) { - if (!getParameter() - .equals(other.getParameter())) return false; - } + if (!internalGetParameters().equals( + other.internalGetParameters())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -5587,80 +3898,78 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().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(); + if (!internalGetParameters().getMap().isEmpty()) { + hash = (37 * hash) + PARAMETERS_FIELD_NUMBER; + hash = (53 * hash) + internalGetParameters().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } - public static flyteidl.core.Interface.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry 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.ParameterMapEntry parseFrom( + public static flyteidl.core.Interface.ParameterMap parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -5673,7 +3982,7 @@ public static flyteidl.core.Interface.ParameterMapEntry parseFrom( public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(flyteidl.core.Interface.ParameterMapEntry prototype) { + public static Builder newBuilder(flyteidl.core.Interface.ParameterMap prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -5690,29 +3999,51 @@ protected Builder newBuilderForType( } /** *
-     * Map entry of ParameterMap
+     * A map of Parameters.
      * 
* - * Protobuf type {@code flyteidl.core.ParameterMapEntry} + * 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.ParameterMapEntry) - flyteidl.core.Interface.ParameterMapEntryOrBuilder { + // @@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_ParameterMapEntry_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_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_ParameterMapEntry_fieldAccessorTable + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.core.Interface.ParameterMapEntry.class, flyteidl.core.Interface.ParameterMapEntry.Builder.class); + flyteidl.core.Interface.ParameterMap.class, flyteidl.core.Interface.ParameterMap.Builder.class); } - // Construct using flyteidl.core.Interface.ParameterMapEntry.newBuilder() + // Construct using flyteidl.core.Interface.ParameterMap.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -5730,31 +4061,24 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - name_ = ""; - - if (parameterBuilder_ == null) { - parameter_ = null; - } else { - parameter_ = null; - parameterBuilder_ = null; - } + internalGetMutableParameters().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMapEntry_descriptor; + return flyteidl.core.Interface.internal_static_flyteidl_core_ParameterMap_descriptor; } @java.lang.Override - public flyteidl.core.Interface.ParameterMapEntry getDefaultInstanceForType() { - return flyteidl.core.Interface.ParameterMapEntry.getDefaultInstance(); + public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { + return flyteidl.core.Interface.ParameterMap.getDefaultInstance(); } @java.lang.Override - public flyteidl.core.Interface.ParameterMapEntry build() { - flyteidl.core.Interface.ParameterMapEntry result = buildPartial(); + public flyteidl.core.Interface.ParameterMap build() { + flyteidl.core.Interface.ParameterMap result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -5762,14 +4086,11 @@ public flyteidl.core.Interface.ParameterMapEntry build() { } @java.lang.Override - 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(); - } + 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(); onBuilt(); return result; } @@ -5808,23 +4129,18 @@ public Builder addRepeatedField( } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.core.Interface.ParameterMapEntry) { - return mergeFrom((flyteidl.core.Interface.ParameterMapEntry)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.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()); - } + public Builder mergeFrom(flyteidl.core.Interface.ParameterMap other) { + if (other == flyteidl.core.Interface.ParameterMap.getDefaultInstance()) return this; + internalGetMutableParameters().mergeFrom( + other.internalGetParameters()); this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -5840,11 +4156,11 @@ public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - flyteidl.core.Interface.ParameterMapEntry parsedMessage = null; + flyteidl.core.Interface.ParameterMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.core.Interface.ParameterMapEntry) e.getUnfinishedMessage(); + parsedMessage = (flyteidl.core.Interface.ParameterMap) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -5853,191 +4169,157 @@ public Builder mergeFrom( } return this; } + private int bitField0_; - 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; + 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_; } - /** - * 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; + private com.google.protobuf.MapField + internalGetMutableParameters() { + onChanged();; + if (parameters_ == null) { + parameters_ = com.google.protobuf.MapField.newMapField( + ParametersDefaultEntryHolder.defaultEntry); } + if (!parameters_.isMutable()) { + parameters_ = parameters_.copy(); + } + return parameters_; } - /** - * 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; + + public int getParametersCount() { + return internalGetParameters().getMap().size(); } /** - * string name = 1; + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 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.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; + public boolean containsParameters( + java.lang.String key) { + if (key == null) { throw new java.lang.NullPointerException(); } + return internalGetParameters().getMap().containsKey(key); } /** - * .flyteidl.core.Parameter parameter = 2; + * Use {@link #getParametersMap()} instead. */ - public flyteidl.core.Interface.Parameter getParameter() { - if (parameterBuilder_ == null) { - return parameter_ == null ? flyteidl.core.Interface.Parameter.getDefaultInstance() : parameter_; - } else { - return parameterBuilder_.getMessage(); - } + @java.lang.Deprecated + public java.util.Map getParameters() { + return getParametersMap(); } /** - * .flyteidl.core.Parameter parameter = 2; + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - public Builder setParameter(flyteidl.core.Interface.Parameter value) { - if (parameterBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - parameter_ = value; - onChanged(); - } else { - parameterBuilder_.setMessage(value); - } - return this; + public java.util.Map getParametersMap() { + return internalGetParameters().getMap(); } /** - * .flyteidl.core.Parameter parameter = 2; + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - public Builder setParameter( - flyteidl.core.Interface.Parameter.Builder builderForValue) { - if (parameterBuilder_ == null) { - parameter_ = builderForValue.build(); - onChanged(); - } else { - parameterBuilder_.setMessage(builderForValue.build()); - } - return this; + 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; } /** - * .flyteidl.core.Parameter parameter = 2; + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - 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); + + 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 Builder clearParameters() { + internalGetMutableParameters().getMutableMap() + .clear(); return this; } /** - * .flyteidl.core.Parameter parameter = 2; + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - 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; } /** - * .flyteidl.core.Parameter parameter = 2; + * Use alternate mutation accessors instead. */ - public flyteidl.core.Interface.Parameter.Builder getParameterBuilder() { - - onChanged(); - return getParameterFieldBuilder().getBuilder(); + @java.lang.Deprecated + public java.util.Map + getMutableParameters() { + return internalGetMutableParameters().getMutableMap(); } /** - * .flyteidl.core.Parameter parameter = 2; + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - public flyteidl.core.Interface.ParameterOrBuilder getParameterOrBuilder() { - if (parameterBuilder_ != null) { - return parameterBuilder_.getMessageOrBuilder(); - } else { - return parameter_ == null ? - flyteidl.core.Interface.Parameter.getDefaultInstance() : parameter_; - } + 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; } /** - * .flyteidl.core.Parameter parameter = 2; + *
+       * Defines a map of parameter names to parameters.
+       * 
+ * + * map<string, .flyteidl.core.Parameter> parameters = 1; */ - 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_; + + public Builder putAllParameters( + java.util.Map values) { + internalGetMutableParameters().getMutableMap() + .putAll(values); + return this; } @java.lang.Override public final Builder setUnknownFields( @@ -6052,41 +4334,41 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.core.ParameterMapEntry) + // @@protoc_insertion_point(builder_scope:flyteidl.core.ParameterMap) } - // @@protoc_insertion_point(class_scope:flyteidl.core.ParameterMapEntry) - private static final flyteidl.core.Interface.ParameterMapEntry 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.ParameterMapEntry(); + DEFAULT_INSTANCE = new flyteidl.core.Interface.ParameterMap(); } - public static flyteidl.core.Interface.ParameterMapEntry 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 ParameterMapEntry parsePartialFrom( + public ParameterMap parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new ParameterMapEntry(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.ParameterMapEntry getDefaultInstanceForType() { + public flyteidl.core.Interface.ParameterMap getDefaultInstanceForType() { return DEFAULT_INSTANCE; } @@ -6103,10 +4385,10 @@ public flyteidl.core.Interface.ParameterMapEntry getDefaultInstanceForType() { com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_core_VariableMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_core_VariableMapEntry_descriptor; + internal_static_flyteidl_core_VariableMap_VariablesEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_core_VariableMapEntry_fieldAccessorTable; + internal_static_flyteidl_core_VariableMap_VariablesEntry_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_core_TypedInterface_descriptor; private static final @@ -6123,10 +4405,10 @@ public flyteidl.core.Interface.ParameterMapEntry getDefaultInstanceForType() { com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_core_ParameterMap_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_core_ParameterMapEntry_descriptor; + internal_static_flyteidl_core_ParameterMap_ParametersEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_core_ParameterMapEntry_fieldAccessorTable; + internal_static_flyteidl_core_ParameterMap_ParametersEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -6140,22 +4422,22 @@ public flyteidl.core.Interface.ParameterMapEntry 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\"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" + "\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" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -6183,36 +4465,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_VariableMapEntry_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_flyteidl_core_VariableMapEntry_fieldAccessorTable = new + internal_static_flyteidl_core_VariableMap_VariablesEntry_descriptor = + internal_static_flyteidl_core_VariableMap_descriptor.getNestedTypes().get(0); + internal_static_flyteidl_core_VariableMap_VariablesEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_core_VariableMapEntry_descriptor, - new java.lang.String[] { "Name", "Var", }); + internal_static_flyteidl_core_VariableMap_VariablesEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); internal_static_flyteidl_core_TypedInterface_descriptor = - getDescriptor().getMessageTypes().get(3); + getDescriptor().getMessageTypes().get(2); 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(4); + getDescriptor().getMessageTypes().get(3); 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(5); + getDescriptor().getMessageTypes().get(4); 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_ParameterMapEntry_descriptor = - getDescriptor().getMessageTypes().get(6); - internal_static_flyteidl_core_ParameterMapEntry_fieldAccessorTable = new + internal_static_flyteidl_core_ParameterMap_ParametersEntry_descriptor = + internal_static_flyteidl_core_ParameterMap_descriptor.getNestedTypes().get(0); + internal_static_flyteidl_core_ParameterMap_ParametersEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_core_ParameterMapEntry_descriptor, - new java.lang.String[] { "Name", "Parameter", }); + internal_static_flyteidl_core_ParameterMap_ParametersEntry_descriptor, + new java.lang.String[] { "Key", "Value", }); 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 046392a874..3f90705fe4 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?: (flyteidl.core.IVariableMapEntry[]|null); + variables?: ({ [k: string]: flyteidl.core.IVariable }|null); } /** Represents a VariableMap. */ @@ -3738,7 +3738,7 @@ export namespace flyteidl { constructor(properties?: flyteidl.core.IVariableMap); /** VariableMap variables. */ - public variables: flyteidl.core.IVariableMapEntry[]; + public variables: { [k: string]: flyteidl.core.IVariable }; /** * Creates a new VariableMap instance using the specified properties. @@ -3773,64 +3773,6 @@ 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 { @@ -3960,7 +3902,7 @@ export namespace flyteidl { interface IParameterMap { /** ParameterMap parameters */ - parameters?: (flyteidl.core.IParameterMapEntry[]|null); + parameters?: ({ [k: string]: flyteidl.core.IParameter }|null); } /** Represents a ParameterMap. */ @@ -3973,7 +3915,7 @@ export namespace flyteidl { constructor(properties?: flyteidl.core.IParameterMap); /** ParameterMap parameters. */ - public parameters: flyteidl.core.IParameterMapEntry[]; + public parameters: { [k: string]: flyteidl.core.IParameter }; /** * Creates a new ParameterMap instance using the specified properties. @@ -4008,64 +3950,6 @@ 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 e7788d67d7..218ffb6222 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 {Array.|null} [variables] VariableMap variables + * @property {Object.|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 {Array.} variables + * @member {Object.} variables * @memberof flyteidl.core.VariableMap * @instance */ - VariableMap.prototype.variables = $util.emptyArray; + VariableMap.prototype.variables = $util.emptyObject; /** * Creates a new VariableMap instance using the specified properties. @@ -8918,9 +8918,11 @@ export const flyteidl = $root.flyteidl = (() => { VariableMap.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - 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(); + 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(); + } return writer; }; @@ -8938,14 +8940,17 @@ 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(); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.VariableMap(), key; while (reader.pos < end) { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - if (!(message.variables && message.variables.length)) - message.variables = []; - message.variables.push($root.flyteidl.core.VariableMapEntry.decode(reader, reader.uint32())); + 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()); break; default: reader.skipType(tag & 7); @@ -8967,10 +8972,11 @@ export const flyteidl = $root.flyteidl = (() => { if (typeof message !== "object" || message === null) return "object expected"; if (message.variables != null && message.hasOwnProperty("variables")) { - 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 (!$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 (error) return "variables." + error; } @@ -8981,135 +8987,6 @@ 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() { /** @@ -9417,7 +9294,7 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of a ParameterMap. * @memberof flyteidl.core * @interface IParameterMap - * @property {Array.|null} [parameters] ParameterMap parameters + * @property {Object.|null} [parameters] ParameterMap parameters */ /** @@ -9429,7 +9306,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) @@ -9438,11 +9315,11 @@ export const flyteidl = $root.flyteidl = (() => { /** * ParameterMap parameters. - * @member {Array.} parameters + * @member {Object.} parameters * @memberof flyteidl.core.ParameterMap * @instance */ - ParameterMap.prototype.parameters = $util.emptyArray; + ParameterMap.prototype.parameters = $util.emptyObject; /** * Creates a new ParameterMap instance using the specified properties. @@ -9468,9 +9345,11 @@ export const flyteidl = $root.flyteidl = (() => { ParameterMap.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - 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(); + 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(); + } return writer; }; @@ -9488,14 +9367,17 @@ 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(); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.core.ParameterMap(), key; while (reader.pos < end) { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - if (!(message.parameters && message.parameters.length)) - message.parameters = []; - message.parameters.push($root.flyteidl.core.ParameterMapEntry.decode(reader, reader.uint32())); + 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()); break; default: reader.skipType(tag & 7); @@ -9517,10 +9399,11 @@ export const flyteidl = $root.flyteidl = (() => { if (typeof message !== "object" || message === null) return "object expected"; if (message.parameters != null && message.hasOwnProperty("parameters")) { - 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 (!$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 (error) return "parameters." + error; } @@ -9531,135 +9414,6 @@ 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 1486d70542..2fd7096c2a 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\"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') + 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') , dependencies=[flyteidl_dot_core_dot_types__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,]) @@ -67,17 +67,24 @@ ) -_VARIABLEMAP = _descriptor.Descriptor( - name='VariableMap', - full_name='flyteidl.core.VariableMap', +_VARIABLEMAP_VARIABLESENTRY = _descriptor.Descriptor( + name='VariablesEntry', + full_name='flyteidl.core.VariableMap.VariablesEntry', 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='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, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), @@ -87,42 +94,34 @@ nested_types=[], enum_types=[ ], - serialized_options=None, + serialized_options=_b('8\001'), is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], - serialized_start=180, - serialized_end=245, + serialized_start=258, + serialized_end=331, ) - -_VARIABLEMAPENTRY = _descriptor.Descriptor( - name='VariableMapEntry', - full_name='flyteidl.core.VariableMapEntry', +_VARIABLEMAP = _descriptor.Descriptor( + name='VariableMap', + full_name='flyteidl.core.VariableMap', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - 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, + 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), ], extensions=[ ], - nested_types=[], + nested_types=[_VARIABLEMAP_VARIABLESENTRY, ], enum_types=[ ], serialized_options=None, @@ -131,8 +130,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=247, - serialized_end=317, + serialized_start=181, + serialized_end=331, ) @@ -169,8 +168,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=319, - serialized_end=424, + serialized_start=333, + serialized_end=438, ) @@ -217,22 +216,29 @@ name='behavior', full_name='flyteidl.core.Parameter.behavior', index=0, containing_type=None, fields=[]), ], - serialized_start=426, - serialized_end=550, + serialized_start=440, + serialized_end=564, ) -_PARAMETERMAP = _descriptor.Descriptor( - name='ParameterMap', - full_name='flyteidl.core.ParameterMap', +_PARAMETERMAP_PARAMETERSENTRY = _descriptor.Descriptor( + name='ParametersEntry', + full_name='flyteidl.core.ParameterMap.ParametersEntry', 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='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, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), @@ -242,42 +248,34 @@ nested_types=[], enum_types=[ ], - serialized_options=None, + serialized_options=_b('8\001'), is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], - serialized_start=552, - serialized_end=620, + serialized_start=648, + serialized_end=723, ) - -_PARAMETERMAPENTRY = _descriptor.Descriptor( - name='ParameterMapEntry', - full_name='flyteidl.core.ParameterMapEntry', +_PARAMETERMAP = _descriptor.Descriptor( + name='ParameterMap', + full_name='flyteidl.core.ParameterMap', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - 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, + 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), ], extensions=[ ], - nested_types=[], + nested_types=[_PARAMETERMAP_PARAMETERSENTRY, ], enum_types=[ ], serialized_options=None, @@ -286,13 +284,14 @@ extension_ranges=[], oneofs=[ ], - serialized_start=622, - serialized_end=700, + serialized_start=567, + serialized_end=723, ) _VARIABLE.fields_by_name['type'].message_type = flyteidl_dot_core_dot_types__pb2._LITERALTYPE -_VARIABLEMAP.fields_by_name['variables'].message_type = _VARIABLEMAPENTRY -_VARIABLEMAPENTRY.fields_by_name['var'].message_type = _VARIABLE +_VARIABLEMAP_VARIABLESENTRY.fields_by_name['value'].message_type = _VARIABLE +_VARIABLEMAP_VARIABLESENTRY.containing_type = _VARIABLEMAP +_VARIABLEMAP.fields_by_name['variables'].message_type = _VARIABLEMAP_VARIABLESENTRY _TYPEDINTERFACE.fields_by_name['inputs'].message_type = _VARIABLEMAP _TYPEDINTERFACE.fields_by_name['outputs'].message_type = _VARIABLEMAP _PARAMETER.fields_by_name['var'].message_type = _VARIABLE @@ -303,15 +302,14 @@ _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.fields_by_name['parameters'].message_type = _PARAMETERMAPENTRY -_PARAMETERMAPENTRY.fields_by_name['parameter'].message_type = _PARAMETER +_PARAMETERMAP_PARAMETERSENTRY.fields_by_name['value'].message_type = _PARAMETER +_PARAMETERMAP_PARAMETERSENTRY.containing_type = _PARAMETERMAP +_PARAMETERMAP.fields_by_name['parameters'].message_type = _PARAMETERMAP_PARAMETERSENTRY 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( @@ -322,18 +320,19 @@ _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) - -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) +_sym_db.RegisterMessage(VariableMap.VariablesEntry) TypedInterface = _reflection.GeneratedProtocolMessageType('TypedInterface', (_message.Message,), dict( DESCRIPTOR = _TYPEDINTERFACE, @@ -350,19 +349,22 @@ _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) - -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) +_sym_db.RegisterMessage(ParameterMap.ParametersEntry) 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 cb023236ed..5ffb812802 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -282,7 +282,6 @@ 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) @@ -306,7 +305,6 @@ 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 1e678cbe72..551ff2ca21 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -181,7 +181,6 @@ 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 @@ -205,7 +204,6 @@ 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 c40bbf0e65..f83c02b358 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,7 +174,6 @@ 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 @@ -198,7 +197,6 @@ 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 9503824d91..f2ca84c2e1 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_map_entry import CoreParameterMapEntry # noqa: F401,E501 +from flyteadmin.models.core_parameter import CoreParameter # noqa: F401,E501 class CoreParameterMap(object): @@ -33,7 +33,7 @@ class CoreParameterMap(object): and the value is json key in definition. """ swagger_types = { - 'parameters': 'list[CoreParameterMapEntry]' + 'parameters': 'dict(str, CoreParameter)' } 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: list[CoreParameterMapEntry] + :rtype: dict(str, CoreParameter) """ 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: list[CoreParameterMapEntry] + :type: dict(str, CoreParameter) """ 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 deleted file mode 100644 index d7ef2db1bc..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_parameter_map_entry.py +++ /dev/null @@ -1,143 +0,0 @@ -# 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 8ab35e6f9a..a2a15f83f6 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_map_entry import CoreVariableMapEntry # noqa: F401,E501 +from flyteadmin.models.core_variable import CoreVariable # noqa: F401,E501 class CoreVariableMap(object): @@ -33,7 +33,7 @@ class CoreVariableMap(object): and the value is json key in definition. """ swagger_types = { - 'variables': 'list[CoreVariableMapEntry]' + 'variables': 'dict(str, CoreVariable)' } 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: list[CoreVariableMapEntry] + :rtype: dict(str, CoreVariable) """ 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: list[CoreVariableMapEntry] + :type: dict(str, CoreVariable) """ 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 deleted file mode 100644 index ceee23294b..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_variable_map_entry.py +++ /dev/null @@ -1,143 +0,0 @@ -# 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 deleted file mode 100644 index 681747edda..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_parameter_map_entry.py +++ /dev/null @@ -1,40 +0,0 @@ -# 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 deleted file mode 100644 index 1111d01b93..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_variable_map_entry.py +++ /dev/null @@ -1,40 +0,0 @@ -# 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/admin/admin.rst b/flyteidl/protos/docs/admin/admin.rst index 87a5cc7577..30fe069bbb 100644 --- a/flyteidl/protos/docs/admin/admin.rst +++ b/flyteidl/protos/docs/admin/admin.rst @@ -2260,32 +2260,31 @@ Note: This is internal to Admin and doesn't need to be exposed to other componen -.. _ref_flyteidl/admin/project_domain_attributes.proto: +.. _ref_flyteidl/admin/project.proto: -flyteidl/admin/project_domain_attributes.proto +flyteidl/admin/project.proto ================================================================== -.. _ref_flyteidl.admin.ProjectDomainAttributes: +.. _ref_flyteidl.admin.Domain: -ProjectDomainAttributes +Domain ------------------------------------------------------------------ -Defines a set of custom matching attributes which defines resource defaults for a project and domain. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Namespace within a project commonly used to differentiate between different service instances. +e.g. "production", "development", etc. -.. csv-table:: ProjectDomainAttributes type fields +.. csv-table:: Domain type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." - "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." - "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" + "id", ":ref:`ref_string`", "", "Globally unique domain name." + "name", ":ref:`ref_string`", "", "Display name." @@ -2293,23 +2292,25 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteRequest: +.. _ref_flyteidl.admin.Project: -ProjectDomainAttributesDeleteRequest +Project ------------------------------------------------------------------ -Request to delete a set matchable project domain attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Top-level namespace used to classify different entities like workflows and executions. -.. csv-table:: ProjectDomainAttributesDeleteRequest type fields +.. csv-table:: Project type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" + "id", ":ref:`ref_string`", "", "Globally unique project name." + "name", ":ref:`ref_string`", "", "Display name." + "domains", ":ref:`ref_flyteidl.admin.Domain`", "repeated", "" + "description", ":ref:`ref_string`", "", "" + "labels", ":ref:`ref_flyteidl.admin.Labels`", "", "Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information." + "state", ":ref:`ref_flyteidl.admin.Project.ProjectState`", "", "" @@ -2317,37 +2318,46 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteResponse: +.. _ref_flyteidl.admin.ProjectListRequest: -ProjectDomainAttributesDeleteResponse +ProjectListRequest ------------------------------------------------------------------ -Purposefully empty, may be populated in the future. +Request to retrieve a list of projects matching specified filters. +See :ref:`ref_flyteidl.admin.Project` for more details +.. csv-table:: ProjectListRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "limit", ":ref:`ref_uint32`", "", "Indicates the number of projects to be returned. +required" + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query. +optional" + "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" + "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering. +optional" -.. _ref_flyteidl.admin.ProjectDomainAttributesGetRequest: -ProjectDomainAttributesGetRequest + + +.. _ref_flyteidl.admin.ProjectRegisterRequest: + +ProjectRegisterRequest ------------------------------------------------------------------ -Request to get an individual project domain attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Adds a new user-project within the Flyte deployment. +See :ref:`ref_flyteidl.admin.Project` for more details -.. csv-table:: ProjectDomainAttributesGetRequest type fields +.. csv-table:: ProjectRegisterRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" + "project", ":ref:`ref_flyteidl.admin.Project`", "", "+required" @@ -2355,63 +2365,73 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.ProjectDomainAttributesGetResponse: +.. _ref_flyteidl.admin.ProjectRegisterResponse: -ProjectDomainAttributesGetResponse +ProjectRegisterResponse ------------------------------------------------------------------ -Response to get an individual project domain attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Purposefully empty, may be updated in the future. -.. csv-table:: ProjectDomainAttributesGetResponse type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "" +.. _ref_flyteidl.admin.ProjectUpdateResponse: +ProjectUpdateResponse +------------------------------------------------------------------ +Purposefully empty, may be updated in the future. -.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateRequest: -ProjectDomainAttributesUpdateRequest ------------------------------------------------------------------- -Sets custom attributes for a project-domain combination. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: ProjectDomainAttributesUpdateRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "+required" +.. _ref_flyteidl.admin.Projects: +Projects +------------------------------------------------------------------ +Represents a list of projects. +See :ref:`ref_flyteidl.admin.Project` for more details +.. csv-table:: Projects type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto -.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateResponse: + "projects", ":ref:`ref_flyteidl.admin.Project`", "repeated", "" + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." -ProjectDomainAttributesUpdateResponse ------------------------------------------------------------------- -Purposefully empty, may be populated in the future. + - +.. _ref_flyteidl.admin.Project.ProjectState: + +Project.ProjectState +------------------------------------------------------------------ + +The state of the project is used to control its visibility in the UI and validity. + +.. csv-table:: Enum Project.ProjectState values + :header: "Name", "Number", "Description" + :widths: auto + + "ACTIVE", "0", "By default, all projects are considered active." + "ARCHIVED", "1", "Archived projects are no longer visible in the UI and no longer valid." + "SYSTEM_GENERATED", "2", "System generated projects that aren't explicitly created or managed by a user." @@ -2422,31 +2442,32 @@ Purposefully empty, may be populated in the future. -.. _ref_flyteidl/admin/project.proto: +.. _ref_flyteidl/admin/project_domain_attributes.proto: -flyteidl/admin/project.proto +flyteidl/admin/project_domain_attributes.proto ================================================================== -.. _ref_flyteidl.admin.Domain: +.. _ref_flyteidl.admin.ProjectDomainAttributes: -Domain +ProjectDomainAttributes ------------------------------------------------------------------ -Namespace within a project commonly used to differentiate between different service instances. -e.g. "production", "development", etc. +Defines a set of custom matching attributes which defines resource defaults for a project and domain. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Domain type fields +.. csv-table:: ProjectDomainAttributes type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_string`", "", "Globally unique domain name." - "name", ":ref:`ref_string`", "", "Display name." + "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." + "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." + "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" @@ -2454,25 +2475,23 @@ e.g. "production", "development", etc. -.. _ref_flyteidl.admin.Project: +.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteRequest: -Project +ProjectDomainAttributesDeleteRequest ------------------------------------------------------------------ -Top-level namespace used to classify different entities like workflows and executions. +Request to delete a set matchable project domain attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Project type fields +.. csv-table:: ProjectDomainAttributesDeleteRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_string`", "", "Globally unique project name." - "name", ":ref:`ref_string`", "", "Display name." - "domains", ":ref:`ref_flyteidl.admin.Domain`", "repeated", "" - "description", ":ref:`ref_string`", "", "" - "labels", ":ref:`ref_flyteidl.admin.Labels`", "", "Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information." - "state", ":ref:`ref_flyteidl.admin.Project.ProjectState`", "", "" + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" @@ -2480,46 +2499,37 @@ Top-level namespace used to classify different entities like workflows and execu -.. _ref_flyteidl.admin.ProjectListRequest: +.. _ref_flyteidl.admin.ProjectDomainAttributesDeleteResponse: -ProjectListRequest +ProjectDomainAttributesDeleteResponse ------------------------------------------------------------------ -Request to retrieve a list of projects matching specified filters. -See :ref:`ref_flyteidl.admin.Project` for more details - +Purposefully empty, may be populated in the future. -.. csv-table:: ProjectListRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "limit", ":ref:`ref_uint32`", "", "Indicates the number of projects to be returned. +required" - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, this server-provided token can be used to fetch the next page in a query. +optional" - "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" - "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering. +optional" +.. _ref_flyteidl.admin.ProjectDomainAttributesGetRequest: - -.. _ref_flyteidl.admin.ProjectRegisterRequest: - -ProjectRegisterRequest +ProjectDomainAttributesGetRequest ------------------------------------------------------------------ -Adds a new user-project within the Flyte deployment. -See :ref:`ref_flyteidl.admin.Project` for more details +Request to get an individual project domain attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: ProjectRegisterRequest type fields +.. csv-table:: ProjectDomainAttributesGetRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_flyteidl.admin.Project`", "", "+required" + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" @@ -2527,27 +2537,21 @@ See :ref:`ref_flyteidl.admin.Project` for more details -.. _ref_flyteidl.admin.ProjectRegisterResponse: +.. _ref_flyteidl.admin.ProjectDomainAttributesGetResponse: -ProjectRegisterResponse +ProjectDomainAttributesGetResponse ------------------------------------------------------------------ -Purposefully empty, may be updated in the future. - - - - - - +Response to get an individual project domain attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. _ref_flyteidl.admin.ProjectUpdateResponse: - -ProjectUpdateResponse ------------------------------------------------------------------- -Purposefully empty, may be updated in the future. +.. csv-table:: ProjectDomainAttributesGetResponse type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "" @@ -2555,45 +2559,41 @@ Purposefully empty, may be updated in the future. -.. _ref_flyteidl.admin.Projects: +.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateRequest: -Projects +ProjectDomainAttributesUpdateRequest ------------------------------------------------------------------ -Represents a list of projects. -See :ref:`ref_flyteidl.admin.Project` for more details +Sets custom attributes for a project-domain combination. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Projects type fields +.. csv-table:: ProjectDomainAttributesUpdateRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "projects", ":ref:`ref_flyteidl.admin.Project`", "repeated", "" - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." - + "attributes", ":ref:`ref_flyteidl.admin.ProjectDomainAttributes`", "", "+required" - -.. _ref_flyteidl.admin.Project.ProjectState: +.. _ref_flyteidl.admin.ProjectDomainAttributesUpdateResponse: -Project.ProjectState +ProjectDomainAttributesUpdateResponse ------------------------------------------------------------------ -The state of the project is used to control its visibility in the UI and validity. +Purposefully empty, may be populated in the future. + -.. csv-table:: Enum Project.ProjectState values - :header: "Name", "Number", "Description" - :widths: auto - "ACTIVE", "0", "By default, all projects are considered active." - "ARCHIVED", "1", "Archived projects are no longer visible in the UI and no longer valid." - "SYSTEM_GENERATED", "2", "System generated projects that aren't explicitly created or managed by a user." + + + + @@ -2707,34 +2707,32 @@ Represents a frequency at which to run a schedule. -.. _ref_flyteidl/admin/task_execution.proto: +.. _ref_flyteidl/admin/task.proto: -flyteidl/admin/task_execution.proto +flyteidl/admin/task.proto ================================================================== -.. _ref_flyteidl.admin.TaskExecution: +.. _ref_flyteidl.admin.Task: -TaskExecution +Task ------------------------------------------------------------------ -Encapsulates all details for a single task execution entity. -A task execution represents an instantiated task, including all inputs and additional -metadata as well as computed results included state, outputs, and duration-based attributes. +Flyte workflows are composed of many ordered tasks. That is small, reusable, self-contained logical blocks +arranged to process workflow inputs and produce a deterministic set of outputs. +Tasks can come in many varieties tuned for specialized behavior. -.. csv-table:: TaskExecution type fields +.. csv-table:: Task type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution." - "input_uri", ":ref:`ref_string`", "", "Path to remote data store where input blob is stored." - "closure", ":ref:`ref_flyteidl.admin.TaskExecutionClosure`", "", "Task execution details and results." - "is_parent", ":ref:`ref_bool`", "", "Whether this task spawned nodes." + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task." + "closure", ":ref:`ref_flyteidl.admin.TaskClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the task." @@ -2742,32 +2740,22 @@ metadata as well as computed results included state, outputs, and duration-based -.. _ref_flyteidl.admin.TaskExecutionClosure: +.. _ref_flyteidl.admin.TaskClosure: -TaskExecutionClosure +TaskClosure ------------------------------------------------------------------ -Container for task execution details and results. +Compute task attributes which include values derived from the TaskSpec, as well as plugin-specific data +and task metadata. -.. csv-table:: TaskExecutionClosure type fields +.. csv-table:: TaskClosure type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "output_uri", ":ref:`ref_string`", "", "Path to remote data store where output blob is stored if the execution succeeded (and produced outputs)." - "error", ":ref:`ref_flyteidl.core.ExecutionError`", "", "Error information for the task execution. Populated if the execution failed." - "output_data", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Raw output data produced by this task execution." - "phase", ":ref:`ref_flyteidl.core.TaskExecution.Phase`", "", "The last recorded phase for this task execution." - "logs", ":ref:`ref_flyteidl.core.TaskLog`", "repeated", "Detailed log information output by the task execution." - "started_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution began running." - "duration", ":ref:`ref_google.protobuf.Duration`", "", "The amount of time the task execution spent running." - "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was created." - "updated_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was last updated." - "custom_info", ":ref:`ref_google.protobuf.Struct`", "", "Custom data specific to the task plugin." - "reason", ":ref:`ref_string`", "", "If there is an explanation for the most recent phase transition, the reason will capture it." - "task_type", ":ref:`ref_string`", "", "A predefined yet extensible Task type identifier." - "metadata", ":ref:`ref_flyteidl.event.TaskExecutionMetadata`", "", "Metadata around how a task was executed." + "compiled_task", ":ref:`ref_flyteidl.core.CompiledTask`", "", "Represents the compiled representation of the task from the specification provided." + "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task was created." @@ -2775,21 +2763,22 @@ Container for task execution details and results. -.. _ref_flyteidl.admin.TaskExecutionGetDataRequest: +.. _ref_flyteidl.admin.TaskCreateRequest: -TaskExecutionGetDataRequest +TaskCreateRequest ------------------------------------------------------------------ -Request structure to fetch inputs and output for a task execution. -By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExecutionGetRequest` +Represents a request structure to create a revision of a task. +See :ref:`ref_flyteidl.admin.Task` for more details -.. csv-table:: TaskExecutionGetDataRequest type fields +.. csv-table:: TaskCreateRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "The identifier of the task execution for which to fetch inputs and outputs. +required" + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task. +required" + "spec", ":ref:`ref_flyteidl.admin.TaskSpec`", "", "Represents the specification for task. +required" @@ -2797,23 +2786,15 @@ By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExec -.. _ref_flyteidl.admin.TaskExecutionGetDataResponse: +.. _ref_flyteidl.admin.TaskCreateResponse: -TaskExecutionGetDataResponse +TaskCreateResponse ------------------------------------------------------------------ -Response structure for TaskExecutionGetDataRequest which contains inputs and outputs for a task execution. - - +Represents a response structure if task creation succeeds. -.. csv-table:: TaskExecutionGetDataResponse type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto +Purposefully empty, may be populated in the future. - "inputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution inputs. Deprecated: Please use full_inputs instead." - "outputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution outputs. Deprecated: Please use full_outputs instead." - "full_inputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_inputs will only be populated if they are under a configured size threshold." - "full_outputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_outputs will only be populated if they are under a configured size threshold." @@ -2821,21 +2802,22 @@ Response structure for TaskExecutionGetDataRequest which contains inputs and out -.. _ref_flyteidl.admin.TaskExecutionGetRequest: +.. _ref_flyteidl.admin.TaskList: -TaskExecutionGetRequest +TaskList ------------------------------------------------------------------ -A message used to fetch a single task execution entity. -See :ref:`ref_flyteidl.admin.TaskExecution` for more details +Represents a list of tasks returned from the admin. +See :ref:`ref_flyteidl.admin.Task` for more details -.. csv-table:: TaskExecutionGetRequest type fields +.. csv-table:: TaskList type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution. +required" + "tasks", ":ref:`ref_flyteidl.admin.Task`", "repeated", "A list of tasks returned based on the request." + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." @@ -2843,90 +2825,97 @@ See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. _ref_flyteidl.admin.TaskExecutionList: +.. _ref_flyteidl.admin.TaskSpec: -TaskExecutionList +TaskSpec ------------------------------------------------------------------ -Response structure for a query to list of task execution entities. -See :ref:`ref_flyteidl.admin.TaskExecution` for more details +Represents a structure that encapsulates the user-configured specification of the task. -.. csv-table:: TaskExecutionList type fields +.. csv-table:: TaskSpec type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "task_executions", ":ref:`ref_flyteidl.admin.TaskExecution`", "repeated", "" - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." + "template", ":ref:`ref_flyteidl.core.TaskTemplate`", "", "Template of the task that encapsulates all the metadata of the task." + + -.. _ref_flyteidl.admin.TaskExecutionListRequest: + -TaskExecutionListRequest ------------------------------------------------------------------- + -Represents a request structure to retrieve a list of task execution entities yielded by a specific node execution. -See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. csv-table:: TaskExecutionListRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto +.. _ref_flyteidl/admin/task_execution.proto: - "node_execution_id", ":ref:`ref_flyteidl.core.NodeExecutionIdentifier`", "", "Indicates the node execution to filter by. +required" - "limit", ":ref:`ref_uint32`", "", "Indicates the number of resources to be returned. +required" - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional" - "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" - "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering for returned list. +optional" +flyteidl/admin/task_execution.proto +================================================================== - +.. _ref_flyteidl.admin.TaskExecution: - +TaskExecution +------------------------------------------------------------------ - +Encapsulates all details for a single task execution entity. +A task execution represents an instantiated task, including all inputs and additional +metadata as well as computed results included state, outputs, and duration-based attributes. - +.. csv-table:: TaskExecution type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution." + "input_uri", ":ref:`ref_string`", "", "Path to remote data store where input blob is stored." + "closure", ":ref:`ref_flyteidl.admin.TaskExecutionClosure`", "", "Task execution details and results." + "is_parent", ":ref:`ref_bool`", "", "Whether this task spawned nodes." -.. _ref_flyteidl/admin/task.proto: -flyteidl/admin/task.proto -================================================================== -.. _ref_flyteidl.admin.Task: +.. _ref_flyteidl.admin.TaskExecutionClosure: -Task +TaskExecutionClosure ------------------------------------------------------------------ -Flyte workflows are composed of many ordered tasks. That is small, reusable, self-contained logical blocks -arranged to process workflow inputs and produce a deterministic set of outputs. -Tasks can come in many varieties tuned for specialized behavior. +Container for task execution details and results. -.. csv-table:: Task type fields +.. csv-table:: TaskExecutionClosure type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task." - "closure", ":ref:`ref_flyteidl.admin.TaskClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the task." + "output_uri", ":ref:`ref_string`", "", "Path to remote data store where output blob is stored if the execution succeeded (and produced outputs)." + "error", ":ref:`ref_flyteidl.core.ExecutionError`", "", "Error information for the task execution. Populated if the execution failed." + "output_data", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Raw output data produced by this task execution." + "phase", ":ref:`ref_flyteidl.core.TaskExecution.Phase`", "", "The last recorded phase for this task execution." + "logs", ":ref:`ref_flyteidl.core.TaskLog`", "repeated", "Detailed log information output by the task execution." + "started_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution began running." + "duration", ":ref:`ref_google.protobuf.Duration`", "", "The amount of time the task execution spent running." + "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was created." + "updated_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task execution was last updated." + "custom_info", ":ref:`ref_google.protobuf.Struct`", "", "Custom data specific to the task plugin." + "reason", ":ref:`ref_string`", "", "If there is an explanation for the most recent phase transition, the reason will capture it." + "task_type", ":ref:`ref_string`", "", "A predefined yet extensible Task type identifier." + "metadata", ":ref:`ref_flyteidl.event.TaskExecutionMetadata`", "", "Metadata around how a task was executed." @@ -2934,22 +2923,21 @@ Tasks can come in many varieties tuned for specialized behavior. -.. _ref_flyteidl.admin.TaskClosure: +.. _ref_flyteidl.admin.TaskExecutionGetDataRequest: -TaskClosure +TaskExecutionGetDataRequest ------------------------------------------------------------------ -Compute task attributes which include values derived from the TaskSpec, as well as plugin-specific data -and task metadata. +Request structure to fetch inputs and output for a task execution. +By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExecutionGetRequest` -.. csv-table:: TaskClosure type fields +.. csv-table:: TaskExecutionGetDataRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "compiled_task", ":ref:`ref_flyteidl.core.CompiledTask`", "", "Represents the compiled representation of the task from the specification provided." - "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the task was created." + "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "The identifier of the task execution for which to fetch inputs and outputs. +required" @@ -2957,22 +2945,23 @@ and task metadata. -.. _ref_flyteidl.admin.TaskCreateRequest: +.. _ref_flyteidl.admin.TaskExecutionGetDataResponse: -TaskCreateRequest +TaskExecutionGetDataResponse ------------------------------------------------------------------ -Represents a request structure to create a revision of a task. -See :ref:`ref_flyteidl.admin.Task` for more details +Response structure for TaskExecutionGetDataRequest which contains inputs and outputs for a task execution. -.. csv-table:: TaskCreateRequest type fields +.. csv-table:: TaskExecutionGetDataResponse type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the task. +required" - "spec", ":ref:`ref_flyteidl.admin.TaskSpec`", "", "Represents the specification for task. +required" + "inputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution inputs. Deprecated: Please use full_inputs instead." + "outputs", ":ref:`ref_flyteidl.admin.UrlBlob`", "", "**Deprecated.** Signed url to fetch a core.LiteralMap of task execution outputs. Deprecated: Please use full_outputs instead." + "full_inputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_inputs will only be populated if they are under a configured size threshold." + "full_outputs", ":ref:`ref_flyteidl.core.LiteralMap`", "", "Full_outputs will only be populated if they are under a configured size threshold." @@ -2980,37 +2969,43 @@ See :ref:`ref_flyteidl.admin.Task` for more details -.. _ref_flyteidl.admin.TaskCreateResponse: +.. _ref_flyteidl.admin.TaskExecutionGetRequest: -TaskCreateResponse +TaskExecutionGetRequest ------------------------------------------------------------------ -Represents a response structure if task creation succeeds. +A message used to fetch a single task execution entity. +See :ref:`ref_flyteidl.admin.TaskExecution` for more details -Purposefully empty, may be populated in the future. +.. csv-table:: TaskExecutionGetRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "id", ":ref:`ref_flyteidl.core.TaskExecutionIdentifier`", "", "Unique identifier for the task execution. +required" -.. _ref_flyteidl.admin.TaskList: -TaskList + +.. _ref_flyteidl.admin.TaskExecutionList: + +TaskExecutionList ------------------------------------------------------------------ -Represents a list of tasks returned from the admin. -See :ref:`ref_flyteidl.admin.Task` for more details +Response structure for a query to list of task execution entities. +See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. csv-table:: TaskList type fields +.. csv-table:: TaskExecutionList type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "tasks", ":ref:`ref_flyteidl.admin.Task`", "repeated", "A list of tasks returned based on the request." + "task_executions", ":ref:`ref_flyteidl.admin.TaskExecution`", "repeated", "" "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." @@ -3019,20 +3014,25 @@ See :ref:`ref_flyteidl.admin.Task` for more details -.. _ref_flyteidl.admin.TaskSpec: +.. _ref_flyteidl.admin.TaskExecutionListRequest: -TaskSpec +TaskExecutionListRequest ------------------------------------------------------------------ -Represents a structure that encapsulates the user-configured specification of the task. +Represents a request structure to retrieve a list of task execution entities yielded by a specific node execution. +See :ref:`ref_flyteidl.admin.TaskExecution` for more details -.. csv-table:: TaskSpec type fields +.. csv-table:: TaskExecutionListRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "template", ":ref:`ref_flyteidl.core.TaskTemplate`", "", "Template of the task that encapsulates all the metadata of the task." + "node_execution_id", ":ref:`ref_flyteidl.core.NodeExecutionIdentifier`", "", "Indicates the node execution to filter by. +required" + "limit", ":ref:`ref_uint32`", "", "Indicates the number of resources to be returned. +required" + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. +optional" + "filters", ":ref:`ref_string`", "", "Indicates a list of filters passed as string. More info on constructing filters : +optional" + "sort_by", ":ref:`ref_flyteidl.admin.Sort`", "", "Sort ordering for returned list. +optional" @@ -3125,33 +3125,32 @@ Provides Version information for a component -.. _ref_flyteidl/admin/workflow_attributes.proto: +.. _ref_flyteidl/admin/workflow.proto: -flyteidl/admin/workflow_attributes.proto +flyteidl/admin/workflow.proto ================================================================== -.. _ref_flyteidl.admin.WorkflowAttributes: +.. _ref_flyteidl.admin.Workflow: -WorkflowAttributes +Workflow ------------------------------------------------------------------ -Defines a set of custom matching attributes which defines resource defaults for a project, domain and workflow. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Represents the workflow structure stored in the Admin +A workflow is created by ordering tasks and associating outputs to inputs +in order to produce a directed-acyclic execution graph. -.. csv-table:: WorkflowAttributes type fields +.. csv-table:: Workflow type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." - "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." - "workflow", ":ref:`ref_string`", "", "Workflow name for which this set of attributes will be applied." - "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow." + "closure", ":ref:`ref_flyteidl.admin.WorkflowClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the workflow." @@ -3159,24 +3158,21 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.WorkflowAttributesDeleteRequest: +.. _ref_flyteidl.admin.WorkflowClosure: -WorkflowAttributesDeleteRequest +WorkflowClosure ------------------------------------------------------------------ -Request to delete a set matchable workflow attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +A container holding the compiled workflow produced from the WorkflowSpec and additional metadata. -.. csv-table:: WorkflowAttributesDeleteRequest type fields +.. csv-table:: WorkflowClosure type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" + "compiled_workflow", ":ref:`ref_flyteidl.core.CompiledWorkflowClosure`", "", "Represents the compiled representation of the workflow from the specification provided." + "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the workflow was created." @@ -3184,38 +3180,36 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.WorkflowAttributesDeleteResponse: +.. _ref_flyteidl.admin.WorkflowCreateRequest: -WorkflowAttributesDeleteResponse +WorkflowCreateRequest ------------------------------------------------------------------ -Purposefully empty, may be populated in the future. +Represents a request structure to create a revision of a workflow. +See :ref:`ref_flyteidl.admin.Workflow` for more details +.. csv-table:: WorkflowCreateRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow. +required" + "spec", ":ref:`ref_flyteidl.admin.WorkflowSpec`", "", "Represents the specification for workflow. +required" -.. _ref_flyteidl.admin.WorkflowAttributesGetRequest: -WorkflowAttributesGetRequest ------------------------------------------------------------------- -Request to get an individual workflow attribute override. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +.. _ref_flyteidl.admin.WorkflowCreateResponse: +WorkflowCreateResponse +------------------------------------------------------------------ -.. csv-table:: WorkflowAttributesGetRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto +Purposefully empty, may be populated in the future. - "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" - "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" - "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" - "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" @@ -3223,20 +3217,22 @@ For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAtt -.. _ref_flyteidl.admin.WorkflowAttributesGetResponse: +.. _ref_flyteidl.admin.WorkflowList: -WorkflowAttributesGetResponse +WorkflowList ------------------------------------------------------------------ -Response to get an individual workflow attribute override. +Represents a list of workflows returned from the admin. +See :ref:`ref_flyteidl.admin.Workflow` for more details -.. csv-table:: WorkflowAttributesGetResponse type fields +.. csv-table:: WorkflowList type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" + "workflows", ":ref:`ref_flyteidl.admin.Workflow`", "repeated", "A list of workflows returned based on the request." + "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." @@ -3244,35 +3240,21 @@ Response to get an individual workflow attribute override. -.. _ref_flyteidl.admin.WorkflowAttributesUpdateRequest: +.. _ref_flyteidl.admin.WorkflowSpec: -WorkflowAttributesUpdateRequest +WorkflowSpec ------------------------------------------------------------------ -Sets custom attributes for a project, domain and workflow combination. -For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` +Represents a structure that encapsulates the specification of the workflow. -.. csv-table:: WorkflowAttributesUpdateRequest type fields +.. csv-table:: WorkflowSpec type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" - - - - - - - -.. _ref_flyteidl.admin.WorkflowAttributesUpdateResponse: - -WorkflowAttributesUpdateResponse ------------------------------------------------------------------- - -Purposefully empty, may be populated in the future. - + "template", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "Template of the task that encapsulates all the metadata of the workflow." + "sub_workflows", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "repeated", "Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows). In fact, subworkflows do not even need to be registered." @@ -3289,32 +3271,33 @@ Purposefully empty, may be populated in the future. -.. _ref_flyteidl/admin/workflow.proto: +.. _ref_flyteidl/admin/workflow_attributes.proto: -flyteidl/admin/workflow.proto +flyteidl/admin/workflow_attributes.proto ================================================================== -.. _ref_flyteidl.admin.Workflow: +.. _ref_flyteidl.admin.WorkflowAttributes: -Workflow +WorkflowAttributes ------------------------------------------------------------------ -Represents the workflow structure stored in the Admin -A workflow is created by ordering tasks and associating outputs to inputs -in order to produce a directed-acyclic execution graph. +Defines a set of custom matching attributes which defines resource defaults for a project, domain and workflow. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: Workflow type fields +.. csv-table:: WorkflowAttributes type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow." - "closure", ":ref:`ref_flyteidl.admin.WorkflowClosure`", "", "closure encapsulates all the fields that maps to a compiled version of the workflow." + "project", ":ref:`ref_string`", "", "Unique project id for which this set of attributes will be applied." + "domain", ":ref:`ref_string`", "", "Unique domain id for which this set of attributes will be applied." + "workflow", ":ref:`ref_string`", "", "Workflow name for which this set of attributes will be applied." + "matching_attributes", ":ref:`ref_flyteidl.admin.MatchingAttributes`", "", "" @@ -3322,21 +3305,24 @@ in order to produce a directed-acyclic execution graph. -.. _ref_flyteidl.admin.WorkflowClosure: +.. _ref_flyteidl.admin.WorkflowAttributesDeleteRequest: -WorkflowClosure +WorkflowAttributesDeleteRequest ------------------------------------------------------------------ -A container holding the compiled workflow produced from the WorkflowSpec and additional metadata. +Request to delete a set matchable workflow attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: WorkflowClosure type fields +.. csv-table:: WorkflowAttributesDeleteRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "compiled_workflow", ":ref:`ref_flyteidl.core.CompiledWorkflowClosure`", "", "Represents the compiled representation of the workflow from the specification provided." - "created_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the workflow was created." + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to delete. +required" @@ -3344,36 +3330,38 @@ A container holding the compiled workflow produced from the WorkflowSpec and add -.. _ref_flyteidl.admin.WorkflowCreateRequest: +.. _ref_flyteidl.admin.WorkflowAttributesDeleteResponse: -WorkflowCreateRequest +WorkflowAttributesDeleteResponse ------------------------------------------------------------------ -Represents a request structure to create a revision of a workflow. -See :ref:`ref_flyteidl.admin.Workflow` for more details +Purposefully empty, may be populated in the future. -.. csv-table:: WorkflowCreateRequest type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - "id", ":ref:`ref_flyteidl.core.Identifier`", "", "id represents the unique identifier of the workflow. +required" - "spec", ":ref:`ref_flyteidl.admin.WorkflowSpec`", "", "Represents the specification for workflow. +required" +.. _ref_flyteidl.admin.WorkflowAttributesGetRequest: +WorkflowAttributesGetRequest +------------------------------------------------------------------ +Request to get an individual workflow attribute override. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. _ref_flyteidl.admin.WorkflowCreateResponse: -WorkflowCreateResponse ------------------------------------------------------------------- -Purposefully empty, may be populated in the future. +.. csv-table:: WorkflowAttributesGetRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + "project", ":ref:`ref_string`", "", "Unique project id which this set of attributes references. +required" + "domain", ":ref:`ref_string`", "", "Unique domain id which this set of attributes references. +required" + "workflow", ":ref:`ref_string`", "", "Workflow name which this set of attributes references. +required" + "resource_type", ":ref:`ref_flyteidl.admin.MatchableResource`", "", "Which type of matchable attributes to return. +required" @@ -3381,22 +3369,20 @@ Purposefully empty, may be populated in the future. -.. _ref_flyteidl.admin.WorkflowList: +.. _ref_flyteidl.admin.WorkflowAttributesGetResponse: -WorkflowList +WorkflowAttributesGetResponse ------------------------------------------------------------------ -Represents a list of workflows returned from the admin. -See :ref:`ref_flyteidl.admin.Workflow` for more details +Response to get an individual workflow attribute override. -.. csv-table:: WorkflowList type fields +.. csv-table:: WorkflowAttributesGetResponse type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "workflows", ":ref:`ref_flyteidl.admin.Workflow`", "repeated", "A list of workflows returned based on the request." - "token", ":ref:`ref_string`", "", "In the case of multiple pages of results, the server-provided token can be used to fetch the next page in a query. If there are no more results, this value will be empty." + "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" @@ -3404,21 +3390,35 @@ See :ref:`ref_flyteidl.admin.Workflow` for more details -.. _ref_flyteidl.admin.WorkflowSpec: +.. _ref_flyteidl.admin.WorkflowAttributesUpdateRequest: -WorkflowSpec +WorkflowAttributesUpdateRequest ------------------------------------------------------------------ -Represents a structure that encapsulates the specification of the workflow. +Sets custom attributes for a project, domain and workflow combination. +For more info on matchable attributes, see :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` -.. csv-table:: WorkflowSpec type fields +.. csv-table:: WorkflowAttributesUpdateRequest type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "template", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "Template of the task that encapsulates all the metadata of the workflow." - "sub_workflows", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "repeated", "Workflows that are embedded into other workflows need to be passed alongside the parent workflow to the propeller compiler (since the compiler doesn't have any knowledge of other workflows - ie, it doesn't reach out to Admin to see other registered workflows). In fact, subworkflows do not even need to be registered." + "attributes", ":ref:`ref_flyteidl.admin.WorkflowAttributes`", "", "" + + + + + + + +.. _ref_flyteidl.admin.WorkflowAttributesUpdateResponse: + +WorkflowAttributesUpdateResponse +------------------------------------------------------------------ + +Purposefully empty, may be populated in the future. + diff --git a/flyteidl/protos/docs/core/core.rst b/flyteidl/protos/docs/core/core.rst index ded2448eb1..118b8da139 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 in the form of repeated map entries. +A map of Parameters. @@ -985,7 +985,7 @@ A map of Parameters in the form of repeated map entries. :header: "Field", "Type", "Label", "Description" :widths: auto - "parameters", ":ref:`ref_flyteidl.core.ParameterMapEntry`", "repeated", "Defines a map of parameter names to parameters." + "parameters", ":ref:`ref_flyteidl.core.ParameterMap.ParametersEntry`", "repeated", "Defines a map of parameter names to parameters." @@ -993,21 +993,21 @@ A map of Parameters in the form of repeated map entries. -.. _ref_flyteidl.core.ParameterMapEntry: +.. _ref_flyteidl.core.ParameterMap.ParametersEntry: -ParameterMapEntry +ParameterMap.ParametersEntry ------------------------------------------------------------------ -Map entry of ParameterMap -.. csv-table:: ParameterMapEntry type fields + +.. csv-table:: ParameterMap.ParametersEntry type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "name", ":ref:`ref_string`", "", "" - "parameter", ":ref:`ref_flyteidl.core.Parameter`", "", "" + "key", ":ref:`ref_string`", "", "" + "value", ":ref:`ref_flyteidl.core.Parameter`", "", "" @@ -1064,7 +1064,7 @@ Defines a strongly typed variable. VariableMap ------------------------------------------------------------------ -A map of Variables in the form of repeated map entries +A map of Variables @@ -1072,7 +1072,7 @@ A map of Variables in the form of repeated map entries :header: "Field", "Type", "Label", "Description" :widths: auto - "variables", ":ref:`ref_flyteidl.core.VariableMapEntry`", "repeated", "Defines a map of variable names to variables." + "variables", ":ref:`ref_flyteidl.core.VariableMap.VariablesEntry`", "repeated", "Defines a map of variable names to variables." @@ -1080,21 +1080,21 @@ A map of Variables in the form of repeated map entries -.. _ref_flyteidl.core.VariableMapEntry: +.. _ref_flyteidl.core.VariableMap.VariablesEntry: -VariableMapEntry +VariableMap.VariablesEntry ------------------------------------------------------------------ -Map entry of VariableMap -.. csv-table:: VariableMapEntry type fields + +.. csv-table:: VariableMap.VariablesEntry type fields :header: "Field", "Type", "Label", "Description" :widths: auto - "name", ":ref:`ref_string`", "", "" - "var", ":ref:`ref_flyteidl.core.Variable`", "", "" + "key", ":ref:`ref_string`", "", "" + "value", ":ref:`ref_flyteidl.core.Variable`", "", "" @@ -2425,46 +2425,6 @@ Define a set of simple types. -.. _ref_flyteidl/core/workflow_closure.proto: - -flyteidl/core/workflow_closure.proto -================================================================== - - - - - -.. _ref_flyteidl.core.WorkflowClosure: - -WorkflowClosure ------------------------------------------------------------------- - -Defines an enclosed package of workflow and tasks it references. - - - -.. csv-table:: WorkflowClosure type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - - "workflow", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "required. Workflow template." - "tasks", ":ref:`ref_flyteidl.core.TaskTemplate`", "repeated", "optional. A collection of tasks referenced by the workflow. Only needed if the workflow references tasks." - - - - - - - - - - - - - - - - .. _ref_flyteidl/core/workflow.proto: flyteidl/core/workflow.proto @@ -2785,6 +2745,46 @@ Failure Handling Strategy +.. _ref_flyteidl/core/workflow_closure.proto: + +flyteidl/core/workflow_closure.proto +================================================================== + + + + + +.. _ref_flyteidl.core.WorkflowClosure: + +WorkflowClosure +------------------------------------------------------------------ + +Defines an enclosed package of workflow and tasks it references. + + + +.. csv-table:: WorkflowClosure type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "workflow", ":ref:`ref_flyteidl.core.WorkflowTemplate`", "", "required. Workflow template." + "tasks", ":ref:`ref_flyteidl.core.TaskTemplate`", "repeated", "optional. A collection of tasks referenced by the workflow. Only needed if the workflow references tasks." + + + + + + + + + + + + + + + + .. _ref_google/protobuf/timestamp.proto: google/protobuf/timestamp.proto diff --git a/flyteidl/protos/flyteidl/core/interface.proto b/flyteidl/protos/flyteidl/core/interface.proto index a0e5418b02..2ee0c3f70a 100644 --- a/flyteidl/protos/flyteidl/core/interface.proto +++ b/flyteidl/protos/flyteidl/core/interface.proto @@ -16,16 +16,10 @@ message Variable { string description = 2; } -// A map of Variables in the form of repeated map entries +// A map of Variables message VariableMap { // Defines a map of variable names to variables. - repeated VariableMapEntry variables = 1; -} - -// Map entry of VariableMap -message VariableMapEntry { - string name = 1; - Variable var = 2; + map variables = 1; } // Defines strongly typed inputs and outputs. @@ -50,14 +44,8 @@ message Parameter { } } -// A map of Parameters in the form of repeated map entries. +// A map of Parameters. message ParameterMap { // Defines a map of parameter names to parameters. - repeated ParameterMapEntry parameters = 1; -} - -// Map entry of ParameterMap -message ParameterMapEntry { - string name = 1; - Parameter parameter = 2; + map parameters = 1; }