From c5ba880625be3fd33adb9a8b74be831a059c2b7b Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 17 Aug 2021 14:52:36 -0700 Subject: [PATCH] Add raw output data to admin execution models (#210) Signed-off-by: Katrina Rogan --- flyteidl/.github/config.yml | 1 + .../boilerplate/flyte/welcome_bot/config.yml | 1 + .../gen/pb-cpp/flyteidl/admin/execution.pb.cc | 215 ++++++--- .../gen/pb-cpp/flyteidl/admin/execution.pb.h | 47 ++ .../flyteidl/admin/node_execution.pb.cc | 171 ++++++-- .../pb-cpp/flyteidl/admin/node_execution.pb.h | 47 ++ .../flyteidl/admin/task_execution.pb.cc | 145 ++++-- .../pb-cpp/flyteidl/admin/task_execution.pb.h | 47 ++ .../gen/pb-go/flyteidl/admin/execution.pb.go | 198 +++++---- .../flyteidl/admin/execution.pb.validate.go | 12 + .../pb-go/flyteidl/admin/node_execution.pb.go | 151 ++++--- .../admin/node_execution.pb.validate.go | 12 + .../pb-go/flyteidl/admin/task_execution.pb.go | 120 ++--- .../admin/task_execution.pb.validate.go | 12 + .../pb-go/flyteidl/service/admin.swagger.json | 12 + .../service/flyteadmin/api/swagger.yaml | 145 +++--- .../model_admin_execution_closure.go | 2 + .../model_admin_node_execution_closure.go | 2 + .../model_admin_task_execution_closure.go | 2 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../flyteidl/admin/ExecutionOuterClass.java | 414 +++++++++++++++--- .../admin/NodeExecutionOuterClass.java | 345 +++++++++++++-- .../admin/TaskExecutionOuterClass.java | 349 +++++++++++++-- flyteidl/gen/pb-js/flyteidl.d.ts | 24 +- flyteidl/gen/pb-js/flyteidl.js | 84 +++- .../pb_python/flyteidl/admin/execution_pb2.py | 67 +-- .../flyteidl/admin/node_execution_pb2.py | 49 ++- .../flyteidl/admin/task_execution_pb2.py | 43 +- .../models/admin_execution_closure.py | 30 +- .../models/admin_node_execution_closure.py | 31 +- .../models/admin_task_execution_closure.py | 31 +- .../protos/flyteidl/admin/execution.proto | 3 + .../flyteidl/admin/node_execution.proto | 3 + .../flyteidl/admin/task_execution.proto | 3 + 34 files changed, 2210 insertions(+), 612 deletions(-) diff --git a/flyteidl/.github/config.yml b/flyteidl/.github/config.yml index f99bcd78f1..7afe6111f5 100644 --- a/flyteidl/.github/config.yml +++ b/flyteidl/.github/config.yml @@ -3,6 +3,7 @@ newPRWelcomeComment: > Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line: + - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. - Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)). diff --git a/flyteidl/boilerplate/flyte/welcome_bot/config.yml b/flyteidl/boilerplate/flyte/welcome_bot/config.yml index f99bcd78f1..7afe6111f5 100644 --- a/flyteidl/boilerplate/flyte/welcome_bot/config.yml +++ b/flyteidl/boilerplate/flyte/welcome_bot/config.yml @@ -3,6 +3,7 @@ newPRWelcomeComment: > Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line: + - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. - Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)). diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc index 13f73bcc3e..af2b501bbf 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc @@ -85,6 +85,7 @@ class ExecutionClosureDefaultTypeInternal { const ::flyteidl::core::ExecutionError* error_; ::google::protobuf::internal::ArenaStringPtr abort_cause_; const ::flyteidl::admin::AbortMetadata* abort_metadata_; + const ::flyteidl::core::LiteralMap* output_data_; } _ExecutionClosure_default_instance_; class SystemMetadataDefaultTypeInternal { public: @@ -514,6 +515,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fexecution_2eprot offsetof(::flyteidl::admin::ExecutionClosureDefaultTypeInternal, error_), offsetof(::flyteidl::admin::ExecutionClosureDefaultTypeInternal, abort_cause_), offsetof(::flyteidl::admin::ExecutionClosureDefaultTypeInternal, abort_metadata_), + offsetof(::flyteidl::admin::ExecutionClosureDefaultTypeInternal, output_data_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionClosure, computed_inputs_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionClosure, phase_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionClosure, started_at_), @@ -603,14 +605,14 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 52, -1, sizeof(::flyteidl::admin::LiteralMapBlob)}, { 60, -1, sizeof(::flyteidl::admin::AbortMetadata)}, { 67, -1, sizeof(::flyteidl::admin::ExecutionClosure)}, - { 85, -1, sizeof(::flyteidl::admin::SystemMetadata)}, - { 91, -1, sizeof(::flyteidl::admin::ExecutionMetadata)}, - { 103, -1, sizeof(::flyteidl::admin::NotificationList)}, - { 109, -1, sizeof(::flyteidl::admin::ExecutionSpec)}, - { 126, -1, sizeof(::flyteidl::admin::ExecutionTerminateRequest)}, - { 133, -1, sizeof(::flyteidl::admin::ExecutionTerminateResponse)}, - { 138, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataRequest)}, - { 144, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataResponse)}, + { 86, -1, sizeof(::flyteidl::admin::SystemMetadata)}, + { 92, -1, sizeof(::flyteidl::admin::ExecutionMetadata)}, + { 104, -1, sizeof(::flyteidl::admin::NotificationList)}, + { 110, -1, sizeof(::flyteidl::admin::ExecutionSpec)}, + { 127, -1, sizeof(::flyteidl::admin::ExecutionTerminateRequest)}, + { 134, -1, sizeof(::flyteidl::admin::ExecutionTerminateResponse)}, + { 139, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataRequest)}, + { 145, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -671,70 +673,71 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fexecution_2eproto[] = "token\030\002 \001(\t\"X\n\016LiteralMapBlob\022/\n\006values\030" "\001 \001(\0132\031.flyteidl.core.LiteralMapB\002\030\001H\000\022\r" "\n\003uri\030\002 \001(\tH\000B\006\n\004data\"1\n\rAbortMetadata\022\r" - "\n\005cause\030\001 \001(\t\022\021\n\tprincipal\030\002 \001(\t\"\353\004\n\020Exe" + "\n\005cause\030\001 \001(\t\022\021\n\tprincipal\030\002 \001(\t\"\235\005\n\020Exe" "cutionClosure\0221\n\007outputs\030\001 \001(\0132\036.flyteid" "l.admin.LiteralMapBlobH\000\022.\n\005error\030\002 \001(\0132" "\035.flyteidl.core.ExecutionErrorH\000\022\031\n\013abor" "t_cause\030\n \001(\tB\002\030\001H\000\0227\n\016abort_metadata\030\014 " - "\001(\0132\035.flyteidl.admin.AbortMetadataH\000\0226\n\017" - "computed_inputs\030\003 \001(\0132\031.flyteidl.core.Li" - "teralMapB\002\030\001\0225\n\005phase\030\004 \001(\0162&.flyteidl.c" - "ore.WorkflowExecution.Phase\022.\n\nstarted_a" - "t\030\005 \001(\0132\032.google.protobuf.Timestamp\022+\n\010d" - "uration\030\006 \001(\0132\031.google.protobuf.Duration" - "\022.\n\ncreated_at\030\007 \001(\0132\032.google.protobuf.T" - "imestamp\022.\n\nupdated_at\030\010 \001(\0132\032.google.pr" - "otobuf.Timestamp\0223\n\rnotifications\030\t \003(\0132" - "\034.flyteidl.admin.Notification\022.\n\013workflo" - "w_id\030\013 \001(\0132\031.flyteidl.core.IdentifierB\017\n" - "\routput_result\"+\n\016SystemMetadata\022\031\n\021exec" - "ution_cluster\030\001 \001(\t\"\332\003\n\021ExecutionMetadat" - "a\022=\n\004mode\030\001 \001(\0162/.flyteidl.admin.Executi" - "onMetadata.ExecutionMode\022\021\n\tprincipal\030\002 " - "\001(\t\022\017\n\007nesting\030\003 \001(\r\0220\n\014scheduled_at\030\004 \001" - "(\0132\032.google.protobuf.Timestamp\022E\n\025parent" - "_node_execution\030\005 \001(\0132&.flyteidl.core.No" - "deExecutionIdentifier\022G\n\023reference_execu" - "tion\030\020 \001(\0132*.flyteidl.core.WorkflowExecu" - "tionIdentifier\0227\n\017system_metadata\030\021 \001(\0132" - "\036.flyteidl.admin.SystemMetadata\"g\n\rExecu" - "tionMode\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDULED\020\001\022\n\n\006S" - "YSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD_WORKFLOW\020" - "\004\022\r\n\tRECOVERED\020\005\"G\n\020NotificationList\0223\n\r" - "notifications\030\001 \003(\0132\034.flyteidl.admin.Not" - "ification\"\260\004\n\rExecutionSpec\022.\n\013launch_pl" - "an\030\001 \001(\0132\031.flyteidl.core.Identifier\022-\n\006i" - "nputs\030\002 \001(\0132\031.flyteidl.core.LiteralMapB\002" - "\030\001\0223\n\010metadata\030\003 \001(\0132!.flyteidl.admin.Ex" - "ecutionMetadata\0229\n\rnotifications\030\005 \001(\0132 " - ".flyteidl.admin.NotificationListH\000\022\025\n\013di" - "sable_all\030\006 \001(\010H\000\022&\n\006labels\030\007 \001(\0132\026.flyt" - "eidl.admin.Labels\0220\n\013annotations\030\010 \001(\0132\033" - ".flyteidl.admin.Annotations\0228\n\020security_" - "context\030\n \001(\0132\036.flyteidl.core.SecurityCo" - "ntext\022/\n\tauth_role\030\020 \001(\0132\030.flyteidl.admi" - "n.AuthRoleB\002\030\001\022;\n\022quality_of_service\030\021 \001" - "(\0132\037.flyteidl.core.QualityOfService\022\027\n\017m" - "ax_parallelism\030\022 \001(\005B\030\n\026notification_ove" - "rridesJ\004\010\004\020\005\"b\n\031ExecutionTerminateReques" - "t\0226\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowEx" - "ecutionIdentifier\022\r\n\005cause\030\002 \001(\t\"\034\n\032Exec" - "utionTerminateResponse\"Y\n\037WorkflowExecut" - "ionGetDataRequest\0226\n\002id\030\001 \001(\0132*.flyteidl" - ".core.WorkflowExecutionIdentifier\"\336\001\n Wo" - "rkflowExecutionGetDataResponse\022,\n\007output" - "s\030\001 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022+\n\006" - "inputs\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030" - "\001\022.\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.L" - "iteralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flytei" - "dl.core.LiteralMapB7Z5github.com/flyteor" - "g/flyteidl/gen/pb-go/flyteidl/adminb\006pro" - "to3" + "\001(\0132\035.flyteidl.admin.AbortMetadataH\000\0220\n\013" + "output_data\030\r \001(\0132\031.flyteidl.core.Litera" + "lMapH\000\0226\n\017computed_inputs\030\003 \001(\0132\031.flytei" + "dl.core.LiteralMapB\002\030\001\0225\n\005phase\030\004 \001(\0162&." + "flyteidl.core.WorkflowExecution.Phase\022.\n" + "\nstarted_at\030\005 \001(\0132\032.google.protobuf.Time" + "stamp\022+\n\010duration\030\006 \001(\0132\031.google.protobu" + "f.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.google." + "protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132\032" + ".google.protobuf.Timestamp\0223\n\rnotificati" + "ons\030\t \003(\0132\034.flyteidl.admin.Notification\022" + ".\n\013workflow_id\030\013 \001(\0132\031.flyteidl.core.Ide" + "ntifierB\017\n\routput_result\"+\n\016SystemMetada" + "ta\022\031\n\021execution_cluster\030\001 \001(\t\"\332\003\n\021Execut" + "ionMetadata\022=\n\004mode\030\001 \001(\0162/.flyteidl.adm" + "in.ExecutionMetadata.ExecutionMode\022\021\n\tpr" + "incipal\030\002 \001(\t\022\017\n\007nesting\030\003 \001(\r\0220\n\014schedu" + "led_at\030\004 \001(\0132\032.google.protobuf.Timestamp" + "\022E\n\025parent_node_execution\030\005 \001(\0132&.flytei" + "dl.core.NodeExecutionIdentifier\022G\n\023refer" + "ence_execution\030\020 \001(\0132*.flyteidl.core.Wor" + "kflowExecutionIdentifier\0227\n\017system_metad" + "ata\030\021 \001(\0132\036.flyteidl.admin.SystemMetadat" + "a\"g\n\rExecutionMode\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDU" + "LED\020\001\022\n\n\006SYSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD" + "_WORKFLOW\020\004\022\r\n\tRECOVERED\020\005\"G\n\020Notificati" + "onList\0223\n\rnotifications\030\001 \003(\0132\034.flyteidl" + ".admin.Notification\"\260\004\n\rExecutionSpec\022.\n" + "\013launch_plan\030\001 \001(\0132\031.flyteidl.core.Ident" + "ifier\022-\n\006inputs\030\002 \001(\0132\031.flyteidl.core.Li" + "teralMapB\002\030\001\0223\n\010metadata\030\003 \001(\0132!.flyteid" + "l.admin.ExecutionMetadata\0229\n\rnotificatio" + "ns\030\005 \001(\0132 .flyteidl.admin.NotificationLi" + "stH\000\022\025\n\013disable_all\030\006 \001(\010H\000\022&\n\006labels\030\007 " + "\001(\0132\026.flyteidl.admin.Labels\0220\n\013annotatio" + "ns\030\010 \001(\0132\033.flyteidl.admin.Annotations\0228\n" + "\020security_context\030\n \001(\0132\036.flyteidl.core." + "SecurityContext\022/\n\tauth_role\030\020 \001(\0132\030.fly" + "teidl.admin.AuthRoleB\002\030\001\022;\n\022quality_of_s" + "ervice\030\021 \001(\0132\037.flyteidl.core.QualityOfSe" + "rvice\022\027\n\017max_parallelism\030\022 \001(\005B\030\n\026notifi" + "cation_overridesJ\004\010\004\020\005\"b\n\031ExecutionTermi" + "nateRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core." + "WorkflowExecutionIdentifier\022\r\n\005cause\030\002 \001" + "(\t\"\034\n\032ExecutionTerminateResponse\"Y\n\037Work" + "flowExecutionGetDataRequest\0226\n\002id\030\001 \001(\0132" + "*.flyteidl.core.WorkflowExecutionIdentif" + "ier\"\336\001\n WorkflowExecutionGetDataResponse" + "\022,\n\007outputs\030\001 \001(\0132\027.flyteidl.admin.UrlBl" + "obB\002\030\001\022+\n\006inputs\030\002 \001(\0132\027.flyteidl.admin." + "UrlBlobB\002\030\001\022.\n\013full_inputs\030\003 \001(\0132\031.flyte" + "idl.core.LiteralMap\022/\n\014full_outputs\030\004 \001(" + "\0132\031.flyteidl.core.LiteralMapB7Z5github.c" + "om/flyteorg/flyteidl/gen/pb-go/flyteidl/" + "adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fexecution_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fexecution_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fexecution_2eproto, - "flyteidl/admin/execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fexecution_2eproto, 3523, + "flyteidl/admin/execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fexecution_2eproto, 3573, }; void AddDescriptors_flyteidl_2fadmin_2fexecution_2eproto() { @@ -4344,6 +4347,8 @@ void ExecutionClosure::InitAsDefaultInstance() { &::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::flyteidl::admin::_ExecutionClosure_default_instance_.abort_metadata_ = const_cast< ::flyteidl::admin::AbortMetadata*>( ::flyteidl::admin::AbortMetadata::internal_default_instance()); + ::flyteidl::admin::_ExecutionClosure_default_instance_.output_data_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); ::flyteidl::admin::_ExecutionClosure_default_instance_._instance.get_mutable()->computed_inputs_ = const_cast< ::flyteidl::core::LiteralMap*>( ::flyteidl::core::LiteralMap::internal_default_instance()); ::flyteidl::admin::_ExecutionClosure_default_instance_._instance.get_mutable()->started_at_ = const_cast< ::google::protobuf::Timestamp*>( @@ -4362,6 +4367,7 @@ class ExecutionClosure::HasBitSetters { static const ::flyteidl::admin::LiteralMapBlob& outputs(const ExecutionClosure* msg); static const ::flyteidl::core::ExecutionError& error(const ExecutionClosure* msg); static const ::flyteidl::admin::AbortMetadata& abort_metadata(const ExecutionClosure* msg); + static const ::flyteidl::core::LiteralMap& output_data(const ExecutionClosure* msg); static const ::flyteidl::core::LiteralMap& computed_inputs(const ExecutionClosure* msg); static const ::google::protobuf::Timestamp& started_at(const ExecutionClosure* msg); static const ::google::protobuf::Duration& duration(const ExecutionClosure* msg); @@ -4383,6 +4389,10 @@ ExecutionClosure::HasBitSetters::abort_metadata(const ExecutionClosure* msg) { return *msg->output_result_.abort_metadata_; } const ::flyteidl::core::LiteralMap& +ExecutionClosure::HasBitSetters::output_data(const ExecutionClosure* msg) { + return *msg->output_result_.output_data_; +} +const ::flyteidl::core::LiteralMap& ExecutionClosure::HasBitSetters::computed_inputs(const ExecutionClosure* msg) { return *msg->computed_inputs_; } @@ -4454,6 +4464,26 @@ void ExecutionClosure::set_allocated_abort_metadata(::flyteidl::admin::AbortMeta } // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionClosure.abort_metadata) } +void ExecutionClosure::set_allocated_output_data(::flyteidl::core::LiteralMap* output_data) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_output_result(); + if (output_data) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + output_data = ::google::protobuf::internal::GetOwnedMessage( + message_arena, output_data, submessage_arena); + } + set_has_output_data(); + output_result_.output_data_ = output_data; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionClosure.output_data) +} +void ExecutionClosure::clear_output_data() { + if (has_output_data()) { + delete output_result_.output_data_; + clear_has_output_result(); + } +} void ExecutionClosure::clear_computed_inputs() { if (GetArenaNoVirtual() == nullptr && computed_inputs_ != nullptr) { delete computed_inputs_; @@ -4498,6 +4528,7 @@ const int ExecutionClosure::kOutputsFieldNumber; const int ExecutionClosure::kErrorFieldNumber; const int ExecutionClosure::kAbortCauseFieldNumber; const int ExecutionClosure::kAbortMetadataFieldNumber; +const int ExecutionClosure::kOutputDataFieldNumber; const int ExecutionClosure::kComputedInputsFieldNumber; const int ExecutionClosure::kPhaseFieldNumber; const int ExecutionClosure::kStartedAtFieldNumber; @@ -4567,6 +4598,10 @@ ExecutionClosure::ExecutionClosure(const ExecutionClosure& from) mutable_abort_metadata()->::flyteidl::admin::AbortMetadata::MergeFrom(from.abort_metadata()); break; } + case kOutputData: { + mutable_output_data()->::flyteidl::core::LiteralMap::MergeFrom(from.output_data()); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -4628,6 +4663,10 @@ void ExecutionClosure::clear_output_result() { delete output_result_.abort_metadata_; break; } + case kOutputData: { + delete output_result_.output_data_; + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -4842,6 +4881,19 @@ const char* ExecutionClosure::_InternalParse(const char* begin, const char* end, {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.core.LiteralMap output_data = 13; + case 13: { + if (static_cast<::google::protobuf::uint8>(tag) != 106) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::LiteralMap::_InternalParse; + object = msg->mutable_output_data(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -5015,6 +5067,17 @@ bool ExecutionClosure::MergePartialFromCodedStream( break; } + // .flyteidl.core.LiteralMap output_data = 13; + case 13: { + if (static_cast< ::google::protobuf::uint8>(tag) == (106 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_output_data())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -5121,6 +5184,12 @@ void ExecutionClosure::SerializeWithCachedSizes( 12, HasBitSetters::abort_metadata(this), output); } + // .flyteidl.core.LiteralMap output_data = 13; + if (has_output_data()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 13, HasBitSetters::output_data(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -5222,6 +5291,13 @@ ::google::protobuf::uint8* ExecutionClosure::InternalSerializeWithCachedSizesToA 12, HasBitSetters::abort_metadata(this), target); } + // .flyteidl.core.LiteralMap output_data = 13; + if (has_output_data()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 13, HasBitSetters::output_data(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -5331,6 +5407,13 @@ size_t ExecutionClosure::ByteSizeLong() const { *output_result_.abort_metadata_); break; } + // .flyteidl.core.LiteralMap output_data = 13; + case kOutputData: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *output_result_.output_data_); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -5401,6 +5484,10 @@ void ExecutionClosure::MergeFrom(const ExecutionClosure& from) { mutable_abort_metadata()->::flyteidl::admin::AbortMetadata::MergeFrom(from.abort_metadata()); break; } + case kOutputData: { + mutable_output_data()->::flyteidl::core::LiteralMap::MergeFrom(from.output_data()); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h index 3303cc0e64..7de9ec3f4e 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h @@ -1427,6 +1427,7 @@ class ExecutionClosure final : kError = 2, kAbortCause = 10, kAbortMetadata = 12, + kOutputData = 13, OUTPUT_RESULT_NOT_SET = 0, }; @@ -1609,6 +1610,15 @@ class ExecutionClosure final : ::flyteidl::admin::AbortMetadata* mutable_abort_metadata(); void set_allocated_abort_metadata(::flyteidl::admin::AbortMetadata* abort_metadata); + // .flyteidl.core.LiteralMap output_data = 13; + bool has_output_data() const; + void clear_output_data(); + static const int kOutputDataFieldNumber = 13; + const ::flyteidl::core::LiteralMap& output_data() const; + ::flyteidl::core::LiteralMap* release_output_data(); + ::flyteidl::core::LiteralMap* mutable_output_data(); + void set_allocated_output_data(::flyteidl::core::LiteralMap* output_data); + void clear_output_result(); OutputResultCase output_result_case() const; // @@protoc_insertion_point(class_scope:flyteidl.admin.ExecutionClosure) @@ -1618,6 +1628,7 @@ class ExecutionClosure final : void set_has_error(); void set_has_abort_cause(); void set_has_abort_metadata(); + void set_has_output_data(); inline bool has_output_result() const; inline void clear_has_output_result(); @@ -1637,6 +1648,7 @@ class ExecutionClosure final : ::flyteidl::core::ExecutionError* error_; ::google::protobuf::internal::ArenaStringPtr abort_cause_; ::flyteidl::admin::AbortMetadata* abort_metadata_; + ::flyteidl::core::LiteralMap* output_data_; } output_result_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::uint32 _oneof_case_[1]; @@ -4134,6 +4146,41 @@ inline ::flyteidl::admin::AbortMetadata* ExecutionClosure::mutable_abort_metadat return output_result_.abort_metadata_; } +// .flyteidl.core.LiteralMap output_data = 13; +inline bool ExecutionClosure::has_output_data() const { + return output_result_case() == kOutputData; +} +inline void ExecutionClosure::set_has_output_data() { + _oneof_case_[0] = kOutputData; +} +inline ::flyteidl::core::LiteralMap* ExecutionClosure::release_output_data() { + // @@protoc_insertion_point(field_release:flyteidl.admin.ExecutionClosure.output_data) + if (has_output_data()) { + clear_has_output_result(); + ::flyteidl::core::LiteralMap* temp = output_result_.output_data_; + output_result_.output_data_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::core::LiteralMap& ExecutionClosure::output_data() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.ExecutionClosure.output_data) + return has_output_data() + ? *output_result_.output_data_ + : *reinterpret_cast< ::flyteidl::core::LiteralMap*>(&::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* ExecutionClosure::mutable_output_data() { + if (!has_output_data()) { + clear_output_result(); + set_has_output_data(); + output_result_.output_data_ = CreateMaybeMessage< ::flyteidl::core::LiteralMap >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.ExecutionClosure.output_data) + return output_result_.output_data_; +} + // .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; inline bool ExecutionClosure::has_computed_inputs() const { return this != internal_default_instance() && computed_inputs_ != nullptr; diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc index 48344edc5b..cbd06a4ac8 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc @@ -23,7 +23,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fnode_5fexecution_2eproto ::go extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fnode_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_WorkflowNodeMetadata_flyteidl_2fadmin_2fnode_5fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fnode_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_DynamicWorkflowNodeMetadata_flyteidl_2fadmin_2fnode_5fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fnode_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_NodeExecution_flyteidl_2fadmin_2fnode_5fexecution_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fnode_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<5> scc_info_NodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fnode_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_NodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcatalog_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_CatalogMetadata_flyteidl_2fcore_2fcatalog_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fcompiler_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_CompiledWorkflowClosure_flyteidl_2fcore_2fcompiler_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto; @@ -65,6 +65,7 @@ class NodeExecutionClosureDefaultTypeInternal { ::google::protobuf::internal::ExplicitlyConstructed _instance; ::google::protobuf::internal::ArenaStringPtr output_uri_; const ::flyteidl::core::ExecutionError* error_; + const ::flyteidl::core::LiteralMap* output_data_; const ::flyteidl::admin::WorkflowNodeMetadata* workflow_node_metadata_; const ::flyteidl::admin::TaskNodeMetadata* task_node_metadata_; } _NodeExecutionClosure_default_instance_; @@ -194,9 +195,10 @@ static void InitDefaultsNodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution ::flyteidl::admin::NodeExecutionClosure::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<5> scc_info_NodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 5, InitDefaultsNodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution_2eproto}, { +::google::protobuf::internal::SCCInfo<6> scc_info_NodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 6, InitDefaultsNodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution_2eproto}, { &scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto.base, + &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base, &scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto.base, &scc_info_Duration_google_2fprotobuf_2fduration_2eproto.base, &scc_info_WorkflowNodeMetadata_flyteidl_2fadmin_2fnode_5fexecution_2eproto.base, @@ -358,6 +360,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fnode_5fexecution ~0u, // no _weak_field_map_ offsetof(::flyteidl::admin::NodeExecutionClosureDefaultTypeInternal, output_uri_), offsetof(::flyteidl::admin::NodeExecutionClosureDefaultTypeInternal, error_), + offsetof(::flyteidl::admin::NodeExecutionClosureDefaultTypeInternal, output_data_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionClosure, phase_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionClosure, started_at_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionClosure, duration_), @@ -412,11 +415,11 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 36, -1, sizeof(::flyteidl::admin::NodeExecutionMetaData)}, { 44, -1, sizeof(::flyteidl::admin::NodeExecutionList)}, { 51, -1, sizeof(::flyteidl::admin::NodeExecutionClosure)}, - { 67, -1, sizeof(::flyteidl::admin::WorkflowNodeMetadata)}, - { 73, -1, sizeof(::flyteidl::admin::TaskNodeMetadata)}, - { 80, -1, sizeof(::flyteidl::admin::DynamicWorkflowNodeMetadata)}, - { 87, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataRequest)}, - { 93, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataResponse)}, + { 68, -1, sizeof(::flyteidl::admin::WorkflowNodeMetadata)}, + { 74, -1, sizeof(::flyteidl::admin::TaskNodeMetadata)}, + { 81, -1, sizeof(::flyteidl::admin::DynamicWorkflowNodeMetadata)}, + { 88, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataRequest)}, + { 94, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -470,44 +473,46 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fnode_5fexecution_2eproto "ent_node\030\002 \001(\010\022\024\n\014spec_node_id\030\003 \001(\t\"Z\n\021" "NodeExecutionList\0226\n\017node_executions\030\001 \003" "(\0132\035.flyteidl.admin.NodeExecution\022\r\n\005tok" - "en\030\002 \001(\t\"\370\003\n\024NodeExecutionClosure\022\024\n\nout" + "en\030\002 \001(\t\"\252\004\n\024NodeExecutionClosure\022\024\n\nout" "put_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.flyteid" - "l.core.ExecutionErrorH\000\0221\n\005phase\030\003 \001(\0162\"" - ".flyteidl.core.NodeExecution.Phase\022.\n\nst" - "arted_at\030\004 \001(\0132\032.google.protobuf.Timesta" - "mp\022+\n\010duration\030\005 \001(\0132\031.google.protobuf.D" - "uration\022.\n\ncreated_at\030\006 \001(\0132\032.google.pro" - "tobuf.Timestamp\022.\n\nupdated_at\030\007 \001(\0132\032.go" - "ogle.protobuf.Timestamp\022F\n\026workflow_node" - "_metadata\030\010 \001(\0132$.flyteidl.admin.Workflo" - "wNodeMetadataH\001\022>\n\022task_node_metadata\030\t " - "\001(\0132 .flyteidl.admin.TaskNodeMetadataH\001B" - "\017\n\routput_resultB\021\n\017target_metadata\"W\n\024W" - "orkflowNodeMetadata\022\?\n\013executionId\030\001 \001(\013" - "2*.flyteidl.core.WorkflowExecutionIdenti" - "fier\"\200\001\n\020TaskNodeMetadata\0227\n\014cache_statu" - "s\030\001 \001(\0162!.flyteidl.core.CatalogCacheStat" - "us\0223\n\013catalog_key\030\002 \001(\0132\036.flyteidl.core." - "CatalogMetadata\"\207\001\n\033DynamicWorkflowNodeM" - "etadata\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Iden" - "tifier\022A\n\021compiled_workflow\030\002 \001(\0132&.flyt" - "eidl.core.CompiledWorkflowClosure\"Q\n\033Nod" - "eExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.f" - "lyteidl.core.NodeExecutionIdentifier\"\241\002\n" - "\034NodeExecutionGetDataResponse\022+\n\006inputs\030" - "\001 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022,\n\007ou" - "tputs\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001" - "\022.\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.Li" - "teralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flyteid" - "l.core.LiteralMap\022E\n\020dynamic_workflow\030\020 " - "\001(\0132+.flyteidl.admin.DynamicWorkflowNode" - "MetadataB7Z5github.com/flyteorg/flyteidl" - "/gen/pb-go/flyteidl/adminb\006proto3" + "l.core.ExecutionErrorH\000\0220\n\013output_data\030\n" + " \001(\0132\031.flyteidl.core.LiteralMapH\000\0221\n\005pha" + "se\030\003 \001(\0162\".flyteidl.core.NodeExecution.P" + "hase\022.\n\nstarted_at\030\004 \001(\0132\032.google.protob" + "uf.Timestamp\022+\n\010duration\030\005 \001(\0132\031.google." + "protobuf.Duration\022.\n\ncreated_at\030\006 \001(\0132\032." + "google.protobuf.Timestamp\022.\n\nupdated_at\030" + "\007 \001(\0132\032.google.protobuf.Timestamp\022F\n\026wor" + "kflow_node_metadata\030\010 \001(\0132$.flyteidl.adm" + "in.WorkflowNodeMetadataH\001\022>\n\022task_node_m" + "etadata\030\t \001(\0132 .flyteidl.admin.TaskNodeM" + "etadataH\001B\017\n\routput_resultB\021\n\017target_met" + "adata\"W\n\024WorkflowNodeMetadata\022\?\n\013executi" + "onId\030\001 \001(\0132*.flyteidl.core.WorkflowExecu" + "tionIdentifier\"\200\001\n\020TaskNodeMetadata\0227\n\014c" + "ache_status\030\001 \001(\0162!.flyteidl.core.Catalo" + "gCacheStatus\0223\n\013catalog_key\030\002 \001(\0132\036.flyt" + "eidl.core.CatalogMetadata\"\207\001\n\033DynamicWor" + "kflowNodeMetadata\022%\n\002id\030\001 \001(\0132\031.flyteidl" + ".core.Identifier\022A\n\021compiled_workflow\030\002 " + "\001(\0132&.flyteidl.core.CompiledWorkflowClos" + "ure\"Q\n\033NodeExecutionGetDataRequest\0222\n\002id" + "\030\001 \001(\0132&.flyteidl.core.NodeExecutionIden" + "tifier\"\241\002\n\034NodeExecutionGetDataResponse\022" + "+\n\006inputs\030\001 \001(\0132\027.flyteidl.admin.UrlBlob" + "B\002\030\001\022,\n\007outputs\030\002 \001(\0132\027.flyteidl.admin.U" + "rlBlobB\002\030\001\022.\n\013full_inputs\030\003 \001(\0132\031.flytei" + "dl.core.LiteralMap\022/\n\014full_outputs\030\004 \001(\013" + "2\031.flyteidl.core.LiteralMap\022E\n\020dynamic_w" + "orkflow\030\020 \001(\0132+.flyteidl.admin.DynamicWo" + "rkflowNodeMetadataB7Z5github.com/flyteor" + "g/flyteidl/gen/pb-go/flyteidl/adminb\006pro" + "to3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fnode_5fexecution_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fnode_5fexecution_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fnode_5fexecution_2eproto, - "flyteidl/admin/node_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fnode_5fexecution_2eproto, 2473, + "flyteidl/admin/node_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fnode_5fexecution_2eproto, 2523, }; void AddDescriptors_flyteidl_2fadmin_2fnode_5fexecution_2eproto() { @@ -3299,6 +3304,8 @@ void NodeExecutionClosure::InitAsDefaultInstance() { &::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::flyteidl::admin::_NodeExecutionClosure_default_instance_.error_ = const_cast< ::flyteidl::core::ExecutionError*>( ::flyteidl::core::ExecutionError::internal_default_instance()); + ::flyteidl::admin::_NodeExecutionClosure_default_instance_.output_data_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); ::flyteidl::admin::_NodeExecutionClosure_default_instance_._instance.get_mutable()->started_at_ = const_cast< ::google::protobuf::Timestamp*>( ::google::protobuf::Timestamp::internal_default_instance()); ::flyteidl::admin::_NodeExecutionClosure_default_instance_._instance.get_mutable()->duration_ = const_cast< ::google::protobuf::Duration*>( @@ -3315,6 +3322,7 @@ void NodeExecutionClosure::InitAsDefaultInstance() { class NodeExecutionClosure::HasBitSetters { public: static const ::flyteidl::core::ExecutionError& error(const NodeExecutionClosure* msg); + static const ::flyteidl::core::LiteralMap& output_data(const NodeExecutionClosure* msg); static const ::google::protobuf::Timestamp& started_at(const NodeExecutionClosure* msg); static const ::google::protobuf::Duration& duration(const NodeExecutionClosure* msg); static const ::google::protobuf::Timestamp& created_at(const NodeExecutionClosure* msg); @@ -3327,6 +3335,10 @@ const ::flyteidl::core::ExecutionError& NodeExecutionClosure::HasBitSetters::error(const NodeExecutionClosure* msg) { return *msg->output_result_.error_; } +const ::flyteidl::core::LiteralMap& +NodeExecutionClosure::HasBitSetters::output_data(const NodeExecutionClosure* msg) { + return *msg->output_result_.output_data_; +} const ::google::protobuf::Timestamp& NodeExecutionClosure::HasBitSetters::started_at(const NodeExecutionClosure* msg) { return *msg->started_at_; @@ -3371,6 +3383,26 @@ void NodeExecutionClosure::clear_error() { clear_has_output_result(); } } +void NodeExecutionClosure::set_allocated_output_data(::flyteidl::core::LiteralMap* output_data) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_output_result(); + if (output_data) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + output_data = ::google::protobuf::internal::GetOwnedMessage( + message_arena, output_data, submessage_arena); + } + set_has_output_data(); + output_result_.output_data_ = output_data; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.NodeExecutionClosure.output_data) +} +void NodeExecutionClosure::clear_output_data() { + if (has_output_data()) { + delete output_result_.output_data_; + clear_has_output_result(); + } +} void NodeExecutionClosure::clear_started_at() { if (GetArenaNoVirtual() == nullptr && started_at_ != nullptr) { delete started_at_; @@ -3426,6 +3458,7 @@ void NodeExecutionClosure::set_allocated_task_node_metadata(::flyteidl::admin::T #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int NodeExecutionClosure::kOutputUriFieldNumber; const int NodeExecutionClosure::kErrorFieldNumber; +const int NodeExecutionClosure::kOutputDataFieldNumber; const int NodeExecutionClosure::kPhaseFieldNumber; const int NodeExecutionClosure::kStartedAtFieldNumber; const int NodeExecutionClosure::kDurationFieldNumber; @@ -3475,6 +3508,10 @@ NodeExecutionClosure::NodeExecutionClosure(const NodeExecutionClosure& from) mutable_error()->::flyteidl::core::ExecutionError::MergeFrom(from.error()); break; } + case kOutputData: { + mutable_output_data()->::flyteidl::core::LiteralMap::MergeFrom(from.output_data()); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -3544,6 +3581,10 @@ void NodeExecutionClosure::clear_output_result() { delete output_result_.error_; break; } + case kOutputData: { + delete output_result_.output_data_; + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -3726,6 +3767,19 @@ const char* NodeExecutionClosure::_InternalParse(const char* begin, const char* {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.core.LiteralMap output_data = 10; + case 10: { + if (static_cast<::google::protobuf::uint8>(tag) != 82) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::LiteralMap::_InternalParse; + object = msg->mutable_output_data(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -3866,6 +3920,17 @@ bool NodeExecutionClosure::MergePartialFromCodedStream( break; } + // .flyteidl.core.LiteralMap output_data = 10; + case 10: { + if (static_cast< ::google::protobuf::uint8>(tag) == (82 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_output_data())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -3951,6 +4016,12 @@ void NodeExecutionClosure::SerializeWithCachedSizes( 9, HasBitSetters::task_node_metadata(this), output); } + // .flyteidl.core.LiteralMap output_data = 10; + if (has_output_data()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 10, HasBitSetters::output_data(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -4030,6 +4101,13 @@ ::google::protobuf::uint8* NodeExecutionClosure::InternalSerializeWithCachedSize 9, HasBitSetters::task_node_metadata(this), target); } + // .flyteidl.core.LiteralMap output_data = 10; + if (has_output_data()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 10, HasBitSetters::output_data(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -4100,6 +4178,13 @@ size_t NodeExecutionClosure::ByteSizeLong() const { *output_result_.error_); break; } + // .flyteidl.core.LiteralMap output_data = 10; + case kOutputData: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *output_result_.output_data_); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -4174,6 +4259,10 @@ void NodeExecutionClosure::MergeFrom(const NodeExecutionClosure& from) { mutable_error()->::flyteidl::core::ExecutionError::MergeFrom(from.error()); break; } + case kOutputData: { + mutable_output_data()->::flyteidl::core::LiteralMap::MergeFrom(from.output_data()); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h index df0badfb68..de1900a21a 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h @@ -1031,6 +1031,7 @@ class NodeExecutionClosure final : enum OutputResultCase { kOutputUri = 1, kError = 2, + kOutputData = 10, OUTPUT_RESULT_NOT_SET = 0, }; @@ -1171,6 +1172,15 @@ class NodeExecutionClosure final : ::flyteidl::core::ExecutionError* mutable_error(); void set_allocated_error(::flyteidl::core::ExecutionError* error); + // .flyteidl.core.LiteralMap output_data = 10; + bool has_output_data() const; + void clear_output_data(); + static const int kOutputDataFieldNumber = 10; + const ::flyteidl::core::LiteralMap& output_data() const; + ::flyteidl::core::LiteralMap* release_output_data(); + ::flyteidl::core::LiteralMap* mutable_output_data(); + void set_allocated_output_data(::flyteidl::core::LiteralMap* output_data); + // .flyteidl.admin.WorkflowNodeMetadata workflow_node_metadata = 8; bool has_workflow_node_metadata() const; void clear_workflow_node_metadata(); @@ -1198,6 +1208,7 @@ class NodeExecutionClosure final : class HasBitSetters; void set_has_output_uri(); void set_has_error(); + void set_has_output_data(); void set_has_workflow_node_metadata(); void set_has_task_node_metadata(); @@ -1217,6 +1228,7 @@ class NodeExecutionClosure final : OutputResultUnion() {} ::google::protobuf::internal::ArenaStringPtr output_uri_; ::flyteidl::core::ExecutionError* error_; + ::flyteidl::core::LiteralMap* output_data_; } output_result_; union TargetMetadataUnion { TargetMetadataUnion() {} @@ -2943,6 +2955,41 @@ inline ::flyteidl::core::ExecutionError* NodeExecutionClosure::mutable_error() { return output_result_.error_; } +// .flyteidl.core.LiteralMap output_data = 10; +inline bool NodeExecutionClosure::has_output_data() const { + return output_result_case() == kOutputData; +} +inline void NodeExecutionClosure::set_has_output_data() { + _oneof_case_[0] = kOutputData; +} +inline ::flyteidl::core::LiteralMap* NodeExecutionClosure::release_output_data() { + // @@protoc_insertion_point(field_release:flyteidl.admin.NodeExecutionClosure.output_data) + if (has_output_data()) { + clear_has_output_result(); + ::flyteidl::core::LiteralMap* temp = output_result_.output_data_; + output_result_.output_data_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::core::LiteralMap& NodeExecutionClosure::output_data() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.NodeExecutionClosure.output_data) + return has_output_data() + ? *output_result_.output_data_ + : *reinterpret_cast< ::flyteidl::core::LiteralMap*>(&::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* NodeExecutionClosure::mutable_output_data() { + if (!has_output_data()) { + clear_output_result(); + set_has_output_data(); + output_result_.output_data_ = CreateMaybeMessage< ::flyteidl::core::LiteralMap >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.NodeExecutionClosure.output_data) + return output_result_.output_data_; +} + // .flyteidl.core.NodeExecution.Phase phase = 3; inline void NodeExecutionClosure::clear_phase() { phase_ = 0; diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc index feb05bbb14..cbc38f2c1e 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc @@ -19,7 +19,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Sort_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecution_flyteidl_2fadmin_2ftask_5fexecution_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskLog_flyteidl_2fcore_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; @@ -52,6 +52,7 @@ class TaskExecutionClosureDefaultTypeInternal { ::google::protobuf::internal::ExplicitlyConstructed _instance; ::google::protobuf::internal::ArenaStringPtr output_uri_; const ::flyteidl::core::ExecutionError* error_; + const ::flyteidl::core::LiteralMap* output_data_; } _TaskExecutionClosure_default_instance_; class TaskExecutionGetDataRequestDefaultTypeInternal { public: @@ -136,9 +137,10 @@ static void InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution ::flyteidl::admin::TaskExecutionClosure::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<6> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 6, InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { +::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 7, InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { &scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto.base, + &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base, &scc_info_TaskLog_flyteidl_2fcore_2fexecution_2eproto.base, &scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto.base, &scc_info_Duration_google_2fprotobuf_2fduration_2eproto.base, @@ -230,6 +232,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2ftask_5fexecution ~0u, // no _weak_field_map_ offsetof(::flyteidl::admin::TaskExecutionClosureDefaultTypeInternal, output_uri_), offsetof(::flyteidl::admin::TaskExecutionClosureDefaultTypeInternal, error_), + offsetof(::flyteidl::admin::TaskExecutionClosureDefaultTypeInternal, output_data_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, phase_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, logs_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, started_at_), @@ -263,8 +266,8 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 16, -1, sizeof(::flyteidl::admin::TaskExecution)}, { 25, -1, sizeof(::flyteidl::admin::TaskExecutionList)}, { 32, -1, sizeof(::flyteidl::admin::TaskExecutionClosure)}, - { 50, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataRequest)}, - { 56, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataResponse)}, + { 51, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataRequest)}, + { 57, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -304,34 +307,36 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto "in.TaskExecutionClosure\022\021\n\tis_parent\030\004 \001" "(\010\"Z\n\021TaskExecutionList\0226\n\017task_executio" "ns\030\001 \003(\0132\035.flyteidl.admin.TaskExecution\022" - "\r\n\005token\030\002 \001(\t\"\215\004\n\024TaskExecutionClosure\022" + "\r\n\005token\030\002 \001(\t\"\277\004\n\024TaskExecutionClosure\022" "\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.f" - "lyteidl.core.ExecutionErrorH\000\0221\n\005phase\030\003" - " \001(\0162\".flyteidl.core.TaskExecution.Phase" - "\022$\n\004logs\030\004 \003(\0132\026.flyteidl.core.TaskLog\022." - "\n\nstarted_at\030\005 \001(\0132\032.google.protobuf.Tim" - "estamp\022+\n\010duration\030\006 \001(\0132\031.google.protob" - "uf.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.google" - ".protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132" - "\032.google.protobuf.Timestamp\022,\n\013custom_in" - "fo\030\t \001(\0132\027.google.protobuf.Struct\022\016\n\006rea" - "son\030\n \001(\t\022\021\n\ttask_type\030\013 \001(\t\0227\n\010metadata" - "\030\020 \001(\0132%.flyteidl.event.TaskExecutionMet" - "adataB\017\n\routput_result\"Q\n\033TaskExecutionG" - "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" - "e.TaskExecutionIdentifier\"\332\001\n\034TaskExecut" - "ionGetDataResponse\022+\n\006inputs\030\001 \001(\0132\027.fly" - "teidl.admin.UrlBlobB\002\030\001\022,\n\007outputs\030\002 \001(\013" - "2\027.flyteidl.admin.UrlBlobB\002\030\001\022.\n\013full_in" - "puts\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n" - "\014full_outputs\030\004 \001(\0132\031.flyteidl.core.Lite" - "ralMapB7Z5github.com/flyteorg/flyteidl/g" - "en/pb-go/flyteidl/adminb\006proto3" + "lyteidl.core.ExecutionErrorH\000\0220\n\013output_" + "data\030\014 \001(\0132\031.flyteidl.core.LiteralMapH\000\022" + "1\n\005phase\030\003 \001(\0162\".flyteidl.core.TaskExecu" + "tion.Phase\022$\n\004logs\030\004 \003(\0132\026.flyteidl.core" + ".TaskLog\022.\n\nstarted_at\030\005 \001(\0132\032.google.pr" + "otobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.goo" + "gle.protobuf.Duration\022.\n\ncreated_at\030\007 \001(" + "\0132\032.google.protobuf.Timestamp\022.\n\nupdated" + "_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022,\n" + "\013custom_info\030\t \001(\0132\027.google.protobuf.Str" + "uct\022\016\n\006reason\030\n \001(\t\022\021\n\ttask_type\030\013 \001(\t\0227" + "\n\010metadata\030\020 \001(\0132%.flyteidl.event.TaskEx" + "ecutionMetadataB\017\n\routput_result\"Q\n\033Task" + "ExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.fl" + "yteidl.core.TaskExecutionIdentifier\"\332\001\n\034" + "TaskExecutionGetDataResponse\022+\n\006inputs\030\001" + " \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022,\n\007out" + "puts\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022" + ".\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.Lit" + "eralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flyteidl" + ".core.LiteralMapB7Z5github.com/flyteorg/" + "flyteidl/gen/pb-go/flyteidl/adminb\006proto" + "3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto = { false, InitDefaults_flyteidl_2fadmin_2ftask_5fexecution_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto, - "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1711, + "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1761, }; void AddDescriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { @@ -2052,6 +2057,8 @@ void TaskExecutionClosure::InitAsDefaultInstance() { &::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::flyteidl::admin::_TaskExecutionClosure_default_instance_.error_ = const_cast< ::flyteidl::core::ExecutionError*>( ::flyteidl::core::ExecutionError::internal_default_instance()); + ::flyteidl::admin::_TaskExecutionClosure_default_instance_.output_data_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); ::flyteidl::admin::_TaskExecutionClosure_default_instance_._instance.get_mutable()->started_at_ = const_cast< ::google::protobuf::Timestamp*>( ::google::protobuf::Timestamp::internal_default_instance()); ::flyteidl::admin::_TaskExecutionClosure_default_instance_._instance.get_mutable()->duration_ = const_cast< ::google::protobuf::Duration*>( @@ -2068,6 +2075,7 @@ void TaskExecutionClosure::InitAsDefaultInstance() { class TaskExecutionClosure::HasBitSetters { public: static const ::flyteidl::core::ExecutionError& error(const TaskExecutionClosure* msg); + static const ::flyteidl::core::LiteralMap& output_data(const TaskExecutionClosure* msg); static const ::google::protobuf::Timestamp& started_at(const TaskExecutionClosure* msg); static const ::google::protobuf::Duration& duration(const TaskExecutionClosure* msg); static const ::google::protobuf::Timestamp& created_at(const TaskExecutionClosure* msg); @@ -2080,6 +2088,10 @@ const ::flyteidl::core::ExecutionError& TaskExecutionClosure::HasBitSetters::error(const TaskExecutionClosure* msg) { return *msg->output_result_.error_; } +const ::flyteidl::core::LiteralMap& +TaskExecutionClosure::HasBitSetters::output_data(const TaskExecutionClosure* msg) { + return *msg->output_result_.output_data_; +} const ::google::protobuf::Timestamp& TaskExecutionClosure::HasBitSetters::started_at(const TaskExecutionClosure* msg) { return *msg->started_at_; @@ -2124,6 +2136,26 @@ void TaskExecutionClosure::clear_error() { clear_has_output_result(); } } +void TaskExecutionClosure::set_allocated_output_data(::flyteidl::core::LiteralMap* output_data) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_output_result(); + if (output_data) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + output_data = ::google::protobuf::internal::GetOwnedMessage( + message_arena, output_data, submessage_arena); + } + set_has_output_data(); + output_result_.output_data_ = output_data; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.output_data) +} +void TaskExecutionClosure::clear_output_data() { + if (has_output_data()) { + delete output_result_.output_data_; + clear_has_output_result(); + } +} void TaskExecutionClosure::clear_logs() { logs_.Clear(); } @@ -2166,6 +2198,7 @@ void TaskExecutionClosure::clear_metadata() { #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TaskExecutionClosure::kOutputUriFieldNumber; const int TaskExecutionClosure::kErrorFieldNumber; +const int TaskExecutionClosure::kOutputDataFieldNumber; const int TaskExecutionClosure::kPhaseFieldNumber; const int TaskExecutionClosure::kLogsFieldNumber; const int TaskExecutionClosure::kStartedAtFieldNumber; @@ -2237,6 +2270,10 @@ TaskExecutionClosure::TaskExecutionClosure(const TaskExecutionClosure& from) mutable_error()->::flyteidl::core::ExecutionError::MergeFrom(from.error()); break; } + case kOutputData: { + mutable_output_data()->::flyteidl::core::LiteralMap::MergeFrom(from.output_data()); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -2294,6 +2331,10 @@ void TaskExecutionClosure::clear_output_result() { delete output_result_.error_; break; } + case kOutputData: { + delete output_result_.output_data_; + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -2503,6 +2544,19 @@ const char* TaskExecutionClosure::_InternalParse(const char* begin, const char* ptr += size; break; } + // .flyteidl.core.LiteralMap output_data = 12; + case 12: { + if (static_cast<::google::protobuf::uint8>(tag) != 98) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::core::LiteralMap::_InternalParse; + object = msg->mutable_output_data(); + 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.event.TaskExecutionMetadata metadata = 16; case 16: { if (static_cast<::google::protobuf::uint8>(tag) != 130) goto handle_unusual; @@ -2686,6 +2740,17 @@ bool TaskExecutionClosure::MergePartialFromCodedStream( break; } + // .flyteidl.core.LiteralMap output_data = 12; + case 12: { + if (static_cast< ::google::protobuf::uint8>(tag) == (98 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_output_data())); + } else { + goto handle_unusual; + } + break; + } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; case 16: { if (static_cast< ::google::protobuf::uint8>(tag) == (130 & 0xFF)) { @@ -2805,6 +2870,12 @@ void TaskExecutionClosure::SerializeWithCachedSizes( 11, this->task_type(), output); } + // .flyteidl.core.LiteralMap output_data = 12; + if (has_output_data()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 12, HasBitSetters::output_data(this), output); + } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; if (this->has_metadata()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( @@ -2913,6 +2984,13 @@ ::google::protobuf::uint8* TaskExecutionClosure::InternalSerializeWithCachedSize 11, this->task_type(), target); } + // .flyteidl.core.LiteralMap output_data = 12; + if (has_output_data()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 12, HasBitSetters::output_data(this), target); + } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; if (this->has_metadata()) { target = ::google::protobuf::internal::WireFormatLite:: @@ -3029,6 +3107,13 @@ size_t TaskExecutionClosure::ByteSizeLong() const { *output_result_.error_); break; } + // .flyteidl.core.LiteralMap output_data = 12; + case kOutputData: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *output_result_.output_data_); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } @@ -3099,6 +3184,10 @@ void TaskExecutionClosure::MergeFrom(const TaskExecutionClosure& from) { mutable_error()->::flyteidl::core::ExecutionError::MergeFrom(from.error()); break; } + case kOutputData: { + mutable_output_data()->::flyteidl::core::LiteralMap::MergeFrom(from.output_data()); + break; + } case OUTPUT_RESULT_NOT_SET: { break; } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h index af8f64c318..21258cbd45 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h @@ -689,6 +689,7 @@ class TaskExecutionClosure final : enum OutputResultCase { kOutputUri = 1, kError = 2, + kOutputData = 12, OUTPUT_RESULT_NOT_SET = 0, }; @@ -881,6 +882,15 @@ class TaskExecutionClosure final : ::flyteidl::core::ExecutionError* mutable_error(); void set_allocated_error(::flyteidl::core::ExecutionError* error); + // .flyteidl.core.LiteralMap output_data = 12; + bool has_output_data() const; + void clear_output_data(); + static const int kOutputDataFieldNumber = 12; + const ::flyteidl::core::LiteralMap& output_data() const; + ::flyteidl::core::LiteralMap* release_output_data(); + ::flyteidl::core::LiteralMap* mutable_output_data(); + void set_allocated_output_data(::flyteidl::core::LiteralMap* output_data); + void clear_output_result(); OutputResultCase output_result_case() const; // @@protoc_insertion_point(class_scope:flyteidl.admin.TaskExecutionClosure) @@ -888,6 +898,7 @@ class TaskExecutionClosure final : class HasBitSetters; void set_has_output_uri(); void set_has_error(); + void set_has_output_data(); inline bool has_output_result() const; inline void clear_has_output_result(); @@ -907,6 +918,7 @@ class TaskExecutionClosure final : OutputResultUnion() {} ::google::protobuf::internal::ArenaStringPtr output_uri_; ::flyteidl::core::ExecutionError* error_; + ::flyteidl::core::LiteralMap* output_data_; } output_result_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::uint32 _oneof_case_[1]; @@ -1828,6 +1840,41 @@ inline ::flyteidl::core::ExecutionError* TaskExecutionClosure::mutable_error() { return output_result_.error_; } +// .flyteidl.core.LiteralMap output_data = 12; +inline bool TaskExecutionClosure::has_output_data() const { + return output_result_case() == kOutputData; +} +inline void TaskExecutionClosure::set_has_output_data() { + _oneof_case_[0] = kOutputData; +} +inline ::flyteidl::core::LiteralMap* TaskExecutionClosure::release_output_data() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionClosure.output_data) + if (has_output_data()) { + clear_has_output_result(); + ::flyteidl::core::LiteralMap* temp = output_result_.output_data_; + output_result_.output_data_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::core::LiteralMap& TaskExecutionClosure::output_data() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionClosure.output_data) + return has_output_data() + ? *output_result_.output_data_ + : *reinterpret_cast< ::flyteidl::core::LiteralMap*>(&::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* TaskExecutionClosure::mutable_output_data() { + if (!has_output_data()) { + clear_output_result(); + set_has_output_data(); + output_result_.output_data_ = CreateMaybeMessage< ::flyteidl::core::LiteralMap >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionClosure.output_data) + return output_result_.output_data_; +} + // .flyteidl.core.TaskExecution.Phase phase = 3; inline void TaskExecutionClosure::clear_phase() { phase_ = 0; diff --git a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go index dcd8b145e2..ade0e9b913 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go @@ -603,6 +603,7 @@ type ExecutionClosure struct { // *ExecutionClosure_Error // *ExecutionClosure_AbortCause // *ExecutionClosure_AbortMetadata + // *ExecutionClosure_OutputData OutputResult isExecutionClosure_OutputResult `protobuf_oneof:"output_result"` // Inputs computed and passed for execution. // computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan @@ -673,6 +674,10 @@ type ExecutionClosure_AbortMetadata struct { AbortMetadata *AbortMetadata `protobuf:"bytes,12,opt,name=abort_metadata,json=abortMetadata,proto3,oneof"` } +type ExecutionClosure_OutputData struct { + OutputData *core.LiteralMap `protobuf:"bytes,13,opt,name=output_data,json=outputData,proto3,oneof"` +} + func (*ExecutionClosure_Outputs) isExecutionClosure_OutputResult() {} func (*ExecutionClosure_Error) isExecutionClosure_OutputResult() {} @@ -681,6 +686,8 @@ func (*ExecutionClosure_AbortCause) isExecutionClosure_OutputResult() {} func (*ExecutionClosure_AbortMetadata) isExecutionClosure_OutputResult() {} +func (*ExecutionClosure_OutputData) isExecutionClosure_OutputResult() {} + func (m *ExecutionClosure) GetOutputResult() isExecutionClosure_OutputResult { if m != nil { return m.OutputResult @@ -717,6 +724,13 @@ func (m *ExecutionClosure) GetAbortMetadata() *AbortMetadata { return nil } +func (m *ExecutionClosure) GetOutputData() *core.LiteralMap { + if x, ok := m.GetOutputResult().(*ExecutionClosure_OutputData); ok { + return x.OutputData + } + return nil +} + // Deprecated: Do not use. func (m *ExecutionClosure) GetComputedInputs() *core.LiteralMap { if m != nil { @@ -781,6 +795,7 @@ func (*ExecutionClosure) XXX_OneofWrappers() []interface{} { (*ExecutionClosure_Error)(nil), (*ExecutionClosure_AbortCause)(nil), (*ExecutionClosure_AbortMetadata)(nil), + (*ExecutionClosure_OutputData)(nil), } } @@ -1358,95 +1373,96 @@ func init() { func init() { proto.RegisterFile("flyteidl/admin/execution.proto", fileDescriptor_4e2785d91b3809ec) } var fileDescriptor_4e2785d91b3809ec = []byte{ - // 1428 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xef, 0x72, 0xd3, 0x48, - 0x12, 0x8f, 0x1d, 0xdb, 0x24, 0xed, 0xc4, 0x31, 0xc3, 0x5d, 0x30, 0x21, 0x40, 0x50, 0xd5, 0xdd, - 0x51, 0x77, 0x75, 0x76, 0x11, 0x2a, 0x45, 0x91, 0xba, 0x7c, 0x70, 0x1c, 0x83, 0x73, 0x97, 0x3f, - 0xdc, 0x98, 0x40, 0xc1, 0xd5, 0x95, 0x76, 0x2c, 0x8d, 0x1d, 0xc1, 0x48, 0x23, 0x46, 0x23, 0x08, - 0x6f, 0xb0, 0x8f, 0xb2, 0x4f, 0xb0, 0x1f, 0x76, 0xbf, 0xee, 0x1b, 0xed, 0x0b, 0x6c, 0x69, 0x34, - 0x92, 0x25, 0xc5, 0x21, 0xa1, 0xc2, 0x37, 0xcd, 0xf4, 0xaf, 0x67, 0x7a, 0xba, 0xfb, 0xd7, 0xdd, - 0x82, 0xfb, 0x63, 0xf6, 0x45, 0x52, 0xc7, 0x66, 0x1d, 0x62, 0xbb, 0x8e, 0xd7, 0xa1, 0x67, 0xd4, - 0x0a, 0xa5, 0xc3, 0xbd, 0xb6, 0x2f, 0xb8, 0xe4, 0xa8, 0x91, 0xc8, 0xdb, 0x4a, 0xbe, 0x76, 0xb7, - 0x80, 0xb7, 0xb8, 0xeb, 0x26, 0xe0, 0xb5, 0xf5, 0x54, 0x68, 0x71, 0x41, 0x3b, 0xcc, 0x91, 0x54, - 0x10, 0x16, 0x68, 0xe9, 0xbd, 0xbc, 0xb4, 0x70, 0xd3, 0xda, 0xfd, 0xbc, 0xd8, 0xb1, 0xa9, 0x27, - 0x9d, 0xb1, 0x43, 0xc5, 0xec, 0xc3, 0x03, 0x6a, 0x85, 0xc2, 0x91, 0x5f, 0x12, 0xed, 0x09, 0xe7, - 0x13, 0x46, 0x3b, 0x6a, 0x35, 0x0a, 0xc7, 0x1d, 0x3b, 0x14, 0x24, 0x73, 0xfa, 0x83, 0xa2, 0x5c, - 0x3a, 0x2e, 0x0d, 0x24, 0x71, 0xfd, 0x18, 0x60, 0xfc, 0x56, 0x82, 0xd5, 0x7e, 0x62, 0x52, 0x4f, - 0x50, 0x22, 0x29, 0xa6, 0x1f, 0x43, 0x1a, 0x48, 0xd4, 0x82, 0x1b, 0xbe, 0xe0, 0xef, 0xa9, 0x25, - 0x5b, 0xa5, 0x8d, 0xd2, 0xa3, 0x45, 0x9c, 0x2c, 0xd1, 0x2a, 0xd4, 0x6c, 0xee, 0x12, 0xc7, 0x6b, - 0x95, 0x95, 0x40, 0xaf, 0x10, 0x82, 0x8a, 0x47, 0x5c, 0xda, 0x9a, 0x57, 0xbb, 0xea, 0x1b, 0x3d, - 0x86, 0x4a, 0xe0, 0x53, 0xab, 0x55, 0xd9, 0x28, 0x3d, 0xaa, 0x6f, 0xde, 0x6b, 0xe7, 0x1d, 0xdb, - 0x4e, 0xef, 0x1e, 0xfa, 0xd4, 0xc2, 0x0a, 0x8a, 0x1e, 0x43, 0xcd, 0xf1, 0xfc, 0x50, 0x06, 0xad, - 0xaa, 0x52, 0xba, 0x33, 0x55, 0x8a, 0x7c, 0xd0, 0x3e, 0x88, 0x1d, 0x7c, 0x48, 0x7c, 0xac, 0x81, - 0xc6, 0x7b, 0x68, 0xa5, 0x27, 0x61, 0xca, 0x48, 0xe8, 0x59, 0xa7, 0xc9, 0x3b, 0xb6, 0xa1, 0xec, - 0xd8, 0xea, 0x09, 0xf5, 0xcd, 0xbf, 0x17, 0x8e, 0x7a, 0xc3, 0xc5, 0x87, 0x31, 0xe3, 0x9f, 0x53, - 0xe5, 0xfd, 0xd4, 0xff, 0xb8, 0xec, 0xd8, 0xb3, 0x5e, 0x64, 0xfc, 0x54, 0x82, 0xdb, 0x99, 0xcb, - 0x2c, 0xfe, 0x89, 0x8a, 0xef, 0x79, 0x57, 0x39, 0xe3, 0xbd, 0x1d, 0x58, 0x70, 0xa9, 0x24, 0x36, - 0x91, 0x44, 0xd9, 0x50, 0xdf, 0x7c, 0x78, 0xa1, 0x07, 0x0f, 0x35, 0x10, 0xa7, 0x2a, 0xc6, 0x49, - 0xc6, 0xd2, 0x24, 0xb8, 0x81, 0xcf, 0xbd, 0x80, 0x5e, 0xc7, 0x52, 0xe3, 0x2d, 0xdc, 0x3d, 0x07, - 0x79, 0x41, 0xe5, 0x77, 0x70, 0x82, 0xf1, 0x73, 0x09, 0x16, 0x53, 0xd9, 0xb5, 0xdc, 0x99, 0x24, - 0x5e, 0xf9, 0xea, 0x89, 0xb7, 0x0d, 0x37, 0x2c, 0xc6, 0x83, 0x50, 0x50, 0xed, 0xec, 0x8d, 0x0b, - 0xb5, 0x7a, 0x31, 0x0e, 0x27, 0x0a, 0xc6, 0x0f, 0xb0, 0x9c, 0x0a, 0x0f, 0x9c, 0x40, 0xa2, 0x67, - 0x00, 0x29, 0xd7, 0x83, 0x56, 0x69, 0x63, 0x3e, 0x9f, 0xc9, 0x85, 0xf3, 0x70, 0x06, 0x8c, 0xfe, - 0x04, 0x55, 0xc9, 0x3f, 0xd0, 0x84, 0x5e, 0xf1, 0xc2, 0xa0, 0xd0, 0x98, 0x66, 0xfe, 0x2e, 0xe3, - 0x23, 0xf4, 0x14, 0x6a, 0x9f, 0x08, 0x0b, 0x69, 0xa0, 0x5d, 0x74, 0x31, 0x51, 0x76, 0xcb, 0xad, - 0xd2, 0x60, 0x0e, 0x6b, 0x38, 0x42, 0x30, 0x1f, 0x0a, 0x27, 0x3e, 0x7e, 0x30, 0x87, 0xa3, 0xc5, - 0x6e, 0x0d, 0x2a, 0x2a, 0x67, 0x7a, 0xb0, 0xdc, 0x1d, 0x71, 0x21, 0x93, 0x74, 0x8a, 0xac, 0xb1, - 0x48, 0x18, 0x50, 0x5d, 0x05, 0xe2, 0x05, 0x5a, 0x87, 0x45, 0x5f, 0x38, 0x9e, 0xe5, 0xf8, 0x84, - 0x69, 0x3b, 0xa7, 0x1b, 0xc6, 0xef, 0x55, 0x68, 0x16, 0x7d, 0x15, 0xb9, 0x97, 0x87, 0x52, 0x11, - 0x3b, 0xb6, 0xf7, 0x7e, 0xd1, 0x1d, 0xf9, 0xf7, 0x0d, 0xe6, 0x70, 0xa2, 0x80, 0xb6, 0xa0, 0x4a, - 0x85, 0xe0, 0xe2, 0x7c, 0x38, 0xd5, 0x4b, 0xd3, 0xbb, 0xfa, 0x11, 0x68, 0x30, 0x87, 0x63, 0x34, - 0xfa, 0x0b, 0xd4, 0x49, 0xf4, 0x18, 0x33, 0x7e, 0x01, 0x44, 0x76, 0x6a, 0x5f, 0x80, 0x12, 0xf4, - 0xd4, 0x63, 0x9e, 0x43, 0x23, 0x86, 0xa5, 0x64, 0x5b, 0x9a, 0x9d, 0x35, 0x39, 0xcf, 0x0c, 0xe6, - 0xf0, 0x32, 0xc9, 0xb9, 0xea, 0x39, 0xac, 0x58, 0xdc, 0xf5, 0x43, 0x49, 0x6d, 0x53, 0x97, 0xb0, - 0xf9, 0x2b, 0x44, 0x06, 0x37, 0x12, 0xad, 0x7d, 0xa5, 0x84, 0xfe, 0x05, 0x55, 0xff, 0x94, 0x04, - 0x54, 0x55, 0xcd, 0xc6, 0xe6, 0x5f, 0x2f, 0x4b, 0xfd, 0xf6, 0xcb, 0x08, 0x8d, 0x63, 0xa5, 0x28, - 0xf3, 0x02, 0x49, 0x44, 0x64, 0x04, 0x91, 0xba, 0x86, 0xae, 0xb5, 0xe3, 0x4e, 0xd0, 0x4e, 0x3a, - 0x41, 0xfb, 0x55, 0xd2, 0x09, 0xf0, 0xa2, 0x46, 0x77, 0x25, 0xda, 0x82, 0x85, 0xa4, 0x83, 0xb4, - 0x6a, 0xda, 0xf2, 0xa2, 0xe2, 0x9e, 0x06, 0xe0, 0x14, 0x1a, 0xdd, 0x68, 0xa9, 0xf2, 0xa2, 0x6e, - 0xbc, 0x71, 0xf9, 0x8d, 0x1a, 0xdd, 0x55, 0x34, 0x09, 0x7d, 0x3b, 0x51, 0x5d, 0xb8, 0x5c, 0x55, - 0xa3, 0xbb, 0x12, 0xed, 0xc2, 0xb2, 0xc7, 0x23, 0xc6, 0x5b, 0x24, 0x26, 0xd9, 0xa2, 0x22, 0xd9, - 0x7a, 0x31, 0x68, 0x47, 0x19, 0x10, 0xce, 0xab, 0xa0, 0x6d, 0xa8, 0x7f, 0xd6, 0xde, 0x34, 0x1d, - 0xbb, 0x55, 0x9f, 0x19, 0xad, 0x4c, 0x65, 0x81, 0x04, 0xbd, 0x6f, 0xef, 0xae, 0xc0, 0x72, 0x9c, - 0x9e, 0xa6, 0xa0, 0x41, 0xc8, 0xa4, 0xb1, 0x03, 0x8d, 0xe1, 0x97, 0x40, 0x52, 0x37, 0x4d, 0x88, - 0x7f, 0xc0, 0xcd, 0x94, 0xd7, 0xa6, 0xc5, 0xc2, 0x40, 0x52, 0xa1, 0x79, 0xd4, 0xa4, 0x53, 0x7e, - 0xa8, 0x7d, 0xe3, 0x97, 0x0a, 0xdc, 0x3c, 0x57, 0xcd, 0x51, 0x0f, 0x2a, 0x2e, 0xb7, 0x63, 0xf6, - 0x35, 0x36, 0x3b, 0x97, 0x96, 0xff, 0xcc, 0x0e, 0xb7, 0x29, 0x56, 0xca, 0x5f, 0x67, 0x6b, 0xd4, - 0xe9, 0x3d, 0x1a, 0x48, 0xc7, 0x9b, 0xa8, 0x74, 0x5d, 0xc6, 0xc9, 0x12, 0xed, 0xc0, 0x52, 0x60, - 0x9d, 0x52, 0x3b, 0x64, 0x71, 0x7c, 0x2a, 0x97, 0xc6, 0xa7, 0x9e, 0xe2, 0xbb, 0x12, 0xbd, 0x83, - 0x3f, 0xfb, 0x44, 0x50, 0x4f, 0x9a, 0x1e, 0xb7, 0xa9, 0x99, 0xbe, 0x58, 0x27, 0x65, 0x31, 0xaf, - 0x8f, 0xb8, 0x4d, 0x67, 0x95, 0xf3, 0x5b, 0xf1, 0x21, 0x39, 0x31, 0xfa, 0x1f, 0xdc, 0x12, 0x74, - 0x4c, 0x05, 0xf5, 0xac, 0xec, 0xc9, 0xcd, 0x6f, 0x6e, 0x16, 0x28, 0x3d, 0x66, 0x7a, 0xf8, 0x0b, - 0x58, 0x09, 0x54, 0x24, 0xa7, 0x15, 0xe1, 0xe6, 0xec, 0x92, 0x95, 0x0f, 0x38, 0x6e, 0x04, 0xb9, - 0xb5, 0x31, 0xc9, 0xb4, 0x85, 0x28, 0x1e, 0x08, 0xa0, 0x76, 0xd8, 0x3d, 0x3a, 0xe9, 0x1e, 0x34, - 0xe7, 0xd0, 0x32, 0x2c, 0x0e, 0x7b, 0x83, 0xfe, 0xde, 0xc9, 0x41, 0x7f, 0xaf, 0x59, 0x8a, 0x44, - 0xc3, 0xb7, 0xc3, 0x57, 0xfd, 0xc3, 0x66, 0x19, 0x2d, 0xc1, 0x02, 0xee, 0x1f, 0x74, 0x4f, 0x8e, - 0x7a, 0x83, 0xe6, 0x3c, 0x42, 0xd0, 0xe8, 0x0d, 0xf6, 0x0f, 0xf6, 0xcc, 0x37, 0xc7, 0xf8, 0x3f, - 0xcf, 0x0f, 0x8e, 0xdf, 0x34, 0x2b, 0x91, 0x32, 0xee, 0xf7, 0x8e, 0x5f, 0xf7, 0x71, 0x7f, 0xaf, - 0x59, 0x35, 0x5e, 0x43, 0x33, 0x9b, 0xe7, 0xaa, 0x05, 0x9d, 0x23, 0x48, 0xe9, 0x9b, 0x09, 0x62, - 0xfc, 0x5a, 0xcd, 0xbc, 0x60, 0x18, 0x77, 0xc9, 0x7a, 0x3c, 0x60, 0x99, 0x3e, 0x23, 0xde, 0x05, - 0xad, 0x27, 0x4b, 0x99, 0x18, 0xfd, 0x92, 0x11, 0x0f, 0x6d, 0xa5, 0xa3, 0x5d, 0xf9, 0x2a, 0x75, - 0x51, 0x83, 0xaf, 0x39, 0x06, 0xa1, 0x41, 0xd1, 0x0f, 0xd5, 0xd9, 0xdd, 0xbd, 0xe8, 0xc0, 0xa8, - 0xc0, 0xe7, 0xcb, 0xc5, 0x43, 0xa8, 0xdb, 0x4e, 0x40, 0x46, 0x8c, 0x9a, 0x84, 0x31, 0x55, 0x22, - 0x17, 0xa2, 0x5e, 0xa2, 0x37, 0xbb, 0x8c, 0xa1, 0x36, 0xd4, 0x18, 0x19, 0x51, 0x16, 0xe8, 0x3a, - 0xb8, 0x7a, 0xae, 0xc9, 0x29, 0x29, 0xd6, 0x28, 0xb4, 0x03, 0x75, 0xe2, 0x79, 0x5c, 0x6a, 0xd3, - 0xe2, 0x0a, 0x78, 0xf7, 0x5c, 0xe3, 0x99, 0x42, 0x70, 0x16, 0x8f, 0xf6, 0xa1, 0x99, 0xfc, 0x13, - 0x98, 0x16, 0xf7, 0x24, 0x3d, 0x93, 0xaa, 0xcd, 0xe5, 0x52, 0x55, 0xf9, 0x76, 0xa8, 0x61, 0xbd, - 0x18, 0x85, 0x57, 0x82, 0xfc, 0x06, 0x7a, 0x06, 0x8b, 0x24, 0x94, 0xa7, 0xa6, 0xe0, 0x8c, 0x6a, - 0x1e, 0xb5, 0xce, 0xd9, 0x11, 0xca, 0x53, 0xcc, 0x19, 0x55, 0xe1, 0x59, 0x20, 0x7a, 0x85, 0x0e, - 0x01, 0x7d, 0x0c, 0x09, 0x8b, 0x8c, 0xe0, 0x63, 0x33, 0xa0, 0xe2, 0x93, 0x63, 0x51, 0x4d, 0x99, - 0x07, 0x05, 0x3b, 0xfe, 0x1b, 0x03, 0x8f, 0xc7, 0xc3, 0x18, 0x86, 0x9b, 0x1f, 0x0b, 0x3b, 0xe8, - 0x6f, 0xb0, 0xe2, 0x92, 0x33, 0xd3, 0x27, 0x82, 0x30, 0x46, 0x99, 0x13, 0xb8, 0x2d, 0xb4, 0x51, - 0x7a, 0x54, 0xc5, 0x0d, 0x97, 0x9c, 0xbd, 0x9c, 0xee, 0xee, 0xb6, 0x60, 0x35, 0x1b, 0x20, 0x33, - 0x9a, 0xc5, 0x85, 0x63, 0xd3, 0xe0, 0xdf, 0x95, 0x85, 0x4a, 0xb3, 0x6a, 0xb8, 0x70, 0x27, 0x4d, - 0x8c, 0x57, 0x54, 0xb8, 0x8e, 0x97, 0xf9, 0xc1, 0xb9, 0xce, 0x74, 0x99, 0x0e, 0x45, 0xe5, 0xcc, - 0x50, 0x64, 0xac, 0xc3, 0xda, 0xac, 0xeb, 0xe2, 0x91, 0xdb, 0xf8, 0x3f, 0x3c, 0x98, 0x35, 0x36, - 0xef, 0x45, 0xc9, 0xfa, 0x1d, 0x46, 0xe7, 0x1f, 0xcb, 0xb0, 0x71, 0xf1, 0xf9, 0x7a, 0xec, 0xdf, - 0x2a, 0xce, 0x60, 0xb7, 0x8b, 0x11, 0x3e, 0x11, 0x2c, 0x1a, 0xbe, 0x54, 0x80, 0xd3, 0xf1, 0xeb, - 0x49, 0x81, 0xb7, 0x5f, 0xd5, 0x4a, 0x58, 0xbb, 0x0d, 0xf5, 0x71, 0xc8, 0xd8, 0x55, 0x27, 0x21, - 0x0c, 0x11, 0x3a, 0x9d, 0x80, 0x96, 0x94, 0x6e, 0x62, 0x6c, 0xe5, 0x32, 0x65, 0x75, 0xd5, 0x71, - 0x8c, 0xde, 0x7d, 0xfa, 0x6e, 0x6b, 0xe2, 0xc8, 0xd3, 0x70, 0xd4, 0xb6, 0xb8, 0xdb, 0x51, 0x3a, - 0x5c, 0x4c, 0x3a, 0xe9, 0xaf, 0xf4, 0x84, 0x7a, 0x1d, 0x7f, 0xf4, 0xcf, 0x09, 0xef, 0xe4, 0xff, - 0xeb, 0x47, 0x35, 0xd5, 0xd1, 0x9e, 0xfc, 0x11, 0x00, 0x00, 0xff, 0xff, 0x9a, 0x5a, 0xdd, 0x7e, - 0x20, 0x10, 0x00, 0x00, + // 1442 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0x5f, 0x73, 0xd3, 0xb8, + 0x16, 0x6f, 0xd2, 0x24, 0xb4, 0x27, 0x4d, 0x1a, 0xc4, 0xbd, 0x25, 0x94, 0x02, 0xc5, 0x33, 0xf7, + 0x5e, 0xe6, 0xde, 0xb9, 0xc9, 0x50, 0xa6, 0xc3, 0xd0, 0xa1, 0x0f, 0x69, 0x1a, 0x48, 0x77, 0xfb, + 0x87, 0x55, 0x28, 0x0c, 0xec, 0xec, 0x64, 0x15, 0x5b, 0x49, 0x0d, 0xb2, 0x65, 0x64, 0x19, 0xca, + 0x37, 0xd8, 0x8f, 0xb2, 0xaf, 0xfb, 0xb2, 0x0f, 0xbb, 0xaf, 0xfb, 0xc1, 0x76, 0x2c, 0xcb, 0x8e, + 0xed, 0xa6, 0xb4, 0x4c, 0x79, 0x8b, 0x74, 0x7e, 0x3f, 0xe9, 0xe8, 0xfc, 0x77, 0xe0, 0xee, 0x98, + 0x7d, 0x96, 0xd4, 0xb6, 0x58, 0x9b, 0x58, 0x8e, 0xed, 0xb6, 0xe9, 0x29, 0x35, 0x03, 0x69, 0x73, + 0xb7, 0xe5, 0x09, 0x2e, 0x39, 0xaa, 0xc7, 0xf2, 0x96, 0x92, 0xaf, 0xde, 0xce, 0xe1, 0x4d, 0xee, + 0x38, 0x31, 0x78, 0x75, 0x2d, 0x11, 0x9a, 0x5c, 0xd0, 0x36, 0xb3, 0x25, 0x15, 0x84, 0xf9, 0x5a, + 0x7a, 0x27, 0x2b, 0xcd, 0xdd, 0xb4, 0x7a, 0x37, 0x2b, 0xb6, 0x2d, 0xea, 0x4a, 0x7b, 0x6c, 0x53, + 0x31, 0xfb, 0x70, 0x9f, 0x9a, 0x81, 0xb0, 0xe5, 0xe7, 0x98, 0x3d, 0xe1, 0x7c, 0xc2, 0x68, 0x5b, + 0xad, 0x46, 0xc1, 0xb8, 0x6d, 0x05, 0x82, 0xa4, 0x4e, 0xbf, 0x97, 0x97, 0x4b, 0xdb, 0xa1, 0xbe, + 0x24, 0x8e, 0x17, 0x01, 0x8c, 0xbf, 0x0a, 0xb0, 0xd2, 0x8b, 0x55, 0xea, 0x0a, 0x4a, 0x24, 0xc5, + 0xf4, 0x43, 0x40, 0x7d, 0x89, 0x9a, 0x70, 0xcd, 0x13, 0xfc, 0x1d, 0x35, 0x65, 0xb3, 0xb0, 0x5e, + 0x78, 0xb0, 0x88, 0xe3, 0x25, 0x5a, 0x81, 0x8a, 0xc5, 0x1d, 0x62, 0xbb, 0xcd, 0xa2, 0x12, 0xe8, + 0x15, 0x42, 0x50, 0x72, 0x89, 0x43, 0x9b, 0xf3, 0x6a, 0x57, 0xfd, 0x46, 0x0f, 0xa1, 0xe4, 0x7b, + 0xd4, 0x6c, 0x96, 0xd6, 0x0b, 0x0f, 0xaa, 0x1b, 0x77, 0x5a, 0x59, 0xc3, 0xb6, 0x92, 0xbb, 0x07, + 0x1e, 0x35, 0xb1, 0x82, 0xa2, 0x87, 0x50, 0xb1, 0x5d, 0x2f, 0x90, 0x7e, 0xb3, 0xac, 0x48, 0xb7, + 0xa6, 0xa4, 0xd0, 0x06, 0xad, 0xfd, 0xc8, 0xc0, 0x07, 0xc4, 0xc3, 0x1a, 0x68, 0xbc, 0x83, 0x66, + 0x72, 0x12, 0xa6, 0x8c, 0x04, 0xae, 0x79, 0x12, 0xbf, 0x63, 0x0b, 0x8a, 0xb6, 0xa5, 0x9e, 0x50, + 0xdd, 0xf8, 0x6f, 0xee, 0xa8, 0xd7, 0x5c, 0xbc, 0x1f, 0x33, 0xfe, 0x29, 0x21, 0xef, 0x25, 0xf6, + 0xc7, 0x45, 0xdb, 0x9a, 0xf5, 0x22, 0xe3, 0xd7, 0x02, 0xdc, 0x4c, 0x5d, 0x66, 0xf2, 0x8f, 0x54, + 0x7c, 0xcb, 0xbb, 0x8a, 0x29, 0xeb, 0x6d, 0xc3, 0x82, 0x43, 0x25, 0xb1, 0x88, 0x24, 0x4a, 0x87, + 0xea, 0xc6, 0xfd, 0x73, 0x2d, 0x78, 0xa0, 0x81, 0x38, 0xa1, 0x18, 0xc7, 0x29, 0x4d, 0x63, 0xe7, + 0xfa, 0x1e, 0x77, 0x7d, 0x7a, 0x15, 0x4d, 0x8d, 0x37, 0x70, 0xfb, 0x0c, 0xe4, 0x39, 0x95, 0xdf, + 0xc0, 0x08, 0xc6, 0xef, 0x05, 0x58, 0x4c, 0x64, 0x57, 0x32, 0x67, 0x1c, 0x78, 0xc5, 0xcb, 0x07, + 0xde, 0x16, 0x5c, 0x33, 0x19, 0xf7, 0x03, 0x41, 0xb5, 0xb1, 0xd7, 0xcf, 0x65, 0x75, 0x23, 0x1c, + 0x8e, 0x09, 0xc6, 0xcf, 0x50, 0x4b, 0x84, 0xfb, 0xb6, 0x2f, 0xd1, 0x13, 0x80, 0x24, 0xd7, 0xfd, + 0x66, 0x61, 0x7d, 0x3e, 0x1b, 0xc9, 0xb9, 0xf3, 0x70, 0x0a, 0x8c, 0xfe, 0x01, 0x65, 0xc9, 0xdf, + 0xd3, 0x38, 0xbd, 0xa2, 0x85, 0x41, 0xa1, 0x3e, 0x8d, 0xfc, 0x1d, 0xc6, 0x47, 0xe8, 0x31, 0x54, + 0x3e, 0x12, 0x16, 0x50, 0x5f, 0x9b, 0xe8, 0xfc, 0x44, 0xd9, 0x29, 0x36, 0x0b, 0xfd, 0x39, 0xac, + 0xe1, 0x08, 0xc1, 0x7c, 0x20, 0xec, 0xe8, 0xf8, 0xfe, 0x1c, 0x0e, 0x17, 0x3b, 0x15, 0x28, 0xa9, + 0x98, 0xe9, 0x42, 0xad, 0x33, 0xe2, 0x42, 0xc6, 0xe1, 0x14, 0x6a, 0x63, 0x92, 0xc0, 0xa7, 0xba, + 0x0a, 0x44, 0x0b, 0xb4, 0x06, 0x8b, 0x9e, 0xb0, 0x5d, 0xd3, 0xf6, 0x08, 0xd3, 0x7a, 0x4e, 0x37, + 0x8c, 0xdf, 0x2a, 0xd0, 0xc8, 0xdb, 0x2a, 0x34, 0x2f, 0x0f, 0xa4, 0x4a, 0xec, 0x48, 0xdf, 0xbb, + 0x79, 0x73, 0x64, 0xdf, 0xd7, 0x9f, 0xc3, 0x31, 0x01, 0x6d, 0x42, 0x99, 0x0a, 0xc1, 0xc5, 0x59, + 0x77, 0xaa, 0x97, 0x26, 0x77, 0xf5, 0x42, 0x50, 0x7f, 0x0e, 0x47, 0x68, 0xf4, 0x2f, 0xa8, 0x92, + 0xf0, 0x31, 0xc3, 0xe8, 0x05, 0x10, 0xea, 0xa9, 0x6d, 0x01, 0x4a, 0xd0, 0x55, 0x8f, 0x79, 0x06, + 0xf5, 0x08, 0x96, 0x24, 0xdb, 0xd2, 0xec, 0xa8, 0xc9, 0x58, 0xa6, 0x3f, 0x87, 0x6b, 0x24, 0x63, + 0xaa, 0xa7, 0x50, 0x8d, 0x14, 0x1e, 0xaa, 0x43, 0x6a, 0x17, 0x78, 0x25, 0xd4, 0x22, 0xc2, 0xef, + 0x86, 0xec, 0x67, 0xb0, 0x6c, 0x72, 0xc7, 0x0b, 0x24, 0xb5, 0x86, 0xba, 0x00, 0xce, 0x5f, 0xc2, + 0xaf, 0xb8, 0x1e, 0xb3, 0xf6, 0x14, 0x09, 0x3d, 0x85, 0xb2, 0x77, 0x42, 0x7c, 0xaa, 0x6a, 0x6e, + 0x7d, 0xe3, 0xdf, 0x17, 0x25, 0x4e, 0xeb, 0x45, 0x88, 0xc6, 0x11, 0x29, 0x8c, 0x5b, 0x5f, 0x12, + 0x11, 0x2a, 0x41, 0xa4, 0xae, 0xc0, 0xab, 0xad, 0xa8, 0x8f, 0xb4, 0xe2, 0x3e, 0xd2, 0x7a, 0x19, + 0xf7, 0x11, 0xbc, 0xa8, 0xd1, 0x1d, 0x89, 0x36, 0x61, 0x21, 0xee, 0x3f, 0xcd, 0x8a, 0xd6, 0x3c, + 0x4f, 0xdc, 0xd5, 0x00, 0x9c, 0x40, 0xc3, 0x1b, 0x4d, 0x55, 0x9c, 0xd4, 0x8d, 0xd7, 0x2e, 0xbe, + 0x51, 0xa3, 0x3b, 0x2a, 0xc9, 0x02, 0xcf, 0x8a, 0xa9, 0x0b, 0x17, 0x53, 0x35, 0xba, 0x23, 0xd1, + 0x0e, 0xd4, 0x5c, 0x1e, 0xd6, 0x0b, 0x93, 0x44, 0x29, 0xba, 0xa8, 0x52, 0x74, 0x2d, 0xef, 0xf2, + 0xc3, 0x14, 0x08, 0x67, 0x29, 0x68, 0x0b, 0xaa, 0x9f, 0xb4, 0x35, 0x87, 0xb6, 0xd5, 0xac, 0xce, + 0xf4, 0x56, 0xaa, 0x2e, 0x41, 0x8c, 0xde, 0xb3, 0x76, 0x96, 0xa1, 0xa6, 0x63, 0x45, 0x50, 0x3f, + 0x60, 0xd2, 0xd8, 0x86, 0xfa, 0xe0, 0xb3, 0x2f, 0xa9, 0x93, 0x84, 0xd3, 0xff, 0xe0, 0x7a, 0x52, + 0x15, 0x86, 0x26, 0x0b, 0x7c, 0x49, 0x85, 0xce, 0xc2, 0x06, 0x9d, 0x66, 0x97, 0xda, 0x37, 0xfe, + 0x28, 0xc1, 0xf5, 0x33, 0xbd, 0x00, 0x75, 0xa1, 0xe4, 0x70, 0x2b, 0xca, 0xdd, 0xfa, 0x46, 0xfb, + 0xc2, 0xe6, 0x91, 0xda, 0xe1, 0x16, 0xc5, 0x8a, 0xfc, 0xe5, 0x5c, 0x0f, 0xe7, 0x04, 0x97, 0xfa, + 0xd2, 0x76, 0x27, 0x2a, 0x5c, 0x6b, 0x38, 0x5e, 0xa2, 0x6d, 0x58, 0xf2, 0xcd, 0x13, 0x6a, 0x05, + 0x2c, 0xf2, 0x4f, 0xe9, 0x42, 0xff, 0x54, 0x13, 0x7c, 0x47, 0xa2, 0xb7, 0xf0, 0x4f, 0x8f, 0x08, + 0xea, 0xca, 0xa1, 0xcb, 0x2d, 0x3a, 0x4c, 0x5e, 0xac, 0x83, 0x32, 0x1f, 0xd7, 0x87, 0xdc, 0xa2, + 0xb3, 0x9a, 0xc1, 0x8d, 0xe8, 0x90, 0x8c, 0x18, 0xfd, 0x08, 0x37, 0x04, 0x1d, 0x53, 0x41, 0x5d, + 0x33, 0x7d, 0x72, 0xe3, 0xab, 0x5b, 0x0d, 0x4a, 0x8e, 0x99, 0x1e, 0xfe, 0x1c, 0x96, 0x7d, 0xe5, + 0xc9, 0x69, 0x3d, 0xb9, 0x3e, 0xbb, 0xe0, 0x65, 0x1d, 0x8e, 0xeb, 0x7e, 0x66, 0x6d, 0x4c, 0x52, + 0x4d, 0x25, 0xf4, 0x07, 0x02, 0xa8, 0x1c, 0x74, 0x0e, 0x8f, 0x3b, 0xfb, 0x8d, 0x39, 0x54, 0x83, + 0xc5, 0x41, 0xb7, 0xdf, 0xdb, 0x3d, 0xde, 0xef, 0xed, 0x36, 0x0a, 0xa1, 0x68, 0xf0, 0x66, 0xf0, + 0xb2, 0x77, 0xd0, 0x28, 0xa2, 0x25, 0x58, 0xc0, 0xbd, 0xfd, 0xce, 0xf1, 0x61, 0xb7, 0xdf, 0x98, + 0x47, 0x08, 0xea, 0xdd, 0xfe, 0xde, 0xfe, 0xee, 0xf0, 0xf5, 0x11, 0xfe, 0xfe, 0xd9, 0xfe, 0xd1, + 0xeb, 0x46, 0x29, 0x24, 0xe3, 0x5e, 0xf7, 0xe8, 0x55, 0x0f, 0xf7, 0x76, 0x1b, 0x65, 0xe3, 0x15, + 0x34, 0xd2, 0x71, 0xae, 0x1a, 0xd8, 0x99, 0x04, 0x29, 0x7c, 0x75, 0x82, 0x18, 0x7f, 0x96, 0x53, + 0x2f, 0x18, 0x44, 0x3d, 0xb6, 0x1a, 0x8d, 0x67, 0x43, 0x8f, 0x11, 0xf7, 0x9c, 0xc6, 0x95, 0x4e, + 0x99, 0x08, 0xfd, 0x82, 0x11, 0x17, 0x6d, 0x26, 0x83, 0x61, 0xf1, 0x32, 0x75, 0x51, 0x83, 0xaf, + 0x38, 0x44, 0xa1, 0x7e, 0xde, 0x0e, 0xe5, 0xd9, 0xb3, 0x41, 0xde, 0x80, 0x61, 0x7b, 0xc8, 0x96, + 0x8b, 0xfb, 0x50, 0xb5, 0x6c, 0x9f, 0x8c, 0x18, 0x1d, 0x12, 0xc6, 0x54, 0x89, 0x5c, 0x08, 0x7b, + 0x80, 0xde, 0xec, 0x30, 0x86, 0x5a, 0x50, 0x61, 0x64, 0x44, 0x99, 0xaf, 0xeb, 0xe0, 0xca, 0x99, + 0x16, 0xa9, 0xa4, 0x58, 0xa3, 0xd0, 0x36, 0x54, 0x89, 0xeb, 0x72, 0xa9, 0x55, 0x8b, 0x2a, 0xe0, + 0xed, 0x33, 0x6d, 0x6b, 0x0a, 0xc1, 0x69, 0x3c, 0xda, 0x83, 0x46, 0xfc, 0x45, 0x31, 0x34, 0xb9, + 0x2b, 0xe9, 0xa9, 0x54, 0x4d, 0x32, 0x13, 0xaa, 0xca, 0xb6, 0x03, 0x0d, 0xeb, 0x46, 0x28, 0xbc, + 0xec, 0x67, 0x37, 0xd0, 0x13, 0x58, 0x24, 0x81, 0x3c, 0x19, 0x0a, 0xce, 0xa8, 0xce, 0xa3, 0xe6, + 0x19, 0x3d, 0x02, 0x79, 0x82, 0x39, 0xa3, 0xca, 0x3d, 0x0b, 0x44, 0xaf, 0xd0, 0x01, 0xa0, 0x0f, + 0x01, 0x61, 0xa1, 0x12, 0x7c, 0x3c, 0xf4, 0xa9, 0xf8, 0x68, 0x9b, 0x54, 0xa7, 0xcc, 0xbd, 0x9c, + 0x1e, 0x3f, 0x44, 0xc0, 0xa3, 0xf1, 0x20, 0x82, 0xe1, 0xc6, 0x87, 0xdc, 0x0e, 0xfa, 0x0f, 0x2c, + 0x3b, 0xe4, 0x74, 0xe8, 0x11, 0x41, 0x18, 0xa3, 0xcc, 0xf6, 0x9d, 0x26, 0x5a, 0x2f, 0x3c, 0x28, + 0xe3, 0xba, 0x43, 0x4e, 0x5f, 0x4c, 0x77, 0x77, 0x9a, 0xb0, 0x92, 0x76, 0xd0, 0x30, 0x9c, 0xe4, + 0x85, 0x6d, 0x51, 0xff, 0xbb, 0xd2, 0x42, 0xa9, 0x51, 0x36, 0x1c, 0xb8, 0x95, 0x04, 0xc6, 0x4b, + 0x2a, 0x1c, 0xdb, 0x4d, 0x7d, 0x1e, 0x5d, 0x65, 0x36, 0x4d, 0x46, 0xaa, 0x62, 0x6a, 0xa4, 0x32, + 0xd6, 0x60, 0x75, 0xd6, 0x75, 0xd1, 0xc0, 0x6e, 0xfc, 0x04, 0xf7, 0x66, 0x0d, 0xdd, 0xe1, 0xe4, + 0xf0, 0x2d, 0x06, 0xef, 0x5f, 0x8a, 0xb0, 0x7e, 0xfe, 0xf9, 0xfa, 0xa3, 0x61, 0x33, 0x3f, 0xc1, + 0xdd, 0xcc, 0x7b, 0xf8, 0x58, 0xb0, 0x70, 0x74, 0x53, 0x0e, 0x4e, 0x86, 0xb7, 0x47, 0xb9, 0xbc, + 0xfd, 0x22, 0x2b, 0xce, 0xda, 0x2d, 0xa8, 0x8e, 0x03, 0xc6, 0x2e, 0x3b, 0x09, 0x61, 0x08, 0xd1, + 0xc9, 0x04, 0xb4, 0xa4, 0xb8, 0xb1, 0xb2, 0xa5, 0x8b, 0xc8, 0xea, 0xaa, 0xa3, 0x08, 0xbd, 0xf3, + 0xf8, 0xed, 0xe6, 0xc4, 0x96, 0x27, 0xc1, 0xa8, 0x65, 0x72, 0xa7, 0xad, 0x38, 0x5c, 0x4c, 0xda, + 0xc9, 0x87, 0xf8, 0x84, 0xba, 0x6d, 0x6f, 0xf4, 0xff, 0x09, 0x6f, 0x67, 0xff, 0x15, 0x18, 0x55, + 0x54, 0x47, 0x7b, 0xf4, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x87, 0xc5, 0x5c, 0xeb, 0x5e, 0x10, + 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go index 2423e50076..5710274f0d 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go @@ -911,6 +911,18 @@ func (m *ExecutionClosure) Validate() error { } } + case *ExecutionClosure_OutputData: + + if v, ok := interface{}(m.GetOutputData()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ExecutionClosureValidationError{ + field: "OutputData", + reason: "embedded message failed validation", + cause: err, + } + } + } + } return nil diff --git a/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go index ac4218c10e..99662f52c8 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go @@ -435,6 +435,7 @@ type NodeExecutionClosure struct { // Types that are valid to be assigned to OutputResult: // *NodeExecutionClosure_OutputUri // *NodeExecutionClosure_Error + // *NodeExecutionClosure_OutputData OutputResult isNodeExecutionClosure_OutputResult `protobuf_oneof:"output_result"` // The last recorded phase for this node execution. Phase core.NodeExecution_Phase `protobuf:"varint,3,opt,name=phase,proto3,enum=flyteidl.core.NodeExecution_Phase" json:"phase,omitempty"` @@ -495,10 +496,16 @@ type NodeExecutionClosure_Error struct { Error *core.ExecutionError `protobuf:"bytes,2,opt,name=error,proto3,oneof"` } +type NodeExecutionClosure_OutputData struct { + OutputData *core.LiteralMap `protobuf:"bytes,10,opt,name=output_data,json=outputData,proto3,oneof"` +} + func (*NodeExecutionClosure_OutputUri) isNodeExecutionClosure_OutputResult() {} func (*NodeExecutionClosure_Error) isNodeExecutionClosure_OutputResult() {} +func (*NodeExecutionClosure_OutputData) isNodeExecutionClosure_OutputResult() {} + func (m *NodeExecutionClosure) GetOutputResult() isNodeExecutionClosure_OutputResult { if m != nil { return m.OutputResult @@ -520,6 +527,13 @@ func (m *NodeExecutionClosure) GetError() *core.ExecutionError { return nil } +func (m *NodeExecutionClosure) GetOutputData() *core.LiteralMap { + if x, ok := m.GetOutputResult().(*NodeExecutionClosure_OutputData); ok { + return x.OutputData + } + return nil +} + func (m *NodeExecutionClosure) GetPhase() core.NodeExecution_Phase { if m != nil { return m.Phase @@ -597,6 +611,7 @@ func (*NodeExecutionClosure) XXX_OneofWrappers() []interface{} { return []interface{}{ (*NodeExecutionClosure_OutputUri)(nil), (*NodeExecutionClosure_Error)(nil), + (*NodeExecutionClosure_OutputData)(nil), (*NodeExecutionClosure_WorkflowNodeMetadata)(nil), (*NodeExecutionClosure_TaskNodeMetadata)(nil), } @@ -886,71 +901,73 @@ func init() { } var fileDescriptor_f73b3eae493fd736 = []byte{ - // 1054 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xdd, 0x6e, 0xe3, 0x44, - 0x14, 0x5e, 0xa7, 0xbf, 0x39, 0x69, 0xd3, 0x74, 0xe8, 0xb2, 0xd9, 0x76, 0x77, 0x1b, 0xcc, 0x82, - 0x0a, 0x68, 0x1d, 0x29, 0xab, 0xf2, 0x27, 0x04, 0x6a, 0xda, 0xdd, 0x6d, 0x45, 0x0b, 0x65, 0xba, - 0x05, 0x09, 0x21, 0xac, 0x89, 0x3d, 0x49, 0x47, 0x75, 0x3c, 0xee, 0xcc, 0x58, 0x25, 0x77, 0xbc, - 0xc6, 0x5e, 0xf0, 0x66, 0x5c, 0x22, 0x21, 0xf1, 0x14, 0xc8, 0xe3, 0xb1, 0x13, 0xbb, 0x56, 0x2b, - 0x2d, 0x17, 0x5c, 0xce, 0x39, 0xdf, 0xf9, 0xce, 0x9c, 0x1f, 0x7f, 0x1e, 0x78, 0x7f, 0x18, 0x4c, - 0x14, 0x65, 0x7e, 0xd0, 0x25, 0xfe, 0x98, 0x85, 0xdd, 0x90, 0xfb, 0xd4, 0xa5, 0xbf, 0x51, 0x2f, - 0x56, 0x8c, 0x87, 0x4e, 0x24, 0xb8, 0xe2, 0xa8, 0x99, 0x81, 0x1c, 0x0d, 0xda, 0xdc, 0x2a, 0x05, - 0x79, 0x7c, 0x3c, 0xce, 0xc0, 0x9b, 0x8f, 0x73, 0xa7, 0xc7, 0x05, 0xed, 0x96, 0xb8, 0x66, 0x62, - 0xb5, 0xdb, 0x23, 0x8a, 0x04, 0x7c, 0x64, 0x9c, 0x8f, 0x4a, 0x4e, 0x3e, 0x8e, 0x58, 0x40, 0x85, - 0xf1, 0x3e, 0x29, 0x7a, 0x99, 0x4f, 0x43, 0xc5, 0x86, 0x2c, 0xf7, 0x97, 0xa2, 0x03, 0xa6, 0xa8, - 0x20, 0x81, 0x34, 0xde, 0xed, 0x11, 0xe7, 0xa3, 0x80, 0x76, 0xf5, 0x69, 0x10, 0x0f, 0xbb, 0x8a, - 0x8d, 0xa9, 0x54, 0x64, 0x1c, 0x65, 0xf4, 0x65, 0x80, 0x1f, 0x0b, 0x32, 0xbd, 0xb9, 0xfd, 0x03, - 0x3c, 0xf8, 0x8e, 0xfb, 0xf4, 0x45, 0x56, 0xd0, 0x2b, 0xaa, 0x30, 0xbd, 0x8a, 0xa9, 0x54, 0xe8, - 0x53, 0xa8, 0x31, 0xbf, 0x6d, 0x75, 0xac, 0x9d, 0x46, 0xef, 0x43, 0x27, 0xef, 0x56, 0x72, 0x0d, - 0xa7, 0x10, 0x73, 0x94, 0xdf, 0x19, 0xd7, 0x98, 0x6f, 0xbf, 0xa9, 0x41, 0xbb, 0xe0, 0x3f, 0x66, - 0x32, 0x27, 0xfd, 0x15, 0xee, 0x5f, 0x73, 0x71, 0x39, 0x0c, 0xf8, 0xf5, 0x74, 0x22, 0x6e, 0x9e, - 0xe7, 0xe3, 0x52, 0x9e, 0x9f, 0x0c, 0xb6, 0x2a, 0xd7, 0x3b, 0xd7, 0x37, 0x9d, 0x68, 0x03, 0x16, - 0x02, 0x36, 0x66, 0xaa, 0x5d, 0xeb, 0x58, 0x3b, 0xab, 0x38, 0x3d, 0x24, 0x56, 0xc5, 0x2f, 0x69, - 0xd8, 0x9e, 0xeb, 0x58, 0x3b, 0x75, 0x9c, 0x1e, 0x50, 0x1b, 0x96, 0x86, 0x2c, 0x50, 0x54, 0xc8, - 0xf6, 0xbc, 0xb6, 0x67, 0x47, 0xf4, 0x0c, 0x96, 0x24, 0x17, 0xca, 0x1d, 0x4c, 0xda, 0x0b, 0xfa, - 0x5e, 0x1b, 0x4e, 0x71, 0x5b, 0x9c, 0x33, 0x2e, 0x14, 0x5e, 0x4c, 0x40, 0xfd, 0x09, 0xda, 0x81, - 0x56, 0x1c, 0xb2, 0xab, 0x98, 0xba, 0x11, 0x11, 0x34, 0x54, 0x49, 0x3d, 0x8b, 0x9a, 0xb1, 0x99, - 0xda, 0x4f, 0xb5, 0xf9, 0xc8, 0xb7, 0xff, 0xb1, 0x60, 0xbb, 0xd0, 0x9b, 0x97, 0x5c, 0xbc, 0x26, - 0xf2, 0x72, 0xb6, 0x45, 0x18, 0xd6, 0x15, 0x91, 0x97, 0x55, 0xed, 0x29, 0x8f, 0x21, 0x09, 0xad, - 0x6a, 0xcd, 0x9a, 0x2a, 0x3a, 0xfe, 0x97, 0xb6, 0xd8, 0x7f, 0x5b, 0xb0, 0x5a, 0x28, 0xf6, 0x6d, - 0x57, 0x0a, 0x6d, 0x41, 0x9d, 0x85, 0x51, 0xac, 0xdc, 0x58, 0x30, 0x5d, 0x42, 0x1d, 0x2f, 0x6b, - 0xc3, 0xb9, 0x60, 0xe8, 0x6b, 0x58, 0xf2, 0x02, 0x2e, 0x63, 0x41, 0x75, 0x1d, 0x8d, 0xde, 0xd3, - 0xf2, 0xad, 0x0a, 0xd4, 0xfb, 0x29, 0x16, 0x67, 0x41, 0x68, 0x0f, 0x96, 0xc7, 0x54, 0x11, 0x9f, - 0x28, 0xa2, 0x0b, 0x6e, 0xf4, 0x3e, 0xb8, 0x95, 0xe0, 0x84, 0x2a, 0x72, 0x40, 0x14, 0xc1, 0x79, - 0x98, 0xfd, 0xbb, 0x05, 0xf7, 0x2b, 0x31, 0x68, 0x1b, 0x1a, 0x82, 0x2a, 0x31, 0x71, 0x47, 0x82, - 0xc7, 0x91, 0x2e, 0xbd, 0x8e, 0x41, 0x9b, 0x5e, 0x25, 0x16, 0xf4, 0x14, 0x9a, 0x4c, 0x66, 0x7b, - 0x93, 0x08, 0x95, 0xae, 0x6f, 0x19, 0xaf, 0x30, 0x99, 0x6e, 0x4d, 0xc2, 0x8b, 0x3a, 0xb0, 0x22, - 0x23, 0xea, 0x69, 0x40, 0xb2, 0x0e, 0xe9, 0xc0, 0x20, 0xb1, 0x25, 0xfe, 0x23, 0xdf, 0xbe, 0x82, - 0xf5, 0x1b, 0x1f, 0x1d, 0x7a, 0x09, 0x6b, 0x45, 0xed, 0x93, 0x6d, 0xab, 0x33, 0xb7, 0xd3, 0xe8, - 0x3d, 0xbe, 0xb5, 0x42, 0xdc, 0x0c, 0x67, 0x8f, 0x72, 0xba, 0x28, 0xb5, 0x99, 0x45, 0xb1, 0xff, - 0x9a, 0x87, 0x8d, 0xaa, 0xd6, 0xa2, 0x6d, 0x00, 0x1e, 0xab, 0x6c, 0x5e, 0xba, 0xe6, 0xc3, 0x7b, - 0xb8, 0x9e, 0xda, 0x92, 0x91, 0xed, 0xc2, 0x02, 0x15, 0x82, 0x0b, 0xcd, 0x57, 0xb8, 0x8d, 0x5e, - 0x85, 0x9c, 0xf0, 0x45, 0x02, 0x3a, 0xbc, 0x87, 0x53, 0x34, 0xfa, 0x1c, 0x16, 0xa2, 0x0b, 0x22, - 0xd3, 0x39, 0x37, 0x7b, 0xf6, 0x6d, 0x1b, 0xe4, 0x9c, 0x26, 0x48, 0x9c, 0x06, 0xa0, 0x2f, 0x00, - 0xa4, 0x22, 0x42, 0x51, 0xdf, 0x25, 0xca, 0x4c, 0x79, 0xd3, 0x49, 0xb5, 0xd1, 0xc9, 0xb4, 0xd1, - 0x79, 0x9d, 0x89, 0x27, 0xae, 0x1b, 0xf4, 0x9e, 0x42, 0xbb, 0xb0, 0x9c, 0x69, 0xa6, 0xd9, 0xfa, - 0x87, 0x37, 0x02, 0x0f, 0x0c, 0x00, 0xe7, 0xd0, 0x24, 0xa3, 0x27, 0x28, 0x31, 0x19, 0x17, 0xef, - 0xce, 0x68, 0xd0, 0x7b, 0x2a, 0x09, 0x8d, 0x23, 0x3f, 0x0b, 0x5d, 0xba, 0x3b, 0xd4, 0xa0, 0xf7, - 0x14, 0xfa, 0x05, 0xde, 0xcd, 0xe5, 0x55, 0x4f, 0x3e, 0xdf, 0xec, 0xe5, 0xea, 0x4f, 0x23, 0x13, - 0xd8, 0xa4, 0x77, 0x27, 0x06, 0x7b, 0x68, 0xe1, 0x8d, 0xeb, 0x0a, 0x3b, 0x3a, 0x05, 0xa4, 0x95, - 0xa9, 0xc8, 0x5c, 0xd7, 0xcc, 0x9d, 0x32, 0x73, 0xa2, 0x4d, 0x25, 0xd6, 0x96, 0x2a, 0xd9, 0xfa, - 0x6b, 0xb0, 0x6a, 0x36, 0x45, 0x50, 0x19, 0x07, 0xaa, 0xbf, 0x0e, 0x6b, 0x8a, 0x88, 0x11, 0x55, - 0x39, 0xbf, 0xed, 0xc3, 0x46, 0xd5, 0x2d, 0xd1, 0x31, 0x34, 0xe8, 0x54, 0x2f, 0xde, 0xe2, 0x07, - 0x32, 0x1b, 0x6e, 0xbf, 0xb1, 0xa0, 0x55, 0xbe, 0x32, 0x3a, 0x80, 0x15, 0x8f, 0x78, 0x17, 0xd4, - 0x95, 0x8a, 0xa8, 0x58, 0xea, 0x1c, 0xcd, 0xde, 0x7b, 0xa5, 0x1c, 0xfb, 0xe9, 0xef, 0x7e, 0x3f, - 0x41, 0x9e, 0x69, 0x20, 0x6e, 0x78, 0xd3, 0x03, 0xfa, 0x06, 0x1a, 0xe6, 0x45, 0xe0, 0x5e, 0xd2, - 0x89, 0xd9, 0xf9, 0x27, 0xd5, 0x24, 0x59, 0x6a, 0x0c, 0x26, 0xe4, 0x5b, 0x3a, 0xb1, 0xff, 0xb0, - 0x60, 0xeb, 0x60, 0x12, 0x92, 0x31, 0xf3, 0x2a, 0x3b, 0xf1, 0xd1, 0x8c, 0xac, 0x3e, 0x2c, 0xf1, - 0x96, 0x94, 0xf4, 0x0c, 0xd6, 0xcd, 0x03, 0xc4, 0x77, 0xb3, 0x19, 0x9b, 0x1b, 0x95, 0x05, 0x79, - 0xdf, 0xe0, 0xb2, 0x94, 0x99, 0x70, 0xb6, 0xbc, 0x92, 0xc3, 0x3e, 0x87, 0xad, 0xf2, 0x23, 0x42, - 0x0b, 0xe4, 0x7f, 0x7c, 0x48, 0xfc, 0x59, 0x83, 0x47, 0xd5, 0xbc, 0x32, 0xe2, 0xa1, 0xa4, 0xe8, - 0x39, 0x2c, 0xea, 0xbf, 0x80, 0x34, 0xe4, 0x0f, 0xca, 0x3b, 0x78, 0x2e, 0x82, 0x7e, 0xc0, 0x07, - 0xfd, 0x5a, 0xdb, 0xc2, 0x06, 0x8a, 0x76, 0x61, 0x29, 0x5d, 0x39, 0x69, 0xea, 0xbe, 0x35, 0x2a, - 0xc3, 0xa2, 0x2f, 0xa1, 0x31, 0x8c, 0x83, 0xc0, 0x35, 0x09, 0xe7, 0x2a, 0x9b, 0x7d, 0x9c, 0xbe, - 0xce, 0x4e, 0x48, 0x84, 0x21, 0x41, 0x1f, 0xa5, 0x29, 0xbf, 0x82, 0x15, 0x1d, 0x9b, 0xe5, 0x9d, - 0xbf, 0x2b, 0x58, 0xa7, 0xfa, 0xde, 0x64, 0xfe, 0x11, 0x5a, 0x7e, 0x3a, 0xfc, 0xe9, 0xc4, 0x5a, - 0x9a, 0xe1, 0x93, 0xf2, 0xcd, 0x6f, 0x59, 0x12, 0xbc, 0xe6, 0x17, 0x9d, 0xfd, 0xcf, 0x7e, 0xde, - 0x1d, 0x31, 0x75, 0x11, 0x0f, 0x1c, 0x8f, 0x8f, 0xbb, 0x9a, 0x89, 0x8b, 0x51, 0x37, 0x7f, 0x6f, - 0x8e, 0x68, 0xd8, 0x8d, 0x06, 0xcf, 0x46, 0xbc, 0x5b, 0x7c, 0x19, 0x0f, 0x16, 0xb5, 0x06, 0x3d, - 0xff, 0x37, 0x00, 0x00, 0xff, 0xff, 0x4f, 0xb7, 0x44, 0x6a, 0x67, 0x0b, 0x00, 0x00, + // 1076 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x4d, 0x6f, 0xdb, 0x46, + 0x13, 0x36, 0xe5, 0xf8, 0x43, 0x23, 0x5b, 0x96, 0xf7, 0x75, 0xde, 0x28, 0x76, 0x12, 0xab, 0x6c, + 0x5a, 0xb8, 0x2d, 0x42, 0x01, 0x0a, 0xdc, 0x2f, 0x04, 0x2d, 0x2c, 0x3b, 0x89, 0x8d, 0xda, 0xad, + 0xbb, 0x8e, 0x5b, 0xa0, 0x28, 0x4a, 0xac, 0xc8, 0x95, 0xbc, 0x30, 0xc5, 0xa5, 0x77, 0x97, 0x70, + 0x75, 0xeb, 0xdf, 0xc8, 0xa1, 0x97, 0xfe, 0xae, 0xde, 0x0b, 0xf4, 0x57, 0x14, 0x5c, 0x2e, 0x29, + 0x91, 0x26, 0x6c, 0x20, 0x3d, 0xf4, 0xc8, 0x99, 0x67, 0x9e, 0x99, 0xd9, 0x99, 0x7d, 0xb8, 0xf0, + 0xfe, 0x30, 0x98, 0x28, 0xca, 0xfc, 0xa0, 0x4b, 0xfc, 0x31, 0x0b, 0xbb, 0x21, 0xf7, 0xa9, 0x4b, + 0x7f, 0xa5, 0x5e, 0xac, 0x18, 0x0f, 0x9d, 0x48, 0x70, 0xc5, 0x51, 0x33, 0x03, 0x39, 0x1a, 0xb4, + 0xb9, 0x55, 0x0a, 0xf2, 0xf8, 0x78, 0x9c, 0x81, 0x37, 0x1f, 0xe7, 0x4e, 0x8f, 0x0b, 0xda, 0x2d, + 0x71, 0xcd, 0xc4, 0x6a, 0xb7, 0x47, 0x14, 0x09, 0xf8, 0xc8, 0x38, 0x1f, 0x95, 0x9c, 0x7c, 0x1c, + 0xb1, 0x80, 0x0a, 0xe3, 0x7d, 0x52, 0xf4, 0x32, 0x9f, 0x86, 0x8a, 0x0d, 0x59, 0xee, 0x2f, 0x45, + 0x07, 0x4c, 0x51, 0x41, 0x02, 0x69, 0xbc, 0xdb, 0x23, 0xce, 0x47, 0x01, 0xed, 0xea, 0xaf, 0x41, + 0x3c, 0xec, 0x2a, 0x36, 0xa6, 0x52, 0x91, 0x71, 0x94, 0xd1, 0x97, 0x01, 0x7e, 0x2c, 0xc8, 0xb4, + 0x72, 0xfb, 0x7b, 0x78, 0xf0, 0x2d, 0xf7, 0xe9, 0xcb, 0xac, 0xa1, 0xd7, 0x54, 0x61, 0x7a, 0x15, + 0x53, 0xa9, 0xd0, 0xa7, 0x50, 0x63, 0x7e, 0xdb, 0xea, 0x58, 0x3b, 0x8d, 0xde, 0x87, 0x4e, 0x7e, + 0x5a, 0x49, 0x19, 0x4e, 0x21, 0xe6, 0x28, 0xaf, 0x19, 0xd7, 0x98, 0x6f, 0xbf, 0xad, 0x41, 0xbb, + 0xe0, 0x3f, 0x66, 0x32, 0x27, 0xfd, 0x05, 0xee, 0x5f, 0x73, 0x71, 0x39, 0x0c, 0xf8, 0xf5, 0x74, + 0x22, 0x6e, 0x9e, 0xe7, 0xe3, 0x52, 0x9e, 0x1f, 0x0d, 0xb6, 0x2a, 0xd7, 0xff, 0xae, 0x6f, 0x3a, + 0xd1, 0x06, 0x2c, 0x04, 0x6c, 0xcc, 0x54, 0xbb, 0xd6, 0xb1, 0x76, 0x56, 0x71, 0xfa, 0x91, 0x58, + 0x15, 0xbf, 0xa4, 0x61, 0x7b, 0xbe, 0x63, 0xed, 0xd4, 0x71, 0xfa, 0x81, 0xda, 0xb0, 0x34, 0x64, + 0x81, 0xa2, 0x42, 0xb6, 0xef, 0x69, 0x7b, 0xf6, 0x89, 0x9e, 0xc1, 0x92, 0xe4, 0x42, 0xb9, 0x83, + 0x49, 0x7b, 0x41, 0xd7, 0xb5, 0xe1, 0x14, 0xb7, 0xc5, 0x39, 0xe3, 0x42, 0xe1, 0xc5, 0x04, 0xd4, + 0x9f, 0xa0, 0x1d, 0x68, 0xc5, 0x21, 0xbb, 0x8a, 0xa9, 0x1b, 0x11, 0x41, 0x43, 0x95, 0xf4, 0xb3, + 0xa8, 0x19, 0x9b, 0xa9, 0xfd, 0x54, 0x9b, 0x8f, 0x7c, 0xfb, 0x6f, 0x0b, 0xb6, 0x0b, 0x67, 0xf3, + 0x8a, 0x8b, 0x37, 0x44, 0x5e, 0xce, 0x1e, 0x11, 0x86, 0x75, 0x45, 0xe4, 0x65, 0xd5, 0xf1, 0x94, + 0xc7, 0x90, 0x84, 0x56, 0x1d, 0xcd, 0x9a, 0x2a, 0x3a, 0xfe, 0x93, 0x63, 0xb1, 0xff, 0xb2, 0x60, + 0xb5, 0xd0, 0xec, 0xbb, 0xae, 0x14, 0xda, 0x82, 0x3a, 0x0b, 0xa3, 0x58, 0xb9, 0xb1, 0x60, 0xba, + 0x85, 0x3a, 0x5e, 0xd6, 0x86, 0x73, 0xc1, 0xd0, 0x57, 0xb0, 0xe4, 0x05, 0x5c, 0xc6, 0x82, 0xea, + 0x3e, 0x1a, 0xbd, 0xa7, 0xe5, 0xaa, 0x0a, 0xd4, 0xfb, 0x29, 0x16, 0x67, 0x41, 0x68, 0x0f, 0x96, + 0xc7, 0x54, 0x11, 0x9f, 0x28, 0xa2, 0x1b, 0x6e, 0xf4, 0x3e, 0xb8, 0x95, 0xe0, 0x84, 0x2a, 0x72, + 0x40, 0x14, 0xc1, 0x79, 0x98, 0xfd, 0x9b, 0x05, 0xf7, 0x2b, 0x31, 0x68, 0x1b, 0x1a, 0x82, 0x2a, + 0x31, 0x71, 0x47, 0x82, 0xc7, 0x91, 0x6e, 0xbd, 0x8e, 0x41, 0x9b, 0x5e, 0x27, 0x16, 0xf4, 0x14, + 0x9a, 0x4c, 0x66, 0x7b, 0x93, 0x08, 0x95, 0xee, 0x6f, 0x19, 0xaf, 0x30, 0x99, 0x6e, 0x4d, 0xc2, + 0x8b, 0x3a, 0xb0, 0x22, 0x23, 0xea, 0x69, 0x40, 0xb2, 0x0e, 0xe9, 0xc0, 0x20, 0xb1, 0x25, 0xfe, + 0x23, 0xdf, 0xbe, 0x82, 0xf5, 0x1b, 0x97, 0x0e, 0xbd, 0x82, 0xb5, 0xa2, 0xf6, 0xc9, 0xb6, 0xd5, + 0x99, 0xdf, 0x69, 0xf4, 0x1e, 0xdf, 0xda, 0x21, 0x6e, 0x86, 0xb3, 0x9f, 0x72, 0xba, 0x28, 0xb5, + 0x99, 0x45, 0xb1, 0xff, 0x58, 0x80, 0x8d, 0xaa, 0xa3, 0x45, 0xdb, 0x00, 0x3c, 0x56, 0xd9, 0xbc, + 0x74, 0xcf, 0x87, 0x73, 0xb8, 0x9e, 0xda, 0x92, 0x91, 0xed, 0xc2, 0x02, 0x15, 0x82, 0x0b, 0xcd, + 0x57, 0xa8, 0x46, 0xaf, 0x42, 0x4e, 0xf8, 0x32, 0x01, 0x1d, 0xce, 0xe1, 0x14, 0x8d, 0x5e, 0x40, + 0xc3, 0xf0, 0xea, 0x61, 0x81, 0x0e, 0x7e, 0x58, 0x0a, 0x3e, 0x4e, 0x15, 0xf2, 0x84, 0x44, 0x87, + 0x73, 0xd8, 0xd4, 0xa1, 0x47, 0xf1, 0x39, 0x2c, 0x44, 0x17, 0x44, 0xa6, 0x5b, 0xd2, 0xec, 0xd9, + 0xb7, 0xed, 0x9f, 0x73, 0x9a, 0x20, 0x71, 0x1a, 0x80, 0xbe, 0x00, 0x90, 0x8a, 0x08, 0x45, 0x7d, + 0x97, 0x28, 0xb3, 0x23, 0x9b, 0x4e, 0xaa, 0xac, 0x4e, 0xa6, 0xac, 0xce, 0x9b, 0x4c, 0x7a, 0x71, + 0xdd, 0xa0, 0xf7, 0x14, 0xda, 0x85, 0xe5, 0x4c, 0x71, 0xcd, 0x9d, 0x79, 0x78, 0x23, 0xf0, 0xc0, + 0x00, 0x70, 0x0e, 0x4d, 0x32, 0x7a, 0x82, 0x12, 0x93, 0x71, 0xf1, 0xee, 0x8c, 0x06, 0xbd, 0xa7, + 0x92, 0xd0, 0x38, 0xf2, 0xb3, 0xd0, 0xa5, 0xbb, 0x43, 0x0d, 0x7a, 0x4f, 0xa1, 0x9f, 0xe1, 0xff, + 0xb9, 0x38, 0xeb, 0xbd, 0xc9, 0xef, 0xc5, 0x72, 0xf5, 0xc5, 0xca, 0xe4, 0x39, 0x39, 0xbb, 0x13, + 0x83, 0x3d, 0xb4, 0xf0, 0xc6, 0x75, 0x85, 0x1d, 0x9d, 0x02, 0xd2, 0xba, 0x56, 0x64, 0xae, 0x6b, + 0xe6, 0x4e, 0x99, 0x39, 0x51, 0xb6, 0x12, 0x6b, 0x4b, 0x95, 0x6c, 0xfd, 0x35, 0x58, 0x35, 0xfb, + 0x20, 0xa8, 0x8c, 0x03, 0xd5, 0x5f, 0x87, 0x35, 0x45, 0xc4, 0x88, 0xaa, 0x9c, 0xdf, 0xf6, 0x61, + 0xa3, 0xaa, 0x4a, 0x74, 0x0c, 0x0d, 0x3a, 0x55, 0x9b, 0x77, 0xf8, 0xfd, 0xcc, 0x86, 0xdb, 0x6f, + 0x2d, 0x68, 0x95, 0x4b, 0x46, 0x07, 0xb0, 0xe2, 0x11, 0xef, 0x82, 0xba, 0x52, 0x11, 0x15, 0x4b, + 0x9d, 0xa3, 0xd9, 0x7b, 0xaf, 0x94, 0x63, 0x3f, 0x7d, 0x2c, 0xec, 0x27, 0xc8, 0x33, 0x0d, 0xc4, + 0x0d, 0x6f, 0xfa, 0x81, 0xbe, 0x86, 0x86, 0x79, 0x4f, 0xb8, 0x97, 0x74, 0x62, 0x6e, 0xcc, 0x93, + 0x6a, 0x92, 0x2c, 0x35, 0x06, 0x13, 0xf2, 0x0d, 0x9d, 0xd8, 0xbf, 0x5b, 0xb0, 0x75, 0x30, 0x09, + 0xc9, 0x98, 0x79, 0x95, 0x27, 0xf1, 0xd1, 0x8c, 0x28, 0x97, 0x2f, 0x53, 0x49, 0x87, 0xcf, 0x60, + 0xdd, 0x3c, 0x5f, 0x7c, 0x37, 0x9b, 0xb1, 0xa9, 0xa8, 0x2c, 0xe7, 0xfb, 0x06, 0x97, 0xa5, 0xcc, + 0x64, 0xb7, 0xe5, 0x95, 0x1c, 0xf6, 0x39, 0x6c, 0x95, 0x9f, 0x20, 0x5a, 0x5e, 0xff, 0xe5, 0x33, + 0xe4, 0xcf, 0x1a, 0x3c, 0xaa, 0xe6, 0x95, 0x11, 0x0f, 0x25, 0x45, 0xcf, 0x61, 0x51, 0xff, 0x43, + 0xa4, 0x21, 0x7f, 0x50, 0xde, 0xc1, 0x73, 0x11, 0xf4, 0x03, 0x3e, 0xe8, 0xd7, 0xda, 0x16, 0x36, + 0x50, 0xb4, 0x0b, 0x4b, 0xe9, 0xca, 0x49, 0xd3, 0xf7, 0xad, 0x51, 0x19, 0x16, 0x7d, 0x09, 0x8d, + 0x61, 0x1c, 0x04, 0xae, 0x49, 0x38, 0x7f, 0x87, 0x72, 0x61, 0x48, 0xd0, 0x47, 0x69, 0xca, 0x17, + 0xb0, 0xa2, 0x63, 0xb3, 0xbc, 0xf7, 0xee, 0x0a, 0xd6, 0xa9, 0xbe, 0x33, 0x99, 0x7f, 0x80, 0x96, + 0x9f, 0x0e, 0x7f, 0x3a, 0xb1, 0x96, 0x66, 0xf8, 0xa4, 0x5c, 0xf9, 0x2d, 0x4b, 0x82, 0xd7, 0xfc, + 0xa2, 0xb3, 0xff, 0xd9, 0x4f, 0xbb, 0x23, 0xa6, 0x2e, 0xe2, 0x81, 0xe3, 0xf1, 0x71, 0x57, 0x33, + 0x71, 0x31, 0xea, 0xe6, 0xaf, 0xd5, 0x11, 0x0d, 0xbb, 0xd1, 0xe0, 0xd9, 0x88, 0x77, 0x8b, 0xef, + 0xea, 0xc1, 0xa2, 0xd6, 0xa0, 0xe7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x8e, 0xbf, 0xb0, 0x86, + 0xa5, 0x0b, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.validate.go index 833c3c1501..600205c2cd 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.validate.go @@ -629,6 +629,18 @@ func (m *NodeExecutionClosure) Validate() error { } } + case *NodeExecutionClosure_OutputData: + + if v, ok := interface{}(m.GetOutputData()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return NodeExecutionClosureValidationError{ + field: "OutputData", + reason: "embedded message failed validation", + cause: err, + } + } + } + } switch m.TargetMetadata.(type) { diff --git a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go index 2ed789e1ba..f665cadd01 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go @@ -279,6 +279,7 @@ type TaskExecutionClosure struct { // Types that are valid to be assigned to OutputResult: // *TaskExecutionClosure_OutputUri // *TaskExecutionClosure_Error + // *TaskExecutionClosure_OutputData OutputResult isTaskExecutionClosure_OutputResult `protobuf_oneof:"output_result"` // The last recorded phase for this task execution. Phase core.TaskExecution_Phase `protobuf:"varint,3,opt,name=phase,proto3,enum=flyteidl.core.TaskExecution_Phase" json:"phase,omitempty"` @@ -342,10 +343,16 @@ type TaskExecutionClosure_Error struct { Error *core.ExecutionError `protobuf:"bytes,2,opt,name=error,proto3,oneof"` } +type TaskExecutionClosure_OutputData struct { + OutputData *core.LiteralMap `protobuf:"bytes,12,opt,name=output_data,json=outputData,proto3,oneof"` +} + func (*TaskExecutionClosure_OutputUri) isTaskExecutionClosure_OutputResult() {} func (*TaskExecutionClosure_Error) isTaskExecutionClosure_OutputResult() {} +func (*TaskExecutionClosure_OutputData) isTaskExecutionClosure_OutputResult() {} + func (m *TaskExecutionClosure) GetOutputResult() isTaskExecutionClosure_OutputResult { if m != nil { return m.OutputResult @@ -367,6 +374,13 @@ func (m *TaskExecutionClosure) GetError() *core.ExecutionError { return nil } +func (m *TaskExecutionClosure) GetOutputData() *core.LiteralMap { + if x, ok := m.GetOutputResult().(*TaskExecutionClosure_OutputData); ok { + return x.OutputData + } + return nil +} + func (m *TaskExecutionClosure) GetPhase() core.TaskExecution_Phase { if m != nil { return m.Phase @@ -442,6 +456,7 @@ func (*TaskExecutionClosure) XXX_OneofWrappers() []interface{} { return []interface{}{ (*TaskExecutionClosure_OutputUri)(nil), (*TaskExecutionClosure_Error)(nil), + (*TaskExecutionClosure_OutputData)(nil), } } @@ -575,56 +590,57 @@ func init() { } var fileDescriptor_8cde4c3aa101642e = []byte{ - // 812 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x6d, 0x6f, 0xdc, 0x44, - 0x10, 0xae, 0x2f, 0xc9, 0xbd, 0xcc, 0x91, 0x84, 0xae, 0xa2, 0xc6, 0x5c, 0x52, 0x1a, 0x1d, 0x2f, - 0x8a, 0x90, 0x6a, 0x4b, 0xa9, 0x02, 0x05, 0x21, 0xa4, 0x1c, 0x2d, 0x34, 0x52, 0x0a, 0x65, 0x9b, - 0x7c, 0xe1, 0x8b, 0xb5, 0x67, 0xef, 0xb9, 0xab, 0xd8, 0x5e, 0x77, 0x77, 0x8c, 0xb8, 0xef, 0xfc, - 0x31, 0x7e, 0x0b, 0x3f, 0x04, 0xe4, 0xdd, 0xb5, 0x13, 0x5f, 0x42, 0x22, 0xc1, 0x17, 0x4b, 0xb3, - 0xf3, 0x3c, 0xf3, 0xcc, 0xcc, 0xce, 0xac, 0xe1, 0x93, 0x45, 0xb6, 0x44, 0x2e, 0x92, 0x2c, 0x64, - 0x49, 0x2e, 0x8a, 0x10, 0x99, 0xbe, 0x8c, 0xf8, 0xef, 0x3c, 0xae, 0x50, 0xc8, 0x22, 0x28, 0x95, - 0x44, 0x49, 0xb6, 0x1a, 0x50, 0x60, 0x40, 0x93, 0xbd, 0x15, 0x52, 0x2c, 0xf3, 0xbc, 0x01, 0x4f, - 0x1e, 0xb7, 0xce, 0x58, 0x2a, 0x1e, 0xae, 0xc4, 0x9a, 0x7c, 0xdc, 0x75, 0x8b, 0x84, 0x17, 0x28, - 0x16, 0x82, 0x2b, 0xe7, 0xdf, 0xef, 0xfa, 0x33, 0x81, 0x5c, 0xb1, 0x4c, 0x3b, 0xef, 0xa4, 0xf5, - 0xf2, 0xdf, 0x78, 0x81, 0xf6, 0xeb, 0x7c, 0x4f, 0x52, 0x29, 0xd3, 0x8c, 0x87, 0xc6, 0x9a, 0x57, - 0x8b, 0x10, 0x45, 0xce, 0x35, 0xb2, 0xbc, 0x6c, 0xa4, 0x57, 0x01, 0x49, 0xa5, 0xd8, 0xb5, 0xd4, - 0xf6, 0x57, 0xfd, 0x1a, 0x55, 0x15, 0xbb, 0xf0, 0xd3, 0x5f, 0x60, 0xf7, 0x9c, 0xe9, 0xcb, 0x97, - 0x4d, 0x3d, 0x3f, 0x72, 0xa4, 0xfc, 0x7d, 0xc5, 0x35, 0x92, 0x2f, 0xa1, 0x27, 0x12, 0xdf, 0x3b, - 0xf0, 0x0e, 0xc7, 0x47, 0x9f, 0x07, 0x6d, 0xb3, 0xea, 0x02, 0x82, 0x0e, 0xe7, 0xb4, 0xad, 0x96, - 0xf6, 0x44, 0x32, 0xfd, 0xcb, 0x03, 0xbf, 0xe3, 0x3f, 0x13, 0xba, 0x0d, 0x4a, 0xe1, 0x61, 0x21, - 0x13, 0x7e, 0x75, 0x19, 0xd1, 0xbf, 0x6a, 0xfc, 0x24, 0x13, 0x7e, 0x9b, 0xc6, 0x76, 0xd1, 0x75, - 0x90, 0x1d, 0xd8, 0xc8, 0x44, 0x2e, 0xd0, 0xef, 0x1d, 0x78, 0x87, 0x9b, 0xd4, 0x1a, 0xf5, 0x29, - 0xca, 0x4b, 0x5e, 0xf8, 0x6b, 0x07, 0xde, 0xe1, 0x88, 0x5a, 0x83, 0xf8, 0x30, 0x58, 0x88, 0x0c, - 0xb9, 0xd2, 0xfe, 0xba, 0x39, 0x6f, 0x4c, 0xf2, 0x14, 0x06, 0x5a, 0x2a, 0x8c, 0xe6, 0x4b, 0x7f, - 0xc3, 0xe4, 0xb3, 0x13, 0x74, 0x07, 0x24, 0x78, 0x2b, 0x15, 0xd2, 0x7e, 0x0d, 0x9a, 0x2d, 0xa7, - 0x7f, 0x7a, 0xb0, 0xd9, 0xa9, 0xf2, 0xbf, 0xf6, 0x8b, 0xec, 0xc1, 0x48, 0x14, 0x65, 0x85, 0x51, - 0xa5, 0x84, 0x29, 0x61, 0x44, 0x87, 0xe6, 0xe0, 0x42, 0x09, 0xf2, 0x1d, 0x0c, 0xe2, 0x4c, 0xea, - 0x4a, 0x71, 0x53, 0xc7, 0xf8, 0xe8, 0xd3, 0xd5, 0xac, 0x3a, 0xa1, 0xbf, 0xb7, 0x58, 0xda, 0x90, - 0x4c, 0x70, 0x1d, 0x95, 0x4c, 0xf1, 0x02, 0x4d, 0xc5, 0x43, 0x3a, 0x14, 0xfa, 0x8d, 0xb1, 0xa7, - 0xef, 0xe1, 0xe1, 0x8d, 0x8b, 0x22, 0x3f, 0xc0, 0x76, 0x77, 0x5d, 0xb4, 0xef, 0x1d, 0xac, 0x1d, - 0x8e, 0x8f, 0x1e, 0xdf, 0xa9, 0x4c, 0xb7, 0xf0, 0xba, 0xa9, 0xaf, 0xfa, 0xdf, 0xbb, 0xd6, 0xff, - 0xe9, 0xdf, 0xeb, 0xb0, 0x73, 0x5b, 0xc6, 0xe4, 0x09, 0x80, 0xac, 0xb0, 0x69, 0x43, 0xdd, 0xc5, - 0xd1, 0xab, 0x07, 0x74, 0x64, 0xcf, 0xea, 0x4e, 0x1c, 0xc3, 0x06, 0x57, 0x4a, 0x2a, 0x13, 0xaf, - 0x93, 0x8d, 0xe9, 0x70, 0x1b, 0xf0, 0x65, 0x0d, 0x7a, 0xf5, 0x80, 0x5a, 0x34, 0x79, 0x0e, 0x1b, - 0xe5, 0x3b, 0xa6, 0x6d, 0xfb, 0xb6, 0x8e, 0xa6, 0x77, 0x5d, 0x4c, 0xf0, 0xa6, 0x46, 0x52, 0x4b, - 0x20, 0x5f, 0xc0, 0x7a, 0x26, 0xd3, 0x7a, 0x4e, 0xea, 0xea, 0x1f, 0xdd, 0x42, 0x3c, 0x93, 0x29, - 0x35, 0x18, 0xf2, 0x35, 0x80, 0x46, 0xa6, 0x90, 0x27, 0x11, 0x43, 0x37, 0x3f, 0x93, 0xc0, 0x6e, - 0x5e, 0xd0, 0x6c, 0x5e, 0x70, 0xde, 0xac, 0x2e, 0x1d, 0x39, 0xf4, 0x09, 0x92, 0x63, 0x18, 0x36, - 0x1b, 0xeb, 0xf7, 0x0d, 0xf1, 0xa3, 0x1b, 0xc4, 0x17, 0x0e, 0x40, 0x5b, 0x68, 0xad, 0x18, 0x2b, - 0xce, 0x9c, 0xe2, 0xe0, 0x7e, 0x45, 0x87, 0x3e, 0xc1, 0x9a, 0x5a, 0x95, 0x49, 0x43, 0x1d, 0xde, - 0x4f, 0x75, 0xe8, 0x13, 0x24, 0xcf, 0x61, 0x1c, 0x57, 0x1a, 0x65, 0x1e, 0x89, 0x62, 0x21, 0xfd, - 0x91, 0xe1, 0xee, 0xde, 0xe0, 0xbe, 0x35, 0x4f, 0x0c, 0x05, 0x8b, 0x3d, 0x2d, 0x16, 0x92, 0x3c, - 0x82, 0xbe, 0xe2, 0x4c, 0xcb, 0xc2, 0x07, 0x33, 0x0f, 0xce, 0xaa, 0x07, 0xd4, 0x8c, 0x1b, 0x2e, - 0x4b, 0xee, 0x8f, 0xed, 0xf4, 0xd7, 0x07, 0xe7, 0xcb, 0x92, 0x93, 0x13, 0x18, 0xe6, 0x1c, 0x59, - 0xc2, 0x90, 0xf9, 0x1f, 0x1a, 0xad, 0xcf, 0xae, 0xae, 0xc1, 0xbe, 0x92, 0x9d, 0x0b, 0x7c, 0xed, - 0xc0, 0xb4, 0xa5, 0xcd, 0xb6, 0x61, 0xd3, 0xcd, 0x95, 0xe2, 0xba, 0xca, 0x70, 0x7a, 0x01, 0x7b, - 0xab, 0x2f, 0xde, 0x8b, 0x9a, 0xf2, 0x3f, 0x5f, 0xbd, 0x3f, 0x7a, 0xb0, 0x7f, 0x7b, 0x5c, 0x5d, - 0xca, 0x42, 0x73, 0xf2, 0x0c, 0xfa, 0x66, 0xab, 0xb5, 0x0b, 0xbe, 0xbb, 0xba, 0x4e, 0x17, 0x2a, - 0x9b, 0x65, 0x72, 0x3e, 0xeb, 0xf9, 0x1e, 0x75, 0x50, 0x72, 0x0c, 0x03, 0x9b, 0xbd, 0x76, 0x63, - 0x7f, 0x27, 0xab, 0xc1, 0x92, 0x6f, 0x60, 0xbc, 0xa8, 0xb2, 0x2c, 0x72, 0x82, 0x6b, 0x6e, 0xac, - 0xba, 0xd5, 0x9c, 0xd9, 0x9f, 0xd0, 0x6b, 0x56, 0x52, 0xa8, 0xd1, 0xa7, 0x56, 0xf2, 0x5b, 0xf8, - 0xc0, 0x70, 0x1b, 0xdd, 0xf5, 0xfb, 0xc8, 0x46, 0xea, 0x67, 0x8b, 0x9e, 0x7d, 0xf5, 0xeb, 0x71, - 0x2a, 0xf0, 0x5d, 0x35, 0x0f, 0x62, 0x99, 0x87, 0x86, 0x23, 0x55, 0x1a, 0xb6, 0x3f, 0xb8, 0x94, - 0x17, 0x61, 0x39, 0x7f, 0x9a, 0xca, 0xb0, 0xfb, 0xb7, 0x9d, 0xf7, 0xcd, 0xf0, 0x3c, 0xfb, 0x27, - 0x00, 0x00, 0xff, 0xff, 0x53, 0x21, 0x7c, 0x88, 0xbb, 0x07, 0x00, 0x00, + // 830 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x5f, 0x6f, 0xdc, 0x44, + 0x10, 0xcf, 0x5d, 0x72, 0xff, 0xe6, 0x9a, 0x84, 0xae, 0xa2, 0xc6, 0x5c, 0x52, 0x1a, 0x1d, 0x7f, + 0x14, 0x21, 0xd5, 0x96, 0x52, 0x05, 0x0a, 0xaa, 0x90, 0x72, 0xb4, 0x90, 0x48, 0x29, 0x94, 0x6d, + 0xf2, 0xc2, 0xcb, 0x69, 0xcf, 0xde, 0x73, 0x57, 0xb1, 0xbd, 0xee, 0xee, 0x18, 0x71, 0xef, 0x7c, + 0x2d, 0x1e, 0xf8, 0x2c, 0x7c, 0x11, 0xe4, 0xdd, 0xb5, 0x13, 0xbb, 0x21, 0x91, 0xe0, 0xc5, 0xd2, + 0xec, 0xfc, 0x7e, 0xf3, 0x9b, 0x99, 0x9d, 0x59, 0xc3, 0xa7, 0xcb, 0x64, 0x85, 0x5c, 0x44, 0x49, + 0xc0, 0xa2, 0x54, 0x64, 0x01, 0x32, 0x7d, 0x35, 0xe7, 0xbf, 0xf3, 0xb0, 0x40, 0x21, 0x33, 0x3f, + 0x57, 0x12, 0x25, 0xd9, 0xaa, 0x40, 0xbe, 0x01, 0x4d, 0xf6, 0x5a, 0xa4, 0x50, 0xa6, 0x69, 0x05, + 0x9e, 0x3c, 0xae, 0x9d, 0xa1, 0x54, 0x3c, 0x68, 0xc5, 0x9a, 0x7c, 0xd2, 0x74, 0x8b, 0x88, 0x67, + 0x28, 0x96, 0x82, 0x2b, 0xe7, 0xdf, 0x6f, 0xfa, 0x13, 0x81, 0x5c, 0xb1, 0x44, 0x3b, 0xef, 0xa4, + 0xf6, 0xf2, 0xdf, 0x78, 0x86, 0xf6, 0xeb, 0x7c, 0x4f, 0x62, 0x29, 0xe3, 0x84, 0x07, 0xc6, 0x5a, + 0x14, 0xcb, 0x00, 0x45, 0xca, 0x35, 0xb2, 0x34, 0xaf, 0xa4, 0xdb, 0x80, 0xa8, 0x50, 0xec, 0x46, + 0x6a, 0xfb, 0x6d, 0xbf, 0x46, 0x55, 0x84, 0x2e, 0xfc, 0xf4, 0x17, 0xd8, 0xbd, 0x60, 0xfa, 0xea, + 0x55, 0x55, 0xcf, 0x8f, 0x1c, 0x29, 0x7f, 0x5f, 0x70, 0x8d, 0xe4, 0x2b, 0xe8, 0x8a, 0xc8, 0xeb, + 0x1c, 0x74, 0x0e, 0xc7, 0x47, 0x5f, 0xf8, 0x75, 0xb3, 0xca, 0x02, 0xfc, 0x06, 0xe7, 0xac, 0xae, + 0x96, 0x76, 0x45, 0x34, 0xfd, 0xbb, 0x03, 0x5e, 0xc3, 0x7f, 0x2e, 0x74, 0x1d, 0x94, 0xc2, 0xc3, + 0x4c, 0x46, 0xfc, 0xfa, 0x32, 0xe6, 0xff, 0xaa, 0xf1, 0x93, 0x8c, 0xf8, 0x6d, 0x1a, 0xdb, 0x59, + 0xd3, 0x41, 0x76, 0xa0, 0x97, 0x88, 0x54, 0xa0, 0xd7, 0x3d, 0xe8, 0x1c, 0x6e, 0x52, 0x6b, 0x94, + 0xa7, 0x28, 0xaf, 0x78, 0xe6, 0xad, 0x1f, 0x74, 0x0e, 0x47, 0xd4, 0x1a, 0xc4, 0x83, 0xc1, 0x52, + 0x24, 0xc8, 0x95, 0xf6, 0x36, 0xcc, 0x79, 0x65, 0x92, 0xa7, 0x30, 0xd0, 0x52, 0xe1, 0x7c, 0xb1, + 0xf2, 0x7a, 0x26, 0x9f, 0x1d, 0xbf, 0x39, 0x20, 0xfe, 0x5b, 0xa9, 0x90, 0xf6, 0x4b, 0xd0, 0x6c, + 0x35, 0xfd, 0xab, 0x03, 0x9b, 0x8d, 0x2a, 0xff, 0x6b, 0xbf, 0xc8, 0x1e, 0x8c, 0x44, 0x96, 0x17, + 0x38, 0x2f, 0x94, 0x30, 0x25, 0x8c, 0xe8, 0xd0, 0x1c, 0x5c, 0x2a, 0x41, 0xbe, 0x83, 0x41, 0x98, + 0x48, 0x5d, 0x28, 0x6e, 0xea, 0x18, 0x1f, 0x7d, 0xd6, 0xce, 0xaa, 0x11, 0xfa, 0x7b, 0x8b, 0xa5, + 0x15, 0xc9, 0x04, 0xd7, 0xf3, 0x9c, 0x29, 0x9e, 0xa1, 0xa9, 0x78, 0x48, 0x87, 0x42, 0xbf, 0x31, + 0xf6, 0xf4, 0x3d, 0x3c, 0xfc, 0xe0, 0xa2, 0xc8, 0x0f, 0xb0, 0xdd, 0x5c, 0x17, 0xed, 0x75, 0x0e, + 0xd6, 0x0f, 0xc7, 0x47, 0x8f, 0xef, 0x54, 0xa6, 0x5b, 0x78, 0xd3, 0xd4, 0xd7, 0xfd, 0xef, 0xde, + 0xe8, 0xff, 0xf4, 0xcf, 0x1e, 0xec, 0xdc, 0x96, 0x31, 0x79, 0x02, 0x20, 0x0b, 0xac, 0xda, 0x50, + 0x76, 0x71, 0x74, 0xba, 0x46, 0x47, 0xf6, 0xac, 0xec, 0xc4, 0x31, 0xf4, 0xb8, 0x52, 0x52, 0x99, + 0x78, 0x8d, 0x6c, 0x4c, 0x87, 0xeb, 0x80, 0xaf, 0x4a, 0xd0, 0xe9, 0x1a, 0xb5, 0x68, 0xf2, 0x02, + 0xc6, 0x2e, 0x6e, 0xc4, 0x90, 0x79, 0x0f, 0x0c, 0xf9, 0xe3, 0x16, 0xf9, 0xdc, 0xee, 0xe3, 0x6b, + 0x96, 0x9f, 0xae, 0x51, 0x97, 0xc7, 0x4b, 0x86, 0x8c, 0x3c, 0x87, 0x5e, 0xfe, 0x8e, 0x69, 0xdb, + 0xfc, 0xad, 0xa3, 0xe9, 0x5d, 0xd7, 0xea, 0xbf, 0x29, 0x91, 0xd4, 0x12, 0xc8, 0x97, 0xb0, 0x91, + 0xc8, 0xb8, 0x9c, 0xb2, 0xb2, 0x77, 0x8f, 0x6e, 0x21, 0x9e, 0xcb, 0x98, 0x1a, 0x0c, 0xf9, 0x06, + 0x40, 0x23, 0x53, 0xc8, 0xa3, 0x39, 0x43, 0x37, 0x7d, 0x13, 0xdf, 0xee, 0xad, 0x5f, 0xed, 0xad, + 0x7f, 0x51, 0x2d, 0x3e, 0x1d, 0x39, 0xf4, 0x09, 0x92, 0x63, 0x18, 0x56, 0xfb, 0xee, 0xf5, 0x5d, + 0x6d, 0x6d, 0xe2, 0x4b, 0x07, 0xa0, 0x35, 0xb4, 0x54, 0x0c, 0x15, 0x67, 0x4e, 0x71, 0x70, 0xbf, + 0xa2, 0x43, 0x9f, 0x60, 0x49, 0x2d, 0xf2, 0xa8, 0xa2, 0x0e, 0xef, 0xa7, 0x3a, 0xf4, 0x09, 0x92, + 0xe7, 0x30, 0x0e, 0x0b, 0x8d, 0x32, 0x9d, 0x8b, 0x6c, 0x29, 0xbd, 0x91, 0xe1, 0xee, 0x7e, 0xc0, + 0x7d, 0x6b, 0x1e, 0x28, 0x0a, 0x16, 0x7b, 0x96, 0x2d, 0x25, 0x79, 0x04, 0x7d, 0xc5, 0x99, 0x96, + 0x99, 0x07, 0x66, 0x9a, 0x9c, 0x55, 0x8e, 0xb7, 0x19, 0x56, 0x5c, 0xe5, 0xdc, 0x1b, 0xdb, 0xdd, + 0x29, 0x0f, 0x2e, 0x56, 0x39, 0x27, 0x27, 0x30, 0x4c, 0x39, 0x32, 0x73, 0xef, 0x1f, 0x19, 0xad, + 0xcf, 0xaf, 0xaf, 0xc1, 0xbe, 0xb1, 0x8d, 0x0b, 0x7c, 0xed, 0xc0, 0xb4, 0xa6, 0xcd, 0xb6, 0x61, + 0xd3, 0x4d, 0x8f, 0xe2, 0xba, 0x48, 0x70, 0x7a, 0x09, 0x7b, 0xed, 0xf7, 0xb2, 0x1c, 0x94, 0xff, + 0xfb, 0x66, 0xfe, 0xd1, 0x85, 0xfd, 0xdb, 0xe3, 0xea, 0x5c, 0x66, 0x9a, 0x93, 0x67, 0xd0, 0x37, + 0x6f, 0x82, 0x76, 0xc1, 0x77, 0xdb, 0xcb, 0x78, 0xa9, 0x92, 0x59, 0x22, 0x17, 0xb3, 0xae, 0xd7, + 0xa1, 0x0e, 0x4a, 0x8e, 0x61, 0x60, 0xb3, 0xd7, 0x6e, 0x69, 0xee, 0x64, 0x55, 0x58, 0xf2, 0x2d, + 0x8c, 0x97, 0x45, 0x92, 0xcc, 0x9d, 0xe0, 0xfa, 0x3d, 0x2b, 0x43, 0xa1, 0x44, 0x9f, 0x59, 0xc9, + 0x17, 0xf0, 0xc0, 0x70, 0x2b, 0xdd, 0x8d, 0xfb, 0xc8, 0x46, 0xea, 0x67, 0x8b, 0x9e, 0x7d, 0xfd, + 0xeb, 0x71, 0x2c, 0xf0, 0x5d, 0xb1, 0xf0, 0x43, 0x99, 0x06, 0x86, 0x23, 0x55, 0x1c, 0xd4, 0xbf, + 0xc7, 0x98, 0x67, 0x41, 0xbe, 0x78, 0x1a, 0xcb, 0xa0, 0xf9, 0xaf, 0x5e, 0xf4, 0xcd, 0xf0, 0x3c, + 0xfb, 0x27, 0x00, 0x00, 0xff, 0xff, 0x38, 0x6b, 0x6b, 0xd3, 0xf9, 0x07, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go index 0d734793b1..ab08676280 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go @@ -489,6 +489,18 @@ func (m *TaskExecutionClosure) Validate() error { } } + case *TaskExecutionClosure_OutputData: + + if v, ok := interface{}(m.GetOutputData()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionClosureValidationError{ + field: "OutputData", + reason: "embedded message failed validation", + cause: err, + } + } + } + } return nil diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 0e534673cf..ed44256880 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -3224,6 +3224,10 @@ "$ref": "#/definitions/adminAbortMetadata", "description": "In the case of a user-specified abort, this will pass along the user and their supplied cause." }, + "output_data": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Raw output metadata produced by this execution." + }, "computed_inputs": { "$ref": "#/definitions/coreLiteralMap", "title": "Inputs computed and passed for execution.\ncomputed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan" @@ -3914,6 +3918,10 @@ "$ref": "#/definitions/coreExecutionError", "title": "Error information for the Node" }, + "output_data": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Raw output metadata produced by this node execution." + }, "phase": { "$ref": "#/definitions/coreNodeExecutionPhase", "description": "The last recorded phase for this node execution." @@ -4353,6 +4361,10 @@ "$ref": "#/definitions/coreExecutionError", "description": "Error information for the task execution. Populated if the execution failed." }, + "output_data": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Raw output metadata produced by this task execution." + }, "phase": { "$ref": "#/definitions/coreTaskExecutionPhase", "description": "The last recorded phase for this task execution." 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 cc16c1da51..f83af04dae 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2927,13 +2927,19 @@ definitions: literals: {} uri: "uri" phase: {} - duration: "duration" workflow_id: domain: "domain" resource_type: {} name: "name" project: "project" version: "version" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" computed_inputs: literals: {} abort_metadata: @@ -2941,13 +2947,9 @@ definitions: cause: "cause" updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" abort_cause: "abort_cause" + output_data: + literals: {} notifications: - pager_duty: recipients_email: @@ -3112,6 +3114,9 @@ definitions: description: "In the case of a user-specified abort, this will pass along\ \ the user and their supplied cause." $ref: "#/definitions/adminAbortMetadata" + output_data: + description: "Raw output metadata produced by this execution." + $ref: "#/definitions/coreLiteralMap" computed_inputs: title: "Inputs computed and passed for execution.\ncomputed_inputs depends\ \ on inputs in ExecutionSpec, fixed and default inputs in launch plan" @@ -3152,13 +3157,19 @@ definitions: literals: {} uri: "uri" phase: {} - duration: "duration" workflow_id: domain: "domain" resource_type: {} name: "name" project: "project" version: "version" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" computed_inputs: literals: {} abort_metadata: @@ -3166,13 +3177,9 @@ definitions: cause: "cause" updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" abort_cause: "abort_cause" + output_data: + literals: {} notifications: - pager_duty: recipients_email: @@ -3275,13 +3282,19 @@ definitions: literals: {} uri: "uri" phase: {} - duration: "duration" workflow_id: domain: "domain" resource_type: {} name: "name" project: "project" version: "version" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" computed_inputs: literals: {} abort_metadata: @@ -3289,13 +3302,9 @@ definitions: cause: "cause" updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" abort_cause: "abort_cause" + output_data: + literals: {} notifications: - pager_duty: recipients_email: @@ -3453,13 +3462,19 @@ definitions: literals: {} uri: "uri" phase: {} - duration: "duration" workflow_id: domain: "domain" resource_type: {} name: "name" project: "project" version: "version" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" computed_inputs: literals: {} abort_metadata: @@ -3467,13 +3482,9 @@ definitions: cause: "cause" updated_at: "2000-01-23T04:56:07.000+00:00" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" abort_cause: "abort_cause" + output_data: + literals: {} notifications: - pager_duty: recipients_email: @@ -5808,6 +5819,9 @@ definitions: error: title: "Error information for the Node" $ref: "#/definitions/coreExecutionError" + output_data: + description: "Raw output metadata produced by this node execution." + $ref: "#/definitions/coreLiteralMap" phase: description: "The last recorded phase for this node execution." $ref: "#/definitions/coreNodeExecutionPhase" @@ -5874,6 +5888,8 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + output_data: + literals: {} adminNodeExecutionEventRequest: type: "object" properties: @@ -9004,6 +9020,8 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + output_data: + literals: {} - metadata: retry_group: "retry_group" is_parent_node: true @@ -9058,6 +9076,8 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + output_data: + literals: {} token: "token" adminNodeExecutionMetaData: type: "object" @@ -9968,6 +9988,9 @@ definitions: description: "Error information for the task execution. Populated if the execution\ \ failed." $ref: "#/definitions/coreExecutionError" + output_data: + description: "Raw output metadata produced by this task execution." + $ref: "#/definitions/coreLiteralMap" phase: description: "The last recorded phase for this task execution." $ref: "#/definitions/coreTaskExecutionPhase" @@ -10007,7 +10030,6 @@ definitions: description: "Container for task execution details and results." example: phase: {} - duration: "duration" reason: "reason" metadata: external_resources: @@ -10021,6 +10043,13 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -10035,13 +10064,9 @@ definitions: bool_value: true output_uri: "output_uri" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" task_type: "task_type" + output_data: + literals: {} logs: - message_format: {} name: "name" @@ -10129,7 +10154,6 @@ definitions: is_parent: true closure: phase: {} - duration: "duration" reason: "reason" metadata: external_resources: @@ -10143,6 +10167,13 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -10157,13 +10188,9 @@ definitions: bool_value: true output_uri: "output_uri" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" task_type: "task_type" + output_data: + literals: {} logs: - message_format: {} name: "name" @@ -10191,7 +10218,6 @@ definitions: is_parent: true closure: phase: {} - duration: "duration" reason: "reason" metadata: external_resources: @@ -10205,6 +10231,13 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -10219,13 +10252,9 @@ definitions: bool_value: true output_uri: "output_uri" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" task_type: "task_type" + output_data: + literals: {} logs: - message_format: {} name: "name" @@ -34054,6 +34083,8 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + output_data: + literals: {} flyteidladminTaskExecution: type: "object" properties: @@ -34093,7 +34124,6 @@ definitions: is_parent: true closure: phase: {} - duration: "duration" reason: "reason" metadata: external_resources: @@ -34107,6 +34137,13 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + created_at: "2000-01-23T04:56:07.000+00:00" + error: + code: "code" + kind: {} + message: "message" + error_uri: "error_uri" + duration: "duration" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -34121,13 +34158,9 @@ definitions: bool_value: true output_uri: "output_uri" started_at: "2000-01-23T04:56:07.000+00:00" - created_at: "2000-01-23T04:56:07.000+00:00" - error: - code: "code" - kind: {} - message: "message" - error_uri: "error_uri" task_type: "task_type" + output_data: + literals: {} logs: - message_format: {} name: "name" diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_closure.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_closure.go index 16bab18c71..dfa30396d6 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_closure.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_closure.go @@ -22,6 +22,8 @@ type AdminExecutionClosure struct { AbortCause string `json:"abort_cause,omitempty"` // In the case of a user-specified abort, this will pass along the user and their supplied cause. AbortMetadata *AdminAbortMetadata `json:"abort_metadata,omitempty"` + // Raw output metadata produced by this execution. + OutputData *CoreLiteralMap `json:"output_data,omitempty"` ComputedInputs *CoreLiteralMap `json:"computed_inputs,omitempty"` // Most recent recorded phase for the execution. Phase *CoreWorkflowExecutionPhase `json:"phase,omitempty"` diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go index e218c0f98a..18c0e50ad1 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go @@ -18,6 +18,8 @@ type AdminNodeExecutionClosure struct { // Links to a remotely stored, serialized core.LiteralMap of node execution outputs. OutputUri string `json:"output_uri,omitempty"` Error_ *CoreExecutionError `json:"error,omitempty"` + // Raw output metadata produced by this node execution. + OutputData *CoreLiteralMap `json:"output_data,omitempty"` // The last recorded phase for this node execution. Phase *CoreNodeExecutionPhase `json:"phase,omitempty"` // Time at which the node execution began running. diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go index e414b85771..69e039402b 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go @@ -19,6 +19,8 @@ type AdminTaskExecutionClosure struct { OutputUri string `json:"output_uri,omitempty"` // Error information for the task execution. Populated if the execution failed. Error_ *CoreExecutionError `json:"error,omitempty"` + // Raw output metadata produced by this task execution. + OutputData *CoreLiteralMap `json:"output_data,omitempty"` // The last recorded phase for this task execution. Phase *CoreTaskExecutionPhase `json:"phase,omitempty"` // Detailed log information output by the task execution. diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index d1d2b04a31..b85b0283aa 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb7\x95\x37\xfc\xff\x7e\x0a\x3c\x93\xa7\xca\x76\x42\x51\xb6\xb3\x9b\xca\x6a\xeb\xa9\xf7\xa5\x25\xce\x98\x8f\x35\x92\xa2\xcb\x78\xfd\x2e\x53\x34\xd8\x0d\x92\x88\xba\x01\x06\x40\x4b\xc3\xa4\xf2\xdd\xdf\xc2\xc1\xa5\xd1\x37\xb2\x9b\xa4\x6e\x63\xee\x56\xc5\x23\x76\x37\xae\x07\x07\xe7\xfa\x3b\xff\xfc\x37\x84\xde\xc9\x47\x3c\x9f\x13\xf1\xee\x04\xbd\xfb\xbe\xff\xed\xbb\x9e\xfe\x8d\xb2\x19\x7f\x77\x82\xf4\x73\x84\xde\x29\xaa\x12\xa2\x9f\xcf\x92\x95\x22\x34\x4e\x8e\x25\x11\x0f\x34\x22\xc7\x38\x4e\x29\xeb\x2f\x05\x57\x1c\x3e\x44\xe8\xdd\x03\x11\x92\x72\xa6\x5f\xb7\xff\x44\x8c\x2b\x24\x89\x7a\xf7\x6f\x08\xfd\x0b\x9a\x97\xd1\x82\xa4\x44\xbe\x3b\x41\xff\x63\x3e\x5a\x28\xb5\x74\x0d\xe8\x7f\x4b\xfd\xee\x5f\xe1\xdd\x88\x33\x99\x15\x5e\xc6\xcb\x65\x42\x23\xac\x28\x67\xc7\x7f\x93\x9c\xe5\xef\x2e\x05\x8f\xb3\xa8\xe5\xbb\x58\x2d\x64\x3e\xc7\x63\xbc\xa4\xc7\x0f\xdf\x1d\xe3\x48\xd1\x07\x32\x49\x70\xc6\xa2\xc5\x64\x99\x60\x26\x8f\xff\x49\x63\x3d\xc7\xbf\x91\x48\xfd\x0b\xfe\x88\x79\x8a\x29\x33\xff\x66\x38\x25\xff\xf2\xed\x20\xf4\x6e\x4e\x54\xf0\xa7\x9e\x6d\x96\xa6\x58\xac\xf4\x8a\xbc\x27\x2a\x5a\x20\xb5\x20\xc8\xf4\x83\xdc\x12\xf1\x19\xc2\xe8\x44\x90\xd9\xc9\xaf\x82\xcc\x26\x6e\xa1\xfb\x66\x81\xcf\x61\x34\x57\x09\x66\xbf\xf6\xed\x32\x41\xcb\x31\x91\x91\xa0\x4b\x65\xd7\xfb\x9a\x28\x41\xc9\x03\x09\x3b\x30\x13\x41\x7a\x22\xbe\x33\xb9\x24\x11\x9d\x51\x12\xa3\xe9\x0a\x51\xb6\xcc\x14\x12\xe4\xef\x19\x91\x0a\xcd\x68\xa2\x88\x90\x85\x5e\xf8\x92\x08\x58\xc1\x51\xac\x7b\xf9\x40\xd4\x00\xda\xce\x47\x15\xbe\x2d\x88\x5c\x72\x26\x89\x2c\x2c\x02\x42\xef\xbe\xff\xf6\xdb\xd2\x4f\xd5\x19\x0c\x90\xcc\xa2\x88\x48\x39\xcb\x12\xe4\x5a\x0a\x07\x63\x16\x54\x93\x0f\xae\x34\x86\xd0\xbb\xff\x2d\xc8\x4c\xb7\xf3\xbb\xe3\x98\xcc\x28\xa3\xba\x5d\x69\xa8\x34\x18\x6d\xe1\xab\x7f\xfd\x5b\xdd\xbf\xff\x15\xcc\x68\x89\x05\x4e\x89\x5e\x16\x4f\x57\xe6\xff\x4a\x73\xd1\x94\xa0\x3b\xcf\xa9\xa5\x3c\xf0\xd2\x6c\x2f\x70\x4a\xf4\xce\xeb\xed\xb2\x5f\xc0\xbf\x05\x91\x3c\x13\x11\x41\x53\x92\x70\x36\x97\x48\xf1\xca\x1a\x50\x68\x41\x13\x71\xf9\x89\xde\x4a\x2a\x88\xde\x2b\x25\x32\x52\x7a\xaa\x56\x4b\x18\xa4\x54\x82\xb2\x79\xb8\x14\xff\xea\xb5\x9a\x9a\xa1\xfd\x0e\x33\x33\x1f\x34\x4e\x6c\xcc\x06\xee\x95\x08\x33\x34\x25\x48\x9f\x78\x1a\x13\x41\x62\x84\x25\xc2\x48\x66\x53\x49\x14\x7a\xa4\x6a\x41\x99\xfe\xdb\x90\x6f\xe4\xd6\xec\xf5\xac\x0d\xfc\x73\xfd\xca\xdc\x49\x22\xf4\xc0\x1f\x68\x4c\x62\xf4\x80\x93\x8c\xa0\x19\x17\x85\xe5\xe9\x8f\xd9\xed\x42\xaf\x43\x3a\xa5\x0c\x4e\x9e\x5e\x4b\x47\x21\x7f\x70\xcb\xf5\x07\xa4\xfb\x43\x19\xa3\x7f\xcf\x48\xb2\x42\x34\x26\x4c\xe9\x73\x2d\xcb\xad\xfd\x81\x43\xff\x38\x41\x47\x48\xaf\x33\x11\x0a\xd6\x9b\x33\x45\x3e\x2b\x89\x8e\x50\x42\xef\x09\xfa\xea\x9c\x4a\x85\x06\x57\xa3\xaf\x7a\xe8\xab\xf3\x9c\x71\xc8\xaf\x9e\x61\x85\xfd\xbf\xff\x1a\x1c\x3d\x85\xe7\xe5\x43\xf7\x6e\xa0\x4f\xf3\x8d\xb9\x80\xf2\x16\xfe\xfa\x6f\x61\x3b\x76\xbf\xd6\x73\xf5\x9c\xa5\x5b\x7e\xde\x96\x8b\xc3\x32\x15\x19\xb8\xd4\x3b\xb4\x2b\xff\xae\xdc\x0e\x35\xcc\x5b\xee\xc8\xbd\xf5\xd8\xcb\xec\x5b\xbe\x2d\xfe\xad\xa7\xf0\xd4\x3c\x7c\x17\x06\x8e\x15\x9c\x2c\x4c\x99\x39\x88\xfe\x5c\x0a\xa9\xcf\xa2\x3b\x21\xaf\x84\x6d\xed\xc2\xcf\x83\x99\x05\x2c\xdd\x71\xea\x60\x55\x5e\xe1\xbc\x13\x9a\xd2\x4d\xfb\x3b\x62\xb1\x16\x1e\x2d\x43\x65\x59\x3a\x25\x42\x2f\x83\x63\xad\x30\xdb\xa9\x66\xb5\x2a\x13\x8c\xc4\x2d\xa6\xf9\xf7\x8c\x88\xd5\x9a\x79\xce\x70\x22\x9b\x26\x4a\x99\x22\x5a\x52\x2f\x3d\x9e\x71\x91\x62\x65\x5f\xf8\xd3\xbf\x77\x5d\x08\xc5\xef\xc9\xa6\xfd\x1f\x99\xdd\x8c\xb0\x04\x32\x48\xb3\x44\xd1\x65\x42\xd0\x12\xcf\x89\xb4\x2b\x92\x25\x4a\xf6\xe0\x35\xad\x1d\x10\x71\xe4\x6f\x39\xe8\xc1\xdd\xee\x99\x84\x5f\xd0\xcc\x33\x3b\x46\x3e\x2b\x68\x69\xcc\xe0\x7e\x87\x25\x0a\x6f\xad\x27\x58\xca\xed\x68\x46\x72\xa1\x26\xd3\x55\xff\x9e\x54\xfa\x6d\xa4\x1c\xcc\x10\x56\x4a\xd0\x69\xa6\x88\x9e\xb7\x6e\xc3\xdd\xcf\xc0\x1e\x8d\x10\xd0\x86\x35\xbc\xdc\x84\x63\x2a\x48\x04\x73\xeb\x72\x60\xfc\x57\x7a\xde\x5a\x13\x5b\x99\xd9\xdf\x93\x15\xc8\x3c\x35\x2b\xe0\xb7\x7c\xcc\xc6\x0c\x1d\xa1\xb3\xe1\xcd\xe9\xf0\xe2\x6c\x74\xf1\xe1\x04\xfd\xb0\x42\x31\x99\xe1\x2c\x51\x3d\x34\xa3\x24\x89\x25\xc2\x82\x40\x93\x24\xd6\x72\x8d\x1e\x0c\x61\x31\x65\x73\xc4\x45\x4c\xc4\xd3\x2d\x63\xe9\x29\x61\x59\x5a\xba\x57\xe0\xf7\x7c\xf4\xa5\x2f\xb4\x18\xe3\x1f\x15\x9e\xfc\xb5\xb2\xc0\x30\x63\xdd\x77\xd0\xda\xb3\x09\x4e\xd1\x82\x26\xb1\x20\xec\x58\x61\x79\x3f\x21\x9f\x49\x94\x99\x3b\xf9\x9f\xc5\x1f\x26\x5a\xfa\xe5\x31\x29\xfe\x52\xf8\x23\x17\xb7\x3a\x7f\xea\xf5\xed\xce\x5f\x82\x76\xde\xee\x3b\xf8\x85\xc6\xb5\x6f\xc3\x2f\x1b\xe6\xe0\xde\x59\x33\x58\xf7\x4a\xe3\xa8\xdc\x0b\x56\xd8\xab\x7d\x47\x10\x25\x56\x13\xac\x14\x49\x97\xaa\xa3\xe5\x01\xa3\x44\xcb\xae\xeb\x64\xd5\x0b\x1e\x93\xa1\xeb\xef\x57\x2b\x82\x1a\x61\xd3\x70\xad\x19\x11\x84\x45\xa4\xb9\x85\x5b\x2c\xef\xf3\x16\x36\x0b\xbc\x40\x63\x48\x2f\x3f\xca\x09\xac\xd2\x71\x2e\xf6\xea\x25\xc9\xdf\xdc\x24\xec\x16\xe6\x23\xdf\x73\xa1\x87\xf7\x16\x04\xde\xc2\xc0\x9f\x43\xe6\xdd\xf6\x44\x7f\x71\x56\x8e\x2d\xf9\xd3\xc1\x26\xb2\xfb\x4a\xb6\xb5\xa0\x70\x81\xe4\x4a\x2a\x92\x6e\xb4\xa5\xbc\x9d\x85\xb0\x17\xd0\x6b\x1d\x70\xe9\x0e\xfc\x0d\x9c\xfa\xe2\x8d\x7e\x38\xde\x1d\x96\x6c\x5f\x96\xd0\xd7\x3e\x4f\xe7\xed\x5a\x3f\xd5\x1b\xb7\x7d\x81\xbb\xe7\x4d\x4c\xb3\x20\x6b\xee\x7b\x90\x4f\x64\xce\x68\xdc\x2b\xb7\xda\x13\x18\xc0\x06\x45\xb6\x68\x4b\xf7\xe7\x4f\x7f\x1a\x5a\x80\x8c\xb9\x4f\x2d\xa8\x0c\x8c\x61\x28\xe2\xc2\xc8\x82\xb1\x3d\xef\x46\x97\x1d\xdc\x0e\x6e\x86\xb7\x27\x68\x80\x62\xac\xb0\x3e\xe0\x82\x2c\x05\x91\x84\x29\xb0\x13\xe8\xef\xd5\x0a\xa5\x3c\x26\x89\xd1\x68\xdf\x6b\xc9\x1a\x9d\x61\x85\x4f\xb1\xc2\x09\x9f\xf7\xd1\x00\xfe\xd4\x1f\x53\x89\x70\x22\x39\xc2\x8e\xac\x48\xec\x9a\xc0\x2c\x76\xac\x05\xa3\x88\xa7\x4b\x9a\x78\x3f\x82\x37\xde\x50\x16\xd3\x07\x1a\x67\x38\x41\x7c\xaa\xb9\x8a\xd6\xc0\x87\x0f\x84\xa9\x0c\x27\xc9\x0a\xe1\x24\x41\xb6\x5b\xf7\x02\x92\x0b\x9e\x25\xb1\x6e\xd7\x8d\x52\xd2\x94\x26\x58\x68\x15\xdf\x8c\xf6\xd2\xb6\x85\x6e\x17\xc4\x8f\x15\xc6\xa5\x57\x33\xc5\xf7\x44\x22\xaa\xd0\x92\x4b\x49\xa7\x49\x7e\xe6\xef\x46\x08\xc6\x7d\x7a\x3e\x02\x7b\x41\xa4\x10\x37\x3c\xd4\x75\x6e\xed\x43\xae\xc7\x14\x33\x46\xa0\x63\xae\x16\x44\xd8\xee\xed\xcb\x2f\xad\xfa\xdf\x5d\xdc\x5c\x0d\x4f\x47\xef\x47\xc3\xb3\xaa\xee\x7f\x3b\xb8\xf9\xa9\xfa\xeb\xcf\x97\xd7\x3f\xbd\x3f\xbf\xfc\xb9\xfa\xe4\x7c\x70\x77\x71\xfa\xe3\xe4\xea\x7c\x70\x51\x7d\x68\xc9\xaa\xb5\x19\x21\x1c\x59\xc7\xb3\x75\xb0\x99\x3e\x95\xcd\xb4\xf7\xe5\x1a\x4d\xad\x53\xaa\xbd\xc1\xd4\xdb\x28\xec\x97\x68\x89\xa5\x34\x92\x91\x19\x41\x7f\xcc\x3e\x72\xa1\x19\xd8\x8c\x6b\x1e\xa1\xa5\x27\x25\xb2\x48\x51\x36\xf7\x1f\x9d\xa0\x71\xf6\xed\xb7\x7f\x8c\xce\x29\xbb\x87\x7f\x91\xd7\xb8\x38\x07\x8b\xf2\xc1\xa2\xfc\xdb\xb2\x28\x6b\xd1\xe7\x38\x34\x24\xef\x37\xb8\x4a\x0b\x17\xe0\x13\xd7\xa2\x04\xcf\x94\xfe\xa7\xee\x12\xc8\x63\x4d\x88\x55\x3b\x83\xa5\x8f\xb0\x6a\xe8\x43\xf0\x14\x04\xb9\xcf\x54\x02\x33\x7a\xe4\xe2\x7e\x96\xf0\xc7\x76\xe6\xca\x0f\x44\xf9\x61\x68\xc1\xe9\x2d\x58\x29\x7f\xb6\x33\xf4\x03\xff\x40\x94\x1e\xfb\xb5\xed\xe5\x10\x6c\x75\x08\xb6\x7a\xd9\x60\xab\x57\x65\x2a\x7c\x7a\xd6\x5a\xb4\x2b\x1a\xfe\xda\xe0\x87\x6b\x74\xb3\x35\x78\xd1\x02\x27\xd9\xb3\xf0\xe4\xa2\x2b\x6a\x9f\x7c\xb9\xe8\x6c\xda\xc0\x93\x0b\xc3\x78\x2b\x7c\xb9\x30\xe8\xe7\xe7\xc9\xbf\x09\x3f\xd1\xc1\x0d\xb4\xe5\x42\xbd\x49\xd6\xdd\xf2\x56\x7a\x36\x27\xce\xd3\x5f\x25\x95\x98\x8f\x2e\x41\x1e\x1d\xa2\x3a\x5a\x87\x71\x6c\x88\xdb\xa8\x0d\xd4\xa8\x8b\xcc\xa8\x86\x62\xd4\xc6\x5e\xec\x16\x6c\xb1\xed\xad\xd7\x3e\x7c\xa2\xeb\xad\xd7\x3e\x70\xe2\x03\x51\x85\x61\xbc\x95\x5b\xaf\x30\xe8\xe7\xbf\xf5\x7e\xa3\xf1\x12\x87\x00\x89\x27\x5c\xba\x2f\xfd\xae\x7c\xbd\x21\x10\xbf\x81\x98\x87\x43\x90\x43\xa7\x35\xfa\xb2\xa2\x1a\xbe\xd4\x30\x86\xb7\x19\xb7\x70\x08\x54\x38\x04\x2a\xbc\x84\x47\xe9\xed\x05\x2a\x3c\xa9\xe2\x4b\x34\x59\x49\xb0\xa2\x86\xca\xcd\xbb\x25\x97\xcd\xfa\x5e\xe8\xbc\xae\xd1\xeb\xa0\xcd\xa2\x35\x13\xa8\xf7\x57\xb4\xc0\x12\xf1\x28\xca\x44\xc9\x45\x5b\x3e\xe5\xa7\x82\x60\xa5\x8f\x48\xd1\x70\x89\xa0\x65\x24\x48\xc4\x05\x38\x29\x31\x5a\x2e\xb0\x24\x48\x09\xcc\x24\xdd\xa4\xe5\x99\x56\x61\x5c\xba\x9d\xb7\xa0\xe0\x55\x17\xf1\xb9\xd4\xbb\x29\x8f\x2b\x07\xd2\x9c\xd5\xba\x27\xeb\x6f\x92\xbd\x4d\x1d\xd2\x7e\xdb\xcc\xfc\x09\x8f\x8a\xbe\xb5\xf6\x7c\x54\x0a\x6a\xfc\xb6\x47\xa5\x68\xed\xd8\xcb\x51\x81\x71\xbd\x95\xa3\x52\x5d\xc4\xdf\xcc\x51\xa9\x9b\xfa\x6b\x38\x2a\x2e\x1c\x60\xcf\xc7\xa5\xe2\x83\xdf\xf6\xc8\x54\xc3\x15\xf6\x72\x6c\xfc\xf8\xde\xca\xd1\xa9\x5f\xd0\xdf\xcc\xf1\x69\x9a\xfe\xcb\x1e\x21\xef\x87\x68\x7d\x78\x6e\x05\x9d\xcf\x89\x30\x9a\x51\xa4\x49\x71\x33\xd4\x52\x6e\x79\xdf\xee\xc0\x6c\x3e\x0d\xbe\x87\xb7\x70\x12\xfc\x60\xcd\xd8\x7f\x33\x47\xa0\x32\xef\x57\x42\xfb\xc7\x9a\x13\x3f\x00\x5a\x5b\xbb\x33\x70\x4d\x80\xf0\xe1\x02\x59\x0a\xf2\x40\x79\x26\x93\xd5\x91\xc8\x58\x1d\xb7\x07\x23\xc1\x23\x4d\x12\xc4\x59\xb2\x42\x52\x61\xa1\xdc\x63\x36\x37\x1e\x25\x7d\x98\x12\x2c\x15\xba\x67\xfc\x91\xa1\x19\xa6\x49\x26\x08\x5a\x72\xca\x54\x7f\xcc\x46\x0c\x5d\x9b\x31\x82\xe6\xdd\x43\x99\xd4\x47\x30\xc2\x8c\x71\x85\xa2\x05\x66\x73\x82\x30\x73\xd0\x35\x39\x65\x20\x2e\x50\xb6\x8c\xf5\xc1\xd2\x5d\x94\x6c\x4c\xf9\x01\x1b\xb3\x5b\xb0\x62\x48\x44\x3e\x2b\x41\x52\x92\xac\x74\x1f\x9a\xf6\x15\x47\x76\x7d\xcc\x50\xad\x41\x9c\x08\xc1\x85\x04\x9d\x7d\xba\xfa\x07\x66\x8a\x32\x82\x40\xcd\x94\x06\xf8\xe8\x08\x9d\x73\x09\x31\xd9\x3f\xfd\x59\xa2\x28\xc9\xa4\x22\xa2\x87\xa6\xd9\x5c\x22\xca\xd0\x32\xc1\x6a\xc6\x45\xaa\x47\x48\x99\x54\x78\x4a\x13\xaa\x56\x3d\x94\xe2\x68\x61\xda\x82\x35\x90\xbd\x31\x8b\xf9\x23\x93\x4a\x10\xec\x7b\x77\x0f\xd1\xd7\xe1\x33\x43\x00\xf2\x9b\x1e\x18\xee\x69\xba\x4c\x56\xe1\xf0\x83\x44\x68\xd8\x13\xdd\x08\x89\xd1\x94\x44\x38\x93\xd6\xb0\xa3\xc4\x0a\x91\xcf\x0b\x9c\x49\xd8\x3b\x3d\x3d\x6b\xf5\x88\x78\xba\x4c\x88\x22\x88\xce\x90\x12\x94\xc4\x08\xcf\x31\xd5\x4b\x77\x43\xd6\x24\x6e\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\xb0\x7c\xa4\x5c\x10\x14\x13\x85\x69\x22\xd7\x3b\x25\x9f\x95\xe0\xd0\x93\xd3\x1b\x7a\xbd\xe4\x86\x5e\x35\xb5\xad\xb9\x09\xed\x8e\x1d\xae\xc2\xb7\x74\x15\x16\xb9\xc2\xab\xb8\x0b\x0d\x48\xc4\x1e\x04\x42\x66\xad\xe2\x11\x4e\x76\x94\x0d\xaf\xed\xa0\x3a\x4b\x87\xee\xc3\xc3\xa1\x78\x5b\x87\xc2\xec\xda\xeb\x39\x15\x4d\x09\x15\x7b\x47\x8a\xe9\x82\xf1\xb2\x26\x23\x42\xa2\x14\x2b\x7d\xb1\xcd\xed\x15\xdd\x12\xc5\x30\x07\x75\x79\x53\x07\xe5\x39\x90\x5c\xbe\xec\x88\x85\x43\xa4\xc2\x6f\x10\x81\xf6\xd5\x24\x30\x1e\x72\xa0\x9f\x28\x07\x9a\xca\x43\x0e\xf4\x21\x07\xba\xed\x02\x1d\x72\xa0\x0f\x39\xd0\x6f\x36\x07\xfa\x49\xd3\x9f\xf7\x97\xe4\xbc\x9f\x4c\xe6\x37\x25\x9d\x1f\x24\xf3\x83\x64\x7e\x48\x57\xf6\x53\xdb\x17\x17\x74\x5f\xbf\x8b\x49\x42\x14\x69\x36\xd0\x11\x91\x6a\x85\xc3\xdc\xf0\x94\x69\x51\x70\x2e\x88\x94\xbb\xf2\x34\xdf\x70\x58\x5e\xa1\xc6\x1f\x91\xa3\xcc\x7a\xb2\x04\xbb\xce\x3a\x66\xe7\xdb\x7e\x9b\x2c\xcf\x0f\xff\x00\xd9\x70\xe0\x81\x07\x1e\xb8\xcd\xd4\x5e\x8f\x39\x3a\x38\xcc\x2f\x6a\x8f\x0e\x2a\xed\x4c\x68\xbc\x4b\xb1\x9d\xf6\xc0\xe5\x38\x25\xf1\x10\xd2\x0a\x7c\x52\x84\xf8\x55\x7f\x12\x96\xd1\x71\x09\x04\xed\x2d\xd6\xe1\xd7\xf9\xc2\x17\x6a\x9f\x6c\x67\xc0\xce\x2b\xda\x8c\xe2\x37\x61\xc3\xae\x5d\xe1\x2f\xa4\x1a\xcf\xeb\x60\x24\xcf\x5e\x8c\xe7\x75\x4c\xfb\x60\x53\x3d\xd4\xe2\x39\x58\x0d\x5b\x4e\xf8\x60\x35\x7c\xbd\x56\xc3\x97\x72\x05\x3c\xf3\xf1\x7c\x2e\xd1\xb1\x7d\xa8\xb7\x8b\xc8\x66\x31\xca\x96\x09\xc7\x71\xcb\x72\xba\x81\x44\xd7\x22\xde\x9b\xc5\x48\x90\x39\x95\x8a\x08\xbd\x2f\xb5\x82\xe1\xe6\x00\xf0\xb7\x5a\x37\xb7\x75\x88\x4f\xd8\xed\xbb\x7f\x6f\x31\xfc\x6b\x7b\x67\x03\x27\x9a\xe2\xd8\x17\xb4\x04\xf1\x2d\xc5\x2b\xb4\xc0\x0f\xc4\x85\x25\x3e\xe0\x84\xc6\xb8\xbc\xd6\xa5\x19\xae\x1b\xd0\x7f\x76\x1b\x10\x2e\x0e\xc7\x57\x40\x92\xc5\xb0\x31\x9b\xd1\x0c\xef\x2c\xb4\x62\x9e\x08\x82\xe3\x15\x9a\x12\xc2\x3c\xd9\xd4\xdc\x27\x0d\x63\xde\x8b\xe0\xfc\xe2\x8a\x69\x95\x7a\x5e\x8b\x5a\xfa\x8c\x81\x52\xf5\xfc\x66\x77\x1d\x74\x77\xc5\x53\x7e\xff\xb6\x58\xd0\x21\x78\xea\x60\x9e\x7c\x79\xf3\xe4\x21\x78\xea\xa0\xe8\xbf\x32\x45\xff\x10\x3c\x75\x08\x9e\x3a\x98\x41\xd6\x4f\xfb\x60\x06\xf9\x22\x82\xa7\x5a\xc9\xf0\x5b\x86\x4f\xbd\x71\x69\xfe\x20\xcc\xbb\xf7\x0e\xc2\xfc\x41\x98\xff\x42\x85\xf9\xd7\xb1\xc2\x07\x49\xfe\x20\xc9\x1f\x24\xf9\x83\x24\x7f\x90\xe4\xf7\xbe\x8c\x07\x49\xbe\x5e\x92\x87\x7f\xb9\xea\x0c\x5d\xc5\xfa\x8e\xe2\x7c\xe7\xfc\x88\xee\xce\xc0\x0f\x44\xbd\x55\x4f\xe0\x41\x6a\x3f\x48\xed\xaf\x5b\x6a\x7f\x35\x13\xfa\xf2\x90\xd5\x0f\xd8\xe4\x07\x6c\xf2\x03\x36\xf9\x13\x63\x93\xbb\xaf\xdf\x2d\xb3\x66\xd9\xe6\x0e\xd0\xcb\xec\xe1\x52\x58\x65\xd2\x80\x5b\xe6\xc1\x26\xad\xc4\x9e\x75\xb2\xce\x5d\x0e\x90\x16\xf4\xb0\x59\xee\x41\x03\x85\x52\xae\x75\x37\x46\x0a\xef\x38\x06\x67\x02\x6b\xe6\xf4\x81\x30\xe4\x92\x03\x7a\xf6\x1a\xeb\x81\x31\xe5\x5f\xfe\xf0\x99\x6c\x2d\xac\x10\x46\x8a\xa6\xa4\x8f\x46\x33\xc3\x2d\x22\x7d\xba\x24\x51\xb2\x14\x8d\x65\x28\x1f\x3e\x62\x71\x3e\x56\xd7\x37\xcd\x83\x73\xcc\x6b\x3d\xc7\x6c\xb3\x44\x19\xd6\xeb\x1a\x07\x68\xba\xa9\xe7\x50\x70\xd0\x52\x22\x12\xf7\x65\xa1\x5b\xf7\x72\x8a\x63\xcd\x18\x82\x21\xe4\x69\x65\xe1\xfb\x70\xa7\x53\xe9\xc3\x8b\x0a\xdf\x9b\xaf\x01\xdf\x0e\xf0\xe8\x00\x87\xb7\xd5\x30\x16\x10\xfd\xa6\x45\xbc\x38\x4b\x08\xc2\x52\xf2\x88\x62\x50\x63\x8c\x0c\x80\xa8\x72\x96\x06\xf7\x92\xeb\x3a\xa6\x12\x4f\x13\x12\xdb\x35\x26\x79\xb4\xd3\xda\x91\x53\x89\xa6\x44\x2f\xb1\x66\x53\xc5\xd5\x5f\x18\x09\xa4\x66\x34\xc1\x50\x48\x75\x24\x84\x99\x81\xac\x91\xa0\x0d\x71\xbe\x55\x21\xda\x8c\xfe\x90\x74\x77\x10\xa9\x0f\x22\x75\xa7\x09\x7d\x51\x22\xf5\x2b\x8a\xd0\x74\x0c\xe9\x45\x23\x34\xc1\x07\xaa\x39\xff\xc4\x1b\x36\x65\x5b\x5b\xcf\x39\x95\x4a\xa2\x28\x93\x8a\xa7\xcd\x92\xcf\x47\xd7\xc3\xc0\x77\x70\xca\xd9\x8c\xce\x33\x73\xb7\xfc\x6a\x65\x13\x7f\xa2\x73\x35\x65\xb5\x24\xed\x0c\x43\xde\x6e\xbd\xa9\xb3\xda\x7c\xc4\x1a\x27\x6f\x4d\x3b\x6f\xe2\xb6\xab\x1f\xfa\x73\x5d\x7a\x5d\x94\xd5\xdc\x3e\x6e\x35\x4d\xad\x5f\x4c\xae\x87\x37\x97\x77\xd7\xa7\xc3\x13\x34\x58\x2e\x13\x6a\x5c\x56\x86\xc2\xe8\x3f\xf4\xa4\x4c\x99\x11\x4f\x22\x56\x20\x32\xe8\xbf\xe0\x23\xd3\xfa\x20\x3a\x42\xa7\xe7\x77\x37\xb7\xc3\xeb\x86\x06\x2d\x49\x40\x91\x56\x92\x2e\x13\x90\x8f\xee\xb3\x29\x11\x8c\x68\x09\xdf\x62\x04\xe7\x9e\x33\xd3\xe8\xf0\xbf\x87\xa7\x77\xb7\xa3\xcb\x8b\xc9\x5f\xee\x86\x77\xc3\x13\xe4\x68\x4b\x37\xab\xc7\xa5\x47\x11\xaf\x18\x4e\xb5\xd6\x5d\xac\x87\xf2\xf7\x8c\x64\x20\x8e\xd1\x39\x4b\x09\x40\x77\x17\x5a\x74\x03\x3e\x1f\xfc\x30\x3c\x2f\xb6\xbc\x20\x21\x70\x31\x4a\xf0\x94\x24\xd6\x95\x07\xde\x29\x7d\x7e\x02\x88\x67\xe3\xe3\xcb\xcc\xaa\xfe\xe5\x6e\x70\x3e\xba\xfd\x65\x72\xf9\x7e\x72\x33\xbc\xfe\x34\x3a\x1d\x4e\xac\x26\x75\x3a\xd0\xfd\x16\x7a\xb2\x0a\x17\xfa\x7b\x86\x13\xad\x91\xf3\x99\x83\x32\x46\x8f\x0b\xc2\x50\xc6\x80\xe2\x8c\x9a\x0f\x5a\x49\x88\xe3\x60\x66\x74\x75\x7e\xf7\x61\x74\x31\xb9\xfc\x34\xbc\xbe\x1e\x9d\x0d\x4f\xd0\x0d\x49\x40\x11\x76\x8b\x0e\xbb\xb8\x4c\xb2\x39\x65\x88\xa6\xcb\x84\xe8\xd5\x30\x87\x73\x4a\x16\xf8\x81\x72\x51\xd0\x56\x60\x1d\x81\x15\x40\xfb\x4e\xe1\x9c\x04\x4b\x77\x79\xf1\x7e\xf4\xe1\x04\x0d\xe2\xd8\xcf\x41\x42\x1b\x05\xca\x71\xf0\x13\x47\x15\xf8\x89\x08\x9b\x80\x10\xa8\xe8\xfb\x40\x84\xa0\x31\x91\x2f\xee\x70\x28\x1c\x88\xaa\x0a\x5d\xa6\xf0\xea\x1b\x25\x72\x5d\xf7\x42\x81\xfa\xaa\x2f\x6e\xa2\xa2\xea\x17\x25\x32\x68\x36\x1c\x54\xf6\xb1\xb5\x4d\xa0\xb8\x3e\xcf\x76\x63\x6a\x66\x17\x4f\x9c\x6d\xe8\xf8\x9f\x05\xa6\xf7\xaf\x3d\x46\x48\x99\xa4\x98\xb5\x00\x53\x41\x86\xf8\xaf\xf6\x6a\x6b\x79\x61\x06\x5f\xd6\x7d\x58\xf5\x9d\x04\x1f\xbc\x85\x9b\x30\x1c\xee\x2b\xba\xf5\xae\x43\xd9\xc6\x89\xc8\x29\x51\x18\x2a\x88\x2b\x8e\xe6\x44\xf5\xd1\x25\x83\x67\xb7\x58\xde\xf7\x90\xab\x0e\x83\xb8\x40\xb9\xf0\xf8\x0c\x49\xe5\x6f\xc4\x68\xd8\x5d\xa1\x39\x28\xe6\x07\xc5\xbc\x7e\x65\x0e\x11\x6a\x0d\x2b\xbc\xaf\x1b\xb5\x93\x9d\x7d\x7f\x17\x5f\x60\x56\x77\xc1\x26\x25\xbb\x68\xe1\x46\xdc\x68\x03\x7d\xbb\x97\xe1\xf3\x5a\x41\xf7\x7a\x35\x9a\xe2\x31\x87\x7b\xcf\xfc\xdf\xe1\xde\x3b\xdc\x7b\x87\x7b\xef\x15\xac\xf0\x8b\x5b\x94\x6b\xb8\xfb\x8b\x9a\x94\x37\x29\xc8\x5b\x43\xd3\xe5\x0a\x71\x17\x70\xba\x5f\xdb\x60\xd0\xd5\x98\x92\xab\x1a\xb2\x44\x72\x81\x85\xa9\xca\x1a\xf1\x34\xe5\xac\x68\xab\xee\x21\xef\x58\x07\x43\x20\xcc\x6e\x93\xa5\x39\xef\x86\xbe\x0d\x1b\x73\xb0\x2e\xcf\x91\x51\xb4\x57\x11\xc2\x84\xea\x1f\xf4\xeb\x27\x94\x33\x0e\xd8\x81\x7b\xc5\x0e\x7c\x1d\x73\x7d\x92\xec\xa3\xfd\xdb\xd7\xdf\x46\xc6\xd1\x01\x24\xf0\x90\x53\x73\xc8\xa9\x81\xdf\x0f\x20\x81\xfb\xa3\xd6\xa7\x95\xe9\x79\x4c\x26\xa5\x32\x2a\xfe\xcf\x49\xd9\xe5\x55\x78\x12\xfa\xbf\x0a\x0f\xf2\x24\x23\x68\x9d\xc6\xfb\x2c\xbd\x72\xc1\x63\xb2\x43\xf9\x15\x3d\xa2\xd6\xa5\x57\x0a\x7d\xbd\x72\x11\xde\x2d\x93\x11\xe5\x0b\x03\x7f\x62\x41\xbe\x81\x62\xbe\x44\x6b\x54\x0d\xfd\x1f\x4c\x53\x1b\x17\xea\x4b\xad\x56\x90\x33\xb8\x37\xe4\xa8\x69\x77\x0b\xb8\x90\x9a\x49\xc3\x5d\x50\xff\xdc\xdf\x08\xf5\x8f\x9f\x06\x46\xa6\xfd\x85\x50\x42\x8f\x29\x5e\x05\xdb\xa2\xc6\x14\xba\x7f\x1b\x76\x9e\x70\xc4\xcf\x61\xe9\x59\x4b\x4c\x5f\xdc\x35\xb1\xee\x68\x1c\x2e\x8b\x96\xcb\xf5\xa5\x5e\x19\x07\xb4\x97\x75\xb6\x97\x03\x9c\xca\xc1\xf4\xf3\x7a\x26\x7c\x30\xfd\xbc\x69\xd3\x8f\x71\x54\x4f\x96\x58\x10\xa6\x6a\x64\xf4\xf2\x75\x02\xaf\x87\x79\xf3\x4e\xea\x80\x06\x8c\xb4\x68\x2f\x64\x7f\x55\x7d\x59\xb6\x20\x2b\x18\x4c\x8c\x5c\x11\xe4\x0d\x1d\xff\x33\xff\x77\xa0\x04\x04\x3f\xd6\x38\x7c\xd7\x05\x82\x19\x0c\x7b\xa9\xaf\xef\xcc\xc6\x84\xed\x2b\xdb\xc8\x09\x89\x0d\x8e\xda\xe6\xf8\x31\x97\x52\x40\xe2\x5c\xe0\xca\x67\x58\x13\x57\x66\x7b\x3a\x72\x62\x58\x1e\x3f\xb1\x31\xcc\xec\xca\x7c\x7a\x06\x5f\xbe\xad\x4c\xa4\x86\xa1\x3f\x6f\xf8\x59\x95\x1c\xdb\x9d\x6e\x47\x1c\xd4\xe4\xd6\x3c\x2e\x28\x78\x62\x00\x2a\x0e\xee\xf3\x60\xc3\x5d\xfe\x34\x86\xf4\xa2\xa6\xeb\xe9\xb9\x05\xc8\xca\x99\x6b\x37\x71\x4b\xa3\x6f\x77\xde\x2f\x1e\x8c\xb3\x81\xee\x5f\x34\x30\x67\x0d\xe3\xde\xad\x5c\xe4\x8b\xf1\x65\x6f\xbb\x7f\x3e\xce\xfc\x81\xa8\x2f\x8f\x2d\x7f\x20\xea\xb9\x78\xf2\xb6\x8c\x78\x2d\x33\xca\x6b\x04\xbd\xd1\x38\x91\x0a\xff\x7d\xb3\xd3\xed\x12\xaf\xf5\xb3\x99\xa4\x0d\xd6\xf2\xa9\xe8\xe1\x54\x15\xb7\x06\x8c\x82\x0e\x78\x48\x19\x3e\xa4\x0c\x1f\x52\x86\x0f\x29\xc3\xaf\x2f\x65\xd8\x7d\xfd\x2e\x26\x09\x51\xa4\x51\x6e\x3a\x83\xc7\x2f\x25\x37\x99\xde\x9f\x51\x6a\x32\x1d\x7e\x79\x82\x93\x99\xd7\x41\x76\x3a\xc8\x4e\xfb\x98\xee\x6b\xd5\x5e\x1d\x95\xbf\x06\xed\xb5\x35\x3a\x51\x1e\x24\xb6\x31\x36\xc0\x4e\xfb\xd7\x8d\x41\x01\x01\xd2\xa3\x1b\xce\x26\xc7\xff\x95\x1b\xf6\xdb\x61\x72\xf2\xa9\xf9\xd8\x2e\xee\x4d\xb7\xee\x5f\xac\x77\xf3\x50\xcb\xa2\x76\xad\x0e\xce\xd7\x35\x8b\x73\x70\xbe\x1e\x9c\xaf\xaf\xce\xf9\xba\x77\x95\x6a\x6d\x45\xfa\x6b\x7b\x35\xaf\x8d\x0a\x77\x17\xbd\xd1\x65\x34\x29\x18\xfc\xed\x98\x2c\x13\xbe\x02\x1b\xcb\x5a\x6b\xb3\xaf\x45\x5f\x13\x1c\x55\xbe\xfc\xdd\xdb\x57\x15\xa1\xfd\xb5\xdf\xff\x6e\xe4\xcf\xa5\xd6\xbc\x16\xb1\x37\x9f\xf7\xab\x10\x74\x8f\xff\x59\x4a\x89\x68\x85\x99\x12\x24\x31\x6c\x3e\x06\x63\x56\xff\x24\x80\xcc\xb7\xb7\xe6\x34\x53\x41\xbc\xa1\xd4\x07\x60\x49\x84\x5a\x05\x6f\x92\x74\xa9\x56\xff\x35\x66\x34\x47\xd6\xa6\x73\xc6\x85\xe1\x81\xfa\xe3\x05\x66\x71\xa2\xcf\x8f\xf4\xed\x44\x98\x31\xae\x40\x38\x81\x19\xc4\xe8\x81\x62\x23\xca\x0c\xae\x46\x2d\x7c\xf2\xad\xce\x62\xc1\x9d\xfe\x86\x4e\xe2\x73\x63\x56\x6f\xb8\x45\x3f\x24\x7c\x0a\x55\x16\xb2\xa2\x89\x41\x37\x70\x70\x00\x17\x76\xee\xa5\x98\x87\xc2\xf2\xbe\x9c\xa8\x55\x0c\xdb\x9f\xac\x4d\xdd\xda\xf0\x6e\x01\xcc\x70\xfd\xab\xa5\xf4\xae\xe2\x33\x9b\xf0\x05\x8f\x61\xc8\xe5\x71\xb8\x1f\xc3\x0e\xdd\x6f\x79\xcb\xee\x17\x57\xa5\x0a\x7e\x14\x44\x89\xd5\x04\x2b\xa5\x19\xd2\x3e\x73\xca\x6e\xb1\xbc\xdf\x21\xa7\xac\xe8\xdd\xd9\x90\x53\x56\xe8\xeb\x95\x73\xac\x42\x4e\x59\x71\xe0\x4f\xce\xb1\x5a\x12\xf7\x17\x97\x3e\xd0\xf6\xa8\x1e\x52\x09\xb6\x58\xba\x2f\x35\xad\x60\x1d\x2f\x7e\x35\x23\x2c\x5d\x07\x5f\xe2\xc9\x2d\x5e\x6e\x87\x23\xba\x6e\x8d\xbe\xb8\x72\x1a\x25\x99\x65\xc3\xdc\xde\x48\x59\x8d\xb2\xd8\xb5\xef\x51\x3d\x8d\xfd\x3d\xd8\x8d\x43\x9d\xbd\x43\x9d\xbd\x43\x9d\xbd\x27\xaf\xb3\xd7\x4e\x67\x6d\xad\xb0\xb6\xd5\x56\xdb\xa9\xaa\xcd\x7a\xea\x13\xf8\x9c\xdb\x2b\x93\xa5\x7c\xf4\xa2\x1a\xb9\x6d\x3e\x7a\xa1\xfb\x37\xe1\x9c\x2e\x8c\xf8\x39\xf2\xd1\x7f\xa3\x9a\xe5\x41\xad\x7c\x92\x75\xfb\x52\x75\xca\x57\xae\x50\x1e\x32\xe9\x0f\x28\x86\x87\x50\x93\x3d\x2e\xce\x21\xd4\xe4\x10\x6a\xf2\xc5\x86\x9a\x34\xab\x27\x34\xde\x39\x4b\xb2\x23\x6e\xb9\xb7\x32\x88\x5f\x41\x94\xd2\x62\x7f\x0b\x24\xf3\x3a\x6d\x21\x97\xa5\x0b\xc8\xc3\xdb\x6b\x0e\xa3\xf8\x4d\xa8\x0c\xb5\xab\xf9\x1c\xaa\xc3\x01\x04\x7b\xaf\x20\xd8\xaf\x6e\xda\x07\xa9\xf2\x20\x55\x1e\x04\xa7\x96\x13\x3e\x08\x4e\xaf\x57\x70\x7a\x29\x6d\xe8\x4b\xc2\x43\xd2\x22\x56\x21\x2b\x69\x6d\x9c\xb2\xc1\x34\x02\x67\x46\xb6\x4c\x38\x8e\x37\x45\x1c\xfd\x1a\x88\x6f\x6b\xe4\xbe\xa0\x5d\x91\xc7\x29\x97\xc4\xbf\x75\xb2\x9d\x69\x40\xf7\xf8\x16\x44\x3b\x3d\x4e\x33\xe2\x16\xd1\x91\x61\x87\xef\xfe\xbd\xc5\xc0\xaf\xed\x9d\x0c\x9c\x66\x8a\x63\x07\x1a\x60\xc4\xb3\x14\xaf\xd0\x02\x3f\x10\x34\xc3\x34\x31\xf6\x39\x1a\xe3\xf2\xfa\x96\xe6\xb6\x6e\x40\xff\xd9\x6d\x40\xb8\x38\x9c\x3c\xa3\x51\xdf\x17\x46\xaa\x8a\x70\xe2\xdc\x7d\xf0\xce\x02\x4b\x84\x13\x41\x70\xbc\x42\x53\x42\x58\x90\xc9\xd6\x76\xcc\x7b\x11\x8c\x5f\x3c\x3c\x33\xa4\x9b\x17\x8d\xf2\x06\xae\xd1\x58\x2d\x7a\xef\x8a\x65\x99\x93\xec\xa0\x43\xee\xa2\x38\xca\xef\xdf\x0a\x73\x79\x0e\x35\xf1\x0b\xf6\x22\x1d\x3c\x45\xbf\xcd\x9a\x8c\xaf\x46\xfb\x38\xa8\xe8\x87\x24\xe3\x83\xe7\xe7\x60\xc0\x38\x18\x30\xf6\xbe\x8c\xaf\xc9\x80\xf1\x82\x32\xba\xc9\x6d\x7a\x92\x62\x25\xaf\x45\x5a\x3f\x08\xeb\x07\x61\xfd\x20\xac\x7f\xb1\xc2\xfa\xeb\x58\xe1\x83\xa4\x7e\x90\xd4\x0f\x92\xfa\x41\x52\x3f\x48\xea\x7b\x5f\xc6\x83\xa4\x5e\x92\xd4\xe1\x5f\x0e\x2d\xa0\xab\xd8\xde\x5a\x5c\xdf\x0e\x1a\xa0\x9d\x9b\xce\x62\x03\xbc\x15\xc9\xfc\x20\x95\x1f\xa4\xf2\xd7\x2d\x95\xbf\x9a\x09\x7d\x79\x09\xc1\x87\x94\xda\x43\x4a\xed\x21\xa5\xf6\x25\x52\x6a\x1d\x2f\x59\x27\xe1\xac\xab\xa5\xf3\xc9\x32\x97\xaf\x29\x8b\x92\x0c\x44\x55\xfd\xf3\x0f\x19\x4d\x62\x04\x2a\x92\xd6\x74\x29\x67\xdf\x00\x3d\x01\x29\xc0\x38\x5d\xf5\x87\xf5\x12\xcc\xa7\x0a\xab\x7b\xb5\x42\x4c\x3e\xda\x6d\x61\xd8\xf6\xb5\xa7\xbe\x04\xee\x16\x15\xf7\x0a\xbf\xb9\x86\x5e\x51\x1d\xbe\x9e\x13\x4b\x34\x47\x72\xe3\x7b\xe2\x8a\x7c\xb5\x7d\x76\xaa\xcf\xf7\xb3\xfd\xe8\x6d\x95\x32\xa8\x8e\xfa\x50\x95\x0f\x05\xbb\x76\xa8\xca\xf7\x84\xf3\x76\xe7\x6c\xc3\xcc\x1d\x8d\x1a\x5b\xf8\x1b\x9d\xf6\x8b\x07\x3b\x36\x9f\xf4\x17\x0d\x7d\xac\xbd\xc8\x2a\xb9\x75\xc7\xff\xac\xbd\xa7\x5e\xa0\x18\x61\xe7\xcb\x69\x2f\x65\x09\x77\xb9\x9e\x3e\x10\xf5\xa5\xdc\x4d\x87\xd2\x84\x87\xf2\x3a\x7b\x9a\xee\x56\x77\xcf\x9b\x9d\xed\xa1\x10\xe3\xa1\x10\xe3\xa1\x10\x63\xe1\x08\x1e\x0a\x31\x1e\x0a\x31\x22\xf4\x2c\x85\x18\x3b\xcb\x8c\x7b\x28\xc9\xb8\x8b\xc4\x68\xba\xff\x52\x84\xc6\x43\x59\xc6\x83\xdc\xb8\xbf\xe9\xfe\xb6\xe4\xc6\x57\x68\xb5\x78\x15\xf5\x27\xbd\xd5\xe2\xc5\xa1\x80\x3c\x6b\x6f\x0d\x07\x14\xc6\x9a\xf8\xaf\xf7\x8a\x0a\xe4\x36\xed\x80\x0c\x64\xff\xef\x80\x0c\x74\x40\x06\x6a\x98\xf5\x21\x98\xf9\x80\x0c\x84\x0e\xe1\xba\x87\x70\xdd\xd7\x1c\xae\xdb\x62\x1b\x0f\xc8\x40\x2d\x45\xc6\x27\x42\x07\x72\x32\xd7\x4e\x08\x41\x35\xe2\xe0\x66\x94\xa0\x9f\xab\x1a\xd1\xab\x15\xf5\xdc\x58\x0f\x68\x41\x07\xb4\xa0\x5d\x69\xe7\x55\x28\xa0\xcf\x88\x1a\x54\xc7\x61\xba\xe4\x22\xd7\x30\x97\x5d\x15\xcc\xb7\x81\x20\xe4\x46\x7b\x48\x4c\x3e\xa4\x40\xbc\xfe\x14\x88\x57\x97\x98\xfc\x6a\x34\x95\x83\x3a\x7f\xc8\x4d\x3e\xe4\x26\x1f\x8c\x1d\x07\x63\xc7\xde\x97\xf1\x35\x19\x3b\x5e\x58\x6e\x7f\x42\x24\xa1\xd7\x28\xc1\x1f\x04\x78\xf3\xde\x41\x80\x3f\x08\xf0\x5f\xa8\x00\xff\x3a\x56\xf8\x20\xbd\x1f\xa4\xf7\x83\xf4\x7e\x90\xde\x0f\xd2\xfb\xde\x97\xf1\x20\xbd\x3f\x1b\xba\x50\x9d\x08\xdf\x19\x61\xa8\xa3\x9b\x2f\x48\x20\x7b\x4b\xd2\xfa\x41\x52\x3f\x48\xea\xaf\x5b\x52\x7f\x35\x13\x3a\xa0\x0d\x1d\xd0\x86\x0e\x68\x43\x07\xb4\xa1\xad\x64\xa4\x7f\xb3\xc7\xf2\x5d\x70\x13\xfb\x2b\xfb\xdd\x0f\x09\x9f\xde\xae\x96\x44\xff\xf7\x8c\xa6\x84\x49\x90\x68\xa9\x5a\x85\x32\x51\xc3\xca\x57\xd7\xfc\xdd\xcd\xe8\xe2\xc3\x79\x98\x86\xf6\xee\xe3\xdd\xf9\xed\xe8\x6a\x70\xed\xd7\xc5\xcf\x2a\x5c\x0b\xfb\x5d\x41\xac\x3b\xe5\xe9\x12\x0b\x2a\x39\x1b\x7e\xd6\xa7\x53\x0f\xed\x12\x64\x1f\x2e\xb6\x1b\xdd\xf0\x2f\xe1\xc8\x2e\x8a\x7f\x7e\xb8\x2d\xfe\x55\x98\xc5\xf9\x6d\xf1\xaf\xe1\xda\xd9\x04\x0d\x97\xf9\xd9\x11\xfa\x70\x7b\x82\x3e\x40\x90\x8a\x40\xb7\x0b\x6c\x58\xd2\xf9\xed\x09\x3a\x27\x52\xc2\x2f\xf9\xc7\x8a\xaa\x04\xe6\xf6\x03\x65\x58\xac\x90\x9b\xbe\xc9\x45\xc5\x60\xfd\x75\x4b\x53\x5e\x3c\xf6\xb7\x8c\x81\x42\x93\xaf\xde\x39\x9f\xd3\x08\x27\xbb\x2d\xe2\xe0\x22\x3c\x48\xef\x2e\xaf\xd7\x2e\x45\xf8\x76\x75\x2d\x06\x17\x67\x90\x19\xeb\x86\x5a\x33\xf3\x0b\x22\xb5\xc6\x14\x71\x16\x5b\x8b\xb8\xe6\x67\xab\x40\x4c\xf9\x1b\x87\x5c\xd9\x4c\x6a\xe1\x79\x70\x71\x86\x8e\xd1\xe5\xf5\x98\x5d\x6a\xad\x4a\xf3\x59\xa2\xef\x77\xc3\x75\xa9\x44\x8c\x2b\x44\xd3\x25\x17\x0a\x33\xa5\x45\x1b\x60\x6c\x76\x45\x8c\x92\x76\xca\xd3\x34\x53\x58\xd1\x07\x52\x59\x54\x66\x94\xc4\x1b\xa2\x46\x31\x18\x9c\x6b\xd6\xd0\x70\xbe\x7c\x2e\x4b\xa1\xdb\xd7\x5c\xb7\xa8\x59\xd0\xb8\x22\x9c\xbb\x26\xb0\x10\xb8\xc8\x1f\xdf\x51\x45\xd2\xf2\xfb\x2d\x03\x26\xff\x55\xab\x36\xe9\x2b\xe1\x9c\x63\xad\x82\x9a\xf4\xc8\x73\xaa\x88\xc0\xc9\x47\xbc\x7c\xef\x6c\x58\x5b\xd0\xc7\xff\xbd\x29\x24\xaa\xbe\xfb\x65\xf0\x31\x4c\x75\x7d\x77\x75\x7d\x79\x7b\xb9\x96\x66\x0a\x2d\x54\x89\x46\x3f\x3e\x81\xff\x45\xc7\x48\xb7\xee\x6f\xae\x94\x28\xac\x6f\x74\xf4\xb5\x49\xe9\xf2\x29\x18\x94\x25\x40\x23\x4b\x41\x53\xaa\xf7\xd5\x6a\xf1\xdf\x98\xcb\xd1\xdf\xfe\x9e\x4a\xcc\x07\x26\x69\x13\xe4\x0e\x85\x59\x8c\x45\x8c\xfe\x26\xcb\xf9\xcc\x60\x3c\x32\x3f\x90\x18\x1d\xa1\x85\x52\x4b\x79\x72\x7c\xfc\xf8\xf8\xd8\xd7\x6f\xf7\xb9\x98\x1f\xeb\x7f\x1c\x11\xd6\x5f\xa8\x34\x31\xf9\xdb\x7a\x15\x4e\xd0\x95\xe0\x8a\x83\x00\x81\x24\x11\x14\x27\x90\x4a\x3a\x35\xa7\x9d\xcf\xd0\xaf\x11\x17\xa4\x9f\x6f\x8c\x55\x2c\x8d\x50\xe2\x94\xcf\x63\xfd\x52\xcd\xd1\x29\xef\x27\x8a\x49\x44\x63\x2b\x49\x11\x16\x71\xb0\x3e\x18\x7b\xa5\x6e\xcf\xe5\xc1\x11\xeb\x2c\xf2\xcb\x19\x08\x1b\x38\x26\x08\x3f\x60\x9a\x18\x94\x00\x6e\x0c\x91\x66\x9d\x4d\x72\xcb\xc8\x88\x9d\x99\x16\xb1\x21\x3a\x11\x14\x49\xf7\xea\x52\x4f\x38\xe2\x09\x9a\x66\xb3\x19\x11\xa1\xaf\xaa\xa7\xa5\x11\x2a\x91\x20\x11\x4f\x53\xc2\x8c\xa9\x52\x37\x04\x5f\xc2\x8a\xd9\xd1\xf6\xc7\x0c\xf6\x5f\x8b\x29\x40\x01\x31\x87\x83\xcd\x88\x56\x57\xd8\xca\x74\x33\xcd\x66\x05\x5f\x18\xe0\x22\xe0\x18\x51\x35\x66\x83\x44\x2b\xb6\x29\x57\x24\x0c\xb3\x04\xc3\x79\x61\xc1\x81\x21\x08\xb2\x4c\x70\xe4\x92\x78\x13\x1e\xe1\x04\xcd\x68\x42\xe4\x4a\x2a\x92\x86\x0d\x7c\x0d\xba\x96\x5e\x33\x2a\x51\xcc\x1f\x59\xc2\xb1\x9d\x47\xf9\xb3\x6f\x8a\xbc\x65\xe8\xb2\xe5\x87\x42\x70\x01\xff\xf3\x13\x65\xf1\x76\x67\xf0\xee\xe2\xa7\x8b\xcb\x9f\x0b\xc7\xf0\xee\x66\x78\x1d\xfe\x7d\xf3\xcb\xcd\xed\xf0\xe3\xda\x73\x58\x6e\x25\xa7\x2c\x18\x1e\xc8\xe0\x27\xe8\xc6\x2c\x02\x17\x48\x6b\x55\x0d\x93\xfa\x68\x49\x29\xff\x81\xc7\x64\xbb\xb9\x7d\x1c\x5c\xdc\x0d\x0a\x1c\xe5\xe6\xf4\xc7\xe1\xd9\xdd\x79\x41\xc0\x73\xf3\x0b\x7e\xb9\x1e\x1a\xf1\x2d\xfc\xed\xf4\xc7\xd1\xf9\xd9\xa4\x46\xe0\x7b\x77\x3d\x3c\xbd\xfc\x34\xbc\xce\x65\xb3\xda\x25\x2a\x0d\xa6\xcc\xac\x6e\x0d\x53\x5a\xf0\x18\x4d\x57\x61\x9e\x69\x8e\x8d\xf0\x88\x25\x4a\xc0\x1f\x93\x63\x74\x98\x56\x4f\x80\x37\x39\xb0\x88\xfc\x0b\x2d\xf0\xf7\xec\x3b\x00\xed\x60\x94\x23\xac\x8a\x58\x11\x61\xc3\xba\x77\xcc\x02\x45\xc3\x80\x3c\xf8\x85\xd3\xaa\x90\xd4\x2f\x66\xfa\x50\x0b\x3a\x9f\x83\xe2\x5f\x1a\xaa\x69\xcd\x7e\x0a\xcb\x0b\xdf\x99\xfd\x5f\x0a\x0e\xe7\x5c\x77\x6b\x2d\x46\x5e\xab\x30\x1f\x1a\x64\xca\x42\x8b\x02\x83\xc2\x50\x33\x34\xb7\x59\x7a\x11\x1a\xd7\xcb\x9c\xc7\x3c\x30\x1a\xd8\x96\x34\xf6\x8a\xa5\x20\x0f\x94\x67\xc1\xa7\x16\xb1\xa4\xb0\xe3\xb5\xcd\xe7\x0b\x00\xcb\x66\x94\x9a\x52\x33\x9e\x3c\x6a\x5b\xd0\x2c\xec\x01\x5a\x98\x09\x9e\xd6\xb4\x51\x3c\x26\xa3\xcb\x1b\x25\xb0\x22\xf3\xd5\x99\x65\x19\xdb\x1f\x8f\xb3\xcb\x9f\x2f\xce\x2f\x07\x67\x93\xe1\xe0\x43\xf1\xc4\xfb\x27\x37\xb7\xd7\xc3\xc1\xc7\xe2\xa3\xc9\xc5\xe5\xed\xc4\xbd\xb1\x96\xe4\x1b\x3a\xa8\xde\xd3\xc5\x17\x4f\x90\x66\xb9\xc0\x1a\x1d\x04\x5c\xc0\x1f\xa7\x64\xc6\x85\xe1\xf3\xa9\x73\x5f\xc2\x8d\x82\xfc\xda\x92\xd8\x28\xef\xc5\x59\x9c\x80\x66\x5b\xd7\xa4\xb1\x5a\x29\x41\x70\x0a\xf7\x04\x66\x68\xc8\xe2\xa3\xcb\xd9\xd1\x8d\xf9\x31\xc5\xe2\x9e\x08\xff\xe9\xa3\xa0\x4a\x11\x30\xff\x53\xeb\x19\x00\xcd\x1b\x86\xac\x2f\x32\x08\xaf\xcf\x3b\xe8\xa3\x6b\xcd\xf7\xf5\xfb\xfe\x52\xd3\xc4\x1e\x13\x85\x69\x22\xed\x60\x0b\xeb\x7a\x82\xce\xb1\x98\xe7\x7a\xf4\xd7\x7c\x36\x33\x8d\x7d\x63\x86\xa1\xef\xb0\xc2\x2c\x6a\x78\xaf\x26\x0d\x77\x2f\x42\x7f\xf6\x65\x2f\xfd\x55\xa9\xea\x6e\xb9\x1b\x4d\xdd\x5d\xc1\x8a\x5f\x5e\x4c\x86\xff\x3d\x2a\x68\x42\xf6\x49\x0d\xad\xc1\xc4\xcd\xe3\xf5\x97\x4c\x7d\xdb\x55\x72\x2a\xbe\x58\x43\x4e\x26\x0b\x47\xef\xfc\x4c\xeb\x56\x35\xb4\x44\x3e\x53\x65\x36\x26\x1c\x77\x89\x84\xf2\x66\xc0\x3c\x82\x97\x4b\x82\x85\xac\xdb\xed\xa2\x18\xd8\xb0\xf7\xa6\xa7\xb0\x0f\xbb\xc9\xae\x9f\x1e\xe2\x2c\x59\x85\x42\x44\x89\x22\x5b\xd0\x80\x69\xab\x42\x01\x57\x00\xff\x73\x69\xa1\x76\x3e\x52\xa9\x55\x24\xf3\xe3\x0f\x16\x03\x68\x3b\x82\x78\x3f\x18\x9d\x97\x84\x8b\xc9\xd9\xf0\xfd\xe0\xee\x7c\xbd\x9a\x5f\xf8\xae\xbc\xc5\xe8\x08\xe9\xe7\x45\xdf\x19\x9d\x99\x3b\xc3\x21\x19\x19\x05\x8e\x30\x2d\x7e\xba\xa4\x19\x63\x6f\x8a\xc9\x32\xe1\xab\x94\x30\x30\xdf\x17\x6e\x42\xbd\x9e\x33\x4c\xed\xd5\x12\x0c\xf6\x44\xcb\x2c\xd6\xb2\x08\xd7\xd8\x91\x83\x4f\x22\xb1\xbf\x79\x8b\xe8\x49\x25\xd6\x7d\x65\xac\xdf\xf6\x3f\x37\x0a\xab\x2d\xcf\xd8\xe0\xf4\x76\xf4\xa9\x60\x73\x18\x5c\x9f\xfe\x38\xfa\x54\x27\xd5\x4c\x3e\x0c\x2f\x86\xd7\x83\xdb\x0d\xc2\x49\xa9\xc9\x3a\xe1\x44\xea\x01\x97\xbd\x1f\x54\xfa\xa8\x00\x7d\x76\x04\x4f\x10\x55\x12\x3d\x50\x49\xa7\x14\x10\xab\xac\x27\xe1\x6e\x04\x9c\x15\xd2\xa4\xa8\x5a\x39\xf1\xc5\xf4\x5b\xdc\x47\xcd\x49\x6d\xfb\x46\xc9\x0e\xfd\x0b\x91\x56\xc9\xcc\xe6\xb8\x49\x9f\xa0\x81\x88\x16\xf4\x01\x94\xb6\xe0\x33\xa6\x05\x69\x36\x27\xc2\x0c\x07\xac\xa7\xe1\x58\x82\xe7\x7a\x54\xa1\xb0\x92\xaf\x9a\x17\x5a\xe7\x84\x69\xc5\x3f\xec\xc4\x08\x52\x82\xb0\xaf\xb4\xcc\xb5\x4c\x68\x44\x55\xb2\x42\x11\x58\x6c\x62\x2d\xe6\xa6\x98\xe1\xb9\x15\x0e\x40\xcd\x29\x91\xc4\x5f\x0c\xac\xd7\xe5\xcc\x9a\xe6\x6e\x29\xd9\xf2\x98\xdd\x5d\x9c\x0d\xdf\x8f\x2e\x8a\x24\xf0\xe3\xe8\x43\x41\x84\xfd\x38\x3c\x1b\xdd\x15\x6e\x73\x2d\xc9\xae\x97\xeb\xcb\xcd\xd6\x1c\x45\xff\xd2\x09\x3a\x33\x9f\x9e\xe8\xc5\xad\xc1\x2c\xf3\xca\x6f\x69\x1d\xae\x5d\x58\x8e\xfb\xc7\x90\x29\x51\x6b\x57\x6c\x6b\x30\xb1\x3e\x84\x82\xc5\xa4\xde\xd5\x58\xe9\xfb\xa2\xec\x14\xaa\xba\x62\xad\x23\x41\x77\xd2\xcf\xed\x28\xa1\x0f\x12\x8c\x06\x4d\x26\x9b\x1a\xb3\x74\xce\xb0\x3f\x81\x8b\x29\xcd\xa4\x32\xae\x00\x20\x4e\x74\xff\x67\xa9\x17\x14\x5c\x05\x7d\x74\x43\xc8\x98\x39\xeb\xc1\x9c\xaa\x45\x36\xed\x47\x3c\x3d\xce\x01\xf3\x8e\xf1\x92\xa6\x58\x4b\xd2\x44\xac\x8e\xa7\x09\x9f\x1e\xa7\x58\x2a\x22\x8e\x97\xf7\x73\xf0\x82\x3b\x77\xc8\xb1\x6f\x76\xce\x7f\x77\xfe\xc7\x6f\x8f\xce\xff\xfc\xed\xbb\xaa\x3d\xa8\x69\xff\x87\x2c\xc2\x4b\x99\x25\x36\x6a\x46\x84\x6b\xe3\x8e\x7c\x46\x36\xed\xf7\x45\x71\xbb\x76\xd3\x5f\x4f\xaf\xee\x0a\xf6\xd9\xe2\x9f\x1f\x87\x1f\x2f\xaf\x7f\x29\x70\xca\xdb\xcb\xeb\xc1\x87\x02\x43\x1d\x5e\xfd\x38\xfc\x38\xbc\x1e\x9c\x4f\xdc\xc3\x4e\xda\x6f\x69\x8d\x7e\x62\xfc\x91\x15\x97\x46\x3a\x0e\x58\xe9\xe9\x04\xbd\xe7\x02\xfd\xe4\x77\xf2\x68\x8a\x25\x5c\x31\xee\xce\x92\x3d\xb4\xe4\x31\x30\x5e\x44\x96\x0b\x92\x12\x81\x13\x6b\x33\x90\x8a\x0b\x3c\x37\x37\xbd\x8c\x04\x56\xd1\x02\xc9\x25\x8e\x48\x0f\x45\x40\x0d\xf3\x1e\x6c\x0a\xa8\x5a\x7c\x2e\xcb\xfb\x92\x31\x45\x53\xe2\x54\x70\xfb\xe7\xad\xd9\x8c\x2d\x36\xe7\xf2\xf6\xc7\xa2\xb0\xf7\xfe\xfc\x97\xdb\xe1\xe4\xe6\xec\xa7\xb5\xeb\x69\x3e\x2b\x8c\xec\x06\x02\x08\x4e\x79\x92\xa5\x2c\xfc\xf7\xf6\x63\x1b\x5d\xdc\x0e\x3f\x94\x47\x77\x39\xb8\x2d\x52\xc6\x75\x31\xc8\xe5\xdd\x0f\x97\x97\xe7\xc3\x82\x4b\xe7\xdd\xd9\xe0\x76\x78\x3b\xfa\x58\xa0\x9f\xb3\xbb\x6b\x03\xc3\xb7\x6e\x9a\x6e\x04\x35\x13\xd5\xd3\x0a\xa7\xb9\x6f\x56\xd8\x8a\x13\x0d\x6c\x50\xa9\x39\xcb\x47\x01\x50\x8b\x09\xe7\x00\xab\xce\x91\x37\xa9\x46\x66\xa4\xb5\xec\x50\x15\xb7\x09\x35\xb3\xe3\xb5\x1b\xbd\x8e\x2b\xdf\xfa\x21\x18\x6c\x4a\xa3\x6c\xe3\x24\xe1\x8f\x26\x9c\x2f\xa5\xfa\x56\xb6\xb0\x5d\xfa\x15\x89\xa2\x4c\x08\xc2\x54\xb2\xea\xd7\x70\xbc\xe2\xb6\x90\x48\x10\xf5\x91\x67\x4c\x6d\x4f\x72\x83\x8b\x02\xdf\x19\x5e\x7c\x9a\x7c\x1a\x14\x29\x70\x74\xbe\x9e\xd5\x84\x4d\xd4\x5c\xc5\x83\x8b\x5f\xfc\x25\x0c\x41\x9f\x3d\xaf\xa1\x1a\xd9\x35\x4a\xa8\x16\x7b\x23\xac\xb5\xd7\x04\x24\x1a\x44\x28\x98\x1c\x52\x3d\x39\x08\x32\x5b\x1a\xef\x89\xe1\x4f\x66\x90\x27\xee\x1f\xa5\xf6\x24\xac\x0b\x58\x53\x5d\x4c\x2d\xb4\x63\xb5\x6a\x86\x08\x7b\xa0\x82\x03\xc0\x2a\x7a\xc0\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x02\xff\xdb\xad\x4d\x30\x8c\x96\x18\xd7\x0d\x17\xea\xcc\x07\xf3\x6d\x67\x0d\xa9\x0b\x6a\xab\x86\xb3\xd5\x1b\x3a\xaa\xdf\xd6\x6c\xce\x8e\x41\x7f\x85\x09\xdf\x62\x79\x5f\x31\x99\x8e\x98\x54\x98\x45\xe4\x34\xc1\x52\x6e\xbb\x0a\x46\x35\xeb\x15\x19\xe5\xf5\xf5\xdd\xd5\xed\xe8\x87\x0d\xc4\x59\xfe\xb8\x1a\x46\x19\x25\x99\xf3\x2a\x4c\x05\xc7\x31\xd2\xbb\x3e\xe7\xc6\x83\x61\xe5\x95\x1c\x42\xd7\x84\x24\xfb\x38\x8e\x02\x7c\x6f\x1e\x49\x69\xd5\xb3\xd0\x02\x4a\xed\x42\xa0\x48\xaf\x04\x0a\x34\x35\xc7\xac\xc0\x21\x62\x2a\x0b\x58\xa5\x7c\x99\x60\x35\xe3\x22\x35\xc4\x59\x98\xb4\x69\x7c\x7d\xa3\x94\x29\x22\x44\xb6\x54\xd4\x61\x22\x97\x2f\x57\x28\x69\xcd\xe7\x1f\x89\x94\x78\x4e\x76\xf1\x9b\xd5\xc9\x3c\x37\x9f\xc2\x3f\xc1\x2f\xd6\x46\x64\x29\x8c\xd0\x05\xdc\x39\x7a\xba\x64\xef\x31\x4d\x32\x41\xae\x78\x42\xa3\x2d\xfd\xfc\x5a\x51\x9f\x8c\x3e\x6a\xdd\x63\x70\x3b\x3c\x2f\x70\x40\x78\x36\x78\x7f\x3b\xbc\xb6\xa0\xb3\x83\x1f\xce\x87\x93\x8b\xcb\xb3\xe1\xcd\xe4\xf4\xf2\xe3\xd5\xf9\x70\x83\xfb\xbc\xb1\xf1\xaa\x51\xa8\xfc\xea\x49\xe5\x17\xd8\x61\x91\x19\xd5\xce\xa9\xf9\x10\xf0\x8e\x69\x02\xbe\x3b\x6e\x7c\x78\x18\x31\x1e\x1b\xe8\x0f\xe9\x94\x4a\x8f\x06\x8b\x46\xea\xab\x24\x41\x38\x53\x3c\xc5\x60\x6c\x4e\x56\x63\x86\xa7\x5c\x28\x50\x6d\xfd\x9d\x83\x44\xc6\x98\x3e\xdf\xba\x31\x03\x75\x1c\x25\x04\x33\x94\x2d\x83\x3c\x05\x6b\xee\x9c\x51\x06\x01\x3e\x29\x16\xf7\xae\x6e\x93\x8f\xfe\xf4\x87\x42\x22\x2c\xc7\xcc\x40\x92\x58\x26\xdb\x62\x85\x4f\x5a\xbd\xd5\xb8\x3a\x29\xbe\x27\x7a\x55\xd2\x2c\x5a\x68\xe5\x78\x2e\x88\x94\xd6\x24\x16\x61\x66\xfc\xa6\xf6\xf5\x47\x9a\x24\x63\xc6\xb8\x5e\x0a\x67\x79\x8b\xc9\x92\xb0\x98\xb0\x88\x9a\x8c\x04\x70\x39\x7a\x8b\xcc\x5c\xe0\xe5\x02\x49\x0e\xbe\x3a\x58\x76\x50\xbb\xcd\x47\x2e\xda\xc8\x82\xb0\xc0\xe3\xd0\x70\x26\x32\xcd\x27\x2e\xe1\x7a\x33\xab\x0c\x1f\x3b\xab\x99\xb3\x16\x1b\xf3\x45\xba\x4c\x88\x32\xa0\xd7\xb0\xe4\xb0\x19\x7a\xad\x0b\xfb\xa1\xb7\xa9\x6e\x13\xc6\x2c\x1f\x33\x96\x76\x44\xfd\x1a\x83\x9c\x3d\x52\xe8\x47\xcc\xe2\x44\xb7\xe2\x4c\xaf\xc5\xb3\x08\x11\xb0\x03\x4d\x35\xee\x34\xee\x22\x03\x46\x38\x93\x9d\x84\xc0\xf5\x69\x24\xc6\x98\x71\x94\xfb\xb2\x81\xbc\x6d\x0e\x09\xac\xee\x52\xb3\x48\x9c\x70\xbb\x4a\xe6\xf5\xcc\x14\x72\x41\x30\x9a\x06\xc5\x79\x29\x28\x8b\xe8\x12\x27\x5b\x89\xac\xa5\x18\x40\x1b\x5a\xf7\x35\x9d\x69\xf2\xf9\xa6\xe2\x6d\x52\x44\xa4\x90\x5b\x65\x87\xe9\xb7\xb0\x83\x02\x6c\x83\x29\x89\xcc\x9d\xe0\x58\xf0\xcc\xb8\x11\x60\x5d\x48\x5c\x73\x54\xfb\x75\xdb\xad\x4f\x06\x2e\xc6\x5d\x6d\xb1\xd9\x26\x60\xa1\x69\xfd\x4a\xad\xd8\xde\x4d\xc4\x0c\x4e\xae\xea\xdb\xac\xdb\x81\xe0\xe1\xbf\xd6\xd1\xce\x47\xbc\xd4\x34\x63\xa1\xb8\x71\x3e\x47\x2b\xdb\xd9\xf2\x3e\xce\xed\x1f\xb8\xfc\x7c\x38\x6a\xfb\xdd\xc8\x97\xd0\xc6\x6d\x54\x3b\x29\xb8\x3e\x83\xf4\x38\x4b\xe3\xb3\x4c\xe9\xe3\x89\xc1\x79\x8a\xbe\x26\xfd\x79\x1f\x39\xd0\xf4\x1e\x1a\x5c\x5d\x0d\x2f\xce\x7a\x88\xa8\xe8\x1b\x17\x58\x64\xe3\x2c\xc6\x4c\x71\x2b\xad\xac\xd0\x82\x3f\x02\x6f\x24\x62\x4e\x0a\x73\x76\x41\x19\x00\xda\x34\xa7\x52\x09\x1b\x1a\xc2\xe2\xb0\x64\x00\x4d\xcb\x22\xae\xa1\x90\x4c\x2d\x76\x21\x0d\x2c\x65\x96\x6a\x11\x7c\x42\x71\x3a\x11\x3c\xd9\x85\x29\x9c\xc1\x54\x40\xca\xf7\x99\x85\x14\xa7\x48\x37\x6b\x3d\xd8\xde\x53\xe2\x45\x3a\x2d\x18\x69\xbe\xac\xef\xcd\xe0\xde\x72\x46\x53\x1b\x46\x43\x9d\xe7\x16\x32\x0f\x1b\x58\x45\x6e\xed\x9a\x58\x03\xe3\x04\x47\x91\xd6\x14\xf6\x3c\xa9\xa0\x0e\x85\xb3\x64\xda\x8e\x9e\x6c\x9a\x9b\xe8\xdc\x0d\x73\xa9\x39\x18\x44\xec\x55\x21\xe4\x6b\xfa\x9d\xae\x2a\xbd\xba\x4a\x11\x77\xd2\x6b\x82\xe6\x12\x96\x04\x76\x52\x9a\x4a\x13\x6a\x41\x2c\xe2\x59\xd8\xa5\x8b\xc3\xd5\x0d\xaf\x78\x26\xea\x18\xdd\x98\x9d\x91\xa5\x20\x5a\xd2\x2f\xdb\x7d\x3d\x4d\x5f\x17\x29\xf1\x40\xd7\x07\xba\x7e\xf3\x74\x7d\x6a\xaa\xc3\x38\x13\x77\x50\x7d\x61\x17\x42\xaf\x6b\x65\x5d\x4b\xe8\xc9\xef\xf7\x53\x73\xb1\xd7\x15\xb5\x28\x52\x91\xbb\x83\x29\xab\x94\xf3\x31\x1b\x09\xb5\x69\xe1\xc2\xfd\x7b\xc6\x15\x96\xdf\xf4\xc7\x4c\x4b\x0f\xf7\x64\x65\xcc\x23\xfa\x7e\xfe\xbd\x16\x42\x8f\x24\x61\x12\xc2\x33\x7f\x6f\xcc\xe9\x7a\x6f\x9d\x79\xc9\xe8\x64\xa6\x8a\x50\xb1\xde\x06\x84\xd4\xd9\x46\xad\x78\x90\x07\x2c\xe6\x45\x3a\xdc\x33\x33\xfc\x39\x51\x90\xd2\xa4\xa8\x02\x65\x21\x36\x65\x8a\x2a\x43\xdf\x68\x43\x34\x54\x21\x38\xd8\x35\xe3\x6c\x37\x8e\x27\xab\x6d\x6c\x64\x09\x5e\x4c\xbe\xb1\x31\xaa\xc7\xce\x60\x12\x09\x5e\xa9\xfd\x83\x25\x32\x3b\x3d\x35\xe7\xc0\xf9\x9b\x08\xeb\x3f\xd2\x7b\xba\x24\x31\xc5\x10\xb1\xaa\xff\x3a\xd6\xf3\xfa\xdd\xe9\xf5\xe5\xc5\x24\x8f\x33\xff\xaf\x31\x1b\x24\x92\x23\x2d\xf8\x73\xa1\x24\x62\x9c\xf9\xf0\xd8\xa5\x20\x4e\x16\xb2\x73\xd1\xab\x1a\x98\x82\xc7\xac\x69\x04\x31\x8f\x64\x1f\x3f\xca\x3e\x4e\xf1\x3f\x38\x03\xd7\xd7\x00\xfe\x79\x9a\xf0\x2c\xfe\x19\xab\x68\x71\x0c\x1e\x29\x75\x4c\x1e\x08\x53\xc6\xac\xac\x97\x2b\x86\x64\x19\x09\xd1\xb5\xbf\xd3\x63\xce\x43\xde\xa5\x56\xe1\x22\xb2\x54\xe8\xff\x15\x64\xca\xb9\xaa\xe7\xce\x7c\x36\x93\xa4\x13\x27\xce\xb5\x93\x9b\x4b\xf4\xe7\x3f\x7d\xfb\x9d\x26\xa1\x6d\xd6\x78\x74\x73\x39\xd1\xdf\xff\xee\xcc\x7e\x2f\x3b\x70\xd6\x4b\x63\xd5\xb5\xae\x21\xb3\x1a\x26\xd0\x35\x63\xc0\xf6\x85\x29\x08\xcd\x11\x36\xe4\x90\xef\x63\x1d\x77\x3b\x33\x69\x85\x3b\xc5\xb4\xef\x70\x9d\x7d\x48\xf8\x14\x0c\x22\x59\xa1\x20\xc9\x1a\x8f\x6c\x57\x37\x48\xf9\x62\xa2\x72\x99\xe0\x55\xa5\x87\x4d\xcb\x7e\xa1\xb9\xd3\x12\x47\x24\xcf\x87\x74\xc1\x13\x11\x4f\x53\x08\xe8\x71\x21\x14\x31\x9d\x41\x64\x8f\xd2\x97\x1d\x9a\x12\xf5\x08\x71\x64\xee\x57\x7f\x49\x3b\x4b\xa4\x66\x65\xc0\x2e\xc7\x7a\x91\xe3\x0c\xac\xdf\xe3\x77\x3d\x34\x7e\x17\x93\x07\x92\xf0\xa5\x3e\xcd\xfa\x07\xa2\xa2\xba\x4d\x1c\xa6\x98\x26\x17\x5c\xf9\xd0\xa4\x5d\xf6\x53\x90\x88\x2e\xa9\x3e\x5d\x13\xa2\xdb\x7d\xd2\x84\x85\xfa\x03\x76\xbb\x20\x1e\xb7\x01\xc6\x80\x70\x1c\x6b\x22\x86\xea\x2c\x6e\x78\xb9\x6d\x99\x05\x53\x2f\x54\x1d\xe8\x2e\xb0\x68\xad\x12\x7a\x0c\xdb\x2c\xc6\x7d\xd5\xee\x80\xb7\x38\xec\xf5\x24\xd5\xfb\xd6\x22\x2e\x3c\xc8\xb3\xef\x38\xaf\x94\xb1\x96\xfe\x6d\xe1\x9f\x20\x63\xd2\x9a\xea\x1a\x4d\x1b\xe5\x03\xa8\xd7\xa2\xdd\x38\x8b\x2b\x73\xa3\xbf\x5b\x3b\x34\x19\x42\x96\x44\x61\xfd\x2e\x50\xab\x6d\xac\x6f\x39\xbc\x98\x6c\x1c\x71\x94\x70\x99\x89\x96\x8e\xcb\xe2\xa0\x4f\xed\xa7\xeb\xc6\x3d\x0c\xad\x10\x59\xa2\x64\x27\x43\x47\xcd\xc2\x97\x72\x53\x0d\x9b\x50\x56\x72\xb6\x6f\xf7\x50\x5e\xfc\x1f\x27\x79\x20\x34\x8b\x51\x2e\x25\x8e\x59\x6e\xcb\x92\xe8\x91\x24\x60\xfe\x8e\x78\xba\x04\x09\xc8\x0e\xd7\xb6\xa4\x2f\x70\x85\x15\xe9\x21\x9e\x29\xdd\x98\x09\x31\x70\x77\x9c\x8d\x5f\x08\xaa\x45\x83\x4c\x6e\x7d\x79\x1e\x2b\xc3\xd0\xba\x61\x85\x94\xa1\x0f\x44\x41\x2b\x80\x45\x14\x4e\xd0\x54\x97\x5c\x7b\x94\x4e\x2b\xdb\xd6\xf9\x44\xd9\x99\x74\xd8\xf9\x3c\x0f\xe4\x87\x84\x4f\xd7\xee\xfb\x25\x34\x8e\xee\xae\x47\xce\x79\x90\xdb\x55\x03\x30\x85\x4d\xd4\x49\x84\x28\x04\x65\x6e\x38\xf8\xc5\xac\x91\xf5\x84\x09\x39\x1b\x94\x99\x0c\x1a\xc8\x73\x2a\x8f\xd3\x5a\xdc\x37\x8d\x11\xec\x9f\x93\xb7\x63\x7d\x36\xe3\x4d\xab\x16\xf7\x4d\xdb\x5f\xb4\xd4\x3f\xf5\x64\xe0\x68\xa8\x05\xa1\x02\xb5\x9a\x96\x3b\xb9\x13\x73\xda\xdb\x13\x4d\x4e\xd5\x4d\x22\xad\x61\x1f\x9e\x35\xe8\x81\x59\xa4\xa4\x42\x11\xd4\xfe\x98\x95\x06\x61\x5d\x38\x12\x01\x79\xc1\x2f\x94\xa1\x02\xd7\xef\xa1\x19\xfd\x6c\x1b\xcd\x5d\xbb\xee\xd5\x40\xd7\x6f\x70\x25\x2c\x70\x95\xec\x3a\xdc\x8c\x57\xf0\xfd\x5a\xd3\x36\x97\x4a\x0b\x16\x5a\x38\x13\x44\x8b\xd0\x24\x46\xd0\xad\x77\x34\x6f\xbc\x15\x15\x16\x7a\x51\x70\x27\x95\x22\x47\x0e\x8b\xb1\x22\x47\x8a\x6e\x0c\x59\x5c\x1a\x47\x84\x7e\x13\x61\x15\x24\xf0\xe5\xcc\x75\x4a\xe6\x98\x39\xaf\x64\xc3\x70\x1d\x57\xdf\xe1\x34\x6b\x21\x0d\x43\x40\x07\x88\x10\x7a\x40\xc5\x71\xc8\x25\xac\xe7\xda\x71\x58\xc3\xcf\x6b\x58\xb6\x47\xec\xed\x50\x0d\x83\xcd\xa0\x3e\xff\xab\x19\x6c\x82\xa5\x42\x76\x4c\x4d\xca\x52\x20\xc4\xee\x21\xf3\x78\x5d\xcd\xb6\x50\xfb\x68\x6b\x72\xd2\x24\x54\x94\xb3\x89\x52\xd4\x16\x14\xcb\x24\xb1\x79\x1d\x29\x11\x73\x27\xeb\x99\x62\x0f\xfe\x6c\xdb\xaa\x0f\x8e\x91\x86\xcc\x04\xfc\xd3\xd5\xa6\xfb\x68\xc0\x2a\x19\x6e\xce\x24\x59\x58\x2f\xc3\xb6\x71\xf2\x88\x57\x12\x2d\x85\x49\x06\x31\x4e\x6b\x37\x79\xf0\x15\x15\x3f\xf2\xc6\x10\xe5\xa2\x06\xa0\xa6\x73\x0b\x7b\x71\x50\xc3\xb0\x3d\xb7\x6b\x29\xf6\x97\x1c\xaa\x75\x65\x06\xbd\x36\x55\xcb\xea\x2a\x72\x6c\x9e\x19\x1a\x46\x0e\x5b\xf8\x19\x10\x2b\xad\x62\x31\x2c\x3a\x63\x9b\x64\x3d\x30\x24\x9e\xe3\x29\x49\x76\xf6\x99\x6e\x65\xd4\x81\xae\x2d\x30\x90\xd6\xe1\x89\x71\x2a\x43\x81\x6e\x51\x66\x6d\xce\x14\x2a\xb2\x3a\x17\xf3\xba\x79\x16\x6a\x95\xec\x30\x51\x87\x74\xb5\xcd\x54\x9b\xf0\xaf\xc2\x2b\x24\xc0\x89\xaa\x53\xa7\xc3\xab\xa4\x6c\x41\xda\x6e\x20\x01\x5c\x55\xc3\x38\x76\xc6\xab\xda\x38\x95\xad\x43\x6c\x5b\xe2\xc0\x8e\x66\x88\x71\x46\x10\x95\xf9\xcb\xaa\x18\x55\xe3\x13\x54\xb4\x44\x69\x74\xf5\x6a\xf5\xad\xa7\x56\xcc\xf3\xd0\x61\xaf\x4a\xba\xe8\x46\x46\xb4\x5e\x83\xc5\x0a\x12\xdc\x0d\x4f\x2b\xca\x47\x1b\xc7\xb9\x77\xe1\xf5\xd6\xe1\x17\x04\x0e\x1f\xc5\x11\x88\x64\xa5\xc1\x21\x83\x02\x60\x5f\xb2\x1f\xd9\x24\x8d\x31\xf3\x8a\x30\x10\x22\x95\x28\xc5\xcb\x3e\x82\x5d\x53\xf9\x57\x26\xe9\x48\xf9\x2d\xec\xe5\xa5\xf1\x01\x45\xb2\x61\x05\x36\x59\x02\xdc\x55\x96\xaf\x6b\x31\xb9\xdb\x01\x53\x98\xe2\xfd\x75\x55\xc5\x5d\xa7\xc9\xea\x08\x4b\x49\xe7\xfa\x1a\x0a\xec\x9c\xeb\x39\x92\xad\xbc\xf5\x0a\xcc\x57\xed\x97\x4c\x6f\x7c\x56\x31\x68\x99\x14\xc1\x5c\x03\x0f\x72\xb9\x42\x2a\xb5\xa8\x15\xa6\x1e\x34\x96\xe8\xf7\x8c\xab\xdf\x07\xb8\x1e\x4e\x57\x36\x85\xd9\xac\xc5\xa2\x57\x01\x1c\x83\x43\x6b\x09\x07\xe1\x20\xbf\x6c\xe3\xca\xef\x0a\x26\x93\xfb\x4f\x9f\x54\xb2\x1b\x56\x83\xa9\x9a\x10\x1b\x0d\x92\xf1\xde\x0c\x04\xcf\x51\x72\x14\x19\x32\x10\xc4\xe5\x1a\xa6\x5c\x90\x12\x9a\xb2\xe1\xe7\x3e\xda\x30\x5d\xaa\xda\x44\x83\xaa\x68\x54\x63\x1f\x33\xc0\xb2\xf9\x49\x2f\xd8\xc5\x64\x7f\xcc\x6e\x08\x69\x46\x1b\xf5\x7b\xf1\x2b\x34\x04\x63\xb5\x19\xc8\xeb\x28\x6d\x1f\xa1\x87\x69\x31\x97\x7c\x0d\xd5\x6c\x80\x00\xa9\xd7\xf1\xb7\x09\x17\x6c\x92\x71\xbd\x4d\x3b\x2c\x9b\xd7\x84\x71\xd1\x1f\xb3\xf7\x5c\xd8\x2b\x58\x5a\x4c\xa9\x29\x8e\xee\x8f\x08\x8b\x11\xce\xd4\xc2\x60\x4d\x58\x33\xf4\xca\x52\x83\x96\x34\x80\x6c\x3c\x0e\x01\x95\x11\x16\xf6\xf2\x98\xe1\x07\xee\x46\x31\x66\x41\x23\x80\x5a\x05\x30\x85\x00\xd6\xde\xa4\xb6\x11\xc0\x85\x6d\x5a\x8b\x3a\x18\xf2\x0a\x08\xf9\xfa\x73\x56\x80\x55\x07\xbc\x2d\x46\xa4\x15\xd9\x4b\xab\x33\x72\xc6\x2d\xa7\x2b\xc9\xb0\x30\xa5\x7f\xb3\x67\x83\x80\x8d\x79\xc7\xce\x40\x4b\x3a\xdf\x3a\x5e\x5b\xc0\xcc\x98\x65\x02\x62\x39\xea\xda\xfc\x3a\x5a\xd0\x24\x37\x75\x7f\xd3\xf3\xc3\xd4\x4d\x26\xe4\x81\x24\x06\xb1\x29\x12\xe0\xe7\x36\x3e\xd7\x6f\xd1\xff\x31\xd0\xdc\xe8\xbb\x31\xfb\x00\x6c\x38\x49\x56\x90\x4f\xee\x5b\xc6\xaa\xd4\xcc\x7d\xed\x00\x94\x8d\x28\x41\xc5\x81\x98\xbd\x5e\xe0\x07\x32\x66\xae\x99\xff\x83\xee\xd1\x1f\xd0\x77\x4d\x56\x21\xe7\xae\x7e\x62\x9b\xc1\xfb\xc0\x19\x1c\xdc\x72\x96\x51\x5a\x7e\xe3\x4c\x0a\x05\x83\x5e\x4d\x82\x86\x87\x85\xa1\xec\x81\x47\x95\x98\x88\xf0\xd4\x62\x41\x98\x9a\x30\x1e\x93\x09\xa9\xf1\x80\xad\x61\x12\x5a\x08\xb8\xe0\x31\xd9\xe8\xbf\xf2\xcc\xf4\x67\x30\x83\xc8\x6c\xea\xb7\x03\xe2\xc4\x7d\x50\xb0\xd7\xe4\x8b\x94\x56\x3f\x72\x8f\xbd\xb0\xcd\xb8\xb7\xf5\xbd\x5d\x5a\xf9\xac\x07\x17\x82\x1d\x40\xbd\xff\x27\xc1\xca\x85\xd2\x96\x8f\x63\xd9\xee\xac\x5f\xd6\x33\xb7\x97\x55\x80\x2a\x01\x38\x77\x82\xce\xa9\x96\xdf\xdb\xfb\xf7\x80\x13\x6e\x63\x3c\x37\x29\xf6\xad\xac\xe7\xf9\x52\xb8\x7c\x9d\x23\x4f\x7f\xb9\xcf\x6a\xca\xb3\xb2\x00\x6f\x17\x80\xca\x30\xc8\xd7\xca\xea\x2b\xcd\x87\xe7\x26\x90\x8c\x2c\xa8\x09\xdd\x1e\x9c\x9e\x23\x7d\x3a\x78\x6a\xd2\xb2\x60\xd1\x32\xb5\xe0\x82\xfe\xa3\x31\xde\xa7\x59\x46\xcf\x1d\x73\x79\x78\x94\x19\x67\x51\x5a\x07\x62\x35\x22\x85\x2a\x68\x25\x75\x3a\x13\x9a\x66\x80\x40\xa0\xd9\xec\x2c\x4b\x0c\x6c\x59\xc4\x45\x6c\x6a\x87\xc8\x42\x30\x96\x7e\xcf\x8b\xf7\x58\xf9\x06\xa9\x4d\xd4\xb6\xc0\x68\xd1\x02\xb3\xf9\x7a\x01\xf4\x2f\x19\xc9\xf6\x14\xcf\x66\xc1\x4a\x9f\x29\x50\xa0\xac\x06\xe0\xb9\xcc\x63\x1b\xcd\xda\x68\xde\x9c\xaf\xef\xdf\xf5\x4c\x65\x10\xfa\xe8\xac\x74\x3e\x19\xd6\xa8\xe4\x06\xd6\xba\x93\x45\xe7\xda\x00\x3f\xed\xc1\xa4\xf3\x1c\xee\xff\xaa\x8c\x54\xc3\x7e\x2c\xf9\x3d\xf8\x6c\xc5\x32\x8b\x78\x22\x3b\x89\x43\xd0\x2a\x49\x1f\x4f\x68\x32\xd9\x82\xc9\x55\x85\xea\x75\xeb\x1d\x18\x50\x3c\x5b\xab\x89\xc9\x55\x1c\xe9\xb9\x3f\x0a\x0a\x35\xc0\x57\xf9\xcb\x1e\xc1\xdd\x5d\x17\x21\x8f\xd1\x52\x8a\x11\x6b\x21\x0c\xc0\x2d\xe1\xaa\xa5\x09\xb7\xd9\x00\x61\x1b\x2a\x76\x5d\x75\x13\x37\x9d\x08\xc3\x92\x5e\xeb\x91\xa8\x66\x19\x6d\x3c\x0c\x1e\x07\xef\x65\x0c\x88\x5e\xb4\x79\xe2\x93\xd1\x89\x42\x82\x8b\xac\x33\x89\xdc\x14\x4d\x95\x9d\xe9\xc2\xf4\x3d\x01\x9f\xf1\xce\xae\x92\xc0\x05\x90\x47\x9d\x9b\x74\x23\x97\x59\xf8\x4c\x86\x4c\xf0\xc2\x17\x13\x9e\x02\x27\x7c\x53\x66\xdb\x93\xf2\xb3\x1c\x80\xcc\x71\xa4\x96\x43\x59\xeb\x7a\x6c\xe9\x48\x04\x0b\xd9\x3a\xf6\x7a\x6e\x83\x04\x8b\x2e\x38\x13\xa9\xc4\x83\x28\x04\xf0\xc6\x65\x12\x29\x81\x21\xde\x1c\xa2\x84\x7f\x36\x5a\x1e\x95\xc6\x0a\xe3\x80\xc6\xd2\xa5\x5a\x59\x5c\x5a\xe0\xcd\x16\xb1\x52\x2d\x30\xb3\xc9\xab\x75\xee\xbe\x32\x9f\x8e\x0b\x0e\xbf\xba\xce\xa0\x23\xab\xda\xd6\x36\xe9\x16\x3a\x4c\x86\x28\xc5\xe0\x37\x79\xf7\xa9\x84\x24\x1a\x9c\x34\xda\x53\xa6\x9c\x27\x04\xb3\x26\xb5\xb3\xf6\x71\xc5\xfa\x4a\xc3\xb8\x7b\x49\x80\x31\x28\x91\x11\xad\x73\xe3\x24\x29\xcd\x0b\x43\x95\x2d\xe5\x61\x7e\x8d\xd1\x24\x87\x75\x6b\x76\x3e\xf6\xc2\x93\x3f\x25\x49\xa7\x80\x2e\xf3\xc1\x5a\x2a\x82\x57\xf2\x2a\x50\xad\x32\x18\xc3\x68\xa3\xda\x7c\xcf\x4d\x03\x0b\xb3\x44\xd7\x8a\x10\xc5\x4c\xcb\xed\x86\x28\x49\x94\x09\xaa\x56\x13\x6b\x78\x6a\xcf\xb4\x6e\xec\x97\xa7\xf6\xc3\x36\x5a\xdd\x09\x72\xfd\x39\x43\x17\x88\x37\x82\x1a\x0c\x43\x3b\x85\x36\xdb\xad\x35\xb5\xda\x3c\xb0\x75\x0b\xeb\x12\xd1\xda\x0d\x55\x77\xb1\xed\xf0\x2c\x36\xda\x84\xcf\x5c\x8a\x57\xfb\x85\x2d\x83\xc6\x75\xb0\xd8\x09\x03\xe8\x84\x96\x82\x72\x61\xb1\xd9\xda\x04\x29\xa5\xf8\xf3\x64\x89\x05\x4e\x12\x92\x50\x99\x6e\x6f\x5f\xfc\xe3\xf7\x6b\x47\x7b\x6a\x30\x04\xa5\x45\xe4\xfc\x4c\xd3\x2c\x0d\xaa\x37\x02\x02\x48\x90\xc7\x6f\x4d\xf6\x36\x1d\xcd\x0d\x30\xbf\x68\x98\xa2\x22\x40\x66\xd0\x3a\x31\x95\x96\x3f\x5b\x75\x19\x47\x0b\xa8\xaa\x35\xc3\x54\x30\x22\x65\x1f\x5d\x70\x45\x4e\xd0\x47\xbc\xbc\x05\x85\xcf\x80\x7a\xcf\x8d\x85\x16\x4b\xa4\x25\xa7\x8c\x51\xd5\x1b\x33\x13\xeb\xe6\x57\xe5\x38\xe2\xcc\x80\x3b\x44\xb0\xb0\xbe\x09\x30\x39\x3a\x94\x03\x65\x70\x7e\x35\x95\x74\xcb\x6b\x2e\x86\xc6\x01\x28\x7b\x0a\x97\xbc\xcc\xb1\x67\x9d\x4e\xe0\x45\xac\x02\x29\x02\x10\x03\x7c\x1c\x73\x22\x03\x65\x1f\x79\x99\x3d\xa1\x33\xa2\x29\x64\xcc\xf8\xac\x68\x98\x30\x78\x0e\x0e\xde\x41\x77\x1a\x09\x2e\xa5\x8d\x76\x33\xed\xac\x0f\xcb\xbd\xb5\xc9\xf6\xfb\x88\x62\x78\xbe\x88\xf7\x6a\x45\xd5\xa0\x06\x4f\xbd\xd8\x3f\x25\x1e\x58\xa0\xf1\xa6\xdd\x35\x24\xd6\xb1\x21\x24\x08\x96\xd6\x1a\x0b\x91\xa3\xa5\x90\xb9\x0e\x92\xb9\x1f\xb3\x89\x1d\x3f\xf2\x50\x1e\x01\x05\x59\x50\x2d\x53\xfd\x50\xd3\xb5\x10\x04\x2a\x19\x19\x54\xa7\x51\x89\x68\x00\x80\x4b\x10\x1c\xaf\x82\x15\xf1\xf6\x46\xd3\x33\x48\x26\x92\xa6\x9a\x77\x02\xe0\x21\xe3\x47\x7c\xe9\x0e\x6b\xe1\x2d\xc0\x61\xa1\x33\x4d\x88\x81\xb5\x52\x7f\xc1\x8e\xa0\x26\x9e\x3e\x5e\x35\xae\x5a\xd7\x08\xb8\x76\x01\x54\x6a\x41\x2c\xe1\x8e\xdf\x0d\x7e\xb8\xbc\xbe\x1d\x9e\x8d\xdf\xe5\xc1\x39\x2e\x92\xd3\x31\x12\x0f\x13\xc1\xd9\x98\x79\x7f\xba\x4f\xa3\x85\xbd\x44\x38\x8e\x73\x10\x03\x13\x3f\x3e\x31\xee\xc0\xb6\xa7\x62\xa3\x27\xbd\xda\xcc\x7b\xfa\x99\xc4\xd7\x0d\x48\xb2\x7b\x89\x7d\x6a\xe5\x33\xaa\x25\x71\xcd\x25\x3b\xdc\xbe\x7e\x2a\x77\xfa\xbb\xf6\x14\x6c\x4e\x42\x29\xad\x0d\x72\xda\x14\xc2\xbe\xc8\xf1\x0c\x68\x40\x73\x66\x48\x98\x22\x60\xed\xf8\x1e\xa5\x94\x41\x4a\xc2\xba\xa5\xbd\x2b\xce\xa3\x4b\xfd\x81\xd1\xc5\x5d\xb1\x38\xd0\x8f\x97\x77\x45\xf0\xeb\xc1\x2f\xeb\x8b\x06\x14\x5b\x58\x67\x56\x0e\xa6\x98\xc7\x7e\xda\xec\x3e\xbf\x32\x75\x13\xfd\x40\xd4\x27\x53\x8c\x6c\x1f\xc1\x1c\x16\x06\x18\x54\x6c\x32\x71\xf5\xe8\xda\x93\xc1\xa7\x9a\x0a\x76\xc5\x88\x1d\x07\x34\x0c\x3d\xf8\x12\x76\x41\xb6\x42\xdf\xc0\x3c\x43\xcd\x2b\xb0\x6c\x3b\xb7\x88\xbe\x31\x39\xd3\xcb\x35\x86\xb7\x7d\x45\x92\xbc\x39\x3e\x33\x1f\xb7\x72\xd3\x5f\x87\xce\x79\xdd\x56\xbe\x94\x68\x70\x35\xaa\x59\xeb\xf3\xb2\x16\xf2\x65\x81\xbb\x24\x5e\x21\xda\x37\xae\x4b\x10\x65\xf9\x2a\x20\x5d\xec\x4c\x77\x43\x73\x31\x76\xa3\xab\xa2\x31\xea\x49\x65\xa1\x1d\x44\x9f\x42\x24\xb2\x8d\x90\xd8\x4f\xa6\x5f\xbe\x0c\x1d\x53\xfd\xc2\x01\xd9\x68\x96\x30\xbd\xad\xea\x2a\xed\x85\xe9\x6e\xa6\xd0\x86\xb3\x7c\xed\x2d\x05\x30\x9f\x4d\x9b\x1c\xc0\x4f\x86\xa2\x7d\xfe\x0c\x00\x59\x38\x78\x42\xe7\xe2\xb4\xe1\xec\xe1\x74\x43\x6a\xeb\x96\x36\x98\x8f\xcf\x99\x7f\x2d\x32\x28\x5e\x62\x8b\xd9\x0e\xc2\xa0\x83\x4f\xa8\x83\x99\xeb\x8f\x59\x60\xf3\x94\x46\x7c\xd3\x67\xc4\x41\x75\x00\x6c\xa5\x66\xa7\x36\xd6\xc8\xdf\xcc\x85\x1d\x28\x47\xcd\xab\x45\x11\x6c\xa3\xd2\x8f\x3d\x9d\x72\x81\x5d\x3c\xa5\xd3\x78\xac\x3b\x23\xc4\x06\x81\xf6\x02\x94\x01\xdb\x31\x79\x20\xd6\x05\x82\x03\xf0\xb6\x20\x9e\x5d\x2b\x47\xec\x2b\xe5\x23\x56\x69\x62\x01\x42\xb0\x8f\x52\xc9\xed\xec\x12\x53\xdb\xf2\xfa\x03\xbe\x87\x9c\x44\x59\xaa\x18\xd0\xe1\x58\xc1\x97\x6d\xcc\x04\x40\x09\xa1\x39\x1b\x3a\x6d\x4a\x40\xfc\xbc\x24\xd1\x36\x59\x65\x57\xae\x40\xf3\x3a\x8b\x76\x11\x11\x16\xac\xb5\x6e\x07\x6d\xbf\x66\x17\x0d\xfc\x06\x9b\x37\x44\xbd\x9e\x6f\xca\x12\xf3\xb3\xe8\x94\xf3\xa9\xa7\xf1\xc9\xe2\x8d\x74\x9c\x85\xed\x27\x9f\x86\x35\xd8\x43\x06\xbf\x61\x01\xbb\xce\xe9\x79\xb2\xa3\x6e\x2b\x79\x46\x05\x8b\xf3\x2b\x49\x8b\xda\x3c\xca\xa6\x7c\xa8\x4d\xbc\x74\x2f\xbc\xdb\x05\x6a\xb8\x48\xe0\xd2\xa1\x2a\x84\x80\x00\x95\x80\xbc\x6f\x52\x83\xea\x73\x9a\x40\x68\xa9\x73\xb2\x05\xe1\x6c\x36\xa9\x5b\x2f\x9e\x54\x38\xf5\x68\x38\x65\xa8\xa5\xd2\x72\x6d\xe0\x71\xfb\xca\x51\x39\x48\x34\xfb\x96\x68\x3a\x98\x81\x0c\x75\x12\x51\x4a\x3d\xb3\x10\xc8\x36\xcf\xa1\x38\x41\x08\xa1\xb2\x57\xa4\xc5\x51\x85\xab\x9f\x32\xff\x57\x91\x83\x3b\xa2\x0e\x49\xb5\x2e\x36\xb4\x1f\xe0\x64\x83\x95\x33\x09\xa5\x01\x6b\x9a\x85\xd1\x1a\x4f\x9a\xa9\x51\x33\xba\x30\x65\x65\x20\x46\x7b\xc5\x33\xf4\x48\xa5\xd6\x85\xc7\x0c\x5c\x4d\xbe\x96\x8d\xe2\xb6\xfe\x4c\x0f\xde\x82\x6c\x0e\x99\x4d\x53\xaa\x10\x0e\x66\x78\x07\x9c\xe1\xda\xc5\xf1\x9b\xf3\xac\x3f\x80\x19\xd7\xa6\x0b\xd4\x65\xed\x6d\x38\x34\x5b\x18\x7f\xf2\x46\x76\xcd\x08\x08\xdc\xe2\x4f\x9b\x13\x10\x68\x3c\xa1\x86\x59\x7b\xe6\x0e\x49\x01\xa8\xde\xda\x60\xa1\x32\x00\xcf\x84\x4a\x55\xba\x5b\x2c\x40\xc6\x86\x84\x80\x7c\x23\x5a\x65\x04\xe4\xaf\xef\x23\x25\xa0\x09\xbb\x6c\x5d\x88\xa8\xfb\xa4\x5e\xd0\xba\xf1\x15\x29\xb9\x8b\xbd\x08\x25\xa5\xab\x46\x49\xe9\xb5\x25\x3a\x07\x15\x79\xb7\x8e\x50\xe8\xa2\x0e\xe6\x61\x66\x21\x15\x05\x51\xa3\xc5\xd4\x36\x52\xe6\xfc\x8c\x2b\x08\x0d\x8a\x00\xd0\xbc\x12\xae\x3a\x66\xf5\x12\xc8\x7a\x9e\xb8\x6b\x94\xcf\x5e\x13\xa2\x83\xf3\xe7\x66\x61\x2d\x5a\x3f\xfb\xb0\x7f\xa3\x2c\x5b\x68\xf2\xb2\x88\x99\xbb\x2a\x1a\x14\x10\x10\x3c\xb6\x89\x9b\xae\x39\x95\x2d\x63\x70\x36\x9e\x0b\x7b\xe9\xee\x51\xb5\xab\x70\xe7\xd6\x21\x4b\x5e\x46\xb6\xdc\xd8\xf9\xdc\x9d\x1a\x5f\xf2\x38\x6d\x03\xb9\x0a\x38\x23\x7b\x43\x47\x29\x27\x59\xe8\xc6\x7b\xe0\xa5\xb2\x43\xc7\xa6\x1a\x9d\x87\xa5\x2a\x6d\x49\x61\xc2\x16\xca\xfe\x09\x26\xdd\x15\x26\x37\x80\x8f\x14\x16\x2a\x90\x86\x76\x03\xc0\xc7\x75\x65\xb8\x8b\x7c\xd8\x8b\x76\x19\x8b\x89\x60\x04\xab\xc5\xf3\x85\xe9\x9c\xee\x6a\x9c\x7e\xb6\x90\x9d\xd3\xbd\x60\xa4\x97\xc2\x60\x3a\x46\xc0\x74\x08\x27\xc9\x11\x73\x2b\x8a\x63\x5d\x6d\x8a\x3c\x93\xae\x0b\x95\xee\x14\xc9\x53\xaf\xcc\x3d\x4d\x4c\x53\x8d\xd5\xa7\x12\xcd\xa4\x0f\x7b\x88\x33\xbc\x61\x49\xbe\x88\xe0\x21\x81\x1f\xad\x6d\x6d\xa2\xef\xa0\x89\x01\xe8\xeb\xb0\x9b\xd7\xf8\xd1\x40\xa6\x9d\x61\x85\x4f\xcd\xd7\xeb\x86\x5d\x00\x16\x81\x04\x44\x0f\x0f\xb3\x34\xee\x60\xcb\xbd\x7c\x4d\x65\x13\x3d\xf3\x35\xed\x93\x3e\xfa\x21\xe1\x53\xd9\x43\xa6\xf6\x58\xcf\x08\xf6\xf0\xdc\xa0\x68\x7e\xf3\xfa\x43\xa4\x7e\x9b\x11\x52\xeb\x0c\x29\xde\xb6\x0f\x45\x76\x0a\x00\x91\x46\x02\xd9\x20\x8f\x6e\x5f\xab\xd7\xd9\x22\x42\xa7\xbf\xfd\xc5\xfe\xd0\x50\x1a\x70\x43\x45\xde\xd0\x2e\xc2\x56\x65\xf3\x22\x16\x71\x62\xd3\x72\x8d\xa9\xa3\xa4\xc7\xae\x33\xb9\x8c\xd9\x8f\xfc\x91\x3c\x10\xd1\x43\x58\xa1\x94\x6b\x35\x24\xf0\xb3\x43\xea\x60\x01\x2d\xc9\xf8\x53\x31\xba\xc0\x29\x89\x87\x20\xcc\x06\x09\x12\xd6\xf0\x63\x5d\x36\x75\xe8\x13\x00\xa4\x60\xb6\xc1\xf9\x5f\xc7\xcc\x14\xfa\x35\x31\x1c\xc0\x75\xa8\x9b\x18\x5c\x89\xbf\xf7\x0e\xa5\xdf\xf7\xd1\xad\xa6\x74\x2a\x8b\xe3\x0d\x92\x51\x9b\xc6\x36\x66\x73\xc1\xb3\xa5\xd7\xc5\xf9\x14\x8c\x00\xc6\xb1\x54\xe3\x50\x82\xc1\x38\x6f\x52\x84\x63\x2d\xd3\xaf\x27\x9c\x82\xe9\xe8\x95\x59\x44\x8b\x49\x2c\x21\x01\x69\xee\xe0\xe3\x47\x6c\x84\xa0\xf1\x03\x05\x79\x2c\xcd\x70\x76\x4f\xe6\xa4\x3a\x23\x12\xb4\x4b\x6f\xbd\x2b\x84\x34\x17\xc3\xe6\x6b\xc7\xb9\xce\xb6\xe2\xed\x9f\xce\x46\x58\x1f\x91\x9f\x77\x6e\x63\x47\x5c\x0d\x38\x53\xe6\xf6\xa9\xac\x2e\x8e\x90\xda\xc7\xe7\x94\xd6\xee\x2a\x13\x4b\x0e\x3c\x3d\x59\xb9\x0c\x02\x9b\xf8\xba\xe4\xcb\xcc\xc4\xc7\xd0\x30\x5c\xa2\x96\xb2\xa9\x54\x1f\xb1\x8a\x16\x5a\x81\xc9\x13\x40\xf7\x14\x37\x94\x73\xe5\xa7\xb5\xc4\xd4\xcc\xe0\x34\xec\xbd\xc1\x34\xd9\xc2\x32\x67\x10\x64\x5c\xb8\x21\xfc\x95\x24\x28\xd5\xfd\x15\x4a\x06\x04\xf6\x15\xf7\x89\x7d\x02\xa5\x4b\x37\x50\xd1\xa6\xf1\xb7\xa3\xad\x22\x5e\xed\xde\x23\x92\x76\xc8\x66\x3a\xb3\xf9\x8b\xf9\x8b\xc8\x4a\x48\xb5\x2c\x27\x13\x74\x2b\x2d\xd6\xda\x87\xa1\x40\x40\x6e\xb9\x49\xf1\x52\x8b\x23\x8a\xeb\x5b\x52\xcc\x49\x0f\x3d\x6a\x5e\xa0\x32\xa1\xef\x91\x4c\x50\x77\xf6\xc1\xdc\xd2\x86\x3a\xc0\xd2\x71\x6c\x24\x60\x23\x68\x46\x38\x80\x6a\xb6\xe5\xe1\x23\x95\x61\x1f\xe0\x04\x34\x91\x50\x76\xaf\x3b\x33\x38\x72\xce\x41\x27\x08\x14\x79\x76\xa9\x65\x85\x3d\xdd\x48\xd8\x3b\xec\x72\x73\xe1\x91\x4d\x27\x8d\xb2\x79\x90\x2b\x5e\x6f\x6d\x6a\x03\x05\x57\xfb\x65\x3b\x38\xbb\xda\x4f\x9d\xec\xb3\xcd\xb7\x6b\xf2\x08\x1b\x3f\xdf\x24\xc0\x16\x82\x39\x6d\x40\x9d\x95\x9e\xc2\x2c\x7e\x6b\x09\x00\x30\x0e\x53\xd6\x06\x5b\x69\xea\xbf\xfc\xbf\x0c\x0c\xaf\x59\x9a\xff\x42\x5c\x8c\x99\xf9\xbd\xe7\x61\xfb\xf4\x0b\x39\x1e\x06\x4e\x49\x8e\x18\x20\x8a\xb9\xc5\x90\xdd\x62\x73\x43\x0d\xf6\x89\x47\x2d\xd3\x63\x08\x6a\x08\x55\x8a\xba\xa4\x98\xe1\x39\x20\xad\xf4\x20\xc2\x06\xc4\xd5\xdc\x76\x61\x48\xda\xa0\x85\x03\xb7\xd2\xcc\xd2\xa6\x15\xe4\x45\x0f\xa0\x4f\x23\xca\x5a\xa0\x87\xdc\x4d\x5b\x4f\xfd\xae\xe2\xce\x76\x12\xfb\xed\xe0\xe6\xa7\xc9\xf5\xf0\xe6\xf2\xee\xfa\xb4\x20\xb6\x9f\x9e\xdf\xdd\xdc\x0e\xaf\x6b\x9f\x99\xaa\x99\xa3\xcb\x8b\xc9\x5f\xee\x86\x77\x0d\x8f\x5c\x03\xe7\x83\x1f\x86\xe7\xe1\x2b\x7f\xb9\x1b\x9c\x8f\x6e\x7f\x99\x5c\xbe\x9f\xdc\x0c\xaf\x3f\x8d\x4e\x87\x93\x9b\xab\xe1\xe9\xe8\xfd\xe8\xd4\x54\x11\x0f\xde\xbd\x3a\xbf\xfb\x30\xba\x98\xb8\xf0\xc5\xf0\xd1\xcf\x97\xd7\x3f\xbd\x3f\xbf\xfc\x79\x12\x74\x79\x79\xf1\x7e\xb4\xbe\x76\x71\xfd\x7c\x1b\xcb\x1c\x04\x57\x55\xa0\x60\x06\x82\xd0\x74\x65\x89\x97\xfe\x03\xcc\x9c\x57\x86\xe2\x8e\x7a\xee\x5f\xa6\x72\xc8\x91\x66\x72\xce\x82\x9e\xf3\x87\x31\xf3\x2e\x0e\x7f\x6d\x2a\x3c\xf7\xe5\xf2\x0b\xa3\x3d\x41\x03\x38\x0d\xa0\x12\x14\x3a\x85\x4c\x21\x3f\x52\xe7\x14\x03\x4a\x83\x42\xe0\xb6\xb8\x75\x79\x4b\x8b\x0d\xda\x39\xc1\x10\xac\x85\x3f\x5e\x47\xef\xae\x62\x76\x91\x16\x4e\x90\xe3\xc1\xba\x59\x3d\x2e\x00\xdb\x58\x31\x9c\x56\x8a\x1a\x1b\xbc\x09\x8b\x44\xa1\xcf\x4d\xb9\xc5\x02\x09\x15\x5b\x5e\x10\xf4\xd3\x9f\xf3\x41\x81\xb5\xd3\x5a\x0f\xb3\x0a\x1c\xb7\x7d\x20\x32\xb3\xaa\x9b\x08\xb0\xd0\x93\x3b\xc8\xd6\x0c\x05\x27\xd3\x16\x26\x01\xd3\x74\xc6\x82\xdc\xd6\x82\x9d\xda\x56\xe4\x42\x47\xa8\x44\xc5\x27\xe8\x86\x24\x24\x52\x79\x55\x65\xd8\xc5\x65\x92\xcd\x69\xa5\x2e\xd1\x94\x2c\xf0\x03\xe5\x0e\xaf\xcf\xc0\x1a\xc2\x3a\x5a\xe1\x09\x1d\xa1\xc6\xa3\x70\x82\x06\x71\x2c\x8b\x2c\xac\x40\x39\x8e\x29\x1e\x15\x87\x1d\xa6\xa3\xb2\xd8\x33\xc6\x5a\xc3\x41\xcd\xad\xb7\x13\x42\x8a\xbc\x9f\x38\x12\x9b\x6c\x75\x0d\xdf\x62\x79\x5f\x53\x86\xac\xf6\x66\xb3\xf4\xb3\x63\x8f\xcd\xb5\xcf\x6a\x3b\xf5\x6b\x3d\x81\x03\xb0\x5d\x9f\x8d\xf0\x34\x1b\xba\x74\x33\x4e\x4a\x18\xc2\xad\xfb\x2b\x60\x10\x3f\xbd\xc5\xb6\x5e\x0e\x82\xa3\x32\xf1\x74\xd9\x61\x1e\x57\xf0\xe9\xa5\xff\x72\xad\xb0\x34\x09\xd6\xad\xab\x1d\xb7\x92\x88\x67\x6d\xb9\xed\x45\x24\x40\x67\xa3\x11\x98\xd3\x31\x65\x16\xb3\x93\x78\x7b\xaf\x2b\x6a\xa2\xcf\x98\xc7\x91\xc6\x53\xfe\x50\x50\xb9\x52\x53\x81\xbd\xf6\xec\x06\x86\xa2\x5d\x0e\xad\x3f\x3d\xf6\xc3\x96\x7b\xed\xce\xcb\xad\xfe\x6a\x9d\x29\xe4\x3a\xd4\x17\xdd\x44\xb5\x18\x17\xbb\x38\x36\x74\x69\xb2\x59\xf4\xd9\xef\xe5\xae\x6a\x2e\x02\x0f\x7e\x83\x0d\xa7\xad\xb1\xa9\xbc\x60\xb5\x50\xac\xa1\x89\xbc\xbb\x87\x3b\x68\x7d\x6b\xd8\x1c\x57\x8d\xb9\xb8\x3e\x1d\xa8\xae\xe0\x4f\x08\xab\xa2\x98\x02\x5e\xa6\x64\x5a\x30\xd2\x1e\xc2\x26\x89\x28\x97\x40\x64\x16\x2d\x0c\xa0\xa7\x66\xe7\xbd\x31\x7b\x0c\x36\xa4\x10\x66\x37\x08\x5b\x02\xb8\x87\xcf\x9a\x41\xd1\x87\x42\xf0\x22\x88\x59\x14\x22\xe9\x02\x42\x30\x06\xf7\x1c\x63\x76\x03\x81\x07\xfb\xb5\x03\xa9\x6f\x01\x28\x5e\x53\x22\xad\x0e\x56\xdc\xcf\x2d\x40\xf3\xde\x17\x94\xf8\x9a\x21\x04\x80\xe2\x75\x23\xd8\x03\x9e\xf8\xcb\x80\x88\x9b\xdc\xb9\x74\x6a\x33\x59\xf5\x74\xdd\x6a\xff\xc1\xcd\xe8\x0f\xc6\x1a\x9f\x35\xa4\x3e\x07\xad\x79\x18\x20\x74\x04\x05\x3d\x6d\x9e\xa5\x75\x74\x4a\x74\x84\x12\x7a\x4f\xd0\x57\x10\xc7\x34\xb8\x1a\x7d\xd5\x43\x5f\x85\xb9\x1c\x5f\x6d\x75\x00\xed\xb8\x2d\xa6\x38\x68\x20\x85\x80\xde\xe2\xb1\x83\xbd\x2a\x9d\x44\xbb\x67\xf6\x20\xa2\xa6\x73\xa8\xbf\x2c\x7c\x43\x99\x22\x02\x30\xb2\x4d\xdc\xa7\x0f\x27\xb4\x8e\x11\x23\x17\x52\x59\xb3\x76\xf1\x98\x4d\x57\x65\xd7\x47\xcf\xfb\x3e\x5a\x9f\xd2\x9d\x71\x9f\x75\x7b\xd5\xe4\xbf\x3d\x87\xb9\xad\xbf\x0f\x36\xa4\x13\x0e\x7c\xf9\xbe\x9c\x8b\xc9\x86\xf3\x72\x88\x0f\xad\x9b\x55\xc1\x8a\xe4\x16\xb3\x76\x53\x36\xc9\x3f\x6f\x8d\xdc\x5a\x04\x55\x0e\xea\x56\xc4\xc6\xd3\x36\x08\xbe\x07\x2a\x7b\x5a\x2a\xdb\x47\x3c\x71\x71\x70\xdd\x2f\xd0\x53\x23\xc7\x05\xcd\x38\x33\xa4\x56\x26\x3c\x83\x2f\x80\x83\x6f\xae\xaa\xd1\xd1\x13\x1a\xac\xc9\x66\x57\xe8\x8d\x71\xa7\x1b\x67\x64\x75\xac\xe5\xa1\x0e\x94\x45\x2a\xe5\xd4\xe4\x0e\x29\x9a\x92\x1e\x82\xe2\xb3\x79\x08\x80\x3d\xaf\x40\x6e\x70\xc7\xd9\x0a\x73\xa6\x13\x11\x2d\xe8\x43\xb7\x04\xa9\xae\xd2\x78\x13\x8d\xec\x10\x7f\x71\x31\xf8\x38\x3c\x9b\x0c\x2f\x6e\x47\xb7\xbf\x4c\xaa\xa1\x18\xc5\xc7\xd7\xa7\x3f\x8e\x3e\x0d\xcf\xc2\x17\x6e\x7e\xb9\xb9\x1d\x7e\x9c\x7c\x18\x5e\x0c\xaf\x07\xb7\xc3\xb3\xb5\xa6\xd4\x75\x9d\xd5\x95\xa0\xb0\xa1\xdb\x35\xea\x9b\x07\x91\x33\x76\x48\x00\x28\xd0\xe2\xfe\x03\x95\xd4\x26\xe9\x5a\x11\xf5\x6e\xe4\x4c\xa3\x35\xbd\x9f\x04\xf9\x33\x3d\x83\xac\x96\x77\x42\xad\x3b\x29\x14\x5f\x6d\xd4\x05\x8b\x4d\xa0\x26\x0a\xca\x08\xf7\x6b\x3a\xb1\x0b\x76\x82\x06\x96\x3a\xea\xda\x67\x1c\x69\xe1\x99\x08\x33\x7a\x13\x92\xe1\x87\x8e\x8e\x50\x79\x8d\x4f\x90\x01\x84\x0e\x6a\x62\xf8\x06\x41\xe4\xc3\x82\xb0\xaf\x14\x22\x9f\x97\x09\x8d\xa8\x0a\x12\x6f\xb8\xb0\x4e\x07\xe3\x54\x83\xe8\xaf\x0d\xc4\xb5\xb7\x18\x8d\xbd\xeb\xfc\xa1\x7f\xb9\xaa\xed\xfb\x13\xa5\xb8\x4d\x5e\xdc\x88\x32\xba\x07\xc5\xbe\xc1\x95\x5a\x01\x44\xdd\x62\x74\x4f\x61\x1e\xa8\x46\xc0\xdb\xe4\x19\x1b\xe8\x81\x5d\x25\x83\x47\x73\x23\x6e\x57\x03\x7a\x7d\xf4\x48\xe1\x5c\xaf\x0f\x1f\x69\x47\xa9\x2f\x1c\x04\x52\x40\xdf\xdf\x5b\xad\xdd\x49\x47\x37\x7e\x05\xd0\x93\xdd\x1b\x98\x43\x24\x48\xca\x95\x56\xc0\x8c\x9f\xbc\xa7\x85\x2a\x8a\x13\xfa\x0f\x40\x80\x11\xa4\x1f\xc4\x15\x40\x82\x4d\x1c\x06\x54\xdb\xec\xec\xa7\xaf\xb9\x9b\xd7\xc1\xab\x54\xdb\x75\xca\xfb\x45\x73\xd9\x93\x6e\xa5\x4d\x0b\x5b\xb6\xb9\xac\x29\x94\x51\xc7\xb2\xa1\xa6\x29\xe0\x9d\xc6\xaf\xa5\xb2\x69\x35\xbd\xbb\xb4\xa1\x2f\x5b\xd5\xb4\x34\x98\xd7\x53\xda\x74\xe3\xba\xbd\xde\xfc\xfd\x9a\x81\xb6\x28\x69\xea\x3d\x18\x50\x75\xa4\xdb\x65\xe3\x02\xb0\x0a\x6e\x0c\x7d\xa8\xfc\xad\x53\xaf\x3b\x62\x79\xbf\x73\x77\xb7\x58\xde\x37\x74\xb5\xe9\x5e\x3a\x2d\xb8\x49\x4a\xcb\x66\x43\xc3\x2c\x40\x56\x58\x7f\xbe\x99\xdb\x0f\x1f\x08\x53\x7b\x11\x95\xa0\x89\x9a\xfc\xbc\x76\x06\x4f\x03\x49\x3e\x3a\xcb\x39\x92\x2f\x8d\x15\x04\x25\x28\x81\x01\x4f\x83\xa8\x47\x42\x98\x73\x52\x37\xf9\x03\xf5\xd4\xda\x6d\x0f\xbc\x5a\x5d\x97\x0d\xb1\xab\x76\xb5\xf3\xd2\x24\x79\xdc\x19\x8f\x20\x2a\xbe\x93\x6e\x55\x90\x39\x8c\x42\x15\x56\xad\x35\x72\x72\x79\xcf\x4d\x9f\x0b\x2c\xcb\x5d\x6e\xdc\xf2\x2d\xd2\xd3\x0b\xcd\x7c\x20\x90\xbd\xb1\x97\x72\x81\x1d\xb2\xf4\x60\x20\x77\x22\xd9\x58\x93\xff\xc6\x94\x45\xc9\x44\x92\x5b\x58\x70\x0b\x71\xc1\x0c\xa6\x3f\x66\x67\x64\x29\x08\x14\xea\x3a\x41\x57\x09\xd1\xd7\x65\xa6\xaf\xcc\x2c\x49\x26\xbe\x66\xb9\x54\x04\x37\xf1\xa7\x4e\xf0\x33\x4f\x3e\x2f\x27\x06\xad\x9f\x98\x83\xb2\x59\x3f\xb3\x60\x0d\xf6\x9f\x5b\x19\xac\x2f\x58\xb3\xc0\xa6\x51\x14\x68\x41\x23\x59\x99\xc0\x36\xd0\x6a\x71\x28\x79\x4b\xfa\x0f\x7d\x55\x0b\x22\x17\x3c\x59\x3b\x85\xce\x00\x41\x5d\xe6\xe0\x96\xf2\x09\x27\x61\x63\x8e\x26\x4d\x81\x8f\x2d\x2e\xa3\x33\xd3\x44\xed\x15\xb8\x6e\x8a\x1e\xae\xd6\x3b\xa2\x2d\xb0\x9a\x0d\xe2\xb1\x43\x03\xf7\x4a\xae\xf5\x87\x20\x27\xb9\x15\x35\x97\x40\x57\xc6\x0d\xe4\x3f\x0f\x0a\xae\xf9\x98\x5d\xaa\x24\x92\x4a\x64\x11\x40\x00\x2e\x88\xe8\x04\x3b\xe8\x23\xbb\xf3\x26\xf4\x80\xeb\x59\x9b\x45\xaa\x05\x39\xc5\x46\x28\xc8\x02\x3c\x8b\xdd\x62\x33\xe5\x5a\x19\xba\x99\x81\xee\x6a\x8d\x2f\xd6\x5a\x7b\x32\xa3\x7c\x81\x5a\x0a\x13\x38\x00\x7e\x74\x07\xfc\xb0\xb0\xc5\x9e\xf6\x00\x9e\x47\x09\xc8\xc7\xcb\xed\xee\xe5\x4b\xde\xda\xca\x36\xa5\x11\x14\x76\xa7\x55\xce\x40\xe1\x0b\x7d\xee\xcf\x76\x34\xdc\xeb\xc9\xac\x26\x90\x85\xb5\x8b\xf3\xbe\x30\x7f\x63\x74\x84\x36\x49\x8c\x4c\x52\xa1\x81\x23\xb4\x6b\xe7\x0d\xae\xa6\x0a\xe1\x98\x5d\xeb\x51\x98\x2f\x72\x07\x6e\x5e\xe1\x8b\xe4\xb5\x08\x66\x08\xdb\xaf\x60\xd1\x9b\xe2\x67\xe4\x24\x28\x70\xd8\x34\xb1\x3d\x14\xd2\xf8\xc1\xbc\x83\x66\x09\x9e\xbb\x54\x7c\x28\x9e\x39\xcb\xf5\x24\x2d\xec\x99\x6a\x94\x26\x2d\xd4\x5c\x1e\x54\xd9\x54\x4f\x2f\x2a\x67\xc4\x81\x22\xc2\x67\x9e\x7f\xd5\x31\x57\xa7\x89\x31\x07\x5a\x27\xc7\x2c\xe8\x63\x0d\x86\x96\xd1\x86\xb6\x14\xfb\x61\x9f\x69\xec\xed\xe5\xf0\x27\xab\xaf\x56\x68\xa7\x97\xe2\x25\x58\x85\xcc\x19\xe4\x33\x7f\xff\xdc\xda\x80\xde\x3e\x8c\xf8\x7f\xfe\xfb\xaf\x7d\xba\xd6\xe2\x17\x1c\xca\xdc\xf3\x95\xbb\x37\x82\xe8\xb2\xa0\x06\x23\x86\x8b\x02\x95\x58\x60\xe9\x48\x05\xa8\x30\xbb\x44\xe1\x2c\xb0\x7c\x3a\x57\x6b\x2d\x8c\xbe\xb1\x23\x85\x5c\x7d\x93\xd3\xd5\x0c\xd2\xe4\xb4\x68\x12\xca\x24\x11\x86\x04\x3d\x7c\x40\x4d\x59\x1b\x88\xb9\xd9\x60\x3b\x26\x29\xa6\x9d\x62\x37\xf5\xfb\xf5\x88\x3c\x05\x33\x1b\x9e\x13\x31\x89\xb3\x42\x30\xe0\xa6\xb6\xaf\xf4\x47\x67\x99\x5a\x6d\x6e\x5f\x26\x38\xba\xef\x82\x82\xa4\xdf\x6f\x68\x76\xb3\x28\x13\xb8\x6c\x8b\xe2\x4c\x03\xc6\x10\x29\x61\x0c\xd9\x18\xa2\x82\x9e\x09\xac\x91\x41\x5d\xa2\x40\x1c\xb5\xbc\xd3\x20\x21\xc2\xc8\xa1\x52\xa5\x63\x36\x1e\x5b\x36\xee\x8f\xd9\x7b\x03\xce\x0c\xa2\xb2\x19\x40\x04\x95\x81\xc8\xe7\x25\x97\xa4\x10\x85\x5f\x83\x17\x6b\xf3\x64\xec\x30\xea\xa5\xa8\x52\x5d\xa8\x9d\x84\xa8\x17\x47\x8b\xaa\x6e\x78\x75\xca\xf5\x14\xb8\xd3\x3d\x1d\xd1\x25\xd5\xb4\x33\xa9\x3d\x69\x4f\x57\xb1\x33\xf7\xd1\x03\x6e\x80\x4a\x56\x3d\xe4\xa7\x57\x22\x88\x84\x3c\x10\x81\xe7\x5a\xc6\xc2\x34\x09\x51\x81\x8b\xc6\x91\x06\x76\xb2\xe9\x00\xe5\x29\x30\xc0\x16\x50\x5c\x1e\x41\x31\x51\xa0\x8e\x16\x8b\xa1\xd6\x3b\x67\x05\xd4\x39\x1a\x3b\xc8\x4d\x83\x10\x1d\x79\x45\x14\x22\x9f\x15\x61\xc6\x45\x7b\xeb\xf2\x29\xaa\xe1\xa4\xa8\x3e\xf4\xbc\xf9\x52\x7f\xf2\x3a\xae\x03\x97\x27\xe7\x12\x46\x62\x69\x6f\x18\x5b\x65\x6c\x81\x59\x6c\xb3\x82\xf2\x5a\xe5\x66\x76\xc6\x72\xe1\x63\x3f\x6d\x6e\x4b\x00\x2b\x69\xda\x34\xf8\x97\x70\x91\x39\x49\x5e\xcb\x92\xe0\x2e\xe3\x42\x8b\x54\x19\x53\x34\xd1\xc4\x61\xc7\xa0\xf5\xbc\x8c\x79\x60\x17\x88\x54\x6c\xc2\x0e\xa1\x52\x52\x36\x9f\xd8\x95\x74\x09\x2e\xed\x2e\x86\x22\x4d\x7d\x34\x4d\x99\x1f\x7f\x70\x0d\xad\xb7\x4c\x1a\xb2\xd6\xd3\xf7\xa9\x35\x20\x0a\x32\xee\x26\x63\x01\x39\x5c\x46\xce\x84\xc6\x85\xd2\x77\x30\xd1\x2e\x6a\x35\xc8\x66\xd5\x6c\xd5\xfc\x0a\x91\x48\x42\x42\x90\x09\xe8\x87\xc8\x4b\xd5\x90\x0f\x24\x1b\xf3\x80\x46\xcc\x8b\x68\xb6\x48\x80\xcf\x67\x2c\xa5\x14\x61\xd7\x9d\x0d\x2f\xc5\x49\x32\xc5\xd1\xbd\x17\x8f\xbd\x92\xc8\x85\x03\x59\xd5\x62\x23\x54\x91\x30\xc4\xa5\x07\x1a\x81\x74\x63\xd2\x75\x0d\x31\x19\xbc\x02\x3b\xec\xbc\x73\x5b\x30\x90\x99\x12\x76\xa0\x4e\x9a\xd1\x9b\x58\xd5\x98\x2c\x13\xbe\x4a\x1b\xee\xb3\x72\xba\xc6\x2e\x9e\xd7\xa6\x6c\x91\xbd\x5e\x65\x25\xa6\xd7\xf9\x32\xab\xc4\x97\xef\x01\x3d\xa3\x03\x97\xfc\x90\xf0\x29\xd8\xa5\xac\x5e\xe8\x62\xa6\x83\xd0\xdd\xf2\x79\xee\x1a\xc9\x5d\x3e\x91\x54\x2e\x13\xbc\x5a\xd7\x83\x89\x21\x7e\xda\x7d\x33\x79\x9a\x9b\xcd\x36\xed\xa3\xef\x6a\x3f\x7f\x92\xc2\x8c\x4e\x12\xb0\x15\x1a\x81\x7f\x59\xf3\x07\x71\xf6\x0f\x93\xbd\xd1\x5f\x0a\xae\x25\x05\x3e\x66\x0a\xcf\xdd\xee\x5a\xe9\x92\x3f\x32\x22\xe4\x82\x2e\x0b\xe5\x65\x76\x8e\xf7\xb3\x24\x6d\xff\x63\xa2\xdb\x3a\x30\x4f\xbe\x3c\x32\x89\xd8\x9a\x40\xe4\x12\x47\xb9\xbd\x2a\x4a\xb0\x94\x74\xb6\x0a\xf2\xa7\x7d\xe8\x14\xc4\xe3\xfb\xd2\x0a\xc5\x12\x25\xb5\xae\xbf\x42\xbe\xee\x7e\x92\x19\x77\x4f\x16\xb9\x2b\x9e\x42\x1a\x87\x70\x35\x50\x58\xb4\x92\x32\xdf\xb2\xf6\xe9\xae\x39\x24\x76\x64\x36\x93\x62\x7f\x03\x73\x79\xd0\xdb\x65\x45\xae\x85\x60\x68\x36\x73\xe4\xc2\xae\x1d\xb6\x55\xb4\x7c\x52\x76\x38\x0d\x98\x63\x6c\xbf\xf0\x59\x13\x85\x1c\x5b\x5c\x40\x1e\x30\x6b\xa4\x95\x3f\x67\x74\xd4\xe7\xcb\x27\x7d\x43\x22\x6e\xde\x41\x0f\xc9\x9d\xe0\x50\xda\x93\xf6\x19\x49\xc8\x5e\x62\x01\xb7\xa0\xf3\xb2\x77\x3b\xa0\xf0\xb5\x44\x94\xc3\xcb\x6e\x36\x93\x74\xa7\xf1\xf2\xa8\x72\xea\xde\xdb\xa0\xb6\x88\x9b\x6c\xc0\x7b\xa8\x1f\xf9\xcf\x66\xa0\x36\x74\xb2\x8e\xc0\x34\xe7\x8c\x61\xeb\xdb\xaa\x86\x75\xc0\x51\xa6\x05\x7b\x62\xf2\x6e\xdc\x3e\x3a\x64\x0e\x2f\xec\x3a\xe9\xeb\xf5\x1e\x83\x17\x0e\x34\x6c\x18\xdd\x07\xd2\x26\x1e\x61\xe3\x11\xdd\x8a\x9b\x36\x5d\x89\xed\x48\xc5\xfa\x12\x15\x47\x73\xa2\x4c\x95\x4d\x5f\x4a\xf4\x0d\x92\xc9\xde\x22\xa7\xf7\xba\x15\xf5\x4c\xa0\xdb\xa9\xbe\x21\x4a\xba\x1b\xaf\x82\xd5\x65\x77\xea\xc8\x25\x81\xe6\x29\x95\xaf\x77\x8b\x5e\xc7\x49\xbe\xb6\x56\x95\xa7\xbb\x60\x37\xd3\xcb\x5e\xe8\x03\x30\x44\x30\x84\x8d\x67\x16\x76\x14\x0e\x6f\xe0\x33\xac\xa8\xf2\x1b\xbc\xb1\x76\x78\xad\xfc\xb0\x95\xe5\x7c\x8a\xed\xb5\xd1\x94\xad\x37\xf7\x29\x49\xad\xeb\x58\xf6\xa1\xa3\x3c\xb1\x51\xc4\x52\xe3\x46\xed\xfa\x10\x14\x81\x50\x93\xff\x35\x77\x2c\xda\x2d\xdb\xe7\x21\xab\x43\x9d\xde\x3d\xcb\x21\xe1\xc6\x3b\x30\x59\x0a\x32\xa3\x9f\xb7\x12\xc5\xaf\xe0\x53\xab\x5e\xea\x65\x2e\xe1\x58\x83\xb5\x03\x70\xaf\x73\x6d\xdf\xad\xf4\xa3\xa0\x4a\x11\x36\x66\x00\xda\x2b\xff\x78\x72\x7c\x3c\xcd\xa2\x7b\xa2\x8e\xef\xc9\x0a\x71\x51\xf8\x69\x5b\x8c\x8c\xfd\x63\x6e\x9b\x7d\x5d\x28\xb5\x94\x27\xc7\xc7\x73\xaa\x16\xd9\xb4\x1f\xf1\xd4\xc4\x1b\x71\x31\x37\xff\x38\xa6\x52\x66\x44\x1e\x7f\xff\xdd\x77\xf9\x16\x4f\x71\x74\x3f\x37\x59\x87\x55\x2b\x4e\x61\xcb\x6f\xaa\x75\x69\xba\xe3\x98\x0a\xce\x26\xe4\xb3\x26\xd2\xba\xca\xc7\x6d\x01\x1d\x24\x1a\xfc\x7c\x83\xe4\x8a\x29\xfc\xf9\x04\x7d\x34\x65\xaa\xd1\x8f\x3c\x13\x12\x9d\xe1\xd5\x11\x9f\x1d\xa5\x9c\xa9\x05\xfa\x08\xff\x6b\x7f\x7a\x24\xe4\x1e\xfd\x42\xb0\xb0\xfb\x6b\x04\x16\x0f\x85\x0c\x5e\x08\x91\x31\x69\xeb\x5f\x7f\xf7\x1f\xae\x00\xf6\x09\xfa\xf6\xf8\xbb\xff\x40\xbf\x87\xff\xff\x7f\xd0\xef\x1b\x34\xb5\x6e\x19\xad\x79\x71\xf2\xda\xd6\x60\xa5\xb6\x28\x05\x74\x2a\x78\xbe\x53\xb5\x2d\xdf\xd3\xe8\x9e\xcf\x66\x13\x45\x53\x62\x82\x43\x27\x58\x54\x90\x8a\xb6\x84\x07\xa1\xb6\x70\x89\xa9\xfd\x98\x03\x87\xda\x4e\x4d\xea\x87\x3b\x6e\x32\xcb\x0b\x37\x80\x4f\xa5\x50\x0c\x83\x4a\xf8\x8a\xc4\xfa\x54\x74\xf1\x9f\x38\xeb\x4c\xb5\xbc\x5a\x9e\x44\x14\x16\xe3\xf1\x7e\xd0\xd0\xa9\xcf\x37\x15\x06\xaf\x46\x1b\x7c\x31\x2e\x64\x98\xda\x4b\xb9\x8f\x65\xa5\xf3\xcd\x9e\xe3\x1b\x2e\x76\x92\x97\xef\x49\x25\x84\xa5\x25\x48\xae\x2b\x01\x11\x96\x85\x82\xac\x03\x2e\x3c\x4c\x8f\xd1\x6b\x2d\x94\xfe\x66\x2b\x14\x15\xc6\xd7\xd6\xee\xd0\xeb\xa9\x9f\xf9\x4f\x36\x0d\x13\x1c\x6f\xee\xed\x1c\x24\x1c\x46\xab\xaf\x38\xcd\x12\x6b\x46\x5c\x93\xcb\xbf\x69\x43\x6f\xcc\x9e\x11\x69\x1a\x07\x2f\x30\x44\xdf\x31\x27\x99\xd8\xa4\x94\xda\xfd\x84\x0c\xe7\x7d\x80\x1f\x54\x80\xec\x76\xe0\x73\xc6\x54\x96\xb3\x08\x07\x26\x09\x22\x5b\x50\x74\x06\x6b\xee\xb1\x25\x5e\x84\x81\x92\xed\x21\x81\xc1\x91\xaa\x16\x98\x19\x25\x6a\x86\x23\xca\xe6\xbd\x00\x2a\x00\x72\x65\x42\x9e\x55\xb7\x92\xb7\x58\xde\xef\xd7\x39\xb8\x33\xb4\x3e\x8d\x73\x78\x67\x43\x91\xd6\x77\x48\x2b\x79\xd2\x0a\xcb\xfb\xbd\x95\x1e\xd7\x4b\xd1\xa6\xe8\xb8\x8b\xbd\x27\xa1\xd0\x06\xb8\x79\x5a\xb9\x0a\xb0\x95\x5c\xf8\xa4\x29\xeb\x49\x13\x12\x97\x11\x26\xca\xe3\xdf\x44\x08\x46\x2d\x0e\xbc\x50\x00\x40\x90\x6a\xc5\x2f\x36\xe6\x59\xb6\x32\x47\x49\xdf\x5c\x58\xde\x4b\x5f\xdf\x01\xc9\x14\x27\x49\x0f\x09\x92\x49\x7d\xf5\xf6\x90\x24\xc9\xec\xc8\x61\x01\xc6\x28\xe1\x73\x1a\xe1\x04\x4d\x13\x1e\xdd\xcb\x31\xd3\x57\x09\x9b\x9b\x1b\x70\x29\x78\x44\xa4\x0c\xee\xde\x3c\x2e\xdf\x06\xb1\x42\x71\x07\x45\x44\x4a\x19\x95\x8a\x46\xa5\x7a\xcd\xfd\x31\x33\xc5\x4a\xb4\x36\x14\x71\x53\x92\x02\x86\xab\x65\x01\x62\xd0\x09\x32\x66\x91\x56\x81\xa1\xdb\xa4\x63\x17\x55\xd1\x44\xbd\x7b\xc8\xa1\x76\xdb\x33\x51\xc5\xd3\xb0\x81\x9e\x4f\xed\x67\x70\x86\xd6\x51\xcc\x75\x91\x9c\x3d\x35\x78\x32\xf7\xd0\x5c\x8e\x28\xf2\x98\x91\xc2\xdd\xe6\x43\x29\x5e\x59\xf2\x2b\x0c\xb9\x21\xe5\x75\x13\x4d\x9f\x9a\x02\xd0\x16\xdc\xb7\xec\x17\x73\x85\x9d\x2d\x80\xbb\xbe\x24\x1e\x34\x91\xb8\xe5\xd1\x6b\xaf\xaf\x92\x9e\xaf\xca\x8c\xa5\x0d\x19\x39\xf2\xc8\x71\x9a\x1f\x1a\x74\x3f\xe8\xa4\x54\xe2\xb7\x4a\x51\xaf\xa9\x12\xb3\xbf\xa4\xbb\xb2\xc5\x8d\x82\x44\xc7\xaa\xcc\x6e\xa5\x1b\x51\x36\x0a\x63\x2b\x92\x2d\x24\x9a\x36\x0f\xaa\xa5\xbd\x42\xd4\x65\x74\x18\x8a\x83\xa7\x0f\x34\xaf\xb1\x63\x7b\x5b\x6b\xcf\xd0\x33\x6a\x65\xcc\x08\x89\x62\x6b\x03\x5d\x69\x2a\x95\xcc\x28\x6a\xca\x4f\xd9\xea\xf5\x5a\xaa\xcd\xa2\x88\x90\xb8\x36\xb8\x40\x8f\xe8\xd5\xa1\x48\x5c\x61\xb5\x30\x49\x36\x29\x57\xa6\xc4\x83\x41\x91\x70\x86\x16\x53\xc4\x61\x9a\xf0\x29\x5c\x48\x00\x30\xe1\xd2\x2d\x82\x70\x69\x33\x6f\x12\xa3\xaf\x83\xfb\xc5\x27\x80\x35\x95\x10\xdb\x23\xb8\x44\xd9\x3a\xd3\x08\x31\x51\xc4\x1f\xef\xa3\xab\x52\xc6\x61\x30\xab\x19\xd6\x2c\xbf\x29\x08\xb4\x1b\x20\x45\x61\xf7\xf7\x00\x48\x51\x9a\x46\x43\xa4\x11\x9f\x3f\x69\x86\x84\x9e\xd4\x39\x6f\x1f\xb6\x6a\x72\xc2\x8d\xe0\x52\xd8\x1c\x47\x66\xab\xba\x2d\x7a\x5d\x60\x1b\x25\xfc\xfa\x97\x05\xdb\x28\x0d\xe6\x35\x83\x6d\x94\x86\xfa\x7a\xc1\x36\x6a\x06\xda\x02\x6c\xc3\xf8\x4e\x27\x9a\xa8\xdb\x31\x05\x88\xc2\x9b\x66\xb3\x1b\xb8\x4d\xd6\x8e\xd1\x16\x49\x35\xcc\xd9\x09\x48\x16\x51\x09\x46\x6b\x23\xb6\x9b\xa2\x4d\xb0\xdc\x89\xf6\xbc\x73\x83\x4a\xa3\x9b\x2e\x13\xcc\x8a\x4c\x15\x8a\xd0\x09\x12\x69\xf2\x33\x8c\x2a\xaf\xce\xdd\xb3\x36\x13\x3d\x0a\x63\x26\x8c\xf0\xd2\x66\xc0\x34\x01\x9d\xbe\x9e\x58\xff\x6e\x38\x26\x00\x37\x51\x60\xf5\xad\x92\xc5\x3f\x96\xb0\x02\x17\xfc\xd1\xca\x43\x40\x7e\xb6\xae\x70\x47\x11\x3d\x44\x42\x29\xd1\x74\x4b\x24\x94\xc2\x44\x0e\x48\x28\xf5\x1b\xfc\x6a\x91\x50\x4a\x7b\xde\x0e\x09\xa5\x6e\xcb\xb7\x40\x42\x29\x34\xf3\xc5\x20\xa1\x94\x56\xf4\x8b\x41\x42\x29\xcd\xeb\x80\x84\xf2\x85\x20\xa1\x6c\xe6\x23\xb5\x58\x1f\xf5\x87\xb7\x1b\xd6\x47\xad\x08\xdf\xcc\x22\x76\x4d\x53\x05\x81\xe1\x99\xb1\x3e\x0a\x13\x38\x84\xb5\x74\x0f\x6b\xa9\x25\x3e\xdb\x37\xd4\x6c\xb6\xb1\x2e\xe5\x8b\xac\x25\xda\x47\x61\x7f\x5a\xdb\x8c\xf6\x41\x89\x4f\x1b\x48\x05\xa6\xeb\xb6\x1a\xf7\xa0\xb0\x8a\xd2\x62\x04\x69\xc9\xc8\xe5\xbc\x1b\xe1\x3c\x74\xdb\x1d\x28\x77\x8b\x80\xac\xd2\xf2\x7a\x63\xb7\xa1\xc5\x7d\x5a\x35\x6b\x4a\x8c\xed\x40\xaf\x2e\x67\xa5\xa3\x55\xd9\x0d\x02\xac\xcb\xf5\xb6\x27\xa8\x3a\xb8\x9f\x66\x37\x5d\x64\x3e\xa3\xb7\x50\x04\xd1\xa7\xe3\xe4\x45\x10\x8d\x6c\x5c\xca\x42\xd2\xea\xbf\xfd\x72\x4e\xa5\x12\x8d\x21\x09\x95\x11\xee\xe2\xbf\x5a\x66\xdb\xe4\x0e\xce\xb7\xfb\x2c\x25\x29\x17\x9b\xe2\x21\x6a\xbf\x94\x8a\x0b\x3c\xdf\xa4\x88\xd7\xab\x55\xcb\x05\x49\xb5\x10\x34\xe9\xda\x48\xdb\xfd\xf6\xb9\x5a\x36\x65\xa0\xa6\x12\x66\xe0\x9d\xd2\xef\xc6\xb6\xba\x65\xdb\xed\xde\x75\x9b\x5d\x19\xcd\x6e\x86\x62\x87\xd5\xb3\xde\x72\x65\x5f\x2a\xf8\x20\x81\xbe\x6b\xbd\xdc\x3e\xc8\x60\x4b\x3f\x76\x03\x9a\x4a\xb5\x43\x70\x73\x49\x22\x8e\x42\x19\xb5\xe0\x5a\xaa\x8e\xa0\xb0\xee\x4e\xb7\xd9\x61\xd9\x33\xd1\x18\x6e\xd5\xc6\x74\x64\x4a\x53\x6b\xc5\x29\x44\x29\x2f\xd3\xf7\x74\x55\x93\xbf\xd1\xce\x36\x49\x99\xfa\xd3\xbf\x77\xf1\x3f\x83\x90\x6f\xd7\x6d\x46\x13\x82\x70\x14\x11\x69\xac\x59\x36\x1c\xcf\x54\xfd\xcb\x44\xb2\xcb\xae\xea\xc3\xa1\xe7\xad\x59\xa6\x87\x28\x8a\x73\xe2\x31\x17\xf0\x42\xf0\x6c\xbe\x70\xd6\x0c\x4d\x85\x7a\x6a\x75\x7b\xf9\xc9\x04\x4f\xec\xb2\x97\x3f\x64\x34\xd9\xce\x56\x94\xc7\x2b\xe9\x61\x7e\x18\xdd\x22\xb9\xf0\xf4\x3f\x85\x66\x6b\x37\xb6\x3a\xe8\xf6\x7d\xda\x6f\xbd\x65\x14\xba\xe9\x39\x58\x8e\x19\x4f\x12\xb0\xed\x49\x92\x3e\x34\x55\x0d\x84\x09\xdf\xd2\x2d\x6b\xa3\xc1\xd7\xe0\x21\x90\x0a\xa7\xcb\x56\x12\xcd\x95\x11\xb6\x24\x72\xa3\x2f\x3b\xce\x4c\x38\x0c\x67\x84\xd5\x59\x7b\x7e\xae\xc2\x6b\xbe\xb1\xa0\x24\x17\x24\xb3\xb7\xc0\x24\xb7\x24\xcf\x1c\x9c\x54\x37\x8f\x0e\x2c\xa0\x10\xab\x9b\xf3\x78\xe7\xf5\x35\x72\xfc\x40\xcf\x6f\xcc\x06\x85\xa8\x5e\x57\x8e\x64\xba\xca\xc3\x02\x8d\x48\x1c\x72\x12\x40\x25\xb4\x76\x02\xc5\xad\xf5\x00\x04\x77\x83\x28\x63\xc2\x96\x5c\x68\x12\xc4\x34\x92\xf8\x08\x47\xab\x28\xa1\x51\xa0\x02\xce\x05\x5e\x2e\xea\xd8\x4d\xb5\xbc\xf6\x21\x77\x7f\xed\xc8\xf6\x9e\xbb\xdf\x04\xb5\xdb\x25\x26\x33\xac\xd2\x7f\xc0\x14\xa8\xc3\x14\xe8\xf9\xac\x59\x96\x83\x06\xbf\x60\x32\x66\xf5\xdc\x1d\x80\x05\x5e\x00\x58\x60\x9b\xc3\x97\xa3\x06\x14\x8e\xdd\x01\xec\xe0\x5d\x2b\xb0\x03\x7f\x09\xbe\xaa\xfc\xf5\xe6\xf3\xf8\xc2\x79\xd1\xd5\x81\xbd\x24\xb8\x41\x8d\xb8\xd0\x45\x6e\x5a\x87\x6e\xb0\x8e\x2e\x5a\xad\xcb\xcb\x62\x0d\x74\x5b\x99\x4e\x30\x02\xb5\x77\xd7\x2b\x01\x15\x68\xde\x86\x57\x72\x6e\xf6\x19\x39\xdf\xad\x2a\x42\x18\x3d\xdf\x45\xbb\xe9\x16\x48\xef\xe9\xe1\x6d\x05\xd3\xe7\x48\xe1\xdb\x05\xd4\x0f\x9c\x4b\x95\x08\xb4\xe0\x09\xc0\xb7\x17\x56\xcb\x77\xe0\x43\x6b\xfd\x02\xb9\xcd\xb8\x59\x92\xc8\x68\x5b\xd5\x22\xa4\x6b\x49\xea\xad\x87\xce\x07\xf2\xef\x7e\xc3\xe7\xc3\x95\xdd\x36\x84\x7e\xc3\xe0\xd6\x89\x1e\x5b\x86\xd1\x07\x3d\xae\x75\x3a\xb9\xd9\xb5\x72\x3c\x95\x89\x65\x8b\x98\xa0\x0a\x9c\xfa\xee\x10\x03\x29\xfe\x3c\x59\x62\x81\x93\x84\x24\x54\xa6\x4d\x67\x9e\x32\x45\xe6\x65\x4a\x2b\x18\x63\xff\xf8\xfd\xfa\x00\xcc\xa2\xf7\xd1\xd5\xa7\x05\xff\x63\x96\x4e\x0d\x29\xba\x81\xd8\xb2\x03\x8a\x23\x91\xb1\x10\x20\xc5\x6f\x0c\x02\x34\x58\x53\xf0\x76\x96\x41\x74\x0e\x8e\x16\x50\xe3\x62\x86\xa9\x60\x44\xca\x8e\x45\x87\x65\x51\x4f\x34\x37\x30\xfd\x47\x41\x42\x3d\x2a\xc4\x09\x47\x41\x1e\x30\x84\x6f\x38\x64\xd4\x75\xac\xe2\x10\x0c\x58\x0d\x06\xac\x5f\x9b\xd7\x18\x10\x98\xd7\xbd\xee\x18\x14\xd8\xb4\xfd\xfb\x60\x02\x7b\x0c\x0e\x7c\xe1\x28\xba\xa7\x09\xa0\x7b\xd9\x88\xc7\xa7\x08\x76\x3c\x84\x04\xbe\xbd\x90\xc0\xe6\x63\xdb\x29\x2c\x70\x43\x62\xbb\xeb\x65\xd7\x18\x2c\x9f\x6c\xfd\xa4\x71\x58\xde\xeb\x15\x7c\xd1\x32\x16\x2b\xcf\x06\x3f\xc4\x63\x3d\x51\x3c\x56\xcd\x12\x77\x8b\xc9\xda\x4a\x3c\x7e\xfe\x70\x91\x72\x79\xa7\xa7\x0c\x19\xd9\xe0\x25\x95\xd9\x74\xf2\xe4\x47\xaf\x76\xce\x6d\x4f\xe0\xcf\x9e\x28\x8c\x48\x24\x34\x9d\x4d\x49\x1c\x83\x09\x46\x71\x5b\xea\x20\xa7\x1d\x46\x0c\x7d\x6b\xe6\x8b\xa5\x26\x76\x9c\x70\x36\x97\x34\x26\x41\x41\xb5\x5c\xb2\x32\x49\x59\x63\x06\xfb\x9b\x24\x44\x38\x0d\x5e\xa0\xaf\x25\x65\x11\x09\xb5\x7a\x81\x62\x4e\x24\xfb\x4a\x0b\x60\x0f\x04\x61\xb6\x42\xf7\x8c\x3f\x26\x24\x9e\xc3\x0e\x95\x07\x73\x84\x28\xe9\x21\xaa\xfc\x67\x82\xe0\x68\xa1\x39\xec\x58\x8f\x1d\xfc\xb2\x46\x04\x24\xf6\xdb\xa0\xa8\x87\x6f\xe6\x9b\x3e\x42\x23\x86\x66\x38\x52\x3d\x24\xb3\x69\xde\x7e\xcc\x4d\x95\x86\x07\xc2\xc2\x89\xe7\x8d\x3c\x59\xb8\x50\x6d\x78\x50\x89\xda\xdc\x79\xd3\x04\x30\x48\x28\xde\xc9\xb3\xfb\x80\x77\x01\x8d\xf9\x98\x49\xeb\x02\x40\x9c\xf9\xc3\x64\x73\x58\x3d\x4e\x16\x60\xd5\x1b\xcc\xa9\x35\xa5\xf3\x70\x69\x2a\x5d\xc7\x92\xbb\xe1\x2d\x44\xbe\x35\x93\x40\xbb\x66\xb9\x63\xfe\xc8\xa4\x12\x04\xa7\x56\x35\xd5\xcc\x1b\x5c\x38\xc6\x09\xaf\x47\x4f\x85\xb9\xb4\xbb\x6c\xf1\x39\x65\xf7\x7a\x77\x73\x64\x30\x28\x39\x02\x3d\xd7\x6c\xda\x0f\x94\xe1\x42\x0c\xe2\x16\xbb\x96\x64\x9d\x82\x62\x82\xe2\x82\xab\x26\x50\x36\x85\x37\xe1\xa4\x75\x31\xe3\x49\xa8\xb3\x82\xa6\x50\x06\x4c\xb3\x3a\x53\x56\x01\x23\x85\x01\x0c\x70\x41\x92\x65\x50\xaa\x60\x89\x85\xf2\xd5\x19\x0d\x4e\x90\xe6\x0e\x69\xc6\x00\xdc\xc9\x6a\x88\x8f\x16\x0e\xc6\xda\x11\xf2\xc6\xfb\x63\x36\x52\x5f\x41\xb9\x57\xce\xe6\xc9\x0a\xe1\xf8\x81\xca\x1c\xa5\x2d\xe2\x4c\x66\x29\x11\xa5\x12\x40\xc6\xc9\x8c\xb0\xa3\x15\x3d\x36\x2d\xab\x3d\xe0\x84\xc6\xae\x24\x9d\xfe\x71\x4a\x66\xfa\xde\x5b\x62\x21\x9d\x45\xb2\xc6\x9a\x68\x37\x37\xd6\x6b\xf5\x62\x67\xf2\x53\x78\xec\x50\x9a\x9f\x50\x6c\x75\x97\xe3\xf2\xf9\x0c\x8a\x2a\x36\x05\xf8\x55\x26\x85\xd6\x5f\x4c\x76\x15\xce\x36\xe5\x7b\xea\x17\x34\x35\x64\xc6\x7b\xa4\xfb\x71\x32\x90\x19\x5c\x27\xf3\x4f\x69\x82\x76\xd4\xc6\x18\x18\x9e\x4d\x42\xe1\x52\x90\x0a\x2b\x1a\xb9\x02\x91\xbe\x30\xaf\xf9\xba\x79\x6b\x77\xad\x7c\x2a\x23\x9c\x54\x77\xb8\x79\x2d\x6f\xcc\xfb\xeb\x79\x9f\x3d\x6e\xa6\xed\xb5\xc1\x9a\x11\x4f\x92\x2e\x18\x6c\xa5\x99\x9f\xe6\x9f\xaf\x1f\x51\xde\x8f\xde\x00\xb7\x17\x70\x6a\x8c\xd9\x0f\x27\x56\xb2\x90\xca\xee\x52\xf8\x92\xe1\xa1\x2b\x6b\x56\x1c\x33\x3e\x03\x94\xbe\xa4\xa9\xc4\xe8\x52\xf0\x94\x76\xc1\xa1\x30\x08\xaf\xd7\xce\x81\xbf\xc1\x75\xe3\xdc\xfc\x50\x4a\xca\x90\x97\xed\x11\x42\xbd\x30\x33\x72\xc6\x9a\x33\x94\xe2\x4a\xa1\xdb\x56\x0b\xbe\x49\x4b\x1e\xa0\xd4\x98\x28\xec\xea\x49\x53\xaf\xec\x9e\xac\x20\x4d\x3d\x79\xc4\xab\x3c\xa4\xb5\xcb\x71\xca\x83\x46\xed\x79\xc1\x8e\xca\x82\x13\xe3\x03\x20\xcc\x7e\x99\x55\x68\x73\x82\x4e\xeb\xc8\xb0\xf3\x59\x72\x73\x7e\x4a\x21\x3b\x3c\xf6\xa1\x7c\xdd\xe5\x36\x2c\x1e\x86\xa0\x45\x04\xc3\x59\xbf\x54\x1f\x0b\x94\xb3\xf7\x35\x2a\xb5\x83\x8c\x2e\xe7\x3c\x67\x57\xf5\xad\x3e\xc3\x9a\x59\xb2\x6e\xb5\x58\x3b\x46\xc9\x77\xc3\x36\x70\x3d\x7a\x44\x83\xda\xf3\xbe\x19\x8e\xa8\x8b\x0e\x31\xd3\xb2\x8b\xad\x64\xe7\x61\x94\x6d\x3c\xd2\x8c\x26\x44\xf6\xd1\xa8\x46\x9f\x70\xd1\x40\x20\x55\x01\x9a\x11\xf8\x45\x9d\xbc\x93\x09\x1a\x60\x49\x3b\xa9\x06\x51\x5b\xef\x35\xb7\x52\x08\xa2\xc7\x1c\x19\x2f\x09\x67\x80\xcb\x00\xae\x48\x41\x4d\xb9\x43\x2d\x5e\x2a\x30\xb8\x69\x5e\x40\x6d\x6a\x91\x29\xc1\xed\x3f\xd0\x32\xb6\x22\x02\x5b\xb8\xfc\x7c\x54\x0d\x5b\xba\x0f\x8c\xcc\xf6\xc1\x56\xae\xd7\x5b\xfd\x45\x75\x6f\x6a\x47\x78\x5b\x6c\xbd\xf3\xe8\xbc\x5c\xde\xdd\xe5\xf3\x1e\x3e\x75\xf6\x27\x8c\x66\x82\x80\x89\x32\xf5\xd9\x0b\x2c\x26\x42\x2a\xce\xe1\x86\xba\x39\xfb\xe9\xf8\x6e\x84\x88\x8a\xa0\x1a\xd8\x98\x45\xf2\xa1\xa7\x05\xda\xbf\x67\x44\xe9\x9f\x1b\xa2\xfb\x68\x4a\x98\x04\x4e\x40\xdb\x96\x42\x76\x0b\xa3\xff\x7b\x56\xfc\x7e\x0d\xc9\x57\x62\x45\x81\x76\x7d\x59\x4a\x4d\xa6\x00\xbe\x65\x96\x56\xd6\x50\x8c\x29\x89\x3e\xac\x03\xe0\xde\x22\x36\x84\xfd\x2d\x63\x1d\xc5\xa4\xd3\xfc\xa3\x60\x14\x0d\x52\x58\xba\xc4\x82\xd6\xe0\xd1\xac\x0f\x3a\x31\xdf\xd4\xb6\xbe\x89\x89\xe4\x31\xb8\xb6\xc0\x3c\xca\xb1\xca\x91\x12\x84\x00\x0b\xf1\xf4\x64\xef\x7a\x9b\xf3\xe0\x27\x16\x7c\xd4\x1f\xb3\x8f\xce\x64\x9a\xff\xea\x2b\x67\x9a\x40\x26\x12\xa3\x0c\x74\xa6\x62\x2b\xd0\x6c\x4c\xa5\xff\x01\xa0\xd7\x64\x96\x28\x03\xa2\x3b\x83\x92\xee\x6e\xa0\xe6\x49\x1d\x97\x10\x98\x45\x8b\x0b\xbe\x5b\x45\x5d\x3a\x9b\x90\xa4\x8b\xec\x38\x9a\x0d\x13\xa9\xe9\x3b\xba\x6f\x38\x9d\xdb\xc0\x44\xe7\x93\x01\xc9\xcd\x01\x89\x1a\xad\xc4\xd8\xe9\x12\x03\xc9\x4b\x10\x18\xd9\xca\xa1\x42\x26\x1b\x40\xef\xa2\x95\xad\x8d\x8d\xcd\xf8\xe8\x9d\x59\x6e\x0a\xbd\x20\xac\xc6\x4c\x64\x0c\x00\xb4\xbc\xc9\x1d\x23\x49\x04\x35\xb6\xef\x88\x33\x23\x03\x58\xe3\xc9\x5c\xb3\x09\x2d\xf9\x81\xdf\x85\x33\xd0\xa8\x78\x26\xc1\xdd\x9f\x12\xa5\x2f\xa8\xaf\x01\x7a\xde\x38\x3d\x7a\x68\x29\x68\x4a\x15\x7d\x20\x1e\xf6\x2e\xdc\xba\x53\xac\x70\xc2\xe7\x03\xa1\xe8\x0c\x47\xea\x16\xef\xa4\x33\x63\xdb\xcc\xb6\x0e\x74\x37\x0c\x34\x3a\xd3\x8b\x3f\x27\x8c\x08\x98\x28\x14\xf4\xac\x3d\xc2\x5d\x4b\x7d\xe6\x9c\x1b\x80\x70\x23\x03\x1d\x2a\xbd\x8d\x01\x67\x8a\xa7\x5a\x23\xc5\x49\xb2\x02\x48\x50\xfd\x64\x81\xe5\xc2\x6d\xb4\xc1\x11\x6d\x73\x37\xd9\xc5\x3d\xc5\xd1\x82\xdc\x40\x05\xf7\xba\xc5\x2d\x8d\xf2\x1d\x61\x59\xfa\xee\x04\xfd\x4f\x3e\xc7\xd3\xc1\xe9\x8f\xc3\xc9\xd9\xe8\x66\xf0\xc3\xf9\xf0\x2c\x98\x8f\x7d\xf2\x71\x74\x73\x53\xfd\xf5\xc7\xd1\x6d\xf5\xc7\xab\xcb\xab\xbb\xf3\xc1\x6d\x5d\x2b\xe7\x97\x97\x3f\xdd\x5d\x4d\xde\x0f\x46\xe7\x77\xd7\xc3\x9a\x4f\xef\x6e\xfd\x43\xfb\xec\xaf\xc1\x21\x82\x78\x0f\x88\x4e\xa9\x1f\x6d\xf9\x9c\x1d\xa1\xe2\x8b\x27\xe8\xce\x7a\x6f\xa8\xc5\x12\x77\x41\x13\x26\x37\xe1\x11\x4b\xcd\xaa\xa0\x64\xef\x98\x21\xf7\xb9\x9e\x7b\xd3\xa7\xc6\xad\x14\x2d\x08\x4a\x38\xbf\xcf\x96\x96\x83\x99\x00\x47\xc6\x8d\x45\x86\xc8\xa0\xb5\x1f\x47\xb7\x27\xde\x8b\x54\x6d\x2c\x48\x41\x74\xa4\x0e\xe3\xc2\x8e\x6b\x82\x91\x63\x29\xc8\x03\x9c\x49\xef\x5d\x0c\x7a\xf0\x1b\xb0\xae\x1f\xd3\x1a\x66\xaa\xd4\x4d\x1c\xdb\x72\x02\x6e\x62\x41\xc3\xc5\xed\x5b\xb7\x9a\x7e\x39\x0c\xa0\x24\x9a\x92\x08\x67\xc6\xf9\xa6\xaf\x23\x21\xb8\x08\x07\x9c\x6f\xfb\x8e\x8d\xbe\xab\x4a\x19\x45\xd8\x78\x09\x67\x44\x7f\x12\x9c\x1c\xad\x2f\x83\x2e\xed\x20\xdb\x16\x2b\x63\x9c\x72\x55\x9c\x73\x8f\x09\x40\xc5\x68\xce\xed\x01\xcc\x28\x78\xf3\xb0\x42\x8f\x04\xa2\x5c\x33\x8b\x59\x69\x34\x64\x7d\x02\xa1\x3b\x63\x87\x76\xf0\xbf\x85\xe8\xd7\x46\x96\xb9\x0f\xb1\x58\x7f\x2f\x49\x1d\xbb\xdc\x21\x54\xf1\xcc\x34\x0a\x3c\xd4\xb9\x56\x61\xc4\x0d\x16\x7f\xc7\xb3\x6b\x2c\xcf\x6b\xa4\xa0\xea\xbd\xb1\x81\xa5\x6b\xe6\xda\x66\x3c\x2e\x3d\xa3\x00\xa1\xd3\x2d\x5f\xdd\x87\x05\x6c\x5c\xab\x5b\x1e\xe3\x95\x26\x0e\x88\x69\x90\xd9\x72\xc9\x85\x42\x0d\x6d\x20\x38\xe9\x66\x7c\x70\x33\xd8\x79\x78\x16\x05\x8d\x68\x39\x40\xd6\xa0\xdc\xb5\x8b\x58\xb7\xeb\x9a\x9f\xfb\x30\xf5\x15\xd4\x35\x8f\xb8\x98\x16\x14\xdf\x02\x85\xd6\x89\xa8\xbb\x44\x32\x2d\xf5\x35\xdc\x16\x1a\xb7\xae\xf7\x4b\xd7\x42\xed\x96\x27\x64\xa6\x26\xb5\xde\x94\x35\x86\x43\xdd\x22\x6b\x4a\xf2\xa1\xf3\xc5\x1e\x5a\x6c\x2f\xcb\x7f\x6f\xbd\x5d\x5a\x80\x0f\xf4\x78\xc1\xb9\x32\x52\x64\xae\x69\x20\xb7\x9a\x60\x04\xb0\x9d\x1a\x1c\xfe\x5c\x54\xd3\x92\xf9\x3d\xe3\x8f\xcc\x5b\xcc\x65\x7f\xcc\x86\x18\x8a\x43\x78\x75\xc1\x06\x2c\x18\x59\x7d\xa3\x94\x5e\xc0\x9a\x7f\x25\x18\x12\x39\xdd\xdb\x42\x3a\xc9\x0a\xe5\xf5\x04\x0a\xdf\xb5\x39\x3d\xc6\x9a\xec\x04\x35\x33\x61\x8b\x84\xad\xc8\xd2\x5a\xbc\xcd\x3c\xf3\x70\x6e\x70\x9a\xea\xae\xfa\xe8\x67\x67\x9f\x81\xf8\x8a\xbc\x0e\x86\x32\x37\x4e\x82\x57\x2e\x49\xbe\x6e\x61\xf7\x91\x77\xbe\xef\x88\x8b\xf5\x0b\xec\x73\xec\x6a\x56\xb9\xa0\x26\x33\x66\xec\xa6\x1d\xc2\xcb\x4e\xfd\x47\x37\x64\x7d\xfc\xe9\x7b\x80\xc6\x56\x44\x68\x65\x13\x64\x06\x96\xac\xfe\x97\xd9\x2c\xc8\x37\xb7\xb1\xc9\xb1\x03\x64\xb6\x9e\x49\x7d\x7e\xc0\xb3\xa6\xc5\x80\x29\x00\x51\x24\x20\x07\xf4\xd1\x00\xaa\x42\x00\xde\xbf\xbe\x0a\x5d\x14\x0f\x9d\x33\xbe\x29\x70\xa0\x81\x98\xa2\x80\x98\x6e\x9a\x89\x49\x02\x35\xe5\xa1\xd5\xfb\xa1\xa8\x3d\xa4\xd9\x68\xde\x82\xab\x98\x3b\xed\x93\x6b\x3a\xa8\xd8\x2f\x11\x84\x53\x19\x6e\xf0\xe1\xbf\xea\x87\xfe\x21\xc3\x02\x33\x05\xa1\x25\x56\xf2\x16\x24\x08\x71\x24\x9f\x21\x78\x8b\x19\x73\x2d\xfc\x14\x6e\xae\x73\xa5\xcf\xe9\x03\x61\x88\xc6\x3d\x44\xfb\xa4\xdf\xb3\xa5\xdd\x64\x36\xcd\xdf\x5c\x68\xc9\x61\xcc\x2a\x29\x23\x7d\x34\x48\x24\xb7\x5f\x10\x16\x25\x50\x85\x25\x88\x82\xf1\x94\x6f\x9d\x3f\xd3\x15\xe8\x17\xb0\x95\x79\xf3\xdc\x3e\x08\x3e\x1c\x33\x2c\x8d\xaf\x39\x81\x93\x9e\xff\x5e\x57\x69\xa9\x10\x7f\xf0\x84\x80\x71\x95\x6b\xe8\xc9\x36\xc9\x80\x15\xaf\xdb\x20\x78\x03\x36\x26\x4f\xe5\x09\x92\x62\xd0\xd7\x58\xa1\x84\x60\xa9\xd0\x77\xdf\x74\x8a\xb9\x70\x13\xcc\xb9\xab\x3d\xbe\x79\x40\xaa\x8b\x68\x6b\x2a\x17\x07\x60\xf2\xb6\xbe\xad\x17\x20\x7b\x7a\x9f\x15\x47\x0f\x54\x66\x50\xd8\x26\x88\xa1\x37\xa5\x49\xa8\x92\x2e\x28\xd0\xa8\x4c\x0d\x7c\xc4\xc1\xbf\x58\xb7\xa4\x1d\x56\x0d\x65\x59\xe5\x89\x1a\xf5\x0c\xb2\x24\xf3\xd8\xb2\x05\x56\x63\x66\x39\xab\x0b\xc7\x08\x0a\x19\x0c\x92\xa4\x18\xcf\x85\x21\x64\x91\xe9\x09\x43\x59\x9e\xbe\x5f\xa0\x0b\x50\xbf\x7c\x08\x50\xb1\x44\x9f\x3f\x2c\x5a\x53\x1b\x33\x9f\x82\x16\xb6\x5d\x2b\xed\xd4\x59\x81\x9f\x51\x08\xae\xe9\xfe\xdc\xd4\x47\x6a\x21\x0c\x37\xd7\xaf\x5c\xe3\x35\xa9\x58\xde\xd7\xc8\xc6\xfb\xee\xa0\xbd\xa8\x5c\x6f\xc5\x86\x6b\xf6\x91\xd7\x18\xc5\x1b\x36\x37\x90\x2d\x76\x51\xc0\x7d\x2c\xda\x73\xf9\x65\x0b\x43\x1f\xc5\x10\x5b\xbe\x99\x0b\xe6\xb1\xda\x8e\x75\x80\x39\x9a\xc6\x41\xe8\x68\x10\x57\x07\xa1\xc5\x8e\xf1\xd9\x37\x1b\xfc\xa3\xcb\xb7\x3d\xfd\x5e\x3e\x7f\x37\x15\x1f\x5c\x56\x9d\x78\xb3\xb0\x37\x88\xff\x86\x23\xc2\xa2\x95\xe9\xc9\xc1\x65\x55\x73\xe4\x1c\xb2\x10\x06\x93\x7b\xad\x78\x68\x4b\x9d\xf5\xd1\x10\x2e\x1a\x57\xf9\x0c\xcf\x9c\xdb\x20\x78\x79\xcc\xb4\x66\xa2\xef\x78\x69\x06\xed\xda\x2f\x92\x78\xdd\x09\x30\xf9\xb9\x3b\x79\x5c\xd2\xcd\x28\x88\x4d\xda\x84\x4b\x0f\x86\x36\x00\xe6\x0d\x0d\xe7\x27\x28\xe6\xd1\x3d\x11\xc7\x82\xc4\x54\x9e\x80\x07\x5c\x35\xba\xde\x52\xad\x6d\xef\x2c\x69\xb4\xad\x42\x5a\xad\x19\x96\x42\x39\x2f\x08\x2a\x76\x25\x0d\x7a\x88\xce\x40\x9d\x70\xf9\x05\x26\xe9\xc0\x5a\xb7\x11\x61\x4a\xac\x96\x9c\x32\xe5\x4d\x59\xa5\x85\x70\x9a\x86\x16\xda\x9a\x42\x6c\xc5\x3e\x22\x65\xb6\x9c\xf6\xed\x82\x48\xe2\xc2\x02\xcc\xa4\x14\xb7\xb5\xf2\x0d\xbb\x58\x62\xb5\x90\x90\x21\x51\x5c\x03\xab\x74\xc1\xa7\x7a\x85\xf0\x12\xa2\x0a\x8c\x95\x22\xff\xc8\xc7\xf1\x4b\x45\x93\x64\xcc\x18\x21\xb1\x44\x90\xcc\xf0\x55\x6d\x26\x8e\xfe\xb4\x87\x70\x1c\xa3\xff\xfd\xf5\xfb\xf3\x5f\x6e\x87\x93\xd1\x05\xd8\x9c\x47\xe7\xc3\x6f\x7a\xfe\xc7\xcb\xbb\x5b\xff\xab\xb1\xb0\x3c\x10\x81\x52\x7c\x0f\x2a\x1e\x93\x46\xfe\x83\x68\xf7\x70\xa4\x2e\x47\x49\x3f\x91\xc4\x45\x90\x5a\x31\xc5\x67\xb5\xdb\x3d\x6c\xac\x58\x62\x6c\x7e\x1d\x94\xdf\x6b\xff\xc9\x7a\x1a\x74\xc4\xe3\xbb\x70\x62\x60\x4a\x98\xd2\x3c\xc6\x5a\xfb\x72\xdd\x37\x27\x38\xc2\xe6\x94\x35\xc5\xb9\x11\xf6\xf0\x94\x42\xfc\x4f\x64\xf5\x49\xab\xd7\x57\x98\x8a\xd6\xb4\x37\x64\x0f\x54\x70\x06\x53\xf3\x66\xad\xbc\x52\x33\x51\xce\xdb\x16\x1c\x2a\x69\x64\x61\x88\xa4\x58\x36\xc6\x52\x96\x12\xb7\x5f\xc7\x74\x07\xc6\xfb\x4b\x3e\x2b\xe1\xb2\xe1\xa4\x65\x37\xf8\x01\xd3\x04\xe2\x60\xdd\x45\x93\xd3\xe0\x98\xdd\x5e\x9e\x5d\x9e\x20\x92\xe0\x29\x17\x90\x1d\x63\x02\x77\x5c\x13\x76\xc1\xa0\x02\xa6\x6f\xa8\x90\x09\xd9\x43\xcb\x3c\x13\x32\x34\xa2\xf5\x4d\x1b\x1b\x32\x22\x97\x5c\x54\xf3\x08\xf7\xab\x02\xda\xc9\x5e\x71\xd1\xe6\xfa\xd7\xaf\xc1\xd2\xf1\xa5\x56\xe4\x4a\x9c\xd7\xde\xcd\x33\x82\x4d\x15\x1f\xe3\x16\xb2\xb6\x7c\x1b\x18\x9a\x24\x05\xc4\x76\x7d\x70\x64\xdf\x3a\xca\xf3\x37\x39\x43\x3f\xfd\x59\xa2\x69\xa6\xc6\xac\xd8\x06\x67\x50\x0e\xfe\x07\xac\xa2\xc5\x37\x63\x76\xa9\xd5\xcc\x9f\xfe\xdc\x90\xb2\x1d\x63\x85\x27\xf5\x44\xd9\xbc\x26\x67\x58\xe1\x73\x8e\x63\xca\xe6\x16\x88\xa0\x7e\x2d\x7e\x18\xde\x0e\x4e\xd0\xa5\xd5\xe1\x7d\x96\x65\x8e\xf0\x10\x34\x04\x0c\x19\x26\xe2\xb8\x08\xb0\x72\xe6\x59\xbf\x35\x91\x81\xf4\xa4\x2f\xac\x31\x83\xa5\x34\x5c\x95\x2a\xb4\xe4\x16\xd3\x55\x6b\x65\x06\x40\x00\xfb\x9a\xe7\xc9\x0a\xe9\xd5\x01\x32\xf6\x9b\x61\xe5\x31\x90\x67\xaa\xcc\x7e\xcc\x40\x41\xf7\x99\x6f\x09\x8f\x70\x02\x91\x73\x47\x81\x4d\x4f\xab\xed\x3c\x83\x34\x24\x08\x59\x61\xab\x62\x80\xab\xcf\x8c\xf3\x42\x59\xb8\x51\x60\x00\x80\x7d\xb4\xce\xd4\x94\x6b\x8e\xd3\x1f\xb3\xd1\xcc\x04\xd6\x25\x66\x75\xf4\x87\x84\x81\x3f\xd9\x2d\x8b\x7e\xea\xf8\x11\x54\x37\x33\x6e\x45\x1c\x81\xf9\x9e\xad\x20\x2c\x1a\x70\x20\x39\x04\x68\xe4\xdc\xd9\x12\x65\x65\x17\xfd\x9d\x18\x7c\x36\x66\x26\x9e\xaf\xb0\x2f\x61\x96\x70\xd0\x3b\x67\x10\x6e\x98\x5f\x97\x5e\xc0\x58\xda\xf0\x43\x2b\xeb\x2f\x05\x39\x72\xd5\x73\xf5\xaf\xc1\x9a\xea\x1b\xb6\x8f\xae\x43\xf5\x3a\xe6\x51\x96\x3a\xb0\x1b\x48\xd7\xb2\x71\x6a\xf6\x12\xf5\x14\x62\x2e\xf6\x5a\x8a\xff\xb7\xf0\xbf\xb5\xb2\xe9\xd5\x8e\x35\xd3\x3d\x55\x4d\x96\xc5\x96\x0a\xad\x6d\x86\xd3\xd8\x80\x6d\x7c\x91\x63\x66\x40\x49\x75\xae\xb5\x4f\x0e\x76\x68\x93\x55\xc7\xe3\xaf\x24\x1a\x5d\x69\x21\x45\x2b\xa5\xfe\x98\x64\x52\x99\x28\x2d\xc8\x54\x31\x5f\x9b\x48\xf9\x1e\xfa\x16\x8d\xb3\x6f\xbf\xfd\x63\x84\x3e\xbb\x7f\xfc\xe9\x3f\xfe\xe3\x8f\x7f\xea\x12\xfa\xed\x74\x66\x68\x37\x5f\x23\x8f\x80\x5b\x94\x5a\xc2\x1d\xa8\x32\x93\x1d\x76\xc1\x9e\x91\xa6\xe5\xb7\x1a\x7b\x63\xa6\x53\xdd\xe3\x20\x08\x07\xcf\xed\x21\x94\xe1\xe1\x41\x85\xd3\x93\x3b\xfb\x25\x51\xbd\xe2\x21\xf6\xf2\xa8\x15\xba\xff\xd7\x1a\xdc\x82\x89\xa6\xe6\xed\x82\x85\x68\xe2\x25\x60\xdd\x08\xfa\xda\x9a\xe8\x14\xf8\xf8\xbe\x71\x77\x10\x4f\x62\x22\x6c\x55\x39\x67\x55\xf3\xb6\x3e\x38\xbf\xe4\xf3\x32\xe1\x36\x8c\x03\x23\x49\x96\x18\xee\x78\x7d\x5e\xfb\x63\x36\xfc\x8c\x35\x73\xed\xb9\xe2\x9f\xf0\x91\x71\x8e\xcc\x70\x44\x90\x91\xa6\xbf\xfe\x7c\xa2\x7f\xeb\xa1\xd5\x09\x44\x63\xf6\xd0\x3f\x4e\x6c\xde\x34\x16\x6a\xa2\x7f\xfa\xc6\x89\xc3\xb6\x09\x18\x34\x95\x68\xfc\xee\xf8\x01\x0b\x53\x39\xe6\xd8\x02\xde\xbe\xb3\xec\xcf\x83\x79\x87\x02\x74\xc2\xf9\xbd\x8d\x55\xad\x7c\x79\xec\x50\x18\x80\xc0\xbd\x73\xc3\x6c\xbe\x0d\x3b\xd6\xc2\xde\x11\xbc\x40\x50\x7f\x39\x45\xfd\xbf\x49\xce\x50\x7f\x85\xd3\xc4\xfe\xea\x9e\xda\x50\x5a\x2c\x91\x2b\x93\xe7\x02\x69\x92\x95\x31\x67\xfe\x90\xf0\x29\xcc\xeb\xa3\x9b\xab\x09\x46\x85\x81\xe6\x57\x44\x7e\xab\xd8\x89\x58\x71\xc7\xe4\x92\x43\x61\x59\xfd\x0a\xdc\xbd\x75\xb3\xfa\xec\x87\xf4\xdf\xc6\x79\x0b\x8b\xe2\x32\xd8\x8c\x05\xd7\x07\x82\xe9\x46\x3f\xa3\xaf\x2d\x13\xfa\x46\x5f\x04\x36\xf2\xd7\x2c\x43\x5d\x07\x2b\xdf\xc1\x2f\x41\x07\x94\x21\x93\x93\xb8\xe6\xcb\x7f\x1c\xf7\xfb\x7d\xff\xf5\x85\x9e\xca\xff\x87\xa8\x92\x24\x99\x99\x96\xdc\x35\xb3\x1a\xb3\x8f\x0e\xb0\xce\x59\x98\x73\x7c\x17\x28\xf6\x18\xf1\x04\x1d\xe5\x56\xd7\x98\x47\x12\xfd\x4e\xcb\x9e\xc1\x52\xc2\x8f\x5a\xd9\xaa\x3f\x55\xb6\xe6\xef\x33\x1d\x2b\x6b\xb5\x2e\x1f\xac\x10\xd2\xc1\x6b\x9f\x58\x86\xe8\x87\x40\x0b\x9a\x72\x8e\x2d\xec\x03\x94\xe3\x55\xe4\xb3\x82\x47\x0d\xa8\x1a\xb5\x51\xe1\xf5\x12\x5c\x85\xe1\xe6\xe0\x1a\x86\xac\x1b\x16\xc0\x62\x1f\x58\xde\x60\xe6\xd9\x0b\x7d\x1c\xfa\x7a\x61\x21\x84\x9a\xcc\xd2\x14\x8b\xd5\x71\x7e\xda\xaa\xc4\x99\xe3\xa1\x02\x97\x49\xdc\x02\x80\x9f\x35\xb1\x47\xcb\x86\x1a\x58\x19\xd0\xdd\x69\xfe\xec\x46\x00\xc0\x0e\x41\x6f\xa6\xfc\x00\x61\x11\x8f\x2d\x5d\xe7\xa9\x97\x45\xb1\xc2\xbf\x53\x15\x28\x5c\xd8\x8a\xcc\x2d\x66\x4c\x99\x7c\x6c\xfb\x86\xfb\xb8\x81\x81\xf3\x09\x14\xc7\x20\xf3\x0e\x3e\xcc\xd1\xe5\x8d\xfb\xa6\xfd\xb5\x0b\xeb\x50\x94\xab\xb1\x53\xe5\x9c\xd9\x40\xe0\xc7\xfc\x02\x86\x00\x0c\x63\x42\xc9\x7c\x62\xaa\xf9\xfb\x94\x5f\xd1\x44\xdf\x5b\x40\xe3\xfd\x31\x2b\xfc\xdc\x43\x24\xa1\x29\x65\x3e\x00\xce\xb0\x77\x3e\x33\x22\xee\x3d\x55\x7a\xcb\x64\x7c\xaf\x39\x98\xcb\xf1\x0f\xf4\x9e\x01\x5b\x39\xd2\xf1\xde\x23\x6b\x26\xc8\xa4\x1e\x57\xae\x48\x6b\x89\x53\x37\x71\x64\xa5\x46\x1a\x10\x1e\x9c\xdf\x31\xd3\xad\xb9\xb3\x94\x47\xde\x06\xed\x05\xcd\x1d\x39\x20\xb1\x80\x03\x40\x1f\x85\xf0\x59\x2f\xa4\xd6\x88\x28\x43\x96\xa5\xbb\xe6\x6d\xd8\x48\xdc\x97\xb2\xa5\x5d\xe5\x05\x5d\x6d\x0e\x10\x61\x59\xea\x0e\x54\x07\x8a\x1b\x5a\x01\x28\x26\x51\x82\xe1\xee\x80\x86\x20\x3c\xb1\x67\xbc\x98\x41\xf1\x58\x7b\xbd\x98\x6e\x0c\x36\x69\x42\xd8\xd7\xe6\xef\x6f\x90\xbd\x1b\xbe\xed\xd9\xfb\x5c\x48\xab\xe7\xb9\x3d\x07\x6c\x7b\x12\x1b\x43\x37\x40\x94\xcd\x31\x94\xf4\xb6\xd6\x97\x82\x72\x08\x12\xd8\x8a\x67\xe8\x91\xca\xc5\x98\xdd\x72\x67\x15\x44\x8c\x7b\x90\xb7\x1e\x68\x8c\x95\xfe\xb0\x04\x26\x00\xa3\xae\xa3\x80\x52\xb5\xf5\xee\x69\x3b\x10\x69\x3a\x61\x3c\x26\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\x59\x78\xdb\x0e\xd4\x31\x79\x64\xdb\xa2\x5a\xf8\x5b\x0d\x5a\x71\x6a\x61\x90\x0a\x5b\x58\xfb\x62\xe9\xfa\x9d\x74\xb4\x78\x3b\x17\x82\x99\x7b\x04\xcb\xee\xa3\x80\x31\x9a\x0b\x9e\x2d\x7d\xbe\xb8\xcb\x9c\x33\xdb\x60\x65\x9a\x11\x9b\xf1\x13\xab\x55\x9d\x53\x76\x6f\x28\xfe\xa9\xf6\xc8\x17\x89\x0f\x7e\x77\x77\x98\x59\xf1\x23\x44\x59\x94\x64\x70\xf1\x49\x85\xa3\x7b\x83\xf0\xd7\x64\x99\xd5\xdf\x4c\x36\xe7\x25\x36\x48\x4c\x59\x92\xd8\x6e\xf3\x0b\x34\xaf\xbd\xf3\x40\x31\xc2\xe8\xee\x7a\x54\xdf\xf7\x3d\xad\x7a\x5c\xea\x6f\xcf\x22\x81\xc0\xff\xfc\x44\x3b\x05\x47\x96\xa0\x48\x49\x81\xd4\xbd\x05\xa8\x09\x80\xab\x74\x7b\xef\xe8\xe2\xd5\xb7\xd0\x24\xad\xa1\xd4\xfa\xc9\xe7\x1d\x9f\xd9\x8f\x3f\xea\x6f\xeb\x77\xe4\x23\xe4\x05\x79\xf0\x84\x14\x33\x3d\x41\xd7\x6b\x83\x89\xd0\x5c\x8c\x5b\x0d\xe9\x6e\xb9\xd5\x80\x4c\x8f\x2d\x61\xb3\x6d\x57\xae\x95\x47\x63\x33\xc4\x89\x51\xb8\xd5\x02\x34\xb1\x1e\xba\x89\x16\x24\xc5\x10\x97\x92\x16\x35\x32\x90\x4c\xbf\x4e\xb0\x98\x1b\x39\x51\x12\x25\xbf\xa9\xd9\xe1\x3c\x3e\x7b\x87\x1d\xde\x02\xd2\x3f\xf4\xd1\x80\x14\xb2\x8e\x03\xf8\x51\x16\xd1\x81\x3c\x73\xf2\xc5\x31\xec\xdd\x41\x65\x88\x0a\x1c\x71\x21\x00\xc5\x2e\xd6\xd2\x78\x33\x6e\xc2\x8e\xa5\x5d\x2e\x70\xea\x73\x8c\x5d\x81\x09\x9b\x4a\x62\x06\x37\x25\x00\x15\xd5\x3c\x86\x9d\x6b\xb8\x84\x43\xb0\x98\xea\x4d\x23\x18\xb3\x81\x7b\xc5\xe7\x29\x82\x88\x2b\x8c\x1c\x02\xb1\x6c\x26\x72\x13\xc4\x4c\x9c\xaf\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\x10\x95\xab\x28\xd5\x75\xbc\x59\xa4\x74\x39\xe8\xb6\xa1\xb0\x70\x93\x89\x77\x4b\x56\x39\x99\xea\x15\x37\xaa\x49\xa9\xb3\xea\x69\x55\x3b\x71\x63\x8a\xd3\x89\xe0\xc9\x2e\x7b\xe4\x9a\x28\xa8\xb9\x0b\x03\xf9\xb9\x42\x7f\xcf\x70\x62\x4c\xf2\xcc\x92\xa3\x1b\x36\x48\x0c\xdf\xff\x09\x0d\xe0\xba\x44\x1f\x81\x2f\x82\x33\x12\x5a\x53\x1c\xd1\x74\x49\x84\xe4\x5a\x1f\x6b\xd8\xe4\xfb\x3f\xcb\x89\xc5\xeb\x9d\xe0\x28\xe2\x59\x15\x9b\xb7\xc3\x4c\x6a\x5a\x0b\x27\x85\xd1\x7d\x36\x25\x82\x11\x53\x2d\x12\xde\x43\xee\xbd\x56\xc3\xe5\x38\x53\x8b\xef\x27\x51\x42\x5b\x83\x08\x43\x26\xc4\x40\x7f\x76\x6a\xbe\x5a\x37\x81\x42\xfb\x85\xa1\x33\x64\x9e\x21\xf3\xac\x8f\x7e\xc0\xd1\x3d\x61\x31\x5a\x26\xd9\x9c\xda\xf4\x64\xb8\xa1\x80\x5d\x06\x56\xaa\xe2\xc4\x8c\xca\x6b\xda\xd7\xd7\xd0\x98\xa5\xf8\x1e\x34\xa4\xcf\x36\x60\x5c\x6b\x9a\x9d\xb4\x2d\x4f\x0f\x15\x9c\x06\x97\x4b\x2b\x49\x94\x09\xfd\x86\x39\x1f\xca\x9c\x0f\xb0\x2b\x01\x56\x59\xc6\x10\x06\xa8\x87\xaf\x24\xca\x96\xce\xf8\x01\x06\x8f\x04\x7c\x44\x66\x92\x50\x3f\x8c\x6a\x71\x70\x41\xc6\x0c\xe2\xee\x5c\x8b\x2b\xcf\x55\x42\xb7\xa4\x77\x8f\xd7\x1d\xbe\x99\x49\x74\xde\xcd\x9d\x62\xcc\x48\x7b\x8f\x29\x54\x0b\xc2\x40\x0f\x6b\xdf\x32\x64\x8b\xb7\xdf\xb4\x42\xfc\xa0\x99\x45\x6e\x38\xf2\x4b\x98\x31\x6a\x61\xab\xad\xad\x30\x08\xed\x71\x26\xf5\xfc\x7b\x2a\x91\xc4\x8a\xca\x19\xad\xd5\x4f\xc3\xf4\xf2\x5d\x56\x1d\x77\xcb\x69\xaf\xc9\x67\x2f\xad\x85\x8f\x51\xee\xa3\xf7\xa0\x6e\xe7\x53\x52\xdc\x67\x87\x37\xb1\x04\xb5\x20\x8d\xc0\x66\xfb\x70\xee\xbb\x19\xb4\xb5\xa2\xf8\x78\xf4\x3e\x1a\xe4\x66\x4e\x93\x1f\x6f\x0c\x98\x1b\x66\x44\x12\x49\xb6\x21\xbe\x56\x16\x01\x70\x06\x02\x01\x21\x90\x55\xa4\xfe\x3d\x07\x59\xf4\xc3\x7c\x84\x94\x2f\x7c\x4f\xd8\x3a\xb5\xaf\xfd\x08\x87\x85\x84\xd9\xba\x21\x0e\xbc\xc2\xcf\x8d\xce\xbf\xcd\x00\xdb\x1f\xbb\x1c\x92\x80\xce\x8e\xf5\x92\x6b\x41\x3f\xba\xb7\x81\xe6\xc6\xec\x63\x41\x0d\x1e\x17\x5c\x86\xe7\xcc\xed\x1f\x6c\xa6\x12\x19\x71\x01\xe5\x10\xa8\xef\x17\xd8\x78\xe8\x19\x0f\x31\x0f\x60\xd4\xfe\x90\x1a\x93\x96\xdf\x6f\xe4\x58\x28\x2c\x03\x98\xcb\x5d\x53\xd5\xd3\xfc\xd3\x9f\xe5\x25\x9c\xd8\x7d\xe4\xed\x26\x78\x4a\x92\x27\x80\x72\xda\xd2\x10\xe9\xa3\x41\xcc\xb8\xc0\xe8\x1f\xfb\x44\xf1\x25\x8f\x51\x4e\x5e\x4d\x41\x89\x8c\x71\x13\x0d\xf0\x0a\xa7\x15\x0c\xae\xf5\xdc\x36\x51\xf6\xc7\xc0\x5b\x69\xaa\xe2\x1a\x78\x94\x40\xe4\xb2\xb9\x5d\xa0\xfd\xda\xeb\x9f\x4a\x7f\x9f\xd4\xd3\xd8\x15\x8f\x77\x21\xac\xee\x10\x58\x55\xba\x6e\x11\x71\x28\xeb\x8a\xf2\xac\x59\x89\x25\x6f\x8e\x15\x8b\x27\xed\xcb\xd8\x80\xdf\x71\x9a\xcd\x6e\x00\x80\xb7\x29\x7f\xdd\x21\x0f\x2d\x88\x4f\x48\xd1\xfb\xac\xbb\xf1\xe1\xd1\x4d\x9b\x62\xdd\x58\xf9\xf5\x8f\xd1\xff\xbd\xb9\xbc\x38\x4a\xb1\x90\x0b\x0c\xf9\x81\xae\xad\x9e\x83\x89\x37\x0a\xa8\x33\xaf\x53\x86\xc6\xec\x08\xcd\x79\xcf\x78\x73\x4e\xd0\x42\xa9\xa5\x3c\x39\x3e\x9e\x53\xb5\xc8\xa6\xfd\x88\xa7\xc7\xf9\xda\x1c\xe3\x25\x3d\x9e\x26\x7c\x7a\x2c\x08\x04\xdd\x1d\x7d\xd7\xff\xfe\x3b\xd8\x9a\xe3\x87\xef\x8e\xc1\x86\xdf\x9f\xf3\xdf\x9d\x7f\xff\x9f\x7f\xfc\x93\x6e\x78\xb9\x52\x0b\xce\x4e\xac\xab\x68\x6d\xdb\x47\x46\xf0\x3d\x36\x9f\x94\x7a\xf9\xcf\xfe\xb7\xe1\x30\xec\xab\x29\x8f\x49\x22\x8f\x1f\xbe\x9b\xb8\x9d\xe9\x2f\xbb\x38\xbf\x72\x86\xef\x97\xbc\x54\xc3\x49\xff\xee\x49\xc6\xa5\x07\x6d\xda\x96\x9a\xb3\x12\x86\x54\xee\x70\x62\xee\x49\xc5\x1f\xd8\x41\x03\xf3\x92\x54\x83\x4e\xdf\x15\xe1\xb7\x51\xb6\xe9\x94\x41\x06\xde\x37\x1a\x01\x7a\xa4\xb1\x41\x2c\x31\xad\x8b\xf3\xb1\x5e\xe6\x5d\xd6\xef\x29\x71\x50\xf7\x0d\x80\x6a\xa7\xbb\x25\xf8\x69\x62\xbe\x76\x3e\x71\xfe\xe8\x40\x4f\xf7\x01\x15\xda\xb2\x98\x86\xc7\x53\x34\xc4\x03\x63\x71\xe3\xea\x46\x23\x85\x25\x36\x61\x12\x36\x0a\x52\x42\xc4\xa4\xc1\x23\xe0\x33\x8f\xec\x6a\x82\x5d\x0d\x08\x34\x9f\xd5\xfc\xe3\x87\x84\x4f\xe5\x37\x1e\x05\x05\x4b\xd7\x47\x0e\x4b\xd0\x4c\x82\xfb\x01\x12\x75\x4b\xf1\x94\xfa\x89\x3b\x33\xa1\x14\xd2\x65\xe1\xeb\x89\x2a\x8f\x45\x35\x49\x99\x58\xf0\x8c\x39\x20\x46\xce\x08\x9f\x41\x94\x00\x5c\x80\xce\x0b\x02\x46\x10\xc6\x55\x90\x80\x29\xc8\xd2\x30\x52\x30\xd7\x35\x2f\xf7\x8e\x60\xa4\x9b\xd6\xf9\x29\xc0\x48\x77\x5d\x77\x7b\x70\x5e\x68\xc1\x77\x0d\x55\x30\x47\xa9\x03\x9b\x85\xf7\x37\xba\x26\x3c\x1f\x00\x5f\x44\x58\x64\xcc\x00\x8e\x40\x04\x31\x39\x52\xfc\x08\x32\xd7\x21\x1f\xda\xc0\x03\x37\x15\xcd\x00\x97\x4e\x97\xeb\x40\xbf\xdf\x62\x9c\x26\x6a\xfc\x73\x30\x50\x7b\xf7\xca\xbc\xfc\xb8\x56\x2e\x19\x23\xc2\x1a\xab\x37\xde\x1c\x1d\x1d\x3e\xe1\x56\xae\xf7\xf8\xe6\x02\x68\x08\xdd\xea\xe3\xfd\x70\xc0\x04\xfa\x08\x42\xa3\x17\x3c\xe5\xfa\xda\xe6\x99\x0c\x1e\x9a\xd0\x7a\xb8\x6c\xd6\x54\x82\x5f\x1a\xa4\x9a\x97\x9b\x8d\x3e\x5a\xfa\x91\xd1\xe5\xc3\x97\x36\xe3\x57\x07\x33\x99\x16\xf1\x7f\x37\x8c\xdf\x03\xb7\xae\xa7\x1b\x70\x27\xa6\x60\x3b\x85\xb2\x24\x16\x8e\x91\xfe\x43\x8b\xea\x9a\xa4\x7c\x18\xbb\x4b\x7d\xb7\x81\xa7\x06\x90\x29\x84\x6c\x2b\x55\x1f\x2d\x0f\x9f\xb0\x2c\xed\xb8\x07\x3e\x88\xa9\xcd\x06\x60\x66\xc2\x7a\x5c\x3c\xcf\x51\x6d\x40\x4f\x63\xac\x49\x17\xc5\x70\x9d\x9e\x55\x17\xed\x66\x50\x56\xf2\xe0\x56\x4d\x01\x15\x19\xdf\x7f\xf8\x90\x17\xec\x59\x2d\x49\x0f\x4d\x33\x78\x7e\x71\x79\x1b\x7a\xf1\x28\x83\xc7\x47\xd1\x82\x44\xf7\x90\x8c\x62\x38\xb6\xd9\x4b\x57\xac\x69\xba\x1a\xb3\xbc\x2c\x84\xe2\xce\x25\xb5\xf2\xb8\x9b\x1e\x7b\x96\x0b\x14\x53\xb9\x4c\xf0\x0a\x8c\xff\xcc\x84\xb1\xe5\x8e\x03\x1f\xff\xa9\x29\x79\x3b\x1b\x17\xd4\xad\xb0\x2c\xca\x09\x89\xf0\x97\x9b\x84\x2f\xda\xe8\x43\xb2\xeb\x64\xa2\x9d\x91\x50\x77\x09\x66\x6a\xaa\xc0\x12\xb8\xa4\xcd\x8e\x86\x5e\x6d\x9f\x2d\x5d\x2e\x0d\x3a\x7e\xe7\x82\xc4\x41\x0f\x1c\xbb\xaa\x86\xfa\x6f\x53\x32\x8b\x88\x07\x12\x8f\x59\x31\x1f\xdd\xde\xb3\xf9\x2e\xa3\x1c\x99\x7f\x3f\x24\xee\xd6\xb9\x95\xd9\x63\x08\x39\x78\x39\xfa\x8e\x0f\x84\x5e\x53\x29\xa0\xbe\x24\xe0\x13\x40\xda\xb7\xb6\x87\xe5\xa5\x00\x2c\x8e\xb7\x2d\xd4\x51\x70\x3d\x79\xc2\xf4\xd9\xb6\x06\x8a\xc3\x07\x88\xda\x80\xd1\x4a\xea\x52\x5d\x1b\x63\xe6\x72\x5c\x66\x59\x62\xe0\x95\x1a\x56\xcb\x25\xdf\xbb\x68\xbc\x97\x8b\xca\xf4\x3a\x37\x0a\x4a\x27\x78\x0f\x91\x4b\x4a\x88\x56\x79\x8d\x56\x20\x5d\xc2\x64\x06\x6c\xd8\xa1\xa6\x43\x26\xd9\x9c\x28\xa4\x45\xa2\x38\x4b\x4c\xca\x06\xf8\xfe\x20\x91\x1f\x27\x09\xa2\x4a\x8e\x99\xc7\x1d\x30\x28\x92\x70\x4b\xb9\x1c\xb9\xd8\x8a\xa9\xd0\x05\x34\x6b\x6b\x6b\xc1\xdd\x45\x23\xaa\xc2\x11\x81\x4f\x6b\x15\x22\x0d\x2f\x97\x04\x9b\xf8\x62\x7b\x0c\x59\x28\xa7\x96\x37\xc1\x06\xe3\x42\xc5\xa3\x7d\xc4\xc5\x36\x93\xae\xa9\x78\xd5\x79\x4b\xfa\x68\x60\x66\xa7\x85\x54\x57\xf6\xc7\x8c\xd6\x66\x35\xd9\xb0\x0f\x2d\x09\x2a\xe9\x2b\x97\x7a\x59\x7f\x89\x85\xa2\x51\x96\x60\x91\xac\x5c\xb9\x62\x3a\x0b\x2a\x18\xc1\x1e\x98\xac\x73\x5b\x1a\x19\xc0\xd8\xad\xb9\x58\xe2\x94\x04\xd9\x34\x56\x25\x4e\x02\x77\x93\x81\xd2\x33\x7e\x0c\xdd\xd6\x37\x7d\x74\x56\xae\x57\x05\x67\x22\x40\xab\xa1\xd2\xb0\x3f\x3f\xde\x20\x0c\xdc\xd4\xbd\xa2\x33\x2d\x86\x7f\x15\x9c\xba\xa6\x5a\x8a\x58\xde\x77\xf4\x65\x39\xcc\xd3\xf5\x21\x4c\xb5\x69\x20\xb7\x50\x6f\xaf\xe0\xe1\xf2\x07\xa2\x61\x80\xee\x66\xe8\x38\xc8\x10\xe9\x67\x8b\x81\xfe\x1c\x14\xb4\x2b\x0f\x36\x5d\x53\x30\x09\xf6\xb1\xe3\x50\x03\x30\xf3\xee\x03\x0d\x28\x27\xf4\x5c\x36\xae\xec\x66\xb5\xf7\xe7\x02\xac\x38\xd2\xe3\xd2\x2a\x07\x31\xbe\xee\x52\x4d\x5c\x18\x83\xc5\x1f\x07\xb0\x48\x7f\xd8\xa6\x04\x25\x94\xdd\xbb\xbc\x33\xbd\xf3\x3d\x84\xf3\xd6\xe1\xf0\x99\xd1\x1b\x62\x6e\x10\x6b\xea\xa0\x55\x77\x90\x74\xda\xc5\x6e\xd7\x8b\xeb\x6e\x24\x9d\xd0\x73\x2b\x95\x63\x83\x79\xb4\xdf\x96\xb5\xd1\x55\x5e\x82\x75\x21\x55\xe6\x7e\x09\xe2\x3c\x14\xf5\xb5\x44\x1b\xd7\xf7\x6a\x81\xeb\xcb\x4f\x6f\x86\x0b\xbf\xbb\x38\x1b\xbe\x1f\x5d\x14\x31\xbe\xff\x72\x37\xbc\x2b\xfe\x72\x7d\x77\x71\x31\xba\xf8\x10\xfe\x74\x73\x77\x7a\x3a\x1c\x9e\x15\xdf\x7b\x3f\x18\x9d\x97\xde\xd3\x3f\x15\x5f\x1a\xfc\x70\x79\x5d\x42\x15\xbf\xf9\x69\x74\x75\x55\xfc\xe9\x76\xf4\x71\x78\x36\xb9\xbc\x2b\x00\x93\x9f\xfd\x72\x31\xf8\x38\x3a\x9d\xd4\x8c\xe7\x7a\x78\x7a\xf9\x69\x78\x3d\x3c\x5b\x0b\x38\x9e\xcf\xb7\x76\x49\xf7\xe1\xf0\xdd\x1a\x65\x7e\x80\x66\x82\x12\x16\x27\x2b\x13\x8f\xe6\x94\x94\x52\xf8\x4b\x78\x05\xd0\x94\xf0\x6c\x97\xb0\x32\xad\xc4\xf3\x07\x22\x20\x41\xce\xb4\x66\xa3\xe9\xb1\xbc\x6f\xc4\x38\x51\xa2\x6a\xd0\x5b\x1b\x3d\xab\xc4\xca\xc7\x67\xaf\x0d\x0b\xf5\xe9\xd5\xb6\x13\xb4\x24\x62\xdd\x58\xe0\x82\x16\xd9\x52\xd1\x69\x73\xa0\x60\xcb\xb4\xe3\xee\x6a\xa0\xc1\xeb\xa8\xcf\x9b\xbc\xa8\x67\x8c\x85\x78\xb9\x5d\x42\x85\xa0\x85\x6d\x8b\x27\xf8\xaf\x5d\x78\xc5\x32\x9b\x26\x34\x42\x34\xce\x51\x46\x4c\x20\x9d\x09\xeb\x36\xd6\x9e\x32\xac\xcf\x92\x08\x90\x98\xb4\x20\xba\x14\xe4\x08\x67\x6a\xe1\x2a\x31\xfa\xe2\xfd\x06\x66\x87\x44\x82\x28\x57\x1c\x9a\xc4\x0e\x4e\x3f\xe8\x09\x06\x63\x93\x3b\x62\xc8\x23\xed\x07\x10\x8b\x0d\xe6\x3d\xf3\xa5\x69\xbd\x83\x21\xd2\xbc\xbf\x76\x69\xec\x88\xa9\x2c\x97\x4c\x03\xd9\xd0\x3c\x74\xa0\xfc\x7a\xde\x9a\x53\x47\x2e\x08\xd1\x6c\xb2\x8b\x67\xac\x9f\xc6\x26\x1a\x0b\x09\xa5\x18\x7e\x68\x5b\xb7\x8f\x4e\x05\x81\x4b\xc4\x7a\xab\x9c\x1a\x0d\xde\x55\x1b\xff\x08\x61\x8f\x5a\x63\x98\x92\x05\x4e\x66\xc6\x22\xa3\xb7\x26\x3f\x57\x55\x12\xbd\xe5\xf7\x84\xd9\x22\xe9\x2f\xc2\x0e\x99\x11\xc0\xf3\x74\x1f\x6f\x9c\xc8\xcd\x37\x50\xd0\x5b\xb8\x4a\xee\x26\xfe\xdb\x14\x0b\x35\xe2\x6a\xf0\xd8\x04\x61\xe6\x88\x5b\x2e\x74\x7c\x36\xa3\x9f\x75\x83\x63\x46\x6a\x31\x87\xc0\xa5\xed\x12\xaf\x3d\x5f\x06\xcc\x0d\x93\xbd\x7a\x4f\x18\xd4\x03\x30\x45\xbd\x36\xd2\x6c\x37\xab\x61\x75\x2f\xaa\x36\x44\xbf\x62\x60\x7e\xa2\x85\x32\x09\xa1\x81\xd6\xad\x13\x24\x7a\xdc\x93\x3e\x3a\xb3\x39\x79\xfa\x97\xd3\xf3\xd1\xf0\xe2\x76\x72\x7a\x3d\x3c\x1b\x5e\xdc\x8e\x06\xe7\x37\x6d\x8f\xdf\x3e\x62\x85\x4b\xa7\xaf\x1c\xae\xed\x39\xc4\xb1\x3d\x79\x79\xca\x8a\x9f\x54\x7e\xec\x60\x4b\x36\x8f\x9e\xc6\xcb\x49\x4c\x65\xa4\xaf\xbf\xd5\x84\xb0\x18\xc0\xda\xb6\x22\xd5\xfa\xa6\xca\xb3\xf0\x6f\x20\xff\x86\xe3\x20\xe6\xb6\x7b\x70\x14\xed\x9f\x03\x9a\x8b\xad\x87\xad\x0f\x7f\x3c\x66\xc1\x6d\xd3\xdf\x8c\xd0\xab\x9b\xdb\x6d\x6e\xc5\x26\xca\x73\x32\xe3\xa5\x52\x66\x58\xf3\x47\xf7\x1a\xa4\x82\x36\xac\x8a\x85\xe7\x08\x11\xe3\x68\x50\x93\x08\x69\x15\x39\xc5\x2c\xc6\x8a\x8b\x55\xc3\x14\xdb\x31\xcf\xf0\xd8\x14\x59\x68\x78\x65\x6b\xfd\xdf\xed\x82\x79\x15\xb3\x32\x29\x19\x5c\xb9\xdb\xcb\x9f\x86\x17\x37\x93\xe1\xc5\xa7\xc9\xd5\xf5\xf0\xfd\xe8\xbf\x7d\xde\xbd\xad\xb0\x5e\xac\x76\x42\xf4\xa5\xa8\xb9\x8b\xcb\x00\xac\xe5\x2f\xa6\xe4\x88\x6b\xc7\xc2\xcc\xd3\xd9\x98\x39\xce\x22\xf2\xe6\x17\x82\x67\xf3\x45\x7d\x43\xe5\x51\x5e\x0d\x6e\x7f\xdc\x6a\x98\x90\x9f\x6d\xea\x12\x98\xd3\x56\x45\x1a\xa2\x33\xcb\xf7\x0c\x3c\x51\x69\x78\x80\x32\x00\xaf\xd6\x19\xbc\x1b\x38\xda\x56\xda\x4b\x95\x69\xad\x15\xfe\x6b\x5e\x6f\x22\xa0\xdb\x80\x6f\x16\xae\x11\x88\x1b\x33\x25\x6f\x2a\xad\x9d\xd4\xfc\x56\xb8\xc1\xbe\x3f\x4a\xc8\x7c\x4e\x62\x43\x5e\xe5\x86\xad\x29\xc8\xb2\xc0\x28\xbf\xd7\xeb\x56\xd1\x16\xa0\xd8\xe1\x62\xf6\xa1\x1a\xed\x19\xf8\x95\xff\xa4\x9e\x57\x9c\xba\x52\x74\x11\x67\x52\x61\xd6\x80\xe7\xd9\xb1\x5c\x76\x8e\xb2\x2f\xf2\xa2\xf5\xd6\x40\xe2\x2c\xd7\xf9\x39\xd8\xc6\x9b\x63\x0b\x6d\x30\x6b\xf1\x08\x0a\x70\x04\xb5\xf3\x6a\x36\xa1\x54\x90\xf8\xc9\x8d\x1b\x6b\x55\x27\x9b\x94\x0e\x16\x47\x83\x74\x6e\x41\xcd\x8c\x35\x08\xca\x07\x34\xc6\xae\xed\xb9\x7e\xb9\xb7\x78\xe6\xc5\x97\x7d\x39\x6f\x27\xbc\x75\xb7\x6f\x95\x4a\x17\x07\x65\x9d\xe3\x2c\xb2\xe8\x7d\xa6\xd9\xdc\x39\x6d\x0d\x5a\xee\x82\x8d\xd1\x51\x58\x2e\x3e\x3e\x82\xf4\xe2\x31\x6b\xf2\x6a\xd4\x94\x5a\x0f\x29\xe0\xca\xdd\x5a\xbb\x41\x53\x74\x88\xa9\x73\x8b\xdd\x2e\xeb\x03\xb9\xd7\x41\xd8\x6b\xf0\xed\xdb\x7d\x99\x62\xe3\xb6\x2c\x5e\xc7\x4d\x09\xa0\x9e\xab\x76\x0b\x41\x68\xe7\xfd\x2e\xe2\x4a\x98\x2b\x72\x81\xa5\x91\x5c\x55\xb4\x28\x0e\x1c\x66\x53\xc4\x8e\x28\x0f\xd7\x4b\x82\xbb\x59\x08\x5a\x39\x2e\x7a\x46\xa7\x86\x92\xf8\x7a\xf4\x21\x58\xbf\xaf\x3c\xd2\x8d\xf0\x43\xe1\xc8\x2b\x2f\x86\xef\x01\xc3\x4a\x70\xc6\xa2\x05\x5a\x26\xd8\x64\x3a\x2d\xb0\x34\x24\xed\x1c\xe3\x78\x4a\x13\xaa\x20\x49\xdb\x38\x95\x4a\x2b\xac\x35\x1a\x2c\xee\x1d\x3c\x14\xce\x41\x62\xd6\x11\xfd\x8e\x91\x65\x79\x19\xca\xe7\x8c\x2d\xcb\x8f\x6c\xf0\xc5\x5a\x97\x54\x4e\x96\x36\xae\x2c\xdf\x0e\xcd\xf1\x80\x2c\xf3\xb9\x74\xdb\x59\xdb\xe2\x55\xf9\xf3\xc2\x7a\xd7\x5c\xd4\xdd\xe3\x04\x2c\xf2\x61\x07\x36\x5f\xc6\x45\xac\x3d\x59\xb3\x84\xe3\x86\xf2\x59\xae\x6d\x03\x73\xd8\xd4\x76\xcc\xb3\x69\x13\xac\x96\x19\xd5\xfa\xd6\xd7\xd9\xfd\xdd\xb9\xdd\x97\x5d\x30\x64\x80\x58\x11\x45\xbb\x99\x36\x82\x49\x63\x45\x8e\xe0\xf3\xfa\xc6\x2d\x98\x54\xeb\x39\x57\x08\x2d\xc7\xc3\xf5\xe0\x5d\x5a\xa4\xad\x29\xc2\xfc\x97\x0c\x0a\x3d\x5f\xce\x6e\x4c\xd6\xf0\x2e\x44\xa6\x68\x95\xc2\xea\x4f\x62\xb9\xd7\xdb\xa2\x53\x25\xa4\x81\xd6\x19\x23\x75\xb3\xb9\xd1\x5f\xb7\x3f\x90\xc5\x1a\x93\x4b\x41\x39\xe4\xf6\xda\xc2\x94\x6b\xf0\x47\x6a\xfb\xdd\x61\x25\xff\x9e\x91\x8c\x68\xda\x9f\x66\xf1\xbc\x6a\xdb\xec\x20\x9d\xe5\x53\x5a\xf0\x47\x94\x66\xd1\x02\xb9\xc6\x51\x4c\x12\xbc\x2a\x4c\x0d\xe4\x25\xc5\x13\x40\xf4\xda\x12\x5e\x28\xca\xa4\xe2\x29\x44\xdd\xe5\xed\x8a\x8c\x01\xc1\x23\xac\x94\xa0\xd3\x4c\xd5\x46\x43\x15\x70\x36\xb6\x74\x68\xdd\x5c\x0d\x4f\x47\xef\x47\x25\x6f\xd2\xe0\xe6\xa7\xf0\xef\x9f\x2f\xaf\x7f\x7a\x7f\x7e\xf9\x73\xf8\xdb\xf9\xe0\xee\xe2\xf4\xc7\xc9\xd5\xf9\xe0\xa2\xe0\x73\x1a\xdc\x0e\x6e\x86\xb7\x1b\xdc\x4a\xd5\x5e\x9b\x37\x02\x07\x30\x20\x5a\x76\xb1\x86\x4b\xf0\x00\x3a\xed\xd2\xf6\x7a\x82\x06\x0e\x14\x25\x2c\x1c\x86\x9d\x6b\x10\x5c\xda\xa6\x92\x99\xf5\x20\x9e\x61\x85\x6d\x65\xc8\x3e\x1a\x20\x57\xe1\x13\x22\x33\xa5\x16\x16\x2c\x62\x84\xde\x1d\xd3\x84\x96\x18\xa2\x5c\x73\xcb\x8b\x53\xf0\x99\xc5\x6a\x49\x48\x88\x90\x68\xeb\xb9\xf7\xc7\x6c\xf8\x40\x98\xca\x00\xbe\x0d\x27\x89\xab\xc4\xea\x5e\x08\x32\xab\xdc\x28\x25\x4d\x69\x82\x45\x5e\x47\xe0\xd2\xb6\x05\x02\xbb\x1b\xab\x4f\xa4\xaf\x82\x4b\x3b\xe5\xe1\x6e\x84\x60\xdc\xa7\xe7\x23\x10\x81\x22\xe5\x10\x78\x5d\xe7\x63\x66\xb0\x40\x6c\x8f\x29\x86\x68\x61\xc5\xad\x3d\xcd\x74\xdf\x58\x9a\xfe\xba\x06\xc7\x7f\x0b\xb0\x19\x63\x79\x7e\xaa\xe8\x1a\x3f\x48\xf7\x8f\x21\x53\x62\xd5\x5a\xae\xb9\x05\x00\x37\x09\xb2\xa9\x0d\xa4\x29\xd6\x16\x30\xe6\x0e\xe4\x5a\xbf\x00\x61\xc7\x45\x79\x59\x6b\xbc\x37\xba\x13\x00\x89\x6b\x90\xbf\x13\x7d\x09\xbd\xd6\x75\x08\x13\x97\x61\x15\xa6\x3c\x63\xb1\xab\x8d\x9e\x52\x76\x9c\xe2\xcf\xdf\xb8\x99\x9a\x44\x40\x0f\x1e\x0a\x20\x0f\x24\xd1\x9a\xc8\x4a\x33\xb9\xf5\xcb\x35\x66\x6b\xd6\x6b\xb3\xb4\xe8\x38\x2b\xa8\x3d\xb9\x8e\x6a\x82\x97\x1e\xc8\xaa\x6e\xff\x2a\x10\xd0\x26\x40\xca\x1e\x78\x68\x64\x29\x88\x7e\xd1\x47\x46\x25\x26\xe0\xcd\xff\x0d\x61\xb7\x85\x4a\x12\xf5\xbc\x3b\xf4\xf2\xee\x74\x6c\x6a\xfd\xcb\x4f\x80\xe1\x6d\x7b\xd2\x7b\x66\xbc\xcd\xce\xd0\x69\xc3\x8c\xad\x1b\x4d\x6f\xd6\xdf\xf8\x14\xca\x55\x4b\x57\x29\x4e\x10\x30\x6c\xc3\x56\x38\xc8\x39\x80\x02\xa8\xb8\xb0\x1d\x09\x24\x44\x82\xb9\x97\x69\x75\x8b\xfc\x3d\xb3\x1e\xbb\xef\xbe\xed\x76\xcf\x2a\xb1\x42\x0e\xde\x34\x0c\x59\xb7\x19\x1b\xf6\xce\x85\x71\x65\x8c\xd6\xe1\x83\x5c\x67\x4c\x5f\xc5\xfb\x08\x76\x68\xef\xcd\x2a\x75\x6a\xff\xdc\x18\x11\xef\x0c\xb1\xc2\xbc\xff\x64\x80\x4a\x9f\x4a\x38\x4a\xb6\x3b\x88\x87\xb5\xad\x87\x17\xda\x14\x47\xf7\x8f\x58\xc4\xc6\x56\x08\xd1\x07\x7d\xf4\x23\x7f\x24\x0f\x44\xf4\x50\x44\x84\xc2\x16\x62\x41\x82\xfb\x15\x0e\x94\x6d\x67\xcc\x20\x44\xdc\xe0\x55\x30\x28\xb2\xa7\xe8\x7c\xa1\xf5\xc9\xc0\x79\xce\x85\x66\x47\xca\xe0\xd7\x2c\x49\x64\x93\xda\x1b\x16\x60\x96\xe0\x87\x2a\x66\xc4\x36\xe9\xa7\x68\xe4\xf3\x82\x9c\x77\xca\xc1\x78\xae\x0b\x77\xb0\x0b\x66\x99\xa6\xc9\x42\xee\xa1\x39\x4f\x30\x9b\xf7\xfb\x7d\x44\x54\xd4\xff\xa6\x13\xa1\xdb\x06\x43\x7f\x97\x8f\xed\x4c\x38\x97\x24\x59\xf9\x44\x6c\x1f\x81\xaf\x97\x19\x22\xfe\x25\x35\x26\x8f\x1a\xf2\xbf\x29\xa7\xb1\x3e\xaf\xe9\xbc\x5e\x53\xed\x9c\x0f\xd3\xd0\x0e\xa0\x82\x77\x68\xc9\xbc\x5f\xaf\x79\x75\xc8\xef\x72\x75\x36\xf2\x3c\xaf\x06\xcc\x35\xce\xba\x26\x2f\x7d\xe2\x4d\x05\xe9\xb6\xc2\x49\xa9\x6d\xc9\x66\x51\x6f\x95\x31\x53\x25\xe9\x1a\x8a\xf3\x99\x6f\xbb\x84\xfc\xf0\x24\x4b\x9b\x31\x37\x76\x95\xa2\xf2\x41\x9a\x7f\x9d\x42\x77\xad\xa5\xa8\xbc\xee\x9e\x03\x0d\xb6\xe3\x35\xb6\x50\x43\x4c\xc0\x2e\x05\x95\xff\x3f\x7b\xd7\xd6\xdb\xc6\x91\xa5\xdf\xe7\x57\x34\xe6\xc5\x0e\x40\xcb\xc8\x0c\x06\x58\xe4\x8d\x91\xe5\x19\x06\xb2\xe4\x95\xe4\x78\x77\xa7\x07\x74\xb1\xbb\x48\xf6\xba\x59\xc5\x54\x77\x4b\x61\x80\xfd\xef\x8b\x3a\xe7\xd4\xad\xef\x4d\x52\x8e\x37\xeb\x87\x20\x80\xc5\xae\x7b\x9d\x3a\xd7\xef\x03\x74\x98\x63\x0a\x6f\x6c\x33\xd8\x34\x84\x6c\x0e\x7b\xf4\xc1\x61\x49\x4e\x7e\xc0\x5a\x22\xe3\xe2\xa7\x4f\x0a\x54\x75\x20\xce\xd3\x2d\x19\xea\x89\x44\x93\xf7\x08\x20\x69\x8f\x0a\x6e\x81\xee\xe0\xa1\x22\x52\xa6\x03\x34\x68\x68\xe2\x65\xb4\x36\x65\x1c\x9f\xb9\xc7\x74\x93\x02\x5e\xe2\xd3\x45\xf4\x56\x2a\xa0\xb3\xa1\xc0\x2d\xc5\xd6\xdd\xb3\x55\xba\x4e\xd0\x41\xfc\xf8\xbd\x49\xa9\xc0\x19\x62\x13\x80\x4b\x9f\x32\x51\xb6\x36\xe0\x32\x8e\xa0\x2d\xfc\xe4\x67\x6d\x0a\xb7\xfe\x9c\xda\x87\x9f\x22\x04\xf5\xfc\xe3\x7d\x84\x4b\x4d\xc8\x7a\xaa\x6f\xa0\x5e\x23\xc3\x49\x1d\xb0\x5c\xcb\x23\xd4\x81\x60\x1f\x70\xd1\x0d\xb4\xa2\x5e\x76\x5e\x26\x5b\xf7\xfc\x84\x84\x4f\xc4\x2f\x40\xf3\xdc\x39\xac\x40\xcc\x97\xf3\x13\x8f\x88\x54\xdc\x9a\xb1\x52\x70\xf0\xd4\xb3\x32\x4a\xa5\xdf\x6c\x94\x95\xc3\xd9\x1d\x13\xf1\x2c\x86\x8e\x5a\x29\x31\x6a\x4f\xf3\x0c\x02\x2e\xa0\x57\x66\x88\x0e\x60\x52\xe3\x50\x31\x26\xb8\xfa\x3a\xc2\x5d\x58\x6f\x19\x8b\xb0\xab\xc6\x22\x99\xf4\x8b\x4c\x71\x04\xa6\x2a\xf4\x13\x5e\x66\x8f\xfa\xa2\x36\x8f\xb5\x3d\xa0\x20\x01\x9a\x67\x2f\x16\x38\x6c\x0f\xdd\xea\x33\x3f\x14\x3e\x36\x3e\x9d\xa8\xa8\xeb\x40\x66\x7a\x3e\x86\x04\x7e\x70\x2b\x60\xe1\x96\x1e\x21\xdf\xb8\xa7\x04\x3b\x7d\xa7\x3f\xee\xc9\xeb\x6a\x34\xae\xcf\xa0\xab\x93\x71\x8e\x25\x12\x13\x6e\x9d\x69\x0f\x5d\xea\x46\x0b\x59\xa3\xf3\xd1\x81\xf5\xa3\x8d\x9c\x58\x10\x00\x9e\x17\x12\xd5\x02\xa7\xb9\x6d\x54\xbc\x87\xb0\x5b\x87\xa0\x58\x1b\xc0\x09\x0d\xab\x58\x3b\x47\xa6\xa1\x56\x21\x6e\x68\x2c\x6f\x32\x8e\x9c\xd6\x0e\x8f\xcc\x07\xa2\xcd\xed\xcc\x01\x72\x7a\x2c\x2d\x1c\xe1\xd2\x20\xc9\x02\xaa\xc0\x09\xd7\xcb\x37\x17\xad\xe9\x37\x26\xf9\xe6\xfe\xea\xf2\xee\xea\xe1\x8b\xe5\x08\x99\x04\x9d\xc9\x49\x42\x66\x9c\x6f\xae\xde\xce\x3f\x5c\x3f\x2c\xdf\x2c\xee\x9e\x23\x4b\x88\xfe\x74\x44\x9a\xd0\x3d\xe1\x6a\x5e\x4a\x51\xf2\x5f\x4f\x7a\x93\x55\x25\x96\x6c\x42\xba\xba\xc5\xae\xed\x53\x77\xb0\xd1\x26\x2e\xa8\x05\xed\x24\x54\x24\x7c\xd1\x2c\x0c\xa8\x47\x7a\xba\xce\xf2\x1c\x8a\xc8\xac\x8f\x95\x2a\x43\xf4\xa2\x82\xfc\x31\xec\x6d\x24\x53\x63\xb1\x0a\x80\x51\xc1\xef\xb3\xd5\x96\x10\x96\x8f\xed\xf5\x02\xa8\x0c\x6a\x88\xfa\xa0\x43\x37\x99\xe0\x6e\x18\x48\x88\x54\x89\xa8\x13\xef\x8d\x36\xf1\x39\x6b\x04\x49\xf1\x1a\xab\x6b\x9a\x13\x17\x9c\x4f\xa3\x7e\x9a\x3f\xda\x19\xe2\x25\xce\x04\x2a\xa6\xc1\x6d\xbe\x6f\x3f\xba\xaf\xdd\x15\x80\x75\xd7\x3b\xc9\xc0\x11\x0d\x9c\x43\x6e\x23\x69\x23\x10\xb4\xdb\x79\xa8\x3f\x67\x98\x4a\x21\xd7\xb5\x75\xd6\xa2\x50\xaf\x75\x06\xee\x6a\x86\xdc\x2d\x51\x92\x57\x85\xb6\xfe\xd1\x76\x9e\x7f\xbc\x8f\x05\xb2\x47\xd2\x2b\x44\xc0\xce\xd8\x05\x06\xf2\x65\xd0\xbf\xd1\x50\x7c\x09\xf6\x12\x1d\x95\x3b\xce\x44\x81\x8c\x70\x79\xce\x95\x3b\x19\x38\x1e\xce\x53\xe2\x04\x00\x66\x3f\xf7\x3d\x91\x82\x49\xb8\xb5\x7a\xbc\xf4\x57\x22\xc5\xaa\x9f\xa7\xae\x1a\x45\xc8\x12\x7c\xce\x93\xd3\x92\xac\x3e\xf6\x14\x51\x82\x65\xeb\x21\x0a\x53\xc7\x47\x9d\xa5\x07\x6c\xee\xdb\x51\x3a\xe3\x51\x1a\xf1\xae\xfb\xaf\x44\xb4\x95\x5a\x80\x5a\x4c\x66\x17\x6b\xb4\x35\xd2\x39\x24\xc1\xe8\x65\x6c\x7d\x75\x1c\x94\xce\x51\xd1\xc7\x9b\xdb\x9b\x2b\x3f\x76\xb8\xb8\x79\xb8\xfa\xfb\xd5\x5d\x50\x0f\x77\x7d\x3b\x0f\x6a\xda\xee\x1f\xee\x6a\xa5\x6c\x3f\xde\xde\x5e\x5f\x35\x82\x90\x57\x0f\x8b\x77\x41\xe3\x6f\x3e\xdc\xcd\x1f\x16\xb7\xc1\xef\x7e\x5c\xdc\xcc\xef\xfe\xd3\xff\x97\xab\xbb\xbb\xdb\xbb\x5a\x7f\x1f\x2e\xfb\xc3\x99\xc1\x34\xda\x4d\x71\x17\x2d\xf1\x50\x85\xda\x96\xf4\x81\x15\x9f\xcf\x5c\x09\x0a\x95\xcf\x53\x2a\x39\x5b\x0b\x37\x03\xaf\x54\xca\x97\xc7\x15\x89\x76\x15\xba\xb6\xf6\xa3\x78\xa9\x0e\x4b\x56\x96\x7c\xb7\x3f\x8d\xa3\x74\xfc\x15\x99\x56\x7f\x0a\xf2\x65\x44\xfd\x69\xb0\xab\x5f\x4f\xfd\x69\x4b\x69\x69\xb3\xfe\x74\x71\xb3\x78\x58\xcc\xaf\x17\xff\x55\x6b\xf1\xe3\x7c\xf1\xb0\xb8\xf9\xfb\xf2\xed\xed\xdd\xf2\xee\xea\xfe\xf6\xc3\xdd\xe5\x55\x7f\x42\x79\x73\xf4\xce\x68\x7b\x15\xf9\xfd\xfc\x10\x3d\x78\xea\x34\xc6\x05\xc8\x5a\x23\xfc\x4b\x38\x55\x2c\xcf\x7e\xcb\xc4\x66\x06\x2c\x9a\x3f\x44\x57\x4a\x2d\x76\x6c\xc3\xdf\x57\x79\x0e\x46\x2f\x06\xe1\x2e\x15\x67\x25\xfc\xec\xbd\x4c\x17\xde\x77\x90\x39\xd0\x3a\x0d\xe8\x9f\x38\x69\xb1\xfb\x19\xf5\xef\x99\x78\x36\x2b\x81\x5c\x1c\x96\x31\xfc\x07\x80\xe4\x97\x6b\x22\x57\x9a\xd9\x18\x67\xf4\x4b\x25\x4b\x16\xf1\x5f\x13\x28\xa2\x68\x3f\x27\xd7\xf2\x24\x4e\xd9\x61\xfa\xa3\xf6\x3b\x3d\x5c\x77\xd6\x6e\xc9\x23\xfe\xdb\x72\x0a\xa5\x23\xcd\xf2\x1d\x7e\x4a\x2c\x8e\xed\x0a\x51\x99\x9f\x21\xa9\xeb\x5a\x6e\xda\xe1\x8c\xa0\xea\x8d\x30\x98\x1c\xf7\x0c\xa4\x88\xca\x4d\x54\x64\xe2\x73\x2c\x3e\x6e\xb9\x88\x64\xa5\xf0\x9f\x4a\xa9\x00\xb6\x6b\x9d\x57\xc5\x96\x03\x77\xf4\x2c\x7a\xe2\xd1\x8e\x1d\x30\x55\x74\x27\x95\x07\xf0\x04\x47\x46\x1f\x4e\xf8\x3a\xcf\x84\x96\x16\xfb\xcc\x84\x10\xea\x5b\x7f\x8e\x10\xa3\x29\x21\x62\xa7\x57\xf8\x8e\xcb\x93\x7a\xda\x72\x48\x11\x71\xde\x2d\x63\xc6\x91\xe4\x06\x24\x4e\x29\x3f\x6b\xcb\xcc\x14\x1b\xbe\x30\x88\x1e\xb0\xdc\x8f\x32\x4b\xa3\xb4\xda\xe7\x59\x62\xe5\xee\x93\x54\x9d\x15\xd5\x18\xeb\x9a\x50\x51\x5d\x8b\xe0\xf6\x4d\xac\x25\x90\xe6\xf9\x3b\x7a\x6a\xab\x9f\xb9\xba\xdc\x63\x42\xab\x0a\xae\x5e\x95\x2a\xdb\x6c\x20\x70\x60\xc2\xf2\x5f\x7f\xf9\xb9\x2b\x6f\x3b\x3d\x02\xed\xe7\x87\xe5\x72\x93\x25\x2c\xf7\x5d\xd0\x4e\x77\xb5\xf5\xad\xe6\xda\xef\x2b\x85\x1c\xe4\x6b\x57\x63\xd8\x99\xb7\xbf\x57\x1c\x4a\xac\x97\x48\x2e\x77\x3a\xe9\xdd\x62\x8d\x54\xdb\xc4\xce\xe2\x12\x28\x0d\xc1\x95\x79\xe1\x5c\xdf\x06\xdf\x0d\x71\xf8\x81\xd1\x32\x92\x4f\x40\x8f\xaa\xad\x11\xad\x9c\xeb\x99\x0a\x09\xba\x89\xc5\x7c\xb3\x5e\x64\x03\xd9\xb7\xb6\xee\x72\x4c\x72\xd9\x64\x8f\x5c\x7c\x05\x70\x01\xce\xd3\xae\xa7\x6e\x6f\x69\xab\x88\x3c\x15\x00\xce\x06\x81\x8e\xd5\x88\xfb\x83\x7a\x9b\x5c\xae\x90\x9f\xb5\x01\x0d\xe7\xbf\x3a\x5d\x28\x53\x8f\x5c\xa9\x2c\x9d\x72\x5b\xcd\x9a\xdc\xda\x4f\xfb\x06\x68\x71\xff\x6d\x4f\x70\x51\x32\x6d\x8b\x96\x75\x6d\xb6\x9e\x40\x32\xa4\x3a\x43\x65\x57\x61\xcc\x55\xf7\xb8\x1a\x78\x07\x28\xf4\x90\x3d\x44\x12\xcd\xb9\x9c\xb4\xd1\xcd\x94\xc4\x81\xb5\x74\x59\x8c\xfd\x9b\x7c\x42\x5e\x19\x26\xc1\xd9\xe4\xb2\x29\x35\xba\x66\xeb\xd0\xb1\x02\x24\x1d\x76\x13\x03\x8f\xf7\xa8\x1d\xad\xaf\xfb\x03\xdf\xed\x73\x56\x9e\x19\x5c\xf1\xf4\x1b\x55\x95\xd2\xa3\x4c\xd6\xf3\x59\x58\xe6\x64\x13\x4b\x03\xb1\xb1\x48\x5b\xc9\xd7\x9c\x48\x35\x57\xb3\xeb\xf9\x6e\xc9\xb2\x98\x84\x0d\xe9\xf1\x08\x1f\x78\x69\xd3\x6a\x72\x03\x06\x06\x68\x03\x76\xd6\x61\x5e\xa1\x49\x1d\xb2\xb9\xe0\x00\x12\x62\xe9\xbc\x77\x7b\x29\xb8\x20\xef\x97\x90\xb1\xa0\xc6\x0d\x0c\xae\xa5\xd5\x0b\x82\x8c\x33\x32\x52\x89\xc3\xbf\x90\xf9\x23\x39\xb2\x3d\xc8\x07\x00\x83\xd3\x03\xbc\xd4\xef\xbd\xd6\x6e\x99\x48\x6d\xc4\x09\x7c\x70\x35\x2c\x58\xc5\x37\x59\x51\x72\x3f\x2e\xeb\x7f\x7f\x36\x08\xca\x40\x21\xee\x5b\xfa\x4e\x08\xca\xa1\x97\x4d\xdf\xda\x09\xe3\x39\xec\x79\xba\xb0\xdf\xf5\x1f\x86\x20\xb9\x22\xf5\x84\x44\xf0\x0a\xe0\x19\xe0\xc4\x51\x0d\x99\xd6\x85\x05\x6b\xb0\x9b\x64\x89\x1a\x0d\x42\x1c\x6c\xd1\xa6\x62\x8a\x89\x92\xf3\x22\x16\x98\x85\x8e\x25\x32\x41\x52\xdc\x3a\xc0\x1c\x75\xba\x76\x22\x8b\x12\x13\x70\xe1\x93\x35\xcb\xf2\x4a\x75\xaa\x90\x78\x2a\x8f\xca\xf6\xe9\x5b\xa5\x4b\x68\x36\x6a\xdb\x34\x9b\x3a\xe0\xdd\x22\x9b\xb4\x66\xb8\xe4\x0c\xdf\x5d\x18\x59\xef\x98\x82\x11\xb9\xe3\xf7\xdb\xfa\x0f\x3a\xb2\x09\xfe\xad\x58\xee\xe5\x04\x89\x47\x14\x36\xed\xc2\x87\x15\x9f\x21\xcf\x6b\x48\x31\x1e\xf6\x76\xfd\xf5\x2f\x03\x36\x46\x9f\xd4\x81\xf3\xb6\x65\x22\x05\x3e\x5a\x56\xd6\xde\x0e\x7b\x7a\x01\xed\xb1\x34\x62\xad\x3b\x10\x06\x7e\xe5\x65\xd2\x08\x4a\x0e\x2c\x55\x3d\x9a\x39\x10\xdc\x0a\x7a\x09\x63\x8c\x6d\xbe\x6d\xf7\x26\x13\xea\xa8\xbd\x6a\xdd\x87\x67\x9d\x6d\xce\x5f\x75\x39\x16\x86\xd5\xf1\x0f\x37\x65\x5c\x42\x97\x88\x5e\x1e\x8b\xbc\x7a\xe2\x35\x82\x98\x84\x16\x43\x7e\x6d\x6b\x2c\x08\x94\x18\x7e\x88\xc8\xd6\x98\xbf\x5d\x44\xdf\xdb\x40\xf5\xf7\x7f\x33\xd9\xbb\x87\x68\x0d\x6b\x0d\x29\xf2\x32\x49\x2a\x05\x30\xb0\x86\xa9\x9a\xe3\xab\x32\x05\x82\x60\x8e\x6f\x69\x01\xc2\x05\x32\x81\xbb\x49\x57\xc9\x68\x0e\x26\xf5\x00\xb6\x12\xc2\x2b\xdb\x57\x8c\xe0\x8a\x54\x51\x46\x45\xc9\xf7\xad\xf2\x24\x50\x97\xc2\x87\xe0\xa4\x2a\xd3\x36\x20\xe4\xe1\x6a\xf6\x77\x6c\xdf\x07\x53\x7b\x72\x8b\x43\xdb\x60\xd3\x0b\xeb\xaf\x1c\x40\xb4\x02\x0a\x0f\xc1\xcb\x36\x57\xcf\x56\xe4\x7f\x91\x34\xfa\x29\x70\xfe\x16\x98\x81\x88\x30\xfa\x64\x5b\xf8\xe9\xf4\x9c\x32\x97\x3f\x4e\x10\xf5\xd8\xe0\x0a\xd1\x14\x7c\x00\x88\x63\x00\x3a\xea\x1b\x63\xda\xea\xd9\x8e\x13\x8b\xd3\x1d\x9e\xc8\x17\xac\x4d\xff\xb9\xb1\x44\x53\x4b\xd3\x1f\x7d\x2c\x0e\x50\xbd\x5c\xee\xcf\x28\x8f\x85\x2d\x49\xff\x39\x04\x54\x09\x96\x58\x66\xa3\x90\x67\x9a\x84\xd9\xf0\x42\xa5\x5c\xc8\x92\x47\x2c\x12\x59\xfe\x5a\x54\x79\xfe\xfa\x46\x0a\x2d\x98\x8b\x6c\x83\xf9\x4a\xe0\xb1\x46\xb6\x29\xc7\x5a\x14\x84\x2a\xbc\x2b\x00\xc2\x59\x0f\x09\xa3\x28\xa5\x96\x98\x7a\x0b\xf2\x43\x2c\xf4\x17\x44\x9c\x00\x64\x2f\x99\xad\x6d\xc0\xde\x0c\xc6\x2d\xf5\x05\x75\xbe\x07\xbf\xf1\x96\x03\xd6\x07\x0b\x7b\x52\x4d\xc1\x37\x5a\xf7\xaf\x86\xd6\x5d\x2a\xe3\xf9\x9f\x40\xf0\xde\x7d\xa9\x8e\x66\x58\xb7\x86\x8e\x55\x5b\x47\x9c\xc7\xdf\x33\x1c\xfb\x9c\x20\xc1\x0e\x11\x98\xfe\x6d\x2a\xc2\xaf\x59\xa9\x73\x44\xa5\x7e\xc1\x82\xff\xa5\x5c\x1b\x5a\xf6\xe3\x41\x0a\x46\x86\x05\xfc\x32\x2b\x1f\x9a\xa0\x79\x48\xba\xec\x5e\x29\x96\x64\x19\x8f\x1b\x6c\x7d\xc1\x6e\xc5\x5b\xfc\xfc\xbd\xcc\xb3\xa4\x3f\x96\x62\x9e\x26\xe0\x9f\x68\x44\xd2\x80\xa9\x85\x1b\x0e\x48\x1a\x14\x06\x09\x4a\x9e\x94\xce\xf3\xd3\x9c\xdc\x14\x1f\xa3\x31\x17\x6c\x2b\x80\x82\xe5\xd8\x7d\xf4\xb3\x02\xc9\xe6\x50\x68\x87\x8a\x34\x90\x39\x80\xcb\x31\x61\x64\x5f\x04\x03\x01\xd9\xf4\xb4\x95\x39\x9f\xa1\x6b\x09\x02\x15\xb1\xd8\x73\x95\x48\x6d\xa4\x45\xa9\x7c\xa2\xe4\xcc\x2c\x4f\x5d\x35\xfb\x4b\x88\x9b\x42\x74\xe3\x3b\x82\xec\xe1\xd6\xf5\x67\x69\x54\x86\x8f\xad\x81\xed\x3c\x15\x0e\xe6\x5c\x81\x90\xbe\x53\xf0\x91\x62\xa9\xb8\x14\xc4\x7c\x50\x73\xe2\xe8\x45\x0f\xc6\x33\x6d\x87\xb9\x2d\x54\x86\x07\x06\x39\x77\xca\xda\xbe\x52\xd5\x4c\x7d\x29\xa1\x00\x03\xf1\x9a\xd0\xaf\xaf\x0d\x44\x88\x77\x33\x54\x43\x5c\x3a\x34\x6d\x6a\x2c\x9c\xdb\xea\x45\xe1\xab\x24\xad\xfb\x8c\xf5\x05\x19\xa0\xe1\x25\x7c\x16\xbd\x08\x26\xfa\x02\x12\xf4\x85\x84\xfe\xc8\x41\x11\x2c\x0d\x1c\xd7\x59\x94\x95\xb1\xc8\x0a\x3c\x99\x8a\xe7\xfc\x51\x8f\xce\xe7\x4f\xa5\x10\x04\xe1\x28\xd8\x69\x43\xb4\x9e\x51\x49\x40\x6a\xd1\x5e\x21\x15\x4e\xf9\x89\xde\x0c\x12\x0a\x81\x0e\xa3\x12\x50\xa7\xcc\x7f\x45\xce\x11\x6d\xe8\xa2\x57\x3e\xd5\xdd\x39\x2a\x1c\x02\x94\x03\x22\xee\x83\xac\x90\xbd\x2c\x25\x3e\x60\x53\xb9\x6a\xb3\xee\x32\x54\x46\x57\xb2\xdc\x06\x1b\x41\x88\x53\x78\x93\xb8\x36\xb1\x4b\xa0\x77\x83\x75\x15\x9c\x95\xdb\x28\x2b\x67\x90\x2e\x69\x04\x47\x2c\x58\x4a\x80\x9d\xd4\x5c\x66\xf9\x97\xbb\xf7\x99\xfe\xbe\x92\x8f\x7d\x3a\xdd\xa9\xc1\x38\xbc\xd5\xfb\x9c\x89\x25\x0a\xd4\xdf\x21\x1c\xe7\x81\x81\x75\xf9\xb1\xaa\xd5\xd2\x92\x73\x9c\x65\x9c\x56\xd3\xb9\x0b\x20\xfa\xb4\x0a\x67\x3a\x9a\xe1\x61\x70\x25\x5e\x46\x33\x87\xba\x75\x13\x16\xc8\x72\x2d\x2c\xc8\x4b\x36\x5e\x0a\xb8\x48\x1d\xab\x39\x88\xcd\x69\x1d\x0a\xd5\x99\x13\xf0\xb5\x86\x8d\xc6\xec\x7c\xed\x0d\xa9\x6f\xfb\xf4\x88\x45\x43\x61\x3a\x2a\x6a\x31\x30\xac\xe7\x8d\x5c\x74\xba\x10\x9a\x11\x8c\x8f\x96\xc9\xcc\xfa\x94\x31\x45\x85\x47\x85\xd4\x76\x8d\xf1\x70\xb4\x83\xbd\xf9\x26\x88\x6c\x09\x79\x9f\x33\xeb\x3d\xa4\x84\x18\x5d\x99\x8b\x94\x6a\xd1\x42\x58\x92\xee\x59\x14\xff\x19\x4f\x56\x11\xff\x19\xd1\xee\x0d\x66\xa0\xe1\x6b\xa3\xfb\x93\x06\x94\xa1\xd6\xd3\x8e\xb9\x19\xee\xc2\x11\x8f\xd8\x24\x6f\xde\xef\x49\x94\xe6\x95\x2d\x63\xfa\xd6\x0a\x1b\xa0\x67\x12\x6d\xce\x83\x61\x51\x03\x5c\x5b\x55\x25\xa5\x9b\xb0\xe5\x9d\xfa\xd1\x7c\xa8\x97\x68\x5f\xd1\x8b\x6a\x79\x9e\xa4\x8a\x85\x69\xcd\x11\xd3\xce\xf3\xbc\xd1\x54\x93\x6f\xcd\x3b\xab\xe0\xa3\x36\x88\x22\x00\x54\xe3\xaa\x11\xea\x72\x00\x7c\xde\x2b\xee\xd0\x4e\x2f\x22\xc7\xf8\x07\xaa\x47\x0f\xb9\x58\x9e\x1b\x66\x2d\xd4\xda\x3c\x3a\xa5\xa2\x82\x34\xff\x75\xa5\xc5\x91\x57\x0b\x11\x0b\x60\x99\x5b\x67\x90\x90\x41\xeb\x12\x8b\x77\x92\x6a\x2a\x40\xbd\x32\x93\x34\xc1\x7d\x5a\xb6\x17\x16\x58\x85\xfe\xe1\x0d\x3c\xdb\x6b\x0c\x33\xd7\x90\x76\x21\x7f\x08\xb2\x1c\x67\x5a\xf7\x50\x6e\x52\x09\x13\xb1\xf8\x6f\xbd\x3c\x86\x3c\x8d\xb6\x55\xae\xf1\x12\x1b\x64\xe2\xe8\xe5\x27\x6c\xf4\xe5\xdf\xbe\xfb\xf4\x1d\x12\x53\x56\x05\x60\x59\xcd\xc2\x27\xc4\x96\xc5\x55\x79\x0e\x39\xb6\x66\x06\x6b\x25\x77\x58\xc5\x6b\xbb\xe8\xe5\x4d\x21\x2b\x67\x22\xc7\xd4\x20\xbb\x94\xf3\xbc\xce\xa3\x84\x95\xc9\xf6\x95\xd1\xe6\x7c\x42\x39\x8f\x61\x1f\x34\x47\xad\x6b\xb5\x57\x86\x69\x0b\x4c\xed\x2c\x56\x6c\x70\x5e\xf4\x14\x20\x6e\xf2\x10\x9c\x4a\x1f\x91\x19\x0f\xa7\x83\x69\x75\x9a\x9e\xfd\xb9\x41\xaa\x71\xee\x52\x72\x11\x0b\xb6\xe3\x69\x14\x23\xb0\x43\xfc\x67\xb3\xfd\xb1\xd8\xaf\x2e\xf2\xc3\xba\xbc\x80\x22\x97\x0b\xbd\x2c\x17\x80\xe6\x30\xf0\xd2\x2d\xd3\xa6\xa9\x34\xb0\xdc\x9d\xc6\x56\xbb\xbe\x63\x57\xc7\xf6\x34\x5e\x69\x41\x17\x8f\x5d\x9f\xfb\x30\x06\x14\x56\x16\x02\x07\x17\x31\x86\x69\x25\xd7\x53\xac\xdc\xfd\x44\x32\x96\xa8\x28\x59\x99\x25\x88\xca\x26\x58\x7e\x80\xb4\x9e\x59\x2c\xd2\x4c\xa1\x69\xcd\x92\x43\x92\x67\x09\xb1\x7f\x85\xba\x10\x7f\xe4\xa2\xbc\xfa\xb5\xe4\x4a\xb0\xdc\xe4\x0f\x2d\xc4\x5a\x9e\xa2\x10\x71\x6a\xef\x34\x84\xeb\x45\xa8\xf1\x40\x49\x3a\xb6\xeb\x1c\x8c\x89\x42\x8a\x6e\xb0\xaa\x4d\xbe\x81\x3d\xe2\x33\xc2\x87\x61\x50\xb1\xf2\xef\xd5\x4a\xe6\x3c\xfa\xa5\xe2\xea\x10\x2d\xde\x44\x52\x41\x6d\x6d\x29\xe9\x9f\xb2\x74\x12\x98\x2b\x32\xd6\x52\x28\xd0\xf2\xe3\xd6\xf4\xa1\xc6\x88\x0b\x07\x5f\x2d\x95\x65\x40\xf5\x9c\x9d\xe1\x0c\xda\x76\x2b\x28\x41\x01\x48\xbe\x2f\xa5\xbc\x76\x15\xbf\xb4\xdf\x95\x0f\x1d\x8a\xab\xa5\xd5\x0c\x7d\x9c\xf5\x4b\x4d\xeb\xa4\x8e\xe5\x3c\xc2\xea\x5c\xe3\x7d\x90\x2a\xdb\x64\x82\x95\x52\x45\x2f\xdf\x9b\x92\xb6\xef\x6c\x19\x36\xac\x62\xfb\x30\x6a\xde\xd5\x29\x4b\x84\x9e\xd9\x76\xd5\x08\xa2\xc9\x3c\x5d\x36\x6b\x0e\xa6\x42\xca\x0e\x66\x4b\xe8\x5f\x15\x25\xdb\xed\x7d\x48\x49\x8b\x74\x46\x2b\x93\xe3\x22\x44\x66\x60\x60\x84\x67\x85\xcb\x5d\x8b\x05\xb9\xae\x70\xdf\xa4\x6a\xc1\x4a\xaf\xcf\x12\xc4\xfc\xf2\xc8\x8a\x0e\xa2\x2c\x1d\xfe\xba\xd7\xbd\x7f\x77\x6d\x3c\x7a\xee\xd9\x0e\xde\x41\x98\x28\x17\x09\x48\x55\xc8\x5c\xdf\x06\xc9\xf3\xb1\x70\x89\xeb\x97\xb9\xac\xd2\x88\x64\x0f\x85\x0a\xd4\x45\x94\xf1\x8b\x59\x54\xfc\xf5\x87\xd7\xaf\x2f\x2e\xba\x18\xc4\x27\x62\x17\xd9\xfb\x0d\xdf\xb5\x9f\x70\xf8\x5b\x6b\x61\xc8\xc0\xd5\xa2\x95\x9d\x66\x1c\x52\x94\xec\x1d\xdb\xf7\x97\x1f\x30\xa3\xd8\x3a\x59\xe8\x23\xf6\xb7\xdc\xff\x31\x7c\xa2\xcb\x69\xd6\xac\xc1\xa7\x82\x33\xed\x7b\x7b\xc2\xe4\xec\x7a\x97\x96\x63\xf5\x94\xee\x4c\x16\x70\x7f\x57\x7b\xa6\xb8\x28\x97\xd0\xe3\xb4\xce\xa0\x93\xf7\xf0\x79\x50\x96\x37\xca\x6a\xff\xe7\x83\x44\x67\x8c\xc9\xcd\xff\x97\xc7\x85\x4c\x58\x97\xfa\x05\x7a\x99\x41\x6c\xd4\x73\x5c\x0f\xd1\xbf\xd2\x84\x8e\x58\x3d\x6f\x42\x81\xf8\x1c\x35\x21\x37\x7a\x84\xa9\xb0\x54\xbf\x36\xfb\x54\x8b\x33\xf3\x6f\xee\xcc\x61\x46\xb7\x0b\xa1\x44\xac\x8c\x90\x14\xfd\x37\xae\xa4\xab\xb9\x26\xfc\x7c\xaf\xe1\x9e\x3a\x95\xc3\xf2\x78\x40\x28\x44\x7a\x44\x28\x22\x1f\x8b\x03\xfe\x85\xca\x1f\x50\xf5\x5b\x1d\x4c\xbd\x4a\x37\x84\xf6\xf2\x08\x86\x11\x3b\x14\x4f\xf3\xf2\x64\xbc\xb1\x4e\xed\x83\x61\x2e\xe8\x6b\x50\x2c\xb5\x91\xa0\x35\x22\xb6\xa7\x3c\x04\x20\x1a\x58\x47\x75\x4f\xdb\x05\x4c\xe2\x9f\xff\xf1\xaf\x8b\x2e\x9c\x37\x18\xfa\xd1\x3c\x72\x6f\x0d\xa9\xa6\xe2\x2c\x75\x3c\x25\x3e\x0d\xc9\x10\x86\xdb\xe0\x81\x3c\x41\xdf\x3a\x65\x5f\x9a\x1a\x95\x45\x67\x71\x47\x3c\x4b\x7d\x90\x5e\x7b\xc0\x69\x7b\x2c\x4d\x85\x5c\x47\x60\x57\x75\xe8\x74\x17\x34\xce\x96\x1e\x26\xac\x5e\xbb\x7c\xfa\x42\xda\x6a\x57\x25\xfa\x98\xe1\x1b\x4b\xe8\xbd\x94\xf9\xa9\xd6\x10\xcb\x0d\xee\xd1\x12\x60\x26\x4e\xd1\x66\xf0\x00\x58\xf3\x67\xf1\xc6\x7a\xe6\x6c\x69\x37\xc8\x69\x0f\xe4\x09\xc2\x46\x34\x04\x08\xd6\x20\xc9\x59\x77\x32\x45\xb1\x6f\x71\xce\x4e\x4c\x0a\x81\x36\x30\xaa\x63\x11\x94\x1b\xe6\x99\x97\xc8\xca\xdc\x18\xa1\xfc\xad\x36\xc2\x49\xb6\x18\x82\x42\xd4\xba\xb2\xba\x88\x5f\x26\x6b\xd7\xd1\xeb\xdb\xac\x27\x42\x51\x69\xc3\x8e\x1e\x90\x58\x78\x8f\x05\x16\xc3\x98\xac\x1b\xbb\x6a\x6d\xe6\x5a\x70\x0c\x4f\x36\xd7\x4e\xc1\x42\xe8\x35\xb6\xdf\xf8\x90\x23\xe0\x33\x4e\xe4\x6e\xa5\x4d\x26\x84\x0a\xa3\xa0\x0d\xbc\x72\x73\x53\x17\x6b\x8b\xfa\xcc\x6b\x85\x28\x83\xb5\xb5\xb7\x19\x2f\x7e\xd5\x9e\x2f\xb2\x86\x34\x41\x5f\xb5\x38\x2f\x6c\x43\xbb\x9c\x9d\xd7\x67\x00\x68\xfa\x4f\xec\x50\x00\x3e\x8b\xb6\xdd\xd7\x6b\x47\x3f\xe5\xdb\x12\xd6\x9a\xb4\x65\x8c\x04\x76\x56\x11\x6c\x13\xcd\x25\x23\x06\xc2\xdc\x20\xd1\xb8\x72\x96\x17\x45\xfb\xe2\x3c\x37\xc6\x44\xfb\x5a\x40\xfb\xb6\x12\x9a\xd0\xae\x83\x2c\xed\x19\xda\x3f\x7f\x71\xc9\xf5\x3c\x91\xc2\x56\x4f\x9f\xc5\xac\x6e\xc1\x9f\x68\x1f\x2e\xfc\xad\x01\x93\x3d\x64\xe3\x9f\xe8\x6a\xf0\x9e\x49\x25\x13\x82\xfd\x2e\x23\x80\x6d\x43\x71\xac\xfb\x9e\x45\x3b\x96\x09\xba\x06\xa5\xd2\x02\x32\xe5\xab\x6a\xb3\xe9\xb4\x80\x73\xb9\x79\xd6\xe0\x89\x41\x6b\xf0\x7e\xdf\x91\xb8\x9f\xf7\x21\x10\x0c\x59\x9b\x7f\x1c\x57\x47\x6f\x41\xd6\x39\x9c\x15\x0b\xd3\x13\x3a\xc8\xd7\x59\xce\xbf\x8c\x7f\xe2\x4c\xce\x96\xc5\x18\x67\x8b\x89\xb0\x40\x96\x27\xce\xc3\xfa\xc0\xbf\x79\x61\xbe\x9c\x17\xa6\xd5\xd5\x5c\x1f\x25\xd6\xe7\x2c\xb3\x50\x09\xee\x19\xe5\x91\x05\x74\xb6\xd2\x1a\x46\x45\xe8\x64\x05\x17\x69\x01\xe0\xfb\xe7\xaf\xa8\x83\x17\xe8\xf4\x72\xb5\x01\xf2\x89\x7b\xb9\xe3\x11\x74\x55\x20\xca\x4f\x44\xc9\xb4\x33\x88\x1b\xeb\x09\x3a\x40\x48\x10\x4b\x14\x18\x4d\xb6\x4c\x6c\x78\xea\xb6\xef\xa5\xe0\x4f\x91\x7e\x11\x66\x7e\x20\xcd\xdb\x9e\x59\xc4\xcb\xe4\x3b\x82\x17\x76\x79\x37\x8a\x27\x52\xa5\x00\xb3\xb1\x61\x2a\x85\x6c\x2f\xba\x96\x39\x4b\x3e\x03\xc1\x1d\x3c\x9a\xd8\x23\x05\xfb\x0c\x12\x05\x06\xa0\x5d\x6b\x99\x48\x10\xea\xd5\x72\xce\x9b\xf1\xe1\xe7\x45\xc4\x12\x25\x0b\x62\xc0\x26\x5e\x33\x22\xd4\xf2\x38\x85\xa0\xc7\x4e\x47\x0a\x2b\x4e\x42\xd6\x98\x0b\x97\xbb\xc1\x7f\xdd\xe7\x4c\x84\xf7\x12\xa7\x5b\x2a\x06\x90\xc3\x9d\x27\xdf\xd6\x34\x7e\xd1\xaa\x6a\x1f\x32\xd4\x5d\x2b\xd4\x40\x15\x67\xe9\xc1\xaf\xfc\xca\x04\xe1\x00\xb2\x74\x97\x09\xbd\xf5\xfa\x5a\x23\xc7\x14\xc9\x58\x68\x3a\x61\x39\x86\xbc\x01\xe6\x29\xcf\x6b\x57\xbf\x88\x04\xd7\x6a\x0b\x53\x59\x7e\x00\x4d\x75\xaf\xf8\x2b\xaf\x1f\xef\x7e\x53\xce\x5d\x56\xc4\x02\xc7\x0e\x0c\x95\xeb\x2a\x47\x7d\x16\x2c\x3e\x3b\x01\xba\x87\x1f\x16\x33\xfd\x94\x95\x04\xae\xe2\x75\x0c\x67\xf6\x2c\xf9\x4b\x4d\x5b\x6b\x94\xfb\xd0\x55\x24\x2a\x48\xae\xd8\xca\x27\x93\x64\xf9\xc4\x5c\x0c\x7d\x8a\x31\xfa\x9e\x64\x97\x31\x34\xbd\x88\x3b\xa8\x1d\x01\xc3\xc5\x5b\xa9\x08\x00\x05\x84\xc3\x7b\x22\xd2\xf8\x47\xf6\xc8\x67\xd1\xfd\x9e\xa9\xcf\xb3\xe8\xcd\x41\xb0\x5d\x96\xfc\x24\x57\x83\xf6\xe5\x39\x7c\x2c\x56\x0d\x9a\xec\x83\x6b\xf5\x56\xcc\x3c\xf8\x03\xcf\x13\xd7\xf4\x06\x98\x60\xa8\x3e\x31\x84\x7c\xdb\xf5\x8c\x9b\xf8\x72\x27\x46\xc6\xb9\xb4\xe4\xee\xf0\x78\xa7\xce\x5c\x97\x00\x4e\x56\x53\x06\x72\x5b\x50\x58\xcb\x48\x48\x9c\xd6\x13\x7f\x05\xaf\x9e\x54\xd1\x3e\x67\xa5\x3e\x2b\x86\x9b\x0a\x4f\x05\xc6\xb1\x51\xda\xd7\xf2\xca\xc7\x3e\xea\xa6\xe3\xe5\x5e\xca\xbc\xf5\x6d\x3f\xeb\x02\x36\xbc\x69\x63\x17\x6f\x81\xf9\x78\x85\xff\xe2\x99\x55\x74\x9e\x19\xe7\xc7\xf1\xf0\xc3\xe1\x34\xa5\x95\x42\x42\x1d\xb3\x1c\x17\xce\x0d\xca\xb4\x89\x80\xd9\x03\xf8\xc8\xad\x78\xc2\xa0\x62\xd8\x68\x1f\xc8\xf5\x05\x2e\x2a\xf7\x46\xb7\xf8\x8c\x8a\x66\x3f\x1d\x2a\x07\xb4\xbb\xcc\xda\x0a\xc8\xa6\x5e\xae\x87\x6d\xab\x23\x18\x47\x6e\x9c\x58\x26\x83\x6b\xa8\x40\xdc\x24\xac\x2f\x93\x9c\x15\x23\xb3\x67\x5a\xe5\xce\x82\x1a\xba\x84\x76\xc6\xcb\xcc\x7f\x80\xcf\x6e\x37\x52\x18\xc7\x62\x6e\x0b\xa4\xdd\x33\x6e\x55\x0f\x14\xb3\xa8\x74\x35\xb6\x06\xd3\xc2\x5c\x35\xfd\x2c\x2a\xaa\x64\x0b\x89\x6f\xa1\x9c\xf2\xe5\x56\xf3\xc6\xce\x62\xa1\x1f\x42\x44\xcb\x63\x10\xb7\x79\xd2\xcf\x5d\x91\xfd\xc6\xed\x4b\x8b\x2a\x51\xf0\xb8\xae\x98\xde\x1a\x82\xbc\xaf\x2b\x22\x26\x07\x91\xa9\xcf\x3c\xf5\x5c\x49\xd5\x5e\x9b\xc0\x17\xb1\x5d\x66\x3c\xbf\x8e\xa5\x8d\x34\x9b\xc2\x9f\x98\xaf\x88\xd5\x24\x6d\x9e\xad\x79\x72\x48\x1a\xf5\xb4\x41\xb4\xf4\x7c\x3e\xcb\xe3\x5c\x76\x7d\x75\x97\xed\x96\xd8\xc7\x46\xed\x50\xd4\x15\x62\xfa\xbf\x99\x5c\xd2\x51\xfa\xf7\x47\xf7\xba\x0c\x24\x94\x7f\xcb\x13\xf9\xc3\x7a\x28\xc6\x55\x03\x06\x32\xcc\xa4\x62\x80\x45\x44\x9a\x73\x6b\x02\xc8\xd7\x55\xf0\x91\xa5\xfe\xdd\x29\xb7\xbc\xa5\xee\x63\xdc\x75\xa0\xb2\x9a\xd4\x96\xfc\x4c\x41\x0c\xc2\x4f\xcd\x7a\x5d\xe6\xb2\xa8\x54\xbf\x00\xb8\x0b\x47\x6d\x7a\x77\xb3\x09\x90\x9c\xf8\x6e\xc5\xa1\x9a\x2b\xc5\x9d\x69\x9d\xcc\x90\xb2\xa0\x6d\xa6\xfa\xf7\x94\x1a\xf1\xc4\xa3\x84\xed\x21\xab\xb6\x1d\xff\xb4\xf1\x9d\x67\x63\xc3\xeb\xbb\xe1\xbe\x26\x50\x7b\x20\x83\xc3\x15\xc4\x94\xbe\xaa\x14\xcc\x56\x3b\xac\x56\x71\x1e\xb8\x63\x46\x45\xe1\xce\xe1\xe1\x7e\xcf\xca\x2d\x3a\x0a\x80\x0b\x00\x23\xb2\xa5\x56\xa2\x10\x9d\x1a\xdd\xde\xab\x5c\xae\x00\xd2\xb8\x04\x36\xa6\x8e\x73\x4e\x87\x73\xd4\xd2\x35\x37\x6c\xcc\xd9\xd6\xf7\x01\x32\xe8\x15\x2f\xa0\x94\xb2\x19\x57\x1a\x9b\xcc\x36\xcd\x99\xd1\x1c\xae\x16\x5b\x6f\x1a\xce\x8c\x26\xb0\x92\x96\xec\x90\xd9\x74\xd5\x22\xda\x87\x2e\xd6\x95\x9f\x83\xce\x80\xa1\xa9\x04\x0e\x5c\x0c\xdc\x16\x99\xd8\xe4\xbc\x36\x5f\x83\x19\x1f\x8b\x39\xfe\xc5\xa7\x2d\x77\xd0\x7f\x36\x79\x88\xe0\x81\xed\xfd\xc3\xa4\xf4\x68\x6e\x8a\x4c\xa1\x98\x91\x51\x60\xd1\x5a\x5d\xe0\x22\x99\x19\x1e\x74\xa5\x75\xea\x02\x54\x86\xa2\x5a\xbd\x72\x25\x87\x52\x81\x92\x01\x15\xa9\x7b\xa6\x00\x7b\x7d\x9b\xe5\xe9\xab\x96\x87\x04\xfd\x9c\x0e\x08\xcc\xa0\x52\xb0\x9c\xc4\x17\xd8\x86\x58\xf1\x62\xe7\x6e\xdb\xd1\x2a\x3e\x67\xc9\xd6\x56\x5b\xa0\xb8\xee\x93\x17\x81\xc1\xf4\x7b\x27\xc1\x8c\xc8\x32\xe9\x80\x7e\xfd\xe3\xcb\x89\x60\xcd\xc6\xc8\x89\x87\xd0\xbc\x32\xb7\x46\x1b\x88\x24\x39\xba\x96\xaa\x58\x62\xa8\xff\x0b\x94\xe4\x3b\xef\x50\xb1\x67\x4f\x82\x0a\xfd\x26\x95\x3c\x8c\x93\x0f\xed\x9c\x12\x5a\x3e\x34\xd2\x7f\x9c\xa4\x10\x54\x34\x5f\x66\x16\x27\x75\xe6\x21\x86\xb3\x3c\xf7\xd1\xb9\x9c\x3b\x28\x16\xce\x69\xa0\x9f\xff\x3c\xd7\xff\x4f\xea\x82\x9b\x0a\x3b\x53\x28\x96\xe1\x33\x53\x95\x46\x88\x0e\x14\xa6\x78\x85\xc6\xb9\x33\xa1\x87\x6e\xf3\xb9\xf4\xc9\x84\x25\x5b\xbe\xd4\x43\xab\x26\x94\x2e\x5d\xb2\x92\xe5\x72\x73\xa9\x3f\xbe\xc7\x6f\x7b\x1f\x33\xd4\x8b\x50\x4d\xc3\xbe\x20\x09\x90\x25\x50\x81\x6f\xbd\xb2\x83\x01\x41\xec\x76\xd9\xc2\x46\x39\x38\xd6\x76\x97\xbc\x47\x54\x09\x97\xd9\xd4\x45\x25\x4c\x29\x93\xd8\x4b\xbd\x46\x4c\x95\xd9\x9a\x25\x81\x17\x7d\x14\x26\x4f\xf0\x42\x62\x8b\x05\x84\xa0\x1d\xc1\xbf\x11\xe5\x2c\xb2\x40\xdd\xdd\xfb\x7f\x6e\x9b\x82\x3b\x21\xfd\x0c\x3e\x92\x7e\xe7\x21\x5e\xdf\xe6\x1b\x19\x78\x97\x59\x23\xf9\x79\xe4\x62\xb3\x28\x80\x5b\x68\x5d\x52\x8f\x47\xfa\x84\x35\x3c\xb2\xd0\x64\x1a\x1a\x9f\x47\xee\x3c\x5e\x72\x36\x00\x75\x89\xd8\x18\xa9\x60\xa9\x66\xbd\xac\x17\x59\xc2\x12\x62\xaa\xf7\x23\x4f\x5d\x01\xaa\x87\x42\xa2\x9f\x3e\xb6\xe1\xd1\x8e\xa7\x59\x55\x07\x7b\x0c\xca\x12\xbe\xd9\xc2\xff\xff\x6c\x61\x48\x2f\x78\x4e\x43\xb8\xbd\xe0\xe5\xdb\x53\xf8\x15\x3c\x85\xde\x38\x69\xaf\x27\xde\x82\xd1\xd2\xa3\x3f\x82\xe7\x1e\x5b\xa7\x81\xda\x77\x85\x35\xcf\xa1\xef\xc2\x29\xfd\x35\xd0\x8a\xff\x68\xf7\x5f\x77\xe1\xd7\x57\x15\xc8\x18\xf3\x98\xea\x2b\x6e\x43\x1b\x37\xe6\x6a\x03\xff\x62\x29\xfb\xae\xb8\x87\x8a\xc3\xca\x17\x85\x5d\xf5\xf0\x2a\x9b\x7c\xad\xeb\xac\x28\x7f\x66\x79\x75\x12\x14\x0e\xd4\x96\x3c\x5b\x34\xde\x0c\x15\x87\xe9\x7d\xd1\x1b\x44\xbe\x0b\xc3\xbc\xfa\x5d\xc5\x33\x07\x25\xf3\x06\x60\x56\x8f\x7b\x8a\xe0\xfd\x64\xd7\xeb\x13\xea\x8c\x4f\x8a\xed\xf7\x5c\x99\xd8\x65\x23\xbc\x0c\x68\xad\xd0\x4b\x2c\xd0\xf7\xf0\xd3\xfd\xed\x4d\xfd\x6d\xd0\xb2\xa7\xd6\x34\xfc\x0c\x96\xee\xa2\x7d\xe7\x6e\xaa\x3c\xef\xdc\xb9\x11\x24\x96\x1f\xae\xaf\x97\x3f\xcf\xaf\x3f\x5c\xf5\x02\x2d\x7a\x3f\xeb\x5c\x13\x3b\x12\x5a\x13\xb4\x08\x4b\xb0\x02\xab\x1d\x57\xa6\xbc\xc3\xcd\x1a\x15\xef\x2a\xcf\x43\xc0\xcd\x58\x7c\xa2\x76\x20\xc9\xa8\x12\xe8\xb1\x89\x45\xd4\xbb\x70\x61\xff\xf0\xb3\x4f\xba\xf1\x4f\xf8\xed\xab\xc8\x4d\xe2\x87\xe8\xc6\xf6\xda\xb1\xae\x94\xc1\x78\xc2\x75\x40\xdc\xcf\xae\xeb\x70\x6e\x48\xe1\xe3\xae\xc7\x07\x01\x78\x2e\x3c\x35\x48\xc0\x67\xb9\x1d\xb8\x76\x9f\x42\x6f\xa0\x95\xe5\x29\xaa\xb6\xd0\xee\x0c\x81\x60\x8b\x92\x6a\x1c\x71\xcd\x62\x41\x24\xb4\x0c\xaa\x21\x3b\xc7\x14\x2d\x28\xa2\x9f\x33\xb1\xa9\xd8\x86\x17\xb3\xc8\x74\x1e\x8b\x5d\xb6\xd9\x02\x72\x0e\xf1\x46\x59\x4b\x86\x95\xd9\x23\xaf\x1d\x21\x4c\xc6\x22\xb4\x88\x59\x94\x89\x58\xd0\x9c\xc4\xc6\x35\x8f\x79\x5a\x3f\xdd\xdb\xe9\xe8\x93\x66\x1b\x22\x2c\x5b\x11\x0b\xdc\x5c\x04\xe8\x33\x6e\x12\x50\xfc\x80\x31\x3f\x38\xba\x4c\x71\x03\x9f\x0d\x32\x7d\x03\x0e\x9b\x58\xd8\xd2\x05\xd8\xd8\x80\xfb\x0a\xb3\x37\x71\x48\xc3\xf2\xc4\x6c\x86\xb9\x13\x34\xb6\xf6\x53\x7f\xf2\x1b\xa0\x2f\xdc\xf2\xb1\xd6\xca\x88\x63\xeb\xc4\xd8\x48\x1d\x9b\x79\x82\xa3\xab\x9e\x0d\xea\x55\xda\x47\x63\xe6\x85\xbf\xe9\x0c\x83\xcb\x6a\x95\x4f\x18\x12\xfe\xbe\x77\x50\x28\x92\xfb\x07\x35\xc2\x47\x7a\x57\xbb\x5a\xfa\x98\xf6\x75\xbb\x92\xb2\x63\x5f\xce\xe8\x6d\x0c\x06\x45\x1f\x0c\x2d\x46\x95\x94\xc7\x9c\x97\x11\x09\xe6\xf5\x25\x32\xd2\xa7\x6f\x40\x79\x56\x1c\x35\x1c\xa7\x3f\x8d\x1e\x91\xd5\x10\xe8\xb1\x9b\x24\x61\xe9\x9d\x0b\x04\x6c\x87\x98\x24\x1f\x17\x45\x38\x78\x86\xe2\x45\x00\xcb\x2c\xa3\x9a\xae\x99\x3d\x44\x33\xb7\x73\x33\x18\x64\x52\xa9\x42\x8b\x4b\x92\x77\x24\xb5\xa5\x8a\x58\x2c\x0c\x9a\x9a\x11\xc7\x73\x13\xc4\x57\xf6\x5f\x31\x69\x7f\x8f\x58\x44\xa0\xb1\x96\x91\x14\xdc\x48\xc3\x58\x00\x64\xbd\x00\x6f\xec\xaa\x00\x30\x49\x02\x66\xa7\x3f\x78\x2c\x83\x4c\x20\x25\xed\xb0\xcc\xab\xa9\x01\xc1\x3b\xff\x27\xfd\xdf\xff\xfc\xe9\x7f\x03\x00\x00\xff\xff\x9a\x40\xbc\x31\x1d\xe4\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb7\x95\x37\xfc\xff\x7e\x0a\x3c\x93\xa7\xca\x76\x42\x51\xb6\xb3\x9b\xca\x6a\xeb\xa9\xf7\xa5\x25\xce\x98\x8f\x35\x92\xa2\xcb\x78\xfd\x2e\x53\x34\xd8\x0d\x92\x88\xba\x01\x06\x40\x4b\xc3\xa4\xf2\xdd\xdf\xc2\xc1\xa5\xd1\x37\xb2\x9b\xa4\x6e\x63\xee\x56\xc5\x23\x76\x37\xae\x07\x07\xe7\xfa\x3b\xff\xfc\x37\x84\xde\xc9\x47\x3c\x9f\x13\xf1\xee\x04\xbd\xfb\xbe\xff\xed\xbb\x9e\xfe\x8d\xb2\x19\x7f\x77\x82\xf4\x73\x84\xde\x29\xaa\x12\xa2\x9f\xcf\x92\x95\x22\x34\x4e\x8e\x25\x11\x0f\x34\x22\xc7\x38\x4e\x29\xeb\x2f\x05\x57\x1c\x3e\x44\xe8\xdd\x03\x11\x92\x72\xa6\x5f\xb7\xff\x44\x8c\x2b\x24\x89\x7a\xf7\x6f\x08\xfd\x0b\x9a\x97\xd1\x82\xa4\x44\xbe\x3b\x41\xff\x63\x3e\x5a\x28\xb5\x74\x0d\xe8\x7f\x4b\xfd\xee\x5f\xe1\xdd\x88\x33\x99\x15\x5e\xc6\xcb\x65\x42\x23\xac\x28\x67\xc7\x7f\x93\x9c\xe5\xef\x2e\x05\x8f\xb3\xa8\xe5\xbb\x58\x2d\x64\x3e\xc7\x63\xbc\xa4\xc7\x0f\xdf\x1d\xe3\x48\xd1\x07\x32\x49\x70\xc6\xa2\xc5\x64\x99\x60\x26\x8f\xff\x49\x63\x3d\xc7\xbf\x91\x48\xfd\x0b\xfe\x88\x79\x8a\x29\x33\xff\x66\x38\x25\xff\xf2\xed\x20\xf4\x6e\x4e\x54\xf0\xa7\x9e\x6d\x96\xa6\x58\xac\xf4\x8a\xbc\x27\x2a\x5a\x20\xb5\x20\xc8\xf4\x83\xdc\x12\xf1\x19\xc2\xe8\x44\x90\xd9\xc9\xaf\x82\xcc\x26\x6e\xa1\xfb\x66\x81\xcf\x61\x34\x57\x09\x66\xbf\xf6\xed\x32\x41\xcb\x31\x91\x91\xa0\x4b\x65\xd7\xfb\x9a\x28\x41\xc9\x03\x09\x3b\x30\x13\x41\x7a\x22\xbe\x33\xb9\x24\x11\x9d\x51\x12\xa3\xe9\x0a\x51\xb6\xcc\x14\x12\xe4\xef\x19\x91\x0a\xcd\x68\xa2\x88\x90\x85\x5e\xf8\x92\x08\x58\xc1\x51\xac\x7b\xf9\x40\xd4\x00\xda\xce\x47\x15\xbe\x2d\x88\x5c\x72\x26\x89\x2c\x2c\x02\x42\xef\xbe\xff\xf6\xdb\xd2\x4f\xd5\x19\x0c\x90\xcc\xa2\x88\x48\x39\xcb\x12\xe4\x5a\x0a\x07\x63\x16\x54\x93\x0f\xae\x34\x86\xd0\xbb\xff\x2d\xc8\x4c\xb7\xf3\xbb\xe3\x98\xcc\x28\xa3\xba\x5d\x69\xa8\x34\x18\x6d\xe1\xab\x7f\xfd\x5b\xdd\xbf\xff\x15\xcc\x68\x89\x05\x4e\x89\x5e\x16\x4f\x57\xe6\xff\x4a\x73\xd1\x94\xa0\x3b\xcf\xa9\xa5\x3c\xf0\xd2\x6c\x2f\x70\x4a\xf4\xce\xeb\xed\xb2\x5f\xc0\xbf\x05\x91\x3c\x13\x11\x41\x53\x92\x70\x36\x97\x48\xf1\xca\x1a\x50\x68\x41\x13\x71\xf9\x89\xde\x4a\x2a\x88\xde\x2b\x25\x32\x52\x7a\xaa\x56\x4b\x18\xa4\x54\x82\xb2\x79\xb8\x14\xff\xea\xb5\x9a\x9a\xa1\xfd\x0e\x33\x33\x1f\x34\x4e\x6c\xcc\x06\xee\x95\x08\x33\x34\x25\x48\x9f\x78\x1a\x13\x41\x62\x84\x25\xc2\x48\x66\x53\x49\x14\x7a\xa4\x6a\x41\x99\xfe\xdb\x90\x6f\xe4\xd6\xec\xf5\xac\x0d\xfc\x73\xfd\xca\xdc\x49\x22\xf4\xc0\x1f\x68\x4c\x62\xf4\x80\x93\x8c\xa0\x19\x17\x85\xe5\xe9\x8f\xd9\xed\x42\xaf\x43\x3a\xa5\x0c\x4e\x9e\x5e\x4b\x47\x21\x7f\x70\xcb\xf5\x07\xa4\xfb\x43\x19\xa3\x7f\xcf\x48\xb2\x42\x34\x26\x4c\xe9\x73\x2d\xcb\xad\xfd\x81\x43\xff\x38\x41\x47\x48\xaf\x33\x11\x0a\xd6\x9b\x33\x45\x3e\x2b\x89\x8e\x50\x42\xef\x09\xfa\xea\x9c\x4a\x85\x06\x57\xa3\xaf\x7a\xe8\xab\xf3\x9c\x71\xc8\xaf\x9e\x61\x85\xfd\xbf\xff\x1a\x1c\x3d\x85\xe7\xe5\x43\xf7\x6e\xa0\x4f\xf3\x8d\xb9\x80\xf2\x16\xfe\xfa\x6f\x61\x3b\x76\xbf\xd6\x73\xf5\x9c\xa5\x5b\x7e\xde\x96\x8b\xc3\x32\x15\x19\xb8\xd4\x3b\xb4\x2b\xff\xae\xdc\x0e\x35\xcc\x5b\xee\xc8\xbd\xf5\xd8\xcb\xec\x5b\xbe\x2d\xfe\xad\xa7\xf0\xd4\x3c\x7c\x17\x06\x8e\x15\x9c\x2c\x4c\x99\x39\x88\xfe\x5c\x0a\xa9\xcf\xa2\x3b\x21\xaf\x84\x6d\xed\xc2\xcf\x83\x99\x05\x2c\xdd\x71\xea\x60\x55\x5e\xe1\xbc\x13\x9a\xd2\x4d\xfb\x3b\x62\xb1\x16\x1e\x2d\x43\x65\x59\x3a\x25\x42\x2f\x83\x63\xad\x30\xdb\xa9\x66\xb5\x2a\x13\x8c\xc4\x2d\xa6\xf9\xf7\x8c\x88\xd5\x9a\x79\xce\x70\x22\x9b\x26\x4a\x99\x22\x5a\x52\x2f\x3d\x9e\x71\x91\x62\x65\x5f\xf8\xd3\xbf\x77\x5d\x08\xc5\xef\xc9\xa6\xfd\x1f\x99\xdd\x8c\xb0\x04\x32\x48\xb3\x44\xd1\x65\x42\xd0\x12\xcf\x89\xb4\x2b\x92\x25\x4a\xf6\xe0\x35\xad\x1d\x10\x71\xe4\x6f\x39\xe8\xc1\xdd\xee\x99\x84\x5f\xd0\xcc\x33\x3b\x46\x3e\x2b\x68\x69\xcc\xe0\x7e\x87\x25\x0a\x6f\xad\x27\x58\xca\xed\x68\x46\x72\xa1\x26\xd3\x55\xff\x9e\x54\xfa\x6d\xa4\x1c\xcc\x10\x56\x4a\xd0\x69\xa6\x88\x9e\xb7\x6e\xc3\xdd\xcf\xc0\x1e\x8d\x10\xd0\x86\x35\xbc\xdc\x84\x63\x2a\x48\x04\x73\xeb\x72\x60\xfc\x57\x7a\xde\x5a\x13\x5b\x99\xd9\xdf\x93\x15\xc8\x3c\x35\x2b\xe0\xb7\x7c\xcc\xc6\x0c\x1d\xa1\xb3\xe1\xcd\xe9\xf0\xe2\x6c\x74\xf1\xe1\x04\xfd\xb0\x42\x31\x99\xe1\x2c\x51\x3d\x34\xa3\x24\x89\x25\xc2\x82\x40\x93\x24\xd6\x72\x8d\x1e\x0c\x61\x31\x65\x73\xc4\x45\x4c\xc4\xd3\x2d\x63\xe9\x29\x61\x59\x5a\xba\x57\xe0\xf7\x7c\xf4\xa5\x2f\xb4\x18\xe3\x1f\x15\x9e\xfc\xb5\xb2\xc0\x30\x63\xdd\x77\xd0\xda\xb3\x09\x4e\xd1\x82\x26\xb1\x20\xec\x58\x61\x79\x3f\x21\x9f\x49\x94\x99\x3b\xf9\x9f\xc5\x1f\x26\x5a\xfa\xe5\x31\x29\xfe\x52\xf8\x23\x17\xb7\x3a\x7f\xea\xf5\xed\xce\x5f\x82\x76\xde\xee\x3b\xf8\x85\xc6\xb5\x6f\xc3\x2f\x1b\xe6\xe0\xde\x59\x33\x58\xf7\x4a\xe3\xa8\xdc\x0b\x56\xd8\xab\x7d\x47\x10\x25\x56\x13\xac\x14\x49\x97\xaa\xa3\xe5\x01\xa3\x44\xcb\xae\xeb\x64\xd5\x0b\x1e\x93\xa1\xeb\xef\x57\x2b\x82\x1a\x61\xd3\x70\xad\x19\x11\x84\x45\xa4\xb9\x85\x5b\x2c\xef\xf3\x16\x36\x0b\xbc\x40\x63\x48\x2f\x3f\xca\x09\xac\xd2\x71\x2e\xf6\xea\x25\xc9\xdf\xdc\x24\xec\x16\xe6\x23\xdf\x73\xa1\x87\xf7\x16\x04\xde\xc2\xc0\x9f\x43\xe6\xdd\xf6\x44\x7f\x71\x56\x8e\x2d\xf9\xd3\xc1\x26\xb2\xfb\x4a\xb6\xb5\xa0\x70\x81\xe4\x4a\x2a\x92\x6e\xb4\xa5\xbc\x9d\x85\xb0\x17\xd0\x6b\x1d\x70\xe9\x0e\xfc\x0d\x9c\xfa\xe2\x8d\x7e\x38\xde\x1d\x96\x6c\x5f\x96\xd0\xd7\x3e\x4f\xe7\xed\x5a\x3f\xd5\x1b\xb7\x7d\x81\xbb\xe7\x4d\x4c\xb3\x20\x6b\xee\x7b\x90\x4f\x64\xce\x68\xdc\x2b\xb7\xda\x13\x18\xc0\x06\x45\xb6\x68\x4b\xf7\xe7\x4f\x7f\x1a\x5a\x80\x8c\xb9\x4f\x2d\xa8\x0c\x8c\x61\x28\xe2\xc2\xc8\x82\xb1\x3d\xef\x46\x97\x1d\xdc\x0e\x6e\x86\xb7\x27\x68\x80\x62\xac\xb0\x3e\xe0\x82\x2c\x05\x91\x84\x29\xb0\x13\xe8\xef\xd5\x0a\xa5\x3c\x26\x89\xd1\x68\xdf\x6b\xc9\x1a\x9d\x61\x85\x4f\xb1\xc2\x09\x9f\xf7\xd1\x00\xfe\xd4\x1f\x53\x89\x70\x22\x39\xc2\x8e\xac\x48\xec\x9a\xc0\x2c\x76\xac\x05\xa3\x88\xa7\x4b\x9a\x78\x3f\x82\x37\xde\x50\x16\xd3\x07\x1a\x67\x38\x41\x7c\xaa\xb9\x8a\xd6\xc0\x87\x0f\x84\xa9\x0c\x27\xc9\x0a\xe1\x24\x41\xb6\x5b\xf7\x02\x92\x0b\x9e\x25\xb1\x6e\xd7\x8d\x52\xd2\x94\x26\x58\x68\x15\xdf\x8c\xf6\xd2\xb6\x85\x6e\x17\xc4\x8f\x15\xc6\xa5\x57\x33\xc5\xf7\x44\x22\xaa\xd0\x92\x4b\x49\xa7\x49\x7e\xe6\xef\x46\x08\xc6\x7d\x7a\x3e\x02\x7b\x41\xa4\x10\x37\x3c\xd4\x75\x6e\xed\x43\xae\xc7\x14\x33\x46\xa0\x63\xae\x16\x44\xd8\xee\xed\xcb\x2f\xad\xfa\xdf\x5d\xdc\x5c\x0d\x4f\x47\xef\x47\xc3\xb3\xaa\xee\x7f\x3b\xb8\xf9\xa9\xfa\xeb\xcf\x97\xd7\x3f\xbd\x3f\xbf\xfc\xb9\xfa\xe4\x7c\x70\x77\x71\xfa\xe3\xe4\xea\x7c\x70\x51\x7d\x68\xc9\xaa\xb5\x19\x21\x1c\x59\xc7\xb3\x75\xb0\x99\x3e\x95\xcd\xb4\xf7\xe5\x1a\x4d\xad\x53\xaa\xbd\xc1\xd4\xdb\x28\xec\x97\x68\x89\xa5\x34\x92\x91\x19\x41\x7f\xcc\x3e\x72\xa1\x19\xd8\x8c\x6b\x1e\xa1\xa5\x27\x25\xb2\x48\x51\x36\xf7\x1f\x9d\xa0\x71\xf6\xed\xb7\x7f\x8c\xce\x29\xbb\x87\x7f\x91\xd7\xb8\x38\x07\x8b\xf2\xc1\xa2\xfc\xdb\xb2\x28\x6b\xd1\xe7\x38\x34\x24\xef\x37\xb8\x4a\x0b\x17\xe0\x13\xd7\xa2\x04\xcf\x94\xfe\xa7\xee\x12\xc8\x63\x4d\x88\x55\x3b\x83\xa5\x8f\xb0\x6a\xe8\x43\xf0\x14\x04\xb9\xcf\x54\x02\x33\x7a\xe4\xe2\x7e\x96\xf0\xc7\x76\xe6\xca\x0f\x44\xf9\x61\x68\xc1\xe9\x2d\x58\x29\x7f\xb6\x33\xf4\x03\xff\x40\x94\x1e\xfb\xb5\xed\xe5\x10\x6c\x75\x08\xb6\x7a\xd9\x60\xab\x57\x65\x2a\x7c\x7a\xd6\x5a\xb4\x2b\x1a\xfe\xda\xe0\x87\x6b\x74\xb3\x35\x78\xd1\x02\x27\xd9\xb3\xf0\xe4\xa2\x2b\x6a\x9f\x7c\xb9\xe8\x6c\xda\xc0\x93\x0b\xc3\x78\x2b\x7c\xb9\x30\xe8\xe7\xe7\xc9\xbf\x09\x3f\xd1\xc1\x0d\xb4\xe5\x42\xbd\x49\xd6\xdd\xf2\x56\x7a\x36\x27\xce\xd3\x5f\x25\x95\x98\x8f\x2e\x41\x1e\x1d\xa2\x3a\x5a\x87\x71\x6c\x88\xdb\xa8\x0d\xd4\xa8\x8b\xcc\xa8\x86\x62\xd4\xc6\x5e\xec\x16\x6c\xb1\xed\xad\xd7\x3e\x7c\xa2\xeb\xad\xd7\x3e\x70\xe2\x03\x51\x85\x61\xbc\x95\x5b\xaf\x30\xe8\xe7\xbf\xf5\x7e\xa3\xf1\x12\x87\x00\x89\x27\x5c\xba\x2f\xfd\xae\x7c\xbd\x21\x10\xbf\x81\x98\x87\x43\x90\x43\xa7\x35\xfa\xb2\xa2\x1a\xbe\xd4\x30\x86\xb7\x19\xb7\x70\x08\x54\x38\x04\x2a\xbc\x84\x47\xe9\xed\x05\x2a\x3c\xa9\xe2\x4b\x34\x59\x49\xb0\xa2\x86\xca\xcd\xbb\x25\x97\xcd\xfa\x5e\xe8\xbc\xae\xd1\xeb\xa0\xcd\xa2\x35\x13\xa8\xf7\x57\xb4\xc0\x12\xf1\x28\xca\x44\xc9\x45\x5b\x3e\xe5\xa7\x82\x60\xa5\x8f\x48\xd1\x70\x89\xa0\x65\x24\x48\xc4\x05\x38\x29\x31\x5a\x2e\xb0\x24\x48\x09\xcc\x24\xdd\xa4\xe5\x99\x56\x61\x5c\xba\x9d\xb7\xa0\xe0\x55\x17\xf1\xb9\xd4\xbb\x29\x8f\x2b\x07\xd2\x9c\xd5\xba\x27\xeb\x6f\x92\xbd\x4d\x1d\xd2\x7e\xdb\xcc\xfc\x09\x8f\x8a\xbe\xb5\xf6\x7c\x54\x0a\x6a\xfc\xb6\x47\xa5\x68\xed\xd8\xcb\x51\x81\x71\xbd\x95\xa3\x52\x5d\xc4\xdf\xcc\x51\xa9\x9b\xfa\x6b\x38\x2a\x2e\x1c\x60\xcf\xc7\xa5\xe2\x83\xdf\xf6\xc8\x54\xc3\x15\xf6\x72\x6c\xfc\xf8\xde\xca\xd1\xa9\x5f\xd0\xdf\xcc\xf1\x69\x9a\xfe\xcb\x1e\x21\xef\x87\x68\x7d\x78\x6e\x05\x9d\xcf\x89\x30\x9a\x51\xa4\x49\x71\x33\xd4\x52\x6e\x79\xdf\xee\xc0\x6c\x3e\x0d\xbe\x87\xb7\x70\x12\xfc\x60\xcd\xd8\x7f\x33\x47\xa0\x32\xef\x57\x42\xfb\xc7\x9a\x13\x3f\x00\x5a\x5b\xbb\x33\x70\x4d\x80\xf0\xe1\x02\x59\x0a\xf2\x40\x79\x26\x93\xd5\x91\xc8\x58\x1d\xb7\x07\x23\xc1\x23\x4d\x12\xc4\x59\xb2\x42\x52\x61\xa1\xdc\x63\x36\x37\x1e\x25\x7d\x98\x12\x2c\x15\xba\x67\xfc\x91\xa1\x19\xa6\x49\x26\x08\x5a\x72\xca\x54\x7f\xcc\x46\x0c\x5d\x9b\x31\x82\xe6\xdd\x43\x99\xd4\x47\x30\xc2\x8c\x71\x85\xa2\x05\x66\x73\x82\x30\x73\xd0\x35\x39\x65\x20\x2e\x50\xb6\x8c\xf5\xc1\xd2\x5d\x94\x6c\x4c\xf9\x01\x1b\xb3\x5b\xb0\x62\x48\x44\x3e\x2b\x41\x52\x92\xac\x74\x1f\x9a\xf6\x15\x47\x76\x7d\xcc\x50\xad\x41\x9c\x08\xc1\x85\x04\x9d\x7d\xba\xfa\x07\x66\x8a\x32\x82\x40\xcd\x94\x06\xf8\xe8\x08\x9d\x73\x09\x31\xd9\x3f\xfd\x59\xa2\x28\xc9\xa4\x22\xa2\x87\xa6\xd9\x5c\x22\xca\xd0\x32\xc1\x6a\xc6\x45\xaa\x47\x48\x99\x54\x78\x4a\x13\xaa\x56\x3d\x94\xe2\x68\x61\xda\x82\x35\x90\xbd\x31\x8b\xf9\x23\x93\x4a\x10\xec\x7b\x77\x0f\xd1\xd7\xe1\x33\x43\x00\xf2\x9b\x1e\x18\xee\x69\xba\x4c\x56\xe1\xf0\x83\x44\x68\xd8\x13\xdd\x08\x89\xd1\x94\x44\x38\x93\xd6\xb0\xa3\xc4\x0a\x91\xcf\x0b\x9c\x49\xd8\x3b\x3d\x3d\x6b\xf5\x88\x78\xba\x4c\x88\x22\x88\xce\x90\x12\x94\xc4\x08\xcf\x31\xd5\x4b\x77\x43\xd6\x24\x6e\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\xb0\x7c\xa4\x5c\x10\x14\x13\x85\x69\x22\xd7\x3b\x25\x9f\x95\xe0\xd0\x93\xd3\x1b\x7a\xbd\xe4\x86\x5e\x35\xb5\xad\xb9\x09\xed\x8e\x1d\xae\xc2\xb7\x74\x15\x16\xb9\xc2\xab\xb8\x0b\x0d\x48\xc4\x1e\x04\x42\x66\xad\xe2\x11\x4e\x76\x94\x0d\xaf\xed\xa0\x3a\x4b\x87\xee\xc3\xc3\xa1\x78\x5b\x87\xc2\xec\xda\xeb\x39\x15\x4d\x09\x15\x7b\x47\x8a\xe9\x82\xf1\xb2\x26\x23\x42\xa2\x14\x2b\x7d\xb1\xcd\xed\x15\xdd\x12\xc5\x30\x07\x75\x79\x53\x07\xe5\x39\x90\x5c\xbe\xec\x88\x85\x43\xa4\xc2\x6f\x10\x81\xf6\xd5\x24\x30\x1e\x72\xa0\x9f\x28\x07\x9a\xca\x43\x0e\xf4\x21\x07\xba\xed\x02\x1d\x72\xa0\x0f\x39\xd0\x6f\x36\x07\xfa\x49\xd3\x9f\xf7\x97\xe4\xbc\x9f\x4c\xe6\x37\x25\x9d\x1f\x24\xf3\x83\x64\x7e\x48\x57\xf6\x53\xdb\x17\x17\x74\x5f\xbf\x8b\x49\x42\x14\x69\x36\xd0\x11\x91\x6a\x85\xc3\xdc\xf0\x94\x69\x51\x70\x2e\x88\x94\xbb\xf2\x34\xdf\x70\x58\x5e\xa1\xc6\x1f\x91\xa3\xcc\x7a\xb2\x04\xbb\xce\x3a\x66\xe7\xdb\x7e\x9b\x2c\xcf\x0f\xff\x00\xd9\x70\xe0\x81\x07\x1e\xb8\xcd\xd4\x5e\x8f\x39\x3a\x38\xcc\x2f\x6a\x8f\x0e\x2a\xed\x4c\x68\xbc\x4b\xb1\x9d\xf6\xc0\xe5\x38\x25\xf1\x10\xd2\x0a\x7c\x52\x84\xf8\x55\x7f\x12\x96\xd1\x71\x09\x04\xed\x2d\xd6\xe1\xd7\xf9\xc2\x17\x6a\x9f\x6c\x67\xc0\xce\x2b\xda\x8c\xe2\x37\x61\xc3\xae\x5d\xe1\x2f\xa4\x1a\xcf\xeb\x60\x24\xcf\x5e\x8c\xe7\x75\x4c\xfb\x60\x53\x3d\xd4\xe2\x39\x58\x0d\x5b\x4e\xf8\x60\x35\x7c\xbd\x56\xc3\x97\x72\x05\x3c\xf3\xf1\x7c\x2e\xd1\xb1\x7d\xa8\xb7\x8b\xc8\x66\x31\xca\x96\x09\xc7\x71\xcb\x72\xba\x81\x44\xd7\x22\xde\x9b\xc5\x48\x90\x39\x95\x8a\x08\xbd\x2f\xb5\x82\xe1\xe6\x00\xf0\xb7\x5a\x37\xb7\x75\x88\x4f\xd8\xed\xbb\x7f\x6f\x31\xfc\x6b\x7b\x67\x03\x27\x9a\xe2\xd8\x17\xb4\x04\xf1\x2d\xc5\x2b\xb4\xc0\x0f\xc4\x85\x25\x3e\xe0\x84\xc6\xb8\xbc\xd6\xa5\x19\xae\x1b\xd0\x7f\x76\x1b\x10\x2e\x0e\xc7\x57\x40\x92\xc5\xb0\x31\x9b\xd1\x0c\xef\x2c\xb4\x62\x9e\x08\x82\xe3\x15\x9a\x12\xc2\x3c\xd9\xd4\xdc\x27\x0d\x63\xde\x8b\xe0\xfc\xe2\x8a\x69\x95\x7a\x5e\x8b\x5a\xfa\x8c\x81\x52\xf5\xfc\x66\x77\x1d\x74\x77\xc5\x53\x7e\xff\xb6\x58\xd0\x21\x78\xea\x60\x9e\x7c\x79\xf3\xe4\x21\x78\xea\xa0\xe8\xbf\x32\x45\xff\x10\x3c\x75\x08\x9e\x3a\x98\x41\xd6\x4f\xfb\x60\x06\xf9\x22\x82\xa7\x5a\xc9\xf0\x5b\x86\x4f\xbd\x71\x69\xfe\x20\xcc\xbb\xf7\x0e\xc2\xfc\x41\x98\xff\x42\x85\xf9\xd7\xb1\xc2\x07\x49\xfe\x20\xc9\x1f\x24\xf9\x83\x24\x7f\x90\xe4\xf7\xbe\x8c\x07\x49\xbe\x5e\x92\x87\x7f\xb9\xea\x0c\x5d\xc5\xfa\x8e\xe2\x7c\xe7\xfc\x88\xee\xce\xc0\x0f\x44\xbd\x55\x4f\xe0\x41\x6a\x3f\x48\xed\xaf\x5b\x6a\x7f\x35\x13\xfa\xf2\x90\xd5\x0f\xd8\xe4\x07\x6c\xf2\x03\x36\xf9\x13\x63\x93\xbb\xaf\xdf\x2d\xb3\x66\xd9\xe6\x0e\xd0\xcb\xec\xe1\x52\x58\x65\xd2\x80\x5b\xe6\xc1\x26\xad\xc4\x9e\x75\xb2\xce\x5d\x0e\x90\x16\xf4\xb0\x59\xee\x41\x03\x85\x52\xae\x75\x37\x46\x0a\xef\x38\x06\x67\x02\x6b\xe6\xf4\x81\x30\xe4\x92\x03\x7a\xf6\x1a\xeb\x81\x31\xe5\x5f\xfe\xf0\x99\x6c\x2d\xac\x10\x46\x8a\xa6\xa4\x8f\x46\x33\xc3\x2d\x22\x7d\xba\x24\x51\xb2\x14\x8d\x65\x28\x1f\x3e\x62\x71\x3e\x56\xd7\x37\xcd\x83\x73\xcc\x6b\x3d\xc7\x6c\xb3\x44\x19\xd6\xeb\x1a\x07\x68\xba\xa9\xe7\x50\x70\xd0\x52\x22\x12\xf7\x65\xa1\x5b\xf7\x72\x8a\x63\xcd\x18\x82\x21\xe4\x69\x65\xe1\xfb\x70\xa7\x53\xe9\xc3\x8b\x0a\xdf\x9b\xaf\x01\xdf\x0e\xf0\xe8\x00\x87\xb7\xd5\x30\x16\x10\xfd\xa6\x45\xbc\x38\x4b\x08\xc2\x52\xf2\x88\x62\x50\x63\x8c\x0c\x80\xa8\x72\x96\x06\xf7\x92\xeb\x3a\xa6\x12\x4f\x13\x12\xdb\x35\x26\x79\xb4\xd3\xda\x91\x53\x89\xa6\x44\x2f\xb1\x66\x53\xc5\xd5\x5f\x18\x09\xa4\x66\x34\xc1\x50\x48\x75\x24\x84\x99\x81\xac\x91\xa0\x0d\x71\xbe\x55\x21\xda\x8c\xfe\x90\x74\x77\x10\xa9\x0f\x22\x75\xa7\x09\x7d\x51\x22\xf5\x2b\x8a\xd0\x74\x0c\xe9\x45\x23\x34\xc1\x07\xaa\x39\xff\xc4\x1b\x36\x65\x5b\x5b\xcf\x39\x95\x4a\xa2\x28\x93\x8a\xa7\xcd\x92\xcf\x47\xd7\xc3\xc0\x77\x70\xca\xd9\x8c\xce\x33\x73\xb7\xfc\x6a\x65\x13\x7f\xa2\x73\x35\x65\xb5\x24\xed\x0c\x43\xde\x6e\xbd\xa9\xb3\xda\x7c\xc4\x1a\x27\x6f\x4d\x3b\x6f\xe2\xb6\xab\x1f\xfa\x73\x5d\x7a\x5d\x94\xd5\xdc\x3e\x6e\x35\x4d\xad\x5f\x4c\xae\x87\x37\x97\x77\xd7\xa7\xc3\x13\x34\x58\x2e\x13\x6a\x5c\x56\x86\xc2\xe8\x3f\xf4\xa4\x4c\x99\x11\x4f\x22\x56\x20\x32\xe8\xbf\xe0\x23\xd3\xfa\x20\x3a\x42\xa7\xe7\x77\x37\xb7\xc3\xeb\x86\x06\x2d\x49\x40\x91\x56\x92\x2e\x13\x90\x8f\xee\xb3\x29\x11\x8c\x68\x09\xdf\x62\x04\xe7\x9e\x33\xd3\xe8\xf0\xbf\x87\xa7\x77\xb7\xa3\xcb\x8b\xc9\x5f\xee\x86\x77\xc3\x13\xe4\x68\x4b\x37\xab\xc7\xa5\x47\x11\xaf\x18\x4e\xb5\xd6\x5d\xac\x87\xf2\xf7\x8c\x64\x20\x8e\xd1\x39\x4b\x09\x40\x77\x17\x5a\x74\x03\x3e\x1f\xfc\x30\x3c\x2f\xb6\xbc\x20\x21\x70\x31\x4a\xf0\x94\x24\xd6\x95\x07\xde\x29\x7d\x7e\x02\x88\x67\xe3\xe3\xcb\xcc\xaa\xfe\xe5\x6e\x70\x3e\xba\xfd\x65\x72\xf9\x7e\x72\x33\xbc\xfe\x34\x3a\x1d\x4e\xac\x26\x75\x3a\xd0\xfd\x16\x7a\xb2\x0a\x17\xfa\x7b\x86\x13\xad\x91\xf3\x99\x83\x32\x46\x8f\x0b\xc2\x50\xc6\x80\xe2\x8c\x9a\x0f\x5a\x49\x88\xe3\x60\x66\x74\x75\x7e\xf7\x61\x74\x31\xb9\xfc\x34\xbc\xbe\x1e\x9d\x0d\x4f\xd0\x0d\x49\x40\x11\x76\x8b\x0e\xbb\xb8\x4c\xb2\x39\x65\x88\xa6\xcb\x84\xe8\xd5\x30\x87\x73\x4a\x16\xf8\x81\x72\x51\xd0\x56\x60\x1d\x81\x15\x40\xfb\x4e\xe1\x9c\x04\x4b\x77\x79\xf1\x7e\xf4\xe1\x04\x0d\xe2\xd8\xcf\x41\x42\x1b\x05\xca\x71\xf0\x13\x47\x15\xf8\x89\x08\x9b\x80\x10\xa8\xe8\xfb\x40\x84\xa0\x31\x91\x2f\xee\x70\x28\x1c\x88\xaa\x0a\x5d\xa6\xf0\xea\x1b\x25\x72\x5d\xf7\x42\x81\xfa\xaa\x2f\x6e\xa2\xa2\xea\x17\x25\x32\x68\x36\x1c\x54\xf6\xb1\xb5\x4d\xa0\xb8\x3e\xcf\x76\x63\x6a\x66\x17\x4f\x9c\x6d\xe8\xf8\x9f\x05\xa6\xf7\xaf\x3d\x46\x48\x99\xa4\x98\xb5\x00\x53\x41\x86\xf8\xaf\xf6\x6a\x6b\x79\x61\x06\x5f\xd6\x7d\x58\xf5\x9d\x04\x1f\xbc\x85\x9b\x30\x1c\xee\x2b\xba\xf5\xae\x43\xd9\xc6\x89\xc8\x29\x51\x18\x2a\x88\x2b\x8e\xe6\x44\xf5\xd1\x25\x83\x67\xb7\x58\xde\xf7\x90\xab\x0e\x83\xb8\x40\xb9\xf0\xf8\x0c\x49\xe5\x6f\xc4\x68\xd8\x5d\xa1\x39\x28\xe6\x07\xc5\xbc\x7e\x65\x0e\x11\x6a\x0d\x2b\xbc\xaf\x1b\xb5\x93\x9d\x7d\x7f\x17\x5f\x60\x56\x77\xc1\x26\x25\xbb\x68\xe1\x46\xdc\x68\x03\x7d\xbb\x97\xe1\xf3\x5a\x41\xf7\x7a\x35\x9a\xe2\x31\x87\x7b\xcf\xfc\xdf\xe1\xde\x3b\xdc\x7b\x87\x7b\xef\x15\xac\xf0\x8b\x5b\x94\x6b\xb8\xfb\x8b\x9a\x94\x37\x29\xc8\x5b\x43\xd3\xe5\x0a\x71\x17\x70\xba\x5f\xdb\x60\xd0\xd5\x98\x92\xab\x1a\xb2\x44\x72\x81\x85\xa9\xca\x1a\xf1\x34\xe5\xac\x68\xab\xee\x21\xef\x58\x07\x43\x20\xcc\x6e\x93\xa5\x39\xef\x86\xbe\x0d\x1b\x73\xb0\x2e\xcf\x91\x51\xb4\x57\x11\xc2\x84\xea\x1f\xf4\xeb\x27\x94\x33\x0e\xd8\x81\x7b\xc5\x0e\x7c\x1d\x73\x7d\x92\xec\xa3\xfd\xdb\xd7\xdf\x46\xc6\xd1\x01\x24\xf0\x90\x53\x73\xc8\xa9\x81\xdf\x0f\x20\x81\xfb\xa3\xd6\xa7\x95\xe9\x79\x4c\x26\xa5\x32\x2a\xfe\xcf\x49\xd9\xe5\x55\x78\x12\xfa\xbf\x0a\x0f\xf2\x24\x23\x68\x9d\xc6\xfb\x2c\xbd\x72\xc1\x63\xb2\x43\xf9\x15\x3d\xa2\xd6\xa5\x57\x0a\x7d\xbd\x72\x11\xde\x2d\x93\x11\xe5\x0b\x03\x7f\x62\x41\xbe\x81\x62\xbe\x44\x6b\x54\x0d\xfd\x1f\x4c\x53\x1b\x17\xea\x4b\xad\x56\x90\x33\xb8\x37\xe4\xa8\x69\x77\x0b\xb8\x90\x9a\x49\xc3\x5d\x50\xff\xdc\xdf\x08\xf5\x8f\x9f\x06\x46\xa6\xfd\x85\x50\x42\x8f\x29\x5e\x05\xdb\xa2\xc6\x14\xba\x7f\x1b\x76\x9e\x70\xc4\xcf\x61\xe9\x59\x4b\x4c\x5f\xdc\x35\xb1\xee\x68\x1c\x2e\x8b\x96\xcb\xf5\xa5\x5e\x19\x07\xb4\x97\x75\xb6\x97\x03\x9c\xca\xc1\xf4\xf3\x7a\x26\x7c\x30\xfd\xbc\x69\xd3\x8f\x71\x54\x4f\x96\x58\x10\xa6\x6a\x64\xf4\xf2\x75\x02\xaf\x87\x79\xf3\x4e\xea\x80\x06\x8c\xb4\x68\x2f\x64\x7f\x55\x7d\x59\xb6\x20\x2b\x18\x4c\x8c\x5c\x11\xe4\x0d\x1d\xff\x33\xff\x77\xa0\x04\x04\x3f\xd6\x38\x7c\xd7\x05\x82\x19\x0c\x7b\xa9\xaf\xef\xcc\xc6\x84\xed\x2b\xdb\xc8\x09\x89\x0d\x8e\xda\xe6\xf8\x31\x97\x52\x40\xe2\x5c\xe0\xca\x67\x58\x13\x57\x66\x7b\x3a\x72\x62\x58\x1e\x3f\xb1\x31\xcc\xec\xca\x7c\x7a\x06\x5f\xbe\xad\x4c\xa4\x86\xa1\x3f\x6f\xf8\x59\x95\x1c\xdb\x9d\x6e\x47\x1c\xd4\xe4\xd6\x3c\x2e\x28\x78\x62\x00\x2a\x0e\xee\xf3\x60\xc3\x5d\xfe\x34\x86\xf4\xa2\xa6\xeb\xe9\xb9\x05\xc8\xca\x99\x6b\x37\x71\x4b\xa3\x6f\x77\xde\x2f\x1e\x8c\xb3\x81\xee\x5f\x34\x30\x67\x0d\xe3\xde\xad\x5c\xe4\x8b\xf1\x65\x6f\xbb\x7f\x3e\xce\xfc\x81\xa8\x2f\x8f\x2d\x7f\x20\xea\xb9\x78\xf2\xb6\x8c\x78\x2d\x33\xca\x6b\x04\xbd\xd1\x38\x91\x0a\xff\x7d\xb3\xd3\xed\x12\xaf\xf5\xb3\x99\xa4\x0d\xd6\xf2\xa9\xe8\xe1\x54\x15\xb7\x06\x8c\x82\x0e\x78\x48\x19\x3e\xa4\x0c\x1f\x52\x86\x0f\x29\xc3\xaf\x2f\x65\xd8\x7d\xfd\x2e\x26\x09\x51\xa4\x51\x6e\x3a\x83\xc7\x2f\x25\x37\x99\xde\x9f\x51\x6a\x32\x1d\x7e\x79\x82\x93\x99\xd7\x41\x76\x3a\xc8\x4e\xfb\x98\xee\x6b\xd5\x5e\x1d\x95\xbf\x06\xed\xb5\x35\x3a\x51\x1e\x24\xb6\x31\x36\xc0\x4e\xfb\xd7\x8d\x41\x01\x01\xd2\xa3\x1b\xce\x26\xc7\xff\x95\x1b\xf6\xdb\x61\x72\xf2\xa9\xf9\xd8\x2e\xee\x4d\xb7\xee\x5f\xac\x77\xf3\x50\xcb\xa2\x76\xad\x0e\xce\xd7\x35\x8b\x73\x70\xbe\x1e\x9c\xaf\xaf\xce\xf9\xba\x77\x95\x6a\x6d\x45\xfa\x6b\x7b\x35\xaf\x8d\x0a\x77\x17\xbd\xd1\x65\x34\x29\x18\xfc\xed\x98\x2c\x13\xbe\x02\x1b\xcb\x5a\x6b\xb3\xaf\x45\x5f\x13\x1c\x55\xbe\xfc\xdd\xdb\x57\x15\xa1\xfd\xb5\xdf\xff\x6e\xe4\xcf\xa5\xd6\xbc\x16\xb1\x37\x9f\xf7\xab\x10\x74\x8f\xff\x59\x4a\x89\x68\x85\x99\x12\x24\x31\x6c\x3e\x06\x63\x56\xff\x24\x80\xcc\xb7\xb7\xe6\x34\x53\x41\xbc\xa1\xd4\x07\x60\x49\x84\x5a\x05\x6f\x92\x74\xa9\x56\xff\x35\x66\x34\x47\xd6\xa6\x73\xc6\x85\xe1\x81\xfa\xe3\x05\x66\x71\xa2\xcf\x8f\xf4\xed\x44\x98\x31\xae\x40\x38\x81\x19\xc4\xe8\x81\x62\x23\xca\x0c\xae\x46\x2d\x7c\xf2\xad\xce\x62\xc1\x9d\xfe\x86\x4e\xe2\x73\x63\x56\x6f\xb8\x45\x3f\x24\x7c\x0a\x55\x16\xb2\xa2\x89\x41\x37\x70\x70\x00\x17\x76\xee\xa5\x98\x87\xc2\xf2\xbe\x9c\xa8\x55\x0c\xdb\x9f\xac\x4d\xdd\xda\xf0\x6e\x01\xcc\x70\xfd\xab\xa5\xf4\xae\xe2\x33\x9b\xf0\x05\x8f\x61\xc8\xe5\x71\xb8\x1f\xc3\x0e\xdd\x6f\x79\xcb\xee\x17\x57\xa5\x0a\x7e\x14\x44\x89\xd5\x04\x2b\xa5\x19\xd2\x3e\x73\xca\x6e\xb1\xbc\xdf\x21\xa7\xac\xe8\xdd\xd9\x90\x53\x56\xe8\xeb\x95\x73\xac\x42\x4e\x59\x71\xe0\x4f\xce\xb1\x5a\x12\xf7\x17\x97\x3e\xd0\xf6\xa8\x1e\x52\x09\xb6\x58\xba\x2f\x35\xad\x60\x1d\x2f\x7e\x35\x23\x2c\x5d\x07\x5f\xe2\xc9\x2d\x5e\x6e\x87\x23\xba\x6e\x8d\xbe\xb8\x72\x1a\x25\x99\x65\xc3\xdc\xde\x48\x59\x8d\xb2\xd8\xb5\xef\x51\x3d\x8d\xfd\x3d\xd8\x8d\x43\x9d\xbd\x43\x9d\xbd\x43\x9d\xbd\x27\xaf\xb3\xd7\x4e\x67\x6d\xad\xb0\xb6\xd5\x56\xdb\xa9\xaa\xcd\x7a\xea\x13\xf8\x9c\xdb\x2b\x93\xa5\x7c\xf4\xa2\x1a\xb9\x6d\x3e\x7a\xa1\xfb\x37\xe1\x9c\x2e\x8c\xf8\x39\xf2\xd1\x7f\xa3\x9a\xe5\x41\xad\x7c\x92\x75\xfb\x52\x75\xca\x57\xae\x50\x1e\x32\xe9\x0f\x28\x86\x87\x50\x93\x3d\x2e\xce\x21\xd4\xe4\x10\x6a\xf2\xc5\x86\x9a\x34\xab\x27\x34\xde\x39\x4b\xb2\x23\x6e\xb9\xb7\x32\x88\x5f\x41\x94\xd2\x62\x7f\x0b\x24\xf3\x3a\x6d\x21\x97\xa5\x0b\xc8\xc3\xdb\x6b\x0e\xa3\xf8\x4d\xa8\x0c\xb5\xab\xf9\x1c\xaa\xc3\x01\x04\x7b\xaf\x20\xd8\xaf\x6e\xda\x07\xa9\xf2\x20\x55\x1e\x04\xa7\x96\x13\x3e\x08\x4e\xaf\x57\x70\x7a\x29\x6d\xe8\x4b\xc2\x43\xd2\x22\x56\x21\x2b\x69\x6d\x9c\xb2\xc1\x34\x02\x67\x46\xb6\x4c\x38\x8e\x37\x45\x1c\xfd\x1a\x88\x6f\x6b\xe4\xbe\xa0\x5d\x91\xc7\x29\x97\xc4\xbf\x75\xb2\x9d\x69\x40\xf7\xf8\x16\x44\x3b\x3d\x4e\x33\xe2\x16\xd1\x91\x61\x87\xef\xfe\xbd\xc5\xc0\xaf\xed\x9d\x0c\x9c\x66\x8a\x63\x07\x1a\x60\xc4\xb3\x14\xaf\xd0\x02\x3f\x10\x34\xc3\x34\x31\xf6\x39\x1a\xe3\xf2\xfa\x96\xe6\xb6\x6e\x40\xff\xd9\x6d\x40\xb8\x38\x9c\x3c\xa3\x51\xdf\x17\x46\xaa\x8a\x70\xe2\xdc\x7d\xf0\xce\x02\x4b\x84\x13\x41\x70\xbc\x42\x53\x42\x58\x90\xc9\xd6\x76\xcc\x7b\x11\x8c\x5f\x3c\x3c\x33\xa4\x9b\x17\x8d\xf2\x06\xae\xd1\x58\x2d\x7a\xef\x8a\x65\x99\x93\xec\xa0\x43\xee\xa2\x38\xca\xef\xdf\x0a\x73\x79\x0e\x35\xf1\x0b\xf6\x22\x1d\x3c\x45\xbf\xcd\x9a\x8c\xaf\x46\xfb\x38\xa8\xe8\x87\x24\xe3\x83\xe7\xe7\x60\xc0\x38\x18\x30\xf6\xbe\x8c\xaf\xc9\x80\xf1\x82\x32\xba\xc9\x6d\x7a\x92\x62\x25\xaf\x45\x5a\x3f\x08\xeb\x07\x61\xfd\x20\xac\x7f\xb1\xc2\xfa\xeb\x58\xe1\x83\xa4\x7e\x90\xd4\x0f\x92\xfa\x41\x52\x3f\x48\xea\x7b\x5f\xc6\x83\xa4\x5e\x92\xd4\xe1\x5f\x0e\x2d\xa0\xab\xd8\xde\x5a\x5c\xdf\x0e\x1a\xa0\x9d\x9b\xce\x62\x03\xbc\x15\xc9\xfc\x20\x95\x1f\xa4\xf2\xd7\x2d\x95\xbf\x9a\x09\x7d\x79\x09\xc1\x87\x94\xda\x43\x4a\xed\x21\xa5\xf6\x25\x52\x6a\x1d\x2f\x59\x27\xe1\xac\xab\xa5\xf3\xc9\x32\x97\xaf\x29\x8b\x92\x0c\x44\x55\xfd\xf3\x0f\x19\x4d\x62\x04\x2a\x92\xd6\x74\x29\x67\xdf\x00\x3d\x01\x29\xc0\x38\x5d\xf5\x87\xf5\x12\xcc\xa7\x0a\xab\x7b\xb5\x42\x4c\x3e\xda\x6d\x61\xd8\xf6\xb5\xa7\xbe\x04\xee\x16\x15\xf7\x0a\xbf\xb9\x86\x5e\x51\x1d\xbe\x9e\x13\x4b\x34\x47\x72\xe3\x7b\xe2\x8a\x7c\xb5\x7d\x76\xaa\xcf\xf7\xb3\xfd\xe8\x6d\x95\x32\xa8\x8e\xfa\x50\x95\x0f\x05\xbb\x76\xa8\xca\xf7\x84\xf3\x76\xe7\x6c\xc3\xcc\x1d\x8d\x1a\x5b\xf8\x1b\x9d\xf6\x8b\x07\x3b\x36\x9f\xf4\x17\x0d\x7d\xac\xbd\xc8\x2a\xb9\x75\xc7\xff\xac\xbd\xa7\x5e\xa0\x18\x61\xe7\xcb\x69\x2f\x65\x09\x77\xb9\x9e\x3e\x10\xf5\xa5\xdc\x4d\x87\xd2\x84\x87\xf2\x3a\x7b\x9a\xee\x56\x77\xcf\x9b\x9d\xed\xa1\x10\xe3\xa1\x10\xe3\xa1\x10\x63\xe1\x08\x1e\x0a\x31\x1e\x0a\x31\x22\xf4\x2c\x85\x18\x3b\xcb\x8c\x7b\x28\xc9\xb8\x8b\xc4\x68\xba\xff\x52\x84\xc6\x43\x59\xc6\x83\xdc\xb8\xbf\xe9\xfe\xb6\xe4\xc6\x57\x68\xb5\x78\x15\xf5\x27\xbd\xd5\xe2\xc5\xa1\x80\x3c\x6b\x6f\x0d\x07\x14\xc6\x9a\xf8\xaf\xf7\x8a\x0a\xe4\x36\xed\x80\x0c\x64\xff\xef\x80\x0c\x74\x40\x06\x6a\x98\xf5\x21\x98\xf9\x80\x0c\x84\x0e\xe1\xba\x87\x70\xdd\xd7\x1c\xae\xdb\x62\x1b\x0f\xc8\x40\x2d\x45\xc6\x27\x42\x07\x72\x32\xd7\x4e\x08\x41\x35\xe2\xe0\x66\x94\xa0\x9f\xab\x1a\xd1\xab\x15\xf5\xdc\x58\x0f\x68\x41\x07\xb4\xa0\x5d\x69\xe7\x55\x28\xa0\xcf\x88\x1a\x54\xc7\x61\xba\xe4\x22\xd7\x30\x97\x5d\x15\xcc\xb7\x81\x20\xe4\x46\x7b\x48\x4c\x3e\xa4\x40\xbc\xfe\x14\x88\x57\x97\x98\xfc\x6a\x34\x95\x83\x3a\x7f\xc8\x4d\x3e\xe4\x26\x1f\x8c\x1d\x07\x63\xc7\xde\x97\xf1\x35\x19\x3b\x5e\x58\x6e\x7f\x42\x24\xa1\xd7\x28\xc1\x1f\x04\x78\xf3\xde\x41\x80\x3f\x08\xf0\x5f\xa8\x00\xff\x3a\x56\xf8\x20\xbd\x1f\xa4\xf7\x83\xf4\x7e\x90\xde\x0f\xd2\xfb\xde\x97\xf1\x20\xbd\x3f\x1b\xba\x50\x9d\x08\xdf\x19\x61\xa8\xa3\x9b\x2f\x48\x20\x7b\x4b\xd2\xfa\x41\x52\x3f\x48\xea\xaf\x5b\x52\x7f\x35\x13\x3a\xa0\x0d\x1d\xd0\x86\x0e\x68\x43\x07\xb4\xa1\xad\x64\xa4\x7f\xb3\xc7\xf2\x5d\x70\x13\xfb\x2b\xfb\xdd\x0f\x09\x9f\xde\xae\x96\x44\xff\xf7\x8c\xa6\x84\x49\x90\x68\xa9\x5a\x85\x32\x51\xc3\xca\x57\xd7\xfc\xdd\xcd\xe8\xe2\xc3\x79\x98\x86\xf6\xee\xe3\xdd\xf9\xed\xe8\x6a\x70\xed\xd7\xc5\xcf\x2a\x5c\x0b\xfb\x5d\x41\xac\x3b\xe5\xe9\x12\x0b\x2a\x39\x1b\x7e\xd6\xa7\x53\x0f\xed\x12\x64\x1f\x2e\xb6\x1b\xdd\xf0\x2f\xe1\xc8\x2e\x8a\x7f\x7e\xb8\x2d\xfe\x55\x98\xc5\xf9\x6d\xf1\xaf\xe1\xda\xd9\x04\x0d\x97\xf9\xd9\x11\xfa\x70\x7b\x82\x3e\x40\x90\x8a\x40\xb7\x0b\x6c\x58\xd2\xf9\xed\x09\x3a\x27\x52\xc2\x2f\xf9\xc7\x8a\xaa\x04\xe6\xf6\x03\x65\x58\xac\x90\x9b\xbe\xc9\x45\xc5\x60\xfd\x75\x4b\x53\x5e\x3c\xf6\xb7\x8c\x81\x42\x93\xaf\xde\x39\x9f\xd3\x08\x27\xbb\x2d\xe2\xe0\x22\x3c\x48\xef\x2e\xaf\xd7\x2e\x45\xf8\x76\x75\x2d\x06\x17\x67\x90\x19\xeb\x86\x5a\x33\xf3\x0b\x22\xb5\xc6\x14\x71\x16\x5b\x8b\xb8\xe6\x67\xab\x40\x4c\xf9\x1b\x87\x5c\xd9\x4c\x6a\xe1\x79\x70\x71\x86\x8e\xd1\xe5\xf5\x98\x5d\x6a\xad\x4a\xf3\x59\xa2\xef\x77\xc3\x75\xa9\x44\x8c\x2b\x44\xd3\x25\x17\x0a\x33\xa5\x45\x1b\x60\x6c\x76\x45\x8c\x92\x76\xca\xd3\x34\x53\x58\xd1\x07\x52\x59\x54\x66\x94\xc4\x1b\xa2\x46\x31\x18\x9c\x6b\xd6\xd0\x70\xbe\x7c\x2e\x4b\xa1\xdb\xd7\x5c\xb7\xa8\x59\xd0\xb8\x22\x9c\xbb\x26\xb0\x10\xb8\xc8\x1f\xdf\x51\x45\xd2\xf2\xfb\x2d\x03\x26\xff\x55\xab\x36\xe9\x2b\xe1\x9c\x63\xad\x82\x9a\xf4\xc8\x73\xaa\x88\xc0\xc9\x47\xbc\x7c\xef\x6c\x58\x5b\xd0\xc7\xff\xbd\x29\x24\xaa\xbe\xfb\x65\xf0\x31\x4c\x75\x7d\x77\x75\x7d\x79\x7b\xb9\x96\x66\x0a\x2d\x54\x89\x46\x3f\x3e\x81\xff\x45\xc7\x48\xb7\xee\x6f\xae\x94\x28\xac\x6f\x74\xf4\xb5\x49\xe9\xf2\x29\x18\x94\x25\x40\x23\x4b\x41\x53\xaa\xf7\xd5\x6a\xf1\xdf\x98\xcb\xd1\xdf\xfe\x9e\x4a\xcc\x07\x26\x69\x13\xe4\x0e\x85\x59\x8c\x45\x8c\xfe\x26\xcb\xf9\xcc\x60\x3c\x32\x3f\x90\x18\x1d\xa1\x85\x52\x4b\x79\x72\x7c\xfc\xf8\xf8\xd8\xd7\x6f\xf7\xb9\x98\x1f\xeb\x7f\x1c\x11\xd6\x5f\xa8\x34\x31\xf9\xdb\x7a\x15\x4e\xd0\x95\xe0\x8a\x83\x00\x81\x24\x11\x14\x27\x90\x4a\x3a\x35\xa7\x9d\xcf\xd0\xaf\x11\x17\xa4\x9f\x6f\x8c\x55\x2c\x8d\x50\xe2\x94\xcf\x63\xfd\x52\xcd\xd1\x29\xef\x27\x8a\x49\x44\x63\x2b\x49\x11\x16\x71\xb0\x3e\x18\x7b\xa5\x6e\xcf\xe5\xc1\x11\xeb\x2c\xf2\xcb\x19\x08\x1b\x38\x26\x08\x3f\x60\x9a\x18\x94\x00\x6e\x0c\x91\x66\x9d\x4d\x72\xcb\xc8\x88\x9d\x99\x16\xb1\x21\x3a\x11\x14\x49\xf7\xea\x52\x4f\x38\xe2\x09\x9a\x66\xb3\x19\x11\xa1\xaf\xaa\xa7\xa5\x11\x2a\x91\x20\x11\x4f\x53\xc2\x8c\xa9\x52\x37\x04\x5f\xc2\x8a\xd9\xd1\xf6\xc7\x0c\xf6\x5f\x8b\x29\x40\x01\x31\x87\x83\xcd\x88\x56\x57\xd8\xca\x74\x33\xcd\x66\x05\x5f\x18\xe0\x22\xe0\x18\x51\x35\x66\x83\x44\x2b\xb6\x29\x57\x24\x0c\xb3\x04\xc3\x79\x61\xc1\x81\x21\x08\xb2\x4c\x70\xe4\x92\x78\x13\x1e\xe1\x04\xcd\x68\x42\xe4\x4a\x2a\x92\x86\x0d\x7c\x0d\xba\x96\x5e\x33\x2a\x51\xcc\x1f\x59\xc2\xb1\x9d\x47\xf9\xb3\x6f\x8a\xbc\x65\xe8\xb2\xe5\x87\x42\x70\x01\xff\xf3\x13\x65\xf1\x76\x67\xf0\xee\xe2\xa7\x8b\xcb\x9f\x0b\xc7\xf0\xee\x66\x78\x1d\xfe\x7d\xf3\xcb\xcd\xed\xf0\xe3\xda\x73\x58\x6e\x25\xa7\x2c\x18\x1e\xc8\xe0\x27\xe8\xc6\x2c\x02\x17\x48\x6b\x55\x0d\x93\xfa\x68\x49\x29\xff\x81\xc7\x64\xbb\xb9\x7d\x1c\x5c\xdc\x0d\x0a\x1c\xe5\xe6\xf4\xc7\xe1\xd9\xdd\x79\x41\xc0\x73\xf3\x0b\x7e\xb9\x1e\x1a\xf1\x2d\xfc\xed\xf4\xc7\xd1\xf9\xd9\xa4\x46\xe0\x7b\x77\x3d\x3c\xbd\xfc\x34\xbc\xce\x65\xb3\xda\x25\x2a\x0d\xa6\xcc\xac\x6e\x0d\x53\x5a\xf0\x18\x4d\x57\x61\x9e\x69\x8e\x8d\xf0\x88\x25\x4a\xc0\x1f\x93\x63\x74\x98\x56\x4f\x80\x37\x39\xb0\x88\xfc\x0b\x2d\xf0\xf7\xec\x3b\x00\xed\x60\x94\x23\xac\x8a\x58\x11\x61\xc3\xba\x77\xcc\x02\x45\xc3\x80\x3c\xf8\x85\xd3\xaa\x90\xd4\x2f\x66\xfa\x50\x0b\x3a\x9f\x83\xe2\x5f\x1a\xaa\x69\xcd\x7e\x0a\xcb\x0b\xdf\x99\xfd\x5f\x0a\x0e\xe7\x5c\x77\x6b\x2d\x46\x5e\xab\x30\x1f\x1a\x64\xca\x42\x8b\x02\x83\xc2\x50\x33\x34\xb7\x59\x7a\x11\x1a\xd7\xcb\x9c\xc7\x3c\x30\x1a\xd8\x96\x34\xf6\x8a\xa5\x20\x0f\x94\x67\xc1\xa7\x16\xb1\xa4\xb0\xe3\xb5\xcd\xe7\x0b\x00\xcb\x66\x94\x9a\x52\x33\x9e\x3c\x6a\x5b\xd0\x2c\xec\x01\x5a\x98\x09\x9e\xd6\xb4\x51\x3c\x26\xa3\xcb\x1b\x25\xb0\x22\xf3\xd5\x99\x65\x19\xdb\x1f\x8f\xb3\xcb\x9f\x2f\xce\x2f\x07\x67\x93\xe1\xe0\x43\xf1\xc4\xfb\x27\x37\xb7\xd7\xc3\xc1\xc7\xe2\xa3\xc9\xc5\xe5\xed\xc4\xbd\xb1\x96\xe4\x1b\x3a\xa8\xde\xd3\xc5\x17\x4f\x90\x66\xb9\xc0\x1a\x1d\x04\x5c\xc0\x1f\xa7\x64\xc6\x85\xe1\xf3\xa9\x73\x5f\xc2\x8d\x82\xfc\xda\x92\xd8\x28\xef\xc5\x59\x9c\x80\x66\x5b\xd7\xa4\xb1\x5a\x29\x41\x70\x0a\xf7\x04\x66\x68\xc8\xe2\xa3\xcb\xd9\xd1\x8d\xf9\x31\xc5\xe2\x9e\x08\xff\xe9\xa3\xa0\x4a\x11\x30\xff\x53\xeb\x19\x00\xcd\x1b\x86\xac\x2f\x32\x08\xaf\xcf\x3b\xe8\xa3\x6b\xcd\xf7\xf5\xfb\xfe\x52\xd3\xc4\x1e\x13\x85\x69\x22\xed\x60\x0b\xeb\x7a\x82\xce\xb1\x98\xe7\x7a\xf4\xd7\x7c\x36\x33\x8d\x7d\x63\x86\xa1\xef\xb0\xc2\x2c\x6a\x78\xaf\x26\x0d\x77\x2f\x42\x7f\xf6\x65\x2f\xfd\x55\xa9\xea\x6e\xb9\x1b\x4d\xdd\x5d\xc1\x8a\x5f\x5e\x4c\x86\xff\x3d\x2a\x68\x42\xf6\x49\x0d\xad\xc1\xc4\xcd\xe3\xf5\x97\x4c\x7d\xdb\x55\x72\x2a\xbe\x58\x43\x4e\x26\x0b\x47\xef\xfc\x4c\xeb\x56\x35\xb4\x44\x3e\x53\x65\x36\x26\x1c\x77\x89\x84\xf2\x66\xc0\x3c\x82\x97\x4b\x82\x85\xac\xdb\xed\xa2\x18\xd8\xb0\xf7\xa6\xa7\xb0\x0f\xbb\xc9\xae\x9f\x1e\xe2\x2c\x59\x85\x42\x44\x89\x22\x5b\xd0\x80\x69\xab\x42\x01\x57\x00\xff\x73\x69\xa1\x76\x3e\x52\xa9\x55\x24\xf3\xe3\x0f\x16\x03\x68\x3b\x82\x78\x3f\x18\x9d\x97\x84\x8b\xc9\xd9\xf0\xfd\xe0\xee\x7c\xbd\x9a\x5f\xf8\xae\xbc\xc5\xe8\x08\xe9\xe7\x45\xdf\x19\x9d\x99\x3b\xc3\x21\x19\x19\x05\x8e\x30\x2d\x7e\xba\xa4\x19\x63\x6f\x8a\xc9\x32\xe1\xab\x94\x30\x30\xdf\x17\x6e\x42\xbd\x9e\x33\x4c\xed\xd5\x12\x0c\xf6\x44\xcb\x2c\xd6\xb2\x08\xd7\xd8\x91\x83\x4f\x22\xb1\xbf\x79\x8b\xe8\x49\x25\xd6\x7d\x65\xac\xdf\xf6\x3f\x37\x0a\xab\x2d\xcf\xd8\xe0\xf4\x76\xf4\xa9\x60\x73\x18\x5c\x9f\xfe\x38\xfa\x54\x27\xd5\x4c\x3e\x0c\x2f\x86\xd7\x83\xdb\x0d\xc2\x49\xa9\xc9\x3a\xe1\x44\xea\x01\x97\xbd\x1f\x54\xfa\xa8\x00\x7d\x76\x04\x4f\x10\x55\x12\x3d\x50\x49\xa7\x14\x10\xab\xac\x27\xe1\x6e\x04\x9c\x15\xd2\xa4\xa8\x5a\x39\xf1\xc5\xf4\x5b\xdc\x47\xcd\x49\x6d\xfb\x46\xc9\x0e\xfd\x0b\x91\x56\xc9\xcc\xe6\xb8\x49\x9f\xa0\x81\x88\x16\xf4\x01\x94\xb6\xe0\x33\xa6\x05\x69\x36\x27\xc2\x0c\x07\xac\xa7\xe1\x58\x82\xe7\x7a\x54\xa1\xb0\x92\xaf\x9a\x17\x5a\xe7\x84\x69\xc5\x3f\xec\xc4\x08\x52\x82\xb0\xaf\xb4\xcc\xb5\x4c\x68\x44\x55\xb2\x42\x11\x58\x6c\x62\x2d\xe6\xa6\x98\xe1\xb9\x15\x0e\x40\xcd\x29\x91\xc4\x5f\x0c\xac\xd7\xe5\xcc\x9a\xe6\x6e\x29\xd9\xf2\x98\xdd\x5d\x9c\x0d\xdf\x8f\x2e\x8a\x24\xf0\xe3\xe8\x43\x41\x84\xfd\x38\x3c\x1b\xdd\x15\x6e\x73\x2d\xc9\xae\x97\xeb\xcb\xcd\xd6\x1c\x45\xff\xd2\x09\x3a\x33\x9f\x9e\xe8\xc5\xad\xc1\x2c\xf3\xca\x6f\x69\x1d\xae\x5d\x58\x8e\xfb\xc7\x90\x29\x51\x6b\x57\x6c\x6b\x30\xb1\x3e\x84\x82\xc5\xa4\xde\xd5\x58\xe9\xfb\xa2\xec\x14\xaa\xba\x62\xad\x23\x41\x77\xd2\xcf\xed\x28\xa1\x0f\x12\x8c\x06\x4d\x26\x9b\x1a\xb3\x74\xce\xb0\x3f\x81\x8b\x29\xcd\xa4\x32\xae\x00\x20\x4e\x74\xff\x67\xa9\x17\x14\x5c\x05\x7d\x74\x43\xc8\x98\x39\xeb\xc1\x9c\xaa\x45\x36\xed\x47\x3c\x3d\xce\x01\xf3\x8e\xf1\x92\xa6\x58\x4b\xd2\x44\xac\x8e\xa7\x09\x9f\x1e\xa7\x58\x2a\x22\x8e\x97\xf7\x73\xf0\x82\x3b\x77\xc8\xb1\x6f\x76\xce\x7f\x77\xfe\xc7\x6f\x8f\xce\xff\xfc\xed\xbb\xaa\x3d\xa8\x69\xff\x87\x2c\xc2\x4b\x99\x25\x36\x6a\x46\x84\x6b\xe3\x8e\x7c\x46\x36\xed\xf7\x45\x71\xbb\x76\xd3\x5f\x4f\xaf\xee\x0a\xf6\xd9\xe2\x9f\x1f\x87\x1f\x2f\xaf\x7f\x29\x70\xca\xdb\xcb\xeb\xc1\x87\x02\x43\x1d\x5e\xfd\x38\xfc\x38\xbc\x1e\x9c\x4f\xdc\xc3\x4e\xda\x6f\x69\x8d\x7e\x62\xfc\x91\x15\x97\x46\x3a\x0e\x58\xe9\xe9\x04\xbd\xe7\x02\xfd\xe4\x77\xf2\x68\x8a\x25\x5c\x31\xee\xce\x92\x3d\xb4\xe4\x31\x30\x5e\x44\x96\x0b\x92\x12\x81\x13\x6b\x33\x90\x8a\x0b\x3c\x37\x37\xbd\x8c\x04\x56\xd1\x02\xc9\x25\x8e\x48\x0f\x45\x40\x0d\xf3\x1e\x6c\x0a\xa8\x5a\x7c\x2e\xcb\xfb\x92\x31\x45\x53\xe2\x54\x70\xfb\xe7\xad\xd9\x8c\x2d\x36\xe7\xf2\xf6\xc7\xa2\xb0\xf7\xfe\xfc\x97\xdb\xe1\xe4\xe6\xec\xa7\xb5\xeb\x69\x3e\x2b\x8c\xec\x06\x02\x08\x4e\x79\x92\xa5\x2c\xfc\xf7\xf6\x63\x1b\x5d\xdc\x0e\x3f\x94\x47\x77\x39\xb8\x2d\x52\xc6\x75\x31\xc8\xe5\xdd\x0f\x97\x97\xe7\xc3\x82\x4b\xe7\xdd\xd9\xe0\x76\x78\x3b\xfa\x58\xa0\x9f\xb3\xbb\x6b\x03\xc3\xb7\x6e\x9a\x6e\x04\x35\x13\xd5\xd3\x0a\xa7\xb9\x6f\x56\xd8\x8a\x13\x0d\x6c\x50\xa9\x39\xcb\x47\x01\x50\x8b\x09\xe7\x00\xab\xce\x91\x37\xa9\x46\x66\xa4\xb5\xec\x50\x15\xb7\x09\x35\xb3\xe3\xb5\x1b\xbd\x8e\x2b\xdf\xfa\x21\x18\x6c\x4a\xa3\x6c\xe3\x24\xe1\x8f\x26\x9c\x2f\xa5\xfa\x56\xb6\xb0\x5d\xfa\x15\x89\xa2\x4c\x08\xc2\x54\xb2\xea\xd7\x70\xbc\xe2\xb6\x90\x48\x10\xf5\x91\x67\x4c\x6d\x4f\x72\x83\x8b\x02\xdf\x19\x5e\x7c\x9a\x7c\x1a\x14\x29\x70\x74\xbe\x9e\xd5\x84\x4d\xd4\x5c\xc5\x83\x8b\x5f\xfc\x25\x0c\x41\x9f\x3d\xaf\xa1\x1a\xd9\x35\x4a\xa8\x16\x7b\x23\xac\xb5\xd7\x04\x24\x1a\x44\x28\x98\x1c\x52\x3d\x39\x08\x32\x5b\x1a\xef\x89\xe1\x4f\x66\x90\x27\xee\x1f\xa5\xf6\x24\xac\x0b\x58\x53\x5d\x4c\x2d\xb4\x63\xb5\x6a\x86\x08\x7b\xa0\x82\x03\xc0\x2a\x7a\xc0\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x02\xff\xdb\xad\x4d\x30\x8c\x96\x18\xd7\x0d\x17\xea\xcc\x07\xf3\x6d\x67\x0d\xa9\x0b\x6a\xab\x86\xb3\xd5\x1b\x3a\xaa\xdf\xd6\x6c\xce\x8e\x41\x7f\x85\x09\xdf\x62\x79\x5f\x31\x99\x8e\x98\x54\x98\x45\xe4\x34\xc1\x52\x6e\xbb\x0a\x46\x35\xeb\x15\x19\xe5\xf5\xf5\xdd\xd5\xed\xe8\x87\x0d\xc4\x59\xfe\xb8\x1a\x46\x19\x25\x99\xf3\x2a\x4c\x05\xc7\x31\xd2\xbb\x3e\xe7\xc6\x83\x61\xe5\x95\x1c\x42\xd7\x84\x24\xfb\x38\x8e\x02\x7c\x6f\x1e\x49\x69\xd5\xb3\xd0\x02\x4a\xed\x42\xa0\x48\xaf\x04\x0a\x34\x35\xc7\xac\xc0\x21\x62\x2a\x0b\x58\xa5\x7c\x99\x60\x35\xe3\x22\x35\xc4\x59\x98\xb4\x69\x7c\x7d\xa3\x94\x29\x22\x44\xb6\x54\xd4\x61\x22\x97\x2f\x57\x28\x69\xcd\xe7\x1f\x89\x94\x78\x4e\x76\xf1\x9b\xd5\xc9\x3c\x37\x9f\xc2\x3f\xc1\x2f\xd6\x46\x64\x29\x8c\xd0\x05\xdc\x39\x7a\xba\x64\xef\x31\x4d\x32\x41\xae\x78\x42\xa3\x2d\xfd\xfc\x5a\x51\x9f\x8c\x3e\x6a\xdd\x63\x70\x3b\x3c\x2f\x70\x40\x78\x36\x78\x7f\x3b\xbc\xb6\xa0\xb3\x83\x1f\xce\x87\x93\x8b\xcb\xb3\xe1\xcd\xe4\xf4\xf2\xe3\xd5\xf9\x70\x83\xfb\xbc\xb1\xf1\xaa\x51\xa8\xfc\xea\x49\xe5\x17\xd8\x61\x91\x19\xd5\xce\xa9\xf9\x10\xf0\x8e\x69\x02\xbe\x3b\x6e\x7c\x78\x18\x31\x1e\x1b\xe8\x0f\xe9\x94\x4a\x8f\x06\x8b\x46\xea\xab\x24\x41\x38\x53\x3c\xc5\x60\x6c\x4e\x56\x63\x86\xa7\x5c\x28\x50\x6d\xfd\x9d\x83\x44\xc6\x98\x3e\xdf\xba\x31\x03\x75\x1c\x25\x04\x33\x94\x2d\x83\x3c\x05\x6b\xee\x9c\x51\x06\x01\x3e\x29\x16\xf7\xae\x6e\x93\x8f\xfe\xf4\x87\x42\x22\x2c\xc7\xcc\x40\x92\x58\x26\xdb\x62\x85\x4f\x5a\xbd\xd5\xb8\x3a\x29\xbe\x27\x7a\x55\xd2\x2c\x5a\x68\xe5\x78\x2e\x88\x94\xd6\x24\x16\x61\x66\xfc\xa6\xf6\xf5\x47\x9a\x24\x63\xc6\xb8\x5e\x0a\x67\x79\x8b\xc9\x92\xb0\x98\xb0\x88\x9a\x8c\x04\x70\x39\x7a\x8b\xcc\x5c\xe0\xe5\x02\x49\x0e\xbe\x3a\x58\x76\x50\xbb\xcd\x47\x2e\xda\xc8\x82\xb0\xc0\xe3\xd0\x70\x26\x32\xcd\x27\x2e\xe1\x7a\x33\xab\x0c\x1f\x3b\xab\x99\xb3\x16\x1b\xf3\x45\xba\x4c\x88\x32\xa0\xd7\xb0\xe4\xb0\x19\x7a\xad\x0b\xfb\xa1\xb7\xa9\x6e\x13\xc6\x2c\x1f\x33\x96\x76\x44\xfd\x1a\x83\x9c\x3d\x52\xe8\x47\xcc\xe2\x44\xb7\xe2\x4c\xaf\xc5\xb3\x08\x11\xb0\x03\x4d\x35\xee\x34\xee\x22\x03\x46\x38\x93\x9d\x84\xc0\xf5\x69\x24\xc6\x98\x71\x94\xfb\xb2\x81\xbc\x6d\x0e\x09\xac\xee\x52\xb3\x48\x9c\x70\xbb\x4a\xe6\xf5\xcc\x14\x72\x41\x30\x9a\x06\xc5\x79\x29\x28\x8b\xe8\x12\x27\x5b\x89\xac\xa5\x18\x40\x1b\x5a\xf7\x35\x9d\x69\xf2\xf9\xa6\xe2\x6d\x52\x44\xa4\x90\x5b\x65\x87\xe9\xb7\xb0\x83\x02\x6c\x83\x29\x89\xcc\x9d\xe0\x58\xf0\xcc\xb8\x11\x60\x5d\x48\x5c\x73\x54\xfb\x75\xdb\xad\x4f\x06\x2e\xc6\x5d\x6d\xb1\xd9\x26\x60\xa1\x69\xfd\x4a\xad\xd8\xde\x4d\xc4\x0c\x4e\xae\xea\xdb\xac\xdb\x81\xe0\xe1\xbf\xd6\xd1\xce\x47\xbc\xd4\x34\x63\xa1\xb8\x71\x3e\x47\x2b\xdb\xd9\xf2\x3e\xce\xed\x1f\xb8\xfc\x7c\x38\x6a\xfb\xdd\xc8\x97\xd0\xc6\x6d\x54\x3b\x29\xb8\x3e\x83\xf4\x38\x4b\xe3\xb3\x4c\xe9\xe3\x89\xc1\x79\x8a\xbe\x26\xfd\x79\x1f\x39\xd0\xf4\x1e\x1a\x5c\x5d\x0d\x2f\xce\x7a\x88\xa8\xe8\x1b\x17\x58\x64\xe3\x2c\xc6\x4c\x71\x2b\xad\xac\xd0\x82\x3f\x02\x6f\x24\x62\x4e\x0a\x73\x76\x41\x19\x00\xda\x34\xa7\x52\x09\x1b\x1a\xc2\xe2\xb0\x64\x00\x4d\xcb\x22\xae\xa1\x90\x4c\x2d\x76\x21\x0d\x2c\x65\x96\x6a\x11\x7c\x42\x71\x3a\x11\x3c\xd9\x85\x29\x9c\xc1\x54\x40\xca\xf7\x99\x85\x14\xa7\x48\x37\x6b\x3d\xd8\xde\x53\xe2\x45\x3a\x2d\x18\x69\xbe\xac\xef\xcd\xe0\xde\x72\x46\x53\x1b\x46\x43\x9d\xe7\x16\x32\x0f\x1b\x58\x45\x6e\xed\x9a\x58\x03\xe3\x04\x47\x91\xd6\x14\xf6\x3c\xa9\xa0\x0e\x85\xb3\x64\xda\x8e\x9e\x6c\x9a\x9b\xe8\xdc\x0d\x73\xa9\x39\x18\x44\xec\x55\x21\xe4\x6b\xfa\x9d\xae\x2a\xbd\xba\x4a\x11\x77\xd2\x6b\x82\xe6\x12\x96\x04\x76\x52\x9a\x4a\x13\x6a\x41\x2c\xe2\x59\xd8\xa5\x8b\xc3\xd5\x0d\xaf\x78\x26\xea\x18\xdd\x98\x9d\x91\xa5\x20\x5a\xd2\x2f\xdb\x7d\x3d\x4d\x5f\x17\x29\xf1\x40\xd7\x07\xba\x7e\xf3\x74\x7d\x6a\xaa\xc3\x38\x13\x77\x50\x7d\x61\x17\x42\xaf\x6b\x65\x5d\x4b\xe8\xc9\xef\xf7\x53\x73\xb1\xd7\x15\xb5\x28\x52\x91\xbb\x83\x29\xab\x94\xf3\x31\x1b\x09\xb5\x69\xe1\xc2\xfd\x7b\xc6\x15\x96\xdf\xf4\xc7\x4c\x4b\x0f\xf7\x64\x65\xcc\x23\xfa\x7e\xfe\xbd\x16\x42\x8f\x24\x61\x12\xc2\x33\x7f\x6f\xcc\xe9\x7a\x6f\x9d\x79\xc9\xe8\x64\xa6\x8a\x50\xb1\xde\x06\x84\xd4\xd9\x46\xad\x78\x90\x07\x2c\xe6\x45\x3a\xdc\x33\x33\xfc\x39\x51\x90\xd2\xa4\xa8\x02\x65\x21\x36\x65\x8a\x2a\x43\xdf\x68\x43\x34\x54\x21\x38\xd8\x35\xe3\x6c\x37\x8e\x27\xab\x6d\x6c\x64\x09\x5e\x4c\xbe\xb1\x31\xaa\xc7\xce\x60\x12\x09\x5e\xa9\xfd\x83\x25\x32\x3b\x3d\x35\xe7\xc0\xf9\x9b\x08\xeb\x3f\xd2\x7b\xba\x24\x31\xc5\x10\xb1\xaa\xff\x3a\xd6\xf3\xfa\xdd\xe9\xf5\xe5\xc5\x24\x8f\x33\xff\xaf\x31\x1b\x24\x92\x23\x2d\xf8\x73\xa1\x24\x62\x9c\xf9\xf0\xd8\xa5\x20\x4e\x16\xb2\x73\xd1\xab\x1a\x98\x82\xc7\xac\x69\x04\x31\x8f\x64\x1f\x3f\xca\x3e\x4e\xf1\x3f\x38\x03\xd7\xd7\x00\xfe\x79\x9a\xf0\x2c\xfe\x19\xab\x68\x71\x0c\x1e\x29\x75\x4c\x1e\x08\x53\xc6\xac\xac\x97\x2b\x86\x64\x19\x09\xd1\xb5\xbf\xd3\x63\xce\x43\xde\xa5\x56\xe1\x22\xb2\x54\xe8\xff\x15\x64\xca\xb9\xaa\xe7\xce\x7c\x36\x93\xa4\x13\x27\xce\xb5\x93\x9b\x4b\xf4\xe7\x3f\x7d\xfb\x9d\x26\xa1\x6d\xd6\x78\x74\x73\x39\xd1\xdf\xff\xee\xcc\x7e\x2f\x3b\x70\xd6\x4b\x63\xd5\xb5\xae\x21\xb3\x1a\x26\xd0\x35\x63\xc0\xf6\x85\x29\x08\xcd\x11\x36\xe4\x90\xef\x63\x1d\x77\x3b\x33\x69\x85\x3b\xc5\xb4\xef\x70\x9d\x7d\x48\xf8\x14\x0c\x22\x59\xa1\x20\xc9\x1a\x8f\x6c\x57\x37\x48\xf9\x62\xa2\x72\x99\xe0\x55\xa5\x87\x4d\xcb\x7e\xa1\xb9\xd3\x12\x47\x24\xcf\x87\x74\xc1\x13\x11\x4f\x53\x08\xe8\x71\x21\x14\x31\x9d\x41\x64\x8f\xd2\x97\x1d\x9a\x12\xf5\x08\x71\x64\xee\x57\x7f\x49\x3b\x4b\xa4\x66\x65\xc0\x2e\xc7\x7a\x91\xe3\x0c\xac\xdf\xe3\x77\x3d\x34\x7e\x17\x93\x07\x92\xf0\xa5\x3e\xcd\xfa\x07\xa2\xa2\xba\x4d\x1c\xa6\x98\x26\x17\x5c\xf9\xd0\xa4\x5d\xf6\x53\x90\x88\x2e\xa9\x3e\x5d\x13\xa2\xdb\x7d\xd2\x84\x85\xfa\x03\x76\xbb\x20\x1e\xb7\x01\xc6\x80\x70\x1c\x6b\x22\x86\xea\x2c\x6e\x78\xb9\x6d\x99\x05\x53\x2f\x54\x1d\xe8\x2e\xb0\x68\xad\x12\x7a\x0c\xdb\x2c\xc6\x7d\xd5\xee\x80\xb7\x38\xec\xf5\x24\xd5\xfb\xd6\x22\x2e\x3c\xc8\xb3\xef\x38\xaf\x94\xb1\x96\xfe\x6d\xe1\x9f\x20\x63\xd2\x9a\xea\x1a\x4d\x1b\xe5\x03\xa8\xd7\xa2\xdd\x38\x8b\x2b\x73\xa3\xbf\x5b\x3b\x34\x19\x42\x96\x44\x61\xfd\x2e\x50\xab\x6d\xac\x6f\x39\xbc\x98\x6c\x1c\x71\x94\x70\x99\x89\x96\x8e\xcb\xe2\xa0\x4f\xed\xa7\xeb\xc6\x3d\x0c\xad\x10\x59\xa2\x64\x27\x43\x47\xcd\xc2\x97\x72\x53\x0d\x9b\x50\x56\x72\xb6\x6f\xf7\x50\x5e\xfc\x1f\x27\x79\x20\x34\x8b\x51\x2e\x25\x8e\x59\x6e\xcb\x92\xe8\x91\x24\x60\xfe\x8e\x78\xba\x04\x09\xc8\x0e\xd7\xb6\xa4\x2f\x70\x85\x15\xe9\x21\x9e\x29\xdd\x98\x09\x31\x70\x77\x9c\x8d\x5f\x08\xaa\x45\x83\x4c\x6e\x7d\x79\x1e\x2b\xc3\xd0\xba\x61\x85\x94\xa1\x0f\x44\x41\x2b\x80\x45\x14\x4e\xd0\x54\x97\x5c\x7b\x94\x4e\x2b\xdb\xd6\xf9\x44\xd9\x99\x74\xd8\xf9\x3c\x0f\xe4\x87\x84\x4f\xd7\xee\xfb\x25\x34\x8e\xee\xae\x47\xce\x79\x90\xdb\x55\x03\x30\x85\x4d\xd4\x49\x84\x28\x04\x65\x6e\x38\xf8\xc5\xac\x91\xf5\x84\x09\x39\x1b\x94\x99\x0c\x1a\xc8\x73\x2a\x8f\xd3\x5a\xdc\x37\x8d\x11\xec\x9f\x93\xb7\x63\x7d\x36\xe3\x4d\xab\x16\xf7\x4d\xdb\x5f\xb4\xd4\x3f\xf5\x64\xe0\x68\xa8\x05\xa1\x02\xb5\x9a\x96\x21\xe7\x49\xfb\x39\x69\x82\xc9\x29\x7a\x7d\x34\x1c\x7e\xb4\x07\x3f\x37\x80\x1b\x69\x24\xd0\xcb\x37\x72\x5a\xcb\x5a\x26\x86\x1d\xed\x3e\xc8\x5c\xe6\x36\xfc\xcd\xf3\x2e\xbd\x72\x16\xca\xa9\x50\xa5\xb5\x3f\x66\xa5\x41\x58\x1f\x93\x44\x40\xff\xf0\x0b\x65\xa8\x70\x2d\xf5\xd0\x8c\x7e\xb6\x8d\xe6\xbe\x67\xf7\x6a\x60\x8c\x68\xf0\x75\x2c\x70\xf5\x5c\x74\xb8\xba\xaf\xe0\xfb\xb5\xb6\x77\x2e\x95\x96\x7c\xb4\xf4\x28\x88\x96\xf1\x49\x8c\xa0\x5b\xef\x09\xdf\x78\x6d\x2b\x2c\xf4\xa2\xe0\x4e\x3a\x4f\x0e\x6d\x16\x63\x45\x8e\x14\xdd\x18\x53\xb9\x34\x9e\x12\xfd\x26\xc2\x2a\xc8\x30\xcc\xb9\xff\x94\xcc\x31\x73\x6e\xd3\x86\xe1\xba\x6b\x67\x07\x76\xa3\xa5\x48\x0c\x11\x27\x20\xe3\xe8\x01\x15\xc7\x21\x97\xb0\x9e\x6b\xc7\x61\x2d\x53\xaf\x61\xd9\x1e\xb1\x37\x94\x35\x0c\x36\x5b\xc6\xaf\x69\xb0\x09\x96\x0a\xd9\x31\x35\x69\x73\x81\x94\xbd\x87\xd4\xe8\x75\x45\xe5\x42\xf5\xa8\xad\x4d\x4c\x93\x50\x51\x11\x20\x4a\x51\x5b\xf1\x2c\x93\xc4\x26\x9e\xa4\x44\xcc\x9d\x30\x6a\xaa\x51\xf8\xb3\x6d\xcb\x52\x38\x4e\x1f\x32\x13\x70\xa0\x57\x9b\xee\xa3\x01\xab\xa4\xe0\x39\x9b\x69\x61\xbd\xcc\xbd\x82\x93\x47\xbc\x92\x68\x29\x4c\xb6\x8a\xf1\xaa\xbb\xc9\x83\x33\xab\xf8\x91\xb7\xd6\x28\x17\xd6\x00\x45\xa7\x5b\x18\xb4\x83\x22\x8b\xed\xb9\x5d\x4b\xbd\xa4\xe4\xf1\xad\xab\x83\xe8\xd5\xbd\x5a\x56\x57\x11\xb4\xf3\xd4\xd5\x30\xb4\xd9\xe2\xe3\x80\xdc\x6b\x35\x9f\x61\xd1\x5b\xdc\x24\x8c\x82\xa5\xf3\x1c\x4f\x49\xb2\xb3\x53\x77\x2b\xab\x13\x74\x6d\x91\x8b\x14\x47\x31\x31\x5e\x6f\xa8\x20\x2e\xca\xac\xcd\xd9\x6a\x45\x56\xe7\x03\x5f\x37\xcf\x42\x31\x95\x1d\x26\xea\xa0\xb8\xb6\x99\x6a\x13\x40\x57\x78\x85\x04\x40\x56\x75\xfa\x7e\x78\x95\x94\x4d\x5c\xdb\x0d\x24\xc0\xd3\x6a\x18\xc7\xce\x80\x5a\x1b\xa7\xb2\x75\x0c\x70\x4b\xa0\xda\xd1\x0c\x31\xce\x08\xa2\x32\x7f\x59\x15\xc3\x7e\x7c\x06\x8d\x16\x79\x8d\x31\xa1\x5a\x1e\xec\xa9\x2d\x07\x79\x6c\xb3\xd7\x75\x5d\xf8\x25\x23\x5a\xf1\xc2\x62\x05\x19\xf8\x86\xa7\x15\xe5\xa3\x8d\xe3\xdc\xbb\xf0\x7a\xeb\x00\x16\x02\x8f\x94\xe2\x08\x44\xb2\xd2\xe0\x90\x81\x29\xb0\x2f\xd9\x8f\x6c\x16\xc9\x98\x79\x4d\x1d\x08\x91\x4a\x94\xe2\x65\x1f\xc1\xae\xa9\xfc\x2b\x93\x15\xa5\xfc\x16\xf6\xf2\xda\xfd\x00\x73\xd9\xb0\x02\x9b\x4c\x15\xee\x2a\xcb\xd7\xb5\x98\x7d\xee\x90\x33\xe6\xf4\x81\xb0\xda\xb2\xe7\xae\xd3\x64\x75\x84\xa5\xa4\x73\x7d\x0d\x05\x86\xd8\xf5\x1c\xc9\x96\x06\x7b\x05\xf6\xb5\xf6\x4b\xa6\x37\x3e\xab\x58\xdc\x4c\x0e\x63\x6e\x22\x08\x92\xcd\x42\x2a\xb5\xb0\x1a\xa6\x60\x35\x96\xe8\xf7\x8c\xab\xdf\x07\xc0\x23\x4e\x99\x37\x95\xe3\xac\x49\xa5\x57\x41\x44\x83\x43\x6b\x09\x07\xe1\x20\x01\x6e\xe3\xca\xef\x8a\x76\x93\x3b\x78\x9f\x54\xb2\x1b\x56\xa3\xbd\x9a\x20\x25\x0d\xd4\xf2\xde\x2c\x18\xcf\x51\x13\x15\x19\x32\x10\xc4\x25\x43\xa6\x5c\x90\x12\xdc\xb3\xe1\xe7\x3e\x1c\x32\x5d\xaa\xda\x4c\x88\xaa\x68\x54\x63\xc0\x33\xc8\xb7\xf9\x49\x2f\x18\xee\x64\x7f\xcc\x6e\x08\x69\x86\x43\xf5\x7b\xf1\x2b\x34\x04\x63\xb5\x29\xd2\xeb\x28\x6d\x1f\xb1\x91\x69\x31\xd9\x7d\x0d\xd5\x6c\xc0\x28\xa9\xd7\xf1\xb7\x89\x67\x6c\x92\x71\xbd\xd1\x3d\xac\xeb\xd7\x04\xc2\xd1\x1f\xb3\xf7\x5c\xd8\x2b\x58\x5a\xd0\xab\x29\x8e\xee\x8f\x08\x8b\x11\xce\xd4\xc2\x80\x61\x58\x3b\xf9\xca\x52\x83\x96\x34\x80\x6c\x3c\x50\x02\x95\x11\x16\xf6\xf2\x98\xe1\x07\xee\x46\x31\x66\x41\x23\x00\xab\x05\x38\x8a\x80\x26\xdf\xa4\xb6\x11\x00\xae\x6d\x5a\x8b\x3a\x9c\xf4\x0a\x4a\xfa\xfa\x73\x56\xc0\x7d\x07\x40\x30\x46\xa4\x15\xd9\x4b\xab\x33\x72\xd6\x37\xa7\x2b\xc9\xb0\x72\xa6\x7f\xb3\x67\xa3\x94\x8d\x79\xc7\xce\x40\x4b\x3a\xdf\x3a\x5e\x5b\x00\xf5\x98\x65\x02\x82\x4d\xea\xda\xfc\x3a\x5a\xd0\x24\xb7\xc5\x7f\xd3\xf3\xc3\xd4\x4d\x26\xe4\x81\x24\x06\x52\x2a\x12\xe0\x88\x37\x16\xb4\x6f\xd1\xff\x31\xd8\xe1\xe8\xbb\x31\xfb\x00\x6c\x38\x49\x56\x90\xf0\xee\x5b\xc6\xaa\xd4\xcc\x7d\xed\x00\x94\x0d\x79\x41\xc5\x81\x98\xbd\x5e\xe0\x07\x32\x66\xae\x99\xff\x83\xee\xd1\x1f\xd0\x77\x4d\x56\x21\xe7\x4f\x7f\x62\x9b\xc1\xfb\xc0\x5b\x1d\xdc\x72\x96\x51\x5a\x7e\xe3\x4c\x0a\x05\x83\x5e\x4d\x06\x89\xc7\xad\xa1\xec\x81\x47\x95\xa0\x8d\xf0\xd4\x62\x41\x98\x9a\x30\x1e\x93\x09\xa9\x71\xd1\xad\x61\x12\x5a\x08\xb8\xe0\x31\xd9\xe8\x60\xf3\xcc\xf4\x67\x30\x83\xc8\x6c\xea\xb7\x03\x02\xd9\x7d\xd4\xb2\xd7\xe4\x8b\x94\x56\x3f\x72\x0f\x0e\xb1\xcd\xb8\xb7\x75\x0e\x5e\x5a\xf9\xac\x07\x17\x82\x1d\x40\xbd\x83\x2a\xc1\xca\xc5\xfa\x96\x8f\x63\xd9\x30\xae\x5f\xd6\x33\xb7\x97\x55\x00\x7b\x01\x40\x7c\x82\xce\xa9\x96\xdf\xdb\x3b\x20\x81\x13\x6e\x63\xdd\x37\x18\x00\xad\xcc\xfb\xf9\x52\xb8\x84\xa2\x23\x4f\x7f\xb9\x53\x6d\xca\xb3\xb2\x00\x6f\x17\x80\xca\x30\x0a\xd9\xca\xea\x2b\xcd\x87\xe7\x26\xd2\x8d\x2c\xa8\x89\x2d\x1f\x9c\x9e\x23\x7d\x3a\x78\x6a\xf2\xc6\x60\xd1\x32\xb5\xe0\x82\xfe\xa3\x31\x20\xa9\x59\x46\xcf\x3d\x87\x79\xfc\x96\x19\x67\x51\x5a\x07\x62\x35\x22\x85\x2a\x68\x25\x75\x3a\x13\x9a\x66\x00\x91\xa0\xd9\xec\x2c\x4b\x0c\xae\x5a\xc4\x45\x6c\x8a\x9b\xc8\x42\xb4\x98\x7e\xcf\x8b\xf7\x58\xf9\x06\xa9\xcd\x24\xb7\xc8\x6d\xd1\x02\xb3\xf9\x7a\x01\xf4\x2f\x19\xc9\xf6\x14\x70\x67\xd1\x54\x9f\x29\x92\xa1\xac\x06\xe0\xb9\xcc\x83\x2f\xcd\xda\x68\xde\x9c\xaf\xef\xdf\xf5\x4c\x65\x10\x9b\xe9\xac\x74\x3e\x5b\xd7\xa8\xe4\x06\x77\xbb\x93\x45\xe7\xda\x20\x53\xed\xc1\xa4\xf3\x1c\xf1\x09\x55\x19\xa9\x86\xfd\x58\xf2\x7b\xf0\xe9\x94\x65\x16\xf1\x44\x76\x12\x07\xf1\x55\x92\x3e\x9e\xd0\x64\xb2\x05\x93\xab\x0a\xd5\xeb\xd6\x3b\x30\xa0\x78\xb6\x56\x13\x34\xac\x38\xd2\x73\x7f\x14\x14\x8a\x94\xaf\xf2\x97\x3d\xc4\xbc\xbb\x2e\x42\x1e\xa3\xa5\x14\x23\xd6\x42\x9c\x82\x5b\xc2\x55\x4b\x13\x6e\xb3\x01\xc2\x36\x54\xec\xba\xea\xc7\x6e\x3a\x11\x86\x25\xbd\xd6\x23\x51\x4d\x83\xda\x78\x18\x3c\x50\xdf\xcb\x18\x10\xbd\x68\xf3\xc4\x27\xa3\x13\x85\x04\x17\x59\x67\x12\xb9\x29\x9a\x2a\x3b\xd3\x85\xe9\x7b\x02\x3e\xe3\x9d\x5d\x25\x81\x0b\x20\x0f\x8b\x37\xf9\x50\x2e\xf5\xf1\x99\x0c\x99\xe0\x85\x2f\x66\x64\x05\x4e\xf8\xa6\xd4\xbb\x27\xe5\x67\x39\x42\x9a\xe3\x48\x2d\x87\xb2\xd6\xf5\xd8\xd2\x91\x08\x16\xb2\x75\xec\xf5\xdc\x46\x31\x16\x5d\x70\x26\x94\x8a\x07\x51\x08\xe0\x8d\xcb\x24\x52\x02\x43\x40\x3c\x84\x31\xff\x6c\xb4\x3c\x2a\x8d\x15\xc6\x21\xa1\xa5\x4b\xb5\xb2\xc0\xb9\xc0\x9b\x2d\xa4\xa6\x5a\x60\x66\xb3\x6b\xeb\xdc\x7d\x65\x3e\x1d\x17\x1c\x7e\x75\x9d\x41\x47\x56\xb5\xad\x6d\xd2\x2d\x74\x98\xad\x51\x4a\x12\x68\xf2\xee\x53\x09\x59\x3e\x38\x69\xb4\xa7\x4c\x39\x4f\x08\x66\x4d\x6a\x67\xed\xe3\x8a\xf5\x95\x86\x89\x01\x92\x00\x63\x50\x22\x23\x5a\xe7\xc6\x49\x52\x9a\x17\x86\x32\x60\xca\xe3\x10\x1b\xa3\x49\x8e\x3b\xd7\x2a\x04\x26\xc1\x53\x92\x74\x8a\x38\x33\x1f\xac\xa5\x22\x78\x25\x2f\x53\xd5\x2a\xc5\x32\x0c\x87\xaa\x4d\x48\xdd\x34\xb0\x30\x8d\x75\xad\x08\x51\x4c\x05\xdd\x6e\x88\x92\x44\x99\xa0\x6a\x35\xb1\x86\xa7\xf6\x4c\xeb\xc6\x7e\x79\x6a\x3f\x6c\xa3\xd5\x9d\x20\xd7\x9f\x33\x74\x81\x78\x23\xa8\x01\x59\xb4\x53\x68\xb3\xdd\x5a\x53\xab\x4d\x54\x5b\xb7\xb0\x2e\x53\xae\xdd\x50\x75\x17\xdb\x0e\xcf\x82\xb7\x4d\xf8\xcc\xe5\xa0\xb5\x5f\xd8\x32\xaa\x5d\x07\x8b\x9d\x30\x88\x53\x68\x29\x28\x17\x16\x3c\xae\x4d\x90\x52\x8a\x3f\x4f\x96\x58\xe0\x24\x21\x09\x95\xe9\xf6\xf6\xc5\x3f\x7e\xbf\x76\xb4\xa7\x06\xe4\x50\x5a\xc8\xd0\xcf\x34\xcd\xd2\xa0\xbc\x24\x40\x94\x04\x40\x03\xd6\x64\x6f\xf3\xe5\xdc\x00\xf3\x8b\x86\x29\x2a\x02\xe8\x08\xad\x13\x53\x69\xf9\xb3\x55\x97\x71\xb4\x80\xb2\x5f\x33\x4c\x05\x23\x52\xf6\xd1\x05\x57\xe4\x04\x7d\xc4\xcb\x5b\x50\xf8\x0c\xea\xf8\xdc\x58\x68\xb1\x44\x5a\x72\xca\x18\x55\xbd\x31\x33\xb1\x6e\x7e\x55\x8e\x23\xce\x0c\xfa\x44\x04\x0b\xeb\x9b\x00\x93\xa3\x83\x61\x50\x06\x88\x58\x53\x49\xb7\xc4\xeb\x62\x68\x1c\xa0\xc6\xa7\x70\xc9\xcb\x1c\x1c\xd7\xe9\x04\x5e\xc4\x2a\x90\x22\x20\x45\xc0\xc7\x31\x27\x32\x50\xf6\x91\x97\xd9\x13\x3a\x23\x9a\x42\xc6\x8c\xcf\x8a\x86\x09\x03\x38\xe1\xf0\x27\x74\xa7\x91\xe0\x52\xda\x68\x37\xd3\xce\xfa\xb8\xe1\x5b\x8b\x06\xb0\x8f\x28\x86\xe7\x0b\xc9\xaf\x96\x7c\x0d\x8a\x04\xd5\x8b\xfd\x53\xe2\x91\x0f\x1a\x6f\xda\x5d\x63\x76\x1d\x1b\x42\x82\x60\x69\xad\xb1\x10\xda\x5a\x0a\x99\xeb\x20\x99\xfb\x31\x9b\xe0\xf6\x23\x8f\x35\x12\x50\x90\x45\xfd\x32\xe5\x19\x35\x5d\x0b\x41\xa0\xd4\x92\x81\x9d\x1a\x95\x88\x06\x10\xc2\x04\xc1\xf1\x2a\x58\x11\x6f\x6f\x34\x3d\x83\x64\x22\x69\xaa\x79\x27\x20\x32\x32\x7e\xc4\x97\xee\xb0\x16\xde\x02\xa0\x18\x3a\xd3\x84\x18\x58\x2b\xf5\x17\xec\x08\x8a\xf6\xe9\xe3\x55\xe3\xaa\x75\x8d\x80\x6b\x17\x50\xaf\x16\xc4\x12\xee\xf8\xdd\xe0\x87\xcb\xeb\xdb\xe1\xd9\xf8\x5d\x1e\x9c\xe3\x22\x39\x1d\x23\xf1\x38\x16\x9c\x8d\x99\xf7\xa7\xfb\x3c\x5f\xd8\x4b\x84\xe3\x38\x47\x59\xb0\x11\xc1\xc6\x1d\xd8\xf6\x54\x6c\xf4\xa4\x57\x9b\x79\x4f\x3f\x93\xf8\xba\x01\xea\x76\x2f\xb1\x4f\xad\x7c\x46\xb5\x24\xae\xb9\x64\x87\xdb\xd7\x4f\xe5\x4e\x7f\xd7\x9e\x82\xcd\x49\x28\xe5\xdd\x41\xd2\x9d\x42\xd8\x57\x61\x9e\x01\x0d\x68\xce\x0c\x19\x5d\x04\xac\x1d\xdf\xa3\x94\x32\xc8\x99\x58\xb7\xb4\x77\xc5\x79\x74\x29\x90\x30\xba\xb8\x2b\x56\x2f\xfa\xf1\xf2\xae\x88\xce\x3d\xf8\x65\x7d\x55\x83\x62\x0b\xeb\xcc\xca\xc1\x14\xf3\xd8\x4f\x9b\x7e\xe8\x57\xa6\x6e\xa2\x1f\x88\xfa\x64\xaa\xa5\xed\x23\x98\xc3\xe2\x14\x83\x8a\x4d\x26\xae\x60\x5e\x7b\x32\xf8\x54\x53\x62\xaf\x18\xb1\xe3\x90\x90\xa1\x07\x5f\x63\x2f\x48\xa7\xe8\x1b\x1c\x6a\x28\xca\x05\x96\x6d\xe7\x16\xd1\x37\x26\x67\x7a\xb9\xc6\xf0\xb6\x2f\x99\x92\x37\xc7\x67\xe6\xe3\x56\x6e\xfa\xeb\xd0\x39\xaf\xdb\xca\x97\x12\x0d\xae\x46\x35\x6b\x7d\x5e\xd6\x42\xbe\x2c\xf4\x99\xc4\x2b\x44\xfb\x06\x9e\x09\xa2\x2c\x5f\x05\xe6\x8c\x9d\xe9\x6e\x70\x33\xc6\x6e\x74\x55\x34\x46\x3d\xa9\x2c\xb4\x83\xe8\x53\x88\x44\xb6\x11\x12\xfb\x49\x45\xcc\x97\xa1\x63\x2e\x62\x38\x20\x1b\xcd\x12\xe6\xdf\x55\x5d\xa5\xbd\x30\x1f\xcf\x54\x02\x71\x96\xaf\xbd\xe5\x28\xe6\xb3\x69\x93\xa4\xf8\xc9\x50\xb4\xcf\x9f\x81\x8c\x1e\x87\x9f\xe8\x5c\x9c\x36\x9c\x3d\x9c\x6e\x48\x6d\xdd\xf2\x1a\xf3\xf1\x39\xf3\xaf\x85\x2e\xc5\x4b\x6c\x41\xe5\x41\x18\x74\xf8\x0e\x75\x38\x78\xfd\x31\x0b\x6c\x9e\xd2\x88\x6f\xfa\x8c\x38\x2c\x11\xc0\xd5\xd4\xec\xd4\xc6\x1a\xf9\x9b\xb9\xb0\x03\xe5\xa8\x79\xb5\x28\xa2\x81\x54\xfa\xb1\xa7\x53\x2e\xb0\x8b\xa7\x74\x1a\x8f\x75\x67\x84\xe0\x25\xd0\x5e\x00\x83\x60\x3b\x26\x0f\xc4\xba\x40\x70\x80\x2e\x17\xc4\xb3\x6b\xe5\x88\x7d\xa5\x7c\xc4\x2a\x4d\x2c\x82\x09\xf6\x51\x2a\xb9\x9d\x5d\x62\x6a\x5b\x5e\x7f\xc0\xf7\x90\x34\x29\x4b\x25\x0d\x3a\x1c\x2b\xf8\xb2\x8d\x99\x00\x28\x21\x34\x67\x43\xa7\x4d\x19\x92\x9f\x97\x24\xda\x26\xab\xec\xca\x55\x90\x5e\x67\xd1\x2e\x42\xd6\x82\xb5\xd6\xed\xa0\xed\xd7\xec\xa2\xc1\x07\x61\xf3\x86\xa8\xd7\xf3\x4d\x59\x62\x7e\x16\x9d\x92\x52\xf5\x34\x3e\x59\x40\x94\x8e\xb3\xb0\xfd\xe4\xd3\xb0\x06\xfb\x20\xa9\x6f\xd7\x39\x3d\x4f\x76\xd4\x6d\x25\xcf\xa8\x60\x71\x7e\x25\x69\x51\x9b\x47\xd9\x94\x0f\xb5\x89\x97\xee\x85\x77\xbb\x40\x0d\x17\x09\x5c\x3a\x54\x85\x10\x10\xa0\x12\x90\xf7\x4d\x6a\x50\x7d\x4e\x13\x08\x2d\x75\x4e\xb6\x20\x9c\xcd\x66\x9d\xeb\xc5\x93\x0a\xa7\x1e\xae\xa7\x8c\x05\x55\x5a\xae\x0d\x3c\x6e\x5f\x39\x2a\x07\x89\x66\xdf\x12\x4d\x07\x33\x90\xa1\x4e\x22\x4a\xa9\x67\x16\xa3\xd9\xe6\x39\x14\x27\x08\x21\x54\xf6\x8a\xb4\x40\xaf\x70\xf5\x53\xe6\xff\x2a\x72\x70\x47\xd4\x21\xa9\xd6\xc5\x86\xf6\x03\x20\x6f\xb0\x72\x26\xa1\x34\x60\x4d\xb3\x30\x5a\xe3\x49\x33\x45\x74\x46\x17\xa6\xee\x0d\xc4\x68\xaf\x78\x86\x1e\xa9\xd4\xba\xf0\x98\x81\xab\xc9\x17\xdb\x51\xdc\x16\xc8\xe9\xc1\x5b\x90\xcd\x21\xb3\x69\x4a\x15\xc2\xc1\x0c\xef\x80\x33\x5c\xbb\x38\x7e\x73\x9e\xf5\x07\x30\xe3\xda\x74\x81\xba\xac\xbd\x0d\x87\x66\x0b\xe3\x4f\xde\xc8\xae\x19\x01\x81\x5b\xfc\x69\x73\x02\x02\x8d\x27\xd4\x30\x6b\xcf\xdc\x21\x29\x00\xd5\x5b\x1b\x2c\x96\x07\x00\xae\x50\xa9\x4a\x77\x8b\x45\xf0\xd8\x90\x10\x90\x6f\x44\xab\x8c\x80\xfc\xf5\x7d\xa4\x04\x34\x81\xab\xad\x0b\x11\x75\x9f\xd4\x0b\x5a\x37\xbe\x64\x26\x77\xb1\x17\xa1\xa4\x74\xd5\x28\x29\xbd\xb6\x44\xe7\xa0\x64\xf0\xd6\x11\x0a\x5d\xd4\xc1\x3c\xcc\x2c\xa4\xa2\x20\x6a\xb4\x98\xda\x46\xca\x9c\x9f\x71\x05\xa1\x41\x11\x20\xae\x57\xc2\x55\xc7\xac\x5e\x02\x59\xcf\x13\x77\x8d\xf2\xd9\x6b\x42\x74\x70\xfe\xdc\x2c\xac\x45\xeb\x67\x1f\xf6\x6f\x94\x65\x8b\x9d\x5e\x16\x31\x73\x57\x45\x83\x02\x02\x82\xc7\x36\x71\xd3\x35\xa7\xb2\x65\x0c\xce\xc6\x73\x61\x2f\xdd\x3d\xaa\x76\x15\xee\xdc\x3a\x64\xc9\xcb\xc8\x96\x1b\x3b\x9f\xbb\x53\xe3\x4b\x1e\xa7\x6d\x30\x61\x01\x67\x64\x6f\xe8\x28\xe5\x24\x0b\xdd\x78\x0f\xbc\x54\x76\xe8\xd8\x94\xcb\xf3\xb8\x59\xa5\x2d\x29\x4c\xd8\x62\xed\x3f\xc1\xa4\xbb\xe2\xf8\x06\xf8\x96\xc2\x62\x19\xd2\xd0\x6e\x00\x00\xbe\xae\x4e\x78\x91\x0f\x7b\xd1\x2e\x63\x31\x11\x8c\x60\xb5\x78\xbe\x30\x9d\xd3\x5d\x8d\xd3\xcf\x16\xb2\x73\xba\x17\x10\xf7\x52\x18\x4c\xc7\x08\x98\x0e\xe1\x24\x39\xa4\x6f\x45\x71\xac\x2b\x9e\x91\x67\xd2\x75\xa1\xd2\x9d\x22\x79\xea\x95\xb9\xa7\x89\x69\xaa\xb1\xfa\x54\xa2\x99\xf4\x61\x0f\x81\x90\x37\x2c\xc9\x17\x11\x3c\x24\xf0\xe3\x24\x40\xc8\x9a\x18\x04\xc1\x0e\xbb\x79\x8d\x1f\x0d\xa6\xdb\x19\x56\xf8\xd4\x7c\xbd\x6e\xd8\x05\x60\x11\x48\x40\xf4\xf0\x30\x4b\xe3\x0e\xb6\xdc\xcb\x17\x7d\x36\xd1\x33\x5f\xd3\x3e\xe9\xa3\x1f\x12\x3e\x95\x3d\x64\x8a\xa3\xf5\x8c\x60\x0f\xcf\x0d\xcc\xe7\x37\xaf\x3f\x44\xea\xb7\x19\x21\xb5\xce\x90\xe2\x6d\xfb\x50\x05\xa8\x80\x60\x69\x24\x90\x0d\xf2\xe8\xf6\xc5\x84\x9d\x2d\x22\x74\xfa\xdb\x5f\xec\x0f\x0d\xb5\x0b\x37\x94\x0c\x0e\xed\x22\x6c\x55\x36\x2f\x62\x11\x27\x36\x2d\xd7\x98\x3a\x4a\x7a\xec\x3a\x93\xcb\x98\xfd\xc8\x1f\xc9\x03\x11\x3d\x84\x15\x4a\xb9\x56\x43\x02\x3f\x3b\xa4\x0e\x16\xd0\x92\x8c\x3f\x15\xa3\x0b\x9c\x92\x78\x08\xc2\x6c\x90\x20\x61\x0d\x3f\xd6\x65\x53\x87\x3e\x01\x40\x0a\x66\x1b\x9c\xff\x75\xcc\x4c\x25\x62\x13\xc3\x01\x5c\x87\xba\x89\xc1\x95\xf8\x7b\xef\x50\xfa\x7d\x1f\xdd\x6a\x4a\xa7\xb2\x38\xde\x20\x19\xb5\x69\x6c\x63\x36\x17\x3c\x5b\x7a\x5d\x9c\x4f\xc1\x08\x60\x1c\x4b\x35\x0e\x25\x18\x8c\xf3\x26\x45\x38\xd6\x32\xfd\x7a\xc2\x29\x98\x8e\x5e\x99\x45\xb4\x98\xc4\x12\x12\x90\xe6\x0e\x3e\x7e\xc4\x46\x08\x1a\x3f\x50\x90\xc7\xd2\x0c\x67\xf7\x64\x4e\xaa\x33\x22\x41\xbb\xf4\xd6\xbb\x42\x48\x73\x31\x6c\xbe\x76\x9c\xeb\x6c\x2b\xde\xfe\xe9\x6c\x84\xf5\x11\xf9\x79\xe7\x36\x76\xc4\x15\xa9\x33\x75\x78\x9f\xca\xea\xe2\x08\xa9\x7d\x7c\x4e\x69\xed\xae\x32\xb1\xe4\xc0\xd3\x93\x95\xcb\x20\xb0\x89\xaf\x4b\xbe\xcc\x4c\x7c\x0c\x0d\xc3\x25\x6a\x29\x9b\x4a\xf5\x11\xab\x68\xa1\x15\x98\x3c\x01\x74\x4f\x71\x43\x39\x57\x7e\x5a\x4b\x4c\xcd\x0c\x4e\xc3\xde\x1b\x4c\x93\x2d\x2c\x73\x06\x41\xc6\x85\x1b\xc2\x5f\x49\x82\x52\xdd\x5f\xa1\xa6\x41\x60\x5f\x71\x9f\xd8\x27\x50\x5b\x75\x03\x15\x6d\x1a\x7f\x3b\xda\x2a\x02\xea\xee\x3d\x22\x69\x87\x6c\xa6\x33\x9b\xbf\x98\xbf\x88\xac\x84\x54\xcb\x72\x32\x41\xb7\xd2\x62\xad\x7d\x18\x2a\x18\xe4\x96\x9b\x14\x2f\xb5\x38\xa2\xb8\xbe\x25\xc5\x9c\xf4\xd0\xa3\xe6\x05\x2a\x13\xfa\x1e\xc9\x04\x75\x67\x1f\xcc\x2d\x6d\xa8\x03\x2c\x1d\xc7\x16\xc3\x15\x04\xcd\x08\x07\x58\xd2\xb6\x7e\x7d\xa4\x32\xec\x03\x9c\x80\x26\x12\xca\xee\x75\x67\x06\x47\xce\x39\xe8\x04\x81\x2a\xd4\x2e\xb5\xac\xb0\xa7\x1b\x09\x7b\x87\x5d\x6e\xae\x8c\xb2\xe9\xa4\x51\x36\x0f\x72\xc5\xeb\xad\x4d\x6d\xa0\xe0\x6a\xbf\x6c\x07\x67\x57\xfb\xa9\x93\x7d\xb6\xf9\x76\x4d\x1e\x61\xe3\xe7\x9b\x04\xd8\x42\x30\xa7\x0d\xa8\xb3\xd2\x53\x98\xc5\x6f\x2d\x01\x00\xc6\x61\xea\xee\x60\x2b\x4d\xfd\x97\xff\x97\x81\xe1\x35\x4b\xf3\x5f\x88\x8b\x31\x33\xbf\xf7\x3c\x6c\x9f\x7e\x21\xc7\xc3\xc0\x29\xc9\x11\x03\x44\x31\xb7\x18\xb2\x5b\x6c\x6e\xa8\xc1\x3e\xf1\xa8\x65\x7a\x0c\x41\x91\xa3\x4a\xd5\x99\x14\x33\x3c\x07\xa4\x95\x1e\x44\xd8\x80\xb8\x9a\xdb\x2e\x0c\x49\x1b\x38\x73\xe0\x56\x9a\x59\xda\xb4\x82\xbc\x2a\x03\xf4\x69\x44\x59\x0b\xf4\x90\xbb\x69\xeb\xa9\xdf\x95\x04\xda\x4e\x62\xbf\x1d\xdc\xfc\x34\xb9\x1e\xde\x5c\xde\x5d\x9f\x16\xc4\xf6\xd3\xf3\xbb\x9b\xdb\xe1\x75\xed\x33\x53\xd6\x73\x74\x79\x31\xf9\xcb\xdd\xf0\xae\xe1\x91\x6b\xe0\x7c\xf0\xc3\xf0\x3c\x7c\xe5\x2f\x77\x83\xf3\xd1\xed\x2f\x93\xcb\xf7\x93\x9b\xe1\xf5\xa7\xd1\xe9\x70\x72\x73\x35\x3c\x1d\xbd\x1f\x9d\x9a\x32\xe7\xc1\xbb\x57\xe7\x77\x1f\x46\x17\x13\x17\xbe\x18\x3e\xfa\xf9\xf2\xfa\xa7\xf7\xe7\x97\x3f\x4f\x82\x2e\x2f\x2f\xde\x8f\xd6\x17\x57\xae\x9f\x6f\x63\x1d\x86\xe0\xaa\x0a\x14\xcc\x40\x10\x9a\xae\x2c\xf1\xd2\x7f\x80\x99\xf3\xca\x50\xdc\x51\xcf\xfd\xcb\x94\x36\x39\xd2\x4c\xce\x59\xd0\x73\xfe\x30\x66\xde\xc5\xe1\xaf\x4d\x85\xe7\xbe\x9e\x7f\x61\xb4\x27\x68\x00\xa7\x01\x54\x82\x42\xa7\x90\x29\xe4\x47\xea\x9c\x62\x40\x69\x50\xa9\xdc\x56\xdf\x2e\x6f\x69\xb1\x41\x3b\x27\x18\x82\xb5\xf0\xc7\xeb\xe8\xdd\x95\xf4\x2e\xd2\xc2\x09\x72\x3c\x58\x37\xab\xc7\x05\x60\x1b\x2b\x86\xd3\x4a\xd5\x65\x83\x37\x61\x91\x28\xf4\xb9\x29\xb7\x58\x20\xa1\x62\xcb\x0b\x82\x7e\xfa\x73\x3e\x28\xb0\x76\x5a\xeb\x61\x56\x81\xe3\xb6\x0f\x44\x66\x56\x75\x13\x01\x16\x7a\x72\x07\xd9\x9a\xa1\xe0\x64\xda\xca\x29\x60\x9a\xce\x58\x90\xdb\x5a\xb0\x53\xdb\x92\x61\xe8\x08\x95\xa8\xf8\x04\xdd\x90\x84\x44\x2a\x2f\xfb\x0c\xbb\xb8\x4c\xb2\x39\xad\x14\x4e\x9a\x92\x05\x7e\xa0\xdc\xe1\xf5\x19\x58\x43\x58\x47\x2b\x3c\xa1\x23\xd4\x78\x14\x4e\xd0\x20\x8e\x65\x91\x85\x15\x28\xc7\x31\xc5\xa3\xe2\xb0\xc3\x74\x54\x16\x7b\xc6\x58\x6b\x38\xa8\xb9\xf5\x76\x42\x48\x91\xf7\x13\x47\x62\x93\xad\xae\xe1\x5b\x2c\xef\x6b\xea\xa4\xd5\xde\x6c\x96\x7e\x76\xec\xb1\xb9\x38\x5b\x6d\xa7\x7e\xad\x27\x70\x00\xb6\xeb\xb3\x11\x9e\x66\x43\x97\x6e\xc6\x49\x09\x43\xb8\x75\x7f\x05\x0c\xe2\xa7\xb7\xd8\xd6\xcb\x41\x70\x54\x26\x9e\x2e\x3b\xcc\xe3\x0a\x3e\xbd\xf4\x5f\xae\x15\x96\x26\xc1\xba\x75\xb5\xe3\x56\x12\xf1\xac\x2d\xb7\xbd\x88\x04\xe8\x6c\x34\x02\x73\x3a\xa6\xcc\x62\x76\x12\x6f\xef\x75\x55\x57\xf4\x19\xf3\x38\xd2\x78\xca\x1f\x0a\x2a\x57\x6a\x4a\xc4\xd7\x9e\xdd\xc0\x50\xb4\xcb\xa1\xf5\xa7\xc7\x7e\xd8\x72\xaf\xdd\x79\xb9\xd5\x5f\xad\x33\x85\x5c\x87\xfa\xa2\x9b\xa8\x16\xe3\x62\x17\xc7\x86\x2e\x4d\x36\x8b\x3e\xfb\xbd\xdc\x55\xcd\x45\xe0\xc1\x6f\xb0\xe1\xb4\x35\x36\x95\x17\xac\x16\x8a\x35\x34\x91\x77\xf7\x70\x07\xad\x6f\x0d\x9b\xe3\xca\x45\x17\xd7\xa7\x03\xd5\x15\xfc\x09\x61\xd9\x16\x53\x61\xcc\xd4\x74\x0b\x46\xda\x43\xd8\x24\x11\xe5\x12\x88\xcc\xa2\x85\x01\xf4\xd4\xec\xbc\x37\x66\x8f\xc1\x86\x14\xc2\xec\x06\x61\x4b\x00\xf7\xf0\x59\x33\x28\xfa\x50\x08\x5e\x04\x31\x8b\x42\x24\x5d\x40\x08\xc6\xe0\x9e\x63\xcc\x6e\x20\xf0\x60\xbf\x76\x20\xf5\x2d\x00\xc5\x6b\x6a\xb8\xd5\xc1\x8a\xfb\xb9\x05\x68\xde\xfb\x82\x12\x5f\x33\x84\x00\x50\xbc\x6e\x04\x7b\xc0\x13\x7f\x19\x10\x71\x93\x3b\x97\x4e\x6d\x26\xab\x9e\xae\x5b\xed\x3f\xb8\x19\xfd\xc1\x58\xe3\xb3\x86\xd4\xe7\xa0\x35\x0f\x03\x84\x8e\xa0\xe2\xa8\xcd\xb3\xb4\x8e\x4e\x89\x8e\x50\x42\xef\x09\xfa\x0a\xe2\x98\x06\x57\xa3\xaf\x7a\xe8\xab\x30\x97\xe3\xab\xad\x0e\xa0\x1d\xb7\xc5\x14\x07\x0d\xa4\x10\xd0\x5b\x3c\x76\xb0\x57\xa5\x93\x68\xf7\xcc\x1e\x44\xd4\x74\x0e\xf5\x97\x85\x6f\x28\x53\x44\x00\x46\xb6\x89\xfb\xf4\xe1\x84\xd6\x31\x62\xe4\x42\x2a\x6b\xd6\x2e\x1e\xb3\xe9\xaa\xec\xfa\xe8\x79\xdf\x47\xeb\x53\xba\x33\xee\xb3\x6e\xaf\x9a\xfc\xb7\xe7\x30\xb7\xf5\xf7\xc1\x86\x74\xc2\x81\xaf\x2f\x98\x73\x31\xd9\x70\x5e\x0e\xf1\xa1\x75\xb3\x2a\x58\x91\xdc\x62\xd6\x6e\xca\x26\xf9\xe7\xad\x91\x5b\x8b\xa0\xca\x41\xdd\x8a\xd8\x78\xda\x06\xc1\xf7\x40\x65\x4f\x4b\x65\xfb\x88\x27\x2e\x0e\xae\xfb\x05\x7a\x6a\xe4\xb8\xa0\x19\x67\x86\xd4\xca\x84\x67\xf0\x05\x70\xf0\xcd\x55\x35\x3a\x7a\x42\x83\x35\xd9\xec\x0a\xbd\x31\xee\x74\xe3\x8c\xac\x8e\xb5\x3c\xd4\x81\xb2\x48\xa5\x9c\x9a\xdc\x21\x45\x53\xd2\x43\x50\x1d\x37\x0f\x01\xb0\xe7\x15\xc8\x0d\xee\x38\x5b\x02\xcf\x74\x22\xa2\x05\x7d\xe8\x96\x20\xd5\x55\x1a\x6f\xa2\x91\x1d\xe2\x2f\x2e\x06\x1f\x87\x67\x93\xe1\xc5\xed\xe8\xf6\x97\x49\x35\x14\xa3\xf8\xf8\xfa\xf4\xc7\xd1\xa7\xe1\x59\xf8\xc2\xcd\x2f\x37\xb7\xc3\x8f\x93\x0f\xc3\x8b\xe1\xf5\xe0\x76\x78\xb6\xd6\x94\xba\xae\xb3\xba\x12\x14\x36\x74\xbb\x46\x7d\xf3\x20\x72\xc6\x0e\x09\x00\x05\x5a\xdc\x7f\xa0\x92\xda\x24\x5d\x2b\xa2\xde\x8d\x9c\x69\xb4\xa6\xf7\x93\x20\x7f\xa6\x67\x90\xd5\xf2\x4e\xa8\x75\x27\x85\xe2\xab\x8d\xba\x60\xb1\x09\xd4\x44\x41\x9d\xe3\x7e\x4d\x27\x76\xc1\x4e\xd0\xc0\x52\x47\x5d\xfb\x8c\x23\x2d\x3c\x13\x61\x46\x6f\x42\x32\xfc\xd0\xd1\x11\x2a\xaf\xf1\x09\x32\x80\xd0\x41\x4d\x0c\xdf\x20\x88\x7c\x58\x10\xf6\x95\x42\xe4\xf3\x32\xa1\x11\x55\x41\xe2\x0d\x17\xd6\xe9\x60\x9c\x6a\x10\xfd\xb5\x81\xb8\xf6\x16\xa3\xb1\x77\x9d\x3f\xf4\x2f\x57\xb5\x7d\x7f\xa2\x14\xb7\xc9\x8b\x1b\x51\x46\xf7\xa0\xd8\x37\xb8\x52\x2b\x80\xa8\x5b\x8c\xee\x29\xcc\x03\xd5\x08\x78\x9b\x3c\x63\x03\x3d\xb0\xab\x64\xf0\x68\x6e\xc4\xed\x8a\x54\xaf\x8f\x1e\x29\x9c\xeb\xf5\xe1\x23\xed\x28\xf5\x85\x83\x40\x0a\xe8\xfb\x7b\x2b\x06\x3c\xe9\xe8\xc6\xaf\x00\x7a\xb2\x7b\x03\x73\x88\x04\x49\xb9\xd2\x0a\x98\xf1\x93\xf7\xb4\x50\x45\x71\x42\xff\x01\x08\x30\x82\xf4\x83\xb8\x02\x48\xb0\x89\xc3\x80\x6a\x9b\x9d\xfd\xf4\x45\x81\xf3\x3a\x78\x95\x72\xc0\x4e\x79\xbf\x68\x2c\x7b\xf2\xe2\x15\x67\x8b\xab\xd6\x54\xe6\xa1\x5b\x01\xd6\x02\x61\x6d\x2e\xbe\x0a\xd5\xe8\xb1\x6c\xa8\xbc\xda\x76\x8c\xcf\x53\x7f\xb5\x9a\x84\x5e\x22\xbb\x97\xad\xbd\x5a\x1a\xcc\xeb\x29\xc0\xba\x71\xdd\x5e\x2f\xca\x40\xcd\x40\x5b\x14\x5e\xf5\x7e\x16\xa8\x8d\xd2\xed\x4a\x74\x61\x62\x05\x67\x8b\x3e\x54\xfe\x6e\xac\xd7\x70\xb1\xbc\xdf\xb9\xbb\x5b\x2c\xef\x1b\xba\xda\x74\x7b\x9e\x16\x9c\x39\xa5\x65\xb3\x01\x6c\x16\xc6\x2b\x2c\xe3\xdf\x7c\x27\x0d\x1f\x08\x53\x7b\x11\xe8\xa0\x89\x9a\x2c\xc2\x76\x66\x59\x03\x9c\x3e\x3a\xcb\x39\x92\x2f\xe0\x15\x84\x4e\x28\x81\x81\xb1\x12\xf5\x48\x08\x73\xae\xf4\x26\xaf\xa5\x9e\x5a\xbb\xed\x81\x57\xab\xeb\xb2\x21\xc2\xd6\xae\x76\x5e\x40\x25\x8f\x8e\xe3\x11\xc4\xee\x77\xd2\x00\x0b\x92\x91\x51\xfb\xc2\xda\xba\x46\x9a\x2f\xef\xb9\xe9\x73\x81\x65\xb9\xcb\x8d\x5b\xbe\x45\x12\x7d\xa1\x99\x0f\x04\x72\x4c\xf6\x52\xd4\xb0\x43\x2e\x21\x0c\xe4\x4e\x24\x10\x89\xb9\x56\xed\x37\xc5\x5b\x32\x91\xe4\x76\x20\xdc\x42\xa8\x31\x83\xe9\x8f\xd9\x19\x59\x0a\x02\xe5\xc4\x4e\xd0\x55\x42\xf4\x75\x99\xe9\x2b\x33\x4b\x92\x89\xaf\xac\x2e\x15\xc1\x4d\xfc\xa9\x13\x48\xce\x93\xcf\xcb\x09\x6b\xeb\x27\xe6\x00\x77\xd6\xcf\x2c\x58\x83\xfd\x67\x80\x06\xeb\x0b\x36\x37\xb0\xbc\x14\xc5\x6e\xd0\x9b\x56\x26\xfc\x0e\x74\x6f\x1c\xea\x07\x92\xfe\x43\x5f\xd5\x82\xc8\x05\x4f\xd6\x4e\xa1\x33\x8c\x51\x97\x39\xb8\xa5\x7c\xc2\x49\xd8\xc8\xa8\x49\x53\x78\x66\x8b\xcb\xe8\xcc\x34\x51\x7b\x05\xae\x9b\xa2\x07\xd5\xf5\xee\x72\x0b\xff\x66\x43\x8d\xec\xd0\xc0\x09\x94\xdb\x26\x42\x28\x96\xdc\xd6\x9b\x4b\xa0\x2b\xe3\xac\xf2\x9f\x07\x65\xe1\x7c\x64\x31\x55\x12\x49\x25\xb2\x08\x80\x0a\x17\x44\x74\x02\x47\xf4\xf1\xe7\x79\x13\x7a\xc0\xf5\xac\xcd\xe2\xe9\x82\x9c\x62\xe3\x28\x64\x01\x44\xc6\x6e\xb1\x99\x72\xad\x0c\xdd\xcc\x40\x77\xf5\x19\x14\x2b\xc2\x3d\x99\xeb\xa0\x40\x2d\x85\x09\x1c\x60\x49\xba\xc3\x92\x58\x70\x65\x4f\x7b\x00\x22\xa4\x04\x64\x0d\xe6\xde\x81\xf2\x25\x6f\x2d\x7a\x9b\x92\x1d\x0a\xbb\xd3\x2a\xb3\xa1\xf0\x85\x3e\xf7\x67\x3b\xba\x17\xf4\x64\x56\x13\xc8\x15\xdb\x25\xc4\xa0\x30\x7f\x63\x1a\x85\x36\x49\x8c\x4c\xea\xa3\x01\x4d\xb4\x6b\xe7\xcd\xc2\xa6\x56\xe2\x98\x5d\xeb\x51\x98\x2f\x72\x37\x73\x5e\x87\x8c\xe4\x15\x13\x66\x08\xdb\xaf\x60\xd1\x9b\xa2\x7c\xe4\x24\x28\xc3\xd8\x34\xb1\x3d\x94\xfb\xf8\xc1\xbc\x83\x66\x09\x9e\x3b\xc0\x00\x28\xf1\x39\xcb\xf5\x24\x2d\xec\x99\x9a\x99\x26\x79\xd5\x5c\x1e\x54\xd9\x84\x54\x2f\x2a\x67\xc4\x41\x37\xc2\x67\x9e\x7f\xd5\x31\x57\xa7\x89\x31\x67\xbd\x90\x63\x16\xf4\xb1\x06\xe9\xcb\x68\x43\x5b\x8a\xfd\xb0\xcf\x34\xf6\x56\x7d\xf8\x93\xd5\xd7\x54\xb4\xd3\x4b\xf1\x12\x6c\x57\xe6\x0c\xf2\x99\xbf\x7f\x6e\x6d\xd8\x71\x1f\x46\xfc\x3f\xff\xfd\xd7\x3e\x5d\x6b\x97\x0c\x0e\x65\xee\x9f\xcb\x9d\x30\x41\x0c\x5c\x50\x29\x12\xc3\x45\x81\x4a\x2c\xb0\x74\xa4\x02\xec\x9a\x5d\x62\x85\x16\x58\x3e\x9d\x43\xb8\x16\xec\xdf\xd8\x91\x42\xae\xbe\xc9\x35\x6c\x06\x69\x32\x6f\x34\x09\x65\x92\x08\x43\x82\x1e\xe4\xa0\xa6\xf8\x0e\x44\x06\x6d\xb0\x70\x93\x14\xd3\x4e\x11\xa6\xfa\xfd\x7a\xdc\xa0\x82\x99\x0d\xcf\x89\x98\xc4\x59\x21\x64\x71\x53\xdb\x57\xfa\xa3\xb3\x4c\xad\x36\xb7\x2f\x13\x1c\xdd\x77\xc1\x6a\xd2\xef\x37\x34\xbb\x59\x94\x09\x1c\xcb\x45\x71\xa6\x01\x09\x89\x94\x90\x90\x6c\xa4\x53\x41\xcf\x04\xd6\xc8\xa0\x7a\x52\x20\x8e\x5a\xde\x69\xf0\x1a\x61\xe4\x50\x4f\xd3\x31\x1b\x8f\x80\x1b\xf7\xc7\xec\xbd\x81\x90\x06\x51\xd9\x0c\x20\x82\xfa\x45\xe4\xf3\x92\x4b\x52\xc8\x15\xa8\x41\xb5\xb5\xd9\x3c\x76\x18\xf5\x52\x54\xa9\x7a\xd5\x4e\x42\xd4\x8b\x63\x5a\x55\x37\xbc\x3a\xe5\x7a\x0a\xdc\xe9\x9e\x8e\xe8\x92\x6a\xda\x99\xd4\x9e\xb4\xa7\xab\x2b\x9a\x47\x12\x00\xba\x81\x4a\x56\x3d\xe4\xa7\x57\x22\x88\x84\x3c\x10\x81\xe7\x5a\xc6\xc2\x34\x09\xb1\x8b\x8b\xc6\x91\x06\x76\xb2\xe9\x00\xe5\x89\x3a\xc0\x16\x50\x5c\x1e\x41\x31\x9d\xa1\x8e\x16\x8b\x01\xe1\x3b\xe7\x2e\xd4\xb9\x43\x3b\xc8\x4d\x83\x10\xc3\x79\x45\x14\x22\x9f\x15\x61\xc6\x91\x7c\xeb\xb2\x3e\xaa\x41\xaf\xa8\x3e\x40\xbe\xf9\x52\x7f\xf2\x6a\xb3\x03\x97\xcd\xe7\xd2\x5a\x62\x69\x6f\x18\x5b\x0b\x6d\x81\x59\x6c\x73\x97\xf2\x8a\xea\x66\x76\xc6\x72\xe1\x23\x54\x6d\x06\x4e\x00\x7e\x69\xda\x34\x28\x9d\x70\x91\x39\x49\x5e\xcb\x92\xe0\xd4\xe3\x42\x8b\x54\x19\x53\x34\xd1\xc4\x61\xc7\xa0\xf5\xbc\x8c\x79\xf8\x19\x88\xa7\x6c\x42\x38\xa1\x52\x52\x36\x9f\xd8\x95\x74\x69\x38\xed\x2e\x86\x22\x4d\x7d\x34\x4d\x99\x1f\x7f\x70\x0d\xad\xb7\x4c\x1a\xb2\xd6\xd3\xf7\x09\x40\x20\x0a\x32\xee\x26\x63\x61\x43\x5c\xde\xd0\x84\xc6\x85\x02\x7d\x30\xd1\x2e\x6a\x35\xc8\x66\xd5\x9c\xda\xfc\x0a\x91\x48\x42\xda\x92\x49\x3b\x80\xf8\x50\xd5\x90\xb5\x24\x1b\xb3\x95\x46\xcc\x8b\x68\xb6\x94\x81\xcf\xba\x2c\x25\x3e\x61\xd7\x9d\x0d\x82\xc5\x49\x32\xc5\xd1\xbd\x17\x8f\xbd\x92\xc8\x85\x83\x82\xd5\x62\x23\xd4\xba\x30\xc4\xa5\x07\x1a\x81\x74\x63\x92\x8a\x0d\x31\x19\x54\x05\x3b\xec\xbc\x73\x5b\xd6\x90\x99\x42\x7b\xa0\x4e\x9a\xd1\x9b\x88\xda\x98\x2c\x13\xbe\x4a\x1b\xee\xb3\x72\x52\xc9\x2e\xfe\xe1\xa6\x9c\x96\xbd\x5e\x65\x25\xa6\xd7\xf9\x32\xab\x44\xc1\xef\x01\xe3\xa3\x03\x97\xfc\x90\xf0\x29\xd8\xa5\xac\x5e\xe8\x22\xbb\x83\x00\xe3\xf2\x79\xee\x1a\x6f\x5e\x3e\x91\x54\x2e\x13\xbc\x5a\xd7\x83\x89\x74\x7e\xda\x7d\x33\xd9\xa4\x9b\xcd\x36\xed\x63\x04\x6b\x3f\x7f\x92\xf2\x91\x4e\x12\xb0\x75\x24\x81\x7f\x59\xf3\x07\x71\xf6\x0f\x93\x63\xd2\x5f\x0a\xae\x25\x05\x3e\x66\x0a\xcf\xdd\xee\x5a\xe9\x92\x3f\x32\x22\xe4\x82\x2e\x0b\x45\x70\x76\x8e\x4a\xb4\x24\x6d\xff\x63\x62\xf0\x3a\x30\x4f\xbe\x3c\x32\xe9\xe2\x9a\x40\xe4\x12\x47\xb9\xbd\x2a\x4a\xb0\x94\x74\xb6\x0a\xb2\xbc\x7d\x80\x17\x64\x0d\xf8\x02\x10\xc5\x42\x2a\xb5\xae\xbf\x42\x56\xf1\x7e\x52\x2e\x77\x4f\x69\xb9\x2b\x9e\x42\x1a\x87\xa0\x3a\x50\xfe\xb4\x92\xd8\xdf\xb2\x42\xeb\xae\x99\x2e\x76\x64\x36\xdf\x63\x7f\x03\x73\xd9\xda\xdb\xe5\x6e\xae\x05\x8a\x68\x36\x73\xe4\xc2\xae\x1d\xb6\x55\xb4\x7c\xea\x78\x38\x0d\x98\x63\x6c\xbf\xf0\xb9\x1d\x85\x4c\x60\x5c\xc0\x47\x30\x6b\xa4\x95\x3f\x67\x74\xd4\xe7\xcb\xa7\xa6\x43\xba\x70\xde\x41\x0f\xc9\x9d\x40\x5b\xda\x93\xf6\x19\x49\xc8\x5e\x22\x16\xb7\xa0\xf3\xb2\x77\x3b\xa0\xf0\xb5\x44\x94\x83\xe0\x6e\x36\x93\x74\xa7\xf1\xf2\xa8\x72\xea\xde\xdb\xa0\xb6\x88\xee\x6c\x40\xa5\xa8\x1f\xf9\xcf\x66\xa0\x36\xc0\xb3\x8e\xc0\x34\xe7\x8c\x61\xeb\xdb\xaa\x86\x75\xf0\x56\xa6\x05\x7b\x62\xf2\x6e\xdc\x3e\x3a\xfc\x10\x2f\xec\x3a\xe9\xeb\xf5\x1e\x83\x17\x0e\x87\x6c\x18\xdd\x07\xd2\x26\x1e\x61\xe3\x11\xdd\x8a\x9b\x36\x5d\x89\xed\x48\xc5\xfa\x12\x15\x47\x73\xa2\x4c\x2d\x50\x5f\xf0\xf4\x0d\x92\xc9\xde\xe2\xbb\xf7\xba\x15\xf5\x4c\xa0\xdb\xa9\xbe\x21\x4a\xba\x1b\xaf\x82\x28\x66\x77\xea\xc8\xa5\xaa\xe6\x89\x9f\xaf\x77\x8b\x5e\xc7\x49\xbe\xb6\x56\x95\xa7\xbb\x60\x37\xd3\xcb\x5e\xe8\x03\x90\x4e\x30\x04\xb7\x67\x16\x1c\x15\x0e\x6f\xe0\x33\xac\xa8\xf2\x1b\xbc\xb1\x76\x78\xad\xfc\xb0\x95\xe5\x7c\x8a\xed\xb5\xd1\x94\xad\x37\xf7\x29\x49\xad\xeb\x58\xf6\xa1\xa3\x3c\xb1\x51\xc4\x52\xe3\x46\xed\xfa\x10\x14\x81\x50\x93\xff\x35\x77\x2c\xda\x2d\xdb\xe7\x21\xab\xc3\xc6\xde\x3d\x17\x23\xe1\xc6\x3b\x30\x59\x0a\x32\xa3\x9f\xb7\x12\xc5\xaf\xe0\x53\xab\x5e\xea\x65\x2e\xa1\x6d\x83\xb5\x03\xd0\xb9\x73\x6d\xdf\xad\xf4\xa3\xa0\x4a\x11\x36\x66\x00\x2d\x2c\xff\x78\x72\x7c\x3c\xcd\xa2\x7b\xa2\x8e\xef\xc9\x0a\x71\x51\xf8\x69\x5b\x24\x8f\xfd\x23\x83\x9b\x7d\x5d\x28\xb5\x94\x27\xc7\xc7\x73\xaa\x16\xd9\xb4\x1f\xf1\xd4\xc4\x1b\x71\x31\x37\xff\x38\xa6\x52\x66\x44\x1e\x7f\xff\xdd\x77\xf9\x16\x4f\x71\x74\x3f\x37\xb9\x91\x55\x2b\x4e\x61\xcb\x6f\xaa\xd5\x73\xba\xa3\xad\x0a\xce\x26\xe4\xb3\x26\xd2\xba\xfa\xcc\x6d\x61\x27\x24\x1a\xfc\x7c\x83\xe4\x8a\x29\xfc\xf9\x04\x7d\x34\xc5\xb4\xd1\x8f\x3c\x13\x12\x9d\xe1\xd5\x11\x9f\x1d\xa5\x9c\xa9\x05\xfa\x08\xff\x6b\x7f\x7a\x24\xe4\x1e\xfd\x42\xb0\xb0\xfb\x6b\x04\x16\x0f\xd8\x0c\x5e\x08\x91\x31\x69\xab\x74\x7f\xf7\x1f\xae\x4c\xf7\x09\xfa\xf6\xf8\xbb\xff\x40\xbf\x87\xff\xff\x7f\xd0\xef\x1b\x34\xb5\x6e\x79\xb7\x79\x09\xf5\xda\xd6\x60\xa5\xb6\x28\x58\x74\x2a\x78\xbe\x53\xb5\x2d\xdf\xd3\xe8\x9e\xcf\x66\x13\x45\x53\x62\x82\x43\x27\x58\x54\xf0\x94\xb6\x04\x31\xa1\xb6\xbc\x8a\xa9\x50\x99\xc3\x9b\xda\x4e\x4d\xea\x87\x3b\x6e\x32\xcb\xcb\x4b\x80\x4f\xa5\x50\xb2\x83\x4a\xf8\x8a\xc4\xfa\x54\x74\xf1\x9f\x38\xeb\x4c\xb5\x08\x5c\x9e\xea\x14\x96\x0c\xf2\x7e\xd0\xd0\xa9\xcf\x37\x95\x2f\xaf\x46\x1b\x7c\x31\x2e\x64\x98\xda\x4b\xb9\x8f\x65\xa5\xf3\xcd\x9e\xe3\x1b\x2e\x76\x92\x97\xef\x49\x25\x84\xa5\x25\x94\xaf\x2b\x54\x11\x16\xaf\x82\xac\x03\x2e\x3c\x98\x90\xd1\x6b\x2d\xe0\xff\x66\x2b\x14\x15\xc6\xd7\xd6\xee\xd0\xeb\xa9\x9f\xf9\x4f\x36\x0d\x13\x1c\x6f\xee\xed\x1c\xca\x1c\x46\xab\xaf\x38\xcd\x12\x6b\x46\x5c\x83\x38\xb0\x69\x43\x6f\xcc\x9e\x11\x69\x1a\x07\x2f\x30\x44\xdf\x31\x27\x99\xd8\xa4\x94\xda\xfd\x84\x3c\xec\x7d\x40\x34\x54\xe0\xf6\x76\xe0\x73\xc6\x54\x96\xb3\x08\x07\x79\x09\x22\x5b\x50\x1a\x07\x6b\xee\xb1\x25\xaa\x85\x01\xbc\xed\x21\x81\xc1\x91\xaa\x16\x98\x19\x25\x6a\x86\x23\xca\xe6\xbd\x00\xd0\x00\x72\x65\x42\x9e\x55\xb7\x92\xb7\x58\xde\xef\xd7\x39\xb8\x73\x01\x00\x1a\xe7\x20\xd4\x86\x22\xad\xef\x90\x56\xb2\xb9\x15\x96\xf7\x7b\x2b\x90\xae\x97\xa2\x4d\x69\x74\x17\x7b\x4f\x42\xa1\x0d\xd0\xfd\xb4\x72\x15\x20\x40\xb9\xf0\x49\x53\x7c\x94\x26\x24\x2e\xe3\x60\x94\xc7\xbf\x89\x10\x8c\x5a\x1c\x78\xa1\x00\x26\x21\xd5\x8a\x5f\x6c\xcc\xb3\x6c\x65\x8e\x92\xbe\xb9\xb0\xbc\x97\xbe\x0a\x05\x92\x29\x4e\x92\x1e\x12\x24\x93\xfa\xea\xed\x21\x49\x92\xd9\x91\x43\x2c\x8c\x51\xc2\xe7\x34\xc2\x09\x9a\x26\x3c\xba\x97\x63\xa6\xaf\x12\x36\x37\x37\xe0\x52\xf0\x88\x48\x19\xdc\xbd\x79\x5c\xbe\x0d\x62\x85\x12\x14\x8a\x88\x94\x32\x2a\x15\x8d\x4a\x55\xa5\xfb\x63\x66\x4a\xaa\x68\x6d\x28\xe2\xa6\x70\x06\x0c\x57\xcb\x02\xc4\x60\x28\x64\xcc\xe2\xc1\x02\x43\xb7\xa9\xd1\x2e\xaa\xa2\x89\x7a\xf7\x90\xe9\xed\xb6\x67\xa2\x8a\xa7\x61\x03\x3d\x9f\xda\xcf\xe0\x0c\xad\xa3\x98\xeb\x22\x39\x7b\x6a\xf0\x64\xee\x01\xc4\x1c\x51\xe4\x31\x23\x85\xbb\xcd\x87\x52\xbc\xb2\xe4\x57\x18\x72\x43\xca\xeb\x26\x9a\x3e\x35\x65\xaa\x2d\x04\x71\xd9\x2f\xe6\xca\x4f\x5b\x98\x79\x7d\x49\x3c\x68\x22\x71\xcb\xa3\xd7\x5e\x5f\x25\x3d\x5f\x3b\x1a\x4b\x1b\x32\x72\xe4\xf1\xed\x34\x3f\x34\x18\x84\xd0\x49\xa9\x10\x71\x95\xa2\x5e\x53\xbd\x68\x7f\x49\x77\x65\x8b\x1b\x05\x89\x8e\xb5\xa3\xdd\x4a\x37\x62\x81\x14\xc6\x56\x24\x5b\x48\x34\x6d\x1e\x54\x4b\x7b\x85\xa8\xcb\xe8\x30\x14\x07\x4f\x1f\x68\x5e\x09\xc8\xf6\xb6\xd6\x9e\xa1\x67\xd4\xca\x98\x11\x12\xc5\xd6\x06\xba\xd2\x54\x2a\x99\x51\xd4\x14\xc9\xb2\x35\xf6\xb5\x54\x9b\x45\x11\x21\x71\x6d\x70\x81\x1e\xd1\xab\xc3\xba\xb8\xc2\x6a\x61\x92\x6c\x52\xae\x4c\x21\x0a\x83\x75\xe1\x0c\x2d\x06\xbc\x61\x9a\xf0\x29\x5c\x48\x00\x83\xe1\xd2\x2d\x82\x70\x69\x33\x6f\x12\xa3\xaf\x83\xfb\xc5\x27\x80\x35\x15\x3a\xdb\x23\x04\x46\xd9\x3a\xd3\x08\x84\x51\x44\x49\xef\xa3\xab\x52\xc6\x61\x30\xab\x19\xd6\x2c\x7f\x6d\xf6\xea\x0b\xc2\x66\x94\x26\xb2\x17\xd8\x8c\x02\x8d\xee\x01\x36\xa3\xd5\x18\x13\x3e\x7f\xd2\x3c\x0e\x3d\xa9\x73\xde\x3e\xb8\xd6\x64\xae\x1b\xf1\xaa\x40\x42\xee\x30\xac\xea\x08\xe9\x75\x41\x82\x94\x6a\x01\xbc\x2c\x24\x48\x69\x30\xaf\x19\x12\xa4\x34\xd4\xd7\x0b\x09\x52\x33\xd0\x16\x90\x20\xc6\xc3\x3b\xd1\x44\xdd\x8e\x29\x40\xac\xe0\x34\x9b\xdd\xc0\x9d\xb7\x76\x8c\xb6\xe0\xac\xb9\x42\x9c\x18\x67\xd1\xa9\x60\xb4\x36\xae\xbc\x29\x26\x06\xcb\x9d\x68\xcf\xbb\x60\xa8\x34\x1a\xf4\x32\xc1\xac\xc8\xfa\xa1\xa0\x9f\x20\x91\x26\x3f\xc3\xa8\xf2\x4a\xe7\x3d\x6b\xd9\xd1\xa3\x30\xc6\xcc\x08\x2f\x6d\x9e\x4e\x13\x68\xec\xeb\xc9\x48\xe8\x86\xb6\x02\xa0\x18\x05\x56\xdf\x2a\xa5\xfd\x63\x09\x77\x71\xc1\x1f\xad\xd4\x06\xe4\x67\x6b\x34\x77\x54\x24\x42\xbc\x96\x12\x4d\xb7\xc4\x6b\x29\x4c\xe4\x80\xd7\x52\xbf\xc1\xaf\x16\xaf\xa5\xb4\xe7\xed\xf0\x5a\xea\xb6\x7c\x0b\xbc\x96\x42\x33\x5f\x0c\x5e\x4b\x69\x45\xbf\x18\xbc\x96\xd2\xbc\x0e\x78\x2d\x5f\x08\x5e\xcb\x66\x3e\x52\x8b\x48\x52\x7f\x78\xbb\x21\x92\xd4\x8a\xf0\xcd\x2c\x62\xd7\x64\x5a\x10\x18\x9e\x19\x91\xa4\x30\x81\x43\xf0\x4d\xf7\xe0\x9b\x5a\xe2\xb3\x7d\x43\xfd\x6b\x1b\x91\x53\xbe\xc8\x5a\x62\x92\x14\xf6\xa7\xb5\x65\x6b\x1f\x94\xf8\xb4\xe1\x5e\x60\x60\x6f\xab\x71\x0f\x0a\xab\x28\x2d\x92\x91\x96\x8c\x5c\x66\xbe\x11\xce\x43\xe7\xe2\x81\x72\xb7\x08\x1b\x2b\x2d\xaf\x37\xc9\x1b\x5a\xdc\xa7\xed\xb5\xa6\x5c\xdb\x0e\xf4\xea\x32\x6b\x3a\xda\xbe\xdd\x20\xc0\x06\x5e\x6f\x7b\x82\x0a\x8e\xfb\x69\x76\xd3\x45\xe6\xf3\x8e\x0b\x05\x25\x7d\xd2\x50\x5e\x50\xd2\xc8\xc6\xa5\x5c\x29\xad\xfe\xdb\x2f\xe7\x54\x2a\xd1\x18\x38\x51\x19\xe1\x2e\x5e\xb6\x65\xb6\x4d\x86\xe3\x7c\xbb\xcf\x52\x92\x72\xb1\x29\x6a\xa3\xf6\x4b\xa9\xb8\xc0\xf3\x4d\x8a\x78\xbd\x5a\xb5\x5c\x90\x54\x0b\x41\x93\xae\x8d\xb4\xdd\x6f\x9f\x51\x66\x13\x1b\x6a\xaa\x8a\x06\x3e\x34\xfd\x6e\x6c\x2b\x85\xb6\xdd\xee\x5d\xb7\xd9\x95\x24\xed\x66\x28\x76\x88\x42\xeb\x2d\x57\xf6\xa5\x82\xa7\x14\xe8\xbb\xd6\x17\xef\xcd\xdd\x5b\x7a\xdb\x1b\x30\x5f\xaa\x1d\x82\x33\x4e\x12\x71\x14\xca\xa8\x05\x07\x58\x75\x04\x85\x75\x77\xba\xcd\x0e\xcb\x9e\x89\xc6\xa0\xb0\x36\xa6\x23\x53\xe6\x5b\x2b\x4e\x21\xe2\x7b\x99\xbe\xa7\xab\x9a\x2c\x93\x76\xb6\x49\xca\xd4\x9f\xfe\xbd\x8b\x97\x1c\x84\x7c\xbb\x6e\x33\x9a\x10\x84\xa3\x88\x48\x63\xcd\xb2\x41\x83\xa6\x82\x62\x26\x92\x5d\x76\x55\x1f\x0e\x3d\x6f\xcd\x32\x3d\x90\x52\x9c\x13\x8f\xb9\x80\x17\x82\x67\xf3\x85\xb3\x66\x68\x2a\xd4\x53\xab\xdb\xcb\x4f\x26\xc4\x63\x97\xbd\xfc\x21\xa3\xc9\x76\xb6\xa2\x3c\xaa\x4a\x0f\xf3\xc3\xe8\x16\xc9\x85\xa7\xff\x29\x34\x5b\xbb\xb1\xd5\x41\xb7\xef\xd3\x7e\xeb\x2d\xa3\xd0\x4d\xcf\x81\x87\xcc\x78\x92\x80\x6d\x4f\x92\xf4\xa1\xa9\x02\x23\x4c\xf8\x96\x6e\x59\x67\x0e\xbe\x06\x0f\x81\x54\x38\x5d\xb6\x92\x68\xae\x8c\xb0\x25\x91\x1b\x7d\xd9\xbd\x67\x82\x76\x38\x23\xac\xce\xda\xf3\x73\x15\x04\xf4\x8d\x85\x4e\xb9\x50\x9e\xbd\x85\x4f\xb9\x25\x79\xe6\x10\xaa\xba\x79\x74\x60\x01\x85\x88\xe2\x9c\xc7\x3b\xdf\xb4\x91\xe3\x07\x7a\x7e\x63\x36\x28\xc4\x1e\xbb\xd2\x2e\xd3\x55\x1e\xbc\x68\x44\xe2\x90\x93\x00\x76\xa2\xb5\x13\x28\x6e\xad\x07\x20\xb8\x1b\xdc\x1b\x13\x5c\xe5\x02\xa8\x20\xf2\x92\xc4\x47\x38\x5a\x45\x09\x8d\x02\x15\x70\x2e\xf0\x72\x51\xc7\x6e\xaa\xa5\xca\x0f\x08\x03\x6b\x47\xb6\x77\x84\x81\x26\x40\xe0\x2e\x91\xa3\x8e\xae\xa0\xca\xe5\x01\xf9\xa0\x06\xf9\xa0\xe7\x73\x7b\x59\x0e\x6d\xfc\x82\x29\xa3\xd5\x73\x77\x80\x3f\x78\x01\xf8\x83\x6d\x0e\x5f\x8e\x6d\x50\x38\x76\x07\x48\x86\x77\xad\x20\x19\xfc\x25\xf8\xaa\xb2\xec\x9b\xcf\xe3\x0b\x67\x6f\x57\x07\xf6\x92\x10\x0c\x35\xe2\x42\x17\xb9\x69\x1d\x06\xc3\x3a\xba\x68\xb5\x2e\x2f\x8b\x88\xd0\x6d\x65\x3a\x81\x1d\xd4\xde\x5d\xaf\x04\xfa\xa0\x79\x1b\x5e\xc9\xb9\xd9\x67\x7c\x7f\xb7\xda\x0d\x61\x8c\x7f\x17\xed\xa6\x5b\xb8\xbf\xa7\x87\xb7\x15\xf2\x9f\xe3\x99\x6f\x17\xf6\x3f\x70\x2e\x55\x22\xd0\x82\x27\x00\x32\x5f\x58\x2d\xdf\x81\x0f\x56\xf5\x0b\xe4\x36\xe3\x66\x49\x22\xa3\x6d\x55\x0b\xba\xae\x25\xa9\xb7\x1e\xe0\x1f\xc8\xbf\xfb\x0d\xf2\x0f\x57\x76\xdb\x40\xff\x0d\x83\x5b\x27\x7a\x6c\x19\xec\x1f\xf4\xb8\xd6\xe9\xe4\x66\xd7\xca\xf1\x54\x26\x96\x2d\x62\x82\x2a\xa0\xef\xbb\x03\x21\xa4\xf8\xf3\x64\x89\x05\x4e\x12\x92\x50\x99\x36\x9d\x79\xca\x14\x99\x97\x29\xad\x60\x8c\xfd\xe3\xf7\xeb\x03\x30\x8b\xde\x47\x57\xeb\x17\xfc\x8f\x59\x3a\x35\xa4\xe8\x06\x62\x8b\x23\x28\x8e\x44\xc6\x42\x18\x17\xbf\x31\x08\x30\x6b\x4d\xf1\xe0\x59\x06\xd1\x39\x38\x5a\x40\x25\x8e\x19\xa6\x82\x11\x29\x3b\x16\x70\x96\x45\x3d\xd1\xdc\xc0\xf4\x1f\x05\x09\xf5\xa8\x10\x27\x1c\x05\xd9\xca\x10\xbe\xe1\xf0\x5b\xd7\xb1\x8a\x43\x30\x60\x35\x18\xb0\x7e\x6d\x5e\x63\x40\x60\x5e\x43\xbc\x63\x50\x60\xd3\xf6\xef\x83\x09\xec\x31\x38\xf0\x85\xa3\xe8\x9e\x26\x80\xee\x65\x23\x1e\x9f\x22\xd8\xf1\x10\x12\xf8\xf6\x42\x02\x9b\x8f\x6d\xa7\xb0\xc0\x0d\xe9\xf7\xae\x97\x5d\x63\xb0\x7c\x4a\xf8\x93\xc6\x61\x79\xaf\x57\xf0\x45\xcb\x58\xac\x3c\x67\xfd\x10\x8f\xf5\x44\xf1\x58\x35\x4b\xdc\x2d\x26\x6b\x2b\xf1\xf8\xf9\xc3\x45\xca\x45\xa8\x9e\x32\x64\x64\x83\x97\x54\x66\xd3\xc9\x93\x1f\xbd\xda\x39\xb7\x3d\x81\x3f\x7b\xa2\x30\x22\x91\xd0\x74\x36\x25\x71\x0c\x26\x18\xc5\x6d\x41\x86\x9c\x76\x18\x31\xf4\xad\x99\x2f\x96\x9a\xd8\x71\xc2\xd9\x5c\xd2\x98\x04\x65\xdf\x72\xc9\xca\x24\x65\x8d\x19\xec\x6f\x92\x10\xe1\x34\x78\x81\xbe\x96\x94\x45\x24\xd4\xea\x05\x8a\x39\x91\xec\x2b\x2d\x80\x3d\x10\x84\xd9\x0a\xdd\x33\xfe\x98\x90\x78\x0e\x3b\x54\x1e\xcc\x11\xa2\xa4\x87\xa8\xf2\x9f\x09\x82\xa3\x85\xe6\xb0\x63\x3d\x76\xf0\xcb\x1a\x11\x90\xd8\x6f\x83\xd2\x23\xbe\x99\x6f\xfa\x08\x8d\x18\x9a\xe1\x48\xf5\x90\xcc\xa6\x79\xfb\x31\x37\xb5\x24\x1e\x08\x0b\x27\x9e\x37\xf2\x64\xe1\x42\xb5\xe1\x41\x25\x6a\x73\xe7\x4d\x13\xc0\x20\xa1\x78\x27\xcf\xee\x03\xde\x05\xda\xe6\x63\x26\xad\x0b\x00\x71\xe6\x0f\x93\xcd\x61\xf5\x68\x5e\x80\xa8\x6f\x90\xb1\xd6\x14\xf8\xc3\xa5\xa9\x74\x1d\x4b\xee\x86\xb7\x40\xfe\xd6\x4c\x02\xed\x9a\xe5\x8e\xf9\x23\x93\x4a\x10\x9c\x5a\xd5\x54\x33\x6f\x70\xe1\x18\x27\xbc\x1e\x3d\x15\xe6\xd2\xee\xb2\xc5\xe7\x94\xdd\xeb\xdd\xcd\xf1\xcb\xa0\x30\x0a\xf4\x5c\xb3\x69\x3f\x50\x86\x0b\x31\x88\x5b\xec\x5a\x92\x75\x0a\x8a\x09\x4a\x20\xae\x9a\xa0\xe3\x14\xde\x84\xe6\xd6\xc5\x8c\x27\xa1\x1a\x0c\x9a\x42\xb1\x32\xcd\xea\x4c\xf1\x07\x8c\x14\x06\xc8\xc2\x05\x49\x96\x41\x41\x85\x25\x16\xca\xd7\x90\x34\x68\x46\x9a\x3b\xa4\x19\x03\x08\x2a\xab\x21\x3e\x5a\xd0\x1a\x6b\x47\xc8\x1b\xef\x8f\xd9\x48\x7d\x05\x45\x69\x39\x9b\x27\x2b\x84\xe3\x07\x2a\x73\x2c\xb9\x88\x33\x99\xa5\x44\x94\x0a\x15\x19\x27\x33\xc2\x8e\x56\xf4\xd8\xb4\xac\xf6\x80\x13\x1a\xbb\xc2\x79\xfa\xc7\x29\x99\xe9\x7b\x6f\x89\x85\x74\x16\xc9\x1a\x6b\xa2\xdd\xdc\x58\xaf\xd5\x8b\x9d\xc9\x4f\xe1\xb1\x43\x69\x7e\x42\xb1\xd5\x5d\x8e\xcb\xe7\x33\x28\xfd\xd8\x14\xe0\x57\x99\x14\x5a\x7f\x31\xd9\x55\x38\xdb\x94\xef\xa9\x5f\xd0\xd4\x90\x19\xef\x91\xee\xc7\xc9\x40\x66\x70\x9d\xcc\x3f\xa5\x09\xda\x51\x1b\x63\x60\x78\x36\x09\x85\x4b\x41\x2a\xac\x68\xe4\xca\x58\xfa\xf2\xc1\xe6\xeb\xe6\xad\xdd\xb5\x3e\xab\x8c\x70\x52\xdd\xe1\xe6\xb5\xbc\x31\xef\xaf\xe7\x7d\xf6\xb8\x99\xb6\xd7\x06\x6b\x46\x3c\x49\xba\x20\xc5\x95\x66\x7e\x9a\x7f\xbe\x7e\x44\x79\x3f\x7a\x03\xdc\x5e\xc0\xa9\x31\x66\x3f\x9c\x58\xc9\x42\x2a\xbb\x4b\xe1\x4b\x86\x87\xae\xac\x59\x71\xcc\xf8\x0c\xb0\x04\x93\xa6\x42\xa8\x4b\xc1\x53\xda\x05\x87\xc2\xe0\xd0\x5e\x3b\x07\xfe\x06\xd7\x8d\x73\xf3\x43\xc1\x2b\x43\x5e\xb6\x47\x08\xf5\xc2\xcc\xc8\x19\x6b\xce\x50\x8a\x2b\xe5\x78\x5b\x2d\xf8\x26\x2d\x79\x80\x52\x63\xa2\xb0\xab\x27\x4d\x55\xb5\x7b\xb2\x82\x34\xf5\xe4\x11\xaf\xf2\x90\xd6\x2e\xc7\x29\x0f\x1a\xb5\xe7\x05\x3b\x2a\x0b\x4e\x8c\x0f\x80\x30\xfb\x65\x56\xa1\xcd\x09\x3a\xad\x23\xc3\xce\x67\xc9\xcd\xf9\x29\x85\xec\xf0\xd8\x87\xf2\x75\x97\xdb\xb0\x78\x18\x82\x16\x11\x0c\x67\xfd\x52\x7d\x2c\x50\xce\xde\xd7\xa8\xd4\x0e\x32\xba\x9c\xf3\x9c\x5d\xd5\xb7\xfa\x0c\x6b\x66\xc9\xba\xd5\x62\xed\x18\x25\xdf\x0d\xdb\xc0\xf5\xe8\x11\x0d\x6a\xcf\xfb\x66\xd0\xa4\x2e\x3a\xc4\x4c\xcb\x2e\xb6\xde\x9e\x07\x7b\xb6\xf1\x48\x33\x9a\x10\xd9\x47\xa3\x1a\x7d\xc2\x45\x03\x81\x54\x05\x98\x4b\xe0\x17\x75\xf2\x4e\x26\x68\x80\x78\xed\xa4\x1a\x44\x6d\x55\xda\xdc\x4a\x21\x88\x1e\x73\x64\xbc\x24\x9c\x01\x2e\x03\xb8\x22\x05\x35\x45\x19\xb5\x78\xa9\xc0\xe0\xa6\x79\x01\xb5\xa9\x45\xa6\x50\xb8\xff\x40\xcb\xd8\x8a\x08\x6c\x41\xfd\xf3\x51\x35\x6c\xe9\x3e\x90\x3c\xdb\x07\x5b\xb9\x5e\x6f\xf5\x17\xd5\xbd\xa9\x1d\xe1\x6d\xb1\xf5\xce\xa3\xf3\x72\x79\x77\x97\xcf\x7b\xf8\xd4\xd9\x9f\x30\x9a\x09\x02\x26\xca\xd4\x67\x2f\xb0\x98\x08\xa9\x38\x87\x1b\xea\xe6\xec\xa7\xe3\xbb\x11\x22\x2a\x82\x9a\x65\x63\x16\xc9\x87\x9e\x16\x68\xff\x9e\x11\xa5\x7f\x6e\x88\xee\xa3\x29\x61\x12\x38\x01\x6d\x5b\xb0\xd9\x2d\x8c\xfe\xef\x59\xf1\xfb\x35\x24\x5f\x89\x15\x05\xda\xf5\xc5\x33\x35\x99\x02\x44\x98\x59\x5a\x59\x43\x31\xa6\x70\xfb\xb0\x0e\x26\x7c\x8b\xd8\x10\xf6\xb7\x8c\x75\x14\x93\x4e\xf3\x8f\x82\x51\x34\x48\x61\xe9\x12\x0b\x5a\x83\x47\xb3\x3e\xe8\xc4\x7c\x53\xdb\xfa\x26\x26\x92\xc7\xe0\xda\x32\xf8\x28\x47\x54\x47\x4a\x10\x02\x2c\xc4\xd3\x93\xbd\xeb\x6d\xce\x83\x9f\x58\xf0\x51\x7f\xcc\x3e\x3a\x93\x69\xfe\xab\xaf\xef\x69\x02\x99\x48\x8c\x32\xd0\x99\x8a\xad\x40\xb3\x31\x95\xfe\x07\x00\x88\x93\x59\xa2\x0c\xd4\xef\x0c\x0a\xcf\xbb\x81\x9a\x27\x75\x5c\x42\x60\x16\x2d\x2e\xf8\x6e\x75\x7f\xe9\x6c\x42\x92\x2e\xb2\xe3\x68\x36\x4c\xa4\xa6\xef\xe8\xbe\xe1\x74\x6e\x03\x66\x9d\x4f\x06\x24\x37\x07\x77\x6a\xb4\x12\x63\xa7\x4b\x0c\x70\x30\x41\x60\x64\x2b\x87\x0a\x99\x6c\x00\xbd\x8b\x56\xb6\x36\x36\x36\xe3\xa3\x77\x66\xb9\x29\xf4\x82\xb0\x1a\x33\x91\x31\x00\xd0\xf2\x26\x77\x8c\x24\x11\xd4\xd8\xbe\x23\xce\x8c\x0c\x60\x8d\x27\x73\xcd\x26\xb4\xe4\x07\x7e\x17\xce\x40\xa3\xe2\x99\x04\x77\x7f\x4a\x94\xbe\xa0\xbe\x06\x80\x7c\xe3\xf4\xe8\xa1\xa5\xa0\x29\x55\xf4\x81\x78\x70\xbe\x70\xeb\x4e\xb1\xc2\x09\x9f\x0f\x84\xa2\x33\x1c\xa9\x5b\xbc\x93\xce\x8c\x6d\x33\xdb\x3a\xd0\xdd\x30\xd0\xe8\x4c\x2f\xfe\x9c\x30\x22\x60\xa2\x50\x76\xb4\xf6\x08\x77\x2d\x48\x9a\x73\x6e\x80\xeb\x8d\x0c\xc0\xa9\xf4\x36\x06\x9c\x29\x9e\x6a\x8d\x14\x27\xc9\x0a\x80\x4b\xf5\x93\x05\x96\x0b\xb7\xd1\x06\xed\xb4\xcd\xdd\x64\x17\xf7\x14\x47\x0b\x72\x03\x75\xe6\xeb\x16\xb7\x34\xca\x77\x84\x65\xe9\xbb\x13\xf4\x3f\xf9\x1c\x4f\x07\xa7\x3f\x0e\x27\x67\xa3\x9b\xc1\x0f\xe7\xc3\xb3\x60\x3e\xf6\xc9\xc7\xd1\xcd\x4d\xf5\xd7\x1f\x47\xb7\xd5\x1f\xaf\x2e\xaf\xee\xce\x07\xb7\x75\xad\x9c\x5f\x5e\xfe\x74\x77\x35\x79\x3f\x18\x9d\xdf\x5d\x0f\x6b\x3e\xbd\xbb\xf5\x0f\xed\xb3\xbf\x06\x87\x08\xe2\x3d\x20\x3a\xa5\x7e\xb4\xe5\x73\x76\x84\x8a\x2f\x9e\xa0\x3b\xeb\xbd\xa1\x16\xf1\xdc\x05\x4d\x98\xdc\x84\x47\x2c\x35\xab\x82\xc2\xc2\x63\x86\xdc\xe7\x7a\xee\x4d\x9f\x1a\xb7\x52\xb4\x20\x28\xe1\xfc\x3e\x5b\x5a\x0e\x66\x02\x1c\x19\x37\x16\x19\x22\x83\xd6\x7e\x1c\xdd\x9e\x78\x2f\x52\xb5\xb1\x20\x05\xd1\x91\x3a\x8c\x0b\x3b\xae\x09\x46\x8e\xa5\x20\x0f\x70\x26\xbd\x77\x31\xe8\xc1\x6f\xc0\xba\x7e\x4c\x6b\x98\xa9\x52\x37\x71\x6c\x8b\x1e\xb8\x89\x05\x0d\x17\xb7\x6f\xdd\x6a\xfa\xe5\x30\xb0\x97\x68\x4a\x22\x9c\x19\xe7\x9b\xbe\x8e\x84\xe0\x22\x1c\x70\xbe\xed\x3b\x36\xfa\xae\x2a\x65\x14\xc1\xed\x25\x9c\x11\xfd\x49\x70\x72\xb4\xbe\x0c\xba\xb4\x83\x6c\x5b\x58\x58\x4c\x57\x6b\x3a\xf7\x98\x00\x54\x8c\xe6\xdc\x1e\xc0\x8c\x82\x37\x0f\x2b\xf4\x48\x20\xca\x35\xb3\x98\x95\x46\x43\xd6\x27\x10\xba\x33\x76\x68\x07\x52\x5c\x88\x7e\x6d\x64\x99\xfb\x10\x8b\xf5\xf7\x92\xd4\xb1\xcb\x1d\x42\x15\xcf\x4c\xa3\xc0\x43\x9d\x6b\x15\x46\xdc\x60\xf1\x77\x3c\xbb\xc6\xf2\xbc\x46\x0a\xaa\xde\x1b\x1b\x58\xba\x66\xae\x6d\xc6\xe3\xd2\x33\x0a\x10\x3a\xdd\xf2\xd5\x7d\x58\xc0\xc6\xb5\xba\xe5\x31\x5e\x69\xe2\x80\x98\x06\x99\x2d\x97\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\xf9\xb9\x0f\x53\x5f\x41\x5d\xf3\x88\x8b\x69\x41\xf1\x2d\x50\x68\x9d\x88\xba\x4b\x24\xd3\x52\x5f\xc3\x6d\x01\x7c\xeb\x7a\xbf\x74\x2d\xd4\x6e\x79\x42\x66\x6a\x52\xeb\x4d\x59\x63\x38\xd4\x2d\xb2\xa6\x24\x1f\x3a\x5f\xec\xa1\xc5\xf6\xb2\xfc\xf7\xd6\xdb\xa5\x05\xf8\x40\x8f\x17\x9c\x2b\x23\x45\xe6\x9a\x06\x72\xab\x09\x46\x00\xdb\xa9\xa9\x16\x90\x8b\x6a\x5a\x32\xbf\x67\xfc\x91\x79\x8b\xb9\xec\x8f\xd9\x10\x43\x09\x0b\xaf\x2e\xd8\x80\x05\x23\xab\x6f\x94\xd2\x0b\x88\xf8\xaf\x04\x43\x22\xa7\x7b\x5b\xee\x27\x59\xa1\xbc\xea\x41\xe1\xbb\x36\xa7\xc7\x58\x93\x9d\xa0\x66\x26\x6c\xf1\xba\x15\x59\x5a\x8b\xb7\x99\x67\x1e\xce\x0d\x4e\x53\xdd\x55\x1f\xfd\xec\xec\x33\x10\x5f\x91\x57\xeb\x50\xe6\xc6\x49\xf0\xca\x25\xc9\xd7\x2d\xec\x3e\xf2\xce\xf7\x1d\x71\xb1\x7e\x81\x7d\x8e\x5d\xcd\x2a\x17\xd4\x64\xc6\x8c\xdd\xb4\x43\x78\xd9\xa9\xff\xe8\x86\xac\x8f\x3f\x7d\x0f\x00\xde\x8a\x08\xad\x6c\x82\xcc\xc0\x92\xd5\xff\x32\x9b\x05\xf9\xe6\x36\x36\x39\x76\x80\xcc\xd6\x33\xa9\xcf\x0f\x78\xd6\xb4\x18\x30\x05\x20\x8a\x04\xe4\x80\x3e\x1a\x40\xed\x0a\xa8\x4a\xa0\xaf\x42\x17\xc5\x43\xe7\x8c\x6f\x0a\x1c\x68\x20\xa6\x28\x20\xa6\x9b\x66\x62\x92\x40\x4d\x79\x68\xf5\x7e\x28\x6a\x0f\x69\x36\x9a\xb7\xe0\x2a\xe6\x4e\xfb\xe4\x9a\x0e\x2a\xf6\x4b\x04\xe1\x54\x86\x1b\x7c\xf8\xaf\xfa\xa1\x7f\xc8\xb0\xc0\x4c\x41\x68\x89\x95\xbc\x05\x09\x42\x1c\xc9\x67\x08\xde\x62\xc6\x5c\x0b\x3f\x85\x9b\xeb\x5c\xe9\x73\xfa\x40\x18\xa2\x71\x0f\xd1\x3e\xe9\xf7\x6c\x01\x3a\x99\x4d\xf3\x37\x17\x5a\x72\x18\xb3\x4a\xca\x48\x1f\x0d\x12\xc9\xed\x17\x84\x45\x09\xd4\x8a\x09\xa2\x60\x3c\xe5\x5b\xe7\xcf\x74\x05\xfa\x05\x6c\x65\xde\x3c\xb7\x0f\x82\x0f\xc7\x0c\x4b\xe3\x6b\x4e\xe0\xa4\xe7\xbf\xd7\xd5\x83\x2a\xc4\x1f\x3c\x21\x60\x5c\xe5\x1a\x7a\xb2\x4d\x32\x60\xc5\xeb\x36\x08\xde\x80\x8d\xc9\x53\x79\x82\xa4\x18\xf4\x35\x56\x28\x21\x58\x2a\xf4\xdd\x37\x9d\x62\x2e\xdc\x04\x73\xee\x6a\x8f\x6f\x1e\x90\xea\x22\xda\x9a\x8a\xda\x01\x98\xbc\xad\xc2\xeb\x05\xc8\x9e\xde\x67\xc5\xd1\x03\x95\x19\x94\xdf\x09\x62\xe8\x4d\x01\x15\xaa\xa4\x0b\x0a\x34\x2a\x53\x03\x1f\x71\xf0\x2f\xd6\x2d\x69\x87\x55\x43\x59\x56\x79\xa2\x46\x3d\x83\x2c\xc9\x3c\xb6\x6c\x81\xd5\x98\x59\xce\xea\xc2\x31\x82\x72\x0b\x83\x24\x29\xc6\x73\x61\x08\x59\x64\x7a\xc2\x50\x3c\xa8\xef\x17\xe8\x02\xd4\x2f\x1f\x02\x54\x2c\x24\xe8\x0f\x8b\xd6\xd4\xc6\xcc\xa7\xa0\x85\x6d\xd7\x4a\x3b\x75\x56\xe0\x67\x14\x82\x6b\xba\x3f\x37\x55\x9c\x5a\x08\xc3\xcd\x55\x36\xd7\x78\x4d\x2a\x96\xf7\x35\xb2\xf1\xbe\x3b\x68\x2f\x2a\xd7\x5b\xb1\xe1\x9a\x7d\xe4\x35\x46\xf1\x86\xcd\x0d\x64\x8b\x5d\x14\x70\x1f\x8b\xf6\x5c\x7e\xd9\xc2\xd0\x47\x31\xc4\x96\x6f\xe6\x82\x79\xac\xb6\x63\x1d\x60\x8e\xa6\x71\x10\x3a\x1a\xc4\xd5\x41\x68\xb1\x63\x7c\xf6\xcd\x06\xff\xe8\xf2\x6d\x4f\xbf\x97\xcf\xdf\x4d\xc5\x07\x97\x55\x27\xde\x2c\xec\x0d\xe2\xbf\xe1\x88\xb0\x68\x65\x7a\x72\x70\x59\xd5\x1c\x39\x87\x2c\x84\xc1\xe4\x5e\x2b\x1e\xda\x82\x6c\x7d\x34\x84\x8b\xc6\xd5\x67\xc3\x33\xe7\x36\x08\x5e\x1e\x33\xad\x99\xe8\x3b\x5e\x9a\x41\xbb\xf6\x8b\x24\x5e\x77\x02\x4c\x7e\xee\x4e\x1e\x97\x74\x33\x0a\x62\x93\x36\xe1\xd2\x83\xa1\x0d\x80\x79\x43\xc3\xf9\x09\x8a\x79\x74\x4f\xc4\xb1\x20\x31\x95\x27\xe0\x01\x57\x8d\xae\xb7\x54\x6b\xdb\x3b\x4b\x1a\x6d\x6b\xa5\x56\x2b\x9b\xa5\x50\x74\x0c\x82\x8a\x5d\x49\x83\x1e\xa2\x33\x50\x27\x5c\x7e\x81\x49\x3a\xb0\xd6\x6d\x44\x98\x12\xab\x25\xa7\x4c\x79\x53\x56\x69\x21\x9c\xa6\xa1\x85\xb6\xa6\x10\x5b\xb1\x8f\x48\x99\x2d\xa7\x7d\xbb\x20\x92\xb8\xb0\x00\x33\x29\xc5\x6d\x45\x7f\xc3\x2e\x96\x58\x2d\x24\x64\x48\x14\xd7\xc0\x2a\x5d\xf0\xa9\x5e\x21\xbc\x84\xa8\x02\x63\xa5\xc8\x3f\xf2\x71\xfc\x52\xd1\x24\x19\x33\x46\x48\x2c\x11\x24\x33\x7c\x55\x9b\x89\xa3\x3f\xed\x21\x1c\xc7\xe8\x7f\x7f\xfd\xfe\xfc\x97\xdb\xe1\x64\x74\x01\x36\xe7\xd1\xf9\xf0\x9b\x9e\xff\xf1\xf2\xee\xd6\xff\x6a\x2c\x2c\x0f\x44\xa0\x14\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\x9e\x06\x1d\xf1\xf8\x2e\x9c\x18\x98\x12\xa6\x34\x8f\xb1\xd6\xbe\x5c\xf7\xcd\x09\x8e\xb0\x39\x65\x4d\x71\x6e\x84\x3d\x3c\xa5\x10\xff\x13\x59\x7d\xd2\xea\xf5\x15\xa6\xa2\x35\xed\x0d\xd9\x03\x15\x9c\xc1\xd4\xbc\x59\x2b\xaf\x27\x4d\x94\xf3\xb6\x05\x87\x4a\x1a\x59\x18\x22\x29\x96\x8d\xb1\x94\xa5\xc4\xed\xd7\x31\xdd\x81\xf1\xfe\x92\xcf\x4a\xb8\x6c\x38\x69\xd9\x0d\x7e\xc0\x34\x81\x38\x58\x77\xd1\xe4\x34\x38\x66\xb7\x97\x67\x97\x27\x88\x24\x78\xca\x05\x64\xc7\x98\xc0\x1d\xd7\x84\x5d\x30\xa8\xd3\xe9\x1b\x2a\x64\x42\xf6\xd0\x32\xcf\x84\x0c\x8d\x68\x7d\xd3\xc6\x86\x8c\xc8\x25\x17\xd5\x3c\xc2\xfd\xaa\x80\x76\xb2\x57\x5c\xb4\xb9\xfe\xf5\x6b\xb0\x74\x7c\xa9\x15\xb9\x12\xe7\xb5\x77\xf3\x8c\x60\x53\xc5\xc7\xb8\x85\xac\x2d\xdf\x06\x86\x26\x49\x01\xb1\x5d\x1f\x1c\xd9\xb7\x8e\xf2\xfc\x4d\xce\xd0\x4f\x7f\x96\x68\x9a\xa9\x31\x2b\xb6\xc1\x19\x14\xad\xff\x01\xab\x68\xf1\xcd\x98\x5d\x6a\x35\xf3\xa7\x3f\x37\xa4\x6c\xc7\x58\xe1\x49\x3d\x51\x36\xaf\xc9\x19\x56\xf8\x9c\xe3\x98\xb2\xb9\x05\x22\xa8\x5f\x8b\x1f\x86\xb7\x83\x13\x74\x69\x75\x78\x9f\x65\x99\x23\x3c\x04\x0d\x01\x43\x86\x89\x38\x2e\x02\xac\x9c\x79\xd6\x6f\x4d\x64\x20\x3d\xe9\x0b\x6b\xcc\x60\x29\x0d\x57\xa5\x0a\x2d\xb9\xc5\x74\xd5\x5a\x99\x01\x10\xc0\xbe\x32\x7b\xb2\x42\x7a\x75\x80\x8c\xfd\x66\x58\x79\x0c\xe4\x99\x2a\xb3\x1f\x33\x50\xd0\x7d\xe6\x5b\xc2\x23\x9c\x40\xe4\xdc\x51\x60\xd3\xd3\x6a\x3b\xcf\x20\x0d\x09\x42\x56\xd8\xaa\x18\xe0\xea\x33\xe3\xbc\x50\x16\x6e\x14\x18\x00\x60\x1f\xad\x33\x35\xe5\x9a\xe3\xf4\xc7\x6c\x34\x33\x81\x75\x89\x59\x1d\xfd\x21\x61\xe0\x4f\x76\xcb\xa2\x9f\x3a\x7e\x04\xd5\xcd\x8c\x5b\x11\x47\x60\xbe\x67\x2b\x08\x8b\x06\x1c\x48\x0e\x01\x1a\x39\x77\xb6\x44\x59\xd9\x45\x7f\x27\x06\x9f\x8d\x99\x89\xe7\x2b\xec\x4b\x98\x25\x1c\xf4\xce\x19\x84\x1b\xe6\xd7\xa5\x17\x30\x96\x36\xfc\xd0\xca\xfa\x4b\x41\x8e\x5c\x8d\x5f\xfd\x6b\xb0\xa6\xfa\x86\xed\xa3\xeb\x50\xbd\x8e\x79\x94\xa5\x0e\xec\x06\xd2\xb5\x6c\x9c\x9a\xbd\x44\x3d\x85\x98\x8b\xbd\x96\xe2\xff\x2d\xfc\x6f\xad\x6c\x7a\xb5\x63\x65\x77\x4f\x55\x93\x65\xb1\xa5\x42\x6b\x9b\xe1\x34\x36\x60\x1b\x5f\xe4\x98\x19\x50\xf8\x9d\x6b\xed\x93\x83\x1d\xda\x64\xd5\xf1\xf8\x2b\x89\x46\x57\x5a\x48\xd1\x4a\xa9\x3f\x26\x99\x54\x26\x4a\x0b\x32\x55\xcc\xd7\x26\x52\xbe\x87\xbe\x45\xe3\xec\xdb\x6f\xff\x18\xa1\xcf\xee\x1f\x7f\xfa\x8f\xff\xf8\xe3\x9f\xba\x84\x7e\x3b\x9d\x19\xda\xcd\xd7\xc8\x23\xe0\x16\xa5\x96\x70\x07\xaa\xcc\x64\x87\x5d\xb0\x67\xa4\x69\xf9\xad\xc6\xde\x98\xe9\x54\xf7\x38\x08\xc2\xc1\x73\x7b\x08\x65\x78\x78\x50\xe1\xf4\xe4\xce\x7e\x49\x54\xaf\x78\x88\xbd\x3c\x6a\x85\xee\xff\xb5\x06\xb7\x60\xa2\xa9\x79\xbb\x60\x21\x9a\x78\x09\x58\x37\x82\xbe\xb6\x26\x3a\x05\x3e\xbe\x6f\xdc\x1d\xc4\x93\x98\x08\x5b\x55\xce\x59\xd5\xbc\xad\x0f\xce\x2f\xf9\xbc\x4c\xb8\x0d\xe3\xc0\x48\x92\x25\x86\x3b\x5e\x9f\xd7\xfe\x98\x0d\x3f\x63\xcd\x5c\x7b\xae\x44\x29\x7c\x64\x9c\x23\x33\x1c\x11\x64\xa4\xe9\xaf\x3f\x9f\xe8\xdf\x7a\x68\x75\x02\xd1\x98\x3d\xf4\x8f\x13\x9b\x37\x8d\x85\x9a\xe8\x9f\xbe\x71\xe2\xb0\x6d\x02\x06\x4d\x25\x1a\xbf\x3b\x7e\xc0\xc2\x54\x8e\x39\xb6\x80\xb7\xef\x2c\xfb\xf3\x60\xde\xa1\x00\x9d\x70\x7e\x6f\x63\x55\x2b\x5f\x1e\x3b\x14\x06\x20\x70\xef\xdc\x30\x9b\x6f\xc3\x8e\xb5\xb0\x77\x04\x2f\x10\xd4\x5f\x4e\x51\xff\x6f\x92\x33\xd4\x5f\xe1\x34\xb1\xbf\xba\xa7\x36\x94\x16\x4b\xe4\xca\xe4\xb9\x40\x9a\x64\x65\xcc\x99\x3f\x24\x7c\x0a\xf3\xfa\xe8\xe6\x6a\x82\x51\x61\xa0\xf9\x15\x91\xdf\x2a\x76\x22\x56\xdc\x31\xb9\xe4\x50\xfe\x56\xbf\x02\x77\x6f\xdd\xac\x3e\xfb\x21\xfd\xb7\x71\xde\xc2\xa2\xb8\x0c\x36\x63\xc1\xf5\x81\x60\xba\xd1\xcf\xe8\x6b\xcb\x84\xbe\xd1\x17\x81\x8d\xfc\x35\xcb\x50\xd7\xc1\xca\x77\xf0\x4b\xd0\x01\x65\xc8\xe4\x24\xae\xf9\xf2\x1f\xc7\xfd\x7e\xdf\x7f\x7d\xa1\xa7\xf2\xff\x21\xaa\x24\x49\x66\xa6\x25\x77\xcd\xac\xc6\xec\xa3\x03\xac\x73\x16\xe6\x1c\xdf\x05\x8a\x3d\x46\x3c\x41\x47\xb9\xd5\x35\xe6\x91\x44\xbf\xd3\xb2\x67\xb0\x94\xf0\xa3\x56\xb6\xea\x4f\x95\x2d\x8d\xfb\x4c\xc7\xca\x5a\xad\xcb\x07\x2b\x84\x74\xf0\xda\x27\x96\x21\xfa\x21\xd0\x82\xa6\x9c\x63\x0b\xfb\x00\x45\x83\x15\xf9\xac\xe0\x51\x03\xaa\x46\x6d\x54\x78\xbd\x04\x57\x61\xb8\x39\xb8\x86\x21\xeb\x86\x05\xb0\xd8\x07\x96\x37\x98\x79\xf6\x42\x1f\x87\xbe\x5e\x58\x08\xa1\x26\xb3\x34\xc5\x62\x75\x9c\x9f\xb6\x2a\x71\xe6\x78\xa8\xc0\x65\x12\xb7\x00\xe0\x67\x4d\xec\xd1\xb2\xa1\x06\x56\x06\x74\x77\x9a\x3f\xbb\x11\x00\xb0\x43\xd0\x9b\x29\x3f\x40\x58\xc4\x63\x4b\xd7\x79\xea\x65\x51\xac\xf0\xef\x54\x05\x0a\x17\xb6\x22\x73\x8b\x19\x53\x26\x1f\xdb\xbe\xe1\x3e\x6e\x60\xe0\x7c\x02\xc5\x31\xc8\xbc\x83\x0f\x73\x74\x79\xe3\xbe\x69\x7f\xed\xc2\x3a\x14\xe5\x6a\xec\x54\x39\x67\x36\x10\xf8\x31\xbf\x80\x21\x00\xc3\x98\x50\x32\x9f\x98\x6a\xfe\x3e\xe5\x57\x34\xd1\xf7\x16\xd0\x78\x7f\xcc\x0a\x3f\xf7\x10\x49\x68\x4a\x99\x0f\x80\x33\xec\x9d\xcf\x8c\x88\x7b\x4f\x95\xde\x32\x19\xdf\x6b\x0e\xe6\x72\xfc\x03\xbd\x67\xc0\x56\x8e\x74\xbc\xf7\xc8\x9a\x09\x32\xa9\xc7\x95\x2b\xd2\x5a\xe2\xd4\x4d\x1c\x59\xa9\x91\x06\x84\x07\xe7\x77\xcc\x74\x6b\xee\x2c\xe5\x91\xb7\x41\x7b\x41\x73\x47\x0e\x48\x2c\xe0\x00\xd0\x47\x21\x7c\xd6\x0b\xa9\x35\x22\xca\x90\x65\xe9\xae\x79\x1b\x36\x12\xf7\xa5\x6c\x69\x57\x79\x41\x57\x9b\x03\x44\x58\x96\xba\x03\xd5\x81\xe2\x86\x56\x00\x8a\x49\x94\x60\xb8\x3b\xa0\x21\x08\x4f\xec\x19\x2f\x66\x50\x3c\xd6\x5e\x2f\xa6\x1b\x83\x4d\x9a\x10\xf6\xb5\xf9\xfb\x1b\x64\xef\x86\x6f\x7b\xf6\x3e\x17\xd2\xea\x79\x6e\xcf\x01\xdb\x9e\xc4\xc6\xd0\x0d\x10\x65\x73\x0c\x25\xbd\xad\xf5\xa5\xa0\x1c\x82\x04\xb6\xe2\x19\x7a\xa4\x72\x31\x66\xb7\xdc\x59\x05\x11\xe3\x1e\xe4\xad\x07\x1a\x63\xa5\x3f\x2c\x81\x09\xc0\xa8\xeb\x28\xa0\x54\x13\xbe\x7b\xda\x0e\x44\x9a\x4e\x18\x8f\x49\xc7\x80\xf3\x9a\x6a\xd6\xd6\x59\xe0\x9c\xcc\x82\x98\xd4\x2a\xb8\x29\x1a\x6b\xf1\x4a\xd9\xd1\x80\x5e\x5b\xbc\xde\xb6\x03\x75\x4c\x1e\xd9\xb6\xa8\x16\xfe\x56\x83\x56\x9c\x5a\x18\xa4\xc2\x16\xd6\xbe\x58\x60\x7f\x27\x1d\x2d\xde\xce\x85\x60\xe6\x1e\xc1\xb2\xfb\x28\x60\x8c\xe6\x82\x67\x4b\x9f\x2f\xee\x32\xe7\xcc\x36\x58\x99\x66\xc4\x66\xfc\xc4\x6a\x55\xe7\x94\xdd\x1b\x8a\x7f\xaa\x3d\xf2\x45\xe2\x83\xdf\xdd\x1d\x66\x56\xfc\x08\x51\x16\x25\x19\x5c\x7c\x52\xe1\xe8\xde\x20\xfc\x35\x59\x66\xf5\x37\x93\xcd\x79\x89\x0d\x12\x53\x96\x24\xb6\xdb\xfc\x02\xcd\x6b\xef\x3c\x50\x8c\x30\xba\xbb\x1e\xd5\xf7\x7d\x4f\xab\x1e\x97\xfa\xdb\xb3\x48\x20\xf0\x3f\x3f\xd1\x4e\xc1\x91\x25\x28\x52\x52\x20\x75\x6f\x01\x6a\x02\xe0\x2a\xdd\xde\x3b\xba\x78\xf5\x2d\x34\x49\x6b\x28\xb5\x7e\xf2\x79\xc7\x67\xf6\xe3\x8f\xfa\xdb\xfa\x1d\xf9\x08\x79\x41\x1e\x3c\x21\xc5\x4c\x4f\xd0\xf5\xda\x60\x22\x34\x17\xe3\x56\x43\xba\x5b\x6e\x35\x20\xd3\x63\x4b\xd8\x6c\xdb\x95\x6b\xe5\xd1\xd8\x0c\x71\x62\x14\x6e\xb5\x00\x4d\xac\x87\x6e\xa2\x05\x49\x31\xc4\xa5\xa4\x45\x8d\x0c\x24\xd3\xaf\x13\x2c\xe6\x46\x4e\x94\x44\xc9\x6f\x6a\x76\x38\x8f\xcf\xde\x61\x87\xb7\x80\xf4\x0f\x7d\x34\x20\x85\xac\xe3\x00\x7e\x94\x45\x74\x20\xcf\x9c\x7c\x71\x0c\x7b\x77\x50\x19\xa2\x02\x47\x5c\x08\x40\xb1\x8b\xb5\x34\xde\x8c\x9b\xb0\x63\x69\x97\x0b\x9c\xfa\x1c\x63\x57\x60\xc2\xa6\x92\x98\xc1\x4d\x09\x40\x45\x35\x8f\x61\xe7\x1a\x2e\xe1\x10\x2c\xa6\x7a\xd3\x08\xc6\x6c\xe0\x5e\xf1\x79\x8a\x20\xe2\x0a\x23\x87\x40\x2c\x9b\x89\xdc\x04\x31\x13\xe7\xab\x6e\x27\xd7\x30\x89\xae\xe9\x60\xe5\x32\x34\x5a\xcc\xf5\xd8\x72\x46\x8c\x71\xfa\x8e\x9b\x47\x43\xcf\x0f\xdd\xab\x74\xd5\x43\x3d\x44\xe5\x2a\x4a\x75\x1d\x6f\x16\x29\x5d\x0e\xba\x6d\x28\x2c\xdc\x64\xe2\xdd\x92\x55\x4e\xa6\x7a\xc5\x8d\x6a\x52\xea\xac\x7a\x5a\xd5\x4e\xdc\x98\xe2\x74\x22\x78\xb2\xcb\x1e\xb9\x26\x0a\x6a\xee\xc2\x40\x7e\xae\xd0\xdf\x33\x9c\x18\x93\x3c\xb3\xe4\xe8\x86\x0d\x12\xc3\xf7\x7f\x42\x03\xb8\x2e\xd1\x47\xe0\x8b\xe0\x8c\x84\xd6\x14\x47\x34\x5d\x12\x21\xb9\xd6\xc7\x1a\x36\xf9\xfe\xcf\x72\x62\xf1\x7a\x27\x38\x8a\x78\x56\xc5\xe6\xed\x30\x93\x9a\xd6\xc2\x49\x61\x74\x9f\x4d\x89\x60\xc4\x54\x8b\x84\xf7\x90\x7b\xaf\xd5\x70\x39\xce\xd4\xe2\xfb\x49\x94\xd0\xd6\x20\xc2\x90\x09\x31\xd0\x9f\x9d\x9a\xaf\xd6\x4d\xa0\xd0\x7e\x61\xe8\x0c\x99\x67\xc8\x3c\xeb\xa3\x1f\x70\x74\x4f\x58\x8c\x96\x49\x36\xa7\x36\x3d\x19\x6e\x28\x60\x97\x81\x95\xaa\x38\x31\xa3\xf2\x9a\xf6\xf5\x35\x34\x66\x29\xbe\x07\x0d\xe9\xb3\x0d\x18\xd7\x9a\x66\x27\x6d\xcb\xd3\x43\x05\xa7\xc1\xe5\xd2\x4a\x12\x65\x42\xbf\x61\xce\x87\x32\xe7\x03\xec\x4a\x80\x55\x96\x31\x84\x01\xea\xe1\x2b\x89\xb2\xa5\x33\x7e\x80\xc1\x23\x01\x1f\x91\x99\x24\xd4\x0f\xa3\x5a\x1c\x5c\x90\x31\x83\xb8\x3b\xd7\xe2\xca\x73\x95\xd0\x2d\xe9\xdd\xe3\x75\x87\x6f\x66\x12\x9d\x77\x73\xa7\x18\x33\xd2\xde\x63\x0a\xd5\x82\x30\xd0\xc3\xda\xb7\x0c\xd9\xe2\xed\x37\xad\x10\x3f\x68\x66\x91\x1b\x8e\xfc\x12\x66\x8c\x5a\xd8\x6a\x6b\x2b\x0c\x42\x7b\x9c\x49\x3d\xff\x9e\x4a\x24\xb1\xa2\x72\x46\x6b\xf5\xd3\x30\xbd\x7c\x97\x55\xc7\xdd\x72\xda\x6b\xf2\xd9\x4b\x6b\xe1\x63\x94\xfb\xe8\x3d\xa8\xdb\xf9\x94\x14\xf7\xd9\xe1\x4d\x2c\x41\x2d\x48\x23\xb0\xd9\x3e\x9c\xfb\x6e\x06\x6d\xad\x28\x3e\x1e\xbd\x8f\x06\xb9\x99\xd3\xe4\xc7\x1b\x03\xe6\x86\x19\x91\x44\x92\x6d\x88\xaf\x95\x45\x00\x9c\x81\x40\x40\x08\x64\x15\xa9\x7f\xcf\x41\x16\xfd\x30\x1f\x21\xe5\x0b\xdf\x13\xb6\x4e\xed\x6b\x3f\xc2\x61\x21\x61\xb6\x6e\x88\x03\xaf\xf0\x73\xa3\xf3\x6f\x33\xc0\xf6\xc7\x2e\x87\x24\xa0\xb3\x63\xbd\xe4\x5a\xd0\x8f\xee\x6d\xa0\xb9\x31\xfb\x58\x50\x83\xc7\x05\x97\xe1\x39\x73\xfb\x07\x9b\xa9\x44\x46\x5c\x40\x39\x04\xea\xfb\x05\x36\x1e\x7a\xc6\x43\xcc\x03\x18\xb5\x3f\xa4\xc6\xa4\xe5\xf7\x1b\x39\x16\x0a\xcb\x00\xe6\x72\xd7\x54\xf5\x34\xff\xf4\x67\x79\x09\x27\x76\x1f\x79\xbb\x09\x9e\x92\xe4\x09\xa0\x9c\xb6\x34\x44\xfa\x68\x10\x33\x2e\x30\xfa\xc7\x3e\x51\x7c\xc9\x63\x94\x93\x57\x53\x50\x22\x63\xdc\x44\x03\xbc\xc2\x69\x05\x83\x6b\x3d\xb7\x4d\x94\xfd\x31\xf0\x56\x9a\xaa\xb8\x06\x1e\x25\x10\xb9\x6c\x6e\x17\x68\xbf\xf6\xfa\xa7\xd2\xdf\x27\xf5\x34\x76\xc5\xe3\x5d\x08\xab\x3b\x04\x56\x95\xae\x5b\x44\x1c\xca\xba\xa2\x3c\x6b\x56\x62\xc9\x9b\x63\xc5\xe2\x49\xfb\x32\x36\xe0\x77\x9c\x66\xb3\x1b\x00\xe0\x6d\xca\x5f\x77\xc8\x43\x0b\xe2\x13\x52\xf4\x3e\xeb\x6e\x7c\x78\x74\xd3\xa6\x58\x37\x56\x7e\xfd\x63\xf4\x7f\x6f\x2e\x2f\x8e\x52\x2c\xe4\x02\x43\x7e\xa0\x6b\xab\xe7\x60\xe2\x8d\x02\xea\xcc\xeb\x94\xa1\x31\x3b\x42\x73\xde\x33\xde\x9c\x13\xb4\x50\x6a\x29\x4f\x8e\x8f\xe7\x54\x2d\xb2\x69\x3f\xe2\xe9\x71\xbe\x36\xc7\x78\x49\x8f\xa7\x09\x9f\x1e\x0b\x02\x41\x77\x47\xdf\xf5\xbf\xff\x0e\xb6\xe6\xf8\xe1\xbb\x63\xb0\xe1\xf7\xe7\xfc\x77\xe7\xdf\xff\xe7\x1f\xff\xa4\x1b\x5e\xae\xd4\x82\xb3\x13\xeb\x2a\x5a\xdb\xf6\x91\x11\x7c\x8f\xcd\x27\xa5\x5e\xfe\xb3\xff\x6d\x38\x0c\xfb\x6a\xca\x63\x92\xc8\xe3\x87\xef\x26\x6e\x67\xfa\xcb\x2e\xce\xaf\x9c\xe1\xfb\x25\x2f\xd5\x70\xd2\xbf\x7b\x92\x71\xe9\x41\x9b\xb6\xa5\xe6\xac\x84\x21\x95\x3b\x9c\x98\x7b\x52\xf1\x07\x76\xd0\xc0\xbc\x24\xd5\xa0\xd3\x77\x45\xf8\x6d\x94\x6d\x3a\x65\x90\x81\xf7\x8d\x46\x80\x1e\x69\x6c\x10\x4b\x4c\xeb\xe2\x7c\xac\x97\x79\x97\xf5\x7b\x4a\x1c\xd4\x7d\x03\xa0\xda\xe9\x6e\x09\x7e\x9a\x98\xaf\x9d\x4f\x9c\x3f\x3a\xd0\xd3\x7d\x40\x85\xb6\x2c\xa6\xe1\xf1\x14\x0d\xf1\xc0\x58\xdc\xb8\xba\xd1\x48\x61\x89\x4d\x98\x84\x8d\x82\x94\x10\x31\x69\xf0\x08\xf8\xcc\x23\xbb\x9a\x60\x57\x03\x02\xcd\x67\x35\xff\xf8\x21\xe1\x53\xf9\x8d\x47\x41\xc1\xd2\xf5\x91\xc3\x12\x34\x93\xe0\x7e\x80\x44\xdd\x52\x3c\xa5\x7e\xe2\xce\x4c\x28\x85\x74\x59\xf8\x7a\xa2\xca\x63\x51\x4d\x52\x26\x16\x3c\x63\x0e\x88\x91\x33\xc2\x67\x10\x25\x00\x17\xa0\xf3\x82\x80\x11\x84\x71\x15\x24\x60\x0a\xb2\x34\x8c\x14\xcc\x75\xcd\xcb\xbd\x23\x18\xe9\xa6\x75\x7e\x0a\x30\xd2\x5d\xd7\xdd\x1e\x9c\x17\x5a\xf0\x5d\x43\x15\xcc\x51\xea\xc0\x66\xe1\xfd\x8d\xae\x09\xcf\x07\xc0\x17\x11\x16\x19\x33\x80\x23\x10\x41\x4c\x8e\x14\x3f\x82\xcc\x75\xc8\x87\x36\xf0\xc0\x4d\x45\x33\xc0\xa5\xd3\xe5\x3a\xd0\xef\xb7\x18\xa7\x89\x1a\xff\x1c\x0c\xd4\xde\xbd\x32\x2f\x3f\xae\x95\x4b\xc6\x88\xb0\xc6\xea\x8d\x37\x47\x47\x87\x4f\xb8\x95\xeb\x3d\xbe\xb9\x00\x1a\x42\xb7\xfa\x78\x3f\x1c\x30\x81\x3e\x82\xd0\xe8\x05\x4f\xb9\xbe\xb6\x79\x26\x83\x87\x26\xb4\x1e\x2e\x9b\x35\x95\xe0\x97\x06\xa9\xe6\xe5\x66\xa3\x8f\x96\x7e\x64\x74\xf9\xf0\xa5\xcd\xf8\xd5\xc1\x4c\xa6\x45\xfc\xdf\x0d\xe3\xf7\xc0\xad\xeb\xe9\x06\xdc\x89\x29\xd8\x4e\xa1\x2c\x89\x85\x63\xa4\xff\xd0\xa2\xba\x26\x29\x1f\xc6\xee\x52\xdf\x6d\xe0\xa9\x01\x64\x0a\x21\xdb\x4a\xd5\x47\xcb\xc3\x27\x2c\x4b\x3b\xee\x81\x0f\x62\x6a\xb3\x01\x98\x99\xb0\x1e\x17\xcf\x73\x54\x1b\xd0\xd3\x18\x6b\xd2\x45\x31\x5c\xa7\x67\xd5\x45\xbb\x19\x94\x95\x3c\xb8\x55\x53\x40\x45\xc6\xf7\x1f\x3e\xe4\x05\x7b\x56\x4b\xd2\x43\xd3\x0c\x9e\x5f\x5c\xde\x86\x5e\x3c\xca\xe0\xf1\x51\xb4\x20\xd1\x3d\x24\xa3\x18\x8e\x6d\xf6\xd2\x15\x6b\x9a\xae\xc6\x2c\x2f\x0b\xa1\xb8\x73\x49\xad\x3c\xee\xa6\xc7\x9e\xe5\x02\xc5\x54\x2e\x13\xbc\x02\xe3\x3f\x33\x61\x6c\xb9\xe3\xc0\xc7\x7f\x6a\x4a\xde\xce\xc6\x05\x75\x2b\x2c\x8b\x72\x42\x22\xfc\xe5\x26\xe1\x8b\x36\xfa\x90\xec\x3a\x99\x68\x67\x24\xd4\x5d\x82\x99\x9a\x2a\xb0\x04\x2e\x69\xb3\xa3\xa1\x57\xdb\x67\x4b\x97\x4b\x83\x8e\xdf\xb9\x20\x71\xd0\x03\xc7\xae\xaa\xa1\xfe\xdb\x94\xcc\x22\xe2\x81\xc4\x63\x56\xcc\x47\xb7\xf7\x6c\xbe\xcb\x28\x47\xe6\xdf\x0f\x89\xbb\x75\x6e\x65\xf6\x18\x42\x0e\x5e\x8e\xbe\xe3\x03\xa1\xd7\x54\x0a\xa8\x2f\x09\xf8\x04\x90\xf6\xad\xed\x61\x79\x29\x00\x8b\xe3\x6d\x0b\x75\x14\x5c\x4f\x9e\x30\x7d\xb6\xad\x81\xe2\xf0\x01\xa2\x36\x60\xb4\x92\xba\x54\xd7\xc6\x98\xb9\x1c\x97\x59\x96\x18\x78\xa5\x86\xd5\x72\xc9\xf7\x2e\x1a\xef\xe5\xa2\x32\xbd\xce\x8d\x82\xd2\x09\xde\x43\xe4\x92\x12\xa2\x55\x5e\xa3\x15\x48\x97\x30\x99\x01\x1b\x76\xa8\xe9\x90\x49\x36\x27\x0a\x69\x91\x28\xce\x12\x93\xb2\x01\xbe\x3f\x48\xe4\xc7\x49\x82\xa8\x92\x63\xe6\x71\x07\x0c\x8a\x24\xdc\x52\x2e\x47\x2e\xb6\x62\x2a\x74\x01\xcd\xda\xda\x5a\x70\x77\xd1\x88\xaa\x70\x44\xe0\xd3\x5a\x85\x48\xc3\xcb\x25\xc1\x26\xbe\xd8\x1e\x43\x16\xca\xa9\xe5\x4d\xb0\xc1\xb8\x50\xf1\x68\x1f\x71\xb1\xcd\xa4\x6b\x2a\x5e\x75\xde\x92\x3e\x1a\x98\xd9\x69\x21\xd5\x95\xfd\x31\xa3\xb5\x59\x4d\x36\xec\x43\x4b\x82\x4a\xfa\xca\xa5\x5e\xd6\x5f\x62\xa1\x68\x94\x25\x58\x24\x2b\x57\xae\x98\xce\x82\x0a\x46\xb0\x07\x26\xeb\xdc\x96\x46\x06\x30\x76\x6b\x2e\x96\x38\x25\x41\x36\x8d\x55\x89\x93\xc0\xdd\x64\xa0\xf4\x8c\x1f\x43\xb7\xf5\x4d\x1f\x9d\x95\xeb\x55\xc1\x99\x08\xd0\x6a\xa8\x34\xec\xcf\x8f\x37\x08\x03\x37\x75\xaf\xe8\x4c\x8b\xe1\x5f\x05\xa7\xae\xa9\x96\x22\x96\xf7\x1d\x7d\x59\x0e\xf3\x74\x7d\x08\x53\x6d\x1a\xc8\x2d\xd4\xdb\x2b\x78\xb8\xfc\x81\x68\x18\xa0\xbb\x19\x3a\x0e\x32\x44\xfa\xd9\x62\xa0\x3f\x07\x05\xed\xca\x83\x4d\xd7\x14\x4c\x82\x7d\xec\x38\xd4\x00\xcc\xbc\xfb\x40\x03\xca\x09\x3d\x97\x8d\x2b\xbb\x59\xed\xfd\xb9\x00\x2b\x8e\xf4\xb8\xb4\xca\x41\x8c\xaf\xbb\x54\x13\x17\xc6\x60\xf1\xc7\x01\x2c\xd2\x1f\xb6\x29\x41\x09\x65\xf7\x2e\xef\x4c\xef\x7c\x0f\xe1\xbc\x75\x38\x7c\x66\xf4\x86\x98\x1b\xc4\x9a\x3a\x68\xd5\x1d\x24\x9d\x76\xb1\xdb\xf5\xe2\xba\x1b\x49\x27\xf4\xdc\x4a\xe5\xd8\x60\x1e\xed\xb7\x65\x6d\x74\x95\x97\x60\x5d\x48\x95\xb9\x5f\x82\x38\x0f\x45\x7d\x2d\xd1\xc6\xf5\xbd\x5a\xe0\xfa\xf2\xd3\x9b\xe1\xc2\xef\x2e\xce\x86\xef\x47\x17\x45\x8c\xef\xbf\xdc\x0d\xef\x8a\xbf\x5c\xdf\x5d\x5c\x8c\x2e\x3e\x84\x3f\xdd\xdc\x9d\x9e\x0e\x87\x67\xc5\xf7\xde\x0f\x46\xe7\xa5\xf7\xf4\x4f\xc5\x97\x06\x3f\x5c\x5e\x97\x50\xc5\x6f\x7e\x1a\x5d\x5d\x15\x7f\xba\x1d\x7d\x1c\x9e\x4d\x2e\xef\x0a\xc0\xe4\x67\xbf\x5c\x0c\x3e\x8e\x4e\x27\x35\xe3\xb9\x1e\x9e\x5e\x7e\x1a\x5e\x0f\xcf\xd6\x02\x8e\xe7\xf3\xad\x5d\xd2\x7d\x38\x7c\xb7\x46\x99\x1f\xa0\x99\xa0\x84\xc5\xc9\xca\xc4\xa3\x39\x25\xa5\x14\xfe\x12\x5e\x01\x34\x25\x3c\xdb\x25\xac\x4c\x2b\xf1\xfc\x81\x08\x48\x90\x33\xad\xd9\x68\x7a\x2c\xef\x1b\x31\x4e\x94\xa8\x1a\xf4\xd6\x46\xcf\x2a\xb1\xf2\xf1\xd9\x6b\xc3\x42\x7d\x7a\xb5\xed\x04\x2d\x89\x58\x37\x16\xb8\xa0\x45\xb6\x54\x74\xda\x1c\x28\xd8\x32\xed\xb8\xbb\x1a\x68\xf0\x3a\xea\xf3\x26\x2f\xea\x19\x63\x21\x5e\x6e\x97\x50\x21\x68\x61\xdb\xe2\x09\xfe\x6b\x17\x5e\xb1\xcc\xa6\x09\x8d\x10\x8d\x73\x94\x11\x13\x48\x67\xc2\xba\x8d\xb5\xa7\x0c\xeb\xb3\x24\x02\x24\x26\x2d\x88\x2e\x05\x39\xc2\x99\x5a\xb8\x4a\x8c\xbe\x78\xbf\x81\xd9\x21\x91\x20\xca\x15\x87\x26\xb1\x83\xd3\x0f\x7a\x82\xc1\xd8\xe4\x8e\x18\xf2\x48\xfb\x01\xc4\x62\x83\x79\xcf\x7c\x69\x5a\xef\x60\x88\x34\xef\xaf\x5d\x1a\x3b\x62\x2a\xcb\x25\xd3\x40\x36\x34\x0f\x1d\x28\xbf\x9e\xb7\xe6\xd4\x91\x0b\x42\x34\x9b\xec\xe2\x19\xeb\xa7\xb1\x89\xc6\x42\x42\x29\x86\x1f\xda\xd6\xed\xa3\x53\x41\xe0\x12\xb1\xde\x2a\xa7\x46\x83\x77\xd5\xc6\x3f\x42\xd8\xa3\xd6\x18\xa6\x64\x81\x93\x99\xb1\xc8\xe8\xad\xc9\xcf\x55\x95\x44\x6f\xf9\x3d\x61\xb6\x48\xfa\x8b\xb0\x43\x66\x04\xf0\x3c\xdd\xc7\x1b\x27\x72\xf3\x0d\x14\xf4\x16\xae\x92\xbb\x89\xff\x36\xc5\x42\x8d\xb8\x1a\x3c\x36\x41\x98\x39\xe2\x96\x0b\x1d\x9f\xcd\xe8\x67\xdd\xe0\x98\x91\x5a\xcc\x21\x70\x69\xbb\xc4\x6b\xcf\x97\x01\x73\xc3\x64\xaf\xde\x13\x06\xf5\x00\x4c\x51\xaf\x8d\x34\xdb\xcd\x6a\x58\xdd\x8b\xaa\x0d\xd1\xaf\x18\x98\x9f\x68\xa1\x4c\x42\x68\xa0\x75\xeb\x04\x89\x1e\xf7\xa4\x8f\xce\x6c\x4e\x9e\xfe\xe5\xf4\x7c\x34\xbc\xb8\x9d\x9c\x5e\x0f\xcf\x86\x17\xb7\xa3\xc1\xf9\x4d\xdb\xe3\xb7\x8f\x58\xe1\xd2\xe9\x2b\x87\x6b\x7b\x0e\x71\x6c\x4f\x5e\x9e\xb2\xe2\x27\x95\x1f\x3b\xd8\x92\xcd\xa3\xa7\xf1\x72\x12\x53\x19\xe9\xeb\x6f\x35\x21\x2c\x06\xb0\xb6\xad\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\x1f\x8f\x59\x70\xdb\xf4\x37\x23\xf4\xea\xe6\x76\x9b\x5b\xb1\x89\xf2\x9c\xcc\x78\xa9\x94\x19\xd6\xfc\xd1\xbd\x06\xa9\xa0\x0d\xab\x62\xe1\x39\x42\xc4\x38\x1a\xd4\x24\x42\x5a\x45\x4e\x31\x8b\xb1\xe2\x62\xd5\x30\xc5\x76\xcc\x33\x3c\x36\x45\x16\x1a\x5e\xd9\x5a\xff\x77\xbb\x60\x5e\xc5\xac\x4c\x4a\x06\x57\xee\xf6\xf2\xa7\xe1\xc5\xcd\x64\x78\xf1\x69\x72\x75\x3d\x7c\x3f\xfa\x6f\x9f\x77\x6f\x2b\xac\x17\xab\x9d\x10\x7d\x29\x6a\xee\xe2\x32\x00\x6b\xf9\x8b\x29\x39\xe2\xda\xb1\x30\xf3\x74\x36\x66\x8e\xb3\x88\xbc\xf9\x85\xe0\xd9\x7c\x51\xdf\x50\x79\x94\x57\x83\xdb\x1f\xb7\x1a\x26\xe4\x67\x9b\xba\x04\xe6\xb4\x55\x91\x86\xe8\xcc\xf2\x3d\x03\x4f\x54\x1a\x1e\xa0\x0c\xc0\xab\x75\x06\xef\x06\x8e\xb6\x95\xf6\x52\x65\x5a\x6b\x85\xff\x9a\xd7\x9b\x08\xe8\x36\xe0\x9b\x85\x6b\x04\xe2\xc6\x4c\xc9\x9b\x4a\x6b\x27\x35\xbf\x15\x6e\xb0\xef\x8f\x12\x32\x9f\x93\xd8\x90\x57\xb9\x61\x6b\x0a\xb2\x2c\x30\xca\xef\xf5\xba\x55\xb4\x05\x28\x76\xb8\x98\x7d\xa8\x46\x7b\x06\x7e\xe5\x3f\xa9\xe7\x15\xa7\xae\x14\x5d\xc4\x99\x54\x98\x35\xe0\x79\x76\x2c\x97\x9d\xa3\xec\x8b\xbc\x68\xbd\x35\x90\x38\xcb\x75\x7e\x0e\xb6\xf1\xe6\xd8\x42\x1b\xcc\x5a\x3c\x82\x02\x1c\x41\xed\xbc\x9a\x4d\x28\x15\x24\x7e\x72\xe3\xc6\x5a\xd5\xc9\x26\xa5\x83\xc5\xd1\x20\x9d\x5b\x50\x33\x63\x0d\x82\xf2\x01\x8d\xb1\x6b\x7b\xae\x5f\xee\x2d\x9e\x79\xf1\x65\x5f\xce\xdb\x09\x6f\xdd\xed\x5b\xa5\xd2\xc5\x41\x59\xe7\x38\x8b\x2c\x7a\x9f\x69\x36\x77\x4e\x5b\x83\x96\xbb\x60\x63\x74\x14\x96\x8b\x8f\x8f\x20\xbd\x78\xcc\x9a\xbc\x1a\x35\xa5\xd6\x43\x0a\xb8\x72\xb7\xd6\x6e\xd0\x14\x1d\x62\xea\xdc\x62\xb7\xcb\xfa\x40\xee\x75\x10\xf6\x1a\x7c\xfb\x76\x5f\xa6\xd8\xb8\x2d\x8b\xd7\x71\x53\x02\xa8\xe7\xaa\xdd\x42\x10\xda\x79\xbf\x8b\xb8\x12\xe6\x8a\x5c\x60\x69\x24\x57\x15\x2d\x8a\x03\x87\xd9\x14\xb1\x23\xca\xc3\xf5\x92\xe0\x6e\x16\x82\x56\x8e\x8b\x9e\xd1\xa9\xa1\x24\xbe\x1e\x7d\x08\xd6\xef\x2b\x8f\x74\x23\xfc\x50\x38\xf2\xca\x8b\xe1\x7b\xc0\xb0\x12\x9c\xb1\x68\x81\x96\x09\x36\x99\x4e\x0b\x2c\x0d\x49\x3b\xc7\x38\x9e\xd2\x84\x2a\x48\xd2\x36\x4e\xa5\xd2\x0a\x6b\x8d\x06\x8b\x7b\x07\x0f\x85\x73\x90\x98\x75\x44\xbf\x63\x64\x59\x5e\x86\xf2\x39\x63\xcb\xf2\x23\x1b\x7c\xb1\xd6\x25\x95\x93\xa5\x8d\x2b\xcb\xb7\x43\x73\x3c\x20\xcb\x7c\x2e\xdd\x76\xd6\xb6\x78\x55\xfe\xbc\xb0\xde\x35\x17\x75\xf7\x38\x01\x8b\x7c\xd8\x81\xcd\x97\x71\x11\x6b\x4f\xd6\x2c\xe1\xb8\xa1\x7c\x96\x6b\xdb\xc0\x1c\x36\xb5\x1d\xf3\x6c\xda\x04\xab\x65\x46\xb5\xbe\xf5\x75\x76\x7f\x77\x6e\xf7\x65\x17\x0c\x19\x20\x56\x44\xd1\x6e\xa6\x8d\x60\xd2\x58\x91\x23\xf8\xbc\xbe\x71\x0b\x26\xd5\x7a\xce\x15\x42\xcb\xf1\x70\x3d\x78\x97\x16\x69\x6b\x8a\x30\xff\x25\x83\x42\xcf\x97\xb3\x1b\x93\x35\xbc\x0b\x91\x29\x5a\xa5\xb0\xfa\x93\x58\xee\xf5\xb6\xe8\x54\x09\x69\xa0\x75\xc6\x48\xdd\x6c\x6e\xf4\xd7\xed\x0f\x64\xb1\xc6\xe4\x52\x50\x0e\xb9\xbd\xb6\x30\xe5\x1a\xfc\x91\xda\x7e\x77\x58\xc9\xbf\x67\x24\x23\x9a\xf6\xa7\x59\x3c\xaf\xda\x36\x3b\x48\x67\xf9\x94\x16\xfc\x11\xa5\x59\xb4\x40\xae\x71\x14\x93\x04\xaf\x0a\x53\x03\x79\x49\xf1\x04\x10\xbd\xb6\x84\x17\x8a\x32\xa9\x78\x0a\x51\x77\x79\xbb\x22\x63\x40\xf0\x08\x2b\x25\xe8\x34\x53\xb5\xd1\x50\x05\x9c\x8d\x2d\x1d\x5a\x37\x57\xc3\xd3\xd1\xfb\x51\xc9\x9b\x34\xb8\xf9\x29\xfc\xfb\xe7\xcb\xeb\x9f\xde\x9f\x5f\xfe\x1c\xfe\x76\x3e\xb8\xbb\x38\xfd\x71\x72\x75\x3e\xb8\x28\xf8\x9c\x06\xb7\x83\x9b\xe1\xed\x06\xb7\x52\xb5\xd7\xe6\x8d\xc0\x01\x0c\x88\x96\x5d\xac\xe1\x12\x3c\x80\x4e\xbb\xb4\xbd\x9e\xa0\x81\x03\x45\x09\x0b\x87\x61\xe7\x1a\x04\x97\xb6\xa9\x64\x66\x3d\x88\x67\x58\x61\x5b\x19\xb2\x8f\x06\xc8\x55\xf8\x84\xc8\x4c\xa9\x85\x05\x8b\x18\xa1\x77\xc7\x34\xa1\x25\x86\x28\xd7\xdc\xf2\xe2\x14\x7c\x66\xb1\x5a\x12\x12\x22\x24\xda\x7a\xee\xfd\x31\x1b\x3e\x10\xa6\x32\x80\x6f\xc3\x49\xe2\x2a\xb1\xba\x17\x82\xcc\x2a\x37\x4a\x49\x53\x9a\x60\x91\xd7\x11\xb8\xb4\x6d\x81\xc0\xee\xc6\xea\x13\xe9\xab\xe0\xd2\x4e\x79\xb8\x1b\x21\x18\xf7\xe9\xf9\x08\x44\xa0\x48\x39\x04\x5e\xd7\xf9\x98\x19\x2c\x10\xdb\x63\x8a\x21\x5a\x58\x71\x6b\x4f\x33\xdd\x37\x96\xa6\xbf\xae\xc1\xf1\xdf\x02\x6c\xc6\x58\x9e\x9f\x2a\xba\xc6\x0f\xd2\xfd\x63\xc8\x94\x58\xb5\x96\x6b\x6e\x01\xc0\x4d\x82\x6c\x6a\x03\x69\x8a\xb5\x05\x8c\xb9\x03\xb9\xd6\x2f\x40\xd8\x71\x51\x5e\xd6\x1a\xef\x8d\xee\x04\x40\xe2\x1a\xe4\xef\x44\x5f\x42\xaf\x75\x1d\xc2\xc4\x65\x58\x85\x29\xcf\x58\xec\x6a\xa3\xa7\x94\x1d\xa7\xf8\xf3\x37\x6e\xa6\x26\x11\xd0\x83\x87\x02\xc8\x03\x49\xb4\x26\xb2\xd2\x4c\x6e\xfd\x72\x8d\xd9\x9a\xf5\xda\x2c\x2d\x3a\xce\x0a\x6a\x4f\xae\xa3\x9a\xe0\xa5\x07\xb2\xaa\xdb\xbf\x0a\x04\xb4\x09\x90\xb2\x07\x1e\x1a\x59\x0a\xa2\x5f\xf4\x91\x51\x89\x09\x78\xf3\x7f\x43\xd8\x6d\xa1\x92\x44\x3d\xef\x0e\xbd\xbc\x3b\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\x85\x72\xd5\xd2\x55\x8a\x13\x04\x0c\xdb\xb0\x15\x0e\x72\x0e\xa0\x00\x2a\x2e\x6c\x47\x02\x09\x91\x60\xee\x65\x5a\xdd\x22\x7f\xcf\xac\xc7\xee\xbb\x6f\xbb\xdd\xb3\x4a\xac\x90\x83\x37\x0d\x43\xd6\x6d\xc6\x86\xbd\x73\x61\x5c\x19\xa3\x75\xf8\x20\xd7\x19\xd3\x57\xf1\x3e\x82\x1d\xda\x7b\xb3\x4a\x9d\xda\x3f\x37\x46\xc4\x3b\x43\xac\x30\xef\x3f\x19\xa0\xd2\xa7\x12\x8e\x92\xed\x0e\xe2\x61\x6d\xeb\xe1\x85\x36\xc5\xd1\xfd\x23\x16\xb1\xb1\x15\x42\xf4\x41\x1f\xfd\xc8\x1f\xc9\x03\x11\x3d\x14\x11\xa1\xb0\x85\x58\x90\xe0\x7e\x85\x03\x65\xdb\x19\x33\x08\x11\x37\x78\x15\x0c\x8a\xec\x29\x3a\x5f\x68\x7d\x32\x70\x9e\x73\xa1\xd9\x91\x32\xf8\x35\x4b\x12\xd9\xa4\xf6\x86\x05\x98\x25\xf8\xa1\x8a\x19\xb1\x4d\xfa\x29\x1a\xf9\xbc\x20\xe7\x9d\x72\x30\x9e\xeb\xc2\x1d\xec\x82\x59\xa6\x69\xb2\x90\x7b\x68\xce\x13\xcc\xe6\xfd\x7e\x1f\x11\x15\xf5\xbf\xe9\x44\xe8\xb6\xc1\xd0\xdf\xe5\x63\x3b\x13\xce\x25\x49\x56\x3e\x11\xdb\x47\xe0\xeb\x65\x86\x88\x7f\x49\x8d\xc9\xa3\x86\xfc\x6f\xca\x69\xac\xcf\x6b\x3a\xaf\xd7\x54\x3b\xe7\xc3\x34\xb4\x03\xa8\xe0\x1d\x5a\x32\xef\xd7\x6b\x5e\x1d\xf2\xbb\x5c\x9d\x8d\x3c\xcf\xab\x01\x73\x8d\xb3\xae\xc9\x4b\x9f\x78\x53\x41\xba\xad\x70\x52\x6a\x5b\xb2\x59\xd4\x5b\x65\xcc\x54\x49\xba\x86\xe2\x7c\xe6\xdb\xff\xcf\xde\xb5\xf5\xb6\x71\x64\xe9\xf7\xf9\x15\x8d\x79\xb1\x03\xd0\x32\x32\x83\x01\x16\x79\x63\x64\x79\x86\x81\x2c\x79\x25\x39\xde\xdd\xe9\x01\x5d\xec\x2e\x92\xbd\x6e\x56\x31\xd5\xdd\x52\x18\x60\xff\xfb\xa2\xce\x39\x75\xeb\x7b\x93\x94\xe3\xcd\xfa\x61\x30\x81\xc5\xae\x7b\x9d\x3a\xd7\xef\x3b\x25\xe5\x47\xe6\xd5\xae\x1b\x73\xe3\x54\x2d\xca\x0d\x12\xff\xeb\x12\xba\x1b\xad\x45\x39\xde\x3d\x03\x1a\x4c\xe3\x45\x5f\x28\x1e\x26\x10\x97\x2a\x2b\x00\x1d\xe6\x98\xc2\x1b\xdb\x0c\x36\x0d\x21\x9b\xc3\x1e\x7d\x70\x58\x92\x93\x1f\xb0\x96\xc8\xb8\xf8\xe9\x93\x02\x55\x1d\x88\xf3\x74\x4b\x86\x7a\x22\xd1\xe4\x3d\x02\x48\xda\xa3\x82\x5b\xa0\x3b\x78\xa8\x88\x94\xe9\x00\x0d\x1a\x9a\x78\x19\xad\x4d\x19\xc7\x67\xee\x31\xdd\xa4\x80\x97\xf8\x74\x11\xbd\x95\x0a\xe8\x6c\x28\x70\x4b\xb1\x75\xf7\x6c\x95\xae\x13\x74\x10\x3f\x7e\x6f\x52\x2a\x70\x86\xd8\x04\xe0\xd2\xa7\x4c\x94\xad\x0d\xb8\x8c\x23\x68\x0b\x3f\xf9\x59\x9b\xc2\xad\x3f\xa7\xf6\xe1\xa7\x08\x41\x3d\xff\x78\x1f\xe1\x52\x13\xb2\x9e\xea\x1b\xa8\xd7\xc8\x70\x52\x07\x2c\xd7\xf2\x08\x75\x20\xd8\x07\x5c\x74\x03\xad\xa8\x97\x9d\x97\xc9\xd6\x3d\x3f\x21\xe1\x13\xf1\x0b\xd0\x3c\x77\x0e\x2b\x10\xf3\xe5\xfc\xc4\x23\x22\x15\xb7\x66\xac\x14\x1c\x3c\xf5\xac\x8c\x52\xe9\x37\x1b\x65\xe5\x70\x76\xc7\x44\x3c\x8b\xa1\xa3\x56\x4a\x8c\xda\xd3\x3c\x83\x80\x0b\xe8\x95\x19\xa2\x03\x98\xd4\x38\x54\x8c\x09\xae\xbe\x8e\x70\x17\xd6\x5b\xc6\x22\xec\xaa\xb1\x48\x26\xfd\x22\x53\x1c\x81\xa9\x0a\xfd\x84\x97\xd9\xa3\xbe\xa8\xcd\x63\x6d\x0f\x28\x48\x80\xe6\xd9\x8b\x05\x0e\xdb\x43\xb7\xfa\xcc\x0f\x85\x8f\x8d\x4f\x27\x2a\xea\x3a\x90\x99\x9e\x8f\x21\x81\x1f\xdc\x0a\x58\xb8\xa5\x47\xc8\x37\xee\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\x16\x04\x80\xe7\x85\x44\xb5\xc0\x69\x6e\x1b\x15\xef\x21\xec\xd6\x21\x28\xd6\x06\x70\x42\xc3\x2a\xd6\xce\x91\x69\xa8\x55\x88\x1b\x1a\xcb\x9b\x8c\x23\xa7\xb5\xc3\x23\xf3\x81\x68\x73\x3b\x73\x80\x9c\x1e\x4b\x0b\x47\xb8\x34\x48\xb2\x80\x2a\x70\xc2\xf5\xf2\xcd\x45\x6b\xfa\x8d\x49\xbe\xb9\xbf\xba\xbc\xbb\x7a\xf8\x62\x39\x42\x26\x41\x67\x72\x92\x90\x19\xe7\x9b\xab\xb7\xf3\x0f\xd7\x0f\xcb\x37\x8b\xbb\xe7\xc8\x12\xa2\x3f\x1d\x91\x26\x74\x4f\xb8\x9a\x97\x52\x94\xfc\xd7\x93\xde\x64\x55\x89\x25\x9b\x90\xae\x6e\xb1\x6b\xfb\xd4\x1d\x6c\xb4\x89\x0b\x6a\x41\x3b\x09\x15\x09\x5f\x34\x0b\x03\xea\x91\x9e\xae\xb3\x3c\x87\x22\x32\xeb\x63\xa5\xca\x10\xbd\xa8\x20\x7f\x0c\x7b\x1b\xc9\xd4\x58\xac\x02\x60\x54\xf0\xfb\x6c\xb5\x25\x84\xe5\x63\x7b\xbd\x00\x2a\x83\x1a\xa2\x3e\xe8\xd0\x4d\x26\xb8\x1b\x06\x12\x22\x55\x22\xea\xc4\x7b\xa3\x4d\x7c\xce\x1a\x41\x52\xbc\xc6\xea\x9a\xe6\xc4\x05\xe7\xd3\xa8\x9f\xe6\x8f\x76\x86\x78\x89\x33\x81\x8a\x69\x70\x9b\xef\xdb\x8f\xee\x6b\x77\x05\x60\xdd\xf5\x4e\x32\x70\x44\x03\xe7\x90\xdb\x48\xda\x08\x04\xed\x76\x1e\xea\xcf\x19\xa6\x52\xc8\x75\x6d\x9d\xb5\x28\xd4\x6b\x9d\x81\xbb\x9a\x21\x77\x4b\x94\xe4\x55\xa1\xad\x7f\xb4\x9d\xe7\x1f\xef\x63\x81\xec\x91\xf4\x0a\x11\xb0\x33\x76\x81\x81\x7c\x19\xf4\x6f\x34\x14\x5f\x82\xbd\x44\x47\xe5\x8e\x33\x51\x20\x23\x5c\x9e\x73\xe5\x4e\x06\x8e\x87\xf3\x94\x38\x01\x80\xd9\xcf\x7d\x4f\xa4\x60\x12\x6e\xad\x1e\x2f\xfd\x95\x48\xb1\xea\xe7\xa9\xab\x46\x11\xb2\x04\x9f\xf3\xe4\xb4\x24\xab\x8f\x3d\x45\x94\x60\xd9\x7a\x88\xc2\xd4\xf1\x51\x67\xe9\x01\x9b\xfb\x76\x94\xce\x78\x94\x46\xbc\xeb\xfe\x2b\x11\x6d\xa5\x16\xa0\x16\x93\xd9\xc5\x1a\x6d\x8d\x74\x0e\x49\x30\x7a\x19\x5b\x5f\x1d\x07\xa5\x73\x54\xf4\xf1\xe6\xf6\xe6\xca\x8f\x1d\x2e\x6e\x1e\xae\xfe\x7e\x75\x17\xd4\xc3\x5d\xdf\xce\x83\x9a\xb6\xfb\x87\xbb\x5a\x29\xdb\x8f\xb7\xb7\xd7\x57\x8d\x20\xe4\xd5\xc3\xe2\x5d\xd0\xf8\x9b\x0f\x77\xf3\x87\xc5\x6d\xf0\xbb\x1f\x17\x37\xf3\xbb\xff\xf4\xff\xe5\xea\xee\xee\xf6\xae\xd6\xdf\x87\xcb\xfe\x70\x66\x30\x8d\x76\x53\xdc\x45\x4b\x3c\x54\xa1\xb6\x25\x7d\x60\xc5\xe7\x33\x57\x82\x42\xe5\xf3\x94\x4a\xce\xd6\xc2\xcd\xc0\x2b\x95\xf2\xe5\x71\x45\xa2\x5d\x85\xae\xad\xfd\x28\x5e\xaa\xc3\x92\x95\x25\xdf\xed\x4f\xe3\x28\x1d\x7f\x45\xa6\xd5\x9f\x82\x7c\x19\x51\x7f\x1a\xec\xea\xd7\x53\x7f\xda\x52\x5a\xda\xac\x3f\x5d\xdc\x2c\x1e\x16\xf3\xeb\xc5\x7f\xd5\x5a\xfc\x38\x5f\x3c\x2c\x6e\xfe\xbe\x7c\x7b\x7b\xb7\xbc\xbb\xba\xbf\xfd\x70\x77\x79\xd5\x9f\x50\xde\x1c\xbd\x33\xda\x5e\x45\x7e\x3f\x3f\x44\x0f\x9e\x3a\x8d\x71\x01\xb2\xd6\x08\xff\x12\x4e\x15\xcb\xb3\xdf\x32\xb1\x99\x01\x8b\xe6\x0f\xd1\x95\x52\x8b\x1d\xdb\xf0\xf7\x55\x9e\x83\xd1\x8b\x41\xb8\x4b\xc5\x59\x09\x3f\x7b\x2f\xd3\x85\xf7\x1d\x64\x0e\xb4\x4e\x03\xfa\x27\x4e\x5a\xec\x7e\x46\xfd\x7b\x26\x9e\xcd\x4a\x20\x17\x87\x65\x0c\xff\x01\x20\xf9\xe5\x9a\xc8\x95\x66\x36\xc6\x19\xfd\x52\xc9\x92\x45\xfc\xd7\x04\x8a\x28\xda\xcf\xc9\xb5\x3c\x89\x53\x76\x98\xfe\xa8\xfd\x4e\x0f\xd7\x9d\xb5\x5b\xf2\x88\xff\xb6\x9c\x42\xe9\x48\xb3\x7c\x87\x9f\x12\x8b\x63\xbb\x42\x54\xe6\x67\x48\xea\xba\x96\x9b\x76\x38\x23\xa8\x7a\x23\x0c\x26\xc7\x3d\x03\x29\xa2\x72\x13\x15\x99\xf8\x1c\x8b\x8f\x5b\x2e\x22\x59\x29\xfc\xa7\x52\x2a\x80\xed\x5a\xe7\x55\xb1\xe5\xc0\x1d\x3d\x8b\x9e\x78\xb4\x63\x07\x4c\x15\xdd\x49\xe5\x01\x3c\xc1\x91\xd1\x87\x13\xbe\xce\x33\xa1\xa5\xc5\x3e\x33\x21\x84\xfa\xd6\x9f\x23\xc4\x68\x4a\x88\xd8\xe9\x15\xbe\xe3\xf2\xa4\x9e\xb6\x1c\x52\x44\x9c\x77\xcb\x98\x71\x24\xb9\x01\x89\x53\xca\xcf\xda\x32\x33\xc5\x86\x2f\x0c\xa2\x07\x2c\xf7\xa3\xcc\xd2\x28\xad\xf6\x79\x96\x58\xb9\xfb\x24\x55\x67\x45\x35\xc6\xba\x26\x54\x54\xd7\x22\xb8\x7d\x13\x6b\x09\xa4\x79\xfe\x8e\x9e\xda\xea\x67\xae\x2e\xf7\x98\xd0\xaa\x82\xab\x57\xa5\xca\x36\x1b\x08\x1c\x98\xb0\xfc\xd7\x5f\x7e\xee\xca\xdb\x4e\x8f\x40\xfb\xf9\x61\xb9\xdc\x64\x09\xcb\x7d\x17\xb4\xd3\x5d\x6d\x7d\xab\xb9\xf6\xfb\x4a\x21\x07\xf9\xda\xd5\x18\x76\xe6\xed\xef\x15\x87\x12\xeb\x25\x92\xcb\x9d\x4e\x7a\xb7\x58\x23\xd5\x36\xb1\xb3\xb8\x04\x4a\x43\x70\x65\x5e\x38\xd7\xb7\xc1\x77\x43\x1c\x7e\x60\xb4\x8c\xe4\x13\xd0\xa3\x6a\x6b\x44\x2b\xe7\x7a\xa6\x42\x82\x6e\x62\x31\xdf\xac\x17\xd9\x40\xf6\xad\xad\xbb\x1c\x93\x5c\x36\xd9\x23\x17\x5f\x01\x5c\x80\xf3\xb4\xeb\xa9\xdb\x5b\xda\x2a\x22\x4f\x05\x80\xb3\x41\xa0\x63\x35\xe2\xfe\xa0\xde\x26\x97\x2b\xe4\x67\x6d\x40\xc3\xf9\xaf\x4e\x17\xca\xd4\x23\x57\x2a\x4b\xa7\xdc\x56\xb3\x26\xb7\xf6\xd3\xbe\x01\x5a\xdc\x7f\xdb\x13\x5c\x94\x4c\xdb\xa2\x65\x5d\x9b\xad\x27\x90\x0c\xa9\xce\x50\xd9\x55\x18\x73\xd5\x3d\xae\x06\xde\x01\x0a\x3d\x64\x0f\x91\x44\x73\x2e\x27\x6d\x74\x33\x25\x71\x60\x2d\x5d\x16\x63\xff\x26\x9f\x90\x57\x86\x49\x70\x36\xb9\x6c\x4a\x8d\xae\xd9\x3a\x74\xac\x00\x49\x87\xdd\xc4\xc0\xe3\x3d\x6a\x47\xeb\xeb\xfe\xc0\x77\xfb\x9c\x95\x67\x06\x57\x3c\xfd\x46\x55\xa5\xf4\x28\x93\xf5\x7c\x16\x96\x39\xd9\xc4\xd2\x40\x6c\x2c\xd2\x56\xf2\x35\x27\x52\xcd\xd5\xec\x7a\xbe\x5b\xb2\x2c\x26\x61\x43\x7a\x3c\xc2\x07\x5e\xda\xb4\x9a\xdc\x80\x81\x01\xda\x80\x9d\x75\x98\x57\x68\x52\x87\x6c\x2e\x38\x80\x84\x58\x3a\xef\xdd\x5e\x0a\x2e\xc8\xfb\x25\x64\x2c\xa8\x71\x03\x83\x6b\x69\xf5\x82\x20\xe3\x8c\x8c\x54\xe2\xf0\x2f\x64\xfe\x48\x8e\x6c\x0f\xf2\x01\xc0\xe0\xf4\x00\x2f\xf5\x7b\xaf\xb5\x5b\x26\x52\x1b\x71\x02\x1f\x5c\x0d\x0b\x56\xf1\x4d\x56\x94\xdc\x8f\xcb\xfa\xdf\x9f\x0d\x82\x32\x50\x88\xfb\x96\xbe\x13\x82\x72\xe8\x65\xd3\xb7\x76\xc2\x78\x0e\x7b\x9e\x2e\xec\x77\xfd\x87\x21\x48\xae\x48\x3d\x21\x11\xbc\x02\x78\x06\x38\x71\x54\x43\xa6\x75\x61\xc1\x1a\xec\x26\x59\xa2\x46\x83\x10\x07\x5b\xb4\xa9\x98\x62\xa2\xe4\xbc\x88\x05\x66\xa1\x63\x89\x4c\x90\x14\xb7\x0e\x30\x47\x9d\xae\x9d\xc8\xa2\xc4\x04\x5c\xf8\x64\xcd\xb2\xbc\x52\x9d\x2a\x24\x9e\xca\xa3\xb2\x7d\xfa\x56\xe9\x12\x9a\x8d\xda\x36\xcd\xa6\x0e\x78\xb7\xc8\x26\xad\x19\x2e\x39\xc3\x77\x17\x46\xd6\x3b\xa6\x60\x44\xee\xf8\xfd\xb6\xfe\x83\x8e\x6c\x82\x7f\x2b\x96\x7b\x39\x41\xe2\x11\x85\x4d\xbb\xf0\x61\xc5\x67\xc8\xf3\x1a\x52\x8c\x87\xbd\x5d\x7f\xfd\xcb\x80\x8d\xd1\x27\x75\xe0\xbc\x6d\x99\x48\x81\x8f\x96\x95\xb5\xb7\xc3\x9e\x5e\x40\x7b\x2c\x8d\x58\xeb\x0e\x84\x81\x5f\x79\x99\x34\x82\x92\x03\x4b\x55\x8f\x66\x0e\x04\xb7\x82\x5e\xc2\x18\x63\x9b\x6f\xdb\xbd\xc9\x84\x3a\x6a\xaf\x5a\xf7\xe1\x59\x67\x9b\xf3\x57\x5d\x8e\x85\x61\x75\xfc\xc3\x4d\x19\x97\xd0\x25\xa2\x97\xc7\x22\xaf\x9e\x78\x8d\x20\x26\xa1\xc5\x90\x5f\xdb\x1a\x0b\x02\x25\x86\x1f\x22\xb2\x35\xe6\x6f\x17\xd1\xf7\x36\x50\xfd\xfd\xdf\x4c\xf6\xee\x21\x5a\xc3\x5a\x43\x8a\xbc\x4c\x92\x4a\x01\x0c\xac\x61\xaa\xe6\xf8\xaa\x4c\x81\x20\x98\xe3\x5b\x5a\x80\x70\x81\x4c\xe0\x6e\xd2\x55\x32\x9a\x83\x49\x3d\x80\xad\x84\xf0\xca\xf6\x15\x23\xb8\x22\x55\x94\x51\x51\xf2\x7d\xab\x3c\x09\xd4\xa5\xf0\x21\x38\xa9\xca\xb4\x0d\x08\x79\xb8\x9a\xfd\x1d\xdb\xf7\xc1\xd4\x9e\xdc\xe2\xd0\x36\xd8\xf4\xc2\xfa\x2b\x07\x10\xad\x80\xc2\x43\xf0\xb2\xcd\xd5\xb3\x15\xf9\x5f\x24\x8d\x7e\x0a\x9c\xbf\x05\x66\x20\x22\x8c\x3e\xd9\x16\x7e\x3a\x3d\xa7\xcc\xe5\x8f\x13\x44\x3d\x36\xb8\x42\x34\x05\x1f\x00\xe2\x18\x80\x8e\xfa\xc6\x98\xb6\x7a\xb6\xe3\xc4\xe2\x74\x87\x27\xf2\x05\x6b\xd3\x7f\x6e\x2c\xd1\xd4\xd2\xf4\x47\x1f\x8b\x03\x54\x2f\x97\xfb\x33\xca\x63\x61\x4b\xd2\x7f\x0e\x01\x55\x82\x25\x96\xd9\x28\xe4\x99\x26\x61\x36\xbc\x50\x29\x17\xb2\xe4\x11\x8b\x44\x96\xbf\x16\x55\x9e\xbf\xbe\x91\x42\x0b\xe6\x22\xdb\x60\xbe\x12\x78\xac\x91\x6d\xca\xb1\x16\x05\xa1\x0a\xef\x0a\x80\x70\xd6\x43\xc2\x28\x4a\xa9\x25\xa6\xde\x82\xfc\x10\x0b\xfd\x05\x11\x27\x00\xd9\x4b\x66\x6b\x1b\xb0\x37\x83\x71\x4b\x7d\x41\x9d\xef\xc1\x6f\xbc\xe5\x80\xf5\xc1\xc2\x9e\x54\x53\xf0\x8d\xd6\xfd\xab\xa1\x75\x97\xca\x78\xfe\x27\x10\xbc\x77\x5f\xaa\xa3\x19\xd6\xad\xa1\x63\xd5\xd6\x11\xe7\xf1\xf7\x0c\xc7\x3e\x27\x48\xb0\x43\x04\xa6\x7f\x9b\x8a\xf0\x6b\x56\xea\x1c\x51\xa9\x5f\xb0\xe0\x7f\x29\xd7\x86\x96\xfd\x78\x90\x82\x91\x61\x01\xbf\xcc\xca\x87\x26\x68\x1e\x92\x2e\xbb\x57\x8a\x25\x59\xc6\xe3\x06\x5b\x5f\xb0\x5b\xf1\x16\x3f\x7f\x2f\xf3\x2c\xe9\x8f\xa5\x98\xa7\x09\xf8\x27\x1a\x91\x34\x60\x6a\xe1\x86\x03\x92\x06\x85\x41\x82\x92\x27\xa5\xf3\xfc\x34\x27\x37\xc5\xc7\x68\xcc\x05\xdb\x0a\xa0\x60\x39\x76\x1f\xfd\xac\x40\xb2\x39\x14\xda\xa1\x22\x0d\x64\x0e\xe0\x72\x4c\x18\xd9\x17\xc1\x40\x40\x36\x3d\x6d\x65\xce\x67\xe8\x5a\x82\x40\x45\x2c\xf6\x5c\x25\x52\x1b\x69\x51\x2a\x9f\x28\x39\x33\xcb\x53\x57\xcd\xfe\x12\xe2\xa6\x10\xdd\xf8\x8e\x20\x7b\xb8\x75\xfd\x59\x1a\x95\xe1\x63\x6b\x60\x3b\x4f\x85\x83\x39\x57\x20\xa4\xef\x14\x7c\xa4\x58\x2a\x2e\x05\x31\x1f\xd4\x9c\x38\x7a\xd1\x83\xf1\x4c\xdb\x61\x6e\x0b\x95\xe1\x81\x41\xce\x9d\xb2\xb6\xaf\x54\x35\x53\x5f\x4a\x28\xc0\x40\xbc\x26\xf4\xeb\x6b\x03\x11\xe2\xdd\x0c\xd5\x10\x97\x0e\x4d\x9b\x1a\x0b\xe7\xb6\x7a\x51\xf8\x2a\x49\xeb\x3e\x63\x7d\x41\x06\x68\x78\x09\x9f\x45\x2f\x82\x89\xbe\x80\x04\x7d\x21\xa1\x3f\x72\x50\x04\x4b\x03\xc7\x75\x16\x65\x65\x2c\xb2\x02\x4f\xa6\xe2\x39\x7f\xd4\xa3\xf3\xf9\x53\x29\x04\x41\x38\x0a\x76\xda\x10\xad\x67\x54\x12\x90\x5a\xb4\x57\x48\x85\x53\x7e\xa2\x37\x83\x84\x42\xa0\xc3\xa8\x04\xd4\x29\xf3\x5f\x91\x73\x44\x1b\xba\xe8\x95\x4f\x75\x77\x8e\x0a\x87\x00\xe5\x80\x88\xfb\x20\x2b\x64\x2f\x4b\x89\x0f\xd8\x54\xae\xda\xac\xbb\x0c\x95\xd1\x95\x2c\xb7\xc1\x46\x10\xe2\x14\xde\x24\xae\x4d\xec\x12\xe8\xdd\x60\x5d\x05\x67\xe5\x36\xca\xca\x19\xa4\x4b\x1a\xc1\x11\x0b\x96\x12\x60\x27\x35\x97\x59\xfe\xe5\xee\x7d\xa6\xbf\xaf\xe4\x63\x9f\x4e\x77\x6a\x30\x0e\x6f\xf5\x3e\x67\x62\x89\x02\xf5\x77\x08\xc7\x79\x60\x60\x5d\x7e\xac\x6a\xb5\xb4\xe4\x1c\x67\x19\xa7\xd5\x74\xee\x02\x88\x3e\xad\xc2\x99\x8e\x66\x78\x18\x5c\x89\x97\xd1\xcc\xa1\x6e\xdd\x84\x05\xb2\x5c\x0b\x0b\xf2\x92\x8d\x97\x02\x2e\x52\xc7\x6a\x0e\x62\x73\x5a\x87\x42\x75\xe6\x04\x7c\xad\x61\xa3\x31\x3b\x5f\x7b\x43\xea\xdb\x3e\x3d\x62\xd1\x50\x98\x8e\x8a\x5a\x0c\x0c\xeb\x79\x23\x17\x9d\x2e\x84\x66\x04\xe3\xa3\x65\x32\xb3\x3e\x65\x4c\x51\xe1\x51\x21\xb5\x5d\x63\x3c\x1c\xed\x60\x6f\xbe\x09\x22\x5b\x42\xde\xe7\xcc\x7a\x0f\x29\x21\x46\x57\xe6\x22\xa5\x5a\xb4\x10\x96\xa4\x7b\x16\xc5\x7f\xc6\x93\x55\xc4\x7f\x46\xb4\x7b\x83\x19\x68\xf8\xda\xe8\xfe\xa4\x01\x65\xa8\xf5\xb4\x63\x6e\x86\xbb\x70\xc4\x23\x36\xc9\x9b\xf7\x7b\x12\xa5\x79\x65\xcb\x98\xbe\xb5\xc2\x06\xe8\x99\x44\x9b\xf3\x60\x58\xd4\x00\xd7\x56\x55\x49\xe9\x26\x6c\x79\xa7\x7e\x34\x1f\xea\x25\xda\x57\xf4\xa2\x5a\x9e\x27\xa9\x62\x61\x5a\x73\xc4\xb4\xf3\x3c\x6f\x34\xd5\xe4\x5b\xf3\xce\x2a\xf8\xa8\x0d\xa2\x08\x00\xd5\xb8\x6a\x84\xba\x1c\x00\x9f\xf7\x8a\x3b\xb4\xd3\x8b\xc8\x31\xfe\x81\xea\xd1\x43\x2e\x96\xe7\x86\x59\x0b\xb5\x36\x8f\x4e\xa9\xa8\x20\xcd\x7f\x5d\x69\x71\xe4\xd5\x42\xc4\x02\x58\xe6\xd6\x19\x24\x64\xd0\xba\xc4\xe2\x9d\xa4\x9a\x0a\x50\xaf\xcc\x24\x4d\x70\x9f\x96\xed\x85\x05\x56\xa1\x7f\x78\x03\xcf\xf6\x1a\xc3\xcc\x35\xa4\x5d\xc8\x1f\x82\x2c\xc7\x99\xd6\x3d\x94\x9b\x54\xc2\x44\x2c\xfe\x5b\x2f\x8f\x21\x4f\xa3\x6d\x95\x6b\xbc\xc4\x06\x99\x38\x7a\xf9\x09\x1b\x7d\xf9\xb7\xef\x3e\x7d\x87\xc4\x94\x55\x01\x58\x56\xb3\xf0\x09\xb1\x65\x71\x55\x9e\x43\x8e\xad\x99\xc1\x5a\xc9\x1d\x56\xf1\xda\x2e\x7a\x79\x53\xc8\xca\x99\xc8\x31\x35\xc8\x2e\xe5\x3c\xaf\xf3\x28\x61\x65\xb2\x7d\x65\xb4\x39\x9f\x50\xce\x63\xd8\x07\xcd\x51\xeb\x5a\xed\x95\x61\xda\x02\x53\x3b\x8b\x15\x1b\x9c\x17\x3d\x05\x88\x9b\x3c\x04\xa7\xd2\x47\x64\xc6\xc3\xe9\x60\x5a\x9d\xa6\x67\x7f\x6e\x90\x6a\x9c\xbb\x94\x5c\xc4\x82\xed\x78\x1a\xc5\x08\xec\x10\xff\xd9\x6c\x7f\x2c\xf6\xab\x8b\xfc\xb0\x2e\x2f\xa0\xc8\xe5\x42\x2f\xcb\x05\xa0\x39\x0c\xbc\x74\xcb\xb4\x69\x2a\x0d\x2c\x77\xa7\xb1\xd5\xae\xef\xd8\xd5\xb1\x3d\x8d\x57\x5a\xd0\xc5\x63\xd7\xe7\x3e\x8c\x01\x85\x95\x85\xc0\xc1\x45\x8c\x61\x5a\xc9\xf5\x14\x2b\x77\x3f\x91\x8c\x25\x2a\x4a\x56\x66\x09\xa2\xb2\x09\x96\x1f\x20\xad\x67\x16\x8b\x34\x53\x68\x5a\xb3\xe4\x90\xe4\x59\x42\xec\x5f\xa1\x2e\xc4\x1f\xb9\x28\xaf\x7e\x2d\xb9\x12\x2c\x37\xf9\x43\x0b\xb1\x96\xa7\x28\x44\x9c\xda\x3b\x0d\xe1\x7a\x11\x6a\x3c\x50\x92\x8e\xed\x3a\x07\x63\xa2\x90\xa2\x1b\xac\x6a\x93\x6f\x60\x8f\xf8\x8c\xf0\x61\x18\x54\xac\xfc\x7b\xb5\x92\x39\x8f\x7e\xa9\xb8\x3a\x44\x8b\x37\x91\x54\x50\x5b\x5b\x4a\xfa\xa7\x2c\x9d\x04\xe6\x8a\x8c\xb5\x14\x0a\xb4\xfc\xb8\x35\x7d\xa8\x31\xe2\xc2\xc1\x57\x4b\x65\x19\x50\x3d\x67\x67\x38\x83\xb6\xdd\x0a\x4a\x50\x00\x92\xef\x4b\x29\xaf\x5d\xc5\x2f\xed\x77\xe5\x43\x87\xe2\x6a\x69\x35\x43\x1f\x67\xfd\x52\xd3\x3a\xa9\x63\x39\x8f\xb0\x3a\xd7\x78\x1f\xa4\xca\x36\x99\x60\xa5\x54\xd1\xcb\xf7\xa6\xa4\xed\x3b\x5b\x86\x0d\xab\xd8\x3e\x8c\x9a\x77\x75\xca\x12\xa1\x67\xb6\x5d\x35\x82\x68\x32\x4f\x97\xcd\x9a\x83\xa9\x90\xb2\x83\xd9\x12\xfa\x57\x45\xc9\x76\x7b\x1f\x52\xd2\x22\x9d\xd1\xca\xe4\xb8\x08\x91\x19\x18\x18\xe1\x59\xe1\x72\xd7\x62\x41\xae\x2b\xdc\x37\xa9\x5a\xb0\xd2\xeb\xb3\x04\x31\xbf\x3c\xb2\xa2\x83\x28\x4b\x87\xbf\xee\x75\xef\xdf\x5d\x1b\x8f\x9e\x7b\xb6\x83\x77\x10\x26\xca\x45\x02\x52\x15\x32\xd7\xb7\x41\xf2\x7c\x2c\x5c\xe2\xfa\x65\x2e\xab\x34\x22\xd9\x43\xa1\x02\x75\x11\x65\xfc\x62\x16\x15\x7f\xfd\xe1\xf5\xeb\x8b\x8b\x2e\x06\xf1\x89\xd8\x45\xf6\x7e\xc3\x77\xed\x27\x1c\xfe\xd6\x5a\x18\x32\x70\xb5\x68\x65\xa7\x19\x87\x14\x25\x7b\xc7\xf6\xfd\xe5\x07\xcc\x28\xb6\x4e\x16\xfa\x88\xfd\x2d\xf7\x7f\x0c\x9f\xe8\x72\x9a\x35\x6b\xf0\xa9\xe0\x4c\xfb\xde\x9e\x30\x39\xbb\xde\xa5\xe5\x58\x3d\xa5\x3b\x93\x05\xdc\xdf\xd5\x9e\x29\x2e\xca\x25\xf4\x38\xad\x33\xe8\xe4\x3d\x7c\x1e\x94\xe5\x8d\xb2\xda\xff\xf9\x20\xd1\x19\x63\x72\xf3\xff\xe5\x71\x21\x13\xd6\xa5\x7e\x81\x5e\x66\x10\x1b\xf5\x1c\xd7\x43\xf4\xaf\x34\xa1\x23\x56\xcf\x9b\x50\x20\x3e\x47\x4d\xc8\x8d\x1e\x61\x2a\x2c\xd5\xaf\xcd\x3e\xd5\xe2\xcc\xfc\x9b\x3b\x73\x98\xd1\xed\x42\x28\x11\x2b\x23\x24\x45\xff\x8d\x2b\xe9\x6a\xae\x09\x3f\xdf\x6b\xb8\xa7\x4e\xe5\xb0\x3c\x1e\x10\x0a\x91\x1e\x11\x8a\xc8\xc7\xe2\x80\x7f\xa1\xf2\x07\x54\xfd\x56\x07\x53\xaf\xd2\x0d\xa1\xbd\x3c\x82\x61\xc4\x0e\xc5\xd3\xbc\x3c\x19\x6f\xac\x53\xfb\x60\x98\x0b\xfa\x1a\x14\x4b\x6d\x24\x68\x8d\x88\xed\x29\x0f\x01\x88\x06\xd6\x51\xdd\xd3\x76\x01\x93\xf8\xe7\x7f\xfc\xeb\xa2\x0b\xe7\x0d\x86\x7e\x34\x8f\xdc\x5b\x43\xaa\xa9\x38\x4b\x1d\x4f\x89\x4f\x43\x32\x84\xe1\x36\x78\x20\x4f\xd0\xb7\x4e\xd9\x97\xa6\x46\x65\xd1\x59\xdc\x11\xcf\x52\x1f\xa4\xd7\x1e\x70\xda\x1e\x4b\x53\x21\xd7\x11\xd8\x55\x1d\x3a\xdd\x05\x8d\xb3\xa5\x87\x09\xab\xd7\x2e\x9f\xbe\x90\xb6\xda\x55\x89\x3e\x66\xf8\xc6\x12\x7a\x2f\x65\x7e\xaa\x35\xc4\x72\x83\x7b\xb4\x04\x98\x89\x53\xb4\x19\x3c\x00\xd6\xfc\x59\xbc\xb1\x9e\x39\x5b\xda\x0d\x72\xda\x03\x79\x82\xb0\x11\x0d\x01\x82\x35\x48\x72\xd6\x9d\x4c\x51\xec\x5b\x9c\xb3\x13\x93\x42\xa0\x0d\x8c\xea\x58\x04\xe5\x86\x79\xe6\x25\xb2\x32\x37\x46\x28\x7f\xab\x8d\x70\x92\x2d\x86\xa0\x10\xb5\xae\xac\x2e\xe2\x97\xc9\xda\x75\xf4\xfa\x36\xeb\x89\x50\x54\xda\xb0\xa3\x07\x24\x16\xde\x63\x81\xc5\x30\x26\xeb\xc6\xae\x5a\x9b\xb9\x16\x1c\xc3\x93\xcd\xb5\x53\xb0\x10\x7a\x8d\xed\x37\x3e\xe4\x08\xf8\x8c\x13\xb9\x5b\x69\x93\x09\xa1\xc2\x28\x68\x03\xaf\xdc\xdc\xd4\xc5\xda\xa2\x3e\xf3\x5a\x21\xca\x60\x6d\xed\x6d\xc6\x8b\x5f\xb5\xe7\x8b\xac\x21\x4d\xd0\x57\x2d\xce\x0b\xdb\xd0\x2e\x67\xe7\xf5\x19\x00\x9a\xfe\x13\x3b\x14\x80\xcf\xa2\x6d\xf7\xf5\xda\xd1\x4f\xf9\xb6\x84\xb5\x26\x6d\x19\x23\x81\x9d\x55\x04\xdb\x44\x73\xc9\x88\x81\x30\x37\x48\x34\xae\x9c\xe5\x45\xd1\xbe\x38\xcf\x8d\x31\xd1\xbe\x16\xd0\xbe\xad\x84\x26\xb4\xeb\x20\x4b\x7b\x86\xf6\xcf\x5f\x5c\x72\x3d\x4f\xa4\xb0\xd5\xd3\x67\x31\xab\x5b\xf0\x27\xda\x87\x0b\x7f\x6b\xc0\x64\x0f\xd9\xf8\x27\xba\x1a\xbc\x67\x52\xc9\x84\x60\xbf\xcb\x08\x60\xdb\x50\x1c\xeb\xbe\x67\xd1\x8e\x65\x82\xae\x41\xa9\xb4\x80\x4c\xf9\xaa\xda\x6c\x3a\x2d\xe0\x5c\x6e\x9e\x35\x78\x62\xd0\x1a\xbc\xdf\x77\x24\xee\xe7\x7d\x08\x04\x43\xd6\xe6\x1f\xc7\xd5\xd1\x5b\x90\x75\x0e\x67\xc5\xc2\xf4\x84\x0e\xf2\x75\x96\xf3\x2f\xe3\x9f\x38\x93\xb3\x65\x31\xc6\xd9\x62\x22\x2c\x90\xe5\x89\xf3\xb0\x3e\xf0\x6f\x5e\x98\x2f\xe7\x85\x69\x75\x35\xd7\x47\x89\xf5\x39\xcb\x2c\x54\x82\x7b\x46\x79\x64\x01\x9d\xad\xb4\x86\x51\x11\x3a\x59\xc1\x45\x5a\x00\xf8\xfe\xf9\x2b\xea\xe0\x05\x3a\xbd\x5c\x6d\x80\x7c\xe2\x5e\xee\x78\x04\x5d\x15\x88\xf2\x13\x51\x32\xed\x0c\xe2\xc6\x7a\x82\x0e\x10\x12\xc4\x12\x05\x46\x93\x2d\x13\x1b\x9e\xba\xed\x7b\x29\xf8\x53\xa4\x5f\x84\x99\x1f\x48\xf3\xb6\x67\x16\xf1\x32\xf9\x8e\xe0\x85\x5d\xde\x8d\xe2\x89\x54\x29\xc0\x6c\x6c\x98\x4a\x21\xdb\x8b\xae\x65\xce\x92\xcf\x40\x70\x07\x8f\x26\xf6\x48\xc1\x3e\x83\x44\x81\x01\x68\xd7\x5a\x26\x12\x84\x7a\xb5\x9c\xf3\x66\x7c\xf8\x79\x11\xb1\x44\xc9\x82\x18\xb0\x89\xd7\x8c\x08\xb5\x3c\x4e\x21\xe8\xb1\xd3\x91\xc2\x8a\x93\x90\x35\xe6\xc2\xe5\x6e\xf0\x5f\xf7\x39\x13\xe1\xbd\xc4\xe9\x96\x8a\x01\xe4\x70\xe7\xc9\xb7\x35\x8d\x5f\xb4\xaa\xda\x87\x0c\x75\xd7\x0a\x35\x50\xc5\x59\x7a\xf0\x2b\xbf\x32\x41\x38\x80\x2c\xdd\x65\x42\x6f\xbd\xbe\xd6\xc8\x31\x45\x32\x16\x9a\x4e\x58\x8e\x21\x6f\x80\x79\xca\xf3\xda\xd5\x2f\x22\xc1\xb5\xda\xc2\x54\x96\x1f\x40\x53\xdd\x2b\xfe\xca\xeb\xc7\xbb\xdf\x94\x73\x97\x15\xb1\xc0\xb1\x03\x43\xe5\xba\xca\x51\x9f\x05\x8b\xcf\x4e\x80\xee\xe1\x87\xc5\x4c\x3f\x65\x25\x81\xab\x78\x1d\xc3\x99\x3d\x4b\xfe\x52\xd3\xd6\x1a\xe5\x3e\x74\x15\x89\x0a\x92\x2b\xb6\xf2\xc9\x24\x59\x3e\x31\x17\x43\x9f\x62\x8c\xbe\x27\xd9\x65\x0c\x4d\x2f\xe2\x0e\x6a\x47\xc0\x70\xf1\x56\x2a\x02\x40\x01\xe1\xf0\x9e\x88\x34\xfe\x91\x3d\xf2\x59\x74\xbf\x67\xea\xf3\x2c\x7a\x73\x10\x6c\x97\x25\x3f\xc9\xd5\xa0\x7d\x79\x0e\x1f\x8b\x55\x83\x26\xfb\xe0\x5a\xbd\x15\x33\x0f\xfe\xc0\xf3\xc4\x35\xbd\x01\x26\x18\xaa\x4f\x0c\x21\xdf\x76\x3d\xe3\x26\xbe\xdc\x89\x91\x71\x2e\x2d\xb9\x3b\x3c\xde\xa9\x33\xd7\x25\x80\x93\xd5\x94\x81\xdc\x16\x14\xd6\x32\x12\x12\xa7\xf5\xc4\x5f\xc1\xab\x27\x55\xb4\xcf\x59\xa9\xcf\x8a\xe1\xa6\xc2\x53\x81\x71\x6c\x94\xf6\xb5\xbc\xf2\xb1\x8f\xba\xe9\x78\xb9\x97\x32\x6f\x7d\xdb\xcf\xba\x80\x0d\x6f\xda\xd8\xc5\x5b\x60\x3e\x5e\xe1\xbf\x78\x66\x15\x9d\x67\xc6\xf9\x71\x3c\xfc\x70\x38\x4d\x69\xa5\x90\x50\xc7\x2c\xc7\x85\x73\x83\x32\x6d\x22\x60\xf6\x00\x3e\x72\x2b\x9e\x30\xa8\x18\x36\xda\x07\x72\x7d\x81\x8b\xca\xbd\xd1\x2d\x3e\xa3\xa2\xd9\x4f\x87\xca\x01\xed\x2e\xb3\xb6\x02\xb2\xa9\x97\xeb\x61\xdb\xea\x08\xc6\x91\x1b\x27\x96\xc9\xe0\x1a\x2a\x10\x37\x09\xeb\xcb\x24\x67\xc5\xc8\xec\x99\x56\xb9\xb3\xa0\x86\x2e\xa1\x9d\xf1\x32\xf3\x1f\xe0\xb3\xdb\x8d\x14\xc6\xb1\x98\xdb\x02\x69\xf7\x8c\x5b\xd5\x03\xc5\x2c\x2a\x5d\x8d\xad\xc1\xb4\x30\x57\x4d\x3f\x8b\x8a\x2a\xd9\x42\xe2\x5b\x28\xa7\x7c\xb9\xd5\xbc\xb1\xb3\x58\xe8\x87\x10\xd1\xf2\x18\xc4\x6d\x9e\xf4\x73\x57\x64\xbf\x71\xfb\xd2\xa2\x4a\x14\x3c\xae\x2b\xa6\xb7\x86\x20\xef\xeb\x8a\x88\xc9\x41\x64\xea\x33\x4f\x3d\x57\x52\xb5\xd7\x26\xf0\x45\x6c\x97\x19\xcf\xaf\x63\x69\x23\xcd\xa6\xf0\x27\xe6\x2b\x62\x35\x49\x9b\x67\x6b\x9e\x1c\x92\x46\x3d\x6d\x10\x2d\x3d\x9f\xcf\xf2\x38\x97\x5d\x5f\xdd\x65\xbb\x25\xf6\xb1\x51\x3b\x14\x75\x85\x98\xfe\x6f\x26\x97\x74\x94\xfe\xfd\xd1\xbd\x2e\x03\x09\xe5\xdf\xf2\x44\xfe\xb0\x1e\x8a\x71\xd5\x80\x81\x0c\x33\xa9\x18\x60\x11\x91\xe6\xdc\x9a\x00\xf2\x75\x15\x7c\x64\xa9\x7f\x77\xca\x2d\x6f\xa9\xfb\x18\x77\x1d\xa8\xac\x26\xb5\x25\x3f\x53\x10\x83\xf0\x53\xb3\x5e\x97\xb9\x2c\x2a\xd5\x2f\x00\xee\xc2\x51\x9b\xde\xdd\x6c\x02\x24\x27\xbe\x5b\x71\xa8\xe6\x4a\x71\x67\x5a\x27\x33\xa4\x2c\x68\x9b\xa9\xfe\x3d\xa5\x46\x3c\xf1\x28\x61\x7b\xc8\xaa\x6d\xc7\x3f\x6d\x7c\xe7\xd9\xd8\xf0\xfa\x6e\xb8\xaf\x09\xd4\x1e\xc8\xe0\x70\x05\x31\xa5\xaf\x2a\x05\xb3\xd5\x0e\xab\x55\x9c\x07\xee\x98\x51\x51\xb8\x73\x78\xb8\xdf\xb3\x72\x8b\x8e\x02\xe0\x02\xc0\x88\x6c\xa9\x95\x28\x44\xa7\x46\xb7\xf7\x2a\x97\x2b\x80\x34\x2e\x81\x8d\xa9\xe3\x9c\xd3\xe1\x1c\xb5\x74\xcd\x0d\x1b\x73\xb6\xf5\x7d\x80\x0c\x7a\xc5\x0b\x28\xa5\x6c\xc6\x95\xc6\x26\xb3\x4d\x73\x66\x34\x87\xab\xc5\xd6\x9b\x86\x33\xa3\x09\xac\xa4\x25\x3b\x64\x36\x5d\xb5\x88\xf6\xa1\x8b\x75\xe5\xe7\xa0\x33\x60\x68\x2a\x81\x03\x17\x03\xb7\x45\x26\x36\x39\xaf\xcd\xd7\x60\xc6\xc7\x62\x8e\x7f\xf1\x69\xcb\x1d\xf4\x9f\x4d\x1e\x22\x78\x60\x7b\xff\x30\x29\x3d\x9a\x9b\x22\x53\x28\x66\x64\x14\x58\xb4\x56\x17\xb8\x48\x66\x86\x07\x5d\x69\x9d\xba\x00\x95\xa1\xa8\x56\xaf\x5c\xc9\xa1\x54\xa0\x64\x40\x45\xea\x9e\x29\xc0\x5e\xdf\x66\x79\xfa\xaa\xe5\x21\x41\x3f\xa7\x03\x02\x33\xa8\x14\x2c\x27\xf1\x05\xb6\x21\x56\xbc\xd8\xb9\xdb\x76\xb4\x8a\xcf\x59\xb2\xb5\xd5\x16\x28\xae\xfb\xe4\x45\x60\x30\xfd\xde\x49\x30\x23\xb2\x4c\x3a\xa0\x5f\xff\xf8\x72\x22\x58\xb3\x31\x72\xe2\x21\x34\xaf\xcc\xad\xd1\x06\x22\x49\x8e\xae\xa5\x2a\x96\x18\xea\xff\x02\x25\xf9\xce\x3b\x54\xec\xd9\x93\xa0\x42\xbf\x49\x25\x0f\xe3\xe4\x43\x3b\xa7\x84\x96\x0f\x8d\xf4\x1f\x27\x29\x04\x15\xcd\x97\x99\xc5\x49\x9d\x79\x88\xe1\x2c\xcf\x7d\x74\x2e\xe7\x0e\x8a\x85\x73\x1a\xe8\xe7\x3f\xcf\xf5\xff\x27\x75\xc1\x4d\x85\x9d\x29\x14\xcb\xf0\x99\xa9\x4a\x23\x44\x07\x0a\x53\xbc\x42\xe3\xdc\x99\xd0\x43\xb7\xf9\x5c\xfa\x64\xc2\x92\x2d\x5f\xea\xa1\x55\x13\x4a\x97\x2e\x59\xc9\x72\xb9\xb9\xd4\x1f\xdf\xe3\xb7\xbd\x8f\x19\xea\x45\xa8\xa6\x61\x5f\x90\x04\xc8\x12\xa8\xc0\xb7\x5e\xd9\xc1\x80\x20\x76\xbb\x6c\x61\xa3\x1c\x1c\x6b\xbb\x4b\xde\x23\xaa\x84\xcb\x6c\xea\xa2\x12\xa6\x94\x49\xec\xa5\x5e\x23\xa6\xca\x6c\xcd\x92\xc0\x8b\x3e\x0a\x93\x27\x78\x21\xb1\xc5\x02\x42\xd0\x8e\xe0\xdf\x88\x72\x16\x59\xa0\xee\xee\xfd\x3f\xb7\x4d\xc1\x9d\x90\x7e\x06\x1f\x49\xbf\xf3\x10\xaf\x6f\xf3\x8d\x0c\xbc\xcb\xac\x91\xfc\x3c\x72\xb1\x59\x14\xc0\x2d\xb4\x2e\xa9\xc7\x23\x7d\xc2\x1a\x1e\x59\x68\x32\x0d\x8d\xcf\x23\x77\x1e\x2f\x39\x1b\x80\xba\x44\x6c\x8c\x54\xb0\x54\xb3\x5e\xd6\x8b\x2c\x61\x09\x31\xd5\xfb\x91\xa7\xae\x00\xd5\x43\x21\xd1\x4f\x1f\xdb\xf0\x68\xc7\xd3\xac\xaa\x83\x3d\x06\x65\x09\xdf\x6c\xe1\xff\x7f\xb6\x30\xa4\x17\x3c\xa7\x21\xdc\x5e\xf0\xf2\xed\x29\xfc\x0a\x9e\x42\x6f\x9c\xb4\xd7\x13\x6f\xc1\x68\xe9\xd1\x1f\xc1\x73\x8f\xad\xd3\x40\xed\xbb\xc2\x9a\xe7\xd0\x77\xe1\x94\xfe\x1a\x68\xc5\x7f\xb4\xfb\xaf\xbb\xf0\xeb\xab\x0a\x64\x8c\x79\x4c\xf5\x15\xb7\xa1\x8d\x1b\x73\xb5\x81\x7f\xb1\x94\x7d\x57\xdc\x43\xc5\x61\xe5\x8b\xc2\xae\x7a\x78\x95\x4d\xbe\xd6\x75\x56\x94\x3f\xb3\xbc\x3a\x09\x0a\x07\x6a\x4b\x9e\x2d\x1a\x6f\x86\x8a\xc3\xf4\xbe\xe8\x0d\x22\xdf\x85\x61\x5e\xfd\xae\xe2\x99\x83\x92\x79\x03\x30\xab\xc7\x3d\x45\xf0\x7e\xb2\xeb\xf5\x09\x75\xc6\x27\xc5\xf6\x7b\xae\x4c\xec\xb2\x11\x5e\x06\xb4\x56\xe8\x25\x16\xe8\x7b\xf8\xe9\xfe\xf6\xa6\xfe\x36\x68\xd9\x53\x6b\x1a\x7e\x06\x4b\x77\xd1\xbe\x73\x37\x55\x9e\x77\xee\xdc\x08\x12\xcb\x0f\xd7\xd7\xcb\x9f\xe7\xd7\x1f\xae\x7a\x81\x16\xbd\x9f\x75\xae\x89\x1d\x09\xad\x09\x5a\x84\x25\x58\x81\xd5\x8e\x2b\x53\xde\xe1\x66\x8d\x8a\x77\x95\xe7\x21\xe0\x66\x2c\x3e\x51\x3b\x90\x64\x54\x09\xf4\xd8\xc4\x22\xea\x5d\xb8\xb0\x7f\xf8\xd9\x27\xdd\xf8\x27\xfc\xf6\x55\xe4\x26\xf1\x43\x74\x63\x7b\xed\x58\x57\xca\x60\x3c\xe1\x3a\x20\xee\x67\xd7\x75\x38\x37\xa4\xf0\x71\xd7\xe3\x83\x00\x3c\x17\x9e\x1a\x24\xe0\xb3\xdc\x0e\x5c\xbb\x4f\xa1\x37\xd0\xca\xf2\x14\x55\x5b\x68\x77\x86\x40\xb0\x45\x49\x35\x8e\xb8\x66\xb1\x20\x12\x5a\x06\xd5\x90\x9d\x63\x8a\x16\x14\xd1\xcf\x99\xd8\x54\x6c\xc3\x8b\x59\x64\x3a\x8f\xc5\x2e\xdb\x6c\x01\x39\x87\x78\xa3\xac\x25\xc3\xca\xec\x91\xd7\x8e\x10\x26\x63\x11\x5a\xc4\x2c\xca\x44\x2c\x68\x4e\x62\xe3\x9a\xc7\x3c\xad\x9f\xee\xed\x74\xf4\x49\xb3\x0d\x11\x96\xad\x88\x05\x6e\x2e\x02\xf4\x19\x37\x09\x28\x7e\xc0\x98\x1f\x1c\x5d\xa6\xb8\x81\xcf\x06\x99\xbe\x01\x87\x4d\x2c\x6c\xe9\x02\x6c\x6c\xc0\x7d\x85\xd9\x9b\x38\xa4\x61\x79\x62\x36\xc3\xdc\x09\x1a\x5b\xfb\xa9\x3f\xf9\x0d\xd0\x17\x6e\xf9\x58\x6b\x65\xc4\xb1\x75\x62\x6c\xa4\x8e\xcd\x3c\xc1\xd1\x55\xcf\x06\xf5\x2a\xed\xa3\x31\xf3\xc2\xdf\x74\x86\xc1\x65\xb5\xca\x27\x0c\x09\x7f\xdf\x3b\x28\x14\xc9\xfd\x83\x1a\xe1\x23\xbd\xab\x5d\x2d\x7d\x4c\xfb\xba\x5d\x49\xd9\xb1\x2f\x67\xf4\x36\x06\x83\xa2\x0f\x86\x16\xa3\x4a\xca\x63\xce\xcb\x88\x04\xf3\xfa\x12\x19\xe9\xd3\x37\xa0\x3c\x2b\x8e\x1a\x8e\xd3\x9f\x46\x8f\xc8\x6a\x08\xf4\xd8\x4d\x92\xb0\xf4\xce\x05\x02\xb6\x43\x4c\x92\x8f\x8b\x22\x1c\x3c\x43\xf1\x22\x80\x65\x96\x51\x4d\xd7\xcc\x1e\xa2\x99\xdb\xb9\x19\x0c\x32\xa9\x54\xa1\xc5\x25\xc9\x3b\x92\xda\x52\x45\x2c\x16\x06\x4d\xcd\x88\xe3\xb9\x09\xe2\x2b\xfb\xaf\x98\xb4\xbf\x47\x2c\x22\xd0\x58\xcb\x48\x0a\x6e\xa4\x61\x2c\x00\xb2\x5e\x80\x37\x76\x55\x00\x98\x24\x01\xb3\xd3\x1f\x3c\x96\x41\x26\x90\x92\x76\x58\xe6\xd5\xd4\x80\xe0\x9d\xff\x93\xfe\xdf\xff\xfc\xe9\x7f\x03\x00\x00\xff\xff\x54\xc3\xe9\x52\x0a\xe6\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: 255005, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 255498, 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/admin/ExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java index 2a11823765..710840a970 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java @@ -8832,6 +8832,31 @@ public interface ExecutionClosureOrBuilder extends */ flyteidl.admin.ExecutionOuterClass.AbortMetadataOrBuilder getAbortMetadataOrBuilder(); + /** + *
+     * Raw output metadata produced by this execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + boolean hasOutputData(); + /** + *
+     * Raw output metadata produced by this execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + flyteidl.core.Literals.LiteralMap getOutputData(); + /** + *
+     * Raw output metadata produced by this execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder(); + /** *
      * Inputs computed and passed for execution.
@@ -9203,9 +9228,9 @@ private ExecutionClosure(
               break;
             }
             case 74: {
-              if (!((mutable_bitField0_ & 0x00000400) != 0)) {
+              if (!((mutable_bitField0_ & 0x00000800) != 0)) {
                 notifications_ = new java.util.ArrayList();
-                mutable_bitField0_ |= 0x00000400;
+                mutable_bitField0_ |= 0x00000800;
               }
               notifications_.add(
                   input.readMessage(flyteidl.admin.Common.Notification.parser(), extensionRegistry));
@@ -9244,6 +9269,20 @@ private ExecutionClosure(
               outputResultCase_ = 12;
               break;
             }
+            case 106: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (outputResultCase_ == 13) {
+                subBuilder = ((flyteidl.core.Literals.LiteralMap) outputResult_).toBuilder();
+              }
+              outputResult_ =
+                  input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom((flyteidl.core.Literals.LiteralMap) outputResult_);
+                outputResult_ = subBuilder.buildPartial();
+              }
+              outputResultCase_ = 13;
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -9259,7 +9298,7 @@ private ExecutionClosure(
         throw new com.google.protobuf.InvalidProtocolBufferException(
             e).setUnfinishedMessage(this);
       } finally {
-        if (((mutable_bitField0_ & 0x00000400) != 0)) {
+        if (((mutable_bitField0_ & 0x00000800) != 0)) {
           notifications_ = java.util.Collections.unmodifiableList(notifications_);
         }
         this.unknownFields = unknownFields.build();
@@ -9288,6 +9327,7 @@ public enum OutputResultCase
       ERROR(2),
       @java.lang.Deprecated ABORT_CAUSE(10),
       ABORT_METADATA(12),
+      OUTPUT_DATA(13),
       OUTPUTRESULT_NOT_SET(0);
       private final int value;
       private OutputResultCase(int value) {
@@ -9307,6 +9347,7 @@ public static OutputResultCase forNumber(int value) {
           case 2: return ERROR;
           case 10: return ABORT_CAUSE;
           case 12: return ABORT_METADATA;
+          case 13: return OUTPUT_DATA;
           case 0: return OUTPUTRESULT_NOT_SET;
           default: return null;
         }
@@ -9487,6 +9528,44 @@ public flyteidl.admin.ExecutionOuterClass.AbortMetadataOrBuilder getAbortMetadat
       return flyteidl.admin.ExecutionOuterClass.AbortMetadata.getDefaultInstance();
     }
 
+    public static final int OUTPUT_DATA_FIELD_NUMBER = 13;
+    /**
+     * 
+     * Raw output metadata produced by this execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public boolean hasOutputData() { + return outputResultCase_ == 13; + } + /** + *
+     * Raw output metadata produced by this execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public flyteidl.core.Literals.LiteralMap getOutputData() { + if (outputResultCase_ == 13) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + /** + *
+     * Raw output metadata produced by this execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() { + if (outputResultCase_ == 13) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + public static final int COMPUTED_INPUTS_FIELD_NUMBER = 3; private flyteidl.core.Literals.LiteralMap computedInputs_; /** @@ -9828,6 +9907,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (outputResultCase_ == 12) { output.writeMessage(12, (flyteidl.admin.ExecutionOuterClass.AbortMetadata) outputResult_); } + if (outputResultCase_ == 13) { + output.writeMessage(13, (flyteidl.core.Literals.LiteralMap) outputResult_); + } unknownFields.writeTo(output); } @@ -9884,6 +9966,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, (flyteidl.admin.ExecutionOuterClass.AbortMetadata) outputResult_); } + if (outputResultCase_ == 13) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(13, (flyteidl.core.Literals.LiteralMap) outputResult_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -9950,6 +10036,10 @@ public boolean equals(final java.lang.Object obj) { if (!getAbortMetadata() .equals(other.getAbortMetadata())) return false; break; + case 13: + if (!getOutputData() + .equals(other.getOutputData())) return false; + break; case 0: default: } @@ -10011,6 +10101,10 @@ public int hashCode() { hash = (37 * hash) + ABORT_METADATA_FIELD_NUMBER; hash = (53 * hash) + getAbortMetadata().hashCode(); break; + case 13: + hash = (37 * hash) + OUTPUT_DATA_FIELD_NUMBER; + hash = (53 * hash) + getOutputData().hashCode(); + break; case 0: default: } @@ -10186,7 +10280,7 @@ public Builder clear() { } if (notificationsBuilder_ == null) { notifications_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000400); + bitField0_ = (bitField0_ & ~0x00000800); } else { notificationsBuilder_.clear(); } @@ -10250,6 +10344,13 @@ public flyteidl.admin.ExecutionOuterClass.ExecutionClosure buildPartial() { result.outputResult_ = abortMetadataBuilder_.build(); } } + if (outputResultCase_ == 13) { + if (outputDataBuilder_ == null) { + result.outputResult_ = outputResult_; + } else { + result.outputResult_ = outputDataBuilder_.build(); + } + } if (computedInputsBuilder_ == null) { result.computedInputs_ = computedInputs_; } else { @@ -10277,9 +10378,9 @@ public flyteidl.admin.ExecutionOuterClass.ExecutionClosure buildPartial() { result.updatedAt_ = updatedAtBuilder_.build(); } if (notificationsBuilder_ == null) { - if (((bitField0_ & 0x00000400) != 0)) { + if (((bitField0_ & 0x00000800) != 0)) { notifications_ = java.util.Collections.unmodifiableList(notifications_); - bitField0_ = (bitField0_ & ~0x00000400); + bitField0_ = (bitField0_ & ~0x00000800); } result.notifications_ = notifications_; } else { @@ -10362,7 +10463,7 @@ public Builder mergeFrom(flyteidl.admin.ExecutionOuterClass.ExecutionClosure oth if (!other.notifications_.isEmpty()) { if (notifications_.isEmpty()) { notifications_ = other.notifications_; - bitField0_ = (bitField0_ & ~0x00000400); + bitField0_ = (bitField0_ & ~0x00000800); } else { ensureNotificationsIsMutable(); notifications_.addAll(other.notifications_); @@ -10375,7 +10476,7 @@ public Builder mergeFrom(flyteidl.admin.ExecutionOuterClass.ExecutionClosure oth notificationsBuilder_.dispose(); notificationsBuilder_ = null; notifications_ = other.notifications_; - bitField0_ = (bitField0_ & ~0x00000400); + bitField0_ = (bitField0_ & ~0x00000800); notificationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getNotificationsFieldBuilder() : null; @@ -10406,6 +10507,10 @@ public Builder mergeFrom(flyteidl.admin.ExecutionOuterClass.ExecutionClosure oth mergeAbortMetadata(other.getAbortMetadata()); break; } + case OUTPUT_DATA: { + mergeOutputData(other.getOutputData()); + break; + } case OUTPUTRESULT_NOT_SET: { break; } @@ -11071,6 +11176,178 @@ public flyteidl.admin.ExecutionOuterClass.AbortMetadataOrBuilder getAbortMetadat return abortMetadataBuilder_; } + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> outputDataBuilder_; + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public boolean hasOutputData() { + return outputResultCase_ == 13; + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public flyteidl.core.Literals.LiteralMap getOutputData() { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 13) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } else { + if (outputResultCase_ == 13) { + return outputDataBuilder_.getMessage(); + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public Builder setOutputData(flyteidl.core.Literals.LiteralMap value) { + if (outputDataBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + outputResult_ = value; + onChanged(); + } else { + outputDataBuilder_.setMessage(value); + } + outputResultCase_ = 13; + return this; + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public Builder setOutputData( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (outputDataBuilder_ == null) { + outputResult_ = builderForValue.build(); + onChanged(); + } else { + outputDataBuilder_.setMessage(builderForValue.build()); + } + outputResultCase_ = 13; + return this; + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public Builder mergeOutputData(flyteidl.core.Literals.LiteralMap value) { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 13 && + outputResult_ != flyteidl.core.Literals.LiteralMap.getDefaultInstance()) { + outputResult_ = flyteidl.core.Literals.LiteralMap.newBuilder((flyteidl.core.Literals.LiteralMap) outputResult_) + .mergeFrom(value).buildPartial(); + } else { + outputResult_ = value; + } + onChanged(); + } else { + if (outputResultCase_ == 13) { + outputDataBuilder_.mergeFrom(value); + } + outputDataBuilder_.setMessage(value); + } + outputResultCase_ = 13; + return this; + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public Builder clearOutputData() { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 13) { + outputResultCase_ = 0; + outputResult_ = null; + onChanged(); + } + } else { + if (outputResultCase_ == 13) { + outputResultCase_ = 0; + outputResult_ = null; + } + outputDataBuilder_.clear(); + } + return this; + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public flyteidl.core.Literals.LiteralMap.Builder getOutputDataBuilder() { + return getOutputDataFieldBuilder().getBuilder(); + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() { + if ((outputResultCase_ == 13) && (outputDataBuilder_ != null)) { + return outputDataBuilder_.getMessageOrBuilder(); + } else { + if (outputResultCase_ == 13) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + } + /** + *
+       * Raw output metadata produced by this execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 13; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getOutputDataFieldBuilder() { + if (outputDataBuilder_ == null) { + if (!(outputResultCase_ == 13)) { + outputResult_ = flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + outputDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + (flyteidl.core.Literals.LiteralMap) outputResult_, + getParentForChildren(), + isClean()); + outputResult_ = null; + } + outputResultCase_ = 13; + onChanged();; + return outputDataBuilder_; + } + private flyteidl.core.Literals.LiteralMap computedInputs_; private com.google.protobuf.SingleFieldBuilderV3< flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> computedInputsBuilder_; @@ -11913,9 +12190,9 @@ public com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder() { private java.util.List notifications_ = java.util.Collections.emptyList(); private void ensureNotificationsIsMutable() { - if (!((bitField0_ & 0x00000400) != 0)) { + if (!((bitField0_ & 0x00000800) != 0)) { notifications_ = new java.util.ArrayList(notifications_); - bitField0_ |= 0x00000400; + bitField0_ |= 0x00000800; } } @@ -12131,7 +12408,7 @@ public Builder addAllNotifications( public Builder clearNotifications() { if (notificationsBuilder_ == null) { notifications_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000400); + bitField0_ = (bitField0_ & ~0x00000800); onChanged(); } else { notificationsBuilder_.clear(); @@ -12250,7 +12527,7 @@ public flyteidl.admin.Common.Notification.Builder addNotificationsBuilder( notificationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< flyteidl.admin.Common.Notification, flyteidl.admin.Common.Notification.Builder, flyteidl.admin.Common.NotificationOrBuilder>( notifications_, - ((bitField0_ & 0x00000400) != 0), + ((bitField0_ & 0x00000800) != 0), getParentForChildren(), isClean()); notifications_ = null; @@ -22442,65 +22719,66 @@ public flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGetDataResponse getDe "token\030\002 \001(\t\"X\n\016LiteralMapBlob\022/\n\006values\030" + "\001 \001(\0132\031.flyteidl.core.LiteralMapB\002\030\001H\000\022\r" + "\n\003uri\030\002 \001(\tH\000B\006\n\004data\"1\n\rAbortMetadata\022\r" + - "\n\005cause\030\001 \001(\t\022\021\n\tprincipal\030\002 \001(\t\"\353\004\n\020Exe" + + "\n\005cause\030\001 \001(\t\022\021\n\tprincipal\030\002 \001(\t\"\235\005\n\020Exe" + "cutionClosure\0221\n\007outputs\030\001 \001(\0132\036.flyteid" + "l.admin.LiteralMapBlobH\000\022.\n\005error\030\002 \001(\0132" + "\035.flyteidl.core.ExecutionErrorH\000\022\031\n\013abor" + "t_cause\030\n \001(\tB\002\030\001H\000\0227\n\016abort_metadata\030\014 " + - "\001(\0132\035.flyteidl.admin.AbortMetadataH\000\0226\n\017" + - "computed_inputs\030\003 \001(\0132\031.flyteidl.core.Li" + - "teralMapB\002\030\001\0225\n\005phase\030\004 \001(\0162&.flyteidl.c" + - "ore.WorkflowExecution.Phase\022.\n\nstarted_a" + - "t\030\005 \001(\0132\032.google.protobuf.Timestamp\022+\n\010d" + - "uration\030\006 \001(\0132\031.google.protobuf.Duration" + - "\022.\n\ncreated_at\030\007 \001(\0132\032.google.protobuf.T" + - "imestamp\022.\n\nupdated_at\030\010 \001(\0132\032.google.pr" + - "otobuf.Timestamp\0223\n\rnotifications\030\t \003(\0132" + - "\034.flyteidl.admin.Notification\022.\n\013workflo" + - "w_id\030\013 \001(\0132\031.flyteidl.core.IdentifierB\017\n" + - "\routput_result\"+\n\016SystemMetadata\022\031\n\021exec" + - "ution_cluster\030\001 \001(\t\"\332\003\n\021ExecutionMetadat" + - "a\022=\n\004mode\030\001 \001(\0162/.flyteidl.admin.Executi" + - "onMetadata.ExecutionMode\022\021\n\tprincipal\030\002 " + - "\001(\t\022\017\n\007nesting\030\003 \001(\r\0220\n\014scheduled_at\030\004 \001" + - "(\0132\032.google.protobuf.Timestamp\022E\n\025parent" + - "_node_execution\030\005 \001(\0132&.flyteidl.core.No" + - "deExecutionIdentifier\022G\n\023reference_execu" + - "tion\030\020 \001(\0132*.flyteidl.core.WorkflowExecu" + - "tionIdentifier\0227\n\017system_metadata\030\021 \001(\0132" + - "\036.flyteidl.admin.SystemMetadata\"g\n\rExecu" + - "tionMode\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDULED\020\001\022\n\n\006S" + - "YSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD_WORKFLOW\020" + - "\004\022\r\n\tRECOVERED\020\005\"G\n\020NotificationList\0223\n\r" + - "notifications\030\001 \003(\0132\034.flyteidl.admin.Not" + - "ification\"\260\004\n\rExecutionSpec\022.\n\013launch_pl" + - "an\030\001 \001(\0132\031.flyteidl.core.Identifier\022-\n\006i" + - "nputs\030\002 \001(\0132\031.flyteidl.core.LiteralMapB\002" + - "\030\001\0223\n\010metadata\030\003 \001(\0132!.flyteidl.admin.Ex" + - "ecutionMetadata\0229\n\rnotifications\030\005 \001(\0132 " + - ".flyteidl.admin.NotificationListH\000\022\025\n\013di" + - "sable_all\030\006 \001(\010H\000\022&\n\006labels\030\007 \001(\0132\026.flyt" + - "eidl.admin.Labels\0220\n\013annotations\030\010 \001(\0132\033" + - ".flyteidl.admin.Annotations\0228\n\020security_" + - "context\030\n \001(\0132\036.flyteidl.core.SecurityCo" + - "ntext\022/\n\tauth_role\030\020 \001(\0132\030.flyteidl.admi" + - "n.AuthRoleB\002\030\001\022;\n\022quality_of_service\030\021 \001" + - "(\0132\037.flyteidl.core.QualityOfService\022\027\n\017m" + - "ax_parallelism\030\022 \001(\005B\030\n\026notification_ove" + - "rridesJ\004\010\004\020\005\"b\n\031ExecutionTerminateReques" + - "t\0226\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowEx" + - "ecutionIdentifier\022\r\n\005cause\030\002 \001(\t\"\034\n\032Exec" + - "utionTerminateResponse\"Y\n\037WorkflowExecut" + - "ionGetDataRequest\0226\n\002id\030\001 \001(\0132*.flyteidl" + - ".core.WorkflowExecutionIdentifier\"\336\001\n Wo" + - "rkflowExecutionGetDataResponse\022,\n\007output" + - "s\030\001 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022+\n\006" + - "inputs\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030" + - "\001\022.\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.L" + - "iteralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flytei" + - "dl.core.LiteralMapB7Z5github.com/flyteor" + - "g/flyteidl/gen/pb-go/flyteidl/adminb\006pro" + - "to3" + "\001(\0132\035.flyteidl.admin.AbortMetadataH\000\0220\n\013" + + "output_data\030\r \001(\0132\031.flyteidl.core.Litera" + + "lMapH\000\0226\n\017computed_inputs\030\003 \001(\0132\031.flytei" + + "dl.core.LiteralMapB\002\030\001\0225\n\005phase\030\004 \001(\0162&." + + "flyteidl.core.WorkflowExecution.Phase\022.\n" + + "\nstarted_at\030\005 \001(\0132\032.google.protobuf.Time" + + "stamp\022+\n\010duration\030\006 \001(\0132\031.google.protobu" + + "f.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.google." + + "protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132\032" + + ".google.protobuf.Timestamp\0223\n\rnotificati" + + "ons\030\t \003(\0132\034.flyteidl.admin.Notification\022" + + ".\n\013workflow_id\030\013 \001(\0132\031.flyteidl.core.Ide" + + "ntifierB\017\n\routput_result\"+\n\016SystemMetada" + + "ta\022\031\n\021execution_cluster\030\001 \001(\t\"\332\003\n\021Execut" + + "ionMetadata\022=\n\004mode\030\001 \001(\0162/.flyteidl.adm" + + "in.ExecutionMetadata.ExecutionMode\022\021\n\tpr" + + "incipal\030\002 \001(\t\022\017\n\007nesting\030\003 \001(\r\0220\n\014schedu" + + "led_at\030\004 \001(\0132\032.google.protobuf.Timestamp" + + "\022E\n\025parent_node_execution\030\005 \001(\0132&.flytei" + + "dl.core.NodeExecutionIdentifier\022G\n\023refer" + + "ence_execution\030\020 \001(\0132*.flyteidl.core.Wor" + + "kflowExecutionIdentifier\0227\n\017system_metad" + + "ata\030\021 \001(\0132\036.flyteidl.admin.SystemMetadat" + + "a\"g\n\rExecutionMode\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDU" + + "LED\020\001\022\n\n\006SYSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD" + + "_WORKFLOW\020\004\022\r\n\tRECOVERED\020\005\"G\n\020Notificati" + + "onList\0223\n\rnotifications\030\001 \003(\0132\034.flyteidl" + + ".admin.Notification\"\260\004\n\rExecutionSpec\022.\n" + + "\013launch_plan\030\001 \001(\0132\031.flyteidl.core.Ident" + + "ifier\022-\n\006inputs\030\002 \001(\0132\031.flyteidl.core.Li" + + "teralMapB\002\030\001\0223\n\010metadata\030\003 \001(\0132!.flyteid" + + "l.admin.ExecutionMetadata\0229\n\rnotificatio" + + "ns\030\005 \001(\0132 .flyteidl.admin.NotificationLi" + + "stH\000\022\025\n\013disable_all\030\006 \001(\010H\000\022&\n\006labels\030\007 " + + "\001(\0132\026.flyteidl.admin.Labels\0220\n\013annotatio" + + "ns\030\010 \001(\0132\033.flyteidl.admin.Annotations\0228\n" + + "\020security_context\030\n \001(\0132\036.flyteidl.core." + + "SecurityContext\022/\n\tauth_role\030\020 \001(\0132\030.fly" + + "teidl.admin.AuthRoleB\002\030\001\022;\n\022quality_of_s" + + "ervice\030\021 \001(\0132\037.flyteidl.core.QualityOfSe" + + "rvice\022\027\n\017max_parallelism\030\022 \001(\005B\030\n\026notifi" + + "cation_overridesJ\004\010\004\020\005\"b\n\031ExecutionTermi" + + "nateRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core." + + "WorkflowExecutionIdentifier\022\r\n\005cause\030\002 \001" + + "(\t\"\034\n\032ExecutionTerminateResponse\"Y\n\037Work" + + "flowExecutionGetDataRequest\0226\n\002id\030\001 \001(\0132" + + "*.flyteidl.core.WorkflowExecutionIdentif" + + "ier\"\336\001\n WorkflowExecutionGetDataResponse" + + "\022,\n\007outputs\030\001 \001(\0132\027.flyteidl.admin.UrlBl" + + "obB\002\030\001\022+\n\006inputs\030\002 \001(\0132\027.flyteidl.admin." + + "UrlBlobB\002\030\001\022.\n\013full_inputs\030\003 \001(\0132\031.flyte" + + "idl.core.LiteralMap\022/\n\014full_outputs\030\004 \001(" + + "\0132\031.flyteidl.core.LiteralMapB7Z5github.c" + + "om/flyteorg/flyteidl/gen/pb-go/flyteidl/" + + "adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -22580,7 +22858,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_ExecutionClosure_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ExecutionClosure_descriptor, - new java.lang.String[] { "Outputs", "Error", "AbortCause", "AbortMetadata", "ComputedInputs", "Phase", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "Notifications", "WorkflowId", "OutputResult", }); + new java.lang.String[] { "Outputs", "Error", "AbortCause", "AbortMetadata", "OutputData", "ComputedInputs", "Phase", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "Notifications", "WorkflowId", "OutputResult", }); internal_static_flyteidl_admin_SystemMetadata_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_flyteidl_admin_SystemMetadata_fieldAccessorTable = new diff --git a/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java index 2c2c036d21..c20dc21e85 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java @@ -6952,6 +6952,31 @@ public interface NodeExecutionClosureOrBuilder extends */ flyteidl.core.Execution.ExecutionErrorOrBuilder getErrorOrBuilder(); + /** + *
+     * Raw output metadata produced by this node execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + boolean hasOutputData(); + /** + *
+     * Raw output metadata produced by this node execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + flyteidl.core.Literals.LiteralMap getOutputData(); + /** + *
+     * Raw output metadata produced by this node execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder(); + /** *
      * The last recorded phase for this node execution.
@@ -7249,6 +7274,20 @@ private NodeExecutionClosure(
               targetMetadataCase_ = 9;
               break;
             }
+            case 82: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (outputResultCase_ == 10) {
+                subBuilder = ((flyteidl.core.Literals.LiteralMap) outputResult_).toBuilder();
+              }
+              outputResult_ =
+                  input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom((flyteidl.core.Literals.LiteralMap) outputResult_);
+                outputResult_ = subBuilder.buildPartial();
+              }
+              outputResultCase_ = 10;
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -7287,6 +7326,7 @@ public enum OutputResultCase
         implements com.google.protobuf.Internal.EnumLite {
       OUTPUT_URI(1),
       ERROR(2),
+      OUTPUT_DATA(10),
       OUTPUTRESULT_NOT_SET(0);
       private final int value;
       private OutputResultCase(int value) {
@@ -7304,6 +7344,7 @@ public static OutputResultCase forNumber(int value) {
         switch (value) {
           case 1: return OUTPUT_URI;
           case 2: return ERROR;
+          case 10: return OUTPUT_DATA;
           case 0: return OUTPUTRESULT_NOT_SET;
           default: return null;
         }
@@ -7446,6 +7487,44 @@ public flyteidl.core.Execution.ExecutionErrorOrBuilder getErrorOrBuilder() {
       return flyteidl.core.Execution.ExecutionError.getDefaultInstance();
     }
 
+    public static final int OUTPUT_DATA_FIELD_NUMBER = 10;
+    /**
+     * 
+     * Raw output metadata produced by this node execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public boolean hasOutputData() { + return outputResultCase_ == 10; + } + /** + *
+     * Raw output metadata produced by this node execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public flyteidl.core.Literals.LiteralMap getOutputData() { + if (outputResultCase_ == 10) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + /** + *
+     * Raw output metadata produced by this node execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() { + if (outputResultCase_ == 10) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + public static final int PHASE_FIELD_NUMBER = 3; private int phase_; /** @@ -7696,6 +7775,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (targetMetadataCase_ == 9) { output.writeMessage(9, (flyteidl.admin.NodeExecutionOuterClass.TaskNodeMetadata) targetMetadata_); } + if (outputResultCase_ == 10) { + output.writeMessage(10, (flyteidl.core.Literals.LiteralMap) outputResult_); + } unknownFields.writeTo(output); } @@ -7740,6 +7822,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, (flyteidl.admin.NodeExecutionOuterClass.TaskNodeMetadata) targetMetadata_); } + if (outputResultCase_ == 10) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(10, (flyteidl.core.Literals.LiteralMap) outputResult_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -7786,6 +7872,10 @@ public boolean equals(final java.lang.Object obj) { if (!getError() .equals(other.getError())) return false; break; + case 10: + if (!getOutputData() + .equals(other.getOutputData())) return false; + break; case 0: default: } @@ -7840,6 +7930,10 @@ public int hashCode() { hash = (37 * hash) + ERROR_FIELD_NUMBER; hash = (53 * hash) + getError().hashCode(); break; + case 10: + hash = (37 * hash) + OUTPUT_DATA_FIELD_NUMBER; + hash = (53 * hash) + getOutputData().hashCode(); + break; case 0: default: } @@ -8058,6 +8152,13 @@ public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionClosure buildPartial( result.outputResult_ = errorBuilder_.build(); } } + if (outputResultCase_ == 10) { + if (outputDataBuilder_ == null) { + result.outputResult_ = outputResult_; + } else { + result.outputResult_ = outputDataBuilder_.build(); + } + } result.phase_ = phase_; if (startedAtBuilder_ == null) { result.startedAt_ = startedAt_; @@ -8169,6 +8270,10 @@ public Builder mergeFrom(flyteidl.admin.NodeExecutionOuterClass.NodeExecutionClo mergeError(other.getError()); break; } + case OUTPUT_DATA: { + mergeOutputData(other.getOutputData()); + break; + } case OUTPUTRESULT_NOT_SET: { break; } @@ -8517,6 +8622,178 @@ public flyteidl.core.Execution.ExecutionErrorOrBuilder getErrorOrBuilder() { return errorBuilder_; } + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> outputDataBuilder_; + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public boolean hasOutputData() { + return outputResultCase_ == 10; + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public flyteidl.core.Literals.LiteralMap getOutputData() { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 10) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } else { + if (outputResultCase_ == 10) { + return outputDataBuilder_.getMessage(); + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public Builder setOutputData(flyteidl.core.Literals.LiteralMap value) { + if (outputDataBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + outputResult_ = value; + onChanged(); + } else { + outputDataBuilder_.setMessage(value); + } + outputResultCase_ = 10; + return this; + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public Builder setOutputData( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (outputDataBuilder_ == null) { + outputResult_ = builderForValue.build(); + onChanged(); + } else { + outputDataBuilder_.setMessage(builderForValue.build()); + } + outputResultCase_ = 10; + return this; + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public Builder mergeOutputData(flyteidl.core.Literals.LiteralMap value) { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 10 && + outputResult_ != flyteidl.core.Literals.LiteralMap.getDefaultInstance()) { + outputResult_ = flyteidl.core.Literals.LiteralMap.newBuilder((flyteidl.core.Literals.LiteralMap) outputResult_) + .mergeFrom(value).buildPartial(); + } else { + outputResult_ = value; + } + onChanged(); + } else { + if (outputResultCase_ == 10) { + outputDataBuilder_.mergeFrom(value); + } + outputDataBuilder_.setMessage(value); + } + outputResultCase_ = 10; + return this; + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public Builder clearOutputData() { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 10) { + outputResultCase_ = 0; + outputResult_ = null; + onChanged(); + } + } else { + if (outputResultCase_ == 10) { + outputResultCase_ = 0; + outputResult_ = null; + } + outputDataBuilder_.clear(); + } + return this; + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public flyteidl.core.Literals.LiteralMap.Builder getOutputDataBuilder() { + return getOutputDataFieldBuilder().getBuilder(); + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() { + if ((outputResultCase_ == 10) && (outputDataBuilder_ != null)) { + return outputDataBuilder_.getMessageOrBuilder(); + } else { + if (outputResultCase_ == 10) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + } + /** + *
+       * Raw output metadata produced by this node execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 10; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getOutputDataFieldBuilder() { + if (outputDataBuilder_ == null) { + if (!(outputResultCase_ == 10)) { + outputResult_ = flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + outputDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + (flyteidl.core.Literals.LiteralMap) outputResult_, + getParentForChildren(), + isClean()); + outputResult_ = null; + } + outputResultCase_ = 10; + onChanged();; + return outputDataBuilder_; + } + private int phase_ = 0; /** *
@@ -14418,39 +14695,41 @@ public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionGetDataResponse getDe
       "ent_node\030\002 \001(\010\022\024\n\014spec_node_id\030\003 \001(\t\"Z\n\021" +
       "NodeExecutionList\0226\n\017node_executions\030\001 \003" +
       "(\0132\035.flyteidl.admin.NodeExecution\022\r\n\005tok" +
-      "en\030\002 \001(\t\"\370\003\n\024NodeExecutionClosure\022\024\n\nout" +
+      "en\030\002 \001(\t\"\252\004\n\024NodeExecutionClosure\022\024\n\nout" +
       "put_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.flyteid" +
-      "l.core.ExecutionErrorH\000\0221\n\005phase\030\003 \001(\0162\"" +
-      ".flyteidl.core.NodeExecution.Phase\022.\n\nst" +
-      "arted_at\030\004 \001(\0132\032.google.protobuf.Timesta" +
-      "mp\022+\n\010duration\030\005 \001(\0132\031.google.protobuf.D" +
-      "uration\022.\n\ncreated_at\030\006 \001(\0132\032.google.pro" +
-      "tobuf.Timestamp\022.\n\nupdated_at\030\007 \001(\0132\032.go" +
-      "ogle.protobuf.Timestamp\022F\n\026workflow_node" +
-      "_metadata\030\010 \001(\0132$.flyteidl.admin.Workflo" +
-      "wNodeMetadataH\001\022>\n\022task_node_metadata\030\t " +
-      "\001(\0132 .flyteidl.admin.TaskNodeMetadataH\001B" +
-      "\017\n\routput_resultB\021\n\017target_metadata\"W\n\024W" +
-      "orkflowNodeMetadata\022?\n\013executionId\030\001 \001(\013" +
-      "2*.flyteidl.core.WorkflowExecutionIdenti" +
-      "fier\"\200\001\n\020TaskNodeMetadata\0227\n\014cache_statu" +
-      "s\030\001 \001(\0162!.flyteidl.core.CatalogCacheStat" +
-      "us\0223\n\013catalog_key\030\002 \001(\0132\036.flyteidl.core." +
-      "CatalogMetadata\"\207\001\n\033DynamicWorkflowNodeM" +
-      "etadata\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Iden" +
-      "tifier\022A\n\021compiled_workflow\030\002 \001(\0132&.flyt" +
-      "eidl.core.CompiledWorkflowClosure\"Q\n\033Nod" +
-      "eExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.f" +
-      "lyteidl.core.NodeExecutionIdentifier\"\241\002\n" +
-      "\034NodeExecutionGetDataResponse\022+\n\006inputs\030" +
-      "\001 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022,\n\007ou" +
-      "tputs\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001" +
-      "\022.\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.Li" +
-      "teralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flyteid" +
-      "l.core.LiteralMap\022E\n\020dynamic_workflow\030\020 " +
-      "\001(\0132+.flyteidl.admin.DynamicWorkflowNode" +
-      "MetadataB7Z5github.com/flyteorg/flyteidl" +
-      "/gen/pb-go/flyteidl/adminb\006proto3"
+      "l.core.ExecutionErrorH\000\0220\n\013output_data\030\n" +
+      " \001(\0132\031.flyteidl.core.LiteralMapH\000\0221\n\005pha" +
+      "se\030\003 \001(\0162\".flyteidl.core.NodeExecution.P" +
+      "hase\022.\n\nstarted_at\030\004 \001(\0132\032.google.protob" +
+      "uf.Timestamp\022+\n\010duration\030\005 \001(\0132\031.google." +
+      "protobuf.Duration\022.\n\ncreated_at\030\006 \001(\0132\032." +
+      "google.protobuf.Timestamp\022.\n\nupdated_at\030" +
+      "\007 \001(\0132\032.google.protobuf.Timestamp\022F\n\026wor" +
+      "kflow_node_metadata\030\010 \001(\0132$.flyteidl.adm" +
+      "in.WorkflowNodeMetadataH\001\022>\n\022task_node_m" +
+      "etadata\030\t \001(\0132 .flyteidl.admin.TaskNodeM" +
+      "etadataH\001B\017\n\routput_resultB\021\n\017target_met" +
+      "adata\"W\n\024WorkflowNodeMetadata\022?\n\013executi" +
+      "onId\030\001 \001(\0132*.flyteidl.core.WorkflowExecu" +
+      "tionIdentifier\"\200\001\n\020TaskNodeMetadata\0227\n\014c" +
+      "ache_status\030\001 \001(\0162!.flyteidl.core.Catalo" +
+      "gCacheStatus\0223\n\013catalog_key\030\002 \001(\0132\036.flyt" +
+      "eidl.core.CatalogMetadata\"\207\001\n\033DynamicWor" +
+      "kflowNodeMetadata\022%\n\002id\030\001 \001(\0132\031.flyteidl" +
+      ".core.Identifier\022A\n\021compiled_workflow\030\002 " +
+      "\001(\0132&.flyteidl.core.CompiledWorkflowClos" +
+      "ure\"Q\n\033NodeExecutionGetDataRequest\0222\n\002id" +
+      "\030\001 \001(\0132&.flyteidl.core.NodeExecutionIden" +
+      "tifier\"\241\002\n\034NodeExecutionGetDataResponse\022" +
+      "+\n\006inputs\030\001 \001(\0132\027.flyteidl.admin.UrlBlob" +
+      "B\002\030\001\022,\n\007outputs\030\002 \001(\0132\027.flyteidl.admin.U" +
+      "rlBlobB\002\030\001\022.\n\013full_inputs\030\003 \001(\0132\031.flytei" +
+      "dl.core.LiteralMap\022/\n\014full_outputs\030\004 \001(\013" +
+      "2\031.flyteidl.core.LiteralMap\022E\n\020dynamic_w" +
+      "orkflow\030\020 \001(\0132+.flyteidl.admin.DynamicWo" +
+      "rkflowNodeMetadataB7Z5github.com/flyteor" +
+      "g/flyteidl/gen/pb-go/flyteidl/adminb\006pro" +
+      "to3"
     };
     com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
         new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
@@ -14513,7 +14792,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
     internal_static_flyteidl_admin_NodeExecutionClosure_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_flyteidl_admin_NodeExecutionClosure_descriptor,
-        new java.lang.String[] { "OutputUri", "Error", "Phase", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "WorkflowNodeMetadata", "TaskNodeMetadata", "OutputResult", "TargetMetadata", });
+        new java.lang.String[] { "OutputUri", "Error", "OutputData", "Phase", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "WorkflowNodeMetadata", "TaskNodeMetadata", "OutputResult", "TargetMetadata", });
     internal_static_flyteidl_admin_WorkflowNodeMetadata_descriptor =
       getDescriptor().getMessageTypes().get(7);
     internal_static_flyteidl_admin_WorkflowNodeMetadata_fieldAccessorTable = new
diff --git a/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java
index 701109c045..8fc5353c9b 100644
--- a/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java
+++ b/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java
@@ -4345,6 +4345,31 @@ public interface TaskExecutionClosureOrBuilder extends
      */
     flyteidl.core.Execution.ExecutionErrorOrBuilder getErrorOrBuilder();
 
+    /**
+     * 
+     * Raw output metadata produced by this task execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + boolean hasOutputData(); + /** + *
+     * Raw output metadata produced by this task execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + flyteidl.core.Literals.LiteralMap getOutputData(); + /** + *
+     * Raw output metadata produced by this task execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder(); + /** *
      * The last recorded phase for this task execution.
@@ -4668,9 +4693,9 @@ private TaskExecutionClosure(
               break;
             }
             case 34: {
-              if (!((mutable_bitField0_ & 0x00000008) != 0)) {
+              if (!((mutable_bitField0_ & 0x00000010) != 0)) {
                 logs_ = new java.util.ArrayList();
-                mutable_bitField0_ |= 0x00000008;
+                mutable_bitField0_ |= 0x00000010;
               }
               logs_.add(
                   input.readMessage(flyteidl.core.Execution.TaskLog.parser(), extensionRegistry));
@@ -4753,6 +4778,20 @@ private TaskExecutionClosure(
               taskType_ = s;
               break;
             }
+            case 98: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (outputResultCase_ == 12) {
+                subBuilder = ((flyteidl.core.Literals.LiteralMap) outputResult_).toBuilder();
+              }
+              outputResult_ =
+                  input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom((flyteidl.core.Literals.LiteralMap) outputResult_);
+                outputResult_ = subBuilder.buildPartial();
+              }
+              outputResultCase_ = 12;
+              break;
+            }
             case 130: {
               flyteidl.event.Event.TaskExecutionMetadata.Builder subBuilder = null;
               if (metadata_ != null) {
@@ -4781,7 +4820,7 @@ private TaskExecutionClosure(
         throw new com.google.protobuf.InvalidProtocolBufferException(
             e).setUnfinishedMessage(this);
       } finally {
-        if (((mutable_bitField0_ & 0x00000008) != 0)) {
+        if (((mutable_bitField0_ & 0x00000010) != 0)) {
           logs_ = java.util.Collections.unmodifiableList(logs_);
         }
         this.unknownFields = unknownFields.build();
@@ -4808,6 +4847,7 @@ public enum OutputResultCase
         implements com.google.protobuf.Internal.EnumLite {
       OUTPUT_URI(1),
       ERROR(2),
+      OUTPUT_DATA(12),
       OUTPUTRESULT_NOT_SET(0);
       private final int value;
       private OutputResultCase(int value) {
@@ -4825,6 +4865,7 @@ public static OutputResultCase forNumber(int value) {
         switch (value) {
           case 1: return OUTPUT_URI;
           case 2: return ERROR;
+          case 12: return OUTPUT_DATA;
           case 0: return OUTPUTRESULT_NOT_SET;
           default: return null;
         }
@@ -4929,6 +4970,44 @@ public flyteidl.core.Execution.ExecutionErrorOrBuilder getErrorOrBuilder() {
       return flyteidl.core.Execution.ExecutionError.getDefaultInstance();
     }
 
+    public static final int OUTPUT_DATA_FIELD_NUMBER = 12;
+    /**
+     * 
+     * Raw output metadata produced by this task execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public boolean hasOutputData() { + return outputResultCase_ == 12; + } + /** + *
+     * Raw output metadata produced by this task execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public flyteidl.core.Literals.LiteralMap getOutputData() { + if (outputResultCase_ == 12) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + /** + *
+     * Raw output metadata produced by this task execution.
+     * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() { + if (outputResultCase_ == 12) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + public static final int PHASE_FIELD_NUMBER = 3; private int phase_; /** @@ -5338,6 +5417,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!getTaskTypeBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 11, taskType_); } + if (outputResultCase_ == 12) { + output.writeMessage(12, (flyteidl.core.Literals.LiteralMap) outputResult_); + } if (metadata_ != null) { output.writeMessage(16, getMetadata()); } @@ -5391,6 +5473,10 @@ public int getSerializedSize() { if (!getTaskTypeBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, taskType_); } + if (outputResultCase_ == 12) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(12, (flyteidl.core.Literals.LiteralMap) outputResult_); + } if (metadata_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, getMetadata()); @@ -5457,6 +5543,10 @@ public boolean equals(final java.lang.Object obj) { if (!getError() .equals(other.getError())) return false; break; + case 12: + if (!getOutputData() + .equals(other.getOutputData())) return false; + break; case 0: default: } @@ -5514,6 +5604,10 @@ public int hashCode() { hash = (37 * hash) + ERROR_FIELD_NUMBER; hash = (53 * hash) + getError().hashCode(); break; + case 12: + hash = (37 * hash) + OUTPUT_DATA_FIELD_NUMBER; + hash = (53 * hash) + getOutputData().hashCode(); + break; case 0: default: } @@ -5659,7 +5753,7 @@ public Builder clear() { if (logsBuilder_ == null) { logs_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000008); + bitField0_ = (bitField0_ & ~0x00000010); } else { logsBuilder_.clear(); } @@ -5743,11 +5837,18 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure buildPartial( result.outputResult_ = errorBuilder_.build(); } } + if (outputResultCase_ == 12) { + if (outputDataBuilder_ == null) { + result.outputResult_ = outputResult_; + } else { + result.outputResult_ = outputDataBuilder_.build(); + } + } result.phase_ = phase_; if (logsBuilder_ == null) { - if (((bitField0_ & 0x00000008) != 0)) { + if (((bitField0_ & 0x00000010) != 0)) { logs_ = java.util.Collections.unmodifiableList(logs_); - bitField0_ = (bitField0_ & ~0x00000008); + bitField0_ = (bitField0_ & ~0x00000010); } result.logs_ = logs_; } else { @@ -5842,7 +5943,7 @@ public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClo if (!other.logs_.isEmpty()) { if (logs_.isEmpty()) { logs_ = other.logs_; - bitField0_ = (bitField0_ & ~0x00000008); + bitField0_ = (bitField0_ & ~0x00000010); } else { ensureLogsIsMutable(); logs_.addAll(other.logs_); @@ -5855,7 +5956,7 @@ public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClo logsBuilder_.dispose(); logsBuilder_ = null; logs_ = other.logs_; - bitField0_ = (bitField0_ & ~0x00000008); + bitField0_ = (bitField0_ & ~0x00000010); logsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getLogsFieldBuilder() : null; @@ -5901,6 +6002,10 @@ public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClo mergeError(other.getError()); break; } + case OUTPUT_DATA: { + mergeOutputData(other.getOutputData()); + break; + } case OUTPUTRESULT_NOT_SET: { break; } @@ -6222,6 +6327,178 @@ public flyteidl.core.Execution.ExecutionErrorOrBuilder getErrorOrBuilder() { return errorBuilder_; } + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> outputDataBuilder_; + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public boolean hasOutputData() { + return outputResultCase_ == 12; + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public flyteidl.core.Literals.LiteralMap getOutputData() { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 12) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } else { + if (outputResultCase_ == 12) { + return outputDataBuilder_.getMessage(); + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public Builder setOutputData(flyteidl.core.Literals.LiteralMap value) { + if (outputDataBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + outputResult_ = value; + onChanged(); + } else { + outputDataBuilder_.setMessage(value); + } + outputResultCase_ = 12; + return this; + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public Builder setOutputData( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (outputDataBuilder_ == null) { + outputResult_ = builderForValue.build(); + onChanged(); + } else { + outputDataBuilder_.setMessage(builderForValue.build()); + } + outputResultCase_ = 12; + return this; + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public Builder mergeOutputData(flyteidl.core.Literals.LiteralMap value) { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 12 && + outputResult_ != flyteidl.core.Literals.LiteralMap.getDefaultInstance()) { + outputResult_ = flyteidl.core.Literals.LiteralMap.newBuilder((flyteidl.core.Literals.LiteralMap) outputResult_) + .mergeFrom(value).buildPartial(); + } else { + outputResult_ = value; + } + onChanged(); + } else { + if (outputResultCase_ == 12) { + outputDataBuilder_.mergeFrom(value); + } + outputDataBuilder_.setMessage(value); + } + outputResultCase_ = 12; + return this; + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public Builder clearOutputData() { + if (outputDataBuilder_ == null) { + if (outputResultCase_ == 12) { + outputResultCase_ = 0; + outputResult_ = null; + onChanged(); + } + } else { + if (outputResultCase_ == 12) { + outputResultCase_ = 0; + outputResult_ = null; + } + outputDataBuilder_.clear(); + } + return this; + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public flyteidl.core.Literals.LiteralMap.Builder getOutputDataBuilder() { + return getOutputDataFieldBuilder().getBuilder(); + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() { + if ((outputResultCase_ == 12) && (outputDataBuilder_ != null)) { + return outputDataBuilder_.getMessageOrBuilder(); + } else { + if (outputResultCase_ == 12) { + return (flyteidl.core.Literals.LiteralMap) outputResult_; + } + return flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + } + /** + *
+       * Raw output metadata produced by this task execution.
+       * 
+ * + * .flyteidl.core.LiteralMap output_data = 12; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getOutputDataFieldBuilder() { + if (outputDataBuilder_ == null) { + if (!(outputResultCase_ == 12)) { + outputResult_ = flyteidl.core.Literals.LiteralMap.getDefaultInstance(); + } + outputDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + (flyteidl.core.Literals.LiteralMap) outputResult_, + getParentForChildren(), + isClean()); + outputResult_ = null; + } + outputResultCase_ = 12; + onChanged();; + return outputDataBuilder_; + } + private int phase_ = 0; /** *
@@ -6290,9 +6567,9 @@ public Builder clearPhase() {
       private java.util.List logs_ =
         java.util.Collections.emptyList();
       private void ensureLogsIsMutable() {
-        if (!((bitField0_ & 0x00000008) != 0)) {
+        if (!((bitField0_ & 0x00000010) != 0)) {
           logs_ = new java.util.ArrayList(logs_);
-          bitField0_ |= 0x00000008;
+          bitField0_ |= 0x00000010;
          }
       }
 
@@ -6486,7 +6763,7 @@ public Builder addAllLogs(
       public Builder clearLogs() {
         if (logsBuilder_ == null) {
           logs_ = java.util.Collections.emptyList();
-          bitField0_ = (bitField0_ & ~0x00000008);
+          bitField0_ = (bitField0_ & ~0x00000010);
           onChanged();
         } else {
           logsBuilder_.clear();
@@ -6591,7 +6868,7 @@ public flyteidl.core.Execution.TaskLog.Builder addLogsBuilder(
           logsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
               flyteidl.core.Execution.TaskLog, flyteidl.core.Execution.TaskLog.Builder, flyteidl.core.Execution.TaskLogOrBuilder>(
                   logs_,
-                  ((bitField0_ & 0x00000008) != 0),
+                  ((bitField0_ & 0x00000010) != 0),
                   getParentForChildren(),
                   isClean());
           logs_ = null;
@@ -9968,29 +10245,31 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse getDe
       "in.TaskExecutionClosure\022\021\n\tis_parent\030\004 \001" +
       "(\010\"Z\n\021TaskExecutionList\0226\n\017task_executio" +
       "ns\030\001 \003(\0132\035.flyteidl.admin.TaskExecution\022" +
-      "\r\n\005token\030\002 \001(\t\"\215\004\n\024TaskExecutionClosure\022" +
+      "\r\n\005token\030\002 \001(\t\"\277\004\n\024TaskExecutionClosure\022" +
       "\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.f" +
-      "lyteidl.core.ExecutionErrorH\000\0221\n\005phase\030\003" +
-      " \001(\0162\".flyteidl.core.TaskExecution.Phase" +
-      "\022$\n\004logs\030\004 \003(\0132\026.flyteidl.core.TaskLog\022." +
-      "\n\nstarted_at\030\005 \001(\0132\032.google.protobuf.Tim" +
-      "estamp\022+\n\010duration\030\006 \001(\0132\031.google.protob" +
-      "uf.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.google" +
-      ".protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132" +
-      "\032.google.protobuf.Timestamp\022,\n\013custom_in" +
-      "fo\030\t \001(\0132\027.google.protobuf.Struct\022\016\n\006rea" +
-      "son\030\n \001(\t\022\021\n\ttask_type\030\013 \001(\t\0227\n\010metadata" +
-      "\030\020 \001(\0132%.flyteidl.event.TaskExecutionMet" +
-      "adataB\017\n\routput_result\"Q\n\033TaskExecutionG" +
-      "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" +
-      "e.TaskExecutionIdentifier\"\332\001\n\034TaskExecut" +
-      "ionGetDataResponse\022+\n\006inputs\030\001 \001(\0132\027.fly" +
-      "teidl.admin.UrlBlobB\002\030\001\022,\n\007outputs\030\002 \001(\013" +
-      "2\027.flyteidl.admin.UrlBlobB\002\030\001\022.\n\013full_in" +
-      "puts\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n" +
-      "\014full_outputs\030\004 \001(\0132\031.flyteidl.core.Lite" +
-      "ralMapB7Z5github.com/flyteorg/flyteidl/g" +
-      "en/pb-go/flyteidl/adminb\006proto3"
+      "lyteidl.core.ExecutionErrorH\000\0220\n\013output_" +
+      "data\030\014 \001(\0132\031.flyteidl.core.LiteralMapH\000\022" +
+      "1\n\005phase\030\003 \001(\0162\".flyteidl.core.TaskExecu" +
+      "tion.Phase\022$\n\004logs\030\004 \003(\0132\026.flyteidl.core" +
+      ".TaskLog\022.\n\nstarted_at\030\005 \001(\0132\032.google.pr" +
+      "otobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.goo" +
+      "gle.protobuf.Duration\022.\n\ncreated_at\030\007 \001(" +
+      "\0132\032.google.protobuf.Timestamp\022.\n\nupdated" +
+      "_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022,\n" +
+      "\013custom_info\030\t \001(\0132\027.google.protobuf.Str" +
+      "uct\022\016\n\006reason\030\n \001(\t\022\021\n\ttask_type\030\013 \001(\t\0227" +
+      "\n\010metadata\030\020 \001(\0132%.flyteidl.event.TaskEx" +
+      "ecutionMetadataB\017\n\routput_result\"Q\n\033Task" +
+      "ExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.fl" +
+      "yteidl.core.TaskExecutionIdentifier\"\332\001\n\034" +
+      "TaskExecutionGetDataResponse\022+\n\006inputs\030\001" +
+      " \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022,\n\007out" +
+      "puts\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022" +
+      ".\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.Lit" +
+      "eralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flyteidl" +
+      ".core.LiteralMapB7Z5github.com/flyteorg/" +
+      "flyteidl/gen/pb-go/flyteidl/adminb\006proto" +
+      "3"
     };
     com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
         new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
@@ -10041,7 +10320,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
     internal_static_flyteidl_admin_TaskExecutionClosure_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_flyteidl_admin_TaskExecutionClosure_descriptor,
-        new java.lang.String[] { "OutputUri", "Error", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "Reason", "TaskType", "Metadata", "OutputResult", });
+        new java.lang.String[] { "OutputUri", "Error", "OutputData", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "Reason", "TaskType", "Metadata", "OutputResult", });
     internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor =
       getDescriptor().getMessageTypes().get(5);
     internal_static_flyteidl_admin_TaskExecutionGetDataRequest_fieldAccessorTable = new
diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts
index 51c1ce0bed..52fc918358 100644
--- a/flyteidl/gen/pb-js/flyteidl.d.ts
+++ b/flyteidl/gen/pb-js/flyteidl.d.ts
@@ -8569,6 +8569,9 @@ export namespace flyteidl {
             /** ExecutionClosure abortMetadata */
             abortMetadata?: (flyteidl.admin.IAbortMetadata|null);
 
+            /** ExecutionClosure outputData */
+            outputData?: (flyteidl.core.ILiteralMap|null);
+
             /** ExecutionClosure computedInputs */
             computedInputs?: (flyteidl.core.ILiteralMap|null);
 
@@ -8615,6 +8618,9 @@ export namespace flyteidl {
             /** ExecutionClosure abortMetadata. */
             public abortMetadata?: (flyteidl.admin.IAbortMetadata|null);
 
+            /** ExecutionClosure outputData. */
+            public outputData?: (flyteidl.core.ILiteralMap|null);
+
             /** ExecutionClosure computedInputs. */
             public computedInputs?: (flyteidl.core.ILiteralMap|null);
 
@@ -8640,7 +8646,7 @@ export namespace flyteidl {
             public workflowId?: (flyteidl.core.IIdentifier|null);
 
             /** ExecutionClosure outputResult. */
-            public outputResult?: ("outputs"|"error"|"abortCause"|"abortMetadata");
+            public outputResult?: ("outputs"|"error"|"abortCause"|"abortMetadata"|"outputData");
 
             /**
              * Creates a new ExecutionClosure instance using the specified properties.
@@ -11357,6 +11363,9 @@ export namespace flyteidl {
             /** NodeExecutionClosure error */
             error?: (flyteidl.core.IExecutionError|null);
 
+            /** NodeExecutionClosure outputData */
+            outputData?: (flyteidl.core.ILiteralMap|null);
+
             /** NodeExecutionClosure phase */
             phase?: (flyteidl.core.NodeExecution.Phase|null);
 
@@ -11394,6 +11403,9 @@ export namespace flyteidl {
             /** NodeExecutionClosure error. */
             public error?: (flyteidl.core.IExecutionError|null);
 
+            /** NodeExecutionClosure outputData. */
+            public outputData?: (flyteidl.core.ILiteralMap|null);
+
             /** NodeExecutionClosure phase. */
             public phase: flyteidl.core.NodeExecution.Phase;
 
@@ -11416,7 +11428,7 @@ export namespace flyteidl {
             public taskNodeMetadata?: (flyteidl.admin.ITaskNodeMetadata|null);
 
             /** NodeExecutionClosure outputResult. */
-            public outputResult?: ("outputUri"|"error");
+            public outputResult?: ("outputUri"|"error"|"outputData");
 
             /** NodeExecutionClosure targetMetadata. */
             public targetMetadata?: ("workflowNodeMetadata"|"taskNodeMetadata");
@@ -13225,6 +13237,9 @@ export namespace flyteidl {
             /** TaskExecutionClosure error */
             error?: (flyteidl.core.IExecutionError|null);
 
+            /** TaskExecutionClosure outputData */
+            outputData?: (flyteidl.core.ILiteralMap|null);
+
             /** TaskExecutionClosure phase */
             phase?: (flyteidl.core.TaskExecution.Phase|null);
 
@@ -13271,6 +13286,9 @@ export namespace flyteidl {
             /** TaskExecutionClosure error. */
             public error?: (flyteidl.core.IExecutionError|null);
 
+            /** TaskExecutionClosure outputData. */
+            public outputData?: (flyteidl.core.ILiteralMap|null);
+
             /** TaskExecutionClosure phase. */
             public phase: flyteidl.core.TaskExecution.Phase;
 
@@ -13302,7 +13320,7 @@ export namespace flyteidl {
             public metadata?: (flyteidl.event.ITaskExecutionMetadata|null);
 
             /** TaskExecutionClosure outputResult. */
-            public outputResult?: ("outputUri"|"error");
+            public outputResult?: ("outputUri"|"error"|"outputData");
 
             /**
              * Creates a new TaskExecutionClosure instance using the specified properties.
diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js
index a9e3a6ff84..425dc93233 100644
--- a/flyteidl/gen/pb-js/flyteidl.js
+++ b/flyteidl/gen/pb-js/flyteidl.js
@@ -20475,6 +20475,7 @@ export const flyteidl = $root.flyteidl = (() => {
              * @property {flyteidl.core.IExecutionError|null} [error] ExecutionClosure error
              * @property {string|null} [abortCause] ExecutionClosure abortCause
              * @property {flyteidl.admin.IAbortMetadata|null} [abortMetadata] ExecutionClosure abortMetadata
+             * @property {flyteidl.core.ILiteralMap|null} [outputData] ExecutionClosure outputData
              * @property {flyteidl.core.ILiteralMap|null} [computedInputs] ExecutionClosure computedInputs
              * @property {flyteidl.core.WorkflowExecution.Phase|null} [phase] ExecutionClosure phase
              * @property {google.protobuf.ITimestamp|null} [startedAt] ExecutionClosure startedAt
@@ -20533,6 +20534,14 @@ export const flyteidl = $root.flyteidl = (() => {
              */
             ExecutionClosure.prototype.abortMetadata = null;
 
+            /**
+             * ExecutionClosure outputData.
+             * @member {flyteidl.core.ILiteralMap|null|undefined} outputData
+             * @memberof flyteidl.admin.ExecutionClosure
+             * @instance
+             */
+            ExecutionClosure.prototype.outputData = null;
+
             /**
              * ExecutionClosure computedInputs.
              * @member {flyteidl.core.ILiteralMap|null|undefined} computedInputs
@@ -20602,12 +20611,12 @@ export const flyteidl = $root.flyteidl = (() => {
 
             /**
              * ExecutionClosure outputResult.
-             * @member {"outputs"|"error"|"abortCause"|"abortMetadata"|undefined} outputResult
+             * @member {"outputs"|"error"|"abortCause"|"abortMetadata"|"outputData"|undefined} outputResult
              * @memberof flyteidl.admin.ExecutionClosure
              * @instance
              */
             Object.defineProperty(ExecutionClosure.prototype, "outputResult", {
-                get: $util.oneOfGetter($oneOfFields = ["outputs", "error", "abortCause", "abortMetadata"]),
+                get: $util.oneOfGetter($oneOfFields = ["outputs", "error", "abortCause", "abortMetadata", "outputData"]),
                 set: $util.oneOfSetter($oneOfFields)
             });
 
@@ -20660,6 +20669,8 @@ export const flyteidl = $root.flyteidl = (() => {
                     $root.flyteidl.core.Identifier.encode(message.workflowId, writer.uint32(/* id 11, wireType 2 =*/90).fork()).ldelim();
                 if (message.abortMetadata != null && message.hasOwnProperty("abortMetadata"))
                     $root.flyteidl.admin.AbortMetadata.encode(message.abortMetadata, writer.uint32(/* id 12, wireType 2 =*/98).fork()).ldelim();
+                if (message.outputData != null && message.hasOwnProperty("outputData"))
+                    $root.flyteidl.core.LiteralMap.encode(message.outputData, writer.uint32(/* id 13, wireType 2 =*/106).fork()).ldelim();
                 return writer;
             };
 
@@ -20693,6 +20704,9 @@ export const flyteidl = $root.flyteidl = (() => {
                     case 12:
                         message.abortMetadata = $root.flyteidl.admin.AbortMetadata.decode(reader, reader.uint32());
                         break;
+                    case 13:
+                        message.outputData = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32());
+                        break;
                     case 3:
                         message.computedInputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32());
                         break;
@@ -20774,6 +20788,16 @@ export const flyteidl = $root.flyteidl = (() => {
                             return "abortMetadata." + error;
                     }
                 }
+                if (message.outputData != null && message.hasOwnProperty("outputData")) {
+                    if (properties.outputResult === 1)
+                        return "outputResult: multiple values";
+                    properties.outputResult = 1;
+                    {
+                        let error = $root.flyteidl.core.LiteralMap.verify(message.outputData);
+                        if (error)
+                            return "outputData." + error;
+                    }
+                }
                 if (message.computedInputs != null && message.hasOwnProperty("computedInputs")) {
                     let error = $root.flyteidl.core.LiteralMap.verify(message.computedInputs);
                     if (error)
@@ -27170,6 +27194,7 @@ export const flyteidl = $root.flyteidl = (() => {
              * @interface INodeExecutionClosure
              * @property {string|null} [outputUri] NodeExecutionClosure outputUri
              * @property {flyteidl.core.IExecutionError|null} [error] NodeExecutionClosure error
+             * @property {flyteidl.core.ILiteralMap|null} [outputData] NodeExecutionClosure outputData
              * @property {flyteidl.core.NodeExecution.Phase|null} [phase] NodeExecutionClosure phase
              * @property {google.protobuf.ITimestamp|null} [startedAt] NodeExecutionClosure startedAt
              * @property {google.protobuf.IDuration|null} [duration] NodeExecutionClosure duration
@@ -27210,6 +27235,14 @@ export const flyteidl = $root.flyteidl = (() => {
              */
             NodeExecutionClosure.prototype.error = null;
 
+            /**
+             * NodeExecutionClosure outputData.
+             * @member {flyteidl.core.ILiteralMap|null|undefined} outputData
+             * @memberof flyteidl.admin.NodeExecutionClosure
+             * @instance
+             */
+            NodeExecutionClosure.prototype.outputData = null;
+
             /**
              * NodeExecutionClosure phase.
              * @member {flyteidl.core.NodeExecution.Phase} phase
@@ -27271,12 +27304,12 @@ export const flyteidl = $root.flyteidl = (() => {
 
             /**
              * NodeExecutionClosure outputResult.
-             * @member {"outputUri"|"error"|undefined} outputResult
+             * @member {"outputUri"|"error"|"outputData"|undefined} outputResult
              * @memberof flyteidl.admin.NodeExecutionClosure
              * @instance
              */
             Object.defineProperty(NodeExecutionClosure.prototype, "outputResult", {
-                get: $util.oneOfGetter($oneOfFields = ["outputUri", "error"]),
+                get: $util.oneOfGetter($oneOfFields = ["outputUri", "error", "outputData"]),
                 set: $util.oneOfSetter($oneOfFields)
             });
 
@@ -27333,6 +27366,8 @@ export const flyteidl = $root.flyteidl = (() => {
                     $root.flyteidl.admin.WorkflowNodeMetadata.encode(message.workflowNodeMetadata, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim();
                 if (message.taskNodeMetadata != null && message.hasOwnProperty("taskNodeMetadata"))
                     $root.flyteidl.admin.TaskNodeMetadata.encode(message.taskNodeMetadata, writer.uint32(/* id 9, wireType 2 =*/74).fork()).ldelim();
+                if (message.outputData != null && message.hasOwnProperty("outputData"))
+                    $root.flyteidl.core.LiteralMap.encode(message.outputData, writer.uint32(/* id 10, wireType 2 =*/82).fork()).ldelim();
                 return writer;
             };
 
@@ -27360,6 +27395,9 @@ export const flyteidl = $root.flyteidl = (() => {
                     case 2:
                         message.error = $root.flyteidl.core.ExecutionError.decode(reader, reader.uint32());
                         break;
+                    case 10:
+                        message.outputData = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32());
+                        break;
                     case 3:
                         message.phase = reader.int32();
                         break;
@@ -27416,6 +27454,16 @@ export const flyteidl = $root.flyteidl = (() => {
                             return "error." + error;
                     }
                 }
+                if (message.outputData != null && message.hasOwnProperty("outputData")) {
+                    if (properties.outputResult === 1)
+                        return "outputResult: multiple values";
+                    properties.outputResult = 1;
+                    {
+                        let error = $root.flyteidl.core.LiteralMap.verify(message.outputData);
+                        if (error)
+                            return "outputData." + error;
+                    }
+                }
                 if (message.phase != null && message.hasOwnProperty("phase"))
                     switch (message.phase) {
                     default:
@@ -31484,6 +31532,7 @@ export const flyteidl = $root.flyteidl = (() => {
              * @interface ITaskExecutionClosure
              * @property {string|null} [outputUri] TaskExecutionClosure outputUri
              * @property {flyteidl.core.IExecutionError|null} [error] TaskExecutionClosure error
+             * @property {flyteidl.core.ILiteralMap|null} [outputData] TaskExecutionClosure outputData
              * @property {flyteidl.core.TaskExecution.Phase|null} [phase] TaskExecutionClosure phase
              * @property {Array.|null} [logs] TaskExecutionClosure logs
              * @property {google.protobuf.ITimestamp|null} [startedAt] TaskExecutionClosure startedAt
@@ -31528,6 +31577,14 @@ export const flyteidl = $root.flyteidl = (() => {
              */
             TaskExecutionClosure.prototype.error = null;
 
+            /**
+             * TaskExecutionClosure outputData.
+             * @member {flyteidl.core.ILiteralMap|null|undefined} outputData
+             * @memberof flyteidl.admin.TaskExecutionClosure
+             * @instance
+             */
+            TaskExecutionClosure.prototype.outputData = null;
+
             /**
              * TaskExecutionClosure phase.
              * @member {flyteidl.core.TaskExecution.Phase} phase
@@ -31613,12 +31670,12 @@ export const flyteidl = $root.flyteidl = (() => {
 
             /**
              * TaskExecutionClosure outputResult.
-             * @member {"outputUri"|"error"|undefined} outputResult
+             * @member {"outputUri"|"error"|"outputData"|undefined} outputResult
              * @memberof flyteidl.admin.TaskExecutionClosure
              * @instance
              */
             Object.defineProperty(TaskExecutionClosure.prototype, "outputResult", {
-                get: $util.oneOfGetter($oneOfFields = ["outputUri", "error"]),
+                get: $util.oneOfGetter($oneOfFields = ["outputUri", "error", "outputData"]),
                 set: $util.oneOfSetter($oneOfFields)
             });
 
@@ -31669,6 +31726,8 @@ export const flyteidl = $root.flyteidl = (() => {
                     writer.uint32(/* id 10, wireType 2 =*/82).string(message.reason);
                 if (message.taskType != null && message.hasOwnProperty("taskType"))
                     writer.uint32(/* id 11, wireType 2 =*/90).string(message.taskType);
+                if (message.outputData != null && message.hasOwnProperty("outputData"))
+                    $root.flyteidl.core.LiteralMap.encode(message.outputData, writer.uint32(/* id 12, wireType 2 =*/98).fork()).ldelim();
                 if (message.metadata != null && message.hasOwnProperty("metadata"))
                     $root.flyteidl.event.TaskExecutionMetadata.encode(message.metadata, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim();
                 return writer;
@@ -31698,6 +31757,9 @@ export const flyteidl = $root.flyteidl = (() => {
                     case 2:
                         message.error = $root.flyteidl.core.ExecutionError.decode(reader, reader.uint32());
                         break;
+                    case 12:
+                        message.outputData = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32());
+                        break;
                     case 3:
                         message.phase = reader.int32();
                         break;
@@ -31765,6 +31827,16 @@ export const flyteidl = $root.flyteidl = (() => {
                             return "error." + error;
                     }
                 }
+                if (message.outputData != null && message.hasOwnProperty("outputData")) {
+                    if (properties.outputResult === 1)
+                        return "outputResult: multiple values";
+                    properties.outputResult = 1;
+                    {
+                        let error = $root.flyteidl.core.LiteralMap.verify(message.outputData);
+                        if (error)
+                            return "outputData." + error;
+                    }
+                }
                 if (message.phase != null && message.hasOwnProperty("phase"))
                     switch (message.phase) {
                     default:
diff --git a/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py
index 79ddb1bc27..8e86c1c705 100644
--- a/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py
+++ b/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py
@@ -27,7 +27,7 @@
   package='flyteidl.admin',
   syntax='proto3',
   serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'),
-  serialized_pb=_b('\n\x1e\x66lyteidl/admin/execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/security.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9f\x01\n\x16\x45xecutionCreateRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12+\n\x04spec\x18\x04 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12)\n\x06inputs\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\"`\n\x18\x45xecutionRelaunchRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x03 \x01(\t\"\x94\x01\n\x17\x45xecutionRecoverRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\"Q\n\x17\x45xecutionCreateResponse\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"U\n\x1bWorkflowExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xa3\x01\n\tExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12+\n\x04spec\x18\x02 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12\x31\n\x07\x63losure\x18\x03 \x01(\x0b\x32 .flyteidl.admin.ExecutionClosure\"M\n\rExecutionList\x12-\n\nexecutions\x18\x01 \x03(\x0b\x32\x19.flyteidl.admin.Execution\x12\r\n\x05token\x18\x02 \x01(\t\"X\n\x0eLiteralMapBlob\x12/\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01H\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"1\n\rAbortMetadata\x12\r\n\x05\x63\x61use\x18\x01 \x01(\t\x12\x11\n\tprincipal\x18\x02 \x01(\t\"\xeb\x04\n\x10\x45xecutionClosure\x12\x31\n\x07outputs\x18\x01 \x01(\x0b\x32\x1e.flyteidl.admin.LiteralMapBlobH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x19\n\x0b\x61\x62ort_cause\x18\n \x01(\tB\x02\x18\x01H\x00\x12\x37\n\x0e\x61\x62ort_metadata\x18\x0c \x01(\x0b\x32\x1d.flyteidl.admin.AbortMetadataH\x00\x12\x36\n\x0f\x63omputed_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x35\n\x05phase\x18\x04 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\rnotifications\x18\t \x03(\x0b\x32\x1c.flyteidl.admin.Notification\x12.\n\x0bworkflow_id\x18\x0b \x01(\x0b\x32\x19.flyteidl.core.IdentifierB\x0f\n\routput_result\"+\n\x0eSystemMetadata\x12\x19\n\x11\x65xecution_cluster\x18\x01 \x01(\t\"\xda\x03\n\x11\x45xecutionMetadata\x12=\n\x04mode\x18\x01 \x01(\x0e\x32/.flyteidl.admin.ExecutionMetadata.ExecutionMode\x12\x11\n\tprincipal\x18\x02 \x01(\t\x12\x0f\n\x07nesting\x18\x03 \x01(\r\x12\x30\n\x0cscheduled_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x15parent_node_execution\x18\x05 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12G\n\x13reference_execution\x18\x10 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x37\n\x0fsystem_metadata\x18\x11 \x01(\x0b\x32\x1e.flyteidl.admin.SystemMetadata\"g\n\rExecutionMode\x12\n\n\x06MANUAL\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\x0c\n\x08RELAUNCH\x10\x03\x12\x12\n\x0e\x43HILD_WORKFLOW\x10\x04\x12\r\n\tRECOVERED\x10\x05\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\xb0\x04\n\rExecutionSpec\x12.\n\x0blaunch_plan\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12-\n\x06inputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\x12\x39\n\rnotifications\x18\x05 \x01(\x0b\x32 .flyteidl.admin.NotificationListH\x00\x12\x15\n\x0b\x64isable_all\x18\x06 \x01(\x08H\x00\x12&\n\x06labels\x18\x07 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x08 \x01(\x0b\x32\x1b.flyteidl.admin.Annotations\x12\x38\n\x10security_context\x18\n \x01(\x0b\x32\x1e.flyteidl.core.SecurityContext\x12/\n\tauth_role\x18\x10 \x01(\x0b\x32\x18.flyteidl.admin.AuthRoleB\x02\x18\x01\x12;\n\x12quality_of_service\x18\x11 \x01(\x0b\x32\x1f.flyteidl.core.QualityOfService\x12\x17\n\x0fmax_parallelism\x18\x12 \x01(\x05\x42\x18\n\x16notification_overridesJ\x04\x08\x04\x10\x05\"b\n\x19\x45xecutionTerminateRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05\x63\x61use\x18\x02 \x01(\t\"\x1c\n\x1a\x45xecutionTerminateResponse\"Y\n\x1fWorkflowExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xde\x01\n WorkflowExecutionGetDataResponse\x12,\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12+\n\x06inputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
+  serialized_pb=_b('\n\x1e\x66lyteidl/admin/execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/security.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9f\x01\n\x16\x45xecutionCreateRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12+\n\x04spec\x18\x04 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12)\n\x06inputs\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\"`\n\x18\x45xecutionRelaunchRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x03 \x01(\t\"\x94\x01\n\x17\x45xecutionRecoverRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\"Q\n\x17\x45xecutionCreateResponse\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"U\n\x1bWorkflowExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xa3\x01\n\tExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12+\n\x04spec\x18\x02 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12\x31\n\x07\x63losure\x18\x03 \x01(\x0b\x32 .flyteidl.admin.ExecutionClosure\"M\n\rExecutionList\x12-\n\nexecutions\x18\x01 \x03(\x0b\x32\x19.flyteidl.admin.Execution\x12\r\n\x05token\x18\x02 \x01(\t\"X\n\x0eLiteralMapBlob\x12/\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01H\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"1\n\rAbortMetadata\x12\r\n\x05\x63\x61use\x18\x01 \x01(\t\x12\x11\n\tprincipal\x18\x02 \x01(\t\"\x9d\x05\n\x10\x45xecutionClosure\x12\x31\n\x07outputs\x18\x01 \x01(\x0b\x32\x1e.flyteidl.admin.LiteralMapBlobH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x19\n\x0b\x61\x62ort_cause\x18\n \x01(\tB\x02\x18\x01H\x00\x12\x37\n\x0e\x61\x62ort_metadata\x18\x0c \x01(\x0b\x32\x1d.flyteidl.admin.AbortMetadataH\x00\x12\x30\n\x0boutput_data\x18\r \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\x36\n\x0f\x63omputed_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x35\n\x05phase\x18\x04 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\rnotifications\x18\t \x03(\x0b\x32\x1c.flyteidl.admin.Notification\x12.\n\x0bworkflow_id\x18\x0b \x01(\x0b\x32\x19.flyteidl.core.IdentifierB\x0f\n\routput_result\"+\n\x0eSystemMetadata\x12\x19\n\x11\x65xecution_cluster\x18\x01 \x01(\t\"\xda\x03\n\x11\x45xecutionMetadata\x12=\n\x04mode\x18\x01 \x01(\x0e\x32/.flyteidl.admin.ExecutionMetadata.ExecutionMode\x12\x11\n\tprincipal\x18\x02 \x01(\t\x12\x0f\n\x07nesting\x18\x03 \x01(\r\x12\x30\n\x0cscheduled_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x15parent_node_execution\x18\x05 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12G\n\x13reference_execution\x18\x10 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x37\n\x0fsystem_metadata\x18\x11 \x01(\x0b\x32\x1e.flyteidl.admin.SystemMetadata\"g\n\rExecutionMode\x12\n\n\x06MANUAL\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\x0c\n\x08RELAUNCH\x10\x03\x12\x12\n\x0e\x43HILD_WORKFLOW\x10\x04\x12\r\n\tRECOVERED\x10\x05\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\xb0\x04\n\rExecutionSpec\x12.\n\x0blaunch_plan\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12-\n\x06inputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\x12\x39\n\rnotifications\x18\x05 \x01(\x0b\x32 .flyteidl.admin.NotificationListH\x00\x12\x15\n\x0b\x64isable_all\x18\x06 \x01(\x08H\x00\x12&\n\x06labels\x18\x07 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x08 \x01(\x0b\x32\x1b.flyteidl.admin.Annotations\x12\x38\n\x10security_context\x18\n \x01(\x0b\x32\x1e.flyteidl.core.SecurityContext\x12/\n\tauth_role\x18\x10 \x01(\x0b\x32\x18.flyteidl.admin.AuthRoleB\x02\x18\x01\x12;\n\x12quality_of_service\x18\x11 \x01(\x0b\x32\x1f.flyteidl.core.QualityOfService\x12\x17\n\x0fmax_parallelism\x18\x12 \x01(\x05\x42\x18\n\x16notification_overridesJ\x04\x08\x04\x10\x05\"b\n\x19\x45xecutionTerminateRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05\x63\x61use\x18\x02 \x01(\t\"\x1c\n\x1a\x45xecutionTerminateResponse\"Y\n\x1fWorkflowExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xde\x01\n WorkflowExecutionGetDataResponse\x12,\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12+\n\x06inputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
   ,
   dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_security__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,])
 
@@ -66,8 +66,8 @@
   ],
   containing_type=None,
   serialized_options=None,
-  serialized_start=2273,
-  serialized_end=2376,
+  serialized_start=2323,
+  serialized_end=2426,
 )
 _sym_db.RegisterEnumDescriptor(_EXECUTIONMETADATA_EXECUTIONMODE)
 
@@ -474,56 +474,63 @@
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='computed_inputs', full_name='flyteidl.admin.ExecutionClosure.computed_inputs', index=4,
+      name='output_data', full_name='flyteidl.admin.ExecutionClosure.output_data', index=4,
+      number=13, 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),
+    _descriptor.FieldDescriptor(
+      name='computed_inputs', full_name='flyteidl.admin.ExecutionClosure.computed_inputs', index=5,
       number=3, 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=_b('\030\001'), file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='phase', full_name='flyteidl.admin.ExecutionClosure.phase', index=5,
+      name='phase', full_name='flyteidl.admin.ExecutionClosure.phase', index=6,
       number=4, type=14, cpp_type=8, label=1,
       has_default_value=False, default_value=0,
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='started_at', full_name='flyteidl.admin.ExecutionClosure.started_at', index=6,
+      name='started_at', full_name='flyteidl.admin.ExecutionClosure.started_at', index=7,
       number=5, 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),
     _descriptor.FieldDescriptor(
-      name='duration', full_name='flyteidl.admin.ExecutionClosure.duration', index=7,
+      name='duration', full_name='flyteidl.admin.ExecutionClosure.duration', index=8,
       number=6, 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),
     _descriptor.FieldDescriptor(
-      name='created_at', full_name='flyteidl.admin.ExecutionClosure.created_at', index=8,
+      name='created_at', full_name='flyteidl.admin.ExecutionClosure.created_at', index=9,
       number=7, 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),
     _descriptor.FieldDescriptor(
-      name='updated_at', full_name='flyteidl.admin.ExecutionClosure.updated_at', index=9,
+      name='updated_at', full_name='flyteidl.admin.ExecutionClosure.updated_at', index=10,
       number=8, 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),
     _descriptor.FieldDescriptor(
-      name='notifications', full_name='flyteidl.admin.ExecutionClosure.notifications', index=10,
+      name='notifications', full_name='flyteidl.admin.ExecutionClosure.notifications', index=11,
       number=9, 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),
     _descriptor.FieldDescriptor(
-      name='workflow_id', full_name='flyteidl.admin.ExecutionClosure.workflow_id', index=11,
+      name='workflow_id', full_name='flyteidl.admin.ExecutionClosure.workflow_id', index=12,
       number=11, type=11, cpp_type=10, label=1,
       has_default_value=False, default_value=None,
       message_type=None, enum_type=None, containing_type=None,
@@ -545,7 +552,7 @@
       index=0, containing_type=None, fields=[]),
   ],
   serialized_start=1235,
-  serialized_end=1854,
+  serialized_end=1904,
 )
 
 
@@ -575,8 +582,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1856,
-  serialized_end=1899,
+  serialized_start=1906,
+  serialized_end=1949,
 )
 
 
@@ -649,8 +656,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1902,
-  serialized_end=2376,
+  serialized_start=1952,
+  serialized_end=2426,
 )
 
 
@@ -680,8 +687,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=2378,
-  serialized_end=2449,
+  serialized_start=2428,
+  serialized_end=2499,
 )
 
 
@@ -784,8 +791,8 @@
       name='notification_overrides', full_name='flyteidl.admin.ExecutionSpec.notification_overrides',
       index=0, containing_type=None, fields=[]),
   ],
-  serialized_start=2452,
-  serialized_end=3012,
+  serialized_start=2502,
+  serialized_end=3062,
 )
 
 
@@ -822,8 +829,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=3014,
-  serialized_end=3112,
+  serialized_start=3064,
+  serialized_end=3162,
 )
 
 
@@ -846,8 +853,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=3114,
-  serialized_end=3142,
+  serialized_start=3164,
+  serialized_end=3192,
 )
 
 
@@ -877,8 +884,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=3144,
-  serialized_end=3233,
+  serialized_start=3194,
+  serialized_end=3283,
 )
 
 
@@ -929,8 +936,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=3236,
-  serialized_end=3458,
+  serialized_start=3286,
+  serialized_end=3508,
 )
 
 _EXECUTIONCREATEREQUEST.fields_by_name['spec'].message_type = _EXECUTIONSPEC
@@ -954,6 +961,7 @@
 _EXECUTIONCLOSURE.fields_by_name['outputs'].message_type = _LITERALMAPBLOB
 _EXECUTIONCLOSURE.fields_by_name['error'].message_type = flyteidl_dot_core_dot_execution__pb2._EXECUTIONERROR
 _EXECUTIONCLOSURE.fields_by_name['abort_metadata'].message_type = _ABORTMETADATA
+_EXECUTIONCLOSURE.fields_by_name['output_data'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP
 _EXECUTIONCLOSURE.fields_by_name['computed_inputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP
 _EXECUTIONCLOSURE.fields_by_name['phase'].enum_type = flyteidl_dot_core_dot_execution__pb2._WORKFLOWEXECUTION_PHASE
 _EXECUTIONCLOSURE.fields_by_name['started_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
@@ -974,6 +982,9 @@
 _EXECUTIONCLOSURE.oneofs_by_name['output_result'].fields.append(
   _EXECUTIONCLOSURE.fields_by_name['abort_metadata'])
 _EXECUTIONCLOSURE.fields_by_name['abort_metadata'].containing_oneof = _EXECUTIONCLOSURE.oneofs_by_name['output_result']
+_EXECUTIONCLOSURE.oneofs_by_name['output_result'].fields.append(
+  _EXECUTIONCLOSURE.fields_by_name['output_data'])
+_EXECUTIONCLOSURE.fields_by_name['output_data'].containing_oneof = _EXECUTIONCLOSURE.oneofs_by_name['output_result']
 _EXECUTIONMETADATA.fields_by_name['mode'].enum_type = _EXECUTIONMETADATA_EXECUTIONMODE
 _EXECUTIONMETADATA.fields_by_name['scheduled_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
 _EXECUTIONMETADATA.fields_by_name['parent_node_execution'].message_type = flyteidl_dot_core_dot_identifier__pb2._NODEEXECUTIONIDENTIFIER
diff --git a/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py
index 8f2bfb134a..ead4237069 100644
--- a/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py
+++ b/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py
@@ -28,7 +28,7 @@
   package='flyteidl.admin',
   syntax='proto3',
   serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'),
-  serialized_pb=_b('\n#flyteidl/admin/node_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\"M\n\x17NodeExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xd5\x01\n\x18NodeExecutionListRequest\x12I\n\x15workflow_execution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x18\n\x10unique_parent_id\x18\x06 \x01(\t\"\xba\x01\n\x1fNodeExecutionForTaskListRequest\x12\x41\n\x11task_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xc6\x01\n\rNodeExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.NodeExecutionClosure\x12\x37\n\x08metadata\x18\x04 \x01(\x0b\x32%.flyteidl.admin.NodeExecutionMetaData\"Z\n\x15NodeExecutionMetaData\x12\x13\n\x0bretry_group\x18\x01 \x01(\t\x12\x16\n\x0eis_parent_node\x18\x02 \x01(\x08\x12\x14\n\x0cspec_node_id\x18\x03 \x01(\t\"Z\n\x11NodeExecutionList\x12\x36\n\x0fnode_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.NodeExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\xf8\x03\n\x14NodeExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12.\n\nstarted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.admin.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\t \x01(\x0b\x32 .flyteidl.admin.TaskNodeMetadataH\x01\x42\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"W\n\x14WorkflowNodeMetadata\x12?\n\x0b\x65xecutionId\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bNodeExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xa1\x02\n\x1cNodeExecutionGetDataResponse\x12+\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12,\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.admin.DynamicWorkflowNodeMetadataB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
+  serialized_pb=_b('\n#flyteidl/admin/node_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\"M\n\x17NodeExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xd5\x01\n\x18NodeExecutionListRequest\x12I\n\x15workflow_execution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x18\n\x10unique_parent_id\x18\x06 \x01(\t\"\xba\x01\n\x1fNodeExecutionForTaskListRequest\x12\x41\n\x11task_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xc6\x01\n\rNodeExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.NodeExecutionClosure\x12\x37\n\x08metadata\x18\x04 \x01(\x0b\x32%.flyteidl.admin.NodeExecutionMetaData\"Z\n\x15NodeExecutionMetaData\x12\x13\n\x0bretry_group\x18\x01 \x01(\t\x12\x16\n\x0eis_parent_node\x18\x02 \x01(\x08\x12\x14\n\x0cspec_node_id\x18\x03 \x01(\t\"Z\n\x11NodeExecutionList\x12\x36\n\x0fnode_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.NodeExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\xaa\x04\n\x14NodeExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\n \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12.\n\nstarted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.admin.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\t \x01(\x0b\x32 .flyteidl.admin.TaskNodeMetadataH\x01\x42\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"W\n\x14WorkflowNodeMetadata\x12?\n\x0b\x65xecutionId\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bNodeExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xa1\x02\n\x1cNodeExecutionGetDataResponse\x12+\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12,\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.admin.DynamicWorkflowNodeMetadataB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
   ,
   dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,flyteidl_dot_core_dot_compiler__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,])
 
@@ -348,49 +348,56 @@
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='phase', full_name='flyteidl.admin.NodeExecutionClosure.phase', index=2,
+      name='output_data', full_name='flyteidl.admin.NodeExecutionClosure.output_data', index=2,
+      number=10, 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),
+    _descriptor.FieldDescriptor(
+      name='phase', full_name='flyteidl.admin.NodeExecutionClosure.phase', index=3,
       number=3, type=14, cpp_type=8, label=1,
       has_default_value=False, default_value=0,
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='started_at', full_name='flyteidl.admin.NodeExecutionClosure.started_at', index=3,
+      name='started_at', full_name='flyteidl.admin.NodeExecutionClosure.started_at', index=4,
       number=4, 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),
     _descriptor.FieldDescriptor(
-      name='duration', full_name='flyteidl.admin.NodeExecutionClosure.duration', index=4,
+      name='duration', full_name='flyteidl.admin.NodeExecutionClosure.duration', index=5,
       number=5, 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),
     _descriptor.FieldDescriptor(
-      name='created_at', full_name='flyteidl.admin.NodeExecutionClosure.created_at', index=5,
+      name='created_at', full_name='flyteidl.admin.NodeExecutionClosure.created_at', index=6,
       number=6, 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),
     _descriptor.FieldDescriptor(
-      name='updated_at', full_name='flyteidl.admin.NodeExecutionClosure.updated_at', index=6,
+      name='updated_at', full_name='flyteidl.admin.NodeExecutionClosure.updated_at', index=7,
       number=7, 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),
     _descriptor.FieldDescriptor(
-      name='workflow_node_metadata', full_name='flyteidl.admin.NodeExecutionClosure.workflow_node_metadata', index=7,
+      name='workflow_node_metadata', full_name='flyteidl.admin.NodeExecutionClosure.workflow_node_metadata', index=8,
       number=8, 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),
     _descriptor.FieldDescriptor(
-      name='task_node_metadata', full_name='flyteidl.admin.NodeExecutionClosure.task_node_metadata', index=8,
+      name='task_node_metadata', full_name='flyteidl.admin.NodeExecutionClosure.task_node_metadata', index=9,
       number=9, type=11, cpp_type=10, label=1,
       has_default_value=False, default_value=None,
       message_type=None, enum_type=None, containing_type=None,
@@ -415,7 +422,7 @@
       index=1, containing_type=None, fields=[]),
   ],
   serialized_start=1171,
-  serialized_end=1675,
+  serialized_end=1725,
 )
 
 
@@ -445,8 +452,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1677,
-  serialized_end=1764,
+  serialized_start=1727,
+  serialized_end=1814,
 )
 
 
@@ -483,8 +490,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1767,
-  serialized_end=1895,
+  serialized_start=1817,
+  serialized_end=1945,
 )
 
 
@@ -521,8 +528,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1898,
-  serialized_end=2033,
+  serialized_start=1948,
+  serialized_end=2083,
 )
 
 
@@ -552,8 +559,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=2035,
-  serialized_end=2116,
+  serialized_start=2085,
+  serialized_end=2166,
 )
 
 
@@ -611,8 +618,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=2119,
-  serialized_end=2408,
+  serialized_start=2169,
+  serialized_end=2458,
 )
 
 _NODEEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._NODEEXECUTIONIDENTIFIER
@@ -625,6 +632,7 @@
 _NODEEXECUTION.fields_by_name['metadata'].message_type = _NODEEXECUTIONMETADATA
 _NODEEXECUTIONLIST.fields_by_name['node_executions'].message_type = _NODEEXECUTION
 _NODEEXECUTIONCLOSURE.fields_by_name['error'].message_type = flyteidl_dot_core_dot_execution__pb2._EXECUTIONERROR
+_NODEEXECUTIONCLOSURE.fields_by_name['output_data'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP
 _NODEEXECUTIONCLOSURE.fields_by_name['phase'].enum_type = flyteidl_dot_core_dot_execution__pb2._NODEEXECUTION_PHASE
 _NODEEXECUTIONCLOSURE.fields_by_name['started_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
 _NODEEXECUTIONCLOSURE.fields_by_name['duration'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
@@ -638,6 +646,9 @@
 _NODEEXECUTIONCLOSURE.oneofs_by_name['output_result'].fields.append(
   _NODEEXECUTIONCLOSURE.fields_by_name['error'])
 _NODEEXECUTIONCLOSURE.fields_by_name['error'].containing_oneof = _NODEEXECUTIONCLOSURE.oneofs_by_name['output_result']
+_NODEEXECUTIONCLOSURE.oneofs_by_name['output_result'].fields.append(
+  _NODEEXECUTIONCLOSURE.fields_by_name['output_data'])
+_NODEEXECUTIONCLOSURE.fields_by_name['output_data'].containing_oneof = _NODEEXECUTIONCLOSURE.oneofs_by_name['output_result']
 _NODEEXECUTIONCLOSURE.oneofs_by_name['target_metadata'].fields.append(
   _NODEEXECUTIONCLOSURE.fields_by_name['workflow_node_metadata'])
 _NODEEXECUTIONCLOSURE.fields_by_name['workflow_node_metadata'].containing_oneof = _NODEEXECUTIONCLOSURE.oneofs_by_name['target_metadata']
diff --git a/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py
index 28ef163333..b385412b56 100644
--- a/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py
+++ b/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py
@@ -28,7 +28,7 @@
   package='flyteidl.admin',
   syntax='proto3',
   serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'),
-  serialized_pb=_b('\n#flyteidl/admin/task_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1a\x66lyteidl/event/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"M\n\x17TaskExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xb3\x01\n\x18TaskExecutionListRequest\x12\x41\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xa0\x01\n\rTaskExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosure\x12\x11\n\tis_parent\x18\x04 \x01(\x08\"Z\n\x11TaskExecutionList\x12\x36\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\x8d\x04\n\x14TaskExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12$\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x0e\n\x06reason\x18\n \x01(\t\x12\x11\n\ttask_type\x18\x0b \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xda\x01\n\x1cTaskExecutionGetDataResponse\x12+\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12,\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
+  serialized_pb=_b('\n#flyteidl/admin/task_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1a\x66lyteidl/event/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"M\n\x17TaskExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xb3\x01\n\x18TaskExecutionListRequest\x12\x41\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xa0\x01\n\rTaskExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosure\x12\x11\n\tis_parent\x18\x04 \x01(\x08\"Z\n\x11TaskExecutionList\x12\x36\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\xbf\x04\n\x14TaskExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x0c \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12$\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x0e\n\x06reason\x18\n \x01(\t\x12\x11\n\ttask_type\x18\x0b \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xda\x01\n\x1cTaskExecutionGetDataResponse\x12+\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12,\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
   ,
   dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_event_dot_event__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,])
 
@@ -237,70 +237,77 @@
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='phase', full_name='flyteidl.admin.TaskExecutionClosure.phase', index=2,
+      name='output_data', full_name='flyteidl.admin.TaskExecutionClosure.output_data', index=2,
+      number=12, 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),
+    _descriptor.FieldDescriptor(
+      name='phase', full_name='flyteidl.admin.TaskExecutionClosure.phase', index=3,
       number=3, type=14, cpp_type=8, label=1,
       has_default_value=False, default_value=0,
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='logs', full_name='flyteidl.admin.TaskExecutionClosure.logs', index=3,
+      name='logs', full_name='flyteidl.admin.TaskExecutionClosure.logs', index=4,
       number=4, 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),
     _descriptor.FieldDescriptor(
-      name='started_at', full_name='flyteidl.admin.TaskExecutionClosure.started_at', index=4,
+      name='started_at', full_name='flyteidl.admin.TaskExecutionClosure.started_at', index=5,
       number=5, 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),
     _descriptor.FieldDescriptor(
-      name='duration', full_name='flyteidl.admin.TaskExecutionClosure.duration', index=5,
+      name='duration', full_name='flyteidl.admin.TaskExecutionClosure.duration', index=6,
       number=6, 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),
     _descriptor.FieldDescriptor(
-      name='created_at', full_name='flyteidl.admin.TaskExecutionClosure.created_at', index=6,
+      name='created_at', full_name='flyteidl.admin.TaskExecutionClosure.created_at', index=7,
       number=7, 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),
     _descriptor.FieldDescriptor(
-      name='updated_at', full_name='flyteidl.admin.TaskExecutionClosure.updated_at', index=7,
+      name='updated_at', full_name='flyteidl.admin.TaskExecutionClosure.updated_at', index=8,
       number=8, 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),
     _descriptor.FieldDescriptor(
-      name='custom_info', full_name='flyteidl.admin.TaskExecutionClosure.custom_info', index=8,
+      name='custom_info', full_name='flyteidl.admin.TaskExecutionClosure.custom_info', index=9,
       number=9, 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),
     _descriptor.FieldDescriptor(
-      name='reason', full_name='flyteidl.admin.TaskExecutionClosure.reason', index=9,
+      name='reason', full_name='flyteidl.admin.TaskExecutionClosure.reason', index=10,
       number=10, 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='task_type', full_name='flyteidl.admin.TaskExecutionClosure.task_type', index=10,
+      name='task_type', full_name='flyteidl.admin.TaskExecutionClosure.task_type', index=11,
       number=11, 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='metadata', full_name='flyteidl.admin.TaskExecutionClosure.metadata', index=11,
+      name='metadata', full_name='flyteidl.admin.TaskExecutionClosure.metadata', index=12,
       number=16, type=11, cpp_type=10, label=1,
       has_default_value=False, default_value=None,
       message_type=None, enum_type=None, containing_type=None,
@@ -322,7 +329,7 @@
       index=0, containing_type=None, fields=[]),
   ],
   serialized_start=817,
-  serialized_end=1342,
+  serialized_end=1392,
 )
 
 
@@ -352,8 +359,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1344,
-  serialized_end=1425,
+  serialized_start=1394,
+  serialized_end=1475,
 )
 
 
@@ -404,8 +411,8 @@
   extension_ranges=[],
   oneofs=[
   ],
-  serialized_start=1428,
-  serialized_end=1646,
+  serialized_start=1478,
+  serialized_end=1696,
 )
 
 _TASKEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._TASKEXECUTIONIDENTIFIER
@@ -415,6 +422,7 @@
 _TASKEXECUTION.fields_by_name['closure'].message_type = _TASKEXECUTIONCLOSURE
 _TASKEXECUTIONLIST.fields_by_name['task_executions'].message_type = _TASKEXECUTION
 _TASKEXECUTIONCLOSURE.fields_by_name['error'].message_type = flyteidl_dot_core_dot_execution__pb2._EXECUTIONERROR
+_TASKEXECUTIONCLOSURE.fields_by_name['output_data'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP
 _TASKEXECUTIONCLOSURE.fields_by_name['phase'].enum_type = flyteidl_dot_core_dot_execution__pb2._TASKEXECUTION_PHASE
 _TASKEXECUTIONCLOSURE.fields_by_name['logs'].message_type = flyteidl_dot_core_dot_execution__pb2._TASKLOG
 _TASKEXECUTIONCLOSURE.fields_by_name['started_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
@@ -429,6 +437,9 @@
 _TASKEXECUTIONCLOSURE.oneofs_by_name['output_result'].fields.append(
   _TASKEXECUTIONCLOSURE.fields_by_name['error'])
 _TASKEXECUTIONCLOSURE.fields_by_name['error'].containing_oneof = _TASKEXECUTIONCLOSURE.oneofs_by_name['output_result']
+_TASKEXECUTIONCLOSURE.oneofs_by_name['output_result'].fields.append(
+  _TASKEXECUTIONCLOSURE.fields_by_name['output_data'])
+_TASKEXECUTIONCLOSURE.fields_by_name['output_data'].containing_oneof = _TASKEXECUTIONCLOSURE.oneofs_by_name['output_result']
 _TASKEXECUTIONGETDATAREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._TASKEXECUTIONIDENTIFIER
 _TASKEXECUTIONGETDATARESPONSE.fields_by_name['inputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB
 _TASKEXECUTIONGETDATARESPONSE.fields_by_name['outputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_closure.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_closure.py
index 69d2507681..629e0114a2 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_closure.py
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_closure.py
@@ -43,6 +43,7 @@ class AdminExecutionClosure(object):
         'error': 'CoreExecutionError',
         'abort_cause': 'str',
         'abort_metadata': 'AdminAbortMetadata',
+        'output_data': 'CoreLiteralMap',
         'computed_inputs': 'CoreLiteralMap',
         'phase': 'CoreWorkflowExecutionPhase',
         'started_at': 'datetime',
@@ -58,6 +59,7 @@ class AdminExecutionClosure(object):
         'error': 'error',
         'abort_cause': 'abort_cause',
         'abort_metadata': 'abort_metadata',
+        'output_data': 'output_data',
         'computed_inputs': 'computed_inputs',
         'phase': 'phase',
         'started_at': 'started_at',
@@ -68,13 +70,14 @@ class AdminExecutionClosure(object):
         'workflow_id': 'workflow_id'
     }
 
-    def __init__(self, outputs=None, error=None, abort_cause=None, abort_metadata=None, computed_inputs=None, phase=None, started_at=None, duration=None, created_at=None, updated_at=None, notifications=None, workflow_id=None):  # noqa: E501
+    def __init__(self, outputs=None, error=None, abort_cause=None, abort_metadata=None, output_data=None, computed_inputs=None, phase=None, started_at=None, duration=None, created_at=None, updated_at=None, notifications=None, workflow_id=None):  # noqa: E501
         """AdminExecutionClosure - a model defined in Swagger"""  # noqa: E501
 
         self._outputs = None
         self._error = None
         self._abort_cause = None
         self._abort_metadata = None
+        self._output_data = None
         self._computed_inputs = None
         self._phase = None
         self._started_at = None
@@ -93,6 +96,8 @@ def __init__(self, outputs=None, error=None, abort_cause=None, abort_metadata=No
             self.abort_cause = abort_cause
         if abort_metadata is not None:
             self.abort_metadata = abort_metadata
+        if output_data is not None:
+            self.output_data = output_data
         if computed_inputs is not None:
             self.computed_inputs = computed_inputs
         if phase is not None:
@@ -202,6 +207,29 @@ def abort_metadata(self, abort_metadata):
 
         self._abort_metadata = abort_metadata
 
+    @property
+    def output_data(self):
+        """Gets the output_data of this AdminExecutionClosure.  # noqa: E501
+
+        Raw output metadata produced by this execution.  # noqa: E501
+
+        :return: The output_data of this AdminExecutionClosure.  # noqa: E501
+        :rtype: CoreLiteralMap
+        """
+        return self._output_data
+
+    @output_data.setter
+    def output_data(self, output_data):
+        """Sets the output_data of this AdminExecutionClosure.
+
+        Raw output metadata produced by this execution.  # noqa: E501
+
+        :param output_data: The output_data of this AdminExecutionClosure.  # noqa: E501
+        :type: CoreLiteralMap
+        """
+
+        self._output_data = output_data
+
     @property
     def computed_inputs(self):
         """Gets the computed_inputs of this AdminExecutionClosure.  # noqa: E501
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py
index a3455364c0..6c79a2fd10 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py
@@ -17,6 +17,7 @@
 import six
 
 from flyteadmin.models.core_execution_error import CoreExecutionError  # noqa: F401,E501
+from flyteadmin.models.core_literal_map import CoreLiteralMap  # noqa: F401,E501
 from flyteadmin.models.core_node_execution_phase import CoreNodeExecutionPhase  # noqa: F401,E501
 from flyteadmin.models.flyteidladmin_task_node_metadata import FlyteidladminTaskNodeMetadata  # noqa: F401,E501
 from flyteadmin.models.flyteidladmin_workflow_node_metadata import FlyteidladminWorkflowNodeMetadata  # noqa: F401,E501
@@ -38,6 +39,7 @@ class AdminNodeExecutionClosure(object):
     swagger_types = {
         'output_uri': 'str',
         'error': 'CoreExecutionError',
+        'output_data': 'CoreLiteralMap',
         'phase': 'CoreNodeExecutionPhase',
         'started_at': 'datetime',
         'duration': 'str',
@@ -50,6 +52,7 @@ class AdminNodeExecutionClosure(object):
     attribute_map = {
         'output_uri': 'output_uri',
         'error': 'error',
+        'output_data': 'output_data',
         'phase': 'phase',
         'started_at': 'started_at',
         'duration': 'duration',
@@ -59,11 +62,12 @@ class AdminNodeExecutionClosure(object):
         'task_node_metadata': 'task_node_metadata'
     }
 
-    def __init__(self, output_uri=None, error=None, phase=None, started_at=None, duration=None, created_at=None, updated_at=None, workflow_node_metadata=None, task_node_metadata=None):  # noqa: E501
+    def __init__(self, output_uri=None, error=None, output_data=None, phase=None, started_at=None, duration=None, created_at=None, updated_at=None, workflow_node_metadata=None, task_node_metadata=None):  # noqa: E501
         """AdminNodeExecutionClosure - a model defined in Swagger"""  # noqa: E501
 
         self._output_uri = None
         self._error = None
+        self._output_data = None
         self._phase = None
         self._started_at = None
         self._duration = None
@@ -77,6 +81,8 @@ def __init__(self, output_uri=None, error=None, phase=None, started_at=None, dur
             self.output_uri = output_uri
         if error is not None:
             self.error = error
+        if output_data is not None:
+            self.output_data = output_data
         if phase is not None:
             self.phase = phase
         if started_at is not None:
@@ -136,6 +142,29 @@ def error(self, error):
 
         self._error = error
 
+    @property
+    def output_data(self):
+        """Gets the output_data of this AdminNodeExecutionClosure.  # noqa: E501
+
+        Raw output metadata produced by this node execution.  # noqa: E501
+
+        :return: The output_data of this AdminNodeExecutionClosure.  # noqa: E501
+        :rtype: CoreLiteralMap
+        """
+        return self._output_data
+
+    @output_data.setter
+    def output_data(self, output_data):
+        """Sets the output_data of this AdminNodeExecutionClosure.
+
+        Raw output metadata produced by this node execution.  # noqa: E501
+
+        :param output_data: The output_data of this AdminNodeExecutionClosure.  # noqa: E501
+        :type: CoreLiteralMap
+        """
+
+        self._output_data = output_data
+
     @property
     def phase(self):
         """Gets the phase of this AdminNodeExecutionClosure.  # noqa: E501
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py
index 15071e2cda..f448cdee16 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py
@@ -17,6 +17,7 @@
 import six
 
 from flyteadmin.models.core_execution_error import CoreExecutionError  # noqa: F401,E501
+from flyteadmin.models.core_literal_map import CoreLiteralMap  # noqa: F401,E501
 from flyteadmin.models.core_task_execution_phase import CoreTaskExecutionPhase  # noqa: F401,E501
 from flyteadmin.models.core_task_log import CoreTaskLog  # noqa: F401,E501
 from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata  # noqa: F401,E501
@@ -39,6 +40,7 @@ class AdminTaskExecutionClosure(object):
     swagger_types = {
         'output_uri': 'str',
         'error': 'CoreExecutionError',
+        'output_data': 'CoreLiteralMap',
         'phase': 'CoreTaskExecutionPhase',
         'logs': 'list[CoreTaskLog]',
         'started_at': 'datetime',
@@ -54,6 +56,7 @@ class AdminTaskExecutionClosure(object):
     attribute_map = {
         'output_uri': 'output_uri',
         'error': 'error',
+        'output_data': 'output_data',
         'phase': 'phase',
         'logs': 'logs',
         'started_at': 'started_at',
@@ -66,11 +69,12 @@ class AdminTaskExecutionClosure(object):
         'metadata': 'metadata'
     }
 
-    def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_at=None, duration=None, created_at=None, updated_at=None, custom_info=None, reason=None, task_type=None, metadata=None):  # noqa: E501
+    def __init__(self, output_uri=None, error=None, output_data=None, phase=None, logs=None, started_at=None, duration=None, created_at=None, updated_at=None, custom_info=None, reason=None, task_type=None, metadata=None):  # noqa: E501
         """AdminTaskExecutionClosure - a model defined in Swagger"""  # noqa: E501
 
         self._output_uri = None
         self._error = None
+        self._output_data = None
         self._phase = None
         self._logs = None
         self._started_at = None
@@ -87,6 +91,8 @@ def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_a
             self.output_uri = output_uri
         if error is not None:
             self.error = error
+        if output_data is not None:
+            self.output_data = output_data
         if phase is not None:
             self.phase = phase
         if logs is not None:
@@ -154,6 +160,29 @@ def error(self, error):
 
         self._error = error
 
+    @property
+    def output_data(self):
+        """Gets the output_data of this AdminTaskExecutionClosure.  # noqa: E501
+
+        Raw output metadata produced by this task execution.  # noqa: E501
+
+        :return: The output_data of this AdminTaskExecutionClosure.  # noqa: E501
+        :rtype: CoreLiteralMap
+        """
+        return self._output_data
+
+    @output_data.setter
+    def output_data(self, output_data):
+        """Sets the output_data of this AdminTaskExecutionClosure.
+
+        Raw output metadata produced by this task execution.  # noqa: E501
+
+        :param output_data: The output_data of this AdminTaskExecutionClosure.  # noqa: E501
+        :type: CoreLiteralMap
+        """
+
+        self._output_data = output_data
+
     @property
     def phase(self):
         """Gets the phase of this AdminTaskExecutionClosure.  # noqa: E501
diff --git a/flyteidl/protos/flyteidl/admin/execution.proto b/flyteidl/protos/flyteidl/admin/execution.proto
index 6d0ed331cf..fd4245caf2 100644
--- a/flyteidl/protos/flyteidl/admin/execution.proto
+++ b/flyteidl/protos/flyteidl/admin/execution.proto
@@ -136,6 +136,9 @@ message ExecutionClosure {
 
         // In the case of a user-specified abort, this will pass along the user and their supplied cause.
         AbortMetadata abort_metadata = 12;
+
+        // Raw output metadata produced by this execution.
+        core.LiteralMap output_data = 13;
     }
 
     // Inputs computed and passed for execution.
diff --git a/flyteidl/protos/flyteidl/admin/node_execution.proto b/flyteidl/protos/flyteidl/admin/node_execution.proto
index dfd7b71d0d..4f58c6deac 100644
--- a/flyteidl/protos/flyteidl/admin/node_execution.proto
+++ b/flyteidl/protos/flyteidl/admin/node_execution.proto
@@ -131,6 +131,9 @@ message NodeExecutionClosure {
 
         // Error information for the Node
         core.ExecutionError error          = 2;
+
+        // Raw output metadata produced by this node execution.
+        core.LiteralMap output_data        = 10;
     }
 
     // The last recorded phase for this node execution.
diff --git a/flyteidl/protos/flyteidl/admin/task_execution.proto b/flyteidl/protos/flyteidl/admin/task_execution.proto
index cee6175185..e9bccece68 100644
--- a/flyteidl/protos/flyteidl/admin/task_execution.proto
+++ b/flyteidl/protos/flyteidl/admin/task_execution.proto
@@ -81,6 +81,9 @@ message TaskExecutionClosure {
 
         // Error information for the task execution. Populated if the execution failed.
         core.ExecutionError error          = 2;
+
+        // Raw output metadata produced by this task execution.
+        core.LiteralMap output_data        = 12;
     }
 
     // The last recorded phase for this task execution.