From dc7372187e286cdc42e089483aea4963b09ea1dc Mon Sep 17 00:00:00 2001 From: matthewphsmith Date: Tue, 8 Oct 2019 19:44:56 -0700 Subject: [PATCH] Deprecate Literal Map in Execution Closure and Execution Spec (#13) * Deprecate literal map as a field embedded directly in ExecutionSpec and ExecutionClosure * Generate code --- .../gen/pb-cpp/flyteidl/admin/execution.pb.cc | 296 +++++-- .../gen/pb-cpp/flyteidl/admin/execution.pb.h | 144 +++- .../gen/pb-go/flyteidl/admin/execution.pb.go | 221 ++--- .../flyteidl/admin/execution.pb.validate.go | 20 + .../pb-go/flyteidl/service/admin.swagger.json | 8 + .../service/flyteadmin/api/swagger.yaml | 11 + .../model_admin_execution_create_request.go | 2 + ...in_workflow_execution_get_data_response.go | 2 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../flyteidl/admin/ExecutionOuterClass.java | 772 +++++++++++++++--- flyteidl/gen/pb-js/flyteidl.d.ts | 12 + flyteidl/gen/pb-js/flyteidl.js | 38 + .../flyteidl/admin/execution.proto.rst | 49 +- .../pb_python/flyteidl/admin/execution_pb2.py | 90 +- .../models/admin_execution_create_request.py | 35 +- ...in_workflow_execution_get_data_response.py | 34 +- .../protos/flyteidl/admin/execution.proto | 12 +- 17 files changed, 1359 insertions(+), 391 deletions(-) diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc index 39863ddea2..26dacc7c71 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc @@ -115,6 +115,7 @@ void InitDefaultsExecutionCreateRequestImpl() { ::google::protobuf::internal::InitProtobufDefaults(); #endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS protobuf_flyteidl_2fadmin_2fexecution_2eproto::InitDefaultsExecutionSpec(); + protobuf_flyteidl_2fcore_2fliterals_2eproto::InitDefaultsLiteral(); { void* ptr = &::flyteidl::admin::_ExecutionCreateRequest_default_instance_; new (ptr) ::flyteidl::admin::ExecutionCreateRequest(); @@ -463,6 +464,7 @@ const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUT GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::ExecutionCreateRequest, domain_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::ExecutionCreateRequest, name_), GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::ExecutionCreateRequest, spec_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::ExecutionCreateRequest, inputs_), ~0u, // no _has_bits_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::ExecutionRelaunchRequest, _internal_metadata_), ~0u, // no _extensions_ @@ -576,23 +578,24 @@ const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUT ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::WorkflowExecutionGetDataResponse, outputs_), + GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::flyteidl::admin::WorkflowExecutionGetDataResponse, inputs_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::ExecutionCreateRequest)}, - { 9, -1, sizeof(::flyteidl::admin::ExecutionRelaunchRequest)}, - { 16, -1, sizeof(::flyteidl::admin::ExecutionCreateResponse)}, - { 22, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetRequest)}, - { 28, -1, sizeof(::flyteidl::admin::Execution)}, - { 36, -1, sizeof(::flyteidl::admin::ExecutionList)}, - { 43, -1, sizeof(::flyteidl::admin::LiteralMapBlob)}, - { 51, -1, sizeof(::flyteidl::admin::ExecutionClosure)}, - { 68, -1, sizeof(::flyteidl::admin::ExecutionMetadata)}, - { 79, -1, sizeof(::flyteidl::admin::NotificationList)}, - { 85, -1, sizeof(::flyteidl::admin::ExecutionSpec)}, - { 98, -1, sizeof(::flyteidl::admin::ExecutionTerminateRequest)}, - { 105, -1, sizeof(::flyteidl::admin::ExecutionTerminateResponse)}, - { 110, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataRequest)}, - { 116, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataResponse)}, + { 10, -1, sizeof(::flyteidl::admin::ExecutionRelaunchRequest)}, + { 17, -1, sizeof(::flyteidl::admin::ExecutionCreateResponse)}, + { 23, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetRequest)}, + { 29, -1, sizeof(::flyteidl::admin::Execution)}, + { 37, -1, sizeof(::flyteidl::admin::ExecutionList)}, + { 44, -1, sizeof(::flyteidl::admin::LiteralMapBlob)}, + { 52, -1, sizeof(::flyteidl::admin::ExecutionClosure)}, + { 69, -1, sizeof(::flyteidl::admin::ExecutionMetadata)}, + { 80, -1, sizeof(::flyteidl::admin::NotificationList)}, + { 86, -1, sizeof(::flyteidl::admin::ExecutionSpec)}, + { 99, -1, sizeof(::flyteidl::admin::ExecutionTerminateRequest)}, + { 106, -1, sizeof(::flyteidl::admin::ExecutionTerminateResponse)}, + { 111, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataRequest)}, + { 117, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -640,72 +643,75 @@ void AddDescriptorsImpl() { "lyteidl/core/literals.proto\032\035flyteidl/co" "re/execution.proto\032\036flyteidl/core/identi" "fier.proto\032\036google/protobuf/duration.pro" - "to\032\037google/protobuf/timestamp.proto\"t\n\026E" - "xecutionCreateRequest\022\017\n\007project\030\001 \001(\t\022\016" - "\n\006domain\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\022+\n\004spec\030\004 \001" - "(\0132\035.flyteidl.admin.ExecutionSpec\"`\n\030Exe" - "cutionRelaunchRequest\0226\n\002id\030\001 \001(\0132*.flyt" - "eidl.core.WorkflowExecutionIdentifier\022\014\n" - "\004name\030\003 \001(\t\"Q\n\027ExecutionCreateResponse\0226" - "\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowExecu" - "tionIdentifier\"U\n\033WorkflowExecutionGetRe" - "quest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.Workfl" - "owExecutionIdentifier\"\243\001\n\tExecution\0226\n\002i" - "d\030\001 \001(\0132*.flyteidl.core.WorkflowExecutio" - "nIdentifier\022+\n\004spec\030\002 \001(\0132\035.flyteidl.adm" - "in.ExecutionSpec\0221\n\007closure\030\003 \001(\0132 .flyt" - "eidl.admin.ExecutionClosure\"M\n\rExecution" - "List\022-\n\nexecutions\030\001 \003(\0132\031.flyteidl.admi" - "n.Execution\022\r\n\005token\030\002 \001(\t\"T\n\016LiteralMap" - "Blob\022+\n\006values\030\001 \001(\0132\031.flyteidl.core.Lit" - "eralMapH\000\022\r\n\003uri\030\002 \001(\tH\000B\006\n\004data\"\252\004\n\020Exe" - "cutionClosure\0221\n\007outputs\030\001 \001(\0132\036.flyteid" - "l.admin.LiteralMapBlobH\000\022.\n\005error\030\002 \001(\0132" - "\035.flyteidl.core.ExecutionErrorH\000\022\025\n\013abor" - "t_cause\030\n \001(\tH\000\0222\n\017computed_inputs\030\003 \001(\013" - "2\031.flyteidl.core.LiteralMap\0225\n\005phase\030\004 \001" - "(\0162&.flyteidl.core.WorkflowExecution.Pha" - "se\022.\n\nstarted_at\030\005 \001(\0132\032.google.protobuf" - ".Timestamp\022+\n\010duration\030\006 \001(\0132\031.google.pr" - "otobuf.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.go" - "ogle.protobuf.Timestamp\022.\n\nupdated_at\030\010 " - "\001(\0132\032.google.protobuf.Timestamp\0223\n\rnotif" - "ications\030\t \003(\0132\034.flyteidl.admin.Notifica" - "tion\022.\n\013workflow_id\030\013 \001(\0132\031.flyteidl.cor" - "e.IdentifierB\017\n\routput_result\"\222\003\n\021Execut" - "ionMetadata\022=\n\004mode\030\001 \001(\0162/.flyteidl.adm" - "in.ExecutionMetadata.ExecutionMode\022\021\n\tpr" - "incipal\030\002 \001(\t\022\017\n\007nesting\030\003 \001(\r\0220\n\014schedu" - "led_at\030\004 \001(\0132\032.google.protobuf.Timestamp" - "\022E\n\025parent_node_execution\030\005 \001(\0132&.flytei" - "dl.core.NodeExecutionIdentifier\022G\n\023refer" - "ence_execution\030\020 \001(\0132*.flyteidl.core.Wor" - "kflowExecutionIdentifier\"X\n\rExecutionMod" - "e\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDULED\020\001\022\n\n\006SYSTEM\020\002" - "\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD_WORKFLOW\020\004\"G\n\020No" - "tificationList\0223\n\rnotifications\030\001 \003(\0132\034." - "flyteidl.admin.Notification\"\353\002\n\rExecutio" - "nSpec\022.\n\013launch_plan\030\001 \001(\0132\031.flyteidl.co" - "re.Identifier\022)\n\006inputs\030\002 \001(\0132\031.flyteidl" - ".core.LiteralMap\0223\n\010metadata\030\003 \001(\0132!.fly" - "teidl.admin.ExecutionMetadata\0229\n\rnotific" - "ations\030\005 \001(\0132 .flyteidl.admin.Notificati" - "onListH\000\022\025\n\013disable_all\030\006 \001(\010H\000\022&\n\006label" - "s\030\007 \001(\0132\026.flyteidl.admin.Labels\0220\n\013annot" - "ations\030\010 \001(\0132\033.flyteidl.admin.Annotation" - "sB\030\n\026notification_overridesJ\004\010\004\020\005\"b\n\031Exe" - "cutionTerminateRequest\0226\n\002id\030\001 \001(\0132*.fly" - "teidl.core.WorkflowExecutionIdentifier\022\r" - "\n\005cause\030\002 \001(\t\"\034\n\032ExecutionTerminateRespo" - "nse\"Y\n\037WorkflowExecutionGetDataRequest\0226" - "\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowExecu" - "tionIdentifier\"L\n WorkflowExecutionGetDa" - "taResponse\022(\n\007outputs\030\001 \001(\0132\027.flyteidl.a" - "dmin.UrlBlobB3Z1github.com/lyft/flyteidl" - "/gen/pb-go/flyteidl/adminb\006proto3" + "to\032\037google/protobuf/timestamp.proto\"\237\001\n\026" + "ExecutionCreateRequest\022\017\n\007project\030\001 \001(\t\022" + "\016\n\006domain\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\022+\n\004spec\030\004 " + "\001(\0132\035.flyteidl.admin.ExecutionSpec\022)\n\006in" + "puts\030\005 \001(\0132\031.flyteidl.core.LiteralMap\"`\n" + "\030ExecutionRelaunchRequest\0226\n\002id\030\001 \001(\0132*." + "flyteidl.core.WorkflowExecutionIdentifie" + "r\022\014\n\004name\030\003 \001(\t\"Q\n\027ExecutionCreateRespon" + "se\0226\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowE" + "xecutionIdentifier\"U\n\033WorkflowExecutionG" + "etRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.Wo" + "rkflowExecutionIdentifier\"\243\001\n\tExecution\022" + "6\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowExec" + "utionIdentifier\022+\n\004spec\030\002 \001(\0132\035.flyteidl" + ".admin.ExecutionSpec\0221\n\007closure\030\003 \001(\0132 ." + "flyteidl.admin.ExecutionClosure\"M\n\rExecu" + "tionList\022-\n\nexecutions\030\001 \003(\0132\031.flyteidl." + "admin.Execution\022\r\n\005token\030\002 \001(\t\"T\n\016Litera" + "lMapBlob\022+\n\006values\030\001 \001(\0132\031.flyteidl.core" + ".LiteralMapH\000\022\r\n\003uri\030\002 \001(\tH\000B\006\n\004data\"\256\004\n" + "\020ExecutionClosure\0221\n\007outputs\030\001 \001(\0132\036.fly" + "teidl.admin.LiteralMapBlobH\000\022.\n\005error\030\002 " + "\001(\0132\035.flyteidl.core.ExecutionErrorH\000\022\025\n\013" + "abort_cause\030\n \001(\tH\000\0226\n\017computed_inputs\030\003" + " \001(\0132\031.flyteidl.core.LiteralMapB\002\030\001\0225\n\005p" + "hase\030\004 \001(\0162&.flyteidl.core.WorkflowExecu" + "tion.Phase\022.\n\nstarted_at\030\005 \001(\0132\032.google." + "protobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.g" + "oogle.protobuf.Duration\022.\n\ncreated_at\030\007 " + "\001(\0132\032.google.protobuf.Timestamp\022.\n\nupdat" + "ed_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022" + "3\n\rnotifications\030\t \003(\0132\034.flyteidl.admin." + "Notification\022.\n\013workflow_id\030\013 \001(\0132\031.flyt" + "eidl.core.IdentifierB\017\n\routput_result\"\222\003" + "\n\021ExecutionMetadata\022=\n\004mode\030\001 \001(\0162/.flyt" + "eidl.admin.ExecutionMetadata.ExecutionMo" + "de\022\021\n\tprincipal\030\002 \001(\t\022\017\n\007nesting\030\003 \001(\r\0220" + "\n\014scheduled_at\030\004 \001(\0132\032.google.protobuf.T" + "imestamp\022E\n\025parent_node_execution\030\005 \001(\0132" + "&.flyteidl.core.NodeExecutionIdentifier\022" + "G\n\023reference_execution\030\020 \001(\0132*.flyteidl." + "core.WorkflowExecutionIdentifier\"X\n\rExec" + "utionMode\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDULED\020\001\022\n\n\006" + "SYSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD_WORKFLOW" + "\020\004\"G\n\020NotificationList\0223\n\rnotifications\030" + "\001 \003(\0132\034.flyteidl.admin.Notification\"\357\002\n\r" + "ExecutionSpec\022.\n\013launch_plan\030\001 \001(\0132\031.fly" + "teidl.core.Identifier\022-\n\006inputs\030\002 \001(\0132\031." + "flyteidl.core.LiteralMapB\002\030\001\0223\n\010metadata" + "\030\003 \001(\0132!.flyteidl.admin.ExecutionMetadat" + "a\0229\n\rnotifications\030\005 \001(\0132 .flyteidl.admi" + "n.NotificationListH\000\022\025\n\013disable_all\030\006 \001(" + "\010H\000\022&\n\006labels\030\007 \001(\0132\026.flyteidl.admin.Lab" + "els\0220\n\013annotations\030\010 \001(\0132\033.flyteidl.admi" + "n.AnnotationsB\030\n\026notification_overridesJ" + "\004\010\004\020\005\"b\n\031ExecutionTerminateRequest\0226\n\002id" + "\030\001 \001(\0132*.flyteidl.core.WorkflowExecution" + "Identifier\022\r\n\005cause\030\002 \001(\t\"\034\n\032ExecutionTe" + "rminateResponse\"Y\n\037WorkflowExecutionGetD" + "ataRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.W" + "orkflowExecutionIdentifier\"u\n WorkflowEx" + "ecutionGetDataResponse\022(\n\007outputs\030\001 \001(\0132" + "\027.flyteidl.admin.UrlBlob\022\'\n\006inputs\030\002 \001(\013" + "2\027.flyteidl.admin.UrlBlobB3Z1github.com/" + "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" + "proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( - descriptor, 2713); + descriptor, 2806); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "flyteidl/admin/execution.proto", &protobuf_RegisterTypes); ::protobuf_flyteidl_2fadmin_2fcommon_2eproto::AddDescriptors(); @@ -762,12 +768,21 @@ const int ExecutionMetadata::ExecutionMode_ARRAYSIZE; void ExecutionCreateRequest::InitAsDefaultInstance() { ::flyteidl::admin::_ExecutionCreateRequest_default_instance_._instance.get_mutable()->spec_ = const_cast< ::flyteidl::admin::ExecutionSpec*>( ::flyteidl::admin::ExecutionSpec::internal_default_instance()); + ::flyteidl::admin::_ExecutionCreateRequest_default_instance_._instance.get_mutable()->inputs_ = const_cast< ::flyteidl::core::LiteralMap*>( + ::flyteidl::core::LiteralMap::internal_default_instance()); +} +void ExecutionCreateRequest::clear_inputs() { + if (GetArenaNoVirtual() == NULL && inputs_ != NULL) { + delete inputs_; + } + inputs_ = NULL; } #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int ExecutionCreateRequest::kProjectFieldNumber; const int ExecutionCreateRequest::kDomainFieldNumber; const int ExecutionCreateRequest::kNameFieldNumber; const int ExecutionCreateRequest::kSpecFieldNumber; +const int ExecutionCreateRequest::kInputsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 ExecutionCreateRequest::ExecutionCreateRequest() @@ -800,6 +815,11 @@ ExecutionCreateRequest::ExecutionCreateRequest(const ExecutionCreateRequest& fro } else { spec_ = NULL; } + if (from.has_inputs()) { + inputs_ = new ::flyteidl::core::LiteralMap(*from.inputs_); + } else { + inputs_ = NULL; + } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.ExecutionCreateRequest) } @@ -807,7 +827,9 @@ void ExecutionCreateRequest::SharedCtor() { project_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); domain_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - spec_ = NULL; + ::memset(&spec_, 0, static_cast( + reinterpret_cast(&inputs_) - + reinterpret_cast(&spec_)) + sizeof(inputs_)); _cached_size_ = 0; } @@ -821,6 +843,7 @@ void ExecutionCreateRequest::SharedDtor() { domain_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete spec_; + if (this != internal_default_instance()) delete inputs_; } void ExecutionCreateRequest::SetCachedSize(int size) const { @@ -859,6 +882,10 @@ void ExecutionCreateRequest::Clear() { delete spec_; } spec_ = NULL; + if (GetArenaNoVirtual() == NULL && inputs_ != NULL) { + delete inputs_; + } + inputs_ = NULL; _internal_metadata_.Clear(); } @@ -932,6 +959,18 @@ bool ExecutionCreateRequest::MergePartialFromCodedStream( break; } + // .flyteidl.core.LiteralMap inputs = 5; + case 5: { + if (static_cast< ::google::protobuf::uint8>(tag) == + static_cast< ::google::protobuf::uint8>(42u /* 42 & 0xFF */)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_inputs())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -994,6 +1033,12 @@ void ExecutionCreateRequest::SerializeWithCachedSizes( 4, *this->spec_, output); } + // .flyteidl.core.LiteralMap inputs = 5; + if (this->has_inputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 5, *this->inputs_, output); + } + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); @@ -1048,6 +1093,13 @@ ::google::protobuf::uint8* ExecutionCreateRequest::InternalSerializeWithCachedSi 4, *this->spec_, deterministic, target); } + // .flyteidl.core.LiteralMap inputs = 5; + if (this->has_inputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 5, *this->inputs_, deterministic, target); + } + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); @@ -1093,6 +1145,13 @@ size_t ExecutionCreateRequest::ByteSizeLong() const { *this->spec_); } + // .flyteidl.core.LiteralMap inputs = 5; + if (this->has_inputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *this->inputs_); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; @@ -1137,6 +1196,9 @@ void ExecutionCreateRequest::MergeFrom(const ExecutionCreateRequest& from) { if (from.has_spec()) { mutable_spec()->::flyteidl::admin::ExecutionSpec::MergeFrom(from.spec()); } + if (from.has_inputs()) { + mutable_inputs()->::flyteidl::core::LiteralMap::MergeFrom(from.inputs()); + } } void ExecutionCreateRequest::CopyFrom(const ::google::protobuf::Message& from) { @@ -1167,6 +1229,7 @@ void ExecutionCreateRequest::InternalSwap(ExecutionCreateRequest* other) { domain_.Swap(&other->domain_); name_.Swap(&other->name_); swap(spec_, other->spec_); + swap(inputs_, other->inputs_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } @@ -3327,7 +3390,7 @@ bool ExecutionClosure::MergePartialFromCodedStream( break; } - // .flyteidl.core.LiteralMap computed_inputs = 3; + // .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; case 3: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(26u /* 26 & 0xFF */)) { @@ -3479,7 +3542,7 @@ void ExecutionClosure::SerializeWithCachedSizes( 2, *output_result_.error_, output); } - // .flyteidl.core.LiteralMap computed_inputs = 3; + // .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; if (this->has_computed_inputs()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 3, *this->computed_inputs_, output); @@ -3566,7 +3629,7 @@ ::google::protobuf::uint8* ExecutionClosure::InternalSerializeWithCachedSizesToA 2, *output_result_.error_, deterministic, target); } - // .flyteidl.core.LiteralMap computed_inputs = 3; + // .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; if (this->has_computed_inputs()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( @@ -3661,7 +3724,7 @@ size_t ExecutionClosure::ByteSizeLong() const { } } - // .flyteidl.core.LiteralMap computed_inputs = 3; + // .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; if (this->has_computed_inputs()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( @@ -4835,7 +4898,7 @@ bool ExecutionSpec::MergePartialFromCodedStream( break; } - // .flyteidl.core.LiteralMap inputs = 2; + // .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) { @@ -4942,7 +5005,7 @@ void ExecutionSpec::SerializeWithCachedSizes( 1, *this->launch_plan_, output); } - // .flyteidl.core.LiteralMap inputs = 2; + // .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; if (this->has_inputs()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 2, *this->inputs_, output); @@ -4998,7 +5061,7 @@ ::google::protobuf::uint8* ExecutionSpec::InternalSerializeWithCachedSizesToArra 1, *this->launch_plan_, deterministic, target); } - // .flyteidl.core.LiteralMap inputs = 2; + // .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; if (this->has_inputs()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( @@ -5062,7 +5125,7 @@ size_t ExecutionSpec::ByteSizeLong() const { *this->launch_plan_); } - // .flyteidl.core.LiteralMap inputs = 2; + // .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; if (this->has_inputs()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( @@ -5973,6 +6036,8 @@ ::google::protobuf::Metadata WorkflowExecutionGetDataRequest::GetMetadata() cons void WorkflowExecutionGetDataResponse::InitAsDefaultInstance() { ::flyteidl::admin::_WorkflowExecutionGetDataResponse_default_instance_._instance.get_mutable()->outputs_ = const_cast< ::flyteidl::admin::UrlBlob*>( ::flyteidl::admin::UrlBlob::internal_default_instance()); + ::flyteidl::admin::_WorkflowExecutionGetDataResponse_default_instance_._instance.get_mutable()->inputs_ = const_cast< ::flyteidl::admin::UrlBlob*>( + ::flyteidl::admin::UrlBlob::internal_default_instance()); } void WorkflowExecutionGetDataResponse::clear_outputs() { if (GetArenaNoVirtual() == NULL && outputs_ != NULL) { @@ -5980,8 +6045,15 @@ void WorkflowExecutionGetDataResponse::clear_outputs() { } outputs_ = NULL; } +void WorkflowExecutionGetDataResponse::clear_inputs() { + if (GetArenaNoVirtual() == NULL && inputs_ != NULL) { + delete inputs_; + } + inputs_ = NULL; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int WorkflowExecutionGetDataResponse::kOutputsFieldNumber; +const int WorkflowExecutionGetDataResponse::kInputsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 WorkflowExecutionGetDataResponse::WorkflowExecutionGetDataResponse() @@ -6002,11 +6074,18 @@ WorkflowExecutionGetDataResponse::WorkflowExecutionGetDataResponse(const Workflo } else { outputs_ = NULL; } + if (from.has_inputs()) { + inputs_ = new ::flyteidl::admin::UrlBlob(*from.inputs_); + } else { + inputs_ = NULL; + } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.WorkflowExecutionGetDataResponse) } void WorkflowExecutionGetDataResponse::SharedCtor() { - outputs_ = NULL; + ::memset(&outputs_, 0, static_cast( + reinterpret_cast(&inputs_) - + reinterpret_cast(&outputs_)) + sizeof(inputs_)); _cached_size_ = 0; } @@ -6017,6 +6096,7 @@ WorkflowExecutionGetDataResponse::~WorkflowExecutionGetDataResponse() { void WorkflowExecutionGetDataResponse::SharedDtor() { if (this != internal_default_instance()) delete outputs_; + if (this != internal_default_instance()) delete inputs_; } void WorkflowExecutionGetDataResponse::SetCachedSize(int size) const { @@ -6052,6 +6132,10 @@ void WorkflowExecutionGetDataResponse::Clear() { delete outputs_; } outputs_ = NULL; + if (GetArenaNoVirtual() == NULL && inputs_ != NULL) { + delete inputs_; + } + inputs_ = NULL; _internal_metadata_.Clear(); } @@ -6077,6 +6161,18 @@ bool WorkflowExecutionGetDataResponse::MergePartialFromCodedStream( break; } + // .flyteidl.admin.UrlBlob inputs = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == + static_cast< ::google::protobuf::uint8>(18u /* 18 & 0xFF */)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_inputs())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -6109,6 +6205,12 @@ void WorkflowExecutionGetDataResponse::SerializeWithCachedSizes( 1, *this->outputs_, output); } + // .flyteidl.admin.UrlBlob inputs = 2; + if (this->has_inputs()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, *this->inputs_, output); + } + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), output); @@ -6130,6 +6232,13 @@ ::google::protobuf::uint8* WorkflowExecutionGetDataResponse::InternalSerializeWi 1, *this->outputs_, deterministic, target); } + // .flyteidl.admin.UrlBlob inputs = 2; + if (this->has_inputs()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, *this->inputs_, deterministic, target); + } + if ((_internal_metadata_.have_unknown_fields() && ::google::protobuf::internal::GetProto3PreserveUnknownsDefault())) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( (::google::protobuf::internal::GetProto3PreserveUnknownsDefault() ? _internal_metadata_.unknown_fields() : _internal_metadata_.default_instance()), target); @@ -6154,6 +6263,13 @@ size_t WorkflowExecutionGetDataResponse::ByteSizeLong() const { *this->outputs_); } + // .flyteidl.admin.UrlBlob inputs = 2; + if (this->has_inputs()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *this->inputs_); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN(); _cached_size_ = cached_size; @@ -6186,6 +6302,9 @@ void WorkflowExecutionGetDataResponse::MergeFrom(const WorkflowExecutionGetDataR if (from.has_outputs()) { mutable_outputs()->::flyteidl::admin::UrlBlob::MergeFrom(from.outputs()); } + if (from.has_inputs()) { + mutable_inputs()->::flyteidl::admin::UrlBlob::MergeFrom(from.inputs()); + } } void WorkflowExecutionGetDataResponse::CopyFrom(const ::google::protobuf::Message& from) { @@ -6213,6 +6332,7 @@ void WorkflowExecutionGetDataResponse::Swap(WorkflowExecutionGetDataResponse* ot void WorkflowExecutionGetDataResponse::InternalSwap(WorkflowExecutionGetDataResponse* other) { using std::swap; swap(outputs_, other->outputs_); + swap(inputs_, other->inputs_); _internal_metadata_.Swap(&other->_internal_metadata_); swap(_cached_size_, other->_cached_size_); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h index 5cecb8335b..4f8e6492c9 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.h @@ -308,6 +308,15 @@ class ExecutionCreateRequest : public ::google::protobuf::Message /* @@protoc_in ::flyteidl::admin::ExecutionSpec* mutable_spec(); void set_allocated_spec(::flyteidl::admin::ExecutionSpec* spec); + // .flyteidl.core.LiteralMap inputs = 5; + bool has_inputs() const; + void clear_inputs(); + static const int kInputsFieldNumber = 5; + const ::flyteidl::core::LiteralMap& inputs() const; + ::flyteidl::core::LiteralMap* release_inputs(); + ::flyteidl::core::LiteralMap* mutable_inputs(); + void set_allocated_inputs(::flyteidl::core::LiteralMap* inputs); + // @@protoc_insertion_point(class_scope:flyteidl.admin.ExecutionCreateRequest) private: @@ -316,6 +325,7 @@ class ExecutionCreateRequest : public ::google::protobuf::Message /* @@protoc_in ::google::protobuf::internal::ArenaStringPtr domain_; ::google::protobuf::internal::ArenaStringPtr name_; ::flyteidl::admin::ExecutionSpec* spec_; + ::flyteidl::core::LiteralMap* inputs_; mutable int _cached_size_; friend struct ::protobuf_flyteidl_2fadmin_2fexecution_2eproto::TableStruct; friend void ::protobuf_flyteidl_2fadmin_2fexecution_2eproto::InitDefaultsExecutionCreateRequestImpl(); @@ -1124,14 +1134,14 @@ class ExecutionClosure : public ::google::protobuf::Message /* @@protoc_insertio const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Notification >& notifications() const; - // .flyteidl.core.LiteralMap computed_inputs = 3; - bool has_computed_inputs() const; - void clear_computed_inputs(); - static const int kComputedInputsFieldNumber = 3; - const ::flyteidl::core::LiteralMap& computed_inputs() const; - ::flyteidl::core::LiteralMap* release_computed_inputs(); - ::flyteidl::core::LiteralMap* mutable_computed_inputs(); - void set_allocated_computed_inputs(::flyteidl::core::LiteralMap* computed_inputs); + // .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; + GOOGLE_PROTOBUF_DEPRECATED_ATTR bool has_computed_inputs() const; + GOOGLE_PROTOBUF_DEPRECATED_ATTR void clear_computed_inputs(); + GOOGLE_PROTOBUF_DEPRECATED_ATTR static const int kComputedInputsFieldNumber = 3; + GOOGLE_PROTOBUF_DEPRECATED_ATTR const ::flyteidl::core::LiteralMap& computed_inputs() const; + GOOGLE_PROTOBUF_DEPRECATED_ATTR ::flyteidl::core::LiteralMap* release_computed_inputs(); + GOOGLE_PROTOBUF_DEPRECATED_ATTR ::flyteidl::core::LiteralMap* mutable_computed_inputs(); + GOOGLE_PROTOBUF_DEPRECATED_ATTR void set_allocated_computed_inputs(::flyteidl::core::LiteralMap* computed_inputs); // .google.protobuf.Timestamp started_at = 5; bool has_started_at() const; @@ -1638,14 +1648,14 @@ class ExecutionSpec : public ::google::protobuf::Message /* @@protoc_insertion_p ::flyteidl::core::Identifier* mutable_launch_plan(); void set_allocated_launch_plan(::flyteidl::core::Identifier* launch_plan); - // .flyteidl.core.LiteralMap inputs = 2; - bool has_inputs() const; - void clear_inputs(); - static const int kInputsFieldNumber = 2; - const ::flyteidl::core::LiteralMap& inputs() const; - ::flyteidl::core::LiteralMap* release_inputs(); - ::flyteidl::core::LiteralMap* mutable_inputs(); - void set_allocated_inputs(::flyteidl::core::LiteralMap* inputs); + // .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; + GOOGLE_PROTOBUF_DEPRECATED_ATTR bool has_inputs() const; + GOOGLE_PROTOBUF_DEPRECATED_ATTR void clear_inputs(); + GOOGLE_PROTOBUF_DEPRECATED_ATTR static const int kInputsFieldNumber = 2; + GOOGLE_PROTOBUF_DEPRECATED_ATTR const ::flyteidl::core::LiteralMap& inputs() const; + GOOGLE_PROTOBUF_DEPRECATED_ATTR ::flyteidl::core::LiteralMap* release_inputs(); + GOOGLE_PROTOBUF_DEPRECATED_ATTR ::flyteidl::core::LiteralMap* mutable_inputs(); + GOOGLE_PROTOBUF_DEPRECATED_ATTR void set_allocated_inputs(::flyteidl::core::LiteralMap* inputs); // .flyteidl.admin.ExecutionMetadata metadata = 3; bool has_metadata() const; @@ -2123,11 +2133,21 @@ class WorkflowExecutionGetDataResponse : public ::google::protobuf::Message /* @ ::flyteidl::admin::UrlBlob* mutable_outputs(); void set_allocated_outputs(::flyteidl::admin::UrlBlob* outputs); + // .flyteidl.admin.UrlBlob inputs = 2; + bool has_inputs() const; + void clear_inputs(); + static const int kInputsFieldNumber = 2; + const ::flyteidl::admin::UrlBlob& inputs() const; + ::flyteidl::admin::UrlBlob* release_inputs(); + ::flyteidl::admin::UrlBlob* mutable_inputs(); + void set_allocated_inputs(::flyteidl::admin::UrlBlob* inputs); + // @@protoc_insertion_point(class_scope:flyteidl.admin.WorkflowExecutionGetDataResponse) private: ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::flyteidl::admin::UrlBlob* outputs_; + ::flyteidl::admin::UrlBlob* inputs_; mutable int _cached_size_; friend struct ::protobuf_flyteidl_2fadmin_2fexecution_2eproto::TableStruct; friend void ::protobuf_flyteidl_2fadmin_2fexecution_2eproto::InitDefaultsWorkflowExecutionGetDataResponseImpl(); @@ -2352,6 +2372,50 @@ inline void ExecutionCreateRequest::set_allocated_spec(::flyteidl::admin::Execut // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionCreateRequest.spec) } +// .flyteidl.core.LiteralMap inputs = 5; +inline bool ExecutionCreateRequest::has_inputs() const { + return this != internal_default_instance() && inputs_ != NULL; +} +inline const ::flyteidl::core::LiteralMap& ExecutionCreateRequest::inputs() const { + const ::flyteidl::core::LiteralMap* p = inputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.ExecutionCreateRequest.inputs) + return p != NULL ? *p : *reinterpret_cast( + &::flyteidl::core::_LiteralMap_default_instance_); +} +inline ::flyteidl::core::LiteralMap* ExecutionCreateRequest::release_inputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.ExecutionCreateRequest.inputs) + + ::flyteidl::core::LiteralMap* temp = inputs_; + inputs_ = NULL; + return temp; +} +inline ::flyteidl::core::LiteralMap* ExecutionCreateRequest::mutable_inputs() { + + if (inputs_ == NULL) { + inputs_ = new ::flyteidl::core::LiteralMap; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.ExecutionCreateRequest.inputs) + return inputs_; +} +inline void ExecutionCreateRequest::set_allocated_inputs(::flyteidl::core::LiteralMap* inputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == NULL) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(inputs_); + } + if (inputs) { + ::google::protobuf::Arena* submessage_arena = NULL; + if (message_arena != submessage_arena) { + inputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, inputs, submessage_arena); + } + + } else { + + } + inputs_ = inputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionCreateRequest.inputs) +} + // ------------------------------------------------------------------- // ExecutionRelaunchRequest @@ -3099,7 +3163,7 @@ inline void ExecutionClosure::set_allocated_abort_cause(::std::string* abort_cau // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionClosure.abort_cause) } -// .flyteidl.core.LiteralMap computed_inputs = 3; +// .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; inline bool ExecutionClosure::has_computed_inputs() const { return this != internal_default_instance() && computed_inputs_ != NULL; } @@ -3714,7 +3778,7 @@ inline void ExecutionSpec::set_allocated_launch_plan(::flyteidl::core::Identifie // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionSpec.launch_plan) } -// .flyteidl.core.LiteralMap inputs = 2; +// .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; inline bool ExecutionSpec::has_inputs() const { return this != internal_default_instance() && inputs_ != NULL; } @@ -4175,6 +4239,50 @@ inline void WorkflowExecutionGetDataResponse::set_allocated_outputs(::flyteidl:: // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.WorkflowExecutionGetDataResponse.outputs) } +// .flyteidl.admin.UrlBlob inputs = 2; +inline bool WorkflowExecutionGetDataResponse::has_inputs() const { + return this != internal_default_instance() && inputs_ != NULL; +} +inline const ::flyteidl::admin::UrlBlob& WorkflowExecutionGetDataResponse::inputs() const { + const ::flyteidl::admin::UrlBlob* p = inputs_; + // @@protoc_insertion_point(field_get:flyteidl.admin.WorkflowExecutionGetDataResponse.inputs) + return p != NULL ? *p : *reinterpret_cast( + &::flyteidl::admin::_UrlBlob_default_instance_); +} +inline ::flyteidl::admin::UrlBlob* WorkflowExecutionGetDataResponse::release_inputs() { + // @@protoc_insertion_point(field_release:flyteidl.admin.WorkflowExecutionGetDataResponse.inputs) + + ::flyteidl::admin::UrlBlob* temp = inputs_; + inputs_ = NULL; + return temp; +} +inline ::flyteidl::admin::UrlBlob* WorkflowExecutionGetDataResponse::mutable_inputs() { + + if (inputs_ == NULL) { + inputs_ = new ::flyteidl::admin::UrlBlob; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.WorkflowExecutionGetDataResponse.inputs) + return inputs_; +} +inline void WorkflowExecutionGetDataResponse::set_allocated_inputs(::flyteidl::admin::UrlBlob* inputs) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == NULL) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(inputs_); + } + if (inputs) { + ::google::protobuf::Arena* submessage_arena = NULL; + if (message_arena != submessage_arena) { + inputs = ::google::protobuf::internal::GetOwnedMessage( + message_arena, inputs, submessage_arena); + } + + } else { + + } + inputs_ = inputs; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.WorkflowExecutionGetDataResponse.inputs) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ diff --git a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go index 06d7aa187e..9df6a06f09 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.go @@ -56,7 +56,7 @@ func (x ExecutionMetadata_ExecutionMode) String() string { return proto.EnumName(ExecutionMetadata_ExecutionMode_name, int32(x)) } func (ExecutionMetadata_ExecutionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{8, 0} + return fileDescriptor_execution_de0670a7c84041bc, []int{8, 0} } // Request to launch an execution with the given project, domain and optionally name. @@ -71,17 +71,20 @@ type ExecutionCreateRequest struct { // +optional Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // Additional fields necessary to launch the execution. - Spec *ExecutionSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Spec *ExecutionSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // The inputs required to start the execution. All required inputs must be + // included in this map. If not required and not provided, defaults apply. + Inputs *core.LiteralMap `protobuf:"bytes,5,opt,name=inputs,proto3" json:"inputs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ExecutionCreateRequest) Reset() { *m = ExecutionCreateRequest{} } func (m *ExecutionCreateRequest) String() string { return proto.CompactTextString(m) } func (*ExecutionCreateRequest) ProtoMessage() {} func (*ExecutionCreateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{0} + return fileDescriptor_execution_de0670a7c84041bc, []int{0} } func (m *ExecutionCreateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionCreateRequest.Unmarshal(m, b) @@ -129,6 +132,13 @@ func (m *ExecutionCreateRequest) GetSpec() *ExecutionSpec { return nil } +func (m *ExecutionCreateRequest) GetInputs() *core.LiteralMap { + if m != nil { + return m.Inputs + } + return nil +} + // Request to relaunch the referenced execution. type ExecutionRelaunchRequest struct { // Identifier of the workflow execution to relaunch. @@ -146,7 +156,7 @@ func (m *ExecutionRelaunchRequest) Reset() { *m = ExecutionRelaunchReque func (m *ExecutionRelaunchRequest) String() string { return proto.CompactTextString(m) } func (*ExecutionRelaunchRequest) ProtoMessage() {} func (*ExecutionRelaunchRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{1} + return fileDescriptor_execution_de0670a7c84041bc, []int{1} } func (m *ExecutionRelaunchRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionRelaunchRequest.Unmarshal(m, b) @@ -193,7 +203,7 @@ func (m *ExecutionCreateResponse) Reset() { *m = ExecutionCreateResponse func (m *ExecutionCreateResponse) String() string { return proto.CompactTextString(m) } func (*ExecutionCreateResponse) ProtoMessage() {} func (*ExecutionCreateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{2} + return fileDescriptor_execution_de0670a7c84041bc, []int{2} } func (m *ExecutionCreateResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionCreateResponse.Unmarshal(m, b) @@ -233,7 +243,7 @@ func (m *WorkflowExecutionGetRequest) Reset() { *m = WorkflowExecutionGe func (m *WorkflowExecutionGetRequest) String() string { return proto.CompactTextString(m) } func (*WorkflowExecutionGetRequest) ProtoMessage() {} func (*WorkflowExecutionGetRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{3} + return fileDescriptor_execution_de0670a7c84041bc, []int{3} } func (m *WorkflowExecutionGetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowExecutionGetRequest.Unmarshal(m, b) @@ -279,7 +289,7 @@ func (m *Execution) Reset() { *m = Execution{} } func (m *Execution) String() string { return proto.CompactTextString(m) } func (*Execution) ProtoMessage() {} func (*Execution) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{4} + return fileDescriptor_execution_de0670a7c84041bc, []int{4} } func (m *Execution) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Execution.Unmarshal(m, b) @@ -335,7 +345,7 @@ func (m *ExecutionList) Reset() { *m = ExecutionList{} } func (m *ExecutionList) String() string { return proto.CompactTextString(m) } func (*ExecutionList) ProtoMessage() {} func (*ExecutionList) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{5} + return fileDescriptor_execution_de0670a7c84041bc, []int{5} } func (m *ExecutionList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionList.Unmarshal(m, b) @@ -384,7 +394,7 @@ func (m *LiteralMapBlob) Reset() { *m = LiteralMapBlob{} } func (m *LiteralMapBlob) String() string { return proto.CompactTextString(m) } func (*LiteralMapBlob) ProtoMessage() {} func (*LiteralMapBlob) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{6} + return fileDescriptor_execution_de0670a7c84041bc, []int{6} } func (m *LiteralMapBlob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LiteralMapBlob.Unmarshal(m, b) @@ -523,7 +533,7 @@ type ExecutionClosure struct { OutputResult isExecutionClosure_OutputResult `protobuf_oneof:"output_result"` // Inputs computed and passed for execution. // computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan - ComputedInputs *core.LiteralMap `protobuf:"bytes,3,opt,name=computed_inputs,json=computedInputs,proto3" json:"computed_inputs,omitempty"` + ComputedInputs *core.LiteralMap `protobuf:"bytes,3,opt,name=computed_inputs,json=computedInputs,proto3" json:"computed_inputs,omitempty"` // Deprecated: Do not use. // Most recent recorded phase for the execution. Phase core.WorkflowExecution_Phase `protobuf:"varint,4,opt,name=phase,proto3,enum=flyteidl.core.WorkflowExecution_Phase" json:"phase,omitempty"` // Reported ime at which the execution began running. @@ -549,7 +559,7 @@ func (m *ExecutionClosure) Reset() { *m = ExecutionClosure{} } func (m *ExecutionClosure) String() string { return proto.CompactTextString(m) } func (*ExecutionClosure) ProtoMessage() {} func (*ExecutionClosure) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{7} + return fileDescriptor_execution_de0670a7c84041bc, []int{7} } func (m *ExecutionClosure) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionClosure.Unmarshal(m, b) @@ -619,6 +629,7 @@ func (m *ExecutionClosure) GetAbortCause() string { return "" } +// Deprecated: Do not use. func (m *ExecutionClosure) GetComputedInputs() *core.LiteralMap { if m != nil { return m.ComputedInputs @@ -792,7 +803,7 @@ func (m *ExecutionMetadata) Reset() { *m = ExecutionMetadata{} } func (m *ExecutionMetadata) String() string { return proto.CompactTextString(m) } func (*ExecutionMetadata) ProtoMessage() {} func (*ExecutionMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{8} + return fileDescriptor_execution_de0670a7c84041bc, []int{8} } func (m *ExecutionMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionMetadata.Unmarshal(m, b) @@ -865,7 +876,7 @@ func (m *NotificationList) Reset() { *m = NotificationList{} } func (m *NotificationList) String() string { return proto.CompactTextString(m) } func (*NotificationList) ProtoMessage() {} func (*NotificationList) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{9} + return fileDescriptor_execution_de0670a7c84041bc, []int{9} } func (m *NotificationList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NotificationList.Unmarshal(m, b) @@ -898,7 +909,7 @@ type ExecutionSpec struct { // Launch plan to be executed LaunchPlan *core.Identifier `protobuf:"bytes,1,opt,name=launch_plan,json=launchPlan,proto3" json:"launch_plan,omitempty"` // Input values to be passed for the execution - Inputs *core.LiteralMap `protobuf:"bytes,2,opt,name=inputs,proto3" json:"inputs,omitempty"` + Inputs *core.LiteralMap `protobuf:"bytes,2,opt,name=inputs,proto3" json:"inputs,omitempty"` // Deprecated: Do not use. // Metadata for the execution Metadata *ExecutionMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // Types that are valid to be assigned to NotificationOverrides: @@ -918,7 +929,7 @@ func (m *ExecutionSpec) Reset() { *m = ExecutionSpec{} } func (m *ExecutionSpec) String() string { return proto.CompactTextString(m) } func (*ExecutionSpec) ProtoMessage() {} func (*ExecutionSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{10} + return fileDescriptor_execution_de0670a7c84041bc, []int{10} } func (m *ExecutionSpec) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionSpec.Unmarshal(m, b) @@ -945,6 +956,7 @@ func (m *ExecutionSpec) GetLaunchPlan() *core.Identifier { return nil } +// Deprecated: Do not use. func (m *ExecutionSpec) GetInputs() *core.LiteralMap { if m != nil { return m.Inputs @@ -1102,7 +1114,7 @@ func (m *ExecutionTerminateRequest) Reset() { *m = ExecutionTerminateReq func (m *ExecutionTerminateRequest) String() string { return proto.CompactTextString(m) } func (*ExecutionTerminateRequest) ProtoMessage() {} func (*ExecutionTerminateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{11} + return fileDescriptor_execution_de0670a7c84041bc, []int{11} } func (m *ExecutionTerminateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionTerminateRequest.Unmarshal(m, b) @@ -1146,7 +1158,7 @@ func (m *ExecutionTerminateResponse) Reset() { *m = ExecutionTerminateRe func (m *ExecutionTerminateResponse) String() string { return proto.CompactTextString(m) } func (*ExecutionTerminateResponse) ProtoMessage() {} func (*ExecutionTerminateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{12} + return fileDescriptor_execution_de0670a7c84041bc, []int{12} } func (m *ExecutionTerminateResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExecutionTerminateResponse.Unmarshal(m, b) @@ -1179,7 +1191,7 @@ func (m *WorkflowExecutionGetDataRequest) Reset() { *m = WorkflowExecuti func (m *WorkflowExecutionGetDataRequest) String() string { return proto.CompactTextString(m) } func (*WorkflowExecutionGetDataRequest) ProtoMessage() {} func (*WorkflowExecutionGetDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{13} + return fileDescriptor_execution_de0670a7c84041bc, []int{13} } func (m *WorkflowExecutionGetDataRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowExecutionGetDataRequest.Unmarshal(m, b) @@ -1209,7 +1221,9 @@ func (m *WorkflowExecutionGetDataRequest) GetId() *core.WorkflowExecutionIdentif // Response structure for WorkflowExecutionGetDataRequest which contains inputs and outputs for an execution. type WorkflowExecutionGetDataResponse struct { // Signed url to fetch a core.LiteralMap of execution outputs. - Outputs *UrlBlob `protobuf:"bytes,1,opt,name=outputs,proto3" json:"outputs,omitempty"` + Outputs *UrlBlob `protobuf:"bytes,1,opt,name=outputs,proto3" json:"outputs,omitempty"` + // Signed url to fetch a core.LiteralMap of execution inputs. + Inputs *UrlBlob `protobuf:"bytes,2,opt,name=inputs,proto3" json:"inputs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -1219,7 +1233,7 @@ func (m *WorkflowExecutionGetDataResponse) Reset() { *m = WorkflowExecut func (m *WorkflowExecutionGetDataResponse) String() string { return proto.CompactTextString(m) } func (*WorkflowExecutionGetDataResponse) ProtoMessage() {} func (*WorkflowExecutionGetDataResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_execution_d511cd596191f828, []int{14} + return fileDescriptor_execution_de0670a7c84041bc, []int{14} } func (m *WorkflowExecutionGetDataResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkflowExecutionGetDataResponse.Unmarshal(m, b) @@ -1246,6 +1260,13 @@ func (m *WorkflowExecutionGetDataResponse) GetOutputs() *UrlBlob { return nil } +func (m *WorkflowExecutionGetDataResponse) GetInputs() *UrlBlob { + if m != nil { + return m.Inputs + } + return nil +} + func init() { proto.RegisterType((*ExecutionCreateRequest)(nil), "flyteidl.admin.ExecutionCreateRequest") proto.RegisterType((*ExecutionRelaunchRequest)(nil), "flyteidl.admin.ExecutionRelaunchRequest") @@ -1266,80 +1287,82 @@ func init() { } func init() { - proto.RegisterFile("flyteidl/admin/execution.proto", fileDescriptor_execution_d511cd596191f828) -} - -var fileDescriptor_execution_d511cd596191f828 = []byte{ - // 1133 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x6e, 0xdb, 0xb6, - 0x17, 0xf6, 0xff, 0xda, 0xc7, 0x8d, 0xeb, 0x1f, 0xdb, 0x5f, 0xaa, 0xfc, 0x69, 0x9a, 0xe8, 0x62, - 0x08, 0x06, 0xcc, 0x46, 0x1c, 0xf4, 0x62, 0xc1, 0x72, 0x61, 0x3b, 0xde, 0x9c, 0xcd, 0x49, 0x0b, - 0x25, 0x5e, 0xd6, 0x0e, 0x83, 0x47, 0x4b, 0xb4, 0xa3, 0x96, 0x12, 0x35, 0x8a, 0x6a, 0xd7, 0xc7, - 0xd8, 0x33, 0xec, 0x1d, 0x06, 0xec, 0x75, 0xf6, 0x24, 0x83, 0x28, 0x4a, 0x91, 0x15, 0x07, 0x5e, - 0x91, 0xde, 0x89, 0x3c, 0xdf, 0xe1, 0x39, 0xfa, 0xf8, 0xf1, 0x23, 0x61, 0x67, 0x46, 0x3f, 0x0a, - 0x62, 0x5b, 0xb4, 0x8d, 0x2d, 0xc7, 0x76, 0xdb, 0xe4, 0x77, 0x62, 0x06, 0xc2, 0x66, 0x6e, 0xcb, - 0xe3, 0x4c, 0x30, 0xd4, 0x88, 0xe3, 0x2d, 0x19, 0xdf, 0xdc, 0xca, 0xe0, 0x4d, 0xe6, 0x38, 0x31, - 0x78, 0x73, 0x3b, 0x09, 0x9a, 0x8c, 0x93, 0x36, 0xb5, 0x05, 0xe1, 0x98, 0xfa, 0x2a, 0xfa, 0x6c, - 0x31, 0x9a, 0xa9, 0xb4, 0xb9, 0xb3, 0x18, 0xb6, 0x2d, 0xe2, 0x0a, 0x7b, 0x66, 0x13, 0x1e, 0xc7, - 0xe7, 0x8c, 0xcd, 0x29, 0x69, 0xcb, 0xd1, 0x34, 0x98, 0xb5, 0xad, 0x80, 0xe3, 0x54, 0xfe, 0xf3, - 0x6c, 0x5c, 0xd8, 0x0e, 0xf1, 0x05, 0x76, 0xbc, 0x08, 0xa0, 0xff, 0x91, 0x87, 0xf5, 0x41, 0x5c, - 0xb4, 0xcf, 0x09, 0x16, 0xc4, 0x20, 0xbf, 0x05, 0xc4, 0x17, 0x48, 0x83, 0x07, 0x1e, 0x67, 0x6f, - 0x89, 0x29, 0xb4, 0xfc, 0x6e, 0x7e, 0xbf, 0x66, 0xc4, 0x43, 0xb4, 0x0e, 0x15, 0x8b, 0x39, 0xd8, - 0x76, 0xb5, 0x82, 0x0c, 0xa8, 0x11, 0x42, 0x50, 0x72, 0xb1, 0x43, 0xb4, 0xa2, 0x9c, 0x95, 0xdf, - 0xe8, 0x00, 0x4a, 0xbe, 0x47, 0x4c, 0xad, 0xb4, 0x9b, 0xdf, 0xaf, 0x77, 0x9e, 0xb5, 0x16, 0xa9, - 0x6b, 0x25, 0xb5, 0x2f, 0x3c, 0x62, 0x1a, 0x12, 0xaa, 0xbf, 0x05, 0x2d, 0x99, 0x36, 0x08, 0xc5, - 0x81, 0x6b, 0x5e, 0xc7, 0x4d, 0x1d, 0x41, 0xc1, 0xb6, 0x64, 0x3f, 0xf5, 0xce, 0x97, 0x37, 0x8b, - 0x85, 0xec, 0xb4, 0xae, 0x18, 0x7f, 0x37, 0xa3, 0xec, 0x43, 0x92, 0x7c, 0x9a, 0xd0, 0x65, 0x14, - 0x6c, 0x6b, 0x59, 0x7b, 0xfa, 0x18, 0x9e, 0xde, 0xfa, 0x7d, 0xdf, 0x63, 0xae, 0x4f, 0xee, 0x53, - 0x4a, 0x7f, 0x0d, 0x5b, 0xb7, 0x20, 0xdf, 0x11, 0xf1, 0x19, 0xfe, 0x42, 0xff, 0x2b, 0x0f, 0xb5, - 0x24, 0x76, 0x2f, 0x3e, 0xe2, 0xad, 0x29, 0xfc, 0xe7, 0xad, 0x41, 0x47, 0xf0, 0xc0, 0xa4, 0xcc, - 0x0f, 0x78, 0xc4, 0x62, 0xbd, 0xb3, 0x7b, 0x67, 0x56, 0x3f, 0xc2, 0x19, 0x71, 0x82, 0xfe, 0x2b, - 0xac, 0x25, 0xc1, 0x91, 0xed, 0x0b, 0xf4, 0x35, 0x40, 0xa2, 0x77, 0x5f, 0xcb, 0xef, 0x16, 0xf7, - 0xeb, 0x9d, 0x8d, 0x3b, 0xd7, 0x33, 0x52, 0x60, 0xf4, 0x04, 0xca, 0x82, 0xbd, 0x23, 0xb1, 0x00, - 0xa3, 0x81, 0x8e, 0xa1, 0x31, 0x8a, 0x8e, 0xd7, 0x19, 0xf6, 0x7a, 0x94, 0x4d, 0xd1, 0x21, 0x54, - 0xde, 0x63, 0x1a, 0x10, 0x5f, 0x51, 0xb4, 0x91, 0xa1, 0xe8, 0x06, 0x3e, 0xcc, 0x19, 0x0a, 0x8a, - 0x10, 0x14, 0x03, 0x6e, 0x47, 0x4b, 0x0f, 0x73, 0x46, 0x38, 0xe8, 0x55, 0xa0, 0x64, 0x61, 0x81, - 0xf5, 0x3f, 0xcb, 0xd0, 0xcc, 0xfe, 0x62, 0xc8, 0x0a, 0x0b, 0x84, 0x17, 0x88, 0xb8, 0xcc, 0x4e, - 0xf6, 0x2f, 0x16, 0xdb, 0x1a, 0xe6, 0x8c, 0x38, 0x01, 0xbd, 0x80, 0x32, 0xe1, 0x9c, 0xf1, 0xdb, - 0xbb, 0x20, 0x1b, 0x4c, 0x6a, 0x0d, 0x42, 0xd0, 0x30, 0x67, 0x44, 0x68, 0xb4, 0x07, 0x75, 0x3c, - 0x65, 0x5c, 0x4c, 0x4c, 0x1c, 0xf8, 0x44, 0x03, 0xd5, 0x2b, 0xc8, 0xc9, 0x7e, 0x38, 0x87, 0x7a, - 0xf0, 0xc8, 0x64, 0x8e, 0x17, 0x08, 0x62, 0x4d, 0x6c, 0x57, 0x76, 0x57, 0x5c, 0x41, 0x82, 0xd1, - 0x88, 0x33, 0x4e, 0x65, 0x02, 0xfa, 0x06, 0xca, 0xde, 0x35, 0xf6, 0x89, 0x3c, 0xbe, 0x8d, 0xce, - 0x17, 0xab, 0x14, 0xd6, 0x7a, 0x15, 0xa2, 0x8d, 0x28, 0x29, 0xdc, 0x60, 0x5f, 0x60, 0x1e, 0x36, - 0x80, 0x85, 0x56, 0x96, 0xc5, 0x37, 0x5b, 0x91, 0x25, 0xb5, 0x62, 0x4b, 0x6a, 0x5d, 0xc6, 0x96, - 0x64, 0xd4, 0x14, 0xba, 0x2b, 0xd0, 0x0b, 0xa8, 0xc6, 0x56, 0xa6, 0x55, 0x54, 0xd7, 0xd9, 0xc4, - 0x13, 0x05, 0x30, 0x12, 0x68, 0x58, 0xd1, 0x94, 0xa7, 0x58, 0x56, 0x7c, 0xb0, 0xba, 0xa2, 0x42, - 0x77, 0xa5, 0x1a, 0x03, 0xcf, 0x8a, 0x53, 0xab, 0xab, 0x53, 0x15, 0xba, 0x2b, 0x50, 0x0f, 0xd6, - 0x5c, 0x16, 0x1e, 0x2c, 0x13, 0x47, 0x5a, 0xae, 0x49, 0x2d, 0x6f, 0x67, 0x55, 0x70, 0x9e, 0x02, - 0x19, 0x8b, 0x29, 0xe8, 0x08, 0xea, 0x1f, 0x14, 0x9b, 0x13, 0xdb, 0xd2, 0xea, 0x4b, 0x77, 0x2a, - 0x75, 0x80, 0x21, 0x46, 0x9f, 0x5a, 0xbd, 0x47, 0xb0, 0x16, 0xc9, 0x69, 0xc2, 0x89, 0x1f, 0x50, - 0xa1, 0xff, 0x53, 0x84, 0xff, 0x25, 0x7b, 0x72, 0x46, 0x04, 0x0e, 0xb5, 0x8b, 0xfa, 0x50, 0x72, - 0x98, 0x45, 0xa4, 0x46, 0x1b, 0x9d, 0xf6, 0x9d, 0x27, 0x2d, 0x4e, 0x48, 0xcd, 0x30, 0x8b, 0x18, - 0x32, 0x19, 0x6d, 0x43, 0xcd, 0xe3, 0xb6, 0x6b, 0xda, 0x1e, 0xa6, 0xea, 0xf4, 0xdd, 0x4c, 0x84, - 0x77, 0x86, 0x4b, 0x7c, 0x61, 0xbb, 0x73, 0xa9, 0xb5, 0x35, 0x23, 0x1e, 0xa2, 0x63, 0x78, 0xe8, - 0x9b, 0xd7, 0xc4, 0x0a, 0x68, 0x44, 0x70, 0x69, 0x25, 0xc1, 0xf5, 0x04, 0xdf, 0x15, 0xe8, 0x0d, - 0xfc, 0xdf, 0xc3, 0x9c, 0xb8, 0x62, 0xe2, 0x32, 0x8b, 0x4c, 0x12, 0x2b, 0x50, 0xaa, 0xca, 0x0a, - 0xf3, 0x9c, 0x59, 0x64, 0x99, 0xed, 0x3d, 0x8e, 0x16, 0x59, 0x08, 0xa3, 0x9f, 0xe1, 0x31, 0x27, - 0x33, 0xc2, 0x89, 0x6b, 0xa6, 0x57, 0x6e, 0x7e, 0xb2, 0xa9, 0xa2, 0x64, 0x99, 0x24, 0xaa, 0xff, - 0x94, 0x72, 0xbd, 0x90, 0x46, 0x04, 0x50, 0x39, 0xeb, 0x9e, 0x8f, 0xbb, 0xa3, 0x66, 0x0e, 0xad, - 0x41, 0xed, 0xa2, 0x3f, 0x1c, 0x9c, 0x8c, 0x47, 0x83, 0x93, 0x66, 0x3e, 0x0c, 0x5d, 0xbc, 0xbe, - 0xb8, 0x1c, 0x9c, 0x35, 0x0b, 0xe8, 0x21, 0x54, 0x8d, 0xc1, 0xa8, 0x3b, 0x3e, 0xef, 0x0f, 0x9b, - 0x45, 0x84, 0xa0, 0xd1, 0x1f, 0x9e, 0x8e, 0x4e, 0x26, 0x57, 0x2f, 0x8d, 0x1f, 0xbe, 0x1d, 0xbd, - 0xbc, 0x6a, 0x96, 0xf4, 0x1f, 0xa1, 0x99, 0x16, 0x94, 0xb4, 0xd4, 0x5b, 0x4a, 0xcc, 0x7f, 0xb2, - 0x12, 0xf5, 0xbf, 0x8b, 0xa9, 0x96, 0x2f, 0x22, 0xd7, 0xaf, 0x47, 0xb7, 0xf0, 0xc4, 0xa3, 0xd8, - 0xbd, 0xc3, 0x4a, 0xd3, 0xda, 0x8c, 0xd0, 0xaf, 0x28, 0x76, 0xd1, 0x01, 0x54, 0x94, 0xf9, 0x14, - 0x56, 0x99, 0x8f, 0x02, 0xa2, 0x63, 0xa8, 0x3a, 0x4a, 0x82, 0xca, 0xb1, 0xf6, 0x56, 0x6a, 0xd5, - 0x48, 0x52, 0xd0, 0x30, 0xcb, 0x41, 0x79, 0xf9, 0x4d, 0x95, 0x25, 0x6f, 0x98, 0xcb, 0x9e, 0xc9, - 0x3d, 0xa8, 0x5b, 0xb6, 0x8f, 0xa7, 0x94, 0x4c, 0x30, 0xa5, 0xd2, 0x87, 0xaa, 0xa1, 0xc9, 0xaa, - 0xc9, 0x2e, 0xa5, 0xa8, 0x05, 0x15, 0x8a, 0xa7, 0x84, 0xfa, 0xca, 0x6c, 0xd6, 0x6f, 0x39, 0xbf, - 0x8c, 0x1a, 0x0a, 0x85, 0x8e, 0xa1, 0x8e, 0x5d, 0x97, 0x09, 0xd5, 0x5a, 0x64, 0x33, 0x5b, 0xd9, - 0xa4, 0xee, 0x0d, 0xc4, 0x48, 0xe3, 0x7b, 0x1a, 0xac, 0xa7, 0x5b, 0x9c, 0xb0, 0xf7, 0x84, 0x73, - 0xdb, 0x22, 0xfe, 0xf7, 0xa5, 0x6a, 0xa9, 0x59, 0xd6, 0x1d, 0xd8, 0x48, 0xa8, 0xb9, 0x24, 0xdc, - 0xb1, 0xdd, 0xd4, 0x83, 0xee, 0x3e, 0x6f, 0x85, 0x27, 0x50, 0x8e, 0x6e, 0x1a, 0x75, 0xe1, 0xca, - 0x81, 0xbe, 0x0d, 0x9b, 0xcb, 0xca, 0x45, 0x0f, 0x28, 0xfd, 0x17, 0x78, 0xbe, 0xec, 0x11, 0x74, - 0x12, 0x6e, 0xd7, 0x67, 0x78, 0x08, 0x8d, 0x61, 0xf7, 0xee, 0xe5, 0xd5, 0x1b, 0xee, 0x20, 0x7b, - 0x33, 0x3f, 0xcd, 0x52, 0x3d, 0xe6, 0x34, 0xbc, 0x92, 0x93, 0x0b, 0xb9, 0x77, 0xf8, 0xe6, 0x60, - 0x6e, 0x8b, 0xeb, 0x60, 0xda, 0x32, 0x99, 0xd3, 0xa6, 0x1f, 0x67, 0xa2, 0x9d, 0x3c, 0xc2, 0xe7, - 0xc4, 0x6d, 0x7b, 0xd3, 0xaf, 0xe6, 0xac, 0xbd, 0xf8, 0xe2, 0x9f, 0x56, 0xa4, 0x7f, 0x1d, 0xfe, - 0x1b, 0x00, 0x00, 0xff, 0xff, 0x0c, 0x9c, 0x33, 0x30, 0x3a, 0x0c, 0x00, 0x00, + proto.RegisterFile("flyteidl/admin/execution.proto", fileDescriptor_execution_de0670a7c84041bc) +} + +var fileDescriptor_execution_de0670a7c84041bc = []byte{ + // 1157 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x72, 0xd3, 0x46, + 0x14, 0xf6, 0x3f, 0xf6, 0x31, 0x31, 0xee, 0x42, 0x83, 0x08, 0x01, 0x82, 0x2e, 0x3a, 0x4c, 0x67, + 0x6a, 0x4f, 0xc2, 0x70, 0x51, 0xa6, 0x5c, 0xd8, 0x8e, 0xa9, 0xd3, 0x3a, 0x81, 0xd9, 0x24, 0x4d, + 0xa1, 0xd3, 0x71, 0xd7, 0xd2, 0xda, 0x11, 0xac, 0xb4, 0xea, 0x6a, 0x05, 0xe5, 0x05, 0xfa, 0x2a, + 0x7d, 0x83, 0xde, 0xf5, 0xae, 0x4f, 0xd2, 0x27, 0xe9, 0x68, 0xb5, 0x52, 0x64, 0xc5, 0x1e, 0xc3, + 0x84, 0x3b, 0xaf, 0xce, 0xf7, 0xed, 0xd9, 0x3d, 0xfb, 0xed, 0x77, 0xd6, 0x70, 0x7f, 0xc6, 0x3e, + 0x48, 0xea, 0xd8, 0xac, 0x4b, 0x6c, 0xd7, 0xf1, 0xba, 0xf4, 0x0f, 0x6a, 0x85, 0xd2, 0xe1, 0x5e, + 0xc7, 0x17, 0x5c, 0x72, 0xd4, 0x4a, 0xe2, 0x1d, 0x15, 0xdf, 0xba, 0x9b, 0xc3, 0x5b, 0xdc, 0x75, + 0x13, 0xf0, 0xd6, 0x76, 0x1a, 0xb4, 0xb8, 0xa0, 0x5d, 0xe6, 0x48, 0x2a, 0x08, 0x0b, 0x74, 0xf4, + 0xde, 0x62, 0x34, 0x97, 0x69, 0xeb, 0xfe, 0x62, 0xd8, 0xb1, 0xa9, 0x27, 0x9d, 0x99, 0x43, 0x45, + 0x12, 0x9f, 0x73, 0x3e, 0x67, 0xb4, 0xab, 0x46, 0xd3, 0x70, 0xd6, 0xb5, 0x43, 0x41, 0x32, 0xfc, + 0x07, 0xf9, 0xb8, 0x74, 0x5c, 0x1a, 0x48, 0xe2, 0xfa, 0x31, 0xc0, 0xfc, 0xb7, 0x08, 0x9b, 0xc3, + 0x24, 0xe9, 0x40, 0x50, 0x22, 0x29, 0xa6, 0xbf, 0x87, 0x34, 0x90, 0xc8, 0x80, 0x6b, 0xbe, 0xe0, + 0x6f, 0xa8, 0x25, 0x8d, 0xe2, 0x4e, 0xf1, 0x51, 0x03, 0x27, 0x43, 0xb4, 0x09, 0x35, 0x9b, 0xbb, + 0xc4, 0xf1, 0x8c, 0x92, 0x0a, 0xe8, 0x11, 0x42, 0x50, 0xf1, 0x88, 0x4b, 0x8d, 0xb2, 0xfa, 0xaa, + 0x7e, 0xa3, 0x5d, 0xa8, 0x04, 0x3e, 0xb5, 0x8c, 0xca, 0x4e, 0xf1, 0x51, 0x73, 0xef, 0x5e, 0x67, + 0xb1, 0x74, 0x9d, 0x34, 0xf7, 0xb1, 0x4f, 0x2d, 0xac, 0xa0, 0x68, 0x17, 0x6a, 0x8e, 0xe7, 0x87, + 0x32, 0x30, 0xaa, 0x8a, 0x74, 0xe7, 0x82, 0x14, 0x55, 0xa1, 0x33, 0x8e, 0x4b, 0x78, 0x48, 0x7c, + 0xac, 0x81, 0xe6, 0x1b, 0x30, 0xd2, 0x99, 0x30, 0x65, 0x24, 0xf4, 0xac, 0xf3, 0x64, 0x1f, 0x4f, + 0xa1, 0xe4, 0xd8, 0x6a, 0x0b, 0xcd, 0xbd, 0xaf, 0x73, 0x53, 0x9d, 0x71, 0xf1, 0x76, 0xc6, 0xf8, + 0xfb, 0x94, 0x7c, 0x90, 0x56, 0x18, 0x97, 0x1c, 0x7b, 0xd9, 0x8e, 0xcc, 0x53, 0xb8, 0x7d, 0xa9, + 0x62, 0x81, 0xcf, 0xbd, 0x80, 0x5e, 0x25, 0x95, 0xf9, 0x0a, 0xee, 0x5e, 0x82, 0x7c, 0x4f, 0xe5, + 0x67, 0xd8, 0x85, 0xf9, 0x77, 0x11, 0x1a, 0x69, 0xec, 0x4a, 0xf5, 0x48, 0x4e, 0xb3, 0xf4, 0xf1, + 0xa7, 0xf9, 0x14, 0xae, 0x59, 0x8c, 0x07, 0xa1, 0x88, 0xab, 0xd8, 0xdc, 0xdb, 0x59, 0xc9, 0x1a, + 0xc4, 0x38, 0x9c, 0x10, 0xcc, 0xdf, 0x60, 0x23, 0x0d, 0x8e, 0x9d, 0x40, 0xa2, 0x6f, 0x01, 0xd2, + 0x2b, 0x12, 0x18, 0xc5, 0x9d, 0xf2, 0xa2, 0x3c, 0x72, 0xf3, 0xe1, 0x0c, 0x18, 0xdd, 0x82, 0xaa, + 0xe4, 0x6f, 0x69, 0xa2, 0xd9, 0x78, 0x60, 0x12, 0x68, 0x5d, 0xc8, 0xa9, 0xcf, 0xf8, 0x14, 0x3d, + 0x86, 0xda, 0x3b, 0xc2, 0x42, 0x1a, 0xe8, 0x12, 0xad, 0x56, 0xdf, 0xa8, 0x80, 0x35, 0x14, 0x21, + 0x28, 0x87, 0xc2, 0x89, 0xa7, 0x1e, 0x15, 0x70, 0x34, 0xe8, 0xd7, 0xa0, 0x62, 0x13, 0x49, 0xcc, + 0xbf, 0xaa, 0xd0, 0xce, 0x6f, 0x31, 0xaa, 0x0a, 0x0f, 0xa5, 0x12, 0x79, 0x9c, 0xe6, 0x7e, 0x7e, + 0x17, 0x8b, 0xcb, 0x1a, 0x15, 0x70, 0x42, 0x40, 0x4f, 0xa0, 0x4a, 0x85, 0xe0, 0xe2, 0xf2, 0x29, + 0xa8, 0x05, 0xa6, 0xb9, 0x86, 0x11, 0x68, 0x54, 0xc0, 0x31, 0x1a, 0x3d, 0x84, 0x26, 0x99, 0x72, + 0x21, 0x27, 0x16, 0x09, 0x03, 0x6a, 0x80, 0x5e, 0x2b, 0xa8, 0x8f, 0x83, 0xe8, 0x1b, 0x7a, 0x0e, + 0x37, 0x2c, 0xee, 0xfa, 0xa1, 0xa4, 0xf6, 0x44, 0x5f, 0xc1, 0xf2, 0x9a, 0x22, 0xf4, 0x4b, 0x46, + 0x11, 0xb7, 0x12, 0xd6, 0x81, 0x22, 0xa1, 0xef, 0xa0, 0xea, 0x9f, 0x93, 0x80, 0xaa, 0x5b, 0xdf, + 0xda, 0xfb, 0x6a, 0x9d, 0xca, 0x3a, 0x2f, 0x23, 0x34, 0x8e, 0x49, 0xd1, 0x21, 0x07, 0x92, 0x88, + 0x68, 0x11, 0x44, 0x6a, 0x0f, 0xd8, 0xea, 0xc4, 0x4e, 0xd6, 0x49, 0x9c, 0xac, 0x73, 0x92, 0x38, + 0x19, 0x6e, 0x68, 0x74, 0x4f, 0xa2, 0x27, 0x50, 0x4f, 0x1c, 0xd0, 0xa8, 0xe9, 0x95, 0xe7, 0x89, + 0xfb, 0x1a, 0x80, 0x53, 0x68, 0x94, 0xd1, 0x52, 0x37, 0x59, 0x65, 0xbc, 0xb6, 0x3e, 0xa3, 0x46, + 0xf7, 0x94, 0x22, 0x43, 0xdf, 0x4e, 0xa8, 0xf5, 0xf5, 0x54, 0x8d, 0xee, 0x49, 0xd4, 0x87, 0x0d, + 0x8f, 0x47, 0x97, 0xcb, 0x22, 0xb1, 0x9e, 0x1b, 0x4a, 0xcf, 0xdb, 0x79, 0x25, 0x1c, 0x65, 0x40, + 0x78, 0x91, 0x82, 0x9e, 0x42, 0xf3, 0xbd, 0xae, 0xe6, 0xc4, 0xb1, 0x8d, 0xe6, 0xd2, 0xd3, 0xca, + 0x5c, 0x62, 0x48, 0xd0, 0x07, 0x76, 0xff, 0x06, 0x6c, 0xc4, 0x92, 0x9a, 0x08, 0x1a, 0x84, 0x4c, + 0x9a, 0xff, 0x95, 0xe1, 0x8b, 0xf4, 0x4c, 0x0e, 0xa9, 0x24, 0x91, 0x7e, 0xd1, 0x00, 0x2a, 0x2e, + 0xb7, 0xa9, 0xd2, 0x69, 0x6b, 0xaf, 0xbb, 0xf2, 0xb6, 0x25, 0x84, 0xcc, 0x17, 0x6e, 0x53, 0xac, + 0xc8, 0x68, 0x1b, 0x1a, 0xbe, 0x70, 0x3c, 0xcb, 0xf1, 0x09, 0xd3, 0x37, 0xf0, 0xe2, 0x43, 0xd4, + 0x6a, 0x3c, 0x1a, 0x48, 0xc7, 0x9b, 0x2b, 0xbd, 0x6d, 0xe0, 0x64, 0x88, 0x9e, 0xc1, 0xf5, 0xc0, + 0x3a, 0xa7, 0x76, 0xc8, 0xe2, 0x02, 0x57, 0xd6, 0x16, 0xb8, 0x99, 0xe2, 0x7b, 0x12, 0xbd, 0x86, + 0x2f, 0x7d, 0x22, 0xa8, 0x27, 0x27, 0x1e, 0xb7, 0xe9, 0x24, 0xb5, 0x03, 0xad, 0xaa, 0xbc, 0x30, + 0x8f, 0xb8, 0x4d, 0x97, 0x59, 0xdf, 0xcd, 0x78, 0x92, 0x85, 0x30, 0xfa, 0x05, 0x6e, 0x0a, 0x3a, + 0xa3, 0x82, 0x7a, 0x56, 0x76, 0xe6, 0xf6, 0x27, 0x1b, 0x2b, 0x4a, 0xa7, 0x49, 0xa3, 0xe6, 0xcf, + 0x19, 0xe7, 0x8b, 0xca, 0x88, 0x00, 0x6a, 0x87, 0xbd, 0xa3, 0xd3, 0xde, 0xb8, 0x5d, 0x40, 0x1b, + 0xd0, 0x38, 0x1e, 0x8c, 0x86, 0xfb, 0xa7, 0xe3, 0xe1, 0x7e, 0xbb, 0x18, 0x85, 0x8e, 0x5f, 0x1d, + 0x9f, 0x0c, 0x0f, 0xdb, 0x25, 0x74, 0x1d, 0xea, 0x78, 0x38, 0xee, 0x9d, 0x1e, 0x0d, 0x46, 0xed, + 0x32, 0x42, 0xd0, 0x1a, 0x8c, 0x0e, 0xc6, 0xfb, 0x93, 0xb3, 0x17, 0xf8, 0xc7, 0xe7, 0xe3, 0x17, + 0x67, 0xed, 0x8a, 0xf9, 0x13, 0xb4, 0xb3, 0x82, 0x52, 0xb6, 0x7a, 0x49, 0x89, 0xc5, 0x4f, 0x56, + 0xa2, 0xf9, 0x4f, 0x39, 0xb3, 0xe4, 0xe3, 0xd8, 0xf9, 0x9b, 0x71, 0x27, 0x9e, 0xf8, 0x8c, 0x78, + 0x2b, 0xec, 0x34, 0xab, 0xcd, 0x18, 0xfd, 0x92, 0x11, 0x0f, 0x3d, 0x49, 0xdf, 0x00, 0xa5, 0x8f, + 0x31, 0x20, 0x0d, 0x46, 0xcf, 0xa0, 0xee, 0x6a, 0x19, 0x6a, 0xe7, 0x7a, 0xb8, 0x56, 0xaf, 0x38, + 0xa5, 0xa0, 0x51, 0xbe, 0x0e, 0xd5, 0xe5, 0x1d, 0x2b, 0x5f, 0xc0, 0x51, 0x21, 0x7f, 0x2f, 0x1f, + 0x42, 0xd3, 0x76, 0x02, 0x32, 0x65, 0x74, 0x42, 0x18, 0x53, 0x5e, 0x54, 0x8f, 0xcc, 0x56, 0x7f, + 0xec, 0x31, 0x86, 0x3a, 0x50, 0x63, 0x64, 0x4a, 0x59, 0xa0, 0x0d, 0x67, 0xf3, 0x52, 0x07, 0x50, + 0x51, 0xac, 0x51, 0xe8, 0x19, 0x34, 0x89, 0xe7, 0x71, 0xa9, 0x97, 0x16, 0x5b, 0xcd, 0xdd, 0x3c, + 0xa9, 0x77, 0x01, 0xc1, 0x59, 0x7c, 0xdf, 0x80, 0xcd, 0xec, 0x12, 0x27, 0xfc, 0x1d, 0x15, 0xc2, + 0xb1, 0x69, 0xf0, 0x43, 0xa5, 0x5e, 0x69, 0x57, 0x4d, 0x17, 0xee, 0xa4, 0xa5, 0x39, 0xa1, 0xc2, + 0x75, 0xbc, 0xcc, 0x5b, 0xf0, 0x2a, 0x6f, 0x86, 0x5b, 0x50, 0x8d, 0x3b, 0x8e, 0x6e, 0xbc, 0x6a, + 0x60, 0x6e, 0xc3, 0xd6, 0xb2, 0x74, 0xf1, 0x43, 0xca, 0xfc, 0x15, 0x1e, 0x2c, 0x7b, 0x0c, 0xed, + 0x47, 0xc7, 0xf5, 0x19, 0x1e, 0x44, 0x7f, 0x16, 0x61, 0x67, 0xf5, 0xfc, 0xfa, 0x31, 0xb7, 0x9b, + 0x6f, 0xd1, 0xb7, 0xf3, 0xb5, 0x3e, 0x15, 0x2c, 0xea, 0xcd, 0x17, 0x9d, 0xb9, 0x9b, 0x53, 0xed, + 0x4a, 0x86, 0x86, 0xf5, 0x1f, 0xbf, 0xde, 0x9d, 0x3b, 0xf2, 0x3c, 0x9c, 0x76, 0x2c, 0xee, 0x76, + 0xd9, 0x87, 0x99, 0xec, 0xa6, 0x2f, 0xfe, 0x39, 0xf5, 0xba, 0xfe, 0xf4, 0x9b, 0x39, 0xef, 0x2e, + 0xfe, 0xbd, 0x98, 0xd6, 0x94, 0xeb, 0x3d, 0xfe, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x78, 0xa3, 0x57, + 0xb4, 0xa7, 0x0c, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go index 3677a3e4ea..c25e0b320f 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/execution.pb.validate.go @@ -61,6 +61,16 @@ func (m *ExecutionCreateRequest) Validate() error { } } + if v, ok := interface{}(m.GetInputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ExecutionCreateRequestValidationError{ + field: "Inputs", + reason: "embedded message failed validation", + cause: err, + } + } + } + return nil } @@ -1346,6 +1356,16 @@ func (m *WorkflowExecutionGetDataResponse) Validate() error { } } + if v, ok := interface{}(m.GetInputs()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return WorkflowExecutionGetDataResponseValidationError{ + field: "Inputs", + reason: "embedded message failed validation", + cause: err, + } + } + } + return nil } diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 249af948ec..7205364c0a 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -2395,6 +2395,10 @@ "spec": { "$ref": "#/definitions/adminExecutionSpec", "description": "Additional fields necessary to launch the execution." + }, + "inputs": { + "$ref": "#/definitions/coreLiteralMap", + "description": "The inputs required to start the execution. All required inputs must be\nincluded in this map. If not required and not provided, defaults apply." } }, "description": "Request to launch an execution with the given project, domain and optionally name." @@ -3233,6 +3237,10 @@ "outputs": { "$ref": "#/definitions/adminUrlBlob", "description": "Signed url to fetch a core.LiteralMap of execution outputs." + }, + "inputs": { + "$ref": "#/definitions/adminUrlBlob", + "description": "Signed url to fetch a core.LiteralMap of execution inputs." } }, "description": "Response structure for WorkflowExecutionGetDataRequest which contains inputs and outputs for an execution." diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 7910e2ac07..a24c591bc2 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2266,6 +2266,11 @@ definitions: spec: description: "Additional fields necessary to launch the execution." $ref: "#/definitions/adminExecutionSpec" + inputs: + description: "The inputs required to start the execution. All required inputs\ + \ must be\nincluded in this map. If not required and not provided, defaults\ + \ apply." + $ref: "#/definitions/coreLiteralMap" description: "Request to launch an execution with the given project, domain and\ \ optionally name." adminExecutionCreateResponse: @@ -10478,12 +10483,18 @@ definitions: outputs: description: "Signed url to fetch a core.LiteralMap of execution outputs." $ref: "#/definitions/adminUrlBlob" + inputs: + description: "Signed url to fetch a core.LiteralMap of execution inputs." + $ref: "#/definitions/adminUrlBlob" description: "Response structure for WorkflowExecutionGetDataRequest which contains\ \ inputs and outputs for an execution." example: outputs: bytes: "bytes" url: "url" + inputs: + bytes: "bytes" + url: "url" adminWorkflowList: type: "object" properties: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_create_request.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_create_request.go index ea01a1261c..88c666b147 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_create_request.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_create_request.go @@ -18,4 +18,6 @@ type AdminExecutionCreateRequest struct { Name string `json:"name,omitempty"` // Additional fields necessary to launch the execution. Spec *AdminExecutionSpec `json:"spec,omitempty"` + // The inputs required to start the execution. All required inputs must be included in this map. If not required and not provided, defaults apply. + Inputs *CoreLiteralMap `json:"inputs,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go index 0c56cfc45f..7b18d5c1c0 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_workflow_execution_get_data_response.go @@ -13,4 +13,6 @@ package flyteadmin type AdminWorkflowExecutionGetDataResponse struct { // Signed url to fetch a core.LiteralMap of execution outputs. Outputs *AdminUrlBlob `json:"outputs,omitempty"` + // Signed url to fetch a core.LiteralMap of execution inputs. + Inputs *AdminUrlBlob `json:"inputs,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 80612a9662..9a6a465a89 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -77,7 +77,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x72\xe3\x38\x92\x37\xfa\x7f\x3f\x05\x8e\xbf\x8d\xe8\xae\x19\x95\xab\x67\x66\x67\x63\x4f\x9d\xd8\x38\xa1\xb6\x5d\xd5\x9e\x76\xd9\x5e\x5f\xba\x62\x62\x35\xe1\x86\x48\x48\x42\x9b\x02\x38\x00\x68\x97\x66\xa3\xdf\xfd\x0b\x24\x2e\x04\x28\x92\x12\x75\x71\xa9\xaa\xb9\x1b\xbb\xed\x92\x44\x10\x48\x24\x12\x79\xf9\x65\xe6\xff\x7e\x83\xd0\x91\x7c\xc6\xd3\x29\x11\x47\x6f\xd1\xd1\x9f\x8f\xbf\x3f\x1a\xe8\xcf\x28\x9b\xf0\xa3\xb7\x48\x7f\x8f\xd0\x91\xa2\x2a\x23\xfa\xfb\x49\xb6\x50\x84\xa6\xd9\x1b\x49\xc4\x13\x4d\xc8\x1b\x9c\xce\x29\x3b\xce\x05\x57\x1c\x1e\x44\xe8\xe8\x89\x08\x49\x39\xd3\x3f\xb7\x7f\x22\xc6\x15\x92\x44\x1d\x7d\x83\xd0\x6f\x30\xbc\x4c\x66\x64\x4e\xe4\xd1\x5b\xf4\x3f\xe6\xa1\x99\x52\xb9\x1b\x40\xff\x2d\xf5\x6f\xff\x01\xbf\x4d\x38\x93\x45\xf4\x63\x9c\xe7\x19\x4d\xb0\xa2\x9c\xbd\xf9\x55\x72\x56\xfe\x36\x17\x3c\x2d\x92\x35\x7f\x8b\xd5\x4c\x96\x6b\x7c\x83\x73\xfa\xe6\xe9\x4f\x6f\x70\xa2\xe8\x13\x79\xc8\x70\xc1\x92\xd9\x43\x9e\x61\x26\xdf\xfc\x2f\x4d\xf5\x1a\x7f\x25\x89\xfa\x0d\xfe\x91\xf2\x39\xa6\xcc\xfc\xcd\xf0\x9c\xfc\xe6\xc7\x41\xe8\x68\x4a\x54\xf0\x4f\x84\x8e\x52\x22\x13\x41\x73\x65\xa9\x72\x43\x94\xa0\xe4\x89\x20\x35\x23\xc8\xbc\x0e\x99\xd7\x21\xfd\x3a\xe4\xa8\x26\x73\x92\xd0\x09\x25\x29\x1a\x2f\x10\x65\x79\xa1\x90\x20\xff\x2c\x88\x54\x68\x42\x33\x45\x84\x3c\xb6\x24\x83\xb7\xf0\x9c\x08\x58\xe7\x79\xaa\xdf\xf2\x9e\xa8\x21\x8c\x7d\x01\x43\x5f\x67\x98\x85\xbf\x16\x44\xe6\x9c\x49\x22\xa3\xa9\x22\x74\xf4\xe7\xef\xbf\xaf\x7c\xb4\xbc\x82\x60\x20\xf8\x1a\xb6\x13\x2f\x3d\x86\xd0\xd1\xbf\x09\x32\xd1\x4f\xfc\x9f\x37\x29\x99\x50\x46\xf5\x08\xd2\x70\x4d\x30\xaf\xe8\xa9\xdf\xbe\xa9\xfb\xfb\xb7\x60\xee\x39\x16\x78\x4e\x34\x01\xfc\x3e\x9b\xff\xa9\xcc\x5a\xef\x8c\x7e\x79\xb9\x7b\xd5\x89\x57\xd6\x75\x89\xe7\x04\xf1\x09\x6c\x8c\x7d\x02\xfe\x16\x44\xf2\x42\x24\x04\x8d\x49\xc6\xd9\x54\x22\xc5\x8f\xab\x43\x51\x18\x41\x33\x55\xf5\x1b\xbd\x69\x54\x10\xbd\x2b\x4a\x14\xa4\xf2\xad\x5a\xe4\x30\x49\xa9\x04\x65\xd3\x90\x14\xbf\x0d\xd6\x5a\x9a\xe1\xc5\x0e\x2b\x33\x0f\x34\x2e\x6c\xc4\x86\xee\x27\x09\x66\x68\x4c\x90\x3e\x81\x34\x25\x82\xa4\x08\x4b\x84\x91\x2c\xc6\x92\x28\xf4\x4c\xd5\x8c\x32\xfd\x6f\xc3\xa8\x89\xa3\xd9\xe1\xd0\x06\xfe\x6c\xa7\xcc\xbd\x24\x42\x4f\xfc\x89\xa6\x24\x45\x4f\x38\x2b\x08\x9a\x70\x11\x91\xe7\x78\xc4\xee\x66\x9a\x0e\xf3\x31\x65\x70\xc6\x34\x2d\x1d\x87\xfc\xd1\x91\xeb\x8f\x48\xbf\x0f\x15\x8c\xfe\xb3\x20\xd9\x02\xd1\x94\x30\xa5\x4f\xb0\xac\x8e\xf6\x47\x0e\xef\xc7\x19\x7a\x8d\x34\x9d\x89\x50\x40\x6f\xce\x14\xf9\xa4\x24\x7a\x8d\x32\xfa\x48\xd0\xb7\x17\x54\x2a\x34\xbc\x3e\xff\x76\x80\xbe\xbd\x28\x45\x84\xfc\xf6\x05\x28\xec\xff\xfe\x47\x70\xf4\x14\x9e\x56\x0f\xdd\xd1\x50\x9f\xe6\x5b\x73\x21\x94\x23\xfc\xe3\x9b\x70\x1c\xbb\x5f\xed\x52\xb6\x14\xb1\x56\xbe\x76\x91\xaa\xef\x88\x4a\x66\x2b\x44\xaa\xdc\x52\xa6\xea\xed\xa8\x0a\x55\x79\xa8\x52\x55\x4f\x76\xdf\x92\x75\x1b\xb1\x8a\x15\xf0\x3b\xa6\xcc\x1c\x0f\x7f\x5a\xe2\x3d\x40\x9f\x4f\x80\x6c\x23\x59\x83\xd5\x04\xc2\xd5\xc9\xcc\x80\x12\x07\xb2\xd6\x8c\xce\xe9\xaa\x7d\x3c\x67\xa9\x56\xa5\xac\x38\x63\xc5\x7c\x4c\x84\x5e\xba\x13\x6c\xb0\xc2\xb1\x16\x74\xaa\x10\x8c\xa4\x0d\x4b\xfb\x67\x41\xc4\xa2\x65\x6d\x13\x9c\xc9\xa6\xc5\x51\xa6\x88\xd6\x55\x2b\x5f\x4f\xb8\x98\x63\x65\x7f\xf0\x1f\xff\xde\x75\xf1\x8a\x3f\x92\x55\xfb\x7c\x6e\x76\x2d\xc1\x12\xb6\x7b\x5e\x64\x8a\xe6\x19\x41\x39\x9e\x12\x69\xa9\x50\x64\x4a\x0e\xe0\x67\x5a\x3f\x26\xe2\xb5\xbf\x57\xe0\x0d\xee\x3e\x2d\x24\x7c\x82\x26\x5e\x64\x31\xf2\x49\xc1\x48\x23\x06\x37\x2a\x90\x28\xbc\x27\xf6\x40\xca\xcd\xf8\x44\x72\xa1\x1e\xc6\x8b\xe3\x47\xb2\xf4\xde\x46\x6e\xc1\x0c\x61\xa5\x04\x1d\x17\x8a\xe8\x75\xeb\x31\xdc\x8d\x08\xe2\xd2\x5c\xbb\x52\x5f\xb3\x57\xa7\x57\xdf\x3d\x62\x25\xf8\x14\xb3\x57\x6f\xd1\x30\x4d\x91\x99\xa8\xfe\x0d\x4d\xcd\xe5\x3b\x23\x82\x1c\xa3\xbb\x19\x95\x48\xce\x78\x91\xa5\x88\x91\x27\x22\x34\x6d\xc9\x3c\x57\x8b\x83\xa3\x56\x4a\x05\x49\x80\x30\x5d\x4e\x98\x7f\x4a\x13\x4d\x1b\x32\x0b\x43\xba\x47\xb2\x00\x15\x65\x99\x7c\x2f\xc0\x2f\x95\x6f\x09\x2b\xe6\x95\xbb\x02\x3e\x3f\x3d\xbb\x3d\x39\xbb\x3c\x3d\xbf\x7c\x5f\x79\x42\x2b\x0c\xfe\xab\xe8\x9b\x7f\x2c\xd1\x66\x82\x8b\x0c\x4e\x75\x30\xda\x8b\xa9\x28\xc9\x8c\x66\xa9\x20\xec\x8d\xc2\xf2\xf1\x81\x7c\x22\x49\x61\xee\xd9\xff\x8d\x3f\x78\xd0\x7a\x26\x4f\x49\xfc\x49\xf4\x8f\x52\xb1\xe9\xfc\xa8\xb7\x34\x3b\x3f\x09\x76\xe9\x7a\xcf\xc1\x27\x34\xad\xfd\x35\x7c\xb2\x62\x0d\xee\x37\x2d\x93\x75\x3f\x69\x9c\x95\xfb\x81\x55\xd5\x6a\x7f\x23\x88\x12\x8b\x07\xac\x94\x3e\xe5\x1b\x68\x87\xb0\xa5\x48\xaf\x16\x95\xfb\x69\x15\x45\xa3\x12\x82\xec\xf6\x3a\xa2\x9e\x41\xf9\xcb\x55\x9a\xe1\x25\x4f\xc9\x99\x1f\xf6\x1d\x17\x77\x58\x3e\x1e\x96\x76\x18\x4d\xf1\x25\x14\xc4\x4d\x8f\xca\x57\x67\xa8\x6f\x78\xf0\x7b\xb3\x7e\x7b\x4a\xae\xeb\x04\xe0\x02\xc9\x85\x54\x64\xbe\xd2\x1d\xf0\xe5\x10\xc2\x4a\xf6\x43\x9d\x70\xe5\x72\xf9\x1d\x9c\xfa\xf8\xaa\xec\x8f\x77\x07\x92\xed\xca\x99\x77\xe8\xeb\x74\x01\x94\xf6\xa5\xde\xba\xed\x73\xe1\x02\xcb\x27\x07\xbf\xcc\x48\x89\xdb\xf5\x24\xf7\xe4\x1f\x68\xdc\x2b\x47\xed\x07\x98\xc0\x0a\xe3\x2e\x76\x07\xfb\xf3\xa7\x1f\x0d\xdd\x28\xc6\x37\xa6\xb4\x75\x6b\xbd\x48\x44\xa0\x84\x0b\xa3\x3e\xa6\x2d\xe2\xed\xe5\xcc\xbb\xfb\xcb\xdb\xeb\xb3\x93\xf3\x77\xe7\x67\xa7\xcb\xf6\xdd\xdd\xf0\xf6\xa7\xe5\x4f\x3f\x5e\xdd\xfc\xf4\xee\xe2\xea\xe3\xf2\x37\x17\xc3\xfb\xcb\x93\x1f\x1f\xae\x2f\x86\x97\x6b\x5b\x84\xe1\x04\x3a\xee\x66\xef\xea\xda\xa5\xab\x6b\xf0\xf5\xfa\xba\x6c\x44\x60\x7d\x3f\x17\xca\xa8\x54\x9a\x40\xf6\x49\x94\x63\x29\xcd\xfd\x6b\x66\x70\x3c\x62\x1f\xb8\x20\x88\xb2\x09\x47\x1c\x02\x3e\x52\x89\x22\x51\x94\x4d\xfd\x43\x6f\xd1\xa8\xf8\xfe\xfb\xbf\x24\x17\x94\x3d\xc2\x5f\xe4\x10\x89\xd3\x3b\x02\x37\xa1\x56\xef\x08\x0c\xbf\xfb\x32\x1c\x81\x29\x56\xf8\x4d\xe8\xff\xdb\x0f\x1a\xc4\x44\x23\x31\x4b\x11\x2f\x94\xfe\x53\xbf\x17\x4d\x04\x9f\xeb\x73\x43\x3e\x51\x09\x52\xe2\x99\x8b\xc7\x49\xc6\x9f\xd7\xf3\x4b\xbd\x27\xca\xfb\x7b\x4e\xb1\xc2\x87\xe5\x8e\xfa\x68\xd7\xe2\xa7\xf8\x9e\x28\x3d\xcb\x1b\x3b\xb3\x1e\x18\xd2\x03\x43\x3e\x2f\x30\xe4\xa0\x7c\x42\xfb\x97\x72\xb1\x03\xc9\x88\xba\x86\x48\x46\x63\xa0\xa2\x21\x0e\x11\x84\x19\xf6\x29\x1e\x63\xe7\xfe\x0a\xd1\x18\xb9\xc3\x0f\x4f\x3c\x46\xd3\x7b\x79\xd1\xf8\xbb\xf0\xcb\xf7\x6e\xf7\x0d\x09\xf5\x45\x4a\xd0\x35\x2f\x87\x17\x73\x9a\xef\x5f\xa2\x2f\x05\xaf\xbb\x44\xab\x3b\x84\xa7\xd7\x8e\x47\xaf\x08\x40\xd7\x46\x9c\xeb\x42\xcc\xcb\x31\xe5\xda\x20\xf2\x56\x51\xe3\xae\x97\xcf\xfa\xf1\xe2\xf7\x44\xdd\x61\xf9\x78\xc0\x97\x4f\x34\xbd\x97\xbf\x7c\x7e\xa7\x61\xe2\x3e\x2e\xbc\x47\xd2\x7d\xed\x57\xd6\xe1\x46\x7e\x7f\x07\xa1\xde\x3e\xb6\xdb\x89\x46\x5f\x57\x30\xf7\x6b\x8d\xde\x7e\x99\xe1\xda\x3e\x3e\x7b\xb8\xf1\xd9\xbd\x5a\x3c\xe4\x89\x30\x25\xc1\x8b\x15\x2a\xce\x47\x39\x97\xed\x8a\xfe\x89\x20\x58\x11\x84\x2b\xee\x23\x04\x03\x22\x41\x12\x2e\x52\xad\xe0\x63\x94\xcf\xb0\x24\x48\x09\xcc\x24\x5d\xa5\xe4\x9b\x51\xc1\x8b\xa3\xc7\x39\x2c\xfd\x3e\x72\x2e\xc1\xfc\x5e\x4a\xbb\x1f\xf3\x74\xe9\x10\x98\xf3\x51\xf7\x4d\xbb\x20\xd9\xd9\xd2\x21\x07\x6c\x9d\x95\xef\x91\x6f\xb5\xd0\xda\x90\x6f\x63\xcb\x73\x27\x7c\x0b\x06\xe0\xe1\xf1\x6d\x64\x97\xfe\xbe\xf8\xb6\x6e\xe9\x87\xc0\xb7\x2e\x24\xb9\x21\xef\x2e\x47\x34\x77\xc2\xbf\x3e\xb8\x78\x78\x3c\xbc\x14\xf7\xfc\x7d\xf1\x71\xd3\xf2\x3f\x2f\x2f\x7b\x1f\xe9\xae\xb8\x78\x35\x8b\x7a\x02\x1c\x16\x7b\xfa\x69\x99\x59\xfe\x6e\xf8\x72\x69\xdd\x07\xc2\x90\x6f\x04\x31\x39\x4a\x9d\x38\xf3\xc6\x3e\xd4\x99\x37\xdd\x83\x3d\x77\x1e\x26\x77\xba\xfd\x39\x1c\xfe\x6c\x42\x44\x75\xcf\xd0\x6b\x81\x39\x49\x34\xc7\x2a\x99\xe9\x2f\x4d\x38\x66\xcd\x82\x0d\x65\x4a\xde\x81\xf2\xf1\x4b\xe4\xe1\x7d\xdd\x8e\xd7\xde\xe1\xfa\x3b\x2c\x81\x73\x30\xd8\xde\x3e\x9f\x60\x87\xf9\x04\x54\xf6\xf9\x04\x7d\x3e\xc1\xba\x04\xea\xf3\x09\xfa\x7c\x82\xe0\xbb\x2f\x23\x9f\x60\xff\xa9\x04\xbb\xc9\x17\x38\x50\x75\xb9\x57\x95\x7b\x55\xb9\x4f\x0a\xf0\x4b\xdb\x95\xa8\x72\x4f\x1f\xa5\x24\x23\x8a\xb4\x0a\x9a\x3b\x22\xe6\xda\x0a\x88\x4a\xd8\xd6\xb8\xf1\xcb\x4a\x3a\x9e\x83\xc0\x65\xd1\x26\x81\xfc\xd8\x87\x2e\x87\xfc\x44\xfb\x6c\xa5\x5e\x30\xf5\x82\x69\x93\xa5\x1d\x8e\x4f\x35\x38\xcc\x9f\xd5\xa9\x1a\x14\xc4\x7d\xa0\xe9\x6e\x6a\xe2\x7a\x55\x30\xac\x88\x5b\x92\x22\x2a\x55\xba\x99\x8b\xb5\x2c\x3a\x7b\x9e\x1e\x98\x97\x55\x4b\x8c\xf4\x8c\x29\xaa\x16\x1e\xdf\x25\xfa\xd2\xb8\x7d\x69\xdc\xf5\xd7\xda\xfb\xf7\x76\xe8\xdf\xeb\x4b\xe3\xf6\x1e\xac\xde\x83\xf5\x85\x7b\xb0\xc2\xb2\xfd\x1b\xa1\x65\x58\x8a\x04\x99\x52\xa9\x88\x40\xb8\x41\x2f\x59\x0d\x9f\x39\xfc\xce\x26\x6b\x43\x14\xc2\xd7\x1e\xfd\xfb\x1a\x13\xbd\xb1\x17\x09\x70\xfb\x18\xa7\xbe\x8d\x01\x68\x0f\x73\xbc\x40\x33\xfc\x44\xd0\x04\xd3\xcc\x58\x01\x56\x40\x2c\x71\x7f\xb9\xc2\xb6\x09\xfd\xbf\xdd\x26\x84\xe3\xe9\x08\x32\x21\x82\xb0\xc4\x08\x3c\x73\xff\x27\x38\x43\x04\xf4\x32\xf3\x9b\x99\xb6\xc9\x32\x41\x70\xba\x40\x63\x42\x98\x67\x90\x9a\xcb\xb2\x61\xce\x3b\xd1\xdb\x3e\xbb\x4d\xb2\xcc\x3d\x87\x62\x91\xec\x05\xe8\x51\x7f\xf8\xb7\xb7\x44\xe4\x9f\x0f\x55\x28\xf4\x78\x8f\xde\x57\xf4\xf9\x7d\x45\x3d\xde\xa3\xb7\x07\x0f\xc0\x1e\xec\xf1\x1e\x3d\xde\xa3\xb7\x96\xd7\xa6\x56\x6f\x2d\x87\xdf\x7d\x79\xd6\xf2\x8e\x11\x1f\x2f\xa5\x4b\xf7\xaa\x74\xaf\x4a\xf7\xaa\xf4\x57\xa3\x4a\x1f\x06\x85\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\xed\x53\xbb\xd4\xa3\xe1\x2f\x57\x08\x72\x6b\x18\x75\xf7\x18\xd5\x7b\xa2\x0e\x3f\x40\xd5\x2b\xcf\xbd\xf2\x7c\xd8\xca\xf3\xc1\x2c\xe8\xeb\x2b\xec\xd6\x97\x46\x5b\xba\x09\xbf\x86\xd2\x68\xee\xe9\xa3\xbc\x68\xbf\xe8\xee\xf3\xd4\x61\xf8\xa5\xc2\xaa\x00\x9b\x62\x8d\x4b\x0f\x0d\x15\x9a\x73\xad\x61\x33\x12\xfd\xc6\xf1\xbc\x81\x00\x4c\xe9\x13\x61\xc8\x21\x58\x07\x56\xb2\x0d\xc0\xcc\xfd\xcd\x09\x38\x9b\x3c\x80\x15\xc2\x48\xd1\x39\x39\x46\xe7\x13\xc3\x40\x09\xce\x32\x24\x89\x92\x15\x84\x88\x56\xbd\xec\x43\x2c\x2d\xe7\xea\xde\x4d\x4b\x18\x81\xf9\xd9\xc0\x9d\xbf\x22\x53\xe6\x34\xba\xc1\x9f\x69\x96\xe9\x39\x58\xa6\x05\xe1\x33\x27\x22\x73\x4f\x46\xaf\x75\x3f\x9e\xe3\x54\xdb\x0d\xc1\x14\xca\x2c\x87\xf0\xf7\x20\xe6\xa9\xf4\x40\x88\xe8\x79\xf3\xf4\x31\xb2\x16\x9e\x29\x77\xb4\xd6\x34\x66\x38\xd5\x62\x3f\x99\x91\xb4\xc8\x08\xc2\x52\xf2\x84\x62\x45\x52\x44\xcd\xb5\x80\xa8\x72\xf6\xa0\xfb\x91\x7b\x75\x4a\x25\x1e\x67\x24\xb5\x34\x26\x25\x2e\xa3\x75\xe6\x54\xa2\x31\xd1\x24\xd6\x37\x4f\x4c\xfd\x99\xb9\x94\x6a\x66\x13\x4c\x85\x2c\xcf\x84\x30\x33\x91\x16\xf5\xc9\x30\xe7\xe1\x6b\x50\x66\x9e\x7d\x0e\x48\xaf\x4f\xf5\xfa\x54\xa7\x05\x7d\x55\xfa\xd4\x01\xa1\xc6\x9c\x40\xfa\xac\xa8\xb1\x03\x6e\x24\xb4\x9b\x6e\x41\x07\x73\x1d\x4d\xb2\x85\x22\x34\xcd\x96\x2b\x9b\xf6\x2d\x82\xdc\xb7\x7d\x8b\xa0\xcf\x42\xa8\xaf\x35\x6d\xf1\xeb\x69\x11\xb4\x24\xa6\x5d\x12\xf7\x43\x83\xb0\xae\xff\xde\x8b\xec\xfa\xaf\xb7\x85\x35\xc4\x52\x7a\x53\x38\x43\x24\x1b\x0f\x0c\xd1\x10\xcd\xed\x25\x40\x0d\xad\xfb\xfc\xd5\x49\xf0\x36\xae\xed\xe5\xf8\x9a\xe4\xfa\x5a\xa5\x79\x0f\x43\xd8\x21\x0c\xa1\x6f\x07\xdf\xc3\x10\x7a\x18\xc2\xda\xd4\xea\x61\x08\xe1\x77\x5f\x06\x0c\xc1\xde\xd5\xb2\xbb\x42\x5b\x66\x34\xba\x0b\x7f\xa5\xd2\x7a\xed\x5e\x76\x50\xea\xaa\x9f\x55\x47\x2d\x75\xab\x60\xd6\xea\x7a\xe7\x3e\xa1\xb8\x46\x9d\x5a\x2e\x72\x6e\x7e\x7d\xbd\xa4\xf2\x1e\x0e\x7d\xdd\x1c\x7f\x37\x25\xce\x97\xd6\xfd\x59\x7d\x98\x7d\xeb\xdc\x5d\xb4\xce\xdd\x4d\x7f\xdc\x83\x39\x9f\x91\xbb\x35\x9e\xe2\x9e\x4f\x67\xdf\x14\xb7\x6f\x8a\xdb\x37\xc5\xdd\x6e\xe5\x7d\x53\xdc\xbe\x29\xee\x01\x1e\xd1\xbe\x29\xee\x97\x14\xeb\xef\x9b\xe2\xf6\xc8\xcf\xc3\x44\x7e\xae\x67\xc6\xac\x6d\xc3\xac\x6b\xc0\xac\x67\xbd\x34\x9b\x2e\x5b\x84\x06\x63\x8b\x62\xd3\xd0\x60\xa4\xc7\x1f\x98\xaf\x25\x9a\xdb\x4b\x84\x06\x7f\xa7\x46\x46\x6f\x61\xec\x85\x6e\x5f\xab\x79\x71\xe0\xb6\x45\x1f\xd4\xdc\x65\x50\xb3\x8f\x69\xf6\x31\xcd\x75\x09\xd4\xc7\x34\xfb\x98\x66\xf0\xdd\x97\x11\xd3\xb4\x96\xe1\x8e\xfb\x0d\x80\x72\xbe\xd3\x46\x03\x5a\x19\xee\x5b\x0c\xf4\x2d\x06\xfa\x16\x03\xbd\xba\xf6\x7b\x54\xd7\x7a\x8d\x64\x13\x6a\xf5\x1a\x49\xf8\xdd\x97\xa3\x91\xec\xa2\xb7\x40\x45\x07\x59\xdd\x54\x40\xab\x18\x87\xa5\x5f\xe8\x19\xf5\x8d\x04\xfa\x46\x02\xdb\xf0\xcd\x67\x07\x52\xed\xa5\x77\x40\xe5\x70\x6f\x63\x55\x1c\x5a\xbb\x00\x3d\xa7\xbe\xba\x69\x5f\x50\xe0\xf0\x0b\x0a\x1c\x5c\x75\xd3\x83\xd1\x3f\x7b\xab\x6e\x87\x56\x5d\x5f\xe0\xb4\xf7\xc2\xf7\x36\xef\xda\xd4\xea\x6d\xde\xf0\xbb\x2f\xc8\xe6\xdd\x6f\x87\x80\x5d\x6a\xcc\xbd\xc2\xdc\x2b\xcc\xbd\xc2\xfc\x15\x28\xcc\x87\x41\xe1\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\x65\xfb\xd4\x4e\xb4\xe5\xdd\xf6\x01\xe8\x10\x4f\xb2\x39\xac\x87\xa7\x26\xf7\x2a\x72\xaf\x22\x1f\xb6\x8a\x7c\x30\x0b\xfa\xfa\x12\xd7\xfa\xd4\xaf\xa5\xfb\xee\xab\x4d\xfd\xf2\x85\xdc\x76\x05\xed\x0c\x6f\x42\x37\xf8\x6e\x11\x9e\x1f\xed\xa8\x3d\xca\xb3\x47\x79\xf6\x28\xcf\xde\xc3\xd1\xa3\x3c\xd7\xe3\x96\xde\x86\xef\x6d\xf8\xf0\xbb\x2f\xc3\x86\x77\x3a\xc4\x2e\x90\x9e\x35\xfa\xc8\x6a\xb4\xa7\x53\x37\x0e\x4b\xd7\x70\xb3\xea\x51\x9f\x3d\xea\x73\x5b\xde\xf9\xac\xc8\x4f\x7f\xbe\xf7\x81\xfe\xac\x39\xf0\xdb\x5a\x1d\x87\x86\x02\x75\xf3\xea\x03\xdb\xbd\xd7\xee\xf0\xbd\x76\x07\x17\xd8\x3e\x18\x1d\xb5\xb7\xfc\xfa\xd8\x76\x1f\xdb\xee\xed\xe2\xde\x2e\xee\xed\x62\xfb\xd4\x96\x7a\xf3\x4e\xd0\xa0\xfb\xd0\xa0\x7b\x05\xba\x57\xa0\x7b\x05\xfa\x2b\x51\xa0\x0f\x83\xc2\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xf6\xa9\x9d\x69\xcf\xbb\x45\x87\x76\x8c\x41\xbd\x27\xea\xb0\x03\x50\xbd\xca\xdc\xab\xcc\x87\xad\x32\x1f\xcc\x82\x7a\xa4\x68\x8f\x14\x5d\xfa\xe6\x70\x91\xa2\xdf\x58\x46\x38\x0a\x64\xbf\xbf\x24\x8e\x7e\xc8\xf8\xf8\x6e\x91\x13\xfd\xdf\x53\x3a\x27\x4c\x82\x6e\x42\xd5\x22\xbc\x22\x1b\x08\xbc\x4c\xda\xa3\xdb\xf3\xcb\xf7\x17\x67\xe1\x1d\xf7\xe1\xfe\xe2\xee\xfc\x7a\x78\x73\xe7\x66\xe8\x57\x15\xd2\xc2\x3e\x17\xdd\xf2\x27\x7c\x9e\x63\x41\x25\x67\x67\x9f\x72\x41\xa4\x9e\xda\x15\xdc\xab\x5c\x6c\x36\xbb\xb3\xff\x0e\x67\x76\x19\xff\xf3\xfd\x5d\xfc\xaf\x68\x15\x17\x77\xf1\xbf\xce\x5a\x57\x13\x0c\x5c\x3d\x41\xaf\xd1\xfb\xbb\xb7\xe8\x3d\xc4\xec\x05\xba\x9b\x61\x36\x62\xe8\x35\xba\xb8\x7b\x8b\x2e\x88\x94\xf0\x49\xf9\xb0\xa2\x2a\x83\xb5\xfd\x40\x19\x16\x0b\xe4\x96\x0f\xe2\x91\x60\x70\xf1\x39\xd2\x54\x89\xc7\x7e\x2d\x18\xa8\xa6\x25\xf5\x2e\xf8\x94\x26\x38\xdb\x8e\x88\xc3\xcb\xf0\xbc\x1c\x5d\xdd\xb4\x92\x22\xfc\xf5\x32\x2d\x86\x97\xa7\x6f\x51\x30\xd5\x9a\x95\x5f\x12\xa9\x48\xaa\x2f\xc0\xd4\x30\xaf\xb6\x2a\xc8\x22\xb8\x18\x7f\xe5\x94\x91\x14\x15\x52\x2b\x66\xc3\xcb\x53\xf4\x06\x5d\xdd\x8c\xd8\x95\x48\x8d\x67\x80\xe8\x1b\xc5\x58\x25\x54\x22\xc6\x15\xa2\xf3\x9c\x0b\x85\x99\xd2\x97\xa9\x16\x64\xdc\x52\x44\x22\x2c\x08\x3a\xe1\xf3\x79\xa1\xb0\xa2\x4f\x64\x89\xa8\xcc\xa8\xfb\xb7\x44\x9d\xa7\xe0\x6b\xac\xa1\x21\x1f\x47\x8a\xce\x51\x2e\xf4\xf8\x8a\x56\xf4\xbc\x23\x9a\x2e\x29\x7e\x6e\x08\x2c\x04\x8e\xc5\xe0\x11\x55\x64\x5e\xfd\x7d\xbb\xfc\xff\xa6\xfa\x57\xac\x45\xfb\x66\x13\x1f\x88\xc2\x29\x56\xb8\xfc\x80\xa7\x64\x33\xe6\xf8\x30\xbc\xbc\x1f\x5e\x84\xfc\x71\x7b\xf2\xe3\xd9\xe9\xfd\x45\x24\x64\x8f\x6e\xff\x7e\x7b\x77\xf6\x21\xfc\xe4\xe6\xcc\x88\xd0\xf0\xb3\x93\x1f\xcf\x2f\x4e\x1f\xbc\xd0\x6d\x63\xb3\xca\x7b\xab\x9c\x76\x37\x23\x68\x4e\xd4\x8c\xa7\x68\xbc\x40\xcf\x33\x0a\x1e\x0f\x2a\xcb\x8e\x22\xe8\x19\x4b\x94\x81\x4b\x8c\xa4\xc7\x23\x73\x2a\xcd\xa8\x6f\x35\xc3\x21\xfb\xb2\xe0\x89\x39\x4f\xc9\xc0\xfe\x46\xb3\x54\x66\xae\x45\xac\x8c\xa5\x50\x37\xb0\x7e\x3b\x66\x88\xb2\x94\x3e\xd1\xb4\xc0\xd9\x31\xbc\xc7\xd3\xe8\x2d\x1a\x22\xad\xc7\xa7\x45\x46\x90\x12\x74\x3a\x05\x95\xaf\x32\x55\x33\x9a\x7d\x14\x28\x09\xcf\xf9\xae\x0a\x89\x16\x24\xfa\xb5\xd6\xbe\xa0\xe3\xcc\x28\x54\xe6\x41\xc8\x6e\x8b\x47\x14\x58\xcd\x88\xa8\x9b\x9a\xdb\x97\xb7\xc6\x96\x6f\x58\x96\xd6\x43\x03\xbc\x16\x04\x14\xa4\xd1\x54\x73\x41\x9e\x28\x2f\x82\x47\xcd\xc0\xf1\xe6\xd6\x0e\x5f\x12\x00\xc8\xc6\x61\x8e\x41\x57\xc9\x88\x9b\x6f\x9c\xff\xcf\xfd\x71\xc6\x94\xa8\xbd\xc5\xd6\x3d\x9e\x56\x47\x8a\xce\x67\xbd\x29\xb5\xf4\xee\xcb\xaa\xd2\xbb\x6c\x54\x5a\x45\x49\xbf\xe4\xf8\xa8\xd6\xc6\x02\x45\xb8\x49\x40\xd4\xe8\x3a\xa5\xcc\xfc\x19\x54\xe8\x79\x21\x95\x16\x91\xd8\xf8\x65\xd0\xe3\x7f\x4a\xf4\xcf\x02\x03\x96\xee\x18\xdd\x12\x32\x62\x33\xa5\x72\xf9\xf6\xcd\x9b\x29\x55\xb3\x62\x7c\x9c\xf0\xf9\x9b\xc7\x62\x4c\x04\x23\x8a\x48\x6d\x65\xcf\xb1\xe6\x17\x22\x16\x6f\xc6\x19\x1f\xbf\x99\x63\xa9\x88\x78\x93\x3f\x4e\xc1\x04\x77\xea\xde\x1b\x3f\xec\x94\xff\x9f\x8b\xbf\x7c\xff\xfa\xe2\x3f\xbf\x3f\x5a\x96\x3e\x4d\xa7\xf3\x8c\x25\x38\x97\x45\x66\x5d\x75\x22\xa4\x0d\x80\x3f\x81\x12\xab\xf6\xfb\x32\xde\xae\x0e\x42\xeb\xfe\xf2\xa7\xcb\xab\x8f\x97\x91\xe8\xb9\xbe\x8f\xb4\x81\xf8\x9f\x1f\xce\x3e\x5c\xdd\xfc\x3d\x12\x68\x77\x57\x37\xc3\xf7\xed\x5a\x41\xf5\x35\x55\x32\xfc\xc4\xf8\x33\x8b\x57\x2f\xab\x8b\x2e\x98\xa2\x73\xe2\x04\xb6\xfd\xe7\x9d\x59\xe9\x06\x2b\xbf\xba\xfb\xf1\xec\x26\x5c\xc7\xbb\x8b\xbf\xdf\x9d\x3d\xdc\x9e\xfe\xd4\xba\x12\xf3\x58\x34\xb3\x5b\xf0\x3e\x9c\xf0\xac\x98\xb3\xf0\xef\xcd\xe7\x76\x7e\x79\x77\xf6\xbe\x3a\xbb\xab\xe1\x5d\x4c\xf6\x9b\xd8\x7d\x75\xf4\xc3\xd5\xd5\xc5\xd9\x30\xda\xcb\xd3\xe1\xdd\xd9\xdd\xf9\x87\x48\x9f\x3b\xbd\xbf\x19\xde\x9d\x5f\x5d\xb6\x2e\xd3\xcd\xa0\x66\xa1\x7a\x59\xe1\x32\x77\x2d\x67\xd6\x3a\xe6\x43\x1b\x1a\x32\x07\xe5\x75\x90\x0e\x63\x7c\x41\x60\x96\xbd\xf6\xa6\x74\x62\x66\x5a\x2b\x6b\x54\xbc\x4d\xa8\x59\xd6\xb5\x6e\x74\x9b\xc8\xbb\xf3\x53\x80\x79\x59\xe7\x30\xce\x32\xfe\x6c\x1c\xf4\x73\xaa\x15\x3d\x49\xc0\x4f\xaf\x7f\x22\x51\x52\x08\x41\x98\xca\x16\xc7\x35\xe2\x24\xde\x16\x2e\xd4\xa9\x77\xe1\x6e\xc4\x70\xb5\xfe\xd0\x65\x4f\x68\x2d\xab\x54\xbd\x9f\x6e\x5a\x50\xac\x88\x4f\x3f\x10\x29\xf1\x94\xbc\x73\x11\xa2\x1d\x09\xa9\xdb\x9f\xc3\x7f\xfe\xed\x76\x05\x3f\xbb\x21\xa2\x19\x82\x1b\x70\xc8\x18\x57\x38\xb6\x0d\x37\xe0\x64\xe3\xe4\x6e\xe2\xe5\xca\x28\xf6\xed\x46\xab\xc7\xd9\x75\xfd\x98\x75\x54\x0a\x75\xdc\x36\x8e\xfb\x80\x73\xcd\x4a\x49\x21\x15\x9f\x23\x5c\xae\xd1\x86\x08\x71\xae\x75\x36\x08\x82\xe9\xf3\x11\xa8\x43\xde\x49\xb3\xfe\x25\x56\x92\xd0\xfa\xfa\x97\x5f\x12\xa9\x85\x41\xf4\xd6\x46\xf5\x26\x85\x2a\x84\xbe\xae\xb5\x62\x89\xbe\x23\xc7\xd3\x63\x74\xf5\xf3\xd9\xcd\xcd\xf9\xe9\xd9\x00\x0d\xaf\xaf\xcf\x2e\x4f\x07\x88\xa8\xe4\x95\x33\x7e\xe0\x5c\x92\x74\xc4\x14\xb7\xbe\x98\x05\x9a\xf1\x67\xfd\xae\x39\x11\x53\x12\xad\xd9\xfe\x18\x01\xce\x7e\x4a\xa5\x32\x0e\x6a\xb8\x60\xcb\x69\xe9\xfb\xe4\xb8\x8e\x43\x0a\x35\xdb\x86\x35\xb0\x94\xc5\x1c\x8f\x33\xf2\x40\xf1\xfc\x41\xf0\x6c\x95\xc8\xab\x15\x53\xa5\x72\xf2\x20\x8d\xdf\xe3\x01\x27\x09\x2f\x98\x5a\x7b\xb4\x55\xfb\x78\x0a\x64\x92\x28\x27\x62\x4e\xc1\x6a\xd6\x8a\xac\xe4\x09\xc5\xca\x69\xba\x41\x1f\xc2\x04\x2c\x79\xd0\x50\x41\xa7\xce\xca\xa8\x3a\x6c\x49\x1d\x2d\x4f\x8d\xbb\x78\x2b\xcb\x71\x13\xea\x75\xbd\x68\xaa\x94\xa1\x32\xcf\xf0\x62\x49\x65\x5d\x45\x51\xad\x98\xc9\x1c\x27\xa4\x74\x57\x3b\xcf\x7e\xc2\xe7\x73\xce\xb2\x85\x0f\x46\xa7\x74\x02\x29\x20\x4a\x53\x1b\x8d\x89\x7a\x26\x84\x95\x9f\x22\xbb\xeb\x88\x32\xa9\x30\x4b\x20\xa2\x06\x07\x65\xa4\x69\x95\x16\x20\xfe\x47\x47\x03\x34\x3a\x4a\xc9\x13\xc9\x78\x3e\x27\x4c\xe9\x0f\x88\xaa\xdd\x8b\xb3\x39\xa6\xd9\x25\x57\x74\x42\x13\xdc\x74\x77\xac\xbb\x2d\x82\x24\x34\xa7\x84\x29\xf9\x40\xf4\xb8\x7b\xb5\xee\x57\xdd\xb5\x2e\xe2\x0d\x33\x41\x38\x4d\x05\x91\x92\x68\xa3\xd0\x4d\xd2\x6a\x06\xc6\x29\xe2\x09\xb0\xf2\xaa\x35\x74\xf3\xdd\xf0\x77\xca\xc6\xf5\x3a\x47\xc2\x85\x4f\xe0\xf2\x2f\x2e\x93\xb3\x5b\xb9\xf6\xde\xa8\x48\x65\x0a\xb1\xf3\xc4\xfb\x10\x5e\xd5\xa2\xac\x1e\x1b\x7d\x8c\xd7\x9b\x67\x4c\x99\x5b\xfd\x5c\xeb\xd4\x64\x08\xce\x48\x38\x9b\xd0\x69\x11\x48\x65\x6b\x46\x57\x2d\x77\xb2\x72\xc6\x49\xc6\x65\x21\xd6\x54\xe8\xe2\x49\x9f\xd8\x47\xdb\xe6\x7d\x16\x5e\x62\x45\xa6\x64\xa7\x7b\xb2\x86\xf0\x48\x90\x5c\x10\x09\x3c\x09\x3e\x08\x7d\xb8\x95\x15\xb8\xf6\xd7\x03\x44\x59\x92\x15\xa9\xa6\x01\xce\x4a\x1f\x03\x4b\x51\xa9\x44\x8c\xd8\xdc\x9a\x46\x08\x4b\xf4\x4c\xb2\x4c\xff\x37\xe1\xf3\xbc\xd0\x63\xd9\xe9\xda\x91\xb4\xb2\xa9\xb0\x22\x03\xc4\x0b\xa5\x07\x1b\xc0\x68\xa9\xdd\x82\xd7\x63\x0c\x08\x11\x07\x8b\xd0\xa2\xe6\x5e\xba\x00\x9c\x0f\xec\x1b\x5e\x37\x02\x8c\x32\xf4\x9e\x28\x18\x05\x90\x56\xe1\x02\x21\x3d\xab\x6a\xcf\xd5\xd3\x7e\x8b\x13\x65\x57\xd2\x61\xe7\x2f\xa8\x22\x02\x67\x1f\x70\xfe\x43\xc6\xc7\xad\xfb\x3e\x44\x73\xa3\x51\xd9\xb7\x20\x1a\xc3\x91\x30\x92\x45\x92\x10\x29\x27\x45\xb6\x92\x47\x89\x10\x91\x07\x7a\xc5\xf1\xf7\x44\x3a\x83\xe7\x5a\xd9\x53\xff\x02\x80\x3c\x5a\xdb\x06\xb7\x6f\x75\x9e\x36\xdd\x71\xd5\x1c\xf1\x98\x0b\xf5\x90\xe0\x42\x6e\x73\x6f\x9e\x57\xdf\x5e\xe8\x73\x6f\x63\x67\x9a\x9f\xf4\x5b\x2c\x62\xeb\x99\x66\x19\x60\x93\x10\xce\xb8\x3d\xed\xe6\xe7\x85\xd5\x23\x61\x36\x4d\xe7\xde\x32\xfa\x83\x39\x1c\xeb\x53\xb7\x64\x82\x06\x53\xf3\xdc\x9c\x36\x7f\x92\x34\x8b\x5b\x08\x15\x84\x22\x02\xdf\x5e\x65\x12\x28\x25\x39\x61\xa9\x44\xb0\x0f\x8e\x6d\x22\x21\x39\x40\x13\xfa\xc9\x0e\xea\xdc\xac\xe5\x4f\x03\x8d\xaa\x7e\xd5\xf9\x0c\x2f\xef\x4f\x87\x8b\xe4\x1a\x9e\x6f\x35\x24\xb8\xd4\x4a\x73\xa2\x35\x10\x41\x12\x2e\xb4\xec\x80\xd7\x7a\xe3\x7a\xe5\x25\xa2\xb0\xd0\x44\xc1\xab\x34\xd5\x68\x1e\x25\xa4\x30\xc5\x8a\xbc\xd6\xca\xf9\x0a\xb7\x62\xce\xf5\x6b\x10\x9d\x13\xad\xe8\x3b\x4f\x77\x68\xdc\x8c\xc9\x14\x33\x24\x0a\xc6\x28\x9b\x36\xcc\xd6\xc9\xc0\x2d\xb8\x5e\xab\x20\x78\xae\x55\x73\xb8\x70\xf5\x84\xe2\x79\xc8\x1c\xc8\xd9\x3a\x0f\xab\x5d\xbf\x14\xd5\x54\x0b\xd9\x9e\xb1\x57\xf6\x1b\x26\x5b\xe4\xe9\x21\x4d\x36\xc3\x52\x21\x3b\xa7\x86\x19\x87\x6a\xdf\x0e\x42\x51\x6d\x45\x75\x42\x0d\xbb\x8b\x16\x1b\x4e\x11\x49\xa2\x14\xb5\xc5\x5f\x0a\x49\x10\x9e\x28\x22\xc0\xd4\x75\x9a\x91\x49\x86\xf6\x47\xdb\x66\x45\x83\x64\xd1\x5f\x07\xb2\x64\xc4\x6a\x87\x3e\x46\x43\xb6\x14\x6a\x71\x76\x5f\x44\x2f\x23\xab\x71\xf6\x8c\x17\x12\xe5\x90\xba\x6e\xa2\x3f\xe5\xe2\xc1\x30\x8f\x1f\x72\x56\xb8\xd6\x3c\x68\x82\xb3\x6c\x81\xc0\x22\x0a\x66\xd6\xb0\x59\x41\x8d\xa7\xf5\x85\xdd\x9a\x4a\x72\x05\xd7\x51\x57\xf1\xc9\xdb\x0a\xb5\x92\x6e\x49\xeb\xf3\x37\x47\xe4\xdc\xb7\x08\x18\x50\xc2\xac\x1a\x5e\x1a\x12\x6d\x9a\x51\x94\xe3\xbe\x85\x7e\xe4\x40\x68\x9b\xcb\xb5\x26\x80\x5a\x28\x60\x4b\x84\x5a\xbd\x74\xad\xda\xff\xdb\xcc\x21\x80\x92\xd5\x4e\x01\xed\x02\x4c\xb6\x13\x77\x82\x67\x89\x35\x53\x24\xce\x27\x88\x71\x46\x10\x95\xe5\x8f\xc1\xb9\x6d\x02\x9d\x70\xfc\xa6\x84\x11\x01\x35\x42\x9c\x2f\xdc\xc3\xb9\x3d\xd0\xf6\x85\xad\xba\xa1\xb7\x46\xd0\x84\x92\x2c\x95\x88\x11\xad\x14\x63\xb1\xd0\x72\xcb\x1e\xf4\x46\x9d\x61\x95\xfd\xe4\x44\x5a\x39\x54\x1c\x6d\xd6\x72\x4a\x0f\x3e\xa5\x4f\x84\xb9\x1d\x1c\x38\x0e\xd0\x82\xd0\xd1\x25\x8b\x5c\x39\xed\x07\xcf\x16\x26\x39\x00\x5b\x7f\x7d\x4a\xe9\xeb\xa3\x58\xb2\xfe\x4d\xd9\x91\xd2\x50\xc9\x16\xde\x87\x17\x6a\xb1\xe7\xe6\x74\x41\x64\x45\xdf\xa6\x7f\x60\x5c\xfd\x01\x95\x4a\xbb\x33\x29\x4c\x85\x1a\x6b\xde\x0d\x22\xc8\x9b\x7e\x1b\x30\xa9\x35\x37\x11\xf6\xec\x9a\xae\xa6\xfc\xb6\xe0\x92\xd2\x47\xb9\xd7\x8b\xbd\x22\xbe\xe3\xad\xa9\xc4\x98\x20\xc1\x65\x67\x76\xd4\x4b\x14\x0d\x43\x86\x0d\x04\x01\x5c\x10\xe3\x68\xce\x05\xa9\x24\xd9\x18\xf9\x05\x1b\x5d\x26\x37\xac\xcf\xa5\x35\x2e\x05\x93\x38\x50\x1e\xf3\xc8\x95\xd0\xee\x42\x70\x91\xe1\x6d\x38\x67\x1e\xa3\x7f\x5a\x38\x60\x05\x82\xa8\xde\x5a\x13\x94\x25\x34\xc7\x8d\xce\xd1\x75\x38\x61\xc9\x99\x17\x56\x08\x6a\xc2\xcd\x34\x5d\x63\x04\x20\xfd\x4d\xd3\xa9\x4b\xf6\x5a\x4a\xf5\x6a\x67\xdb\x30\x61\x64\x04\xef\x23\x29\x23\x52\x8e\x8e\xcc\xf4\xa9\xac\x8a\x1e\xe3\x23\x70\xda\xa7\x0c\x8b\x5e\xf9\x5f\x1a\x36\x77\xf6\xb2\x5d\x85\xbe\x2c\xbf\x77\xe2\x2b\x02\xd4\x4c\x0a\x01\xf8\x99\xba\x31\xbf\x4b\x66\x34\x2b\x5d\x6d\xaf\x06\xf6\x48\x98\x21\x33\xf2\x44\x32\x3d\x30\x65\x89\x20\x73\xc2\x6c\xbc\xe3\x7b\xf4\x5f\x26\x09\x0a\xfd\x69\xc4\xde\x83\x64\xcb\xb2\xc5\x00\xd1\x49\x39\x32\x56\x95\x61\x1e\x6b\x27\xa0\x66\xc4\x1e\xee\x68\x22\xe6\x54\xcd\xf0\x13\x19\x31\x37\xcc\x7f\xa1\x47\xf4\x47\xf4\xa7\x26\x33\xdb\x82\xa7\xf6\x6d\x85\xbd\xe3\xc2\x03\xb5\x82\x8b\xc3\xca\x1e\x7b\x78\x9d\x91\x16\x79\x48\x4a\x45\xda\xab\x59\x1e\xf1\x45\xd9\x13\x5f\x76\xc2\x87\x87\x07\x0b\xc2\xd4\x03\xe3\x29\x79\x20\x35\x1e\xf8\x96\xb3\xaa\xef\xd5\x4b\x9e\x92\x95\xfe\x73\xaf\xa6\x7d\x04\xc3\x52\x16\x63\xbf\x1d\xfa\xbd\xa5\x49\x14\x33\x58\xfd\x84\x7d\x45\xaf\x4d\xa6\xbb\xa9\xcb\xff\xca\x2a\x38\x03\x10\xaa\x76\x02\xf5\x6e\xe7\x0c\x2e\x63\x08\x00\x57\x4f\x61\xd5\x6b\xa7\x7f\xac\x57\x6e\xc5\x7e\x50\xab\x0c\x10\xa4\x82\x4e\xa9\xd6\xf9\xda\xc3\x0a\xab\xb5\xbb\xd2\x11\xee\x1d\xcf\x08\x8f\x79\x51\x45\x15\xc2\xe6\x98\x5b\x49\x21\x07\x90\x6f\x52\x30\xd1\x58\x3f\x2f\xe0\xe2\x9b\x14\x99\xfe\x99\xf1\x63\x99\x4c\x64\x6d\x4a\x07\x6f\xd3\xd7\x9d\x94\x74\x6a\xa3\xc5\x6e\x40\x6a\xd1\x58\x29\xd8\xb4\x28\x99\x61\x36\x6d\xd7\x61\x6e\x2c\xc9\x76\x60\xb8\xbd\x44\xa8\x68\xf9\x5a\xa9\xe1\x19\x20\x9d\x45\x60\xbe\xa8\x5d\xe4\xcf\x5d\xe5\xae\xd8\xb5\x8d\xd4\xc1\x00\x71\x93\xb2\x33\xb4\x07\x62\xd9\xaf\x5e\xcf\x1d\xb7\xb1\x05\xd6\x99\x25\xcc\xbb\x1f\xc0\x31\xbc\xb5\x43\xc4\x6f\x42\x90\x16\x6f\x11\x1c\x66\x35\x24\xad\xdf\xed\xfd\xb8\xda\x63\x0c\x49\xe0\x69\x8f\x8e\x75\xfd\x8c\xe6\xcb\x3a\x60\xcb\x9c\x1a\xf4\xc7\xfa\xb9\xb9\xaf\xd7\x9d\x4a\xab\x83\x71\x4d\x77\x21\x18\x42\x6d\xc7\xf6\xc2\x06\xba\x63\x47\x9b\x89\xde\xf1\x20\xd4\x00\x3e\xb7\x42\x22\x25\x30\x93\xe6\x6d\x23\xf6\xd1\x68\x1e\x54\x1a\x35\xdb\x26\x08\x80\x16\x8f\x28\xfc\x1b\x6c\x05\x0b\x90\x56\x33\xac\x6d\xe8\x45\x83\x53\xcf\xa7\xf4\xf9\x93\x10\xba\xf5\xea\x5e\x06\x2f\xb2\xea\x56\xed\x90\x8e\xd0\x21\xae\xc4\xd9\x1a\x16\x5a\xd4\xe4\x65\xa2\x12\xf0\x36\x38\x6b\x54\xb5\xc7\x9c\x67\x04\xb3\x26\x55\xa8\xf6\xeb\x25\x23\xbb\xcc\xf0\x1e\x13\x40\xef\xe9\xdb\x54\x68\xa3\x7b\x02\x81\xda\x78\x5d\x18\x72\xec\x15\x61\xc6\x26\x03\x14\x93\x99\x68\xba\xc2\xc5\x38\x08\x4f\xfe\x98\x64\x9d\x82\x9c\xe6\x81\x56\x2e\x82\x9f\x94\x69\xdc\x6b\x81\xc2\xc2\x58\x61\x2d\x84\x6e\xd5\xc4\x42\xe0\x5d\xab\x53\x29\x06\xaf\x75\x98\xe2\x2a\x71\x3e\xac\x04\xe3\x10\x81\x08\x1e\x06\xac\x88\xde\x3f\x38\xef\xce\x60\xf6\xf2\x3e\xda\x25\x48\x90\x80\x87\x53\x4e\x64\xa0\x1d\x20\xfe\x44\x2c\xff\xd2\x09\xd1\x1a\xc4\x88\x69\x65\x2a\xd4\x64\xb0\xd4\x07\x2d\x17\x7c\x6a\x01\x2a\x38\x11\x5c\x4a\x1b\x5f\x33\xe3\xc8\xe3\xd6\x9b\xe4\x8e\x88\x39\x65\xbb\xf1\x10\xbf\x1c\x26\x65\xb9\xa2\x4b\x99\x7c\xd1\xa0\x79\x8c\x09\x52\x6e\xad\x4d\xe7\x7e\xdb\x70\xb5\xd3\x9e\x91\x20\x58\x5a\x7b\x05\x42\xd4\x95\x30\x5d\x07\x3d\xc1\xcf\xd9\xa0\x3b\x5e\xbb\xcd\x0e\x59\xc8\xc2\x81\x4d\x31\x05\x6d\x6c\x0a\x41\x20\x77\x76\x9c\x59\x67\x70\xc4\x35\xb4\xac\x02\x5c\x52\xc4\xab\xe6\xe6\xcd\x20\x27\x25\x9d\xeb\xb3\x02\x79\x10\x8c\xbf\xe6\x39\xa8\xbc\xd5\x5f\x4d\x30\xcd\xb4\xc0\xa2\x71\x11\x62\xad\x5c\xbd\x86\xa4\x7f\xc2\x54\x9d\x7f\xd0\x0d\x02\xfe\x44\x92\x9a\x6d\x34\x9c\x3b\x3a\x1a\xfe\x70\x75\x73\x77\x76\x3a\x3a\xf2\x12\xdb\x07\x8f\x9d\x58\x77\x73\x87\x60\x91\xf7\xdd\xfa\x6a\x3e\xb0\x97\x08\xa7\x69\x89\x52\x35\xd8\x8b\x07\xe3\x83\x5a\xf7\x54\xac\x74\xdf\x2e\x0f\xf3\x8e\x7e\x22\xe9\x0d\x56\x5b\x39\x7d\x5b\x53\x58\xd6\xf2\xac\xd4\xb2\x78\xc1\xe8\x92\x75\xdf\x22\x64\xfd\x52\xee\xf5\x73\xeb\x73\xb0\x39\x09\xb0\x57\xce\x44\x97\x48\x14\x4c\x1b\x45\xd8\x17\x59\x9a\x00\x0f\xb0\x64\x31\x40\x80\x44\xd4\x5c\xbb\x40\x7f\x46\x73\xca\x00\x35\xd4\x46\xdb\xfb\x78\x21\x5d\x12\xed\xce\x2f\xef\xe3\x14\xd5\x1f\xaf\xee\x6f\xe2\xb4\x87\xbf\xb7\xa7\xcc\xc5\x23\xb4\x59\xa2\xe5\x1a\x83\x80\x33\x37\xa4\xf0\xa4\xa9\x5b\xe8\x45\xf5\xa2\xfe\xba\x20\xe5\x99\xd7\x19\x76\x8d\x26\x07\xc2\x1d\x10\x90\xdc\xae\x74\x3b\x0c\xb9\x31\xad\xae\x63\x7b\x6d\xaf\x17\x74\x6d\xdc\x68\xf3\x20\x60\xb9\x00\xb0\x5d\xeb\xaf\xdf\xce\xd8\xcb\x72\x54\x07\x00\xec\xa0\xbd\xa1\xf2\x69\xe7\x01\x90\xd6\x71\x95\xe3\x31\xcd\xc0\x2b\xae\x6f\xe0\x79\x9e\x61\x45\xff\x55\xe7\xd3\x90\xc7\x23\x16\x56\x83\x33\x77\xa6\xe6\x01\x07\x7c\xa7\x6c\x8a\x38\x23\x88\x0b\x13\x01\xf1\xe2\x70\x10\xe2\x30\xab\xf0\x08\x35\x43\x0b\x5e\x08\xff\xc6\xa5\xf7\x58\xee\x93\x33\x2c\x2c\xfc\xcb\xe9\x99\xd6\x87\x1f\x22\xed\x61\xbc\x5c\x90\xd2\xd8\x82\x17\x93\x27\xc2\xd0\xb3\x36\xac\x4a\x7f\xf2\x88\x05\xc0\x05\xad\x92\xb2\x6f\x95\x8f\xc2\xd2\xcc\xf6\x3c\xc0\xde\x79\x5e\xba\x5a\x24\xa6\x76\xe4\x76\x06\xde\x01\x54\x13\xb0\xa7\x9b\x31\x1f\x3c\xd9\xe4\x3d\x30\xd1\x06\xe0\x81\xd0\x97\x61\x50\x72\xb5\x2c\x4b\x3e\xe5\x24\xd9\x04\x36\x78\xed\xaa\x00\xb5\x79\x33\xc2\xe8\x87\x4d\xee\xb2\x5b\xa7\xb8\xf3\xad\x54\x67\xbb\x62\x9e\x9d\x50\xae\x7a\xa2\x3f\x63\x41\xb5\x8d\xd9\x71\x9e\x0e\xe7\x3a\x11\x7c\xbe\xde\x14\x5f\x06\xb0\x76\xb7\x04\xfd\x8a\xdc\x03\x07\x82\x54\x5b\x3d\xcb\x26\x88\xda\x2a\xa9\xf7\xb3\xb9\x17\x3d\x1a\x15\x92\x6f\x08\x9a\x64\x0b\x45\xf4\xe8\x4a\x4f\xd5\xa2\xc3\xc2\x77\x86\x77\x96\xf7\x7c\xbb\xe8\x7c\xe5\x14\x44\x3e\xf5\x31\x41\x56\x1b\x32\x68\xad\x7a\x98\x19\x5c\x9f\x75\x1e\xd1\x20\x1e\x66\x51\xe9\x9a\x78\x52\xe1\x79\xee\xee\xf8\x6a\x8a\x51\x85\x5c\x2b\xa4\xd1\xae\xe0\x51\x7b\x80\x96\xd5\xd9\xba\x11\xdc\xcd\xc6\x6e\x77\x93\x7c\x51\xb9\xa1\x5b\x27\x16\x65\x5f\x84\x13\x4a\x89\xc2\x34\x93\x61\xc6\xc1\xf2\x56\x46\x37\x9f\x29\x4d\xe0\x1c\xaf\x1b\x5a\xc9\x41\x8b\xa3\x70\xe7\x51\x78\xc7\x83\x93\x65\x8e\x17\x01\xa6\x44\x9f\x82\x8c\x28\xb8\x9c\x29\xf3\xff\x8a\x45\xad\x63\xe6\x90\x45\xeb\x82\xca\xc7\xe8\x87\x85\xbf\x16\x71\x96\x85\x33\x31\xce\xbb\xb2\xdd\x8e\x3e\x0a\x70\x89\xa1\xf3\xcb\xe1\xc9\xdd\xf9\xcf\x67\x80\x97\x58\xf0\x02\x3d\x53\xa9\x2d\x84\x11\x03\x7f\xa0\x16\xa8\xf0\x3b\xc5\x91\xf9\xe1\x00\x7e\x05\x05\x0a\x64\x31\x9e\x53\x6d\x4f\x95\x8b\xbc\x07\x89\x70\xe3\x30\x35\xe6\x1c\xeb\x07\xe0\xda\x76\x68\x9d\x3a\xcc\xe4\x8a\xf3\xb1\x81\x19\x5c\x0e\xb2\x2d\x20\x27\x08\x57\xec\x17\x92\x13\xa8\xd9\xa1\x59\x53\x7b\xbc\x7a\x4c\x4e\xfd\xa1\x8c\x93\x7b\x20\x03\x8b\x4a\x55\xb9\x4c\x9a\x53\x7a\xca\x2d\xd8\x05\x20\xc7\x69\xdb\x1d\xe4\xe0\xad\x7b\xa4\x5e\xdb\xb9\xf5\x35\x66\x6a\x55\xb0\xeb\x46\xfd\xe6\xd0\x10\xe3\x65\xd8\x6e\xf3\x20\x50\x17\x73\xab\xc4\x76\x86\xac\x10\x04\xcf\x7d\x6a\x99\x8d\x05\x55\x44\x37\xe3\x0a\xa2\xaf\x89\xca\x16\x35\x51\xfb\x11\xab\xd7\x1b\xda\x79\x6c\xdb\x40\xea\x4e\x91\xe5\x7e\x47\x6e\xfc\x2a\xac\x47\xe4\xa3\x47\xfb\x18\x63\xd4\x57\x09\x24\x95\x73\xe5\xfc\xaf\x0d\x56\x00\xa8\x0b\x0f\x1b\x44\x39\x6b\x4e\xe5\x9a\x61\xce\x95\xe7\xc2\x5e\x99\xfb\xb1\xa0\xb6\x8c\x07\x43\x72\xd5\xee\x53\xc2\xc0\x89\x39\x00\x0f\x39\x7f\x22\x42\xd0\x54\x5b\x58\x61\xd2\xea\x5a\x94\x5b\xa3\x14\x40\x83\x0c\x33\x35\xa7\x15\x87\xb0\x89\xb7\x79\xf5\x78\x2e\x3f\xa4\x22\xdd\xbc\xba\x53\xb0\x94\x08\x46\xb0\x9a\xbd\x5c\x7c\xf1\x64\x5b\x97\xe1\x8b\xc5\x1a\x4f\x76\x52\x2f\x23\x9c\x6e\x5c\x3b\x62\xe5\x3c\x8b\x4a\x0d\xd4\x76\x44\x65\x59\xa8\x61\xc9\x88\xaa\x71\x75\x05\xe8\x50\x6b\x67\xc5\x45\x1b\x3a\x42\x77\x1b\x2d\x08\xef\x7e\xd2\xe6\x41\x9c\xda\x6d\x4b\x81\xb7\x8b\x74\xd5\x10\x79\x59\xa7\x6e\x92\xd1\xb1\xa3\x22\x36\xe6\x13\xfb\x41\x43\xb1\xa3\xca\x63\xd5\xd5\x86\x86\x01\x5b\x54\xed\x6a\x2c\xd2\x8c\x48\x50\xf9\x8c\xae\x5f\xd1\xea\xda\x6c\x8e\x11\xfb\x91\x3f\x93\x27\x22\x06\x08\x2b\x34\xe7\xfa\x26\x67\x24\xac\x9c\x8b\xe3\xcc\x2d\xe3\xd2\xc6\xa8\xb6\x55\xbb\xb3\x7c\xac\x57\xb1\x2e\x03\x02\x50\xfd\x66\x1b\x9c\x0b\x7c\xc4\x70\xa2\xe8\x13\x31\xb1\x1d\xc0\xba\x51\xb7\x30\xe0\xff\x3f\x78\x9f\xe7\x1f\x8e\xd1\x9d\xbe\xb8\xa8\x8c\xe7\x1b\xc0\x38\x9b\xe6\x36\x62\x53\xc1\x8b\xdc\x6b\xa6\x7c\x0c\x2a\xb1\xf1\x7d\xd6\xf8\x3c\x61\x32\xce\xe1\x99\xe0\x54\x5f\x8b\xed\x8c\x13\xd9\x4e\x07\xe6\x0a\x88\xf1\x75\x21\x03\xe9\xdb\xc2\x87\x95\x2c\x74\x00\xd8\xa8\x39\x9b\x76\x77\xbe\xd3\xa5\x02\x30\x12\x94\x32\x6f\xb2\x46\x60\x8b\x0d\x45\x45\x60\xe6\x3b\x93\xb8\x1e\x25\x54\xbe\xd6\x94\xec\x32\x82\x83\xd4\xd7\xc0\x6b\xd8\xfb\xf5\x93\x75\x2a\xb3\xbc\x2e\x44\xce\x01\x21\x9a\x2d\x1c\x34\x69\x8e\x21\x78\x9e\xf3\xbc\x30\x60\x59\x1a\x06\x99\x6a\x27\x14\x57\x14\xd8\x79\xf0\x6f\x0b\x9d\xe5\x54\x2b\x75\x94\xa1\xf2\x87\xc8\x7a\x35\x6b\xd9\xac\x10\x74\x23\xd5\xc4\x5a\xc5\xe4\x89\x30\x55\x2a\xb9\x73\x9c\x23\xaa\x65\x89\x96\x86\x62\x4a\x06\xe8\xd9\xb5\xa9\x41\x18\x15\x82\xba\x5d\x07\xcd\xb4\x85\xb7\x62\xd5\xf0\x8d\xf1\x52\x1b\x9c\x4e\x82\x83\x62\x1a\xb6\x70\x66\xa2\x0a\xec\x63\x89\x90\xfd\x94\x51\xf6\xa8\x5f\xf6\x0c\x66\xb4\xf3\x40\x0a\x7d\xe6\xb8\x70\x40\xc7\x68\x4f\x6b\xa5\xd9\x61\x26\x62\xd6\x76\x0a\xa8\x57\xda\xf7\x94\x87\xb9\xaf\x92\xfe\xf5\x16\xf9\x9e\xb3\x30\x0f\xad\x51\xd5\xfa\x32\xb7\xcc\x3c\xb6\xf3\xb6\xe9\x98\x70\x20\x23\x6f\xf4\x3b\x08\x1c\x04\xd3\x1c\x96\x7b\x98\x00\x64\x49\x11\x61\x32\x26\xc1\x05\xe9\xdd\x5c\x56\x45\xa9\x55\xe6\x6a\x8f\xcc\xd6\x59\x7d\x7a\xbc\x65\x40\xc3\x8e\x5d\x2f\xb5\x87\xbd\xd1\x07\xb3\x14\x92\x76\x95\xa7\xca\x3c\x48\xd9\xc0\xbc\xbd\xfb\xb1\x6e\x55\x11\xf4\xc6\x11\xf3\x7c\x89\x98\x31\xb7\x85\xa9\x3d\x3b\x2b\x24\xf4\xb0\xfa\x06\xac\xf7\xd1\xec\xae\xb8\x4f\x59\x48\x60\xa9\xac\x8f\x93\x56\x97\xcd\xc9\x86\xdd\x4a\xc3\x44\x44\x5c\x5d\x16\x06\xaa\xac\x61\xd9\x50\x13\x06\xa0\xe4\xe9\xa1\x54\x86\x59\x0e\xc6\xc6\x93\xfb\xcc\x65\x61\x2a\x93\x39\x9c\xda\x30\x2b\xe9\x76\xb8\xd1\xf6\x9a\x89\xae\x51\x13\xc6\x3b\x83\x21\xc9\xb0\x9b\x97\x15\x02\xf0\x34\xcd\xa2\xd6\x52\xfa\x50\x79\x7f\xeb\xfa\x42\xf0\x84\x33\xad\x1a\xd8\x8c\xfd\xca\x5a\x6c\x84\x16\xcc\xe6\xb8\x06\x5d\xb3\x50\x3c\xd3\xda\xf8\x0e\x0c\x63\x1b\xf7\xa9\x71\x96\xaf\xa7\x76\x99\x14\xac\xf3\xd3\x52\x4c\xf8\x5c\x6f\xad\x98\xd8\xeb\x48\x09\xac\x2d\x43\x57\x01\xd3\xd6\xbd\x6c\x72\x89\xeb\xa5\xad\xb7\x45\xf0\xd3\x65\xba\xac\xb0\x88\x2d\xb5\x21\x0d\xb1\x62\xd9\xf0\x04\x8a\x34\x77\xc2\x6f\x44\xd6\x30\x4b\x01\x67\x1d\xd4\xe2\x31\x3d\x14\xaa\x7b\x6e\xde\x39\xc3\xb2\xfa\xca\x95\x5b\xbe\x41\xd8\x37\x1a\xe6\x3d\x51\xda\x70\xdc\x49\x15\x8c\x0e\x5e\x78\x98\xc8\xbd\xc8\x56\xd6\xe5\xbb\x35\xa9\x9a\x85\xc8\x4a\x05\x06\x23\x7d\xa1\x1d\x07\x86\x2e\x04\xc7\x22\x8a\x9a\xc9\x34\xc8\x81\xee\x95\x04\xf7\x39\x55\x3b\x9b\x8d\x82\xb8\xa6\x8f\x67\x21\xcc\xc5\x5c\xbf\xb3\x36\x15\x00\x64\x67\x62\x24\x8f\x8c\x00\x1e\x0e\x09\x06\xf6\x73\xed\xbd\xde\xcc\x3f\xdb\x2a\xfd\x71\xba\xf7\xde\x74\xff\x48\x7a\x47\x0b\xe8\x71\x04\x9b\x2a\xf2\x36\x3b\xc4\x73\x20\xc0\x7c\x5c\x3f\x49\xaf\xdb\x57\x25\x9d\x35\xf2\xea\x19\x6b\x37\xa5\x8a\x41\x53\xdd\x1b\x2b\xb5\xd4\x59\xec\x6e\x46\x9a\xa9\x1a\x7f\x95\x3e\x9f\x85\x24\xc2\x60\x87\x7d\xbc\xa7\x26\x81\xb2\xd1\xeb\x53\x5b\x99\xb9\x2d\x37\x76\xa9\x42\x74\xfd\xc5\x6e\x3c\x1b\xe8\x3b\xdb\x04\x97\x1c\xbb\xf0\xfe\x2b\xf4\x5f\x90\x10\xf9\xff\x35\xd5\x74\x98\x12\xf1\x90\x16\x51\xcb\xb5\x55\x93\xba\xd6\x0f\x9d\x16\x6a\x51\x0f\x93\x88\xec\x8b\x0c\x27\x8f\x5d\xa0\x23\xfa\xf7\x0d\xc3\x76\xb2\x5c\x63\xb9\xdb\x00\xcc\x20\x15\x60\x86\xf5\x38\x85\xef\x37\xde\x21\x06\xf9\xb2\x81\x43\xdc\x3a\xca\xa0\x09\xde\x31\x7a\x67\x72\x1e\xe0\x0e\x31\xaf\x48\x78\x91\xa5\x23\x46\x3e\xe5\x5c\x96\x9e\x74\xca\xa6\x75\x38\x75\x9b\xd0\x61\xdf\xb4\xea\xe0\x6d\x2f\xd0\x3f\x3b\x8a\x66\x79\x4f\x97\x97\x5c\xcf\x64\x5b\xa9\xce\x07\x52\x1f\xfd\xc4\xf5\x15\x19\x20\xbf\xc8\x0a\x5b\x64\xe4\x89\x08\x3c\x25\xb6\x7e\x7a\x90\x93\x80\x37\x28\x97\x7e\xbd\xe4\xee\xfe\xb2\x6b\xfe\x2f\x79\xd1\xf7\xcb\xc6\xb6\x63\x42\x3b\x03\x37\x09\xa5\x3b\x9e\xbf\x36\xc5\x87\x98\xef\x44\xe0\x94\x84\x24\xc3\x52\xd2\xc9\x22\x68\x31\xe0\x6e\x5f\xe3\x89\xf6\xb9\x2b\x71\x8e\x53\xed\xdd\x6c\x37\xf9\xc6\x22\x64\xf7\x57\xae\xb2\xed\x62\xb0\x4f\x74\x60\xca\x72\xbe\x1b\x18\x4a\x76\x8c\xad\x72\xfc\xf2\xe5\x31\x76\xcf\x42\x4b\x84\x59\x53\x08\xde\x2e\x83\x2f\x3b\x2f\x30\x11\x9c\x3d\x04\x9d\x3a\x37\x0c\xd7\x48\x34\xfc\x78\x8b\xe4\x82\x29\xfc\xe9\x2d\x1a\x1d\x7d\x30\x19\xa6\xe8\x47\x5e\x08\x89\x4e\xf1\xe2\x35\x9f\xbc\x9e\x73\xa6\x66\xe8\x03\xfc\x7f\xfb\xd1\x33\x21\x8f\xe8\xef\x04\x8b\xd1\x91\xed\x96\x61\x8b\x20\x7a\x14\xa8\x36\xb8\x45\xc1\xa4\x4d\x5e\xfd\xd3\x5f\x5d\xf6\xaa\x7e\xcd\xf7\x6f\xfe\xf4\x57\xf4\x07\xf8\xdf\xff\x1f\xfd\x61\x74\xd4\x80\xe3\xea\x16\x91\x2f\xd3\x8b\x6b\x47\x7b\xa4\xc9\x23\x9f\x4c\x1e\x14\x9d\x13\x03\x5d\x7b\xc0\xa2\xb1\x46\x5b\xc7\x50\x1d\xb5\x88\x3a\x93\x13\x54\x06\x68\xed\x4b\x8d\x57\xd2\x29\xfd\xbe\xf0\xba\x89\x97\xb2\x18\x49\x46\x25\x3c\xa5\x75\x99\xc9\xa4\x8b\x69\xe0\xda\xcc\x2c\xe3\xf5\x4b\xff\x76\x88\x0f\xf5\x97\x4f\xa8\x32\xf1\x55\xf9\xb7\xcb\xba\xdc\x57\x76\x7b\xc3\x02\xf7\x7a\x73\xdf\x72\xb1\x95\x08\x7f\x24\x4b\x7a\x7d\x27\xbb\xd8\x41\xdd\x42\x98\x31\x38\xce\xb8\xf0\xf1\x6e\xe3\xe7\xb0\xb8\xb2\x11\xbb\xbb\x3a\xbd\xfa\xee\x11\x2b\xc1\xa7\x98\xbd\x7a\x8b\x86\x69\x6a\x4b\x3e\x21\x6b\x9c\x68\xe6\xd1\xa6\xaf\x6d\xc2\x66\xeb\xb7\x30\x4d\xb8\x5a\x43\x37\xbc\xee\x6b\x9a\xac\xa1\xe6\xc3\x1e\xf7\x65\x6b\x82\x4b\x84\x78\x3e\xff\x82\x12\x7b\x03\x6b\x7d\x24\x0b\x5b\x19\xb3\xba\xde\x4d\xaa\x58\x41\x7f\x76\x22\xcd\xd0\x5c\xa4\x04\xc8\x63\x4a\x71\x53\xa9\x9c\x4f\xb6\xee\x50\xdd\x61\xf9\x78\x60\xc8\x2a\x9a\x86\x2d\x54\x54\x6d\xe1\x5b\x2b\xfc\x14\x96\x8f\x3b\x6b\x1b\xa3\x49\xb1\x4e\xc7\x18\x3b\x32\x22\x51\xa7\xcf\x2c\x33\x48\xa2\x20\x2c\x3f\xc7\xb9\x29\x70\x03\x82\x11\x9a\x74\x54\x1a\xe8\x57\xe7\xbf\x6a\xa3\x4d\x6c\x3f\x50\xe3\x04\xe0\x19\xb4\x51\x98\x82\xab\x09\xb3\x85\x61\x00\x2d\x68\xb1\x7c\x94\x1e\xde\x87\xe4\x1c\x67\xd9\x00\x09\x52\x40\x85\xa2\x01\x92\x24\x9b\xbc\xb6\xfe\x41\x92\xa2\xcc\xf4\xd3\x46\xe3\x8c\x27\x8f\x72\xc4\xb4\xe4\x63\x53\x23\xb0\x7d\x1f\x5e\x7f\x55\x94\xde\x44\xd3\xaa\xca\x64\x20\x9b\x0a\x20\x54\x2a\x9a\x54\xd2\x4e\xf5\x49\xd6\xf3\x01\x57\x47\xc2\x0d\x22\x11\xa6\xab\xaf\x2e\x02\x3a\xaa\x2a\x5c\x91\x28\x80\x8b\xe0\x8c\xfe\x0b\xa2\x06\x33\xfc\x44\xb9\x68\xe2\xde\x1d\xc4\x87\xdd\xf6\x3c\xa8\xf8\x34\xac\xe0\xe7\x13\xfb\x18\x9c\xa1\x36\x8e\xb9\x89\xd9\xd9\x73\x83\x67\x73\x8f\xea\x70\x4c\x51\x66\xe9\x3a\xe4\x8c\xf9\x89\xf3\x12\x1e\x58\x18\x11\xa6\xdc\x10\x3c\x5c\xc5\xd3\x27\x26\xf1\xd5\x8c\x11\x24\x9f\x98\xd1\x5d\x6a\xa0\xc5\x75\x69\xd1\xf6\xa4\x99\xc4\x91\x47\xd3\xde\xb4\x5d\x09\x7a\x24\xe5\x59\x31\xa5\xec\xb5\x07\x1d\xa5\x58\xe1\x11\x03\x58\xaa\x7e\x49\x25\xb5\x71\x99\xa3\x0e\x38\x03\x75\x37\xc2\xb1\x63\x22\xaa\x23\x72\x17\x26\x8f\xf9\x16\xc2\x83\x1d\x85\x5d\xe4\x7f\x13\x75\xde\x67\x5b\xb0\x5c\x7f\xfb\x44\x4b\x78\x75\xf0\xa2\xc6\xbd\xdd\x18\x56\x5a\x99\xd5\x52\x58\x86\x4e\x0c\x93\xc1\xdc\xc0\x15\x68\xab\x29\x35\xcd\xe8\xb3\x00\x5d\xda\x36\xf2\x1a\x2b\x53\x11\x87\xcc\xb9\x32\x00\x4e\x83\xa5\xb4\x10\x4b\x0b\xd1\x1c\x67\x7c\x0c\xf7\x0a\xc0\x2c\x61\xdd\x71\x4b\x1c\xb3\x6e\x92\xa2\xef\x82\x6b\xc2\x47\x9f\x5e\x1d\x40\x2b\x2d\x5f\xb8\x4a\x6f\x58\x90\x36\x7c\x5d\xe2\x83\xab\xab\x32\xcd\xb6\x9a\x2a\x1a\x77\x43\xe8\x44\xbb\xbf\x03\x84\x4e\x65\x19\x0d\xe9\x40\x7c\xba\xd7\x48\x89\x6d\x12\xbc\xb6\xfd\x63\xe2\xf1\x46\xff\x88\x36\xc7\xb1\xd9\xa2\x6e\x8b\x0e\x0b\x7d\x14\x4f\xee\x33\xa3\x8f\x2a\x93\x39\x64\xf4\x51\x65\xaa\x87\x8b\x3e\xaa\x99\xe8\x1a\xe8\x23\x13\x87\x79\xd0\x4c\xbd\x9e\x50\xc8\x05\x57\x7c\x5c\x4c\x6e\xe1\x36\x59\x27\xaf\xcd\x08\x67\xa7\xe7\x58\xc8\x3d\xcc\xd6\xe8\x40\xdd\x14\xb1\x10\xa4\x54\x59\xf2\x9a\x20\xa5\x48\xa4\xf5\x20\x25\x0f\x52\x5a\xa6\xcb\x21\x82\x94\x2a\x7b\xbe\x1e\x48\xa9\x6e\xcb\x37\xf0\xbd\x47\xc3\x7c\x35\x20\xa5\x0a\x45\x0f\x19\xa4\x54\x99\xea\xee\x40\x4a\xf5\x3b\xdb\x0d\xa4\x54\x7b\xfd\x37\xf3\xcf\xb6\x31\x6d\xfd\xba\x97\x06\x29\x45\x0b\xe8\x41\x4a\x5b\x16\x3b\x89\x59\xd0\xce\xc0\x37\x20\x5a\x66\xf7\x36\x98\x12\xa8\xb4\x3b\xe0\xa8\xfd\xc6\x04\xc1\x0b\xb5\xae\xd6\x3d\x8c\xe8\x20\x6d\xe6\x9e\xbe\xfe\x1c\x96\x25\x28\x08\xdc\xe7\xbb\x6c\x9b\xef\x52\x21\xb2\xf7\x5e\xc1\xc6\x35\xb1\xdc\xb6\x95\x50\x5c\x65\x92\x6e\x06\xe9\x9d\x7b\xaa\x55\x43\x76\x45\x4f\x42\x97\x25\x28\x11\xb5\x4e\x71\xdf\xc7\x7c\x43\xb7\x77\x03\x12\x6b\xf9\x85\xca\x75\x98\x0e\xa0\x55\xb1\x23\x6a\x79\x06\x11\xdd\xdd\x8d\xba\x05\xd9\x0b\xb1\x4d\x37\xb0\xa1\x49\x70\xd5\xd7\x75\x98\x24\x5d\x3d\x7b\xe3\x85\x6a\x06\x3c\xb6\xdb\x40\xab\x9b\x7c\x55\x3d\x79\xf4\x5f\x7e\xa3\x27\x34\x23\x08\x43\xbb\x41\x3a\xce\xc0\x4a\x02\x3e\x1e\xf3\x27\xa2\x27\xbd\xcd\xae\x52\x36\x85\x75\x43\x17\xfc\xb2\xf8\x85\x67\x1e\x73\xc8\x67\x82\x17\xd3\x99\x53\x8b\x5d\x7d\xc4\xba\xbd\x74\x98\xcd\x2f\xd7\x83\x5b\xa9\x98\x54\x65\x82\xee\x21\x2e\x47\x92\x17\x0e\x73\xd5\xad\xa3\x03\x77\x44\x20\x85\xf2\xf8\x3b\xc7\xa3\xb9\x46\x00\x3a\x39\x62\xc3\x08\xce\xe0\xca\xeb\x8d\x17\x65\x58\xd4\xc8\xe2\x90\xc9\xa0\x20\xb0\x55\x37\xa1\x02\x8f\xfe\x0b\xee\x0d\x78\xc8\x06\xc0\x5c\x90\x0b\x22\xba\x24\x7d\x8d\x93\x45\x92\xd1\x24\xd0\x21\xa6\x02\xe7\xb3\x36\x4e\xdc\x65\xa8\xea\x79\x99\xbb\x57\xf0\xa7\x0b\x57\x75\x61\x82\x6e\x91\x2b\x4f\xfa\x2f\x2b\x7a\x55\x76\xe8\xdb\x2c\x82\x35\x74\x06\x0c\x11\x68\xc6\xb3\xd4\xf5\xef\xf6\xd4\xf2\x2f\xf0\x4e\x70\x4f\x20\xb7\x19\x50\x50\x0d\x98\xb2\xac\xca\xd6\x16\xa7\xf2\x9b\xf8\x75\xc4\xaa\x56\x48\xba\x8e\xf1\xaa\x90\xa8\xdb\xc5\xac\xb6\x94\x5c\xdd\xe2\x56\x6d\x05\xf2\xaa\xfb\xbd\x81\x87\x65\x29\x87\xa1\xf7\xcf\x79\xff\x5c\x3d\x6d\x0e\xd1\x47\x57\xd3\x4b\x67\x3d\x3f\x5d\xd3\xf6\xef\x82\x93\x76\xe8\xaf\xfb\xcc\x5e\xb0\x7d\x38\xc0\x9a\xc9\xd5\xc9\x09\xc6\xda\x1d\x60\xee\x2d\xdb\x7a\x2a\x3c\xba\x68\xaf\xde\x0a\xaf\x9c\x77\xf7\x58\x94\xf0\xa7\xde\x6b\xb1\x57\xaf\x45\x0d\xa1\x57\x7b\x2e\xa2\xbb\xf7\x45\xbd\x17\xee\xcd\x2f\xe1\xc1\xd8\x5a\x2f\x58\xe5\xc5\xa8\xf5\x5a\x34\x28\x08\x7a\xf1\xc3\x8c\xe2\x2d\x7b\x13\x2d\xa1\x2e\x3a\x9c\x8a\x0f\x85\xd4\x86\xa0\xe6\x63\x68\xad\x62\xe6\x6b\x43\xf8\x1e\x9c\x0e\x29\x2b\x06\xe8\xcd\x78\xda\x58\x61\xb3\xb2\x94\xae\x73\x29\x4d\x40\x9b\x29\x63\xb5\x4e\x18\xd7\x90\x3b\xe5\xcf\x4c\x2a\x41\xf0\x1c\x26\x22\x6d\xa9\xb1\x89\x31\xf6\x8c\x45\x49\x45\xd4\x3b\x65\xad\x2d\xbe\xa0\x4c\xdb\x96\x01\x1c\x1f\xfa\x1b\xc1\x9b\x6b\x36\xed\x07\xca\xb0\x58\x6c\xb7\x6b\x2d\x3d\xc9\xda\xad\xa5\xf1\xa2\x29\x5f\x41\xe1\x55\xc9\x09\x5d\x6c\x23\xe8\xbf\x43\x90\x7e\x1d\x82\xab\xc3\x24\x29\x62\xa4\x30\x14\xbc\x9d\x91\x2c\x0f\x32\x96\x72\x2c\x94\x74\x0c\x64\x3b\xff\x26\x7c\x3e\x2f\x98\x29\x8b\x6b\xd4\xad\x67\x0b\x6a\xb5\xc6\x7f\x39\xf8\xf1\x88\x9d\xab\x6f\xa5\x3e\x5f\x9c\x4d\xb3\x05\xc2\xe9\x93\x69\xc9\x69\x95\x49\xce\x64\x31\x27\x42\xfa\x6e\xf5\x7a\x69\xb6\x2c\x65\xd9\x54\x58\xcf\x4d\x5f\xc0\x2e\xff\xd5\xca\x88\x29\x1a\x93\x89\x16\xbe\x39\x16\xd2\x99\x79\x35\x26\x9a\xdd\xdc\x34\x6e\xc5\xff\xc2\x67\xf2\xe7\xf0\xd8\x99\xfe\x04\xe6\x84\x62\x1b\x88\x7c\x53\x3d\x9f\x96\xea\x2d\x67\x73\xbc\xb4\x28\xd4\x2e\x94\x2d\x15\x4e\x97\xea\x53\x57\xb5\x69\x2d\x5c\xcb\x4a\xc7\xfa\x3d\xee\x62\x33\x93\xeb\xd8\x06\x34\x5a\xa0\x9d\xb5\xb1\xb2\xc2\xb3\x49\x28\xf4\xba\x90\x0a\x2b\x9a\xd8\x3b\xb4\x2c\x8a\x60\x9e\x6e\xde\xda\xd3\xad\x4b\xe1\xe3\x6c\x79\x87\x9b\x69\x79\x6b\x7e\xdf\x2e\xfb\xec\x71\x33\x63\xb7\xfa\x90\x13\x9e\x65\x5d\xb2\x1f\x2a\x2b\x3f\x29\x1f\x6f\x9f\x51\xf9\x1e\xbd\x01\x6e\x2f\xe0\xd4\xd8\x3e\x99\x19\x28\x19\x8c\x48\x65\x77\x29\xfc\x91\x91\xa1\x0b\xc4\x8a\xf9\x98\x08\x68\xb9\x0a\x62\xbd\x29\x8c\x9e\x0b\x3e\xa7\x5d\x60\x78\x57\xb0\xcd\xbe\xc2\xfb\x0a\x87\x41\xd9\x4f\xd3\x43\xd4\xec\x1b\x4d\x81\x4a\x66\xda\xa7\xb4\x9c\xa1\x39\xce\x37\x22\xf8\x52\x25\xd0\x25\x4a\xcf\x8d\x0d\x63\xa9\x27\x4d\x2b\xdb\x47\xb2\x30\x0d\x46\x9f\xf1\xa2\xf4\xb4\x77\x39\x4e\xb7\x46\x17\x21\xd2\x9d\x17\xec\xb8\x2c\x38\x31\x22\xac\x90\xef\xa8\xb0\xce\x09\x3a\xa9\x63\xc3\xce\x67\xc9\xad\x79\x9f\xd0\xc6\xf0\xd8\x87\x66\x4b\x97\xdb\x30\x3e\x0c\xc1\x88\x08\xa6\xd3\x4e\xaa\x0f\x11\xe7\xec\x9c\x46\x9b\x37\xa0\xdc\x2f\xcd\x2c\x5b\xaf\x45\xac\x2d\x83\x77\xdd\x4a\x84\xb9\x37\xd6\x54\x04\x0b\x41\x8b\x1d\xca\x0e\xae\xb6\x21\x26\x5a\x77\x31\x6a\x25\x9f\x4c\x32\x8e\xb5\x59\x69\x73\x6d\x26\x34\x23\xf2\x18\x9d\xd7\xd8\x13\xa0\xe5\x38\xad\x0a\xc0\xdc\xe0\x6c\x76\xfa\x4e\x21\xa8\xad\x5b\x4d\x04\xf1\x5a\x0d\xa2\xb6\x84\x45\x69\x7a\x0a\x62\x3a\x7e\x40\x72\x22\x67\xa6\xb1\xe6\xcc\x0c\x40\xa5\x2d\x40\xac\xf4\x94\xa8\x96\x05\xd4\xb6\x24\x4e\x49\x4e\x58\xea\x1f\xe0\xa6\x0a\x29\x4e\x54\xd9\x20\x0c\x66\xd5\xb0\xa5\xbb\x68\x3c\x63\x7f\xdf\x61\x5b\xef\xf4\x13\xcb\x7b\x53\x3b\xc3\xbb\x78\xf4\xce\xb3\xf3\x7a\x79\x77\xff\xe9\x3b\x78\xd4\x39\x15\xa0\xbf\x2d\xf8\x9d\xe6\x3e\xa8\xca\x52\x22\xa4\xe2\x1c\x6e\xa8\xdb\xd3\x9f\xde\xdc\x9f\x23\xa2\x12\x28\x0a\x30\x62\x89\x7c\x1a\x68\x85\xf6\x9f\x05\x51\xfa\xe3\xa6\x54\xc9\x39\x61\x12\x24\x01\x5d\xb7\xba\x8b\x23\x8c\xfe\xef\x69\xfc\x7c\x0b\xcb\x97\x05\xae\x6d\x5a\x31\xf0\xae\x4b\x03\x03\x36\x85\xdc\x03\x43\x5a\x59\xc3\x31\xa6\xd5\xff\x59\x5d\x8e\xfa\x06\x01\x37\xf6\x6b\xc1\x3a\xaa\x49\x27\xe5\x43\xc1\x2c\x1a\xb4\xb0\x79\x8e\x05\x95\xdd\x86\x77\xcf\xd4\x8e\xbe\x4a\x88\x38\xba\x62\x34\x36\x94\x42\x65\x3a\x3f\x52\x82\x10\x10\x21\x9e\x9f\xec\x5d\x0f\xb7\x7c\x40\x8d\xe0\xa1\xe3\x11\xfb\xe0\xfc\x60\xe5\xa7\xb2\x2c\x0e\x3d\x1f\x43\x8a\x61\x01\x36\x53\x3c\x0a\x0c\x9b\x52\xe9\x3f\x80\xcc\x13\x59\x64\xb6\x3b\xe1\x84\x32\x9c\xf9\x89\xd6\x76\x0a\x87\x3d\x17\x98\x25\x33\x28\x9e\xba\x4d\x10\x6c\xf2\x40\xb2\x2e\xba\xe3\xf9\xe4\x2c\x93\x9a\xbf\x93\xc7\x86\xd3\xf9\x47\x97\xf8\xde\x61\x83\xca\xc5\x80\xe6\xe6\xd2\x21\x8d\x55\x62\xe2\x00\x99\x22\x26\x77\x05\x62\x01\xd5\xf8\xab\x89\x44\xeb\x5d\xb4\xba\xb5\xad\xbf\xaf\x04\xcf\xcc\x13\xda\xc6\x82\xb7\x20\xac\x46\x4c\x14\x0c\xf2\x07\xbc\x1f\x15\x23\x49\x04\x35\x0e\xcd\x84\x33\xa3\x03\x58\xe7\xc9\x54\x8b\x09\xad\xf9\x41\x68\x1d\x7a\x80\x08\xca\x0b\xa9\x65\x88\xe9\xff\x23\x6d\x9f\x66\xe3\xc9\x1e\xa0\x5c\xd0\xb9\xa2\x4f\xc4\x27\xfd\x84\x3b\x57\xcb\xcc\xdb\x04\x10\x72\x22\xb0\x5a\x37\x87\xa8\xee\xed\x57\x6e\x84\xda\x03\x9b\x91\x89\x7a\xa8\xf5\xbb\xb4\x98\x18\x7a\x44\x96\x36\x14\x9b\xa0\xd3\xd9\x0e\x46\x5c\xff\xd4\xff\xd9\xfa\xc5\xf4\x51\x0f\x6e\x7c\xc1\xb9\x32\xfc\x56\xca\x24\xe4\xa8\x09\xea\x82\x7d\xa9\xc9\x3b\xd6\x9b\x4a\x61\x57\xf5\x19\x7e\x64\xfc\x99\x79\xdb\x5a\xab\x0d\x67\x38\x99\x85\x82\xc5\xfa\xab\xcd\xa9\x5e\x79\x9e\xa3\xdc\xda\x03\x01\xc1\xf9\x33\x7d\x62\xeb\x5c\x64\x0b\x54\xe6\x4f\x47\xcf\xad\x73\xbd\x19\xbb\xd3\x9d\x5d\xb3\x60\x9b\x32\xa8\x48\x6e\x6d\x63\xdb\xb4\xcf\xc7\xd1\xc1\xbd\xaa\x5f\x75\x8c\x3e\x3a\x4d\x0e\xc2\x01\xde\x43\x0d\x90\x2c\xe8\x03\xb4\x70\x85\xce\xeb\x08\xbb\x0b\x74\xd4\xae\x7d\xf4\xed\x04\xf6\x2d\xd7\x6a\xa8\x1c\x5d\xa8\x8c\x19\x0b\xab\x43\xb3\x8d\x13\xff\xd0\x2d\x69\x0f\xfb\xbe\x83\x1c\x42\x53\x42\x1f\xbc\x55\x9c\x65\x8b\xff\xc7\x6c\x16\xa0\xa2\xf4\x11\x2a\x64\xd9\xc8\xd7\xfa\x30\xf5\xf9\x01\x1f\x1c\xe3\x4a\x5f\x8a\x13\x9a\x65\x80\x5e\x3a\x46\x43\xc8\x82\x87\xfc\x66\xd3\x34\xc1\x04\x71\xe8\x94\xf1\x55\x21\xe4\x06\x66\x4a\x02\x66\xba\x6d\x66\x26\x09\xdc\xe4\xa3\x0a\x3b\xe2\xa8\x1d\xa0\x9c\xb4\x6c\x89\x3d\xe3\x2b\xf7\xaf\xc2\xd5\xeb\x5f\xc6\x21\xcc\xa4\x18\x3f\xec\x3d\xfc\x59\x3b\xdd\xd0\x34\xae\x9f\xfa\xfb\x02\x0b\xcc\x14\x01\x0c\xa4\x81\x5d\x0a\x1b\xf0\xd3\x1c\x88\xc8\x27\x6a\x5b\x37\x41\xe0\x58\x7f\x14\x6e\xae\x73\xba\x4f\xe9\x13\x61\x88\xa6\x03\x44\x8f\xc9\xf1\xc0\xd6\x48\x92\xc5\xb8\xfc\xe5\x0c\x4b\x84\x47\x6c\x09\xab\x73\x8c\x86\x99\xe4\xf6\x09\xc2\x92\x0c\xaa\x4e\xc8\x62\x1c\x22\xee\x80\xf3\xad\x9b\x68\xbc\x40\x18\xd9\xad\x2c\x87\xe7\xf6\x8b\xe0\xc1\x11\xc3\xd2\x78\xa5\x33\x38\xe9\xe5\xe7\x75\xd5\x50\xa2\x48\xc5\x1e\x51\xf5\x4b\xd7\xd0\xde\x36\xc9\x94\x4f\x68\xdb\x20\xf8\x05\x6c\x4c\x89\xa1\x1a\x31\xcf\xce\xe8\x3b\xac\x32\x82\xa5\x42\x7f\x7a\xd5\x29\x38\xe3\xd6\x57\x0a\x57\x7b\x7a\x4b\x38\x82\x0b\x81\x36\x15\x73\x82\xa4\x5b\x84\x11\x23\x01\x26\x65\xa0\xb7\x59\x71\xf4\x44\x65\x01\x75\x3c\x02\xe4\x8a\xa9\xc4\x40\x95\x74\x49\x85\xc6\x4f\xd9\x20\x46\x5c\x3d\x1f\xeb\xbf\xb4\xd3\xaa\x61\xac\x81\xed\x85\x22\x6d\x7f\x22\xca\x4a\x9e\xd3\xdf\x8c\x98\x15\xac\x2e\x6e\x13\x24\x7c\x0f\xb3\x2c\xe4\x47\xa3\xe0\xa4\x84\xe9\x05\x43\x15\x92\x63\x14\x56\x80\x97\x65\xac\x30\x2e\xa0\x55\xb6\xb5\x40\x7c\x32\x62\x1e\x00\x18\x8e\x5d\xab\xec\xd4\x99\x8b\x2f\xa8\x03\xd7\xbc\xfe\xc2\x94\x83\x59\x43\x17\x6e\xae\x05\xd7\xe2\x5e\x59\x32\xd1\x5b\x54\xe3\x5d\xbf\x60\x7d\x4d\xb9\xde\xdc\x85\x5b\xf6\x99\xd7\x58\xcf\x0d\x9b\x1b\xa8\x16\x5b\x6c\x6a\x19\xb4\x7e\x29\x07\x6e\x34\xf5\xf3\x14\x90\x45\xab\x85\x60\x89\xd4\x71\xa2\x03\xec\x56\xea\xf0\xe2\x70\xb6\xca\x00\x3c\x40\x4a\x9c\xdc\xb3\xbf\x6c\xca\xfe\xfe\xb2\x97\x3f\x28\xd7\xef\x96\xe2\xa3\xd0\xcb\x0b\x6f\xd6\xf5\x86\xe9\xaf\x38\x21\x2c\x59\x98\x37\xb9\x2a\x16\xa5\x1e\x07\xca\x5e\x00\x7f\xc7\x60\x9b\xd7\x6a\x87\xb6\xb2\xd3\x31\x3a\x83\x7b\xc6\x15\x7a\x32\x6d\xea\x2b\x3f\x1e\x31\x6d\x98\xe8\x2b\x5e\x9a\x49\xbb\xf1\x63\x16\xaf\x3b\x01\x06\x1d\xbd\x95\x6b\x66\x8e\xa7\x9d\x90\x0e\x81\x31\xe1\xc0\xd9\x30\x06\xa4\xa9\xa0\xb3\xe9\x5b\x94\xf2\xe4\x91\x88\x37\x82\xa4\x54\xbe\x05\x57\x79\x43\xeb\xbc\x84\xcf\xe7\xda\xd8\xde\x5a\xd1\xd8\xb4\x46\xa0\x79\xbf\xed\x5c\x6b\xbb\x00\x6b\x0d\x01\x5a\x84\x7b\x58\xbd\x81\x9c\xb9\xbe\xa6\x84\x29\xb1\xc8\x39\x65\xca\xa1\x24\x92\x0a\x21\x9c\xa1\xa1\x75\xb6\x26\x2c\x8e\xd8\x45\x48\x6d\xc3\x65\xdf\xcd\x88\x24\x2e\x7e\x60\x16\xa5\xb8\xed\x6f\x66\xc4\x45\x8e\xd5\x4c\x02\x3e\x2e\xa6\x81\xb5\xb9\xe0\x51\x4d\x21\x9c\x43\xf8\xc1\x38\x29\xca\x87\x3c\xf0\x4b\x2a\x9a\x65\x23\xc6\x08\x49\x25\x82\xac\xdc\x6f\x6b\x71\x98\xfa\xd1\x01\xc2\x69\x8a\xfe\xed\xbb\x77\x17\x7f\xbf\x3b\x7b\x38\xbf\xbc\xbe\xbf\x7b\x78\x77\x7e\x71\xf6\x6a\xe0\x3f\xbc\xba\xbf\xf3\x9f\x1a\x07\xcb\x13\x11\x68\x8e\x1f\xc1\xc2\x63\xd2\xa8\x7f\x6a\x46\x46\x2c\x9c\xa9\x6b\x4b\xa9\xbf\x91\xc4\x41\x4d\xac\x9a\xe2\x73\x0a\xec\x1e\x36\x6c\x98\x6b\xf5\xd6\xc1\xf6\xbd\xf1\x8f\xb4\xf3\xa0\x63\x1e\xff\x0a\xa7\x06\xce\x09\x53\x5a\xc6\x58\xcc\x5a\x69\xfa\x96\x0c\x47\xd8\x94\xb2\xa6\x80\x38\x61\x4f\xfb\xd4\xe1\x7f\x22\x8b\x9f\xb5\x75\x7d\x8d\xe9\xfa\x8d\xdf\xce\xd8\x13\x15\x9c\xc1\xd2\xbc\x57\xab\xac\xa3\x4a\x60\xc1\x95\x43\x25\x8d\x2e\x0c\x21\x97\xbc\x11\x74\xc1\x26\xb4\x11\x5e\xf5\xd9\x96\x3b\x34\x6e\x62\xf2\x49\x09\x6c\xcb\xcb\xfb\x46\xd9\x4f\x98\x66\x00\x98\x71\x17\x4d\xc9\x83\xa6\x3c\xe7\x5b\x44\x32\x3c\xe6\x02\xe0\x94\x26\xc2\xe7\x86\xb0\x04\x83\x82\x7f\x7e\xa0\x26\xe0\x06\x17\xfb\x2b\x9b\x1c\xdd\x43\xd7\x5c\xac\x73\x93\xeb\x9f\x01\x15\x78\xae\x4d\xb2\x8a\x10\xb5\xd7\xec\x84\x60\x53\xf7\x4b\x82\xa4\x91\x45\xae\xd7\x61\xc1\x20\x59\x16\xa5\x98\xeb\x33\x20\x8f\xad\x73\xbc\xfc\x25\x67\xe8\xa7\xff\x94\x68\x5c\xa8\x11\x8b\xc7\xe0\x0c\xaa\x24\xff\x80\x55\x32\xab\x33\xec\x9a\xaf\xda\xeb\x2d\x2b\xbd\xfa\x65\x3e\xe4\xf1\x48\xd1\x68\x94\x29\x32\xad\x66\x01\x75\x49\x35\xbd\x04\x50\x0f\x34\xc6\x80\x12\xb0\x1c\xd9\x16\x07\x16\xcb\x9d\xf3\xf4\x5b\x89\xce\xaf\xb5\xcc\xd5\x3a\x36\x84\xa3\xa9\x34\x9e\x34\x88\x4e\x01\x42\xcf\x3c\x6d\x10\x42\x03\xf4\x3d\x1a\x15\xdf\x7f\xff\x97\x04\x7d\x72\x7f\xfc\xc7\x5f\xff\xfa\x97\xff\xd8\xa4\xa2\x31\x8c\x5b\xd2\xc8\x16\x13\xa8\x0a\xe1\x70\x07\xce\x2a\xf5\xcb\xba\x47\x82\xa1\x1c\x96\xe9\x58\xd6\x2d\xa3\xa6\xa6\x3e\x94\x55\x2b\x9d\x37\x42\x10\x13\xad\x87\x22\x6b\x4d\xf0\x24\x22\x65\x47\x55\xab\xb6\xd0\x9a\x1d\x07\x32\x76\x9f\x3b\xf6\x97\x2e\x81\xd2\xcc\xcc\xd5\x8e\xe2\x8c\x85\x00\x5d\x15\xd1\x3e\x2e\x06\xb7\x15\xfb\xa7\x9b\x29\x9b\x66\xed\x09\x90\xbd\x2c\x77\x8c\xa0\x53\xba\x87\x20\x3a\x30\x86\xd9\x86\x11\xfb\xa0\xef\xf9\x73\x36\xe1\x6f\x2d\xc3\x5e\x50\xf6\x08\x7f\x35\xf8\xb8\xb7\xdf\x23\x5f\x76\x2d\xf8\xdc\xd9\x07\x86\xe2\xaf\x6d\xed\x4d\x3d\x6b\xa9\x70\xf2\x68\x32\xb0\xda\xca\xf6\x75\x2d\x3c\x58\x42\x18\x0a\x2d\x29\x2d\xe9\xa0\x6b\x89\x0c\xb3\xcc\x9f\x28\x46\x18\xdd\xdf\x9c\x6f\x9e\x3f\x4c\x22\x9e\xf4\x69\x0c\x4d\x19\x35\x95\x2c\xc7\xad\x92\xe3\x8c\xb6\xf4\xd0\x0d\x7f\xe2\x94\x32\xc0\x95\xb4\x6d\xe4\x79\xdc\x9e\xb8\xac\x05\x66\x79\xcc\xf7\xfe\xb5\x22\x40\x5b\x86\xe6\x11\xa2\x89\x2d\x4c\x09\xcb\xb4\xa5\xc7\x50\xdf\xdd\xfa\x33\x75\xb7\xae\x2c\x61\xad\x1e\xd7\xf5\x6f\xb6\xf9\xf8\x5b\xbc\xfc\xd6\x2d\xb1\x92\xda\x5f\xf7\xe2\x55\x47\xb3\xb5\x97\x75\x5d\xdf\xed\xa5\xa6\xd6\x35\x87\x75\x62\x40\x18\xdb\xa9\x3c\xc6\x57\xb4\x73\x37\xa6\x9a\x11\x06\x17\xfa\xfa\x23\x57\xda\x00\xaf\xab\xaf\xe0\x12\xad\xe1\x6c\xcc\x40\x03\x2d\x18\xb5\xf9\xa9\xd6\xa9\x1e\x78\x13\x5c\xa9\xd3\xf2\x79\x6d\xcf\x60\x45\xa5\xb6\xe8\x6a\x29\x5e\x42\x5f\xb6\xa1\x7a\xa7\x92\xa9\x6e\x9b\xdb\x58\xd5\x47\x45\x8e\xd1\x3b\x2a\xa4\x0a\x96\xa4\xf5\x4b\x8b\x5c\x69\x2a\xc2\xa6\x66\xa4\x31\xe9\x62\x17\x46\x88\x5b\xc1\xba\x96\x99\x8f\x80\x1d\xa3\x61\x59\x1a\xc0\x60\x77\x4c\x23\xb9\x15\x2b\x22\x99\x24\x9b\x30\xdf\x5a\xaa\x25\x28\xec\xc0\x40\xd0\x01\x1f\x4b\xfd\x79\x99\x00\xe6\xa7\xf9\x0c\x20\x13\xfc\x48\x9a\x4a\xb7\x76\x2d\xfb\xbb\xb2\xda\xef\xd0\x6b\x8e\xdc\x28\x8f\x9b\x4c\x70\xfd\x63\x57\xc2\xa5\xe8\xe4\x8d\x26\xb9\xad\xa3\x6f\x62\x5b\x13\xe0\x43\x0b\xb8\x7a\x9e\xd9\x1e\x6e\x96\x29\xdd\xfe\x49\xd3\xdd\xa3\x20\x2e\x86\x05\xa1\x41\x4f\xe0\xe3\x11\x3b\x9f\x20\xc6\x43\x3c\x16\xcc\xda\x1f\x52\xe3\xfb\xf2\xfb\x8d\xec\xdd\x60\xc8\x00\x96\xb8\x1b\x6a\xf9\x34\x47\x5e\x83\x2d\x8e\xf3\x76\x1d\x42\xfc\xc9\x6d\xb8\xc6\xba\x66\xbb\x35\x9e\xa5\x4e\x41\xd2\x29\x61\x44\xd0\x04\x32\x29\xcc\xb5\x9b\x63\x5a\x67\xfb\xd9\x54\xf2\x43\xcd\x09\xda\x75\x32\x90\x5d\xee\x86\x89\x40\x99\x79\xda\x80\xd9\xb3\x8c\x3f\xbb\x04\xa0\x5d\xa4\xcd\x94\x49\xfd\xeb\xa5\xcc\x18\xe6\x91\xa6\x40\xa0\x99\x57\x37\x1e\x89\x48\x6c\x1b\xd1\x18\x37\x8e\x84\xec\x25\x83\xb8\xe3\x13\x9f\xe5\x64\x9c\x40\x26\x21\x52\x1b\x85\x4b\x7f\xfc\x90\xf1\xb1\x7c\x15\xb6\x35\xb0\xef\x28\x81\x77\xcd\x2c\xb8\x9b\xa4\x1a\x47\x8a\x7d\xde\x87\xee\xcc\x84\xf7\x61\x17\xc2\xd7\x33\x55\x19\x03\x33\xb8\x03\x2c\x78\xc1\x5c\x52\x02\x67\x84\x4f\x00\x88\x08\x05\x97\x9d\x55\x08\x78\x65\xc6\x55\x80\x31\x10\x24\x37\x11\x2e\xd0\x50\x9b\xc9\xbd\x65\x62\xce\x2a\x3a\xef\x23\x31\x67\x5b\xba\xdb\x83\xf3\x99\x08\xbe\x6d\xba\x85\x39\x4a\x1d\xc4\x2c\xfc\x7e\xa5\x31\xee\xe5\x00\x58\xdf\x61\xf5\x1a\x03\xa9\x05\x97\x2e\x79\xad\xf8\x6b\xc0\x66\x01\xe2\xc7\xa4\xca\x35\x15\x3e\x4a\x66\x64\xde\x21\x1b\xe9\x16\x7e\xbf\xc6\x3c\x4d\xab\xb6\x4f\xc1\x44\xed\xdd\x2b\x4d\x92\xb0\xf5\x55\x51\x06\xf5\xc0\xc1\x3e\x5b\x79\x73\x74\x74\x71\x84\x5b\xd9\xee\xaa\xb2\x69\x20\x95\x34\x26\x9b\x7c\x38\x01\xa3\xc7\xcd\xe1\x18\x5d\xb1\x6c\x81\x66\x7c\xce\xf5\xb5\xcd\x0b\x19\x7c\x69\x70\x3d\x70\xd9\x34\xea\x18\x73\x9c\x1b\x2c\xf6\xe7\x5b\x8d\x3e\x5a\xfa\x2b\xa3\x3b\x86\x3f\x5a\x9d\xcb\x19\xac\x64\x1c\xe7\xc2\xad\x98\xbf\x4f\x62\x6a\xe7\x1b\xc8\xbc\x99\xd3\xe9\x4c\xa1\x19\x7e\x22\x51\xa7\x26\x60\xfd\xb9\x2f\x0a\xe7\x4a\xc6\x9b\xdc\x2f\x60\x28\x56\x57\xd8\xb1\xd1\x0f\xdd\x25\x15\xaf\x43\xe9\xfc\x00\xaa\xeb\x41\x6e\x40\x64\x0f\x78\x75\x40\x32\xff\xe0\x53\x59\x27\x64\x91\x93\x01\x1a\x17\xf0\xfd\xe5\xd5\x5d\xe8\x1b\xa2\x0c\xbe\x7e\x9d\xcc\x48\xf2\xa8\xf7\x05\x19\xa1\x68\xc8\xe5\x0a\xbe\x8c\x17\x23\x56\x56\x21\x50\xdc\x39\x3a\x16\x3e\xcd\xc3\xa7\x3a\x71\x81\x52\xdb\xb3\x96\x7c\x52\x84\xa5\xf0\x92\x9a\xfe\x25\x9a\x59\x36\x33\x5b\xa0\x4c\x82\x95\x02\x4e\x0f\x83\x7f\xb9\x45\xf8\x82\x5b\x00\x7a\x9e\xe0\xa4\x56\xed\xd8\x3a\xf1\x66\x9b\x40\x47\x53\xc1\x8f\xa0\xcc\x9c\xd9\xd1\xd0\x55\xea\x31\x37\xac\x02\x9e\x19\xd9\x92\xf1\xa3\x23\xf0\xa0\x8c\x5c\x45\x2a\xfd\x6f\x53\x76\x87\x88\x27\x92\x8e\x58\x8c\x6a\xb2\x57\x59\xb9\xcb\xa8\x4c\x04\x6f\x12\x9d\xdd\xb3\x4d\x35\x9d\x7d\x32\x64\x6b\x0c\x06\x22\xb9\x25\x84\xdb\x17\x29\x6b\x49\x4c\xaf\x2f\x95\xbf\x87\x0c\xea\xb5\x9d\x1f\x65\xe6\xb9\x4d\x1b\xb5\x75\x21\x88\xc9\x69\xcc\x16\xa6\xcf\xa1\x65\x4c\x8f\xd9\x30\x80\x4e\x0f\x52\xb5\x40\x8e\x12\x9e\x60\xf7\xbc\x6e\x8c\x11\x73\xa1\xc5\x49\x91\x65\x06\xa4\xdf\xd8\x8c\xc4\x60\xb8\x5c\xa8\xee\xf3\x01\x65\xbc\x5d\x8b\x82\x54\xfd\xa0\x75\x47\x9e\x6a\xd9\xc1\x92\x45\x59\x61\x0f\x98\x97\x30\x69\x9a\xc8\xbb\x34\x5d\x40\x24\x4f\x89\xf2\x7d\x58\x01\x73\x24\x0a\x66\x01\x61\x38\xcb\x10\x55\x72\xc4\x3c\x7e\xcd\x94\xcf\x81\xab\xc0\x75\x7f\x4d\xad\x2e\x08\xaf\x80\x61\xe1\x6b\xcc\xe0\x82\xa0\x09\x55\xd1\x94\xc0\x53\xb9\x08\x73\xdb\xf2\x9c\x60\x01\xea\xa2\x2b\xc5\x1a\x6a\x83\xd5\x6d\xb0\x3d\xaf\xa0\xc6\x4e\x73\x4d\xe4\x5d\x70\xaf\xa9\xb1\xd4\x79\x53\x8e\xd1\xd0\xac\x4e\xab\x82\xae\xd0\x8c\x99\xad\xeb\x5d\x6c\xe2\x09\x5a\xdf\x52\xd2\x17\x9e\xf3\x1a\x75\x8e\x85\xa2\x49\x91\x61\x91\x2d\xb4\x74\x99\x14\x19\xa2\x93\xa0\x66\x0e\x6c\x82\x81\x2f\x41\x79\x49\x0e\x77\x84\x83\x27\x4b\x0c\xdd\x16\x2d\x83\x3b\xc3\x33\x0b\x9c\x88\x26\x25\xcb\x78\xa7\xf4\x58\xaf\x8e\xd1\x69\xb5\x42\x12\x1c\x8b\x00\xf6\x4c\xa5\x91\x80\x7e\xbe\x36\xbb\x13\x8a\x83\x41\xa5\x25\x3a\xd1\xca\xee\xb7\xc1\xc1\x6b\x2a\xc9\x86\xe5\x63\x47\x0f\xe5\x1d\x96\x8f\x2b\xbd\x94\xe7\xc1\x55\x59\x0a\xc0\x3b\xa8\xf4\x15\xf9\x2d\xfd\x89\x68\x98\xa0\xbb\x1c\x3a\x4e\x32\x84\x8c\x6f\x30\x51\x0f\xc9\xaf\x99\xec\xbc\xa5\x44\x0f\xec\x63\xc7\xa9\x06\xe9\xb3\xdd\x27\x1a\x70\x4e\xe8\x8f\x6e\xa4\xec\x6a\xe3\xf2\x63\x94\xc8\x8a\xf4\xbc\xb4\x62\x4f\x4c\x04\x23\x2a\xd3\x68\x65\xb9\xcd\x78\x85\xa4\x43\x7f\xd8\xc6\x04\x65\x94\x3d\x9a\x53\x81\x61\xe7\x07\x08\x97\xa3\xc3\xe1\x33\xb3\x37\xcc\xdc\xa0\xd9\x78\x5c\xc1\x6e\x42\xc2\xeb\x41\x3b\x6a\x37\xd7\xaf\xbb\xe6\xf9\xd5\x8c\x58\xb7\x8e\xf5\xb7\xa5\x35\x6c\xe7\x95\x58\x17\xab\x33\x17\x4c\xdc\x5f\x63\xb1\x8a\xbe\xd7\x95\x06\x7a\x4d\x5a\xe0\x11\x61\xc5\xfc\xe8\x2d\xfa\x9f\x92\x32\xf7\x97\xa7\x67\xef\xce\x2f\xcf\x4e\x03\x06\x3e\xfa\xef\xfb\xb3\xfb\xf8\x93\x9b\xfb\xcb\xcb\xf3\xcb\xf7\xe1\x47\xb7\xf7\x27\x27\x67\x67\xa7\xf1\xef\xde\x0d\xcf\x2f\x2a\xbf\xd3\x1f\xc5\x3f\x1a\xfe\x70\x75\x73\x17\x7f\x74\xfb\xd3\xf9\xf5\x75\xfc\xd1\xdd\xf9\x87\xb3\xd3\x87\xab\xfb\x3b\x47\xeb\x7f\x04\x14\x06\x58\x2b\x44\x77\xfd\xfc\x6b\x49\xb4\x8b\x0a\x18\x5d\xe3\xcf\x01\xa4\x7d\x22\x28\x61\x69\xb6\x30\xb5\xc4\x9c\xdd\x51\x09\x52\x86\x22\x9d\xce\x09\x2f\xb6\xc1\x0c\x68\xd3\x97\x3f\x69\x93\x3a\x43\x76\xb4\xa5\xee\x9e\xd5\xb7\x0a\xa2\xc4\xb2\x1b\xac\x15\x65\xa1\xc4\xe2\x56\x09\xac\xc8\x74\xb1\x26\x50\xcd\xbe\x04\xe5\xa4\x7b\x4b\x53\x67\x78\x19\x9c\x25\xad\x95\xa6\x97\xf5\x72\xc8\x25\x7c\x6f\x99\x55\x09\x8e\xe3\xf5\x09\x74\xed\x1f\xa9\xe7\x8c\x13\x57\x24\x42\x5b\xb4\x0a\xb3\x06\x00\x7d\xc7\x42\x76\x65\x56\xab\x28\xcb\x49\xda\x8b\xc4\x29\xf9\x25\x2a\x77\x13\xc3\xd7\x26\xb6\xb3\xb4\x6c\x5c\x60\x13\xde\x83\xaa\x16\x35\x9b\x50\x29\x15\xb6\xf7\x4b\xa0\x95\x25\x2d\xb6\x0f\x34\x33\x93\x59\x68\xdb\x71\x98\x5b\x13\xd2\x75\x1b\x23\x69\x3b\xae\x2c\xe8\x35\xc3\xb2\x2c\x9a\x2f\xb4\xe7\xc4\x45\x77\x3d\xa0\x52\x54\x2c\x28\xb8\x66\xca\xe8\x43\x22\x29\x0c\x5b\xba\xca\xec\xc5\x6f\x8e\xe9\x13\x49\xd1\xeb\xb0\x90\x63\xfa\x1a\xc0\x5f\x23\xd6\x64\x00\xd6\x14\x41\x0c\x39\xe0\xda\xd5\xb8\xd8\x66\xef\x6b\xa8\xdf\x7c\x04\x1d\xb1\xd7\xc3\x3c\x20\xf7\xf3\x63\xd4\xec\x69\xb4\xfb\x32\xc6\xc6\xc3\x03\x67\xcb\x17\xef\x68\x42\x60\xf9\xab\xaa\x9b\x43\x74\x2d\x67\x28\xf6\x09\x1e\xc6\x0d\x0a\x2a\xc5\x0c\x83\x7b\xcc\xd4\xac\x8c\x26\x1e\x94\xec\x6c\xb2\x29\x7c\xa2\x77\x03\x97\xdb\xdc\xbd\xc6\xe2\xa8\x75\x5f\x37\x19\x78\x03\x13\xb0\xf7\x55\x98\xc3\xec\x58\x9f\xe9\xdf\x8d\xf1\xfd\x6e\xf8\x9c\x6a\xec\xe4\x1e\x08\xac\x0c\x17\x5a\xe5\xce\x33\x6c\x70\x3e\x33\x2c\x0d\x4b\x3b\x1f\x22\x1e\xd3\x8c\x2a\xe8\x78\x66\xac\xef\x0a\x85\xb9\x40\x73\x2c\x1e\xb5\xc1\x49\xb2\x89\x1e\xbd\x12\x7b\xaf\x65\xfa\x2d\xe3\x5c\x65\x81\x98\x97\x8c\x74\x95\x47\x76\x5d\xd3\xbd\x64\x4b\x1b\xe5\x2a\xb7\xc3\x94\x30\x56\x3c\x28\x76\xd3\x6d\x67\xed\x88\xd7\xd5\xc7\x23\x7a\xd7\x5c\xd4\x1b\x34\xbe\x34\xd8\xfc\x0e\x62\xbe\x8a\xdc\xaf\x3d\x59\x93\x8c\xe3\x86\x72\x35\x6e\x6c\x03\xc4\x6f\x1a\x3b\xe5\x85\x16\x67\xb5\x83\x9b\x59\xb5\x8f\xde\x66\x1f\xb9\x73\xbb\xdd\xa9\xaf\x17\x80\x58\x11\x68\x2e\xb3\x11\x41\xcb\xde\x34\xf5\x83\xaf\xd7\x0e\xba\x85\xd1\xca\xac\x15\xc7\x3c\xe8\x6e\x91\x93\x9a\xf2\x68\x11\xb4\x78\x43\x5b\xeb\xf6\xfa\xec\xe4\xfc\xdd\x79\xc5\xd0\x19\xde\xfe\x14\xfe\xfb\xe3\xd5\xcd\x4f\xef\x2e\xae\x3e\x86\x9f\x5d\x0c\xef\x2f\x4f\x7e\x7c\xb8\xbe\x18\x5e\xae\x30\x87\x96\x5f\xb1\xec\x8d\x28\x01\xf6\x25\xcc\x59\xdf\x0d\x16\x99\x0b\x96\x68\xcd\xf9\xba\xa9\x49\x92\xdb\xb4\xeb\xc9\xde\x3c\x8e\x7e\x92\xee\x8f\x33\xa6\xc4\xa2\x4b\xf2\x24\x4a\x89\x84\x7b\xc8\x3a\x17\xe3\xc4\x3d\x22\xc1\x55\xeb\x46\xbf\x04\xc1\xe6\x9c\xdf\x36\x82\x62\xe9\xa8\x2f\x96\x8c\x36\xb6\x54\xc8\x34\xc3\x1d\x2a\x1d\x42\x88\x1e\x50\x61\xcc\x0b\x96\xba\x0a\x65\x73\xca\xde\xcc\xf1\xa7\x57\x6e\xa5\x95\x96\xdf\xa6\x2c\x7c\xa6\xb5\x8e\x05\x12\x05\x6b\x27\xd7\x88\xb5\xd0\x6b\xf5\xcd\x60\xda\x85\xd3\x7f\x81\x8a\x53\xea\xa3\xc6\xa1\xfb\x44\x16\x75\xfb\xb7\x94\x90\x64\x9c\xc6\x56\x07\x86\x41\x72\x41\xa0\x20\xa7\x77\x17\x67\x26\x0c\xe0\xff\x0d\xe1\xc8\x28\x4f\xb3\xee\x4e\x8a\x4d\xe5\xad\xce\x4d\xad\x91\xbe\x87\x94\x32\xfb\x26\xbd\x69\xc6\x64\x77\xe9\x9b\x36\xfc\x9a\xa2\xe7\x19\x31\xbb\xf5\x2b\x1f\xa3\x09\x44\xab\x6d\x19\x16\x41\x12\xf0\x3e\xe8\xbd\x70\x69\x3a\x80\x7a\x5d\xf2\x03\x38\x1e\xc8\x88\x04\x5f\x18\x94\x34\x24\xff\x2c\x2c\xb4\xed\x4f\xdf\x77\x4b\x7d\x52\x62\x81\xa4\x25\x73\x18\x2d\xb7\x60\x11\xeb\x52\x83\x79\x15\x8c\xd6\x95\x4e\xbb\x31\xc5\xfc\x5e\xb6\x66\x6a\xe5\xa5\xf6\x9f\x2b\x01\x05\x77\x2e\x4b\xc5\xfc\x7e\x6f\xe9\x0b\x3f\x57\xb2\x16\xec\xeb\x20\x4e\x68\x47\x97\x01\x28\x5e\x5b\x46\xcf\x58\xa4\xc6\x31\xa0\x28\xd8\x53\x3f\xf2\x67\xf2\x44\xc4\x00\x25\x44\x28\x6c\xd1\xc4\xfa\xac\x65\x19\x1c\x28\x3b\xce\x88\x41\xe8\xdc\x40\xb3\x19\x94\xb0\x51\x74\x3a\xd3\xca\xa3\x35\x42\x6d\xd9\x4b\x49\x14\x20\x01\xc9\xa7\x9c\x24\x06\x33\xd1\x14\x28\x9e\x64\xf8\x69\x19\x1e\xbd\x09\xf2\x35\xa8\xec\xe9\xda\xcf\xd8\x94\x92\x56\xa7\x94\x2b\x10\x69\xa4\x66\xbe\x50\x33\xce\x06\x68\xca\x33\xcc\xa6\xc7\xc7\xc7\x88\xa8\xe4\xf8\x55\x27\x46\xb7\x03\x06\xaf\x2b\x03\x5e\x19\x97\x24\x5b\x38\x0b\xaf\x04\x26\x68\x2a\x03\x10\x42\x52\x63\xde\xd4\x70\xff\x6d\x15\x40\xfb\xb2\x6e\xb2\x7a\xad\xb4\x33\x12\xa7\x61\x9c\x6a\xbf\x90\x55\x23\x99\xdf\xd7\x6b\xda\x1d\x90\x65\xae\x4f\x79\x89\x30\x6b\x48\x70\xe2\xac\x2b\x6c\xea\x67\xde\x54\xed\x65\xa3\x8c\x80\xda\x91\x2c\x7e\x7b\x23\x20\xd1\x32\x47\xd7\x70\x9c\xc7\xdc\x6d\x95\x7d\x94\x15\xf3\xfd\xb5\x9a\x2f\x27\x69\xfe\x3a\x81\xd7\xad\x5f\x1f\xc0\x17\xb5\x81\x96\xa8\x44\x4b\x46\x98\xaf\xf1\x7b\x18\x66\x02\x69\x29\xa8\x84\x3c\x88\x4d\xdc\xe2\x7e\x18\x33\x34\xb8\x67\xb5\x0d\x63\xca\x8c\xd9\x86\x2e\x00\xb1\xf2\x7d\x59\xcc\x23\xd2\xa8\x3a\xe0\xd3\x6d\x96\x0c\x25\x86\x73\x23\xab\xe7\xf2\xea\xf2\x2c\x34\x65\xce\x2f\xef\xce\xde\x9f\xdd\x44\x21\xa2\x8b\xab\xe1\x5d\x14\x0e\xba\xbb\xa9\x44\x91\x7e\xb8\xba\xba\x38\x1b\x5e\x86\x1f\x9d\x0e\xef\xce\xee\xce\x3f\x44\x83\x9f\xde\xdf\x0c\xef\xce\xaf\xa2\xdf\xfd\x70\x7e\x39\xbc\xf9\x7b\xf8\xc9\xd9\xcd\xcd\xd5\x4d\xe5\x7d\xf7\x27\xed\x81\xa6\x68\x19\xf5\x3b\x51\x2a\xcb\x01\x9c\xb5\x4e\x29\xbc\xc3\xf2\x71\xc7\xc1\x51\x00\x03\x6c\xd8\x8c\xb4\x41\x28\xa5\xe4\x61\xb3\xb8\x69\x53\xec\xb7\xf6\x3d\x5a\x1f\x5c\x3c\x60\xa5\xc8\x3c\xdf\xae\x60\xc2\xfa\x07\xa7\x5b\x48\x16\x4c\x9a\x35\x42\xb2\xd1\xae\x1e\x4e\x48\xb6\x26\xda\x6a\x43\xb2\x6d\xec\xde\x12\x57\xd5\xeb\xbc\xe0\x5b\x75\x68\xea\xd2\xdb\x21\xe4\xc9\xd5\x91\xd8\xda\xe7\x2c\x70\xfe\xa1\xbe\x5b\x40\x3d\x23\xdb\x55\x7e\x30\x8f\x9a\x66\x01\x0d\x41\x5b\xb5\xaa\x73\x7d\x0b\x67\x7a\xff\xd3\x05\x9f\xd6\x83\x54\x7d\x87\x3d\x2a\x83\x34\x75\xf0\x66\xf3\x29\x92\x94\x3d\x8e\xd8\x47\x6d\x90\xf1\x42\x98\x8f\x14\x17\x80\x77\x9e\x64\x85\x9c\x11\x28\xc3\x34\x40\xcf\x04\xcd\xf1\xc2\x78\xb5\xe3\x3a\xb5\x50\x6c\x33\xa3\x8f\x04\x9e\xce\x28\xd3\xdc\x9e\x53\xa7\x01\x55\xb7\x7e\x17\x06\x52\x4a\xa5\xb7\x13\xf7\x18\x6a\x28\x3d\x5d\xcf\x33\x02\xb0\xd2\xa0\xca\x95\x2b\x90\x69\x24\x0f\xa4\x30\x71\xfe\x58\xe4\xb6\xbd\x19\x96\x8f\xdf\x3a\x90\x16\x90\xfb\x89\xd3\x14\xa5\x45\x9e\x05\xdd\x05\x9f\xb9\x68\x0c\xaa\x1b\x4d\xbd\x43\x50\xbd\x62\x7f\xb6\x2d\xac\xc6\x0c\x08\xac\x8e\x96\x50\xff\x9e\x01\x06\x41\xed\x8b\x42\x12\xf1\x5a\x09\x3a\x9d\x82\xde\xe3\x9c\x0a\x07\x8a\x40\x18\x2c\xf3\xe6\xe2\x61\x7b\xfb\x39\x74\xb5\x66\xa6\x32\xa8\xaf\x04\xa0\x79\x2a\xcf\xb3\x85\xc3\x05\x1a\x02\xba\x63\x9f\x17\xc2\x14\xf4\x99\x20\x3f\xa1\xc6\x10\x63\x2e\x48\x02\x2d\xe0\x4d\x39\x91\xed\xcb\x9c\x9c\x4f\xb4\x26\x63\x7b\xa4\x96\x05\x59\xca\x5a\x18\x66\xb3\x21\x49\xc1\xbe\xdb\xa1\xf6\x4d\xc2\x2c\x33\x8d\xf1\x9e\x99\x6b\x19\x88\xa5\x31\xed\xa1\x37\xf3\xa2\xec\x27\x08\x8d\xc9\x20\xdd\xd6\xf7\x9a\xb3\x09\x80\xd6\x47\x67\x2a\xd6\xad\x44\x8c\x78\x39\x0a\x38\xc5\xb8\xb3\x50\x55\x82\x6d\x8b\xba\xf7\xe1\xf5\x4d\x15\xae\x76\x93\x61\x9a\xf1\x31\xce\xb2\x45\x0d\x1e\x3f\xbc\x14\xba\xf9\xc7\x5c\xff\xa3\xf8\x4a\x71\xc0\x19\x88\xc4\xf2\x96\x3c\xe7\xa8\x4a\xff\x4e\x13\x16\xb6\x27\x58\xa1\xb8\xc9\x35\x06\x87\x9f\x5e\xdc\x79\xa5\x8a\xfc\xb1\x41\xaf\x9e\xa7\xb5\x65\x32\x4a\x86\x76\x94\x6f\x12\x9e\x35\x26\x7a\xa7\x7c\x8b\x5c\x10\xe7\x9c\x59\x10\xe5\x7d\x32\x99\x43\xd7\x2e\xf2\xb8\x70\x78\xe8\x94\x76\x6e\x27\xe7\xee\x26\x00\xff\x0e\x4a\x93\x72\x46\x98\x32\x05\x1a\x19\x1f\x31\x3b\xb8\xcb\xde\xf2\x05\x50\xac\x9f\xdd\x10\x66\x60\x55\x5c\x38\xb4\x82\x48\x9e\x3d\xd9\x9e\x9d\x9e\x26\x8a\x03\xba\x5a\x4f\xf0\x44\x4b\x5b\xad\x5b\x68\x0b\xd3\x97\x96\x9c\x91\x11\xab\xa4\x30\x09\x32\xa5\x52\x81\xdc\x77\x1c\x1b\x3e\xbf\xb3\xb4\x8e\x48\x1d\x69\x23\x7d\x63\x5a\x47\xcb\x3d\xe0\x43\x09\x1d\xe6\xb3\xc8\x49\x7a\xee\x9f\x6b\x67\x86\xc8\x32\x4f\x83\xc8\x45\x74\xc8\x0d\x0f\x18\x79\x2a\x4d\x6e\x8c\xf4\x0d\x3f\xfd\x26\xf9\x92\x3a\xbe\xa6\xb6\xde\xa2\x29\x76\x75\xd5\xa5\x2f\xaa\x0d\xc1\xd4\xc8\xa3\x5a\xe9\x81\xe3\x55\x9d\x84\x4b\x65\xc2\x37\xf0\xc8\x04\xd3\xac\x10\x8d\x37\xb8\x61\xcb\x9d\x27\x9d\x9d\xc0\xb0\xa8\x6e\xd7\xbc\xdb\x33\x38\x46\xde\xe5\xe9\x7b\xeb\x64\xc5\xd4\x34\x87\x0f\xc5\x41\x53\x46\xe6\x72\xbd\xdd\x15\x1b\x5e\x96\xe8\x5d\x5f\x16\x0f\xcd\x61\xaf\x74\xb2\xae\xaf\xdf\x63\x75\xaa\x60\xee\x23\x76\x07\x57\xa9\xc9\xa9\xf2\xc7\x0c\xea\x2b\x99\x72\x19\x50\x6c\xb8\x6e\xbd\x91\x3c\x8f\x39\x75\x2b\xbc\x44\x5d\xf6\xd3\x6a\x5c\xd6\x07\x9c\xb7\x25\xa6\x6c\x3d\xe2\xaa\x6d\xf0\xce\xb3\xea\x31\xac\x56\xaf\xad\xa1\x9e\xc7\x96\xbd\x48\x8c\xa8\x4b\x9a\xac\x87\x18\xda\x04\xf3\xa5\x1c\xc7\x48\x6f\x0c\x1f\xed\x8e\x32\x2d\x83\x23\xb6\x61\x9e\x19\x70\x6c\x70\x81\x21\x94\x71\x8b\x1c\x4b\xbf\x31\x95\x86\xc6\x75\xdb\xb1\x25\xcc\xaa\x44\xc6\xbe\x20\xca\xea\xe7\x25\x12\x75\x05\x59\x55\xda\xc4\x2b\x1e\xb4\x93\x5a\x4b\x63\xf6\xe0\xaa\x9f\x63\x68\x70\x44\x62\x4e\xd7\xc2\x50\x2f\xd7\x5e\x03\xa5\x25\x25\x8c\x2b\x82\x30\x62\x34\x7b\xc3\x8a\x2c\x7b\x73\x09\xdd\x3c\xa4\xa4\x53\x53\x2c\x18\x1c\x1a\x51\xf7\x65\x80\xa6\x06\x50\xd3\xe0\x08\xc0\x15\xa9\xa7\x64\x7a\x99\x2b\x2d\x31\xf5\x16\x64\x8b\x11\xd3\x4f\x18\x15\xcb\xb7\xd2\x74\x2d\xf9\xe0\x6d\x2e\xab\xc5\xbe\x4b\x9b\xae\x6c\x11\x0e\x5e\xc3\x60\x6d\x89\x20\x5b\x45\xcc\xfa\x0a\x81\x07\x53\x21\x90\x0b\xe7\x18\xea\x50\x2b\xb0\xf9\x50\x6d\x5c\xac\xcf\x2b\x62\xde\xe3\xbc\x06\x3f\x7e\x4e\x6f\xf3\x3e\xd3\x82\xb6\xce\x01\x72\x94\xea\xe2\xb4\xac\x70\x87\x7b\xd4\x33\x82\xde\x32\x11\xa4\xbe\x8f\xd8\x1d\xf7\x16\x9a\x65\xff\x49\xa1\x55\xbb\x16\x51\xb2\xad\x0f\xc2\x20\x99\xf3\x0c\xb3\x07\x73\xb7\x7c\x06\x2f\x44\x80\xa6\x6e\xaa\xc3\x12\x74\x06\xdb\xcd\x3c\xfd\x01\xbb\x89\x72\x1c\xc2\x56\x41\x83\x6a\xad\x46\x77\x21\xf8\x9e\xc9\xd6\x16\xb2\x55\x73\x3f\xd5\x85\xab\x57\x7b\x52\x70\xc5\x6e\xf2\x65\xa3\x57\xb8\x52\x96\x7a\xf9\x1d\x96\x3b\xc5\xd7\x23\x62\x08\x17\x8a\x97\x8e\x15\xba\xec\x54\x99\x41\x22\x0d\x95\x4b\xcc\x82\x13\xc1\xa5\x5c\x6d\x72\x75\x37\xf9\x97\x0e\xf4\x46\x66\xbf\x3f\xbb\x9f\xc3\xf4\x6f\x54\x71\x97\x5d\x00\x1f\xe3\xde\x34\x09\x34\x7b\x4b\xb2\x22\x25\x48\x72\x7d\xef\x3a\x0d\xbc\x1e\x56\x5f\x09\xe7\xee\x35\xcb\x3f\x4e\x6a\x5c\x1b\x17\x61\xea\x7c\xa0\x73\x86\x9c\x26\x3d\x40\xa3\x23\xc3\x4f\x72\x74\x14\x37\xf2\x75\x45\x44\xe2\xfa\xec\x55\x07\x99\x71\x2d\x07\xed\xc5\x58\x60\xc6\x55\xe9\xd2\x60\x6d\x7e\xce\xea\x1d\x01\x68\xc4\x44\x9f\xc6\x66\x00\xab\x3c\x18\x9d\x68\xe1\x4a\x7b\x40\x06\xa1\x28\x12\x15\xb4\x0a\x74\x95\x10\x7e\x70\x0f\x6a\x12\xe5\x45\x66\x5b\x21\xbb\xca\x03\x5c\x8c\x98\x1b\xad\x2c\x48\x36\xcc\xb2\xa5\xa1\x96\x8b\x80\x04\xbc\x0a\x25\x81\x1c\x9c\x13\x60\xc2\xfa\x47\x00\x78\x59\x6a\xb2\x34\x62\x26\xb9\xc7\xe7\x95\x1d\xa3\x61\xa5\x85\x62\x5c\xef\x22\x2c\x77\x91\x65\xae\xd6\x83\xa9\xa0\x10\x24\xf8\xcb\x02\xca\x9e\x4f\x0a\x2d\x84\xfc\xdb\x15\x1f\x31\x28\x7d\x62\xba\x61\x3b\xba\x8c\xd8\x07\x2e\x5d\x5b\x27\x59\xd2\xc3\xe1\x5c\x2d\xd9\xbe\xf5\xa8\x56\xfb\xc1\xa9\x16\x22\xfa\x29\x6d\x82\x54\x72\x1a\x21\xfc\x01\x41\xda\x01\x5a\xf0\x42\x94\x8b\x4a\x30\x1b\xb1\x5f\x35\x79\x5c\x3d\x0f\xee\x9b\x8e\xc2\x21\x76\x39\xa0\xe8\xbb\x5f\xcc\xa0\xdf\xfd\xf5\xd5\x2f\xaf\x4c\xb5\xa4\x42\x16\x5a\xae\x0e\xe2\xbb\xc6\x4d\x54\x6f\x29\x65\xd3\x11\x73\x2b\xf0\x05\xda\xcb\x57\xb4\x66\xfe\x5a\xa7\xde\xae\xeb\xdc\x96\x9e\x81\x21\x4a\xb0\x4a\x66\xaf\xb1\xe5\xbd\xb0\xc6\x09\x95\x65\x15\xe5\xe7\x19\x61\xd0\xed\x27\xae\xbc\x6c\x70\xd5\x28\xd5\x92\x6d\xee\xb3\xf2\x22\x7e\x31\x7d\x1f\x2c\xcc\xb8\x92\x8e\xe8\xde\x04\xcc\x59\x26\xc4\x7d\x2c\x25\x83\xfb\xb9\x83\x09\x97\xe6\xbc\x75\x61\x68\xd3\x22\x45\x23\x03\xab\x1b\x1d\xb9\xed\x1f\xb1\x7c\x7c\x9c\x2d\x26\xea\x18\x40\x7e\xc7\x9a\x2c\xc7\x67\xd5\xf6\x10\xab\x94\x09\xa3\xf1\xfb\xe9\xdc\xc6\x2e\x41\xe2\x4d\x08\x62\xdc\xbc\x03\xdf\x7b\x9c\xc5\x0d\x44\xfd\x71\x80\xfa\x25\xfa\x5e\xc1\x8a\x26\x70\x21\x63\x86\xb3\x05\x60\xe3\x07\x23\x96\x52\x41\x12\xe8\x6c\x96\x2c\x92\x8c\x26\xb6\xfc\x43\xac\xa3\x90\x27\xc2\x54\x04\xe1\x39\xd3\x9f\xbc\x94\x9a\xd2\x04\x1e\xaa\xd7\x02\xef\x1b\x94\x53\x5f\xaa\x27\x36\xa2\xaa\xfc\x6f\x33\x62\x45\xc7\x8c\x62\xff\x7a\x65\x34\x20\x6b\xfe\x72\x41\xa7\x94\x41\xdb\xef\xef\xc0\x1b\x94\x65\x44\xbc\xf2\xed\x21\x80\x8a\xf5\xd3\x98\x75\xaa\xe6\x5d\x53\xfb\xa1\xfe\x6e\x4b\x92\x42\x08\x92\x3e\x2c\x63\x5e\xba\x66\x5f\xad\xd4\x18\xf5\xaf\xa4\xc2\xf3\x3c\x6c\x93\xec\xf3\x04\x2c\x65\x32\x43\x04\xe4\x26\x36\x40\x14\x60\x2d\x5e\xc9\x1c\x31\xab\x62\x9a\x7d\xe3\xa2\x26\xad\xb8\xba\x4a\x38\xa7\x6b\xb4\xd0\x68\xb9\xfe\xbb\x36\xe0\xa8\xfa\x0f\x6e\x2e\x5c\x68\x95\x47\xfd\xa4\x83\xbe\xae\x14\xce\x33\x9c\xd3\x9a\xce\xb0\x23\x56\x02\x27\x4e\x32\x5e\xa4\xc8\x7a\x4f\xac\x2f\x42\x1c\x23\x4a\x8e\x07\x48\xfe\xe5\xed\x9b\x37\xc7\xc7\x3b\x2a\x06\x1e\xb7\x7d\xa9\xe7\x70\xd3\x98\xa5\x0e\x98\xb4\xe2\x68\x45\xc5\x7f\x1e\xba\x29\xfa\x0e\x38\x0d\xdc\x12\x5a\xcc\x71\x5c\xbf\xfa\xca\x1c\x0b\xc2\xd4\x03\x40\x21\xbb\xbd\x10\x5e\x74\x0d\x8f\x47\x28\xbe\xb5\xac\x8c\xb2\x78\x98\x4d\x83\xc2\xf2\x11\x7d\x47\xc1\xb1\xf8\xca\x1a\xc9\xd0\xd9\xb8\xa5\xa6\xcf\xb2\x04\x6e\x9b\xcd\x0b\x89\xe2\x26\x98\xea\x3a\xd3\x8f\x9e\xdd\xfa\x02\xd9\x06\xdd\xda\x8a\x73\x39\xf5\x05\x2a\x21\xa4\x78\xce\x50\xc2\xe7\x63\x2d\xc4\x35\xab\x7b\x87\x01\x80\x54\x87\x0e\x29\xe6\x61\x2e\x0e\x19\x63\x72\xc8\x2b\x38\x51\xef\xe4\x0b\x71\x2c\x86\x45\x2b\x77\x53\x53\x03\x19\xc3\xce\x7b\x00\xe2\xd6\x1f\xf5\x61\x75\x05\x65\xc9\xd4\x47\x9a\x3c\x12\x7d\xcf\x4d\xca\xda\x11\xa1\x74\xf3\xf7\x9b\x07\xf6\xd8\xb6\xd1\x26\x4c\x4d\xec\xba\x1f\xa8\x29\x8c\x47\x5c\xbb\xc6\x00\x62\xf0\xad\xac\x27\xce\xbe\x51\xc3\xf5\xb4\x80\xf1\x3d\x36\xd0\x66\xaf\x79\xd5\xc2\x28\x63\x20\x91\xff\xec\xe5\xa1\x24\x09\x67\x1e\x4f\xb8\x93\x8b\xbe\x06\x51\x5c\x3f\x5d\xf8\x6e\x29\xed\x6d\x95\xd6\xb1\xa5\xf2\x53\x2a\x3e\xae\xfd\xad\xb1\x4f\x21\x9c\x03\xa8\x05\xfd\xee\x01\xf4\x14\xb7\xc7\x00\x5a\x61\xa1\x94\x8c\x8b\xe9\xb4\xf1\x4e\xce\xf8\x2e\x9a\xa7\xb6\x53\xf5\x82\xb7\xd8\xe3\x7e\x85\x59\x1b\x26\x77\x05\x87\x7e\x45\xca\x57\x2b\x48\x66\x17\xea\xd3\xb9\x7b\x93\xb1\xb9\x26\x34\x23\x2f\xa3\x31\xed\x48\xfd\x3b\x5f\x47\xfd\x73\x46\x3b\x04\xb6\xcc\x3a\xbc\x9d\xf7\x3b\xd2\x0b\x0d\x50\xe8\x41\x3f\xb9\x57\xb4\x90\xc7\x37\xc2\x61\x35\x38\x20\x2d\x9b\x52\x09\x69\xaa\xbb\x87\x0f\x81\x6c\x5f\x85\x19\xde\x3a\x4d\xfb\x96\xcf\x09\x82\x57\xc9\x81\x01\xed\xdb\xc8\xdc\x00\x9c\x7c\x7a\x81\x68\x5e\x64\x8a\xe6\x99\x15\xfe\xd6\x8b\x95\xcc\x30\x9b\x06\xe5\xc3\xd1\x77\x8c\x3c\x23\x2d\x6b\x07\xa1\xd7\x23\xd8\x9e\x01\x22\x2a\x79\xa5\x75\x9b\x28\x9a\x22\x48\xc2\x45\x0a\x90\xee\x29\x16\x29\xe4\x6f\x5b\x86\xcf\x70\xf2\x08\x75\x5f\xe0\x3a\x32\x6f\xb4\x9e\x19\x87\x7a\x36\xde\xc2\x72\x34\xca\x12\xd3\x09\xd9\xa5\x95\xfb\xf9\x99\xc7\x65\x18\x4b\x70\xe5\x3e\x4c\xd4\x1e\xd4\xaf\x27\x9a\x16\x38\x33\x6f\xec\xe2\x7a\xb9\xb6\x0c\xe1\x02\xcc\x81\xcf\x09\xa4\x64\x94\x60\xfb\x8e\x0b\x8b\x60\x06\x8a\x5f\xdb\x3c\xde\x1f\xe9\x13\x19\xa0\xdb\x1c\x8b\xc7\x01\x3a\x5d\x30\x3c\xa7\xc9\xdf\xf8\xb8\xce\x9f\xb2\x14\xb1\xdd\x5a\x25\xde\x7d\x49\xcb\xfa\x83\xfe\x71\x29\x1e\x8d\x9a\x52\x4f\xbf\x4c\x6f\x4a\x43\x30\xfd\x6b\xbf\xd4\x57\x84\xc0\x7a\xc7\xc8\x4e\x2f\xc0\x5a\x43\xd9\xb9\x39\x70\x3a\xa7\x2c\xb2\xd5\x0e\xca\xd9\x5a\xdd\xd4\x3a\xf0\x4a\x24\x8c\xd7\xb2\x6e\x77\xa1\x39\x5e\x63\x6d\xe5\x68\x83\x72\xce\x15\x31\xf7\xbe\x54\x5c\x10\x7d\x4e\x84\x53\x27\xa1\xf7\x06\x74\x99\xe7\xcd\x3d\xd2\x92\x8c\xcb\x42\xac\x29\x36\x96\x37\xec\xc4\x3e\xde\xaa\x9d\xf0\x79\x0e\xc1\x0e\x41\x64\x91\x29\x59\x63\xaf\x2d\xb9\xad\x37\xeb\x0f\x6a\xcf\x92\xeb\x24\x62\xab\xa5\x53\x36\xcd\x9a\x0a\x0c\x8f\x98\x2d\xb6\x1e\xc8\x1a\x5c\xa6\x15\x38\x05\xc8\x25\x7e\x3d\x47\x85\xa6\x7d\xa5\x76\x0b\x08\xc1\xd6\x40\xf6\x7a\x08\xdc\x9d\x03\x28\xc3\x62\xb0\x33\x0c\xaa\xf0\x8c\x98\x2c\xc6\xaf\x4b\xd8\x06\x17\x20\xcd\x20\x8d\x3a\xc7\xd0\x17\x3f\x99\xd1\x2c\x7d\xbd\x8c\x89\xb2\x5a\x05\xd4\x68\xf7\x25\x87\xc6\x04\xaa\x8a\x00\x85\x4d\x3f\x24\x13\x0c\xf4\x6b\xf7\xe3\x8c\x0b\x85\x88\xaf\x79\x4d\xa5\x75\xd6\x54\x6e\xee\xe8\x7c\x46\xb6\xf8\xe7\xf6\xc0\xad\x3e\x9f\x4d\x59\x43\x5f\xff\xb9\x8c\x68\xb6\xce\xb9\xbc\x8b\xbd\x5e\xee\xd4\x60\xe6\x4f\x6a\x13\xa9\xe4\x83\x71\x59\xed\x31\x85\xf5\xa3\x4f\x5c\x75\xb9\x1e\x32\xc7\xcf\xcc\x62\x20\x3a\x15\x51\x5c\x4f\x3e\xd4\x67\xbb\x6b\xf9\x50\xf9\x46\x44\xed\xe6\xa9\x89\x61\x53\x9f\x83\x35\x08\x72\x41\xa1\xff\x45\x09\xac\x2f\xcd\x8d\x11\x2b\xc1\x39\x65\xc3\xbe\xa4\x2a\x28\x2d\xe6\x25\x85\xc0\x26\x19\xb8\x80\xfd\xc0\x24\x22\x59\xa3\xe0\xf5\x18\x43\xc1\x4f\xa5\x04\x1d\x17\x6a\xa9\xf0\x42\x74\x9a\x6b\x83\x0a\xbb\xd0\xc6\xcf\xf7\x5f\x5f\xde\xab\x20\x11\x32\xb1\xac\xcf\x5f\x22\x71\xaa\x4b\x0f\x0a\xd1\xbc\x7c\xf2\x7e\xb7\x84\x87\xa0\x3a\xcc\xfa\x1c\xbe\x94\x54\x65\x2b\xa3\x80\x05\x9b\x06\x75\x7d\x23\x9c\x00\x90\xb0\xac\x7b\xec\x31\x14\x01\xf6\x5c\x8b\x28\x3c\x25\x68\x4e\x52\x5a\x54\xf3\x69\x56\x47\xab\x0e\xca\xcc\x5b\x87\xb3\xb4\xc1\xeb\x0d\xbf\x4b\x50\xce\x9f\xf5\xad\x6d\x10\x56\xe0\x64\xa8\x4f\x3d\x0f\xe0\x90\x58\x7d\x2b\x7d\xf4\x2b\xa6\x98\x73\xe9\x5c\x50\xa9\x7e\xae\xd4\x2c\xdd\x20\x6d\x23\x2b\xf6\x07\x6d\x73\x53\x35\xd3\x0c\x9e\x68\x85\x70\xdd\x44\xfd\x18\x81\xc9\x8c\x7b\x00\x30\x19\x2e\xa1\x45\xcf\xbb\x8b\x00\xff\xc5\xd3\xeb\x17\xdb\x31\x52\xe0\x3c\x27\x02\xd9\xae\x91\xd5\x3e\x90\x26\x3b\x04\xde\x32\x62\x46\x61\xfa\xdb\xed\xd5\x65\x29\xb9\x4b\xbb\xa5\x32\x34\xfc\x0c\x48\x77\x5c\xbf\x73\x97\x45\x96\x35\xee\xdc\x1a\x35\x81\xee\x2f\x2e\x1e\x7e\x1e\x5e\xdc\x9f\xb5\xd7\xdc\x29\x7f\xd6\x48\x13\x3f\x13\x4b\x13\x73\x8d\x29\xb8\xba\x8a\x39\xb1\x0e\x23\x50\x46\xec\xaa\x0d\xa0\xa0\xc8\xb2\x18\xe0\x3f\x62\xbf\xd8\x71\x00\xdf\x55\x30\xa3\x66\x8e\x18\x6a\x25\x5c\xfc\x7e\xf8\xd9\x2f\x7a\xf0\x5f\xcc\xb3\xaf\x51\xb9\x88\xb7\xe8\xd2\xbf\xb5\x81\xae\xd6\xc9\xb9\xc5\x71\x30\x79\x06\x2f\x95\xc2\xb4\xd9\xf1\xb8\x67\xae\x1c\x96\xcd\x3c\xda\xc9\xe9\x30\xb4\xfb\x25\x36\x61\x7c\x9a\x65\x6a\xe4\x3c\x8c\x3b\x30\x89\x27\xa6\xa3\xb0\xcf\xcd\x18\x31\x13\xbf\x87\x3e\x92\xbc\x79\x4e\xe8\x9c\x19\xe0\x5e\x86\xd9\xb4\xc0\x53\x22\x07\xc8\xbd\x7c\xc4\x7c\xd7\x42\x5b\xc6\xc0\x97\xdb\xc7\x50\x5c\x38\x66\x21\xe3\x5a\x24\x9f\xf0\x3c\x87\x90\x07\x1b\x31\xbb\x26\x36\x2d\x87\x37\x5e\xc7\xbf\xdd\xfa\xe5\x68\x4e\xf3\x03\xd9\xdc\x19\x36\x62\x66\x73\x0d\x2e\xdb\xe9\x76\xe0\x70\x81\x36\xa5\x11\xeb\x62\x41\x5c\xba\x1e\xc8\xf4\x29\x68\x99\xa6\x12\xab\x0b\xe9\x69\x49\x1f\x94\x62\x30\x0e\x5e\x33\xa5\xd5\xf2\xc4\x6d\x86\x3b\x13\x76\x6e\xf5\x5c\xbf\xf5\x1d\xa0\x0f\x5c\x7d\xf5\xeb\x76\xb6\x2d\xc5\xd8\x0a\x69\x5e\x32\x14\xab\x1e\x61\x54\x45\x5a\x43\xb0\x78\x07\x95\xbe\xd7\x9e\x92\xf9\x7d\xeb\xa4\x3a\x14\x08\x5f\xfb\xb5\x36\xeb\xb3\xed\xb5\xda\xc2\x69\x7f\xe9\x0e\x4c\xa4\x68\x52\xf6\x81\x55\xc4\x28\x92\x86\x5a\xec\x5b\xc7\xa0\xaa\x24\x72\xd2\xa7\x6d\x42\x19\x95\x1b\x4d\xa7\xd4\x9f\xd6\x9e\x91\xd7\x10\xec\x65\xd7\x49\xc2\xda\x7b\x2e\x12\xb0\x0d\x62\xd2\x62\xa1\xac\x5b\x86\x50\x23\x5e\xf4\xe1\x19\xc0\x21\xd2\xfc\x3f\xf0\x4c\x34\x28\x77\x6e\x60\xaa\x08\x17\x42\x6a\x71\x69\xe5\x9d\x95\xda\xda\xcc\x19\x31\x87\x8e\x77\xe2\x78\xe8\x1a\x9b\x08\xff\xa9\x89\xeb\xe5\x06\xec\x0a\x1a\xab\x2a\x3b\xe2\x60\x35\x62\x90\x22\xcb\xc0\x84\x1c\x4b\xc8\x22\xb2\x89\xa0\xf6\x8b\xa0\xe8\x0d\x66\xbe\x92\xf1\x0a\x99\x57\x51\x03\xa2\x7b\xfe\x1b\xfd\x7f\xbf\x7d\xf3\x7f\x03\x00\x00\xff\xff\x54\xa7\xdf\x09\x84\x71\x02\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x72\xe3\x38\x92\x37\xfa\x7f\x3f\x05\x8e\xbf\x8d\xe8\xae\x19\x95\xab\x67\x66\x67\x63\x4f\x9d\xd8\x38\xa1\xb6\x5d\xd5\x9e\x76\xd9\x5e\x5f\xba\x62\x62\x35\xe1\x86\x48\x48\x42\x9b\x02\x38\x00\x68\x97\x66\xa3\xdf\xfd\x0b\x24\x2e\x04\x28\x92\x12\x75\x71\xa9\xaa\xb9\x1b\xbb\xed\x92\x44\x10\x48\x24\x12\x79\xf9\x65\xe6\xff\x7e\x83\xd0\x91\x7c\xc6\xd3\x29\x11\x47\x6f\xd1\xd1\x9f\x8f\xbf\x3f\x1a\xe8\xcf\x28\x9b\xf0\xa3\xb7\x48\x7f\x8f\xd0\x91\xa2\x2a\x23\xfa\xfb\x49\xb6\x50\x84\xa6\xd9\x1b\x49\xc4\x13\x4d\xc8\x1b\x9c\xce\x29\x3b\xce\x05\x57\x1c\x1e\x44\xe8\xe8\x89\x08\x49\x39\xd3\x3f\xb7\x7f\x22\xc6\x15\x92\x44\x1d\x7d\x83\xd0\x6f\x30\xbc\x4c\x66\x64\x4e\xe4\xd1\x5b\xf4\x3f\xe6\xa1\x99\x52\xb9\x1b\x40\xff\x2d\xf5\x6f\xff\x01\xbf\x4d\x38\x93\x45\xf4\x63\x9c\xe7\x19\x4d\xb0\xa2\x9c\xbd\xf9\x55\x72\x56\xfe\x36\x17\x3c\x2d\x92\x35\x7f\x8b\xd5\x4c\x96\x6b\x7c\x83\x73\xfa\xe6\xe9\x4f\x6f\x70\xa2\xe8\x13\x79\xc8\x70\xc1\x92\xd9\x43\x9e\x61\x26\xdf\xfc\x2f\x4d\xf5\x1a\x7f\x25\x89\xfa\x0d\xfe\x91\xf2\x39\xa6\xcc\xfc\xcd\xf0\x9c\xfc\xe6\xc7\x41\xe8\x68\x4a\x54\xf0\x4f\x84\x8e\x52\x22\x13\x41\x73\x65\xa9\x72\x43\x94\xa0\xe4\x89\x20\x35\x23\xc8\xbc\x0e\x99\xd7\x21\xfd\x3a\xe4\xa8\x26\x73\x92\xd0\x09\x25\x29\x1a\x2f\x10\x65\x79\xa1\x90\x20\xff\x2c\x88\x54\x68\x42\x33\x45\x84\x3c\xb6\x24\x83\xb7\xf0\x9c\x08\x58\xe7\x79\xaa\xdf\xf2\x9e\xa8\x21\x8c\x7d\x01\x43\x5f\x67\x98\x85\xbf\x16\x44\xe6\x9c\x49\x22\xa3\xa9\x22\x74\xf4\xe7\xef\xbf\xaf\x7c\xb4\xbc\x82\x60\x20\xf8\x1a\xb6\x13\x2f\x3d\x86\xd0\xd1\xbf\x09\x32\xd1\x4f\xfc\x9f\x37\x29\x99\x50\x46\xf5\x08\xd2\x70\x4d\x30\xaf\xe8\xa9\xdf\xbe\xa9\xfb\xfb\xb7\x60\xee\x39\x16\x78\x4e\x34\x01\xfc\x3e\x9b\xff\xa9\xcc\x5a\xef\x8c\x7e\x79\xb9\x7b\xd5\x89\x57\xd6\x75\x89\xe7\x04\xf1\x09\x6c\x8c\x7d\x02\xfe\x16\x44\xf2\x42\x24\x04\x8d\x49\xc6\xd9\x54\x22\xc5\x8f\xab\x43\x51\x18\x41\x33\x55\xf5\x1b\xbd\x69\x54\x10\xbd\x2b\x4a\x14\xa4\xf2\xad\x5a\xe4\x30\x49\xa9\x04\x65\xd3\x90\x14\xbf\x0d\xd6\x5a\x9a\xe1\xc5\x0e\x2b\x33\x0f\x34\x2e\x6c\xc4\x86\xee\x27\x09\x66\x68\x4c\x90\x3e\x81\x34\x25\x82\xa4\x08\x4b\x84\x91\x2c\xc6\x92\x28\xf4\x4c\xd5\x8c\x32\xfd\x6f\xc3\xa8\x89\xa3\xd9\xe1\xd0\x06\xfe\x6c\xa7\xcc\xbd\x24\x42\x4f\xfc\x89\xa6\x24\x45\x4f\x38\x2b\x08\x9a\x70\x11\x91\xe7\x78\xc4\xee\x66\x9a\x0e\xf3\x31\x65\x70\xc6\x34\x2d\x1d\x87\xfc\xd1\x91\xeb\x8f\x48\xbf\x0f\x15\x8c\xfe\xb3\x20\xd9\x02\xd1\x94\x30\xa5\x4f\xb0\xac\x8e\xf6\x47\x0e\xef\xc7\x19\x7a\x8d\x34\x9d\x89\x50\x40\x6f\xce\x14\xf9\xa4\x24\x7a\x8d\x32\xfa\x48\xd0\xb7\x17\x54\x2a\x34\xbc\x3e\xff\x76\x80\xbe\xbd\x28\x45\x84\xfc\xf6\x05\x28\xec\xff\xfe\x47\x70\xf4\x14\x9e\x56\x0f\xdd\xd1\x50\x9f\xe6\x5b\x73\x21\x94\x23\xfc\xe3\x9b\x70\x1c\xbb\x5f\xed\x52\xb6\x14\xb1\x56\xbe\x76\x91\xaa\xef\x88\x4a\x66\x2b\x44\xaa\xdc\x52\xa6\xea\xed\xa8\x0a\x55\x79\xa8\x52\x55\x4f\x76\xdf\x92\x75\x1b\xb1\x8a\x15\xf0\x3b\xa6\xcc\x1c\x0f\x7f\x5a\xe2\x3d\x40\x9f\x4f\x80\x6c\x23\x59\x83\xd5\x04\xc2\xd5\xc9\xcc\x80\x12\x07\xb2\xd6\x8c\xce\xe9\xaa\x7d\x3c\x67\xa9\x56\xa5\xac\x38\x63\xc5\x7c\x4c\x84\x5e\xba\x13\x6c\xb0\xc2\xb1\x16\x74\xaa\x10\x8c\xa4\x0d\x4b\xfb\x67\x41\xc4\xa2\x65\x6d\x13\x9c\xc9\xa6\xc5\x51\xa6\x88\xd6\x55\x2b\x5f\x4f\xb8\x98\x63\x65\x7f\xf0\x1f\xff\xde\x75\xf1\x8a\x3f\x92\x55\xfb\x7c\x6e\x76\x2d\xc1\x12\xb6\x7b\x5e\x64\x8a\xe6\x19\x41\x39\x9e\x12\x69\xa9\x50\x64\x4a\x0e\xe0\x67\x5a\x3f\x26\xe2\xb5\xbf\x57\xe0\x0d\xee\x3e\x2d\x24\x7c\x82\x26\x5e\x64\x31\xf2\x49\xc1\x48\x23\x06\x37\x2a\x90\x28\xbc\x27\xf6\x40\xca\xcd\xf8\x44\x72\xa1\x1e\xc6\x8b\xe3\x47\xb2\xf4\xde\x46\x6e\xc1\x0c\x61\xa5\x04\x1d\x17\x8a\xe8\x75\xeb\x31\xdc\x8d\x08\xe2\xd2\x5c\xbb\x52\x5f\xb3\x57\xa7\x57\xdf\x3d\x62\x25\xf8\x14\xb3\x57\x6f\xd1\x30\x4d\x91\x99\xa8\xfe\x0d\x4d\xcd\xe5\x3b\x23\x82\x1c\xa3\xbb\x19\x95\x48\xce\x78\x91\xa5\x88\x91\x27\x22\x34\x6d\xc9\x3c\x57\x8b\x83\xa3\x56\x4a\x05\x49\x80\x30\x5d\x4e\x98\x7f\x4a\x13\x4d\x1b\x32\x0b\x43\xba\x47\xb2\x00\x15\x65\x99\x7c\x2f\xc0\x2f\x95\x6f\x09\x2b\xe6\x95\xbb\x02\x3e\x3f\x3d\xbb\x3d\x39\xbb\x3c\x3d\xbf\x7c\x5f\x79\x42\x2b\x0c\xfe\xab\xe8\x9b\x7f\x2c\xd1\x66\x82\x8b\x0c\x4e\x75\x30\xda\x8b\xa9\x28\xc9\x8c\x66\xa9\x20\xec\x8d\xc2\xf2\xf1\x81\x7c\x22\x49\x61\xee\xd9\xff\x8d\x3f\x78\xd0\x7a\x26\x4f\x49\xfc\x49\xf4\x8f\x52\xb1\xe9\xfc\xa8\xb7\x34\x3b\x3f\x09\x76\xe9\x7a\xcf\xc1\x27\x34\xad\xfd\x35\x7c\xb2\x62\x0d\xee\x37\x2d\x93\x75\x3f\x69\x9c\x95\xfb\x81\x55\xd5\x6a\x7f\x23\x88\x12\x8b\x07\xac\x94\x3e\xe5\x1b\x68\x87\xb0\xa5\x48\xaf\x16\x95\xfb\x69\x15\x45\xa3\x12\x82\xec\xf6\x3a\xa2\x9e\x41\xf9\xcb\x55\x9a\xe1\x25\x4f\xc9\x99\x1f\xf6\x1d\x17\x77\x58\x3e\x1e\x96\x76\x18\x4d\xf1\x25\x14\xc4\x4d\x8f\xca\x57\x67\xa8\x6f\x78\xf0\x7b\xb3\x7e\x7b\x4a\xae\xeb\x04\xe0\x02\xc9\x85\x54\x64\xbe\xd2\x1d\xf0\xe5\x10\xc2\x4a\xf6\x43\x9d\x70\xe5\x72\xf9\x1d\x9c\xfa\xf8\xaa\xec\x8f\x77\x07\x92\xed\xca\x99\x77\xe8\xeb\x74\x01\x94\xf6\xa5\xde\xba\xed\x73\xe1\x02\xcb\x27\x07\xbf\xcc\x48\x89\xdb\xf5\x24\xf7\xe4\x1f\x68\xdc\x2b\x47\xed\x07\x98\xc0\x0a\xe3\x2e\x76\x07\xfb\xf3\xa7\x1f\x0d\xdd\x28\xc6\x37\xa6\xb4\x75\x6b\xbd\x48\x44\xa0\x84\x0b\xa3\x3e\xa6\x2d\xe2\xed\xe5\xcc\xbb\xfb\xcb\xdb\xeb\xb3\x93\xf3\x77\xe7\x67\xa7\xcb\xf6\xdd\xdd\xf0\xf6\xa7\xe5\x4f\x3f\x5e\xdd\xfc\xf4\xee\xe2\xea\xe3\xf2\x37\x17\xc3\xfb\xcb\x93\x1f\x1f\xae\x2f\x86\x97\x6b\x5b\x84\xe1\x04\x3a\xee\x66\xef\xea\xda\xa5\xab\x6b\xf0\xf5\xfa\xba\x6c\x44\x60\x7d\x3f\x17\xca\xa8\x54\x9a\x40\xf6\x49\x94\x63\x29\xcd\xfd\x6b\x66\x70\x3c\x62\x1f\xb8\x20\x88\xb2\x09\x47\x1c\x02\x3e\x52\x89\x22\x51\x94\x4d\xfd\x43\x6f\xd1\xa8\xf8\xfe\xfb\xbf\x24\x17\x94\x3d\xc2\x5f\xe4\x10\x89\xd3\x3b\x02\x37\xa1\x56\xef\x08\x0c\xbf\xfb\x32\x1c\x81\x29\x56\xf8\x4d\xe8\xff\xdb\x0f\x1a\xc4\x44\x23\x31\x4b\x11\x2f\x94\xfe\x53\xbf\x17\x4d\x04\x9f\xeb\x73\x43\x3e\x51\x09\x52\xe2\x99\x8b\xc7\x49\xc6\x9f\xd7\xf3\x4b\xbd\x27\xca\xfb\x7b\x4e\xb1\xc2\x87\xe5\x8e\xfa\x68\xd7\xe2\xa7\xf8\x9e\x28\x3d\xcb\x1b\x3b\xb3\x1e\x18\xd2\x03\x43\x3e\x2f\x30\xe4\xa0\x7c\x42\xfb\x97\x72\xb1\x03\xc9\x88\xba\x86\x48\x46\x63\xa0\xa2\x21\x0e\x11\x84\x19\xf6\x29\x1e\x63\xe7\xfe\x0a\xd1\x18\xb9\xc3\x0f\x4f\x3c\x46\xd3\x7b\x79\xd1\xf8\xbb\xf0\xcb\xf7\x6e\xf7\x0d\x09\xf5\x45\x4a\xd0\x35\x2f\x87\x17\x73\x9a\xef\x5f\xa2\x2f\x05\xaf\xbb\x44\xab\x3b\x84\xa7\xd7\x8e\x47\xaf\x08\x40\xd7\x46\x9c\xeb\x42\xcc\xcb\x31\xe5\xda\x20\xf2\x56\x51\xe3\xae\x97\xcf\xfa\xf1\xe2\xf7\x44\xdd\x61\xf9\x78\xc0\x97\x4f\x34\xbd\x97\xbf\x7c\x7e\xa7\x61\xe2\x3e\x2e\xbc\x47\xd2\x7d\xed\x57\xd6\xe1\x46\x7e\x7f\x07\xa1\xde\x3e\xb6\xdb\x89\x46\x5f\x57\x30\xf7\x6b\x8d\xde\x7e\x99\xe1\xda\x3e\x3e\x7b\xb8\xf1\xd9\xbd\x5a\x3c\xe4\x89\x30\x25\xc1\x8b\x15\x2a\xce\x47\x39\x97\xed\x8a\xfe\x89\x20\x58\x11\x84\x2b\xee\x23\x04\x03\x22\x41\x12\x2e\x52\xad\xe0\x63\x94\xcf\xb0\x24\x48\x09\xcc\x24\x5d\xa5\xe4\x9b\x51\xc1\x8b\xa3\xc7\x39\x2c\xfd\x3e\x72\x2e\xc1\xfc\x5e\x4a\xbb\x1f\xf3\x74\xe9\x10\x98\xf3\x51\xf7\x4d\xbb\x20\xd9\xd9\xd2\x21\x07\x6c\x9d\x95\xef\x91\x6f\xb5\xd0\xda\x90\x6f\x63\xcb\x73\x27\x7c\x0b\x06\xe0\xe1\xf1\x6d\x64\x97\xfe\xbe\xf8\xb6\x6e\xe9\x87\xc0\xb7\x2e\x24\xb9\x21\xef\x2e\x47\x34\x77\xc2\xbf\x3e\xb8\x78\x78\x3c\xbc\x14\xf7\xfc\x7d\xf1\x71\xd3\xf2\x3f\x2f\x2f\x7b\x1f\xe9\xae\xb8\x78\x35\x8b\x7a\x02\x1c\x16\x7b\xfa\x69\x99\x59\xfe\x6e\xf8\x72\x69\xdd\x07\xc2\x90\x6f\x04\x31\x39\x4a\x9d\x38\xf3\xc6\x3e\xd4\x99\x37\xdd\x83\x3d\x77\x1e\x26\x77\xba\xfd\x39\x1c\xfe\x6c\x42\x44\x75\xcf\xd0\x6b\x81\x39\x49\x34\xc7\x2a\x99\xe9\x2f\x4d\x38\x66\xcd\x82\x0d\x65\x4a\xde\x81\xf2\xf1\x4b\xe4\xe1\x7d\xdd\x8e\xd7\xde\xe1\xfa\x3b\x2c\x81\x73\x30\xd8\xde\x3e\x9f\x60\x87\xf9\x04\x54\xf6\xf9\x04\x7d\x3e\xc1\xba\x04\xea\xf3\x09\xfa\x7c\x82\xe0\xbb\x2f\x23\x9f\x60\xff\xa9\x04\xbb\xc9\x17\x38\x50\x75\xb9\x57\x95\x7b\x55\xb9\x4f\x0a\xf0\x4b\xdb\x95\xa8\x72\x4f\x1f\xa5\x24\x23\x8a\xb4\x0a\x9a\x3b\x22\xe6\xda\x0a\x88\x4a\xd8\xd6\xb8\xf1\xcb\x4a\x3a\x9e\x83\xc0\x65\xd1\x26\x81\xfc\xd8\x87\x2e\x87\xfc\x44\xfb\x6c\xa5\x5e\x30\xf5\x82\x69\x93\xa5\x1d\x8e\x4f\x35\x38\xcc\x9f\xd5\xa9\x1a\x14\xc4\x7d\xa0\xe9\x6e\x6a\xe2\x7a\x55\x30\xac\x88\x5b\x92\x22\x2a\x55\xba\x99\x8b\xb5\x2c\x3a\x7b\x9e\x1e\x98\x97\x55\x4b\x8c\xf4\x8c\x29\xaa\x16\x1e\xdf\x25\xfa\xd2\xb8\x7d\x69\xdc\xf5\xd7\xda\xfb\xf7\x76\xe8\xdf\xeb\x4b\xe3\xf6\x1e\xac\xde\x83\xf5\x85\x7b\xb0\xc2\xb2\xfd\x1b\xa1\x65\x58\x8a\x04\x99\x52\xa9\x88\x40\xb8\x41\x2f\x59\x0d\x9f\x39\xfc\xce\x26\x6b\x43\x14\xc2\xd7\x1e\xfd\xfb\x1a\x13\xbd\xb1\x17\x09\x70\xfb\x18\xa7\xbe\x8d\x01\x68\x0f\x73\xbc\x40\x33\xfc\x44\xd0\x04\xd3\xcc\x58\x01\x56\x40\x2c\x71\x7f\xb9\xc2\xb6\x09\xfd\xbf\xdd\x26\x84\xe3\xe9\x08\x32\x21\x82\xb0\xc4\x08\x3c\x73\xff\x27\x38\x43\x04\xf4\x32\xf3\x9b\x99\xb6\xc9\x32\x41\x70\xba\x40\x63\x42\x98\x67\x90\x9a\xcb\xb2\x61\xce\x3b\xd1\xdb\x3e\xbb\x4d\xb2\xcc\x3d\x87\x62\x91\xec\x05\xe8\x51\x7f\xf8\xb7\xb7\x44\xe4\x9f\x0f\x55\x28\xf4\x78\x8f\xde\x57\xf4\xf9\x7d\x45\x3d\xde\xa3\xb7\x07\x0f\xc0\x1e\xec\xf1\x1e\x3d\xde\xa3\xb7\x96\xd7\xa6\x56\x6f\x2d\x87\xdf\x7d\x79\xd6\xf2\x8e\x11\x1f\x2f\xa5\x4b\xf7\xaa\x74\xaf\x4a\xf7\xaa\xf4\x57\xa3\x4a\x1f\x06\x85\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\x7b\x3d\xba\xd7\xa3\xed\x53\xbb\xd4\xa3\xe1\x2f\x57\x08\x72\x6b\x18\x75\xf7\x18\xd5\x7b\xa2\x0e\x3f\x40\xd5\x2b\xcf\xbd\xf2\x7c\xd8\xca\xf3\xc1\x2c\xe8\xeb\x2b\xec\xd6\x97\x46\x5b\xba\x09\xbf\x86\xd2\x68\xee\xe9\xa3\xbc\x68\xbf\xe8\xee\xf3\xd4\x61\xf8\xa5\xc2\xaa\x00\x9b\x62\x8d\x4b\x0f\x0d\x15\x9a\x73\xad\x61\x33\x12\xfd\xc6\xf1\xbc\x81\x00\x4c\xe9\x13\x61\xc8\x21\x58\x07\x56\xb2\x0d\xc0\xcc\xfd\xcd\x09\x38\x9b\x3c\x80\x15\xc2\x48\xd1\x39\x39\x46\xe7\x13\xc3\x40\x09\xce\x32\x24\x89\x92\x15\x84\x88\x56\xbd\xec\x43\x2c\x2d\xe7\xea\xde\x4d\x4b\x18\x81\xf9\xd9\xc0\x9d\xbf\x22\x53\xe6\x34\xba\xc1\x9f\x69\x96\xe9\x39\x58\xa6\x05\xe1\x33\x27\x22\x73\x4f\x46\xaf\x75\x3f\x9e\xe3\x54\xdb\x0d\xc1\x14\xca\x2c\x87\xf0\xf7\x20\xe6\xa9\xf4\x40\x88\xe8\x79\xf3\xf4\x31\xb2\x16\x9e\x29\x77\xb4\xd6\x34\x66\x38\xd5\x62\x3f\x99\x91\xb4\xc8\x08\xc2\x52\xf2\x84\x62\x45\x52\x44\xcd\xb5\x80\xa8\x72\xf6\xa0\xfb\x91\x7b\x75\x4a\x25\x1e\x67\x24\xb5\x34\x26\x25\x2e\xa3\x75\xe6\x54\xa2\x31\xd1\x24\xd6\x37\x4f\x4c\xfd\x99\xb9\x94\x6a\x66\x13\x4c\x85\x2c\xcf\x84\x30\x33\x91\x16\xf5\xc9\x30\xe7\xe1\x6b\x50\x66\x9e\x7d\x0e\x48\xaf\x4f\xf5\xfa\x54\xa7\x05\x7d\x55\xfa\xd4\x01\xa1\xc6\x9c\x40\xfa\xac\xa8\xb1\x03\x6e\x24\xb4\x9b\x6e\x41\x07\x73\x1d\x4d\xb2\x85\x22\x34\xcd\x96\x2b\x9b\xf6\x2d\x82\xdc\xb7\x7d\x8b\xa0\xcf\x42\xa8\xaf\x35\x6d\xf1\xeb\x69\x11\xb4\x24\xa6\x5d\x12\xf7\x43\x83\xb0\xae\xff\xde\x8b\xec\xfa\xaf\xb7\x85\x35\xc4\x52\x7a\x53\x38\x43\x24\x1b\x0f\x0c\xd1\x10\xcd\xed\x25\x40\x0d\xad\xfb\xfc\xd5\x49\xf0\x36\xae\xed\xe5\xf8\x9a\xe4\xfa\x5a\xa5\x79\x0f\x43\xd8\x21\x0c\xa1\x6f\x07\xdf\xc3\x10\x7a\x18\xc2\xda\xd4\xea\x61\x08\xe1\x77\x5f\x06\x0c\xc1\xde\xd5\xb2\xbb\x42\x5b\x66\x34\xba\x0b\x7f\xa5\xd2\x7a\xed\x5e\x76\x50\xea\xaa\x9f\x55\x47\x2d\x75\xab\x60\xd6\xea\x7a\xe7\x3e\xa1\xb8\x46\x9d\x5a\x2e\x72\x6e\x7e\x7d\xbd\xa4\xf2\x1e\x0e\x7d\xdd\x1c\x7f\x37\x25\xce\x97\xd6\xfd\x59\x7d\x98\x7d\xeb\xdc\x5d\xb4\xce\xdd\x4d\x7f\xdc\x83\x39\x9f\x91\xbb\x35\x9e\xe2\x9e\x4f\x67\xdf\x14\xb7\x6f\x8a\xdb\x37\xc5\xdd\x6e\xe5\x7d\x53\xdc\xbe\x29\xee\x01\x1e\xd1\xbe\x29\xee\x97\x14\xeb\xef\x9b\xe2\xf6\xc8\xcf\xc3\x44\x7e\xae\x67\xc6\xac\x6d\xc3\xac\x6b\xc0\xac\x67\xbd\x34\x9b\x2e\x5b\x84\x06\x63\x8b\x62\xd3\xd0\x60\xa4\xc7\x1f\x98\xaf\x25\x9a\xdb\x4b\x84\x06\x7f\xa7\x46\x46\x6f\x61\xec\x85\x6e\x5f\xab\x79\x71\xe0\xb6\x45\x1f\xd4\xdc\x65\x50\xb3\x8f\x69\xf6\x31\xcd\x75\x09\xd4\xc7\x34\xfb\x98\x66\xf0\xdd\x97\x11\xd3\xb4\x96\xe1\x8e\xfb\x0d\x80\x72\xbe\xd3\x46\x03\x5a\x19\xee\x5b\x0c\xf4\x2d\x06\xfa\x16\x03\xbd\xba\xf6\x7b\x54\xd7\x7a\x8d\x64\x13\x6a\xf5\x1a\x49\xf8\xdd\x97\xa3\x91\xec\xa2\xb7\x40\x45\x07\x59\xdd\x54\x40\xab\x18\x87\xa5\x5f\xe8\x19\xf5\x8d\x04\xfa\x46\x02\xdb\xf0\xcd\x67\x07\x52\xed\xa5\x77\x40\xe5\x70\x6f\x63\x55\x1c\x5a\xbb\x00\x3d\xa7\xbe\xba\x69\x5f\x50\xe0\xf0\x0b\x0a\x1c\x5c\x75\xd3\x83\xd1\x3f\x7b\xab\x6e\x87\x56\x5d\x5f\xe0\xb4\xf7\xc2\xf7\x36\xef\xda\xd4\xea\x6d\xde\xf0\xbb\x2f\xc8\xe6\xdd\x6f\x87\x80\x5d\x6a\xcc\xbd\xc2\xdc\x2b\xcc\xbd\xc2\xfc\x15\x28\xcc\x87\x41\xe1\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\xe5\x5e\x5b\xee\xb5\x65\xfb\xd4\x4e\xb4\xe5\xdd\xf6\x01\xe8\x10\x4f\xb2\x39\xac\x87\xa7\x26\xf7\x2a\x72\xaf\x22\x1f\xb6\x8a\x7c\x30\x0b\xfa\xfa\x12\xd7\xfa\xd4\xaf\xa5\xfb\xee\xab\x4d\xfd\xf2\x85\xdc\x76\x05\xed\x0c\x6f\x42\x37\xf8\x6e\x11\x9e\x1f\xed\xa8\x3d\xca\xb3\x47\x79\xf6\x28\xcf\xde\xc3\xd1\xa3\x3c\xd7\xe3\x96\xde\x86\xef\x6d\xf8\xf0\xbb\x2f\xc3\x86\x77\x3a\xc4\x2e\x90\x9e\x35\xfa\xc8\x6a\xb4\xa7\x53\x37\x0e\x4b\xd7\x70\xb3\xea\x51\x9f\x3d\xea\x73\x5b\xde\xf9\xac\xc8\x4f\x7f\xbe\xf7\x81\xfe\xac\x39\xf0\xdb\x5a\x1d\x87\x86\x02\x75\xf3\xea\x03\xdb\xbd\xd7\xee\xf0\xbd\x76\x07\x17\xd8\x3e\x18\x1d\xb5\xb7\xfc\xfa\xd8\x76\x1f\xdb\xee\xed\xe2\xde\x2e\xee\xed\x62\xfb\xd4\x96\x7a\xf3\x4e\xd0\xa0\xfb\xd0\xa0\x7b\x05\xba\x57\xa0\x7b\x05\xfa\x2b\x51\xa0\x0f\x83\xc2\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xbd\xf6\xdc\x6b\xcf\xf6\xa9\x9d\x69\xcf\xbb\x45\x87\x76\x8c\x41\xbd\x27\xea\xb0\x03\x50\xbd\xca\xdc\xab\xcc\x87\xad\x32\x1f\xcc\x82\x7a\xa4\x68\x8f\x14\x5d\xfa\xe6\x70\x91\xa2\xdf\x58\x46\x38\x0a\x64\xbf\xbf\x24\x8e\x7e\xc8\xf8\xf8\x6e\x91\x13\xfd\xdf\x53\x3a\x27\x4c\x82\x6e\x42\xd5\x22\xbc\x22\x1b\x08\xbc\x4c\xda\xa3\xdb\xf3\xcb\xf7\x17\x67\xe1\x1d\xf7\xe1\xfe\xe2\xee\xfc\x7a\x78\x73\xe7\x66\xe8\x57\x15\xd2\xc2\x3e\x17\xdd\xf2\x27\x7c\x9e\x63\x41\x25\x67\x67\x9f\x72\x41\xa4\x9e\xda\x15\xdc\xab\x5c\x6c\x36\xbb\xb3\xff\x0e\x67\x76\x19\xff\xf3\xfd\x5d\xfc\xaf\x68\x15\x17\x77\xf1\xbf\xce\x5a\x57\x13\x0c\x5c\x3d\x41\xaf\xd1\xfb\xbb\xb7\xe8\x3d\xc4\xec\x05\xba\x9b\x61\x36\x62\xe8\x35\xba\xb8\x7b\x8b\x2e\x88\x94\xf0\x49\xf9\xb0\xa2\x2a\x83\xb5\xfd\x40\x19\x16\x0b\xe4\x96\x0f\xe2\x91\x60\x70\xf1\x39\xd2\x54\x89\xc7\x7e\x2d\x18\xa8\xa6\x25\xf5\x2e\xf8\x94\x26\x38\xdb\x8e\x88\xc3\xcb\xf0\xbc\x1c\x5d\xdd\xb4\x92\x22\xfc\xf5\x32\x2d\x86\x97\xa7\x6f\x51\x30\xd5\x9a\x95\x5f\x12\xa9\x48\xaa\x2f\xc0\xd4\x30\xaf\xb6\x2a\xc8\x22\xb8\x18\x7f\xe5\x94\x91\x14\x15\x52\x2b\x66\xc3\xcb\x53\xf4\x06\x5d\xdd\x8c\xd8\x95\x48\x8d\x67\x80\xe8\x1b\xc5\x58\x25\x54\x22\xc6\x15\xa2\xf3\x9c\x0b\x85\x99\xd2\x97\xa9\x16\x64\xdc\x52\x44\x22\x2c\x08\x3a\xe1\xf3\x79\xa1\xb0\xa2\x4f\x64\x89\xa8\xcc\xa8\xfb\xb7\x44\x9d\xa7\xe0\x6b\xac\xa1\x21\x1f\x47\x8a\xce\x51\x2e\xf4\xf8\x8a\x56\xf4\xbc\x23\x9a\x2e\x29\x7e\x6e\x08\x2c\x04\x8e\xc5\xe0\x11\x55\x64\x5e\xfd\x7d\xbb\xfc\xff\xa6\xfa\x57\xac\x45\xfb\x66\x13\x1f\x88\xc2\x29\x56\xb8\xfc\x80\xa7\x64\x33\xe6\xf8\x30\xbc\xbc\x1f\x5e\x84\xfc\x71\x7b\xf2\xe3\xd9\xe9\xfd\x45\x24\x64\x8f\x6e\xff\x7e\x7b\x77\xf6\x21\xfc\xe4\xe6\xcc\x88\xd0\xf0\xb3\x93\x1f\xcf\x2f\x4e\x1f\xbc\xd0\x6d\x63\xb3\xca\x7b\xab\x9c\x76\x37\x23\x68\x4e\xd4\x8c\xa7\x68\xbc\x40\xcf\x33\x0a\x1e\x0f\x2a\xcb\x8e\x22\xe8\x19\x4b\x94\x81\x4b\x8c\xa4\xc7\x23\x73\x2a\xcd\xa8\x6f\x35\xc3\x21\xfb\xb2\xe0\x89\x39\x4f\xc9\xc0\xfe\x46\xb3\x54\x66\xae\x45\xac\x8c\xa5\x50\x37\xb0\x7e\x3b\x66\x88\xb2\x94\x3e\xd1\xb4\xc0\xd9\x31\xbc\xc7\xd3\xe8\x2d\x1a\x22\xad\xc7\xa7\x45\x46\x90\x12\x74\x3a\x05\x95\xaf\x32\x55\x33\x9a\x7d\x14\x28\x09\xcf\xf9\xae\x0a\x89\x16\x24\xfa\xb5\xd6\xbe\xa0\xe3\xcc\x28\x54\xe6\x41\xc8\x6e\x8b\x47\x14\x58\xcd\x88\xa8\x9b\x9a\xdb\x97\xb7\xc6\x96\x6f\x58\x96\xd6\x43\x03\xbc\x16\x04\x14\xa4\xd1\x54\x73\x41\x9e\x28\x2f\x82\x47\xcd\xc0\xf1\xe6\xd6\x0e\x5f\x12\x00\xc8\xc6\x61\x8e\x41\x57\xc9\x88\x9b\x6f\x9c\xff\xcf\xfd\x71\xc6\x94\xa8\xbd\xc5\xd6\x3d\x9e\x56\x47\x8a\xce\x67\xbd\x29\xb5\xf4\xee\xcb\xaa\xd2\xbb\x6c\x54\x5a\x45\x49\xbf\xe4\xf8\xa8\xd6\xc6\x02\x45\xb8\x49\x40\xd4\xe8\x3a\xa5\xcc\xfc\x19\x54\xe8\x79\x21\x95\x16\x91\xd8\xf8\x65\xd0\xe3\x7f\x4a\xf4\xcf\x02\x03\x96\xee\x18\xdd\x12\x32\x62\x33\xa5\x72\xf9\xf6\xcd\x9b\x29\x55\xb3\x62\x7c\x9c\xf0\xf9\x9b\xc7\x62\x4c\x04\x23\x8a\x48\x6d\x65\xcf\xb1\xe6\x17\x22\x16\x6f\xc6\x19\x1f\xbf\x99\x63\xa9\x88\x78\x93\x3f\x4e\xc1\x04\x77\xea\xde\x1b\x3f\xec\x94\xff\x9f\x8b\xbf\x7c\xff\xfa\xe2\x3f\xbf\x3f\x5a\x96\x3e\x4d\xa7\xf3\x8c\x25\x38\x97\x45\x66\x5d\x75\x22\xa4\x0d\x80\x3f\x81\x12\xab\xf6\xfb\x32\xde\xae\x0e\x42\xeb\xfe\xf2\xa7\xcb\xab\x8f\x97\x91\xe8\xb9\xbe\x8f\xb4\x81\xf8\x9f\x1f\xce\x3e\x5c\xdd\xfc\x3d\x12\x68\x77\x57\x37\xc3\xf7\xed\x5a\x41\xf5\x35\x55\x32\xfc\xc4\xf8\x33\x8b\x57\x2f\xab\x8b\x2e\x98\xa2\x73\xe2\x04\xb6\xfd\xe7\x9d\x59\xe9\x06\x2b\xbf\xba\xfb\xf1\xec\x26\x5c\xc7\xbb\x8b\xbf\xdf\x9d\x3d\xdc\x9e\xfe\xd4\xba\x12\xf3\x58\x34\xb3\x5b\xf0\x3e\x9c\xf0\xac\x98\xb3\xf0\xef\xcd\xe7\x76\x7e\x79\x77\xf6\xbe\x3a\xbb\xab\xe1\x5d\x4c\xf6\x9b\xd8\x7d\x75\xf4\xc3\xd5\xd5\xc5\xd9\x30\xda\xcb\xd3\xe1\xdd\xd9\xdd\xf9\x87\x48\x9f\x3b\xbd\xbf\x19\xde\x9d\x5f\x5d\xb6\x2e\xd3\xcd\xa0\x66\xa1\x7a\x59\xe1\x32\x77\x2d\x67\xd6\x3a\xe6\x43\x1b\x1a\x32\x07\xe5\x75\x90\x0e\x63\x7c\x41\x60\x96\xbd\xf6\xa6\x74\x62\x66\x5a\x2b\x6b\x54\xbc\x4d\xa8\x59\xd6\xb5\x6e\x74\x9b\xc8\xbb\xf3\x53\x80\x79\x59\xe7\x30\xce\x32\xfe\x6c\x1c\xf4\x73\xaa\x15\x3d\x49\xc0\x4f\xaf\x7f\x22\x51\x52\x08\x41\x98\xca\x16\xc7\x35\xe2\x24\xde\x16\x2e\xd4\xa9\x77\xe1\x6e\xc4\x70\xb5\xfe\xd0\x65\x4f\x68\x2d\xab\x54\xbd\x9f\x6e\x5a\x50\xac\x88\x4f\x3f\x10\x29\xf1\x94\xbc\x73\x11\xa2\x1d\x09\xa9\xdb\x9f\xc3\x7f\xfe\xed\x76\x05\x3f\xbb\x21\xa2\x19\x82\x1b\x70\xc8\x18\x57\x38\xb6\x0d\x37\xe0\x64\xe3\xe4\x6e\xe2\xe5\xca\x28\xf6\xed\x46\xab\xc7\xd9\x75\xfd\x98\x75\x54\x0a\x75\xdc\x36\x8e\xfb\x80\x73\xcd\x4a\x49\x21\x15\x9f\x23\x5c\xae\xd1\x86\x08\x71\xae\x75\x36\x08\x82\xe9\xf3\x11\xa8\x43\xde\x49\xb3\xfe\x25\x56\x92\xd0\xfa\xfa\x97\x5f\x12\xa9\x85\x41\xf4\xd6\x46\xf5\x26\x85\x2a\x84\xbe\xae\xb5\x62\x89\xbe\x23\xc7\xd3\x63\x74\xf5\xf3\xd9\xcd\xcd\xf9\xe9\xd9\x00\x0d\xaf\xaf\xcf\x2e\x4f\x07\x88\xa8\xe4\x95\x33\x7e\xe0\x5c\x92\x74\xc4\x14\xb7\xbe\x98\x05\x9a\xf1\x67\xfd\xae\x39\x11\x53\x12\xad\xd9\xfe\x18\x01\xce\x7e\x4a\xa5\x32\x0e\x6a\xb8\x60\xcb\x69\xe9\xfb\xe4\xb8\x8e\x43\x0a\x35\xdb\x86\x35\xb0\x94\xc5\x1c\x8f\x33\xf2\x40\xf1\xfc\x41\xf0\x6c\x95\xc8\xab\x15\x53\xa5\x72\xf2\x20\x8d\xdf\xe3\x01\x27\x09\x2f\x98\x5a\x7b\xb4\x55\xfb\x78\x0a\x64\x92\x28\x27\x62\x4e\xc1\x6a\xd6\x8a\xac\xe4\x09\xc5\xca\x69\xba\x41\x1f\xc2\x04\x2c\x79\xd0\x50\x41\xa7\xce\xca\xa8\x3a\x6c\x49\x1d\x2d\x4f\x8d\xbb\x78\x2b\xcb\x71\x13\xea\x75\xbd\x68\xaa\x94\xa1\x32\xcf\xf0\x62\x49\x65\x5d\x45\x51\xad\x98\xc9\x1c\x27\xa4\x74\x57\x3b\xcf\x7e\xc2\xe7\x73\xce\xb2\x85\x0f\x46\xa7\x74\x02\x29\x20\x4a\x53\x1b\x8d\x89\x7a\x26\x84\x95\x9f\x22\xbb\xeb\x88\x32\xa9\x30\x4b\x20\xa2\x06\x07\x65\xa4\x69\x95\x16\x20\xfe\x47\x47\x03\x34\x3a\x4a\xc9\x13\xc9\x78\x3e\x27\x4c\xe9\x0f\x88\xaa\xdd\x8b\xb3\x39\xa6\xd9\x25\x57\x74\x42\x13\xdc\x74\x77\xac\xbb\x2d\x82\x24\x34\xa7\x84\x29\xf9\x40\xf4\xb8\x7b\xb5\xee\x57\xdd\xb5\x2e\xe2\x0d\x33\x41\x38\x4d\x05\x91\x92\x68\xa3\xd0\x4d\xd2\x6a\x06\xc6\x29\xe2\x09\xb0\xf2\xaa\x35\x74\xf3\xdd\xf0\x77\xca\xc6\xf5\x3a\x47\xc2\x85\x4f\xe0\xf2\x2f\x2e\x93\xb3\x5b\xb9\xf6\xde\xa8\x48\x65\x0a\xb1\xf3\xc4\xfb\x10\x5e\xd5\xa2\xac\x1e\x1b\x7d\x8c\xd7\x9b\x67\x4c\x99\x5b\xfd\x5c\xeb\xd4\x64\x08\xce\x48\x38\x9b\xd0\x69\x11\x48\x65\x6b\x46\x57\x2d\x77\xb2\x72\xc6\x49\xc6\x65\x21\xd6\x54\xe8\xe2\x49\x9f\xd8\x47\xdb\xe6\x7d\x16\x5e\x62\x45\xa6\x64\xa7\x7b\xb2\x86\xf0\x48\x90\x5c\x10\x09\x3c\x09\x3e\x08\x7d\xb8\x95\x15\xb8\xf6\xd7\x03\x44\x59\x92\x15\xa9\xa6\x01\xce\x4a\x1f\x03\x4b\x51\xa9\x44\x8c\xd8\xdc\x9a\x46\x08\x4b\xf4\x4c\xb2\x4c\xff\x37\xe1\xf3\xbc\xd0\x63\xd9\xe9\xda\x91\xb4\xb2\xa9\xb0\x22\x03\xc4\x0b\xa5\x07\x1b\xc0\x68\xa9\xdd\x82\xd7\x63\x0c\x08\x11\x07\x8b\xd0\xa2\xe6\x5e\xba\x00\x9c\x0f\xec\x1b\x5e\x37\x02\x8c\x32\xf4\x9e\x28\x18\x05\x90\x56\xe1\x02\x21\x3d\xab\x6a\xcf\xd5\xd3\x7e\x8b\x13\x65\x57\xd2\x61\xe7\x2f\xa8\x22\x02\x67\x1f\x70\xfe\x43\xc6\xc7\xad\xfb\x3e\x44\x73\xa3\x51\xd9\xb7\x20\x1a\xc3\x91\x30\x92\x45\x92\x10\x29\x27\x45\xb6\x92\x47\x89\x10\x91\x07\x7a\xc5\xf1\xf7\x44\x3a\x83\xe7\x5a\xd9\x53\xff\x02\x80\x3c\x5a\xdb\x06\xb7\x6f\x75\x9e\x36\xdd\x71\xd5\x1c\xf1\x98\x0b\xf5\x90\xe0\x42\x6e\x73\x6f\x9e\x57\xdf\x5e\xe8\x73\x6f\x63\x67\x9a\x9f\xf4\x5b\x2c\x62\xeb\x99\x66\x19\x60\x93\x10\xce\xb8\x3d\xed\xe6\xe7\x85\xd5\x23\x61\x36\x4d\xe7\xde\x32\xfa\x83\x39\x1c\xeb\x53\xb7\x64\x82\x06\x53\xf3\xdc\x9c\x36\x7f\x92\x34\x8b\x5b\x08\x15\x84\x22\x02\xdf\x5e\x65\x12\x28\x25\x39\x61\xa9\x44\xb0\x0f\x8e\x6d\x22\x21\x39\x40\x13\xfa\xc9\x0e\xea\xdc\xac\xe5\x4f\x03\x8d\xaa\x7e\xd5\xf9\x0c\x2f\xef\x4f\x87\x8b\xe4\x1a\x9e\x6f\x35\x24\xb8\xd4\x4a\x73\xa2\x35\x10\x41\x12\x2e\xb4\xec\x80\xd7\x7a\xe3\x7a\xe5\x25\xa2\xb0\xd0\x44\xc1\xab\x34\xd5\x68\x1e\x25\xa4\x30\xc5\x8a\xbc\xd6\xca\xf9\x0a\xb7\x62\xce\xf5\x6b\x10\x9d\x13\xad\xe8\x3b\x4f\x77\x68\xdc\x8c\xc9\x14\x33\x24\x0a\xc6\x28\x9b\x36\xcc\xd6\xc9\xc0\x2d\xb8\x5e\xab\x20\x78\xae\x55\x73\xb8\x70\xf5\x84\xe2\x79\xc8\x1c\xc8\xd9\x3a\x0f\xab\x5d\xbf\x14\xd5\x54\x0b\xd9\x9e\xb1\x57\xf6\x1b\x26\x5b\xe4\xe9\x21\x4d\x36\xc3\x52\x21\x3b\xa7\x86\x19\x87\x6a\xdf\x0e\x42\x51\x6d\x45\x75\x42\x0d\xbb\x8b\x16\x1b\x4e\x11\x49\xa2\x14\xb5\xc5\x5f\x0a\x49\x10\x9e\x28\x22\xc0\xd4\x75\x9a\x91\x49\x86\xf6\x47\xdb\x66\x45\x83\x64\xd1\x5f\x07\xb2\x64\xc4\x6a\x87\x3e\x46\x43\xb6\x14\x6a\x71\x76\x5f\x44\x2f\x23\xab\x71\xf6\x8c\x17\x12\xe5\x90\xba\x6e\xa2\x3f\xe5\xe2\xc1\x30\x8f\x1f\x72\x56\xb8\xd6\x3c\x68\x82\xb3\x6c\x81\xc0\x22\x0a\x66\xd6\xb0\x59\x41\x8d\xa7\xf5\x85\xdd\x9a\x4a\x72\x05\xd7\x51\x57\xf1\xc9\xdb\x0a\xb5\x92\x6e\x49\xeb\xf3\x37\x47\xe4\xdc\xb7\x08\x18\x50\xc2\xac\x1a\x5e\x1a\x12\x6d\x9a\x51\x94\xe3\xbe\x85\x7e\xe4\x40\x68\x9b\xcb\xb5\x26\x80\x5a\x28\x60\x4b\x84\x5a\xbd\x74\xad\xda\xff\xdb\xcc\x21\x80\x92\xd5\x4e\x01\xed\x02\x4c\xb6\x13\x77\x82\x67\x89\x35\x53\x24\xce\x27\x88\x71\x46\x10\x95\xe5\x8f\xc1\xb9\x6d\x02\x9d\x70\xfc\xa6\x84\x11\x01\x35\x42\x9c\x2f\xdc\xc3\xb9\x3d\xd0\xf6\x85\xad\xba\xa1\xb7\x46\xd0\x84\x92\x2c\x95\x88\x11\xad\x14\x63\xb1\xd0\x72\xcb\x1e\xf4\x75\x74\x86\x5d\x69\x71\x35\x62\xd5\xaa\x57\x0e\x58\x05\x90\x6f\xad\xa1\x54\xe6\x85\x86\x59\x56\xfe\xc8\x3e\x64\xe3\x8a\x23\xe6\xcd\x28\xe0\x3f\x2a\xb5\x79\x70\x8c\x60\xdb\x54\xf9\x94\x96\xbd\xfa\x03\xb7\x87\x03\xa7\xe3\x49\x03\x98\xee\x62\x3c\x3a\x79\x5e\xd2\x31\x0e\xb5\x6b\x21\xad\x57\x30\xa5\x4f\x84\x39\xf6\x1d\x38\xf6\xd7\x33\x71\x4c\x91\x45\x7e\xac\x76\xa9\x63\xab\xb2\x1c\x80\xa3\x63\x7d\x4a\xe9\x4d\x2e\x96\x5c\x1f\xa6\xe6\x4a\x69\xa5\x65\x0b\xef\xc0\x0c\x55\xf8\x73\x23\x5a\x20\xac\xa4\x55\x89\x3f\x30\xae\xfe\x80\x4a\x8b\xc5\xd9\x53\xa6\x3c\x8f\xb5\x6d\x07\x11\xde\x4f\xbf\x0d\x4e\xa8\x65\x12\x84\xfd\x59\x4d\x57\x53\x7e\x5b\x64\x4d\xe9\xa0\xdd\xab\x56\x53\xb9\xbb\xe2\xad\xa9\x04\xd8\x20\xbb\x67\x67\x46\xe4\x4b\x54\x4c\x43\x86\x0d\x04\x01\x50\x14\xe3\x68\xce\x05\xa9\x64\x18\x19\xe1\x0d\x1b\x5d\x66\x76\xac\xcf\xa5\x35\xfe\x14\x93\x35\x51\x1e\xf3\xc8\x8f\xd2\xee\x3f\x71\x61\xf1\x6d\x38\x67\x1e\x43\x9f\x5a\x38\x60\x05\x7c\xaa\xde\x54\x15\x94\x25\x34\xc7\x8d\x9e\xe1\x75\x38\x61\xc9\x93\x19\x96\x47\x6a\x02\x0d\x35\xdd\xe1\x04\xf2\x19\x9a\xa6\x53\x97\xe9\xb6\x94\xe7\xd6\xce\xb6\x61\xb6\xcc\x08\xde\x47\x52\x46\xa4\x1c\x1d\x99\xe9\x53\x59\x15\x3d\xc6\x41\xe2\x54\x6f\x19\x56\xfc\xf2\xbf\x34\x6c\xee\x9c\x05\x76\x15\x5a\x53\xf8\xde\x89\xaf\x08\x4d\x34\x29\x04\x80\x87\xea\xc6\xfc\x2e\x99\xd1\xac\xf4\x33\xbe\x1a\xd8\x23\x61\x86\xcc\xc8\x13\xc9\xf4\xc0\x94\x25\x82\xcc\x09\xb3\xc1\x9e\xef\xd1\x7f\x99\x0c\x30\xf4\xa7\x11\x7b\x0f\x92\x2d\xcb\x16\x03\x44\x27\xe5\xc8\x58\x55\x86\x79\xac\x9d\x80\x9a\x11\x7b\xb8\xa3\x89\x98\x53\x35\xc3\x4f\x64\xc4\xdc\x30\xff\x85\x1e\xd1\x1f\xd1\x9f\x9a\x7c\x0c\x16\x39\xb6\x6f\x13\xf4\x1d\x17\x1e\xa5\x16\x5c\x1c\x56\xf6\xd8\xc3\xeb\x2c\xd4\xc8\x3d\x54\x5a\x11\x5e\xc7\xf4\x70\x37\xca\x9e\xf8\x72\x04\x22\x3c\x3c\x58\x10\xa6\x1e\x18\x4f\xc9\x03\xa9\x09\x3f\xb4\x9c\x55\x7d\xaf\x5e\xf2\x94\xac\x0c\x1e\x78\x1d\xf5\x23\x58\xd5\xb2\x18\xfb\xed\xd0\xef\x2d\xed\xc1\x98\xc1\xea\x27\xec\xcb\x99\x6d\x32\xdd\x4d\xe3\x1d\x57\x56\xc1\x19\x80\x50\xb5\x13\xa8\xf7\xb9\x67\x70\x19\x43\xf4\xbb\x7a\x0a\xab\x2e\x4b\xfd\x63\xbd\x72\x2b\xf6\x83\x42\x6d\x00\x9f\x15\x74\x4a\xb5\xc2\xdb\x1e\x53\x59\xad\xdd\x95\x51\x00\xef\x75\x47\x78\xcc\x8b\x2a\xa4\x12\x36\xc7\xdc\x4a\x2a\x52\x62\xeb\xb4\x6b\x34\xd6\xcf\x0b\xb8\xf8\x26\x45\xa6\x7f\x66\x9c\x78\x26\x0d\x5b\x92\xe8\x6d\xfa\xba\x93\x92\x4e\x6d\xa8\xdc\x0d\x48\x2d\x14\x2d\x05\x83\x1e\x25\x33\xcc\xa6\xed\x3a\xcc\x8d\x25\xd9\x0e\xac\xd6\x97\x88\x93\x2d\x5f\x2b\x35\x3c\x03\xa4\xb3\xf0\xd3\x17\x35\x0a\xfd\xb9\xab\xdc\x15\xbb\x36\x10\x3b\x18\x20\x6e\x52\x76\x86\xf6\x40\x2c\x07\x15\xea\xb9\xe3\x36\x36\x3f\x3b\xb3\x84\x79\xf7\x03\x78\xc5\xb7\xf6\x06\xf9\x4d\x08\x6a\x02\x58\xf8\x8a\x59\x0d\x49\xf7\x6b\xa1\xc6\x71\x86\x18\x40\x13\x84\x19\xa2\x63\x5d\x3f\xa3\xf9\xb2\x0e\xd8\x32\xa7\x06\xfd\xb1\x7e\x6e\xee\xeb\x75\xa7\xd2\xea\x5d\x5d\xd3\x57\x0a\x86\x50\xdb\xb1\xbd\xb0\x51\xfe\xd8\xcb\x68\x42\x97\x3c\x88\xb3\x80\xc3\xb1\x90\x48\x09\xcc\xa4\x79\xdb\x88\x7d\x34\x9a\x07\x95\x46\xcd\xb6\xd9\x11\xa0\xc5\x23\x0a\xff\x06\x5b\xc1\xa2\xc3\xd5\x0c\x6b\x1b\x7a\xd1\xe0\xd1\xf4\xf9\x8c\xfe\x24\x84\x3e\xcd\xba\x97\xc1\x8b\xac\xba\x55\x3b\xa4\x23\x74\x08\xaa\x71\xb6\x86\xc5\x55\x35\xb9\xd8\xa8\x04\xb0\x11\xce\x1a\x55\xed\x31\xe7\x19\xc1\xac\x49\x15\xaa\xfd\x7a\xc9\xc8\x2e\xd3\xdb\xc7\x04\xa0\x8b\xfa\x36\x15\xda\xe8\x9e\x40\x94\x3a\x5e\x17\x86\x02\x03\x8a\x30\x63\x93\x01\x84\xcb\x4c\x34\x5d\xe1\x5f\x1d\x84\x27\x7f\x4c\xb2\x4e\x11\x5e\xf3\x40\x2b\x17\xc1\x4f\xca\x1c\xf6\xb5\x10\x71\x61\xa0\xb4\x16\x3f\xb8\x6a\x62\x21\xea\xb0\xd5\xa3\x16\x23\xf7\x3a\x4c\x71\x95\x38\x1f\x56\x22\x91\x88\x40\xf8\x12\x03\x50\x46\xef\x1f\x9c\x77\x67\x30\x7b\x79\x1f\xed\x12\x64\x87\xc0\xc3\x29\x27\x32\xd0\x0e\x10\x7f\x22\x96\x7f\xe9\x84\x68\x0d\x62\xc4\xb4\x32\x15\x6a\x32\x58\xea\x83\x96\x0b\x3e\xb5\xe8\x1c\x9c\x08\x2e\xa5\x0d\x2e\x9a\x71\xe4\x71\xeb\x4d\x72\x47\xc4\x9c\xb2\xdd\xb8\xc7\x5f\x0e\x90\xb3\x5c\xce\xa6\xcc\x3c\x69\xd0\x3c\xc6\x04\x29\xb7\xd6\xa6\x73\xbf\x6d\xac\xde\x69\xcf\x48\x10\x2c\xad\xbd\x02\xf1\xf9\x4a\x8c\xb2\x83\x9e\xe0\xe7\x6c\xa0\x2d\xaf\xdd\x66\x87\x2c\x64\xb1\xd0\xa6\x92\x84\x36\x36\x85\x20\x90\x38\x3c\xce\xac\x27\x3c\xe2\x1a\x5a\x96\x40\x2e\x29\xe2\x55\x73\xf3\x66\x90\x93\x92\xce\xf5\x59\x81\x24\x10\xc6\x5f\xf3\x1c\x54\xde\xea\xaf\x26\x98\x66\x5a\x60\xd1\xb8\x02\xb3\x56\xae\x5e\x43\xc5\x03\xc2\x54\x9d\x7f\xd0\x0d\x02\xfe\x44\x92\x9a\x6d\x34\x9c\x3b\x3a\x1a\xfe\x70\x75\x73\x77\x76\x3a\x3a\xf2\x12\xdb\x47\xce\x9d\x58\x77\x73\x87\x48\x99\xf7\xdd\xfa\x52\x46\xb0\x97\x08\xa7\x69\x09\xd1\x35\xc0\x93\x07\xe3\x83\x5a\xf7\x54\xac\x74\xdf\x2e\x0f\xf3\x8e\x7e\x22\xe9\x0d\x56\x5b\x39\x7d\x5b\xf3\x77\xd6\xf2\xac\xd4\xb2\x78\xc1\xe8\x92\x75\xdf\x22\x64\xfd\x52\xee\xf5\x73\xeb\x73\xb0\x39\x09\xb0\x57\xce\x44\x97\x48\x14\x4c\x1b\x45\xd8\x57\x98\x9a\x00\x0f\xb0\x64\x31\x40\x00\xc3\xd4\x5c\xbb\x40\x7f\x46\x73\xca\x00\x32\xd5\x46\xdb\xfb\x78\x21\x5d\xb2\x0c\xcf\x2f\xef\xe3\xfc\xdc\x1f\xaf\xee\x6f\xe2\x9c\x8f\xbf\xb7\xe7\x0b\xc6\x23\xb4\x59\xa2\xe5\x1a\x83\x68\x3b\x37\xa4\xf0\xa4\xa9\x5b\xe8\x45\xf5\xa2\xfe\xba\xf0\xf4\x99\xd7\x19\x76\x0d\xa5\x07\xc2\x1d\x10\x8a\xde\xae\x74\x3b\x00\xbd\x31\xad\xae\x63\x7b\x6d\xaf\x17\x74\x6d\xdc\x68\xf3\x08\x68\xb9\x00\xb0\x5d\xeb\xaf\xdf\xce\xc0\xd3\x72\x54\x87\x7e\xec\xa0\xbd\xa1\xf2\x69\xe7\x01\x90\xd6\x71\x95\xe3\x31\xcd\xc0\x2b\xae\x6f\xe0\x79\x9e\x61\x45\xff\x55\xe7\xd3\x90\xc7\x23\x16\x96\xc2\x33\x77\xa6\xe6\x01\x87\xfa\xa7\x6c\x8a\x38\x23\x88\x0b\x13\x01\xf1\xe2\x70\x10\x82\x50\xab\xd8\x10\x35\x43\x0b\x5e\x08\xff\xc6\xa5\xf7\x58\xee\x93\x33\xec\xa2\xa4\x4e\xcf\xb4\x3e\xfc\x30\xcd\x00\xc6\xcb\x05\x29\x8d\x2d\x78\x31\x79\x22\x0c\x3d\x6b\xc3\xaa\xf4\x27\x8f\x58\x80\xda\xd0\x2a\x29\xfb\x56\xf9\x10\x34\xcd\x6c\xc3\x07\xec\x9d\xe7\xa5\xab\x45\x62\x6a\x47\x6e\x67\xe0\x1d\xe0\x54\x01\x78\xbb\x19\xf3\xc1\x93\x4d\xde\x03\x13\x6d\x00\x1e\x08\x7d\x19\x06\x22\x58\xcb\xb2\xe4\x53\x4e\x92\x4d\x30\x93\xd7\xae\x04\x52\x9b\x37\x23\x8c\x7e\xd8\xcc\x36\xbb\x75\x8a\x3b\xdf\x4a\x75\xb6\x2b\xe6\xd9\x09\xe2\xab\x27\xfa\x33\x16\x54\xdb\x98\x1d\xe7\xe9\x40\xbe\x13\xc1\xe7\xeb\x4d\xf1\x65\xd0\x7a\x77\x4b\xb8\xb7\xc8\x3d\x70\x20\x30\xbd\xd5\xb3\x6c\xc2\xe7\xad\x92\x7a\x3f\x9b\x7b\xd1\x43\x71\x21\xf3\x88\xa0\x49\xb6\x50\x44\x8f\xae\xf4\x54\x2d\x34\x2e\x7c\x67\x78\x67\x79\xcf\xb7\x8b\xce\x57\x4e\x41\xe4\x53\x1f\x13\x64\xb5\x21\x03\x55\xab\xc7\xd8\xc1\xf5\x59\xe7\x11\x0d\xe2\x61\x16\x92\xaf\x89\x27\x15\x9e\xe7\xee\x8e\xaf\xe6\x57\x55\xc8\xb5\x42\x1a\xed\x0a\x1b\xb6\x07\x5c\x5d\x9d\xad\x1b\x61\xfd\x6c\xec\x76\x37\x99\x27\x95\x1b\xba\x75\x62\x51\xea\x49\x38\xa1\x94\x28\x4c\x33\x19\xa6\x5b\x2c\x6f\x65\x74\xf3\x99\xba\x0c\xce\xf1\xba\xa1\x95\x1c\xf4\x77\x0a\x77\x1e\x85\x77\x3c\x38\x59\xe6\x78\x11\x60\x4a\xf4\x29\xc8\x88\x82\xcb\x99\x32\xff\xaf\x58\xd4\x3a\x66\x0e\x59\xb4\x2e\xa8\x7c\x8c\x7e\x58\xf8\x6b\x11\x67\x59\x38\x13\xe3\xbc\x2b\x7b\x0d\xe9\xa3\x00\x97\x18\x3a\xbf\x1c\x9e\xdc\x9d\xff\x7c\x06\x78\x89\x05\x2f\xd0\x33\x95\xda\x42\x18\x31\xf0\x07\x6a\x81\x0a\xbf\x53\x1c\x99\x1f\x0e\xe0\x57\x80\xa2\x92\xc5\x78\x4e\xb5\x3d\x55\x2e\xf2\x1e\x24\xc2\x8d\xc3\xd4\x98\x73\xac\x1f\x80\x6b\xdb\xa1\x75\xea\x00\xa3\x2b\xce\xc7\x06\x66\x70\x39\xc8\xb6\x80\x9c\x20\x5c\xb1\x5f\x48\x4e\xa0\x66\x87\x66\x4d\xed\xf1\xea\x31\x39\xf5\x87\x32\xce\x6c\x82\xf4\x33\x2a\x55\xe5\x32\x69\xce\x67\x2a\xb7\x60\x17\x80\x1c\xa7\x6d\x77\x90\x83\xb7\xee\x91\x7a\x6d\xe7\xd6\x17\xd8\xa9\x55\xc1\xae\x1b\xf5\x9b\x43\x83\xcb\x97\x61\xbb\xcd\x83\x40\x5d\xcc\xad\x12\xd8\x1a\xb2\x42\x10\x3c\x8f\x01\xa1\xa4\x2a\xba\x19\x57\x10\x7d\x4d\x54\xb6\xa8\x89\xda\x8f\x58\xbd\xde\xd0\xce\x63\xdb\x06\x52\x77\x0a\xab\xf7\x3b\x72\xe3\x57\x61\x3d\x22\x1f\x3d\xda\xc7\x18\xa3\xbe\x44\x22\xa9\x9c\x2b\xe7\x7f\x6d\xb0\x02\x40\x5d\x78\xd8\x20\xca\x59\x73\x2a\xd7\x0c\x73\xae\x3c\x17\xf6\xca\xdc\x8f\x05\xb5\x65\x3c\x18\x32\xcb\x76\x9f\x0f\x07\x4e\xcc\x01\x78\xc8\xf9\x13\x11\x82\xa6\xda\xc2\x0a\x33\x76\xd7\xa2\xdc\x1a\x75\x10\x1a\x64\x98\x29\xb8\xad\x38\x84\x4d\xbc\xcd\xab\xc7\x73\xc9\x31\x15\xe9\xe6\xd5\x9d\x82\xa5\x44\x30\x82\xd5\xec\xe5\xe2\x8b\x27\xdb\xba\x0c\x5f\x2c\xd6\x78\xb2\x93\x62\x21\xe1\x74\xe3\xc2\x19\x2b\xe7\x59\x54\x0a\xc0\xb6\x23\x2a\xcb\x2a\x15\x4b\x46\x54\x8d\xab\x2b\x40\x87\x5a\x3b\x2b\xae\x58\xd1\x11\xba\xdb\x68\x41\x78\xf7\x93\x36\x0f\xe2\xbc\x76\x5b\x07\xbd\x5d\xa4\xab\x86\xc8\xcb\x3a\x45\xa3\x8c\x8e\x1d\x55\xf0\x31\x9f\xd8\x0f\x1a\x2a\x3d\x55\x1e\xab\xae\x36\x34\x0c\xd8\xa2\x6a\x57\x63\x91\x66\x44\x82\xca\x67\x74\xfd\x8a\x56\xd7\x66\x73\x8c\xd8\x8f\xfc\x99\x3c\x11\x31\x40\x58\xa1\x39\xd7\x37\x39\x23\x61\xd9\x60\x1c\xa7\xad\x19\x97\x36\x46\xb5\x7d\xea\x9d\xe5\x63\xbd\x8a\x75\x19\x10\x80\xea\x37\xdb\xe0\x5c\xe0\x23\x86\x13\x45\x9f\x88\x89\xed\x00\xd6\x8d\xba\x85\x01\xff\xff\xc1\xfb\x3c\xff\x70\x8c\xee\xf4\xc5\x45\x65\x3c\xdf\x00\xc6\xd9\x34\xb7\x11\x9b\x0a\x5e\xe4\x5e\x33\xe5\x63\x50\x89\x8d\xef\xb3\xc6\xe7\x09\x93\x71\x0e\xcf\x04\xa7\xfa\x5a\x6c\x67\x9c\xc8\x76\x3a\x30\x57\x40\x8c\xaf\x0b\x19\x48\xdf\x16\x3e\xac\x64\xa1\x03\xc0\x46\xcd\xa9\xc4\xbb\xf3\x9d\x2e\x55\xbf\x91\xa0\x94\x79\x93\x35\x02\x5b\x6c\x28\x2a\x02\x33\xdf\x99\xc4\xf5\x28\xa1\xf2\xb5\xa6\x5e\x99\x11\x1c\xa4\xbe\x00\x60\xc3\xde\xaf\x9f\xac\x53\x99\xe5\x75\x21\x72\x0e\x08\xd1\x6c\xe1\xa0\x49\x73\x0c\xc1\xf3\x9c\xe7\x85\x01\xcb\xd2\x30\xc8\x54\x3b\xa1\xb8\x9c\xc2\xce\x83\x7f\x5b\xe8\x2c\xa7\x5a\xa9\xa3\x0c\x95\x3f\x44\xd6\xab\x59\xcb\x66\x85\xa0\x1b\xa9\x26\xd6\x2a\x26\x4f\x84\xa9\x52\xc9\x9d\xe3\x1c\x51\x2d\x4b\xb4\x34\x14\x53\x32\x40\xcf\xae\x47\x0f\xc2\xa8\x10\xd4\xed\x3a\x68\xa6\x2d\xbc\x15\xab\x86\x6f\x8c\x97\xda\xe0\x74\x12\x1c\x54\x12\xb1\x55\x43\x13\x55\x60\x1f\x4b\x84\xec\xa7\x8c\xb2\x47\xfd\xb2\x67\x30\xa3\x9d\x07\x52\xe8\x33\xc7\x85\x03\x3a\x46\x7b\x5a\x2b\xcd\x0e\x33\x0b\xb5\xb6\x4d\x42\xbd\xd2\xbe\xa7\x24\xd4\x7d\xf5\x33\xa8\xb7\xc8\xf7\x9c\x82\x7a\x68\x5d\xba\xd6\x97\xb9\x65\xda\xb5\x9d\xb7\xcd\x45\x85\x03\x19\x79\xa3\xdf\x41\xe0\x20\x98\xe6\xb0\xdc\xc3\x04\x20\x4b\x8a\x08\x93\x31\x09\x2e\x48\xef\xe6\xb2\x2a\x4a\xad\x32\x57\x7b\x64\xb6\xce\xea\xd3\xe3\x2d\x03\x1a\x76\xec\x7a\xa9\x3d\xec\x8d\x3e\x98\xa5\x90\xb4\x2b\xbb\x55\xe6\x41\xca\x06\xe6\xed\xdd\x8f\x75\xab\x8a\xa0\x37\x8e\x98\xe7\x4b\xc4\x8c\xb9\x2d\x4c\xed\xd9\x59\x15\xa5\x87\xd5\x37\x60\xbd\x8f\x66\x77\x95\x8d\xca\x2a\x0a\x4b\x35\x8d\x9c\xb4\xba\x6c\x4e\x36\xec\x56\x17\x27\x22\xe2\xea\x9a\x38\x50\x62\x0e\xcb\x86\x82\x38\x00\x25\x4f\x0f\xa5\x2c\xce\x72\x30\x36\x9e\xdc\x67\xae\x89\x53\x99\xcc\xe1\x14\xc6\x59\x49\xb7\xc3\x8d\xb6\xd7\x4c\x74\x8d\x82\x38\xde\x19\x0c\x49\x86\xdd\xbc\xac\x10\x80\xa7\x69\x16\xf5\xd5\xd2\x87\xca\xfb\x5b\xd7\x17\x82\x27\x9c\x69\xd5\xc0\x66\xec\x57\xd6\x62\x23\xb4\x60\x36\xc7\x05\xf8\x9a\x85\xe2\x99\xd6\xc6\x77\x60\x18\xdb\xb8\x4f\x8d\xb3\x7c\x3d\xb5\xcb\xa4\x60\x9d\x9f\x96\x62\xc2\xe7\x7a\x6b\xc5\xc4\x5e\x47\x4a\x60\x6d\x19\xba\xf2\x9f\xb6\xe8\x67\x93\x4b\x5c\x2f\x6d\xbd\x2d\x82\x9f\x2e\xd3\x65\x85\x45\x6c\xa9\x0d\x69\x88\x15\xcb\x86\x27\x50\xa1\xba\x13\x7e\x23\xb2\x86\x59\x0a\x38\xeb\xa0\x10\x91\x69\x20\x51\xdd\x73\xf3\xce\x19\x96\xd5\x57\xae\xdc\xf2\x0d\xc2\xbe\xd1\x30\xef\x89\xd2\x86\xe3\x4e\xaa\x60\x74\xf0\xc2\xc3\x44\xee\x45\xb6\xb2\x28\xe1\xad\x49\xd5\x2c\x44\x56\x2a\x30\x18\xe9\x0b\xed\x38\x30\x74\x21\x38\x16\x51\xd4\x4c\xa6\x41\x0e\x74\x2f\xa3\xb8\xcf\xa9\xda\xd9\x6c\x14\xc4\x35\x4d\x4c\x0b\x61\x2e\xe6\xfa\x9d\xb5\xa9\x00\x20\x3b\x13\x23\x79\x64\x04\xf0\x70\x48\x30\xb0\x9f\x6b\xef\xf5\x66\xfe\xd9\x56\xe9\x8f\xd3\xbd\xf7\xa6\xfb\x47\xd2\x3b\x5a\x40\x8f\x23\xd8\x54\x91\xb7\xd9\x21\x9e\x03\x01\xe6\xe3\x9a\x69\x7a\xdd\xbe\x2a\xe9\xac\x91\x57\xcf\x58\xbb\xa9\xd3\x0c\x9a\xea\xde\x58\xa9\xa5\xc8\x64\x77\x33\xd2\x4c\xd5\xf8\xab\xf4\xf9\x2c\x24\x11\x06\x3b\xec\xe3\x3d\x35\x09\x94\x8d\x5e\x9f\xda\xb2\xd4\x6d\xb9\xb1\x4b\xe5\xb1\xeb\x2f\x76\xe3\xd9\x40\xdf\xd9\x0e\xc0\xe4\xd8\x85\xf7\x5f\xa1\xff\x82\x84\xc8\xff\xaf\xa9\xa6\xc3\x94\x88\x87\xb4\x88\xfa\xcd\xad\x9a\xd4\xb5\x7e\xe8\xb4\x50\x8b\x7a\x98\x44\x64\x5f\x64\x38\x79\xec\x02\x1d\xd1\xbf\x6f\x18\xb6\x93\xe5\x1a\xcb\xdd\x06\x60\x06\xa9\x00\x33\xac\xc7\x29\x7c\xbf\xf1\x0e\x31\xc8\x97\x0d\x1c\xe2\xd6\x51\x06\x1d\x00\x8f\xd1\x3b\x93\xf3\x00\x77\x88\x79\x45\xc2\x8b\x2c\x1d\x31\xf2\x29\xe7\xb2\xf4\xa4\x53\x36\xad\xc3\xa9\xdb\x84\x0e\xfb\xa6\x55\x07\x6f\x7b\x81\xfe\xd9\x51\x34\xcb\x7b\xba\xbc\xe4\x7a\x26\xdb\x4a\x75\x3e\x90\xe2\xf0\x27\xae\xa9\xca\x00\xf9\x45\x56\xd8\x22\x23\x4f\x44\xe0\x29\xb1\xc5\xe3\x83\x9c\x04\xbc\x41\xad\xf8\xeb\x25\x77\xf7\x97\xdd\xf0\x60\xc9\x8b\xbe\x5f\x36\xb6\xed\x22\xda\x19\xb8\x49\x28\xdd\xf1\xfc\xb5\x29\x3e\xc4\x7c\x1b\x06\xa7\x24\x24\x19\x96\x92\x4e\x16\x41\x7f\x05\x77\xfb\x1a\x4f\xb4\xcf\x5d\x89\x73\x9c\x6a\xef\x66\xbb\xc9\x37\x16\x21\xbb\xbf\x5a\x9d\x6d\x17\x83\x7d\xa2\x03\x53\x96\xf3\xdd\xc0\x50\xb2\x63\x6c\x95\xe3\x97\x2f\x8f\xb1\x7b\x16\x5a\x22\xcc\x9a\x42\xf0\x76\x19\x7c\xd9\x79\x81\x89\xe0\xec\x21\x68\x53\xba\x61\xb8\x46\xa2\xe1\xc7\x5b\x24\x17\x4c\xe1\x4f\x6f\xd1\xe8\xe8\x83\xc9\x30\x45\x3f\xf2\x42\x48\x74\x8a\x17\xaf\xf9\xe4\xf5\x9c\x33\x35\x43\x1f\xe0\xff\xdb\x8f\x9e\x09\x79\x44\x7f\x27\x58\x8c\x8e\x6c\xab\x10\x5b\x04\xd1\xa3\x40\xb5\xc1\x2d\x0a\x26\x6d\xf2\xea\x9f\xfe\xea\xb2\x57\xf5\x6b\xbe\x7f\xf3\xa7\xbf\xa2\x3f\xc0\xff\xfe\xff\xe8\x0f\xa3\xa3\x06\x1c\x57\xb7\x88\x7c\x99\x5e\x5c\x3b\xda\x23\x4d\x1e\xf9\x64\xf2\xa0\xe8\x9c\x18\xe8\xda\x03\x16\x8d\x35\xda\x3a\x86\xea\xa8\x45\xd4\x99\x9c\xa0\x32\x40\x6b\x5f\x6a\xbc\x92\x4e\xe9\xf7\x55\xe7\x4d\xbc\x94\xc5\x48\x32\x2a\xe1\x29\xad\xcb\x4c\x26\x5d\x4c\x03\xd7\x63\x67\x19\xaf\x5f\xfa\xb7\x43\x7c\xa8\xbf\x7c\x42\x95\x89\xaf\xca\xbf\x5d\xd6\xe5\xbe\xb2\xdb\x1b\x16\xb8\xd7\x9b\xfb\x96\x8b\xad\x44\xf8\x23\x59\xd2\xeb\x3b\xd9\xc5\x0e\xea\x16\xc2\x8c\xc1\x71\xc6\x85\x8f\x77\x1b\x3f\x87\xc5\x95\x8d\xd8\xdd\xd5\xe9\xd5\x77\x8f\x58\x09\x3e\xc5\xec\xd5\x5b\x34\x4c\x53\x5b\xf2\x09\x59\xe3\x44\x33\x8f\x36\x7d\x6d\x07\x3a\x5b\xbf\x85\x69\xc2\xd5\x1a\xba\xe1\x75\x5f\xd3\x61\x0e\x35\x1f\xf6\xb8\x29\x5d\x13\x5c\x22\xc4\xf3\xf9\x17\x94\xd8\x1b\x58\xeb\x23\x59\xd8\xca\x98\xd5\xf5\x6e\x52\xc5\x0a\x9a\xd3\x13\x69\x86\xe6\x22\x25\x40\x1e\x53\x87\x9c\x4a\xe5\x7c\xb2\x75\x87\xea\x0e\xcb\xc7\x03\x43\x56\xd1\x34\xec\x1f\xa3\x6a\x0b\xdf\x5a\xe1\xa7\xb0\x7c\xdc\x59\xcf\x1c\x4d\x8a\x75\xda\xe5\xd8\x91\x11\x89\xda\x9c\x66\x99\x41\x12\x05\x61\xf9\x39\xce\x4d\x81\x1b\x10\x8c\xd0\xa1\x24\x80\x01\xd6\xcd\x7f\xd5\x46\x9b\xd8\x7e\xa0\xc6\x09\xc0\x33\x68\xa3\x30\x05\x57\x13\x66\x0b\xc3\x00\x5a\xd0\x62\xf9\x28\x3d\xbc\x0f\xc9\x39\xce\xb2\x01\x12\xa4\x80\x0a\x45\x03\x24\x49\x36\x79\x6d\xfd\x83\x24\x45\x99\x69\x26\x8e\xc6\x19\x4f\x1e\xe5\x88\x69\xc9\xc7\xa6\x46\x60\xfb\x26\xc4\xfe\xaa\x28\xbd\x89\xa6\x4f\x97\xc9\x40\x36\x15\x40\xa8\x54\x34\xa9\xa4\x9d\xea\x93\xac\xe7\x03\xae\x8e\x84\x1b\x44\x22\x4c\x57\x5f\x5d\x04\x74\x54\x55\xb8\x22\x51\x00\x17\xc1\x19\xfd\x17\x44\x0d\x66\xf8\x89\x72\xd1\xc4\xbd\x3b\x88\x0f\xbb\xed\x79\x50\xf1\x69\x58\xc1\xcf\x27\xf6\x31\x38\x43\x6d\x1c\x73\x13\xb3\xb3\xe7\x06\xcf\xe6\x1e\xd5\xe1\x98\xa2\xcc\xd2\x75\xc8\x19\xf3\x13\xe7\x25\x3c\xb0\x30\x22\x4c\xb9\x21\x78\xb8\x8a\xa7\x4f\x4c\xe2\xab\x19\x23\x48\x3e\x31\xa3\xbb\xd4\x40\x8b\xeb\xd2\xa2\xed\x49\x33\x89\x23\x8f\xa6\xbd\xe9\x39\x13\x34\x88\xca\xb3\x62\x4a\xd9\x6b\x0f\x3a\x4a\xb1\xc2\x23\x06\xb0\x54\xfd\x92\x4a\x6a\xe3\x32\x47\x1d\x70\x06\xea\x6e\x84\x63\xc7\x44\x54\x47\xe4\x2e\x4c\x1e\xf3\x2d\x84\x07\x3b\x0a\xbb\xc8\xff\x26\xea\xbc\xcf\xb6\x60\xb9\xfe\xf6\x89\x96\xf0\xea\xe0\x45\x8d\x7b\xbb\x31\xac\xb4\x32\xab\xa5\xb0\x0c\x9d\x18\x26\x83\xb9\x81\x2b\xd0\x56\x53\x6a\x9a\xd1\x67\x01\xba\xb4\x6d\xe4\x35\x56\xa6\x22\x0e\x99\x73\x65\x00\x9c\x06\x4b\x69\x21\x96\x16\xa2\x39\xce\xf8\x18\xee\x15\x80\x59\xc2\xba\xe3\x7e\x40\x66\xdd\x24\x45\xdf\x05\xd7\x84\x8f\x3e\xbd\x3a\x80\x3e\x62\xbe\x70\x95\xde\xb0\x20\x6d\xf8\xba\xc4\x07\x57\x57\x65\x3a\x8d\x35\x55\x34\xee\x86\xd0\x89\x76\x7f\x07\x08\x9d\xca\x32\x1a\xd2\x81\xf8\x74\xaf\x91\x12\xdb\x21\x79\x6d\xfb\xc7\xc4\xe3\x8d\xfe\x11\x6d\x8e\x63\xb3\x45\xdd\x16\x1d\x16\xfa\x28\x9e\xdc\x67\x46\x1f\x55\x26\x73\xc8\xe8\xa3\xca\x54\x0f\x17\x7d\x54\x33\xd1\x35\xd0\x47\x26\x0e\xf3\xa0\x99\x7a\x3d\xa1\x90\x0b\xae\xf8\xb8\x98\xdc\xc2\x6d\xb2\x4e\x5e\x9b\x11\xce\x4e\xcf\xb1\x90\x7b\x98\xad\xd1\x81\xba\x29\x62\x21\x48\xa9\xb2\xe4\x35\x41\x4a\x91\x48\xeb\x41\x4a\x1e\xa4\xb4\x4c\x97\x43\x04\x29\x55\xf6\x7c\x3d\x90\x52\xdd\x96\x6f\xe0\x7b\x8f\x86\xf9\x6a\x40\x4a\x15\x8a\x1e\x32\x48\xa9\x32\xd5\xdd\x81\x94\xea\x77\xb6\x1b\x48\xa9\xf6\xfa\x6f\xe6\x9f\x6d\x63\xda\xfa\x75\x2f\x0d\x52\x8a\x16\xd0\x83\x94\xb6\x2c\x76\x12\xb3\xa0\x9d\x81\x6f\x40\xb4\xcc\xee\x6d\x30\x25\x50\x69\x77\xc0\x51\xfb\x8d\x09\x82\x17\x6a\x5d\xad\x7b\x18\xd1\x41\xda\xcc\x3d\x7d\xfd\x39\x2c\x4b\x50\x10\xb8\xcf\x77\xd9\x36\xdf\xa5\x42\x64\xef\xbd\x82\x8d\x6b\x62\xb9\x6d\x2b\xa1\xb8\xca\x24\xdd\x0c\xd2\x3b\xf7\x54\xab\x86\xec\x8a\x9e\x84\x2e\x4b\x50\x22\x6a\x9d\xe2\xbe\x89\xfb\x86\x6e\xef\x06\x24\xd6\xf2\x0b\x95\x6b\xaf\x1d\x40\xab\x62\x47\xd4\xf2\x0c\x22\xba\xbb\x1b\x75\x0b\xb2\x17\x62\x9b\x6e\x60\x43\x93\xe0\xaa\xaf\xeb\x30\x49\xba\x7a\xf6\xc6\x0b\xd5\x0c\x78\x6c\xb7\x81\x56\x37\xf9\xaa\x7a\xf2\xe8\xbf\xfc\x46\x4f\x68\x46\x10\x86\x76\x83\x74\x9c\x81\x95\x04\x7c\x3c\xe6\x4f\x44\x4f\x7a\x9b\x5d\xa5\x6c\x0a\xeb\xd6\xb7\x7f\x50\xfc\xc2\x33\x8f\x39\xe4\x33\xc1\x8b\xe9\xcc\xa9\xc5\xae\x3e\x62\xdd\x5e\x3a\xcc\xe6\x97\xeb\xc1\xad\x54\x4c\xaa\x32\x41\xf7\x10\x97\x23\xc9\x0b\x87\xb9\xea\xd6\xd1\x81\x3b\x22\x90\x42\x79\xfc\x9d\xe3\xd1\x5c\x23\x00\x9d\x1c\xb1\x61\x04\x67\x70\xe5\xf5\xc6\x8b\x32\x2c\x6a\x64\x71\xc8\x64\x50\x10\xd8\xaa\x9b\x50\x81\x47\xff\x05\xf7\x06\x3c\x64\x03\x60\x2e\xc8\x05\x11\x5d\x92\xbe\xc6\xc9\x22\xc9\x68\x12\xe8\x10\x53\x81\xf3\x59\x1b\x27\xee\x32\x54\xf5\xbc\xcc\xdd\x2b\xf8\xd3\x85\xab\xba\x30\x41\xb7\xc8\x95\x27\xfd\x97\x15\xbd\x2a\x3b\xf4\x6d\x16\xc1\x1a\x3a\x03\x86\x08\x34\xe3\x59\xea\x9a\x97\x7b\x6a\xf9\x17\x78\x27\xb8\x27\x90\xdb\x0c\x28\xa8\x06\x4c\x59\x56\x65\x6b\x8b\x53\xf9\x4d\xfc\x3a\x62\x55\x2b\x24\x5d\xc7\x78\x55\x48\xd4\xed\x62\x56\x5b\x4a\xae\x6e\x71\xab\xb6\x02\x79\xd5\xfd\xde\xc0\xc3\xb2\x94\xc3\xd0\xfb\xe7\xbc\x7f\xae\x9e\x36\x87\xe8\xa3\xab\xe9\xa5\xb3\x9e\x9f\xae\x69\xfb\x77\xc1\x49\x3b\xf4\xd7\x7d\x66\x2f\x58\xab\x03\x2c\x60\xb0\xcf\xeb\x56\x6c\xf3\x28\x6e\xe8\x22\x69\xde\xd3\x4e\x9e\x3a\xd6\xee\xa5\x73\x6f\xd9\xd6\x9d\xe2\x21\x50\x7b\x75\xa9\x78\x0b\xa2\xbb\x5b\xa5\xc4\x68\xf5\xae\x95\xbd\xba\x56\x6a\x08\xbd\xda\xbd\x12\x29\x08\x2f\xea\x62\x71\x6f\x7e\x09\x37\xcb\xd6\xca\xcb\x2a\x57\x4b\xad\x6b\xa5\x41\x8b\xd1\x8b\x1f\x66\x14\x6f\xd9\x40\x69\x09\x1a\xd2\xe1\x54\x7c\x28\xa4\xb6\x56\x35\x1f\x43\xff\x17\x33\x5f\x8b\x33\xf0\x08\x7a\xc8\xab\x31\x68\x74\xc6\xd3\xc6\x32\xa0\x95\xa5\x74\x9d\x4b\x69\xa7\xda\x74\x1e\xab\x1a\xc3\xb8\x86\xdc\x29\x7f\x66\x52\x09\x82\xe7\x30\x11\x69\xeb\xa1\x4d\x8c\x45\x6a\xcc\x5e\x2a\xa2\x06\x2f\x6b\x6d\xf1\x05\x65\xda\x00\x0e\x72\x06\xa0\x09\x13\xbc\xb9\x66\xd3\x7e\xa0\x0c\x8b\xc5\x76\xbb\xd6\xd2\x38\xad\xdd\xa4\x1b\x2f\x9a\x92\x2a\x14\x5e\x95\x41\xd1\xc5\x80\x83\x26\x41\x04\xe9\xd7\x21\xb8\x3a\x4c\x26\x25\x46\x0a\x43\x55\xde\x19\xc9\xf2\x20\xad\x2a\xc7\x42\x49\xc7\x40\xb6\x3d\x71\xc2\xe7\xf3\x82\x99\xda\xbd\x46\x27\x7c\xb6\xc8\x5b\xeb\xa1\x28\x07\x3f\x1e\xb1\x73\xf5\xad\xd4\xe7\x8b\xb3\x69\xb6\x40\x38\x7d\x32\x7d\x43\xad\xc6\xcb\x99\x2c\xe6\x44\x48\xdf\x52\x5f\x2f\xcd\xd6\xce\x2c\x3b\x1f\xeb\xb9\xe9\x0b\xd8\x25\xe9\x5a\x19\x31\x45\x63\x32\xd1\xc2\x37\xc7\x42\x3a\x5b\xb4\xc6\x8e\xb4\x9b\xab\xcd\xd5\xcf\x77\x26\x7f\x0e\x8f\x9d\x69\xa2\x60\x4e\x28\xb6\xba\xcd\x9b\xea\xf9\xb4\x54\x6f\x39\x9b\xe3\xa5\x45\xa1\x76\xa1\x6c\xa9\x70\xba\x54\x44\xbb\xaa\xf2\x6b\xe1\x5a\x96\x63\xd6\xef\x71\x17\x9b\x99\x5c\xc7\x5e\xa5\xd1\x02\xed\xac\x8d\x29\x18\x9e\x4d\x42\xa1\x21\x87\x54\x58\xd1\xc4\xde\xa1\x65\xe5\x06\xf3\x74\xf3\xd6\x9e\x6e\x5d\xaf\x1f\x67\xcb\x3b\xdc\x4c\xcb\x5b\xf3\xfb\x76\xd9\x67\x8f\x9b\x19\xbb\xd5\xd1\x9d\xf0\x2c\xeb\x92\xa2\x51\x59\xf9\x49\xf9\x78\xfb\x8c\xca\xf7\xe8\x0d\x70\x7b\x01\xa7\xc6\x36\xf3\xcc\x40\xc9\x60\x44\x2a\xbb\x4b\xe1\x8f\x8c\x0c\x5d\x20\x56\xcc\xc7\x44\x40\x5f\x58\x10\xeb\x4d\xe6\x43\x2e\xf8\x9c\x76\xc1\x0a\x5e\xc1\x36\xfb\x32\xf4\x2b\xbc\x1a\x65\xd3\x4f\x8f\xa3\xb3\x6f\x34\x55\x34\x99\xe9\xf1\xd2\x72\x86\xe6\x38\xdf\x88\xe0\x4b\xe5\x4a\x97\x28\x3d\x37\x26\x8c\xa5\x9e\x34\xfd\x76\x1f\xc9\xc2\x74\x41\x7d\xc6\x8b\x32\x1c\xd0\xe5\x38\xdd\x1a\x5d\x84\x48\x77\x5e\xb0\xe3\xb2\xe0\xc4\x88\xb0\x8c\xbf\xa3\xc2\x3a\x27\xe8\xa4\x8e\x0d\x3b\x9f\x25\xb7\xe6\x7d\xe2\x2f\xc3\x63\x1f\x9a\x2d\x5d\x6e\xc3\xf8\x30\x04\x23\x22\x98\x4e\x3b\xa9\x3e\x44\x9c\xb3\x73\x1a\x6d\xde\x25\x73\xbf\x34\xb3\x6c\xbd\x16\xb1\xb6\x8c\x30\x76\xab\x63\xe6\xde\x58\x53\xb6\x2c\x44\x56\x76\xa8\x8d\xb8\xda\x86\x98\x68\xdd\xc5\xa8\x95\x7c\x32\xc9\x38\xd6\x66\xa5\x4d\x08\x9a\xd0\x8c\xc8\x63\x74\x5e\x63\x4f\x80\x96\xe3\xb4\x2a\x40\x9c\x83\x47\xdc\xe9\x3b\x85\xa0\xb6\xb8\x36\x11\xc4\x6b\x35\x88\xda\x3a\x1b\xa5\xe9\x29\x88\x69\x4b\x02\x19\x94\x9c\x99\xee\x9f\x33\x33\x00\x95\xb6\x4a\xb2\xd2\x53\xa2\x5a\x16\x50\xdb\x37\x39\x25\x39\x61\xa9\x7f\x80\x9b\x52\xa9\x38\x51\x65\x17\x33\x98\x55\xc3\x96\xee\xa2\x3b\x8e\xfd\x7d\x87\x6d\xbd\xd3\x4f\x2c\xef\x4d\xed\x0c\xef\xe2\xd1\x3b\xcf\xce\xeb\xe5\xdd\x9d\xbc\xef\xe0\x51\xe7\x54\x80\x26\xbc\xe0\x77\x9a\xfb\xc8\x2f\x4b\x89\x90\x8a\x73\xb8\xa1\x6e\x4f\x7f\x7a\x73\x7f\x8e\x88\x4a\xa0\x72\xc1\x88\x25\xf2\x69\xa0\x15\xda\x7f\x16\x44\xe9\x8f\x9b\xf2\x39\xe7\x84\x49\x90\x04\x74\xdd\x12\x34\x8e\x30\xfa\xbf\xa7\xf1\xf3\x2d\x2c\x5f\x56\xe1\xb6\xb9\xcf\xc0\xbb\x2e\x57\x0d\xd8\x14\x12\x24\x0c\x69\x65\x0d\xc7\x70\x9e\x11\xcc\xce\xea\x12\xe9\x37\x88\x0a\xb2\x5f\x0b\xd6\x51\x4d\x3a\x29\x1f\x0a\x66\xd1\xa0\x85\xcd\x73\x2c\xa8\xec\x36\xbc\x7b\xa6\x76\xf4\x55\x42\xc4\xd1\x15\xa3\xb1\xa1\x14\x2a\x6b\x0e\x20\x25\x08\x01\x11\xe2\xf9\xc9\xde\xf5\x70\xcb\x07\xd4\x08\x1e\x3a\x1e\xb1\x0f\xce\x0f\x56\x7e\x2a\xcb\x0a\xd6\xf3\x31\xe4\x41\x16\x60\x33\xc5\xa3\xc0\xb0\x29\x95\xfe\x03\x48\x8f\x91\x45\x66\x5b\x28\x4e\x28\xc3\x99\x9f\x68\x6d\x3b\x73\xd8\x73\x81\x59\x32\x83\x0a\xaf\xdb\x44\xea\x26\x0f\x24\xeb\xa2\x3b\x9e\x4f\xce\x32\xa9\xf9\x3b\x79\x6c\x38\x9d\x7f\x74\xd9\xf9\x1d\x36\xa8\x5c\x0c\x68\x6e\x2e\x67\xd3\x58\x25\x26\x58\x91\x29\x62\x12\x6c\x20\x60\x51\x0d\x12\x9b\x70\xb9\xde\x45\xab\x5b\xdb\x26\x01\x4a\xf0\xcc\x3c\xa1\x6d\x2c\x78\x0b\xc2\x6a\xc4\x44\xc1\x20\xc9\xc1\xfb\x51\x31\x92\x44\x50\xe3\xd0\x4c\x38\x33\x3a\x80\x75\x9e\x4c\xb5\x98\xd0\x9a\x1f\xc4\xff\xa1\x51\x89\xa0\xbc\x90\x5a\x86\x98\x26\x45\xd2\x36\x93\x36\x9e\xec\x01\xca\x05\x9d\x2b\xfa\x44\x7c\x66\x52\xb8\x73\xb5\xcc\xbc\x4d\x94\x23\x27\x02\xab\x75\x13\x9d\xea\xde\x7e\xe5\x46\xa8\x3d\xb0\x19\x99\xa8\x87\x5a\xbf\x4b\x8b\x89\xa1\x47\x64\x69\x43\x45\x0c\x3a\x9d\xed\x60\xc4\xf5\x4f\xfd\x9f\xad\x5f\x4c\x1f\xf5\xe0\xc6\x17\x9c\x2b\xc3\x6f\xa5\x4c\x42\x8e\x9a\xa0\x2e\xd8\x97\x9a\xe4\x68\xbd\xa9\x14\x76\x55\x9f\xe1\x47\xc6\x9f\x99\xb7\xad\xb5\xda\x70\x86\x93\x59\x28\x58\xac\xbf\xda\x9c\xea\x95\xe7\x39\x4a\x00\x3e\x10\xa4\x9e\x3f\xd3\x27\xb6\x18\x47\xb6\x40\x65\x92\x77\xf4\xdc\x3a\xd7\x9b\xb1\x3b\xdd\xd9\x35\x0b\xb6\x79\x8d\x8a\xe4\xd6\x36\xb6\x9d\x05\x7d\xb0\x1f\xdc\xab\xfa\x55\xc7\xe8\xa3\xd3\xe4\x20\x1c\xe0\x3d\xd4\x80\x1b\x83\x66\x45\x0b\x57\x8d\xbd\x8e\xb0\xbb\x80\x70\xed\xda\x47\xdf\x4e\x60\xdf\x17\xae\x86\xca\xd1\x85\xca\x98\xb1\xb0\x3a\x74\x04\x39\xf1\x0f\xdd\x92\xf6\xd8\xf4\x3b\x48\x74\x34\x75\xfe\xc1\x5b\xc5\x59\xb6\xf8\x7f\xcc\x66\x01\x74\x4b\x1f\xa1\x42\x96\xdd\x86\xad\x0f\x53\x9f\x1f\xf0\xc1\x31\xae\xf4\xa5\x38\xa1\x59\x06\x10\xab\x63\x34\x84\x54\x7d\x48\xc2\x36\x9d\x1d\x4c\x10\x87\x4e\x19\x5f\x15\xe7\x6e\x60\xa6\x24\x60\xa6\xdb\x66\x66\x92\xc0\x4d\x3e\xaa\xb0\x23\x8e\xda\x01\x14\x4b\xcb\x96\xd8\x33\xbe\x72\xff\x2a\x5c\xbd\xfe\x65\x1c\x62\x61\x8a\xf1\xc3\xde\xc3\x9f\xb5\xd3\x0d\x4d\xe3\xfa\xa9\xbf\x2f\xb0\xc0\x4c\x11\x00\x6a\x1a\x6c\xa8\xb0\x01\x3f\xcd\x81\x88\x7c\xa2\xb6\xbf\x14\x04\x8e\xf5\x47\xe1\xe6\x3a\xa7\xfb\x94\x3e\x11\x86\x68\x3a\x40\xf4\x98\x1c\x0f\x6c\x21\x27\x59\x8c\xcb\x5f\xce\xb0\x44\x78\xc4\x96\x00\x45\xc7\x68\x98\x49\x6e\x9f\x20\x2c\xc9\xa0\x34\x86\x2c\xc6\x21\x2c\x10\x38\xdf\xba\x89\xc6\x0b\x84\x91\xdd\xca\x72\x78\x6e\xbf\x08\x1e\x1c\x31\x2c\x8d\x57\x3a\x83\x93\x5e\x7e\x5e\x57\xb2\x25\x8a\x54\xec\x11\xfa\xbf\x74\x0d\xed\x6d\x93\x4c\x8d\x87\xb6\x0d\x82\x5f\xc0\xc6\x94\x40\xaf\x11\xf3\xec\x8c\xbe\xc3\x2a\x23\x58\x2a\xf4\xa7\x57\x9d\x82\x33\x6e\x7d\xa5\x70\xb5\xa7\xb7\x84\x23\xb8\x10\x68\x53\xc5\x29\xc8\x0c\x46\x18\x31\x12\x00\x67\x06\x7a\x9b\x15\x47\x4f\x54\x16\x50\x6c\x24\x80\xd7\x98\x72\x11\x54\x49\x97\xf9\x68\xfc\x94\x0d\x62\xc4\x15\x1d\xb2\xfe\x4b\x3b\xad\x1a\xc6\x1a\xd8\x86\x2d\xd2\x36\x51\xa2\xac\xe4\x39\xfd\xcd\x88\x59\xc1\xea\xe2\x36\x41\x56\xfa\x30\xcb\x42\x7e\x34\x0a\x4e\x4a\x98\x5e\x30\x94\x4a\x39\x46\x61\x99\x7a\x59\xc6\x0a\xe3\x2a\x5f\x65\xef\x0d\xc4\x27\x23\xe6\x51\x8a\xe1\xd8\xb5\xca\x4e\x9d\xb9\xf8\x82\x3a\x70\xcd\xeb\x2f\x4c\xcd\x9a\x35\x74\xe1\xe6\x82\x75\x2d\xee\x95\x25\x13\xbd\x45\x35\xde\xf5\x0b\xd6\xd7\x94\xeb\xcd\x5d\xb8\x65\x9f\x79\x8d\xf5\xdc\xb0\xb9\x81\x6a\xb1\xc5\xa6\x96\x41\xeb\x97\x72\xe0\x46\x53\x3f\x4f\x01\x59\xb4\x5a\x08\x96\x48\x1d\x27\x3a\xc0\x6e\xa5\x0e\xd4\x0e\x67\xab\x0c\xc0\x03\xa4\xc4\xc9\x3d\xfb\xcb\xa6\x14\xf5\x2f\x7b\xf9\x83\x72\xfd\x6e\x29\x3e\x0a\xbd\xbc\xf0\x66\x5d\x6f\x98\xfe\x8a\x13\xc2\x92\x85\x79\x93\x2b\xb5\x51\xea\x71\xa0\xec\x05\x18\x7d\x0c\xb6\x79\xad\x76\x68\xcb\x4f\x1d\xa3\x33\xb8\x67\x5c\x35\x2a\xd3\x4b\xbf\xf2\xe3\x11\xd3\x86\x89\xbe\xe2\xa5\x99\xb4\x1b\x3f\x66\xf1\xba\x13\x60\x20\xdc\x5b\xb9\x66\xe6\x78\xda\x09\xe9\x10\x18\x13\x0e\x41\x0e\x63\x40\x2e\x0d\x3a\x9b\xbe\x45\x29\x4f\x1e\x89\x78\x23\x48\x4a\xe5\x5b\x70\x95\x37\xf4\xf7\x4b\xf8\x7c\xae\x8d\xed\xad\x15\x8d\x4d\x0b\x19\x9a\xf7\xdb\xf6\xba\xb6\x55\xb1\xd6\x10\xa0\x8f\xb9\xc7\xfe\x1b\xc8\x99\x6b\xbe\x4a\x98\x12\x8b\x9c\x53\xa6\x1c\x4a\x22\xa9\x10\xc2\x19\x1a\x5a\x67\x6b\xc2\xe2\x88\x5d\x84\xd4\x36\x5c\xf6\xdd\x8c\x48\xe2\xe2\x07\x66\x51\x8a\xdb\x26\x6c\x46\x5c\xe4\x58\xcd\x24\xe0\xe3\x62\x1a\x58\x9b\x0b\x1e\xd5\x14\xc2\x39\x84\x1f\x8c\x93\xa2\x7c\xc8\x03\xbf\xa4\xa2\x59\x36\x62\x8c\x90\x54\x22\x48\x1d\xfe\xb6\x16\x87\xa9\x1f\x1d\x20\x9c\xa6\xe8\xdf\xbe\x7b\x77\xf1\xf7\xbb\xb3\x87\xf3\xcb\xeb\xfb\xbb\x87\x77\xe7\x17\x67\xaf\x06\xfe\xc3\xab\xfb\x3b\xff\xa9\x71\xb0\x3c\x11\x81\xe6\xf8\x11\x2c\x3c\x26\x8d\xfa\xa7\x66\x64\xc4\xc2\x99\xba\xde\x99\xfa\x1b\x49\x1c\xd4\xc4\xaa\x29\x3e\xf1\xc1\xee\x61\xc3\x86\xb9\x7e\x74\x1d\x6c\xdf\x1b\xff\x48\x3b\x0f\x3a\xe6\xf1\xaf\x70\x6a\xe0\x9c\x30\xa5\x65\x8c\xc5\xac\x95\xa6\x6f\xc9\x70\x84\x4d\x29\x6b\x0a\x88\x13\xf6\xb4\x4f\x1d\xfe\x27\xb2\xf8\x59\x5b\xd7\xd7\x98\xae\xdf\x9d\xee\x8c\x3d\x51\xc1\x19\x2c\xcd\x7b\xb5\xca\x62\xaf\x04\x16\x5c\x39\x54\xd2\xe8\xc2\x10\x72\xc9\x1b\x41\x17\x6c\x42\x1b\xe1\x55\x9f\x6d\xb9\x43\xe3\x26\x26\x9f\x94\xc0\xb6\x06\xbe\xef\xe6\xfd\x84\x69\x06\x80\x19\x77\xd1\x94\x3c\x68\x6a\x88\xbe\x45\x24\xc3\x63\x2e\x00\x4e\x69\x22\x7c\x6e\x08\x4b\x30\xa8\x4a\xe8\x07\x6a\x02\x6e\x70\xb1\xbf\xda\xce\xd1\x3d\x74\xcd\xc5\x3a\x37\xb9\xfe\x19\x50\x81\xe7\xda\x24\xab\x08\x51\x7b\xcd\x4e\x08\x36\xc5\xc9\x24\x48\x1a\x59\xe4\x7a\x1d\x16\x0c\x92\x65\x51\x1e\xbc\x3e\x03\xf2\xd8\x3a\xc7\xcb\x5f\x72\x86\x7e\xfa\x4f\x89\xc6\x85\x1a\xb1\x78\x0c\xce\xa0\x94\xf3\x0f\x58\x25\xb3\x3a\xc3\xae\xf9\xaa\xbd\xde\xb2\x1c\xad\x5f\xe6\x43\x1e\x8f\x14\x8d\x46\x99\x22\xd3\x6a\xaa\x52\x97\x7c\xd8\x4b\x00\xf5\x40\xf7\x0e\xa8\x53\xcb\x91\xed\xc3\x60\xb1\xdc\x39\x4f\xbf\x95\xe8\xfc\x5a\xcb\x5c\xad\x63\x43\x38\x9a\x4a\xe3\x49\x83\xe8\x14\x20\xf4\xcc\xd3\x06\x21\x34\x40\xdf\xa3\x51\xf1\xfd\xf7\x7f\x49\xd0\x27\xf7\xc7\x7f\xfc\xf5\xaf\x7f\xf9\x8f\x4d\xca\x2e\xc3\xb8\x25\x8d\x6c\xc5\x83\xaa\x10\x0e\x77\xe0\xac\x52\x64\xad\x7b\x24\x18\x6a\x76\x99\xb6\x6a\xdd\xd2\x7e\x6a\x8a\x58\x59\xb5\xd2\x79\x23\x04\x31\xd1\x7a\xa8\x04\xd7\x04\x4f\x22\x52\x76\x54\xb5\x6a\xab\xc1\xd9\x71\x20\xad\xf8\xb9\x63\x13\xec\x12\x28\xcd\xcc\x5c\xed\x28\xce\x58\x08\xd0\x55\x11\xed\xe3\x8a\x75\x5b\xb1\x7f\xba\x99\xb2\x69\xd6\x9e\x00\xd9\xcb\x9a\xcc\x08\xda\xb9\x7b\x08\xa2\x03\x63\x98\x6d\x18\xb1\x0f\xfa\x9e\x3f\x67\x13\xfe\xd6\x32\xec\x05\x65\x8f\xf0\x57\x83\x8f\x7b\xfb\x3d\xf2\xb5\xe1\x82\xcf\x9d\x7d\x60\x28\xfe\xda\x16\x08\xd5\xb3\x96\x0a\x27\x8f\x26\x4d\xac\xad\xb6\x60\xd7\xea\x88\x25\x84\xa1\xd0\x92\xd2\x92\x0e\x5a\xab\xc8\x30\x15\xfe\x89\x62\x84\xd1\xfd\xcd\xf9\xe6\x49\xce\x24\xe2\x49\x9f\xc6\xd0\x94\x51\x53\x49\xc5\xdc\x2a\x83\xcf\x68\x4b\x0f\xdd\xf0\x27\x4e\x29\x03\x5c\x49\xdb\x46\x9e\xc7\x3d\x94\xcb\x82\x65\x96\xc7\x7c\x83\x62\x2b\x02\xb4\x65\x68\x1e\x21\x9a\xd8\xc2\xd4\xd9\x4c\x5b\x1a\x21\xf5\x2d\xb8\x3f\x53\x0b\xee\xca\x12\xd6\x6a\xc4\x5d\xff\x66\x5b\x34\x60\x8b\x97\xdf\xba\x25\x56\xea\x0f\xd4\xbd\x78\xd5\xd1\x6c\x6d\xb8\x5d\xd7\x1c\x7c\xa9\xf3\x76\xcd\x61\x9d\x18\x10\xc6\x76\x2a\x8f\xf1\x15\xed\xdc\x8d\xa9\x66\x84\xc1\x85\xbe\xfe\xc8\x95\x5e\xc5\xeb\xea\x2b\xb8\x44\x6b\x38\x1b\x33\xd0\x40\x0b\x46\x6d\x12\xad\x75\xaa\x07\xde\x04\x57\x8f\xb5\x7c\x5e\xdb\x33\x58\x51\xa9\x2d\xba\x5a\x8a\x97\xd0\x97\x6d\xa8\xde\xa9\xae\xab\xdb\xe6\x36\x56\xf5\x51\x91\x63\xf4\x8e\x0a\xa9\x82\x25\x69\xfd\xd2\x22\x57\x9a\x2a\xc5\xa9\x19\x69\x4c\xba\xd8\x85\x11\xe2\x56\xb0\xae\x65\xe6\x23\x60\xc7\x68\x58\xd6\x2f\x30\xd8\x1d\xd3\xed\x6e\xc5\x8a\x48\x26\xc9\x26\xcc\xb7\x96\x6a\x09\x0a\x3b\x30\x10\xb4\xe9\xc7\x52\x7f\x5e\x26\x80\xf9\x69\x3e\x03\xc8\x04\x3f\x92\xa6\xfa\xb2\x5d\x6b\x13\xaf\x2c\x49\x3c\xf4\x9a\x23\x37\xca\xe3\x26\x13\x5c\xff\xd8\x95\x70\x29\x3a\x79\xa3\x49\x6e\x8b\xfd\x9b\xd8\xd6\x04\xf8\xd0\x02\xae\x9e\x67\xb6\xd1\x9c\x65\x4a\xb7\x7f\xd2\xb4\x20\x29\x88\x8b\x61\x41\x68\xd0\x13\xf8\x78\xc4\xce\x27\x88\xf1\x10\x8f\x05\xb3\xf6\x87\xd4\xf8\xbe\xfc\x7e\x23\x7b\x37\x18\x32\x80\x25\xee\x86\x5a\x3e\xcd\x91\xd7\x60\x8b\xe3\xbc\x5d\x1b\x13\x7f\x72\x1b\xae\xb1\xae\xd9\x6e\x8d\x67\xa9\x53\x90\x74\x4a\x18\x11\x34\x81\x4c\x0a\x73\xed\xe6\x98\xd6\xd9\x7e\x36\x93\xfc\x50\x73\x82\x76\x9d\x0c\x64\x97\xbb\x61\x22\x50\x66\x9e\x36\x60\xf6\x2c\xe3\xcf\x2e\x01\x68\x17\x69\x33\x65\x4e\xff\x7a\x29\x33\x86\x79\xa4\xa9\x62\x68\xe6\xd5\x8d\x47\x22\x12\xdb\x6e\x39\xc6\x8d\x23\x21\x7b\xc9\x20\xee\xf8\xc4\x67\x39\x19\x27\x90\x49\x88\xd4\x46\xe1\xd2\x1f\x3f\x64\x7c\x2c\x5f\x85\xbd\x17\xec\x3b\x4a\xe0\x5d\x33\x0b\xee\x26\xa9\xc6\x91\x62\x9f\xf7\xa1\x3b\x33\xe1\x7d\xd8\x85\xf0\xf5\x4c\x55\xc6\xc0\x0c\xee\x00\x0b\x5e\x30\x97\x94\xc0\x19\xe1\x13\x00\x22\x42\x55\x68\x67\x15\x02\x5e\x99\x71\x15\x60\x0c\x04\xc9\x4d\x84\x0b\x34\xd4\x66\x72\x6f\x99\x98\xb3\x8a\xce\xfb\x48\xcc\xd9\x96\xee\xf6\xe0\x7c\x26\x82\x6f\x9b\x6e\x61\x8e\x52\x07\x31\x0b\xbf\x5f\x69\x8c\x7b\x39\x00\xd6\x77\x58\x62\xc7\x40\x6a\xc1\xa5\x4b\x5e\x2b\xfe\x1a\xb0\x59\x80\xf8\x31\xa9\x72\x4d\xd5\x99\x92\x19\x99\x77\xc8\x46\xba\x85\xdf\xaf\x31\x4f\xd3\x4f\xee\x53\x30\x51\x7b\xf7\x4a\x93\x24\x6c\x7d\x55\x94\x41\xd1\x72\xb0\xcf\x56\xde\x1c\x1d\x5d\x1c\xe1\x56\xb6\xbb\xaa\x6c\x1a\x48\x25\x8d\xc9\x26\x1f\x4e\xc0\xe8\x71\x73\x38\x46\x57\x2c\x5b\xa0\x19\x9f\x73\x7d\x6d\xf3\x42\x06\x5f\x1a\x5c\x0f\x5c\x36\x8d\x3a\xc6\x1c\xe7\x06\x8b\xfd\xf9\x56\xa3\x8f\x96\xfe\xca\xe8\x8e\xe1\x8f\x56\xe7\x72\x06\x2b\x19\xc7\xb9\x70\x2b\xe6\xef\x93\x98\xda\xf9\x06\x32\x6f\xe6\x74\x3a\x53\x68\x86\x9f\x48\xd4\x4e\x0a\x58\x7f\xee\x2b\xd7\xb9\xba\xf6\x26\xf7\x0b\x18\x8a\xd5\x55\x9f\x6c\xf4\x43\x77\x49\xc5\xeb\x50\xdf\x3f\x80\xea\x7a\x90\x1b\x10\xd9\x03\x5e\x1d\x90\xcc\x3f\xf8\x54\xd6\x09\x59\xe4\x64\x80\xc6\x05\x7c\x7f\x79\x75\x17\xfa\x86\x28\x83\xaf\x5f\x27\x33\x92\x3c\xea\x7d\x41\x46\x28\x1a\x72\xb9\x82\x2f\xe3\xc5\x88\x95\x55\x08\x14\x77\x8e\x8e\x85\x4f\xf3\xf0\xa9\x4e\x5c\xa0\xd4\x36\xd6\x25\x9f\x14\x61\x29\xbc\xa4\xa6\xc9\x8a\x66\x96\xcd\xcc\x16\x28\x93\x60\xa5\x80\xd3\xc3\xe0\x5f\x6e\x11\xbe\x2a\x18\x80\x9e\x27\x38\xa9\x55\x3b\xb6\x4e\xbc\xd9\x26\xd0\xd1\x54\xf0\x23\xa8\x85\x67\x76\x34\x74\x95\x7a\xcc\x0d\xab\x80\x67\x46\xb6\x00\xd5\xe8\x08\x3c\x28\x23\x57\x36\x4b\xff\xdb\x94\xdd\x21\xe2\x89\xa4\x23\x16\xa3\x9a\xec\x55\x56\xee\x32\x2a\x13\xc1\x9b\x44\x67\xf7\x6c\x53\x4d\x67\x9f\x0c\xd9\x1a\x83\x81\x48\x6e\x09\xe1\xf6\x95\xd4\x5a\x12\xd3\xeb\x0b\x6f\xed\x21\x83\x7a\x6d\xe7\x47\x99\x79\x6e\xd3\x46\x6d\x5d\x08\x62\x72\x1a\xb3\x85\x69\xc6\x68\x19\xd3\x63\x36\x0c\xa0\xd3\x83\x54\x2d\x90\xa3\x84\x27\xd8\x3d\xaf\x1b\x63\xc4\x5c\x68\x71\x52\x64\x99\x01\xe9\x37\x76\x4c\x31\x18\x2e\x17\xaa\xfb\x7c\x40\x19\x6f\xd7\xa2\x20\x55\x3f\xe8\x2f\x92\xa7\x5a\x76\xb0\x64\x51\x96\x01\x04\xe6\x25\x4c\x9a\x4e\xf7\x2e\x4d\x17\x10\xc9\x53\xa2\x7c\xb3\x58\xc0\x1c\x89\x82\x59\x40\x18\xce\x32\x44\x95\x1c\x31\x8f\x5f\x33\xe5\x73\xe0\x2a\x70\x2d\x6a\x53\xab\x0b\xc2\x2b\x60\x58\xf8\x1a\x33\xb8\x20\x68\x42\x55\x34\x25\xf0\x54\x2e\xc2\xdc\xb6\x3c\x27\x58\x80\xba\xe8\xea\xc5\x86\xda\x60\x75\x1b\x6c\x63\x2e\xa8\xb1\xd3\x5c\xb8\x79\x17\xdc\x6b\x6a\x2c\x75\xde\x94\x63\x34\x34\xab\xd3\xaa\xa0\x2b\x34\x63\x66\xeb\x1a\x2c\x9b\x78\x82\xd6\xb7\x94\xf4\xd5\xf1\xbc\x46\x9d\x63\xa1\x68\x52\x64\x58\x64\x0b\x2d\x5d\x26\x45\x86\xe8\x24\xa8\x99\x03\x9b\x60\xe0\x4b\x50\x03\x93\xc3\x1d\xe1\xe0\xc9\x12\x43\x4b\x48\xcb\xe0\xce\xf0\xcc\x02\x27\xa2\x49\xc9\x32\xde\x29\x3d\xd6\xab\x63\x74\x5a\xad\x90\x04\xc7\x22\x80\x3d\x53\x69\x24\xa0\x9f\xaf\xcd\xee\x84\xe2\x60\x50\x69\x89\x4e\xb4\xb2\xfb\x6d\x70\xf0\x9a\x4a\xb2\x61\xf9\xd8\xd1\x43\x79\x87\xe5\xe3\x4a\x2f\xe5\x79\x70\x55\x96\x02\xf0\x0e\x2a\x7d\x45\x7e\x4b\x7f\x22\x1a\x26\xe8\x2e\x87\x8e\x93\x0c\x21\xe3\x1b\x4c\xd4\x43\xf2\x6b\x26\x3b\x6f\x29\xd1\x03\xfb\xd8\x71\xaa\x41\xfa\x6c\xf7\x89\x06\x9c\x13\xfa\xa3\x1b\x29\xbb\xda\xb8\xfc\x18\x25\xb2\x22\x3d\x2f\xad\xd8\x13\x13\xc1\xa8\x54\x69\x84\x39\xd8\x8c\x57\x48\x3a\xf4\x87\x6d\x4c\x50\x46\xd9\xa3\x39\x15\x18\x76\x7e\x80\x70\x39\x3a\x1c\x3e\x33\x7b\xc3\xcc\x0d\x9a\x8d\xc7\x15\xec\x26\x24\xbc\x1e\xb4\xa3\x76\x73\xfd\xba\x6b\x9e\x5f\xcd\x88\x75\xeb\x58\x7f\x5b\x5a\xc3\x76\x5e\x89\x75\xb1\x3a\x73\xc1\xc4\x4d\x40\x16\xab\xe8\x7b\x5d\xe9\xf2\xd7\xa4\x05\x1e\x11\x56\xcc\x8f\xde\xa2\xff\x29\x29\x73\x7f\x79\x7a\xf6\xee\xfc\xf2\xec\x34\x60\xe0\xa3\xff\xbe\x3f\xbb\x8f\x3f\xb9\xb9\xbf\xbc\x3c\xbf\x7c\x1f\x7e\x74\x7b\x7f\x72\x72\x76\x76\x1a\xff\xee\xdd\xf0\xfc\xa2\xf2\x3b\xfd\x51\xfc\xa3\xe1\x0f\x57\x37\x77\xf1\x47\xb7\x3f\x9d\x5f\x5f\xc7\x1f\xdd\x9d\x7f\x38\x3b\x7d\xb8\xba\xbf\x73\xb4\xfe\x47\x40\x61\x80\xb5\x42\x74\xd7\xcf\xbf\x96\x44\xbb\xa8\x80\xd1\x35\xfe\x1c\x40\xda\x27\x82\x12\x96\x66\x0b\x53\x4b\xcc\xd9\x1d\x95\x20\x65\x28\xd2\xe9\x9c\xf0\x62\x1b\xcc\x80\x36\x7d\xf9\x93\x36\xa9\x33\x64\x47\x5b\x6a\x41\x5a\x7d\xab\x20\x4a\x2c\xbb\xc1\x5a\x51\x16\x4a\x2c\x6e\x95\xc0\x8a\x4c\x17\x6b\x02\xd5\xec\x4b\x50\x4e\xba\xf7\x5d\x75\x86\x97\xc1\x59\xd2\x5a\x69\x7a\x59\x2f\x87\x5c\xc2\xf7\x96\x59\x95\xe0\x38\x5e\x9f\x40\xd7\xfe\x91\x7a\xce\x38\x71\x45\x22\xb4\x45\xab\x30\x6b\x00\xd0\x77\x2c\x64\x57\x66\xb5\x8a\xb2\x9c\xa4\xbd\x48\x9c\x92\x5f\xa2\x72\x37\x31\x7c\x6d\x62\x3b\x4b\xcb\xee\x0a\x36\xe1\x3d\xa8\x6a\x51\xb3\x09\x95\x52\x61\x7b\xbf\x04\x5a\x59\xd2\x62\xfb\x40\x33\x33\x99\x85\xb6\x67\x88\xb9\x35\x21\x5d\xb7\x31\x92\xb6\xe3\xca\x82\x5e\x33\x2c\xcb\xa2\xf9\x42\x7b\x4e\x5c\x74\xd7\x03\x2a\x45\xc5\x82\x82\x6b\xa6\xd6\x3f\x24\x92\xc2\xb0\xa5\xab\xcc\x5e\xfc\xe6\x98\x3e\x91\x14\xbd\x0e\x0b\x39\xa6\xaf\x01\xfc\x35\x62\x4d\x06\x60\x4d\x11\xc4\x90\x03\xae\x5d\x8d\x8b\x6d\xf6\xbe\x86\xfa\xcd\x47\xd0\x11\x7b\x3d\xcc\x03\x72\x3f\x3f\x46\xcd\x9e\x46\xbb\x2f\x63\x6c\x3c\x3c\x70\xb6\x7c\xf1\x8e\x26\x04\x96\xbf\xaa\xba\x39\x44\xd7\x72\x86\x62\x9f\xe0\x61\xdc\xa0\xa0\x52\xcc\x30\xb8\xc7\x4c\xcd\xca\x68\xe2\x41\xc9\xce\x26\x9b\xc2\x27\x7a\x37\x70\xb9\xcd\xdd\x6b\x2c\x8e\x5a\xf7\x75\x93\x81\x37\x30\x01\x7b\x5f\x85\x39\xcc\x8e\xf5\x99\xfe\xdd\x18\xdf\xef\x86\xcf\xa9\xc6\x4e\xee\x81\xc0\xca\x70\xa1\x55\xee\x3c\xc3\x06\xe7\x33\xc3\xd2\xb0\xb4\xf3\x21\xe2\x31\xcd\xa8\x82\xb6\x6c\xc6\xfa\xae\x50\x98\x0b\x34\xc7\xe2\x51\x1b\x9c\x24\x9b\xe8\xd1\x2b\xb1\xf7\x5a\xa6\xdf\x32\xce\x55\x16\x88\x79\xc9\x48\x57\x79\x64\xd7\x35\xdd\x4b\xb6\xb4\x51\xae\x72\x3b\x4c\x09\x63\xc5\x83\x62\x37\xdd\x76\xd6\x8e\x78\x5d\x7d\x3c\xa2\x77\xcd\x45\xbd\x41\x77\x4e\x83\xcd\xef\x20\xe6\xab\xc8\xfd\xda\x93\x35\xc9\x38\x6e\x28\x57\xe3\xc6\x36\x40\xfc\xa6\xb1\x53\x5e\x68\x71\x56\x3b\xb8\x99\x55\xfb\xe8\x6d\xf6\x91\x3b\xb7\xdb\x9d\xfa\x7a\x01\x88\x15\x81\x0e\x38\x1b\x11\xb4\x6c\xa0\x53\x3f\xf8\x7a\x3d\xab\x5b\x18\xad\xcc\x5a\x71\xcc\x83\xee\x16\x39\xa9\x29\x8f\x16\x41\x8b\x37\xb4\xb5\x6e\xaf\xcf\x4e\xce\xdf\x9d\x57\x0c\x9d\xe1\xed\x4f\xe1\xbf\x3f\x5e\xdd\xfc\xf4\xee\xe2\xea\x63\xf8\xd9\xc5\xf0\xfe\xf2\xe4\xc7\x87\xeb\x8b\xe1\xe5\x0a\x73\x68\xf9\x15\xcb\xde\x88\x12\x60\x5f\xc2\x9c\xf5\xdd\x60\x91\xb9\x60\x89\xd6\x9c\xaf\x9b\x9a\x24\xb9\x4d\x5b\xb3\xec\xcd\xe3\xe8\x27\xe9\xfe\x38\x63\x4a\x2c\xba\x24\x4f\xa2\x94\x48\xb8\x87\xac\x73\x31\x4e\xdc\x23\x12\x5c\xb5\x6e\xf4\x4b\x10\x6c\xce\xf9\x6d\x23\x28\x96\x8e\xfa\x62\xc9\x68\x63\x4b\x85\x4c\x33\xdc\xa1\xd2\x21\x84\xe8\x01\x15\xc6\xbc\x60\xa9\xab\x50\x36\xa7\xec\xcd\x1c\x7f\x7a\xe5\x56\x5a\xe9\x4b\x6e\xca\xc2\x67\x5a\xeb\x58\x20\x51\xb0\x76\x72\x8d\x58\x0b\xbd\x56\xdf\x0c\xa6\xa7\x39\xfd\x17\xa8\x38\xa5\x3e\x6a\x1c\xba\x4f\x64\x51\xb7\x7f\x4b\x09\x49\xc6\x69\x6c\x75\x60\x18\x24\x17\x04\x0a\x72\x7a\x77\x71\x66\xc2\x00\xfe\xdf\x10\x8e\x8c\xf2\x34\xeb\xee\xa4\xd8\x54\xde\xea\xdc\xd4\x1a\xe9\x7b\x48\x29\xb3\x6f\xd2\x9b\x66\x4c\x76\x97\xbe\x69\xc3\xaf\x29\x7a\x9e\x11\xb3\x5b\xbf\xf2\x31\x9a\x40\xb4\xda\x96\x61\x11\x24\x01\xef\x83\xde\x0b\x97\xa6\x03\xa8\xd7\x25\x3f\x80\xe3\x81\x8c\x48\xf0\x85\x41\x49\x43\xf2\xcf\xc2\x42\xdb\xfe\xf4\x7d\xb7\xd4\x27\x25\x16\x48\x5a\x32\x87\xd1\x72\x0b\x16\xb1\x2e\x35\x98\x57\xc1\x68\x5d\xe9\xb4\x1b\x53\xcc\xef\x65\x6b\xa6\x56\x5e\x6a\xff\xb9\x12\x50\x70\xe7\xb2\x54\xcc\xef\xf7\x96\xbe\xf0\x73\x25\x6b\xc1\xbe\x0e\xe2\x84\x76\x74\x19\x80\xe2\xb5\x65\xf4\x8c\x45\x6a\x1c\x03\x8a\x82\x3d\xf5\x23\x7f\x26\x4f\x44\x0c\x50\x42\x84\xc2\x16\x4d\xac\xcf\x5a\x96\xc1\x81\xb2\xe3\x8c\x18\x84\xce\x0d\x34\x9b\x41\x09\x1b\x45\xa7\x33\xad\x3c\x5a\x23\xd4\x96\xbd\x94\x44\x01\x12\x90\x7c\xca\x49\x62\x30\x13\x4d\x81\xe2\x49\x86\x9f\x96\xe1\xd1\x9b\x20\x5f\x83\xca\x9e\xae\xfd\x8c\x4d\x29\x69\x75\x4a\xb9\x02\x91\x46\x6a\xe6\x0b\x35\xe3\x6c\x80\xa6\x3c\xc3\x6c\x7a\x7c\x7c\x8c\x88\x4a\x8e\x5f\x75\x62\x74\x3b\x60\xf0\xba\x32\xe0\x95\x71\x49\xb2\x85\xb3\xf0\x4a\x60\x82\xa6\x32\x00\x21\x24\x35\xe6\x4d\x0d\xf7\xdf\x56\x01\xb4\x2f\xeb\x26\xab\xd7\x4a\x3b\x23\x71\x1a\xc6\xa9\xf6\x0b\x59\x35\x92\xf9\x7d\xbd\xa6\xdd\x01\x59\xe6\x9a\xa9\x97\x08\xb3\x86\x04\x27\xce\xba\xc2\xa6\x7e\xe6\x4d\xd5\x5e\x36\xca\x08\xa8\x1d\xc9\xe2\xb7\x37\x02\x12\x2d\x73\x74\x0d\xc7\x79\xcc\xdd\x56\xd9\x47\x59\x31\xdf\x5f\x3f\xfc\x72\x92\xe6\xaf\x13\x78\xdd\xfa\xf5\x01\x7c\x51\x1b\xe8\xdb\x4a\xb4\x64\x84\xf9\x1a\xbf\x87\x61\x26\x90\x96\x82\x4a\xc8\x83\xd8\xc4\x2d\xee\x87\x31\x43\x83\x7b\x56\xdb\x30\xa6\xcc\x98\x6d\xe8\x02\x10\x2b\xdf\x97\xc5\x3c\x22\x8d\xaa\x03\x3e\xdd\x66\xc9\x50\x62\x38\x37\xb2\x7a\x2e\xaf\x2e\xcf\x42\x53\xe6\xfc\xf2\xee\xec\xfd\xd9\x4d\x14\x22\xba\xb8\x1a\xde\x45\xe1\xa0\xbb\x9b\x4a\x14\xe9\x87\xab\xab\x8b\xb3\xe1\x65\xf8\xd1\xe9\xf0\xee\xec\xee\xfc\x43\x34\xf8\xe9\xfd\xcd\xf0\xee\xfc\x2a\xfa\xdd\x0f\xe7\x97\xc3\x9b\xbf\x87\x9f\x9c\xdd\xdc\x5c\xdd\x54\xde\x77\x7f\xd2\x1e\x68\x8a\x96\x51\xbf\x13\xa5\xb2\x1c\xc0\x59\xeb\x94\xc2\x3b\x2c\x1f\x77\x1c\x1c\x05\x30\xc0\x86\x1d\x53\x1b\x84\x52\x4a\x1e\x36\x8b\x9b\x36\xc5\x7e\x6b\xdf\xa3\xf5\xc1\xc5\x03\x56\x8a\xcc\xf3\xed\x0a\x26\xac\x7f\x70\xba\x85\x64\xc1\xa4\x59\x23\x24\x1b\xed\xea\xe1\x84\x64\x6b\xa2\xad\x36\x24\xdb\xc6\xee\x2d\x71\x55\xbd\xce\x0b\xbe\x55\x87\xa6\x2e\xbd\x1d\x42\x9e\x5c\x1d\x89\xad\x7d\xce\x02\xe7\x1f\xea\xbb\x05\xd4\x33\xb2\x5d\xe5\x07\xf3\xa8\x69\x16\xd0\x10\xb4\x55\xab\xda\xeb\xb7\x70\xa6\xf7\x3f\x5d\xf0\x69\x3d\x48\xd5\x77\xd8\xa3\x32\x48\x53\x07\x6f\x36\x9f\x22\x49\xd9\xe3\x88\x7d\xd4\x06\x19\x2f\x84\xf9\x48\x71\x01\x78\xe7\x49\x56\xc8\x19\x81\x32\x4c\x03\xf4\x4c\xd0\x1c\x2f\x8c\x57\x3b\xae\x53\x0b\xc5\x36\x33\xfa\x48\xe0\xe9\x8c\x32\xcd\xed\x39\x75\x1a\x50\x75\xeb\x77\x61\x20\xa5\x54\x7a\x3b\x71\x8f\xa1\x86\xd2\xd3\xf5\x3c\x23\x00\x2b\x0d\xaa\x5c\xb9\x02\x99\x46\xf2\x40\x0a\x13\xe7\x8f\x45\x6e\xdb\x9b\x61\xf9\xf8\xad\x03\x69\x01\xb9\x9f\x38\x4d\x51\x5a\xe4\x59\xd0\x5d\xf0\x99\x8b\xc6\xa0\xba\xd1\xd4\x3b\x04\xd5\x2b\xf6\x67\xdb\xc2\x6a\xcc\x80\xc0\xea\x68\x09\xf5\xef\x19\x60\x10\xd4\xbe\x28\x24\x11\xaf\x95\xa0\xd3\x29\xe8\x3d\xce\xa9\x70\xa0\x08\x84\xc1\x32\x6f\x2e\x1e\xb6\xb7\x9f\x43\x57\x6b\x66\x2a\x83\xfa\x4a\x00\x9a\xa7\xf2\x3c\x5b\x38\x5c\xa0\x21\xa0\x3b\xf6\x79\x21\x4c\x41\x9f\x09\xf2\x13\x6a\x0c\x31\xe6\x82\x24\xd0\xa7\xde\x94\x13\xd9\xbe\xcc\xc9\xf9\x44\x6b\x32\xb6\x47\x6a\x59\x90\xa5\xac\x85\x61\x36\x1b\x92\x14\xec\xbb\x1d\x6a\xdf\x24\xcc\x32\xd3\x18\xef\x99\xb9\x96\x81\x58\x1a\xd3\x1e\x1a\x48\x2f\xca\x7e\x82\xd0\x98\x0c\xd2\x6d\x7d\xaf\x39\x9b\x00\x68\x7d\x74\xa6\x62\xdd\x4a\xc4\x88\x97\xa3\x80\x53\x8c\x3b\x0b\x55\x25\xd8\xb6\xa8\x7b\x1f\x5e\xdf\x54\xe1\x6a\x37\x19\xa6\x19\x1f\xe3\x2c\x5b\xd4\xe0\xf1\xc3\x4b\xa1\x9b\x7f\xcc\xf5\x3f\x8a\xaf\x14\x07\x9c\x81\x48\x2c\x6f\xc9\x73\x8e\xaa\xf4\xef\x34\x61\x61\x7b\x82\x15\x8a\x9b\x5c\x63\x70\xf8\xe9\xc5\x9d\x57\xaa\xc8\x1f\x1b\xf4\xea\x79\x5a\x5b\x26\xa3\x64\x68\x47\xf9\x26\xe1\x59\x63\xa2\x77\xca\xb7\xc8\x05\x71\xce\x99\x05\x51\xde\x27\x93\x39\x74\xed\x22\x8f\x0b\x87\x87\x4e\x69\xe7\x76\x72\xee\x6e\x02\xf0\xef\xa0\x34\x29\x67\x84\x29\x53\xa0\x91\xf1\x11\xb3\x83\xbb\xec\x2d\x5f\x00\xc5\xfa\xd9\x0d\x61\x06\x56\xc5\x85\x43\x2b\x88\xe4\xd9\x93\xed\xd9\xe9\x69\xa2\x38\xa0\xab\xf5\x04\x4f\xb4\xb4\xd5\xba\x85\xb6\x30\x7d\x69\xc9\x19\x19\xb1\x4a\x0a\x93\x20\x53\x2a\x15\xc8\x7d\xc7\xb1\xe1\xf3\x3b\x4b\xeb\x88\xd4\x91\x36\xd2\x37\xa6\x75\xb4\xdc\x03\x3e\x94\xd0\x61\x3e\x8b\x9c\xa4\xe7\xfe\xb9\x76\x66\x88\x2c\xf3\x34\x88\x5c\x44\x87\xdc\xf0\x80\x91\xa7\xd2\xe4\xc6\x48\xdf\xf0\xd3\x6f\x92\x2f\xa9\xe3\x6b\x6a\xeb\x2d\x9a\x62\x57\x57\x5d\xfa\xa2\xda\x10\x4c\x8d\x3c\xaa\x95\x1e\x38\x5e\xd5\x49\xb8\x54\x26\x7c\x03\x8f\x4c\x30\xcd\x0a\xd1\x78\x83\x1b\xb6\xdc\x79\xd2\xd9\x09\x0c\x8b\xea\x76\xcd\xbb\x3d\x83\x63\xe4\x5d\x9e\xbe\xb7\x4e\x56\x4c\x4d\x73\xf8\x50\x1c\x34\x65\x64\x2e\xd7\xdb\x5d\xb1\xe1\x65\x89\xde\xf5\x65\xf1\xd0\x1c\xf6\x4a\x27\xeb\xfa\xfa\x3d\x56\xa7\x0a\xe6\x3e\x62\x77\x70\x95\x9a\x9c\x2a\x7f\xcc\xa0\xbe\x92\x29\x97\x01\xc5\x86\xeb\xd6\x1b\xc9\xf3\x98\x53\xb7\xc2\x4b\xd4\x65\x3f\xad\xc6\x65\x7d\xc0\x79\x5b\x62\xca\xd6\x23\xae\xda\x06\xef\x3c\xab\x1e\xc3\x6a\xf5\xda\x1a\xea\x79\x6c\xd9\x8b\xc4\x88\xba\xa4\xc9\x7a\x88\xa1\x4d\x30\x5f\xca\x71\x8c\xf4\xc6\xf0\xd1\xee\x28\xd3\x32\x38\x62\x1b\xe6\x99\x01\xc7\x06\x17\x18\x42\x19\xb7\xc8\xb1\xf4\x1b\x53\x69\x68\x5c\xb7\x1d\x5b\xc2\xac\x4a\x64\xec\x0b\xa2\xac\x7e\x5e\x22\x51\x57\x90\x55\xa5\x4d\xbc\xe2\x41\x3b\xa9\xb5\x34\x66\x0f\xae\xfa\x39\x86\x06\x47\x24\xe6\x74\x2d\x0c\xf5\x72\xed\x35\x50\x5a\x52\xc2\xb8\x22\x08\x23\x46\xb3\x37\xac\xc8\xb2\x37\x97\xd0\xcd\x43\x4a\x3a\x35\xc5\x82\xc1\xa1\x11\x75\x5f\x06\x68\x6a\x00\x35\x0d\x8e\x00\x5c\x91\x7a\x4a\xa6\x97\xb9\xd2\x12\x53\x6f\x41\xb6\x18\x31\xfd\x84\x51\xb1\x7c\x2b\x4d\xd7\x92\x0f\xde\xe6\xb2\x5a\xec\xbb\xb4\xe9\xca\x16\xe1\xe0\x35\x0c\xd6\x96\x08\xb2\x55\xc4\xac\xaf\x10\x78\x30\x15\x02\xb9\x70\x8e\xa1\x0e\xb5\x02\x9b\x0f\xd5\xc6\xc5\xfa\xbc\x22\xe6\x3d\xce\x6b\xf0\xe3\xe7\xf4\x36\xef\x33\x2d\x68\xeb\x1c\x20\x47\xa9\x2e\x4e\xcb\x0a\x77\xb8\x47\x3d\x23\xe8\x2d\x13\x41\xea\xfb\x88\xdd\x71\x6f\xa1\x59\xf6\x9f\x14\x5a\xb5\x6b\x11\x25\xdb\xfa\x20\x0c\x92\x39\xcf\x30\x7b\x30\x77\xcb\x67\xf0\x42\x04\x68\xea\xa6\x3a\x2c\x41\x67\xb0\xdd\xcc\xd3\x1f\xb0\x9b\x28\xc7\x21\x6c\x15\x34\xa8\xd6\x6a\x74\x17\x82\xef\x99\x6c\x6d\x21\x5b\x35\xf7\x53\x5d\xb8\x7a\xb5\x27\x05\x57\xec\x26\x5f\x36\x7a\x85\x2b\x65\xa9\x97\xdf\x61\xb9\x53\x7c\x3d\x22\x86\x70\xa1\x78\xe9\x58\xa1\xcb\x4e\x95\x19\x24\xd2\x50\xb9\xc4\x2c\x38\x11\x5c\xca\xd5\x26\x57\x77\x93\x7f\xe9\x40\x6f\x64\xf6\xfb\xb3\xfb\x39\x4c\xff\x46\x15\x77\xd9\x05\xf0\x31\xee\x4d\x93\x40\xb3\xb7\x24\x2b\x52\x82\x24\xd7\xf7\xae\xd3\xc0\xeb\x61\xf5\x95\x70\xee\x5e\xb3\xfc\xe3\xa4\xc6\xb5\x71\x11\xa6\xce\x07\x3a\x67\xc8\x69\xd2\x03\x34\x3a\x32\xfc\x24\x47\x47\x71\x23\x5f\x57\x44\x24\xae\xcf\x5e\x75\x90\x19\xd7\x72\xd0\x5e\x8c\x05\x66\x5c\x95\x2e\x0d\xd6\xe6\xe7\xac\xde\x11\x80\x46\x4c\xf4\x69\x6c\x06\xb0\xca\x83\xd1\x89\x16\xae\xb4\x07\x64\x10\x8a\x22\x51\x41\xab\x40\x57\x09\xe1\x07\xf7\xa0\x26\x51\x5e\x64\xb6\x15\xb2\xab\x3c\xc0\xc5\x88\xb9\xd1\xca\x82\x64\xc3\x2c\x5b\x1a\x6a\xb9\x08\x48\xc0\xab\x50\x12\xc8\xc1\x39\x01\x26\xac\x7f\x04\x80\x97\xa5\x26\x4b\x23\x66\x92\x7b\x7c\x5e\xd9\x31\x1a\x56\x5a\x28\xc6\xf5\x2e\xc2\x72\x17\x59\xe6\x6a\x3d\x98\x0a\x0a\x41\x82\xbf\x2c\xa0\xec\xf9\xa4\xd0\x42\xc8\xbf\x5d\xf1\x11\x83\xd2\x27\xa6\x1b\xb6\xa3\xcb\x88\x7d\xe0\xd2\xb5\x75\x92\x25\x3d\x1c\xce\xd5\x92\xed\x5b\x8f\x6a\xb5\x1f\x9c\x6a\x21\xa2\x9f\xd2\x26\x48\x25\xa7\x11\xc2\x1f\x10\xa4\x1d\xa0\x05\x2f\x44\xb9\xa8\x04\xb3\x11\xfb\x55\x93\xc7\xd5\xf3\xe0\xbe\xe9\x28\x1c\x62\x97\x03\x8a\xbe\xfb\xc5\x0c\xfa\xdd\x5f\x5f\xfd\xf2\xca\x54\x4b\x2a\x64\xa1\xe5\xea\x20\xbe\x6b\xdc\x44\xf5\x96\x52\x36\x1d\x31\xb7\x02\x5f\xa0\xbd\x7c\x45\x6b\xe6\xaf\x75\xea\xed\xba\xce\x6d\xe9\x19\x18\xa2\x04\xab\x64\xf6\x1a\x5b\xde\x0b\x6b\x9c\x50\x59\x56\x51\x7e\x9e\x11\x06\xdd\x7e\xe2\xca\xcb\x06\x57\x8d\x52\x2d\xd9\xe6\x3e\x2b\x2f\xe2\x17\xd3\xf7\xc1\xc2\x8c\x2b\xe9\x88\xee\x4d\xc0\x9c\x65\x42\xdc\xc7\x52\x32\xb8\x9f\x3b\x98\x70\x69\xce\x5b\x17\x86\x36\x2d\x52\x34\x32\xb0\xba\xd1\x91\xdb\xfe\x11\xcb\xc7\xc7\xd9\x62\xa2\x8e\x01\xe4\x77\xac\xc9\x72\x7c\x56\x6d\x0f\xb1\x4a\x99\x30\x1a\xbf\x9f\xce\x6d\xec\x12\x24\xde\x84\x20\xc6\xcd\x3b\xf0\xbd\xc7\x59\xdc\x40\xd4\x1f\x07\xa8\x5f\xa2\xef\x15\xac\x68\x02\x17\x32\x66\x38\x5b\x00\x36\x7e\x30\x62\x29\x15\x24\x81\xce\x66\xc9\x22\xc9\x68\x62\xcb\x3f\xc4\x3a\x0a\x79\x22\x4c\x45\x10\x9e\x33\xfd\xc9\x4b\xa9\x29\x4d\xe0\xa1\x7a\x2d\xf0\xbe\x41\x39\xf5\xa5\x7a\x62\x23\xaa\xca\xff\x36\x23\x56\x74\xcc\x28\xf6\xaf\x57\x46\x03\xb2\xe6\x2f\x17\x74\x4a\x19\xb4\xfd\xfe\x0e\xbc\x41\x59\x46\xc4\x2b\xdf\x1e\x02\xa8\x58\x3f\x8d\x59\xa7\x6a\xde\x35\xb5\x1f\xea\xef\xb6\x24\x29\x84\x20\xe9\xc3\x32\xe6\xa5\x6b\xf6\xd5\x4a\x8d\x51\xff\x4a\x2a\x3c\xcf\xc3\x36\xc9\x3e\x4f\xc0\x52\x26\x33\x44\x40\x6e\x62\x03\x44\x01\xd6\xe2\x95\xcc\x11\xb3\x2a\xa6\xd9\x37\x2e\x6a\xd2\x8a\xab\xab\x84\x73\xba\x46\x0b\x8d\x96\xeb\xbf\x6b\x03\x8e\xaa\xff\xe0\xe6\xc2\x85\x56\x79\xd4\x4f\x3a\xe8\xeb\x4a\xe1\x3c\xc3\x39\xad\xe9\x0c\x3b\x62\x25\x70\xe2\x24\xe3\x45\x8a\xac\xf7\xc4\xfa\x22\xc4\x31\xa2\xe4\x78\x80\xe4\x5f\xde\xbe\x79\x73\x7c\xbc\xa3\x62\xe0\x71\xdb\x97\x7a\x0e\x37\x8d\x59\xea\x80\x49\x2b\x8e\x56\x54\xfc\xe7\xa1\x9b\xa2\xef\x80\xd3\xc0\x2d\xa1\xc5\x1c\xc7\xf5\xab\xaf\xcc\xb1\x20\x4c\x3d\x00\x14\xb2\xdb\x0b\xe1\x45\xd7\xf0\x78\x84\xe2\x5b\xcb\xca\x28\x8b\x87\xd9\x34\x28\x2c\x1f\xd1\x77\x14\x1c\x8b\xaf\xac\x91\x0c\x9d\x8d\x5b\x6a\xfa\x2c\x4b\xe0\xb6\xd9\xbc\x90\x28\x6e\x82\xa9\xae\x33\xfd\xe8\xd9\xad\x2f\x90\x6d\xd0\xad\xad\x38\x97\x53\x5f\xa0\x12\x42\x8a\xe7\x0c\x25\x7c\x3e\xd6\x42\x5c\xb3\xba\x77\x18\x00\x48\x75\xe8\x90\x62\x1e\xe6\xe2\x90\x31\x26\x87\xbc\x82\x13\xf5\x4e\xbe\x10\xc7\x62\x58\xb4\x72\x37\x35\x35\x90\x31\xec\xbc\x07\x20\x6e\xfd\x51\x1f\x56\x57\x50\x96\x4c\x7d\xa4\xc9\x23\xd1\xf7\xdc\xa4\xac\x1d\x11\x4a\x37\x7f\xbf\x79\x60\x8f\x6d\x1b\x6d\xc2\xd4\xc4\xae\xfb\x81\x9a\xc2\x78\xc4\xb5\x6b\x0c\x20\x06\xdf\xca\x7a\xe2\xec\x1b\x35\x5c\x4f\x0b\x18\xdf\x63\x03\x6d\xf6\x9a\x57\x2d\x8c\x32\x06\x12\xf9\xcf\x5e\x1e\x4a\x92\x70\xe6\xf1\x84\x3b\xb9\xe8\x6b\x10\xc5\xf5\xd3\x85\xef\x96\xd2\xde\x56\x69\x1d\x5b\x2a\x3f\xa5\xe2\xe3\xda\xdf\x1a\xfb\x14\xc2\x39\x80\x5a\xd0\xef\x1e\x40\x4f\x71\x7b\x0c\xa0\x15\x16\x4a\xc9\xb8\x98\x4e\x1b\xef\xe4\x8c\xef\xa2\x79\x6a\x3b\x55\x2f\x78\x8b\x3d\xee\x57\x98\xb5\x61\x72\x57\x70\xe8\x57\xa4\x7c\xb5\x82\x64\x76\xa1\x3e\x9d\xbb\x37\x19\x9b\x6b\x42\x33\xf2\x32\x1a\xd3\x8e\xd4\xbf\xf3\x75\xd4\x3f\x67\xb4\x43\x60\xcb\xac\xc3\xdb\x79\xbf\x23\xbd\xd0\x00\x85\x1e\xf4\x93\x7b\x45\x0b\x79\x7c\x23\x1c\x56\x83\x03\xd2\xb2\x29\x95\x90\xa6\xba\x7b\xf8\x10\xc8\xf6\x55\x98\xe1\xad\xd3\xb4\x6f\xf9\x9c\x20\x78\x95\x1c\x18\xd0\xbe\x8d\xcc\x0d\xc0\xc9\xa7\x17\x88\xe6\x45\xa6\x68\x9e\x59\xe1\x6f\xbd\x58\xc9\x0c\xb3\x69\x50\x3e\x1c\x7d\xc7\xc8\x33\xd2\xb2\x76\x10\x7a\x3d\x82\xed\x19\x20\xa2\x92\x57\x5a\xb7\x89\xa2\x29\x82\x24\x5c\xa4\x00\xe9\x9e\x62\x91\x42\xfe\xb6\x65\xf8\x0c\x27\x8f\x50\xf7\x05\xae\x23\xf3\x46\xeb\x99\x71\xa8\x67\xe3\x2d\x2c\x47\xa3\x2c\x31\x9d\x90\x5d\x5a\xb9\x9f\x9f\x79\x5c\x86\xb1\x04\x57\xee\xc3\x44\xed\x41\xfd\x7a\xa2\x69\x81\x33\xf3\xc6\x2e\xae\x97\x6b\xcb\x10\x2e\xc0\x1c\xf8\x9c\x40\x4a\x46\x09\xb6\xef\xb8\xb0\x08\x66\xa0\xf8\xb5\xcd\xe3\xfd\x91\x3e\x91\x01\xba\xcd\xb1\x78\x1c\xa0\xd3\x05\xc3\x73\x9a\xfc\x8d\x8f\xeb\xfc\x29\x4b\x11\xdb\xad\x55\xe2\xdd\x97\xb4\xac\x3f\xe8\x1f\x97\xe2\xd1\xa8\x29\xf5\xf4\xcb\xf4\xa6\x34\x04\xd3\xbf\xf6\x4b\x7d\x45\x08\xac\x77\x8c\xec\xf4\x02\xac\x35\x94\x9d\x9b\x03\xa7\x73\xca\x22\x5b\xed\xa0\x9c\xad\xd5\x4d\xad\x03\xaf\x44\xc2\x78\x2d\xeb\x76\x17\x9a\xe3\x35\xd6\x56\x8e\x36\x28\xe7\x5c\x11\x73\xef\x4b\xc5\x05\xd1\xe7\x44\x38\x75\x12\x7a\x6f\x40\x97\x79\xde\xdc\x23\x2d\xc9\xb8\x2c\xc4\x9a\x62\x63\x79\xc3\x4e\xec\xe3\xad\xda\x09\x9f\xe7\x10\xec\x10\x44\x16\x99\x92\x35\xf6\xda\x92\xdb\x7a\xb3\xfe\xa0\xf6\x2c\xb9\x4e\x22\xb6\x5a\x3a\x65\xd3\xac\xa9\xc0\xf0\x88\xd9\x62\xeb\x81\xac\xc1\x65\x5a\x81\x53\x80\x5c\xe2\xd7\x73\x54\x68\xda\x57\x6a\xb7\x80\x10\x6c\x0d\x64\xaf\x87\xc0\xdd\x39\x80\x32\x2c\x06\x3b\xc3\xa0\x0a\xcf\x88\xc9\x62\xfc\xba\x84\x6d\x70\x01\xd2\x0c\xd2\xa8\x73\x0c\x7d\xf1\x93\x19\xcd\xd2\xd7\xcb\x98\x28\xab\x55\x40\x8d\x76\x5f\x72\x68\x4c\xa0\xaa\x08\x50\xd8\xf4\x43\x32\xc1\x40\xbf\x76\x3f\xce\xb8\x50\x88\xf8\x9a\xd7\x54\x5a\x67\x4d\xe5\xe6\x8e\xce\x67\x64\x8b\x7f\x6e\x0f\xdc\xea\xf3\xd9\x94\x35\xf4\xf5\x9f\xcb\x88\x66\xeb\x9c\xcb\xbb\xd8\xeb\xe5\x4e\x0d\x66\xfe\xa4\x36\x91\x4a\x3e\x18\x97\xd5\x1e\x53\x58\x3f\xfa\xc4\x55\x97\xeb\x21\x73\xfc\xcc\x2c\x06\xa2\x53\x11\xc5\xf5\xe4\x43\x7d\xb6\xbb\x96\x0f\x95\x6f\x44\xd4\x6e\x9e\x9a\x18\x36\xf5\x39\x58\x83\x20\x17\x14\xfa\x5f\x94\xc0\xfa\xd2\xdc\x18\xb1\x12\x9c\x53\x36\xec\x4b\xaa\x82\xd2\x62\x5e\x52\x08\x6c\x92\x81\x0b\xd8\x0f\x4c\x22\x92\x35\x0a\x5e\x8f\x31\x14\xfc\x54\x4a\xd0\x71\xa1\x96\x0a\x2f\x44\xa7\xb9\x36\xa8\xb0\x0b\x6d\xfc\x7c\xff\xf5\xe5\xbd\x0a\x12\x21\x13\xcb\xfa\xfc\x25\x12\xa7\xba\xf4\xa0\x10\xcd\xcb\x27\xef\x77\x4b\x78\x08\xaa\xc3\xac\xcf\xe1\x4b\x49\x55\xb6\x32\x0a\x58\xb0\x69\x50\xd7\x37\xc2\x09\x00\x09\xcb\xba\xc7\x1e\x43\x11\x60\xcf\xb5\x88\xc2\x53\x82\xe6\x24\xa5\x45\x35\x9f\x66\x75\xb4\xea\xa0\xcc\xbc\x75\x38\x4b\x1b\xbc\xde\xf0\xbb\x04\xe5\xfc\x59\xdf\xda\x06\x61\x05\x4e\x86\xfa\xd4\xf3\x00\x0e\x89\xd5\xb7\xd2\x47\xbf\x62\x8a\x39\x97\xce\x05\x95\xea\xe7\x4a\xcd\xd2\x0d\xd2\x36\xb2\x62\x7f\xd0\x36\x37\x55\x33\xcd\xe0\x89\x56\x08\xd7\x4d\xd4\x8f\x11\x98\xcc\xb8\x07\x00\x93\xe1\x12\x5a\xf4\xbc\xbb\x08\xf0\x5f\x3c\xbd\x7e\xb1\x1d\x23\x05\xce\x73\x22\x90\xed\x1a\x59\xed\x03\x69\xb2\x43\xe0\x2d\x23\x66\x14\xa6\xbf\xdd\x5e\x5d\x96\x92\xbb\xb4\x5b\x2a\x43\xc3\xcf\x80\x74\xc7\xf5\x3b\x77\x59\x64\x59\xe3\xce\xad\x51\x13\xe8\xfe\xe2\xe2\xe1\xe7\xe1\xc5\xfd\x59\x7b\xcd\x9d\xf2\x67\x8d\x34\xf1\x33\xb1\x34\x31\xd7\x98\x82\xab\xab\x98\x13\xeb\x30\x02\x65\xc4\xae\xda\x00\x0a\x8a\x2c\x8b\x01\xfe\x23\xf6\x8b\x1d\x07\xf0\x5d\x05\x33\x6a\xe6\x88\xa1\x56\xc2\xc5\xef\x87\x9f\xfd\xa2\x07\xff\xc5\x3c\xfb\x1a\x95\x8b\x78\x8b\x2e\xfd\x5b\x1b\xe8\x6a\x9d\x9c\x5b\x1c\x07\x93\x67\xf0\x52\x29\x4c\x9b\x1d\x8f\x7b\xe6\xca\x61\xd9\xcc\xa3\x9d\x9c\x0e\x43\xbb\x5f\x62\x13\xc6\xa7\x59\xa6\x46\xce\xc3\xb8\x03\x93\x78\x62\x3a\x0a\xfb\xdc\x8c\x11\x33\xf1\x7b\xe8\x23\xc9\x9b\xe7\x84\xce\x99\x01\xee\x65\x98\x4d\x0b\x3c\x25\x72\x80\xdc\xcb\x47\xcc\x77\x2d\xb4\x65\x0c\x7c\xb9\x7d\x0c\xc5\x85\x63\x16\x32\xae\x45\xf2\x09\xcf\x73\x08\x79\xb0\x11\xb3\x6b\x62\xd3\x72\x78\xe3\x75\xfc\xdb\xad\x5f\x8e\xe6\x34\x3f\x90\xcd\x9d\x61\x23\x66\x36\xd7\xe0\xb2\x9d\x6e\x07\x0e\x17\x68\x53\x1a\xb1\x2e\x16\xc4\xa5\xeb\x81\x4c\x9f\x82\x96\x69\x2a\xb1\xba\x90\x9e\x96\xf4\x41\x29\x06\xe3\xe0\x35\x53\x5a\x2d\x4f\xdc\x66\xb8\x33\x61\xe7\x56\xcf\xf5\x5b\xdf\x01\xfa\xc0\xd5\x57\xbf\x6e\x67\xdb\x52\x8c\xad\x90\xe6\x25\x43\xb1\xea\x11\x46\x55\xa4\x35\x04\x8b\x77\x50\xe9\x7b\xed\x29\x99\xdf\xb7\x4e\xaa\x43\x81\xf0\xb5\x5f\x6b\xb3\x3e\xdb\x5e\xab\x2d\x9c\xf6\x97\xee\xc0\x44\x8a\x26\x65\x1f\x58\x45\x8c\x22\x69\xa8\xc5\xbe\x75\x0c\xaa\x4a\x22\x27\x7d\xda\x26\x94\x51\xb9\xd1\x74\x4a\xfd\x69\xed\x19\x79\x0d\xc1\x5e\x76\x9d\x24\xac\xbd\xe7\x22\x01\xdb\x20\x26\x2d\x16\xca\xba\x65\x08\x35\xe2\x45\x1f\x9e\x01\x1c\x22\xcd\xff\x03\xcf\x44\x83\x72\xe7\x06\xa6\x8a\x70\x21\xa4\x16\x97\x56\xde\x59\xa9\xad\xcd\x9c\x11\x73\xe8\x78\x27\x8e\x87\xae\xb1\x89\xf0\x9f\x9a\xb8\x5e\x6e\xc0\xae\xa0\xb1\xaa\xb2\x23\x0e\x56\x23\x06\x29\xb2\x0c\x4c\xc8\xb1\x84\x2c\x22\x9b\x08\x6a\xbf\x08\x8a\xde\x60\xe6\x2b\x19\xaf\x90\x79\x15\x35\x20\xba\xe7\xbf\xd1\xff\xf7\xdb\x37\xff\x37\x00\x00\xff\xff\x26\x33\xa8\x78\x26\x73\x02\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -92,7 +92,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 160132, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 160550, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java index 544f120596..0f22bf4d41 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java @@ -102,6 +102,34 @@ public interface ExecutionCreateRequestOrBuilder extends * .flyteidl.admin.ExecutionSpec spec = 4; */ flyteidl.admin.ExecutionOuterClass.ExecutionSpecOrBuilder getSpecOrBuilder(); + + /** + *
+     * The inputs required to start the execution. All required inputs must be
+     * included in this map. If not required and not provided, defaults apply.
+     * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + boolean hasInputs(); + /** + *
+     * The inputs required to start the execution. All required inputs must be
+     * included in this map. If not required and not provided, defaults apply.
+     * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + flyteidl.core.Literals.LiteralMap getInputs(); + /** + *
+     * The inputs required to start the execution. All required inputs must be
+     * included in this map. If not required and not provided, defaults apply.
+     * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder(); } /** *
@@ -185,6 +213,19 @@ private ExecutionCreateRequest(
                 spec_ = subBuilder.buildPartial();
               }
 
+              break;
+            }
+            case 42: {
+              flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
+              if (inputs_ != null) {
+                subBuilder = inputs_.toBuilder();
+              }
+              inputs_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(inputs_);
+                inputs_ = subBuilder.buildPartial();
+              }
+
               break;
             }
           }
@@ -376,6 +417,42 @@ public flyteidl.admin.ExecutionOuterClass.ExecutionSpecOrBuilder getSpecOrBuilde
       return getSpec();
     }
 
+    public static final int INPUTS_FIELD_NUMBER = 5;
+    private flyteidl.core.Literals.LiteralMap inputs_;
+    /**
+     * 
+     * The inputs required to start the execution. All required inputs must be
+     * included in this map. If not required and not provided, defaults apply.
+     * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public boolean hasInputs() { + return inputs_ != null; + } + /** + *
+     * The inputs required to start the execution. All required inputs must be
+     * included in this map. If not required and not provided, defaults apply.
+     * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public flyteidl.core.Literals.LiteralMap getInputs() { + return inputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputs_; + } + /** + *
+     * The inputs required to start the execution. All required inputs must be
+     * included in this map. If not required and not provided, defaults apply.
+     * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder() { + return getInputs(); + } + private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -400,6 +477,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (spec_ != null) { output.writeMessage(4, getSpec()); } + if (inputs_ != null) { + output.writeMessage(5, getInputs()); + } unknownFields.writeTo(output); } @@ -421,6 +501,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getSpec()); } + if (inputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(5, getInputs()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -448,6 +532,11 @@ public boolean equals(final java.lang.Object obj) { result = result && getSpec() .equals(other.getSpec()); } + result = result && (hasInputs() == other.hasInputs()); + if (hasInputs()) { + result = result && getInputs() + .equals(other.getInputs()); + } result = result && unknownFields.equals(other.unknownFields); return result; } @@ -469,6 +558,10 @@ public int hashCode() { hash = (37 * hash) + SPEC_FIELD_NUMBER; hash = (53 * hash) + getSpec().hashCode(); } + if (hasInputs()) { + hash = (37 * hash) + INPUTS_FIELD_NUMBER; + hash = (53 * hash) + getInputs().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -614,6 +707,12 @@ public Builder clear() { spec_ = null; specBuilder_ = null; } + if (inputsBuilder_ == null) { + inputs_ = null; + } else { + inputs_ = null; + inputsBuilder_ = null; + } return this; } @@ -644,6 +743,11 @@ public flyteidl.admin.ExecutionOuterClass.ExecutionCreateRequest buildPartial() } else { result.spec_ = specBuilder_.build(); } + if (inputsBuilder_ == null) { + result.inputs_ = inputs_; + } else { + result.inputs_ = inputsBuilder_.build(); + } onBuilt(); return result; } @@ -700,6 +804,9 @@ public Builder mergeFrom(flyteidl.admin.ExecutionOuterClass.ExecutionCreateReque if (other.hasSpec()) { mergeSpec(other.getSpec()); } + if (other.hasInputs()) { + mergeInputs(other.getInputs()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -1161,6 +1268,168 @@ public flyteidl.admin.ExecutionOuterClass.ExecutionSpecOrBuilder getSpecOrBuilde } return specBuilder_; } + + private flyteidl.core.Literals.LiteralMap inputs_ = null; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> inputsBuilder_; + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public boolean hasInputs() { + return inputsBuilder_ != null || inputs_ != null; + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public flyteidl.core.Literals.LiteralMap getInputs() { + if (inputsBuilder_ == null) { + return inputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputs_; + } else { + return inputsBuilder_.getMessage(); + } + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public Builder setInputs(flyteidl.core.Literals.LiteralMap value) { + if (inputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + inputs_ = value; + onChanged(); + } else { + inputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public Builder setInputs( + flyteidl.core.Literals.LiteralMap.Builder builderForValue) { + if (inputsBuilder_ == null) { + inputs_ = builderForValue.build(); + onChanged(); + } else { + inputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public Builder mergeInputs(flyteidl.core.Literals.LiteralMap value) { + if (inputsBuilder_ == null) { + if (inputs_ != null) { + inputs_ = + flyteidl.core.Literals.LiteralMap.newBuilder(inputs_).mergeFrom(value).buildPartial(); + } else { + inputs_ = value; + } + onChanged(); + } else { + inputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public Builder clearInputs() { + if (inputsBuilder_ == null) { + inputs_ = null; + onChanged(); + } else { + inputs_ = null; + inputsBuilder_ = null; + } + + return this; + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public flyteidl.core.Literals.LiteralMap.Builder getInputsBuilder() { + + onChanged(); + return getInputsFieldBuilder().getBuilder(); + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + public flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder() { + if (inputsBuilder_ != null) { + return inputsBuilder_.getMessageOrBuilder(); + } else { + return inputs_ == null ? + flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputs_; + } + } + /** + *
+       * The inputs required to start the execution. All required inputs must be
+       * included in this map. If not required and not provided, defaults apply.
+       * 
+ * + * .flyteidl.core.LiteralMap inputs = 5; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> + getInputsFieldBuilder() { + if (inputsBuilder_ == null) { + inputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>( + getInputs(), + getParentForChildren(), + isClean()); + inputs_ = null; + } + return inputsBuilder_; + } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); @@ -6426,27 +6695,27 @@ public interface ExecutionClosureOrBuilder extends * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan *
* - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - boolean hasComputedInputs(); + @java.lang.Deprecated boolean hasComputedInputs(); /** *
      * Inputs computed and passed for execution.
      * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
      * 
* - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - flyteidl.core.Literals.LiteralMap getComputedInputs(); + @java.lang.Deprecated flyteidl.core.Literals.LiteralMap getComputedInputs(); /** *
      * Inputs computed and passed for execution.
      * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
      * 
* - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - flyteidl.core.Literals.LiteralMapOrBuilder getComputedInputsOrBuilder(); + @java.lang.Deprecated flyteidl.core.Literals.LiteralMapOrBuilder getComputedInputsOrBuilder(); /** *
@@ -7028,9 +7297,9 @@ public java.lang.String getAbortCause() {
      * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan
      * 
* - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public boolean hasComputedInputs() { + @java.lang.Deprecated public boolean hasComputedInputs() { return computedInputs_ != null; } /** @@ -7039,9 +7308,9 @@ public boolean hasComputedInputs() { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMap getComputedInputs() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMap getComputedInputs() { return computedInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : computedInputs_; } /** @@ -7050,9 +7319,9 @@ public flyteidl.core.Literals.LiteralMap getComputedInputs() { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMapOrBuilder getComputedInputsOrBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMapOrBuilder getComputedInputsOrBuilder() { return getComputedInputs(); } @@ -8397,9 +8666,9 @@ public Builder setAbortCauseBytes( * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public boolean hasComputedInputs() { + @java.lang.Deprecated public boolean hasComputedInputs() { return computedInputsBuilder_ != null || computedInputs_ != null; } /** @@ -8408,9 +8677,9 @@ public boolean hasComputedInputs() { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMap getComputedInputs() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMap getComputedInputs() { if (computedInputsBuilder_ == null) { return computedInputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : computedInputs_; } else { @@ -8423,9 +8692,9 @@ public flyteidl.core.Literals.LiteralMap getComputedInputs() { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public Builder setComputedInputs(flyteidl.core.Literals.LiteralMap value) { + @java.lang.Deprecated public Builder setComputedInputs(flyteidl.core.Literals.LiteralMap value) { if (computedInputsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -8444,9 +8713,9 @@ public Builder setComputedInputs(flyteidl.core.Literals.LiteralMap value) { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public Builder setComputedInputs( + @java.lang.Deprecated public Builder setComputedInputs( flyteidl.core.Literals.LiteralMap.Builder builderForValue) { if (computedInputsBuilder_ == null) { computedInputs_ = builderForValue.build(); @@ -8463,9 +8732,9 @@ public Builder setComputedInputs( * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public Builder mergeComputedInputs(flyteidl.core.Literals.LiteralMap value) { + @java.lang.Deprecated public Builder mergeComputedInputs(flyteidl.core.Literals.LiteralMap value) { if (computedInputsBuilder_ == null) { if (computedInputs_ != null) { computedInputs_ = @@ -8486,9 +8755,9 @@ public Builder mergeComputedInputs(flyteidl.core.Literals.LiteralMap value) { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public Builder clearComputedInputs() { + @java.lang.Deprecated public Builder clearComputedInputs() { if (computedInputsBuilder_ == null) { computedInputs_ = null; onChanged(); @@ -8505,9 +8774,9 @@ public Builder clearComputedInputs() { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMap.Builder getComputedInputsBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMap.Builder getComputedInputsBuilder() { onChanged(); return getComputedInputsFieldBuilder().getBuilder(); @@ -8518,9 +8787,9 @@ public flyteidl.core.Literals.LiteralMap.Builder getComputedInputsBuilder() { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMapOrBuilder getComputedInputsOrBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMapOrBuilder getComputedInputsOrBuilder() { if (computedInputsBuilder_ != null) { return computedInputsBuilder_.getMessageOrBuilder(); } else { @@ -8534,7 +8803,7 @@ public flyteidl.core.Literals.LiteralMapOrBuilder getComputedInputsOrBuilder() { * computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan * * - * .flyteidl.core.LiteralMap computed_inputs = 3; + * .flyteidl.core.LiteralMap computed_inputs = 3 [deprecated = true]; */ private com.google.protobuf.SingleFieldBuilderV3< flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> @@ -12314,25 +12583,25 @@ public interface ExecutionSpecOrBuilder extends * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - boolean hasInputs(); + @java.lang.Deprecated boolean hasInputs(); /** *
      * Input values to be passed for the execution
      * 
* - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - flyteidl.core.Literals.LiteralMap getInputs(); + @java.lang.Deprecated flyteidl.core.Literals.LiteralMap getInputs(); /** *
      * Input values to be passed for the execution
      * 
* - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder(); + @java.lang.Deprecated flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder(); /** *
@@ -12688,9 +12957,9 @@ public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanOrBui
      * Input values to be passed for the execution
      * 
* - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public boolean hasInputs() { + @java.lang.Deprecated public boolean hasInputs() { return inputs_ != null; } /** @@ -12698,9 +12967,9 @@ public boolean hasInputs() { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMap getInputs() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMap getInputs() { return inputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputs_; } /** @@ -12708,9 +12977,9 @@ public flyteidl.core.Literals.LiteralMap getInputs() { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder() { return getInputs(); } @@ -13539,9 +13808,9 @@ public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanOrBui * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public boolean hasInputs() { + @java.lang.Deprecated public boolean hasInputs() { return inputsBuilder_ != null || inputs_ != null; } /** @@ -13549,9 +13818,9 @@ public boolean hasInputs() { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMap getInputs() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMap getInputs() { if (inputsBuilder_ == null) { return inputs_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputs_; } else { @@ -13563,9 +13832,9 @@ public flyteidl.core.Literals.LiteralMap getInputs() { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public Builder setInputs(flyteidl.core.Literals.LiteralMap value) { + @java.lang.Deprecated public Builder setInputs(flyteidl.core.Literals.LiteralMap value) { if (inputsBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -13583,9 +13852,9 @@ public Builder setInputs(flyteidl.core.Literals.LiteralMap value) { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public Builder setInputs( + @java.lang.Deprecated public Builder setInputs( flyteidl.core.Literals.LiteralMap.Builder builderForValue) { if (inputsBuilder_ == null) { inputs_ = builderForValue.build(); @@ -13601,9 +13870,9 @@ public Builder setInputs( * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public Builder mergeInputs(flyteidl.core.Literals.LiteralMap value) { + @java.lang.Deprecated public Builder mergeInputs(flyteidl.core.Literals.LiteralMap value) { if (inputsBuilder_ == null) { if (inputs_ != null) { inputs_ = @@ -13623,9 +13892,9 @@ public Builder mergeInputs(flyteidl.core.Literals.LiteralMap value) { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public Builder clearInputs() { + @java.lang.Deprecated public Builder clearInputs() { if (inputsBuilder_ == null) { inputs_ = null; onChanged(); @@ -13641,9 +13910,9 @@ public Builder clearInputs() { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMap.Builder getInputsBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMap.Builder getInputsBuilder() { onChanged(); return getInputsFieldBuilder().getBuilder(); @@ -13653,9 +13922,9 @@ public flyteidl.core.Literals.LiteralMap.Builder getInputsBuilder() { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ - public flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder() { + @java.lang.Deprecated public flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder() { if (inputsBuilder_ != null) { return inputsBuilder_.getMessageOrBuilder(); } else { @@ -13668,7 +13937,7 @@ public flyteidl.core.Literals.LiteralMapOrBuilder getInputsOrBuilder() { * Input values to be passed for the execution * * - * .flyteidl.core.LiteralMap inputs = 2; + * .flyteidl.core.LiteralMap inputs = 2 [deprecated = true]; */ private com.google.protobuf.SingleFieldBuilderV3< flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> @@ -16327,6 +16596,31 @@ public interface WorkflowExecutionGetDataResponseOrBuilder extends * .flyteidl.admin.UrlBlob outputs = 1; */ flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder(); + + /** + *
+     * Signed url to fetch a core.LiteralMap of execution inputs.
+     * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + boolean hasInputs(); + /** + *
+     * Signed url to fetch a core.LiteralMap of execution inputs.
+     * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + flyteidl.admin.Common.UrlBlob getInputs(); + /** + *
+     * Signed url to fetch a core.LiteralMap of execution inputs.
+     * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + flyteidl.admin.Common.UrlBlobOrBuilder getInputsOrBuilder(); } /** *
@@ -16389,6 +16683,19 @@ private WorkflowExecutionGetDataResponse(
                 outputs_ = subBuilder.buildPartial();
               }
 
+              break;
+            }
+            case 18: {
+              flyteidl.admin.Common.UrlBlob.Builder subBuilder = null;
+              if (inputs_ != null) {
+                subBuilder = inputs_.toBuilder();
+              }
+              inputs_ = input.readMessage(flyteidl.admin.Common.UrlBlob.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(inputs_);
+                inputs_ = subBuilder.buildPartial();
+              }
+
               break;
             }
           }
@@ -16448,6 +16755,39 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder() {
       return getOutputs();
     }
 
+    public static final int INPUTS_FIELD_NUMBER = 2;
+    private flyteidl.admin.Common.UrlBlob inputs_;
+    /**
+     * 
+     * Signed url to fetch a core.LiteralMap of execution inputs.
+     * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public boolean hasInputs() { + return inputs_ != null; + } + /** + *
+     * Signed url to fetch a core.LiteralMap of execution inputs.
+     * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public flyteidl.admin.Common.UrlBlob getInputs() { + return inputs_ == null ? flyteidl.admin.Common.UrlBlob.getDefaultInstance() : inputs_; + } + /** + *
+     * Signed url to fetch a core.LiteralMap of execution inputs.
+     * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public flyteidl.admin.Common.UrlBlobOrBuilder getInputsOrBuilder() { + return getInputs(); + } + private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; @@ -16463,6 +16803,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (outputs_ != null) { output.writeMessage(1, getOutputs()); } + if (inputs_ != null) { + output.writeMessage(2, getInputs()); + } unknownFields.writeTo(output); } @@ -16475,6 +16818,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getOutputs()); } + if (inputs_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getInputs()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -16496,6 +16843,11 @@ public boolean equals(final java.lang.Object obj) { result = result && getOutputs() .equals(other.getOutputs()); } + result = result && (hasInputs() == other.hasInputs()); + if (hasInputs()) { + result = result && getInputs() + .equals(other.getInputs()); + } result = result && unknownFields.equals(other.unknownFields); return result; } @@ -16511,6 +16863,10 @@ public int hashCode() { hash = (37 * hash) + OUTPUTS_FIELD_NUMBER; hash = (53 * hash) + getOutputs().hashCode(); } + if (hasInputs()) { + hash = (37 * hash) + INPUTS_FIELD_NUMBER; + hash = (53 * hash) + getInputs().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -16650,6 +17006,12 @@ public Builder clear() { outputs_ = null; outputsBuilder_ = null; } + if (inputsBuilder_ == null) { + inputs_ = null; + } else { + inputs_ = null; + inputsBuilder_ = null; + } return this; } @@ -16677,6 +17039,11 @@ public flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGetDataResponse build } else { result.outputs_ = outputsBuilder_.build(); } + if (inputsBuilder_ == null) { + result.inputs_ = inputs_; + } else { + result.inputs_ = inputsBuilder_.build(); + } onBuilt(); return result; } @@ -16721,6 +17088,9 @@ public Builder mergeFrom(flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGet if (other.hasOutputs()) { mergeOutputs(other.getOutputs()); } + if (other.hasInputs()) { + mergeInputs(other.getInputs()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -16900,6 +17270,159 @@ public flyteidl.admin.Common.UrlBlobOrBuilder getOutputsOrBuilder() { } return outputsBuilder_; } + + private flyteidl.admin.Common.UrlBlob inputs_ = null; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.UrlBlob, flyteidl.admin.Common.UrlBlob.Builder, flyteidl.admin.Common.UrlBlobOrBuilder> inputsBuilder_; + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public boolean hasInputs() { + return inputsBuilder_ != null || inputs_ != null; + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public flyteidl.admin.Common.UrlBlob getInputs() { + if (inputsBuilder_ == null) { + return inputs_ == null ? flyteidl.admin.Common.UrlBlob.getDefaultInstance() : inputs_; + } else { + return inputsBuilder_.getMessage(); + } + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public Builder setInputs(flyteidl.admin.Common.UrlBlob value) { + if (inputsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + inputs_ = value; + onChanged(); + } else { + inputsBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public Builder setInputs( + flyteidl.admin.Common.UrlBlob.Builder builderForValue) { + if (inputsBuilder_ == null) { + inputs_ = builderForValue.build(); + onChanged(); + } else { + inputsBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public Builder mergeInputs(flyteidl.admin.Common.UrlBlob value) { + if (inputsBuilder_ == null) { + if (inputs_ != null) { + inputs_ = + flyteidl.admin.Common.UrlBlob.newBuilder(inputs_).mergeFrom(value).buildPartial(); + } else { + inputs_ = value; + } + onChanged(); + } else { + inputsBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public Builder clearInputs() { + if (inputsBuilder_ == null) { + inputs_ = null; + onChanged(); + } else { + inputs_ = null; + inputsBuilder_ = null; + } + + return this; + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public flyteidl.admin.Common.UrlBlob.Builder getInputsBuilder() { + + onChanged(); + return getInputsFieldBuilder().getBuilder(); + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + public flyteidl.admin.Common.UrlBlobOrBuilder getInputsOrBuilder() { + if (inputsBuilder_ != null) { + return inputsBuilder_.getMessageOrBuilder(); + } else { + return inputs_ == null ? + flyteidl.admin.Common.UrlBlob.getDefaultInstance() : inputs_; + } + } + /** + *
+       * Signed url to fetch a core.LiteralMap of execution inputs.
+       * 
+ * + * .flyteidl.admin.UrlBlob inputs = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.UrlBlob, flyteidl.admin.Common.UrlBlob.Builder, flyteidl.admin.Common.UrlBlobOrBuilder> + getInputsFieldBuilder() { + if (inputsBuilder_ == null) { + inputsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.UrlBlob, flyteidl.admin.Common.UrlBlob.Builder, flyteidl.admin.Common.UrlBlobOrBuilder>( + getInputs(), + getParentForChildren(), + isClean()); + inputs_ = null; + } + return inputsBuilder_; + } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); @@ -17038,69 +17561,72 @@ public flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGetDataResponse getDe "lyteidl/core/literals.proto\032\035flyteidl/co" + "re/execution.proto\032\036flyteidl/core/identi" + "fier.proto\032\036google/protobuf/duration.pro" + - "to\032\037google/protobuf/timestamp.proto\"t\n\026E" + - "xecutionCreateRequest\022\017\n\007project\030\001 \001(\t\022\016" + - "\n\006domain\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\022+\n\004spec\030\004 \001" + - "(\0132\035.flyteidl.admin.ExecutionSpec\"`\n\030Exe" + - "cutionRelaunchRequest\0226\n\002id\030\001 \001(\0132*.flyt" + - "eidl.core.WorkflowExecutionIdentifier\022\014\n" + - "\004name\030\003 \001(\t\"Q\n\027ExecutionCreateResponse\0226" + - "\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowExecu" + - "tionIdentifier\"U\n\033WorkflowExecutionGetRe" + - "quest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.Workfl" + - "owExecutionIdentifier\"\243\001\n\tExecution\0226\n\002i" + - "d\030\001 \001(\0132*.flyteidl.core.WorkflowExecutio" + - "nIdentifier\022+\n\004spec\030\002 \001(\0132\035.flyteidl.adm" + - "in.ExecutionSpec\0221\n\007closure\030\003 \001(\0132 .flyt" + - "eidl.admin.ExecutionClosure\"M\n\rExecution" + - "List\022-\n\nexecutions\030\001 \003(\0132\031.flyteidl.admi" + - "n.Execution\022\r\n\005token\030\002 \001(\t\"T\n\016LiteralMap" + - "Blob\022+\n\006values\030\001 \001(\0132\031.flyteidl.core.Lit" + - "eralMapH\000\022\r\n\003uri\030\002 \001(\tH\000B\006\n\004data\"\252\004\n\020Exe" + - "cutionClosure\0221\n\007outputs\030\001 \001(\0132\036.flyteid" + - "l.admin.LiteralMapBlobH\000\022.\n\005error\030\002 \001(\0132" + - "\035.flyteidl.core.ExecutionErrorH\000\022\025\n\013abor" + - "t_cause\030\n \001(\tH\000\0222\n\017computed_inputs\030\003 \001(\013" + - "2\031.flyteidl.core.LiteralMap\0225\n\005phase\030\004 \001" + - "(\0162&.flyteidl.core.WorkflowExecution.Pha" + - "se\022.\n\nstarted_at\030\005 \001(\0132\032.google.protobuf" + - ".Timestamp\022+\n\010duration\030\006 \001(\0132\031.google.pr" + - "otobuf.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.go" + - "ogle.protobuf.Timestamp\022.\n\nupdated_at\030\010 " + - "\001(\0132\032.google.protobuf.Timestamp\0223\n\rnotif" + - "ications\030\t \003(\0132\034.flyteidl.admin.Notifica" + - "tion\022.\n\013workflow_id\030\013 \001(\0132\031.flyteidl.cor" + - "e.IdentifierB\017\n\routput_result\"\222\003\n\021Execut" + - "ionMetadata\022=\n\004mode\030\001 \001(\0162/.flyteidl.adm" + - "in.ExecutionMetadata.ExecutionMode\022\021\n\tpr" + - "incipal\030\002 \001(\t\022\017\n\007nesting\030\003 \001(\r\0220\n\014schedu" + - "led_at\030\004 \001(\0132\032.google.protobuf.Timestamp" + - "\022E\n\025parent_node_execution\030\005 \001(\0132&.flytei" + - "dl.core.NodeExecutionIdentifier\022G\n\023refer" + - "ence_execution\030\020 \001(\0132*.flyteidl.core.Wor" + - "kflowExecutionIdentifier\"X\n\rExecutionMod" + - "e\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDULED\020\001\022\n\n\006SYSTEM\020\002" + - "\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD_WORKFLOW\020\004\"G\n\020No" + - "tificationList\0223\n\rnotifications\030\001 \003(\0132\034." + - "flyteidl.admin.Notification\"\353\002\n\rExecutio" + - "nSpec\022.\n\013launch_plan\030\001 \001(\0132\031.flyteidl.co" + - "re.Identifier\022)\n\006inputs\030\002 \001(\0132\031.flyteidl" + - ".core.LiteralMap\0223\n\010metadata\030\003 \001(\0132!.fly" + - "teidl.admin.ExecutionMetadata\0229\n\rnotific" + - "ations\030\005 \001(\0132 .flyteidl.admin.Notificati" + - "onListH\000\022\025\n\013disable_all\030\006 \001(\010H\000\022&\n\006label" + - "s\030\007 \001(\0132\026.flyteidl.admin.Labels\0220\n\013annot" + - "ations\030\010 \001(\0132\033.flyteidl.admin.Annotation" + - "sB\030\n\026notification_overridesJ\004\010\004\020\005\"b\n\031Exe" + - "cutionTerminateRequest\0226\n\002id\030\001 \001(\0132*.fly" + - "teidl.core.WorkflowExecutionIdentifier\022\r" + - "\n\005cause\030\002 \001(\t\"\034\n\032ExecutionTerminateRespo" + - "nse\"Y\n\037WorkflowExecutionGetDataRequest\0226" + - "\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowExecu" + - "tionIdentifier\"L\n WorkflowExecutionGetDa" + - "taResponse\022(\n\007outputs\030\001 \001(\0132\027.flyteidl.a" + - "dmin.UrlBlobB3Z1github.com/lyft/flyteidl" + - "/gen/pb-go/flyteidl/adminb\006proto3" + "to\032\037google/protobuf/timestamp.proto\"\237\001\n\026" + + "ExecutionCreateRequest\022\017\n\007project\030\001 \001(\t\022" + + "\016\n\006domain\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\022+\n\004spec\030\004 " + + "\001(\0132\035.flyteidl.admin.ExecutionSpec\022)\n\006in" + + "puts\030\005 \001(\0132\031.flyteidl.core.LiteralMap\"`\n" + + "\030ExecutionRelaunchRequest\0226\n\002id\030\001 \001(\0132*." + + "flyteidl.core.WorkflowExecutionIdentifie" + + "r\022\014\n\004name\030\003 \001(\t\"Q\n\027ExecutionCreateRespon" + + "se\0226\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowE" + + "xecutionIdentifier\"U\n\033WorkflowExecutionG" + + "etRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.Wo" + + "rkflowExecutionIdentifier\"\243\001\n\tExecution\022" + + "6\n\002id\030\001 \001(\0132*.flyteidl.core.WorkflowExec" + + "utionIdentifier\022+\n\004spec\030\002 \001(\0132\035.flyteidl" + + ".admin.ExecutionSpec\0221\n\007closure\030\003 \001(\0132 ." + + "flyteidl.admin.ExecutionClosure\"M\n\rExecu" + + "tionList\022-\n\nexecutions\030\001 \003(\0132\031.flyteidl." + + "admin.Execution\022\r\n\005token\030\002 \001(\t\"T\n\016Litera" + + "lMapBlob\022+\n\006values\030\001 \001(\0132\031.flyteidl.core" + + ".LiteralMapH\000\022\r\n\003uri\030\002 \001(\tH\000B\006\n\004data\"\256\004\n" + + "\020ExecutionClosure\0221\n\007outputs\030\001 \001(\0132\036.fly" + + "teidl.admin.LiteralMapBlobH\000\022.\n\005error\030\002 " + + "\001(\0132\035.flyteidl.core.ExecutionErrorH\000\022\025\n\013" + + "abort_cause\030\n \001(\tH\000\0226\n\017computed_inputs\030\003" + + " \001(\0132\031.flyteidl.core.LiteralMapB\002\030\001\0225\n\005p" + + "hase\030\004 \001(\0162&.flyteidl.core.WorkflowExecu" + + "tion.Phase\022.\n\nstarted_at\030\005 \001(\0132\032.google." + + "protobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.g" + + "oogle.protobuf.Duration\022.\n\ncreated_at\030\007 " + + "\001(\0132\032.google.protobuf.Timestamp\022.\n\nupdat" + + "ed_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022" + + "3\n\rnotifications\030\t \003(\0132\034.flyteidl.admin." + + "Notification\022.\n\013workflow_id\030\013 \001(\0132\031.flyt" + + "eidl.core.IdentifierB\017\n\routput_result\"\222\003" + + "\n\021ExecutionMetadata\022=\n\004mode\030\001 \001(\0162/.flyt" + + "eidl.admin.ExecutionMetadata.ExecutionMo" + + "de\022\021\n\tprincipal\030\002 \001(\t\022\017\n\007nesting\030\003 \001(\r\0220" + + "\n\014scheduled_at\030\004 \001(\0132\032.google.protobuf.T" + + "imestamp\022E\n\025parent_node_execution\030\005 \001(\0132" + + "&.flyteidl.core.NodeExecutionIdentifier\022" + + "G\n\023reference_execution\030\020 \001(\0132*.flyteidl." + + "core.WorkflowExecutionIdentifier\"X\n\rExec" + + "utionMode\022\n\n\006MANUAL\020\000\022\r\n\tSCHEDULED\020\001\022\n\n\006" + + "SYSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016CHILD_WORKFLOW" + + "\020\004\"G\n\020NotificationList\0223\n\rnotifications\030" + + "\001 \003(\0132\034.flyteidl.admin.Notification\"\357\002\n\r" + + "ExecutionSpec\022.\n\013launch_plan\030\001 \001(\0132\031.fly" + + "teidl.core.Identifier\022-\n\006inputs\030\002 \001(\0132\031." + + "flyteidl.core.LiteralMapB\002\030\001\0223\n\010metadata" + + "\030\003 \001(\0132!.flyteidl.admin.ExecutionMetadat" + + "a\0229\n\rnotifications\030\005 \001(\0132 .flyteidl.admi" + + "n.NotificationListH\000\022\025\n\013disable_all\030\006 \001(" + + "\010H\000\022&\n\006labels\030\007 \001(\0132\026.flyteidl.admin.Lab" + + "els\0220\n\013annotations\030\010 \001(\0132\033.flyteidl.admi" + + "n.AnnotationsB\030\n\026notification_overridesJ" + + "\004\010\004\020\005\"b\n\031ExecutionTerminateRequest\0226\n\002id" + + "\030\001 \001(\0132*.flyteidl.core.WorkflowExecution" + + "Identifier\022\r\n\005cause\030\002 \001(\t\"\034\n\032ExecutionTe" + + "rminateResponse\"Y\n\037WorkflowExecutionGetD" + + "ataRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.W" + + "orkflowExecutionIdentifier\"u\n WorkflowEx" + + "ecutionGetDataResponse\022(\n\007outputs\030\001 \001(\0132" + + "\027.flyteidl.admin.UrlBlob\022\'\n\006inputs\030\002 \001(\013" + + "2\027.flyteidl.admin.UrlBlobB3Z1github.com/" + + "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" + + "proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -17125,7 +17651,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_ExecutionCreateRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ExecutionCreateRequest_descriptor, - new java.lang.String[] { "Project", "Domain", "Name", "Spec", }); + new java.lang.String[] { "Project", "Domain", "Name", "Spec", "Inputs", }); internal_static_flyteidl_admin_ExecutionRelaunchRequest_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_flyteidl_admin_ExecutionRelaunchRequest_fieldAccessorTable = new @@ -17209,7 +17735,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_WorkflowExecutionGetDataResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_WorkflowExecutionGetDataResponse_descriptor, - new java.lang.String[] { "Outputs", }); + new java.lang.String[] { "Outputs", "Inputs", }); flyteidl.admin.Common.getDescriptor(); flyteidl.core.Literals.getDescriptor(); flyteidl.core.Execution.getDescriptor(); diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 595eba36d8..03e9d9b225 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -5874,6 +5874,9 @@ export namespace flyteidl { /** ExecutionCreateRequest spec */ spec?: (flyteidl.admin.IExecutionSpec|null); + + /** ExecutionCreateRequest inputs */ + inputs?: (flyteidl.core.ILiteralMap|null); } /** Represents an ExecutionCreateRequest. */ @@ -5897,6 +5900,9 @@ export namespace flyteidl { /** ExecutionCreateRequest spec. */ public spec?: (flyteidl.admin.IExecutionSpec|null); + /** ExecutionCreateRequest inputs. */ + public inputs?: (flyteidl.core.ILiteralMap|null); + /** * Creates a new ExecutionCreateRequest instance using the specified properties. * @param [properties] Properties to set @@ -6788,6 +6794,9 @@ export namespace flyteidl { /** WorkflowExecutionGetDataResponse outputs */ outputs?: (flyteidl.admin.IUrlBlob|null); + + /** WorkflowExecutionGetDataResponse inputs */ + inputs?: (flyteidl.admin.IUrlBlob|null); } /** Represents a WorkflowExecutionGetDataResponse. */ @@ -6802,6 +6811,9 @@ export namespace flyteidl { /** WorkflowExecutionGetDataResponse outputs. */ public outputs?: (flyteidl.admin.IUrlBlob|null); + /** WorkflowExecutionGetDataResponse inputs. */ + public inputs?: (flyteidl.admin.IUrlBlob|null); + /** * Creates a new WorkflowExecutionGetDataResponse instance using the specified properties. * @param [properties] Properties to set diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 5eb62a462d..cc005f617f 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -14059,6 +14059,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {string|null} [domain] ExecutionCreateRequest domain * @property {string|null} [name] ExecutionCreateRequest name * @property {flyteidl.admin.IExecutionSpec|null} [spec] ExecutionCreateRequest spec + * @property {flyteidl.core.ILiteralMap|null} [inputs] ExecutionCreateRequest inputs */ /** @@ -14108,6 +14109,14 @@ export const flyteidl = $root.flyteidl = (() => { */ ExecutionCreateRequest.prototype.spec = null; + /** + * ExecutionCreateRequest inputs. + * @member {flyteidl.core.ILiteralMap|null|undefined} inputs + * @memberof flyteidl.admin.ExecutionCreateRequest + * @instance + */ + ExecutionCreateRequest.prototype.inputs = null; + /** * Creates a new ExecutionCreateRequest instance using the specified properties. * @function create @@ -14140,6 +14149,8 @@ export const flyteidl = $root.flyteidl = (() => { writer.uint32(/* id 3, wireType 2 =*/26).string(message.name); if (message.spec != null && message.hasOwnProperty("spec")) $root.flyteidl.admin.ExecutionSpec.encode(message.spec, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); + if (message.inputs != null && message.hasOwnProperty("inputs")) + $root.flyteidl.core.LiteralMap.encode(message.inputs, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); return writer; }; @@ -14173,6 +14184,9 @@ export const flyteidl = $root.flyteidl = (() => { case 4: message.spec = $root.flyteidl.admin.ExecutionSpec.decode(reader, reader.uint32()); break; + case 5: + message.inputs = $root.flyteidl.core.LiteralMap.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -14206,6 +14220,11 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "spec." + error; } + if (message.inputs != null && message.hasOwnProperty("inputs")) { + let error = $root.flyteidl.core.LiteralMap.verify(message.inputs); + if (error) + return "inputs." + error; + } return null; }; @@ -16284,6 +16303,7 @@ export const flyteidl = $root.flyteidl = (() => { * @memberof flyteidl.admin * @interface IWorkflowExecutionGetDataResponse * @property {flyteidl.admin.IUrlBlob|null} [outputs] WorkflowExecutionGetDataResponse outputs + * @property {flyteidl.admin.IUrlBlob|null} [inputs] WorkflowExecutionGetDataResponse inputs */ /** @@ -16309,6 +16329,14 @@ export const flyteidl = $root.flyteidl = (() => { */ WorkflowExecutionGetDataResponse.prototype.outputs = null; + /** + * WorkflowExecutionGetDataResponse inputs. + * @member {flyteidl.admin.IUrlBlob|null|undefined} inputs + * @memberof flyteidl.admin.WorkflowExecutionGetDataResponse + * @instance + */ + WorkflowExecutionGetDataResponse.prototype.inputs = null; + /** * Creates a new WorkflowExecutionGetDataResponse instance using the specified properties. * @function create @@ -16335,6 +16363,8 @@ export const flyteidl = $root.flyteidl = (() => { writer = $Writer.create(); if (message.outputs != null && message.hasOwnProperty("outputs")) $root.flyteidl.admin.UrlBlob.encode(message.outputs, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + if (message.inputs != null && message.hasOwnProperty("inputs")) + $root.flyteidl.admin.UrlBlob.encode(message.inputs, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); return writer; }; @@ -16359,6 +16389,9 @@ export const flyteidl = $root.flyteidl = (() => { case 1: message.outputs = $root.flyteidl.admin.UrlBlob.decode(reader, reader.uint32()); break; + case 2: + message.inputs = $root.flyteidl.admin.UrlBlob.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -16383,6 +16416,11 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "outputs." + error; } + if (message.inputs != null && message.hasOwnProperty("inputs")) { + let error = $root.flyteidl.admin.UrlBlob.verify(message.inputs); + if (error) + return "inputs." + error; + } return null; }; diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst index eae841b595..0b65f07bd5 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/execution.proto.rst @@ -18,7 +18,8 @@ Request to launch an execution with the given project, domain and optionally nam "project": "...", "domain": "...", "name": "...", - "spec": "{...}" + "spec": "{...}", + "inputs": "{...}" } .. _api_field_flyteidl.admin.ExecutionCreateRequest.project: @@ -48,6 +49,13 @@ spec (:ref:`flyteidl.admin.ExecutionSpec `) Additional fields necessary to launch the execution. +.. _api_field_flyteidl.admin.ExecutionCreateRequest.inputs: + +inputs + (:ref:`flyteidl.core.LiteralMap `) The inputs required to start the execution. All required inputs must be + included in this map. If not required and not provided, defaults apply. + + .. _api_msg_flyteidl.admin.ExecutionRelaunchRequest: @@ -55,7 +63,7 @@ spec flyteidl.admin.ExecutionRelaunchRequest --------------------------------------- -`[flyteidl.admin.ExecutionRelaunchRequest proto] `_ +`[flyteidl.admin.ExecutionRelaunchRequest proto] `_ Request to relaunch the referenced execution. @@ -87,7 +95,7 @@ name flyteidl.admin.ExecutionCreateResponse -------------------------------------- -`[flyteidl.admin.ExecutionCreateResponse proto] `_ +`[flyteidl.admin.ExecutionCreateResponse proto] `_ The unique identifier for a successfully created execution. If the name was *not* specified in the create request, this identifier will include a generated name. @@ -110,7 +118,7 @@ id flyteidl.admin.WorkflowExecutionGetRequest ------------------------------------------ -`[flyteidl.admin.WorkflowExecutionGetRequest proto] `_ +`[flyteidl.admin.WorkflowExecutionGetRequest proto] `_ A message used to fetch a single workflow execution entity. @@ -133,7 +141,7 @@ id flyteidl.admin.Execution ------------------------ -`[flyteidl.admin.Execution proto] `_ +`[flyteidl.admin.Execution proto] `_ A workflow execution represents an instantiated workflow, including all inputs and additional metadata as well as computed results included state, outputs, and duration-based attributes. @@ -172,7 +180,7 @@ closure flyteidl.admin.ExecutionList ---------------------------- -`[flyteidl.admin.ExecutionList proto] `_ +`[flyteidl.admin.ExecutionList proto] `_ Used as a response for request to list executions. @@ -202,7 +210,7 @@ token flyteidl.admin.LiteralMapBlob ----------------------------- -`[flyteidl.admin.LiteralMapBlob proto] `_ +`[flyteidl.admin.LiteralMapBlob proto] `_ Input/output data can represented by actual values or a link to where values are stored @@ -238,7 +246,7 @@ uri flyteidl.admin.ExecutionClosure ------------------------------- -`[flyteidl.admin.ExecutionClosure proto] `_ +`[flyteidl.admin.ExecutionClosure proto] `_ Encapsulates the results of the Execution @@ -349,7 +357,7 @@ workflow_id flyteidl.admin.ExecutionMetadata -------------------------------- -`[flyteidl.admin.ExecutionMetadata proto] `_ +`[flyteidl.admin.ExecutionMetadata proto] `_ Represents attributes about an execution which are not required to launch the execution but are useful to record. These attributes are assigned at launch time and do not change. @@ -411,7 +419,7 @@ reference_execution Enum flyteidl.admin.ExecutionMetadata.ExecutionMode --------------------------------------------------- -`[flyteidl.admin.ExecutionMetadata.ExecutionMode proto] `_ +`[flyteidl.admin.ExecutionMetadata.ExecutionMode proto] `_ The method by which this execution was launched. @@ -451,7 +459,7 @@ CHILD_WORKFLOW flyteidl.admin.NotificationList ------------------------------- -`[flyteidl.admin.NotificationList proto] `_ +`[flyteidl.admin.NotificationList proto] `_ .. code-block:: json @@ -472,7 +480,7 @@ notifications flyteidl.admin.ExecutionSpec ---------------------------- -`[flyteidl.admin.ExecutionSpec proto] `_ +`[flyteidl.admin.ExecutionSpec proto] `_ An ExecutionSpec encompasses all data used to launch this execution. The Spec does not change over the lifetime of an execution as it progresses across phase changes.. @@ -546,7 +554,7 @@ annotations flyteidl.admin.ExecutionTerminateRequest ---------------------------------------- -`[flyteidl.admin.ExecutionTerminateRequest proto] `_ +`[flyteidl.admin.ExecutionTerminateRequest proto] `_ Request to terminate an in-progress execution. This action is irreversible. If an execution is already terminated, this request will simply be a no-op. @@ -580,7 +588,7 @@ cause flyteidl.admin.ExecutionTerminateResponse ----------------------------------------- -`[flyteidl.admin.ExecutionTerminateResponse proto] `_ +`[flyteidl.admin.ExecutionTerminateResponse proto] `_ .. code-block:: json @@ -595,7 +603,7 @@ flyteidl.admin.ExecutionTerminateResponse flyteidl.admin.WorkflowExecutionGetDataRequest ---------------------------------------------- -`[flyteidl.admin.WorkflowExecutionGetDataRequest proto] `_ +`[flyteidl.admin.WorkflowExecutionGetDataRequest proto] `_ Request structure to fetch inputs and output urls for an execution. @@ -618,14 +626,15 @@ id flyteidl.admin.WorkflowExecutionGetDataResponse ----------------------------------------------- -`[flyteidl.admin.WorkflowExecutionGetDataResponse proto] `_ +`[flyteidl.admin.WorkflowExecutionGetDataResponse proto] `_ Response structure for WorkflowExecutionGetDataRequest which contains inputs and outputs for an execution. .. code-block:: json { - "outputs": "{...}" + "outputs": "{...}", + "inputs": "{...}" } .. _api_field_flyteidl.admin.WorkflowExecutionGetDataResponse.outputs: @@ -634,4 +643,10 @@ outputs (:ref:`flyteidl.admin.UrlBlob `) Signed url to fetch a core.LiteralMap of execution outputs. +.. _api_field_flyteidl.admin.WorkflowExecutionGetDataResponse.inputs: + +inputs + (:ref:`flyteidl.admin.UrlBlob `) Signed url to fetch a core.LiteralMap of execution inputs. + + diff --git a/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py index b717eb2630..efacc684af 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/execution_pb2.py @@ -25,7 +25,7 @@ name='flyteidl/admin/execution.proto', package='flyteidl.admin', syntax='proto3', - serialized_pb=_b('\n\x1e\x66lyteidl/admin/execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"t\n\x16\x45xecutionCreateRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12+\n\x04spec\x18\x04 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\"`\n\x18\x45xecutionRelaunchRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x03 \x01(\t\"Q\n\x17\x45xecutionCreateResponse\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"U\n\x1bWorkflowExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xa3\x01\n\tExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12+\n\x04spec\x18\x02 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12\x31\n\x07\x63losure\x18\x03 \x01(\x0b\x32 .flyteidl.admin.ExecutionClosure\"M\n\rExecutionList\x12-\n\nexecutions\x18\x01 \x03(\x0b\x32\x19.flyteidl.admin.Execution\x12\r\n\x05token\x18\x02 \x01(\t\"T\n\x0eLiteralMapBlob\x12+\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"\xaa\x04\n\x10\x45xecutionClosure\x12\x31\n\x07outputs\x18\x01 \x01(\x0b\x32\x1e.flyteidl.admin.LiteralMapBlobH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x15\n\x0b\x61\x62ort_cause\x18\n \x01(\tH\x00\x12\x32\n\x0f\x63omputed_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x35\n\x05phase\x18\x04 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\rnotifications\x18\t \x03(\x0b\x32\x1c.flyteidl.admin.Notification\x12.\n\x0bworkflow_id\x18\x0b \x01(\x0b\x32\x19.flyteidl.core.IdentifierB\x0f\n\routput_result\"\x92\x03\n\x11\x45xecutionMetadata\x12=\n\x04mode\x18\x01 \x01(\x0e\x32/.flyteidl.admin.ExecutionMetadata.ExecutionMode\x12\x11\n\tprincipal\x18\x02 \x01(\t\x12\x0f\n\x07nesting\x18\x03 \x01(\r\x12\x30\n\x0cscheduled_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x15parent_node_execution\x18\x05 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12G\n\x13reference_execution\x18\x10 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"X\n\rExecutionMode\x12\n\n\x06MANUAL\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\x0c\n\x08RELAUNCH\x10\x03\x12\x12\n\x0e\x43HILD_WORKFLOW\x10\x04\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\xeb\x02\n\rExecutionSpec\x12.\n\x0blaunch_plan\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12)\n\x06inputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\x12\x39\n\rnotifications\x18\x05 \x01(\x0b\x32 .flyteidl.admin.NotificationListH\x00\x12\x15\n\x0b\x64isable_all\x18\x06 \x01(\x08H\x00\x12&\n\x06labels\x18\x07 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x08 \x01(\x0b\x32\x1b.flyteidl.admin.AnnotationsB\x18\n\x16notification_overridesJ\x04\x08\x04\x10\x05\"b\n\x19\x45xecutionTerminateRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05\x63\x61use\x18\x02 \x01(\t\"\x1c\n\x1a\x45xecutionTerminateResponse\"Y\n\x1fWorkflowExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"L\n WorkflowExecutionGetDataResponse\x12(\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB3Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n\x1e\x66lyteidl/admin/execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9f\x01\n\x16\x45xecutionCreateRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12+\n\x04spec\x18\x04 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12)\n\x06inputs\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\"`\n\x18\x45xecutionRelaunchRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x03 \x01(\t\"Q\n\x17\x45xecutionCreateResponse\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"U\n\x1bWorkflowExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xa3\x01\n\tExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12+\n\x04spec\x18\x02 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12\x31\n\x07\x63losure\x18\x03 \x01(\x0b\x32 .flyteidl.admin.ExecutionClosure\"M\n\rExecutionList\x12-\n\nexecutions\x18\x01 \x03(\x0b\x32\x19.flyteidl.admin.Execution\x12\r\n\x05token\x18\x02 \x01(\t\"T\n\x0eLiteralMapBlob\x12+\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"\xae\x04\n\x10\x45xecutionClosure\x12\x31\n\x07outputs\x18\x01 \x01(\x0b\x32\x1e.flyteidl.admin.LiteralMapBlobH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x15\n\x0b\x61\x62ort_cause\x18\n \x01(\tH\x00\x12\x36\n\x0f\x63omputed_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x35\n\x05phase\x18\x04 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\rnotifications\x18\t \x03(\x0b\x32\x1c.flyteidl.admin.Notification\x12.\n\x0bworkflow_id\x18\x0b \x01(\x0b\x32\x19.flyteidl.core.IdentifierB\x0f\n\routput_result\"\x92\x03\n\x11\x45xecutionMetadata\x12=\n\x04mode\x18\x01 \x01(\x0e\x32/.flyteidl.admin.ExecutionMetadata.ExecutionMode\x12\x11\n\tprincipal\x18\x02 \x01(\t\x12\x0f\n\x07nesting\x18\x03 \x01(\r\x12\x30\n\x0cscheduled_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x15parent_node_execution\x18\x05 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12G\n\x13reference_execution\x18\x10 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"X\n\rExecutionMode\x12\n\n\x06MANUAL\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\x0c\n\x08RELAUNCH\x10\x03\x12\x12\n\x0e\x43HILD_WORKFLOW\x10\x04\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\xef\x02\n\rExecutionSpec\x12.\n\x0blaunch_plan\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12-\n\x06inputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\x12\x39\n\rnotifications\x18\x05 \x01(\x0b\x32 .flyteidl.admin.NotificationListH\x00\x12\x15\n\x0b\x64isable_all\x18\x06 \x01(\x08H\x00\x12&\n\x06labels\x18\x07 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x08 \x01(\x0b\x32\x1b.flyteidl.admin.AnnotationsB\x18\n\x16notification_overridesJ\x04\x08\x04\x10\x05\"b\n\x19\x45xecutionTerminateRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05\x63\x61use\x18\x02 \x01(\t\"\x1c\n\x1a\x45xecutionTerminateResponse\"Y\n\x1fWorkflowExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"u\n WorkflowExecutionGetDataResponse\x12(\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12\'\n\x06inputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB3Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,]) @@ -60,8 +60,8 @@ ], containing_type=None, options=None, - serialized_start=1826, - serialized_end=1914, + serialized_start=1874, + serialized_end=1962, ) _sym_db.RegisterEnumDescriptor(_EXECUTIONMETADATA_EXECUTIONMODE) @@ -101,6 +101,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='inputs', full_name='flyteidl.admin.ExecutionCreateRequest.inputs', index=4, + number=5, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -113,8 +120,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=237, - serialized_end=353, + serialized_start=238, + serialized_end=397, ) @@ -151,8 +158,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=355, - serialized_end=451, + serialized_start=399, + serialized_end=495, ) @@ -182,8 +189,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=453, - serialized_end=534, + serialized_start=497, + serialized_end=578, ) @@ -213,8 +220,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=536, - serialized_end=621, + serialized_start=580, + serialized_end=665, ) @@ -258,8 +265,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=624, - serialized_end=787, + serialized_start=668, + serialized_end=831, ) @@ -296,8 +303,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=789, - serialized_end=866, + serialized_start=833, + serialized_end=910, ) @@ -337,8 +344,8 @@ name='data', full_name='flyteidl.admin.LiteralMapBlob.data', index=0, containing_type=None, fields=[]), ], - serialized_start=868, - serialized_end=952, + serialized_start=912, + serialized_end=996, ) @@ -376,7 +383,7 @@ has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, - options=None, file=DESCRIPTOR), + options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')), file=DESCRIPTOR), _descriptor.FieldDescriptor( name='phase', full_name='flyteidl.admin.ExecutionClosure.phase', index=4, number=4, type=14, cpp_type=8, label=1, @@ -441,8 +448,8 @@ name='output_result', full_name='flyteidl.admin.ExecutionClosure.output_result', index=0, containing_type=None, fields=[]), ], - serialized_start=955, - serialized_end=1509, + serialized_start=999, + serialized_end=1557, ) @@ -508,8 +515,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1512, - serialized_end=1914, + serialized_start=1560, + serialized_end=1962, ) @@ -539,8 +546,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1916, - serialized_end=1987, + serialized_start=1964, + serialized_end=2035, ) @@ -564,7 +571,7 @@ has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, - options=None, file=DESCRIPTOR), + options=_descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')), file=DESCRIPTOR), _descriptor.FieldDescriptor( name='metadata', full_name='flyteidl.admin.ExecutionSpec.metadata', index=2, number=3, type=11, cpp_type=10, label=1, @@ -615,8 +622,8 @@ name='notification_overrides', full_name='flyteidl.admin.ExecutionSpec.notification_overrides', index=0, containing_type=None, fields=[]), ], - serialized_start=1990, - serialized_end=2353, + serialized_start=2038, + serialized_end=2405, ) @@ -653,8 +660,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2355, - serialized_end=2453, + serialized_start=2407, + serialized_end=2505, ) @@ -677,8 +684,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2455, - serialized_end=2483, + serialized_start=2507, + serialized_end=2535, ) @@ -708,8 +715,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2485, - serialized_end=2574, + serialized_start=2537, + serialized_end=2626, ) @@ -727,6 +734,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='inputs', full_name='flyteidl.admin.WorkflowExecutionGetDataResponse.inputs', 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, + options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -739,11 +753,12 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2576, - serialized_end=2652, + serialized_start=2628, + serialized_end=2745, ) _EXECUTIONCREATEREQUEST.fields_by_name['spec'].message_type = _EXECUTIONSPEC +_EXECUTIONCREATEREQUEST.fields_by_name['inputs'].message_type = flyteidl_dot_core_dot_literals__pb2._LITERALMAP _EXECUTIONRELAUNCHREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER _EXECUTIONCREATERESPONSE.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER _WORKFLOWEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER @@ -798,6 +813,7 @@ _EXECUTIONTERMINATEREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER _WORKFLOWEXECUTIONGETDATAREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER _WORKFLOWEXECUTIONGETDATARESPONSE.fields_by_name['outputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB +_WORKFLOWEXECUTIONGETDATARESPONSE.fields_by_name['inputs'].message_type = flyteidl_dot_admin_dot_common__pb2._URLBLOB DESCRIPTOR.message_types_by_name['ExecutionCreateRequest'] = _EXECUTIONCREATEREQUEST DESCRIPTOR.message_types_by_name['ExecutionRelaunchRequest'] = _EXECUTIONRELAUNCHREQUEST DESCRIPTOR.message_types_by_name['ExecutionCreateResponse'] = _EXECUTIONCREATERESPONSE @@ -923,4 +939,8 @@ DESCRIPTOR.has_options = True DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin')) +_EXECUTIONCLOSURE.fields_by_name['computed_inputs'].has_options = True +_EXECUTIONCLOSURE.fields_by_name['computed_inputs']._options = _descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')) +_EXECUTIONSPEC.fields_by_name['inputs'].has_options = True +_EXECUTIONSPEC.fields_by_name['inputs']._options = _descriptor._ParseOptions(descriptor_pb2.FieldOptions(), _b('\030\001')) # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_create_request.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_create_request.py index 03679082c4..2cb7ed5372 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_create_request.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_create_request.py @@ -17,6 +17,7 @@ import six from flyteadmin.models.admin_execution_spec import AdminExecutionSpec # noqa: F401,E501 +from flyteadmin.models.core_literal_map import CoreLiteralMap # noqa: F401,E501 class AdminExecutionCreateRequest(object): @@ -36,23 +37,26 @@ class AdminExecutionCreateRequest(object): 'project': 'str', 'domain': 'str', 'name': 'str', - 'spec': 'AdminExecutionSpec' + 'spec': 'AdminExecutionSpec', + 'inputs': 'CoreLiteralMap' } attribute_map = { 'project': 'project', 'domain': 'domain', 'name': 'name', - 'spec': 'spec' + 'spec': 'spec', + 'inputs': 'inputs' } - def __init__(self, project=None, domain=None, name=None, spec=None): # noqa: E501 + def __init__(self, project=None, domain=None, name=None, spec=None, inputs=None): # noqa: E501 """AdminExecutionCreateRequest - a model defined in Swagger""" # noqa: E501 self._project = None self._domain = None self._name = None self._spec = None + self._inputs = None self.discriminator = None if project is not None: @@ -63,6 +67,8 @@ def __init__(self, project=None, domain=None, name=None, spec=None): # noqa: E5 self.name = name if spec is not None: self.spec = spec + if inputs is not None: + self.inputs = inputs @property def project(self): @@ -154,6 +160,29 @@ def spec(self, spec): self._spec = spec + @property + def inputs(self): + """Gets the inputs of this AdminExecutionCreateRequest. # noqa: E501 + + The inputs required to start the execution. All required inputs must be included in this map. If not required and not provided, defaults apply. # noqa: E501 + + :return: The inputs of this AdminExecutionCreateRequest. # noqa: E501 + :rtype: CoreLiteralMap + """ + return self._inputs + + @inputs.setter + def inputs(self, inputs): + """Sets the inputs of this AdminExecutionCreateRequest. + + The inputs required to start the execution. All required inputs must be included in this map. If not required and not provided, defaults apply. # noqa: E501 + + :param inputs: The inputs of this AdminExecutionCreateRequest. # noqa: E501 + :type: CoreLiteralMap + """ + + self._inputs = inputs + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py index 9588de881f..0fe11d9b82 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_workflow_execution_get_data_response.py @@ -33,21 +33,26 @@ class AdminWorkflowExecutionGetDataResponse(object): and the value is json key in definition. """ swagger_types = { - 'outputs': 'AdminUrlBlob' + 'outputs': 'AdminUrlBlob', + 'inputs': 'AdminUrlBlob' } attribute_map = { - 'outputs': 'outputs' + 'outputs': 'outputs', + 'inputs': 'inputs' } - def __init__(self, outputs=None): # noqa: E501 + def __init__(self, outputs=None, inputs=None): # noqa: E501 """AdminWorkflowExecutionGetDataResponse - a model defined in Swagger""" # noqa: E501 self._outputs = None + self._inputs = None self.discriminator = None if outputs is not None: self.outputs = outputs + if inputs is not None: + self.inputs = inputs @property def outputs(self): @@ -72,6 +77,29 @@ def outputs(self, outputs): self._outputs = outputs + @property + def inputs(self): + """Gets the inputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + + Signed url to fetch a core.LiteralMap of execution inputs. # noqa: E501 + + :return: The inputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + :rtype: AdminUrlBlob + """ + return self._inputs + + @inputs.setter + def inputs(self, inputs): + """Sets the inputs of this AdminWorkflowExecutionGetDataResponse. + + Signed url to fetch a core.LiteralMap of execution inputs. # noqa: E501 + + :param inputs: The inputs of this AdminWorkflowExecutionGetDataResponse. # noqa: E501 + :type: AdminUrlBlob + """ + + self._inputs = inputs + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/protos/flyteidl/admin/execution.proto b/flyteidl/protos/flyteidl/admin/execution.proto index 33d8aaf3f1..b3d1e4f643 100644 --- a/flyteidl/protos/flyteidl/admin/execution.proto +++ b/flyteidl/protos/flyteidl/admin/execution.proto @@ -26,6 +26,10 @@ message ExecutionCreateRequest { // Additional fields necessary to launch the execution. ExecutionSpec spec = 4; + + // The inputs required to start the execution. All required inputs must be + // included in this map. If not required and not provided, defaults apply. + core.LiteralMap inputs = 5; } // Request to relaunch the referenced execution. @@ -102,10 +106,10 @@ message ExecutionClosure { // Inputs computed and passed for execution. // computed_inputs depends on inputs in ExecutionSpec, fixed and default inputs in launch plan - core.LiteralMap computed_inputs = 3; + core.LiteralMap computed_inputs = 3 [deprecated=true]; // Most recent recorded phase for the execution. - core.WorkflowExecution.Phase phase = 4; + core.WorkflowExecution.Phase phase = 4; // Reported ime at which the execution began running. google.protobuf.Timestamp started_at = 5; @@ -182,7 +186,7 @@ message ExecutionSpec { core.Identifier launch_plan = 1; // Input values to be passed for the execution - core.LiteralMap inputs = 2; + core.LiteralMap inputs = 2 [deprecated=true]; // Metadata for the execution ExecutionMetadata metadata = 3; @@ -234,4 +238,6 @@ message WorkflowExecutionGetDataRequest { message WorkflowExecutionGetDataResponse { // Signed url to fetch a core.LiteralMap of execution outputs. UrlBlob outputs = 1; + // Signed url to fetch a core.LiteralMap of execution inputs. + UrlBlob inputs = 2; }