diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc index 577b434fa6..6ec9df7c56 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc @@ -385,9 +385,10 @@ static void InitDefaultsWorkflowExecutionGetDataResponse_flyteidl_2fadmin_2fexec ::flyteidl::admin::WorkflowExecutionGetDataResponse::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_WorkflowExecutionGetDataResponse_flyteidl_2fadmin_2fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsWorkflowExecutionGetDataResponse_flyteidl_2fadmin_2fexecution_2eproto}, { - &scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<2> scc_info_WorkflowExecutionGetDataResponse_flyteidl_2fadmin_2fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsWorkflowExecutionGetDataResponse_flyteidl_2fadmin_2fexecution_2eproto}, { + &scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto.base, + &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base,}}; void InitDefaults_flyteidl_2fadmin_2fexecution_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_ExecutionCreateRequest_flyteidl_2fadmin_2fexecution_2eproto.base); @@ -555,6 +556,8 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fexecution_2eprot ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::WorkflowExecutionGetDataResponse, outputs_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::WorkflowExecutionGetDataResponse, inputs_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::WorkflowExecutionGetDataResponse, full_inputs_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::WorkflowExecutionGetDataResponse, full_outputs_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::ExecutionCreateRequest)}, @@ -676,17 +679,19 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fexecution_2eproto[] = "Identifier\022\r\n\005cause\030\002 \001(\t\"\034\n\032ExecutionTe" "rminateResponse\"Y\n\037WorkflowExecutionGetD" "ataRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.W" - "orkflowExecutionIdentifier\"u\n WorkflowEx" - "ecutionGetDataResponse\022(\n\007outputs\030\001 \001(\0132" - "\027.flyteidl.admin.UrlBlob\022\'\n\006inputs\030\002 \001(\013" - "2\027.flyteidl.admin.UrlBlobB3Z1github.com/" - "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" - "proto3" + "orkflowExecutionIdentifier\"\326\001\n WorkflowE" + "xecutionGetDataResponse\022(\n\007outputs\030\001 \001(\013" + "2\027.flyteidl.admin.UrlBlob\022\'\n\006inputs\030\002 \001(" + "\0132\027.flyteidl.admin.UrlBlob\022.\n\013full_input" + "s\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n\014fu" + "ll_outputs\030\004 \001(\0132\031.flyteidl.core.Literal" + "MapB3Z1github.com/lyft/flyteidl/gen/pb-g" + "o/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, 3126, + "flyteidl/admin/execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fexecution_2eproto, 3224, }; void AddDescriptors_flyteidl_2fadmin_2fexecution_2eproto() { @@ -7978,11 +7983,17 @@ void WorkflowExecutionGetDataResponse::InitAsDefaultInstance() { ::flyteidl::admin::UrlBlob::internal_default_instance()); ::flyteidl::admin::_WorkflowExecutionGetDataResponse_default_instance_._instance.get_mutable()->inputs_ = const_cast< ::flyteidl::admin::UrlBlob*>( ::flyteidl::admin::UrlBlob::internal_default_instance()); + ::flyteidl::admin::_WorkflowExecutionGetDataResponse_default_instance_._instance.get_mutable()->full_inputs_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); + ::flyteidl::admin::_WorkflowExecutionGetDataResponse_default_instance_._instance.get_mutable()->full_outputs_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); } class WorkflowExecutionGetDataResponse::HasBitSetters { public: static const ::flyteidl::admin::UrlBlob& outputs(const WorkflowExecutionGetDataResponse* msg); static const ::flyteidl::admin::UrlBlob& inputs(const WorkflowExecutionGetDataResponse* msg); + static const ::flyteidl::core::LiteralMap& full_inputs(const WorkflowExecutionGetDataResponse* msg); + static const ::flyteidl::core::LiteralMap& full_outputs(const WorkflowExecutionGetDataResponse* msg); }; const ::flyteidl::admin::UrlBlob& @@ -7993,6 +8004,14 @@ const ::flyteidl::admin::UrlBlob& WorkflowExecutionGetDataResponse::HasBitSetters::inputs(const WorkflowExecutionGetDataResponse* msg) { return *msg->inputs_; } +const ::flyteidl::core::LiteralMap& +WorkflowExecutionGetDataResponse::HasBitSetters::full_inputs(const WorkflowExecutionGetDataResponse* msg) { + return *msg->full_inputs_; +} +const ::flyteidl::core::LiteralMap& +WorkflowExecutionGetDataResponse::HasBitSetters::full_outputs(const WorkflowExecutionGetDataResponse* msg) { + return *msg->full_outputs_; +} void WorkflowExecutionGetDataResponse::clear_outputs() { if (GetArenaNoVirtual() == nullptr && outputs_ != nullptr) { delete outputs_; @@ -8005,9 +8024,23 @@ void WorkflowExecutionGetDataResponse::clear_inputs() { } inputs_ = nullptr; } +void WorkflowExecutionGetDataResponse::clear_full_inputs() { + if (GetArenaNoVirtual() == nullptr && full_inputs_ != nullptr) { + delete full_inputs_; + } + full_inputs_ = nullptr; +} +void WorkflowExecutionGetDataResponse::clear_full_outputs() { + if (GetArenaNoVirtual() == nullptr && full_outputs_ != nullptr) { + delete full_outputs_; + } + full_outputs_ = nullptr; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int WorkflowExecutionGetDataResponse::kOutputsFieldNumber; const int WorkflowExecutionGetDataResponse::kInputsFieldNumber; +const int WorkflowExecutionGetDataResponse::kFullInputsFieldNumber; +const int WorkflowExecutionGetDataResponse::kFullOutputsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 WorkflowExecutionGetDataResponse::WorkflowExecutionGetDataResponse() @@ -8029,6 +8062,16 @@ WorkflowExecutionGetDataResponse::WorkflowExecutionGetDataResponse(const Workflo } else { inputs_ = nullptr; } + if (from.has_full_inputs()) { + full_inputs_ = new ::flyteidl::core::LiteralMap(*from.full_inputs_); + } else { + full_inputs_ = nullptr; + } + if (from.has_full_outputs()) { + full_outputs_ = new ::flyteidl::core::LiteralMap(*from.full_outputs_); + } else { + full_outputs_ = nullptr; + } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.WorkflowExecutionGetDataResponse) } @@ -8036,8 +8079,8 @@ void WorkflowExecutionGetDataResponse::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_WorkflowExecutionGetDataResponse_flyteidl_2fadmin_2fexecution_2eproto.base); ::memset(&outputs_, 0, static_cast( - reinterpret_cast(&inputs_) - - reinterpret_cast(&outputs_)) + sizeof(inputs_)); + reinterpret_cast(&full_outputs_) - + reinterpret_cast(&outputs_)) + sizeof(full_outputs_)); } WorkflowExecutionGetDataResponse::~WorkflowExecutionGetDataResponse() { @@ -8048,6 +8091,8 @@ WorkflowExecutionGetDataResponse::~WorkflowExecutionGetDataResponse() { void WorkflowExecutionGetDataResponse::SharedDtor() { if (this != internal_default_instance()) delete outputs_; if (this != internal_default_instance()) delete inputs_; + if (this != internal_default_instance()) delete full_inputs_; + if (this != internal_default_instance()) delete full_outputs_; } void WorkflowExecutionGetDataResponse::SetCachedSize(int size) const { @@ -8073,6 +8118,14 @@ void WorkflowExecutionGetDataResponse::Clear() { delete inputs_; } inputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && full_inputs_ != nullptr) { + delete full_inputs_; + } + full_inputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && full_outputs_ != nullptr) { + delete full_outputs_; + } + full_outputs_ = nullptr; _internal_metadata_.Clear(); } @@ -8115,6 +8168,32 @@ const char* WorkflowExecutionGetDataResponse::_InternalParse(const char* begin, {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.core.LiteralMap full_inputs = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 26) 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_full_inputs(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // .flyteidl.core.LiteralMap full_outputs = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 34) 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_full_outputs(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -8167,6 +8246,28 @@ bool WorkflowExecutionGetDataResponse::MergePartialFromCodedStream( break; } + // .flyteidl.core.LiteralMap full_inputs = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_full_inputs())); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_full_outputs())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -8206,6 +8307,18 @@ void WorkflowExecutionGetDataResponse::SerializeWithCachedSizes( 2, HasBitSetters::inputs(this), output); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 3, HasBitSetters::full_inputs(this), output); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 4, HasBitSetters::full_outputs(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -8233,6 +8346,20 @@ ::google::protobuf::uint8* WorkflowExecutionGetDataResponse::InternalSerializeWi 2, HasBitSetters::inputs(this), target); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 3, HasBitSetters::full_inputs(this), target); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 4, HasBitSetters::full_outputs(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -8268,6 +8395,20 @@ size_t WorkflowExecutionGetDataResponse::ByteSizeLong() const { *inputs_); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *full_inputs_); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *full_outputs_); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; @@ -8301,6 +8442,12 @@ void WorkflowExecutionGetDataResponse::MergeFrom(const WorkflowExecutionGetDataR if (from.has_inputs()) { mutable_inputs()->::flyteidl::admin::UrlBlob::MergeFrom(from.inputs()); } + if (from.has_full_inputs()) { + mutable_full_inputs()->::flyteidl::core::LiteralMap::MergeFrom(from.full_inputs()); + } + if (from.has_full_outputs()) { + mutable_full_outputs()->::flyteidl::core::LiteralMap::MergeFrom(from.full_outputs()); + } } void WorkflowExecutionGetDataResponse::CopyFrom(const ::google::protobuf::Message& from) { @@ -8330,6 +8477,8 @@ void WorkflowExecutionGetDataResponse::InternalSwap(WorkflowExecutionGetDataResp _internal_metadata_.Swap(&other->_internal_metadata_); swap(outputs_, other->outputs_); swap(inputs_, other->inputs_); + swap(full_inputs_, other->full_inputs_); + swap(full_outputs_, other->full_outputs_); } ::google::protobuf::Metadata WorkflowExecutionGetDataResponse::GetMetadata() const { diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h index 6e2b5a01d1..461020a3eb 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h @@ -2619,6 +2619,24 @@ class WorkflowExecutionGetDataResponse final : ::flyteidl::admin::UrlBlob* mutable_inputs(); void set_allocated_inputs(::flyteidl::admin::UrlBlob* inputs); + // .flyteidl.core.LiteralMap full_inputs = 3; + bool has_full_inputs() const; + void clear_full_inputs(); + static const int kFullInputsFieldNumber = 3; + const ::flyteidl::core::LiteralMap& full_inputs() const; + ::flyteidl::core::LiteralMap* release_full_inputs(); + ::flyteidl::core::LiteralMap* mutable_full_inputs(); + void set_allocated_full_inputs(::flyteidl::core::LiteralMap* full_inputs); + + // .flyteidl.core.LiteralMap full_outputs = 4; + bool has_full_outputs() const; + void clear_full_outputs(); + static const int kFullOutputsFieldNumber = 4; + const ::flyteidl::core::LiteralMap& full_outputs() const; + ::flyteidl::core::LiteralMap* release_full_outputs(); + ::flyteidl::core::LiteralMap* mutable_full_outputs(); + void set_allocated_full_outputs(::flyteidl::core::LiteralMap* full_outputs); + // @@protoc_insertion_point(class_scope:flyteidl.admin.WorkflowExecutionGetDataResponse) private: class HasBitSetters; @@ -2626,6 +2644,8 @@ class WorkflowExecutionGetDataResponse final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::flyteidl::admin::UrlBlob* outputs_; ::flyteidl::admin::UrlBlob* inputs_; + ::flyteidl::core::LiteralMap* full_inputs_; + ::flyteidl::core::LiteralMap* full_outputs_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fadmin_2fexecution_2eproto; }; @@ -5133,6 +5153,96 @@ inline void WorkflowExecutionGetDataResponse::set_allocated_inputs(::flyteidl::a // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.WorkflowExecutionGetDataResponse.inputs) } +// .flyteidl.core.LiteralMap full_inputs = 3; +inline bool WorkflowExecutionGetDataResponse::has_full_inputs() const { + return this != internal_default_instance() && full_inputs_ != nullptr; +} +inline const ::flyteidl::core::LiteralMap& WorkflowExecutionGetDataResponse::full_inputs() const { + const ::flyteidl::core::LiteralMap* p = full_inputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.WorkflowExecutionGetDataResponse.full_inputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* WorkflowExecutionGetDataResponse::release_full_inputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.WorkflowExecutionGetDataResponse.full_inputs) + + ::flyteidl::core::LiteralMap* temp = full_inputs_; + full_inputs_ = nullptr; + return temp; +} +inline ::flyteidl::core::LiteralMap* WorkflowExecutionGetDataResponse::mutable_full_inputs() { + + if (full_inputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + full_inputs_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.WorkflowExecutionGetDataResponse.full_inputs) + return full_inputs_; +} +inline void WorkflowExecutionGetDataResponse::set_allocated_full_inputs(::flyteidl::core::LiteralMap* full_inputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(full_inputs_); + } + if (full_inputs) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + full_inputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, full_inputs, submessage_arena); + } + + } else { + + } + full_inputs_ = full_inputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.WorkflowExecutionGetDataResponse.full_inputs) +} + +// .flyteidl.core.LiteralMap full_outputs = 4; +inline bool WorkflowExecutionGetDataResponse::has_full_outputs() const { + return this != internal_default_instance() && full_outputs_ != nullptr; +} +inline const ::flyteidl::core::LiteralMap& WorkflowExecutionGetDataResponse::full_outputs() const { + const ::flyteidl::core::LiteralMap* p = full_outputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.WorkflowExecutionGetDataResponse.full_outputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* WorkflowExecutionGetDataResponse::release_full_outputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.WorkflowExecutionGetDataResponse.full_outputs) + + ::flyteidl::core::LiteralMap* temp = full_outputs_; + full_outputs_ = nullptr; + return temp; +} +inline ::flyteidl::core::LiteralMap* WorkflowExecutionGetDataResponse::mutable_full_outputs() { + + if (full_outputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + full_outputs_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.WorkflowExecutionGetDataResponse.full_outputs) + return full_outputs_; +} +inline void WorkflowExecutionGetDataResponse::set_allocated_full_outputs(::flyteidl::core::LiteralMap* full_outputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(full_outputs_); + } + if (full_outputs) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + full_outputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, full_outputs, submessage_arena); + } + + } else { + + } + full_outputs_ = full_outputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.WorkflowExecutionGetDataResponse.full_outputs) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ 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 4fde6387c1..13e00b591c 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc @@ -28,6 +28,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::pr extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_WorkflowExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fduration_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Duration_google_2fprotobuf_2fduration_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; namespace flyteidl { @@ -250,9 +251,10 @@ static void InitDefaultsNodeExecutionGetDataResponse_flyteidl_2fadmin_2fnode_5fe ::flyteidl::admin::NodeExecutionGetDataResponse::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionGetDataResponse_flyteidl_2fadmin_2fnode_5fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsNodeExecutionGetDataResponse_flyteidl_2fadmin_2fnode_5fexecution_2eproto}, { - &scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<2> scc_info_NodeExecutionGetDataResponse_flyteidl_2fadmin_2fnode_5fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsNodeExecutionGetDataResponse_flyteidl_2fadmin_2fnode_5fexecution_2eproto}, { + &scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto.base, + &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base,}}; void InitDefaults_flyteidl_2fadmin_2fnode_5fexecution_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_NodeExecutionGetRequest_flyteidl_2fadmin_2fnode_5fexecution_2eproto.base); @@ -366,6 +368,8 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fnode_5fexecution ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionGetDataResponse, inputs_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionGetDataResponse, outputs_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionGetDataResponse, full_inputs_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionGetDataResponse, full_outputs_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::NodeExecutionGetRequest)}, @@ -406,73 +410,77 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fnode_5fexecution_2eproto "lyteidl.admin\032\033flyteidl/admin/common.pro" "to\032\035flyteidl/core/execution.proto\032\033flyte" "idl/core/catalog.proto\032\036flyteidl/core/id" - "entifier.proto\032\037google/protobuf/timestam" - "p.proto\032\036google/protobuf/duration.proto\"" - "M\n\027NodeExecutionGetRequest\0222\n\002id\030\001 \001(\0132&" - ".flyteidl.core.NodeExecutionIdentifier\"\325" - "\001\n\030NodeExecutionListRequest\022I\n\025workflow_" - "execution_id\030\001 \001(\0132*.flyteidl.core.Workf" - "lowExecutionIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n" - "\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by" - "\030\005 \001(\0132\024.flyteidl.admin.Sort\022\030\n\020unique_p" - "arent_id\030\006 \001(\t\"\272\001\n\037NodeExecutionForTaskL" - "istRequest\022A\n\021task_execution_id\030\001 \001(\0132&." - "flyteidl.core.TaskExecutionIdentifier\022\r\n" - "\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004" - " \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl.admin.S" - "ort\"\306\001\n\rNodeExecution\0222\n\002id\030\001 \001(\0132&.flyt" - "eidl.core.NodeExecutionIdentifier\022\021\n\tinp" - "ut_uri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$.flyteidl" - ".admin.NodeExecutionClosure\0227\n\010metadata\030" - "\004 \001(\0132%.flyteidl.admin.NodeExecutionMeta" - "Data\"Z\n\025NodeExecutionMetaData\022\023\n\013retry_g" - "roup\030\001 \001(\t\022\026\n\016is_parent_node\030\002 \001(\010\022\024\n\014sp" - "ec_node_id\030\003 \001(\t\"Z\n\021NodeExecutionList\0226\n" - "\017node_executions\030\001 \003(\0132\035.flyteidl.admin." - "NodeExecution\022\r\n\005token\030\002 \001(\t\"\370\003\n\024NodeExe" - "cutionClosure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005e" - "rror\030\002 \001(\0132\035.flyteidl.core.ExecutionErro" - "rH\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.NodeE" - "xecution.Phase\022.\n\nstarted_at\030\004 \001(\0132\032.goo" - "gle.protobuf.Timestamp\022+\n\010duration\030\005 \001(\013" - "2\031.google.protobuf.Duration\022.\n\ncreated_a" - "t\030\006 \001(\0132\032.google.protobuf.Timestamp\022.\n\nu" - "pdated_at\030\007 \001(\0132\032.google.protobuf.Timest" - "amp\022F\n\026workflow_node_metadata\030\010 \001(\0132$.fl" - "yteidl.admin.WorkflowNodeMetadataH\001\022>\n\022t" - "ask_node_metadata\030\t \001(\0132 .flyteidl.admin" - ".TaskNodeMetadataH\001B\017\n\routput_resultB\021\n\017" - "target_metadata\"W\n\024WorkflowNodeMetadata\022" - "\?\n\013executionId\030\001 \001(\0132*.flyteidl.core.Wor" - "kflowExecutionIdentifier\"\200\001\n\020TaskNodeMet" - "adata\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.c" - "ore.CatalogCacheStatus\0223\n\013catalog_key\030\002 " - "\001(\0132\036.flyteidl.core.CatalogMetadata\"Q\n\033N" - "odeExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&" - ".flyteidl.core.NodeExecutionIdentifier\"q" - "\n\034NodeExecutionGetDataResponse\022\'\n\006inputs" - "\030\001 \001(\0132\027.flyteidl.admin.UrlBlob\022(\n\007outpu" - "ts\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB3Z1git" - "hub.com/lyft/flyteidl/gen/pb-go/flyteidl" - "/adminb\006proto3" + "entifier.proto\032\034flyteidl/core/literals.p" + "roto\032\037google/protobuf/timestamp.proto\032\036g" + "oogle/protobuf/duration.proto\"M\n\027NodeExe" + "cutionGetRequest\0222\n\002id\030\001 \001(\0132&.flyteidl." + "core.NodeExecutionIdentifier\"\325\001\n\030NodeExe" + "cutionListRequest\022I\n\025workflow_execution_" + "id\030\001 \001(\0132*.flyteidl.core.WorkflowExecuti" + "onIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001" + "(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.f" + "lyteidl.admin.Sort\022\030\n\020unique_parent_id\030\006" + " \001(\t\"\272\001\n\037NodeExecutionForTaskListRequest" + "\022A\n\021task_execution_id\030\001 \001(\0132&.flyteidl.c" + "ore.TaskExecutionIdentifier\022\r\n\005limit\030\002 \001" + "(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007so" + "rt_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"\306\001\n\rNo" + "deExecution\0222\n\002id\030\001 \001(\0132&.flyteidl.core." + "NodeExecutionIdentifier\022\021\n\tinput_uri\030\002 \001" + "(\t\0225\n\007closure\030\003 \001(\0132$.flyteidl.admin.Nod" + "eExecutionClosure\0227\n\010metadata\030\004 \001(\0132%.fl" + "yteidl.admin.NodeExecutionMetaData\"Z\n\025No" + "deExecutionMetaData\022\023\n\013retry_group\030\001 \001(\t" + "\022\026\n\016is_parent_node\030\002 \001(\010\022\024\n\014spec_node_id" + "\030\003 \001(\t\"Z\n\021NodeExecutionList\0226\n\017node_exec" + "utions\030\001 \003(\0132\035.flyteidl.admin.NodeExecut" + "ion\022\r\n\005token\030\002 \001(\t\"\370\003\n\024NodeExecutionClos" + "ure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\013" + "2\035.flyteidl.core.ExecutionErrorH\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\"Q\n\033NodeExecuti" + "onGetDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl." + "core.NodeExecutionIdentifier\"\322\001\n\034NodeExe" + "cutionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027." + "flyteidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132" + "\027.flyteidl.admin.UrlBlob\022.\n\013full_inputs\030" + "\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n\014full" + "_outputs\030\004 \001(\0132\031.flyteidl.core.LiteralMa" + "pB3Z1github.com/lyft/flyteidl/gen/pb-go/" + "flyteidl/adminb\006proto3" ; ::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, 2094, + "flyteidl/admin/node_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fnode_5fexecution_2eproto, 2222, }; void AddDescriptors_flyteidl_2fadmin_2fnode_5fexecution_2eproto() { - static constexpr ::google::protobuf::internal::InitFunc deps[6] = + static constexpr ::google::protobuf::internal::InitFunc deps[7] = { ::AddDescriptors_flyteidl_2fadmin_2fcommon_2eproto, ::AddDescriptors_flyteidl_2fcore_2fexecution_2eproto, ::AddDescriptors_flyteidl_2fcore_2fcatalog_2eproto, ::AddDescriptors_flyteidl_2fcore_2fidentifier_2eproto, + ::AddDescriptors_flyteidl_2fcore_2fliterals_2eproto, ::AddDescriptors_google_2fprotobuf_2ftimestamp_2eproto, ::AddDescriptors_google_2fprotobuf_2fduration_2eproto, }; - ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2fnode_5fexecution_2eproto, deps, 6); + ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2fnode_5fexecution_2eproto, deps, 7); } // Force running AddDescriptors() at dynamic initialization time. @@ -5120,11 +5128,17 @@ void NodeExecutionGetDataResponse::InitAsDefaultInstance() { ::flyteidl::admin::UrlBlob::internal_default_instance()); ::flyteidl::admin::_NodeExecutionGetDataResponse_default_instance_._instance.get_mutable()->outputs_ = const_cast< ::flyteidl::admin::UrlBlob*>( ::flyteidl::admin::UrlBlob::internal_default_instance()); + ::flyteidl::admin::_NodeExecutionGetDataResponse_default_instance_._instance.get_mutable()->full_inputs_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); + ::flyteidl::admin::_NodeExecutionGetDataResponse_default_instance_._instance.get_mutable()->full_outputs_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); } class NodeExecutionGetDataResponse::HasBitSetters { public: static const ::flyteidl::admin::UrlBlob& inputs(const NodeExecutionGetDataResponse* msg); static const ::flyteidl::admin::UrlBlob& outputs(const NodeExecutionGetDataResponse* msg); + static const ::flyteidl::core::LiteralMap& full_inputs(const NodeExecutionGetDataResponse* msg); + static const ::flyteidl::core::LiteralMap& full_outputs(const NodeExecutionGetDataResponse* msg); }; const ::flyteidl::admin::UrlBlob& @@ -5135,6 +5149,14 @@ const ::flyteidl::admin::UrlBlob& NodeExecutionGetDataResponse::HasBitSetters::outputs(const NodeExecutionGetDataResponse* msg) { return *msg->outputs_; } +const ::flyteidl::core::LiteralMap& +NodeExecutionGetDataResponse::HasBitSetters::full_inputs(const NodeExecutionGetDataResponse* msg) { + return *msg->full_inputs_; +} +const ::flyteidl::core::LiteralMap& +NodeExecutionGetDataResponse::HasBitSetters::full_outputs(const NodeExecutionGetDataResponse* msg) { + return *msg->full_outputs_; +} void NodeExecutionGetDataResponse::clear_inputs() { if (GetArenaNoVirtual() == nullptr && inputs_ != nullptr) { delete inputs_; @@ -5147,9 +5169,23 @@ void NodeExecutionGetDataResponse::clear_outputs() { } outputs_ = nullptr; } +void NodeExecutionGetDataResponse::clear_full_inputs() { + if (GetArenaNoVirtual() == nullptr && full_inputs_ != nullptr) { + delete full_inputs_; + } + full_inputs_ = nullptr; +} +void NodeExecutionGetDataResponse::clear_full_outputs() { + if (GetArenaNoVirtual() == nullptr && full_outputs_ != nullptr) { + delete full_outputs_; + } + full_outputs_ = nullptr; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int NodeExecutionGetDataResponse::kInputsFieldNumber; const int NodeExecutionGetDataResponse::kOutputsFieldNumber; +const int NodeExecutionGetDataResponse::kFullInputsFieldNumber; +const int NodeExecutionGetDataResponse::kFullOutputsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 NodeExecutionGetDataResponse::NodeExecutionGetDataResponse() @@ -5171,6 +5207,16 @@ NodeExecutionGetDataResponse::NodeExecutionGetDataResponse(const NodeExecutionGe } else { outputs_ = nullptr; } + if (from.has_full_inputs()) { + full_inputs_ = new ::flyteidl::core::LiteralMap(*from.full_inputs_); + } else { + full_inputs_ = nullptr; + } + if (from.has_full_outputs()) { + full_outputs_ = new ::flyteidl::core::LiteralMap(*from.full_outputs_); + } else { + full_outputs_ = nullptr; + } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.NodeExecutionGetDataResponse) } @@ -5178,8 +5224,8 @@ void NodeExecutionGetDataResponse::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_NodeExecutionGetDataResponse_flyteidl_2fadmin_2fnode_5fexecution_2eproto.base); ::memset(&inputs_, 0, static_cast( - reinterpret_cast(&outputs_) - - reinterpret_cast(&inputs_)) + sizeof(outputs_)); + reinterpret_cast(&full_outputs_) - + reinterpret_cast(&inputs_)) + sizeof(full_outputs_)); } NodeExecutionGetDataResponse::~NodeExecutionGetDataResponse() { @@ -5190,6 +5236,8 @@ NodeExecutionGetDataResponse::~NodeExecutionGetDataResponse() { void NodeExecutionGetDataResponse::SharedDtor() { if (this != internal_default_instance()) delete inputs_; if (this != internal_default_instance()) delete outputs_; + if (this != internal_default_instance()) delete full_inputs_; + if (this != internal_default_instance()) delete full_outputs_; } void NodeExecutionGetDataResponse::SetCachedSize(int size) const { @@ -5215,6 +5263,14 @@ void NodeExecutionGetDataResponse::Clear() { delete outputs_; } outputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && full_inputs_ != nullptr) { + delete full_inputs_; + } + full_inputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && full_outputs_ != nullptr) { + delete full_outputs_; + } + full_outputs_ = nullptr; _internal_metadata_.Clear(); } @@ -5257,6 +5313,32 @@ const char* NodeExecutionGetDataResponse::_InternalParse(const char* begin, cons {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.core.LiteralMap full_inputs = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 26) 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_full_inputs(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // .flyteidl.core.LiteralMap full_outputs = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 34) 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_full_outputs(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -5309,6 +5391,28 @@ bool NodeExecutionGetDataResponse::MergePartialFromCodedStream( break; } + // .flyteidl.core.LiteralMap full_inputs = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_full_inputs())); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_full_outputs())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -5348,6 +5452,18 @@ void NodeExecutionGetDataResponse::SerializeWithCachedSizes( 2, HasBitSetters::outputs(this), output); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 3, HasBitSetters::full_inputs(this), output); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 4, HasBitSetters::full_outputs(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -5375,6 +5491,20 @@ ::google::protobuf::uint8* NodeExecutionGetDataResponse::InternalSerializeWithCa 2, HasBitSetters::outputs(this), target); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 3, HasBitSetters::full_inputs(this), target); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 4, HasBitSetters::full_outputs(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -5410,6 +5540,20 @@ size_t NodeExecutionGetDataResponse::ByteSizeLong() const { *outputs_); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *full_inputs_); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *full_outputs_); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; @@ -5443,6 +5587,12 @@ void NodeExecutionGetDataResponse::MergeFrom(const NodeExecutionGetDataResponse& if (from.has_outputs()) { mutable_outputs()->::flyteidl::admin::UrlBlob::MergeFrom(from.outputs()); } + if (from.has_full_inputs()) { + mutable_full_inputs()->::flyteidl::core::LiteralMap::MergeFrom(from.full_inputs()); + } + if (from.has_full_outputs()) { + mutable_full_outputs()->::flyteidl::core::LiteralMap::MergeFrom(from.full_outputs()); + } } void NodeExecutionGetDataResponse::CopyFrom(const ::google::protobuf::Message& from) { @@ -5472,6 +5622,8 @@ void NodeExecutionGetDataResponse::InternalSwap(NodeExecutionGetDataResponse* ot _internal_metadata_.Swap(&other->_internal_metadata_); swap(inputs_, other->inputs_); swap(outputs_, other->outputs_); + swap(full_inputs_, other->full_inputs_); + swap(full_outputs_, other->full_outputs_); } ::google::protobuf::Metadata NodeExecutionGetDataResponse::GetMetadata() const { 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 13cc126cbb..ec32b503c0 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h @@ -35,6 +35,7 @@ #include "flyteidl/core/execution.pb.h" #include "flyteidl/core/catalog.pb.h" #include "flyteidl/core/identifier.pb.h" +#include "flyteidl/core/literals.pb.h" #include #include // @@protoc_insertion_point(includes) @@ -1689,6 +1690,24 @@ class NodeExecutionGetDataResponse final : ::flyteidl::admin::UrlBlob* mutable_outputs(); void set_allocated_outputs(::flyteidl::admin::UrlBlob* outputs); + // .flyteidl.core.LiteralMap full_inputs = 3; + bool has_full_inputs() const; + void clear_full_inputs(); + static const int kFullInputsFieldNumber = 3; + const ::flyteidl::core::LiteralMap& full_inputs() const; + ::flyteidl::core::LiteralMap* release_full_inputs(); + ::flyteidl::core::LiteralMap* mutable_full_inputs(); + void set_allocated_full_inputs(::flyteidl::core::LiteralMap* full_inputs); + + // .flyteidl.core.LiteralMap full_outputs = 4; + bool has_full_outputs() const; + void clear_full_outputs(); + static const int kFullOutputsFieldNumber = 4; + const ::flyteidl::core::LiteralMap& full_outputs() const; + ::flyteidl::core::LiteralMap* release_full_outputs(); + ::flyteidl::core::LiteralMap* mutable_full_outputs(); + void set_allocated_full_outputs(::flyteidl::core::LiteralMap* full_outputs); + // @@protoc_insertion_point(class_scope:flyteidl.admin.NodeExecutionGetDataResponse) private: class HasBitSetters; @@ -1696,6 +1715,8 @@ class NodeExecutionGetDataResponse final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::flyteidl::admin::UrlBlob* inputs_; ::flyteidl::admin::UrlBlob* outputs_; + ::flyteidl::core::LiteralMap* full_inputs_; + ::flyteidl::core::LiteralMap* full_outputs_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fadmin_2fnode_5fexecution_2eproto; }; @@ -3335,6 +3356,96 @@ inline void NodeExecutionGetDataResponse::set_allocated_outputs(::flyteidl::admi // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.NodeExecutionGetDataResponse.outputs) } +// .flyteidl.core.LiteralMap full_inputs = 3; +inline bool NodeExecutionGetDataResponse::has_full_inputs() const { + return this != internal_default_instance() && full_inputs_ != nullptr; +} +inline const ::flyteidl::core::LiteralMap& NodeExecutionGetDataResponse::full_inputs() const { + const ::flyteidl::core::LiteralMap* p = full_inputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.NodeExecutionGetDataResponse.full_inputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* NodeExecutionGetDataResponse::release_full_inputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.NodeExecutionGetDataResponse.full_inputs) + + ::flyteidl::core::LiteralMap* temp = full_inputs_; + full_inputs_ = nullptr; + return temp; +} +inline ::flyteidl::core::LiteralMap* NodeExecutionGetDataResponse::mutable_full_inputs() { + + if (full_inputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + full_inputs_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.NodeExecutionGetDataResponse.full_inputs) + return full_inputs_; +} +inline void NodeExecutionGetDataResponse::set_allocated_full_inputs(::flyteidl::core::LiteralMap* full_inputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(full_inputs_); + } + if (full_inputs) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + full_inputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, full_inputs, submessage_arena); + } + + } else { + + } + full_inputs_ = full_inputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.NodeExecutionGetDataResponse.full_inputs) +} + +// .flyteidl.core.LiteralMap full_outputs = 4; +inline bool NodeExecutionGetDataResponse::has_full_outputs() const { + return this != internal_default_instance() && full_outputs_ != nullptr; +} +inline const ::flyteidl::core::LiteralMap& NodeExecutionGetDataResponse::full_outputs() const { + const ::flyteidl::core::LiteralMap* p = full_outputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.NodeExecutionGetDataResponse.full_outputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* NodeExecutionGetDataResponse::release_full_outputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.NodeExecutionGetDataResponse.full_outputs) + + ::flyteidl::core::LiteralMap* temp = full_outputs_; + full_outputs_ = nullptr; + return temp; +} +inline ::flyteidl::core::LiteralMap* NodeExecutionGetDataResponse::mutable_full_outputs() { + + if (full_outputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + full_outputs_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.NodeExecutionGetDataResponse.full_outputs) + return full_outputs_; +} +inline void NodeExecutionGetDataResponse::set_allocated_full_outputs(::flyteidl::core::LiteralMap* full_outputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(full_outputs_); + } + if (full_outputs) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + full_outputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, full_outputs, submessage_arena); + } + + } else { + + } + full_outputs_ = full_outputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.NodeExecutionGetDataResponse.full_outputs) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ 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 82583a8ac6..d7d181cf7b 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc @@ -24,6 +24,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::pr 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; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fduration_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Duration_google_2fprotobuf_2fduration_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; @@ -168,9 +169,10 @@ static void InitDefaultsTaskExecutionGetDataResponse_flyteidl_2fadmin_2ftask_5fe ::flyteidl::admin::TaskExecutionGetDataResponse::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_TaskExecutionGetDataResponse_flyteidl_2fadmin_2ftask_5fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsTaskExecutionGetDataResponse_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { - &scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionGetDataResponse_flyteidl_2fadmin_2ftask_5fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsTaskExecutionGetDataResponse_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { + &scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto.base, + &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base,}}; void InitDefaults_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionGetRequest_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); @@ -247,6 +249,8 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2ftask_5fexecution ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionGetDataResponse, inputs_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionGetDataResponse, outputs_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionGetDataResponse, full_inputs_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionGetDataResponse, full_outputs_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::TaskExecutionGetRequest)}, @@ -278,58 +282,62 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto "\n#flyteidl/admin/task_execution.proto\022\016f" "lyteidl.admin\032\033flyteidl/admin/common.pro" "to\032\035flyteidl/core/execution.proto\032\036flyte" - "idl/core/identifier.proto\032\037google/protob" - "uf/timestamp.proto\032\036google/protobuf/dura" - "tion.proto\032\034google/protobuf/struct.proto" - "\"M\n\027TaskExecutionGetRequest\0222\n\002id\030\001 \001(\0132" - "&.flyteidl.core.TaskExecutionIdentifier\"" - "\263\001\n\030TaskExecutionListRequest\022A\n\021node_exe" - "cution_id\030\001 \001(\0132&.flyteidl.core.NodeExec" - "utionIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030" - "\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132" - "\024.flyteidl.admin.Sort\"\240\001\n\rTaskExecution\022" - "2\n\002id\030\001 \001(\0132&.flyteidl.core.TaskExecutio" - "nIdentifier\022\021\n\tinput_uri\030\002 \001(\t\0225\n\007closur" - "e\030\003 \001(\0132$.flyteidl.admin.TaskExecutionCl" - "osure\022\021\n\tis_parent\030\004 \001(\010\"Z\n\021TaskExecutio" - "nList\0226\n\017task_executions\030\001 \003(\0132\035.flyteid" - "l.admin.TaskExecution\022\r\n\005token\030\002 \001(\t\"\261\003\n" - "\024TaskExecutionClosure\022\024\n\noutput_uri\030\001 \001(" - "\tH\000\022.\n\005error\030\002 \001(\0132\035.flyteidl.core.Execu" - "tionErrorH\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.co" - "re.TaskExecution.Phase\022$\n\004logs\030\004 \003(\0132\026.f" - "lyteidl.core.TaskLog\022.\n\nstarted_at\030\005 \001(\013" - "2\032.google.protobuf.Timestamp\022+\n\010duration" - "\030\006 \001(\0132\031.google.protobuf.Duration\022.\n\ncre" - "ated_at\030\007 \001(\0132\032.google.protobuf.Timestam" - "p\022.\n\nupdated_at\030\010 \001(\0132\032.google.protobuf." - "Timestamp\022,\n\013custom_info\030\t \001(\0132\027.google." - "protobuf.StructB\017\n\routput_result\"Q\n\033Task" - "ExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.fl" - "yteidl.core.TaskExecutionIdentifier\"q\n\034T" - "askExecutionGetDataResponse\022\'\n\006inputs\030\001 " - "\001(\0132\027.flyteidl.admin.UrlBlob\022(\n\007outputs\030" - "\002 \001(\0132\027.flyteidl.admin.UrlBlobB3Z1github" - ".com/lyft/flyteidl/gen/pb-go/flyteidl/ad" - "minb\006proto3" + "idl/core/identifier.proto\032\034flyteidl/core" + "/literals.proto\032\037google/protobuf/timesta" + "mp.proto\032\036google/protobuf/duration.proto" + "\032\034google/protobuf/struct.proto\"M\n\027TaskEx" + "ecutionGetRequest\0222\n\002id\030\001 \001(\0132&.flyteidl" + ".core.TaskExecutionIdentifier\"\263\001\n\030TaskEx" + "ecutionListRequest\022A\n\021node_execution_id\030" + "\001 \001(\0132&.flyteidl.core.NodeExecutionIdent" + "ifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007f" + "ilters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl" + ".admin.Sort\"\240\001\n\rTaskExecution\0222\n\002id\030\001 \001(" + "\0132&.flyteidl.core.TaskExecutionIdentifie" + "r\022\021\n\tinput_uri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$." + "flyteidl.admin.TaskExecutionClosure\022\021\n\ti" + "s_parent\030\004 \001(\010\"Z\n\021TaskExecutionList\0226\n\017t" + "ask_executions\030\001 \003(\0132\035.flyteidl.admin.Ta" + "skExecution\022\r\n\005token\030\002 \001(\t\"\261\003\n\024TaskExecu" + "tionClosure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005err" + "or\030\002 \001(\0132\035.flyteidl.core.ExecutionErrorH" + "\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.TaskExe" + "cution.Phase\022$\n\004logs\030\004 \003(\0132\026.flyteidl.co" + "re.TaskLog\022.\n\nstarted_at\030\005 \001(\0132\032.google." + "protobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.g" + "oogle.protobuf.Duration\022.\n\ncreated_at\030\007 " + "\001(\0132\032.google.protobuf.Timestamp\022.\n\nupdat" + "ed_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022" + ",\n\013custom_info\030\t \001(\0132\027.google.protobuf.S" + "tructB\017\n\routput_result\"Q\n\033TaskExecutionG" + "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" + "e.TaskExecutionIdentifier\"\322\001\n\034TaskExecut" + "ionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.fly" + "teidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.f" + "lyteidl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001" + "(\0132\031.flyteidl.core.LiteralMap\022/\n\014full_ou" + "tputs\030\004 \001(\0132\031.flyteidl.core.LiteralMapB3" + "Z1github.com/lyft/flyteidl/gen/pb-go/fly" + "teidl/adminb\006proto3" ; ::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, 1451, + "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1579, }; void AddDescriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { - static constexpr ::google::protobuf::internal::InitFunc deps[6] = + static constexpr ::google::protobuf::internal::InitFunc deps[7] = { ::AddDescriptors_flyteidl_2fadmin_2fcommon_2eproto, ::AddDescriptors_flyteidl_2fcore_2fexecution_2eproto, ::AddDescriptors_flyteidl_2fcore_2fidentifier_2eproto, + ::AddDescriptors_flyteidl_2fcore_2fliterals_2eproto, ::AddDescriptors_google_2fprotobuf_2ftimestamp_2eproto, ::AddDescriptors_google_2fprotobuf_2fduration_2eproto, ::AddDescriptors_google_2fprotobuf_2fstruct_2eproto, }; - ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, deps, 6); + ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, deps, 7); } // Force running AddDescriptors() at dynamic initialization time. @@ -3217,11 +3225,17 @@ void TaskExecutionGetDataResponse::InitAsDefaultInstance() { ::flyteidl::admin::UrlBlob::internal_default_instance()); ::flyteidl::admin::_TaskExecutionGetDataResponse_default_instance_._instance.get_mutable()->outputs_ = const_cast< ::flyteidl::admin::UrlBlob*>( ::flyteidl::admin::UrlBlob::internal_default_instance()); + ::flyteidl::admin::_TaskExecutionGetDataResponse_default_instance_._instance.get_mutable()->full_inputs_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); + ::flyteidl::admin::_TaskExecutionGetDataResponse_default_instance_._instance.get_mutable()->full_outputs_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); } class TaskExecutionGetDataResponse::HasBitSetters { public: static const ::flyteidl::admin::UrlBlob& inputs(const TaskExecutionGetDataResponse* msg); static const ::flyteidl::admin::UrlBlob& outputs(const TaskExecutionGetDataResponse* msg); + static const ::flyteidl::core::LiteralMap& full_inputs(const TaskExecutionGetDataResponse* msg); + static const ::flyteidl::core::LiteralMap& full_outputs(const TaskExecutionGetDataResponse* msg); }; const ::flyteidl::admin::UrlBlob& @@ -3232,6 +3246,14 @@ const ::flyteidl::admin::UrlBlob& TaskExecutionGetDataResponse::HasBitSetters::outputs(const TaskExecutionGetDataResponse* msg) { return *msg->outputs_; } +const ::flyteidl::core::LiteralMap& +TaskExecutionGetDataResponse::HasBitSetters::full_inputs(const TaskExecutionGetDataResponse* msg) { + return *msg->full_inputs_; +} +const ::flyteidl::core::LiteralMap& +TaskExecutionGetDataResponse::HasBitSetters::full_outputs(const TaskExecutionGetDataResponse* msg) { + return *msg->full_outputs_; +} void TaskExecutionGetDataResponse::clear_inputs() { if (GetArenaNoVirtual() == nullptr && inputs_ != nullptr) { delete inputs_; @@ -3244,9 +3266,23 @@ void TaskExecutionGetDataResponse::clear_outputs() { } outputs_ = nullptr; } +void TaskExecutionGetDataResponse::clear_full_inputs() { + if (GetArenaNoVirtual() == nullptr && full_inputs_ != nullptr) { + delete full_inputs_; + } + full_inputs_ = nullptr; +} +void TaskExecutionGetDataResponse::clear_full_outputs() { + if (GetArenaNoVirtual() == nullptr && full_outputs_ != nullptr) { + delete full_outputs_; + } + full_outputs_ = nullptr; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TaskExecutionGetDataResponse::kInputsFieldNumber; const int TaskExecutionGetDataResponse::kOutputsFieldNumber; +const int TaskExecutionGetDataResponse::kFullInputsFieldNumber; +const int TaskExecutionGetDataResponse::kFullOutputsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionGetDataResponse::TaskExecutionGetDataResponse() @@ -3268,6 +3304,16 @@ TaskExecutionGetDataResponse::TaskExecutionGetDataResponse(const TaskExecutionGe } else { outputs_ = nullptr; } + if (from.has_full_inputs()) { + full_inputs_ = new ::flyteidl::core::LiteralMap(*from.full_inputs_); + } else { + full_inputs_ = nullptr; + } + if (from.has_full_outputs()) { + full_outputs_ = new ::flyteidl::core::LiteralMap(*from.full_outputs_); + } else { + full_outputs_ = nullptr; + } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.TaskExecutionGetDataResponse) } @@ -3275,8 +3321,8 @@ void TaskExecutionGetDataResponse::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_TaskExecutionGetDataResponse_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); ::memset(&inputs_, 0, static_cast( - reinterpret_cast(&outputs_) - - reinterpret_cast(&inputs_)) + sizeof(outputs_)); + reinterpret_cast(&full_outputs_) - + reinterpret_cast(&inputs_)) + sizeof(full_outputs_)); } TaskExecutionGetDataResponse::~TaskExecutionGetDataResponse() { @@ -3287,6 +3333,8 @@ TaskExecutionGetDataResponse::~TaskExecutionGetDataResponse() { void TaskExecutionGetDataResponse::SharedDtor() { if (this != internal_default_instance()) delete inputs_; if (this != internal_default_instance()) delete outputs_; + if (this != internal_default_instance()) delete full_inputs_; + if (this != internal_default_instance()) delete full_outputs_; } void TaskExecutionGetDataResponse::SetCachedSize(int size) const { @@ -3312,6 +3360,14 @@ void TaskExecutionGetDataResponse::Clear() { delete outputs_; } outputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && full_inputs_ != nullptr) { + delete full_inputs_; + } + full_inputs_ = nullptr; + if (GetArenaNoVirtual() == nullptr && full_outputs_ != nullptr) { + delete full_outputs_; + } + full_outputs_ = nullptr; _internal_metadata_.Clear(); } @@ -3354,6 +3410,32 @@ const char* TaskExecutionGetDataResponse::_InternalParse(const char* begin, cons {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.core.LiteralMap full_inputs = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 26) 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_full_inputs(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } + // .flyteidl.core.LiteralMap full_outputs = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 34) 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_full_outputs(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -3406,6 +3488,28 @@ bool TaskExecutionGetDataResponse::MergePartialFromCodedStream( break; } + // .flyteidl.core.LiteralMap full_inputs = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_full_inputs())); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_full_outputs())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -3445,6 +3549,18 @@ void TaskExecutionGetDataResponse::SerializeWithCachedSizes( 2, HasBitSetters::outputs(this), output); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 3, HasBitSetters::full_inputs(this), output); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 4, HasBitSetters::full_outputs(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -3472,6 +3588,20 @@ ::google::protobuf::uint8* TaskExecutionGetDataResponse::InternalSerializeWithCa 2, HasBitSetters::outputs(this), target); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 3, HasBitSetters::full_inputs(this), target); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 4, HasBitSetters::full_outputs(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -3507,6 +3637,20 @@ size_t TaskExecutionGetDataResponse::ByteSizeLong() const { *outputs_); } + // .flyteidl.core.LiteralMap full_inputs = 3; + if (this->has_full_inputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *full_inputs_); + } + + // .flyteidl.core.LiteralMap full_outputs = 4; + if (this->has_full_outputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *full_outputs_); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; @@ -3540,6 +3684,12 @@ void TaskExecutionGetDataResponse::MergeFrom(const TaskExecutionGetDataResponse& if (from.has_outputs()) { mutable_outputs()->::flyteidl::admin::UrlBlob::MergeFrom(from.outputs()); } + if (from.has_full_inputs()) { + mutable_full_inputs()->::flyteidl::core::LiteralMap::MergeFrom(from.full_inputs()); + } + if (from.has_full_outputs()) { + mutable_full_outputs()->::flyteidl::core::LiteralMap::MergeFrom(from.full_outputs()); + } } void TaskExecutionGetDataResponse::CopyFrom(const ::google::protobuf::Message& from) { @@ -3569,6 +3719,8 @@ void TaskExecutionGetDataResponse::InternalSwap(TaskExecutionGetDataResponse* ot _internal_metadata_.Swap(&other->_internal_metadata_); swap(inputs_, other->inputs_); swap(outputs_, other->outputs_); + swap(full_inputs_, other->full_inputs_); + swap(full_outputs_, other->full_outputs_); } ::google::protobuf::Metadata TaskExecutionGetDataResponse::GetMetadata() const { 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 68628ceebd..d99565b6b6 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h @@ -34,6 +34,7 @@ #include "flyteidl/admin/common.pb.h" #include "flyteidl/core/execution.pb.h" #include "flyteidl/core/identifier.pb.h" +#include "flyteidl/core/literals.pb.h" #include #include #include @@ -1101,6 +1102,24 @@ class TaskExecutionGetDataResponse final : ::flyteidl::admin::UrlBlob* mutable_outputs(); void set_allocated_outputs(::flyteidl::admin::UrlBlob* outputs); + // .flyteidl.core.LiteralMap full_inputs = 3; + bool has_full_inputs() const; + void clear_full_inputs(); + static const int kFullInputsFieldNumber = 3; + const ::flyteidl::core::LiteralMap& full_inputs() const; + ::flyteidl::core::LiteralMap* release_full_inputs(); + ::flyteidl::core::LiteralMap* mutable_full_inputs(); + void set_allocated_full_inputs(::flyteidl::core::LiteralMap* full_inputs); + + // .flyteidl.core.LiteralMap full_outputs = 4; + bool has_full_outputs() const; + void clear_full_outputs(); + static const int kFullOutputsFieldNumber = 4; + const ::flyteidl::core::LiteralMap& full_outputs() const; + ::flyteidl::core::LiteralMap* release_full_outputs(); + ::flyteidl::core::LiteralMap* mutable_full_outputs(); + void set_allocated_full_outputs(::flyteidl::core::LiteralMap* full_outputs); + // @@protoc_insertion_point(class_scope:flyteidl.admin.TaskExecutionGetDataResponse) private: class HasBitSetters; @@ -1108,6 +1127,8 @@ class TaskExecutionGetDataResponse final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::flyteidl::admin::UrlBlob* inputs_; ::flyteidl::admin::UrlBlob* outputs_; + ::flyteidl::core::LiteralMap* full_inputs_; + ::flyteidl::core::LiteralMap* full_outputs_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fadmin_2ftask_5fexecution_2eproto; }; @@ -2189,6 +2210,96 @@ inline void TaskExecutionGetDataResponse::set_allocated_outputs(::flyteidl::admi // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionGetDataResponse.outputs) } +// .flyteidl.core.LiteralMap full_inputs = 3; +inline bool TaskExecutionGetDataResponse::has_full_inputs() const { + return this != internal_default_instance() && full_inputs_ != nullptr; +} +inline const ::flyteidl::core::LiteralMap& TaskExecutionGetDataResponse::full_inputs() const { + const ::flyteidl::core::LiteralMap* p = full_inputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionGetDataResponse.full_inputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* TaskExecutionGetDataResponse::release_full_inputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionGetDataResponse.full_inputs) + + ::flyteidl::core::LiteralMap* temp = full_inputs_; + full_inputs_ = nullptr; + return temp; +} +inline ::flyteidl::core::LiteralMap* TaskExecutionGetDataResponse::mutable_full_inputs() { + + if (full_inputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + full_inputs_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionGetDataResponse.full_inputs) + return full_inputs_; +} +inline void TaskExecutionGetDataResponse::set_allocated_full_inputs(::flyteidl::core::LiteralMap* full_inputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(full_inputs_); + } + if (full_inputs) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + full_inputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, full_inputs, submessage_arena); + } + + } else { + + } + full_inputs_ = full_inputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionGetDataResponse.full_inputs) +} + +// .flyteidl.core.LiteralMap full_outputs = 4; +inline bool TaskExecutionGetDataResponse::has_full_outputs() const { + return this != internal_default_instance() && full_outputs_ != nullptr; +} +inline const ::flyteidl::core::LiteralMap& TaskExecutionGetDataResponse::full_outputs() const { + const ::flyteidl::core::LiteralMap* p = full_outputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionGetDataResponse.full_outputs) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* TaskExecutionGetDataResponse::release_full_outputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionGetDataResponse.full_outputs) + + ::flyteidl::core::LiteralMap* temp = full_outputs_; + full_outputs_ = nullptr; + return temp; +} +inline ::flyteidl::core::LiteralMap* TaskExecutionGetDataResponse::mutable_full_outputs() { + + if (full_outputs_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::core::LiteralMap>(GetArenaNoVirtual()); + full_outputs_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionGetDataResponse.full_outputs) + return full_outputs_; +} +inline void TaskExecutionGetDataResponse::set_allocated_full_outputs(::flyteidl::core::LiteralMap* full_outputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(full_outputs_); + } + if (full_outputs) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + full_outputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, full_outputs, submessage_arena); + } + + } else { + + } + full_outputs_ = full_outputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionGetDataResponse.full_outputs) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ diff --git a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go index 26438903eb..1f0df66ed4 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go @@ -1170,10 +1170,14 @@ type WorkflowExecutionGetDataResponse struct { // Signed url to fetch a core.LiteralMap of execution outputs. Outputs *UrlBlob `protobuf:"bytes,1,opt,name=outputs,proto3" json:"outputs,omitempty"` // Signed url to fetch a core.LiteralMap of execution inputs. - Inputs *UrlBlob `protobuf:"bytes,2,opt,name=inputs,proto3" json:"inputs,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Inputs *UrlBlob `protobuf:"bytes,2,opt,name=inputs,proto3" json:"inputs,omitempty"` + // Optional, full_inputs will only be populated if they are under a configured size threshold. + FullInputs *core.LiteralMap `protobuf:"bytes,3,opt,name=full_inputs,json=fullInputs,proto3" json:"full_inputs,omitempty"` + // Optional, full_outputs will only be populated if they are under a configured size threshold. + FullOutputs *core.LiteralMap `protobuf:"bytes,4,opt,name=full_outputs,json=fullOutputs,proto3" json:"full_outputs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *WorkflowExecutionGetDataResponse) Reset() { *m = WorkflowExecutionGetDataResponse{} } @@ -1215,6 +1219,20 @@ func (m *WorkflowExecutionGetDataResponse) GetInputs() *UrlBlob { return nil } +func (m *WorkflowExecutionGetDataResponse) GetFullInputs() *core.LiteralMap { + if m != nil { + return m.FullInputs + } + return nil +} + +func (m *WorkflowExecutionGetDataResponse) GetFullOutputs() *core.LiteralMap { + if m != nil { + return m.FullOutputs + } + return nil +} + func init() { proto.RegisterEnum("flyteidl.admin.ExecutionMetadata_ExecutionMode", ExecutionMetadata_ExecutionMode_name, ExecutionMetadata_ExecutionMode_value) proto.RegisterType((*ExecutionCreateRequest)(nil), "flyteidl.admin.ExecutionCreateRequest") @@ -1239,87 +1257,88 @@ func init() { func init() { proto.RegisterFile("flyteidl/admin/execution.proto", fileDescriptor_4e2785d91b3809ec) } var fileDescriptor_4e2785d91b3809ec = []byte{ - // 1304 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdf, 0x72, 0xd3, 0x46, - 0x17, 0xb7, 0x1d, 0xdb, 0xd8, 0xc7, 0xd8, 0x98, 0xe5, 0xfb, 0x82, 0x08, 0x01, 0x82, 0x66, 0xbe, - 0x6f, 0x98, 0x76, 0x6a, 0x4f, 0xc2, 0xe4, 0xa2, 0x4c, 0x73, 0x61, 0x3b, 0x01, 0xa7, 0x75, 0x02, - 0x5d, 0x93, 0x52, 0xe8, 0x74, 0xd4, 0xb5, 0xb4, 0x4e, 0x04, 0x2b, 0xad, 0x58, 0xad, 0xa0, 0x79, - 0x81, 0xbe, 0x4c, 0xef, 0xfb, 0x02, 0xed, 0x1b, 0xf5, 0x05, 0x3a, 0x92, 0x56, 0xb2, 0x24, 0x3b, - 0x0d, 0x0c, 0xdc, 0x69, 0xf7, 0xfc, 0xce, 0xee, 0x9e, 0x7f, 0xbf, 0x73, 0x04, 0x77, 0xe7, 0xec, - 0x5c, 0x52, 0xdb, 0x62, 0x7d, 0x62, 0x39, 0xb6, 0xdb, 0xa7, 0xbf, 0x52, 0x33, 0x90, 0x36, 0x77, - 0x7b, 0x9e, 0xe0, 0x92, 0xa3, 0x4e, 0x22, 0xef, 0x45, 0xf2, 0x8d, 0xdb, 0x05, 0xbc, 0xc9, 0x1d, - 0x27, 0x01, 0x6f, 0x6c, 0xa6, 0x42, 0x93, 0x0b, 0xda, 0x67, 0xb6, 0xa4, 0x82, 0x30, 0x5f, 0x49, - 0xef, 0xe4, 0xa5, 0x85, 0x9b, 0x36, 0xee, 0xe6, 0xc5, 0xb6, 0x45, 0x5d, 0x69, 0xcf, 0x6d, 0x2a, - 0x12, 0xf9, 0x29, 0xe7, 0xa7, 0x8c, 0xf6, 0xa3, 0xd5, 0x2c, 0x98, 0xf7, 0xad, 0x40, 0x90, 0x8c, - 0xfe, 0xbd, 0xa2, 0x5c, 0xda, 0x0e, 0xf5, 0x25, 0x71, 0xbc, 0x18, 0xa0, 0xff, 0x55, 0x86, 0xf5, - 0x83, 0xe4, 0xd2, 0x91, 0xa0, 0x44, 0x52, 0x4c, 0xdf, 0x06, 0xd4, 0x97, 0x48, 0x83, 0x2b, 0x9e, - 0xe0, 0xaf, 0xa9, 0x29, 0xb5, 0xf2, 0x56, 0xf9, 0x41, 0x13, 0x27, 0x4b, 0xb4, 0x0e, 0x75, 0x8b, - 0x3b, 0xc4, 0x76, 0xb5, 0x4a, 0x24, 0x50, 0x2b, 0x84, 0xa0, 0xea, 0x12, 0x87, 0x6a, 0x6b, 0xd1, - 0x6e, 0xf4, 0x8d, 0xb6, 0xa1, 0xea, 0x7b, 0xd4, 0xd4, 0xaa, 0x5b, 0xe5, 0x07, 0xad, 0x9d, 0x3b, - 0xbd, 0xbc, 0xeb, 0x7a, 0xe9, 0xdd, 0x53, 0x8f, 0x9a, 0x38, 0x82, 0xa2, 0x6d, 0xa8, 0xdb, 0xae, - 0x17, 0x48, 0x5f, 0xab, 0x45, 0x4a, 0xb7, 0x16, 0x4a, 0xa1, 0x17, 0x7a, 0x93, 0xd8, 0x85, 0x47, - 0xc4, 0xc3, 0x0a, 0xa8, 0xbf, 0x06, 0x2d, 0x3d, 0x09, 0x53, 0x46, 0x02, 0xd7, 0x3c, 0x4b, 0xec, - 0x78, 0x04, 0x15, 0xdb, 0x8a, 0x4c, 0x68, 0xed, 0x7c, 0x51, 0x38, 0xea, 0x05, 0x17, 0x6f, 0xe6, - 0x8c, 0xbf, 0x4f, 0x95, 0x0f, 0x53, 0x0f, 0xe3, 0x8a, 0x6d, 0xad, 0xb2, 0x48, 0x3f, 0x81, 0x9b, - 0x4b, 0x1e, 0xf3, 0x3d, 0xee, 0xfa, 0xf4, 0x53, 0xae, 0xd2, 0x5f, 0xc2, 0xed, 0x25, 0xc8, 0x13, - 0x2a, 0x3f, 0x83, 0x15, 0xfa, 0x1f, 0x65, 0x68, 0xa6, 0xb2, 0x4f, 0xf2, 0x47, 0x12, 0xcd, 0xca, - 0x87, 0x47, 0xf3, 0x11, 0x5c, 0x31, 0x19, 0xf7, 0x03, 0x11, 0x7b, 0xb1, 0xb5, 0xb3, 0x75, 0xa1, - 0xd6, 0x28, 0xc6, 0xe1, 0x44, 0x41, 0xff, 0x05, 0xda, 0xa9, 0x70, 0x62, 0xfb, 0x12, 0x7d, 0x0d, - 0x90, 0x96, 0x88, 0xaf, 0x95, 0xb7, 0xd6, 0xf2, 0xe9, 0x51, 0x38, 0x0f, 0x67, 0xc0, 0xe8, 0x3f, - 0x50, 0x93, 0xfc, 0x0d, 0x4d, 0x72, 0x36, 0x5e, 0xe8, 0x04, 0x3a, 0x8b, 0x74, 0x1a, 0x32, 0x3e, - 0x43, 0x0f, 0xa1, 0xfe, 0x8e, 0xb0, 0x80, 0xfa, 0xca, 0x45, 0x17, 0x67, 0xdf, 0xb8, 0x84, 0x15, - 0x14, 0x21, 0x58, 0x0b, 0x84, 0x1d, 0x1f, 0x3d, 0x2e, 0xe1, 0x70, 0x31, 0xac, 0x43, 0xd5, 0x22, - 0x92, 0xe8, 0x23, 0x68, 0x0f, 0x66, 0x5c, 0xc8, 0x23, 0x2a, 0x49, 0xb8, 0x11, 0xbe, 0xc4, 0x24, - 0x81, 0x4f, 0x55, 0x59, 0xc5, 0x0b, 0xb4, 0x09, 0x4d, 0x4f, 0xd8, 0xae, 0x69, 0x7b, 0x84, 0xa9, - 0x37, 0x2e, 0x36, 0xf4, 0xbf, 0x6b, 0xd0, 0x2d, 0xfa, 0x29, 0x74, 0x2d, 0x0f, 0x64, 0x54, 0x29, - 0xf1, 0x5b, 0xef, 0x16, 0x5d, 0x91, 0xb7, 0x6d, 0x5c, 0xc2, 0x89, 0x02, 0xda, 0x85, 0x1a, 0x15, - 0x82, 0x8b, 0xe5, 0x50, 0x46, 0x56, 0xa6, 0x77, 0x1d, 0x84, 0xa0, 0x71, 0x09, 0xc7, 0x68, 0xf4, - 0x3f, 0x68, 0x91, 0xd0, 0x18, 0x23, 0xb6, 0x00, 0xc2, 0x77, 0x0e, 0x2b, 0x5a, 0x79, 0x5c, 0xc2, - 0x10, 0x09, 0x46, 0x91, 0x31, 0x8f, 0xa1, 0x13, 0xc3, 0x1c, 0x65, 0xb4, 0x76, 0x75, 0x75, 0xc6, - 0xe4, 0x3c, 0x33, 0x2e, 0xe1, 0x36, 0xc9, 0xb9, 0xea, 0x31, 0x5c, 0x33, 0xb9, 0xe3, 0x05, 0x92, - 0x5a, 0x86, 0xe2, 0x84, 0xb5, 0x4b, 0xa2, 0x12, 0xbe, 0x06, 0x77, 0x12, 0xad, 0xc3, 0x48, 0x09, - 0x7d, 0x03, 0x35, 0xef, 0x8c, 0xf8, 0x34, 0xa2, 0xa1, 0xce, 0xce, 0xff, 0x2f, 0x4b, 0xfb, 0xde, - 0xb3, 0x10, 0x8d, 0x63, 0xa5, 0x30, 0xeb, 0x7c, 0x49, 0x44, 0xf8, 0x08, 0x22, 0x15, 0x29, 0x6d, - 0xf4, 0x62, 0x6a, 0xed, 0x25, 0xd4, 0xda, 0x7b, 0x9e, 0x50, 0x2b, 0x6e, 0x2a, 0xf4, 0x40, 0xa2, - 0x5d, 0x68, 0x24, 0x94, 0xac, 0xd5, 0xd5, 0xcb, 0x8b, 0x8a, 0xfb, 0x0a, 0x80, 0x53, 0x68, 0x78, - 0xa3, 0x19, 0x51, 0x4b, 0x74, 0xe3, 0x95, 0xcb, 0x6f, 0x54, 0xe8, 0x41, 0x54, 0x22, 0x81, 0x67, - 0x25, 0xaa, 0x8d, 0xcb, 0x55, 0x15, 0x7a, 0x20, 0xd1, 0x10, 0xda, 0x2e, 0x0f, 0xab, 0xdd, 0x24, - 0x71, 0x81, 0x35, 0xa3, 0x02, 0xdb, 0x2c, 0x06, 0xed, 0x38, 0x03, 0xc2, 0x79, 0x15, 0xf4, 0x08, - 0x5a, 0xef, 0x95, 0x37, 0x0d, 0xdb, 0xd2, 0x5a, 0x2b, 0xa3, 0x95, 0x61, 0x15, 0x48, 0xd0, 0x87, - 0xd6, 0xf0, 0x1a, 0xb4, 0xe3, 0xf4, 0x34, 0x04, 0xf5, 0x03, 0x26, 0xf5, 0x3d, 0xe8, 0x4c, 0xcf, - 0x7d, 0x49, 0x9d, 0x34, 0x21, 0xbe, 0x84, 0xeb, 0x69, 0x4d, 0x1b, 0x26, 0x0b, 0x7c, 0x49, 0x85, - 0xaa, 0xa3, 0x2e, 0x5d, 0xd4, 0x47, 0xb4, 0xaf, 0xff, 0x5e, 0x85, 0xeb, 0x69, 0x48, 0xd3, 0x23, - 0x46, 0x50, 0x75, 0xb8, 0x15, 0x57, 0x5f, 0x67, 0xa7, 0x7f, 0x21, 0x7b, 0x24, 0x0a, 0x99, 0x1d, - 0x6e, 0x51, 0x1c, 0x29, 0xff, 0x7b, 0xb5, 0x86, 0xad, 0xd3, 0xa5, 0xbe, 0xb4, 0xdd, 0xd3, 0x28, - 0x5d, 0xdb, 0x38, 0x59, 0xa2, 0x3d, 0xb8, 0xea, 0x9b, 0x67, 0xd4, 0x0a, 0x58, 0x1c, 0x9f, 0xea, - 0xa5, 0xf1, 0x69, 0xa5, 0xf8, 0x81, 0x44, 0xaf, 0xe0, 0xbf, 0x1e, 0x11, 0xd4, 0x95, 0x86, 0xcb, - 0x2d, 0x6a, 0xa4, 0x16, 0xab, 0xa4, 0x2c, 0xe6, 0xf5, 0x31, 0xb7, 0xe8, 0x2a, 0x2a, 0xbf, 0x11, - 0x1f, 0x92, 0x13, 0xa3, 0x9f, 0xe0, 0x86, 0xa0, 0x73, 0x2a, 0xa8, 0x6b, 0x66, 0x4f, 0xee, 0x7e, - 0x74, 0xa3, 0x40, 0xe9, 0x31, 0x8b, 0xc3, 0x9f, 0xc0, 0x35, 0x3f, 0x8a, 0xe4, 0x82, 0x11, 0xae, - 0xaf, 0xa6, 0xac, 0x7c, 0xc0, 0x71, 0xc7, 0xcf, 0xad, 0xf5, 0x1f, 0x33, 0x2d, 0x21, 0x8c, 0x07, - 0x02, 0xa8, 0x1f, 0x0d, 0x8e, 0x4f, 0x06, 0x93, 0x6e, 0x09, 0xb5, 0xa1, 0x39, 0x1d, 0x8d, 0x0f, - 0xf6, 0x4f, 0x26, 0x07, 0xfb, 0xdd, 0x72, 0x28, 0x9a, 0xbe, 0x9c, 0x3e, 0x3f, 0x38, 0xea, 0x56, - 0xd0, 0x55, 0x68, 0xe0, 0x83, 0xc9, 0xe0, 0xe4, 0x78, 0x34, 0xee, 0xae, 0x21, 0x04, 0x9d, 0xd1, - 0xf8, 0x70, 0xb2, 0x6f, 0xbc, 0x78, 0x8a, 0xbf, 0x7b, 0x3c, 0x79, 0xfa, 0xa2, 0x5b, 0xd5, 0x7f, - 0x80, 0x6e, 0x36, 0xb1, 0xa3, 0x7e, 0xb3, 0x54, 0x11, 0xe5, 0x8f, 0xae, 0x08, 0xfd, 0xcf, 0x6a, - 0xe6, 0xc9, 0xd3, 0xb8, 0x25, 0xb6, 0xe2, 0x11, 0xc5, 0xf0, 0x18, 0x71, 0x2f, 0xe8, 0x33, 0xd9, - 0x1a, 0x89, 0xd1, 0xcf, 0x18, 0x71, 0xd1, 0x6e, 0x3a, 0x1c, 0x55, 0x3e, 0x84, 0x08, 0x15, 0x18, - 0xed, 0x41, 0x23, 0x75, 0x7c, 0xcc, 0xa0, 0xf7, 0x2f, 0x4d, 0x7c, 0x9c, 0xaa, 0xa0, 0x71, 0xd1, - 0x0f, 0xb5, 0xd5, 0xad, 0xbc, 0xe8, 0xc0, 0x90, 0xd1, 0xf3, 0xfc, 0x70, 0x1f, 0x5a, 0x96, 0xed, - 0x93, 0x19, 0xa3, 0x06, 0x61, 0x2c, 0xe2, 0xc4, 0x46, 0xd8, 0x3c, 0xd4, 0xe6, 0x80, 0x31, 0xd4, - 0x83, 0x3a, 0x23, 0x33, 0xca, 0x7c, 0x45, 0x7c, 0xeb, 0x4b, 0x5d, 0x2d, 0x92, 0x62, 0x85, 0x42, - 0x7b, 0xd0, 0x22, 0xae, 0xcb, 0xa5, 0x7a, 0x5a, 0x4c, 0x79, 0xb7, 0x97, 0x3a, 0xcd, 0x02, 0x82, - 0xb3, 0x78, 0xb4, 0x0b, 0x4d, 0x12, 0xc8, 0x33, 0x43, 0x70, 0x46, 0x55, 0xb6, 0x6b, 0x4b, 0xca, - 0x81, 0x3c, 0xc3, 0x9c, 0x51, 0xdc, 0x20, 0xea, 0x0b, 0x1d, 0x01, 0x7a, 0x1b, 0x10, 0x66, 0xcb, - 0x73, 0x83, 0xcf, 0x0d, 0x9f, 0x8a, 0x77, 0xb6, 0x49, 0x55, 0x52, 0xdf, 0x2b, 0x04, 0xe5, 0xfb, - 0x18, 0xf8, 0x74, 0x3e, 0x8d, 0x61, 0xb8, 0xfb, 0xb6, 0xb0, 0x33, 0xd4, 0x60, 0x3d, 0xeb, 0x28, - 0x83, 0xbf, 0xa3, 0x42, 0xd8, 0x16, 0xf5, 0xbf, 0xad, 0x36, 0xaa, 0xdd, 0x9a, 0xee, 0xc0, 0xad, - 0x34, 0x40, 0xcf, 0xa9, 0x70, 0x6c, 0x37, 0x33, 0xaa, 0x7f, 0xca, 0x48, 0x97, 0x4e, 0x23, 0x95, - 0xcc, 0x34, 0xa2, 0x6f, 0xc2, 0xc6, 0xaa, 0xeb, 0xe2, 0x39, 0x57, 0xff, 0x19, 0xee, 0xad, 0x9a, - 0x55, 0xf7, 0xc3, 0xa4, 0xf9, 0x0c, 0xf3, 0xea, 0x6f, 0x65, 0xd8, 0xba, 0xf8, 0x7c, 0x35, 0x6b, - 0x6f, 0x17, 0x87, 0x9f, 0x9b, 0xc5, 0xa0, 0x9d, 0x08, 0x16, 0x4e, 0x3d, 0x8b, 0x99, 0xa7, 0x5f, - 0xa8, 0x9d, 0x0b, 0x35, 0x14, 0x6c, 0xf8, 0xf0, 0xd5, 0xf6, 0xa9, 0x2d, 0xcf, 0x82, 0x59, 0xcf, - 0xe4, 0x4e, 0x9f, 0x9d, 0xcf, 0x65, 0x3f, 0xfd, 0x21, 0x3b, 0xa5, 0x6e, 0xdf, 0x9b, 0x7d, 0x75, - 0xca, 0xfb, 0xf9, 0xbf, 0xbf, 0x59, 0x3d, 0x22, 0xf1, 0x87, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, - 0x58, 0xff, 0x03, 0x47, 0x46, 0x0e, 0x00, 0x00, + // 1328 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x72, 0xd3, 0x46, + 0x14, 0x8e, 0x1d, 0xdb, 0xd8, 0xc7, 0xb1, 0x31, 0x4b, 0x1b, 0x44, 0x08, 0x10, 0x34, 0xd3, 0x0e, + 0xd3, 0x4e, 0xed, 0x49, 0x98, 0x5c, 0x34, 0xd3, 0x5c, 0xd8, 0x4e, 0xc0, 0x69, 0x9d, 0x84, 0xae, + 0x49, 0x29, 0x74, 0x3a, 0xea, 0x5a, 0x5a, 0x27, 0x82, 0x95, 0x56, 0x48, 0x2b, 0x68, 0xee, 0xfa, + 0x3e, 0xbd, 0xef, 0x0b, 0xb4, 0x6f, 0xd4, 0x17, 0xe8, 0x68, 0xb5, 0x92, 0x65, 0xd9, 0xa9, 0x61, + 0xe0, 0x4e, 0xbb, 0xe7, 0xfb, 0x76, 0xf7, 0xfc, 0x1f, 0xc1, 0xbd, 0x09, 0xbb, 0x14, 0xd4, 0xb6, + 0x58, 0x87, 0x58, 0x8e, 0xed, 0x76, 0xe8, 0xef, 0xd4, 0x0c, 0x85, 0xcd, 0xdd, 0xb6, 0xe7, 0x73, + 0xc1, 0x51, 0x33, 0x91, 0xb7, 0xa5, 0x7c, 0xe3, 0x4e, 0x0e, 0x6f, 0x72, 0xc7, 0x49, 0xc0, 0x1b, + 0x9b, 0xa9, 0xd0, 0xe4, 0x3e, 0xed, 0x30, 0x5b, 0x50, 0x9f, 0xb0, 0x40, 0x49, 0xef, 0xce, 0x4a, + 0x73, 0x37, 0x6d, 0xdc, 0x9b, 0x15, 0xdb, 0x16, 0x75, 0x85, 0x3d, 0xb1, 0xa9, 0x9f, 0xc8, 0xcf, + 0x39, 0x3f, 0x67, 0xb4, 0x23, 0x57, 0xe3, 0x70, 0xd2, 0xb1, 0x42, 0x9f, 0x64, 0xf8, 0xf7, 0xf3, + 0x72, 0x61, 0x3b, 0x34, 0x10, 0xc4, 0xf1, 0x62, 0x80, 0xfe, 0x4f, 0x01, 0xd6, 0x0f, 0x93, 0x4b, + 0xfb, 0x3e, 0x25, 0x82, 0x62, 0xfa, 0x26, 0xa4, 0x81, 0x40, 0x1a, 0x5c, 0xf3, 0x7c, 0xfe, 0x8a, + 0x9a, 0x42, 0x2b, 0x6c, 0x15, 0x1e, 0xd6, 0x70, 0xb2, 0x44, 0xeb, 0x50, 0xb1, 0xb8, 0x43, 0x6c, + 0x57, 0x2b, 0x4a, 0x81, 0x5a, 0x21, 0x04, 0x25, 0x97, 0x38, 0x54, 0x5b, 0x95, 0xbb, 0xf2, 0x1b, + 0x6d, 0x43, 0x29, 0xf0, 0xa8, 0xa9, 0x95, 0xb6, 0x0a, 0x0f, 0xeb, 0x3b, 0x77, 0xdb, 0xb3, 0xa6, + 0x6b, 0xa7, 0x77, 0x8f, 0x3c, 0x6a, 0x62, 0x09, 0x45, 0xdb, 0x50, 0xb1, 0x5d, 0x2f, 0x14, 0x81, + 0x56, 0x96, 0xa4, 0xdb, 0x53, 0x52, 0x64, 0x85, 0xf6, 0x30, 0x36, 0xe1, 0x31, 0xf1, 0xb0, 0x02, + 0xea, 0xaf, 0x40, 0x4b, 0x4f, 0xc2, 0x94, 0x91, 0xd0, 0x35, 0x2f, 0x12, 0x3d, 0xf6, 0xa0, 0x68, + 0x5b, 0x52, 0x85, 0xfa, 0xce, 0x57, 0xb9, 0xa3, 0x9e, 0x73, 0xff, 0xf5, 0x84, 0xf1, 0x77, 0x29, + 0xf9, 0x28, 0xb5, 0x30, 0x2e, 0xda, 0xd6, 0x22, 0x8d, 0xf4, 0x33, 0xb8, 0x35, 0x67, 0xb1, 0xc0, + 0xe3, 0x6e, 0x40, 0x3f, 0xe6, 0x2a, 0xfd, 0x05, 0xdc, 0x99, 0x83, 0x3c, 0xa1, 0xe2, 0x13, 0x68, + 0xa1, 0xff, 0x55, 0x80, 0x5a, 0x2a, 0xfb, 0x28, 0x7b, 0x24, 0xde, 0x2c, 0xbe, 0xbf, 0x37, 0xf7, + 0xe0, 0x9a, 0xc9, 0x78, 0x10, 0xfa, 0xb1, 0x15, 0xeb, 0x3b, 0x5b, 0x57, 0xb2, 0xfa, 0x31, 0x0e, + 0x27, 0x04, 0xfd, 0x37, 0x68, 0xa4, 0xc2, 0xa1, 0x1d, 0x08, 0xf4, 0x2d, 0x40, 0x9a, 0x22, 0x81, + 0x56, 0xd8, 0x5a, 0x9d, 0x0d, 0x8f, 0xdc, 0x79, 0x38, 0x03, 0x46, 0x9f, 0x41, 0x59, 0xf0, 0xd7, + 0x34, 0x89, 0xd9, 0x78, 0xa1, 0x13, 0x68, 0x4e, 0xc3, 0xa9, 0xc7, 0xf8, 0x18, 0x3d, 0x82, 0xca, + 0x5b, 0xc2, 0x42, 0x1a, 0x28, 0x13, 0x5d, 0x1d, 0x7d, 0x83, 0x15, 0xac, 0xa0, 0x08, 0xc1, 0x6a, + 0xe8, 0xdb, 0xf1, 0xd1, 0x83, 0x15, 0x1c, 0x2d, 0x7a, 0x15, 0x28, 0x59, 0x44, 0x10, 0xbd, 0x0f, + 0x8d, 0xee, 0x98, 0xfb, 0xe2, 0x98, 0x0a, 0x12, 0x6d, 0x44, 0x2f, 0x31, 0x49, 0x18, 0x50, 0x95, + 0x56, 0xf1, 0x02, 0x6d, 0x42, 0xcd, 0xf3, 0x6d, 0xd7, 0xb4, 0x3d, 0xc2, 0xd4, 0x1b, 0xa7, 0x1b, + 0xfa, 0xbf, 0x65, 0x68, 0xe5, 0xed, 0x14, 0x99, 0x96, 0x87, 0x42, 0x66, 0x4a, 0xfc, 0xd6, 0x7b, + 0x79, 0x53, 0xcc, 0xea, 0x36, 0x58, 0xc1, 0x09, 0x01, 0xed, 0x42, 0x99, 0xfa, 0x3e, 0xf7, 0xe7, + 0x5d, 0x29, 0xb5, 0x4c, 0xef, 0x3a, 0x8c, 0x40, 0x83, 0x15, 0x1c, 0xa3, 0xd1, 0x17, 0x50, 0x27, + 0x91, 0x32, 0x46, 0xac, 0x01, 0x44, 0xef, 0xec, 0x15, 0xb5, 0xc2, 0x60, 0x05, 0x83, 0x14, 0xf4, + 0xa5, 0x32, 0x8f, 0xa1, 0x19, 0xc3, 0x1c, 0xa5, 0xb4, 0xb6, 0xb6, 0x38, 0x62, 0x66, 0x2c, 0x33, + 0x58, 0xc1, 0x0d, 0x32, 0x63, 0xaa, 0xc7, 0x70, 0xdd, 0xe4, 0x8e, 0x17, 0x0a, 0x6a, 0x19, 0xaa, + 0x26, 0xac, 0x2e, 0xf1, 0x4a, 0xf4, 0x1a, 0xdc, 0x4c, 0x58, 0x47, 0x92, 0x84, 0xbe, 0x83, 0xb2, + 0x77, 0x41, 0x02, 0x2a, 0xcb, 0x50, 0x73, 0xe7, 0xcb, 0x65, 0x61, 0xdf, 0x7e, 0x1a, 0xa1, 0x71, + 0x4c, 0x8a, 0xa2, 0x2e, 0x10, 0xc4, 0x8f, 0x1e, 0x41, 0x84, 0x2a, 0x4a, 0x1b, 0xed, 0xb8, 0xb4, + 0xb6, 0x93, 0xd2, 0xda, 0x7e, 0x96, 0x94, 0x56, 0x5c, 0x53, 0xe8, 0xae, 0x40, 0xbb, 0x50, 0x4d, + 0x4a, 0xb2, 0x56, 0x51, 0x2f, 0xcf, 0x13, 0x0f, 0x14, 0x00, 0xa7, 0xd0, 0xe8, 0x46, 0x53, 0x96, + 0x16, 0x79, 0xe3, 0xb5, 0xe5, 0x37, 0x2a, 0x74, 0x57, 0xa6, 0x48, 0xe8, 0x59, 0x09, 0xb5, 0xba, + 0x9c, 0xaa, 0xd0, 0x5d, 0x81, 0x7a, 0xd0, 0x70, 0x79, 0x94, 0xed, 0x26, 0x89, 0x13, 0xac, 0x26, + 0x13, 0x6c, 0x33, 0xef, 0xb4, 0x93, 0x0c, 0x08, 0xcf, 0x52, 0xd0, 0x1e, 0xd4, 0xdf, 0x29, 0x6b, + 0x1a, 0xb6, 0xa5, 0xd5, 0x17, 0x7a, 0x2b, 0x53, 0x55, 0x20, 0x41, 0x1f, 0x59, 0xbd, 0xeb, 0xd0, + 0x88, 0xc3, 0xd3, 0xf0, 0x69, 0x10, 0x32, 0xa1, 0xef, 0x43, 0x73, 0x74, 0x19, 0x08, 0xea, 0xa4, + 0x01, 0xf1, 0x35, 0xdc, 0x48, 0x73, 0xda, 0x30, 0x59, 0x18, 0x08, 0xea, 0xab, 0x3c, 0x6a, 0xd1, + 0x69, 0x7e, 0xc8, 0x7d, 0xfd, 0xcf, 0x12, 0xdc, 0x48, 0x5d, 0x9a, 0x1e, 0xd1, 0x87, 0x92, 0xc3, + 0xad, 0x38, 0xfb, 0x9a, 0x3b, 0x9d, 0x2b, 0xab, 0x47, 0x42, 0xc8, 0xec, 0x70, 0x8b, 0x62, 0x49, + 0xfe, 0xff, 0x6c, 0x8d, 0x5a, 0xa7, 0x4b, 0x03, 0x61, 0xbb, 0xe7, 0x32, 0x5c, 0x1b, 0x38, 0x59, + 0xa2, 0x7d, 0x58, 0x0b, 0xcc, 0x0b, 0x6a, 0x85, 0x2c, 0xf6, 0x4f, 0x69, 0xa9, 0x7f, 0xea, 0x29, + 0xbe, 0x2b, 0xd0, 0x4b, 0xf8, 0xdc, 0x23, 0x3e, 0x75, 0x85, 0xe1, 0x72, 0x8b, 0x1a, 0xa9, 0xc6, + 0x2a, 0x28, 0xf3, 0x71, 0x7d, 0xc2, 0x2d, 0xba, 0xa8, 0x94, 0xdf, 0x8c, 0x0f, 0x99, 0x11, 0xa3, + 0x5f, 0xe0, 0xa6, 0x4f, 0x27, 0xd4, 0xa7, 0xae, 0x99, 0x3d, 0xb9, 0xf5, 0xc1, 0x8d, 0x02, 0xa5, + 0xc7, 0x4c, 0x0f, 0x7f, 0x02, 0xd7, 0x03, 0xe9, 0xc9, 0x69, 0x45, 0xb8, 0xb1, 0xb8, 0x64, 0xcd, + 0x3a, 0x1c, 0x37, 0x83, 0x99, 0xb5, 0xfe, 0x73, 0xa6, 0x25, 0x44, 0xfe, 0x40, 0x00, 0x95, 0xe3, + 0xee, 0xc9, 0x59, 0x77, 0xd8, 0x5a, 0x41, 0x0d, 0xa8, 0x8d, 0xfa, 0x83, 0xc3, 0x83, 0xb3, 0xe1, + 0xe1, 0x41, 0xab, 0x10, 0x89, 0x46, 0x2f, 0x46, 0xcf, 0x0e, 0x8f, 0x5b, 0x45, 0xb4, 0x06, 0x55, + 0x7c, 0x38, 0xec, 0x9e, 0x9d, 0xf4, 0x07, 0xad, 0x55, 0x84, 0xa0, 0xd9, 0x1f, 0x1c, 0x0d, 0x0f, + 0x8c, 0xe7, 0xa7, 0xf8, 0x87, 0xc7, 0xc3, 0xd3, 0xe7, 0xad, 0x92, 0xfe, 0x13, 0xb4, 0xb2, 0x81, + 0x2d, 0xfb, 0xcd, 0x5c, 0x46, 0x14, 0x3e, 0x38, 0x23, 0xf4, 0xbf, 0x4b, 0x99, 0x27, 0x8f, 0xe2, + 0x96, 0x58, 0x8f, 0x47, 0x14, 0xc3, 0x63, 0xc4, 0xbd, 0xa2, 0xcf, 0x64, 0x73, 0x24, 0x46, 0x3f, + 0x65, 0xc4, 0x45, 0xbb, 0xe9, 0x70, 0x54, 0x7c, 0x9f, 0x42, 0xa8, 0xc0, 0x68, 0x1f, 0xaa, 0xa9, + 0xe1, 0xe3, 0x0a, 0xfa, 0x60, 0x69, 0xe0, 0xe3, 0x94, 0x82, 0x06, 0x79, 0x3b, 0x94, 0x17, 0xb7, + 0xf2, 0xbc, 0x01, 0xa3, 0x8a, 0x3e, 0x5b, 0x1f, 0x1e, 0x40, 0xdd, 0xb2, 0x03, 0x32, 0x66, 0xd4, + 0x20, 0x8c, 0xc9, 0x9a, 0x58, 0x8d, 0x9a, 0x87, 0xda, 0xec, 0x32, 0x86, 0xda, 0x50, 0x61, 0x64, + 0x4c, 0x59, 0xa0, 0x0a, 0xdf, 0xfa, 0x5c, 0x57, 0x93, 0x52, 0xac, 0x50, 0x68, 0x1f, 0xea, 0xc4, + 0x75, 0xb9, 0x50, 0x4f, 0x8b, 0x4b, 0xde, 0x9d, 0xb9, 0x4e, 0x33, 0x85, 0xe0, 0x2c, 0x1e, 0xed, + 0x42, 0x8d, 0x84, 0xe2, 0xc2, 0xf0, 0x39, 0xa3, 0x2a, 0xda, 0xb5, 0x39, 0x72, 0x28, 0x2e, 0x30, + 0x67, 0x14, 0x57, 0x89, 0xfa, 0x42, 0xc7, 0x80, 0xde, 0x84, 0x84, 0xd9, 0xe2, 0xd2, 0xe0, 0x13, + 0x23, 0xa0, 0xfe, 0x5b, 0xdb, 0xa4, 0x2a, 0xa8, 0xef, 0xe7, 0x9c, 0xf2, 0x63, 0x0c, 0x3c, 0x9d, + 0x8c, 0x62, 0x18, 0x6e, 0xbd, 0xc9, 0xed, 0xf4, 0x34, 0x58, 0xcf, 0x1a, 0xca, 0xe0, 0x6f, 0xa9, + 0xef, 0xdb, 0x16, 0x0d, 0xbe, 0x2f, 0x55, 0x4b, 0xad, 0xb2, 0xee, 0xc0, 0xed, 0xd4, 0x41, 0xcf, + 0xa8, 0xef, 0xd8, 0x6e, 0x66, 0x54, 0xff, 0x98, 0x91, 0x2e, 0x9d, 0x46, 0x8a, 0x99, 0x69, 0x44, + 0xdf, 0x84, 0x8d, 0x45, 0xd7, 0xc5, 0x73, 0xae, 0xfe, 0x2b, 0xdc, 0x5f, 0x34, 0xab, 0x1e, 0x44, + 0x41, 0xf3, 0x09, 0xe6, 0xd5, 0x3f, 0x8a, 0xb0, 0x75, 0xf5, 0xf9, 0x6a, 0xd6, 0xde, 0xce, 0x0f, + 0x3f, 0xb7, 0xf2, 0x4e, 0x3b, 0xf3, 0x59, 0x34, 0xf5, 0x4c, 0x67, 0x9e, 0x4e, 0x2e, 0x77, 0xae, + 0x64, 0x24, 0x59, 0xb3, 0x07, 0xf5, 0x49, 0xc8, 0xd8, 0xfb, 0x8e, 0x1e, 0x18, 0x22, 0x74, 0x3a, + 0x72, 0xac, 0x49, 0x6e, 0xf2, 0xc8, 0xd2, 0x32, 0xb2, 0xbc, 0xea, 0x34, 0x46, 0xf7, 0x1e, 0xbd, + 0xdc, 0x3e, 0xb7, 0xc5, 0x45, 0x38, 0x6e, 0x9b, 0xdc, 0xe9, 0xb0, 0xcb, 0x89, 0xe8, 0xa4, 0xbf, + 0x82, 0xe7, 0xd4, 0xed, 0x78, 0xe3, 0x6f, 0xce, 0x79, 0x67, 0xf6, 0xbf, 0x73, 0x5c, 0x91, 0xed, + 0xe3, 0xd1, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa9, 0x63, 0xe2, 0x12, 0xc0, 0x0e, 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 e7f6b7b23e..2771c5b030 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go @@ -1547,6 +1547,26 @@ func (m *WorkflowExecutionGetDataResponse) Validate() error { } } + if v, ok := interface{}(m.GetFullInputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return WorkflowExecutionGetDataResponseValidationError{ + field: "FullInputs", + reason: "embedded message failed validation", + cause: err, + } + } + } + + if v, ok := interface{}(m.GetFullOutputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return WorkflowExecutionGetDataResponseValidationError{ + field: "FullOutputs", + 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 818b38222d..7cee5a58b6 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go @@ -730,10 +730,14 @@ type NodeExecutionGetDataResponse struct { // Signed url to fetch a core.LiteralMap of node execution inputs. Inputs *UrlBlob `protobuf:"bytes,1,opt,name=inputs,proto3" json:"inputs,omitempty"` // Signed url to fetch a core.LiteralMap of node execution outputs. - Outputs *UrlBlob `protobuf:"bytes,2,opt,name=outputs,proto3" json:"outputs,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Outputs *UrlBlob `protobuf:"bytes,2,opt,name=outputs,proto3" json:"outputs,omitempty"` + // Optional, full_inputs will only be populated if they are under a configured size threshold. + FullInputs *core.LiteralMap `protobuf:"bytes,3,opt,name=full_inputs,json=fullInputs,proto3" json:"full_inputs,omitempty"` + // Optional, full_outputs will only be populated if they are under a configured size threshold. + FullOutputs *core.LiteralMap `protobuf:"bytes,4,opt,name=full_outputs,json=fullOutputs,proto3" json:"full_outputs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *NodeExecutionGetDataResponse) Reset() { *m = NodeExecutionGetDataResponse{} } @@ -775,6 +779,20 @@ func (m *NodeExecutionGetDataResponse) GetOutputs() *UrlBlob { return nil } +func (m *NodeExecutionGetDataResponse) GetFullInputs() *core.LiteralMap { + if m != nil { + return m.FullInputs + } + return nil +} + +func (m *NodeExecutionGetDataResponse) GetFullOutputs() *core.LiteralMap { + if m != nil { + return m.FullOutputs + } + return nil +} + func init() { proto.RegisterType((*NodeExecutionGetRequest)(nil), "flyteidl.admin.NodeExecutionGetRequest") proto.RegisterType((*NodeExecutionListRequest)(nil), "flyteidl.admin.NodeExecutionListRequest") @@ -794,63 +812,67 @@ func init() { } var fileDescriptor_f73b3eae493fd736 = []byte{ - // 927 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xee, 0xba, 0x8d, 0x7f, 0x8e, 0x13, 0x27, 0x19, 0x5c, 0x6a, 0x12, 0xda, 0x98, 0xa5, 0x20, - 0x0b, 0xa9, 0xbb, 0xaa, 0xab, 0x22, 0xb8, 0x01, 0xc5, 0x49, 0xdb, 0x44, 0xb4, 0x28, 0x4c, 0x1b, - 0x21, 0x21, 0x84, 0x35, 0xde, 0x1d, 0x3b, 0x23, 0xaf, 0x77, 0x36, 0x33, 0xb3, 0x0a, 0xbe, 0x43, - 0xbc, 0x45, 0xdf, 0x0f, 0x09, 0x89, 0xa7, 0x40, 0x33, 0xfb, 0x63, 0xef, 0x66, 0x49, 0xa5, 0x72, - 0xd1, 0xcb, 0x39, 0xe7, 0xfb, 0xbe, 0x33, 0xe7, 0x67, 0xcf, 0x2c, 0x7c, 0x3e, 0x0d, 0x96, 0x8a, - 0x32, 0x3f, 0x70, 0x89, 0xbf, 0x60, 0xa1, 0x1b, 0x72, 0x9f, 0x8e, 0xe9, 0xef, 0xd4, 0x8b, 0x15, - 0xe3, 0xa1, 0x13, 0x09, 0xae, 0x38, 0xea, 0x64, 0x20, 0xc7, 0x80, 0xf6, 0xf6, 0x4b, 0x24, 0x8f, - 0x2f, 0x16, 0x19, 0x78, 0xef, 0x7e, 0xee, 0xf4, 0xb8, 0xa0, 0x6e, 0x49, 0x6b, 0x8d, 0x6b, 0xdc, - 0x1e, 0x51, 0x24, 0xe0, 0xb3, 0xd4, 0xf9, 0xa0, 0xe8, 0x64, 0x3e, 0x0d, 0x15, 0x9b, 0x32, 0x2a, - 0x52, 0xff, 0xc1, 0x8c, 0xf3, 0x59, 0x40, 0x5d, 0x73, 0x9a, 0xc4, 0x53, 0x57, 0xb1, 0x05, 0x95, - 0x8a, 0x2c, 0xa2, 0x4c, 0xa0, 0x0c, 0xf0, 0x63, 0x41, 0x56, 0xd1, 0xed, 0x9f, 0xe0, 0xde, 0x8f, - 0xdc, 0xa7, 0xcf, 0xb2, 0x4b, 0xbd, 0xa0, 0x0a, 0xd3, 0xcb, 0x98, 0x4a, 0x85, 0xbe, 0x86, 0x1a, - 0xf3, 0x7b, 0x56, 0xdf, 0x1a, 0xb4, 0x87, 0x5f, 0x3a, 0x79, 0xc6, 0xfa, 0x22, 0x4e, 0x81, 0x73, - 0x9a, 0xdf, 0x0a, 0xd7, 0x98, 0x6f, 0xbf, 0xad, 0x41, 0xaf, 0xe0, 0x7f, 0xc9, 0x64, 0x2e, 0xfa, - 0x1b, 0xdc, 0xbd, 0xe2, 0x62, 0x3e, 0x0d, 0xf8, 0xd5, 0xaa, 0xaa, 0xe3, 0x3c, 0xce, 0x57, 0xa5, - 0x38, 0x3f, 0xa7, 0xd8, 0xaa, 0x58, 0x1f, 0x5d, 0x5d, 0x77, 0xa2, 0x2e, 0x6c, 0x04, 0x6c, 0xc1, - 0x54, 0xaf, 0xd6, 0xb7, 0x06, 0x5b, 0x38, 0x39, 0x68, 0xab, 0xe2, 0x73, 0x1a, 0xf6, 0x6e, 0xf7, - 0xad, 0x41, 0x0b, 0x27, 0x07, 0xd4, 0x83, 0xc6, 0x94, 0x05, 0x8a, 0x0a, 0xd9, 0xbb, 0x63, 0xec, - 0xd9, 0x11, 0x3d, 0x82, 0x86, 0xe4, 0x42, 0x8d, 0x27, 0xcb, 0xde, 0x86, 0xb9, 0x57, 0xd7, 0x29, - 0x76, 0xdc, 0x79, 0xcd, 0x85, 0xc2, 0x75, 0x0d, 0x1a, 0x2d, 0xd1, 0x00, 0x76, 0xe2, 0x90, 0x5d, - 0xc6, 0x74, 0x1c, 0x11, 0x41, 0x43, 0xa5, 0xf3, 0xa9, 0x1b, 0xc5, 0x4e, 0x62, 0x3f, 0x33, 0xe6, - 0x53, 0xdf, 0xfe, 0xc7, 0x82, 0x83, 0x42, 0x6d, 0x9e, 0x73, 0xf1, 0x86, 0xc8, 0xf9, 0x7a, 0x89, - 0x30, 0xec, 0x2a, 0x22, 0xe7, 0x55, 0xe5, 0x29, 0xb7, 0x41, 0x53, 0xab, 0x4a, 0xb3, 0xad, 0x8a, - 0x8e, 0x0f, 0x52, 0x16, 0xfb, 0x6f, 0x0b, 0xb6, 0x0a, 0xc9, 0xbe, 0xef, 0x48, 0xa1, 0x7d, 0x68, - 0xb1, 0x30, 0x8a, 0xd5, 0x38, 0x16, 0xcc, 0xa4, 0xd0, 0xc2, 0x4d, 0x63, 0x38, 0x17, 0x0c, 0x7d, - 0x07, 0x0d, 0x2f, 0xe0, 0x32, 0x16, 0xd4, 0xe4, 0xd1, 0x1e, 0x3e, 0x2c, 0xdf, 0xaa, 0x20, 0x7d, - 0x94, 0x60, 0x71, 0x46, 0x42, 0x87, 0xd0, 0x5c, 0x50, 0x45, 0x7c, 0xa2, 0x88, 0x49, 0xb8, 0x3d, - 0xfc, 0xe2, 0x46, 0x81, 0x57, 0x54, 0x91, 0x63, 0xa2, 0x08, 0xce, 0x69, 0xf6, 0x1f, 0x16, 0xdc, - 0xad, 0xc4, 0xa0, 0x03, 0x68, 0x0b, 0xaa, 0xc4, 0x72, 0x3c, 0x13, 0x3c, 0x8e, 0x4c, 0xea, 0x2d, - 0x0c, 0xc6, 0xf4, 0x42, 0x5b, 0xd0, 0x43, 0xe8, 0x30, 0x99, 0xcd, 0x8d, 0x5e, 0x36, 0x26, 0xbf, - 0x26, 0xde, 0x64, 0x32, 0x99, 0x1a, 0xad, 0x8b, 0xfa, 0xb0, 0x29, 0x23, 0xea, 0x19, 0x80, 0x1e, - 0x87, 0xa4, 0x61, 0xa0, 0x6d, 0xda, 0x7f, 0xea, 0xdb, 0x97, 0xb0, 0x7b, 0xed, 0xa3, 0x43, 0xcf, - 0x61, 0xbb, 0xb8, 0xbf, 0x64, 0xcf, 0xea, 0xdf, 0x1e, 0xb4, 0x87, 0xf7, 0x6f, 0xcc, 0x10, 0x77, - 0xc2, 0xf5, 0xa3, 0x5c, 0x0d, 0x4a, 0x6d, 0x6d, 0x50, 0xec, 0xbf, 0xee, 0x40, 0xb7, 0xaa, 0xb4, - 0xe8, 0x00, 0x80, 0xc7, 0x2a, 0xeb, 0x97, 0xc9, 0xf9, 0xe4, 0x16, 0x6e, 0x25, 0x36, 0xdd, 0xb2, - 0xa7, 0xb0, 0x41, 0x85, 0xe0, 0xc2, 0xe8, 0x15, 0x6e, 0x63, 0x46, 0x21, 0x17, 0x7c, 0xa6, 0x41, - 0x27, 0xb7, 0x70, 0x82, 0x46, 0xdf, 0xc0, 0x46, 0x74, 0x41, 0x64, 0xd2, 0xe7, 0xce, 0xd0, 0xbe, - 0x69, 0x82, 0x9c, 0x33, 0x8d, 0xc4, 0x09, 0x01, 0x7d, 0x0b, 0x20, 0x15, 0x11, 0x8a, 0xfa, 0x63, - 0xa2, 0xd2, 0x2e, 0xef, 0x39, 0xc9, 0x6e, 0x74, 0xb2, 0xdd, 0xe8, 0xbc, 0xc9, 0x96, 0x27, 0x6e, - 0xa5, 0xe8, 0x43, 0x85, 0x9e, 0x42, 0x33, 0xdb, 0x99, 0xe9, 0xd4, 0x7f, 0x72, 0x8d, 0x78, 0x9c, - 0x02, 0x70, 0x0e, 0xd5, 0x11, 0x3d, 0x41, 0x49, 0x1a, 0xb1, 0xfe, 0xee, 0x88, 0x29, 0xfa, 0x50, - 0x69, 0x6a, 0x1c, 0xf9, 0x19, 0xb5, 0xf1, 0x6e, 0x6a, 0x8a, 0x3e, 0x54, 0xe8, 0x57, 0xf8, 0x38, - 0x5f, 0xaf, 0xa6, 0xf3, 0xf9, 0x64, 0x37, 0xab, 0x3f, 0x8d, 0x6c, 0xc1, 0xea, 0xda, 0xbd, 0x4a, - 0xb1, 0x27, 0x16, 0xee, 0x5e, 0x55, 0xd8, 0xd1, 0x19, 0x20, 0xb3, 0x99, 0x8a, 0xca, 0x2d, 0xa3, - 0xdc, 0x2f, 0x2b, 0xeb, 0xdd, 0x54, 0x52, 0xdd, 0x51, 0x25, 0xdb, 0x68, 0x1b, 0xb6, 0xd2, 0x49, - 0x11, 0x54, 0xc6, 0x81, 0x1a, 0xed, 0xc2, 0xb6, 0x22, 0x62, 0x46, 0x55, 0xae, 0x6f, 0xfb, 0xd0, - 0xad, 0xba, 0x25, 0x7a, 0x09, 0x6d, 0xba, 0xda, 0x17, 0xef, 0xf1, 0x80, 0xac, 0xd3, 0xed, 0xb7, - 0x16, 0xec, 0x94, 0xaf, 0x8c, 0x8e, 0x61, 0xd3, 0x23, 0xde, 0x05, 0x1d, 0x4b, 0x45, 0x54, 0x2c, - 0x4d, 0x8c, 0xce, 0xf0, 0xb3, 0x52, 0x8c, 0xa3, 0xe4, 0xc9, 0x3e, 0xd2, 0xc8, 0xd7, 0x06, 0x88, - 0xdb, 0xde, 0xea, 0x80, 0xbe, 0x87, 0x76, 0xfa, 0xaa, 0x8f, 0xe7, 0x74, 0x99, 0xce, 0xfc, 0x83, - 0x6a, 0x91, 0x2c, 0x34, 0x86, 0x94, 0xf2, 0x03, 0x5d, 0xda, 0xe7, 0xb0, 0x5f, 0x7e, 0xa4, 0xcd, - 0x02, 0xfa, 0x9f, 0x0f, 0xf5, 0x9f, 0x16, 0x7c, 0x5a, 0xad, 0x2b, 0x23, 0x1e, 0x4a, 0x8a, 0x5c, - 0xa8, 0x9b, 0x2d, 0x2b, 0x53, 0xf1, 0x7b, 0xe5, 0x1e, 0x9f, 0x8b, 0x60, 0x14, 0xf0, 0x09, 0x4e, - 0x61, 0xe8, 0x31, 0x34, 0x92, 0x76, 0xca, 0x34, 0xcb, 0xff, 0x64, 0x64, 0xb8, 0xd1, 0x93, 0x5f, - 0x1e, 0xcf, 0x98, 0xba, 0x88, 0x27, 0x8e, 0xc7, 0x17, 0x6e, 0xb0, 0x9c, 0x2a, 0x37, 0xff, 0xe7, - 0x99, 0xd1, 0xd0, 0x8d, 0x26, 0x8f, 0x66, 0xdc, 0x2d, 0xfe, 0x5f, 0x4d, 0xea, 0xe6, 0x2b, 0x78, - 0xf2, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3b, 0xf1, 0xda, 0x33, 0xad, 0x09, 0x00, 0x00, + // 978 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x5d, 0x6f, 0xdc, 0x44, + 0x17, 0xae, 0xf3, 0xbd, 0x67, 0x93, 0x4d, 0x32, 0x6f, 0xfa, 0x76, 0x49, 0xda, 0x66, 0x31, 0x05, + 0x45, 0x48, 0xb5, 0xd5, 0xad, 0x8a, 0x00, 0x21, 0x50, 0x3e, 0xda, 0x26, 0x22, 0x81, 0x30, 0x6d, + 0x84, 0x84, 0x10, 0xd6, 0xac, 0x3d, 0xbb, 0x19, 0xc5, 0xeb, 0x71, 0x66, 0xc6, 0x0a, 0x7b, 0xc7, + 0xdf, 0xe8, 0xff, 0x43, 0x42, 0xe2, 0x37, 0x70, 0x81, 0x66, 0x3c, 0x76, 0xd6, 0x8e, 0x49, 0xa4, + 0x72, 0xc1, 0xe5, 0x9c, 0xf3, 0x3c, 0xcf, 0x99, 0xf3, 0xe1, 0x33, 0x86, 0x8f, 0x86, 0xf1, 0x44, + 0x51, 0x16, 0xc5, 0x3e, 0x89, 0xc6, 0x2c, 0xf1, 0x13, 0x1e, 0xd1, 0x80, 0xfe, 0x4a, 0xc3, 0x4c, + 0x31, 0x9e, 0x78, 0xa9, 0xe0, 0x8a, 0xa3, 0x4e, 0x01, 0xf2, 0x0c, 0x68, 0x73, 0xab, 0x46, 0x0a, + 0xf9, 0x78, 0x5c, 0x80, 0x37, 0x1f, 0x95, 0xce, 0x90, 0x0b, 0xea, 0xd7, 0xb4, 0xa6, 0xb8, 0xc6, + 0x1d, 0x12, 0x45, 0x62, 0x3e, 0xb2, 0xce, 0xc7, 0x55, 0x27, 0x8b, 0x68, 0xa2, 0xd8, 0x90, 0x51, + 0x61, 0xfd, 0x0f, 0xab, 0xfe, 0x98, 0x29, 0x2a, 0x48, 0x2c, 0xad, 0x77, 0x7b, 0xc4, 0xf9, 0x28, + 0xa6, 0xbe, 0x39, 0x0d, 0xb2, 0xa1, 0xaf, 0xd8, 0x98, 0x4a, 0x45, 0xc6, 0x69, 0x21, 0x5f, 0x07, + 0x44, 0x99, 0x20, 0xd7, 0x77, 0x73, 0x7f, 0x80, 0x07, 0xdf, 0xf1, 0x88, 0xbe, 0x2c, 0xae, 0xfc, + 0x9a, 0x2a, 0x4c, 0x2f, 0x33, 0x2a, 0x15, 0xfa, 0x0c, 0x66, 0x58, 0xd4, 0x75, 0x7a, 0xce, 0x4e, + 0xbb, 0xff, 0x89, 0x57, 0xd6, 0x43, 0x5f, 0xc3, 0xab, 0x70, 0x8e, 0xca, 0x3b, 0xe3, 0x19, 0x16, + 0xb9, 0xef, 0x66, 0xa0, 0x5b, 0xf1, 0x1f, 0x33, 0x59, 0x8a, 0xfe, 0x02, 0xf7, 0xaf, 0xb8, 0xb8, + 0x18, 0xc6, 0xfc, 0xea, 0xba, 0xe6, 0x41, 0x19, 0xe7, 0xd3, 0x5a, 0x9c, 0x1f, 0x2d, 0xb6, 0x29, + 0xd6, 0xff, 0xae, 0x6e, 0x3a, 0xd1, 0x06, 0xcc, 0xc7, 0x6c, 0xcc, 0x54, 0x77, 0xa6, 0xe7, 0xec, + 0xac, 0xe0, 0xfc, 0xa0, 0xad, 0x8a, 0x5f, 0xd0, 0xa4, 0x3b, 0xdb, 0x73, 0x76, 0x5a, 0x38, 0x3f, + 0xa0, 0x2e, 0x2c, 0x0e, 0x59, 0xac, 0xa8, 0x90, 0xdd, 0x39, 0x63, 0x2f, 0x8e, 0xe8, 0x29, 0x2c, + 0x4a, 0x2e, 0x54, 0x30, 0x98, 0x74, 0xe7, 0xcd, 0xbd, 0x36, 0xbc, 0xea, 0x3c, 0x78, 0x6f, 0xb8, + 0x50, 0x78, 0x41, 0x83, 0xf6, 0x26, 0x68, 0x07, 0xd6, 0xb2, 0x84, 0x5d, 0x66, 0x34, 0x48, 0x89, + 0xa0, 0x89, 0xd2, 0xf9, 0x2c, 0x18, 0xc5, 0x4e, 0x6e, 0x3f, 0x35, 0xe6, 0xa3, 0xc8, 0xfd, 0xd3, + 0x81, 0xed, 0x4a, 0x6d, 0x5e, 0x71, 0xf1, 0x96, 0xc8, 0x8b, 0xe9, 0x12, 0x61, 0x58, 0x57, 0x44, + 0x5e, 0x34, 0x95, 0xa7, 0xde, 0x06, 0x4d, 0x6d, 0x2a, 0xcd, 0xaa, 0xaa, 0x3a, 0xfe, 0x93, 0xb2, + 0xb8, 0x7f, 0x38, 0xb0, 0x52, 0x49, 0xf6, 0x7d, 0x47, 0x0a, 0x6d, 0x41, 0x8b, 0x25, 0x69, 0xa6, + 0x82, 0x4c, 0x30, 0x93, 0x42, 0x0b, 0x2f, 0x19, 0xc3, 0x99, 0x60, 0xe8, 0x6b, 0x58, 0x0c, 0x63, + 0x2e, 0x33, 0x41, 0x4d, 0x1e, 0xed, 0xfe, 0x93, 0xfa, 0xad, 0x2a, 0xd2, 0xfb, 0x39, 0x16, 0x17, + 0x24, 0xb4, 0x0b, 0x4b, 0x63, 0xaa, 0x48, 0x44, 0x14, 0x31, 0x09, 0xb7, 0xfb, 0x1f, 0xdf, 0x2a, + 0x70, 0x42, 0x15, 0x39, 0x20, 0x8a, 0xe0, 0x92, 0xe6, 0xfe, 0xe6, 0xc0, 0xfd, 0x46, 0x0c, 0xda, + 0x86, 0xb6, 0xa0, 0x4a, 0x4c, 0x82, 0x91, 0xe0, 0x59, 0x6a, 0x52, 0x6f, 0x61, 0x30, 0xa6, 0xd7, + 0xda, 0x82, 0x9e, 0x40, 0x87, 0xc9, 0x62, 0x6e, 0xf4, 0x2a, 0x32, 0xf9, 0x2d, 0xe1, 0x65, 0x26, + 0xf3, 0xa9, 0xd1, 0xba, 0xa8, 0x07, 0xcb, 0x32, 0xa5, 0xa1, 0x01, 0xe8, 0x71, 0xc8, 0x1b, 0x06, + 0xda, 0xa6, 0xfd, 0x47, 0x91, 0x7b, 0x09, 0xeb, 0x37, 0x3e, 0x3a, 0xf4, 0x0a, 0x56, 0xab, 0xdb, + 0x4d, 0x76, 0x9d, 0xde, 0xec, 0x4e, 0xbb, 0xff, 0xe8, 0xd6, 0x0c, 0x71, 0x27, 0x99, 0x3e, 0xca, + 0xeb, 0x41, 0x99, 0x99, 0x1a, 0x14, 0xf7, 0xf7, 0x39, 0xd8, 0x68, 0x2a, 0x2d, 0xda, 0x06, 0xe0, + 0x99, 0x2a, 0xfa, 0x65, 0x72, 0x3e, 0xbc, 0x87, 0x5b, 0xb9, 0x4d, 0xb7, 0xec, 0x05, 0xcc, 0x53, + 0x21, 0xb8, 0x30, 0x7a, 0x95, 0xdb, 0x98, 0x51, 0x28, 0x05, 0x5f, 0x6a, 0xd0, 0xe1, 0x3d, 0x9c, + 0xa3, 0xd1, 0xe7, 0x30, 0x9f, 0x9e, 0x13, 0x99, 0xf7, 0xb9, 0xd3, 0x77, 0x6f, 0x9b, 0x20, 0xef, + 0x54, 0x23, 0x71, 0x4e, 0x40, 0x5f, 0x00, 0x48, 0x45, 0x84, 0xa2, 0x51, 0x40, 0x94, 0xed, 0xf2, + 0xa6, 0x97, 0xef, 0x46, 0xaf, 0xd8, 0x8d, 0xde, 0xdb, 0x62, 0x79, 0xe2, 0x96, 0x45, 0xef, 0x2a, + 0xf4, 0x02, 0x96, 0x8a, 0x9d, 0x69, 0xa7, 0xfe, 0x83, 0x1b, 0xc4, 0x03, 0x0b, 0xc0, 0x25, 0x54, + 0x47, 0x0c, 0x05, 0x25, 0x36, 0xe2, 0xc2, 0xdd, 0x11, 0x2d, 0x7a, 0x57, 0x69, 0x6a, 0x96, 0x46, + 0x05, 0x75, 0xf1, 0x6e, 0xaa, 0x45, 0xef, 0x2a, 0xf4, 0x33, 0xfc, 0xbf, 0x5c, 0xaf, 0xa6, 0xf3, + 0xe5, 0x64, 0x2f, 0x35, 0x7f, 0x1a, 0xc5, 0x82, 0xd5, 0xb5, 0x3b, 0xb1, 0xd8, 0x43, 0x07, 0x6f, + 0x5c, 0x35, 0xd8, 0xd1, 0x29, 0x20, 0xb3, 0x99, 0xaa, 0xca, 0x2d, 0xa3, 0xdc, 0xab, 0x2b, 0xeb, + 0xdd, 0x54, 0x53, 0x5d, 0x53, 0x35, 0xdb, 0xde, 0x2a, 0xac, 0xd8, 0x49, 0x11, 0x54, 0x66, 0xb1, + 0xda, 0x5b, 0x87, 0x55, 0x45, 0xc4, 0x88, 0xaa, 0x52, 0xdf, 0x8d, 0x60, 0xa3, 0xe9, 0x96, 0xe8, + 0x18, 0xda, 0xf4, 0x7a, 0x5f, 0xbc, 0xc7, 0x03, 0x32, 0x4d, 0x77, 0xdf, 0x39, 0xb0, 0x56, 0xbf, + 0x32, 0x3a, 0x80, 0xe5, 0x90, 0x84, 0xe7, 0x34, 0x90, 0x8a, 0xa8, 0x4c, 0x9a, 0x18, 0x9d, 0xfe, + 0x87, 0xb5, 0x18, 0xfb, 0xf9, 0x83, 0xbe, 0xaf, 0x91, 0x6f, 0x0c, 0x10, 0xb7, 0xc3, 0xeb, 0x03, + 0xfa, 0x06, 0xda, 0xf6, 0xcd, 0x0f, 0x2e, 0xe8, 0xc4, 0xce, 0xfc, 0xe3, 0x66, 0x91, 0x22, 0x34, + 0x06, 0x4b, 0xf9, 0x96, 0x4e, 0xdc, 0x33, 0xd8, 0xaa, 0x3f, 0xd2, 0x66, 0x01, 0xfd, 0xcb, 0x87, + 0xfa, 0x2f, 0x07, 0x1e, 0x36, 0xeb, 0xca, 0x94, 0x27, 0x92, 0x22, 0x1f, 0x16, 0xcc, 0x96, 0x95, + 0x56, 0xfc, 0x41, 0xbd, 0xc7, 0x67, 0x22, 0xde, 0x8b, 0xf9, 0x00, 0x5b, 0x18, 0x7a, 0x06, 0x8b, + 0x79, 0x3b, 0xa5, 0xcd, 0xf2, 0x1f, 0x19, 0x05, 0x0e, 0x7d, 0x09, 0xed, 0x61, 0x16, 0xc7, 0x81, + 0x0d, 0x34, 0x6b, 0xbf, 0xb0, 0x6a, 0x16, 0xc7, 0xf9, 0x5f, 0xcf, 0x09, 0x49, 0x31, 0x68, 0xf4, + 0x51, 0x1e, 0xee, 0x2b, 0x58, 0x36, 0xdc, 0x22, 0xe6, 0xdc, 0x5d, 0x64, 0x13, 0xea, 0xfb, 0x1c, + 0xbd, 0xf7, 0xfc, 0xa7, 0x67, 0x23, 0xa6, 0xce, 0xb3, 0x81, 0x17, 0xf2, 0xb1, 0x1f, 0x4f, 0x86, + 0xca, 0x2f, 0xff, 0xb5, 0x46, 0x34, 0xf1, 0xd3, 0xc1, 0xd3, 0x11, 0xf7, 0xab, 0xff, 0x7d, 0x83, + 0x05, 0xf3, 0xfd, 0x3d, 0xff, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x67, 0xaa, 0xa4, 0x45, 0x0a, + 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 989858cfd6..375a6407df 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 @@ -978,6 +978,26 @@ func (m *NodeExecutionGetDataResponse) Validate() error { } } + if v, ok := interface{}(m.GetFullInputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return NodeExecutionGetDataResponseValidationError{ + field: "FullInputs", + reason: "embedded message failed validation", + cause: err, + } + } + } + + if v, ok := interface{}(m.GetFullOutputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return NodeExecutionGetDataResponseValidationError{ + field: "FullOutputs", + reason: "embedded message failed validation", + cause: err, + } + } + } + return nil } 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 5e6f3799b8..c974ade300 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go @@ -457,10 +457,14 @@ type TaskExecutionGetDataResponse struct { // Signed url to fetch a core.LiteralMap of task execution inputs. Inputs *UrlBlob `protobuf:"bytes,1,opt,name=inputs,proto3" json:"inputs,omitempty"` // Signed url to fetch a core.LiteralMap of task execution outputs. - Outputs *UrlBlob `protobuf:"bytes,2,opt,name=outputs,proto3" json:"outputs,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Outputs *UrlBlob `protobuf:"bytes,2,opt,name=outputs,proto3" json:"outputs,omitempty"` + // Optional, full_inputs will only be populated if they are under a configured size threshold. + FullInputs *core.LiteralMap `protobuf:"bytes,3,opt,name=full_inputs,json=fullInputs,proto3" json:"full_inputs,omitempty"` + // Optional, full_outputs will only be populated if they are under a configured size threshold. + FullOutputs *core.LiteralMap `protobuf:"bytes,4,opt,name=full_outputs,json=fullOutputs,proto3" json:"full_outputs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionGetDataResponse) Reset() { *m = TaskExecutionGetDataResponse{} } @@ -502,6 +506,20 @@ func (m *TaskExecutionGetDataResponse) GetOutputs() *UrlBlob { return nil } +func (m *TaskExecutionGetDataResponse) GetFullInputs() *core.LiteralMap { + if m != nil { + return m.FullInputs + } + return nil +} + +func (m *TaskExecutionGetDataResponse) GetFullOutputs() *core.LiteralMap { + if m != nil { + return m.FullOutputs + } + return nil +} + func init() { proto.RegisterType((*TaskExecutionGetRequest)(nil), "flyteidl.admin.TaskExecutionGetRequest") proto.RegisterType((*TaskExecutionListRequest)(nil), "flyteidl.admin.TaskExecutionListRequest") @@ -517,49 +535,52 @@ func init() { } var fileDescriptor_8cde4c3aa101642e = []byte{ - // 691 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xdd, 0x4e, 0xdb, 0x4a, - 0x10, 0xc6, 0x81, 0xfc, 0x4d, 0x04, 0x88, 0x15, 0x3a, 0xf8, 0x04, 0x38, 0x44, 0x39, 0x55, 0x15, - 0x55, 0xc2, 0x16, 0x41, 0x54, 0xf4, 0xa6, 0x12, 0x29, 0xb4, 0x20, 0xa1, 0x8a, 0x2e, 0x70, 0xd3, - 0x9b, 0xc8, 0xb1, 0x37, 0x61, 0x85, 0xed, 0x35, 0xbb, 0x63, 0xa9, 0xb9, 0xed, 0x4d, 0x9f, 0xab, - 0xcf, 0xd2, 0x17, 0xa9, 0xbc, 0xb6, 0x03, 0x36, 0x01, 0xa4, 0xf6, 0x72, 0x76, 0xbe, 0x6f, 0x7e, - 0xbe, 0x9d, 0xd9, 0x85, 0xff, 0xc7, 0xfe, 0x14, 0x19, 0xf7, 0x7c, 0xdb, 0xf1, 0x02, 0x1e, 0xda, - 0xe8, 0xa8, 0xdb, 0x21, 0xfb, 0xc6, 0xdc, 0x18, 0xb9, 0x08, 0xad, 0x48, 0x0a, 0x14, 0x64, 0x25, - 0x07, 0x59, 0x1a, 0xd4, 0xde, 0x2c, 0x91, 0x5c, 0x11, 0x04, 0x39, 0xb8, 0xbd, 0x3d, 0x73, 0xba, - 0x42, 0x32, 0xbb, 0x14, 0xab, 0xfd, 0x5f, 0xd1, 0xcd, 0x3d, 0x16, 0x22, 0x1f, 0x73, 0x26, 0x33, - 0xff, 0xce, 0x44, 0x88, 0x89, 0xcf, 0x6c, 0x6d, 0x8d, 0xe2, 0xb1, 0x8d, 0x3c, 0x60, 0x0a, 0x9d, - 0x20, 0xca, 0x03, 0x94, 0x01, 0x5e, 0x2c, 0x9d, 0x07, 0x09, 0xb6, 0xca, 0x7e, 0x85, 0x32, 0x76, - 0x31, 0xf5, 0x76, 0xbf, 0xc0, 0xc6, 0x95, 0xa3, 0x6e, 0x4f, 0xf2, 0xaa, 0x3e, 0x31, 0xa4, 0xec, - 0x2e, 0x66, 0x0a, 0xc9, 0x5b, 0xa8, 0x70, 0xcf, 0x34, 0x3a, 0x46, 0xaf, 0xd5, 0x7f, 0x6d, 0xcd, - 0x5a, 0x4e, 0xca, 0xb4, 0x0a, 0x9c, 0xb3, 0x59, 0xcd, 0xb4, 0xc2, 0xbd, 0xee, 0x2f, 0x03, 0xcc, - 0x82, 0xff, 0x9c, 0xab, 0x59, 0x50, 0x0a, 0x6b, 0xa1, 0xf0, 0xd8, 0xbd, 0xa4, 0xc3, 0x27, 0x73, - 0x7c, 0x16, 0x1e, 0x9b, 0x97, 0x63, 0x35, 0x2c, 0x3a, 0xc8, 0x3a, 0x54, 0x7d, 0x1e, 0x70, 0x34, - 0x2b, 0x1d, 0xa3, 0xb7, 0x4c, 0x53, 0x23, 0x39, 0x45, 0x71, 0xcb, 0x42, 0x73, 0xb1, 0x63, 0xf4, - 0x9a, 0x34, 0x35, 0x88, 0x09, 0xf5, 0x31, 0xf7, 0x91, 0x49, 0x65, 0x2e, 0xe9, 0xf3, 0xdc, 0x24, - 0xbb, 0x50, 0x57, 0x42, 0xe2, 0x70, 0x34, 0x35, 0xab, 0xba, 0x9e, 0x75, 0xab, 0x78, 0xcd, 0xd6, - 0xa5, 0x90, 0x48, 0x6b, 0x09, 0x68, 0x30, 0xed, 0xfe, 0x34, 0x60, 0xb9, 0xd0, 0xe5, 0x9f, 0xea, - 0x45, 0x36, 0xa1, 0xc9, 0xc3, 0x28, 0xc6, 0x61, 0x2c, 0xb9, 0x6e, 0xa1, 0x49, 0x1b, 0xfa, 0xe0, - 0x5a, 0x72, 0xf2, 0x1e, 0xea, 0xae, 0x2f, 0x54, 0x2c, 0x99, 0xee, 0xa3, 0xd5, 0x7f, 0x55, 0xae, - 0xaa, 0x10, 0xfa, 0x43, 0x8a, 0xa5, 0x39, 0x49, 0x07, 0x57, 0xc3, 0xc8, 0x91, 0x2c, 0x44, 0xdd, - 0x71, 0x83, 0x36, 0xb8, 0xba, 0xd0, 0x76, 0xf7, 0x0e, 0xd6, 0x1e, 0x5d, 0x14, 0xf9, 0x08, 0xab, - 0xc5, 0xa1, 0x57, 0xa6, 0xd1, 0x59, 0xec, 0xb5, 0xfa, 0xdb, 0xcf, 0x66, 0xa6, 0x2b, 0xf8, 0xd0, - 0x54, 0xf7, 0xfa, 0x57, 0x1e, 0xe8, 0xdf, 0xfd, 0xb1, 0x04, 0xeb, 0xf3, 0x2a, 0x26, 0x3b, 0x00, - 0x22, 0xc6, 0x5c, 0x86, 0x44, 0xc5, 0xe6, 0xe9, 0x02, 0x6d, 0xa6, 0x67, 0x89, 0x12, 0x07, 0x50, - 0x65, 0x52, 0x0a, 0xa9, 0xe3, 0x15, 0xaa, 0xd1, 0x0a, 0xcf, 0x02, 0x9e, 0x24, 0xa0, 0xd3, 0x05, - 0x9a, 0xa2, 0xc9, 0x21, 0x54, 0xa3, 0x1b, 0x47, 0xa5, 0xf2, 0xad, 0xf4, 0xbb, 0xcf, 0x5d, 0x8c, - 0x75, 0x91, 0x20, 0x69, 0x4a, 0x20, 0x6f, 0x60, 0xc9, 0x17, 0x93, 0x64, 0x4e, 0x92, 0xee, 0xff, - 0x99, 0x43, 0x3c, 0x17, 0x13, 0xaa, 0x31, 0xe4, 0x1d, 0x80, 0x42, 0x47, 0x22, 0xf3, 0x86, 0x0e, - 0x66, 0xf3, 0xd3, 0xb6, 0xd2, 0xcd, 0xb3, 0xf2, 0xcd, 0xb3, 0xae, 0xf2, 0xd5, 0xa5, 0xcd, 0x0c, - 0x7d, 0x84, 0xe4, 0x00, 0x1a, 0xf9, 0xc6, 0x9a, 0x35, 0x4d, 0xfc, 0xf7, 0x11, 0xf1, 0x38, 0x03, - 0xd0, 0x19, 0x34, 0xc9, 0xe8, 0x4a, 0xe6, 0x64, 0x19, 0xeb, 0x2f, 0x67, 0xcc, 0xd0, 0x47, 0x98, - 0x50, 0xe3, 0xc8, 0xcb, 0xa9, 0x8d, 0x97, 0xa9, 0x19, 0xfa, 0x08, 0xc9, 0x21, 0xb4, 0xdc, 0x58, - 0xa1, 0x08, 0x86, 0x3c, 0x1c, 0x0b, 0xb3, 0xa9, 0xb9, 0x1b, 0x8f, 0xb8, 0x97, 0xfa, 0x89, 0xa1, - 0x90, 0x62, 0xcf, 0xc2, 0xb1, 0x18, 0xac, 0xc2, 0x72, 0x76, 0xbf, 0x92, 0xa9, 0xd8, 0xc7, 0xee, - 0x35, 0x6c, 0x96, 0x5f, 0x9e, 0x63, 0x07, 0x9d, 0xbf, 0x7d, 0x7d, 0xbe, 0x1b, 0xb0, 0x35, 0x3f, - 0xae, 0x8a, 0x44, 0xa8, 0x18, 0xb1, 0xa1, 0xa6, 0xb7, 0x4b, 0x65, 0xc1, 0x37, 0xca, 0x63, 0x7d, - 0x2d, 0xfd, 0x81, 0x2f, 0x46, 0x34, 0x83, 0x91, 0x3d, 0xa8, 0xa7, 0x95, 0xab, 0x6c, 0xf4, 0x9e, - 0x64, 0xe4, 0xb8, 0xc1, 0xfe, 0xd7, 0xbd, 0x09, 0xc7, 0x9b, 0x78, 0x64, 0xb9, 0x22, 0xb0, 0xfd, - 0xe9, 0x18, 0xed, 0xd9, 0x33, 0x3f, 0x61, 0xa1, 0x1d, 0x8d, 0x76, 0x27, 0xc2, 0x2e, 0xfe, 0x1a, - 0xa3, 0x9a, 0x96, 0x6f, 0xff, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x4f, 0xe6, 0xdf, 0x59, 0x83, - 0x06, 0x00, 0x00, + // 742 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xdd, 0x4e, 0xeb, 0x46, + 0x10, 0xc6, 0x21, 0xbf, 0x93, 0x02, 0x62, 0x85, 0x8a, 0x1b, 0xa0, 0x44, 0x69, 0x55, 0x45, 0x95, + 0xb0, 0x45, 0x10, 0x15, 0xad, 0xaa, 0x4a, 0xa4, 0xd0, 0x82, 0x44, 0x5b, 0xba, 0xc0, 0x4d, 0x6f, + 0x2c, 0xc7, 0x5e, 0x87, 0x15, 0xb6, 0xd7, 0xec, 0x8e, 0xa5, 0xe6, 0x09, 0xfa, 0x5c, 0x7d, 0x96, + 0xbe, 0x46, 0x2f, 0x8e, 0xbc, 0xb6, 0x03, 0x0e, 0x01, 0xa4, 0x73, 0x2e, 0x67, 0xe7, 0xfb, 0xe6, + 0x9b, 0x99, 0x9d, 0xd9, 0x85, 0xaf, 0x82, 0x70, 0x86, 0x8c, 0xfb, 0xa1, 0xed, 0xfa, 0x11, 0x8f, + 0x6d, 0x74, 0xd5, 0x83, 0xc3, 0xfe, 0x66, 0x5e, 0x8a, 0x5c, 0xc4, 0x56, 0x22, 0x05, 0x0a, 0xb2, + 0x5e, 0x82, 0x2c, 0x0d, 0xea, 0xed, 0x2c, 0x90, 0x3c, 0x11, 0x45, 0x25, 0xb8, 0xb7, 0x37, 0x77, + 0x7a, 0x42, 0x32, 0x7b, 0x21, 0x56, 0xef, 0xcb, 0xaa, 0x9b, 0xfb, 0x2c, 0x46, 0x1e, 0x70, 0x26, + 0x0b, 0xff, 0x6e, 0xd5, 0x1f, 0x72, 0x64, 0xd2, 0x0d, 0x55, 0xe1, 0xdd, 0x9f, 0x0a, 0x31, 0x0d, + 0x99, 0xad, 0xad, 0x49, 0x1a, 0xd8, 0xc8, 0x23, 0xa6, 0xd0, 0x8d, 0x92, 0x32, 0xfc, 0x22, 0xc0, + 0x4f, 0xa5, 0xfb, 0x4c, 0x7e, 0x77, 0xd1, 0xaf, 0x50, 0xa6, 0x1e, 0xe6, 0xde, 0xc1, 0x9f, 0xb0, + 0x7d, 0xeb, 0xaa, 0x87, 0xf3, 0x32, 0xe7, 0x5f, 0x19, 0x52, 0xf6, 0x98, 0x32, 0x85, 0xe4, 0x3b, + 0xa8, 0x71, 0xdf, 0x34, 0xfa, 0xc6, 0xb0, 0x3b, 0xfa, 0xc6, 0x9a, 0x37, 0x24, 0x4b, 0xd2, 0xaa, + 0x70, 0x2e, 0xe7, 0x15, 0xd1, 0x1a, 0xf7, 0x07, 0xff, 0x19, 0x60, 0x56, 0xfc, 0x57, 0x5c, 0xcd, + 0x83, 0x52, 0xd8, 0x8c, 0x85, 0xcf, 0x9e, 0x1a, 0xee, 0xbc, 0xaa, 0xf1, 0xbb, 0xf0, 0xd9, 0x32, + 0x8d, 0x8d, 0xb8, 0xea, 0x20, 0x5b, 0xd0, 0x08, 0x79, 0xc4, 0xd1, 0xac, 0xf5, 0x8d, 0xe1, 0x1a, + 0xcd, 0x8d, 0xec, 0x14, 0xc5, 0x03, 0x8b, 0xcd, 0xd5, 0xbe, 0x31, 0xec, 0xd0, 0xdc, 0x20, 0x26, + 0xb4, 0x02, 0x1e, 0x22, 0x93, 0xca, 0xac, 0xeb, 0xf3, 0xd2, 0x24, 0x07, 0xd0, 0x52, 0x42, 0xa2, + 0x33, 0x99, 0x99, 0x0d, 0x9d, 0xcf, 0x96, 0x55, 0x1d, 0x02, 0xeb, 0x46, 0x48, 0xa4, 0xcd, 0x0c, + 0x34, 0x9e, 0x0d, 0xfe, 0x35, 0x60, 0xad, 0x52, 0xe5, 0xc7, 0xf6, 0x8b, 0xec, 0x40, 0x87, 0xc7, + 0x49, 0x8a, 0x4e, 0x2a, 0xb9, 0x2e, 0xa1, 0x43, 0xdb, 0xfa, 0xe0, 0x4e, 0x72, 0xf2, 0x13, 0xb4, + 0xbc, 0x50, 0xa8, 0x54, 0x32, 0x5d, 0x47, 0x77, 0xf4, 0xf5, 0x62, 0x56, 0x95, 0xd0, 0x3f, 0xe7, + 0x58, 0x5a, 0x92, 0x74, 0x70, 0xe5, 0x24, 0xae, 0x64, 0x31, 0xea, 0x8a, 0xdb, 0xb4, 0xcd, 0xd5, + 0xb5, 0xb6, 0x07, 0x8f, 0xb0, 0xf9, 0xe2, 0xa2, 0xc8, 0x2f, 0xb0, 0x51, 0x5d, 0x09, 0x65, 0x1a, + 0xfd, 0xd5, 0x61, 0x77, 0xb4, 0xf7, 0xa6, 0x32, 0x5d, 0xc7, 0xe7, 0xa6, 0x7a, 0xea, 0x7f, 0xed, + 0x59, 0xff, 0x07, 0xff, 0xd4, 0x61, 0x6b, 0x59, 0xc6, 0x64, 0x1f, 0x40, 0xa4, 0x58, 0xb6, 0x21, + 0xeb, 0x62, 0xe7, 0x62, 0x85, 0x76, 0xf2, 0xb3, 0xac, 0x13, 0xc7, 0xd0, 0x60, 0x52, 0x0a, 0xa9, + 0xe3, 0x55, 0xb2, 0xd1, 0x1d, 0x9e, 0x07, 0x3c, 0xcf, 0x40, 0x17, 0x2b, 0x34, 0x47, 0x93, 0x13, + 0x68, 0x24, 0xf7, 0xae, 0xca, 0xdb, 0xb7, 0x3e, 0x1a, 0xbc, 0x75, 0x31, 0xd6, 0x75, 0x86, 0xa4, + 0x39, 0x81, 0x7c, 0x0b, 0xf5, 0x50, 0x4c, 0xb3, 0x39, 0xc9, 0xaa, 0xff, 0x7c, 0x09, 0xf1, 0x4a, + 0x4c, 0xa9, 0xc6, 0x90, 0xef, 0x01, 0x14, 0xba, 0x12, 0x99, 0xef, 0xb8, 0x58, 0xcc, 0x4f, 0xcf, + 0xca, 0x37, 0xcf, 0x2a, 0x37, 0xcf, 0xba, 0x2d, 0x57, 0x97, 0x76, 0x0a, 0xf4, 0x29, 0x92, 0x63, + 0x68, 0x97, 0x1b, 0x6b, 0x36, 0x35, 0xf1, 0x8b, 0x17, 0xc4, 0xb3, 0x02, 0x40, 0xe7, 0xd0, 0x4c, + 0xd1, 0x93, 0xcc, 0x2d, 0x14, 0x5b, 0xef, 0x2b, 0x16, 0xe8, 0x53, 0xcc, 0xa8, 0x69, 0xe2, 0x97, + 0xd4, 0xf6, 0xfb, 0xd4, 0x02, 0x7d, 0x8a, 0xe4, 0x04, 0xba, 0x5e, 0xaa, 0x50, 0x44, 0x0e, 0x8f, + 0x03, 0x61, 0x76, 0x34, 0x77, 0xfb, 0x05, 0xf7, 0x46, 0x3f, 0x31, 0x14, 0x72, 0xec, 0x65, 0x1c, + 0x88, 0xf1, 0x06, 0xac, 0x15, 0xf7, 0x2b, 0x99, 0x4a, 0x43, 0x1c, 0xdc, 0xc1, 0xce, 0xe2, 0xcb, + 0x73, 0xe6, 0xa2, 0xfb, 0xa9, 0xaf, 0xcf, 0xff, 0x06, 0xec, 0x2e, 0x8f, 0xab, 0x12, 0x11, 0x2b, + 0x46, 0x6c, 0x68, 0xea, 0xed, 0x52, 0x45, 0xf0, 0xed, 0xc5, 0xb1, 0xbe, 0x93, 0xe1, 0x38, 0x14, + 0x13, 0x5a, 0xc0, 0xc8, 0x21, 0xb4, 0xf2, 0xcc, 0x55, 0x31, 0x7a, 0xaf, 0x32, 0x4a, 0x1c, 0xf9, + 0x01, 0xba, 0x41, 0x1a, 0x86, 0x4e, 0x21, 0xb4, 0x5a, 0x5c, 0x6b, 0xb5, 0x8a, 0xab, 0xfc, 0xa1, + 0xff, 0xcd, 0x4d, 0x28, 0x64, 0xe8, 0xcb, 0x5c, 0xee, 0x47, 0xf8, 0x4c, 0x73, 0x4b, 0xcd, 0xfa, + 0x7b, 0x64, 0x2d, 0xf5, 0x47, 0x8e, 0x1e, 0x1f, 0xfd, 0x75, 0x38, 0xe5, 0x78, 0x9f, 0x4e, 0x2c, + 0x4f, 0x44, 0x76, 0x38, 0x0b, 0xd0, 0x9e, 0x7f, 0x2f, 0x53, 0x16, 0xdb, 0xc9, 0xe4, 0x60, 0x2a, + 0xec, 0xea, 0x6f, 0x36, 0x69, 0xea, 0x8b, 0x3b, 0xfa, 0x10, 0x00, 0x00, 0xff, 0xff, 0x67, 0x3f, + 0xf7, 0x0d, 0x1b, 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 5bef758d52..cddc536153 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 @@ -642,6 +642,26 @@ func (m *TaskExecutionGetDataResponse) Validate() error { } } + if v, ok := interface{}(m.GetFullInputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionGetDataResponseValidationError{ + field: "FullInputs", + reason: "embedded message failed validation", + cause: err, + } + } + } + + if v, ok := interface{}(m.GetFullOutputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionGetDataResponseValidationError{ + field: "FullOutputs", + 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 07674e1e09..c0f532df4a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -3673,6 +3673,14 @@ "outputs": { "$ref": "#/definitions/adminUrlBlob", "description": "Signed url to fetch a core.LiteralMap of node execution outputs." + }, + "full_inputs": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Optional, full_inputs will only be populated if they are under a configured size threshold." + }, + "full_outputs": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Optional, full_outputs will only be populated if they are under a configured size threshold." } }, "description": "Response structure for NodeExecutionGetDataRequest which contains inputs and outputs for a node execution." @@ -4044,6 +4052,14 @@ "outputs": { "$ref": "#/definitions/adminUrlBlob", "description": "Signed url to fetch a core.LiteralMap of task execution outputs." + }, + "full_inputs": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Optional, full_inputs will only be populated if they are under a configured size threshold." + }, + "full_outputs": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Optional, full_outputs will only be populated if they are under a configured size threshold." } }, "description": "Response structure for TaskExecutionGetDataRequest which contains inputs and outputs for a task execution." @@ -4272,6 +4288,14 @@ "inputs": { "$ref": "#/definitions/adminUrlBlob", "description": "Signed url to fetch a core.LiteralMap of execution inputs." + }, + "full_inputs": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Optional, full_inputs will only be populated if they are under a configured size threshold." + }, + "full_outputs": { + "$ref": "#/definitions/coreLiteralMap", + "description": "Optional, full_outputs will only be populated if they are under a configured size threshold." } }, "description": "Response structure for WorkflowExecutionGetDataRequest which contains inputs and outputs for an 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 21ef567f11..230eba853b 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -5051,15 +5051,27 @@ definitions: outputs: description: "Signed url to fetch a core.LiteralMap of node execution outputs." $ref: "#/definitions/adminUrlBlob" + full_inputs: + description: "Optional, full_inputs will only be populated if they are under\ + \ a configured size threshold." + $ref: "#/definitions/coreLiteralMap" + full_outputs: + description: "Optional, full_outputs will only be populated if they are under\ + \ a configured size threshold." + $ref: "#/definitions/coreLiteralMap" description: "Response structure for NodeExecutionGetDataRequest which contains\ \ inputs and outputs for a node execution." example: outputs: bytes: "bytes" url: "url" + full_inputs: + literals: {} inputs: bytes: "bytes" url: "url" + full_outputs: + literals: {} adminNodeExecutionList: type: "object" properties: @@ -5901,15 +5913,27 @@ definitions: outputs: description: "Signed url to fetch a core.LiteralMap of task execution outputs." $ref: "#/definitions/adminUrlBlob" + full_inputs: + description: "Optional, full_inputs will only be populated if they are under\ + \ a configured size threshold." + $ref: "#/definitions/coreLiteralMap" + full_outputs: + description: "Optional, full_outputs will only be populated if they are under\ + \ a configured size threshold." + $ref: "#/definitions/coreLiteralMap" description: "Response structure for TaskExecutionGetDataRequest which contains\ \ inputs and outputs for a task execution." example: outputs: bytes: "bytes" url: "url" + full_inputs: + literals: {} inputs: bytes: "bytes" url: "url" + full_outputs: + literals: {} adminTaskExecutionList: type: "object" properties: @@ -11998,15 +12022,27 @@ definitions: inputs: description: "Signed url to fetch a core.LiteralMap of execution inputs." $ref: "#/definitions/adminUrlBlob" + full_inputs: + description: "Optional, full_inputs will only be populated if they are under\ + \ a configured size threshold." + $ref: "#/definitions/coreLiteralMap" + full_outputs: + description: "Optional, full_outputs will only be populated if they are under\ + \ a configured size threshold." + $ref: "#/definitions/coreLiteralMap" description: "Response structure for WorkflowExecutionGetDataRequest which contains\ \ inputs and outputs for an execution." example: outputs: bytes: "bytes" url: "url" + full_inputs: + literals: {} inputs: bytes: "bytes" url: "url" + full_outputs: + literals: {} adminWorkflowList: type: "object" properties: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_get_data_response.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_get_data_response.go index 3d35b2c8af..51a2b5a633 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_get_data_response.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_get_data_response.go @@ -15,4 +15,8 @@ type AdminNodeExecutionGetDataResponse struct { Inputs *AdminUrlBlob `json:"inputs,omitempty"` // Signed url to fetch a core.LiteralMap of node execution outputs. Outputs *AdminUrlBlob `json:"outputs,omitempty"` + // Optional, full_inputs will only be populated if they are under a configured size threshold. + FullInputs *CoreLiteralMap `json:"full_inputs,omitempty"` + // Optional, full_outputs will only be populated if they are under a configured size threshold. + FullOutputs *CoreLiteralMap `json:"full_outputs,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_get_data_response.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_get_data_response.go index ea463fdf46..6e7a2853e2 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_get_data_response.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_get_data_response.go @@ -15,4 +15,8 @@ type AdminTaskExecutionGetDataResponse struct { Inputs *AdminUrlBlob `json:"inputs,omitempty"` // Signed url to fetch a core.LiteralMap of task execution outputs. Outputs *AdminUrlBlob `json:"outputs,omitempty"` + // Optional, full_inputs will only be populated if they are under a configured size threshold. + FullInputs *CoreLiteralMap `json:"full_inputs,omitempty"` + // Optional, full_outputs will only be populated if they are under a configured size threshold. + FullOutputs *CoreLiteralMap `json:"full_outputs,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go index 7b18d5c1c0..2b794563dd 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go @@ -15,4 +15,8 @@ type AdminWorkflowExecutionGetDataResponse struct { Outputs *AdminUrlBlob `json:"outputs,omitempty"` // Signed url to fetch a core.LiteralMap of execution inputs. Inputs *AdminUrlBlob `json:"inputs,omitempty"` + // Optional, full_inputs will only be populated if they are under a configured size threshold. + FullInputs *CoreLiteralMap `json:"full_inputs,omitempty"` + // Optional, full_outputs will only be populated if they are under a configured size threshold. + FullOutputs *CoreLiteralMap `json:"full_outputs,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 8355693604..e852042bec 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\xfb\x73\x23\xb9\x91\x27\xfe\xbb\xff\x0a\x5c\xdf\x45\x74\xb7\x4d\x51\x63\x7b\x77\xc3\xa7\x8d\x8d\x6f\x70\x24\x76\x0f\x77\xd4\x92\xac\xc7\xf4\xce\x2d\x1d\x34\x58\x05\x92\xb0\x8a\x00\x07\x40\x49\x4d\x6f\xcc\xff\xfe\x0d\x64\x02\x28\x54\xb1\x8a\x6f\xa9\xa5\x1e\xee\xc5\x79\x5a\xac\x2a\x3c\x13\x89\x7c\x7e\xf2\x7f\x7e\x47\xc8\x1b\xfd\x48\xc7\x63\xa6\xde\x9c\x90\x37\x7f\x6a\x7f\xf7\xa6\x65\x7f\xe3\x62\x24\xdf\x9c\x10\xfb\x9c\x90\x37\x86\x9b\x8c\xd9\xe7\xa3\x6c\x6e\x18\x4f\xb3\x63\xcd\xd4\x03\x4f\xd8\x31\x4d\xa7\x5c\xb4\x67\x4a\x1a\x09\x1f\x12\xf2\xe6\x81\x29\xcd\xa5\xb0\xaf\xbb\x7f\x12\x21\x0d\xd1\xcc\xbc\xf9\x1d\x21\xbf\x42\xf3\x3a\x99\xb0\x29\xd3\x6f\x4e\xc8\x7f\xe3\x47\x13\x63\x66\xbe\x01\xfb\x6f\x6d\xdf\xfd\x1b\xbc\x9b\x48\xa1\xf3\xd2\xcb\x74\x36\xcb\x78\x42\x0d\x97\xe2\xf8\x1f\x5a\x8a\xe2\xdd\x99\x92\x69\x9e\xac\xf9\x2e\x35\x13\x5d\xcc\xf1\x98\xce\xf8\xf1\xc3\x1f\x8f\x69\x62\xf8\x03\x1b\x64\x34\x17\xc9\x64\x30\xcb\xa8\xd0\xc7\xff\xc3\x53\x3b\xc7\x7f\xb0\xc4\xfc\x0a\x7f\xa4\x72\x4a\xb9\xc0\x7f\x0b\x3a\x65\xbf\x86\x76\x08\x79\x33\x66\x26\xfa\x93\x90\x37\x29\xd3\x89\xe2\x33\xe3\x56\xe5\x9a\x19\xc5\xd9\x03\x23\x66\xc2\x08\x76\x47\xb0\x3b\x62\xbb\x23\x7e\xd5\xf4\x8c\x25\x7c\xc4\x59\x4a\x86\x73\xc2\xc5\x2c\x37\x44\xb1\x5f\x72\xa6\x0d\x19\xf1\xcc\x30\xa5\xdb\x6e\xc9\xa0\x17\x39\x63\x0a\xe6\xd9\x4b\x6d\x2f\x1f\x99\xe9\x40\xdb\xe7\xd0\xf4\x55\x46\x45\xfc\xb6\x62\x7a\x26\x85\x66\xba\x34\x54\x42\xde\xfc\xe9\xbb\xef\x2a\x3f\x2d\xce\xa0\x43\x74\x9e\x24\x4c\xeb\x51\x9e\x11\xdf\x52\x3c\x18\xf8\x08\x36\x99\x2e\x34\x46\xc8\x9b\xff\xa3\xd8\xc8\xb6\xf3\xbf\x8f\x53\x36\xe2\x82\xdb\x76\x35\xd2\x52\x34\xda\xd2\x57\xbf\xfe\xae\xee\xdf\xbf\x46\x33\x9a\x51\x45\xa7\xcc\x2e\x4b\xd8\x7d\xfc\xbf\xca\x5c\xec\x7e\xd9\xce\x8b\x3d\xad\x0e\xbc\x32\xdb\x0b\x3a\x65\x44\x8e\x60\xbb\xdc\x17\xf0\x6f\xc5\xb4\xcc\x55\xc2\xc8\x90\x65\x52\x8c\x35\x31\x72\x61\x0d\x38\xb4\x60\x49\xad\xfa\xc4\x6e\x25\x57\xcc\xee\x95\x51\x39\xab\x3c\x35\xf3\x19\x0c\x52\x1b\xc5\xc5\x38\x5e\x8a\x5f\x5b\x6b\x4d\x0d\x29\x74\x83\x99\xe1\x07\x8d\x13\xeb\x8b\x8e\x7f\x25\xa1\x82\x0c\x19\xb1\xe7\x92\xa7\x4c\xb1\x94\x50\x4d\x28\xd1\xf9\x50\x33\x43\x1e\xb9\x99\x70\x61\xff\x46\xf2\x4d\xfc\x9a\xbd\x9c\xb5\x81\x7f\x2e\x5f\x99\x3b\xcd\x94\x1d\xf8\x03\x4f\x59\x4a\x1e\x68\x96\x33\x32\x92\xaa\xb4\x3c\xed\xbe\xb8\x9d\xd8\x75\x98\x0e\xb9\x80\x93\x67\xd7\xd2\x53\xc8\x1f\xfc\x72\xfd\x81\xd8\xfe\x48\x2e\xf8\x2f\x39\xcb\xe6\x84\xa7\x4c\x18\x7b\xae\x75\xb5\xb5\x3f\x48\xe8\x9f\x66\xe4\x88\xd8\x75\x66\xca\xc0\x7a\x4b\x61\xd8\x17\xa3\xc9\x11\xc9\xf8\x3d\x23\x6f\xcf\xb9\x36\xa4\x73\xd5\x7b\xdb\x22\x6f\xcf\x0b\xc6\xa1\xdf\x3e\xc3\x0a\x87\x7f\xff\x2d\x3a\x7a\x86\x8e\xab\x87\xee\x4d\xc7\x9e\xe6\x1b\xbc\x26\x8a\x16\xfe\xf6\xbb\xb8\x1d\xb7\x5f\xcb\x79\x6f\xc1\x78\x1d\xd7\xdd\x84\xd7\x7e\x60\x26\x99\xac\x60\xb4\x7a\x47\x4e\x6b\xb7\xa3\xca\x6a\xf5\xeb\xe2\xb5\x76\x0a\x4f\xcd\x6f\x77\x61\xb6\xd4\xc0\x29\xa0\x5c\xe0\xa1\x09\x67\xa8\xbc\x33\xe4\xeb\xb1\x95\x5d\xf8\x6d\x34\x9b\x88\xe5\x7a\x4e\x1a\xad\xc4\x0b\x99\x6b\xc6\xa7\x7c\xd5\x3e\xf6\x44\x6a\xc5\x2e\xc7\xe4\x44\x3e\x1d\x32\x65\xa7\xee\xd9\x1d\xcc\x70\x68\xd9\x9f\xc9\x95\x60\x69\xc3\xd4\x7e\xc9\x99\x9a\x2f\x99\xdb\x88\x66\xba\x69\x72\x5c\x18\x66\xe5\xda\xca\xe3\x91\x54\x53\x6a\xdc\x0b\xff\xf6\x2f\x9b\x4e\xde\xc8\x7b\xb6\x6a\x9f\x7b\xb8\x6b\x09\xd5\xb0\xdd\xd3\x3c\x33\x7c\x96\x31\x32\xa3\x63\xa6\xdd\x2a\xe4\x99\xd1\x2d\x78\xcd\xca\xd2\x4c\x1d\x85\xdb\x06\x7a\xf0\xb7\x6c\xae\xe1\x17\x32\x0a\x8c\x4c\xb0\x2f\x06\x5a\xea\x0b\xb8\x67\x61\x89\xe2\xdb\xe3\x09\x96\x72\x3b\x3a\xd1\x52\x99\xc1\x70\xde\xbe\x67\x0b\xfd\x36\x52\x0b\x15\x84\x1a\xa3\xf8\x30\x37\xcc\xce\xdb\xb6\xe1\xef\x49\x60\x7d\x78\x19\x6b\x7b\xf9\x5e\x9e\x5d\xbe\xbb\xa7\x46\xc9\x31\x15\xef\x4f\x48\x27\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x36\xb9\x9d\x70\x4d\xf4\x44\xe6\x59\x4a\x04\x7b\x60\xca\xae\x2d\x9b\xce\xcc\xfc\xc5\xad\x56\xca\x15\x4b\x60\x61\x36\x39\x61\xe1\x2b\xbb\x68\x56\xe9\x99\xe3\xd2\xdd\xb3\x39\x08\x2e\x8b\xcb\xf7\x0c\xf4\x52\x79\xca\x44\x3e\xad\xdc\x15\xf0\xfb\x59\xf7\xe6\xb4\x7b\x71\xd6\xbb\xf8\x58\xf9\xc2\x8a\x11\xe1\x51\xe9\xc9\xdf\x16\xd6\x66\x44\xf3\x0c\x4e\x75\xd4\xda\xb3\x09\x2e\xc9\x84\x67\xa9\x62\xe2\xd8\x50\x7d\x3f\x60\x5f\x58\x92\xe3\x3d\xfb\x3f\xe5\x1f\x06\x56\xfa\x94\x29\x2b\xff\x52\xfa\xa3\x10\x77\x36\xfe\x34\x68\xa5\x1b\x7f\x09\x3a\xec\x7a\xdf\xc1\x2f\x3c\xad\x7d\x1b\x7e\x59\x31\x07\xff\xce\x92\xc1\xfa\x57\x1a\x47\xe5\x5f\x70\x02\x5c\xed\x3b\x8a\x19\x35\x1f\x50\x63\xec\x29\xdf\x42\x66\x84\x2d\x25\x76\xb6\xa4\xd8\x4f\x27\x3e\xa2\xa0\x08\xbc\x3b\x48\x8e\x76\x04\xc5\x9b\xab\xe4\xc5\x0b\x99\xb2\x6e\x68\xf6\x83\x54\xb7\x54\xdf\xbf\x06\x99\xb1\x34\xf0\xe7\x10\x1b\xb7\x3d\x40\xdf\x9c\x52\xbf\x25\x3b\x38\x98\x00\x76\x5f\xc9\x75\x0d\x06\x52\x11\x3d\xd7\x86\x4d\x57\x9a\x0e\x5e\xcf\x42\x38\x7e\xff\x52\x07\x5c\xb9\x72\x7e\x03\xa7\xbe\x7c\x81\x1e\x8e\xf7\x06\x4b\xb6\x2f\xc3\xdf\x4b\x9f\xa7\x77\xc1\x2c\x9f\xea\x8d\xdf\x3e\xef\x70\x70\x74\xf2\xe2\xa7\x59\x12\xed\xf6\x3d\xc8\x27\xb2\x1a\x34\xee\x95\x5f\xed\x01\x0c\x60\x85\xca\x57\x36\x1d\x87\xf3\x67\x3f\x8d\x8d\x2b\x68\x31\x33\x56\xe7\x75\xb6\x25\xa6\x48\x22\x15\x8a\x82\xa9\x3b\xee\x7d\x41\x8e\xc8\x59\xe7\xb6\x73\xd3\xbd\x3d\x21\x1d\x92\x52\x43\xed\xf9\x56\x6c\xa6\x98\x66\xc2\x80\x36\x6e\x3f\x37\x73\x32\x95\x29\xcb\x58\x4a\xb8\x20\x1f\xb2\xb9\x61\xe4\x8c\x1a\x7a\x4a\x0d\xcd\xe4\xb8\x4d\x3a\xf0\xa7\xfd\x98\x6b\x42\x33\x2d\x09\xf5\x54\xc5\x52\xdf\x04\x15\xa9\xe7\x2c\x94\x24\x72\x3a\xe3\x59\xb0\x9a\x07\x13\x09\x17\x29\x7f\xe0\x69\x4e\x33\x22\x87\x96\xa9\x58\x55\xb5\xfb\xc0\x84\xc9\x69\x96\xcd\x09\xcd\x32\xe2\xba\xf5\x2f\x78\xbd\x7e\xc8\xc2\x28\x35\x9f\xf2\x8c\x2a\xab\x0b\xe3\x68\x2f\x5d\x5b\xe4\x76\xc2\xc2\x58\x61\x5c\x76\x31\xa7\xf4\x9e\x69\xc2\x0d\x99\x49\xad\xf9\x30\x2b\x8e\xfc\x5d\x8f\xc0\xb8\x4f\xcf\x7b\xa0\x58\x27\x86\x48\x64\xa1\xbe\x73\x67\x85\xf1\x3d\x4e\xa9\x10\x0c\x3a\x96\x66\xc2\x94\xeb\xde\xbd\xfc\xb5\x15\xed\xbb\x8b\x9b\xab\xee\x69\xef\x43\xaf\x7b\xb6\xa8\x69\xdf\x76\x6e\x7e\x5c\xfc\xf5\xf3\xe5\xf5\x8f\x1f\xce\x2f\x3f\x2f\x3e\x39\xef\xdc\x5d\x9c\xfe\x30\xb8\x3a\xef\x5c\x2c\x3e\x74\x64\xb5\xb6\xd2\x1e\x8f\x6c\xc3\xa3\x75\xb0\x46\xee\xd3\x1a\xd9\xfa\x76\xcd\x91\xce\x95\xb3\xbe\x29\x92\x64\x5c\x1b\xbb\x40\xee\x4b\x32\xa3\x5a\xa3\x30\x84\x23\x68\xf7\xc5\x27\xa9\x2c\xd3\x1a\x49\xcb\x17\xac\xc0\x64\x54\x9e\x18\x2e\xc6\xe1\xa3\x13\xd2\xcf\xbf\xfb\xee\xcf\xc9\x39\x17\xf7\xf0\x2f\xf6\x12\x17\xe7\x60\xab\xdd\x66\xb5\x0e\xb6\xda\xf8\xd9\xeb\xb0\xd5\x5a\x31\xe7\x38\x36\xd1\x3e\x4d\x70\x0f\xba\x91\xad\xec\x20\x73\x63\xff\x69\xfb\x25\x23\x25\xa7\x20\x55\x7d\xe1\x1a\xb8\xc4\xa3\x54\xf7\xa3\x4c\x3e\xae\x67\x3a\xfc\xc8\x4c\x30\xbe\x59\x29\xe6\x35\x58\x0c\x3f\xbb\x19\x86\x81\x7f\x64\xc6\x8e\xfd\xda\xf5\x72\x88\xf3\x39\xc4\xf9\x7c\xdd\x38\x9f\x17\x65\xb6\x7b\x7a\xde\x57\xb6\xf1\x21\x03\x6c\x70\x41\x35\x7a\x98\x1a\x1c\x48\x91\x7f\xe8\x29\x99\x66\xd9\x2b\xb3\x82\x61\x96\x3c\x16\xaf\x85\x69\x96\x06\xfd\xfc\x0c\xf3\x37\xe1\x50\x39\xf8\x4b\xb6\x5c\xa8\x57\xc9\x57\xd7\xbc\x32\x9e\xcd\xdb\xf1\xf4\x7c\x7e\x21\x16\x61\x93\xe0\x83\x0d\xa2\x0d\xd6\x0e\x2f\x58\x11\x4f\x50\x1b\x40\x50\x17\x31\xb0\x18\x22\x50\x1b\x13\xb0\x53\x10\xc0\xa6\x57\xd2\xfa\xee\xff\x8f\xcc\xdc\x52\x7d\xff\xea\xae\xa4\xd2\xa0\x9f\xff\x4a\xfa\x8d\x7a\xfd\x0f\x6e\xfe\x27\x5c\xba\x6f\xfd\x22\x7b\xb9\x8e\xfc\xdf\x80\xe7\xfe\xe0\xaa\xdf\x68\x8d\xbe\x2d\xdf\xfc\xb7\xea\x8c\x7f\x9d\xde\xf7\x83\xbb\xfd\xe0\x6e\x3f\xb8\xdb\xd7\x70\xb7\x3f\xa9\x52\xca\x2c\x59\x69\x30\x3f\xc6\xba\xcd\x9b\x99\xd4\xcb\x75\xb1\x53\xc5\xa8\xb1\x54\x5c\xb6\xfb\x11\x68\x90\x28\x96\x48\x95\x5a\x1d\x8c\x92\xd9\x84\x6a\x46\x8c\xa2\x42\xf3\x55\x7a\x18\xb6\x0a\x86\x36\xdb\xce\x6b\x50\xc1\x4a\x56\x41\x18\xf5\x73\x29\x60\x43\x99\x2e\x9c\x19\x3c\x4e\x75\x4f\x96\xf3\xfa\xbd\x4d\x1d\x32\x34\xd7\x99\xf9\x13\x52\xb3\xbd\x57\xb6\xa4\xe6\xb2\xc9\x60\x2f\xd4\x0c\x3a\xfa\x6b\xa1\xe6\x92\x41\xe1\xb7\x45\xcd\x75\x53\x7f\x09\xd4\xec\xbd\xd1\x5b\x52\xf4\xa2\x33\x7b\x2f\x54\x1d\x3c\xc8\xaf\x85\xb2\x17\x5c\xde\xbf\x2d\xea\x6e\x9a\xfe\xd7\xa5\xf0\x60\x08\xdf\x17\x6d\xaf\x26\xdc\xb0\x00\xaf\x81\x68\xc3\x60\x71\xec\xbf\x19\x6a\x5d\x98\xf7\x0b\x21\xd3\x63\xc5\x30\xdb\x70\x23\x7a\xbd\x76\x1f\x6d\x4c\xb1\xfe\xc3\x03\xcd\xbe\x26\x9a\xf5\xbb\xf6\x72\xa8\xb6\x29\x9c\x6e\xf3\x0c\xdc\x25\x31\x72\x9a\x4c\xa9\x49\x26\xf6\x21\xfa\xe7\xd6\x84\x69\x29\x52\x6e\x5f\x15\x75\x3f\x47\x9e\xed\xb7\x6d\x89\x3f\x58\xe0\x7f\x83\x70\x58\x2f\x26\x5c\xfc\x90\xa2\xb2\xc7\x14\x15\xae\x0f\x29\x2a\x87\x14\x95\x75\x17\xe8\x90\xa2\x72\x48\x51\x89\x9e\xbd\x8e\x14\x95\xa7\xcf\x4e\xd9\x4f\x0a\xca\xab\x12\xa2\x0f\x02\xf4\x41\x80\x3e\xe4\x99\x84\xa9\xed\x8b\x81\xf9\xaf\xdf\xa4\x2c\x63\x86\x2d\x65\x3f\xb7\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x2f\x7d\x15\x76\x5a\xcb\x47\xd2\x2e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x65\x8d\xe1\x5f\xbb\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xef\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x9f\x5e\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\x97\x87\x66\xdd\x39\x62\x7d\x73\x2f\xd7\x47\x66\x5e\xab\x8b\xeb\x20\x52\x1f\x44\xea\x97\x2d\x52\xbf\x98\x09\x7d\x7b\x50\x8b\x07\xb0\xc2\x03\x58\xe1\x01\xac\xf0\x69\xc1\x0a\xfd\xd7\x6f\x66\xf9\x72\x59\xe4\x6e\x96\xfa\xdc\x15\x6d\xa8\xc9\x41\xed\x5b\x43\x2e\x21\x1d\x43\xa6\xd2\x2a\x41\x82\x95\xde\xf1\x0c\x08\x23\x3a\xc6\xfc\x81\x09\xe2\x63\xb4\x5b\xee\x9a\x69\x81\x25\xe2\xd7\x70\x3a\x30\x69\x86\x1a\x42\x89\xe1\x53\xd6\x26\xbd\x11\x9e\xe6\xc4\x92\xbf\x66\x46\x57\xc2\x80\x90\x34\xe1\x23\x91\x16\x63\xf5\x7d\xf3\x22\x2a\x04\x5f\x6b\x79\x66\x98\x67\x06\x59\xa3\x6f\xfc\x91\x67\x99\x1d\x83\xe3\x20\x70\x12\xa6\x4c\x65\xfe\xcb\x52\xb7\xfe\xe5\x29\x4d\xed\xc9\x8d\x86\x50\x64\xf7\xc4\xef\xc3\x9d\xcb\x75\x88\x6b\x29\x7d\x8f\x5f\xb7\x89\x53\xc2\x11\x54\x6c\xad\x61\x4c\x68\x6a\x4f\x60\x32\x61\x69\x9e\x31\x42\xb5\x96\x09\xa7\xc6\x72\x2b\xbc\xa3\x09\x37\x5e\x65\xf7\x2f\xf9\xae\x53\xae\xe9\x30\x63\xa9\x5b\x63\x56\x84\xd9\x2c\x1d\x39\xd7\x64\xc8\xec\x12\x5b\x3e\x52\x5e\xfd\x09\x4a\x08\x35\xa3\x89\x86\xc2\x16\x47\xc2\x04\x0e\x64\x89\x84\x8b\xc4\xf9\x5a\x85\x5c\x1c\xfd\x21\xf7\xe9\x20\xf2\x1e\x44\xde\x8d\x26\xf4\x4d\x89\xbc\x2f\x28\x34\xd0\x33\xa4\xaf\x1a\x1a\x08\x0e\x44\xcb\xf9\x07\xc1\x42\xa8\xb7\x33\x9e\x04\x23\xec\x27\xdf\x64\x27\xb4\x78\x2a\xc5\x88\x8f\x73\xe5\x04\x6e\x27\x0d\xaf\xf0\x52\xd6\xb4\xf3\x2a\x6e\x9c\xfa\xa1\x3f\xd7\xc5\xb3\x89\x42\x47\x8e\x88\x15\xbb\x07\xd7\xdd\x9b\xcb\xbb\xeb\xd3\xee\x09\xe9\xcc\x66\x19\x47\x2f\x4b\x92\x6b\x23\xa7\xfc\x9f\x76\x1a\x08\x24\x1c\x38\xb7\x13\x43\x34\x08\x1c\xe0\xd6\xb1\x6a\x12\x39\x22\xa7\xe7\x77\x37\xb7\xdd\xeb\x86\x06\x1d\x11\x40\x2d\x23\x36\x9d\x65\x20\x95\xdc\xe7\x43\xa6\x04\x33\x4c\x93\x24\xcb\x21\xc6\x3c\x38\x7b\xb0\xd1\xee\x7f\x75\x4f\xef\x6e\x7b\x97\x17\x83\xbf\xde\x75\xef\xba\x27\xc4\x53\x93\x6d\xd6\x8e\xcb\x8e\x22\x9d\x0b\x3a\xb5\xba\x68\x19\xf1\xf8\x97\x9c\xe5\x20\x04\xf1\xb1\x98\x32\x61\xaa\x2d\xfa\x01\x9f\x77\xbe\xef\x9e\x97\x5b\x9e\x30\xf2\xe3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xce\x79\xef\xf6\xe7\xc1\xe5\x87\xc1\x4d\xf7\xfa\xa7\xde\x69\x77\xe0\x14\x8c\xd3\x8e\xed\xb7\xd4\x93\xd3\x43\xc8\x2f\x39\xcd\xac\xa2\x2a\x47\xe0\xda\xe1\x09\x23\x8f\x13\x26\x48\x2e\x80\xc6\x50\xfb\x05\x5d\x20\x4e\x62\xff\xea\x86\xe6\x12\x05\x2d\xaa\x62\x55\x92\x58\x7c\xa3\xb2\xbf\xcb\x5e\x28\x6d\xd7\xe2\x8b\xab\x96\x7d\x6d\x7d\xb0\x3c\xa7\x67\x63\xc6\xf6\x0c\xa7\x03\x6f\x17\x38\xfe\x9f\xd2\x59\xfe\xf5\xc9\x80\x5a\x48\x94\x5d\xea\x98\xf3\xaa\x82\x97\xc5\x07\xaf\x81\x25\xc7\xc3\xfd\x9a\xec\x77\x4f\x22\xcf\x2b\x31\xb7\x6c\x2e\x69\x1e\x34\xa6\x83\xc6\x54\xbf\x32\x87\xb8\x9b\x86\x15\xde\xd7\x7d\xb4\x8d\x85\x72\xc4\x59\x96\xea\x05\x13\x53\xe9\x3e\x59\x69\x4e\x7a\xbd\x57\xc9\xf3\x1a\x94\x36\x91\xeb\xaf\x83\x23\xc6\x79\x66\xec\x6e\x4d\x99\xa1\x50\x58\xd4\x48\x92\xc3\xd0\x0f\xd7\x93\xfb\xbf\xc3\xf5\x74\xb8\x9e\x0e\xd7\xd3\x6f\xd5\x22\x57\xc3\xd2\xbf\xaa\x49\x6e\x95\x16\xb8\x13\xc2\x52\x8d\xbd\x6e\x51\xfb\xd3\x44\x4f\xa8\xc2\x5a\x3a\x89\x9c\x4e\xa5\x88\x7c\xfb\xf3\x19\x6b\x91\xe0\x41\x04\xdb\x0b\x0c\x63\x95\x39\xaf\xe8\x86\xbf\x0e\x43\x5e\xb4\x2e\xcf\x91\x77\x70\xd0\x1c\xfd\xff\x6d\x7a\x35\x1f\x30\xaa\x0e\x18\x55\x87\x14\x81\x03\x46\xd5\x72\x6a\x39\x04\xc1\x1f\x82\xe0\xe3\x67\x07\x8c\xaa\x17\x84\x51\x25\x64\xca\x06\x15\x4c\xfa\xf0\xe7\xa0\xea\xf7\x28\x3d\x89\x9d\x20\xa5\x07\x45\x56\x00\xb4\xce\xd3\xdd\xb3\x02\xca\xd5\x81\x57\x39\x49\xe2\x7a\xb2\x2f\x5c\xe0\x1d\x65\x73\xc3\x78\x9a\x2d\x16\xc2\x7d\x86\x40\xa9\xba\x8d\xfe\x16\x8d\x2c\x35\x64\x7b\xb0\xb8\xac\x5c\xa8\x6f\x15\x4b\xba\xe0\x4b\xaf\xc8\x4d\xb0\x1e\xf3\xf6\x78\xfb\x83\x06\x16\x5e\xff\x3c\x30\xf2\xfa\xc7\xbb\x42\x28\x94\x79\xf7\xb6\xd0\x09\x25\xde\xf8\x3a\xcc\x18\xf1\x88\x9f\xc3\x90\xb1\x74\xf7\xbf\x39\xbe\xbe\x8c\x96\x0f\xdc\x7d\xcd\xe5\xfa\x56\x79\xfc\xc1\x9e\xb1\x4f\x7b\x46\xeb\xdb\x35\x68\x1c\x20\x0f\x96\x2c\xce\xc1\xda\xb3\xcd\x6a\x1d\xac\x3d\xf1\xb3\xe7\xb4\xf6\xa0\xef\x76\x30\xa3\x8a\x09\x53\x23\xdf\x57\x6f\x36\x78\x3d\xb2\xd5\x07\x01\x08\x1a\x40\xc1\xd5\xc9\x06\xe1\xd6\xfc\xb6\xcc\x3f\x4e\x46\x19\xa0\x88\x13\xa5\x22\x1c\xff\x4f\xf1\xef\x48\x81\x88\x7e\xac\xf1\x81\x6e\x10\xc2\xe4\x83\xdc\x59\x5a\x88\x5d\x45\xe3\x35\xa1\x4d\x6e\x0c\x47\x5e\x18\x2b\xbc\xf9\x2b\x23\x9d\xae\xf0\xd3\x33\xf8\xf2\x75\xe5\x34\x34\x0c\xfd\x79\x23\xa0\x16\x29\x61\xbd\x83\xe5\xf5\x08\x8e\x31\xfb\x8f\x13\x0e\xe2\x01\x20\x28\xc1\x15\x1a\x6d\xb8\xcf\x86\xa4\x90\xb6\xd0\x24\x6b\x3d\xb7\x18\xb9\x40\xee\xeb\x4d\xdc\xd1\xe8\xeb\x9d\xf7\x57\x0f\x0d\x59\x41\xf7\x5f\x35\x4c\x64\x09\xcf\xdc\x4f\x84\xc8\xf3\xf1\xc7\x8f\xcc\x7c\x7b\xcc\xf1\x23\x33\xcf\xc5\x19\xb7\x65\x87\x4b\x59\x42\x51\xf0\xe1\x85\x70\x83\xed\x58\xdf\xeb\x9a\xe3\x21\x7b\xef\x90\xbd\x77\xc8\xde\x7b\xf1\xd9\x7b\xfe\xeb\x75\x2a\x12\x9f\xc1\x2b\xcf\x78\x9b\x62\x87\xdf\xde\x85\x8a\xf3\x3a\xdc\xa9\x87\x3b\x75\xb3\x39\xbe\x54\x2d\xc2\xd3\xf3\x4b\xd0\x22\x36\xc2\x7c\x40\xc7\x6a\x51\xdb\xcb\x93\xff\x4a\xe7\xe9\x95\xef\xec\xf5\x30\x21\xbd\x29\x9f\xd9\x29\xf7\x6e\x55\x45\xbe\xeb\xa2\x0c\x5f\x8d\x5b\xaf\xba\xe4\xfe\xed\xab\x05\x56\xf6\xd2\x57\xdd\x8f\xfc\xb9\x98\xfd\x4b\x61\x11\xc5\xbc\xbf\x2a\x53\xb0\x62\x78\x35\x1a\xaf\x1c\xe4\x31\x58\x1a\x9f\xb7\xe2\xdd\x12\x6c\xc1\xf2\x57\x2b\x31\x7c\xe5\x67\x2e\xaa\x0f\x1e\xc3\x90\xab\xe3\xf0\x3f\xc6\x1d\xfa\xdf\x8a\x96\xfd\x2f\x1e\x3b\x18\x7e\x54\xcc\xa8\xf9\x80\x1a\xab\xea\x98\xdd\x03\x07\xcb\x8a\xcd\x8a\xc0\xc1\x5b\xaa\xef\x5f\x65\xe0\x60\x79\xe0\x4f\x7c\x66\xd7\xa6\xc9\x6f\x2e\xe4\x64\xdd\x13\x76\x08\x3f\xd9\x62\xe9\xbe\xd5\x50\x94\x65\x2c\xf4\xc5\x8c\xb0\xc2\xc5\xbf\xc5\x93\x5b\xbe\x93\x0e\x47\x74\xd9\x1a\x7d\x73\x50\x8a\x15\x51\x63\xc5\xdc\x5e\x09\xa4\x62\x55\x5a\xda\xf7\xa8\x9e\x26\x3a\x2d\xda\x8d\x03\x06\xfa\x01\x03\xfd\x80\x81\xfe\xd4\x18\xe8\xeb\x69\x9a\x6b\xab\x99\xeb\xea\x98\xeb\x29\x98\xcd\xda\xe5\x0e\x19\x07\x65\xa5\x6f\xdb\x8c\x83\x92\x52\xf5\x2a\x4c\x67\xa5\x11\x3f\x47\xc6\xc1\x6f\x54\x0f\x3c\x28\x81\x4f\xb2\x6e\xdf\xaa\x06\xf8\xc2\xd5\xbf\x43\xae\xc4\x3e\x73\x25\x0e\xa9\x12\x87\x54\x89\x75\x17\xe8\x90\x2a\x71\x48\x95\x88\x9e\xbd\x8e\xea\x90\x4e\x79\xdf\x35\xda\xb5\x4e\x64\x2f\x04\xda\x12\x80\xd2\xf6\xe2\x7b\x2f\x7d\x15\x72\x7b\x04\x78\x16\xcc\x1c\xea\x39\xe4\xf7\x03\x80\xd7\x01\xc0\xeb\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\xc0\xeb\x05\x65\x70\x5a\xc1\xa9\x14\x44\xb8\x32\x96\xed\x54\x31\x6a\xb0\x66\xa1\x2a\xc2\xda\x2a\x02\xd8\x32\xe9\x0a\x1b\xb0\xf2\xd5\x6b\x10\xae\xec\x38\x71\xc4\x6b\x04\xb5\xc5\x1d\xbe\xf9\x97\x35\x06\x7e\xed\xee\x4a\x38\xd0\x43\x9a\x86\x4a\x91\x20\x20\x4d\xe9\x9c\x4c\xe8\x03\x23\x23\xca\x33\x34\x53\x39\x1e\xb8\x64\x6e\xcb\x06\xf4\x7f\x37\x1b\x10\x2d\x0f\xa7\x88\x10\xb6\x3c\x1d\x45\x9c\x84\x66\xde\x49\x05\xef\x40\x19\x4b\x57\x34\x74\xc8\x98\x88\xc2\x4d\xd7\x1d\xf3\x5e\x44\xd3\xaf\x1e\x19\x18\xd3\xcd\x57\x0f\x0a\x6c\xae\xc3\xbf\x3f\x9d\x6b\x17\x45\x4b\xff\xe9\xb5\xb0\x82\xe7\x50\xab\xbe\x61\xd7\xc7\xc1\xbd\xf1\xdb\x2c\x59\xf0\x62\x44\xf2\x83\xa2\xbb\x47\x45\x17\xf2\x88\xbe\x51\x4d\xf7\xe0\xae\x58\xb2\x38\x07\x33\xc0\x36\xab\x75\x30\x03\xc4\xcf\x5e\x8f\xbb\xa2\x59\x7a\xde\xae\x82\xe7\x13\xca\xd1\x07\x31\xfa\x20\x46\x1f\xc4\xe8\x6f\x56\x8c\x7e\x19\x2b\x7c\x90\xa1\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\x07\x19\xfa\x20\x43\xbb\xaf\xf6\x22\x43\xc3\xbf\x7c\x36\xf7\x7e\x52\xb7\xd7\xf3\x48\xb9\xdc\xed\xd7\x22\x3c\x1f\x04\xe7\x83\xe0\xfc\xb2\x05\xe7\x17\x33\xa1\x6f\x2f\x61\xf3\x90\xf2\x78\x48\x79\x3c\xa4\x3c\x7e\x85\x94\xc7\x50\x01\x65\x0b\x94\xf3\xd2\x6f\xbe\xa1\xe7\xc6\x3e\x6f\xf9\x6b\xca\x92\xa8\x1f\xc4\x46\x48\xe8\x9f\xdd\x47\xaf\x0b\x96\x70\x71\xd4\x07\xfc\x73\x12\xed\xda\x01\xff\xfc\x09\xe7\xed\xcf\xd9\x8a\x99\x7b\x1a\x45\x53\xe2\x2b\x9d\xf6\x57\x8f\xb9\x6a\x3e\xe9\x5f\x35\x02\xab\xf6\xe6\x58\xc8\x7e\x29\xea\xe7\x3d\x3f\xec\xfb\x2e\x57\xc3\x47\x66\xbe\x95\x7b\xe1\x00\xfd\x7e\x80\xa9\xdd\xba\x32\xde\x46\x1c\xfe\x75\x4d\xf1\x80\x6e\x7f\x40\xb7\x3f\xa0\xdb\x1f\xd0\xed\xf7\x27\x34\x60\xf7\xdf\x8a\xdc\x70\x40\xb8\x3f\x88\x0e\x07\xd1\xa1\x76\x8a\x2f\x50\x27\x7c\x11\xf8\xfd\x41\x27\xdc\x17\x14\x42\xec\xfa\x0c\xcc\x78\xaf\x88\x08\x7e\x25\x0f\xa8\x08\xee\xff\x0e\xa8\x08\xeb\x4c\xee\x80\x8a\x70\x08\x74\x3b\xa0\x22\x1c\x42\xb9\x0e\xa1\x5c\x07\x54\x84\xd7\x82\x8a\xe0\x05\xa8\x7d\x20\x23\xd4\x08\x63\xab\xd1\x11\x3e\x2f\x6a\x06\x2f\x56\xd0\xf2\x63\x3d\xa0\x24\x1c\x50\x12\x76\xa5\x9d\x17\xa1\x93\x3d\x09\x5a\x42\x0d\x1b\xd8\x55\x11\x7b\x1d\xa8\x09\x7e\xb4\x87\x94\xaf\x43\xe4\xea\xcb\x8f\x5c\x7d\x71\x29\x5f\x2f\x46\x6c\x3f\x28\xc3\x7b\x54\x86\x0f\x59\x5f\x87\xac\xaf\x83\xa9\x60\xed\xd5\x3a\x98\x0a\xe2\x67\xaf\x23\xeb\x6b\xb5\x34\xbd\x17\xf4\x84\xa7\x90\xab\x0f\x62\x35\xbe\x77\x10\xab\x0f\x62\xf5\x37\x2a\x56\xbf\x8c\x15\x3e\xc8\xd4\x07\x99\xfa\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\xdd\x57\x7b\x93\xa9\xf7\x8b\xa6\xb0\xa1\x17\x2b\x4a\x0a\x79\x4d\xc2\xf4\x41\x90\x3e\x08\xd2\x2f\x5b\x90\x7e\x31\x13\x3a\x20\x2b\x1c\x90\x15\x0e\xc8\x0a\x07\x64\x85\x6d\xa4\x9a\xdf\xb9\x53\xf9\x26\xba\x88\xc3\x8d\xfd\xe6\xfb\x4c\x0e\x6f\xe7\x33\x66\xff\x7b\xc6\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\x9b\xde\xc5\xc7\xf3\x38\x05\xe8\xcd\xa7\xbb\xf3\xdb\xde\x55\xe7\x3a\xac\x4b\x98\x55\xbc\x16\xee\xbb\x92\x20\x76\x2a\xa7\x33\xaa\xb8\x96\xa2\xfb\xc5\x9e\x4e\x3b\xb4\x4b\x10\x7d\xa4\xda\x6e\x74\xdd\xbf\xc6\x23\xbb\x28\xff\xf9\xf1\xb6\xfc\x57\x69\x16\xe7\xb7\xe5\xbf\xba\x4b\x67\x13\x35\x5c\x65\x67\x47\xe4\xe3\xed\x09\xf9\x08\x21\x18\x8a\xdc\x4e\x28\xb2\xa4\xf3\xdb\x13\x72\xce\xb4\x86\x5f\x8a\x8f\x0d\x37\x19\xcc\xed\x7b\x2e\xa8\x9a\x13\x3f\x7d\x4c\x5e\xa3\x60\x9b\xf5\x4b\x53\x5d\x3c\xf1\x8f\x5c\x80\xf6\x50\xac\xde\xb9\x1c\xf3\x84\x66\xbb\x2d\x62\xe7\x22\x3e\x48\x6f\x2e\xaf\x97\x2e\x45\xfc\xf6\xe2\x5a\x74\x2e\xce\x20\x95\xce\x0f\xb5\x66\xe6\x17\x4c\x1b\x96\x5a\x69\x24\x45\xe2\x05\x7e\x36\x8f\xa4\x94\x7f\x48\x48\xae\xcb\xb5\x95\x9d\x3b\x17\x67\xe4\x98\x5c\x5e\xf7\xc5\xa5\x4a\xd1\x78\xc3\xec\xf5\x8e\x5c\x97\x6b\x22\xa4\x21\x7c\x3a\x93\xca\x50\x61\xac\x64\x03\x8c\xcd\xad\x88\x26\x54\x31\x72\x2a\xa7\xd3\xdc\x50\xc3\x1f\xd8\xc2\xa2\x0a\xd4\xc8\x6e\x98\xe9\xa5\x60\x0e\xae\x59\x43\xe4\x7c\xc5\x5c\x66\xca\xb6\x6f\xb9\x6e\x59\x17\xe0\xe9\x82\x6c\xee\x9b\xa0\x4a\xd1\x32\x7f\x7c\xc3\x0d\x9b\x56\xdf\x5f\x33\x6c\xef\xd7\x5a\x45\xc7\x5e\x09\xe7\x92\xa6\x5c\x8c\x31\x9b\xf1\x9c\x1b\xa6\x68\xf6\x89\xce\x3e\x78\x6b\xd3\x16\xf4\xf1\x9f\x37\x97\x31\x73\x7c\xf3\x73\xe7\x53\x9c\xea\xf7\xe6\xea\xfa\xf2\xf6\x72\x29\xcd\x94\x5a\x58\x24\x1a\xfb\xf8\x04\xfe\x97\x1c\x13\xdb\x7a\xb8\xb9\xa6\xcc\x50\x7b\xa3\x93\x77\x98\xb8\x13\xc2\xfb\xb9\xc8\x80\x46\x66\x8a\x4f\xb9\xdd\x57\xa7\x32\xbf\xc7\xcb\x31\xdc\xfe\x81\x4a\xf0\x03\x4c\xc2\x03\xb1\xc3\x50\x91\x52\x95\x92\x7f\x68\x97\xb7\x69\x85\x10\x7c\x9d\x6a\xff\x03\x4b\xc9\x11\x99\x18\x33\xd3\x27\xc7\xc7\x8f\x8f\x8f\x6d\xfb\x76\x5b\xaa\xf1\xb1\xfd\xc7\x11\x13\xed\x89\x99\x66\x70\xe0\x61\x15\x4e\xc8\x95\x92\x46\x82\x00\x41\x34\x53\x9c\x66\x90\x1a\x38\xc4\xd3\x2e\x47\xe4\xef\x89\x54\xac\x5d\x6c\xcc\xdf\x49\x94\x4b\x3a\xb2\xf7\x2c\x4f\xb3\x63\xfb\x52\xcd\xd1\xa9\xee\x27\x49\x59\xc2\x53\x27\x48\x31\x91\xc8\x14\xec\x4f\xf8\x8c\x8b\x90\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x69\xc5\x12\x4d\x86\xb8\xce\x4c\xe9\x36\xe9\x8b\x1e\x8a\x9d\xb9\x15\xb1\x21\xf8\x0e\x14\x49\xff\xee\xcc\xce\x38\x91\x19\x19\xe6\x23\x2b\xa2\x45\xd7\x52\xcb\x8a\x23\x5c\x13\xc5\x12\x39\x9d\x32\x81\x56\x45\xdb\x10\x7c\x09\x4b\xe6\x86\xdb\xee\x0b\x20\x00\x2b\xa7\x00\x09\xa4\x12\x4e\xb6\x60\x56\x5d\x11\x73\xec\x66\x98\x8f\x4a\xae\x2a\x23\x89\x62\x34\x25\xdc\xf4\x45\x27\xb3\x8a\xed\x54\x1a\x16\x47\x11\x82\x5d\xbb\xb4\xe2\xc0\x11\x14\x9b\x65\x34\xf1\x59\x99\x99\x4c\x68\x46\x46\x3c\x63\xae\xb6\x79\xd4\xc0\x3b\xd0\xb5\xec\xa2\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2f\x33\x97\xae\x4f\x0b\xee\x2a\x25\x15\xfc\xcf\x8f\x5c\xa4\xdb\x1d\xc2\xbb\x8b\x1f\x2f\x2e\x3f\x97\xce\xe1\xdd\x4d\xf7\x3a\xfe\xfb\xe6\xe7\x9b\xdb\xee\xa7\xa5\x07\xb1\xda\x4a\x41\x5a\x30\x3c\x90\xc1\x4f\xc8\x0d\x2e\x82\x54\xc4\x6a\x55\x0d\x93\xfa\xe4\x68\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\xea\x5c\xdc\x75\x4a\x2c\xe5\xe6\xf4\x87\xee\xd9\xdd\x79\x49\xc2\xf3\xf3\x8b\x7e\xb9\xee\xa2\xfc\x16\xff\x76\xfa\x43\xef\xfc\x6c\x10\x24\xbe\x65\xab\x51\xe9\xb7\xca\x98\x6e\x91\x01\x4d\x64\x4a\x86\xf3\x38\x73\xb0\xc8\xf7\x7e\xa4\x9a\x64\xe0\x19\x61\xa9\x57\x46\xb0\xd5\x13\xe0\x43\x3e\x93\xbc\xf8\xc2\x0a\xf7\x2d\xf7\x8e\xbd\xb6\x30\x17\xdf\x6a\x3a\xa5\x44\xf2\xb8\x61\xdb\x3b\x15\x91\x52\x81\x39\xf3\x61\x8d\xac\xda\xa3\xed\x8b\xb9\x3d\xc0\x8a\x8f\xc7\xa0\xe3\x57\x86\x8a\xad\xb9\x4f\x61\x25\xe1\xbb\x50\xcb\x1f\x8e\xb4\xed\xd6\x19\x87\x82\x06\x81\x1f\x02\x46\x40\xb9\x45\x45\x41\x39\xa8\x19\x9a\xdf\x97\x13\x34\xe9\x36\x4c\x0b\x8e\x5e\x11\xe2\x0b\x2c\x4a\xa3\x69\x62\xa6\xd8\x03\x97\x79\xf4\xa9\x83\x33\x28\x6d\x6e\x6d\xf3\xc5\x02\xc0\xb2\xa1\x02\x53\x34\x53\xa6\xe6\xde\xe5\x8d\x51\xd4\xb0\xf1\xfc\xcc\x9d\xec\xed\xa9\xf8\xec\xf2\xf3\xc5\xf9\x65\xe7\x6c\xd0\xed\x7c\x2c\x1f\xcc\xf0\xe4\xe6\xf6\xba\xdb\xf9\x54\x7e\x34\xb8\xb8\xbc\x1d\xf8\x37\x96\x92\x6b\x43\x07\x8b\xf7\x69\xf9\xc5\x13\x62\x39\x23\x70\x30\x8f\x7c\x14\xb1\xb1\x21\x1b\x49\x85\xec\x78\xea\x9d\x80\xc0\xf9\x49\x58\x59\x96\xa2\x92\x5d\x9e\xc5\x09\x68\xa0\x75\x4d\xa2\x71\xc9\x28\x46\xa7\xc0\xce\xa9\x20\x5d\x91\x1e\x5d\x8e\x8e\x6e\xf0\xc7\x29\x55\xf7\x4c\x85\x4f\x1f\x15\x37\x86\x81\x4d\x9c\x3b\x73\x39\x68\xc8\x30\x64\x7b\xdf\x40\x90\x77\xd1\x41\x9b\x5c\x5b\xf6\x6c\xdf\x0f\x77\x8f\x25\xd4\x94\x19\xca\x33\xed\x06\x5b\x5a\xd7\x13\x72\x4e\xd5\xb8\xd0\x77\xdf\xc9\xd1\x08\x1b\x7b\x8f\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x90\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc1\x8a\x5f\x5e\x0c\xba\xff\xd5\x2b\x69\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xea\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc6\xa0\xb3\x19\xa3\x56\x00\x59\xdc\xed\xb2\xb8\xd6\xb0\xf7\xd8\x53\xdc\x87\xdb\x64\xdf\x4f\x8b\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\x7f\x45\xe4\x90\xcb\x91\x53\xe6\x6f\x39\xdb\x52\x39\xbb\xbb\x38\xeb\x7e\xe8\x5d\x94\x6f\xc2\x1f\x7a\x1f\x4b\x77\xde\xa7\xee\x59\xef\xae\xc4\x57\x56\x5d\x7d\x8b\xcd\xd6\x40\xd1\x84\x97\x4e\xc8\x19\x7e\x7a\x42\x84\xac\x83\x45\x09\xe2\x72\x85\xbf\x5e\x7b\x37\xbb\xff\x47\x57\x18\x55\x6b\x89\x58\x57\xc5\x72\x46\xc7\x92\x8e\x55\xef\x9b\x58\xe8\xfb\xa2\x6a\x45\x5e\xf4\xdd\x38\xcb\xa3\xed\xa4\x5d\x68\x5e\xb1\xd3\x02\xd4\x8c\x26\x25\xaf\xc6\x90\x55\x90\xce\x4f\x60\x93\x9e\xe6\xda\xa0\xf1\x10\xdc\x9f\xe4\xfe\x2f\xda\x2e\x28\x18\x17\xdb\xe4\x86\xb1\xbe\xf0\xfa\xc6\x98\x9b\x49\x3e\x6c\x27\x72\x7a\x5c\x60\xf2\x1c\xd3\x19\x9f\x52\x7b\x1f\x33\x35\x3f\x1e\x66\x72\x78\x3c\xa5\xda\x30\x75\x3c\xbb\x1f\x83\xa7\xcb\xdb\x4f\x8f\x43\xb3\x63\xf9\xbf\xcf\xff\xfc\xdd\xd1\xf9\x5f\xbe\x7b\xb3\xa8\x41\x36\xed\x7f\x57\x24\x74\xa6\xf3\xcc\x79\xc4\x55\xbc\x36\xc0\xd6\x61\x25\x56\xed\xf7\x45\x79\xbb\x76\x13\x78\x4f\xaf\xee\x4a\x16\x9d\xf2\x9f\x9f\xba\x9f\x2e\xaf\x7f\x2e\x09\x8c\xb7\x97\xd7\x9d\x8f\xcb\x2d\x3b\x0b\x12\x71\x65\x19\x7e\x14\xf2\x51\x94\x67\xaf\xab\x93\xce\x85\xe1\x53\xe6\x05\x62\xf7\xe7\x2d\xce\x74\x8b\x99\x5f\xde\xfe\x50\xe6\xe9\x1f\xce\x7f\xbe\xed\x0e\x6e\xce\x7e\x5c\x3a\x13\xfc\xac\x34\xb2\x1b\x70\xe7\x9d\xca\x2c\x9f\x8a\xf8\xdf\xdb\x8f\xad\x77\x71\xdb\xfd\x58\x1d\xdd\x65\xe7\xb6\xbc\xec\xd7\x65\x2f\xf1\x9b\xef\x2f\x2f\xcf\xbb\x25\x0b\xeb\x9b\xb3\xce\x6d\xf7\xb6\xf7\xa9\x64\x93\x3b\xbb\xbb\x2e\xa1\x02\xd5\x4e\xd3\x8f\xa0\x66\xa2\x76\x5a\xf1\x34\xf7\xcd\x67\xd6\x3a\xe6\x1d\x17\x81\x85\x07\xe5\x28\x4a\xcf\x47\xe7\x2a\xe8\x58\x47\xc1\xc2\x91\xe0\x48\x6b\x79\x8d\x29\x6f\x13\x69\xe6\x75\x4b\x37\x7a\x19\xcb\xbb\x0d\x43\x80\x71\xb9\x18\x0c\x9a\x65\xf2\x11\xe3\x60\xa6\xdc\xb0\xd4\x63\xa5\xd8\x57\x34\x49\x72\xa5\x98\x30\xd9\xbc\x5d\xc3\x4e\xca\xdb\x22\x95\x39\x0b\x91\x12\xdb\x49\xd5\x75\x61\x07\x8b\x01\x07\xf5\x02\x73\x25\xc8\xc0\x0f\x0b\x6a\x68\xc9\xf1\x27\xa6\x35\x1d\xb3\x5d\x4c\x63\x75\x4c\xea\xe6\xa7\xf8\x4f\x30\x7d\xad\xc3\x80\x4a\x23\xf4\x2e\x75\xcf\x53\x2e\xc5\x07\xca\xb3\x5c\xb1\x2b\x99\xf1\x64\x4b\x53\xfe\x87\x4e\xef\x7c\xd0\xfb\x64\x85\x85\xce\x6d\xf7\xbc\xc4\x2a\xe1\x59\xe7\xc3\x6d\xf7\x7a\x80\xe0\x5e\x9d\xef\xcf\xbb\x83\x8b\xcb\xb3\xee\xcd\xe0\xf4\xf2\xd3\xd5\x79\x77\x85\x85\xbc\xb1\xf1\x45\x79\xb2\xfa\xea\xc9\xc2\x2f\x84\xbb\x70\x2a\xe7\x22\x44\x25\xd5\x48\x48\x52\x05\xf3\x9c\x44\x33\x1d\x25\xc2\x0a\x64\xf6\x67\x30\xf5\xd8\xb7\x7d\xb0\x45\x9b\xf4\xcc\xdb\x2c\x23\x34\x37\x72\x4a\x41\xc7\xcc\xe6\x7d\x41\x87\x52\x19\xd0\x2f\x02\x1d\x13\x95\x0b\x61\x15\x5c\xdb\x18\x62\xe8\x25\x19\xa3\x82\xe4\xb3\x28\x50\xd0\x69\x4a\x23\x2e\xc0\x87\x67\x95\x18\x54\x8a\x8b\x2e\x0b\x3d\xd3\xea\xb1\x7d\x81\x39\xb5\xa8\xba\xae\xb3\xc2\x27\x6b\xbd\xd5\xb8\x3a\x53\x7a\xcf\xec\xaa\x4c\xf3\x64\x62\x85\xe5\xb1\xb2\x3a\x3d\x4a\xd3\x09\x15\x68\x1a\x75\xaf\x5b\x51\xb7\x2f\xac\x44\x4c\x33\x2f\xb4\xa7\x6c\xc6\x44\xca\x44\xc2\x31\x3c\x10\xac\x8a\x41\xb9\x1e\x2b\x3a\x9b\x10\x2d\xc1\x1a\x07\xcb\x0e\x66\x0b\xfc\xc8\x3b\x14\x5d\x16\x31\x3c\x8e\x65\x6e\x95\x5b\x0d\xfe\x12\x94\x71\x5c\x65\xf8\xd8\x0b\xdc\x5e\xd1\x44\x54\xc2\xe9\x2c\x63\xd0\xa5\x5b\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x76\x8d\x2c\xef\x8e\x14\xf9\x81\x8a\x34\xb3\xad\x78\xad\xad\x7c\x16\x21\xc6\xa5\x63\xa9\xc6\x9f\xc6\x5d\xee\x95\x84\xe6\x7a\xa3\x8b\x65\x79\x4c\x27\x05\xab\xec\x51\x61\xae\x06\xf2\x76\x01\x9d\xb0\xba\x33\x6a\x69\x20\x93\x6e\x95\xf0\xf5\x1c\xa1\x8f\x09\x8c\xa6\x41\xd2\x9d\x29\x2e\x12\x3e\xa3\xd9\x56\xd7\x60\xc5\xcb\xef\xbc\xe7\xef\xf8\xc8\x92\xcf\xfb\x05\x23\x93\x61\x6a\x0a\xc1\xcd\x6e\x98\x61\x0b\x57\x5d\x31\xb8\x3b\x96\x90\x69\xd9\x13\xba\xc5\xde\xa0\x0b\xa1\x69\xba\x95\x56\x5c\xef\xe8\xc3\xa2\xd9\x55\x7d\x9b\x75\x0b\x16\x3d\xfc\x75\xd9\x56\x7f\xa2\x33\xbb\xc5\x88\x30\x48\x68\x31\x47\x17\xb3\xec\xf0\xab\xbd\x1d\x3e\x32\xcc\x85\xf8\x90\xf5\xc5\xfd\x62\x09\x9d\x27\x65\xb1\x93\x92\x81\x32\x0a\x27\x77\x24\x39\xca\x8d\x3d\x4d\x14\x4c\x9c\xe4\x1d\x6b\x8f\xdb\xe4\xf2\xa7\xee\xf5\x75\xef\xac\xdb\x22\x9d\xab\xab\xee\xc5\x59\x8b\x30\x93\xbc\xf7\xae\x3e\xe7\xf9\xe8\x0b\x23\x9d\x06\x39\x27\x13\xf9\x08\xac\x8c\xa9\x31\x2b\xcd\xd9\xbb\x49\x00\x24\x60\xcc\xb5\x51\xce\x59\x23\xd2\x18\xf5\x93\x4f\xab\x3a\x09\x52\x48\x6e\x26\xbb\x90\x06\xd5\x3a\x9f\xd2\x61\xc6\x06\x9c\x4e\x07\x4a\x66\xab\xce\x70\xed\x91\x2a\xd4\xb8\x81\xd3\x9c\x07\x34\x49\x64\x2e\xcc\xda\xad\xad\xda\xc7\x33\x58\x26\x4d\x66\xf6\x40\x81\x8f\x78\x11\x84\x32\xba\xa5\x12\xf0\x5b\x83\xad\x14\x58\x46\x56\x84\xf9\x3b\x30\xd3\xfa\xb5\xbc\x2e\xaf\xc0\x61\x3d\x71\x3d\xeb\x96\xeb\x14\xf1\x6a\xbd\x46\x1c\xc1\x75\xee\xb2\x7e\x75\xad\x2c\x6b\x89\x3c\x39\xbb\x3a\x45\x3e\x55\x87\x82\x8a\xbe\x93\x0a\xee\x3e\xb8\xe6\x2a\x00\xc3\x48\x8f\xf6\x20\x23\xff\xf8\x25\x97\x86\xea\xf7\xed\xbe\xb0\xcc\xf0\x9e\xcd\xd1\x9f\x6f\xd9\xcd\xef\xed\x15\x78\xa4\x99\xd0\xe0\xff\xfd\x3d\xaa\xe6\x96\x61\x3e\x50\xc5\x2d\x69\xa1\x44\x88\xb8\xc6\x65\x80\x56\x70\xd9\xb9\x46\x1d\xb7\x2b\x3c\xa2\x05\xaa\xab\x7f\x86\xc3\x1f\x33\x03\x21\x93\x86\x1b\x10\x55\x52\x04\x4e\x5e\x18\xfa\x4a\xad\x08\xa8\xe2\x0c\xc3\x3d\x77\x0a\x36\xd8\xe6\xc8\x6c\xaa\xd7\x56\x8f\x03\xd7\xb3\x8c\xce\x17\x2c\x64\xab\x8e\xd1\x85\xdd\x9c\x19\x4d\x58\x11\x6e\xea\x23\x73\x13\x39\x9d\x82\x21\xd6\xa7\x98\xa4\x7c\x04\x16\x59\x63\x8f\x18\x19\x32\xf3\x08\xf6\x7f\xff\x6b\x30\x3a\x5a\x31\x98\x0a\x44\xa5\x06\x6a\xe9\xdb\xb5\x4a\x73\xd0\x36\xfb\x6f\x5a\xa4\xff\x26\x65\x0f\x2c\x93\xb3\x29\x13\xc6\xfe\xc0\x4c\x2d\x43\xeb\x4e\x29\xcf\x2e\xa4\x09\x26\xe5\x5d\xb6\x45\xb1\x84\xcf\x38\x13\x46\x0f\x98\x6d\xf7\x49\x03\x42\x56\xa9\xf6\x3e\x8f\x05\x46\x42\x68\x9a\x5a\x8d\x00\x90\x4e\xfd\x20\x9d\x21\x02\xe3\x68\xc2\x02\xac\x47\xc3\xc1\xf5\xbb\x5f\x32\xae\x37\x71\x24\x52\x05\x60\xa7\xd0\x71\x81\x4d\xb9\x94\x6a\x1d\xd2\x6d\x81\xa0\xe8\xb5\x9b\x45\xc5\xad\x41\x18\xb6\x77\xe1\x7a\xe3\x2c\xaf\xcc\x8d\xfd\x6e\xe9\xd0\x74\x9c\x72\xe5\x11\xd9\x0b\xd1\xc6\x79\x45\xab\x8e\x58\xb6\x72\xc4\x49\x26\x75\xae\xd6\xb4\x1f\x95\x07\x7d\xea\x3e\x5d\x36\xee\x6e\x2c\x09\xe6\x99\xd1\x1b\x09\x9b\x35\x0b\x5f\x89\xd8\xc5\xc3\x6d\xdc\x2d\xeb\xde\x6e\x11\x2e\x92\x2c\x87\x28\x17\xab\xc1\x7b\x97\xb1\x48\x49\x71\xb5\xf5\x45\x08\x73\xa1\x9a\x3c\xb2\x0c\x2c\x06\x56\xab\x04\xb6\xed\x86\xeb\x5a\x62\x29\xd1\x86\x1a\xd6\x22\x32\x37\xb6\xb1\x16\x82\xd7\xbb\x2d\x38\x1a\x52\xc8\xfb\x2a\x4a\xd2\xf4\xc5\x9d\xf6\x3e\xce\x90\xae\x83\xb4\x8e\x0c\x8c\x0b\xf2\x91\x19\x68\x05\xf2\x27\xe3\x09\x22\x48\x7f\x2d\x0b\xaa\xae\xfd\x0e\x27\xca\xcd\x64\x83\x9d\x2f\x82\x63\xbe\xcf\xe4\x70\xe9\xbe\x77\xc8\x14\xd5\x12\xd7\x8b\xb7\xba\x14\x0a\x69\x94\x67\xb2\x8a\x46\x99\x52\xa5\xa0\xc5\x15\xc7\xbf\x1c\x50\xb3\x9c\x3c\x21\x9c\x85\x0b\x0c\x2e\x82\x18\xb0\xea\x38\x9d\xa9\x62\xd5\x18\x41\xa1\x1e\xbc\x1e\xb5\x1d\xc7\x3b\x5d\x34\x55\xac\x22\x82\xb2\x89\xe3\xa9\x27\x03\x07\xc4\x4c\x18\x57\x64\xad\x69\xf9\xf3\x3b\xc0\x33\xbf\x3e\xd1\x14\xb4\xdd\x64\xa9\x40\x26\x12\x18\x84\x1d\x98\xcb\xf7\x2c\x55\x94\x68\xf7\x45\x65\x10\xce\xf6\xa5\x09\x90\x97\x3f\x0d\x25\xde\xdf\x22\x23\xfe\xc5\x35\xea\x83\x81\x8a\x57\x23\x6d\xab\xc1\x06\x33\xa1\x8b\x64\xb7\xc1\xfd\x78\x05\xdf\x2f\x35\x32\x48\x6d\x15\xea\xc4\x0a\x56\x8a\x25\x52\x59\x96\x08\xdd\x06\x17\xc5\xca\xbb\xd1\x50\x65\x17\x85\xae\xd2\xba\x4a\xe3\x28\xf2\x9f\x53\x6a\xd8\x91\x55\xdc\x57\x38\x67\x67\xd2\x76\x43\xf8\xd4\xea\x16\x51\x6c\x63\xc1\x61\x87\x6c\x4c\x85\xb7\xe6\x36\x8c\xd6\xb3\xf6\x1d\x0e\xb3\x95\xac\xe8\xd4\xaa\x99\x20\x47\xd8\x01\x95\xc7\xa1\x67\xb0\x9c\x4b\xc7\xe1\x34\xef\xe7\x5a\x35\xb3\x64\xd9\x1e\x69\x30\x04\x34\x0c\x36\x87\x4a\x60\x2f\x66\xb0\x19\xd5\x86\xb8\x31\x35\x8c\x38\x96\x66\xf7\x10\x94\xbd\x0c\x2a\x3d\x56\x1c\x36\x11\xce\xe3\x21\x12\xcd\x8c\xe1\x0e\xd2\x3b\xd7\xcc\x85\xd2\x4c\x99\x1a\x7b\x81\x0f\x51\x1e\xc3\xd1\x76\x70\x8f\x9e\x8f\xc6\xbc\x04\xec\xfa\x8b\x4d\xb7\x49\x47\x2c\x04\x04\x7a\x1b\x46\x69\xbd\x90\x6b\xd3\xec\x91\xce\x35\x99\x29\x8c\xbf\x41\x63\xbf\x9f\x3c\x18\xed\xca\x1f\x79\x0b\x9d\x15\xa8\xd0\xdb\x02\xf5\x71\xe2\x91\x35\x6c\x56\x84\xe7\xbf\x3e\xb3\x5b\x53\xf6\xaf\x18\xa2\xeb\xd0\xfd\x83\x0a\x54\xcb\xe9\x16\x84\xd9\x22\x66\x36\x0e\x91\x70\x89\x79\x20\x5b\x3a\xed\xa2\x5b\x36\x62\x37\x09\x7c\x60\x02\x39\xa7\x43\x96\xed\x6c\xbc\xde\xca\x54\x0f\x5d\xbb\x94\x49\xab\x7e\x33\x34\xc6\x43\xb1\x23\x55\x65\x6d\xde\x88\xa3\xf2\xf5\x4c\xf3\xc5\x3c\x4b\x20\xa5\x3b\x4c\xd4\xe7\x00\x6f\xcf\xbf\x9b\xf2\x83\xe3\x8b\xa4\x48\x10\xae\xbf\x45\xaa\xe6\x9b\x5d\xc6\x10\x65\xf2\xd6\x0e\x81\xec\x23\x97\x77\x2f\xd6\xa0\x40\x33\x6b\xe2\xd6\xf4\x46\x44\x48\xc1\x08\xd7\xc5\xcb\xa6\xec\x84\x24\x63\x26\x98\x82\x98\x4f\x1f\x39\xb1\x88\x8a\xfd\xcc\x4a\x79\x27\x28\x93\x64\xc4\x59\x96\x6a\x22\x98\xd5\x69\xa8\x9a\x43\xdc\x3f\x32\xb4\x75\x64\xa3\x7d\x49\xab\x35\xd7\x87\x13\x23\x7d\x8e\x25\xe0\x70\x58\x49\xac\x32\x2e\x82\x79\x11\xee\x25\xf7\x91\x8b\x42\xeb\x8b\xa0\x05\x03\xfd\x71\x6d\xb5\xbb\x36\x81\x6d\x33\xc5\x57\xf6\x8e\xb1\x3f\xf8\x3d\x6c\x79\x59\x56\x23\x8a\xc5\x26\xba\xbf\xbf\xb7\x8a\x75\x2c\x07\xbe\xfb\x04\x9d\x31\x7f\x60\xa2\xb6\x5a\x96\x27\x8a\xac\x64\x86\x5c\xce\x75\x1c\xac\xf6\x0b\xb0\x53\xad\xbf\x52\x76\x93\xf3\x05\xcb\x15\x82\x66\x17\x4a\x76\x36\x0f\x4e\x9c\x58\x55\x71\x39\x3b\x58\xf4\x88\x6a\xf2\x7b\x21\xcd\xef\xa3\xb4\x26\xaf\x0e\x23\xea\xba\x33\x4d\xb4\x4a\xe9\xd6\xdc\xc7\x68\x3b\x22\x21\x34\x9c\xd5\x74\xf5\xca\xef\x9a\x4b\x57\x38\x55\x9e\x54\x7a\xeb\x2e\x3a\x9a\x9b\xf0\x2a\x10\x72\x69\x6f\x36\x80\xe7\xa8\xf7\x41\x90\x0c\x14\x03\xb7\x89\x90\x64\x2a\x15\xab\xc0\x3e\x21\xf3\x0e\x91\x18\x08\xb7\xb3\x3e\x95\xd6\x98\xc3\x10\xca\xa6\x38\xe6\x25\x33\xd8\x72\xf3\xd7\x3e\x42\x2c\xa6\xe5\x70\xfb\x25\x14\xb0\x22\x99\xa9\x5e\x25\xdf\x26\x2c\xa2\x49\x26\x0d\x86\xe8\x18\xdf\xbe\x29\x85\xa7\xdd\x17\x1f\xa4\x72\x77\xa7\x76\xe9\xb1\x43\x9a\xdc\x1f\x31\x91\x12\x9a\x9b\x09\xa6\xd2\x38\xdb\xf1\xdc\xed\xac\x95\x0b\x80\x04\x42\xaa\x06\xd7\x09\x55\x8e\xe9\x8f\xe8\x83\xf4\xa3\xe8\x8b\xa8\x11\x48\xc0\x05\xc4\x05\x40\x85\x6b\x12\x20\x18\x20\xdc\x34\xad\x45\x1d\xf6\xd9\x02\xf2\xd9\xf2\x33\x13\xe3\x27\xf5\xa1\x3f\x96\x0a\xa6\x75\xff\x0d\x8e\xba\xb2\x42\x3d\x6f\x8f\xf2\xfa\x8d\x8e\xab\x48\x84\x37\x5b\x2e\xe0\x09\x2d\x32\x6e\x16\x56\x4c\xf9\xce\xf3\xce\x52\x62\xd1\x28\x57\x10\xba\x54\xd7\xe6\xbb\x64\xc2\xb3\xc2\x46\xfd\xbe\xe5\xce\x23\x36\x99\xb1\x07\x96\x61\x02\x6a\xa2\xd8\x94\x09\xe7\x6d\xff\x8e\xfc\x07\x62\x82\x91\x3f\xf6\xc5\x47\x60\xab\x59\x36\x6f\x11\x3e\x2a\x5a\xa6\xa6\xd2\xcc\x7d\xed\x00\xec\x96\x21\x67\x29\x0d\x04\xf7\x7b\x42\x1f\x58\x5f\xf8\x66\xfe\x83\xdc\x93\x3f\x90\x3f\x36\x19\x72\x5c\x12\xd9\x53\xeb\xf9\x40\xc5\xbe\xaf\x88\x33\xb4\x9c\xf8\x08\x9c\xc3\x9b\x01\xca\x55\x5d\x83\xaa\x16\x04\xdc\x90\xf9\xc6\xc5\x83\x5c\xf4\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xeb\x6a\x09\xa3\xb0\x97\xfa\x85\x4c\xd9\x4a\xc7\x53\x10\x90\x3f\x83\xe9\x42\xe7\xc3\xb0\x1d\x10\x13\x17\x94\xee\x32\x81\xd5\x0f\x38\x64\xa6\x6c\x33\xdc\x6d\x7d\x65\x97\x4e\xba\x6a\x01\x47\x77\x03\xa8\xf7\xd7\x60\xbd\x60\x08\x3f\xaa\x9e\xc2\xaa\x85\xd8\xbe\x6c\x67\xee\xee\x9c\x28\xe7\x06\xb2\xf5\x15\x1f\x73\x2b\x6d\xaf\xef\x8f\x03\x26\xb8\x8d\x99\x1b\x93\x5b\xd7\xb2\x73\x17\x4b\x31\xcb\xa8\xb1\x54\x7e\x14\xc8\xae\xf0\x31\x0d\x65\x5e\x95\xb9\xdd\x02\x70\x1d\x07\x46\x39\xf1\x7a\x6e\x59\xf0\x18\x83\x6e\xd8\x84\x63\x7e\x5c\xe7\xf4\x9c\xd8\x43\x21\xa7\x0c\x11\xe1\xec\xa2\xe5\x66\x22\x15\xff\x67\xa3\x43\xb6\x59\xc2\x2e\x1c\x69\x51\x25\x5a\x18\x67\x59\xd6\x06\x1a\x45\xc9\xc0\x94\x14\x89\x3a\x0d\x87\x0c\xed\xf7\x0a\x84\x8f\x51\x9e\x61\xee\x75\x22\x55\x8a\xf8\xa4\xba\x5c\xf7\x56\xf9\x22\xcf\x18\xb2\xe5\x1b\xe4\x2e\x79\xc4\x65\x77\x27\x13\x2a\xc6\xcb\xe5\xc8\xbf\xe6\x2c\xdf\x53\xd0\x8c\x83\x5c\xf9\x4a\xee\x78\x3a\xd6\x45\x9d\x6a\x5c\x1b\xcb\x92\x2b\xa5\xb1\x9d\x43\x9e\xea\xfb\xc2\xa0\x16\x72\x08\x50\x8d\xae\xea\xf3\x6b\x18\x5f\xae\xdd\xf1\xdb\x83\xf9\xe5\x39\xfc\xf5\x8b\xf2\x51\x0d\xff\x01\xfa\x73\x59\xcd\xcf\x6a\xdd\x08\x3c\xbc\x22\x77\xec\xdb\xd2\xb1\x81\x26\xed\x07\xe5\x46\xe8\x98\xeb\xa2\x73\xb3\x9e\x3a\x6e\xca\x76\x94\x8d\x49\x02\xfb\x1e\x80\x1b\x6b\x67\xf3\x6d\x64\x96\x2c\x42\x11\x31\x16\xd5\x47\x89\x3f\xad\xa9\xa5\xec\x18\x2c\x47\xc3\x46\x7e\xc1\xa6\x28\xe5\x68\x44\x5b\xdc\x4e\x8b\x8a\x50\xfd\xd8\xfc\xe3\x75\x87\xb2\xd4\x1d\xb2\xa6\x73\x03\x34\xfa\x65\xc7\xf6\xdc\x45\x1b\x95\xdd\x02\x18\x42\x21\x23\xc7\x28\x78\x08\x72\x4d\x8c\xa2\x10\xbd\x27\x85\xee\x8b\xcf\x28\xc5\x72\x8d\xfa\xa2\x03\xf6\x01\x75\xd4\xa1\x88\x00\xf3\x74\xa0\x03\x66\x42\x85\x4b\x44\xa8\x73\x41\x04\x5c\xc4\x70\x12\x62\x27\x44\x5d\x67\xd0\x91\x13\xdd\x6b\x9b\xf4\x0b\x1d\x47\xc8\x56\x22\x1a\x9b\x6c\xc5\x5c\x43\xa4\x2b\xcd\x1a\x75\xc6\xa1\x94\x19\xa3\xa2\x49\xac\xae\x7d\xbc\x60\x2d\xe2\x71\x14\xa3\xd5\xfa\xac\x64\xa6\x72\x66\x75\x0a\x8a\xa9\x18\xd1\xbc\x28\xc0\x17\x9b\x00\xca\x82\x8a\xa1\x1d\x68\xba\xc2\x21\xd2\x8a\x4f\xfe\x90\x65\x1b\x45\x9a\xe0\x07\x4b\xa9\x08\x5e\x29\x10\x72\xd7\x0a\x6f\x8f\x03\x20\x6a\x93\x01\x56\x0d\x2c\x4e\x21\x58\x6a\x1a\x2e\x87\xe1\x6f\x39\xc4\xdc\x4c\x6a\x83\x9e\x97\x0d\xd0\x47\x5d\xaf\x23\xb1\x9e\x80\xf4\x48\xe4\x03\x53\x8a\x63\xc6\xba\x1b\xe9\x3a\xbb\xea\x12\xbc\x07\x72\xe4\xc3\xaa\xd7\xe7\xaa\xd5\xcc\xf7\x0d\xb4\x7b\x85\x89\xb3\x64\xa6\xb8\x54\x2e\xc1\xbc\xd1\xc6\xbe\xea\x72\xec\x54\x02\x31\x00\x1e\x69\x0a\xfc\x5b\x17\xe8\x12\xde\x8e\x16\x6e\xcf\xd2\xea\x40\xbe\x14\x7c\x9c\x4a\xa6\x23\x81\x15\x16\x16\xb9\x01\x1f\x31\x3b\xe8\xbe\xb0\x12\x7b\x2c\x5c\x63\xda\x95\xcf\xc2\xb2\x9d\x26\x4a\x6a\xed\x62\x2b\xb0\x1d\xdd\x5e\x7a\x2f\xdf\xba\xa4\x98\x7d\x78\xcd\x9e\x2f\xcc\x72\xb1\xf4\x40\x04\x87\x59\x2f\xc7\x0d\x59\x48\x00\x6a\xe4\xa2\xbb\x46\x60\xf9\xa3\x41\x14\xa3\xda\x59\x12\x20\x50\xa9\x12\xa2\xb1\x81\xd4\x15\xc6\x8c\x01\x8b\x47\x21\xe5\x2e\x22\x21\x97\x50\x8b\xa8\xdf\x5c\x13\xae\x14\x03\x50\xd1\x61\xe6\x1c\x64\x25\xaa\xe1\x45\x69\xcb\x62\x45\x82\xd2\x8c\x3d\xc3\xad\xa3\xf9\xd4\x9e\x67\x40\x12\x10\xf2\x48\xce\x40\x0b\xab\xbe\x05\xf9\x92\x7c\x64\x29\x31\xae\xac\x69\x45\xd5\x23\x40\xa7\x66\xc2\xd4\xb9\x0d\x7c\x23\xe0\x66\x60\x29\x6e\x23\x52\x6e\xff\x4d\xe7\xfb\xcb\xeb\xdb\xee\x59\xff\x4d\xe1\x0c\xf6\x81\x43\xfe\x92\x0c\xe9\x5c\x52\xf4\x45\x70\xe9\x84\xb2\x13\xb0\x97\x84\xa6\x69\x91\xbd\x84\xe1\x84\x03\x34\x4d\xaf\x7b\x2a\x56\x7a\x75\x16\x9b\xf9\xc0\xbf\xb0\xf4\x9a\x9a\x9d\x7c\x41\x4b\x7d\xed\x6b\xd9\x3c\x6b\x49\x3c\x17\x7c\xc1\xee\xb6\xe4\x46\x08\x53\xb9\xb3\xdf\xad\x4f\xc1\x78\x12\x60\xaf\xbc\xf1\x4c\x5b\xe6\x6b\xf5\x74\x1a\xaa\x81\x8c\x80\x06\x44\x32\x6f\x11\x08\xae\xb7\x54\x3b\x27\x7f\x22\x53\x2e\x20\x10\x76\xd9\xda\xde\x95\x27\xb2\x09\x14\x58\xef\xe2\xae\x0c\xd4\xf9\xc3\xe5\x5d\x19\xe0\xa6\xf3\xf3\x72\x50\xaf\x72\x0b\xcb\x8c\x23\xc5\x1c\xa3\x60\x23\x89\x4b\x11\x96\xa6\x6e\xa2\xe7\x55\xb1\xe7\xdb\x4a\x35\xcc\x82\x04\xb6\xef\x2c\xc3\x28\xd4\xe4\x45\x24\x18\xba\x99\xee\x96\x5b\x88\x8a\xea\x55\x59\xfb\x7d\xd2\x0b\xba\xd6\x9d\xbc\x7d\x60\x44\x31\x01\xb0\x04\xd4\x5f\xbf\x1b\xa7\x13\x14\xad\xfa\x98\xf6\x0d\xa4\x37\x52\x7c\xed\xed\x29\xda\x99\x94\x67\x74\xc8\x01\x7f\x08\x6e\x60\x9f\xdd\x55\x97\x83\xdf\xee\x8b\xb8\x6c\x11\xde\x99\x96\x06\x7c\x02\x1f\x17\x63\x22\x05\x23\x52\xa1\x63\x34\xb0\xc3\x56\x9c\x5a\x50\x0d\x8d\x33\x13\x32\x97\xb9\x0a\x3d\x2e\xf4\xe3\xa8\x4f\x4f\xa8\x0f\x9e\xf0\x72\xa6\x73\xed\xc5\x19\x98\xd0\xde\x4c\xb1\x42\x75\x85\x8e\xd9\x03\x13\xe4\xd1\xaa\xa9\x34\xca\x6c\x8f\x82\xd6\xac\x48\x2a\xde\x9a\x10\x99\xc2\x33\x57\xc8\x9b\x06\xb7\x56\x61\xb8\xd2\x94\xbb\x96\x97\x13\xf0\x1e\xb2\x0f\x20\x9d\x62\x3b\xe2\x83\x2f\x9b\x6c\x31\x0e\x18\xce\xd2\x40\x6c\x19\xc2\x08\xe9\x5a\x92\x65\x5f\x66\x2c\xd9\x26\x64\xfc\xca\x17\xa6\x58\x66\x1b\x8a\x35\x17\x07\x8f\xe2\xb6\xce\x48\x6f\xa9\xaa\x8e\x76\xc5\x38\x37\x4a\xdc\xb0\x03\xfd\xc9\x65\x3a\x6e\x38\x4e\x9f\xba\x31\x52\x72\xba\xde\x10\x9f\x27\x58\xf9\x76\x21\xec\xb7\x64\x6c\x79\x21\x51\xca\xab\x47\xd9\x14\x9e\xbc\x8a\xeb\xfd\x84\xf7\x62\xc8\x44\x80\xa4\x6c\x86\xa8\xc0\xc1\x05\xe5\x22\x83\xe3\x3e\xe3\x3b\x2b\x38\x63\x7c\xd0\x4e\xe5\x14\x94\xdc\x3c\x43\xab\x6c\x83\x34\x84\x91\xba\xf5\x21\xc6\x70\x7d\xd6\xd9\x97\x23\x4f\xb5\x4b\xb4\xb2\x8b\xa7\x0d\x9d\x86\xb4\xda\x6a\xaa\x74\x65\xb9\x56\x70\xa3\x7d\x85\x8c\x3e\x41\x58\x71\x9d\xae\x5b\x0a\x75\x76\x21\x1d\xfb\xc9\x27\xac\xdc\xd0\x4b\x07\x56\x4a\x28\x8c\x07\xe4\x30\x12\xe3\x24\xba\xc5\xad\x2c\xdd\x7c\x08\x9e\xea\xcd\xd8\x5b\x6a\xc9\x48\x9d\x4c\x55\x22\xc1\x49\x7c\xc7\x83\x91\x65\x4a\xe7\x51\xa8\x99\x83\x81\x81\xcb\x99\x8b\xf0\x57\x99\xd5\x7a\x62\x8e\x49\xb4\x2e\xdc\xa3\x4d\xbe\x9f\x87\x6b\x91\x66\x59\x3c\x12\xed\x00\xa1\x71\x94\x68\x3c\x86\x4b\x8c\xf4\x2e\x3a\xa7\xb7\xbd\x9f\xba\x10\x46\x35\x97\x39\x79\xe4\xda\x6a\x08\x7d\x01\xd6\x55\x44\x11\xc7\x0a\x68\xf8\x62\x0b\xde\x82\xe0\x4a\x9d\x0f\xa7\xdc\xea\x53\xc5\x24\xef\x80\x23\x5c\xfb\x50\x3b\x3c\xc7\xf6\x03\xb8\xb6\x7d\x10\x5f\x5d\xbc\xfc\x8a\xf3\xb1\x85\x1a\x5c\x34\xb2\x6b\x9c\x5e\xe4\xfc\x79\xda\x48\xbd\x48\xcc\x8e\xd5\x9a\xda\xe3\x75\x08\xd5\xab\x3f\x94\xe5\x7c\x55\x48\x2a\xe6\xda\x54\x2e\x93\xe6\x2c\xd5\x62\x0b\xf6\x11\xa7\xe7\xa5\xed\x4d\x82\x37\xfc\x27\xf5\xd2\xce\x4d\x40\xc1\xae\x15\xc1\xae\x1a\xe5\x9b\x97\x96\x2d\x14\x21\xfe\x6f\xed\x52\xdb\x44\xdd\x2a\xe2\xdd\x63\x52\x88\xe2\x39\xca\x71\xe2\xac\xca\xba\x85\x34\xe0\xcb\x4e\x00\x4d\x6d\x21\x90\xa4\x2f\xea\xe5\x86\xe5\x34\xb6\xab\x5b\x7a\xaf\x59\x45\x61\x47\xae\xc3\x2c\x9c\x45\xe4\x73\x88\xc3\x43\x65\x34\x14\xae\x62\x95\x73\xe5\xed\xaf\x0d\x5a\x00\x88\x0b\xdb\x44\x34\xd5\x9c\xca\x35\x9d\xc6\x2b\xcf\x85\xbb\x32\x9f\x46\x83\xda\xd1\xbb\x0e\x89\xb5\xfb\x4f\x07\x06\x23\x66\x0b\x2c\xe4\xce\x7d\x06\x85\x31\x22\x1c\x86\xb5\x56\x6e\x0d\x48\xa3\x06\x1e\x86\xc5\x51\x63\x30\x74\x38\x3c\x32\x0b\xc0\xd3\x15\xee\x16\xc4\x9d\x5c\xa4\x4c\x09\x46\xcd\xe4\xf9\xbc\xb5\xa7\xbb\x9a\x0c\x9f\xcd\x73\x7b\xba\x17\x1c\xb5\x8a\x17\x77\x43\x07\xee\x06\xde\xd0\x02\x70\x6a\x41\x89\xaa\x83\x9b\x2c\x82\xc6\x9d\x9e\x55\x06\xf3\x7a\x0a\x47\x74\x6d\x8b\xaf\xc1\x77\x1c\x1f\x53\xfa\xe8\xcc\x2e\x03\xcb\x19\x07\x08\xc0\xb2\xc1\x6a\x5c\xd3\xc7\x4b\xf8\x1e\x4a\x09\xe2\xd7\xeb\x5f\xbc\xcb\x94\xb5\x60\xe9\x03\x3c\xd2\x12\x30\x8c\x2b\x0f\xbc\xfc\xf6\x34\x0d\x4e\xae\x75\x40\x9e\x51\x9d\x29\x21\xee\xe2\x2f\xee\x87\x06\x64\xe6\xca\x67\xd5\xd9\xc6\x3a\x98\x98\x57\x4d\x18\x54\xa5\x19\xd3\x20\x5d\xa3\x5a\x55\x11\xa0\x97\xa9\x77\x7d\xf1\x83\x7c\x64\x0f\x4c\xb5\x08\x35\x64\x2a\xad\xd0\x24\x58\x5c\x37\x93\x96\x13\xa4\xd1\x7b\x40\xc9\x05\x9d\xb2\xb4\x0b\x57\x6f\x14\x74\xe8\x94\x4c\x67\xc0\xad\xcb\x41\x83\xbc\x2a\x57\x72\xca\x0d\xb4\x2f\x68\x02\x95\xa8\xc0\x8d\x06\xd4\xc8\xfd\xc4\x80\xd5\xfc\x3e\x98\x97\x7f\xdf\x26\xb7\x56\x46\xe0\xba\x3c\xde\x28\x96\xbd\x69\x6c\x7d\x31\x56\x32\x9f\x05\x25\x40\x0e\x41\xfb\x40\x33\x73\x8d\x79\x19\x06\xe3\x6d\xcb\x09\x4d\xad\x04\xb2\x9c\x70\x4a\x6a\xea\x0b\xb3\xba\x94\x03\x43\x63\x02\xb2\x17\x73\xf0\xe0\xb9\x28\x0d\x20\xa3\x66\xd0\x8a\xfd\x99\xa9\x17\x30\x03\x35\xc8\xbf\xc1\x3a\x50\x8a\x12\x6a\xe0\xca\x1b\x58\x54\xbc\xf5\xa1\x3e\xbc\xad\xe8\xd6\x55\xf2\x02\xc6\xc1\xea\x01\xfb\x1b\xf6\x7e\xfd\x74\xc9\xca\x28\xaf\x72\x35\x93\x10\x1f\x9e\xcd\x7d\x4c\x9d\x8b\x79\x9f\xc9\x59\x8e\x19\x03\x3c\xf6\xe7\xd5\x0e\x88\x6b\xf3\x89\x9a\x64\x62\x45\xaf\x22\xf6\x7b\x1f\x69\x9c\x25\x46\xfa\xb4\xaa\x5e\xcd\x0c\x4e\xe3\xde\x1b\xcc\x18\x6b\x6b\xf1\x98\x09\xea\x43\x35\xe0\xaf\x2c\x23\x53\xdb\x6b\x09\x98\x30\x42\xaf\xaa\x5d\xeb\x12\xf6\xd3\xde\x7d\xda\x3b\x88\xe2\x50\xb9\x85\x0b\x12\xd5\x6e\x73\xc6\xfa\xda\x23\x9d\x2b\xbe\x95\xc4\xed\x8c\x3d\xec\x81\x09\x53\xe8\x6e\x53\x3a\x23\xdc\xf2\x6d\x7b\xf3\xa8\x31\x6b\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xae\x25\xdb\x57\xd6\x78\x8e\x51\xda\xc0\xf0\xb3\x84\x46\xb0\x67\xae\x62\x55\x62\x72\x1a\x5c\xe4\xb0\xc3\x19\x17\xf7\xb6\x33\x84\x63\xf0\x86\x75\x65\xf9\x9b\x54\x3e\x1a\xba\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\x46\x1e\x5d\x75\x14\xb8\x18\x47\x79\x1c\xf5\xfa\xe6\x3a\xb0\x0a\xb5\x5f\xae\x87\x0a\x51\xfb\xa9\x97\x27\xb6\xf9\x76\x49\xe8\xfb\xd6\x90\xb3\xa5\x10\x15\x17\x92\xe1\x24\x92\x38\xc3\xc6\x69\x2d\x90\x1f\xc7\xb1\x12\x9b\x93\x50\xfe\x3d\xfc\x0b\xc1\xac\x70\x69\xfe\x9d\x48\xd5\x17\xf8\x7b\x2b\xe0\x5e\xd8\x17\x8a\x14\xb5\x86\xa4\xee\x40\x4f\x1e\xc4\x76\x3b\xb9\xf2\xb6\x73\xf3\xe3\xe0\xba\x7b\x73\x79\x77\x7d\x5a\x12\x2e\x4f\xcf\xef\x6e\x6e\xbb\xd7\xb5\xcf\x10\x06\xbf\x77\x79\x31\xf8\xeb\x5d\xf7\xae\xe1\x91\x6f\xe0\xbc\xf3\x7d\xb7\x54\x48\xf0\xaf\x77\x9d\xf3\xde\xed\xcf\x83\xcb\x0f\x83\x9b\xee\xf5\x4f\xbd\xd3\xee\xc0\xd5\x68\x3e\x5d\x5d\x6a\xa4\x7e\xbc\x4d\x08\xc1\xb4\x52\xb9\xbc\x40\xea\xf0\x17\xf0\x70\xee\xb6\x93\xff\x13\x6c\x0a\x57\xb8\x07\x47\x2d\xff\x2f\x04\x85\x3d\xb2\xc7\xde\x5b\x95\x8a\x13\xd3\x17\xc1\xec\x17\x78\xbc\xa1\x63\xed\xeb\x0e\x96\x46\x7b\x42\x3a\x33\x57\x5b\x50\x96\x3b\x35\x54\xdf\x17\x23\xf5\xd6\x5e\xa0\x03\xa8\xf6\xa1\x5d\xa5\xbd\xca\x96\x94\x1b\x74\x73\x82\x21\x38\xab\x57\x4a\x0a\x34\xe6\x05\x5c\x5f\xd7\x68\x65\x2f\xa1\x52\x30\x2e\x8e\xc6\x71\x41\x6a\xd8\x5c\xd0\x29\x4f\xf0\x87\x4a\x76\x94\xcb\x9b\x9a\x32\x61\xaa\x2d\x96\x48\xa0\xdc\xf2\x84\x91\x1f\xff\x52\x0c\x0a\x6c\x15\x4e\xf7\xcf\x17\x60\xde\xdc\x03\x95\xe3\xaa\xae\x22\xa0\x52\x4f\x5e\xbb\xa9\xa9\x90\x05\xa1\x1c\xb9\x88\x12\x14\x4a\xd1\x4e\x4d\x58\xdb\x35\x8c\x73\xa7\x04\x38\x7d\x3f\x08\xb5\xfa\xb7\xe2\xe4\xb7\x54\xdf\xd7\x40\x59\xd7\x32\x47\xb7\xe0\x3b\xf6\xd8\x8c\x9f\x5d\xdb\x69\x58\xd3\x01\x50\xcc\x76\x7d\x36\x66\x1f\xae\xe8\xd2\xcf\x38\xab\xa0\x39\xad\xdd\x5f\x09\x0d\xea\xe9\x0d\x2c\xeb\x5f\x4a\x90\xa2\xce\x93\xa8\xa6\x1f\x9c\x9a\x80\x80\xe5\x21\x59\xb1\x44\x90\xb3\xbe\xd0\xa1\x7c\x28\xa5\x85\x4e\xb1\xe4\x4e\xad\x20\x1a\xa9\xbb\xbb\xd0\x78\x20\xb6\xf5\xab\x27\xd9\xa5\xf1\xe4\x05\x15\x93\x6a\x17\x7e\x5d\x75\xb6\x3a\x99\x55\xc1\x7a\x5b\x58\xfc\xa3\xd6\x83\xc9\x7f\x1d\x09\xf4\x0c\xf6\x74\x08\xfe\x9c\x02\x19\x15\x01\xb8\x41\x4f\x8d\x6d\x0e\xad\x22\xb4\x01\x25\xd3\x20\x33\x1c\x7b\x31\x82\x1c\xa3\x21\xe4\x38\xba\xfa\xe6\x33\x7b\xe7\x4d\x87\x2e\xfc\x7b\xf9\x46\x47\x6b\xb3\xc3\x96\x3f\x1d\x22\x58\x98\xd6\x57\x03\x04\xab\x1b\xc1\xab\x85\x03\xc3\x6a\x63\x81\x36\xec\x74\xfd\x6a\xff\xc1\xcf\xe8\x0f\x48\x52\x79\x43\x2e\x49\xd4\x5a\xc8\x99\x25\x47\x50\x4b\xc0\x05\xae\x3b\xc0\x12\x4d\x8e\x48\xc6\xef\x19\x79\x0b\x3e\xd4\xce\x55\xef\x6d\x8b\xbc\x8d\xe3\x34\xdf\x6e\xc0\xfe\x0a\xa8\x3f\x37\x6e\x87\x0b\x06\x92\x5e\x29\x04\xe8\x03\x44\x6b\x45\xc3\xec\x44\x25\x02\x20\x4f\xc4\x30\x85\xe8\x55\x10\xf7\x11\x62\x0b\x9c\xb1\x72\x15\x6f\x2c\x8e\xcc\xce\x08\x4b\xb6\xbd\xc5\x28\xf2\x3d\xfb\xbb\x97\x33\xc2\x15\x71\xe9\x9d\x80\x60\x5f\x60\x52\xe9\x06\xe2\x3d\xc4\x7c\xd4\xcd\xaa\xa4\x4c\xfa\xc5\xac\xdd\x94\x55\x84\xf7\xda\xc8\x6d\x8d\xe8\x8a\x4e\xdd\x8a\xf8\x22\xd1\x07\x2a\xfb\x1a\x54\xb6\x8f\xc0\xa2\xf2\xe0\x36\xbf\xcd\x4e\x51\x20\x8a\x9a\xf1\xc9\x9b\x56\xc2\xf5\x7c\xba\x0c\xdd\xb5\x1a\xac\x72\x43\x87\x43\xb4\x26\xab\x3d\x0e\x37\xe8\xa9\x42\xcb\xff\xe2\x58\xab\x43\xed\x18\x07\x26\x22\x39\x86\xfe\x1a\x3e\x65\xae\x1c\x76\xe1\x5d\x73\xe7\x15\xc8\x0d\xae\x2a\x07\xd7\x8e\x9d\xa8\x64\xc2\x1f\xea\xe3\x9b\x97\x6e\xf0\x0e\x7e\xc9\x8b\xce\xa7\xee\xd9\xa0\x7b\x71\x6b\x15\xf2\x45\x17\x65\xf9\xf1\xf5\xe9\x0f\xbd\x9f\xca\x65\xb3\x6f\x7e\xbe\xb9\xed\x7e\x1a\x7c\xec\x5e\x74\xaf\x3b\xb7\xdd\xe5\xe5\xd1\x97\x75\x56\x87\xd4\xe8\x02\xb0\x64\x81\xbb\x98\x7a\x54\x37\x8f\x5d\x80\x96\x13\xa3\x64\x46\xb8\xd1\xe4\x81\x6b\xee\x52\x59\x9c\xb0\x77\xd7\xf3\xc6\x9c\x9a\xde\x4f\xa2\x18\xd6\x16\x26\xf4\x17\x9d\x70\x67\x12\x8e\x05\x41\xe7\x8d\x14\x29\x06\x86\x90\xa8\x18\x4e\xbb\xa6\x13\xb7\x60\x27\xa4\xe3\xb6\xb6\xae\x7d\x21\x89\x15\x43\x99\xc2\xd1\xa3\xab\x32\x0c\x9d\x1c\x91\xea\x1a\x9f\x10\x04\x5c\x8a\xa0\x23\x43\x83\x20\x3c\x51\xc5\xc4\x5b\x43\xd8\x97\x59\xc6\x13\x6e\x22\x38\x4b\xa9\xc8\x94\x0a\x3a\xf6\xea\x47\xae\x99\x5a\xc1\x3d\xf6\xe6\xbb\xdc\x87\x16\xd9\x14\x3f\x16\x6b\x4a\x8e\x5c\x02\x9a\x94\x91\x2e\x71\xe0\xc9\x74\xd0\x06\x1f\xc8\x02\xe2\xce\xba\x43\xda\x93\xfa\xba\x22\x62\xcd\x45\xac\x3a\xe7\x27\xd5\xee\xba\x7b\xc4\x8b\xeb\x65\xb8\x51\x6b\xe8\xf0\x2b\xfb\x51\x4b\x90\x75\x7b\xab\x2c\x33\x58\xed\x68\xab\x37\x93\xed\xaf\xda\x4b\x01\xc1\xbe\x50\xe7\xc5\xab\x9d\x17\xcd\x08\x9e\x9b\x15\xd5\x28\x2d\xe2\xea\x82\x1a\x50\x76\x8b\xea\x86\x6a\x1a\x00\x6b\x93\xbe\x94\x9a\x1a\x8b\xa9\x4c\xe5\xc1\x7d\xe5\x82\x1a\x95\xc1\xbc\x9c\xaa\x1a\x2b\xd7\xed\xe5\xe6\xaa\xd5\x0c\x74\x8d\x6a\x1a\x21\x94\x1a\xc0\x33\x37\x63\xf9\x90\xbe\xc6\xd3\x0c\x38\x92\x77\x6b\xd9\x43\x55\x63\xba\x8c\x15\x2d\xaa\xef\x77\xee\xee\x96\xea\xfb\x86\xae\x56\x5d\x14\xa7\x25\x43\x77\x65\xd9\x5c\x2a\x15\x08\x57\xe5\xfa\x67\xcd\xfc\xb7\xfb\xc0\x84\xd9\x8b\x68\x02\x4d\xd4\x44\xb5\xaf\x67\xaa\x43\xe4\xb9\xde\x59\xc1\x91\x02\x56\x73\xe4\xb6\x34\x8a\x26\x00\x51\x89\xd5\x17\x9d\xab\xa1\xc9\x01\x62\xa7\xb6\xde\xf6\xc0\xab\x8b\xeb\xb2\x22\x9e\xca\xad\x76\x01\xb5\x59\xc4\x6a\xc8\x04\xea\xb8\x6f\x94\x68\x59\x12\x02\x44\x0a\x80\x28\x51\xc1\x14\x94\x4b\xab\x7b\x8e\x7d\x4e\xa8\xae\x76\xb9\x72\xcb\xb7\xc8\xcf\x2a\x35\xf3\x91\x41\x74\xe9\x5e\x50\xec\x37\x08\x97\x87\x81\xdc\xa9\x6c\x65\x4d\xb8\x1b\x84\xf9\xcc\x55\x56\x98\x23\x28\xb1\x77\x67\x3b\x0a\xdd\x81\x2c\x96\xd2\x8a\xe2\x60\x1a\x58\xce\xe6\x55\xec\x9e\x72\xa8\x6e\x34\x5b\x65\x5b\x61\xb1\xfe\x5c\xa1\x0c\x50\xbf\xb3\x0e\xb3\x07\xd8\xb4\x73\xb1\xe9\x52\x26\xa6\x4f\xd9\x86\x88\xa0\x5a\x11\xa2\x99\x7e\x76\xb5\xdc\x95\x11\x93\x9f\xcc\x80\x57\xe2\xdc\xa5\x09\x1c\x12\xfe\xb6\x35\xcb\x39\x18\xa7\x40\x81\x90\x8f\x6b\x14\x67\x00\x14\x91\x85\xec\xb2\x32\xa7\x73\x0a\xfa\x4a\xc2\xb2\xd7\xea\xd9\x8e\xc6\x3a\x3b\x9c\xf9\x00\x82\x9a\x77\xf1\x9e\x95\x66\x80\xb6\x0a\x68\x93\xa5\xae\x4a\x1f\x62\x7d\xb8\xd9\x07\x3b\x0d\x62\x82\xf7\xc5\xb5\x1d\x05\x7e\x01\xe6\x1a\xbc\x24\x03\xf0\x2e\xf3\x5e\x25\x0c\x25\xc7\xaf\x60\xd9\x9a\xea\xbe\xe8\x41\x04\x37\xde\x34\xb1\x6d\x60\x1f\xc3\x45\xfe\x3d\x3e\x25\xa3\x8c\x8e\x7d\xae\x10\x80\xd8\x8f\x0a\x41\xcf\xde\x56\x88\x0a\x6f\xff\xd4\xce\x10\xc4\x1b\x02\x28\xf5\x8c\x25\x28\x72\x6d\x29\x5b\xc0\x2e\xf0\x34\x18\xc1\xe0\x4f\x51\x0f\xf1\xed\xe0\xca\xa6\x74\x06\x21\x45\x48\xe9\x72\x14\x02\x9f\x6e\x5d\x5c\x51\x1b\x46\xfe\xdf\xff\xf5\xb7\x36\x4f\xd7\x72\x72\xc7\xb6\xe8\x22\xaf\x31\x0a\x42\x88\x80\xcb\x29\xb0\xe3\xa5\x85\xba\xf6\x55\x17\x1a\xb4\xc0\x27\xe3\x9d\x4b\xaa\x3f\xc6\xbc\x73\x3d\x5f\x1b\x0e\x15\x43\x4e\xed\x85\x94\x6b\xa6\xd0\x0c\x1c\x32\x91\x6a\x80\x52\x1b\x5d\xe3\xb5\x65\xb0\x97\x05\xc3\x2c\x94\xe3\xae\xa7\x36\xb4\xb7\x93\x77\x0f\x34\xe3\x56\x79\x69\xfb\xc4\xd3\xf7\xe4\x3f\x00\xf8\xf4\xdf\x1b\xf4\x7f\x3a\x66\x6a\x90\xe6\xa5\x38\x93\x55\x83\xba\xb2\x1f\x9d\xe5\x66\x5e\x9f\xc0\x5b\x3a\x46\x19\x4d\xee\x37\x49\x6a\xb6\xef\x37\x34\xbb\x9a\xc3\x47\x8e\x97\xb2\xa0\xd1\x90\x32\xcc\x2a\x29\xc3\xce\x2d\x1f\xf7\x8f\xcc\x4e\x00\x2e\x6e\x64\xf8\x72\xdc\xb0\x63\xc7\xdc\x26\x1f\x10\x8d\x0b\x84\x26\xec\x22\x91\x79\x96\xf6\x05\xfb\x32\x93\x9a\x95\x62\x04\x6b\x10\x94\x5c\x5c\xab\xeb\xa9\xfe\xa6\xa9\x40\x0f\xef\x24\xc1\x7c\xf5\xfc\xee\xc5\x3d\x5d\x9c\x72\x3d\x91\xed\x74\xb9\xbe\x90\x62\xf4\xa7\x56\x61\x12\x26\x9b\xb7\x48\x98\x64\x85\x2c\x32\xf6\xc0\x14\x1d\x33\x57\xac\x3e\x42\xcb\xa2\x5b\xd4\xa6\xbf\x5a\x88\x09\xda\x43\xfe\xd2\x3a\x56\xce\x4d\x63\x68\xaa\xba\x2e\xd7\xb3\x8c\x96\x2a\x9b\x55\x7b\xc0\x40\x99\xa7\x25\x63\x8c\x44\x5e\x2d\x77\xaf\xef\x6a\x5d\x9f\xa7\xdd\xca\xd9\x11\xd6\xbb\xb1\x8b\xa0\x67\x34\x29\x84\xea\x24\xa3\x5a\xf3\xd1\x9c\xa4\x7c\x04\x56\x7b\x53\xb8\x93\x20\xda\x27\x80\xb2\x95\xc1\xfb\x6a\x65\xd9\x52\xd4\xf5\x7e\x22\x6c\x77\x0f\x45\x73\xf6\x19\x1f\x17\xc5\xd3\x38\xb5\x0d\x30\xbe\x17\x52\x01\xd6\x84\x21\xdf\x35\x42\xcd\x8d\xcc\xc5\x69\xed\x6f\x60\x3e\x9a\x7d\xbb\x50\xdd\xa5\xa9\x25\x2b\xf9\x43\x75\xef\xcf\x58\xc6\x5e\x48\x95\xd2\x45\x42\x58\xba\xd6\x05\xbe\xc4\xb3\xed\xff\x6e\xe3\xd9\xc2\xc5\xda\x90\x8c\xb2\x87\xfd\xfe\xca\x8e\xba\x86\xd1\x7d\x64\xeb\x58\x0f\x57\xd2\xe2\x56\xe7\xaa\x89\x39\xee\xb0\xd8\x7b\xf3\xce\x3f\xf1\x84\x9a\xf6\xfa\x86\x19\xed\x05\xd7\x88\xd2\xd1\x26\xe7\xce\xe9\x91\x0f\xcc\x2d\xc2\x5c\x37\xd8\xf0\x17\xe2\x37\x76\xa3\xbb\x76\x98\x68\x4f\xc7\x0e\x57\x6f\xd7\x26\xf4\x56\x8c\x77\x0b\x8b\xbb\x6b\x63\x1f\xb7\xff\xd3\x8a\x66\x0b\x0b\xb3\xa6\x72\x51\x87\x54\xb1\x7b\x2c\x40\xe6\x6a\xee\x0d\x66\x8a\x8d\xf8\x97\xad\xcc\x46\x57\xf0\xa9\x13\x27\x98\x62\x44\x8e\x46\x99\xa4\x29\x4b\x31\x4d\x16\x70\x4a\xa1\xa6\x63\x21\xdd\x79\xd1\xe2\x51\x71\x63\x98\xe8\x0b\x00\x74\xd0\x7f\x3e\x39\x3e\x1e\xe6\xc9\x3d\x33\xc7\xf7\x6c\x0e\x35\xd5\xa2\x9f\xb6\x0a\xf8\x66\x1a\xfb\x0e\x15\xfa\x67\x18\x68\xee\x50\x7a\x2a\x63\x7d\xc7\xdb\xac\x4d\xbe\xcf\xe4\x50\xb7\xc8\x4d\x32\x61\x53\xda\x42\x83\x2f\x3c\x07\x7c\xea\xf6\xfb\x76\x5f\xdc\x30\x46\x26\xc6\xcc\xf4\xc9\xf1\xf1\x98\x9b\x49\x3e\x6c\x27\x72\x7a\x9c\xcd\x47\x06\x2d\xe1\xc7\x5c\xeb\x9c\xe9\xe3\x3f\xfd\xf1\x8f\xb0\x34\x60\x1e\x1e\xd2\xe4\x7e\xac\x64\x2e\xd2\x38\xe8\xa1\xee\x0c\xdf\x2c\xa2\xab\x6d\x9e\x2c\xaf\xa4\x18\xb0\x2f\x33\xc5\x00\x88\x66\xdb\xd4\x00\x4d\x3a\x9f\x6f\x88\x9e\x0b\x43\xbf\x9c\x90\xfe\x9b\x4f\x08\x21\x4f\x7e\x90\xb9\xd2\xe4\x8c\xce\x8f\xe4\xe8\x68\x2a\x85\x99\x90\x4f\xf0\xbf\xee\xa7\x47\xc6\xee\xc9\xcf\x8c\xaa\xfe\x1b\xb7\xbf\xae\xf8\x71\x80\x79\x9b\x50\x08\x08\xd0\x0e\x9d\xfe\x8f\xff\xea\xe1\xe9\x6d\x37\xdf\x1d\xff\xf1\x5f\xc9\xef\xe1\xff\xfd\x7f\xe4\xf7\xfd\x37\x4d\x08\x30\x1b\x85\x65\x16\xf5\x03\x6a\x5b\xbb\xe7\xc9\xbd\x1c\x8d\x06\x86\x4f\x19\x62\x53\x0d\xa8\x6a\x2c\x8f\xba\x61\x5a\x08\x77\x90\x59\x08\xfa\x5b\xa4\xaa\xbb\x4e\x31\x70\xc2\x1f\x0c\x9d\x17\xb0\x46\x8f\xbe\x42\x68\x08\xee\xe4\x1a\xbe\x62\xa9\xa5\xdf\x4d\x5c\x0a\x3e\xdb\x75\x11\x90\xb3\x08\xc1\x89\x01\xe0\x82\x0e\x1f\x5b\x9e\xe4\x2a\x80\xfd\x45\x93\xd8\x37\x66\x04\x81\x09\x3e\xa9\x01\xe4\x46\xaa\x9d\x6e\xec\x7b\xb6\x60\x1e\xdd\xc8\x9f\xe6\xd1\x99\x62\x1c\x41\x70\xb8\x4b\x15\x72\xab\xd0\x3f\xea\xd0\x8c\xfa\xe2\xf6\xf2\xec\xf2\xdd\x3d\x35\x4a\x8e\xa9\x78\x7f\x42\x3a\x69\xea\x2a\xe4\x11\x67\xe3\xb5\xc4\x63\x6f\x88\x36\x89\xcb\x5d\x09\xbb\x70\xb5\x0e\xb2\x58\xfd\xe1\x8a\x25\x75\x76\x8a\xfa\xc3\x6e\x97\xef\x2c\x7c\xd2\x10\x34\x59\x82\xa0\x0a\x1d\x14\x88\x2f\x30\x57\x7b\x0f\x61\x45\xec\xea\x7c\xb7\x29\xfa\x77\x33\x63\x09\x67\xda\x55\x09\x55\x29\x83\xe5\x01\xb7\x22\x98\xef\x5d\x2c\x47\xed\xa1\x2a\x57\x3e\xdd\x25\x95\xa3\x9a\xf0\xba\x03\xa5\x60\xa1\xdc\x82\x37\xf8\x2c\xed\x4a\x05\x66\x45\x2d\xdb\xd8\x32\x27\xc1\x15\x61\x8c\x6b\xc7\xd9\x2b\xfd\x68\x44\x13\xbb\x7a\x95\x5a\xae\x31\xab\xaa\x5b\xc7\x5b\xaa\xef\xf7\x6b\x57\xdc\x19\x17\x89\xa7\x05\x8e\x08\x52\xa3\xf3\x60\xf2\x85\xb8\x5e\x43\xf5\x7d\x53\xf0\xdc\xc6\x35\x1e\xec\x52\xf8\xb8\xd2\x65\xe3\x73\x2d\x47\xf9\xc2\xae\x0a\x17\xe8\x21\x51\x2a\x9d\x77\x07\x22\xfe\x33\xcf\x58\x5a\xcd\x61\xa8\x8e\x7f\x15\x19\x60\x3e\x5e\x64\x16\x84\x28\xf9\xa9\xd5\x92\xc0\x51\x39\xa5\x62\x8e\x07\xc9\x5e\x58\x54\xdf\xeb\x00\xce\x45\xf4\x94\x66\x59\x8b\x28\x96\x43\x61\xbc\x16\xd1\x2c\x1b\x1d\xf9\x14\xe8\x94\x64\x72\xcc\x13\x9a\x91\x61\x26\x93\x7b\xdd\x17\xf6\x06\x11\x63\xbc\xf8\x66\x4a\x26\x4c\xeb\xe8\xca\x2d\xa2\x39\x66\x4a\xa6\x79\x82\xa5\x1a\xb0\x54\x12\xd7\x86\x27\x15\x7c\x7e\xcb\x11\xa1\x0e\x6c\x42\x41\x9f\x04\x5f\xea\x14\x0b\xbb\x2b\xce\x30\x84\x3e\xf7\xb5\x09\x21\xc5\x93\x66\xfc\x9f\x58\x58\x98\x3e\x70\x59\x1b\x2d\x1f\x6f\xd9\x2e\xa2\xa1\xdb\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xea\x3e\x83\x33\xb4\x8c\x62\xae\xcb\xe4\x1c\xa8\x21\x90\x79\xc8\xc4\xf4\x44\x51\x94\x33\xf0\xd9\xae\xf8\x8a\x8f\xd2\x78\x61\x11\xa3\x30\xe4\x86\x38\xd1\x55\x34\x7d\x8a\x15\x02\x1c\x66\x46\x64\x6f\x85\xd6\x3d\x86\xba\x43\x0a\xb2\x57\xc4\x83\x25\x12\xbf\x3c\x76\xed\xed\x35\xd2\x0a\xb0\xfd\x54\x93\x59\x96\x8f\xb9\x28\xea\x5b\x5b\x7e\xd8\x17\x00\x2a\x67\x3b\xa9\x60\xc0\x2f\x52\xd4\x0b\x86\xea\xdf\x0f\x73\xdc\x10\xb1\xdf\x2f\xf2\x26\x44\x5e\xa6\x5b\x5f\x07\x7a\xeb\x3c\x3c\x55\x17\xfd\x83\xd4\x06\x4f\x1f\x78\x01\x8e\x18\x75\xd4\xb8\xb7\x5b\x1b\xa5\x2a\xa3\x5a\x08\x8b\xe3\x23\x24\x32\x18\x1b\x78\xa6\x5d\xd9\xb9\xa6\x11\x7d\x95\x9c\x86\x65\x1b\x79\x45\x0d\x96\x0e\x63\x53\x69\x10\x12\x0c\xd1\xb9\xbc\x41\x03\x41\xbf\x86\x99\x1c\xc2\xbd\x02\xc0\x5d\x3e\x52\x27\xf2\xc8\xe3\xbc\x59\x4a\xde\x45\xd7\x44\x88\xfe\x7b\xdf\x14\x60\xb1\xbf\xc4\x8a\xaa\x15\xa4\x31\xbd\xa2\x8c\xce\xd3\x26\x57\x85\x75\xb1\x3a\xab\x11\xb5\x9c\xbb\x61\xec\x1b\x26\x63\x94\x76\x7f\x0f\xc9\x18\x95\x69\x34\x80\x7c\xc9\x7d\xd4\x8d\x5f\x3e\xa9\x73\xb9\xbe\x1e\x89\xf1\xd0\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xa2\x49\x05\xdd\xe9\xeb\x26\x9a\x54\x06\xf3\x92\x13\x4d\x2a\x43\x7d\xb9\x89\x26\x35\x03\x5d\x23\xd1\x04\xbd\x2b\x03\x4b\xd4\xeb\x31\x85\x99\x92\x46\x0e\xf3\xd1\x0d\xdc\x26\xeb\x00\x80\x23\x73\xf6\x72\x8e\xcb\xef\x83\xd1\xa2\x0c\xb4\x99\x20\x16\x27\x89\x54\xa6\xbc\x66\x92\x48\x89\xa5\x1d\x92\x44\x42\x92\xc8\xe2\xba\xbc\xc4\x24\x91\xca\x9e\xaf\x97\x24\x52\xb7\xe5\x5b\xb8\xac\x4a\xcd\x7c\x33\x49\x22\x95\x15\x7d\xc9\x49\x22\x95\xa1\xee\x2f\x49\xa4\x7e\x67\x37\x4b\x12\xa9\xbd\xfe\x9b\xe9\x67\xd7\x10\x4b\xc8\xd7\x7b\xe6\x24\x91\xd2\x04\x0e\x49\x22\x3b\x56\x85\x2a\x93\xa0\x1b\x01\x20\xef\xbb\xb8\xf0\x2a\xaf\x5b\x92\x26\x02\x22\xed\x1e\x28\xea\x69\x5d\xe9\x60\x85\x5a\x57\xea\xee\x94\xd6\x41\x3b\x2c\x68\x7b\xfd\xf9\xd0\xea\xa8\x72\xfa\x01\xa3\x6a\x57\xf4\xa0\xca\x22\x07\xeb\x15\x6c\x5c\x13\xc9\xd5\x80\x84\xee\x40\x80\x0e\x6c\x65\x5b\x78\xd4\xe6\x62\xca\x08\xb4\xbb\x9f\x66\x7f\x17\xff\xb7\x71\x41\x76\xad\xa5\x95\xcc\xf2\x6d\x82\xa1\xc7\xdb\x7d\x36\x65\x53\xa9\x56\xb9\x1f\x1b\xd4\x59\xa9\xe8\x78\x55\x00\xf6\xba\xab\xb7\xeb\xaa\x79\x6c\xe4\xcd\xec\x1b\x3e\xf3\x69\xb9\xc2\xe5\x8b\x8d\xc5\x16\x70\x90\x49\x6b\x7d\x2c\xc1\xc5\xb5\xa5\x17\xa5\x21\xcf\x64\xb1\x43\x30\xaf\x6a\xa6\x8e\xa2\xc4\x91\xb2\x5d\x73\x71\x04\xa5\x75\xf7\x02\xda\x0e\xcb\x9e\xab\x46\x1f\xff\x1a\x3c\xb6\x83\x08\xfc\x56\xfa\x8b\xa1\x5e\xaa\x94\x36\x9c\xd7\x84\x1f\xae\xa7\x52\x73\x61\xfe\xed\x5f\x36\x32\x0c\xf3\x7f\x86\x8d\x1e\xf1\x8c\x11\x9a\x24\x4c\x23\xfe\x92\x8b\x01\x41\xa8\xdd\x5c\x65\xbb\xec\x2a\x17\x63\x98\xb7\x15\x26\xa3\xa2\x53\x81\x78\xf0\xce\x98\x28\x99\x8f\x27\x5e\xcb\xf2\x75\x89\xeb\xf6\xf2\xf3\x22\xb2\xfe\x2b\x73\x08\x54\x2a\x15\x56\x89\x60\x73\x8f\xa9\x5f\x92\x67\xf6\x9a\xd6\xcd\x63\x03\xea\x28\xc5\x0e\x15\xc7\xdf\xdb\xb1\x51\x2a\x81\xc4\xb0\xbe\xe8\x94\xa2\x8c\x3c\x98\xd7\x70\x5e\x44\x2b\xe0\xd5\x1e\x13\x19\x24\xe7\x3a\xed\x05\x2a\xdf\xd9\x7f\x81\x18\x02\x1f\x39\x7f\xaa\xf7\x99\x42\xa0\x05\x4b\x8f\x68\x32\x4f\x32\x9e\x44\x22\xe9\x58\xd1\xd9\x64\x19\x25\x1e\xb2\x3c\xbe\x56\x96\xc7\x9a\x55\x36\x96\x86\x8a\xc4\x75\x2a\x5e\x75\xf6\xc9\x22\x39\x1e\x12\x4f\x36\x20\xc9\xdd\xc6\xb3\x77\x4a\x7c\x4d\x79\x30\xcd\x94\xf7\x95\x73\x0e\x16\x07\xf6\x35\xb3\x5f\x6a\xee\x8b\xed\x56\xf7\xeb\xe6\xbc\xac\x35\x8d\xc6\x50\xc3\x35\xd2\x5d\x4a\x45\x11\xc3\xbd\xbf\x22\xf9\xa5\x79\x95\x5e\x08\x0d\xee\x33\x3e\xaa\x89\xdb\xac\x8e\x91\xda\x44\x54\xdc\x2c\x5c\x2a\x6c\xd4\xeb\x0a\x99\x0a\xc3\xde\x32\x6c\xaa\x13\x55\x2f\x99\xc8\x0c\x20\x61\x4a\xab\x15\x3a\x08\x91\x17\x61\x81\xfc\x66\x40\xb9\x73\x10\x5d\x0b\x6c\x91\x65\xc1\x51\x61\x13\xbf\x8d\x00\xa9\x15\xfa\xd0\x86\x41\x52\xf1\xa2\xee\x16\x28\xb5\xa3\x7e\xb3\x59\xb0\xd4\xb2\xf2\xf5\xd5\xfd\xde\xc2\xad\xb7\x80\xe3\x72\x70\x0a\x07\xa7\x70\xfd\xda\xbc\x44\xc7\xf0\x62\x95\xe2\x35\x9d\xc3\x4d\xdb\xbf\x0f\x4a\xda\xa3\x93\xf8\x2b\xbb\x5e\x97\x7a\x5d\x23\x02\xfb\xba\xbe\xec\x65\x6e\xec\xd5\x64\x56\xeb\x97\x6b\xde\xd3\x8d\xdc\xc3\x2b\x72\x1c\x7c\x2f\xbb\xfa\xf0\x42\xdc\xfd\x93\xfa\xf1\x82\x9d\x31\xfa\x62\x4d\x5f\x5e\x91\x18\x70\xf0\xe7\x3d\xa9\x3f\xaf\x66\xa1\x57\xfb\xf4\x4a\x02\xc2\xb3\x3a\x62\xaa\x30\x74\x4f\xe9\x8c\x59\x25\x54\xe5\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\x25\x1d\x08\x9b\x0e\x59\x9a\x82\xd2\x65\x24\x91\x90\x78\x55\x90\x80\x60\x48\xac\x56\x3d\xa3\xda\x52\x2e\x85\xea\x66\x3c\x65\x11\x2c\x63\x71\x87\x62\x94\x5e\x5f\xc0\xfe\x66\x19\x53\x5e\x66\x57\xe4\x9d\xe6\x22\x61\xb1\x1c\xaf\x48\x2a\x99\x16\x6f\x0d\x56\x2d\xa1\x62\x4e\xee\x85\x7c\xcc\x58\x3a\x86\x1d\xaa\x0e\xe6\x88\x70\xd6\x22\xdc\x84\xcf\x14\xa3\xc9\xc4\xb2\xcb\xbe\x1d\x3b\x98\xb5\xf1\xb2\x67\xee\x5b\xe5\x80\x06\x22\x95\x41\xbf\x6f\x13\xd2\x13\x64\x44\xad\x52\xac\xf3\x61\xd1\x7e\x2a\xad\x80\x00\xb7\x7f\x3c\xf1\xa2\x91\x27\x73\xc4\xd5\x3a\xde\x1a\xa4\x57\x4b\x00\x9d\x8c\xd3\x9d\x0c\xe3\x0f\x74\x97\x54\xc0\x4f\xb9\x36\x58\xdb\x96\x48\x11\x0e\x93\x0b\x6a\x0e\x69\xcf\x00\x0a\x85\x29\xc4\x4b\x00\x38\x69\x65\x2a\x9b\x8e\xa5\xf0\x62\x38\x2c\x2a\xa7\x12\x41\xbb\xb8\xdc\xa9\x7c\x14\xda\x28\x46\xa7\x0e\x5d\x13\xcb\x79\x8f\xd0\x5f\x81\xc6\x06\xae\xf0\x06\xde\x64\x8b\xcf\xb9\xb8\xb7\xbb\x5b\x24\x7a\x4b\xc8\xa2\xb5\x3d\xd7\x6c\xda\xf7\x5c\x50\xb5\x53\xc9\x4c\xac\xa1\xb1\x95\x2a\x3f\x9c\x37\x65\xc2\x1b\xba\x2a\xed\x7d\x13\xc5\x5d\xf3\xa9\xbd\x17\x6d\x77\x04\x58\x1d\xa2\x08\x52\x62\x28\xa0\x30\x4c\x58\x36\x8b\x30\xc1\x66\x54\x99\x80\xf1\xea\xb2\x3f\x13\x39\x9d\xe6\x02\x12\x76\x9d\x2e\xf0\xe8\xd2\xfc\x9c\x5d\xa8\x68\xbc\xdd\x17\x3d\xf3\x56\xdb\xf3\x25\xc5\x38\x9b\x13\x9a\x3e\x70\x5d\x24\xdd\x27\x52\xe8\x7c\xca\x94\xeb\x82\x6b\x2c\xe6\x82\xc5\x7d\x09\xf5\xb4\x62\xc7\x66\x05\x2f\x0f\x50\xe9\xee\x86\x31\x19\xb2\x91\xbd\x74\x67\x54\x69\x6f\x83\xa8\xb1\x1f\xb8\xcd\x4d\xed\x5a\x7d\xb5\x33\xf9\x53\x7c\xec\xc8\xb4\x38\xa1\xd4\xc9\xb4\xc7\xd5\xf3\x19\x81\xbf\x36\xb9\xce\x17\x26\x45\x96\x5f\x4c\x6e\x15\xce\x16\x0a\xc5\x54\x55\x3d\x5f\xaf\x46\xc3\xa1\xb1\xfd\x78\x81\x06\x07\xb7\x91\xb5\xa8\x32\x41\x37\x6a\x34\x01\xc4\x67\xd3\x55\x5f\xd7\x86\x1a\x9e\x78\x20\xdb\x00\xd3\x8d\x5f\x37\x6f\xed\xae\xf8\xc9\x3a\xa1\xd9\xe2\x0e\x37\xaf\xe5\x0d\xbe\xbf\x9c\xf7\xb9\xe3\x86\x6d\x2f\x0d\x83\x48\x64\x96\x6d\x92\x57\x5f\x99\xf9\x69\xf1\xf9\xf2\x11\x15\xfd\xd8\x0d\xf0\x7b\x01\xa7\x06\xb1\x00\x68\xe6\x24\x0b\x6d\xdc\x2e\xc5\x2f\x21\x0f\x9d\x13\x91\x4f\x87\x4c\xf5\x85\x1c\x01\xdc\x42\xd6\xa4\x36\xce\x94\x9c\xf2\x4d\x12\x93\x10\x5a\xe7\xda\x3b\x7b\x56\x58\xb3\xbc\x4b\xc8\x9e\x22\x47\x5e\xae\x47\xac\x75\x25\x50\xce\x58\x72\x86\xa6\x74\x01\x2e\x7b\xad\x05\xff\x44\x67\x2b\x56\x7a\x8a\xaa\xab\x5b\x3d\xc8\x86\x66\x00\x62\x00\x8b\xfc\x48\xe7\x45\xb0\xc8\x26\xc7\xe9\x06\x65\x11\xa6\xfd\x79\xa1\x9e\xca\xa2\x13\x13\x9c\x65\xb8\x5f\xb8\x0a\xeb\x9c\xa0\xd3\x3a\x32\xdc\xf8\x2c\xf9\x39\x3f\xa5\x90\x1d\x1f\xfb\x58\xbe\xde\xe4\x36\x2c\x1f\x86\xa8\x45\x02\xc3\x59\xbe\x54\x9f\x4a\x94\xb3\xf7\x35\xaa\xb4\x43\x50\x97\xf3\xb6\xf2\xab\xfa\x56\x9f\x61\xcd\x1c\x59\xaf\xb5\x58\x3b\xc6\x9f\x6d\x56\xb0\xc6\xf7\xb8\xbc\x1c\xce\x26\x35\xb7\x56\xeb\x10\x23\x2b\xbb\xa0\x58\x59\xe0\x57\x39\xdf\xf5\x88\x67\x4c\xb7\x49\xaf\x46\x9f\x30\x51\xc9\x3a\x4c\x6f\x05\x4f\x88\x97\x77\x72\xc5\x23\x10\x2f\x2f\xd5\x10\xee\x30\xa6\x0b\x93\x83\x62\x76\xcc\x40\xc0\x20\xc9\x4f\xac\x8a\x37\xc1\x06\x38\x18\xa8\xa6\xd4\x18\x3b\x24\xd0\xed\xb8\x41\x5b\x04\x02\xf9\x87\x0f\x24\xd6\x52\xa6\x09\x16\xba\x2e\x46\xd5\xb0\xa5\xfb\x40\x3e\x59\xdf\x47\xef\x7b\xad\x14\x94\xff\x5d\xfc\xdf\xea\x08\x6f\xcb\xad\x6f\x3c\xba\x20\x97\x6f\x6e\xdc\xff\x00\x9f\x7a\x63\x12\x25\x23\xc5\xc0\xde\x38\x0d\x71\x81\x22\x65\x4a\x1b\x29\xe1\x86\xba\x39\xfb\xf1\xf8\xae\x47\x98\x49\x00\x76\xb7\x2f\x12\xfd\xd0\xb2\x02\xed\x2f\x39\x33\xf6\xe7\x26\x10\x9e\x29\x13\x1a\x38\x01\x5f\x17\x7e\xdd\x2f\x8c\xfd\xef\x59\xf9\xfb\x25\x24\x1f\xd5\xbc\x47\xc0\x2a\xa0\x5d\x0f\x8c\x01\x64\x0a\xd9\xd8\xa5\x62\xbf\xa5\xfd\xc0\xf2\x0a\xdd\x3a\xf4\xb3\x2d\xbc\xc1\xe2\x1f\xb9\xd8\x50\x4c\x3a\x2d\x3e\x8a\x46\xd1\x20\x85\x4d\x67\x54\x71\xbd\x59\xf3\xfe\x9b\xda\xd6\x57\x31\x11\xbf\xae\x94\xb8\x32\x15\xa4\x00\x8a\x23\x46\x31\x06\x2c\x24\xd0\x93\xbb\xeb\xe1\x96\x8f\x56\x23\xfa\xa8\xdd\x17\x9f\xbc\xfd\xb3\xf8\x55\x17\x25\xee\xa7\x43\x00\x5d\xc9\x41\x67\x2a\xb7\x02\xcd\xa6\x5c\x87\x1f\x20\x17\x5f\xe7\x99\x41\x68\xa4\x11\x94\x9e\xf0\x03\xc5\x27\x75\x5c\x42\x51\x91\x4c\x2e\xca\x15\x3b\x36\xf7\xd0\x8e\x06\x2c\xdb\x44\x76\xec\x8d\xba\x99\xb6\xf4\x9d\xdc\x37\x9c\xce\x3f\x78\x48\xb5\x0d\x36\xa8\x98\x0c\x48\x6e\x1e\x20\x06\xb5\x12\xb4\xd3\x65\x08\xb4\xc4\x08\x18\xd9\xaa\xc1\x01\x18\x4c\x69\x77\xd1\xc9\xd6\xbe\x0e\x8a\x92\x19\xf1\x66\xb9\x21\xf4\x42\xa8\xe9\x0b\x95\x0b\xc8\xa8\x0e\xf6\x73\x4a\x34\xf3\xc5\x56\x12\x29\x50\x06\x70\xc6\x93\xb1\x65\x13\x56\xf2\xc3\x52\xaf\x02\x34\x2a\x99\x6b\xcb\x43\xe8\x94\x19\x7b\x41\xbd\x03\xcc\x3f\xf4\x60\xb4\xc8\x4c\xf1\xa9\xe1\x0f\x2c\xc0\x20\xc4\x3b\x77\x4a\x0d\xcd\xe4\xb8\xa3\x0c\x1f\xd1\xc4\xdc\xd2\x9d\x54\x66\xea\x9a\xd9\xd6\x53\xea\x87\x41\x7a\x67\x76\xed\x8b\xd2\xb7\x00\x0e\x5f\x7b\x82\x37\x85\x8d\x2f\x18\x37\xe0\x1b\x25\x88\x08\xa3\x83\x89\x81\xe6\x46\x4e\xad\x42\x4a\xb3\x6c\xde\xf2\x15\x53\x27\x54\x4f\xfc\x3e\x23\x3c\xcc\x3a\x57\x93\x5b\xdc\x53\x9a\x4c\xd8\x0d\x14\x8d\xa8\x5b\xdc\xd5\xf5\x9b\x4f\x3b\xa7\x3f\x74\x07\x67\xbd\x9b\xce\xf7\xe7\xe5\xca\xcc\xf8\xe4\x53\xef\xe6\x66\xf1\xd7\x1f\x7a\xb7\x8b\x3f\x5e\x5d\x5e\xdd\x9d\x43\x0d\xe7\x85\x47\xe7\x97\x97\x3f\xde\x5d\x0d\x3e\x74\x7a\xe7\x77\xd7\xdd\x9a\x4f\xef\x6e\xc3\x43\xf7\xac\xb6\x00\x74\xc3\x68\xab\xc7\xec\x88\x94\x5f\x3c\x21\x77\xce\x13\xe3\x6a\xf2\x78\x9b\x11\x85\x40\x51\x88\x5d\x49\xd1\x98\x94\x42\xc5\xe4\x62\xee\x4d\x9f\xa2\x8b\x28\x99\x30\x92\x49\x79\x9f\xcf\x1c\x03\xc3\x88\x26\x21\xd1\x20\xc3\x74\xd4\xda\x0f\xbd\xdb\x93\xe0\x11\x5a\x6c\x2c\x8a\xed\xf7\xa4\x0e\xe3\xa2\x9e\x69\x62\x95\x23\xc5\x1e\xe0\x48\x06\x4f\x61\xd4\x43\xd8\x80\x65\xfd\x60\x6b\x54\x98\x4a\x37\x69\xea\xc0\x21\xfd\xc4\xa2\x86\xcb\xdb\xb7\x6c\x35\xc3\x72\x20\xc0\x08\x19\xb2\x84\xe6\xe8\x48\xb3\xb7\x91\x52\x52\xc5\x03\x2e\xb6\x7d\xc7\x46\xdf\x2c\x0a\x19\x65\x24\xc0\xa2\x14\x78\x74\x72\xac\xba\x0c\xaa\xb4\x62\x54\x4b\x41\x1e\x27\x73\xb4\x4d\x41\x49\x58\x83\x0e\x13\xdc\xd2\x6a\xd5\x4a\xc2\xc1\x31\x47\x0d\x79\x64\x10\xd5\x96\x3b\x08\x13\xd4\x8f\xed\x01\xd4\xbe\x8c\x97\x0e\xa0\x4e\xa5\x68\xb7\x46\x8e\xb9\x97\x7a\xfb\xd4\x50\xcd\xea\xb8\xe5\xe6\xa1\x49\x85\xdc\x86\x8d\x02\x0b\xf5\x5e\x52\x18\x71\x83\xbd\xdf\xb3\xec\x1a\xbb\xf3\x12\x19\x68\xf1\xda\x58\xc1\xd1\x0d\x14\xdb\x5a\x3d\x1e\x1f\xd3\x5b\xca\x8a\xde\x2c\x0f\x2c\x78\xf8\x57\xae\xd5\xad\x4c\xe9\xdc\x12\x07\x54\xf0\xd7\xf9\x6c\x26\x95\x21\x0d\x6d\x10\x38\xe8\x38\x3e\xb8\x18\xdc\x3c\x02\x87\x82\x46\xac\x14\xa0\x6b\x50\x2d\x96\x06\x90\x86\x01\xb9\x75\x2d\x8e\x7d\x8c\x52\x03\xca\x5a\x00\xe0\x98\x96\xd4\xde\x12\x85\xd6\x09\xa8\xbb\x44\xac\xcc\xec\x2d\xbc\x2e\x52\x52\x5d\xef\x97\xbe\x85\xda\x2d\xcf\xd8\xc8\x0c\x6a\x7d\x29\x4b\xcc\x86\xb6\x45\x91\x36\x44\x86\xf3\xf1\x64\x0f\x2d\xae\x2f\xc9\xff\xc9\xf9\xba\xac\xf8\x1e\x69\xf1\x4a\x4a\x83\x32\x64\xa1\x67\x10\xbf\x9a\x60\x02\x70\x9d\x22\xba\xa2\x15\xd4\x38\x48\x6a\x56\x2e\xbf\x17\xf2\x51\x04\x7b\xb9\x6e\xf7\x45\x97\x02\xe0\x67\x50\x16\x5c\xec\x01\x4a\xea\x2b\x65\xf4\x12\x82\xe0\x0b\xc9\xcd\x2c\xe8\xde\xa1\x22\x67\x73\x52\xa0\x44\x96\xbe\x5b\xe7\xf4\xa0\x2d\xd9\xcb\x69\x38\x61\x07\x8c\x66\xd8\xcc\xd9\xbb\x5d\x45\xfc\x10\xb8\x09\x2e\x53\xdb\x55\x9b\x7c\xf6\xd6\x19\x08\xed\x28\xd0\x4d\x0d\x5e\x38\x19\x9d\x33\xd5\xbc\xb0\xfb\x48\xda\xdb\x77\xbc\xc5\xf2\x05\x0e\xd9\x18\x35\xab\x5c\x52\x92\x85\x40\xab\xe9\x9a\xf1\x60\x4e\x09\x77\x1f\xdd\xb0\xe5\x71\x86\x1f\x00\x29\xcd\x30\x65\x55\x4d\x10\x19\x44\x36\xff\x5f\xb8\x59\x90\xac\x07\x85\x25\x9d\x85\x3f\xf2\x4b\xda\xf3\x03\x7e\x35\x2b\x05\x0c\x21\xc1\x33\x03\x39\xa0\x4d\x3a\x80\xf5\x09\x28\x8e\xf6\x2a\xf4\x01\x39\x7c\x2c\xe4\xaa\xb0\x81\x06\x62\x4a\x22\x62\xba\x69\x26\x26\x0d\xd4\x14\x22\x05\xf6\x44\x51\x7b\x08\xab\xb7\xbc\x85\x2e\xa6\x86\xaf\x1f\x4c\xbf\x81\x82\xfd\x35\x42\x70\x16\x86\x1b\x7d\xf8\x6b\xfd\xd0\x3f\xe6\x54\x51\x61\x20\xb0\xc4\x09\xde\xca\x05\x6f\xc1\x4d\xce\xbe\x40\x04\x96\x40\x63\x2d\xfc\x14\x6f\xae\x77\xa4\x8f\xf9\x03\x13\x84\xa7\x2d\xc2\xdb\xac\xdd\x72\x88\xfa\x3a\x1f\x16\x6f\x4e\xac\xe4\xd0\x17\x0b\xc1\xe1\x6d\xd2\xc9\xb4\x74\x5f\x30\x91\x64\x80\xad\x1b\xc5\xc0\x04\xca\x77\xae\x9f\xe1\x1c\xd4\x0b\xd8\xca\xa2\x79\xe9\x1e\x44\x1f\xf6\x05\xd5\xe8\x69\xce\xe0\xa4\x17\xbf\xd7\x61\x67\x97\xa2\x0f\x9e\x10\x3b\x64\xe1\x1a\x7a\xb2\x4d\x42\x90\xd8\x65\x1b\x04\x6f\xc0\xc6\x14\x41\xfb\x7d\x11\xc8\x99\xbc\xa3\x26\x63\x54\x1b\xf2\xc7\xf7\x1b\x05\x5c\xf8\xf9\x15\xcc\xd5\x9d\xde\x22\xb4\xd4\x87\xb3\x35\x41\xff\x03\xb4\x20\xa1\x44\xb0\x28\x08\xba\x65\xb7\xd9\x48\xf2\xc0\x75\x0e\x68\xc5\x51\xa8\x34\xe2\xcd\x72\xa3\x3d\x74\x1a\x2a\x4c\x0d\x6c\xc4\xa3\xbf\x3b\x9f\xa4\x1b\x56\x0d\x61\x39\xdd\x89\xa3\x72\x06\xd9\x4a\x45\x60\xd9\x84\x9a\xbe\x70\x8c\xd5\xc7\x62\x44\xb0\x96\x9d\x2c\x2b\x07\x73\x59\x01\x27\x65\xc2\x4e\x18\xb0\x96\xdb\x61\x81\x2e\x40\xfb\x0a\xf1\x3f\xe5\x72\x0b\xe1\xac\x58\x45\xad\x2f\x42\xc6\x49\xdc\x76\xad\xb0\x53\x67\x02\x7e\x46\x19\xb8\xa6\xfb\x73\x04\xbd\x5e\x43\x16\x6e\xae\x1c\xb2\xc4\x65\xb2\x60\x76\x5f\x22\x1a\xef\xbb\x83\xf5\x25\xe5\x7a\x13\x36\xdc\xb2\x8f\xb2\xc6\x22\xde\xb0\xb9\x91\x68\xb1\x8b\xfe\x1d\x02\xd1\x9e\xcb\x29\x5b\x1a\x7a\x2f\x85\x28\xf1\xd5\x4c\xb0\x88\xba\xf6\xac\x03\x2b\x44\xa7\x51\xdc\x68\x14\x54\x07\xe1\xc1\x9e\xef\xb9\x37\x9b\x30\x2e\x5f\xf7\xf4\x5b\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x4e\xfa\x0f\x9a\x30\x91\xcc\xb1\x27\x8f\xd5\x5b\xc8\x71\xb7\xce\xe0\xe4\x51\x19\x28\xd8\xdb\x6b\xa5\x43\x87\x5f\xdf\x26\x5d\xb8\x67\x3c\x9c\x3d\x1d\x79\x9f\x41\xf4\x72\x5f\x58\xc5\xc4\x5e\xf1\x1a\x07\xed\xdb\x2f\x93\x78\xdd\x09\xc0\x74\xbc\x9d\xdc\x2d\xd3\xd5\x80\x3f\x4d\xca\x84\xcf\x06\x84\x36\x00\x3d\x85\x74\xc7\x27\x24\x95\xc9\x3d\x53\xc7\x8a\xa5\x5c\x9f\x80\xfb\xbb\xa1\x62\x7a\x22\xa7\x53\xab\x6c\xef\x2c\x68\x6c\x5b\x51\x06\xfb\x77\x11\xc5\x78\x6f\x31\x2b\x21\x8c\x40\x9b\xf0\x99\x02\x98\x3e\xe0\x6c\xdb\x84\x09\xa3\xe6\x33\xc9\x85\x21\x51\x71\xfb\x78\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\x7d\x3b\x61\x9a\xf9\x98\x00\x9c\x94\x91\x04\x3d\x21\xc8\x2e\x66\xd4\x4c\x34\xe4\x3a\x94\xd7\xc0\xe9\x5c\xf0\xa9\x5d\x21\x3a\x83\x90\x02\x34\x52\x14\x1f\x85\x20\x7e\x6d\x78\x96\xf5\x85\x60\x2c\xd5\x04\xb0\x07\xdf\xd6\xe6\xd4\xd8\x4f\x5b\x84\xa6\x29\xf9\x3f\xef\x3e\x9c\xff\x7c\xdb\x1d\xf4\x2e\xc0\xe2\xdc\x3b\xef\xbe\x6f\x85\x1f\x2f\xef\x6e\xc3\xaf\x68\x60\x79\x60\x8a\x4c\xe9\x3d\x68\x78\x42\xa3\xf8\x07\xa1\xee\xf1\x48\x7d\x0a\xb3\x7d\xa2\x99\x0f\x1f\x75\x62\x4a\x48\x62\x75\x7b\xb8\x02\x66\x60\x03\xdd\xf7\x3a\x7c\xb2\x9c\x06\x3d\xf1\x84\x2e\xbc\x18\x38\x65\xc2\x58\x1e\xe3\x8c\x7d\x85\xea\x5b\x10\x1c\x13\x63\x2e\x9a\x82\xdc\x98\x78\x78\x4a\x19\xfe\x47\x36\xff\xc9\x6a\xd7\x57\x94\xab\xb5\x69\xaf\x2b\x1e\xb8\x92\x02\xa6\x16\xac\x5a\x45\xd5\x2d\x66\xbc\xaf\x2d\x3a\x54\x1a\x65\x61\x08\xa3\x98\x35\x06\x52\x56\x2a\xf2\xbd\x8c\xe9\x76\xd0\xf5\xcb\xbe\x18\x45\x5d\x4d\x77\xed\xd8\x0d\x7d\xa0\x3c\x83\x20\x58\x7f\xd1\x14\x34\x88\xc5\x9c\x4e\x08\xcb\xe8\x50\x2a\x48\x8d\xc1\xa8\x1d\xdf\x84\x5b\x30\x28\x6b\x12\x1a\x6a\x0a\xc6\x94\xea\xe9\x6a\x2a\x96\xee\xa1\x2b\xa9\xd6\xb9\xc9\xed\x6b\xb0\x0a\x72\x66\x55\xb2\x0a\x13\x75\xd7\xec\x88\x51\xac\x6e\x80\xfe\x1d\x67\x95\x77\x01\x9e\x59\x56\x02\xd2\xb4\x67\x40\xb7\x9d\xc3\xbb\x78\x53\x0a\xf2\xe3\x5f\x34\x19\xe6\xa6\x2f\xca\x6d\x48\x01\x35\xf5\xbe\xa7\x26\x99\xbc\xef\x8b\x4b\xab\x30\xfe\xf8\x97\x86\x24\xdb\x94\x1a\x3a\xa8\xa7\xaf\xe6\x35\x39\xa3\x86\x9e\x4b\x9a\x72\x31\x76\xc5\x22\xeb\xd7\xe2\xfb\xee\x6d\xe7\x84\x5c\x3a\x6d\x3c\x94\xfd\x2f\x52\xb3\xa3\x86\x80\xb7\xc2\x44\x3c\x43\x00\xae\x2c\x02\x17\x77\xc6\x2e\x10\x84\xec\xdd\xd3\x17\xb0\x94\xc8\x20\xb9\x21\x33\xe9\x50\xcf\xac\x82\x25\x89\xca\x85\x33\x4a\x3b\x9b\xa0\x5d\x1d\xa0\xc8\xb0\x19\x4e\xb4\x02\xd1\x64\x91\x6f\xf7\x05\xa8\xda\x21\x11\x2d\x93\x09\xcd\x20\x02\xee\x28\xb2\xce\x59\x05\x5c\xe6\x90\x4e\x04\xa1\x27\x62\x5e\x0e\x54\xf5\x98\xb4\x85\x7c\x15\x6f\x14\xa8\xf2\xb0\x8f\xce\x2b\x3a\x95\x96\x79\xb4\xfb\xa2\x37\xc2\x00\xb9\x0c\x57\xc7\x7e\xc8\x04\x38\x86\xfd\xb2\xd8\xa7\x9e\xb5\x00\x6c\x3d\x3a\x08\x69\x02\x86\x78\x31\x87\xf0\x66\x80\xc3\x92\x10\x68\x51\x30\x5a\x47\x94\x0b\xbb\x18\xae\xb7\xf8\xb3\xbe\xc0\xc0\xbc\xd2\xc6\xb8\xd5\xaa\x76\x2f\x05\xc4\x0d\x16\x57\x5f\x10\x16\x66\x2e\x8e\xd0\xc9\xed\x33\xc5\x8e\x7c\x79\x23\xfb\x6b\xb4\xa8\xf6\xb6\x6c\x93\xeb\x58\x55\x4e\x65\x92\x4f\x3d\x4e\x05\xe4\x5d\xb9\x80\x33\x77\x21\x06\x12\xc1\x4b\xba\x96\xe4\x7f\x17\xff\xb7\x56\xce\xbc\xda\xb1\x28\x5e\x20\xab\xc1\xac\xdc\x52\xa9\x35\x2e\x0c\x1b\x57\x9d\x75\x9b\xc0\xff\x5d\x40\x94\xba\x95\xca\xc1\x91\x67\xa4\xd5\x24\x25\x98\x94\x31\x3d\x4e\xa6\x6f\x35\xe9\x5d\x59\x81\xc3\x2a\x98\xe1\x9c\xe4\xda\x60\xb8\x15\xa4\x9c\xe0\xd7\x18\xf2\xde\x22\xdf\x91\x7e\xfe\xdd\x77\x7f\x4e\xc8\x17\xff\x8f\x7f\xfb\xd7\x7f\xfd\xf3\xbf\x6d\x53\xfc\x11\xda\x2d\xd6\xc8\x41\xc2\x54\x25\x90\x78\x07\x16\xb9\xc9\x0e\xbb\xe0\x0e\x49\xd3\xf2\x3b\xed\xbb\x31\x65\xa9\xee\x71\x14\x4e\x43\xc7\xee\x14\xea\xf8\xf4\x90\xd2\xf1\x29\xdc\xf6\x9a\x99\x56\xf9\x14\x07\xd9\xd2\x09\xd0\xff\x6b\x49\x62\xfa\xc0\x52\xf3\x76\x61\x3f\x3c\x0b\xd2\xac\x6d\x84\xbc\x73\xe6\x36\x03\xee\xba\xf7\xfe\x12\x92\x59\xca\x14\x8e\x29\x58\xc8\x82\xdd\x0e\xce\x2f\xfb\x32\xcb\xa4\x0b\xc8\xa0\x44\xb3\x19\x85\xfb\xda\x9e\xd7\x36\xe9\x8b\xee\x17\x6a\xd9\x6b\xcb\xd7\x75\xc1\x22\xa4\xe0\xe8\x18\xd1\x84\x11\x14\x8d\xdf\x7d\x39\xb1\xbf\xb5\xc8\xfc\x04\xe2\x2a\x5b\xe4\x9f\x27\x2e\x9d\x99\x2a\x33\xb0\x3f\xbd\xf7\xb2\xad\x6b\x02\x46\xcd\x35\xe9\xbf\x39\x7e\xa0\xca\xd7\xbc\x45\xe4\xbf\x37\x8e\x01\x06\xc0\xcb\x58\x1a\xce\xa4\xbc\x77\x51\xa7\x0b\x5f\xba\xff\xb4\x91\xc2\x83\xa3\x02\x77\xdf\x05\x10\x5b\xc9\xed\x08\x5e\x60\xa4\x3d\x1b\x92\xf6\x3f\xb4\x14\xa4\x3d\xa7\xd3\xcc\xfd\xea\x9f\xba\xa0\x58\xaa\x5d\x6a\x57\x1a\x62\x62\xb2\x39\xda\x26\xbf\xcf\xe4\x10\xe6\xf5\xc9\xcf\x15\xc3\x4a\x61\xa0\xc5\x25\x51\xdc\x2b\x6e\x22\xdc\x6a\xcc\x34\xc5\x14\x6f\xa8\x19\xe4\x0b\x29\x5b\x6e\xbc\x38\xad\x2f\x61\x4c\xff\x85\x9e\x58\x58\x15\x9f\x8c\x86\xf6\xd8\x10\xd4\x65\x5b\xfd\x42\xde\x39\x36\xf4\xde\xde\x05\x2e\x88\x17\xd7\xa1\xae\x83\x79\xe8\xe0\xe7\xa8\x03\x2e\x08\xa6\x17\x2e\xf9\xf2\x9f\xc7\xed\x76\x3b\x7c\x7d\x61\xe7\xf2\xff\x08\x37\x9a\x65\x23\x6c\xc9\xdf\x34\xf3\xbe\xf8\x64\xf5\x96\xd8\x5e\x5c\x80\x72\x40\x21\x8f\x44\x66\xe4\xa8\xb0\xa1\xa6\x32\xd1\xe4\x7f\x5b\x49\x32\x5a\x4b\xf8\xd1\xaa\x4e\xf5\xe7\xca\xd5\x73\x7a\xa6\x83\xe5\x6c\xd0\xd5\xa3\x15\x43\x2d\x04\x5d\x92\x6a\x88\x37\x7a\xe0\x69\xee\x89\xc1\x92\xce\xb1\x83\x63\x80\x52\x4b\x86\x7d\x31\xf0\xa8\x7e\x72\xf5\x01\xde\xf5\x42\xdc\x02\xcb\x2d\xa0\x29\x90\xae\x1b\x16\xc0\x61\x12\x38\xee\x80\xf3\x6c\xc5\x0e\x0b\x7b\xc1\x88\x18\xff\x48\xe7\xd3\x29\x55\xf3\xe3\xe2\xb8\x2d\x12\x67\x01\x83\x07\x7c\x26\xf3\x0b\x00\x4e\xd3\xcc\x9d\x2d\x17\x37\x10\x55\x84\x9d\x84\x74\x00\x92\xb2\x84\xa7\x2e\xc2\x8a\x22\x46\x2f\x13\x89\x4c\x1d\x5d\x17\x59\x94\x65\xc1\x22\xbc\xb3\x28\x52\xf8\x18\x14\x5d\xd8\xbf\x84\xc1\xd4\x6a\xf7\x86\xff\xb8\x81\x85\xcb\x81\x36\x96\x59\x8e\x37\x70\x48\xf6\x2e\x6f\xfc\x37\xeb\x5f\xbc\xb0\x0e\x65\xd1\x9a\x7a\xc5\xcc\x1b\x01\x14\x7d\x2c\xae\x60\x88\xa6\x40\x83\x48\x1e\x72\x4c\xf1\xef\x53\x79\xc5\x33\x7b\x73\x01\x8d\xb7\xfb\xa2\xf4\x73\x8b\xb0\x8c\x4f\xb9\x08\xc1\x6c\xc8\xdf\xe5\x08\xa5\xdc\x7b\x6e\xa0\xa8\x7a\x7a\x6f\x59\x98\x4f\xd7\x8f\x54\x9f\x8e\x98\x7b\xd2\x09\xbe\x20\xa7\xf4\xe7\xda\x8e\xab\x50\x8b\xad\xcc\x69\x9b\x38\x72\x72\x23\x8f\x08\x0f\xce\x6f\x5f\xd8\xd6\xfc\x59\x2a\xa2\x68\xa3\xf6\xa2\xe6\x8e\x40\x4e\xe7\x3e\xa1\x0e\x5a\x80\x3e\x4a\xa1\xb0\x41\x4c\xad\x11\x52\xba\x95\x3a\x6a\x9b\xe7\x5f\x40\xcc\xe0\x40\xc8\x94\x6d\x18\x3a\x5c\x53\xa7\xca\x19\x7e\xbd\xbf\x50\x31\xcc\x91\x01\x3e\xd1\x94\x14\xc8\xb4\xde\xd0\x18\x5a\x5b\xf0\xcd\xb5\x03\x50\xcf\x8f\xdb\x16\xdd\x2d\x78\x1a\xb4\xe2\xd5\x82\x28\xa7\xb1\xb4\xf6\xe5\xa2\x74\x3b\xc9\xe8\xe9\x76\xe6\x60\x9c\x7b\x02\xcb\x5e\x94\xaf\x26\x63\x25\xf3\x59\x48\xfc\xf5\x29\x50\xb8\x0d\xee\x46\xeb\x89\x91\x3c\x71\x52\xf5\x39\x17\xf7\x78\x17\x3e\xd5\x1e\x85\xf2\x6f\xd1\xef\x9e\x83\xe1\x8a\x1f\xb9\x1a\xa0\x76\xd4\xda\xd0\xe4\x1e\x41\xb9\x96\x95\x0f\xdc\xb4\x00\x62\x71\x5f\xe6\x59\xe6\xba\x2d\xd8\x67\x01\x4f\xfe\xc0\x29\xa1\xe4\xee\xba\x57\xdf\xf7\x3d\x5f\xb4\x9e\xd7\xf3\xce\x32\x81\xc0\xff\xfc\xc8\x37\x8a\x73\xab\x80\xc8\xb1\x12\xa9\x07\x13\x40\x13\x2c\x52\x85\x77\xef\xe8\xae\xb3\x3c\x68\x30\xad\xa1\xd4\xfa\xc9\x17\x1d\x9f\xb9\x8f\x3f\xd9\x6f\xeb\x77\xe4\x13\x24\x78\x84\x2c\xf8\x29\x15\x76\x82\xbe\xd7\x06\x1b\x11\xb2\xc5\xad\x86\x74\x37\xdb\x6a\x40\xd8\xe3\x7a\xf1\xa4\xbe\x2b\xdf\xca\x23\x1a\x8d\x68\x86\x0a\x97\x99\x80\x20\xde\x22\x37\xc9\x84\x4d\x29\xc4\x18\x4c\xcb\x02\x39\xc8\x25\xef\x32\xaa\xc6\x28\x25\x68\x66\xf4\xfb\x9a\x1d\x2e\x42\x6d\x77\xd8\xe1\x2d\x20\x7d\x63\x7b\x3b\xa4\x01\x2e\xe3\x00\x61\x94\x65\x98\x97\xc0\x9c\x7c\xff\xfe\xee\xb0\xea\x2a\x7e\x02\x37\xa6\xc2\x1a\xac\xa9\x15\xc5\x9a\xf3\xdf\x77\x44\x91\xbe\xa0\xd3\x90\x2b\xea\xa1\xa4\x5d\x4e\x00\x8e\x6d\xc8\x00\xf2\xa7\x79\x0c\x3b\xe3\x46\xc7\x43\x70\x30\xb5\x4d\x23\xe8\x8b\x8e\x7f\x25\xe4\x9b\x81\x7c\xa3\xd0\x4b\x0a\x51\x49\x18\x83\x07\x32\x46\x54\x41\xd0\x4d\xae\x61\x12\x9b\xe6\xf5\x54\xa1\xaf\xad\x8c\x13\x00\xbf\x50\xbb\xf3\xc2\xae\x9f\x47\x43\xcf\xae\x02\xc0\x0e\x9d\xdf\xf8\x29\x56\x8a\x09\xd4\x75\xbc\x8a\xf9\x76\x43\x2e\xb1\x6b\x28\xae\x5f\x80\x91\x4b\xd9\xbc\x88\x93\xb1\x2b\x8e\x72\x69\xa5\xb3\xd2\x61\x1d\x61\xce\xdc\x6e\x06\x3d\x54\x63\xf6\x1e\xa1\x62\x26\x4c\x80\x24\xb8\x7e\xcb\x90\x78\xb8\xb9\x35\x8e\x16\xc9\x75\x85\xe2\x12\x9c\x0b\xb9\xe0\x0e\xeb\xd2\xe9\xaa\x91\xa3\xd8\xdb\x74\x8a\xef\xb9\x26\x9a\x1a\xae\x47\xbc\x56\x42\x8e\x33\x15\x77\x59\xf5\x8d\x6a\xfe\xfa\x6d\x5e\x46\xaa\x21\xe0\xad\x4d\x3e\x70\xa5\x4d\x34\x25\x23\x43\xa2\x61\x53\x15\x41\xab\xdc\x3e\xa5\x7f\xc9\xcf\x20\x7a\x7f\xa9\xd3\x2d\x04\x37\xb6\x49\xa7\x50\xb3\x31\xd5\x12\x15\xe8\x15\x33\x62\x99\x66\xdb\x10\xdf\x5a\x3a\x09\x98\xa3\x81\x80\x08\xb0\x4b\x6d\x7f\x2f\xf0\xba\xc2\x30\x1f\x21\x7f\x80\xde\xb3\xa6\xda\xc3\x9b\xd6\xad\x5e\x59\xae\xba\x13\x54\x0e\x89\x5a\xc7\x36\x03\x5c\xff\xd8\x15\xd9\xad\x7c\x74\x6c\x97\xdc\x8a\x1a\xc9\xbd\x0b\x5b\x1c\x01\x1d\xba\xfc\xd8\xc7\x89\xd4\xf1\x39\xf3\xfb\x07\x9b\x69\x54\xce\x7c\x78\x22\x44\x7d\x86\x05\x46\x27\x91\x90\x71\xfa\x2c\x8c\x3a\x1c\x52\x0c\x6b\x08\xfb\x4d\xdc\xdd\x80\xcb\x00\xe6\x1a\xdf\xd4\xe2\x69\x2e\x39\x84\x77\x38\xce\xf7\x6c\x55\xad\xae\x65\x9b\x16\x4e\x6e\xc3\x35\xb6\x29\x38\x59\xe3\x59\xda\x28\xfe\x15\xac\x0d\x3c\x01\xe0\x1b\xbc\x76\x67\x94\xd7\x79\x36\x9c\x55\x6d\x97\xf5\x7b\x4a\x08\xa7\x7d\x63\x37\xb9\xe9\x6e\x89\xdb\x94\xe1\xd7\xde\x06\x28\x1f\x3d\x5e\xd3\x3e\x50\x8e\x0a\xfb\xe6\x7a\x08\x47\x48\x3c\x1a\x2b\x5c\xe2\xb8\x36\xa3\x91\xd2\x12\xa3\x59\xd8\x39\x7e\x35\x38\x89\x31\x99\x4a\x8e\x02\x28\x15\xfa\xf7\x11\xbf\x4e\x8e\x6a\xfe\x61\xb5\x18\xfd\x3e\xa4\x70\x52\xed\xfb\x28\x72\xaa\x9a\x49\x70\x3f\x18\x48\x7e\x29\x9e\xf2\x3e\xf4\x67\x26\xbe\x0f\x37\x59\xf8\x7a\xa2\x2a\xdc\xef\x18\x52\x4e\x95\xcc\x85\xc7\x90\x91\x82\xc9\x11\x58\x45\xc1\xd1\xe0\xf5\x7e\x80\x97\x10\xd2\x44\xe1\xe3\x8a\xcd\x30\x78\x11\x24\xd4\xe6\xe5\xde\x11\x47\x69\xd5\x3a\x3f\x05\x8e\xd2\xae\xeb\xee\x0e\xce\x57\x5a\xf0\x5d\xd1\x71\xf0\x28\x6d\xc0\x66\xe1\xfd\x95\xca\x78\xe0\x03\xa0\x7d\xc7\x48\xf8\x98\x2d\x09\x31\x13\xec\xc8\xc8\x23\x48\xbb\x81\x64\x0e\x44\x36\x6b\xc2\xfb\x05\x23\xc6\x26\xd7\x81\x7d\x7f\x8d\x71\x62\xa0\xcc\x97\x68\xa0\xee\xee\xd5\xc4\x57\xc1\x02\x61\x46\x40\x41\x7b\xd0\xcf\x56\xde\x1c\x1b\x9a\x38\xe2\xad\x5c\x6e\xe3\x74\xa8\x3d\x15\xd4\xa9\xe0\xdf\xa4\x11\x13\x68\x13\x08\x06\x99\xc8\xa9\xb4\xd7\xb6\xcc\x75\xf4\x10\xa3\x89\xe0\xb2\x59\x52\x03\x6c\x86\x69\xb6\x5f\x6f\x36\xf6\x68\xd9\x47\x28\x3b\xc6\x2f\xad\x86\xde\x8b\x66\x32\x2c\x43\x97\xad\x18\x7f\xc0\x9c\x5a\x4e\x37\x60\x40\x9b\xf2\xf1\xc4\x21\x2a\x3b\x24\x19\xfe\x4f\xab\x41\x5a\x92\x0a\x81\x3b\x3e\x71\xc7\x79\xda\x31\x9b\xbc\xae\x94\x64\xa3\x03\x63\x13\xe4\x34\x60\x2c\xc3\x7c\x74\x03\x30\xc8\x2b\x94\x97\x90\x85\x59\xf8\xcb\xed\x22\x07\x9f\xa5\xcf\x11\x0a\x1f\x3e\x14\x70\xde\xf3\x19\x6b\x91\x61\x0e\xcf\x2f\x2e\x6f\x63\xdb\x10\x17\xf0\xf8\x28\x99\xb0\xe4\x1e\x42\xdc\x90\x29\xe2\x72\x79\x5c\xf6\xe1\xbc\x2f\x0a\xd0\x58\x23\xbd\xa1\x63\x1e\x50\x79\x02\x32\x95\x54\x24\xe5\x7a\x96\xd1\x39\x61\x5f\x0c\x13\xe8\x19\x2b\x3c\xe6\xc1\xa5\x6c\x89\x65\x3b\xb5\x05\x50\x6d\x1d\x17\xf0\x72\x18\xfc\xe5\x27\x11\x8a\x77\x84\x30\x8f\x3a\xb1\x63\x67\x9c\xa4\x5d\x3c\x64\x4d\xf8\xcc\x51\xc9\x1a\xdc\xd1\xd8\x54\x1a\xd2\x29\x44\x25\x2f\xa2\xff\xc6\x07\x9e\x80\x05\xa5\xef\xab\x5b\xd8\xbf\x11\x1d\x9f\xa9\x07\x96\xf6\x45\x39\x61\xc5\x5d\x65\xc5\x2e\x93\x02\xb7\xb3\x89\x75\x6e\x0e\x0e\x18\x43\x81\x2c\x77\xde\x41\x90\x6e\x91\x9d\x1b\x62\x2b\x96\xe0\x88\xd6\xd7\xc7\x78\x02\xc0\xcb\xb5\x8d\x1f\x05\x50\xa8\x43\xf9\x73\x30\xbe\x0c\xdd\xf7\x19\x04\x3d\x06\xc2\x0c\xe1\xf8\x98\xab\x17\x7c\xce\xce\x07\xbd\x10\x10\x59\xd7\x46\x5f\xf8\xc0\xb9\x51\x9e\x65\x98\x7f\xdd\xb0\x5c\x3e\x3d\xc7\xfb\x78\xbf\x5e\x0e\x44\xd0\x6b\x49\x84\xac\x1a\xac\x7e\x29\x9b\xa5\x10\xea\x94\xcc\x8b\x6a\x3d\x40\xbc\x4c\xe8\x1c\x62\x81\x3c\xaa\x22\x44\xa8\x8e\x99\x21\x56\xee\x48\xf3\x0c\x23\xc1\x20\xb4\x16\x72\x7d\x68\x96\x11\x6e\x74\x5f\x84\xd4\x24\xc4\x99\x81\xab\xc0\xc7\xde\xa6\x4e\x16\x84\x2e\xa0\x59\x87\xbd\x0f\x17\x04\x4f\xb8\x29\x0d\x09\x2c\x95\xf3\x18\x8a\x6c\x36\x63\x14\xa3\x16\x7c\xf1\xd7\x58\x1a\xac\x6e\x83\x73\xf1\x03\x24\x7a\x73\x15\xe6\x7d\x50\x2f\x42\xe2\x6f\xbc\x29\x6d\xd2\xc1\xd9\x59\x51\xd0\xe3\x82\xe3\x68\x5d\xb4\xa4\xf3\x27\x58\x79\xcb\xe8\x50\xc4\x26\x48\xd4\x33\xaa\x0c\x4f\xf2\x8c\xaa\x0c\xf0\x7e\x46\x79\x46\xf8\x28\x82\x38\x87\x4d\xc0\xcc\x14\x28\x55\x25\xe1\x8e\xf0\x51\x2f\x9a\x4e\x59\x14\xa4\xe7\x14\xcf\x2c\x32\x22\x22\xda\x06\x5a\xa7\x6c\x5b\xef\xdb\xe4\xac\x0a\x68\x0f\xc7\x22\xca\x68\xe5\x1a\x39\x60\x18\x6f\x14\x5c\x82\xc0\xf8\x7c\x64\x85\xdd\xb7\xd1\xc1\x6b\xaa\x9c\x42\xf5\xfd\x86\x16\x4a\x0f\x8b\xb4\xa2\xa2\x4a\x5d\x70\xd9\x2d\x14\xe4\x28\xd9\x2d\xc3\x89\x58\x51\x25\x74\xc3\x41\xc6\xd9\xc0\x5b\x0c\xf4\x73\x54\xf1\xa2\x3a\xd8\xe9\x12\x44\x75\xd8\xc7\x0d\x87\x1a\xa1\x1d\x6e\x3e\xd0\x88\x72\x62\x7b\x74\xe3\xca\xae\x56\x2e\x3f\x97\x70\x07\x89\x1d\x97\x15\xec\x19\x7a\x30\x2a\xc5\x94\x60\x0c\x0e\xa0\x10\xf0\x64\xc2\x61\x1b\x32\x92\x71\x71\xef\xe3\x59\xed\xce\xb7\x08\x2d\x5a\x87\xc3\x87\xa3\x47\x62\x6e\x90\x6c\xea\xd0\x97\x76\x10\x76\xd6\x8b\x09\xaa\xdd\xdc\x30\xef\x8d\x00\xb6\x16\xea\x44\x45\xf3\x58\x7f\x5b\x96\xba\xed\x82\x10\xeb\x7d\x75\x78\xc1\x44\x79\x2d\x86\x87\xca\x41\x8d\xeb\x7b\x35\xa1\xf5\x95\xc8\x56\x03\x0a\xde\x5d\x9c\x75\x3f\xf4\x2e\xca\x28\x80\x7f\xbd\xeb\xde\x95\x7f\xb9\xbe\xbb\xb8\xe8\x5d\x7c\x8c\x7f\xba\xb9\x3b\x3d\xed\x76\xcf\xca\xef\x7d\xe8\xf4\xce\x2b\xef\xd9\x9f\xca\x2f\x75\xbe\xbf\xbc\xae\xe0\x0e\xde\xfc\xd8\xbb\xba\x2a\xff\x74\xdb\xfb\xd4\x3d\x1b\x5c\xde\xdd\x2e\x85\x18\x2c\xc6\x5f\xbb\x44\xfb\xc0\x66\xdb\x1a\x57\xb2\x43\x46\x8a\x33\x91\x66\xf3\xa2\xdc\xb6\x3d\x74\x15\x27\x65\xcc\xd2\xf9\x94\xc9\x7c\x97\x98\x01\xab\xfa\xca\x07\xab\x52\x67\xc4\xb5\xe6\xa2\xae\xa8\xbe\x6f\xcc\x6b\x34\x6a\xd1\x0c\xb6\x34\xca\xc2\xa8\x79\x88\xe3\x59\x1a\x3f\x10\xd2\x30\x5c\x27\x64\xc6\xd4\xb2\xb1\xc0\x85\xab\xf2\x99\xe1\xc3\x45\x43\xd3\x86\xe9\x09\x9b\x6b\x76\x98\xa3\x57\x1f\x5d\x7d\x51\xcf\xe8\x3c\x58\xd8\x8e\x88\x3c\x60\x99\x5e\x7f\x07\xae\xc2\x27\xf5\xa4\x77\xea\x41\x83\xad\xca\x6c\xa8\x68\x48\xbe\xde\xb0\xb0\x49\x81\x88\xa4\x8a\xf2\x42\xee\xa6\xf2\x5a\x44\x91\xd1\xb9\x8d\x66\xed\x40\xd1\x84\xbb\x7a\x22\xb0\xb4\x08\xe5\xb8\x66\x13\x2a\xa5\x23\x9e\xfc\x96\x59\x4a\xf3\x2e\xea\x14\x44\x3f\x44\xa5\x71\x69\x6b\x78\x2d\x03\xd4\x53\xa3\xab\x6e\xcf\x95\x66\x82\xe8\x59\x94\xc9\x08\x85\x57\x3c\x3f\xda\x5c\xd0\xa8\x14\x99\x88\x0a\x70\x60\xcd\x5f\x00\x21\x82\x66\x0b\x5b\x9c\x93\x2c\x90\x0f\x3c\xb0\x94\x1c\xc5\x85\x7d\xd2\x23\x88\x1f\xec\x8b\x26\x0d\xb3\xa6\x28\x4e\x4c\x01\x57\x1e\xf3\x78\x97\xbd\xaf\x59\xfd\xe6\x23\xe8\x17\x7b\xbd\xa0\x0a\xe2\x5f\x6f\x93\x66\x53\xa6\xdb\x97\x21\x45\x13\x12\x9c\xad\x00\xe6\xdc\x14\xe2\x15\xee\xc2\xcd\x2c\xae\x6b\x59\x5b\x69\x39\xad\x14\x65\x96\x09\xd5\x18\x83\xe8\xab\x24\x16\x95\x7c\x8a\x12\x4e\x4d\x4a\x4b\x00\x09\xdb\x63\xe6\x59\x93\x06\xd9\xc2\x88\x80\x50\x8d\x31\x46\x56\x0a\x28\x71\x9b\x11\x7e\xd8\x8d\x80\xc7\x45\x3d\xdf\x03\x86\x95\xd1\xdc\xca\xf4\xb3\x8c\x62\x20\xd1\x84\x6a\x24\x69\x6f\xa4\xa4\x43\x9e\x71\x03\x51\x98\xa8\xde\x57\x56\x58\x2a\x32\xa5\xea\xde\x67\xff\xd0\x22\x07\x60\x19\xd1\xef\xe8\x48\x2b\x00\xc3\x9f\xd3\x95\x56\x1c\xd9\x75\x6d\x03\x05\x59\x3a\x37\x5a\xb1\x1d\x58\xd2\xce\xc8\x08\xfc\x7c\xb3\x9d\x75\x2d\x5e\x55\x3f\x2f\xad\x77\xcd\x45\xbd\xb9\xcd\xd6\xa5\xb6\x6e\xc0\xe6\xab\x89\xaf\xb5\x27\x6b\x94\x49\xda\x00\x75\xea\xdb\xc6\x3c\xd6\xa6\xb6\x53\x99\x0f\x9b\xb2\xa6\x70\x54\xcb\x5b\x5f\xa6\x80\xf9\x73\xbb\x2f\x81\x2e\x66\x80\xd4\x30\xa8\x84\xbf\xd5\x82\x16\x85\xf4\xeb\x1b\x77\xb9\x42\x6b\xcf\x79\x81\xd0\x0a\xc4\x83\x90\x9b\x75\x3b\x9f\xb1\x9a\x72\x19\x7f\xcd\xa1\x24\xc7\xe5\xe8\x06\xeb\x7d\xef\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\x7a\x5b\xd6\x6e\x63\x1a\x58\xbb\x32\x7d\xdd\x6c\xa0\xfe\xec\xfa\x07\xb2\x0c\x07\x3e\x53\x5c\x2a\xcb\x36\x1d\x86\xf8\x92\x04\x83\xda\x7e\x77\x58\xc9\x5f\x72\x96\x33\x4b\xfb\xc3\x3c\x1d\xb3\x5d\x54\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x12\xb6\xb6\xcc\x1f\x4a\x72\x6d\xe4\x14\x9c\x8c\x45\xbb\x2a\x17\x40\xf0\x84\x1a\xa3\xf8\x30\x37\xb5\x9e\xa9\x52\x20\xfd\x96\x96\x85\x9b\xab\xee\x69\xef\x43\xaf\xa2\xd6\x77\x6e\x7e\x8c\xff\xfe\x7c\x79\xfd\xe3\x87\xf3\xcb\xcf\xf1\x6f\xe7\x9d\xbb\x8b\xd3\x1f\x06\x57\xe7\x9d\x8b\xf8\xe7\xb3\xce\x6d\xe7\xa6\xbb\xca\x1e\xb0\xd8\x6b\xf3\x46\xd0\x28\xce\xdf\xca\x2e\x2e\x34\x1d\x4c\x31\xed\x3e\x82\xf5\xbb\x5e\x4f\x48\xc7\x67\x3d\xc4\x20\xaf\xd4\xdb\x68\xc0\xb6\x88\xa8\xb3\xce\x94\x03\x45\xd5\x10\xc5\xbb\x4d\x3a\xc4\xa3\xb1\x83\x23\x5a\x5b\x61\xc1\xc5\x84\xdb\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x24\x16\x17\xb6\x8e\x12\x60\x5d\xe5\x9d\x76\x1f\x0b\xdc\xe7\x90\x9d\x67\x35\x7f\x0f\x1e\xee\x5e\x88\xe2\x96\xfd\x28\x35\x9f\xf2\x8c\xaa\x02\xf4\xe9\xd2\xb5\x05\x02\xbb\x1f\x2b\x8c\x8b\xb3\x3a\xf8\x10\xaf\x3c\xdc\xf5\x08\x8c\xfb\xf4\xbc\x07\x22\x50\x62\x3c\xc4\x82\xef\xdc\xd5\xce\xf6\x3d\x4e\x29\x04\x47\x84\x92\xc6\xd8\x7d\x63\x11\xa1\xeb\x1a\xd0\xa5\x2d\xb2\x49\xa0\x04\xf9\x93\xb9\x39\xc2\x20\xfd\x3f\xba\xc2\xa8\xf9\x26\x60\x5c\x24\x65\x1a\x64\x53\xe7\xd1\x28\x03\x41\x31\x0d\xfe\x21\xdf\xfa\x05\x08\x3b\xde\xe3\xe6\xdc\xb6\x8e\x76\x01\x83\x85\x37\x96\x5b\xcf\xec\x25\xf4\x52\xd7\x21\x8e\x0b\x86\x55\x18\xca\x5c\xa4\xbe\x8a\xcd\x94\x8b\xe3\x29\xfd\xf2\xde\xcf\x14\xcb\xf4\x87\xdc\x70\x2c\x1d\x9c\x59\x4d\x64\x6e\x99\xdc\xf2\xe5\xea\x8b\x25\xeb\xb5\x5a\x5a\xf4\x9c\x15\xd4\x9e\x42\x47\x45\x2f\xd2\x03\x9b\xd7\xed\xdf\x02\xc6\x07\x7a\xaa\xdc\x81\x87\x46\x66\x8a\x41\xd1\xb6\xe0\xa3\xca\xd0\xf7\x18\xfe\x86\x18\x88\x12\xee\x57\x3d\xf3\x8e\xed\x73\x3b\x9d\x9b\x5a\xcb\xe0\x13\xa0\xb4\xb8\x9e\xec\xa6\xa1\x9d\xd0\xe7\xc9\xbb\x98\x8f\x14\x13\xd6\xec\x6e\xfd\x43\x0e\xa1\xb4\x88\xf6\xb0\xbe\x8a\x25\x60\xf2\xb4\x7b\xe1\x93\x4a\x21\xd4\x7e\xc1\xf8\xe8\x69\x20\x63\x1a\x0c\xf0\x50\xf6\x8a\xfd\x92\xbb\x78\xda\x3f\x7e\xb7\xd9\x45\x6b\xd4\x9c\xf8\xf4\xf5\x38\x44\xc7\x45\xa8\xb9\x4b\x17\xc6\x95\x0b\x5e\x07\xc5\x7f\x8d\x05\x9f\x9e\xb7\xae\x5e\xa5\x53\xf7\xe7\xca\x28\xa6\x5b\x9f\x1a\x87\xef\x3f\x59\xce\xd4\x4f\x95\x54\x29\xd7\x1d\x04\x27\xb8\xd6\xe3\x1b\x6d\x48\x93\xfb\x47\xaa\x52\x34\x16\x82\xdd\xb8\x4d\x7e\x90\x8f\xec\x81\xa9\x16\x49\x98\x32\xd4\xa5\x30\xd8\xb3\x96\x65\x70\xa0\x5c\x3b\x7d\x01\xf1\x3a\x98\x0f\x22\x00\x12\xd9\xf0\xf1\xc4\x2a\x94\xce\x30\xe5\x4a\xa3\x69\x66\x20\xfc\x98\x7d\x99\xb1\x04\x03\xb5\x9a\xa2\x53\x46\x19\x7d\x58\xcc\xc9\xd8\x26\xdc\x3e\xaa\xfe\xe6\x0b\x04\xb9\x3c\xb6\xa5\x86\x6a\x5f\x44\x0c\xb9\xe6\x6c\x6e\x26\x52\xb4\xc8\x58\x66\x54\x8c\xdb\xed\x36\x61\x26\x69\xbf\xdf\x88\xd0\x5d\x83\x51\x77\x85\x97\x3d\x93\x9a\x65\xf3\x80\xee\x12\xa2\xa1\xec\x2a\x43\xf4\x95\xe6\x68\xf2\xa8\xa1\xfe\x9b\x6a\xd4\xfe\xf3\x9a\xce\xeb\x35\xd5\x8d\xc3\xff\x1a\xda\xa9\xd6\x94\x5f\xd5\x12\xbe\x5f\xaf\x79\x6d\x10\xce\xea\x91\xd4\x8a\xb0\xd6\x86\xac\x4a\x29\x36\x8d\xd5\xfc\x49\x36\xa1\x07\x6f\x95\x86\x54\xdb\x92\x4b\x1a\xd9\x2a\x7a\x71\x91\xa2\x6b\x28\x2e\x04\xfa\xee\x94\xf2\x98\xe5\xd3\xc5\x12\x18\xfb\x92\xa2\x8a\x41\xe2\xbf\x4e\xa1\xbb\xf5\xf1\x26\x03\x48\xb2\x54\x18\x61\xe9\xc6\x8b\xb6\x50\x24\x26\xe0\x96\x8a\x6b\x48\xbe\xda\x26\x08\x32\x34\x83\x4d\x83\xcb\x06\xaa\x68\x01\x6c\xbd\x2b\xfa\x0f\x71\x9d\xa1\x76\x3f\x7e\xa2\x51\xd4\x01\x3f\x4f\x33\x67\x28\x02\xc7\xb7\x52\x3e\x2f\x2e\x2f\x4a\x75\xeb\x7a\x17\xb7\xdd\x8f\xdd\xeb\x92\x5f\xfa\xfc\xb2\x53\x2a\x8b\x77\x73\x7b\x5d\x71\x5d\x7f\x7f\x79\x79\xde\x5d\xd0\x41\xbb\xb7\xbd\x4f\xa5\xc6\xcf\xee\xae\x3b\xb7\xbd\xcb\xd2\x7b\xdf\xf7\x2e\x3a\xd7\x3f\xc7\xbf\x74\xaf\xaf\x2f\xaf\x2b\xfd\xdd\x9d\x2e\xd7\x66\x4b\xd3\xa8\xdf\x89\x42\x58\x8e\x62\xe8\xeb\x84\xc2\xa6\x7a\x58\xbb\x88\x1c\x54\xdf\x6f\x5b\xb2\xac\x81\x29\xa5\x6c\xb0\x5d\xb0\x46\x53\xc0\x49\x6d\x3f\x56\x1e\x9c\x0f\xa8\x31\x6c\x3a\xdb\x0d\x83\x70\xfd\x83\xb3\x59\x1c\x48\xb9\x64\x58\x73\x1c\x48\x69\x57\x5f\x4e\x1c\x48\x4d\x88\xc7\x62\x1c\x48\xef\xa2\x77\xdb\xeb\x9c\xf7\xfe\x5f\xa5\xc5\xcf\x9d\xde\x6d\xef\xe2\xe3\xe0\xc3\xe5\xf5\xe0\xba\x7b\x73\x79\x77\x7d\xda\xbd\x59\x33\x0a\x64\xd1\xee\x7a\x44\xe2\x7e\x4e\xc8\x6d\x54\xb3\x10\xa5\x42\x57\xa6\xcb\xae\xb8\x95\x69\x2c\x55\xd1\x8c\xff\x93\x8b\x71\x0b\x40\xf2\x4e\x48\x57\xa9\xde\x94\x8e\xd9\x55\x9e\x65\x2d\x12\xb0\x30\x4f\x15\xa3\x06\x5e\xbb\x92\x69\x2f\xfa\x0e\x0c\x47\xb5\xd3\x80\xfe\x1d\xe6\x24\x76\xdf\x72\xfd\x47\x4e\xcf\x60\x94\x72\x08\x89\x01\xdd\xf7\x84\x7c\x4f\x93\x7b\x39\x72\xe0\x39\xad\xa0\xe2\x92\x5f\x72\x69\x28\x61\x5f\x12\xc6\x52\x5f\x82\xa7\x4a\x27\xe7\x72\x27\xcc\xc8\x4d\xea\xa7\xc7\x67\x7a\x75\xf8\x4c\xed\x77\x2e\xdb\x69\xb0\x09\x60\x9b\x9b\xe5\x27\xfc\xd4\x61\xb4\xd5\xb6\x6e\x4c\xb6\x07\x9b\xfe\xb9\x1c\xd7\x67\x16\x40\xb0\xa4\x4b\x87\x28\xb0\x45\xc0\x43\x28\xc7\x44\x73\x71\xdf\x17\x9f\xad\x42\x2b\x73\x85\x3f\x19\xa9\x20\x49\x65\x94\xe5\x7a\xc2\x00\x1b\xb6\xe5\x8b\x55\x82\xa7\xb0\x5c\x37\x0a\x48\xc6\x12\x27\x7c\x9d\x71\x61\xb9\xc5\x8c\x7b\x09\xb2\xba\xf5\x7b\xa9\x51\xc9\x75\xd0\xb3\x9f\xd0\x7d\x5b\x58\x67\x1f\x27\x0c\xab\x73\x16\xa8\xf3\xbe\x60\x0d\x72\x6e\xc8\x3b\xc5\x5a\xa3\x20\xda\xd8\x65\x7f\xeb\x23\x6b\x61\xb9\x1f\x24\x4f\x49\x9a\xcf\x32\x9e\x04\xbe\xfb\x28\x55\x63\x24\x14\x6a\x3a\x1b\x44\x42\x55\xf4\xf7\x65\x13\xab\x51\xa3\x22\xad\x6d\x49\x4c\xd4\x13\x47\x85\x45\x48\x57\xb9\x66\xea\xc8\x28\x3e\x1e\x83\xdc\xe8\x8d\x32\x2f\x3f\x6c\xcc\xd3\xe6\x7c\xb0\xbb\xfd\x21\x76\x0f\x64\x58\xa9\x27\xc0\xb7\x58\x9a\x9a\xcd\xb2\xb9\x0f\xe6\xc6\x05\xf4\xc7\x7e\x96\x2b\xc4\x18\x1e\x91\x30\xa0\xc6\xb0\x8d\x99\x62\xb6\x97\x74\x80\xe0\x61\xbb\x83\x9a\xf5\x46\x08\xa5\x8b\x60\x45\x91\xff\xcc\x03\x18\xf9\x1b\xae\xe8\xdb\xa7\x5a\x21\xca\x01\x40\xf6\x12\xf9\x28\xb0\xc6\x12\xbc\x0f\xf2\xbc\x90\x20\x9b\x84\xf4\xab\xbe\xf0\x58\x69\x2e\x41\x6d\x14\x2a\xa6\xa2\x8d\x13\x2b\x48\x7c\xfd\x30\xbf\xa2\xbc\xab\x9d\xfa\xa7\xc6\x3a\xa9\x21\x2e\x7e\x27\x5b\xa9\x8b\x89\xda\x4b\x11\xdf\x45\x34\x85\x4c\x0e\x11\x7d\x71\x21\x4b\x2b\xbe\x75\x36\x33\x60\x8e\x5c\x2e\x5d\xf9\xce\xf2\xd1\x8e\x10\x3e\x23\x97\xa0\x5f\x94\xca\x72\xee\x35\x8d\x6d\xf7\x05\xcb\x8d\x8c\xf0\x2e\xed\xe4\x7a\x95\xb2\x91\x6d\xcc\x69\xe8\xa5\xb5\xe0\x49\xc5\x89\xf1\x2b\xdf\xc4\x9d\x6b\x6c\x28\x1b\x65\xe1\xcd\x14\xf3\xd6\xb3\x39\x33\xc1\x68\x96\xf9\x9c\x8b\xf9\xac\x5c\x29\x30\xf6\x1a\x78\xbb\x60\xf0\xf4\x42\x52\x50\x54\x8b\x48\x0a\x26\x8c\x76\x55\x03\xfa\xc2\x35\xee\x73\x7a\x03\x2c\x96\x73\x84\xe0\xc2\xb4\x9c\x0e\xe2\x10\x98\xb5\xcc\x1e\x10\xa4\xb4\x58\x13\x23\x21\xe7\xc6\x0e\xf0\xd4\xb2\x73\x2b\xbc\x50\x91\x16\xb5\x64\x26\xac\x2f\x2a\x89\xad\x8a\x8d\xb9\x36\x70\xb1\x78\x8a\x8d\xbf\xdf\x5b\xb2\x5f\x49\xde\x59\xb6\xf4\x8d\xc9\x7e\xab\x18\xd7\x88\x26\x9b\x24\xdd\xcc\x67\x2c\xed\x85\xef\x96\x13\x43\xc9\x74\x92\x46\xae\xa5\xd2\x21\x47\x1a\xf0\x18\xeb\xe0\x47\xd5\x01\x1e\x30\x6c\x52\x00\x5a\x0b\x45\xf4\xec\x16\x8d\xa9\x2f\xa4\xa8\x43\x15\x3d\x0c\x08\x88\x4d\xde\xa3\x72\xf5\xbd\x20\x4b\x25\x52\x1b\xf4\xaf\xc1\x27\x23\xca\xb3\x5c\x35\x8a\x08\x48\x96\x7b\x4f\x45\x3e\x85\x66\x49\xdd\xae\x05\xbb\x74\x74\x8c\x82\x4d\xfa\x81\x2a\xa8\xc6\x3f\xcb\xf2\x31\x17\xba\x4c\xf5\xcd\x45\x65\x16\x0a\x6c\xad\xd8\xf0\xa2\x26\xd7\xfa\xbc\xb8\x83\x87\x5d\xc3\xe4\xc1\x0f\xd1\x8c\xea\xe6\x84\xb6\x68\xec\x7d\x71\x0b\x77\x35\x66\xda\x86\x63\x46\x11\x85\x5c\x69\x03\x65\x8f\x6b\xe7\x5b\xe2\xe7\x65\x4a\xdd\x29\xc8\xad\x2e\x27\x76\x75\x30\xed\x27\x3a\x5b\x96\xae\xb8\x73\x8b\xab\xb6\x21\x58\x37\xab\xc7\xb0\x5a\xf6\xa4\x66\xf5\x42\x40\xf0\xb3\x38\xf1\x36\x01\x4f\x08\x71\xe1\x0e\x76\x64\x21\xf3\xbd\x24\x98\xc6\x9f\x6e\x9e\x1a\x50\x78\xaf\x1c\x60\x3e\x36\x38\xc4\x60\xee\x38\xfe\x7c\x87\xcc\xfb\xb0\x31\xbe\xad\x25\xdb\xb1\x63\x6c\x6c\x91\xce\xf0\x8c\xa1\xb1\x3f\x2d\x2c\xd1\xa6\x91\xb1\x0f\x71\x2a\x00\xdc\x0d\x45\xfd\xf8\xb5\x24\xe6\x10\x11\xfb\x53\x39\x9f\xa3\xb4\xc4\x92\xaf\x95\xf8\xb2\x88\xc8\x09\x42\x4b\xca\x84\x34\x8c\x50\x22\x78\x76\x2c\xf2\x2c\x3b\xbe\x80\xf2\xbd\x5a\xf3\x31\x56\x07\xc3\x7a\x1a\xe0\x25\x2c\x30\xa2\x4a\xa6\xb2\xe8\x08\xc0\x15\x69\x87\x84\x56\x3c\x63\x39\xa6\xdd\x82\x6c\xde\x17\xf6\x0b\x14\xb1\x10\x5a\x87\x07\xcf\x2a\xf6\x16\x6a\x77\x60\x5f\x10\x66\x38\x8f\x1b\xaf\x21\xb0\x65\xe9\x81\x3b\xb9\x34\x0f\xb8\xb1\x2f\x06\x37\x56\xaa\x50\xc8\x62\x7d\x04\xd9\xe6\x43\xb5\x35\x84\x6b\x10\xc4\x82\x4b\x60\x0d\x7a\xfc\x9a\xee\x80\xa7\x4c\x16\xdd\x39\x33\xd4\xaf\xd4\x3e\xac\xa2\xbf\x60\xbc\xf1\x40\x8e\x06\x7a\x21\x6e\x9b\x2c\x67\xf3\x0b\x11\xdf\xeb\x99\xa5\xe2\x20\x8f\x38\x32\x7a\x91\x48\x9a\xe4\x72\x29\x06\x4e\x72\x5f\x6f\xb0\xd5\x05\xbb\x14\x1f\xf0\xf3\x2b\x99\xf1\x64\xb9\x2d\xcf\x5f\x4d\x00\x45\xb2\x60\xc9\x05\xd0\x1e\x87\x46\x4e\xbd\x3a\x81\x46\x2a\xc3\x12\x53\xa8\xa6\x8b\x93\xdb\xc4\xd4\xe1\xb5\x82\xd0\x0a\x24\xe1\x15\x58\x4a\x04\xeb\xa1\xba\x30\x1f\x14\xa4\x01\xd5\x83\xce\xc0\x76\xec\x0b\xe6\xc5\x03\x01\xde\xf4\x38\x91\x19\x6b\xa1\xee\x0b\x86\xb2\xbe\x98\x31\x95\x48\xa8\x35\x9a\xca\x47\x30\x19\x26\x13\x9e\xa5\x45\x30\xed\x3b\xb0\xdb\x83\x75\xed\xbd\xcb\x18\x2a\x4a\x72\x04\x44\x9d\xd5\x64\x7b\x86\xc4\xbe\x53\x64\xec\x3e\x0d\x71\xcb\xa8\xe0\xb3\xb3\xe5\xe3\x52\x38\x04\x8c\x8a\x92\x49\x95\x0b\x83\xf4\xe3\xd9\x6c\x87\x59\x08\x93\x84\x0b\x06\xe1\x97\x4c\x65\x5f\x1d\x0e\x4e\x75\x29\x89\xb4\x24\xca\x83\xb5\xd4\x7e\x44\xc1\xdf\x42\x51\x0c\x19\x32\x32\xa3\xda\x0a\x2e\x6e\x53\xfb\xa2\xd0\xab\xdf\xea\x58\x24\xa9\xdd\xe7\x36\xf9\x00\x75\x7a\xb4\xa1\x22\x61\x2d\xf2\xb6\x34\xd1\xb7\x90\x54\x27\x24\xf4\x07\x05\x12\x4d\x79\x69\x80\x5c\x5b\x84\x9b\xbe\xe0\x1a\x29\x53\xb1\x8c\x3d\xd8\xd1\xb9\xb3\x13\x79\x8c\x99\x0b\xe3\x0e\xd3\x06\x6f\x11\x55\x2c\x2e\x03\x18\x55\x0c\x77\x33\x73\x55\x85\x1c\x2c\x4a\x2e\x20\x4a\x92\x7d\x41\xf0\x99\x6c\x0e\x1e\x04\xc5\xd3\xd4\x76\x57\xa0\x22\xb9\x7c\x56\x80\xd9\x9d\xcb\x1c\xb1\xe2\x52\xb0\x0b\xd3\x10\x37\xe7\x11\x6a\x32\x8e\xc2\xe8\x50\x9a\x49\x19\xad\x03\x13\xde\xf0\x24\xb1\x07\xa6\xe6\x06\xc0\xf4\x60\x5d\x05\x83\x42\x67\xc6\x2e\x40\xc1\x38\xfa\x82\xa6\xae\xe8\x9a\x6b\xce\x2e\x0d\xd0\xfd\x92\x7d\x76\xcf\x87\xf2\x61\x99\x4c\xb7\xab\x31\x18\x4f\xf5\x2c\xa3\x62\x80\x0c\xf5\x2b\x98\x83\xa3\x5c\xc4\x26\x98\xc4\x7c\x38\x08\x20\x2d\x7b\x19\x67\x90\x74\xae\x4b\x19\xc2\x56\x84\xf3\x1d\xb5\xaa\x50\xea\x5e\x32\x87\xa8\x59\x13\xca\xa2\xbb\xca\x44\xec\x4b\x5d\x60\xd7\x6a\x93\x36\xad\x18\xb0\x42\x39\xa0\x15\x36\x6d\x4f\x01\x2f\xd5\xae\xbd\xce\xce\x57\xee\x90\xea\xb6\x6f\x6e\x52\x5d\x10\x98\xb6\x32\xab\xae\x18\xd6\xd3\x9a\x56\x1b\x4d\x08\x8b\x26\xd6\xcf\xe5\x62\xff\x56\x2b\x41\x17\x29\x23\x5a\x5a\xbd\xc6\x5b\x38\xea\x73\x4d\x2b\xf1\x4c\x4f\x8a\xad\x55\x86\x12\x59\x3b\x30\x10\xd1\xf5\x48\xaf\xa8\x41\xd7\x22\xfd\x37\x48\x59\xba\xff\x06\xf1\x68\x7d\xca\xb2\x87\xee\x2b\x97\xd3\xaa\x3a\x20\xd0\x37\x58\x1c\x38\x07\x29\xb7\x91\x35\xef\x6b\x62\xe6\x45\x51\x93\x18\x3e\x30\xc4\x06\xdc\x35\x89\x3a\xe7\xdc\x03\xea\x01\xac\x86\xca\x13\x53\x4c\x38\xe0\x8f\x7d\xef\x3f\xb4\x4b\x34\xcb\xdd\x8d\x1a\xf0\xbe\xa4\xea\x0b\xdf\x5a\x01\x03\xdc\xc9\xb2\x85\xa6\x16\xa1\xf7\x22\x5a\x05\x20\x4e\x9f\xcf\x00\x79\x32\xf6\x25\x88\xf8\x5c\xe0\x03\x50\x0c\x78\xc8\x0a\xb0\x85\x36\x29\xc0\x1f\x41\xf4\xa8\xa0\xcc\xc5\x20\x73\x59\xe6\x11\xd6\x50\x6a\x8b\x60\xb5\x74\x0e\x55\xaa\x46\xb9\x65\x47\xa1\x77\x2b\x1b\x01\xe0\xe0\x88\xdb\x43\xe2\xd7\xa5\x2f\x3e\x49\x5c\x60\x14\xaf\xaa\xc5\x8f\xdd\xb2\xbd\x0d\x69\x1d\xee\x87\x33\xb8\xb6\x47\xe8\x07\xab\x00\x7d\x80\xff\x1a\xa2\x6c\x5a\x56\xf6\x50\xc5\xa4\x12\x2a\xfa\xe2\x1f\x76\x79\x3c\x8a\x9e\xdb\x56\x39\xc2\x43\xec\x81\x51\xc8\xbb\xbf\x63\xa3\xef\xfe\xf5\xfd\xdf\xdf\x23\x46\x69\xae\x21\x95\xae\x55\xbe\x42\xfc\x40\xed\x96\x42\x8c\x57\x28\x51\xe9\x0b\x5f\x15\x5d\x2c\xc5\xdb\x71\x5a\xce\xbe\xab\x4b\x14\x96\xd7\x0e\x49\xa8\x49\x26\x47\x5e\x9a\x8b\x91\x05\xb9\x2e\x6a\x97\x58\xc9\xd1\xca\x5a\x95\x7a\x27\x98\x58\x44\x42\xe5\x69\x5d\x5e\x07\x4b\x2f\x58\xa6\xcf\xe5\xd9\x54\x30\x3a\x7c\x4f\x40\x9c\x05\x4a\x44\x21\xe9\x85\xd7\x7d\x9e\x4c\x54\x08\x13\x4d\xc4\x82\x4e\x59\x4a\xfa\x18\x57\xde\x7f\xe3\xb7\xbf\x2f\x66\xc3\x76\x36\x1f\x99\x36\x44\xb9\xb7\xed\xb2\xb4\xbb\x4b\xab\xf9\xe1\x25\x34\x48\x17\x55\xa5\x15\xcb\xdd\xa8\x6c\xd5\xcb\x3b\x61\x75\x42\x4f\xeb\x0b\x2d\x68\xe2\x09\xeb\x73\x53\xf6\x01\xb1\x60\x33\x62\xe8\xd7\x6b\x79\xe4\x38\x2b\xe4\x46\x82\x55\x71\x3e\x01\xc6\xd0\x5e\x74\xa1\x64\x23\x15\x34\x9b\x43\xb6\x5a\xab\x2f\xb0\x9a\x2c\x4b\x09\x4d\xe6\x49\xc6\x13\x87\x02\x57\x96\x85\xd8\x03\x13\xa6\x14\x54\x0b\x39\xa6\xcf\x25\x0e\x35\x85\xf3\xd6\xaf\xfe\x5d\x83\x28\x14\x10\x3b\xcb\x56\xb3\x2a\x99\x38\xdc\x1a\xb5\x21\xee\x4f\xe8\x1e\x58\x73\xea\xf5\x59\xa9\xf8\x98\x0b\x6a\xa4\x22\xef\xc0\xfc\x9f\x65\x4c\xbd\x0f\xe5\x05\x61\x15\xeb\x87\x31\xd9\xa8\xa8\x4f\x0d\x04\x5c\xfd\x65\x9b\x24\xb9\x52\x2c\x1d\x2c\x46\x51\x6e\x8a\x91\xb0\x3c\xc6\xcc\x8a\xd6\x7c\xca\xb4\xa1\xd3\x59\x9c\x23\x1d\x32\xf7\xdc\xca\x64\xb8\x08\xc4\x0f\x0c\xd4\x3a\x1e\x95\x27\xed\x0b\x67\x0c\xc1\x7d\x93\xaa\x06\xfc\xa7\x3a\x4b\xac\x79\xba\x65\x8c\xaa\x03\x43\xdd\xb0\x80\x63\xd5\x60\x7c\x7d\xee\x6d\x44\xc5\x45\x50\xe2\xac\x30\x51\x28\x88\x6b\x05\xd1\x50\x43\x3c\x84\x03\xf6\x45\x11\x8a\x77\x9a\xc9\x3c\x25\xce\x5c\xee\x8c\xcf\xaa\x4d\x38\x6b\xb7\x88\xfe\xf3\xc9\xf1\x71\xbb\xbd\xa7\x9a\x40\xe5\xb2\xa1\xf5\x14\x8e\x85\x3d\xeb\x42\x5d\x57\x1c\xad\x12\x06\xe8\x60\x33\xcd\xc3\xa7\x32\x01\xb5\xc4\x9a\x79\x39\x90\xab\xda\x65\xc0\x45\xdd\xa5\x3b\x1f\x11\xb6\xbc\xab\x19\x55\x4c\x98\x01\xf4\xb8\x59\x67\xd0\xc9\x15\x7c\x5e\x0a\xe1\x5f\x4b\xc3\xfa\xef\x5b\x89\x8a\xb3\x8f\xe3\xfb\x5b\x84\x60\xec\xd2\xa2\xa9\xbe\x27\xef\x38\xf8\xb1\x22\x23\xe3\x2a\xc8\x56\x37\xa1\x2d\x56\x2f\x9a\x50\x89\x31\xad\x35\xa1\x62\xf4\xe0\xb3\xa2\x01\x9e\x37\x84\x32\x59\x46\xe1\x7f\x2b\x2c\xc0\x18\xa6\x56\x98\xbb\x09\x35\xae\x64\xcc\x3f\x99\x92\x28\xb1\x09\xe9\x65\xc0\xb8\xe1\x25\x31\xad\xf3\x01\xd4\xab\xdd\xea\x26\xc0\x9c\x60\xf8\x1e\x62\xa4\x7c\xa2\x41\x5c\x01\x17\xaf\xe9\xe1\xdc\xc7\xb6\x36\xa3\xad\x6c\x53\x06\xb9\x28\x42\x5e\x5c\x86\x11\xf7\xf4\x9a\x44\x60\xc5\xfe\x80\x1e\x83\x10\xe0\xea\x85\x4f\xe9\xcc\xf9\x8c\x5d\x75\x85\xaa\x55\xa4\x0d\x93\xf8\xef\xff\xfa\x5b\xbb\x29\x25\x10\x86\xbe\x35\x74\xe6\x07\x0f\x9c\xa9\x18\x4d\x0b\x48\xbb\x18\xb1\x6e\x55\xba\xdf\x4a\x82\xdc\x41\x92\xd9\x65\x5f\x16\x65\x15\xef\xaa\x8d\xc8\x9e\xa7\x31\x9e\x43\x20\x70\xb7\x3d\x01\xd1\x4c\x8e\x08\xc8\xc0\x0d\xd2\x52\xdb\x8d\xb3\xa6\x87\x0d\x56\xaf\x9e\x3f\x3d\x93\x1c\xd8\x94\xb5\xb6\xce\xf0\x4b\xdf\xee\x2c\xbd\xee\x92\xec\xb6\xd4\xaf\x77\x16\x8a\x64\x40\x00\x5b\x4f\x90\x44\x4e\x87\x56\x82\xb4\xf7\x6c\xb0\x8a\x02\x6b\xea\xf8\xc4\x87\x10\xb5\xed\x59\x0c\xc2\xcc\x55\xd2\xc6\x82\x4b\x39\x0e\xcb\x8e\xe9\xac\xd6\x99\xd6\x70\x1f\xec\x37\x2f\xaf\xfe\x70\x74\xaa\x33\x28\xca\xb6\xdc\xf3\xe4\x9e\x59\x52\x1e\x15\xf0\x92\xb1\x68\x15\x84\xeb\x10\xa7\xde\x17\xb0\x42\x18\x14\xe9\xa9\xdf\x1e\x07\x23\x89\x62\xe0\xa1\x2b\x02\x9f\x25\xe1\xe6\xad\xae\x5f\x9c\xa7\x4e\x22\xac\x5f\x0b\x68\x3f\xa4\xba\x38\x30\x8b\xa0\xd7\xa0\x26\x08\xe2\xe0\x9f\x02\x5f\xd4\x2c\x91\x22\xa4\xc7\xec\x45\xcb\xa8\x49\x30\xac\x1f\x2e\x3c\x5b\x40\xc1\x58\xa5\xf2\xec\xa8\x79\x45\xbc\x4d\xc9\xc4\xa1\x7a\x18\xa2\x21\x78\x08\x62\x64\x6d\xdf\x2d\x32\xa5\x5c\xb8\x63\x00\x75\xdc\x49\xca\x86\xf9\x78\xdc\xa8\x10\x64\x72\xfc\xa4\xd6\x49\x9f\x8e\xd7\x68\x9d\x0c\x33\xcc\x96\xa5\x98\xad\xa0\xd0\x6f\x48\xf3\x5b\x1a\x92\xbd\x0f\xdd\xad\xe7\x7b\x42\x0b\xd4\x88\x67\xec\x79\xd4\xb5\x3d\xe9\x9e\xbd\x75\x74\x4f\x6f\xc2\x84\x30\x2a\x9c\x47\x30\x32\xfd\x86\x94\x52\x0c\x4b\x1f\xd8\x2f\x9f\x34\x36\x3d\x64\xd3\xc0\x61\xc5\xa8\x73\xcb\x9b\x52\x0d\xa8\x35\xfb\x0f\x56\x07\xde\xbe\x2a\x05\x6e\x67\xd4\xa6\x1b\x39\x65\x04\xba\xd2\x98\x20\x4d\x5c\x1c\x58\x0b\x5c\x1e\x76\x82\x05\x5c\x1d\x1c\x78\x67\xd3\x4f\x26\x54\x8c\xa3\x12\x66\xe4\x9d\x60\x8f\xc4\xf2\xda\x56\x6c\x03\x8e\xb6\xa7\x45\x98\x49\xde\x5b\xd9\xa6\xe4\x32\x56\x2c\x91\x2a\x85\x0c\xc5\x31\x55\x29\x04\x2a\x38\x82\xcf\x68\x72\x0f\xd0\xb0\x70\x1d\x61\x8f\xce\x4e\xed\x93\xf8\xd0\x77\x52\xb4\xc6\x45\xa2\x20\x4f\xc5\xa3\x4c\x85\xf1\xe1\xe7\x9a\xd0\x44\x49\x8d\xca\xa9\x47\x04\x75\x50\x94\x11\x1a\x1f\xf4\xb8\x49\xc8\xca\x95\x23\x08\x1f\xce\x18\x59\xe0\x81\x4b\x96\xf0\x76\x3e\x48\xe5\x12\xf2\x60\xc5\xaf\x1c\xac\xcf\x0f\xfc\x81\xb5\xc8\xcd\x8c\xaa\xfb\x16\x39\x9b\x0b\x3a\xe5\xc9\x7f\xca\x61\x9d\x31\x77\x21\x3e\x70\x67\x91\x78\xff\x65\x35\xea\x0f\xfa\xe7\x85\xd8\x2f\xd2\xa4\x76\xbe\x4e\x53\x6e\x43\xe8\xe6\xb7\x7e\xa9\xaf\x08\x08\x38\x58\x65\xf7\x7a\x01\xd6\x2a\xca\xde\xe8\x49\xd3\x29\x17\x25\x5d\xed\x45\x79\x7a\xaa\x9b\x5a\x17\x2a\x5d\x62\xc6\x6b\x69\xb7\xfb\x90\x1c\xaf\xa8\xd5\x72\xac\x42\x39\x95\x86\xe1\xbd\xaf\x8d\x54\xcc\xc1\x7a\xa0\x38\x09\xf5\x3f\xb9\xc6\x27\x4d\xd8\xf8\x49\x26\xf5\xda\x21\xb9\x8b\x1b\x76\xea\x3e\x5f\x2a\x9d\xc8\xe9\x0c\x5c\xbf\x8a\x69\x88\x01\x5c\xd4\xd7\x16\x7c\x66\x7b\x89\x22\x5a\x1c\xee\x27\x66\xe8\xd9\x82\x61\x38\xd0\x76\x88\xd8\xb3\x24\x0d\x66\xde\xee\x12\x9a\x6e\xba\x62\xbb\xb1\xf3\xd4\x9e\x6d\x5f\x5d\xd5\x55\x90\xe3\x62\x9c\x35\x15\x5d\xea\x0b\x57\x80\x2e\x86\xfb\x2d\x92\x6a\x83\x25\xd5\xe1\x2a\x3c\x96\x8a\x6f\x85\xea\x75\x2e\x0a\x8f\x3a\x85\x3d\xc8\x45\x70\x97\xb7\x3c\x7e\xb0\x62\x50\xe1\xdc\xf2\x4a\x9d\x0f\x8f\x8a\x58\x39\xa9\x80\xbb\x42\x28\xe5\x8c\x2a\x00\xad\x99\xf0\x2c\x3d\xaa\x89\x87\x46\x29\x07\xea\xd6\x05\x44\xd4\x21\x03\xd0\x43\xd8\x71\xac\x11\x8d\xa1\x1a\x61\xee\xa1\x9d\x61\x6e\x08\x0b\x75\xc0\xb8\x76\xc6\xa3\x8a\x24\x51\xe2\x17\x25\xdb\xc0\xd7\xb6\x08\xae\xe6\x17\x4d\x39\xf3\xdf\x3e\x9f\x28\xad\xd9\x3a\x7c\xe2\xb6\x6c\x85\xf3\xa7\x86\x8a\xc0\x39\x9a\x96\x4a\x0f\xd0\x84\xf6\x0c\xb1\xe4\x45\xa6\xb3\x9e\xd1\x47\xe1\x22\xd4\x36\xaa\xfb\xb0\x1e\x7f\xa8\x07\xe3\xb2\xfc\xa1\xf2\xa4\x0c\x0c\x8e\xd1\xde\x86\x07\x04\x82\x56\x04\xb5\x02\x35\x41\x8b\xb4\xd2\x42\xfd\xe9\x8b\x22\x74\x52\x93\x47\x96\x65\xf6\xbf\x49\x95\x71\xbb\x88\xc4\x14\xa2\x3c\x58\xcb\x87\x53\xb9\x54\x04\xa7\xa4\x1c\x0d\x29\xd4\x28\x69\x42\x7a\x5f\x38\xcd\xfb\xaa\x99\x96\xd0\x64\xc2\x06\x76\x68\xf9\x06\x31\x37\x0e\xb6\xfc\xd4\x7e\x7c\x83\xdf\x2e\xbd\xcc\xe8\xcc\xe4\xca\x39\x0d\xb1\x2f\xf0\x88\x50\xac\xc3\x1e\x4c\xa5\xab\x8e\x77\x82\xdd\x0e\xee\xd9\x06\x78\x9d\x6e\xac\xf5\xee\xcd\x02\x77\x04\x10\x17\x43\x40\x4f\x42\x95\xf2\x5e\x4e\xd7\x2b\xa1\xca\xf0\x11\x4d\x4a\xea\xde\x5a\xc9\x64\xa5\x1b\x12\x5b\xd4\x60\xda\x29\x80\xb1\x3d\x2b\xc7\x22\x8e\x45\xb0\x68\xed\xfe\xd7\x7a\xd8\xf7\xa1\x1d\xf6\x9e\xbe\xe6\x62\xfd\xa2\x14\x35\x2b\x9b\xa7\x1e\xe1\xa4\xee\x30\xd7\x2d\xe3\x4e\x36\x4b\xf7\x8e\xc0\x4b\xd7\xe7\x70\x0b\x90\x12\x0e\xb8\x13\x2c\x2a\x69\x54\x8a\xaa\x14\xc5\x07\x4b\x58\x94\xea\x0a\x11\x8e\x51\x9a\x8b\xbd\xa2\xe8\x98\x91\x29\x4b\x79\x5e\x45\x13\x58\x1e\x4b\x71\x60\x2c\x2f\x88\xb1\x34\xef\xdb\x93\x31\x84\xe7\xa8\xc2\x5a\x84\x12\x48\x55\xc4\x56\x5e\x80\x92\xff\x68\xa5\x6d\x8c\x5b\x07\x63\x65\x3d\x22\x5b\x94\x3b\x42\xcd\x5b\x1d\x82\x68\xca\x94\xee\x4d\xc3\xe7\x5c\x9b\x9f\x2a\xe5\x91\xb6\x00\x1b\xc8\xf2\xa7\x4b\x18\xf0\x43\xc5\x61\x46\x5f\x2c\x0d\x8c\xbf\x76\x7a\x83\x33\x9b\x5a\xe6\x80\x66\x46\x08\x2c\xf5\x30\x0c\x76\xdc\x9b\x08\x5e\x7f\x0f\xeb\xf5\x77\xbc\xa0\x1e\x15\x9d\xcd\x98\x22\x54\x41\x2c\x3b\x0d\xfa\x4a\xd1\xaf\xeb\xa5\x2f\x50\xd1\xf9\xcf\x9b\xcb\x8b\x42\xe2\x2a\xec\x1f\x95\xa6\xe1\x35\x58\xba\x76\xfd\xce\x5d\xe4\x59\xd6\xb8\x73\x6b\x40\x0d\xdf\x9d\x9f\x0f\x7e\xea\x9c\xdf\x75\x97\x43\xf9\x16\xaf\x35\xae\x49\x18\x89\x5b\x13\x14\x3f\x0d\x88\x9c\xf9\x94\x39\xc3\x33\x28\x11\x6e\xd6\x78\xcb\xe7\x59\x56\x4e\x4b\xef\x8b\xbf\xbb\x76\x20\x6a\x3e\x17\xa8\x1e\xf6\x05\x59\xba\x70\xe5\xfe\xe1\xb5\xbf\xdb\xc6\xff\xee\x6b\xe1\x14\x93\x38\x21\x17\xa1\xd7\x86\x75\x75\xce\x92\x1d\x8e\x03\x66\xc7\x3f\x17\xf0\xc6\x76\xc7\xe3\x4e\x78\x94\x6d\x87\x97\xb1\x97\xd3\x81\x6b\xf7\xf7\xb2\xe9\x21\xb0\xfb\x14\xef\x67\x68\xb7\x85\x70\x09\xda\xb8\xe8\x32\x5c\xb3\xbe\x40\x21\xd0\x8e\xc9\xc8\xe6\x31\x91\x9e\xc0\x74\x88\x8c\x8a\x71\x4e\xc7\x4c\xb7\x88\xef\xbc\x2f\xa6\x7c\x3c\x81\xfc\x12\x87\xee\x17\x2a\x7b\x52\xa8\x63\x56\x26\x21\x74\x51\xb0\x2f\x74\x3a\x03\xd7\xa9\xe8\x0b\x37\x27\x31\x2e\x9a\x47\xef\xc5\x7f\xde\x84\xe9\x58\x4a\x0b\x0d\x39\xc4\x07\xd1\x17\xb8\xb9\x98\xc6\xea\x75\x32\x30\xdc\x52\x53\x25\x5d\xaa\x98\x07\x99\x01\x9e\x3e\x06\xed\x10\x0b\xbc\xf8\xd0\x00\xcb\xe9\x23\x84\x42\x74\x14\xe1\x90\x56\xf3\x13\xbf\x19\xfe\x4c\xb8\xb1\xd5\x53\xfd\xce\x77\x80\x3d\x70\xf5\x85\xf6\x96\x93\x6d\xc1\xc6\x56\x70\xf3\x82\xa0\x44\xf5\x08\x93\x6a\x10\x1f\x04\x9d\xec\xa1\xa8\xe0\xda\x43\xc2\xf7\x97\x0e\x6a\x83\x5a\x84\x6b\x77\xeb\xb0\x8a\x96\x75\x3b\x94\xb2\x61\x5f\xf6\x68\xda\x28\x0d\xca\x7d\xb0\x6a\x31\xf2\xa4\xa1\xec\xe3\xce\xbe\xec\xea\x12\x79\xee\xb3\x6c\x40\x19\xd7\x5b\x0d\xa7\x90\x9f\xd6\x1e\x51\x90\x10\xdc\x65\xb7\x11\x87\x75\xf7\x5c\x89\xc1\x36\xb0\x49\xa7\x50\x3b\x73\x2a\xe3\xc8\x5e\x04\x60\x81\x53\x17\x98\xd5\x0a\x44\xd4\x2a\x76\xae\x85\xc5\x89\x72\xa5\x2d\xbb\x74\xfc\xce\x71\x6d\xab\x9e\xf6\x85\xcf\x39\xf4\xec\xb8\xe3\x6b\x28\xab\xf0\x2b\xc6\x07\xcc\x30\x63\x07\x24\x56\x53\x14\xdf\xa6\xa6\x2f\x00\xd8\x49\x80\xe9\x67\xa8\x21\xe5\xda\xc1\x17\xb9\x07\x11\x16\x2c\x15\xa1\x40\xd2\x0a\x9e\x57\x11\x03\x4a\xf7\xfc\xef\xec\xff\xff\xf5\x77\xff\x7f\x00\x00\x00\xff\xff\xdb\xdf\x4b\xaa\xa2\x3b\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x23\xb9\x91\x27\xfe\xbb\xff\x0a\x5c\xdf\x45\x74\xb7\x4d\x51\x63\x7b\x77\xc3\xa7\x8d\x8d\x6f\x70\x24\x76\x0f\x77\xd4\x92\xac\xc7\xf4\xce\x2d\x1d\x34\x58\x05\x92\xb0\x8a\x00\x07\x40\x49\x4d\x6f\xcc\xff\xfe\x0d\x64\x02\x28\x54\xb1\x8a\x6f\xa9\xa5\x1e\xee\xc5\x79\x5a\xac\x2a\x3c\x13\x89\x7c\x7e\xf2\x7f\x7e\x47\xc8\x1b\xfd\x48\xc7\x63\xa6\xde\x9c\x90\x37\x7f\x6a\x7f\xf7\xa6\x65\x7f\xe3\x62\x24\xdf\x9c\x10\xfb\x9c\x90\x37\x86\x9b\x8c\xd9\xe7\xa3\x6c\x6e\x18\x4f\xb3\x63\xcd\xd4\x03\x4f\xd8\x31\x4d\xa7\x5c\xb4\x67\x4a\x1a\x09\x1f\x12\xf2\xe6\x81\x29\xcd\xa5\xb0\xaf\xbb\x7f\x12\x21\x0d\xd1\xcc\xbc\xf9\x1d\x21\xbf\x42\xf3\x3a\x99\xb0\x29\xd3\x6f\x4e\xc8\x7f\xe3\x47\x13\x63\x66\xbe\x01\xfb\x6f\x6d\xdf\xfd\x1b\xbc\x9b\x48\xa1\xf3\xd2\xcb\x74\x36\xcb\x78\x42\x0d\x97\xe2\xf8\x1f\x5a\x8a\xe2\xdd\x99\x92\x69\x9e\xac\xf9\x2e\x35\x13\x5d\xcc\xf1\x98\xce\xf8\xf1\xc3\x1f\x8f\x69\x62\xf8\x03\x1b\x64\x34\x17\xc9\x64\x30\xcb\xa8\xd0\xc7\xff\xc3\x53\x3b\xc7\x7f\xb0\xc4\xfc\x0a\x7f\xa4\x72\x4a\xb9\xc0\x7f\x0b\x3a\x65\xbf\x86\x76\x08\x79\x33\x66\x26\xfa\x93\x90\x37\x29\xd3\x89\xe2\x33\xe3\x56\xe5\x9a\x19\xc5\xd9\x03\x23\x66\xc2\x08\x76\x47\xb0\x3b\x62\xbb\x23\x7e\xd5\xf4\x8c\x25\x7c\xc4\x59\x4a\x86\x73\xc2\xc5\x2c\x37\x44\xb1\x5f\x72\xa6\x0d\x19\xf1\xcc\x30\xa5\xdb\x6e\xc9\xa0\x17\x39\x63\x0a\xe6\xd9\x4b\x6d\x2f\x1f\x99\xe9\x40\xdb\xe7\xd0\xf4\x55\x46\x45\xfc\xb6\x62\x7a\x26\x85\x66\xba\x34\x54\x42\xde\xfc\xe9\xbb\xef\x2a\x3f\x2d\xce\xa0\x43\x74\x9e\x24\x4c\xeb\x51\x9e\x11\xdf\x52\x3c\x18\xf8\x08\x36\x99\x2e\x34\x46\xc8\x9b\xff\xa3\xd8\xc8\xb6\xf3\xbf\x8f\x53\x36\xe2\x82\xdb\x76\x35\xd2\x52\x34\xda\xd2\x57\xbf\xfe\xae\xee\xdf\xbf\x46\x33\x9a\x51\x45\xa7\xcc\x2e\x4b\xd8\x7d\xfc\xbf\xca\x5c\xec\x7e\xd9\xce\x8b\x3d\xad\x0e\xbc\x32\xdb\x0b\x3a\x65\x44\x8e\x60\xbb\xdc\x17\xf0\x6f\xc5\xb4\xcc\x55\xc2\xc8\x90\x65\x52\x8c\x35\x31\x72\x61\x0d\x38\xb4\x60\x49\xad\xfa\xc4\x6e\x25\x57\xcc\xee\x95\x51\x39\xab\x3c\x35\xf3\x19\x0c\x52\x1b\xc5\xc5\x38\x5e\x8a\x5f\x5b\x6b\x4d\x0d\x29\x74\x83\x99\xe1\x07\x8d\x13\xeb\x8b\x8e\x7f\x25\xa1\x82\x0c\x19\xb1\xe7\x92\xa7\x4c\xb1\x94\x50\x4d\x28\xd1\xf9\x50\x33\x43\x1e\xb9\x99\x70\x61\xff\x46\xf2\x4d\xfc\x9a\xbd\x9c\xb5\x81\x7f\x2e\x5f\x99\x3b\xcd\x94\x1d\xf8\x03\x4f\x59\x4a\x1e\x68\x96\x33\x32\x92\xaa\xb4\x3c\xed\xbe\xb8\x9d\xd8\x75\x98\x0e\xb9\x80\x93\x67\xd7\xd2\x53\xc8\x1f\xfc\x72\xfd\x81\xd8\xfe\x48\x2e\xf8\x2f\x39\xcb\xe6\x84\xa7\x4c\x18\x7b\xae\x75\xb5\xb5\x3f\x48\xe8\x9f\x66\xe4\x88\xd8\x75\x66\xca\xc0\x7a\x4b\x61\xd8\x17\xa3\xc9\x11\xc9\xf8\x3d\x23\x6f\xcf\xb9\x36\xa4\x73\xd5\x7b\xdb\x22\x6f\xcf\x0b\xc6\xa1\xdf\x3e\xc3\x0a\x87\x7f\xff\x2d\x3a\x7a\x86\x8e\xab\x87\xee\x4d\xc7\x9e\xe6\x1b\xbc\x26\x8a\x16\xfe\xf6\xbb\xb8\x1d\xb7\x5f\xcb\x79\x6f\xc1\x78\x1d\xd7\xdd\x84\xd7\x7e\x60\x26\x99\xac\x60\xb4\x7a\x47\x4e\x6b\xb7\xa3\xca\x6a\xf5\xeb\xe2\xb5\x76\x0a\x4f\xcd\x6f\x77\x61\xb6\xd4\xc0\x29\xa0\x5c\xe0\xa1\x09\x67\xa8\xbc\x33\xe4\xeb\xb1\x95\x5d\xf8\x6d\x34\x9b\x88\xe5\x7a\x4e\x1a\xad\xc4\x0b\x99\x6b\xc6\xa7\x7c\xd5\x3e\xf6\x44\x6a\xc5\x2e\xc7\xe4\x44\x3e\x1d\x32\x65\xa7\xee\xd9\x1d\xcc\x70\x68\xd9\x9f\xc9\x95\x60\x69\xc3\xd4\x7e\xc9\x99\x9a\x2f\x99\xdb\x88\x66\xba\x69\x72\x5c\x18\x66\xe5\xda\xca\xe3\x91\x54\x53\x6a\xdc\x0b\xff\xf6\x2f\x9b\x4e\xde\xc8\x7b\xb6\x6a\x9f\x7b\xb8\x6b\x09\xd5\xb0\xdd\xd3\x3c\x33\x7c\x96\x31\x32\xa3\x63\xa6\xdd\x2a\xe4\x99\xd1\x2d\x78\xcd\xca\xd2\x4c\x1d\x85\xdb\x06\x7a\xf0\xb7\x6c\xae\xe1\x17\x32\x0a\x8c\x4c\xb0\x2f\x06\x5a\xea\x0b\xb8\x67\x61\x89\xe2\xdb\xe3\x09\x96\x72\x3b\x3a\xd1\x52\x99\xc1\x70\xde\xbe\x67\x0b\xfd\x36\x52\x0b\x15\x84\x1a\xa3\xf8\x30\x37\xcc\xce\xdb\xb6\xe1\xef\x49\x60\x7d\x78\x19\x6b\x7b\xf9\x5e\x9e\x5d\xbe\xbb\xa7\x46\xc9\x31\x15\xef\x4f\x48\x27\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x36\xb9\x9d\x70\x4d\xf4\x44\xe6\x59\x4a\x04\x7b\x60\xca\xae\x2d\x9b\xce\xcc\xfc\xc5\xad\x56\xca\x15\x4b\x60\x61\x36\x39\x61\xe1\x2b\xbb\x68\x56\xe9\x99\xe3\xd2\xdd\xb3\x39\x08\x2e\x8b\xcb\xf7\x0c\xf4\x52\x79\xca\x44\x3e\xad\xdc\x15\xf0\xfb\x59\xf7\xe6\xb4\x7b\x71\xd6\xbb\xf8\x58\xf9\xc2\x8a\x11\xe1\x51\xe9\xc9\xdf\x16\xd6\x66\x44\xf3\x0c\x4e\x75\xd4\xda\xb3\x09\x2e\xc9\x84\x67\xa9\x62\xe2\xd8\x50\x7d\x3f\x60\x5f\x58\x92\xe3\x3d\xfb\x3f\xe5\x1f\x06\x56\xfa\x94\x29\x2b\xff\x52\xfa\xa3\x10\x77\x36\xfe\x34\x68\xa5\x1b\x7f\x09\x3a\xec\x7a\xdf\xc1\x2f\x3c\xad\x7d\x1b\x7e\x59\x31\x07\xff\xce\x92\xc1\xfa\x57\x1a\x47\xe5\x5f\x70\x02\x5c\xed\x3b\x8a\x19\x35\x1f\x50\x63\xec\x29\xdf\x42\x66\x84\x2d\x25\x76\xb6\xa4\xd8\x4f\x27\x3e\xa2\xa0\x08\xbc\x3b\x48\x8e\x76\x04\xc5\x9b\xab\xe4\xc5\x0b\x99\xb2\x6e\x68\xf6\x83\x54\xb7\x54\xdf\xbf\x06\x99\xb1\x34\xf0\xe7\x10\x1b\xb7\x3d\x40\xdf\x9c\x52\xbf\x25\x3b\x38\x98\x00\x76\x5f\xc9\x75\x0d\x06\x52\x11\x3d\xd7\x86\x4d\x57\x9a\x0e\x5e\xcf\x42\x38\x7e\xff\x52\x07\x5c\xb9\x72\x7e\x03\xa7\xbe\x7c\x81\x1e\x8e\xf7\x06\x4b\xb6\x2f\xc3\xdf\x4b\x9f\xa7\x77\xc1\x2c\x9f\xea\x8d\xdf\x3e\xef\x70\x70\x74\xf2\xe2\xa7\x59\x12\xed\xf6\x3d\xc8\x27\xb2\x1a\x34\xee\x95\x5f\xed\x01\x0c\x60\x85\xca\x57\x36\x1d\x87\xf3\x67\x3f\x8d\x8d\x2b\x68\x31\x33\x56\xe7\x75\xb6\x25\xa6\x48\x22\x15\x8a\x82\xa9\x3b\xee\x7d\x41\x8e\xc8\x59\xe7\xb6\x73\xd3\xbd\x3d\x21\x1d\x92\x52\x43\xed\xf9\x56\x6c\xa6\x98\x66\xc2\x80\x36\x6e\x3f\x37\x73\x32\x95\x29\xcb\x58\x4a\xb8\x20\x1f\xb2\xb9\x61\xe4\x8c\x1a\x7a\x4a\x0d\xcd\xe4\xb8\x4d\x3a\xf0\xa7\xfd\x98\x6b\x42\x33\x2d\x09\xf5\x54\xc5\x52\xdf\x04\x15\xa9\xe7\x2c\x94\x24\x72\x3a\xe3\x59\xb0\x9a\x07\x13\x09\x17\x29\x7f\xe0\x69\x4e\x33\x22\x87\x96\xa9\x58\x55\xb5\xfb\xc0\x84\xc9\x69\x96\xcd\x09\xcd\x32\xe2\xba\xf5\x2f\x78\xbd\x7e\xc8\xc2\x28\x35\x9f\xf2\x8c\x2a\xab\x0b\xe3\x68\x2f\x5d\x5b\xe4\x76\xc2\xc2\x58\x61\x5c\x76\x31\xa7\xf4\x9e\x69\xc2\x0d\x99\x49\xad\xf9\x30\x2b\x8e\xfc\x5d\x8f\xc0\xb8\x4f\xcf\x7b\xa0\x58\x27\x86\x48\x64\xa1\xbe\x73\x67\x85\xf1\x3d\x4e\xa9\x10\x0c\x3a\x96\x66\xc2\x94\xeb\xde\xbd\xfc\xb5\x15\xed\xbb\x8b\x9b\xab\xee\x69\xef\x43\xaf\x7b\xb6\xa8\x69\xdf\x76\x6e\x7e\x5c\xfc\xf5\xf3\xe5\xf5\x8f\x1f\xce\x2f\x3f\x2f\x3e\x39\xef\xdc\x5d\x9c\xfe\x30\xb8\x3a\xef\x5c\x2c\x3e\x74\x64\xb5\xb6\xd2\x1e\x8f\x6c\xc3\xa3\x75\xb0\x46\xee\xd3\x1a\xd9\xfa\x76\xcd\x91\xce\x95\xb3\xbe\x29\x92\x64\x5c\x1b\xbb\x40\xee\x4b\x32\xa3\x5a\xa3\x30\x84\x23\x68\xf7\xc5\x27\xa9\x2c\xd3\x1a\x49\xcb\x17\xac\xc0\x64\x54\x9e\x18\x2e\xc6\xe1\xa3\x13\xd2\xcf\xbf\xfb\xee\xcf\xc9\x39\x17\xf7\xf0\x2f\xf6\x12\x17\xe7\x60\xab\xdd\x66\xb5\x0e\xb6\xda\xf8\xd9\xeb\xb0\xd5\x5a\x31\xe7\x38\x36\xd1\x3e\x4d\x70\x0f\xba\x91\xad\xec\x20\x73\x63\xff\x69\xfb\x25\x23\x25\xa7\x20\x55\x7d\xe1\x1a\xb8\xc4\xa3\x54\xf7\xa3\x4c\x3e\xae\x67\x3a\xfc\xc8\x4c\x30\xbe\x59\x29\xe6\x35\x58\x0c\x3f\xbb\x19\x86\x81\x7f\x64\xc6\x8e\xfd\xda\xf5\x72\x88\xf3\x39\xc4\xf9\x7c\xdd\x38\x9f\x17\x65\xb6\x7b\x7a\xde\x57\xb6\xf1\x21\x03\x6c\x70\x41\x35\x7a\x98\x1a\x1c\x48\x91\x7f\xe8\x29\x99\x66\xd9\x2b\xb3\x82\x61\x96\x3c\x16\xaf\x85\x69\x96\x06\xfd\xfc\x0c\xf3\x37\xe1\x50\x39\xf8\x4b\xb6\x5c\xa8\x57\xc9\x57\xd7\xbc\x32\x9e\xcd\xdb\xf1\xf4\x7c\x7e\x21\x16\x61\x93\xe0\x83\x0d\xa2\x0d\xd6\x0e\x2f\x58\x11\x4f\x50\x1b\x40\x50\x17\x31\xb0\x18\x22\x50\x1b\x13\xb0\x53\x10\xc0\xa6\x57\xd2\xfa\xee\xff\x8f\xcc\xdc\x52\x7d\xff\xea\xae\xa4\xd2\xa0\x9f\xff\x4a\xfa\x8d\x7a\xfd\x0f\x6e\xfe\x27\x5c\xba\x6f\xfd\x22\x7b\xb9\x8e\xfc\xdf\x80\xe7\xfe\xe0\xaa\xdf\x68\x8d\xbe\x2d\xdf\xfc\xb7\xea\x8c\x7f\x9d\xde\xf7\x83\xbb\xfd\xe0\x6e\x3f\xb8\xdb\xd7\x70\xb7\x3f\xa9\x52\xca\x2c\x59\x69\x30\x3f\xc6\xba\xcd\x9b\x99\xd4\xcb\x75\xb1\x53\xc5\xa8\xb1\x54\x5c\xb6\xfb\x11\x68\x90\x28\x96\x48\x95\x5a\x1d\x8c\x92\xd9\x84\x6a\x46\x8c\xa2\x42\xf3\x55\x7a\x18\xb6\x0a\x86\x36\xdb\xce\x6b\x50\xc1\x4a\x56\x41\x18\xf5\x73\x29\x60\x43\x99\x2e\x9c\x19\x3c\x4e\x75\x4f\x96\xf3\xfa\xbd\x4d\x1d\x32\x34\xd7\x99\xf9\x13\x52\xb3\xbd\x57\xb6\xa4\xe6\xb2\xc9\x60\x2f\xd4\x0c\x3a\xfa\x6b\xa1\xe6\x92\x41\xe1\xb7\x45\xcd\x75\x53\x7f\x09\xd4\xec\xbd\xd1\x5b\x52\xf4\xa2\x33\x7b\x2f\x54\x1d\x3c\xc8\xaf\x85\xb2\x17\x5c\xde\xbf\x2d\xea\x6e\x9a\xfe\xd7\xa5\xf0\x60\x08\xdf\x17\x6d\xaf\x26\xdc\xb0\x00\xaf\x81\x68\xc3\x60\x71\xec\xbf\x19\x6a\x5d\x98\xf7\x0b\x21\xd3\x63\xc5\x30\xdb\x70\x23\x7a\xbd\x76\x1f\x6d\x4c\xb1\xfe\xc3\x03\xcd\xbe\x26\x9a\xf5\xbb\xf6\x72\xa8\xb6\x29\x9c\x6e\xf3\x0c\xdc\x25\x31\x72\x9a\x4c\xa9\x49\x26\xf6\x21\xfa\xe7\xd6\x84\x69\x29\x52\x6e\x5f\x15\x75\x3f\x47\x9e\xed\xb7\x6d\x89\x3f\x58\xe0\x7f\x83\x70\x58\x2f\x26\x5c\xfc\x90\xa2\xb2\xc7\x14\x15\xae\x0f\x29\x2a\x87\x14\x95\x75\x17\xe8\x90\xa2\x72\x48\x51\x89\x9e\xbd\x8e\x14\x95\xa7\xcf\x4e\xd9\x4f\x0a\xca\xab\x12\xa2\x0f\x02\xf4\x41\x80\x3e\xe4\x99\x84\xa9\xed\x8b\x81\xf9\xaf\xdf\xa4\x2c\x63\x86\x2d\x65\x3f\xb7\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x2f\x7d\x15\x76\x5a\xcb\x47\xd2\x2e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x65\x8d\xe1\x5f\xbb\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xef\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x9f\x5e\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\x97\x87\x66\xdd\x39\x62\x7d\x73\x2f\xd7\x47\x66\x5e\xab\x8b\xeb\x20\x52\x1f\x44\xea\x97\x2d\x52\xbf\x98\x09\x7d\x7b\x50\x8b\x07\xb0\xc2\x03\x58\xe1\x01\xac\xf0\x69\xc1\x0a\xfd\xd7\x6f\x66\xf9\x72\x59\xe4\x6e\x96\xfa\xdc\x15\x6d\xa8\xc9\x41\xed\x5b\x43\x2e\x21\x1d\x43\xa6\xd2\x2a\x41\x82\x95\xde\xf1\x0c\x08\x23\x3a\xc6\xfc\x81\x09\xe2\x63\xb4\x5b\xee\x9a\x69\x81\x25\xe2\xd7\x70\x3a\x30\x69\x86\x1a\x42\x89\xe1\x53\xd6\x26\xbd\x11\x9e\xe6\xc4\x92\xbf\x66\x46\x57\xc2\x80\x90\x34\xe1\x23\x91\x16\x63\xf5\x7d\xf3\x22\x2a\x04\x5f\x6b\x79\x66\x98\x67\x06\x59\xa3\x6f\xfc\x91\x67\x99\x1d\x83\xe3\x20\x70\x12\xa6\x4c\x65\xfe\xcb\x52\xb7\xfe\xe5\x29\x4d\xed\xc9\x8d\x86\x50\x64\xf7\xc4\xef\xc3\x9d\xcb\x75\x88\x6b\x29\x7d\x8f\x5f\xb7\x89\x53\xc2\x11\x54\x6c\xad\x61\x4c\x68\x6a\x4f\x60\x32\x61\x69\x9e\x31\x42\xb5\x96\x09\xa7\xc6\x72\x2b\xbc\xa3\x09\x37\x5e\x65\xf7\x2f\xf9\xae\x53\xae\xe9\x30\x63\xa9\x5b\x63\x56\x84\xd9\x2c\x1d\x39\xd7\x64\xc8\xec\x12\x5b\x3e\x52\x5e\xfd\x09\x4a\x08\x35\xa3\x89\x86\xc2\x16\x47\xc2\x04\x0e\x64\x89\x84\x8b\xc4\xf9\x5a\x85\x5c\x1c\xfd\x21\xf7\xe9\x20\xf2\x1e\x44\xde\x8d\x26\xf4\x4d\x89\xbc\x2f\x28\x34\xd0\x33\xa4\xaf\x1a\x1a\x08\x0e\x44\xcb\xf9\x07\xc1\x42\xa8\xb7\x33\x9e\x04\x23\xec\x27\xdf\x64\x27\xb4\x78\x2a\xc5\x88\x8f\x73\xe5\x04\x6e\x27\x0d\xaf\xf0\x52\xd6\xb4\xf3\x2a\x6e\x9c\xfa\xa1\x3f\xd7\xc5\xb3\x89\x42\x47\x8e\x88\x15\xbb\x07\xd7\xdd\x9b\xcb\xbb\xeb\xd3\xee\x09\xe9\xcc\x66\x19\x47\x2f\x4b\x92\x6b\x23\xa7\xfc\x9f\x76\x1a\x08\x24\x1c\x38\xb7\x13\x43\x34\x08\x1c\xe0\xd6\xb1\x6a\x12\x39\x22\xa7\xe7\x77\x37\xb7\xdd\xeb\x86\x06\x1d\x11\x40\x2d\x23\x36\x9d\x65\x20\x95\xdc\xe7\x43\xa6\x04\x33\x4c\x93\x24\xcb\x21\xc6\x3c\x38\x7b\xb0\xd1\xee\x7f\x75\x4f\xef\x6e\x7b\x97\x17\x83\xbf\xde\x75\xef\xba\x27\xc4\x53\x93\x6d\xd6\x8e\xcb\x8e\x22\x9d\x0b\x3a\xb5\xba\x68\x19\xf1\xf8\x97\x9c\xe5\x20\x04\xf1\xb1\x98\x32\x61\xaa\x2d\xfa\x01\x9f\x77\xbe\xef\x9e\x97\x5b\x9e\x30\xf2\xe3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xce\x79\xef\xf6\xe7\xc1\xe5\x87\xc1\x4d\xf7\xfa\xa7\xde\x69\x77\xe0\x14\x8c\xd3\x8e\xed\xb7\xd4\x93\xd3\x43\xc8\x2f\x39\xcd\xac\xa2\x2a\x47\xe0\xda\xe1\x09\x23\x8f\x13\x26\x48\x2e\x80\xc6\x50\xfb\x05\x5d\x20\x4e\x62\xff\xea\x86\xe6\x12\x05\x2d\xaa\x62\x55\x92\x58\x7c\xa3\xb2\xbf\xcb\x5e\x28\x6d\xd7\xe2\x8b\xab\x96\x7d\x6d\x7d\xb0\x3c\xa7\x67\x63\xc6\xf6\x0c\xa7\x03\x6f\x17\x38\xfe\x9f\xd2\x59\xfe\xf5\xc9\x80\x5a\x48\x94\x5d\xea\x98\xf3\xaa\x82\x97\xc5\x07\xaf\x81\x25\xc7\xc3\xfd\x9a\xec\x77\x4f\x22\xcf\x2b\x31\xb7\x6c\x2e\x69\x1e\x34\xa6\x83\xc6\x54\xbf\x32\x87\xb8\x9b\x86\x15\xde\xd7\x7d\xb4\x8d\x85\x72\xc4\x59\x96\xea\x05\x13\x53\xe9\x3e\x59\x69\x4e\x7a\xbd\x57\xc9\xf3\x1a\x94\x36\x91\xeb\xaf\x83\x23\xc6\x79\x66\xec\x6e\x4d\x99\xa1\x50\x58\xd4\x48\x92\xc3\xd0\x0f\xd7\x93\xfb\xbf\xc3\xf5\x74\xb8\x9e\x0e\xd7\xd3\x6f\xd5\x22\x57\xc3\xd2\xbf\xaa\x49\x6e\x95\x16\xb8\x13\xc2\x52\x8d\xbd\x6e\x51\xfb\xd3\x44\x4f\xa8\xc2\x5a\x3a\x89\x9c\x4e\xa5\x88\x7c\xfb\xf3\x19\x6b\x91\xe0\x41\x04\xdb\x0b\x0c\x63\x95\x39\xaf\xe8\x86\xbf\x0e\x43\x5e\xb4\x2e\xcf\x91\x77\x70\xd0\x1c\xfd\xff\x6d\x7a\x35\x1f\x30\xaa\x0e\x18\x55\x87\x14\x81\x03\x46\xd5\x72\x6a\x39\x04\xc1\x1f\x82\xe0\xe3\x67\x07\x8c\xaa\x17\x84\x51\x25\x64\xca\x06\x15\x4c\xfa\xf0\xe7\xa0\xea\xf7\x28\x3d\x89\x9d\x20\xa5\x07\x45\x56\x00\xb4\xce\xd3\xdd\xb3\x02\xca\xd5\x81\x57\x39\x49\xe2\x7a\xb2\x2f\x5c\xe0\x1d\x65\x73\xc3\x78\x9a\x2d\x16\xc2\x7d\x86\x40\xa9\xba\x8d\xfe\x16\x8d\x2c\x35\x64\x7b\xb0\xb8\xac\x5c\xa8\x6f\x15\x4b\xba\xe0\x4b\xaf\xc8\x4d\xb0\x1e\xf3\xf6\x78\xfb\x83\x06\x16\x5e\xff\x3c\x30\xf2\xfa\xc7\xbb\x42\x28\x94\x79\xf7\xb6\xd0\x09\x25\xde\xf8\x3a\xcc\x18\xf1\x88\x9f\xc3\x90\xb1\x74\xf7\xbf\x39\xbe\xbe\x8c\x96\x0f\xdc\x7d\xcd\xe5\xfa\x56\x79\xfc\xc1\x9e\xb1\x4f\x7b\x46\xeb\xdb\x35\x68\x1c\x20\x0f\x96\x2c\xce\xc1\xda\xb3\xcd\x6a\x1d\xac\x3d\xf1\xb3\xe7\xb4\xf6\xa0\xef\x76\x30\xa3\x8a\x09\x53\x23\xdf\x57\x6f\x36\x78\x3d\xb2\xd5\x07\x01\x08\x1a\x40\xc1\xd5\xc9\x06\xe1\xd6\xfc\xb6\xcc\x3f\x4e\x46\x19\xa0\x88\x13\xa5\x22\x1c\xff\x4f\xf1\xef\x48\x81\x88\x7e\xac\xf1\x81\x6e\x10\xc2\xe4\x83\xdc\x59\x5a\x88\x5d\x45\xe3\x35\xa1\x4d\x6e\x0c\x47\x5e\x18\x2b\xbc\xf9\x2b\x23\x9d\xae\xf0\xd3\x33\xf8\xf2\x75\xe5\x34\x34\x0c\xfd\x79\x23\xa0\x16\x29\x61\xbd\x83\xe5\xf5\x08\x8e\x31\xfb\x8f\x13\x0e\xe2\x01\x20\x28\xc1\x15\x1a\x6d\xb8\xcf\x86\xa4\x90\xb6\xd0\x24\x6b\x3d\xb7\x18\xb9\x40\xee\xeb\x4d\xdc\xd1\xe8\xeb\x9d\xf7\x57\x0f\x0d\x59\x41\xf7\x5f\x35\x4c\x64\x09\xcf\xdc\x4f\x84\xc8\xf3\xf1\xc7\x8f\xcc\x7c\x7b\xcc\xf1\x23\x33\xcf\xc5\x19\xb7\x65\x87\x4b\x59\x42\x51\xf0\xe1\x85\x70\x83\xed\x58\xdf\xeb\x9a\xe3\x21\x7b\xef\x90\xbd\x77\xc8\xde\x7b\xf1\xd9\x7b\xfe\xeb\x75\x2a\x12\x9f\xc1\x2b\xcf\x78\x9b\x62\x87\xdf\xde\x85\x8a\xf3\x3a\xdc\xa9\x87\x3b\x75\xb3\x39\xbe\x54\x2d\xc2\xd3\xf3\x4b\xd0\x22\x36\xc2\x7c\x40\xc7\x6a\x51\xdb\xcb\x93\xff\x4a\xe7\xe9\x95\xef\xec\xf5\x30\x21\xbd\x29\x9f\xd9\x29\xf7\x6e\x55\x45\xbe\xeb\xa2\x0c\x5f\x8d\x5b\xaf\xba\xe4\xfe\xed\xab\x05\x56\xf6\xd2\x57\xdd\x8f\xfc\xb9\x98\xfd\x4b\x61\x11\xc5\xbc\xbf\x2a\x53\xb0\x62\x78\x35\x1a\xaf\x1c\xe4\x31\x58\x1a\x9f\xb7\xe2\xdd\x12\x6c\xc1\xf2\x57\x2b\x31\x7c\xe5\x67\x2e\xaa\x0f\x1e\xc3\x90\xab\xe3\xf0\x3f\xc6\x1d\xfa\xdf\x8a\x96\xfd\x2f\x1e\x3b\x18\x7e\x54\xcc\xa8\xf9\x80\x1a\xab\xea\x98\xdd\x03\x07\xcb\x8a\xcd\x8a\xc0\xc1\x5b\xaa\xef\x5f\x65\xe0\x60\x79\xe0\x4f\x7c\x66\xd7\xa6\xc9\x6f\x2e\xe4\x64\xdd\x13\x76\x08\x3f\xd9\x62\xe9\xbe\xd5\x50\x94\x65\x2c\xf4\xc5\x8c\xb0\xc2\xc5\xbf\xc5\x93\x5b\xbe\x93\x0e\x47\x74\xd9\x1a\x7d\x73\x50\x8a\x15\x51\x63\xc5\xdc\x5e\x09\xa4\x62\x55\x5a\xda\xf7\xa8\x9e\x26\x3a\x2d\xda\x8d\x03\x06\xfa\x01\x03\xfd\x80\x81\xfe\xd4\x18\xe8\xeb\x69\x9a\x6b\xab\x99\xeb\xea\x98\xeb\x29\x98\xcd\xda\xe5\x0e\x19\x07\x65\xa5\x6f\xdb\x8c\x83\x92\x52\xf5\x2a\x4c\x67\xa5\x11\x3f\x47\xc6\xc1\x6f\x54\x0f\x3c\x28\x81\x4f\xb2\x6e\xdf\xaa\x06\xf8\xc2\xd5\xbf\x43\xae\xc4\x3e\x73\x25\x0e\xa9\x12\x87\x54\x89\x75\x17\xe8\x90\x2a\x71\x48\x95\x88\x9e\xbd\x8e\xea\x90\x4e\x79\xdf\x35\xda\xb5\x4e\x64\x2f\x04\xda\x12\x80\xd2\xf6\xe2\x7b\x2f\x7d\x15\x72\x7b\x04\x78\x16\xcc\x1c\xea\x39\xe4\xf7\x03\x80\xd7\x01\xc0\xeb\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\xc0\xeb\x05\x65\x70\x5a\xc1\xa9\x14\x44\xb8\x32\x96\xed\x54\x31\x6a\xb0\x66\xa1\x2a\xc2\xda\x2a\x02\xd8\x32\xe9\x0a\x1b\xb0\xf2\xd5\x6b\x10\xae\xec\x38\x71\xc4\x6b\x04\xb5\xc5\x1d\xbe\xf9\x97\x35\x06\x7e\xed\xee\x4a\x38\xd0\x43\x9a\x86\x4a\x91\x20\x20\x4d\xe9\x9c\x4c\xe8\x03\x23\x23\xca\x33\x34\x53\x39\x1e\xb8\x64\x6e\xcb\x06\xf4\x7f\x37\x1b\x10\x2d\x0f\xa7\x88\x10\xb6\x3c\x1d\x45\x9c\x84\x66\xde\x49\x05\xef\x40\x19\x4b\x57\x34\x74\xc8\x98\x88\xc2\x4d\xd7\x1d\xf3\x5e\x44\xd3\xaf\x1e\x19\x18\xd3\xcd\x57\x0f\x0a\x6c\xae\xc3\xbf\x3f\x9d\x6b\x17\x45\x4b\xff\xe9\xb5\xb0\x82\xe7\x50\xab\xbe\x61\xd7\xc7\xc1\xbd\xf1\xdb\x2c\x59\xf0\x62\x44\xf2\x83\xa2\xbb\x47\x45\x17\xf2\x88\xbe\x51\x4d\xf7\xe0\xae\x58\xb2\x38\x07\x33\xc0\x36\xab\x75\x30\x03\xc4\xcf\x5e\x8f\xbb\xa2\x59\x7a\xde\xae\x82\xe7\x13\xca\xd1\x07\x31\xfa\x20\x46\x1f\xc4\xe8\x6f\x56\x8c\x7e\x19\x2b\x7c\x90\xa1\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\x07\x19\xfa\x20\x43\xbb\xaf\xf6\x22\x43\xc3\xbf\x7c\x36\xf7\x7e\x52\xb7\xd7\xf3\x48\xb9\xdc\xed\xd7\x22\x3c\x1f\x04\xe7\x83\xe0\xfc\xb2\x05\xe7\x17\x33\xa1\x6f\x2f\x61\xf3\x90\xf2\x78\x48\x79\x3c\xa4\x3c\x7e\x85\x94\xc7\x50\x01\x65\x0b\x94\xf3\xd2\x6f\xbe\xa1\xe7\xc6\x3e\x6f\xf9\x6b\xca\x92\xa8\x1f\xc4\x46\x48\xe8\x9f\xdd\x47\xaf\x0b\x96\x70\x71\xd4\x07\xfc\x73\x12\xed\xda\x01\xff\xfc\x09\xe7\xed\xcf\xd9\x8a\x99\x7b\x1a\x45\x53\xe2\x2b\x9d\xf6\x57\x8f\xb9\x6a\x3e\xe9\x5f\x35\x02\xab\xf6\xe6\x58\xc8\x7e\x29\xea\xe7\x3d\x3f\xec\xfb\x2e\x57\xc3\x47\x66\xbe\x95\x7b\xe1\x00\xfd\x7e\x80\xa9\xdd\xba\x32\xde\x46\x1c\xfe\x75\x4d\xf1\x80\x6e\x7f\x40\xb7\x3f\xa0\xdb\x1f\xd0\xed\xf7\x27\x34\x60\xf7\xdf\x8a\xdc\x70\x40\xb8\x3f\x88\x0e\x07\xd1\xa1\x76\x8a\x2f\x50\x27\x7c\x11\xf8\xfd\x41\x27\xdc\x17\x14\x42\xec\xfa\x0c\xcc\x78\xaf\x88\x08\x7e\x25\x0f\xa8\x08\xee\xff\x0e\xa8\x08\xeb\x4c\xee\x80\x8a\x70\x08\x74\x3b\xa0\x22\x1c\x42\xb9\x0e\xa1\x5c\x07\x54\x84\xd7\x82\x8a\xe0\x05\xa8\x7d\x20\x23\xd4\x08\x63\xab\xd1\x11\x3e\x2f\x6a\x06\x2f\x56\xd0\xf2\x63\x3d\xa0\x24\x1c\x50\x12\x76\xa5\x9d\x17\xa1\x93\x3d\x09\x5a\x42\x0d\x1b\xd8\x55\x11\x7b\x1d\xa8\x09\x7e\xb4\x87\x94\xaf\x43\xe4\xea\xcb\x8f\x5c\x7d\x71\x29\x5f\x2f\x46\x6c\x3f\x28\xc3\x7b\x54\x86\x0f\x59\x5f\x87\xac\xaf\x83\xa9\x60\xed\xd5\x3a\x98\x0a\xe2\x67\xaf\x23\xeb\x6b\xb5\x34\xbd\x17\xf4\x84\xa7\x90\xab\x0f\x62\x35\xbe\x77\x10\xab\x0f\x62\xf5\x37\x2a\x56\xbf\x8c\x15\x3e\xc8\xd4\x07\x99\xfa\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\xdd\x57\x7b\x93\xa9\xf7\x8b\xa6\xb0\xa1\x17\x2b\x4a\x0a\x79\x4d\xc2\xf4\x41\x90\x3e\x08\xd2\x2f\x5b\x90\x7e\x31\x13\x3a\x20\x2b\x1c\x90\x15\x0e\xc8\x0a\x07\x64\x85\x6d\xa4\x9a\xdf\xb9\x53\xf9\x26\xba\x88\xc3\x8d\xfd\xe6\xfb\x4c\x0e\x6f\xe7\x33\x66\xff\x7b\xc6\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\x9b\xde\xc5\xc7\xf3\x38\x05\xe8\xcd\xa7\xbb\xf3\xdb\xde\x55\xe7\x3a\xac\x4b\x98\x55\xbc\x16\xee\xbb\x92\x20\x76\x2a\xa7\x33\xaa\xb8\x96\xa2\xfb\xc5\x9e\x4e\x3b\xb4\x4b\x10\x7d\xa4\xda\x6e\x74\xdd\xbf\xc6\x23\xbb\x28\xff\xf9\xf1\xb6\xfc\x57\x69\x16\xe7\xb7\xe5\xbf\xba\x4b\x67\x13\x35\x5c\x65\x67\x47\xe4\xe3\xed\x09\xf9\x08\x21\x18\x8a\xdc\x4e\x28\xb2\xa4\xf3\xdb\x13\x72\xce\xb4\x86\x5f\x8a\x8f\x0d\x37\x19\xcc\xed\x7b\x2e\xa8\x9a\x13\x3f\x7d\x4c\x5e\xa3\x60\x9b\xf5\x4b\x53\x5d\x3c\xf1\x8f\x5c\x80\xf6\x50\xac\xde\xb9\x1c\xf3\x84\x66\xbb\x2d\x62\xe7\x22\x3e\x48\x6f\x2e\xaf\x97\x2e\x45\xfc\xf6\xe2\x5a\x74\x2e\xce\x20\x95\xce\x0f\xb5\x66\xe6\x17\x4c\x1b\x96\x5a\x69\x24\x45\xe2\x05\x7e\x36\x8f\xa4\x94\x7f\x48\x48\xae\xcb\xb5\x95\x9d\x3b\x17\x67\xe4\x98\x5c\x5e\xf7\xc5\xa5\x4a\xd1\x78\xc3\xec\xf5\x8e\x5c\x97\x6b\x22\xa4\x21\x7c\x3a\x93\xca\x50\x61\xac\x64\x03\x8c\xcd\xad\x88\x26\x54\x31\x72\x2a\xa7\xd3\xdc\x50\xc3\x1f\xd8\xc2\xa2\x0a\xd4\xc8\x6e\x98\xe9\xa5\x60\x0e\xae\x59\x43\xe4\x7c\xc5\x5c\x66\xca\xb6\x6f\xb9\x6e\x59\x17\xe0\xe9\x82\x6c\xee\x9b\xa0\x4a\xd1\x32\x7f\x7c\xc3\x0d\x9b\x56\xdf\x5f\x33\x6c\xef\xd7\x5a\x45\xc7\x5e\x09\xe7\x92\xa6\x5c\x8c\x31\x9b\xf1\x9c\x1b\xa6\x68\xf6\x89\xce\x3e\x78\x6b\xd3\x16\xf4\xf1\x9f\x37\x97\x31\x73\x7c\xf3\x73\xe7\x53\x9c\xea\xf7\xe6\xea\xfa\xf2\xf6\x72\x29\xcd\x94\x5a\x58\x24\x1a\xfb\xf8\x04\xfe\x97\x1c\x13\xdb\x7a\xb8\xb9\xa6\xcc\x50\x7b\xa3\x93\x77\x98\xb8\x13\xc2\xfb\xb9\xc8\x80\x46\x66\x8a\x4f\xb9\xdd\x57\xa7\x32\xbf\xc7\xcb\x31\xdc\xfe\x81\x4a\xf0\x03\x4c\xc2\x03\xb1\xc3\x50\x91\x52\x95\x92\x7f\x68\x97\xb7\x69\x85\x10\x7c\x9d\x6a\xff\x03\x4b\xc9\x11\x99\x18\x33\xd3\x27\xc7\xc7\x8f\x8f\x8f\x6d\xfb\x76\x5b\xaa\xf1\xb1\xfd\xc7\x11\x13\xed\x89\x99\x66\x70\xe0\x61\x15\x4e\xc8\x95\x92\x46\x82\x00\x41\x34\x53\x9c\x66\x90\x1a\x38\xc4\xd3\x2e\x47\xe4\xef\x89\x54\xac\x5d\x6c\xcc\xdf\x49\x94\x4b\x3a\xb2\xf7\x2c\x4f\xb3\x63\xfb\x52\xcd\xd1\xa9\xee\x27\x49\x59\xc2\x53\x27\x48\x31\x91\xc8\x14\xec\x4f\xf8\x8c\x8b\x90\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x69\xc5\x12\x4d\x86\xb8\xce\x4c\xe9\x36\xe9\x8b\x1e\x8a\x9d\xb9\x15\xb1\x21\xf8\x0e\x14\x49\xff\xee\xcc\xce\x38\x91\x19\x19\xe6\x23\x2b\xa2\x45\xd7\x52\xcb\x8a\x23\x5c\x13\xc5\x12\x39\x9d\x32\x81\x56\x45\xdb\x10\x7c\x09\x4b\xe6\x86\xdb\xee\x0b\x20\x00\x2b\xa7\x00\x09\xa4\x12\x4e\xb6\x60\x56\x5d\x11\x73\xec\x66\x98\x8f\x4a\xae\x2a\x23\x89\x62\x34\x25\xdc\xf4\x45\x27\xb3\x8a\xed\x54\x1a\x16\x47\x11\x82\x5d\xbb\xb4\xe2\xc0\x11\x14\x9b\x65\x34\xf1\x59\x99\x99\x4c\x68\x46\x46\x3c\x63\xae\xb6\x79\xd4\xc0\x3b\xd0\xb5\xec\xa2\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2f\x33\x97\xae\x4f\x0b\xee\x2a\x25\x15\xfc\xcf\x8f\x5c\xa4\xdb\x1d\xc2\xbb\x8b\x1f\x2f\x2e\x3f\x97\xce\xe1\xdd\x4d\xf7\x3a\xfe\xfb\xe6\xe7\x9b\xdb\xee\xa7\xa5\x07\xb1\xda\x4a\x41\x5a\x30\x3c\x90\xc1\x4f\xc8\x0d\x2e\x82\x54\xc4\x6a\x55\x0d\x93\xfa\xe4\x68\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\xea\x5c\xdc\x75\x4a\x2c\xe5\xe6\xf4\x87\xee\xd9\xdd\x79\x49\xc2\xf3\xf3\x8b\x7e\xb9\xee\xa2\xfc\x16\xff\x76\xfa\x43\xef\xfc\x6c\x10\x24\xbe\x65\xab\x51\xe9\xb7\xca\x98\x6e\x91\x01\x4d\x64\x4a\x86\xf3\x38\x73\xb0\xc8\xf7\x7e\xa4\x9a\x64\xe0\x19\x61\xa9\x57\x46\xb0\xd5\x13\xe0\x43\x3e\x93\xbc\xf8\xc2\x0a\xf7\x2d\xf7\x8e\xbd\xb6\x30\x17\xdf\x6a\x3a\xa5\x44\xf2\xb8\x61\xdb\x3b\x15\x91\x52\x81\x39\xf3\x61\x8d\xac\xda\xa3\xed\x8b\xb9\x3d\xc0\x8a\x8f\xc7\xa0\xe3\x57\x86\x8a\xad\xb9\x4f\x61\x25\xe1\xbb\x50\xcb\x1f\x8e\xb4\xed\xd6\x19\x87\x82\x06\x81\x1f\x02\x46\x40\xb9\x45\x45\x41\x39\xa8\x19\x9a\xdf\x97\x13\x34\xe9\x36\x4c\x0b\x8e\x5e\x11\xe2\x0b\x2c\x4a\xa3\x69\x62\xa6\xd8\x03\x97\x79\xf4\xa9\x83\x33\x28\x6d\x6e\x6d\xf3\xc5\x02\xc0\xb2\xa1\x02\x53\x34\x53\xa6\xe6\xde\xe5\x8d\x51\xd4\xb0\xf1\xfc\xcc\x9d\xec\xed\xa9\xf8\xec\xf2\xf3\xc5\xf9\x65\xe7\x6c\xd0\xed\x7c\x2c\x1f\xcc\xf0\xe4\xe6\xf6\xba\xdb\xf9\x54\x7e\x34\xb8\xb8\xbc\x1d\xf8\x37\x96\x92\x6b\x43\x07\x8b\xf7\x69\xf9\xc5\x13\x62\x39\x23\x70\x30\x8f\x7c\x14\xb1\xb1\x21\x1b\x49\x85\xec\x78\xea\x9d\x80\xc0\xf9\x49\x58\x59\x96\xa2\x92\x5d\x9e\xc5\x09\x68\xa0\x75\x4d\xa2\x71\xc9\x28\x46\xa7\xc0\xce\xa9\x20\x5d\x91\x1e\x5d\x8e\x8e\x6e\xf0\xc7\x29\x55\xf7\x4c\x85\x4f\x1f\x15\x37\x86\x81\x4d\x9c\x3b\x73\x39\x68\xc8\x30\x64\x7b\xdf\x40\x90\x77\xd1\x41\x9b\x5c\x5b\xf6\x6c\xdf\x0f\x77\x8f\x25\xd4\x94\x19\xca\x33\xed\x06\x5b\x5a\xd7\x13\x72\x4e\xd5\xb8\xd0\x77\xdf\xc9\xd1\x08\x1b\x7b\x8f\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x90\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc1\x8a\x5f\x5e\x0c\xba\xff\xd5\x2b\x69\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xea\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc6\xa0\xb3\x19\xa3\x56\x00\x59\xdc\xed\xb2\xb8\xd6\xb0\xf7\xd8\x53\xdc\x87\xdb\x64\xdf\x4f\x8b\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\x7f\x45\xe4\x90\xcb\x91\x53\xe6\x6f\x39\xdb\x52\x39\xbb\xbb\x38\xeb\x7e\xe8\x5d\x94\x6f\xc2\x1f\x7a\x1f\x4b\x77\xde\xa7\xee\x59\xef\xae\xc4\x57\x56\x5d\x7d\x8b\xcd\xd6\x40\xd1\x84\x97\x4e\xc8\x19\x7e\x7a\x42\x84\xac\x83\x45\x09\xe2\x72\x85\xbf\x5e\x7b\x37\xbb\xff\x47\x57\x18\x55\x6b\x89\x58\x57\xc5\x72\x46\xc7\x92\x8e\x55\xef\x9b\x58\xe8\xfb\xa2\x6a\x45\x5e\xf4\xdd\x38\xcb\xa3\xed\xa4\x5d\x68\x5e\xb1\xd3\x02\xd4\x8c\x26\x25\xaf\xc6\x90\x55\x90\xce\x4f\x60\x93\x9e\xe6\xda\xa0\xf1\x10\xdc\x9f\xe4\xfe\x2f\xda\x2e\x28\x18\x17\xdb\xe4\x86\xb1\xbe\xf0\xfa\xc6\x98\x9b\x49\x3e\x6c\x27\x72\x7a\x5c\x60\xf2\x1c\xd3\x19\x9f\x52\x7b\x1f\x33\x35\x3f\x1e\x66\x72\x78\x3c\xa5\xda\x30\x75\x3c\xbb\x1f\x83\xa7\xcb\xdb\x4f\x8f\x43\xb3\x63\xf9\xbf\xcf\xff\xfc\xdd\xd1\xf9\x5f\xbe\x7b\xb3\xa8\x41\x36\xed\x7f\x57\x24\x74\xa6\xf3\xcc\x79\xc4\x55\xbc\x36\xc0\xd6\x61\x25\x56\xed\xf7\x45\x79\xbb\x76\x13\x78\x4f\xaf\xee\x4a\x16\x9d\xf2\x9f\x9f\xba\x9f\x2e\xaf\x7f\x2e\x09\x8c\xb7\x97\xd7\x9d\x8f\xcb\x2d\x3b\x0b\x12\x71\x65\x19\x7e\x14\xf2\x51\x94\x67\xaf\xab\x93\xce\x85\xe1\x53\xe6\x05\x62\xf7\xe7\x2d\xce\x74\x8b\x99\x5f\xde\xfe\x50\xe6\xe9\x1f\xce\x7f\xbe\xed\x0e\x6e\xce\x7e\x5c\x3a\x13\xfc\xac\x34\xb2\x1b\x70\xe7\x9d\xca\x2c\x9f\x8a\xf8\xdf\xdb\x8f\xad\x77\x71\xdb\xfd\x58\x1d\xdd\x65\xe7\xb6\xbc\xec\xd7\x65\x2f\xf1\x9b\xef\x2f\x2f\xcf\xbb\x25\x0b\xeb\x9b\xb3\xce\x6d\xf7\xb6\xf7\xa9\x64\x93\x3b\xbb\xbb\x2e\xa1\x02\xd5\x4e\xd3\x8f\xa0\x66\xa2\x76\x5a\xf1\x34\xf7\xcd\x67\xd6\x3a\xe6\x1d\x17\x81\x85\x07\xe5\x28\x4a\xcf\x47\xe7\x2a\xe8\x58\x47\xc1\xc2\x91\xe0\x48\x6b\x79\x8d\x29\x6f\x13\x69\xe6\x75\x4b\x37\x7a\x19\xcb\xbb\x0d\x43\x80\x71\xb9\x18\x0c\x9a\x65\xf2\x11\xe3\x60\xa6\xdc\xb0\xd4\x63\xa5\xd8\x57\x34\x49\x72\xa5\x98\x30\xd9\xbc\x5d\xc3\x4e\xca\xdb\x22\x95\x39\x0b\x91\x12\xdb\x49\xd5\x75\x61\x07\x8b\x01\x07\xf5\x02\x73\x25\xc8\xc0\x0f\x0b\x6a\x68\xc9\xf1\x27\xa6\x35\x1d\xb3\x5d\x4c\x63\x75\x4c\xea\xe6\xa7\xf8\x4f\x30\x7d\xad\xc3\x80\x4a\x23\xf4\x2e\x75\xcf\x53\x2e\xc5\x07\xca\xb3\x5c\xb1\x2b\x99\xf1\x64\x4b\x53\xfe\x87\x4e\xef\x7c\xd0\xfb\x64\x85\x85\xce\x6d\xf7\xbc\xc4\x2a\xe1\x59\xe7\xc3\x6d\xf7\x7a\x80\xe0\x5e\x9d\xef\xcf\xbb\x83\x8b\xcb\xb3\xee\xcd\xe0\xf4\xf2\xd3\xd5\x79\x77\x85\x85\xbc\xb1\xf1\x45\x79\xb2\xfa\xea\xc9\xc2\x2f\x84\xbb\x70\x2a\xe7\x22\x44\x25\xd5\x48\x48\x52\x05\xf3\x9c\x44\x33\x1d\x25\xc2\x0a\x64\xf6\x67\x30\xf5\xd8\xb7\x7d\xb0\x45\x9b\xf4\xcc\xdb\x2c\x23\x34\x37\x72\x4a\x41\xc7\xcc\xe6\x7d\x41\x87\x52\x19\xd0\x2f\x02\x1d\x13\x95\x0b\x61\x15\x5c\xdb\x18\x62\xe8\x25\x19\xa3\x82\xe4\xb3\x28\x50\xd0\x69\x4a\x23\x2e\xc0\x87\x67\x95\x18\x54\x8a\x8b\x2e\x0b\x3d\xd3\xea\xb1\x7d\x81\x39\xb5\xa8\xba\xae\xb3\xc2\x27\x6b\xbd\xd5\xb8\x3a\x53\x7a\xcf\xec\xaa\x4c\xf3\x64\x62\x85\xe5\xb1\xb2\x3a\x3d\x4a\xd3\x09\x15\x68\x1a\x75\xaf\x5b\x51\xb7\x2f\xac\x44\x4c\x33\x2f\xb4\xa7\x6c\xc6\x44\xca\x44\xc2\x31\x3c\x10\xac\x8a\x41\xb9\x1e\x2b\x3a\x9b\x10\x2d\xc1\x1a\x07\xcb\x0e\x66\x0b\xfc\xc8\x3b\x14\x5d\x16\x31\x3c\x8e\x65\x6e\x95\x5b\x0d\xfe\x12\x94\x71\x5c\x65\xf8\xd8\x0b\xdc\x5e\xd1\x44\x54\xc2\xe9\x2c\x63\xd0\xa5\x5b\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x76\x8d\x2c\xef\x8e\x14\xf9\x81\x8a\x34\xb3\xad\x78\xad\xad\x7c\x16\x21\xc6\xa5\x63\xa9\xc6\x9f\xc6\x5d\xee\x95\x84\xe6\x7a\xa3\x8b\x65\x79\x4c\x27\x05\xab\xec\x51\x61\xae\x06\xf2\x76\x01\x9d\xb0\xba\x33\x6a\x69\x20\x93\x6e\x95\xf0\xf5\x1c\xa1\x8f\x09\x8c\xa6\x41\xd2\x9d\x29\x2e\x12\x3e\xa3\xd9\x56\xd7\x60\xc5\xcb\xef\xbc\xe7\xef\xf8\xc8\x92\xcf\xfb\x05\x23\x93\x61\x6a\x0a\xc1\xcd\x6e\x98\x61\x0b\x57\x5d\x31\xb8\x3b\x96\x90\x69\xd9\x13\xba\xc5\xde\xa0\x0b\xa1\x69\xba\x95\x56\x5c\xef\xe8\xc3\xa2\xd9\x55\x7d\x9b\x75\x0b\x16\x3d\xfc\x75\xd9\x56\x7f\xa2\x33\xbb\xc5\x88\x30\x48\x68\x31\x47\x17\xb3\xec\xf0\xab\xbd\x1d\x3e\x32\xcc\x85\xf8\x90\xf5\xc5\xfd\x62\x09\x9d\x27\x65\xb1\x93\x92\x81\x32\x0a\x27\x77\x24\x39\xca\x8d\x3d\x4d\x14\x4c\x9c\xe4\x1d\x6b\x8f\xdb\xe4\xf2\xa7\xee\xf5\x75\xef\xac\xdb\x22\x9d\xab\xab\xee\xc5\x59\x8b\x30\x93\xbc\xf7\xae\x3e\xe7\xf9\xe8\x0b\x23\x9d\x06\x39\x27\x13\xf9\x08\xac\x8c\xa9\x31\x2b\xcd\xd9\xbb\x49\x00\x24\x60\xcc\xb5\x51\xce\x59\x23\xd2\x18\xf5\x93\x4f\xab\x3a\x09\x52\x48\x6e\x26\xbb\x90\x06\xd5\x3a\x9f\xd2\x61\xc6\x06\x9c\x4e\x07\x4a\x66\xab\xce\x70\xed\x91\x2a\xd4\xb8\x81\xd3\x9c\x07\x34\x49\x64\x2e\xcc\xda\xad\xad\xda\xc7\x33\x58\x26\x4d\x66\xf6\x40\x81\x8f\x78\x11\x84\x32\xba\xa5\x12\xf0\x5b\x83\xad\x14\x58\x46\x56\x84\xf9\x3b\x30\xd3\xfa\xb5\xbc\x2e\xaf\xc0\x61\x3d\x71\x3d\xeb\x96\xeb\x14\xf1\x6a\xbd\x46\x1c\xc1\x75\xee\xb2\x7e\x75\xad\x2c\x6b\x89\x3c\x39\xbb\x3a\x45\x3e\x55\x87\x82\x8a\xbe\x93\x0a\xee\x3e\xb8\xe6\x2a\x00\xc3\x48\x8f\xf6\x20\x23\xff\xf8\x25\x97\x86\xea\xf7\xed\xbe\xb0\xcc\xf0\x9e\xcd\xd1\x9f\x6f\xd9\xcd\xef\xed\x15\x78\xa4\x99\xd0\xe0\xff\xfd\x3d\xaa\xe6\x96\x61\x3e\x50\xc5\x2d\x69\xa1\x44\x88\xb8\xc6\x65\x80\x56\x70\xd9\xb9\x46\x1d\xb7\x2b\x3c\xa2\x05\xaa\xab\x7f\x86\xc3\x1f\x33\x03\x21\x93\x86\x1b\x10\x55\x52\x04\x4e\x5e\x18\xfa\x4a\xad\x08\xa8\xe2\x0c\xc3\x3d\x77\x0a\x36\xd8\xe6\xc8\x6c\xaa\xd7\x56\x8f\x03\xd7\xb3\x8c\xce\x17\x2c\x64\xab\x8e\xd1\x85\xdd\x9c\x19\x4d\x58\x11\x6e\xea\x23\x73\x13\x39\x9d\x82\x21\xd6\xa7\x98\xa4\x7c\x04\x16\x59\x63\x8f\x18\x19\x32\xf3\x08\xf6\x7f\xff\x6b\x30\x3a\x5a\x31\x98\x0a\x44\xa5\x06\x6a\xe9\xdb\xb5\x4a\x73\xd0\x36\xfb\x6f\x5a\xa4\xff\x26\x65\x0f\x2c\x93\xb3\x29\x13\xc6\xfe\xc0\x4c\x2d\x43\xeb\x4e\x29\xcf\x2e\xa4\x09\x26\xe5\x5d\xb6\x45\xb1\x84\xcf\x38\x13\x46\x0f\x98\x6d\xf7\x49\x03\x42\x56\xa9\xf6\x3e\x8f\x05\x46\x42\x68\x9a\x5a\x8d\x00\x90\x4e\xfd\x20\x9d\x21\x02\xe3\x68\xc2\x02\xac\x47\xc3\xc1\xf5\xbb\x5f\x32\xae\x37\x71\x24\x52\x05\x60\xa7\xd0\x71\x81\x4d\xb9\x94\x6a\x1d\xd2\x6d\x81\xa0\xe8\xb5\x9b\x45\xc5\xad\x41\x18\xb6\x77\xe1\x7a\xe3\x2c\xaf\xcc\x8d\xfd\x6e\xe9\xd0\x74\x9c\x72\xe5\x11\xd9\x0b\xd1\xc6\x79\x45\xab\x8e\x58\xb6\x72\xc4\x49\x26\x75\xae\xd6\xb4\x1f\x95\x07\x7d\xea\x3e\x5d\x36\xee\x6e\x2c\x09\xe6\x99\xd1\x1b\x09\x9b\x35\x0b\x5f\x89\xd8\xc5\xc3\x6d\xdc\x2d\xeb\xde\x6e\x11\x2e\x92\x2c\x87\x28\x17\xab\xc1\x7b\x97\xb1\x48\x49\x71\xb5\xf5\x45\x08\x73\xa1\x9a\x3c\xb2\x0c\x2c\x06\x56\xab\x04\xb6\xed\x86\xeb\x5a\x62\x29\xd1\x86\x1a\xd6\x22\x32\x37\xb6\xb1\x16\x82\xd7\xbb\x2d\x38\x1a\x52\xc8\xfb\x2a\x4a\xd2\xf4\xc5\x9d\xf6\x3e\xce\x90\xae\x83\xb4\x8e\x0c\x8c\x0b\xf2\x91\x19\x68\x05\xf2\x27\xe3\x09\x22\x48\x7f\x2d\x0b\xaa\xae\xfd\x0e\x27\xca\xcd\x64\x83\x9d\x2f\x82\x63\xbe\xcf\xe4\x70\xe9\xbe\x77\xc8\x14\xd5\x12\xd7\x8b\xb7\xba\x14\x0a\x69\x94\x67\xb2\x8a\x46\x99\x52\xa5\xa0\xc5\x15\xc7\xbf\x1c\x50\xb3\x9c\x3c\x21\x9c\x85\x0b\x0c\x2e\x82\x18\xb0\xea\x38\x9d\xa9\x62\xd5\x18\x41\xa1\x1e\xbc\x1e\xb5\x1d\xc7\x3b\x5d\x34\x55\xac\x22\x82\xb2\x89\xe3\xa9\x27\x03\x07\xc4\x4c\x18\x57\x64\xad\x69\xf9\xf3\x3b\xc0\x33\xbf\x3e\xd1\x14\xb4\xdd\x64\xa9\x40\x26\x12\x18\x84\x1d\x98\xcb\xf7\x2c\x55\x94\x68\xf7\x45\x65\x10\xce\xf6\xa5\x09\x90\x97\x3f\x0d\x25\xde\xdf\x22\x23\xfe\xc5\x35\xea\x83\x81\x8a\x57\x23\x6d\xab\xc1\x06\x33\xa1\x8b\x64\xb7\xc1\xfd\x78\x05\xdf\x2f\x35\x32\x48\x6d\x15\xea\xc4\x0a\x56\x8a\x25\x52\x59\x96\x08\xdd\x06\x17\xc5\xca\xbb\xd1\x50\x65\x17\x85\xae\xd2\xba\x4a\xe3\x28\xf2\x9f\x53\x6a\xd8\x91\x55\xdc\x57\x38\x67\x67\xd2\x76\x43\xf8\xd4\xea\x16\x51\x6c\x63\xc1\x61\x87\x6c\x4c\x85\xb7\xe6\x36\x8c\xd6\xb3\xf6\x1d\x0e\xb3\x95\xac\xe8\xd4\xaa\x99\x20\x47\xd8\x01\x95\xc7\xa1\x67\xb0\x9c\x4b\xc7\xe1\x34\xef\xe7\x5a\x35\xb3\x64\xd9\x1e\x69\x30\x04\x34\x0c\x36\x87\x4a\x60\x2f\x66\xb0\x19\xd5\x86\xb8\x31\x35\x8c\x38\x96\x66\xf7\x10\x94\xbd\x0c\x2a\x3d\x56\x1c\x36\x11\xce\xe3\x21\x12\xcd\x8c\xe1\x0e\xd2\x3b\xd7\xcc\x85\xd2\x4c\x99\x1a\x7b\x81\x0f\x51\x1e\xc3\xd1\x76\x70\x8f\x9e\x8f\xc6\xbc\x04\xec\xfa\x8b\x4d\xb7\x49\x47\x2c\x04\x04\x7a\x1b\x46\x69\xbd\x90\x6b\xd3\xec\x91\xce\x35\x99\x29\x8c\xbf\x41\x63\xbf\x9f\x3c\x18\xed\xca\x1f\x79\x0b\x9d\x15\xa8\xd0\xdb\x02\xf5\x71\xe2\x91\x35\x6c\x56\x84\xe7\xbf\x3e\xb3\x5b\x53\xf6\xaf\x18\xa2\xeb\xd0\xfd\x83\x0a\x54\xcb\xe9\x16\x84\xd9\x22\x66\x36\x0e\x91\x70\x89\x79\x20\x5b\x3a\xed\xa2\x5b\x36\x62\x37\x09\x7c\x60\x02\x39\xa7\x43\x96\xed\x6c\xbc\xde\xca\x54\x0f\x5d\xbb\x94\x49\xab\x7e\x33\x34\xc6\x43\xb1\x23\x55\x65\x6d\xde\x88\xa3\xf2\xf5\x4c\xf3\xc5\x3c\x4b\x20\xa5\x3b\x4c\xd4\xe7\x00\x6f\xcf\xbf\x9b\xf2\x83\xe3\x8b\xa4\x48\x10\xae\xbf\x45\xaa\xe6\x9b\x5d\xc6\x10\x65\xf2\xd6\x0e\x81\xec\x23\x97\x77\x2f\xd6\xa0\x40\x33\x6b\xe2\xd6\xf4\x46\x44\x48\xc1\x08\xd7\xc5\xcb\xa6\xec\x84\x24\x63\x26\x98\x82\x98\x4f\x1f\x39\xb1\x88\x8a\xfd\xcc\x4a\x79\x27\x28\x93\x64\xc4\x59\x96\x6a\x22\x98\xd5\x69\xa8\x9a\x43\xdc\x3f\x32\xb4\x75\x64\xa3\x7d\x49\xab\x35\xd7\x87\x13\x23\x7d\x8e\x25\xe0\x70\x58\x49\xac\x32\x2e\x82\x79\x11\xee\x25\xf7\x91\x8b\x42\xeb\x8b\xa0\x05\x03\xfd\x71\x6d\xb5\xbb\x36\x81\x6d\x33\xc5\x57\xf6\x8e\xb1\x3f\xf8\x3d\x6c\x79\x59\x56\x23\x8a\xc5\x26\xba\xbf\xbf\xb7\x8a\x75\x2c\x07\xbe\xfb\x04\x9d\x31\x7f\x60\xa2\xb6\x5a\x96\x27\x8a\xac\x64\x86\x5c\xce\x75\x1c\xac\xf6\x0b\xb0\x53\xad\xbf\x52\x76\x93\xf3\x05\xcb\x15\x82\x66\x17\x4a\x76\x36\x0f\x4e\x9c\x58\x55\x71\x39\x3b\x58\xf4\x88\x6a\xf2\x7b\x21\xcd\xef\xa3\xb4\x26\xaf\x0e\x23\xea\xba\x33\x4d\xb4\x4a\xe9\xd6\xdc\xc7\x68\x3b\x22\x21\x34\x9c\xd5\x74\xf5\xca\xef\x9a\x4b\x57\x38\x55\x9e\x54\x7a\xeb\x2e\x3a\x9a\x9b\xf0\x2a\x10\x72\x69\x6f\x36\x80\xe7\xa8\xf7\x41\x90\x0c\x14\x03\xb7\x89\x90\x64\x2a\x15\xab\xc0\x3e\x21\xf3\x0e\x91\x18\x08\xb7\xb3\x3e\x95\xd6\x98\xc3\x10\xca\xa6\x38\xe6\x25\x33\xd8\x72\xf3\xd7\x3e\x42\x2c\xa6\xe5\x70\xfb\x25\x14\xb0\x22\x99\xa9\x5e\x25\xdf\x26\x2c\xa2\x49\x26\x0d\x86\xe8\x18\xdf\xbe\x29\x85\xa7\xdd\x17\x1f\xa4\x72\x77\xa7\x76\xe9\xb1\x43\x9a\xdc\x1f\x31\x91\x12\x9a\x9b\x09\xa6\xd2\x38\xdb\xf1\xdc\xed\xac\x95\x0b\x80\x04\x42\xaa\x06\xd7\x09\x55\x8e\xe9\x8f\xe8\x83\xf4\xa3\xe8\x8b\xa8\x11\x48\xc0\x05\xc4\x05\x40\x85\x6b\x12\x20\x18\x20\xdc\x34\xad\x45\x1d\xf6\xd9\x02\xf2\xd9\xf2\x33\x13\xe3\x27\xf5\xa1\x3f\x96\x0a\xa6\x75\xff\x0d\x8e\xba\xb2\x42\x3d\x6f\x8f\xf2\xfa\x8d\x8e\xab\x48\x84\x37\x5b\x2e\xe0\x09\x2d\x32\x6e\x16\x56\x4c\xf9\xce\xf3\xce\x52\x62\xd1\x28\x57\x10\xba\x54\xd7\xe6\xbb\x64\xc2\xb3\xc2\x46\xfd\xbe\xe5\xce\x23\x36\x99\xb1\x07\x96\x61\x02\x6a\xa2\xd8\x94\x09\xe7\x6d\xff\x8e\xfc\x07\x62\x82\x91\x3f\xf6\xc5\x47\x60\xab\x59\x36\x6f\x11\x3e\x2a\x5a\xa6\xa6\xd2\xcc\x7d\xed\x00\xec\x96\x21\x67\x29\x0d\x04\xf7\x7b\x42\x1f\x58\x5f\xf8\x66\xfe\x83\xdc\x93\x3f\x90\x3f\x36\x19\x72\x5c\x12\xd9\x53\xeb\xf9\x40\xc5\xbe\xaf\x88\x33\xb4\x9c\xf8\x08\x9c\xc3\x9b\x01\xca\x55\x5d\x83\xaa\x16\x04\xdc\x90\xf9\xc6\xc5\x83\x5c\xf4\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xeb\x6a\x09\xa3\xb0\x97\xfa\x85\x4c\xd9\x4a\xc7\x53\x10\x90\x3f\x83\xe9\x42\xe7\xc3\xb0\x1d\x10\x13\x17\x94\xee\x32\x81\xd5\x0f\x38\x64\xa6\x6c\x33\xdc\x6d\x7d\x65\x97\x4e\xba\x6a\x01\x47\x77\x03\xa8\xf7\xd7\x60\xbd\x60\x08\x3f\xaa\x9e\xc2\xaa\x85\xd8\xbe\x6c\x67\xee\xee\x9c\x28\xe7\x06\xb2\xf5\x15\x1f\x73\x2b\x6d\xaf\xef\x8f\x03\x26\xb8\x8d\x99\x1b\x93\x5b\xd7\xb2\x73\x17\x4b\x31\xcb\xa8\xb1\x54\x7e\x14\xc8\xae\xf0\x31\x0d\x65\x5e\x95\xb9\xdd\x02\x70\x1d\x07\x46\x39\xf1\x7a\x6e\x59\xf0\x18\x83\x6e\xd8\x84\x63\x7e\x5c\xe7\xf4\x9c\xd8\x43\x21\xa7\x0c\x11\xe1\xec\xa2\xe5\x66\x22\x15\xff\x67\xa3\x43\xb6\x59\xc2\x2e\x1c\x69\x51\x25\x5a\x18\x67\x59\xd6\x06\x1a\x45\xc9\xc0\x94\x14\x89\x3a\x0d\x87\x0c\xed\xf7\x0a\x84\x8f\x51\x9e\x61\xee\x75\x22\x55\x8a\xf8\xa4\xba\x5c\xf7\x56\xf9\x22\xcf\x18\xb2\xe5\x1b\xe4\x2e\x79\xc4\x65\x77\x27\x13\x2a\xc6\xcb\xe5\xc8\xbf\xe6\x2c\xdf\x53\xd0\x8c\x83\x5c\xf9\x4a\xee\x78\x3a\xd6\x45\x9d\x6a\x5c\x1b\xcb\x92\x2b\xa5\xb1\x9d\x43\x9e\xea\xfb\xc2\xa0\x16\x72\x08\x50\x8d\xae\xea\xf3\x6b\x18\x5f\xae\xdd\xf1\xdb\x83\xf9\xe5\x39\xfc\xf5\x8b\xf2\x51\x0d\xff\x01\xfa\x73\x59\xcd\xcf\x6a\xdd\x08\x3c\xbc\x22\x77\xec\xdb\xd2\xb1\x81\x26\xed\x07\xe5\x46\xe8\x98\xeb\xa2\x73\xb3\x9e\x3a\x6e\xca\x76\x94\x8d\x49\x02\xfb\x1e\x80\x1b\x6b\x67\xf3\x6d\x64\x96\x2c\x42\x11\x31\x16\xd5\x47\x89\x3f\xad\xa9\xa5\xec\x18\x2c\x47\xc3\x46\x7e\xc1\xa6\x28\xe5\x68\x44\x5b\xdc\x4e\x8b\x8a\x50\xfd\xd8\xfc\xe3\x75\x87\xb2\xd4\x1d\xb2\xa6\x73\x03\x34\xfa\x65\xc7\xf6\xdc\x45\x1b\x95\xdd\x02\x18\x42\x21\x23\xc7\x28\x78\x08\x72\x4d\x8c\xa2\x10\xbd\x27\x85\xee\x8b\xcf\x28\xc5\x72\x8d\xfa\xa2\x03\xf6\x01\x75\xd4\xa1\x88\x00\xf3\x74\xa0\x03\x66\x42\x85\x4b\x44\xa8\x73\x41\x04\x5c\xc4\x70\x12\x62\x27\x44\x5d\x67\xd0\x91\x13\xdd\x6b\x9b\xf4\x0b\x1d\x47\xc8\x56\x22\x1a\x9b\x6c\xc5\x5c\x43\xa4\x2b\xcd\x1a\x75\xc6\xa1\x94\x19\xa3\xa2\x49\xac\xae\x7d\xbc\x60\x2d\xe2\x71\x14\xa3\xd5\xfa\xac\x64\xa6\x72\x66\x75\x0a\x8a\xa9\x18\xd1\xbc\x28\xc0\x17\x9b\x00\xca\x82\x8a\xa1\x1d\x68\xba\xc2\x21\xd2\x8a\x4f\xfe\x90\x65\x1b\x45\x9a\xe0\x07\x4b\xa9\x08\x5e\x29\x10\x72\xd7\x0a\x6f\x8f\x03\x20\x6a\x93\x01\x56\x0d\x2c\x4e\x21\x58\x6a\x1a\x2e\x87\xe1\x6f\x39\xc4\xdc\x4c\x6a\x83\x9e\x97\x0d\xd0\x47\x5d\xaf\x23\xb1\x9e\x80\xf4\x48\xe4\x03\x53\x8a\x63\xc6\xba\x1b\xe9\x3a\xbb\xea\x12\xbc\x07\x72\xe4\xc3\xaa\xd7\xe7\xaa\xd5\xcc\xf7\x0d\xb4\x7b\x85\x89\xb3\x64\xa6\xb8\x54\x2e\xc1\xbc\xd1\xc6\xbe\xea\x72\xec\x54\x02\x31\x00\x1e\x69\x0a\xfc\x5b\x17\xe8\x12\xde\x8e\x16\x6e\xcf\xd2\xea\x40\xbe\x14\x7c\x9c\x4a\xa6\x23\x81\x15\x16\x16\xb9\x01\x1f\x31\x3b\xe8\xbe\xb0\x12\x7b\x2c\x5c\x63\xda\x95\xcf\xc2\xb2\x9d\x26\x4a\x6a\xed\x62\x2b\xb0\x1d\xdd\x5e\x7a\x2f\xdf\xba\xa4\x98\x7d\x78\xcd\x9e\x2f\xcc\x72\xb1\xf4\x40\x04\x87\x59\x2f\xc7\x0d\x59\x48\x00\x6a\xe4\xa2\xbb\x46\x60\xf9\xa3\x41\x14\xa3\xda\x59\x12\x20\x50\xa9\x12\xa2\xb1\x81\xd4\x15\xc6\x8c\x01\x8b\x47\x21\xe5\x2e\x22\x21\x97\x50\x8b\xa8\xdf\x5c\x13\xae\x14\x03\x50\xd1\x61\xe6\x1c\x64\x25\xaa\xe1\x45\x69\xcb\x62\x45\x82\xd2\x8c\x3d\xc3\xad\xa3\xf9\xd4\x9e\x67\x40\x12\x10\xf2\x48\xce\x40\x0b\xab\xbe\x05\xf9\x92\x7c\x64\x29\x31\xae\xac\x69\x45\xd5\x23\x40\xa7\x66\xc2\xd4\xb9\x0d\x7c\x23\xe0\x66\x60\x29\x6e\x23\x52\x6e\xff\x4d\xe7\xfb\xcb\xeb\xdb\xee\x59\xff\x4d\xe1\x0c\xf6\x81\x43\xfe\x92\x0c\xe9\x5c\x52\xf4\x45\x70\xe9\x84\xb2\x13\xb0\x97\x84\xa6\x69\x91\xbd\x84\xe1\x84\x03\x34\x4d\xaf\x7b\x2a\x56\x7a\x75\x16\x9b\xf9\xc0\xbf\xb0\xf4\x9a\x9a\x9d\x7c\x41\x4b\x7d\xed\x6b\xd9\x3c\x6b\x49\x3c\x17\x7c\xc1\xee\xb6\xe4\x46\x08\x53\xb9\xb3\xdf\xad\x4f\xc1\x78\x12\x60\xaf\xbc\xf1\x4c\x5b\xe6\x6b\xf5\x74\x1a\xaa\x81\x8c\x80\x06\x44\x32\x6f\x11\x08\xae\xb7\x54\x3b\x27\x7f\x22\x53\x2e\x20\x10\x76\xd9\xda\xde\x95\x27\xb2\x09\x14\x58\xef\xe2\xae\x0c\xd4\xf9\xc3\xe5\x5d\x19\xe0\xa6\xf3\xf3\x72\x50\xaf\x72\x0b\xcb\x8c\x23\xc5\x1c\xa3\x60\x23\x89\x4b\x11\x96\xa6\x6e\xa2\xe7\x55\xb1\xe7\xdb\x4a\x35\xcc\x82\x04\xb6\xef\x2c\xc3\x28\xd4\xe4\x45\x24\x18\xba\x99\xee\x96\x5b\x88\x8a\xea\x55\x59\xfb\x7d\xd2\x0b\xba\xd6\x9d\xbc\x7d\x60\x44\x31\x01\xb0\x04\xd4\x5f\xbf\x1b\xa7\x13\x14\xad\xfa\x98\xf6\x0d\xa4\x37\x52\x7c\xed\xed\x29\xda\x99\x94\x67\x74\xc8\x01\x7f\x08\x6e\x60\x9f\xdd\x55\x97\x83\xdf\xee\x8b\xb8\x6c\x11\xde\x99\x96\x06\x7c\x02\x1f\x17\x63\x22\x05\x23\x52\xa1\x63\x34\xb0\xc3\x56\x9c\x5a\x50\x0d\x8d\x33\x13\x32\x97\xb9\x0a\x3d\x2e\xf4\xe3\xa8\x4f\x4f\xa8\x0f\x9e\xf0\x72\xa6\x73\xed\xc5\x19\x98\xd0\xde\x4c\xb1\x42\x75\x85\x8e\xd9\x03\x13\xe4\xd1\xaa\xa9\x34\xca\x6c\x8f\x82\xd6\xac\x48\x2a\xde\x9a\x10\x99\xc2\x33\x57\xc8\x9b\x06\xb7\x56\x61\xb8\xd2\x94\xbb\x96\x97\x13\xf0\x1e\xb2\x0f\x20\x9d\x62\x3b\xe2\x83\x2f\x9b\x6c\x31\x0e\x18\xce\xd2\x40\x6c\x19\xc2\x08\xe9\x5a\x92\x65\x5f\x66\x2c\xd9\x26\x64\xfc\xca\x17\xa6\x58\x66\x1b\x8a\x35\x17\x07\x8f\xe2\xb6\xce\x48\x6f\xa9\xaa\x8e\x76\xc5\x38\x37\x4a\xdc\xb0\x03\xfd\xc9\x65\x3a\x6e\x38\x4e\x9f\xba\x31\x52\x72\xba\xde\x10\x9f\x27\x58\xf9\x76\x21\xec\xb7\x64\x6c\x79\x21\x51\xca\xab\x47\xd9\x14\x9e\xbc\x8a\xeb\xfd\x84\xf7\x62\xc8\x44\x80\xa4\x6c\x86\xa8\xc0\xc1\x05\xe5\x22\x83\xe3\x3e\xe3\x3b\x2b\x38\x63\x7c\xd0\x4e\xe5\x14\x94\xdc\x3c\x43\xab\x6c\x83\x34\x84\x91\xba\xf5\x21\xc6\x70\x7d\xd6\xd9\x97\x23\x4f\xb5\x4b\xb4\xb2\x8b\xa7\x0d\x9d\x86\xb4\xda\x6a\xaa\x74\x65\xb9\x56\x70\xa3\x7d\x85\x8c\x3e\x41\x58\x71\x9d\xae\x5b\x0a\x75\x76\x21\x1d\xfb\xc9\x27\xac\xdc\xd0\x4b\x07\x56\x4a\x28\x8c\x07\xe4\x30\x12\xe3\x24\xba\xc5\xad\x2c\xdd\x7c\x08\x9e\xea\xcd\xd8\x5b\x6a\xc9\x48\x9d\x4c\x55\x22\xc1\x49\x7c\xc7\x83\x91\x65\x4a\xe7\x51\xa8\x99\x83\x81\x81\xcb\x99\x8b\xf0\x57\x99\xd5\x7a\x62\x8e\x49\xb4\x2e\xdc\xa3\x4d\xbe\x9f\x87\x6b\x91\x66\x59\x3c\x12\xed\x00\xa1\x71\x94\x68\x3c\x86\x4b\x8c\xf4\x2e\x3a\xa7\xb7\xbd\x9f\xba\x10\x46\x35\x97\x39\x79\xe4\xda\x6a\x08\x7d\x01\xd6\x55\x44\x11\xc7\x0a\x68\xf8\x62\x0b\xde\x82\xe0\x4a\x9d\x0f\xa7\xdc\xea\x53\xc5\x24\xef\x80\x23\x5c\xfb\x50\x3b\x3c\xc7\xf6\x03\xb8\xb6\x7d\x10\x5f\x5d\xbc\xfc\x8a\xf3\xb1\x85\x1a\x5c\x34\xb2\x6b\x9c\x5e\xe4\xfc\x79\xda\x48\xbd\x48\xcc\x8e\xd5\x9a\xda\xe3\x75\x08\xd5\xab\x3f\x94\xe5\x7c\x55\x48\x2a\xe6\xda\x54\x2e\x93\xe6\x2c\xd5\x62\x0b\xf6\x11\xa7\xe7\xa5\xed\x4d\x82\x37\xfc\x27\xf5\xd2\xce\x4d\x40\xc1\xae\x15\xc1\xae\x1a\xe5\x9b\x97\x96\x2d\x14\x21\xfe\x6f\xed\x52\xdb\x44\xdd\x2a\xe2\xdd\x63\x52\x88\xe2\x39\xca\x71\xe2\xac\xca\xba\x85\x34\xe0\xcb\x4e\x00\x4d\x6d\x21\x90\xa4\x2f\xea\xe5\x86\xe5\x34\xb6\xab\x5b\x7a\xaf\x59\x45\x61\x47\xae\xc3\x2c\x9c\x45\xe4\x73\x88\xc3\x43\x65\x34\x14\xae\x62\x95\x73\xe5\xed\xaf\x0d\x5a\x00\x88\x0b\xdb\x44\x34\xd5\x9c\xca\x35\x9d\xc6\x2b\xcf\x85\xbb\x32\x9f\x46\x83\xda\xd1\xbb\x0e\x89\xb5\xfb\x4f\x07\x06\x23\x66\x0b\x2c\xe4\xce\x7d\x06\x85\x31\x22\x1c\x86\xb5\x56\x6e\x0d\x48\xa3\x06\x1e\x86\xc5\x51\x63\x30\x74\x38\x3c\x32\x0b\xc0\xd3\x15\xee\x16\xc4\x9d\x5c\xa4\x4c\x09\x46\xcd\xe4\xf9\xbc\xb5\xa7\xbb\x9a\x0c\x9f\xcd\x73\x7b\xba\x17\x1c\xb5\x8a\x17\x77\x43\x07\xee\x06\xde\xd0\x02\x70\x6a\x41\x89\xaa\x83\x9b\x2c\x82\xc6\x9d\x9e\x55\x06\xf3\x7a\x0a\x47\x74\x6d\x8b\xaf\xc1\x77\x1c\x1f\x53\xfa\xe8\xcc\x2e\x03\xcb\x19\x07\x08\xc0\xb2\xc1\x6a\x5c\xd3\xc7\x4b\xf8\x1e\x4a\x09\xe2\xd7\xeb\x5f\xbc\xcb\x94\xb5\x60\xe9\x03\x3c\xd2\x12\x30\x8c\x2b\x0f\xbc\xfc\xf6\x34\x0d\x4e\xae\x75\x40\x9e\x51\x9d\x29\x21\xee\xe2\x2f\xee\x87\x06\x64\xe6\xca\x67\xd5\xd9\xc6\x3a\x98\x98\x57\x4d\x18\x54\xa5\x19\xd3\x20\x5d\xa3\x5a\x55\x11\xa0\x97\xa9\x77\x7d\xf1\x83\x7c\x64\x0f\x4c\xb5\x08\x35\x64\x2a\xad\xd0\x24\x58\x5c\x37\x93\x96\x13\xa4\xd1\x7b\x40\xc9\x05\x9d\xb2\xb4\x0b\x57\x6f\x14\x74\xe8\x94\x4c\x67\xc0\xad\xcb\x41\x83\xbc\x2a\x57\x72\xca\x0d\xb4\x2f\x68\x02\x95\xa8\xc0\x8d\x06\xd4\xc8\xfd\xc4\x80\xd5\xfc\x3e\x98\x97\x7f\xdf\x26\xb7\x56\x46\xe0\xba\x3c\xde\x28\x96\xbd\x69\x6c\x7d\x31\x56\x32\x9f\x05\x25\x40\x0e\x41\xfb\x40\x33\x73\x8d\x79\x19\x06\xe3\x6d\xcb\x09\x4d\xad\x04\xb2\x9c\x70\x4a\x6a\xea\x0b\xb3\xba\x94\x03\x43\x63\x02\xb2\x17\x73\xf0\xe0\xb9\x28\x0d\x20\xa3\x66\xd0\x8a\xfd\x99\xa9\x17\x30\x03\x35\xc8\xbf\xc1\x3a\x50\x8a\x12\x6a\xe0\xca\x1b\x58\x54\xbc\xf5\xa1\x3e\xbc\xad\xe8\xd6\x55\xf2\x02\xc6\xc1\xea\x01\xfb\x1b\xf6\x7e\xfd\x74\xc9\xca\x28\xaf\x72\x35\x93\x10\x1f\x9e\xcd\x7d\x4c\x9d\x8b\x79\x9f\xc9\x59\x8e\x19\x03\x3c\xf6\xe7\xd5\x0e\x88\x6b\xf3\x89\x9a\x64\x62\x45\xaf\x22\xf6\x7b\x1f\x69\x9c\x25\x46\xfa\xb4\xaa\x5e\xcd\x0c\x4e\xe3\xde\x1b\xcc\x18\x6b\x6b\xf1\x98\x09\xea\x43\x35\xe0\xaf\x2c\x23\x53\xdb\x6b\x09\x98\x30\x42\xaf\xaa\x5d\xeb\x12\xf6\xd3\xde\x7d\xda\x3b\x88\xe2\x50\xb9\x85\x0b\x12\xd5\x6e\x73\xc6\xfa\xda\x23\x9d\x2b\xbe\x95\xc4\xed\x8c\x3d\xec\x81\x09\x53\xe8\x6e\x53\x3a\x23\xdc\xf2\x6d\x7b\xf3\xa8\x31\x6b\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xae\x25\xdb\x57\xd6\x78\x8e\x51\xda\xc0\xf0\xb3\x84\x46\xb0\x67\xae\x62\x55\x62\x72\x1a\x5c\xe4\xb0\xc3\x19\x17\xf7\xb6\x33\x84\x63\xf0\x86\x75\x65\xf9\x9b\x54\x3e\x1a\xba\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\x46\x1e\x5d\x75\x14\xb8\x18\x47\x79\x1c\xf5\xfa\xe6\x3a\xb0\x0a\xb5\x5f\xae\x87\x0a\x51\xfb\xa9\x97\x27\xb6\xf9\x76\x49\xe8\xfb\xd6\x90\xb3\xa5\x10\x15\x17\x92\xe1\x24\x92\x38\xc3\xc6\x69\x2d\x90\x1f\xc7\xb1\x12\x9b\x93\x50\xfe\x3d\xfc\x0b\xc1\xac\x70\x69\xfe\x9d\x48\xd5\x17\xf8\x7b\x2b\xe0\x5e\xd8\x17\x8a\x14\xb5\x86\xa4\xee\x40\x4f\x1e\xc4\x76\x3b\xb9\xf2\xb6\x73\xf3\xe3\xe0\xba\x7b\x73\x79\x77\x7d\x5a\x12\x2e\x4f\xcf\xef\x6e\x6e\xbb\xd7\xb5\xcf\x10\x06\xbf\x77\x79\x31\xf8\xeb\x5d\xf7\xae\xe1\x91\x6f\xe0\xbc\xf3\x7d\xb7\x54\x48\xf0\xaf\x77\x9d\xf3\xde\xed\xcf\x83\xcb\x0f\x83\x9b\xee\xf5\x4f\xbd\xd3\xee\xc0\xd5\x68\x3e\x5d\x5d\x6a\xa4\x7e\xbc\x4d\x08\xc1\xb4\x52\xb9\xbc\x40\xea\xf0\x17\xf0\x70\xee\xb6\x93\xff\x13\x6c\x0a\x57\xb8\x07\x47\x2d\xff\x2f\x04\x85\x3d\xb2\xc7\xde\x5b\x95\x8a\x13\xd3\x17\xc1\xec\x17\x78\xbc\xa1\x63\xed\xeb\x0e\x96\x46\x7b\x42\x3a\x33\x57\x5b\x50\x96\x3b\x35\x54\xdf\x17\x23\xf5\xd6\x5e\xa0\x03\xa8\xf6\xa1\x5d\xa5\xbd\xca\x96\x94\x1b\x74\x73\x82\x21\x38\xab\x57\x4a\x0a\x34\xe6\x05\x5c\x5f\xd7\x68\x65\x2f\xa1\x52\x30\x2e\x8e\xc6\x71\x41\x6a\xd8\x5c\xd0\x29\x4f\xf0\x87\x4a\x76\x94\xcb\x9b\x9a\x32\x61\xaa\x2d\x96\x48\xa0\xdc\xf2\x84\x91\x1f\xff\x52\x0c\x0a\x6c\x15\x4e\xf7\xcf\x17\x60\xde\xdc\x03\x95\xe3\xaa\xae\x22\xa0\x52\x4f\x5e\xbb\xa9\xa9\x90\x05\xa1\x1c\xb9\x88\x12\x14\x4a\xd1\x4e\x4d\x58\xdb\x35\x8c\x73\xa7\x04\x38\x7d\x3f\x08\xb5\xfa\xb7\xe2\xe4\xb7\x54\xdf\xd7\x40\x59\xd7\x32\x47\xb7\xe0\x3b\xf6\xd8\x8c\x9f\x5d\xdb\x69\x58\xd3\x01\x50\xcc\x76\x7d\x36\x66\x1f\xae\xe8\xd2\xcf\x38\xab\xa0\x39\xad\xdd\x5f\x09\x0d\xea\xe9\x0d\x2c\xeb\x5f\x4a\x90\xa2\xce\x93\xa8\xa6\x1f\x9c\x9a\x80\x80\xe5\x21\x59\xb1\x44\x90\xb3\xbe\xd0\xa1\x7c\x28\xa5\x85\x4e\xb1\xe4\x4e\xad\x20\x1a\xa9\xbb\xbb\xd0\x78\x20\xb6\xf5\xab\x27\xd9\xa5\xf1\xe4\x05\x15\x93\x6a\x17\x7e\x5d\x75\xb6\x3a\x99\x55\xc1\x7a\x5b\x58\xfc\xa3\xd6\x83\xc9\x7f\x1d\x09\xf4\x0c\xf6\x74\x08\xfe\x9c\x02\x19\x15\x01\xb8\x41\x4f\x8d\x6d\x0e\xad\x22\xb4\x01\x25\xd3\x20\x33\x1c\x7b\x31\x82\x1c\xa3\x21\xe4\x38\xba\xfa\xe6\x33\x7b\xe7\x4d\x87\x2e\xfc\x7b\xf9\x46\x47\x6b\xb3\xc3\x96\x3f\x1d\x22\x58\x98\xd6\x57\x03\x04\xab\x1b\xc1\xab\x85\x03\xc3\x6a\x63\x81\x36\xec\x74\xfd\x6a\xff\xc1\xcf\xe8\x0f\x48\x52\x79\x43\x2e\x49\xd4\x5a\xc8\x99\x25\x47\x50\x4b\xc0\x05\xae\x3b\xc0\x12\x4d\x8e\x48\xc6\xef\x19\x79\x0b\x3e\xd4\xce\x55\xef\x6d\x8b\xbc\x8d\xe3\x34\xdf\x6e\xc0\xfe\x0a\xa8\x3f\x37\x6e\x87\x0b\x06\x92\x5e\x29\x04\xe8\x03\x44\x6b\x45\xc3\xec\x44\x25\x02\x20\x4f\xc4\x30\x85\xe8\x55\x10\xf7\x11\x62\x0b\x9c\xb1\x72\x15\x6f\x2c\x8e\xcc\xce\x08\x4b\xb6\xbd\xc5\x28\xf2\x3d\xfb\xbb\x97\x33\xc2\x15\x71\xe9\x9d\x80\x60\x5f\x60\x52\xe9\x06\xe2\x3d\xc4\x7c\xd4\xcd\xaa\xa4\x4c\xfa\xc5\xac\xdd\x94\x55\x84\xf7\xda\xc8\x6d\x8d\xe8\x8a\x4e\xdd\x8a\xf8\x22\xd1\x07\x2a\xfb\x1a\x54\xb6\x8f\xc0\xa2\xf2\xe0\x36\xbf\xcd\x4e\x51\x20\x8a\x9a\xf1\xc9\x9b\x56\xc2\xf5\x7c\xba\x0c\xdd\xb5\x1a\xac\x72\x43\x87\x43\xb4\x26\xab\x3d\x0e\x37\xe8\xa9\x42\xcb\xff\xe2\x58\xab\x43\xed\x18\x07\x26\x22\x39\x86\xfe\x1a\x3e\x65\xae\x1c\x76\xe1\x5d\x73\xe7\x15\xc8\x0d\xae\x2a\x07\xd7\x8e\x9d\xa8\x64\xc2\x1f\xea\xe3\x9b\x97\x6e\xf0\x0e\x7e\xc9\x8b\xce\xa7\xee\xd9\xa0\x7b\x71\x6b\x15\xf2\x45\x17\x65\xf9\xf1\xf5\xe9\x0f\xbd\x9f\xca\x65\xb3\x6f\x7e\xbe\xb9\xed\x7e\x1a\x7c\xec\x5e\x74\xaf\x3b\xb7\xdd\xe5\xe5\xd1\x97\x75\x56\x87\xd4\xe8\x02\xb0\x64\x81\xbb\x98\x7a\x54\x37\x8f\x5d\x80\x96\x13\xa3\x64\x46\xb8\xd1\xe4\x81\x6b\xee\x52\x59\x9c\xb0\x77\xd7\xf3\xc6\x9c\x9a\xde\x4f\xa2\x18\xd6\x16\x26\xf4\x17\x9d\x70\x67\x12\x8e\x05\x41\xe7\x8d\x14\x29\x06\x86\x90\xa8\x18\x4e\xbb\xa6\x13\xb7\x60\x27\xa4\xe3\xb6\xb6\xae\x7d\x21\x89\x15\x43\x99\xc2\xd1\xa3\xab\x32\x0c\x9d\x1c\x91\xea\x1a\x9f\x10\x04\x5c\x8a\xa0\x23\x43\x83\x20\x3c\x51\xc5\xc4\x5b\x43\xd8\x97\x59\xc6\x13\x6e\x22\x38\x4b\xa9\xc8\x94\x0a\x3a\xf6\xea\x47\xae\x99\x5a\xc1\x3d\xf6\xe6\xbb\xdc\x87\x16\xd9\x14\x3f\x16\x6b\x4a\x8e\x5c\x02\x9a\x94\x91\x2e\x71\xe0\xc9\x74\xd0\x06\x1f\xc8\x02\xe2\xce\xba\x43\xda\x93\xfa\xba\x22\x62\xcd\x45\xac\x3a\xe7\x27\xd5\xee\xba\x7b\xc4\x8b\xeb\x65\xb8\x51\x6b\xe8\xf0\x2b\xfb\x51\x4b\x90\x75\x7b\xab\x2c\x33\x58\xed\x68\xab\x37\x93\xed\xaf\xda\x4b\x01\xc1\xbe\x50\xe7\xc5\xab\x9d\x17\xcd\x08\x9e\x9b\x15\xd5\x28\x2d\xe2\xea\x82\x1a\x50\x76\x8b\xea\x86\x6a\x1a\x00\x6b\x93\xbe\x94\x9a\x1a\x8b\xa9\x4c\xe5\xc1\x7d\xe5\x82\x1a\x95\xc1\xbc\x9c\xaa\x1a\x2b\xd7\xed\xe5\xe6\xaa\xd5\x0c\x74\x8d\x6a\x1a\x21\x94\x1a\xc0\x33\x37\x63\xf9\x90\xbe\xc6\xd3\x0c\x38\x92\x77\x6b\xd9\x43\x55\x63\xba\x8c\x15\x2d\xaa\xef\x77\xee\xee\x96\xea\xfb\x86\xae\x56\x5d\x14\xa7\x25\x43\x77\x65\xd9\x5c\x2a\x15\x08\x57\xe5\xfa\x67\xcd\xfc\xb7\xfb\xc0\x84\xd9\x8b\x68\x02\x4d\xd4\x44\xb5\xaf\x67\xaa\x43\xe4\xb9\xde\x59\xc1\x91\x02\x56\x73\xe4\xb6\x34\x8a\x26\x00\x51\x89\xd5\x17\x9d\xab\xa1\xc9\x01\x62\xa7\xb6\xde\xf6\xc0\xab\x8b\xeb\xb2\x22\x9e\xca\xad\x76\x01\xb5\x59\xc4\x6a\xc8\x04\xea\xb8\x6f\x94\x68\x59\x12\x02\x44\x0a\x80\x28\x51\xc1\x14\x94\x4b\xab\x7b\x8e\x7d\x4e\xa8\xae\x76\xb9\x72\xcb\xb7\xc8\xcf\x2a\x35\xf3\x91\x41\x74\xe9\x5e\x50\xec\x37\x08\x97\x87\x81\xdc\xa9\x6c\x65\x4d\xb8\x1b\x84\xf9\xcc\x55\x56\x98\x23\x28\xb1\x77\x67\x3b\x0a\xdd\x81\x2c\x96\xd2\x8a\xe2\x60\x1a\x58\xce\xe6\x55\xec\x9e\x72\xa8\x6e\x34\x0d\x63\xb5\x62\xda\xde\x32\x11\x1a\x41\x68\xa3\x5e\xd0\x52\x03\xfa\x7a\x59\x22\x04\xd9\x7d\x8e\x30\xad\xa0\xf4\xd1\x58\x74\xd5\xfc\x9f\xf6\x66\x55\x4c\x4f\x64\xd6\xc4\xeb\xa1\x9b\x8d\x53\xd1\xb7\x9b\x8d\xcf\x44\xdf\xf7\x74\x56\x33\x00\x17\x43\xa7\x8d\xca\x13\x80\x15\xb1\xdc\xb0\xfe\xd4\x39\x3c\x25\xb8\x42\x9d\xfb\x53\x97\xb2\x64\x7d\x3a\x3d\x44\x6b\xd5\x8a\x77\xcd\x67\x7b\x57\xab\x6a\x19\xcd\xfa\xc9\x8c\xab\xa5\x5b\xb5\x34\x81\x43\x32\xe6\xb6\x26\x53\x07\xb1\x15\x28\x10\x72\xa5\x8d\xe2\x0c\x40\x3c\xb2\x90\xf9\x57\xbe\x85\x9c\xf1\x64\x25\x61\x59\x91\xe7\x6c\x47\x43\xaa\x1d\xce\x7c\x00\x01\xe7\xbb\x78\x36\x4b\x33\x40\x3b\x12\xb4\xc9\x52\x57\x41\x11\x71\x58\xdc\xec\x83\x0d\x0d\xf1\xda\xfb\xe2\xda\x8e\x02\xbf\x00\x53\x1a\x0a\x30\x01\x14\x99\x79\x8f\x1f\x86\xf9\xe3\x57\xb0\x6c\x4d\x35\x79\xf4\x20\x82\x82\x6f\x9a\xd8\x36\x90\x9c\x41\xc8\xfa\x1e\x9f\x92\x51\x46\xc7\x3e\x8f\x0b\x0a\x0c\x8c\x0a\x21\xdc\x4a\x12\x88\xd8\x6f\xff\xd4\x8e\xc1\xf1\x86\xe0\x56\x3d\x63\x09\x8a\xc3\x5b\xca\x7d\xb0\x0b\x3c\x0d\x06\x4a\xf8\x53\xd4\xc3\xaf\x3b\x28\xb9\x29\x9d\x41\xb8\x17\x52\xba\x1c\x85\xa0\xb4\x5b\x17\xf3\xd5\x86\x91\xff\xf7\x7f\xfd\xad\xcd\xd3\xb5\x02\x10\x62\x3f\x41\x91\x73\x1a\x05\x88\x44\xa0\xf2\x14\xd8\xf1\xd2\x22\x6a\xfb\xaa\xd9\x0d\x1a\xfa\x93\xf1\xce\x25\x95\x39\x63\xde\xb9\x9e\x1f\x14\x87\x8a\xe1\xc0\xf6\x42\xca\x35\x53\x68\xa2\x0f\x59\x62\x35\x20\xb6\x8d\x61\x0b\xb5\x25\xca\x97\x05\x2a\x2d\x94\x4a\xaf\xa7\x36\xf4\x85\x90\x77\x0f\x34\xe3\x56\xb1\x6c\xfb\xa4\xe0\xf7\xe4\x3f\x00\x94\xf6\xdf\x1b\x6c\x33\x74\xcc\xd4\x20\xcd\x4b\x31\x40\xab\x06\x75\x65\x3f\x3a\xcb\xcd\xbc\x3e\xb9\xba\x74\x8c\x32\x9a\xdc\x6f\x92\x70\x6e\xdf\x6f\x68\x76\x35\x87\x8f\x9c\x62\x65\x41\xa3\x21\x9d\x9b\x55\xd2\xb9\x5d\xc8\x44\xdc\x3f\x32\x3b\x01\x98\xc5\x91\x28\xe4\xb8\x61\xc7\x8e\xb9\x4d\x3e\x20\x52\x1a\x88\x64\xd8\x45\x22\xf3\x2c\xed\x0b\xf6\x65\x26\x35\x2b\xc5\x6f\xd6\xa0\x5b\xb9\x98\x63\xd7\x53\xfd\x4d\x53\x81\x85\xde\x49\x82\xf9\xea\xb9\xf7\x8b\x7b\xba\x38\xe5\x7a\x22\xdb\xe9\x72\xf5\x35\xf8\x07\xb5\xa7\xf0\xd9\x2a\x13\x9c\x5a\x65\x56\x98\x6c\xde\x22\x61\x92\x15\xb2\xc8\xd8\x03\x53\x74\x6c\xc5\x1c\xca\xb3\x18\xc9\xac\xac\x3a\xaf\xe7\x0d\xbc\x5a\x88\xd7\xda\x43\x6e\xd9\x3a\x16\xe8\x4d\xe3\x9b\xaa\x76\x08\xae\x67\x19\x2d\x55\x9d\xab\xf6\x80\x41\x4c\x4f\x4b\xc6\x18\x25\xbe\x5a\xee\x5e\xdf\x0d\xbe\x3e\x4f\xbb\x95\xb3\x23\xac\x45\x64\x17\x41\xcf\x68\x52\x08\xd5\x49\x46\xb5\xe6\xa3\x39\x49\xf9\x08\x3c\x2a\xa6\x70\xf5\x41\x24\x56\x00\xcc\x2b\x03\x2b\xd6\xca\xb2\xa5\x88\xf8\xfd\x44\x3f\xef\x1e\x26\xe8\x6c\x67\x3e\x66\x8d\xa7\x71\xda\x21\xe0\xaf\x2f\xa4\x69\xac\x09\x11\xbf\x6b\xf4\xa0\x1b\x99\x8b\xa1\xdb\xdf\xc0\x7c\xa6\xc1\x76\x61\xd4\x4b\xd3\x7e\x56\xf2\x87\xea\xde\x9f\xb1\x8c\xbd\x90\x0a\xb2\x8b\x84\xb0\x74\xad\x0b\xec\x8f\x67\xdb\xff\xdd\xc6\xb3\x85\xfb\xbb\x21\x51\x68\x0f\xfb\xfd\x95\x9d\xa8\x0d\xa3\xfb\xc8\xd6\xb1\xec\xae\xa4\xc5\xad\xce\x55\x13\x73\xdc\x61\xb1\xf7\x16\x39\xf1\xc4\x13\x6a\xda\xeb\x1b\x66\xb4\x17\x5c\x23\x4a\x47\x9b\x9c\x3b\xa7\x47\x3e\x68\xba\x08\x41\xde\x60\xc3\x5f\x88\x4f\xdf\x8d\xee\xda\xe1\xd5\x3d\x1d\x3b\x5c\xbd\x5d\x9b\xd0\x5b\x31\xde\x2d\xbc\x21\xae\x8d\x7d\xdc\xfe\x4f\x2b\x9a\x2d\x2c\xcc\x9a\xca\x45\x1d\x8a\xc8\xee\x71\x1a\x99\xab\x87\x38\x98\x29\x36\xe2\x5f\xb6\x32\x1b\x5d\xc1\xa7\x4e\x9c\x60\x8a\x11\x39\x1a\x65\x92\xa6\x2c\xc5\x14\x66\xc0\x90\x85\x7a\x9b\x85\x74\xe7\x45\x8b\x47\xc5\x8d\x61\xa2\x2f\x00\x6c\x43\xff\xf9\xe4\xf8\x78\x98\x27\xf7\xcc\x1c\xdf\xb3\x39\xd4\xbb\x8b\x7e\xda\x2a\x18\x9f\x69\xec\x5b\x33\x63\xb8\x18\x6b\x32\xc3\x24\x00\x87\xa0\x54\x19\xeb\x3b\xde\x66\x6d\xf2\x7d\x26\x87\xba\x45\x6e\x92\x09\x9b\xd2\x16\x1a\x7c\xe1\x39\x60\x87\xb7\xdf\xb7\xfb\xe2\x86\x31\x32\x31\x66\xa6\x4f\x8e\x8f\xc7\xdc\x4c\xf2\x61\x3b\x91\xd3\xe3\x6c\x3e\x32\x68\x09\x3f\xe6\x5a\xe7\x4c\x1f\xff\xe9\x8f\x7f\x84\xa5\x01\xf3\xf0\x90\x26\xf7\x63\x25\x73\x91\xc6\x01\x29\x75\x67\xf8\x66\x11\xf9\x6e\x73\x20\x03\x25\xc5\x80\x7d\x99\x29\x06\x20\x41\xdb\xa6\x6d\x68\xd2\xf9\x7c\x43\xf4\x5c\x18\xfa\xe5\x84\xf4\xdf\x7c\x42\x78\x7f\xf2\x83\xcc\x95\x26\x67\x74\x7e\x24\x47\x47\x53\x29\xcc\x84\x7c\x82\xff\x75\x3f\x3d\x32\x76\x4f\x7e\x66\x54\xf5\xdf\xb8\xfd\x75\x85\xa9\x03\x04\xdf\x84\x42\xb0\x86\x76\x95\x03\xfe\xf8\xaf\xbe\x74\x80\xed\xe6\xbb\xe3\x3f\xfe\x2b\xf9\x3d\xfc\xbf\xff\x8f\xfc\xbe\xff\xa6\x09\x9d\x67\xa3\x90\xd9\xa2\xb6\x43\x6d\x6b\xf7\x3c\xb9\x97\xa3\xd1\xc0\xf0\x29\x43\x3f\xda\x80\xaa\xc6\xd2\xb5\x1b\xa6\xec\x70\x07\x67\x86\x80\xcc\x05\x8c\x80\xeb\x14\x83\x5a\xfc\xc1\xd0\x79\x01\x39\xf5\xe8\xab\xb7\x86\xc0\x5b\xae\xe1\x2b\x96\x5a\xfa\xdd\xc4\xa5\xe0\x33\x91\x17\xc1\x52\x8b\xf0\xa8\x18\x9c\x2f\xe8\xf0\xb1\xe5\x49\xae\x2a\x7e\xb0\x68\x12\xfb\xc6\x8c\x20\x30\xc1\x27\x35\x80\xdc\x48\xb5\xd3\x8d\x7d\xcf\x16\xcc\xa3\x1b\xf9\xd3\x3c\x72\x56\x8c\xf1\x08\xc1\x10\x52\x85\xbc\x37\xf4\x8f\x3a\xa4\xa9\xbe\xb8\xbd\x3c\xbb\x7c\x77\x4f\x8d\x92\x63\x2a\xde\x9f\x90\x4e\x9a\xba\xea\x85\xc4\xd9\x78\x2d\xf1\xd8\x1b\xa2\x4d\xe2\x52\x64\xc2\x2e\x5c\xad\x83\x2c\x56\x7f\xb8\x62\x49\x9d\x9d\xa2\xfe\xb0\xdb\xe5\x3b\x0b\x9f\x34\x04\xb4\x96\xe0\xc1\x42\x07\x05\x1a\x0f\xcc\xd5\xde\x43\x58\xad\xbc\x3a\xdf\x6d\x0a\x32\xde\xcc\x58\xc2\x99\x76\x15\x5c\x55\xca\x60\x79\xc0\xad\x08\xe6\x7b\x17\x67\x53\x7b\xa8\xca\x55\x69\x77\x49\xb3\xa9\x26\x23\xef\x40\x29\x58\xc4\xb8\xe0\x0d\x3e\x83\xbe\x52\x1d\x5b\x51\xcb\x36\xb6\xcc\x17\x71\x05\x32\xe3\xba\x7e\xf6\x4a\x3f\x1a\xd1\xc4\xae\x5e\xa5\xce\x6e\xcc\xaa\xea\xd6\xf1\x96\xea\xfb\xfd\xda\x15\x77\xc6\xac\xe2\x69\x81\xf1\x82\xd4\xe8\x3c\x98\x7c\x21\xe6\xda\x50\x7d\xdf\x14\xd8\xb8\x71\xfd\x0d\xbb\x14\x3e\xe6\x77\xd9\xf8\x5c\xcb\x51\x2e\xb7\xab\x90\x06\x7a\x48\x94\xe6\xe8\xdd\x81\x88\xcd\xcd\x33\x96\x56\xf3\x4b\xaa\xe3\x5f\x45\x06\x98\x2b\x19\x99\x05\x21\x83\x61\x6a\xb5\x24\x70\x54\x4e\xa9\x98\xe3\x41\xb2\x17\x16\xd5\xf7\x3a\x00\xa7\x11\x3d\xa5\x59\xd6\x22\x8a\xe5\x50\xb4\xb0\x45\x34\xcb\x46\x47\x3e\x3d\x3d\x25\x99\x1c\xf3\x84\x66\x64\x98\xc9\xe4\x5e\xf7\x85\xbd\x41\xc4\x18\x2f\xbe\x99\x92\x09\xd3\x3a\xba\x72\x8b\x68\x8e\x99\x92\x69\x9e\x60\x19\x0d\x2c\x63\xc5\xb5\xe1\x49\xa5\x76\x82\xe5\x88\x50\xa3\x37\xa1\xa0\x4f\x82\x2f\x75\x8a\x45\xf7\x15\x67\x98\xde\x90\xfb\xba\x91\x90\x7e\x4b\x33\xfe\x4f\x2c\xfa\x4c\x1f\xb8\xac\xcd\x64\x88\xb7\x6c\x17\xd1\xd0\x6d\xcf\xc0\x94\x4f\xc3\x0a\x7a\x3e\x75\x9f\xc1\x19\x5a\x46\x31\xd7\x65\x72\x0e\xd4\x10\xc8\x3c\x64\xc9\x7a\xa2\x28\x4a\x4d\xf8\x4c\x64\x7c\xc5\x47\x69\xbc\xb0\x68\x5e\x18\x72\x43\x0c\xef\x2a\x9a\x3e\xc5\xea\x0d\x0e\xcf\x24\xb2\xb7\x42\xeb\x1e\xdf\xde\xa1\x38\xd9\x2b\xe2\xc1\x12\x89\x5f\x1e\xbb\xf6\xf6\x1a\x69\x85\x92\x0a\x54\x93\x59\x96\x8f\xb9\x28\x6a\x8f\x5b\x7e\xd8\x17\x00\xf8\x67\x3b\xa9\xe0\xf3\x2f\x52\xd4\x0b\x2e\xa3\xb0\x1f\xe6\xb8\x61\x35\x05\xbf\xc8\x9b\x10\x79\x99\x6e\x7d\x8d\xee\xad\x73\x24\x55\x5d\xf4\x0f\x52\x1b\x3c\x7d\xe0\x05\x70\x65\xd4\x51\xe3\xde\x6e\x6d\x94\xaa\x8c\x6a\x21\x2c\x8e\x8f\x90\xc8\x60\x6c\xe0\x99\x76\x25\x01\x9b\x46\xf4\x55\xf2\x4d\x96\x6d\xe4\x15\x35\x58\xd6\x8d\x4d\xa5\x41\xb8\x36\x44\x4e\xf3\x06\x0d\x04\x64\x1b\x66\x72\x08\xf7\x0a\x80\xaa\xf9\x48\x9d\xc8\x23\x8f\xf3\x66\x29\x79\x17\x5d\x13\x21\xfa\xef\x7d\x53\x80\xc5\xfe\x92\x5e\xaa\x56\x90\xc6\xd4\x97\x32\x72\x52\x9b\x5c\x55\x02\x2a\xa3\x59\x8d\xa8\xe5\xdc\x0d\x63\xdf\x30\x51\xa6\xb4\xfb\x7b\x48\x94\xa9\x4c\xa3\x01\x80\x4d\xee\xa3\xa6\xff\xf2\x49\x9d\xcb\xf5\xf5\x48\x8c\x55\x47\xf9\xa3\xb4\x39\x9e\xcc\xe6\x75\x5b\xf4\xb2\x92\x80\x2a\xc8\x5b\x5f\x37\x09\xa8\x32\x98\x97\x9c\x04\x54\x19\xea\xcb\x4d\x02\xaa\x19\xe8\x1a\x49\x40\xe8\x5d\x19\x58\xa2\x5e\x8f\x29\xcc\x94\x34\x72\x98\x8f\x6e\xe0\x36\x59\x3a\x46\x07\xce\x8e\xcc\xd9\xcb\x39\x2e\xf7\x12\x46\x8b\x32\xd0\x66\x82\x58\x9c\xc0\x53\x99\xf2\x9a\x09\x3c\x25\x96\x76\x48\xe0\x09\x09\x3c\x8b\xeb\xf2\x12\x13\x78\x2a\x7b\xbe\x5e\x02\x4f\xdd\x96\x6f\xe1\xb2\x2a\x35\xf3\xcd\x24\xf0\x54\x56\xf4\x25\x27\xf0\x54\x86\x7a\x48\xe0\x79\x92\xd9\xbc\xb0\x04\x9e\xfa\x53\xb7\x59\x02\x4f\xad\x68\xd6\x7c\xb6\x77\x0d\x7f\x85\x3c\xd7\x67\x4e\xe0\x29\x4d\xe0\x90\xc0\xb3\x63\x35\xb5\x32\x09\xba\x11\x40\xc5\x0a\x17\xb3\x5f\xbd\x87\x96\xa4\xf0\x80\xba\xb1\x07\x8a\x7a\xda\x30\x07\xb0\x10\xae\xab\x11\x75\x4a\xeb\xa0\x1d\x86\xba\x15\x4d\x7c\xd8\x3b\x7a\x9c\x62\xdf\xc8\x81\x02\x37\xb6\x28\x35\x2c\x72\xb0\x2c\xc2\xc6\x35\x91\x5c\x0d\xb8\xee\x0e\x04\xe8\x40\x8a\xb6\x85\x15\x6e\x2e\x42\x8e\x00\xd5\xfb\x69\xf6\x77\xf1\x7f\x1b\x17\x64\xd7\x1a\x74\xc9\x2c\xdf\x26\x50\x7d\xbc\xdd\x67\x53\x36\x95\x6a\x95\x6b\xb8\xc1\xd4\x20\x15\x1d\xaf\x0a\x8e\x5f\x77\xf5\x76\x5d\x35\x8f\x29\xbe\x99\xed\xc9\x67\xa5\x2d\x57\x86\x7d\x91\xbe\xd8\x3b\x01\xfa\x42\xad\xff\x2b\xb8\x1f\xb7\xf4\x70\x35\xe4\x00\x2d\x76\x08\xa6\x6f\xcd\xd4\x51\x2c\x1e\x95\x6c\xce\x8b\x23\x28\xad\xbb\x17\x9e\x77\x58\xf6\x5c\x35\xc6\x5f\xac\xc1\x63\x3b\x58\xb9\xc2\x4a\xe6\x31\x44\x52\x95\xd2\x86\xf3\x9a\xd0\xd0\xf5\xcc\x1d\x5c\x98\x7f\xfb\x97\x8d\x8c\xf6\x56\xbe\x74\xeb\x36\xe2\x19\x23\x34\x49\x98\x46\xdc\x32\x17\x9f\x83\x10\xd5\xb9\xca\x76\xd9\x55\x2e\xc6\x30\x6f\x2b\x4c\x46\xc5\xda\x02\xf1\xe0\x9d\x31\x51\x32\x1f\x4f\xbc\x06\xec\xeb\x79\xd7\xed\xe5\xe7\xc5\x8a\x14\xaf\xcc\x59\x53\xa9\xf0\x59\x25\x82\xcd\xbd\xd9\x7e\x49\x9e\xd9\xa3\x5d\x37\x8f\x0d\xa8\xa3\x14\xd7\x55\x1c\x7f\xef\x63\x40\xa9\x04\x92\xf6\xfa\xa2\x53\x8a\x00\xf3\x20\x78\xc3\x79\x11\x49\x82\x57\x7b\x4c\x64\x90\x38\xed\xb4\x17\xa8\x18\x69\xff\x05\x62\x08\x7c\xe4\x7c\xdd\xde\x9f\x0d\x41\x30\x2c\x3d\xa2\xc9\x3c\xc9\x78\x12\x89\xa4\x63\x45\x67\x93\x65\x94\x78\xc8\xc0\xf9\x5a\x19\x38\x6b\x56\xa7\x59\x1a\xc6\x13\xd7\x77\x79\xd5\x99\x41\x8b\xe4\x78\x48\x0a\xda\x80\x24\x77\x1b\xcf\xde\x29\xf1\x35\xe5\x28\x35\x53\xde\x57\xce\x07\x59\x1c\xd8\xd7\xcc\x4c\xaa\xb9\x2f\xb6\x5b\xdd\xaf\x9b\x8f\xb4\xd6\x34\x1a\xc3\x40\xd7\x48\x45\x2a\x15\x13\x0d\xf7\xfe\x8a\xc4\xa4\xe6\x55\x7a\x21\x34\xb8\xcf\xd8\xb5\x26\x6e\xb3\x3a\x7e\x6d\x13\x51\x71\xb3\x50\xb6\xb0\x51\xaf\x2b\x9c\x2d\x0c\x7b\xcb\x90\xb6\x4e\x54\xf5\x67\x22\x33\x80\xeb\x29\xad\x56\xe8\x20\x44\xc5\x84\x05\xf2\x9b\x71\x33\x63\x09\x8a\xae\x05\xee\xcb\xb2\xc0\xb5\xb0\x89\xdf\x46\xf0\xda\x0a\x7d\x68\xc3\x00\xb6\x78\x51\x77\x0b\x62\xdb\x51\xbf\xd9\x2c\x90\xad\xd2\xd9\xd2\xfd\xde\xc2\xe5\xba\x80\xb1\x73\x70\xd8\x07\x87\x7d\xfd\xda\xbc\x44\xa7\xfd\x62\x75\xef\x35\x1d\xf7\x4d\xdb\xbf\x0f\x4a\xda\xa3\x03\xff\x2b\xbb\xc5\xd7\xf5\x88\x7f\xdd\x38\x83\x35\x43\x0c\x0e\x6e\xfb\x6f\xc3\x6d\xdf\x7c\xde\x36\x72\xdd\xaf\xc8\x0d\xf2\xbd\xec\xea\x5f\x0d\xf9\x2a\x4f\xea\x63\x0d\x36\xe0\xe8\x8b\x35\xfd\xac\x45\x42\xcd\xc1\xd7\xfa\xa4\xbe\xd6\x9a\x85\x5e\xed\x6f\x2d\x09\x6f\xcf\xea\x24\xab\xc2\x37\x3e\xa5\xa3\x6c\x95\xc0\x9b\x0f\x07\x4f\x7e\x8e\x6a\xe7\xbc\xee\x71\xfa\x1c\xf6\xd6\x97\xa9\x21\x6c\x3a\x64\x69\x0a\x0a\xb1\x91\x44\x42\xc2\x62\x41\x02\x82\x21\xb1\x5a\x4e\x4a\xb5\xa5\x5c\x0a\x15\x1b\x79\xca\x22\x38\xd3\x42\xbe\xc1\xe8\xd6\xbe\x80\xfd\xcd\x32\xa6\xbc\x3e\xa5\xc8\x3b\xcd\x45\xc2\x62\x1d\x4b\x91\x54\x32\x2d\xde\x1a\xac\xc4\x44\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x11\xe1\xac\x45\xb8\x09\x9f\x29\x46\x93\x89\x65\x97\x7d\x3b\x76\x70\x39\xa0\x20\xc6\xdc\xb7\xca\x01\x74\x44\xea\x9c\x7e\xdf\x26\xa4\x27\xc8\x88\x26\xa6\x45\x74\x3e\x2c\xda\x4f\xa5\x15\xde\x40\x32\x8b\x27\x5e\x34\xf2\x64\x4e\xd2\x5a\xa7\x68\x83\x66\x61\x09\xa0\x93\x71\xba\x93\xd3\xe2\x81\xee\x92\x42\xfb\x29\xd7\x06\xeb\x75\x13\x29\xc2\x61\x72\xc9\x00\x01\x2e\x00\xc0\xd4\x30\xf5\x7e\x09\x70\x2d\xad\x4c\x65\xd3\xb1\x14\x1e\x26\x87\xe1\xe6\xd4\x55\x68\x17\x97\x3b\x95\x8f\x42\x1b\xc5\xe8\xd4\xa1\xd2\x5a\x4e\x0c\xa6\x58\xf4\x2f\xb9\x1a\x60\x70\x03\x6f\xb2\xc5\xe7\x5c\xdc\xdb\xdd\x2d\x00\x12\x24\x64\x9f\xdb\x9e\x6b\x36\xed\x7b\x2e\xa8\xda\xa9\x0c\x30\xd6\x05\xda\xca\xcc\x32\x9c\x37\x21\x48\x18\xba\x0a\x2e\x62\x13\xa3\x8a\xe6\x53\x7b\x2f\xda\xee\x08\xb0\x3a\x44\xdf\xa4\xc4\x50\x40\x2f\x99\xb0\x6c\x16\x61\xe9\xcd\xa8\x32\x01\x1b\xd9\x65\x4d\x27\x72\x3a\xcd\x05\x24\xba\x3b\x3d\xed\xd1\xa5\xc7\x3a\x9b\x5d\xd1\x78\xbb\x2f\x7a\xe6\xad\xb6\xe7\x4b\x8a\x71\x36\x27\x34\x7d\xe0\xba\x00\xab\x48\xa4\xd0\xf9\x94\x29\xd7\x05\xd7\x58\xa0\x0a\x0b\x96\x13\xea\x69\xc5\x8e\xcd\x0a\x5e\x1e\xd8\xd5\xdd\x0d\x63\x32\x64\x23\x7b\xe9\xce\xa8\xd2\xde\x3e\x54\x63\xdb\x71\x9b\x9b\xda\xb5\xfa\x6a\x67\xf2\xa7\xf8\xd8\x91\x69\x71\x42\xa9\xd3\x37\x8e\xab\xe7\x33\x02\x4d\x6e\x0a\x6b\x58\x98\x14\x59\x7e\x31\xb9\x55\x38\x5b\x28\x7e\x55\x55\xc3\x7d\x0d\x2e\x0d\x87\xc6\xf6\xe3\x05\x1a\x1c\xdc\x46\x96\xbc\xca\x04\xdd\xa8\xd1\x3c\x13\x9f\x4d\xc6\xe1\x52\xd0\x86\x1a\x9e\x78\x00\xe8\x00\x6f\x8f\x5f\x37\x6f\xed\xae\xb8\xe3\x3a\xa1\xd9\xe2\x0e\x37\xaf\xe5\x0d\xbe\xbf\x9c\xf7\xb9\xe3\x86\x6d\x2f\x0d\x51\x49\x64\x96\x6d\x82\x47\x51\x99\xf9\x69\xf1\xf9\xf2\x11\x15\xfd\xd8\x0d\xf0\x7b\x01\xa7\x06\x31\x34\x68\xe6\x24\x0b\x6d\xdc\x2e\xc5\x2f\x21\x0f\x9d\x13\x91\x4f\x87\x4c\xf5\x85\x1c\x01\x4c\x49\xd6\xa4\x2d\xcf\x94\x9c\xf2\x4d\x12\xfa\x10\x92\xea\xda\x3b\xe2\x56\x58\x1a\xbd\xbb\xce\x9e\x22\x47\x5e\xae\x47\xac\xdf\x27\x50\xce\x58\x72\x86\xa6\x74\x01\x66\x7e\xad\x05\x5f\xa5\xfc\x76\xc8\x14\xcd\x0a\x6e\xf5\x00\x45\x80\x01\xf8\x07\x2c\xf2\x23\x9d\x17\x81\x3c\x9b\x1c\xa7\x1b\x94\x45\x98\xf6\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\x4e\xeb\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2a\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xea\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x1b\xb8\x59\x11\x2e\xdf\xe3\xf2\x12\x5f\x9b\xd4\x11\x5c\xad\x43\x8c\xac\xec\x82\x62\x65\x81\xfb\xe6\xe2\x0a\x46\x3c\x63\xba\x4d\x7a\x35\xfa\x84\x89\xca\x70\x62\x5a\x38\x78\xa9\xbc\xbc\x93\x2b\x1e\x81\xdf\x79\xa9\x86\x70\x87\xcd\x5e\x98\x1c\x14\xb3\x63\x06\x02\x06\x49\x7e\x62\x55\xbc\x09\x36\xc0\xc1\x40\x35\xa5\xc6\x80\xf5\xcc\xf2\x02\x6e\xd0\x16\x81\x05\x30\xc2\x07\x12\xeb\xc3\xd3\x04\x8b\xf7\x17\xa3\x6a\xd8\xd2\x7d\x20\x06\xad\x1f\x3f\xe1\x7b\x85\xf2\xa6\x8b\x7b\x53\x3b\xc2\xdb\x72\xeb\x1b\x8f\x2e\xc8\xe5\x9b\x3b\x5e\x3e\xc0\xa7\xde\x98\x44\xc9\x48\x31\xb0\x37\x4e\x43\xcc\xa6\x48\x99\xd2\x46\x4a\xb8\xa1\x6e\xce\x7e\x3c\xbe\xeb\x11\x66\x12\x80\xab\xee\x8b\x44\x3f\xb4\xac\x40\xfb\x4b\xce\x8c\xfd\xb9\x09\xbc\x6a\xca\x84\x06\x4e\xc0\xd7\x2d\x5b\xe0\x17\xc6\xfe\xf7\xac\xfc\xfd\x12\x92\x0f\x13\xf3\x40\x6f\x40\xbb\x1e\x50\x06\xc8\x14\x50\x0c\x4a\x05\xcc\x4b\xfb\x81\x65\x49\xba\x75\xa8\x81\x5b\x78\xea\xc5\x3f\x72\xb1\xa1\x98\x74\x5a\x7c\x14\x8d\xa2\x41\x0a\x9b\xce\xa8\xe2\x7a\xb3\xe6\xfd\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\xe5\x5d\x48\x01\xb0\x48\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\x4b\x67\x1e\xf7\x13\x8b\x3e\x6a\xf7\xc5\x27\x6f\xff\x2c\x7e\xd5\xbe\x09\x8c\xf7\x60\x29\xc9\x41\x67\x2a\xb7\x02\xcd\xa6\x5c\x87\x1f\x00\xc3\x42\xe7\x99\x41\x48\xb1\x11\x94\x6c\xf1\x03\xc5\x27\x75\x5c\x42\x51\x91\x4c\x2e\xca\x95\x6e\x36\xf7\x9e\x8f\x06\x2c\xdb\x44\x76\xec\x8d\xba\x99\xb6\xf4\x9d\xdc\x37\x9c\xce\x3f\x78\x28\xc2\x0d\x36\xa8\x98\x0c\x48\x6e\x1e\x58\x09\xb5\x12\xb4\xd3\x65\x08\x50\xc6\x08\x18\xd9\xaa\x81\x1b\x18\xe8\x6a\x77\xd1\xc9\xd6\xbe\x7e\x90\x92\x19\xf1\x66\xb9\x21\xf4\x42\xa8\xe9\x0b\x95\x0b\x40\x22\x08\xf6\x73\x4a\x34\xf3\x45\x8a\x12\x29\x50\x06\x70\xc6\x93\xb1\x65\x13\x56\xf2\xc3\xf2\xd5\x02\x34\x2a\x99\x6b\xcb\x43\xe8\x94\x19\x7b\x41\xbd\x03\xac\x4c\xf4\x60\xb4\xc8\x4c\xf1\xa9\xe1\x0f\x2c\xc0\x87\xc4\x3b\x77\x4a\x0d\xcd\xe4\xb8\xa3\x0c\x1f\xd1\xc4\xdc\xd2\x9d\x54\x66\xea\x9a\xd9\xd6\x8b\xed\x87\x41\x7a\x67\x76\xed\x8b\x72\xde\x50\x54\xa1\xf6\x04\x6f\x5a\x6e\xa1\x60\xdc\x80\x0b\x96\x20\x92\x92\x0e\x26\x06\x9a\x1b\x39\xb5\x0a\x29\xcd\xb2\x79\xcb\x57\x81\x9e\x50\x3d\xf1\xfb\x8c\xb0\x4a\xeb\x5c\x4d\x6e\x71\x4f\x69\x32\x61\x37\x50\x6c\xa5\x6e\x71\x57\xd7\xa4\x3f\xed\x9c\xfe\xd0\x1d\x9c\xf5\x6e\x3a\xdf\x9f\x97\xab\xcd\xe3\x93\x4f\xbd\x9b\x9b\xc5\x5f\x7f\xe8\xdd\x2e\xfe\x78\x75\x79\x75\x77\x0e\x75\xe9\x17\x1e\x9d\x5f\x5e\xfe\x78\x77\x35\xf8\xd0\xe9\x9d\xdf\x5d\x77\x6b\x3e\xbd\xbb\x0d\x0f\xdd\xb3\xda\xa2\xf6\x0d\xa3\xad\x1e\xb3\x23\x52\x7e\xf1\x84\xdc\x39\x4f\x8c\xab\x65\xe5\x6d\x46\x14\x82\x78\x21\xae\x28\x45\x63\x52\x0a\x55\xe0\x8b\xb9\x37\x7d\x8a\x2e\xa2\x64\xc2\x48\x26\xe5\x7d\x3e\x73\x0c\x0c\xa3\xcd\x84\x44\x83\x0c\xd3\x51\x6b\x3f\xf4\x6e\x4f\x82\x47\x68\xb1\xb1\x28\xef\xc2\x93\x3a\x8c\x8b\x7a\xa6\x89\xd5\xc1\x14\x7b\x80\x23\x19\x3c\x85\x51\x0f\x61\x03\x96\xf5\x83\xad\x51\x61\x2a\xdd\xa4\xa9\x03\x55\xf5\x13\x8b\x1a\x2e\x6f\xdf\xb2\xd5\x0c\xcb\x81\xc0\x3c\x64\xc8\x12\x9a\xa3\x23\xcd\xde\x46\x4a\x49\x15\x0f\xb8\xd8\xf6\x1d\x1b\x7d\xb3\x28\x64\x94\x11\x34\xb1\x20\x91\xfd\x24\x3a\x39\x56\x5d\x06\x55\x5a\x31\xaa\xa5\x20\x8f\x93\x39\xda\xa6\xa0\xcc\xb5\x41\x87\x09\x6e\x69\xb5\x12\x2f\xe1\xe0\x98\xa3\x86\x3c\x32\x88\x38\xcc\x1d\xf4\x0f\xea\xc7\xf6\x00\x6a\x5f\xfe\x4e\x07\x30\xb4\x52\x24\x62\x23\xc7\xdc\x87\x50\x6c\xbf\xd7\xac\x8e\x5b\x6e\x1e\x36\x56\xc8\x6d\xd8\x28\xb0\x50\xef\x25\x85\x11\x37\xd8\xfb\x3d\xcb\xae\xb1\x3b\x2f\x91\x81\x16\xaf\x8d\x15\x1c\xdd\x40\x91\xba\xd5\xe3\xf1\xf1\xd6\xa5\x8c\xf5\xcd\x72\xf4\x82\x87\x7f\xe5\x5a\xdd\xca\x94\xce\x2d\x71\x40\x78\x82\xce\x67\x33\xa9\x0c\x69\x68\x83\xc0\x41\xc7\xf1\xc1\xc5\xe0\xe6\x11\x38\x14\x34\x62\xa5\x00\x5d\x83\x06\xb3\x34\xb8\x37\x0c\xc8\xad\x6b\x71\xec\x63\x74\x27\x50\xd6\x02\x70\xcd\xb4\xa4\xf6\x96\x28\xb4\x4e\x40\xdd\x25\x9a\x68\x66\x6f\xe1\x75\x11\xc6\xea\x7a\xbf\xf4\x2d\xd4\x6e\x79\xc6\x46\x66\x50\xeb\x4b\x59\x62\x36\xb4\x2d\x8a\xb4\x21\x6a\x9f\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x4f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\x51\x49\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xbb\x2f\xba\x14\x80\x72\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\x90\x37\x5f\x48\xde\x6c\x41\xf7\x0e\x4d\x3c\x9b\x93\x02\x5d\xb5\xf4\xdd\x3a\xa7\x07\x6d\xc9\x5e\x4e\xc3\x09\x3b\x40\x41\xc3\x66\xce\xde\x8d\xf3\x2c\x82\x6a\xc1\x65\x6a\xbb\x6a\x93\xcf\xde\x3a\x03\xa1\x1d\x05\x2a\xb0\xc1\x0b\x27\xa3\x73\xa6\x9a\x17\x76\x1f\x09\x95\xfb\x8e\xb7\x58\xbe\xc0\x21\x53\xa6\x66\x95\x4b\x4a\xb2\x10\x68\x35\xdd\x20\x66\xec\x34\x7c\x74\xc3\x96\xc7\x80\x7e\x00\x84\x41\xc3\x94\x55\x35\x41\x64\x10\xd9\xfc\x7f\xe1\x66\x41\x22\x25\x14\x64\x75\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\xe4\xdb\x0c\xe4\x80\x36\xe9\x00\x46\x2e\xa0\x9f\xda\xab\xd0\x07\xe4\xf0\xb1\x90\xab\xc2\x06\x1a\x88\x29\x89\x88\xe9\xa6\x99\x98\x34\x50\x53\x88\x14\xd8\x13\x45\xed\x21\xe5\xc1\xf2\x16\xba\x98\xb6\xbf\x7e\xa2\xc3\x06\x0a\xf6\xd7\x08\xc1\x59\x18\x6e\xf4\xe1\xaf\xf5\x43\xff\x98\x53\x45\x85\x81\xc0\x12\x27\x78\x2b\x16\x45\x2b\xb2\x2f\x10\x81\x25\xd0\x58\x0b\x3f\xc5\x9b\xeb\x1d\xe9\x63\xfe\xc0\x04\xe1\x69\x8b\xf0\x36\x6b\xb7\x5c\x25\x0a\x9d\x0f\x8b\x37\x27\x56\x72\xe8\x8b\x85\xc0\xfd\x36\xe9\x64\x5a\xba\x2f\x98\x48\x32\xc0\xa4\x8e\x62\x60\x02\xe5\x3b\xd7\xcf\x70\x0e\xea\x05\x6c\x65\xd1\xbc\x74\x0f\xa2\x0f\xfb\x82\x6a\xf4\x34\x67\x70\xd2\x8b\xdf\xeb\x30\xe7\x4b\xd1\x07\x4f\x88\xeb\xb2\x70\x0d\x3d\xd9\x26\x21\xb8\xf2\xb2\x0d\x82\x37\x60\x63\x8a\x84\x8a\xbe\x08\xe4\x4c\xde\x51\x93\x31\xaa\x0d\xf9\xe3\xfb\x8d\x02\x2e\xfc\xfc\x0a\xe6\xea\x4e\x6f\x11\x5a\xea\xc3\xd9\x9a\x4a\x66\x00\x24\x27\xa1\x44\xb0\x28\x40\xbd\x65\xb7\xd9\x48\xf2\xc0\x75\x0e\x28\xdf\x51\x18\x3b\xe2\x34\x73\xa3\x3d\xe4\x20\x2a\x4c\x0d\x6c\xc4\x57\x4d\x70\x3e\x49\x37\xac\x1a\xc2\x72\xba\x13\x47\xe5\x0c\x32\xc9\x8a\xc0\xb2\x09\x35\x7d\xe1\x18\xab\x8f\xc5\x88\xe0\x60\x3b\x59\x56\x0e\xe6\xb2\x02\x4e\xca\x84\x9d\x30\x60\x94\xb7\xc3\x02\x5d\x80\xf6\x15\xe2\x7f\xca\x65\x4a\xc2\x59\xb1\x8a\x5a\x5f\x84\x6c\xa0\xb8\xed\x5a\x61\xa7\xce\x04\xfc\x8c\x32\x70\x4d\xf7\xe7\x08\x16\xbf\x86\x2c\xdc\x5c\x71\x67\x89\xcb\x64\xc1\xec\xbe\x44\x34\xde\x77\x07\xeb\x4b\xca\xf5\x26\x6c\xb8\x65\x1f\x65\x8d\x45\xbc\x61\x73\x23\xd1\x62\x17\xfd\x3b\x04\xa2\x3d\x97\x53\xb6\x34\xf4\x5e\x0a\x51\xe2\xab\x99\x60\x11\x75\xed\x59\x07\x56\x56\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\xad\x62\xfe\x7e\x2a\x21\xb2\x6c\x71\xe2\xcd\xb2\x5e\x27\xfd\x07\x4d\x98\x48\xe6\xd8\x93\xc7\xb8\x2e\xe4\xb8\x5b\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xfb\xd0\x26\x5d\xb8\x67\x7c\x19\x08\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\xc1\x98\x9a\x94\x09\x9f\xa9\x09\x6d\x00\xb2\x0d\xe9\x8e\x4f\x48\x2a\x93\x7b\xa6\x8e\x15\x4b\xb9\x3e\x01\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x25\x26\xec\xdf\x45\x14\xe3\xbd\xc5\xac\x84\x30\x02\x6d\xc2\x67\x0a\x60\xfa\x80\xb3\x6d\x13\x26\x8c\x9a\xcf\x24\x17\x26\x58\xb2\x2a\x0b\xe1\x15\x0d\x2b\xb3\x35\xc5\xd7\xaa\x7d\x84\xc9\x6c\x39\xed\xdb\x09\xd3\xcc\xc7\x04\xe0\xa4\x8c\x24\xe8\x09\x41\x76\x31\xa3\x66\xa2\x21\xd7\xa1\xbc\x06\x4e\xe7\x82\x4f\xed\x0a\xd1\x19\x84\x14\xa0\x91\xa2\xf8\x28\x04\xf1\x6b\xc3\xb3\xac\x2f\x04\x63\xa9\x26\x80\x0b\xf9\xb6\x36\xa7\xc6\x7e\xda\x22\x34\x4d\xc9\xff\x79\xf7\xe1\xfc\xe7\xdb\xee\xa0\x77\x01\x16\xe7\xde\x79\xf7\x7d\x2b\xfc\x78\x79\x77\x1b\x7e\x45\x03\xcb\x03\x53\x64\x4a\xef\x41\xc3\x13\x1a\xc5\x3f\x08\x75\x8f\x47\xea\xb3\x8d\xec\x13\xcd\x7c\xf8\xa8\x13\x53\x42\x82\xb1\xdb\xc3\x15\x10\x10\x1b\xe8\xbe\xd7\xe1\x93\xe5\x34\xe8\x89\x27\x74\xe1\xc5\xc0\x29\x13\xc6\xf2\x18\x67\xec\x2b\x54\xdf\x82\xe0\x98\x18\x73\xd1\x14\xe4\xc6\xc4\xc3\x53\xca\xf0\x3f\xb2\xf9\x4f\x56\xbb\xbe\xa2\x5c\xad\x4d\x7b\x5d\xf1\xc0\x95\x14\x30\xb5\x60\xd5\x2a\xaa\xd5\x31\xe3\x7d\x6d\xd1\xa1\xd2\x28\x0b\x43\x18\xc5\xac\x31\x90\xb2\x52\xc9\xf2\x65\x4c\xb7\x83\xae\x5f\xf6\xc5\x28\x9f\xd7\xa6\x1d\xbb\xa1\x0f\x94\x67\x10\x04\xeb\x2f\x9a\x82\x06\xb1\x08\xda\x09\x61\x19\x1d\x4a\x05\xa9\x31\x18\xb5\xe3\x9b\x70\x0b\x06\xe5\x80\x42\x43\x4d\xc1\x98\x52\x3d\x5d\x2d\xd2\xd2\x3d\x74\x25\xd5\x3a\x37\xb9\x7d\x0d\x56\x41\xce\xac\x4a\x56\x61\xa2\xee\x9a\x1d\x31\x8a\x55\x41\xd0\xbf\xe3\xac\xf2\x2e\xc0\x33\xcb\x4a\x20\xa7\xf6\x0c\xe8\xb6\x73\x78\x17\x6f\x4a\x41\x7e\xfc\x8b\x26\xc3\xdc\xf4\x45\xb9\x0d\x29\xa0\x16\xe5\xf7\xd4\x24\x93\xf7\x7d\x71\x69\x15\xc6\x1f\xff\xd2\x90\x00\x9d\x52\x43\x07\xf5\xf4\xd5\xbc\x26\x67\xd4\xd0\x73\x49\x53\x2e\xc6\xae\xc8\x6a\xfd\x5a\x7c\xdf\xbd\xed\x9c\x10\x9f\x33\x19\x52\x1f\x8b\xb4\xf9\xa8\x21\xe0\xad\x30\x11\xcf\x10\x80\x2b\x8b\xc0\xc5\x9d\xb1\x0b\x04\x21\x7b\xf7\xf4\x05\x2c\x25\x32\x48\x6e\xc8\x4c\x3a\x44\x3a\xab\x60\x49\xa2\x72\xe1\x8c\xd2\xce\x26\x68\x57\x07\x28\x32\x6c\x86\x13\xad\x40\x34\x59\xe4\xdb\x7d\x01\xaa\x76\x48\x44\xcb\x64\x42\x33\x88\x80\x3b\x8a\xac\x73\x56\x01\x97\x39\xa4\x13\x41\xe8\x89\x98\x97\x03\x55\x3d\x5e\x70\x21\x5f\xc5\x1b\x05\xaa\x3c\xec\xa3\xf3\x8a\x4e\xa5\x65\x1e\xed\xbe\xe8\x8d\x30\x40\x2e\xc3\xd5\xb1\x1f\x32\x01\x8e\x61\xbf\x2c\xf6\xa9\x67\x2d\x50\xee\x01\x1d\x84\x34\x01\x43\xbc\x98\x43\x78\x33\x40\x95\x49\x08\xb4\x28\x18\xad\x23\xca\x85\x5d\x0c\xd7\x5b\xfc\x59\x5f\x60\x60\x5e\x69\x63\xe2\x2c\xde\xa8\x7b\x29\x20\x6e\xb0\xb8\xfa\x82\xb0\x30\x73\x71\x84\x4e\x6e\x9f\x29\x76\xe4\xcb\x82\xd9\x5f\xa3\x45\xb5\xb7\x65\x9b\x5c\xc7\xaa\x72\x2a\x93\x7c\xea\x31\x44\x20\xef\xca\x05\x9c\xb9\x0b\x31\x90\x08\x5e\xd2\xb5\x24\xff\xbb\xf8\xbf\xb5\x72\xe6\xd5\x8e\xc5\x24\x03\x59\x0d\x66\xe5\x96\x4a\xad\x71\x61\xd8\xb8\xea\xac\xdb\x04\x9a\xf1\x02\xa2\xd4\xad\x54\x0e\x8e\x3c\x23\xad\x26\x29\xc1\xa4\x8c\xe9\x71\x32\x7d\xab\x49\xef\xca\x0a\x1c\x56\xc1\x0c\xe7\x24\xd7\x06\xc3\xad\x20\xe5\x04\xbf\xc6\x90\xf7\x16\xf9\x8e\xf4\xf3\xef\xbe\xfb\x73\x42\xbe\xf8\x7f\xfc\xdb\xbf\xfe\xeb\x9f\xff\x6d\x9b\xa2\xa9\xd0\x6e\xb1\x46\x0e\xae\xa7\x2a\x81\xc4\x3b\xb0\xc8\x4d\x76\xd8\x05\x77\x48\x9a\x96\xdf\x69\xdf\x8d\x29\x4b\x75\x8f\xa3\x70\x1a\x3a\x76\xa7\x50\xc7\xa7\x87\x94\x8e\x4f\xe1\xb6\xd7\xcc\xb4\xca\xa7\x38\xc8\x96\x4e\x80\xfe\x5f\x4b\x40\x03\x06\x96\x9a\xb7\x0b\xfb\xe1\x59\x90\x66\x6d\x23\xe4\x9d\x33\xb7\x19\x70\xd7\xbd\xf7\x97\x90\xcc\x52\xa6\x70\x4c\xc1\x42\x16\xec\x76\x70\x7e\xd9\x97\x59\x26\x5d\x40\x06\x25\x9a\xcd\x28\xdc\xd7\xf6\xbc\xb6\x49\x5f\x74\xbf\x50\xcb\x5e\x5b\xbe\x1e\x12\x16\xef\x05\x47\xc7\x88\x26\x8c\xa0\x68\xfc\xee\xcb\x89\xfd\xad\x45\xe6\x27\x10\x57\xd9\x22\xff\x3c\x71\xe9\xcc\x54\x99\x81\xfd\xe9\xbd\x97\x6d\x5d\x13\x30\x6a\xae\x49\xff\xcd\xf1\x03\x55\xbe\x56\x34\xa2\x32\xbe\x71\x0c\x30\x80\x91\xc6\xd2\x70\x26\xe5\xbd\x8b\x3a\x5d\xf8\xd2\xfd\xa7\x8d\x14\x1e\x1c\x15\xb8\xfb\x2e\x80\xd8\x4a\x6e\x47\xf0\x02\x23\xed\xd9\x90\xb4\xff\xa1\xa5\x20\xed\x39\x9d\x66\xee\x57\xff\xd4\x05\xc5\x52\xed\x52\xbb\xd2\x10\x13\x93\xcd\xd1\x36\xf9\x7d\x26\x87\x30\xaf\x4f\x7e\xae\x18\x56\x0a\x03\x2d\x2e\x89\xe2\x5e\x71\x13\xe1\x56\x63\xa6\x29\xa6\x78\x43\xad\x2d\x5f\x80\xdc\x72\xe3\xc5\x69\x7d\x09\x63\xfa\x2f\xf4\xc4\xc2\xaa\xf8\x64\x34\xb4\xc7\x86\xa0\x2e\xdb\xea\x17\xf2\xce\xb1\xa1\xf7\xf6\x2e\x70\x41\xbc\xb8\x0e\x75\x1d\xcc\x43\x07\x3f\x47\x1d\x70\x41\x30\xbd\x70\xc9\x97\xff\x3c\x6e\xb7\xdb\xe1\xeb\x0b\x3b\x97\xff\x47\xb8\xd1\x2c\x1b\x61\x4b\xfe\xa6\x99\xf7\xc5\x27\xab\xb7\xc4\xf6\xe2\x02\x30\x05\x0a\xe0\x24\x32\x23\x47\x85\x0d\x35\x95\x89\x26\xff\xdb\x4a\x92\xd1\x5a\xc2\x8f\x56\x75\xaa\x3f\x57\xae\x0e\xda\x33\x1d\x2c\x67\x83\xae\x1e\xad\x18\x6a\x21\xe8\x92\x54\x43\xbc\xd1\x03\x4f\x73\x4f\x0c\x96\x74\x8e\x1d\x1c\x03\x94\x28\x33\xec\x8b\x81\x47\x0d\xb8\x17\xb5\x01\xde\xf5\x42\xdc\x02\xcb\x2d\xe0\x2f\x90\xae\x1b\x16\xc0\x61\x12\x38\xee\x80\xf3\x6c\xc5\x0e\x0b\x7b\xc1\x88\x18\x9b\x4a\xe7\xd3\x29\x55\xf3\xe3\xe2\xb8\x2d\x12\x67\x01\x51\x08\x7c\x26\xf3\x0b\x00\x4e\xd3\xcc\x9d\x2d\x17\x37\x10\x55\x52\x9e\x84\x74\x00\x92\xb2\x84\xa7\x2e\xc2\x8a\x22\x7e\x32\x13\x89\x4c\x1d\x5d\x17\x59\x94\x65\xc1\x22\xbc\xb3\x28\x52\xf8\x18\x14\x5d\xd8\xbf\x84\xc1\xd4\x6a\xf7\x86\xff\xb8\x81\x85\xcb\x81\x36\x96\x59\x8e\x37\x70\x48\xf6\x2e\x6f\xfc\x37\xeb\x5f\xbc\xb0\x0e\x65\xd1\x9a\x7a\xc5\xcc\x1b\x01\x14\x7d\x2c\xae\x60\x88\xa6\x40\x83\x48\x1e\x72\x4c\xf1\xef\x53\x79\xc5\x33\x7b\x73\x01\x8d\xb7\xfb\xa2\xf4\x73\x8b\xb0\x8c\x4f\xb9\x08\xc1\x6c\xc8\xdf\xe5\x08\xa5\xdc\x7b\x6e\xec\x96\xe9\xf4\xde\xb2\x30\x9f\xae\x1f\xa9\x3e\x1d\x31\xf7\xa4\x13\x7c\x41\x4e\xe9\xcf\xb5\x1d\x57\xa1\x16\x5b\x99\xd3\x36\x71\xe4\xe4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\x44\xd1\x46\xed\x45\xcd\x1d\x81\x9c\xce\x7d\x42\x1d\xb4\x00\x7d\x94\x42\x61\x83\x98\x5a\x23\xa4\x74\x2b\xf5\x07\x37\xcf\xbf\x80\x98\xc1\x81\x90\x29\xdb\x30\x74\xb8\xa6\xbe\x9b\x33\xfc\x7a\x7f\xa1\x62\x98\x23\x03\x7c\xa2\x29\x29\x90\x69\xbd\xa1\x31\xb4\xb6\x50\xa2\x6b\x07\x60\xb8\x1f\xb7\x2d\x56\x5d\xf0\x34\x68\xc5\xab\x05\x51\x4e\x63\x69\xed\xcb\xc5\x1c\x77\x92\xd1\xd3\xed\xcc\xc1\x38\xf7\x04\x96\xbd\x28\xfb\x4e\xc6\x4a\xe6\xb3\x90\xf8\xeb\x53\xa0\x70\x1b\xdc\x8d\xd6\x13\x23\x79\xe2\xa4\xea\x73\x2e\xee\xf1\x2e\x7c\xaa\x3d\x0a\x65\x13\xa3\xdf\x3d\x07\xc3\x15\x3f\x72\xb5\x73\xed\xa8\xb5\xa1\xc9\x3d\x02\xa6\x2d\x2b\xbb\xb9\x69\xe1\xd0\xe2\xbe\xcc\xb3\xcc\x75\x5b\xb0\xcf\x02\x3a\xfe\x81\x53\x42\xc9\xdd\x75\xaf\xbe\xef\x7b\xbe\x68\x3d\xaf\xe7\x9d\x65\x02\x81\xff\xf9\x91\x6f\x14\xe7\x56\x01\xf8\x63\x25\x52\x0f\x26\x80\x26\x58\xa4\x0a\xef\xde\xd1\x5d\x67\x79\xd0\x60\x5a\x43\xa9\xf5\x93\x2f\x3a\x3e\x73\x1f\x7f\xb2\xdf\xd6\xef\xc8\x27\x48\xf0\x08\x59\xf0\x53\x2a\xec\x04\x7d\xaf\x0d\x36\x22\x64\x8b\x5b\x0d\xe9\x6e\xb6\xd5\x80\xb0\xc7\xf5\xe2\x49\x7d\x57\xbe\x95\x47\x34\x1a\xd1\x0c\x15\x2e\x33\x01\x41\xbc\x45\x6e\x92\x09\x9b\x52\x88\x31\x98\x96\x05\x72\x90\x4b\xde\x65\x54\x8d\x51\x4a\xd0\xcc\xe8\xf7\x35\x3b\x5c\x84\xda\xee\xb0\xc3\x5b\xc0\x2d\xc7\xf6\x76\x48\x03\x5c\xc6\x01\xc2\x28\xcb\x30\x2f\x81\x39\xf9\xfe\xfd\xdd\x61\xd5\x55\xfc\x04\x6e\x4c\x85\xb5\x8b\x53\x2b\x8a\x35\xe7\xbf\xef\x88\xf0\x7d\x41\xa7\x21\x57\xd4\xc3\x7c\xbb\x9c\x00\x1c\xdb\x90\x01\xe4\x4f\xf3\x18\x76\xc6\xf4\x8e\x87\xe0\x20\x84\x9b\x46\xd0\x17\x1d\xff\x4a\xc8\x37\x03\xf9\x46\xa1\x97\x14\xa2\x92\x30\x06\x0f\x64\x8c\xa8\xf2\xa6\x9b\x5c\xc3\x24\x36\xcd\xeb\xa9\xc2\x92\x5b\x19\x27\x00\x7e\xa1\x76\xe7\x85\x5d\x3f\x8f\x86\x9e\x5d\x75\x86\x1d\x3a\xbf\xf1\x53\xac\x14\x7a\xa8\xeb\x78\x15\xf3\xed\x86\x5c\x62\xd7\x50\x5c\x5b\x02\x23\x97\xb2\x79\x11\x27\x63\x57\x1c\xe5\xd2\x4a\x67\xa5\xc3\x3a\xc2\x9c\xb9\xdd\x0c\x7a\xa8\xc6\xec\x3d\x42\xc5\x4c\x98\x00\x49\x70\xfd\x96\x21\xf1\x70\x73\x6b\x1c\x2d\x92\xeb\x0a\xc5\x25\x38\x17\x72\xc1\x1d\x0e\xa9\xd3\x55\x23\x47\xb1\xb7\xe9\x14\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x84\x1c\x67\x2a\xee\xb2\xea\x1b\xd5\xca\xf6\xdb\xbc\x8c\x54\x43\xc0\x5b\x9b\x7c\xe0\x4a\x9b\x68\x4a\x46\x86\x44\xc3\xa6\xea\x9b\x56\xb9\x7d\x4a\xff\x92\x9f\x41\xf4\xfe\x52\xa7\x5b\x08\x6e\x6c\x93\x4e\xa1\x66\x63\xaa\x25\x2a\xd0\x2b\x66\xc4\x32\xcd\xb6\x21\xbe\xb5\x74\x12\x30\x47\x03\x01\x11\x60\x97\xda\xfe\x5e\xe0\x75\x85\x61\x3e\x42\xfe\x00\xbd\x67\x4d\x35\xbb\x37\xad\xf7\xbe\xb2\xcc\x7b\x27\xa8\x1c\x12\xb5\x8e\x6d\x06\xb8\xfe\xb1\x2b\xb2\x5b\xf9\xe8\xd8\x2e\xb9\x15\x35\x92\x7b\x17\xb6\x38\x02\x3a\x74\xf9\xb1\x8f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\xf0\x44\x88\xfa\x0c\x0b\x8c\x4e\x22\x21\xe3\xf4\x59\x18\x75\x38\xa4\x18\xd6\x10\xf6\x9b\xb8\xbb\x01\x97\x01\xcc\x35\xbe\xa9\xc5\xd3\x5c\x72\x08\xef\x70\x9c\xef\xd9\xaa\x3a\x6a\xcb\x36\x2d\x9c\xdc\x86\x6b\x6c\x53\x70\xb2\xc6\xb3\xb4\x51\xfc\x2b\x58\x1b\x78\x02\xc0\x37\x78\xed\xce\x28\xaf\xf3\x6c\x38\xab\xda\x2e\xeb\xf7\x94\x10\x4e\xfb\xc6\x6e\x72\xd3\xdd\x12\xb7\x29\xc3\xaf\xbd\x0d\x50\x3e\x7a\xbc\xa6\x7d\xa0\x1c\xad\x09\xef\x1b\xa0\x60\x90\x78\x34\x56\x1f\xc5\x71\x6d\x46\x23\xa5\x25\x46\xb3\xb0\x73\xfc\x6a\x70\x12\x63\x32\x95\x1c\x05\x50\x2a\xf4\xef\x23\x7e\x9d\x1c\xd5\xfc\xc3\x6a\x31\xfa\x7d\x48\xe1\xa4\xda\xf7\x51\xe4\x54\x35\x93\xe0\x7e\x30\x90\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\xb8\xdf\x31\xa4\x9c\x2a\x99\x0b\x8f\x21\x23\x05\x93\x23\xb0\x8a\x82\xa3\xc1\xeb\xfd\x00\x2f\x21\xa4\x89\xc2\xc7\x15\x9b\x61\xf0\x22\x48\xa8\xcd\xcb\xbd\x23\x8e\xd2\xaa\x75\x7e\x0a\x1c\xa5\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\xa2\xe3\xe0\x51\xda\x80\xcd\xc2\xfb\x2b\x95\xf1\xc0\x07\x40\xfb\x8e\xab\x14\x60\xb6\x24\xc4\x4c\xb0\x23\x23\x8f\x20\xed\x06\x92\x39\x10\xd9\xac\x09\xef\x17\x8c\x18\x9b\x5c\x07\xf6\xfd\x35\xc6\x89\x81\x32\x5f\xa2\x81\xba\xbb\x57\x13\x5f\xa1\x0c\x84\x19\x21\x98\x72\xfa\xd9\xca\x9b\x63\x43\x13\x47\xbc\x95\xcb\x6d\x9c\x0e\xb5\xa7\x82\x3a\x15\xfc\x9b\x34\x62\x02\x6d\x02\xc1\x20\x13\x39\x95\xf6\xda\x96\xb9\x8e\x1e\x62\x34\x11\x5c\x36\x4b\xea\xb3\xcd\x30\xcd\xf6\xeb\xcd\xc6\x1e\x2d\xfb\x08\x65\xc7\xf8\xa5\xd5\xd0\x7b\xd1\x4c\x86\x65\xe8\xb2\x15\xe3\x0f\x98\x53\xcb\xe9\x06\x0c\x68\x53\x3e\x9e\x38\x44\x65\x87\x24\xc3\xff\x69\x35\x48\x4b\x52\x21\x70\xc7\x27\xee\x38\x4f\x3b\x66\x93\xd7\x95\xf9\x6c\x74\x60\x6c\x82\x9c\x06\x8c\x65\x98\x8f\x6e\x00\x06\x79\x85\xf2\x12\xb2\x30\x0b\x7f\xb9\x5d\xe4\xe0\xb3\xf4\x39\x42\xe1\xc3\x87\x02\xce\x7b\x3e\x63\x2d\x32\xcc\xe1\xf9\xc5\xe5\x6d\x6c\x1b\xe2\x02\x1e\x1f\x25\x13\x96\xdc\x43\x88\x1b\x32\x45\x5c\x2e\x8f\xcb\x3e\x9c\xf7\x45\x01\x1a\x6b\xa4\x37\x74\xcc\x03\x2a\x4f\x40\xa6\x92\x8a\xa4\x5c\xcf\x32\x3a\x27\xec\x8b\x61\x02\x3d\x63\x85\xc7\x3c\xb8\x94\x2d\xb1\x6c\xa7\xb6\x00\xaa\xad\xe3\x02\x5e\x0e\x83\xbf\xfc\x24\x42\x61\x95\x10\xe6\x51\x27\x76\xec\x8c\x93\xb4\x8b\x87\xac\x09\x9f\x39\x2a\x27\x84\x3b\x1a\x9b\x4a\x43\x3a\x85\xa8\xe4\x45\xf4\xdf\xf8\xc0\x13\xb0\xa0\xf4\x7d\xe5\x11\xfb\x37\xa2\xe3\x33\xf5\xc0\xd2\xbe\x28\x27\xac\xb8\xab\xac\xd8\x65\x52\xe0\x76\x36\xb1\xce\xcd\xc1\x01\x63\x28\x90\xe5\xce\x3b\x08\xd2\x2d\xb2\x73\x43\x6c\xc5\x12\x1c\xd1\xfa\x8a\x20\x4f\x00\x78\xb9\xb6\xf1\xa3\x00\x0a\x75\x28\x7f\x0e\xc6\xd7\x95\xd7\xc8\x20\xe8\x31\x10\x66\x08\xc7\xc7\x5c\xbd\xe0\x73\x76\x3e\xe8\x85\x80\xc8\xba\x36\xfa\xc2\x07\xce\x8d\xf2\x2c\xc3\xfc\xeb\x86\xe5\xf2\xe9\x39\xde\xc7\xfb\xf5\x72\x20\x82\x5e\x4b\x22\x64\xd5\x60\xf5\x4b\xd9\x2c\x85\x50\xa7\x64\x5e\x54\x52\x02\xe2\x65\x42\xe7\x10\x0b\xe4\x51\x15\x21\x42\x75\xcc\x0c\xb1\x72\x47\x9a\x67\x18\x09\x06\xa1\xb5\x90\xeb\x43\xb3\x8c\x70\xa3\xfb\x22\xa4\x26\x21\xce\x0c\x5c\x05\x3e\xf6\x36\x75\xb2\x20\x74\x01\xcd\x3a\xec\x7d\xb8\x20\x78\xc2\x4d\x69\x48\x60\xa9\x9c\xc7\x50\x64\xb3\x19\xa3\x18\xb5\xe0\x0b\xf3\xc6\xd2\x60\x75\x1b\x9c\x8b\x1f\x20\xd1\x9b\x2b\x64\xef\x83\x7a\x11\x12\x7f\xe3\x4d\x69\x93\x0e\xce\xce\x8a\x82\x1e\x17\x1c\x47\xeb\xa2\x25\x9d\x3f\xc1\xca\x5b\x46\x87\x02\x43\x41\xa2\x9e\x51\x65\x78\x92\x67\x54\x65\x80\xf7\x33\xca\x33\xc2\x47\x11\xc4\x39\x6c\x02\x66\xa6\x40\x19\x31\x09\x77\x84\x8f\x7a\xd1\x74\xca\xa2\x20\x3d\xa7\x78\x66\x91\x11\x11\xd1\x36\xd0\x3a\x65\xdb\x7a\xdf\x26\x67\x55\x40\x7b\x38\x16\x51\x46\x2b\xd7\xc8\x01\xc3\x78\xa3\xe0\x12\x04\xc6\xe7\x23\x2b\xec\xbe\x8d\x0e\x5e\x53\xe5\x14\xaa\xef\x37\xb4\x50\x7a\x58\xa4\x15\x15\x55\xea\x82\xcb\x6e\xa1\x20\x47\xc9\x6e\x19\x4e\xc4\x8a\x0a\xae\x1b\x0e\x32\xce\x06\xde\x62\xa0\x9f\xa3\x8a\x17\xd5\xc1\x4e\x97\x20\xaa\xc3\x3e\x6e\x38\xd4\x08\xed\x70\xf3\x81\x46\x94\x13\xdb\xa3\x1b\x57\x76\xb5\x72\xf9\xb9\x84\x3b\x48\xec\xb8\xac\x60\xcf\xd0\x83\x51\x29\x74\x05\x63\x70\x00\x85\x80\x27\x13\x0e\xdb\x90\x91\x8c\x8b\x7b\x1f\xcf\x6a\x77\xbe\x45\x68\xd1\x3a\x1c\x3e\x1c\x3d\x12\x73\x83\x64\x53\x87\xbe\xb4\x83\xb0\xb3\x5e\x4c\x50\xed\xe6\x86\x79\x6f\x04\xb0\xb5\x50\x27\x2a\x9a\xc7\xfa\xdb\xb2\xd4\x6d\x17\x84\x58\xef\xab\xc3\x0b\x26\xca\x6b\x31\x3c\x54\x0e\x6a\x5c\xdf\xab\x09\xad\xaf\x12\xb7\x1a\x50\xf0\xee\xe2\xac\xfb\xa1\x77\x51\x46\x01\xfc\xeb\x5d\xf7\xae\xfc\xcb\xf5\xdd\xc5\x45\xef\xe2\x63\xfc\xd3\xcd\xdd\xe9\x69\xb7\x7b\x56\x7e\xef\x43\xa7\x77\x5e\x79\xcf\xfe\x54\x7e\xa9\xf3\xfd\xe5\x75\x05\x77\xf0\xe6\xc7\xde\xd5\x55\xf9\xa7\xdb\xde\xa7\xee\xd9\xe0\xf2\xee\x76\x29\xc4\x60\x31\xfe\xda\x25\xda\x07\x36\xdb\xd6\xb8\x92\x1d\x32\x52\x9c\x89\x34\x9b\x17\xa5\xd0\xed\xa1\xab\x38\x29\x63\x96\xce\xa7\x4c\xe6\xbb\xc4\x0c\x58\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\x75\x45\xf5\x7d\x63\x5e\xa3\x51\x8b\x66\xb0\xa5\x51\x16\x46\xcd\x43\x1c\xcf\xd2\xf8\x81\x90\x86\xe1\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x2e\x1a\x9a\x36\x4c\x4f\xd8\x5c\xb3\xc3\x1c\xbd\xfa\xe8\xea\x8b\x7a\x46\xe7\xc1\xc2\x76\x44\xe4\x01\xcb\xf4\xfa\x3b\x70\x15\x3e\xa9\x27\xbd\x53\x0f\x1a\x6c\x55\x66\x43\x45\x43\xf2\xf5\x86\x85\x4d\x0a\x44\x24\x55\x94\x17\x72\x37\x95\xd7\x22\x8a\x8c\xce\x6d\x34\x6b\x07\x8a\x26\xdc\xd5\x13\x81\xa5\x45\x28\xc7\x35\x9b\x50\x29\x1d\xf1\xe4\xb7\xcc\x52\x9a\x77\x51\xa7\x20\xfa\x21\x2a\x8d\x4b\x5b\xc3\x6b\x19\xa0\x9e\x1a\x5d\x75\x7b\xae\x34\x13\x44\xcf\xa2\x4c\x46\x28\xbc\xe2\xf9\xd1\xe6\x82\x46\xa5\xc8\x44\x54\x80\x03\xeb\x31\x03\x08\x11\x34\x5b\xd8\xe2\x9c\x64\x81\x7c\xe0\x81\xa5\xe4\x28\x2e\xec\x93\x1e\x41\xfc\x60\x5f\x34\x69\x98\x35\x45\x71\x62\x0a\xb8\xf2\x98\xc7\xbb\xec\x7d\xcd\xea\x37\x1f\x41\xbf\xd8\xeb\x05\x55\x10\xff\x7a\x9b\x34\x9b\x32\xdd\xbe\x0c\x29\x9a\x90\xe0\x6c\x05\x30\xe7\xa6\x10\xaf\x70\x17\x6e\x66\x71\x5d\xcb\xda\x4a\xcb\x69\xa5\x28\xb3\x4c\xa8\xc6\x18\x44\x5f\x25\xb1\xa8\xe4\x53\x94\x70\x6a\x52\x5a\x02\x48\xd8\x1e\x33\xcf\x9a\x34\xc8\x16\x46\x04\x84\x6a\x8c\x31\xb2\x52\x40\x89\xdb\x8c\xf0\xc3\x6e\x04\x3c\x2e\xea\xf9\x1e\x30\xac\x8c\xe6\x56\xa6\x9f\x65\x14\x03\x89\x26\x54\x23\x49\x7b\x23\x25\x1d\xf2\x8c\x1b\x88\xc2\x44\xf5\xbe\xb2\xc2\x52\x91\x29\x55\xf7\x3e\xfb\x87\x16\x39\x00\xcb\x88\x7e\x47\x47\x5a\x01\x18\xfe\x9c\xae\xb4\xe2\xc8\xae\x6b\x1b\x28\xc8\xd2\xb9\xd1\x8a\xed\xc0\x92\x76\x46\x46\xe0\xe7\x9b\xed\xac\x6b\xf1\xaa\xfa\x79\x69\xbd\x6b\x2e\xea\xcd\x6d\xb6\x2e\xb5\x75\x03\x36\x5f\x4d\x7c\xad\x3d\x59\xa3\x4c\xd2\x06\xa8\x53\xdf\x36\xe6\xb1\x36\xb5\x9d\xca\x7c\xd8\x94\x35\x85\xa3\x5a\xde\xfa\x32\x05\xcc\x9f\xdb\x7d\x09\x74\x31\x03\xa4\x86\x59\x49\x77\xbb\x05\xb5\x5f\x1f\xc1\xe7\xf5\x8d\xbb\x5c\xa1\xb5\xe7\xbc\x40\x68\x05\xe2\x41\xc8\xcd\xba\x9d\xcf\x58\x4d\xb9\x8c\xbf\xe6\x50\x92\xe3\x72\x74\x83\xb5\xd8\x77\x21\x32\xc3\x17\x29\xac\xfe\x24\x56\x7b\xbd\x2d\x6b\xb7\x31\x0d\x94\x2b\xc8\x2e\x69\xb3\x6e\x36\x50\x7f\x76\xfd\x03\x59\x86\x03\x9f\x29\x2e\x95\x65\x9b\x0e\x43\x7c\x49\x82\x41\x6d\xbf\x3b\xac\xe4\x2f\x39\xcb\x99\xa5\xfd\x61\x9e\x8e\xd9\x2e\xaa\x59\x31\xa5\x89\x7c\x24\xd3\x3c\x99\x10\xdf\x38\x49\x59\x46\xe7\xa5\xa9\x81\xbc\x64\x64\x06\x09\x5b\x5b\xe6\x0f\x25\xb9\x36\x72\x0a\x4e\xc6\xa2\x5d\x95\x0b\x20\x78\x42\x8d\x51\x7c\x98\x9b\x5a\xcf\x54\x29\x90\x7e\x4b\xcb\xc2\xcd\x55\xf7\xb4\xf7\xa1\x57\x51\xeb\x3b\x37\x3f\xc6\x7f\x7f\xbe\xbc\xfe\xf1\xc3\xf9\xe5\xe7\xf8\xb7\xf3\xce\xdd\xc5\xe9\x0f\x83\xab\xf3\xce\x45\xfc\xf3\x59\xe7\xb6\x73\xd3\x5d\x65\x0f\x58\xec\xb5\x79\x23\x68\x14\xe7\x6f\x65\x17\x17\x9a\x0e\xa6\x98\x76\x1f\xc1\xfa\x5d\xaf\x27\xa4\xe3\xb3\x1e\x62\x90\x57\xea\x6d\x34\x60\x5b\x44\xd4\x59\x67\xca\x81\xa2\x6a\x88\xe2\xdd\x26\x1d\xe2\xd1\xd8\xc1\x11\xad\xad\xb0\xe0\x62\xc2\xed\xee\x60\x13\x56\x62\x48\x0a\xcd\xad\x40\x12\x8b\x0b\x5b\x47\x09\xb0\xae\xf2\x4e\xbb\x2f\xba\x0f\x4c\x98\x1c\xb2\xf3\xac\xe6\xef\xc1\xc3\xdd\x0b\x51\xdc\xb2\x1f\xa5\xe6\x53\x9e\x51\x55\x80\x3e\x5d\xba\xb6\x40\x60\xf7\x63\x85\x71\x71\x56\x07\x1f\xe2\x95\x87\xbb\x1e\x81\x71\x9f\x9e\xf7\x40\x04\x4a\x8c\x87\x58\xf0\x9d\xbb\xda\xd9\xbe\xc7\x29\x85\xe0\x88\x50\xd2\x18\xbb\x6f\x2c\x22\x74\x5d\x03\xba\xb4\x45\x36\x09\x94\x20\x7f\x32\x37\x47\x18\xa4\xff\x47\x57\x18\x35\xdf\x04\x8c\x8b\xa4\x4c\x83\x6c\xea\x3c\x1a\x65\x20\x28\xa6\xc1\x3f\xe4\x5b\xbf\x00\x61\xc7\x7b\xdc\x9c\xdb\xd6\xd1\x2e\x60\xb0\xf0\xc6\x72\xeb\x99\xbd\x84\x5e\xea\x3a\xc4\x71\xc1\xb0\x0a\x43\x99\x8b\xd4\x57\xb1\x99\x72\x71\x3c\xa5\x5f\xde\xfb\x99\x62\x99\xfe\x90\x1b\x8e\xa5\x83\x33\xab\x89\xcc\x2d\x93\x5b\xbe\x5c\x7d\xb1\x64\xbd\x56\x4b\x8b\x9e\xb3\x82\xda\x53\xe8\xa8\xe8\x45\x7a\x60\xf3\xba\xfd\x5b\xc0\xf8\x40\x4f\x95\x3b\xf0\xd0\xc8\x4c\x31\x28\xda\x16\x7c\x54\x19\xfa\x1e\xc3\xdf\x10\x03\x51\xc2\xfd\xaa\x67\xde\xb1\x7d\x6e\xa7\x73\x53\x6b\x19\x7c\x02\x94\x16\xd7\x93\xdd\x34\xb4\x13\xfa\x3c\x79\x17\xf3\x91\x62\xc2\x9a\xdd\xad\x7f\xc8\x21\x94\x16\xd1\x1e\xd6\x57\xb1\x04\x4c\x9e\x76\x2f\x7c\x52\x29\x84\xda\x2f\x18\x1f\x3d\x0d\x64\x4c\x83\x01\x1e\xca\x5e\xb1\x5f\x72\x17\x4f\xfb\xc7\xef\x36\xbb\x68\x8d\x9a\x13\x9f\xbe\x1e\x87\xe8\xb8\x08\x35\x77\xe9\xc2\xb8\x72\xc1\xeb\xa0\xf8\xaf\xb1\xe0\xd3\xf3\xd6\xd5\xab\x74\xea\xfe\x5c\x19\xc5\x74\xeb\x53\xe3\xf0\xfd\x27\xcb\x99\xfa\xa9\x92\x2a\xe5\xba\x83\xe0\x04\xd7\x7a\x7c\xa3\x0d\x69\x72\xff\x48\x55\x8a\xc6\x42\xb0\x1b\xb7\xc9\x0f\xf2\x91\x3d\x30\xd5\x22\x09\x53\x86\xba\x14\x06\x7b\xd6\xb2\x0c\x0e\x94\x6b\xa7\x2f\x20\x5e\x07\xf3\x41\x04\x40\x22\x1b\x3e\x9e\x58\x85\xd2\x19\xa6\x5c\x69\x34\xcd\x0c\x84\x1f\xb3\x2f\x33\x96\x60\xa0\x56\x53\x74\xca\x28\xa3\x0f\x8b\x39\x19\xdb\x84\xdb\x47\xd5\xdf\x7c\x81\x20\x97\xc7\xb6\xd4\x50\xed\x8b\x88\x21\xd7\x9c\xcd\xcd\x44\x8a\x16\x19\xcb\x8c\x8a\x71\xbb\xdd\x26\xcc\x24\xed\xf7\x1b\x11\xba\x6b\x30\xea\xae\xf0\xb2\x67\x52\xb3\x6c\x1e\xd0\x5d\x42\x34\x94\x5d\x65\x88\xbe\xd2\x1c\x4d\x1e\x35\xd4\x7f\x53\x8d\xda\x7f\x5e\xd3\x79\xbd\xa6\xba\x71\xf8\x5f\x43\x3b\xd5\x9a\xf2\xab\x5a\xc2\xf7\xeb\x35\xaf\x0d\xc2\x59\x3d\x92\x5a\x11\xd6\xda\x90\x55\x29\xc5\xa6\xb1\x9a\x3f\xc9\x26\xf4\xe0\xad\xd2\x90\x6a\x5b\x72\x49\x23\x5b\x45\x2f\x2e\x52\x74\x0d\xc5\x85\x40\xdf\x9d\x52\x1e\xb3\x7c\xba\x58\x02\x63\x5f\x52\x54\x31\x48\xfc\xd7\x29\x74\xb7\x3e\xde\x64\x00\x49\x96\x0a\x23\x2c\xdd\x78\xd1\x16\x8a\xc4\x04\xdc\x52\x71\x0d\xc9\x57\xdb\x04\x41\x86\x66\xb0\x69\x70\xd9\x40\x15\x2d\x80\xad\x77\x45\xff\x21\xae\x33\xd4\xee\xc7\x4f\x34\x8a\x3a\xe0\xe7\x69\xe6\x0c\x45\xe0\xf8\x56\xca\xe7\xc5\xe5\x45\xa9\x6e\x5d\xef\xe2\xb6\xfb\xb1\x7b\x5d\xf2\x4b\x9f\x5f\x76\x4a\x65\xf1\x6e\x6e\xaf\x2b\xae\xeb\xef\x2f\x2f\xcf\xbb\x0b\x3a\x68\xf7\xb6\xf7\xa9\xd4\xf8\xd9\xdd\x75\xe7\xb6\x77\x59\x7a\xef\xfb\xde\x45\xe7\xfa\xe7\xf8\x97\xee\xf5\xf5\xe5\x75\xa5\xbf\xbb\xd3\xe5\xda\x6c\x69\x1a\xf5\x3b\x51\x08\xcb\x51\x0c\x7d\x9d\x50\xd8\x54\x0f\x6b\x17\x91\x83\xea\xfb\x6d\x4b\x96\x35\x30\xa5\x94\x0d\xb6\x0b\xd6\x68\x0a\x38\xa9\xed\xc7\xca\x83\xf3\x01\x35\x86\x4d\x67\xbb\x61\x10\xae\x7f\x70\x36\x8b\x03\x29\x97\x0c\x6b\x8e\x03\x29\xed\xea\xcb\x89\x03\xa9\x09\xf1\x58\x8c\x03\xe9\x5d\xf4\x6e\x7b\x9d\xf3\xde\xff\xab\xb4\xf8\xb9\xd3\xbb\xed\x5d\x7c\x1c\x7c\xb8\xbc\x1e\x5c\x77\x6f\x2e\xef\xae\x4f\xbb\x37\x6b\x46\x81\x2c\xda\x5d\x8f\x48\xdc\xcf\x09\xb9\x8d\x6a\x16\xa2\x54\xe8\xca\x74\xd9\x15\xb7\x32\x8d\xa5\x2a\x9a\xf1\x7f\x72\x31\x6e\x01\x48\xde\x09\xe9\x2a\xd5\x9b\xd2\x31\xbb\xca\xb3\xac\x45\x02\x16\xe6\xa9\x62\xd4\xc0\x6b\x57\x32\xed\x45\xdf\x81\xe1\xa8\x76\x1a\xd0\xbf\xc3\x9c\xc4\xee\x5b\xae\xff\xc8\xe9\x19\x8c\x52\x0e\x21\x31\xa0\xfb\x9e\x90\xef\x69\x72\x2f\x47\x0e\x3c\xa7\x15\x54\x5c\xf2\x4b\x2e\x0d\x25\xec\x4b\xc2\x58\xea\x4b\xf0\x54\xe9\xe4\x5c\xee\x84\x19\xb9\x49\xfd\xf4\xf8\x4c\xaf\x0e\x9f\xa9\xfd\xce\x65\x3b\x0d\x36\x01\x6c\x73\xb3\xfc\x84\x9f\x3a\x8c\xb6\xda\xd6\x8d\xc9\xf6\x60\xd3\x3f\x97\xe3\xfa\xcc\x02\x08\x96\x74\xe9\x10\x05\xb6\x08\x78\x08\xe5\x98\x68\x2e\xee\xfb\xe2\xb3\x55\x68\x65\xae\xf0\x27\x23\x15\x24\xa9\x8c\xb2\x5c\x4f\x18\x60\xc3\xb6\x7c\xb1\x4a\xf0\x14\x96\xeb\x46\x01\xc9\x58\xe2\x84\xaf\x33\x2e\x2c\xb7\x98\x71\x2f\x41\x56\xb7\x7e\x2f\x35\x2a\xb9\x0e\x7a\xf6\x13\xba\x6f\x0b\xeb\xec\xe3\x84\x61\x75\xce\x02\x75\xde\x17\xac\x41\xce\x0d\x79\xa7\x58\x6b\x14\x44\x1b\xbb\xec\x6f\x7d\x64\x2d\x2c\xf7\x83\xe4\x29\x49\xf3\x59\xc6\x93\xc0\x77\x1f\xa5\x6a\x8c\x84\x42\x4d\x67\x83\x48\xa8\x8a\xfe\xbe\x6c\x62\x35\x6a\x54\xa4\xb5\x2d\x89\x89\x7a\xe2\xa8\xb0\x08\xe9\x2a\xd7\x4c\x1d\x19\xc5\xc7\x63\x90\x1b\xbd\x51\xe6\xe5\x87\x8d\x79\xda\x9c\x0f\x76\xb7\x3f\xc4\xee\x81\x0c\x2b\xf5\x04\xf8\x16\x4b\x53\xb3\x59\x36\xf7\xc1\xdc\xb8\x80\xfe\xd8\xcf\x72\x85\x18\xc3\x23\x12\x06\xd4\x18\xb6\x31\x53\xcc\xf6\x92\x0e\x10\x3c\x6c\x77\x50\xb3\xde\x08\xa1\x74\x11\xac\x28\xf2\x9f\x79\x00\x23\x7f\xc3\x15\x7d\xfb\x54\x2b\x44\x39\x00\xc8\x5e\x22\x1f\x05\xd6\x58\x82\xf7\x41\x9e\x17\x12\x64\x93\x90\x7e\xd5\x17\x1e\x2b\xcd\x25\xa8\x8d\x42\xc5\x54\xb4\x71\x62\x05\x89\xaf\x1f\xe6\x57\x94\x77\xb5\x53\xff\xd4\x58\x27\x35\xc4\xc5\xef\x64\x2b\x75\x31\x51\x7b\x29\xe2\xbb\x88\xa6\x90\xc9\x21\xa2\x2f\x2e\x64\x69\xc5\xb7\xce\x66\x06\xcc\x91\xcb\xa5\x2b\xdf\x59\x3e\xda\x11\xc2\x67\xe4\x12\xf4\x8b\x52\x59\xce\xbd\xa6\xb1\xed\xbe\x60\xb9\x91\x11\xde\xa5\x9d\x5c\xaf\x52\x36\xb2\x8d\x39\x0d\xbd\xb4\x16\x3c\xa9\x38\x31\x7e\xe5\x9b\xb8\x73\x8d\x0d\x65\xa3\x2c\xbc\x99\x62\xde\x7a\x36\x67\x26\x18\xcd\x32\x9f\x73\x31\x9f\x95\x2b\x05\xc6\x5e\x03\x6f\x17\x0c\x9e\x5e\x48\x0a\x8a\x6a\x11\x49\xc1\x84\xd1\xae\x6a\x40\x5f\xb8\xc6\x7d\x4e\x6f\x80\xc5\x72\x8e\x10\x5c\x98\x96\xd3\x41\x1c\x02\xb3\x96\xd9\x03\x82\x94\x16\x6b\x62\x24\xe4\xdc\xd8\x01\x9e\x5a\x76\x6e\x85\x17\x2a\xd2\xa2\x96\xcc\x84\xf5\x45\x25\xb1\x55\xb1\x31\xd7\x06\x2e\x16\x4f\xb1\xf1\xf7\x7b\x4b\xf6\x2b\xc9\x3b\xcb\x96\xbe\x31\xd9\x6f\x15\xe3\x1a\xd1\x64\x93\xa4\x9b\xf9\x8c\xa5\xbd\xf0\xdd\x72\x62\x28\x99\x4e\xd2\xc8\xb5\x54\x3a\xe4\x48\x03\x1e\x63\x1d\xfc\xa8\x3a\xc0\x03\x86\x4d\x0a\x40\x6b\xa1\x88\x9e\xdd\xa2\x31\xf5\x85\x14\x75\xa8\xa2\x87\x01\x01\xb1\xc9\x7b\x54\xae\xbe\x17\x64\xa9\x44\x6a\x83\xfe\x35\xf8\x64\x44\x79\x96\xab\x46\x11\x01\xc9\x72\xef\xa9\xc8\xa7\xd0\x2c\xa9\xdb\xb5\x60\x97\x8e\x8e\x51\xb0\x49\x3f\x50\x05\xd5\xf8\x67\x59\x3e\xe6\x42\x97\xa9\xbe\xb9\xa8\xcc\x42\x81\xad\x15\x1b\x5e\xd4\xe4\x5a\x9f\x17\x77\xf0\xb0\x6b\x98\x3c\xf8\x21\x9a\x51\xdd\x9c\xd0\x16\x8d\xbd\x2f\x6e\xe1\xae\xc6\x4c\xdb\x70\xcc\x28\xa2\x90\x2b\x6d\xa0\xec\x71\xed\x7c\x4b\xfc\xbc\x4c\xa9\x3b\x05\xb9\xd5\xe5\xc4\xae\x0e\xa6\xfd\x44\x67\xcb\xd2\x15\x77\x6e\x71\xd5\x36\x04\xeb\x66\xf5\x18\x56\xcb\x9e\xd4\xac\x5e\x08\x08\x7e\x16\x27\xde\x26\xe0\x09\x21\x2e\xdc\xc1\x8e\x2c\x64\xbe\x97\x04\xd3\xf8\xd3\xcd\x53\x03\x0a\xef\x95\x03\xcc\xc7\x06\x87\x18\xcc\x1d\xc7\x9f\xef\x90\x79\x1f\x36\xc6\xb7\xb5\x64\x3b\x76\x8c\x8d\x2d\xd2\x19\x9e\x31\x34\xf6\xa7\x85\x25\xda\x34\x32\xf6\x21\x4e\x05\x80\xbb\xa1\xa8\x1f\xbf\x96\xc4\x1c\x22\x62\x7f\x2a\xe7\x73\x94\x96\x58\xf2\xb5\x12\x5f\x16\x11\x39\x41\x68\x49\x99\x90\x86\x11\x4a\x04\xcf\x8e\x45\x9e\x65\xc7\x17\x50\xbe\x57\x6b\x3e\xc6\xea\x60\x58\x4f\x03\xbc\x84\x05\x46\x54\xc9\x54\x16\x1d\x01\xb8\x22\xed\x90\xd0\x8a\x67\x2c\xc7\xb4\x5b\x90\xcd\xfb\xc2\x7e\x81\x22\x16\x42\xeb\xf0\xe0\x59\xc5\xde\x42\xed\x0e\xec\x0b\xc2\x0c\xe7\x71\xe3\x35\x04\xb6\x2c\x3d\x70\x27\x97\xe6\x01\x37\xf6\xc5\xe0\xc6\x4a\x15\x0a\x59\xac\x8f\x20\xdb\x7c\xa8\xb6\x86\x70\x0d\x82\x58\x70\x09\xac\x41\x8f\x5f\xd3\x1d\xf0\x94\xc9\xa2\x3b\x67\x86\xfa\x95\xda\x87\x55\xf4\x17\x8c\x37\x1e\xc8\xd1\x40\x2f\xc4\x6d\x93\xe5\x6c\x7e\x21\xe2\x7b\x3d\xb3\x54\x1c\xe4\x11\x47\x46\x2f\x12\x49\x93\x5c\x2e\xc5\xc0\x49\xee\xeb\x0d\xb6\xba\x60\x97\xe2\x03\x7e\x7e\x25\x33\x9e\x2c\xb7\xe5\xf9\xab\x09\xa0\x48\x16\x2c\xb9\x00\xda\xe3\xd0\xc8\xa9\x57\x27\xd0\x48\x65\x58\x62\x0a\xd5\x74\x71\x72\x9b\x98\x3a\xbc\x56\x10\x5a\x81\x24\xbc\x02\x4b\x89\x60\x3d\x54\x17\xe6\x83\x82\x34\xa0\x7a\xd0\x19\xd8\x8e\x7d\xc1\xbc\x78\x20\xc0\x9b\x1e\x27\x32\x63\x2d\xd4\x7d\xc1\x50\xd6\x17\x33\xa6\x12\x09\xb5\x46\x53\xf9\x08\x26\xc3\x64\xc2\xb3\xb4\x08\xa6\x7d\x07\x76\x7b\xb0\xae\xbd\x77\x19\x43\x45\x49\x8e\x80\xa8\xb3\x9a\x6c\xcf\x90\xd8\x77\x8a\x8c\xdd\xa7\x21\x6e\x19\x15\x7c\x76\xb6\x7c\x5c\x0a\x87\x80\x51\x51\x32\xa9\x72\x61\x90\x7e\x3c\x9b\xed\x30\x0b\x61\x92\x70\xc1\x20\xfc\x92\xa9\xec\xab\xc3\xc1\xa9\x2e\x25\x91\x96\x44\x79\xb0\x96\xda\x8f\x28\xf8\x5b\x28\x8a\x21\x43\x46\x66\x54\x5b\xc1\xc5\x6d\x6a\x5f\x14\x7a\xf5\x5b\x1d\x8b\x24\xb5\xfb\xdc\x26\x1f\xa0\x4e\x8f\x36\x54\x24\xac\x45\xde\x96\x26\xfa\x16\x92\xea\x84\x84\xfe\xa0\x40\xa2\x29\x2f\x0d\x90\x6b\x8b\x70\xd3\x17\x5c\x23\x65\x2a\x96\xb1\x07\x3b\x3a\x77\x76\x22\x8f\x31\x73\x61\xdc\x61\xda\xe0\x2d\xa2\x8a\xc5\x65\x00\xa3\x8a\xe1\x6e\x66\xae\xaa\x90\x83\x45\xc9\x05\x44\x49\xb2\x2f\x08\x3e\x93\xcd\xc1\x83\xa0\x78\x9a\xda\xee\x0a\x54\x24\x97\xcf\x0a\x30\xbb\x73\x99\x23\x56\x5c\x0a\x76\x61\x1a\xe2\xe6\x3c\x42\x4d\xc6\x51\x18\x1d\x4a\x33\x29\xa3\x75\x60\xc2\x1b\x9e\x24\xf6\xc0\xd4\xdc\x00\x98\x1e\xac\xab\x60\x50\xe8\xcc\xd8\x05\x28\x18\x47\x5f\xd0\xd4\x15\x5d\x73\xcd\xd9\xa5\x01\xba\x5f\xb2\xcf\xee\xf9\x50\x3e\x2c\x93\xe9\x76\x35\x06\xe3\xa9\x9e\x65\x54\x0c\x90\xa1\x7e\x05\x73\x70\x94\x8b\xd8\x04\x93\x98\x0f\x07\x01\xa4\x65\x2f\xe3\x0c\x92\xce\x75\x29\x43\xd8\x8a\x70\xbe\xa3\x56\x15\x4a\xdd\x4b\xe6\x10\x35\x6b\x42\x59\x74\x57\x99\x88\x7d\xa9\x0b\xec\x5a\x6d\xd2\xa6\x15\x03\x56\x28\x07\xb4\xc2\xa6\xed\x29\xe0\xa5\xda\xb5\xd7\xd9\xf9\xca\x1d\x52\xdd\xf6\xcd\x4d\xaa\x0b\x02\xd3\x56\x66\xd5\x15\xc3\x7a\x5a\xd3\x6a\xa3\x09\x61\xd1\xc4\xfa\xb9\x5c\xec\xdf\x6a\x25\xe8\x22\x65\x44\x4b\xab\xd7\x78\x0b\x47\x7d\xae\x69\x25\x9e\xe9\x49\xb1\xb5\xca\x50\x22\x6b\x07\x06\x22\xba\x1e\xe9\x15\x35\xe8\x5a\xa4\xff\x06\x29\x4b\xf7\xdf\x20\x1e\xad\x4f\x59\xf6\xd0\x7d\xe5\x72\x5a\x55\x07\x04\xfa\x06\x8b\x03\xe7\x20\xe5\x36\xb2\xe6\x7d\x4d\xcc\xbc\x28\x6a\x12\xc3\x07\x86\xd8\x80\xbb\x26\x51\xe7\x9c\x7b\x40\x3d\x80\xd5\x50\x79\x62\x8a\x09\x07\xfc\xb1\xef\xfd\x87\x76\x89\x66\xb9\xbb\x51\x03\xde\x97\x54\x7d\xe1\x5b\x2b\x60\x80\x3b\x59\xb6\xd0\xd4\x22\xf4\x5e\x44\xab\x00\xc4\xe9\xf3\x19\x20\x4f\xc6\xbe\x04\x11\x9f\x0b\x7c\x00\x8a\x01\x0f\x59\x01\xb6\xd0\x26\x05\xf8\x23\x88\x1e\x15\x94\xb9\x18\x64\x2e\xcb\x3c\xc2\x1a\x4a\x6d\x11\xac\x96\xce\xa1\x4a\xd5\x28\xb7\xec\x28\xf4\x6e\x65\x23\x00\x1c\x1c\x71\x7b\x48\xfc\xba\xf4\xc5\x27\x89\x0b\x8c\xe2\x55\xb5\xf8\xb1\x5b\xb6\xb7\x21\xad\xc3\xfd\x70\x06\xd7\xf6\x08\xfd\x60\x15\xa0\x0f\xf0\x5f\x43\x94\x4d\xcb\xca\x1e\xaa\x98\x54\x42\x45\x5f\xfc\xc3\x2e\x8f\x47\xd1\x73\xdb\x2a\x47\x78\x88\x3d\x30\x0a\x79\xf7\x77\x6c\xf4\xdd\xbf\xbe\xff\xfb\x7b\xc4\x28\xcd\x35\xa4\xd2\xb5\xca\x57\x88\x1f\xa8\xdd\x52\x88\xf1\x0a\x25\x2a\x7d\xe1\xab\xa2\x8b\xa5\x78\x3b\x4e\xcb\xd9\x77\x75\x89\xc2\xf2\xda\x21\x09\x35\xc9\xe4\xc8\x4b\x73\x31\xb2\x20\xd7\x45\xed\x12\x2b\x39\x5a\x59\xab\x52\xef\x04\x13\x8b\x48\xa8\x3c\xad\xcb\xeb\x60\xe9\x05\xcb\xf4\xb9\x3c\x9b\x0a\x46\x87\xef\x09\x88\xb3\x40\x89\x28\x24\xbd\xf0\xba\xcf\x93\x89\x0a\x61\xa2\x89\x58\xd0\x29\x4b\x49\x1f\xe3\xca\xfb\x6f\xfc\xf6\xf7\xc5\x6c\xd8\xce\xe6\x23\xd3\x86\x28\xf7\xb6\x5d\x96\x76\x77\x69\x35\x3f\xbc\x84\x06\xe9\xa2\xaa\xb4\x62\xb9\x1b\x95\xad\x7a\x79\x27\xac\x4e\xe8\x69\x7d\xa1\x05\x4d\x3c\x61\x7d\x6e\xca\x3e\x20\x16\x6c\x46\x0c\xfd\x7a\x2d\x8f\x1c\x67\x85\xdc\x48\xb0\x2a\xce\x27\xc0\x18\xda\x8b\x2e\x94\x6c\xa4\x82\x66\x73\xc8\x56\x6b\xf5\x05\x56\x93\x65\x29\xa1\xc9\x3c\xc9\x78\xe2\x50\xe0\xca\xb2\x10\x7b\x60\xc2\x94\x82\x6a\x21\xc7\xf4\xb9\xc4\xa1\xa6\x70\xde\xfa\xd5\xbf\x6b\x10\x85\x02\x62\x67\xd9\x6a\x56\x25\x13\x87\x5b\xa3\x36\xc4\xfd\x09\xdd\x03\x6b\x4e\xbd\x3e\x2b\x15\x1f\x73\x41\x8d\x54\xe4\x1d\x98\xff\xb3\x8c\xa9\xf7\xa1\xbc\x20\xac\x62\xfd\x30\x26\x1b\x15\xf5\xa9\x81\x80\xab\xbf\x6c\x93\x24\x57\x8a\xa5\x83\xc5\x28\xca\x4d\x31\x12\x96\xc7\x98\x59\xd1\x9a\x4f\x99\x36\x74\x3a\x8b\x73\xa4\x43\xe6\x9e\x5b\x99\x0c\x17\x81\xf8\x81\x81\x5a\xc7\xa3\xf2\xa4\x7d\xe1\x8c\x21\xb8\x6f\x52\xd5\x80\xff\x54\x67\x89\x35\x4f\xb7\x8c\x51\x75\x60\xa8\x1b\x16\x70\xac\x1a\x8c\xaf\xcf\xbd\x8d\xa8\xb8\x08\x4a\x9c\x15\x26\x0a\x05\x71\xad\x20\x1a\x6a\x88\x87\x70\xc0\xbe\x28\x42\xf1\x4e\x33\x99\xa7\xc4\x99\xcb\x9d\xf1\x59\xb5\x09\x67\xed\x16\xd1\x7f\x3e\x39\x3e\x6e\xb7\xf7\x54\x13\xa8\x5c\x36\xb4\x9e\xc2\xb1\xb0\x67\x5d\xa8\xeb\x8a\xa3\x55\xc2\x00\x1d\x6c\xa6\x79\xf8\x54\x26\xa0\x96\x58\x33\x2f\x07\x72\x55\xbb\x0c\xb8\xa8\xbb\x74\xe7\x23\xc2\x96\x77\x35\xa3\x8a\x09\x33\x80\x1e\x37\xeb\x0c\x3a\xb9\x82\xcf\x4b\x21\xfc\x6b\x69\x58\xff\x7d\x2b\x51\x71\xf6\x71\x7c\x7f\x8b\x10\x8c\x5d\x5a\x34\xd5\xf7\xe4\x1d\x07\x3f\x56\x64\x64\x5c\x05\xd9\xea\x26\xb4\xc5\xea\x45\x13\x2a\x31\xa6\xb5\x26\x54\x8c\x1e\x7c\x56\x34\xc0\xf3\x86\x50\x26\xcb\x28\xfc\x6f\x85\x05\x18\xc3\xd4\x0a\x73\x37\xa1\xc6\x95\x8c\xf9\x27\x53\x12\x25\x36\x21\xbd\x0c\x18\x37\xbc\x24\xa6\x75\x3e\x80\x7a\xb5\x5b\xdd\x04\x98\x13\x0c\xdf\x43\x8c\x94\x4f\x34\x88\x2b\xe0\xe2\x35\x3d\x9c\xfb\xd8\xd6\x66\xb4\x95\x6d\xca\x20\x17\x45\xc8\x8b\xcb\x30\xe2\x9e\x5e\x93\x08\xac\xd8\x1f\xd0\x63\x10\x02\x5c\xbd\xf0\x29\x9d\x39\x9f\xb1\xab\xae\x50\xb5\x8a\xb4\x61\x12\xff\xfd\x5f\x7f\x6b\x37\xa5\x04\xc2\xd0\xb7\x86\xce\xfc\xe0\x81\x33\x15\xa3\x69\x01\x69\x17\x23\xd6\xad\x4a\xf7\x5b\x49\x90\x3b\x48\x32\xbb\xec\xcb\xa2\xac\xe2\x5d\xb5\x11\xd9\xf3\x34\xc6\x73\x08\x04\xee\xb6\x27\x20\x9a\xc9\x11\x01\x19\xb8\x41\x5a\x6a\xbb\x71\xd6\xf4\xb0\xc1\xea\xd5\xf3\xa7\x67\x92\x03\x9b\xb2\xd6\xd6\x19\x7e\xe9\xdb\x9d\xa5\xd7\x5d\x92\xdd\x96\xfa\xf5\xce\x42\x91\x0c\x08\x60\xeb\x09\x92\xc8\xe9\xd0\x4a\x90\xf6\x9e\x0d\x56\x51\x60\x4d\x1d\x9f\xf8\x10\xa2\xb6\x3d\x8b\x41\x98\xb9\x4a\xda\x58\x70\x29\xc7\x61\xd9\x31\x9d\xd5\x3a\xd3\x1a\xee\x83\xfd\xe6\xe5\xd5\x1f\x8e\x4e\x75\x06\x45\xd9\x96\x7b\x9e\xdc\x33\x4b\xca\xa3\x02\x5e\x32\x16\xad\x82\x70\x1d\xe2\xd4\xfb\x02\x56\x08\x83\x22\x3d\xf5\xdb\xe3\x60\x24\x51\x0c\x3c\x74\x45\xe0\xb3\x24\xdc\xbc\xd5\xf5\x8b\xf3\xd4\x49\x84\xf5\x6b\x01\xed\x87\x54\x17\x07\x66\x11\xf4\x1a\xd4\x04\x41\x1c\xfc\x53\xe0\x8b\x9a\x25\x52\x84\xf4\x98\xbd\x68\x19\x35\x09\x86\xf5\xc3\x85\x67\x0b\x28\x18\xab\x54\x9e\x1d\x35\xaf\x88\xb7\x29\x99\x38\x54\x0f\x43\x34\x04\x0f\x41\x8c\xac\xed\xbb\x45\xa6\x94\x0b\x77\x0c\xa0\x8e\x3b\x49\xd9\x30\x1f\x8f\x1b\x15\x82\x4c\x8e\x9f\xd4\x3a\xe9\xd3\xf1\x1a\xad\x93\x61\x86\xd9\xb2\x14\xb3\x15\x14\xfa\x0d\x69\x7e\x4b\x43\xb2\xf7\xa1\xbb\xf5\x7c\x4f\x68\x81\x1a\xf1\x8c\x3d\x8f\xba\xb6\x27\xdd\xb3\xb7\x8e\xee\xe9\x4d\x98\x10\x46\x85\xf3\x08\x46\xa6\xdf\x90\x52\x8a\x61\xe9\x03\xfb\xe5\x93\xc6\xa6\x87\x6c\x1a\x38\xac\x18\x75\x6e\x79\x53\xaa\x01\xb5\x66\xff\xc1\xea\xc0\xdb\x57\xa5\xc0\xed\x8c\xda\x74\x23\xa7\x8c\x40\x57\x1a\x13\xa4\x89\x8b\x03\x6b\x81\xcb\xc3\x4e\xb0\x80\xab\x83\x03\xef\x6c\xfa\xc9\x84\x8a\x71\x54\xc2\x8c\xbc\x13\xec\x91\x58\x5e\xdb\x8a\x6d\xc0\xd1\xf6\xb4\x08\x33\xc9\x7b\x2b\xdb\x94\x5c\xc6\x8a\x25\x52\xa5\x90\xa1\x38\xa6\x2a\x85\x40\x05\x47\xf0\x19\x4d\xee\x01\x1a\x16\xae\x23\xec\xd1\xd9\xa9\x7d\x12\x1f\xfa\x4e\x8a\xd6\xb8\x48\x14\xe4\xa9\x78\x94\xa9\x30\x3e\xfc\x5c\x13\x9a\x28\xa9\x51\x39\xf5\x88\xa0\x0e\x8a\x32\x42\xe3\x83\x1e\x37\x09\x59\xb9\x72\x04\xe1\xc3\x19\x23\x0b\x3c\x70\xc9\x12\xde\xce\x07\xa9\x5c\x42\x1e\xac\xf8\x95\x83\xf5\xf9\x81\x3f\xb0\x16\xb9\x99\x51\x75\xdf\x22\x67\x73\x41\xa7\x3c\xf9\x4f\x39\xac\x33\xe6\x2e\xc4\x07\xee\x2c\x12\xef\xbf\xac\x46\xfd\x41\xff\xbc\x10\xfb\x45\x9a\xd4\xce\xd7\x69\xca\x6d\x08\xdd\xfc\xd6\x2f\xf5\x15\x01\x01\x07\xab\xec\x5e\x2f\xc0\x5a\x45\xd9\x1b\x3d\x69\x3a\xe5\xa2\xa4\xab\xbd\x28\x4f\x4f\x75\x53\xeb\x42\xa5\x4b\xcc\x78\x2d\xed\x76\x1f\x92\xe3\x15\xb5\x5a\x8e\x55\x28\xa7\xd2\x30\xbc\xf7\xb5\x91\x8a\x39\x58\x0f\x14\x27\xa1\xfe\x27\xd7\xf8\xa4\x09\x1b\x3f\xc9\xa4\x5e\x3b\x24\x77\x71\xc3\x4e\xdd\xe7\x4b\xa5\x13\x39\x9d\x81\xeb\x57\x31\x0d\x31\x80\x8b\xfa\xda\x82\xcf\x6c\x2f\x51\x44\x8b\xc3\xfd\xc4\x0c\x3d\x5b\x30\x0c\x07\xda\x0e\x11\x7b\x96\xa4\xc1\xcc\xdb\x5d\x42\xd3\x4d\x57\x6c\x37\x76\x9e\xda\xb3\xed\xab\xab\xba\x0a\x72\x5c\x8c\xb3\xa6\xa2\x4b\x7d\xe1\x0a\xd0\xc5\x70\xbf\x45\x52\x6d\xb0\xa4\x3a\x5c\x85\xc7\x52\xf1\xad\x50\xbd\xce\x45\xe1\x51\xa7\xb0\x07\xb9\x08\xee\xf2\x96\xc7\x0f\x56\x0c\x2a\x9c\x5b\x5e\xa9\xf3\xe1\x51\x11\x2b\x27\x15\x70\x57\x08\xa5\x9c\x51\x05\xa0\x35\x13\x9e\xa5\x47\x35\xf1\xd0\x28\xe5\x40\xdd\xba\x80\x88\x3a\x64\x00\x7a\x08\x3b\x8e\x35\xa2\x31\x54\x23\xcc\x3d\xb4\x33\xcc\x0d\x61\xa1\x0e\x18\xd7\xce\x78\x54\x91\x24\x4a\xfc\xa2\x64\x1b\xf8\xda\x16\xc1\xd5\xfc\xa2\x29\x67\xfe\xdb\xe7\x13\xa5\x35\x5b\x87\x4f\xdc\x96\xad\x70\xfe\xd4\x50\x11\x38\x47\xd3\x52\xe9\x01\x9a\xd0\x9e\x21\x96\xbc\xc8\x74\xd6\x33\xfa\x28\x5c\x84\xda\x46\x75\x1f\xd6\xe3\x0f\xf5\x60\x5c\x96\x3f\x54\x9e\x94\x81\xc1\x31\xda\xdb\xf0\x80\x40\xd0\x8a\xa0\x56\xa0\x26\x68\x91\x56\x5a\xa8\x3f\x7d\x51\x84\x4e\x6a\xf2\xc8\xb2\xcc\xfe\x37\xa9\x32\x6e\x17\x91\x98\x42\x94\x07\x6b\xf9\x70\x2a\x97\x8a\xe0\x94\x94\xa3\x21\x85\x1a\x25\x4d\x48\xef\x0b\xa7\x79\x5f\x35\xd3\x12\x9a\x4c\xd8\xc0\x0e\x2d\xdf\x20\xe6\xc6\xc1\x96\x9f\xda\x8f\x6f\xf0\xdb\xa5\x97\x19\x9d\x99\x5c\x39\xa7\x21\xf6\x05\x1e\x11\x8a\x75\xd8\x83\xa9\x74\xd5\xf1\x4e\xb0\xdb\xc1\x3d\xdb\x00\xaf\xd3\x8d\xb5\xde\xbd\x59\xe0\x8e\x00\xe2\x62\x08\xe8\x49\xa8\x52\xde\xcb\xe9\x7a\x25\x54\x19\x3e\xa2\x49\x49\xdd\x5b\x2b\x99\xac\x74\x43\x62\x8b\x1a\x4c\x3b\x05\x30\xb6\x67\xe5\x58\xc4\xb1\x08\x16\xad\xdd\xff\x5a\x0f\xfb\x3e\xb4\xc3\xde\xd3\xd7\x5c\xac\x5f\x94\xa2\x66\x65\xf3\xd4\x23\x9c\xd4\x1d\xe6\xba\x65\xdc\xc9\x66\xe9\xde\x11\x78\xe9\xfa\x1c\x6e\x01\x52\xc2\x01\x77\x82\x45\x25\x8d\x4a\x51\x95\xa2\xf8\x60\x09\x8b\x52\x5d\x21\xc2\x31\x4a\x73\xb1\x57\x14\x1d\x33\x32\x65\x29\xcf\xab\x68\x02\xcb\x63\x29\x0e\x8c\xe5\x05\x31\x96\xe6\x7d\x7b\x32\x86\xf0\x1c\x55\x58\x8b\x50\x02\xa9\x8a\xd8\xca\x0b\x50\xf2\x1f\xad\xb4\x8d\x71\xeb\x60\xac\xac\x47\x64\x8b\x72\x47\xa8\x79\xab\x43\x10\x4d\x99\xd2\xbd\x69\xf8\x9c\x6b\xf3\x53\xa5\x3c\xd2\x16\x60\x03\x59\xfe\x74\x09\x03\x7e\xa8\x38\xcc\xe8\x8b\xa5\x81\xf1\xd7\x4e\x6f\x70\x66\x53\xcb\x1c\xd0\xcc\x08\x81\xa5\x1e\x86\xc1\x8e\x7b\x13\xc1\xeb\xef\x61\xbd\xfe\x8e\x17\xd4\xa3\xa2\xb3\x19\x53\x84\x2a\x88\x65\xa7\x41\x5f\x29\xfa\x75\xbd\xf4\x05\x2a\x3a\xff\x79\x73\x79\x51\x48\x5c\x85\xfd\xa3\xd2\x34\xbc\x06\x4b\xd7\xae\xdf\xb9\x8b\x3c\xcb\x1a\x77\x6e\x0d\xa8\xe1\xbb\xf3\xf3\xc1\x4f\x9d\xf3\xbb\xee\x72\x28\xdf\xe2\xb5\xc6\x35\x09\x23\x71\x6b\x82\xe2\xa7\x01\x91\x33\x9f\x32\x67\x78\x06\x25\xc2\xcd\x1a\x6f\xf9\x3c\xcb\xca\x69\xe9\x7d\xf1\x77\xd7\x0e\x44\xcd\xe7\x02\xd5\xc3\xbe\x20\x4b\x17\xae\xdc\x3f\xbc\xf6\x77\xdb\xf8\xdf\x7d\x2d\x9c\x62\x12\x27\xe4\x22\xf4\xda\xb0\xae\xce\x59\xb2\xc3\x71\xc0\xec\xf8\xe7\x02\xde\xd8\xee\x78\xdc\x09\x8f\xb2\xed\xf0\x32\xf6\x72\x3a\x70\xed\xfe\x5e\x36\x3d\x04\x76\x9f\xe2\xfd\x0c\xed\xb6\x10\x2e\x41\x1b\x17\x5d\x86\x6b\xd6\x17\x28\x04\xda\x31\x19\xd9\x3c\x26\xd2\x13\x98\x0e\x91\x51\x31\xce\xe9\x98\xe9\x16\xf1\x9d\xf7\xc5\x94\x8f\x27\x90\x5f\xe2\xd0\xfd\x42\x65\x4f\x0a\x75\xcc\xca\x24\x84\x2e\x0a\xf6\x85\x4e\x67\xe0\x3a\x15\x7d\xe1\xe6\x24\xc6\x45\xf3\xe8\xbd\xf8\xcf\x9b\x30\x1d\x4b\x69\xa1\x21\x87\xf8\x20\xfa\x02\x37\x17\xd3\x58\xbd\x4e\x06\x86\x5b\x6a\xaa\xa4\x4b\x15\xf3\x20\x33\xc0\xd3\xc7\xa0\x1d\x62\x81\x17\x1f\x1a\x60\x39\x7d\x84\x50\x88\x8e\x22\x1c\xd2\x6a\x7e\xe2\x37\xc3\x9f\x09\x37\xb6\x7a\xaa\xdf\xf9\x0e\xb0\x07\xae\xbe\xd0\xde\x72\xb2\x2d\xd8\xd8\x0a\x6e\x5e\x10\x94\xa8\x1e\x61\x52\x0d\xe2\x83\xa0\x93\x3d\x14\x15\x5c\x7b\x48\xf8\xfe\xd2\x41\x6d\x50\x8b\x70\xed\x6e\x1d\x56\xd1\xb2\x6e\x87\x52\x36\xec\xcb\x1e\x4d\x1b\xa5\x41\xb9\x0f\x56\x2d\x46\x9e\x34\x94\x7d\xdc\xd9\x97\x5d\x5d\x22\xcf\x7d\x96\x0d\x28\xe3\x7a\xab\xe1\x14\xf2\xd3\xda\x23\x0a\x12\x82\xbb\xec\x36\xe2\xb0\xee\x9e\x2b\x31\xd8\x06\x36\xe9\x14\x6a\x67\x4e\x65\x1c\xd9\x8b\x00\x2c\x70\xea\x02\xb3\x5a\x81\x88\x5a\xc5\xce\xb5\xb0\x38\x51\xae\xb4\x65\x97\x8e\xdf\x39\xae\x6d\xd5\xd3\xbe\xf0\x39\x87\x9e\x1d\x77\x7c\x0d\x65\x15\x7e\xc5\xf8\x80\x19\x66\xec\x80\xc4\x6a\x8a\xe2\xdb\xd4\xf4\x05\x00\x3b\x09\x30\xfd\x0c\x35\xa4\x5c\x3b\xf8\x22\xf7\x20\xc2\x82\xa5\x22\x14\x48\x5a\xc1\xf3\x2a\x62\x40\xe9\x9e\xff\x9d\xfd\xff\xbf\xfe\xee\xff\x0f\x00\x00\xff\xff\x5c\x79\x08\x6d\x76\x40\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: 211874, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 213110, 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 0e344e51e1..a127a9a99e 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java @@ -19377,6 +19377,56 @@ public interface WorkflowExecutionGetDataResponseOrBuilder extends * .flyteidl.admin.UrlBlob inputs = 2; */ flyteidl.admin.Common.UrlBlobOrBuilder getInputsOrBuilder(); + + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + boolean hasFullInputs(); + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + flyteidl.core.Literals.LiteralMap getFullInputs(); + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder(); + + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + boolean hasFullOutputs(); + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + flyteidl.core.Literals.LiteralMap getFullOutputs(); + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder(); } /** *
@@ -19447,6 +19497,32 @@ private WorkflowExecutionGetDataResponse(
 
               break;
             }
+            case 26: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (fullInputs_ != null) {
+                subBuilder = fullInputs_.toBuilder();
+              }
+              fullInputs_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(fullInputs_);
+                fullInputs_ = subBuilder.buildPartial();
+              }
+
+              break;
+            }
+            case 34: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (fullOutputs_ != null) {
+                subBuilder = fullOutputs_.toBuilder();
+              }
+              fullOutputs_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(fullOutputs_);
+                fullOutputs_ = subBuilder.buildPartial();
+              }
+
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -19545,6 +19621,72 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getInputsOrBuilder() {
       return getInputs();
     }
 
+    public static final int FULL_INPUTS_FIELD_NUMBER = 3;
+    private flyteidl.core.Literals.LiteralMap fullInputs_;
+    /**
+     * 
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public boolean hasFullInputs() { + return fullInputs_ != null; + } + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap getFullInputs() { + return fullInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder() { + return getFullInputs(); + } + + public static final int FULL_OUTPUTS_FIELD_NUMBER = 4; + private flyteidl.core.Literals.LiteralMap fullOutputs_; + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public boolean hasFullOutputs() { + return fullOutputs_ != null; + } + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap getFullOutputs() { + return fullOutputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder() { + return getFullOutputs(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -19565,6 +19707,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (inputs_ != null) { output.writeMessage(2, getInputs()); } + if (fullInputs_ != null) { + output.writeMessage(3, getFullInputs()); + } + if (fullOutputs_ != null) { + output.writeMessage(4, getFullOutputs()); + } unknownFields.writeTo(output); } @@ -19582,6 +19730,14 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getInputs()); } + if (fullInputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getFullInputs()); + } + if (fullOutputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getFullOutputs()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -19607,6 +19763,16 @@ public boolean equals(final java.lang.Object obj) { if (!getInputs() .equals(other.getInputs())) return false; } + if (hasFullInputs() != other.hasFullInputs()) return false; + if (hasFullInputs()) { + if (!getFullInputs() + .equals(other.getFullInputs())) return false; + } + if (hasFullOutputs() != other.hasFullOutputs()) return false; + if (hasFullOutputs()) { + if (!getFullOutputs() + .equals(other.getFullOutputs())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -19626,6 +19792,14 @@ public int hashCode() { hash = (37 * hash) + INPUTS_FIELD_NUMBER; hash = (53 * hash) + getInputs().hashCode(); } + if (hasFullInputs()) { + hash = (37 * hash) + FULL_INPUTS_FIELD_NUMBER; + hash = (53 * hash) + getFullInputs().hashCode(); + } + if (hasFullOutputs()) { + hash = (37 * hash) + FULL_OUTPUTS_FIELD_NUMBER; + hash = (53 * hash) + getFullOutputs().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -19775,6 +19949,18 @@ public Builder clear() { inputs_ = null; inputsBuilder_ = null; } + if (fullInputsBuilder_ == null) { + fullInputs_ = null; + } else { + fullInputs_ = null; + fullInputsBuilder_ = null; + } + if (fullOutputsBuilder_ == null) { + fullOutputs_ = null; + } else { + fullOutputs_ = null; + fullOutputsBuilder_ = null; + } return this; } @@ -19811,6 +19997,16 @@ public flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGetDataResponse build } else { result.inputs_ = inputsBuilder_.build(); } + if (fullInputsBuilder_ == null) { + result.fullInputs_ = fullInputs_; + } else { + result.fullInputs_ = fullInputsBuilder_.build(); + } + if (fullOutputsBuilder_ == null) { + result.fullOutputs_ = fullOutputs_; + } else { + result.fullOutputs_ = fullOutputsBuilder_.build(); + } onBuilt(); return result; } @@ -19865,6 +20061,12 @@ public Builder mergeFrom(flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGet if (other.hasInputs()) { mergeInputs(other.getInputs()); } + if (other.hasFullInputs()) { + mergeFullInputs(other.getFullInputs()); + } + if (other.hasFullOutputs()) { + mergeFullOutputs(other.getFullOutputs()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -20199,6 +20401,312 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getInputsOrBuilder() { } return inputsBuilder_; } + + private flyteidl.core.Literals.LiteralMap fullInputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> fullInputsBuilder_; + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public boolean hasFullInputs() { + return fullInputsBuilder_ != null || fullInputs_ != null; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap getFullInputs() { + if (fullInputsBuilder_ == null) { + return fullInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } else { + return fullInputsBuilder_.getMessage(); + } + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder setFullInputs(flyteidl.core.Literals.LiteralMap value) { + if (fullInputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + fullInputs_ = value; + onChanged(); + } else { + fullInputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder setFullInputs( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (fullInputsBuilder_ == null) { + fullInputs_ = builderForValue.build(); + onChanged(); + } else { + fullInputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder mergeFullInputs(flyteidl.core.Literals.LiteralMap value) { + if (fullInputsBuilder_ == null) { + if (fullInputs_ != null) { + fullInputs_ = + flyteidl.core.Literals.LiteralMap.newBuilder(fullInputs_).mergeFrom(value).buildPartial(); + } else { + fullInputs_ = value; + } + onChanged(); + } else { + fullInputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder clearFullInputs() { + if (fullInputsBuilder_ == null) { + fullInputs_ = null; + onChanged(); + } else { + fullInputs_ = null; + fullInputsBuilder_ = null; + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap.Builder getFullInputsBuilder() { + + onChanged(); + return getFullInputsFieldBuilder().getBuilder(); + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder() { + if (fullInputsBuilder_ != null) { + return fullInputsBuilder_.getMessageOrBuilder(); + } else { + return fullInputs_ == null ? + flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getFullInputsFieldBuilder() { + if (fullInputsBuilder_ == null) { + fullInputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + getFullInputs(), + getParentForChildren(), + isClean()); + fullInputs_ = null; + } + return fullInputsBuilder_; + } + + private flyteidl.core.Literals.LiteralMap fullOutputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> fullOutputsBuilder_; + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public boolean hasFullOutputs() { + return fullOutputsBuilder_ != null || fullOutputs_ != null; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap getFullOutputs() { + if (fullOutputsBuilder_ == null) { + return fullOutputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } else { + return fullOutputsBuilder_.getMessage(); + } + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder setFullOutputs(flyteidl.core.Literals.LiteralMap value) { + if (fullOutputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + fullOutputs_ = value; + onChanged(); + } else { + fullOutputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder setFullOutputs( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (fullOutputsBuilder_ == null) { + fullOutputs_ = builderForValue.build(); + onChanged(); + } else { + fullOutputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder mergeFullOutputs(flyteidl.core.Literals.LiteralMap value) { + if (fullOutputsBuilder_ == null) { + if (fullOutputs_ != null) { + fullOutputs_ = + flyteidl.core.Literals.LiteralMap.newBuilder(fullOutputs_).mergeFrom(value).buildPartial(); + } else { + fullOutputs_ = value; + } + onChanged(); + } else { + fullOutputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder clearFullOutputs() { + if (fullOutputsBuilder_ == null) { + fullOutputs_ = null; + onChanged(); + } else { + fullOutputs_ = null; + fullOutputsBuilder_ = null; + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap.Builder getFullOutputsBuilder() { + + onChanged(); + return getFullOutputsFieldBuilder().getBuilder(); + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder() { + if (fullOutputsBuilder_ != null) { + return fullOutputsBuilder_.getMessageOrBuilder(); + } else { + return fullOutputs_ == null ? + flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getFullOutputsFieldBuilder() { + if (fullOutputsBuilder_ == null) { + fullOutputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + getFullOutputs(), + getParentForChildren(), + isClean()); + fullOutputs_ = null; + } + return fullOutputsBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -20419,12 +20927,14 @@ public flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGetDataResponse getDe "Identifier\022\r\n\005cause\030\002 \001(\t\"\034\n\032ExecutionTe" + "rminateResponse\"Y\n\037WorkflowExecutionGetD" + "ataRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.W" + - "orkflowExecutionIdentifier\"u\n WorkflowEx" + - "ecutionGetDataResponse\022(\n\007outputs\030\001 \001(\0132" + - "\027.flyteidl.admin.UrlBlob\022\'\n\006inputs\030\002 \001(\013" + - "2\027.flyteidl.admin.UrlBlobB3Z1github.com/" + - "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" + - "proto3" + "orkflowExecutionIdentifier\"\326\001\n WorkflowE" + + "xecutionGetDataResponse\022(\n\007outputs\030\001 \001(\013" + + "2\027.flyteidl.admin.UrlBlob\022\'\n\006inputs\030\002 \001(" + + "\0132\027.flyteidl.admin.UrlBlob\022.\n\013full_input" + + "s\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n\014fu" + + "ll_outputs\030\004 \001(\0132\031.flyteidl.core.Literal" + + "MapB3Z1github.com/lyft/flyteidl/gen/pb-g" + + "o/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -20545,7 +21055,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_WorkflowExecutionGetDataResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_WorkflowExecutionGetDataResponse_descriptor, - new java.lang.String[] { "Outputs", "Inputs", }); + new java.lang.String[] { "Outputs", "Inputs", "FullInputs", "FullOutputs", }); flyteidl.admin.Common.getDescriptor(); flyteidl.core.Literals.getDescriptor(); flyteidl.core.Execution.getDescriptor(); diff --git a/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java index 764a1ab19d..bce0788d45 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java @@ -11608,6 +11608,56 @@ public interface NodeExecutionGetDataResponseOrBuilder extends * .flyteidl.admin.UrlBlob outputs = 2; */ flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder(); + + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + boolean hasFullInputs(); + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + flyteidl.core.Literals.LiteralMap getFullInputs(); + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder(); + + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + boolean hasFullOutputs(); + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + flyteidl.core.Literals.LiteralMap getFullOutputs(); + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder(); } /** *
@@ -11678,6 +11728,32 @@ private NodeExecutionGetDataResponse(
 
               break;
             }
+            case 26: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (fullInputs_ != null) {
+                subBuilder = fullInputs_.toBuilder();
+              }
+              fullInputs_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(fullInputs_);
+                fullInputs_ = subBuilder.buildPartial();
+              }
+
+              break;
+            }
+            case 34: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (fullOutputs_ != null) {
+                subBuilder = fullOutputs_.toBuilder();
+              }
+              fullOutputs_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(fullOutputs_);
+                fullOutputs_ = subBuilder.buildPartial();
+              }
+
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -11776,6 +11852,72 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder() {
       return getOutputs();
     }
 
+    public static final int FULL_INPUTS_FIELD_NUMBER = 3;
+    private flyteidl.core.Literals.LiteralMap fullInputs_;
+    /**
+     * 
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public boolean hasFullInputs() { + return fullInputs_ != null; + } + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap getFullInputs() { + return fullInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder() { + return getFullInputs(); + } + + public static final int FULL_OUTPUTS_FIELD_NUMBER = 4; + private flyteidl.core.Literals.LiteralMap fullOutputs_; + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public boolean hasFullOutputs() { + return fullOutputs_ != null; + } + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap getFullOutputs() { + return fullOutputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder() { + return getFullOutputs(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -11796,6 +11938,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (outputs_ != null) { output.writeMessage(2, getOutputs()); } + if (fullInputs_ != null) { + output.writeMessage(3, getFullInputs()); + } + if (fullOutputs_ != null) { + output.writeMessage(4, getFullOutputs()); + } unknownFields.writeTo(output); } @@ -11813,6 +11961,14 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getOutputs()); } + if (fullInputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getFullInputs()); + } + if (fullOutputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getFullOutputs()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -11838,6 +11994,16 @@ public boolean equals(final java.lang.Object obj) { if (!getOutputs() .equals(other.getOutputs())) return false; } + if (hasFullInputs() != other.hasFullInputs()) return false; + if (hasFullInputs()) { + if (!getFullInputs() + .equals(other.getFullInputs())) return false; + } + if (hasFullOutputs() != other.hasFullOutputs()) return false; + if (hasFullOutputs()) { + if (!getFullOutputs() + .equals(other.getFullOutputs())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -11857,6 +12023,14 @@ public int hashCode() { hash = (37 * hash) + OUTPUTS_FIELD_NUMBER; hash = (53 * hash) + getOutputs().hashCode(); } + if (hasFullInputs()) { + hash = (37 * hash) + FULL_INPUTS_FIELD_NUMBER; + hash = (53 * hash) + getFullInputs().hashCode(); + } + if (hasFullOutputs()) { + hash = (37 * hash) + FULL_OUTPUTS_FIELD_NUMBER; + hash = (53 * hash) + getFullOutputs().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -12006,6 +12180,18 @@ public Builder clear() { outputs_ = null; outputsBuilder_ = null; } + if (fullInputsBuilder_ == null) { + fullInputs_ = null; + } else { + fullInputs_ = null; + fullInputsBuilder_ = null; + } + if (fullOutputsBuilder_ == null) { + fullOutputs_ = null; + } else { + fullOutputs_ = null; + fullOutputsBuilder_ = null; + } return this; } @@ -12042,6 +12228,16 @@ public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionGetDataResponse build } else { result.outputs_ = outputsBuilder_.build(); } + if (fullInputsBuilder_ == null) { + result.fullInputs_ = fullInputs_; + } else { + result.fullInputs_ = fullInputsBuilder_.build(); + } + if (fullOutputsBuilder_ == null) { + result.fullOutputs_ = fullOutputs_; + } else { + result.fullOutputs_ = fullOutputsBuilder_.build(); + } onBuilt(); return result; } @@ -12096,6 +12292,12 @@ public Builder mergeFrom(flyteidl.admin.NodeExecutionOuterClass.NodeExecutionGet if (other.hasOutputs()) { mergeOutputs(other.getOutputs()); } + if (other.hasFullInputs()) { + mergeFullInputs(other.getFullInputs()); + } + if (other.hasFullOutputs()) { + mergeFullOutputs(other.getFullOutputs()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -12430,6 +12632,312 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder() { } return outputsBuilder_; } + + private flyteidl.core.Literals.LiteralMap fullInputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> fullInputsBuilder_; + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public boolean hasFullInputs() { + return fullInputsBuilder_ != null || fullInputs_ != null; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap getFullInputs() { + if (fullInputsBuilder_ == null) { + return fullInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } else { + return fullInputsBuilder_.getMessage(); + } + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder setFullInputs(flyteidl.core.Literals.LiteralMap value) { + if (fullInputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + fullInputs_ = value; + onChanged(); + } else { + fullInputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder setFullInputs( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (fullInputsBuilder_ == null) { + fullInputs_ = builderForValue.build(); + onChanged(); + } else { + fullInputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder mergeFullInputs(flyteidl.core.Literals.LiteralMap value) { + if (fullInputsBuilder_ == null) { + if (fullInputs_ != null) { + fullInputs_ = + flyteidl.core.Literals.LiteralMap.newBuilder(fullInputs_).mergeFrom(value).buildPartial(); + } else { + fullInputs_ = value; + } + onChanged(); + } else { + fullInputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder clearFullInputs() { + if (fullInputsBuilder_ == null) { + fullInputs_ = null; + onChanged(); + } else { + fullInputs_ = null; + fullInputsBuilder_ = null; + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap.Builder getFullInputsBuilder() { + + onChanged(); + return getFullInputsFieldBuilder().getBuilder(); + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder() { + if (fullInputsBuilder_ != null) { + return fullInputsBuilder_.getMessageOrBuilder(); + } else { + return fullInputs_ == null ? + flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getFullInputsFieldBuilder() { + if (fullInputsBuilder_ == null) { + fullInputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + getFullInputs(), + getParentForChildren(), + isClean()); + fullInputs_ = null; + } + return fullInputsBuilder_; + } + + private flyteidl.core.Literals.LiteralMap fullOutputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> fullOutputsBuilder_; + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public boolean hasFullOutputs() { + return fullOutputsBuilder_ != null || fullOutputs_ != null; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap getFullOutputs() { + if (fullOutputsBuilder_ == null) { + return fullOutputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } else { + return fullOutputsBuilder_.getMessage(); + } + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder setFullOutputs(flyteidl.core.Literals.LiteralMap value) { + if (fullOutputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + fullOutputs_ = value; + onChanged(); + } else { + fullOutputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder setFullOutputs( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (fullOutputsBuilder_ == null) { + fullOutputs_ = builderForValue.build(); + onChanged(); + } else { + fullOutputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder mergeFullOutputs(flyteidl.core.Literals.LiteralMap value) { + if (fullOutputsBuilder_ == null) { + if (fullOutputs_ != null) { + fullOutputs_ = + flyteidl.core.Literals.LiteralMap.newBuilder(fullOutputs_).mergeFrom(value).buildPartial(); + } else { + fullOutputs_ = value; + } + onChanged(); + } else { + fullOutputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder clearFullOutputs() { + if (fullOutputsBuilder_ == null) { + fullOutputs_ = null; + onChanged(); + } else { + fullOutputs_ = null; + fullOutputsBuilder_ = null; + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap.Builder getFullOutputsBuilder() { + + onChanged(); + return getFullOutputsFieldBuilder().getBuilder(); + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder() { + if (fullOutputsBuilder_ != null) { + return fullOutputsBuilder_.getMessageOrBuilder(); + } else { + return fullOutputs_ == null ? + flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold. 
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getFullOutputsFieldBuilder() { + if (fullOutputsBuilder_ == null) { + fullOutputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + getFullOutputs(), + getParentForChildren(), + isClean()); + fullOutputs_ = null; + } + return fullOutputsBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -12551,55 +13059,58 @@ public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionGetDataResponse getDe "lyteidl.admin\032\033flyteidl/admin/common.pro" + "to\032\035flyteidl/core/execution.proto\032\033flyte" + "idl/core/catalog.proto\032\036flyteidl/core/id" + - "entifier.proto\032\037google/protobuf/timestam" + - "p.proto\032\036google/protobuf/duration.proto\"" + - "M\n\027NodeExecutionGetRequest\0222\n\002id\030\001 \001(\0132&" + - ".flyteidl.core.NodeExecutionIdentifier\"\325" + - "\001\n\030NodeExecutionListRequest\022I\n\025workflow_" + - "execution_id\030\001 \001(\0132*.flyteidl.core.Workf" + - "lowExecutionIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n" + - "\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by" + - "\030\005 \001(\0132\024.flyteidl.admin.Sort\022\030\n\020unique_p" + - "arent_id\030\006 \001(\t\"\272\001\n\037NodeExecutionForTaskL" + - "istRequest\022A\n\021task_execution_id\030\001 \001(\0132&." + - "flyteidl.core.TaskExecutionIdentifier\022\r\n" + - "\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004" + - " \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl.admin.S" + - "ort\"\306\001\n\rNodeExecution\0222\n\002id\030\001 \001(\0132&.flyt" + - "eidl.core.NodeExecutionIdentifier\022\021\n\tinp" + - "ut_uri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$.flyteidl" + - ".admin.NodeExecutionClosure\0227\n\010metadata\030" + - "\004 \001(\0132%.flyteidl.admin.NodeExecutionMeta" + - "Data\"Z\n\025NodeExecutionMetaData\022\023\n\013retry_g" + - "roup\030\001 \001(\t\022\026\n\016is_parent_node\030\002 \001(\010\022\024\n\014sp" + - "ec_node_id\030\003 \001(\t\"Z\n\021NodeExecutionList\0226\n" + - "\017node_executions\030\001 \003(\0132\035.flyteidl.admin." + - "NodeExecution\022\r\n\005token\030\002 \001(\t\"\370\003\n\024NodeExe" + - "cutionClosure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005e" + - "rror\030\002 \001(\0132\035.flyteidl.core.ExecutionErro" + - "rH\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.NodeE" + - "xecution.Phase\022.\n\nstarted_at\030\004 \001(\0132\032.goo" + - "gle.protobuf.Timestamp\022+\n\010duration\030\005 \001(\013" + - "2\031.google.protobuf.Duration\022.\n\ncreated_a" + - "t\030\006 \001(\0132\032.google.protobuf.Timestamp\022.\n\nu" + - "pdated_at\030\007 \001(\0132\032.google.protobuf.Timest" + - "amp\022F\n\026workflow_node_metadata\030\010 \001(\0132$.fl" + - "yteidl.admin.WorkflowNodeMetadataH\001\022>\n\022t" + - "ask_node_metadata\030\t \001(\0132 .flyteidl.admin" + - ".TaskNodeMetadataH\001B\017\n\routput_resultB\021\n\017" + - "target_metadata\"W\n\024WorkflowNodeMetadata\022" + - "?\n\013executionId\030\001 \001(\0132*.flyteidl.core.Wor" + - "kflowExecutionIdentifier\"\200\001\n\020TaskNodeMet" + - "adata\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.c" + - "ore.CatalogCacheStatus\0223\n\013catalog_key\030\002 " + - "\001(\0132\036.flyteidl.core.CatalogMetadata\"Q\n\033N" + - "odeExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&" + - ".flyteidl.core.NodeExecutionIdentifier\"q" + - "\n\034NodeExecutionGetDataResponse\022\'\n\006inputs" + - "\030\001 \001(\0132\027.flyteidl.admin.UrlBlob\022(\n\007outpu" + - "ts\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB3Z1git" + - "hub.com/lyft/flyteidl/gen/pb-go/flyteidl" + - "/adminb\006proto3" + "entifier.proto\032\034flyteidl/core/literals.p" + + "roto\032\037google/protobuf/timestamp.proto\032\036g" + + "oogle/protobuf/duration.proto\"M\n\027NodeExe" + + "cutionGetRequest\0222\n\002id\030\001 \001(\0132&.flyteidl." + + "core.NodeExecutionIdentifier\"\325\001\n\030NodeExe" + + "cutionListRequest\022I\n\025workflow_execution_" + + "id\030\001 \001(\0132*.flyteidl.core.WorkflowExecuti" + + "onIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001" + + "(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.f" + + "lyteidl.admin.Sort\022\030\n\020unique_parent_id\030\006" + + " \001(\t\"\272\001\n\037NodeExecutionForTaskListRequest" + + "\022A\n\021task_execution_id\030\001 \001(\0132&.flyteidl.c" + + "ore.TaskExecutionIdentifier\022\r\n\005limit\030\002 \001" + + "(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007so" + + "rt_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"\306\001\n\rNo" + + "deExecution\0222\n\002id\030\001 \001(\0132&.flyteidl.core." + + "NodeExecutionIdentifier\022\021\n\tinput_uri\030\002 \001" + + "(\t\0225\n\007closure\030\003 \001(\0132$.flyteidl.admin.Nod" + + "eExecutionClosure\0227\n\010metadata\030\004 \001(\0132%.fl" + + "yteidl.admin.NodeExecutionMetaData\"Z\n\025No" + + "deExecutionMetaData\022\023\n\013retry_group\030\001 \001(\t" + + "\022\026\n\016is_parent_node\030\002 \001(\010\022\024\n\014spec_node_id" + + "\030\003 \001(\t\"Z\n\021NodeExecutionList\0226\n\017node_exec" + + "utions\030\001 \003(\0132\035.flyteidl.admin.NodeExecut" + + "ion\022\r\n\005token\030\002 \001(\t\"\370\003\n\024NodeExecutionClos" + + "ure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\013" + + "2\035.flyteidl.core.ExecutionErrorH\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\"Q\n\033NodeExecuti" + + "onGetDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl." + + "core.NodeExecutionIdentifier\"\322\001\n\034NodeExe" + + "cutionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027." + + "flyteidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132" + + "\027.flyteidl.admin.UrlBlob\022.\n\013full_inputs\030" + + "\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n\014full" + + "_outputs\030\004 \001(\0132\031.flyteidl.core.LiteralMa" + + "pB3Z1github.com/lyft/flyteidl/gen/pb-go/" + + "flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -12616,6 +13127,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( flyteidl.core.Execution.getDescriptor(), flyteidl.core.Catalog.getDescriptor(), flyteidl.core.IdentifierOuterClass.getDescriptor(), + flyteidl.core.Literals.getDescriptor(), com.google.protobuf.TimestampProto.getDescriptor(), com.google.protobuf.DurationProto.getDescriptor(), }, assigner); @@ -12684,11 +13196,12 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_NodeExecutionGetDataResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_NodeExecutionGetDataResponse_descriptor, - new java.lang.String[] { "Inputs", "Outputs", }); + new java.lang.String[] { "Inputs", "Outputs", "FullInputs", "FullOutputs", }); flyteidl.admin.Common.getDescriptor(); flyteidl.core.Execution.getDescriptor(); flyteidl.core.Catalog.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); + flyteidl.core.Literals.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor(); com.google.protobuf.DurationProto.getDescriptor(); } diff --git a/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java index 1b76dda2a0..3542851610 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java @@ -7833,6 +7833,56 @@ public interface TaskExecutionGetDataResponseOrBuilder extends * .flyteidl.admin.UrlBlob outputs = 2; */ flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder(); + + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + boolean hasFullInputs(); + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + flyteidl.core.Literals.LiteralMap getFullInputs(); + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder(); + + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + boolean hasFullOutputs(); + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + flyteidl.core.Literals.LiteralMap getFullOutputs(); + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder(); } /** *
@@ -7903,6 +7953,32 @@ private TaskExecutionGetDataResponse(
 
               break;
             }
+            case 26: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (fullInputs_ != null) {
+                subBuilder = fullInputs_.toBuilder();
+              }
+              fullInputs_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(fullInputs_);
+                fullInputs_ = subBuilder.buildPartial();
+              }
+
+              break;
+            }
+            case 34: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (fullOutputs_ != null) {
+                subBuilder = fullOutputs_.toBuilder();
+              }
+              fullOutputs_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(fullOutputs_);
+                fullOutputs_ = subBuilder.buildPartial();
+              }
+
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -8001,6 +8077,72 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder() {
       return getOutputs();
     }
 
+    public static final int FULL_INPUTS_FIELD_NUMBER = 3;
+    private flyteidl.core.Literals.LiteralMap fullInputs_;
+    /**
+     * 
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public boolean hasFullInputs() { + return fullInputs_ != null; + } + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap getFullInputs() { + return fullInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } + /** + *
+     * Optional, full_inputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder() { + return getFullInputs(); + } + + public static final int FULL_OUTPUTS_FIELD_NUMBER = 4; + private flyteidl.core.Literals.LiteralMap fullOutputs_; + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public boolean hasFullOutputs() { + return fullOutputs_ != null; + } + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap getFullOutputs() { + return fullOutputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } + /** + *
+     * Optional, full_outputs will only be populated if they are under a configured size threshold.
+     * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder() { + return getFullOutputs(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -8021,6 +8163,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (outputs_ != null) { output.writeMessage(2, getOutputs()); } + if (fullInputs_ != null) { + output.writeMessage(3, getFullInputs()); + } + if (fullOutputs_ != null) { + output.writeMessage(4, getFullOutputs()); + } unknownFields.writeTo(output); } @@ -8038,6 +8186,14 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getOutputs()); } + if (fullInputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(3, getFullInputs()); + } + if (fullOutputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, getFullOutputs()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -8063,6 +8219,16 @@ public boolean equals(final java.lang.Object obj) { if (!getOutputs() .equals(other.getOutputs())) return false; } + if (hasFullInputs() != other.hasFullInputs()) return false; + if (hasFullInputs()) { + if (!getFullInputs() + .equals(other.getFullInputs())) return false; + } + if (hasFullOutputs() != other.hasFullOutputs()) return false; + if (hasFullOutputs()) { + if (!getFullOutputs() + .equals(other.getFullOutputs())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -8082,6 +8248,14 @@ public int hashCode() { hash = (37 * hash) + OUTPUTS_FIELD_NUMBER; hash = (53 * hash) + getOutputs().hashCode(); } + if (hasFullInputs()) { + hash = (37 * hash) + FULL_INPUTS_FIELD_NUMBER; + hash = (53 * hash) + getFullInputs().hashCode(); + } + if (hasFullOutputs()) { + hash = (37 * hash) + FULL_OUTPUTS_FIELD_NUMBER; + hash = (53 * hash) + getFullOutputs().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -8231,6 +8405,18 @@ public Builder clear() { outputs_ = null; outputsBuilder_ = null; } + if (fullInputsBuilder_ == null) { + fullInputs_ = null; + } else { + fullInputs_ = null; + fullInputsBuilder_ = null; + } + if (fullOutputsBuilder_ == null) { + fullOutputs_ = null; + } else { + fullOutputs_ = null; + fullOutputsBuilder_ = null; + } return this; } @@ -8267,6 +8453,16 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse build } else { result.outputs_ = outputsBuilder_.build(); } + if (fullInputsBuilder_ == null) { + result.fullInputs_ = fullInputs_; + } else { + result.fullInputs_ = fullInputsBuilder_.build(); + } + if (fullOutputsBuilder_ == null) { + result.fullOutputs_ = fullOutputs_; + } else { + result.fullOutputs_ = fullOutputsBuilder_.build(); + } onBuilt(); return result; } @@ -8321,6 +8517,12 @@ public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGet if (other.hasOutputs()) { mergeOutputs(other.getOutputs()); } + if (other.hasFullInputs()) { + mergeFullInputs(other.getFullInputs()); + } + if (other.hasFullOutputs()) { + mergeFullOutputs(other.getFullOutputs()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -8655,6 +8857,312 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder() { } return outputsBuilder_; } + + private flyteidl.core.Literals.LiteralMap fullInputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> fullInputsBuilder_; + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public boolean hasFullInputs() { + return fullInputsBuilder_ != null || fullInputs_ != null; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap getFullInputs() { + if (fullInputsBuilder_ == null) { + return fullInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } else { + return fullInputsBuilder_.getMessage(); + } + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder setFullInputs(flyteidl.core.Literals.LiteralMap value) { + if (fullInputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + fullInputs_ = value; + onChanged(); + } else { + fullInputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder setFullInputs( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (fullInputsBuilder_ == null) { + fullInputs_ = builderForValue.build(); + onChanged(); + } else { + fullInputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder mergeFullInputs(flyteidl.core.Literals.LiteralMap value) { + if (fullInputsBuilder_ == null) { + if (fullInputs_ != null) { + fullInputs_ = + flyteidl.core.Literals.LiteralMap.newBuilder(fullInputs_).mergeFrom(value).buildPartial(); + } else { + fullInputs_ = value; + } + onChanged(); + } else { + fullInputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public Builder clearFullInputs() { + if (fullInputsBuilder_ == null) { + fullInputs_ = null; + onChanged(); + } else { + fullInputs_ = null; + fullInputsBuilder_ = null; + } + + return this; + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMap.Builder getFullInputsBuilder() { + + onChanged(); + return getFullInputsFieldBuilder().getBuilder(); + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullInputsOrBuilder() { + if (fullInputsBuilder_ != null) { + return fullInputsBuilder_.getMessageOrBuilder(); + } else { + return fullInputs_ == null ? + flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullInputs_; + } + } + /** + *
+       * Optional, full_inputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_inputs = 3; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getFullInputsFieldBuilder() { + if (fullInputsBuilder_ == null) { + fullInputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + getFullInputs(), + getParentForChildren(), + isClean()); + fullInputs_ = null; + } + return fullInputsBuilder_; + } + + private flyteidl.core.Literals.LiteralMap fullOutputs_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> fullOutputsBuilder_; + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public boolean hasFullOutputs() { + return fullOutputsBuilder_ != null || fullOutputs_ != null; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap getFullOutputs() { + if (fullOutputsBuilder_ == null) { + return fullOutputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } else { + return fullOutputsBuilder_.getMessage(); + } + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder setFullOutputs(flyteidl.core.Literals.LiteralMap value) { + if (fullOutputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + fullOutputs_ = value; + onChanged(); + } else { + fullOutputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder setFullOutputs( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (fullOutputsBuilder_ == null) { + fullOutputs_ = builderForValue.build(); + onChanged(); + } else { + fullOutputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder mergeFullOutputs(flyteidl.core.Literals.LiteralMap value) { + if (fullOutputsBuilder_ == null) { + if (fullOutputs_ != null) { + fullOutputs_ = + flyteidl.core.Literals.LiteralMap.newBuilder(fullOutputs_).mergeFrom(value).buildPartial(); + } else { + fullOutputs_ = value; + } + onChanged(); + } else { + fullOutputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public Builder clearFullOutputs() { + if (fullOutputsBuilder_ == null) { + fullOutputs_ = null; + onChanged(); + } else { + fullOutputs_ = null; + fullOutputsBuilder_ = null; + } + + return this; + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMap.Builder getFullOutputsBuilder() { + + onChanged(); + return getFullOutputsFieldBuilder().getBuilder(); + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getFullOutputsOrBuilder() { + if (fullOutputsBuilder_ != null) { + return fullOutputsBuilder_.getMessageOrBuilder(); + } else { + return fullOutputs_ == null ? + flyteidl.core.Literals.LiteralMap.getDefaultInstance() : fullOutputs_; + } + } + /** + *
+       * Optional, full_outputs will only be populated if they are under a configured size threshold.
+       * 
+ * + * .flyteidl.core.LiteralMap full_outputs = 4; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getFullOutputsFieldBuilder() { + if (fullOutputsBuilder_ == null) { + fullOutputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + getFullOutputs(), + getParentForChildren(), + isClean()); + fullOutputs_ = null; + } + return fullOutputsBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -8755,40 +9263,43 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse getDe "\n#flyteidl/admin/task_execution.proto\022\016f" + "lyteidl.admin\032\033flyteidl/admin/common.pro" + "to\032\035flyteidl/core/execution.proto\032\036flyte" + - "idl/core/identifier.proto\032\037google/protob" + - "uf/timestamp.proto\032\036google/protobuf/dura" + - "tion.proto\032\034google/protobuf/struct.proto" + - "\"M\n\027TaskExecutionGetRequest\0222\n\002id\030\001 \001(\0132" + - "&.flyteidl.core.TaskExecutionIdentifier\"" + - "\263\001\n\030TaskExecutionListRequest\022A\n\021node_exe" + - "cution_id\030\001 \001(\0132&.flyteidl.core.NodeExec" + - "utionIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030" + - "\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132" + - "\024.flyteidl.admin.Sort\"\240\001\n\rTaskExecution\022" + - "2\n\002id\030\001 \001(\0132&.flyteidl.core.TaskExecutio" + - "nIdentifier\022\021\n\tinput_uri\030\002 \001(\t\0225\n\007closur" + - "e\030\003 \001(\0132$.flyteidl.admin.TaskExecutionCl" + - "osure\022\021\n\tis_parent\030\004 \001(\010\"Z\n\021TaskExecutio" + - "nList\0226\n\017task_executions\030\001 \003(\0132\035.flyteid" + - "l.admin.TaskExecution\022\r\n\005token\030\002 \001(\t\"\261\003\n" + - "\024TaskExecutionClosure\022\024\n\noutput_uri\030\001 \001(" + - "\tH\000\022.\n\005error\030\002 \001(\0132\035.flyteidl.core.Execu" + - "tionErrorH\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.co" + - "re.TaskExecution.Phase\022$\n\004logs\030\004 \003(\0132\026.f" + - "lyteidl.core.TaskLog\022.\n\nstarted_at\030\005 \001(\013" + - "2\032.google.protobuf.Timestamp\022+\n\010duration" + - "\030\006 \001(\0132\031.google.protobuf.Duration\022.\n\ncre" + - "ated_at\030\007 \001(\0132\032.google.protobuf.Timestam" + - "p\022.\n\nupdated_at\030\010 \001(\0132\032.google.protobuf." + - "Timestamp\022,\n\013custom_info\030\t \001(\0132\027.google." + - "protobuf.StructB\017\n\routput_result\"Q\n\033Task" + - "ExecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.fl" + - "yteidl.core.TaskExecutionIdentifier\"q\n\034T" + - "askExecutionGetDataResponse\022\'\n\006inputs\030\001 " + - "\001(\0132\027.flyteidl.admin.UrlBlob\022(\n\007outputs\030" + - "\002 \001(\0132\027.flyteidl.admin.UrlBlobB3Z1github" + - ".com/lyft/flyteidl/gen/pb-go/flyteidl/ad" + - "minb\006proto3" + "idl/core/identifier.proto\032\034flyteidl/core" + + "/literals.proto\032\037google/protobuf/timesta" + + "mp.proto\032\036google/protobuf/duration.proto" + + "\032\034google/protobuf/struct.proto\"M\n\027TaskEx" + + "ecutionGetRequest\0222\n\002id\030\001 \001(\0132&.flyteidl" + + ".core.TaskExecutionIdentifier\"\263\001\n\030TaskEx" + + "ecutionListRequest\022A\n\021node_execution_id\030" + + "\001 \001(\0132&.flyteidl.core.NodeExecutionIdent" + + "ifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007f" + + "ilters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl" + + ".admin.Sort\"\240\001\n\rTaskExecution\0222\n\002id\030\001 \001(" + + "\0132&.flyteidl.core.TaskExecutionIdentifie" + + "r\022\021\n\tinput_uri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$." + + "flyteidl.admin.TaskExecutionClosure\022\021\n\ti" + + "s_parent\030\004 \001(\010\"Z\n\021TaskExecutionList\0226\n\017t" + + "ask_executions\030\001 \003(\0132\035.flyteidl.admin.Ta" + + "skExecution\022\r\n\005token\030\002 \001(\t\"\261\003\n\024TaskExecu" + + "tionClosure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005err" + + "or\030\002 \001(\0132\035.flyteidl.core.ExecutionErrorH" + + "\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.TaskExe" + + "cution.Phase\022$\n\004logs\030\004 \003(\0132\026.flyteidl.co" + + "re.TaskLog\022.\n\nstarted_at\030\005 \001(\0132\032.google." + + "protobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.g" + + "oogle.protobuf.Duration\022.\n\ncreated_at\030\007 " + + "\001(\0132\032.google.protobuf.Timestamp\022.\n\nupdat" + + "ed_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022" + + ",\n\013custom_info\030\t \001(\0132\027.google.protobuf.S" + + "tructB\017\n\routput_result\"Q\n\033TaskExecutionG" + + "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" + + "e.TaskExecutionIdentifier\"\322\001\n\034TaskExecut" + + "ionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.fly" + + "teidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.f" + + "lyteidl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001" + + "(\0132\031.flyteidl.core.LiteralMap\022/\n\014full_ou" + + "tputs\030\004 \001(\0132\031.flyteidl.core.LiteralMapB3" + + "Z1github.com/lyft/flyteidl/gen/pb-go/fly" + + "teidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -8804,6 +9315,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( flyteidl.admin.Common.getDescriptor(), flyteidl.core.Execution.getDescriptor(), flyteidl.core.IdentifierOuterClass.getDescriptor(), + flyteidl.core.Literals.getDescriptor(), com.google.protobuf.TimestampProto.getDescriptor(), com.google.protobuf.DurationProto.getDescriptor(), com.google.protobuf.StructProto.getDescriptor(), @@ -8849,10 +9361,11 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_TaskExecutionGetDataResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_TaskExecutionGetDataResponse_descriptor, - new java.lang.String[] { "Inputs", "Outputs", }); + new java.lang.String[] { "Inputs", "Outputs", "FullInputs", "FullOutputs", }); flyteidl.admin.Common.getDescriptor(); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); + flyteidl.core.Literals.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor(); com.google.protobuf.DurationProto.getDescriptor(); com.google.protobuf.StructProto.getDescriptor(); diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 7efd79ad07..3e39a6efbc 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -8181,6 +8181,12 @@ export namespace flyteidl { /** WorkflowExecutionGetDataResponse inputs */ inputs?: (flyteidl.admin.IUrlBlob|null); + + /** WorkflowExecutionGetDataResponse fullInputs */ + fullInputs?: (flyteidl.core.ILiteralMap|null); + + /** WorkflowExecutionGetDataResponse fullOutputs */ + fullOutputs?: (flyteidl.core.ILiteralMap|null); } /** Represents a WorkflowExecutionGetDataResponse. */ @@ -8198,6 +8204,12 @@ export namespace flyteidl { /** WorkflowExecutionGetDataResponse inputs. */ public inputs?: (flyteidl.admin.IUrlBlob|null); + /** WorkflowExecutionGetDataResponse fullInputs. */ + public fullInputs?: (flyteidl.core.ILiteralMap|null); + + /** WorkflowExecutionGetDataResponse fullOutputs. */ + public fullOutputs?: (flyteidl.core.ILiteralMap|null); + /** * Creates a new WorkflowExecutionGetDataResponse instance using the specified properties. * @param [properties] Properties to set @@ -10364,6 +10376,12 @@ export namespace flyteidl { /** NodeExecutionGetDataResponse outputs */ outputs?: (flyteidl.admin.IUrlBlob|null); + + /** NodeExecutionGetDataResponse fullInputs */ + fullInputs?: (flyteidl.core.ILiteralMap|null); + + /** NodeExecutionGetDataResponse fullOutputs */ + fullOutputs?: (flyteidl.core.ILiteralMap|null); } /** Represents a NodeExecutionGetDataResponse. */ @@ -10381,6 +10399,12 @@ export namespace flyteidl { /** NodeExecutionGetDataResponse outputs. */ public outputs?: (flyteidl.admin.IUrlBlob|null); + /** NodeExecutionGetDataResponse fullInputs. */ + public fullInputs?: (flyteidl.core.ILiteralMap|null); + + /** NodeExecutionGetDataResponse fullOutputs. */ + public fullOutputs?: (flyteidl.core.ILiteralMap|null); + /** * Creates a new NodeExecutionGetDataResponse instance using the specified properties. * @param [properties] Properties to set @@ -11945,6 +11969,12 @@ export namespace flyteidl { /** TaskExecutionGetDataResponse outputs */ outputs?: (flyteidl.admin.IUrlBlob|null); + + /** TaskExecutionGetDataResponse fullInputs */ + fullInputs?: (flyteidl.core.ILiteralMap|null); + + /** TaskExecutionGetDataResponse fullOutputs */ + fullOutputs?: (flyteidl.core.ILiteralMap|null); } /** Represents a TaskExecutionGetDataResponse. */ @@ -11962,6 +11992,12 @@ export namespace flyteidl { /** TaskExecutionGetDataResponse outputs. */ public outputs?: (flyteidl.admin.IUrlBlob|null); + /** TaskExecutionGetDataResponse fullInputs. */ + public fullInputs?: (flyteidl.core.ILiteralMap|null); + + /** TaskExecutionGetDataResponse fullOutputs. */ + public fullOutputs?: (flyteidl.core.ILiteralMap|null); + /** * Creates a new TaskExecutionGetDataResponse instance using the specified properties. * @param [properties] Properties to set diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 86e6e41d1a..ea5e3a7001 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -19609,6 +19609,8 @@ export const flyteidl = $root.flyteidl = (() => { * @interface IWorkflowExecutionGetDataResponse * @property {flyteidl.admin.IUrlBlob|null} [outputs] WorkflowExecutionGetDataResponse outputs * @property {flyteidl.admin.IUrlBlob|null} [inputs] WorkflowExecutionGetDataResponse inputs + * @property {flyteidl.core.ILiteralMap|null} [fullInputs] WorkflowExecutionGetDataResponse fullInputs + * @property {flyteidl.core.ILiteralMap|null} [fullOutputs] WorkflowExecutionGetDataResponse fullOutputs */ /** @@ -19642,6 +19644,22 @@ export const flyteidl = $root.flyteidl = (() => { */ WorkflowExecutionGetDataResponse.prototype.inputs = null; + /** + * WorkflowExecutionGetDataResponse fullInputs. + * @member {flyteidl.core.ILiteralMap|null|undefined} fullInputs + * @memberof flyteidl.admin.WorkflowExecutionGetDataResponse + * @instance + */ + WorkflowExecutionGetDataResponse.prototype.fullInputs = null; + + /** + * WorkflowExecutionGetDataResponse fullOutputs. + * @member {flyteidl.core.ILiteralMap|null|undefined} fullOutputs + * @memberof flyteidl.admin.WorkflowExecutionGetDataResponse + * @instance + */ + WorkflowExecutionGetDataResponse.prototype.fullOutputs = null; + /** * Creates a new WorkflowExecutionGetDataResponse instance using the specified properties. * @function create @@ -19670,6 +19688,10 @@ export const flyteidl = $root.flyteidl = (() => { $root.flyteidl.admin.UrlBlob.encode(message.outputs, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); if (message.inputs != null && message.hasOwnProperty("inputs")) $root.flyteidl.admin.UrlBlob.encode(message.inputs, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + if (message.fullInputs != null && message.hasOwnProperty("fullInputs")) + $root.flyteidl.core.LiteralMap.encode(message.fullInputs, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); + if (message.fullOutputs != null && message.hasOwnProperty("fullOutputs")) + $root.flyteidl.core.LiteralMap.encode(message.fullOutputs, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); return writer; }; @@ -19697,6 +19719,12 @@ export const flyteidl = $root.flyteidl = (() => { case 2: message.inputs = $root.flyteidl.admin.UrlBlob.decode(reader, reader.uint32()); break; + case 3: + message.fullInputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32()); + break; + case 4: + message.fullOutputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -19726,6 +19754,16 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "inputs." + error; } + if (message.fullInputs != null && message.hasOwnProperty("fullInputs")) { + let error = $root.flyteidl.core.LiteralMap.verify(message.fullInputs); + if (error) + return "fullInputs." + error; + } + if (message.fullOutputs != null && message.hasOwnProperty("fullOutputs")) { + let error = $root.flyteidl.core.LiteralMap.verify(message.fullOutputs); + if (error) + return "fullOutputs." + error; + } return null; }; @@ -24801,6 +24839,8 @@ export const flyteidl = $root.flyteidl = (() => { * @interface INodeExecutionGetDataResponse * @property {flyteidl.admin.IUrlBlob|null} [inputs] NodeExecutionGetDataResponse inputs * @property {flyteidl.admin.IUrlBlob|null} [outputs] NodeExecutionGetDataResponse outputs + * @property {flyteidl.core.ILiteralMap|null} [fullInputs] NodeExecutionGetDataResponse fullInputs + * @property {flyteidl.core.ILiteralMap|null} [fullOutputs] NodeExecutionGetDataResponse fullOutputs */ /** @@ -24834,6 +24874,22 @@ export const flyteidl = $root.flyteidl = (() => { */ NodeExecutionGetDataResponse.prototype.outputs = null; + /** + * NodeExecutionGetDataResponse fullInputs. + * @member {flyteidl.core.ILiteralMap|null|undefined} fullInputs + * @memberof flyteidl.admin.NodeExecutionGetDataResponse + * @instance + */ + NodeExecutionGetDataResponse.prototype.fullInputs = null; + + /** + * NodeExecutionGetDataResponse fullOutputs. + * @member {flyteidl.core.ILiteralMap|null|undefined} fullOutputs + * @memberof flyteidl.admin.NodeExecutionGetDataResponse + * @instance + */ + NodeExecutionGetDataResponse.prototype.fullOutputs = null; + /** * Creates a new NodeExecutionGetDataResponse instance using the specified properties. * @function create @@ -24862,6 +24918,10 @@ export const flyteidl = $root.flyteidl = (() => { $root.flyteidl.admin.UrlBlob.encode(message.inputs, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); if (message.outputs != null && message.hasOwnProperty("outputs")) $root.flyteidl.admin.UrlBlob.encode(message.outputs, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + if (message.fullInputs != null && message.hasOwnProperty("fullInputs")) + $root.flyteidl.core.LiteralMap.encode(message.fullInputs, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); + if (message.fullOutputs != null && message.hasOwnProperty("fullOutputs")) + $root.flyteidl.core.LiteralMap.encode(message.fullOutputs, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); return writer; }; @@ -24889,6 +24949,12 @@ export const flyteidl = $root.flyteidl = (() => { case 2: message.outputs = $root.flyteidl.admin.UrlBlob.decode(reader, reader.uint32()); break; + case 3: + message.fullInputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32()); + break; + case 4: + message.fullOutputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -24918,6 +24984,16 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "outputs." + error; } + if (message.fullInputs != null && message.hasOwnProperty("fullInputs")) { + let error = $root.flyteidl.core.LiteralMap.verify(message.fullInputs); + if (error) + return "fullInputs." + error; + } + if (message.fullOutputs != null && message.hasOwnProperty("fullOutputs")) { + let error = $root.flyteidl.core.LiteralMap.verify(message.fullOutputs); + if (error) + return "fullOutputs." + error; + } return null; }; @@ -28421,6 +28497,8 @@ export const flyteidl = $root.flyteidl = (() => { * @interface ITaskExecutionGetDataResponse * @property {flyteidl.admin.IUrlBlob|null} [inputs] TaskExecutionGetDataResponse inputs * @property {flyteidl.admin.IUrlBlob|null} [outputs] TaskExecutionGetDataResponse outputs + * @property {flyteidl.core.ILiteralMap|null} [fullInputs] TaskExecutionGetDataResponse fullInputs + * @property {flyteidl.core.ILiteralMap|null} [fullOutputs] TaskExecutionGetDataResponse fullOutputs */ /** @@ -28454,6 +28532,22 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskExecutionGetDataResponse.prototype.outputs = null; + /** + * TaskExecutionGetDataResponse fullInputs. + * @member {flyteidl.core.ILiteralMap|null|undefined} fullInputs + * @memberof flyteidl.admin.TaskExecutionGetDataResponse + * @instance + */ + TaskExecutionGetDataResponse.prototype.fullInputs = null; + + /** + * TaskExecutionGetDataResponse fullOutputs. + * @member {flyteidl.core.ILiteralMap|null|undefined} fullOutputs + * @memberof flyteidl.admin.TaskExecutionGetDataResponse + * @instance + */ + TaskExecutionGetDataResponse.prototype.fullOutputs = null; + /** * Creates a new TaskExecutionGetDataResponse instance using the specified properties. * @function create @@ -28482,6 +28576,10 @@ export const flyteidl = $root.flyteidl = (() => { $root.flyteidl.admin.UrlBlob.encode(message.inputs, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); if (message.outputs != null && message.hasOwnProperty("outputs")) $root.flyteidl.admin.UrlBlob.encode(message.outputs, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + if (message.fullInputs != null && message.hasOwnProperty("fullInputs")) + $root.flyteidl.core.LiteralMap.encode(message.fullInputs, writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); + if (message.fullOutputs != null && message.hasOwnProperty("fullOutputs")) + $root.flyteidl.core.LiteralMap.encode(message.fullOutputs, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); return writer; }; @@ -28509,6 +28607,12 @@ export const flyteidl = $root.flyteidl = (() => { case 2: message.outputs = $root.flyteidl.admin.UrlBlob.decode(reader, reader.uint32()); break; + case 3: + message.fullInputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32()); + break; + case 4: + message.fullOutputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -28538,6 +28642,16 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "outputs." + error; } + if (message.fullInputs != null && message.hasOwnProperty("fullInputs")) { + let error = $root.flyteidl.core.LiteralMap.verify(message.fullInputs); + if (error) + return "fullInputs." + error; + } + if (message.fullOutputs != null && message.hasOwnProperty("fullOutputs")) { + let error = $root.flyteidl.core.LiteralMap.verify(message.fullOutputs); + if (error) + return "fullOutputs." + error; + } return null; }; diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst index 3b87ec6073..a0e6da2009 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst @@ -722,7 +722,9 @@ Response structure for WorkflowExecutionGetDataRequest which contains inputs and { "outputs": "{...}", - "inputs": "{...}" + "inputs": "{...}", + "full_inputs": "{...}", + "full_outputs": "{...}" } .. _api_field_flyteidl.admin.WorkflowExecutionGetDataResponse.outputs: @@ -737,4 +739,16 @@ inputs (:ref:`flyteidl.admin.UrlBlob `) Signed url to fetch a core.LiteralMap of execution inputs. +.. _api_field_flyteidl.admin.WorkflowExecutionGetDataResponse.full_inputs: + +full_inputs + (:ref:`flyteidl.core.LiteralMap `) Optional, full_inputs will only be populated if they are under a configured size threshold. + + +.. _api_field_flyteidl.admin.WorkflowExecutionGetDataResponse.full_outputs: + +full_outputs + (:ref:`flyteidl.core.LiteralMap `) Optional, full_outputs will only be populated if they are under a configured size threshold. + + diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/node_execution.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/node_execution.proto.rst index 615526d9fe..f1452367e4 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/admin/node_execution.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/node_execution.proto.rst @@ -8,7 +8,7 @@ node_execution.proto flyteidl.admin.NodeExecutionGetRequest -------------------------------------- -`[flyteidl.admin.NodeExecutionGetRequest proto] `_ +`[flyteidl.admin.NodeExecutionGetRequest proto] `_ A message used to fetch a single node execution entity. @@ -31,7 +31,7 @@ id flyteidl.admin.NodeExecutionListRequest --------------------------------------- -`[flyteidl.admin.NodeExecutionListRequest proto] `_ +`[flyteidl.admin.NodeExecutionListRequest proto] `_ Represents a request structure to retrieve a list of node execution entities. @@ -95,7 +95,7 @@ unique_parent_id flyteidl.admin.NodeExecutionForTaskListRequest ---------------------------------------------- -`[flyteidl.admin.NodeExecutionForTaskListRequest proto] `_ +`[flyteidl.admin.NodeExecutionForTaskListRequest proto] `_ Represents a request structure to retrieve a list of node execution entities launched by a specific task. @@ -151,7 +151,7 @@ sort_by flyteidl.admin.NodeExecution ---------------------------- -`[flyteidl.admin.NodeExecution proto] `_ +`[flyteidl.admin.NodeExecution proto] `_ Encapsulates all details for a single node execution entity. A node represents a component in the overall workflow graph. A node launch a task, multiple tasks, an entire nested @@ -198,7 +198,7 @@ metadata flyteidl.admin.NodeExecutionMetaData ------------------------------------ -`[flyteidl.admin.NodeExecutionMetaData proto] `_ +`[flyteidl.admin.NodeExecutionMetaData proto] `_ Represents additional attributes related to a Node Execution @@ -237,7 +237,7 @@ spec_node_id flyteidl.admin.NodeExecutionList -------------------------------- -`[flyteidl.admin.NodeExecutionList proto] `_ +`[flyteidl.admin.NodeExecutionList proto] `_ Request structure to retrieve a list of node execution entities. @@ -267,7 +267,7 @@ token flyteidl.admin.NodeExecutionClosure ----------------------------------- -`[flyteidl.admin.NodeExecutionClosure proto] `_ +`[flyteidl.admin.NodeExecutionClosure proto] `_ Container for node execution details and results. @@ -361,7 +361,7 @@ task_node_metadata flyteidl.admin.WorkflowNodeMetadata ----------------------------------- -`[flyteidl.admin.WorkflowNodeMetadata proto] `_ +`[flyteidl.admin.WorkflowNodeMetadata proto] `_ Metadata for a WorkflowNode @@ -383,7 +383,7 @@ executionId flyteidl.admin.TaskNodeMetadata ------------------------------- -`[flyteidl.admin.TaskNodeMetadata proto] `_ +`[flyteidl.admin.TaskNodeMetadata proto] `_ Metadata for the case in which the node is a TaskNode @@ -413,7 +413,7 @@ catalog_key flyteidl.admin.NodeExecutionGetDataRequest ------------------------------------------ -`[flyteidl.admin.NodeExecutionGetDataRequest proto] `_ +`[flyteidl.admin.NodeExecutionGetDataRequest proto] `_ Request structure to fetch inputs and output urls for a node execution. @@ -436,7 +436,7 @@ id flyteidl.admin.NodeExecutionGetDataResponse ------------------------------------------- -`[flyteidl.admin.NodeExecutionGetDataResponse proto] `_ +`[flyteidl.admin.NodeExecutionGetDataResponse proto] `_ Response structure for NodeExecutionGetDataRequest which contains inputs and outputs for a node execution. @@ -444,7 +444,9 @@ Response structure for NodeExecutionGetDataRequest which contains inputs and out { "inputs": "{...}", - "outputs": "{...}" + "outputs": "{...}", + "full_inputs": "{...}", + "full_outputs": "{...}" } .. _api_field_flyteidl.admin.NodeExecutionGetDataResponse.inputs: @@ -459,4 +461,16 @@ outputs (:ref:`flyteidl.admin.UrlBlob `) Signed url to fetch a core.LiteralMap of node execution outputs. +.. _api_field_flyteidl.admin.NodeExecutionGetDataResponse.full_inputs: + +full_inputs + (:ref:`flyteidl.core.LiteralMap `) Optional, full_inputs will only be populated if they are under a configured size threshold. + + +.. _api_field_flyteidl.admin.NodeExecutionGetDataResponse.full_outputs: + +full_outputs + (:ref:`flyteidl.core.LiteralMap `) Optional, full_outputs will only be populated if they are under a configured size threshold. + + diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst index 07a3726688..26b00059d7 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst @@ -8,7 +8,7 @@ task_execution.proto flyteidl.admin.TaskExecutionGetRequest -------------------------------------- -`[flyteidl.admin.TaskExecutionGetRequest proto] `_ +`[flyteidl.admin.TaskExecutionGetRequest proto] `_ A message used to fetch a single task execution entity. @@ -31,7 +31,7 @@ id flyteidl.admin.TaskExecutionListRequest --------------------------------------- -`[flyteidl.admin.TaskExecutionListRequest proto] `_ +`[flyteidl.admin.TaskExecutionListRequest proto] `_ Represents a request structure to retrieve a list of task execution entities. @@ -87,7 +87,7 @@ sort_by flyteidl.admin.TaskExecution ---------------------------- -`[flyteidl.admin.TaskExecution proto] `_ +`[flyteidl.admin.TaskExecution proto] `_ Encapsulates all details for a single task execution entity. A task execution represents an instantiated task, including all inputs and additional @@ -133,7 +133,7 @@ is_parent flyteidl.admin.TaskExecutionList -------------------------------- -`[flyteidl.admin.TaskExecutionList proto] `_ +`[flyteidl.admin.TaskExecutionList proto] `_ Response structure for a query to list of task execution entities. @@ -163,7 +163,7 @@ token flyteidl.admin.TaskExecutionClosure ----------------------------------- -`[flyteidl.admin.TaskExecutionClosure proto] `_ +`[flyteidl.admin.TaskExecutionClosure proto] `_ Container for task execution details and results. @@ -248,7 +248,7 @@ custom_info flyteidl.admin.TaskExecutionGetDataRequest ------------------------------------------ -`[flyteidl.admin.TaskExecutionGetDataRequest proto] `_ +`[flyteidl.admin.TaskExecutionGetDataRequest proto] `_ Request structure to fetch inputs and output urls for a task execution. @@ -271,7 +271,7 @@ id flyteidl.admin.TaskExecutionGetDataResponse ------------------------------------------- -`[flyteidl.admin.TaskExecutionGetDataResponse proto] `_ +`[flyteidl.admin.TaskExecutionGetDataResponse proto] `_ Response structure for TaskExecutionGetDataRequest which contains inputs and outputs for a task execution. @@ -279,7 +279,9 @@ Response structure for TaskExecutionGetDataRequest which contains inputs and out { "inputs": "{...}", - "outputs": "{...}" + "outputs": "{...}", + "full_inputs": "{...}", + "full_outputs": "{...}" } .. _api_field_flyteidl.admin.TaskExecutionGetDataResponse.inputs: @@ -294,4 +296,16 @@ outputs (:ref:`flyteidl.admin.UrlBlob `) Signed url to fetch a core.LiteralMap of task execution outputs. +.. _api_field_flyteidl.admin.TaskExecutionGetDataResponse.full_inputs: + +full_inputs + (:ref:`flyteidl.core.LiteralMap `) Optional, full_inputs will only be populated if they are under a configured size threshold. + + +.. _api_field_flyteidl.admin.TaskExecutionGetDataResponse.full_outputs: + +full_outputs + (:ref:`flyteidl.core.LiteralMap `) Optional, full_outputs will only be populated if they are under a configured size threshold. + + diff --git a/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py index 49589ab16a..2f17a2a8da 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py @@ -26,7 +26,7 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z1github.com/lyft/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\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\"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\"T\n\x0eLiteralMapBlob\x12+\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\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\"\xcb\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\"X\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\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\xd9\x03\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+\n\tauth_role\x18\x10 \x01(\x0b\x32\x18.flyteidl.admin.AuthRole\x12;\n\x12quality_of_service\x18\x11 \x01(\x0b\x32\x1f.flyteidl.core.QualityOfServiceB\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\"u\n WorkflowExecutionGetDataResponse\x12(\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12\'\n\x06inputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB3Z1github.com/lyft/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\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\"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\"T\n\x0eLiteralMapBlob\x12+\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\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\"\xcb\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\"X\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\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\xd9\x03\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+\n\tauth_role\x18\x10 \x01(\x0b\x32\x18.flyteidl.admin.AuthRole\x12;\n\x12quality_of_service\x18\x11 \x01(\x0b\x32\x1f.flyteidl.core.QualityOfServiceB\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\"\xd6\x01\n WorkflowExecutionGetDataResponse\x12(\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12\'\n\x06inputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\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.LiteralMapB3Z1github.com/lyft/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,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,]) @@ -839,6 +839,20 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='full_inputs', full_name='flyteidl.admin.WorkflowExecutionGetDataResponse.full_inputs', index=2, + 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=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='full_outputs', full_name='flyteidl.admin.WorkflowExecutionGetDataResponse.full_outputs', index=3, + 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), ], extensions=[ ], @@ -851,8 +865,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2948, - serialized_end=3065, + serialized_start=2949, + serialized_end=3163, ) _EXECUTIONCREATEREQUEST.fields_by_name['spec'].message_type = _EXECUTIONSPEC @@ -919,6 +933,8 @@ _WORKFLOWEXECUTIONGETDATAREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER _WORKFLOWEXECUTIONGETDATARESPONSE.fields_by_name['outputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB _WORKFLOWEXECUTIONGETDATARESPONSE.fields_by_name['inputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB +_WORKFLOWEXECUTIONGETDATARESPONSE.fields_by_name['full_inputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP +_WORKFLOWEXECUTIONGETDATARESPONSE.fields_by_name['full_outputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP DESCRIPTOR.message_types_by_name['ExecutionCreateRequest'] = _EXECUTIONCREATEREQUEST DESCRIPTOR.message_types_by_name['ExecutionRelaunchRequest'] = _EXECUTIONRELAUNCHREQUEST DESCRIPTOR.message_types_by_name['ExecutionCreateResponse'] = _EXECUTIONCREATERESPONSE 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 d3b3d8a93e..4344f204b2 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py @@ -17,6 +17,7 @@ from flyteidl.core import execution_pb2 as flyteidl_dot_core_dot_execution__pb2 from flyteidl.core import catalog_pb2 as flyteidl_dot_core_dot_catalog__pb2 from flyteidl.core import identifier_pb2 as flyteidl_dot_core_dot_identifier__pb2 +from flyteidl.core import literals_pb2 as flyteidl_dot_core_dot_literals__pb2 from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2 from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2 @@ -26,9 +27,9 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z1github.com/lyft/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\x1e\x66lyteidl/core/identifier.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\"Q\n\x1bNodeExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"q\n\x1cNodeExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB3Z1github.com/lyft/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\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\"Q\n\x1bNodeExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xd2\x01\n\x1cNodeExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\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.LiteralMapB3Z1github.com/lyft/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_identifier__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,]) + 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_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,]) @@ -59,8 +60,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=241, - serialized_end=318, + serialized_start=271, + serialized_end=348, ) @@ -125,8 +126,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=321, - serialized_end=534, + serialized_start=351, + serialized_end=564, ) @@ -184,8 +185,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=537, - serialized_end=723, + serialized_start=567, + serialized_end=753, ) @@ -236,8 +237,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=726, - serialized_end=924, + serialized_start=756, + serialized_end=954, ) @@ -281,8 +282,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=926, - serialized_end=1016, + serialized_start=956, + serialized_end=1046, ) @@ -319,8 +320,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1018, - serialized_end=1108, + serialized_start=1048, + serialized_end=1138, ) @@ -412,8 +413,8 @@ name='target_metadata', full_name='flyteidl.admin.NodeExecutionClosure.target_metadata', index=1, containing_type=None, fields=[]), ], - serialized_start=1111, - serialized_end=1615, + serialized_start=1141, + serialized_end=1645, ) @@ -443,8 +444,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1617, - serialized_end=1704, + serialized_start=1647, + serialized_end=1734, ) @@ -481,8 +482,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1707, - serialized_end=1835, + serialized_start=1737, + serialized_end=1865, ) @@ -512,8 +513,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1837, - serialized_end=1918, + serialized_start=1867, + serialized_end=1948, ) @@ -538,6 +539,20 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='full_inputs', full_name='flyteidl.admin.NodeExecutionGetDataResponse.full_inputs', index=2, + 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=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='full_outputs', full_name='flyteidl.admin.NodeExecutionGetDataResponse.full_outputs', index=3, + 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), ], extensions=[ ], @@ -550,8 +565,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1920, - serialized_end=2033, + serialized_start=1951, + serialized_end=2161, ) _NODEEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._NODEEXECUTIONIDENTIFIER @@ -589,6 +604,8 @@ _NODEEXECUTIONGETDATAREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._NODEEXECUTIONIDENTIFIER _NODEEXECUTIONGETDATARESPONSE.fields_by_name['inputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB _NODEEXECUTIONGETDATARESPONSE.fields_by_name['outputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB +_NODEEXECUTIONGETDATARESPONSE.fields_by_name['full_inputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP +_NODEEXECUTIONGETDATARESPONSE.fields_by_name['full_outputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP DESCRIPTOR.message_types_by_name['NodeExecutionGetRequest'] = _NODEEXECUTIONGETREQUEST DESCRIPTOR.message_types_by_name['NodeExecutionListRequest'] = _NODEEXECUTIONLISTREQUEST DESCRIPTOR.message_types_by_name['NodeExecutionForTaskListRequest'] = _NODEEXECUTIONFORTASKLISTREQUEST 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 3a876ab1ee..ab56787a69 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py @@ -16,6 +16,7 @@ from flyteidl.admin import common_pb2 as flyteidl_dot_admin_dot_common__pb2 from flyteidl.core import execution_pb2 as flyteidl_dot_core_dot_execution__pb2 from flyteidl.core import identifier_pb2 as flyteidl_dot_core_dot_identifier__pb2 +from flyteidl.core import literals_pb2 as flyteidl_dot_core_dot_literals__pb2 from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2 from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2 from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2 @@ -26,9 +27,9 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z1github.com/lyft/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\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\"\xb1\x03\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.StructB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"q\n\x1cTaskExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB3Z1github.com/lyft/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\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\"\xb1\x03\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.StructB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xd2\x01\n\x1cTaskExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\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.LiteralMapB3Z1github.com/lyft/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,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) + 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,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -59,8 +60,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=242, - serialized_end=319, + serialized_start=272, + serialized_end=349, ) @@ -118,8 +119,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=322, - serialized_end=501, + serialized_start=352, + serialized_end=531, ) @@ -170,8 +171,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=504, - serialized_end=664, + serialized_start=534, + serialized_end=694, ) @@ -208,8 +209,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=666, - serialized_end=756, + serialized_start=696, + serialized_end=786, ) @@ -298,8 +299,8 @@ name='output_result', full_name='flyteidl.admin.TaskExecutionClosure.output_result', index=0, containing_type=None, fields=[]), ], - serialized_start=759, - serialized_end=1192, + serialized_start=789, + serialized_end=1222, ) @@ -329,8 +330,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1194, - serialized_end=1275, + serialized_start=1224, + serialized_end=1305, ) @@ -355,6 +356,20 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='full_inputs', full_name='flyteidl.admin.TaskExecutionGetDataResponse.full_inputs', index=2, + 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=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='full_outputs', full_name='flyteidl.admin.TaskExecutionGetDataResponse.full_outputs', index=3, + 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), ], extensions=[ ], @@ -367,8 +382,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1277, - serialized_end=1390, + serialized_start=1308, + serialized_end=1518, ) _TASKEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._TASKEXECUTIONIDENTIFIER @@ -394,6 +409,8 @@ _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 +_TASKEXECUTIONGETDATARESPONSE.fields_by_name['full_inputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP +_TASKEXECUTIONGETDATARESPONSE.fields_by_name['full_outputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP DESCRIPTOR.message_types_by_name['TaskExecutionGetRequest'] = _TASKEXECUTIONGETREQUEST DESCRIPTOR.message_types_by_name['TaskExecutionListRequest'] = _TASKEXECUTIONLISTREQUEST DESCRIPTOR.message_types_by_name['TaskExecution'] = _TASKEXECUTION diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_get_data_response.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_get_data_response.py index 413f218d98..cdb150fced 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_get_data_response.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_get_data_response.py @@ -17,6 +17,7 @@ import six from flyteadmin.models.admin_url_blob import AdminUrlBlob # noqa: F401,E501 +from flyteadmin.models.core_literal_map import CoreLiteralMap # noqa: F401,E501 class AdminNodeExecutionGetDataResponse(object): @@ -34,25 +35,35 @@ class AdminNodeExecutionGetDataResponse(object): """ swagger_types = { 'inputs': 'AdminUrlBlob', - 'outputs': 'AdminUrlBlob' + 'outputs': 'AdminUrlBlob', + 'full_inputs': 'CoreLiteralMap', + 'full_outputs': 'CoreLiteralMap' } attribute_map = { 'inputs': 'inputs', - 'outputs': 'outputs' + 'outputs': 'outputs', + 'full_inputs': 'full_inputs', + 'full_outputs': 'full_outputs' } - def __init__(self, inputs=None, outputs=None): # noqa: E501 + def __init__(self, inputs=None, outputs=None, full_inputs=None, full_outputs=None): # noqa: E501 """AdminNodeExecutionGetDataResponse - a model defined in Swagger""" # noqa: E501 self._inputs = None self._outputs = None + self._full_inputs = None + self._full_outputs = None self.discriminator = None if inputs is not None: self.inputs = inputs if outputs is not None: self.outputs = outputs + if full_inputs is not None: + self.full_inputs = full_inputs + if full_outputs is not None: + self.full_outputs = full_outputs @property def inputs(self): @@ -100,6 +111,52 @@ def outputs(self, outputs): self._outputs = outputs + @property + def full_inputs(self): + """Gets the full_inputs of this AdminNodeExecutionGetDataResponse. # noqa: E501 + + Optional, full_inputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :return: The full_inputs of this AdminNodeExecutionGetDataResponse. # noqa: E501 + :rtype: CoreLiteralMap + """ + return self._full_inputs + + @full_inputs.setter + def full_inputs(self, full_inputs): + """Sets the full_inputs of this AdminNodeExecutionGetDataResponse. + + Optional, full_inputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :param full_inputs: The full_inputs of this AdminNodeExecutionGetDataResponse. # noqa: E501 + :type: CoreLiteralMap + """ + + self._full_inputs = full_inputs + + @property + def full_outputs(self): + """Gets the full_outputs of this AdminNodeExecutionGetDataResponse. # noqa: E501 + + Optional, full_outputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :return: The full_outputs of this AdminNodeExecutionGetDataResponse. # noqa: E501 + :rtype: CoreLiteralMap + """ + return self._full_outputs + + @full_outputs.setter + def full_outputs(self, full_outputs): + """Sets the full_outputs of this AdminNodeExecutionGetDataResponse. + + Optional, full_outputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :param full_outputs: The full_outputs of this AdminNodeExecutionGetDataResponse. # noqa: E501 + :type: CoreLiteralMap + """ + + self._full_outputs = full_outputs + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_get_data_response.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_get_data_response.py index 7646ebc072..2dfeedc82f 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_get_data_response.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_get_data_response.py @@ -17,6 +17,7 @@ import six from flyteadmin.models.admin_url_blob import AdminUrlBlob # noqa: F401,E501 +from flyteadmin.models.core_literal_map import CoreLiteralMap # noqa: F401,E501 class AdminTaskExecutionGetDataResponse(object): @@ -34,25 +35,35 @@ class AdminTaskExecutionGetDataResponse(object): """ swagger_types = { 'inputs': 'AdminUrlBlob', - 'outputs': 'AdminUrlBlob' + 'outputs': 'AdminUrlBlob', + 'full_inputs': 'CoreLiteralMap', + 'full_outputs': 'CoreLiteralMap' } attribute_map = { 'inputs': 'inputs', - 'outputs': 'outputs' + 'outputs': 'outputs', + 'full_inputs': 'full_inputs', + 'full_outputs': 'full_outputs' } - def __init__(self, inputs=None, outputs=None): # noqa: E501 + def __init__(self, inputs=None, outputs=None, full_inputs=None, full_outputs=None): # noqa: E501 """AdminTaskExecutionGetDataResponse - a model defined in Swagger""" # noqa: E501 self._inputs = None self._outputs = None + self._full_inputs = None + self._full_outputs = None self.discriminator = None if inputs is not None: self.inputs = inputs if outputs is not None: self.outputs = outputs + if full_inputs is not None: + self.full_inputs = full_inputs + if full_outputs is not None: + self.full_outputs = full_outputs @property def inputs(self): @@ -100,6 +111,52 @@ def outputs(self, outputs): self._outputs = outputs + @property + def full_inputs(self): + """Gets the full_inputs of this AdminTaskExecutionGetDataResponse. # noqa: E501 + + Optional, full_inputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :return: The full_inputs of this AdminTaskExecutionGetDataResponse. # noqa: E501 + :rtype: CoreLiteralMap + """ + return self._full_inputs + + @full_inputs.setter + def full_inputs(self, full_inputs): + """Sets the full_inputs of this AdminTaskExecutionGetDataResponse. + + Optional, full_inputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :param full_inputs: The full_inputs of this AdminTaskExecutionGetDataResponse. # noqa: E501 + :type: CoreLiteralMap + """ + + self._full_inputs = full_inputs + + @property + def full_outputs(self): + """Gets the full_outputs of this AdminTaskExecutionGetDataResponse. # noqa: E501 + + Optional, full_outputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :return: The full_outputs of this AdminTaskExecutionGetDataResponse. # noqa: E501 + :rtype: CoreLiteralMap + """ + return self._full_outputs + + @full_outputs.setter + def full_outputs(self, full_outputs): + """Sets the full_outputs of this AdminTaskExecutionGetDataResponse. + + Optional, full_outputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :param full_outputs: The full_outputs of this AdminTaskExecutionGetDataResponse. # noqa: E501 + :type: CoreLiteralMap + """ + + self._full_outputs = full_outputs + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py index 0fe11d9b82..21544d6d29 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py @@ -17,6 +17,7 @@ import six from flyteadmin.models.admin_url_blob import AdminUrlBlob # noqa: F401,E501 +from flyteadmin.models.core_literal_map import CoreLiteralMap # noqa: F401,E501 class AdminWorkflowExecutionGetDataResponse(object): @@ -34,25 +35,35 @@ class AdminWorkflowExecutionGetDataResponse(object): """ swagger_types = { 'outputs': 'AdminUrlBlob', - 'inputs': 'AdminUrlBlob' + 'inputs': 'AdminUrlBlob', + 'full_inputs': 'CoreLiteralMap', + 'full_outputs': 'CoreLiteralMap' } attribute_map = { 'outputs': 'outputs', - 'inputs': 'inputs' + 'inputs': 'inputs', + 'full_inputs': 'full_inputs', + 'full_outputs': 'full_outputs' } - def __init__(self, outputs=None, inputs=None): # noqa: E501 + def __init__(self, outputs=None, inputs=None, full_inputs=None, full_outputs=None): # noqa: E501 """AdminWorkflowExecutionGetDataResponse - a model defined in Swagger""" # noqa: E501 self._outputs = None self._inputs = None + self._full_inputs = None + self._full_outputs = None self.discriminator = None if outputs is not None: self.outputs = outputs if inputs is not None: self.inputs = inputs + if full_inputs is not None: + self.full_inputs = full_inputs + if full_outputs is not None: + self.full_outputs = full_outputs @property def outputs(self): @@ -100,6 +111,52 @@ def inputs(self, inputs): self._inputs = inputs + @property + def full_inputs(self): + """Gets the full_inputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + + Optional, full_inputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :return: The full_inputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + :rtype: CoreLiteralMap + """ + return self._full_inputs + + @full_inputs.setter + def full_inputs(self, full_inputs): + """Sets the full_inputs of this AdminWorkflowExecutionGetDataResponse. + + Optional, full_inputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :param full_inputs: The full_inputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + :type: CoreLiteralMap + """ + + self._full_inputs = full_inputs + + @property + def full_outputs(self): + """Gets the full_outputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + + Optional, full_outputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :return: The full_outputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + :rtype: CoreLiteralMap + """ + return self._full_outputs + + @full_outputs.setter + def full_outputs(self, full_outputs): + """Sets the full_outputs of this AdminWorkflowExecutionGetDataResponse. + + Optional, full_outputs will only be populated if they are under a configured size threshold. # noqa: E501 + + :param full_outputs: The full_outputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + :type: CoreLiteralMap + """ + + self._full_outputs = full_outputs + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/package.json b/flyteidl/package.json index 4b36f99596..b6acb116a0 100644 --- a/flyteidl/package.json +++ b/flyteidl/package.json @@ -1,6 +1,6 @@ { "name": "@lyft/flyteidl", - "version": "0.18.0", + "version": "0.18.2", "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs", "repository": { "type": "git", diff --git a/flyteidl/protos/flyteidl/admin/execution.proto b/flyteidl/protos/flyteidl/admin/execution.proto index 59e454dc76..a36fb4a6a8 100644 --- a/flyteidl/protos/flyteidl/admin/execution.proto +++ b/flyteidl/protos/flyteidl/admin/execution.proto @@ -270,4 +270,10 @@ message WorkflowExecutionGetDataResponse { UrlBlob outputs = 1; // Signed url to fetch a core.LiteralMap of execution inputs. UrlBlob inputs = 2; + + // Optional, full_inputs will only be populated if they are under a configured size threshold. + core.LiteralMap full_inputs = 3; + + // Optional, full_outputs will only be populated if they are under a configured size threshold. + core.LiteralMap full_outputs = 4; } diff --git a/flyteidl/protos/flyteidl/admin/node_execution.proto b/flyteidl/protos/flyteidl/admin/node_execution.proto index fa57914ffe..c091a54d10 100644 --- a/flyteidl/protos/flyteidl/admin/node_execution.proto +++ b/flyteidl/protos/flyteidl/admin/node_execution.proto @@ -7,6 +7,7 @@ import "flyteidl/admin/common.proto"; import "flyteidl/core/execution.proto"; import "flyteidl/core/catalog.proto"; import "flyteidl/core/identifier.proto"; +import "flyteidl/core/literals.proto"; import "google/protobuf/timestamp.proto"; import "google/protobuf/duration.proto"; @@ -164,4 +165,10 @@ message NodeExecutionGetDataResponse { // Signed url to fetch a core.LiteralMap of node execution outputs. UrlBlob outputs = 2; + + // Optional, full_inputs will only be populated if they are under a configured size threshold. + core.LiteralMap full_inputs = 3; + + // Optional, full_outputs will only be populated if they are under a configured size threshold. + core.LiteralMap full_outputs = 4; } diff --git a/flyteidl/protos/flyteidl/admin/task_execution.proto b/flyteidl/protos/flyteidl/admin/task_execution.proto index 96fe0465c3..d59a00113c 100644 --- a/flyteidl/protos/flyteidl/admin/task_execution.proto +++ b/flyteidl/protos/flyteidl/admin/task_execution.proto @@ -6,6 +6,7 @@ option go_package = "github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin"; import "flyteidl/admin/common.proto"; import "flyteidl/core/execution.proto"; import "flyteidl/core/identifier.proto"; +import "flyteidl/core/literals.proto"; import "google/protobuf/timestamp.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/struct.proto"; @@ -110,4 +111,10 @@ message TaskExecutionGetDataResponse { // Signed url to fetch a core.LiteralMap of task execution outputs. UrlBlob outputs = 2; + + // Optional, full_inputs will only be populated if they are under a configured size threshold. + core.LiteralMap full_inputs = 3; + + // Optional, full_outputs will only be populated if they are under a configured size threshold. + core.LiteralMap full_outputs = 4; } diff --git a/flyteidl/setup.py b/flyteidl/setup.py index c062eb3fd5..dc7e003106 100644 --- a/flyteidl/setup.py +++ b/flyteidl/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '0.18.1' +__version__ = '0.18.2' setup( name='flyteidl',