diff --git a/flyteidl/.gitignore b/flyteidl/.gitignore index 7e917af58b..f8947b39eb 100644 --- a/flyteidl/.gitignore +++ b/flyteidl/.gitignore @@ -15,3 +15,4 @@ docs/build/ .vscode/ tmp/ .python-version +__pycache__/ diff --git a/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go b/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go index 366288d62f..d6c6eefa48 100644 --- a/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go +++ b/flyteidl/clients/go/admin/mocks/DataProxyServiceClient.go @@ -17,6 +17,54 @@ type DataProxyServiceClient struct { mock.Mock } +type DataProxyServiceClient_CreateDownloadLocation struct { + *mock.Call +} + +func (_m DataProxyServiceClient_CreateDownloadLocation) Return(_a0 *service.CreateDownloadLocationResponse, _a1 error) *DataProxyServiceClient_CreateDownloadLocation { + return &DataProxyServiceClient_CreateDownloadLocation{Call: _m.Call.Return(_a0, _a1)} +} + +func (_m *DataProxyServiceClient) OnCreateDownloadLocation(ctx context.Context, in *service.CreateDownloadLocationRequest, opts ...grpc.CallOption) *DataProxyServiceClient_CreateDownloadLocation { + c_call := _m.On("CreateDownloadLocation", ctx, in, opts) + return &DataProxyServiceClient_CreateDownloadLocation{Call: c_call} +} + +func (_m *DataProxyServiceClient) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceClient_CreateDownloadLocation { + c_call := _m.On("CreateDownloadLocation", matchers...) + return &DataProxyServiceClient_CreateDownloadLocation{Call: c_call} +} + +// CreateDownloadLocation provides a mock function with given fields: ctx, in, opts +func (_m *DataProxyServiceClient) CreateDownloadLocation(ctx context.Context, in *service.CreateDownloadLocationRequest, opts ...grpc.CallOption) (*service.CreateDownloadLocationResponse, error) { + _va := make([]interface{}, len(opts)) + for _i := range opts { + _va[_i] = opts[_i] + } + var _ca []interface{} + _ca = append(_ca, ctx, in) + _ca = append(_ca, _va...) + ret := _m.Called(_ca...) + + var r0 *service.CreateDownloadLocationResponse + if rf, ok := ret.Get(0).(func(context.Context, *service.CreateDownloadLocationRequest, ...grpc.CallOption) *service.CreateDownloadLocationResponse); ok { + r0 = rf(ctx, in, opts...) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(*service.CreateDownloadLocationResponse) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(context.Context, *service.CreateDownloadLocationRequest, ...grpc.CallOption) error); ok { + r1 = rf(ctx, in, opts...) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} + type DataProxyServiceClient_CreateUploadLocation struct { *mock.Call } diff --git a/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go b/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go index c165bc68ba..2e0a79b688 100644 --- a/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go +++ b/flyteidl/clients/go/admin/mocks/DataProxyServiceServer.go @@ -14,6 +14,47 @@ type DataProxyServiceServer struct { mock.Mock } +type DataProxyServiceServer_CreateDownloadLocation struct { + *mock.Call +} + +func (_m DataProxyServiceServer_CreateDownloadLocation) Return(_a0 *service.CreateDownloadLocationResponse, _a1 error) *DataProxyServiceServer_CreateDownloadLocation { + return &DataProxyServiceServer_CreateDownloadLocation{Call: _m.Call.Return(_a0, _a1)} +} + +func (_m *DataProxyServiceServer) OnCreateDownloadLocation(_a0 context.Context, _a1 *service.CreateDownloadLocationRequest) *DataProxyServiceServer_CreateDownloadLocation { + c_call := _m.On("CreateDownloadLocation", _a0, _a1) + return &DataProxyServiceServer_CreateDownloadLocation{Call: c_call} +} + +func (_m *DataProxyServiceServer) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceServer_CreateDownloadLocation { + c_call := _m.On("CreateDownloadLocation", matchers...) + return &DataProxyServiceServer_CreateDownloadLocation{Call: c_call} +} + +// CreateDownloadLocation provides a mock function with given fields: _a0, _a1 +func (_m *DataProxyServiceServer) CreateDownloadLocation(_a0 context.Context, _a1 *service.CreateDownloadLocationRequest) (*service.CreateDownloadLocationResponse, error) { + ret := _m.Called(_a0, _a1) + + var r0 *service.CreateDownloadLocationResponse + if rf, ok := ret.Get(0).(func(context.Context, *service.CreateDownloadLocationRequest) *service.CreateDownloadLocationResponse); ok { + r0 = rf(_a0, _a1) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(*service.CreateDownloadLocationResponse) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(context.Context, *service.CreateDownloadLocationRequest) error); ok { + r1 = rf(_a0, _a1) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} + type DataProxyServiceServer_CreateUploadLocation struct { *mock.Call } 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 3e57aded03..3660ba2f07 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc @@ -369,6 +369,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fnode_5fexecution PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionClosure, updated_at_), offsetof(::flyteidl::admin::NodeExecutionClosureDefaultTypeInternal, workflow_node_metadata_), offsetof(::flyteidl::admin::NodeExecutionClosureDefaultTypeInternal, task_node_metadata_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionClosure, deck_uri_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionClosure, output_result_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::NodeExecutionClosure, target_metadata_), ~0u, // no _has_bits_ @@ -416,11 +417,11 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 36, -1, sizeof(::flyteidl::admin::NodeExecutionMetaData)}, { 45, -1, sizeof(::flyteidl::admin::NodeExecutionList)}, { 52, -1, sizeof(::flyteidl::admin::NodeExecutionClosure)}, - { 69, -1, sizeof(::flyteidl::admin::WorkflowNodeMetadata)}, - { 75, -1, sizeof(::flyteidl::admin::TaskNodeMetadata)}, - { 82, -1, sizeof(::flyteidl::admin::DynamicWorkflowNodeMetadata)}, - { 89, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataRequest)}, - { 95, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataResponse)}, + { 70, -1, sizeof(::flyteidl::admin::WorkflowNodeMetadata)}, + { 76, -1, sizeof(::flyteidl::admin::TaskNodeMetadata)}, + { 83, -1, sizeof(::flyteidl::admin::DynamicWorkflowNodeMetadata)}, + { 90, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataRequest)}, + { 96, -1, sizeof(::flyteidl::admin::NodeExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -474,7 +475,7 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fnode_5fexecution_2eproto "ent_node\030\002 \001(\010\022\024\n\014spec_node_id\030\003 \001(\t\022\022\n\n" "is_dynamic\030\004 \001(\010\"Z\n\021NodeExecutionList\0226\n" "\017node_executions\030\001 \003(\0132\035.flyteidl.admin." - "NodeExecution\022\r\n\005token\030\002 \001(\t\"\262\004\n\024NodeExe" + "NodeExecution\022\r\n\005token\030\002 \001(\t\"\304\004\n\024NodeExe" "cutionClosure\022\030\n\noutput_uri\030\001 \001(\tB\002\030\001H\000\022" ".\n\005error\030\002 \001(\0132\035.flyteidl.core.Execution" "ErrorH\000\0224\n\013output_data\030\n \001(\0132\031.flyteidl." @@ -487,33 +488,34 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fnode_5fexecution_2eproto "le.protobuf.Timestamp\022F\n\026workflow_node_m" "etadata\030\010 \001(\0132$.flyteidl.admin.WorkflowN" "odeMetadataH\001\022>\n\022task_node_metadata\030\t \001(" - "\0132 .flyteidl.admin.TaskNodeMetadataH\001B\017\n" - "\routput_resultB\021\n\017target_metadata\"W\n\024Wor" - "kflowNodeMetadata\022\?\n\013executionId\030\001 \001(\0132*" - ".flyteidl.core.WorkflowExecutionIdentifi" - "er\"\200\001\n\020TaskNodeMetadata\0227\n\014cache_status\030" - "\001 \001(\0162!.flyteidl.core.CatalogCacheStatus" - "\0223\n\013catalog_key\030\002 \001(\0132\036.flyteidl.core.Ca" - "talogMetadata\"\207\001\n\033DynamicWorkflowNodeMet" - "adata\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Identi" - "fier\022A\n\021compiled_workflow\030\002 \001(\0132&.flytei" - "dl.core.CompiledWorkflowClosure\"Q\n\033NodeE" - "xecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.fly" - "teidl.core.NodeExecutionIdentifier\"\241\002\n\034N" - "odeExecutionGetDataResponse\022+\n\006inputs\030\001 " - "\001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022,\n\007outp" - "uts\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022." - "\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.Lite" - "ralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flyteidl." - "core.LiteralMap\022E\n\020dynamic_workflow\030\020 \001(" - "\0132+.flyteidl.admin.DynamicWorkflowNodeMe" - "tadataB7Z5github.com/flyteorg/flyteidl/g" - "en/pb-go/flyteidl/adminb\006proto3" + "\0132 .flyteidl.admin.TaskNodeMetadataH\001\022\020\n" + "\010deck_uri\030\013 \001(\tB\017\n\routput_resultB\021\n\017targ" + "et_metadata\"W\n\024WorkflowNodeMetadata\022\?\n\013e" + "xecutionId\030\001 \001(\0132*.flyteidl.core.Workflo" + "wExecutionIdentifier\"\200\001\n\020TaskNodeMetadat" + "a\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.core." + "CatalogCacheStatus\0223\n\013catalog_key\030\002 \001(\0132" + "\036.flyteidl.core.CatalogMetadata\"\207\001\n\033Dyna" + "micWorkflowNodeMetadata\022%\n\002id\030\001 \001(\0132\031.fl" + "yteidl.core.Identifier\022A\n\021compiled_workf" + "low\030\002 \001(\0132&.flyteidl.core.CompiledWorkfl" + "owClosure\"Q\n\033NodeExecutionGetDataRequest" + "\0222\n\002id\030\001 \001(\0132&.flyteidl.core.NodeExecuti" + "onIdentifier\"\241\002\n\034NodeExecutionGetDataRes" + "ponse\022+\n\006inputs\030\001 \001(\0132\027.flyteidl.admin.U" + "rlBlobB\002\030\001\022,\n\007outputs\030\002 \001(\0132\027.flyteidl.a" + "dmin.UrlBlobB\002\030\001\022.\n\013full_inputs\030\003 \001(\0132\031." + "flyteidl.core.LiteralMap\022/\n\014full_outputs" + "\030\004 \001(\0132\031.flyteidl.core.LiteralMap\022E\n\020dyn" + "amic_workflow\030\020 \001(\0132+.flyteidl.admin.Dyn" + "amicWorkflowNodeMetadataB7Z5github.com/f" + "lyteorg/flyteidl/gen/pb-go/flyteidl/admi" + "nb\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, 2551, + "flyteidl/admin/node_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fnode_5fexecution_2eproto, 2569, }; void AddDescriptors_flyteidl_2fadmin_2fnode_5fexecution_2eproto() { @@ -3513,6 +3515,7 @@ const int NodeExecutionClosure::kCreatedAtFieldNumber; const int NodeExecutionClosure::kUpdatedAtFieldNumber; const int NodeExecutionClosure::kWorkflowNodeMetadataFieldNumber; const int NodeExecutionClosure::kTaskNodeMetadataFieldNumber; +const int NodeExecutionClosure::kDeckUriFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 NodeExecutionClosure::NodeExecutionClosure() @@ -3524,6 +3527,10 @@ NodeExecutionClosure::NodeExecutionClosure(const NodeExecutionClosure& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); + deck_uri_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.deck_uri().size() > 0) { + deck_uri_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.deck_uri_); + } if (from.has_started_at()) { started_at_ = new ::google::protobuf::Timestamp(*from.started_at_); } else { @@ -3583,6 +3590,7 @@ NodeExecutionClosure::NodeExecutionClosure(const NodeExecutionClosure& from) void NodeExecutionClosure::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_NodeExecutionClosure_flyteidl_2fadmin_2fnode_5fexecution_2eproto.base); + deck_uri_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&started_at_, 0, static_cast( reinterpret_cast(&phase_) - reinterpret_cast(&started_at_)) + sizeof(phase_)); @@ -3596,6 +3604,7 @@ NodeExecutionClosure::~NodeExecutionClosure() { } void NodeExecutionClosure::SharedDtor() { + deck_uri_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete started_at_; if (this != internal_default_instance()) delete duration_; if (this != internal_default_instance()) delete created_at_; @@ -3664,6 +3673,7 @@ void NodeExecutionClosure::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; + deck_uri_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && started_at_ != nullptr) { delete started_at_; } @@ -3827,6 +3837,22 @@ const char* NodeExecutionClosure::_InternalParse(const char* begin, const char* {parser_till_end, object}, ptr - size, ptr)); break; } + // string deck_uri = 11; + case 11: { + if (static_cast<::google::protobuf::uint8>(tag) != 90) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.NodeExecutionClosure.deck_uri"); + object = msg->mutable_deck_uri(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -3978,6 +4004,21 @@ bool NodeExecutionClosure::MergePartialFromCodedStream( break; } + // string deck_uri = 11; + case 11: { + if (static_cast< ::google::protobuf::uint8>(tag) == (90 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_deck_uri())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->deck_uri().data(), static_cast(this->deck_uri().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.NodeExecutionClosure.deck_uri")); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -4069,6 +4110,16 @@ void NodeExecutionClosure::SerializeWithCachedSizes( 10, HasBitSetters::output_data(this), output); } + // string deck_uri = 11; + if (this->deck_uri().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->deck_uri().data(), static_cast(this->deck_uri().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.NodeExecutionClosure.deck_uri"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 11, this->deck_uri(), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -4155,6 +4206,17 @@ ::google::protobuf::uint8* NodeExecutionClosure::InternalSerializeWithCachedSize 10, HasBitSetters::output_data(this), target); } + // string deck_uri = 11; + if (this->deck_uri().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->deck_uri().data(), static_cast(this->deck_uri().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.NodeExecutionClosure.deck_uri"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 11, this->deck_uri(), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -4176,6 +4238,13 @@ size_t NodeExecutionClosure::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; + // string deck_uri = 11; + if (this->deck_uri().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->deck_uri()); + } + // .google.protobuf.Timestamp started_at = 4; if (this->has_started_at()) { total_size += 1 + @@ -4282,6 +4351,10 @@ void NodeExecutionClosure::MergeFrom(const NodeExecutionClosure& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; + if (from.deck_uri().size() > 0) { + + deck_uri_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.deck_uri_); + } if (from.has_started_at()) { mutable_started_at()->::google::protobuf::Timestamp::MergeFrom(from.started_at()); } @@ -4354,6 +4427,8 @@ void NodeExecutionClosure::Swap(NodeExecutionClosure* other) { void NodeExecutionClosure::InternalSwap(NodeExecutionClosure* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); + deck_uri_.Swap(&other->deck_uri_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); swap(started_at_, other->started_at_); swap(duration_, other->duration_); swap(created_at_, other->created_at_); 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 64fc7623da..bfafa1db8c 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h @@ -1111,6 +1111,20 @@ class NodeExecutionClosure final : // accessors ------------------------------------------------------- + // string deck_uri = 11; + void clear_deck_uri(); + static const int kDeckUriFieldNumber = 11; + const ::std::string& deck_uri() const; + void set_deck_uri(const ::std::string& value); + #if LANG_CXX11 + void set_deck_uri(::std::string&& value); + #endif + void set_deck_uri(const char* value); + void set_deck_uri(const char* value, size_t size); + ::std::string* mutable_deck_uri(); + ::std::string* release_deck_uri(); + void set_allocated_deck_uri(::std::string* deck_uri); + // .google.protobuf.Timestamp started_at = 4; bool has_started_at() const; void clear_started_at(); @@ -1226,6 +1240,7 @@ class NodeExecutionClosure final : inline void clear_has_target_metadata(); ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr deck_uri_; ::google::protobuf::Timestamp* started_at_; ::google::protobuf::Duration* duration_; ::google::protobuf::Timestamp* created_at_; @@ -3291,6 +3306,59 @@ inline ::flyteidl::admin::TaskNodeMetadata* NodeExecutionClosure::mutable_task_n return target_metadata_.task_node_metadata_; } +// string deck_uri = 11; +inline void NodeExecutionClosure::clear_deck_uri() { + deck_uri_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& NodeExecutionClosure::deck_uri() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.NodeExecutionClosure.deck_uri) + return deck_uri_.GetNoArena(); +} +inline void NodeExecutionClosure::set_deck_uri(const ::std::string& value) { + + deck_uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.NodeExecutionClosure.deck_uri) +} +#if LANG_CXX11 +inline void NodeExecutionClosure::set_deck_uri(::std::string&& value) { + + deck_uri_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.NodeExecutionClosure.deck_uri) +} +#endif +inline void NodeExecutionClosure::set_deck_uri(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + deck_uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.NodeExecutionClosure.deck_uri) +} +inline void NodeExecutionClosure::set_deck_uri(const char* value, size_t size) { + + deck_uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.NodeExecutionClosure.deck_uri) +} +inline ::std::string* NodeExecutionClosure::mutable_deck_uri() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.NodeExecutionClosure.deck_uri) + return deck_uri_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* NodeExecutionClosure::release_deck_uri() { + // @@protoc_insertion_point(field_release:flyteidl.admin.NodeExecutionClosure.deck_uri) + + return deck_uri_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void NodeExecutionClosure::set_allocated_deck_uri(::std::string* deck_uri) { + if (deck_uri != nullptr) { + + } else { + + } + deck_uri_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), deck_uri); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.NodeExecutionClosure.deck_uri) +} + inline bool NodeExecutionClosure::has_output_result() const { return output_result_case() != OUTPUT_RESULT_NOT_SET; } diff --git a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc index bcee153b04..23738c2209 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -332,6 +332,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o PROTOBUF_FIELD_OFFSET(::flyteidl::event::NodeExecutionEvent, event_version_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::NodeExecutionEvent, is_parent_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::NodeExecutionEvent, is_dynamic_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::NodeExecutionEvent, deck_uri_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::NodeExecutionEvent, output_result_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::NodeExecutionEvent, target_metadata_), ~0u, // no _has_bits_ @@ -423,15 +424,15 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::event::WorkflowExecutionEvent)}, { 13, -1, sizeof(::flyteidl::event::NodeExecutionEvent)}, - { 38, -1, sizeof(::flyteidl::event::WorkflowNodeMetadata)}, - { 44, -1, sizeof(::flyteidl::event::TaskNodeMetadata)}, - { 53, -1, sizeof(::flyteidl::event::DynamicWorkflowNodeMetadata)}, - { 60, -1, sizeof(::flyteidl::event::ParentTaskExecutionMetadata)}, - { 66, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)}, - { 72, -1, sizeof(::flyteidl::event::TaskExecutionEvent)}, - { 95, -1, sizeof(::flyteidl::event::ExternalResourceInfo)}, - { 106, -1, sizeof(::flyteidl::event::ResourcePoolInfo)}, - { 113, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, + { 39, -1, sizeof(::flyteidl::event::WorkflowNodeMetadata)}, + { 45, -1, sizeof(::flyteidl::event::TaskNodeMetadata)}, + { 54, -1, sizeof(::flyteidl::event::DynamicWorkflowNodeMetadata)}, + { 61, -1, sizeof(::flyteidl::event::ParentTaskExecutionMetadata)}, + { 67, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)}, + { 73, -1, sizeof(::flyteidl::event::TaskExecutionEvent)}, + { 96, -1, sizeof(::flyteidl::event::ExternalResourceInfo)}, + { 107, -1, sizeof(::flyteidl::event::ResourcePoolInfo)}, + { 114, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -470,7 +471,7 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "\noutput_uri\030\005 \001(\tH\000\022.\n\005error\030\006 \001(\0132\035.fly" "teidl.core.ExecutionErrorH\000\0220\n\013output_da" "ta\030\007 \001(\0132\031.flyteidl.core.LiteralMapH\000B\017\n" - "\routput_result\"\212\006\n\022NodeExecutionEvent\0222\n" + "\routput_result\"\234\006\n\022NodeExecutionEvent\0222\n" "\002id\030\001 \001(\0132&.flyteidl.core.NodeExecutionI" "dentifier\022\023\n\013producer_id\030\002 \001(\t\0221\n\005phase\030" "\003 \001(\0162\".flyteidl.core.NodeExecution.Phas" @@ -488,63 +489,63 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "l.event.ParentNodeExecutionMetadata\022\023\n\013r" "etry_group\030\013 \001(\t\022\024\n\014spec_node_id\030\014 \001(\t\022\021" "\n\tnode_name\030\r \001(\t\022\025\n\revent_version\030\020 \001(\005" - "\022\021\n\tis_parent\030\021 \001(\010\022\022\n\nis_dynamic\030\022 \001(\010B" - "\017\n\routput_resultB\021\n\017target_metadata\"X\n\024W" - "orkflowNodeMetadata\022@\n\014execution_id\030\001 \001(" - "\0132*.flyteidl.core.WorkflowExecutionIdent" - "ifier\"\215\002\n\020TaskNodeMetadata\0227\n\014cache_stat" - "us\030\001 \001(\0162!.flyteidl.core.CatalogCacheSta" - "tus\0223\n\013catalog_key\030\002 \001(\0132\036.flyteidl.core" - ".CatalogMetadata\022D\n\022reservation_status\030\003" - " \001(\0162(.flyteidl.core.CatalogReservation." - "Status\022E\n\020dynamic_workflow\030\020 \001(\0132+.flyte" - "idl.event.DynamicWorkflowNodeMetadata\"\207\001" - "\n\033DynamicWorkflowNodeMetadata\022%\n\002id\030\001 \001(" - "\0132\031.flyteidl.core.Identifier\022A\n\021compiled" - "_workflow\030\002 \001(\0132&.flyteidl.core.Compiled" - "WorkflowClosure\"Q\n\033ParentTaskExecutionMe" - "tadata\0222\n\002id\030\001 \001(\0132&.flyteidl.core.TaskE" - "xecutionIdentifier\".\n\033ParentNodeExecutio" - "nMetadata\022\017\n\007node_id\030\001 \001(\t\"\224\005\n\022TaskExecu" - "tionEvent\022*\n\007task_id\030\001 \001(\0132\031.flyteidl.co" - "re.Identifier\022H\n\030parent_node_execution_i" - "d\030\002 \001(\0132&.flyteidl.core.NodeExecutionIde" - "ntifier\022\025\n\rretry_attempt\030\003 \001(\r\0221\n\005phase\030" - "\004 \001(\0162\".flyteidl.core.TaskExecution.Phas" - "e\022\023\n\013producer_id\030\005 \001(\t\022$\n\004logs\030\006 \003(\0132\026.f" - "lyteidl.core.TaskLog\022/\n\013occurred_at\030\007 \001(" - "\0132\032.google.protobuf.Timestamp\022\021\n\tinput_u" - "ri\030\010 \001(\t\022\024\n\noutput_uri\030\t \001(\tH\000\022.\n\005error\030" - "\n \001(\0132\035.flyteidl.core.ExecutionErrorH\000\0220" - "\n\013output_data\030\021 \001(\0132\031.flyteidl.core.Lite" - "ralMapH\000\022,\n\013custom_info\030\013 \001(\0132\027.google.p" - "rotobuf.Struct\022\025\n\rphase_version\030\014 \001(\r\022\016\n" - "\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(\t\0227\n\010meta" - "data\030\020 \001(\0132%.flyteidl.event.TaskExecutio" - "nMetadata\022\025\n\revent_version\030\022 \001(\005B\017\n\routp" - "ut_result\"\343\001\n\024ExternalResourceInfo\022\023\n\013ex" - "ternal_id\030\001 \001(\t\022\r\n\005index\030\002 \001(\r\022\025\n\rretry_" - "attempt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl." - "core.TaskExecution.Phase\0227\n\014cache_status" - "\030\005 \001(\0162!.flyteidl.core.CatalogCacheStatu" - "s\022$\n\004logs\030\006 \003(\0132\026.flyteidl.core.TaskLog\"" - "\?\n\020ResourcePoolInfo\022\030\n\020allocation_token\030" - "\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025TaskExecuti" - "onMetadata\022\026\n\016generated_name\030\001 \001(\t\022@\n\022ex" - "ternal_resources\030\002 \003(\0132$.flyteidl.event." - "ExternalResourceInfo\022<\n\022resource_pool_in" - "fo\030\003 \003(\0132 .flyteidl.event.ResourcePoolIn" - "fo\022\031\n\021plugin_identifier\030\004 \001(\t\022K\n\016instanc" - "e_class\030\020 \001(\01623.flyteidl.event.TaskExecu" - "tionMetadata.InstanceClass\"/\n\rInstanceCl" - "ass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5g" - "ithub.com/flyteorg/flyteidl/gen/pb-go/fl" - "yteidl/eventb\006proto3" + "\022\021\n\tis_parent\030\021 \001(\010\022\022\n\nis_dynamic\030\022 \001(\010\022" + "\020\n\010deck_uri\030\023 \001(\tB\017\n\routput_resultB\021\n\017ta" + "rget_metadata\"X\n\024WorkflowNodeMetadata\022@\n" + "\014execution_id\030\001 \001(\0132*.flyteidl.core.Work" + "flowExecutionIdentifier\"\215\002\n\020TaskNodeMeta" + "data\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.co" + "re.CatalogCacheStatus\0223\n\013catalog_key\030\002 \001" + "(\0132\036.flyteidl.core.CatalogMetadata\022D\n\022re" + "servation_status\030\003 \001(\0162(.flyteidl.core.C" + "atalogReservation.Status\022E\n\020dynamic_work" + "flow\030\020 \001(\0132+.flyteidl.event.DynamicWorkf" + "lowNodeMetadata\"\207\001\n\033DynamicWorkflowNodeM" + "etadata\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Iden" + "tifier\022A\n\021compiled_workflow\030\002 \001(\0132&.flyt" + "eidl.core.CompiledWorkflowClosure\"Q\n\033Par" + "entTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&.f" + "lyteidl.core.TaskExecutionIdentifier\".\n\033" + "ParentNodeExecutionMetadata\022\017\n\007node_id\030\001" + " \001(\t\"\224\005\n\022TaskExecutionEvent\022*\n\007task_id\030\001" + " \001(\0132\031.flyteidl.core.Identifier\022H\n\030paren" + "t_node_execution_id\030\002 \001(\0132&.flyteidl.cor" + "e.NodeExecutionIdentifier\022\025\n\rretry_attem" + "pt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl.core." + "TaskExecution.Phase\022\023\n\013producer_id\030\005 \001(\t" + "\022$\n\004logs\030\006 \003(\0132\026.flyteidl.core.TaskLog\022/" + "\n\013occurred_at\030\007 \001(\0132\032.google.protobuf.Ti" + "mestamp\022\021\n\tinput_uri\030\010 \001(\t\022\024\n\noutput_uri" + "\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core." + "ExecutionErrorH\000\0220\n\013output_data\030\021 \001(\0132\031." + "flyteidl.core.LiteralMapH\000\022,\n\013custom_inf" + "o\030\013 \001(\0132\027.google.protobuf.Struct\022\025\n\rphas" + "e_version\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_" + "type\030\016 \001(\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl." + "event.TaskExecutionMetadata\022\025\n\revent_ver" + "sion\030\022 \001(\005B\017\n\routput_result\"\343\001\n\024External" + "ResourceInfo\022\023\n\013external_id\030\001 \001(\t\022\r\n\005ind" + "ex\030\002 \001(\r\022\025\n\rretry_attempt\030\003 \001(\r\0221\n\005phase" + "\030\004 \001(\0162\".flyteidl.core.TaskExecution.Pha" + "se\0227\n\014cache_status\030\005 \001(\0162!.flyteidl.core" + ".CatalogCacheStatus\022$\n\004logs\030\006 \003(\0132\026.flyt" + "eidl.core.TaskLog\"\?\n\020ResourcePoolInfo\022\030\n" + "\020allocation_token\030\001 \001(\t\022\021\n\tnamespace\030\002 \001" + "(\t\"\310\002\n\025TaskExecutionMetadata\022\026\n\016generate" + "d_name\030\001 \001(\t\022@\n\022external_resources\030\002 \003(\013" + "2$.flyteidl.event.ExternalResourceInfo\022<" + "\n\022resource_pool_info\030\003 \003(\0132 .flyteidl.ev" + "ent.ResourcePoolInfo\022\031\n\021plugin_identifie" + "r\030\004 \001(\t\022K\n\016instance_class\030\020 \001(\01623.flytei" + "dl.event.TaskExecutionMetadata.InstanceC" + "lass\"/\n\rInstanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rIN" + "TERRUPTIBLE\020\001B7Z5github.com/flyteorg/fly" + "teidl/gen/pb-go/flyteidl/eventb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 3380, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 3398, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -1519,6 +1520,7 @@ const int NodeExecutionEvent::kNodeNameFieldNumber; const int NodeExecutionEvent::kEventVersionFieldNumber; const int NodeExecutionEvent::kIsParentFieldNumber; const int NodeExecutionEvent::kIsDynamicFieldNumber; +const int NodeExecutionEvent::kDeckUriFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 NodeExecutionEvent::NodeExecutionEvent() @@ -1550,6 +1552,10 @@ NodeExecutionEvent::NodeExecutionEvent(const NodeExecutionEvent& from) if (from.node_name().size() > 0) { node_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.node_name_); } + deck_uri_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.deck_uri().size() > 0) { + deck_uri_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.deck_uri_); + } if (from.has_id()) { id_ = new ::flyteidl::core::NodeExecutionIdentifier(*from.id_); } else { @@ -1616,6 +1622,7 @@ void NodeExecutionEvent::SharedCtor() { retry_group_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); spec_node_id_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); node_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + deck_uri_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&id_, 0, static_cast( reinterpret_cast(&is_dynamic_) - reinterpret_cast(&id_)) + sizeof(is_dynamic_)); @@ -1634,6 +1641,7 @@ void NodeExecutionEvent::SharedDtor() { retry_group_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); spec_node_id_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); node_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + deck_uri_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete id_; if (this != internal_default_instance()) delete occurred_at_; if (this != internal_default_instance()) delete parent_task_metadata_; @@ -1707,6 +1715,7 @@ void NodeExecutionEvent::Clear() { retry_group_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); spec_node_id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); node_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + deck_uri_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && id_ != nullptr) { delete id_; } @@ -1973,6 +1982,22 @@ const char* NodeExecutionEvent::_InternalParse(const char* begin, const char* en GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); break; } + // string deck_uri = 19; + case 19: { + if (static_cast<::google::protobuf::uint8>(tag) != 154) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.NodeExecutionEvent.deck_uri"); + object = msg->mutable_deck_uri(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -2238,6 +2263,21 @@ bool NodeExecutionEvent::MergePartialFromCodedStream( break; } + // string deck_uri = 19; + case 19: { + if (static_cast< ::google::protobuf::uint8>(tag) == (154 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_deck_uri())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->deck_uri().data(), static_cast(this->deck_uri().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.NodeExecutionEvent.deck_uri")); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -2394,6 +2434,16 @@ void NodeExecutionEvent::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteBool(18, this->is_dynamic(), output); } + // string deck_uri = 19; + if (this->deck_uri().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->deck_uri().data(), static_cast(this->deck_uri().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.NodeExecutionEvent.deck_uri"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 19, this->deck_uri(), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -2550,6 +2600,17 @@ ::google::protobuf::uint8* NodeExecutionEvent::InternalSerializeWithCachedSizesT target = ::google::protobuf::internal::WireFormatLite::WriteBoolToArray(18, this->is_dynamic(), target); } + // string deck_uri = 19; + if (this->deck_uri().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->deck_uri().data(), static_cast(this->deck_uri().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.NodeExecutionEvent.deck_uri"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 19, this->deck_uri(), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -2606,6 +2667,13 @@ size_t NodeExecutionEvent::ByteSizeLong() const { this->node_name()); } + // string deck_uri = 19; + if (this->deck_uri().size() > 0) { + total_size += 2 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->deck_uri()); + } + // .flyteidl.core.NodeExecutionIdentifier id = 1; if (this->has_id()) { total_size += 1 + @@ -2749,6 +2817,10 @@ void NodeExecutionEvent::MergeFrom(const NodeExecutionEvent& from) { node_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.node_name_); } + if (from.deck_uri().size() > 0) { + + deck_uri_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.deck_uri_); + } if (from.has_id()) { mutable_id()->::flyteidl::core::NodeExecutionIdentifier::MergeFrom(from.id()); } @@ -2840,6 +2912,8 @@ void NodeExecutionEvent::InternalSwap(NodeExecutionEvent* other) { GetArenaNoVirtual()); node_name_.Swap(&other->node_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); + deck_uri_.Swap(&other->deck_uri_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); swap(id_, other->id_); swap(occurred_at_, other->occurred_at_); swap(parent_task_metadata_, other->parent_task_metadata_); diff --git a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h index 809fb91885..fe099378e1 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/event/event.pb.h @@ -517,6 +517,20 @@ class NodeExecutionEvent final : ::std::string* release_node_name(); void set_allocated_node_name(::std::string* node_name); + // string deck_uri = 19; + void clear_deck_uri(); + static const int kDeckUriFieldNumber = 19; + const ::std::string& deck_uri() const; + void set_deck_uri(const ::std::string& value); + #if LANG_CXX11 + void set_deck_uri(::std::string&& value); + #endif + void set_deck_uri(const char* value); + void set_deck_uri(const char* value, size_t size); + ::std::string* mutable_deck_uri(); + ::std::string* release_deck_uri(); + void set_allocated_deck_uri(::std::string* deck_uri); + // .flyteidl.core.NodeExecutionIdentifier id = 1; bool has_id() const; void clear_id(); @@ -655,6 +669,7 @@ class NodeExecutionEvent final : ::google::protobuf::internal::ArenaStringPtr retry_group_; ::google::protobuf::internal::ArenaStringPtr spec_node_id_; ::google::protobuf::internal::ArenaStringPtr node_name_; + ::google::protobuf::internal::ArenaStringPtr deck_uri_; ::flyteidl::core::NodeExecutionIdentifier* id_; ::google::protobuf::Timestamp* occurred_at_; ::flyteidl::event::ParentTaskExecutionMetadata* parent_task_metadata_; @@ -3199,6 +3214,59 @@ inline void NodeExecutionEvent::set_is_dynamic(bool value) { // @@protoc_insertion_point(field_set:flyteidl.event.NodeExecutionEvent.is_dynamic) } +// string deck_uri = 19; +inline void NodeExecutionEvent::clear_deck_uri() { + deck_uri_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& NodeExecutionEvent::deck_uri() const { + // @@protoc_insertion_point(field_get:flyteidl.event.NodeExecutionEvent.deck_uri) + return deck_uri_.GetNoArena(); +} +inline void NodeExecutionEvent::set_deck_uri(const ::std::string& value) { + + deck_uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.NodeExecutionEvent.deck_uri) +} +#if LANG_CXX11 +inline void NodeExecutionEvent::set_deck_uri(::std::string&& value) { + + deck_uri_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.NodeExecutionEvent.deck_uri) +} +#endif +inline void NodeExecutionEvent::set_deck_uri(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + deck_uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.NodeExecutionEvent.deck_uri) +} +inline void NodeExecutionEvent::set_deck_uri(const char* value, size_t size) { + + deck_uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.NodeExecutionEvent.deck_uri) +} +inline ::std::string* NodeExecutionEvent::mutable_deck_uri() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.NodeExecutionEvent.deck_uri) + return deck_uri_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* NodeExecutionEvent::release_deck_uri() { + // @@protoc_insertion_point(field_release:flyteidl.event.NodeExecutionEvent.deck_uri) + + return deck_uri_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void NodeExecutionEvent::set_allocated_deck_uri(::std::string* deck_uri) { + if (deck_uri != nullptr) { + + } else { + + } + deck_uri_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), deck_uri); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.NodeExecutionEvent.deck_uri) +} + inline bool NodeExecutionEvent::has_output_result() const { return output_result_case() != OUTPUT_RESULT_NOT_SET; } diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.cc index 4ed58d786f..24ba016d3e 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.cc @@ -21,6 +21,7 @@ namespace service { static const char* DataProxyService_method_names[] = { "/flyteidl.service.DataProxyService/CreateUploadLocation", + "/flyteidl.service.DataProxyService/CreateDownloadLocation", }; std::unique_ptr< DataProxyService::Stub> DataProxyService::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options) { @@ -31,6 +32,7 @@ std::unique_ptr< DataProxyService::Stub> DataProxyService::NewStub(const std::sh DataProxyService::Stub::Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel) : channel_(channel), rpcmethod_CreateUploadLocation_(DataProxyService_method_names[0], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) + , rpcmethod_CreateDownloadLocation_(DataProxyService_method_names[1], ::grpc::internal::RpcMethod::NORMAL_RPC, channel) {} ::grpc::Status DataProxyService::Stub::CreateUploadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest& request, ::flyteidl::service::CreateUploadLocationResponse* response) { @@ -61,12 +63,45 @@ ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateUploadLocationResp return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::service::CreateUploadLocationResponse>::Create(channel_.get(), cq, rpcmethod_CreateUploadLocation_, context, request, false); } +::grpc::Status DataProxyService::Stub::CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::flyteidl::service::CreateDownloadLocationResponse* response) { + return ::grpc::internal::BlockingUnaryCall(channel_.get(), rpcmethod_CreateDownloadLocation_, context, request, response); +} + +void DataProxyService::Stub::experimental_async::CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CreateDownloadLocation_, context, request, response, std::move(f)); +} + +void DataProxyService::Stub::experimental_async::CreateDownloadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateDownloadLocationResponse* response, std::function f) { + ::grpc::internal::CallbackUnaryCall(stub_->channel_.get(), stub_->rpcmethod_CreateDownloadLocation_, context, request, response, std::move(f)); +} + +void DataProxyService::Stub::experimental_async::CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CreateDownloadLocation_, context, request, response, reactor); +} + +void DataProxyService::Stub::experimental_async::CreateDownloadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateDownloadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) { + ::grpc::internal::ClientCallbackUnaryFactory::Create(stub_->channel_.get(), stub_->rpcmethod_CreateDownloadLocation_, context, request, response, reactor); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>* DataProxyService::Stub::AsyncCreateDownloadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::service::CreateDownloadLocationResponse>::Create(channel_.get(), cq, rpcmethod_CreateDownloadLocation_, context, request, true); +} + +::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>* DataProxyService::Stub::PrepareAsyncCreateDownloadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) { + return ::grpc::internal::ClientAsyncResponseReaderFactory< ::flyteidl::service::CreateDownloadLocationResponse>::Create(channel_.get(), cq, rpcmethod_CreateDownloadLocation_, context, request, false); +} + DataProxyService::Service::Service() { AddMethod(new ::grpc::internal::RpcServiceMethod( DataProxyService_method_names[0], ::grpc::internal::RpcMethod::NORMAL_RPC, new ::grpc::internal::RpcMethodHandler< DataProxyService::Service, ::flyteidl::service::CreateUploadLocationRequest, ::flyteidl::service::CreateUploadLocationResponse>( std::mem_fn(&DataProxyService::Service::CreateUploadLocation), this))); + AddMethod(new ::grpc::internal::RpcServiceMethod( + DataProxyService_method_names[1], + ::grpc::internal::RpcMethod::NORMAL_RPC, + new ::grpc::internal::RpcMethodHandler< DataProxyService::Service, ::flyteidl::service::CreateDownloadLocationRequest, ::flyteidl::service::CreateDownloadLocationResponse>( + std::mem_fn(&DataProxyService::Service::CreateDownloadLocation), this))); } DataProxyService::Service::~Service() { @@ -79,6 +114,13 @@ ::grpc::Status DataProxyService::Service::CreateUploadLocation(::grpc::ServerCon return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); } +::grpc::Status DataProxyService::Service::CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response) { + (void) context; + (void) request; + (void) response; + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); +} + } // namespace flyteidl } // namespace service diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.h b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.h index 5c01f48b8c..f4067da5ef 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.grpc.pb.h @@ -57,6 +57,14 @@ class DataProxyService final { std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateUploadLocationResponse>> PrepareAsyncCreateUploadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateUploadLocationResponse>>(PrepareAsyncCreateUploadLocationRaw(context, request, cq)); } + // CreateDownloadLocation creates a signed url to download artifacts. + virtual ::grpc::Status CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::flyteidl::service::CreateDownloadLocationResponse* response) = 0; + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateDownloadLocationResponse>> AsyncCreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateDownloadLocationResponse>>(AsyncCreateDownloadLocationRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateDownloadLocationResponse>> PrepareAsyncCreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateDownloadLocationResponse>>(PrepareAsyncCreateDownloadLocationRaw(context, request, cq)); + } class experimental_async_interface { public: virtual ~experimental_async_interface() {} @@ -65,11 +73,18 @@ class DataProxyService final { virtual void CreateUploadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateUploadLocationResponse* response, std::function) = 0; virtual void CreateUploadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest* request, ::flyteidl::service::CreateUploadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; virtual void CreateUploadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateUploadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + // CreateDownloadLocation creates a signed url to download artifacts. + virtual void CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response, std::function) = 0; + virtual void CreateDownloadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateDownloadLocationResponse* response, std::function) = 0; + virtual void CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; + virtual void CreateDownloadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateDownloadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) = 0; }; virtual class experimental_async_interface* experimental_async() { return nullptr; } private: virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateUploadLocationResponse>* AsyncCreateUploadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest& request, ::grpc::CompletionQueue* cq) = 0; virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateUploadLocationResponse>* PrepareAsyncCreateUploadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateDownloadLocationResponse>* AsyncCreateDownloadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) = 0; + virtual ::grpc::ClientAsyncResponseReaderInterface< ::flyteidl::service::CreateDownloadLocationResponse>* PrepareAsyncCreateDownloadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) = 0; }; class Stub final : public StubInterface { public: @@ -81,6 +96,13 @@ class DataProxyService final { std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateUploadLocationResponse>> PrepareAsyncCreateUploadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest& request, ::grpc::CompletionQueue* cq) { return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateUploadLocationResponse>>(PrepareAsyncCreateUploadLocationRaw(context, request, cq)); } + ::grpc::Status CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::flyteidl::service::CreateDownloadLocationResponse* response) override; + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>> AsyncCreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>>(AsyncCreateDownloadLocationRaw(context, request, cq)); + } + std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>> PrepareAsyncCreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) { + return std::unique_ptr< ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>>(PrepareAsyncCreateDownloadLocationRaw(context, request, cq)); + } class experimental_async final : public StubInterface::experimental_async_interface { public: @@ -88,6 +110,10 @@ class DataProxyService final { void CreateUploadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateUploadLocationResponse* response, std::function) override; void CreateUploadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest* request, ::flyteidl::service::CreateUploadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; void CreateUploadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateUploadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response, std::function) override; + void CreateDownloadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateDownloadLocationResponse* response, std::function) override; + void CreateDownloadLocation(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; + void CreateDownloadLocation(::grpc::ClientContext* context, const ::grpc::ByteBuffer* request, ::flyteidl::service::CreateDownloadLocationResponse* response, ::grpc::experimental::ClientUnaryReactor* reactor) override; private: friend class Stub; explicit experimental_async(Stub* stub): stub_(stub) { } @@ -101,7 +127,10 @@ class DataProxyService final { class experimental_async async_stub_{this}; ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateUploadLocationResponse>* AsyncCreateUploadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest& request, ::grpc::CompletionQueue* cq) override; ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateUploadLocationResponse>* PrepareAsyncCreateUploadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateUploadLocationRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>* AsyncCreateDownloadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) override; + ::grpc::ClientAsyncResponseReader< ::flyteidl::service::CreateDownloadLocationResponse>* PrepareAsyncCreateDownloadLocationRaw(::grpc::ClientContext* context, const ::flyteidl::service::CreateDownloadLocationRequest& request, ::grpc::CompletionQueue* cq) override; const ::grpc::internal::RpcMethod rpcmethod_CreateUploadLocation_; + const ::grpc::internal::RpcMethod rpcmethod_CreateDownloadLocation_; }; static std::unique_ptr NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::StubOptions& options = ::grpc::StubOptions()); @@ -111,6 +140,8 @@ class DataProxyService final { virtual ~Service(); // CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain. virtual ::grpc::Status CreateUploadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateUploadLocationRequest* request, ::flyteidl::service::CreateUploadLocationResponse* response); + // CreateDownloadLocation creates a signed url to download artifacts. + virtual ::grpc::Status CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response); }; template class WithAsyncMethod_CreateUploadLocation : public BaseClass { @@ -132,7 +163,27 @@ class DataProxyService final { ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag); } }; - typedef WithAsyncMethod_CreateUploadLocation AsyncService; + template + class WithAsyncMethod_CreateDownloadLocation : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithAsyncMethod_CreateDownloadLocation() { + ::grpc::Service::MarkMethodAsync(1); + } + ~WithAsyncMethod_CreateDownloadLocation() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCreateDownloadLocation(::grpc::ServerContext* context, ::flyteidl::service::CreateDownloadLocationRequest* request, ::grpc::ServerAsyncResponseWriter< ::flyteidl::service::CreateDownloadLocationResponse>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(1, context, request, response, new_call_cq, notification_cq, tag); + } + }; + typedef WithAsyncMethod_CreateUploadLocation > AsyncService; template class ExperimentalWithCallbackMethod_CreateUploadLocation : public BaseClass { private: @@ -164,7 +215,38 @@ class DataProxyService final { } virtual void CreateUploadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateUploadLocationRequest* request, ::flyteidl::service::CreateUploadLocationResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } }; - typedef ExperimentalWithCallbackMethod_CreateUploadLocation ExperimentalCallbackService; + template + class ExperimentalWithCallbackMethod_CreateDownloadLocation : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + ExperimentalWithCallbackMethod_CreateDownloadLocation() { + ::grpc::Service::experimental().MarkMethodCallback(1, + new ::grpc::internal::CallbackUnaryHandler< ::flyteidl::service::CreateDownloadLocationRequest, ::flyteidl::service::CreateDownloadLocationResponse>( + [this](::grpc::ServerContext* context, + const ::flyteidl::service::CreateDownloadLocationRequest* request, + ::flyteidl::service::CreateDownloadLocationResponse* response, + ::grpc::experimental::ServerCallbackRpcController* controller) { + return this->CreateDownloadLocation(context, request, response, controller); + })); + } + void SetMessageAllocatorFor_CreateDownloadLocation( + ::grpc::experimental::MessageAllocator< ::flyteidl::service::CreateDownloadLocationRequest, ::flyteidl::service::CreateDownloadLocationResponse>* allocator) { + static_cast<::grpc::internal::CallbackUnaryHandler< ::flyteidl::service::CreateDownloadLocationRequest, ::flyteidl::service::CreateDownloadLocationResponse>*>( + ::grpc::Service::experimental().GetHandler(1)) + ->SetMessageAllocator(allocator); + } + ~ExperimentalWithCallbackMethod_CreateDownloadLocation() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual void CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } + }; + typedef ExperimentalWithCallbackMethod_CreateUploadLocation > ExperimentalCallbackService; template class WithGenericMethod_CreateUploadLocation : public BaseClass { private: @@ -183,6 +265,23 @@ class DataProxyService final { } }; template + class WithGenericMethod_CreateDownloadLocation : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithGenericMethod_CreateDownloadLocation() { + ::grpc::Service::MarkMethodGeneric(1); + } + ~WithGenericMethod_CreateDownloadLocation() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + }; + template class WithRawMethod_CreateUploadLocation : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} @@ -203,6 +302,26 @@ class DataProxyService final { } }; template + class WithRawMethod_CreateDownloadLocation : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithRawMethod_CreateDownloadLocation() { + ::grpc::Service::MarkMethodRaw(1); + } + ~WithRawMethod_CreateDownloadLocation() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + void RequestCreateDownloadLocation(::grpc::ServerContext* context, ::grpc::ByteBuffer* request, ::grpc::ServerAsyncResponseWriter< ::grpc::ByteBuffer>* response, ::grpc::CompletionQueue* new_call_cq, ::grpc::ServerCompletionQueue* notification_cq, void *tag) { + ::grpc::Service::RequestAsyncUnary(1, context, request, response, new_call_cq, notification_cq, tag); + } + }; + template class ExperimentalWithRawCallbackMethod_CreateUploadLocation : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} @@ -228,6 +347,31 @@ class DataProxyService final { virtual void CreateUploadLocation(::grpc::ServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } }; template + class ExperimentalWithRawCallbackMethod_CreateDownloadLocation : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + ExperimentalWithRawCallbackMethod_CreateDownloadLocation() { + ::grpc::Service::experimental().MarkMethodRawCallback(1, + new ::grpc::internal::CallbackUnaryHandler< ::grpc::ByteBuffer, ::grpc::ByteBuffer>( + [this](::grpc::ServerContext* context, + const ::grpc::ByteBuffer* request, + ::grpc::ByteBuffer* response, + ::grpc::experimental::ServerCallbackRpcController* controller) { + this->CreateDownloadLocation(context, request, response, controller); + })); + } + ~ExperimentalWithRawCallbackMethod_CreateDownloadLocation() override { + BaseClassMustBeDerivedFromService(this); + } + // disable synchronous version of this method + ::grpc::Status CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + virtual void CreateDownloadLocation(::grpc::ServerContext* context, const ::grpc::ByteBuffer* request, ::grpc::ByteBuffer* response, ::grpc::experimental::ServerCallbackRpcController* controller) { controller->Finish(::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, "")); } + }; + template class WithStreamedUnaryMethod_CreateUploadLocation : public BaseClass { private: void BaseClassMustBeDerivedFromService(const Service *service) {} @@ -247,9 +391,29 @@ class DataProxyService final { // replace default version of method with streamed unary virtual ::grpc::Status StreamedCreateUploadLocation(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::service::CreateUploadLocationRequest,::flyteidl::service::CreateUploadLocationResponse>* server_unary_streamer) = 0; }; - typedef WithStreamedUnaryMethod_CreateUploadLocation StreamedUnaryService; + template + class WithStreamedUnaryMethod_CreateDownloadLocation : public BaseClass { + private: + void BaseClassMustBeDerivedFromService(const Service *service) {} + public: + WithStreamedUnaryMethod_CreateDownloadLocation() { + ::grpc::Service::MarkMethodStreamed(1, + new ::grpc::internal::StreamedUnaryHandler< ::flyteidl::service::CreateDownloadLocationRequest, ::flyteidl::service::CreateDownloadLocationResponse>(std::bind(&WithStreamedUnaryMethod_CreateDownloadLocation::StreamedCreateDownloadLocation, this, std::placeholders::_1, std::placeholders::_2))); + } + ~WithStreamedUnaryMethod_CreateDownloadLocation() override { + BaseClassMustBeDerivedFromService(this); + } + // disable regular version of this method + ::grpc::Status CreateDownloadLocation(::grpc::ServerContext* context, const ::flyteidl::service::CreateDownloadLocationRequest* request, ::flyteidl::service::CreateDownloadLocationResponse* response) override { + abort(); + return ::grpc::Status(::grpc::StatusCode::UNIMPLEMENTED, ""); + } + // replace default version of method with streamed unary + virtual ::grpc::Status StreamedCreateDownloadLocation(::grpc::ServerContext* context, ::grpc::ServerUnaryStreamer< ::flyteidl::service::CreateDownloadLocationRequest,::flyteidl::service::CreateDownloadLocationResponse>* server_unary_streamer) = 0; + }; + typedef WithStreamedUnaryMethod_CreateUploadLocation > StreamedUnaryService; typedef Service SplitStreamedService; - typedef WithStreamedUnaryMethod_CreateUploadLocation StreamedService; + typedef WithStreamedUnaryMethod_CreateUploadLocation > StreamedService; }; } // namespace service diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.cc index 7a4201a40a..64ed94d01d 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.cc @@ -28,6 +28,14 @@ class CreateUploadLocationRequestDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _CreateUploadLocationRequest_default_instance_; +class CreateDownloadLocationRequestDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _CreateDownloadLocationRequest_default_instance_; +class CreateDownloadLocationResponseDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _CreateDownloadLocationResponse_default_instance_; } // namespace service } // namespace flyteidl static void InitDefaultsCreateUploadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto() { @@ -60,12 +68,44 @@ ::google::protobuf::internal::SCCInfo<1> scc_info_CreateUploadLocationRequest_fl {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsCreateUploadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto}, { &scc_info_Duration_google_2fprotobuf_2fduration_2eproto.base,}}; +static void InitDefaultsCreateDownloadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::service::_CreateDownloadLocationRequest_default_instance_; + new (ptr) ::flyteidl::service::CreateDownloadLocationRequest(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::service::CreateDownloadLocationRequest::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<1> scc_info_CreateDownloadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsCreateDownloadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto}, { + &scc_info_Duration_google_2fprotobuf_2fduration_2eproto.base,}}; + +static void InitDefaultsCreateDownloadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::service::_CreateDownloadLocationResponse_default_instance_; + new (ptr) ::flyteidl::service::CreateDownloadLocationResponse(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::service::CreateDownloadLocationResponse::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<1> scc_info_CreateDownloadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsCreateDownloadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto}, { + &scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto.base,}}; + void InitDefaults_flyteidl_2fservice_2fdataproxy_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_CreateUploadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_CreateUploadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_CreateDownloadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_CreateDownloadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fservice_2fdataproxy_2eproto[2]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fservice_2fdataproxy_2eproto[4]; constexpr ::google::protobuf::EnumDescriptor const** file_level_enum_descriptors_flyteidl_2fservice_2fdataproxy_2eproto = nullptr; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fservice_2fdataproxy_2eproto = nullptr; @@ -88,21 +128,39 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fservice_2fdataproxy_2epr PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateUploadLocationRequest, filename_), PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateUploadLocationRequest, expires_in_), PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateUploadLocationRequest, content_md5_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateDownloadLocationRequest, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateDownloadLocationRequest, native_url_), + PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateDownloadLocationRequest, expires_in_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateDownloadLocationResponse, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateDownloadLocationResponse, signed_url_), + PROTOBUF_FIELD_OFFSET(::flyteidl::service::CreateDownloadLocationResponse, expires_at_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::service::CreateUploadLocationResponse)}, { 8, -1, sizeof(::flyteidl::service::CreateUploadLocationRequest)}, + { 18, -1, sizeof(::flyteidl::service::CreateDownloadLocationRequest)}, + { 25, -1, sizeof(::flyteidl::service::CreateDownloadLocationResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::service::_CreateUploadLocationResponse_default_instance_), reinterpret_cast(&::flyteidl::service::_CreateUploadLocationRequest_default_instance_), + reinterpret_cast(&::flyteidl::service::_CreateDownloadLocationRequest_default_instance_), + reinterpret_cast(&::flyteidl::service::_CreateDownloadLocationResponse_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fservice_2fdataproxy_2eproto = { {}, AddDescriptors_flyteidl_2fservice_2fdataproxy_2eproto, "flyteidl/service/dataproxy.proto", schemas, file_default_instances, TableStruct_flyteidl_2fservice_2fdataproxy_2eproto::offsets, - file_level_metadata_flyteidl_2fservice_2fdataproxy_2eproto, 2, file_level_enum_descriptors_flyteidl_2fservice_2fdataproxy_2eproto, file_level_service_descriptors_flyteidl_2fservice_2fdataproxy_2eproto, + file_level_metadata_flyteidl_2fservice_2fdataproxy_2eproto, 4, file_level_enum_descriptors_flyteidl_2fservice_2fdataproxy_2eproto, file_level_service_descriptors_flyteidl_2fservice_2fdataproxy_2eproto, }; const char descriptor_table_protodef_flyteidl_2fservice_2fdataproxy_2eproto[] = @@ -117,20 +175,32 @@ const char descriptor_table_protodef_flyteidl_2fservice_2fdataproxy_2eproto[] = "eateUploadLocationRequest\022\017\n\007project\030\001 \001" "(\t\022\016\n\006domain\030\002 \001(\t\022\020\n\010filename\030\003 \001(\t\022-\n\n" "expires_in\030\004 \001(\0132\031.google.protobuf.Durat" - "ion\022\023\n\013content_md5\030\005 \001(\0142\205\002\n\020DataProxySe" - "rvice\022\360\001\n\024CreateUploadLocation\022-.flyteid" - "l.service.CreateUploadLocationRequest\032.." - "flyteidl.service.CreateUploadLocationRes" - "ponse\"y\202\323\344\223\002#\"\036/api/v1/dataproxy/artifac" - "t_urn:\001*\222AM\032KCreates a write-only http l" - "ocation that is accessible for tasks at " - "runtime.B9Z7github.com/flyteorg/flyteidl" - "/gen/pb-go/flyteidl/serviceb\006proto3" + "ion\022\023\n\013content_md5\030\005 \001(\014\"b\n\035CreateDownlo" + "adLocationRequest\022\022\n\nnative_url\030\001 \001(\t\022-\n" + "\nexpires_in\030\002 \001(\0132\031.google.protobuf.Dura" + "tion\"d\n\036CreateDownloadLocationResponse\022\022" + "\n\nsigned_url\030\001 \001(\t\022.\n\nexpires_at\030\002 \001(\0132\032" + ".google.protobuf.Timestamp2\372\003\n\020DataProxy" + "Service\022\360\001\n\024CreateUploadLocation\022-.flyte" + "idl.service.CreateUploadLocationRequest\032" + "..flyteidl.service.CreateUploadLocationR" + "esponse\"y\202\323\344\223\002#\"\036/api/v1/dataproxy/artif" + "act_urn:\001*\222AM\032KCreates a write-only http" + " location that is accessible for tasks a" + "t runtime.\022\362\001\n\026CreateDownloadLocation\022/." + "flyteidl.service.CreateDownloadLocationR" + "equest\0320.flyteidl.service.CreateDownload" + "LocationResponse\"u\202\323\344\223\002 \022\036/api/v1/datapr" + "oxy/artifact_urn\222AL\032JCreates a read-only" + " http location that is accessible for ta" + "sks at runtime.B9Z7github.com/flyteorg/f" + "lyteidl/gen/pb-go/flyteidl/serviceb\006prot" + "o3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fservice_2fdataproxy_2eproto = { false, InitDefaults_flyteidl_2fservice_2fdataproxy_2eproto, descriptor_table_protodef_flyteidl_2fservice_2fdataproxy_2eproto, - "flyteidl/service/dataproxy.proto", &assign_descriptors_table_flyteidl_2fservice_2fdataproxy_2eproto, 795, + "flyteidl/service/dataproxy.proto", &assign_descriptors_table_flyteidl_2fservice_2fdataproxy_2eproto, 1242, }; void AddDescriptors_flyteidl_2fservice_2fdataproxy_2eproto() { @@ -1168,16 +1238,762 @@ ::google::protobuf::Metadata CreateUploadLocationRequest::GetMetadata() const { } -// @@protoc_insertion_point(namespace_scope) -} // namespace service -} // namespace flyteidl -namespace google { -namespace protobuf { -template<> PROTOBUF_NOINLINE ::flyteidl::service::CreateUploadLocationResponse* Arena::CreateMaybeMessage< ::flyteidl::service::CreateUploadLocationResponse >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::service::CreateUploadLocationResponse >(arena); +// =================================================================== + +void CreateDownloadLocationRequest::InitAsDefaultInstance() { + ::flyteidl::service::_CreateDownloadLocationRequest_default_instance_._instance.get_mutable()->expires_in_ = const_cast< ::google::protobuf::Duration*>( + ::google::protobuf::Duration::internal_default_instance()); } -template<> PROTOBUF_NOINLINE ::flyteidl::service::CreateUploadLocationRequest* Arena::CreateMaybeMessage< ::flyteidl::service::CreateUploadLocationRequest >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::service::CreateUploadLocationRequest >(arena); +class CreateDownloadLocationRequest::HasBitSetters { + public: + static const ::google::protobuf::Duration& expires_in(const CreateDownloadLocationRequest* msg); +}; + +const ::google::protobuf::Duration& +CreateDownloadLocationRequest::HasBitSetters::expires_in(const CreateDownloadLocationRequest* msg) { + return *msg->expires_in_; +} +void CreateDownloadLocationRequest::clear_expires_in() { + if (GetArenaNoVirtual() == nullptr && expires_in_ != nullptr) { + delete expires_in_; + } + expires_in_ = nullptr; +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int CreateDownloadLocationRequest::kNativeUrlFieldNumber; +const int CreateDownloadLocationRequest::kExpiresInFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +CreateDownloadLocationRequest::CreateDownloadLocationRequest() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.service.CreateDownloadLocationRequest) +} +CreateDownloadLocationRequest::CreateDownloadLocationRequest(const CreateDownloadLocationRequest& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + native_url_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.native_url().size() > 0) { + native_url_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.native_url_); + } + if (from.has_expires_in()) { + expires_in_ = new ::google::protobuf::Duration(*from.expires_in_); + } else { + expires_in_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.service.CreateDownloadLocationRequest) +} + +void CreateDownloadLocationRequest::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_CreateDownloadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto.base); + native_url_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + expires_in_ = nullptr; +} + +CreateDownloadLocationRequest::~CreateDownloadLocationRequest() { + // @@protoc_insertion_point(destructor:flyteidl.service.CreateDownloadLocationRequest) + SharedDtor(); +} + +void CreateDownloadLocationRequest::SharedDtor() { + native_url_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete expires_in_; +} + +void CreateDownloadLocationRequest::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const CreateDownloadLocationRequest& CreateDownloadLocationRequest::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_CreateDownloadLocationRequest_flyteidl_2fservice_2fdataproxy_2eproto.base); + return *internal_default_instance(); +} + + +void CreateDownloadLocationRequest::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.service.CreateDownloadLocationRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + native_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && expires_in_ != nullptr) { + delete expires_in_; + } + expires_in_ = nullptr; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* CreateDownloadLocationRequest::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string native_url = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.service.CreateDownloadLocationRequest.native_url"); + object = msg->mutable_native_url(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // .google.protobuf.Duration expires_in = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::Duration::_InternalParse; + object = msg->mutable_expires_in(); + 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) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool CreateDownloadLocationRequest::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.service.CreateDownloadLocationRequest) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // string native_url = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_native_url())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->native_url().data(), static_cast(this->native_url().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.service.CreateDownloadLocationRequest.native_url")); + } else { + goto handle_unusual; + } + break; + } + + // .google.protobuf.Duration expires_in = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_expires_in())); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.service.CreateDownloadLocationRequest) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.service.CreateDownloadLocationRequest) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void CreateDownloadLocationRequest::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.service.CreateDownloadLocationRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string native_url = 1; + if (this->native_url().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->native_url().data(), static_cast(this->native_url().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.service.CreateDownloadLocationRequest.native_url"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->native_url(), output); + } + + // .google.protobuf.Duration expires_in = 2; + if (this->has_expires_in()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, HasBitSetters::expires_in(this), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.service.CreateDownloadLocationRequest) +} + +::google::protobuf::uint8* CreateDownloadLocationRequest::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.service.CreateDownloadLocationRequest) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string native_url = 1; + if (this->native_url().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->native_url().data(), static_cast(this->native_url().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.service.CreateDownloadLocationRequest.native_url"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->native_url(), target); + } + + // .google.protobuf.Duration expires_in = 2; + if (this->has_expires_in()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::expires_in(this), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.service.CreateDownloadLocationRequest) + return target; +} + +size_t CreateDownloadLocationRequest::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.service.CreateDownloadLocationRequest) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string native_url = 1; + if (this->native_url().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->native_url()); + } + + // .google.protobuf.Duration expires_in = 2; + if (this->has_expires_in()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *expires_in_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void CreateDownloadLocationRequest::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.service.CreateDownloadLocationRequest) + GOOGLE_DCHECK_NE(&from, this); + const CreateDownloadLocationRequest* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.service.CreateDownloadLocationRequest) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.service.CreateDownloadLocationRequest) + MergeFrom(*source); + } +} + +void CreateDownloadLocationRequest::MergeFrom(const CreateDownloadLocationRequest& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.service.CreateDownloadLocationRequest) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.native_url().size() > 0) { + + native_url_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.native_url_); + } + if (from.has_expires_in()) { + mutable_expires_in()->::google::protobuf::Duration::MergeFrom(from.expires_in()); + } +} + +void CreateDownloadLocationRequest::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.service.CreateDownloadLocationRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CreateDownloadLocationRequest::CopyFrom(const CreateDownloadLocationRequest& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.service.CreateDownloadLocationRequest) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CreateDownloadLocationRequest::IsInitialized() const { + return true; +} + +void CreateDownloadLocationRequest::Swap(CreateDownloadLocationRequest* other) { + if (other == this) return; + InternalSwap(other); +} +void CreateDownloadLocationRequest::InternalSwap(CreateDownloadLocationRequest* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + native_url_.Swap(&other->native_url_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(expires_in_, other->expires_in_); +} + +::google::protobuf::Metadata CreateDownloadLocationRequest::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fservice_2fdataproxy_2eproto); + return ::file_level_metadata_flyteidl_2fservice_2fdataproxy_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +void CreateDownloadLocationResponse::InitAsDefaultInstance() { + ::flyteidl::service::_CreateDownloadLocationResponse_default_instance_._instance.get_mutable()->expires_at_ = const_cast< ::google::protobuf::Timestamp*>( + ::google::protobuf::Timestamp::internal_default_instance()); +} +class CreateDownloadLocationResponse::HasBitSetters { + public: + static const ::google::protobuf::Timestamp& expires_at(const CreateDownloadLocationResponse* msg); +}; + +const ::google::protobuf::Timestamp& +CreateDownloadLocationResponse::HasBitSetters::expires_at(const CreateDownloadLocationResponse* msg) { + return *msg->expires_at_; +} +void CreateDownloadLocationResponse::clear_expires_at() { + if (GetArenaNoVirtual() == nullptr && expires_at_ != nullptr) { + delete expires_at_; + } + expires_at_ = nullptr; +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int CreateDownloadLocationResponse::kSignedUrlFieldNumber; +const int CreateDownloadLocationResponse::kExpiresAtFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +CreateDownloadLocationResponse::CreateDownloadLocationResponse() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.service.CreateDownloadLocationResponse) +} +CreateDownloadLocationResponse::CreateDownloadLocationResponse(const CreateDownloadLocationResponse& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + signed_url_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.signed_url().size() > 0) { + signed_url_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.signed_url_); + } + if (from.has_expires_at()) { + expires_at_ = new ::google::protobuf::Timestamp(*from.expires_at_); + } else { + expires_at_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.service.CreateDownloadLocationResponse) +} + +void CreateDownloadLocationResponse::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_CreateDownloadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto.base); + signed_url_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + expires_at_ = nullptr; +} + +CreateDownloadLocationResponse::~CreateDownloadLocationResponse() { + // @@protoc_insertion_point(destructor:flyteidl.service.CreateDownloadLocationResponse) + SharedDtor(); +} + +void CreateDownloadLocationResponse::SharedDtor() { + signed_url_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete expires_at_; +} + +void CreateDownloadLocationResponse::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const CreateDownloadLocationResponse& CreateDownloadLocationResponse::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_CreateDownloadLocationResponse_flyteidl_2fservice_2fdataproxy_2eproto.base); + return *internal_default_instance(); +} + + +void CreateDownloadLocationResponse::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.service.CreateDownloadLocationResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + signed_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && expires_at_ != nullptr) { + delete expires_at_; + } + expires_at_ = nullptr; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* CreateDownloadLocationResponse::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string signed_url = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.service.CreateDownloadLocationResponse.signed_url"); + object = msg->mutable_signed_url(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // .google.protobuf.Timestamp expires_at = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::google::protobuf::Timestamp::_InternalParse; + object = msg->mutable_expires_at(); + 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) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool CreateDownloadLocationResponse::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.service.CreateDownloadLocationResponse) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // string signed_url = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_signed_url())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->signed_url().data(), static_cast(this->signed_url().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.service.CreateDownloadLocationResponse.signed_url")); + } else { + goto handle_unusual; + } + break; + } + + // .google.protobuf.Timestamp expires_at = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_expires_at())); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.service.CreateDownloadLocationResponse) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.service.CreateDownloadLocationResponse) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void CreateDownloadLocationResponse::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.service.CreateDownloadLocationResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string signed_url = 1; + if (this->signed_url().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->signed_url().data(), static_cast(this->signed_url().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.service.CreateDownloadLocationResponse.signed_url"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->signed_url(), output); + } + + // .google.protobuf.Timestamp expires_at = 2; + if (this->has_expires_at()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, HasBitSetters::expires_at(this), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.service.CreateDownloadLocationResponse) +} + +::google::protobuf::uint8* CreateDownloadLocationResponse::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.service.CreateDownloadLocationResponse) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string signed_url = 1; + if (this->signed_url().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->signed_url().data(), static_cast(this->signed_url().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.service.CreateDownloadLocationResponse.signed_url"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->signed_url(), target); + } + + // .google.protobuf.Timestamp expires_at = 2; + if (this->has_expires_at()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::expires_at(this), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.service.CreateDownloadLocationResponse) + return target; +} + +size_t CreateDownloadLocationResponse::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.service.CreateDownloadLocationResponse) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string signed_url = 1; + if (this->signed_url().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->signed_url()); + } + + // .google.protobuf.Timestamp expires_at = 2; + if (this->has_expires_at()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *expires_at_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void CreateDownloadLocationResponse::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.service.CreateDownloadLocationResponse) + GOOGLE_DCHECK_NE(&from, this); + const CreateDownloadLocationResponse* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.service.CreateDownloadLocationResponse) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.service.CreateDownloadLocationResponse) + MergeFrom(*source); + } +} + +void CreateDownloadLocationResponse::MergeFrom(const CreateDownloadLocationResponse& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.service.CreateDownloadLocationResponse) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.signed_url().size() > 0) { + + signed_url_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.signed_url_); + } + if (from.has_expires_at()) { + mutable_expires_at()->::google::protobuf::Timestamp::MergeFrom(from.expires_at()); + } +} + +void CreateDownloadLocationResponse::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.service.CreateDownloadLocationResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CreateDownloadLocationResponse::CopyFrom(const CreateDownloadLocationResponse& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.service.CreateDownloadLocationResponse) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CreateDownloadLocationResponse::IsInitialized() const { + return true; +} + +void CreateDownloadLocationResponse::Swap(CreateDownloadLocationResponse* other) { + if (other == this) return; + InternalSwap(other); +} +void CreateDownloadLocationResponse::InternalSwap(CreateDownloadLocationResponse* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + signed_url_.Swap(&other->signed_url_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(expires_at_, other->expires_at_); +} + +::google::protobuf::Metadata CreateDownloadLocationResponse::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fservice_2fdataproxy_2eproto); + return ::file_level_metadata_flyteidl_2fservice_2fdataproxy_2eproto[kIndexInFileMessages]; +} + + +// @@protoc_insertion_point(namespace_scope) +} // namespace service +} // namespace flyteidl +namespace google { +namespace protobuf { +template<> PROTOBUF_NOINLINE ::flyteidl::service::CreateUploadLocationResponse* Arena::CreateMaybeMessage< ::flyteidl::service::CreateUploadLocationResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::service::CreateUploadLocationResponse >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::service::CreateUploadLocationRequest* Arena::CreateMaybeMessage< ::flyteidl::service::CreateUploadLocationRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::service::CreateUploadLocationRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::service::CreateDownloadLocationRequest* Arena::CreateMaybeMessage< ::flyteidl::service::CreateDownloadLocationRequest >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::service::CreateDownloadLocationRequest >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::service::CreateDownloadLocationResponse* Arena::CreateMaybeMessage< ::flyteidl::service::CreateDownloadLocationResponse >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::service::CreateDownloadLocationResponse >(arena); } } // namespace protobuf } // namespace google diff --git a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.h b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.h index b4de3236ef..8a4143bf77 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/service/dataproxy.pb.h @@ -45,7 +45,7 @@ struct TableStruct_flyteidl_2fservice_2fdataproxy_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[2] + static const ::google::protobuf::internal::ParseTable schema[4] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -54,6 +54,12 @@ struct TableStruct_flyteidl_2fservice_2fdataproxy_2eproto { void AddDescriptors_flyteidl_2fservice_2fdataproxy_2eproto(); namespace flyteidl { namespace service { +class CreateDownloadLocationRequest; +class CreateDownloadLocationRequestDefaultTypeInternal; +extern CreateDownloadLocationRequestDefaultTypeInternal _CreateDownloadLocationRequest_default_instance_; +class CreateDownloadLocationResponse; +class CreateDownloadLocationResponseDefaultTypeInternal; +extern CreateDownloadLocationResponseDefaultTypeInternal _CreateDownloadLocationResponse_default_instance_; class CreateUploadLocationRequest; class CreateUploadLocationRequestDefaultTypeInternal; extern CreateUploadLocationRequestDefaultTypeInternal _CreateUploadLocationRequest_default_instance_; @@ -64,6 +70,8 @@ extern CreateUploadLocationResponseDefaultTypeInternal _CreateUploadLocationResp } // namespace flyteidl namespace google { namespace protobuf { +template<> ::flyteidl::service::CreateDownloadLocationRequest* Arena::CreateMaybeMessage<::flyteidl::service::CreateDownloadLocationRequest>(Arena*); +template<> ::flyteidl::service::CreateDownloadLocationResponse* Arena::CreateMaybeMessage<::flyteidl::service::CreateDownloadLocationResponse>(Arena*); template<> ::flyteidl::service::CreateUploadLocationRequest* Arena::CreateMaybeMessage<::flyteidl::service::CreateUploadLocationRequest>(Arena*); template<> ::flyteidl::service::CreateUploadLocationResponse* Arena::CreateMaybeMessage<::flyteidl::service::CreateUploadLocationResponse>(Arena*); } // namespace protobuf @@ -391,6 +399,266 @@ class CreateUploadLocationRequest final : mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fservice_2fdataproxy_2eproto; }; +// ------------------------------------------------------------------- + +class CreateDownloadLocationRequest final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.service.CreateDownloadLocationRequest) */ { + public: + CreateDownloadLocationRequest(); + virtual ~CreateDownloadLocationRequest(); + + CreateDownloadLocationRequest(const CreateDownloadLocationRequest& from); + + inline CreateDownloadLocationRequest& operator=(const CreateDownloadLocationRequest& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + CreateDownloadLocationRequest(CreateDownloadLocationRequest&& from) noexcept + : CreateDownloadLocationRequest() { + *this = ::std::move(from); + } + + inline CreateDownloadLocationRequest& operator=(CreateDownloadLocationRequest&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const CreateDownloadLocationRequest& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const CreateDownloadLocationRequest* internal_default_instance() { + return reinterpret_cast( + &_CreateDownloadLocationRequest_default_instance_); + } + static constexpr int kIndexInFileMessages = + 2; + + void Swap(CreateDownloadLocationRequest* other); + friend void swap(CreateDownloadLocationRequest& a, CreateDownloadLocationRequest& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline CreateDownloadLocationRequest* New() const final { + return CreateMaybeMessage(nullptr); + } + + CreateDownloadLocationRequest* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const CreateDownloadLocationRequest& from); + void MergeFrom(const CreateDownloadLocationRequest& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(CreateDownloadLocationRequest* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string native_url = 1; + void clear_native_url(); + static const int kNativeUrlFieldNumber = 1; + const ::std::string& native_url() const; + void set_native_url(const ::std::string& value); + #if LANG_CXX11 + void set_native_url(::std::string&& value); + #endif + void set_native_url(const char* value); + void set_native_url(const char* value, size_t size); + ::std::string* mutable_native_url(); + ::std::string* release_native_url(); + void set_allocated_native_url(::std::string* native_url); + + // .google.protobuf.Duration expires_in = 2; + bool has_expires_in() const; + void clear_expires_in(); + static const int kExpiresInFieldNumber = 2; + const ::google::protobuf::Duration& expires_in() const; + ::google::protobuf::Duration* release_expires_in(); + ::google::protobuf::Duration* mutable_expires_in(); + void set_allocated_expires_in(::google::protobuf::Duration* expires_in); + + // @@protoc_insertion_point(class_scope:flyteidl.service.CreateDownloadLocationRequest) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr native_url_; + ::google::protobuf::Duration* expires_in_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fservice_2fdataproxy_2eproto; +}; +// ------------------------------------------------------------------- + +class CreateDownloadLocationResponse final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.service.CreateDownloadLocationResponse) */ { + public: + CreateDownloadLocationResponse(); + virtual ~CreateDownloadLocationResponse(); + + CreateDownloadLocationResponse(const CreateDownloadLocationResponse& from); + + inline CreateDownloadLocationResponse& operator=(const CreateDownloadLocationResponse& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + CreateDownloadLocationResponse(CreateDownloadLocationResponse&& from) noexcept + : CreateDownloadLocationResponse() { + *this = ::std::move(from); + } + + inline CreateDownloadLocationResponse& operator=(CreateDownloadLocationResponse&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const CreateDownloadLocationResponse& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const CreateDownloadLocationResponse* internal_default_instance() { + return reinterpret_cast( + &_CreateDownloadLocationResponse_default_instance_); + } + static constexpr int kIndexInFileMessages = + 3; + + void Swap(CreateDownloadLocationResponse* other); + friend void swap(CreateDownloadLocationResponse& a, CreateDownloadLocationResponse& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline CreateDownloadLocationResponse* New() const final { + return CreateMaybeMessage(nullptr); + } + + CreateDownloadLocationResponse* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const CreateDownloadLocationResponse& from); + void MergeFrom(const CreateDownloadLocationResponse& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(CreateDownloadLocationResponse* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string signed_url = 1; + void clear_signed_url(); + static const int kSignedUrlFieldNumber = 1; + const ::std::string& signed_url() const; + void set_signed_url(const ::std::string& value); + #if LANG_CXX11 + void set_signed_url(::std::string&& value); + #endif + void set_signed_url(const char* value); + void set_signed_url(const char* value, size_t size); + ::std::string* mutable_signed_url(); + ::std::string* release_signed_url(); + void set_allocated_signed_url(::std::string* signed_url); + + // .google.protobuf.Timestamp expires_at = 2; + bool has_expires_at() const; + void clear_expires_at(); + static const int kExpiresAtFieldNumber = 2; + const ::google::protobuf::Timestamp& expires_at() const; + ::google::protobuf::Timestamp* release_expires_at(); + ::google::protobuf::Timestamp* mutable_expires_at(); + void set_allocated_expires_at(::google::protobuf::Timestamp* expires_at); + + // @@protoc_insertion_point(class_scope:flyteidl.service.CreateDownloadLocationResponse) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr signed_url_; + ::google::protobuf::Timestamp* expires_at_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fservice_2fdataproxy_2eproto; +}; // =================================================================== @@ -816,11 +1084,221 @@ inline void CreateUploadLocationRequest::set_allocated_content_md5(::std::string // @@protoc_insertion_point(field_set_allocated:flyteidl.service.CreateUploadLocationRequest.content_md5) } +// ------------------------------------------------------------------- + +// CreateDownloadLocationRequest + +// string native_url = 1; +inline void CreateDownloadLocationRequest::clear_native_url() { + native_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& CreateDownloadLocationRequest::native_url() const { + // @@protoc_insertion_point(field_get:flyteidl.service.CreateDownloadLocationRequest.native_url) + return native_url_.GetNoArena(); +} +inline void CreateDownloadLocationRequest::set_native_url(const ::std::string& value) { + + native_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.service.CreateDownloadLocationRequest.native_url) +} +#if LANG_CXX11 +inline void CreateDownloadLocationRequest::set_native_url(::std::string&& value) { + + native_url_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.service.CreateDownloadLocationRequest.native_url) +} +#endif +inline void CreateDownloadLocationRequest::set_native_url(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + native_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.service.CreateDownloadLocationRequest.native_url) +} +inline void CreateDownloadLocationRequest::set_native_url(const char* value, size_t size) { + + native_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.service.CreateDownloadLocationRequest.native_url) +} +inline ::std::string* CreateDownloadLocationRequest::mutable_native_url() { + + // @@protoc_insertion_point(field_mutable:flyteidl.service.CreateDownloadLocationRequest.native_url) + return native_url_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* CreateDownloadLocationRequest::release_native_url() { + // @@protoc_insertion_point(field_release:flyteidl.service.CreateDownloadLocationRequest.native_url) + + return native_url_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void CreateDownloadLocationRequest::set_allocated_native_url(::std::string* native_url) { + if (native_url != nullptr) { + + } else { + + } + native_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), native_url); + // @@protoc_insertion_point(field_set_allocated:flyteidl.service.CreateDownloadLocationRequest.native_url) +} + +// .google.protobuf.Duration expires_in = 2; +inline bool CreateDownloadLocationRequest::has_expires_in() const { + return this != internal_default_instance() && expires_in_ != nullptr; +} +inline const ::google::protobuf::Duration& CreateDownloadLocationRequest::expires_in() const { + const ::google::protobuf::Duration* p = expires_in_; + // @@protoc_insertion_point(field_get:flyteidl.service.CreateDownloadLocationRequest.expires_in) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Duration_default_instance_); +} +inline ::google::protobuf::Duration* CreateDownloadLocationRequest::release_expires_in() { + // @@protoc_insertion_point(field_release:flyteidl.service.CreateDownloadLocationRequest.expires_in) + + ::google::protobuf::Duration* temp = expires_in_; + expires_in_ = nullptr; + return temp; +} +inline ::google::protobuf::Duration* CreateDownloadLocationRequest::mutable_expires_in() { + + if (expires_in_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Duration>(GetArenaNoVirtual()); + expires_in_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.service.CreateDownloadLocationRequest.expires_in) + return expires_in_; +} +inline void CreateDownloadLocationRequest::set_allocated_expires_in(::google::protobuf::Duration* expires_in) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(expires_in_); + } + if (expires_in) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(expires_in)->GetArena(); + if (message_arena != submessage_arena) { + expires_in = ::google::protobuf::internal::GetOwnedMessage( + message_arena, expires_in, submessage_arena); + } + + } else { + + } + expires_in_ = expires_in; + // @@protoc_insertion_point(field_set_allocated:flyteidl.service.CreateDownloadLocationRequest.expires_in) +} + +// ------------------------------------------------------------------- + +// CreateDownloadLocationResponse + +// string signed_url = 1; +inline void CreateDownloadLocationResponse::clear_signed_url() { + signed_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& CreateDownloadLocationResponse::signed_url() const { + // @@protoc_insertion_point(field_get:flyteidl.service.CreateDownloadLocationResponse.signed_url) + return signed_url_.GetNoArena(); +} +inline void CreateDownloadLocationResponse::set_signed_url(const ::std::string& value) { + + signed_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.service.CreateDownloadLocationResponse.signed_url) +} +#if LANG_CXX11 +inline void CreateDownloadLocationResponse::set_signed_url(::std::string&& value) { + + signed_url_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.service.CreateDownloadLocationResponse.signed_url) +} +#endif +inline void CreateDownloadLocationResponse::set_signed_url(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + signed_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.service.CreateDownloadLocationResponse.signed_url) +} +inline void CreateDownloadLocationResponse::set_signed_url(const char* value, size_t size) { + + signed_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.service.CreateDownloadLocationResponse.signed_url) +} +inline ::std::string* CreateDownloadLocationResponse::mutable_signed_url() { + + // @@protoc_insertion_point(field_mutable:flyteidl.service.CreateDownloadLocationResponse.signed_url) + return signed_url_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* CreateDownloadLocationResponse::release_signed_url() { + // @@protoc_insertion_point(field_release:flyteidl.service.CreateDownloadLocationResponse.signed_url) + + return signed_url_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void CreateDownloadLocationResponse::set_allocated_signed_url(::std::string* signed_url) { + if (signed_url != nullptr) { + + } else { + + } + signed_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), signed_url); + // @@protoc_insertion_point(field_set_allocated:flyteidl.service.CreateDownloadLocationResponse.signed_url) +} + +// .google.protobuf.Timestamp expires_at = 2; +inline bool CreateDownloadLocationResponse::has_expires_at() const { + return this != internal_default_instance() && expires_at_ != nullptr; +} +inline const ::google::protobuf::Timestamp& CreateDownloadLocationResponse::expires_at() const { + const ::google::protobuf::Timestamp* p = expires_at_; + // @@protoc_insertion_point(field_get:flyteidl.service.CreateDownloadLocationResponse.expires_at) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Timestamp_default_instance_); +} +inline ::google::protobuf::Timestamp* CreateDownloadLocationResponse::release_expires_at() { + // @@protoc_insertion_point(field_release:flyteidl.service.CreateDownloadLocationResponse.expires_at) + + ::google::protobuf::Timestamp* temp = expires_at_; + expires_at_ = nullptr; + return temp; +} +inline ::google::protobuf::Timestamp* CreateDownloadLocationResponse::mutable_expires_at() { + + if (expires_at_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Timestamp>(GetArenaNoVirtual()); + expires_at_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.service.CreateDownloadLocationResponse.expires_at) + return expires_at_; +} +inline void CreateDownloadLocationResponse::set_allocated_expires_at(::google::protobuf::Timestamp* expires_at) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(expires_at_); + } + if (expires_at) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(expires_at)->GetArena(); + if (message_arena != submessage_arena) { + expires_at = ::google::protobuf::internal::GetOwnedMessage( + message_arena, expires_at, submessage_arena); + } + + } else { + + } + expires_at_ = expires_at; + // @@protoc_insertion_point(field_set_allocated:flyteidl.service.CreateDownloadLocationResponse.expires_at) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) 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 cea02be51c..40563db7de 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.go @@ -463,10 +463,13 @@ type NodeExecutionClosure struct { // Types that are valid to be assigned to TargetMetadata: // *NodeExecutionClosure_WorkflowNodeMetadata // *NodeExecutionClosure_TaskNodeMetadata - TargetMetadata isNodeExecutionClosure_TargetMetadata `protobuf_oneof:"target_metadata"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + TargetMetadata isNodeExecutionClosure_TargetMetadata `protobuf_oneof:"target_metadata"` + // String location uniquely identifying where the deck HTML file is. + // NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar) + DeckUri string `protobuf:"bytes,11,opt,name=deck_uri,json=deckUri,proto3" json:"deck_uri,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *NodeExecutionClosure) Reset() { *m = NodeExecutionClosure{} } @@ -618,6 +621,13 @@ func (m *NodeExecutionClosure) GetTaskNodeMetadata() *TaskNodeMetadata { return nil } +func (m *NodeExecutionClosure) GetDeckUri() string { + if m != nil { + return m.DeckUri + } + return "" +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*NodeExecutionClosure) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -913,74 +923,75 @@ func init() { } var fileDescriptor_f73b3eae493fd736 = []byte{ - // 1090 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xdd, 0x6e, 0xdc, 0x44, - 0x14, 0xae, 0xb7, 0x4d, 0xb2, 0x7b, 0x36, 0xdd, 0x6c, 0x86, 0x94, 0x6e, 0x9b, 0xa6, 0x59, 0xdc, - 0x82, 0x02, 0xa8, 0x5e, 0x69, 0xab, 0xf0, 0x27, 0x04, 0x64, 0x93, 0xb6, 0x89, 0x48, 0x20, 0x4c, - 0x1a, 0x90, 0x10, 0xc2, 0x9a, 0xb5, 0x67, 0x37, 0xa3, 0x78, 0x3d, 0xce, 0xcc, 0x58, 0x61, 0x1f, - 0xa5, 0x17, 0x88, 0x7b, 0x9e, 0x89, 0x7b, 0x24, 0x9e, 0x02, 0x79, 0x3c, 0xf6, 0xae, 0x1d, 0x2b, - 0x91, 0xca, 0x05, 0x97, 0x3e, 0xe7, 0x3b, 0xdf, 0xf9, 0x99, 0x33, 0x9f, 0x07, 0x9e, 0x8c, 0x82, - 0xa9, 0xa2, 0xcc, 0x0f, 0x7a, 0xc4, 0x9f, 0xb0, 0xb0, 0x17, 0x72, 0x9f, 0xba, 0xf4, 0x37, 0xea, - 0xc5, 0x8a, 0xf1, 0xd0, 0x89, 0x04, 0x57, 0x1c, 0xb5, 0x32, 0x90, 0xa3, 0x41, 0x0f, 0xd7, 0x4b, - 0x41, 0x1e, 0x9f, 0x4c, 0x32, 0xf0, 0xc3, 0x8d, 0xdc, 0xe9, 0x71, 0x41, 0x7b, 0x25, 0xae, 0xb9, - 0x58, 0xed, 0xf6, 0x88, 0x22, 0x01, 0x1f, 0x1b, 0xe7, 0xa3, 0x92, 0x93, 0x4f, 0x22, 0x16, 0x50, - 0x61, 0xbc, 0x8f, 0x8b, 0x5e, 0xe6, 0xd3, 0x50, 0xb1, 0x11, 0xcb, 0xfd, 0xa5, 0xe8, 0x80, 0x29, - 0x2a, 0x48, 0x20, 0x8d, 0x77, 0x73, 0xcc, 0xf9, 0x38, 0xa0, 0x3d, 0xfd, 0x35, 0x8c, 0x47, 0x3d, - 0xc5, 0x26, 0x54, 0x2a, 0x32, 0x89, 0x32, 0xfa, 0x32, 0xc0, 0x8f, 0x05, 0x99, 0x55, 0x6e, 0xff, - 0x00, 0xf7, 0xbf, 0xe3, 0x3e, 0x7d, 0x91, 0x35, 0xf4, 0x8a, 0x2a, 0x4c, 0x2f, 0x62, 0x2a, 0x15, - 0xfa, 0x04, 0x6a, 0xcc, 0xef, 0x58, 0x5d, 0x6b, 0xab, 0xd9, 0xff, 0xc0, 0xc9, 0xa7, 0x95, 0x94, - 0xe1, 0x14, 0x62, 0x0e, 0xf2, 0x9a, 0x71, 0x8d, 0xf9, 0xf6, 0x9b, 0x1a, 0x74, 0x0a, 0xfe, 0x43, - 0x26, 0x73, 0xd2, 0x5f, 0xe1, 0xde, 0x25, 0x17, 0xe7, 0xa3, 0x80, 0x5f, 0xce, 0x4e, 0xc4, 0xcd, - 0xf3, 0x7c, 0x54, 0xca, 0xf3, 0x93, 0xc1, 0x56, 0xe5, 0x7a, 0xe7, 0xf2, 0xaa, 0x13, 0xad, 0xc1, - 0x42, 0xc0, 0x26, 0x4c, 0x75, 0x6a, 0x5d, 0x6b, 0xeb, 0x2e, 0x4e, 0x3f, 0x12, 0xab, 0xe2, 0xe7, - 0x34, 0xec, 0xdc, 0xee, 0x5a, 0x5b, 0x0d, 0x9c, 0x7e, 0xa0, 0x0e, 0x2c, 0x8d, 0x58, 0xa0, 0xa8, - 0x90, 0x9d, 0x3b, 0xda, 0x9e, 0x7d, 0xa2, 0x67, 0xb0, 0x24, 0xb9, 0x50, 0xee, 0x70, 0xda, 0x59, - 0xd0, 0x75, 0xad, 0x39, 0xc5, 0x6d, 0x71, 0x4e, 0xb8, 0x50, 0x78, 0x31, 0x01, 0x0d, 0xa6, 0x68, - 0x0b, 0xda, 0x71, 0xc8, 0x2e, 0x62, 0xea, 0x46, 0x44, 0xd0, 0x50, 0x25, 0xfd, 0x2c, 0x6a, 0xc6, - 0x56, 0x6a, 0x3f, 0xd6, 0xe6, 0x03, 0xdf, 0xfe, 0xc7, 0x82, 0xcd, 0xc2, 0x6c, 0x5e, 0x72, 0xf1, - 0x9a, 0xc8, 0xf3, 0xf9, 0x11, 0x61, 0x58, 0x55, 0x44, 0x9e, 0x57, 0x8d, 0xa7, 0x7c, 0x0c, 0x49, - 0x68, 0xd5, 0x68, 0x56, 0x54, 0xd1, 0xf1, 0xbf, 0x8c, 0xc5, 0xfe, 0xdb, 0x82, 0xbb, 0x85, 0x66, - 0xdf, 0x76, 0xa5, 0xd0, 0x3a, 0x34, 0x58, 0x18, 0xc5, 0xca, 0x8d, 0x05, 0xd3, 0x2d, 0x34, 0x70, - 0x5d, 0x1b, 0x4e, 0x05, 0x43, 0x5f, 0xc1, 0x92, 0x17, 0x70, 0x19, 0x0b, 0xaa, 0xfb, 0x68, 0xf6, - 0x9f, 0x96, 0xab, 0x2a, 0x50, 0xef, 0xa6, 0x58, 0x9c, 0x05, 0xa1, 0x1d, 0xa8, 0x4f, 0xa8, 0x22, - 0x3e, 0x51, 0x44, 0x37, 0xdc, 0xec, 0xbf, 0x7f, 0x2d, 0xc1, 0x11, 0x55, 0x64, 0x8f, 0x28, 0x82, - 0xf3, 0x30, 0xfb, 0x0f, 0x0b, 0xee, 0x55, 0x62, 0xd0, 0x26, 0x34, 0x05, 0x55, 0x62, 0xea, 0x8e, - 0x05, 0x8f, 0x23, 0xdd, 0x7a, 0x03, 0x83, 0x36, 0xbd, 0x4a, 0x2c, 0xe8, 0x29, 0xb4, 0x98, 0xcc, - 0xf6, 0x26, 0x11, 0x2a, 0xdd, 0x5f, 0x1d, 0x2f, 0x33, 0x99, 0x6e, 0x4d, 0xc2, 0x8b, 0xba, 0xb0, - 0x2c, 0x23, 0xea, 0x69, 0x40, 0xb2, 0x0e, 0xe9, 0x81, 0x41, 0x62, 0x4b, 0xfc, 0x07, 0x3e, 0xda, - 0x00, 0x60, 0xd2, 0xf5, 0xa7, 0x21, 0x99, 0x30, 0x4f, 0xf7, 0x51, 0xc7, 0x0d, 0x26, 0xf7, 0x52, - 0x83, 0x7d, 0x01, 0xab, 0x57, 0xee, 0x24, 0x7a, 0x09, 0x2b, 0x45, 0x69, 0x94, 0x1d, 0xab, 0x7b, - 0x7b, 0xab, 0xd9, 0xdf, 0xb8, 0x76, 0x00, 0xb8, 0x15, 0xce, 0x7f, 0xca, 0xd9, 0x1e, 0xd5, 0xe6, - 0xf6, 0xc8, 0xfe, 0x73, 0x01, 0xd6, 0xaa, 0x26, 0x8f, 0x9e, 0x00, 0xf0, 0x58, 0x65, 0xc7, 0xa9, - 0x47, 0x32, 0xa8, 0x75, 0xac, 0xfd, 0x5b, 0xb8, 0x91, 0xda, 0x93, 0x53, 0xdd, 0x86, 0x05, 0x2a, - 0x04, 0x17, 0x9a, 0xb3, 0x50, 0x91, 0xde, 0x96, 0x9c, 0xf4, 0x45, 0x02, 0xda, 0xbf, 0x85, 0x53, - 0x34, 0xfa, 0x06, 0x9a, 0x86, 0x5b, 0x9f, 0x27, 0xe8, 0xe0, 0x07, 0xa5, 0xe0, 0xc3, 0x54, 0x44, - 0x8f, 0x48, 0x64, 0xf2, 0x9a, 0x7a, 0xf4, 0x89, 0x7d, 0x06, 0x0b, 0xd1, 0x19, 0x91, 0xe9, 0x32, - 0xb5, 0xfa, 0xf6, 0x75, 0x6b, 0xea, 0x1c, 0x27, 0x48, 0x9c, 0x06, 0xa0, 0xcf, 0x01, 0xa4, 0x22, - 0x42, 0x51, 0xdf, 0x25, 0xca, 0xac, 0xd2, 0x43, 0x27, 0x15, 0x60, 0x27, 0x13, 0x60, 0xe7, 0x75, - 0xa6, 0xd0, 0xb8, 0x61, 0xd0, 0x3b, 0x0a, 0x6d, 0x43, 0x3d, 0x13, 0x66, 0x73, 0xb5, 0x1e, 0x5c, - 0x09, 0xdc, 0x33, 0x00, 0x9c, 0x43, 0x93, 0x8c, 0x9e, 0xa0, 0xc4, 0x64, 0x5c, 0xbc, 0x39, 0xa3, - 0x41, 0xef, 0xa8, 0x24, 0x34, 0x8e, 0xfc, 0x2c, 0x74, 0xe9, 0xe6, 0x50, 0x83, 0xde, 0x51, 0xe8, - 0x17, 0x78, 0x37, 0xd7, 0x70, 0xbd, 0x3f, 0xf9, 0xf5, 0xa9, 0x57, 0xdf, 0xbf, 0x4c, 0xc5, 0x93, - 0xd9, 0x1d, 0x19, 0xec, 0xbe, 0x85, 0xd7, 0x2e, 0x2b, 0xec, 0xe8, 0x18, 0x90, 0x96, 0xbf, 0x22, - 0x73, 0x43, 0x33, 0x77, 0xcb, 0xcc, 0x89, 0x00, 0x96, 0x58, 0xdb, 0xaa, 0x64, 0x1b, 0xac, 0xc0, - 0x5d, 0xb3, 0x13, 0x82, 0xca, 0x38, 0x50, 0x83, 0x55, 0x58, 0x51, 0x44, 0x8c, 0xa9, 0xca, 0xf9, - 0x6d, 0x1f, 0xd6, 0xaa, 0xaa, 0x44, 0x87, 0xd0, 0xa4, 0x33, 0x51, 0x7a, 0x8b, 0xbf, 0xd4, 0x7c, - 0xb8, 0xfd, 0xc6, 0x82, 0x76, 0xb9, 0x64, 0xb4, 0x07, 0xcb, 0x1e, 0xf1, 0xce, 0xa8, 0x2b, 0x15, - 0x51, 0xb1, 0xd4, 0x39, 0x5a, 0xfd, 0xf7, 0x4a, 0x39, 0x76, 0xd3, 0x37, 0xc5, 0x6e, 0x82, 0x3c, - 0xd1, 0x40, 0xdc, 0xf4, 0x66, 0x1f, 0xe8, 0x6b, 0x68, 0x9a, 0x67, 0x87, 0x7b, 0x4e, 0xa7, 0xe6, - 0xd6, 0x3c, 0xae, 0x26, 0xc9, 0x52, 0x63, 0x30, 0x21, 0xdf, 0xd2, 0xa9, 0xfd, 0xbb, 0x05, 0xeb, - 0x46, 0x2d, 0x2a, 0x27, 0xf1, 0xe1, 0x9c, 0x76, 0x97, 0x2f, 0x54, 0x49, 0xae, 0x4f, 0x60, 0xd5, - 0xbc, 0x72, 0x7c, 0x37, 0x3b, 0x63, 0x53, 0x51, 0x59, 0xf5, 0x77, 0x0d, 0x2e, 0x4b, 0x99, 0xa9, - 0x73, 0xdb, 0x2b, 0x39, 0xec, 0x53, 0x58, 0x2f, 0xbf, 0x54, 0xb4, 0x0a, 0xff, 0xc7, 0xd7, 0xca, - 0x5f, 0x35, 0x78, 0x54, 0xcd, 0x2b, 0x23, 0x1e, 0x4a, 0x8a, 0x9e, 0xc3, 0xa2, 0xfe, 0xd5, 0x48, - 0x43, 0x7e, 0xbf, 0xbc, 0x83, 0xa7, 0x22, 0x18, 0x04, 0x7c, 0x98, 0x48, 0x09, 0x36, 0x50, 0xb4, - 0x0d, 0x4b, 0xe9, 0xca, 0x49, 0xd3, 0xf7, 0xb5, 0x51, 0x19, 0x16, 0x7d, 0x01, 0xcd, 0x51, 0x1c, - 0x04, 0xae, 0x49, 0x78, 0xfb, 0x06, 0xf5, 0xc2, 0x90, 0xa0, 0x0f, 0xd2, 0x94, 0x5f, 0xc2, 0xb2, - 0x8e, 0xcd, 0xf2, 0xde, 0xb9, 0x29, 0x58, 0xa7, 0xfa, 0xde, 0x64, 0xfe, 0x11, 0xda, 0xe6, 0xdf, - 0x31, 0x3b, 0xb1, 0xb6, 0x66, 0xf8, 0xb8, 0x5c, 0xf9, 0x35, 0x4b, 0x82, 0x57, 0xfc, 0xa2, 0x73, - 0xf0, 0xe9, 0xcf, 0xdb, 0x63, 0xa6, 0xce, 0xe2, 0xa1, 0xe3, 0xf1, 0x49, 0x4f, 0x33, 0x71, 0x31, - 0xee, 0xe5, 0x8f, 0xda, 0x31, 0x0d, 0x7b, 0xd1, 0xf0, 0xd9, 0x98, 0xf7, 0x8a, 0xcf, 0xef, 0xe1, - 0xa2, 0xd6, 0xa0, 0xe7, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xad, 0x21, 0x8c, 0xa5, 0xcc, 0x0b, - 0x00, 0x00, + // 1107 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xef, 0x6e, 0xdb, 0x36, + 0x10, 0xaf, 0xdc, 0x26, 0xb1, 0xcf, 0xa9, 0xe3, 0x70, 0xe9, 0xea, 0x24, 0x4d, 0xe3, 0xa9, 0xdd, + 0x90, 0x6d, 0xa8, 0x0d, 0xb8, 0xc8, 0xfe, 0x61, 0xd8, 0x16, 0x27, 0x6d, 0x13, 0x2c, 0xd9, 0x32, + 0xa6, 0xd9, 0x80, 0x61, 0x98, 0x40, 0x4b, 0xb4, 0x43, 0x58, 0x16, 0x15, 0x92, 0x42, 0xe6, 0x47, + 0xe9, 0x87, 0x61, 0x4f, 0xb3, 0xb7, 0xd8, 0xf7, 0x01, 0x7b, 0x8a, 0x41, 0x14, 0x25, 0x5b, 0x8a, + 0x90, 0x00, 0xdd, 0x87, 0x7d, 0xe4, 0xdd, 0xef, 0x7e, 0xc7, 0x3b, 0x1e, 0x7f, 0x24, 0x3c, 0x19, + 0xfa, 0x53, 0x45, 0x99, 0xe7, 0x77, 0x89, 0x37, 0x61, 0x41, 0x37, 0xe0, 0x1e, 0x75, 0xe8, 0x6f, + 0xd4, 0x8d, 0x14, 0xe3, 0x41, 0x27, 0x14, 0x5c, 0x71, 0xd4, 0x48, 0x41, 0x1d, 0x0d, 0xda, 0xd8, + 0x2c, 0x04, 0xb9, 0x7c, 0x32, 0x49, 0xc1, 0x1b, 0x5b, 0x99, 0xd3, 0xe5, 0x82, 0x76, 0x0b, 0x5c, + 0x73, 0xb1, 0xda, 0xed, 0x12, 0x45, 0x7c, 0x3e, 0x32, 0xce, 0x47, 0x05, 0x27, 0x9f, 0x84, 0xcc, + 0xa7, 0xc2, 0x78, 0x1f, 0xe7, 0xbd, 0xcc, 0xa3, 0x81, 0x62, 0x43, 0x96, 0xf9, 0x0b, 0xd1, 0x3e, + 0x53, 0x54, 0x10, 0x5f, 0x1a, 0xef, 0xf6, 0x88, 0xf3, 0x91, 0x4f, 0xbb, 0x7a, 0x35, 0x88, 0x86, + 0x5d, 0xc5, 0x26, 0x54, 0x2a, 0x32, 0x09, 0x53, 0xfa, 0x22, 0xc0, 0x8b, 0x04, 0x99, 0xed, 0xdc, + 0xfe, 0x01, 0x1e, 0x7e, 0xc7, 0x3d, 0xfa, 0x22, 0x2d, 0xe8, 0x15, 0x55, 0x98, 0x5e, 0x46, 0x54, + 0x2a, 0xf4, 0x09, 0x54, 0x98, 0xd7, 0xb2, 0xda, 0xd6, 0x4e, 0xbd, 0xf7, 0x41, 0x27, 0xeb, 0x56, + 0xbc, 0x8d, 0x4e, 0x2e, 0xe6, 0x28, 0xdb, 0x33, 0xae, 0x30, 0xcf, 0x7e, 0x53, 0x81, 0x56, 0xce, + 0x7f, 0xcc, 0x64, 0x46, 0xfa, 0x2b, 0x3c, 0xb8, 0xe2, 0x62, 0x3c, 0xf4, 0xf9, 0xd5, 0xec, 0x44, + 0x9c, 0x2c, 0xcf, 0x47, 0x85, 0x3c, 0x3f, 0x19, 0x6c, 0x59, 0xae, 0x77, 0xae, 0xae, 0x3b, 0xd1, + 0x1a, 0x2c, 0xf8, 0x6c, 0xc2, 0x54, 0xab, 0xd2, 0xb6, 0x76, 0xee, 0xe3, 0x64, 0x11, 0x5b, 0x15, + 0x1f, 0xd3, 0xa0, 0x75, 0xb7, 0x6d, 0xed, 0xd4, 0x70, 0xb2, 0x40, 0x2d, 0x58, 0x1a, 0x32, 0x5f, + 0x51, 0x21, 0x5b, 0xf7, 0xb4, 0x3d, 0x5d, 0xa2, 0x67, 0xb0, 0x24, 0xb9, 0x50, 0xce, 0x60, 0xda, + 0x5a, 0xd0, 0xfb, 0x5a, 0xeb, 0xe4, 0xa7, 0xa5, 0x73, 0xc6, 0x85, 0xc2, 0x8b, 0x31, 0xa8, 0x3f, + 0x45, 0x3b, 0xd0, 0x8c, 0x02, 0x76, 0x19, 0x51, 0x27, 0x24, 0x82, 0x06, 0x2a, 0xae, 0x67, 0x51, + 0x33, 0x36, 0x12, 0xfb, 0xa9, 0x36, 0x1f, 0x79, 0xf6, 0x3f, 0x16, 0x6c, 0xe7, 0x7a, 0xf3, 0x92, + 0x8b, 0xd7, 0x44, 0x8e, 0xe7, 0x5b, 0x84, 0x61, 0x55, 0x11, 0x39, 0x2e, 0x6b, 0x4f, 0xf1, 0x18, + 0xe2, 0xd0, 0xb2, 0xd6, 0xac, 0xa8, 0xbc, 0xe3, 0x7f, 0x69, 0x8b, 0xfd, 0xb7, 0x05, 0xf7, 0x73, + 0xc5, 0xbe, 0xed, 0x48, 0xa1, 0x4d, 0xa8, 0xb1, 0x20, 0x8c, 0x94, 0x13, 0x09, 0xa6, 0x4b, 0xa8, + 0xe1, 0xaa, 0x36, 0x9c, 0x0b, 0x86, 0xbe, 0x82, 0x25, 0xd7, 0xe7, 0x32, 0x12, 0x54, 0xd7, 0x51, + 0xef, 0x3d, 0x2d, 0xee, 0x2a, 0x47, 0xbd, 0x9f, 0x60, 0x71, 0x1a, 0x84, 0xf6, 0xa0, 0x3a, 0xa1, + 0x8a, 0x78, 0x44, 0x11, 0x5d, 0x70, 0xbd, 0xf7, 0xfe, 0x8d, 0x04, 0x27, 0x54, 0x91, 0x03, 0xa2, + 0x08, 0xce, 0xc2, 0xec, 0x3f, 0x2c, 0x78, 0x50, 0x8a, 0x41, 0xdb, 0x50, 0x17, 0x54, 0x89, 0xa9, + 0x33, 0x12, 0x3c, 0x0a, 0x75, 0xe9, 0x35, 0x0c, 0xda, 0xf4, 0x2a, 0xb6, 0xa0, 0xa7, 0xd0, 0x60, + 0x32, 0x9d, 0x9b, 0x58, 0xa8, 0x74, 0x7d, 0x55, 0xbc, 0xcc, 0x64, 0x32, 0x35, 0x31, 0x2f, 0x6a, + 0xc3, 0xb2, 0x0c, 0xa9, 0xab, 0x01, 0xf1, 0x38, 0x24, 0x07, 0x06, 0xb1, 0x2d, 0xf6, 0x1f, 0x79, + 0x68, 0x0b, 0x80, 0x49, 0xc7, 0x9b, 0x06, 0x64, 0xc2, 0x5c, 0x5d, 0x47, 0x15, 0xd7, 0x98, 0x3c, + 0x48, 0x0c, 0xf6, 0x25, 0xac, 0x5e, 0xbb, 0x93, 0xe8, 0x25, 0xac, 0xe4, 0xa5, 0x51, 0xb6, 0xac, + 0xf6, 0xdd, 0x9d, 0x7a, 0x6f, 0xeb, 0xc6, 0x06, 0xe0, 0x46, 0x30, 0xbf, 0x94, 0xb3, 0x39, 0xaa, + 0xcc, 0xcd, 0x91, 0xfd, 0xe7, 0x02, 0xac, 0x95, 0x75, 0x1e, 0x3d, 0x01, 0xe0, 0x91, 0x4a, 0x8f, + 0x53, 0xb7, 0xa4, 0x5f, 0x69, 0x59, 0x87, 0x77, 0x70, 0x2d, 0xb1, 0xc7, 0xa7, 0xba, 0x0b, 0x0b, + 0x54, 0x08, 0x2e, 0x34, 0x67, 0x6e, 0x47, 0x7a, 0x5a, 0x32, 0xd2, 0x17, 0x31, 0xe8, 0xf0, 0x0e, + 0x4e, 0xd0, 0xe8, 0x1b, 0xa8, 0x1b, 0x6e, 0x7d, 0x9e, 0xa0, 0x83, 0xd7, 0x0b, 0xc1, 0xc7, 0x89, + 0x88, 0x9e, 0x90, 0xd0, 0xe4, 0x35, 0xfb, 0xd1, 0x27, 0xf6, 0x19, 0x2c, 0x84, 0x17, 0x44, 0x26, + 0xc3, 0xd4, 0xe8, 0xd9, 0x37, 0x8d, 0x69, 0xe7, 0x34, 0x46, 0xe2, 0x24, 0x00, 0x7d, 0x0e, 0x20, + 0x15, 0x11, 0x8a, 0x7a, 0x0e, 0x51, 0x66, 0x94, 0x36, 0x3a, 0x89, 0x00, 0x77, 0x52, 0x01, 0xee, + 0xbc, 0x4e, 0x15, 0x1a, 0xd7, 0x0c, 0x7a, 0x4f, 0xa1, 0x5d, 0xa8, 0xa6, 0xc2, 0x6c, 0xae, 0xd6, + 0xfa, 0xb5, 0xc0, 0x03, 0x03, 0xc0, 0x19, 0x34, 0xce, 0xe8, 0x0a, 0x4a, 0x4c, 0xc6, 0xc5, 0xdb, + 0x33, 0x1a, 0xf4, 0x9e, 0x8a, 0x43, 0xa3, 0xd0, 0x4b, 0x43, 0x97, 0x6e, 0x0f, 0x35, 0xe8, 0x3d, + 0x85, 0x7e, 0x81, 0x77, 0x33, 0x0d, 0xd7, 0xf3, 0x93, 0x5d, 0x9f, 0x6a, 0xf9, 0xfd, 0x4b, 0x55, + 0x3c, 0xee, 0xdd, 0x89, 0xc1, 0x1e, 0x5a, 0x78, 0xed, 0xaa, 0xc4, 0x8e, 0x4e, 0x01, 0x69, 0xf9, + 0xcb, 0x33, 0xd7, 0x34, 0x73, 0xbb, 0xc8, 0x1c, 0x0b, 0x60, 0x81, 0xb5, 0xa9, 0x0a, 0x36, 0xb4, + 0x0e, 0x55, 0x8f, 0xba, 0x63, 0x3d, 0x6d, 0xf5, 0x44, 0xd1, 0xe2, 0xf5, 0xb9, 0x60, 0xfd, 0x15, + 0xb8, 0x6f, 0xc6, 0x45, 0x50, 0x19, 0xf9, 0xaa, 0xbf, 0x0a, 0x2b, 0x8a, 0x88, 0x11, 0x55, 0x59, + 0x6a, 0xdb, 0x83, 0xb5, 0xb2, 0x02, 0xd0, 0x31, 0xd4, 0xe9, 0x4c, 0xaf, 0xde, 0xe2, 0x01, 0x9b, + 0x0f, 0xb7, 0xdf, 0x58, 0xd0, 0x2c, 0x56, 0x83, 0x0e, 0x60, 0xd9, 0x25, 0xee, 0x05, 0x75, 0xa4, + 0x22, 0x2a, 0x92, 0x3a, 0x47, 0xa3, 0xf7, 0x5e, 0x21, 0xc7, 0x7e, 0xf2, 0xdd, 0xd8, 0x8f, 0x91, + 0x67, 0x1a, 0x88, 0xeb, 0xee, 0x6c, 0x81, 0xbe, 0x86, 0xba, 0xf9, 0x91, 0x38, 0x63, 0x3a, 0x35, + 0x17, 0xea, 0x71, 0x39, 0x49, 0x9a, 0x1a, 0x83, 0x09, 0xf9, 0x96, 0x4e, 0xed, 0xdf, 0x2d, 0xd8, + 0x34, 0x42, 0x52, 0xda, 0x89, 0x0f, 0xe7, 0x64, 0xbd, 0x78, 0xd7, 0x0a, 0x4a, 0x7e, 0x06, 0xab, + 0xe6, 0x03, 0xe4, 0x39, 0xe9, 0xf1, 0x9b, 0x1d, 0x15, 0x1f, 0x84, 0x7d, 0x83, 0x4b, 0x53, 0xa6, + 0xc2, 0xdd, 0x74, 0x0b, 0x0e, 0xfb, 0x1c, 0x36, 0x8b, 0x9f, 0x18, 0x2d, 0xd0, 0xff, 0xf1, 0x23, + 0xf3, 0x57, 0x05, 0x1e, 0x95, 0xf3, 0xca, 0x90, 0x07, 0x92, 0xa2, 0xe7, 0xb0, 0xa8, 0x5f, 0x21, + 0x69, 0xc8, 0x1f, 0x16, 0xc7, 0xf3, 0x5c, 0xf8, 0x7d, 0x9f, 0x0f, 0x62, 0x95, 0xc1, 0x06, 0x8a, + 0x76, 0x61, 0x29, 0x19, 0x39, 0x69, 0xea, 0xbe, 0x31, 0x2a, 0xc5, 0xa2, 0x2f, 0xa0, 0x3e, 0x8c, + 0x7c, 0xdf, 0x31, 0x09, 0xef, 0xde, 0x22, 0x6c, 0x18, 0x62, 0xf4, 0x51, 0x92, 0xf2, 0x4b, 0x58, + 0xd6, 0xb1, 0x69, 0xde, 0x7b, 0xb7, 0x05, 0xeb, 0x54, 0xdf, 0x9b, 0xcc, 0x3f, 0x42, 0xd3, 0x3c, + 0x2b, 0xb3, 0x13, 0x6b, 0x6a, 0x86, 0x8f, 0x8b, 0x3b, 0xbf, 0x61, 0x48, 0xf0, 0x8a, 0x97, 0x77, + 0xf6, 0x3f, 0xfd, 0x79, 0x77, 0xc4, 0xd4, 0x45, 0x34, 0xe8, 0xb8, 0x7c, 0xd2, 0xd5, 0x4c, 0x5c, + 0x8c, 0xba, 0xd9, 0x7f, 0x77, 0x44, 0x83, 0x6e, 0x38, 0x78, 0x36, 0xe2, 0xdd, 0xfc, 0xcf, 0x7c, + 0xb0, 0xa8, 0xe5, 0xe9, 0xf9, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xcb, 0x1c, 0x15, 0xfa, 0xe7, + 0x0b, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/node_execution.pb.validate.go index 77722720b2..feb46ed8c9 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 @@ -614,6 +614,8 @@ func (m *NodeExecutionClosure) Validate() error { } } + // no validation rules for DeckUri + switch m.OutputResult.(type) { case *NodeExecutionClosure_OutputUri: diff --git a/flyteidl/gen/pb-go/flyteidl/event/event.pb.go b/flyteidl/gen/pb-go/flyteidl/event/event.pb.go index 225475f84e..164c19f649 100644 --- a/flyteidl/gen/pb-go/flyteidl/event/event.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/event/event.pb.go @@ -219,7 +219,10 @@ type NodeExecutionEvent struct { // Whether this node launched a subworkflow. IsParent bool `protobuf:"varint,17,opt,name=is_parent,json=isParent,proto3" json:"is_parent,omitempty"` // Whether this node yielded a dynamic workflow. - IsDynamic bool `protobuf:"varint,18,opt,name=is_dynamic,json=isDynamic,proto3" json:"is_dynamic,omitempty"` + IsDynamic bool `protobuf:"varint,18,opt,name=is_dynamic,json=isDynamic,proto3" json:"is_dynamic,omitempty"` + // String location uniquely identifying where the deck HTML file is + // NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar) + DeckUri string `protobuf:"bytes,19,opt,name=deck_uri,json=deckUri,proto3" json:"deck_uri,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -428,6 +431,13 @@ func (m *NodeExecutionEvent) GetIsDynamic() bool { return false } +func (m *NodeExecutionEvent) GetDeckUri() string { + if m != nil { + return m.DeckUri + } + return "" +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*NodeExecutionEvent) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -1146,91 +1156,92 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1365 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xed, 0x6e, 0xdb, 0x36, - 0x17, 0x8e, 0x9d, 0xc6, 0x89, 0x8f, 0x6c, 0xc7, 0x26, 0xd2, 0x54, 0x6f, 0xd3, 0x36, 0x7e, 0xbd, - 0x75, 0x70, 0x5b, 0xcc, 0x06, 0x5c, 0xb4, 0x2b, 0xb0, 0x02, 0x43, 0xbe, 0xb6, 0x18, 0x4b, 0x83, - 0x80, 0x71, 0x5a, 0xa0, 0xdb, 0x20, 0x30, 0x12, 0xe3, 0x0a, 0x91, 0x45, 0x81, 0xa4, 0xda, 0xfa, - 0x62, 0xba, 0x0b, 0xd8, 0xa5, 0xec, 0xe7, 0x2e, 0x63, 0x57, 0x31, 0x88, 0x94, 0xe4, 0x48, 0x16, - 0xbc, 0xa6, 0xed, 0xfe, 0x04, 0xd0, 0xf9, 0x78, 0x78, 0x78, 0xbe, 0x1e, 0xc6, 0x70, 0xfb, 0xc2, - 0x9b, 0x4a, 0xea, 0x3a, 0x5e, 0x9f, 0xbe, 0xa5, 0xbe, 0xd4, 0x7f, 0x7b, 0x01, 0x67, 0x92, 0xa1, - 0x46, 0xa2, 0xeb, 0x29, 0xe9, 0xed, 0x3b, 0xa9, 0xad, 0xcd, 0x38, 0xed, 0x7b, 0xae, 0xa4, 0x9c, - 0x78, 0x42, 0x5b, 0xe7, 0xb5, 0x36, 0x9b, 0x04, 0xae, 0x47, 0x79, 0xac, 0xbd, 0x9b, 0xd5, 0xd2, - 0xf7, 0xd4, 0x0e, 0xa5, 0xcb, 0xfc, 0x58, 0x7d, 0x2f, 0xab, 0x76, 0x1d, 0xea, 0x4b, 0xf7, 0xc2, - 0x4d, 0xdd, 0xb7, 0x72, 0xe0, 0x44, 0x12, 0x8f, 0x8d, 0x63, 0xe5, 0xf6, 0x98, 0xb1, 0xb1, 0x47, - 0xfb, 0xea, 0xeb, 0x3c, 0xbc, 0xe8, 0x4b, 0x77, 0x42, 0x85, 0x24, 0x93, 0x20, 0x09, 0x2d, 0x6f, - 0x20, 0x24, 0x0f, 0xed, 0xf8, 0x9a, 0x9d, 0x3f, 0x96, 0x61, 0xf3, 0x15, 0xe3, 0x97, 0x17, 0x1e, - 0x7b, 0x77, 0x90, 0xc4, 0x75, 0x10, 0xdd, 0x18, 0xbd, 0x80, 0x5a, 0x1a, 0xa9, 0xe5, 0x3a, 0x66, - 0xa9, 0x5d, 0xea, 0x1a, 0x83, 0x87, 0xbd, 0x34, 0x31, 0x51, 0x34, 0xbd, 0x39, 0xe7, 0x61, 0x1a, - 0x3e, 0x36, 0xe8, 0x4c, 0x88, 0xb6, 0xc1, 0x08, 0x38, 0x73, 0x42, 0x9b, 0xf2, 0x08, 0xad, 0xdc, - 0x2e, 0x75, 0xab, 0x18, 0x12, 0xd1, 0xd0, 0x41, 0xcf, 0x61, 0x25, 0x78, 0x43, 0x04, 0x35, 0x97, - 0xdb, 0xa5, 0x6e, 0x63, 0xf0, 0xcd, 0xbf, 0x1d, 0xd4, 0x3b, 0x89, 0xac, 0xb1, 0x76, 0x42, 0xdf, - 0x83, 0xc1, 0x6c, 0x3b, 0xe4, 0x9c, 0x3a, 0x16, 0x91, 0xe6, 0x0d, 0x15, 0xec, 0xed, 0x9e, 0xbe, - 0x7c, 0x2f, 0xb9, 0x7c, 0x6f, 0x94, 0x64, 0x07, 0x43, 0x62, 0xbe, 0x23, 0xd1, 0x36, 0x00, 0x0b, - 0x65, 0x10, 0x4a, 0x2b, 0xe4, 0xae, 0xb9, 0x12, 0x85, 0x76, 0xb8, 0x84, 0xab, 0x5a, 0x76, 0xc6, - 0x5d, 0xf4, 0x04, 0x56, 0x28, 0xe7, 0x8c, 0x9b, 0x15, 0x85, 0x7b, 0x37, 0x17, 0xdb, 0x2c, 0x73, - 0x91, 0xd1, 0xe1, 0x12, 0xd6, 0xd6, 0xe8, 0x39, 0x18, 0x31, 0xae, 0x43, 0x24, 0x31, 0x57, 0x95, - 0xf3, 0xff, 0x72, 0xce, 0x47, 0xba, 0x95, 0x5e, 0x90, 0xe0, 0x70, 0x09, 0xc7, 0x71, 0xec, 0x13, - 0x49, 0x76, 0xd7, 0xa1, 0x1e, 0x7b, 0x73, 0x2a, 0x42, 0x4f, 0x76, 0xfe, 0x5e, 0x05, 0x74, 0xcc, - 0x1c, 0x9a, 0x2b, 0xd4, 0x53, 0x28, 0xa7, 0xe5, 0xc9, 0x67, 0x2d, 0x63, 0x7e, 0xa5, 0x34, 0x65, - 0xf7, 0x23, 0x2a, 0xf2, 0x2c, 0x5b, 0x91, 0xce, 0x22, 0xec, 0x2f, 0x58, 0x8d, 0x2d, 0xa8, 0xba, - 0x7e, 0xa6, 0x18, 0x78, 0x4d, 0x09, 0xa2, 0x4a, 0x64, 0x4b, 0x55, 0x59, 0x50, 0xaa, 0xd5, 0xcf, - 0x29, 0xd5, 0xfa, 0xb5, 0x4a, 0x85, 0x7e, 0x85, 0xcd, 0x77, 0x71, 0x7f, 0x5a, 0x3e, 0x73, 0xa8, - 0x35, 0xa1, 0x92, 0x28, 0xa0, 0x35, 0x05, 0xf4, 0x75, 0x2f, 0xbb, 0x4e, 0xd2, 0x6e, 0x8e, 0x72, - 0xf8, 0x22, 0xb6, 0x3d, 0x2c, 0xe1, 0x8d, 0x77, 0x05, 0x72, 0x74, 0x02, 0x48, 0x12, 0x71, 0x99, - 0x43, 0x6e, 0x28, 0xe4, 0x76, 0x1e, 0x79, 0x44, 0xc4, 0x65, 0x0e, 0xb5, 0x29, 0x73, 0x32, 0xf4, - 0x1b, 0x6c, 0x04, 0x84, 0x53, 0x5f, 0x5a, 0x0a, 0x38, 0xc5, 0xac, 0x2a, 0xcc, 0x47, 0x79, 0xcc, - 0x13, 0x65, 0x1b, 0x21, 0xa7, 0xe9, 0x4b, 0xa0, 0x30, 0x0a, 0x52, 0x65, 0x01, 0x7c, 0x36, 0x64, - 0x58, 0x04, 0x9f, 0x69, 0xa7, 0x3c, 0x7c, 0x26, 0xfa, 0x6d, 0x30, 0x38, 0x95, 0x7c, 0x6a, 0x8d, - 0x39, 0x0b, 0x03, 0xd3, 0xd0, 0x8d, 0xab, 0x44, 0x3f, 0x45, 0x12, 0xd4, 0x86, 0x9a, 0x08, 0xa8, - 0xad, 0x4f, 0x77, 0x1d, 0xb3, 0xa6, 0x2d, 0x22, 0x59, 0x04, 0x34, 0x74, 0xa2, 0x1e, 0x53, 0x4a, - 0x9f, 0x4c, 0xa8, 0x59, 0xd7, 0x3d, 0x16, 0x09, 0x8e, 0xc9, 0x84, 0xa2, 0xaf, 0xa0, 0xae, 0x02, - 0xb3, 0xde, 0x52, 0x2e, 0x5c, 0xe6, 0x9b, 0xcd, 0x76, 0xa9, 0xbb, 0x82, 0x6b, 0x4a, 0xf8, 0x52, - 0xcb, 0x54, 0x97, 0x0a, 0x4b, 0x47, 0x67, 0xb6, 0xda, 0xa5, 0xee, 0x1a, 0x5e, 0x73, 0x85, 0xbe, - 0x0a, 0xba, 0x0b, 0xe0, 0x0a, 0xcb, 0x99, 0xfa, 0x64, 0xe2, 0xda, 0x26, 0x52, 0xda, 0xaa, 0x2b, - 0xf6, 0xb5, 0x60, 0x6e, 0xb2, 0x77, 0x5b, 0xb0, 0x2e, 0x09, 0x1f, 0x53, 0x99, 0xe6, 0xaa, 0x43, - 0x61, 0xa3, 0xa8, 0x49, 0xbe, 0xf0, 0x5a, 0xee, 0xfc, 0x59, 0x86, 0x66, 0xbe, 0x65, 0xd0, 0x3e, - 0xd4, 0x6c, 0x62, 0xbf, 0xa1, 0x96, 0x90, 0x44, 0x86, 0x42, 0x9d, 0xd1, 0x18, 0xfc, 0x3f, 0x77, - 0xc6, 0x9e, 0x26, 0xa2, 0xbd, 0xc8, 0xf2, 0x54, 0x19, 0x62, 0xc3, 0x9e, 0x7d, 0xa0, 0x1f, 0xc0, - 0x88, 0xb9, 0xca, 0xba, 0xa4, 0x53, 0xb5, 0x5f, 0x8c, 0xc1, 0xbd, 0x62, 0x90, 0xb4, 0xde, 0x10, - 0xbb, 0xfc, 0x4c, 0xa7, 0xe8, 0x15, 0x20, 0x4e, 0x05, 0xe5, 0x6f, 0x89, 0xba, 0x6c, 0x1c, 0x8c, - 0x5e, 0x46, 0xdd, 0x62, 0x1c, 0x3c, 0xb3, 0xef, 0xc5, 0x31, 0xb5, 0xae, 0x60, 0xc4, 0x91, 0xbd, - 0x84, 0x66, 0x5c, 0x1b, 0x2b, 0x19, 0x38, 0x55, 0xe3, 0x82, 0xde, 0x8c, 0x4b, 0x56, 0x54, 0x0a, - 0xbc, 0xee, 0x64, 0x95, 0x9d, 0x0f, 0x25, 0xd8, 0x5a, 0xe0, 0x80, 0x1e, 0x5c, 0xd9, 0xd4, 0xf9, - 0xdd, 0x92, 0x5b, 0xce, 0xa7, 0xd0, 0x8a, 0x5f, 0x11, 0xce, 0x2c, 0xc6, 0x72, 0xe1, 0x8e, 0xdf, - 0x8b, 0xed, 0x92, 0x23, 0xf7, 0x3c, 0x26, 0x42, 0x4e, 0x71, 0xd3, 0xce, 0x29, 0x3a, 0x67, 0xb0, - 0xb5, 0x60, 0x94, 0x17, 0x12, 0x49, 0xc6, 0x23, 0x1b, 0x6b, 0xe7, 0x69, 0x02, 0x5b, 0x38, 0xc2, - 0xe8, 0x16, 0xac, 0x26, 0x83, 0x58, 0x52, 0x93, 0x56, 0xf1, 0xd5, 0x10, 0x76, 0xfe, 0xaa, 0x00, - 0xca, 0xe0, 0x6a, 0x3e, 0x1b, 0xc0, 0xaa, 0xda, 0x4a, 0x1f, 0x93, 0xaa, 0x4a, 0x64, 0x39, 0x74, - 0x90, 0x05, 0xe6, 0xd5, 0x8d, 0x93, 0x99, 0x90, 0xf2, 0xb5, 0x98, 0xf1, 0x66, 0x30, 0x7f, 0x95, - 0xa1, 0x13, 0xed, 0x04, 0xbd, 0x73, 0x88, 0x94, 0x74, 0x12, 0x48, 0xd5, 0x86, 0x75, 0x5c, 0x53, - 0xc2, 0x1d, 0x2d, 0x9b, 0x11, 0xe6, 0x8d, 0x42, 0xc2, 0xcc, 0xdc, 0x35, 0x4b, 0x98, 0x39, 0x2e, - 0x5e, 0x99, 0xe3, 0xe2, 0x87, 0x70, 0xc3, 0x63, 0x63, 0x61, 0x56, 0xda, 0xcb, 0x5d, 0x63, 0xb0, - 0x59, 0x80, 0x7c, 0xc4, 0xc6, 0x58, 0xd9, 0xe4, 0xd9, 0x77, 0xf5, 0xd3, 0xd9, 0x77, 0x6d, 0x21, - 0xfb, 0x56, 0x17, 0xb0, 0x2f, 0x7c, 0x0e, 0xfb, 0xb6, 0xae, 0xc7, 0xbe, 0xcf, 0xc0, 0xb0, 0x43, - 0x21, 0xd9, 0xc4, 0x72, 0xfd, 0x0b, 0xa6, 0xf8, 0xc0, 0x18, 0xdc, 0x9a, 0xbb, 0xef, 0xa9, 0x7a, - 0xf8, 0x62, 0xd0, 0xb6, 0x43, 0xff, 0x82, 0x45, 0x55, 0x55, 0xf9, 0x4f, 0x37, 0x7d, 0x4d, 0x57, - 0x55, 0x09, 0x93, 0x4d, 0xbf, 0x09, 0x15, 0x4e, 0x89, 0x60, 0x7e, 0x4c, 0x14, 0xf1, 0x57, 0x94, - 0x29, 0xd5, 0xa7, 0x72, 0x1a, 0x50, 0xc5, 0xc6, 0x55, 0xbc, 0x16, 0x09, 0x46, 0xd3, 0x80, 0xa2, - 0x1d, 0x58, 0x4b, 0x69, 0x4f, 0xaf, 0x96, 0xfb, 0x45, 0x4c, 0x3d, 0x4f, 0x78, 0xa9, 0xdb, 0x3c, - 0x0d, 0xa1, 0x79, 0x1a, 0x9a, 0x7f, 0x24, 0xfe, 0x5e, 0x86, 0x8d, 0x83, 0xf7, 0x92, 0x72, 0x9f, - 0x78, 0x98, 0x0a, 0x16, 0x72, 0x9b, 0xaa, 0xbb, 0x6e, 0x83, 0x41, 0x63, 0xf9, 0x6c, 0x14, 0x21, - 0x11, 0x0d, 0x1d, 0xb4, 0x01, 0x2b, 0xae, 0xef, 0xd0, 0xf7, 0x6a, 0x60, 0xea, 0x58, 0x7f, 0xfc, - 0xd7, 0x8d, 0x9f, 0xa7, 0x9a, 0x95, 0x4f, 0xa2, 0x9a, 0x6b, 0x4c, 0x47, 0xe7, 0x17, 0x68, 0x26, - 0x79, 0x39, 0x61, 0xcc, 0x53, 0xb9, 0x79, 0x00, 0x4d, 0xe2, 0x79, 0xcc, 0xd6, 0x44, 0x23, 0xd9, - 0x25, 0xf5, 0xe3, 0x04, 0xad, 0xcf, 0xe4, 0xa3, 0x48, 0x8c, 0xee, 0x40, 0x35, 0x7a, 0x34, 0x88, - 0x80, 0xd8, 0x34, 0x7e, 0x33, 0xcf, 0x04, 0x9d, 0x0f, 0xcb, 0x70, 0xb3, 0x78, 0xb9, 0xde, 0x87, - 0xc6, 0x98, 0xfa, 0x94, 0x13, 0x49, 0x1d, 0xfd, 0xec, 0xd0, 0x07, 0xd4, 0x53, 0xa9, 0x7a, 0x7b, - 0x9c, 0x02, 0x4a, 0xab, 0xc4, 0xe3, 0x30, 0x85, 0x59, 0x56, 0xf7, 0x9a, 0x7b, 0x45, 0x16, 0xd5, - 0x19, 0xb7, 0x68, 0x4e, 0x2a, 0xd0, 0xb1, 0x22, 0x52, 0xf5, 0x61, 0x05, 0x8c, 0x79, 0x7a, 0x4e, - 0x96, 0x15, 0xe8, 0xdc, 0x03, 0x32, 0x9f, 0x1c, 0xdc, 0xe4, 0xf9, 0x74, 0x3d, 0x82, 0x56, 0xe0, - 0x85, 0x63, 0x37, 0x5a, 0xaf, 0xc9, 0xe2, 0x54, 0xa5, 0xaf, 0xe2, 0xa6, 0x56, 0xcc, 0x16, 0x2a, - 0x7a, 0x0d, 0x0d, 0xd7, 0x17, 0x92, 0xf8, 0x36, 0xb5, 0x6c, 0x8f, 0x08, 0xa1, 0xe6, 0xa1, 0x31, - 0x78, 0xfc, 0x51, 0xf3, 0xd0, 0x1b, 0xc6, 0xbe, 0x7b, 0x91, 0x2b, 0xae, 0xbb, 0x57, 0x3f, 0x3b, - 0x7d, 0xa8, 0x67, 0xf4, 0xc8, 0x80, 0xd5, 0xfd, 0x83, 0x1f, 0x77, 0xce, 0x8e, 0x46, 0xcd, 0x25, - 0xd4, 0x82, 0xfa, 0xf0, 0x78, 0x74, 0x80, 0xf1, 0xd9, 0xc9, 0x68, 0xb8, 0x7b, 0x74, 0xd0, 0x2c, - 0xed, 0x7e, 0xf7, 0xfa, 0xc9, 0xd8, 0x95, 0x6f, 0xc2, 0xf3, 0x9e, 0xcd, 0x26, 0x7d, 0x15, 0x00, - 0xe3, 0xe3, 0x7e, 0xfa, 0x1f, 0xf6, 0x98, 0xfa, 0xfd, 0xe0, 0xfc, 0xdb, 0x31, 0xeb, 0x67, 0x7f, - 0x1b, 0x38, 0xaf, 0xa8, 0x35, 0xf2, 0xf8, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa6, 0x16, 0x7a, - 0xf8, 0x34, 0x10, 0x00, 0x00, + // 1381 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xeb, 0x6e, 0xdb, 0xb6, + 0x17, 0x8f, 0x9d, 0xfa, 0x76, 0x64, 0x3b, 0x36, 0xff, 0x69, 0xaa, 0x36, 0x6d, 0xe3, 0xbf, 0xb7, + 0x0e, 0x6e, 0x8b, 0xd9, 0x80, 0x8b, 0x76, 0x05, 0x56, 0x60, 0xc8, 0x6d, 0x8b, 0xb1, 0x34, 0x08, + 0x18, 0xa7, 0x05, 0xba, 0x0d, 0x02, 0x23, 0x31, 0xae, 0x10, 0x59, 0x14, 0x28, 0xaa, 0xad, 0x1f, + 0x60, 0x8f, 0xd1, 0x3d, 0xc0, 0x1e, 0x65, 0x1f, 0xf7, 0x44, 0x83, 0x48, 0x49, 0x8e, 0x64, 0xc1, + 0x4b, 0xda, 0xee, 0x4b, 0x00, 0x9d, 0xcb, 0x8f, 0x87, 0xe7, 0xf6, 0x63, 0x0c, 0x77, 0xce, 0x9d, + 0x99, 0xa0, 0xb6, 0xe5, 0x0c, 0xe8, 0x3b, 0xea, 0x0a, 0xf5, 0xb7, 0xef, 0x71, 0x26, 0x18, 0x6a, + 0xc6, 0xba, 0xbe, 0x94, 0xde, 0xb9, 0x9b, 0xd8, 0x9a, 0x8c, 0xd3, 0x81, 0x63, 0x0b, 0xca, 0x89, + 0xe3, 0x2b, 0xeb, 0xac, 0xd6, 0x64, 0x53, 0xcf, 0x76, 0x28, 0x8f, 0xb4, 0xf7, 0xd2, 0x5a, 0xfa, + 0x81, 0x9a, 0x81, 0xb0, 0x99, 0x1b, 0xa9, 0xef, 0xa7, 0xd5, 0xb6, 0x45, 0x5d, 0x61, 0x9f, 0xdb, + 0x89, 0xfb, 0x66, 0x06, 0x9c, 0x08, 0xe2, 0xb0, 0x49, 0xa4, 0xdc, 0x9a, 0x30, 0x36, 0x71, 0xe8, + 0x40, 0x7e, 0x9d, 0x05, 0xe7, 0x03, 0x61, 0x4f, 0xa9, 0x2f, 0xc8, 0xd4, 0x8b, 0x43, 0xcb, 0x1a, + 0xf8, 0x82, 0x07, 0x66, 0x74, 0xcd, 0xee, 0x9f, 0xab, 0xb0, 0xf1, 0x9a, 0xf1, 0x8b, 0x73, 0x87, + 0xbd, 0xdf, 0x8f, 0xe3, 0xda, 0x0f, 0x6f, 0x8c, 0x5e, 0x42, 0x3d, 0x89, 0xd4, 0xb0, 0x2d, 0xbd, + 0xd0, 0x29, 0xf4, 0xb4, 0xe1, 0xa3, 0x7e, 0x92, 0x98, 0x30, 0x9a, 0xfe, 0x82, 0xf3, 0x28, 0x09, + 0x1f, 0x6b, 0x74, 0x2e, 0x44, 0x5b, 0xa0, 0x79, 0x9c, 0x59, 0x81, 0x49, 0x79, 0x88, 0x56, 0xec, + 0x14, 0x7a, 0x35, 0x0c, 0xb1, 0x68, 0x64, 0xa1, 0x17, 0x50, 0xf2, 0xde, 0x12, 0x9f, 0xea, 0xab, + 0x9d, 0x42, 0xaf, 0x39, 0xfc, 0xe6, 0xdf, 0x0e, 0xea, 0x1f, 0x87, 0xd6, 0x58, 0x39, 0xa1, 0xef, + 0x41, 0x63, 0xa6, 0x19, 0x70, 0x4e, 0x2d, 0x83, 0x08, 0xfd, 0x86, 0x0c, 0xf6, 0x4e, 0x5f, 0x5d, + 0xbe, 0x1f, 0x5f, 0xbe, 0x3f, 0x8e, 0xb3, 0x83, 0x21, 0x36, 0xdf, 0x16, 0x68, 0x0b, 0x80, 0x05, + 0xc2, 0x0b, 0x84, 0x11, 0x70, 0x5b, 0x2f, 0x85, 0xa1, 0x1d, 0xac, 0xe0, 0x9a, 0x92, 0x9d, 0x72, + 0x1b, 0x3d, 0x85, 0x12, 0xe5, 0x9c, 0x71, 0xbd, 0x2c, 0x71, 0xef, 0x65, 0x62, 0x9b, 0x67, 0x2e, + 0x34, 0x3a, 0x58, 0xc1, 0xca, 0x1a, 0xbd, 0x00, 0x2d, 0xc2, 0xb5, 0x88, 0x20, 0x7a, 0x45, 0x3a, + 0xdf, 0xce, 0x38, 0x1f, 0xaa, 0x56, 0x7a, 0x49, 0xbc, 0x83, 0x15, 0x1c, 0xc5, 0xb1, 0x47, 0x04, + 0xd9, 0x59, 0x83, 0x46, 0xe4, 0xcd, 0xa9, 0x1f, 0x38, 0xa2, 0xfb, 0x7b, 0x15, 0xd0, 0x11, 0xb3, + 0x68, 0xa6, 0x50, 0xcf, 0xa0, 0x98, 0x94, 0x27, 0x9b, 0xb5, 0x94, 0xf9, 0xa5, 0xd2, 0x14, 0xed, + 0x2b, 0x54, 0xe4, 0x79, 0xba, 0x22, 0xdd, 0x65, 0xd8, 0x5f, 0xb0, 0x1a, 0x9b, 0x50, 0xb3, 0xdd, + 0x54, 0x31, 0x70, 0x55, 0x0a, 0xc2, 0x4a, 0xa4, 0x4b, 0x55, 0x5e, 0x52, 0xaa, 0xca, 0xe7, 0x94, + 0x6a, 0xed, 0x5a, 0xa5, 0x42, 0xbf, 0xc2, 0xc6, 0xfb, 0xa8, 0x3f, 0x0d, 0x97, 0x59, 0xd4, 0x98, + 0x52, 0x41, 0x24, 0x50, 0x55, 0x02, 0x7d, 0xdd, 0x4f, 0xaf, 0x93, 0xa4, 0x9b, 0xc3, 0x1c, 0xbe, + 0x8c, 0x6c, 0x0f, 0x0a, 0x78, 0xfd, 0x7d, 0x8e, 0x1c, 0x1d, 0x03, 0x12, 0xc4, 0xbf, 0xc8, 0x20, + 0x37, 0x25, 0x72, 0x27, 0x8b, 0x3c, 0x26, 0xfe, 0x45, 0x06, 0xb5, 0x25, 0x32, 0x32, 0xf4, 0x1b, + 0xac, 0x7b, 0x84, 0x53, 0x57, 0x18, 0x12, 0x38, 0xc1, 0xac, 0x49, 0xcc, 0xc7, 0x59, 0xcc, 0x63, + 0x69, 0x1b, 0x22, 0x27, 0xe9, 0x8b, 0xa1, 0x30, 0xf2, 0x12, 0x65, 0x0e, 0x7c, 0x3a, 0x64, 0x58, + 0x06, 0x9f, 0x6a, 0xa7, 0x2c, 0x7c, 0x2a, 0xfa, 0x2d, 0xd0, 0x38, 0x15, 0x7c, 0x66, 0x4c, 0x38, + 0x0b, 0x3c, 0x5d, 0x53, 0x8d, 0x2b, 0x45, 0x3f, 0x85, 0x12, 0xd4, 0x81, 0xba, 0xef, 0x51, 0x53, + 0x9d, 0x6e, 0x5b, 0x7a, 0x5d, 0x59, 0x84, 0xb2, 0x10, 0x68, 0x64, 0x85, 0x3d, 0x26, 0x95, 0x2e, + 0x99, 0x52, 0xbd, 0xa1, 0x7a, 0x2c, 0x14, 0x1c, 0x91, 0x29, 0x45, 0x5f, 0x41, 0x43, 0x06, 0x66, + 0xbc, 0xa3, 0xdc, 0xb7, 0x99, 0xab, 0xb7, 0x3a, 0x85, 0x5e, 0x09, 0xd7, 0xa5, 0xf0, 0x95, 0x92, + 0xc9, 0x2e, 0xf5, 0x0d, 0x15, 0x9d, 0xde, 0xee, 0x14, 0x7a, 0x55, 0x5c, 0xb5, 0x7d, 0x75, 0x15, + 0x74, 0x0f, 0xc0, 0xf6, 0x0d, 0x6b, 0xe6, 0x92, 0xa9, 0x6d, 0xea, 0x48, 0x6a, 0x6b, 0xb6, 0xbf, + 0xa7, 0x04, 0xe8, 0x36, 0x54, 0x2d, 0x6a, 0x5e, 0xc8, 0x16, 0xfe, 0x9f, 0x3c, 0xbc, 0x12, 0x7e, + 0x9f, 0x72, 0x7b, 0x61, 0xe8, 0x77, 0xda, 0xb0, 0x26, 0x08, 0x9f, 0x50, 0x91, 0xa4, 0xb1, 0x4b, + 0x61, 0x3d, 0xaf, 0x7f, 0xbe, 0xf0, 0xc6, 0xee, 0xfe, 0x55, 0x84, 0x56, 0xb6, 0x9b, 0xd0, 0x1e, + 0xd4, 0x4d, 0x62, 0xbe, 0xa5, 0x86, 0x2f, 0x88, 0x08, 0x7c, 0x79, 0x46, 0x73, 0xf8, 0xff, 0xcc, + 0x19, 0xbb, 0x8a, 0xa3, 0x76, 0x43, 0xcb, 0x13, 0x69, 0x88, 0x35, 0x73, 0xfe, 0x81, 0x7e, 0x00, + 0x2d, 0xa2, 0x31, 0xe3, 0x82, 0xce, 0xe4, 0xea, 0xd1, 0x86, 0xf7, 0xf3, 0x41, 0x92, 0x56, 0x80, + 0xc8, 0xe5, 0x67, 0x3a, 0x43, 0xaf, 0x01, 0x71, 0xea, 0x53, 0xfe, 0x8e, 0xc8, 0xcb, 0x46, 0xc1, + 0xa8, 0x3d, 0xd5, 0xcb, 0xc7, 0xc1, 0x73, 0xfb, 0x7e, 0x14, 0x53, 0xfb, 0x12, 0x46, 0x14, 0xd9, + 0x2b, 0x68, 0x45, 0x65, 0x33, 0xe2, 0x59, 0x94, 0xe5, 0xcf, 0x69, 0xdb, 0xa8, 0x9a, 0x79, 0xa5, + 0xc0, 0x6b, 0x56, 0x5a, 0xd9, 0xfd, 0x58, 0x80, 0xcd, 0x25, 0x0e, 0xe8, 0xe1, 0xa5, 0x25, 0x9e, + 0x5d, 0x3b, 0x99, 0xbd, 0x7d, 0x02, 0xed, 0xe8, 0x81, 0x61, 0xcd, 0x63, 0x2c, 0xe6, 0xae, 0xff, + 0xdd, 0xc8, 0x2e, 0x3e, 0x72, 0xd7, 0x61, 0x7e, 0xc0, 0x29, 0x6e, 0x99, 0x19, 0x45, 0xf7, 0x14, + 0x36, 0x97, 0x4c, 0xf9, 0x52, 0x8e, 0x49, 0x79, 0xa4, 0x63, 0xed, 0x3e, 0x8b, 0x61, 0x73, 0xa7, + 0x1b, 0xdd, 0x82, 0x4a, 0x3c, 0xa3, 0x05, 0x39, 0x07, 0x65, 0x57, 0xce, 0x67, 0xf7, 0xef, 0x32, + 0xa0, 0x14, 0xae, 0xa2, 0xba, 0x21, 0x54, 0xe4, 0xc2, 0xba, 0x4a, 0xaa, 0xca, 0xa1, 0xe5, 0xc8, + 0x42, 0x06, 0xe8, 0x97, 0x97, 0x51, 0x6a, 0x42, 0x8a, 0xd7, 0x22, 0xcd, 0x9b, 0xde, 0xe2, 0x55, + 0x46, 0x56, 0xb8, 0x2e, 0xd4, 0x3a, 0x22, 0x42, 0xd0, 0xa9, 0x27, 0x64, 0x1b, 0x36, 0x70, 0x5d, + 0x0a, 0xb7, 0x95, 0x6c, 0xce, 0xa5, 0x37, 0x72, 0xb9, 0x34, 0x75, 0xd7, 0x34, 0x97, 0x66, 0x68, + 0xba, 0xb4, 0x40, 0xd3, 0x8f, 0xe0, 0x86, 0xc3, 0x26, 0xbe, 0x5e, 0xee, 0xac, 0xf6, 0xb4, 0xe1, + 0x46, 0x0e, 0xf2, 0x21, 0x9b, 0x60, 0x69, 0x93, 0x25, 0xe6, 0xca, 0xa7, 0x13, 0x73, 0x75, 0x29, + 0x31, 0xd7, 0x96, 0x10, 0x33, 0x7c, 0x0e, 0x31, 0xb7, 0xaf, 0x47, 0xcc, 0xcf, 0x41, 0x33, 0x03, + 0x5f, 0xb0, 0xa9, 0x61, 0xbb, 0xe7, 0x4c, 0x52, 0x85, 0x36, 0xbc, 0xb5, 0x70, 0xdf, 0x13, 0xf9, + 0x26, 0xc6, 0xa0, 0x6c, 0x47, 0xee, 0x39, 0x0b, 0xab, 0x2a, 0xf3, 0x9f, 0x90, 0x40, 0x5d, 0x55, + 0x55, 0x0a, 0x63, 0x12, 0xd8, 0x80, 0x32, 0xa7, 0xc4, 0x67, 0x6e, 0xc4, 0x21, 0xd1, 0x57, 0x98, + 0x29, 0xd9, 0xa7, 0x62, 0xe6, 0x51, 0x49, 0xd4, 0x35, 0x5c, 0x0d, 0x05, 0xe3, 0x99, 0x47, 0xd1, + 0x36, 0x54, 0x13, 0x46, 0x54, 0xab, 0xe5, 0x41, 0x1e, 0x89, 0x2f, 0x72, 0x61, 0xe2, 0xb6, 0xc8, + 0x50, 0x68, 0x91, 0xa1, 0x16, 0xdf, 0x8f, 0x7f, 0x14, 0x61, 0x7d, 0xff, 0x83, 0xa0, 0xdc, 0x25, + 0x0e, 0xa6, 0x3e, 0x0b, 0xb8, 0x49, 0xe5, 0x5d, 0xb7, 0x40, 0xa3, 0x91, 0x7c, 0x3e, 0x8a, 0x10, + 0x8b, 0x46, 0x16, 0x5a, 0x87, 0x92, 0xed, 0x5a, 0xf4, 0x83, 0x1c, 0x98, 0x06, 0x56, 0x1f, 0xff, + 0x75, 0xe3, 0x67, 0xa9, 0xa6, 0xf4, 0x49, 0x54, 0x73, 0x8d, 0xe9, 0xe8, 0xfe, 0x02, 0xad, 0x38, + 0x2f, 0xc7, 0x8c, 0x39, 0x32, 0x37, 0x0f, 0xa1, 0x45, 0x1c, 0x87, 0x99, 0x8a, 0x68, 0x04, 0xbb, + 0xa0, 0x6e, 0x94, 0xa0, 0xb5, 0xb9, 0x7c, 0x1c, 0x8a, 0xd1, 0x5d, 0xa8, 0x85, 0xef, 0x09, 0xdf, + 0x23, 0x26, 0x8d, 0x9e, 0xd3, 0x73, 0x41, 0xf7, 0xe3, 0x2a, 0xdc, 0xcc, 0x5f, 0xae, 0x0f, 0xa0, + 0x39, 0xa1, 0x2e, 0xe5, 0x44, 0x50, 0x4b, 0xbd, 0x48, 0xd4, 0x01, 0x8d, 0x44, 0x2a, 0x9f, 0x25, + 0x27, 0x80, 0x92, 0x2a, 0xf1, 0x28, 0x4c, 0x5f, 0x2f, 0xca, 0x7b, 0x2d, 0x3c, 0x30, 0xf3, 0xea, + 0x8c, 0xdb, 0x34, 0x23, 0xf5, 0xd1, 0x91, 0x24, 0x52, 0xf9, 0x61, 0x78, 0x8c, 0x39, 0x6a, 0x4e, + 0x56, 0x25, 0xe8, 0xc2, 0xdb, 0x32, 0x9b, 0x1c, 0xdc, 0xe2, 0xd9, 0x74, 0x3d, 0x86, 0xb6, 0xe7, + 0x04, 0x13, 0x3b, 0x5c, 0xaf, 0xf1, 0xe2, 0x94, 0xa5, 0xaf, 0xe1, 0x96, 0x52, 0xcc, 0x17, 0x2a, + 0x7a, 0x03, 0x4d, 0xdb, 0xf5, 0x05, 0x71, 0x4d, 0x6a, 0x98, 0x0e, 0xf1, 0x7d, 0x39, 0x0f, 0xcd, + 0xe1, 0x93, 0x2b, 0xcd, 0x43, 0x7f, 0x14, 0xf9, 0xee, 0x86, 0xae, 0xb8, 0x61, 0x5f, 0xfe, 0xec, + 0x0e, 0xa0, 0x91, 0xd2, 0x23, 0x0d, 0x2a, 0x7b, 0xfb, 0x3f, 0x6e, 0x9f, 0x1e, 0x8e, 0x5b, 0x2b, + 0xa8, 0x0d, 0x8d, 0xd1, 0xd1, 0x78, 0x1f, 0xe3, 0xd3, 0xe3, 0xf1, 0x68, 0xe7, 0x70, 0xbf, 0x55, + 0xd8, 0xf9, 0xee, 0xcd, 0xd3, 0x89, 0x2d, 0xde, 0x06, 0x67, 0x7d, 0x93, 0x4d, 0x07, 0x32, 0x00, + 0xc6, 0x27, 0x83, 0xe4, 0x9f, 0xef, 0x09, 0x75, 0x07, 0xde, 0xd9, 0xb7, 0x13, 0x36, 0x48, 0xff, + 0x6c, 0x70, 0x56, 0x96, 0x6b, 0xe4, 0xc9, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x10, 0xbc, 0x0e, + 0x95, 0x4f, 0x10, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go index 611100c4ea..88a2fb5346 100644 --- a/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -240,6 +240,8 @@ func (m *NodeExecutionEvent) Validate() error { // no validation rules for IsDynamic + // no validation rules for DeckUri + switch m.OutputResult.(type) { case *NodeExecutionEvent_OutputUri: diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 66e498e9d2..65957c6d63 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -4128,6 +4128,10 @@ }, "task_node_metadata": { "$ref": "#/definitions/flyteidladminTaskNodeMetadata" + }, + "deck_uri": { + "type": "string", + "title": "String location uniquely identifying where the deck HTML file is.\nNativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)" } }, "description": "Container for node execution details and results." @@ -6661,6 +6665,10 @@ "type": "boolean", "format": "boolean", "description": "Whether this node yielded a dynamic workflow." + }, + "deck_uri": { + "type": "string", + "title": "String location uniquely identifying where the deck HTML file is\nNativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)" } } }, diff --git a/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.go b/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.go index d68f1ab573..f3b117c662 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.go @@ -170,47 +170,155 @@ func (m *CreateUploadLocationRequest) GetContentMd5() []byte { return nil } +// CreateDownloadLocationRequest specified request for the CreateDownloadLocation API. +type CreateDownloadLocationRequest struct { + // NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar) + NativeUrl string `protobuf:"bytes,1,opt,name=native_url,json=nativeUrl,proto3" json:"native_url,omitempty"` + // ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this + // exceeds the platform allowed max. + // +optional. The default value comes from a global config. + ExpiresIn *duration.Duration `protobuf:"bytes,2,opt,name=expires_in,json=expiresIn,proto3" json:"expires_in,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CreateDownloadLocationRequest) Reset() { *m = CreateDownloadLocationRequest{} } +func (m *CreateDownloadLocationRequest) String() string { return proto.CompactTextString(m) } +func (*CreateDownloadLocationRequest) ProtoMessage() {} +func (*CreateDownloadLocationRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_bffb71366d75dab0, []int{2} +} + +func (m *CreateDownloadLocationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateDownloadLocationRequest.Unmarshal(m, b) +} +func (m *CreateDownloadLocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateDownloadLocationRequest.Marshal(b, m, deterministic) +} +func (m *CreateDownloadLocationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateDownloadLocationRequest.Merge(m, src) +} +func (m *CreateDownloadLocationRequest) XXX_Size() int { + return xxx_messageInfo_CreateDownloadLocationRequest.Size(m) +} +func (m *CreateDownloadLocationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateDownloadLocationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateDownloadLocationRequest proto.InternalMessageInfo + +func (m *CreateDownloadLocationRequest) GetNativeUrl() string { + if m != nil { + return m.NativeUrl + } + return "" +} + +func (m *CreateDownloadLocationRequest) GetExpiresIn() *duration.Duration { + if m != nil { + return m.ExpiresIn + } + return nil +} + +type CreateDownloadLocationResponse struct { + // SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...) + SignedUrl string `protobuf:"bytes,1,opt,name=signed_url,json=signedUrl,proto3" json:"signed_url,omitempty"` + // ExpiresAt defines when will the signed URL expires. + ExpiresAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CreateDownloadLocationResponse) Reset() { *m = CreateDownloadLocationResponse{} } +func (m *CreateDownloadLocationResponse) String() string { return proto.CompactTextString(m) } +func (*CreateDownloadLocationResponse) ProtoMessage() {} +func (*CreateDownloadLocationResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_bffb71366d75dab0, []int{3} +} + +func (m *CreateDownloadLocationResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateDownloadLocationResponse.Unmarshal(m, b) +} +func (m *CreateDownloadLocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateDownloadLocationResponse.Marshal(b, m, deterministic) +} +func (m *CreateDownloadLocationResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateDownloadLocationResponse.Merge(m, src) +} +func (m *CreateDownloadLocationResponse) XXX_Size() int { + return xxx_messageInfo_CreateDownloadLocationResponse.Size(m) +} +func (m *CreateDownloadLocationResponse) XXX_DiscardUnknown() { + xxx_messageInfo_CreateDownloadLocationResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateDownloadLocationResponse proto.InternalMessageInfo + +func (m *CreateDownloadLocationResponse) GetSignedUrl() string { + if m != nil { + return m.SignedUrl + } + return "" +} + +func (m *CreateDownloadLocationResponse) GetExpiresAt() *timestamp.Timestamp { + if m != nil { + return m.ExpiresAt + } + return nil +} + func init() { proto.RegisterType((*CreateUploadLocationResponse)(nil), "flyteidl.service.CreateUploadLocationResponse") proto.RegisterType((*CreateUploadLocationRequest)(nil), "flyteidl.service.CreateUploadLocationRequest") + proto.RegisterType((*CreateDownloadLocationRequest)(nil), "flyteidl.service.CreateDownloadLocationRequest") + proto.RegisterType((*CreateDownloadLocationResponse)(nil), "flyteidl.service.CreateDownloadLocationResponse") } func init() { proto.RegisterFile("flyteidl/service/dataproxy.proto", fileDescriptor_bffb71366d75dab0) } var fileDescriptor_bffb71366d75dab0 = []byte{ - // 498 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6e, 0x13, 0x31, - 0x14, 0x86, 0x35, 0x01, 0x0a, 0x71, 0x59, 0x54, 0x23, 0x84, 0xc2, 0x50, 0x5a, 0x2b, 0x6c, 0x22, - 0x44, 0xc6, 0xa2, 0xa8, 0x82, 0xb2, 0x2b, 0x74, 0x83, 0xa0, 0x12, 0x0a, 0x74, 0xc3, 0x26, 0x7a, - 0x99, 0x79, 0x33, 0x31, 0xcc, 0xd8, 0xc6, 0x7e, 0x93, 0x36, 0x5b, 0x24, 0x2e, 0x00, 0x0b, 0x6e, - 0xc4, 0x05, 0xb8, 0x02, 0x07, 0xe0, 0x08, 0x28, 0x1e, 0x27, 0x95, 0x42, 0x84, 0x58, 0x45, 0xcf, - 0xff, 0xe7, 0xe8, 0x1b, 0xfb, 0x37, 0xe3, 0x45, 0x35, 0x27, 0x94, 0x79, 0x25, 0x1c, 0xda, 0x99, - 0xcc, 0x50, 0xe4, 0x40, 0x60, 0xac, 0xbe, 0x98, 0xa7, 0xc6, 0x6a, 0xd2, 0xf1, 0xce, 0x92, 0x48, - 0x03, 0x91, 0xec, 0x96, 0x5a, 0x97, 0x15, 0x0a, 0x30, 0x52, 0x80, 0x52, 0x9a, 0x80, 0xa4, 0x56, - 0xae, 0xe5, 0x93, 0x87, 0xfe, 0x27, 0x1b, 0x96, 0xa8, 0x86, 0xee, 0x1c, 0xca, 0x12, 0xad, 0xd0, - 0xc6, 0x13, 0x1b, 0xe8, 0xbd, 0xf0, 0x5f, 0x7e, 0x9a, 0x34, 0x85, 0xc8, 0x1b, 0xeb, 0x81, 0x90, - 0xef, 0xaf, 0xe7, 0x24, 0x6b, 0x74, 0x04, 0xb5, 0x69, 0x81, 0xfe, 0xf7, 0x88, 0xed, 0xbe, 0xb0, - 0x08, 0x84, 0x67, 0xa6, 0xd2, 0x90, 0xbf, 0xd6, 0x99, 0xdf, 0x3f, 0x42, 0x67, 0xb4, 0x72, 0x18, - 0xdf, 0x63, 0xcc, 0xc9, 0x52, 0x61, 0x3e, 0x6e, 0x6c, 0xd5, 0x8b, 0x78, 0x34, 0xe8, 0x8e, 0xba, - 0xed, 0xca, 0x99, 0xad, 0x16, 0xb1, 0x02, 0x92, 0x33, 0xf4, 0x71, 0xa7, 0x8d, 0xdb, 0x95, 0x45, - 0x7c, 0xc4, 0x18, 0x5e, 0x18, 0x69, 0xd1, 0x8d, 0x81, 0x7a, 0x57, 0x78, 0x34, 0xd8, 0x3e, 0x48, - 0xd2, 0x56, 0x2a, 0x5d, 0x4a, 0xa5, 0xef, 0x96, 0x52, 0xa3, 0x6e, 0xa0, 0x8f, 0xa9, 0xff, 0x23, - 0x62, 0x77, 0x37, 0x9b, 0x7d, 0x6a, 0xd0, 0x51, 0xdc, 0x63, 0xd7, 0x8d, 0xd5, 0x1f, 0x30, 0xa3, - 0x60, 0xb5, 0x1c, 0xe3, 0xdb, 0x6c, 0x2b, 0xd7, 0x35, 0x48, 0x15, 0x7c, 0xc2, 0x14, 0x27, 0xec, - 0x46, 0x21, 0x2b, 0x54, 0x50, 0xa3, 0x57, 0xe9, 0x8e, 0x56, 0x73, 0xfc, 0xf4, 0x52, 0x54, 0xaa, - 0xde, 0x55, 0x2f, 0x7a, 0xe7, 0x2f, 0xd1, 0x93, 0x70, 0xba, 0x2b, 0xcf, 0x97, 0x2a, 0xde, 0x67, - 0xdb, 0x99, 0x56, 0x84, 0x8a, 0xc6, 0x75, 0x7e, 0xd8, 0xbb, 0xc6, 0xa3, 0xc1, 0xcd, 0x11, 0x0b, - 0x4b, 0xa7, 0xf9, 0xe1, 0xc1, 0x97, 0x0e, 0xdb, 0x39, 0x01, 0x82, 0x37, 0x8b, 0x56, 0xbc, 0x6d, - 0x4b, 0x10, 0xff, 0x8e, 0xd8, 0xad, 0x4d, 0x5f, 0x17, 0x0f, 0xd3, 0xf5, 0xc2, 0xa4, 0xff, 0x38, - 0x85, 0x24, 0xfd, 0x5f, 0xbc, 0xbd, 0xce, 0xfe, 0xfc, 0xeb, 0xf1, 0x69, 0xf2, 0xaa, 0x45, 0x1c, - 0x07, 0x7e, 0x6e, 0x25, 0xe1, 0x50, 0xab, 0x6a, 0xce, 0xa7, 0x44, 0x86, 0x57, 0x61, 0x03, 0xa7, - 0x29, 0x10, 0x97, 0x8e, 0x43, 0x96, 0xa1, 0x73, 0x72, 0x52, 0x21, 0x2f, 0xb4, 0xe5, 0x04, 0xee, - 0xa3, 0xe3, 0x40, 0xdc, 0x36, 0x6a, 0xd1, 0xa5, 0xf4, 0xf3, 0xcf, 0x5f, 0xdf, 0x3a, 0xf7, 0xfb, - 0x7b, 0xbe, 0xce, 0xb3, 0x47, 0x97, 0xfd, 0x17, 0x60, 0x49, 0x16, 0x90, 0xd1, 0xb8, 0xb1, 0xea, - 0x59, 0xf4, 0xe0, 0xf9, 0xd1, 0xfb, 0x27, 0xa5, 0xa4, 0x69, 0x33, 0x49, 0x33, 0x5d, 0x0b, 0xaf, - 0xad, 0x6d, 0x29, 0x56, 0x2f, 0xa8, 0x44, 0x25, 0xcc, 0x64, 0x58, 0x6a, 0xb1, 0xfe, 0xa8, 0x26, - 0x5b, 0xfe, 0x06, 0x1e, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xd0, 0xdb, 0x35, 0xd4, 0x6f, 0x03, - 0x00, 0x00, + // 579 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xcd, 0x8e, 0xd3, 0x3e, + 0x14, 0xc5, 0x95, 0xce, 0xff, 0x3f, 0x50, 0x0f, 0x8b, 0x91, 0x85, 0x46, 0x25, 0xcc, 0x87, 0x15, + 0x36, 0x15, 0xa2, 0x31, 0x0c, 0x1a, 0xc1, 0xb0, 0x2b, 0x74, 0x03, 0xcc, 0x48, 0xa8, 0x30, 0x1b, + 0x36, 0x95, 0x9b, 0xdc, 0xa6, 0x86, 0xc4, 0x0e, 0xf6, 0x4d, 0x3f, 0x58, 0xf2, 0x08, 0xc3, 0x82, + 0x37, 0xe2, 0x05, 0x78, 0x05, 0x1e, 0x00, 0xb1, 0x64, 0x85, 0x9a, 0xa4, 0xad, 0x5a, 0x5a, 0x28, + 0x62, 0x55, 0x5d, 0xdf, 0xe3, 0xe6, 0x77, 0x7c, 0x7c, 0x4d, 0x58, 0x2f, 0x1e, 0x23, 0xc8, 0x30, + 0xe6, 0x16, 0xcc, 0x40, 0x06, 0xc0, 0x43, 0x81, 0x22, 0x35, 0x7a, 0x34, 0xf6, 0x53, 0xa3, 0x51, + 0xd3, 0xdd, 0xa9, 0xc2, 0x2f, 0x15, 0xee, 0x7e, 0xa4, 0x75, 0x14, 0x03, 0x17, 0xa9, 0xe4, 0x42, + 0x29, 0x8d, 0x02, 0xa5, 0x56, 0xb6, 0xd0, 0xbb, 0x77, 0xf2, 0x9f, 0xa0, 0x11, 0x81, 0x6a, 0xd8, + 0xa1, 0x88, 0x22, 0x30, 0x5c, 0xa7, 0xb9, 0x62, 0x85, 0xfa, 0xb0, 0xfc, 0xaf, 0xbc, 0xea, 0x66, + 0x3d, 0x1e, 0x66, 0x26, 0x17, 0x94, 0xfd, 0xa3, 0xe5, 0x3e, 0xca, 0x04, 0x2c, 0x8a, 0x24, 0x2d, + 0x04, 0xde, 0x27, 0x87, 0xec, 0x3f, 0x31, 0x20, 0x10, 0x2e, 0xd2, 0x58, 0x8b, 0xf0, 0x4c, 0x07, + 0xf9, 0xfe, 0x36, 0xd8, 0x54, 0x2b, 0x0b, 0xf4, 0x80, 0x10, 0x2b, 0x23, 0x05, 0x61, 0x27, 0x33, + 0x71, 0xcd, 0x61, 0x4e, 0xbd, 0xda, 0xae, 0x16, 0x2b, 0x17, 0x26, 0x9e, 0xb4, 0x95, 0x40, 0x39, + 0x80, 0xbc, 0x5d, 0x29, 0xda, 0xc5, 0xca, 0xa4, 0x7d, 0x4a, 0x08, 0x8c, 0x52, 0x69, 0xc0, 0x76, + 0x04, 0xd6, 0xb6, 0x98, 0x53, 0xdf, 0x39, 0x76, 0xfd, 0x02, 0xca, 0x9f, 0x42, 0xf9, 0xaf, 0xa6, + 0x50, 0xed, 0x6a, 0xa9, 0x6e, 0xa2, 0xf7, 0xd9, 0x21, 0x37, 0x57, 0x93, 0xbd, 0xcb, 0xc0, 0x22, + 0xad, 0x91, 0x2b, 0xa9, 0xd1, 0x6f, 0x20, 0xc0, 0x92, 0x6a, 0x5a, 0xd2, 0x3d, 0xb2, 0x1d, 0xea, + 0x44, 0x48, 0x55, 0xf2, 0x94, 0x15, 0x75, 0xc9, 0xd5, 0x9e, 0x8c, 0x41, 0x89, 0x04, 0x72, 0x94, + 0x6a, 0x7b, 0x56, 0xd3, 0x87, 0x73, 0x50, 0xa9, 0x6a, 0xff, 0xe5, 0xa0, 0x37, 0x7e, 0x01, 0x6d, + 0x95, 0xa7, 0x3b, 0xe3, 0x7c, 0xaa, 0xe8, 0x11, 0xd9, 0x09, 0xb4, 0x42, 0x50, 0xd8, 0x49, 0xc2, + 0x93, 0xda, 0xff, 0xcc, 0xa9, 0x5f, 0x6b, 0x93, 0x72, 0xe9, 0x3c, 0x3c, 0xf1, 0x46, 0xe4, 0xa0, + 0xf0, 0xd1, 0xd2, 0x43, 0xb5, 0xca, 0xc9, 0xe2, 0x19, 0x3a, 0xcb, 0x67, 0xb8, 0x88, 0x56, 0xd9, + 0x1c, 0xcd, 0x7b, 0x4f, 0x0e, 0xd7, 0x7d, 0x79, 0xb3, 0x74, 0x17, 0xe3, 0xab, 0xfc, 0x45, 0x7c, + 0xc7, 0x3f, 0xb6, 0xc8, 0x6e, 0x4b, 0xa0, 0x78, 0x31, 0x99, 0x85, 0x97, 0xc5, 0xd5, 0xa7, 0xdf, + 0x1c, 0x72, 0x7d, 0x55, 0xa6, 0xb4, 0xe1, 0x2f, 0x8f, 0x89, 0xff, 0x9b, 0xec, 0x5d, 0x7f, 0x53, + 0x79, 0x61, 0xd3, 0x1b, 0x5f, 0x36, 0xcf, 0xdd, 0xe7, 0x85, 0xc4, 0x32, 0xc1, 0x86, 0x46, 0x22, + 0x34, 0xb4, 0x8a, 0xc7, 0xac, 0x8f, 0x98, 0xb2, 0xb8, 0xdc, 0xc0, 0xb0, 0x2f, 0x90, 0x49, 0xcb, + 0x44, 0x10, 0x80, 0xb5, 0xb2, 0x1b, 0x03, 0xeb, 0x69, 0xc3, 0x50, 0xd8, 0xb7, 0x96, 0x09, 0x64, + 0x26, 0x53, 0x93, 0x09, 0xf2, 0x3f, 0x7c, 0xf9, 0xfa, 0xb1, 0x72, 0xcb, 0x3b, 0xcc, 0x87, 0x78, + 0x70, 0x6f, 0x3e, 0xf5, 0x5c, 0x18, 0x94, 0x3d, 0x11, 0x60, 0x27, 0x33, 0xea, 0x91, 0x73, 0x9b, + 0x7e, 0x77, 0xc8, 0xde, 0xea, 0x10, 0x28, 0x5f, 0xe7, 0x62, 0xcd, 0x45, 0x71, 0xef, 0x6e, 0xbe, + 0xa1, 0x34, 0x9e, 0x5d, 0x36, 0xcf, 0xdc, 0x67, 0x73, 0xe3, 0x06, 0x44, 0xf8, 0xcf, 0xbe, 0x19, + 0xfd, 0x83, 0xef, 0xc7, 0xa7, 0xaf, 0x1f, 0x44, 0x12, 0xfb, 0x59, 0xd7, 0x0f, 0x74, 0xc2, 0x73, + 0x68, 0x6d, 0x22, 0x3e, 0x7b, 0x2c, 0x23, 0x50, 0x3c, 0xed, 0x36, 0x22, 0xcd, 0x97, 0xdf, 0xcf, + 0xee, 0x76, 0x7e, 0xad, 0xee, 0xff, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x73, 0xe2, 0x87, 0x7f, 0x5a, + 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -227,6 +335,8 @@ const _ = grpc.SupportPackageIsVersion4 type DataProxyServiceClient interface { // CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain. CreateUploadLocation(ctx context.Context, in *CreateUploadLocationRequest, opts ...grpc.CallOption) (*CreateUploadLocationResponse, error) + // CreateDownloadLocation creates a signed url to download artifacts. + CreateDownloadLocation(ctx context.Context, in *CreateDownloadLocationRequest, opts ...grpc.CallOption) (*CreateDownloadLocationResponse, error) } type dataProxyServiceClient struct { @@ -246,10 +356,21 @@ func (c *dataProxyServiceClient) CreateUploadLocation(ctx context.Context, in *C return out, nil } +func (c *dataProxyServiceClient) CreateDownloadLocation(ctx context.Context, in *CreateDownloadLocationRequest, opts ...grpc.CallOption) (*CreateDownloadLocationResponse, error) { + out := new(CreateDownloadLocationResponse) + err := c.cc.Invoke(ctx, "/flyteidl.service.DataProxyService/CreateDownloadLocation", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // DataProxyServiceServer is the server API for DataProxyService service. type DataProxyServiceServer interface { // CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain. CreateUploadLocation(context.Context, *CreateUploadLocationRequest) (*CreateUploadLocationResponse, error) + // CreateDownloadLocation creates a signed url to download artifacts. + CreateDownloadLocation(context.Context, *CreateDownloadLocationRequest) (*CreateDownloadLocationResponse, error) } // UnimplementedDataProxyServiceServer can be embedded to have forward compatible implementations. @@ -259,6 +380,9 @@ type UnimplementedDataProxyServiceServer struct { func (*UnimplementedDataProxyServiceServer) CreateUploadLocation(ctx context.Context, req *CreateUploadLocationRequest) (*CreateUploadLocationResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method CreateUploadLocation not implemented") } +func (*UnimplementedDataProxyServiceServer) CreateDownloadLocation(ctx context.Context, req *CreateDownloadLocationRequest) (*CreateDownloadLocationResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method CreateDownloadLocation not implemented") +} func RegisterDataProxyServiceServer(s *grpc.Server, srv DataProxyServiceServer) { s.RegisterService(&_DataProxyService_serviceDesc, srv) @@ -282,6 +406,24 @@ func _DataProxyService_CreateUploadLocation_Handler(srv interface{}, ctx context return interceptor(ctx, in, info, handler) } +func _DataProxyService_CreateDownloadLocation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(CreateDownloadLocationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataProxyServiceServer).CreateDownloadLocation(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/flyteidl.service.DataProxyService/CreateDownloadLocation", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataProxyServiceServer).CreateDownloadLocation(ctx, req.(*CreateDownloadLocationRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _DataProxyService_serviceDesc = grpc.ServiceDesc{ ServiceName: "flyteidl.service.DataProxyService", HandlerType: (*DataProxyServiceServer)(nil), @@ -290,6 +432,10 @@ var _DataProxyService_serviceDesc = grpc.ServiceDesc{ MethodName: "CreateUploadLocation", Handler: _DataProxyService_CreateUploadLocation_Handler, }, + { + MethodName: "CreateDownloadLocation", + Handler: _DataProxyService_CreateDownloadLocation_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "flyteidl/service/dataproxy.proto", diff --git a/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.gw.go b/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.gw.go index 600705b0cb..30d4d58021 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.gw.go +++ b/flyteidl/gen/pb-go/flyteidl/service/dataproxy.pb.gw.go @@ -45,6 +45,26 @@ func request_DataProxyService_CreateUploadLocation_0(ctx context.Context, marsha } +var ( + filter_DataProxyService_CreateDownloadLocation_0 = &utilities.DoubleArray{Encoding: map[string]int{}, Base: []int(nil), Check: []int(nil)} +) + +func request_DataProxyService_CreateDownloadLocation_0(ctx context.Context, marshaler runtime.Marshaler, client DataProxyServiceClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq CreateDownloadLocationRequest + var metadata runtime.ServerMetadata + + if err := req.ParseForm(); err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) + } + if err := runtime.PopulateQueryParameters(&protoReq, req.Form, filter_DataProxyService_CreateDownloadLocation_0); err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) + } + + msg, err := client.CreateDownloadLocation(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + return msg, metadata, err + +} + // RegisterDataProxyServiceHandlerFromEndpoint is same as RegisterDataProxyServiceHandler but // automatically dials to "endpoint" and closes the connection when "ctx" gets done. func RegisterDataProxyServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error) { @@ -103,13 +123,37 @@ func RegisterDataProxyServiceHandlerClient(ctx context.Context, mux *runtime.Ser }) + mux.Handle("GET", pattern_DataProxyService_CreateDownloadLocation_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + rctx, err := runtime.AnnotateContext(ctx, mux, req) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := request_DataProxyService_CreateDownloadLocation_0(rctx, inboundMarshaler, client, req, pathParams) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_DataProxyService_CreateDownloadLocation_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + return nil } var ( pattern_DataProxyService_CreateUploadLocation_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"api", "v1", "dataproxy", "artifact_urn"}, "")) + + pattern_DataProxyService_CreateDownloadLocation_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"api", "v1", "dataproxy", "artifact_urn"}, "")) ) var ( forward_DataProxyService_CreateUploadLocation_0 = runtime.ForwardResponseMessage + + forward_DataProxyService_CreateDownloadLocation_0 = runtime.ForwardResponseMessage ) diff --git a/flyteidl/gen/pb-go/flyteidl/service/dataproxy.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/dataproxy.swagger.json index 1eb616bf06..047815fea6 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/dataproxy.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/dataproxy.swagger.json @@ -16,6 +16,38 @@ ], "paths": { "/api/v1/dataproxy/artifact_urn": { + "get": { + "summary": "CreateDownloadLocation creates a signed url to download artifacts.", + "description": "Creates a read-only http location that is accessible for tasks at runtime.", + "operationId": "CreateDownloadLocation", + "responses": { + "200": { + "description": "A successful response.", + "schema": { + "$ref": "#/definitions/serviceCreateDownloadLocationResponse" + } + } + }, + "parameters": [ + { + "name": "native_url", + "description": "NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar).", + "in": "query", + "required": false, + "type": "string" + }, + { + "name": "expires_in", + "description": "ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this\nexceeds the platform allowed max.\n+optional. The default value comes from a global config.", + "in": "query", + "required": false, + "type": "string" + } + ], + "tags": [ + "DataProxyService" + ] + }, "post": { "summary": "CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain.", "description": "Creates a write-only http location that is accessible for tasks at runtime.", @@ -45,6 +77,20 @@ } }, "definitions": { + "serviceCreateDownloadLocationResponse": { + "type": "object", + "properties": { + "signed_url": { + "type": "string", + "title": "SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)" + }, + "expires_at": { + "type": "string", + "format": "date-time", + "description": "ExpiresAt defines when will the signed URL expires." + } + } + }, "serviceCreateUploadLocationRequest": { "type": "object", "properties": { 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 8306b6d6bb..25df1a580c 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -7304,6 +7304,11 @@ definitions: $ref: "#/definitions/flyteidladminWorkflowNodeMetadata" task_node_metadata: $ref: "#/definitions/flyteidladminTaskNodeMetadata" + deck_uri: + type: "string" + title: "String location uniquely identifying where the deck HTML file is.\n\ + NativeUrl specifies the url in the format of the configured storage provider\ + \ (e.g. s3://my-bucket/randomstring/suffix.tar)" description: "Container for node execution details and results." example: phase: {} @@ -7350,6 +7355,7 @@ definitions: error_uri: "error_uri" output_data: literals: {} + deck_uri: "deck_uri" adminNodeExecutionEventRequest: type: "object" properties: @@ -13479,6 +13485,7 @@ definitions: error_uri: "error_uri" output_data: literals: {} + deck_uri: "deck_uri" - metadata: retry_group: "retry_group" is_parent_node: true @@ -13536,6 +13543,7 @@ definitions: error_uri: "error_uri" output_data: literals: {} + deck_uri: "deck_uri" token: "token" adminNodeExecutionMetaData: type: "object" @@ -54272,6 +54280,11 @@ definitions: type: "boolean" format: "boolean" description: "Whether this node yielded a dynamic workflow." + deck_uri: + type: "string" + title: "String location uniquely identifying where the deck HTML file is\n\ + NativeUrl specifies the url in the format of the configured storage provider\ + \ (e.g. s3://my-bucket/randomstring/suffix.tar)" eventParentNodeExecutionMetadata: type: "object" properties: @@ -60568,6 +60581,7 @@ definitions: error_uri: "error_uri" output_data: literals: {} + deck_uri: "deck_uri" flyteidladminTaskExecution: type: "object" properties: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go index 3db19dbf21..7a04ef0348 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_node_execution_closure.go @@ -32,4 +32,5 @@ type AdminNodeExecutionClosure struct { UpdatedAt time.Time `json:"updated_at,omitempty"` WorkflowNodeMetadata *FlyteidladminWorkflowNodeMetadata `json:"workflow_node_metadata,omitempty"` TaskNodeMetadata *FlyteidladminTaskNodeMetadata `json:"task_node_metadata,omitempty"` + DeckUri string `json:"deck_uri,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_node_execution_event.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_node_execution_event.go index bc44bc5bd9..73defbb80a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_node_execution_event.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_event_node_execution_event.go @@ -39,4 +39,5 @@ type EventNodeExecutionEvent struct { IsParent bool `json:"is_parent,omitempty"` // Whether this node yielded a dynamic workflow. IsDynamic bool `json:"is_dynamic,omitempty"` + DeckUri string `json:"deck_uri,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index fd152ad88c..d97a2988be 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x73\x23\xb9\x95\x2f\xfa\xff\x7c\x0a\xdc\xf2\x8d\xa8\x2e\x0f\x25\x75\xdb\x33\x7e\x1e\x4d\xdc\x78\x8f\x2d\xb1\xaa\x75\x5b\x25\xc9\x5a\xba\xa7\xdf\xe5\x04\x1b\xcc\x04\x49\x58\x99\x00\x9d\x40\x4a\x45\x3b\xfc\xdd\x6f\xe0\x1c\x00\x89\xdc\xc8\xe4\xa2\xad\x9a\x33\x11\x6e\x15\x33\x13\xeb\xc1\xc1\x59\x7f\xe7\x1f\xff\x42\xc8\x3b\xf5\x48\xa7\x53\x96\xbd\x3b\x26\xef\xfe\x70\xf8\xed\xbb\x9e\xf9\x8d\x8b\x89\x7c\x77\x4c\xcc\x73\x42\xde\x69\xae\x13\x66\x9e\x4f\x92\x85\x66\x3c\x4e\x8e\x14\xcb\x1e\x78\xc4\x8e\x68\x9c\x72\x71\x38\xcf\xa4\x96\xf0\x21\x21\xef\x1e\x58\xa6\xb8\x14\xe6\x75\xfb\x27\x11\x52\x13\xc5\xf4\xbb\x7f\x21\xe4\x9f\xd0\xbc\x8a\x66\x2c\x65\xea\xdd\x31\xf9\x3f\xf8\xd1\x4c\xeb\xb9\x6b\xc0\xfc\xad\xcc\xbb\xff\x0d\xef\x46\x52\xa8\xbc\xf4\x32\x9d\xcf\x13\x1e\x51\xcd\xa5\x38\xfa\xab\x92\xa2\x78\x77\x9e\xc9\x38\x8f\x3a\xbe\x4b\xf5\x4c\x15\x73\x3c\xa2\x73\x7e\xf4\xf0\xdd\x11\x8d\x34\x7f\x60\xa3\x84\xe6\x22\x9a\x8d\xe6\x09\x15\xea\xe8\x1f\x3c\x36\x73\xfc\x2b\x8b\xf4\x3f\xe1\x1f\xb1\x4c\x29\x17\xf8\xb7\xa0\x29\xfb\xa7\x6f\x87\x90\x77\x53\xa6\x83\x7f\x9a\xd9\xe6\x69\x4a\xb3\x85\x59\x91\x8f\x4c\x47\x33\xa2\x67\x8c\x60\x3f\xc4\x2d\x91\x9c\x10\x4a\x8e\x33\x36\x39\xfe\x35\x63\x93\x91\x5b\xe8\x43\x5c\xe0\x73\x18\xcd\x55\x42\xc5\xaf\x87\x76\x99\xa0\xe5\x98\xa9\x28\xe3\x73\x6d\xd7\xfb\x9a\xe9\x8c\xb3\x07\x16\x76\x80\x13\x21\x66\x22\xbe\x33\x35\x67\x11\x9f\x70\x16\x93\xf1\x82\x70\x31\xcf\x35\xc9\xd8\xdf\x72\xa6\x34\x99\xf0\x44\xb3\x4c\x95\x7a\x91\x73\x96\xc1\x0a\x9e\xc5\xa6\x97\x4f\x4c\xf7\xa1\xed\x62\x54\xe1\xdb\x19\x53\x73\x29\x14\x53\xa5\x45\x20\xe4\xdd\x1f\xbe\xfd\xb6\xf2\x53\x7d\x06\x7d\xa2\xf2\x28\x62\x4a\x4d\xf2\x84\xb8\x96\xc2\xc1\xe0\x82\x1a\xf2\xa1\xb5\xc6\x08\x79\xf7\x3f\x33\x36\x31\xed\xfc\xee\x28\x66\x13\x2e\xb8\x69\x57\x21\x95\x06\xa3\x2d\x7d\xf5\xcf\x7f\x69\xfa\xfb\x9f\xc1\x8c\xe6\x34\xa3\x29\x33\xcb\xe2\xe9\x0a\xff\xaf\x32\x17\x43\x09\xa6\xf3\x82\x5a\xaa\x03\xaf\xcc\xf6\x82\xa6\xcc\xec\xbc\xd9\x2e\xfb\x05\xfc\x9d\x31\x25\xf3\x2c\x62\x64\xcc\x12\x29\xa6\x8a\x68\x59\x5b\x03\x0e\x2d\x18\x22\xae\x3e\x31\x5b\xc9\x33\x66\xf6\x4a\x67\x39\xab\x3c\xd5\x8b\x39\x0c\x52\xe9\x8c\x8b\x69\xb8\x14\xff\xec\x75\x9a\x1a\xd2\xfe\x1a\x33\xc3\x0f\x5a\x27\x36\x14\x7d\xf7\x4a\x44\x05\x19\x33\x62\x4e\x3c\x8f\x59\xc6\x62\x42\x15\xa1\x44\xe5\x63\xc5\x34\x79\xe4\x7a\xc6\x85\xf9\x37\x92\x6f\xe4\xd6\xec\xf5\xac\x0d\xfc\xb9\x7c\x65\xee\x14\xcb\xcc\xc0\x1f\x78\xcc\x62\xf2\x40\x93\x9c\x91\x89\xcc\x4a\xcb\x73\x38\x14\xb7\x33\xb3\x0e\xe9\x98\x0b\x38\x79\x66\x2d\x1d\x85\xfc\xab\x5b\xae\x7f\x25\xa6\x3f\x92\x0b\xfe\xb7\x9c\x25\x0b\xc2\x63\x26\xb4\x39\xd7\xaa\xda\xda\xbf\x4a\xe8\x9f\x26\xe4\x80\x98\x75\x66\x99\x86\xf5\x96\x42\xb3\x2f\x5a\x91\x03\x92\xf0\x7b\x46\xde\x9f\x73\xa5\x49\xff\xea\xec\x7d\x8f\xbc\x3f\x2f\x18\x87\x7a\xff\x0c\x2b\xec\xff\xfe\xef\xe0\xe8\x69\x3a\xad\x1e\xba\x77\x7d\x73\x9a\x6f\xf0\x02\x2a\x5a\xf8\xef\x7f\x09\xdb\xb1\xfb\xb5\x9c\xab\x17\x2c\xdd\xf2\xf3\xae\x5c\x1c\x96\xa9\xcc\xc0\x95\xd9\xa1\x6d\xf9\x77\xed\x76\x68\x60\xde\x6a\x4b\xee\x6d\xc6\x5e\x65\xdf\xea\x6d\xf1\x6f\x33\x85\xa7\xe6\xe1\xdb\x30\x70\xaa\xe1\x64\x51\x2e\xf0\x20\xfa\x73\x99\x29\x73\x16\xdd\x09\x79\x25\x6c\x6b\x1b\x7e\x1e\xcc\x2c\x60\xe9\x8e\x53\x07\xab\xf2\x0a\xe7\x9d\xf0\x94\xaf\xda\xdf\x33\x11\x1b\xe1\xd1\x32\x54\x91\xa7\x63\x96\x99\x65\x70\xac\x15\x66\x3b\x36\xac\x56\xe7\x99\x60\x71\x87\x69\xfe\x2d\x67\xd9\x62\xc9\x3c\x27\x34\x51\x6d\x13\xe5\x42\x33\x23\xa9\x57\x1e\x4f\x64\x96\x52\x6d\x5f\xf8\xd3\xbf\xad\xbb\x10\x5a\xde\xb3\x55\xfb\x7f\x86\xbb\x19\x51\x05\x64\x90\xe6\x89\xe6\xf3\x84\x91\x39\x9d\x32\x65\x57\x24\x4f\xb4\xea\xc1\x6b\x46\x3b\x60\xd9\x81\xbf\xe5\xa0\x07\x77\xbb\xe7\x0a\x7e\x21\x13\xcf\xec\x04\xfb\xa2\xa1\xa5\xa1\x80\xfb\x1d\x96\x28\xbc\xb5\x9e\x60\x29\x37\xa3\x19\x25\x33\x3d\x1a\x2f\x0e\xef\x59\xad\xdf\x56\xca\xa1\x82\x50\xad\x33\x3e\xce\x35\x33\xf3\x36\x6d\xb8\xfb\x19\xd8\x23\x0a\x01\x5d\x58\xc3\xcb\x4d\x38\xe6\x19\x8b\x60\x6e\xeb\x1c\x18\xff\x95\x99\xb7\xd1\xc4\x16\x38\xfb\x7b\xb6\x00\x99\xa7\x61\x05\xfc\x96\x0f\xc5\x50\x90\x03\x72\x3a\xb8\x39\x19\x5c\x9c\x9e\x5d\x7c\x3a\x26\xdf\x2f\x48\xcc\x26\x34\x4f\x74\x8f\x4c\x38\x4b\x62\x45\x68\xc6\xa0\x49\x16\x1b\xb9\xc6\x0c\x86\x89\x98\x8b\x29\x91\x59\xcc\xb2\xa7\x5b\xc6\xca\x53\x26\xf2\xb4\x72\xaf\xc0\xef\xc5\xe8\x2b\x5f\x18\x31\xc6\x3f\x2a\x3d\xf9\xef\xda\x02\xc3\x8c\x4d\xdf\x41\x6b\xcf\x26\x38\x45\x33\x9e\xc4\x19\x13\x47\x9a\xaa\xfb\x11\xfb\xc2\xa2\x1c\xef\xe4\x7f\x94\x7f\x18\x19\xe9\x57\xc6\xac\xfc\x4b\xe9\x1f\x85\xb8\xb5\xf6\xa7\x5e\xdf\x5e\xfb\x4b\xd0\xce\xbb\x7d\x07\xbf\xf0\xb8\xf1\x6d\xf8\x65\xc5\x1c\xdc\x3b\x4b\x06\xeb\x5e\x69\x1d\x95\x7b\xc1\x0a\x7b\x8d\xef\x64\x4c\x67\x8b\x11\xd5\x9a\xa5\x73\xbd\xa6\xe5\x81\x92\xc4\xc8\xae\xcb\x64\xd5\x0b\x19\xb3\x81\xeb\xef\x57\x2b\x82\xa2\xb0\x89\x5c\x6b\xc2\x32\x26\x22\xd6\xde\xc2\x2d\x55\xf7\x45\x0b\xab\x05\x5e\xa0\x31\x62\x96\x9f\x14\x04\x56\xeb\xb8\x10\x7b\xcd\x92\x14\x6f\xae\x12\x76\x4b\xf3\x51\x1f\x65\x66\x86\xf7\x16\x04\xde\xd2\xc0\x9f\x43\xe6\xdd\xf4\x44\x7f\x75\x56\x8e\x0d\xf9\xd3\xde\x26\xb2\xfd\x4a\x76\xb5\xa0\xc8\x8c\xa8\x85\xd2\x2c\x5d\x69\x4b\x79\x3b\x0b\x61\x2f\xa0\xd7\x3a\xe0\xca\x1d\xf8\x1b\x38\xf5\xe5\x1b\x7d\x7f\xbc\xd7\x58\xb2\x5d\x59\x42\x5f\xfb\x3c\x9d\xb7\x6b\xf9\x54\x6f\xdc\xf6\x05\xee\x9e\x37\x31\xcd\x92\xac\xb9\xeb\x41\x3e\x91\x39\xa3\x75\xaf\xdc\x6a\x8f\x60\x00\x2b\x14\xd9\xb2\x2d\xdd\x9f\x3f\xf3\x69\x68\x01\x42\x73\x9f\x9e\x71\x15\x18\xc3\x48\x24\x33\x94\x05\x63\x7b\xde\x51\x97\xed\xdf\xf6\x6f\x06\xb7\xc7\xa4\x4f\x62\xaa\xa9\x39\xe0\x19\x9b\x67\x4c\x31\xa1\xc1\x4e\x60\xbe\xd7\x0b\x92\xca\x98\x25\xa8\xd1\x7e\x34\x92\x35\x39\xa5\x9a\x9e\x50\x4d\x13\x39\x3d\x24\x7d\xf8\xa7\xf9\x98\x2b\x42\x13\x25\x09\x75\x64\xc5\x62\xd7\x04\x15\xb1\x63\x2d\x94\x44\x32\x9d\xf3\xc4\xfb\x11\xbc\xf1\x86\x8b\x98\x3f\xf0\x38\xa7\x09\x91\x63\xc3\x55\x8c\x06\x3e\x78\x60\x42\xe7\x34\x49\x16\x84\x26\x09\xb1\xdd\xba\x17\x88\x9a\xc9\x3c\x89\x4d\xbb\x6e\x94\x8a\xa7\x3c\xa1\x99\x51\xf1\x71\xb4\x97\xb6\x2d\x72\x3b\x63\x7e\xac\x30\x2e\xb3\x9a\x29\xbd\x67\x8a\x70\x4d\xe6\x52\x29\x3e\x4e\x8a\x33\x7f\x77\x46\x60\xdc\x27\xe7\x67\x60\x2f\x88\x34\x91\xc8\x43\x5d\xe7\xd6\x3e\xe4\x7a\x4c\xa9\x10\x0c\x3a\x96\x7a\xc6\x32\xdb\xbd\x7d\xf9\xa5\x55\xff\xbb\x8b\x9b\xab\xc1\xc9\xd9\xc7\xb3\xc1\x69\x5d\xf7\xbf\xed\xdf\xfc\x58\xff\xf5\xe7\xcb\xeb\x1f\x3f\x9e\x5f\xfe\x5c\x7f\x72\xde\xbf\xbb\x38\xf9\x61\x74\x75\xde\xbf\xa8\x3f\xb4\x64\xd5\xd9\x8c\x10\x8e\x6c\xcd\xb3\xb5\xb7\x99\x3e\x95\xcd\xb4\xf7\xf5\x1a\x4d\xad\x53\xaa\xbb\xc1\xd4\xdb\x28\xec\x97\x64\x4e\x95\x42\xc9\x08\x47\x70\x38\x14\x9f\x65\x66\x18\xd8\x44\x1a\x1e\x61\xa4\x27\x9d\xe5\x91\xe6\x62\xea\x3f\x3a\x26\xc3\xfc\xdb\x6f\xff\x18\x9d\x73\x71\x0f\x7f\xb1\xd7\xb8\x38\x7b\x8b\xf2\xde\xa2\xfc\xdb\xb2\x28\x1b\xd1\xe7\x28\x34\x24\xef\x36\xb8\xca\x08\x17\xe0\x13\x37\xa2\x84\xcc\xb5\xf9\xd3\x74\x09\xe4\xb1\x24\xc4\xaa\x9b\xc1\xd2\x47\x58\xb5\xf4\x91\xc9\x14\x04\xb9\x2f\x5c\x01\x33\x7a\x94\xd9\xfd\x24\x91\x8f\xdd\xcc\x95\x9f\x98\xf6\xc3\x30\x82\xd3\x5b\xb0\x52\xfe\x6c\x67\xe8\x07\xfe\x89\x69\x33\xf6\x6b\xdb\xcb\x3e\xd8\x6a\x1f\x6c\xf5\xb2\xc1\x56\xaf\xca\x54\xf8\xf4\xac\xb5\x6c\x57\x44\xfe\xda\xe2\x87\x6b\x75\xb3\xb5\x78\xd1\x02\x27\xd9\xb3\xf0\xe4\xb2\x2b\x6a\x97\x7c\xb9\xec\x6c\x5a\xc1\x93\x4b\xc3\x78\x2b\x7c\xb9\x34\xe8\xe7\xe7\xc9\xbf\x09\x3f\xd1\xde\x0d\xb4\xe1\x42\xbd\x49\xd6\xdd\xf1\x56\x7a\x36\x27\xce\xd3\x5f\x25\xb5\x98\x8f\x75\x82\x3c\xd6\x88\xea\xe8\x1c\xc6\xb1\x22\x6e\xa3\x31\x50\xa3\x29\x32\xa3\x1e\x8a\xd1\x18\x7b\xb1\x5d\xb0\xc5\xa6\xb7\x5e\xf7\xf0\x89\x75\x6f\xbd\xee\x81\x13\x9f\x98\x2e\x0d\xe3\xad\xdc\x7a\xa5\x41\x3f\xff\xad\xf7\x1b\x8d\x97\xd8\x07\x48\x3c\xe1\xd2\x7d\xed\x77\xe5\xeb\x0d\x81\xf8\x0d\xc4\x3c\xec\x83\x1c\xd6\x5a\xa3\xaf\x2b\xaa\xe1\x6b\x0d\x63\x78\x9b\x71\x0b\xfb\x40\x85\x7d\xa0\xc2\x4b\x78\x94\xde\x5e\xa0\xc2\x93\x2a\xbe\xcc\x90\x95\x02\x2b\x6a\xa8\xdc\xbc\x9b\x4b\xd5\xae\xef\x85\xce\xeb\x06\xbd\x0e\xda\x2c\x5b\x33\x81\x7a\x7f\x25\x33\xaa\x88\x8c\xa2\x3c\xab\xb8\x68\xab\xa7\xfc\x24\x63\x54\x9b\x23\x52\x36\x5c\x12\x68\x99\x64\x2c\x92\x19\x38\x29\x29\x99\xcf\xa8\x62\x44\x67\x54\x28\xbe\x4a\xcb\xc3\x56\x61\x5c\xa6\x9d\xb7\xa0\xe0\xd5\x17\xf1\xb9\xd4\xbb\xb1\x8c\x6b\x07\x12\xcf\x6a\xd3\x93\xe5\x37\xc9\xce\xa6\x0e\x69\xbf\x5d\x66\xfe\x84\x47\xc5\xdc\x5a\x3b\x3e\x2a\x25\x35\x7e\xd3\xa3\x52\xb6\x76\xec\xe4\xa8\xc0\xb8\xde\xca\x51\xa9\x2f\xe2\x6f\xe6\xa8\x34\x4d\xfd\x35\x1c\x15\x17\x0e\xb0\xe3\xe3\x52\xf3\xc1\x6f\x7a\x64\xea\xe1\x0a\x3b\x39\x36\x7e\x7c\x6f\xe5\xe8\x34\x2f\xe8\x6f\xe6\xf8\xb4\x4d\xff\x65\x8f\x90\xf7\x43\x74\x3e\x3c\xb7\x19\x9f\x4e\x59\x86\x9a\x51\x64\x48\x71\x35\xd4\x52\x61\x79\xdf\xec\xc0\xac\x3e\x0d\xbe\x87\xb7\x70\x12\xfc\x60\x71\xec\xbf\x99\x23\x50\x9b\xf7\x2b\xa1\xfd\x23\xc3\x89\x1f\x00\xad\xad\xdb\x19\xb8\x66\x40\xf8\x70\x81\xcc\x33\xf6\xc0\x65\xae\x92\xc5\x41\x96\x8b\x26\x6e\x0f\x46\x82\x47\x9e\x24\x44\x8a\x64\x41\x94\xa6\x99\x76\x8f\xc5\x14\x3d\x4a\xe6\x30\x25\x54\x69\x72\x2f\xe4\xa3\x20\x13\xca\x93\x3c\x63\x64\x2e\xb9\xd0\x87\x43\x71\x26\xc8\x35\x8e\x11\x34\xef\x1e\xc9\x95\x39\x82\x11\x15\x42\x6a\x12\xcd\xa8\x98\x32\x42\x85\x83\xae\x29\x28\x83\xc8\x8c\xe4\xf3\xd8\x1c\x2c\xd3\x45\xc5\xc6\x54\x1c\xb0\xa1\xb8\x05\x2b\x86\x22\xec\x8b\xce\x58\xca\x92\x85\xe9\xc3\xd0\xbe\x96\xc4\xae\x0f\x0e\xd5\x1a\xc4\x59\x96\xc9\x4c\x81\xce\x3e\x5e\xfc\x9d\x0a\xcd\x05\x23\xa0\x66\x2a\x04\x3e\x3a\x20\xe7\x52\x41\x4c\xf6\x8f\x7f\x56\x24\x4a\x72\xa5\x59\xd6\x23\xe3\x7c\xaa\x08\x17\x64\x9e\x50\x3d\x91\x59\x6a\x46\xc8\x85\xd2\x74\xcc\x13\xae\x17\x3d\x92\xd2\x68\x86\x6d\xc1\x1a\xa8\xde\x50\xc4\xf2\x51\x28\x9d\x31\xea\x7b\x77\x0f\xc9\x37\xe1\x33\x24\x00\xf5\xa1\x07\x86\x7b\x9e\xce\x93\x45\x38\xfc\x20\x11\x1a\xf6\xc4\x34\xc2\x62\x32\x66\x11\xcd\x95\x35\xec\xe8\x6c\x41\xd8\x97\x19\xcd\x15\xec\x9d\x99\x9e\xb5\x7a\x44\x32\x9d\x27\x4c\x33\xc2\x27\x44\x67\x9c\xc5\x84\x4e\x29\x37\x4b\x77\xc3\x96\x24\x6e\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\xb0\x7c\xa4\x32\x63\x24\x66\x9a\xf2\x44\x2d\x77\x4a\x3e\x2b\xc1\x91\x27\xa7\x37\xf2\x7a\xc9\x8d\xbc\x6a\x6a\x5b\x72\x13\xda\x1d\xdb\x5f\x85\x6f\xe9\x2a\x2c\x73\x85\x57\x71\x17\x22\x48\xc4\x0e\x04\x42\x61\xad\xe2\x11\x4d\xb6\x94\x0d\xaf\xed\xa0\xd6\x96\x0e\xdd\x87\xfb\x43\xf1\xb6\x0e\x05\xee\xda\xeb\x39\x15\x6d\x09\x15\x3b\x47\x8a\x59\x07\xe3\x65\x49\x46\x84\x22\x29\xd5\xe6\x62\x9b\xda\x2b\xba\x23\x8a\x61\x01\xea\xf2\xa6\x0e\xca\x73\x20\xb9\x7c\xdd\x11\x0b\xfb\x48\x85\xdf\x20\x02\xed\xab\x49\x60\xdc\xe7\x40\x3f\x51\x0e\x34\x57\xfb\x1c\xe8\x7d\x0e\x74\xd7\x05\xda\xe7\x40\xef\x73\xa0\xdf\x6c\x0e\xf4\x93\xa6\x3f\xef\x2e\xc9\x79\x37\x99\xcc\x6f\x4a\x3a\xdf\x4b\xe6\x7b\xc9\x7c\x9f\xae\xec\xa7\xb6\x2b\x2e\xe8\xbe\x7e\x17\xb3\x84\x69\xd6\x6e\xa0\x63\x59\x6a\x14\x0e\xbc\xe1\xb9\x30\xa2\xe0\x34\x63\x4a\x6d\xcb\xd3\x7c\xc3\x61\x79\x85\x06\x7f\x44\x81\x32\xeb\xc9\x12\xec\x3a\xcb\x98\x9d\x6f\xfb\x6d\xb2\x3c\x3f\xfc\x3d\x64\xc3\x9e\x07\xee\x79\xe0\x26\x53\x7b\x3d\xe6\xe8\xe0\x30\x3f\x97\x3d\xda\xf3\xf6\x79\xde\x2e\x9c\xde\xa1\xa3\xb5\x60\xb4\x48\xe1\x90\x95\x2a\xfd\xe1\xb6\x74\xbe\x25\xaf\x5f\xa7\xaf\x65\x7c\x1d\xdb\x79\x9b\x4c\x1d\xc7\xbe\xe7\xe8\x7b\x8e\xbe\xe7\xe8\x6f\x9b\xa3\xbb\x93\xfc\xa2\xee\xc5\xa0\x70\xda\x88\xc7\xdb\xd4\x4e\xeb\x5e\x87\x82\xa6\x2c\x1e\x40\x96\x98\xcf\x71\xcb\x7e\x35\x9f\x84\x55\xd1\x5c\x3e\x58\x77\x07\x64\xf8\x75\xb1\xea\xa5\x52\x56\x9b\xf9\x23\x8b\x02\x65\x67\xf1\x9b\x70\x49\x36\xae\xf0\x57\x52\x5c\xed\x75\x70\x91\x67\xaf\xad\xf6\x3a\xa6\xbd\x77\x91\xed\x4b\xab\xed\x9d\x40\x1d\x27\xbc\x77\x02\xbd\x5e\x27\x50\x87\x6d\x7c\x12\xcf\xee\x33\x1f\xcf\xe7\x12\x1d\xbb\x67\xee\xb8\x04\x1b\x11\x93\x7c\x9e\x48\x1a\x77\xac\x8e\x1e\x48\x74\x1d\xd2\x77\x44\x4c\x32\x36\xe5\x4a\xb3\xcc\xec\x4b\xa3\x60\xb8\x3a\x9f\xe7\xad\x96\x41\xef\x1c\xb1\x19\x76\xfb\xee\xdf\x3a\x0c\xff\xda\xde\xd9\xc0\x89\xc6\x34\xf6\xf5\x89\x41\x7c\x4b\xe9\x82\xcc\xe8\x03\x73\x51\xe6\x0f\x34\xe1\x31\xad\xae\x75\x65\x86\xcb\x06\xf4\x1f\xeb\x0d\x88\x96\x87\xe3\x0b\xda\xa9\x72\x14\xb0\x05\xa8\x80\x77\x66\x46\x2b\x4f\x32\x46\xe3\x05\x19\x33\x26\x3c\xd9\x34\xdc\x27\x2d\x63\xde\x89\xe0\xfc\xe2\x5a\x69\x9d\x7a\x5e\x8b\x5a\xfa\x8c\x71\xaf\xcd\xfc\x66\x7b\x1d\x74\x7b\xc5\x53\xfd\xe1\x6d\xb1\xa0\x7d\x2c\xec\xde\x36\xf9\xf2\xb6\xc9\x7d\x2c\xec\x5e\xd1\x7f\x65\x8a\xfe\x3e\x16\x76\x1f\x0b\xbb\x37\x83\x2c\x9f\xf6\xde\x0c\xf2\x55\xc4\xc2\x76\x92\xe1\x37\x8c\x86\x7d\xe3\xd2\xfc\x5e\x98\x77\xef\xed\x85\xf9\xbd\x30\xff\x95\x0a\xf3\xaf\x63\x85\xf7\x92\xfc\x5e\x92\xdf\x4b\xf2\x7b\x49\x7e\x2f\xc9\xef\x7c\x19\xf7\x92\x7c\xb3\x24\x0f\x7f\xb9\x62\x3b\xeb\x8a\xf5\x6b\x8a\xf3\x6b\xa7\xbb\xad\xef\x0c\xfc\xc4\xf4\x5b\xf5\x04\xee\xa5\xf6\xbd\xd4\xfe\xba\xa5\xf6\x57\x33\xa1\xaf\xaf\x50\xc6\xbe\xd4\xc4\xbe\xd4\xc4\xbe\xd4\xc4\x13\x97\x9a\x70\x5f\x77\xc8\x91\xb2\x87\x4b\x53\x9d\x2b\xc4\x2a\x2e\x82\x4d\x3a\x89\x3d\x1d\x52\xa3\x2a\x3d\xac\x96\x7b\x48\x5f\x93\x54\x1a\xdd\x4d\xb0\xd2\x3b\x8e\xc1\x61\x60\xcd\x94\x3f\x30\x41\x5c\x72\x40\xcf\x5e\x63\x3d\x30\xa6\xfc\xd3\x1f\x3e\x4c\xbe\xa5\x9a\x50\xa2\x79\xca\x0e\xc9\xd9\x04\xb9\x45\x64\x4e\x97\x62\x5a\x55\xa2\xb1\x90\xf2\xe1\x23\x11\x17\x63\x75\x7d\xf3\x22\x38\x07\x5f\xeb\x39\x66\x9b\x27\x1a\x59\xaf\x6b\x1c\x90\x46\xc7\x9e\x43\xc1\x41\x4b\x59\x96\xb8\x2f\x4b\xdd\xba\x97\x53\x1a\x1b\xc6\x10\x0c\xa1\xc8\x12\x0e\xdf\x87\x3b\x9d\x2b\x1f\x5e\x54\xfa\x1e\xbf\x06\xb8\x52\x80\x17\x05\x58\xf5\x4e\xc3\x98\x41\xf4\x9b\x11\xf1\xe2\x3c\x61\x84\x2a\x25\x23\x4e\x41\x8d\x41\x19\x80\x70\xed\x2c\x0d\xee\x25\xd7\x75\xcc\x15\x1d\x27\x2c\xb6\x6b\xcc\x8a\x68\xa7\xa5\x23\xe7\x8a\x8c\x99\x59\x62\xc3\xa6\xca\xab\x3f\x43\x09\xa4\x61\x34\xc1\x50\x58\x7d\x24\x4c\xe0\x40\x96\x48\xd0\x48\x9c\x6f\x55\x88\xde\x67\xdc\xf9\xa7\x7b\x91\x7a\x2f\x52\xff\x46\x45\xea\x57\x14\xa1\xf9\x2a\x12\x07\xc1\x07\x6a\x38\xff\xc8\x1b\x36\x55\x57\x5b\xcf\x39\x57\x5a\x91\x28\x57\x5a\xa6\xed\x92\xcf\x67\xd7\x43\xdf\x77\x70\x22\xc5\x84\x4f\x73\xbc\x5b\x7e\xb5\xb2\x89\x3f\xd1\x85\x9a\xb2\x98\xb3\x6e\x86\x21\x6f\xb7\x5e\xd5\x59\x63\x3e\x62\x83\x93\xb7\xa1\x9d\x37\x71\xdb\x35\x0f\xfd\xb9\x2e\xbd\x75\x94\xd5\xc2\x3e\x6e\x35\x4d\xa3\x5f\x8c\xae\x07\x37\x97\x77\xd7\x27\x83\x63\xd2\x9f\xcf\x13\x8e\x2e\x2b\xa4\x30\xfe\x77\x33\x29\xac\x1a\xe5\x49\xc4\x0a\x44\x08\xe6\x0e\x3e\x32\xa3\x0f\x92\x03\x72\x72\x7e\x77\x73\x3b\xb8\x6e\x69\xd0\x92\x04\x20\x0e\xb0\x74\x9e\x80\x7c\x74\x9f\x8f\x59\x26\x98\x91\xf0\x2d\xe4\x7b\xe1\x39\xc3\x46\x07\xff\x35\x38\xb9\xbb\x3d\xbb\xbc\x18\xfd\xe5\x6e\x70\x37\x38\x26\x8e\xb6\x4c\xb3\x66\x5c\x66\x14\xf1\x42\xd0\xd4\x68\xdd\xe5\xf2\x56\x7f\xcb\x59\x0e\xe2\x18\x9f\x8a\x94\x41\x25\x86\x52\x8b\x6e\xc0\xe7\xfd\xef\x07\xe7\xe5\x96\x67\x2c\xc4\xa1\x27\x09\x1d\xb3\xc4\xba\xf2\xc0\x3b\x65\xce\x4f\x80\xd8\x8f\x3e\xbe\x1c\x57\xf5\x2f\x77\xfd\xf3\xb3\xdb\x5f\x46\x97\x1f\x47\x37\x83\xeb\x9f\xce\x4e\x06\x23\xab\x49\x9d\xf4\x4d\xbf\xa5\x9e\xac\xc2\x45\xfe\x96\xd3\xc4\x68\xe4\x72\xe2\x90\xe9\xc9\xe3\x8c\x09\x92\x0b\xa0\x38\x54\xf3\x41\x2b\x09\x61\x79\x70\x46\x57\xe7\x77\x9f\xce\x2e\x46\x97\x3f\x0d\xae\xaf\xcf\x4e\x07\xc7\xe4\x86\x25\xa0\x08\xbb\x45\x87\x5d\x9c\x27\xf9\x94\x0b\xc2\xd3\x79\xc2\xcc\x6a\x50\x8b\x03\x31\xa3\x0f\x5c\x66\x25\x6d\x05\xd6\x11\x58\x01\xb4\xef\x14\xce\x51\xb0\x74\x97\x17\x1f\xcf\x3e\x1d\x93\x7e\x1c\xfb\x39\x28\x68\xa3\x44\x39\x0e\x4d\xe8\xa0\x86\x26\x14\x51\x0c\x08\x81\x02\xed\x0f\x2c\xcb\x78\xcc\x2a\x74\xd4\xbf\xb9\x39\xfb\x74\xf1\x79\x70\x71\x0b\x2b\xa6\x33\x99\x28\x32\x93\x8f\xe0\x05\x82\x19\x82\x73\xe8\x81\xf2\x04\x3a\x73\x9b\x25\x05\x79\x9c\x71\xf0\x1c\x42\x85\x02\xdf\x33\xda\x24\xb2\xbc\x9e\x54\xf1\xdc\x5a\x7f\xe9\xe0\xd5\x55\xf5\xea\x49\xaa\xbf\x51\x39\x16\xcb\x5e\x28\x51\x79\xfd\xc5\x55\xd4\x5a\xff\xa2\x42\x6e\xed\x06\x8a\x1a\xbd\xb4\xcf\xb4\xd8\xeb\xce\xf6\x89\xf2\x1a\x3e\xdb\xed\x6d\x18\x6f\x3c\x72\x76\xaa\xa3\x7f\x94\x18\xf0\x3f\x77\x18\xad\x85\x09\x3a\x4b\xb1\x0b\x83\x6c\xf5\x5f\xed\x35\xdb\xf1\xf2\x0e\xbe\x6c\xfa\xb0\xee\xc7\x09\x3e\x78\x0b\xb7\x72\x38\xdc\x57\x74\x03\x5f\x87\x72\x96\x13\xd7\x53\xa6\x69\x4c\x35\x35\x7c\x6d\xca\xf4\x21\xb9\x14\xf0\xec\x96\xaa\xfb\x1e\x71\x85\xc7\x88\xcc\x48\x21\xc8\x3e\x43\x82\xfb\x1b\x31\x60\xae\xaf\x5c\xed\x8d\x04\x7b\x23\x41\xf3\xca\xec\xa3\xe5\x5a\x56\x78\x57\x37\xea\x5a\x36\xff\xdd\x5d\x7c\x81\x89\xdf\x05\xbe\x54\x6c\xb4\xa5\x1b\x71\xa5\x3d\xf6\xed\x5e\x86\xcf\x6b\x91\xdd\xe9\xd5\x88\x75\xc9\xf6\xf7\x1e\xfe\xdf\xfe\xde\xdb\xdf\x7b\xfb\x7b\xef\x15\xac\xf0\x8b\x5b\xb7\x1b\xb8\xfb\x8b\x9a\xb7\x57\x29\xc8\x1b\xc3\xe4\x15\x0a\xf1\x3a\x40\x79\xbf\x76\xc1\xc3\x6b\x30\x6b\xd7\x35\x64\x45\xd4\x8c\x66\x58\xf0\x3b\x92\x69\x2a\x45\xd9\x6e\xde\x23\xde\xc9\x0f\x46\xc9\x95\x60\xaa\x86\xb2\x8b\x6e\xf8\xdb\xb0\x77\x07\xeb\xf2\x1c\xd9\x4d\x3b\x15\x21\x30\x6d\x60\xaf\x5f\x3f\xa1\x9c\xb1\xc7\x31\xdc\x29\x8e\xe1\xeb\x98\xeb\x93\x64\x42\xed\xde\x06\xff\x36\xb2\x9f\xf6\x80\x85\xfb\xfc\x9e\x7d\x7e\x0f\xfc\xbe\x07\x2c\xdc\x1d\xb5\x3e\xad\x4c\x2f\x63\x36\xaa\x54\xe8\xf2\xff\x1c\x55\x5d\x5e\xa5\x27\xa1\xff\xab\xf4\xa0\x48\x78\x82\xd6\x79\xbc\xcb\xaa\x5e\x17\x32\x66\x5b\x54\xf6\x32\x23\xea\x5c\xd5\xab\xd4\xd7\x2b\x17\xe1\xdd\x32\xa1\x28\x5f\x1a\xf8\x13\x0b\xf2\x2d\x14\xf3\x35\x5a\xa3\x1a\xe8\x7f\x6f\x9a\x5a\xb9\x50\x5f\x6b\xd9\x84\x82\xc1\xbd\x21\x47\x4d\xb7\x5b\xc0\x85\xf7\x8c\x5a\xee\x82\xe6\xe7\xfe\x46\x68\x7e\xfc\x34\x90\x36\xdd\x2f\x84\x0a\x92\x4d\xf9\x2a\xd8\x14\xc1\xa6\xd4\xfd\xdb\xb0\xf3\x84\x23\x7e\x0e\x4b\xcf\x52\x62\xfa\xea\xae\x89\x65\x47\x63\x7f\x59\x74\x5c\xae\xaf\xf5\xca\xd8\x23\xcf\x2c\xb3\xbd\xec\xa1\x5d\xf6\xa6\x9f\xd7\x33\xe1\xbd\xe9\xe7\x4d\x9b\x7e\xd0\x51\x3d\x9a\xd3\x8c\x09\xdd\x20\xa3\x57\xaf\x13\x78\x3d\xcc\xe1\x77\x52\x07\x34\x80\xd2\xa2\xbd\x90\xfd\x55\xf5\x75\xd9\x82\xac\x60\x30\x42\xb9\x22\xc8\x61\x3a\xfa\x47\xf1\x77\xa0\x04\x04\x3f\x36\x38\x7c\x97\x05\x82\x21\x9e\xbe\x32\xd7\x77\x6e\x63\xc2\x76\x95\xf9\xe4\x84\xc4\x16\x47\x6d\x7b\xfc\x98\x4b\x6f\x60\x71\x21\x70\x15\x33\x6c\x88\x2b\xb3\x3d\x1d\x38\x31\xac\x88\x9f\x58\x19\x66\x76\x85\x9f\x9e\xc2\x97\x6f\x2b\x2b\xaa\x65\xe8\xcf\x1b\x7e\x56\x27\xc7\x6e\xa7\xdb\x11\x07\xc7\x3c\x9f\x20\x99\xc4\x88\xca\x72\x12\x6e\xb8\xcb\xe5\xa6\x90\xea\xd4\x76\x3d\x3d\xb7\x00\x59\x3b\x73\xdd\x26\x6e\x69\xf4\xed\xce\xfb\xc5\x83\x71\x56\xd0\xfd\x8b\x06\xe6\x2c\x61\xdc\xdb\x95\xae\x7c\x31\xbe\xec\x6d\xf7\xcf\xc7\x99\x3f\x31\xfd\xf5\xb1\xe5\x4f\x4c\x3f\x17\x4f\xde\x94\x11\x2f\x65\x46\x45\xbd\xa2\x37\x1a\x27\x52\xe3\xbf\x6f\x76\xba\xeb\xc4\x6b\xfd\x8c\x93\xb4\xc1\x5a\x3e\x2d\x3e\x9c\xaa\x96\xd6\x80\x51\xd2\x01\xf7\xe9\xcb\xfb\xf4\xe5\x7d\xfa\x72\xf5\xa8\xef\xd3\x97\xf7\xe9\xcb\x8d\xc9\x56\x31\x4b\x98\x66\xad\x32\xdc\x29\x3c\x7e\x29\x19\x0e\x7b\x7f\x46\x09\x0e\x3b\xfc\xfa\x84\x38\x9c\xd7\x5e\x8e\xdb\xcb\x71\xbb\x98\xee\x6b\xd5\xa4\x1d\x95\xbf\x06\x4d\xba\x33\x6a\x53\x11\xb0\xb6\x32\x4e\xc1\x4e\xfb\xd7\x95\x01\x0a\x01\x02\xa6\x1b\xce\xaa\x20\x84\x2b\x37\xec\xb7\xc3\xe4\xd4\x53\xf3\xb1\x6d\x5c\xad\x6e\xdd\xbf\x5a\x4f\xeb\xbe\xc6\x47\xe3\x5a\xed\x1d\xc1\x4b\x16\x67\xef\x08\xde\x3b\x82\x5f\x9d\x23\x78\xe7\x2a\xd5\xd2\x4a\xfd\xd7\xf6\x6a\x5e\x1a\xa1\xee\x2e\x7a\xd4\x65\x0c\x29\x20\x2e\x79\xcc\xe6\x89\x5c\x80\xbd\x67\xa9\xe5\xdb\xd7\xe8\x6f\x08\xd4\xaa\x5e\xfe\xee\xed\xab\x9a\xd0\xfe\xda\xef\x7f\x37\xf2\xe7\x52\x6b\x5e\x8b\xd8\x5b\xcc\xfb\x55\x08\xba\x47\xff\xa8\xa4\x67\x74\xc2\x6f\x09\x12\x2a\x56\x1f\x83\xa1\x68\x7e\x12\x94\x12\xb0\xb7\xe6\x38\xd7\x41\xec\xa3\x32\x07\x60\xce\x32\xbd\x08\xde\x64\xe9\x5c\x2f\xfe\x73\x28\x78\x81\x38\xce\xa7\x42\x66\xc8\x03\xcd\xc7\x33\x2a\xe2\xc4\x9c\x1f\xe5\xdb\x89\xa8\x10\x52\x83\x70\x02\x33\x88\xc9\x03\xa7\x28\xca\xf4\xaf\xce\x3a\xc4\x07\x74\x3a\x8b\x25\xd7\xfe\x1b\x3a\x89\xcf\x8d\xe5\xbd\xe2\x16\xfd\x94\xc8\x31\x54\x9f\xc8\xcb\x26\x06\xd3\xc0\xde\x19\x5d\xda\xb9\x97\x62\x1e\x9a\xaa\xfb\x6a\xd2\x58\x39\x85\x60\xb4\x34\x8d\x6c\xc5\xbb\x25\x60\xc5\xe5\xaf\x56\x52\xcd\xca\xcf\x6c\xf2\x19\x3c\x86\x21\x57\xc7\xe1\x7e\x0c\x3b\x74\xbf\x15\x2d\xbb\x5f\x5c\xf5\x2e\xf8\x31\x63\x3a\x5b\x8c\xa8\xd6\x86\x21\xed\x32\xbf\xed\x96\xaa\xfb\x2d\xf2\xdb\xca\x9e\xa6\x15\xf9\x6d\xa5\xbe\x5e\x39\xc7\x2a\xe5\xb7\x95\x07\xfe\xe4\x1c\xab\x23\x71\x7f\x75\xa9\x0c\x5d\x8f\xea\x3e\xad\x61\x83\xa5\xfb\x5a\x53\x1c\x96\xf1\xe2\x57\x33\xc2\xca\x75\xf0\x35\x9e\xdc\xf2\xe5\xb6\x3f\xa2\xcb\xd6\xe8\xab\x2b\x33\x52\x91\x59\x56\xcc\xed\x8d\x94\x1b\xa9\x8a\x5d\xbb\x1e\xd5\xd3\xd8\xdf\x83\xdd\xd8\xd7\x1f\xdc\xd7\x1f\xdc\xd7\x1f\x7c\xf2\xfa\x83\xdd\x74\xd6\xce\x0a\x6b\x57\x6d\xb5\x9b\xaa\xda\xae\xa7\x3e\x81\xcf\xb9\xbb\x32\x59\xc9\x8d\x2f\xab\x91\x9b\xe6\xc6\x97\xba\x7f\x13\xce\xe9\xd2\x88\x9f\x23\x37\xfe\x37\xaa\x59\xee\xd5\xca\x27\x59\xb7\xaf\x55\xa7\x7c\xe5\x0a\xe5\x3e\xab\x7f\x8f\xa8\xb8\x0f\x35\xd9\xe1\xe2\xec\x43\x4d\xf6\xa1\x26\x5f\x6d\xa8\x49\xbb\x7a\xc2\xe3\xad\x33\x36\xd7\xc4\x50\xf7\x56\x86\xec\x57\x10\xa5\x8c\xd8\xdf\x01\x55\xbd\x49\x5b\x28\x64\xe9\x12\x0a\xf2\xe6\x9a\xc3\x59\xfc\x26\x54\x86\xc6\xd5\x7c\x0e\xd5\x61\x0f\xc8\xbd\x53\x40\xee\x57\x37\xed\xbd\x54\xb9\x97\x2a\xf7\x82\x53\xc7\x09\xef\x05\xa7\xd7\x2b\x38\xbd\x94\x36\xf4\x35\x61\x33\x19\x11\xab\x94\x95\xb4\x34\x4e\x19\xf1\x95\xc0\x99\x91\xcf\x13\x49\xe3\x55\x11\x47\xbf\x06\xe2\xdb\x12\xb9\x2f\x68\x37\x2b\xe2\x94\x2b\xe2\xdf\x32\xd9\x0e\x1b\x30\x3d\xbe\x05\xd1\xce\x8c\x13\x47\xdc\x21\x3a\x32\xec\xf0\xdd\xbf\x75\x18\xf8\xb5\xbd\x93\x81\xd3\x8c\x69\xec\x00\x0c\x50\x3c\x4b\xe9\x82\xcc\xe8\x03\x23\x13\xca\x13\xb4\xcf\xf1\x98\x56\xd7\xb7\x32\xb7\x65\x03\xfa\x8f\xf5\x06\x44\xcb\xc3\x29\x32\x1a\xcd\x7d\x81\x52\x55\x44\x13\xe7\xee\x83\x77\x66\x54\x11\x9a\x64\x8c\xc6\x0b\x32\x66\x4c\x04\x99\x6c\x5d\xc7\xbc\x13\xc1\xf8\xc5\xc3\x33\x43\xba\x79\xd1\x28\x6f\xe0\x1a\xad\x95\xab\x77\xae\x58\x56\x39\xc9\x16\x3a\xe4\x36\x8a\xa3\xfa\xc3\x5b\x61\x2e\xcf\xa1\x26\x7e\xc5\x5e\xa4\xbd\xa7\xe8\xb7\x59\x1f\xf2\xd5\x68\x1f\x7b\x15\x7d\x9f\x64\xbc\xf7\xfc\xec\x0d\x18\x7b\x03\xc6\xce\x97\xf1\x35\x19\x30\x5e\x50\x46\xc7\xdc\xa6\x27\x29\x9c\xf2\x5a\xa4\xf5\xbd\xb0\xbe\x17\xd6\xf7\xc2\xfa\x57\x2b\xac\xbf\x8e\x15\xde\x4b\xea\x7b\x49\x7d\x2f\xa9\xef\x25\xf5\xbd\xa4\xbe\xf3\x65\xdc\x4b\xea\x15\x49\x1d\xfe\x72\x68\x01\xeb\x8a\xed\x9d\xc5\xf5\xcd\xa0\x01\xba\xb9\xe9\x2c\x36\xc0\x5b\x91\xcc\xf7\x52\xf9\x5e\x2a\x7f\xdd\x52\xf9\xab\x99\xd0\xd7\x97\x10\xbc\x4f\xa9\xdd\xa7\xd4\xee\x53\x6a\x5f\x22\xa5\xd6\xf1\x92\x65\x12\xce\xb2\xba\x3e\x3f\x59\xe6\xf2\x0d\x17\x51\x92\x83\xa8\x6a\x7e\xfe\x3e\xe7\x49\x4c\x40\x45\x32\x9a\x2e\x97\xe2\x03\xd0\x13\x90\x02\x8c\xd3\x55\xa2\x58\x2e\xc1\xfc\x54\x63\x75\xaf\x56\x88\x29\x46\xbb\x29\x0c\xdb\xae\xf6\xd4\x97\xe3\xdd\xa0\xfa\x5f\xe9\x37\xd7\xd0\x2b\xaa\x09\xd8\x73\x62\x89\xe1\x48\x6e\x7c\x4f\x5c\x1d\xb0\xb1\xcf\xb5\x6a\x05\xfe\x6c\x3f\x7a\x5b\xa5\x0c\xea\xa3\xde\x57\x08\x24\xc1\xae\xed\x2b\x04\x3e\xe1\xbc\xdd\x39\x5b\x31\x73\x47\xa3\x68\x0b\x7f\xa3\xd3\x7e\xf1\x60\xc7\xf6\x93\xfe\xa2\xa1\x8f\x8d\x17\x59\x2d\xb7\xee\xe8\x1f\x8d\xf7\xd4\x0b\x14\x46\x5c\xfb\x72\xda\x49\x89\xc4\x6d\xae\xa7\x4f\x4c\x7f\x2d\x77\xd3\xbe\x4c\xe2\xbe\xbc\xce\x8e\xa6\xbb\xd1\xdd\xf3\x66\x67\xbb\x2f\x0a\xb9\x2f\x0a\xb9\x2f\x0a\xb9\x2f\x0a\xb9\x2f\x0a\x49\x7e\xe3\x45\x21\xd7\x96\x5f\x77\x50\x1e\x72\x1b\xe9\x15\xbb\xff\x5a\x04\xd8\x7d\x89\xc8\xbd\x0c\xbb\xbb\xe9\xfe\xb6\x64\xd8\x57\x68\x41\x79\x15\xb5\x30\xbd\x05\xe5\xc5\x61\x89\x3c\x6b\xef\x0c\x4d\x14\xc6\xbd\xf8\xaf\x77\x8a\x50\xe4\x36\x6d\x8f\x52\x64\xff\x6f\x8f\x52\xb4\x47\x29\x6a\x99\xf5\x3e\xb0\x7a\x8f\x52\x44\xf6\xa1\xc3\xfb\xd0\xe1\xd7\x1c\x3a\xdc\x61\x1b\xf7\x28\x45\x1d\x45\xc6\x27\x42\x2a\x72\x32\xd7\x56\x68\x45\x0d\xe2\xe0\x6a\xc4\xa2\x9f\xeb\x1a\xd1\xab\x15\xf5\xdc\x58\xf7\xc8\x45\x7b\xe4\xa2\x6d\x69\xe7\x55\x28\xa0\xcf\x88\x60\xd4\xc4\x61\xd6\xc9\x8b\x6e\x60\x2e\xdb\x2a\x98\x6f\x03\xcd\xc8\x8d\x76\x9f\x24\xbd\x4f\xc7\x78\xfd\xe9\x18\xaf\x2e\x49\xfa\xd5\x68\x2a\x7b\x75\x7e\x9f\x27\xbd\xcf\x93\xde\x1b\x3b\xf6\xc6\x8e\x9d\x2f\xe3\x6b\x32\x76\xbc\xb0\xdc\xfe\x84\xa8\x46\xaf\x51\x82\xdf\x0b\xf0\xf8\xde\x5e\x80\xdf\x0b\xf0\x5f\xa9\x00\xff\x3a\x56\x78\x2f\xbd\xef\xa5\xf7\xbd\xf4\xbe\x97\xde\xf7\xd2\xfb\xce\x97\x71\x2f\xbd\x3f\x1b\xd2\x51\x93\x08\xbf\x36\xda\xd1\x9a\x6e\xbe\x20\x99\xed\x2d\x49\xeb\x7b\x49\x7d\x2f\xa9\xbf\x6e\x49\xfd\xd5\x4c\x68\x8f\x7c\xb4\x47\x3e\xda\x23\x1f\xed\x91\x8f\x36\x92\x91\xfe\xc5\x1e\xcb\x77\xc1\x4d\xec\xaf\xec\x77\xdf\x27\x72\x7c\xbb\x98\x33\xf3\xdf\x53\x9e\x32\xa1\x40\xa2\xe5\x7a\x11\xca\x44\x2d\x2b\x5f\x5f\xf3\x77\x37\x67\x17\x9f\xce\xc3\x54\xb5\x77\x9f\xef\xce\x6f\xcf\xae\xfa\xd7\x7e\x5d\xfc\xac\xc2\xb5\xb0\xdf\x95\xc4\x3a\x4b\xf2\xd7\xcc\xe8\xaf\x70\x6a\x6e\x34\xd5\xb9\xda\x6c\x64\xd7\x83\x9b\xc1\xf5\x4f\x90\x6a\x37\x3a\x3d\xbb\xe9\x7f\x7f\x5e\x22\x88\xd2\xf3\xfe\xc9\x5f\xee\xce\xae\xdb\x9f\x0f\xfe\xeb\xec\xe6\xf6\xa6\xed\xe9\xf5\xe0\x7c\xd0\xbf\x69\xff\xfa\x63\xff\xec\xfc\xee\x7a\xb0\x74\x3d\x96\x8e\x76\xb9\x22\xa3\x60\x91\x20\x8b\x85\x44\x96\x6b\x64\xc5\x1a\x12\x2f\x3e\x3a\x76\xd8\xd4\xd7\x31\xb9\xb3\x76\x01\x6e\x1b\x77\x21\x49\xbe\x21\x54\x68\x62\xae\xe8\x38\x61\x71\xad\x25\xb7\x86\x6d\x2d\xd1\xd2\xa0\x1e\x8d\x06\xee\x45\x4e\xc3\xf3\x22\xe4\x05\x04\x12\x80\x35\x13\x71\x43\x1f\xb8\x0f\xad\x3d\x08\xc3\xbb\xf8\x03\x2b\xf5\x14\xe5\x59\xc6\x84\x4e\x16\x28\x70\xab\x5a\xa3\x6e\xfb\xda\x9a\xb5\x77\xaa\x6f\x70\x46\x15\x46\x5e\x95\xc6\x9f\xb1\x84\x51\xd5\x30\x66\xbb\xfb\xdd\x96\xc5\xef\x95\xb5\xe8\xe0\x65\x34\xa1\x3c\xc9\x33\x56\x39\x2d\x52\xfc\x35\x17\xa0\xc1\x0e\xbe\x98\xcb\xcc\x9c\xe4\x73\x39\xe5\x11\x4d\x2e\xa1\x19\x99\x6d\x76\x72\xfa\x17\x25\x52\xbe\xbc\x5e\x4a\xb9\xe1\xdb\x55\x42\x3d\x20\xfd\x8b\x53\x48\x32\x76\x43\x2d\x5e\xd5\x5c\x27\x30\xa0\x0b\xa6\xcc\x3c\x23\x29\x62\xeb\x02\x31\x17\xd8\x22\x90\x4b\xff\x2a\x21\x51\x3b\x57\x46\x5b\xea\x5f\x9c\x92\x23\x72\x79\x3d\x14\x97\x46\x8d\x36\x74\xcf\x8c\x40\x87\xcb\xc6\x15\x11\x52\x13\x9e\xce\x65\xa6\xa9\xd0\x46\x96\x85\x9b\xcc\xae\x08\x12\xf1\x89\x4c\xd3\x5c\x53\x43\x2b\xb5\x45\x15\x68\x15\xb8\x61\xfa\x2c\x06\x0f\x43\xc3\x1a\xe2\x55\x57\xcc\x65\x9e\x99\xf6\xcd\x35\x5b\x56\x25\x79\x5c\xd3\xc6\x5c\x13\x34\xcb\x68\xf9\x42\x7c\xc7\x35\x4b\xab\xef\x77\x8c\x90\xfd\x67\xa3\x9e\x7c\x82\x19\x29\x2c\xeb\x67\xd1\x8c\x6b\x16\x69\x43\x45\x1b\xd1\xc4\xdd\xc5\x8f\x17\x97\x3f\x87\x97\xe0\xbb\xfe\xe7\xd3\x3f\xfd\x5b\xe9\x87\xeb\xcf\xb5\x1f\x46\x3f\xfd\xa9\xf6\xcb\xff\xb3\x94\x9e\xaa\x3d\xd5\x54\xd5\x60\x2e\x07\x20\x15\x82\x69\xd4\x4d\x95\xf0\x94\x4e\x19\x51\xf9\xdc\x50\x80\x3a\x2c\xef\xaf\x91\x8a\xce\x25\x8d\xb9\x98\x62\x86\xf0\x39\xd7\x2c\xa3\xc9\x67\x3a\xff\xe8\xcc\xb8\x1b\xac\xce\xff\xbe\x29\xe5\x73\xbf\xfb\xa5\xff\x39\xcc\x08\x7f\x77\x75\x7d\x79\x7b\xb9\x74\xd6\xa5\x16\xea\xc7\xc8\x3c\x3e\x86\xff\x25\x47\xc4\xb4\xee\x85\xb7\x94\x69\x6a\x84\x5a\xf2\x0d\x66\x35\xfa\x2c\x24\x2e\x12\x38\x35\xf3\x8c\xa7\x1c\xb8\x22\x1a\xb2\x3e\xa0\x7c\xe8\x05\x60\x7f\x6e\xf0\x03\xcc\x5b\xb6\xf7\x8a\x88\x69\x16\x93\xbf\xaa\x2a\xbc\x00\xd8\x4f\xf1\x07\x16\x93\x03\x32\xd3\x7a\xae\x8e\x8f\x8e\x1e\x1f\x1f\x0f\xcd\xdb\x87\x32\x9b\x1e\x99\x3f\x0e\x98\x38\x9c\xe9\x34\x41\x38\x05\xb3\x0a\xc7\xe4\x2a\x93\x86\x0b\x82\x8e\xc9\x32\x4e\x13\xc8\xa6\x1e\x73\x41\x33\x80\x69\xf8\x35\x92\x19\x3b\x2c\x36\xc6\xda\x56\x2c\x2b\xb4\xf6\x97\x23\xf3\x52\x03\x33\xa9\xee\x27\x89\x59\xc4\x63\x7b\x53\x32\x11\x49\x30\xc0\xa1\xc9\xde\xb4\xe7\x52\x41\x99\xf5\x97\xfa\xe5\x0c\xe4\x6d\x1a\xb3\x00\x0d\x41\xcb\x32\xc1\x19\xd9\xfd\x0c\x35\xaf\xdc\x68\x99\x10\xa0\x0b\x17\x83\x7b\x75\x6e\x26\x1c\xc9\x84\x8c\xf3\xc9\x84\x65\xa1\xbb\xb6\x67\x04\x72\xae\x48\xc6\x22\x99\xa6\x70\xe9\x99\xaf\x72\x85\x54\x0d\x2b\x66\x47\x7b\x38\x14\xb0\xff\x46\x52\x07\x0a\x88\x25\xb0\x3a\xc1\x8c\xc6\x2e\x16\xd8\xcd\x38\x9f\x94\xdc\xc1\x00\x53\x42\x63\xc2\xf5\x50\xf4\x93\x84\x64\x2c\x95\x9a\x85\x91\xc6\xe0\x3b\x2a\x2d\x38\xb0\xc8\x8c\xcd\x13\x1a\xb9\x3c\xf6\x44\x46\x34\x21\x13\x9e\x30\xb5\x50\x9a\xa5\x61\x03\xdf\x80\xb9\xc1\xac\x19\x57\x24\x96\x8f\x22\x91\xd4\xce\xa3\xfa\xd9\x87\xf2\x69\x1c\x38\x08\x89\x41\x96\xc9\x0c\xfe\xe7\x47\x2e\xe2\x9d\x71\xa8\xbb\x9b\xc1\x75\xf8\xef\x9b\x5f\x6e\x6e\x07\x9f\xd7\xe3\x3e\x9e\xb2\x60\x78\xa0\x86\x1e\x93\x1b\x5c\x04\x99\x99\x4b\x3d\x6b\x99\xd4\x67\x4b\x4a\xc5\x0f\x32\xde\x90\xfb\x7e\xee\x5f\xdc\xf5\x4b\x1c\xe5\xe6\xe4\x87\xc1\xe9\x5d\x45\xa4\xb5\xf3\x2b\x89\xa1\xa8\xc1\x84\xbf\x9d\xfc\x70\x76\x7e\x3a\x6a\xd0\x79\xde\x5d\x0f\x4e\x2e\x7f\x1a\x5c\x17\xea\x49\xe3\x12\x55\x06\x53\x65\x56\xb7\xc8\x94\x66\x32\x26\xe3\x45\x33\x60\x88\x11\xfe\x12\x70\x49\x16\x90\x39\xd8\xea\x31\xf0\x26\x87\xdd\x52\x7c\x61\x74\xde\x9e\x7d\x07\x90\x56\xd0\x3e\x80\x42\x5f\x73\xc3\xa6\x77\x2a\x02\x5d\x1b\x41\x50\xfc\xc2\x1d\x93\x3e\x51\xe6\xc5\xdc\x1c\xea\x8c\x4f\xa7\x60\xfb\xaa\x0c\x15\x5b\xb3\x9f\xc2\xf2\xc2\x77\xb8\xff\xf3\x4c\xc2\x39\x37\xdd\x5a\xa3\xa9\x57\xac\xf1\x43\x04\x8a\x2d\xb5\x98\x51\xd0\x99\x1b\x86\xe6\x36\xcb\x2c\x42\xeb\x7a\xe1\x79\x2c\x72\x03\x80\x6d\x29\x34\xd9\xcd\x33\xf6\xc0\x65\x1e\x7c\x6a\x81\x5f\x4a\x3b\xde\xd8\x7c\xb1\x00\xb0\x6c\xa8\xd7\x57\x9a\xf1\xe4\xd1\xd8\x82\x61\x61\x0f\xd0\xc2\x24\x93\x69\x43\x1b\xe5\x63\x72\x76\x79\xa3\x33\xaa\xd9\x74\x71\x6a\x59\xc6\xe6\xc7\xe3\xf4\xf2\xe7\x8b\xf3\xcb\xfe\xe9\x68\xd0\xff\x54\x3e\xf1\xfe\xc9\xcd\xed\xf5\xa0\xff\xb9\xfc\x68\x74\x71\x79\x3b\x72\x6f\x2c\x25\xf9\x96\x0e\xea\xf7\x74\xf9\xc5\x63\x62\x58\x2e\xb0\x46\x87\xc8\x18\xf0\xc7\x31\x9b\xc8\x0c\xf9\x7c\xea\x3c\xf8\x56\x84\x71\x6b\x6b\xd5\x89\xca\x2c\x8e\xc1\xb8\xd3\xd4\x24\x1a\x6e\x75\xc6\x68\x0a\xf7\x04\x15\x64\x20\xe2\x83\xcb\xc9\xc1\x0d\xfe\x98\xd2\xec\x9e\x65\xfe\xd3\xc7\x8c\x6b\xcd\x44\x49\x2b\xa1\x6e\xc8\x5e\xcf\x29\x3a\x38\x24\xd7\x86\xef\x9b\xf7\xfd\xa5\x66\x88\x3d\x66\x9a\xf2\x44\xd9\xc1\x96\xd6\xf5\x98\x9c\xd3\x6c\x5a\x98\x92\xbe\x91\x93\x09\x36\xf6\x01\x87\x61\xee\xb0\xd2\x2c\x1a\x78\xaf\x21\x0d\x77\x2f\x42\x7f\xf6\x65\x2f\x0f\xd7\xa9\xea\x6e\xbe\x1d\x4d\xdd\x5d\xc1\x8a\xa3\xd2\x79\x5b\xba\x55\xae\xda\x68\x0d\x26\x8e\x8f\x97\x5f\x32\xcd\x6d\xd7\xc9\xa9\xfc\x62\x03\x39\x61\x22\x9a\xd9\xf9\x89\x66\x59\x13\x2d\xb1\x2f\xdc\xea\xbc\xe1\xb8\x2b\x24\x54\x34\x03\x16\x42\x3a\x9f\x33\x9a\xa9\xa6\xdd\x2e\x8b\x81\x2d\x7b\x8f\x3d\x85\x7d\xd8\x4d\x76\xfd\xf4\x88\x14\xa0\x33\x7b\x21\xa2\x42\x91\x1d\x68\x00\xdb\xaa\x51\xc0\x15\xa0\x71\x5d\x5a\xe4\xab\xcf\x5c\x19\xa5\x11\x7f\xfc\xde\x42\x72\x6d\x46\x10\x46\x8f\xaf\x08\x17\xa3\xd3\xc1\xc7\xfe\xdd\xf9\x72\x4b\x57\xe9\xbb\xea\x16\x93\x03\x62\x9e\x97\xdd\xc7\x7c\x82\x77\x86\x03\x16\x43\x95\x96\x09\xb0\xbb\xd8\xbc\x31\x34\xb9\xc6\x6c\x9e\xc8\x45\xca\x04\x58\x29\x4a\x37\xa1\x59\xcf\x09\xe5\xf6\x6a\x09\x06\x0b\x86\x08\x6b\x39\x82\x6b\xec\xc0\xa1\x99\xb1\xd8\xdf\xbc\x65\x30\xb3\x0a\xeb\xbe\x42\x07\x90\xfd\xcf\x8d\xa6\x7a\xc3\x33\xd6\x3f\xb9\x3d\xfb\x69\x50\xd6\x0f\x4f\x7e\x38\xfb\xa9\x49\xaa\x19\x7d\x1a\x5c\x0c\xae\xfb\xb7\x2b\x84\x93\x4a\x93\x4d\xc2\x89\x32\x03\xae\x3a\x00\xb9\xf2\x81\x31\x11\x42\xa2\x11\xae\x15\x79\xe0\x8a\x8f\x39\x00\xc8\x59\x67\xda\xdd\x19\x70\x56\xc8\x14\xe4\x7a\xe1\xc4\x17\xec\xb7\xbc\x8f\x86\x93\xda\xf6\xd1\xec\x10\xba\xd8\xc0\x50\x85\x9b\xe3\x26\x7d\x4c\x40\xb7\x7d\x00\xa5\x2d\xf8\x4c\x18\x41\x5a\x4c\x59\x86\xc3\x01\x07\x42\x38\x96\xe0\xb9\x19\x55\x28\xac\x14\xab\xe6\x85\xd6\x29\x13\x2c\x03\x84\x2a\xdf\x09\x0a\x52\x19\x13\xef\x8d\xcc\x35\x4f\x78\xc4\x75\xb2\x20\x11\x64\xd6\x81\x45\x2e\xa5\x82\x4e\xad\x70\x00\x6a\x4e\x85\x24\xfe\x82\x28\x7b\x97\x13\x6b\x9d\xbe\xe5\x6c\xc3\x63\x76\x77\x71\x3a\xf8\x78\x76\x51\x26\x81\x1f\xce\x3e\x95\x44\xd8\xcf\x83\xd3\xb3\xbb\xd2\x6d\x6e\x24\xd9\xe5\x72\x7d\xb5\xd9\x86\xa3\xe8\x5f\x3a\x26\xa7\xf8\xe9\xb1\x59\xdc\x06\x08\x41\xaf\xfc\x56\xd6\xe1\xda\x45\xa6\xb9\x3f\x06\x42\x67\x8d\xa6\xf5\xae\x26\x24\xeb\x46\x2b\xd9\x90\x9a\xbd\xed\xb5\xbe\x2f\xaa\x7e\xd1\x7a\x34\x82\xf5\xa5\x99\x4e\x0e\x0b\xcb\x52\xe8\x86\x07\xa3\x41\x9b\x11\xab\xc1\x33\x53\x30\xec\x9f\xc0\xcb\x9a\xe6\x4a\xa3\x37\x0c\x88\x93\xdc\xff\x59\x99\x05\x05\x6f\xd9\x21\xb9\x61\x6c\x28\x9c\xf5\x60\xca\xf5\x2c\x1f\x1f\x46\x32\x3d\x2a\xf0\x2b\x8f\xe8\x9c\xa7\xd4\x48\xd2\x2c\x5b\x1c\x8d\x13\x39\x3e\x4a\xa9\xd2\x2c\x3b\x9a\xdf\x4f\x21\x10\xc4\x79\x04\x8f\x7c\xb3\x53\xf9\xbb\xf3\x3f\x7e\x7b\x70\xfe\xe7\x6f\xdf\xd5\x2d\x64\x6d\xfb\x3f\x10\x11\x9d\xab\x3c\xb1\x81\x63\x59\xb8\x36\xee\xc8\xe7\x6c\xd5\x7e\x5f\x94\xb7\x6b\x3b\xfd\xf5\xe4\xea\x2e\xfc\xe7\xa7\xf2\x3f\x3f\x0f\x3e\x5f\x5e\xff\x52\xe2\x94\xb7\x97\xd7\xfd\x4f\x25\x86\x3a\xb8\xfa\x61\xf0\x79\x70\xdd\x3f\x1f\xb9\x87\xdb\xd8\xde\x7e\x14\xf2\x51\x94\x97\x46\x39\x0e\x58\xeb\xe9\x98\x7c\x94\x19\xf9\xd1\xef\xe4\xc1\x98\x2a\xb8\x62\xdc\x9d\xa5\x7a\x64\x2e\x63\x60\xbc\x84\xcd\x67\x2c\x65\x19\x4d\xac\xcd\x40\x69\x99\xd1\x29\xde\xf4\x2a\xca\xa8\x8e\x66\x44\xcd\x69\xc4\x7a\x24\x02\x6a\x98\xf6\x60\x53\x40\xd5\x92\xd3\xaa\x9d\xef\x3a\x17\x9a\xa7\xcc\xa9\xe0\xf6\x9f\xb7\xb8\x19\x1b\x6c\xce\xe5\xed\x0f\x65\x61\xef\xe3\xf9\x2f\xb7\x83\xd1\xcd\xe9\x8f\x4b\xd7\x13\x3f\x2b\x8d\xec\x06\x62\x68\x4e\x64\x92\xa7\x22\xfc\x7b\xf3\xb1\x9d\x5d\xdc\x0e\x3e\x55\x47\x77\xd9\xbf\x2d\x53\xc6\x75\x39\xce\xeb\xdd\xf7\x97\x97\xe7\x83\x92\x57\xf3\xdd\x69\xff\x76\x70\x7b\xf6\xb9\x44\x3f\xa7\x77\xd7\x88\x56\xb9\x6c\x9a\x6e\x04\x0d\x13\x35\xd3\x0a\xa7\xb9\x6b\x56\xd8\x89\x13\xf5\x6d\x5c\x35\x9e\xe5\x83\x00\xab\x08\x23\x9a\xc0\xaa\x73\xe0\x4d\xaa\x11\x8e\xb4\x91\x1d\xea\xf2\x36\x91\x76\x76\xbc\x74\xa3\x97\x71\xe5\x5b\x3f\x04\x84\x8a\x45\x65\x9b\x26\x89\x7c\xc4\x88\xd6\x94\x9b\x5b\xd9\x22\xd7\x99\x57\x54\xe1\xe4\x3a\x6c\xe0\x78\xe5\x6d\x61\x51\xc6\xf4\x67\x99\x0b\xbd\x39\xc9\xf5\x2f\x4a\x7c\x67\x70\xf1\xd3\xe8\xa7\x7e\x99\x02\xcf\xce\x97\xb3\x9a\xb0\x89\x86\xab\xb8\x7f\xf1\x8b\xbf\x84\x21\xee\xb9\xe7\x35\x54\x94\x5d\xa3\x84\x1b\xb1\x37\xa2\x46\x7b\x4d\x40\xa2\x21\x8c\x83\xc9\x21\x35\x93\x83\x38\xcb\x39\xfa\x93\x90\x3f\xe1\x20\x8f\xdd\x1f\x95\xf6\x14\xac\x0b\x58\x53\x5d\x58\x39\xb4\x63\xb5\x6a\x41\x98\x78\xe0\x99\x04\xbc\x63\xf2\x40\x33\x6e\xa4\x71\x6c\xd9\xcc\xf5\x18\xfe\x77\xbd\x36\xc1\x30\x5a\x61\x5c\x37\x32\xd3\xa7\x3e\x9e\x75\x33\x6b\x48\x53\x5c\x67\x3d\xa2\xb3\xd9\xd0\x51\xff\xb6\x61\x73\xb6\x8c\x7b\x2d\x4f\xf8\x6f\xc9\x29\xa7\x89\x61\x00\xbb\x93\x17\xfb\x17\x37\x67\x65\xf9\xb1\xac\x66\x04\x7c\x79\x63\x79\x11\x0c\x95\x38\x72\xa7\x4c\xdc\xfc\xe5\x1c\xb5\x0b\x00\xc5\xc6\x73\x1b\x28\x16\x16\x5d\x04\xa5\x89\x39\xcd\x54\xe5\x0b\x45\x00\x45\xae\x88\x19\x32\x77\x16\x44\xe4\x3c\x48\x1e\x0f\x05\xfb\x32\x67\x42\x81\x7f\x1b\xef\xb3\xc2\x5d\xac\x0e\xc9\xd9\x04\x58\x82\x79\x5d\x90\x5c\x58\x07\x98\xb9\x70\x71\x90\x3d\x23\xca\x16\x00\x27\x81\xf9\x48\x30\x17\xef\x53\x0c\x7e\x28\x7e\xf6\x4e\x34\x78\x34\x91\x86\x01\x99\x5d\xb4\xed\x1d\x13\x2a\x14\xef\x11\xa3\xb0\x54\xf7\x14\x22\xe8\x8d\x42\x69\xa3\x90\x0c\xa7\xb1\x7f\x3e\xff\x35\x50\x0b\x75\x0d\x2f\x83\xe6\xbb\xa0\x72\x15\xb4\x88\xc6\x09\x7a\x4c\x46\xdd\xef\x84\x48\x66\xcc\xfa\x59\xd6\xbe\x06\x56\x31\xf6\x5b\xaa\xee\x6b\xbe\x87\x33\xa1\x34\x15\x11\x3b\x49\xa8\xda\x30\x8e\xc6\xd9\x38\x7a\x65\x89\xe3\xfa\xfa\xee\xea\xf6\xec\xfb\x15\x5c\xbe\xfa\x71\x3d\x92\x25\x4a\x72\xe7\x9e\x1b\x67\x92\xc6\xc4\xb0\xcf\xa9\x44\x57\xa0\x15\xfc\x0b\x68\x78\x4c\x6f\xf1\x31\x81\x25\x58\xfa\x22\x2a\xdf\xda\x39\x42\x57\x02\xb7\x0b\x41\x22\xb3\x12\x24\x30\x79\xb8\xad\x06\xcf\x22\x56\xcc\xb1\xd6\xad\x79\x42\xf5\x44\x66\x29\x72\xf9\xd2\xa4\xb1\xf1\xe5\x8d\x72\xa1\x59\x96\xe5\x73\xcd\x1d\xd6\x7f\x55\x4a\x35\x5b\x76\x2e\xa7\x9f\x99\x52\x74\xca\xb6\x71\x40\x37\x29\x0f\x37\x3f\x85\xff\x04\x07\x73\x17\xd9\xbf\x34\x42\x17\xbc\xed\xe8\xe9\x52\x7c\xc4\x58\x94\x2b\x99\xf0\x68\xc3\x98\xb1\x8f\xfd\xb3\xf3\xd1\xd9\x67\xa3\xc4\xf7\x6f\x07\xe7\x25\x51\x02\x9e\xf5\x3f\xde\x0e\xae\x2d\xc8\x79\xff\xfb\xf3\xc1\xe8\xe2\xf2\x74\x70\x33\x3a\xb9\xfc\x7c\x75\x3e\xb8\x5d\x4e\x71\xad\x8d\xd7\xad\xab\xd5\x57\x8f\x6b\xbf\xc0\x0e\x1b\x5e\x16\xda\xcb\x20\x79\x8a\xf2\x04\x9c\xe0\x12\x9d\xe1\x94\x08\x19\x23\x8c\x94\x72\xd6\x19\x8f\x2c\x4e\xce\xf4\xfb\x24\x21\x34\xd7\x32\xa5\xe0\xb5\x49\x16\x43\x41\xc7\x86\xb5\xd2\x24\x09\x22\x94\xb2\x5c\x08\xc3\x62\x4d\x63\x08\xe1\x1f\x25\xcc\xb0\xf3\x79\x90\xf3\x66\xfd\x06\x13\x2e\x20\x58\x34\xa5\xd9\xbd\xab\x47\xe8\x33\x09\xfc\xa1\x50\x84\xaa\xa1\x40\x78\x2b\x2b\xad\x74\x58\xe1\xe3\x4e\x6f\xb5\xae\x4e\x4a\xef\x99\x59\x95\x34\x8f\x66\x64\x9e\xc9\x69\xc6\x94\xb2\xb6\xe5\x88\x0a\x0c\x40\xb0\xaf\x9b\x6b\x68\x28\x84\x34\x4b\xe1\x4c\xd8\x31\x9b\x33\x11\x33\x11\x71\xcc\x6e\x03\xdf\xbd\x37\x6d\x4e\x33\x3a\x9f\x11\x25\xc1\xe9\x0d\xcb\x0e\xf6\x2b\xfc\xc8\xdd\x64\x16\xd0\x0b\x1e\x87\x16\xe8\x2c\x37\x7c\xe2\x12\xe4\x44\x5c\x65\xf8\xd8\x5d\x86\xce\xed\x82\x76\xc0\x74\x9e\x30\x8d\xc5\x1c\x60\xc9\x61\x33\xcc\x5a\x97\xf6\xc3\x6c\x53\xd3\x26\x98\x0b\xdb\x8d\x99\x2a\x3b\xa2\xc3\x06\xcb\xb6\x3d\x52\xe4\x07\x2a\xe2\xc4\xb4\xe2\x7c\x18\xe5\xb3\x08\xd9\x14\x7d\x43\x35\xee\x34\x6e\x73\x8b\x46\x34\x57\xdb\x5c\xa3\x95\x94\x44\xb4\x0a\x1e\x14\x41\x21\x40\xde\x36\x1f\x11\x56\x77\x6e\x58\x24\x4d\xa4\x5d\x25\x7c\x3d\xc7\x02\x65\x04\x46\xd3\x72\xcd\xce\x33\x2e\x22\x3e\xa7\xc9\x46\xba\x5f\x25\x9e\xdc\x86\x69\x7f\xc3\x27\x86\x7c\x3e\xd4\xdc\xb6\x9a\x65\x29\xe4\xe9\xda\x61\xfa\x2d\x5c\xc3\x92\x64\x03\xf3\x99\x2a\xa2\x49\x68\x26\x73\xf4\xc7\xc1\xba\xb0\xb8\xe1\xa8\x1e\x36\x6d\xf7\x04\x84\x87\xad\x2c\x88\x58\xd2\x43\x66\x3b\x08\x45\x5b\x92\xe6\x73\x63\x7b\x69\x4d\x0f\xa8\xae\xd2\x67\x1b\x0d\xaf\x88\x1f\x20\x68\x0e\xef\xa9\x88\xdf\x1f\xc0\x11\x9c\x32\x38\xa7\xe8\x7f\x8a\xf3\x08\x9d\xa5\x2e\xa5\xd3\x21\x1d\xf4\x08\x4b\xf8\x14\x76\xd0\x83\x6e\x77\xdf\xac\x53\x88\x2d\xc2\x60\x24\x68\x16\x33\x40\x29\x37\xf2\xb8\x93\xdc\x6d\x55\x94\x6a\x3f\x04\x2d\x5a\x10\x26\x30\x66\x09\x50\xd8\x02\xe2\xeb\x99\xaa\xde\xf5\xb8\x9d\x86\xd1\xd1\x72\x48\xf6\x06\x3b\x8a\x81\x5c\x6d\xdb\x59\x69\xc5\xf6\x8e\xb1\x95\x34\xb9\x6a\x6e\xb3\xe9\x40\x75\xde\x49\x3a\x87\x85\xc3\x2a\x1d\xb4\x98\xa3\xd5\x79\x6d\x15\x42\x17\x0e\x15\x84\x42\xf8\x4c\x95\xee\xfb\x55\x2c\xa1\x8d\x67\xab\x77\x52\x0a\x09\x09\x32\xe7\x2d\xcb\x9a\xe4\x46\x35\x21\x14\x82\x4a\xc8\x37\xec\x70\x7a\x48\x5c\xcd\x95\x1e\xe9\x5f\x5d\x0d\x2e\x4e\x7b\x84\xe9\xe8\x83\x0b\x41\xb5\xf1\x67\x43\x61\x48\x01\x0e\xf7\xc2\xd5\xcb\x49\x59\x36\x65\xa5\x39\xbb\x60\x35\x08\x9e\x9e\x72\x43\x4b\x78\x05\x88\x38\xac\x6c\xc4\xd3\xaa\xd6\x84\x14\x92\xeb\xd9\x36\xa4\x41\x95\xca\x53\x3a\x4e\xd8\x88\xd3\x74\x94\xc9\x64\x1b\x1e\xef\xcf\x86\x20\x1e\x74\x80\xd3\x94\x98\x66\x6d\x64\x8f\xf7\x20\x7b\x09\xdd\xc8\xb9\xe6\x9a\x35\x62\x50\x20\x86\x38\x67\x92\x0d\x2f\xe4\x2e\xa2\x05\x40\x09\x5a\x38\x7f\xe1\x05\x18\x59\xc7\xcb\x88\x46\x91\xcc\x85\xde\xf1\xa4\x82\x72\x59\xce\xc3\x63\x3b\x7a\xb2\x69\x76\xe5\x4b\x73\x73\x21\x41\x6c\x77\xbd\xba\x4c\x43\xbf\xe3\x45\xad\x57\x57\xd0\xea\x4e\x79\x0b\x19\xca\x54\x8a\xc1\x4e\x2a\x2c\x88\x05\xbc\x0b\xc0\x50\xc3\x2e\x5d\x8a\x8e\x69\x78\x21\xf3\xac\xe9\xde\x1a\x8a\x53\x36\xcf\x98\x51\xdc\xaa\xfe\x30\x4f\xd3\xd7\x65\x4a\xdc\xd3\xf5\x9e\xae\xdf\x3c\x5d\x9f\x60\x5d\xb4\xbe\xaf\x83\xb7\x15\x81\xd7\x25\x3d\xb2\x42\xe4\xf2\xc2\x61\x23\x91\x59\xab\x78\xd9\x8c\xbc\xaa\xc9\xdb\xe2\xa3\xee\x5b\x5a\xf2\x9c\x56\xca\xd0\x01\x92\x82\xcc\x41\x9e\x2e\xdd\xcb\xd2\x5c\xa6\x41\x56\xb1\x2d\x32\xb7\x64\x9d\x9d\x8b\x35\x28\x80\xb5\xcd\x7a\x37\xb5\xb2\xac\x25\xf2\xe4\x72\xd4\x09\x0a\x50\x4d\x75\xc5\xca\xa7\xd5\xc9\x3a\x5c\xd4\xaa\x3b\xe2\x81\x31\x0b\x8c\x82\xcd\xdf\x72\xa9\xa9\xfa\x70\x38\x14\x46\x4a\xbb\x67\x0b\x14\xb2\x8d\x1c\xf4\x7b\xa3\xbb\x1d\x28\x26\x14\xa4\x07\xfc\x1e\xdd\xb9\xe6\x0c\x39\xf7\x06\x9a\x32\xb0\xa8\x64\xb9\xe4\x19\x84\x74\xdb\x46\xad\x18\x56\x04\xcc\x17\x75\xd2\xdc\x33\x1c\xfe\x94\x69\xc8\x2a\xd7\x5c\x83\x8e\x1d\x63\xd5\xca\xda\xd0\x57\x9a\x3a\x91\x2a\x32\x09\x7e\xb5\x38\xdf\xee\x66\x51\xf5\x36\x9a\x36\xb1\x59\xbb\xbc\xb1\x39\x12\x47\xce\xce\x18\x65\xb2\x56\x0a\x92\x2a\x82\x3b\x3d\x46\x7e\xe3\xe2\x1d\x98\x38\x7c\xe4\xf7\x7c\xce\x62\x4e\x21\x63\xc2\xfc\xeb\xc8\xcc\xeb\x77\x27\xd7\x97\x17\x23\xe6\xd3\xba\xfe\x73\x28\xfa\x89\x92\x3e\xab\x85\x08\x29\x7c\x7a\xc6\x3c\x63\x4e\xe6\xb4\x73\x01\x2b\x7d\x71\xb4\x87\xa2\x6d\x04\xb1\x8c\xd4\x21\x7d\x54\x87\x34\xa5\x7f\x97\x02\x42\x2f\xfa\xf0\xe7\x49\x22\xf3\xf8\x67\xa3\x61\x1d\xc1\xb9\xd6\x47\xec\x81\x09\x8d\x6e\x4d\xb3\x5c\x31\xe4\x2b\x2b\xc8\xee\xf8\x9d\x19\x73\x91\x84\xa6\x86\x82\x7d\x89\xd8\x5c\x93\xff\x2f\x63\x63\x29\x75\x33\x83\x92\x93\x89\x62\x6b\xdd\x78\x85\x52\x7f\x73\x49\xfe\xfc\xa7\x6f\xbf\x33\x24\xb4\xc9\x1a\x9f\xdd\x5c\x8e\xcc\xf7\xbf\x3b\xb5\xdf\xab\x35\xd8\xdd\xe5\xbc\x60\x6d\x8e\x78\x30\xd1\x22\x17\x70\xbd\x66\xe0\xec\x02\xf6\x06\xe4\x50\xec\x63\x13\x77\x3b\x45\x64\x87\xad\xb2\xcc\xb6\x10\x1b\x3e\x25\x72\x0c\x76\xc4\xbc\x54\x13\x6e\x49\x44\xd0\x96\xfe\x97\x53\xae\xe6\x09\x5d\xd4\x7a\x58\xb5\xec\x17\x86\x3b\xcd\x69\xc4\x0a\x48\x0a\x17\xbc\x17\xc9\x34\x85\x80\x52\xa7\xaf\xc7\x7c\x02\x91\xa5\xda\x08\x15\x64\xcc\xf4\x23\xc4\x31\xbb\x5f\xbd\x30\xe4\x0c\xf8\x86\x95\x01\xbb\x1c\xbe\x43\x4b\x83\xe9\x74\xf8\xae\x47\x86\xef\x62\xf6\xc0\x12\x39\x37\xa7\xd9\xfc\xc0\x74\xd4\xb4\x89\x83\x94\xf2\xe4\x42\x6a\x7f\xf3\x6d\xb3\x9f\x19\x8b\xf8\x9c\x9b\xd3\x35\x62\xa6\xdd\x27\x4d\x21\x6c\x3e\x60\xb7\x81\x9d\x05\xc6\x40\x68\x1c\x1b\x22\x86\x02\x79\x6e\x78\x85\x4b\x46\x04\x53\x2f\x15\x7e\xda\xc0\x10\x23\x6c\x8f\x61\x9b\x65\xb1\xa2\x71\x07\xbc\xa1\x6e\xa7\x27\xa9\xdd\x8f\xe7\x5c\x23\xbe\xe3\xa2\x58\xd9\x52\xfa\xb7\xb5\x17\x03\xd0\x0a\x6b\xe1\x6e\xb5\x08\x56\x0f\xa0\x59\x8b\x35\x64\x3a\x3f\xc0\x1b\xf3\xdd\xd2\xa1\xa9\x10\x35\x2e\x0a\x4b\xa8\x82\xf9\xc2\xe6\x9a\x54\xd3\x5b\xd8\xca\x11\x47\x89\x54\xe5\xd4\xd3\xce\x83\x3e\xb1\x9f\x2e\x1b\xf7\x20\xb4\xf6\xe4\xc9\x7a\x06\xc0\x7e\xc3\xc2\x57\xe0\x41\x90\x4d\x68\xab\xa1\xd8\xb7\x7b\x84\x83\xf3\x12\x24\xdb\xa4\x48\xc4\x11\x31\x29\xa4\xc4\xa1\x28\x4c\xc0\x8a\x3c\xb2\x04\xbc\x46\x91\x4c\xe7\x20\x01\xd9\xe1\xda\x96\xcc\x05\xae\xa9\x66\x3d\x22\x73\x6d\x1a\xc3\x10\x37\x77\xc7\xd9\xf8\xb9\x42\x2a\x44\xdd\xc7\xc6\x92\x78\xb8\x32\xa4\x75\x64\x85\x5c\x90\x4f\x4c\x43\x2b\x00\x07\x19\x4e\x10\x8b\x8d\x2f\x3d\x4a\x27\xb5\x6d\x5b\xfb\x44\xd9\x99\xac\xb1\xf3\x45\x1e\xe2\xf7\x89\x1c\x2f\xdd\xf7\x4b\x68\x9c\xdc\x5d\x9f\x39\x9f\x5b\xe1\x8e\x08\xf0\xac\x4a\x1a\xdd\xe0\xea\x7a\x70\xd2\xbf\x1d\x9c\x1e\x12\xa3\x38\x7e\x62\xda\x4f\x17\xd2\x15\x3c\x32\x22\x8e\xdc\x26\x36\x0a\xa5\x19\x8d\x5b\xa8\x9b\x65\x59\x29\xa9\x60\x05\xe3\x28\x67\x3d\x2e\x27\x6c\xc8\x39\xe4\x02\x33\x40\x21\x4f\xb7\x3a\x4f\xeb\xe8\x5a\x75\x02\xc1\xed\x30\x7a\x3b\x4e\x1f\x1c\x6f\x5a\x77\x74\xad\x22\x9f\xb2\x83\xec\xa9\x27\x03\x47\x4b\xcf\x18\xcf\x48\xa7\x69\x21\x51\x8d\xba\xcf\x29\x88\x18\xf9\x4c\xe7\xcb\xa3\xb9\xe9\x63\x89\x68\xad\xcf\xa4\xb0\x9d\x3c\xf5\x39\x70\x6c\x6d\x84\xac\x70\xfb\x09\x16\xf2\x3e\xf2\x56\xcf\x37\x31\x80\x4a\x39\xa3\x55\x38\xb1\xca\x20\xac\x5b\x58\x11\x38\x3b\xf0\x0b\x17\xa4\x74\x25\xf6\xc8\x84\x7f\xb1\x8d\x16\xe1\x22\xee\xd5\xc0\xe0\xd4\xe2\x9e\x9c\xd1\xfa\x99\x5a\x43\x6c\xb8\x82\xef\x97\xfa\x57\xa4\xd2\x46\xea\x32\x92\x6b\xc6\x8c\x7e\xc1\x62\x02\xdd\xfa\xe0\x95\x95\x22\x83\xa6\x99\x59\x14\xba\x96\xbe\x55\x20\xdb\xc6\x54\xb3\x03\xcd\x57\xe6\x13\xd8\x90\x33\x08\x4e\xa3\x3a\xc8\xae\x2f\x6e\x9e\x31\x9b\x52\xe1\x22\x1d\x5a\x86\xeb\xae\xbc\x2d\x58\x95\x91\x60\x29\x44\x5b\x82\x7c\x05\x91\x74\xa5\x71\xa8\x39\xac\xe7\xd2\x71\x58\xeb\xe3\x6b\x58\xb6\x47\xea\x8d\xa1\x2d\x83\xcd\xe7\xf1\x6b\x1a\x6c\x42\x95\x26\x76\x4c\x6d\x9a\x64\x20\xe1\x3f\xad\x77\xba\xa4\x9a\x75\xb5\xc7\x19\x12\x2a\x2b\x21\x4c\x6b\x6e\x0b\xde\xe6\x8a\xd9\xa4\xcb\x94\x65\x53\x27\x08\x63\x31\x32\x7f\xb6\x6d\x55\x32\x77\x4b\x84\xcc\x04\x62\x5e\xea\x4d\x1f\x92\xbe\xa8\xa5\x9f\x3b\xbb\x78\x69\xbd\xf0\x4e\xa2\xc9\x23\x5d\x28\x32\xcf\x30\x53\x13\x03\x61\xdc\xe4\xc1\x61\x59\xfe\xc8\x5b\x8a\xb4\x8b\x44\x22\xa0\x4a\xaf\x76\x5a\x04\x35\xb6\xbb\x73\xbb\x8e\x3a\x51\x25\x48\xa3\xa9\x0c\xb6\x57\x35\x3b\xb0\x3a\xcd\x46\xd1\x8c\x8a\x29\x1b\xd9\xe4\xd4\x8d\xb4\x25\xd3\xce\x09\x34\x73\x6a\x5b\x69\xbe\x9c\xae\x50\x61\xb2\xa8\xc2\xf8\xaa\xd3\xe9\xe0\x10\x28\x4d\xa7\x8c\xe0\x88\x96\x29\x26\x05\xd4\x44\x68\x50\xb7\xf0\x53\xa0\x27\xd8\x56\x07\xe5\xa0\x94\x36\xe1\x1d\x2c\xc3\xe7\x74\xcc\x92\xad\x83\x0d\x36\xb2\xd2\x41\xd7\x16\x6c\x53\x4b\xb3\x34\x10\x5c\xc3\xc8\xe3\x8c\x65\x55\x76\xec\x6c\xdb\x59\xde\xe4\x7a\x58\x36\xcf\x52\xfd\xbf\x2d\x26\xea\xd0\x63\x37\x99\x6a\x1b\xa6\x6c\x78\xed\x05\xd8\xab\x4d\xf6\x91\xf0\xfa\xab\x9a\x04\x37\x1b\x48\x00\x01\xdb\x32\x8e\xad\x31\x60\x57\x4e\x65\xe3\x9c\x9d\x8e\xb5\x15\xce\x26\x44\x48\xc1\x08\x57\xc5\xcb\xba\x1c\x5d\xe8\x33\x5e\x8d\x88\x8f\xc6\x97\x7a\x45\xdb\xa7\xb6\xb4\x14\xb9\x48\xde\x36\xe0\xd2\x25\x04\x33\x8a\x2a\xcd\x16\x80\x98\x83\x7c\xb8\x2c\xd3\xad\x1c\xe7\xce\x05\xee\x5b\x07\x88\x14\x78\x4a\xb5\x24\x20\x46\x56\x06\x47\x10\x56\xc8\xbe\x64\x3f\xb2\x59\x9f\x43\xe1\x2d\x1b\x40\x88\x5c\x91\x94\xce\x21\x57\x41\x48\x5d\x7c\x85\x59\xcc\xda\x6f\x61\xcf\x09\xe2\x0a\x91\xd9\x5b\x56\x60\x95\x69\xc7\x5d\xbf\xc5\xba\x96\xd1\x62\x1c\xd2\xd5\x94\x3f\x30\xe1\x68\xba\xe7\xce\x84\x19\x94\xeb\x34\x59\x1c\x50\x70\xf3\xb2\x38\x34\x5c\x2f\xe7\x48\xb6\x9a\xed\x2b\xb0\x47\x76\x5f\x32\xb3\xf1\x79\xcd\x42\x89\x98\x03\x25\xbc\x43\xe7\x98\x0f\xa9\xd4\xc2\x60\x61\x62\x05\x55\xe4\xf7\x42\xea\xdf\x07\x40\x61\xce\x78\x81\xc5\x8e\xad\x09\xaa\x57\x03\xf1\x85\x43\x6b\x09\x87\xd0\x20\x61\x7d\xe5\xca\x6f\x8b\xd7\x57\x04\x1e\x3c\xa9\x34\x3a\xa8\x07\x95\xb6\xa1\xa0\x63\x75\x90\x9d\x59\x6c\x9e\xa3\x8c\x3f\x41\x32\xc8\x98\x03\x2f\x48\x65\xc6\x2a\x15\x4a\x90\x9f\xfb\xa8\xeb\x74\xae\x1b\x33\x17\xeb\xa2\x51\x83\xc1\x13\x8b\x35\x14\x27\xbd\x64\xe8\x54\x87\x43\x71\xc3\x58\x3b\x82\xbf\xdf\x8b\x5f\xa1\x21\x18\xab\x93\x1a\x97\x50\xda\x2e\x42\xb0\xd3\x32\x38\xcd\x12\xaa\x59\x81\x29\xd6\x6c\x97\xd8\x24\x6c\xba\x4d\x2e\xf7\x4e\x8a\xb0\x14\x75\x1b\x68\xd6\xe1\x50\x7c\x94\x99\xbd\x82\x95\x85\xed\x1c\xd3\xe8\xfe\x80\x89\x98\xd0\x5c\xcf\x10\xbc\xca\xfa\x15\x16\x96\x1a\x8c\xa4\x01\x64\xe3\x33\xd3\xb8\x8a\x68\x16\x3b\x0c\xd4\x07\xe9\x46\x31\x14\x41\x23\x00\x0c\x0a\xd0\xdf\x50\x00\xa9\x4d\xd5\x64\x50\x6b\xa1\x6d\x2d\x9a\x4a\xfb\xd4\x0a\xfb\x2c\x3f\x67\xa5\x52\x45\x00\x69\x2a\x98\xb2\x22\x7b\x65\x75\xce\x9c\xb5\xd1\xe9\x77\x2a\x2c\xf6\xee\xdf\xec\x59\x8d\x02\x4d\x52\x76\x06\x46\xd2\xf9\xd6\xf1\xda\x12\x08\xd7\x24\xcf\x20\x08\xaa\xa9\xcd\x6f\xa2\x19\x4f\x0a\xdf\xc5\x87\x9e\x1f\xa6\x69\x32\x61\x0f\x2c\x41\x08\xc8\x28\x83\xc0\x05\xb4\x1a\x7e\x4b\xfe\x17\x96\xbb\x21\xdf\x0d\xc5\x27\x60\xc3\x49\xb2\x00\x80\x1a\xdf\x32\xd5\x95\x66\xee\x1b\x07\xa0\x6d\x28\x16\x29\x0f\x04\xf7\x7a\x46\x1f\xd8\x50\xb8\x66\xfe\x17\xb9\x27\xff\x4a\xbe\x6b\x53\xef\x5c\xfc\xc1\x13\xdb\x39\x3e\x06\xde\xfd\xe0\x96\xb3\x8c\xd2\xf2\x1b\x67\x06\x29\x19\x21\x1b\x12\xd5\x3c\xce\x1c\x17\x0f\x32\xaa\x05\xb9\x84\xa7\x96\x66\x4c\xe8\x91\x90\x31\x1b\xb1\x06\x97\xe6\x12\x26\x61\x84\x80\x0b\x19\xb3\x95\x0e\x49\xcf\x4c\x7f\x06\xd3\x8d\xca\xc7\x7e\x3b\x20\x5f\xc6\x27\x47\x78\xeb\x43\x99\xd2\x9a\x47\xee\xc1\x9c\x36\x19\xf7\xa6\xce\xd4\x4b\x2b\x9f\xf5\xe0\x42\xb0\x03\x68\x76\xe8\x25\x54\xbb\x18\xf4\xea\x71\xac\x3a\x02\xcc\xcb\x66\xe6\xf6\xb2\x0a\x60\xaa\x00\x4a\x38\xe3\x53\x6e\xe4\xf7\xee\x0e\x5b\xe0\x84\x9b\x78\x33\x10\xb3\xa7\x93\x3b\xa3\x58\x0a\x97\xb7\x78\xe0\xe9\xaf\x70\x42\x8e\x65\x5e\x15\xe0\xed\x02\x70\x15\x46\xc7\x5b\x59\x7d\x61\xf8\xf0\x14\x23\x30\xd9\x8c\x63\x0a\x4b\xff\xe4\x9c\x98\xd3\x21\x53\xcc\xf3\x86\x45\xcb\xf5\x4c\x66\xfc\xef\xad\x01\x5c\xed\x32\x7a\xe1\x69\x2d\xe2\xdd\x70\x9c\x65\x69\x1d\x88\x15\x45\x0a\x5d\xd2\x4a\x9a\x74\x26\x32\xce\x01\xd2\xc8\xb0\xd9\x49\x9e\x20\x0e\x6a\x24\xb3\x18\xeb\xf1\xa9\x52\x74\x9d\x79\xcf\x8b\xf7\x54\xfb\x06\xb9\x45\x7e\xb1\x48\xab\x68\xc1\x59\x2a\x80\xfe\x25\x67\xf9\x8e\x02\x14\x6d\x01\x80\x67\x8a\xfc\xa8\xaa\x01\x74\xaa\x8a\xa0\x60\x5c\x1b\xc3\x9b\x8b\xf5\xfd\x9b\x99\xa9\x0a\x62\x86\x9d\x65\xd1\x67\x54\xa3\x4a\x8e\xa5\x62\xd6\xb2\xe8\x5c\x23\x92\xe4\x0e\x4c\x3a\xcf\x11\xcf\x51\x97\x91\x1a\xd8\x8f\x25\xbf\x07\x1f\xe0\x5a\x65\x11\x4f\x64\x27\x71\x90\x9c\x15\xe9\xe3\x09\x4d\x26\x1b\x30\xb9\xba\x50\xbd\x6c\xbd\x03\x03\x8a\x67\x6b\x0d\xc1\xec\x5a\x12\x33\xf7\xc7\x8c\x03\xe0\xc2\xa2\x78\xd9\x57\x45\x72\xd7\x45\xc8\x63\x8c\x94\x82\x62\x2d\xc4\x75\xb8\x25\x5c\x34\xf3\xf8\x35\x0c\x10\xb6\xa1\x72\xd7\x75\xbf\x7d\xdb\x89\x40\x96\xf4\x5a\x8f\x44\x3d\xdb\x72\xe5\x61\xf0\xc0\xba\x2f\x63\x40\xf4\xa2\xcd\x13\x9f\x8c\xb5\x28\x24\xb8\xc8\xd6\x26\x91\x9b\xb2\xa9\x72\x6d\xba\xc0\xbe\x47\xe0\xe7\xde\xda\xbd\x13\xb8\x00\x8a\x74\x0d\xcc\xd3\x73\x19\xd6\xcf\x64\xc8\x84\xc8\x81\x72\xa6\x60\x10\x38\xd0\x96\xe1\xfb\xa4\xfc\xac\x40\x34\x75\x1c\xa9\xe3\x50\x96\xba\x4b\x3b\x3a\x3f\xc1\x42\xb6\x8c\xbd\x9e\xdb\xa8\xcf\xb2\xdb\xd0\x27\xba\x16\xa1\x76\xb6\xec\x8c\xce\x28\x24\x10\x40\xd8\xf7\xcf\xa8\xe5\x71\x85\x56\x18\x87\x5c\x9a\xce\xf5\xc2\x02\xdd\x03\x6f\xb6\x10\xd8\x7a\x46\x85\x4d\xe2\x6f\x72\x51\x56\xf9\x74\x5c\x72\x52\x36\x75\x06\x1d\x59\xd5\xb6\xb1\x49\xb7\xd0\x61\x16\x51\x25\xa9\xa2\x2d\x22\x01\xcb\xde\x8c\x68\xd2\x6a\x4f\x19\x4b\x99\x30\x2a\xda\xd4\xce\xc6\xc7\x35\xeb\x2b\x0f\x13\x29\x2c\x9e\x8f\xce\x72\x66\x74\x6e\x9a\x24\x95\x79\x51\xa8\x5c\xab\x7d\xdd\x80\x71\x51\x9f\xa7\xbb\xc3\x14\x73\x97\xd7\x89\xd0\xc3\x0f\x96\x52\x91\xcd\x87\x76\x95\x55\x3b\xa5\xfe\x86\xe1\x5f\x8d\x89\xd2\xab\x06\x16\xa6\x57\x2f\x15\x21\xca\x29\xca\x9b\x0d\x51\xb1\x28\xcf\xb8\x5e\x8c\xac\xe1\xa9\x3b\xd3\xba\xb1\x5f\x9e\xd8\x0f\xbb\x68\x75\xc7\xc4\xf5\xe7\x0c\x5d\x20\xde\x64\x1c\x41\x91\xed\x14\xba\x6c\xb7\xd1\xd4\x1a\x13\x28\x97\x2d\xac\xcb\xe0\xec\x36\x54\xd3\xc5\xa6\xc3\xb3\x60\xab\x23\x39\x71\xb9\x91\xdd\x17\xb6\x8a\x42\xbb\x86\xc5\xce\x21\x6a\xcd\x33\x2e\x33\x0b\xf6\xda\x25\xb0\x2a\xa5\x5f\x46\x73\x9a\xd1\x24\x61\x09\x57\xe9\xe6\xf6\xc5\x3f\xfe\x61\xe9\x68\x4f\x10\x94\x58\x59\x88\xef\x2f\x3c\xcd\xd3\xa0\x22\x3a\x20\x21\x05\x78\x26\xd6\x64\x6f\xf3\x38\xdd\x00\x8b\x8b\x46\x68\x9e\x05\x08\x35\x46\x27\xf6\x58\x65\x56\x5d\xa6\xd1\x0c\x2a\xd5\x4e\x28\xcf\x04\x53\xea\x90\x5c\x48\xcd\x8e\xc9\x67\x3a\xbf\x05\x85\x0f\xab\x84\x4c\xd1\x42\x4b\x15\x31\x92\x53\x2e\xb8\xee\x0d\x85\x05\x38\x73\xab\x72\x14\x49\x81\x20\x37\x11\x2c\xac\x6f\x02\x4c\x8e\x0e\xed\x45\x63\xe1\x00\x43\x25\x2d\x8b\x9d\xd1\xc7\x51\x10\x41\x39\xc2\x08\xf5\x35\xe8\xf8\x9a\x3e\x62\xcc\x30\x14\x76\xc4\xaf\x97\x48\x8f\x36\x28\xc7\x82\x42\x23\xb6\x93\x0b\x5e\x90\x00\x51\xca\x88\x87\xb3\xc7\x08\xc9\x6f\xf8\x21\x3b\x24\xdf\x27\x72\xac\x7a\x44\x79\x1c\x34\x57\x77\x52\xf5\xd0\x49\x02\xff\xc6\x6c\x92\x0f\x6e\xf5\x0b\xbe\x0f\x95\x1c\x26\xfc\x0b\x56\xf2\x57\x7f\x3c\x3e\x3a\x4a\x17\x07\xe3\x3c\xba\x67\xda\xfc\x05\x32\x45\xe3\x0a\xd9\x74\xc0\x11\x6d\xca\x49\x5d\xb5\x3a\xf5\x7c\xd6\x4e\x14\x69\x91\x10\x2c\x46\x86\xb9\xd2\x7d\xad\x1c\x97\x9d\x28\x45\x73\x21\x10\x3b\xe5\x2c\x6f\x3b\x5e\x25\x0c\xad\x27\xbc\x78\xfb\x88\xae\xe9\xce\x47\x19\xba\x6b\x92\xd0\x29\x1a\x06\x0b\x73\x36\xdc\xb5\x4e\xc1\xd4\x4c\x38\x17\x29\x17\xd3\xa4\x6c\x5c\xbb\x4c\xb9\xa5\x22\x33\x77\xf0\xf9\x9b\x53\x56\x8e\x74\x7a\xef\x5c\x62\xe0\xda\xb2\x26\xff\xc3\xa1\xe8\x2b\xf2\xc8\xb0\xc4\x0f\xa4\x35\x81\x85\x3c\xe7\x6a\xe6\x93\x9a\xc0\x66\x07\x8d\x22\xc2\x91\xe9\xc9\x2b\x2f\x90\xb4\x01\x41\xb0\xe8\x43\xb0\x5a\x10\xd4\xda\x34\x0d\x43\x5a\xb4\x0b\x66\x23\x8f\x19\x9d\xcf\x59\x36\x14\x16\xad\x06\x30\xd9\xa4\xb4\x81\x0a\xeb\x81\x74\x94\x43\x6c\xa1\xf2\x52\x0a\x82\xb7\x2a\x0a\x4c\x38\x3d\xdd\xab\x3d\xa5\xeb\x01\x40\xa2\xe0\xe3\x58\x32\x15\x18\xe0\x88\xd7\xa3\x13\x3e\x61\x86\x6b\x0f\x85\xd9\x9d\xd0\x58\x88\x58\x53\x0e\x7a\xca\x74\x1a\x65\x52\x29\x1b\x35\x8b\xed\x2c\xcf\x7d\xd8\x02\xd6\x1e\x01\xb3\xb0\x26\x62\x15\xe0\x3e\x78\xe6\xa0\xee\xed\xc3\x46\x34\xb3\xd6\xa6\x56\x02\xdb\x17\x6b\xb1\x06\xb4\xfd\xd1\xc9\xf9\x99\xc7\x73\xae\x74\x5d\xc7\xb6\x0f\x41\xc6\xda\xd1\xed\xeb\x33\x0e\x70\xee\x2b\x4d\x2c\x41\xba\x5f\xbd\x59\xe5\x58\xbd\x6d\x32\x82\x2b\x5b\xbf\x8a\x6f\x56\x68\x66\x55\x48\xe9\x8e\xb6\xa9\x25\xc1\x20\x82\x8b\xf6\xa9\xbd\x63\x70\x61\x99\xb7\x94\xa6\xe9\x3c\x4c\x97\x72\x98\x0b\x76\x9a\x78\xd4\xda\xb4\xaa\x67\x85\xf6\x8a\x28\x7a\xa2\xab\x83\xab\x6d\xc5\x7a\xd6\xea\x5b\x8b\x18\xb6\x8b\x10\xc4\xe7\xcb\x3f\x4c\x16\x45\xc4\x8d\xb2\x77\x9e\x2f\x4a\xdd\x6c\xb3\x1b\x33\x8f\x8e\xd6\xba\xa1\xdb\x26\x18\x39\x1d\x82\x64\x8c\x2a\xeb\x4a\x85\x3c\x9c\x4a\x8c\xfe\x1a\x66\x35\x3f\x66\xcc\xe4\x3b\xf0\x78\x84\xc1\x55\x63\x21\xb6\x23\x77\x10\x79\x96\x31\x28\xed\x8d\x18\xcf\x67\x95\xdb\x05\xe0\xb8\x33\x46\xe3\x45\xb0\x22\xde\x59\x88\x3d\x83\x59\x41\xf1\xd4\x28\x3e\x20\xd2\x09\x79\x20\xe7\x4e\xd6\x2b\xbd\x05\x60\x92\x7c\x62\x6e\xac\xc0\xd5\x68\xbe\x10\x07\x50\xb3\xd6\xc8\xc6\x0d\x71\x56\xae\x11\x88\xcb\x02\x88\xe9\x19\xb3\x37\xdc\xf0\x5d\xff\xfb\xcb\xeb\xdb\xc1\xe9\xf0\x5d\x11\x59\xeb\x52\x47\x9c\x94\xe3\xb1\xee\xa4\x18\x0a\x1f\x0c\xe7\xc1\x63\x60\x2f\x09\x8d\xe3\x02\xba\xcb\x0a\xdf\x18\xcb\xb3\x94\x23\x07\xa7\x62\x65\x18\xdc\x92\x66\xee\x20\x7f\xe0\xb5\x9e\xac\x25\x66\xef\xd2\xc9\xc1\x2c\x88\x25\xe1\xea\x3b\xba\x6c\x42\x58\x0a\x8d\x3a\x0a\xf3\x15\x70\x05\x7b\x74\x32\x26\xdc\xce\x47\x14\x2f\xe1\xf5\xb8\x9d\xdb\x90\x0d\x36\xf5\x23\xff\xc2\xe2\xeb\x16\xa9\x6a\x27\xd1\xe8\x9d\xa2\x78\x1a\x77\xc1\xe8\xad\x6b\x6c\x82\x9f\xca\x9d\xf9\xae\x3b\x5b\x42\xf6\x56\x41\x8e\x00\xd8\x08\x4d\x28\x89\x58\xa6\x29\x17\x64\x02\x07\xdb\xe8\xca\x80\x49\xc0\xc0\xff\xf4\x07\x92\x72\x01\x59\xbf\xcb\x96\xf6\xae\x3c\x8f\x75\x4a\x4c\x9e\x5d\xdc\xdd\x96\x44\xd5\x1f\x2e\xef\xca\xf5\xcd\xfa\xbf\x2c\x95\x55\x2b\x2d\x2c\x73\xf4\x07\x53\x2c\x32\x88\x2c\x80\x86\x5f\x99\xa6\x89\x7e\x62\xfa\x27\xc3\x97\xa5\xd8\x45\x78\xad\x95\xb3\xc0\xe9\xc1\x46\x0f\xd8\xf0\x1a\x64\x60\x87\xb2\x24\x86\xda\x49\x72\xd0\x03\xb1\x3d\x84\x09\xbd\x87\x58\xc9\x0b\x2a\xfb\x83\xba\xe6\x02\x55\x8c\xbe\x24\x85\x59\xae\x21\xbc\x4d\x74\xad\x39\x39\xc1\x8f\x3b\x05\x4e\x5e\x87\xe1\x92\xa6\xad\x62\x29\x49\xff\xea\xac\x61\xad\xcf\xab\x76\xe1\xaf\x0b\xa7\x32\xf1\x26\xea\x5d\x43\x54\x06\x79\x2f\xaf\x02\x9d\xd2\xce\x74\x3b\x60\x4a\xf4\xe4\x5d\x95\xdd\x83\x4f\x7a\x0d\x6f\x21\xcf\x96\xf2\xd9\xac\x62\xb0\x1b\x30\x8d\x62\x19\xd6\x44\xd3\x08\x07\x64\xe3\x8b\x43\x04\x89\x7a\xf0\x5a\x2f\x44\x94\xc0\x5a\xaa\xce\x17\xb9\x33\x94\x8d\x62\x36\x5d\x60\x36\x7e\x42\x8a\xf6\x59\xd8\x90\x57\xee\x80\xf3\x5d\xd0\x99\x4d\x8a\x0c\xa7\x1b\x52\xdb\x7a\xc8\x1c\xc5\xf8\x9c\x4d\xcb\x16\x7f\xa1\x73\x6a\x95\x62\x90\xf0\x1d\x42\x59\x13\x00\xfa\xe1\x50\x04\x5e\x68\x85\x32\xb9\x39\x23\x0e\x75\x10\x2a\x93\x18\x76\x6a\xa3\xbf\xfd\xcd\x5c\xda\x81\x6a\xee\xa5\x9e\x95\x71\x03\x6b\xfd\xd8\xd3\xa9\x66\xd4\x65\xb8\x38\xf5\xde\x06\x98\x84\xc6\x0f\x68\x2f\x00\xf2\xb2\x1d\xb3\x07\x66\x83\x52\x68\x00\x2b\x1e\x64\x45\xc6\x92\x29\xf1\x5e\xfb\x1c\x22\x9e\x58\xac\x43\x5a\xb5\xf9\x19\x91\x83\x72\xdb\xf2\xf2\x03\xbe\x03\xd8\x8f\x75\xa5\xda\xe0\x58\xad\xb4\xa1\x38\xc7\x0d\x50\x42\x18\x60\x00\x9d\xb6\x61\x74\x7c\x99\xb3\x68\x13\x6c\x82\x2b\x9a\xd1\x94\x69\x96\x2d\x8b\x31\x28\x17\xfd\x01\xff\xb9\xdb\x41\xdb\x2f\xee\x22\x22\xdc\x55\xa1\x10\xbd\xea\x75\xbe\x0a\x6b\xc0\xcf\x62\x2d\x58\x15\x33\x8d\x9f\x2c\xa4\xdf\x9a\xb3\xb0\xfd\x14\xd3\xb0\x21\x14\x01\xb4\xc4\xb6\x73\x7a\x9e\x1c\xfb\xdb\x5a\xb6\x7a\x29\x06\xe0\x95\x24\xd7\xaf\x1e\x65\x5b\x56\xfd\x2a\x5e\xba\x13\xde\xed\x42\x67\x5d\x6e\x56\xe5\x50\x95\x82\x72\x81\x4a\x40\xde\xc7\x04\xf3\xe6\xcc\x78\x10\x5a\x9a\xc2\x9e\x82\x04\x03\x8b\x9b\x54\x58\x1b\xad\x64\x55\x45\x8d\xad\x2c\xd7\x0a\x1e\xb7\xab\xac\xe1\xbd\x44\xb3\x6b\x89\x66\x0d\xdb\x1e\x52\x27\xcb\x2a\x00\x06\xb6\x38\x8f\xcd\x3c\x2d\x4f\x10\x82\xda\xed\x15\x69\x2b\x7c\xc0\xd5\xcf\x85\xff\x57\x99\x83\x3b\xa2\x0e\x49\xb5\x29\x5b\xe7\x30\xf0\x8f\x80\x7b\x24\x09\xa5\x01\xeb\x2c\x87\xd1\x62\x6c\x13\x9a\xa0\xcf\x2e\xd0\xbb\x02\x59\x73\x0b\x99\x93\x47\xae\x8c\x2e\x3c\x14\x10\xfc\xe3\x4d\xd5\x5a\xda\x12\xc3\x3d\x78\x0b\xf2\x6b\x55\x3e\x4e\xb9\x26\x34\x98\x61\xc9\x5e\xd6\xb3\xe7\xd9\x7c\x00\x33\x6e\x4c\xe0\x6c\xc2\x7e\x58\x71\x68\x36\x30\xfe\x14\x8d\x6c\x9b\xa3\x19\x04\x2a\x3e\x6d\x96\x66\xa0\xf1\x84\x1a\x66\xe3\x99\xdb\xa7\x69\x92\x66\x6b\x83\x45\xa3\x03\xc8\x40\xae\x74\xe5\x6e\xb1\x18\x74\x2b\x52\x34\x8b\x8d\xe8\x94\xa3\x59\xbc\xbe\x8b\x24\xcd\x36\x78\xe0\x65\x49\x3b\xee\x93\x16\xe3\xac\x4b\x06\xd3\xd2\x45\xc3\x86\x92\xd2\x55\xab\xa4\xf4\xda\xe0\x72\x8a\x28\xdf\xcd\x63\x46\xd7\x51\x07\x8b\xc0\xff\x90\x8a\x82\x3c\x9e\x32\xd8\x00\xab\x72\x7e\x21\x35\x04\x6b\x47\x50\x6a\xab\x96\x40\x34\x14\xcd\x12\xc8\x72\x9e\xb8\x6d\xdc\xf5\x4e\x61\x75\x82\xf3\xe7\x66\x61\x2d\x5a\x3f\xfb\xc8\x15\x54\x96\x6d\xd1\xac\xaa\x88\x59\xf8\x9f\x5a\x14\x10\x10\x3c\x36\xc9\x64\x6b\x38\x95\x1d\xa3\xa2\x57\x9e\x0b\x7b\xe9\xee\x50\xb5\xab\x71\xe7\xce\x41\xe4\x5e\x46\xb6\xdc\xd8\x45\x41\x3a\x35\xbe\xe2\x46\xdc\xa4\x7a\x04\xa0\xd5\xed\x0c\x63\xaf\x9a\xf6\x6a\x1a\xef\x81\xeb\xd1\x0e\x9d\x62\x18\x86\x47\x7e\xad\x6c\x49\x69\xc2\xb6\xc8\xda\x13\x4c\x7a\xdd\x8a\x1f\x81\x2b\x2c\xb3\x21\x7c\x3c\xb4\x1b\x40\xa9\x0f\x1b\xf9\x54\xe1\xc3\x5e\xb4\xcb\x45\xcc\x32\xc1\xa8\x9e\x3d\x5f\xe0\xf4\xc9\xb6\xc6\xe9\x67\x0b\xa2\x3e\xd9\x49\xb9\xa7\x4a\x60\xf2\x9a\x31\xc9\x6b\x04\xf8\x16\xc5\x3f\x6a\x8a\x63\x53\xd5\xc4\x02\xdb\x60\x1d\x2a\xdd\x2a\xb6\xba\x59\x99\x7b\x9a\x28\xf3\x06\xab\x4f\x2d\xbe\xdc\x1c\xf6\xb0\x64\xca\x8a\x25\xf9\x2a\xc2\xb9\x9f\x3e\xc2\x78\x59\xed\x94\x3c\x08\x3a\x86\x0a\x39\x9a\x72\x61\xb9\xd7\xb2\x38\x63\x2c\x2f\xdf\x14\x5a\xfc\xea\x83\xd6\xbf\xfa\x98\xf5\x7d\x04\xf3\x9b\x8c\x60\x5e\x66\xea\xf2\xde\x17\x28\xd0\x5b\x42\xc9\x47\x19\x71\x85\xc6\xb0\x79\x64\xb1\xb3\x16\x85\x61\x19\xf6\x17\xfb\x43\x63\x64\x46\xed\xb3\xea\x6c\x43\xcb\x95\x58\x54\x0d\xc0\x34\x8b\x13\x0b\x65\x63\xe3\x26\xcb\x96\x86\x65\x46\xb1\xa1\xf8\x41\x3e\xb2\x07\x96\xf5\x08\xd5\x24\x95\x46\x51\x0c\x22\x21\x80\x26\x4b\xa8\xa8\xe8\xf1\xa6\xe4\x82\xa6\x2c\x1e\x80\xba\x11\x44\x57\x59\xd3\x9c\x75\xaa\x35\x21\xb6\x01\xf8\x18\x6e\x83\xf3\x90\x0f\x05\x46\x3c\x61\x94\x0d\xdc\x0b\xdc\x4d\x0c\x84\x96\xdf\x7b\x97\xdf\xef\x0f\xc9\xad\xe1\x45\x5c\x95\xc7\x1b\x00\xb8\xb4\x8d\x6d\x28\xa6\x99\xcc\xe7\xde\x5a\x22\xc7\x60\xa6\x41\x12\x6e\x70\xf9\xc1\x60\x9c\xbf\x2f\xa2\xb1\xd1\xba\x96\x13\xce\x8b\x04\xc3\x6d\x84\x82\x10\x12\x90\x61\x2b\x3e\xc2\xc7\x46\xdc\xa2\xa7\x2e\xc8\xfd\x5e\x86\xe5\xfa\x44\x6e\xc4\x53\xa6\x40\xff\xf7\xf6\xd5\x52\x1a\x60\x39\xd5\xb4\x71\x9c\xcb\xac\x5f\xde\x42\xed\xac\xb8\xcd\x59\xac\x45\xe7\x36\xba\xc7\xd5\x8f\x07\x02\x7e\x32\xbb\x58\xe7\x20\xbe\x36\x7e\x71\x95\x67\x73\x09\xb7\x6e\xb2\x70\x59\xb7\x16\x2c\x66\x2e\xe7\x39\x46\x30\xf1\x30\xa0\xa5\x91\xb2\xb9\xd2\x9f\xa9\x8e\x66\x46\xc5\x2c\x40\x53\x76\x14\xd9\x55\x70\xe5\xa7\xb5\x95\x35\xcc\xe0\x24\xec\xbd\xc5\x78\xdc\xc1\x76\x8a\x17\xb2\x8b\xf2\x85\x7f\x25\x89\x2f\x7b\xdc\x58\x27\xce\x7d\x62\x9f\x98\x89\xae\xa2\xa2\x55\xe3\xef\x46\x5b\xe5\xa2\x1d\x3b\x8f\x19\xdb\x02\x01\xe0\xd4\x62\x7e\x14\x2f\x12\x2b\x59\x35\xb2\x9c\x3c\xe3\x9b\x25\x23\x58\xa0\xdd\x07\x23\x14\x7a\xdb\x5a\x4a\xe7\x46\x60\xd4\xd2\xdc\x92\xd9\x14\x65\x96\x8c\xe9\x3c\x33\xf7\x48\x9e\x71\x77\xf6\x2b\x29\x7d\xed\xd4\x01\xb6\xa8\xa3\xb0\x28\x43\x44\x83\x7a\x35\xe8\xda\xa5\x91\xce\xa9\x0f\x41\x03\x9a\x48\xb8\xb8\x37\x9d\x61\xfa\xa2\x73\xa1\x66\x0c\xd3\x18\xe3\x86\x3d\x5d\x49\xd8\x5b\xec\x72\x7b\xf5\xc5\x55\x27\x8d\x8b\x69\x80\xaf\xd4\x6c\x0f\xec\x02\x9f\xdc\xf8\x65\x37\x08\xe8\xc6\x4f\x9d\xec\xb3\xc9\xb7\x4b\xb0\x37\x5a\x3f\x5f\x25\xc0\x96\xc2\x6d\x6d\xc8\xa3\x95\x9e\x42\xe4\x2b\x6b\xab\x01\x00\x3b\xac\xa1\x4a\xad\x34\xf5\x9f\xfe\x2f\x2c\xb7\x81\x4b\xf3\x9f\x44\x66\x43\x81\xbf\xf7\x3c\xd4\xb5\x79\xa1\xc0\x90\xa3\x29\x2b\x50\xb6\xb2\x32\x1e\x0f\x64\x84\x5b\x3c\x15\xc4\x0b\xf4\x48\xbf\x66\x0c\x41\xc1\xda\x5a\x65\xcb\x94\x0a\x3a\x05\x74\xc2\x1e\xc4\x40\x81\xb8\x5a\x58\x97\x90\xa4\xb1\x64\x12\x70\x2b\xc3\x2c\x6d\xda\x5f\x51\xf9\x0d\xfa\x44\x51\xd6\x82\xa3\x15\x8e\xf4\x66\xea\x77\x65\x47\x37\x93\xd8\x6f\xfb\x37\x3f\x8e\xae\x07\x37\x97\x77\xd7\x27\x25\xb1\xfd\xe4\xfc\xee\xe6\x76\x70\xdd\xf8\xac\x48\x99\xfb\xcb\xdd\xe0\xae\xe5\x91\x6b\xe0\xbc\xff\xfd\xe0\x3c\x7c\xe5\x2f\x77\xfd\xf3\xb3\xdb\x5f\x46\x97\x1f\x47\x37\x83\xeb\x9f\xce\x4e\x06\xa3\x9b\xab\xc1\xc9\xd9\xc7\xb3\x93\xbe\xf9\x32\x7c\xf7\xea\xfc\xee\xd3\xd9\xc5\xc8\x05\x98\x86\x8f\x7e\xbe\xbc\xfe\xf1\xe3\xf9\xe5\xcf\xa3\xa0\xcb\xcb\x8b\x8f\x67\x9f\x9a\x66\xd1\xbf\xb9\x39\xfb\x74\xf1\x79\x70\x71\xbb\x54\x11\x69\x5e\x8d\xf6\x92\xfc\xc5\x45\x16\x18\x08\x02\x31\x69\xbc\xb0\xa4\xcd\xff\x0e\x66\xea\x2b\xa4\xc7\x83\x9e\xfb\x0b\x8b\x2b\x1e\x18\x16\xe8\x3c\x20\x05\xf7\x18\x0a\xef\xa2\xf2\x97\xaa\xa6\x53\xe5\x32\x20\x4b\xa3\x3d\x26\x7d\x38\x2b\xa0\x30\x94\x3a\x85\xdc\x7b\x3f\x52\xe7\xd4\x04\x3a\x4c\x78\xca\xc1\xbf\x49\x0e\x48\x75\xc3\xcb\x0d\xda\x39\xc1\x10\xac\x87\x26\x5e\x76\x1a\x54\x35\xb9\x12\x28\xe5\x98\x38\x0e\x6d\x9a\x35\xe3\x02\xf8\xba\x85\xa0\x29\x8f\xf0\x87\x0a\x82\x1b\x29\x32\xc5\xab\x2d\x96\x08\xac\xdc\xf2\x8c\x91\x1f\xff\x5c\x0c\x0a\xac\xd5\xd6\xa2\x90\xd7\x8a\xf2\xd8\x07\x59\x8e\xab\xba\x8a\x3c\x4b\x3d\xb9\x63\x6e\xcd\x88\x70\x6e\x6d\xed\x46\x70\x2d\xe4\x22\x40\x8b\x29\xf9\x19\x6c\x71\x68\x72\x40\x2a\x34\x7e\x4c\x6e\x20\x53\x5d\x15\xaa\xbb\xd9\xc5\x79\x92\x4f\x79\xad\x74\xeb\x98\xcd\xe8\x03\x97\x0e\x01\x1b\x81\xc2\x61\x1d\xad\x68\x45\x0e\x48\xeb\x41\x39\x26\xfd\x38\x56\x65\x06\x57\xa2\x1c\xc7\x32\x0f\xca\xc3\x0e\x01\x5e\x44\xec\xd9\x66\x85\x8e\x8a\x23\x07\x2b\xb6\xfb\x5c\xfc\x3a\x3b\x2c\xdf\xbd\x5b\x61\x1b\xaa\xfb\x91\x23\xe5\xd1\x46\xc2\xc0\x2d\x55\xf7\x0d\x15\xa1\x1b\xef\x57\x87\x8a\xb0\x5d\x8f\xed\x65\xa8\x1b\x3b\xf5\x2b\x3b\x82\x83\xb6\x59\x9f\xad\xc0\x92\x2b\xba\x74\x33\x4e\x2a\xd5\x3f\x3a\xf7\x57\xaa\x1e\xf2\xf4\x96\xfd\x66\x69\x0c\x8e\xe4\xc8\xd3\xff\x1a\xf3\xb8\x82\x4f\x2f\xfd\x97\x4b\x45\xb6\x51\xb0\x6e\xeb\xda\xfb\x6b\xb9\x82\xd6\xe6\xbf\x94\x0e\x77\x84\xce\xd1\x5d\x18\x04\xec\x66\x1e\x81\x6b\x87\x72\x61\x11\xfd\x99\xf7\x3d\xb8\x1a\x96\xe6\x1c\xfb\x2a\x33\x74\x2c\x1f\x4a\xca\x65\xca\x94\xa2\x2d\xb8\x09\x81\x49\x6c\x1b\xc6\xe0\x4f\xa8\xfd\xb0\x23\x3d\xb9\x33\x79\x6b\xbe\x5a\x66\xf4\xb9\x0e\x35\x63\x37\x51\x23\xb0\xc6\x2e\xa6\x92\x5c\x62\x66\x95\xe1\x2f\xbd\x22\x6c\x42\x66\x41\x34\x49\x9b\xa9\xbf\xa3\x59\xad\xba\x60\x8d\x85\x1a\x42\x77\xcd\xfa\xd1\x16\x41\xeb\x1b\x83\x6a\x5a\x1b\x3a\x2d\xaf\xcf\x1a\x54\x57\xf2\x6d\x85\x45\x2c\xb1\x5e\x33\x56\xc8\x0e\x46\xda\x23\x14\x13\xda\x0a\x69\x4a\xe5\xd1\x0c\x3d\x0a\xe6\xca\xe8\x0d\xc5\x63\xb0\x21\xa5\x90\xcf\x7e\xd8\x12\x80\xc1\x7d\x31\xc7\x8d\x3f\x94\x02\x69\x41\x64\xe4\x10\xd5\x19\x10\x02\x3a\x7f\x8a\x0a\x14\x2b\x08\x3c\xd8\xaf\x2d\x48\x7d\x83\x72\x43\x0d\x15\xb1\x9b\x8a\x0e\xf9\xb9\x05\xb5\x7e\xb6\xd0\x94\xbb\x0e\x21\x28\x37\xd4\x34\x82\x1d\x54\x1b\x7a\x56\x84\x50\x9f\x98\x87\x79\x9c\xe9\xd8\xa6\xca\x9b\xe9\xba\xd5\xfe\x57\x37\xa3\x7f\x45\xbf\x43\xde\x82\xad\x10\xb4\xe6\x41\x42\xc9\x81\x91\x59\x5d\xce\xaf\x75\xba\x2b\x72\x80\xa0\x4f\xef\x21\xa6\xae\x7f\x75\xf6\xbe\x47\xde\x87\x79\x45\xef\x37\x3a\x80\x76\xdc\xb6\xe2\x10\x68\x53\xa5\xe0\xf2\xf2\xb1\x83\xbd\xaa\x9c\x44\xbb\x67\xf6\x20\x92\xb6\x73\x68\xbe\x2c\x7d\x03\x8e\x48\xa8\xa0\x83\xbe\x3a\x1f\xda\x6a\x5d\x40\x28\xe3\x72\xd5\xb0\x76\xf1\x50\x8c\x17\x55\x27\x4f\xcf\x7b\x79\x3a\x9f\xd2\xad\xab\xc2\x98\xf6\xea\x89\xa8\x3b\x0e\xb9\x5c\x7e\x1f\xac\x48\x6d\xed\xfb\x6a\xed\x05\x17\x6b\xf3\x48\xef\x63\x95\x9b\x66\x55\xb2\x97\xb9\xc5\x6c\xdc\x94\x55\xf2\xcf\x5b\x23\xb7\x0e\x01\xbe\xfd\xa6\x15\xb1\xb1\xdd\x2d\xc2\xf5\x9e\xca\x9e\x96\xca\x76\x11\xdb\x5e\x1e\xdc\xfa\x17\xe8\x09\xca\x71\x41\x33\xce\xe0\x6a\x94\x09\xcf\xe0\x4b\xa5\x83\x56\xd7\xdc\x5b\xd3\xe7\x1b\xac\xc9\x6a\xa7\xef\x0d\x06\x0e\xa0\xdb\xb5\x3e\xd6\xea\x50\xfb\xda\xd6\x31\x90\x1c\xf3\xd8\x34\x4f\x59\x8f\x48\x91\x2c\x82\x60\x07\x7b\x5e\x81\xdc\x30\x1e\x05\x0b\x82\x63\x27\x16\xea\x6c\xad\xc4\xe7\x35\xa5\xf1\x36\x1a\xd9\x22\xd2\xe4\xa2\xff\x79\x70\x3a\x1a\x5c\xdc\x9e\xdd\xfe\xd2\x00\x63\x57\x7e\xec\x90\xec\x82\x17\x6e\x7e\xb9\xb9\x1d\x7c\x1e\x7d\x1a\x5c\x0c\xae\xfb\xb7\x2b\x50\xee\x96\x75\xd6\x86\xa0\x96\xab\x26\xf5\x6d\x1d\x14\x35\x67\xe6\x6d\xe8\xbd\x8e\x75\x17\x74\xc2\x59\x0b\xde\x1d\x26\x79\x8b\x98\x65\x24\x66\x0f\x2c\x91\xf3\xc2\xac\xda\xb8\x60\x01\x10\x5e\x43\xfb\xcb\xc0\xf0\xa0\xcd\xea\x1a\x1f\x13\x2c\x17\x13\x54\xcc\xf3\x0d\x82\xc8\x47\x33\x26\xde\x6b\xc2\xbe\xcc\x13\x1e\x71\x1d\x24\x81\xc9\xcc\xba\x57\xd0\x7d\x08\x91\x88\x2b\x88\x6b\x67\xd1\x28\x3b\xd7\xf9\x43\x4f\x7a\x5d\xdb\xf7\x27\xca\x03\x33\xad\xac\x41\xb0\x03\xc5\xbe\xc5\x69\x5c\xc3\x8d\xda\x60\x74\x4f\x61\x1e\xa8\x67\x63\xd8\x44\xae\x16\x4c\xa9\xe6\x41\xae\xbe\x0d\x97\xc5\xc9\x94\xce\xf5\xf2\x40\x99\x6e\x94\xfa\xc2\xe1\x2e\xa5\xda\x5c\x3b\xc0\x58\xb0\x71\xca\x6b\x06\x2c\xd4\xe0\xfe\xc5\x3d\x82\xa0\x93\x8c\xa5\x52\x1b\x05\x0c\x23\x02\x7a\x46\xa8\xe2\x34\xe1\x7f\x07\x34\xa2\x8c\x1d\x06\x11\x14\x90\xec\x15\x87\xc1\xfd\x16\x29\xe0\x70\x28\x4e\x07\x57\xd7\x83\x13\xc3\x90\x0e\xc9\x9d\x02\xa0\xa1\xd2\xd4\x4f\x2d\x79\xa3\x38\x16\x46\x32\x70\xa1\x34\xa3\x6d\xc1\x60\x2c\xcb\x64\xd6\x9d\x3f\xf8\xfe\x06\xf0\x5d\x33\x79\xc3\xb3\x92\x6d\xca\x19\x00\x2e\x5a\x0b\x2b\x06\xf1\xe1\x3b\x4f\xbf\xb9\xa6\x8f\xa5\x15\x09\x81\x16\x40\x12\x29\xaf\xfa\x13\xae\x36\xe0\x08\x76\x9f\x5f\xa9\xcf\x2b\xf8\x76\xd9\x3c\x6f\x5d\x6d\x74\x0f\x4a\x88\xb8\x85\xbe\x68\x41\x65\x9e\xad\xa2\x62\xf6\x12\xa0\x0c\x15\xd2\x1f\xb3\x29\x15\x24\xcb\x85\xa8\xa0\x54\x86\x96\xb6\x7a\xd0\xcc\xba\x47\xd5\xac\x19\x4d\x65\x2e\x40\x69\x80\x30\xd6\x86\xc1\xa8\x39\x13\x7a\xc5\x60\x5e\x0a\x72\xa3\x32\xd4\xd7\x8b\xba\xd1\x30\xd0\x36\xe0\x8d\x26\x7f\x12\x54\x6f\x5c\xef\x5a\x76\x41\x79\x25\xa7\x92\x39\x54\xfe\x7e\x6e\xd6\xb2\xa9\xba\xdf\xba\xbb\x5b\xaa\xee\x5b\xba\x5a\x75\x83\x9f\x94\x1c\x4a\x95\x65\xb3\xe1\x82\x16\xd6\x0e\xb4\xe8\x95\xf7\xe2\xe0\x81\x09\xbd\x13\xa1\x12\x9a\x68\xc8\xaa\xed\x66\x1a\xc6\xd2\x4e\x67\xa7\x05\x47\xf2\x25\x86\x83\x50\x14\x9d\x51\x60\xce\x36\x93\xc1\xfa\x41\xdb\xbc\xb3\x0f\x9d\x1d\x7e\xf0\x6a\x7d\x5d\x56\xc4\x33\xdb\xd5\x2e\x4a\x3c\x16\xb1\x88\x0e\x16\x7a\x43\x9c\x0d\xc5\x50\xf5\x0c\xf2\xbb\xad\x46\x51\xdd\x73\xec\x73\x46\x55\xb5\xcb\x95\x5b\xbe\x01\xa8\x44\xa9\x99\x4f\x0c\x72\xae\x76\x52\x76\x7d\x8d\xdc\x5a\x18\xc8\x5d\x96\x40\xdc\xeb\x52\xd3\x03\x96\x97\xcc\xb3\xa4\xb8\x8e\x69\x07\xc1\x0a\x07\x63\x6e\x7a\x36\xcf\x18\x14\x3c\x3e\x26\x57\x09\x33\xd7\x65\x6e\xae\xcc\x3c\x49\x1c\x00\xcf\xf2\x2b\x7d\x2d\xd0\xa8\x27\x9f\x57\x20\x30\x2e\x99\x98\x03\xa0\x5a\x3e\xb3\x60\x0d\x76\x9f\x11\x1d\xac\x2f\xd8\xfd\xc0\xfa\x53\x16\xfd\x41\x77\x5b\x60\xb0\x23\xe8\xff\x34\xd4\x51\x14\xff\xbb\xb9\xaa\x33\xa6\x66\x32\x59\x3a\x85\xb5\x61\xbd\xd6\x99\x83\x5b\xca\x27\x9c\x84\x8d\x34\x1b\xb5\x05\xc3\x76\xb8\x8c\x4e\xb1\x89\xc6\x2b\x70\xd9\x14\x3d\x72\xb8\x77\xd9\x5b\x38\x44\x1b\xba\x65\x87\x06\x8e\xa8\xc2\x3e\x12\x42\x13\x15\xf6\xe6\x42\x02\x5d\xa0\xc3\xcc\x7f\x1e\x14\xae\xf6\x71\xdc\x5c\xab\xa2\xd2\x0b\x54\x30\x5f\x8f\xcb\xda\x68\xff\xa2\x09\x33\xe0\x66\xd6\x66\x41\xc3\x41\x4e\xb1\xb1\x1c\xaa\x04\xaa\x64\xb7\x18\xa7\xdc\x28\x43\xb7\x33\xd0\x6d\xfd\x16\xe5\x9a\xd5\x4f\xe6\xbe\x28\x51\x4b\x69\x02\x7b\x98\x9e\xf5\x61\x7a\x2c\x82\xbc\xa7\x3d\x00\xd5\xd2\x19\x64\xd1\x16\x1e\x8a\xea\x25\x6f\xad\x8a\xab\x52\x4b\x4a\xbb\xd3\x29\x8f\xa4\xf4\x85\x39\xf7\xa7\x5b\xba\x38\xcc\x64\x16\x23\xc8\xcc\xdb\x26\xcc\xa1\x34\x7f\x34\xcf\x42\x9b\x2c\x26\x98\x0a\x8c\x20\xa2\x76\xed\xbc\x69\x1a\xab\xb9\x0f\xc5\xb5\x19\x05\x7e\x51\xb8\xba\x8b\x4a\xc9\xac\xa8\xe9\x36\x21\xd4\x7e\x05\x8b\xde\x16\x69\xa4\x46\x41\xa1\xf8\x27\xcc\x2a\xfe\x1e\xdf\xc1\x04\x62\x0b\xa0\x61\xa6\xca\x27\x85\x9e\x64\x84\x3d\xac\xea\x8f\xc9\xdc\x78\x79\x70\x6d\x13\xb4\xbd\xa8\x9c\x33\x07\x65\x0a\x9f\x79\xfe\xd5\xc4\x5c\x9d\x26\x26\x9c\x05\x44\x0d\x45\xd0\xc7\x12\xe4\x3b\xd4\x86\x36\x14\xfb\x61\x9f\x79\xec\x3d\x0b\xf0\x4f\xdc\xa1\x5a\xd5\x77\x3b\xbd\x94\xce\xc1\x7e\x86\x67\x50\x4e\xfc\xfd\x73\x6b\xc3\xb8\x0f\x61\xc4\xff\xe7\xbf\xfe\xfb\x90\xb7\x99\x97\xd5\xc8\xae\xc0\x6b\xd8\xc9\xf5\xb6\x25\xdc\xf9\x20\x25\xbf\x25\xd5\x5b\xe5\x63\x8f\x97\x5b\x0a\x4d\x2f\x7e\xb5\x97\x9b\x21\x1a\xa9\x67\xe8\x4f\x2b\x93\x3b\x18\x9f\xb3\x7c\xf9\x2d\x1b\xb0\xb8\xc2\xe3\x5a\xb8\xd5\x82\xa8\x46\x07\xb8\x8e\xd1\x68\xa6\xfd\xca\x85\x52\x61\x50\x01\x32\xd6\x36\xd1\x5f\x33\xaa\x9e\xce\xc5\xdf\x58\xc5\x02\xad\x72\xe1\x1d\xb9\xca\xd9\x8f\x83\xc4\xac\x31\xb3\x2b\xb9\x62\x19\x1e\x68\x0f\xa1\xd2\x50\x6c\x15\x62\xbd\x56\xf8\x2c\x58\x4a\xf9\x5a\x71\xc9\xe6\xfd\x66\x54\xb2\x92\xd1\x92\x4e\x59\x36\x8a\xf3\x52\x10\xea\xaa\xb6\xaf\xcc\x47\xa7\xb9\x5e\xac\x6e\x5f\x25\x34\xba\x5f\x07\x09\xce\xbc\xdf\xd2\xec\x6a\xc1\x30\x08\x15\x28\x0b\x87\x2d\x38\x6b\xac\x82\xb3\x66\x63\xd7\x4a\x5a\x3b\x5c\x34\x02\xaa\xe5\x06\xc2\xbd\xbd\x89\x10\x0d\x16\x46\x4e\xc6\x79\x61\xe5\xf0\xf8\xda\xf1\xe1\x50\x7c\x44\x80\x7a\x50\x3c\x70\x00\x11\x24\x0e\xb0\x2f\x73\xa9\x58\x29\x93\xa5\x01\x33\xdb\x66\xa2\xd9\x61\x34\xcb\xa4\x95\x6a\xc5\x5b\x89\xa4\x2f\x8e\x98\x57\xdf\xf0\xfa\x94\x9b\x29\x70\x2b\xa9\x27\xe2\x73\x6e\x68\x67\xd4\x78\xd2\xd6\x9f\x7a\xd7\x92\x0b\x45\x6c\x08\x60\xa7\xe8\x64\xd1\x23\x7e\x7a\x15\x82\x48\xd8\x03\xcb\xe8\xd4\x48\xac\x94\x27\x21\x32\x7a\xd9\xd4\xd4\xc2\x4e\x56\x1d\xa0\x22\x8d\x0c\xd8\x02\x89\xab\x23\x28\x27\xdb\x34\xd1\x62\x39\x8d\x60\xeb\x8c\x97\x26\x07\xf7\x1a\x52\x68\x3f\x44\x88\x5f\x30\x4d\xd8\x17\xcd\x6c\x81\xb3\x5b\x97\x93\x54\x0f\x63\x26\xcd\x69\x15\xed\x22\xd2\xee\xa9\xa2\x36\x11\x9b\x89\xea\x92\xae\x62\x77\xef\xdb\x24\xa4\x19\x15\xb1\xcd\xac\xb3\xb2\xb4\x91\x29\x60\x76\x68\x07\xf2\x31\xc7\x36\x3f\x2c\x80\xd6\xc5\x36\x11\x03\x18\x2e\x32\xa7\x17\x19\xc9\x1c\xdc\xb4\x32\x33\x02\x6a\x2e\x34\x4f\x0c\x71\xd8\x31\x18\xad\x39\x17\x1e\xdc\x0a\x22\x64\xdb\xf0\x93\xb8\x52\x5c\x4c\x47\x76\x25\x5d\x92\x58\xb7\x8b\xa1\x4c\x53\x9f\xb1\x29\xfc\xf1\x7b\xd7\xd0\x72\x3b\x2f\x92\x35\x60\xdb\xb8\xf4\x34\x10\xac\x85\x74\x93\xb1\xa0\x44\x2e\xab\x6d\xc4\xe3\x52\x41\x76\x98\xe8\x3a\x46\x0a\x10\xeb\xea\xf9\xe0\xc5\x15\xa2\x6c\xca\x19\x26\x92\x40\xc4\xaf\x6e\xc9\xa9\x53\xad\xb9\x74\x67\xc2\x8b\x68\xb6\x50\x8a\xcf\x18\xae\xa4\xe5\x51\xd7\x9d\x0d\x6b\xa6\x49\x32\xa6\xd1\xbd\x57\x36\xbc\xca\x2d\x33\x07\x34\x6d\x04\x54\xa8\xa4\x83\xc4\x65\x06\x1a\x81\x74\x63\xeb\xf9\x02\x31\x21\x22\x88\x1d\x76\xd1\xb9\x2d\x63\x2f\xb0\xb0\x3a\x28\xe7\x38\x7a\x8c\x91\x8e\xd9\x3c\x91\x8b\xb4\xe5\x3e\xab\xa6\x22\x6d\xe3\xf1\x6f\xcb\x84\xda\xe9\x55\x56\x61\x7a\x6b\x5f\x66\xb5\xbc\x86\x1d\xe0\xd3\xac\xc1\x25\x3f\x25\x72\x0c\x56\x3e\xab\x65\xbb\x58\xfd\x20\x64\xbc\x7a\x9e\xd7\xcd\x20\xa8\x9e\x48\xae\xe6\x09\x5d\x2c\xeb\x01\x63\xd7\x9f\x76\xdf\x30\xd7\x79\xb5\x11\xac\x7b\xd4\x67\xe3\xe7\x4f\x81\x7a\x79\xee\x24\x01\x7c\x17\xf9\x97\x35\x26\x31\x67\x4d\xc2\xac\xa1\xc3\x79\x26\x8d\xa4\x20\x87\x42\xd3\xa9\xdb\x5d\x2b\x5d\xca\x47\xc1\x32\x35\xe3\xf3\x52\x89\xad\xad\xe3\x4c\x2d\x49\xdb\xff\x60\x54\xe5\x1a\xcc\x53\xce\x0f\x10\xea\xc0\x10\x88\x9a\xd3\xa8\xb0\xfe\x45\x09\x55\x8a\x4f\x16\x01\x42\x81\x0f\xd9\x83\x3c\x90\xb2\xba\x1c\x54\xb5\x69\xe2\x34\x61\xce\xfb\x6e\x12\x75\xb7\x4f\x52\xba\x2b\x9f\x42\x1e\x87\x80\x50\x50\xf6\xbc\x06\x4a\xe1\x2e\x6c\x0b\x4e\xf1\x54\xb9\x4b\x76\x64\x36\x83\x67\x77\x03\x73\x58\x02\x9b\x65\xfc\x2e\x05\x39\x69\x37\x73\x14\xc2\xae\x1d\xb6\x55\xb4\x3c\xb0\x41\x38\x0d\x98\x63\x6c\xbf\xf0\xd9\x3a\xa5\x3c\x75\x5a\xc2\xf6\xc0\x35\x32\xca\x9f\x33\xe1\x9a\xf3\xe5\x81\x13\x20\xbf\xbc\xe8\xa0\x47\xd4\x56\x80\x43\xdd\x49\xfb\x94\x25\x6c\x27\x31\xa8\x1b\xd0\x79\x35\x56\x20\xa0\xf0\xa5\x44\x54\x40\x6c\xaf\x36\x93\xac\x4f\xe3\xd5\x51\x15\xd4\xbd\xb3\x41\x6d\x10\xaf\xdb\x82\xa8\xd2\x3c\xf2\x9f\x71\xa0\x36\x64\xb7\x89\xc0\xc0\xbc\x08\x5b\xdf\x55\x35\x6c\x82\x66\xc3\x16\xec\x89\x29\xba\x71\xfb\xe8\xb0\x6f\xbc\xb0\xeb\xa4\xaf\xd7\x7b\x0c\x5e\x38\xc0\xb5\x65\x74\x9f\x58\x97\xe8\x8e\x95\x47\x74\x23\x6e\xda\x76\x25\x76\x23\x15\xeb\x99\xd5\x92\x4c\x99\xc6\xf2\xd1\xbe\x46\xf6\x1b\x24\x93\x9d\x45\xec\xef\x74\x2b\x9a\x99\xc0\x7a\xa7\xfa\x86\x69\xe5\x6e\xbc\x1a\x1a\x9e\xdd\xa9\x03\x97\x7c\x5c\xa4\xf2\xbe\xde\x2d\x7a\x1d\x27\xf9\xda\x5a\x55\x9e\xee\x82\x5d\x4d\x2f\x3b\xa1\x0f\xc0\xe1\xa1\x90\xae\x90\x5b\x60\x5f\x38\xbc\x81\x07\xb6\xa6\xca\xaf\xf0\x6d\xdb\xe1\x75\xf2\x6a\xd7\x96\xf3\x29\xb6\xd7\xc6\xa6\x76\xde\xdc\xa7\x24\xb5\x75\xc7\xb2\x0b\x1d\xe5\x89\x8d\x22\x96\x1a\x57\x6a\xd7\xfb\x10\x13\x42\xda\xfc\xaf\x85\x63\xd1\x6e\xd9\x2e\x0f\x59\x13\xf2\xfe\xf6\xd9\x35\x89\x44\xef\xc0\x68\x9e\xb1\x09\xff\xb2\x91\x28\x7e\x05\x9f\x5a\xf5\xd2\x2c\x73\x05\xcb\x1f\xac\x1d\x80\xfd\x1f\xb8\xc1\xed\x4a\x5b\x70\xf6\xa1\x00\x58\x6c\xf5\xc7\xe3\xa3\xa3\x71\x1e\xdd\x33\x7d\x74\xcf\x16\x44\x66\xa5\x9f\x36\xc5\x66\xd9\x7d\xdd\x01\xdc\xd7\x99\xd6\x73\x75\x7c\x74\x34\xe5\x7a\x96\x8f\x0f\x23\x99\x62\xf4\x96\xcc\xa6\xf8\xc7\x11\x57\x2a\x67\xea\xe8\x0f\xdf\x7d\x57\x6c\xf1\x98\x46\xf7\x53\xcc\x76\xad\x5b\x71\x4a\x5b\x7e\x53\xaf\xcd\xb5\x3e\x52\x70\x26\xc5\x88\x7d\x31\x44\xda\x54\xfd\xbd\x2b\x90\x88\x22\xfd\x9f\x6f\x88\x5a\x08\x4d\xbf\x1c\x93\xcf\x58\xaa\x9f\xfc\x20\xf3\x4c\x91\x53\xba\x38\x90\x93\x83\x54\x0a\x3d\x23\x9f\xe1\x7f\xed\x4f\x8f\x8c\xdd\x93\x5f\x18\xcd\xec\xfe\x5a\x08\x7e\x5f\x20\x6c\x46\x21\x95\x03\x0a\x01\x67\x0b\xf2\xdd\xbf\x93\x14\x5b\x3e\x26\xdf\x1e\x7d\xf7\xef\xe4\xf7\xf0\xff\xff\x2f\xf9\x7d\x8b\xa6\xb6\x5e\x26\x35\xd4\xfe\xb9\x2e\x1b\xb7\x7a\x95\x95\xda\xa0\x1c\xda\x49\x26\x8b\x9d\x6a\x6c\xf9\x9e\x47\xf7\x72\x32\x19\x69\x9e\x32\x0c\xb5\x1d\xd1\xac\x86\xc2\xb5\x21\x2c\x0d\xb7\xc5\x9b\xb0\xfe\x6d\x01\xcd\x6b\x3b\xc5\x44\x1a\x77\xdc\x54\x5e\x14\xaf\x01\x9f\x4a\xa9\x20\x10\x57\xf0\x15\x8b\xcd\xa9\x58\xc7\x7f\xe2\xac\x33\xf5\x12\x93\x45\xe2\x59\x58\x90\xcc\xfb\x41\x43\xa7\x3e\xfa\x3d\xec\x42\x36\x1e\x07\xf0\x89\xc8\xad\x50\x89\xee\x59\x2d\x74\x62\xcd\x14\x25\x04\x83\xbc\x67\x6d\xe5\x49\xe1\x26\x79\x31\xd7\xe3\x65\x50\xe8\xdb\x82\x20\xbb\x6b\x12\x24\x7f\x5b\x79\xc9\x6a\x06\xcc\xe1\x4e\x7e\x03\x59\x82\xee\x9f\x1f\xdc\x66\x19\x41\x51\xf5\x5c\x43\x50\x94\xd3\xc6\x4f\x05\x95\x34\xd0\x71\x65\x5b\x54\x4c\x1f\x60\xc0\x46\x73\x13\x74\xe1\x5b\x08\x6b\x92\xdb\x46\xda\x02\xdf\xcc\x5e\x52\xdd\xd5\x03\x59\x22\x96\x4b\xf7\x69\x77\x6a\xee\x13\xf7\xb1\x39\x11\xb4\xec\x46\x07\x1e\x66\x7d\xd0\x0b\x30\x3c\xfa\x5a\xd2\xe3\xc0\x52\x1f\xc9\x2c\x03\xd1\x13\x22\x27\xed\xa2\x2f\xa1\xe9\xcb\xfa\x0c\xd7\x40\x33\x18\xfc\xe5\xae\x7f\x7e\x53\x02\x30\xb8\xbc\x1d\xd5\x7f\x3d\xbb\xa8\xbe\x53\xfe\x65\xf0\x5f\x67\x37\xb7\x37\x4b\xb1\x0c\x2a\x8d\xb6\x71\x82\x99\x7c\x84\xca\x17\xe6\xac\xc0\x82\xd0\xca\x92\x98\xeb\x9d\x0a\x07\x4b\xc5\x9d\x83\x15\x7d\x9a\x80\x6d\x16\x37\xe7\xd6\xd4\x63\x8e\xbe\x9a\x40\x12\x98\xda\x4b\x05\x91\xa8\x5a\xe7\xab\xe3\x47\x6e\x64\xb6\x95\xd6\xbc\x26\x37\x6e\xa8\xea\x15\x16\xc8\x84\x4c\x2e\x99\x79\x90\x38\xb4\x6e\xd9\x92\x35\xab\x6d\xd1\x3c\x43\x8f\x7b\x37\x26\x63\xa6\x7e\xea\x3f\x59\x35\x4c\x70\xbf\xbb\xb7\x8b\x62\x1c\x30\x5a\x73\x12\x0c\x53\x69\x18\x71\x03\x92\xcc\xaa\x0d\xbd\xc1\x3d\x63\x0a\x1b\x87\x58\x10\x88\x83\x15\x4e\x3f\xb1\x89\x7e\x8d\xfb\x09\xf8\x1a\xbb\x80\xde\xa9\x41\xb5\x6e\x71\xeb\xa2\xc1\xbc\x10\x14\x1c\xd2\x6f\x05\xe0\x37\xa3\xe6\x4e\xd9\x10\xad\x08\x21\xdb\x7b\x24\xa3\x10\x4e\xa1\x67\x54\xa0\x29\x65\x42\x23\x2e\xa6\xbd\x00\xa8\x06\xf2\x0f\x43\xc9\xa5\x69\x25\x6f\xa9\xba\xdf\x6d\x88\xc0\xd6\x25\x6c\x78\x5c\x94\x51\x40\x8a\xb4\x11\x04\xbc\x86\xd2\xa1\xa9\xba\x6f\xcb\xad\xae\x01\x3b\x2c\x19\x9d\x5f\x0a\x07\x07\xb1\x6c\x7c\x2e\x9f\x89\x85\xaa\x1b\xa0\xb6\xba\x02\x5a\x16\xe6\xc5\x85\xa4\x63\x81\x73\x9e\xb0\xb8\x8a\x6f\x54\x1d\xff\x2a\x42\x40\xe3\x58\xe0\x8b\x06\xf8\x9b\x74\x2e\x21\xf2\x74\x42\x52\x2a\x16\x78\x94\x8c\x28\x45\xd5\xbd\xf2\x75\x94\x88\x4a\x69\x92\xf4\x48\xc6\x72\x65\x04\xf0\x9e\xb9\xc8\x26\x07\x0e\x89\x36\x26\x89\x9c\xf2\x88\x26\x64\x9c\xc8\xe8\x5e\x0d\x85\xb9\x4a\xc4\x14\x45\xb2\x79\x26\x23\xa6\x54\x20\x81\x17\xb9\x4e\x36\x02\x1d\x8a\x28\x69\x96\xa5\x5c\x70\xa5\x79\xe4\xa5\x0d\x9f\x5e\x88\x65\xdb\x22\x0a\xa6\x5f\x88\xe7\x87\xe1\x1a\x8d\x80\x21\x36\x4e\x2e\x2c\x66\x39\x30\x74\x0b\x79\xe1\x62\xab\xda\xa8\x77\x07\x08\x1e\x6e\x7b\x46\xba\x7c\x1a\x56\xd0\xf3\x89\xfd\x0c\xce\xd0\x32\x8a\xb9\x2e\x93\xb3\xa7\x06\x4f\xe6\x1e\x18\xd2\x11\x45\x11\x39\x56\x16\xea\x9c\x81\xe9\x95\x01\x0a\xc0\x90\x5b\x60\x04\x56\xd1\xb4\x59\x45\xb8\x14\x01\x26\xbf\xea\x1d\xb7\xa5\xa4\x9d\x5c\x6e\x2e\x89\x07\x43\x24\x6e\x79\xcc\xda\x9b\xab\xa4\x47\xa8\x22\x8f\x2c\x49\xcc\x7f\x31\x70\xec\xc0\xe3\x96\x1a\x7e\x88\xd8\xb2\xd0\x89\x63\x91\xad\x14\x65\xcb\xeb\xbf\x8a\xfa\x5e\xfe\x92\x5e\x97\x2d\xae\x14\x24\x54\xb9\x62\xf6\x92\xf1\xf9\x95\x81\x22\xdb\xcd\xc3\xab\xd0\x78\x5d\x17\x59\x32\xa8\x1a\x89\x34\x5b\x2d\xb3\xa6\x2c\x39\xa4\x38\x78\xfa\xc0\x8b\x5a\x76\xb6\xb7\xa5\x56\x4d\x33\xa3\x4e\x26\xcd\x90\x28\x36\x36\xd3\x57\xa6\x52\xcb\x36\xe5\x58\x88\x13\x27\x04\x52\x6d\x1e\x45\x8c\xc5\x8d\xea\x98\x19\xd1\xab\xc3\x30\xba\xa2\x7a\x86\x89\x8b\xa9\xd4\x58\x4a\x09\x31\x8c\x9c\xb9\x15\x41\x6f\xc6\x89\x1c\xc3\x85\x04\xf0\x46\x2e\xf1\x29\x48\x9a\xc0\x79\xb3\x98\x7c\x13\xdc\x2f\x3e\xa9\xf6\x43\x33\xd8\x4e\x69\x45\x5e\x01\xb4\x51\xd5\xce\xdb\x0a\x70\x54\xae\x06\x72\x48\xae\x2a\x99\xe0\xc1\xca\x4c\xa8\xb9\x36\x96\xa2\x0a\xbc\x10\x1c\x52\x65\x12\x4f\xb7\x43\x6b\xc2\x21\x95\xfa\xdc\x01\x1c\x52\x65\x9e\x2d\x91\x99\x72\xfa\xa4\x19\x65\x66\x52\xe7\xb2\xbb\xad\x0d\x11\x49\x50\xc4\x2b\x91\xa0\x3b\x90\x8b\x26\x42\x7c\x5d\x50\x4f\x95\x9a\x39\x2f\x0b\xf5\x54\x19\xcc\x6b\x86\x7a\xaa\x0c\xf5\xf5\x42\x3d\x35\x0c\xb4\x03\xd4\x13\xc6\x9a\x8c\x0c\x51\x77\x63\x0a\x10\xb5\x3c\xce\x27\x37\x70\xef\x2e\x1d\xa3\x2d\xac\x8f\xd7\x98\x13\x25\x2d\xf2\x21\x8c\xd6\x66\xb8\xb4\x45\xe7\x51\xb5\x15\xed\x79\x67\x30\x57\xa8\xc5\xcf\x13\x2a\xca\x57\x07\x94\xc5\xcd\x58\x64\xc8\x0f\x19\x95\xce\xa8\x50\x30\xd5\x9e\xb5\x2e\x99\x51\xa0\x5b\x25\xa2\x73\x9b\x31\xd8\x06\x48\xfe\x7a\x72\xa3\xd6\x43\xd1\x02\xb0\xa3\x12\xab\xef\x04\x55\xf2\xb9\x82\xe9\x8b\xb6\x60\xaf\xcb\x20\x31\xb6\x92\x1e\x74\x3a\xb2\x0a\x7d\xdb\x8a\x6d\x5d\xba\xfd\xd6\xe3\x47\x39\xd3\x41\x80\xac\x6b\xd3\xc7\x3d\x86\x3f\x8b\x6d\x61\x5f\x65\xb4\x6b\x33\x1d\xbc\x51\x15\x49\x29\x77\x7a\x7e\xae\x5c\x09\xf1\xa1\xc0\x18\x7e\x5b\x4f\xe6\x90\x80\xab\xe5\x0b\x4d\xe7\x09\xeb\x11\x3f\x3f\x6e\x28\x68\x98\x7f\xfb\xed\x1f\x19\xf9\x96\xa4\x8c\x8a\x92\x7d\x03\xb4\x7a\x73\xe5\x01\x58\x90\x9e\xb1\xa1\x68\xdc\x0a\x32\xf8\x82\x15\x08\x5c\xd8\xe9\x99\x98\x48\x67\x2f\x81\x32\x38\x34\x9a\x11\x95\x8f\xb1\x8e\x5b\x60\xdf\x72\x7a\xde\xb9\x9c\x42\xbc\x04\xdc\xc4\x6e\xd0\x1b\x83\xa4\x55\x18\x4e\x47\x90\xb4\xd2\xd4\xf6\x20\x69\xcd\xa7\xef\xd5\x82\xa4\x55\xf6\xbc\x1b\x48\x5a\xd3\x96\x6f\x00\x92\x56\x6a\xe6\xab\x01\x49\xab\xac\xe8\x57\x03\x92\x56\x99\xd7\x1e\x24\xed\x2b\x01\x49\x5b\xcd\x47\x1a\x61\xc0\x9a\x0f\xef\x7a\x30\x60\x8d\xfa\x55\x3b\x8b\xd8\x16\x73\x01\xa4\xb9\x67\x86\x01\x2b\x4d\x60\x1f\xa3\xb9\x7e\x8c\x66\x23\xf1\xd9\xbe\xcd\xf0\x5c\xe0\x66\xf5\x22\xeb\x08\x04\x56\xda\x9f\xce\xa6\xcf\x5d\x50\xe2\xd3\x46\x05\x83\x07\xa6\xab\x39\xa4\x5f\x5a\x45\x65\xe1\x03\x8d\x64\xe4\x00\x5c\x50\x73\x0a\xbd\xcf\x7b\xca\xdd\x20\xba\xb8\xb2\xbc\xde\x67\x83\xb4\xb8\x4b\xe3\x7c\x43\x2d\xd8\x2d\xe8\xd5\x25\x60\xae\xe9\x1c\x71\x83\x00\x27\x49\xb3\x61\x10\xca\x50\xef\xa6\xd9\x55\x17\x99\x87\xa7\x28\x55\xc5\xf6\xb9\xa5\x45\x55\x6c\x94\x8d\x2b\x29\xb5\x84\x6a\xf7\xe5\x94\x2b\x9d\xb5\x46\xd6\xd4\x46\xb8\x8d\x1b\x76\x9e\x6f\x92\x08\x3f\xdd\xec\xb3\x94\xa5\x32\x5b\x15\xd6\xd3\xf8\xa5\xd2\x32\xa3\xd3\x55\x56\x92\x66\xb5\x6a\x3e\x63\xa9\x11\x82\x46\xeb\x36\xd2\x75\xbf\x8b\x30\x3f\xcc\x7f\x6b\x28\x8d\x1e\x38\x59\xcd\xbb\xb1\x2d\x77\xde\x75\xbb\xb7\xdd\x66\x57\x57\x7d\x3d\x2b\xbe\x83\xf1\x5b\x6e\x2d\xb1\x2f\x95\x5c\xe9\x40\xdf\x8d\xc1\x1a\x3e\x56\x66\xc3\x70\x8c\x16\x68\xb0\x7a\x87\xe0\xad\x55\x2c\x3b\x08\x65\xd4\x92\x87\xb4\x3e\x82\xf2\xba\xcb\x84\xd5\xac\xd9\x6b\xaf\xbc\xb2\x41\x9c\x4f\x7b\x19\xfb\xf0\xe7\xee\x17\xb2\xf6\xd3\x23\x2a\x08\x69\x55\x3c\xe5\x09\xcd\xd0\xe8\x4a\x31\x57\x5a\x10\x3a\x81\x0e\x17\x00\x8d\x06\x90\x90\x46\x3d\x78\xa0\x09\x8f\x89\x0b\xc0\xc5\xd0\x18\x8c\x01\x25\xfd\x8b\x53\x82\x11\xa3\x9b\xc4\x8a\xfb\x03\xe5\x6d\xc0\x18\x2d\xea\x17\xb3\x08\x65\x0f\x42\xbf\xa8\x70\x93\x62\x18\x30\x6e\x83\xc1\x9a\x36\xd7\x29\xae\x5b\xec\x6c\x9e\xb5\x86\x84\x76\x31\xda\x46\x3a\xa7\x09\x68\xc5\x61\x1d\x9f\xca\xc6\xbd\x1b\x2f\x1a\x32\x4d\xbb\x79\x05\xb8\xd0\x7f\xfa\xb7\x75\x62\x64\x40\x83\xb3\x87\x62\xc2\x13\x46\x68\x14\x31\x85\x76\x64\xbb\xda\x58\x17\x3b\xcf\x92\x6d\x8e\xac\xe1\x7c\x66\xde\xe6\x3e\xf4\x60\x8a\x71\xc1\x19\x50\xba\x9a\x65\x32\x9f\xce\x9c\xa9\xca\xb0\x18\x33\xb5\xa6\xbd\xfc\xa9\x66\x0f\x5e\x7b\x2f\xbf\xcf\x79\xb2\x99\x21\xb0\x88\xa9\x34\xc3\xfc\x74\x76\x4b\xd4\xcc\x33\xb7\x31\x34\xdb\xb8\xb1\xf5\x41\x77\xef\xd3\x7e\xeb\x7d\x12\xd0\x4d\xcf\x01\x88\x4d\x64\x92\x80\x55\x5d\xb1\xf4\xa1\xad\xae\x36\x4c\xf8\x96\x6f\x58\x3d\x18\xbe\x06\xdf\x9c\xd2\x34\x9d\x77\x12\x57\xaf\x50\x92\x56\xc4\x8d\xbe\xea\x98\xc7\x90\x3d\x29\x7c\x79\xf7\xd2\x26\xff\x5c\x87\x55\x7f\x63\x81\x93\x2e\x90\x6f\x67\xc1\x93\x6e\x49\x9e\x39\x80\xb2\x69\x1e\x6b\xb0\x80\x52\x56\x51\x71\x81\xbb\xc8\x14\x54\xd2\xfa\x66\x7e\x43\xd1\x2f\xe5\x1f\xb9\x82\x7d\xe3\x45\x11\xba\x8c\xfa\x4e\xc8\x49\x00\x8d\xda\x1a\x81\xc0\x5f\x63\xfe\x02\xad\x0c\xb1\xef\x30\xb4\xd2\x85\x4f\x42\xdc\x35\x8b\x0f\x68\xb4\x88\x12\x1e\x05\xd7\xc9\x34\xa3\xf3\x59\x13\xbb\x71\xcb\xbe\x47\x19\x7a\x29\x94\xa1\xb6\x12\x0b\xeb\xc4\x8d\x3b\xba\x82\xda\xe5\x7b\xf4\xa3\x06\xf4\xa3\x9e\xc7\xf7\x10\x45\xb1\x88\x17\x84\x8d\xa8\x9f\xbb\x3d\x04\xd2\x0b\x40\x20\x6d\x72\xf8\x0a\x7c\xa3\xd2\xb1\xdb\xc3\x32\xbd\xeb\x04\xcb\xe4\x2f\xc1\x57\x85\xb4\xd3\x7e\x1e\x5f\x18\xc1\xa5\x3e\xb0\x97\x84\x61\x6a\x10\x17\xd6\x91\x9b\x96\xe1\x30\x2d\xa3\x8b\x4e\xeb\xf2\xb2\xa8\x48\xeb\xad\xcc\x5a\x80\x47\x8d\x77\xd7\x2b\x81\x3f\x6a\xdf\x86\x57\x72\x6e\x76\x99\xdd\xb3\x5e\x35\xac\x30\xc3\x67\x1d\xed\x66\xbd\x64\x1f\x4f\x0f\x6f\x2b\xe1\xa7\x28\x45\xb2\x59\xd2\x4f\xdf\xf9\xcb\x59\x46\x66\x32\x89\x31\x24\x2d\x58\x2d\xdf\x81\x0f\x35\xf7\x0b\xe4\x36\xe3\x66\xce\x22\xd4\xb6\xea\x65\xfa\x97\x92\xd4\x5b\x4f\xef\x09\xe4\xdf\xdd\xa6\xf8\x84\x2b\xbb\x69\x9a\xcf\x8a\xc1\x2d\x13\x3d\x36\x4c\xf5\x09\x7a\x5c\xea\x51\x74\xb3\xeb\xe4\x55\xac\x12\xcb\x06\x01\x5f\xb5\xc2\x2f\xdb\x83\x21\xa5\xf4\xcb\x68\x4e\x33\x9a\x24\x2c\xe1\x2a\x7d\xb2\xa8\xd3\x93\xb2\x6b\xd9\x9c\xd5\x4c\xa2\x7d\x46\xe4\xe9\x18\x49\xd1\x0d\xc4\x96\x9b\xd2\x92\x64\xb9\x08\xa1\xdc\xfc\xc6\x10\x57\x8e\x28\x87\x7b\x01\x4c\x3a\xd1\x0c\x6a\x9b\x4d\x28\xcf\x04\x53\xad\x95\xa4\x58\x94\x67\x5c\x2f\x46\xb6\x30\x57\xf7\x03\x77\x63\xbf\x3c\xb1\x1f\x2e\xf7\xc6\xbb\xfc\x77\xd7\x9f\x2f\x04\x36\x67\x19\x54\x19\x70\x78\xf9\x41\xf1\x31\x8b\x6f\xc0\x7c\xa9\x02\x88\xb3\xad\x5d\xdb\x6d\xf1\xe1\xf4\x71\x14\xa4\xec\x8c\xa2\x2a\x71\xac\x3a\xac\x4d\x38\x5b\xcb\x26\xf9\xc4\x48\x53\x2d\x1e\xef\x27\x00\x29\xb7\x71\xf9\xd8\xb4\x19\x70\xe0\xb6\x06\x63\x61\xb1\x31\x41\xd2\xbd\x55\xaa\x5a\xc6\x49\x85\x90\xba\xb9\x3c\xcd\x92\xc1\xf6\x83\xaf\x3a\x8c\x38\xe8\x64\x47\xc3\x36\x07\x3d\xcb\xf2\xb9\xe6\xe3\x3a\x14\xd4\x0e\x8b\x96\xf5\x13\x48\x37\x77\x36\xfe\x52\xb7\x58\xc9\xac\xc4\x89\xed\xec\x8c\xfc\x6f\x71\xd3\x1c\xa2\x96\x85\xe2\x09\x12\xc5\x2e\x53\x0e\x54\x88\xe7\x07\xac\xbf\x86\x3a\xcb\xb6\xd9\xf7\x2e\x34\x85\x42\x3d\x34\x34\x11\x1d\x0e\x45\x5f\x91\x47\x46\x04\xc3\x25\x6c\xaa\x74\xe6\x4d\xca\x50\x3a\x62\xcc\x4c\x4f\x3e\x8e\xc6\x08\x0f\x5c\x2b\x5f\xbd\x04\xfb\x98\xd0\x44\xb1\x9e\x69\x18\x8a\x9e\x69\x09\x01\x9e\x94\x3c\x66\x74\x3e\x67\xd9\x50\xd8\x74\x01\xf0\x76\x48\x99\x60\xfb\x6b\x49\x3f\x71\xac\xca\x86\x2e\x54\x21\xf8\xdf\x4b\x2a\xf6\x41\x29\xc5\x28\x0a\xc0\x56\x20\xb8\xd0\x15\xa1\x58\x26\xeb\xec\x43\xd5\xeb\xa1\xea\xcd\x6b\xf3\x1a\xc3\xd5\xfd\x79\x5a\x37\x64\xbd\x6d\xfb\x77\x21\xc5\xec\x30\x74\xfd\x85\x63\xbc\x9f\x26\xbc\xfb\x65\xe3\xf1\x9f\x22\x14\x7f\x1f\xb0\xfe\xf6\x02\xd6\xdb\x8f\xed\x5a\x41\xeb\x2b\xd0\x83\x5c\x2f\xdb\x46\x08\x7b\x44\x9b\x27\x0d\x4c\xf2\x6e\xfb\xe0\x8b\x8e\x91\xc2\x05\xe4\xce\x3e\x5a\xf8\x89\xa2\x85\x1b\x96\x78\xbd\x88\xe1\x8d\xf4\xfb\xe7\x0f\x66\xac\xd6\x25\x7e\xca\x80\xc6\x15\x61\x1e\x2a\x1f\x8f\x9e\xfc\xe8\x35\xce\xb9\xeb\x09\xfc\xd9\x13\x05\x8a\x44\x99\xa1\xb3\x31\x8b\x63\xb0\x21\x1b\x65\x15\xd2\x44\x0b\xda\x71\xba\x80\x61\xbe\x54\x19\x62\xa7\x89\x14\x53\xc5\x63\x16\x54\x02\x2f\x69\x2a\x90\xb2\x0a\xfb\x9b\x24\x2c\x73\x26\xc8\x8c\x7c\xa3\xb8\x88\x58\x68\x96\xcc\x48\x2c\x99\x12\xef\x35\x6a\x06\x54\x2c\xc8\xbd\x90\x8f\x09\x8b\xa7\xb0\x43\xd5\xc1\x1c\x10\xce\x7a\x84\x6b\xff\x59\x06\x39\xae\x32\xd7\x43\x33\x76\x08\x2c\x41\x11\x90\xd9\x6f\x83\xfa\x89\xbe\x99\x0f\x87\x84\x9c\x09\x32\xa1\x91\xee\x95\x2b\x37\xc7\x12\x0b\xe2\x3d\x30\x11\x4e\xbc\x68\xe4\xc9\x82\x59\x1b\x83\x57\x2b\xd4\xe6\xce\x9b\x21\x80\x7e\xc2\xe9\x56\xa1\x29\x0f\x74\x1b\x64\xbe\xcf\xb9\xb2\x3e\x4c\x44\x73\xc5\xf1\x5a\xf8\x0b\x0f\x49\x0c\x65\xc1\x30\x5a\x73\x49\xcd\x77\x5a\x99\xca\xba\x63\x29\xe2\x88\x6c\x35\x32\x6b\xe7\x85\x76\x71\xb9\x63\xf9\x28\x94\xce\x18\x4d\xad\x6d\xcd\x30\x6f\xf0\x41\x63\x14\x91\x19\x3d\xcf\xf0\xd2\x5e\x67\x8b\xcf\xb9\xb8\x37\xbb\x5b\x80\x30\x43\x75\x47\xe8\xb9\x61\xd3\xbe\xe7\x82\x96\x22\xe4\x37\xd8\xb5\x25\x18\xc3\xcb\x3d\x13\xe3\x45\x1b\xfe\xb5\xa6\xab\x20\xa9\xd7\xd0\xc4\x89\x82\x92\x96\x64\x0c\x15\x97\x0d\xab\x73\x30\xb0\x9a\x82\x35\x6c\xc6\x92\x79\x50\x15\x6e\x4e\x33\xad\x1c\x01\x21\x18\xa3\xe1\x0e\x69\x2e\x30\x13\x1f\x35\xc4\x47\x8b\xb9\x67\x0d\xa1\x45\xe3\x87\x43\x71\xa6\xdf\x2b\x73\xbe\xa4\x98\x26\x0b\x42\xe3\x07\xae\x0a\x40\xec\x48\x0a\x95\xa7\x2c\xab\x54\x5b\xc5\x28\x19\x42\x1d\xad\x98\xb1\x59\x50\x5a\x1e\xbb\xea\xdf\xe6\xc7\x31\x9b\x98\x7b\x6f\x4e\x33\xe5\x5c\x2a\x0d\xee\x10\xbb\xb9\xb1\x59\xab\x17\x3b\x93\x3f\x85\xc7\x0e\x31\x9b\xf1\x84\x52\xab\xbb\x1c\x55\xcf\xa7\x2c\x4a\xe4\xb7\x45\x28\xd7\x26\x45\x96\x5f\x4c\x76\x15\x4e\x57\x41\x45\x38\xb8\xa2\x1c\xdd\xdf\xa6\x1f\x27\x03\xe1\xe0\xd6\x32\xff\x54\x26\x68\x47\x8d\x36\xb4\xf0\x6c\x32\x0e\x97\x82\xd2\x54\xf3\xc8\x8a\x5b\x32\xb3\xec\xc9\xb2\xaf\xf6\xad\x3d\xdd\x12\x1a\x55\x45\x34\xa9\xef\xf0\x12\x8b\x3b\xbe\xbf\x9c\xf7\xd9\xe3\x86\x6d\x2f\x8d\x36\x8f\x64\x92\xac\x03\x74\x5b\x99\xf9\x49\xf1\xf9\xf2\x11\x15\xfd\x98\x0d\x70\x7b\x01\xa7\x06\xfd\x16\x34\xb1\x92\x85\xd2\x76\x97\xc2\x97\x90\x87\x2e\xac\x5f\x64\x28\xe4\x04\xa0\x90\x93\x36\x8f\xc6\x3c\x93\x29\x5f\x07\xc2\x0a\x8d\xfc\xd7\x2e\x02\x69\x85\xef\xd9\xc5\x29\x41\xd5\x5e\x24\x2f\xdb\x23\xc4\xaa\x52\x81\x72\xc6\x92\x33\x94\xd2\xf9\x46\x0b\xbe\x4a\x4b\xee\x93\x14\x4d\x14\x76\xf5\x14\x96\x86\xbe\x67\x0b\x40\xb8\x49\x1e\xe9\xa2\x88\xc9\x6f\x03\x27\x12\x6b\x91\xc3\x9d\x79\xfd\x4c\x4c\xe4\x1a\x87\xb3\x88\xa1\xb7\xa7\x8f\x3a\x9a\x0d\xce\x9f\x8f\x07\xc3\xdd\xc7\x35\xed\x72\x1e\x4f\x9a\x88\x7a\xed\x93\xe9\x56\xf0\x29\x45\xf6\x90\x89\x84\xd2\xfa\x3a\x77\x6b\xf9\x68\x05\x2d\x12\x18\xce\xf2\xa5\xfa\x5c\xa2\xc3\x9d\xaf\x51\xa5\x1d\x82\x9a\xa1\x0b\x24\xb8\x6a\x6e\xf5\x19\xd6\xcc\x1e\x92\x4e\x8b\xb5\x65\xd2\xd0\x7a\x20\x4b\xae\x47\x0f\xad\xd4\x7c\x42\x57\x22\x48\xae\xa3\x91\x4c\x8c\x24\x64\x4b\x90\x7b\xaf\xa4\x0d\xcf\x9c\xf0\x84\xa9\x43\x72\xd6\xa0\x9d\xb8\xe0\x48\x90\xd1\x00\x80\x12\xc2\x44\x9c\xf4\x94\x67\x3c\x28\x02\xe4\x64\x24\xc2\x01\xa4\x38\xb4\x79\x64\xcc\x8c\x39\x42\x9f\x8b\x44\x44\x25\x88\xcc\xc8\x38\xd6\xa9\x37\xc2\xaa\x06\xf3\x9d\xe1\x05\xdc\xa6\xd1\xc6\x6c\xce\x44\xec\x3f\x90\xe8\x2f\xa3\xb6\xce\x59\x31\xaa\x96\x2d\xdd\x05\xac\x79\xf7\xd8\x53\xd7\xeb\xad\xf9\xa2\xbe\x37\x8d\x23\xbc\x2d\xb7\xbe\xf6\xe8\xbc\x94\xbf\xbe\x03\xe9\x23\x7c\xea\xac\x59\x94\x4c\x32\x06\x06\xcf\xd4\x27\x73\x89\x98\x65\x4a\x4b\x09\xf7\xdd\xcd\xe9\x8f\x47\x77\x67\x84\xe9\x08\xca\x38\x0f\x45\xa4\x1e\x7a\x46\x3c\xfe\x5b\xce\xb4\xf9\xb9\x25\xd8\x99\xa7\x4c\x28\xe0\x04\x5c\xd7\x72\x84\x9b\x17\xd2\x2d\x8c\xf9\xef\x69\xf9\xfb\x25\x24\x5f\x0b\x9d\x07\xda\x75\x98\xd7\x40\xa6\x80\x97\x6a\x8b\x76\x34\x50\x0c\xba\x6f\x07\x4d\x95\x93\x36\x08\x95\x13\x7f\xcd\xc5\x9a\x42\xd7\x49\xf1\x51\x30\x8a\x16\x99\x2e\x9d\x53\x00\x14\x5b\x2f\x06\x0f\xbf\x69\x6c\x7d\x15\x13\x29\x52\x12\xac\xa3\x9b\x14\x45\xa6\x88\xce\x18\x03\x16\xe2\xe9\xc9\xde\xf5\x36\x05\xcc\x4f\x2c\xf8\xe8\x70\x28\x3e\x3b\x03\x6c\xf1\xab\x72\x4d\x60\x5c\xa7\xc7\x59\x2b\xb7\x02\xcd\xc6\x5c\xf9\x1f\x00\x2d\x57\xe5\x89\xc6\xba\x07\x13\x2e\x68\xe2\x07\x8a\x4f\x9a\xb8\x44\x46\x45\x34\xbb\x90\xf1\x76\xc0\x51\x93\x11\x4b\xd6\x91\x44\xcf\x26\x83\x44\x19\xfa\x8e\xee\x5b\x4e\xe7\x26\x95\x3d\x8a\xc9\x04\x55\x6c\x28\x46\x15\x59\xab\x5f\x82\x55\x14\x18\x01\x93\x5d\x35\x72\x12\x93\xa3\xcc\x2e\x5a\x49\x1d\x2d\x76\x18\xb2\xe4\xc3\x11\xa0\x17\x42\xf5\x50\x64\xb9\x00\x24\x4f\x6f\xc0\xa7\x44\xb1\x8c\xa3\x25\x3d\x92\x02\x65\x00\x6b\x8a\x99\x1a\x36\x61\x24\x3f\xf0\xe2\x48\x01\xfa\x99\xcc\x15\x44\x3f\xa5\x4c\x9b\x0b\xea\x1b\xa8\x19\x86\x2e\x94\x1e\x99\x67\x3c\xe5\x9a\x3f\x30\xf5\xa1\x61\xeb\x4e\xa8\xa6\x89\x9c\xf6\x33\xcd\x27\x34\xd2\xb7\x74\x2b\x0d\x9c\xda\x66\x36\x75\xc7\xbb\x61\x90\xb3\x53\xb3\xf8\x53\x26\x20\x63\x39\x06\x9d\xbc\xf9\x08\xc3\x93\x8d\x38\x37\xd4\x2e\x88\x10\xed\x5d\x79\x8b\x05\xcd\xb5\x4c\x8d\x7e\x4b\x93\x64\x01\x28\xee\xe6\xc9\x8c\xaa\x99\xdb\x68\x84\x7e\xef\x72\x37\xd9\xc5\x3d\xa1\xd1\x8c\xdd\x68\xaa\xf3\x46\x93\xe3\xea\x32\x45\x27\xfd\x93\x1f\x06\xa3\xd3\xb3\x9b\xfe\xf7\xe7\x83\xd3\x60\x3e\xf6\xc9\xe7\xb3\x9b\x9b\xfa\xaf\x3f\x9c\xdd\xd6\x7f\xbc\xba\xbc\xba\x3b\xef\xdf\x36\xb5\x72\x7e\x79\xf9\xe3\xdd\xd5\xe8\x63\xff\xec\xfc\xee\x7a\xd0\xf0\xe9\xdd\xad\x7f\x68\x9f\x35\x56\x3a\x6a\x19\x6d\xf5\x9c\x1d\x90\xf2\x8b\xc7\xe4\xae\x0a\x23\x69\x43\x30\x30\x55\xeb\x91\x2a\xc3\xaa\xe8\x38\x61\xf1\x50\x10\xf7\xb9\x99\x7b\xdb\xa7\xe8\xa4\x8a\x66\x8c\x24\x52\xde\xe7\x73\xcb\xc1\x30\xde\x5b\xd8\xca\x5e\x4c\x05\xad\xfd\x70\x76\x7b\x5c\x87\xb3\xf4\x8d\x05\x19\xd9\x8e\xd4\x61\x5c\xd4\x71\x4d\x30\x99\xcc\x33\xf6\x00\x67\xd2\xfb\x2a\x83\x1e\xfc\x06\x2c\xeb\x07\x5b\xa3\x42\x57\xba\x89\x63\x5b\x07\xce\x4d\x2c\x68\xb8\xbc\x7d\xcb\x56\xd3\x2f\x07\xe2\x77\x93\x31\x8b\x68\x8e\xae\x3c\x73\x1d\x65\x99\xcc\xc2\x01\x17\xdb\xbe\x65\xa3\xef\xea\x52\x46\xb9\xd2\x8f\x82\x33\x62\x3e\x09\x4e\x8e\xd1\xbe\x41\x33\x77\xd8\xb1\x33\x8b\xf1\xcd\x15\x7a\x1b\x0a\xff\x0b\xc0\xa2\x19\xce\xed\x31\x3e\x39\xf8\x06\xa9\x26\x8f\x0c\x82\xfe\x73\x0b\x9e\x8d\x1a\xb2\x39\x81\xd0\x1d\x5a\xb5\x5d\xc5\x86\x52\x32\x40\x2b\xcb\xdc\x85\x58\x6c\xbe\x57\xac\x89\x5d\x6e\x11\xb9\x7d\x8a\x8d\x02\x0f\x75\x8e\x5a\x18\x71\x8b\xff\xc0\xf1\xec\x06\x3b\xf6\x12\x29\xa8\x7e\x6f\xac\x60\xe9\x86\xb9\x76\x19\x8f\xcb\x56\x2b\xc1\xc5\x75\x1f\x58\x09\x52\x6c\xe5\x5a\xdd\xca\x98\x2e\x0c\x71\x40\x84\x84\xca\xe7\x73\x99\x69\xd2\xd2\x06\x46\xfb\xe1\xf8\xe0\x66\xb0\xf3\xf0\x2c\x0a\x1a\x31\x72\x80\x6a\x40\x74\xed\x96\xc0\x63\xd7\xb5\x38\xf7\x21\x12\x00\xa8\x6b\x1e\xf6\x23\x2d\x29\xbe\x25\x0a\x6d\x12\x51\xb7\x89\x8b\x5a\xab\x8c\x60\xdb\x08\x1a\x2a\x0a\x86\x91\xb9\x6c\xa2\x47\x8d\xfe\x99\x25\xa6\x48\xd3\xa2\x68\xcb\x7b\xe4\xd3\xd9\x0e\x5a\xec\x2e\xcf\xff\xc1\xfa\xcf\x8c\x10\x1f\xe8\xf2\x99\x94\x1a\x25\xc9\x42\xdb\xf0\xb8\x30\x60\x08\xb0\x9d\x22\x46\x4c\x21\xae\x19\xe9\xfc\x5e\xc8\x47\xe1\x6d\xf0\xea\x70\x28\x06\x14\x6a\x7a\x79\x95\xc1\x86\x40\xa0\xbc\xbe\x52\x52\x5f\xba\x2f\x1b\xc9\x26\x83\xbf\x84\x92\xc2\x45\xf9\x9f\x9f\x6e\xcb\xff\x2a\x49\x15\xe7\xb7\xe5\x7f\x2d\x97\x2a\x82\x86\xeb\x92\xc4\xa7\xdb\x63\xf2\x09\x32\x23\x32\x72\x3b\xa3\x78\xdf\x9e\xdf\x1e\x93\x73\xa6\x14\xfc\xd2\x70\xf7\xa0\x3b\x91\xb8\xe9\x17\x98\xcf\xac\xa2\xd7\x55\x17\xd0\xd7\x58\x7a\xd6\x38\x8d\x76\xd0\xa9\x82\x79\xd8\x32\xb2\x89\x2f\x16\xca\x62\x52\xfa\xae\x0b\x0b\x42\x03\xbf\x93\x76\x71\xc2\x16\x0b\x49\xb3\xb9\x75\x42\xe0\x3c\x8b\x14\x21\xf0\x63\x9b\xae\x0e\xc9\xcf\xce\xc8\x05\x21\x2f\x45\xfd\x37\x8d\xd7\x76\x42\x17\x0e\x78\xa5\x69\x61\x77\x81\x65\xb2\xeb\x20\x98\xe5\x0b\xec\xf3\xb6\x1b\x56\xb9\x64\x6b\x10\x02\x8d\xcf\x6b\x44\xfc\x9d\xf8\x8f\x6e\xd8\xf2\x90\xe0\x8f\x50\xce\x05\x11\xcd\x41\xcc\x31\x97\xd1\xff\xc0\xcd\xc2\x80\x73\x07\xd4\x6e\xcb\x6b\x58\x67\xb1\x61\x40\xe0\xec\xc4\x78\x74\x32\xe1\x49\x02\xc2\xd4\x21\xe9\x43\x35\x34\xa8\x73\x65\xe4\x09\x17\x58\xc5\xa7\x42\xae\x8a\xe5\x68\x21\xa6\x28\x20\xa6\x9b\x76\x62\x52\x40\x4d\x45\xba\xce\x6e\x28\x6a\x07\xa9\x9b\x86\x39\xd3\x3a\x48\x5f\xf7\x84\xcd\x35\xec\x14\x2f\x11\x17\x55\x1b\x6e\xf0\xe1\x3f\x9b\x87\xfe\x29\xa7\x19\x15\x1a\xa2\x7d\xac\xfa\x92\xb1\x20\xea\x94\x7d\x81\x78\x3a\x81\x36\x6f\xf8\x29\xdc\x5c\x17\xdd\x30\xe5\x0f\x4c\x10\x1e\xf7\x08\x3f\x64\x87\x3d\x5b\xd8\x5c\xe5\xe3\xe2\xcd\x99\x11\xbf\x86\xa2\x96\x86\x78\x48\xfa\x89\x92\xf6\x0b\x26\xa2\x04\xaa\x0f\x06\x81\x49\x9e\xf2\xad\x07\x6d\xbc\x00\x25\x0d\xb6\xb2\x68\x5e\xda\x07\xc1\x87\x43\x41\x15\xba\xff\x13\x38\xe9\xc5\xef\x4d\x15\x46\x4b\x21\x21\x4f\x88\x30\x5b\xbb\x86\x9e\x6c\x93\xb0\xf4\xc4\xb2\x0d\x82\x37\x60\x63\x8a\xf4\xd0\x20\xd1\x92\x7c\x43\x35\x49\x18\x55\x9a\x7c\xf7\x61\xad\x30\x18\x37\xc1\x82\xbb\xda\xe3\x5b\xc4\x08\xbb\x20\xc3\xb6\x62\xe9\x50\x1a\x88\x50\x22\x58\x90\xb0\xd0\x33\xfb\xac\x25\x79\xe0\x2a\x87\x82\x8e\x41\x5a\x03\x96\xe4\xc3\x04\x1c\x88\xd3\x44\xbd\xb3\x85\x8f\x38\x48\x31\xeb\x29\x2e\xea\x7b\x57\x29\xcb\x6a\xa0\x1c\x75\x5c\xc8\xbc\x2f\xc2\xfd\x66\x54\x0f\x85\xe5\xac\x2e\x42\x26\x28\xbe\xd5\x4f\x92\x72\x88\x1d\x85\x28\x52\x61\x26\x0c\xe5\x28\x0f\xfd\x02\x5d\x80\x0e\xeb\xa3\xb2\xca\x05\xea\xfd\x61\x31\xea\xee\x50\xf8\xb4\xe6\xb0\xed\x46\x71\xb1\xc9\x94\xfe\x6c\x9a\x44\x63\xf7\xe7\x58\x17\xb4\x83\x36\xc1\x9a\x86\xbc\xe2\x60\xd5\xdd\x17\x4b\x94\x8b\x5d\x77\xd0\x5d\xd7\x68\x76\x05\xc0\x35\xfb\x28\x1b\x3c\x0b\x2d\x9b\x1b\xc8\x16\xdb\x58\x31\x7c\x78\xe0\x73\x39\xb7\x4b\x43\x3f\x8b\x21\xdc\x7f\x35\x17\x2c\xc2\xe7\x1d\xeb\x00\x9b\x3e\x8f\x83\x68\xde\x20\xd4\x11\xa2\xbd\x1d\xe3\xb3\x6f\xb6\x38\x99\xe7\x6f\x7b\xfa\xbd\x62\xfe\x6e\x2a\x3e\xde\xaf\x3e\xf1\x76\x61\xaf\x1f\xff\x95\x46\x4c\x44\x0b\xec\xc9\xa5\x67\xd6\xf3\xae\x1d\x5a\x1d\x05\xbf\x45\xa3\x78\x68\x4b\xfc\x1e\x92\x01\x5c\x34\xae\xe2\x2f\x9d\x38\xdf\x4b\xf0\xf2\x50\x18\xcd\xc4\xa5\x69\x06\xed\x97\x49\xbc\xe9\x04\x20\xe6\xc3\x56\x6e\xab\x74\x35\x6c\x72\x9b\x36\xe1\x20\x27\xa0\x0d\x80\x0e\x25\x83\xe9\x31\x89\x65\x74\xcf\xb2\xa3\x8c\xc5\x5c\x1d\x43\x18\x81\x6e\xf5\x5f\xa6\x54\xb4\xfa\x5a\x76\x5f\x7d\xbf\x5e\x2b\x37\x85\x32\xb6\x10\xe7\xed\x0a\x54\xf5\x08\x9f\x80\x3a\xe1\x52\x3e\x30\x0f\xc4\x65\xb5\x32\xa1\xb3\xc5\x5c\x72\xa1\xbd\x3d\xb0\xb2\x10\x4e\xd3\x30\x42\x5b\x5b\xd4\x73\xb6\x8b\x70\xa3\x0d\xa7\x7d\x3b\x63\x8a\xb9\xd8\x0a\x9c\x94\x96\x04\x1d\x4a\xc8\x2e\xe6\x54\xcf\x14\x24\xad\x94\xd7\xc0\x2a\x5d\xf0\xa9\x59\x21\x3a\x87\xd0\x0c\x34\xf3\x14\x1f\xf9\xd4\x0a\xa5\x79\x92\x0c\x85\x60\x2c\x56\x04\xf2\x4b\xde\x37\x26\x47\x99\x4f\x7b\x84\xc6\x31\xf9\x9f\xdf\x7c\x3c\xff\xe5\x76\x30\x3a\xbb\x00\xc3\xfd\xd9\xf9\xe0\x43\xcf\xff\x78\x79\x77\xeb\x7f\x45\x13\xd5\x03\xcb\x48\x4a\xef\x41\xc5\x13\x0a\xe5\x3f\x48\x40\x08\x47\xea\xd2\xc6\xcc\x13\xc5\x5c\x50\xaf\x15\x53\x3c\x52\x8a\xdd\xc3\xd6\xfa\x73\x68\x38\x5d\x43\xf9\xbd\xf6\x9f\x2c\xa7\x41\x47\x3c\xbe\x0b\x27\x06\xa6\x4c\x68\xc3\x63\xac\xc9\xb4\xd0\x7d\x0b\x82\x63\x62\xca\x45\x5b\xe8\x21\x13\x0f\x4f\x29\xc4\xff\xc8\x16\x3f\x19\xf5\xfa\x8a\xf2\xee\xe0\xd4\x03\xf1\xc0\x33\x29\x60\x6a\xde\x2e\xe8\x4f\x8c\xd1\xd3\xa9\xaa\x1e\x2a\x85\xb2\x30\x84\xa3\xcc\x5b\xc3\x5b\x9b\xf0\x1e\x5e\x7c\xba\x36\xd3\x9f\x7d\xd1\x99\x4b\x50\xf4\x60\x05\x0f\x94\x27\x10\x9a\xec\x2e\x9a\x82\x06\x87\xe2\xf6\xf2\xf4\xf2\x98\xb0\x84\x8e\xa5\x03\xbd\x9e\x01\xcc\x15\x36\x61\x17\x0c\x2a\xbf\xfb\x86\x4a\xc9\xa9\x3d\x32\x2f\x92\x53\x43\x23\xda\x21\xb6\xb1\xaa\x30\xac\xcc\xea\xa9\x9d\xbb\x55\x01\xed\x64\xaf\x64\xd6\xe5\xfa\x37\xaf\xc1\xd2\xc9\xb9\x51\xe4\x2a\x9c\xd7\xde\xcd\x13\x46\xb1\x26\x23\xfa\xd6\xac\x43\xc4\xc6\xea\x26\x49\xa9\xc4\x8b\x39\x38\xea\xd0\x46\x1b\x14\x6f\x4a\x41\x7e\xfc\xb3\x22\xe3\x5c\x0f\x45\xb9\x0d\x29\x48\xff\xe7\x1b\xf2\x3d\xd5\xd1\xec\xc3\x50\x5c\x1a\x35\xf3\xc7\x3f\xb7\x64\xd1\xaf\x0d\x42\x62\xd6\xe4\x94\x6a\x7a\x2e\x69\xcc\xc5\xb4\x09\x81\xa4\x30\xfd\x0e\x6e\xfb\xc7\xe4\xd2\xea\xf0\x3e\xf1\xb5\x40\x0d\x0a\x1a\x02\x86\x0c\x13\x71\x5c\x04\x58\xb9\x28\xa3\x34\xa0\x66\x06\x17\xd6\x50\xdc\x22\xf4\x8a\xe1\xaa\x5c\x93\xb9\xb4\x38\xe1\x46\x2b\x43\x50\x1a\xf4\x05\x58\x4b\xa2\x59\x1d\x20\x63\xbf\x19\x56\x1e\x03\x79\xa6\xce\xec\x87\x02\x14\x74\x9f\x8c\x98\xc8\x88\x26\x10\x7e\x78\x10\xd8\xf4\x8c\xda\x2e\x73\xc8\x0c\x83\xb8\x1f\xb1\x28\x47\x09\xfb\x64\x45\x2f\x94\x85\x1b\x05\x06\x00\xd8\x47\xeb\x91\x4e\xa5\xe1\x38\x87\x43\x71\x36\xc1\xe8\xc4\x04\x57\xc7\x7c\xc8\x04\x38\xe5\xdd\xb2\x98\xa7\x8e\x1f\x41\xad\x5a\xf4\xcd\xd2\x08\xfc\x1f\x62\x01\x91\xea\x80\x2d\x2c\x21\xca\xa5\xe0\xce\x96\x28\x6b\xbb\xe8\xef\xc4\xe0\xb3\xa1\xc0\xa0\xc8\xd2\xbe\x84\x89\xdb\x41\xef\x52\x40\xcc\x66\x71\x5d\x7a\x01\x63\x6e\x63\x38\xad\xac\x3f\xcf\xd8\x41\xcc\x34\xcb\x52\xb0\xf7\x84\x6b\x6a\x6e\xd8\x43\x72\x1d\xaa\xd7\xb1\x8c\xf2\xd4\x01\xa8\x41\x06\x9d\x0d\xf6\xb3\x97\xa8\xa7\x10\xbc\xd8\x57\x51\x3c\xcd\xa2\x19\xd7\x0c\xd2\xdc\x3a\xeb\xc7\x48\x30\xfd\xf0\xd3\xba\xa4\xde\x2e\xf8\x02\xef\xd8\x2e\x40\x0f\x1b\x1a\xcd\xcb\x2d\x95\x5a\x5b\x8d\xff\xb4\x02\x8c\xff\xa2\x00\x79\x92\x19\x08\x5b\xec\xcb\x5c\x82\x91\x1b\xb3\x28\x65\xfc\x5e\x91\xb3\x2b\x23\x01\x19\x8d\xd7\x9f\xc1\x5c\x69\x8c\xa3\xc3\x72\x0c\xf0\x35\x66\x46\xf4\xc8\xb7\x58\x44\x34\x22\x5f\xdc\x1f\x7f\xfa\xf7\x7f\xff\xe3\x9f\x36\xa9\xc9\x00\xed\x16\x6b\xe4\x21\xdb\xcb\x22\x51\xb8\x03\x75\x4e\xb5\xc5\x2e\xd8\x03\xd8\xb6\xfc\x9b\x00\xee\x04\x61\x52\x74\x6a\x4f\xb8\x0a\x4f\x26\x29\x1d\xcd\x22\x1c\x43\x31\xdd\x2b\x73\x08\x2f\xec\x5a\x89\xfe\x7f\x2c\xc1\xa9\x18\x99\xa3\xb2\x59\x38\x17\x4f\xbc\x78\x6d\x1a\x21\xdf\x58\xfb\x9f\x06\x0f\xec\x07\x77\xc1\xc9\x24\x66\x99\x2d\x40\xec\x4c\x76\xde\x90\x08\xcc\x81\x7d\x99\x27\x32\x76\x28\x48\x8a\xcd\x29\x08\x10\x86\x19\x1c\x0e\xc5\xc0\xd5\xa3\xb5\xd5\xf0\xe1\x23\xf4\xbc\x4c\x68\x84\xe0\x3f\x8a\x7c\xf3\xe5\xd8\xfc\xd6\x23\x8b\x63\x88\x97\xed\x91\xbf\x1f\xdb\x3c\x79\x9a\xe9\x91\xf9\xe9\x83\x93\xb5\x6d\x13\x30\x68\xae\xc8\xfb\xa3\x07\x9a\x61\x19\xbb\x23\x1c\xd1\x7b\xcb\x59\x7d\xed\x89\x50\x36\x4f\xa4\xbc\xb7\xb1\xc4\xb5\x0f\x8f\x1c\xe6\x06\x90\xb7\xf7\x9b\xe0\xd6\xdb\xb0\x70\x23\x47\x1e\xd8\x6a\xba\x87\xf3\x31\x39\xfc\xab\x92\x82\x1c\x2e\x68\x9a\xd8\x5f\xdd\x53\x1b\xea\x4c\x15\x71\xf5\x94\x5d\xa0\x53\xb2\x40\x4b\xe9\xf7\x89\x1c\xc3\xac\x3e\xbb\x99\x62\xb0\x30\x0c\xb4\xb8\x7d\x8a\x0b\xcb\x4e\xc4\x4a\x52\x88\x1c\x90\x4a\x8d\xaf\x00\x8f\x6b\x9a\xd5\x17\x3f\xa4\xff\x42\xc7\x3a\x2c\x8a\xcb\x57\x44\xe3\xb0\x0f\xd4\x33\x8d\x7e\x21\xdf\x58\x16\xf4\xc1\xdc\x31\x36\x32\x1b\x97\xa1\xa9\x83\x85\xef\xe0\x97\xa0\x03\x2e\x88\x75\x19\xb7\x7f\xf9\xf7\xa3\xc3\xc3\x43\xff\xf5\x85\x99\xca\xff\x4f\xb8\x56\x2c\x99\x60\x4b\xee\x06\x5b\x0c\xc5\x67\x87\xaf\xea\x8c\xd7\x05\x9a\x0f\xd4\x41\x8e\x64\x42\x0e\x0a\x83\x6e\x2c\x23\x45\x7e\x67\xc4\xda\x60\x29\xe1\x47\xa3\xc7\x35\x9f\x29\x0b\xe8\xf6\x4c\x87\xca\x1a\xc4\xab\xc7\x2a\x04\xf0\xf0\x8a\x2d\x55\x21\x58\x2f\xd0\x82\xa1\x9c\x23\x0b\xf2\x91\x65\xe6\x65\xf6\x45\xc3\xa3\x16\x0c\x95\xc6\xa8\xfd\xe6\x9b\xb2\xc6\x6e\x0b\x28\x15\x24\xeb\x96\x05\xb0\x48\x17\x96\x33\xe0\x3c\x7b\xa1\xfb\xc4\x5c\x2e\x22\x44\xfc\x54\x79\x9a\xd2\x6c\x71\x54\x9c\xb6\x3a\x71\x16\xf0\xdd\xc0\x63\x12\xb7\x00\xe0\xc2\x4d\xec\xd1\xb2\x61\x20\x56\xbc\x74\x37\x9a\x3f\xbb\x11\xd4\x0b\x81\xa0\x44\xac\x96\xc3\x44\x24\x63\x4b\xd7\x45\xa2\x6d\x59\x62\xf1\xef\xd4\x65\x15\x17\x56\xa4\x0a\x63\x9c\xd0\x98\x7d\x6f\xdf\x70\x1f\xb7\xb0\x6f\x39\x82\x42\x5d\x6c\xba\x86\x7b\xf4\xec\xf2\xc6\x7d\xd3\xfd\xd2\x85\x75\x28\x8b\xec\xd4\x69\x89\xce\x22\x91\xd1\xc7\xe2\xfa\x85\xe0\x18\xb4\xce\xe4\x3e\x0d\x19\xff\x7d\x22\xaf\x78\x62\x6e\x2d\xa0\xf1\xc3\xa1\x28\xfd\xdc\x23\x2c\xe1\x29\x17\x3e\x40\x11\x99\xbb\x9c\xa0\xf4\x7c\xcf\xb5\xd9\x32\x15\xdf\x1b\x0e\xe6\x10\x1d\x02\x95\xaa\x2f\x16\x8e\x74\xbc\x63\xca\x5a\x20\x72\x65\xc6\x55\xe8\xe8\x46\x98\x35\x4d\x1c\x58\x81\x94\x07\x84\x07\xe7\x77\x28\x4c\x6b\xee\x2c\x15\x91\xd1\x41\x7b\x41\x73\x07\x0e\xf7\x32\xe0\x00\xd0\x47\x29\xbc\xd9\xcb\xbf\x0d\x02\xca\x40\xe4\xe9\xb6\x79\x35\x36\x52\xfa\xa5\xcc\x74\x57\x45\xe5\x7f\x9b\xa3\xc5\x44\x9e\xba\x03\xb5\x06\xc5\x0d\xac\xf8\x13\xb3\x28\xa1\x70\x77\x40\x43\x10\x3e\xda\x43\x07\xe9\x3c\xe8\x0b\xaf\x17\xec\x06\xa1\xb4\x13\x26\xbe\xc1\x7f\x7f\xf0\x95\xeb\x7b\xf6\x3e\xcf\x94\x03\xfa\xb3\x7b\x0e\xa5\x58\x58\x8c\x36\x74\x00\xa4\x9b\xd2\x2c\x46\x6b\x79\xa8\x55\x60\xb2\xb2\x91\xbf\x16\x32\x27\x8f\x5c\xcd\x86\xe2\x56\x3a\x83\x23\x11\xd2\x43\xfa\xf5\x40\x19\xad\xf5\x47\x15\x30\x01\x18\x75\x13\x05\x40\xcc\xee\x36\x69\x55\x10\x09\x3c\x12\x32\x66\x6b\x26\x04\xd4\xed\xad\xce\x0f\xe1\xfc\xd7\x19\xc3\xd4\x37\xb8\x29\xda\x32\x87\xb1\x24\xff\x16\x1d\xc3\x12\xb8\xd2\xfe\x50\x76\xeb\x51\x6c\x8a\x61\xe2\x6f\x35\x68\xc5\x69\x9c\x41\xe2\x73\x69\xed\x3d\x50\xde\xb6\x9b\x10\x95\xb3\x72\x56\xae\x80\xbf\xfa\x70\xee\x11\x2c\xbb\x8f\xd2\xa6\x64\x9a\xc9\x7c\xee\xd1\x01\x5c\x66\x23\x6e\x83\x95\x69\xce\xc4\x44\x1e\x5b\x9d\xea\x9c\x8b\x7b\xa4\xf8\xa7\xda\x23\xc4\x42\x64\x31\x09\x7e\x77\x77\x18\xae\xf8\x01\xe1\x22\x4a\x72\xb8\xf8\x94\xa6\xd1\x3d\xe2\x39\xb6\x19\x7d\xcd\x37\xa3\xd5\x79\xa3\x2d\x12\x53\x9e\x24\xb6\xdb\xe2\x02\x2d\x4a\xc5\x3d\x70\x4a\x28\xb9\xbb\x3e\x6b\xee\xfb\x9e\xd7\x9d\x39\xcd\xb7\x67\x99\x40\xe0\x7f\x7e\xe4\x6b\x05\xae\x56\x90\xb3\x59\x89\xd4\xbd\x71\xa9\x0d\x6e\xad\x72\x7b\x6f\xe9\x3d\x36\xb7\xd0\x28\x6d\xa0\xd4\xe6\xc9\x17\x1d\x9f\xda\x8f\x3f\x9b\x6f\x9b\x77\xe4\x33\xe4\x6d\x79\xa8\x8c\x94\x0a\x33\x41\xd7\x6b\x8b\x2d\x06\x2f\xc6\x8d\x86\x74\x37\xdf\x68\x40\xd8\x63\xc7\x2a\x0f\xb6\x2b\xd7\xca\x23\x9a\x23\x69\x82\xea\xb6\x9e\x81\x26\x56\xa0\x23\x9b\x8d\x2d\x6b\x64\x88\xa4\x9c\xd0\x6c\x8a\x72\xa2\x62\x5a\x7d\x68\xd8\xe1\x22\x7e\x7e\x8b\x1d\xde\xa0\x02\x4d\xe8\xfe\x01\x29\x64\x19\x07\xf0\xa3\x2c\x63\x41\x79\xe6\xe4\x6b\x39\xd9\xbb\x83\xab\x10\xc4\x3e\x92\x59\x06\x98\x85\xb1\x91\xc6\xdb\x51\x32\xb6\xac\x44\x76\x41\x53\x9f\x03\xee\xea\x21\xd9\x54\x1f\x1c\xdc\x98\x01\x30\x58\xfb\x18\xb6\x2e\x39\x16\x0e\xc1\x96\x00\x69\x1b\xc1\x50\xf4\xdd\x2b\x3e\x8f\x14\x44\xdc\x0c\xe5\x10\x08\x93\xc3\xa0\x50\x10\x33\x69\xb1\xea\x76\x72\x2d\x93\x58\x37\x5d\xaf\x5a\x35\xcd\x88\xb9\x1e\x49\xd0\xe2\x23\x5b\x7d\x67\x05\x36\xf5\xc3\xfa\x45\x25\x9b\xa1\x38\xa2\x6a\xd1\xbf\xa6\x8e\x57\x8b\x94\x0e\x23\xc0\x36\x14\xd6\x19\xc4\x50\xba\x64\x51\x90\xa9\x59\x71\x54\x4d\x2a\x9d\xd5\x4f\xab\xde\x8a\x1b\x73\x9a\x8e\x32\xd9\x0e\xde\xdd\x61\x99\x5c\x13\x25\x35\x77\x86\x00\xaf\x0b\xf2\xb7\x9c\x26\x68\xed\x17\x96\x1c\xdd\xb0\x41\x62\xf8\xc3\x9f\x48\x1f\xae\x4b\xf2\x19\xf8\x22\xf8\x39\xa1\x35\x2d\x09\x4f\xe7\x2c\x53\xd2\xe8\x63\x2d\x9b\x7c\xff\x67\x35\xb2\xe8\xcc\x23\x1a\x45\x32\xaf\x23\x31\xaf\x31\x93\x86\xd6\xc2\x49\x51\x72\x9f\x8f\x59\x26\x18\x22\xf5\xc3\x7b\xc4\xbd\xd7\x69\xb8\x92\xe6\x7a\xf6\x87\x51\x94\xf0\xce\x90\xd1\x90\xa5\xd2\x37\x9f\x9d\xe0\x57\xcb\x26\x50\x6a\xbf\x34\x74\x41\xf0\x19\xc1\x67\x87\xe4\x7b\x1a\xdd\x33\x11\x93\x79\x92\x4f\xb9\x4d\x1f\x87\x1b\x0a\xd8\x65\x60\xa5\x2a\x4f\x0c\x55\x5e\x6c\xdf\x5c\x43\x43\x91\xd2\x7b\xd0\x90\xbe\xd8\x58\x74\xa3\x69\xae\xa5\x6d\x79\x7a\xa8\xe1\x68\xb8\x5c\x67\x5f\x15\x01\xcf\x87\xc6\xf3\x01\x76\x25\x40\xa6\xcb\x05\xa1\x00\xc5\xf1\x5e\x91\x7c\xee\x8c\x1f\x60\xf0\x48\xc0\xfd\x84\x93\x84\x72\x97\xdc\x88\x83\x33\x36\x14\x10\xd2\xe7\x5a\x5c\x78\xae\x12\x7a\x3c\xbd\xe7\xbd\xe9\xf0\x4d\x30\x11\x7d\x3b\x67\x0a\x9a\x91\x76\x1e\xae\xa8\x67\x4c\x80\x1e\xd6\xbd\x65\xc8\xe6\xef\xbe\x69\xa5\xd0\x44\x9c\x45\x61\x38\xf2\x4b\x98\x0b\x6e\x41\xca\xad\xad\x30\x88\x1a\x72\x06\xf5\xe2\x7b\xae\x88\xa2\x9a\xab\x09\x6f\xd4\x4f\xc3\xf4\xff\x6d\x56\x9d\xae\x87\x39\xd0\x80\x37\x50\x59\x0b\x1f\xfe\x7c\x48\x3e\x82\xba\x5d\x4c\x49\x4b\x9f\xbd\xdf\xc6\x12\xf4\x8c\xb5\xc2\xd8\xed\x22\x6e\xc0\xcd\xa0\xab\x15\xc5\x87\xba\x1f\x92\x7e\x61\xe6\x44\xfc\x02\x34\x60\xae\x98\x11\x4b\x14\xdb\x84\xf8\x3a\x59\x04\xc0\x15\x08\x04\x44\x40\x56\x51\xe6\xf7\x02\x52\xd3\x0f\xf3\x11\xd2\xf1\xe8\x3d\x13\xcb\xd4\xbe\xee\x23\x1c\x94\x12\x9a\x9b\x86\xd8\xf7\x0a\xbf\x44\x9d\x7f\x93\x01\x76\x3f\x76\x05\x64\x04\x9f\x1c\x99\x25\x37\x82\x7e\x74\x6f\x63\xd8\xd1\xec\x63\x41\x27\x1e\x67\x52\x85\xe7\xcc\xed\x1f\x6c\xa6\xce\x72\xe6\x62\xd5\x21\x07\xc0\x2f\x30\x3a\xff\x85\x0c\x31\x29\x60\xd4\xfe\x90\xa2\x49\xcb\xef\x37\x71\x2c\x14\x96\x01\xcc\xe5\xae\xa9\xfa\x69\xfe\xf1\xcf\xea\x12\x4e\xec\x2e\xf2\xaa\x9b\xcb\xbc\x6c\x1f\x8e\xbb\xa1\x21\xd2\x07\x9a\x14\x35\x62\x68\xec\x13\xf9\xe7\x32\x26\x05\x79\xad\x5f\x10\xe6\xe5\xa7\x55\x29\x24\xd3\x69\x6e\xab\x28\xfb\x73\xe0\xad\xc4\x22\xee\x08\x5f\x13\x88\x5c\x36\x6d\x0c\xb4\x5f\x7b\xfd\x73\xe5\xef\x93\x66\x1a\xbb\x92\xf1\x36\x84\xb5\x3e\x44\x59\x9d\xae\x3b\x04\x33\xaa\xa6\x1a\x72\x4b\x56\x62\x2e\xdb\xc3\xd0\xe2\x51\xf7\xaa\x6b\xe0\x77\x1c\xe7\x93\x1b\x80\x5b\x6e\xc3\x17\x70\xc8\x50\x33\xe6\x73\x5d\xcc\x3e\x9b\x6e\x7c\xe4\x75\xdb\xa6\x58\x37\x56\x71\xfd\x53\xf2\xbf\x6f\x2e\x2f\x0e\x52\x9a\xa9\x19\x85\xd4\x43\xd7\x56\xcf\x15\x05\x40\x05\xd4\x99\xd7\xb9\x20\x43\x71\x40\xa6\xb2\x87\xde\x9c\x63\x32\xd3\x7a\xae\x8e\x8f\x8e\xa6\x5c\xcf\xf2\xf1\x61\x24\xd3\xa3\x62\x6d\x8e\xe8\x9c\x1f\x8d\x13\x39\x3e\xca\x18\xc4\xf3\x1d\x7c\x77\xf8\x87\xef\x60\x6b\x8e\x1e\xbe\x3b\x02\x1b\xfe\xe1\x54\xfe\xee\xfc\x0f\xff\xf1\xc7\x3f\x99\x86\xe7\x0b\x3d\x93\xe2\xd8\xba\x8a\x96\xb6\x7d\x80\x82\xef\x11\x7e\x52\xe9\xe5\x3f\x0e\xbf\x0d\x87\x61\x5f\x4d\x65\xcc\x12\x75\xf4\xf0\xdd\xc8\xed\xcc\xe1\x7c\x1d\xe7\x57\xc1\xf0\xfd\x92\x57\x4a\x0e\x9a\xdf\x3d\xc9\xb8\xcc\xa3\x55\xdb\xd2\x70\x56\xc2\x68\xcd\x2d\x4e\xcc\x3d\xab\xf9\x03\xd7\xd0\xc0\xbc\x24\xd5\xa2\xd3\xaf\x8b\xe7\xdc\x2a\xdb\xac\x95\x9c\x06\xde\x37\x1e\x01\x56\x28\xda\x20\xe6\x94\x37\x45\xf9\x58\x2f\xf3\x36\xeb\xf7\x94\xa8\xb7\xbb\x86\xbb\xb5\xd3\xdd\x10\xea\x36\xc1\xaf\x9d\x4f\x5c\x3e\x3a\x88\xdb\x5d\x00\xc3\x76\x2c\x9d\xe2\xf1\x2e\x91\x78\x60\x2c\x6e\x5c\x2d\xc3\x98\x51\xb5\x59\x70\x45\x1f\x51\xa5\x7c\xd6\xb3\x2f\x3a\x66\x3b\x74\xbc\xd2\x65\xaf\x42\x5d\x2e\x8b\x34\x32\xc7\xa2\xb6\xea\x90\x7c\xac\xd4\x96\x28\x02\x46\xae\x3f\x9e\x90\xef\xfe\xfc\x1f\x7f\x1c\x8a\x6f\x1a\xb8\x18\x78\xb0\x65\x36\xb5\xf1\x2b\xc0\xbb\x52\xaa\x34\xcb\x8e\xb2\x49\x74\x84\x0e\xf1\x23\xf3\xfd\x81\xed\xf4\x40\x4e\x0e\x3c\xea\xe5\x81\x05\x00\x3c\x4c\xe3\xf5\x12\x3b\x4b\xa4\x87\xe1\x23\x36\xf0\x54\x41\x90\x2a\x62\x68\xc8\x89\xc7\x37\xc6\xf8\x62\x84\x42\x97\x93\x86\x3f\xa0\x14\xe0\x07\x8f\xde\x43\x95\xeb\xa3\x80\xd2\x68\x3f\x9a\xbb\x01\xc0\x75\x24\xf2\x94\x7a\x9b\xe3\x25\xa1\x74\xb6\xce\xc2\x37\x1f\xb6\x22\xfc\x17\xf3\x60\x6d\x2d\x39\x04\x10\x95\x82\xc9\x09\x44\x4f\x80\x60\xe0\xbc\x43\x60\x1c\x12\x52\x07\x39\xaf\x19\x9b\xe3\x05\x13\xd6\x9e\x6b\x58\xee\x2d\x41\x74\x57\xad\xf3\x53\x80\xe8\x6e\xbb\xee\x96\xa1\xbc\xd0\x82\x6f\x1b\xc2\x81\x47\x69\x8d\xeb\x07\xde\x5f\xe9\xb2\xf1\x7c\x00\x7c\x34\x61\xa9\x3d\x04\xc9\x81\xa0\x6d\x76\xa0\xe5\x01\x80\x05\x40\x0a\x3a\xc2\x5a\xb7\x95\x8e\x01\x57\xd7\x3a\xd7\xa4\x79\xbf\xc3\x38\x31\x50\xff\x4b\x30\x50\x2b\x93\xd8\xe2\xaa\xd6\x15\xce\x85\x60\x99\x35\xe2\xaf\xbc\x51\xd7\x74\x84\x85\x5b\xb9\xdc\x13\x5e\x08\xe6\x21\xe4\xb0\x8f\x83\xa4\x01\x13\x38\x24\x10\x8d\x3e\x93\xa9\x34\xe2\x8c\xcc\x55\xf0\x10\xb3\x19\xe0\x12\x6e\x95\xbd\x52\x3a\x47\x74\xa5\x97\x9b\x8d\x39\x5a\xe6\x11\xda\x38\xc2\x97\xd6\x42\x71\x1f\x97\x71\xab\x57\x8c\xdf\x03\x0e\x2f\xa7\x1b\x70\xb3\xa6\x60\x53\x86\xe2\x3c\x16\x46\x94\xff\xdd\xa8\x30\x86\xa4\x7c\xe6\x80\xbf\xb9\x31\x20\x17\x81\xc4\x42\xa8\xc1\x4a\x11\xf1\xea\xf0\x99\xc8\xd3\x35\xf7\xc0\x07\x77\x75\xd9\x00\x2a\x30\xdc\xc9\xc5\x39\x1d\x34\x06\x3a\xb5\x9d\x4b\x57\xb8\x27\x1e\x39\xb0\xbb\xf5\x86\x7a\xe3\x1b\xb0\xb8\x76\xf5\x71\x17\x30\x17\x10\x15\x87\x6b\x8c\x0c\xc1\xc9\x16\x2d\x5e\x7e\xb1\xfe\x61\x04\x0c\xff\x75\xd6\x0e\x3a\x41\xe2\xac\xad\x60\x70\x16\xda\x16\x70\x3d\x8b\xc3\x32\x05\xbe\x29\x8c\x12\x91\x81\x8a\xa8\x69\x33\xca\x9a\xf2\xe8\x3f\x7c\x28\xea\x7e\x2d\xe6\xac\x47\xc6\x39\x3c\xbf\xb8\xbc\x0d\xdd\xc3\x1c\x67\x7b\x10\xcd\x58\x74\x0f\x09\x54\x78\xe5\xe1\x61\x70\x35\xdf\xc6\x8b\xa1\x28\xaa\xcb\x68\xe9\x7c\x9d\x0b\x0f\xb8\xeb\x41\xa7\x65\x46\x62\xae\xe6\x09\x5d\x80\x57\x49\x60\x7c\x64\xe1\x91\xf2\x81\xc5\x86\x15\xac\x32\x9f\x75\xdf\x69\xb3\x2b\x45\x45\xe5\xb5\xd7\x92\x66\x63\xae\x33\x6a\xcb\x52\xe3\x62\xd6\xf9\x01\x51\x2c\xa5\x42\xf3\x68\x28\x52\x46\x45\x18\xbf\x6b\xbd\x6a\x66\x91\x63\xc9\x2c\xd8\xe5\x64\xc2\x22\x5d\x00\x3d\x81\xf0\xee\x57\x6a\xd5\x19\x5c\x6f\xee\xfe\xe4\x2d\x9d\xfa\x0f\x5c\x60\x5a\x21\x4f\xe7\x99\x7c\xb0\x6c\xd8\x5d\x8d\x1b\xda\xb2\xa1\x1a\x91\xbd\x72\x9d\x32\x08\xff\x72\x34\xe5\x4b\xf1\xfa\xc4\x8b\x26\x19\x7f\x6b\x44\xea\x6d\x82\x16\xdb\xea\x6a\x05\xa1\x27\x78\xc0\xc2\xe8\x15\x0f\xb8\x50\xad\x58\xff\xde\xa6\x82\x80\xb5\xe7\xbd\x0d\x03\x7e\x0f\xd7\xb4\xd1\x1e\xb3\x07\x16\x0f\x45\x19\xce\xc2\xca\x8c\xc5\x81\x23\x45\xad\x95\xdd\x70\x1b\xb7\xc6\x9d\x4c\x9b\x03\x48\xe1\x2d\xc0\xbb\x7c\xb2\xc3\x92\xda\x2f\xcd\x45\x5e\x9f\xa0\xac\x48\x67\x9b\x77\x51\x8e\xc5\xd6\x52\xb0\xa5\x97\x4a\xee\x65\x4f\x94\x3e\x59\x1f\x91\x7c\x7c\x10\xb8\x0d\x0a\xaf\x65\x3e\x36\xb5\x31\x14\x2e\x8b\x6d\x92\x27\x88\xce\xd6\x56\x8d\xc6\x62\x77\xb8\x88\xdb\x97\x8b\xbc\xf6\x76\x35\x12\x94\xaf\xf1\x5e\x60\x97\x78\x14\x2d\x8a\xaa\xdb\x40\xba\x4c\xa8\x1c\x44\x0a\x57\xb9\x02\x12\x51\xa7\x4c\xc3\x6d\x1e\xe7\x09\x26\x65\x81\x7f\x1f\x70\x40\x68\x92\x10\xae\xd5\x50\x78\xd8\x12\x44\xf2\x05\x0e\xeb\x52\x6c\x63\xab\x72\x41\x17\xd0\xac\xad\x96\x08\x72\x18\x8f\xb8\x0e\x47\x04\x7e\xeb\x45\x88\xf6\x3e\x9f\x33\x8a\x39\x04\xb8\x6d\x43\x51\x2b\xb0\x1e\xfa\x6f\x31\xe0\x1e\x6a\xd8\xed\x22\xf6\xbd\x9d\x74\xb1\x86\xe1\xda\x5b\x72\x48\xfa\x38\x3b\xa3\x70\xb9\x42\x6e\x38\x5a\x57\x15\x1f\x43\xbb\x8c\x56\xa3\x95\xaf\x45\xed\xf5\xd6\x39\xcd\x34\x8f\xf2\x84\x66\x09\x00\x2a\x4f\xf2\x84\xf0\x49\x50\x93\x0e\xf6\x00\x41\x2b\xcc\x76\x45\x12\xee\x6a\xe7\x12\x52\x34\x65\x41\xbe\x9c\x35\xef\x24\x81\x4b\x19\xa1\x4c\xd1\x57\x69\xda\xfa\x70\x48\x4e\xab\x15\x08\xe1\x4c\x04\x60\x57\x5c\x21\xfb\xf3\xe3\x0d\x52\x3d\xb0\x92\x21\x9f\x18\x95\xf2\x7d\x70\xea\xda\xaa\xe3\x52\x75\xbf\xa6\xbf\xda\xe1\x4e\x2f\x0f\x53\x6c\x4c\xf5\xba\x85\x0a\xaa\x25\x2f\xb6\x3f\x10\x2d\x03\x74\xb7\xc2\x9a\x83\x0c\x81\xc2\x36\x18\xe8\xcf\x41\x89\xd2\xea\x60\xd3\x25\x25\xf0\x60\x1f\xd7\x1c\x6a\x50\x50\x62\xfd\x81\x06\x94\x13\x46\x27\xb4\xae\xec\x6a\x13\xce\xcf\xa5\xd2\x0e\xc4\x8c\xcb\xa8\xcf\x0c\xe3\x59\x2a\x55\xce\x61\x0c\xff\x97\xbd\x6f\x6b\x6e\x23\x47\xd2\x7d\x9f\x5f\x81\x88\xf3\x60\xfb\x04\x25\xcf\x25\x36\x62\xc3\x11\xfb\x40\x4b\xf2\x34\xa7\x65\x49\xa3\x8b\xdd\x7b\x96\x1b\x34\x58\x05\x92\xb5\x2a\x02\x34\xaa\x4a\x32\x77\x67\xfe\xfb\x09\x64\x26\x2e\x75\x65\x15\x49\xb9\x3d\xb3\xfd\x30\xd3\xdd\x22\x89\x42\xe1\x92\x48\x64\x7e\xf9\x7d\xa4\x01\x01\x64\xbd\x6e\xb3\xcd\x05\x4b\x13\xf9\x68\x2b\x4b\xcd\xcc\x8f\x18\xf7\xad\xc3\xe6\xc3\xde\xe3\x62\x6e\x71\x69\x9a\xe8\xad\x0f\xf0\x72\xfa\xd5\x67\x34\x5f\x3d\x6d\x4f\x06\x31\x98\xd7\xb4\xc0\x83\xf7\xe8\x3f\x2d\x9d\x08\x4a\x77\x99\xb0\xb0\x49\x3c\x5f\x02\x2c\x57\x9e\x38\x75\xe8\xd6\xf1\xbd\x59\x95\xb1\x41\x03\x68\x91\x1f\xae\xce\x2f\x3e\x4c\xae\xca\x3a\x0b\x7f\x7d\xb8\x78\x28\xff\xe5\xf6\xe1\xea\x6a\x72\xf5\xe7\xf0\x4f\x77\x0f\x67\x67\x17\x17\xe7\xe5\xef\x7d\x18\x4f\x2e\x2b\xdf\x33\x7f\x2a\x7f\x69\xfc\xfe\xfa\xb6\xa2\xec\x70\xf7\xf3\xe4\xe6\xa6\xfc\xa7\xfb\xc9\xc7\x8b\xf3\xd9\xf5\x43\x89\x7d\xf9\xfc\xdf\xaf\xc6\x1f\x27\x67\xb3\x86\xfe\xdc\x5e\x9c\x5d\x7f\xba\xb8\xbd\x38\xef\xa4\x67\xf6\xef\xdb\x38\xa4\xc7\x00\x75\xec\xad\xf4\x31\x66\x0b\x9d\x08\x19\xa7\x5b\xc4\x9c\xda\x0b\x56\x05\xe2\x16\x1e\x01\xc9\x5a\xa8\xe2\x10\xe8\xe8\xfd\x4a\x30\xf5\x64\x2e\xf7\x29\xa3\xd6\xa8\x62\x86\x67\x8f\xad\x14\x49\xb9\xae\x07\xa7\x3b\x11\xf2\xb9\xde\xba\x1a\x8c\xae\xee\x78\x02\x05\x7a\x08\xdb\x08\xdd\xd5\x17\x38\xa0\x75\xb1\xc9\x93\x79\x3b\x18\xb8\x27\xb1\xc0\xf0\x2b\x20\xd2\xfd\x34\xd7\x46\x5f\x35\x1b\xc6\x12\x26\xf6\x10\x38\x20\xb4\xb0\xaf\x80\x8d\xfb\xb5\x85\x50\x6d\x8a\x79\x9a\x44\x2c\x89\xab\xd7\x7a\x2c\xdd\xc0\xc8\x65\x95\x15\x6c\x23\x34\x78\x4c\xc6\x11\xdd\x68\x71\xc2\x8b\x7c\x65\xb5\x75\x21\x98\x44\x1c\xae\x53\x99\x89\x48\x8b\xdc\xca\xfd\x8b\xd8\x4a\x9a\x04\x4f\x82\xce\x50\x01\x57\x0c\xb5\xe2\xa7\x01\x43\x6b\x4b\xa8\x1a\x7f\x89\xad\x0f\x88\xd5\xe1\xf7\x3b\x87\x86\x7a\x9c\x64\x55\xd9\x4a\xf0\x0d\xf1\x43\x2b\x8c\x62\xde\xdb\x58\xea\xc8\x02\x8d\x71\x92\x2d\x66\xb9\xf9\x35\x76\xad\xb1\x70\xa1\x94\x21\xc6\xd4\x3a\x7d\x74\xa6\x05\x1c\x22\x94\x91\xb6\xd7\x68\x40\x50\x10\xc6\x19\xa0\xcd\xe6\xc6\x30\x17\x2b\x9e\x2e\x30\x38\x66\xa6\xc6\xef\xab\xfa\x12\xbd\x57\x8f\x42\xde\xe2\x84\xfd\x2a\xe6\x50\xa2\x03\xee\x4b\xfa\x5c\x60\xc2\x47\xd2\x4c\x1f\xed\xaa\xb2\x35\x1e\x28\xff\x8c\xee\x6a\xf0\x31\x02\xad\x3d\x61\x9f\x2d\x0f\x59\x2c\x92\x6f\xa6\xc1\xa9\x14\x8d\x94\x65\x00\x5b\xb1\xe4\x0a\xce\x2e\x03\x65\x0f\x56\xa8\x3f\x0a\x09\x9a\x2c\x28\xac\xb8\x73\xcd\x0e\x0b\xe3\xd6\xe7\xa2\x23\xae\x0c\xa1\xa7\xa4\x24\x55\x13\x26\x1b\xec\x38\x41\x31\xd7\xa3\x38\x65\xe7\x54\x77\x6b\xfe\x72\x76\x39\xb9\xb8\xba\x9f\x9d\xdd\x5e\x9c\x5f\x5c\xdd\x4f\xc6\x97\x77\x7d\xb7\xdf\x31\xea\x01\x2a\xbb\xaf\x5a\x92\xe1\x2c\xc4\x5b\xda\x79\xbe\x2c\xcd\xbd\x94\xdf\x76\x30\x25\xbb\x7b\x9f\xc4\x9b\x59\x9c\x64\x91\x39\xfe\xb6\x33\x21\x63\xe0\x7a\xdc\x6b\xa9\x36\x37\x55\x7d\x0b\xf7\x0d\xe6\xbe\x61\x2d\x08\x9e\x76\x4f\x76\x45\xbb\xcf\x81\x0c\x0a\xa2\x61\x5a\x98\xcd\x1f\x4f\x65\x70\xda\x9c\xee\x26\xf8\x36\xcd\x1d\xf6\x6e\xe5\x26\xaa\xef\x84\xfd\x4d\xb2\xac\xe0\xc6\x3e\xda\xaf\x41\xb9\x77\xcb\xa8\x10\x01\x4f\x48\x38\x99\x04\xba\x70\xcc\x5c\x91\xd7\x5c\xc6\x3c\x57\x7a\xdb\xf2\x8a\xfd\x8c\x67\xb8\x6d\xca\x26\x34\x3c\xb2\xcd\xfd\xdf\xce\x02\x7e\x95\xcb\xea\x52\x42\x5a\xca\xfb\xeb\x9f\x2f\xae\xee\x66\x17\x57\x9f\x66\x37\xb7\x17\x1f\x26\xbf\x38\x6e\x8d\x0d\xcf\xea\x8a\x53\xc2\x1c\x8a\xc6\xba\xd8\x2a\xdf\x46\xfb\x82\xb2\x4f\xb6\x1d\x52\xa9\x48\x16\x53\x69\x2d\x8b\xf6\xcd\xaf\xb4\x2a\x96\xab\xe6\x86\xaa\xbd\xbc\x19\xdf\xff\xb4\x57\x37\x81\x83\x01\x75\x61\x70\xb7\xd5\x89\xca\x92\x05\xd9\x3d\x64\x37\xab\x74\x0f\x98\x44\xe0\xab\x4d\xc1\xee\x16\x8b\xb6\xd7\xed\xa5\x6e\xb4\x3a\x9d\xff\x86\xaf\xb7\x2d\xa0\xfb\xc0\x6e\x96\x8e\x11\xc0\x86\xa2\xec\x58\xad\xb5\x77\x0d\x7f\x2b\x9d\x60\x7f\x3c\x49\xc5\x72\x29\x62\x5c\x5e\xd5\x86\x29\x14\x44\x26\x30\xf2\xe7\x7a\xd3\x28\x92\x00\xd0\x01\x07\xb3\x83\x1d\xf5\x37\xe0\x37\xee\x27\xcd\xb6\xe2\xcc\xca\x81\x46\x4a\x66\x39\x97\x2d\xf9\xcc\xa7\x3a\x50\xb0\x97\x29\xba\xd6\xcc\x95\x24\x50\x80\xc4\x46\xae\xfd\x3e\xd8\x27\x93\x43\x42\x47\x92\x22\x1e\x81\x00\x52\xa0\x5f\xda\x30\x09\x15\x89\xf9\x17\x0f\x6e\x74\x5e\x9d\x88\x78\x02\x22\x8e\x28\x94\x40\x9c\x88\x18\x0d\x02\xf5\x91\x56\x7c\xea\xa0\x09\xa9\x3c\xf9\x13\x0d\x3d\xde\x5a\xcb\x11\x4f\x2f\xa7\x6f\x27\xc8\x39\x6f\xc3\xe3\x5b\x15\xf9\xf8\x40\xa8\x3f\x2e\x22\x22\xff\xc4\x66\x3d\xd0\x82\x02\x5a\xf6\x80\x8d\xd9\x89\x99\x66\xba\xa4\x88\xf8\x04\x28\x04\xa6\xb2\x2d\xab\x61\x6d\x40\x4b\x98\xeb\xc6\x9e\x5a\x87\xd1\xcf\x0c\xc0\xcd\xda\xc1\xee\x57\xd9\xc5\xec\xd7\xc1\xd9\x6b\xc1\xa9\xd0\xbc\xcc\x39\xa6\x2c\xcb\xc7\x71\x5b\x91\xb7\xb3\xaa\xc3\xe0\x34\xfd\xd0\x08\x65\xee\x18\x3c\x22\x57\x3c\x43\xcf\x35\x8f\x56\xe5\x8e\xc3\xdb\x94\xf9\x61\xaa\xdd\x75\x9e\xe0\x61\x11\x82\x5e\x89\x8b\x11\xde\xa9\x93\x8c\x7a\x1f\x6a\x7d\x38\xe1\xa2\x61\x0b\x3f\x74\x8e\xdc\xe5\x05\xed\x1e\x18\xac\x94\x17\x32\x5a\xb1\x4d\xca\xb1\x9a\x71\xc5\x33\x5c\xd2\x36\x7b\xcf\xe7\x49\x9a\xe4\x40\xc4\x80\x49\xa5\xca\x08\x9b\x1b\x0d\xd7\x8f\x96\x02\x8e\x7b\x22\xa8\xae\x45\x7f\x20\x4a\xd2\x4b\x01\x7f\x4f\x9c\xa4\xdf\xb2\xc1\x2f\x3a\x53\x52\x7e\x59\x12\x46\xd2\x4f\x87\xb1\x78\xb0\x2c\xfd\xbb\x0c\x9b\x59\x6a\xf1\xa6\xfa\xf3\xd2\x78\x37\x1c\xd4\xc3\x31\x02\xc4\x6d\x3a\xc0\xcc\x57\x99\x4f\x1b\x77\xd6\x22\x55\xbc\x45\xbe\xd0\xb6\x8d\x44\xa6\x6d\x6d\xc7\xaa\x98\xb7\x51\xe7\x61\xaf\xba\x5b\xef\x8a\xfb\xdb\x7d\x7b\xac\xb8\x60\x68\x00\x79\x2e\xf2\x64\x58\x68\x23\x78\x69\x9e\x8b\x13\xf8\x79\x73\xe3\x44\x18\xd7\xfb\x9d\x6b\x0b\xcd\xd3\x69\x3b\x82\x3e\x40\x6f\xd5\x57\xd7\x5f\x0b\x10\xdb\xbf\x5e\xdc\x21\x33\xc0\x21\x8b\x2c\x4f\xea\x2b\xac\x79\x27\x56\x9f\x7a\x5f\x4e\xaa\x84\x6b\xa0\x77\x55\x58\xd3\xdb\xdc\x99\x5f\xf7\xdf\x90\x65\x9d\xdf\x8d\x4e\x14\xd4\xef\x93\x38\x70\x07\xc7\x50\xe3\x73\x0f\x18\xc9\xaf\x85\x28\x84\x59\xfb\xf3\x22\x5e\xd6\x63\x9b\x03\xbc\x33\xff\x4a\x2b\xf5\xcc\xd6\x45\xb4\x62\xb6\x71\x16\x8b\x94\x6f\x4b\xaf\x06\xfe\x52\xae\x52\x60\xed\xdb\x93\x42\x2c\x2a\xb2\x5c\xad\x01\xdd\xe8\xdb\xd5\x85\x84\x05\xcf\x78\x9e\xeb\x64\x5e\xe4\x8d\x48\xa8\x12\x97\xce\x9e\x09\xad\xbb\x9b\x8b\xb3\xc9\x87\x49\x25\x9b\x34\xbe\xfb\x39\xfc\xef\xcf\xd7\xb7\x3f\x7f\xb8\xbc\xfe\x1c\xfe\xed\x72\xfc\x70\x75\xf6\xd3\xec\xe6\x72\x7c\x55\xca\x39\x8d\xef\xc7\x77\x17\xf7\x3b\xd2\x4a\xf5\xa7\xb6\x4f\x04\x0f\xa8\x7e\x2c\xde\xd2\x52\x3f\xda\xdb\x25\x3d\xf5\x1d\x1b\x5b\xe2\xa3\x50\x77\x90\xdb\xd4\x20\xa4\xb4\x51\x08\x91\x32\x88\xe7\x3c\xe7\xa4\xce\x7b\xca\xc6\xcc\xaa\x2c\x03\xca\x38\x33\xce\x02\xb1\xc2\x98\xd9\xc1\x26\x8c\xc7\x10\xf9\x9b\x9b\xd7\xb6\x51\x0b\xe2\x63\x4a\x45\xc8\x82\x6a\x4b\x6a\xa6\xf2\xe2\x49\xc8\xbc\x00\x8a\x46\x9e\xa6\x56\x0d\xdb\x7e\x21\xa8\x9e\xb4\xbd\xcc\x92\x75\x92\x72\xed\x65\x48\xae\xa9\x2d\x70\xd8\x6d\x5f\x1d\x59\x46\x9d\x9b\xde\x5e\x1e\x1e\x26\x0c\xfa\x7d\x76\x39\x01\x17\x28\xca\x2d\xc7\xb6\x7d\xf8\x54\x22\xdf\x0f\x3d\x71\xcd\x01\xf9\x9e\x2b\x8a\xa7\xe1\xe3\xe9\xcb\xed\x0b\xb1\x51\x09\xbf\x3f\xa1\x14\x46\x9e\x5f\x0a\x5d\xe3\x3a\x69\xff\xe5\x42\xe6\x7a\xdb\xdb\xaf\xb9\x07\x92\xc6\x0c\x7c\x53\x02\xd2\x94\xa5\x49\x30\xdc\xc1\x6c\xeb\x57\xe0\xec\x58\x94\x17\x45\xe3\x5d\xd0\x5d\x00\x11\x64\x8b\xff\x9d\x9a\x43\xe8\x47\x1d\x87\x90\x9c\x00\x46\x61\xae\x0a\x19\x67\x04\xf9\x59\x27\xf2\xed\x9a\x7f\x7b\x63\xdf\x14\x8b\x7d\x1d\x41\x30\x10\xb9\x88\xd4\xdc\x44\xb6\xc6\xc8\x75\x0f\xd7\x54\x76\x8c\xd7\x6e\x6f\xd1\x5a\x56\xb8\xf6\xf8\x3b\x2a\x82\x97\x9e\xc4\xb6\x69\xfe\x6a\x24\xef\x08\x90\xa2\x0d\x0f\x8d\x6c\xb4\x30\x5f\x74\xc8\xa8\x14\x01\x6f\xee\xbf\x01\x01\x5d\x12\xa2\x69\xb6\xdd\x61\x96\xf7\xa0\x6d\xd3\x98\x5f\x7e\x01\x96\x7e\x7a\x92\x99\x33\xcc\x36\xdb\x40\x27\x21\xbe\x29\x8d\x66\x26\xeb\xbf\xd4\x9c\x2d\xa0\xfc\x81\x84\x26\xb5\x80\xc0\x36\x4c\x85\xa5\x95\x04\xba\x8f\x5a\x0a\xdb\x2e\x81\x54\x64\x10\xee\x95\xe6\xba\x25\xbe\x16\x94\xb1\xfb\xc3\xef\x87\x9d\xb3\xb9\xde\x32\x4b\x61\x1c\x96\x5f\x50\xf5\x11\x9d\xb9\xd0\xaf\x42\x26\x4d\x1c\x40\xb7\x85\x34\x47\xf1\x31\xc0\x0e\xfd\xb3\x59\x95\x87\xd2\x7f\xee\xac\x50\xb0\x81\x58\x8d\xdf\x7f\x31\xd2\xb4\x4f\x15\xae\x34\x7a\x1c\xe0\x61\xa9\xf5\xf0\x40\x9b\xf3\xe8\xf1\x99\xeb\x18\x63\x85\x80\x3e\x38\x65\x3f\xa9\x67\xf1\x24\xf4\x88\x45\x42\xe7\x9c\x68\x54\x32\x48\xbf\xc2\x86\xa2\x76\xa6\x12\xe0\xe1\xc8\x49\x23\x41\xa3\x33\x4f\x96\x2b\x73\x9f\x0c\x92\xe7\x4a\x1b\x73\x94\x23\x47\xd5\x46\x44\x44\x5c\xd1\x32\x00\x8b\x94\x3f\xd5\x79\x61\xf6\x29\x31\x67\x13\x57\xe3\x66\xb3\x53\x96\xaa\xb7\x0b\xee\x40\x03\x46\x46\x13\x99\x06\x46\x6c\xa9\x52\x2e\x97\xa7\xa7\xa7\x4c\xe4\xd1\xe9\x9b\x41\x0b\x9d\x1a\x0c\xf3\x5d\x0e\xdb\x99\x2a\x95\x89\x74\xeb\xc8\x16\x1c\xfa\x1e\xc4\xd1\xbf\xe5\x42\x66\x09\x86\x3c\x1a\x96\xff\x5d\xb5\x54\xfd\xfb\x86\xce\x9b\x6f\xaa\x83\x6b\xbb\x5a\xda\x01\xe6\xff\x01\x2d\xe1\xf7\x9b\x6f\x5e\x03\x6a\x15\xad\x4c\x8f\xaf\x59\x6c\xe1\x55\x54\x72\x68\x21\xde\x27\xd5\xa6\x67\xb9\x17\x17\x52\x63\x4b\xc4\x94\xb0\x57\xf1\x52\x5b\xe4\xa2\x52\x4f\x76\x40\x29\x59\x47\x55\xd8\xc0\x82\xb0\x86\xfd\xd7\xb0\x3d\x5c\xc9\xe9\x21\xf8\x24\x95\x16\xeb\x76\x12\xa0\x43\x5d\x3e\xdf\x49\xfc\xb7\x33\x78\x5c\x6f\x97\xcf\x6b\x8c\x5a\x16\x73\xea\x2f\x06\x6e\xa9\x28\xcf\xd8\x76\x9d\x64\x40\x57\xb5\x4f\x85\x90\x6b\x06\x9b\x86\xfc\xd2\x76\x83\x01\x43\xac\x1d\x4a\xb7\x58\x83\x66\xf3\x11\xf4\x93\x0c\xfd\x32\x48\x4a\xb5\x9b\xb1\x2a\xea\x69\xf0\x1c\x01\x47\xf6\x5e\x99\x38\x70\x74\x02\x9a\x56\x82\x65\x40\x83\x94\x3b\xce\x15\x5b\xd8\x9a\x93\x47\x11\xa8\x7a\xc5\x40\xe0\xfa\x8c\x94\x10\x3f\xff\x6b\x66\xb3\xcc\x04\x04\xf0\x67\x6c\xee\x1f\x82\xd1\xec\xa7\x3f\x58\xfc\x07\xbe\x21\x36\x01\x42\x19\x31\x97\x79\x63\x03\x1e\x1e\x05\x6d\xe1\x4f\x3e\x99\x7b\x7b\xe3\xd7\xa9\x7d\xf8\x2a\x72\xe2\x8f\x3f\xdf\x31\x1c\x6a\xa2\xfa\xd4\x5d\x1d\x0d\x1a\xd9\x8d\x40\x81\xe1\x9a\xed\xe1\xbb\x94\xe6\x01\x07\xdd\x72\xbd\x9a\x61\x17\x79\xb4\xf2\x67\x65\x59\xdc\x8e\x04\x4f\xe8\x3d\xd7\x9e\xbc\x14\xc1\x7d\x21\x4a\x2a\x59\x4a\xa5\x85\x47\x5b\x29\x29\x20\xad\xc0\x73\x16\xab\xb0\x59\x96\xe4\xbb\xa1\x28\x03\x09\x76\x76\x2d\xb5\x5c\x21\xc4\x80\xde\xb3\x94\x1d\x02\x27\x38\x41\x5a\x0e\x8b\xe3\x43\x2f\x9e\xf4\x33\xaa\x94\x9b\xe5\x42\xe7\xa9\x2c\x3f\xaa\x36\x48\x16\x2b\x92\x68\x81\x4c\x79\x99\xf1\x37\xf2\xe4\xc9\x6c\xd4\xfa\xb2\x76\x0b\x14\x2c\x40\x7d\xed\x4d\x25\x76\x3b\xa0\xdb\x7b\x14\xdb\x2c\x14\xeb\xa0\x15\xc5\xda\x16\x64\x62\xde\x87\xe6\x6b\xf7\x54\xc0\xc0\xcd\x02\xf1\xd1\x7e\xa7\x08\x3e\xf4\xa3\xf9\x71\x07\x08\xad\xd6\xb8\x59\x83\xbe\xa8\xc7\x47\xc1\xc8\x4c\xf8\x71\xa6\x39\xf4\x38\x93\x06\x61\x5a\x1f\x50\x84\xab\x9a\xb9\x91\x4d\x25\x31\x72\x06\xf9\x5b\x63\x70\xea\xd3\x46\x95\x86\xc8\x03\xb8\x2d\xb1\x24\x00\x5b\xaa\x55\x50\x6c\xd6\x03\xb6\x5a\x4f\xa4\x83\x8f\xb5\x58\x36\xea\xd4\xf8\xc0\x3d\xc1\x4b\x34\xb9\xad\x80\x25\xef\x74\xd3\xc0\x11\x51\x16\xaa\xbe\xa0\xbf\x1e\x09\x33\x7c\x63\xd9\x88\x15\xb2\x48\xa1\xbb\x8b\xb3\xdb\x8b\xfb\xef\x06\x68\xb2\x68\xa2\xc1\x88\x26\xdb\xcf\xf3\x8b\x0f\xe3\x87\xcb\xfb\xd9\xf9\xe4\xf6\x25\x20\x4d\xf4\xd1\x1e\x98\xa6\x3b\x22\xfa\x3d\x53\x32\x17\xdf\x0e\x3a\x93\x75\x21\x67\x7c\x00\xb6\xde\x91\x69\x77\xb9\x3b\xd8\x68\x9d\xa8\xd8\xb1\x08\x13\x4d\x1b\x9e\x68\x8e\x97\x38\x10\x78\x5e\x24\x69\x0a\x15\x6f\x2e\x20\x4c\x65\x2c\x66\x50\xc1\xfe\x58\xa5\x4a\xb2\xa9\x53\x39\x2f\x31\x35\x43\x90\x6a\x65\xae\x6d\x58\xeb\xb6\x31\x03\xa0\x13\x28\x78\xea\xe2\x32\x5e\x26\x52\xf8\x6e\xa0\x42\x5b\x21\x59\x2b\x01\x25\x4d\xe2\x4b\x16\x34\x92\xe3\xd5\xd7\xd7\xb4\x2b\xae\xb4\x3e\xad\xfb\x69\x3f\x74\x6f\x88\x9b\x38\x91\xe8\x98\x96\x76\xf3\x5d\xf3\xd2\x7d\xeb\xb7\x00\x8c\xbb\x99\x49\x0e\x51\x73\x10\x41\xf3\x13\x49\x13\x81\x2a\x02\x3e\x9c\xfe\x98\x20\xee\x43\x2d\x2a\xe3\x6c\x4c\xa1\x19\xeb\x04\x62\xeb\x9c\x8a\xf8\xa3\xb4\xc8\x72\xa1\xe9\xa2\x3f\xfe\x7c\x37\x95\xa8\x94\x4b\xa7\x10\x31\xcd\xe3\x23\x10\x75\xa0\x4a\xcf\xb7\x1e\x4a\x68\xc1\x5e\x63\x54\x75\x2d\xb8\xcc\x50\xa0\x32\x4d\x85\xf6\x2b\x03\xfb\x23\x44\x4c\x22\x25\xa0\x62\xea\x7f\x4f\x1a\x85\x0a\x76\xad\xe9\x2f\x7d\x4a\x2a\x7d\xd5\xf5\xd4\x56\x50\x09\x90\xc6\x97\x5c\x39\x0d\xc8\xfa\xbe\xab\x88\xd0\xa0\x8d\x8b\xa8\x8c\x73\xef\xb5\x96\xee\xb1\xb9\xdf\x96\xd2\x11\x97\x52\x8f\x73\x3d\x3c\x25\xd8\x4a\x19\x03\xea\x48\xe2\x7d\x62\xd4\x15\x74\xa7\x80\xd8\x31\xc3\xd8\x78\xea\x78\x0e\xab\xbd\x52\xa5\x57\xd7\x57\x17\x61\xa2\x73\x72\x75\x7f\xf1\xe7\x8b\xdb\x52\xf1\xde\xe5\xf5\xb8\x54\x80\x77\x77\x7f\x5b\xa9\xbb\x7b\x7f\x7d\x7d\x79\x51\xcb\x98\x5e\xdc\x4f\x3e\x96\x1a\x3f\x7f\xb8\x1d\xdf\x4f\xae\x4b\xdf\x7b\x3f\xb9\x1a\xdf\xfe\x7b\xf8\x97\x8b\xdb\xdb\xeb\xdb\xca\xf3\x1e\xce\xba\x73\xaf\xa5\xd7\x68\xbe\x8a\xfb\xd4\x4e\x40\xe7\xd5\x38\xa4\x5f\x0f\x23\xc1\xcc\x79\xde\xe8\x50\xf7\xbe\xe9\x90\x48\xe2\xd7\x42\xe8\x2d\x71\x08\xa0\x17\x8a\x7f\x89\xb8\x44\x00\x57\x4e\x22\xef\x71\x88\x3c\x9a\xca\xcf\x28\x03\x0f\xc9\xcd\x57\x19\xfb\x33\x84\x5f\xed\x97\xbd\x98\x28\x6c\xd6\xbf\xe2\x33\xdc\x67\xa7\x53\x59\x12\x61\x0c\x7e\x55\x52\x90\x3e\x9d\x4a\xcb\xd3\x18\xab\x28\x3b\x85\xbd\x7c\xaa\xf4\xf2\x2d\x49\xaa\x18\x5b\xa7\x1e\xe7\x4a\x3d\xbe\x15\xf2\x2d\x78\x1b\xf9\x5b\x5e\xe4\xea\x2d\xa4\x6e\x10\xda\x92\xbd\xb5\xca\x0b\x56\xba\x22\x7b\xbb\x4a\x9e\x04\xfc\xdf\xe9\x2a\x5f\xa7\xff\x27\xdb\xac\xbe\x9d\x2c\x53\x7d\x62\x7e\x7b\x12\xfe\xf6\xc4\xfe\xf6\xc4\xfe\xf6\xc4\xfc\x0c\xff\x6f\xb3\xc5\x8b\xbb\x20\x05\xdc\xa9\x4c\x64\x26\x74\x0e\x75\x8e\xcf\x3a\xc9\xbd\x3e\xf7\x96\xbd\xfa\x9f\xff\x61\xa7\x9a\x3f\x23\x94\xf7\x9c\xe7\xfc\x06\x3d\xc7\xbf\xff\xfd\x15\xcb\x72\x45\x3a\x32\x1b\xae\xbf\x16\x22\x37\x3e\x6c\x2a\xa2\x9c\xfd\xdf\xa9\x04\xe9\xa9\xf5\x76\x96\xa3\x47\x8d\xde\x65\x9c\xb1\x7f\xc3\x36\x27\xc8\xa7\x11\x67\xa6\xa5\x16\x94\x4f\xc2\xd3\x06\xb1\x9e\x96\xcb\xd7\xd7\xf4\x9c\xbe\x3f\xc0\xe2\x7c\x4d\x4b\xa8\x01\xc7\x08\x9b\x7d\x4d\x81\xb4\x25\x55\xdc\x26\x8e\x98\x5b\xbc\x60\x01\xa9\x73\x4d\x7b\xa4\x16\x9e\x3c\x60\xc7\xec\xab\x5f\x76\x87\x9c\x5e\xf6\x4e\x56\x93\xa2\x81\x5b\xa0\xbf\x61\x02\x95\x4b\x62\x76\xc8\x1d\xfa\xb8\xa8\x0f\x0b\x6f\x0e\xb6\x3f\x57\x9a\x2f\xbd\x9e\x2f\x1d\x49\xd9\x9f\xde\xbd\x7d\x3b\x62\xcb\x0c\xfe\x31\xff\x0a\xff\x80\x4c\xc6\xb1\x68\x69\x6a\x83\xe9\x92\x72\x7d\x22\xb5\xad\x3f\x3e\xc8\x86\xbd\x3c\x13\x5a\x65\x99\xbe\x2f\x64\x9c\x0a\x8f\x4c\x2e\x5d\x76\x53\x65\xc5\xc2\xd0\xe5\xa9\x72\xce\xc2\x1c\xcf\x45\xc4\x8d\xe1\xab\x3d\x1b\x13\xdd\x6a\x91\x0b\x89\x7e\x8e\xf6\x0c\xdd\x1c\x7d\x12\xc8\x32\x41\x5a\x16\xb4\x6f\xd7\x1b\x10\xc2\x4d\x20\x00\x78\x8f\xd4\x62\xa3\xea\x47\x20\x65\x89\x2c\x59\xc0\xfd\x82\x8a\x9b\xc2\xde\xc4\xb1\xa2\xab\xd0\xc6\xd5\xd9\x70\x19\xf3\x0c\x56\xe0\x42\x43\x1c\x4b\x33\x5e\xef\xe8\x08\xa1\x01\xe6\x66\xcf\xe5\x96\x62\xc6\xe1\x48\x20\x8d\x59\xd0\xe7\x51\xd0\x09\x3c\x13\x50\xbc\xb7\xfa\xc3\xd3\xa9\x74\x32\xb0\x98\x97\xb3\xb2\xe2\x9b\x2d\x15\x4b\x56\x07\x3d\xb1\x3e\x11\x0d\xf7\xc8\x0b\xed\x55\xbf\x0b\x02\xe3\x61\xd0\x04\x18\xd3\x42\x15\x1c\xab\xd4\xf3\x1a\x84\x79\x85\xce\xde\x98\x6d\x08\x3c\xa2\xb9\xe7\x23\x4b\x32\x3f\x19\x4e\x35\x96\xfc\x40\xd3\xbc\xa3\x16\x36\xa3\x53\xe2\xd8\x6a\x72\xc1\x76\x6f\x95\x1f\x3d\xbf\xd1\xd4\x5f\xfa\xd7\xef\x9a\xeb\x08\x73\xcc\x8d\x42\xd6\x83\xc8\x06\x70\xcb\x86\x16\x17\x1b\x25\x91\x59\x74\x4e\xac\xe4\x48\x62\x8e\xac\xdc\xdc\x00\xf2\xa9\xa4\x13\x78\xc4\x16\x82\xe7\x2b\x48\xb2\x67\x4f\x68\x8c\xf1\xb8\xcf\x9f\x95\xcf\xae\x58\x82\x56\x48\xcc\x97\x1a\xf7\xee\x3f\x7e\x0d\x62\xc5\x3c\xca\x31\x74\xdc\x46\x5d\xe9\x5c\x15\x18\xac\x46\x83\xb8\xc7\x38\x58\xbe\xcf\x2a\xb7\x76\x48\x37\x0b\x23\xb1\xc5\x10\x20\xab\xf6\x03\x3f\x30\x86\x07\xdf\x0e\x03\xfc\x81\x71\x84\xca\x26\xca\xeb\xe3\x3e\xf3\xd1\xb9\x90\x74\x0d\x22\x2f\x6d\x9b\xaa\x63\x20\xa0\x03\xfb\x41\xa0\xcd\x4f\x77\x52\x53\x64\x42\x5b\x32\x52\x7c\x57\xe4\xa6\x58\x25\x3a\x3e\xd9\x70\x9d\x6f\xed\xf2\x4d\x93\x39\x70\x18\xa6\xc9\xa3\x60\x63\xad\xd5\xf3\xb1\x47\xa1\xd5\xb4\xdc\xf3\xec\xf1\xc8\x54\x37\x40\xed\x34\x84\xaa\xa6\x91\x99\xa6\x94\x76\x8f\xc5\x6c\x3f\x16\x9c\x36\x26\x9f\xc6\xe7\x68\x91\xeb\xed\xcc\x2c\xc4\xf5\xa6\xd5\x52\xf4\x02\x70\xf5\x77\x72\x87\x11\xec\xc0\xf9\xdc\x83\x60\xa7\x34\xab\x3f\x0e\xc1\x4e\x03\x77\x4e\x9d\x60\x67\x72\x35\xb9\x9f\x8c\x2f\x27\xff\xaf\xd2\xe2\xe7\xf1\xe4\x7e\x72\xf5\xe7\xd9\x87\xeb\xdb\xd9\xed\xc5\xdd\xf5\xc3\xed\xd9\x45\x77\xc5\x6c\xbd\xf7\xde\x05\x3f\x61\xe1\x73\xde\xb1\xfb\x20\x04\x8f\xc0\x27\xf2\xbf\x49\xc4\x03\x56\x95\xd9\xcc\x89\x5c\x8e\x60\xa3\xbe\x63\x17\x5a\x4f\xd6\x7c\x29\x6e\x8a\x34\x85\x44\x19\xa2\x0c\xcf\xb4\x80\x8b\xe7\x88\xdd\xa8\x78\x12\xfc\x0e\xa0\xd1\x8d\xaf\x01\xcf\xe7\x71\xac\x45\x96\xe1\xe3\x47\xf4\xfc\x20\x2d\xe4\x60\xd7\x94\x16\xe5\x4f\x3c\x49\xcd\xfd\xed\x1d\xe8\x0a\xaa\x05\x29\x44\x8f\x1c\x88\x93\x7d\x2d\x54\xce\x99\xf8\x16\x41\x95\x78\xf3\x3a\xb9\x54\xcb\x97\xbd\x03\x35\xef\xe9\xdd\xc4\x1a\x2d\x97\x14\x20\x6b\x9f\x35\x1f\xe7\xcd\x86\x80\xde\xf2\x23\xfe\xf4\x03\xfe\xb2\xb1\xf5\x3c\x4f\x8f\x50\xb5\x72\xa9\x96\xcd\xd4\xb9\xe0\x5d\x13\xdf\xaf\x17\xd0\x85\x1a\x38\xb5\x64\x59\x22\x1f\xa7\xf2\xf3\x4a\x48\xa6\x0a\x8d\x7f\x82\x6b\xbe\x71\x33\xd3\x22\x5b\x89\x98\xa9\x22\x1f\xb1\x67\xc1\xd6\x7c\x8b\x6e\x33\xdc\x09\x1c\xdf\x27\x2c\x19\x38\x45\xcc\xaf\xd3\x44\x1a\x6b\xb1\x49\x2c\x46\xaa\x3a\xf5\xc7\xb8\x71\x59\x8e\x04\x7e\x38\x85\x51\xbf\x42\x90\xe7\x95\x00\x0c\xbc\xcf\x88\xdb\xd4\x0f\x59\x6e\x90\x13\x51\xea\xb1\xd8\x78\x36\x95\x57\x96\xb2\x10\x86\xfb\x49\x25\x31\x8b\x8b\x4d\x9a\x44\xce\xee\x3e\x2b\xdd\x4a\x19\x85\x60\xbe\x01\x94\x51\x15\x88\x6a\xd7\x8b\x35\x20\x05\x83\x1c\x69\x07\x79\xd4\x0b\xd3\x67\x05\x72\xee\x45\x26\xf4\x49\xae\x93\xe5\x12\x1c\x70\x8b\x3b\xfe\xf1\xf9\xb5\x3c\x7f\xc7\xe1\x10\xdb\xb0\x00\x26\x55\xcb\x24\xe2\x69\x08\x5b\xf1\xf1\x6e\x47\xe0\x63\xb7\x3d\xc9\xc8\x98\x7e\xbb\x0e\xb5\x16\x26\x6f\xb4\x00\x0e\xa9\x19\x2a\xe4\x1f\xae\xdc\x3f\x59\x30\x73\x41\xb7\x12\xb3\xbe\x42\xcc\xaa\x74\xdb\x13\xce\x3f\xdb\x72\x89\xa3\x98\xa0\x04\x30\xb6\x7a\x96\x42\x83\x07\x0b\x01\x7d\xf3\xa6\x52\x81\x6f\xe2\xf8\xc5\x1d\xf2\xc4\xf2\xeb\x2f\x1c\xc4\x06\x51\xfc\xcb\xe4\x49\xc8\xef\xcf\x87\x16\x3c\x20\xe2\xd1\x4a\xcc\xac\x5f\x7e\x6c\x93\xe5\x0e\x80\x81\xc6\xca\x12\x7d\x86\xa6\x94\x25\xc0\x41\x11\xe1\xd5\x09\x7b\x5c\xb7\x5d\x48\x5e\xdd\xeb\x50\x02\x0a\xd4\x72\x7c\xae\x7a\x1c\x1c\xca\xe4\xed\x40\x72\xfb\x7a\xff\xdd\x81\x80\x65\xaa\xe6\x50\xad\x55\xe7\xf8\x0e\x4f\xd8\x36\xca\xe0\x27\xa1\x75\x12\x0f\xb1\x4c\x76\x4c\xae\xdd\x4f\xbb\x3a\xe8\x84\x1a\xdd\x93\xc0\x28\x24\x18\xab\xab\x78\xee\xd5\x6a\x80\x5d\xd7\x04\xc8\x6d\x64\x2e\xb9\xe1\x1c\x09\xcb\xd5\x07\x81\x09\xd5\xa1\xfc\x59\x7f\x97\x83\x26\xba\x5e\x5f\xb6\x63\x2c\x7d\x49\x5a\xf7\x24\x1f\x50\x24\x84\x15\x4d\xae\x52\x68\x08\xe1\x92\x9d\x3a\x4c\x3c\x83\xaa\xaa\x9b\xc4\x12\x22\xa8\xd7\x8c\x56\xc7\xfd\x9e\xd2\x5d\x07\x55\xc0\xbf\xc0\x8e\x2a\x72\xe5\xa3\x95\xf0\x3e\x13\xa0\x21\x09\xb1\x86\x60\x36\x26\x71\xa3\x5a\xbe\x3f\x3e\xec\xd6\x6c\x73\x55\x0e\x8b\x38\x8d\xd9\x46\x0b\x1b\xf7\xde\x8a\xdc\xd5\x48\xa4\x96\xd9\x19\xc2\xba\xee\xad\xcb\x45\x62\xb6\x0e\xc4\x15\xf6\x42\x10\x56\x59\x1d\xec\xf5\x46\x49\x21\x09\x1d\x20\xd5\x54\x52\xe3\x56\x9f\xc7\x45\x86\x4b\x20\xcc\x11\x5d\xc8\x11\xd2\x23\x32\x95\x3e\x51\x0a\x20\xe0\xef\x03\x66\x6f\xd3\xc1\x33\xe3\xdb\x18\x4f\x1e\x72\x53\x84\xc8\x03\x8c\x42\x45\xa4\x46\x8b\x65\x92\xe5\x22\xc4\xad\x86\xbf\x3f\x9a\x9e\x40\xc9\xf9\xef\x1a\xfa\x56\x3d\x81\x5d\xa7\xb8\xd9\xb5\x03\xfa\xb3\xdd\x88\x78\xe2\x7e\xd7\xbd\x18\x4a\xe0\xf3\x38\x30\x12\xa5\x53\x00\xd7\x00\x7a\x2f\x19\x96\xcd\x66\x8e\x79\xcf\x4d\x12\x15\x34\x72\x27\x02\x01\x53\xb4\x2c\xb8\xe6\x32\x17\x22\x9b\x4a\x4a\x9c\x60\xf9\x77\x58\xe1\xb4\x28\x89\x47\xf8\xb3\x39\x52\x59\x8e\xd5\x94\xf0\x93\x05\x4f\xd2\x42\xb7\xba\xcb\xb8\x2a\xf7\x2a\xdd\xe8\x1a\xa5\x33\x68\x96\x35\x4d\x9a\x83\x56\x07\xbb\xc8\x55\x20\x55\xd3\x1e\x65\xe4\x71\xcb\x2b\x58\x93\xdb\x7f\xbe\x5d\xac\xa4\x05\x6d\xfd\xaf\xd9\x6c\xa3\x06\x58\x3c\xd2\x1c\x6e\x6c\x2c\xfb\x5a\xbb\xd3\x77\xa4\xff\xbe\xb6\x71\x11\xf2\xec\x11\x22\xe7\xbb\xae\x12\xbb\xe3\x83\x7f\xfa\xe3\xee\xf8\x7a\xab\xed\x82\x55\xbb\xe2\x32\x4e\x41\x9f\x38\xaf\x9c\x40\x6e\x0f\x80\x00\x40\x6e\x8d\x63\x3b\xdc\x10\xd0\x3b\xb3\xa8\x06\xfd\xdc\x35\x4e\x15\xcc\xe8\x0e\x08\x61\xe9\x29\x65\x24\x67\x13\x82\xc8\x9f\xec\x24\x44\xe1\x36\x6c\xfb\x12\x5c\x24\xcb\xe3\x13\xf1\xf4\x55\xe6\x70\x5e\xf6\xc7\xba\xa5\x8c\x68\x2b\xd2\xf9\xe5\xc4\x38\x0e\xdc\x8c\x80\xfc\x32\xc6\x2c\xa4\x3b\x9a\x4a\xd2\xa9\xc1\xa4\x11\x64\x0b\xb0\xa4\x37\x63\x7f\x70\x70\xe0\x3f\xfc\x8b\x2d\xe8\xdc\xb2\x05\x8c\x35\x54\x4d\xab\x28\x2a\x34\x64\x74\xe8\xd6\xc9\x04\x9e\x4d\x43\x58\xe9\xc6\x78\x22\xbb\x3c\x3c\xba\x4f\x4d\xde\x83\x0b\x33\x94\x5e\xea\x1e\x6e\x97\xa8\xb8\xe3\xce\x42\x62\xb0\xd5\x59\xce\xb2\x5c\x6c\x1a\xad\x52\xc9\xe9\x2a\x8b\x4a\x1d\xe0\x76\x75\x28\xc2\x1f\x6c\xa3\xc7\x81\x7a\xd5\x5f\xee\xae\xaf\xd8\x86\x6f\x01\xd2\x92\x2b\x52\x03\x03\x4e\x8b\xea\xfe\xdd\x35\x03\xe5\x97\x2f\x6f\x36\x1c\x53\xcd\xbd\xbd\xa8\x87\x9d\xb8\x53\xfb\xab\xd8\x21\x58\x33\xb4\x24\xcd\x56\xd6\x2a\x3d\xd9\xa4\x5c\x0a\xe4\x1f\xc4\x02\x5f\x56\x79\x7c\x98\xa6\x72\x01\x6b\x02\x02\x40\x07\x42\xb1\x6c\x5d\xc8\x26\x5c\x5b\x59\x27\xeb\xa0\xcc\x54\xab\x8d\xe8\xc4\xeb\x7c\x44\x56\x42\x1e\x99\x6d\x82\xe5\x2e\x36\xdb\xe6\x12\xb6\x3c\x03\x2c\xd5\x80\x89\xea\x16\xf5\x9a\x4a\xab\xd9\xa2\x9e\x33\x16\x63\x41\x50\x91\x64\xa8\x85\x89\xb1\x4c\xc0\x35\x90\x7d\xc1\xa4\xab\xe6\x32\x33\x13\x0a\xe1\x18\xf1\x24\x24\xab\x97\x97\x4c\xce\x2f\x5d\x6a\x12\x27\x89\xf8\xcc\x5b\x86\x3e\x70\xcc\x0e\xa2\xf0\x6a\x52\x99\xda\x4d\x15\xf8\x91\x6f\x5a\x2e\xf4\x28\x41\x73\x68\x8b\xbb\x66\xc9\x95\x43\x56\xbd\x4e\xd0\xbf\x01\x8a\x63\xd2\xee\xa9\x8f\xde\x83\x3c\xd0\xfc\x34\x72\x87\x0d\x50\xd1\xdd\x9f\xba\x3b\x14\x10\x1d\x60\x7b\x82\x5a\x7a\x07\x0b\x70\xfe\xb2\xd9\xe5\x40\x20\x8b\x6a\x8d\xa4\x4e\x7d\x27\x04\xfb\xe2\x04\x1f\xbf\x10\x41\xb9\xd7\xda\x6e\x1b\xd7\x89\x5c\xa8\xc3\x8c\x81\x5e\xd6\x90\x34\x07\x8d\x4a\x73\x3f\x0f\xc5\xea\x40\x45\x91\x7c\xd9\xa2\x90\xc6\xf7\xda\x81\xcc\xb9\xf1\x77\x72\x82\x27\xdb\x9e\x9a\xf3\x19\xa6\x78\x3f\x61\xc2\xd2\x22\xc9\x41\x03\x13\xc8\x9f\x1e\xa5\x7a\x96\xe8\x0b\xd0\x93\xd8\x6b\xb3\xff\xe0\x00\x03\x16\x27\x02\xe7\x14\x68\x0d\xdf\x00\x1b\xd5\xd8\xfd\x37\xbb\xc3\x30\x37\xf6\x19\xe8\x56\x33\x70\x7e\x88\x28\x15\xac\xf9\xeb\xf1\x88\xbd\x1f\xb1\xb3\x11\x3b\x3d\x3d\x7d\x33\x62\x82\x47\x2b\xdb\x23\xfc\x09\x82\x5e\x72\xbe\x34\x6d\x3b\x9d\x5c\xff\x00\x60\x0f\x36\x87\x95\x39\x32\x8d\x81\xe6\x81\x9a\xae\x8f\x3c\xd8\x57\x40\x30\x37\x2a\x54\xd8\x94\x60\xb4\x52\x89\xef\x14\xa0\xcb\x44\xa4\xb4\xc5\xa7\x65\xb9\xd2\x16\x6b\xf3\xc4\x35\x4f\x24\xd4\x1b\xf0\x3a\xd2\x90\x9e\x1c\x70\x64\x89\x6f\x7c\x0d\xef\x9f\x48\x47\x13\x62\x86\xe9\xde\xf5\x3f\xdf\x6e\x92\x08\xc6\xf3\x59\x27\x79\x6e\x4e\xe7\x6c\x2a\xef\xd8\xbb\x7f\x63\xe3\xcd\x26\x15\x6c\xcc\xfe\xc6\xde\x73\xc9\x25\x67\xef\xd9\xdf\xd8\x19\x97\x39\x4f\x55\xb1\x11\xec\x8c\xfd\xcd\x0c\x9b\x69\xef\x4a\x99\xe3\x70\x3b\x62\x9c\xc9\x22\xc5\x53\xff\xb5\xc5\xb1\xbc\x71\xef\xc5\xfd\xec\x58\xb1\xc9\x4c\xad\xe9\x28\xfc\x05\xab\x19\xcc\xc8\x24\x72\x99\x8a\xdc\x4a\xbc\x96\x10\x47\xf8\x80\x13\x78\xd3\x77\x53\xe9\x62\x79\xbf\x98\x1e\xff\xc2\xfe\xc6\xae\x8a\x34\x35\x5d\x32\x86\xc6\x2c\xa4\x77\xcc\x22\xc0\x85\x3c\x7d\x4e\x1e\x93\x8d\x88\x13\x0e\x18\x70\xf3\x5f\x6f\xef\x61\xb6\x67\x85\xa7\x1c\x08\xf7\xb4\xa3\xb0\xfd\x2e\xbc\x33\x43\xb4\x9c\x1d\x93\xb1\x9d\xfc\x8e\x9b\x5f\xf9\xa7\xc3\x3d\x22\x4f\xb8\x42\xfb\x81\x1c\x56\xa4\x1f\x0e\x19\x93\xf7\x32\x01\x95\xc3\xd6\xb6\xd5\x70\x14\x84\x87\xfa\xa1\x46\x16\x08\xb8\x8f\x7e\x87\xec\xc1\x86\xdc\xd7\xe4\xd6\xb8\x5c\x9f\x42\xf2\x6a\xf0\x25\x7d\xfd\x69\xaf\xac\x90\xe3\x70\xfd\x54\x66\x20\x2f\x0d\xb1\x4a\x7a\x51\xb5\x57\x3a\xfb\x40\xb1\x8b\x58\x48\x95\x9b\x8b\x8c\x4c\xd2\xb7\x66\xab\xbe\xbd\x52\xd2\x5c\x5b\xb3\x64\x89\x35\xb3\x80\x80\xc8\x80\xd7\xc6\x3a\x05\xf7\x65\x97\x35\xd8\x02\xe0\x1f\x98\x2e\x21\x2a\x27\x37\x56\xc0\x4c\x41\xba\x9d\x4a\xf3\x0b\x3a\x91\x00\xa1\x9b\x38\x32\x20\x7c\x9a\x15\x85\xa3\x67\x91\x41\x0e\x1a\x6f\x58\x60\x5d\x3a\x6a\x07\x91\xf0\x40\xb5\xc9\x01\x51\xf1\xab\x80\x56\x80\x5a\xb3\x35\x67\x08\xfe\x99\x8b\x54\xc9\xa5\x59\x15\x6d\x46\x40\xad\x79\x72\x48\x4e\x3c\xec\x02\x36\xd6\xda\x03\x73\x58\xd2\x57\x68\x4a\x02\x31\x6b\x12\xb3\x01\x41\x4c\x17\x91\x75\xa7\x21\xbd\x5c\xcb\x4b\x0c\x55\xe8\xa9\xaf\x52\xd0\xbe\xa6\xe4\xac\x8b\xf6\xe3\xc1\x69\xa3\x69\xf6\x8d\xfa\x6d\xaa\x4e\x4c\x5f\x73\x28\x84\xb2\x09\x36\x98\xec\x82\x7a\x3d\xd6\xe3\xaf\x09\xef\x7b\x49\x55\xbd\x46\x09\x3d\xf8\x9e\x69\x8d\xfe\x34\x54\x26\xcf\x8e\xde\x31\x90\x4f\x5f\x91\x35\x77\xa6\x16\xb6\x08\xac\xff\x99\x5e\xe3\x2d\xee\x07\x3d\x09\xb9\xca\x42\x7e\xdf\xfa\xc2\x69\xcb\x37\x28\x39\xa3\x8c\x44\xbf\xce\x56\x07\xec\x5a\x7e\xc0\x9f\xdf\xa8\x34\x89\xba\xf1\x3a\xf6\xb8\x02\x11\xe7\x1a\x00\x02\xf4\xd4\x5d\xfc\x87\x3a\x85\x1e\x7a\x2e\xa2\xdc\x67\xdc\xea\x2f\x37\x28\x1c\x46\x01\x56\xd7\x0a\x48\x49\xb8\x94\x16\x1c\x35\x40\x82\x02\x6c\x75\x18\x7a\x84\xaa\x18\x48\xf5\x46\x9c\x22\xb2\xa5\x8e\x80\xbd\x7a\x5e\xa9\xd4\x5c\x4d\x64\x4c\x84\x32\x53\xb9\x11\x3a\x52\x29\xcf\x8d\x35\x7c\x26\xd2\x80\x24\x8d\x3d\x25\xec\x6b\xc0\xe6\x01\x82\xe6\x0d\xf1\xde\x0b\x97\x72\x75\x3a\xe4\xbb\x97\xad\xd5\xbe\x3a\x2c\x20\x73\x3c\xb0\x4d\xd7\x2a\xf8\x4c\x10\x18\x1c\x0a\x92\x0f\xae\x24\xcf\xcc\xa0\x97\xfa\x33\x6c\x86\x85\x63\xfb\x8c\xfc\x3d\x22\xaf\xcc\x2b\x5d\x25\xaa\x43\x09\xc4\x40\x58\xd7\x81\x78\x8a\x4c\x40\x77\xd6\x82\xa3\x6b\xe2\x69\x3a\x68\x52\xa7\xd2\xa7\x0b\x5f\x65\xa1\x9b\xd2\x38\xcf\xc8\x7b\x63\xe1\x3c\x23\xf6\xaa\xf4\xa2\xaf\x80\x38\x46\x2a\x78\x1e\xa5\x74\x4a\x43\x03\xcb\x75\xc4\x92\x7c\x2a\x93\x0c\x57\xa6\x16\xa9\x78\x32\xbd\x0b\x63\xa7\x04\xfd\xb0\x57\x49\xfb\xda\x80\x08\xe5\xb6\x90\xd0\x49\xa6\x41\x89\xb6\x0e\x09\x48\x38\xc4\x69\x41\x53\xba\x90\x40\xf6\x29\xbe\xa1\x70\x77\xba\xb5\x68\x88\x58\x48\xdb\x3f\x00\x49\xa0\x2a\xcb\x54\x4e\x16\x50\xcd\x05\x35\x64\x71\x8c\x97\x32\x4b\xff\xe8\xaa\xc1\x13\x8a\x95\x2a\xba\xa2\x3a\x45\x5e\x94\x6d\xc0\x9d\x24\x9e\x84\xde\xe6\x10\xe3\x84\x71\x95\x82\xe7\x2b\x96\xe4\x23\x28\xe3\xb7\x86\x63\x2a\x79\x4c\xaa\x57\xd4\x9c\x19\x1a\x58\xf7\x1d\xf3\x4c\x9f\xcf\xd5\x53\x97\x9f\x77\x28\x08\x0a\x77\xf5\x26\xe5\x72\x86\x06\xf5\x57\x80\x41\x05\x8a\x1a\x6d\x99\xbf\x62\x3e\x73\x0a\xd7\x47\xe9\xa7\xf3\x7e\x6e\x4b\x3a\x37\xc6\xad\xb3\x0f\x1a\xe1\x62\xf0\xd4\x63\xd6\x5b\x77\x61\x0b\x4a\xb6\x6b\x66\x13\x92\xfd\xad\x80\x47\x48\xf1\x4a\x62\xde\xae\xd6\x5d\x10\x29\xbb\x02\x7e\x54\xb8\x4e\x9f\x99\xaf\x9c\x21\xd5\x69\x1f\x8e\x14\xa9\x39\x4c\x7b\xa1\x45\x76\x74\xeb\x65\x11\x23\xad\x61\x85\x3a\x72\xc4\xbe\x6d\x90\xfd\x42\x18\xb4\xc0\xb0\x94\x8b\x7a\x34\x2b\xa6\x84\xd7\x12\xd5\x00\x35\x3c\x66\xc8\xb6\xac\xab\xdc\xbb\x8a\x12\xfa\x75\xca\x26\x92\xd9\xe8\xc5\x88\xbd\xc2\x85\x95\xbd\xa2\x88\x1c\xc9\xee\x50\x2a\x39\xa6\xdd\x43\x75\x67\x55\x64\x02\xa2\x7f\xfd\x76\xc3\xc4\x48\x9b\xf7\xd9\x9c\xb3\x39\xe6\xb8\xbc\x4f\x00\x7d\xbc\x4f\x81\x29\x26\xd5\xe6\xd8\x00\x1d\x92\x78\x0b\xdd\xa2\x0f\xab\x7c\x70\xd7\xbf\xb0\x4d\xff\xb0\xf7\xf6\x87\x66\x88\x36\x05\x9d\xa7\xf6\x73\xa6\xf4\x54\xda\xd6\x28\x42\x97\x21\x43\x73\xb5\x29\x7b\xf5\xf5\x2e\x70\xb0\x52\x21\xa7\x6f\x49\xb9\x81\xeb\xdd\x73\xe4\x54\xad\x00\x60\x04\xe6\xc2\x0b\x86\x9d\xb2\xb1\x7f\x9a\x71\x3c\xcc\x02\x5f\xe3\x31\x4f\x9c\x70\x42\x46\x5b\xa0\xb9\x49\x53\x33\x28\x49\x9e\x91\xcf\x16\x00\x95\xb3\x02\xc8\x67\x16\x85\x31\x46\x01\x43\xcf\x54\x9a\xc1\x63\x8b\x04\x60\xb0\x34\x2e\x53\xf9\x51\x65\xb6\x2e\x36\xf3\xe3\x61\x21\x95\x34\x6c\xaf\x1c\x37\x39\xfd\xe1\x1c\x0e\x6d\x0a\x81\x57\xc4\xea\x00\xa1\x4e\xc5\xed\x5b\x55\x68\xff\x52\x11\x97\x53\xf9\x5f\x66\x78\x50\x2a\xca\xe9\xac\xa9\x05\x6e\x61\x2b\xee\xc7\x5e\x7f\xc1\x46\x5f\xff\xcb\x9b\x2f\x6f\xb0\x3e\xbd\xc8\x40\x0e\x62\x54\x3e\x40\x1c\x59\x5b\x91\xa6\x90\x98\xb5\x6f\xe0\xca\xca\xfd\x23\x3a\xa5\xc7\xe9\x8e\x33\x93\x65\x17\xa3\xcf\x46\xef\x5a\xc1\x3e\x16\x3b\x66\x11\xcf\xa3\xd5\x89\xf5\xe5\xc8\x8c\xd9\xd3\x8f\xa6\x0f\x79\xe1\x8d\xa7\xd5\xcc\x57\x66\xee\x5f\x7a\xed\xe4\xd6\x4a\xeb\xc5\xbc\x02\xe0\x4c\xee\x4b\xab\x32\x14\x35\xc4\xc5\xe9\x95\xce\xbc\x9f\xe7\xbe\x6e\xc9\xde\x7d\x00\x95\x82\xc6\x92\xaf\x45\xcc\x5e\x41\xed\xc3\x2b\x3b\xf9\x53\xb9\x99\x9f\xa6\xdb\x45\x4e\x64\x2d\x66\x50\x4e\x81\x0e\x79\xc7\x29\x37\x8b\xeb\xd7\xa4\x1d\x83\xdd\x7a\xd1\x6a\xf6\x75\xdc\xd8\xb8\x27\xf5\x77\x58\x30\xe4\xe3\x46\xe7\xae\x8c\x98\x29\xb3\xdd\xf1\xec\x71\xc4\xe6\x9a\x4b\xe0\x07\x8d\x43\xa7\xca\xef\x4e\x54\x33\x07\x26\x14\x4a\xe0\x70\xc9\xd3\x2d\x40\xa9\x47\x53\x89\xb4\x31\xc0\x1c\xb5\x8d\xd2\x24\x42\x65\xc5\x8a\x1f\x24\x9e\x84\xcc\x2f\xa8\x4e\xda\x62\xb6\x0f\xcd\xb4\xba\xba\xeb\x83\x24\x22\x27\x65\x6f\x87\xfb\x82\x72\x1f\x70\x8c\xb4\x00\x2c\xf3\x7c\x1b\x60\x3c\xdd\x02\x1f\x11\xc1\x3a\x30\xeb\xb0\xbf\x16\x73\x95\x5a\x6a\xa2\xc9\x39\x53\x1a\xf8\x1e\x73\x45\x7f\x4a\xe2\xb6\x53\x2c\x91\xb1\xf8\x76\x50\x7d\x70\xf7\x81\x64\xdd\x3b\xf3\x98\x80\x56\xb0\xfa\xb2\xb0\x8b\xb4\x30\x87\x45\x6e\x6f\x70\xb5\x6f\x65\x55\xc0\xd9\x38\xcd\x57\x80\x02\x43\xfc\xb1\x1f\xd4\x35\xdf\xb2\x68\xc5\xe5\x32\xb8\x42\x03\x28\x47\x6c\x94\x46\x26\xff\x27\x20\xe2\x51\xda\xd6\x5f\x51\x55\x11\x81\xa0\x5d\xfc\x17\xb1\x87\xca\x96\x0e\xf1\xe5\x52\x8b\x25\x94\xc4\x96\x04\xa0\xd1\x7e\x3a\x4a\x46\x7c\x4e\x57\x59\xd9\x71\x6a\xb3\xdb\x6e\x2d\xb9\xde\xba\xa2\x1c\x92\xc1\x70\x43\x57\x1b\xd6\x11\x4b\xc4\xe9\x88\xfd\xd1\xe3\x2d\x45\xa4\xa4\xab\xea\x69\x7e\x87\x4d\x25\x52\xbb\xc3\x16\x35\x14\x71\x37\xf7\x1d\x3e\xab\x89\x69\x34\x2e\x9a\xce\xb2\xa8\x9c\xe7\xc5\x00\x5b\x49\x82\x49\x67\xe6\xc7\x77\xf8\xdb\x4e\x48\x32\xdf\x18\xf3\x66\x09\x34\xcc\xf7\x8d\x85\x37\xcf\x26\x6e\xaf\x96\xb1\x6e\x8e\xfb\x05\xdd\x4f\xd5\xf2\x45\x5d\x4a\x5b\x25\xdd\xea\x52\xba\x99\x48\x5b\x2a\x7f\x3b\xde\x69\x68\x28\xd3\x62\x33\x09\x75\x9d\x55\xaf\x5b\x0d\x16\xc0\x49\xcc\x2a\x8d\x7e\x3b\x02\x19\x5c\x01\x72\xc9\x48\x36\x1d\x08\x25\x16\x05\x90\xcd\xfa\x5e\x77\xe3\x36\xfe\x86\xe6\xe1\x7f\x68\xb9\x17\x5b\xcf\xa4\x69\xd0\xc3\xfd\x89\xe3\xa4\x07\x9e\x53\x5e\x6c\x1e\x48\x69\x6d\x70\x53\xe9\x64\x99\x48\x9e\x2b\xcd\x5e\xdf\x58\x26\xc7\x37\x8e\x7d\x18\x46\xf1\x18\x66\xa2\x34\x44\x68\x26\x9a\xef\x5e\x00\xef\x15\xf1\x6c\x18\x0b\x4e\x93\xec\xe3\x4e\xf8\xba\xf9\x56\x96\xf3\xf5\x26\x24\x70\x73\x6a\x44\x34\x32\x29\x0e\x02\xb3\x1d\x83\x18\x5f\x92\xf9\x92\xa4\xa9\xa4\xc8\x38\xce\x9b\xd2\x0d\x7a\xc6\xd5\xb7\x04\x3f\x72\xb6\x27\x29\x01\xfa\xf1\x3d\x7e\xdd\x99\x51\xbc\xbd\xb4\x09\x03\x7f\x2f\x28\x39\xda\xf0\xa2\xc8\x27\x95\xc1\xa9\x8d\x57\x3c\x67\x36\xcc\x29\x69\x6b\xaf\xcf\x52\x55\xc4\x8c\x8c\x06\x65\x27\xf5\x29\x9e\x3e\x40\xf0\x76\x7a\xda\xc6\x76\x33\x50\x5f\xc4\xed\x6f\xf8\x5d\xf3\x0a\x87\xcf\x5a\x2c\x5c\xe7\xd6\xa2\x91\x1d\x16\x7b\xa2\xc4\xfc\x47\xbe\xe9\xae\xa0\xe7\xf6\xe6\x8c\xf5\x2e\xa1\xa2\x76\xc3\xde\x6f\x19\x2e\x17\x0d\x05\xb6\x99\x61\x81\x32\xab\x1f\x03\xeb\x39\x0c\x24\x37\xf0\xe1\x85\x88\x4c\x9e\x3d\x1e\xfc\x38\x5b\xd8\xd9\xfd\xa8\x0d\xd7\x42\xe6\x33\x78\xe2\xb0\x87\xc1\x43\x6e\xe0\xe7\x25\x87\xa4\x57\x40\xf0\x3f\xee\x15\xc6\x79\x6d\x69\xf9\x7f\xb2\x3b\x8a\x6d\x64\x56\x8b\xce\x9c\x3e\xaf\x13\x80\x62\x04\x39\x31\x37\x71\x2d\xd3\x45\x2f\xb4\xc7\xe8\x05\x2f\x54\x32\x9d\xbd\x5e\xc8\xf7\x1e\x99\xd9\x4d\x2b\x14\xe6\xa1\x82\x42\x63\xca\xec\xdf\xfc\x9a\xc3\x22\x5d\x9f\x9d\x65\x3c\x67\x66\xfe\x52\xf6\xdf\x42\x2b\x8f\x92\x27\x7d\xeb\xa0\xe1\x4e\x7f\x78\x7f\x0d\x14\xf4\x77\x51\x7d\x23\xa4\x9f\x87\xbf\x50\xf5\x3e\xde\x2c\xe7\x5b\xeb\xee\xb7\xa4\x12\x36\x22\xc2\x79\xd8\xf3\xd8\x0c\x2e\x76\x81\x7d\xb7\xa1\x2f\x77\x58\xd8\x0d\xfa\x16\xee\xad\xc4\x8f\xb5\xe6\x1b\x82\x3d\x11\xc2\xb2\x1a\xc4\x3f\x85\x97\xf8\x8f\x5f\xfe\xf3\xb4\x4d\x87\x09\xba\x3e\x14\x45\xe2\x3a\xff\x41\x27\x42\xc6\x90\x94\xe3\xb1\x83\x62\x39\xb3\x28\x4b\x51\xda\x92\x79\x36\xcb\xf0\x28\xc5\x64\xcd\xe7\x60\x36\xc3\x45\xf4\x1d\x32\xbb\xde\xc8\xba\xed\x5b\xca\xfb\xb4\x1d\xd5\xd9\x2c\xde\x4a\xbe\xae\x2b\x57\xbd\x68\x1f\xb7\x89\x48\x63\xe8\x22\x3d\xbd\x31\x3b\xf1\xbb\xf0\x9f\x25\x67\xb8\xcb\x74\x1c\xe0\x15\x1f\xb2\x83\xea\x7e\xaf\x93\x8e\xf0\xc6\x28\x89\x43\xb9\x53\x67\x8a\x3c\xd1\x9c\xdb\x43\x10\x60\x6b\xf1\xbc\x4f\xa9\x9f\x0d\x4f\x18\x30\x7a\xcd\x27\xc9\x77\xba\x53\xb4\x51\xde\xf5\xe9\xbe\x0d\x89\xdd\x28\x95\x1e\x1a\x16\xe3\xa9\x25\xec\x9d\x01\x07\xfe\x21\x3e\x27\x2e\x00\x77\xbb\x9c\x9c\xbb\x04\x8d\xe3\x90\xa3\xcb\xb5\x53\xa0\x01\xec\x00\x75\x01\x32\xf6\xd0\x89\x0e\x94\x5d\xb6\x69\xc8\xd0\x0d\x44\x0b\x42\x1b\x98\xda\x77\x5a\xb4\xb5\x38\x5d\x50\xff\xc9\x7d\x1f\x81\x67\xa7\xd2\xc3\x41\x37\x66\x64\xac\xaf\x3c\xca\xdd\x9e\x43\x3e\x2e\x37\x8e\xc1\xb3\xed\x78\xa2\x4e\x8e\xb9\x7e\xd3\x51\x3f\x95\xc1\xb1\x8e\x4c\x14\x16\x8e\xe9\x46\xad\xe9\x52\x5d\x5a\x86\x07\x5f\xaa\x0f\x21\x5d\xec\x8c\xba\x9e\x87\x7a\x08\x90\x38\x8c\xd4\x7a\x6e\x2e\xb6\x58\xde\x47\x91\x26\xf0\x47\xc6\x96\xd3\xc6\x45\x05\xad\x5f\x81\xa4\xba\x95\xb1\x77\x50\xc8\x90\x1e\x28\x34\x59\xbb\x7c\xf6\xd0\x09\x3c\x2e\x3f\x64\xb3\x9d\x1d\x57\xdf\x00\x74\xc9\x9f\xf9\x36\x03\xf1\x08\x61\xac\xe2\x02\xa3\x2b\xe5\xfe\x8f\xfc\x9d\xdf\xf1\x25\x91\x12\x53\x41\x9a\x32\xf4\x2e\x09\xd6\x3c\x8b\xd4\xca\x64\x78\x2e\x89\x57\x59\xf3\xe0\xfc\x3a\x01\x53\xdd\x19\x30\xc5\x8c\xc5\x3f\x46\x8c\xb4\x23\x12\x73\x60\x40\x28\x38\x26\xb5\x8a\x48\x40\x39\x67\xa0\x29\x85\xe6\xd8\x3c\x7b\xc4\xd6\x3c\x91\xb4\x0d\x72\x6d\x0c\x64\x2c\xe6\xc5\x72\xd9\x1a\xa7\xf8\xf1\x03\x9e\xe5\x7d\xf2\x4f\x1f\x90\xea\x64\x43\x39\x46\x48\x69\x62\x9f\x84\x79\xd2\x45\x92\x8a\xef\x13\x45\x3a\x52\x48\x6c\xd2\x27\x24\x66\x13\xed\x00\xff\x27\xc6\x6b\x9b\x0c\xfd\x2d\x56\xf6\x7d\x62\x65\x8d\xc9\x80\x6a\x0f\xb1\xe4\x7c\x96\x94\x1d\xe0\x8e\x1e\xee\xc9\x5c\xe3\x28\xce\xa0\x57\x24\x9b\x94\x09\x19\x67\x20\x61\x7e\x7c\x2a\x1b\x38\x7d\x0e\xbf\x94\xef\xc8\xf0\xde\xa9\xb5\x60\xf0\xa8\x0c\xa9\x84\x19\x55\x58\x8c\x00\x3a\x64\x5e\xd0\xa7\x45\x29\xe9\x0a\xc7\x15\xa6\x67\x63\xef\xb4\xbe\x96\xe2\x99\x99\xd3\x60\x14\x62\x29\x82\xe9\x01\x8e\xf9\x37\xa4\x7b\xea\x81\x97\xae\x9c\x54\x8b\x25\xd7\x31\xc0\x7d\x69\x4b\xa6\x3c\x7a\x34\xff\x0e\xfd\xa3\x27\x12\xde\xc3\xd2\x5d\x22\x06\xc9\xb7\x96\xc8\x08\x35\x28\x09\x5a\xe2\xfb\x87\x3f\xcf\x18\x8f\xb4\xca\x30\x66\x16\x17\xda\x17\x84\x4b\x70\x10\x9f\x92\xb8\xe0\x29\x3e\xb1\x35\xdc\xc5\xb3\x83\xe8\x3b\xc7\x01\x8b\xba\xf8\xb6\x49\xb9\x2c\xef\x49\x7c\x5d\xe0\x4f\x48\x3a\x56\xbe\xa3\x01\xfa\xae\x74\x66\xa1\x96\xa1\xdf\x56\xe8\x7d\x6a\xc1\xe3\x6d\x48\x96\x92\x48\x12\x28\xe3\xf1\x3a\x91\x66\xea\xad\x48\x86\xb3\xaf\xd0\x74\xc4\x53\x44\x3d\x01\x97\x74\x9a\x56\xb6\x7e\xc6\xa4\x30\x2e\x0b\xd7\x49\xba\x05\x2f\x75\xa3\xc5\x49\xf0\x9c\x60\x7f\x13\xe8\x3a\xc9\xa6\xd2\x16\xf6\x16\x99\x58\x14\x29\xfa\xb2\x70\xdb\x73\x2f\x40\xfb\xf0\x61\x32\x32\xc7\x58\x4e\x0c\xae\xc1\x83\x51\x17\xe1\x18\x00\xd6\xfa\x3d\xab\x57\x90\xd7\x93\xf8\x68\xc0\xd7\xad\xd4\xb3\x45\xd9\x3f\x73\x0f\xa3\x6a\x3b\x4b\x8e\x16\xd8\xeb\xf6\x6a\xec\x7d\xc2\xee\x4a\x1c\xf4\xb2\x98\x28\x7d\x26\x62\xb7\x13\x13\x09\xaf\x43\x92\x42\x04\xba\x10\x31\x2b\x32\x04\xeb\x9b\x39\x04\x6b\x6d\xaf\xcd\x58\xbe\x60\xe5\xa8\x98\x7b\xbb\x24\x53\x92\x4d\x8b\xdf\xff\xfe\x4f\x82\xfd\x9e\x04\xeb\xc0\xca\x60\x48\x16\x68\x7c\xb0\x75\x30\x50\xee\x01\x02\x39\x7e\x6a\x33\xc2\x9a\x50\x47\xb6\x72\x0e\x70\x3b\x3c\x5a\xb1\xac\x98\x23\x28\x85\x53\x54\x8f\x4b\xc7\x92\x77\xa9\x00\x5f\x82\xe7\x98\xed\xfd\x80\x60\xc1\x0d\x9d\x2f\x36\x10\x10\x00\xe3\x60\xa0\x43\x55\x1a\x18\x14\x7c\x49\x30\xe0\x37\x20\x4d\x33\x62\x3f\x25\x4f\x62\xc4\xee\x36\x5c\x3f\x8e\xd8\x39\xc6\x17\xff\xa2\xe6\x3b\xef\xff\xc7\x88\x81\x39\x37\x75\x70\x34\xbb\x31\x9a\x34\x0a\xb8\x21\x83\x98\x76\x3d\x5a\x63\x21\x05\x20\xf6\x81\xb2\xa9\xbb\x04\x38\x5a\x09\x44\x8f\x75\x8b\x69\xc7\xb1\xb5\xde\x69\xaa\x56\xda\x9f\xa7\x54\x26\xd4\x04\xad\x30\xe7\x18\xac\x44\xf3\xe2\x27\xe0\x99\x28\xcd\x36\x29\xcf\xcd\x5a\xc9\x48\x89\x0b\x57\x05\x02\xce\xf0\x44\xae\x14\x7f\xf5\x75\xbc\xec\x83\x67\x1b\xa5\xd2\x46\xff\xeb\xa8\x03\x58\x8b\x76\xf6\x1d\xbc\x09\x82\xe6\xb3\xd0\x2b\xb1\xa3\xe8\x23\x67\x3e\xce\x16\x88\x4f\xc3\x6a\x8a\x0b\x20\x15\xf0\xc3\x11\xea\xa1\x18\xb3\x82\x30\x3f\x74\x44\xac\x7c\x16\xb7\x1e\xa2\x71\xa2\x28\x84\x18\xc2\xcb\x6a\x31\xbd\xac\xfe\x9c\x16\xb7\x10\xda\x9d\x25\x4d\x95\xdf\x43\x37\xd7\xfd\xaa\x31\x50\x8f\x3d\xb7\x06\xdc\x02\xad\x77\xf1\xde\xd9\xaa\xb2\x59\x94\xf2\xac\x27\x74\xab\xd1\xee\x4c\xa8\xa1\x33\x68\xa7\xbf\xcd\xfc\x09\x62\xaa\xeb\x9e\x07\xe6\x54\x8e\x1d\xef\x9b\x77\xb5\x9c\x7b\x88\x66\x16\x1d\xe3\xda\xd4\x20\x7a\xdb\x93\x04\x8e\x58\x56\x44\x2b\xc0\xa7\x97\xed\x54\x68\xb7\xea\x3b\x76\x34\x95\xc6\x59\x41\xd9\x04\x0e\x19\xd0\x67\x60\xd8\x4e\xfe\x5b\x38\x6f\x88\x60\x90\xa1\x03\x34\xe7\x66\x6a\x48\x2f\xbd\xea\x2c\xda\x52\x01\xae\x1f\x45\x1c\x84\xfa\x8a\x4d\xcc\x73\xe3\x3d\xbb\x43\x0e\xd6\xaf\x23\xcc\xb4\xde\x67\x16\xbe\x58\xe8\x2c\x57\x2c\x6d\x9a\x2c\x44\xb4\x8d\x6a\x44\x18\x25\xdc\xc1\xf1\x62\xca\xfb\x85\x54\xbb\x08\x13\x9a\x6f\xca\x9f\x6b\x05\xbe\xac\x2d\x59\xfb\x8f\x09\xd1\x6a\xa9\xd9\xff\x67\x8f\x8a\xed\xc8\xff\xfe\x86\xb6\xfa\xa7\x8c\x20\xf5\x2b\xd7\x2f\xd9\x2f\x0b\x68\x82\x1b\x2b\x79\xcd\x8d\x30\xaa\x1f\xab\x22\x33\x89\xc3\x7d\x83\x2c\x8b\x2d\x89\xf8\x1d\x5b\x81\xea\x5e\x63\x57\x93\x3b\x00\x85\x4d\x3f\xb5\xe3\x75\x96\xaa\xac\xd0\xdd\x9b\xff\xb6\xdc\x6b\xfb\xf4\x06\xca\x3e\x58\x6c\xeb\xb9\x80\x72\xeb\x3e\x78\x89\x36\x47\xc1\xdc\x97\xaa\xbf\x27\x80\xd1\xb3\x60\x11\x62\xc3\x5b\x44\x70\x6a\xbf\x0b\x62\x20\x70\xf2\x2e\x45\xe8\x05\x54\x0e\xc7\xd2\xe2\x2a\xe5\xfb\x7e\x28\x10\x73\xe3\x1d\xac\x42\x13\x53\x0a\x97\xf5\xca\x90\x1e\x23\xfb\x70\xc3\xf3\x15\x06\x72\x40\x44\x1e\xb3\xe5\xb9\x71\xa0\x50\xa2\x0c\x53\x12\xf3\x54\xcd\x41\xd7\x0a\x64\xa7\xdb\xd6\x39\x2d\xce\x5e\x43\x57\x9f\xb0\x3e\x6b\xdb\xec\x07\x28\x72\xd3\x22\x03\xae\x83\x7a\xce\xaf\x2f\x24\x74\x58\xb0\xa9\xde\x5d\x63\xb6\xce\x6b\xc1\xa6\x3a\x57\xb4\xb1\xea\x80\x0f\xbc\xd8\xa3\x28\xe0\x22\x2c\x14\x33\xc7\x1b\xd1\x66\x52\x52\x1d\x99\xf3\x2a\xef\x6b\x85\x03\xa7\x72\x8c\x9f\x94\x64\xb6\x9d\x26\x82\x83\xe0\x91\x46\x94\xdb\x7f\x58\x39\xc6\xc6\x21\xe8\x8b\xfc\xfa\x91\xbf\x71\x41\x78\x64\x04\x85\x5a\x32\x4f\xb4\xf1\xa7\x33\x70\x17\xb2\x62\x7e\xe2\x39\x01\x94\x06\x07\x03\x28\x23\x36\x5c\x83\x00\xdf\x2a\x49\xe3\x93\x86\x83\x04\xe3\xd0\x9e\xdb\xdc\x52\x49\xf1\x94\xcc\x17\xdc\x0b\xb1\x28\xd5\xbd\xbb\x6b\xc7\xb8\xf7\x10\x45\xb2\x05\x91\x68\xae\xbb\xec\x45\xe9\xb2\xf4\x6b\x03\x94\x7a\x20\x80\x5a\x34\x71\xfe\xf9\xed\x44\x69\xcc\xfa\xd8\x89\xfb\xf2\xd5\xca\xee\x1a\x73\x39\x24\xcb\xd1\x0e\x5b\xfc\xbe\xc8\x4a\x98\xc0\x6c\xc3\x9f\x25\xd5\xe2\x77\x73\xfb\xed\x65\x1f\x9a\x85\x45\x8d\x7d\xa8\x41\xb3\xbc\xa5\x90\xc4\x6a\x93\x27\x4e\x40\x66\x14\xc8\xc6\xf1\x34\x0d\x69\x92\x7d\x28\x68\x2a\x7d\xc0\xc0\x1c\xff\x69\x6a\xfe\x19\x55\x0d\x37\x31\x2f\xc4\xa8\xed\x3f\xb2\x85\xe3\x44\xb9\x44\x69\xa4\x13\xbc\x98\xfb\xeb\xf3\xae\xdd\x7c\x2c\x7f\xf2\x07\xab\x99\xdb\x91\xb0\xc5\xc7\xce\x1e\xc5\x76\x70\x5f\x9b\x53\x26\x5e\x57\x0c\x64\xb8\x5d\xf1\x72\xc4\xb5\xb6\xf0\x78\x7a\x2a\xe3\x3a\x4f\x16\x3c\x2a\x45\xd0\x7b\x11\xe9\x95\x4e\x48\x6c\x31\x03\x78\x80\x85\x0e\x7a\x66\x17\xce\x9c\x82\x59\xfb\xfc\x1f\xfb\x4e\x21\xbc\x91\x7e\x81\xf8\x48\x77\xe0\x10\xb7\x6f\xfd\x8c\x2c\x45\x96\x79\xad\x84\xa0\xe7\x60\x73\x56\xe2\x43\x6a\x1c\x52\xd0\x01\x01\x01\xeb\x43\xc6\x70\xcf\x52\xad\x61\x14\xba\xd8\xcd\x81\x64\xe6\x35\xa5\x21\x52\xeb\x86\x2b\x47\x4c\xa4\x32\x79\x95\x07\x01\x86\x10\x0b\x26\x9e\x2c\x03\x74\x85\x80\xdf\xaa\xc7\xaf\x45\x9c\x14\x55\xfd\x8a\x52\x71\xcf\x6f\x77\xe1\xff\x7d\x77\x61\x80\x7f\xbc\xe4\x45\xb8\xb9\x6c\xec\xb7\xa3\xf0\x07\x38\x0a\xcb\xa9\x3e\xa1\x9f\xb0\x3c\x60\xc8\xd0\x52\x57\x6f\xfd\xcf\x0f\x1b\x5c\xc1\x82\x9e\x64\xfd\xc7\x99\xd6\xea\xc0\x5d\xdc\xdb\xfa\x75\x67\x1f\xbd\xb3\xe0\x3d\xe8\xa0\x36\xa9\xb6\x8f\xc2\x10\x54\x1e\xce\xa1\xb9\xb8\xf4\x0e\x5f\xb6\x97\x7f\xfe\x50\x49\x98\x3e\xce\x80\x31\x51\x2e\x2d\x73\x65\x4d\x93\x14\x98\x9e\xec\x30\x51\x01\xed\x1e\xcf\x5f\x65\x6e\xd4\xcb\xa6\xc8\xe2\x01\x2f\x93\x2c\xff\x54\xd1\x38\xd9\x4f\x24\xe5\xc5\x90\x04\xb6\xab\xd8\xcd\xe0\x17\x9d\x09\xf0\xdb\x72\x8a\xda\xf8\x05\xb8\xe6\x80\x97\xc7\xb2\xda\x9b\x7e\x0f\x39\x38\xbe\xb8\xf1\xfa\x82\x3e\xef\xb3\xe6\x9b\x8d\xd0\x36\xef\x5a\x4b\x8d\x03\x45\x3c\x3c\x05\x34\x1e\x56\x02\x85\xa6\x2a\x67\x9b\xd9\xd3\x95\xa6\xe1\x6b\x30\x74\xa7\xcd\x33\x77\x55\xa4\x69\xeb\xcc\xed\x66\x9e\xbe\x7a\xb8\xbc\x9c\x7d\x1a\x5f\x3e\x5c\x74\x32\x39\x07\x5f\x6b\x1d\x13\xd7\x13\x1a\x13\xaf\x15\x61\x1e\x2b\xac\xd8\x95\xf2\x6f\x8d\x17\x87\x22\x4d\xcb\x2c\xdf\x53\xf9\x85\xda\x01\x10\x1b\x2a\x98\x98\x71\x63\x9d\x03\x57\x7e\x3e\x7c\xed\x8b\x69\xfc\x0b\xfe\xf6\x84\xf9\x97\x78\x07\x5a\x14\xc4\x71\xdf\x3c\xae\x84\x90\x3d\x60\x3b\x20\x64\xaa\x6d\x3b\x1c\x5b\xc7\x60\xbf\xed\xf1\x20\x81\x32\x4e\xc4\x56\x7e\xe0\x28\xbb\x03\xc7\xee\x4b\x39\x9a\xe9\x6c\x79\x8c\xae\x39\xb4\x3b\x42\xf6\x79\xd0\xd4\xf2\x04\xed\x53\x89\xf7\x4a\xd3\xa7\x5c\xb5\xf7\x89\x4d\x08\x8d\x90\x72\xb9\x2c\xf8\x52\x64\x23\x66\x1f\x3e\x95\xeb\x64\xb9\x02\x72\x3e\x12\x3f\x77\x37\x31\x9e\x27\x4f\x55\x59\xa4\x0a\xba\x2e\x91\x53\x49\xef\x24\x97\xbe\x79\xc4\x98\xfd\xe5\xce\xbd\x0e\x41\xf7\xb0\x21\x22\xd0\x97\x53\x89\x93\x8b\x0c\xc0\x36\xcc\x03\x8e\x2b\xcf\xab\x4b\x97\x83\xc0\x12\x8a\xcc\x19\x9b\xbe\x84\x80\xd3\x54\xba\xb2\x18\x04\x01\x86\x02\xee\x88\x0e\xc6\x2e\xed\xb6\x27\x76\x32\xec\x9e\xa0\xbe\x35\xaf\xfa\x83\xcf\x00\xb3\xe1\x66\x03\xd4\xb2\xea\x66\xac\xe7\x1d\x81\x07\x86\xa3\xad\x56\x12\x6a\xa1\x9a\x7b\x63\xdf\x0b\xbf\xd3\x9a\xc2\x57\xc5\x3c\x1d\xd0\x25\xfc\x7e\x67\xa7\xd0\x24\x77\x77\xaa\x47\x8c\xf7\xb6\xb2\xb5\xcc\x32\xed\x7a\xec\x5c\xa9\x96\x79\x39\x62\xb4\xb4\xd4\x29\xfa\xc1\xae\xc1\x28\xa2\x7c\x9f\xf5\xd2\xa3\x80\xa1\x3a\x44\xd6\xfa\x74\x75\x28\x4d\xb2\xbd\xba\xe3\xfd\xa7\xde\x3d\x72\x1e\x02\x1d\x76\x83\x2c\x2c\x9d\x73\x25\x03\xdb\x62\x26\x29\x46\x67\x65\xa7\x12\x34\x2f\x66\xf3\xa0\x26\x94\x59\xff\x23\xb7\x88\x46\x7e\xe6\x46\xd0\xc9\xa8\xd0\x99\x31\x97\x64\xef\xc8\x6a\x2b\xcd\xf8\x54\x5a\xc2\x56\x6b\x8e\xc7\x16\x84\xa0\xdd\x5f\xb1\x28\x64\x83\x84\x87\xe0\xb1\xe6\x4c\x49\x61\xad\xe1\x54\x5a\xad\xb2\x11\xe3\xf3\xcc\x4a\x80\x71\xb9\x75\xba\x5c\x89\x13\x5d\xe0\x92\x01\xba\x63\xb7\xcd\xab\xb8\x01\xa5\x73\xfe\x77\xe6\x7f\x7f\xff\xdd\xff\x0f\x00\x00\xff\xff\x5f\x64\x75\xdb\x5d\x38\x04\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x73\x23\xb9\x95\x2f\xfa\xff\x7c\x0a\xdc\xf2\x8d\xa8\x2e\x0f\x25\x75\xdb\x33\x7e\x1e\x4d\xdc\x78\x8f\x2d\xb1\xaa\x75\x5b\x25\xc9\x5a\xba\xa7\xdf\xe5\x04\x1b\xcc\x04\x49\x58\x99\x00\x9d\x40\x4a\x45\x3b\xfc\xdd\x6f\xe0\x1c\x00\x89\xdc\xc8\xe4\xa2\xad\x9a\x33\x11\x6e\x15\x33\x13\xeb\xc1\xc1\x59\x7f\xe7\x1f\xff\x42\xc8\x3b\xf5\x48\xa7\x53\x96\xbd\x3b\x26\xef\xfe\x70\xf8\xed\xbb\x9e\xf9\x8d\x8b\x89\x7c\x77\x4c\xcc\x73\x42\xde\x69\xae\x13\x66\x9e\x4f\x92\x85\x66\x3c\x4e\x8e\x14\xcb\x1e\x78\xc4\x8e\x68\x9c\x72\x71\x38\xcf\xa4\x96\xf0\x21\x21\xef\x1e\x58\xa6\xb8\x14\xe6\x75\xfb\x27\x11\x52\x13\xc5\xf4\xbb\x7f\x21\xe4\x9f\xd0\xbc\x8a\x66\x2c\x65\xea\xdd\x31\xf9\x3f\xf8\xd1\x4c\xeb\xb9\x6b\xc0\xfc\xad\xcc\xbb\xff\x0d\xef\x46\x52\xa8\xbc\xf4\x32\x9d\xcf\x13\x1e\x51\xcd\xa5\x38\xfa\xab\x92\xa2\x78\x77\x9e\xc9\x38\x8f\x3a\xbe\x4b\xf5\x4c\x15\x73\x3c\xa2\x73\x7e\xf4\xf0\xdd\x11\x8d\x34\x7f\x60\xa3\x84\xe6\x22\x9a\x8d\xe6\x09\x15\xea\xe8\x1f\x3c\x36\x73\xfc\x2b\x8b\xf4\x3f\xe1\x1f\xb1\x4c\x29\x17\xf8\xb7\xa0\x29\xfb\xa7\x6f\x87\x90\x77\x53\xa6\x83\x7f\x9a\xd9\xe6\x69\x4a\xb3\x85\x59\x91\x8f\x4c\x47\x33\xa2\x67\x8c\x60\x3f\xc4\x2d\x91\x9c\x10\x4a\x8e\x33\x36\x39\xfe\x35\x63\x93\x91\x5b\xe8\x43\x5c\xe0\x73\x18\xcd\x55\x42\xc5\xaf\x87\x76\x99\xa0\xe5\x98\xa9\x28\xe3\x73\x6d\xd7\xfb\x9a\xe9\x8c\xb3\x07\x16\x76\x80\x13\x21\x66\x22\xbe\x33\x35\x67\x11\x9f\x70\x16\x93\xf1\x82\x70\x31\xcf\x35\xc9\xd8\xdf\x72\xa6\x34\x99\xf0\x44\xb3\x4c\x95\x7a\x91\x73\x96\xc1\x0a\x9e\xc5\xa6\x97\x4f\x4c\xf7\xa1\xed\x62\x54\xe1\xdb\x19\x53\x73\x29\x14\x53\xa5\x45\x20\xe4\xdd\x1f\xbe\xfd\xb6\xf2\x53\x7d\x06\x7d\xa2\xf2\x28\x62\x4a\x4d\xf2\x84\xb8\x96\xc2\xc1\xe0\x82\x1a\xf2\xa1\xb5\xc6\x08\x79\xf7\x3f\x33\x36\x31\xed\xfc\xee\x28\x66\x13\x2e\xb8\x69\x57\x21\x95\x06\xa3\x2d\x7d\xf5\xcf\x7f\x69\xfa\xfb\x9f\xc1\x8c\xe6\x34\xa3\x29\x33\xcb\xe2\xe9\x0a\xff\xaf\x32\x17\x43\x09\xa6\xf3\x82\x5a\xaa\x03\xaf\xcc\xf6\x82\xa6\xcc\xec\xbc\xd9\x2e\xfb\x05\xfc\x9d\x31\x25\xf3\x2c\x62\x64\xcc\x12\x29\xa6\x8a\x68\x59\x5b\x03\x0e\x2d\x18\x22\xae\x3e\x31\x5b\xc9\x33\x66\xf6\x4a\x67\x39\xab\x3c\xd5\x8b\x39\x0c\x52\xe9\x8c\x8b\x69\xb8\x14\xff\xec\x75\x9a\x1a\xd2\xfe\x1a\x33\xc3\x0f\x5a\x27\x36\x14\x7d\xf7\x4a\x44\x05\x19\x33\x62\x4e\x3c\x8f\x59\xc6\x62\x42\x15\xa1\x44\xe5\x63\xc5\x34\x79\xe4\x7a\xc6\x85\xf9\x37\x92\x6f\xe4\xd6\xec\xf5\xac\x0d\xfc\xb9\x7c\x65\xee\x14\xcb\xcc\xc0\x1f\x78\xcc\x62\xf2\x40\x93\x9c\x91\x89\xcc\x4a\xcb\x73\x38\x14\xb7\x33\xb3\x0e\xe9\x98\x0b\x38\x79\x66\x2d\x1d\x85\xfc\xab\x5b\xae\x7f\x25\xa6\x3f\x92\x0b\xfe\xb7\x9c\x25\x0b\xc2\x63\x26\xb4\x39\xd7\xaa\xda\xda\xbf\x4a\xe8\x9f\x26\xe4\x80\x98\x75\x66\x99\x86\xf5\x96\x42\xb3\x2f\x5a\x91\x03\x92\xf0\x7b\x46\xde\x9f\x73\xa5\x49\xff\xea\xec\x7d\x8f\xbc\x3f\x2f\x18\x87\x7a\xff\x0c\x2b\xec\xff\xfe\xef\xe0\xe8\x69\x3a\xad\x1e\xba\x77\x7d\x73\x9a\x6f\xf0\x02\x2a\x5a\xf8\xef\x7f\x09\xdb\xb1\xfb\xb5\x9c\xab\x17\x2c\xdd\xf2\xf3\xae\x5c\x1c\x96\xa9\xcc\xc0\x95\xd9\xa1\x6d\xf9\x77\xed\x76\x68\x60\xde\x6a\x4b\xee\x6d\xc6\x5e\x65\xdf\xea\x6d\xf1\x6f\x33\x85\xa7\xe6\xe1\xdb\x30\x70\xaa\xe1\x64\x51\x2e\xf0\x20\xfa\x73\x99\x29\x73\x16\xdd\x09\x79\x25\x6c\x6b\x1b\x7e\x1e\xcc\x2c\x60\xe9\x8e\x53\x07\xab\xf2\x0a\xe7\x9d\xf0\x94\xaf\xda\xdf\x33\x11\x1b\xe1\xd1\x32\x54\x91\xa7\x63\x96\x99\x65\x70\xac\x15\x66\x3b\x36\xac\x56\xe7\x99\x60\x71\x87\x69\xfe\x2d\x67\xd9\x62\xc9\x3c\x27\x34\x51\x6d\x13\xe5\x42\x33\x23\xa9\x57\x1e\x4f\x64\x96\x52\x6d\x5f\xf8\xd3\xbf\xad\xbb\x10\x5a\xde\xb3\x55\xfb\x7f\x86\xbb\x19\x51\x05\x64\x90\xe6\x89\xe6\xf3\x84\x91\x39\x9d\x32\x65\x57\x24\x4f\xb4\xea\xc1\x6b\x46\x3b\x60\xd9\x81\xbf\xe5\xa0\x07\x77\xbb\xe7\x0a\x7e\x21\x13\xcf\xec\x04\xfb\xa2\xa1\xa5\xa1\x80\xfb\x1d\x96\x28\xbc\xb5\x9e\x60\x29\x37\xa3\x19\x25\x33\x3d\x1a\x2f\x0e\xef\x59\xad\xdf\x56\xca\xa1\x82\x50\xad\x33\x3e\xce\x35\x33\xf3\x36\x6d\xb8\xfb\x19\xd8\x23\x0a\x01\x5d\x58\xc3\xcb\x4d\x38\xe6\x19\x8b\x60\x6e\xeb\x1c\x18\xff\x95\x99\xb7\xd1\xc4\x16\x38\xfb\x7b\xb6\x00\x99\xa7\x61\x05\xfc\x96\x0f\xc5\x50\x90\x03\x72\x3a\xb8\x39\x19\x5c\x9c\x9e\x5d\x7c\x3a\x26\xdf\x2f\x48\xcc\x26\x34\x4f\x74\x8f\x4c\x38\x4b\x62\x45\x68\xc6\xa0\x49\x16\x1b\xb9\xc6\x0c\x86\x89\x98\x8b\x29\x91\x59\xcc\xb2\xa7\x5b\xc6\xca\x53\x26\xf2\xb4\x72\xaf\xc0\xef\xc5\xe8\x2b\x5f\x18\x31\xc6\x3f\x2a\x3d\xf9\xef\xda\x02\xc3\x8c\x4d\xdf\x41\x6b\xcf\x26\x38\x45\x33\x9e\xc4\x19\x13\x47\x9a\xaa\xfb\x11\xfb\xc2\xa2\x1c\xef\xe4\x7f\x94\x7f\x18\x19\xe9\x57\xc6\xac\xfc\x4b\xe9\x1f\x85\xb8\xb5\xf6\xa7\x5e\xdf\x5e\xfb\x4b\xd0\xce\xbb\x7d\x07\xbf\xf0\xb8\xf1\x6d\xf8\x65\xc5\x1c\xdc\x3b\x4b\x06\xeb\x5e\x69\x1d\x95\x7b\xc1\x0a\x7b\x8d\xef\x64\x4c\x67\x8b\x11\xd5\x9a\xa5\x73\xbd\xa6\xe5\x81\x92\xc4\xc8\xae\xcb\x64\xd5\x0b\x19\xb3\x81\xeb\xef\x57\x2b\x82\xa2\xb0\x89\x5c\x6b\xc2\x32\x26\x22\xd6\xde\xc2\x2d\x55\xf7\x45\x0b\xab\x05\x5e\xa0\x31\x62\x96\x9f\x14\x04\x56\xeb\xb8\x10\x7b\xcd\x92\x14\x6f\xae\x12\x76\x4b\xf3\x51\x1f\x65\x66\x86\xf7\x16\x04\xde\xd2\xc0\x9f\x43\xe6\xdd\xf4\x44\x7f\x75\x56\x8e\x0d\xf9\xd3\xde\x26\xb2\xfd\x4a\x76\xb5\xa0\xc8\x8c\xa8\x85\xd2\x2c\x5d\x69\x4b\x79\x3b\x0b\x61\x2f\xa0\xd7\x3a\xe0\xca\x1d\xf8\x1b\x38\xf5\xe5\x1b\x7d\x7f\xbc\xd7\x58\xb2\x5d\x59\x42\x5f\xfb\x3c\x9d\xb7\x6b\xf9\x54\x6f\xdc\xf6\x05\xee\x9e\x37\x31\xcd\x92\xac\xb9\xeb\x41\x3e\x91\x39\xa3\x75\xaf\xdc\x6a\x8f\x60\x00\x2b\x14\xd9\xb2\x2d\xdd\x9f\x3f\xf3\x69\x68\x01\x42\x73\x9f\x9e\x71\x15\x18\xc3\x48\x24\x33\x94\x05\x63\x7b\xde\x51\x97\xed\xdf\xf6\x6f\x06\xb7\xc7\xa4\x4f\x62\xaa\xa9\x39\xe0\x19\x9b\x67\x4c\x31\xa1\xc1\x4e\x60\xbe\xd7\x0b\x92\xca\x98\x25\xa8\xd1\x7e\x34\x92\x35\x39\xa5\x9a\x9e\x50\x4d\x13\x39\x3d\x24\x7d\xf8\xa7\xf9\x98\x2b\x42\x13\x25\x09\x75\x64\xc5\x62\xd7\x04\x15\xb1\x63\x2d\x94\x44\x32\x9d\xf3\xc4\xfb\x11\xbc\xf1\x86\x8b\x98\x3f\xf0\x38\xa7\x09\x91\x63\xc3\x55\x8c\x06\x3e\x78\x60\x42\xe7\x34\x49\x16\x84\x26\x09\xb1\xdd\xba\x17\x88\x9a\xc9\x3c\x89\x4d\xbb\x6e\x94\x8a\xa7\x3c\xa1\x99\x51\xf1\x71\xb4\x97\xb6\x2d\x72\x3b\x63\x7e\xac\x30\x2e\xb3\x9a\x29\xbd\x67\x8a\x70\x4d\xe6\x52\x29\x3e\x4e\x8a\x33\x7f\x77\x46\x60\xdc\x27\xe7\x67\x60\x2f\x88\x34\x91\xc8\x43\x5d\xe7\xd6\x3e\xe4\x7a\x4c\xa9\x10\x0c\x3a\x96\x7a\xc6\x32\xdb\xbd\x7d\xf9\xa5\x55\xff\xbb\x8b\x9b\xab\xc1\xc9\xd9\xc7\xb3\xc1\x69\x5d\xf7\xbf\xed\xdf\xfc\x58\xff\xf5\xe7\xcb\xeb\x1f\x3f\x9e\x5f\xfe\x5c\x7f\x72\xde\xbf\xbb\x38\xf9\x61\x74\x75\xde\xbf\xa8\x3f\xb4\x64\xd5\xd9\x8c\x10\x8e\x6c\xcd\xb3\xb5\xb7\x99\x3e\x95\xcd\xb4\xf7\xf5\x1a\x4d\xad\x53\xaa\xbb\xc1\xd4\xdb\x28\xec\x97\x64\x4e\x95\x42\xc9\x08\x47\x70\x38\x14\x9f\x65\x66\x18\xd8\x44\x1a\x1e\x61\xa4\x27\x9d\xe5\x91\xe6\x62\xea\x3f\x3a\x26\xc3\xfc\xdb\x6f\xff\x18\x9d\x73\x71\x0f\x7f\xb1\xd7\xb8\x38\x7b\x8b\xf2\xde\xa2\xfc\xdb\xb2\x28\x1b\xd1\xe7\x28\x34\x24\xef\x36\xb8\xca\x08\x17\xe0\x13\x37\xa2\x84\xcc\xb5\xf9\xd3\x74\x09\xe4\xb1\x24\xc4\xaa\x9b\xc1\xd2\x47\x58\xb5\xf4\x91\xc9\x14\x04\xb9\x2f\x5c\x01\x33\x7a\x94\xd9\xfd\x24\x91\x8f\xdd\xcc\x95\x9f\x98\xf6\xc3\x30\x82\xd3\x5b\xb0\x52\xfe\x6c\x67\xe8\x07\xfe\x89\x69\x33\xf6\x6b\xdb\xcb\x3e\xd8\x6a\x1f\x6c\xf5\xb2\xc1\x56\xaf\xca\x54\xf8\xf4\xac\xb5\x6c\x57\x44\xfe\xda\xe2\x87\x6b\x75\xb3\xb5\x78\xd1\x02\x27\xd9\xb3\xf0\xe4\xb2\x2b\x6a\x97\x7c\xb9\xec\x6c\x5a\xc1\x93\x4b\xc3\x78\x2b\x7c\xb9\x34\xe8\xe7\xe7\xc9\xbf\x09\x3f\xd1\xde\x0d\xb4\xe1\x42\xbd\x49\xd6\xdd\xf1\x56\x7a\x36\x27\xce\xd3\x5f\x25\xb5\x98\x8f\x75\x82\x3c\xd6\x88\xea\xe8\x1c\xc6\xb1\x22\x6e\xa3\x31\x50\xa3\x29\x32\xa3\x1e\x8a\xd1\x18\x7b\xb1\x5d\xb0\xc5\xa6\xb7\x5e\xf7\xf0\x89\x75\x6f\xbd\xee\x81\x13\x9f\x98\x2e\x0d\xe3\xad\xdc\x7a\xa5\x41\x3f\xff\xad\xf7\x1b\x8d\x97\xd8\x07\x48\x3c\xe1\xd2\x7d\xed\x77\xe5\xeb\x0d\x81\xf8\x0d\xc4\x3c\xec\x83\x1c\xd6\x5a\xa3\xaf\x2b\xaa\xe1\x6b\x0d\x63\x78\x9b\x71\x0b\xfb\x40\x85\x7d\xa0\xc2\x4b\x78\x94\xde\x5e\xa0\xc2\x93\x2a\xbe\xcc\x90\x95\x02\x2b\x6a\xa8\xdc\xbc\x9b\x4b\xd5\xae\xef\x85\xce\xeb\x06\xbd\x0e\xda\x2c\x5b\x33\x81\x7a\x7f\x25\x33\xaa\x88\x8c\xa2\x3c\xab\xb8\x68\xab\xa7\xfc\x24\x63\x54\x9b\x23\x52\x36\x5c\x12\x68\x99\x64\x2c\x92\x19\x38\x29\x29\x99\xcf\xa8\x62\x44\x67\x54\x28\xbe\x4a\xcb\xc3\x56\x61\x5c\xa6\x9d\xb7\xa0\xe0\xd5\x17\xf1\xb9\xd4\xbb\xb1\x8c\x6b\x07\x12\xcf\x6a\xd3\x93\xe5\x37\xc9\xce\xa6\x0e\x69\xbf\x5d\x66\xfe\x84\x47\xc5\xdc\x5a\x3b\x3e\x2a\x25\x35\x7e\xd3\xa3\x52\xb6\x76\xec\xe4\xa8\xc0\xb8\xde\xca\x51\xa9\x2f\xe2\x6f\xe6\xa8\x34\x4d\xfd\x35\x1c\x15\x17\x0e\xb0\xe3\xe3\x52\xf3\xc1\x6f\x7a\x64\xea\xe1\x0a\x3b\x39\x36\x7e\x7c\x6f\xe5\xe8\x34\x2f\xe8\x6f\xe6\xf8\xb4\x4d\xff\x65\x8f\x90\xf7\x43\x74\x3e\x3c\xb7\x19\x9f\x4e\x59\x86\x9a\x51\x64\x48\x71\x35\xd4\x52\x61\x79\xdf\xec\xc0\xac\x3e\x0d\xbe\x87\xb7\x70\x12\xfc\x60\x71\xec\xbf\x99\x23\x50\x9b\xf7\x2b\xa1\xfd\x23\xc3\x89\x1f\x00\xad\xad\xdb\x19\xb8\x66\x40\xf8\x70\x81\xcc\x33\xf6\xc0\x65\xae\x92\xc5\x41\x96\x8b\x26\x6e\x0f\x46\x82\x47\x9e\x24\x44\x8a\x64\x41\x94\xa6\x99\x76\x8f\xc5\x14\x3d\x4a\xe6\x30\x25\x54\x69\x72\x2f\xe4\xa3\x20\x13\xca\x93\x3c\x63\x64\x2e\xb9\xd0\x87\x43\x71\x26\xc8\x35\x8e\x11\x34\xef\x1e\xc9\x95\x39\x82\x11\x15\x42\x6a\x12\xcd\xa8\x98\x32\x42\x85\x83\xae\x29\x28\x83\xc8\x8c\xe4\xf3\xd8\x1c\x2c\xd3\x45\xc5\xc6\x54\x1c\xb0\xa1\xb8\x05\x2b\x86\x22\xec\x8b\xce\x58\xca\x92\x85\xe9\xc3\xd0\xbe\x96\xc4\xae\x0f\x0e\xd5\x1a\xc4\x59\x96\xc9\x4c\x81\xce\x3e\x5e\xfc\x9d\x0a\xcd\x05\x23\xa0\x66\x2a\x04\x3e\x3a\x20\xe7\x52\x41\x4c\xf6\x8f\x7f\x56\x24\x4a\x72\xa5\x59\xd6\x23\xe3\x7c\xaa\x08\x17\x64\x9e\x50\x3d\x91\x59\x6a\x46\xc8\x85\xd2\x74\xcc\x13\xae\x17\x3d\x92\xd2\x68\x86\x6d\xc1\x1a\xa8\xde\x50\xc4\xf2\x51\x28\x9d\x31\xea\x7b\x77\x0f\xc9\x37\xe1\x33\x24\x00\xf5\xa1\x07\x86\x7b\x9e\xce\x93\x45\x38\xfc\x20\x11\x1a\xf6\xc4\x34\xc2\x62\x32\x66\x11\xcd\x95\x35\xec\xe8\x6c\x41\xd8\x97\x19\xcd\x15\xec\x9d\x99\x9e\xb5\x7a\x44\x32\x9d\x27\x4c\x33\xc2\x27\x44\x67\x9c\xc5\x84\x4e\x29\x37\x4b\x77\xc3\x96\x24\x6e\x7b\xa2\xb7\x1b\x68\xa9\xfe\x57\xb0\x7c\xa4\x32\x63\x24\x66\x9a\xf2\x44\x2d\x77\x4a\x3e\x2b\xc1\x91\x27\xa7\x37\xf2\x7a\xc9\x8d\xbc\x6a\x6a\x5b\x72\x13\xda\x1d\xdb\x5f\x85\x6f\xe9\x2a\x2c\x73\x85\x57\x71\x17\x22\x48\xc4\x0e\x04\x42\x61\xad\xe2\x11\x4d\xb6\x94\x0d\xaf\xed\xa0\xd6\x96\x0e\xdd\x87\xfb\x43\xf1\xb6\x0e\x05\xee\xda\xeb\x39\x15\x6d\x09\x15\x3b\x47\x8a\x59\x07\xe3\x65\x49\x46\x84\x22\x29\xd5\xe6\x62\x9b\xda\x2b\xba\x23\x8a\x61\x01\xea\xf2\xa6\x0e\xca\x73\x20\xb9\x7c\xdd\x11\x0b\xfb\x48\x85\xdf\x20\x02\xed\xab\x49\x60\xdc\xe7\x40\x3f\x51\x0e\x34\x57\xfb\x1c\xe8\x7d\x0e\x74\xd7\x05\xda\xe7\x40\xef\x73\xa0\xdf\x6c\x0e\xf4\x93\xa6\x3f\xef\x2e\xc9\x79\x37\x99\xcc\x6f\x4a\x3a\xdf\x4b\xe6\x7b\xc9\x7c\x9f\xae\xec\xa7\xb6\x2b\x2e\xe8\xbe\x7e\x17\xb3\x84\x69\xd6\x6e\xa0\x63\x59\x6a\x14\x0e\xbc\xe1\xb9\x30\xa2\xe0\x34\x63\x4a\x6d\xcb\xd3\x7c\xc3\x61\x79\x85\x06\x7f\x44\x81\x32\xeb\xc9\x12\xec\x3a\xcb\x98\x9d\x6f\xfb\x6d\xb2\x3c\x3f\xfc\x3d\x64\xc3\x9e\x07\xee\x79\xe0\x26\x53\x7b\x3d\xe6\xe8\xe0\x30\x3f\x97\x3d\xda\xf3\xf6\x79\xde\x2e\x9c\xde\xa1\xa3\xb5\x60\xb4\x48\xe1\x90\x95\x2a\xfd\xe1\xb6\x74\xbe\x25\xaf\x5f\xa7\xaf\x65\x7c\x1d\xdb\x79\x9b\x4c\x1d\xc7\xbe\xe7\xe8\x7b\x8e\xbe\xe7\xe8\x6f\x9b\xa3\xbb\x93\xfc\xa2\xee\xc5\xa0\x70\xda\x88\xc7\xdb\xd4\x4e\xeb\x5e\x87\x82\xa6\x2c\x1e\x40\x96\x98\xcf\x71\xcb\x7e\x35\x9f\x84\x55\xd1\x5c\x3e\x58\x77\x07\x64\xf8\x75\xb1\xea\xa5\x52\x56\x9b\xf9\x23\x8b\x02\x65\x67\xf1\x9b\x70\x49\x36\xae\xf0\x57\x52\x5c\xed\x75\x70\x91\x67\xaf\xad\xf6\x3a\xa6\xbd\x77\x91\xed\x4b\xab\xed\x9d\x40\x1d\x27\xbc\x77\x02\xbd\x5e\x27\x50\x87\x6d\x7c\x12\xcf\xee\x33\x1f\xcf\xe7\x12\x1d\xbb\x67\xee\xb8\x04\x1b\x11\x93\x7c\x9e\x48\x1a\x77\xac\x8e\x1e\x48\x74\x1d\xd2\x77\x44\x4c\x32\x36\xe5\x4a\xb3\xcc\xec\x4b\xa3\x60\xb8\x3a\x9f\xe7\xad\x96\x41\xef\x1c\xb1\x19\x76\xfb\xee\xdf\x3a\x0c\xff\xda\xde\xd9\xc0\x89\xc6\x34\xf6\xf5\x89\x41\x7c\x4b\xe9\x82\xcc\xe8\x03\x73\x51\xe6\x0f\x34\xe1\x31\xad\xae\x75\x65\x86\xcb\x06\xf4\x1f\xeb\x0d\x88\x96\x87\xe3\x0b\xda\xa9\x72\x14\xb0\x05\xa8\x80\x77\x66\x46\x2b\x4f\x32\x46\xe3\x05\x19\x33\x26\x3c\xd9\x34\xdc\x27\x2d\x63\xde\x89\xe0\xfc\xe2\x5a\x69\x9d\x7a\x5e\x8b\x5a\xfa\x8c\x71\xaf\xcd\xfc\x66\x7b\x1d\x74\x7b\xc5\x53\xfd\xe1\x6d\xb1\xa0\x7d\x2c\xec\xde\x36\xf9\xf2\xb6\xc9\x7d\x2c\xec\x5e\xd1\x7f\x65\x8a\xfe\x3e\x16\x76\x1f\x0b\xbb\x37\x83\x2c\x9f\xf6\xde\x0c\xf2\x55\xc4\xc2\x76\x92\xe1\x37\x8c\x86\x7d\xe3\xd2\xfc\x5e\x98\x77\xef\xed\x85\xf9\xbd\x30\xff\x95\x0a\xf3\xaf\x63\x85\xf7\x92\xfc\x5e\x92\xdf\x4b\xf2\x7b\x49\x7e\x2f\xc9\xef\x7c\x19\xf7\x92\x7c\xb3\x24\x0f\x7f\xb9\x62\x3b\xeb\x8a\xf5\x6b\x8a\xf3\x6b\xa7\xbb\xad\xef\x0c\xfc\xc4\xf4\x5b\xf5\x04\xee\xa5\xf6\xbd\xd4\xfe\xba\xa5\xf6\x57\x33\xa1\xaf\xaf\x50\xc6\xbe\xd4\xc4\xbe\xd4\xc4\xbe\xd4\xc4\x13\x97\x9a\x70\x5f\x77\xc8\x91\xb2\x87\x4b\x53\x9d\x2b\xc4\x2a\x2e\x82\x4d\x3a\x89\x3d\x1d\x52\xa3\x2a\x3d\xac\x96\x7b\x48\x5f\x93\x54\x1a\xdd\x4d\xb0\xd2\x3b\x8e\xc1\x61\x60\xcd\x94\x3f\x30\x41\x5c\x72\x40\xcf\x5e\x63\x3d\x30\xa6\xfc\xd3\x1f\x3e\x4c\xbe\xa5\x9a\x50\xa2\x79\xca\x0e\xc9\xd9\x04\xb9\x45\x64\x4e\x97\x62\x5a\x55\xa2\xb1\x90\xf2\xe1\x23\x11\x17\x63\x75\x7d\xf3\x22\x38\x07\x5f\xeb\x39\x66\x9b\x27\x1a\x59\xaf\x6b\x1c\x90\x46\xc7\x9e\x43\xc1\x41\x4b\x59\x96\xb8\x2f\x4b\xdd\xba\x97\x53\x1a\x1b\xc6\x10\x0c\xa1\xc8\x12\x0e\xdf\x87\x3b\x9d\x2b\x1f\x5e\x54\xfa\x1e\xbf\x06\xb8\x52\x80\x17\x05\x58\xf5\x4e\xc3\x98\x41\xf4\x9b\x11\xf1\xe2\x3c\x61\x84\x2a\x25\x23\x4e\x41\x8d\x41\x19\x80\x70\xed\x2c\x0d\xee\x25\xd7\x75\xcc\x15\x1d\x27\x2c\xb6\x6b\xcc\x8a\x68\xa7\xa5\x23\xe7\x8a\x8c\x99\x59\x62\xc3\xa6\xca\xab\x3f\x43\x09\xa4\x61\x34\xc1\x50\x58\x7d\x24\x4c\xe0\x40\x96\x48\xd0\x48\x9c\x6f\x55\x88\xde\x67\xdc\xf9\xa7\x7b\x91\x7a\x2f\x52\xff\x46\x45\xea\x57\x14\xa1\xf9\x2a\x12\x07\xc1\x07\x6a\x38\xff\xc8\x1b\x36\x55\x57\x5b\xcf\x39\x57\x5a\x91\x28\x57\x5a\xa6\xed\x92\xcf\x67\xd7\x43\xdf\x77\x70\x22\xc5\x84\x4f\x73\xbc\x5b\x7e\xb5\xb2\x89\x3f\xd1\x85\x9a\xb2\x98\xb3\x6e\x86\x21\x6f\xb7\x5e\xd5\x59\x63\x3e\x62\x83\x93\xb7\xa1\x9d\x37\x71\xdb\x35\x0f\xfd\xb9\x2e\xbd\x75\x94\xd5\xc2\x3e\x6e\x35\x4d\xa3\x5f\x8c\xae\x07\x37\x97\x77\xd7\x27\x83\x63\xd2\x9f\xcf\x13\x8e\x2e\x2b\xa4\x30\xfe\x77\x33\x29\xac\x1a\xe5\x49\xc4\x0a\x44\x08\xe6\x0e\x3e\x32\xa3\x0f\x92\x03\x72\x72\x7e\x77\x73\x3b\xb8\x6e\x69\xd0\x92\x04\x20\x0e\xb0\x74\x9e\x80\x7c\x74\x9f\x8f\x59\x26\x98\x91\xf0\x2d\xe4\x7b\xe1\x39\xc3\x46\x07\xff\x35\x38\xb9\xbb\x3d\xbb\xbc\x18\xfd\xe5\x6e\x70\x37\x38\x26\x8e\xb6\x4c\xb3\x66\x5c\x66\x14\xf1\x42\xd0\xd4\x68\xdd\xe5\xf2\x56\x7f\xcb\x59\x0e\xe2\x18\x9f\x8a\x94\x41\x25\x86\x52\x8b\x6e\xc0\xe7\xfd\xef\x07\xe7\xe5\x96\x67\x2c\xc4\xa1\x27\x09\x1d\xb3\xc4\xba\xf2\xc0\x3b\x65\xce\x4f\x80\xd8\x8f\x3e\xbe\x1c\x57\xf5\x2f\x77\xfd\xf3\xb3\xdb\x5f\x46\x97\x1f\x47\x37\x83\xeb\x9f\xce\x4e\x06\x23\xab\x49\x9d\xf4\x4d\xbf\xa5\x9e\xac\xc2\x45\xfe\x96\xd3\xc4\x68\xe4\x72\xe2\x90\xe9\xc9\xe3\x8c\x09\x92\x0b\xa0\x38\x54\xf3\x41\x2b\x09\x61\x79\x70\x46\x57\xe7\x77\x9f\xce\x2e\x46\x97\x3f\x0d\xae\xaf\xcf\x4e\x07\xc7\xe4\x86\x25\xa0\x08\xbb\x45\x87\x5d\x9c\x27\xf9\x94\x0b\xc2\xd3\x79\xc2\xcc\x6a\x50\x8b\x03\x31\xa3\x0f\x5c\x66\x25\x6d\x05\xd6\x11\x58\x01\xb4\xef\x14\xce\x51\xb0\x74\x97\x17\x1f\xcf\x3e\x1d\x93\x7e\x1c\xfb\x39\x28\x68\xa3\x44\x39\x0e\x4d\xe8\xa0\x86\x26\x14\x51\x0c\x08\x81\x02\xed\x0f\x2c\xcb\x78\xcc\x2a\x74\xd4\xbf\xb9\x39\xfb\x74\xf1\x79\x70\x71\x0b\x2b\xa6\x33\x99\x28\x32\x93\x8f\xe0\x05\x82\x19\x82\x73\xe8\x81\xf2\x04\x3a\x73\x9b\x25\x05\x79\x9c\x71\xf0\x1c\x42\x85\x02\xdf\x33\xda\x24\xb2\xbc\x9e\x54\xf1\xdc\x5a\x7f\xe9\xe0\xd5\x55\xf5\xea\x49\xaa\xbf\x51\x39\x16\xcb\x5e\x28\x51\x79\xfd\xc5\x55\xd4\x5a\xff\xa2\x42\x6e\xed\x06\x8a\x1a\xbd\xb4\xcf\xb4\xd8\xeb\xce\xf6\x89\xf2\x1a\x3e\xdb\xed\x6d\x18\x6f\x3c\x72\x76\xaa\xa3\x7f\x94\x18\xf0\x3f\x77\x18\xad\x85\x09\x3a\x4b\xb1\x0b\x83\x6c\xf5\x5f\xed\x35\xdb\xf1\xf2\x0e\xbe\x6c\xfa\xb0\xee\xc7\x09\x3e\x78\x0b\xb7\x72\x38\xdc\x57\x74\x03\x5f\x87\x72\x96\x13\xd7\x53\xa6\x69\x4c\x35\x35\x7c\x6d\xca\xf4\x21\xb9\x14\xf0\xec\x96\xaa\xfb\x1e\x71\x85\xc7\x88\xcc\x48\x21\xc8\x3e\x43\x82\xfb\x1b\x31\x60\xae\xaf\x5c\xed\x8d\x04\x7b\x23\x41\xf3\xca\xec\xa3\xe5\x5a\x56\x78\x57\x37\xea\x5a\x36\xff\xdd\x5d\x7c\x81\x89\xdf\x05\xbe\x54\x6c\xb4\xa5\x1b\x71\xa5\x3d\xf6\xed\x5e\x86\xcf\x6b\x91\xdd\xe9\xd5\x88\x75\xc9\xf6\xf7\x1e\xfe\xdf\xfe\xde\xdb\xdf\x7b\xfb\x7b\xef\x15\xac\xf0\x8b\x5b\xb7\x1b\xb8\xfb\x8b\x9a\xb7\x57\x29\xc8\x1b\xc3\xe4\x15\x0a\xf1\x3a\x40\x79\xbf\x76\xc1\xc3\x6b\x30\x6b\xd7\x35\x64\x45\xd4\x8c\x66\x58\xf0\x3b\x92\x69\x2a\x45\xd9\x6e\xde\x23\xde\xc9\x0f\x46\xc9\x95\x60\xaa\x86\xb2\x8b\x6e\xf8\xdb\xb0\x77\x07\xeb\xf2\x1c\xd9\x4d\x3b\x15\x21\x30\x6d\x60\xaf\x5f\x3f\xa1\x9c\xb1\xc7\x31\xdc\x29\x8e\xe1\xeb\x98\xeb\x93\x64\x42\xed\xde\x06\xff\x36\xb2\x9f\xf6\x80\x85\xfb\xfc\x9e\x7d\x7e\x0f\xfc\xbe\x07\x2c\xdc\x1d\xb5\x3e\xad\x4c\x2f\x63\x36\xaa\x54\xe8\xf2\xff\x1c\x55\x5d\x5e\xa5\x27\xa1\xff\xab\xf4\xa0\x48\x78\x82\xd6\x79\xbc\xcb\xaa\x5e\x17\x32\x66\x5b\x54\xf6\x32\x23\xea\x5c\xd5\xab\xd4\xd7\x2b\x17\xe1\xdd\x32\xa1\x28\x5f\x1a\xf8\x13\x0b\xf2\x2d\x14\xf3\x35\x5a\xa3\x1a\xe8\x7f\x6f\x9a\x5a\xb9\x50\x5f\x6b\xd9\x84\x82\xc1\xbd\x21\x47\x4d\xb7\x5b\xc0\x85\xf7\x8c\x5a\xee\x82\xe6\xe7\xfe\x46\x68\x7e\xfc\x34\x90\x36\xdd\x2f\x84\x0a\x92\x4d\xf9\x2a\xd8\x14\xc1\xa6\xd4\xfd\xdb\xb0\xf3\x84\x23\x7e\x0e\x4b\xcf\x52\x62\xfa\xea\xae\x89\x65\x47\x63\x7f\x59\x74\x5c\xae\xaf\xf5\xca\xd8\x23\xcf\x2c\xb3\xbd\xec\xa1\x5d\xf6\xa6\x9f\xd7\x33\xe1\xbd\xe9\xe7\x4d\x9b\x7e\xd0\x51\x3d\x9a\xd3\x8c\x09\xdd\x20\xa3\x57\xaf\x13\x78\x3d\xcc\xe1\x77\x52\x07\x34\x80\xd2\xa2\xbd\x90\xfd\x55\xf5\x75\xd9\x82\xac\x60\x30\x42\xb9\x22\xc8\x61\x3a\xfa\x47\xf1\x77\xa0\x04\x04\x3f\x36\x38\x7c\x97\x05\x82\x21\x9e\xbe\x32\xd7\x77\x6e\x63\xc2\x76\x95\xf9\xe4\x84\xc4\x16\x47\x6d\x7b\xfc\x98\x4b\x6f\x60\x71\x21\x70\x15\x33\x6c\x88\x2b\xb3\x3d\x1d\x38\x31\xac\x88\x9f\x58\x19\x66\x76\x85\x9f\x9e\xc2\x97\x6f\x2b\x2b\xaa\x65\xe8\xcf\x1b\x7e\x56\x27\xc7\x6e\xa7\xdb\x11\x07\xc7\x3c\x9f\x20\x99\xc4\x88\xca\x72\x12\x6e\xb8\xcb\xe5\xa6\x90\xea\xd4\x76\x3d\x3d\xb7\x00\x59\x3b\x73\xdd\x26\x6e\x69\xf4\xed\xce\xfb\xc5\x83\x71\x56\xd0\xfd\x8b\x06\xe6\x2c\x61\xdc\xdb\x95\xae\x7c\x31\xbe\xec\x6d\xf7\xcf\xc7\x99\x3f\x31\xfd\xf5\xb1\xe5\x4f\x4c\x3f\x17\x4f\xde\x94\x11\x2f\x65\x46\x45\xbd\xa2\x37\x1a\x27\x52\xe3\xbf\x6f\x76\xba\xeb\xc4\x6b\xfd\x8c\x93\xb4\xc1\x5a\x3e\x2d\x3e\x9c\xaa\x96\xd6\x80\x51\xd2\x01\xf7\xe9\xcb\xfb\xf4\xe5\x7d\xfa\x72\xf5\xa8\xef\xd3\x97\xf7\xe9\xcb\x8d\xc9\x56\x31\x4b\x98\x66\xad\x32\xdc\x29\x3c\x7e\x29\x19\x0e\x7b\x7f\x46\x09\x0e\x3b\xfc\xfa\x84\x38\x9c\xd7\x5e\x8e\xdb\xcb\x71\xbb\x98\xee\x6b\xd5\xa4\x1d\x95\xbf\x06\x4d\xba\x33\x6a\x53\x11\xb0\xb6\x32\x4e\xc1\x4e\xfb\xd7\x95\x01\x0a\x01\x02\xa6\x1b\xce\xaa\x20\x84\x2b\x37\xec\xb7\xc3\xe4\xd4\x53\xf3\xb1\x6d\x5c\xad\x6e\xdd\xbf\x5a\x4f\xeb\xbe\xc6\x47\xe3\x5a\xed\x1d\xc1\x4b\x16\x67\xef\x08\xde\x3b\x82\x5f\x9d\x23\x78\xe7\x2a\xd5\xd2\x4a\xfd\xd7\xf6\x6a\x5e\x1a\xa1\xee\x2e\x7a\xd4\x65\x0c\x29\x20\x2e\x79\xcc\xe6\x89\x5c\x80\xbd\x67\xa9\xe5\xdb\xd7\xe8\x6f\x08\xd4\xaa\x5e\xfe\xee\xed\xab\x9a\xd0\xfe\xda\xef\x7f\x37\xf2\xe7\x52\x6b\x5e\x8b\xd8\x5b\xcc\xfb\x55\x08\xba\x47\xff\xa8\xa4\x67\x74\xc2\x6f\x09\x12\x2a\x56\x1f\x83\xa1\x68\x7e\x12\x94\x12\xb0\xb7\xe6\x38\xd7\x41\xec\xa3\x32\x07\x60\xce\x32\xbd\x08\xde\x64\xe9\x5c\x2f\xfe\x73\x28\x78\x81\x38\xce\xa7\x42\x66\xc8\x03\xcd\xc7\x33\x2a\xe2\xc4\x9c\x1f\xe5\xdb\x89\xa8\x10\x52\x83\x70\x02\x33\x88\xc9\x03\xa7\x28\xca\xf4\xaf\xce\x3a\xc4\x07\x74\x3a\x8b\x25\xd7\xfe\x1b\x3a\x89\xcf\x8d\xe5\xbd\xe2\x16\xfd\x94\xc8\x31\x54\x9f\xc8\xcb\x26\x06\xd3\xc0\xde\x19\x5d\xda\xb9\x97\x62\x1e\x9a\xaa\xfb\x6a\xd2\x58\x39\x85\x60\xb4\x34\x8d\x6c\xc5\xbb\x25\x60\xc5\xe5\xaf\x56\x52\xcd\xca\xcf\x6c\xf2\x19\x3c\x86\x21\x57\xc7\xe1\x7e\x0c\x3b\x74\xbf\x15\x2d\xbb\x5f\x5c\xf5\x2e\xf8\x31\x63\x3a\x5b\x8c\xa8\xd6\x86\x21\xed\x32\xbf\xed\x96\xaa\xfb\x2d\xf2\xdb\xca\x9e\xa6\x15\xf9\x6d\xa5\xbe\x5e\x39\xc7\x2a\xe5\xb7\x95\x07\xfe\xe4\x1c\xab\x23\x71\x7f\x75\xa9\x0c\x5d\x8f\xea\x3e\xad\x61\x83\xa5\xfb\x5a\x53\x1c\x96\xf1\xe2\x57\x33\xc2\xca\x75\xf0\x35\x9e\xdc\xf2\xe5\xb6\x3f\xa2\xcb\xd6\xe8\xab\x2b\x33\x52\x91\x59\x56\xcc\xed\x8d\x94\x1b\xa9\x8a\x5d\xbb\x1e\xd5\xd3\xd8\xdf\x83\xdd\xd8\xd7\x1f\xdc\xd7\x1f\xdc\xd7\x1f\x7c\xf2\xfa\x83\xdd\x74\xd6\xce\x0a\x6b\x57\x6d\xb5\x9b\xaa\xda\xae\xa7\x3e\x81\xcf\xb9\xbb\x32\x59\xc9\x8d\x2f\xab\x91\x9b\xe6\xc6\x97\xba\x7f\x13\xce\xe9\xd2\x88\x9f\x23\x37\xfe\x37\xaa\x59\xee\xd5\xca\x27\x59\xb7\xaf\x55\xa7\x7c\xe5\x0a\xe5\x3e\xab\x7f\x8f\xa8\xb8\x0f\x35\xd9\xe1\xe2\xec\x43\x4d\xf6\xa1\x26\x5f\x6d\xa8\x49\xbb\x7a\xc2\xe3\xad\x33\x36\xd7\xc4\x50\xf7\x56\x86\xec\x57\x10\xa5\x8c\xd8\xdf\x01\x55\xbd\x49\x5b\x28\x64\xe9\x12\x0a\xf2\xe6\x9a\xc3\x59\xfc\x26\x54\x86\xc6\xd5\x7c\x0e\xd5\x61\x0f\xc8\xbd\x53\x40\xee\x57\x37\xed\xbd\x54\xb9\x97\x2a\xf7\x82\x53\xc7\x09\xef\x05\xa7\xd7\x2b\x38\xbd\x94\x36\xf4\x35\x61\x33\x19\x11\xab\x94\x95\xb4\x34\x4e\x19\xf1\x95\xc0\x99\x91\xcf\x13\x49\xe3\x55\x11\x47\xbf\x06\xe2\xdb\x12\xb9\x2f\x68\x37\x2b\xe2\x94\x2b\xe2\xdf\x32\xd9\x0e\x1b\x30\x3d\xbe\x05\xd1\xce\x8c\x13\x47\xdc\x21\x3a\x32\xec\xf0\xdd\xbf\x75\x18\xf8\xb5\xbd\x93\x81\xd3\x8c\x69\xec\x00\x0c\x50\x3c\x4b\xe9\x82\xcc\xe8\x03\x23\x13\xca\x13\xb4\xcf\xf1\x98\x56\xd7\xb7\x32\xb7\x65\x03\xfa\x8f\xf5\x06\x44\xcb\xc3\x29\x32\x1a\xcd\x7d\x81\x52\x55\x44\x13\xe7\xee\x83\x77\x66\x54\x11\x9a\x64\x8c\xc6\x0b\x32\x66\x4c\x04\x99\x6c\x5d\xc7\xbc\x13\xc1\xf8\xc5\xc3\x33\x43\xba\x79\xd1\x28\x6f\xe0\x1a\xad\x95\xab\x77\xae\x58\x56\x39\xc9\x16\x3a\xe4\x36\x8a\xa3\xfa\xc3\x5b\x61\x2e\xcf\xa1\x26\x7e\xc5\x5e\xa4\xbd\xa7\xe8\xb7\x59\x1f\xf2\xd5\x68\x1f\x7b\x15\x7d\x9f\x64\xbc\xf7\xfc\xec\x0d\x18\x7b\x03\xc6\xce\x97\xf1\x35\x19\x30\x5e\x50\x46\xc7\xdc\xa6\x27\x29\x9c\xf2\x5a\xa4\xf5\xbd\xb0\xbe\x17\xd6\xf7\xc2\xfa\x57\x2b\xac\xbf\x8e\x15\xde\x4b\xea\x7b\x49\x7d\x2f\xa9\xef\x25\xf5\xbd\xa4\xbe\xf3\x65\xdc\x4b\xea\x15\x49\x1d\xfe\x72\x68\x01\xeb\x8a\xed\x9d\xc5\xf5\xcd\xa0\x01\xba\xb9\xe9\x2c\x36\xc0\x5b\x91\xcc\xf7\x52\xf9\x5e\x2a\x7f\xdd\x52\xf9\xab\x99\xd0\xd7\x97\x10\xbc\x4f\xa9\xdd\xa7\xd4\xee\x53\x6a\x5f\x22\xa5\xd6\xf1\x92\x65\x12\xce\xb2\xba\x3e\x3f\x59\xe6\xf2\x0d\x17\x51\x92\x83\xa8\x6a\x7e\xfe\x3e\xe7\x49\x4c\x40\x45\x32\x9a\x2e\x97\xe2\x03\xd0\x13\x90\x02\x8c\xd3\x55\xa2\x58\x2e\xc1\xfc\x54\x63\x75\xaf\x56\x88\x29\x46\xbb\x29\x0c\xdb\xae\xf6\xd4\x97\xe3\xdd\xa0\xfa\x5f\xe9\x37\xd7\xd0\x2b\xaa\x09\xd8\x73\x62\x89\xe1\x48\x6e\x7c\x4f\x5c\x1d\xb0\xb1\xcf\xb5\x6a\x05\xfe\x6c\x3f\x7a\x5b\xa5\x0c\xea\xa3\xde\x57\x08\x24\xc1\xae\xed\x2b\x04\x3e\xe1\xbc\xdd\x39\x5b\x31\x73\x47\xa3\x68\x0b\x7f\xa3\xd3\x7e\xf1\x60\xc7\xf6\x93\xfe\xa2\xa1\x8f\x8d\x17\x59\x2d\xb7\xee\xe8\x1f\x8d\xf7\xd4\x0b\x14\x46\x5c\xfb\x72\xda\x49\x89\xc4\x6d\xae\xa7\x4f\x4c\x7f\x2d\x77\xd3\xbe\x4c\xe2\xbe\xbc\xce\x8e\xa6\xbb\xd1\xdd\xf3\x66\x67\xbb\x2f\x0a\xb9\x2f\x0a\xb9\x2f\x0a\xb9\x2f\x0a\xb9\x2f\x0a\x49\x7e\xe3\x45\x21\xd7\x96\x5f\x77\x50\x1e\x72\x1b\xe9\x15\xbb\xff\x5a\x04\xd8\x7d\x89\xc8\xbd\x0c\xbb\xbb\xe9\xfe\xb6\x64\xd8\x57\x68\x41\x79\x15\xb5\x30\xbd\x05\xe5\xc5\x61\x89\x3c\x6b\xef\x0c\x4d\x14\xc6\xbd\xf8\xaf\x77\x8a\x50\xe4\x36\x6d\x8f\x52\x64\xff\x6f\x8f\x52\xb4\x47\x29\x6a\x99\xf5\x3e\xb0\x7a\x8f\x52\x44\xf6\xa1\xc3\xfb\xd0\xe1\xd7\x1c\x3a\xdc\x61\x1b\xf7\x28\x45\x1d\x45\xc6\x27\x42\x2a\x72\x32\xd7\x56\x68\x45\x0d\xe2\xe0\x6a\xc4\xa2\x9f\xeb\x1a\xd1\xab\x15\xf5\xdc\x58\xf7\xc8\x45\x7b\xe4\xa2\x6d\x69\xe7\x55\x28\xa0\xcf\x88\x60\xd4\xc4\x61\xd6\xc9\x8b\x6e\x60\x2e\xdb\x2a\x98\x6f\x03\xcd\xc8\x8d\x76\x9f\x24\xbd\x4f\xc7\x78\xfd\xe9\x18\xaf\x2e\x49\xfa\xd5\x68\x2a\x7b\x75\x7e\x9f\x27\xbd\xcf\x93\xde\x1b\x3b\xf6\xc6\x8e\x9d\x2f\xe3\x6b\x32\x76\xbc\xb0\xdc\xfe\x84\xa8\x46\xaf\x51\x82\xdf\x0b\xf0\xf8\xde\x5e\x80\xdf\x0b\xf0\x5f\xa9\x00\xff\x3a\x56\x78\x2f\xbd\xef\xa5\xf7\xbd\xf4\xbe\x97\xde\xf7\xd2\xfb\xce\x97\x71\x2f\xbd\x3f\x1b\xd2\x51\x93\x08\xbf\x36\xda\xd1\x9a\x6e\xbe\x20\x99\xed\x2d\x49\xeb\x7b\x49\x7d\x2f\xa9\xbf\x6e\x49\xfd\xd5\x4c\x68\x8f\x7c\xb4\x47\x3e\xda\x23\x1f\xed\x91\x8f\x36\x92\x91\xfe\xc5\x1e\xcb\x77\xc1\x4d\xec\xaf\xec\x77\xdf\x27\x72\x7c\xbb\x98\x33\xf3\xdf\x53\x9e\x32\xa1\x40\xa2\xe5\x7a\x11\xca\x44\x2d\x2b\x5f\x5f\xf3\x77\x37\x67\x17\x9f\xce\xc3\x54\xb5\x77\x9f\xef\xce\x6f\xcf\xae\xfa\xd7\x7e\x5d\xfc\xac\xc2\xb5\xb0\xdf\x95\xc4\x3a\x4b\xf2\xd7\xcc\xe8\xaf\x70\x6a\x6e\x34\xd5\xb9\xda\x6c\x64\xd7\x83\x9b\xc1\xf5\x4f\x90\x6a\x37\x3a\x3d\xbb\xe9\x7f\x7f\x5e\x22\x88\xd2\xf3\xfe\xc9\x5f\xee\xce\xae\xdb\x9f\x0f\xfe\xeb\xec\xe6\xf6\xa6\xed\xe9\xf5\xe0\x7c\xd0\xbf\x69\xff\xfa\x63\xff\xec\xfc\xee\x7a\xb0\x74\x3d\x96\x8e\x76\xb9\x22\xa3\x60\x91\x20\x8b\x85\x44\x96\x6b\x64\xc5\x1a\x12\x2f\x3e\x3a\x76\xd8\xd4\xd7\x31\xb9\xb3\x76\x01\x6e\x1b\x77\x21\x49\xbe\x21\x54\x68\x62\xae\xe8\x38\x61\x71\xad\x25\xb7\x86\x6d\x2d\xd1\xd2\xa0\x1e\x8d\x06\xee\x45\x4e\xc3\xf3\x22\xe4\x05\x04\x12\x80\x35\x13\x71\x43\x1f\xb8\x0f\xad\x3d\x08\xc3\xbb\xf8\x03\x2b\xf5\x14\xe5\x59\xc6\x84\x4e\x16\x28\x70\xab\x5a\xa3\x6e\xfb\xda\x9a\xb5\x77\xaa\x6f\x70\x46\x15\x46\x5e\x95\xc6\x9f\xb1\x84\x51\xd5\x30\x66\xbb\xfb\xdd\x96\xc5\xef\x95\xb5\xe8\xe0\x65\x34\xa1\x3c\xc9\x33\x56\x39\x2d\x52\xfc\x35\x17\xa0\xc1\x0e\xbe\x98\xcb\xcc\x9c\xe4\x73\x39\xe5\x11\x4d\x2e\xa1\x19\x99\x6d\x76\x72\xfa\x17\x25\x52\xbe\xbc\x5e\x4a\xb9\xe1\xdb\x55\x42\x3d\x20\xfd\x8b\x53\x48\x32\x76\x43\x2d\x5e\xd5\x5c\x27\x30\xa0\x0b\xa6\xcc\x3c\x23\x29\x62\xeb\x02\x31\x17\xd8\x22\x90\x4b\xff\x2a\x21\x51\x3b\x57\x46\x5b\xea\x5f\x9c\x92\x23\x72\x79\x3d\x14\x97\x46\x8d\x36\x74\xcf\x8c\x40\x87\xcb\xc6\x15\x11\x52\x13\x9e\xce\x65\xa6\xa9\xd0\x46\x96\x85\x9b\xcc\xae\x08\x12\xf1\x89\x4c\xd3\x5c\x53\x43\x2b\xb5\x45\x15\x68\x15\xb8\x61\xfa\x2c\x06\x0f\x43\xc3\x1a\xe2\x55\x57\xcc\x65\x9e\x99\xf6\xcd\x35\x5b\x56\x25\x79\x5c\xd3\xc6\x5c\x13\x34\xcb\x68\xf9\x42\x7c\xc7\x35\x4b\xab\xef\x77\x8c\x90\xfd\x67\xa3\x9e\x7c\x82\x19\x29\x2c\xeb\x67\xd1\x8c\x6b\x16\x69\x43\x45\x1b\xd1\xc4\xdd\xc5\x8f\x17\x97\x3f\x87\x97\xe0\xbb\xfe\xe7\xd3\x3f\xfd\x5b\xe9\x87\xeb\xcf\xb5\x1f\x46\x3f\xfd\xa9\xf6\xcb\xff\xb3\x94\x9e\xaa\x3d\xd5\x54\xd5\x60\x2e\x07\x20\x15\x82\x69\xd4\x4d\x95\xf0\x94\x4e\x19\x51\xf9\xdc\x50\x80\x3a\x2c\xef\xaf\x91\x8a\xce\x25\x8d\xb9\x98\x62\x86\xf0\x39\xd7\x2c\xa3\xc9\x67\x3a\xff\xe8\xcc\xb8\x1b\xac\xce\xff\xbe\x29\xe5\x73\xbf\xfb\xa5\xff\x39\xcc\x08\x7f\x77\x75\x7d\x79\x7b\xb9\x74\xd6\xa5\x16\xea\xc7\xc8\x3c\x3e\x86\xff\x25\x47\xc4\xb4\xee\x85\xb7\x94\x69\x6a\x84\x5a\xf2\x0d\x66\x35\xfa\x2c\x24\x2e\x12\x38\x35\xf3\x8c\xa7\x1c\xb8\x22\x1a\xb2\x3e\xa0\x7c\xe8\x05\x60\x7f\x6e\xf0\x03\xcc\x5b\xb6\xf7\x8a\x88\x69\x16\x93\xbf\xaa\x2a\xbc\x00\xd8\x4f\xf1\x07\x16\x93\x03\x32\xd3\x7a\xae\x8e\x8f\x8e\x1e\x1f\x1f\x0f\xcd\xdb\x87\x32\x9b\x1e\x99\x3f\x0e\x98\x38\x9c\xe9\x34\x41\x38\x05\xb3\x0a\xc7\xe4\x2a\x93\x86\x0b\x82\x8e\xc9\x32\x4e\x13\xc8\xa6\x1e\x73\x41\x33\x80\x69\xf8\x35\x92\x19\x3b\x2c\x36\xc6\xda\x56\x2c\x2b\xb4\xf6\x97\x23\xf3\x52\x03\x33\xa9\xee\x27\x89\x59\xc4\x63\x7b\x53\x32\x11\x49\x30\xc0\xa1\xc9\xde\xb4\xe7\x52\x41\x99\xf5\x97\xfa\xe5\x0c\xe4\x6d\x1a\xb3\x00\x0d\x41\xcb\x32\xc1\x19\xd9\xfd\x0c\x35\xaf\xdc\x68\x99\x10\xa0\x0b\x17\x83\x7b\x75\x6e\x26\x1c\xc9\x84\x8c\xf3\xc9\x84\x65\xa1\xbb\xb6\x67\x04\x72\xae\x48\xc6\x22\x99\xa6\x70\xe9\x99\xaf\x72\x85\x54\x0d\x2b\x66\x47\x7b\x38\x14\xb0\xff\x46\x52\x07\x0a\x88\x25\xb0\x3a\xc1\x8c\xc6\x2e\x16\xd8\xcd\x38\x9f\x94\xdc\xc1\x00\x53\x42\x63\xc2\xf5\x50\xf4\x93\x84\x64\x2c\x95\x9a\x85\x91\xc6\xe0\x3b\x2a\x2d\x38\xb0\xc8\x8c\xcd\x13\x1a\xb9\x3c\xf6\x44\x46\x34\x21\x13\x9e\x30\xb5\x50\x9a\xa5\x61\x03\xdf\x80\xb9\xc1\xac\x19\x57\x24\x96\x8f\x22\x91\xd4\xce\xa3\xfa\xd9\x87\xf2\x69\x1c\x38\x08\x89\x41\x96\xc9\x0c\xfe\xe7\x47\x2e\xe2\x9d\x71\xa8\xbb\x9b\xc1\x75\xf8\xef\x9b\x5f\x6e\x6e\x07\x9f\xd7\xe3\x3e\x9e\xb2\x60\x78\xa0\x86\x1e\x93\x1b\x5c\x04\x99\x99\x4b\x3d\x6b\x99\xd4\x67\x4b\x4a\xc5\x0f\x32\xde\x90\xfb\x7e\xee\x5f\xdc\xf5\x4b\x1c\xe5\xe6\xe4\x87\xc1\xe9\x5d\x45\xa4\xb5\xf3\x2b\x89\xa1\xa8\xc1\x84\xbf\x9d\xfc\x70\x76\x7e\x3a\x6a\xd0\x79\xde\x5d\x0f\x4e\x2e\x7f\x1a\x5c\x17\xea\x49\xe3\x12\x55\x06\x53\x65\x56\xb7\xc8\x94\x66\x32\x26\xe3\x45\x33\x60\x88\x11\xfe\x12\x70\x49\x16\x90\x39\xd8\xea\x31\xf0\x26\x87\xdd\x52\x7c\x61\x74\xde\x9e\x7d\x07\x90\x56\xd0\x3e\x80\x42\x5f\x73\xc3\xa6\x77\x2a\x02\x5d\x1b\x41\x50\xfc\xc2\x1d\x93\x3e\x51\xe6\xc5\xdc\x1c\xea\x8c\x4f\xa7\x60\xfb\xaa\x0c\x15\x5b\xb3\x9f\xc2\xf2\xc2\x77\xb8\xff\xf3\x4c\xc2\x39\x37\xdd\x5a\xa3\xa9\x57\xac\xf1\x43\x04\x8a\x2d\xb5\x98\x51\xd0\x99\x1b\x86\xe6\x36\xcb\x2c\x42\xeb\x7a\xe1\x79\x2c\x72\x03\x80\x6d\x29\x34\xd9\xcd\x33\xf6\xc0\x65\x1e\x7c\x6a\x81\x5f\x4a\x3b\xde\xd8\x7c\xb1\x00\xb0\x6c\xa8\xd7\x57\x9a\xf1\xe4\xd1\xd8\x82\x61\x61\x0f\xd0\xc2\x24\x93\x69\x43\x1b\xe5\x63\x72\x76\x79\xa3\x33\xaa\xd9\x74\x71\x6a\x59\xc6\xe6\xc7\xe3\xf4\xf2\xe7\x8b\xf3\xcb\xfe\xe9\x68\xd0\xff\x54\x3e\xf1\xfe\xc9\xcd\xed\xf5\xa0\xff\xb9\xfc\x68\x74\x71\x79\x3b\x72\x6f\x2c\x25\xf9\x96\x0e\xea\xf7\x74\xf9\xc5\x63\x62\x58\x2e\xb0\x46\x87\xc8\x18\xf0\xc7\x31\x9b\xc8\x0c\xf9\x7c\xea\x3c\xf8\x56\x84\x71\x6b\x6b\xd5\x89\xca\x2c\x8e\xc1\xb8\xd3\xd4\x24\x1a\x6e\x75\xc6\x68\x0a\xf7\x04\x15\x64\x20\xe2\x83\xcb\xc9\xc1\x0d\xfe\x98\xd2\xec\x9e\x65\xfe\xd3\xc7\x8c\x6b\xcd\x44\x49\x2b\xa1\x6e\xc8\x5e\xcf\x29\x3a\x38\x24\xd7\x86\xef\x9b\xf7\xfd\xa5\x66\x88\x3d\x66\x9a\xf2\x44\xd9\xc1\x96\xd6\xf5\x98\x9c\xd3\x6c\x5a\x98\x92\xbe\x91\x93\x09\x36\xf6\x01\x87\x61\xee\xb0\xd2\x2c\x1a\x78\xaf\x21\x0d\x77\x2f\x42\x7f\xf6\x65\x2f\x0f\xd7\xa9\xea\x6e\xbe\x1d\x4d\xdd\x5d\xc1\x8a\xa3\xd2\x79\x5b\xba\x55\xae\xda\x68\x0d\x26\x8e\x8f\x97\x5f\x32\xcd\x6d\xd7\xc9\xa9\xfc\x62\x03\x39\x61\x22\x9a\xd9\xf9\x89\x66\x59\x13\x2d\xb1\x2f\xdc\xea\xbc\xe1\xb8\x2b\x24\x54\x34\x03\x16\x42\x3a\x9f\x33\x9a\xa9\xa6\xdd\x2e\x8b\x81\x2d\x7b\x8f\x3d\x85\x7d\xd8\x4d\x76\xfd\xf4\x88\x14\xa0\x33\x7b\x21\xa2\x42\x91\x1d\x68\x00\xdb\xaa\x51\xc0\x15\xa0\x71\x5d\x5a\xe4\xab\xcf\x5c\x19\xa5\x11\x7f\xfc\xde\x42\x72\x6d\x46\x10\x46\x8f\xaf\x08\x17\xa3\xd3\xc1\xc7\xfe\xdd\xf9\x72\x4b\x57\xe9\xbb\xea\x16\x93\x03\x62\x9e\x97\xdd\xc7\x7c\x82\x77\x86\x03\x16\x43\x95\x96\x09\xb0\xbb\xd8\xbc\x31\x34\xb9\xc6\x6c\x9e\xc8\x45\xca\x04\x58\x29\x4a\x37\xa1\x59\xcf\x09\xe5\xf6\x6a\x09\x06\x0b\x86\x08\x6b\x39\x82\x6b\xec\xc0\xa1\x99\xb1\xd8\xdf\xbc\x65\x30\xb3\x0a\xeb\xbe\x42\x07\x90\xfd\xcf\x8d\xa6\x7a\xc3\x33\xd6\x3f\xb9\x3d\xfb\x69\x50\xd6\x0f\x4f\x7e\x38\xfb\xa9\x49\xaa\x19\x7d\x1a\x5c\x0c\xae\xfb\xb7\x2b\x84\x93\x4a\x93\x4d\xc2\x89\x32\x03\xae\x3a\x00\xb9\xf2\x81\x31\x11\x42\xa2\x11\xae\x15\x79\xe0\x8a\x8f\x39\x00\xc8\x59\x67\xda\xdd\x19\x70\x56\xc8\x14\xe4\x7a\xe1\xc4\x17\xec\xb7\xbc\x8f\x86\x93\xda\xf6\xd1\xec\x10\xba\xd8\xc0\x50\x85\x9b\xe3\x26\x7d\x4c\x40\xb7\x7d\x00\xa5\x2d\xf8\x4c\x18\x41\x5a\x4c\x59\x86\xc3\x01\x07\x42\x38\x96\xe0\xb9\x19\x55\x28\xac\x14\xab\xe6\x85\xd6\x29\x13\x2c\x03\x84\x2a\xdf\x09\x0a\x52\x19\x13\xef\x8d\xcc\x35\x4f\x78\xc4\x75\xb2\x20\x11\x64\xd6\x81\x45\x2e\xa5\x82\x4e\xad\x70\x00\x6a\x4e\x85\x24\xfe\x82\x28\x7b\x97\x13\x6b\x9d\xbe\xe5\x6c\xc3\x63\x76\x77\x71\x3a\xf8\x78\x76\x51\x26\x81\x1f\xce\x3e\x95\x44\xd8\xcf\x83\xd3\xb3\xbb\xd2\x6d\x6e\x24\xd9\xe5\x72\x7d\xb5\xd9\x86\xa3\xe8\x5f\x3a\x26\xa7\xf8\xe9\xb1\x59\xdc\x06\x08\x41\xaf\xfc\x56\xd6\xe1\xda\x45\xa6\xb9\x3f\x06\x42\x67\x8d\xa6\xf5\xae\x26\x24\xeb\x46\x2b\xd9\x90\x9a\xbd\xed\xb5\xbe\x2f\xaa\x7e\xd1\x7a\x34\x82\xf5\xa5\x99\x4e\x0e\x0b\xcb\x52\xe8\x86\x07\xa3\x41\x9b\x11\xab\xc1\x33\x53\x30\xec\x9f\xc0\xcb\x9a\xe6\x4a\xa3\x37\x0c\x88\x93\xdc\xff\x59\x99\x05\x05\x6f\xd9\x21\xb9\x61\x6c\x28\x9c\xf5\x60\xca\xf5\x2c\x1f\x1f\x46\x32\x3d\x2a\xf0\x2b\x8f\xe8\x9c\xa7\xd4\x48\xd2\x2c\x5b\x1c\x8d\x13\x39\x3e\x4a\xa9\xd2\x2c\x3b\x9a\xdf\x4f\x21\x10\xc4\x79\x04\x8f\x7c\xb3\x53\xf9\xbb\xf3\x3f\x7e\x7b\x70\xfe\xe7\x6f\xdf\xd5\x2d\x64\x6d\xfb\x3f\x10\x11\x9d\xab\x3c\xb1\x81\x63\x59\xb8\x36\xee\xc8\xe7\x6c\xd5\x7e\x5f\x94\xb7\x6b\x3b\xfd\xf5\xe4\xea\x2e\xfc\xe7\xa7\xf2\x3f\x3f\x0f\x3e\x5f\x5e\xff\x52\xe2\x94\xb7\x97\xd7\xfd\x4f\x25\x86\x3a\xb8\xfa\x61\xf0\x79\x70\xdd\x3f\x1f\xb9\x87\xdb\xd8\xde\x7e\x14\xf2\x51\x94\x97\x46\x39\x0e\x58\xeb\xe9\x98\x7c\x94\x19\xf9\xd1\xef\xe4\xc1\x98\x2a\xb8\x62\xdc\x9d\xa5\x7a\x64\x2e\x63\x60\xbc\x84\xcd\x67\x2c\x65\x19\x4d\xac\xcd\x40\x69\x99\xd1\x29\xde\xf4\x2a\xca\xa8\x8e\x66\x44\xcd\x69\xc4\x7a\x24\x02\x6a\x98\xf6\x60\x53\x40\xd5\x92\xd3\xaa\x9d\xef\x3a\x17\x9a\xa7\xcc\xa9\xe0\xf6\x9f\xb7\xb8\x19\x1b\x6c\xce\xe5\xed\x0f\x65\x61\xef\xe3\xf9\x2f\xb7\x83\xd1\xcd\xe9\x8f\x4b\xd7\x13\x3f\x2b\x8d\xec\x06\x62\x68\x4e\x64\x92\xa7\x22\xfc\x7b\xf3\xb1\x9d\x5d\xdc\x0e\x3e\x55\x47\x77\xd9\xbf\x2d\x53\xc6\x75\x39\xce\xeb\xdd\xf7\x97\x97\xe7\x83\x92\x57\xf3\xdd\x69\xff\x76\x70\x7b\xf6\xb9\x44\x3f\xa7\x77\xd7\x88\x56\xb9\x6c\x9a\x6e\x04\x0d\x13\x35\xd3\x0a\xa7\xb9\x6b\x56\xd8\x89\x13\xf5\x6d\x5c\x35\x9e\xe5\x83\x00\xab\x08\x23\x9a\xc0\xaa\x73\xe0\x4d\xaa\x11\x8e\xb4\x91\x1d\xea\xf2\x36\x91\x76\x76\xbc\x74\xa3\x97\x71\xe5\x5b\x3f\x04\x84\x8a\x45\x65\x9b\x26\x89\x7c\xc4\x88\xd6\x94\x9b\x5b\xd9\x22\xd7\x99\x57\x54\xe1\xe4\x3a\x6c\xe0\x78\xe5\x6d\x61\x51\xc6\xf4\x67\x99\x0b\xbd\x39\xc9\xf5\x2f\x4a\x7c\x67\x70\xf1\xd3\xe8\xa7\x7e\x99\x02\xcf\xce\x97\xb3\x9a\xb0\x89\x86\xab\xb8\x7f\xf1\x8b\xbf\x84\x21\xee\xb9\xe7\x35\x54\x94\x5d\xa3\x84\x1b\xb1\x37\xa2\x46\x7b\x4d\x40\xa2\x21\x8c\x83\xc9\x21\x35\x93\x83\x38\xcb\x39\xfa\x93\x90\x3f\xe1\x20\x8f\xdd\x1f\x95\xf6\x14\xac\x0b\x58\x53\x5d\x58\x39\xb4\x63\xb5\x6a\x41\x98\x78\xe0\x99\x04\xbc\x63\xf2\x40\x33\x6e\xa4\x71\x6c\xd9\xcc\xf5\x18\xfe\x77\xbd\x36\xc1\x30\x5a\x61\x5c\x37\x32\xd3\xa7\x3e\x9e\x75\x33\x6b\x48\x53\x5c\x67\x3d\xa2\xb3\xd9\xd0\x51\xff\xb6\x61\x73\xb6\x8c\x7b\x2d\x4f\xf8\x6f\xc9\x29\xa7\x89\x61\x00\xbb\x93\x17\xfb\x17\x37\x67\x65\xf9\xb1\xac\x66\x04\x7c\x79\x63\x79\x11\x0c\x95\x38\x72\xa7\x4c\xdc\xfc\xe5\x1c\xb5\x0b\x00\xc5\xc6\x73\x1b\x28\x16\x16\x5d\x04\xa5\x89\x39\xcd\x54\xe5\x0b\x45\x00\x45\xae\x88\x19\x32\x77\x16\x44\xe4\x3c\x48\x1e\x0f\x05\xfb\x32\x67\x42\x81\x7f\x1b\xef\xb3\xc2\x5d\xac\x0e\xc9\xd9\x04\x58\x82\x79\x5d\x90\x5c\x58\x07\x98\xb9\x70\x71\x90\x3d\x23\xca\x16\x00\x27\x81\xf9\x48\x30\x17\xef\x53\x0c\x7e\x28\x7e\xf6\x4e\x34\x78\x34\x91\x86\x01\x99\x5d\xb4\xed\x1d\x13\x2a\x14\xef\x11\xa3\xb0\x54\xf7\x14\x22\xe8\x8d\x42\x69\xa3\x90\x0c\xa7\xb1\x7f\x3e\xff\x35\x50\x0b\x75\x0d\x2f\x83\xe6\xbb\xa0\x72\x15\xb4\x88\xc6\x09\x7a\x4c\x46\xdd\xef\x84\x48\x66\xcc\xfa\x59\xd6\xbe\x06\x56\x31\xf6\x5b\xaa\xee\x6b\xbe\x87\x33\xa1\x34\x15\x11\x3b\x49\xa8\xda\x30\x8e\xc6\xd9\x38\x7a\x65\x89\xe3\xfa\xfa\xee\xea\xf6\xec\xfb\x15\x5c\xbe\xfa\x71\x3d\x92\x25\x4a\x72\xe7\x9e\x1b\x67\x92\xc6\xc4\xb0\xcf\xa9\x44\x57\xa0\x15\xfc\x0b\x68\x78\x4c\x6f\xf1\x31\x81\x25\x58\xfa\x22\x2a\xdf\xda\x39\x42\x57\x02\xb7\x0b\x41\x22\xb3\x12\x24\x30\x79\xb8\xad\x06\xcf\x22\x56\xcc\xb1\xd6\xad\x79\x42\xf5\x44\x66\x29\x72\xf9\xd2\xa4\xb1\xf1\xe5\x8d\x72\xa1\x59\x96\xe5\x73\xcd\x1d\xd6\x7f\x55\x4a\x35\x5b\x76\x2e\xa7\x9f\x99\x52\x74\xca\xb6\x71\x40\x37\x29\x0f\x37\x3f\x85\xff\x04\x07\x73\x17\xd9\xbf\x34\x42\x17\xbc\xed\xe8\xe9\x52\x7c\xc4\x58\x94\x2b\x99\xf0\x68\xc3\x98\xb1\x8f\xfd\xb3\xf3\xd1\xd9\x67\xa3\xc4\xf7\x6f\x07\xe7\x25\x51\x02\x9e\xf5\x3f\xde\x0e\xae\x2d\xc8\x79\xff\xfb\xf3\xc1\xe8\xe2\xf2\x74\x70\x33\x3a\xb9\xfc\x7c\x75\x3e\xb8\x5d\x4e\x71\xad\x8d\xd7\xad\xab\xd5\x57\x8f\x6b\xbf\xc0\x0e\x1b\x5e\x16\xda\xcb\x20\x79\x8a\xf2\x04\x9c\xe0\x12\x9d\xe1\x94\x08\x19\x23\x8c\x94\x72\xd6\x19\x8f\x2c\x4e\xce\xf4\xfb\x24\x21\x34\xd7\x32\xa5\xe0\xb5\x49\x16\x43\x41\xc7\x86\xb5\xd2\x24\x09\x22\x94\xb2\x5c\x08\xc3\x62\x4d\x63\x08\xe1\x1f\x25\xcc\xb0\xf3\x79\x90\xf3\x66\xfd\x06\x13\x2e\x20\x58\x34\xa5\xd9\xbd\xab\x47\xe8\x33\x09\xfc\xa1\x50\x84\xaa\xa1\x40\x78\x2b\x2b\xad\x74\x58\xe1\xe3\x4e\x6f\xb5\xae\x4e\x4a\xef\x99\x59\x95\x34\x8f\x66\x64\x9e\xc9\x69\xc6\x94\xb2\xb6\xe5\x88\x0a\x0c\x40\xb0\xaf\x9b\x6b\x68\x28\x84\x34\x4b\xe1\x4c\xd8\x31\x9b\x33\x11\x33\x11\x71\xcc\x6e\x03\xdf\xbd\x37\x6d\x4e\x33\x3a\x9f\x11\x25\xc1\xe9\x0d\xcb\x0e\xf6\x2b\xfc\xc8\xdd\x64\x16\xd0\x0b\x1e\x87\x16\xe8\x2c\x37\x7c\xe2\x12\xe4\x44\x5c\x65\xf8\xd8\x5d\x86\xce\xed\x82\x76\xc0\x74\x9e\x30\x8d\xc5\x1c\x60\xc9\x61\x33\xcc\x5a\x97\xf6\xc3\x6c\x53\xd3\x26\x98\x0b\xdb\x8d\x99\x2a\x3b\xa2\xc3\x06\xcb\xb6\x3d\x52\xe4\x07\x2a\xe2\xc4\xb4\xe2\x7c\x18\xe5\xb3\x08\xd9\x14\x7d\x43\x35\xee\x34\x6e\x73\x8b\x46\x34\x57\xdb\x5c\xa3\x95\x94\x44\xb4\x0a\x1e\x14\x41\x21\x40\xde\x36\x1f\x11\x56\x77\x6e\x58\x24\x4d\xa4\x5d\x25\x7c\x3d\xc7\x02\x65\x04\x46\xd3\x72\xcd\xce\x33\x2e\x22\x3e\xa7\xc9\x46\xba\x5f\x25\x9e\xdc\x86\x69\x7f\xc3\x27\x86\x7c\x3e\xd4\xdc\xb6\x9a\x65\x29\xe4\xe9\xda\x61\xfa\x2d\x5c\xc3\x92\x64\x03\xf3\x99\x2a\xa2\x49\x68\x26\x73\xf4\xc7\xc1\xba\xb0\xb8\xe1\xa8\x1e\x36\x6d\xf7\x04\x84\x87\xad\x2c\x88\x58\xd2\x43\x66\x3b\x08\x45\x5b\x92\xe6\x73\x63\x7b\x69\x4d\x0f\xa8\xae\xd2\x67\x1b\x0d\xaf\x88\x1f\x20\x68\x0e\xef\xa9\x88\xdf\x1f\xc0\x11\x9c\x32\x38\xa7\xe8\x7f\x8a\xf3\x08\x9d\xa5\x2e\xa5\xd3\x21\x1d\xf4\x08\x4b\xf8\x14\x76\xd0\x83\x6e\x77\xdf\xac\x53\x88\x2d\xc2\x60\x24\x68\x16\x33\x40\x29\x37\xf2\xb8\x93\xdc\x6d\x55\x94\x6a\x3f\x04\x2d\x5a\x10\x26\x30\x66\x09\x50\xd8\x02\xe2\xeb\x99\xaa\xde\xf5\xb8\x9d\x86\xd1\xd1\x72\x48\xf6\x06\x3b\x8a\x81\x5c\x6d\xdb\x59\x69\xc5\xf6\x8e\xb1\x95\x34\xb9\x6a\x6e\xb3\xe9\x40\x75\xde\x49\x3a\x87\x85\xc3\x2a\x1d\xb4\x98\xa3\xd5\x79\x6d\x15\x42\x17\x0e\x15\x84\x42\xf8\x4c\x95\xee\xfb\x55\x2c\xa1\x8d\x67\xab\x77\x52\x0a\x09\x09\x32\xe7\x2d\xcb\x9a\xe4\x46\x35\x21\x14\x82\x4a\xc8\x37\xec\x70\x7a\x48\x5c\xcd\x95\x1e\xe9\x5f\x5d\x0d\x2e\x4e\x7b\x84\xe9\xe8\x83\x0b\x41\xb5\xf1\x67\x43\x61\x48\x01\x0e\xf7\xc2\xd5\xcb\x49\x59\x36\x65\xa5\x39\xbb\x60\x35\x08\x9e\x9e\x72\x43\x4b\x78\x05\x88\x38\xac\x6c\xc4\xd3\xaa\xd6\x84\x14\x92\xeb\xd9\x36\xa4\x41\x95\xca\x53\x3a\x4e\xd8\x88\xd3\x74\x94\xc9\x64\x1b\x1e\xef\xcf\x86\x20\x1e\x74\x80\xd3\x94\x98\x66\x6d\x64\x8f\xf7\x20\x7b\x09\xdd\xc8\xb9\xe6\x9a\x35\x62\x50\x20\x86\x38\x67\x92\x0d\x2f\xe4\x2e\xa2\x05\x40\x09\x5a\x38\x7f\xe1\x05\x18\x59\xc7\xcb\x88\x46\x91\xcc\x85\xde\xf1\xa4\x82\x72\x59\xce\xc3\x63\x3b\x7a\xb2\x69\x76\xe5\x4b\x73\x73\x21\x41\x6c\x77\xbd\xba\x4c\x43\xbf\xe3\x45\xad\x57\x57\xd0\xea\x4e\x79\x0b\x19\xca\x54\x8a\xc1\x4e\x2a\x2c\x88\x05\xbc\x0b\xc0\x50\xc3\x2e\x5d\x8a\x8e\x69\x78\x21\xf3\xac\xe9\xde\x1a\x8a\x53\x36\xcf\x98\x51\xdc\xaa\xfe\x30\x4f\xd3\xd7\x65\x4a\xdc\xd3\xf5\x9e\xae\xdf\x3c\x5d\x9f\x60\x5d\xb4\xbe\xaf\x83\xb7\x15\x81\xd7\x25\x3d\xb2\x42\xe4\xf2\xc2\x61\x23\x91\x59\xab\x78\xd9\x8c\xbc\xaa\xc9\xdb\xe2\xa3\xee\x5b\x5a\xf2\x9c\x56\xca\xd0\x01\x92\x82\xcc\x41\x9e\x2e\xdd\xcb\xd2\x5c\xa6\x41\x56\xb1\x2d\x32\xb7\x64\x9d\x9d\x8b\x35\x28\x80\xb5\xcd\x7a\x37\xb5\xb2\xac\x25\xf2\xe4\x72\xd4\x09\x0a\x50\x4d\x75\xc5\xca\xa7\xd5\xc9\x3a\x5c\xd4\xaa\x3b\xe2\x81\x31\x0b\x8c\x82\xcd\xdf\x72\xa9\xa9\xfa\x70\x38\x14\x46\x4a\xbb\x67\x0b\x14\xb2\x8d\x1c\xf4\x7b\xa3\xbb\x1d\x28\x26\x14\xa4\x07\xfc\x1e\xdd\xb9\xe6\x0c\x39\xf7\x06\x9a\x32\xb0\xa8\x64\xb9\xe4\x19\x84\x74\xdb\x46\xad\x18\x56\x04\xcc\x17\x75\xd2\xdc\x33\x1c\xfe\x94\x69\xc8\x2a\xd7\x5c\x83\x8e\x1d\x63\xd5\xca\xda\xd0\x57\x9a\x3a\x91\x2a\x32\x09\x7e\xb5\x38\xdf\xee\x66\x51\xf5\x36\x9a\x36\xb1\x59\xbb\xbc\xb1\x39\x12\x47\xce\xce\x18\x65\xb2\x56\x0a\x92\x2a\x82\x3b\x3d\x46\x7e\xe3\xe2\x1d\x98\x38\x7c\xe4\xf7\x7c\xce\x62\x4e\x21\x63\xc2\xfc\xeb\xc8\xcc\xeb\x77\x27\xd7\x97\x17\x23\xe6\xd3\xba\xfe\x73\x28\xfa\x89\x92\x3e\xab\x85\x08\x29\x7c\x7a\xc6\x3c\x63\x4e\xe6\xb4\x73\x01\x2b\x7d\x71\xb4\x87\xa2\x6d\x04\xb1\x8c\xd4\x21\x7d\x54\x87\x34\xa5\x7f\x97\x02\x42\x2f\xfa\xf0\xe7\x49\x22\xf3\xf8\x67\xa3\x61\x1d\xc1\xb9\xd6\x47\xec\x81\x09\x8d\x6e\x4d\xb3\x5c\x31\xe4\x2b\x2b\xc8\xee\xf8\x9d\x19\x73\x91\x84\xa6\x86\x82\x7d\x89\xd8\x5c\x93\xff\x2f\x63\x63\x29\x75\x33\x83\x92\x93\x89\x62\x6b\xdd\x78\x85\x52\x7f\x73\x49\xfe\xfc\xa7\x6f\xbf\x33\x24\xb4\xc9\x1a\x9f\xdd\x5c\x8e\xcc\xf7\xbf\x3b\xb5\xdf\xab\x35\xd8\xdd\xe5\xbc\x60\x6d\x8e\x78\x30\xd1\x22\x17\x70\xbd\x66\xe0\xec\x02\xf6\x06\xe4\x50\xec\x63\x13\x77\x3b\x45\x64\x87\xad\xb2\xcc\xb6\x10\x1b\x3e\x25\x72\x0c\x76\xc4\xbc\x54\x13\x6e\x49\x44\xd0\x96\xfe\x97\x53\xae\xe6\x09\x5d\xd4\x7a\x58\xb5\xec\x17\x86\x3b\xcd\x69\xc4\x0a\x48\x0a\x17\xbc\x17\xc9\x34\x85\x80\x52\xa7\xaf\xc7\x7c\x02\x91\xa5\xda\x08\x15\x64\xcc\xf4\x23\xc4\x31\xbb\x5f\xbd\x30\xe4\x0c\xf8\x86\x95\x01\xbb\x1c\xbe\x43\x4b\x83\xe9\x74\xf8\xae\x47\x86\xef\x62\xf6\xc0\x12\x39\x37\xa7\xd9\xfc\xc0\x74\xd4\xb4\x89\x83\x94\xf2\xe4\x42\x6a\x7f\xf3\x6d\xb3\x9f\x19\x8b\xf8\x9c\x9b\xd3\x35\x62\xa6\xdd\x27\x4d\x21\x6c\x3e\x60\xb7\x81\x9d\x05\xc6\x40\x68\x1c\x1b\x22\x86\x02\x79\x6e\x78\x85\x4b\x46\x04\x53\x2f\x15\x7e\xda\xc0\x10\x23\x6c\x8f\x61\x9b\x65\xb1\xa2\x71\x07\xbc\xa1\x6e\xa7\x27\xa9\xdd\x8f\xe7\x5c\x23\xbe\xe3\xa2\x58\xd9\x52\xfa\xb7\xb5\x17\x03\xd0\x0a\x6b\xe1\x6e\xb5\x08\x56\x0f\xa0\x59\x8b\x35\x64\x3a\x3f\xc0\x1b\xf3\xdd\xd2\xa1\xa9\x10\x35\x2e\x0a\x4b\xa8\x82\xf9\xc2\xe6\x9a\x54\xd3\x5b\xd8\xca\x11\x47\x89\x54\xe5\xd4\xd3\xce\x83\x3e\xb1\x9f\x2e\x1b\xf7\x20\xb4\xf6\xe4\xc9\x7a\x06\xc0\x7e\xc3\xc2\x57\xe0\x41\x90\x4d\x68\xab\xa1\xd8\xb7\x7b\x84\x83\xf3\x12\x24\xdb\xa4\x48\xc4\x11\x31\x29\xa4\xc4\xa1\x28\x4c\xc0\x8a\x3c\xb2\x04\xbc\x46\x91\x4c\xe7\x20\x01\xd9\xe1\xda\x96\xcc\x05\xae\xa9\x66\x3d\x22\x73\x6d\x1a\xc3\x10\x37\x77\xc7\xd9\xf8\xb9\x42\x2a\x44\xdd\xc7\xc6\x92\x78\xb8\x32\xa4\x75\x64\x85\x5c\x90\x4f\x4c\x43\x2b\x00\x07\x19\x4e\x10\x8b\x8d\x2f\x3d\x4a\x27\xb5\x6d\x5b\xfb\x44\xd9\x99\xac\xb1\xf3\x45\x1e\xe2\xf7\x89\x1c\x2f\xdd\xf7\x4b\x68\x9c\xdc\x5d\x9f\x39\x9f\x5b\xe1\x8e\x08\xf0\xac\x4a\x1a\xdd\xe0\xea\x7a\x70\xd2\xbf\x1d\x9c\x1e\x12\xa3\x38\x7e\x62\xda\x4f\x17\xd2\x15\x3c\x32\x22\x8e\xdc\x26\x36\x0a\xa5\x19\x8d\x5b\xa8\x9b\x65\x59\x29\xa9\x60\x05\xe3\x28\x67\x3d\x2e\x27\x6c\xc8\x39\xe4\x02\x33\x40\x21\x4f\xb7\x3a\x4f\xeb\xe8\x5a\x75\x02\xc1\xed\x30\x7a\x3b\x4e\x1f\x1c\x6f\x5a\x77\x74\xad\x22\x9f\xb2\x83\xec\xa9\x27\x03\x47\x4b\xcf\x18\xcf\x48\xa7\x69\x21\x51\x8d\xba\xcf\x29\x88\x18\xf9\x4c\xe7\xcb\xa3\xb9\xe9\x63\x89\x68\xad\xcf\xa4\xb0\x9d\x3c\xf5\x39\x70\x6c\x6d\x84\xac\x70\xfb\x09\x16\xf2\x3e\xf2\x56\xcf\x37\x31\x80\x4a\x39\xa3\x55\x38\xb1\xca\x20\xac\x5b\x58\x11\x38\x3b\xf0\x0b\x17\xa4\x74\x25\xf6\xc8\x84\x7f\xb1\x8d\x16\xe1\x22\xee\xd5\xc0\xe0\xd4\xe2\x9e\x9c\xd1\xfa\x99\x5a\x43\x6c\xb8\x82\xef\x97\xfa\x57\xa4\xd2\x46\xea\x32\x92\x6b\xc6\x8c\x7e\xc1\x62\x02\xdd\xfa\xe0\x95\x95\x22\x83\xa6\x99\x59\x14\xba\x96\xbe\x55\x20\xdb\xc6\x54\xb3\x03\xcd\x57\xe6\x13\xd8\x90\x33\x08\x4e\xa3\x3a\xc8\xae\x2f\x6e\x9e\x31\x9b\x52\xe1\x22\x1d\x5a\x86\xeb\xae\xbc\x2d\x58\x95\x91\x60\x29\x44\x5b\x82\x7c\x05\x91\x74\xa5\x71\xa8\x39\xac\xe7\xd2\x71\x58\xeb\xe3\x6b\x58\xb6\x47\xea\x8d\xa1\x2d\x83\xcd\xe7\xf1\x6b\x1a\x6c\x42\x95\x26\x76\x4c\x6d\x9a\x64\x20\xe1\x3f\xad\x77\xba\xa4\x9a\x75\xb5\xc7\x19\x12\x2a\x2b\x21\x4c\x6b\x6e\x0b\xde\xe6\x8a\xd9\xa4\xcb\x94\x65\x53\x27\x08\x63\x31\x32\x7f\xb6\x6d\x55\x32\x77\x4b\x84\xcc\x04\x62\x5e\xea\x4d\x1f\x92\xbe\xa8\xa5\x9f\x3b\xbb\x78\x69\xbd\xf0\x4e\xa2\xc9\x23\x5d\x28\x32\xcf\x30\x53\x13\x03\x61\xdc\xe4\xc1\x61\x59\xfe\xc8\x5b\x8a\xb4\x8b\x44\x22\xa0\x4a\xaf\x76\x5a\x04\x35\xb6\xbb\x73\xbb\x8e\x3a\x51\x25\x48\xa3\xa9\x0c\xb6\x57\x35\x3b\xb0\x3a\xcd\x46\xd1\x8c\x8a\x29\x1b\xd9\xe4\xd4\x8d\xb4\x25\xd3\xce\x09\x34\x73\x6a\x5b\x69\xbe\x9c\xae\x50\x61\xb2\xa8\xc2\xf8\xaa\xd3\xe9\xe0\x10\x28\x4d\xa7\x8c\xe0\x88\x96\x29\x26\x05\xd4\x44\x68\x50\xb7\xf0\x53\xa0\x27\xd8\x56\x07\xe5\xa0\x94\x36\xe1\x1d\x2c\xc3\xe7\x74\xcc\x92\xad\x83\x0d\x36\xb2\xd2\x41\xd7\x16\x6c\x53\x4b\xb3\x34\x10\x5c\xc3\xc8\xe3\x8c\x65\x55\x76\xec\x6c\xdb\x59\xde\xe4\x7a\x58\x36\xcf\x52\xfd\xbf\x2d\x26\xea\xd0\x63\x37\x99\x6a\x1b\xa6\x6c\x78\xed\x05\xd8\xab\x4d\xf6\x91\xf0\xfa\xab\x9a\x04\x37\x1b\x48\x00\x01\xdb\x32\x8e\xad\x31\x60\x57\x4e\x65\xe3\x9c\x9d\x8e\xb5\x15\xce\x26\x44\x48\xc1\x08\x57\xc5\xcb\xba\x1c\x5d\xe8\x33\x5e\x8d\x88\x8f\xc6\x97\x7a\x45\xdb\xa7\xb6\xb4\x14\xb9\x48\xde\x36\xe0\xd2\x25\x04\x33\x8a\x2a\xcd\x16\x80\x98\x83\x7c\xb8\x2c\xd3\xad\x1c\xe7\xce\x05\xee\x5b\x07\x88\x14\x78\x4a\xb5\x24\x20\x46\x56\x06\x47\x10\x56\xc8\xbe\x64\x3f\xb2\x59\x9f\x43\xe1\x2d\x1b\x40\x88\x5c\x91\x94\xce\x21\x57\x41\x48\x5d\x7c\x85\x59\xcc\xda\x6f\x61\xcf\x09\xe2\x0a\x91\xd9\x5b\x56\x60\x95\x69\xc7\x5d\xbf\xc5\xba\x96\xd1\x62\x1c\xd2\xd5\x94\x3f\x30\xe1\x68\xba\xe7\xce\x84\x19\x94\xeb\x34\x59\x1c\x50\x70\xf3\xb2\x38\x34\x5c\x2f\xe7\x48\xb6\x9a\xed\x2b\xb0\x47\x76\x5f\x32\xb3\xf1\x79\xcd\x42\x89\x98\x03\x25\xbc\x43\xe7\x98\x0f\xa9\xd4\xc2\x60\x61\x62\x05\x55\xe4\xf7\x42\xea\xdf\x07\x40\x61\xce\x78\x81\xc5\x8e\xad\x09\xaa\x57\x03\xf1\x85\x43\x6b\x09\x87\xd0\x20\x61\x7d\xe5\xca\x6f\x8b\xd7\x57\x04\x1e\x3c\xa9\x34\x3a\xa8\x07\x95\xb6\xa1\xa0\x63\x75\x90\x9d\x59\x6c\x9e\xa3\x8c\x3f\x41\x32\xc8\x98\x03\x2f\x48\x65\xc6\x2a\x15\x4a\x90\x9f\xfb\xa8\xeb\x74\xae\x1b\x33\x17\xeb\xa2\x51\x83\xc1\x13\x8b\x35\x14\x27\xbd\x64\xe8\x54\x87\x43\x71\xc3\x58\x3b\x82\xbf\xdf\x8b\x5f\xa1\x21\x18\xab\x93\x1a\x97\x50\xda\x2e\x42\xb0\xd3\x32\x38\xcd\x12\xaa\x59\x81\x29\xd6\x6c\x97\xd8\x24\x6c\xba\x4d\x2e\xf7\x4e\x8a\xb0\x14\x75\x1b\x68\xd6\xe1\x50\x7c\x94\x99\xbd\x82\x95\x85\xed\x1c\xd3\xe8\xfe\x80\x89\x98\xd0\x5c\xcf\x10\xbc\xca\xfa\x15\x16\x96\x1a\x8c\xa4\x01\x64\xe3\x33\xd3\xb8\x8a\x68\x16\x3b\x0c\xd4\x07\xe9\x46\x31\x14\x41\x23\x00\x0c\x0a\xd0\xdf\x50\x00\xa9\x4d\xd5\x64\x50\x6b\xa1\x6d\x2d\x9a\x4a\xfb\xd4\x0a\xfb\x2c\x3f\x67\xa5\x52\x45\x00\x69\x2a\x98\xb2\x22\x7b\x65\x75\xce\x9c\xb5\xd1\xe9\x77\x2a\x2c\xf6\xee\xdf\xec\x59\x8d\x02\x4d\x52\x76\x06\x46\xd2\xf9\xd6\xf1\xda\x12\x08\xd7\x24\xcf\x20\x08\xaa\xa9\xcd\x6f\xa2\x19\x4f\x0a\xdf\xc5\x87\x9e\x1f\xa6\x69\x32\x61\x0f\x2c\x41\x08\xc8\x28\x83\xc0\x05\xb4\x1a\x7e\x4b\xfe\x17\x96\xbb\x21\xdf\x0d\xc5\x27\x60\xc3\x49\xb2\x00\x80\x1a\xdf\x32\xd5\x95\x66\xee\x1b\x07\xa0\x6d\x28\x16\x29\x0f\x04\xf7\x7a\x46\x1f\xd8\x50\xb8\x66\xfe\x17\xb9\x27\xff\x4a\xbe\x6b\x53\xef\x5c\xfc\xc1\x13\xdb\x39\x3e\x06\xde\xfd\xe0\x96\xb3\x8c\xd2\xf2\x1b\x67\x06\x29\x19\x21\x1b\x12\xd5\x3c\xce\x1c\x17\x0f\x32\xaa\x05\xb9\x84\xa7\x96\x66\x4c\xe8\x91\x90\x31\x1b\xb1\x06\x97\xe6\x12\x26\x61\x84\x80\x0b\x19\xb3\x95\x0e\x49\xcf\x4c\x7f\x06\xd3\x8d\xca\xc7\x7e\x3b\x20\x5f\xc6\x27\x47\x78\xeb\x43\x99\xd2\x9a\x47\xee\xc1\x9c\x36\x19\xf7\xa6\xce\xd4\x4b\x2b\x9f\xf5\xe0\x42\xb0\x03\x68\x76\xe8\x25\x54\xbb\x18\xf4\xea\x71\xac\x3a\x02\xcc\xcb\x66\xe6\xf6\xb2\x0a\x60\xaa\x00\x4a\x38\xe3\x53\x6e\xe4\xf7\xee\x0e\x5b\xe0\x84\x9b\x78\x33\x10\xb3\xa7\x93\x3b\xa3\x58\x0a\x97\xb7\x78\xe0\xe9\xaf\x70\x42\x8e\x65\x5e\x15\xe0\xed\x02\x70\x15\x46\xc7\x5b\x59\x7d\x61\xf8\xf0\x14\x23\x30\xd9\x8c\x63\x0a\x4b\xff\xe4\x9c\x98\xd3\x21\x53\xcc\xf3\x86\x45\xcb\xf5\x4c\x66\xfc\xef\xad\x01\x5c\xed\x32\x7a\xe1\x69\x2d\xe2\xdd\x70\x9c\x65\x69\x1d\x88\x15\x45\x0a\x5d\xd2\x4a\x9a\x74\x26\x32\xce\x01\xd2\xc8\xb0\xd9\x49\x9e\x20\x0e\x6a\x24\xb3\x18\xeb\xf1\xa9\x52\x74\x9d\x79\xcf\x8b\xf7\x54\xfb\x06\xb9\x45\x7e\xb1\x48\xab\x68\xc1\x59\x2a\x80\xfe\x25\x67\xf9\x8e\x02\x14\x6d\x01\x80\x67\x8a\xfc\xa8\xaa\x01\x74\xaa\x8a\xa0\x60\x5c\x1b\xc3\x9b\x8b\xf5\xfd\x9b\x99\xa9\x0a\x62\x86\x9d\x65\xd1\x67\x54\xa3\x4a\x8e\xa5\x62\xd6\xb2\xe8\x5c\x23\x92\xe4\x0e\x4c\x3a\xcf\x11\xcf\x51\x97\x91\x1a\xd8\x8f\x25\xbf\x07\x1f\xe0\x5a\x65\x11\x4f\x64\x27\x71\x90\x9c\x15\xe9\xe3\x09\x4d\x26\x1b\x30\xb9\xba\x50\xbd\x6c\xbd\x03\x03\x8a\x67\x6b\x0d\xc1\xec\x5a\x12\x33\xf7\xc7\x8c\x03\xe0\xc2\xa2\x78\xd9\x57\x45\x72\xd7\x45\xc8\x63\x8c\x94\x82\x62\x2d\xc4\x75\xb8\x25\x5c\x34\xf3\xf8\x35\x0c\x10\xb6\xa1\x72\xd7\x75\xbf\x7d\xdb\x89\x40\x96\xf4\x5a\x8f\x44\x3d\xdb\x72\xe5\x61\xf0\xc0\xba\x2f\x63\x40\xf4\xa2\xcd\x13\x9f\x8c\xb5\x28\x24\xb8\xc8\xd6\x26\x91\x9b\xb2\xa9\x72\x6d\xba\xc0\xbe\x47\xe0\xe7\xde\xda\xbd\x13\xb8\x00\x8a\x74\x0d\xcc\xd3\x73\x19\xd6\xcf\x64\xc8\x84\xc8\x81\x72\xa6\x60\x10\x38\xd0\x96\xe1\xfb\xa4\xfc\xac\x40\x34\x75\x1c\xa9\xe3\x50\x96\xba\x4b\x3b\x3a\x3f\xc1\x42\xb6\x8c\xbd\x9e\xdb\xa8\xcf\xb2\xdb\xd0\x27\xba\x16\xa1\x76\xb6\xec\x8c\xce\x28\x24\x10\x40\xd8\xf7\xcf\xa8\xe5\x71\x85\x56\x18\x87\x5c\x9a\xce\xf5\xc2\x02\xdd\x03\x6f\xb6\x10\xd8\x7a\x46\x85\x4d\xe2\x6f\x72\x51\x56\xf9\x74\x5c\x72\x52\x36\x75\x06\x1d\x59\xd5\xb6\xb1\x49\xb7\xd0\x61\x16\x51\x25\xa9\xa2\x2d\x22\x01\xcb\xde\x8c\x68\xd2\x6a\x4f\x19\x4b\x99\x30\x2a\xda\xd4\xce\xc6\xc7\x35\xeb\x2b\x0f\x13\x29\x2c\x9e\x8f\xce\x72\x66\x74\x6e\x9a\x24\x95\x79\x51\xa8\x5c\xab\x7d\xdd\x80\x71\x51\x9f\xa7\xbb\xc3\x14\x73\x97\xd7\x89\xd0\xc3\x0f\x96\x52\x91\xcd\x87\x76\x95\x55\x3b\xa5\xfe\x86\xe1\x5f\x8d\x89\xd2\xab\x06\x16\xa6\x57\x2f\x15\x21\xca\x29\xca\x9b\x0d\x51\xb1\x28\xcf\xb8\x5e\x8c\xac\xe1\xa9\x3b\xd3\xba\xb1\x5f\x9e\xd8\x0f\xbb\x68\x75\xc7\xc4\xf5\xe7\x0c\x5d\x20\xde\x64\x1c\x41\x91\xed\x14\xba\x6c\xb7\xd1\xd4\x1a\x13\x28\x97\x2d\xac\xcb\xe0\xec\x36\x54\xd3\xc5\xa6\xc3\xb3\x60\xab\x23\x39\x71\xb9\x91\xdd\x17\xb6\x8a\x42\xbb\x86\xc5\xce\x21\x6a\xcd\x33\x2e\x33\x0b\xf6\xda\x25\xb0\x2a\xa5\x5f\x46\x73\x9a\xd1\x24\x61\x09\x57\xe9\xe6\xf6\xc5\x3f\xfe\x61\xe9\x68\x4f\x10\x94\x58\x59\x88\xef\x2f\x3c\xcd\xd3\xa0\x22\x3a\x20\x21\x05\x78\x26\xd6\x64\x6f\xf3\x38\xdd\x00\x8b\x8b\x46\x68\x9e\x05\x08\x35\x46\x27\xf6\x58\x65\x56\x5d\xa6\xd1\x0c\x2a\xd5\x4e\x28\xcf\x04\x53\xea\x90\x5c\x48\xcd\x8e\xc9\x67\x3a\xbf\x05\x85\x0f\xab\x84\x4c\xd1\x42\x4b\x15\x31\x92\x53\x2e\xb8\xee\x0d\x85\x05\x38\x73\xab\x72\x14\x49\x81\x20\x37\x11\x2c\xac\x6f\x02\x4c\x8e\x0e\xed\x45\x63\xe1\x00\x43\x25\x2d\x8b\x9d\xd1\xc7\x51\x10\x41\x39\xc2\x08\xf5\x35\xe8\xf8\x9a\x3e\x62\xcc\x30\x14\x76\xc4\xaf\x97\x48\x8f\x36\x28\xc7\x82\x42\x23\xb6\x93\x0b\x5e\x90\x00\x51\xca\x88\x87\xb3\xc7\x08\xc9\x6f\xf8\x21\x3b\x24\xdf\x27\x72\xac\x7a\x44\x79\x1c\x34\x57\x77\x52\xf5\xd0\x49\x02\xff\xc6\x6c\x92\x0f\x6e\xf5\x0b\xbe\x0f\x95\x1c\x26\xfc\x0b\x56\xf2\x57\x7f\x3c\x3e\x3a\x4a\x17\x07\xe3\x3c\xba\x67\xda\xfc\x05\x32\x45\xe3\x0a\xd9\x74\xc0\x11\x6d\xca\x49\x5d\xb5\x3a\xf5\x7c\xd6\x4e\x14\x69\x91\x10\x2c\x46\x86\xb9\xd2\x7d\xad\x1c\x97\x9d\x28\x45\x73\x21\x10\x3b\xe5\x2c\x6f\x3b\x5e\x25\x0c\xad\x27\xbc\x78\xfb\x88\xae\xe9\xce\x47\x19\xba\x6b\x92\xd0\x29\x1a\x06\x0b\x73\x36\xdc\xb5\x4e\xc1\xd4\x4c\x38\x17\x29\x17\xd3\xa4\x6c\x5c\xbb\x4c\xb9\xa5\x22\x33\x77\xf0\xf9\x9b\x53\x56\x8e\x74\x7a\xef\x5c\x62\xe0\xda\xb2\x26\xff\xc3\xa1\xe8\x2b\xf2\xc8\xb0\xc4\x0f\xa4\x35\x81\x85\x3c\xe7\x6a\xe6\x93\x9a\xc0\x66\x07\x8d\x22\xc2\x91\xe9\xc9\x2b\x2f\x90\xb4\x01\x41\xb0\xe8\x43\xb0\x5a\x10\xd4\xda\x34\x0d\x43\x5a\xb4\x0b\x66\x23\x8f\x19\x9d\xcf\x59\x36\x14\x16\xad\x06\x30\xd9\xa4\xb4\x81\x0a\xeb\x81\x74\x94\x43\x6c\xa1\xf2\x52\x0a\x82\xb7\x2a\x0a\x4c\x38\x3d\xdd\xab\x3d\xa5\xeb\x01\x40\xa2\xe0\xe3\x58\x32\x15\x18\xe0\x88\xd7\xa3\x13\x3e\x61\x86\x6b\x0f\x85\xd9\x9d\xd0\x58\x88\x58\x53\x0e\x7a\xca\x74\x1a\x65\x52\x29\x1b\x35\x8b\xed\x2c\xcf\x7d\xd8\x02\xd6\x1e\x01\xb3\xb0\x26\x62\x15\xe0\x3e\x78\xe6\xa0\xee\xed\xc3\x46\x34\xb3\xd6\xa6\x56\x02\xdb\x17\x6b\xb1\x06\xb4\xfd\xd1\xc9\xf9\x99\xc7\x73\xae\x74\x5d\xc7\xb6\x0f\x41\xc6\xda\xd1\xed\xeb\x33\x0e\x70\xee\x2b\x4d\x2c\x41\xba\x5f\xbd\x59\xe5\x58\xbd\x6d\x32\x82\x2b\x5b\xbf\x8a\x6f\x56\x68\x66\x55\x48\xe9\x8e\xb6\xa9\x25\xc1\x20\x82\x8b\xf6\xa9\xbd\x63\x70\x61\x99\xb7\x94\xa6\xe9\x3c\x4c\x97\x72\x98\x0b\x76\x9a\x78\xd4\xda\xb4\xaa\x67\x85\xf6\x8a\x28\x7a\xa2\xab\x83\xab\x6d\xc5\x7a\xd6\xea\x5b\x8b\x18\xb6\x8b\x10\xc4\xe7\xcb\x3f\x4c\x16\x45\xc4\x8d\xb2\x77\x9e\x2f\x4a\xdd\x6c\xb3\x1b\x33\x8f\x8e\xd6\xba\xa1\xdb\x26\x18\x39\x1d\x82\x64\x8c\x2a\xeb\x4a\x85\x3c\x9c\x4a\x8c\xfe\x1a\x66\x35\x3f\x66\xcc\xe4\x3b\xf0\x78\x84\xc1\x55\x63\x21\xb6\x23\x77\x10\x79\x96\x31\x28\xed\x8d\x18\xcf\x67\x95\xdb\x05\xe0\xb8\x33\x46\xe3\x45\xb0\x22\xde\x59\x88\x3d\x83\x59\x41\xf1\xd4\x28\x3e\x20\xd2\x09\x79\x20\xe7\x4e\xd6\x2b\xbd\x05\x60\x92\x7c\x62\x6e\xac\xc0\xd5\x68\xbe\x10\x07\x50\xb3\xd6\xc8\xc6\x0d\x71\x56\xae\x11\x88\xcb\x02\x88\xe9\x19\xb3\x37\xdc\xf0\x5d\xff\xfb\xcb\xeb\xdb\xc1\xe9\xf0\x5d\x11\x59\xeb\x52\x47\x9c\x94\xe3\xb1\xee\xa4\x18\x0a\x1f\x0c\xe7\xc1\x63\x60\x2f\x09\x8d\xe3\x02\xba\xcb\x0a\xdf\x18\xcb\xb3\x94\x23\x07\xa7\x62\x65\x18\xdc\x92\x66\xee\x20\x7f\xe0\xb5\x9e\xac\x25\x66\xef\xd2\xc9\xc1\x2c\x88\x25\xe1\xea\x3b\xba\x6c\x42\x58\x0a\x8d\x3a\x0a\xf3\x15\x70\x05\x7b\x74\x32\x26\xdc\xce\x47\x14\x2f\xe1\xf5\xb8\x9d\xdb\x90\x0d\x36\xf5\x23\xff\xc2\xe2\xeb\x16\xa9\x6a\x27\xd1\xe8\x9d\xa2\x78\x1a\x77\xc1\xe8\xad\x6b\x6c\x82\x9f\xca\x9d\xf9\xae\x3b\x5b\x42\xf6\x56\x41\x8e\x00\xd8\x08\x4d\x28\x89\x58\xa6\x29\x17\x64\x02\x07\xdb\xe8\xca\x80\x49\xc0\xc0\xff\xf4\x07\x92\x72\x01\x59\xbf\xcb\x96\xf6\xae\x3c\x8f\x75\x4a\x4c\x9e\x5d\xdc\xdd\x96\x44\xd5\x1f\x2e\xef\xca\xf5\xcd\xfa\xbf\x2c\x95\x55\x2b\x2d\x2c\x73\xf4\x07\x53\x2c\x32\x88\x2c\x80\x86\x5f\x99\xa6\x89\x7e\x62\xfa\x27\xc3\x97\xa5\xd8\x45\x78\xad\x95\xb3\xc0\xe9\xc1\x46\x0f\xd8\xf0\x1a\x64\x60\x87\xb2\x24\x86\xda\x49\x72\xd0\x03\xb1\x3d\x84\x09\xbd\x87\x58\xc9\x0b\x2a\xfb\x83\xba\xe6\x02\x55\x8c\xbe\x24\x85\x59\xae\x21\xbc\x4d\x74\xad\x39\x39\xc1\x8f\x3b\x05\x4e\x5e\x87\xe1\x92\xa6\xad\x62\x29\x49\xff\xea\xac\x61\xad\xcf\xab\x76\xe1\xaf\x0b\xa7\x32\xf1\x26\xea\x5d\x43\x54\x06\x79\x2f\xaf\x02\x9d\xd2\xce\x74\x3b\x60\x4a\xf4\xe4\x5d\x95\xdd\x83\x4f\x7a\x0d\x6f\x21\xcf\x96\xf2\xd9\xac\x62\xb0\x1b\x30\x8d\x62\x19\xd6\x44\xd3\x08\x07\x64\xe3\x8b\x43\x04\x89\x7a\xf0\x5a\x2f\x44\x94\xc0\x5a\xaa\xce\x17\xb9\x33\x94\x8d\x62\x36\x5d\x60\x36\x7e\x42\x8a\xf6\x59\xd8\x90\x57\xee\x80\xf3\x5d\xd0\x99\x4d\x8a\x0c\xa7\x1b\x52\xdb\x7a\xc8\x1c\xc5\xf8\x9c\x4d\xcb\x16\x7f\xa1\x73\x6a\x95\x62\x90\xf0\x1d\x42\x59\x13\x00\xfa\xe1\x50\x04\x5e\x68\x85\x32\xb9\x39\x23\x0e\x75\x10\x2a\x93\x18\x76\x6a\xa3\xbf\xfd\xcd\x5c\xda\x81\x6a\xee\xa5\x9e\x95\x71\x03\x6b\xfd\xd8\xd3\xa9\x66\xd4\x65\xb8\x38\xf5\xde\x06\x98\x84\xc6\x0f\x68\x2f\x00\xf2\xb2\x1d\xb3\x07\x66\x83\x52\x68\x00\x2b\x1e\x64\x45\xc6\x92\x29\xf1\x5e\xfb\x1c\x22\x9e\x58\xac\x43\x5a\xb5\xf9\x19\x91\x83\x72\xdb\xf2\xf2\x03\xbe\x03\xd8\x8f\x75\xa5\xda\xe0\x58\xad\xb4\xa1\x38\xc7\x0d\x50\x42\x18\x60\x00\x9d\xb6\x61\x74\x7c\x99\xb3\x68\x13\x6c\x82\x2b\x9a\xd1\x94\x69\x96\x2d\x8b\x31\x28\x17\xfd\x01\xff\xb9\xdb\x41\xdb\x2f\xee\x22\x22\xdc\x55\xa1\x10\xbd\xea\x75\xbe\x0a\x6b\xc0\xcf\x62\x2d\x58\x15\x33\x8d\x9f\x2c\xa4\xdf\x9a\xb3\xb0\xfd\x14\xd3\xb0\x21\x14\x01\xb4\xc4\xb6\x73\x7a\x9e\x1c\xfb\xdb\x5a\xb6\x7a\x29\x06\xe0\x95\x24\xd7\xaf\x1e\x65\x5b\x56\xfd\x2a\x5e\xba\x13\xde\xed\x42\x67\x5d\x6e\x56\xe5\x50\x95\x82\x72\x81\x4a\x40\xde\xc7\x04\xf3\xe6\xcc\x78\x10\x5a\x9a\xc2\x9e\x82\x04\x03\x8b\x9b\x54\x58\x1b\xad\x64\x55\x45\x8d\xad\x2c\xd7\x0a\x1e\xb7\xab\xac\xe1\xbd\x44\xb3\x6b\x89\x66\x0d\xdb\x1e\x52\x27\xcb\x2a\x00\x06\xb6\x38\x8f\xcd\x3c\x2d\x4f\x10\x82\xda\xed\x15\x69\x2b\x7c\xc0\xd5\xcf\x85\xff\x57\x99\x83\x3b\xa2\x0e\x49\xb5\x29\x5b\xe7\x30\xf0\x8f\x80\x7b\x24\x09\xa5\x01\xeb\x2c\x87\xd1\x62\x6c\x13\x9a\xa0\xcf\x2e\xd0\xbb\x02\x59\x73\x0b\x99\x93\x47\xae\x8c\x2e\x3c\x14\x10\xfc\xe3\x4d\xd5\x5a\xda\x12\xc3\x3d\x78\x0b\xf2\x6b\x55\x3e\x4e\xb9\x26\x34\x98\x61\xc9\x5e\xd6\xb3\xe7\xd9\x7c\x00\x33\x6e\x4c\xe0\x6c\xc2\x7e\x58\x71\x68\x36\x30\xfe\x14\x8d\x6c\x9b\xa3\x19\x04\x2a\x3e\x6d\x96\x66\xa0\xf1\x84\x1a\x66\xe3\x99\xdb\xa7\x69\x92\x66\x6b\x83\x45\xa3\x03\xc8\x40\xae\x74\xe5\x6e\xb1\x18\x74\x2b\x52\x34\x8b\x8d\xe8\x94\xa3\x59\xbc\xbe\x8b\x24\xcd\x36\x78\xe0\x65\x49\x3b\xee\x93\x16\xe3\xac\x4b\x06\xd3\xd2\x45\xc3\x86\x92\xd2\x55\xab\xa4\xf4\xda\xe0\x72\x8a\x28\xdf\xcd\x63\x46\xd7\x51\x07\x8b\xc0\xff\x90\x8a\x82\x3c\x9e\x32\xd8\x00\xab\x72\x7e\x21\x35\x04\x6b\x47\x50\x6a\xab\x96\x40\x34\x14\xcd\x12\xc8\x72\x9e\xb8\x6d\xdc\xf5\x4e\x61\x75\x82\xf3\xe7\x66\x61\x2d\x5a\x3f\xfb\xc8\x15\x54\x96\x6d\xd1\xac\xaa\x88\x59\xf8\x9f\x5a\x14\x10\x10\x3c\x36\xc9\x64\x6b\x38\x95\x1d\xa3\xa2\x57\x9e\x0b\x7b\xe9\xee\x50\xb5\xab\x71\xe7\xce\x41\xe4\x5e\x46\xb6\xdc\xd8\x45\x41\x3a\x35\xbe\xe2\x46\xdc\xa4\x7a\x04\xa0\xd5\xed\x0c\x63\xaf\x9a\xf6\x6a\x1a\xef\x81\xeb\xd1\x0e\x9d\x62\x18\x86\x47\x7e\xad\x6c\x49\x69\xc2\xb6\xc8\xda\x13\x4c\x7a\xdd\x8a\x1f\x81\x2b\x2c\xb3\x21\x7c\x3c\xb4\x1b\x40\xa9\x0f\x1b\xf9\x54\xe1\xc3\x5e\xb4\xcb\x45\xcc\x32\xc1\xa8\x9e\x3d\x5f\xe0\xf4\xc9\xb6\xc6\xe9\x67\x0b\xa2\x3e\xd9\x49\xb9\xa7\x4a\x60\xf2\x9a\x31\xc9\x6b\x04\xf8\x16\xc5\x3f\x6a\x8a\x63\x53\xd5\xc4\x02\xdb\x60\x1d\x2a\xdd\x2a\xb6\xba\x59\x99\x7b\x9a\x28\xf3\x06\xab\x4f\x2d\xbe\xdc\x1c\xf6\xb0\x64\xca\x8a\x25\xf9\x2a\xc2\xb9\x9f\x3e\xc2\x78\x59\xed\x94\x3c\x08\x3a\x86\x0a\x39\x9a\x72\x61\xb9\xd7\xb2\x38\x63\x2c\x2f\xdf\x14\x5a\xfc\xea\x83\xd6\xbf\xfa\x98\xf5\x7d\x04\xf3\x9b\x8c\x60\x5e\x66\xea\xf2\xde\x17\x28\xd0\x5b\x42\xc9\x47\x19\x71\x85\xc6\xb0\x79\x64\xb1\xb3\x16\x85\x61\x19\xf6\x17\xfb\x43\x63\x64\x46\xed\xb3\xea\x6c\x43\xcb\x95\x58\x54\x0d\xc0\x34\x8b\x13\x0b\x65\x63\xe3\x26\xcb\x96\x86\x65\x46\xb1\xa1\xf8\x41\x3e\xb2\x07\x96\xf5\x08\xd5\x24\x95\x46\x51\x0c\x22\x21\x80\x26\x4b\xa8\xa8\xe8\xf1\xa6\xe4\x82\xa6\x2c\x1e\x80\xba\x11\x44\x57\x59\xd3\x9c\x75\xaa\x35\x21\xb6\x01\xf8\x18\x6e\x83\xf3\x90\x0f\x05\x46\x3c\x61\x94\x0d\xdc\x0b\xdc\x4d\x0c\x84\x96\xdf\x7b\x97\xdf\xef\x0f\xc9\xad\xe1\x45\x5c\x95\xc7\x1b\x00\xb8\xb4\x8d\x6d\x28\xa6\x99\xcc\xe7\xde\x5a\x22\xc7\x60\xa6\x41\x12\x6e\x70\xf9\xc1\x60\x9c\xbf\x2f\xa2\xb1\xd1\xba\x96\x13\xce\x8b\x04\xc3\x6d\x84\x82\x10\x12\x90\x61\x2b\x3e\xc2\xc7\x46\xdc\xa2\xa7\x2e\xc8\xfd\x5e\x86\xe5\xfa\x44\x6e\xc4\x53\xa6\x40\xff\xf7\xf6\xd5\x52\x1a\x60\x39\xd5\xb4\x71\x9c\xcb\xac\x5f\xde\x42\xed\xac\xb8\xcd\x59\xac\x45\xe7\x36\xba\xc7\xd5\x8f\x07\x02\x7e\x32\xbb\x58\xe7\x20\xbe\x36\x7e\x71\x95\x67\x73\x09\xb7\x6e\xb2\x70\x59\xb7\x16\x2c\x66\x2e\xe7\x39\x46\x30\xf1\x30\xa0\xa5\x91\xb2\xb9\xd2\x9f\xa9\x8e\x66\x46\xc5\x2c\x40\x53\x76\x14\xd9\x55\x70\xe5\xa7\xb5\x95\x35\xcc\xe0\x24\xec\xbd\xc5\x78\xdc\xc1\x76\x8a\x17\xb2\x8b\xf2\x85\x7f\x25\x89\x2f\x7b\xdc\x58\x27\xce\x7d\x62\x9f\x98\x89\xae\xa2\xa2\x55\xe3\xef\x46\x5b\xe5\xa2\x1d\x3b\x8f\x19\xdb\x02\x01\xe0\xd4\x62\x7e\x14\x2f\x12\x2b\x59\x35\xb2\x9c\x3c\xe3\x9b\x25\x23\x58\xa0\xdd\x07\x23\x14\x7a\xdb\x5a\x4a\xe7\x46\x60\xd4\xd2\xdc\x92\xd9\x14\x65\x96\x8c\xe9\x3c\x33\xf7\x48\x9e\x71\x77\xf6\x2b\x29\x7d\xed\xd4\x01\xb6\xa8\xa3\xb0\x28\x43\x44\x83\x7a\x35\xe8\xda\xa5\x91\xce\xa9\x0f\x41\x03\x9a\x48\xb8\xb8\x37\x9d\x61\xfa\xa2\x73\xa1\x66\x0c\xd3\x18\xe3\x86\x3d\x5d\x49\xd8\x5b\xec\x72\x7b\xf5\xc5\x55\x27\x8d\x8b\x69\x80\xaf\xd4\x6c\x0f\xec\x02\x9f\xdc\xf8\x65\x37\x08\xe8\xc6\x4f\x9d\xec\xb3\xc9\xb7\x4b\xb0\x37\x5a\x3f\x5f\x25\xc0\x96\xc2\x6d\x6d\xc8\xa3\x95\x9e\x42\xe4\x2b\x6b\xab\x01\x00\x3b\xac\xa1\x4a\xad\x34\xf5\x9f\xfe\x2f\x2c\xb7\x81\x4b\xf3\x9f\x44\x66\x43\x81\xbf\xf7\x3c\xd4\xb5\x79\xa1\xc0\x90\xa3\x29\x2b\x50\xb6\xb2\x32\x1e\x0f\x64\x84\x5b\x3c\x15\xc4\x0b\xf4\x48\xbf\x66\x0c\x41\xc1\xda\x5a\x65\xcb\x94\x0a\x3a\x05\x74\xc2\x1e\xc4\x40\x81\xb8\x5a\x58\x97\x90\xa4\xb1\x64\x12\x70\x2b\xc3\x2c\x6d\xda\x5f\x51\xf9\x0d\xfa\x44\x51\xd6\x82\xa3\x15\x8e\xf4\x66\xea\x77\x65\x47\x37\x93\xd8\x6f\xfb\x37\x3f\x8e\xae\x07\x37\x97\x77\xd7\x27\x25\xb1\xfd\xe4\xfc\xee\xe6\x76\x70\xdd\xf8\xac\x48\x99\xfb\xcb\xdd\xe0\xae\xe5\x91\x6b\xe0\xbc\xff\xfd\xe0\x3c\x7c\xe5\x2f\x77\xfd\xf3\xb3\xdb\x5f\x46\x97\x1f\x47\x37\x83\xeb\x9f\xce\x4e\x06\xa3\x9b\xab\xc1\xc9\xd9\xc7\xb3\x93\xbe\xf9\x32\x7c\xf7\xea\xfc\xee\xd3\xd9\xc5\xc8\x05\x98\x86\x8f\x7e\xbe\xbc\xfe\xf1\xe3\xf9\xe5\xcf\xa3\xa0\xcb\xcb\x8b\x8f\x67\x9f\x9a\x66\xd1\xbf\xb9\x39\xfb\x74\xf1\x79\x70\x71\xbb\x54\x11\x69\x5e\x8d\xf6\x92\xfc\xc5\x45\x16\x18\x08\x02\x31\x69\xbc\xb0\xa4\xcd\xff\x0e\x66\xea\x2b\xa4\xc7\x83\x9e\xfb\x0b\x8b\x2b\x1e\x18\x16\xe8\x3c\x20\x05\xf7\x18\x0a\xef\xa2\xf2\x97\xaa\xa6\x53\xe5\x32\x20\x4b\xa3\x3d\x26\x7d\x38\x2b\xa0\x30\x94\x3a\x85\xdc\x7b\x3f\x52\xe7\xd4\x04\x3a\x4c\x78\xca\xc1\xbf\x49\x0e\x48\x75\xc3\xcb\x0d\xda\x39\xc1\x10\xac\x87\x26\x5e\x76\x1a\x54\x35\xb9\x12\x28\xe5\x98\x38\x0e\x6d\x9a\x35\xe3\x02\xf8\xba\x85\xa0\x29\x8f\xf0\x87\x0a\x82\x1b\x29\x32\xc5\xab\x2d\x96\x08\xac\xdc\xf2\x8c\x91\x1f\xff\x5c\x0c\x0a\xac\xd5\xd6\xa2\x90\xd7\x8a\xf2\xd8\x07\x59\x8e\xab\xba\x8a\x3c\x4b\x3d\xb9\x63\x6e\xcd\x88\x70\x6e\x6d\xed\x46\x70\x2d\xe4\x22\x40\x8b\x29\xf9\x19\x6c\x71\x68\x72\x40\x2a\x34\x7e\x4c\x6e\x20\x53\x5d\x15\xaa\xbb\xd9\xc5\x79\x92\x4f\x79\xad\x74\xeb\x98\xcd\xe8\x03\x97\x0e\x01\x1b\x81\xc2\x61\x1d\xad\x68\x45\x0e\x48\xeb\x41\x39\x26\xfd\x38\x56\x65\x06\x57\xa2\x1c\xc7\x32\x0f\xca\xc3\x0e\x01\x5e\x44\xec\xd9\x66\x85\x8e\x8a\x23\x07\x2b\xb6\xfb\x5c\xfc\x3a\x3b\x2c\xdf\xbd\x5b\x61\x1b\xaa\xfb\x91\x23\xe5\xd1\x46\xc2\xc0\x2d\x55\xf7\x0d\x15\xa1\x1b\xef\x57\x87\x8a\xb0\x5d\x8f\xed\x65\xa8\x1b\x3b\xf5\x2b\x3b\x82\x83\xb6\x59\x9f\xad\xc0\x92\x2b\xba\x74\x33\x4e\x2a\xd5\x3f\x3a\xf7\x57\xaa\x1e\xf2\xf4\x96\xfd\x66\x69\x0c\x8e\xe4\xc8\xd3\xff\x1a\xf3\xb8\x82\x4f\x2f\xfd\x97\x4b\x45\xb6\x51\xb0\x6e\xeb\xda\xfb\x6b\xb9\x82\xd6\xe6\xbf\x94\x0e\x77\x84\xce\xd1\x5d\x18\x04\xec\x66\x1e\x81\x6b\x87\x72\x61\x11\xfd\x99\xf7\x3d\xb8\x1a\x96\xe6\x1c\xfb\x2a\x33\x74\x2c\x1f\x4a\xca\x65\xca\x94\xa2\x2d\xb8\x09\x81\x49\x6c\x1b\xc6\xe0\x4f\xa8\xfd\xb0\x23\x3d\xb9\x33\x79\x6b\xbe\x5a\x66\xf4\xb9\x0e\x35\x63\x37\x51\x23\xb0\xc6\x2e\xa6\x92\x5c\x62\x66\x95\xe1\x2f\xbd\x22\x6c\x42\x66\x41\x34\x49\x9b\xa9\xbf\xa3\x59\xad\xba\x60\x8d\x85\x1a\x42\x77\xcd\xfa\xd1\x16\x41\xeb\x1b\x83\x6a\x5a\x1b\x3a\x2d\xaf\xcf\x1a\x54\x57\xf2\x6d\x85\x45\x2c\xb1\x5e\x33\x56\xc8\x0e\x46\xda\x23\x14\x13\xda\x0a\x69\x4a\xe5\xd1\x0c\x3d\x0a\xe6\xca\xe8\x0d\xc5\x63\xb0\x21\xa5\x90\xcf\x7e\xd8\x12\x80\xc1\x7d\x31\xc7\x8d\x3f\x94\x02\x69\x41\x64\xe4\x10\xd5\x19\x10\x02\x3a\x7f\x8a\x0a\x14\x2b\x08\x3c\xd8\xaf\x2d\x48\x7d\x83\x72\x43\x0d\x15\xb1\x9b\x8a\x0e\xf9\xb9\x05\xb5\x7e\xb6\xd0\x94\xbb\x0e\x21\x28\x37\xd4\x34\x82\x1d\x54\x1b\x7a\x56\x84\x50\x9f\x98\x87\x79\x9c\xe9\xd8\xa6\xca\x9b\xe9\xba\xd5\xfe\x57\x37\xa3\x7f\x45\xbf\x43\xde\x82\xad\x10\xb4\xe6\x41\x42\xc9\x81\x91\x59\x5d\xce\xaf\x75\xba\x2b\x72\x80\xa0\x4f\xef\x21\xa6\xae\x7f\x75\xf6\xbe\x47\xde\x87\x79\x45\xef\x37\x3a\x80\x76\xdc\xb6\xe2\x10\x68\x53\xa5\xe0\xf2\xf2\xb1\x83\xbd\xaa\x9c\x44\xbb\x67\xf6\x20\x92\xb6\x73\x68\xbe\x2c\x7d\x03\x8e\x48\xa8\xa0\x83\xbe\x3a\x1f\xda\x6a\x5d\x40\x28\xe3\x72\xd5\xb0\x76\xf1\x50\x8c\x17\x55\x27\x4f\xcf\x7b\x79\x3a\x9f\xd2\xad\xab\xc2\x98\xf6\xea\x89\xa8\x3b\x0e\xb9\x5c\x7e\x1f\xac\x48\x6d\xed\xfb\x6a\xed\x05\x17\x6b\xf3\x48\xef\x63\x95\x9b\x66\x55\xb2\x97\xb9\xc5\x6c\xdc\x94\x55\xf2\xcf\x5b\x23\xb7\x0e\x01\xbe\xfd\xa6\x15\xb1\xb1\xdd\x2d\xc2\xf5\x9e\xca\x9e\x96\xca\x76\x11\xdb\x5e\x1e\xdc\xfa\x17\xe8\x09\xca\x71\x41\x33\xce\xe0\x6a\x94\x09\xcf\xe0\x4b\xa5\x83\x56\xd7\xdc\x5b\xd3\xe7\x1b\xac\xc9\x6a\xa7\xef\x0d\x06\x0e\xa0\xdb\xb5\x3e\xd6\xea\x50\xfb\xda\xd6\x31\x90\x1c\xf3\xd8\x34\x4f\x59\x8f\x48\x91\x2c\x82\x60\x07\x7b\x5e\x81\xdc\x30\x1e\x05\x0b\x82\x63\x27\x16\xea\x6c\xad\xc4\xe7\x35\xa5\xf1\x36\x1a\xd9\x22\xd2\xe4\xa2\xff\x79\x70\x3a\x1a\x5c\xdc\x9e\xdd\xfe\xd2\x00\x63\x57\x7e\xec\x90\xec\x82\x17\x6e\x7e\xb9\xb9\x1d\x7c\x1e\x7d\x1a\x5c\x0c\xae\xfb\xb7\x2b\x50\xee\x96\x75\xd6\x86\xa0\x96\xab\x26\xf5\x6d\x1d\x14\x35\x67\xe6\x6d\xe8\xbd\x8e\x75\x17\x74\xc2\x59\x0b\xde\x1d\x26\x79\x8b\x98\x65\x24\x66\x0f\x2c\x91\xf3\xc2\xac\xda\xb8\x60\x01\x10\x5e\x43\xfb\xcb\xc0\xf0\xa0\xcd\xea\x1a\x1f\x13\x2c\x17\x13\x54\xcc\xf3\x0d\x82\xc8\x47\x33\x26\xde\x6b\xc2\xbe\xcc\x13\x1e\x71\x1d\x24\x81\xc9\xcc\xba\x57\xd0\x7d\x08\x91\x88\x2b\x88\x6b\x67\xd1\x28\x3b\xd7\xf9\x43\x4f\x7a\x5d\xdb\xf7\x27\xca\x03\x33\xad\xac\x41\xb0\x03\xc5\xbe\xc5\x69\x5c\xc3\x8d\xda\x60\x74\x4f\x61\x1e\xa8\x67\x63\xd8\x44\xae\x16\x4c\xa9\xe6\x41\xae\xbe\x0d\x97\xc5\xc9\x94\xce\xf5\xf2\x40\x99\x6e\x94\xfa\xc2\xe1\x2e\xa5\xda\x5c\x3b\xc0\x58\xb0\x71\xca\x6b\x06\x2c\xd4\xe0\xfe\xc5\x3d\x82\xa0\x93\x8c\xa5\x52\x1b\x05\x0c\x23\x02\x7a\x46\xa8\xe2\x34\xe1\x7f\x07\x34\xa2\x8c\x1d\x06\x11\x14\x90\xec\x15\x87\xc1\xfd\x16\x29\xe0\x70\x28\x4e\x07\x57\xd7\x83\x13\xc3\x90\x0e\xc9\x9d\x02\xa0\xa1\xd2\xd4\x4f\x2d\x79\xa3\x38\x16\x46\x32\x70\xa1\x34\xa3\x6d\xc1\x60\x2c\xcb\x64\xd6\x9d\x3f\xf8\xfe\x06\xf0\x5d\x33\x79\xc3\xb3\x92\x6d\xca\x19\x00\x2e\x5a\x0b\x2b\x06\xf1\xe1\x3b\x4f\xbf\xb9\xa6\x8f\xa5\x15\x09\x81\x16\x40\x12\x29\xaf\xfa\x13\xae\x36\xe0\x08\x76\x9f\x5f\xa9\xcf\x2b\xf8\x76\xd9\x3c\x6f\x5d\x6d\x74\x0f\x4a\x88\xb8\x85\xbe\x68\x41\x65\x9e\xad\xa2\x62\xf6\x12\xa0\x0c\x15\xd2\x1f\xb3\x29\x15\x24\xcb\x85\xa8\xa0\x54\x86\x96\xb6\x7a\xd0\xcc\xba\x47\xd5\xac\x19\x4d\x65\x2e\x40\x69\x80\x30\xd6\x86\xc1\xa8\x39\x13\x7a\xc5\x60\x5e\x0a\x72\xa3\x32\xd4\xd7\x8b\xba\xd1\x30\xd0\x36\xe0\x8d\x26\x7f\x12\x54\x6f\x5c\xef\x5a\x76\x41\x79\x25\xa7\x92\x39\x54\xfe\x7e\x6e\xd6\xb2\xa9\xba\xdf\xba\xbb\x5b\xaa\xee\x57\x77\x15\xb3\xe8\x7e\xdd\xcb\xa6\x9a\x85\x97\xd8\xe2\x97\x35\x63\xdf\xc2\x3c\xb5\xc8\xfa\x50\xf3\x34\xba\x27\x3f\xdc\x7e\x3e\x27\x13\x6e\xe4\x5e\x73\xad\x5c\x50\x23\x63\xdf\x65\x89\x2f\x28\x8d\x32\x48\x9e\x25\xfe\xee\x85\x8d\x77\xa2\x54\x20\x25\x98\x1b\x8d\x4e\x99\x33\xf6\x66\x16\x57\xad\x82\xac\x9f\x51\x11\xcb\x14\xe7\x71\xa4\xf2\xc9\x84\x7f\x39\xd4\x34\xfb\xb0\x86\x44\x73\x52\x72\xb0\x55\xc8\xc8\x86\x4f\x5a\x98\x3f\xb0\x2a\xac\x94\x13\x06\x0f\x4c\xe8\x9d\x08\xd9\xd0\x44\x43\x96\x71\x37\x53\x39\x96\xba\x3a\x3b\x2d\x38\xb4\x2f\xb9\x1c\x84\xe6\xe8\x8c\xc2\x65\x65\x33\x3b\xac\x5f\xb8\xcd\x5b\xfd\xd0\xd9\x01\x0a\xaf\xd6\xd7\x65\x45\x7c\xb7\x5d\xed\xa2\xe4\x65\x11\x9b\xe9\x60\xb2\x37\xc4\x1d\x51\x0c\x55\xf1\x20\xdf\xdd\x6a\x58\xd5\x3d\xc7\x3e\x67\x54\x55\xbb\x5c\xb9\xe5\x1b\x80\x6c\x94\x9a\xf9\xc4\x20\x07\x6d\x27\x65\xe8\xd7\xc8\x35\x86\x81\xdc\x65\x09\xc4\x01\x2f\x35\xc5\x60\xb9\x4d\x73\x7c\xbd\x78\x42\x3b\x08\x9a\x38\x18\x23\xf9\xb0\x79\xc6\xa0\x00\xf4\x31\xb9\x4a\x98\x11\x1f\x72\x23\x42\xe4\x49\xe2\x00\x89\x96\x8b\x38\x6b\x81\x68\x3d\xf9\xbc\x02\x01\x7a\xc9\xc4\x1c\x20\xd7\xf2\x99\x05\x6b\xb0\xfb\x0c\xf1\x60\x7d\xc1\x0e\x0a\xd6\xb0\xb2\x2a\x04\x0c\x78\x81\xc1\x9f\x60\x0f\xa1\x25\x6e\xcc\xff\x6e\xd8\x7c\xc6\xd4\x4c\x26\x4b\xa7\xb0\x36\xcc\xd9\x3a\x73\x70\x4b\xf9\x84\x93\xb0\x91\x77\xa3\xb6\xe0\xe0\x0e\x97\xf3\x29\x36\xd1\x28\x12\x2c\x9b\xa2\x47\x52\xf7\x21\x0c\x16\x1e\xd2\x86\xb2\xd9\xa1\x81\x63\xae\xb0\x17\x85\x50\x4d\x85\xfd\xbd\x90\xc8\x17\xe8\x40\xf4\x9f\x07\x85\xbc\x7d\x5c\x3b\xd7\xaa\xa8\x7c\x03\x15\xdd\xd7\xe3\xb2\x36\xfb\xa1\x68\xc2\x0c\xb8\x99\xb5\x59\x10\x75\x90\xdb\x6c\x6c\x8b\x2a\x81\x4c\xd9\x2d\xc6\x29\x37\xea\x14\xed\x0c\x74\x5b\x3f\x4e\xb9\x86\xf7\x93\xb9\x73\x4a\xd4\x52\x9a\xc0\x1e\xb6\x68\x7d\xd8\x22\x8b\xa8\xef\x69\x0f\x40\xc6\x74\x06\x59\xc5\x85\xc7\xa6\x7a\xc9\x5b\x2b\xeb\xaa\x54\x9b\xd2\xee\x74\xca\xab\x29\x7d\x61\xce\xfd\xe9\x96\x2e\x1f\x33\x99\xc5\x08\x32\x15\xb7\x09\xfb\x28\xcd\x1f\xcd\xd5\xd0\x26\x8b\x09\xa6\x46\x23\xa8\xaa\x5d\x3b\x6f\xaa\xc7\xea\xf6\x43\x71\x6d\x46\x81\x5f\x14\xae\xff\xa2\x72\x34\x2b\x6a\xdc\x4d\x08\xb5\x5f\xc1\xa2\xb7\x45\x5e\xa9\x51\x50\x38\xff\x09\xb3\xac\xbf\xc7\x77\x30\xa1\xda\x02\x8a\x98\xa9\xf2\x49\xa1\x37\x1a\x61\x2f\x9a\x71\xc8\x67\x8e\x99\xb2\x97\x07\xd7\x36\x61\xdd\x8b\xca\x39\x73\xd0\xae\xf0\x99\xe7\x5f\x4d\xcc\xd5\x69\xa6\xc2\x59\x84\xd4\x50\x04\x7d\x2c\x41\x02\x44\xed\x70\x43\xb1\x1f\xf6\x99\xc7\xde\xd3\x02\xff\xc4\x1d\xaa\x55\xc1\xb7\xd3\x4b\xe9\x1c\xec\x89\x78\x06\xe5\xc4\xdf\x3f\xb7\x36\xac\xfd\x10\x46\xfc\x7f\xfe\xeb\xbf\x0f\x79\x9b\xb9\x5d\x8d\xec\x0a\xbc\x86\x9d\x5c\x6f\x5b\xc2\x9d\x0f\x20\x0a\x5a\x52\xdf\x55\x3e\xf6\xf8\xc1\xa5\x50\xfd\xe2\x57\x7b\xb9\x19\xa2\x91\x7a\x86\xfe\xc5\x32\xb9\x83\x31\x3e\xcb\x97\xdf\xb2\x01\x8b\x2b\x3c\xd0\x85\x9b\x31\x88\xf2\x74\x00\xf4\x18\x9d\x67\xda\xaf\x5c\x28\x15\x06\x15\x20\x85\x6d\x13\x0d\x37\xa3\xea\xe9\x42\x1e\x1a\xab\x7a\xa0\x95\x32\xbc\x23\x57\x05\x3f\xe0\x20\x31\x8b\xce\xec\x4a\xae\x58\x86\x07\xda\x43\xca\x90\x7a\xf1\x59\x88\x7d\x5b\xe1\xc3\x61\x29\xe5\x6b\xc5\x69\x9b\xf7\x9b\x51\xda\x4a\x46\x5c\x3a\x65\xd9\x28\xce\x4b\x41\xb9\xab\xda\xbe\x32\x1f\x9d\xe6\x7a\xb1\xba\x7d\x95\xd0\xe8\x7e\x1d\x64\x3c\xf3\x7e\x4b\xb3\xab\x05\xc3\x20\x74\xa2\x2c\x1c\xb6\xe0\xce\xb1\x0a\xee\x9c\x8d\xe5\x2b\x69\xed\x70\xd1\x08\xa8\x1e\x1c\x08\xf7\xf6\x26\x42\x74\x5c\x18\x39\x19\xe7\x85\x95\xc3\xe3\x8d\xc7\x87\x43\xf1\x11\x01\xfb\x41\xf1\xc0\x01\x44\x90\x48\xc1\xbe\xcc\xa5\x62\xa5\xcc\x9e\x06\x0c\x71\x9b\x99\x67\x87\xd1\x2c\x93\x56\xaa\x37\x6f\x25\x92\xbe\x38\x82\x60\x7d\xc3\xeb\x53\x6e\xa6\xc0\xad\xa4\x9e\x88\xcf\xb9\xa1\x9d\x51\xe3\x49\x5b\x7f\xea\x5d\x4b\x50\x14\xb1\x32\x80\x25\xa3\x93\x45\x8f\xf8\xe9\x55\x08\x22\x61\x0f\x0c\xcc\x94\x30\xc6\x10\x29\xbe\x6c\x6a\x6a\x61\x27\xab\x0e\x50\x91\x56\x07\x6c\x81\xc4\xd5\x11\x94\x93\x8f\x9a\x68\xb1\x9c\x56\xb1\x75\x06\x50\x93\xc3\x7f\x0d\x29\xb4\x1f\x22\xe6\x2f\x98\x26\xec\x8b\x66\xb6\xe0\xdb\xad\xcb\xd1\xaa\x87\x75\x93\xe6\x34\x93\x76\x11\x69\xf7\x54\x51\x9b\x88\xcd\xcc\x75\x49\x68\xb1\xbb\xf7\x6d\x52\xd6\x8c\x8a\xd8\x66\x1a\x5a\x59\xda\xc8\x14\x30\x3b\xb4\x03\xf9\x18\x6c\x9b\x2f\x17\x40\x0d\x63\x9b\x88\x89\x0c\x17\x99\xd3\x8b\x8c\x64\x0e\x6e\x6b\x99\x19\x01\x35\x17\x9a\x27\x86\x38\xec\x18\x8c\xd6\x9c\x0b\x0f\xf6\x05\x11\xc3\x6d\x78\x52\x5c\x29\x2e\xa6\x23\xbb\x92\x2e\x69\xae\xdb\xc5\x50\xa6\xa9\xcf\xd8\x14\xfe\xf8\xbd\x6b\x68\xb9\x9d\x17\xc9\x1a\xb0\x7e\x5c\xba\x1e\x08\xd6\x42\xba\xc9\x58\x90\x26\x97\xe5\x37\xe2\x71\xa9\x40\x3d\x4c\x74\x1d\x23\x05\x88\x75\xf5\xfc\xf8\xe2\x0a\x51\x36\x05\x0f\x13\x6b\x20\x02\x5a\xb7\xe4\x18\xaa\xd6\xdc\xc2\x33\xe1\x45\x34\x5b\x38\xc6\x67\x50\x57\xd2\x14\xa9\xeb\xce\x86\x79\xd3\x24\x19\xd3\xe8\xde\x2b\x1b\x5e\xe5\x96\x99\x03\xde\x36\x02\x2a\x54\x16\x42\xe2\x32\x03\x8d\x40\xba\x09\xbd\x30\x88\x90\x62\x87\x5d\x74\x6e\xcb\xfa\x0b\x2c\x34\x0f\xca\x39\x8e\x1e\x63\xc6\x63\x36\x4f\xe4\x22\x6d\xb9\xcf\xaa\xa9\x59\xdb\x44\x40\xb4\x65\x86\xed\xf4\x2a\xab\x30\xbd\xb5\x2f\xb3\x5a\x9e\xc7\x0e\xf0\x7a\xd6\xe0\x92\x9f\x12\x39\x06\x2b\x9f\xd5\xb2\x5d\xee\x42\x10\x42\x5f\x3d\xcf\xeb\x66\x54\x54\x4f\x24\x57\xf3\x84\x2e\x96\xf5\x80\xb1\xfc\x4f\xbb\x6f\x98\xfb\xbd\xda\x08\xd6\x3d\x0a\xb6\xf1\xf3\xa7\x40\x01\x3d\x77\x92\x00\xbe\x8b\xfc\xcb\x1a\x93\x98\xb3\x26\x61\x16\xd5\xe1\x3c\x93\x46\x52\x90\x43\xa1\xe9\xd4\xed\xae\x95\x2e\xe5\xa3\x60\x99\x9a\xf1\x79\xa9\xe4\xd8\xd6\x71\xb7\x96\xa4\xed\x7f\x30\xca\x74\x0d\xe6\x29\xe7\x07\x08\xfd\x60\x08\x44\xcd\x69\x54\x58\xff\xa2\x84\x2a\xc5\x27\x8b\x00\xb1\xc1\x87\x30\x42\x5e\x4c\x59\x5d\x0e\xaa\xfc\x34\x71\x9a\x10\x03\x60\x37\x89\xcb\xdb\x27\x6d\xdd\x95\x4f\x21\x8f\x43\x80\x2c\x28\x03\x5f\x03\xe9\x70\x17\xb6\x05\xeb\x78\xaa\x5c\x2e\x3b\x32\x9b\xd1\xb4\xbb\x81\x39\x6c\x85\xcd\x32\xa0\x97\x82\xbe\xb4\x9b\x39\x0a\x61\xd7\x0e\xdb\x2a\x5a\x1e\xe8\x21\x9c\x06\xcc\x31\xb6\x5f\xf8\xec\xa5\x52\xde\x3e\x2d\x61\x9d\xe0\x1a\x19\xe5\xcf\x99\x70\xcd\xf9\xf2\x40\x12\x90\x6f\x5f\x74\xd0\x23\x6a\x2b\x00\xa6\xee\xa4\x7d\xca\x12\xb6\x93\x98\xdc\x0d\xe8\xbc\x1a\x2b\x10\x50\xf8\x52\x22\x2a\x20\xc7\x57\x9b\x49\xd6\xa7\xf1\xea\xa8\x0a\xea\xde\xd9\xa0\x36\x88\x5f\x6e\x41\x98\x69\x1e\xf9\xcf\x38\x50\x1b\xc2\xdc\x44\x60\x60\x5e\x84\xad\xef\xaa\x1a\x36\x41\xd5\x61\x0b\xf6\xc4\x14\xdd\xb8\x7d\x74\x58\x40\x5e\xd8\x75\xd2\xd7\xeb\x3d\x06\x2f\x1c\xf0\xdb\x32\xba\x4f\xac\x4b\x74\xc7\xca\x23\xba\x11\x37\x6d\xbb\x12\xbb\x91\x8a\xf5\xcc\x6a\x49\xa6\x4c\x63\x39\x6d\x5f\x33\xfc\x0d\x92\xc9\xce\x32\x18\x76\xba\x15\xcd\x4c\x60\xbd\x53\x7d\xc3\xb4\x72\x37\x5e\x0d\x1d\xd0\xee\xd4\x81\x4b\xc6\x2e\x52\x9b\x5f\xef\x16\xbd\x8e\x93\x7c\x6d\xad\x2a\x4f\x77\xc1\xae\xa6\x97\x9d\xd0\x07\xe0\x12\x51\x48\xdf\xc8\x2d\xd0\x31\x1c\xde\xc0\x03\x5b\x53\xe5\x57\xf8\xb6\xed\xf0\x3a\x79\xb5\x6b\xcb\xf9\x14\xdb\x6b\x63\x75\x3b\x6f\xee\x53\x92\xda\xba\x63\xd9\x85\x8e\xf2\xc4\x46\x11\x4b\x8d\x2b\xb5\xeb\x7d\x88\x09\x21\x6d\xfe\xd7\xc2\xb1\x68\xb7\x6c\x97\x87\xac\xa9\x12\xc1\xf6\xd9\x46\x2e\x82\x7b\x34\xcf\xd8\x84\x7f\xd9\x48\x14\xbf\x82\x4f\xad\x7a\x69\x96\xb9\x52\xdb\x00\xac\x1d\x50\x0b\x21\x70\x83\xdb\x95\xb6\x60\xf5\x43\x51\x04\x70\xdb\xe8\xed\x7b\xb6\x20\x32\x2b\xfd\xb4\x29\x56\xcd\xee\xeb\x30\xe0\xbe\xce\xb4\x9e\xab\xe3\xa3\xa3\x29\xd7\xb3\x7c\x7c\x18\xc9\x14\xa3\xb7\x64\x36\xc5\x3f\x8e\xb8\x52\x39\x53\x47\x7f\xf8\xee\xbb\x62\x8b\xc7\x34\xba\x9f\x62\xf6\x6f\xdd\x8a\x53\xda\xf2\x9b\x7a\xad\xb2\xf5\x91\x93\x33\x29\x46\xec\x8b\x21\xd2\xa6\x6a\xf8\x5d\x81\x55\x14\xe9\xff\x7c\x43\xd4\x42\x68\xfa\xe5\x98\x7c\xe6\x02\x04\x90\x1f\x64\x9e\x29\x72\x4a\x17\x07\x72\x72\x90\x4a\xa1\x67\xe4\x33\xfc\xaf\xfd\xe9\x91\xb1\x7b\xf2\x0b\xa3\x99\xdd\x5f\x5b\x92\xc0\x17\x4c\x9b\x51\x48\x6d\x81\xc2\xc8\xd9\x82\x7c\xf7\xef\x24\xc5\x96\x8f\xc9\xb7\x47\xdf\xfd\x3b\xf9\x3d\xfc\xff\xff\x4b\x7e\xdf\xa2\xa9\xad\x97\x59\x0e\xb5\x90\xae\xcb\xc6\xad\x5e\x65\xa5\x36\x28\x0f\x77\x92\xc9\x62\xa7\x1a\x5b\xbe\xe7\xd1\xbd\x9c\x4c\x46\x9a\xa7\x0c\x43\x6d\x47\x34\xab\xa1\x92\x6d\x08\xd3\xc3\x6d\x31\x2b\xac\x07\x5c\x40\x15\xdb\x4e\x31\xb1\xc8\x1d\x37\x95\x17\xc5\x7c\xc0\xa7\x52\x2a\x90\xc4\x15\x7c\xc5\x62\x73\x2a\xd6\xf1\x9f\x38\xeb\x4c\xbd\xe4\x66\x91\x88\x17\x16\x68\xf3\x7e\xd0\xd0\xa9\x8f\x7e\x0f\xbb\x90\x8d\xc7\x01\x7c\x22\x72\x2b\x94\xa6\x7b\x56\x0b\x9d\x58\x33\x65\x0b\xc1\x31\xef\x59\x5b\xb9\x56\xb8\x49\x5e\xcc\xf5\x78\x19\x14\x3e\xb7\xa0\xd0\xee\x9a\x04\xc9\xdf\x56\xa2\xb2\x9a\x01\x73\x38\x9c\xdf\x40\xd6\xa4\xfb\xe7\x07\xb7\x59\x46\x50\x54\x3d\xd7\x10\x14\x29\xb5\xf1\x53\x41\x65\x11\x74\x5c\xd9\x16\x15\xd3\x07\x18\xb0\xd1\xdc\x04\x5d\xf8\x16\xc2\x1a\xed\xb6\x91\xb6\xc0\x37\xb3\x97\x54\x77\xf5\x40\x96\x88\xe5\xd2\x7d\xda\x9d\x9a\xfb\xc4\x7d\x6c\x4e\x04\x2d\xbb\xd1\x81\x87\x85\x59\x4e\xde\x22\x69\xe1\x53\x6c\x1c\x88\xcc\x32\x10\x3d\x21\x72\xd2\x2e\xfa\x12\x9a\xbe\xac\xcf\x70\x0d\x74\x87\xc1\x5f\xee\xfa\xe7\x37\x25\x40\x87\xcb\xdb\x51\xfd\xd7\xb3\x8b\xea\x3b\xe5\x5f\x06\xff\x75\x76\x73\x7b\xb3\x14\xdb\xa1\xd2\x68\x1b\x27\x98\xc9\x47\xa8\x04\x62\xce\x0a\x2c\x08\xad\x2c\x89\xb9\xde\xa9\x70\x30\x5d\xdc\x39\x58\xd1\xa7\x09\x58\x6f\x71\x73\x6e\x4d\x3d\xe6\xe8\xab\x09\x24\x81\xa9\xbd\x54\x10\x89\xaa\x75\xbe\x3a\x7e\xe4\x46\x66\x5b\x69\xcd\x6b\x72\xe3\x86\x2a\x67\x61\xc1\x50\xc8\xe4\x92\x99\x07\xcd\x43\xeb\x96\x2d\xe1\xb3\xda\x16\xcd\x33\xf4\xb8\x77\x63\x32\x66\xea\xa7\xfe\x93\x55\xc3\x04\xf7\xbb\x7b\xbb\x28\x4e\x02\xa3\x35\x27\xc1\x30\x95\x86\x11\x37\x20\xeb\xac\xda\xd0\x1b\x9f\x4c\x09\x8d\x43\x2c\x08\xc4\xc1\x0a\xa7\x9f\xd8\x44\xbf\xc6\xfd\x04\xbc\x91\x5d\x40\x11\xd5\xa0\x6b\xb7\xb8\x75\xd1\x60\x5e\x08\x0a\x0e\xf9\xb8\x02\x78\x9c\x51\x73\xa7\x6c\x88\xde\x84\x10\xf6\x3d\x92\x51\x08\xa7\xd0\x33\x2a\xd0\x94\x32\xa1\x11\x17\xd3\x5e\x00\xdc\x03\xf9\x87\xa1\xe4\xd2\xb4\x92\xb7\x54\xdd\xef\x36\x44\x60\xeb\x92\x3e\x3c\x2e\xca\x4a\xd8\x54\x5b\xf4\xa1\xf0\x1a\x6a\x89\xa6\xea\xbe\x2d\xd7\xbc\x06\x74\xb1\x64\x74\x7e\x29\x1c\x3c\xc6\xb2\xf1\xb9\x7c\x26\x16\xaa\x6e\x80\x62\xeb\x0a\x8a\x59\xd8\x1b\x17\x92\x8e\x05\xdf\x79\xc2\xe2\x2a\xde\x53\x75\xfc\xab\x08\x01\x8d\x63\x81\x2f\x1a\xe0\x80\xd2\xb9\x84\xc8\xd3\x09\x49\xa9\x58\xe0\x51\x32\xa2\x14\x55\xf7\xca\xd7\x95\x22\x2a\xa5\x49\xd2\x23\x19\xcb\x95\x11\xc0\x7b\xe6\x22\x9b\x1c\x38\x64\xde\x98\x24\x72\xca\x23\x9a\x90\x71\x22\xa3\x7b\x35\x14\xe6\x2a\x11\x53\x14\xc9\xe6\x99\x8c\x98\x52\x81\x04\x5e\xe4\x3a\xd9\x08\x74\x28\x2a\xa5\x59\x96\x72\xc1\x95\xe6\x91\x97\x36\x7c\x7a\x21\x96\xb1\x8b\x28\x98\x7e\x21\x9e\x1f\x86\x6b\x34\x02\x86\x58\x41\xb9\xb0\x18\xee\xc0\xd0\x2d\x04\x88\x8b\xad\x6a\xa3\xde\x1d\x20\x9a\xb8\xed\x19\xe9\xf2\x69\x58\x41\xcf\x27\xf6\x33\x38\x43\xcb\x28\xe6\xba\x4c\xce\x9e\x1a\x3c\x99\x7b\xa0\x4c\x47\x14\x45\xe4\x58\x59\xa8\x73\x06\xa6\x57\x06\xb0\x00\x43\x6e\x81\x55\x58\x45\xd3\x66\x15\xe1\x52\x84\xb2\x01\x55\xef\xb8\x2d\xad\xed\xe4\x72\x73\x49\x3c\x18\x22\x71\xcb\x63\xd6\xde\x5c\x25\x3d\x42\x15\x79\x64\x49\x62\xfe\x8b\x81\x63\x07\x1e\xc7\xd5\xf0\x43\xc4\xda\x85\x4e\x1c\x8b\x6c\xa5\x28\x98\xc4\x2b\xa9\x77\xe6\x2f\xe9\x75\xd9\xe2\x4a\x41\x42\x95\x2b\x88\x2f\x19\x9f\x5f\x19\x28\x3a\xde\x3c\xbc\x0a\x8d\xd7\x75\x91\x25\x83\xaa\x91\x48\xb3\xd5\x32\x6b\xca\x92\x43\x8a\x83\xa7\x0f\xbc\xa8\xed\x67\x7b\x5b\x6a\xd5\x34\x33\xea\x64\xd2\x0c\x89\x62\x63\x33\x7d\x65\x2a\xb5\x6c\x53\x8e\x85\x49\x71\x42\x20\xd5\xe6\x51\xc4\x58\xdc\xa8\x8e\x99\x11\xbd\x3a\x4c\xa7\x2b\xaa\x67\x98\xb8\x98\x4a\x8d\xa5\xa5\x10\xd3\xc9\x99\x5b\x11\x04\x68\x9c\xc8\x31\x5c\x48\x00\xf7\xe4\x12\x9f\x82\xa4\x09\x9c\x37\x8b\xc9\x37\xc1\xfd\xe2\x93\x6a\x3f\x34\x83\x0f\x95\x56\xe4\x15\x40\x3d\x55\xed\xbc\xad\x80\x4f\xe5\xea\x28\x87\xe4\xaa\x92\x09\x1e\xac\xcc\x84\x9a\x6b\x63\x29\xaa\xc0\x0b\xc1\x43\x55\x26\xf1\x74\x3b\xb4\x26\x3c\x54\xa9\xcf\x1d\xc0\x43\x55\xe6\xd9\x12\x99\x29\xa7\x4f\x9a\x51\x66\x26\x75\x2e\xbb\xdb\xda\x10\x91\x04\x45\xbc\x12\x09\xba\x03\xb9\x68\x22\xc4\xd7\x05\x7d\x55\xa9\x21\xf4\xb2\xd0\x57\x95\xc1\xbc\x66\xe8\xab\xca\x50\x5f\x2f\xf4\x55\xc3\x40\x3b\x40\x5f\x61\xac\xc9\xc8\x10\x75\x37\xa6\x00\x51\xcb\xe3\x7c\x72\x03\xf7\xee\xd2\x31\x9e\x60\x1c\x0b\x5e\x63\x4e\x94\xb4\x48\x90\x30\x5a\x9b\xe1\xd2\x16\x9d\x47\xd5\x56\xb4\xe7\x9d\xc1\x5c\xa1\x16\x3f\x4f\xa8\x28\x5f\x1d\x50\x26\x38\x63\x91\x21\x3f\x64\x54\x3a\xa3\x42\xc1\x54\x7b\xd6\xba\x64\x46\x81\x6e\x95\x88\xce\x6d\xc6\x60\x1b\x40\xfb\xeb\xc9\x8d\x5a\x0f\x55\x0c\xc0\x8e\x4a\xac\xbe\x13\x54\xc9\xe7\x0a\xc6\x31\xda\x82\xbd\x2e\x83\xc4\xd8\x4a\x7a\xd0\xe9\xc8\x2a\xf4\x6d\x2b\xb6\x75\x29\xfb\x5b\x8f\x1f\xe5\x4c\x07\x01\xd2\xb0\x4d\x1f\xf7\x35\x0d\x58\x6c\x0b\x1d\x2b\xa3\x5d\x9b\xe9\xe0\x8d\xaa\x48\x4a\xb9\xd3\xf3\x73\xe5\x4a\xaa\x0f\x05\xc6\xf0\xdb\xfa\x3a\x87\x04\x5c\x2d\x5f\x68\x3a\x4f\x58\x8f\xf8\xf9\x71\x43\x41\xc3\xfc\xdb\x6f\xff\xc8\xc8\xb7\x24\x65\x54\x94\xec\x1b\xa0\xd5\x9b\x2b\x0f\xc0\x82\xf4\x8c\x0d\x45\xe3\x56\x90\xc1\x17\xac\xc8\xe0\xc2\x4e\xcf\xc4\x44\x3a\x7b\x09\x94\x05\xa2\xd1\x8c\xa8\x7c\x8c\x75\xed\x02\xfb\x96\xd3\xf3\xce\xe5\x14\xe2\x25\xe0\x26\x76\x83\xde\x18\x24\xad\xc2\x70\x3a\x82\xa4\x95\xa6\xb6\x07\x49\x6b\x3e\x7d\xaf\x16\x24\xad\xb2\xe7\xdd\x40\xd2\x9a\xb6\x7c\x03\x90\xb4\x52\x33\x5f\x0d\x48\x5a\x65\x45\xbf\x1a\x90\xb4\xca\xbc\xf6\x20\x69\x5f\x09\x48\xda\x6a\x3e\xd2\x08\x03\xd6\x7c\x78\xd7\x83\x01\x6b\xd4\xaf\xda\x59\xc4\xb6\x98\x0b\x20\xcd\x3d\x33\x0c\x58\x69\x02\xfb\x18\xcd\xf5\x63\x34\x1b\x89\xcf\xf6\x6d\x86\xe7\x02\x37\xab\x17\x59\x47\x20\xb0\xd2\xfe\x74\x36\x7d\xee\x82\x12\x9f\x36\x2a\x18\x3c\x30\x5d\xcd\x21\xfd\xd2\x2a\x2a\x0b\x1f\x68\x24\x23\x07\xe0\x82\x9a\x53\xe8\x7d\xde\x53\xee\x06\xd1\xc5\x95\xe5\xf5\x3e\x1b\xa4\xc5\x5d\x1a\xe7\x1b\x6a\xe3\x6e\x41\xaf\x2e\x01\x73\x4d\xe7\x88\x1b\x04\x38\x49\x9a\x0d\x83\x50\x96\x7b\x37\xcd\xae\xba\xc8\x3c\x3c\x45\xa9\x4a\xb8\xcf\x2d\x2d\xaa\x84\xa3\x6c\x5c\x49\xa9\x25\x54\xbb\x2f\xa7\x5c\xe9\xac\x35\xb2\xa6\x36\xc2\x6d\xdc\xb0\xf3\x7c\x93\x44\xf8\xe9\x66\x9f\xa5\x2c\x95\xd9\xaa\xb0\x9e\xc6\x2f\x2d\xaa\xf7\x26\x9f\xb2\xf9\x8c\xa5\x46\x08\x1a\xad\xdb\x48\xd7\xfd\x2e\xc2\xfc\x30\xff\xad\xa1\x54\x7c\xe0\x64\x35\xef\xc6\xb6\xfc\x7b\xd7\xed\xde\x76\x9b\x5d\x9d\xf9\xf5\xac\xf8\x0e\xc6\x6f\xb9\xb5\xc4\xbe\x54\x72\xa5\x03\x7d\x37\x06\x6b\xf8\x58\x99\x0d\xc3\x31\x5a\xa0\xc1\xea\x1d\x82\xb7\x56\xb1\xec\x20\x94\x51\x4b\x1e\xd2\xfa\x08\xca\xeb\x2e\x13\x56\xb3\x66\xaf\xbd\xf2\xca\x06\x71\x3e\xed\x65\xec\xc3\x9f\xbb\x5f\xc8\xda\x4f\x8f\xa8\x20\xa4\x55\xf1\x94\x27\x34\x43\xa3\x2b\x02\xec\x53\x41\xe8\x04\x3a\x5c\x00\x34\x1a\x40\x42\x1a\xf5\xe0\x81\x26\x3c\x26\x2e\x00\x17\x43\x63\x30\x06\x94\xf4\x2f\x4e\x09\x46\x8c\x6e\x12\x2b\xee\x0f\x94\xb7\x01\x63\xb4\xa8\x5f\xcc\x22\x94\x3d\x08\xfd\xa2\xc2\x4d\x8a\x61\xc0\xb8\x0d\x06\x6b\xda\x5c\xa7\xb8\x6e\xb1\xb3\x79\xd6\x1a\x12\xda\xc5\x68\x1b\xe9\x9c\x26\xa0\x15\x87\x75\x8d\x2a\x1b\xf7\x6e\xbc\x68\xc8\x34\xed\xe6\x15\xe0\x42\xff\xe9\xdf\xd6\x89\x91\x01\x0d\xce\x1e\x0a\xa8\xc5\x40\xa3\x88\x29\xb4\x23\xdb\xd5\xc6\x3a\xe1\x79\x96\x6c\x73\x64\x0d\xe7\x33\xf3\x36\xf7\xa1\x07\x53\x8c\x0b\xce\x80\xd2\xd5\x2c\x93\xf9\x74\xe6\x4c\x55\x86\xc5\x98\xa9\x35\xed\xe5\x4f\x35\x7b\xf0\xda\x7b\xf9\x7d\xce\x93\xcd\x0c\x81\x37\xa5\x02\x15\x9f\xce\x6e\x89\x9a\x79\xe6\x36\x86\x66\x1b\x37\xb6\x3e\xe8\xee\x7d\xda\x6f\xbd\x4f\x02\xba\xe9\x39\x00\xb1\x89\x4c\x12\xb0\xaa\x2b\x96\x3e\xb4\xd5\x19\x87\x09\xdf\xf2\x0d\xab\x29\xc3\xd7\xe0\x9b\x53\x9a\xa6\xf3\x4e\xe2\xea\x15\x4a\xd2\x8a\xb8\xd1\x57\x1d\xf3\x18\xb2\x27\x85\x2f\x77\x5f\xda\xe4\x9f\xeb\xb0\xea\x6f\x2c\x70\xd2\x05\xf2\xed\x2c\x78\xd2\x2d\xc9\x33\x07\x50\x36\xcd\x63\x0d\x16\x50\xca\x2a\x2a\x2e\x70\x17\x99\x82\x4a\x5a\xdf\xcc\x6f\x28\xfa\xa5\xfc\x23\x57\xc0\x70\xbc\x28\x42\x97\x51\xdf\x09\x39\x09\xa0\x51\x5b\x23\x10\xf8\x6b\xcc\x5f\xa0\x95\x21\xf6\x1d\x86\x56\xba\xf0\x49\x88\xbb\x66\xf1\x01\x8d\x16\x51\xc2\xa3\xe0\x3a\x99\x66\x74\x3e\x6b\x62\x37\x6e\xd9\xf7\x28\x43\x2f\x85\x32\xd4\x56\x62\x61\x9d\xb8\x71\x47\x57\x50\xcb\x7d\x8f\x7e\xd4\x80\x7e\xd4\xf3\xf8\x1e\xa2\x28\x16\xf1\x82\xb0\x11\xf5\x73\xb7\x87\x40\x7a\x01\x08\xa4\x4d\x0e\x5f\x81\x6f\x54\x3a\x76\x7b\x58\xa6\x77\x9d\x60\x99\xfc\x25\xf8\xaa\x90\x76\xda\xcf\xe3\x0b\x23\xb8\xd4\x07\xf6\x92\x30\x4c\x0d\xe2\xc2\x3a\x72\xd3\x32\x1c\xa6\x65\x74\xd1\x69\x5d\x5e\x16\x15\x69\xbd\x95\x59\x0b\xf0\xa8\xf1\xee\x7a\x25\xf0\x47\xed\xdb\xf0\x4a\xce\xcd\x2e\xb3\x7b\xd6\xab\x86\x15\x66\xf8\xac\xa3\xdd\xac\x97\xec\xe3\xe9\xe1\x6d\x25\xfc\x14\xa5\x48\x36\x4b\xfa\xe9\x3b\x7f\x39\xcb\xc8\x4c\x26\x31\x86\xa4\x05\xab\xe5\x3b\xf0\xa1\xe6\x7e\x81\xdc\x66\xdc\xcc\x59\x84\xda\x56\x51\x4f\x64\x59\x6a\x8f\xdf\xc4\xb7\x9e\xde\x13\xc8\xbf\xbb\x4d\xf1\x09\x57\x76\xd3\x34\x9f\x15\x83\x5b\x26\x7a\x6c\x98\xea\x13\xf4\xb8\xd4\xa3\xe8\x66\xd7\xc9\xab\x58\x25\x96\x0d\x02\xbe\x6a\x85\x5f\xb6\x07\x43\x4a\xe9\x97\xd1\x9c\x66\x34\x49\x58\xc2\x55\xfa\x64\x51\xa7\x27\x65\xd7\xb2\x39\xab\x99\x44\xfb\x8c\xc8\xd3\x31\x92\xa2\x1b\x88\x2d\x37\xa5\x25\xc9\x72\x11\x42\xb9\xf9\x8d\x21\xae\x1c\x51\x0e\xf7\x02\x98\x74\xa2\x19\xd4\x36\x9b\x50\x9e\x09\xa6\x5a\x2b\x49\xb1\x28\xcf\xb8\x5e\x8c\x6c\x61\xae\xee\x07\xee\xc6\x7e\x79\x62\x3f\x5c\xee\x8d\x77\xf9\xef\xae\x3f\x5f\x08\x6c\xce\x32\xa8\x32\xe0\xf0\xf2\x83\xe2\x63\x16\xdf\x80\xf9\x52\x05\x10\x67\x5b\xbb\xb6\xdb\xe2\xc3\xe9\xe3\x28\x48\xd9\x19\x45\x55\xe2\x58\x75\x58\x9b\x70\xb6\x96\x4d\xf2\x89\x91\xa6\x5a\x3c\xde\x4f\x00\x52\x6e\xe3\xf2\xb1\x69\x33\xe0\xc0\x6d\x0d\xc6\xc2\x62\x63\x82\xa4\x7b\xab\x54\xb5\x8c\x93\x0a\x21\x75\x73\x79\x9a\x25\x83\xed\x07\x5f\x75\x18\x71\xd0\xc9\x8e\x86\x6d\x0e\x7a\x96\xe5\x73\xcd\xc7\x75\x28\xa8\x1d\x16\x2d\xeb\x27\x90\x6e\xee\x6c\xfc\xa5\x6e\xb1\x92\x59\x89\x13\xdb\xd9\x19\xf9\xdf\xe2\xa6\x39\x44\x2d\x0b\xc5\x13\x24\x8a\x5d\xa6\x1c\xa8\x10\xcf\x0f\x58\x7f\x0d\x75\x96\x6d\xb3\xef\x5d\x68\x0a\x85\x7a\x68\x68\x22\x3a\x1c\x8a\xbe\x22\x8f\x8c\x08\x86\x4b\xd8\x54\xe9\xcc\x9b\x94\xa1\x74\xc4\x98\x99\x9e\x7c\x1c\x8d\x11\x1e\xb8\x56\xbe\x7a\x09\xf6\x31\xa1\x89\x62\x3d\xd3\x30\x14\x3d\xd3\x12\x02\x3c\x29\x79\xcc\xe8\x7c\xce\xb2\xa1\xb0\xe9\x02\xe0\xed\x90\x32\xc1\xf6\xd7\x92\x7e\xe2\x58\x95\x0d\x5d\xa8\x42\xf0\xbf\x97\x54\xec\x83\x52\x8a\x51\x14\x80\xad\x40\x70\xa1\x2b\x42\xb1\x4c\xd6\xd9\x87\xaa\xd7\x43\xd5\x9b\xd7\xe6\x35\x86\xab\xfb\xf3\xb4\x6e\xc8\x7a\xdb\xf6\xef\x42\x8a\xd9\x61\xe8\xfa\x0b\xc7\x78\x3f\x4d\x78\xf7\xcb\xc6\xe3\x3f\x45\x28\xfe\x3e\x60\xfd\xed\x05\xac\xb7\x1f\xdb\xb5\x82\xd6\x57\xa0\x07\xb9\x5e\xb6\x8d\x10\xf6\x88\x36\x4f\x1a\x98\xe4\xdd\xf6\xc1\x17\x1d\x23\x85\x0b\xc8\x9d\x7d\xb4\xf0\x13\x45\x0b\x37\x2c\xf1\x7a\x11\xc3\x1b\xe9\xf7\xcf\x1f\xcc\x58\xad\x4b\xfc\x94\x01\x8d\x2b\xc2\x3c\x54\x3e\x1e\x3d\xf9\xd1\x6b\x9c\x73\xd7\x13\xf8\xb3\x27\x0a\x14\x89\x32\x43\x67\x63\x16\xc7\x60\x43\x36\xca\x2a\xa4\x89\x16\xb4\xe3\x74\x01\xc3\x7c\xa9\x32\xc4\x4e\x13\x29\xa6\x8a\xc7\x2c\xa8\x04\x5e\xd2\x54\x20\x65\x15\xf6\x37\x49\x58\xe6\x4c\x90\x19\xf9\x46\x71\x11\xb1\xd0\x2c\x99\x91\x58\x32\x25\xde\x6b\xd4\x0c\xa8\x58\x90\x7b\x21\x1f\x13\x16\x4f\x61\x87\xaa\x83\x39\x20\x9c\xf5\x08\xd7\xfe\xb3\x0c\x72\x5c\x65\xae\x87\x66\xec\x10\x58\x82\x22\x20\xb3\xdf\x06\xf5\x13\x7d\x33\x1f\x0e\x09\x39\x13\x64\x42\x23\xdd\x2b\x57\x6e\x8e\x25\x16\xc4\x7b\x60\x22\x9c\x78\xd1\xc8\x93\x05\xb3\x36\x06\xaf\x56\xa8\xcd\x9d\x37\x43\x00\xfd\x84\xd3\xad\x42\x53\x1e\xe8\x36\xc8\x7c\x9f\x73\x65\x7d\x98\x88\xe6\x8a\xe3\xb5\xf0\x17\x1e\x92\x18\xca\x82\x61\xb4\xe6\x92\x9a\xef\xb4\x32\x95\x75\xc7\x52\xc4\x11\xd9\x6a\x64\xd6\xce\x0b\xed\xe2\x72\xc7\xf2\x51\x28\x9d\x31\x9a\x5a\xdb\x9a\x61\xde\xe0\x83\xc6\x28\x22\x33\x7a\x9e\xe1\xa5\xbd\xce\x16\x9f\x73\x71\x6f\x76\xb7\x00\x61\x86\xea\x8e\xd0\x73\xc3\xa6\x7d\xcf\x05\x2d\x45\xc8\x6f\xb0\x6b\x4b\x30\x86\x97\x7b\x26\xc6\x8b\x36\xfc\x6b\x4d\x57\x41\x52\xaf\xa1\x89\x13\x05\x25\x2d\xc9\x18\x2a\x2e\x1b\x56\xe7\x60\x60\x35\x05\x6b\xd8\x8c\x25\xf3\xa0\x2a\xdc\x9c\x66\x5a\x39\x02\x42\x30\x46\xc3\x1d\xd2\x5c\x60\x26\x3e\x6a\x88\x8f\x16\x73\xcf\x1a\x42\x8b\xc6\x0f\x87\xe2\x4c\xbf\x57\xe6\x7c\x49\x31\x4d\x16\x84\xc6\x0f\x5c\x15\x80\xd8\x91\x14\x2a\x4f\x59\x56\xa9\xb6\x8a\x51\x32\x84\x3a\x5a\x31\x63\xb3\xa0\xb4\x3c\x76\xd5\xbf\xcd\x8f\x63\x36\x31\xf7\xde\x9c\x66\xca\xb9\x54\x1a\xdc\x21\x76\x73\x63\xb3\x56\x2f\x76\x26\x7f\x0a\x8f\x1d\x62\x36\xe3\x09\xa5\x56\x77\x39\xaa\x9e\x4f\x59\x94\xc8\x6f\x8b\x50\xae\x4d\x8a\x2c\xbf\x98\xec\x2a\x9c\xae\x82\x8a\x70\x70\x45\x39\xba\xbf\x4d\x3f\x4e\x06\xc2\xc1\xad\x65\xfe\xa9\x4c\xd0\x8e\x1a\x6d\x68\xe1\xd9\x64\x1c\x2e\x05\xa5\xa9\xe6\x91\x15\xb7\x64\x66\xd9\x93\x65\x5f\xed\x5b\x7b\xba\x25\x34\xaa\x8a\x68\x52\xdf\xe1\x25\x16\x77\x7c\x7f\x39\xef\xb3\xc7\x0d\xdb\x5e\x1a\x6d\x1e\xc9\x24\x59\x07\xe8\xb6\x32\xf3\x93\xe2\xf3\xe5\x23\x2a\xfa\x31\x1b\xe0\xf6\x02\x4e\x0d\xfa\x2d\x68\x62\x25\x0b\xa5\xed\x2e\x85\x2f\x21\x0f\x5d\x58\xbf\xc8\x50\xc8\x09\x40\x21\x27\x6d\x1e\x8d\x79\x26\x53\xbe\x0e\x84\x15\x1a\xf9\xaf\x5d\x04\xd2\x0a\xdf\xb3\x8b\x53\x82\xaa\xbd\x48\x5e\xb6\x47\x88\x55\xa5\x02\xe5\x8c\x25\x67\x28\xa5\xf3\x8d\x16\x7c\x95\x96\xdc\x27\x29\x9a\x28\xec\xea\x29\x2c\x0d\x7d\xcf\x16\x80\x70\x93\x3c\xd2\x45\x11\x93\xdf\x06\x4e\x24\xd6\x22\x87\x3b\xf3\xfa\x99\x98\xc8\x35\x0e\x67\x11\x43\x6f\x4f\x1f\x75\x34\x1b\x9c\x3f\x1f\x0f\x86\xbb\x8f\x6b\xda\xe5\x3c\x9e\x34\x11\xf5\xda\x27\xd3\xad\xe0\x53\x8a\xec\x21\x13\x09\xa5\xf5\x75\xee\xd6\xf2\xd1\x0a\x5a\x24\x30\x9c\xe5\x4b\xf5\xb9\x44\x87\x3b\x5f\xa3\x4a\x3b\x04\x35\x43\x17\x48\x70\xd5\xdc\xea\x33\xac\x99\x3d\x24\x9d\x16\x6b\xcb\xa4\xa1\xf5\x40\x96\x5c\x8f\x1e\x5a\xa9\xf9\x84\xae\x44\x90\x5c\x47\x23\x99\x18\x49\xc8\x96\x20\xf7\x5e\x49\x1b\x9e\x39\xe1\x09\x53\x87\xe4\xac\x41\x3b\x71\xc1\x91\x20\xa3\x01\x00\x25\x84\x89\x38\xe9\x29\xcf\x78\x50\x04\xc8\xc9\x48\x84\x03\x48\x71\x68\xf3\xc8\x98\x19\x73\x84\x3e\x17\x89\x88\x4a\x10\x99\x91\x71\xac\x53\x6f\x84\x55\x0d\xe6\x3b\xc3\x0b\xb8\x4d\xa3\x8d\xd9\x9c\x89\xd8\x7f\x20\xd1\x5f\x46\x6d\x9d\xb3\x62\x54\x2d\x5b\xba\x0b\x58\xf3\xee\xb1\xa7\xae\xd7\x5b\xf3\x45\x7d\x6f\x1a\x47\x78\x5b\x6e\x7d\xed\xd1\x79\x29\x7f\x7d\x07\xd2\x47\xf8\xd4\x59\xb3\x28\x99\x64\x0c\x0c\x9e\xa9\x4f\xe6\x12\x31\xcb\x94\x96\x12\xee\xbb\x9b\xd3\x1f\x8f\xee\xce\x08\xd3\x11\x94\x71\x1e\x8a\x48\x3d\xf4\x8c\x78\xfc\xb7\x9c\x69\xf3\x73\x4b\xb0\x33\x4f\x99\x50\xc0\x09\xb8\xae\xe5\x08\x37\x2f\xa4\x5b\x18\xf3\xdf\xd3\xf2\xf7\x4b\x48\xbe\x16\x3a\x0f\xb4\xeb\x30\xaf\x81\x4c\x01\x2f\xd5\x16\xed\x68\xa0\x18\x74\xdf\x0e\x9a\x2a\x27\x6d\x10\x2a\x27\xfe\x9a\x8b\x35\x85\xae\x93\xe2\xa3\x60\x14\x2d\x32\x5d\x3a\xa7\x00\x28\xb6\x5e\x0c\x1e\x7e\xd3\xd8\xfa\x2a\x26\x52\xa4\x24\x58\x47\x37\x29\x8a\x4c\x11\x9d\x31\x06\x2c\xc4\xd3\x93\xbd\xeb\x6d\x0a\x98\x9f\x58\xf0\xd1\xe1\x50\x7c\x76\x06\xd8\xe2\x57\xe5\x9a\xc0\xb8\x4e\x8f\xb3\x56\x6e\x05\x9a\x8d\xb9\xf2\x3f\x00\x5a\xae\xca\x13\x8d\x75\x0f\x26\x5c\xd0\xc4\x0f\x14\x9f\x34\x71\x89\x8c\x8a\x68\x76\x21\xe3\xed\x80\xa3\x26\x23\x96\xac\x23\x89\x9e\x4d\x06\x89\x32\xf4\x1d\xdd\xb7\x9c\xce\x4d\x2a\x7b\x14\x93\x09\xaa\xd8\x50\x8c\x2a\xb2\x56\xbf\x04\xab\x28\x30\x02\x26\xbb\x6a\xe4\x24\x26\x47\x99\x5d\xb4\x92\x3a\x5a\xec\x30\x64\xc9\x87\x23\x40\x2f\x84\xea\xa1\xc8\x72\x01\x48\x9e\xde\x80\x4f\x89\x62\x19\x47\x4b\x7a\x24\x05\xca\x00\xd6\x14\x33\x35\x6c\xc2\x48\x7e\xe0\xc5\x91\x02\xf4\x33\x99\x2b\x88\x7e\x4a\x99\x36\x17\xd4\x37\x50\x33\x0c\x5d\x28\x3d\x32\xcf\x78\xca\x35\x7f\x60\xea\x43\xc3\xd6\x9d\x50\x4d\x13\x39\xed\x67\x9a\x4f\x68\xa4\x6f\xe9\x56\x1a\x38\xb5\xcd\x6c\xea\x8e\x77\xc3\x20\x67\xa7\x66\xf1\xa7\x4c\x40\xc6\x72\x0c\x3a\x79\xf3\x11\x86\x27\x1b\x71\x6e\xa8\x5d\x10\x21\xda\xbb\xf2\x16\x0b\x9a\x6b\x99\x1a\xfd\x96\x26\xc9\x02\x50\xdc\xcd\x93\x19\x55\x33\xb7\xd1\x08\xfd\xde\xe5\x6e\xb2\x8b\x7b\x42\xa3\x19\xbb\xd1\x54\xe7\x8d\x26\xc7\xd5\x65\x8a\x4e\xfa\x27\x3f\x0c\x46\xa7\x67\x37\xfd\xef\xcf\x07\xa7\xc1\x7c\xec\x93\xcf\x67\x37\x37\xf5\x5f\x7f\x38\xbb\xad\xff\x78\x75\x79\x75\x77\xde\xbf\x6d\x6a\xe5\xfc\xf2\xf2\xc7\xbb\xab\xd1\xc7\xfe\xd9\xf9\xdd\xf5\xa0\xe1\xd3\xbb\x5b\xff\xd0\x3e\x6b\xac\x74\xd4\x32\xda\xea\x39\x3b\x20\xe5\x17\x8f\xc9\x5d\x15\x46\xd2\x86\x60\x60\xaa\xd6\x23\x55\x86\x55\xd1\x71\xc2\xe2\xa1\x20\xee\x73\x33\xf7\xb6\x4f\xd1\x49\x15\xcd\x18\x49\xa4\xbc\xcf\xe7\x96\x83\x61\xbc\xb7\xb0\x95\xbd\x98\x0a\x5a\xfb\xe1\xec\xf6\xb8\x0e\x67\xe9\x1b\x0b\x32\xb2\x1d\xa9\xc3\xb8\xa8\xe3\x9a\x60\x32\x99\x67\xec\x01\xce\xa4\xf7\x55\x06\x3d\xf8\x0d\x58\xd6\x0f\xb6\x46\x85\xae\x74\x13\xc7\xb6\x0e\x9c\x9b\x58\xd0\x70\x79\xfb\x96\xad\xa6\x5f\x0e\xc4\xef\x26\x63\x16\xd1\x1c\x5d\x79\xe6\x3a\xca\x32\x99\x85\x03\x2e\xb6\x7d\xcb\x46\xdf\xd5\xa5\x8c\x72\xa5\x1f\x05\x67\xc4\x7c\x12\x9c\x1c\xa3\x7d\x83\x66\xee\xb0\x63\x67\x16\xe3\x9b\x2b\xf4\x36\x14\xfe\x17\x80\x45\x33\x9c\xdb\x63\x7c\x72\xf0\x0d\x52\x4d\x1e\x19\x04\xfd\xe7\x16\x3c\x1b\x35\x64\x73\x02\xa1\x3b\xb4\x6a\xbb\x8a\x0d\xa5\x64\x80\x56\x96\xb9\x0b\xb1\xd8\x7c\xaf\x58\x13\xbb\xdc\x22\x72\xfb\x14\x1b\x05\x1e\xea\x1c\xb5\x30\xe2\x16\xff\x81\xe3\xd9\x0d\x76\xec\x25\x52\x50\xfd\xde\x58\xc1\xd2\x0d\x73\xed\x32\x1e\x97\xad\x56\x82\x8b\xeb\x3e\xb0\x12\xa4\xd8\xca\xb5\xba\x95\x31\x5d\x18\xe2\x80\x08\x09\x95\xcf\xe7\x32\xd3\xa4\xa5\x0d\x8c\xf6\xc3\xf1\xc1\xcd\x60\xe7\xe1\x59\x14\x34\x62\xe4\x00\xd5\x80\xe8\xda\x2d\x81\xc7\xae\x6b\x71\xee\x43\x24\x00\x50\xd7\x3c\xec\x47\x5a\x52\x7c\x4b\x14\xda\x24\xa2\x6e\x13\x17\xb5\x56\x19\xc1\xb6\x11\x34\x54\x14\x0c\x23\x73\xd9\x44\x8f\x1a\xfd\x33\x4b\x4c\x91\xa6\x45\xd1\x96\xf7\xc8\xa7\xb3\x1d\xb4\xd8\x5d\x9e\xff\x83\xf5\x9f\x19\x21\x3e\xd0\xe5\x33\x29\x35\x4a\x92\x85\xb6\xe1\x71\x61\xc0\x10\x60\x3b\x45\x8c\x98\x42\x5c\x33\xd2\xf9\xbd\x90\x8f\xc2\xdb\xe0\xd5\xe1\x50\x0c\x28\xd4\xf4\xf2\x2a\x83\x0d\x81\x40\x79\x7d\xa5\xa4\xbe\x74\x5f\x36\x92\x4d\x06\x7f\x09\x25\x85\x8b\xf2\x3f\x3f\xdd\x96\xff\x55\x92\x2a\xce\x6f\xcb\xff\x5a\x2e\x55\x04\x0d\xd7\x25\x89\x4f\xb7\xc7\xe4\x13\x64\x46\x64\xe4\x76\x46\xf1\xbe\x3d\xbf\x3d\x26\xe7\x4c\x29\xf8\xa5\xe1\xee\x41\x77\x22\x71\xd3\x2f\x30\x9f\x59\x45\xaf\xab\x2e\xa0\xaf\xb1\xf4\xac\x71\x1a\xed\xa0\x53\x05\xf3\xb0\x65\x64\x13\x5f\x2c\x94\xc5\xa4\xf4\x5d\x17\x16\x84\x06\x7e\x27\xed\xe2\x84\x2d\x16\x92\x66\x73\xeb\x84\xc0\x79\x16\x29\x42\xe0\xc7\x36\x5d\x1d\x92\x9f\x9d\x91\x0b\x42\x5e\x8a\xfa\x6f\x1a\xaf\xed\x84\x2e\x1c\xf0\x4a\xd3\xc2\xee\x02\xcb\x64\xd7\x41\x30\xcb\x17\xd8\xe7\x6d\x37\xac\x72\xc9\xd6\x20\x04\x1a\x9f\xd7\x88\xf8\x3b\xf1\x1f\xdd\xb0\xe5\x21\xc1\x1f\xa1\x9c\x0b\x22\x9a\x83\x98\x63\x2e\xa3\xff\x81\x9b\x85\x01\xe7\x0e\xa8\xdd\x96\xd7\xb0\xce\x62\xc3\x80\xc0\xd9\x89\xf1\xe8\x64\xc2\x93\x04\x84\xa9\x43\xd2\x87\x6a\x68\x50\xe7\xca\xc8\x13\x2e\xb0\x8a\x4f\x85\x5c\x15\xcb\xd1\x42\x4c\x51\x40\x4c\x37\xed\xc4\xa4\x80\x9a\x8a\x74\x9d\xdd\x50\xd4\x0e\x52\x37\x0d\x73\xa6\x75\x90\xbe\xee\x09\x9b\x6b\xd8\x29\x5e\x22\x2e\xaa\x36\xdc\xe0\xc3\x7f\x36\x0f\xfd\x53\x4e\x33\x2a\x34\x44\xfb\x58\xf5\x25\x63\x41\xd4\x29\xfb\x02\xf1\x74\x02\x6d\xde\xf0\x53\xb8\xb9\x2e\xba\x61\xca\x1f\x98\x20\x3c\xee\x11\x7e\xc8\x0e\x7b\xb6\xb0\xb9\xca\xc7\xc5\x9b\x33\x23\x7e\x0d\x45\x2d\x0d\xf1\x90\xf4\x13\x25\xed\x17\x4c\x44\x09\x54\x1f\x0c\x02\x93\x3c\xe5\x5b\x0f\xda\x78\x01\x4a\x1a\x6c\x65\xd1\xbc\xb4\x0f\x82\x0f\x87\x82\x2a\x74\xff\x27\x70\xd2\x8b\xdf\x9b\x2a\x8c\x96\x42\x42\x9e\x10\x61\xb6\x76\x0d\x3d\xd9\x26\x61\xe9\x89\x65\x1b\x04\x6f\xc0\xc6\x14\xe9\xa1\x41\xa2\x25\xf9\x86\x6a\x92\x30\xaa\x34\xf9\xee\xc3\x5a\x61\x30\x6e\x82\x05\x77\xb5\xc7\xb7\x88\x11\x76\x41\x86\x6d\xc5\xd2\xa1\x34\x10\xa1\x44\xb0\x20\x61\xa1\x67\xf6\x59\x4b\xf2\xc0\x55\x0e\x05\x1d\x83\xb4\x06\x2c\xc9\x87\x09\x38\x10\xa7\x89\x7a\x67\x0b\x1f\x71\x90\x62\xd6\x53\x5c\xd4\xf7\xae\x52\x96\xd5\x40\x39\xea\xb8\x90\x79\x5f\x84\xfb\xcd\xa8\x1e\x0a\xcb\x59\x5d\x84\x4c\x50\x7c\xab\x9f\x24\xe5\x10\x3b\x0a\x51\xa4\xc2\x4c\x18\xca\x51\x1e\xfa\x05\xba\x00\x1d\xd6\x47\x65\x95\x0b\xd4\xfb\xc3\x62\xd4\xdd\xa1\xf0\x69\xcd\x61\xdb\x8d\xe2\x62\x93\x29\xfd\xd9\x34\x89\xc6\xee\xcf\xb1\x2e\x68\x07\x6d\x82\x35\x0d\x79\xc5\xc1\xaa\xbb\x2f\x96\x28\x17\xbb\xee\xa0\xbb\xae\xd1\xec\x0a\x80\x6b\xf6\x51\x36\x78\x16\x5a\x36\x37\x90\x2d\xb6\xb1\x62\xf8\xf0\xc0\xe7\x72\x6e\x97\x86\x7e\x16\x43\xb8\xff\x6a\x2e\x58\x84\xcf\x3b\xd6\x01\x36\x7d\x1e\x07\xd1\xbc\x41\xa8\x23\x44\x7b\x3b\xc6\x67\xdf\x6c\x71\x32\xcf\xdf\xf6\xf4\x7b\xc5\xfc\xdd\x54\x7c\xbc\x5f\x7d\xe2\xed\xc2\x5e\x3f\xfe\x2b\x8d\x98\x88\x16\xd8\x93\x4b\xcf\xac\xe7\x5d\x3b\xb4\x3a\x0a\x7e\x8b\x46\xf1\xd0\x96\xf8\x3d\x24\x03\xb8\x68\x5c\xc5\x5f\x3a\x71\xbe\x97\xe0\xe5\xa1\x30\x9a\x89\x4b\xd3\x0c\xda\x2f\x93\x78\xd3\x09\x40\xcc\x87\xad\xdc\x56\xe9\x6a\xd8\xe4\x36\x6d\xc2\x41\x4e\x40\x1b\x00\x1d\x4a\x06\xd3\x63\x12\xcb\xe8\x9e\x65\x47\x19\x8b\xb9\x3a\x86\x30\x02\xdd\xea\xbf\x4c\xa9\x68\xf5\xb5\xec\xbe\xfa\x7e\xbd\x56\x6e\x0a\x65\x6c\x21\xce\xdb\x15\xa8\xea\x11\x3e\x01\x75\xc2\xa5\x7c\x60\x1e\x88\xcb\x6a\x65\x42\x67\x8b\xb9\xe4\x42\x7b\x7b\x60\x65\x21\x9c\xa6\x61\x84\xb6\xb6\xa8\xe7\x6c\x17\xe1\x46\x1b\x4e\xfb\x76\xc6\x14\x73\xb1\x15\x38\x29\x2d\x09\x3a\x94\x90\x5d\xcc\xa9\x9e\x29\x48\x5a\x29\xaf\x81\x55\xba\xe0\x53\xb3\x42\x74\x0e\xa1\x19\x68\xe6\x29\x3e\xf2\xa9\x15\x4a\xf3\x24\x19\x0a\xc1\x58\xac\x08\xe4\x97\xbc\x6f\x4c\x8e\x32\x9f\xf6\x08\x8d\x63\xf2\x3f\xbf\xf9\x78\xfe\xcb\xed\x60\x74\x76\x01\x86\xfb\xb3\xf3\xc1\x87\x9e\xff\xf1\xf2\xee\xd6\xff\x8a\x26\xaa\x07\x96\x91\x94\xde\x83\x8a\x27\x14\xca\x7f\x90\x80\x10\x8e\xd4\xa5\x8d\x99\x27\x8a\xb9\xa0\x5e\x2b\xa6\x78\xa4\x14\xbb\x87\xad\xf5\xe7\xd0\x70\xba\x86\xf2\x7b\xed\x3f\x59\x4e\x83\x8e\x78\x7c\x17\x4e\x0c\x4c\x99\xd0\x86\xc7\x58\x93\x69\xa1\xfb\x16\x04\xc7\xc4\x94\x8b\xb6\xd0\x43\x26\x1e\x9e\x52\x88\xff\x91\x2d\x7e\x32\xea\xf5\x15\xe5\xdd\xc1\xa9\x07\xe2\x81\x67\x52\xc0\xd4\xbc\x5d\xd0\x9f\x18\xa3\xa7\x53\x55\x3d\x54\x0a\x65\x61\x08\x47\x99\xb7\x86\xb7\x36\xe1\x3d\xbc\xf8\x74\x6d\xa6\x3f\xfb\xa2\x33\x97\xa0\xe8\xc1\x0a\x1e\x28\x4f\x20\x34\xd9\x5d\x34\x05\x0d\x0e\xc5\xed\xe5\xe9\xe5\x31\x61\x09\x1d\x4b\x07\x7a\x3d\x03\x98\x2b\x6c\xc2\x2e\x18\x54\x7e\xf7\x0d\x95\x92\x53\x7b\x64\x5e\x24\xa7\x86\x46\xb4\x43\x6c\x63\x55\x61\x58\x99\xd5\x53\x3b\x77\xab\x02\xda\xc9\x5e\xc9\xac\xcb\xf5\x6f\x5e\x83\xa5\x93\x73\xa3\xc8\x55\x38\xaf\xbd\x9b\x27\x8c\x62\x4d\x46\xf4\xad\x59\x87\x88\x8d\xd5\x4d\x92\x52\x89\x17\x73\x70\xd4\xa1\x8d\x36\x28\xde\x94\x82\xfc\xf8\x67\x45\xc6\xb9\x1e\x8a\x72\x1b\x52\x90\xfe\xcf\x37\xe4\x7b\xaa\xa3\xd9\x87\xa1\xb8\x34\x6a\xe6\x8f\x7f\x6e\xc9\xa2\x5f\x1b\x84\xc4\xac\xc9\x29\xd5\xf4\x5c\xd2\x98\x8b\x69\x13\x02\x49\x61\xfa\x1d\xdc\xf6\x8f\xc9\xa5\xd5\xe1\x7d\xe2\x6b\x81\x1a\x14\x34\x04\x0c\x19\x26\xe2\xb8\x08\xb0\x72\x51\x46\x69\x40\xcd\x0c\x2e\xac\xa1\xb8\x45\xe8\x15\xc3\x55\xb9\x26\x73\x69\x71\xc2\x8d\x56\x86\xa0\x34\xe8\x0b\xb0\x96\x44\xb3\x3a\x40\xc6\x7e\x33\xac\x3c\x06\xf2\x4c\x9d\xd9\x0f\x05\x28\xe8\x3e\x19\x31\x91\x11\x4d\x20\xfc\xf0\x20\xb0\xe9\x19\xb5\x5d\xe6\x90\x19\x06\x71\x3f\x62\x51\x8e\x12\xf6\xc9\x8a\x5e\x28\x0b\x37\x0a\x0c\x00\xb0\x8f\xd6\x23\x9d\x4a\xc3\x71\x0e\x87\xe2\x6c\x82\xd1\x89\x09\xae\x8e\xf9\x90\x09\x70\xca\xbb\x65\x31\x4f\x1d\x3f\x82\x5a\xb5\xe8\x9b\xa5\x11\xf8\x3f\xc4\x02\x22\xd5\x01\x5b\x58\x42\x94\x4b\xc1\x9d\x2d\x51\xd6\x76\xd1\xdf\x89\xc1\x67\x43\x81\x41\x91\xa5\x7d\x09\x13\xb7\x83\xde\xa5\x80\x98\xcd\xe2\xba\xf4\x02\xc6\xdc\xc6\x70\x5a\x59\x7f\x9e\xb1\x83\x98\x69\x96\xa5\x60\xef\x09\xd7\xd4\xdc\xb0\x87\xe4\x3a\x54\xaf\x63\x19\xe5\xa9\x03\x50\x83\x0c\x3a\x1b\xec\x67\x2f\x51\x4f\x21\x78\xb1\xaf\xa2\x78\x9a\x45\x33\xae\x19\xa4\xb9\x75\xd6\x8f\x91\x60\xfa\xe1\xa7\x75\x49\xbd\x5d\xf0\x05\xde\xb1\x5d\x80\x1e\x36\x34\x9a\x97\x5b\x2a\xb5\xb6\x1a\xff\x69\x05\x18\xff\x45\x01\xf2\x24\x33\x10\xb6\xd8\x97\xb9\x04\x23\x37\x66\x51\xca\xf8\xbd\x22\x67\x57\x46\x02\x32\x1a\xaf\x3f\x83\xb9\xd2\x18\x47\x87\xe5\x18\xe0\x6b\xcc\x8c\xe8\x91\x6f\xb1\x88\x68\x44\xbe\xb8\x3f\xfe\xf4\xef\xff\xfe\xc7\x3f\x6d\x52\x93\x01\xda\x2d\xd6\xc8\x43\xb6\x97\x45\xa2\x70\x07\xea\x9c\x6a\x8b\x5d\xb0\x07\xb0\x6d\xf9\x37\x01\xdc\x09\xc2\xa4\xe8\xd4\x9e\x70\x15\x9e\x4c\x52\x3a\x9a\x45\x38\x86\x62\xba\x57\xe6\x10\x5e\xd8\xb5\x12\xfd\xff\x58\x82\x53\x31\x32\x47\x65\xb3\x70\x2e\x9e\x78\xf1\xda\x34\x42\xbe\xb1\xf6\x3f\x0d\x1e\xd8\x0f\xee\x82\x93\x49\xcc\x32\x5b\x80\xd8\x99\xec\xbc\x21\x11\x98\x03\xfb\x32\x4f\x64\xec\x50\x90\x14\x9b\x53\x10\x20\x0c\x33\x38\x1c\x8a\x81\xab\x47\x6b\xab\xe1\xc3\x47\xe8\x79\x99\xd0\x08\xc1\x7f\x14\xf9\xe6\xcb\xb1\xf9\xad\x47\x16\xc7\x10\x2f\xdb\x23\x7f\x3f\xb6\x79\xf2\x34\xd3\x23\xf3\xd3\x07\x27\x6b\xdb\x26\x60\xd0\x5c\x91\xf7\x47\x0f\x34\xc3\x32\x76\x47\x38\xa2\xf7\x96\xb3\xfa\xda\x13\xa1\x6c\x9e\x48\x79\x6f\x63\x89\x6b\x1f\x1e\x39\xcc\x0d\x20\x6f\xef\x37\xc1\xad\xb7\x61\xe1\x46\x8e\x3c\xb0\xd5\x74\x0f\xe7\x63\x72\xf8\x57\x25\x05\x39\x5c\xd0\x34\xb1\xbf\xba\xa7\x36\xd4\x99\x2a\xe2\xea\x29\xbb\x40\xa7\x64\x81\x96\xd2\xef\x13\x39\x86\x59\x7d\x76\x33\xc5\x60\x61\x18\x68\x71\xfb\x14\x17\x96\x9d\x88\x95\xa4\x10\x39\x20\x95\x1a\x5f\x01\x1e\xd7\x34\xab\x2f\x7e\x48\xff\x85\x8e\x75\x58\x14\x97\xaf\x88\xc6\x61\x1f\xa8\x67\x1a\xfd\x42\xbe\xb1\x2c\xe8\x83\xb9\x63\x6c\x64\x36\x2e\x43\x53\x07\x0b\xdf\xc1\x2f\x41\x07\x5c\x10\xeb\x32\x6e\xff\xf2\xef\x47\x87\x87\x87\xfe\xeb\x0b\x33\x95\xff\x9f\x70\xad\x58\x32\xc1\x96\xdc\x0d\xb6\x18\x8a\xcf\x0e\x5f\xd5\x19\xaf\x0b\x34\x1f\xa8\x83\x1c\xc9\x84\x1c\x14\x06\xdd\x58\x46\x8a\xfc\xce\x88\xb5\xc1\x52\xc2\x8f\x46\x8f\x6b\x3e\x53\x16\xd0\xed\x99\x0e\x95\x35\x88\x57\x8f\x55\x08\xe0\xe1\x15\x5b\xaa\x42\xb0\x5e\xa0\x05\x43\x39\x47\x16\xe4\x23\xcb\xcc\xcb\xec\x8b\x86\x47\x2d\x18\x2a\x8d\x51\xfb\xcd\x37\x65\x8d\xdd\x16\x50\x2a\x48\xd6\x2d\x0b\x60\x91\x2e\x2c\x67\xc0\x79\xf6\x42\xf7\x89\xb9\x5c\x44\x88\xf8\xa9\xf2\x34\xa5\xd9\xe2\xa8\x38\x6d\x75\xe2\x2c\xe0\xbb\x81\xc7\x24\x6e\x01\xc0\x85\x9b\xd8\xa3\x65\xc3\x40\xac\x78\xe9\x6e\x34\x7f\x76\x23\xa8\x17\x02\x41\x89\x58\x2d\x87\x89\x48\xc6\x96\xae\x8b\x44\xdb\xb2\xc4\xe2\xdf\xa9\xcb\x2a\x2e\xac\x48\x15\xc6\x38\xa1\x31\xfb\xde\xbe\xe1\x3e\x6e\x61\xdf\x72\x04\x85\xba\xd8\x74\x0d\xf7\xe8\xd9\xe5\x8d\xfb\xa6\xfb\xa5\x0b\xeb\x50\x16\xd9\xa9\xd3\x12\x9d\x45\x22\xa3\x8f\xc5\xf5\x0b\xc1\x31\x68\x9d\xc9\x7d\x1a\x32\xfe\xfb\x44\x5e\xf1\xc4\xdc\x5a\x40\xe3\x87\x43\x51\xfa\xb9\x47\x58\xc2\x53\x2e\x7c\x80\x22\x32\x77\x39\x41\xe9\xf9\x9e\x6b\xb3\x65\x2a\xbe\x37\x1c\xcc\x21\x3a\x04\x2a\x55\x5f\x2c\x1c\xe9\x78\xc7\x94\xb5\x40\xe4\xca\x8c\xab\xd0\xd1\x8d\x30\x6b\x9a\x38\xb0\x02\x29\x0f\x08\x0f\xce\xef\x50\x98\xd6\xdc\x59\x2a\x22\xa3\x83\xf6\x82\xe6\x0e\x1c\xee\x65\xc0\x01\xa0\x8f\x52\x78\xb3\x97\x7f\x1b\x04\x94\x81\xc8\xd3\x6d\xf3\x6a\x6c\xa4\xf4\x4b\x99\xe9\xae\x8a\xca\xff\x36\x47\x8b\x89\x3c\x75\x07\x6a\x0d\x8a\x1b\x58\xf1\x27\x66\x51\x42\xe1\xee\x80\x86\x20\x7c\xb4\x87\x0e\xd2\x79\xd0\x17\x5e\x2f\xd8\x0d\x42\x69\x27\x4c\x7c\x83\xff\xfe\xe0\x2b\xd7\xf7\xec\x7d\x9e\x29\x07\xf4\x67\xf7\x1c\x4a\xb1\xb0\x18\x6d\xe8\x00\x48\x37\xa5\x59\x8c\xd6\xf2\x50\xab\xc0\x64\x65\x23\x7f\x2d\x64\x4e\x1e\xb9\x9a\x0d\xc5\xad\x74\x06\x47\x22\xa4\x87\xf4\xeb\x81\x32\x5a\xeb\x8f\x2a\x60\x02\x30\xea\x26\x0a\x80\x98\xdd\x6d\xd2\xaa\x20\x12\x78\x24\x64\xcc\xd6\x4c\x08\xa8\xdb\x5b\x9d\x1f\xc2\xf9\xaf\x33\x86\xa9\x6f\x70\x53\xb4\x65\x0e\x63\x49\xfe\x2d\x3a\x86\x25\x70\xa5\xfd\xa1\xec\xd6\xa3\xd8\x14\xc3\xc4\xdf\x6a\xd0\x8a\xd3\x38\x83\xc4\xe7\xd2\xda\x7b\xa0\xbc\x6d\x37\x21\x2a\x67\xe5\xac\x5c\x01\x7f\xf5\xe1\xdc\x23\x58\x76\x1f\xa5\x4d\xc9\x34\x93\xf9\xdc\xa3\x03\xb8\xcc\x46\xdc\x06\x2b\xd3\x9c\x89\x89\x3c\xb6\x3a\xd5\x39\x17\xf7\x48\xf1\x4f\xb5\x47\x88\x85\xc8\x62\x12\xfc\xee\xee\x30\x5c\xf1\x03\xc2\x45\x94\xe4\x70\xf1\x29\x4d\xa3\x7b\xc4\x73\x6c\x33\xfa\x9a\x6f\x46\xab\xf3\x46\x5b\x24\xa6\x3c\x49\x6c\xb7\xc5\x05\x5a\x94\x8a\x7b\xe0\x94\x50\x72\x77\x7d\xd6\xdc\xf7\x3d\xaf\x3b\x73\x9a\x6f\xcf\x32\x81\xc0\xff\xfc\xc8\xd7\x0a\x5c\xad\x20\x67\xb3\x12\xa9\x7b\xe3\x52\x1b\xdc\x5a\xe5\xf6\xde\xd2\x7b\x6c\x6e\xa1\x51\xda\x40\xa9\xcd\x93\x2f\x3a\x3e\xb5\x1f\x7f\x36\xdf\x36\xef\xc8\x67\xc8\xdb\xf2\x50\x19\x29\x15\x66\x82\xae\xd7\x16\x5b\x0c\x5e\x8c\x1b\x0d\xe9\x6e\xbe\xd1\x80\xb0\xc7\x8e\x55\x1e\x6c\x57\xae\x95\x47\x34\x47\xd2\x04\xd5\x6d\x3d\x03\x4d\xac\x40\x47\x36\x1b\x5b\xd6\xc8\x10\x49\x39\xa1\xd9\x14\xe5\x44\xc5\xb4\xfa\xd0\xb0\xc3\x45\xfc\xfc\x16\x3b\xbc\x41\x05\x9a\xd0\xfd\x03\x52\xc8\x32\x0e\xe0\x47\x59\xc6\x82\xf2\xcc\xc9\xd7\x72\xb2\x77\x07\x57\x21\x88\x7d\x24\xb3\x0c\x30\x0b\x63\x23\x8d\xb7\xa3\x64\x6c\x59\x89\xec\x82\xa6\x3e\x07\xdc\xd5\x43\xb2\xa9\x3e\x38\xb8\x31\x03\x60\xb0\xf6\x31\x6c\x5d\x72\x2c\x1c\x82\x2d\x01\xd2\x36\x82\xa1\xe8\xbb\x57\x7c\x1e\x29\x88\xb8\x19\xca\x21\x10\x26\x87\x41\xa1\x20\x66\xd2\x62\xd5\xed\xe4\x5a\x26\xb1\x6e\xba\x5e\xb5\x6a\x9a\x11\x73\x3d\x92\xa0\xc5\x47\xb6\xfa\xce\x0a\x6c\xea\x87\xf5\x8b\x4a\x36\x43\x71\x44\xd5\xa2\x7f\x4d\x1d\xaf\x16\x29\x1d\x46\x80\x6d\x28\xac\x33\x88\xa1\x74\xc9\xa2\x20\x53\xb3\xe2\xa8\x9a\x54\x3a\xab\x9f\x56\xbd\x15\x37\xe6\x34\x1d\x65\xb2\x1d\xbc\xbb\xc3\x32\xb9\x26\x4a\x6a\xee\x0c\x01\x5e\x17\xe4\x6f\x39\x4d\xd0\xda\x2f\x2c\x39\xba\x61\x83\xc4\xf0\x87\x3f\x91\x3e\x5c\x97\xe4\x33\xf0\x45\xf0\x73\x42\x6b\x5a\x12\x9e\xce\x59\xa6\xa4\xd1\xc7\x5a\x36\xf9\xfe\xcf\x6a\x64\xd1\x99\x47\x34\x8a\x64\x5e\x47\x62\x5e\x63\x26\x0d\xad\x85\x93\xa2\xe4\x3e\x1f\xb3\x4c\x30\x44\xea\x87\xf7\x88\x7b\xaf\xd3\x70\x25\xcd\xf5\xec\x0f\xa3\x28\xe1\x9d\x21\xa3\x21\x4b\xa5\x6f\x3e\x3b\xc1\xaf\x96\x4d\xa0\xd4\x7e\x69\xe8\x82\xe0\x33\x82\xcf\x0e\xc9\xf7\x34\xba\x67\x22\x26\xf3\x24\x9f\x72\x9b\x3e\x0e\x37\x14\xb0\xcb\xc0\x4a\x55\x9e\x18\xaa\xbc\xd8\xbe\xb9\x86\x86\x22\xa5\xf7\xa0\x21\x7d\xb1\xb1\xe8\x46\xd3\x5c\x4b\xdb\xf2\xf4\x50\xc3\xd1\x70\xb9\xce\xbe\x2a\x02\x9e\x0f\x8d\xe7\x03\xec\x4a\x80\x4c\x97\x0b\x42\x01\x8a\xe3\xbd\x22\xf9\xdc\x19\x3f\xc0\xe0\x91\x80\xfb\x09\x27\x09\xe5\x2e\xb9\x11\x07\x67\x6c\x28\x20\xa4\xcf\xb5\xb8\xf0\x5c\x25\xf4\x78\x7a\xcf\x7b\xd3\xe1\x9b\x60\x22\xfa\x76\xce\x14\x34\x23\xed\x3c\x5c\x51\xcf\x98\x00\x3d\xac\x7b\xcb\x90\xcd\xdf\x7d\xd3\x4a\xa1\x89\x38\x8b\xc2\x70\xe4\x97\x30\x17\xdc\x82\x94\x5b\x5b\x61\x10\x35\xe4\x0c\xea\xc5\xf7\x5c\x11\x45\x35\x57\x13\xde\xa8\x9f\x86\xe9\xff\xdb\xac\x3a\x5d\x0f\x73\xa0\x01\x6f\xa0\xb2\x16\x3e\xfc\xf9\x90\x7c\x04\x75\xbb\x98\x92\x96\x3e\x7b\xbf\x8d\x25\xe8\x19\x6b\x85\xb1\xdb\x45\xdc\x80\x9b\x41\x57\x2b\x8a\x0f\x75\x3f\x24\xfd\xc2\xcc\x89\xf8\x05\x68\xc0\x5c\x31\x23\x96\x28\xb6\x09\xf1\x75\xb2\x08\x80\x2b\x10\x08\x88\x80\xac\xa2\xcc\xef\x05\xa4\xa6\x1f\xe6\x23\xa4\xe3\xd1\x7b\x26\x96\xa9\x7d\xdd\x47\x38\x28\x25\x34\x37\x0d\xb1\xef\x15\x7e\x89\x3a\xff\x26\x03\xec\x7e\xec\x0a\xc8\x08\x3e\x39\x32\x4b\x6e\x04\xfd\xe8\xde\xc6\xb0\xa3\xd9\xc7\x82\x4e\x3c\xce\xa4\x0a\xcf\x99\xdb\x3f\xd8\x4c\x9d\xe5\xcc\xc5\xaa\x43\x0e\x80\x5f\x60\x74\xfe\x0b\x19\x62\x52\xc0\xa8\xfd\x21\x45\x93\x96\xdf\x6f\xe2\x58\x28\x2c\x03\x98\xcb\x5d\x53\xf5\xd3\xfc\xe3\x9f\xd5\x25\x9c\xd8\x5d\xe4\x55\x37\x97\x79\xd9\x3e\x1c\x77\x43\x43\xa4\x0f\x34\x29\x6a\xc4\xd0\xd8\x27\xf2\xcf\x65\x4c\x0a\xf2\x5a\xbf\x20\xcc\xcb\x4f\xab\x52\x48\xa6\xd3\xdc\x56\x51\xf6\xe7\xc0\x5b\x89\x45\xdc\x11\xbe\x26\x10\xb9\x6c\xda\x18\x68\xbf\xf6\xfa\xe7\xca\xdf\x27\xcd\x34\x76\x25\xe3\x6d\x08\x6b\x7d\x88\xb2\x3a\x5d\x77\x08\x66\x54\x4d\x35\xe4\x96\xac\xc4\x5c\xb6\x87\xa1\xc5\xa3\xee\x55\xd7\xc0\xef\x38\xce\x27\x37\x00\xb7\xdc\x86\x2f\xe0\x90\xa1\x66\xcc\xe7\xba\x98\x7d\x36\xdd\xf8\xc8\xeb\xb6\x4d\xb1\x6e\xac\xe2\xfa\xa7\xe4\x7f\xdf\x5c\x5e\x1c\xa4\x34\x53\x33\x0a\xa9\x87\xae\xad\x9e\x2b\x0a\x80\x0a\xa8\x33\xaf\x73\x41\x86\xe2\x80\x4c\x65\x0f\xbd\x39\xc7\x64\xa6\xf5\x5c\x1d\x1f\x1d\x4d\xb9\x9e\xe5\xe3\xc3\x48\xa6\x47\xc5\xda\x1c\xd1\x39\x3f\x1a\x27\x72\x7c\x94\x31\x88\xe7\x3b\xf8\xee\xf0\x0f\xdf\xc1\xd6\x1c\x3d\x7c\x77\x04\x36\xfc\xc3\xa9\xfc\xdd\xf9\x1f\xfe\xe3\x8f\x7f\x32\x0d\xcf\x17\x7a\x26\xc5\xb1\x75\x15\x2d\x6d\xfb\x00\x05\xdf\x23\xfc\xa4\xd2\xcb\x7f\x1c\x7e\x1b\x0e\xc3\xbe\x9a\xca\x98\x25\xea\xe8\xe1\xbb\x91\xdb\x99\xc3\xf9\x3a\xce\xaf\x82\xe1\xfb\x25\xaf\x94\x1c\x34\xbf\x7b\x92\x71\x99\x47\xab\xb6\xa5\xe1\xac\x84\xd1\x9a\x5b\x9c\x98\x7b\x56\xf3\x07\xae\xa1\x81\x79\x49\xaa\x45\xa7\x5f\x17\xcf\xb9\x55\xb6\x59\x2b\x39\x0d\xbc\x6f\x3c\x02\xac\x50\xb4\x41\xcc\x29\x6f\x8a\xf2\xb1\x5e\xe6\x6d\xd6\xef\x29\x51\x6f\x77\x0d\x77\x6b\xa7\xbb\x21\xd4\x6d\x82\x5f\x3b\x9f\xb8\x7c\x74\x10\xb7\xbb\x00\x86\xed\x58\x3a\xc5\xe3\x5d\x22\xf1\xc0\x58\xdc\xb8\x5a\x86\x31\xa3\x6a\xb3\xe0\x8a\x3e\xa2\x4a\xf9\xac\x67\x5f\x74\xcc\x76\xe8\x78\xa5\xcb\x5e\x85\xba\x5c\x16\x69\x64\x8e\x45\x6d\xd5\x21\xf9\x58\xa9\x2d\x51\x04\x8c\x5c\x7f\x3c\x21\xdf\xfd\xf9\x3f\xfe\x38\x14\xdf\x34\x70\x31\xf0\x60\xcb\x6c\x6a\xe3\x57\x80\x77\xa5\x54\x69\x96\x1d\x65\x93\xe8\x08\x1d\xe2\x47\xe6\xfb\x03\xdb\xe9\x81\x9c\x1c\x78\xd4\xcb\x03\x0b\x00\x78\x98\xc6\xeb\x25\x76\x96\x48\x0f\xc3\x47\x6c\xe0\xa9\x82\x20\x55\xc4\xd0\x90\x13\x8f\x6f\x8c\xf1\xc5\x08\x85\x2e\x27\x0d\x7f\x40\x29\xc0\x0f\x1e\xbd\x87\x2a\xd7\x47\x01\xa5\xd1\x7e\x34\x77\x03\x80\xeb\x48\xe4\x29\xf5\x36\xc7\x4b\x42\xe9\x6c\x9d\x85\x6f\x3e\x6c\x45\xf8\x2f\xe6\xc1\xda\x5a\x72\x08\x20\x2a\x05\x93\x13\x88\x9e\x00\xc1\xc0\x79\x87\xc0\x38\x24\xa4\x0e\x72\x5e\x33\x36\xc7\x0b\x26\xac\x3d\xd7\xb0\xdc\x5b\x82\xe8\xae\x5a\xe7\xa7\x00\xd1\xdd\x76\xdd\x2d\x43\x79\xa1\x05\xdf\x36\x84\x03\x8f\xd2\x1a\xd7\x0f\xbc\xbf\xd2\x65\xe3\xf9\x00\xf8\x68\xc2\x52\x7b\x08\x92\x03\x41\xdb\xec\x40\xcb\x03\x00\x0b\x80\x14\x74\x84\xb5\x6e\x2b\x1d\x03\xae\xae\x75\xae\x49\xf3\x7e\x87\x71\x62\xa0\xfe\x97\x60\xa0\x56\x26\xb1\xc5\x55\xad\x2b\x9c\x0b\xc1\x32\x6b\xc4\x5f\x79\xa3\xae\xe9\x08\x0b\xb7\x72\xb9\x27\xbc\x10\xcc\x43\xc8\x61\x1f\x07\x49\x03\x26\x70\x48\x20\x1a\x7d\x26\x53\x69\xc4\x19\x99\xab\xe0\x21\x66\x33\xc0\x25\xdc\x2a\x7b\xa5\x74\x8e\xe8\x4a\x2f\x37\x1b\x73\xb4\xcc\x23\xb4\x71\x84\x2f\xad\x85\xe2\x3e\x2e\xe3\x56\xaf\x18\xbf\x07\x1c\x5e\x4e\x37\xe0\x66\x4d\xc1\xa6\x0c\xc5\x79\x2c\x8c\x28\xff\xbb\x51\x61\x0c\x49\xf9\xcc\x01\x7f\x73\x63\x40\x2e\x02\x89\x85\x50\x83\x95\x22\xe2\xd5\xe1\x33\x91\xa7\x6b\xee\x81\x0f\xee\xea\xb2\x01\x54\x60\xb8\x93\x8b\x73\x3a\x68\x0c\x74\x6a\x3b\x97\xae\x70\x4f\x3c\x72\x60\x77\xeb\x0d\xf5\xc6\x37\x60\x71\xed\xea\xe3\x2e\x60\x2e\x20\x2a\x0e\xd7\x18\x19\x82\x93\x2d\x5a\xbc\xfc\x62\xfd\xc3\x08\x18\xfe\xeb\xac\x1d\x74\x82\xc4\x59\x5b\xc1\xe0\x2c\xb4\x2d\xe0\x7a\x16\x87\x65\x0a\x7c\x53\x18\x25\x22\x03\x15\x51\xd3\x66\x94\x35\xe5\xd1\x7f\xf8\x50\xd4\xfd\x5a\xcc\x59\x8f\x8c\x73\x78\x7e\x71\x79\x1b\xba\x87\x39\xce\xf6\x20\x9a\xb1\xe8\x1e\x12\xa8\xf0\xca\xc3\xc3\xe0\x6a\xbe\x8d\x17\x43\x51\x54\x97\xd1\xd2\xf9\x3a\x17\x1e\x70\xd7\x83\x4e\xcb\x8c\xc4\x5c\xcd\x13\xba\x00\xaf\x92\xc0\xf8\xc8\xc2\x23\xe5\x03\x8b\x0d\x2b\x58\x65\x3e\xeb\xbe\xd3\x66\x57\x8a\x8a\xca\x6b\xaf\x25\xcd\xc6\x5c\x67\xd4\x96\xa5\xc6\xc5\xac\xf3\x03\xa2\x58\x4a\x85\xe6\xd1\x50\xa4\x8c\x8a\x30\x7e\xd7\x7a\xd5\xcc\x22\xc7\x92\x59\xb0\xcb\xc9\x84\x45\xba\x00\x7a\x02\xe1\xdd\xaf\xd4\xaa\x33\xb8\xde\xdc\xfd\xc9\x5b\x3a\xf5\x1f\xb8\xc0\xb4\x42\x9e\xce\x33\xf9\x60\xd9\xb0\xbb\x1a\x37\xb4\x65\x43\x35\x22\x7b\xe5\x3a\x65\x10\xfe\xe5\x68\xca\x97\xe2\xf5\x89\x17\x4d\x32\xfe\xd6\x88\xd4\xdb\x04\x2d\xb6\xd5\xd5\x0a\x42\x4f\xf0\x80\x85\xd1\x2b\x1e\x70\xa1\x5a\xb1\xfe\xbd\x4d\x05\x01\x6b\xcf\x7b\x1b\x06\xfc\x1e\xae\x69\xa3\x3d\x66\x0f\x2c\x1e\x8a\x32\x9c\x85\x95\x19\x8b\x03\x47\x8a\x5a\x2b\xbb\xe1\x36\x6e\x8d\x3b\x99\x36\x07\x90\xc2\x5b\x80\x77\xf9\x64\x87\x25\xb5\x5f\x9a\x8b\xbc\x3e\x41\x59\x91\xce\x36\xef\xa2\x1c\x8b\xad\xa5\x60\x4b\x2f\x95\xdc\xcb\x9e\x28\x7d\xb2\x3e\x22\xf9\xf8\x20\x70\x1b\x14\x5e\xcb\x7c\x6c\x6a\x63\x28\x5c\x16\xdb\x24\x4f\x10\x9d\xad\xad\x1a\x8d\xc5\xee\x70\x11\xb7\x2f\x17\x79\xed\xed\x6a\x24\x28\x5f\xe3\xbd\xc0\x2e\xf1\x28\x5a\x14\x55\xb7\x81\x74\x99\x50\x39\x88\x14\xae\x72\x05\x24\xa2\x4e\x99\x86\xdb\x3c\xce\x13\x4c\xca\x02\xff\x3e\xe0\x80\xd0\x24\x21\x5c\xab\xa1\xf0\xb0\x25\x88\xe4\x0b\x1c\xd6\xa5\xd8\xc6\x56\xe5\x82\x2e\xa0\x59\x5b\x2d\x11\xe4\x30\x1e\x71\x1d\x8e\x08\xfc\xd6\x8b\x10\xed\x7d\x3e\x67\x14\x73\x08\x70\xdb\x86\xa2\x56\x60\x3d\xf4\xdf\x62\xc0\x3d\xd4\xb0\xdb\x45\xec\x7b\x3b\xe9\x62\x0d\xc3\xb5\xb7\xe4\x90\xf4\x71\x76\x46\xe1\x72\x85\xdc\x70\xb4\xae\x2a\x3e\x86\x76\x19\xad\x46\x2b\x5f\x8b\xda\xeb\xad\x73\x9a\x69\x1e\xe5\x09\xcd\x12\x00\x54\x9e\xe4\x09\xe1\x93\xa0\x26\x1d\xec\x01\x82\x56\x98\xed\x8a\x24\xdc\xd5\xce\x25\xa4\x68\xca\x82\x7c\x39\x6b\xde\x49\x02\x97\x32\x42\x99\xa2\xaf\xd2\xb4\xf5\xe1\x90\x9c\x56\x2b\x10\xc2\x99\x08\xc0\xae\xb8\x42\xf6\xe7\xc7\x1b\xa4\x7a\x60\x25\x43\x3e\x31\x2a\xe5\xfb\xff\xcb\xde\xb7\x35\xb7\x91\x23\xe9\xbe\xef\xaf\x40\xc4\x79\xb0\x7d\x82\x92\xe6\x12\x1b\xb1\xe1\x88\x7d\x60\x4b\xf2\x34\x67\x64\x49\xa3\x8b\xdd\x7b\x96\x1b\x34\x58\x05\x92\xb5\x2a\x02\x34\xaa\x4a\x32\x77\x67\xfe\xfb\x09\x64\x26\x2e\x75\x65\x15\x49\xb9\xbd\xb3\xfd\x30\xd3\xdd\x22\x89\x42\xe1\x92\x48\x64\x7e\xf9\x7d\xc1\xae\x6b\x53\xc7\xe5\xd9\xd3\xc0\x7c\xb5\xe5\x9d\xee\x86\x29\x36\x96\x7a\x3d\x80\x82\x6a\x29\x8b\xed\x36\x44\x4b\x07\xed\xa9\x30\xb0\x93\x21\x51\xd8\x1e\x1d\xfd\x1c\x48\x94\x56\x3b\xbb\xee\x90\xc0\x83\x79\x1c\xd8\xd5\x40\x50\x62\x78\x47\x83\x95\x13\xa2\x13\x5a\x47\x76\x77\x08\xe7\x73\x49\xda\x81\x99\x7e\x99\xeb\xb3\x40\x3c\x4b\x45\xe5\x1c\xfa\x40\x1a\x10\x40\xd6\xeb\x36\xdb\x5c\xb0\x34\x91\x4f\xb6\xb2\xd4\xcc\xfc\x88\x71\xdf\x3a\x6c\x3e\xec\x3d\x2e\xe6\x16\x97\xa6\x89\xde\xfa\x00\x2f\xa7\x5f\x7d\x46\xf3\xd5\xd3\xf6\x64\x10\x83\x79\x4d\x0b\x3c\x78\x8f\xfe\xd3\xd2\x89\xa0\x74\x97\x09\x0b\x9b\xc4\xf3\x25\xc0\x72\xe5\x89\x53\x87\x6e\x1d\xdf\xdb\x55\x19\x1b\x34\x80\x16\xf9\xf1\xfa\xe2\xf2\xc3\xe4\xba\xac\xb3\xf0\xd7\xc7\xcb\xc7\xf2\x5f\xee\x1e\xaf\xaf\x27\xd7\x7f\x0a\xff\x74\xff\x78\x7e\x7e\x79\x79\x51\xfe\xde\x87\xf1\xe4\xaa\xf2\x3d\xf3\xa7\xf2\x97\xc6\x3f\xdd\xdc\x55\x94\x1d\xee\xff\x32\xb9\xbd\x2d\xff\xe9\x61\xf2\xf1\xf2\x62\x76\xf3\x58\x62\x5f\xbe\xf8\xb7\xeb\xf1\xc7\xc9\xf9\xac\xa1\x3f\x77\x97\xe7\x37\x9f\x2e\xef\x2e\x2f\x3a\xe9\x99\xfd\xfb\x36\x0e\xe9\x31\x40\x1d\x7b\x2b\x7d\x8c\xd9\x42\x27\x42\xc6\xe9\x16\x31\xa7\xf6\x82\x55\x81\xb8\x85\x47\x40\xb2\x16\xaa\x38\x04\x3a\xfa\xb0\x12\x4c\x3d\x9b\xcb\x7d\xca\xa8\x35\xaa\x98\xe1\xd9\x53\x2b\x45\x52\xae\xeb\xc1\xe9\x4e\x84\x7c\xae\xb7\xae\x06\xa3\xab\x3b\x9e\x40\x81\x1e\xc2\x36\x42\x77\xf5\x05\x0e\x68\x5d\x6c\xf2\x64\xde\x0e\x06\xee\x49\x2c\x30\xfc\x0a\x88\x74\x3f\xcd\xb5\xd1\xd7\xcd\x86\xb1\x84\x89\x3d\x04\x0e\x08\x2d\xec\x2b\x60\xe3\x7e\x6d\x21\x54\x9b\x62\x9e\x26\x11\x4b\xe2\xea\xb5\x1e\x4b\x37\x30\x72\x59\x65\x05\xdb\x08\x0d\x1e\x93\x71\x44\x37\x5a\x9c\xf0\x22\x5f\x59\x6d\x5d\x08\x26\x11\x87\xeb\x54\x66\x22\xd2\x22\xb7\x72\xff\x22\xb6\x92\x26\xc1\x93\xa0\x33\x54\xc0\x15\x43\xad\xf8\x69\xc0\xd0\xda\x12\xaa\xc6\x5f\x62\xeb\x03\x62\x75\xf8\xfd\xce\xa1\xa1\x1e\x27\x59\x55\xb6\x12\x7c\x43\xfc\xd0\x0a\xa3\x98\xf7\x36\x96\x3a\xb2\x40\x63\x9c\x64\x8b\x59\x6e\x7e\x8d\x5d\x6b\x2c\x5c\x28\x65\x88\x31\xb5\x4e\x1f\x9d\x6b\x01\x87\x08\x65\xa4\xed\x35\x1a\x10\x14\x84\x71\x06\x68\xb3\xb9\x31\xcc\xc5\x8a\xa7\x0b\x0c\x8e\x99\xa9\xf1\xfb\xaa\xbe\x44\x1f\xd4\x93\x90\x77\x38\x61\xbf\x8a\x39\x94\xe8\x80\xfb\x92\x3e\x17\x98\xf0\x91\x34\xd3\x47\xbb\xaa\x6c\x8d\x07\xca\x3f\xa3\xbb\x1a\x7c\x8c\x40\x6b\x4f\xd8\x67\xcb\x43\x16\x8b\xe4\x9b\x69\x70\x2a\x45\x23\x65\x19\xc0\x56\x2c\xb9\x82\xb3\xcb\x40\xd9\x83\x15\xea\x4f\x42\x82\x26\x0b\x0a\x2b\xee\x5c\xb3\xc3\xc2\xb8\xf5\xb9\xe8\x88\x2b\x43\xe8\x29\x29\x49\xd5\x84\xc9\x06\x3b\x4e\x50\xcc\xf5\x24\x4e\xd9\x05\xd5\xdd\x9a\xbf\x9c\x5f\x4d\x2e\xaf\x1f\x66\xe7\x77\x97\x17\x97\xd7\x0f\x93\xf1\xd5\x7d\xdf\xed\x77\x8c\x7a\x80\xca\xee\xab\x96\x64\x38\x0b\x71\x46\x3b\xcf\x97\xa5\xb9\x97\xf2\xdb\x0e\xa6\x64\x77\xef\x93\x78\x33\x8b\x93\x2c\x32\xc7\xdf\x76\x26\x64\x0c\x5c\x8f\x7b\x2d\xd5\xe6\xa6\xaa\x6f\xe1\xbe\xc1\xdc\x37\xac\x05\xc1\xd3\xee\xd9\xae\x68\xf7\x39\x90\x41\x41\x34\x4c\x0b\xb3\xf9\xe3\xa9\x0c\x4e\x9b\xd3\xdd\x04\xdf\xa6\xb9\xc3\xde\xad\xdc\x44\xf5\x9d\xb0\xbf\x49\x96\x15\xdc\xd8\x47\xfb\x35\x28\xf7\x6e\x19\x15\x22\xe0\x09\x09\x27\x93\x40\x17\x8e\x99\x2b\xf2\x9a\xcb\x98\xe7\x4a\x6f\x5b\x5e\xb1\x9f\xf1\x0c\xb7\x4d\xd9\x84\x86\x47\xb6\xb9\xff\xdb\x59\xc0\xaf\x72\x59\x5d\x4a\x48\x4b\xf9\x70\xf3\x97\xcb\xeb\xfb\xd9\xe5\xf5\xa7\xd9\xed\xdd\xe5\x87\xc9\x2f\x8e\x5b\x63\xc3\xb3\xba\xe2\x94\x30\x87\xa2\xb1\x2e\xb6\xca\xb7\xd1\xbe\xa0\xec\x93\x6d\x87\x54\x2a\x92\xc5\x54\x5a\xcb\xa2\x7d\xf3\x2b\xad\x8a\xe5\xaa\xb9\xa1\x6a\x2f\x6f\xc7\x0f\x3f\xef\xd5\x4d\xe0\x60\x40\x5d\x18\xdc\x6d\x75\xa2\xb2\x64\x41\x76\x0f\xd9\xcd\x2a\xdd\x03\x26\x11\xf8\x6a\x53\xb0\xbb\xc5\xa2\xed\x75\x7b\xa9\x1b\xad\x4e\xe7\xbf\xe1\xeb\x6d\x0b\xe8\x21\xb0\x9b\xa5\x63\x04\xb0\xa1\x28\x3b\x56\x6b\xed\x7d\xc3\xdf\x4a\x27\xd8\x1f\x4e\x52\xb1\x5c\x8a\x18\x97\x57\xb5\x61\x0a\x05\x91\x09\x8c\xfc\xb9\xde\x34\x8a\x24\x00\x74\xc0\xc1\xec\x60\x47\xfd\x0d\xf8\xad\xfb\x49\xb3\xad\x38\xb7\x72\xa0\x91\x92\x59\xce\x65\x4b\x3e\xf3\xb9\x0e\x14\xec\x65\x8a\x6e\x34\x73\x25\x09\x14\x20\xb1\x91\x6b\xbf\x0f\xf6\xc9\xe4\x90\xd0\x91\xa4\x88\x47\x20\x80\x14\xe8\x97\x36\x4c\x42\x45\x62\xfe\xd5\x83\x1b\x9d\x57\x27\x22\x9e\x80\x88\x23\x0a\x25\x10\x27\x22\x46\x83\x40\x7d\xa4\x15\x9f\x3a\x68\x42\x2a\x4f\xfe\x44\x43\x8f\xb7\xd6\x72\xc4\xd3\xcb\xe9\xdb\x09\x72\xce\xdb\xf0\xf8\x56\x45\x3e\x3e\x10\xea\x8f\x8b\x88\xc8\x3f\xb1\x59\x0f\xb4\xa0\x80\x96\x3d\x60\x63\x76\x62\xa6\x99\x2e\x29\x22\x3e\x01\x0a\x81\xa9\x6c\xcb\x6a\x58\x1b\xd0\x12\xe6\xba\xb5\xa7\xd6\x61\xf4\x33\x03\x70\xb3\x76\xb0\xfb\x55\x76\x31\xfb\x75\x70\xf6\x5a\x70\x2a\x34\x2f\x73\x8e\x29\xcb\xf2\x71\xdc\x56\xe4\xed\xac\xea\x30\x38\x4d\x3f\x34\x42\x99\x3b\x06\x8f\xc8\x15\xcf\xd0\x73\xcd\xa3\x55\xb9\xe3\xf0\x36\x65\x7e\x98\x6a\x77\x9d\x27\x78\x58\x84\xa0\x57\xe2\x62\x84\x77\xea\x24\xa3\xde\x87\x5a\x1f\x4e\xb8\x68\xd8\xc2\x0f\x9d\x23\x77\x79\x41\xbb\x07\x06\x2b\xe5\x85\x8c\x56\x6c\x93\x72\xac\x66\x5c\xf1\x0c\x97\xb4\xcd\xde\xf3\x79\x92\x26\x39\x10\x31\x60\x52\xa9\x32\xc2\xe6\x46\xc3\xf5\x93\xa5\x80\xe3\x9e\x08\xaa\x6b\xd1\x1f\x88\x92\xf4\x52\xc0\xdf\x13\x27\xe9\xb7\x6c\xf0\x8b\xce\x94\x94\x5f\x96\x84\x91\xf4\xd3\x61\x2c\x1e\x2c\x4b\xff\x2e\xc3\x66\x96\x5a\xbc\xad\xfe\xbc\x34\xde\x0d\x07\xf5\x70\x8c\x00\x71\x9b\x0e\x30\xf3\x55\xe6\xd3\xc6\x9d\xb5\x48\x15\x6f\x91\x2f\xb4\x6d\x23\x91\x69\x5b\xdb\xb1\x2a\xe6\x6d\xd4\x79\xd8\xab\xee\xd6\xbb\xe2\xfe\x76\xdf\x1e\x2b\x2e\x18\x1a\x40\x9e\x8b\x3c\x19\x16\xda\x08\x5e\x9a\xe7\xe2\x04\x7e\xde\xdc\x38\x11\xc6\xf5\x7e\xe7\xda\x42\xf3\x74\xda\x8e\xa0\x0f\xd0\x5b\xf5\xd5\xf5\xd7\x02\xc4\xf6\x6f\x16\xf7\xc8\x0c\x70\xc8\x22\xcb\x93\xfa\x0a\x6b\xde\x89\xd5\xa7\x3e\x94\x93\x2a\xe1\x1a\xe8\x5d\x15\xd6\xf4\x36\xf7\xe6\xd7\xfd\x37\x64\x59\xe7\x77\xa3\x13\x05\xf5\xfb\x24\x0e\xdc\xc1\x31\xd4\xf8\xdc\x03\x46\xf2\x6b\x21\x0a\x61\xd6\xfe\xbc\x88\x97\xf5\xd8\xe6\x00\xef\xcc\xbf\xd2\x4a\xbd\xb0\x75\x11\xad\x98\x6d\x9c\xc5\x22\xe5\xdb\xd2\xab\x81\xbf\x94\xab\x14\x58\xfb\xf6\xa4\x10\x8b\x8a\x2c\x57\x6b\x40\x37\xfa\x76\x75\x21\x61\xc1\x33\x9e\xe7\x3a\x99\x17\x79\x23\x12\xaa\xc4\xa5\xb3\x67\x42\xeb\xfe\xf6\xf2\x7c\xf2\x61\x52\xc9\x26\x8d\xef\xff\x12\xfe\xf7\xe7\x9b\xbb\xbf\x7c\xb8\xba\xf9\x1c\xfe\xed\x6a\xfc\x78\x7d\xfe\xf3\xec\xf6\x6a\x7c\x5d\xca\x39\x8d\x1f\xc6\xf7\x97\x0f\x3b\xd2\x4a\xf5\xa7\xb6\x4f\x04\x0f\xa8\x7e\x2c\xde\xd2\x52\x3f\xda\xdb\x25\x3d\xf5\x3d\x1b\x5b\xe2\xa3\x50\x77\x90\xdb\xd4\x20\xa4\xb4\x51\x08\x91\x32\x88\x17\x3c\xe7\xa4\xce\x7b\xca\xc6\xcc\xaa\x2c\x03\xca\x38\x33\xce\x02\xb1\xc2\x98\xd9\xc1\x26\x8c\xc7\x10\xf9\x9b\x9b\xd7\xb6\x51\x0b\xe2\x63\x4a\x45\xc8\x82\x6a\x4b\x6a\xa6\xf2\xf2\x59\xc8\xbc\x00\x8a\x46\x9e\xa6\x56\x0d\xdb\x7e\x21\xa8\x9e\xb4\xbd\xcc\x92\x75\x92\x72\xed\x65\x48\x6e\xa8\x2d\x70\xd8\x6d\x5f\x1d\x59\x46\x9d\x9b\xde\x5e\x1e\x1e\x27\x0c\xfa\x7d\x7e\x35\x01\x17\x28\xca\x2d\xc7\xb6\x7d\xf8\x54\x22\xdf\x0f\x3d\x71\xcd\x01\xf9\x9e\x2b\x8a\xa7\xe1\xe3\xe9\xcb\xed\x0b\xb1\x51\x09\xbf\x3f\xa1\x14\x46\x9e\x5f\x0b\x5d\xe3\x3a\x69\xff\xe5\x52\xe6\x7a\xdb\xdb\xaf\x79\x00\x92\xc6\x0c\x7c\x53\x02\xd2\x94\xa5\x49\x30\xdc\xc1\x6c\xeb\xd7\xe0\xec\x58\x94\x17\x45\xe3\x5d\xd0\x5d\x00\x11\x64\x8b\xff\x9d\x9a\x43\xe8\x47\x1d\x87\x90\x9c\x00\x46\x61\xae\x0a\x19\x67\x04\xf9\x59\x27\xf2\x6c\xcd\xbf\xbd\xb3\x6f\x8a\xc5\xbe\x8e\x20\x18\x88\x5c\x44\x6a\x6e\x22\x5b\x63\xe4\xba\x87\x6b\x2a\x3b\xc6\x6b\xb7\xb7\x68\x2d\x2b\x5c\x7b\xfc\x1d\x15\xc1\x4b\xcf\x62\xdb\x34\x7f\x35\x92\x77\x04\x48\xd1\x86\x87\x46\x36\x5a\x98\x2f\x3a\x64\x54\x8a\x80\x37\xf7\xdf\x80\x80\x2e\x09\xd1\x34\xdb\xee\x30\xcb\x7b\xd0\xb6\x69\xcc\x2f\xbf\x02\x4b\x3f\x3d\xc9\xcc\x19\x66\x9b\x6d\xa0\x93\x10\xdf\x94\x46\x33\x93\xf5\x9f\x6a\xce\x16\x50\xfe\x40\x42\x93\x5a\x40\x60\x1b\xa6\xc2\xd2\x4a\x02\xdd\x47\x2d\x85\x6d\x97\x40\x2a\x32\x08\xf7\x4a\x73\xdd\x12\x5f\x0b\xca\xd8\xfd\xfe\x77\xc3\xce\xd9\x5c\x6f\x99\xa5\x30\x0e\xcb\x2f\xa8\xfa\x88\xce\x5c\xe8\x57\x21\x93\x26\x0e\xa0\xbb\x42\x9a\xa3\xf8\x18\x60\x87\xfe\xd9\xac\xca\x43\xe9\x3f\x77\x56\x28\xd8\x40\xac\xc6\xef\xbf\x1a\x69\xda\xa7\x0a\x57\x1a\x3d\x0e\xf0\xb0\xd4\x7a\x78\xa0\xcd\x79\xf4\xf4\xc2\x75\x8c\xb1\x42\x40\x1f\x9c\xb2\x9f\xd5\x8b\x78\x16\x7a\xc4\x22\xa1\x73\x4e\x34\x2a\x19\xa4\x5f\x61\x43\x51\x3b\x53\x09\xf0\x70\xe4\xa4\x91\xa0\xd1\x99\x27\xcb\x95\xb9\x4f\x06\xc9\x73\xa5\x8d\x39\xca\x91\xa3\x6a\x23\x22\x22\xae\x68\x19\x80\x45\xca\x9f\xeb\xbc\x30\xfb\x94\x98\xb3\x89\xab\x71\xb3\xd9\x29\x4b\xd5\xdb\x05\x77\xa0\x01\x23\xa3\x89\x4c\x03\x23\xb6\x54\x29\x97\xcb\xd3\xd3\x53\x26\xf2\xe8\xf4\xdd\xa0\x85\x4e\x0d\x86\xf9\x2e\x87\xed\x4c\x95\xca\x44\xba\x75\x64\x0b\x0e\x7d\x0f\xe2\xe8\xdf\x72\x21\xb3\x04\x43\x1e\x0d\xcb\xff\xbe\x5a\xaa\xfe\x7d\x43\xe7\xcd\x37\xd5\xc1\xb5\x5d\x2d\xed\x00\xf3\xff\x80\x96\xf0\xfb\xcd\x37\xaf\x01\xb5\x8a\x56\xa6\xc7\xd7\x2c\xb6\xf0\x2a\x2a\x39\xb4\x10\xef\x93\x6a\xd3\xb3\xdc\x8b\x0b\xa9\xb1\x25\x62\x4a\xd8\xab\x78\xa9\x2d\x72\x51\xa9\x27\x3b\xa0\x94\xac\xa3\x2a\x6c\x60\x41\x58\xc3\xfe\x6b\xd8\x1e\xae\xe4\xf4\x10\x7c\x92\x4a\x8b\x75\x3b\x09\xd0\xa1\x2e\x9f\xef\x24\xfe\xdb\x39\x3c\xae\xb7\xcb\xe7\x35\x46\x2d\x8b\x39\xf5\x17\x03\xb7\x54\x94\x67\x6c\xbb\x4e\x32\xa0\xab\xda\xa7\x42\xc8\x35\x83\x4d\x43\x7e\x69\xbb\xc1\x80\x21\xd6\x0e\xa5\x5b\xac\x41\xb3\xf9\x08\xfa\x49\x86\x7e\x19\x24\xa5\xda\xcd\x58\x15\xf5\x34\x78\x8e\x80\x23\x7b\xaf\x4c\x1c\x38\x3a\x01\x4d\x2b\xc1\x32\xa0\x41\xca\x1d\xe7\x8a\x2d\x6c\xcd\xc9\x93\x08\x54\xbd\x62\x20\x70\x7d\x41\x4a\x88\xbf\xfc\x4b\x66\xb3\xcc\x04\x04\xf0\x67\x6c\xee\x1f\x82\xd1\xec\xe7\xdf\x5b\xfc\x07\xbe\x21\x36\x01\x42\x19\x31\x97\x79\x63\x03\x1e\x1e\x05\x6d\xe1\x4f\x3e\x99\x7b\x7b\xe3\xd7\xa9\x7d\xf8\x2a\x72\xe2\x8f\x3f\xdf\x33\x1c\x6a\xa2\xfa\xd4\x5d\x1d\x0d\x1a\xd9\x8d\x40\x81\xe1\x9a\xed\xe1\xbb\x94\xe6\x01\x07\xdd\x72\xbd\x9a\x61\x17\x79\xb4\xf2\x67\x65\x59\xdc\x8e\x04\x4f\xe8\x3d\xd7\x9e\xbc\x14\xc1\x7d\x21\x4a\x2a\x59\x4a\xa5\x85\x47\x5b\x29\x29\x20\xad\xc0\x73\x16\xab\xb0\x59\x96\xe4\xbb\xa1\x28\x03\x09\x76\x76\x2d\xb5\x5c\x21\xc4\x80\xde\xb3\x94\x1d\x02\x27\x38\x41\x5a\x0e\x8b\xe3\x43\x2f\x9e\xf4\x33\xaa\x94\x9b\xe5\x42\xe7\xa9\x2c\x3f\xaa\x36\x48\x16\x2b\x92\x68\x81\x4c\x79\x99\xf1\x37\xf2\xe4\xd9\x6c\xd4\xfa\xb2\x76\x0b\x14\x2c\x40\x7d\xed\x4d\x25\x76\x3b\xa0\xdb\x7b\x12\xdb\x2c\x14\xeb\xa0\x15\xc5\xda\x16\x64\x62\xde\x87\xe6\x6b\xf7\x54\xc0\xc0\xcd\x02\xf1\xd1\x7e\xa7\x08\x3e\xf4\xa3\xf9\x71\x07\x08\xad\xd6\xb8\x59\x83\xbe\xa8\xc7\x47\xc1\xc8\x4c\xf8\x71\xa6\x39\xf4\x38\x93\x06\x61\x5a\x1f\x50\x84\xab\x9a\xb9\x91\x4d\x25\x31\x72\x06\xf9\x5b\x63\x70\xea\xd3\x46\x95\x86\xc8\x03\xb8\x2d\xb1\x24\x00\x5b\xaa\x55\x50\x6c\xd6\x03\xb6\x5a\x4f\xa4\x83\x8f\xb5\x58\x36\xea\xd4\xf8\xc0\x3d\xc1\x4b\x34\xb9\xad\x80\x25\xef\x74\xd3\xc0\x11\x51\x16\xaa\xbe\xa0\xbf\x1e\x09\x33\x7c\x63\xd9\x88\x15\xb2\x48\xa1\xfb\xcb\xf3\xbb\xcb\x87\xef\x06\x68\xb2\x68\xa2\xc1\x88\x26\xdb\xcf\x8b\xcb\x0f\xe3\xc7\xab\x87\xd9\xc5\xe4\xee\x35\x20\x4d\xf4\xd1\x1e\x98\xa6\x7b\x22\xfa\x3d\x57\x32\x17\xdf\x0e\x3a\x93\x75\x21\x67\x7c\x00\xb6\xde\x91\x69\x77\xb9\x3b\xd8\x68\x9d\xa8\xd8\xb1\x08\x13\x4d\x1b\x9e\x68\x8e\x97\x38\x10\x78\x5e\x24\x69\x0a\x15\x6f\x2e\x20\x4c\x65\x2c\x66\x50\xc1\xfe\x58\xa5\x4a\xb2\xa9\x53\x39\x2f\x31\x35\x43\x90\x6a\x65\xae\x6d\x58\xeb\xb6\x31\x03\xa0\x13\x28\x78\xea\xe2\x32\x5e\x26\x52\xf8\x6e\xa0\x42\x5b\x21\x59\x2b\x01\x25\x4d\xe2\x6b\x16\x34\x92\xe3\xd5\xd7\xd7\xb4\x2b\xae\xb4\x3e\xad\xfb\x69\x3f\x74\x6f\x88\x9b\x38\x91\xe8\x98\x96\x76\xf3\x7d\xf3\xd2\x3d\xf3\x5b\x00\xc6\xdd\xcc\x24\x87\xa8\x39\x88\xa0\xf9\x89\xa4\x89\x40\x15\x01\x1f\x4e\x7f\x4a\x10\xf7\xa1\x16\x95\x71\x36\xa6\xd0\x8c\x75\x02\xb1\x75\x4e\x45\xfc\x51\x5a\x64\xb9\xd0\x74\xd1\x1f\x7f\xbe\x9f\x4a\x54\xca\xa5\x53\x88\x98\xe6\xf1\x11\x88\x3a\x50\xa5\xe7\x5b\x0f\x25\xb4\x60\x6f\x31\xaa\xba\x16\x5c\x66\x28\x50\x99\xa6\x42\xfb\x95\x81\xfd\x11\x22\x26\x91\x12\x50\x31\xf5\xbf\x27\x8d\x42\x05\xbb\xd6\xf4\x97\x3e\x25\x95\xbe\xea\x7a\x6a\x2b\xa8\x04\x48\xe3\x6b\xae\x9c\x06\x64\x7d\xdf\x55\x44\x68\xd0\xc6\x45\x54\xc6\xb9\xf7\x5a\x4b\x0f\xd8\xdc\x6f\x4b\xe9\x88\x4b\xa9\xc7\xb9\x1e\x9e\x12\x6c\xa5\x8c\x01\x75\x24\xf1\x3e\x31\xea\x0a\xba\x53\x40\xec\x98\x61\x6c\x3c\x75\x3c\x87\xd5\x5e\xa9\xd2\xeb\x9b\xeb\xcb\x30\xd1\x39\xb9\x7e\xb8\xfc\xd3\xe5\x5d\xa9\x78\xef\xea\x66\x5c\x2a\xc0\xbb\x7f\xb8\xab\xd4\xdd\xfd\x74\x73\x73\x75\x59\xcb\x98\x5e\x3e\x4c\x3e\x96\x1a\xbf\x78\xbc\x1b\x3f\x4c\x6e\x4a\xdf\xfb\x69\x72\x3d\xbe\xfb\xb7\xf0\x2f\x97\x77\x77\x37\x77\x95\xe7\x3d\x9e\x77\xe7\x5e\x4b\xaf\xd1\x7c\x15\xf7\xa9\x9d\x80\xce\xab\x71\x48\xbf\x1e\x46\x82\x99\xf3\xbc\xd1\xa1\xee\x7d\xd3\x21\x91\xc4\xaf\x85\xd0\x5b\xe2\x10\x40\x2f\x14\xff\x12\x71\x89\x00\xae\x9c\x44\xde\xe3\x10\x79\x34\x95\x9f\x51\x06\x1e\x92\x9b\x6f\x32\xf6\x27\x08\xbf\xda\x2f\x7b\x31\x51\xd8\xac\x7f\xc5\x67\xb8\xcf\x4e\xa7\xb2\x24\xc2\x18\xfc\xaa\xa4\x20\x7d\x3a\x95\x96\xa7\x31\x56\x51\x76\x0a\x7b\xf9\x54\xe9\xe5\x19\x49\xaa\x18\x5b\xa7\x9e\xe6\x4a\x3d\x9d\x09\x79\x06\xde\x46\x7e\xc6\x8b\x5c\x9d\x41\xea\x06\xa1\x2d\xd9\x99\x55\x5e\xb0\xd2\x15\xd9\xd9\x2a\x79\x16\xf0\x7f\xa7\xab\x7c\x9d\xfe\x9f\x6c\xb3\xfa\x76\xb2\x4c\xf5\x89\xf9\xed\x49\xf8\xdb\x13\xfb\xdb\x13\xfb\xdb\x13\xf3\x33\xfc\xbf\xcd\x16\x2f\xee\x82\x14\x70\xa7\x32\x91\x99\xd0\x39\xd4\x39\xbe\xe8\x24\xf7\xfa\xdc\x5b\xf6\xe6\xbf\xff\x9b\x9d\x6a\xfe\x82\x50\xde\x0b\x9e\xf3\x5b\xf4\x1c\xff\xfe\xf7\x37\x2c\xcb\x15\xe9\xc8\x6c\xb8\xfe\x5a\x88\xdc\xf8\xb0\xa9\x88\x72\xf6\x7f\xa7\x12\xa4\xa7\xd6\xdb\x59\x8e\x1e\x35\x7a\x97\x71\xc6\xfe\x15\xdb\x9c\x20\x9f\x46\x9c\x99\x96\x5a\x50\x3e\x09\x4f\x1b\xc4\x7a\x5a\x2e\x5f\x5f\xd3\x0b\xfa\xfe\x00\x8b\xf3\x35\x2d\xa1\x06\x1c\x23\x6c\xf6\x35\x05\xd2\x96\x54\x71\x9b\x38\x62\x6e\xf1\x82\x05\xa4\xce\x35\xed\x91\x5a\x78\xf2\x80\x1d\xb3\xaf\x7e\xd9\x3d\x72\x7a\xd9\x3b\x59\x4d\x8a\x06\x6e\x81\xfe\x86\x09\x54\x2e\x89\xd9\x21\xf7\xe8\xe3\xa2\x3e\x2c\xbc\x39\xd8\xfe\x5c\x69\xbe\xf4\x7a\xbe\x74\x24\x65\x7f\x7c\x7f\x76\x36\x62\xcb\x0c\xfe\x31\xff\x0a\xff\x80\x4c\xc6\xb1\x68\x69\x6a\x83\xe9\x92\x72\x7d\x22\xb5\xad\x3f\x3e\xc8\x86\xbd\x3e\x13\x5a\x65\x99\xfe\x54\xc8\x38\x15\x1e\x99\x5c\xba\xec\xa6\xca\x8a\x85\xa1\xcb\x53\xe5\x9c\x85\x39\x9e\x8b\x88\x1b\xc3\x57\x7b\x36\x26\xba\xd5\x22\x17\x12\xfd\x1c\xed\x19\xba\x39\xfa\x24\x90\x65\x82\xb4\x2c\x68\xdf\xae\x37\x20\x84\x9b\x40\x00\xf0\x01\xa9\xc5\x46\xd5\x8f\x40\xca\x12\x59\xb2\x80\xfb\x05\x15\x37\x85\xbd\x89\x63\x45\x57\xa1\x8d\xab\xb3\xe1\x32\xe6\x19\xac\xc0\x85\x86\x38\x96\x66\xbc\xde\xd1\x11\x42\x03\xcc\xcd\x9e\xcb\x2d\xc5\x8c\xc3\x91\x40\x1a\xb3\xa0\xcf\xa3\xa0\x13\x78\x26\xa0\x78\x6f\xf5\x87\xa7\x53\xe9\x64\x60\x31\x2f\x67\x65\xc5\x37\x5b\x2a\x96\xac\x0e\x7a\x62\x7d\x22\x1a\xee\x91\x17\xda\xab\x7e\x17\x04\xc6\xc3\xa0\x09\x30\xa6\x85\x2a\x38\x56\xa9\xe7\x2d\x08\xf3\x0a\x9d\xbd\x33\xdb\x10\x78\x44\x73\xcf\x47\x96\x64\x7e\x32\x9c\x6a\x2c\xf9\x81\xa6\x79\x47\x2d\x6c\x46\xa7\xc4\xb1\xd5\xe4\x82\xed\xde\x2a\x3f\x7a\x7e\xa3\xa9\xbf\xf4\xaf\xdf\x35\xd7\x11\xe6\x98\x1b\x85\xac\x07\x91\x0d\xe0\x96\x0d\x2d\x2e\x36\x4a\x22\xb3\xe8\x9c\x58\xc9\x91\xc4\x1c\x59\xb9\xb9\x01\xe4\x53\x49\x27\xf0\x88\x2d\x04\xcf\x57\x90\x64\xcf\x9e\xd1\x18\xe3\x71\x9f\xbf\x28\x9f\x5d\xb1\x04\xad\x90\x98\x2f\x35\xee\xdd\x7f\xfc\x1a\xc4\x8a\x79\x94\x63\xe8\xb8\x8d\xba\xd2\xb9\x2a\x30\x58\x8d\x06\x71\x8f\x71\xb0\x7c\x9f\x55\x6e\xed\x90\x6e\x16\x46\x62\x8b\x21\x40\x56\xed\x07\x7e\x60\x0c\x0f\xbe\x1d\x06\xf8\x03\xe3\x08\x95\x4d\x94\xd7\xc7\x7d\xe6\xa3\x73\x21\xe9\x1a\x44\x5e\xda\x36\x55\xc7\x40\x40\x07\xf6\x83\x40\x9b\x9f\xee\xa4\xa6\xc8\x84\xb6\x64\xa4\xf8\xae\xc8\x4d\xb1\x4a\x74\x7c\xb2\xe1\x3a\xdf\xda\xe5\x9b\x26\x73\xe0\x30\x4c\x93\x27\xc1\xc6\x5a\xab\x97\x63\x8f\x42\xab\x69\x79\xe0\xd9\xd3\x91\xa9\x6e\x80\xda\x69\x08\x55\x4d\x23\x33\x4d\x29\xed\x1e\x8b\xd9\x7e\x2c\x38\x6d\x4c\x3e\x8d\xcf\xd1\x22\xd7\xdb\x99\x59\x88\xeb\x4d\xab\xa5\xe8\x05\xe0\xea\xef\xe4\x0e\x23\xd8\x81\xf3\xb9\x07\xc1\x4e\x69\x56\x7f\x1c\x82\x9d\x06\xee\x9c\x3a\xc1\xce\xe4\x7a\xf2\x30\x19\x5f\x4d\xfe\x5f\xa5\xc5\xcf\xe3\xc9\xc3\xe4\xfa\x4f\xb3\x0f\x37\x77\xb3\xbb\xcb\xfb\x9b\xc7\xbb\xf3\xcb\xee\x8a\xd9\x7a\xef\xbd\x0b\x7e\xc2\xc2\xe7\xbc\x67\x0f\x41\x08\x1e\x81\x4f\xe4\x7f\x93\x88\x07\xac\x2a\xb3\x99\x13\xb9\x1c\xc1\x46\x7d\xcf\x2e\xb5\x9e\xac\xf9\x52\xdc\x16\x69\x0a\x89\x32\x44\x19\x9e\x6b\x01\x17\xcf\x11\xbb\x55\xf1\x24\xf8\x1d\x40\xa3\x1b\x5f\x03\x9e\xcf\xe3\x58\x8b\x2c\xc3\xc7\x8f\xe8\xf9\x41\x5a\xc8\xc1\xae\x29\x2d\xca\x9f\x79\x92\x9a\xfb\xdb\x7b\xd0\x15\x54\x0b\x52\x88\x1e\x39\x10\x27\xfb\x5a\xa8\x9c\x33\xf1\x2d\x82\x2a\xf1\xe6\x75\x72\xa5\x96\xaf\x7b\x07\x6a\xde\xd3\xbb\x89\x35\x5a\x2e\x29\x40\xd6\x3e\x6b\x3e\xce\x9b\x0d\x01\xbd\xe5\x47\xfc\xe9\x07\xfc\x65\x63\xeb\x79\x9e\x1e\xa1\x6a\xe5\x4a\x2d\x9b\xa9\x73\xc1\xbb\x26\xbe\x5f\x2f\xa0\x0b\x35\x70\x6a\xc9\xb2\x44\x3e\x4d\xe5\xe7\x95\x90\x4c\x15\x1a\xff\x04\xd7\x7c\xe3\x66\xa6\x45\xb6\x12\x31\x53\x45\x3e\x62\x2f\x82\xad\xf9\x16\xdd\x66\xb8\x13\x38\xbe\x4f\x58\x32\x70\x8a\x98\x5f\xa7\x89\x34\xd6\x62\x93\x58\x8c\x54\x75\xea\x8f\x71\xe3\xb2\x1c\x09\xfc\x70\x0a\xa3\x7e\x85\x20\x2f\x2b\x01\x18\x78\x9f\x11\xb7\xa9\x1f\xb2\xdc\x20\x27\xa2\xd4\x53\xb1\xf1\x6c\x2a\x6f\x2c\x65\x21\x0c\xf7\xb3\x4a\x62\x16\x17\x9b\x34\x89\x9c\xdd\x7d\x51\xba\x95\x32\x0a\xc1\x7c\x03\x28\xa3\x2a\x10\xd5\xae\x17\x6b\x40\x0a\x06\x39\xd2\x0e\xf2\xa8\x57\xa6\xcf\x0a\xe4\xdc\x8b\x4c\xe8\x93\x5c\x27\xcb\x25\x38\xe0\x16\x77\xfc\xe3\xf3\x6b\x79\xfe\x8e\xc3\x21\xb6\x61\x01\x4c\xaa\x96\x49\xc4\xd3\x10\xb6\xe2\xe3\xdd\x8e\xc0\xc7\x6e\x7b\x92\x91\x31\xfd\x76\x1d\x6a\x2d\x4c\xde\x68\x01\x1c\x52\x33\x54\xc8\x3f\x5c\xb9\x7f\xb2\x60\xe6\x82\x6e\x25\x66\x7d\x85\x98\x55\xe9\xb6\x27\x9c\x7f\xb6\xe5\x12\x47\x31\x41\x09\x60\x6c\xf5\x22\x85\x06\x0f\x16\x02\xfa\xe6\x4d\xa5\x02\xdf\xc4\xf1\x8b\x3b\xe4\x89\xe5\xd7\x5f\x38\x88\x0d\xa2\xf8\x97\xc9\xb3\x90\xdf\x9f\x0f\x2d\x78\x40\xc4\xa3\x95\x98\x59\xbf\xfc\xd8\x26\xcb\x1d\x00\x03\x8d\x95\x25\xfa\x0c\x4d\x29\x4b\x80\x83\x22\xc2\xab\x13\xf6\xb8\x6e\xbb\x90\xbc\xba\xd7\xa1\x04\x14\xa8\xe5\xf8\x5c\xf5\x38\x38\x94\xc9\xdb\x81\xe4\xf6\xf5\xfe\xbb\x03\x01\xcb\x54\xcd\xa1\x5a\xab\xce\xf1\x1d\x9e\xb0\x6d\x94\xc1\xcf\x42\xeb\x24\x1e\x62\x99\xec\x98\xdc\xb8\x9f\x76\x75\xd0\x09\x35\xba\x27\x81\x51\x48\x30\x56\x57\xf1\xdc\xab\xd5\x00\xbb\xae\x09\x90\xdb\xc8\x5c\x72\xc3\x39\x12\x96\xab\x0f\x02\x13\xaa\x43\xf9\xb3\xfe\x2e\x07\x4d\x74\xbd\xbe\x6c\xc7\x58\xfa\x92\xb4\xee\x49\x3e\xa0\x48\x08\x2b\x9a\x5c\xa5\xd0\x10\xc2\x25\x3b\x75\x98\x78\x06\x55\x55\x37\x89\x25\x44\x50\xaf\x19\xad\x8e\xfb\x03\xa5\xbb\x0e\xaa\x80\x7f\x85\x1d\x55\xe4\xca\x47\x2b\xe1\x7d\x26\x40\x43\x12\x62\x0d\xc1\x6c\x4c\xe2\x46\xb5\x7c\x7f\x7c\xd8\xad\xd9\xe6\xaa\x1c\x16\x71\x1a\xb3\x8d\x16\x36\xee\xbd\x15\xb9\xab\x91\x48\x2d\xb3\x33\x84\x75\xdd\x5b\x97\x8b\xc4\x6c\x1d\x88\x2b\xec\x85\x20\xac\xb2\x3a\xd8\xeb\x8d\x92\x42\x12\x3a\x40\xaa\xa9\xa4\xc6\xad\x3e\x8f\x8b\x0c\x97\x40\x98\x23\xba\x90\x23\xa4\x47\x64\x2a\x7d\xa6\x14\x40\xc0\xdf\x07\xcc\xde\xa6\x83\xe7\xc6\xb7\x31\x9e\x3c\xe4\xa6\x08\x91\x07\x18\x85\x8a\x48\x8d\x16\xcb\x24\xcb\x45\x88\x5b\x0d\x7f\x7f\x34\x3d\x81\x92\xf3\xdf\x35\xf4\xad\x7a\x02\xbb\x4e\x71\xb3\x6b\x07\xf4\x67\xbb\x11\xf1\xc4\xfd\xae\x7b\x31\x94\xc0\xe7\x71\x60\x24\x4a\xa7\x00\xae\x01\xf4\x5e\x32\x2c\x9b\xcd\x1c\xf3\x9e\x9b\x24\x2a\x68\xe4\x4e\x04\x02\xa6\x68\x59\x70\xcd\x65\x2e\x44\x36\x95\x94\x38\xc1\xf2\xef\xb0\xc2\x69\x51\x12\x8f\xf0\x67\x73\xa4\xb2\x1c\xab\x29\xe1\x27\x0b\x9e\xa4\x85\x6e\x75\x97\x71\x55\xee\x55\xba\xd1\x35\x4a\xe7\xd0\x2c\x6b\x9a\x34\x07\xad\x0e\x76\x91\xab\x40\xaa\xa6\x3d\xca\xc8\xe3\x96\x57\xb0\x26\xb7\xff\x7c\xbb\x58\x49\x0b\xda\xfa\x5f\xb2\xd9\x46\x0d\xb0\x78\xa4\x39\xdc\xd8\x58\xf6\xb5\x76\xa7\xef\x48\xff\x7d\x6d\xe3\x22\xe4\xd9\x13\x44\xce\x77\x5d\x25\x76\xc7\x07\xff\xf8\x87\xdd\xf1\xf5\x56\xdb\x05\xab\x76\xc5\x65\x9c\x82\x3e\x71\x5e\x39\x81\xdc\x1e\x00\x01\x80\xdc\x1a\xc7\x76\xb8\x21\xa0\x77\x66\x51\x0d\xfa\xb9\x6b\x9c\x2a\x98\xd1\x1d\x10\xc2\xd2\x53\xca\x48\xce\x26\x04\x91\x3f\xd9\x49\x88\xc2\x6d\xd8\xf6\x25\xb8\x48\x96\xc7\x27\xe2\xe9\xab\xcc\xe1\xbc\xec\x8f\x75\x4b\x19\xd1\x56\xa4\xf3\xcb\x89\x71\x1c\xb8\x19\x01\xf9\x65\x8c\x59\x48\x77\x34\x95\xa4\x53\x83\x49\x23\xc8\x16\x60\x49\x6f\xc6\x7e\xef\xe0\xc0\xbf\xff\x67\x5b\xd0\xb9\x65\x0b\x18\x6b\xa8\x9a\x56\x51\x54\x68\xc8\xe8\xd0\xad\x93\x09\x3c\x9b\x86\xb0\xd2\x8d\xf1\x44\x76\x79\x78\x74\x9f\x9a\xbc\x07\x17\x66\x28\xbd\xd4\x03\xdc\x2e\x51\x71\xc7\x9d\x85\xc4\x60\xab\xb3\x9c\x65\xb9\xd8\x34\x5a\xa5\x92\xd3\x55\x16\x95\x3a\xc0\xed\xea\x50\x84\x3f\xd8\x46\x8f\x03\xf5\xaa\x3f\xdf\xdf\x5c\xb3\x0d\xdf\x02\xa4\x25\x57\xa4\x06\x06\x9c\x16\xd5\xfd\xbb\x6b\x06\xca\x2f\x5f\xde\x6c\x38\xa6\x9a\x7b\x7b\x51\x0f\x3b\x71\xa7\xf6\x57\xb1\x43\xb0\x66\x68\x49\x9a\xad\xac\x55\x7a\xb2\x49\xb9\x14\xc8\x3f\x88\x05\xbe\xac\xf2\xf8\x30\x4d\xe5\x02\xd6\x04\x04\x80\x0e\x84\x62\xd9\xba\x90\x4d\xb8\xb6\xb2\x4e\xd6\x41\x99\xa9\x56\x1b\xd1\x89\xd7\xf9\x88\xac\x84\x3c\x32\xdb\x04\xcb\x5d\x6c\xb6\xcd\x25\x6c\x79\x06\x58\xaa\x01\x13\xd5\x2d\xea\x35\x95\x56\xb3\x45\xbd\x64\x2c\xc6\x82\xa0\x22\xc9\x50\x0b\x13\x63\x99\x80\x6b\x20\xfb\x82\x49\x57\xcd\x65\x66\x26\x14\xc2\x31\xe2\x59\x48\x56\x2f\x2f\x99\x5c\x5c\xb9\xd4\x24\x4e\x12\xf1\x99\xb7\x0c\x7d\xe0\x98\x1d\x44\xe1\xd5\xa4\x32\xb5\x9b\x2a\xf0\x23\xdf\xb4\x5c\xe8\x51\x82\xe6\xd0\x16\x77\xcd\x92\x2b\x87\xac\x7a\x9d\xa0\x7f\x03\x14\xc7\xa4\xdd\x53\x1f\xbd\x47\x79\xa0\xf9\x69\xe4\x0e\x1b\xa0\xa2\xbb\x3f\x75\x77\x28\x20\x3a\xc0\xf6\x04\xb5\xf4\x0e\x16\xe0\xfc\x65\xb3\xcb\x81\x40\x16\xd5\x1a\x49\x9d\xfa\x5e\x08\xf6\xc5\x09\x3e\x7e\x21\x82\x72\xaf\xb5\xdd\x36\xae\x13\xb9\x50\x87\x19\x03\xbd\xac\x21\x69\x0e\x1a\x95\xe6\x7e\x1e\x8a\xd5\x81\x8a\x22\xf9\xba\x45\x21\x8d\xef\xb5\x03\x99\x73\xeb\xef\xe4\x04\x4f\xb6\x3d\x35\xe7\x33\x4c\xf1\x7e\xc2\x84\xa5\x45\x92\x83\x06\x26\x90\x3f\x3d\x49\xf5\x22\xd1\x17\xa0\x27\xb1\xb7\x66\xff\xc1\x01\x06\x2c\x4e\x04\xce\x29\xd0\x1a\xbe\x03\x36\xaa\xb1\xfb\x6f\x76\x8f\x61\x6e\xec\x33\xd0\xad\x66\xe0\xfc\x10\x51\x2a\x58\xf3\xb7\xe3\x11\xfb\x69\xc4\xce\x47\xec\xf4\xf4\xf4\xdd\x88\x09\x1e\xad\x6c\x8f\xf0\x27\x08\x7a\xc9\xf9\xd2\xb4\xed\x74\x72\xfd\x03\x80\x3d\xd8\x1c\x56\xe6\xc8\x34\x06\x9a\x07\x6a\xba\x3e\xf2\x60\x5f\x01\xc1\xdc\xa8\x50\x61\x53\x82\xd1\x4a\x25\xbe\x53\x80\x2e\x13\x91\xd2\x16\x9f\x96\xe5\x4a\x5b\xac\xcd\x33\xd7\x3c\x91\x50\x6f\xc0\xeb\x48\x43\x7a\x72\xc0\x91\x25\xbe\xf1\x35\xbc\x7f\x22\x1d\x4d\x88\x19\xa6\x07\xd7\xff\x7c\xbb\x49\x22\x18\xcf\x17\x9d\xe4\xb9\x39\x9d\xb3\xa9\xbc\x67\xef\xff\x95\x8d\x37\x9b\x54\xb0\x31\xfb\x1b\xfb\x89\x4b\x2e\x39\xfb\x89\xfd\x8d\x9d\x73\x99\xf3\x54\x15\x1b\xc1\xce\xd9\xdf\xcc\xb0\x99\xf6\xae\x95\x39\x0e\xb7\x23\xc6\x99\x2c\x52\x3c\xf5\xdf\x5a\x1c\xcb\x3b\xf7\x5e\xdc\xcf\x8e\x15\x9b\xcc\xd4\x9a\x8e\xc2\x5f\xb0\x9a\xc1\x8c\x4c\x22\x97\xa9\xc8\xad\xc4\x6b\x09\x71\x84\x0f\x38\x81\x37\x7d\x3f\x95\x2e\x96\xf7\x8b\xe9\xf1\x2f\xec\x6f\xec\xba\x48\x53\xd3\x25\x63\x68\xcc\x42\x7a\xcf\x2c\x02\x5c\xc8\xd3\x97\xe4\x29\xd9\x88\x38\xe1\x80\x01\x37\xff\x75\xf6\x00\xb3\x3d\x2b\x3c\xe5\x40\xb8\xa7\x1d\x85\xed\x77\xe1\x9d\x19\xa2\xe5\xec\x98\x8c\xed\xe4\x77\xdc\xfc\xca\x3f\x1d\xee\x11\x79\xc2\x15\xda\x0f\xe4\xb0\x22\xfd\x70\xc8\x98\xbc\x97\x09\xa8\x1c\xb6\xb6\xad\x86\xa3\x20\x3c\xd4\x0f\x35\xb2\x40\xc0\x7d\xf4\x3b\x64\x0f\x36\xe4\xbe\x26\xb7\xc6\xe5\xfa\x1c\x92\x57\x83\x2f\xe9\xeb\x4f\x7b\x65\x85\x1c\x87\xeb\xa7\x32\x03\x79\x69\x88\x55\xd2\x8b\xaa\xbd\xd2\xd9\x47\x8a\x5d\xc4\x42\xaa\xdc\x5c\x64\x64\x92\x9e\x99\xad\x7a\x76\xad\xa4\xb9\xb6\x66\xc9\x12\x6b\x66\x01\x01\x91\x01\xaf\x8d\x75\x0a\x1e\xca\x2e\x6b\xb0\x05\xc0\x3f\x30\x5d\x42\x54\x4e\x6e\xac\x80\x99\x82\x74\x3b\x95\xe6\x17\x74\x22\x01\x42\x37\x71\x64\x40\xf8\x34\x2b\x0a\x47\xcf\x22\x83\x1c\x34\xde\xb0\xc0\xba\x74\xd4\x0e\x22\xe1\x81\x6a\x93\x03\xa2\xe2\xd7\x01\xad\x00\xb5\x66\x6b\xce\x10\xfc\x33\x17\xa9\x92\x4b\xb3\x2a\xda\x8c\x80\x5a\xf3\xe4\x90\x9c\x78\xd8\x05\x6c\xac\xb5\x07\xe6\xb0\xa4\xaf\xd0\x94\x04\x62\xd6\x24\x66\x03\x82\x98\x2e\x22\xeb\x4e\x43\x7a\xb9\x96\x97\x18\xaa\xd0\x53\x5f\xa5\xa0\x7d\x4d\xc9\x59\x17\xed\xc7\x83\xd3\x46\xd3\xec\x1b\xf5\xdb\x54\x9d\x98\xbe\xe6\x50\x08\x65\x13\x6c\x30\xd9\x05\xf5\x7a\xac\xc7\x5f\x13\xde\xf7\x9a\xaa\x7a\x8d\x12\x7a\xf0\x3d\xd3\x1a\xfd\x69\xa8\x4c\x9e\x1d\xbd\x63\x20\x9f\xbe\x22\x6b\xee\x4c\x2d\x6c\x11\x58\xff\x33\xbd\xc6\x5b\xdc\x0f\x7a\x12\x72\x95\x85\xfc\xbe\xf5\x85\xd3\x96\x6f\x50\x72\x46\x19\x89\x7e\x9d\xad\x0e\xd8\x8d\xfc\x80\x3f\xbf\x55\x69\x12\x75\xe3\x75\xec\x71\x05\x22\xce\x35\x00\x04\xe8\xa9\xbb\xf8\x0f\x75\x0a\x3d\xf4\x5c\x44\xb9\xcf\xb8\xd5\x5f\x6e\x50\x38\x8c\x02\xac\xae\x15\x90\x92\x70\x29\x2d\x38\x6a\x80\x04\x05\xd8\xea\x30\xf4\x08\x55\x31\x90\xea\x8d\x38\x45\x64\x4b\x1d\x01\x7b\xf5\xb2\x52\xa9\xb9\x9a\xc8\x98\x08\x65\xa6\x72\x23\x74\xa4\x52\x9e\x1b\x6b\xf8\x42\xa4\x01\x49\x1a\x7b\x4a\xd8\xb7\x80\xcd\x03\x04\xcd\x3b\xe2\xbd\x17\x2e\xe5\xea\x74\xc8\x77\x2f\x5b\xab\x7d\x75\x58\x40\xe6\x78\x60\x9b\xae\x55\xf0\x99\x20\x30\x38\x14\x24\x1f\x5c\x49\x9e\x99\x41\x2f\xf5\x67\xd8\x0c\x0b\xc7\xf6\x19\xf9\x7b\x44\x5e\x99\x57\xba\x4a\x54\x87\x12\x88\x81\xb0\xae\x03\xf1\x14\x99\x80\xee\xac\x05\x47\xd7\xc4\xd3\x74\xd0\xa4\x4e\xa5\x4f\x17\xbe\xc9\x42\x37\xa5\x71\x9e\x91\xf7\xc6\xc2\x79\x46\xec\x4d\xe9\x45\xdf\x00\x71\x8c\x54\xf0\x3c\x4a\xe9\x94\x86\x06\x96\xeb\x88\x25\xf9\x54\x26\x19\xae\x4c\x2d\x52\xf1\x6c\x7a\x17\xc6\x4e\x09\xfa\x61\xaf\x92\xf6\xb5\x01\x11\xca\x6d\x21\xa1\x93\x4c\x83\x12\x6d\x1d\x12\x90\x70\x88\xd3\x82\xa6\x74\x21\x81\xec\x53\x7c\x43\xe1\xee\x74\x6b\xd1\x10\xb1\x90\xb6\x7f\x00\x92\x40\x55\x96\xa9\x9c\x2c\xa0\x9a\x0b\x6a\xc8\xe2\x18\x2f\x65\x96\xfe\xd1\x55\x83\x27\x14\x2b\x55\x74\x45\x75\x8a\xbc\x28\xdb\x80\x3b\x49\x3c\x0b\xbd\xcd\x21\xc6\x09\xe3\x2a\x05\xcf\x57\x2c\xc9\x47\x50\xc6\x6f\x0d\xc7\x54\xf2\x98\x54\xaf\xa8\x39\x33\x34\xb0\xee\x3b\xe6\x99\x3e\x9f\xab\xe7\x2e\x3f\xef\x50\x10\x14\xee\xea\x4d\xca\xe5\x0c\x0d\xea\xaf\x00\x83\x0a\x14\x35\xda\x32\x7f\xc5\x7c\xe6\x14\xae\x8f\xd2\x4f\xe7\xfd\xdc\x95\x74\x6e\x8c\x5b\x67\x1f\x34\xc2\xc5\xe0\xa9\xc7\xac\xb7\xee\xc2\x16\x94\x6c\xd7\xcc\x26\x24\xfb\x5b\x01\x8f\x90\xe2\x95\xc4\xbc\x5d\xad\xbb\x20\x52\x76\x05\xfc\xa8\x70\x9d\x3e\x33\x5f\x39\x43\xaa\xd3\x3e\x1c\x29\x52\x73\x98\xf6\x42\x8b\xec\xe8\xd6\xeb\x22\x46\x5a\xc3\x0a\x75\xe4\x88\x7d\xdb\x20\xfb\x85\x30\x68\x81\x61\x29\x17\xf5\x68\x56\x4c\x09\xaf\x25\xaa\x01\x6a\x78\xcc\x90\x6d\x59\x57\xb9\x77\x15\x25\xf4\xeb\x94\x4d\x24\xb3\xd1\x8b\x11\x7b\x83\x0b\x2b\x7b\x43\x11\x39\x92\xdd\xa1\x54\x72\x4c\xbb\x87\xea\xce\xaa\xc8\x04\x44\xff\xfa\xed\x86\x89\x91\x36\xef\xb3\x39\x67\x73\xcc\x71\xf9\x29\x01\xf4\xf1\x3e\x05\xa6\x98\x54\x9b\x63\x03\x74\x48\xe2\x2d\x74\x8b\x3e\xac\xf2\xc1\x5d\xff\xc2\x36\xfd\xc3\x7e\xb2\x3f\x34\x43\xb4\x29\xe8\x3c\xb5\x9f\x33\xa5\xa7\xd2\xb6\x46\x11\xba\x0c\x19\x9a\xab\x4d\xd9\xab\xaf\x77\x81\x83\x95\x0a\x39\x7d\x4b\xca\x0d\x5c\xef\x9e\x23\xa7\x6a\x05\x00\x23\x30\x17\x5e\x30\xec\x94\x8d\xfd\xd3\x8c\xe3\x61\x16\xf8\x1a\x8f\x79\xe2\x84\x13\x32\xda\x02\xcd\x4d\x9a\x9a\x41\x49\xf2\x8c\x7c\xb6\x00\xa8\x9c\x15\x40\x3e\xb3\x28\x8c\x31\x0a\x18\x7a\xa6\xd2\x0c\x1e\x5b\x24\x00\x83\xa5\x71\x99\xca\x8f\x2a\xb3\x75\xb1\x99\x1f\x0f\x0b\xa9\xa4\x61\x7b\xe3\xb8\xc9\xe9\x0f\x17\x70\x68\x53\x08\xbc\x22\x56\x07\x08\x75\x2a\x6e\xdf\xaa\x42\xfb\x97\x8a\xb8\x9c\xca\xff\x34\xc3\x83\x52\x51\x4e\x67\x4d\x2d\x70\x0b\x5b\x71\x3f\xf6\xf6\x0b\x36\xfa\xf6\x9f\xdf\x7d\x79\x87\xf5\xe9\x45\x06\x72\x10\xa3\xf2\x01\xe2\xc8\xda\x8a\x34\x85\xc4\xac\x7d\x03\x57\x56\xee\x1f\xd1\x29\x3d\x4e\x77\x9c\x99\x2c\xbb\x18\x7d\x36\x7a\xd7\x0a\xf6\xb1\xd8\x31\x8b\x78\x1e\xad\x4e\xac\x2f\x47\x66\xcc\x9e\x7e\x34\x7d\xc8\x0b\x6f\x3c\xad\x66\xbe\x32\x73\xff\xd2\x6b\x27\xb7\x56\x5a\x2f\xe6\x15\x00\x67\xf2\x50\x5a\x95\xa1\xa8\x21\x2e\x4e\xaf\x74\xe6\xfd\x3c\xf7\x75\x4b\xf6\xee\x03\xa8\x14\x34\x96\x7c\x2d\x62\xf6\x06\x6a\x1f\xde\xd8\xc9\x9f\xca\xcd\xfc\x34\xdd\x2e\x72\x22\x6b\x31\x83\x72\x0a\x74\xc8\x3b\x4e\xb9\x59\x5c\xbf\x26\xed\x18\xec\xd6\x8b\x56\xb3\xaf\xe3\xc6\xc6\x3d\xa9\xbf\xc3\x82\x21\x1f\x37\x3a\xf7\x65\xc4\x4c\x99\xed\x8e\x67\x4f\x23\x36\xd7\x5c\x02\x3f\x68\x1c\x3a\x55\x7e\x77\xa2\x9a\x39\x30\xa1\x50\x02\x87\x4b\x9e\x6e\x01\x4a\x3d\x9a\x4a\xa4\x8d\x01\xe6\xa8\x6d\x94\x26\x11\x2a\x2b\x56\xfc\x20\xf1\x2c\x64\x7e\x49\x75\xd2\x16\xb3\x7d\x68\xa6\xd5\xd5\x5d\x1f\x24\x11\x39\x29\x7b\x3b\xdc\x17\x94\xfb\x80\x63\xa4\x05\x60\x99\xe7\xdb\x00\xe3\xe9\x16\xf8\x88\x08\xd6\x81\x59\x87\xfd\xb5\x98\xab\xd4\x52\x13\x4d\x2e\x98\xd2\xc0\xf7\x98\x2b\xfa\x53\x12\xb7\x9d\x62\x89\x8c\xc5\xb7\x83\xea\x83\xbb\x0f\x24\xeb\xde\x99\xc7\x04\xb4\x82\xd5\x97\x85\x5d\xa4\x85\x39\x2c\x72\x7b\x83\xab\x7d\x2b\xab\x02\xce\xc6\x69\xbe\x02\x14\x18\xe2\x8f\xfd\xa0\xae\xf9\x96\x45\x2b\x2e\x97\xc1\x15\x1a\x40\x39\x62\xa3\x34\x32\xf9\x3f\x03\x11\x8f\xd2\xb6\xfe\x8a\xaa\x8a\x08\x04\xed\xe2\xbf\x88\x3d\x54\xb6\x74\x88\x2f\x97\x5a\x2c\xa1\x24\xb6\x24\x00\x8d\xf6\xd3\x51\x32\xe2\x73\xba\xca\xca\x8e\x53\x9b\xdd\x76\x6b\xc9\xf5\xd6\x15\xe5\x90\x0c\x86\x1b\xba\xda\xb0\x8e\x58\x22\x4e\x47\xec\x0f\x1e\x6f\x29\x22\x25\x5d\x55\x4f\xf3\x3b\x6c\x2a\x91\xda\x1d\xb6\xa8\xa1\x88\xbb\xb9\xef\xf0\x59\x4d\x4c\xa3\x71\xd1\x74\x96\x45\xe5\x3c\x2f\x06\xd8\x4a\x12\x4c\x3a\x37\x3f\xbe\xc7\xdf\x76\x42\x92\xf9\xc6\x98\x37\x4b\xa0\x61\xbe\x6f\x2c\xbc\x79\x36\x71\x7b\xb5\x8c\x75\x73\xdc\x2f\xe8\x7e\xaa\x96\xaf\xea\x52\xda\x2a\xe9\x56\x97\xd2\xcd\x44\xda\x52\xf9\xdb\xf1\x4e\x43\x43\x99\x16\x9b\x49\xa8\xeb\xac\x7a\xdd\x6a\xb0\x00\x4e\x62\x56\x69\xf4\xdb\x11\xc8\xe0\x0a\x90\x4b\x46\xb2\xe9\x40\x28\xb1\x28\x80\x6c\xd6\xf7\xba\x1b\xb7\xf1\x37\x34\x0f\xff\x63\xcb\xbd\xd8\x7a\x26\x4d\x83\x1e\xee\x4f\x1c\x27\x3d\xf0\x9c\xf2\x62\xf3\x40\x4a\x6b\x83\x9b\x4a\x27\xcb\x44\xf2\x5c\x69\xf6\xf6\xd6\x32\x39\xbe\x73\xec\xc3\x30\x8a\xc7\x30\x13\xa5\x21\x42\x33\xd1\x7c\xf7\x02\x78\xaf\x88\x67\xc3\x58\x70\x9a\x64\x1f\x77\xc2\xd7\xcd\xb7\xb2\x9c\xaf\x37\x21\x81\x9b\x53\x23\xa2\x91\x49\x71\x10\x98\xed\x18\xc4\xf8\x92\xcc\x97\x24\x4d\x25\x45\xc6\x71\xde\x94\x6e\xd0\x33\xae\xbe\x25\xf8\x91\xb3\x3d\x49\x09\xd0\x8f\xef\xf1\xeb\xce\x8c\xe2\xdd\x95\x4d\x18\xf8\x7b\x41\xc9\xd1\x86\x17\x45\x3e\xa9\x0c\x4e\x6d\xbc\xe2\x39\xb3\x61\x4e\x49\x5b\x7b\x7d\x9e\xaa\x22\x66\x64\x34\x28\x3b\xa9\x4f\xf1\xf4\x01\x82\xb7\xd3\xd3\x36\xb6\x9b\x81\xfa\x22\x6e\x7f\xc3\xef\x9a\x57\x38\x7c\xd6\x62\xe1\x3a\xb7\x16\x8d\xec\xb0\xd8\x13\x25\xe6\x3f\xf2\x4d\x77\x05\x3d\xb7\x37\x67\xac\x77\x09\x15\xb5\x1b\xf6\x7e\xcb\x70\xb9\x68\x28\xb0\xcd\x0c\x0b\x94\x59\xfd\x18\x58\xcf\x61\x20\xb9\x81\x0f\x2f\x44\x64\xf2\xec\xe9\xe0\xc7\xd9\xc2\xce\xee\x47\x6d\xb8\x16\x32\x9f\xc1\x13\x87\x3d\x0c\x1e\x72\x0b\x3f\x2f\x39\x24\xbd\x02\x82\xff\xfe\xa0\x30\xce\x6b\x4b\xcb\xff\x83\xdd\x53\x6c\x23\xb3\x5a\x74\xe6\xf4\x79\x9b\x00\x14\x23\xc8\x89\xb9\x89\x6b\x99\x2e\x7a\xa1\x3d\x46\x2f\x78\xa1\x92\xe9\xec\xf5\x42\xbe\xf7\xc8\xcc\x6e\x5a\xa1\x30\x0f\x15\x14\x1a\x53\x66\xff\xe6\xd7\x1c\x16\xe9\xfa\xec\x2c\xe3\x39\x33\xf3\x97\xb2\xff\x12\x5a\x79\x94\x3c\xe9\x5b\x07\x0d\x77\xfa\xc3\xfb\x6b\xa0\xa0\xbf\x8b\xea\x1b\x21\xfd\x3c\xfc\x85\xaa\xf7\xf1\x66\x39\xdf\x5a\x77\xbf\x25\x95\xb0\x11\x11\xce\xc3\x9e\xc7\x66\x70\xb1\x0b\xec\xbb\x0d\x7d\xb9\xc3\xc2\x6e\xd0\x33\xb8\xb7\x12\x3f\xd6\x9a\x6f\x08\xf6\x44\x08\xcb\x6a\x10\xff\x14\x5e\xe2\xdf\x7f\xf9\x8f\xd3\x36\x1d\x26\xe8\xfa\x50\x14\x89\xeb\xfc\x07\x9d\x08\x19\x43\x52\x8e\xc7\x0e\x8a\xe5\xcc\xa2\x2c\x45\x69\x4b\xe6\xd9\x2c\xc3\xa3\x14\x93\x35\x9f\x83\xd9\x0c\x17\xd1\x77\xc8\xec\x7a\x23\xeb\xb6\x6f\x29\xef\xd3\x76\x54\x67\xb3\x78\x2b\xf9\xba\xae\x5c\xf5\xaa\x7d\xdc\x26\x22\x8d\xa1\x8b\xf4\xf4\x5d\xd9\x89\x58\x44\x4f\x43\x7d\x82\xbd\xa9\x5e\x45\xf4\xc4\x7e\x7e\xf8\x78\x85\x9a\x0d\x49\x36\x95\xd7\x3c\x4f\x9e\xc5\xa3\x4e\x5d\x58\x18\x8d\x4f\xa1\x53\xbb\x47\xca\xd4\x83\x58\x0c\x57\x80\x30\x2a\xf1\x14\x5a\xc7\x21\x64\x86\x5d\x6f\x4f\xe6\x45\xf4\x24\xf2\x33\xcd\x65\xac\xd6\xf8\x1a\x67\x59\xb1\x58\x24\xdf\x4e\x73\xae\xdf\xed\x82\xb8\xef\xb4\xa4\x07\x5c\x12\x0e\x31\x28\xf5\x6b\x80\x53\xd2\xf0\xb6\x39\x89\x43\xf5\x57\x67\x99\x3d\xef\x9e\x33\x29\x10\x6f\x6c\xb9\x88\x9c\x52\x3f\x1b\x9e\x30\x60\xf4\x9a\x0f\xd6\xef\x74\xc5\x6a\x63\x00\xec\xd3\x7d\x1b\x21\xbc\x55\x2a\x3d\x34\x4a\xc8\x53\xbb\x49\x66\x20\x09\x70\x88\x0b\x8e\x0b\xc0\x5d\xb6\x27\x17\x2e\x5f\xe5\x28\xf5\x28\xd6\xe0\x04\x79\x00\x4a\x41\x5d\x00\x00\x03\x74\xa2\x03\x74\x98\x6d\x1a\x12\x96\x03\xc1\x93\xd0\x06\x22\x1d\x9c\x34\x6f\x2d\x6c\x19\x94\xc3\x72\xdf\x47\xa0\x1d\xaa\xf4\x70\x50\x00\x01\x09\xfc\x2b\x8f\x72\xc1\x84\x90\x9e\xcc\x8d\x63\xf0\x6c\x3b\x9e\x28\x1b\x64\x6c\x0e\x79\x3e\x53\x19\x78\x39\x48\xcc\x61\xd1\xa9\x6e\xd4\x9a\x62\x0c\xa5\x65\x78\x70\x8c\xe1\x10\x0e\xca\xce\x20\xf4\x45\x28\x0f\x01\x79\xd4\x48\xad\xe7\xe6\x9e\x8f\xd5\x8e\x14\x78\x03\xf7\x6c\x6c\x29\x7e\x5c\x90\xd4\xba\x59\xc8\x31\x5c\x19\x7b\x77\x34\x84\x6c\x49\xa1\xc9\xda\x75\x85\x09\x7d\xe2\xe3\xd2\x65\x36\xdb\xd9\x71\xf5\x0d\x40\xa6\xfd\x85\x6f\x33\xd0\xd2\x10\xc6\x2a\x2e\x30\xd8\x54\xee\xff\xc8\x87\x40\x1c\x7d\x14\x09\x53\x15\x24\xb1\x43\xef\x92\x60\x09\xb8\x48\xad\x6a\x88\xa7\xd6\x78\x93\x35\x0f\xce\xaf\x13\x3f\xd6\x9d\xf1\x63\x4c\xe0\xfc\xcf\x08\x19\x77\x04\xa6\x0e\x8c\x8f\x05\xc7\xa4\x56\x11\xe9\x49\xe7\x0c\x24\xb6\xd0\x1c\x9b\x67\x8f\xd8\x9a\x27\x92\xb6\x41\xae\x8d\x81\x8c\xc5\xbc\x58\x2e\x5b\xc3\x36\x3f\x7e\xfc\xb7\xbc\x4f\xfe\xe1\xe3\x73\x9d\xe4\x30\xc7\x88\xb0\x4d\xec\x93\x30\x6d\x6c\x7c\xe5\xef\x13\x54\x3b\x52\x84\x70\xd2\x27\x42\x68\x71\x07\x50\x0d\x41\x2e\xbe\xcd\x0d\xff\x16\x3a\xfc\x3e\xa1\xc3\xc6\xdc\x48\xb5\x87\x58\x81\x3f\x4b\xca\x0e\x70\x47\x0f\xf7\x24\xf2\x71\x8c\x6f\xd0\x2b\x52\x91\xca\x84\x8c\x33\x50\x74\x3f\x3e\xb3\x0f\x9c\x3e\x87\xc7\x28\x76\x24\xbc\xef\xd5\x5a\x30\x78\x54\x86\xcc\xca\x8c\x0a\x4e\x46\x80\xa4\x32\x2f\xe8\xb3\xc4\x94\x83\x86\xe3\x0a\xb3\xd5\xb1\x77\x5a\xdf\x4a\xf1\xc2\xcc\x69\x30\x0a\xa1\x25\xc1\xf4\x00\xe5\xfe\x3b\x92\x81\xf5\x38\x54\x57\x5d\xab\xc5\x92\xeb\x18\xd0\xcf\xb4\x25\x53\x1e\x3d\x99\x7f\x87\xfe\xd1\x13\x09\xfe\x62\xd9\x3f\x11\x92\xe5\x5b\x4b\x64\x84\x92\x9c\x84\xb4\xf1\xfd\xc3\x9f\x67\x8c\x47\x5a\x65\x78\x8b\x8f\x0b\xed\xeb\xe3\x25\x38\x88\xcf\x49\x5c\xf0\x14\x9f\xd8\x1a\xfd\xe3\xd9\x41\x6c\xa6\xe3\x80\x54\x5e\x7c\xdb\xa4\x5c\x96\xf7\x24\xbe\x2e\xd0\x49\x24\x1d\x2b\xdf\xb1\x22\x7d\x57\x76\xb7\x50\xda\xd1\x6f\x2b\xf4\x3e\xb5\xe0\xf1\x36\xe4\x8e\x49\x24\xe9\xb5\xf1\x78\x9d\x48\x33\xf5\x56\x33\xc4\xd9\x57\x68\x3a\xe2\x29\x82\xc0\x80\x5a\x3b\x4d\x2b\x5b\x3f\x63\x52\x18\x97\x85\xeb\x24\xdd\x82\x97\xba\xd1\xe2\x24\x78\x4e\xb0\xbf\x09\x83\x9e\x64\x53\x69\xeb\x9c\x8b\x4c\x2c\x8a\x14\x7d\x59\xb8\xed\xb9\x17\xa0\x7d\xf8\x38\x19\x99\x63\x2c\x27\x42\xdb\xe0\xc1\x28\x13\x71\x0c\x3c\x6f\xfd\x9e\xd5\x2b\xe6\xed\x39\x8d\x34\xc0\x0d\x57\xea\xc5\x16\x1d\xbc\x70\x8f\x2a\x6b\x3b\x4b\x8e\x16\xe7\xec\xf6\x6a\xec\x7d\xc2\xee\x4a\x1c\xf4\xb2\xb6\x2a\x7d\x26\x62\xb7\x13\x13\x09\xaf\x43\x0a\x4b\x84\x41\x11\x31\x2b\x32\xac\x5d\x30\x73\x08\xd6\xda\x5e\x9b\xb1\x9a\xc3\xaa\x73\x31\xf7\x76\x49\xa6\x24\x9b\x16\xbf\xfb\xdd\x1f\x05\xfb\x1d\xe9\xf7\x81\x95\xc1\x08\x35\xb0\x1a\x61\xeb\x60\xa0\xdc\x03\x04\x52\x1e\xd5\x66\x84\x35\x81\xb0\x6c\x21\x21\xc0\x98\x78\xb4\x62\x59\x31\x47\x8c\x0e\xa7\x20\x27\x97\x8e\x34\xf0\x4a\x01\xdc\x06\xcf\x31\xdb\xfb\x01\xc1\x82\x5b\x3a\x5f\x6c\x20\x20\xc0\x09\xc2\x40\x87\x22\x3d\x30\x28\xf8\x92\x60\xc0\x6f\x41\xa9\x67\xc4\x7e\x4e\x9e\xc5\x88\xdd\x6f\xb8\x7e\x1a\xb1\x0b\x0c\xb7\xfe\x59\xcd\x77\xde\xff\x8f\x11\x03\x73\x6e\xea\xe0\xe0\x7e\x63\x34\x69\x14\x50\x65\x06\x21\xfe\x7a\xb4\xc6\x22\x2c\x40\xfb\x04\x55\x64\x77\xe9\x91\xb4\xf2\xa9\x1e\xeb\x16\xd3\x0e\xeb\x6b\xbd\xd3\x54\xad\xb4\x3f\x4f\xa9\x6a\xaa\x09\x69\x62\xce\x31\x58\x89\xe6\xc5\x4f\xc0\x33\x51\x9a\x6d\x52\x9e\x9b\xb5\x92\x51\xf8\x19\x57\x05\xe2\xef\xf0\x44\xae\xd4\xc2\xf5\x75\xbc\xec\x83\x67\x1b\xa5\xd2\x46\xff\xeb\xa8\x03\x58\x8b\x76\xf6\x1d\xbc\x09\xd6\x10\x64\xa1\x57\x62\x47\xd1\x47\xce\x7c\x9c\x2d\xd0\xe2\x86\xd5\x14\x17\x90\x44\xf0\xc3\x11\xca\xc3\x18\xb3\x82\xa8\x47\x74\x44\xac\x9a\x18\xb7\x1e\xa2\x71\xa2\x28\x84\x18\xa2\xed\x6a\x31\xbd\xac\xfe\x9c\x16\xb7\x10\xda\x9d\x25\x4d\x85\xf0\x43\x37\xd7\xc3\xaa\x31\x50\x8f\x3d\xb7\x06\xdc\xe2\xce\x77\xd1\x00\xda\x22\xbb\x59\x94\xf2\xac\x27\x92\xad\xd1\xee\x4c\xa8\xa1\x73\x68\xa7\xbf\xcd\xfc\x19\x62\xaa\xeb\x9e\x07\xe6\x54\x8e\x1d\x0d\x9e\x77\xb5\x9c\x7b\x88\x66\x16\x1d\xe3\xda\xd4\x20\x98\xdd\x73\x26\x8e\x58\x56\x44\x2b\x80\xeb\x97\xed\x54\x68\xb7\xea\x3b\x76\x34\x95\xc6\x59\x41\x15\x09\x0e\x09\xe1\x17\x20\x1c\x4f\xfe\x4b\x38\x6f\x88\x50\xa1\xa1\x03\x34\xe7\x66\x6a\x48\x3e\xbe\xea\x2c\xda\xca\x09\xae\x9f\x44\x1c\x84\xfa\x8a\x4d\xcc\x73\xe3\x3d\xbb\x43\x0e\xd6\xaf\xe3\x0f\xb5\xde\x67\x16\xbe\x58\xe8\x2c\x57\x2c\x6d\x9a\x2c\x44\xb4\x8d\x6a\xbc\x20\x25\x18\xc6\xf1\x62\xca\xfb\x85\x54\xbb\xf8\x23\x9a\x6f\xca\x9f\x6b\xf5\xce\xac\x2d\x77\xfd\x3f\x13\xb1\xd6\x42\x61\xf0\x8f\x1e\x15\xdb\x91\x66\xfe\x0d\x7c\xf6\x0f\x19\x41\xea\xc7\x5e\x50\xb2\x5f\x16\xdf\x05\x37\x56\xf2\x9a\x1b\x51\x65\x3f\x56\x81\x6a\x12\x87\xfb\x06\x49\x27\x5b\x12\xf1\x3b\xb6\x02\x95\x01\xc7\xae\x44\x79\x00\x28\x9d\x7e\x6a\xc7\xeb\x3c\x55\x59\xa1\xbb\x37\xff\x5d\xb9\xd7\xf6\xe9\x0d\x0c\x86\xb0\xd8\xd6\x73\x01\xd5\xe7\x5d\xf0\x91\x5d\x8e\x82\xb9\x2f\x55\x7f\x4f\x78\xab\x17\xc1\x22\x84\xca\xb7\x68\x02\xd5\x7e\x17\xc4\x40\xe0\xe4\x5d\x8a\xd0\x0b\xa8\x1c\x8e\xa5\xc5\x55\xca\xf7\xfd\x50\x98\xee\xc6\x3b\x58\x85\x35\xa7\x14\x2e\xeb\x95\x21\x3d\x46\xf6\xe1\x96\xe7\x2b\x0c\xe4\x80\xa6\x3e\x66\xcb\x73\xe3\x40\x21\x8c\x07\x53\x12\xf3\x54\xcd\x41\xe6\x0b\x54\xb8\xdb\xd6\x39\x2d\xce\x5e\x43\x57\x9f\xb0\x3e\x6b\xdb\xec\x07\xa8\xf9\xd3\x22\x03\xea\x87\x7a\xce\xaf\x2f\x42\x76\x58\xb0\xa9\xde\x5d\x63\xb6\x2e\x6a\xc1\xa6\x3a\x75\xb6\xb1\xea\x00\x97\xbc\xdc\xa3\x46\xe2\x32\xac\x9b\x33\xc7\x1b\xb1\x88\x52\x52\x1d\x89\x04\x2b\xef\x6b\x75\x14\xa7\x72\x8c\x9f\x94\x54\xc7\x9d\x44\x84\x43\x24\x92\x64\x96\xdb\x7f\x58\x48\xc7\xc6\x21\x06\x8e\xfc\xfa\x91\xbf\x71\x41\x78\x64\x04\x75\x6b\x32\x4f\xb4\xf1\xa7\x33\x70\x17\xb2\x62\x7e\xe2\x29\x12\x94\x06\x07\x03\x18\x34\x36\x5c\x83\x1e\xe1\x2a\x49\xe3\x93\x86\x83\x04\xe3\xd0\x9e\xea\xdd\x32\x6b\xf1\x94\xcc\x17\xdc\x0b\xb1\x46\xd7\xbd\xbb\x6b\xc7\xb8\xf7\x10\x45\xb2\xf5\xa1\x68\xae\xbb\xec\x45\xe9\xb2\xf4\x6b\x03\x94\x7a\x20\x80\x5a\x24\x82\xfe\xf1\xed\x44\x69\xcc\xfa\xd8\x89\x87\xf2\xd5\xca\xee\x1a\x73\x39\x24\xcb\xd1\x8e\xe2\xfc\xbe\x40\x53\x98\xc0\x6c\xc3\x5f\x24\x51\x13\x74\x53\x1d\xee\x65\x1f\x9a\x75\x56\x8d\x7d\xa8\x41\xb3\xbc\xa5\x90\x44\xf2\x93\x27\x4e\x4f\x67\x14\xa8\xe8\xf1\x34\x0d\x59\xa3\x7d\x28\x68\x2a\x7d\xc0\xc0\x1c\xff\x69\x6a\xfe\x19\x55\x0d\x37\x11\x51\x80\xfa\x7f\x2e\x46\xb6\x8e\x9e\x18\xa8\x28\x8d\x74\x82\x17\x73\x7f\x7d\xde\xb5\x9b\x8f\xe5\x4f\xfe\x60\x25\x84\x3b\x12\xb6\xf8\xd8\xd9\x93\xd8\x0e\xee\x6b\x73\xca\xc4\xcb\xac\x81\x2a\xb9\xab\xe5\x8e\xb8\xd6\x16\xb0\x4b\x4f\x65\x5c\xe7\xc9\x82\x47\xa5\x08\x7a\x2f\x5e\xc1\xd2\x09\x89\x2d\x66\x00\x0f\xb0\xd0\x41\x4f\x74\xc3\x99\x13\x74\x6b\x9f\xff\x63\xdf\x29\x84\x37\xd2\xaf\x10\x1f\xe9\x0e\x1c\xe2\xf6\xad\x9f\x91\xa5\xc8\x32\xaf\x55\x54\xf4\x1c\x6c\xce\x4a\xf4\x50\x8d\x43\x0a\xb2\x28\xa0\xe7\x7d\xc8\x18\xee\x59\xb9\x36\x8c\x51\x18\xbb\x39\x90\xdb\xbd\x26\xbc\x44\xe2\xe5\x70\xe5\x88\x89\x63\x27\xaf\xd2\x42\xc0\x10\x62\xfd\xc8\xb3\x25\xc4\xae\xe8\x11\x58\x90\xfa\x5a\xc4\x49\x51\x95\xf3\x28\xd5\x3a\xfd\x76\x17\xfe\xdf\x77\x17\x06\xf8\xc7\x6b\x5e\x84\x9b\xab\xe8\x7e\x3b\x0a\x7f\x80\xa3\xb0\x9c\xea\x13\xfa\x19\xcb\x03\x86\x0c\x2d\x75\xf5\xce\xff\xfc\xb0\xc1\x15\x2c\xe8\x49\xd6\x7f\x9c\x69\xad\x0e\xdc\xc5\xbd\xad\x5f\x77\xf6\xd1\x3b\x0b\xde\x83\x0e\x4a\xb5\x6a\xfb\x28\x0c\x41\xe5\xe1\x1c\x9a\x8b\x4b\xef\xf0\x65\x7b\x35\xec\x0f\x95\x84\xe9\xe3\x0c\x18\x13\xe5\xd2\x32\xd7\xd6\x34\x49\x81\xe9\xc9\x0e\x13\x15\xb0\x10\xf2\xfc\x4d\xe6\x46\xbd\x6c\x8a\x2c\x1e\xf0\x2a\xc9\xf2\x4f\x15\xc9\x97\xfd\x34\x63\x5e\x0d\x49\x60\xbb\x8a\xdd\x0c\x7e\xd1\x99\x00\xbf\x2b\xa7\xa8\x8d\x5f\x80\x6b\x0e\x68\x8a\x2c\xc9\xbf\xe9\xf7\x90\x83\xe3\x8b\x1b\xaf\x2f\xe8\xf3\xbe\x68\xbe\xd9\x08\x6d\xf3\xae\xb5\xd4\x38\x30\xe6\xc3\x53\x40\xf2\x62\x25\x50\x77\xab\x72\xb6\x99\x3d\x5d\x69\x1a\xbe\x06\x43\x77\xda\x3c\x73\xd7\x45\x9a\xb6\xce\xdc\x6e\x22\xee\xeb\xc7\xab\xab\xd9\xa7\xf1\xd5\xe3\x65\x27\xb1\x75\xf0\xb5\xd6\x31\x71\x3d\xa1\x31\xf1\xd2\x19\xe6\xb1\xc2\x6a\x7f\x29\xff\xd6\x78\x71\x28\xd2\xb4\x4c\x7a\x3e\x95\x5f\xa8\x1d\x00\xb1\xa1\xa0\x8b\x19\x37\xd6\x39\x70\xe5\xe7\xc3\xd7\xbe\x98\xc6\xbf\xe0\x6f\x4f\x98\x7f\x89\xf7\x20\xcd\x41\x94\xff\xcd\xe3\x4a\x08\xd9\x03\xb6\x03\x42\xa6\xda\xb6\xc3\xb1\x65\x1d\xf6\xdb\x1e\x8f\x12\x18\xf4\x44\x6c\xd5\x18\x8e\xb2\x3b\x70\xec\xbe\x94\xa3\x99\xce\x96\xc7\xe8\x9a\x43\xbb\x23\x24\xe3\x07\x89\x31\xcf\x57\x3f\x95\x78\xaf\x34\x7d\xca\x55\x7b\x9f\xd8\x84\xd0\x08\x29\x97\xcb\x82\x2f\x45\x36\x62\xf6\xe1\x53\xb9\x4e\x96\x2b\xe0\x2a\x24\x2d\x78\x77\x13\x83\xb2\xd6\xca\x12\xaa\xa0\xeb\x12\x39\x95\xf4\x4e\x72\xe9\x9b\x47\x8c\xd9\x9f\xef\xdd\xeb\x10\x74\x0f\x1b\x22\x3d\x01\x39\x95\x38\xb9\x48\x88\x6c\xc3\x3c\xe0\xb8\xf2\xbc\xba\x74\x39\xe8\x4d\xa1\xe6\x9e\xb1\xe9\x4b\x08\x38\x4d\xa5\x2b\x8b\x41\x10\x60\xa8\x67\x8f\xe8\x60\xec\xd2\x6e\x7b\x62\x27\xc3\xee\x09\xea\x5b\xf3\xaa\x3f\xf8\x0c\x30\x1b\x6e\x36\x40\x3c\xac\x6e\xc6\x7a\xde\x11\x78\x60\x38\xda\x6a\x25\xa1\x16\xaa\xb9\x37\xf6\xbd\xf0\x3b\xad\x29\x7c\x55\xcc\xd3\x01\x5d\xc2\xef\x77\x76\x0a\x4d\x72\x77\xa7\x7a\xc4\x78\xef\x2a\x5b\xcb\x2c\xd3\xae\xc7\xce\x95\x6a\x99\x97\x23\x46\x4b\x4b\x9d\xa2\x1f\xec\x1a\x8c\x22\xca\xf7\x59\x2f\x3d\x0a\x18\xaa\x43\x64\xad\x4f\x57\x87\xd2\x24\xdb\xab\x3b\xde\x7f\xea\xdd\x23\xe7\x21\xd0\x61\x37\xc8\xc2\xd2\x39\x57\x32\xb0\x2d\x66\x92\x62\x74\x56\x85\x2b\x41\xf3\x62\x36\x0f\x4a\x64\x99\xf5\x3f\x72\x8b\x68\xe4\x67\x6e\x04\x9d\x8c\x0a\x9d\x19\x73\x49\xf6\x8e\xac\xb6\xd2\x8c\x4f\xa5\xe5\xaf\xb5\xe6\x78\x6c\x41\x08\xda\xfd\x15\x8b\x42\x36\xc8\xff\x08\x1e\x6b\xce\x94\x14\xd6\x1a\x4e\xa5\x95\x6e\x1b\x31\x3e\xcf\xac\x22\x1a\x97\x5b\x27\x53\x96\x38\x0d\x0a\x2e\x19\xa0\x3b\x76\xdb\xbc\x8a\x1b\x50\x3a\xe7\xff\xc9\xfc\xef\xef\xff\xf4\xff\x03\x00\x00\xff\xff\x60\xd6\xc4\xe9\x7c\x3a\x04\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: 276573, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 277116, 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/NodeExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java index 03d22a4457..a00a50261d 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/NodeExecutionOuterClass.java @@ -7213,6 +7213,26 @@ public interface NodeExecutionClosureOrBuilder extends */ flyteidl.admin.NodeExecutionOuterClass.TaskNodeMetadataOrBuilder getTaskNodeMetadataOrBuilder(); + /** + *
+     * String location uniquely identifying where the deck HTML file is.
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 11; + */ + java.lang.String getDeckUri(); + /** + *
+     * String location uniquely identifying where the deck HTML file is.
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 11; + */ + com.google.protobuf.ByteString + getDeckUriBytes(); + public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionClosure.OutputResultCase getOutputResultCase(); public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionClosure.TargetMetadataCase getTargetMetadataCase(); @@ -7235,6 +7255,7 @@ private NodeExecutionClosure(com.google.protobuf.GeneratedMessageV3.Builder b } private NodeExecutionClosure() { phase_ = 0; + deckUri_ = ""; } @java.lang.Override @@ -7381,6 +7402,12 @@ private NodeExecutionClosure( outputResultCase_ = 10; break; } + case 90: { + java.lang.String s = input.readStringRequireUtf8(); + + deckUri_ = s; + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -7832,6 +7859,50 @@ public flyteidl.admin.NodeExecutionOuterClass.TaskNodeMetadataOrBuilder getTaskN return flyteidl.admin.NodeExecutionOuterClass.TaskNodeMetadata.getDefaultInstance(); } + public static final int DECK_URI_FIELD_NUMBER = 11; + private volatile java.lang.Object deckUri_; + /** + *
+     * String location uniquely identifying where the deck HTML file is.
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 11; + */ + public java.lang.String getDeckUri() { + java.lang.Object ref = deckUri_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + deckUri_ = s; + return s; + } + } + /** + *
+     * String location uniquely identifying where the deck HTML file is.
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 11; + */ + public com.google.protobuf.ByteString + getDeckUriBytes() { + java.lang.Object ref = deckUri_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + deckUri_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -7876,6 +7947,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (outputResultCase_ == 10) { output.writeMessage(10, (flyteidl.core.Literals.LiteralMap) outputResult_); } + if (!getDeckUriBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 11, deckUri_); + } unknownFields.writeTo(output); } @@ -7924,6 +7998,9 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, (flyteidl.core.Literals.LiteralMap) outputResult_); } + if (!getDeckUriBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, deckUri_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -7960,6 +8037,8 @@ public boolean equals(final java.lang.Object obj) { if (!getUpdatedAt() .equals(other.getUpdatedAt())) return false; } + if (!getDeckUri() + .equals(other.getDeckUri())) return false; if (!getOutputResultCase().equals(other.getOutputResultCase())) return false; switch (outputResultCase_) { case 1: @@ -8019,6 +8098,8 @@ public int hashCode() { hash = (37 * hash) + UPDATED_AT_FIELD_NUMBER; hash = (53 * hash) + getUpdatedAt().hashCode(); } + hash = (37 * hash) + DECK_URI_FIELD_NUMBER; + hash = (53 * hash) + getDeckUri().hashCode(); switch (outputResultCase_) { case 1: hash = (37 * hash) + OUTPUT_URI_FIELD_NUMBER; @@ -8210,6 +8291,8 @@ public Builder clear() { updatedAt_ = null; updatedAtBuilder_ = null; } + deckUri_ = ""; + outputResultCase_ = 0; outputResult_ = null; targetMetadataCase_ = 0; @@ -8292,6 +8375,7 @@ public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionClosure buildPartial( result.targetMetadata_ = taskNodeMetadataBuilder_.build(); } } + result.deckUri_ = deckUri_; result.outputResultCase_ = outputResultCase_; result.targetMetadataCase_ = targetMetadataCase_; onBuilt(); @@ -8357,6 +8441,10 @@ public Builder mergeFrom(flyteidl.admin.NodeExecutionOuterClass.NodeExecutionClo if (other.hasUpdatedAt()) { mergeUpdatedAt(other.getUpdatedAt()); } + if (!other.getDeckUri().isEmpty()) { + deckUri_ = other.deckUri_; + onChanged(); + } switch (other.getOutputResultCase()) { case OUTPUT_URI: { outputResultCase_ = 1; @@ -9854,6 +9942,100 @@ public flyteidl.admin.NodeExecutionOuterClass.TaskNodeMetadataOrBuilder getTaskN onChanged();; return taskNodeMetadataBuilder_; } + + private java.lang.Object deckUri_ = ""; + /** + *
+       * String location uniquely identifying where the deck HTML file is.
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 11; + */ + public java.lang.String getDeckUri() { + java.lang.Object ref = deckUri_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + deckUri_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * String location uniquely identifying where the deck HTML file is.
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 11; + */ + public com.google.protobuf.ByteString + getDeckUriBytes() { + java.lang.Object ref = deckUri_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + deckUri_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * String location uniquely identifying where the deck HTML file is.
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 11; + */ + public Builder setDeckUri( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + deckUri_ = value; + onChanged(); + return this; + } + /** + *
+       * String location uniquely identifying where the deck HTML file is.
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 11; + */ + public Builder clearDeckUri() { + + deckUri_ = getDefaultInstance().getDeckUri(); + onChanged(); + return this; + } + /** + *
+       * String location uniquely identifying where the deck HTML file is.
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 11; + */ + public Builder setDeckUriBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + deckUri_ = value; + onChanged(); + return this; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -14807,7 +14989,7 @@ public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionGetDataResponse getDe "ent_node\030\002 \001(\010\022\024\n\014spec_node_id\030\003 \001(\t\022\022\n\n" + "is_dynamic\030\004 \001(\010\"Z\n\021NodeExecutionList\0226\n" + "\017node_executions\030\001 \003(\0132\035.flyteidl.admin." + - "NodeExecution\022\r\n\005token\030\002 \001(\t\"\262\004\n\024NodeExe" + + "NodeExecution\022\r\n\005token\030\002 \001(\t\"\304\004\n\024NodeExe" + "cutionClosure\022\030\n\noutput_uri\030\001 \001(\tB\002\030\001H\000\022" + ".\n\005error\030\002 \001(\0132\035.flyteidl.core.Execution" + "ErrorH\000\0224\n\013output_data\030\n \001(\0132\031.flyteidl." + @@ -14820,28 +15002,29 @@ public flyteidl.admin.NodeExecutionOuterClass.NodeExecutionGetDataResponse getDe "le.protobuf.Timestamp\022F\n\026workflow_node_m" + "etadata\030\010 \001(\0132$.flyteidl.admin.WorkflowN" + "odeMetadataH\001\022>\n\022task_node_metadata\030\t \001(" + - "\0132 .flyteidl.admin.TaskNodeMetadataH\001B\017\n" + - "\routput_resultB\021\n\017target_metadata\"W\n\024Wor" + - "kflowNodeMetadata\022?\n\013executionId\030\001 \001(\0132*" + - ".flyteidl.core.WorkflowExecutionIdentifi" + - "er\"\200\001\n\020TaskNodeMetadata\0227\n\014cache_status\030" + - "\001 \001(\0162!.flyteidl.core.CatalogCacheStatus" + - "\0223\n\013catalog_key\030\002 \001(\0132\036.flyteidl.core.Ca" + - "talogMetadata\"\207\001\n\033DynamicWorkflowNodeMet" + - "adata\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Identi" + - "fier\022A\n\021compiled_workflow\030\002 \001(\0132&.flytei" + - "dl.core.CompiledWorkflowClosure\"Q\n\033NodeE" + - "xecutionGetDataRequest\0222\n\002id\030\001 \001(\0132&.fly" + - "teidl.core.NodeExecutionIdentifier\"\241\002\n\034N" + - "odeExecutionGetDataResponse\022+\n\006inputs\030\001 " + - "\001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022,\n\007outp" + - "uts\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022." + - "\n\013full_inputs\030\003 \001(\0132\031.flyteidl.core.Lite" + - "ralMap\022/\n\014full_outputs\030\004 \001(\0132\031.flyteidl." + - "core.LiteralMap\022E\n\020dynamic_workflow\030\020 \001(" + - "\0132+.flyteidl.admin.DynamicWorkflowNodeMe" + - "tadataB7Z5github.com/flyteorg/flyteidl/g" + - "en/pb-go/flyteidl/adminb\006proto3" + "\0132 .flyteidl.admin.TaskNodeMetadataH\001\022\020\n" + + "\010deck_uri\030\013 \001(\tB\017\n\routput_resultB\021\n\017targ" + + "et_metadata\"W\n\024WorkflowNodeMetadata\022?\n\013e" + + "xecutionId\030\001 \001(\0132*.flyteidl.core.Workflo" + + "wExecutionIdentifier\"\200\001\n\020TaskNodeMetadat" + + "a\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.core." + + "CatalogCacheStatus\0223\n\013catalog_key\030\002 \001(\0132" + + "\036.flyteidl.core.CatalogMetadata\"\207\001\n\033Dyna" + + "micWorkflowNodeMetadata\022%\n\002id\030\001 \001(\0132\031.fl" + + "yteidl.core.Identifier\022A\n\021compiled_workf" + + "low\030\002 \001(\0132&.flyteidl.core.CompiledWorkfl" + + "owClosure\"Q\n\033NodeExecutionGetDataRequest" + + "\0222\n\002id\030\001 \001(\0132&.flyteidl.core.NodeExecuti" + + "onIdentifier\"\241\002\n\034NodeExecutionGetDataRes" + + "ponse\022+\n\006inputs\030\001 \001(\0132\027.flyteidl.admin.U" + + "rlBlobB\002\030\001\022,\n\007outputs\030\002 \001(\0132\027.flyteidl.a" + + "dmin.UrlBlobB\002\030\001\022.\n\013full_inputs\030\003 \001(\0132\031." + + "flyteidl.core.LiteralMap\022/\n\014full_outputs" + + "\030\004 \001(\0132\031.flyteidl.core.LiteralMap\022E\n\020dyn" + + "amic_workflow\030\020 \001(\0132+.flyteidl.admin.Dyn" + + "amicWorkflowNodeMetadataB7Z5github.com/f" + + "lyteorg/flyteidl/gen/pb-go/flyteidl/admi" + + "nb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -14904,7 +15087,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_NodeExecutionClosure_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_NodeExecutionClosure_descriptor, - new java.lang.String[] { "OutputUri", "Error", "OutputData", "Phase", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "WorkflowNodeMetadata", "TaskNodeMetadata", "OutputResult", "TargetMetadata", }); + new java.lang.String[] { "OutputUri", "Error", "OutputData", "Phase", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "WorkflowNodeMetadata", "TaskNodeMetadata", "DeckUri", "OutputResult", "TargetMetadata", }); internal_static_flyteidl_admin_WorkflowNodeMetadata_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_flyteidl_admin_WorkflowNodeMetadata_fieldAccessorTable = new diff --git a/flyteidl/gen/pb-java/flyteidl/event/Event.java b/flyteidl/gen/pb-java/flyteidl/event/Event.java index f5935cf149..b5e38e299d 100644 --- a/flyteidl/gen/pb-java/flyteidl/event/Event.java +++ b/flyteidl/gen/pb-java/flyteidl/event/Event.java @@ -2366,6 +2366,26 @@ public interface NodeExecutionEventOrBuilder extends */ boolean getIsDynamic(); + /** + *
+     * String location uniquely identifying where the deck HTML file is
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 19; + */ + java.lang.String getDeckUri(); + /** + *
+     * String location uniquely identifying where the deck HTML file is
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 19; + */ + com.google.protobuf.ByteString + getDeckUriBytes(); + public flyteidl.event.Event.NodeExecutionEvent.OutputResultCase getOutputResultCase(); public flyteidl.event.Event.NodeExecutionEvent.TargetMetadataCase getTargetMetadataCase(); @@ -2389,6 +2409,7 @@ private NodeExecutionEvent() { retryGroup_ = ""; specNodeId_ = ""; nodeName_ = ""; + deckUri_ = ""; } @java.lang.Override @@ -2580,6 +2601,12 @@ private NodeExecutionEvent( isDynamic_ = input.readBool(); break; } + case 154: { + java.lang.String s = input.readStringRequireUtf8(); + + deckUri_ = s; + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -3262,6 +3289,50 @@ public boolean getIsDynamic() { return isDynamic_; } + public static final int DECK_URI_FIELD_NUMBER = 19; + private volatile java.lang.Object deckUri_; + /** + *
+     * String location uniquely identifying where the deck HTML file is
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 19; + */ + public java.lang.String getDeckUri() { + java.lang.Object ref = deckUri_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + deckUri_ = s; + return s; + } + } + /** + *
+     * String location uniquely identifying where the deck HTML file is
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string deck_uri = 19; + */ + public com.google.protobuf.ByteString + getDeckUriBytes() { + java.lang.Object ref = deckUri_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + deckUri_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -3330,6 +3401,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (isDynamic_ != false) { output.writeBool(18, isDynamic_); } + if (!getDeckUriBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 19, deckUri_); + } unknownFields.writeTo(output); } @@ -3405,6 +3479,9 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(18, isDynamic_); } + if (!getDeckUriBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(19, deckUri_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -3457,6 +3534,8 @@ public boolean equals(final java.lang.Object obj) { != other.getIsParent()) return false; if (getIsDynamic() != other.getIsDynamic()) return false; + if (!getDeckUri() + .equals(other.getDeckUri())) return false; if (!getOutputResultCase().equals(other.getOutputResultCase())) return false; switch (outputResultCase_) { case 6: @@ -3534,6 +3613,8 @@ public int hashCode() { hash = (37 * hash) + IS_DYNAMIC_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsDynamic()); + hash = (37 * hash) + DECK_URI_FIELD_NUMBER; + hash = (53 * hash) + getDeckUri().hashCode(); switch (outputResultCase_) { case 6: hash = (37 * hash) + OUTPUT_URI_FIELD_NUMBER; @@ -3737,6 +3818,8 @@ public Builder clear() { isDynamic_ = false; + deckUri_ = ""; + outputResultCase_ = 0; outputResult_ = null; targetMetadataCase_ = 0; @@ -3827,6 +3910,7 @@ public flyteidl.event.Event.NodeExecutionEvent buildPartial() { result.eventVersion_ = eventVersion_; result.isParent_ = isParent_; result.isDynamic_ = isDynamic_; + result.deckUri_ = deckUri_; result.outputResultCase_ = outputResultCase_; result.targetMetadataCase_ = targetMetadataCase_; onBuilt(); @@ -3921,6 +4005,10 @@ public Builder mergeFrom(flyteidl.event.Event.NodeExecutionEvent other) { if (other.getIsDynamic() != false) { setIsDynamic(other.getIsDynamic()); } + if (!other.getDeckUri().isEmpty()) { + deckUri_ = other.deckUri_; + onChanged(); + } switch (other.getOutputResultCase()) { case OUTPUT_URI: { outputResultCase_ = 6; @@ -5930,6 +6018,100 @@ public Builder clearIsDynamic() { onChanged(); return this; } + + private java.lang.Object deckUri_ = ""; + /** + *
+       * String location uniquely identifying where the deck HTML file is
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 19; + */ + public java.lang.String getDeckUri() { + java.lang.Object ref = deckUri_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + deckUri_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * String location uniquely identifying where the deck HTML file is
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 19; + */ + public com.google.protobuf.ByteString + getDeckUriBytes() { + java.lang.Object ref = deckUri_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + deckUri_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * String location uniquely identifying where the deck HTML file is
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 19; + */ + public Builder setDeckUri( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + deckUri_ = value; + onChanged(); + return this; + } + /** + *
+       * String location uniquely identifying where the deck HTML file is
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 19; + */ + public Builder clearDeckUri() { + + deckUri_ = getDefaultInstance().getDeckUri(); + onChanged(); + return this; + } + /** + *
+       * String location uniquely identifying where the deck HTML file is
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string deck_uri = 19; + */ + public Builder setDeckUriBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + deckUri_ = value; + onChanged(); + return this; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -18408,7 +18590,7 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "\noutput_uri\030\005 \001(\tH\000\022.\n\005error\030\006 \001(\0132\035.fly" + "teidl.core.ExecutionErrorH\000\0220\n\013output_da" + "ta\030\007 \001(\0132\031.flyteidl.core.LiteralMapH\000B\017\n" + - "\routput_result\"\212\006\n\022NodeExecutionEvent\0222\n" + + "\routput_result\"\234\006\n\022NodeExecutionEvent\0222\n" + "\002id\030\001 \001(\0132&.flyteidl.core.NodeExecutionI" + "dentifier\022\023\n\013producer_id\030\002 \001(\t\0221\n\005phase\030" + "\003 \001(\0162\".flyteidl.core.NodeExecution.Phas" + @@ -18426,58 +18608,58 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "l.event.ParentNodeExecutionMetadata\022\023\n\013r" + "etry_group\030\013 \001(\t\022\024\n\014spec_node_id\030\014 \001(\t\022\021" + "\n\tnode_name\030\r \001(\t\022\025\n\revent_version\030\020 \001(\005" + - "\022\021\n\tis_parent\030\021 \001(\010\022\022\n\nis_dynamic\030\022 \001(\010B" + - "\017\n\routput_resultB\021\n\017target_metadata\"X\n\024W" + - "orkflowNodeMetadata\022@\n\014execution_id\030\001 \001(" + - "\0132*.flyteidl.core.WorkflowExecutionIdent" + - "ifier\"\215\002\n\020TaskNodeMetadata\0227\n\014cache_stat" + - "us\030\001 \001(\0162!.flyteidl.core.CatalogCacheSta" + - "tus\0223\n\013catalog_key\030\002 \001(\0132\036.flyteidl.core" + - ".CatalogMetadata\022D\n\022reservation_status\030\003" + - " \001(\0162(.flyteidl.core.CatalogReservation." + - "Status\022E\n\020dynamic_workflow\030\020 \001(\0132+.flyte" + - "idl.event.DynamicWorkflowNodeMetadata\"\207\001" + - "\n\033DynamicWorkflowNodeMetadata\022%\n\002id\030\001 \001(" + - "\0132\031.flyteidl.core.Identifier\022A\n\021compiled" + - "_workflow\030\002 \001(\0132&.flyteidl.core.Compiled" + - "WorkflowClosure\"Q\n\033ParentTaskExecutionMe" + - "tadata\0222\n\002id\030\001 \001(\0132&.flyteidl.core.TaskE" + - "xecutionIdentifier\".\n\033ParentNodeExecutio" + - "nMetadata\022\017\n\007node_id\030\001 \001(\t\"\224\005\n\022TaskExecu" + - "tionEvent\022*\n\007task_id\030\001 \001(\0132\031.flyteidl.co" + - "re.Identifier\022H\n\030parent_node_execution_i" + - "d\030\002 \001(\0132&.flyteidl.core.NodeExecutionIde" + - "ntifier\022\025\n\rretry_attempt\030\003 \001(\r\0221\n\005phase\030" + - "\004 \001(\0162\".flyteidl.core.TaskExecution.Phas" + - "e\022\023\n\013producer_id\030\005 \001(\t\022$\n\004logs\030\006 \003(\0132\026.f" + - "lyteidl.core.TaskLog\022/\n\013occurred_at\030\007 \001(" + - "\0132\032.google.protobuf.Timestamp\022\021\n\tinput_u" + - "ri\030\010 \001(\t\022\024\n\noutput_uri\030\t \001(\tH\000\022.\n\005error\030" + - "\n \001(\0132\035.flyteidl.core.ExecutionErrorH\000\0220" + - "\n\013output_data\030\021 \001(\0132\031.flyteidl.core.Lite" + - "ralMapH\000\022,\n\013custom_info\030\013 \001(\0132\027.google.p" + - "rotobuf.Struct\022\025\n\rphase_version\030\014 \001(\r\022\016\n" + - "\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(\t\0227\n\010meta" + - "data\030\020 \001(\0132%.flyteidl.event.TaskExecutio" + - "nMetadata\022\025\n\revent_version\030\022 \001(\005B\017\n\routp" + - "ut_result\"\343\001\n\024ExternalResourceInfo\022\023\n\013ex" + - "ternal_id\030\001 \001(\t\022\r\n\005index\030\002 \001(\r\022\025\n\rretry_" + - "attempt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl." + - "core.TaskExecution.Phase\0227\n\014cache_status" + - "\030\005 \001(\0162!.flyteidl.core.CatalogCacheStatu" + - "s\022$\n\004logs\030\006 \003(\0132\026.flyteidl.core.TaskLog\"" + - "?\n\020ResourcePoolInfo\022\030\n\020allocation_token\030" + - "\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025TaskExecuti" + - "onMetadata\022\026\n\016generated_name\030\001 \001(\t\022@\n\022ex" + - "ternal_resources\030\002 \003(\0132$.flyteidl.event." + - "ExternalResourceInfo\022<\n\022resource_pool_in" + - "fo\030\003 \003(\0132 .flyteidl.event.ResourcePoolIn" + - "fo\022\031\n\021plugin_identifier\030\004 \001(\t\022K\n\016instanc" + - "e_class\030\020 \001(\01623.flyteidl.event.TaskExecu" + - "tionMetadata.InstanceClass\"/\n\rInstanceCl" + - "ass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5g" + - "ithub.com/flyteorg/flyteidl/gen/pb-go/fl" + - "yteidl/eventb\006proto3" + "\022\021\n\tis_parent\030\021 \001(\010\022\022\n\nis_dynamic\030\022 \001(\010\022" + + "\020\n\010deck_uri\030\023 \001(\tB\017\n\routput_resultB\021\n\017ta" + + "rget_metadata\"X\n\024WorkflowNodeMetadata\022@\n" + + "\014execution_id\030\001 \001(\0132*.flyteidl.core.Work" + + "flowExecutionIdentifier\"\215\002\n\020TaskNodeMeta" + + "data\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.co" + + "re.CatalogCacheStatus\0223\n\013catalog_key\030\002 \001" + + "(\0132\036.flyteidl.core.CatalogMetadata\022D\n\022re" + + "servation_status\030\003 \001(\0162(.flyteidl.core.C" + + "atalogReservation.Status\022E\n\020dynamic_work" + + "flow\030\020 \001(\0132+.flyteidl.event.DynamicWorkf" + + "lowNodeMetadata\"\207\001\n\033DynamicWorkflowNodeM" + + "etadata\022%\n\002id\030\001 \001(\0132\031.flyteidl.core.Iden" + + "tifier\022A\n\021compiled_workflow\030\002 \001(\0132&.flyt" + + "eidl.core.CompiledWorkflowClosure\"Q\n\033Par" + + "entTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&.f" + + "lyteidl.core.TaskExecutionIdentifier\".\n\033" + + "ParentNodeExecutionMetadata\022\017\n\007node_id\030\001" + + " \001(\t\"\224\005\n\022TaskExecutionEvent\022*\n\007task_id\030\001" + + " \001(\0132\031.flyteidl.core.Identifier\022H\n\030paren" + + "t_node_execution_id\030\002 \001(\0132&.flyteidl.cor" + + "e.NodeExecutionIdentifier\022\025\n\rretry_attem" + + "pt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl.core." + + "TaskExecution.Phase\022\023\n\013producer_id\030\005 \001(\t" + + "\022$\n\004logs\030\006 \003(\0132\026.flyteidl.core.TaskLog\022/" + + "\n\013occurred_at\030\007 \001(\0132\032.google.protobuf.Ti" + + "mestamp\022\021\n\tinput_uri\030\010 \001(\t\022\024\n\noutput_uri" + + "\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core." + + "ExecutionErrorH\000\0220\n\013output_data\030\021 \001(\0132\031." + + "flyteidl.core.LiteralMapH\000\022,\n\013custom_inf" + + "o\030\013 \001(\0132\027.google.protobuf.Struct\022\025\n\rphas" + + "e_version\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_" + + "type\030\016 \001(\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl." + + "event.TaskExecutionMetadata\022\025\n\revent_ver" + + "sion\030\022 \001(\005B\017\n\routput_result\"\343\001\n\024External" + + "ResourceInfo\022\023\n\013external_id\030\001 \001(\t\022\r\n\005ind" + + "ex\030\002 \001(\r\022\025\n\rretry_attempt\030\003 \001(\r\0221\n\005phase" + + "\030\004 \001(\0162\".flyteidl.core.TaskExecution.Pha" + + "se\0227\n\014cache_status\030\005 \001(\0162!.flyteidl.core" + + ".CatalogCacheStatus\022$\n\004logs\030\006 \003(\0132\026.flyt" + + "eidl.core.TaskLog\"?\n\020ResourcePoolInfo\022\030\n" + + "\020allocation_token\030\001 \001(\t\022\021\n\tnamespace\030\002 \001" + + "(\t\"\310\002\n\025TaskExecutionMetadata\022\026\n\016generate" + + "d_name\030\001 \001(\t\022@\n\022external_resources\030\002 \003(\013" + + "2$.flyteidl.event.ExternalResourceInfo\022<" + + "\n\022resource_pool_info\030\003 \003(\0132 .flyteidl.ev" + + "ent.ResourcePoolInfo\022\031\n\021plugin_identifie" + + "r\030\004 \001(\t\022K\n\016instance_class\030\020 \001(\01623.flytei" + + "dl.event.TaskExecutionMetadata.InstanceC" + + "lass\"/\n\rInstanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rIN" + + "TERRUPTIBLE\020\001B7Z5github.com/flyteorg/fly" + + "teidl/gen/pb-go/flyteidl/eventb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -18509,7 +18691,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_NodeExecutionEvent_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_NodeExecutionEvent_descriptor, - new java.lang.String[] { "Id", "ProducerId", "Phase", "OccurredAt", "InputUri", "OutputUri", "Error", "OutputData", "WorkflowNodeMetadata", "TaskNodeMetadata", "ParentTaskMetadata", "ParentNodeMetadata", "RetryGroup", "SpecNodeId", "NodeName", "EventVersion", "IsParent", "IsDynamic", "OutputResult", "TargetMetadata", }); + new java.lang.String[] { "Id", "ProducerId", "Phase", "OccurredAt", "InputUri", "OutputUri", "Error", "OutputData", "WorkflowNodeMetadata", "TaskNodeMetadata", "ParentTaskMetadata", "ParentNodeMetadata", "RetryGroup", "SpecNodeId", "NodeName", "EventVersion", "IsParent", "IsDynamic", "DeckUri", "OutputResult", "TargetMetadata", }); internal_static_flyteidl_event_WorkflowNodeMetadata_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_flyteidl_event_WorkflowNodeMetadata_fieldAccessorTable = new diff --git a/flyteidl/gen/pb-java/flyteidl/service/Dataproxy.java b/flyteidl/gen/pb-java/flyteidl/service/Dataproxy.java index 10c8095e2a..71f71e9ec4 100644 --- a/flyteidl/gen/pb-java/flyteidl/service/Dataproxy.java +++ b/flyteidl/gen/pb-java/flyteidl/service/Dataproxy.java @@ -2372,6 +2372,1722 @@ public flyteidl.service.Dataproxy.CreateUploadLocationRequest getDefaultInstance } + public interface CreateDownloadLocationRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.service.CreateDownloadLocationRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string native_url = 1; + */ + java.lang.String getNativeUrl(); + /** + *
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string native_url = 1; + */ + com.google.protobuf.ByteString + getNativeUrlBytes(); + + /** + *
+     * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+     * exceeds the platform allowed max.
+     * +optional. The default value comes from a global config.
+     * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + boolean hasExpiresIn(); + /** + *
+     * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+     * exceeds the platform allowed max.
+     * +optional. The default value comes from a global config.
+     * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + com.google.protobuf.Duration getExpiresIn(); + /** + *
+     * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+     * exceeds the platform allowed max.
+     * +optional. The default value comes from a global config.
+     * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + com.google.protobuf.DurationOrBuilder getExpiresInOrBuilder(); + } + /** + *
+   * CreateDownloadLocationRequest specified request for the CreateDownloadLocation API.
+   * 
+ * + * Protobuf type {@code flyteidl.service.CreateDownloadLocationRequest} + */ + public static final class CreateDownloadLocationRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.service.CreateDownloadLocationRequest) + CreateDownloadLocationRequestOrBuilder { + private static final long serialVersionUID = 0L; + // Use CreateDownloadLocationRequest.newBuilder() to construct. + private CreateDownloadLocationRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private CreateDownloadLocationRequest() { + nativeUrl_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private CreateDownloadLocationRequest( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + nativeUrl_ = s; + break; + } + case 18: { + com.google.protobuf.Duration.Builder subBuilder = null; + if (expiresIn_ != null) { + subBuilder = expiresIn_.toBuilder(); + } + expiresIn_ = input.readMessage(com.google.protobuf.Duration.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(expiresIn_); + expiresIn_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.service.Dataproxy.CreateDownloadLocationRequest.class, flyteidl.service.Dataproxy.CreateDownloadLocationRequest.Builder.class); + } + + public static final int NATIVE_URL_FIELD_NUMBER = 1; + private volatile java.lang.Object nativeUrl_; + /** + *
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string native_url = 1; + */ + public java.lang.String getNativeUrl() { + java.lang.Object ref = nativeUrl_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + nativeUrl_ = s; + return s; + } + } + /** + *
+     * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+     * 
+ * + * string native_url = 1; + */ + public com.google.protobuf.ByteString + getNativeUrlBytes() { + java.lang.Object ref = nativeUrl_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + nativeUrl_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int EXPIRES_IN_FIELD_NUMBER = 2; + private com.google.protobuf.Duration expiresIn_; + /** + *
+     * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+     * exceeds the platform allowed max.
+     * +optional. The default value comes from a global config.
+     * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public boolean hasExpiresIn() { + return expiresIn_ != null; + } + /** + *
+     * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+     * exceeds the platform allowed max.
+     * +optional. The default value comes from a global config.
+     * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public com.google.protobuf.Duration getExpiresIn() { + return expiresIn_ == null ? com.google.protobuf.Duration.getDefaultInstance() : expiresIn_; + } + /** + *
+     * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+     * exceeds the platform allowed max.
+     * +optional. The default value comes from a global config.
+     * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public com.google.protobuf.DurationOrBuilder getExpiresInOrBuilder() { + return getExpiresIn(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getNativeUrlBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nativeUrl_); + } + if (expiresIn_ != null) { + output.writeMessage(2, getExpiresIn()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getNativeUrlBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, nativeUrl_); + } + if (expiresIn_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getExpiresIn()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.service.Dataproxy.CreateDownloadLocationRequest)) { + return super.equals(obj); + } + flyteidl.service.Dataproxy.CreateDownloadLocationRequest other = (flyteidl.service.Dataproxy.CreateDownloadLocationRequest) obj; + + if (!getNativeUrl() + .equals(other.getNativeUrl())) return false; + if (hasExpiresIn() != other.hasExpiresIn()) return false; + if (hasExpiresIn()) { + if (!getExpiresIn() + .equals(other.getExpiresIn())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + NATIVE_URL_FIELD_NUMBER; + hash = (53 * hash) + getNativeUrl().hashCode(); + if (hasExpiresIn()) { + hash = (37 * hash) + EXPIRES_IN_FIELD_NUMBER; + hash = (53 * hash) + getExpiresIn().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.service.Dataproxy.CreateDownloadLocationRequest prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * CreateDownloadLocationRequest specified request for the CreateDownloadLocation API.
+     * 
+ * + * Protobuf type {@code flyteidl.service.CreateDownloadLocationRequest} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.service.CreateDownloadLocationRequest) + flyteidl.service.Dataproxy.CreateDownloadLocationRequestOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationRequest_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationRequest_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.service.Dataproxy.CreateDownloadLocationRequest.class, flyteidl.service.Dataproxy.CreateDownloadLocationRequest.Builder.class); + } + + // Construct using flyteidl.service.Dataproxy.CreateDownloadLocationRequest.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + nativeUrl_ = ""; + + if (expiresInBuilder_ == null) { + expiresIn_ = null; + } else { + expiresIn_ = null; + expiresInBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationRequest_descriptor; + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationRequest getDefaultInstanceForType() { + return flyteidl.service.Dataproxy.CreateDownloadLocationRequest.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationRequest build() { + flyteidl.service.Dataproxy.CreateDownloadLocationRequest result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationRequest buildPartial() { + flyteidl.service.Dataproxy.CreateDownloadLocationRequest result = new flyteidl.service.Dataproxy.CreateDownloadLocationRequest(this); + result.nativeUrl_ = nativeUrl_; + if (expiresInBuilder_ == null) { + result.expiresIn_ = expiresIn_; + } else { + result.expiresIn_ = expiresInBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.service.Dataproxy.CreateDownloadLocationRequest) { + return mergeFrom((flyteidl.service.Dataproxy.CreateDownloadLocationRequest)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.service.Dataproxy.CreateDownloadLocationRequest other) { + if (other == flyteidl.service.Dataproxy.CreateDownloadLocationRequest.getDefaultInstance()) return this; + if (!other.getNativeUrl().isEmpty()) { + nativeUrl_ = other.nativeUrl_; + onChanged(); + } + if (other.hasExpiresIn()) { + mergeExpiresIn(other.getExpiresIn()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.service.Dataproxy.CreateDownloadLocationRequest parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.service.Dataproxy.CreateDownloadLocationRequest) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object nativeUrl_ = ""; + /** + *
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string native_url = 1; + */ + public java.lang.String getNativeUrl() { + java.lang.Object ref = nativeUrl_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + nativeUrl_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string native_url = 1; + */ + public com.google.protobuf.ByteString + getNativeUrlBytes() { + java.lang.Object ref = nativeUrl_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + nativeUrl_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string native_url = 1; + */ + public Builder setNativeUrl( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + nativeUrl_ = value; + onChanged(); + return this; + } + /** + *
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string native_url = 1; + */ + public Builder clearNativeUrl() { + + nativeUrl_ = getDefaultInstance().getNativeUrl(); + onChanged(); + return this; + } + /** + *
+       * NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)
+       * 
+ * + * string native_url = 1; + */ + public Builder setNativeUrlBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + nativeUrl_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.Duration expiresIn_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> expiresInBuilder_; + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public boolean hasExpiresIn() { + return expiresInBuilder_ != null || expiresIn_ != null; + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public com.google.protobuf.Duration getExpiresIn() { + if (expiresInBuilder_ == null) { + return expiresIn_ == null ? com.google.protobuf.Duration.getDefaultInstance() : expiresIn_; + } else { + return expiresInBuilder_.getMessage(); + } + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public Builder setExpiresIn(com.google.protobuf.Duration value) { + if (expiresInBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + expiresIn_ = value; + onChanged(); + } else { + expiresInBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public Builder setExpiresIn( + com.google.protobuf.Duration.Builder builderForValue) { + if (expiresInBuilder_ == null) { + expiresIn_ = builderForValue.build(); + onChanged(); + } else { + expiresInBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public Builder mergeExpiresIn(com.google.protobuf.Duration value) { + if (expiresInBuilder_ == null) { + if (expiresIn_ != null) { + expiresIn_ = + com.google.protobuf.Duration.newBuilder(expiresIn_).mergeFrom(value).buildPartial(); + } else { + expiresIn_ = value; + } + onChanged(); + } else { + expiresInBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public Builder clearExpiresIn() { + if (expiresInBuilder_ == null) { + expiresIn_ = null; + onChanged(); + } else { + expiresIn_ = null; + expiresInBuilder_ = null; + } + + return this; + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public com.google.protobuf.Duration.Builder getExpiresInBuilder() { + + onChanged(); + return getExpiresInFieldBuilder().getBuilder(); + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + public com.google.protobuf.DurationOrBuilder getExpiresInOrBuilder() { + if (expiresInBuilder_ != null) { + return expiresInBuilder_.getMessageOrBuilder(); + } else { + return expiresIn_ == null ? + com.google.protobuf.Duration.getDefaultInstance() : expiresIn_; + } + } + /** + *
+       * ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this
+       * exceeds the platform allowed max.
+       * +optional. The default value comes from a global config.
+       * 
+ * + * .google.protobuf.Duration expires_in = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder> + getExpiresInFieldBuilder() { + if (expiresInBuilder_ == null) { + expiresInBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Duration, com.google.protobuf.Duration.Builder, com.google.protobuf.DurationOrBuilder>( + getExpiresIn(), + getParentForChildren(), + isClean()); + expiresIn_ = null; + } + return expiresInBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.service.CreateDownloadLocationRequest) + } + + // @@protoc_insertion_point(class_scope:flyteidl.service.CreateDownloadLocationRequest) + private static final flyteidl.service.Dataproxy.CreateDownloadLocationRequest DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.service.Dataproxy.CreateDownloadLocationRequest(); + } + + public static flyteidl.service.Dataproxy.CreateDownloadLocationRequest getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateDownloadLocationRequest parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CreateDownloadLocationRequest(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationRequest getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface CreateDownloadLocationResponseOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.service.CreateDownloadLocationResponse) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+     * 
+ * + * string signed_url = 1; + */ + java.lang.String getSignedUrl(); + /** + *
+     * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+     * 
+ * + * string signed_url = 1; + */ + com.google.protobuf.ByteString + getSignedUrlBytes(); + + /** + *
+     * ExpiresAt defines when will the signed URL expires.
+     * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + boolean hasExpiresAt(); + /** + *
+     * ExpiresAt defines when will the signed URL expires.
+     * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + com.google.protobuf.Timestamp getExpiresAt(); + /** + *
+     * ExpiresAt defines when will the signed URL expires.
+     * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder(); + } + /** + * Protobuf type {@code flyteidl.service.CreateDownloadLocationResponse} + */ + public static final class CreateDownloadLocationResponse extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.service.CreateDownloadLocationResponse) + CreateDownloadLocationResponseOrBuilder { + private static final long serialVersionUID = 0L; + // Use CreateDownloadLocationResponse.newBuilder() to construct. + private CreateDownloadLocationResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private CreateDownloadLocationResponse() { + signedUrl_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private CreateDownloadLocationResponse( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + signedUrl_ = s; + break; + } + case 18: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (expiresAt_ != null) { + subBuilder = expiresAt_.toBuilder(); + } + expiresAt_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(expiresAt_); + expiresAt_ = subBuilder.buildPartial(); + } + + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.service.Dataproxy.CreateDownloadLocationResponse.class, flyteidl.service.Dataproxy.CreateDownloadLocationResponse.Builder.class); + } + + public static final int SIGNED_URL_FIELD_NUMBER = 1; + private volatile java.lang.Object signedUrl_; + /** + *
+     * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+     * 
+ * + * string signed_url = 1; + */ + public java.lang.String getSignedUrl() { + java.lang.Object ref = signedUrl_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + signedUrl_ = s; + return s; + } + } + /** + *
+     * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+     * 
+ * + * string signed_url = 1; + */ + public com.google.protobuf.ByteString + getSignedUrlBytes() { + java.lang.Object ref = signedUrl_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + signedUrl_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int EXPIRES_AT_FIELD_NUMBER = 2; + private com.google.protobuf.Timestamp expiresAt_; + /** + *
+     * ExpiresAt defines when will the signed URL expires.
+     * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public boolean hasExpiresAt() { + return expiresAt_ != null; + } + /** + *
+     * ExpiresAt defines when will the signed URL expires.
+     * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public com.google.protobuf.Timestamp getExpiresAt() { + return expiresAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expiresAt_; + } + /** + *
+     * ExpiresAt defines when will the signed URL expires.
+     * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder() { + return getExpiresAt(); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getSignedUrlBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, signedUrl_); + } + if (expiresAt_ != null) { + output.writeMessage(2, getExpiresAt()); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getSignedUrlBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, signedUrl_); + } + if (expiresAt_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getExpiresAt()); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.service.Dataproxy.CreateDownloadLocationResponse)) { + return super.equals(obj); + } + flyteidl.service.Dataproxy.CreateDownloadLocationResponse other = (flyteidl.service.Dataproxy.CreateDownloadLocationResponse) obj; + + if (!getSignedUrl() + .equals(other.getSignedUrl())) return false; + if (hasExpiresAt() != other.hasExpiresAt()) return false; + if (hasExpiresAt()) { + if (!getExpiresAt() + .equals(other.getExpiresAt())) return false; + } + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + SIGNED_URL_FIELD_NUMBER; + hash = (53 * hash) + getSignedUrl().hashCode(); + if (hasExpiresAt()) { + hash = (37 * hash) + EXPIRES_AT_FIELD_NUMBER; + hash = (53 * hash) + getExpiresAt().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.service.Dataproxy.CreateDownloadLocationResponse prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + * Protobuf type {@code flyteidl.service.CreateDownloadLocationResponse} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.service.CreateDownloadLocationResponse) + flyteidl.service.Dataproxy.CreateDownloadLocationResponseOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationResponse_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationResponse_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.service.Dataproxy.CreateDownloadLocationResponse.class, flyteidl.service.Dataproxy.CreateDownloadLocationResponse.Builder.class); + } + + // Construct using flyteidl.service.Dataproxy.CreateDownloadLocationResponse.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + signedUrl_ = ""; + + if (expiresAtBuilder_ == null) { + expiresAt_ = null; + } else { + expiresAt_ = null; + expiresAtBuilder_ = null; + } + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.service.Dataproxy.internal_static_flyteidl_service_CreateDownloadLocationResponse_descriptor; + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationResponse getDefaultInstanceForType() { + return flyteidl.service.Dataproxy.CreateDownloadLocationResponse.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationResponse build() { + flyteidl.service.Dataproxy.CreateDownloadLocationResponse result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationResponse buildPartial() { + flyteidl.service.Dataproxy.CreateDownloadLocationResponse result = new flyteidl.service.Dataproxy.CreateDownloadLocationResponse(this); + result.signedUrl_ = signedUrl_; + if (expiresAtBuilder_ == null) { + result.expiresAt_ = expiresAt_; + } else { + result.expiresAt_ = expiresAtBuilder_.build(); + } + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.service.Dataproxy.CreateDownloadLocationResponse) { + return mergeFrom((flyteidl.service.Dataproxy.CreateDownloadLocationResponse)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.service.Dataproxy.CreateDownloadLocationResponse other) { + if (other == flyteidl.service.Dataproxy.CreateDownloadLocationResponse.getDefaultInstance()) return this; + if (!other.getSignedUrl().isEmpty()) { + signedUrl_ = other.signedUrl_; + onChanged(); + } + if (other.hasExpiresAt()) { + mergeExpiresAt(other.getExpiresAt()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.service.Dataproxy.CreateDownloadLocationResponse parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.service.Dataproxy.CreateDownloadLocationResponse) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object signedUrl_ = ""; + /** + *
+       * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+       * 
+ * + * string signed_url = 1; + */ + public java.lang.String getSignedUrl() { + java.lang.Object ref = signedUrl_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + signedUrl_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+       * 
+ * + * string signed_url = 1; + */ + public com.google.protobuf.ByteString + getSignedUrlBytes() { + java.lang.Object ref = signedUrl_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + signedUrl_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+       * 
+ * + * string signed_url = 1; + */ + public Builder setSignedUrl( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + signedUrl_ = value; + onChanged(); + return this; + } + /** + *
+       * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+       * 
+ * + * string signed_url = 1; + */ + public Builder clearSignedUrl() { + + signedUrl_ = getDefaultInstance().getSignedUrl(); + onChanged(); + return this; + } + /** + *
+       * SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)
+       * 
+ * + * string signed_url = 1; + */ + public Builder setSignedUrlBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + signedUrl_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.Timestamp expiresAt_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expiresAtBuilder_; + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public boolean hasExpiresAt() { + return expiresAtBuilder_ != null || expiresAt_ != null; + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public com.google.protobuf.Timestamp getExpiresAt() { + if (expiresAtBuilder_ == null) { + return expiresAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expiresAt_; + } else { + return expiresAtBuilder_.getMessage(); + } + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public Builder setExpiresAt(com.google.protobuf.Timestamp value) { + if (expiresAtBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + expiresAt_ = value; + onChanged(); + } else { + expiresAtBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public Builder setExpiresAt( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (expiresAtBuilder_ == null) { + expiresAt_ = builderForValue.build(); + onChanged(); + } else { + expiresAtBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public Builder mergeExpiresAt(com.google.protobuf.Timestamp value) { + if (expiresAtBuilder_ == null) { + if (expiresAt_ != null) { + expiresAt_ = + com.google.protobuf.Timestamp.newBuilder(expiresAt_).mergeFrom(value).buildPartial(); + } else { + expiresAt_ = value; + } + onChanged(); + } else { + expiresAtBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public Builder clearExpiresAt() { + if (expiresAtBuilder_ == null) { + expiresAt_ = null; + onChanged(); + } else { + expiresAt_ = null; + expiresAtBuilder_ = null; + } + + return this; + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public com.google.protobuf.Timestamp.Builder getExpiresAtBuilder() { + + onChanged(); + return getExpiresAtFieldBuilder().getBuilder(); + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + public com.google.protobuf.TimestampOrBuilder getExpiresAtOrBuilder() { + if (expiresAtBuilder_ != null) { + return expiresAtBuilder_.getMessageOrBuilder(); + } else { + return expiresAt_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : expiresAt_; + } + } + /** + *
+       * ExpiresAt defines when will the signed URL expires.
+       * 
+ * + * .google.protobuf.Timestamp expires_at = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getExpiresAtFieldBuilder() { + if (expiresAtBuilder_ == null) { + expiresAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getExpiresAt(), + getParentForChildren(), + isClean()); + expiresAt_ = null; + } + return expiresAtBuilder_; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.service.CreateDownloadLocationResponse) + } + + // @@protoc_insertion_point(class_scope:flyteidl.service.CreateDownloadLocationResponse) + private static final flyteidl.service.Dataproxy.CreateDownloadLocationResponse DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.service.Dataproxy.CreateDownloadLocationResponse(); + } + + public static flyteidl.service.Dataproxy.CreateDownloadLocationResponse getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CreateDownloadLocationResponse parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CreateDownloadLocationResponse(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.service.Dataproxy.CreateDownloadLocationResponse getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_service_CreateUploadLocationResponse_descriptor; private static final @@ -2382,6 +4098,16 @@ public flyteidl.service.Dataproxy.CreateUploadLocationRequest getDefaultInstance private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_service_CreateUploadLocationRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_service_CreateDownloadLocationRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_service_CreateDownloadLocationRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_service_CreateDownloadLocationResponse_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_service_CreateDownloadLocationResponse_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { @@ -2402,15 +4128,27 @@ public flyteidl.service.Dataproxy.CreateUploadLocationRequest getDefaultInstance "eateUploadLocationRequest\022\017\n\007project\030\001 \001" + "(\t\022\016\n\006domain\030\002 \001(\t\022\020\n\010filename\030\003 \001(\t\022-\n\n" + "expires_in\030\004 \001(\0132\031.google.protobuf.Durat" + - "ion\022\023\n\013content_md5\030\005 \001(\0142\205\002\n\020DataProxySe" + - "rvice\022\360\001\n\024CreateUploadLocation\022-.flyteid" + - "l.service.CreateUploadLocationRequest\032.." + - "flyteidl.service.CreateUploadLocationRes" + - "ponse\"y\202\323\344\223\002#\"\036/api/v1/dataproxy/artifac" + - "t_urn:\001*\222AM\032KCreates a write-only http l" + - "ocation that is accessible for tasks at " + - "runtime.B9Z7github.com/flyteorg/flyteidl" + - "/gen/pb-go/flyteidl/serviceb\006proto3" + "ion\022\023\n\013content_md5\030\005 \001(\014\"b\n\035CreateDownlo" + + "adLocationRequest\022\022\n\nnative_url\030\001 \001(\t\022-\n" + + "\nexpires_in\030\002 \001(\0132\031.google.protobuf.Dura" + + "tion\"d\n\036CreateDownloadLocationResponse\022\022" + + "\n\nsigned_url\030\001 \001(\t\022.\n\nexpires_at\030\002 \001(\0132\032" + + ".google.protobuf.Timestamp2\372\003\n\020DataProxy" + + "Service\022\360\001\n\024CreateUploadLocation\022-.flyte" + + "idl.service.CreateUploadLocationRequest\032" + + "..flyteidl.service.CreateUploadLocationR" + + "esponse\"y\202\323\344\223\002#\"\036/api/v1/dataproxy/artif" + + "act_urn:\001*\222AM\032KCreates a write-only http" + + " location that is accessible for tasks a" + + "t runtime.\022\362\001\n\026CreateDownloadLocation\022/." + + "flyteidl.service.CreateDownloadLocationR" + + "equest\0320.flyteidl.service.CreateDownload" + + "LocationResponse\"u\202\323\344\223\002 \022\036/api/v1/datapr" + + "oxy/artifact_urn\222AL\032JCreates a read-only" + + " http location that is accessible for ta" + + "sks at runtime.B9Z7github.com/flyteorg/f" + + "lyteidl/gen/pb-go/flyteidl/serviceb\006prot" + + "o3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -2440,6 +4178,18 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_service_CreateUploadLocationRequest_descriptor, new java.lang.String[] { "Project", "Domain", "Filename", "ExpiresIn", "ContentMd5", }); + internal_static_flyteidl_service_CreateDownloadLocationRequest_descriptor = + getDescriptor().getMessageTypes().get(2); + internal_static_flyteidl_service_CreateDownloadLocationRequest_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_service_CreateDownloadLocationRequest_descriptor, + new java.lang.String[] { "NativeUrl", "ExpiresIn", }); + internal_static_flyteidl_service_CreateDownloadLocationResponse_descriptor = + getDescriptor().getMessageTypes().get(3); + internal_static_flyteidl_service_CreateDownloadLocationResponse_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_service_CreateDownloadLocationResponse_descriptor, + new java.lang.String[] { "SignedUrl", "ExpiresAt", }); com.google.protobuf.ExtensionRegistry registry = com.google.protobuf.ExtensionRegistry.newInstance(); registry.add(com.google.api.AnnotationsProto.http); diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 53ee28a130..c14c5dba3f 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -6254,6 +6254,9 @@ export namespace flyteidl { /** NodeExecutionEvent isDynamic */ isDynamic?: (boolean|null); + + /** NodeExecutionEvent deckUri */ + deckUri?: (string|null); } /** Represents a NodeExecutionEvent. */ @@ -6319,6 +6322,9 @@ export namespace flyteidl { /** NodeExecutionEvent isDynamic. */ public isDynamic: boolean; + /** NodeExecutionEvent deckUri. */ + public deckUri: string; + /** NodeExecutionEvent outputResult. */ public outputResult?: ("outputUri"|"error"|"outputData"); @@ -12702,6 +12708,9 @@ export namespace flyteidl { /** NodeExecutionClosure taskNodeMetadata */ taskNodeMetadata?: (flyteidl.admin.ITaskNodeMetadata|null); + + /** NodeExecutionClosure deckUri */ + deckUri?: (string|null); } /** Represents a NodeExecutionClosure. */ @@ -12743,6 +12752,9 @@ export namespace flyteidl { /** NodeExecutionClosure taskNodeMetadata. */ public taskNodeMetadata?: (flyteidl.admin.ITaskNodeMetadata|null); + /** NodeExecutionClosure deckUri. */ + public deckUri: string; + /** NodeExecutionClosure outputResult. */ public outputResult?: ("outputUri"|"error"|"outputData"); @@ -17192,6 +17204,122 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of a CreateDownloadLocationRequest. */ + interface ICreateDownloadLocationRequest { + + /** CreateDownloadLocationRequest nativeUrl */ + nativeUrl?: (string|null); + + /** CreateDownloadLocationRequest expiresIn */ + expiresIn?: (google.protobuf.IDuration|null); + } + + /** Represents a CreateDownloadLocationRequest. */ + class CreateDownloadLocationRequest implements ICreateDownloadLocationRequest { + + /** + * Constructs a new CreateDownloadLocationRequest. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.service.ICreateDownloadLocationRequest); + + /** CreateDownloadLocationRequest nativeUrl. */ + public nativeUrl: string; + + /** CreateDownloadLocationRequest expiresIn. */ + public expiresIn?: (google.protobuf.IDuration|null); + + /** + * Creates a new CreateDownloadLocationRequest instance using the specified properties. + * @param [properties] Properties to set + * @returns CreateDownloadLocationRequest instance + */ + public static create(properties?: flyteidl.service.ICreateDownloadLocationRequest): flyteidl.service.CreateDownloadLocationRequest; + + /** + * Encodes the specified CreateDownloadLocationRequest message. Does not implicitly {@link flyteidl.service.CreateDownloadLocationRequest.verify|verify} messages. + * @param message CreateDownloadLocationRequest message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.service.ICreateDownloadLocationRequest, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a CreateDownloadLocationRequest message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns CreateDownloadLocationRequest + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.service.CreateDownloadLocationRequest; + + /** + * Verifies a CreateDownloadLocationRequest message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + + /** Properties of a CreateDownloadLocationResponse. */ + interface ICreateDownloadLocationResponse { + + /** CreateDownloadLocationResponse signedUrl */ + signedUrl?: (string|null); + + /** CreateDownloadLocationResponse expiresAt */ + expiresAt?: (google.protobuf.ITimestamp|null); + } + + /** Represents a CreateDownloadLocationResponse. */ + class CreateDownloadLocationResponse implements ICreateDownloadLocationResponse { + + /** + * Constructs a new CreateDownloadLocationResponse. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.service.ICreateDownloadLocationResponse); + + /** CreateDownloadLocationResponse signedUrl. */ + public signedUrl: string; + + /** CreateDownloadLocationResponse expiresAt. */ + public expiresAt?: (google.protobuf.ITimestamp|null); + + /** + * Creates a new CreateDownloadLocationResponse instance using the specified properties. + * @param [properties] Properties to set + * @returns CreateDownloadLocationResponse instance + */ + public static create(properties?: flyteidl.service.ICreateDownloadLocationResponse): flyteidl.service.CreateDownloadLocationResponse; + + /** + * Encodes the specified CreateDownloadLocationResponse message. Does not implicitly {@link flyteidl.service.CreateDownloadLocationResponse.verify|verify} messages. + * @param message CreateDownloadLocationResponse message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.service.ICreateDownloadLocationResponse, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a CreateDownloadLocationResponse message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns CreateDownloadLocationResponse + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.service.CreateDownloadLocationResponse; + + /** + * Verifies a CreateDownloadLocationResponse message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Represents a DataProxyService */ class DataProxyService extends $protobuf.rpc.Service { @@ -17225,6 +17353,20 @@ export namespace flyteidl { * @returns Promise */ public createUploadLocation(request: flyteidl.service.ICreateUploadLocationRequest): Promise; + + /** + * Calls CreateDownloadLocation. + * @param request CreateDownloadLocationRequest message or plain object + * @param callback Node-style callback called with the error, if any, and CreateDownloadLocationResponse + */ + public createDownloadLocation(request: flyteidl.service.ICreateDownloadLocationRequest, callback: flyteidl.service.DataProxyService.CreateDownloadLocationCallback): void; + + /** + * Calls CreateDownloadLocation. + * @param request CreateDownloadLocationRequest message or plain object + * @returns Promise + */ + public createDownloadLocation(request: flyteidl.service.ICreateDownloadLocationRequest): Promise; } namespace DataProxyService { @@ -17235,6 +17377,13 @@ export namespace flyteidl { * @param [response] CreateUploadLocationResponse */ type CreateUploadLocationCallback = (error: (Error|null), response?: flyteidl.service.CreateUploadLocationResponse) => void; + + /** + * Callback as used by {@link flyteidl.service.DataProxyService#createDownloadLocation}. + * @param error Error, if any + * @param [response] CreateDownloadLocationResponse + */ + type CreateDownloadLocationCallback = (error: (Error|null), response?: flyteidl.service.CreateDownloadLocationResponse) => void; } /** Properties of a UserInfoRequest. */ diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 3c9568e807..7875bf3eb3 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -14893,6 +14893,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {number|null} [eventVersion] NodeExecutionEvent eventVersion * @property {boolean|null} [isParent] NodeExecutionEvent isParent * @property {boolean|null} [isDynamic] NodeExecutionEvent isDynamic + * @property {string|null} [deckUri] NodeExecutionEvent deckUri */ /** @@ -15054,6 +15055,14 @@ export const flyteidl = $root.flyteidl = (() => { */ NodeExecutionEvent.prototype.isDynamic = false; + /** + * NodeExecutionEvent deckUri. + * @member {string} deckUri + * @memberof flyteidl.event.NodeExecutionEvent + * @instance + */ + NodeExecutionEvent.prototype.deckUri = ""; + // OneOf field names bound to virtual getters and setters let $oneOfFields; @@ -15139,6 +15148,8 @@ export const flyteidl = $root.flyteidl = (() => { writer.uint32(/* id 17, wireType 0 =*/136).bool(message.isParent); if (message.isDynamic != null && message.hasOwnProperty("isDynamic")) writer.uint32(/* id 18, wireType 0 =*/144).bool(message.isDynamic); + if (message.deckUri != null && message.hasOwnProperty("deckUri")) + writer.uint32(/* id 19, wireType 2 =*/154).string(message.deckUri); return writer; }; @@ -15214,6 +15225,9 @@ export const flyteidl = $root.flyteidl = (() => { case 18: message.isDynamic = reader.bool(); break; + case 19: + message.deckUri = reader.string(); + break; default: reader.skipType(tag & 7); break; @@ -15338,6 +15352,9 @@ export const flyteidl = $root.flyteidl = (() => { if (message.isDynamic != null && message.hasOwnProperty("isDynamic")) if (typeof message.isDynamic !== "boolean") return "isDynamic: boolean expected"; + if (message.deckUri != null && message.hasOwnProperty("deckUri")) + if (!$util.isString(message.deckUri)) + return "deckUri: string expected"; return null; }; @@ -30373,6 +30390,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {google.protobuf.ITimestamp|null} [updatedAt] NodeExecutionClosure updatedAt * @property {flyteidl.admin.IWorkflowNodeMetadata|null} [workflowNodeMetadata] NodeExecutionClosure workflowNodeMetadata * @property {flyteidl.admin.ITaskNodeMetadata|null} [taskNodeMetadata] NodeExecutionClosure taskNodeMetadata + * @property {string|null} [deckUri] NodeExecutionClosure deckUri */ /** @@ -30470,6 +30488,14 @@ export const flyteidl = $root.flyteidl = (() => { */ NodeExecutionClosure.prototype.taskNodeMetadata = null; + /** + * NodeExecutionClosure deckUri. + * @member {string} deckUri + * @memberof flyteidl.admin.NodeExecutionClosure + * @instance + */ + NodeExecutionClosure.prototype.deckUri = ""; + // OneOf field names bound to virtual getters and setters let $oneOfFields; @@ -30539,6 +30565,8 @@ export const flyteidl = $root.flyteidl = (() => { $root.flyteidl.admin.TaskNodeMetadata.encode(message.taskNodeMetadata, writer.uint32(/* id 9, wireType 2 =*/74).fork()).ldelim(); if (message.outputData != null && message.hasOwnProperty("outputData")) $root.flyteidl.core.LiteralMap.encode(message.outputData, writer.uint32(/* id 10, wireType 2 =*/82).fork()).ldelim(); + if (message.deckUri != null && message.hasOwnProperty("deckUri")) + writer.uint32(/* id 11, wireType 2 =*/90).string(message.deckUri); return writer; }; @@ -30590,6 +30618,9 @@ export const flyteidl = $root.flyteidl = (() => { case 9: message.taskNodeMetadata = $root.flyteidl.admin.TaskNodeMetadata.decode(reader, reader.uint32()); break; + case 11: + message.deckUri = reader.string(); + break; default: reader.skipType(tag & 7); break; @@ -30690,6 +30721,9 @@ export const flyteidl = $root.flyteidl = (() => { return "taskNodeMetadata." + error; } } + if (message.deckUri != null && message.hasOwnProperty("deckUri")) + if (!$util.isString(message.deckUri)) + return "deckUri: string expected"; return null; }; @@ -40084,6 +40118,264 @@ export const flyteidl = $root.flyteidl = (() => { return CreateUploadLocationRequest; })(); + service.CreateDownloadLocationRequest = (function() { + + /** + * Properties of a CreateDownloadLocationRequest. + * @memberof flyteidl.service + * @interface ICreateDownloadLocationRequest + * @property {string|null} [nativeUrl] CreateDownloadLocationRequest nativeUrl + * @property {google.protobuf.IDuration|null} [expiresIn] CreateDownloadLocationRequest expiresIn + */ + + /** + * Constructs a new CreateDownloadLocationRequest. + * @memberof flyteidl.service + * @classdesc Represents a CreateDownloadLocationRequest. + * @implements ICreateDownloadLocationRequest + * @constructor + * @param {flyteidl.service.ICreateDownloadLocationRequest=} [properties] Properties to set + */ + function CreateDownloadLocationRequest(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * CreateDownloadLocationRequest nativeUrl. + * @member {string} nativeUrl + * @memberof flyteidl.service.CreateDownloadLocationRequest + * @instance + */ + CreateDownloadLocationRequest.prototype.nativeUrl = ""; + + /** + * CreateDownloadLocationRequest expiresIn. + * @member {google.protobuf.IDuration|null|undefined} expiresIn + * @memberof flyteidl.service.CreateDownloadLocationRequest + * @instance + */ + CreateDownloadLocationRequest.prototype.expiresIn = null; + + /** + * Creates a new CreateDownloadLocationRequest instance using the specified properties. + * @function create + * @memberof flyteidl.service.CreateDownloadLocationRequest + * @static + * @param {flyteidl.service.ICreateDownloadLocationRequest=} [properties] Properties to set + * @returns {flyteidl.service.CreateDownloadLocationRequest} CreateDownloadLocationRequest instance + */ + CreateDownloadLocationRequest.create = function create(properties) { + return new CreateDownloadLocationRequest(properties); + }; + + /** + * Encodes the specified CreateDownloadLocationRequest message. Does not implicitly {@link flyteidl.service.CreateDownloadLocationRequest.verify|verify} messages. + * @function encode + * @memberof flyteidl.service.CreateDownloadLocationRequest + * @static + * @param {flyteidl.service.ICreateDownloadLocationRequest} message CreateDownloadLocationRequest message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + CreateDownloadLocationRequest.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.nativeUrl != null && message.hasOwnProperty("nativeUrl")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.nativeUrl); + if (message.expiresIn != null && message.hasOwnProperty("expiresIn")) + $root.google.protobuf.Duration.encode(message.expiresIn, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a CreateDownloadLocationRequest message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.service.CreateDownloadLocationRequest + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.service.CreateDownloadLocationRequest} CreateDownloadLocationRequest + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + CreateDownloadLocationRequest.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.service.CreateDownloadLocationRequest(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.nativeUrl = reader.string(); + break; + case 2: + message.expiresIn = $root.google.protobuf.Duration.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a CreateDownloadLocationRequest message. + * @function verify + * @memberof flyteidl.service.CreateDownloadLocationRequest + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + CreateDownloadLocationRequest.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.nativeUrl != null && message.hasOwnProperty("nativeUrl")) + if (!$util.isString(message.nativeUrl)) + return "nativeUrl: string expected"; + if (message.expiresIn != null && message.hasOwnProperty("expiresIn")) { + let error = $root.google.protobuf.Duration.verify(message.expiresIn); + if (error) + return "expiresIn." + error; + } + return null; + }; + + return CreateDownloadLocationRequest; + })(); + + service.CreateDownloadLocationResponse = (function() { + + /** + * Properties of a CreateDownloadLocationResponse. + * @memberof flyteidl.service + * @interface ICreateDownloadLocationResponse + * @property {string|null} [signedUrl] CreateDownloadLocationResponse signedUrl + * @property {google.protobuf.ITimestamp|null} [expiresAt] CreateDownloadLocationResponse expiresAt + */ + + /** + * Constructs a new CreateDownloadLocationResponse. + * @memberof flyteidl.service + * @classdesc Represents a CreateDownloadLocationResponse. + * @implements ICreateDownloadLocationResponse + * @constructor + * @param {flyteidl.service.ICreateDownloadLocationResponse=} [properties] Properties to set + */ + function CreateDownloadLocationResponse(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * CreateDownloadLocationResponse signedUrl. + * @member {string} signedUrl + * @memberof flyteidl.service.CreateDownloadLocationResponse + * @instance + */ + CreateDownloadLocationResponse.prototype.signedUrl = ""; + + /** + * CreateDownloadLocationResponse expiresAt. + * @member {google.protobuf.ITimestamp|null|undefined} expiresAt + * @memberof flyteidl.service.CreateDownloadLocationResponse + * @instance + */ + CreateDownloadLocationResponse.prototype.expiresAt = null; + + /** + * Creates a new CreateDownloadLocationResponse instance using the specified properties. + * @function create + * @memberof flyteidl.service.CreateDownloadLocationResponse + * @static + * @param {flyteidl.service.ICreateDownloadLocationResponse=} [properties] Properties to set + * @returns {flyteidl.service.CreateDownloadLocationResponse} CreateDownloadLocationResponse instance + */ + CreateDownloadLocationResponse.create = function create(properties) { + return new CreateDownloadLocationResponse(properties); + }; + + /** + * Encodes the specified CreateDownloadLocationResponse message. Does not implicitly {@link flyteidl.service.CreateDownloadLocationResponse.verify|verify} messages. + * @function encode + * @memberof flyteidl.service.CreateDownloadLocationResponse + * @static + * @param {flyteidl.service.ICreateDownloadLocationResponse} message CreateDownloadLocationResponse message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + CreateDownloadLocationResponse.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.signedUrl != null && message.hasOwnProperty("signedUrl")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.signedUrl); + if (message.expiresAt != null && message.hasOwnProperty("expiresAt")) + $root.google.protobuf.Timestamp.encode(message.expiresAt, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + return writer; + }; + + /** + * Decodes a CreateDownloadLocationResponse message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.service.CreateDownloadLocationResponse + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.service.CreateDownloadLocationResponse} CreateDownloadLocationResponse + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + CreateDownloadLocationResponse.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.service.CreateDownloadLocationResponse(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.signedUrl = reader.string(); + break; + case 2: + message.expiresAt = $root.google.protobuf.Timestamp.decode(reader, reader.uint32()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a CreateDownloadLocationResponse message. + * @function verify + * @memberof flyteidl.service.CreateDownloadLocationResponse + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + CreateDownloadLocationResponse.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.signedUrl != null && message.hasOwnProperty("signedUrl")) + if (!$util.isString(message.signedUrl)) + return "signedUrl: string expected"; + if (message.expiresAt != null && message.hasOwnProperty("expiresAt")) { + let error = $root.google.protobuf.Timestamp.verify(message.expiresAt); + if (error) + return "expiresAt." + error; + } + return null; + }; + + return CreateDownloadLocationResponse; + })(); + service.DataProxyService = (function() { /** @@ -40149,6 +40441,39 @@ export const flyteidl = $root.flyteidl = (() => { * @variation 2 */ + /** + * Callback as used by {@link flyteidl.service.DataProxyService#createDownloadLocation}. + * @memberof flyteidl.service.DataProxyService + * @typedef CreateDownloadLocationCallback + * @type {function} + * @param {Error|null} error Error, if any + * @param {flyteidl.service.CreateDownloadLocationResponse} [response] CreateDownloadLocationResponse + */ + + /** + * Calls CreateDownloadLocation. + * @function createDownloadLocation + * @memberof flyteidl.service.DataProxyService + * @instance + * @param {flyteidl.service.ICreateDownloadLocationRequest} request CreateDownloadLocationRequest message or plain object + * @param {flyteidl.service.DataProxyService.CreateDownloadLocationCallback} callback Node-style callback called with the error, if any, and CreateDownloadLocationResponse + * @returns {undefined} + * @variation 1 + */ + Object.defineProperty(DataProxyService.prototype.createDownloadLocation = function createDownloadLocation(request, callback) { + return this.rpcCall(createDownloadLocation, $root.flyteidl.service.CreateDownloadLocationRequest, $root.flyteidl.service.CreateDownloadLocationResponse, request, callback); + }, "name", { value: "CreateDownloadLocation" }); + + /** + * Calls CreateDownloadLocation. + * @function createDownloadLocation + * @memberof flyteidl.service.DataProxyService + * @instance + * @param {flyteidl.service.ICreateDownloadLocationRequest} request CreateDownloadLocationRequest message or plain object + * @returns {Promise} Promise + * @variation 2 + */ + return DataProxyService; })(); 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 48cdf89bed..c2928dfb4f 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/node_execution_pb2.py @@ -28,7 +28,7 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n#flyteidl/admin/node_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\"M\n\x17NodeExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xd5\x01\n\x18NodeExecutionListRequest\x12I\n\x15workflow_execution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x18\n\x10unique_parent_id\x18\x06 \x01(\t\"\xba\x01\n\x1fNodeExecutionForTaskListRequest\x12\x41\n\x11task_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xc6\x01\n\rNodeExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.NodeExecutionClosure\x12\x37\n\x08metadata\x18\x04 \x01(\x0b\x32%.flyteidl.admin.NodeExecutionMetaData\"n\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\x12\x12\n\nis_dynamic\x18\x04 \x01(\x08\"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\"\xb2\x04\n\x14NodeExecutionClosure\x12\x18\n\noutput_uri\x18\x01 \x01(\tB\x02\x18\x01H\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x34\n\x0boutput_data\x18\n \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01H\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12.\n\nstarted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.admin.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\t \x01(\x0b\x32 .flyteidl.admin.TaskNodeMetadataH\x01\x42\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"W\n\x14WorkflowNodeMetadata\x12?\n\x0b\x65xecutionId\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bNodeExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xa1\x02\n\x1cNodeExecutionGetDataResponse\x12+\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12,\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.admin.DynamicWorkflowNodeMetadataB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n#flyteidl/admin/node_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\"M\n\x17NodeExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xd5\x01\n\x18NodeExecutionListRequest\x12I\n\x15workflow_execution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x18\n\x10unique_parent_id\x18\x06 \x01(\t\"\xba\x01\n\x1fNodeExecutionForTaskListRequest\x12\x41\n\x11task_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xc6\x01\n\rNodeExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.NodeExecutionClosure\x12\x37\n\x08metadata\x18\x04 \x01(\x0b\x32%.flyteidl.admin.NodeExecutionMetaData\"n\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\x12\x12\n\nis_dynamic\x18\x04 \x01(\x08\"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\"\xc4\x04\n\x14NodeExecutionClosure\x12\x18\n\noutput_uri\x18\x01 \x01(\tB\x02\x18\x01H\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x34\n\x0boutput_data\x18\n \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01H\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\x12\x10\n\x08\x64\x65\x63k_uri\x18\x0b \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"W\n\x14WorkflowNodeMetadata\x12?\n\x0b\x65xecutionId\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bNodeExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\"\xa1\x02\n\x1cNodeExecutionGetDataResponse\x12+\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12,\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.admin.DynamicWorkflowNodeMetadataB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,flyteidl_dot_core_dot_compiler__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,]) @@ -410,6 +410,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='deck_uri', full_name='flyteidl.admin.NodeExecutionClosure.deck_uri', index=10, + number=11, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -429,7 +436,7 @@ index=1, containing_type=None, fields=[]), ], serialized_start=1191, - serialized_end=1753, + serialized_end=1771, ) @@ -459,8 +466,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1755, - serialized_end=1842, + serialized_start=1773, + serialized_end=1860, ) @@ -497,8 +504,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1845, - serialized_end=1973, + serialized_start=1863, + serialized_end=1991, ) @@ -535,8 +542,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1976, - serialized_end=2111, + serialized_start=1994, + serialized_end=2129, ) @@ -566,8 +573,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2113, - serialized_end=2194, + serialized_start=2131, + serialized_end=2212, ) @@ -625,8 +632,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2197, - serialized_end=2486, + serialized_start=2215, + serialized_end=2504, ) _NODEEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._NODEEXECUTIONIDENTIFIER diff --git a/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py b/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py index 4a08a02284..ef25c8b451 100644 --- a/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/event/event_pb2.py @@ -27,7 +27,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xe0\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x07 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x42\x0f\n\routput_result\"\x8a\x06\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x0f \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\t\x12\x15\n\revent_version\x18\x10 \x01(\x05\x12\x11\n\tis_parent\x18\x11 \x01(\x08\x12\x12\n\nis_dynamic\x18\x12 \x01(\x08\x42\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x8d\x02\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\x12\x44\n\x12reservation_status\x18\x03 \x01(\x0e\x32(.flyteidl.core.CatalogReservation.Status\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.event.DynamicWorkflowNodeMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\x94\x05\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x11 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadata\x12\x15\n\revent_version\x18\x12 \x01(\x05\x42\x0f\n\routput_result\"\xe3\x01\n\x14\x45xternalResourceInfo\x12\x13\n\x0b\x65xternal_id\x18\x01 \x01(\t\x12\r\n\x05index\x18\x02 \x01(\r\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x37\n\x0c\x63\x61\x63he_status\x18\x05 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xc8\x02\n\x15TaskExecutionMetadata\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12@\n\x12\x65xternal_resources\x18\x02 \x03(\x0b\x32$.flyteidl.event.ExternalResourceInfo\x12<\n\x12resource_pool_info\x18\x03 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x04 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1c\x66lyteidl/core/compiler.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xe0\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x07 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x42\x0f\n\routput_result\"\x9c\x06\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x0f \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\t\x12\x15\n\revent_version\x18\x10 \x01(\x05\x12\x11\n\tis_parent\x18\x11 \x01(\x08\x12\x12\n\nis_dynamic\x18\x12 \x01(\x08\x12\x10\n\x08\x64\x65\x63k_uri\x18\x13 \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x8d\x02\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\x12\x44\n\x12reservation_status\x18\x03 \x01(\x0e\x32(.flyteidl.core.CatalogReservation.Status\x12\x45\n\x10\x64ynamic_workflow\x18\x10 \x01(\x0b\x32+.flyteidl.event.DynamicWorkflowNodeMetadata\"\x87\x01\n\x1b\x44ynamicWorkflowNodeMetadata\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12\x41\n\x11\x63ompiled_workflow\x18\x02 \x01(\x0b\x32&.flyteidl.core.CompiledWorkflowClosure\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\x94\x05\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x30\n\x0boutput_data\x18\x11 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadata\x12\x15\n\revent_version\x18\x12 \x01(\x05\x42\x0f\n\routput_result\"\xe3\x01\n\x14\x45xternalResourceInfo\x12\x13\n\x0b\x65xternal_id\x18\x01 \x01(\t\x12\r\n\x05index\x18\x02 \x01(\r\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x37\n\x0c\x63\x61\x63he_status\x18\x05 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xc8\x02\n\x15TaskExecutionMetadata\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12@\n\x12\x65xternal_resources\x18\x02 \x03(\x0b\x32$.flyteidl.event.ExternalResourceInfo\x12<\n\x12resource_pool_info\x18\x03 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x04 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_core_dot_compiler__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -50,8 +50,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=3268, - serialized_end=3315, + serialized_start=3286, + serialized_end=3333, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -265,6 +265,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='deck_uri', full_name='flyteidl.event.NodeExecutionEvent.deck_uri', index=18, + number=19, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -284,7 +291,7 @@ index=1, containing_type=None, fields=[]), ], serialized_start=617, - serialized_end=1395, + serialized_end=1413, ) @@ -314,8 +321,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1397, - serialized_end=1485, + serialized_start=1415, + serialized_end=1503, ) @@ -366,8 +373,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1488, - serialized_end=1757, + serialized_start=1506, + serialized_end=1775, ) @@ -404,8 +411,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1760, - serialized_end=1895, + serialized_start=1778, + serialized_end=1913, ) @@ -435,8 +442,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1897, - serialized_end=1978, + serialized_start=1915, + serialized_end=1996, ) @@ -466,8 +473,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1980, - serialized_end=2026, + serialized_start=1998, + serialized_end=2044, ) @@ -612,8 +619,8 @@ name='output_result', full_name='flyteidl.event.TaskExecutionEvent.output_result', index=0, containing_type=None, fields=[]), ], - serialized_start=2029, - serialized_end=2689, + serialized_start=2047, + serialized_end=2707, ) @@ -678,8 +685,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2692, - serialized_end=2919, + serialized_start=2710, + serialized_end=2937, ) @@ -716,8 +723,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2921, - serialized_end=2984, + serialized_start=2939, + serialized_end=3002, ) @@ -776,8 +783,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2987, - serialized_end=3315, + serialized_start=3005, + serialized_end=3333, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER diff --git a/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2.py b/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2.py index 6c526318f0..2fcbfbd57e 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2.py @@ -24,7 +24,7 @@ package='flyteidl.service', syntax='proto3', serialized_options=_b('Z7github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/service'), - serialized_pb=_b('\n flyteidl/service/dataproxy.proto\x12\x10\x66lyteidl.service\x1a\x1cgoogle/api/annotations.proto\x1a,protoc-gen-swagger/options/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"v\n\x1c\x43reateUploadLocationResponse\x12\x12\n\nsigned_url\x18\x01 \x01(\t\x12\x12\n\nnative_url\x18\x02 \x01(\t\x12.\n\nexpires_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x94\x01\n\x1b\x43reateUploadLocationRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x10\n\x08\x66ilename\x18\x03 \x01(\t\x12-\n\nexpires_in\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x13\n\x0b\x63ontent_md5\x18\x05 \x01(\x0c\x32\x85\x02\n\x10\x44\x61taProxyService\x12\xf0\x01\n\x14\x43reateUploadLocation\x12-.flyteidl.service.CreateUploadLocationRequest\x1a..flyteidl.service.CreateUploadLocationResponse\"y\x82\xd3\xe4\x93\x02#\"\x1e/api/v1/dataproxy/artifact_urn:\x01*\x92\x41M\x1aKCreates a write-only http location that is accessible for tasks at runtime.B9Z7github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/serviceb\x06proto3') + serialized_pb=_b('\n flyteidl/service/dataproxy.proto\x12\x10\x66lyteidl.service\x1a\x1cgoogle/api/annotations.proto\x1a,protoc-gen-swagger/options/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"v\n\x1c\x43reateUploadLocationResponse\x12\x12\n\nsigned_url\x18\x01 \x01(\t\x12\x12\n\nnative_url\x18\x02 \x01(\t\x12.\n\nexpires_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x94\x01\n\x1b\x43reateUploadLocationRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x10\n\x08\x66ilename\x18\x03 \x01(\t\x12-\n\nexpires_in\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x13\n\x0b\x63ontent_md5\x18\x05 \x01(\x0c\"b\n\x1d\x43reateDownloadLocationRequest\x12\x12\n\nnative_url\x18\x01 \x01(\t\x12-\n\nexpires_in\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\"d\n\x1e\x43reateDownloadLocationResponse\x12\x12\n\nsigned_url\x18\x01 \x01(\t\x12.\n\nexpires_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp2\xfa\x03\n\x10\x44\x61taProxyService\x12\xf0\x01\n\x14\x43reateUploadLocation\x12-.flyteidl.service.CreateUploadLocationRequest\x1a..flyteidl.service.CreateUploadLocationResponse\"y\x82\xd3\xe4\x93\x02#\"\x1e/api/v1/dataproxy/artifact_urn:\x01*\x92\x41M\x1aKCreates a write-only http location that is accessible for tasks at runtime.\x12\xf2\x01\n\x16\x43reateDownloadLocation\x12/.flyteidl.service.CreateDownloadLocationRequest\x1a\x30.flyteidl.service.CreateDownloadLocationResponse\"u\x82\xd3\xe4\x93\x02 \x12\x1e/api/v1/dataproxy/artifact_urn\x92\x41L\x1aJCreates a read-only http location that is accessible for tasks at runtime.B9Z7github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/serviceb\x06proto3') , dependencies=[google_dot_api_dot_annotations__pb2.DESCRIPTOR,protoc__gen__swagger_dot_options_dot_annotations__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,]) @@ -134,10 +134,90 @@ serialized_end=464, ) + +_CREATEDOWNLOADLOCATIONREQUEST = _descriptor.Descriptor( + name='CreateDownloadLocationRequest', + full_name='flyteidl.service.CreateDownloadLocationRequest', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='native_url', full_name='flyteidl.service.CreateDownloadLocationRequest.native_url', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='expires_in', full_name='flyteidl.service.CreateDownloadLocationRequest.expires_in', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=466, + serialized_end=564, +) + + +_CREATEDOWNLOADLOCATIONRESPONSE = _descriptor.Descriptor( + name='CreateDownloadLocationResponse', + full_name='flyteidl.service.CreateDownloadLocationResponse', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='signed_url', full_name='flyteidl.service.CreateDownloadLocationResponse.signed_url', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='expires_at', full_name='flyteidl.service.CreateDownloadLocationResponse.expires_at', index=1, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=566, + serialized_end=666, +) + _CREATEUPLOADLOCATIONRESPONSE.fields_by_name['expires_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP _CREATEUPLOADLOCATIONREQUEST.fields_by_name['expires_in'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION +_CREATEDOWNLOADLOCATIONREQUEST.fields_by_name['expires_in'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION +_CREATEDOWNLOADLOCATIONRESPONSE.fields_by_name['expires_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP DESCRIPTOR.message_types_by_name['CreateUploadLocationResponse'] = _CREATEUPLOADLOCATIONRESPONSE DESCRIPTOR.message_types_by_name['CreateUploadLocationRequest'] = _CREATEUPLOADLOCATIONREQUEST +DESCRIPTOR.message_types_by_name['CreateDownloadLocationRequest'] = _CREATEDOWNLOADLOCATIONREQUEST +DESCRIPTOR.message_types_by_name['CreateDownloadLocationResponse'] = _CREATEDOWNLOADLOCATIONRESPONSE _sym_db.RegisterFileDescriptor(DESCRIPTOR) CreateUploadLocationResponse = _reflection.GeneratedProtocolMessageType('CreateUploadLocationResponse', (_message.Message,), dict( @@ -154,6 +234,20 @@ )) _sym_db.RegisterMessage(CreateUploadLocationRequest) +CreateDownloadLocationRequest = _reflection.GeneratedProtocolMessageType('CreateDownloadLocationRequest', (_message.Message,), dict( + DESCRIPTOR = _CREATEDOWNLOADLOCATIONREQUEST, + __module__ = 'flyteidl.service.dataproxy_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.service.CreateDownloadLocationRequest) + )) +_sym_db.RegisterMessage(CreateDownloadLocationRequest) + +CreateDownloadLocationResponse = _reflection.GeneratedProtocolMessageType('CreateDownloadLocationResponse', (_message.Message,), dict( + DESCRIPTOR = _CREATEDOWNLOADLOCATIONRESPONSE, + __module__ = 'flyteidl.service.dataproxy_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.service.CreateDownloadLocationResponse) + )) +_sym_db.RegisterMessage(CreateDownloadLocationResponse) + DESCRIPTOR._options = None @@ -163,8 +257,8 @@ file=DESCRIPTOR, index=0, serialized_options=None, - serialized_start=467, - serialized_end=728, + serialized_start=669, + serialized_end=1175, methods=[ _descriptor.MethodDescriptor( name='CreateUploadLocation', @@ -175,6 +269,15 @@ output_type=_CREATEUPLOADLOCATIONRESPONSE, serialized_options=_b('\202\323\344\223\002#\"\036/api/v1/dataproxy/artifact_urn:\001*\222AM\032KCreates a write-only http location that is accessible for tasks at runtime.'), ), + _descriptor.MethodDescriptor( + name='CreateDownloadLocation', + full_name='flyteidl.service.DataProxyService.CreateDownloadLocation', + index=1, + containing_service=None, + input_type=_CREATEDOWNLOADLOCATIONREQUEST, + output_type=_CREATEDOWNLOADLOCATIONRESPONSE, + serialized_options=_b('\202\323\344\223\002 \022\036/api/v1/dataproxy/artifact_urn\222AL\032JCreates a read-only http location that is accessible for tasks at runtime.'), + ), ]) _sym_db.RegisterServiceDescriptor(_DATAPROXYSERVICE) diff --git a/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2_grpc.py b/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2_grpc.py index 591abab628..fb18cbe09e 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2_grpc.py +++ b/flyteidl/gen/pb_python/flyteidl/service/dataproxy_pb2_grpc.py @@ -19,6 +19,11 @@ def __init__(self, channel): request_serializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateUploadLocationRequest.SerializeToString, response_deserializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateUploadLocationResponse.FromString, ) + self.CreateDownloadLocation = channel.unary_unary( + '/flyteidl.service.DataProxyService/CreateDownloadLocation', + request_serializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateDownloadLocationRequest.SerializeToString, + response_deserializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateDownloadLocationResponse.FromString, + ) class DataProxyServiceServicer(object): @@ -32,6 +37,13 @@ def CreateUploadLocation(self, request, context): context.set_details('Method not implemented!') raise NotImplementedError('Method not implemented!') + def CreateDownloadLocation(self, request, context): + """CreateDownloadLocation creates a signed url to download artifacts. + """ + context.set_code(grpc.StatusCode.UNIMPLEMENTED) + context.set_details('Method not implemented!') + raise NotImplementedError('Method not implemented!') + def add_DataProxyServiceServicer_to_server(servicer, server): rpc_method_handlers = { @@ -40,6 +52,11 @@ def add_DataProxyServiceServicer_to_server(servicer, server): request_deserializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateUploadLocationRequest.FromString, response_serializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateUploadLocationResponse.SerializeToString, ), + 'CreateDownloadLocation': grpc.unary_unary_rpc_method_handler( + servicer.CreateDownloadLocation, + request_deserializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateDownloadLocationRequest.FromString, + response_serializer=flyteidl_dot_service_dot_dataproxy__pb2.CreateDownloadLocationResponse.SerializeToString, + ), } generic_handler = grpc.method_handlers_generic_handler( 'flyteidl.service.DataProxyService', rpc_method_handlers) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py index bf26b9416d..48c9332188 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_node_execution_closure.py @@ -46,7 +46,8 @@ class AdminNodeExecutionClosure(object): 'created_at': 'datetime', 'updated_at': 'datetime', 'workflow_node_metadata': 'FlyteidladminWorkflowNodeMetadata', - 'task_node_metadata': 'FlyteidladminTaskNodeMetadata' + 'task_node_metadata': 'FlyteidladminTaskNodeMetadata', + 'deck_uri': 'str' } attribute_map = { @@ -59,10 +60,11 @@ class AdminNodeExecutionClosure(object): 'created_at': 'created_at', 'updated_at': 'updated_at', 'workflow_node_metadata': 'workflow_node_metadata', - 'task_node_metadata': 'task_node_metadata' + 'task_node_metadata': 'task_node_metadata', + 'deck_uri': 'deck_uri' } - def __init__(self, output_uri=None, error=None, output_data=None, phase=None, started_at=None, duration=None, created_at=None, updated_at=None, workflow_node_metadata=None, task_node_metadata=None): # noqa: E501 + def __init__(self, output_uri=None, error=None, output_data=None, phase=None, started_at=None, duration=None, created_at=None, updated_at=None, workflow_node_metadata=None, task_node_metadata=None, deck_uri=None): # noqa: E501 """AdminNodeExecutionClosure - a model defined in Swagger""" # noqa: E501 self._output_uri = None @@ -75,6 +77,7 @@ def __init__(self, output_uri=None, error=None, output_data=None, phase=None, st self._updated_at = None self._workflow_node_metadata = None self._task_node_metadata = None + self._deck_uri = None self.discriminator = None if output_uri is not None: @@ -97,6 +100,8 @@ def __init__(self, output_uri=None, error=None, output_data=None, phase=None, st self.workflow_node_metadata = workflow_node_metadata if task_node_metadata is not None: self.task_node_metadata = task_node_metadata + if deck_uri is not None: + self.deck_uri = deck_uri @property def output_uri(self): @@ -322,6 +327,27 @@ def task_node_metadata(self, task_node_metadata): self._task_node_metadata = task_node_metadata + @property + def deck_uri(self): + """Gets the deck_uri of this AdminNodeExecutionClosure. # noqa: E501 + + + :return: The deck_uri of this AdminNodeExecutionClosure. # noqa: E501 + :rtype: str + """ + return self._deck_uri + + @deck_uri.setter + def deck_uri(self, deck_uri): + """Sets the deck_uri of this AdminNodeExecutionClosure. + + + :param deck_uri: The deck_uri of this AdminNodeExecutionClosure. # noqa: E501 + :type: str + """ + + self._deck_uri = deck_uri + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_node_execution_event.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_node_execution_event.py index f59c1dadb3..6cc77d90ee 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_node_execution_event.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_node_execution_event.py @@ -57,7 +57,8 @@ class EventNodeExecutionEvent(object): 'node_name': 'str', 'event_version': 'int', 'is_parent': 'bool', - 'is_dynamic': 'bool' + 'is_dynamic': 'bool', + 'deck_uri': 'str' } attribute_map = { @@ -78,10 +79,11 @@ class EventNodeExecutionEvent(object): 'node_name': 'node_name', 'event_version': 'event_version', 'is_parent': 'is_parent', - 'is_dynamic': 'is_dynamic' + 'is_dynamic': 'is_dynamic', + 'deck_uri': 'deck_uri' } - def __init__(self, id=None, producer_id=None, phase=None, occurred_at=None, input_uri=None, output_uri=None, error=None, output_data=None, workflow_node_metadata=None, task_node_metadata=None, parent_task_metadata=None, parent_node_metadata=None, retry_group=None, spec_node_id=None, node_name=None, event_version=None, is_parent=None, is_dynamic=None): # noqa: E501 + def __init__(self, id=None, producer_id=None, phase=None, occurred_at=None, input_uri=None, output_uri=None, error=None, output_data=None, workflow_node_metadata=None, task_node_metadata=None, parent_task_metadata=None, parent_node_metadata=None, retry_group=None, spec_node_id=None, node_name=None, event_version=None, is_parent=None, is_dynamic=None, deck_uri=None): # noqa: E501 """EventNodeExecutionEvent - a model defined in Swagger""" # noqa: E501 self._id = None @@ -102,6 +104,7 @@ def __init__(self, id=None, producer_id=None, phase=None, occurred_at=None, inpu self._event_version = None self._is_parent = None self._is_dynamic = None + self._deck_uri = None self.discriminator = None if id is not None: @@ -140,6 +143,8 @@ def __init__(self, id=None, producer_id=None, phase=None, occurred_at=None, inpu self.is_parent = is_parent if is_dynamic is not None: self.is_dynamic = is_dynamic + if deck_uri is not None: + self.deck_uri = deck_uri @property def id(self): @@ -533,6 +538,27 @@ def is_dynamic(self, is_dynamic): self._is_dynamic = is_dynamic + @property + def deck_uri(self): + """Gets the deck_uri of this EventNodeExecutionEvent. # noqa: E501 + + + :return: The deck_uri of this EventNodeExecutionEvent. # noqa: E501 + :rtype: str + """ + return self._deck_uri + + @deck_uri.setter + def deck_uri(self, deck_uri): + """Sets the deck_uri of this EventNodeExecutionEvent. + + + :param deck_uri: The deck_uri of this EventNodeExecutionEvent. # noqa: E501 + :type: str + """ + + self._deck_uri = deck_uri + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/go.mod b/flyteidl/go.mod index 2f4b68f283..8823719749 100644 --- a/flyteidl/go.mod +++ b/flyteidl/go.mod @@ -6,6 +6,7 @@ require ( github.com/antihax/optional v1.0.0 github.com/flyteorg/flytestdlib v1.0.0 github.com/go-test/deep v1.0.7 + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/protobuf v1.4.3 github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 diff --git a/flyteidl/go.sum b/flyteidl/go.sum index 9ac47e8d96..877080b807 100644 --- a/flyteidl/go.sum +++ b/flyteidl/go.sum @@ -219,6 +219,7 @@ github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zV github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= +github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= diff --git a/flyteidl/protos/docs/admin/admin.rst b/flyteidl/protos/docs/admin/admin.rst index 136bb6f2ec..177c3f2460 100644 --- a/flyteidl/protos/docs/admin/admin.rst +++ b/flyteidl/protos/docs/admin/admin.rst @@ -2271,6 +2271,7 @@ Container for node execution details and results. "updated_at", ":ref:`ref_google.protobuf.Timestamp`", "", "Time at which the node execution was last updated." "workflow_node_metadata", ":ref:`ref_flyteidl.admin.WorkflowNodeMetadata`", "", "" "task_node_metadata", ":ref:`ref_flyteidl.admin.TaskNodeMetadata`", "", "" + "deck_uri", ":ref:`ref_string`", "", "String location uniquely identifying where the deck HTML file is. NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)" diff --git a/flyteidl/protos/docs/event/event.rst b/flyteidl/protos/docs/event/event.rst index f2c133a5d7..0b253e8b63 100644 --- a/flyteidl/protos/docs/event/event.rst +++ b/flyteidl/protos/docs/event/event.rst @@ -93,6 +93,7 @@ NodeExecutionEvent "event_version", ":ref:`ref_int32`", "", "" "is_parent", ":ref:`ref_bool`", "", "Whether this node launched a subworkflow." "is_dynamic", ":ref:`ref_bool`", "", "Whether this node yielded a dynamic workflow." + "deck_uri", ":ref:`ref_string`", "", "String location uniquely identifying where the deck HTML file is NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)" diff --git a/flyteidl/protos/docs/service/service.rst b/flyteidl/protos/docs/service/service.rst index fdc4f5bf56..398a48d2b2 100644 --- a/flyteidl/protos/docs/service/service.rst +++ b/flyteidl/protos/docs/service/service.rst @@ -227,6 +227,50 @@ flyteidl/service/dataproxy.proto +.. _ref_flyteidl.service.CreateDownloadLocationRequest: + +CreateDownloadLocationRequest +------------------------------------------------------------------ + +CreateDownloadLocationRequest specified request for the CreateDownloadLocation API. + + + +.. csv-table:: CreateDownloadLocationRequest type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "native_url", ":ref:`ref_string`", "", "NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar)" + "expires_in", ":ref:`ref_google.protobuf.Duration`", "", "ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this exceeds the platform allowed max. +optional. The default value comes from a global config." + + + + + + + +.. _ref_flyteidl.service.CreateDownloadLocationResponse: + +CreateDownloadLocationResponse +------------------------------------------------------------------ + + + + + +.. csv-table:: CreateDownloadLocationResponse type fields + :header: "Field", "Type", "Label", "Description" + :widths: auto + + "signed_url", ":ref:`ref_string`", "", "SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...)" + "expires_at", ":ref:`ref_google.protobuf.Timestamp`", "", "ExpiresAt defines when will the signed URL expires." + + + + + + + .. _ref_flyteidl.service.CreateUploadLocationRequest: CreateUploadLocationRequest @@ -299,6 +343,7 @@ DataProxyService defines an RPC Service that allows access to user-data in a con :widths: auto "CreateUploadLocation", ":ref:`ref_flyteidl.service.CreateUploadLocationRequest`", ":ref:`ref_flyteidl.service.CreateUploadLocationResponse`", "CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain." + "CreateDownloadLocation", ":ref:`ref_flyteidl.service.CreateDownloadLocationRequest`", ":ref:`ref_flyteidl.service.CreateDownloadLocationResponse`", "CreateDownloadLocation creates a signed url to download artifacts." .. end services diff --git a/flyteidl/protos/flyteidl/admin/node_execution.proto b/flyteidl/protos/flyteidl/admin/node_execution.proto index e41595ef7d..6182849483 100644 --- a/flyteidl/protos/flyteidl/admin/node_execution.proto +++ b/flyteidl/protos/flyteidl/admin/node_execution.proto @@ -163,6 +163,10 @@ message NodeExecutionClosure { WorkflowNodeMetadata workflow_node_metadata = 8; TaskNodeMetadata task_node_metadata = 9; } + + // String location uniquely identifying where the deck HTML file is. + // NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar) + string deck_uri = 11; } // Metadata for a WorkflowNode diff --git a/flyteidl/protos/flyteidl/event/event.proto b/flyteidl/protos/flyteidl/event/event.proto index b32953d16d..0300733902 100644 --- a/flyteidl/protos/flyteidl/event/event.proto +++ b/flyteidl/protos/flyteidl/event/event.proto @@ -95,6 +95,10 @@ message NodeExecutionEvent { // Whether this node yielded a dynamic workflow. bool is_dynamic = 18; + + // String location uniquely identifying where the deck HTML file is + // NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar) + string deck_uri = 19; } // For Workflow Nodes we need to send information about the workflow that's launched diff --git a/flyteidl/protos/flyteidl/service/dataproxy.proto b/flyteidl/protos/flyteidl/service/dataproxy.proto index 38037f6503..e82757acb7 100644 --- a/flyteidl/protos/flyteidl/service/dataproxy.proto +++ b/flyteidl/protos/flyteidl/service/dataproxy.proto @@ -44,6 +44,25 @@ message CreateUploadLocationRequest { bytes content_md5 = 5; } +// CreateDownloadLocationRequest specified request for the CreateDownloadLocation API. +message CreateDownloadLocationRequest { + // NativeUrl specifies the url in the format of the configured storage provider (e.g. s3://my-bucket/randomstring/suffix.tar) + string native_url = 1; + + // ExpiresIn defines a requested expiration duration for the generated url. The request will be rejected if this + // exceeds the platform allowed max. + // +optional. The default value comes from a global config. + google.protobuf.Duration expires_in = 2; + +} + +message CreateDownloadLocationResponse { + // SignedUrl specifies the url to use to download content from (e.g. https://my-bucket.s3.amazonaws.com/randomstring/suffix.tar?X-...) + string signed_url = 1; + // ExpiresAt defines when will the signed URL expires. + google.protobuf.Timestamp expires_at = 2; +} + // DataProxyService defines an RPC Service that allows access to user-data in a controlled manner. service DataProxyService { // CreateUploadLocation creates a signed url to upload artifacts to for a given project/domain. @@ -56,4 +75,13 @@ service DataProxyService { description: "Creates a write-only http location that is accessible for tasks at runtime." }; } + // CreateDownloadLocation creates a signed url to download artifacts. + rpc CreateDownloadLocation (CreateDownloadLocationRequest) returns (CreateDownloadLocationResponse) { + option (google.api.http) = { + get: "/api/v1/dataproxy/artifact_urn" + }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + description: "Creates a read-only http location that is accessible for tasks at runtime." + }; + } }