From 1ae0d7bc9f5296395294495e672b69813e87f5f7 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 15 Sep 2020 09:12:54 -0700 Subject: [PATCH] Create PluginOverrides MatchableResource. (#80) --- .../flyteidl/admin/matchable_resource.pb.cc | 632 ++++++- .../flyteidl/admin/matchable_resource.pb.h | 414 ++++- .../admin/project_domain_attributes.pb.cc | 2 +- .../flyteidl/admin/workflow_attributes.pb.cc | 2 +- .../flyteidl/admin/matchable_resource.pb.go | 229 ++- .../admin/matchable_resource.pb.validate.go | 81 + .../pb-go/flyteidl/service/admin.swagger.json | 53 +- .../flyteidl/service/flyteadmin/README.md | 2 + .../service/flyteadmin/api/swagger.yaml | 104 +- .../service/flyteadmin/api_admin_service.go | 6 +- .../model_admin_matchable_resource.go | 3 +- .../model_admin_matching_attributes.go | 1 + .../flyteadmin/model_admin_plugin_override.go | 20 + ...plugin_override_missing_plugin_behavior.go | 18 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../admin/MatchableResourceOuterClass.java | 1513 ++++++++++++++++- flyteidl/gen/pb-js/flyteidl.d.ts | 84 +- flyteidl/gen/pb-js/flyteidl.js | 206 ++- .../admin/matchable_resource.proto.rst | 103 +- .../flyteidl/admin/matchable_resource_pb2.py | 116 +- .../flyteidl/service/flyteadmin/README.md | 2 + .../service/flyteadmin/flyteadmin/__init__.py | 2 + .../flyteadmin/api/admin_service_api.py | 12 +- .../flyteadmin/flyteadmin/models/__init__.py | 2 + .../models/admin_matchable_resource.py | 1 + .../models/admin_matching_attributes.py | 33 +- .../models/admin_plugin_override.py | 175 ++ ...plugin_override_missing_plugin_behavior.py | 93 + .../test/test_admin_plugin_override.py | 40 + ...plugin_override_missing_plugin_behavior.py | 40 + flyteidl/package.json | 2 +- .../flyteidl/admin/matchable_resource.proto | 26 + flyteidl/setup.py | 2 +- 33 files changed, 3779 insertions(+), 244 deletions(-) create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_plugin_override.go create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_plugin_override_missing_plugin_behavior.go create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_plugin_override.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/plugin_override_missing_plugin_behavior.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_plugin_override.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_plugin_override_missing_plugin_behavior.py diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc index c6436c2e26..dade5a74c9 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc @@ -19,11 +19,12 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ClusterResourceAttributes_AttributesEntry_DoNotUse_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ExecutionClusterLabel_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ExecutionQueueAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_PluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_TaskResourceSpec_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ClusterResourceAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_MatchableAttributesConfiguration_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskResourceAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<5> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_QualityOfService_flyteidl_2fcore_2fexecution_2eproto; namespace flyteidl { namespace admin { @@ -51,6 +52,10 @@ class ExecutionClusterLabelDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _ExecutionClusterLabel_default_instance_; +class PluginOverrideDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _PluginOverride_default_instance_; class MatchingAttributesDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; @@ -59,6 +64,7 @@ class MatchingAttributesDefaultTypeInternal { const ::flyteidl::admin::ExecutionQueueAttributes* execution_queue_attributes_; const ::flyteidl::admin::ExecutionClusterLabel* execution_cluster_label_; const ::flyteidl::core::QualityOfService* quality_of_service_; + const ::flyteidl::admin::PluginOverride* plugin_override_; } _MatchingAttributes_default_instance_; class MatchableAttributesConfigurationDefaultTypeInternal { public: @@ -159,6 +165,20 @@ static void InitDefaultsExecutionClusterLabel_flyteidl_2fadmin_2fmatchable_5fres ::google::protobuf::internal::SCCInfo<0> scc_info_ExecutionClusterLabel_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsExecutionClusterLabel_flyteidl_2fadmin_2fmatchable_5fresource_2eproto}, {}}; +static void InitDefaultsPluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_PluginOverride_default_instance_; + new (ptr) ::flyteidl::admin::PluginOverride(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::PluginOverride::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_PluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsPluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto}, {}}; + static void InitDefaultsMatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -170,13 +190,14 @@ static void InitDefaultsMatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresour ::flyteidl::admin::MatchingAttributes::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<5> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 5, InitDefaultsMatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto}, { +::google::protobuf::internal::SCCInfo<6> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 6, InitDefaultsMatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto}, { &scc_info_TaskResourceAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base, &scc_info_ClusterResourceAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base, &scc_info_ExecutionQueueAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base, &scc_info_ExecutionClusterLabel_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base, - &scc_info_QualityOfService_flyteidl_2fcore_2fexecution_2eproto.base,}}; + &scc_info_QualityOfService_flyteidl_2fcore_2fexecution_2eproto.base, + &scc_info_PluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base,}}; static void InitDefaultsMatchableAttributesConfiguration_flyteidl_2fadmin_2fmatchable_5fresource_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -229,14 +250,15 @@ void InitDefaults_flyteidl_2fadmin_2fmatchable_5fresource_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_ClusterResourceAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ExecutionQueueAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ExecutionClusterLabel_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_PluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_MatchableAttributesConfiguration_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ListMatchableAttributesRequest_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ListMatchableAttributesResponse_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[10]; -const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[1]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[11]; +const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[2]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = nullptr; const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fmatchable_5fresource_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { @@ -284,6 +306,14 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fmatchable_5freso ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionClusterLabel, value_), ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::PluginOverride, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::PluginOverride, task_type_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::PluginOverride, plugin_id_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::PluginOverride, missing_plugin_behavior_), + ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::MatchingAttributes, _internal_metadata_), ~0u, // no _extensions_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::MatchingAttributes, _oneof_case_[0]), @@ -293,6 +323,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fmatchable_5freso offsetof(::flyteidl::admin::MatchingAttributesDefaultTypeInternal, execution_queue_attributes_), offsetof(::flyteidl::admin::MatchingAttributesDefaultTypeInternal, execution_cluster_label_), offsetof(::flyteidl::admin::MatchingAttributesDefaultTypeInternal, quality_of_service_), + offsetof(::flyteidl::admin::MatchingAttributesDefaultTypeInternal, plugin_override_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::MatchingAttributes, target_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::MatchableAttributesConfiguration, _internal_metadata_), @@ -324,10 +355,11 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 25, -1, sizeof(::flyteidl::admin::ClusterResourceAttributes)}, { 31, -1, sizeof(::flyteidl::admin::ExecutionQueueAttributes)}, { 37, -1, sizeof(::flyteidl::admin::ExecutionClusterLabel)}, - { 43, -1, sizeof(::flyteidl::admin::MatchingAttributes)}, - { 54, -1, sizeof(::flyteidl::admin::MatchableAttributesConfiguration)}, - { 64, -1, sizeof(::flyteidl::admin::ListMatchableAttributesRequest)}, - { 70, -1, sizeof(::flyteidl::admin::ListMatchableAttributesResponse)}, + { 43, -1, sizeof(::flyteidl::admin::PluginOverride)}, + { 51, -1, sizeof(::flyteidl::admin::MatchingAttributes)}, + { 63, -1, sizeof(::flyteidl::admin::MatchableAttributesConfiguration)}, + { 73, -1, sizeof(::flyteidl::admin::ListMatchableAttributesRequest)}, + { 79, -1, sizeof(::flyteidl::admin::ListMatchableAttributesResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -337,6 +369,7 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::admin::_ClusterResourceAttributes_default_instance_), reinterpret_cast(&::flyteidl::admin::_ExecutionQueueAttributes_default_instance_), reinterpret_cast(&::flyteidl::admin::_ExecutionClusterLabel_default_instance_), + reinterpret_cast(&::flyteidl::admin::_PluginOverride_default_instance_), reinterpret_cast(&::flyteidl::admin::_MatchingAttributes_default_instance_), reinterpret_cast(&::flyteidl::admin::_MatchableAttributesConfiguration_default_instance_), reinterpret_cast(&::flyteidl::admin::_ListMatchableAttributesRequest_default_instance_), @@ -346,7 +379,7 @@ static ::google::protobuf::Message const * const file_default_instances[] = { ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = { {}, AddDescriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, "flyteidl/admin/matchable_resource.proto", schemas, file_default_instances, TableStruct_flyteidl_2fadmin_2fmatchable_5fresource_2eproto::offsets, - file_level_metadata_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, 10, file_level_enum_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, + file_level_metadata_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, 11, file_level_enum_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, }; const char descriptor_table_protodef_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[] = @@ -364,36 +397,43 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fmatchable_5fresource_2ep "ributesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t" ":\0028\001\"(\n\030ExecutionQueueAttributes\022\014\n\004tags" "\030\001 \003(\t\"&\n\025ExecutionClusterLabel\022\r\n\005value" - "\030\001 \001(\t\"\225\003\n\022MatchingAttributes\022J\n\030task_re" - "source_attributes\030\001 \001(\0132&.flyteidl.admin" - ".TaskResourceAttributesH\000\022P\n\033cluster_res" - "ource_attributes\030\002 \001(\0132).flyteidl.admin." - "ClusterResourceAttributesH\000\022N\n\032execution" - "_queue_attributes\030\003 \001(\0132(.flyteidl.admin" - ".ExecutionQueueAttributesH\000\022H\n\027execution" - "_cluster_label\030\004 \001(\0132%.flyteidl.admin.Ex" - "ecutionClusterLabelH\000\022=\n\022quality_of_serv" - "ice\030\005 \001(\0132\037.flyteidl.core.QualityOfServi" - "ceH\000B\010\n\006target\"\242\001\n MatchableAttributesCo" - "nfiguration\0226\n\nattributes\030\001 \001(\0132\".flytei" - "dl.admin.MatchingAttributes\022\016\n\006domain\030\002 " - "\001(\t\022\017\n\007project\030\003 \001(\t\022\020\n\010workflow\030\004 \001(\t\022\023" - "\n\013launch_plan\030\005 \001(\t\"Z\n\036ListMatchableAttr" - "ibutesRequest\0228\n\rresource_type\030\001 \001(\0162!.f" - "lyteidl.admin.MatchableResource\"k\n\037ListM" - "atchableAttributesResponse\022H\n\016configurat" - "ions\030\001 \003(\01320.flyteidl.admin.MatchableAtt" - "ributesConfiguration*\224\001\n\021MatchableResour" - "ce\022\021\n\rTASK_RESOURCE\020\000\022\024\n\020CLUSTER_RESOURC" - "E\020\001\022\023\n\017EXECUTION_QUEUE\020\002\022\033\n\027EXECUTION_CL" - "USTER_LABEL\020\003\022$\n QUALITY_OF_SERVICE_SPEC" - "IFICATION\020\004B3Z1github.com/lyft/flyteidl/" - "gen/pb-go/flyteidl/adminb\006proto3" + "\030\001 \001(\t\"\301\001\n\016PluginOverride\022\021\n\ttask_type\030\001" + " \001(\t\022\021\n\tplugin_id\030\002 \003(\t\022U\n\027missing_plugi" + "n_behavior\030\004 \001(\01624.flyteidl.admin.Plugin" + "Override.MissingPluginBehavior\"2\n\025Missin" + "gPluginBehavior\022\010\n\004FAIL\020\000\022\017\n\013USE_DEFAULT" + "\020\001\"\320\003\n\022MatchingAttributes\022J\n\030task_resour" + "ce_attributes\030\001 \001(\0132&.flyteidl.admin.Tas" + "kResourceAttributesH\000\022P\n\033cluster_resourc" + "e_attributes\030\002 \001(\0132).flyteidl.admin.Clus" + "terResourceAttributesH\000\022N\n\032execution_que" + "ue_attributes\030\003 \001(\0132(.flyteidl.admin.Exe" + "cutionQueueAttributesH\000\022H\n\027execution_clu" + "ster_label\030\004 \001(\0132%.flyteidl.admin.Execut" + "ionClusterLabelH\000\022=\n\022quality_of_service\030" + "\005 \001(\0132\037.flyteidl.core.QualityOfServiceH\000" + "\0229\n\017plugin_override\030\006 \001(\0132\036.flyteidl.adm" + "in.PluginOverrideH\000B\010\n\006target\"\242\001\n Matcha" + "bleAttributesConfiguration\0226\n\nattributes" + "\030\001 \001(\0132\".flyteidl.admin.MatchingAttribut" + "es\022\016\n\006domain\030\002 \001(\t\022\017\n\007project\030\003 \001(\t\022\020\n\010w" + "orkflow\030\004 \001(\t\022\023\n\013launch_plan\030\005 \001(\t\"Z\n\036Li" + "stMatchableAttributesRequest\0228\n\rresource" + "_type\030\001 \001(\0162!.flyteidl.admin.MatchableRe" + "source\"k\n\037ListMatchableAttributesRespons" + "e\022H\n\016configurations\030\001 \003(\01320.flyteidl.adm" + "in.MatchableAttributesConfiguration*\251\001\n\021" + "MatchableResource\022\021\n\rTASK_RESOURCE\020\000\022\024\n\020" + "CLUSTER_RESOURCE\020\001\022\023\n\017EXECUTION_QUEUE\020\002\022" + "\033\n\027EXECUTION_CLUSTER_LABEL\020\003\022$\n QUALITY_" + "OF_SERVICE_SPECIFICATION\020\004\022\023\n\017PLUGIN_OVE" + "RRIDE\020\005B3Z1github.com/lyft/flyteidl/gen/" + "pb-go/flyteidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, - "flyteidl/admin/matchable_resource.proto", &assign_descriptors_table_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, 1552, + "flyteidl/admin/matchable_resource.proto", &assign_descriptors_table_flyteidl_2fadmin_2fmatchable_5fresource_2eproto, 1828, }; void AddDescriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto() { @@ -409,10 +449,31 @@ void AddDescriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto() { static bool dynamic_init_dummy_flyteidl_2fadmin_2fmatchable_5fresource_2eproto = []() { AddDescriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto(); return true; }(); namespace flyteidl { namespace admin { -const ::google::protobuf::EnumDescriptor* MatchableResource_descriptor() { +const ::google::protobuf::EnumDescriptor* PluginOverride_MissingPluginBehavior_descriptor() { ::google::protobuf::internal::AssignDescriptors(&assign_descriptors_table_flyteidl_2fadmin_2fmatchable_5fresource_2eproto); return file_level_enum_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[0]; } +bool PluginOverride_MissingPluginBehavior_IsValid(int value) { + switch (value) { + case 0: + case 1: + return true; + default: + return false; + } +} + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const PluginOverride_MissingPluginBehavior PluginOverride::FAIL; +const PluginOverride_MissingPluginBehavior PluginOverride::USE_DEFAULT; +const PluginOverride_MissingPluginBehavior PluginOverride::MissingPluginBehavior_MIN; +const PluginOverride_MissingPluginBehavior PluginOverride::MissingPluginBehavior_MAX; +const int PluginOverride::MissingPluginBehavior_ARRAYSIZE; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 +const ::google::protobuf::EnumDescriptor* MatchableResource_descriptor() { + ::google::protobuf::internal::AssignDescriptors(&assign_descriptors_table_flyteidl_2fadmin_2fmatchable_5fresource_2eproto); + return file_level_enum_descriptors_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[1]; +} bool MatchableResource_IsValid(int value) { switch (value) { case 0: @@ -420,6 +481,7 @@ bool MatchableResource_IsValid(int value) { case 2: case 3: case 4: + case 5: return true; default: return false; @@ -2310,6 +2372,419 @@ ::google::protobuf::Metadata ExecutionClusterLabel::GetMetadata() const { } +// =================================================================== + +void PluginOverride::InitAsDefaultInstance() { +} +class PluginOverride::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int PluginOverride::kTaskTypeFieldNumber; +const int PluginOverride::kPluginIdFieldNumber; +const int PluginOverride::kMissingPluginBehaviorFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +PluginOverride::PluginOverride() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.PluginOverride) +} +PluginOverride::PluginOverride(const PluginOverride& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr), + plugin_id_(from.plugin_id_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.task_type().size() > 0) { + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); + } + missing_plugin_behavior_ = from.missing_plugin_behavior_; + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.PluginOverride) +} + +void PluginOverride::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_PluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + missing_plugin_behavior_ = 0; +} + +PluginOverride::~PluginOverride() { + // @@protoc_insertion_point(destructor:flyteidl.admin.PluginOverride) + SharedDtor(); +} + +void PluginOverride::SharedDtor() { + task_type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +void PluginOverride::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const PluginOverride& PluginOverride::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_PluginOverride_flyteidl_2fadmin_2fmatchable_5fresource_2eproto.base); + return *internal_default_instance(); +} + + +void PluginOverride::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.PluginOverride) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + plugin_id_.Clear(); + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + missing_plugin_behavior_ = 0; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* PluginOverride::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string task_type = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.PluginOverride.task_type"); + object = msg->mutable_task_type(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // repeated string plugin_id = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.PluginOverride.plugin_id"); + object = msg->add_plugin_id(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1)); + break; + } + // .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 32) goto handle_unusual; + ::google::protobuf::uint64 val = ::google::protobuf::internal::ReadVarint(&ptr); + msg->set_missing_plugin_behavior(static_cast<::flyteidl::admin::PluginOverride_MissingPluginBehavior>(val)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool PluginOverride::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.admin.PluginOverride) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // string task_type = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_task_type())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.PluginOverride.task_type")); + } else { + goto handle_unusual; + } + break; + } + + // repeated string plugin_id = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->add_plugin_id())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->plugin_id(this->plugin_id_size() - 1).data(), + static_cast(this->plugin_id(this->plugin_id_size() - 1).length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.PluginOverride.plugin_id")); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (32 & 0xFF)) { + int value = 0; + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( + input, &value))); + set_missing_plugin_behavior(static_cast< ::flyteidl::admin::PluginOverride_MissingPluginBehavior >(value)); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.admin.PluginOverride) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.PluginOverride) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void PluginOverride::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.PluginOverride) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string task_type = 1; + if (this->task_type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.PluginOverride.task_type"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->task_type(), output); + } + + // repeated string plugin_id = 2; + for (int i = 0, n = this->plugin_id_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->plugin_id(i).data(), static_cast(this->plugin_id(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.PluginOverride.plugin_id"); + ::google::protobuf::internal::WireFormatLite::WriteString( + 2, this->plugin_id(i), output); + } + + // .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + if (this->missing_plugin_behavior() != 0) { + ::google::protobuf::internal::WireFormatLite::WriteEnum( + 4, this->missing_plugin_behavior(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.PluginOverride) +} + +::google::protobuf::uint8* PluginOverride::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.PluginOverride) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string task_type = 1; + if (this->task_type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->task_type().data(), static_cast(this->task_type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.PluginOverride.task_type"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->task_type(), target); + } + + // repeated string plugin_id = 2; + for (int i = 0, n = this->plugin_id_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->plugin_id(i).data(), static_cast(this->plugin_id(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.PluginOverride.plugin_id"); + target = ::google::protobuf::internal::WireFormatLite:: + WriteStringToArray(2, this->plugin_id(i), target); + } + + // .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + if (this->missing_plugin_behavior() != 0) { + target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( + 4, this->missing_plugin_behavior(), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.PluginOverride) + return target; +} + +size_t PluginOverride::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.PluginOverride) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated string plugin_id = 2; + total_size += 1 * + ::google::protobuf::internal::FromIntSize(this->plugin_id_size()); + for (int i = 0, n = this->plugin_id_size(); i < n; i++) { + total_size += ::google::protobuf::internal::WireFormatLite::StringSize( + this->plugin_id(i)); + } + + // string task_type = 1; + if (this->task_type().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->task_type()); + } + + // .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + if (this->missing_plugin_behavior() != 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::EnumSize(this->missing_plugin_behavior()); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void PluginOverride::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.PluginOverride) + GOOGLE_DCHECK_NE(&from, this); + const PluginOverride* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.PluginOverride) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.PluginOverride) + MergeFrom(*source); + } +} + +void PluginOverride::MergeFrom(const PluginOverride& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.PluginOverride) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + plugin_id_.MergeFrom(from.plugin_id_); + if (from.task_type().size() > 0) { + + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); + } + if (from.missing_plugin_behavior() != 0) { + set_missing_plugin_behavior(from.missing_plugin_behavior()); + } +} + +void PluginOverride::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.PluginOverride) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void PluginOverride::CopyFrom(const PluginOverride& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.PluginOverride) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool PluginOverride::IsInitialized() const { + return true; +} + +void PluginOverride::Swap(PluginOverride* other) { + if (other == this) return; + InternalSwap(other); +} +void PluginOverride::InternalSwap(PluginOverride* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + plugin_id_.InternalSwap(CastToBase(&other->plugin_id_)); + task_type_.Swap(&other->task_type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(missing_plugin_behavior_, other->missing_plugin_behavior_); +} + +::google::protobuf::Metadata PluginOverride::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fmatchable_5fresource_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fmatchable_5fresource_2eproto[kIndexInFileMessages]; +} + + // =================================================================== void MatchingAttributes::InitAsDefaultInstance() { @@ -2323,6 +2798,8 @@ void MatchingAttributes::InitAsDefaultInstance() { ::flyteidl::admin::ExecutionClusterLabel::internal_default_instance()); ::flyteidl::admin::_MatchingAttributes_default_instance_.quality_of_service_ = const_cast< ::flyteidl::core::QualityOfService*>( ::flyteidl::core::QualityOfService::internal_default_instance()); + ::flyteidl::admin::_MatchingAttributes_default_instance_.plugin_override_ = const_cast< ::flyteidl::admin::PluginOverride*>( + ::flyteidl::admin::PluginOverride::internal_default_instance()); } class MatchingAttributes::HasBitSetters { public: @@ -2331,6 +2808,7 @@ class MatchingAttributes::HasBitSetters { static const ::flyteidl::admin::ExecutionQueueAttributes& execution_queue_attributes(const MatchingAttributes* msg); static const ::flyteidl::admin::ExecutionClusterLabel& execution_cluster_label(const MatchingAttributes* msg); static const ::flyteidl::core::QualityOfService& quality_of_service(const MatchingAttributes* msg); + static const ::flyteidl::admin::PluginOverride& plugin_override(const MatchingAttributes* msg); }; const ::flyteidl::admin::TaskResourceAttributes& @@ -2353,6 +2831,10 @@ const ::flyteidl::core::QualityOfService& MatchingAttributes::HasBitSetters::quality_of_service(const MatchingAttributes* msg) { return *msg->target_.quality_of_service_; } +const ::flyteidl::admin::PluginOverride& +MatchingAttributes::HasBitSetters::plugin_override(const MatchingAttributes* msg) { + return *msg->target_.plugin_override_; +} void MatchingAttributes::set_allocated_task_resource_attributes(::flyteidl::admin::TaskResourceAttributes* task_resource_attributes) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); clear_target(); @@ -2429,12 +2911,27 @@ void MatchingAttributes::clear_quality_of_service() { clear_has_target(); } } +void MatchingAttributes::set_allocated_plugin_override(::flyteidl::admin::PluginOverride* plugin_override) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_target(); + if (plugin_override) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + plugin_override = ::google::protobuf::internal::GetOwnedMessage( + message_arena, plugin_override, submessage_arena); + } + set_has_plugin_override(); + target_.plugin_override_ = plugin_override; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.MatchingAttributes.plugin_override) +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int MatchingAttributes::kTaskResourceAttributesFieldNumber; const int MatchingAttributes::kClusterResourceAttributesFieldNumber; const int MatchingAttributes::kExecutionQueueAttributesFieldNumber; const int MatchingAttributes::kExecutionClusterLabelFieldNumber; const int MatchingAttributes::kQualityOfServiceFieldNumber; +const int MatchingAttributes::kPluginOverrideFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 MatchingAttributes::MatchingAttributes() @@ -2468,6 +2965,10 @@ MatchingAttributes::MatchingAttributes(const MatchingAttributes& from) mutable_quality_of_service()->::flyteidl::core::QualityOfService::MergeFrom(from.quality_of_service()); break; } + case kPluginOverride: { + mutable_plugin_override()->::flyteidl::admin::PluginOverride::MergeFrom(from.plugin_override()); + break; + } case TARGET_NOT_SET: { break; } @@ -2524,6 +3025,10 @@ void MatchingAttributes::clear_target() { delete target_.quality_of_service_; break; } + case kPluginOverride: { + delete target_.plugin_override_; + break; + } case TARGET_NOT_SET: { break; } @@ -2620,6 +3125,19 @@ const char* MatchingAttributes::_InternalParse(const char* begin, const char* en {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.admin.PluginOverride plugin_override = 6; + case 6: { + if (static_cast<::google::protobuf::uint8>(tag) != 50) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::admin::PluginOverride::_InternalParse; + object = msg->mutable_plugin_override(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -2705,6 +3223,17 @@ bool MatchingAttributes::MergePartialFromCodedStream( break; } + // .flyteidl.admin.PluginOverride plugin_override = 6; + case 6: { + if (static_cast< ::google::protobuf::uint8>(tag) == (50 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_plugin_override())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -2762,6 +3291,12 @@ void MatchingAttributes::SerializeWithCachedSizes( 5, HasBitSetters::quality_of_service(this), output); } + // .flyteidl.admin.PluginOverride plugin_override = 6; + if (has_plugin_override()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 6, HasBitSetters::plugin_override(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -2810,6 +3345,13 @@ ::google::protobuf::uint8* MatchingAttributes::InternalSerializeWithCachedSizesT 5, HasBitSetters::quality_of_service(this), target); } + // .flyteidl.admin.PluginOverride plugin_override = 6; + if (has_plugin_override()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 6, HasBitSetters::plugin_override(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -2867,6 +3409,13 @@ size_t MatchingAttributes::ByteSizeLong() const { *target_.quality_of_service_); break; } + // .flyteidl.admin.PluginOverride plugin_override = 6; + case kPluginOverride: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *target_.plugin_override_); + break; + } case TARGET_NOT_SET: { break; } @@ -2919,6 +3468,10 @@ void MatchingAttributes::MergeFrom(const MatchingAttributes& from) { mutable_quality_of_service()->::flyteidl::core::QualityOfService::MergeFrom(from.quality_of_service()); break; } + case kPluginOverride: { + mutable_plugin_override()->::flyteidl::admin::PluginOverride::MergeFrom(from.plugin_override()); + break; + } case TARGET_NOT_SET: { break; } @@ -4109,6 +4662,9 @@ template<> PROTOBUF_NOINLINE ::flyteidl::admin::ExecutionQueueAttributes* Arena: template<> PROTOBUF_NOINLINE ::flyteidl::admin::ExecutionClusterLabel* Arena::CreateMaybeMessage< ::flyteidl::admin::ExecutionClusterLabel >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::ExecutionClusterLabel >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::admin::PluginOverride* Arena::CreateMaybeMessage< ::flyteidl::admin::PluginOverride >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::PluginOverride >(arena); +} template<> PROTOBUF_NOINLINE ::flyteidl::admin::MatchingAttributes* Arena::CreateMaybeMessage< ::flyteidl::admin::MatchingAttributes >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::MatchingAttributes >(arena); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.h index 8f25f98fba..cc8df7a35e 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.h @@ -47,7 +47,7 @@ struct TableStruct_flyteidl_2fadmin_2fmatchable_5fresource_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[10] + static const ::google::protobuf::internal::ParseTable schema[11] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -80,6 +80,9 @@ extern MatchableAttributesConfigurationDefaultTypeInternal _MatchableAttributesC class MatchingAttributes; class MatchingAttributesDefaultTypeInternal; extern MatchingAttributesDefaultTypeInternal _MatchingAttributes_default_instance_; +class PluginOverride; +class PluginOverrideDefaultTypeInternal; +extern PluginOverrideDefaultTypeInternal _PluginOverride_default_instance_; class TaskResourceAttributes; class TaskResourceAttributesDefaultTypeInternal; extern TaskResourceAttributesDefaultTypeInternal _TaskResourceAttributes_default_instance_; @@ -98,6 +101,7 @@ template<> ::flyteidl::admin::ListMatchableAttributesRequest* Arena::CreateMaybe template<> ::flyteidl::admin::ListMatchableAttributesResponse* Arena::CreateMaybeMessage<::flyteidl::admin::ListMatchableAttributesResponse>(Arena*); template<> ::flyteidl::admin::MatchableAttributesConfiguration* Arena::CreateMaybeMessage<::flyteidl::admin::MatchableAttributesConfiguration>(Arena*); template<> ::flyteidl::admin::MatchingAttributes* Arena::CreateMaybeMessage<::flyteidl::admin::MatchingAttributes>(Arena*); +template<> ::flyteidl::admin::PluginOverride* Arena::CreateMaybeMessage<::flyteidl::admin::PluginOverride>(Arena*); template<> ::flyteidl::admin::TaskResourceAttributes* Arena::CreateMaybeMessage<::flyteidl::admin::TaskResourceAttributes>(Arena*); template<> ::flyteidl::admin::TaskResourceSpec* Arena::CreateMaybeMessage<::flyteidl::admin::TaskResourceSpec>(Arena*); } // namespace protobuf @@ -105,18 +109,40 @@ template<> ::flyteidl::admin::TaskResourceSpec* Arena::CreateMaybeMessage<::flyt namespace flyteidl { namespace admin { +enum PluginOverride_MissingPluginBehavior { + PluginOverride_MissingPluginBehavior_FAIL = 0, + PluginOverride_MissingPluginBehavior_USE_DEFAULT = 1, + PluginOverride_MissingPluginBehavior_PluginOverride_MissingPluginBehavior_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(), + PluginOverride_MissingPluginBehavior_PluginOverride_MissingPluginBehavior_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() +}; +bool PluginOverride_MissingPluginBehavior_IsValid(int value); +const PluginOverride_MissingPluginBehavior PluginOverride_MissingPluginBehavior_MissingPluginBehavior_MIN = PluginOverride_MissingPluginBehavior_FAIL; +const PluginOverride_MissingPluginBehavior PluginOverride_MissingPluginBehavior_MissingPluginBehavior_MAX = PluginOverride_MissingPluginBehavior_USE_DEFAULT; +const int PluginOverride_MissingPluginBehavior_MissingPluginBehavior_ARRAYSIZE = PluginOverride_MissingPluginBehavior_MissingPluginBehavior_MAX + 1; + +const ::google::protobuf::EnumDescriptor* PluginOverride_MissingPluginBehavior_descriptor(); +inline const ::std::string& PluginOverride_MissingPluginBehavior_Name(PluginOverride_MissingPluginBehavior value) { + return ::google::protobuf::internal::NameOfEnum( + PluginOverride_MissingPluginBehavior_descriptor(), value); +} +inline bool PluginOverride_MissingPluginBehavior_Parse( + const ::std::string& name, PluginOverride_MissingPluginBehavior* value) { + return ::google::protobuf::internal::ParseNamedEnum( + PluginOverride_MissingPluginBehavior_descriptor(), name, value); +} enum MatchableResource { TASK_RESOURCE = 0, CLUSTER_RESOURCE = 1, EXECUTION_QUEUE = 2, EXECUTION_CLUSTER_LABEL = 3, QUALITY_OF_SERVICE_SPECIFICATION = 4, + PLUGIN_OVERRIDE = 5, MatchableResource_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(), MatchableResource_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() }; bool MatchableResource_IsValid(int value); const MatchableResource MatchableResource_MIN = TASK_RESOURCE; -const MatchableResource MatchableResource_MAX = QUALITY_OF_SERVICE_SPECIFICATION; +const MatchableResource MatchableResource_MAX = PLUGIN_OVERRIDE; const int MatchableResource_ARRAYSIZE = MatchableResource_MAX + 1; const ::google::protobuf::EnumDescriptor* MatchableResource_descriptor(); @@ -814,6 +840,182 @@ class ExecutionClusterLabel final : }; // ------------------------------------------------------------------- +class PluginOverride final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.PluginOverride) */ { + public: + PluginOverride(); + virtual ~PluginOverride(); + + PluginOverride(const PluginOverride& from); + + inline PluginOverride& operator=(const PluginOverride& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + PluginOverride(PluginOverride&& from) noexcept + : PluginOverride() { + *this = ::std::move(from); + } + + inline PluginOverride& operator=(PluginOverride&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const PluginOverride& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const PluginOverride* internal_default_instance() { + return reinterpret_cast( + &_PluginOverride_default_instance_); + } + static constexpr int kIndexInFileMessages = + 6; + + void Swap(PluginOverride* other); + friend void swap(PluginOverride& a, PluginOverride& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline PluginOverride* New() const final { + return CreateMaybeMessage(nullptr); + } + + PluginOverride* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const PluginOverride& from); + void MergeFrom(const PluginOverride& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(PluginOverride* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + typedef PluginOverride_MissingPluginBehavior MissingPluginBehavior; + static const MissingPluginBehavior FAIL = + PluginOverride_MissingPluginBehavior_FAIL; + static const MissingPluginBehavior USE_DEFAULT = + PluginOverride_MissingPluginBehavior_USE_DEFAULT; + static inline bool MissingPluginBehavior_IsValid(int value) { + return PluginOverride_MissingPluginBehavior_IsValid(value); + } + static const MissingPluginBehavior MissingPluginBehavior_MIN = + PluginOverride_MissingPluginBehavior_MissingPluginBehavior_MIN; + static const MissingPluginBehavior MissingPluginBehavior_MAX = + PluginOverride_MissingPluginBehavior_MissingPluginBehavior_MAX; + static const int MissingPluginBehavior_ARRAYSIZE = + PluginOverride_MissingPluginBehavior_MissingPluginBehavior_ARRAYSIZE; + static inline const ::google::protobuf::EnumDescriptor* + MissingPluginBehavior_descriptor() { + return PluginOverride_MissingPluginBehavior_descriptor(); + } + static inline const ::std::string& MissingPluginBehavior_Name(MissingPluginBehavior value) { + return PluginOverride_MissingPluginBehavior_Name(value); + } + static inline bool MissingPluginBehavior_Parse(const ::std::string& name, + MissingPluginBehavior* value) { + return PluginOverride_MissingPluginBehavior_Parse(name, value); + } + + // accessors ------------------------------------------------------- + + // repeated string plugin_id = 2; + int plugin_id_size() const; + void clear_plugin_id(); + static const int kPluginIdFieldNumber = 2; + const ::std::string& plugin_id(int index) const; + ::std::string* mutable_plugin_id(int index); + void set_plugin_id(int index, const ::std::string& value); + #if LANG_CXX11 + void set_plugin_id(int index, ::std::string&& value); + #endif + void set_plugin_id(int index, const char* value); + void set_plugin_id(int index, const char* value, size_t size); + ::std::string* add_plugin_id(); + void add_plugin_id(const ::std::string& value); + #if LANG_CXX11 + void add_plugin_id(::std::string&& value); + #endif + void add_plugin_id(const char* value); + void add_plugin_id(const char* value, size_t size); + const ::google::protobuf::RepeatedPtrField<::std::string>& plugin_id() const; + ::google::protobuf::RepeatedPtrField<::std::string>* mutable_plugin_id(); + + // string task_type = 1; + void clear_task_type(); + static const int kTaskTypeFieldNumber = 1; + const ::std::string& task_type() const; + void set_task_type(const ::std::string& value); + #if LANG_CXX11 + void set_task_type(::std::string&& value); + #endif + void set_task_type(const char* value); + void set_task_type(const char* value, size_t size); + ::std::string* mutable_task_type(); + ::std::string* release_task_type(); + void set_allocated_task_type(::std::string* task_type); + + // .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + void clear_missing_plugin_behavior(); + static const int kMissingPluginBehaviorFieldNumber = 4; + ::flyteidl::admin::PluginOverride_MissingPluginBehavior missing_plugin_behavior() const; + void set_missing_plugin_behavior(::flyteidl::admin::PluginOverride_MissingPluginBehavior value); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.PluginOverride) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::RepeatedPtrField<::std::string> plugin_id_; + ::google::protobuf::internal::ArenaStringPtr task_type_; + int missing_plugin_behavior_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; +}; +// ------------------------------------------------------------------- + class MatchingAttributes final : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.MatchingAttributes) */ { public: @@ -852,6 +1054,7 @@ class MatchingAttributes final : kExecutionQueueAttributes = 3, kExecutionClusterLabel = 4, kQualityOfService = 5, + kPluginOverride = 6, TARGET_NOT_SET = 0, }; @@ -861,7 +1064,7 @@ class MatchingAttributes final : &_MatchingAttributes_default_instance_); } static constexpr int kIndexInFileMessages = - 6; + 7; void Swap(MatchingAttributes* other); friend void swap(MatchingAttributes& a, MatchingAttributes& b) { @@ -963,6 +1166,15 @@ class MatchingAttributes final : ::flyteidl::core::QualityOfService* mutable_quality_of_service(); void set_allocated_quality_of_service(::flyteidl::core::QualityOfService* quality_of_service); + // .flyteidl.admin.PluginOverride plugin_override = 6; + bool has_plugin_override() const; + void clear_plugin_override(); + static const int kPluginOverrideFieldNumber = 6; + const ::flyteidl::admin::PluginOverride& plugin_override() const; + ::flyteidl::admin::PluginOverride* release_plugin_override(); + ::flyteidl::admin::PluginOverride* mutable_plugin_override(); + void set_allocated_plugin_override(::flyteidl::admin::PluginOverride* plugin_override); + void clear_target(); TargetCase target_case() const; // @@protoc_insertion_point(class_scope:flyteidl.admin.MatchingAttributes) @@ -973,6 +1185,7 @@ class MatchingAttributes final : void set_has_execution_queue_attributes(); void set_has_execution_cluster_label(); void set_has_quality_of_service(); + void set_has_plugin_override(); inline bool has_target() const; inline void clear_has_target(); @@ -985,6 +1198,7 @@ class MatchingAttributes final : ::flyteidl::admin::ExecutionQueueAttributes* execution_queue_attributes_; ::flyteidl::admin::ExecutionClusterLabel* execution_cluster_label_; ::flyteidl::core::QualityOfService* quality_of_service_; + ::flyteidl::admin::PluginOverride* plugin_override_; } target_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::uint32 _oneof_case_[1]; @@ -1031,7 +1245,7 @@ class MatchableAttributesConfiguration final : &_MatchableAttributesConfiguration_default_instance_); } static constexpr int kIndexInFileMessages = - 7; + 8; void Swap(MatchableAttributesConfiguration* other); friend void swap(MatchableAttributesConfiguration& a, MatchableAttributesConfiguration& b) { @@ -1206,7 +1420,7 @@ class ListMatchableAttributesRequest final : &_ListMatchableAttributesRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 8; + 9; void Swap(ListMatchableAttributesRequest* other); friend void swap(ListMatchableAttributesRequest& a, ListMatchableAttributesRequest& b) { @@ -1318,7 +1532,7 @@ class ListMatchableAttributesResponse final : &_ListMatchableAttributesResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 9; + 10; void Swap(ListMatchableAttributesResponse* other); friend void swap(ListMatchableAttributesResponse& a, ListMatchableAttributesResponse& b) { @@ -1881,6 +2095,146 @@ inline void ExecutionClusterLabel::set_allocated_value(::std::string* value) { // ------------------------------------------------------------------- +// PluginOverride + +// string task_type = 1; +inline void PluginOverride::clear_task_type() { + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& PluginOverride::task_type() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.PluginOverride.task_type) + return task_type_.GetNoArena(); +} +inline void PluginOverride::set_task_type(const ::std::string& value) { + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.PluginOverride.task_type) +} +#if LANG_CXX11 +inline void PluginOverride::set_task_type(::std::string&& value) { + + task_type_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.PluginOverride.task_type) +} +#endif +inline void PluginOverride::set_task_type(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.PluginOverride.task_type) +} +inline void PluginOverride::set_task_type(const char* value, size_t size) { + + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.PluginOverride.task_type) +} +inline ::std::string* PluginOverride::mutable_task_type() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.PluginOverride.task_type) + return task_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* PluginOverride::release_task_type() { + // @@protoc_insertion_point(field_release:flyteidl.admin.PluginOverride.task_type) + + return task_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void PluginOverride::set_allocated_task_type(::std::string* task_type) { + if (task_type != nullptr) { + + } else { + + } + task_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), task_type); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.PluginOverride.task_type) +} + +// repeated string plugin_id = 2; +inline int PluginOverride::plugin_id_size() const { + return plugin_id_.size(); +} +inline void PluginOverride::clear_plugin_id() { + plugin_id_.Clear(); +} +inline const ::std::string& PluginOverride::plugin_id(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.PluginOverride.plugin_id) + return plugin_id_.Get(index); +} +inline ::std::string* PluginOverride::mutable_plugin_id(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.PluginOverride.plugin_id) + return plugin_id_.Mutable(index); +} +inline void PluginOverride::set_plugin_id(int index, const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.PluginOverride.plugin_id) + plugin_id_.Mutable(index)->assign(value); +} +#if LANG_CXX11 +inline void PluginOverride::set_plugin_id(int index, ::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.PluginOverride.plugin_id) + plugin_id_.Mutable(index)->assign(std::move(value)); +} +#endif +inline void PluginOverride::set_plugin_id(int index, const char* value) { + GOOGLE_DCHECK(value != nullptr); + plugin_id_.Mutable(index)->assign(value); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.PluginOverride.plugin_id) +} +inline void PluginOverride::set_plugin_id(int index, const char* value, size_t size) { + plugin_id_.Mutable(index)->assign( + reinterpret_cast(value), size); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.PluginOverride.plugin_id) +} +inline ::std::string* PluginOverride::add_plugin_id() { + // @@protoc_insertion_point(field_add_mutable:flyteidl.admin.PluginOverride.plugin_id) + return plugin_id_.Add(); +} +inline void PluginOverride::add_plugin_id(const ::std::string& value) { + plugin_id_.Add()->assign(value); + // @@protoc_insertion_point(field_add:flyteidl.admin.PluginOverride.plugin_id) +} +#if LANG_CXX11 +inline void PluginOverride::add_plugin_id(::std::string&& value) { + plugin_id_.Add(std::move(value)); + // @@protoc_insertion_point(field_add:flyteidl.admin.PluginOverride.plugin_id) +} +#endif +inline void PluginOverride::add_plugin_id(const char* value) { + GOOGLE_DCHECK(value != nullptr); + plugin_id_.Add()->assign(value); + // @@protoc_insertion_point(field_add_char:flyteidl.admin.PluginOverride.plugin_id) +} +inline void PluginOverride::add_plugin_id(const char* value, size_t size) { + plugin_id_.Add()->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_add_pointer:flyteidl.admin.PluginOverride.plugin_id) +} +inline const ::google::protobuf::RepeatedPtrField<::std::string>& +PluginOverride::plugin_id() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.PluginOverride.plugin_id) + return plugin_id_; +} +inline ::google::protobuf::RepeatedPtrField<::std::string>* +PluginOverride::mutable_plugin_id() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.PluginOverride.plugin_id) + return &plugin_id_; +} + +// .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; +inline void PluginOverride::clear_missing_plugin_behavior() { + missing_plugin_behavior_ = 0; +} +inline ::flyteidl::admin::PluginOverride_MissingPluginBehavior PluginOverride::missing_plugin_behavior() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.PluginOverride.missing_plugin_behavior) + return static_cast< ::flyteidl::admin::PluginOverride_MissingPluginBehavior >(missing_plugin_behavior_); +} +inline void PluginOverride::set_missing_plugin_behavior(::flyteidl::admin::PluginOverride_MissingPluginBehavior value) { + + missing_plugin_behavior_ = value; + // @@protoc_insertion_point(field_set:flyteidl.admin.PluginOverride.missing_plugin_behavior) +} + +// ------------------------------------------------------------------- + // MatchingAttributes // .flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1; @@ -2082,6 +2436,47 @@ inline ::flyteidl::core::QualityOfService* MatchingAttributes::mutable_quality_o return target_.quality_of_service_; } +// .flyteidl.admin.PluginOverride plugin_override = 6; +inline bool MatchingAttributes::has_plugin_override() const { + return target_case() == kPluginOverride; +} +inline void MatchingAttributes::set_has_plugin_override() { + _oneof_case_[0] = kPluginOverride; +} +inline void MatchingAttributes::clear_plugin_override() { + if (has_plugin_override()) { + delete target_.plugin_override_; + clear_has_target(); + } +} +inline ::flyteidl::admin::PluginOverride* MatchingAttributes::release_plugin_override() { + // @@protoc_insertion_point(field_release:flyteidl.admin.MatchingAttributes.plugin_override) + if (has_plugin_override()) { + clear_has_target(); + ::flyteidl::admin::PluginOverride* temp = target_.plugin_override_; + target_.plugin_override_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::admin::PluginOverride& MatchingAttributes::plugin_override() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.MatchingAttributes.plugin_override) + return has_plugin_override() + ? *target_.plugin_override_ + : *reinterpret_cast< ::flyteidl::admin::PluginOverride*>(&::flyteidl::admin::_PluginOverride_default_instance_); +} +inline ::flyteidl::admin::PluginOverride* MatchingAttributes::mutable_plugin_override() { + if (!has_plugin_override()) { + clear_target(); + set_has_plugin_override(); + target_.plugin_override_ = CreateMaybeMessage< ::flyteidl::admin::PluginOverride >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.MatchingAttributes.plugin_override) + return target_.plugin_override_; +} + inline bool MatchingAttributes::has_target() const { return target_case() != TARGET_NOT_SET; } @@ -2431,6 +2826,8 @@ ListMatchableAttributesResponse::configurations() const { // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) @@ -2440,6 +2837,11 @@ ListMatchableAttributesResponse::configurations() const { namespace google { namespace protobuf { +template <> struct is_proto_enum< ::flyteidl::admin::PluginOverride_MissingPluginBehavior> : ::std::true_type {}; +template <> +inline const EnumDescriptor* GetEnumDescriptor< ::flyteidl::admin::PluginOverride_MissingPluginBehavior>() { + return ::flyteidl::admin::PluginOverride_MissingPluginBehavior_descriptor(); +} template <> struct is_proto_enum< ::flyteidl::admin::MatchableResource> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::flyteidl::admin::MatchableResource>() { diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/project_domain_attributes.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/project_domain_attributes.pb.cc index aa63905041..2249301d5e 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/project_domain_attributes.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/project_domain_attributes.pb.cc @@ -16,7 +16,7 @@ // @@protoc_insertion_point(includes) #include -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<5> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fproject_5fdomain_5fattributes_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ProjectDomainAttributes_flyteidl_2fadmin_2fproject_5fdomain_5fattributes_2eproto; namespace flyteidl { namespace admin { diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/workflow_attributes.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/workflow_attributes.pb.cc index 71898d24b6..b590dd8e02 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/workflow_attributes.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/workflow_attributes.pb.cc @@ -16,7 +16,7 @@ // @@protoc_insertion_point(includes) #include -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<5> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fmatchable_5fresource_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_MatchingAttributes_flyteidl_2fadmin_2fmatchable_5fresource_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fworkflow_5fattributes_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_WorkflowAttributes_flyteidl_2fadmin_2fworkflow_5fattributes_2eproto; namespace flyteidl { namespace admin { diff --git a/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.go index 3697765251..25547bd403 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.go @@ -36,6 +36,8 @@ const ( MatchableResource_EXECUTION_CLUSTER_LABEL MatchableResource = 3 // Configures default quality of service when undefined in an execution spec. MatchableResource_QUALITY_OF_SERVICE_SPECIFICATION MatchableResource = 4 + // Selects configurable plugin implementation behavior for a given task type. + MatchableResource_PLUGIN_OVERRIDE MatchableResource = 5 ) var MatchableResource_name = map[int32]string{ @@ -44,6 +46,7 @@ var MatchableResource_name = map[int32]string{ 2: "EXECUTION_QUEUE", 3: "EXECUTION_CLUSTER_LABEL", 4: "QUALITY_OF_SERVICE_SPECIFICATION", + 5: "PLUGIN_OVERRIDE", } var MatchableResource_value = map[string]int32{ @@ -52,6 +55,7 @@ var MatchableResource_value = map[string]int32{ "EXECUTION_QUEUE": 2, "EXECUTION_CLUSTER_LABEL": 3, "QUALITY_OF_SERVICE_SPECIFICATION": 4, + "PLUGIN_OVERRIDE": 5, } func (x MatchableResource) String() string { @@ -62,6 +66,32 @@ func (MatchableResource) EnumDescriptor() ([]byte, []int) { return fileDescriptor_1d15bcabb02640f4, []int{0} } +type PluginOverride_MissingPluginBehavior int32 + +const ( + PluginOverride_FAIL PluginOverride_MissingPluginBehavior = 0 + // Uses the system-configured default implementation. + PluginOverride_USE_DEFAULT PluginOverride_MissingPluginBehavior = 1 +) + +var PluginOverride_MissingPluginBehavior_name = map[int32]string{ + 0: "FAIL", + 1: "USE_DEFAULT", +} + +var PluginOverride_MissingPluginBehavior_value = map[string]int32{ + "FAIL": 0, + "USE_DEFAULT": 1, +} + +func (x PluginOverride_MissingPluginBehavior) String() string { + return proto.EnumName(PluginOverride_MissingPluginBehavior_name, int32(x)) +} + +func (PluginOverride_MissingPluginBehavior) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_1d15bcabb02640f4, []int{5, 0} +} + type TaskResourceSpec struct { Cpu string `protobuf:"bytes,1,opt,name=cpu,proto3" json:"cpu,omitempty"` Gpu string `protobuf:"bytes,2,opt,name=gpu,proto3" json:"gpu,omitempty"` @@ -294,6 +324,67 @@ func (m *ExecutionClusterLabel) GetValue() string { return "" } +// This MatchableAttribute configures selecting alternate plugin implementations for a given task type. +// In addition to an override implementation a selection of fallbacks can be provided or other modes +// for handling cases where the desired plugin override is not enabled in a given Flyte deployment. +type PluginOverride struct { + // A predefined yet extensible Task type identifier. + TaskType string `protobuf:"bytes,1,opt,name=task_type,json=taskType,proto3" json:"task_type,omitempty"` + // A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id. + PluginId []string `protobuf:"bytes,2,rep,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"` + // Defines the behavior when no plugin from the plugin_id list is not found. + MissingPluginBehavior PluginOverride_MissingPluginBehavior `protobuf:"varint,4,opt,name=missing_plugin_behavior,json=missingPluginBehavior,proto3,enum=flyteidl.admin.PluginOverride_MissingPluginBehavior" json:"missing_plugin_behavior,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *PluginOverride) Reset() { *m = PluginOverride{} } +func (m *PluginOverride) String() string { return proto.CompactTextString(m) } +func (*PluginOverride) ProtoMessage() {} +func (*PluginOverride) Descriptor() ([]byte, []int) { + return fileDescriptor_1d15bcabb02640f4, []int{5} +} + +func (m *PluginOverride) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PluginOverride.Unmarshal(m, b) +} +func (m *PluginOverride) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PluginOverride.Marshal(b, m, deterministic) +} +func (m *PluginOverride) XXX_Merge(src proto.Message) { + xxx_messageInfo_PluginOverride.Merge(m, src) +} +func (m *PluginOverride) XXX_Size() int { + return xxx_messageInfo_PluginOverride.Size(m) +} +func (m *PluginOverride) XXX_DiscardUnknown() { + xxx_messageInfo_PluginOverride.DiscardUnknown(m) +} + +var xxx_messageInfo_PluginOverride proto.InternalMessageInfo + +func (m *PluginOverride) GetTaskType() string { + if m != nil { + return m.TaskType + } + return "" +} + +func (m *PluginOverride) GetPluginId() []string { + if m != nil { + return m.PluginId + } + return nil +} + +func (m *PluginOverride) GetMissingPluginBehavior() PluginOverride_MissingPluginBehavior { + if m != nil { + return m.MissingPluginBehavior + } + return PluginOverride_FAIL +} + // Generic container for encapsulating all types of the above attributes messages. type MatchingAttributes struct { // Types that are valid to be assigned to Target: @@ -302,6 +393,7 @@ type MatchingAttributes struct { // *MatchingAttributes_ExecutionQueueAttributes // *MatchingAttributes_ExecutionClusterLabel // *MatchingAttributes_QualityOfService + // *MatchingAttributes_PluginOverride Target isMatchingAttributes_Target `protobuf_oneof:"target"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -312,7 +404,7 @@ func (m *MatchingAttributes) Reset() { *m = MatchingAttributes{} } func (m *MatchingAttributes) String() string { return proto.CompactTextString(m) } func (*MatchingAttributes) ProtoMessage() {} func (*MatchingAttributes) Descriptor() ([]byte, []int) { - return fileDescriptor_1d15bcabb02640f4, []int{5} + return fileDescriptor_1d15bcabb02640f4, []int{6} } func (m *MatchingAttributes) XXX_Unmarshal(b []byte) error { @@ -357,6 +449,10 @@ type MatchingAttributes_QualityOfService struct { QualityOfService *core.QualityOfService `protobuf:"bytes,5,opt,name=quality_of_service,json=qualityOfService,proto3,oneof"` } +type MatchingAttributes_PluginOverride struct { + PluginOverride *PluginOverride `protobuf:"bytes,6,opt,name=plugin_override,json=pluginOverride,proto3,oneof"` +} + func (*MatchingAttributes_TaskResourceAttributes) isMatchingAttributes_Target() {} func (*MatchingAttributes_ClusterResourceAttributes) isMatchingAttributes_Target() {} @@ -367,6 +463,8 @@ func (*MatchingAttributes_ExecutionClusterLabel) isMatchingAttributes_Target() { func (*MatchingAttributes_QualityOfService) isMatchingAttributes_Target() {} +func (*MatchingAttributes_PluginOverride) isMatchingAttributes_Target() {} + func (m *MatchingAttributes) GetTarget() isMatchingAttributes_Target { if m != nil { return m.Target @@ -409,6 +507,13 @@ func (m *MatchingAttributes) GetQualityOfService() *core.QualityOfService { return nil } +func (m *MatchingAttributes) GetPluginOverride() *PluginOverride { + if x, ok := m.GetTarget().(*MatchingAttributes_PluginOverride); ok { + return x.PluginOverride + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*MatchingAttributes) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -417,6 +522,7 @@ func (*MatchingAttributes) XXX_OneofWrappers() []interface{} { (*MatchingAttributes_ExecutionQueueAttributes)(nil), (*MatchingAttributes_ExecutionClusterLabel)(nil), (*MatchingAttributes_QualityOfService)(nil), + (*MatchingAttributes_PluginOverride)(nil), } } @@ -437,7 +543,7 @@ func (m *MatchableAttributesConfiguration) Reset() { *m = MatchableAttri func (m *MatchableAttributesConfiguration) String() string { return proto.CompactTextString(m) } func (*MatchableAttributesConfiguration) ProtoMessage() {} func (*MatchableAttributesConfiguration) Descriptor() ([]byte, []int) { - return fileDescriptor_1d15bcabb02640f4, []int{6} + return fileDescriptor_1d15bcabb02640f4, []int{7} } func (m *MatchableAttributesConfiguration) XXX_Unmarshal(b []byte) error { @@ -505,7 +611,7 @@ func (m *ListMatchableAttributesRequest) Reset() { *m = ListMatchableAtt func (m *ListMatchableAttributesRequest) String() string { return proto.CompactTextString(m) } func (*ListMatchableAttributesRequest) ProtoMessage() {} func (*ListMatchableAttributesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_1d15bcabb02640f4, []int{7} + return fileDescriptor_1d15bcabb02640f4, []int{8} } func (m *ListMatchableAttributesRequest) XXX_Unmarshal(b []byte) error { @@ -545,7 +651,7 @@ func (m *ListMatchableAttributesResponse) Reset() { *m = ListMatchableAt func (m *ListMatchableAttributesResponse) String() string { return proto.CompactTextString(m) } func (*ListMatchableAttributesResponse) ProtoMessage() {} func (*ListMatchableAttributesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_1d15bcabb02640f4, []int{8} + return fileDescriptor_1d15bcabb02640f4, []int{9} } func (m *ListMatchableAttributesResponse) XXX_Unmarshal(b []byte) error { @@ -575,12 +681,14 @@ func (m *ListMatchableAttributesResponse) GetConfigurations() []*MatchableAttrib func init() { proto.RegisterEnum("flyteidl.admin.MatchableResource", MatchableResource_name, MatchableResource_value) + proto.RegisterEnum("flyteidl.admin.PluginOverride_MissingPluginBehavior", PluginOverride_MissingPluginBehavior_name, PluginOverride_MissingPluginBehavior_value) proto.RegisterType((*TaskResourceSpec)(nil), "flyteidl.admin.TaskResourceSpec") proto.RegisterType((*TaskResourceAttributes)(nil), "flyteidl.admin.TaskResourceAttributes") proto.RegisterType((*ClusterResourceAttributes)(nil), "flyteidl.admin.ClusterResourceAttributes") proto.RegisterMapType((map[string]string)(nil), "flyteidl.admin.ClusterResourceAttributes.AttributesEntry") proto.RegisterType((*ExecutionQueueAttributes)(nil), "flyteidl.admin.ExecutionQueueAttributes") proto.RegisterType((*ExecutionClusterLabel)(nil), "flyteidl.admin.ExecutionClusterLabel") + proto.RegisterType((*PluginOverride)(nil), "flyteidl.admin.PluginOverride") proto.RegisterType((*MatchingAttributes)(nil), "flyteidl.admin.MatchingAttributes") proto.RegisterType((*MatchableAttributesConfiguration)(nil), "flyteidl.admin.MatchableAttributesConfiguration") proto.RegisterType((*ListMatchableAttributesRequest)(nil), "flyteidl.admin.ListMatchableAttributesRequest") @@ -592,56 +700,65 @@ func init() { } var fileDescriptor_1d15bcabb02640f4 = []byte{ - // 808 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x5f, 0x73, 0xdb, 0x44, - 0x10, 0xb7, 0xe2, 0x34, 0x24, 0x1b, 0x9a, 0xaa, 0x47, 0x9b, 0xaa, 0xce, 0x40, 0x8c, 0x86, 0x3f, - 0x81, 0x99, 0xca, 0x90, 0xbe, 0x14, 0x06, 0x1e, 0x1c, 0x8d, 0x32, 0xf6, 0xe0, 0xe2, 0xe6, 0x6c, - 0x33, 0x2d, 0x2f, 0x9a, 0xb3, 0x72, 0x96, 0x85, 0x25, 0x9d, 0x22, 0xdd, 0xb5, 0x68, 0xf8, 0x08, - 0xbc, 0xf0, 0xc0, 0x57, 0xe1, 0xa3, 0xf0, 0x7d, 0x18, 0xfd, 0x57, 0x54, 0x8b, 0xc9, 0xdb, 0xed, - 0xde, 0xee, 0xfe, 0x76, 0x7f, 0xbb, 0xb7, 0x07, 0x5f, 0xae, 0xdc, 0x98, 0x53, 0xe7, 0xda, 0x1d, - 0x90, 0x6b, 0xcf, 0xf1, 0x07, 0x1e, 0xe1, 0xd6, 0x9a, 0x2c, 0x5d, 0x6a, 0x86, 0x34, 0x62, 0x22, - 0xb4, 0xa8, 0x16, 0x84, 0x8c, 0x33, 0x74, 0x54, 0x18, 0x6a, 0xa9, 0x61, 0xef, 0xa4, 0xe1, 0x68, - 0x31, 0xcf, 0x63, 0x7e, 0x66, 0xdc, 0xfb, 0xb8, 0xbc, 0xb4, 0x58, 0x48, 0x07, 0xf4, 0x77, 0x6a, - 0x09, 0xee, 0x14, 0xd7, 0xea, 0x1a, 0xe4, 0x39, 0x89, 0x36, 0x38, 0x47, 0x98, 0x05, 0xd4, 0x42, - 0x32, 0x74, 0xad, 0x40, 0x28, 0x52, 0x5f, 0x3a, 0x3b, 0xc0, 0xc9, 0x31, 0xd1, 0xd8, 0x81, 0x50, - 0x76, 0x32, 0x8d, 0x1d, 0x08, 0x74, 0x0c, 0x7b, 0x1e, 0xf5, 0x58, 0x18, 0x2b, 0xdd, 0x54, 0x99, - 0x4b, 0x48, 0x81, 0x0f, 0x22, 0xce, 0x42, 0x62, 0x53, 0x65, 0x37, 0xbd, 0x28, 0x44, 0xf5, 0x2f, - 0x09, 0x8e, 0xeb, 0x50, 0x43, 0xce, 0x43, 0x67, 0x29, 0x38, 0x8d, 0xd0, 0x0f, 0xb0, 0x7f, 0x4d, - 0x57, 0x44, 0xb8, 0x3c, 0x4a, 0x51, 0x0f, 0xcf, 0xfb, 0xda, 0xed, 0x1a, 0xb5, 0x66, 0x92, 0xb8, - 0xf4, 0x40, 0x2f, 0x60, 0xcf, 0x75, 0x3c, 0x87, 0x47, 0x69, 0x7e, 0x77, 0xf1, 0xcd, 0xed, 0xd5, - 0x7f, 0x24, 0x78, 0xaa, 0xbb, 0x22, 0xe2, 0x34, 0xdc, 0x92, 0xd5, 0x1b, 0x00, 0x52, 0x4a, 0x8a, - 0xd4, 0xef, 0x9e, 0x1d, 0x9e, 0x7f, 0xd7, 0x8c, 0xdd, 0xea, 0xae, 0x55, 0x47, 0xc3, 0xe7, 0x61, - 0x8c, 0x6b, 0xc1, 0x7a, 0x3f, 0xc2, 0x83, 0xc6, 0x75, 0x42, 0xf1, 0x86, 0xc6, 0x05, 0xe9, 0x1b, - 0x1a, 0xa3, 0x47, 0x70, 0xef, 0x2d, 0x71, 0x05, 0xcd, 0x69, 0xcf, 0x84, 0xef, 0x77, 0x5e, 0x48, - 0xaa, 0x06, 0x8a, 0x51, 0xf4, 0xf1, 0x4a, 0x50, 0x51, 0xcf, 0x1a, 0xc1, 0x2e, 0x27, 0x76, 0x96, - 0xef, 0x01, 0x4e, 0xcf, 0xea, 0x33, 0x78, 0x5c, 0xda, 0xe7, 0x09, 0x4f, 0xc8, 0x92, 0xba, 0x15, - 0x84, 0x54, 0x83, 0x50, 0xff, 0xdc, 0x05, 0xf4, 0x32, 0x19, 0x3e, 0xc7, 0xb7, 0x6b, 0x91, 0x97, - 0xa0, 0x70, 0x12, 0x6d, 0xca, 0x69, 0x34, 0x6f, 0xb1, 0x93, 0x30, 0xff, 0xc5, 0xff, 0x31, 0x5f, - 0x45, 0x1a, 0x75, 0xf0, 0x31, 0xdf, 0x3e, 0x09, 0x1b, 0x38, 0xb1, 0xb2, 0x04, 0xb7, 0xc2, 0x64, - 0x0d, 0xfe, 0xea, 0xce, 0x4d, 0x18, 0x75, 0xf0, 0x53, 0xab, 0xb5, 0xc1, 0x6b, 0xe8, 0x95, 0xcf, - 0xc1, 0xbc, 0x49, 0x78, 0xac, 0x63, 0x75, 0x53, 0xac, 0xb3, 0x26, 0x56, 0x1b, 0xf1, 0xa3, 0x0e, - 0x56, 0x68, 0x5b, 0x53, 0x4c, 0x78, 0x52, 0x21, 0x15, 0x05, 0xba, 0x49, 0x0b, 0xd2, 0x57, 0x72, - 0x78, 0xfe, 0x79, 0x2b, 0x4c, 0xbd, 0x5f, 0xa3, 0x0e, 0x7e, 0x4c, 0xb7, 0x36, 0x72, 0x0a, 0xe8, - 0x46, 0x10, 0xd7, 0xe1, 0xb1, 0xc9, 0x56, 0x66, 0x44, 0xc3, 0xb7, 0x8e, 0x45, 0x95, 0x7b, 0x69, - 0xec, 0xd3, 0x2a, 0x76, 0xb2, 0x02, 0xb4, 0xab, 0xcc, 0x70, 0xba, 0x9a, 0x65, 0x66, 0xa3, 0x0e, - 0x96, 0x6f, 0x1a, 0xba, 0x8b, 0x7d, 0xd8, 0xe3, 0x24, 0xb4, 0x29, 0x57, 0xff, 0x95, 0xa0, 0xff, - 0xb2, 0x58, 0x45, 0x55, 0x4d, 0x3a, 0xf3, 0x57, 0x8e, 0x2d, 0x42, 0x92, 0xe4, 0x82, 0x2e, 0x1a, - 0x6f, 0x25, 0xc1, 0x55, 0x9b, 0x35, 0xbd, 0x3f, 0x53, 0xf5, 0x47, 0x91, 0xac, 0x94, 0x6b, 0xe6, - 0x11, 0xc7, 0xcf, 0x07, 0x3e, 0x97, 0x92, 0x95, 0x12, 0x84, 0xec, 0x37, 0x6a, 0xf1, 0x7c, 0xd7, - 0x14, 0x22, 0xea, 0xc1, 0xfe, 0x3b, 0x16, 0x6e, 0x56, 0x2e, 0x7b, 0x97, 0x6f, 0x9b, 0x52, 0x46, - 0xa7, 0x70, 0xe8, 0x12, 0xe1, 0x5b, 0x6b, 0x33, 0x70, 0x89, 0x9f, 0x52, 0x71, 0x80, 0x21, 0x53, - 0xbd, 0x72, 0x89, 0xaf, 0xae, 0xe1, 0x93, 0x89, 0x13, 0xf1, 0x2d, 0xa5, 0x61, 0x7a, 0x23, 0x68, - 0xc4, 0xd1, 0x25, 0xdc, 0x2f, 0x87, 0x90, 0xc7, 0x41, 0xf6, 0x4a, 0x8e, 0xce, 0x3f, 0xdd, 0x5a, - 0x57, 0x12, 0xa2, 0x98, 0x31, 0xfc, 0x61, 0xe1, 0x37, 0x8f, 0x03, 0xaa, 0xfe, 0x01, 0xa7, 0xad, - 0x48, 0x51, 0xc0, 0xfc, 0x88, 0xa2, 0xd7, 0x70, 0x64, 0xd5, 0x09, 0x2d, 0xf6, 0xcd, 0x37, 0xad, - 0x58, 0x2d, 0x9d, 0xc0, 0x8d, 0x38, 0x5f, 0xff, 0x2d, 0xc1, 0xc3, 0xf7, 0x12, 0x44, 0x0f, 0xe1, - 0xfe, 0x7c, 0x38, 0xfb, 0xc9, 0xc4, 0xc6, 0x6c, 0xba, 0xc0, 0xba, 0x21, 0x77, 0xd0, 0x23, 0x90, - 0xf5, 0xc9, 0x62, 0x36, 0x37, 0x70, 0xa5, 0x95, 0xd0, 0x47, 0xf0, 0xc0, 0x78, 0x6d, 0xe8, 0x8b, - 0xf9, 0x78, 0xfa, 0xb3, 0x79, 0xb5, 0x30, 0x16, 0x86, 0xbc, 0x83, 0x4e, 0xe0, 0x49, 0xa5, 0x2c, - 0x9c, 0x26, 0xc3, 0x0b, 0x63, 0x22, 0x77, 0xd1, 0x67, 0xd0, 0xbf, 0x5a, 0x0c, 0x27, 0xe3, 0xf9, - 0x1b, 0x73, 0x7a, 0x69, 0xce, 0x0c, 0xfc, 0xcb, 0x58, 0x37, 0xcc, 0xd9, 0x2b, 0x43, 0x1f, 0x5f, - 0x8e, 0xf5, 0x61, 0xe2, 0x23, 0xef, 0x5e, 0x3c, 0xff, 0xf5, 0x5b, 0xdb, 0xe1, 0x6b, 0xb1, 0xd4, - 0x2c, 0xe6, 0x0d, 0xdc, 0x78, 0xc5, 0x07, 0xe5, 0x47, 0x65, 0x53, 0x7f, 0x10, 0x2c, 0x9f, 0xd9, - 0x6c, 0x70, 0xfb, 0x63, 0x5b, 0xee, 0xa5, 0x7f, 0xd6, 0xf3, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, - 0x62, 0xab, 0x32, 0x91, 0x2a, 0x07, 0x00, 0x00, + // 958 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0xdd, 0x72, 0xda, 0x46, + 0x14, 0x46, 0x06, 0x53, 0x7c, 0x68, 0xb0, 0xb2, 0x8d, 0x6d, 0x05, 0x4f, 0x63, 0xaa, 0xe9, 0x8f, + 0xdb, 0x99, 0x40, 0x4b, 0x7a, 0x91, 0x76, 0xda, 0x0b, 0x20, 0xa2, 0x68, 0x8a, 0x83, 0xbd, 0x40, + 0x26, 0xe9, 0x8d, 0x46, 0x88, 0x45, 0x6c, 0x91, 0xb4, 0xb2, 0xb4, 0x72, 0xca, 0xf4, 0x25, 0xfa, + 0x1a, 0x7d, 0x80, 0x3e, 0x4a, 0xfb, 0x14, 0x7d, 0x88, 0x8c, 0xfe, 0xf8, 0x51, 0x20, 0xe3, 0x3b, + 0x9d, 0xb3, 0xe7, 0x9c, 0xef, 0x9c, 0xb3, 0xdf, 0x7e, 0x00, 0x5f, 0xcd, 0xac, 0x25, 0x27, 0x74, + 0x6a, 0x35, 0xf4, 0xa9, 0x4d, 0x9d, 0x86, 0xad, 0x73, 0x63, 0xae, 0x4f, 0x2c, 0xa2, 0x79, 0xc4, + 0x67, 0x81, 0x67, 0x90, 0xba, 0xeb, 0x31, 0xce, 0x50, 0x25, 0x0d, 0xac, 0x47, 0x81, 0xd5, 0xf3, + 0x4c, 0xa2, 0xc1, 0x6c, 0x9b, 0x39, 0x71, 0x70, 0xf5, 0xd3, 0xd5, 0xa1, 0xc1, 0x3c, 0xd2, 0x20, + 0x7f, 0x10, 0x23, 0xe0, 0x34, 0x3d, 0x96, 0xe7, 0x20, 0x8e, 0x74, 0x7f, 0x81, 0x13, 0x84, 0xa1, + 0x4b, 0x0c, 0x24, 0x42, 0xde, 0x70, 0x03, 0x49, 0xa8, 0x09, 0x97, 0x47, 0x38, 0xfc, 0x0c, 0x3d, + 0xa6, 0x1b, 0x48, 0x07, 0xb1, 0xc7, 0x74, 0x03, 0x74, 0x0a, 0x45, 0x9b, 0xd8, 0xcc, 0x5b, 0x4a, + 0xf9, 0xc8, 0x99, 0x58, 0x48, 0x82, 0x8f, 0x7c, 0xce, 0x3c, 0xdd, 0x24, 0x52, 0x21, 0x3a, 0x48, + 0x4d, 0xf9, 0x2f, 0x01, 0x4e, 0x37, 0xa1, 0x5a, 0x9c, 0x7b, 0x74, 0x12, 0x70, 0xe2, 0xa3, 0x9f, + 0xa0, 0x34, 0x25, 0x33, 0x3d, 0xb0, 0xb8, 0x1f, 0xa1, 0x96, 0x9b, 0xb5, 0xfa, 0xf6, 0x8c, 0xf5, + 0x6c, 0x93, 0x78, 0x95, 0x81, 0x9e, 0x43, 0xd1, 0xa2, 0x36, 0xe5, 0x7e, 0xd4, 0xdf, 0x7d, 0x72, + 0x93, 0x78, 0xf9, 0x1f, 0x01, 0x1e, 0x77, 0xac, 0xc0, 0xe7, 0xc4, 0xdb, 0xd1, 0xd5, 0x1b, 0x00, + 0x7d, 0x65, 0x49, 0x42, 0x2d, 0x7f, 0x59, 0x6e, 0xfe, 0x90, 0xad, 0xbd, 0x37, 0xbd, 0xbe, 0xfe, + 0x54, 0x1c, 0xee, 0x2d, 0xf1, 0x46, 0xb1, 0xea, 0xcf, 0x70, 0x9c, 0x39, 0x0e, 0x57, 0xbc, 0x20, + 0xcb, 0x74, 0xe9, 0x0b, 0xb2, 0x44, 0x8f, 0xe0, 0xf0, 0x4e, 0xb7, 0x02, 0x92, 0xac, 0x3d, 0x36, + 0x7e, 0x3c, 0x78, 0x2e, 0xc8, 0x75, 0x90, 0x94, 0xf4, 0x1e, 0x6f, 0x02, 0x12, 0x6c, 0x76, 0x8d, + 0xa0, 0xc0, 0x75, 0x33, 0xee, 0xf7, 0x08, 0x47, 0xdf, 0xf2, 0x53, 0x38, 0x59, 0xc5, 0x27, 0x0d, + 0xf7, 0xf5, 0x09, 0xb1, 0xd6, 0x10, 0xc2, 0x06, 0x84, 0xfc, 0xbf, 0x00, 0x95, 0x6b, 0x2b, 0x30, + 0xa9, 0x33, 0xb8, 0x23, 0x9e, 0x47, 0xa7, 0x04, 0x9d, 0xc3, 0x11, 0xd7, 0xfd, 0x85, 0xc6, 0x97, + 0x6e, 0x1a, 0x5c, 0x0a, 0x1d, 0xa3, 0xa5, 0x1b, 0x1d, 0xba, 0x51, 0xb8, 0x46, 0xa7, 0xd2, 0x41, + 0x84, 0x5b, 0x8a, 0x1d, 0xea, 0x14, 0x59, 0x70, 0x66, 0x53, 0xdf, 0xa7, 0x8e, 0xa9, 0x25, 0x41, + 0x13, 0x32, 0xd7, 0xef, 0x28, 0xf3, 0x22, 0x82, 0x54, 0x9a, 0xdf, 0x67, 0x57, 0xba, 0x0d, 0x5d, + 0xbf, 0x8a, 0xb3, 0x63, 0x6f, 0x3b, 0xc9, 0xc5, 0x27, 0xf6, 0x2e, 0xb7, 0xdc, 0x84, 0x93, 0x9d, + 0xf1, 0xa8, 0x04, 0x85, 0x6e, 0x4b, 0xed, 0x8b, 0x39, 0x74, 0x0c, 0xe5, 0xf1, 0x50, 0xd1, 0x5e, + 0x28, 0xdd, 0xd6, 0xb8, 0x3f, 0x12, 0x05, 0xf9, 0xbf, 0x02, 0xa0, 0xab, 0xf0, 0xad, 0x51, 0xc7, + 0xdc, 0x58, 0xe4, 0x04, 0xa4, 0x68, 0xe4, 0xf4, 0xf1, 0x69, 0x5b, 0x64, 0x08, 0x89, 0xf6, 0xe5, + 0x87, 0x88, 0xb6, 0xae, 0xd4, 0xcb, 0xe1, 0x53, 0xbe, 0x9b, 0xf8, 0x0b, 0x38, 0x37, 0xe2, 0xfb, + 0xd8, 0x09, 0x13, 0xf3, 0xf9, 0xeb, 0x7b, 0x73, 0xae, 0x97, 0xc3, 0x8f, 0x8d, 0xbd, 0x7c, 0x9e, + 0x43, 0x75, 0xf5, 0xfa, 0xb5, 0xdb, 0x90, 0x36, 0x9b, 0x58, 0xf9, 0x08, 0xeb, 0x32, 0x8b, 0xb5, + 0x8f, 0x67, 0xbd, 0x1c, 0x96, 0xc8, 0x3e, 0x0e, 0x6a, 0x70, 0xb6, 0x46, 0x4a, 0x07, 0xb4, 0x42, + 0xc6, 0x45, 0x77, 0x5e, 0x6e, 0x7e, 0xb1, 0x17, 0x66, 0x93, 0x9e, 0xbd, 0x1c, 0x3e, 0x21, 0x3b, + 0x79, 0x3b, 0x00, 0x74, 0x1b, 0xe8, 0x16, 0xe5, 0x4b, 0x8d, 0xcd, 0x34, 0x9f, 0x78, 0x77, 0xd4, + 0x20, 0xd2, 0x61, 0x54, 0xfb, 0x62, 0x5d, 0x3b, 0x54, 0xbc, 0xfa, 0x4d, 0x1c, 0x38, 0x98, 0x0d, + 0xe3, 0xb0, 0x5e, 0x0e, 0x8b, 0xb7, 0x19, 0x1f, 0x52, 0xe1, 0x38, 0x61, 0x27, 0x4b, 0x78, 0x27, + 0x15, 0xa3, 0x6a, 0x4f, 0x3e, 0xcc, 0xce, 0x5e, 0x0e, 0x57, 0xdc, 0x2d, 0x4f, 0xbb, 0x04, 0x45, + 0xae, 0x7b, 0x26, 0xe1, 0xf2, 0xbf, 0x02, 0xd4, 0xae, 0x52, 0x11, 0x5f, 0xaf, 0xa7, 0xc3, 0x9c, + 0x19, 0x35, 0x03, 0x4f, 0x0f, 0xc7, 0x42, 0xed, 0x8c, 0xca, 0x84, 0xa0, 0x72, 0x16, 0xf4, 0x7d, + 0x7a, 0x6e, 0xca, 0x49, 0x28, 0xc6, 0x53, 0x66, 0xeb, 0xd4, 0x49, 0xa4, 0x22, 0xb1, 0x42, 0x31, + 0x76, 0x3d, 0xf6, 0x3b, 0x31, 0x78, 0xa2, 0xd2, 0xa9, 0x89, 0xaa, 0x50, 0x7a, 0xcb, 0xbc, 0xc5, + 0xcc, 0x62, 0x6f, 0x13, 0x9d, 0x5e, 0xd9, 0xe8, 0x02, 0xca, 0x96, 0x1e, 0x38, 0xc6, 0x5c, 0x73, + 0x2d, 0xdd, 0x89, 0xb6, 0x7a, 0x84, 0x21, 0x76, 0x5d, 0x5b, 0xba, 0x23, 0xcf, 0xe1, 0x49, 0x9f, + 0xfa, 0x7c, 0xc7, 0x68, 0x98, 0xdc, 0x06, 0xc4, 0xe7, 0xa8, 0x0b, 0x0f, 0x56, 0x7c, 0x5e, 0x49, + 0x46, 0xa5, 0xf9, 0xd9, 0xce, 0xb9, 0xc2, 0x12, 0x29, 0x5d, 0xf1, 0xc7, 0x69, 0x5e, 0xa8, 0x2c, + 0xf2, 0x9f, 0x70, 0xb1, 0x17, 0xc9, 0x77, 0x99, 0xe3, 0x13, 0xf4, 0x1a, 0x2a, 0xc6, 0xe6, 0x42, + 0x53, 0xa5, 0xfe, 0x76, 0x2f, 0xd6, 0x9e, 0x9b, 0xc0, 0x99, 0x3a, 0xdf, 0xfc, 0x2d, 0xc0, 0xc3, + 0xf7, 0x1a, 0x44, 0x0f, 0xe1, 0xc1, 0xa8, 0x35, 0xfc, 0x55, 0xc3, 0xca, 0x70, 0x30, 0xc6, 0x1d, + 0x45, 0xcc, 0xa1, 0x47, 0x20, 0x76, 0xfa, 0xe3, 0xe1, 0x48, 0xc1, 0x6b, 0xaf, 0x80, 0x3e, 0x81, + 0x63, 0xe5, 0xb5, 0xd2, 0x19, 0x8f, 0xd4, 0xc1, 0x4b, 0xed, 0x66, 0xac, 0x8c, 0x15, 0xf1, 0x00, + 0x9d, 0xc3, 0xd9, 0xda, 0x99, 0x26, 0xf5, 0x5b, 0x6d, 0xa5, 0x2f, 0xe6, 0xd1, 0xe7, 0x50, 0xbb, + 0x19, 0xb7, 0xfa, 0xea, 0xe8, 0x8d, 0x36, 0xe8, 0x6a, 0x43, 0x05, 0xbf, 0x52, 0x3b, 0x8a, 0x36, + 0xbc, 0x56, 0x3a, 0x6a, 0x57, 0xed, 0xb4, 0xc2, 0x1c, 0xb1, 0x10, 0xd6, 0xbd, 0xee, 0x8f, 0x7f, + 0x51, 0x5f, 0x6a, 0x83, 0x57, 0x0a, 0xc6, 0xea, 0x0b, 0x45, 0x3c, 0x6c, 0x3f, 0xfb, 0xed, 0x3b, + 0x93, 0xf2, 0x79, 0x30, 0xa9, 0x1b, 0xcc, 0x6e, 0x58, 0xcb, 0x19, 0x6f, 0xac, 0x7e, 0xf7, 0x4d, + 0xe2, 0x34, 0xdc, 0xc9, 0x53, 0x93, 0x35, 0xb6, 0xff, 0x27, 0x4c, 0x8a, 0xd1, 0x5f, 0x80, 0x67, + 0xef, 0x02, 0x00, 0x00, 0xff, 0xff, 0x12, 0x81, 0xff, 0x49, 0x79, 0x08, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.validate.go index bf8017d013..f2e880f225 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/matchable_resource.pb.validate.go @@ -401,6 +401,75 @@ var _ interface { ErrorName() string } = ExecutionClusterLabelValidationError{} +// Validate checks the field values on PluginOverride with the rules defined in +// the proto definition for this message. If any rules are violated, an error +// is returned. +func (m *PluginOverride) Validate() error { + if m == nil { + return nil + } + + // no validation rules for TaskType + + // no validation rules for MissingPluginBehavior + + return nil +} + +// PluginOverrideValidationError is the validation error returned by +// PluginOverride.Validate if the designated constraints aren't met. +type PluginOverrideValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e PluginOverrideValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e PluginOverrideValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e PluginOverrideValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e PluginOverrideValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e PluginOverrideValidationError) ErrorName() string { return "PluginOverrideValidationError" } + +// Error satisfies the builtin error interface +func (e PluginOverrideValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sPluginOverride.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = PluginOverrideValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = PluginOverrideValidationError{} + // Validate checks the field values on MatchingAttributes with the rules // defined in the proto definition for this message. If any rules are // violated, an error is returned. @@ -471,6 +540,18 @@ func (m *MatchingAttributes) Validate() error { } } + case *MatchingAttributes_PluginOverride: + + if v, ok := interface{}(m.GetPluginOverride()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return MatchingAttributesValidationError{ + field: "PluginOverride", + 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 a0bfe85d76..fbe7172cb3 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -1144,7 +1144,7 @@ "parameters": [ { "name": "resource_type", - "description": " - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec.", + "description": " - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec.\n - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type.", "in": "query", "required": false, "type": "string", @@ -1153,7 +1153,8 @@ "CLUSTER_RESOURCE", "EXECUTION_QUEUE", "EXECUTION_CLUSTER_LABEL", - "QUALITY_OF_SERVICE_SPECIFICATION" + "QUALITY_OF_SERVICE_SPECIFICATION", + "PLUGIN_OVERRIDE" ], "default": "TASK_RESOURCE" } @@ -1567,7 +1568,7 @@ }, { "name": "resource_type", - "description": " - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec.", + "description": " - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec.\n - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type.", "in": "query", "required": false, "type": "string", @@ -1576,7 +1577,8 @@ "CLUSTER_RESOURCE", "EXECUTION_QUEUE", "EXECUTION_CLUSTER_LABEL", - "QUALITY_OF_SERVICE_SPECIFICATION" + "QUALITY_OF_SERVICE_SPECIFICATION", + "PLUGIN_OVERRIDE" ], "default": "TASK_RESOURCE" } @@ -2301,7 +2303,7 @@ }, { "name": "resource_type", - "description": " - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec.", + "description": " - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec.\n - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type.", "in": "query", "required": false, "type": "string", @@ -2310,7 +2312,8 @@ "CLUSTER_RESOURCE", "EXECUTION_QUEUE", "EXECUTION_CLUSTER_LABEL", - "QUALITY_OF_SERVICE_SPECIFICATION" + "QUALITY_OF_SERVICE_SPECIFICATION", + "PLUGIN_OVERRIDE" ], "default": "TASK_RESOURCE" } @@ -2799,6 +2802,15 @@ "description": "- UPLOAD_ON_EXIT: All data will be uploaded after the main container exits\n - UPLOAD_EAGER: Data will be uploaded as it appears. Refer to protocol specification for details\n - DO_NOT_UPLOAD: Data will not be uploaded, only references will be written", "title": "Mode to use for uploading" }, + "PluginOverrideMissingPluginBehavior": { + "type": "string", + "enum": [ + "FAIL", + "USE_DEFAULT" + ], + "default": "FAIL", + "description": " - USE_DEFAULT: Uses the system-configured default implementation." + }, "QualityOfServiceTier": { "type": "string", "enum": [ @@ -3500,10 +3512,11 @@ "CLUSTER_RESOURCE", "EXECUTION_QUEUE", "EXECUTION_CLUSTER_LABEL", - "QUALITY_OF_SERVICE_SPECIFICATION" + "QUALITY_OF_SERVICE_SPECIFICATION", + "PLUGIN_OVERRIDE" ], "default": "TASK_RESOURCE", - "description": "Defines a resource that can be configured by customizable Project-, ProjectDomain- or WorkflowAttributes\nbased on matching tags.\n\n - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec." + "description": "Defines a resource that can be configured by customizable Project-, ProjectDomain- or WorkflowAttributes\nbased on matching tags.\n\n - TASK_RESOURCE: Applies to customizable task resource requests and limits.\n - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec.\n - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type." }, "adminMatchingAttributes": { "type": "object", @@ -3522,6 +3535,9 @@ }, "quality_of_service": { "$ref": "#/definitions/coreQualityOfService" + }, + "plugin_override": { + "$ref": "#/definitions/adminPluginOverride" } }, "description": "Generic container for encapsulating all types of the above attributes messages." @@ -3800,6 +3816,27 @@ } } }, + "adminPluginOverride": { + "type": "object", + "properties": { + "task_type": { + "type": "string", + "description": "A predefined yet extensible Task type identifier." + }, + "plugin_id": { + "type": "array", + "items": { + "type": "string" + }, + "description": "A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id." + }, + "missing_plugin_behavior": { + "$ref": "#/definitions/PluginOverrideMissingPluginBehavior", + "description": "Defines the behavior when no plugin from the plugin_id list is not found." + } + }, + "description": "This MatchableAttribute configures selecting alternate plugin implementations for a given task type.\nIn addition to an override implementation a selection of fallbacks can be provided or other modes\nfor handling cases where the desired plugin override is not enabled in a given Flyte deployment." + }, "adminProject": { "type": "object", "properties": { diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index cfa1a3beed..ed4369e9f3 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -126,6 +126,7 @@ Class | Method | HTTP request | Description - [AdminNotification](docs/AdminNotification.md) - [AdminNotificationList](docs/AdminNotificationList.md) - [AdminPagerDutyNotification](docs/AdminPagerDutyNotification.md) + - [AdminPluginOverride](docs/AdminPluginOverride.md) - [AdminProject](docs/AdminProject.md) - [AdminProjectDomainAttributes](docs/AdminProjectDomainAttributes.md) - [AdminProjectDomainAttributesDeleteRequest](docs/AdminProjectDomainAttributesDeleteRequest.md) @@ -260,6 +261,7 @@ Class | Method | HTTP request | Description - [FlyteidleventWorkflowNodeMetadata](docs/FlyteidleventWorkflowNodeMetadata.md) - [IoStrategyDownloadMode](docs/IoStrategyDownloadMode.md) - [IoStrategyUploadMode](docs/IoStrategyUploadMode.md) + - [PluginOverrideMissingPluginBehavior](docs/PluginOverrideMissingPluginBehavior.md) - [ProtobufListValue](docs/ProtobufListValue.md) - [ProtobufNullValue](docs/ProtobufNullValue.md) - [ProtobufStruct](docs/ProtobufStruct.md) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 7763c2ced1..13e5e79fee 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -995,7 +995,9 @@ paths: \ cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task\ \ execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the\ \ K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION:\ - \ Configures default quality of service when undefined in an execution spec." + \ Configures default quality of service when undefined in an execution spec.\n\ + \ - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior\ + \ for a given task type." required: false type: "string" default: "TASK_RESOURCE" @@ -1005,6 +1007,7 @@ paths: - "EXECUTION_QUEUE" - "EXECUTION_CLUSTER_LABEL" - "QUALITY_OF_SERVICE_SPECIFICATION" + - "PLUGIN_OVERRIDE" x-exportParamName: "ResourceType" x-optionalDataType: "String" responses: @@ -1361,7 +1364,9 @@ paths: \ cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task\ \ execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the\ \ K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION:\ - \ Configures default quality of service when undefined in an execution spec." + \ Configures default quality of service when undefined in an execution spec.\n\ + \ - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior\ + \ for a given task type." required: false type: "string" default: "TASK_RESOURCE" @@ -1371,6 +1376,7 @@ paths: - "EXECUTION_QUEUE" - "EXECUTION_CLUSTER_LABEL" - "QUALITY_OF_SERVICE_SPECIFICATION" + - "PLUGIN_OVERRIDE" x-exportParamName: "ResourceType" x-optionalDataType: "String" responses: @@ -2004,7 +2010,9 @@ paths: \ cluster resources.\n - EXECUTION_QUEUE: Configures task and dynamic task\ \ execution queue assignment.\n - EXECUTION_CLUSTER_LABEL: Configures the\ \ K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION:\ - \ Configures default quality of service when undefined in an execution spec." + \ Configures default quality of service when undefined in an execution spec.\n\ + \ - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior\ + \ for a given task type." required: false type: "string" default: "TASK_RESOURCE" @@ -2014,6 +2022,7 @@ paths: - "EXECUTION_QUEUE" - "EXECUTION_CLUSTER_LABEL" - "QUALITY_OF_SERVICE_SPECIFICATION" + - "PLUGIN_OVERRIDE" x-exportParamName: "ResourceType" x-optionalDataType: "String" responses: @@ -2467,6 +2476,13 @@ definitions: - "UPLOAD_EAGER" - "DO_NOT_UPLOAD" default: "UPLOAD_ON_EXIT" + PluginOverrideMissingPluginBehavior: + type: "string" + description: " - USE_DEFAULT: Uses the system-configured default implementation." + enum: + - "FAIL" + - "USE_DEFAULT" + default: "FAIL" QualityOfServiceTier: type: "string" description: " - UNDEFINED: Default: no quality of service specified." @@ -4696,6 +4712,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" - launch_plan: "launch_plan" @@ -4725,6 +4747,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" adminLiteralMapBlob: @@ -4785,6 +4813,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" adminMatchableResource: @@ -4795,13 +4829,16 @@ definitions: \ Applies to configuring templated kubernetes cluster resources.\n - EXECUTION_QUEUE:\ \ Configures task and dynamic task execution queue assignment.\n - EXECUTION_CLUSTER_LABEL:\ \ Configures the K8s cluster label to be used for execution to be run\n - QUALITY_OF_SERVICE_SPECIFICATION:\ - \ Configures default quality of service when undefined in an execution spec." + \ Configures default quality of service when undefined in an execution spec.\n\ + \ - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for\ + \ a given task type." enum: - "TASK_RESOURCE" - "CLUSTER_RESOURCE" - "EXECUTION_QUEUE" - "EXECUTION_CLUSTER_LABEL" - "QUALITY_OF_SERVICE_SPECIFICATION" + - "PLUGIN_OVERRIDE" default: "TASK_RESOURCE" adminMatchingAttributes: type: "object" @@ -4816,6 +4853,8 @@ definitions: $ref: "#/definitions/adminExecutionClusterLabel" quality_of_service: $ref: "#/definitions/coreQualityOfService" + plugin_override: + $ref: "#/definitions/adminPluginOverride" description: "Generic container for encapsulating all types of the above attributes\ \ messages." example: @@ -4841,6 +4880,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" adminNamedEntity: @@ -5329,6 +5374,33 @@ definitions: recipients_email: - "recipients_email" - "recipients_email" + adminPluginOverride: + type: "object" + properties: + task_type: + type: "string" + description: "A predefined yet extensible Task type identifier." + plugin_id: + type: "array" + description: "A set of plugin ids which should handle tasks of this type instead\ + \ of the default registered plugin. The list will be tried in order until\ + \ a plugin is found with that id." + items: + type: "string" + missing_plugin_behavior: + description: "Defines the behavior when no plugin from the plugin_id list\ + \ is not found." + $ref: "#/definitions/PluginOverrideMissingPluginBehavior" + description: "This MatchableAttribute configures selecting alternate plugin implementations\ + \ for a given task type.\nIn addition to an override implementation a selection\ + \ of fallbacks can be provided or other modes\nfor handling cases where the\ + \ desired plugin override is not enabled in a given Flyte deployment." + example: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" adminProject: type: "object" properties: @@ -5398,6 +5470,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" adminProjectDomainAttributesDeleteRequest: @@ -5446,6 +5524,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" adminProjectDomainAttributesUpdateRequest: @@ -9221,6 +9305,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" adminWorkflowAttributesDeleteRequest: @@ -9273,6 +9363,12 @@ definitions: cpu: "cpu" storage: "storage" gpu: "gpu" + plugin_override: + plugin_id: + - "plugin_id" + - "plugin_id" + missing_plugin_behavior: {} + task_type: "task_type" execution_cluster_label: value: "value" adminWorkflowAttributesUpdateRequest: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go index e79785695e..f14a94e300 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api_admin_service.go @@ -1588,7 +1588,7 @@ Retrieve the customized resource attributes associated with a project-domain com * @param project Unique project id which this set of attributes references. * @param domain Unique domain id which this set of attributes references. * @param optional nil or *GetProjectDomainAttributesOpts - Optional Parameters: - * @param "ResourceType" (optional.String) - - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + * @param "ResourceType" (optional.String) - - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. @return AdminProjectDomainAttributesGetResponse */ @@ -2130,7 +2130,7 @@ Retrieve the customized resource attributes associated with a project, domain an * @param domain Unique domain id which this set of attributes references. * @param workflow Workflow name which this set of attributes references. * @param optional nil or *GetWorkflowAttributesOpts - Optional Parameters: - * @param "ResourceType" (optional.String) - - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + * @param "ResourceType" (optional.String) - - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. @return AdminWorkflowAttributesGetResponse */ @@ -2842,7 +2842,7 @@ AdminServiceApiService Retrieve a list of MatchableAttributesConfiguration objects. * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param optional nil or *ListMatchableAttributesOpts - Optional Parameters: - * @param "ResourceType" (optional.String) - - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + * @param "ResourceType" (optional.String) - - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. @return AdminListMatchableAttributesResponse */ diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matchable_resource.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matchable_resource.go index 6e2558cf77..1837603736 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matchable_resource.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matchable_resource.go @@ -8,7 +8,7 @@ */ package flyteadmin -// AdminMatchableResource : Defines a resource that can be configured by customizable Project-, ProjectDomain- or WorkflowAttributes based on matching tags. - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. +// AdminMatchableResource : Defines a resource that can be configured by customizable Project-, ProjectDomain- or WorkflowAttributes based on matching tags. - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. type AdminMatchableResource string // List of adminMatchableResource @@ -18,4 +18,5 @@ const ( AdminMatchableResourceEXECUTION_QUEUE AdminMatchableResource = "EXECUTION_QUEUE" AdminMatchableResourceEXECUTION_CLUSTER_LABEL AdminMatchableResource = "EXECUTION_CLUSTER_LABEL" AdminMatchableResourceQUALITY_OF_SERVICE_SPECIFICATION AdminMatchableResource = "QUALITY_OF_SERVICE_SPECIFICATION" + AdminMatchableResourcePLUGIN_OVERRIDE AdminMatchableResource = "PLUGIN_OVERRIDE" ) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matching_attributes.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matching_attributes.go index 8d831381a2..36b7c48480 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matching_attributes.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_matching_attributes.go @@ -16,4 +16,5 @@ type AdminMatchingAttributes struct { ExecutionQueueAttributes *AdminExecutionQueueAttributes `json:"execution_queue_attributes,omitempty"` ExecutionClusterLabel *AdminExecutionClusterLabel `json:"execution_cluster_label,omitempty"` QualityOfService *CoreQualityOfService `json:"quality_of_service,omitempty"` + PluginOverride *AdminPluginOverride `json:"plugin_override,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_plugin_override.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_plugin_override.go new file mode 100644 index 0000000000..cace6c40b7 --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_plugin_override.go @@ -0,0 +1,20 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +// This MatchableAttribute configures selecting alternate plugin implementations for a given task type. In addition to an override implementation a selection of fallbacks can be provided or other modes for handling cases where the desired plugin override is not enabled in a given Flyte deployment. +type AdminPluginOverride struct { + // A predefined yet extensible Task type identifier. + TaskType string `json:"task_type,omitempty"` + // A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id. + PluginId []string `json:"plugin_id,omitempty"` + // Defines the behavior when no plugin from the plugin_id list is not found. + MissingPluginBehavior *PluginOverrideMissingPluginBehavior `json:"missing_plugin_behavior,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_plugin_override_missing_plugin_behavior.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_plugin_override_missing_plugin_behavior.go new file mode 100644 index 0000000000..31c98c5829 --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_plugin_override_missing_plugin_behavior.go @@ -0,0 +1,18 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin +// PluginOverrideMissingPluginBehavior : - USE_DEFAULT: Uses the system-configured default implementation. +type PluginOverrideMissingPluginBehavior string + +// List of PluginOverrideMissingPluginBehavior +const ( + PluginOverrideMissingPluginBehaviorFAIL PluginOverrideMissingPluginBehavior = "FAIL" + PluginOverrideMissingPluginBehaviorUSE_DEFAULT PluginOverrideMissingPluginBehavior = "USE_DEFAULT" +) diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index f44037017a..4ae6d74fc9 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x23\xb9\x91\x27\xfe\xbb\xff\x0a\x5c\xdf\x45\x74\xb7\x4d\x51\x63\xef\x23\x7c\xda\xd8\xf8\x06\x47\x62\xf7\x70\x47\x2d\xc9\x7a\x4c\xef\xdc\xd2\x41\x83\x55\x20\x09\xab\x08\x70\x00\x94\xd4\xb4\x63\xfe\xf7\x6f\x20\x13\x40\xa1\x8a\x55\x7c\x4b\x2d\xf5\x70\x2f\xce\xd3\x62\x55\xe1\x99\x48\xe4\xf3\x93\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x42\xde\xfc\xa9\xfd\xdd\x9b\x96\xfd\x8d\x8b\x91\x7c\x73\x42\xec\x73\x42\xde\x18\x6e\x32\x66\x9f\x8f\xb2\xb9\x61\x3c\xcd\x8e\x35\x53\x0f\x3c\x61\xc7\x34\x9d\x72\xd1\x9e\x29\x69\x24\x7c\x48\xc8\x9b\x07\xa6\x34\x97\xc2\xbe\xee\xfe\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0a\xcd\xeb\x64\xc2\xa6\x4c\xbf\x39\x21\xff\x83\x1f\x4d\x8c\x99\xf9\x06\xec\xbf\xb5\x7d\xf7\xaf\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\xe3\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x63\x3a\xe3\xc7\x0f\x7f\x3c\xa6\x89\xe1\x0f\x6c\x90\xd1\x5c\x24\x93\xc1\x2c\xa3\x42\x1f\xff\x93\xa7\x76\x8e\x7f\x67\x89\xf9\x15\xfe\x48\xe5\x94\x72\x81\xff\x16\x74\xca\x7e\x0d\xed\x10\xf2\x66\xcc\x4c\xf4\x27\x21\x6f\x52\xa6\x13\xc5\x67\xc6\xad\xca\x35\x33\x8a\xb3\x07\x46\xcc\x84\x11\xec\x8e\x60\x77\xc4\x76\x47\xfc\xaa\xe9\x19\x4b\xf8\x88\xb3\x94\x0c\xe7\x84\x8b\x59\x6e\x88\x62\xbf\xe4\x4c\x1b\x32\xe2\x99\x61\x4a\xb7\xdd\x92\x41\x2f\x72\xc6\x14\xcc\xb3\x97\xda\x5e\x3e\x32\xd3\x81\xb6\xcf\xa1\xe9\xab\x8c\x8a\xf8\x6d\xc5\xf4\x4c\x0a\xcd\x74\x69\xa8\x84\xbc\xf9\xd3\x77\xdf\x55\x7e\x5a\x9c\x41\x87\xe8\x3c\x49\x98\xd6\xa3\x3c\x23\xbe\xa5\x78\x30\xf0\x11\x6c\x32\x5d\x68\x8c\x90\x37\xff\x47\xb1\x91\x6d\xe7\x7f\x1f\xa7\x6c\xc4\x05\xb7\xed\x6a\xa4\xa5\x68\xb4\xa5\xaf\x7e\xfd\x5d\xdd\xbf\x7f\x8d\x66\x34\xa3\x8a\x4e\x99\x5d\x96\xb0\xfb\xf8\x7f\x95\xb9\xd8\xfd\xb2\x9d\x17\x7b\x5a\x1d\x78\x65\xb6\x17\x74\xca\x88\x1c\xc1\x76\xb9\x2f\xe0\xdf\x8a\x69\x99\xab\x84\x91\x21\xcb\xa4\x18\x6b\x62\xe4\xc2\x1a\x70\x68\xc1\x92\x5a\xf5\x89\xdd\x4a\xae\x98\xdd\x2b\xa3\x72\x56\x79\x6a\xe6\x33\x18\xa4\x36\x8a\x8b\x71\xbc\x14\xbf\xb6\xd6\x9a\x1a\x52\xe8\x06\x33\xc3\x0f\x1a\x27\xd6\x17\x1d\xff\x4a\x42\x05\x19\x32\x62\xcf\x25\x4f\x99\x62\x29\xa1\x9a\x50\xa2\xf3\xa1\x66\x86\x3c\x72\x33\xe1\xc2\xfe\x8d\xe4\x9b\xf8\x35\x7b\x39\x6b\x03\xff\x5c\xbe\x32\x77\x9a\x29\x3b\xf0\x07\x9e\xb2\x94\x3c\xd0\x2c\x67\x64\x24\x55\x69\x79\xda\x7d\x71\x3b\xb1\xeb\x30\x1d\x72\x01\x27\xcf\xae\xa5\xa7\x90\x3f\xf8\xe5\xfa\x03\xb1\xfd\x91\x5c\xf0\x5f\x72\x96\xcd\x09\x4f\x99\x30\xf6\x5c\xeb\x6a\x6b\x7f\x90\xd0\x3f\xcd\xc8\x11\xb1\xeb\xcc\x94\x81\xf5\x96\xc2\xb0\x2f\x46\x93\x23\x92\xf1\x7b\x46\xde\x9e\x73\x6d\x48\xe7\xaa\xf7\xb6\x45\xde\x9e\x17\x8c\x43\xbf\x7d\x86\x15\x0e\xff\xfe\x6b\x74\xf4\x0c\x1d\x57\x0f\xdd\x9b\x8e\x3d\xcd\x37\x78\x4d\x14\x2d\xfc\xf5\x77\x71\x3b\x6e\xbf\x96\xf3\xde\x82\xf1\x3a\xae\xbb\x09\xaf\xfd\xc0\x4c\x32\x59\xc1\x68\xf5\x8e\x9c\xd6\x6e\x47\x95\xd5\xea\xd7\xc5\x6b\xed\x14\x9e\x9a\xdf\xee\xc2\x6c\xa9\x81\x53\x40\xb9\xc0\x43\x13\xce\x50\x79\x67\xc8\xd7\x63\x2b\xbb\xf0\xdb\x68\x36\x11\xcb\xf5\x9c\x34\x5a\x89\x17\x32\xd7\x8c\x4f\xf9\xaa\x7d\xec\x89\xd4\x8a\x5d\x8e\xc9\x89\x7c\x3a\x64\xca\x4e\xdd\xb3\x3b\x98\xe1\xd0\xb2\x3f\x93\x2b\xc1\xd2\x86\xa9\xfd\x92\x33\x35\x5f\x32\xb7\x11\xcd\x74\xd3\xe4\xb8\x30\xcc\xca\xb5\x95\xc7\x23\xa9\xa6\xd4\xb8\x17\xfe\xfd\x5f\x37\x9d\xbc\x91\xf7\x6c\xd5\x3e\xf7\x70\xd7\x12\xaa\x61\xbb\xa7\x79\x66\xf8\x2c\x63\x64\x46\xc7\x4c\xbb\x55\xc8\x33\xa3\x5b\xf0\x9a\x95\xa5\x99\x3a\x0a\xb7\x0d\xf4\xe0\x6f\xd9\x5c\xc3\x2f\x64\x14\x18\x99\x60\x5f\x0c\xb4\xd4\x17\x70\xcf\xc2\x12\xc5\xb7\xc7\x13\x2c\xe5\x76\x74\xa2\xa5\x32\x83\xe1\xbc\x7d\xcf\x16\xfa\x6d\xa4\x16\x2a\x08\x35\x46\xf1\x61\x6e\x98\x9d\xb7\x6d\xc3\xdf\x93\xc0\xfa\xf0\x32\xd6\xf6\xf2\xbd\x3c\xbb\x7c\x77\x4f\x8d\x92\x63\x2a\xde\x9f\x90\x4e\x9a\x12\x1c\xa8\x7d\x87\xa7\x78\x25\x4f\x98\x62\x6d\x72\x3b\xe1\x9a\xe8\x89\xcc\xb3\x94\x08\xf6\xc0\x94\x5d\x5b\x36\x9d\x99\xf9\x8b\x5b\xad\x94\x2b\x96\xc0\xc2\x6c\x72\xc2\xc2\x57\x76\xd1\xac\xd2\x33\xc7\xa5\xbb\x67\x73\x10\x5c\x16\x97\xef\x19\xe8\xa5\xf2\x94\x89\x7c\x5a\xb9\x2b\xe0\xf7\xb3\xee\xcd\x69\xf7\xe2\xac\x77\xf1\xb1\xf2\x85\x15\x23\xc2\xa3\xd2\x93\xbf\x2e\xac\xcd\x88\xe6\x19\x9c\xea\xa8\xb5\x67\x13\x5c\x92\x09\xcf\x52\xc5\xc4\xb1\xa1\xfa\x7e\xc0\xbe\xb0\x24\xc7\x7b\xf6\x9f\xe5\x1f\x06\x56\xfa\x94\x29\x2b\xff\x52\xfa\xa3\x10\x77\x36\xfe\x34\x68\xa5\x1b\x7f\x09\x3a\xec\x7a\xdf\xc1\x2f\x3c\xad\x7d\x1b\x7e\x59\x31\x07\xff\xce\x92\xc1\xfa\x57\x1a\x47\xe5\x5f\x70\x02\x5c\xed\x3b\x8a\x19\x35\x1f\x50\x63\xec\x29\xdf\x42\x66\x84\x2d\x25\x76\xb6\xa4\xd8\x4f\x27\x3e\xa2\xa0\x08\xbc\x3b\x48\x8e\x76\x04\xc5\x9b\xab\xe4\xc5\x0b\x99\xb2\x6e\x68\xf6\x83\x54\xb7\x54\xdf\xbf\x06\x99\xb1\x34\xf0\xe7\x10\x1b\xb7\x3d\x40\xdf\x9c\x52\xbf\x25\x3b\x38\x98\x00\x76\x5f\xc9\x75\x0d\x06\x52\x11\x3d\xd7\x86\x4d\x57\x9a\x0e\x5e\xcf\x42\x38\x7e\xff\x52\x07\x5c\xb9\x72\x7e\x03\xa7\xbe\x7c\x81\x1e\x8e\xf7\x06\x4b\xb6\x2f\xc3\xdf\x4b\x9f\xa7\x77\xc1\x2c\x9f\xea\x8d\xdf\x3e\xef\x70\x70\x74\xf2\xe2\xa7\x59\x12\xed\xf6\x3d\xc8\x27\xb2\x1a\x34\xee\x95\x5f\xed\x01\x0c\x60\x85\xca\x57\x36\x1d\x87\xf3\x67\x3f\x8d\x8d\x2b\x68\x31\x33\x56\xe7\x75\xb6\x25\xa6\x48\x22\x15\x8a\x82\xa9\x3b\xee\x7d\x41\x8e\xc8\x59\xe7\xb6\x73\xd3\xbd\x3d\x21\x1d\x92\x52\x43\xed\xf9\x56\x6c\xa6\x98\x66\xc2\x80\x36\x6e\x3f\x37\x73\x32\x95\x29\xcb\x58\x4a\xb8\x20\x1f\xb2\xb9\x61\xe4\x8c\x1a\x7a\x4a\x0d\xcd\xe4\xb8\x4d\x3a\xf0\xa7\xfd\x98\x6b\x42\x33\x2d\x09\xf5\x54\xc5\x52\xdf\x04\x15\xa9\xe7\x2c\x94\x24\x72\x3a\xe3\x59\xb0\x9a\x07\x13\x09\x17\x29\x7f\xe0\x69\x4e\x33\x22\x87\x96\xa9\x58\x55\xb5\xfb\xc0\x84\xc9\x69\x96\xcd\x09\xcd\x32\xe2\xba\xf5\x2f\x78\xbd\x7e\xc8\xc2\x28\x35\x9f\xf2\x8c\x2a\xab\x0b\xe3\x68\x2f\x5d\x5b\xe4\x76\xc2\xc2\x58\x61\x5c\x76\x31\xa7\xf4\x9e\x69\xc2\x0d\x99\x49\xad\xf9\x30\x2b\x8e\xfc\x5d\x8f\xc0\xb8\x4f\xcf\x7b\xa0\x58\x27\x86\x48\x64\xa1\xbe\x73\x67\x85\xf1\x3d\x4e\xa9\x10\x0c\x3a\x96\x66\xc2\x94\xeb\xde\xbd\xfc\xb5\x15\xed\xbb\x8b\x9b\xab\xee\x69\xef\x43\xaf\x7b\xb6\xa8\x69\xdf\x76\x6e\x7e\x5c\xfc\xf5\xf3\xe5\xf5\x8f\x1f\xce\x2f\x3f\x2f\x3e\x39\xef\xdc\x5d\x9c\xfe\x30\xb8\x3a\xef\x5c\x2c\x3e\x74\x64\xb5\xb6\xd2\x1e\x8f\x6c\xc3\xa3\x75\xb0\x46\xee\xd3\x1a\xd9\xfa\x76\xcd\x91\xce\x95\xb3\xbe\x29\x92\x64\x5c\x1b\xbb\x40\xee\x4b\x32\xa3\x5a\xa3\x30\x84\x23\x68\xf7\xc5\x27\xa9\x2c\xd3\x1a\x49\xcb\x17\xac\xc0\x64\x54\x9e\x18\x2e\xc6\xe1\xa3\x13\xd2\xcf\xbf\xfb\xee\x5f\x92\x73\x2e\xee\xe1\x5f\xec\x25\x2e\xce\xc1\x56\xbb\xcd\x6a\x1d\x6c\xb5\xf1\xb3\xd7\x61\xab\xb5\x62\xce\x71\x6c\xa2\x7d\x9a\xe0\x1e\x74\x23\x5b\xd9\x41\xe6\xc6\xfe\xd3\xf6\x4b\x46\x4a\x4e\x41\xaa\xfa\xc2\x35\x70\x89\x47\xa9\xee\x47\x99\x7c\x5c\xcf\x74\xf8\x91\x99\x60\x7c\xb3\x52\xcc\x6b\xb0\x18\x7e\x76\x33\x0c\x03\xff\xc8\x8c\x1d\xfb\xb5\xeb\xe5\x10\xe7\x73\x88\xf3\xf9\xba\x71\x3e\x2f\xca\x6c\xf7\xf4\xbc\xaf\x6c\xe3\x43\x06\xd8\xe0\x82\x6a\xf4\x30\x35\x38\x90\x22\xff\xd0\x53\x32\xcd\xb2\x57\x66\x05\xc3\x2c\x79\x2c\x5e\x0b\xd3\x2c\x0d\xfa\xf9\x19\xe6\x6f\xc2\xa1\x72\xf0\x97\x6c\xb9\x50\xaf\x92\xaf\xae\x79\x65\x3c\x9b\xb7\xe3\xe9\xf9\xfc\x42\x2c\xc2\x26\xc1\x07\x1b\x44\x1b\xac\x1d\x5e\xb0\x22\x9e\xa0\x36\x80\xa0\x2e\x62\x60\x31\x44\xa0\x36\x26\x60\xa7\x20\x80\x4d\xaf\xa4\xf5\xdd\xff\x1f\x99\xb9\xa5\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\xa7\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\xc7\x8a\x61\xb6\xe1\x46\xf4\x7a\xed\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x6e\x99\x9a\x5a\xdd\xa0\x04\x7d\x5d\xe3\x34\x28\x50\xb5\x02\x05\x81\x79\x63\x19\x5f\x0a\x6d\xbf\x4e\xee\x14\x86\x7f\x48\x8b\x3b\xb0\xab\x03\xbb\xda\x66\x6a\x2f\xc7\x2a\x1b\x1d\xe6\xaf\x6a\x96\x8d\x80\xb4\x07\x3c\xdd\x0f\x96\x76\x10\x1b\x63\x24\xed\x62\x29\x4a\x60\xc6\xdb\x19\x69\x0b\x58\xea\x5e\xfa\x2a\xec\xb4\x96\x8f\xa4\x5d\x88\xba\x0b\x21\x83\xea\x00\xa9\x7d\x80\xd4\x5e\x7f\xae\x07\x0b\xe1\x1e\x2d\x84\x07\x48\xed\x83\x0d\xec\x60\x03\x7b\x7a\x1b\xd8\xd7\x32\x68\x3f\xf3\xb1\x7c\x2e\x11\x6d\xbb\xc0\x24\x91\x12\xc5\xc6\x5c\x1b\xa6\xec\xea\xd5\x0a\x65\xab\x23\x95\x5e\x6b\x91\xa8\xb5\xe3\x3e\xe2\x6e\xdf\xfc\xeb\x1a\xc3\xbf\x76\xb7\x28\x1c\xf5\x21\x4d\x43\x45\x18\x10\x9d\xa6\x74\x4e\x26\xf4\x81\x91\x11\xe5\x19\x2a\x46\x8e\x3b\x2e\x99\xe1\xb2\x01\xfd\xdf\xcd\x06\x44\xcb\xc3\x51\x6c\xc4\x14\x13\x09\x72\x7b\x14\x7e\x12\x9a\xf9\x54\x10\x78\x67\x62\xd5\xd4\x4c\x31\x9a\xce\xc9\x90\x31\x11\xc8\xa6\x46\x52\x68\x18\xf3\x5e\x84\xd6\xaf\xae\xa6\x2d\x52\xcf\x4b\x51\xd2\x9e\x24\x7a\xa6\x9e\x25\xec\xae\x9c\xe9\x3f\xbd\x2e\x56\x71\x08\xa2\x39\x18\xd5\xbe\xbe\x51\xed\x10\x44\x73\x50\x91\x5f\x80\x8a\x7c\x08\xa2\x39\x04\xd1\x1c\x0c\x08\x6b\xaf\xd6\xc1\x80\x10\x3f\x7b\x1d\x41\x34\x4f\x58\xc1\xf9\xb9\x24\xec\x83\x80\xed\xdf\x3b\x08\xd8\x07\x01\xfb\x1b\x15\xb0\x5f\xc6\x0a\x1f\xa4\xeb\x83\x74\x7d\x90\xae\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\xee\xab\x7d\x4a\xd7\xf0\x2f\x0f\xcd\xba\x73\xc4\xfa\xe6\x5e\xae\x8f\xcc\xbc\x56\x17\xd7\x41\xa4\x3e\x88\xd4\x2f\x5b\xa4\x7e\x31\x13\xfa\xf6\xa0\x16\x0f\x60\x85\x07\xb0\xc2\x03\x58\xe1\xd3\x82\x15\xfa\xaf\xdf\xcc\xf2\xe5\xb2\xc8\xdd\x2c\xf5\xb9\x2b\xda\x50\x93\x83\xda\xb7\x86\x5c\x42\x3a\x86\x4c\xa5\x55\x82\x04\x2b\xbd\xe3\x19\x10\x46\x74\x8c\xf9\x03\x13\xc4\xc7\x68\xb7\xdc\x35\xd3\x02\x4b\xc4\xaf\xe1\x74\x60\xd2\x0c\x35\x84\x12\xc3\xa7\xac\x4d\x7a\x23\x3c\xcd\x89\x25\x7f\xcd\x8c\xae\x84\x01\x21\x69\xc2\x47\x22\x2d\xc6\xea\xfb\xe6\x45\x54\x08\xbe\xd6\xf2\xcc\x30\xcf\x0c\xb2\x46\xdf\xf8\x23\xcf\x32\x3b\x06\xc7\x41\xe0\x24\x4c\x99\xca\xfc\x97\xa5\x6e\xfd\xcb\x53\x9a\xda\x93\x1b\x0d\xa1\xc8\xee\x89\xdf\x87\x3b\x97\xeb\x10\xd7\x52\xfa\x1e\xbf\x6e\x13\xa7\x84\x23\xa8\xd8\x5a\xc3\x98\xd0\xd4\x9e\xc0\x64\xc2\xd2\x3c\x63\x84\x6a\x2d\x13\x4e\x8d\xe5\x56\x78\x47\x13\x6e\xbc\xca\xee\x5f\xf2\x5d\xa7\x5c\xd3\x61\xc6\x52\xb7\xc6\xac\x08\xb3\x59\x3a\x72\xae\xc9\x90\xd9\x25\xb6\x7c\xa4\xbc\xfa\x13\x94\x10\x6a\x46\x13\x0d\x85\x2d\x8e\x84\x09\x1c\xc8\x12\x09\x17\x89\xf3\xb5\x0a\xb9\x38\xfa\x43\xee\xd3\x41\xe4\x3d\x88\xbc\x1b\x4d\xe8\x9b\x12\x79\x5f\x50\x68\xa0\x67\x48\x5f\x35\x34\x10\x1c\x88\x96\xf3\x0f\x82\x85\x50\x6f\x67\x3c\x09\x46\xd8\x4f\xbe\xc9\x4e\x68\xf1\x54\x8a\x11\x1f\xe7\xca\x09\xdc\x4e\x1a\x5e\xe1\xa5\xac\x69\xe7\x55\xdc\x38\xf5\x43\x7f\xae\x8b\x67\x13\x85\x8e\x1c\x11\x2b\x76\x0f\xae\xbb\x37\x97\x77\xd7\xa7\xdd\x13\xd2\x99\xcd\x32\x8e\x5e\x96\x24\xd7\x46\x4e\xf9\x3f\xec\x34\x10\x48\x38\x70\x6e\x27\x86\x68\x10\x38\xc0\xad\x63\xd5\x24\x72\x44\x4e\xcf\xef\x6e\x6e\xbb\xd7\x0d\x0d\x3a\x22\x80\x5a\x46\x6c\x3a\xcb\x40\x2a\xb9\xcf\x87\x4c\x09\x66\x98\x26\x49\x96\x43\x8c\x79\x70\xf6\x60\xa3\xdd\xff\xee\x9e\xde\xdd\xf6\x2e\x2f\x06\x7f\xb9\xeb\xde\x75\x4f\x88\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\x2f\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\x3e\xef\x7c\xdf\x3d\x2f\xb7\x3c\x61\xe4\xc7\x3f\x17\x83\xca\xe8\x90\x65\xce\xfb\x04\xce\x15\xcb\xb0\x8b\x8e\x9c\x5b\x2a\x47\xb5\xf6\x2f\x77\x9d\xf3\xde\xed\xcf\x83\xcb\x0f\x83\x9b\xee\xf5\x4f\xbd\xd3\xee\xc0\x29\x18\xa7\x1d\xdb\x6f\xa9\x27\xa7\x87\x90\x5f\x72\x9a\x59\x45\x55\x8e\xc0\xb5\xc3\x13\x46\x1e\x27\x4c\x90\x5c\x00\x8d\xa1\xf6\x0b\xba\x40\x9c\xc4\xfe\xd5\x0d\xcd\x25\x0a\x5a\x54\xc5\xaa\x24\xb1\xf8\x46\x65\x7f\x97\xbd\x50\xda\xae\xc5\x17\x57\x2d\xfb\xda\xfa\x60\x79\x4e\xcf\xc6\x8c\xed\x19\x4e\x07\xde\x2e\x70\xfc\xcf\xd2\x59\xfe\xf5\xc9\x80\x5a\x48\x94\x5d\xea\x98\xf3\xaa\x82\x97\xc5\x07\xaf\x81\x25\xc7\xc3\xfd\x9a\xec\x77\x4f\x22\xcf\x2b\x31\xb7\x6c\x2e\x69\x1e\x34\xa6\x83\xc6\x54\xbf\x32\x87\xb8\x9b\x86\x15\xde\xd7\x7d\xb4\x8d\x85\x72\xc4\x59\x96\xea\x05\x13\x53\xe9\x3e\x59\x69\x4e\x7a\xbd\x57\xc9\xf3\x1a\x94\x36\x91\xeb\xaf\x83\x23\xc6\x79\x66\xec\x6e\x4d\x99\xa1\x50\x58\xd4\x48\x92\xc3\xd0\x0f\xd7\x93\xfb\xbf\xc3\xf5\x74\xb8\x9e\x0e\xd7\xd3\x6f\xd5\x22\x57\xc3\xd2\xbf\xaa\x49\x6e\x95\x16\xb8\x13\xc2\x52\x8d\xbd\x6e\x51\xfb\xd3\x44\x4f\xa8\xc2\x5a\x3a\x89\x9c\x4e\xa5\x88\x7c\xfb\xf3\x19\x6b\x91\xe0\x41\x04\xdb\x0b\x0c\x63\x95\x39\xaf\xe8\x86\xbf\x0e\x43\x5e\xb4\x2e\xcf\x91\x77\x70\xd0\x1c\xfd\xff\x6d\x7a\x35\x1f\x30\xaa\x0e\x18\x55\x87\x14\x81\x03\x46\xd5\x72\x6a\x39\x04\xc1\x1f\x82\xe0\xe3\x67\x07\x8c\xaa\x17\x84\x51\x25\x64\xca\x06\x15\x4c\xfa\xf0\xe7\xa0\xea\xf7\x28\x3d\x89\x9d\x20\xa5\x07\x45\x56\x00\xb4\xce\xd3\xdd\xb3\x02\xca\xd5\x81\x57\x39\x49\xe2\x7a\xb2\x2f\x5c\xe0\x1d\x65\x73\xc3\x78\x9a\x2d\x16\xc2\x7d\x86\x40\xa9\xba\x8d\xfe\x16\x8d\x2c\x35\x64\x7b\xb0\xb8\xac\x5c\xa8\x6f\x15\x4b\xba\xe0\x4b\xaf\xc8\x4d\xb0\x1e\xf3\xf6\x78\xfb\x83\x06\x16\x5e\xff\x3c\x30\xf2\xfa\xc7\xbb\x42\x28\x94\x79\xf7\xb6\xd0\x09\x25\xde\xf8\x3a\xcc\x18\xf1\x88\x9f\xc3\x90\xb1\x74\xf7\xbf\x39\xbe\xbe\x8c\x96\x0f\xdc\x7d\xcd\xe5\xfa\x56\x79\xfc\xc1\x9e\xb1\x4f\x7b\x46\xeb\xdb\x35\x68\x1c\x20\x0f\x96\x2c\xce\xc1\xda\xb3\xcd\x6a\x1d\xac\x3d\xf1\xb3\xe7\xb4\xf6\xa0\xef\x76\x30\xa3\x8a\x09\x53\x23\xdf\x57\x6f\x36\x78\x3d\xb2\xd5\x07\x01\x08\x1a\x40\xc1\xd5\xc9\x06\xe1\xd6\xfc\xb6\xcc\x3f\x4e\x46\x19\xa0\x88\x13\xa5\x22\x1c\xff\xb3\xf8\x77\xa4\x40\x44\x3f\xd6\xf8\x40\x37\x08\x61\xf2\x41\xee\x2c\x2d\xc4\xae\xa2\xf1\x9a\xd0\x26\x37\x86\x23\x2f\x8c\x15\xde\xfc\x95\x91\x4e\x57\xf8\xe9\x19\x7c\xf9\xba\x72\x1a\x1a\x86\xfe\xbc\x11\x50\x8b\x94\xb0\xde\xc1\xf2\x7a\x04\xc7\x98\xfd\xc7\x09\x07\xf1\x00\x10\x94\xe0\x0a\x8d\x36\xdc\x67\x43\x52\x48\x5b\x68\x92\xb5\x9e\x5b\x8c\x5c\x20\xf7\xf5\x26\xee\x68\xf4\xf5\xce\xfb\xab\x87\x86\xac\xa0\xfb\xaf\x1a\x26\xb2\x84\x67\xee\x27\x42\xe4\xf9\xf8\xe3\x47\x66\xbe\x3d\xe6\xf8\x91\x99\xe7\xe2\x8c\xdb\xb2\xc3\xa5\x2c\xa1\x28\xf8\xf0\x42\xb8\xc1\x76\xac\xef\x75\xcd\xf1\x90\xbd\x77\xc8\xde\x3b\x64\xef\xbd\xf8\xec\x3d\xff\xf5\x3a\x15\x89\xcf\xe0\x95\x67\xbc\x4d\xb1\xc3\x6f\xef\x42\xc5\x79\x1d\xee\xd4\xc3\x9d\xba\xd9\x1c\x5f\xaa\x16\xe1\xe9\xf9\x25\x68\x11\x1b\x61\x3e\xa0\x63\xb5\xa8\xed\xe5\xc9\x7f\xa5\xf3\xf4\xca\x77\xf6\x7a\x98\x90\xde\x94\xcf\xec\x94\x7b\xb7\xaa\x22\xdf\x75\x51\x86\xaf\xc6\xad\x57\x5d\x72\xff\xf6\xd5\x02\x2b\x7b\xe9\xab\xee\x47\xfe\x5c\xcc\xfe\xa5\xb0\x88\x62\xde\x2f\x82\x29\x1c\xff\xb3\x12\x34\xb7\x60\x59\xd5\xf9\x74\x4a\xd5\x1c\x5c\x58\x2e\x84\xac\x0d\x13\x6a\xbb\x19\x45\xe8\x88\xce\x43\x35\xcc\x4d\xe4\xf1\xd6\x96\x90\x67\x4c\x99\x79\xf4\x26\x38\x54\xfe\xa3\x2f\x78\x81\xd1\xc6\xc7\x42\x2a\x14\xa2\xed\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\x80\x80\x0f\xe6\x99\x94\x3c\x70\x8a\x97\x54\xe7\xaa\x57\x3a\x27\xf5\xf6\xe0\xb5\xce\x54\xc9\x94\xfb\x8a\x4e\xd4\x73\xa3\x9f\x1d\xae\xfe\x78\xf5\xbf\xd6\x41\xb6\xfa\x74\x35\xac\xb6\x1c\xad\x35\x58\x1a\x68\xbb\xe2\xdd\x12\xfe\xc8\xf2\x57\x2b\xc1\xb8\xe5\x67\x2e\x3c\x17\x1e\xc3\x90\xab\xe3\xf0\x3f\xc6\x1d\xfa\xdf\x8a\x96\xfd\x2f\x1e\x04\x1c\x7e\x54\xcc\xa8\xf9\x80\x1a\x63\x99\xca\xee\x11\xc0\x65\x0b\xc5\x8a\x08\xe0\x5b\xaa\xef\x5f\x65\x04\x70\x79\xe0\x4f\xce\x2c\xd6\xa4\xc9\x6f\x2e\x76\x6c\xdd\x13\x76\x88\x23\xdb\x62\xe9\xbe\xd5\x98\xb2\x65\x2c\xf4\xc5\x8c\xb0\xc2\xc5\xbf\xc5\x93\x5b\xbe\x93\x0e\x47\x74\xd9\x1a\x7d\x73\x98\xa8\x15\x51\x63\xc5\xdc\x5e\x09\x36\x6a\x55\x5a\xda\xf7\xa8\x9e\x26\xcc\x34\xda\x8d\x43\x31\x83\x43\x31\x83\x43\x31\x83\xa7\x2e\x66\xb0\x9e\xa6\xb9\xb6\x9a\xb9\xae\x8e\xb9\x9e\x82\xd9\xac\x5d\xee\x90\x3a\x54\x56\xfa\xb6\x4d\x1d\x2a\x29\x55\xaf\xc2\x06\x5e\x1a\xf1\x73\xa4\x0e\xfd\x46\xf5\xc0\x83\x12\xf8\x24\xeb\xf6\xad\x6a\x80\x2f\x5c\xfd\x3b\x24\x3d\xed\x33\xe9\xe9\x90\xf3\x74\xc8\x79\x5a\x77\x81\x0e\x39\x4f\x87\x9c\xa7\xe8\xd9\xeb\x28\xf3\xea\x94\xf7\x5d\xc3\xd6\xeb\x44\xf6\x42\xa0\x2d\x21\xa1\x6d\x2f\xbe\xf7\xd2\x57\x21\xb7\x47\xc8\x85\xc1\xcc\xa1\x9e\x43\x7e\x3f\x20\xf1\x1d\x90\xf8\x0e\x42\xdc\x6f\x49\x88\x3b\xc8\x29\xdb\xac\xd6\x41\x4e\x89\x9f\x1d\x90\xf8\x5e\x50\x2a\xb6\x15\x9c\x4a\xd1\xc0\x2b\x83\x52\x4f\x15\x83\xf0\x39\x91\x86\x98\x60\x42\xab\x02\xd8\x32\xe9\x0a\x1b\xb0\xf2\xd5\x6b\x10\xae\xec\x38\x71\xc4\x6b\x44\xd3\xc5\x1d\xbe\xf9\xd7\x35\x06\x7e\xed\xee\x4a\x38\xd0\x43\x9a\x86\x92\xaf\x20\x20\x4d\xe9\x9c\x4c\xe8\x03\x23\x23\xca\x33\x34\x53\x39\x1e\xb8\x64\x6e\xcb\x06\xf4\x7f\x37\x1b\x10\x2d\x0f\xa7\x08\xf5\xb7\x3c\x1d\x45\x9c\x84\x66\xde\x49\x05\xef\x40\x3d\x5a\x57\xfd\x77\xc8\x98\x88\xe2\xc6\xd7\x1d\xf3\x5e\x44\xd3\xaf\x1e\x0a\x18\xd3\xcd\x57\x8d\xee\x85\x13\xde\x58\x4c\x6c\x7f\x3a\xd7\x2e\x8a\x96\xfe\xd3\x6b\x61\x05\xcf\xa1\x56\x7d\xc3\xae\x8f\x83\x7b\xe3\xb7\x59\x7b\xe4\xc5\x88\xe4\x07\x45\x77\x8f\x8a\x2e\x24\x04\x7e\xa3\x9a\xee\xc1\x5d\xb1\x64\x71\x0e\x66\x80\x6d\x56\xeb\x60\x06\x88\x9f\xbd\x1e\x77\x45\xb3\xf4\xbc\x5d\x29\xde\x27\x94\xa3\x0f\x62\xf4\x41\x8c\x3e\x88\xd1\xdf\xac\x18\xfd\x32\x56\xf8\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\x0f\x32\xf4\x41\x86\x76\x5f\xed\x45\x86\x86\x7f\xf9\x6c\xee\xfd\xa4\x6e\xaf\xe7\x91\x72\xb9\xdb\xaf\x45\x78\x3e\x08\xce\x07\xc1\xf9\x65\x0b\xce\x2f\x66\x42\xdf\x5e\xc2\xe6\x21\xe5\xf1\x90\xf2\x78\x48\x79\xfc\x0a\x29\x8f\xa1\x94\xd1\x16\xe5\x0a\x4a\xbf\xf9\x86\x9e\xbb\x88\x41\xcb\x5f\x53\x96\x44\xfd\x20\x36\x2a\x69\xf0\xd9\x7d\xf4\xba\xf0\x45\x17\x47\x7d\x28\x64\x40\xa2\x5d\x3b\x14\x32\x78\xc2\x79\xfb\x73\xb6\x62\xe6\x9e\x46\xd1\x94\xf8\x4a\xa7\xfd\xd5\x63\xae\x9a\x4f\xfa\x57\x8d\xc0\xaa\xbd\x39\x16\xb2\x5f\x8a\x42\x98\xcf\x5f\xbf\x61\x97\xab\xe1\x23\x33\xdf\xca\xbd\x70\xa8\xe1\x70\xc0\x9b\xde\xba\xc4\xe5\x46\x1c\xfe\x75\x4d\xf1\x50\xa6\xe2\x50\xa6\xe2\x50\xa6\xe2\x50\xa6\x62\x7f\x42\x03\x76\xff\xad\xc8\x0d\x87\x52\x15\x07\xd1\xe1\x20\x3a\xd4\x4e\xf1\x05\xea\x84\x2f\xa2\x10\x47\xd0\x09\xf7\x05\x85\x10\xbb\x3e\x03\x33\xde\x2b\x22\x82\x5f\xc9\x03\x2a\x82\xfb\xbf\x03\x2a\xc2\x3a\x93\x3b\xa0\x22\x1c\x02\xdd\x0e\xa8\x08\x87\x50\xae\x43\x28\xd7\x01\x15\xe1\xb5\xa0\x22\x78\x01\x6a\x1f\xc8\x08\x35\xc2\xd8\x6a\x74\x84\xcf\x8b\x9a\xc1\x8b\x15\xb4\xfc\x58\x0f\x28\x09\x07\x94\x84\x5d\x69\xe7\x45\xe8\x64\x4f\x82\x96\x50\xc3\x06\x76\x55\xc4\x5e\x07\x6a\x82\x1f\xed\x21\xe5\xeb\x10\xb9\xfa\xf2\x23\x57\x5f\x5c\xca\xd7\x8b\x11\xdb\x0f\xca\xf0\x1e\x95\xe1\x43\xd6\xd7\x21\xeb\xeb\x60\x2a\x58\x7b\xb5\x0e\xa6\x82\xf8\xd9\xeb\xc8\xfa\x5a\x2d\x4d\xef\x05\x3d\xe1\x29\xe4\xea\x83\x58\x8d\xef\x1d\xc4\xea\x83\x58\xfd\x8d\x8a\xd5\x2f\x63\x85\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\x07\x99\xfa\x20\x53\x1f\x64\x6a\xf7\xd5\xde\x64\xea\xfd\xa2\x29\x6c\xe8\xc5\x8a\x92\x42\x5e\x93\x30\x7d\x10\xa4\x0f\x82\xf4\xcb\x16\xa4\x5f\xcc\x84\x0e\xc8\x0a\x07\x64\x85\x03\xb2\xc2\x01\x59\x61\x1b\xa9\xe6\x77\xee\x54\xbe\x89\x2e\xe2\x70\x63\xbf\xf9\x3e\x93\xc3\xdb\xf9\x8c\xd9\xff\x9e\xf1\x29\x13\x1a\xc4\x47\x6e\xe6\xb1\x14\xd3\xb0\xf2\x8b\x6b\xfe\xe6\xa6\x77\xf1\xf1\x3c\x4e\x01\x7a\xf3\xe9\xee\xfc\xb6\x77\xd5\xb9\x0e\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xca\xe9\x8c\x2a\xae\xa5\xe8\x7e\xb1\xa7\xd3\x0e\xed\x12\x44\x1f\xa9\xb6\x1b\x5d\xf7\x2f\xf1\xc8\x2e\xca\x7f\x7e\xbc\x2d\xff\x55\x9a\xc5\xf9\x6d\xf9\xaf\xee\xd2\xd9\x44\x0d\x57\xd9\xd9\x11\xf9\x78\x7b\x42\x3e\x42\x08\x86\x22\xb7\x13\x8a\x2c\xe9\xfc\xf6\x84\x9c\x33\xad\xe1\x97\xe2\x63\xc3\x4d\x06\x73\xfb\x9e\x0b\xaa\xe6\xc4\x4f\x1f\x93\xd7\x28\xd8\x66\xfd\xd2\x54\x17\x4f\xfc\x3d\x17\xa0\x3d\x14\xab\x77\x2e\xc7\x3c\xa1\xd9\x6e\x8b\xd8\xb9\x88\x0f\xd2\x9b\xcb\xeb\xa5\x4b\x11\xbf\xbd\xb8\x16\x9d\x8b\x33\x48\xa5\xf3\x43\xad\x99\xf9\x05\xd3\x86\xa5\x56\x1a\x49\x91\x78\x81\x9f\xcd\x23\x29\xe5\xef\x12\x92\xeb\x72\x6d\x65\xe7\xce\xc5\x19\x39\x26\x97\xd7\x7d\x71\xa9\x52\x34\xde\x30\x7b\xbd\x23\xd7\xe5\x9a\x08\x69\x08\x9f\xce\xa4\x32\x54\x18\x2b\xd9\x00\x63\x73\x2b\xa2\x09\x55\x8c\x9c\xca\xe9\x34\x37\xd4\xf0\x07\xb6\xb0\xa8\x02\x35\xb2\x1b\x66\x7a\x29\x98\x83\x6b\xd6\x10\x39\x5f\x31\x97\x99\xb2\xed\x5b\xae\x5b\xd6\x05\x78\xba\x20\x9b\xfb\x26\xa8\x52\xb4\xcc\x1f\xdf\x70\xc3\xa6\xd5\xf7\xd7\x0c\xdb\xfb\xb5\x56\xd1\xb1\x57\xc2\xb9\xa4\x29\x17\x63\xcc\x66\x3c\xe7\x86\x29\x9a\x7d\xa2\xb3\x0f\xde\xda\xb4\x05\x7d\xfc\xd7\xcd\x65\xcc\x1c\xdf\xfc\xdc\xf9\x14\xa7\xfa\xbd\xb9\xba\xbe\xbc\xbd\x5c\x4a\x33\xa5\x16\x16\x89\xc6\x3e\x3e\x81\xff\x25\xc7\xc4\xb6\x1e\x6e\xae\x29\x33\xd4\xde\xe8\xe4\x1d\x26\xee\x84\xf0\x7e\x2e\x32\xa0\x91\x99\xe2\x53\x6e\xf7\xd5\xa9\xcc\xef\xf1\x72\x0c\xb7\x7f\xa0\x12\xfc\x00\x93\xf0\x40\xec\x30\x54\xa4\x54\xa5\xe4\xef\xda\xe5\x6d\x5a\x21\x04\x5f\xa7\xda\xff\xc0\x52\x72\x44\x26\xc6\xcc\xf4\xc9\xf1\xf1\xe3\xe3\x63\xdb\xbe\xdd\x96\x6a\x7c\x6c\xff\x71\xc4\x44\x7b\x62\xa6\x19\x1c\x78\x58\x85\x13\x72\xa5\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\x5b\x22\x15\x6b\x17\x1b\xf3\x37\x12\xe5\x92\x8e\xec\x3d\xcb\xd3\xec\xd8\xbe\x54\x73\x74\xaa\xfb\x49\x52\x96\xf0\xd4\x09\x52\x4c\x24\x32\x05\xfb\x13\x3e\xe3\x22\x64\x3b\x31\xe7\xca\x09\xcb\x19\x09\x1b\x34\x65\x84\x3e\x50\x9e\x61\x5a\xb1\x44\x93\x21\xae\x33\x53\xba\x4d\xfa\xa2\x87\x62\x67\x6e\x45\x6c\x08\xbe\x03\x45\xd2\xbf\x3b\xb3\x33\x4e\x64\x46\x86\xf9\xc8\x8a\x68\xd1\xb5\xd4\xb2\xe2\x08\xd7\x44\xb1\x44\x4e\xa7\x4c\xa0\x55\xd1\x36\x04\x5f\xc2\x92\xb9\xe1\xb6\xfb\x02\x08\xc0\xca\x29\x40\x02\xa9\x84\x93\x2d\x98\x55\x57\xc4\x1c\xbb\x19\xe6\xa3\x92\xab\xca\x48\xa2\x18\x4d\x09\x37\x7d\xd1\xc9\xac\x62\x3b\x95\x86\xc5\x51\x84\x60\xd7\x2e\xad\x38\x70\x04\xc5\x66\x19\x4d\x7c\x56\x66\x26\x13\x9a\x91\x11\xcf\x98\xab\x6d\x1e\x35\xf0\x0e\x74\x2d\xbb\x68\x5c\x93\x54\x3e\x8a\x4c\x52\x37\x8f\xea\x67\xef\xcb\xcc\xa5\xeb\xd3\x82\xbb\x4a\x49\x05\xff\xf3\x23\x17\xe9\x76\x87\xf0\xee\xe2\xc7\x8b\xcb\xcf\xa5\x73\x78\x77\xd3\xbd\x8e\xff\xbe\xf9\xf9\xe6\xb6\xfb\x69\xe9\x41\xac\xb6\x52\x90\x16\x0c\x0f\x64\xf0\x13\x72\x83\x8b\x20\x15\xb1\x5a\x55\xc3\xa4\x3e\x39\x5a\x2a\x7e\x90\x29\xdb\x6e\x6e\x9f\x3a\x17\x77\x9d\x12\x4b\xb9\x39\xfd\xa1\x7b\x76\x77\x5e\x92\xf0\xfc\xfc\xa2\x5f\xae\xbb\x28\xbf\xc5\xbf\x9d\xfe\xd0\x3b\x3f\x1b\x04\x89\x6f\xd9\x6a\x54\xfa\xad\x32\xa6\x5b\x64\x40\x13\x99\x92\xe1\x3c\xce\x1c\x2c\xf2\xbd\x1f\xa9\x26\x19\x78\x46\x58\xea\x95\x11\x6c\xf5\x04\xf8\x90\xcf\x24\x2f\xbe\xb0\xc2\x7d\xcb\xbd\x63\xaf\x2d\xcc\xc5\xb7\x9a\x4e\x29\x91\x3c\x6e\xd8\xf6\x4e\x45\xa4\x54\x60\xce\x7c\x58\x23\xab\xf6\x68\xfb\x62\x6e\x0f\xb0\xe2\xe3\x31\xe8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x2e\xd4\xf2\x87\x23\x6d\xbb\x75\xc6\xa1\xa0\x41\xe0\x87\x80\x11\x50\x6e\x51\x51\x50\x0e\x6a\x86\xe6\xf7\xe5\x04\x4d\xba\x0d\xd3\x82\xa3\x57\x84\xf8\x02\x8b\xd2\x68\x9a\x98\x29\xf6\xc0\x65\x1e\x7d\xea\xe0\x0c\x4a\x9b\x5b\xdb\x7c\xb1\x00\xb0\x6c\xa8\xc0\x14\xcd\x94\xa9\xb9\x77\x79\x63\x14\x35\x6c\x3c\x3f\x73\x27\x7b\x7b\x2a\x3e\xbb\xfc\x7c\x71\x7e\xd9\x39\x1b\x74\x3b\x1f\xcb\x07\x33\x3c\xb9\xb9\xbd\xee\x76\x3e\x95\x1f\x0d\x2e\x2e\x6f\x07\xfe\x8d\xa5\xe4\xda\xd0\xc1\xe2\x7d\x5a\x7e\xf1\x84\x58\xce\x08\x1c\xcc\x23\x1f\x45\x6c\x6c\xc8\x46\x52\x21\x3b\x9e\x7a\x27\x20\x70\x7e\x12\x56\x96\xa5\xa8\x64\x97\x67\x71\x02\x1a\x68\x5d\x93\x68\x5c\x32\x8a\xd1\x29\xb0\x73\x2a\x48\x57\xa4\x47\x97\xa3\xa3\x1b\xfc\x71\x4a\xd5\x3d\x53\xe1\xd3\x47\xc5\x8d\x61\x60\x13\xe7\xce\x5c\x0e\x1a\x32\x0c\xd9\xde\x37\x10\xe4\x5d\x74\xd0\x26\xd7\x96\x3d\xdb\xf7\xc3\xdd\x63\x09\x35\x65\x86\xf2\x4c\xbb\xc1\x96\xd6\xf5\x84\x9c\x53\x35\x2e\xf4\xdd\x77\x72\x34\xc2\xc6\xde\xe3\x30\xec\x55\x53\x9a\x45\x0d\x8b\xb4\xa4\xe1\xaf\x2f\xe8\xcf\xbd\x1c\xa4\xb4\x45\xaa\xba\x9b\xed\x46\x53\x77\x57\xb0\xe2\x97\x17\x83\xee\x7f\xf7\x4a\x1a\x8b\x7b\x52\x43\x6b\x30\x71\x7c\xbc\xfc\x2e\xa8\x6f\x7b\x91\x9c\xca\x2f\xd6\x90\x53\x3e\xf3\x3b\x3f\xb2\x3a\x50\x0d\x2d\xb1\x2f\xdc\xe0\xc6\xc4\xe3\xae\x90\x50\xd1\x0c\x98\x31\xe8\x6c\xc6\xa8\x15\x40\x16\x77\xbb\x2c\xae\x35\xec\x3d\xf6\x14\xf7\xe1\x36\xd9\xf7\xd3\x22\x52\x64\xf3\xf8\xae\xaf\x50\xe4\x1a\x34\x80\x6d\x2d\x50\xc0\x5f\x10\x39\xe4\x72\xe4\x94\xf9\x5b\xce\xb6\x54\xce\xee\x2e\xce\xba\x1f\x7a\x17\xe5\x9b\xf0\x87\xde\xc7\xd2\x9d\xf7\xa9\x7b\xd6\xbb\x2b\xf1\x95\x55\x57\xdf\x62\xb3\x35\x50\x34\xe1\xa5\x13\x72\x86\x9f\x9e\x10\x21\xeb\x60\x51\x82\xb8\x5c\xe1\xaf\xd7\xde\xcd\xee\xff\xd1\x15\x46\xd5\x5a\x22\xd6\x55\xb1\x9c\xd1\xb1\xa4\x63\xd5\xfb\x26\x16\xfa\xbe\xa8\x5a\x91\x17\x7d\x37\xce\xf2\x68\x3b\x69\x17\x9a\x57\xec\xb4\x00\x35\xa3\x49\xc9\xab\x31\x64\x15\xa4\xf3\x13\xd8\xa4\xa7\xb9\x36\x68\x3c\x04\xf7\x27\xb9\xff\xb3\xb6\x0b\x0a\xc6\xc5\x36\xb9\x61\xac\x2f\xbc\xbe\x31\xe6\x66\x92\x0f\xdb\x89\x9c\x1e\x17\x98\x3c\xc7\x74\xc6\xa7\xd4\xde\xc7\x4c\xcd\x8f\x87\x99\x1c\x1e\x4f\xa9\x36\x4c\x1d\xcf\xee\xc7\xe0\xe9\xf2\xf6\xd3\xe3\xd0\xec\x58\xfe\xef\xf3\x7f\xf9\xee\xe8\xfc\xcf\xdf\xbd\x59\xd4\x20\x9b\xf6\xbf\x2b\x12\x3a\xd3\x79\xe6\x3c\xe2\x2a\x5e\x1b\x60\xeb\xb0\x12\xab\xf6\xfb\xa2\xbc\x5d\xbb\x09\xbc\xa7\x57\x77\x25\x8b\x4e\xf9\xcf\x4f\xdd\x4f\x97\xd7\x3f\x97\x04\xc6\xdb\xcb\xeb\xce\xc7\xe5\x96\x9d\x05\x89\xb8\xb2\x0c\x3f\x0a\xf9\x28\xca\xb3\xd7\xd5\x49\xe7\xc2\xf0\x29\xf3\x02\xb1\xfb\xf3\x16\x67\xba\xc5\xcc\x2f\x6f\x7f\x28\xf3\xf4\x0f\xe7\x3f\xdf\x76\x07\x37\x67\x3f\x2e\x9d\x09\x7e\x56\x1a\xd9\x0d\xb8\xf3\x4e\x65\x96\x4f\x45\xfc\xef\xed\xc7\xd6\xbb\xb8\xed\x7e\xac\x8e\xee\xb2\x73\x5b\x5e\xf6\xeb\xb2\x97\xf8\xcd\xf7\x97\x97\xe7\xdd\x92\x85\xf5\xcd\x59\xe7\xb6\x7b\xdb\xfb\x54\xb2\xc9\x9d\xdd\x5d\x97\x50\x81\x6a\xa7\xe9\x47\x50\x33\x51\x3b\xad\x78\x9a\xfb\xe6\x33\x6b\x1d\xf3\x8e\x8b\xc0\xc2\x83\x72\x14\xa5\xe7\xa3\x73\x15\x74\xac\xa3\x60\xe1\x48\x70\xa4\xb5\xbc\xc6\x94\xb7\x89\x34\xf3\xba\xa5\x1b\xbd\x8c\xe5\xdd\x86\x21\xc0\xb8\x5c\x0c\x06\xcd\x32\xf9\x88\x71\x30\x53\x6e\x58\xea\xb1\x52\xec\x2b\x9a\x24\xb9\x52\x4c\x98\x6c\xde\xae\x61\x27\xe5\x6d\x91\xca\x9c\x85\x48\x89\xed\xa4\xea\xba\xb0\x83\xc5\x80\x83\x7a\x81\xb9\x12\x64\xe0\x87\x05\x35\xb4\xe4\xf8\x13\xd3\x9a\x8e\xd9\x2e\xa6\xb1\x3a\x26\x75\xf3\x53\xfc\x27\x98\xbe\xd6\x61\x40\xa5\x11\x7a\x97\xba\xe7\x29\x97\xe2\x03\xe5\x59\xae\xd8\x95\xcc\x78\xb2\xa5\x29\xff\x43\xa7\x77\x3e\xe8\x7d\xb2\xc2\x42\xe7\xb6\x7b\x5e\x62\x95\xf0\xac\xf3\xe1\xb6\x7b\x3d\x40\x70\xaf\xce\xf7\xe7\xdd\xc1\xc5\xe5\x59\xf7\x66\x70\x7a\xf9\xe9\xea\xbc\xbb\xc2\x42\xde\xd8\xf8\xa2\x3c\x59\x7d\xf5\x64\xe1\x17\xc2\x5d\x38\x95\x73\x11\xa2\x92\x6a\x24\x24\xa9\x82\x79\x4e\xa2\x99\x8e\x12\x61\x05\x32\xfb\x33\x98\x7a\xec\xdb\x3e\xd8\xa2\x4d\x7a\xe6\x6d\x96\x11\x9a\x1b\x39\xa5\xa0\x63\x66\xf3\xbe\xa0\x43\xa9\x0c\xe8\x17\x81\x8e\x89\xca\x85\xb0\x0a\xae\x6d\x0c\x31\xf4\x92\x8c\x51\x41\xf2\x59\x14\x28\xe8\x34\xa5\x11\x17\xe0\xc3\xb3\x4a\x0c\x2a\xc5\x45\x97\x85\x9e\x69\xf5\xd8\xbe\xc0\x9c\x5a\x54\x5d\xd7\x59\xe1\x93\xb5\xde\x6a\x5c\x9d\x29\xbd\x67\x76\x55\xa6\x79\x32\xb1\xc2\xf2\x58\x59\x9d\x1e\xa5\xe9\x84\x0a\x34\x8d\xba\xd7\xad\xa8\xdb\x17\x56\x22\xa6\x99\x17\xda\x53\x36\x63\x22\x65\x22\xe1\x18\x1e\x08\x56\xc5\xa0\x5c\x8f\x15\x9d\x4d\x88\x96\x60\x8d\x83\x65\x07\xb3\x05\x7e\xe4\x1d\x8a\x2e\x8b\x18\x1e\xc7\x32\xb7\xca\xad\x06\x7f\x09\xca\x38\xae\x32\x7c\xec\x05\x6e\xaf\x68\x22\x2a\xe1\x74\x96\x31\xe8\xd2\x2d\x39\x6c\x86\x5d\xeb\xd2\x7e\xd8\x6d\xaa\xdb\x84\xbe\x28\xc6\x4c\xb5\x1b\x51\xbb\x46\x96\x77\x47\x8a\xfc\x40\x45\x9a\xd9\x56\xbc\xd6\x56\x3e\x8b\x10\xe3\xd2\xb1\x54\xe3\x4f\xe3\x2e\xf7\x4a\x42\x73\xbd\xd1\xc5\xb2\x3c\xa6\x93\x82\x55\xf6\xa8\x30\x57\x03\x79\xbb\x80\x4e\x58\xdd\x19\xb5\x34\x90\x49\xb7\x4a\xf8\x7a\x8e\xd0\xc7\x04\x46\xd3\x20\xe9\xce\x14\x17\x09\x9f\xd1\x6c\xab\x6b\xb0\xe2\xe5\x77\xde\xf3\x77\x7c\x64\xc9\xe7\xfd\x82\x91\xc9\x30\x35\x85\xe0\x66\x37\xcc\xb0\x85\xab\xae\x18\xdc\x1d\x4b\xc8\xb4\xec\x09\xdd\x62\x6f\xd0\x85\xd0\x34\xdd\x4a\x2b\xae\x77\xf4\x61\xd1\xec\xaa\xbe\xcd\xba\x05\x8b\x1e\xfe\xba\x6c\xab\x3f\xd1\x99\xdd\x62\x44\x18\x24\xb4\x98\xa3\x8b\x59\x76\xf8\xd5\xde\x0e\x1f\x19\xe6\x42\x7c\xc8\xfa\xe2\x7e\xb1\x84\xce\x93\xb2\xd8\x49\xc9\x40\x19\x85\x93\x3b\x92\x1c\xe5\xc6\x9e\x26\x0a\x26\x4e\xf2\x8e\xb5\xc7\x6d\x72\xf9\x53\xf7\xfa\xba\x77\xd6\x6d\x91\xce\xd5\x55\xf7\xe2\xac\x45\x98\x49\xde\x7b\x57\x9f\xf3\x7c\xf4\x85\x91\x4e\x83\x9c\x93\x89\x7c\x04\x56\xc6\xd4\x98\x95\xe6\xec\xdd\x24\x00\x12\x30\xe6\xda\x28\xe7\xac\x11\x69\x8c\xfa\xc9\xa7\x55\x9d\x04\x29\x24\x37\x93\x5d\x48\x83\x6a\x9d\x4f\xe9\x30\x63\x03\x4e\xa7\x03\x25\xb3\x55\x67\xb8\xf6\x48\x15\x6a\xdc\xc0\x69\xce\x03\x9a\x24\x32\x17\x66\xed\xd6\x56\xed\xe3\x19\x2c\x93\x26\x33\x7b\xa0\xc0\x47\xbc\x08\x42\x19\xdd\x52\x09\xf8\xad\xc1\x56\x0a\x2c\x23\x2b\xc2\xfc\x1d\x98\x69\xfd\x5a\x5e\x97\x57\xe0\xb0\x9e\xb8\x9e\x75\xcb\x75\x8a\x78\xb5\x5e\x23\x8e\xe0\x3a\x77\x59\xbf\xba\x56\x96\xb5\x44\x9e\x9c\x5d\x9d\x22\x9f\xaa\x43\x41\x45\xdf\x49\x05\x77\x1f\x5c\x73\x15\x80\x61\xa4\x47\x7b\x90\x91\x7f\xfc\x92\x4b\x43\xf5\xfb\x76\x5f\x58\x66\x78\xcf\xe6\xe8\xcf\xb7\xec\xe6\xf7\xf6\x0a\x3c\xd2\x4c\x68\xf0\xff\xfe\x1e\x55\x73\xcb\x30\x1f\xa8\xe2\x96\xb4\x50\x22\x44\x5c\xe3\x32\x40\x2b\xb8\xec\x5c\xa3\x8e\xdb\x15\x1e\xd1\x02\xd5\xd5\x3f\xc3\xe1\x8f\x99\x81\x90\x49\xc3\x0d\x88\x2a\x29\x02\x27\x2f\x0c\x7d\xa5\x56\x04\x54\x71\x86\xe1\x9e\x3b\x05\x1b\x6c\x73\x64\x36\xd5\x6b\xab\xc7\x81\xeb\x59\x46\xe7\x0b\x16\xb2\x55\xc7\xe8\xc2\x6e\xce\x8c\x26\xac\x08\x37\xf5\x91\xb9\x89\x9c\x4e\xc1\x10\xeb\x53\x4c\x52\x3e\x02\x8b\xac\xb1\x47\x8c\x0c\x99\x79\x04\xfb\xbf\xff\x35\x18\x1d\xad\x18\x4c\x05\xa2\x52\x03\xb5\xf4\xed\x5a\xa5\x39\x68\x9b\xfd\x37\x2d\xd2\x7f\x93\xb2\x07\x96\xc9\xd9\x94\x09\x63\x7f\x60\xa6\x96\xa1\x75\xa7\x94\x67\x17\xd2\x04\x93\xf2\x2e\xdb\xa2\x58\xc2\x67\x9c\x09\xa3\x07\xcc\xb6\xfb\xa4\x01\x21\xab\x54\x7b\x9f\xc7\x02\x23\x21\x34\x4d\xad\x46\x00\x48\xa7\x7e\x90\xce\x10\x81\x71\x34\x61\x01\xd6\xa3\xe1\xe0\xfa\xdd\x2f\x19\xd7\x9b\x38\x12\xa9\x02\xb0\x53\xe8\xb8\xc0\xa6\x5c\x4a\xb5\x0e\xe9\xb6\x40\x50\xf4\xda\xcd\xa2\xe2\xd6\x20\x0c\xdb\xbb\x70\xbd\x71\x96\x57\xe6\xc6\x7e\xb7\x74\x68\x3a\x4e\xb9\xf2\x88\xec\x85\x68\xe3\xbc\xa2\x55\x47\x2c\x5b\x39\xe2\x24\x93\x3a\x57\x6b\xda\x8f\xca\x83\x3e\x75\x9f\x2e\x1b\x77\x37\x96\x04\xf3\xcc\xe8\x8d\x84\xcd\x9a\x85\xaf\x44\xec\xe2\xe1\x36\xee\x96\x75\x6f\xb7\x08\x17\x49\x96\x43\x94\x8b\xd5\xe0\xbd\xcb\x58\xa4\xa4\xb8\xda\xfa\x22\x84\xb9\x50\x4d\x1e\x59\x06\x16\x03\xab\x55\x02\xdb\x76\xc3\x75\x2d\xb1\x94\x68\x43\x0d\x6b\x11\x99\x1b\xdb\x58\x0b\xc1\xeb\xdd\x16\x1c\x0d\x29\xe4\x7d\x15\x25\x69\xfa\xe2\x4e\x7b\x1f\x67\x48\xd7\x41\x5a\x47\x06\xc6\x05\xf9\xc8\x0c\xb4\x02\xf9\x93\xf1\x04\x11\xa4\xbf\x96\x05\x55\xd7\x7e\x87\x13\xe5\x66\xb2\xc1\xce\x17\xc1\x31\xdf\x67\x72\xb8\x74\xdf\x3b\x64\x8a\x6a\x89\xeb\xc5\x5b\x5d\x0a\x85\x34\xca\x33\x59\x45\xa3\x4c\xa9\x52\xd0\xe2\x8a\xe3\x5f\x0e\xa8\x59\x4e\x9e\x10\xce\xc2\x05\x06\x17\x41\x0c\x58\x75\x9c\xce\x54\xb1\x6a\x8c\xa0\x50\x0f\x5e\x8f\xda\x8e\xe3\x9d\x2e\x9a\x2a\x56\x11\x41\xd9\xc4\xf1\xd4\x93\x81\x03\x62\x26\x8c\x2b\xb2\xd6\xb4\xfc\xf9\x1d\xe0\x99\x5f\x9f\x68\x0a\xda\x6e\xb2\x54\x20\x13\x09\x0c\xc2\x0e\xcc\xe5\x7b\x96\x2a\x4a\xb4\xfb\xa2\x32\x08\x67\xfb\xd2\x04\xc8\xcb\x9f\x86\x12\xef\x6f\x91\x11\xff\xe2\x1a\xf5\xc1\x40\xc5\xab\x91\xb6\xd5\x60\x83\x99\xd0\x45\xb2\xdb\xe0\x7e\xbc\x82\xef\x97\x1a\x19\xa4\xb6\x0a\x75\x62\x05\x2b\xc5\x12\xa9\x2c\x4b\x84\x6e\x83\x8b\x62\xe5\xdd\x68\xa8\xb2\x8b\x42\x57\x69\x5d\xa5\x71\x14\xf9\xcf\x29\x35\xec\xc8\x2a\xee\x2b\x9c\xb3\x33\x69\xbb\x21\x7c\x6a\x75\x8b\x28\xb6\xb1\xe0\xb0\x43\x36\xa6\xc2\x5b\x73\x1b\x46\xeb\x59\xfb\x0e\x87\xd9\x4a\x56\x74\x6a\xd5\x4c\x90\x23\xec\x80\xca\xe3\xd0\x33\x58\xce\xa5\xe3\x70\x9a\xf7\x73\xad\x9a\x59\xb2\x6c\x8f\x34\x18\x02\x1a\x06\x9b\x43\x25\xb0\x17\x33\xd8\x8c\x6a\x43\xdc\x98\x1a\x46\x1c\x4b\xb3\x7b\x08\xca\x5e\x06\x95\x1e\x2b\x0e\x9b\x08\xe7\xf1\x10\x89\x66\xc6\x70\x07\xe9\x9d\x6b\xe6\x42\x69\xa6\x4c\x8d\xbd\xc0\x87\x28\x8f\xe1\x68\x3b\xb8\x47\xcf\x47\x63\x5e\x02\x76\xfd\xc5\xa6\xdb\xa4\x23\x16\x02\x02\xbd\x0d\xa3\xb4\x5e\xc8\xb5\x69\xf6\x48\xe7\x9a\xcc\x14\xc6\xdf\xa0\xb1\xdf\x4f\x1e\x8c\x76\xe5\x8f\xbc\x85\xce\x0a\x54\xe8\x6d\x81\xfa\x38\xf1\xc8\x1a\x36\x2b\xc2\xf3\x5f\x9f\xd9\xad\x29\xfb\x57\x0c\xd1\x75\xe8\xfe\x41\x05\xaa\xe5\x74\x0b\xc2\x6c\x11\x33\x1b\x87\x48\xb8\xc4\x3c\x90\x2d\x9d\x76\xd1\x2d\x1b\xb1\x9b\x04\x3e\x30\x81\x9c\xd3\x21\xcb\x76\x36\x5e\x6f\x65\xaa\x87\xae\x5d\xca\xa4\x55\xbf\x19\x1a\xe3\xa1\xd8\x91\xaa\xb2\x36\x6f\xc4\x51\xf9\x7a\xa6\xf9\x62\x9e\x25\x90\xd2\x1d\x26\xea\x73\x80\xb7\xe7\xdf\x4d\xf9\xc1\xf1\x45\x52\x24\x08\xd7\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x32\x79\x6b\x87\x40\xf6\x91\xcb\xbb\x17\x6b\x50\xa0\x99\x35\x71\x6b\x7a\x23\x22\xa4\x60\x84\xeb\xe2\x65\x53\x76\x42\x92\x31\x13\x4c\x41\xcc\xa7\x8f\x9c\x58\x44\xc5\x7e\x66\xa5\xbc\x13\x94\x49\x32\xe2\x2c\x4b\x35\x11\xcc\xea\x34\x54\xcd\x21\xee\x1f\x19\xda\x3a\xb2\xd1\xbe\xa4\xd5\x9a\xeb\xc3\x89\x91\x3e\xc7\x12\x70\x38\xac\x24\x56\x19\x17\xc1\xbc\x08\xf7\x92\xfb\xc8\x45\xa1\xf5\x45\xd0\x82\x81\xfe\xb8\xb6\xda\x5d\x9b\xc0\xb6\x99\xe2\x2b\x7b\xc7\xd8\x1f\xfc\x1e\xb6\xbc\x2c\xab\x11\xc5\x62\x13\xdd\xdf\xdf\x5b\xc5\x3a\x96\x03\xdf\x7d\x82\xce\x98\x3f\x30\x51\x5b\x2d\xcb\x13\x45\x56\x32\x43\x2e\xe7\x3a\x0e\x56\xfb\x05\xd8\xa9\xd6\x5f\x29\xbb\xc9\xf9\x82\xe5\x0a\x41\xb3\x0b\x25\x3b\x9b\x07\x27\x4e\xac\xaa\xb8\x9c\x1d\x2c\x7a\x44\x35\xf9\xbd\x90\xe6\xf7\x51\x5a\x93\x57\x87\x11\x75\xdd\x99\x26\x5a\xa5\x74\x6b\xee\x63\xb4\x1d\x91\x10\x1a\xce\x6a\xba\x7a\xe5\x77\xcd\xa5\x2b\x9c\x2a\x4f\x2a\xbd\x75\x17\x1d\xcd\x4d\x78\x15\x08\xb9\xb4\x37\x1b\xc0\x73\xd4\xfb\x20\x48\x06\x8a\x81\xdb\x44\x48\x32\x95\x8a\x55\x60\x9f\x90\x79\x87\x48\x0c\x84\xdb\x59\x9f\x4a\x6b\xcc\x61\x08\x65\x53\x1c\xf3\x92\x19\x6c\xb9\xf9\x6b\x1f\x21\x16\xd3\x72\xb8\xfd\x12\x0a\x58\x91\xcc\x54\xaf\x92\x6f\x13\x16\xd1\x24\x93\x06\x43\x74\x8c\x6f\xdf\x94\xc2\xd3\xee\x8b\x0f\x52\xb9\xbb\x53\xbb\xf4\xd8\x21\x4d\xee\x8f\x98\x48\x09\xcd\xcd\x04\x53\x69\x9c\xed\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x55\x83\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x24\xe0\x02\xe2\x02\xa0\xc2\x35\x09\x10\x0c\x10\x6e\x9a\xd6\xa2\x0e\xfb\x6c\x01\xf9\x6c\xf9\x99\x89\xf1\x93\xfa\xd0\x1f\x4b\x05\xd3\xba\xff\x06\x47\x5d\x59\xa1\x9e\xb7\x47\x79\xfd\x46\xc7\x55\x24\xc2\x9b\x2d\x17\xf0\x84\x16\x19\x37\x0b\x2b\xa6\x7c\xe7\x79\x67\x29\xb1\x68\x94\x2b\x08\x5d\xaa\x6b\xf3\x5d\x32\xe1\x59\x61\xa3\x7e\xdf\x72\xe7\x11\x9b\xcc\xd8\x03\xcb\x30\x01\x35\x51\x6c\xca\x84\xf3\xb6\x7f\x47\xfe\x13\x31\xc1\xc8\x1f\xfb\xe2\x23\xb0\xd5\x2c\x9b\xb7\x08\x1f\x15\x2d\x53\x53\x69\xe6\xbe\x76\x00\x76\xcb\x90\xb3\x94\x06\x82\xfb\x3d\xa1\x0f\xac\x2f\x7c\x33\xff\x49\xee\xc9\x1f\xc8\x1f\x9b\x0c\x39\x2e\x89\xec\xa9\xf5\x7c\xa0\x62\xdf\x57\xc4\x19\x5a\x4e\x7c\x04\xce\xe1\xcd\x00\xe5\xaa\xae\x41\x55\x0b\x02\x6e\xc8\x7c\xe3\xe2\x41\x2e\x7a\xaf\xe2\x93\x4b\x15\x13\x66\x20\x64\xca\x06\xac\xc6\x75\xb5\x84\x51\xd8\x4b\xfd\x42\xa6\x6c\xa5\xe3\x29\x08\xc8\x9f\xc1\x74\xa1\xf3\x61\xd8\x0e\x88\x89\x0b\x4a\x77\x99\xc0\xea\x07\x1c\x32\x53\xb6\x19\xee\xb6\xbe\xb2\x4b\x27\x5d\xb5\x80\xa3\xbb\x01\xd4\xfb\x6b\xb0\x5e\x30\x84\x1f\x55\x4f\x61\xd5\x42\x6c\x5f\xb6\x33\x77\x77\x4e\x94\x73\x03\xd9\xfa\x8a\x8f\xb9\x95\xb6\xd7\xf7\xc7\x01\x13\xdc\xc6\xcc\x8d\xc9\xad\x6b\xd9\xb9\x8b\xa5\x98\x65\xd4\x58\x2a\x3f\x0a\x64\x57\xf8\x98\x86\x32\xaf\xca\xdc\x6e\x01\xb8\x8e\x03\xa3\x9c\x78\x3d\xb7\x2c\x78\x8c\x41\x37\x6c\xc2\x31\x3f\xae\x73\x7a\x4e\xec\xa1\x90\x53\x86\x88\x70\x76\xd1\x72\x33\x91\x8a\xff\xa3\xd1\x21\xdb\x2c\x61\x17\x8e\xb4\xa8\x12\x2d\x8c\xb3\x2c\x6b\x03\x8d\xa2\x64\x60\x4a\x8a\x44\x9d\x86\x43\x86\xf6\x7b\x05\xc2\xc7\x28\xcf\x30\xf7\x3a\x91\x2a\x45\x7c\x52\x5d\xae\x7b\xab\x7c\x91\x67\x0c\xd9\xf2\x0d\x72\x97\x3c\xe2\xb2\xbb\x93\x09\x15\xe3\xe5\x72\xe4\x5f\x72\x96\xef\x29\x68\xc6\x41\xae\x7c\x25\x77\x3c\x1d\xeb\xa2\x4e\x35\xae\x8d\x65\xc9\x95\xd2\xd8\xce\x21\x4f\xf5\x7d\x61\x50\x0b\x39\x04\xa8\x46\x57\xf5\xf9\x35\x8c\x2f\xd7\xee\xf8\xed\xc1\xfc\xf2\x1c\xfe\xfa\x45\xf9\xa8\x86\xff\x00\xfd\xb9\xac\xe6\x67\xb5\x6e\x04\x1e\x5e\x91\x3b\xf6\x6d\xe9\xd8\x40\x93\xf6\x83\x72\x23\x74\xcc\x75\xd1\xb9\x59\x4f\x1d\x37\x65\x3b\xca\xc6\x24\x81\x7d\x0f\xc0\x8d\xb5\xb3\xf9\x36\x32\x4b\x16\xa1\x88\x18\x8b\xea\xa3\xc4\x9f\xd6\xd4\x52\x76\x0c\x96\xa3\x61\x23\xbf\x60\x53\x94\x72\x34\xa2\x2d\x6e\xa7\x45\x45\xa8\x7e\x6c\xfe\xf1\xba\x43\x59\xea\x0e\x59\xd3\xb9\x01\x1a\xfd\xb2\x63\x7b\xee\xa2\x8d\xca\x6e\x01\x0c\xa1\x90\x91\x63\x14\x3c\x04\xb9\x26\x46\x51\x88\xde\x93\x42\xf7\xc5\x67\x94\x62\xb9\x46\x7d\xd1\x01\xfb\x80\x3a\xea\x50\x44\x80\x79\x3a\xd0\x01\x33\xa1\xc2\x25\x22\xd4\xb9\x20\x02\x2e\x62\x38\x09\xb1\x13\xa2\xae\x33\xe8\xc8\x89\xee\xb5\x4d\xfa\x85\x8e\x23\x64\x2b\x11\x8d\x4d\xb6\x62\xae\x21\xd2\x95\x66\x8d\x3a\xe3\x50\xca\x8c\x51\xd1\x24\x56\xd7\x3e\x5e\xb0\x16\xf1\x38\x8a\xd1\x6a\x7d\x56\x32\x53\x39\xb3\x3a\x05\xc5\x54\x8c\x68\x5e\x14\xe0\x8b\x4d\x00\x65\x41\xc5\xd0\x0e\x34\x5d\xe1\x10\x69\xc5\x27\x7f\xc8\xb2\x8d\x22\x4d\xf0\x83\xa5\x54\x04\xaf\x14\x08\xb9\x6b\x85\xb7\xc7\x01\x10\xb5\xc9\x00\xab\x06\x16\xa7\x10\x2c\x35\x0d\x97\xc3\xf0\xb7\x1c\x62\x6e\x26\xb5\x41\xcf\xcb\x06\xe8\xa3\xae\xd7\x91\x58\x4f\x40\x7a\x24\xf2\x81\x29\xc5\x31\x63\xdd\x8d\x74\x9d\x5d\x75\x09\xde\x03\x39\xf2\x61\xd5\xeb\x73\xd5\x6a\xe6\xfb\x06\xda\xbd\xc2\xc4\x59\x32\x53\x5c\x2a\x97\x60\xde\x68\x63\x5f\x75\x39\x76\x2a\x81\x18\x00\x8f\x34\x05\xfe\xad\x0b\x74\x09\x6f\x47\x0b\xb7\x67\x69\x75\x20\x5f\x0a\x3e\x4e\x25\xd3\x91\xc0\x0a\x0b\x8b\xdc\x80\x8f\x98\x1d\x74\x5f\x58\x89\x3d\x16\xae\x31\xed\xca\x67\x61\xd9\x4e\x13\x25\xb5\x76\xb1\x15\xd8\x8e\x6e\x2f\xbd\x97\x6f\x5d\x52\xcc\x3e\xbc\x66\xcf\x17\x66\xb9\x58\x7a\x20\x82\xc3\xac\x97\xe3\x86\x2c\x24\x00\x35\x72\xd1\x5d\x23\xb0\xfc\xd1\x20\x8a\x51\xed\x2c\x09\x10\xa8\x54\x09\xd1\xd8\x40\xea\x0a\x63\xc6\x80\xc5\xa3\x90\x72\x17\x91\x90\x4b\xa8\x45\xd4\x6f\xae\x09\x57\x8a\x01\xa8\xe8\x30\x73\x0e\xb2\x12\xd5\xf0\xa2\xb4\x65\xb1\x22\x41\x69\xc6\x9e\xe1\xd6\xd1\x7c\x6a\xcf\x33\x20\x09\x08\x79\x24\x67\xa0\x85\x55\xdf\x82\x7c\x49\x3e\xb2\x94\x18\x57\xd6\xb4\xa2\xea\x11\xa0\x53\x33\x61\xea\xdc\x06\xbe\x11\x70\x33\xb0\x14\xb7\x11\x29\xb7\xff\xa6\xf3\xfd\xe5\xf5\x6d\xf7\xac\xff\xa6\x70\x06\xfb\xc0\x21\x7f\x49\x86\x74\x2e\x29\xfa\x22\xb8\x74\x42\xd9\x09\xd8\x4b\x42\xd3\xb4\xc8\x5e\xc2\x70\xc2\x01\x9a\xa6\xd7\x3d\x15\x2b\xbd\x3a\x8b\xcd\x7c\xe0\x5f\x58\x7a\x4d\xcd\x4e\xbe\xa0\xa5\xbe\xf6\xb5\x6c\x9e\xb5\x24\x9e\x0b\xbe\x60\x77\x5b\x72\x23\x84\xa9\xdc\xd9\xef\xd6\xa7\x60\x3c\x09\xb0\x57\xde\x78\xa6\x2d\xf3\xb5\x7a\x3a\x0d\xd5\x40\x46\x40\x03\x22\x99\xb7\x08\x04\xd7\x5b\xaa\x9d\x93\x3f\x91\x29\x17\x10\x08\xbb\x6c\x6d\xef\xca\x13\xd9\x04\x0a\xac\x77\x71\x57\x06\xea\xfc\xe1\xf2\xae\x0c\x70\xd3\xf9\x79\x39\xa8\x57\xb9\x85\x65\xc6\x91\x62\x8e\x51\xb0\x91\xc4\xa5\x08\x4b\x53\x37\xd1\xf3\xaa\xd8\xf3\x6d\xa5\x1a\x66\x41\x02\xdb\x77\x96\x61\x14\x6a\xf2\x22\x12\x0c\xdd\x4c\x77\xcb\x2d\x44\x45\xf5\xaa\xac\xfd\x3e\xe9\x05\x5d\xeb\x4e\xde\x3e\x30\xa2\x98\x00\x58\x02\xea\xaf\xdf\x8d\xd3\x09\x8a\x56\x7d\x4c\xfb\x06\xd2\x1b\x29\xbe\xf6\xf6\x14\xed\x4c\xca\x33\x3a\xe4\x80\x3f\x04\x37\xb0\xcf\xee\xaa\xcb\xc1\x6f\xf7\x45\x5c\xb6\x08\xef\x4c\x4b\x03\x3e\x81\x8f\x8b\x31\x91\x82\x11\xa9\xd0\x31\x1a\xd8\x61\x2b\x4e\x2d\xa8\x86\xc6\x99\x09\x99\xcb\x5c\x85\x1e\x17\xfa\x71\xd4\xa7\x27\xd4\x07\x4f\x78\x39\xd3\xb9\xf6\xe2\x0c\x4c\x68\x6f\xa6\x58\xa1\xba\x42\xc7\xec\x81\x09\xf2\x68\xd5\x54\x1a\x65\xb6\x47\x41\x6b\x56\x24\x15\x6f\x4d\x88\x4c\xe1\x99\x2b\xe4\x4d\x83\x5b\xab\x30\x5c\x69\xca\x5d\xcb\xcb\x09\x78\x0f\xd9\x07\x90\x4e\xb1\x1d\xf1\xc1\x97\x4d\xb6\x18\x07\x0c\x67\x69\x20\xb6\x0c\x61\x84\x74\x2d\xc9\xb2\x2f\x33\x96\x6c\x13\x32\x7e\xe5\x0b\x53\x2c\xb3\x0d\xc5\x9a\x8b\x83\x47\x71\x5b\x67\xa4\xb7\x54\x55\x47\xbb\x62\x9c\x1b\x25\x6e\xd8\x81\xfe\xe4\x32\x1d\x37\x1c\xa7\x4f\xdd\x18\x29\x39\x5d\x6f\x88\xcf\x13\xac\x7c\xbb\x10\xf6\x5b\x32\xb6\xbc\x90\x28\xe5\xd5\xa3\x6c\x0a\x4f\x5e\xc5\xf5\x7e\xc2\x7b\x31\x64\x22\x40\x52\x36\x43\x54\xe0\xe0\x82\x72\x91\xc1\x71\x9f\xf1\x9d\x15\x9c\x31\x3e\x68\xa7\x72\x0a\x4a\x6e\x9e\xa1\x55\xb6\x41\x1a\xc2\x48\xdd\xfa\x10\x63\xb8\x3e\xeb\xec\xcb\x91\xa7\xda\x25\x5a\xd9\xc5\xd3\x86\x4e\x43\x5a\x6d\x35\x55\xba\xb2\x5c\x2b\xb8\xd1\xbe\x42\x46\x9f\x20\xac\xb8\x4e\xd7\x2d\x85\x3a\xbb\x90\x8e\xfd\xe4\x13\x56\x6e\xe8\xa5\x03\x2b\x25\x14\xc6\x03\x72\x18\x89\x71\x12\xdd\xe2\x56\x96\x6e\x3e\x04\x4f\xf5\x66\xec\x2d\xb5\x64\xa4\x4e\xa6\x2a\x91\xe0\x24\xbe\xe3\xc1\xc8\x32\xa5\xf3\x28\xd4\xcc\xc1\xc0\xc0\xe5\xcc\x45\xf8\xab\xcc\x6a\x3d\x31\xc7\x24\x5a\x17\xee\xd1\x26\xdf\xcf\xc3\xb5\x48\xb3\x2c\x1e\x89\x76\x80\xd0\x38\x4a\x34\x1e\xc3\x25\x46\x7a\x17\x9d\xd3\xdb\xde\x4f\x5d\x08\xa3\x9a\xcb\x9c\x3c\x72\x6d\x35\x84\xbe\x00\xeb\x2a\xa2\x88\x63\x05\x34\x7c\xb1\x05\x6f\x41\x70\xa5\xce\x87\x53\x6e\xf5\xa9\x62\x92\x77\xc0\x11\xae\x7d\xa8\x1d\x9e\x63\xfb\x01\x5c\xdb\x3e\x88\xaf\x2e\x5e\x7e\xc5\xf9\xd8\x42\x0d\x2e\x1a\xd9\x35\x4e\x2f\x72\xfe\x3c\x6d\xa4\x5e\x24\x66\xc7\x6a\x4d\xed\xf1\x3a\x84\xea\xd5\x1f\xca\x72\xbe\x2a\x24\x15\x73\x6d\x2a\x97\x49\x73\x96\x6a\xb1\x05\xfb\x88\xd3\xf3\xd2\xf6\x26\xc1\x1b\xfe\x93\x7a\x69\xe7\x26\xa0\x60\xd7\x8a\x60\x57\x8d\xf2\xcd\x4b\xcb\x16\x8a\x10\xff\xb7\x76\xa9\x6d\xa2\x6e\x15\xf1\xee\x31\x29\x44\xf1\x1c\xe5\x38\x71\x56\x65\xdd\x42\x1a\xf0\x65\x27\x80\xa6\xb6\x10\x48\xd2\x17\xf5\x72\xc3\x72\x1a\xdb\xd5\x2d\xbd\xd7\xac\xa2\xb0\x23\xd7\x61\x16\xce\x22\xf2\x39\xc4\xe1\xa1\x32\x1a\x0a\x57\xb1\xca\xb9\xf2\xf6\xd7\x06\x2d\x00\xc4\x85\x6d\x22\x9a\x6a\x4e\xe5\x9a\x4e\xe3\x95\xe7\xc2\x5d\x99\x4f\xa3\x41\xed\xe8\x5d\x87\xc4\xda\xfd\xa7\x03\x83\x11\xb3\x05\x16\x72\xe7\x3e\x83\xc2\x18\x11\x0e\xc3\x5a\x2b\xb7\x06\xa4\x51\x03\x0f\xc3\xe2\xa8\x31\x18\x3a\x1c\x1e\x99\x05\xe0\xe9\x0a\x77\x0b\xe2\x4e\x2e\x52\xa6\x04\xa3\x66\xf2\x7c\xde\xda\xd3\x5d\x4d\x86\xcf\xe6\xb9\x3d\xdd\x0b\x8e\x5a\xc5\x8b\xbb\xa1\x03\x77\x03\x6f\x68\x01\x38\xb5\xa0\x44\xd5\xc1\x4d\x16\x41\xe3\x4e\xcf\x2a\x83\x79\x3d\x85\x23\xba\xb6\xc5\xd7\xe0\x3b\x8e\x8f\x29\x7d\x74\x66\x97\x81\xe5\x8c\x03\x04\x60\xd9\x60\x35\xae\xe9\xe3\x25\x7c\x0f\xa5\x04\xf1\xeb\xf5\x2f\xde\x65\xca\x5a\xb0\xf4\x01\x1e\x69\x09\x18\xc6\x95\x07\x5e\x7e\x7b\x9a\x06\x27\xd7\x3a\x20\xcf\xa8\xce\x94\x10\x77\xf1\x17\xf7\x43\x03\x32\x73\xe5\xb3\xea\x6c\x63\x1d\x4c\xcc\xab\x26\x0c\xaa\xd2\x8c\x69\x90\xae\x51\xad\xaa\x08\xd0\xcb\xd4\xbb\xbe\xf8\x41\x3e\xb2\x07\xa6\x5a\x84\x1a\x32\x95\x56\x68\x12\x2c\xae\x9b\x49\xcb\x09\xd2\xe8\x3d\xa0\xe4\x82\x4e\x59\xda\x85\xab\x37\x0a\x3a\x74\x4a\xa6\x33\xe0\xd6\xe5\xa0\x41\x5e\x95\x2b\x39\xe5\x06\xda\x17\x34\x81\x4a\x54\xe0\x46\x03\x6a\xe4\x7e\x62\xc0\x6a\x7e\x1f\xcc\xcb\xbf\x6f\x93\x5b\x2b\x23\x70\x5d\x1e\x6f\x14\xcb\xde\x34\xb6\xbe\x18\x2b\x99\xcf\x82\x12\x20\x87\xa0\x7d\xa0\x99\xb9\xc6\xbc\x0c\x83\xf1\xb6\xe5\x84\xa6\x56\x02\x59\x4e\x38\x25\x35\xf5\x85\x59\x5d\xca\x81\xa1\x31\x01\xd9\x8b\x39\x78\xf0\x5c\x94\x06\x90\x51\x33\x68\xc5\xfe\xcc\xd4\x0b\x98\x81\x1a\xe4\xdf\x60\x1d\x28\x45\x09\x35\x70\xe5\x0d\x2c\x2a\xde\xfa\x50\x1f\xde\x56\x74\xeb\x2a\x79\x01\xe3\x60\xf5\x80\xfd\x0d\x7b\xbf\x7e\xba\x64\x65\x94\x57\xb9\x9a\x49\x88\x0f\xcf\xe6\x3e\xa6\xce\xc5\xbc\xcf\xe4\x2c\xc7\x8c\x01\x1e\xfb\xf3\x6a\x07\xc4\xb5\xf9\x44\x4d\x32\xb1\xa2\x57\x11\xfb\xbd\x8f\x34\xce\x12\x23\x7d\x5a\x55\xaf\x66\x06\xa7\x71\xef\x0d\x66\x8c\xb5\xb5\x78\xcc\x04\xf5\xa1\x1a\xf0\x57\x96\x91\xa9\xed\xb5\x04\x4c\x18\xa1\x57\xd5\xae\x75\x09\xfb\x69\xef\x3e\xed\x1d\x44\x71\xa8\xdc\xc2\x05\x89\x6a\xb7\x39\x63\x7d\xed\x91\xce\x15\xdf\x4a\xe2\x76\xc6\x1e\xf6\xc0\x84\x29\x74\xb7\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\xb5\xc8\xa3\x3d\x71\x26\x57\x96\x37\xe7\x8a\xfb\x13\x06\x0a\xd7\x92\xed\x2b\x6b\x3c\xc7\x28\x6d\x60\xf8\x59\x42\x23\xd8\x33\x57\xb1\x2a\x31\x39\x0d\x2e\x72\xd8\xe1\x8c\x8b\x7b\xdb\x19\xc2\x31\x78\xc3\xba\xb2\xfc\x4d\x2a\x1f\x0d\x5d\xda\xd3\x95\x94\xb7\xc3\x2e\x37\x23\x8f\xae\x3a\x0a\x5c\x8c\xa3\x3c\x8e\x7a\x7d\x73\x1d\x58\x85\xda\x2f\xd7\x43\x85\xa8\xfd\xd4\xcb\x13\xdb\x7c\xbb\x24\xf4\x7d\x6b\xc8\xd9\x52\x88\x8a\x0b\xc9\x70\x12\x49\x9c\x61\xe3\xb4\x16\xc8\x8f\xe3\x58\x89\xcd\x49\x28\xff\x11\xfe\x85\x60\x56\xb8\x34\xff\x41\xa4\xea\x0b\xfc\xbd\x15\x70\x2f\xec\x0b\x45\x8a\x5a\x43\x52\x77\xa0\x27\x0f\x62\xbb\x9d\x5c\x79\xdb\xb9\xf9\x71\x70\xdd\xbd\xb9\xbc\xbb\x3e\x2d\x09\x97\xa7\xe7\x77\x37\xb7\xdd\xeb\xda\x67\x08\x83\xdf\xbb\xbc\x18\xfc\xe5\xae\x7b\xd7\xf0\xc8\x37\x70\xde\xf9\xbe\x5b\x2a\x24\xf8\x97\xbb\xce\x79\xef\xf6\xe7\xc1\xe5\x87\xc1\x4d\xf7\xfa\xa7\xde\x69\x77\xe0\x6a\x34\x9f\xae\x2e\x35\x52\x3f\xde\x26\x84\x60\x5a\xa9\x5c\x5e\x20\x75\xf8\x0b\x78\x38\x77\xdb\xc9\xff\x01\x36\x85\x2b\xdc\x83\xa3\x96\xff\x17\x82\xc2\x1e\xd9\x63\xef\xad\x4a\xc5\x89\xe9\x8b\x60\xf6\x0b\x3c\xde\xd0\xb1\xf6\x75\x07\x4b\xa3\x3d\x21\x9d\x99\xab\x2d\x28\xcb\x9d\x1a\xaa\xef\x8b\x91\x7a\x6b\x2f\xd0\x01\x54\xfb\xd0\xae\xd2\x5e\x65\x4b\xca\x0d\xba\x39\xc1\x10\x9c\xd5\x2b\x25\x05\x1a\xf3\x02\xae\xaf\x6b\xb4\xb2\x97\x50\x29\x18\x17\x47\xe3\xb8\x20\x35\x6c\x2e\xe8\x94\x27\xf8\x43\x25\x3b\xca\xe5\x4d\x4d\x99\x30\xd5\x16\x4b\x24\x50\x6e\x79\xc2\xc8\x8f\x7f\x2e\x06\x05\xb6\x0a\xa7\xfb\xe7\x0b\x30\x6f\xee\x81\xca\x71\x55\x57\x11\x50\xa9\x27\xaf\xdd\xd4\x54\xc8\x82\x50\x8e\x5c\x44\x09\x0a\xa5\x68\xa7\x26\xac\xed\x1a\xc6\xb9\x53\x02\x9c\xbe\x1f\x84\x5a\xfd\x5b\x71\xf2\x5b\xaa\xef\x6b\xa0\xac\x6b\x99\xa3\x5b\xf0\x1d\x7b\x6c\xc6\xcf\xae\xed\x34\xac\xe9\x00\x28\x66\xbb\x3e\x1b\xb3\x0f\x57\x74\xe9\x67\x9c\x55\xd0\x9c\xd6\xee\xaf\x84\x06\xf5\xf4\x06\x96\xf5\x2f\x25\x48\x51\xe7\x49\x54\xd3\x0f\x4e\x4d\x40\xc0\xf2\x90\xac\x58\x22\xc8\x59\x5f\xe8\x50\x3e\x94\xd2\x42\xa7\x58\x72\xa7\x56\x10\x8d\xd4\xdd\x5d\x68\x3c\x10\xdb\xfa\xd5\x93\xec\xd2\x78\xf2\x82\x8a\x49\xb5\x0b\xbf\xae\x3a\x5b\x9d\xcc\xaa\x60\xbd\x2d\x2c\xfe\x51\xeb\xc1\xe4\xbf\x8e\x04\x7a\x06\x7b\x3a\x04\x7f\x4e\x81\x8c\x8a\x00\xdc\xa0\xa7\xc6\x36\x87\x56\x11\xda\x80\x92\x69\x90\x19\x8e\xbd\x18\x41\x8e\xd1\x10\x72\x1c\x5d\x7d\xf3\x99\xbd\xf3\xa6\x43\x17\xfe\xbd\x7c\xa3\xa3\xb5\xd9\x61\xcb\x9f\x0e\x11\x2c\x4c\xeb\xab\x01\x82\xd5\x8d\xe0\xd5\xc2\x81\x61\xb5\xb1\x40\x1b\x76\xba\x7e\xb5\xff\xe0\x67\xf4\x07\x24\xa9\xbc\x21\x97\x24\x6a\x2d\xe4\xcc\x92\x23\xa8\x25\xe0\x02\xd7\x1d\x60\x89\x26\x47\x24\xe3\xf7\x8c\xbc\x05\x1f\x6a\xe7\xaa\xf7\xb6\x45\xde\xc6\x71\x9a\x6f\x37\x60\x7f\x05\xd4\x9f\x1b\xb7\xc3\x05\x03\x49\xaf\x14\x02\xf4\x01\xa2\xb5\xa2\x61\x76\xa2\x12\x01\x90\x27\x62\x98\x42\xf4\x2a\x88\xfb\x08\xb1\x05\xce\x58\xb9\x8a\x37\x16\x47\x66\x67\x84\x25\xdb\xde\x62\x14\xf9\x9e\xfd\xdd\xcb\x19\xe1\x8a\xb8\xf4\x4e\x40\xb0\x2f\x30\xa9\x74\x03\xf1\x1e\x62\x3e\xea\x66\x55\x52\x26\xfd\x62\xd6\x6e\xca\x2a\xc2\x7b\x6d\xe4\xb6\x46\x74\x45\xa7\x6e\x45\x7c\x91\xe8\x03\x95\x7d\x0d\x2a\xdb\x47\x60\x51\x79\x70\x9b\xdf\x66\xa7\x28\x10\x45\xcd\xf8\xe4\x4d\x2b\xe1\x7a\x3e\x5d\x86\xee\x5a\x0d\x56\xb9\xa1\xc3\x21\x5a\x93\xd5\x1e\x87\x1b\xf4\x54\xa1\xe5\x7f\x71\xac\xd5\xa1\x76\x8c\x03\x13\x91\x1c\x43\x7f\x0d\x9f\x32\x57\x0e\xbb\xf0\xae\xb9\xf3\x0a\xe4\x06\x57\x95\x83\x6b\xc7\x4e\x54\x32\xe1\x0f\xf5\xf1\xcd\x4b\x37\x78\x07\xbf\xe4\x45\xe7\x53\xf7\x6c\xd0\xbd\xb8\xb5\x0a\xf9\xa2\x8b\xb2\xfc\xf8\xfa\xf4\x87\xde\x4f\xe5\xb2\xd9\x37\x3f\xdf\xdc\x76\x3f\x0d\x3e\x76\x2f\xba\xd7\x9d\xdb\xee\xf2\xf2\xe8\xcb\x3a\xab\x43\x6a\x74\x01\x58\xb2\xc0\x5d\x4c\x3d\xaa\x9b\xc7\x2e\x40\xcb\x89\x51\x32\x23\xdc\x68\xf2\xc0\x35\x77\xa9\x2c\x4e\xd8\xbb\xeb\x79\x63\x4e\x4d\xef\x27\x51\x0c\x6b\x0b\x13\xfa\x8b\x4e\xb8\x33\x09\xc7\x82\xa0\xf3\x46\x8a\x14\x03\x43\x48\x54\x0c\xa7\x5d\xd3\x89\x5b\xb0\x13\xd2\x71\x5b\x5b\xd7\xbe\x90\xc4\x8a\xa1\x4c\xe1\xe8\xd1\x55\x19\x86\x4e\x8e\x48\x75\x8d\x4f\x08\x02\x2e\x45\xd0\x91\xa1\x41\x10\x9e\xa8\x62\xe2\xad\x21\xec\xcb\x2c\xe3\x09\x37\x11\x9c\xa5\x54\x64\x4a\x05\x1d\x7b\xf5\x23\xd7\x4c\xad\xe0\x1e\x7b\xf3\x5d\xee\x43\x8b\x6c\x8a\x1f\x8b\x35\x25\x47\x2e\x01\x4d\xca\x48\x97\x38\xf0\x64\x3a\x68\x83\x0f\x64\x01\x71\x67\xdd\x21\xed\x49\x7d\x5d\x11\xb1\xe6\x22\x56\x9d\xf3\x93\x6a\x77\xdd\x3d\xe2\xc5\xf5\x32\xdc\xa8\x35\x74\xf8\x95\xfd\xa8\x25\xc8\xba\xbd\x55\x96\x19\xac\x76\xb4\xd5\x9b\xc9\xf6\x57\xed\xa5\x80\x60\x5f\xa8\xf3\xe2\xd5\xce\x8b\x66\x04\xcf\xcd\x8a\x6a\x94\x16\x71\x75\x41\x0d\x28\xbb\x45\x75\x43\x35\x0d\x80\xb5\x49\x5f\x4a\x4d\x8d\xc5\x54\xa6\xf2\xe0\xbe\x72\x41\x8d\xca\x60\x5e\x4e\x55\x8d\x95\xeb\xf6\x72\x73\xd5\x6a\x06\xba\x46\x35\x8d\x10\x4a\x0d\xe0\x99\x9b\xb1\x7c\x48\x5f\xe3\x69\x06\x1c\xc9\xbb\xb5\xec\xa1\xaa\x31\x5d\xc6\x8a\x16\xd5\xf7\x3b\x77\x77\x4b\xf5\x7d\x43\x57\xab\x2e\x8a\xd3\x92\xa1\xbb\xb2\x6c\x2e\x95\x0a\x84\xab\x72\xfd\xb3\x66\xfe\xdb\x7d\x60\xc2\xec\x45\x34\x81\x26\x6a\xa2\xda\xd7\x33\xd5\x21\xf2\x5c\xef\xac\xe0\x48\x01\xab\x39\x72\x5b\x1a\x45\x13\x80\xa8\xc4\xea\x8b\xce\xd5\xd0\xe4\x00\xb1\x53\x5b\x6f\x7b\xe0\xd5\xc5\x75\x59\x11\x4f\xe5\x56\xbb\x80\xda\x2c\x62\x35\x64\x02\x75\xdc\x37\x4a\xb4\x2c\x09\x01\x22\x05\x40\x94\xa8\x60\x0a\xca\xa5\xd5\x3d\xc7\x3e\x27\x54\x57\xbb\x5c\xb9\xe5\x5b\xe4\x67\x95\x9a\xf9\xc8\x20\xba\x74\x2f\x28\xf6\x1b\x84\xcb\xc3\x40\xee\x54\xb6\xb2\x26\xdc\x0d\xc2\x7c\xe6\x2a\x2b\xcc\x11\x94\xd8\xbb\xb3\x1d\x85\xee\x40\x16\x4b\x69\x45\x71\x30\x0d\x2c\x67\xf3\x2a\x76\x4f\x39\x54\x37\x9a\x86\xb1\x5a\x31\x6d\x6f\x99\x08\x8d\x20\xb4\x51\x2f\x68\xa9\x01\x7d\xbd\x2c\x11\x82\xec\x3e\x47\x98\x56\x50\xfa\x68\x2c\xba\x6a\xfe\x0f\x7b\xb3\x2a\xa6\x27\x32\x6b\xe2\xf5\xd0\xcd\xc6\xa9\xe8\xdb\xcd\xc6\x67\xa2\xef\x7b\x3a\xab\x19\x80\x8b\xa1\xd3\x46\xe5\x09\xc0\x8a\x58\x6e\x58\x7f\xea\x1c\x9e\x12\x5c\xa1\xce\xfd\xa9\x4b\x59\xb2\x3e\x9d\x1e\xa2\xb5\x6a\xc5\xbb\xe6\xb3\xbd\xab\x55\xb5\x8c\x66\xfd\x64\xc6\xd5\xd2\xad\x5a\x9a\xc0\x21\x19\x73\x5b\x93\xa9\x83\xd8\x0a\x14\x08\xb9\xd2\x46\x71\x06\x20\x1e\x59\xc8\xfc\x2b\xdf\x42\xce\x78\xb2\x92\xb0\xac\xc8\x73\xb6\xa3\x21\xd5\x0e\x67\x3e\x80\x80\xf3\x5d\x3c\x9b\xa5\x19\xa0\x1d\x09\xda\x64\xa9\xab\xa0\x88\x38\x2c\x6e\xf6\xc1\x86\x86\x78\xed\x7d\x71\x6d\x47\x81\x5f\x80\x29\x0d\x05\x98\x00\x8a\xcc\xbc\xc7\x0f\xc3\xfc\xf1\x2b\x58\xb6\xa6\x9a\x3c\x7a\x10\x41\xc1\x37\x4d\x6c\x1b\x48\xce\x20\x64\x7d\x8f\x4f\xc9\x28\xa3\x63\x9f\xc7\x05\x05\x06\x46\x85\x10\x6e\x25\x09\x44\xec\xb7\x7f\x6a\xc7\xe0\x78\x43\x70\xab\x9e\xb1\x04\xc5\xe1\x2d\xe5\x3e\xd8\x05\x9e\x06\x03\x25\xfc\x29\xea\xe1\xd7\x1d\x94\xdc\x94\xce\x20\xdc\x0b\x29\x5d\x8e\x42\x50\xda\xad\x8b\xf9\x6a\xc3\xc8\xff\xe7\xbf\xff\xda\xe6\xe9\x5a\x01\x08\xb1\x9f\xa0\xc8\x39\x8d\x02\x44\x22\x50\x79\x0a\xec\x78\x69\x11\xb5\x7d\xd5\xec\x06\x0d\xfd\xc9\x78\xe7\x92\xca\x9c\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x70\x60\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x2c\xb1\x1a\x10\xdb\xc6\xb0\x85\xda\x12\xe5\xcb\x02\x95\x16\x4a\xa5\xd7\x53\x1b\xfa\x42\xc8\xbb\x07\x9a\x71\xab\x58\xb6\x7d\x52\xf0\x7b\xf2\x9f\x00\x4a\xfb\x1f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb2\x1f\x9d\xe5\x66\x5e\x9f\x5c\x5d\x3a\x46\x19\x4d\xee\x37\x49\x38\xb7\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\xce\xcd\x2a\xe9\xdc\x2e\x64\x22\xee\x1f\x99\x9d\x00\xcc\xe2\x48\x14\x72\xdc\xb0\x63\xc7\xdc\x26\x1f\x10\x29\x0d\x44\x32\xec\x22\x91\x79\x96\xf6\x05\xfb\x32\x93\x9a\x95\xe2\x37\x6b\xd0\xad\x5c\xcc\xb1\xeb\xa9\xfe\xa6\xa9\xc0\x42\xef\x24\xc1\x7c\xf5\xdc\xfb\xc5\x3d\x5d\x9c\x72\x3d\x91\xed\x74\xb9\xfa\x1a\xfc\x83\xda\x53\xf8\x6c\x95\x09\x4e\xad\x32\x2b\x4c\x36\x6f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x8c\x64\x56\x56\x9d\xd7\xf3\x06\x5e\x2d\xc4\x6b\xed\x21\xb7\x6c\x1d\x0b\xf4\xa6\xf1\x4d\x55\x3b\x04\xd7\xb3\x8c\x96\xaa\xce\x55\x7b\xc0\x20\xa6\xa7\x25\x63\x8c\x12\x5f\x2d\x77\xaf\xef\x06\xaf\xfd\xfc\x49\xb0\xbd\x3d\x1d\x39\x90\x6f\x40\x20\x73\xba\x05\xcb\xda\xd0\x4c\x1b\xe3\x11\xdb\x33\x25\x2d\x9d\xc9\xbe\x30\x74\xec\xe3\xc4\x1c\x87\x92\x8f\x82\x29\x3d\xe1\xb3\xd8\xf4\xbf\x89\xf4\x7d\x2b\x67\x47\x58\x53\xc9\x6e\xa6\x9e\xd1\xa4\x50\x0e\x92\x8c\x6a\xcd\x47\x73\x92\xf2\x11\x78\x86\x4c\xe1\xb2\x84\x88\xb2\x00\xfc\x57\x06\x88\xac\x95\xc9\x4b\x91\xfd\xfb\x89\xe2\xde\x3d\xdc\xd1\xd9\x00\x7d\xec\x1d\x4f\xe3\xf4\x49\xc0\x91\x5f\x48\x37\x59\x13\xea\x7e\xd7\x28\x48\x37\x32\x17\x0b\xb8\xbf\x81\xf9\x8c\x89\xed\xc2\xc1\x97\xa6\x2f\xad\xe4\x73\xd5\xbd\x3f\x63\x19\x7b\x21\x95\x70\x17\x09\x61\xe9\x5a\x17\x18\x26\xcf\xb6\xff\xbb\x8d\x67\x0b\x37\x7e\x43\xc2\xd3\x1e\xf6\xfb\x2b\x3b\x83\x1b\x46\xf7\x91\xad\x63\xa1\x5e\x49\x8b\x5b\x9d\xab\x26\xe6\xb8\xc3\x62\xef\x2d\x02\xe4\x89\x27\xd4\xb4\xd7\x37\xcc\x68\x2f\x80\x47\x94\x8e\xb6\x45\x77\x4e\x8f\x7c\xf0\x77\x11\x4a\xbd\xc1\x86\xbf\x90\xd8\x04\x37\xba\x6b\x87\xbb\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xea\xb8\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xad\x90\xba\xb0\xb4\x6b\xaa\x59\x75\x78\x2a\xbb\x47\xac\x64\xae\x32\xe4\x60\xa6\xd8\x88\x7f\xd9\xca\x80\x76\x05\x9f\x3a\x81\x84\x29\x46\xe4\x68\x94\x49\x9a\xb2\x14\x93\xb9\x41\x96\x85\xca\xa3\x85\x7c\xe8\x85\x93\x47\xc5\x8d\x61\xa2\x2f\x00\x76\x44\xff\xcb\xc9\xf1\xf1\x30\x4f\xee\x99\x39\xbe\x67\x73\xa8\xfc\x17\xfd\xb4\x55\x5a\x02\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\xe9\x10\x0e\x4b\xaa\x32\xd6\x77\xbc\xcd\xda\xe4\xfb\x4c\x0e\x75\x8b\xdc\x24\x13\x36\xa5\x2d\x34\x7d\xc3\x73\x40\x51\x6f\xbf\x6f\xf7\xc5\x0d\x63\x64\x62\xcc\x4c\x9f\x1c\x1f\x8f\xb9\x99\xe4\x43\x2b\x9e\x1f\x67\xf3\x91\x41\x9f\xc0\x31\xd7\x3a\x67\xfa\xf8\x4f\x7f\xfc\x23\x2c\x0d\x18\xca\x87\x34\xb9\x1f\x2b\x99\x8b\xb4\x46\x3e\x2f\x6d\xf7\xcd\x22\x06\xe0\xe6\x90\x0e\x4a\x8a\x01\xfb\x32\x53\x0c\xe0\x92\xb6\x4d\x60\xd1\xa4\xf3\xf9\x86\xe8\xb9\x30\xf4\xcb\x09\xe9\xbf\xf9\x84\x85\x0e\xc8\x0f\x32\x57\x9a\x9c\xd1\xf9\x91\x1c\x1d\x4d\xa5\x30\x13\xf2\x09\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x99\x51\xd5\x7f\xe3\xf6\xd7\x95\xe8\x0e\x60\x84\x13\x0a\x61\x2b\xda\xd5\x50\xf8\xe3\xbf\xf9\x22\x0a\xb6\x9b\xef\x8e\xff\xf8\x6f\xe4\xf7\xf0\xff\xfe\x3f\xf2\xfb\xfe\x9b\x26\x9c\xa2\x8d\x82\x87\x8b\x2a\x17\xb5\xad\xdd\xf3\xe4\x5e\x8e\x46\x03\xc3\xa7\x0c\x3d\x8a\x03\xaa\x1a\x8b\xf8\x6e\x98\xbc\xc4\x1d\xb0\x1b\x42\x53\x17\x80\x0a\xae\x53\x0c\xef\xf1\x07\x43\xe7\x05\xf8\xd6\xa3\xaf\x63\x1b\x42\x90\xb9\x86\xaf\x58\x6a\xe9\x77\x13\xf5\xce\xe7\x64\x2f\xc2\xc6\x16\x81\x62\x31\x4c\x61\xb0\x66\xc4\x36\x38\xb9\xaa\x0c\xc4\xa2\x71\xf0\x1b\x33\x07\xc1\x04\x9f\xd4\x14\x74\x23\xd5\x4e\x77\xfe\x3d\x5b\x30\x14\x6f\xe4\x59\xf4\x18\x62\x31\xda\x25\x84\x85\x48\x15\x32\x00\xd1\x53\xec\x30\xb7\xfa\xe2\xf6\xf2\xec\xf2\xdd\x3d\x35\x4a\x8e\xa9\x78\x7f\x42\x3a\x69\xea\xea\x38\x12\x67\xed\xb6\xc4\x63\x6f\x88\x36\x89\x8b\xb2\x09\xbb\x70\xb5\xae\xc2\x58\x81\xe2\x8a\x25\x75\x16\x9b\xfa\xc3\x6e\x97\xef\x2c\x7c\x52\xcf\xda\xca\x40\x69\xa1\x83\x02\x97\x08\xe6\x6a\xef\x21\xac\xdb\x5e\x9d\xef\x36\xa5\x29\x6f\x66\x2c\xe1\x4c\xbb\x5a\xb6\x2a\x65\xb0\x3c\xe0\x60\x05\x47\x86\x8b\x38\xaa\x3d\x54\xe5\xfa\xbc\xbb\x24\x1c\x55\xd3\xb2\x77\xa0\x14\x2c\xe7\x5c\xf0\x06\x8f\x25\x50\xa9\x13\xae\xa8\x65\x1b\x5b\x66\xce\xb8\x52\xa1\x71\x85\x43\x7b\xa5\x1f\x8d\x68\x62\x57\xaf\x52\x71\x38\x66\x55\x75\xeb\x78\x4b\xf5\xfd\x7e\x2d\xac\x3b\xa3\x77\xf1\xb4\x40\xbb\x41\x6a\x74\xbe\x5c\xbe\x10\x7d\x6e\xa8\xbe\x6f\x0a\xf1\xdc\xb8\x12\x89\x5d\x0a\x1f\xfd\xbc\x6c\x7c\xae\xe5\x28\xab\xdd\xd5\x8a\x03\x4d\x26\x4a\xf8\xf4\x8e\x51\x44\x29\xe7\x19\x4b\xab\x99\x36\xd5\xf1\xaf\x22\x03\xcc\x1a\x8d\x0c\x8b\x90\xcb\x31\xb5\x7a\x16\xb8\x6c\xa7\x54\xcc\xf1\x20\xd9\x0b\x8b\xea\x7b\x1d\x20\xe4\x88\x9e\xd2\x2c\x6b\x11\xc5\x72\x28\xdf\xd8\x22\x9a\x65\xa3\x23\x9f\xa8\x9f\x92\x4c\x8e\x79\x42\x33\x32\xcc\x64\x72\xaf\xfb\xc2\xde\x20\x62\x8c\x17\xdf\x4c\xc9\x84\x69\x1d\x5d\xb9\x45\x5c\xcb\x4c\xc9\x34\x4f\xb0\xa0\x08\x16\xf4\xe2\xda\xf0\xa4\x52\x45\xc2\x72\x44\xa8\x56\x9c\x50\xd0\x48\xc1\xab\x0c\xc3\xb5\x22\x00\xc3\x44\x8f\xdc\x57\xd0\x84\x44\x64\x9a\xf1\x7f\x60\xf9\x6b\xfa\xc0\x65\x6d\x4e\x47\xbc\x65\xbb\x88\x86\x6e\x7b\x06\xa6\x7c\x1a\x56\xd0\xf3\xa9\xfb\x0c\xce\xd0\x32\x8a\xb9\x2e\x93\x73\xa0\x86\x40\xe6\x21\x5f\xd8\x13\x45\x51\x74\xc3\xe7\x64\xe3\x2b\x3e\x5e\xe5\x85\xc5\x35\xc3\x90\x1b\xa2\x99\x57\xd1\xf4\x29\xd6\xb1\x70\xc8\x2e\x91\xc5\x16\x5a\xf7\x48\xff\x0e\xcf\xca\x5e\x11\x0f\x96\x48\xfc\xf2\xd8\xb5\xb7\xd7\x48\x2b\x14\x97\xa0\x9a\xcc\xb2\x7c\xcc\x45\x51\x85\xdd\xf2\xc3\xbe\x00\xe8\x43\xdb\x49\xa5\x52\xc1\x22\x45\xbd\xe0\x82\x12\xfb\x61\x8e\x1b\xd6\x95\xf0\x8b\xbc\x09\x91\x97\xe9\xd6\x57\x2b\xdf\x3a\x5b\x54\xd5\xc5\x41\x21\xb5\xc1\xd3\x07\x5e\x40\x78\x46\x1d\x35\xee\xed\xd6\x66\xad\xca\xa8\x16\x02\x04\xf9\x08\x89\x0c\xc6\x06\x3e\x7a\x57\x1c\xb1\x69\x44\x5f\x25\xf3\x66\xd9\x46\x5e\x51\x83\x05\xee\xd8\x54\x1a\x04\xae\x43\x0c\x39\x6f\xd0\x40\x68\xba\x61\x26\x87\x70\xaf\x00\xbc\x9c\x8f\x59\x8a\x62\x13\x70\xde\x2c\x25\xef\xa2\x6b\x22\xc4\x41\xbe\x6f\x0a\x35\xd9\x5f\xfa\x4f\xd5\x0a\xd2\x98\x04\x54\xc6\x90\x6a\x93\xab\x4a\x68\x69\x34\xab\x11\xb5\x9c\xbb\x61\xec\x1b\xa6\x0c\x95\x76\x7f\x0f\x29\x43\x95\x69\x34\xf8\x6b\xe5\xf8\x49\x43\x98\xec\xa4\xce\xe5\xfa\x7a\x24\x46\xed\xa3\xfc\x51\xda\x1c\x4f\x66\xf3\xba\x2d\x7a\x59\xe9\x50\x15\x0c\xb2\xaf\x9b\x0e\x55\x19\xcc\x4b\x4e\x87\xaa\x0c\xf5\xe5\xa6\x43\xd5\x0c\x74\x8d\x74\x28\xf4\xcf\x0c\x2c\x51\xaf\xc7\x14\x20\x96\x61\x98\x8f\x6e\xe0\x36\x59\x3a\x46\x07\x53\x8f\xcc\xd9\xcb\x39\x2e\x0b\x15\x46\x8b\x32\xd0\x66\x82\x58\x9c\xca\x54\x99\xf2\x9a\xa9\x4c\x25\x96\x76\x48\x65\x0a\xa9\x4c\x8b\xeb\xf2\x12\x53\x99\x2a\x7b\xbe\x5e\x2a\x53\xdd\x96\x6f\xe1\xb2\x2a\x35\xf3\xcd\xa4\x32\x55\x56\xf4\x25\xa7\x32\x55\x86\x7a\x48\x65\x7a\x92\xd9\xbc\xb0\x54\xa6\xfa\x53\xb7\x59\x2a\x53\xad\x68\xd6\x7c\xb6\x77\x0d\x04\x86\x8c\xdf\x67\x4e\x65\x2a\x4d\xe0\x90\xca\xb4\x63\x5d\xb9\x32\x09\xba\x11\x40\xed\x0e\x97\xbd\x50\xbd\x87\x96\x24\x33\x81\xba\xb1\x07\x8a\x7a\xda\x30\x07\xb0\x10\xae\xab\x11\x75\x4a\xeb\xa0\x1d\x9a\xbc\x15\x4d\x7c\x02\x00\x7a\x9c\x62\xdf\xc8\x81\x02\x37\xb6\x28\x35\x2c\x72\xb0\x2c\x62\x94\x71\x03\xc9\xd5\xc0\x0c\xef\x40\x80\x0e\xae\x69\x5b\x80\xe5\xe6\x72\xec\x08\xd5\xbd\x9f\x66\x7f\x17\xff\xb7\x71\x41\x76\xad\xc6\x97\xcc\xf2\x6d\xa2\xd0\xc7\xdb\x7d\x36\x65\x53\xa9\x56\xb9\x86\x1b\x4c\x0d\x52\xd1\xf1\xaa\x34\x81\x75\x57\x6f\xd7\x55\xf3\xe8\xea\x9b\xd9\x9e\x7c\x7e\xde\x72\x65\xd8\x97\x2b\x8c\xbd\x13\xa0\x2f\xd4\xfa\xbf\x82\xfb\x71\x4b\x0f\x57\x43\x36\xd4\x62\x87\x60\xfa\xd6\x4c\x1d\xc5\xe2\x51\xc9\xe6\xbc\x38\x82\xd2\xba\x7b\xe1\x79\x87\x65\xcf\x55\x63\xfc\xc5\x1a\x3c\xb6\x83\x35\x3c\xac\x64\x1e\x83\x45\x55\x29\x6d\x38\xaf\x09\x2e\x5d\xcf\xdc\xc1\x85\xf9\xf7\x7f\xdd\xc8\x68\x6f\xe5\x4b\xb7\x6e\x23\x9e\x31\x42\x93\x84\x69\x44\x70\x73\xf1\x39\x08\xd6\x9d\xab\x6c\x97\x5d\xe5\x62\x0c\xf3\xb6\xc2\x64\x54\xb6\x2e\x10\x0f\xde\x19\x13\x25\xf3\xf1\xc4\x6b\xc0\xbe\xb2\x79\xdd\x5e\x7e\x5e\xac\xcd\xf1\xca\x9c\x35\x95\x5a\xa7\x55\x22\xd8\xdc\x9b\xed\x97\xe4\x99\x3d\xda\x75\xf3\xd8\x80\x3a\x4a\x71\x5d\xc5\xf1\xf7\x3e\x06\x94\x4a\x20\x7d\xb1\x2f\x3a\xa5\x08\x30\x0f\x07\x38\x9c\x17\x91\x24\x78\xb5\xc7\x44\x06\x29\xe4\x4e\x7b\x81\xda\x99\xf6\x5f\x20\x86\xc0\x47\xce\xd7\xed\xfd\xd9\x10\x04\xc3\xd2\x23\x9a\xcc\x93\x8c\x27\x91\x48\x3a\x56\x74\x36\x59\x46\x89\x87\x1c\x9e\xaf\x95\xc3\xb3\x66\x9d\x9e\xa5\x61\x3c\x71\xa5\x9b\x57\x9d\x5b\xb4\x48\x8e\x87\xb4\xa2\x0d\x48\x72\xb7\xf1\xec\x9d\x12\x5f\x53\x96\x53\x33\xe5\x7d\xe5\x8c\x92\xc5\x81\x7d\xcd\xdc\xa6\x9a\xfb\x62\xbb\xd5\xfd\xba\x19\x4d\x6b\x4d\xa3\x31\x0c\x74\x8d\x64\xa6\x52\x59\xd5\x70\xef\xaf\x48\x6d\x6a\x5e\xa5\x17\x42\x83\xfb\x8c\x5d\x6b\xe2\x36\xab\xe3\xd7\x36\x11\x15\x37\x0b\x65\x0b\x1b\xf5\xba\xc2\xd9\xc2\xb0\xb7\x0c\x69\xeb\x44\xf5\x8f\x26\x32\x03\xe0\xa2\xd2\x6a\x85\x0e\x42\x54\x4c\x58\x20\xbf\x19\x37\x33\x96\xa0\xe8\x5a\x20\xe0\x2c\x0b\x5c\x0b\x9b\xf8\x6d\x04\xaf\xad\xd0\x87\x36\x0c\x60\x8b\x17\x75\xb7\x20\xb6\x1d\xf5\x9b\xcd\x02\xd9\x2a\x9d\x2d\xdd\xef\x2d\x5c\xae\x0b\x68\x43\x07\x87\x7d\x70\xd8\xd7\xaf\xcd\x4b\x74\xda\x2f\xd6\x39\x5f\xd3\x71\xdf\xb4\xfd\xfb\xa0\xa4\x3d\x3a\xf0\xbf\xb2\x5b\x7c\x5d\x8f\xf8\xd7\x8d\x33\x58\x33\xc4\xe0\xe0\xb6\xff\x36\xdc\xf6\xcd\xe7\x6d\x23\xd7\xfd\x8a\xdc\x20\xdf\xcb\xae\xfe\xd5\x90\xaf\xf2\xa4\x3e\xd6\x60\x03\x8e\xbe\x58\xd3\xcf\x5a\x24\xd4\x1c\x7c\xad\x4f\xea\x6b\xad\x59\xe8\xd5\xfe\xd6\x92\xf0\xf6\xac\x4e\xb2\x2a\x90\xe5\x53\x3a\xca\x56\x09\xbc\xf9\x70\xf0\xe4\xe7\xa8\x76\xce\xeb\x1e\xa7\xcf\x61\x6f\x7d\xc1\x1e\xc2\xa6\x43\x96\xa6\xa0\x10\x1b\x49\x24\x24\x2c\x16\x24\x20\x18\x12\xab\xe5\xa4\x54\x5b\xca\xa5\x50\xbb\x92\xa7\x2c\x02\x76\x2d\xe4\x1b\x8c\x6e\xed\x0b\xd8\xdf\x2c\x63\xca\xeb\x53\x8a\xbc\xd3\x5c\x24\x2c\xd6\xb1\x14\x49\x25\xd3\xe2\xad\xc1\x9a\x54\x54\xcc\xc9\xbd\x90\x8f\x19\x4b\xc7\xb0\x43\xd5\xc1\x1c\x11\xce\x5a\x84\x9b\xf0\x99\x62\x34\x99\x58\x76\xd9\xb7\x63\x07\x97\x03\x0a\x62\xcc\x7d\xab\x1c\xc4\x47\xa4\xce\xe9\xf7\x6d\x42\x7a\x82\x8c\x68\x62\x5a\x44\xe7\xc3\xa2\xfd\x54\x5a\xe1\x0d\x24\xb3\x78\xe2\x45\x23\x4f\xe6\x24\xad\x75\x8a\x36\x68\x16\x96\x00\x3a\x19\xa7\x3b\x39\x2d\x1e\xe8\x2e\x29\xb4\x9f\x72\x6d\xb0\x72\x39\x91\x22\x1c\x26\x97\x0c\x10\xe0\x02\x00\x8e\x0d\x53\xef\x97\x40\xf8\xd2\xca\x54\x36\x1d\x4b\xe1\x61\x72\x28\x70\x4e\x5d\x85\x76\x71\xb9\x53\xf9\x28\xb4\x51\x8c\x4e\x1d\x3e\xaf\xe5\xc4\x60\x8a\x45\xff\x92\xab\x86\x06\x37\xf0\x26\x5b\x7c\xce\xc5\xbd\xdd\xdd\x02\x20\x41\x42\xf6\xb9\xed\xb9\x66\xd3\xbe\xe7\x82\xaa\x9d\x0a\x22\x63\x85\xa4\xad\xcc\x2c\xc3\x79\x13\x82\x84\xa1\xab\xe0\x22\x36\x31\xaa\x68\x3e\xb5\xf7\xa2\xed\x8e\x00\xab\x43\x94\x3f\x4a\x0c\x05\xf4\x92\x09\xcb\x66\x11\x1a\xdf\x8c\x2a\x13\x50\xa2\x5d\xd6\x74\x22\xa7\xd3\x5c\x40\xa2\xbb\xd3\xd3\x1e\x5d\x7a\xac\xb3\xd9\x15\x8d\xb7\xfb\xa2\x67\xde\x6a\x7b\xbe\xa4\x18\x67\x73\x42\xd3\x07\xae\x0b\xb0\x8a\x44\x0a\x9d\x4f\x99\x72\x5d\x70\x8d\xa5\xba\xb0\x74\x3b\xa1\x9e\x56\xec\xd8\xac\xe0\xe5\x21\x6e\xdd\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x7f\x8a\x8f\x1d\x99\x16\x27\x94\x3a\x7d\xe3\xb8\x7a\x3e\x23\xf8\xe8\xa6\xb0\x86\x85\x49\x91\xe5\x17\x93\x5b\x85\xb3\x85\x32\x60\x55\x35\xdc\x57\x23\xd3\x70\x68\x6c\x3f\x5e\xa0\xc1\xc1\x6d\x64\xc9\xab\x4c\xd0\x8d\x1a\xcd\x33\xf1\xd9\x64\x1c\x2e\x05\x6d\xa8\xe1\x89\x87\xc2\x0e\x40\xff\xf8\x75\xf3\xd6\xee\x8a\xc0\xae\x13\x9a\x2d\xee\x70\xf3\x5a\xde\xe0\xfb\xcb\x79\x9f\x3b\x6e\xd8\xf6\xd2\x10\x95\x44\x66\xd9\x26\x78\x14\x95\x99\x9f\x16\x9f\x2f\x1f\x51\xd1\x8f\xdd\x00\xbf\x17\x70\x6a\x10\x43\x83\x66\x4e\xb2\xd0\xc6\xed\x52\xfc\x12\xf2\xd0\x39\x11\xf9\x74\xc8\x54\x5f\xc8\x11\xc0\x94\x64\x4d\xda\xf2\x4c\xc9\x29\xdf\x24\xa1\x0f\x21\xa9\xae\xbd\x23\x6e\x85\xa5\xd1\xbb\xeb\xec\x29\x72\xe4\xe5\x7a\xc4\x4a\x86\x02\xe5\x8c\x25\x67\x68\x4a\x17\x00\xf7\xd7\x5a\xf0\x55\xca\x6f\x87\x4c\xd1\xac\xe0\x56\x0f\x50\x04\x18\x80\x7f\xc0\x22\x3f\xd2\x79\x11\xc8\xb3\xc9\x71\xba\x41\x59\x84\x69\x7f\x5e\xa8\xa7\xb2\xe8\xc4\x04\x47\x26\xee\x17\xae\xc2\x3a\x27\xe8\xb4\x8e\x0c\x37\x3e\x4b\x7e\xce\x4f\x29\x64\xc7\xc7\x3e\x96\xaf\x37\xb9\x0d\xcb\x87\x21\x6a\x91\xc0\x70\x96\x2f\xd5\xa7\x12\xe5\xec\x7d\x8d\x2a\xed\x10\xd4\xe5\xbc\x1f\xe3\xaa\xbe\xd5\x67\x58\x33\x47\xd6\x6b\x2d\xd6\x8e\xb1\x81\x9b\x95\x23\xf3\x3d\x2e\x2f\x76\xb6\x49\x45\xc5\xd5\x3a\xc4\xc8\xca\x2e\x28\x56\x16\xb8\x6f\x2e\xae\x60\xc4\x33\xa6\xdb\xa4\x57\xa3\x4f\x98\xa8\x20\x29\xa6\x85\x83\x97\xca\xcb\x3b\xb9\xe2\x11\xf8\x9d\x97\x6a\x08\x77\x28\xf5\x85\xc9\x41\x31\x3b\x66\x20\x60\x90\xe4\x27\x56\xc5\x9b\x60\x03\x1c\x0c\x54\x53\x6a\x0c\x58\xcf\x2c\x2f\xe0\x06\x6d\x11\x58\x0a\x24\x7c\x20\xb1\x52\x3e\x4d\x0c\x0a\x83\x61\x54\x0d\x5b\xba\x0f\xc4\xa0\xf5\xe3\x27\x7c\xaf\x50\xe8\x75\x71\x6f\x6a\x47\x78\x5b\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x07\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x88\xd9\x14\x29\x53\xda\x48\x09\x37\xd4\xcd\xd9\x8f\xc7\x77\x3d\xc2\x4c\x02\x80\xd7\x7d\x91\xe8\x87\x96\x15\x68\x7f\xc9\x99\xb1\x3f\x37\x81\x57\x4d\x99\xd0\xc0\x09\xf8\xba\x05\x1c\xfc\xc2\xd8\xff\x9e\x95\xbf\x5f\x42\xf2\x61\x62\x1e\xe8\x0d\x68\xd7\x03\xca\x00\x99\x02\x8a\x41\xa9\x94\x7b\x69\x3f\xb0\x40\x4b\xb7\x0e\x35\x70\x0b\x4f\xbd\xf8\x7b\x2e\x36\x14\x93\x4e\x8b\x8f\xa2\x51\x34\x48\x61\xd3\x19\x55\x5c\x6f\xd6\xbc\xff\xa6\xb6\xf5\x55\x4c\xc4\xaf\x2b\x25\xae\xd0\x0d\x29\x00\x16\x89\x51\x8c\x01\x0b\x09\xf4\xe4\xee\x7a\xe9\xcc\xe3\x7e\x62\xd1\x47\xed\xbe\xf8\xe4\xed\x9f\xc5\xaf\xda\x37\x81\xf1\x1e\x2c\x25\x39\xe8\x4c\xe5\x56\xa0\xd9\x94\xeb\xf0\x03\x60\x58\xe8\x3c\x33\x08\x29\x36\x82\xe2\x35\x7e\xa0\xf8\xa4\x8e\x4b\x28\x2a\x92\xc9\x45\xb9\xe6\xcf\xe6\xde\xf3\xd1\x80\x65\x9b\xc8\x8e\xbd\x51\x37\xd3\x96\xbe\x93\xfb\x86\xd3\xf9\x07\x0f\x45\xb8\xc1\x06\x15\x93\x01\xc9\xcd\x03\x2b\xa1\x56\x82\x76\xba\x0c\x01\xca\x18\x01\x23\x5b\x35\x70\x03\x03\x5d\xed\x2e\x3a\xd9\xda\x57\x52\x52\x32\x23\xde\x2c\x37\x84\x5e\x08\x35\x7d\xa1\x72\x01\x48\x04\xc1\x7e\x4e\x89\x66\xbe\x5c\x53\x22\x05\xca\x00\xce\x78\x32\xb6\x6c\xc2\x4a\x7e\x58\xc8\x5b\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\x77\x80\x95\x89\x1e\x8c\x16\x99\x29\x3e\x35\xfc\x81\x05\xf8\x90\x78\xe7\x4e\xa9\xa1\x99\x1c\x77\x94\xe1\x23\x9a\x98\x5b\xba\x93\xca\x4c\x5d\x33\xdb\x7a\xb1\xfd\x30\x48\xef\xcc\xae\x7d\x51\xd8\x1c\xca\x4b\xd4\x9e\xe0\x4d\x0b\x4f\x14\x8c\x1b\x70\xc1\x12\x44\x52\xd2\xc1\xc4\x40\x73\x23\xa7\x56\x21\xa5\x59\x36\x6f\xf9\x7a\xd8\x13\xaa\x27\x7e\x9f\x11\x56\x69\x9d\xab\xc9\x2d\xee\x29\x4d\x26\xec\x06\xca\xce\xd4\x2d\xee\xea\xea\xfc\xa7\x9d\xd3\x1f\xba\x83\xb3\xde\x4d\xe7\xfb\xf3\x72\xdd\x7d\x7c\xf2\xa9\x77\x73\xb3\xf8\xeb\x0f\xbd\xdb\xc5\x1f\xaf\x2e\xaf\xee\xce\xa1\x42\xff\xc2\xa3\xf3\xcb\xcb\x1f\xef\xae\x06\x1f\x3a\xbd\xf3\xbb\xeb\x6e\xcd\xa7\x77\xb7\xe1\xa1\x7b\x56\x5b\xde\xbf\x61\xb4\xd5\x63\x76\x44\xca\x2f\x9e\x90\x3b\xe7\x89\x71\x55\xbd\xbc\xcd\x88\x42\x10\x2f\xc4\x15\xa5\x68\x4c\x4a\xa1\x1e\x7e\x31\xf7\xa6\x4f\xd1\x45\x94\x4c\x18\xc9\xa4\xbc\xcf\x67\x8e\x81\x61\xb4\x99\x90\x68\x90\x61\x3a\x6a\xed\x87\xde\xed\x49\xf0\x08\x2d\x36\x16\xe5\x5d\x78\x52\x87\x71\x51\xcf\x34\xb1\x4e\x9a\x62\x0f\x70\x24\x83\xa7\x30\xea\x21\x6c\xc0\xb2\x7e\xb0\x35\x2a\x4c\xa5\x9b\x34\x75\xa0\xaa\x7e\x62\x51\xc3\xe5\xed\x5b\xb6\x9a\x61\x39\x10\x98\x87\x0c\x59\x42\x73\x74\xa4\xd9\xdb\x48\x29\xa9\xe2\x01\x17\xdb\xbe\x63\xa3\x6f\x16\x85\x8c\x32\x82\x26\x96\x66\xb2\x9f\x44\x27\xc7\xaa\xcb\xa0\x4a\x2b\x46\xb5\x14\xe4\x71\x32\x47\xdb\x14\x14\xfc\x36\xe8\x30\xc1\x2d\xad\xd6\x24\x26\x1c\x1c\x73\xd4\x90\x47\x06\x11\x87\xb9\x83\xfe\x41\xfd\xd8\x1e\x40\xed\x0b\x01\xea\x00\x86\x56\x8a\x44\x6c\xe4\x98\xfb\x10\x8a\xed\xf7\x9a\xd5\x71\xcb\xcd\xc3\xc6\x0a\xb9\x0d\x1b\x05\x16\xea\xbd\xa4\x30\xe2\x06\x7b\xbf\x67\xd9\x35\x76\xe7\x25\x32\xd0\xe2\xb5\xb1\x82\xa3\x1b\x28\xd7\xb7\x7a\x3c\x3e\xde\xba\x94\xb1\xbe\x59\x8e\x5e\xf0\xf0\xaf\x5c\xab\x5b\x99\xd2\xb9\x25\x0e\x08\x4f\xd0\xf9\x6c\x26\x95\x21\x0d\x6d\x10\x38\xe8\x38\x3e\xb8\x18\xdc\x3c\x02\x87\x82\x46\xac\x14\xa0\x6b\xd0\x60\x96\x06\xf7\x86\x01\xb9\x75\x2d\x8e\x7d\x8c\xee\x04\xca\x5a\x00\xae\x99\x96\xd4\xde\x12\x85\xd6\x09\xa8\xbb\x44\x13\xcd\xec\x2d\xbc\x2e\xc2\x58\x5d\xef\x97\xbe\x85\xda\x2d\xcf\xd8\xc8\x0c\x6a\x7d\x29\x4b\xcc\x86\xb6\x45\x91\x36\x44\xed\xf3\xf1\x64\x0f\x2d\xae\x2f\xc9\xff\xc9\xf9\xba\xac\xf8\x1e\x69\xf1\x4a\x4a\x83\x32\x64\xa1\x67\x10\xbf\x9a\x60\x02\x70\x9d\x22\x2a\xa9\x15\xd4\x38\x48\x6a\x56\x2e\xbf\x17\xf2\x51\x04\x7b\xb9\x6e\xf7\x45\x97\x02\x50\x6e\x50\x16\x5c\xec\x01\x4a\xea\x2b\x65\xf4\x12\xf2\xe6\x0b\xc9\x9b\x2d\xe8\xde\xa1\x89\x67\x73\x52\xa0\xab\x96\xbe\x5b\xe7\xf4\xa0\x2d\xd9\xcb\x69\x38\x61\x07\x28\x68\xd8\xcc\xd9\xbb\x71\x9e\x45\x50\x2d\xb8\x4c\x6d\x57\x6d\xf2\xd9\x5b\x67\x20\xb4\xa3\x40\x05\x36\x78\xe1\x64\x74\xce\x54\xf3\xc2\xee\x23\xa1\x72\xdf\xf1\x16\xcb\x17\x38\x64\xca\xd4\xac\x72\x49\x49\x16\x02\xad\xa6\x1b\xc4\x8c\x9d\x86\x8f\x6e\xd8\xf2\x18\xd0\x0f\x80\x30\x68\x98\xb2\xaa\x26\x88\x0c\x22\x9b\xff\x2f\xdc\x2c\x48\xa4\x84\xd2\xb4\xce\xc2\x1f\xf9\x25\xed\xf9\x01\xbf\x9a\x95\x02\x86\x90\x7c\x9b\x81\x1c\xd0\x26\x1d\xc0\xc8\x05\xf4\x53\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x34\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xd3\xf6\xd7\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\xb5\x7e\xe8\x1f\x73\xaa\xa8\x30\x10\x58\xe2\x04\x6f\xc5\xa2\x68\x45\xf6\x05\x22\xb0\x04\x1a\x6b\xe1\xa7\x78\x73\xbd\x23\x7d\xcc\x1f\x98\x20\x3c\x6d\x11\xde\x66\xed\x96\xab\x44\xa1\xf3\x61\xf1\xe6\xc4\x4a\x0e\x7d\xb1\x10\xb8\xdf\x26\x9d\x4c\x4b\xf7\x05\x13\x49\x06\x98\xd4\x51\x0c\x4c\xa0\x7c\xe7\xfa\x19\xce\x41\xbd\x80\xad\x2c\x9a\x97\xee\x41\xf4\x61\x5f\x50\x8d\x9e\xe6\x0c\x4e\x7a\xf1\x7b\x1d\xe6\x7c\x29\xfa\xe0\x09\x71\x5d\x16\xae\xa1\x27\xdb\x24\x04\x57\x5e\xb6\x41\xf0\x06\x6c\x4c\x91\x50\xd1\x17\x81\x9c\xc9\x3b\x6a\x32\x46\xb5\x21\x7f\x7c\xbf\x51\xc0\x85\x9f\x5f\xc1\x5c\xdd\xe9\x2d\x42\x4b\x7d\x38\x5b\x53\xc9\x0c\x80\xe4\x24\x94\x08\x16\x05\xa8\xb7\xec\x36\x1b\x49\x1e\xb8\xce\x01\xe5\x3b\x0a\x63\x47\x9c\x66\x6e\xb4\x87\x1c\x44\x85\xa9\x81\x8d\xf8\xaa\x09\xce\x27\xe9\x86\x55\x43\x58\x4e\x77\xe2\xa8\x9c\x41\x26\x59\x11\x58\x36\xa1\xa6\x2f\x1c\x63\xf5\xb1\x18\x11\x1c\x6c\x27\xcb\xca\xc1\x5c\x56\xc0\x49\x99\xb0\x13\x06\x8c\xf2\x76\x58\xa0\x0b\xd0\xbe\x42\xfc\x4f\xb9\x4c\x49\x38\x2b\x56\x51\xeb\x8b\x90\x0d\x14\xb7\x5d\x2b\xec\xd4\x99\x80\x9f\x51\x06\xae\xe9\xfe\x1c\xc1\xe2\xd7\x90\x85\x9b\x2b\xee\x2c\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4b\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\xc0\x1a\xf3\x69\x14\x37\x1a\x05\xd5\x41\x78\xb0\xe7\x7b\xee\xcd\x06\xe7\xe8\xec\x75\x4f\xbf\x55\xcc\xdf\x4f\x25\x44\x96\x2d\x4e\xbc\x59\xd6\xeb\xa4\x7f\xa7\x09\x13\xc9\x1c\x7b\xf2\x18\xd7\x85\x1c\x77\xeb\x0c\x4e\x1e\x31\x83\x82\xbd\xbd\x56\x3a\x74\x75\x1f\xda\xa4\x0b\xf7\x8c\x2f\x03\x41\x47\xde\x67\x10\xbd\xdc\x17\x56\x31\xb1\x57\xbc\xc6\x41\xfb\xf6\xcb\x24\x5e\x77\x02\x30\x55\x72\x27\x77\xcb\x74\x35\x18\x53\x93\x32\xe1\x33\x35\xa1\x0d\x40\xb6\x21\xdd\xf1\x09\x49\x65\x72\xcf\xd4\xb1\x62\x29\xd7\x27\xe0\xfe\x36\x8d\x7e\xb7\xa9\x55\xb6\x77\x16\x34\xb6\xad\xc4\x84\xfd\xbb\x88\x62\xbc\xb7\x98\x95\x10\x46\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\x7d\x3b\x61\x9a\xf9\x98\x00\x9c\x94\x91\x04\x3d\x21\xc8\x2e\x66\xd4\x4c\x34\xe4\x3a\x94\xd7\xc0\xe9\x5c\xf0\xa9\x5d\x21\x3a\x83\x90\x02\x34\x52\x14\x1f\x85\x20\x7e\x6d\x78\x96\xf5\x85\x60\x2c\xd5\x58\x86\xfa\x6d\x6d\x4e\x8d\xfd\xb4\x45\x68\x9a\x92\xff\xf3\xee\xc3\xf9\xcf\xb7\xdd\x41\xef\x02\x2c\xce\xbd\xf3\xee\xfb\x56\xf8\xf1\xf2\xee\x36\xfc\x8a\x06\x96\x07\xa6\xc8\x94\xde\x83\x86\x27\x34\x8a\x7f\x10\xea\x1e\x8f\xd4\x67\x1b\xd9\x27\x9a\xf9\xf0\x51\x27\xa6\x84\x04\x63\xb7\x87\x2b\x20\x20\x36\xd0\x7d\xaf\xc3\x27\xcb\x69\xd0\x13\x4f\xe8\xc2\x8b\x81\x53\x26\x8c\xe5\x31\xce\xd8\x57\xa8\xbe\x05\xc1\x31\x31\xe6\xa2\x29\xc8\x8d\x89\x87\xa7\x94\xe1\x7f\x64\xf3\x9f\xac\x76\x7d\x45\xb9\x5a\x9b\xf6\xba\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\x54\xab\x63\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\x92\xe5\xcb\x98\x6e\x07\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x11\xb4\x13\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\xca\x01\x85\x86\x9a\x82\x31\xa5\x7a\xba\x5a\xa4\xa5\x7b\xe8\x4a\xaa\x75\x6e\x72\xfb\x1a\xac\x82\x9c\x59\x95\xac\xc2\x44\xdd\x35\x3b\x62\x14\xab\x82\xa0\x7f\xc7\x59\xe5\x5d\x80\x67\x96\x95\x40\x4e\xed\x19\xd0\x6d\xe7\xf0\x2e\xde\x94\x82\xfc\xf8\x67\x4d\x86\xb9\xe9\x8b\x72\x1b\x52\x40\x2d\xca\xef\xa9\x49\x26\xef\xfb\xe2\xd2\x2a\x8c\x3f\xfe\xb9\x21\x01\x3a\xa5\x86\x0e\xea\xe9\xab\x79\x4d\xce\xa8\xa1\xe7\x92\xa6\x5c\x8c\x5d\x91\xd5\xfa\xb5\xf8\xbe\x7b\xdb\x39\x21\x3e\x67\x32\xa4\x3e\x16\x69\xf3\x51\x43\xc0\x5b\x61\x22\x9e\x21\x00\x57\x16\x81\x8b\x3b\x63\x17\x08\x42\xf6\xee\xe9\x0b\x58\x4a\x64\x90\xdc\x90\x99\x74\x88\x74\x50\xf7\x9f\xa8\x5c\x38\xa3\xb4\xb3\x09\xda\xd5\x01\x8a\x0c\x9b\xe1\x44\x2b\x10\x4d\x16\xf9\x76\x5f\x80\xaa\x1d\x12\xd1\x32\x99\xd0\x0c\x22\xe0\x8e\x22\xeb\x9c\x55\xc0\x65\x0e\xe9\x44\x10\x7a\x22\xe6\xe5\x40\x55\x8f\x17\x5c\xc8\x57\xf1\x46\x81\x2a\x0f\xfb\xe8\xbc\xa2\x53\x69\x99\x47\xbb\x2f\x7a\x23\x0c\x90\xcb\x70\x75\xec\x87\x4c\x80\x63\xd8\x2f\x8b\x7d\xea\x59\x0b\x94\x7b\x40\x07\x21\x4d\xc0\x10\x2f\xe6\x10\xde\x0c\x50\x65\x12\x02\x2d\x0a\x46\xeb\x88\x72\x61\x17\xc3\xf5\x16\x7f\xd6\x17\x18\x98\x57\xda\x98\x38\x8b\x37\xea\x5e\x0a\x88\x1b\x2c\xae\xbe\x20\x2c\xcc\x5c\x1c\xa1\x93\xdb\x67\x8a\x1d\xf9\xb2\x60\xf6\xd7\x68\x51\xed\x6d\xd9\x26\xd7\xb1\xaa\x9c\xca\x24\x9f\x7a\x0c\x11\xc8\xbb\x72\x01\x67\xee\x42\x0c\x24\x82\x97\x74\x2d\xc9\xff\x2e\xfe\x6f\xad\x9c\x79\xb5\x63\x31\xc9\x40\x56\x83\x59\xb9\xa5\x52\x6b\x5c\x18\x36\xae\x3a\xeb\x36\x81\x66\xbc\x80\x28\x75\x2b\x95\x83\x23\xcf\x48\xab\x49\x4a\x30\x29\x63\x7a\x9c\x4c\xdf\x6a\xd2\xbb\xb2\x02\x87\x55\x30\xc3\x39\xc9\xb5\xc1\x70\x2b\x48\x39\xc1\xaf\x31\xe4\xbd\x45\xbe\x23\xfd\xfc\xbb\xef\xfe\x25\x21\x5f\xfc\x3f\xfe\xfd\xdf\xfe\xed\x5f\xfe\x7d\x9b\xa2\xa9\xd0\x6e\xb1\x46\x0e\xae\xa7\x2a\x81\xc4\x3b\xb0\xc8\x4d\x76\xd8\x05\x77\x48\x9a\x96\xdf\x69\xdf\x8d\x29\x4b\x75\x8f\xa3\x70\x1a\x3a\x76\xa7\x50\xc7\xa7\x87\x94\x8e\x4f\xe1\xb6\xd7\xcc\xb4\xca\xa7\x38\xc8\x96\x4e\x80\xfe\x5f\x4b\x40\x03\x06\x96\x9a\xb7\x0b\xfb\xe1\x59\x90\x66\x6d\x23\xe4\x9d\x33\xb7\x19\x70\xd7\xbd\xf7\x97\x90\xcc\x52\xa6\x70\x4c\xc1\x42\x16\xec\x76\x70\x7e\xd9\x97\x59\x26\x5d\x40\x06\x25\x9a\xcd\x28\xdc\xd7\xf6\xbc\xb6\x49\x5f\x74\xbf\x50\xcb\x5e\x5b\xbe\x1e\x12\x16\xef\x05\x47\xc7\x88\x26\x8c\xa0\x68\xfc\xee\xcb\x89\xfd\xad\x45\xe6\x27\x10\x57\xd9\x22\xff\x38\x71\xe9\xcc\x54\x99\x81\xfd\xe9\xbd\x97\x6d\x5d\x13\x30\x6a\xae\x49\xff\xcd\xf1\x03\x55\xbe\x56\x34\xa2\x32\xbe\x71\x0c\x30\x80\x91\xc6\xd2\x70\x26\xe5\xbd\x8b\x3a\x5d\xf8\xd2\xfd\xa7\x8d\x14\x1e\x1c\x15\xb8\xfb\x2e\x80\xd8\x4a\x6e\x47\xf0\x02\x23\xed\xd9\x90\xb4\xff\xae\xa5\x20\xed\x39\x9d\x66\xee\x57\xff\xd4\x05\xc5\x52\xed\x52\xbb\xd2\x10\x13\x93\xcd\xd1\x36\xf9\x7d\x26\x87\x30\xaf\x4f\x7e\xae\x18\x56\x0a\x03\x2d\x2e\x89\xe2\x5e\x71\x13\xe1\x56\x63\xa6\x29\xa6\x78\x43\xad\x2d\x5f\x80\xdc\x72\xe3\xc5\x69\x7d\x09\x63\xfa\x6f\xf4\xc4\xc2\xaa\xf8\x64\x34\xb4\xc7\x86\xa0\x2e\xdb\xea\x17\xf2\xce\xb1\xa1\xf7\xf6\x2e\x70\x41\xbc\xb8\x0e\x75\x1d\xcc\x43\x07\x3f\x47\x1d\x70\x41\x30\xbd\x70\xc9\x97\xff\x38\x6e\xb7\xdb\xe1\xeb\x0b\x3b\x97\xff\x47\xb8\xd1\x2c\x1b\x61\x4b\xfe\xa6\x99\xf7\xc5\x27\xab\xb7\xc4\xf6\xe2\x02\x30\x05\x0a\xe0\x24\x32\x23\x47\x85\x0d\x35\x95\x89\x26\xff\xdb\x4a\x92\xd1\x5a\xc2\x8f\x56\x75\xaa\x3f\x57\xae\x0e\xda\x33\x1d\x2c\x67\x83\xae\x1e\xad\x18\x6a\x21\xe8\x92\x54\x43\xbc\xd1\x03\x4f\x73\x4f\x0c\x96\x74\x8e\x1d\x1c\x03\x94\x28\x33\xec\x8b\x81\x47\x0d\xb8\x17\xb5\x01\xde\xf5\x42\xdc\x02\xcb\x2d\xe0\x2f\x90\xae\x1b\x16\xc0\x61\x12\x38\xee\x80\xf3\x6c\xc5\x0e\x0b\x7b\xc1\x88\x18\x9b\x4a\xe7\xd3\x29\x55\xf3\xe3\xe2\xb8\x2d\x12\x67\x01\x51\x08\x7c\x26\xf3\x0b\x00\x4e\xd3\xcc\x9d\x2d\x17\x37\x10\x55\x52\x9e\x84\x74\x00\x92\xb2\x84\xa7\x2e\xc2\x8a\x22\x7e\x32\x13\x89\x4c\x1d\x5d\x17\x59\x94\x65\xc1\x22\xbc\xb3\x28\x52\xf8\x18\x14\x5d\xd8\xbf\x84\xc1\xd4\x6a\xf7\x86\xff\xb8\x81\x85\xcb\x81\x36\x96\x59\x8e\x37\x70\x48\xf6\x2e\x6f\xfc\x37\xeb\x5f\xbc\xb0\x0e\x65\xd1\x9a\x7a\xc5\xcc\x1b\x01\x14\x7d\x2c\xae\x60\x88\xa6\x40\x83\x48\x1e\x72\x4c\xf1\xef\x53\x79\xc5\x33\x7b\x73\x01\x8d\xb7\xfb\xa2\xf4\x73\x8b\xb0\x8c\x4f\xb9\x08\xc1\x6c\xc8\xdf\xe5\x08\xa5\xdc\x7b\x6e\xec\x96\xe9\xf4\xde\xb2\x30\x9f\xae\x1f\xa9\x3e\x1d\x31\xf7\xa4\x13\x7c\x41\x4e\xe9\xcf\xb5\x1d\x57\xa1\x16\x5b\x99\xd3\x36\x71\xe4\xe4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\x44\xd1\x46\xed\x45\xcd\x1d\x81\x9c\xce\x7d\x42\x1d\xb4\x00\x7d\x94\x42\x61\x83\x98\x5a\x23\xa4\x74\x2b\xf5\x07\x37\xcf\xbf\x80\x98\xc1\x81\x90\x29\xdb\x30\x74\xb8\xa6\xbe\x9b\x33\xfc\x7a\x7f\xa1\x62\x98\x23\x03\x7c\xa2\x29\x29\x90\x69\xbd\xa1\x31\xb4\xb6\x50\xa2\x6b\x07\x60\xb8\x1f\xb7\x2d\x56\x5d\xf0\x34\x68\xc5\xab\x05\x51\x4e\x63\x69\xed\xcb\xc5\x1c\x77\x92\xd1\xd3\xed\xcc\xc1\x38\xf7\x04\x96\xbd\x28\xfb\x4e\xc6\x4a\xe6\xb3\x90\xf8\xeb\x53\xa0\x70\x1b\xdc\x8d\xd6\x13\x23\x79\xe2\xa4\xea\x73\x2e\xee\xf1\x2e\x7c\xaa\x3d\x0a\x65\x13\xa3\xdf\x3d\x07\xc3\x15\x3f\x72\xb5\x73\xed\xa8\xb5\xa1\xc9\x3d\x02\xa6\x2d\x2b\xbb\xb9\x69\xe1\xd0\xe2\xbe\xcc\xb3\xcc\x75\x5b\xb0\xcf\x02\x3a\xfe\x81\x53\x42\xc9\xdd\x75\xaf\xbe\xef\x7b\xbe\x68\x3d\xaf\xe7\x9d\x65\x02\x81\xff\xf9\x91\x6f\x14\xe7\x56\x01\xf8\x63\x25\x52\x0f\x26\x80\x26\x58\xa4\x0a\xef\xde\xd1\x5d\x67\x79\xd0\x60\x5a\x43\xa9\xf5\x93\x2f\x3a\x3e\x73\x1f\x7f\xb2\xdf\xd6\xef\xc8\x27\x48\xf0\x08\x59\xf0\x53\x2a\xec\x04\x7d\xaf\x0d\x36\x22\x64\x8b\x5b\x0d\xe9\x6e\xb6\xd5\x80\xb0\xc7\xf5\xe2\x49\x7d\x57\xbe\x95\x47\x34\x1a\xd1\x0c\x15\x2e\x33\x01\x41\xbc\x45\x6e\x92\x09\x9b\x52\x88\x31\x98\x96\x05\x72\x90\x4b\xde\x65\x54\x8d\x51\x4a\xd0\xcc\xe8\xf7\x35\x3b\x5c\x84\xda\xee\xb0\xc3\x5b\xc0\x2d\xc7\xf6\x76\x48\x03\x5c\xc6\x01\xc2\x28\xcb\x30\x2f\x81\x39\xf9\xfe\xfd\xdd\x61\xd5\x55\xfc\x04\x6e\x4c\x85\xb5\x8b\x53\x2b\x8a\x35\xe7\xbf\xef\x88\xf0\x7d\x41\xa7\x21\x57\xd4\xc3\x7c\xbb\x9c\x00\x1c\xdb\x90\x01\xe4\x4f\xf3\x18\x76\xc6\xf4\x8e\x87\xe0\x20\x84\x9b\x46\xd0\x17\x1d\xff\x4a\xc8\x37\x03\xf9\x46\xa1\x97\x14\xa2\x92\x30\x06\x0f\x64\x8c\xa8\xf2\xa6\x9b\x5c\xc3\x24\x36\xcd\xeb\xa9\xc2\x92\x5b\x19\x27\x00\x7e\xa1\x76\xe7\x85\x5d\x3f\x8f\x86\x9e\x5d\x75\x86\x1d\x3a\xbf\xf1\x53\xac\x14\x7a\xa8\xeb\x78\x15\xf3\xed\x86\x5c\x62\xd7\x50\x5c\x5b\x02\x23\x97\xb2\x79\x11\x27\x63\x57\x1c\xe5\xd2\x4a\x67\xa5\xc3\x3a\xc2\x9c\xb9\xdd\x0c\x7a\xa8\xc6\xec\x3d\x42\xc5\x4c\x98\x00\x49\x70\xfd\x96\x21\xf1\x70\x73\x6b\x1c\x2d\x92\xeb\x0a\xc5\x25\x38\x17\x72\xc1\x1d\x0e\xa9\xd3\x55\x23\x47\xb1\xb7\xe9\x14\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x84\x1c\x67\x2a\xee\xb2\xea\x1b\xd5\xca\xf6\xdb\xbc\x8c\x54\x43\xc0\x5b\x9b\x7c\xe0\x4a\x9b\x68\x4a\x46\x86\x44\xc3\xa6\xea\x9b\x56\xb9\x7d\x4a\xff\x92\x9f\x41\xf4\xfe\x52\xa7\x5b\x08\x6e\x6c\x93\x4e\xa1\x66\x63\xaa\x25\x2a\xd0\x2b\x66\xc4\x32\xcd\xb6\x21\xbe\xb5\x74\x12\x30\x47\x03\x01\x11\x60\x97\xda\xfe\x5e\xe0\x75\x85\x61\x3e\x42\xfe\x00\xbd\x67\x4d\x35\xbb\x37\xad\xf7\xbe\xb2\xcc\x7b\x27\xa8\x1c\x12\xb5\x8e\x6d\x06\xb8\xfe\xb1\x2b\xb2\x5b\xf9\xe8\xd8\x2e\xb9\x15\x35\x92\x7b\x17\xb6\x38\x02\x3a\x74\xf9\xb1\x8f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\xf0\x44\x88\xfa\x0c\x0b\x8c\x4e\x22\x21\xe3\xf4\x59\x18\x75\x38\xa4\x18\xd6\x10\xf6\x9b\xb8\xbb\x01\x97\x01\xcc\x35\xbe\xa9\xc5\xd3\x5c\x72\x08\xef\x70\x9c\xef\xd9\xaa\x3a\x6a\xcb\x36\x2d\x9c\xdc\x86\x6b\x6c\x53\x70\xb2\xc6\xb3\xb4\x51\xfc\x2b\x58\x1b\x78\x02\xc0\x37\x78\xed\xce\x28\xaf\xf3\x6c\x38\xab\xda\x2e\xeb\xf7\x94\x10\x4e\xfb\xc6\x6e\x72\xd3\xdd\x12\xb7\x29\xc3\xaf\xbd\x0d\x50\x3e\x7a\xbc\xa6\x7d\xa0\x1c\xad\x09\xef\x1b\xa0\x60\x90\x78\x34\x56\x1f\xc5\x71\x6d\x46\x23\xa5\x25\x46\xb3\xb0\x73\xfc\x6a\x70\x12\x63\x32\x95\x1c\x05\x50\x2a\xf4\xef\x23\x7e\x9d\x1c\xd5\xfc\xc3\x6a\x31\xfa\x7d\x48\xe1\xa4\xda\xf7\x51\xe4\x54\x35\x93\xe0\x7e\x30\x90\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\xb8\xdf\x31\xa4\x9c\x2a\x99\x0b\x8f\x21\x23\x05\x93\x23\xb0\x8a\x82\xa3\xc1\xeb\xfd\x00\x2f\x21\xa4\x89\xc2\xc7\x15\x9b\x61\xf0\x22\x48\xa8\xcd\xcb\xbd\x23\x8e\xd2\xaa\x75\x7e\x0a\x1c\xa5\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\xa2\xe3\xe0\x51\xda\x80\xcd\xc2\xfb\x2b\x95\xf1\xc0\x07\x40\xfb\x8e\xab\x14\x60\xb6\x24\xc4\x4c\xb0\x23\x23\x8f\x20\xed\x06\x92\x39\x10\xd9\xac\x09\xef\x17\x8c\x18\x9b\x5c\x07\xf6\xfd\x35\xc6\x89\x81\x32\x5f\xa2\x81\xba\xbb\x57\x13\x5f\xa1\x0c\x84\x19\x21\x98\x72\xfa\xd9\xca\x9b\x63\x43\x13\x47\xbc\x95\xcb\x6d\x9c\x0e\xb5\xa7\x82\x3a\x15\xfc\x9b\x34\x62\x02\x6d\x02\xc1\x20\x13\x39\x95\xf6\xda\x96\xb9\x8e\x1e\x62\x34\x11\x5c\x36\x4b\xea\xb3\xcd\x30\xcd\xf6\xeb\xcd\xc6\x1e\x2d\xfb\x08\x65\xc7\xf8\xa5\xd5\xd0\x7b\xd1\x4c\x86\x65\xe8\xb2\x15\xe3\x0f\x98\x53\xcb\xe9\x06\x0c\x68\x53\x3e\x9e\x38\x44\x65\x87\x24\xc3\xff\x61\x35\x48\x4b\x52\x21\x70\xc7\x27\xee\x38\x4f\x3b\x66\x93\xd7\x95\xf9\x6c\x74\x60\x6c\x82\x9c\x06\x8c\x65\x98\x8f\x6e\x00\x06\x79\x85\xf2\x12\xb2\x30\x0b\x7f\xb9\x5d\xe4\xe0\xb3\xf4\x39\x42\xe1\xc3\x87\x02\xce\x7b\x3e\x63\x2d\x32\xcc\xe1\xf9\xc5\xe5\x6d\x6c\x1b\xe2\x02\x1e\x1f\x25\x13\x96\xdc\x43\x88\x1b\x32\x45\x5c\x2e\x8f\xcb\x3e\x9c\xf7\x45\x01\x1a\x6b\xa4\x37\x74\xcc\x03\x2a\x4f\x40\xa6\x92\x8a\xa4\x5c\xcf\x32\x3a\x27\xec\x8b\x61\x02\x3d\x63\x85\xc7\x3c\xb8\x94\x2d\xb1\x6c\xa7\xb6\x00\xaa\xad\xe3\x02\x5e\x0e\x83\xbf\xfc\x24\x42\x61\x95\x10\xe6\x51\x27\x76\xec\x8c\x93\xb4\x8b\x87\xac\x09\x9f\x39\x2a\x27\x84\x3b\x1a\x9b\x4a\x43\x3a\x85\xa8\xe4\x45\xf4\xdf\xf8\xc0\x13\xb0\xa0\xf4\x7d\xe5\x11\xfb\x37\xa2\xe3\x33\xf5\xc0\xd2\xbe\x28\x27\xac\xb8\xab\xac\xd8\x65\x52\xe0\x76\x36\xb1\xce\xcd\xc1\x01\x63\x28\x90\xe5\xce\x3b\x08\xd2\x2d\xb2\x73\x43\x6c\xc5\x12\x1c\xd1\xfa\x8a\x20\x4f\x00\x78\xb9\xb6\xf1\xa3\x00\x0a\x75\x28\x7f\x0e\xc6\xd7\x95\xd7\xc8\x20\xe8\x31\x10\x66\x08\xc7\xc7\x5c\xbd\xe0\x73\x76\x3e\xe8\x85\x80\xc8\xba\x36\xfa\xc2\x07\xce\x8d\xf2\x2c\xc3\xfc\xeb\x86\xe5\xf2\xe9\x39\xde\xc7\xfb\xf5\x72\x20\x82\x5e\x4b\x22\x64\xd5\x60\xf5\x4b\xd9\x2c\x85\x50\xa7\x64\x5e\x54\x52\x02\xe2\x65\x42\xe7\x10\x0b\xe4\x51\x15\x21\x42\x75\xcc\x0c\xb1\x72\x47\x9a\x67\x18\x09\x06\xa1\xb5\x90\xeb\x43\xb3\x8c\x70\xa3\xfb\x22\xa4\x26\x21\xce\x0c\x5c\x05\x3e\xf6\x36\x75\xb2\x20\x74\x01\xcd\x3a\xec\x7d\xb8\x20\x78\xc2\x4d\x69\x48\x60\xa9\x9c\xc7\x50\x64\xb3\x19\xa3\x18\xb5\xe0\x0b\xf3\xc6\xd2\x60\x75\x1b\x9c\x8b\x1f\x20\xd1\x9b\x2b\x64\xef\x83\x7a\x11\x12\x7f\xe3\x4d\x69\x93\x0e\xce\xce\x8a\x82\x1e\x17\x1c\x47\xeb\xa2\x25\x9d\x3f\xc1\xca\x5b\x46\x87\x02\x43\x41\xa2\x9e\x51\x65\x78\x92\x67\x54\x65\x80\xf7\x33\xca\x33\xc2\x47\x11\xc4\x39\x6c\x02\x66\xa6\x40\x19\x31\x09\x77\x84\x8f\x7a\xd1\x74\xca\xa2\x20\x3d\xa7\x78\x66\x91\x11\x11\xd1\x36\xd0\x3a\x65\xdb\x7a\xdf\x26\x67\x55\x40\x7b\x38\x16\x51\x46\x2b\xd7\xc8\x01\xc3\x78\xa3\xe0\x12\x04\xc6\xe7\x23\x2b\xec\xbe\x8d\x0e\x5e\x53\xe5\x14\xaa\xef\x37\xb4\x50\x7a\x58\xa4\x15\x15\x55\xea\x82\xcb\x6e\xa1\x20\x47\xc9\x6e\x19\x4e\xc4\x8a\x0a\xae\x1b\x0e\x32\xce\x06\xde\x62\xa0\x9f\xa3\x8a\x17\xd5\xc1\x4e\x97\x20\xaa\xc3\x3e\x6e\x38\xd4\x08\xed\x70\xf3\x81\x46\x94\x13\xdb\xa3\x1b\x57\x76\xb5\x72\xf9\xb9\x84\x3b\x48\xec\xb8\xac\x60\xcf\xd0\x83\x51\x29\x74\x05\x63\x70\x00\x85\x80\x27\x13\x0e\xdb\x90\x91\x8c\x8b\x7b\x1f\xcf\x6a\x77\xbe\x45\x68\xd1\x3a\x1c\x3e\x1c\x3d\x12\x73\x83\x64\x53\x87\xbe\xb4\x83\xb0\xb3\x5e\x4c\x50\xed\xe6\x86\x79\x6f\x04\xb0\xb5\x50\x27\x2a\x9a\xc7\xfa\xdb\xb2\xd4\x6d\x17\x84\x58\xef\xab\xc3\x0b\x26\xca\x6b\x31\x3c\x54\x0e\x6a\x5c\xdf\xab\x09\xad\xaf\x12\xb7\x1a\x50\xf0\xee\xe2\xac\xfb\xa1\x77\x51\x46\x01\xfc\xcb\x5d\xf7\xae\xfc\xcb\xf5\xdd\xc5\x45\xef\xe2\x63\xfc\xd3\xcd\xdd\xe9\x69\xb7\x7b\x56\x7e\xef\x43\xa7\x77\x5e\x79\xcf\xfe\x54\x7e\xa9\xf3\xfd\xe5\x75\x05\x77\xf0\xe6\xc7\xde\xd5\x55\xf9\xa7\xdb\xde\xa7\xee\xd9\xe0\xf2\xee\x76\x29\xc4\x60\x31\xfe\xda\x25\xda\x07\x36\xdb\xd6\xb8\x92\x1d\x32\x52\x9c\x89\x34\x9b\x17\xa5\xd0\xed\xa1\xab\x38\x29\x63\x96\xce\xa7\x4c\xe6\xbb\xc4\x0c\x58\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\x75\x45\xf5\x7d\x63\x5e\xa3\x51\x8b\x66\xb0\xa5\x51\x16\x46\xcd\x43\x1c\xcf\xd2\xf8\x81\x90\x86\xe1\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x2e\x1a\x9a\x36\x4c\x4f\xd8\x5c\xb3\xc3\x1c\xbd\xfa\xe8\xea\x8b\x7a\x46\xe7\xc1\xc2\x76\x44\xe4\x01\xcb\xf4\xfa\x3b\x70\x15\x3e\xa9\x27\xbd\x53\x0f\x1a\x6c\x55\x66\x43\x45\x43\xf2\xf5\x86\x85\x4d\x0a\x44\x24\x55\x94\x17\x72\x37\x95\xd7\x22\x8a\x8c\xce\x6d\x34\x6b\x07\x8a\x26\xdc\xd5\x13\x81\xa5\x45\x28\xc7\x35\x9b\x50\x29\x1d\xf1\xe4\xb7\xcc\x52\x9a\x77\x51\xa7\x20\xfa\x21\x2a\x8d\x4b\x5b\xc3\x6b\x19\xa0\x9e\x1a\x5d\x75\x7b\xae\x34\x13\x44\xcf\xa2\x4c\x46\x28\xbc\xe2\xf9\xd1\xe6\x82\x46\xa5\xc8\x44\x54\x80\x03\xeb\x31\x03\x08\x11\x34\x5b\xd8\xe2\x9c\x64\x81\x7c\xe0\x81\xa5\xe4\x28\x2e\xec\x93\x1e\x41\xfc\x60\x5f\x34\x69\x98\x35\x45\x71\x62\x0a\xb8\xf2\x98\xc7\xbb\xec\x7d\xcd\xea\x37\x1f\x41\xbf\xd8\xeb\x05\x55\x10\xff\x7a\x9b\x34\x9b\x32\xdd\xbe\x0c\x29\x9a\x90\xe0\x6c\x05\x30\xe7\xa6\x10\xaf\x70\x17\x6e\x66\x71\x5d\xcb\xda\x4a\xcb\x69\xa5\x28\xb3\x4c\xa8\xc6\x18\x44\x5f\x25\xb1\xa8\xe4\x53\x94\x70\x6a\x52\x5a\x02\x48\xd8\x1e\x33\xcf\x9a\x34\xc8\x16\x46\x04\x84\x6a\x8c\x31\xb2\x52\x40\x89\xdb\x8c\xf0\xc3\x6e\x04\x3c\x2e\xea\xf9\x1e\x30\xac\x8c\xe6\x56\xa6\x9f\x65\x14\x03\x89\x26\x54\x23\x49\x7b\x23\x25\x1d\xf2\x8c\x1b\x88\xc2\x44\xf5\xbe\xb2\xc2\x52\x91\x29\x55\xf7\x3e\xfb\x87\x16\x39\x00\xcb\x88\x7e\x47\x47\x5a\x01\x18\xfe\x9c\xae\xb4\xe2\xc8\xae\x6b\x1b\x28\xc8\xd2\xb9\xd1\x8a\xed\xc0\x92\x76\x46\x46\xe0\xe7\x9b\xed\xac\x6b\xf1\xaa\xfa\x79\x69\xbd\x6b\x2e\xea\xcd\x6d\xb6\x2e\xb5\x75\x03\x36\x5f\x4d\x7c\xad\x3d\x59\xa3\x4c\xd2\x06\xa8\x53\xdf\x36\xe6\xb1\x36\xb5\x9d\xca\x7c\xd8\x94\x35\x85\xa3\x5a\xde\xfa\x32\x05\xcc\x9f\xdb\x7d\x09\x74\x31\x03\xa4\x86\x59\x49\x77\xbb\x05\xb5\x5f\x1f\xc1\xe7\xf5\x8d\xbb\x5c\xa1\xb5\xe7\xbc\x40\x68\x05\xe2\x41\xc8\xcd\xba\x9d\xcf\x58\x4d\xb9\x8c\xbf\xe4\x50\x92\xe3\x72\x74\x83\xb5\xd8\x77\x21\x32\xc3\x17\x29\xac\xfe\x24\x56\x7b\xbd\x2d\x6b\xb7\x31\x0d\x94\x2b\xc8\x2e\x69\xb3\x6e\x36\x50\x7f\x76\xfd\x03\x59\x86\x03\x9f\x29\x2e\x95\x65\x9b\x0e\x43\x7c\x49\x82\x41\x6d\xbf\x3b\xac\xe4\x2f\x39\xcb\x99\xa5\xfd\x61\x9e\x8e\xd9\x2e\xaa\x59\x31\xa5\x89\x7c\x24\xd3\x3c\x99\x10\xdf\x38\x49\x59\x46\xe7\xa5\xa9\x81\xbc\x64\x64\x06\x09\x5b\x5b\xe6\x0f\x25\xb9\x36\x72\x0a\x4e\xc6\xa2\x5d\x95\x0b\x20\x78\x42\x8d\x51\x7c\x98\x9b\x5a\xcf\x54\x29\x90\x7e\x4b\xcb\xc2\xcd\x55\xf7\xb4\xf7\xa1\x57\x51\xeb\x3b\x37\x3f\xc6\x7f\x7f\xbe\xbc\xfe\xf1\xc3\xf9\xe5\xe7\xf8\xb7\xf3\xce\xdd\xc5\xe9\x0f\x83\xab\xf3\xce\x45\xfc\xf3\x59\xe7\xb6\x73\xd3\x5d\x65\x0f\x58\xec\xb5\x79\x23\x68\x14\xe7\x6f\x65\x17\x17\x9a\x0e\xa6\x98\x76\x1f\xc1\xfa\x5d\xaf\x27\xa4\xe3\xb3\x1e\x62\x90\x57\xea\x6d\x34\x60\x5b\x44\xd4\x59\x67\xca\x81\xa2\x6a\x88\xe2\xdd\x26\x1d\xe2\xd1\xd8\xc1\x11\xad\xad\xb0\xe0\x62\xc2\xed\xee\x60\x13\x56\x62\x48\x0a\xcd\xad\x40\x12\x8b\x0b\x5b\x47\x09\xb0\xae\xf2\x4e\xbb\x2f\xba\x0f\x4c\x98\x1c\xb2\xf3\xac\xe6\xef\xc1\xc3\xdd\x0b\x51\xdc\xb2\x1f\xa5\xe6\x53\x9e\x51\x55\x80\x3e\x5d\xba\xb6\x40\x60\xf7\x63\x85\x71\x71\x56\x07\x1f\xe2\x95\x87\xbb\x1e\x81\x71\x9f\x9e\xf7\x40\x04\x4a\x8c\x87\x58\xf0\x9d\xbb\xda\xd9\xbe\xc7\x29\x85\xe0\x88\x50\xd2\x18\xbb\x6f\x2c\x22\x74\x5d\x03\xba\xb4\x45\x36\x09\x94\x20\x7f\x32\x37\x47\x18\xa4\xff\x47\x57\x18\x35\xdf\x04\x8c\x8b\xa4\x4c\x83\x6c\xea\x3c\x1a\x65\x20\x28\xa6\xc1\x3f\xe4\x5b\xbf\x00\x61\xc7\x7b\xdc\x9c\xdb\xd6\xd1\x2e\x60\xb0\xf0\xc6\x72\xeb\x99\xbd\x84\x5e\xea\x3a\xc4\x71\xc1\xb0\x0a\x43\x99\x8b\xd4\x57\xb1\x99\x72\x71\x3c\xa5\x5f\xde\xfb\x99\x62\x99\xfe\x90\x1b\x8e\xa5\x83\x33\xab\x89\xcc\x2d\x93\x5b\xbe\x5c\x7d\xb1\x64\xbd\x56\x4b\x8b\x9e\xb3\x82\xda\x53\xe8\xa8\xe8\x45\x7a\x60\xf3\xba\xfd\x5b\xc0\xf8\x40\x4f\x95\x3b\xf0\xd0\xc8\x4c\x31\x28\xda\x16\x7c\x54\x19\xfa\x1e\xc3\xdf\x10\x03\x51\xc2\xfd\xaa\x67\xde\xb1\x7d\x6e\xa7\x73\x53\x6b\x19\x7c\x02\x94\x16\xd7\x93\xdd\x34\xb4\x13\xfa\x3c\x79\x17\xf3\x91\x62\xc2\x9a\xdd\xad\xbf\xcb\x21\x94\x16\xd1\x1e\xd6\x57\xb1\x04\x4c\x9e\x76\x2f\x7c\x52\x29\x84\xda\x2f\x18\x1f\x3d\x0d\x64\x4c\x83\x01\x1e\xca\x5e\xb1\x5f\x72\x17\x4f\xfb\xc7\xef\x36\xbb\x68\x8d\x9a\x13\x9f\xbe\x1e\x87\xe8\xb8\x08\x35\x77\xe9\xc2\xb8\x72\xc1\xeb\xa0\xf8\xaf\xb1\xe0\xd3\xf3\xd6\xd5\xab\x74\xea\xfe\x5c\x19\xc5\x74\xeb\x53\xe3\xf0\xfd\x27\xcb\x99\xfa\xa9\x92\x2a\xe5\xba\x83\xe0\x04\xd7\x7a\x7c\xa3\x0d\x69\x72\xff\x48\x55\x8a\xc6\x42\xb0\x1b\xb7\xc9\x0f\xf2\x91\x3d\x30\xd5\x22\x09\x53\x86\xba\x14\x06\x7b\xd6\xb2\x0c\x0e\x94\x6b\xa7\x2f\x20\x5e\x07\xf3\x41\x04\x40\x22\x1b\x3e\x9e\x58\x85\xd2\x19\xa6\x5c\x69\x34\xcd\x0c\x84\x1f\xb3\x2f\x33\x96\x60\xa0\x56\x53\x74\xca\x28\xa3\x0f\x8b\x39\x19\xdb\x84\xdb\x47\xd5\xdf\x7c\x81\x20\x97\xc7\xb6\xd4\x50\xed\x8b\x88\x21\xd7\x9c\xcd\xcd\x44\x8a\x16\x19\xcb\x8c\x8a\x71\xbb\xdd\x26\xcc\x24\xed\xf7\x1b\x11\xba\x6b\x30\xea\xae\xf0\xb2\x67\x52\xb3\x6c\x1e\xd0\x5d\x42\x34\x94\x5d\x65\x88\xbe\xd2\x1c\x4d\x1e\x35\xd4\x7f\x53\x8d\xda\x7f\x5e\xd3\x79\xbd\xa6\xba\x71\xf8\x5f\x43\x3b\xd5\x9a\xf2\xab\x5a\xc2\xf7\xeb\x35\xaf\x0d\xc2\x59\x3d\x92\x5a\x11\xd6\xda\x90\x55\x29\xc5\xa6\xb1\x9a\x3f\xc9\x26\xf4\xe0\xad\xd2\x90\x6a\x5b\x72\x49\x23\x5b\x45\x2f\x2e\x52\x74\x0d\xc5\x85\x40\xdf\x9d\x52\x1e\xb3\x7c\xba\x58\x02\x63\x5f\x52\x54\x31\x48\xfc\xd7\x29\x74\xb7\x3e\xde\x64\x00\x49\x96\x0a\x23\x2c\xdd\x78\xd1\x16\x8a\xc4\x04\xdc\x52\x71\x0d\xc9\x57\xdb\x04\x41\x86\x66\xb0\x69\x70\xd9\x40\x15\x2d\x80\xad\x77\x45\xff\x21\xae\x33\xd4\xee\xc7\x4f\x34\x8a\x3a\xe0\xe7\x69\xe6\x0c\x45\xe0\xf8\x56\xca\xe7\xc5\xe5\x45\xa9\x6e\x5d\xef\xe2\xb6\xfb\xb1\x7b\x5d\xf2\x4b\x9f\x5f\x76\x4a\x65\xf1\x6e\x6e\xaf\x2b\xae\xeb\xef\x2f\x2f\xcf\xbb\x0b\x3a\x68\xf7\xb6\xf7\xa9\xd4\xf8\xd9\xdd\x75\xe7\xb6\x77\x59\x7a\xef\xfb\xde\x45\xe7\xfa\xe7\xf8\x97\xee\xf5\xf5\xe5\x75\xa5\xbf\xbb\xd3\xe5\xda\x6c\x69\x1a\xf5\x3b\x51\x08\xcb\x51\x0c\x7d\x9d\x50\xd8\x54\x0f\x6b\x17\x91\x83\xea\xfb\x6d\x4b\x96\x35\x30\xa5\x94\x0d\xb6\x0b\xd6\x68\x0a\x38\xa9\xed\xc7\xca\x83\xf3\x01\x35\x86\x4d\x67\xbb\x61\x10\xae\x7f\x70\x36\x8b\x03\x29\x97\x0c\x6b\x8e\x03\x29\xed\xea\xcb\x89\x03\xa9\x09\xf1\x58\x8c\x03\xe9\x5d\xf4\x6e\x7b\x9d\xf3\xde\xff\xab\xb4\xf8\xb9\xd3\xbb\xed\x5d\x7c\x1c\x7c\xb8\xbc\x1e\x5c\x77\x6f\x2e\xef\xae\x4f\xbb\x37\x6b\x46\x81\x2c\xda\x5d\x8f\x48\xdc\xcf\x09\xb9\x8d\x6a\x16\xa2\x54\xe8\xca\x74\xd9\x15\xb7\x32\x8d\xa5\x2a\x9a\xf1\x7f\x70\x31\x6e\x01\x48\xde\x09\xe9\x2a\xd5\x9b\xd2\x31\xbb\xca\xb3\xac\x45\x02\x16\xe6\xa9\x62\xd4\xc0\x6b\x57\x32\xed\x45\xdf\x81\xe1\xa8\x76\x1a\xd0\xbf\xc3\x9c\xc4\xee\x5b\xae\xff\xc8\xe9\x19\x8c\x52\x0e\x21\x31\xa0\xfb\x9e\x90\xef\x69\x72\x2f\x47\x0e\x3c\xa7\x15\x54\x5c\xf2\x4b\x2e\x0d\x25\xec\x4b\xc2\x58\xea\x4b\xf0\x54\xe9\xe4\x5c\xee\x84\x19\xb9\x49\xfd\xf4\xf8\x4c\xaf\x0e\x9f\xa9\xfd\xce\x65\x3b\x0d\x36\x01\x6c\x73\xb3\xfc\x84\x9f\x3a\x8c\xb6\xda\xd6\x8d\xc9\xf6\x60\xd3\x3f\x97\xe3\xfa\xcc\x02\x08\x96\x74\xe9\x10\x05\xb6\x08\x78\x08\xe5\x98\x68\x2e\xee\xfb\xe2\xb3\x55\x68\x65\xae\xf0\x27\x23\x15\x24\xa9\x8c\xb2\x5c\x4f\x18\x60\xc3\xb6\x7c\xb1\x4a\xf0\x14\x96\xeb\x46\x01\xc9\x58\xe2\x84\xaf\x33\x2e\x2c\xb7\x98\x71\x2f\x41\x56\xb7\x7e\x2f\x35\x2a\xb9\x0e\x7a\xf6\x13\xba\x6f\x0b\xeb\xec\xe3\x84\x61\x75\xce\x02\x75\xde\x17\xac\x41\xce\x0d\x79\xa7\x58\x6b\x14\x44\x1b\xbb\xec\x6f\x7d\x64\x2d\x2c\xf7\x83\xe4\x29\x49\xf3\x59\xc6\x93\xc0\x77\x1f\xa5\x6a\x8c\x84\x42\x4d\x67\x83\x48\xa8\x8a\xfe\xbe\x6c\x62\x35\x6a\x54\xa4\xb5\x2d\x89\x89\x7a\xe2\xa8\xb0\x08\xe9\x2a\xd7\x4c\x1d\x19\xc5\xc7\x63\x90\x1b\xbd\x51\xe6\xe5\x87\x8d\x79\xda\x9c\x0f\x76\xb7\x3f\xc4\xee\x81\x0c\x2b\xf5\x04\xf8\x16\x4b\x53\xb3\x59\x36\xf7\xc1\xdc\xb8\x80\xfe\xd8\xcf\x72\x85\x18\xc3\x23\x12\x06\xd4\x18\xb6\x31\x53\xcc\xf6\x92\x0e\x10\x3c\x6c\x77\x50\xb3\xde\x08\xa1\x74\x11\xac\x28\xf2\x9f\x79\x00\x23\x7f\xc3\x15\x7d\xfb\x54\x2b\x44\x39\x00\xc8\x5e\x22\x1f\x05\xd6\x58\x82\xf7\x41\x9e\x17\x12\x64\x93\x90\x7e\xd5\x17\x1e\x2b\xcd\x25\xa8\x8d\x42\xc5\x54\xb4\x71\x62\x05\x89\xaf\x1f\xe6\x57\x94\x77\xb5\x53\xff\xd4\x58\x27\x35\xc4\xc5\xef\x64\x2b\x75\x31\x51\x7b\x29\xe2\xbb\x88\xa6\x90\xc9\x21\xa2\x2f\x2e\x64\x69\xc5\xb7\xce\x66\x06\xcc\x91\xcb\xa5\x2b\xdf\x59\x3e\xda\x11\xc2\x67\xe4\x12\xf4\x8b\x52\x59\xce\xbd\xa6\xb1\xed\xbe\x60\xb9\x91\x11\xde\xa5\x9d\x5c\xaf\x52\x36\xb2\x8d\x39\x0d\xbd\xb4\x16\x3c\xa9\x38\x31\x7e\xe5\x9b\xb8\x73\x8d\x0d\x65\xa3\x2c\xbc\x99\x62\xde\x7a\x36\x67\x26\x18\xcd\x32\x9f\x73\x31\x9f\x95\x2b\x05\xc6\x5e\x03\x6f\x17\x0c\x9e\x5e\x48\x0a\x8a\x6a\x11\x49\xc1\x84\xd1\xae\x6a\x40\x5f\xb8\xc6\x7d\x4e\x6f\x80\xc5\x72\x8e\x10\x5c\x98\x96\xd3\x41\x1c\x02\xb3\x96\xd9\x03\x82\x94\x16\x6b\x62\x24\xe4\xdc\xd8\x01\x9e\x5a\x76\x6e\x85\x17\x2a\xd2\xa2\x96\xcc\x84\xf5\x45\x25\xb1\x55\xb1\x31\xd7\x06\x2e\x16\x4f\xb1\xf1\xf7\x7b\x4b\xf6\x2b\xc9\x3b\xcb\x96\xbe\x31\xd9\x6f\x15\xe3\x1a\xd1\x64\x93\xa4\x9b\xf9\x8c\xa5\xbd\xf0\xdd\x72\x62\x28\x99\x4e\xd2\xc8\xb5\x54\x3a\xe4\x48\x03\x1e\x63\x1d\xfc\xa8\x3a\xc0\x03\x86\x4d\x0a\x40\x6b\xa1\x88\x9e\xdd\xa2\x31\xf5\x85\x14\x75\xa8\xa2\x87\x01\x01\xb1\xc9\x7b\x54\xae\xbe\x17\x64\xa9\x44\x6a\x83\xfe\x35\xf8\x64\x44\x79\x96\xab\x46\x11\x01\xc9\x72\xef\xa9\xc8\xa7\xd0\x2c\xa9\xdb\xb5\x60\x97\x8e\x8e\x51\xb0\x49\x3f\x50\x05\xd5\xf8\x67\x59\x3e\xe6\x42\x97\xa9\xbe\xb9\xa8\xcc\x42\x81\xad\x15\x1b\x5e\xd4\xe4\x5a\x9f\x17\x77\xf0\xb0\x6b\x98\x3c\xf8\x21\x9a\x51\xdd\x9c\xd0\x16\x8d\xbd\x2f\x6e\xe1\xae\xc6\x4c\xdb\x70\xcc\x28\xa2\x90\x2b\x6d\xa0\xec\x71\xed\x7c\x4b\xfc\xbc\x4c\xa9\x3b\x05\xb9\xd5\xe5\xc4\xae\x0e\xa6\xfd\x44\x67\xcb\xd2\x15\x77\x6e\x71\xd5\x36\x04\xeb\x66\xf5\x18\x56\xcb\x9e\xd4\xac\x5e\x08\x08\x7e\x16\x27\xde\x26\xe0\x09\x21\x2e\xdc\xc1\x8e\x2c\x64\xbe\x97\x04\xd3\xf8\xd3\xcd\x53\x03\x0a\xef\x95\x03\xcc\xc7\x06\x87\x18\xcc\x1d\xc7\x9f\xef\x90\x79\x1f\x36\xc6\xb7\xb5\x64\x3b\x76\x8c\x8d\x2d\xd2\x19\x9e\x31\x34\xf6\xa7\x85\x25\xda\x34\x32\xf6\x21\x4e\x05\x80\xbb\xa1\xa8\x1f\xbf\x96\xc4\x1c\x22\x62\x7f\x2a\xe7\x73\x94\x96\x58\xf2\xb5\x12\x5f\x16\x11\x39\x41\x68\x49\x99\x90\x86\x11\x4a\x04\xcf\x8e\x45\x9e\x65\xc7\x17\x50\xbe\x57\x6b\x3e\xc6\xea\x60\x58\x4f\x03\xbc\x84\x05\x46\x54\xc9\x54\x16\x1d\x01\xb8\x22\xed\x90\xd0\x8a\x67\x2c\xc7\xb4\x5b\x90\xcd\xfb\xc2\x7e\x81\x22\x16\x42\xeb\xf0\xe0\x59\xc5\xde\x42\xed\x0e\xec\x0b\xc2\x0c\xe7\x71\xe3\x35\x04\xb6\x2c\x3d\x70\x27\x97\xe6\x01\x37\xf6\xc5\xe0\xc6\x4a\x15\x0a\x59\xac\x8f\x20\xdb\x7c\xa8\xb6\x86\x70\x0d\x82\x58\x70\x09\xac\x41\x8f\x5f\xd3\x1d\xf0\x94\xc9\xa2\x3b\x67\x86\xfa\x95\xda\x87\x55\xf4\x17\x8c\x37\x1e\xc8\xd1\x40\x2f\xc4\x6d\x93\xe5\x6c\x7e\x21\xe2\x7b\x3d\xb3\x54\x1c\xe4\x11\x47\x46\x2f\x12\x49\x93\x5c\x2e\xc5\xc0\x49\xee\xeb\x0d\xb6\xba\x60\x97\xe2\x03\x7e\x7e\x25\x33\x9e\x2c\xb7\xe5\xf9\xab\x09\xa0\x48\x16\x2c\xb9\x00\xda\xe3\xd0\xc8\xa9\x57\x27\xd0\x48\x65\x58\x62\x0a\xd5\x74\x71\x72\x9b\x98\x3a\xbc\x56\x10\x5a\x81\x24\xbc\x02\x4b\x89\x60\x3d\x54\x17\xe6\x83\x82\x34\xa0\x7a\xd0\x19\xd8\x8e\x7d\xc1\xbc\x78\x20\xc0\x9b\x1e\x27\x32\x63\x2d\xd4\x7d\xc1\x50\xd6\x17\x33\xa6\x12\x09\xb5\x46\x53\xf9\x08\x26\xc3\x64\xc2\xb3\xb4\x08\xa6\x7d\x07\x76\x7b\xb0\xae\xbd\x77\x19\x43\x45\x49\x8e\x80\xa8\xb3\x9a\x6c\xcf\x90\xd8\x77\x8a\x8c\xdd\xa7\x21\x6e\x19\x15\x7c\x76\xb6\x7c\x5c\x0a\x87\x80\x51\x51\x32\xa9\x72\x61\x90\x7e\x3c\x9b\xed\x30\x0b\x61\x92\x70\xc1\x20\xfc\x92\xa9\xec\xab\xc3\xc1\xa9\x2e\x25\x91\x96\x44\x79\xb0\x96\xda\x8f\x28\xf8\x5b\x28\x8a\x21\x43\x46\x66\x54\x5b\xc1\xc5\x6d\x6a\x5f\x14\x7a\xf5\x5b\x1d\x8b\x24\xb5\xfb\xdc\x26\x1f\xa0\x4e\x8f\x36\x54\x24\xac\x45\xde\x96\x26\xfa\x16\x92\xea\x84\x84\xfe\xa0\x40\xa2\x29\x2f\x0d\x90\x6b\x8b\x70\xd3\x17\x5c\x23\x65\x2a\x96\xb1\x07\x3b\x3a\x77\x76\x22\x8f\x31\x73\x61\xdc\x61\xda\xe0\x2d\xa2\x8a\xc5\x65\x00\xa3\x8a\xe1\x6e\x66\xae\xaa\x90\x83\x45\xc9\x05\x44\x49\xb2\x2f\x08\x3e\x93\xcd\xc1\x83\xa0\x78\x9a\xda\xee\x0a\x54\x24\x97\xcf\x0a\x30\xbb\x73\x99\x23\x56\x5c\x0a\x76\x61\x1a\xe2\xe6\x3c\x42\x4d\xc6\x51\x18\x1d\x4a\x33\x29\xa3\x75\x60\xc2\x1b\x9e\x24\xf6\xc0\xd4\xdc\x00\x98\x1e\xac\xab\x60\x50\xe8\xcc\xd8\x05\x28\x18\x47\x5f\xd0\xd4\x15\x5d\x73\xcd\xd9\xa5\x01\xba\x5f\xb2\xcf\xee\xf9\x50\x3e\x2c\x93\xe9\x76\x35\x06\xe3\xa9\x9e\x65\x54\x0c\x90\xa1\x7e\x05\x73\x70\x94\x8b\xd8\x04\x93\x98\x0f\x07\x01\xa4\x65\x2f\xe3\x0c\x92\xce\x75\x29\x43\xd8\x8a\x70\xbe\xa3\x56\x15\x4a\xdd\x4b\xe6\x10\x35\x6b\x42\x59\x74\x57\x99\x88\x7d\xa9\x0b\xec\x5a\x6d\xd2\xa6\x15\x03\x56\x28\x07\xb4\xc2\xa6\xed\x29\xe0\xa5\xda\xb5\xd7\xd9\xf9\xca\x1d\x52\xdd\xf6\xcd\x4d\xaa\x0b\x02\xd3\x56\x66\xd5\x15\xc3\x7a\x5a\xd3\x6a\xa3\x09\x61\xd1\xc4\xfa\xb9\x5c\xec\xdf\x6a\x25\xe8\x22\x65\x44\x4b\xab\xd7\x78\x0b\x47\x7d\xae\x69\x25\x9e\xe9\x49\xb1\xb5\xca\x50\x22\x6b\x07\x06\x22\xba\x1e\xe9\x15\x35\xe8\x5a\xa4\xff\x06\x29\x4b\xf7\xdf\x20\x1e\xad\x4f\x59\xf6\xd0\x7d\xe5\x72\x5a\x55\x07\x04\xfa\x06\x8b\x03\xe7\x20\xe5\x36\xb2\xe6\x7d\x4d\xcc\xbc\x28\x6a\x12\xc3\x07\x86\xd8\x80\xbb\x26\x51\xe7\x9c\x7b\x40\x3d\x80\xd5\x50\x79\x62\x8a\x09\x07\xfc\xb1\xef\xfd\x87\x76\x89\x66\xb9\xbb\x51\x03\xde\x97\x54\x7d\xe1\x5b\x2b\x60\x80\x3b\x59\xb6\xd0\xd4\x22\xf4\x5e\x44\xab\x00\xc4\xe9\xf3\x19\x20\x4f\xc6\xbe\x04\x11\x9f\x0b\x7c\x00\x8a\x01\x0f\x59\x01\xb6\xd0\x26\x05\xf8\x23\x88\x1e\x15\x94\xb9\x18\x64\x2e\xcb\x3c\xc2\x1a\x4a\x6d\x11\xac\x96\xce\xa1\x4a\xd5\x28\xb7\xec\x28\xf4\x6e\x65\x23\x00\x1c\x1c\x71\x7b\x48\xfc\xba\xf4\xc5\x27\x89\x0b\x8c\xe2\x55\xb5\xf8\xb1\x5b\xb6\xb7\x21\xad\xc3\xfd\x70\x06\xd7\xf6\x08\xfd\x60\x15\xa0\x0f\xf0\x5f\x43\x94\x4d\xcb\xca\x1e\xaa\x98\x54\x42\x45\x5f\xfc\xdd\x2e\x8f\x47\xd1\x73\xdb\x2a\x47\x78\x88\x3d\x30\x0a\x79\xf7\x37\x6c\xf4\xdd\xbf\xbd\xff\xdb\x7b\xc4\x28\xcd\x35\xa4\xd2\xb5\xca\x57\x88\x1f\xa8\xdd\x52\x88\xf1\x0a\x25\x2a\x7d\xe1\xab\xa2\x8b\xa5\x78\x3b\x4e\xcb\xd9\x77\x75\x89\xc2\xf2\xda\x21\x09\x35\xc9\xe4\xc8\x4b\x73\x31\xb2\x20\xd7\x45\xed\x12\x2b\x39\x5a\x59\xab\x52\xef\x04\x13\x8b\x48\xa8\x3c\xad\xcb\xeb\x60\xe9\x05\xcb\xf4\xb9\x3c\x9b\x0a\x46\x87\xef\x09\x88\xb3\x40\x89\x28\x24\xbd\xf0\xba\xcf\x93\x89\x0a\x61\xa2\x89\x58\xd0\x29\x4b\x49\x1f\xe3\xca\xfb\x6f\xfc\xf6\xf7\xc5\x6c\xd8\xce\xe6\x23\xd3\x86\x28\xf7\xb6\x5d\x96\x76\x77\x69\x35\x3f\xbc\x84\x06\xe9\xa2\xaa\xb4\x62\xb9\x1b\x95\xad\x7a\x79\x27\xac\x4e\xe8\x69\x7d\xa1\x05\x4d\x3c\x61\x7d\x6e\xca\x3e\x20\x16\x6c\x46\x0c\xfd\x7a\x2d\x8f\x1c\x67\x85\xdc\x48\xb0\x2a\xce\x27\xc0\x18\xda\x8b\x2e\x94\x6c\xa4\x82\x66\x73\xc8\x56\x6b\xf5\x05\x56\x93\x65\x29\xa1\xc9\x3c\xc9\x78\xe2\x50\xe0\xca\xb2\x10\x7b\x60\xc2\x94\x82\x6a\x21\xc7\xf4\xb9\xc4\xa1\xa6\x70\xde\xfa\xd5\xbf\x6b\x10\x85\x02\x62\x67\xd9\x6a\x56\x25\x13\x87\x5b\xa3\x36\xc4\xfd\x09\xdd\x03\x6b\x4e\xbd\x3e\x2b\x15\x1f\x73\x41\x8d\x54\xe4\x1d\x98\xff\xb3\x8c\xa9\xf7\xa1\xbc\x20\xac\x62\xfd\x30\x26\x1b\x15\xf5\xa9\x81\x80\xab\xbf\x6c\x93\x24\x57\x8a\xa5\x83\xc5\x28\xca\x4d\x31\x12\x96\xc7\x98\x59\xd1\x9a\x4f\x99\x36\x74\x3a\x8b\x73\xa4\x43\xe6\x9e\x5b\x99\x0c\x17\x81\xf8\x81\x81\x5a\xc7\xa3\xf2\xa4\x7d\xe1\x8c\x21\xb8\x6f\x52\xd5\x80\xff\x54\x67\x89\x35\x4f\xb7\x8c\x51\x75\x60\xa8\x1b\x16\x70\xac\x1a\x8c\xaf\xcf\xbd\x8d\xa8\xb8\x08\x4a\x9c\x15\x26\x0a\x05\x71\xad\x20\x1a\x6a\x88\x87\x70\xc0\xbe\x28\x42\xf1\x4e\x33\x99\xa7\xc4\x99\xcb\x9d\xf1\x59\xb5\x09\x67\xed\x16\xd1\xff\x72\x72\x7c\xdc\x6e\xef\xa9\x26\x50\xb9\x6c\x68\x3d\x85\x63\x61\xcf\xba\x50\xd7\x15\x47\xab\x84\x01\x3a\xd8\x4c\xf3\xf0\xa9\x4c\x40\x2d\xb1\x66\x5e\x0e\xe4\xaa\x76\x19\x70\x51\x77\xe9\xce\x47\x84\x2d\xef\x6a\x46\x15\x13\x66\x00\x3d\x6e\xd6\x19\x74\x72\x05\x9f\x97\x42\xf8\xd7\xd2\xb0\xfe\xe7\x56\xa2\xe2\xec\xe3\xf8\xfe\x1a\x21\x18\xbb\xb4\x68\xaa\xef\xc9\x3b\x0e\x7e\xac\xc8\xc8\xb8\x0a\xb2\xd5\x4d\x68\x8b\xd5\x8b\x26\x54\x62\x4c\x6b\x4d\xa8\x18\x3d\xf8\xac\x68\x80\xe7\x0d\xa1\x4c\x96\x51\xf8\xdf\x0a\x0b\x30\x86\xa9\x15\xe6\x6e\x42\x8d\x2b\x19\xf3\x0f\xa6\x24\x4a\x6c\x42\x7a\x19\x30\x6e\x78\x49\x4c\xeb\x7c\x00\xf5\x6a\xb7\xba\x09\x30\x27\x18\xbe\x87\x18\x29\x9f\x68\x10\x57\xc0\xc5\x6b\x7a\x38\xf7\xb1\xad\xcd\x68\x2b\xdb\x94\x41\x2e\x8a\x90\x17\x97\x61\xc4\x3d\xbd\x26\x11\x58\xb1\x3f\xa0\xc7\x20\x04\xb8\x7a\xe1\x53\x3a\x73\x3e\x63\x57\x5d\xa1\x6a\x15\x69\xc3\x24\xfe\xe7\xbf\xff\xda\x6e\x4a\x09\x84\xa1\x6f\x0d\x9d\xf9\xc1\x03\x67\x2a\x46\xd3\x02\xd2\x2e\x46\xac\x5b\x95\xee\xb7\x92\x20\x77\x90\x64\x76\xd9\x97\x45\x59\xc5\xbb\x6a\x23\xb2\xe7\x69\x8c\xe7\x10\x08\xdc\x6d\x4f\x40\x34\x93\x23\x02\x32\x70\x83\xb4\xd4\x76\xe3\xac\xe9\x61\x83\xd5\xab\xe7\x4f\xcf\x24\x07\x36\x65\xad\xad\x33\xfc\xd2\xb7\x3b\x4b\xaf\xbb\x24\xbb\x2d\xf5\xeb\x9d\x85\x22\x19\x10\xc0\xd6\x13\x24\x91\xd3\xa1\x95\x20\xed\x3d\x1b\xac\xa2\xc0\x9a\x3a\x3e\xf1\x21\x44\x6d\x7b\x16\x83\x30\x73\x95\xb4\xb1\xe0\x52\x8e\xc3\xb2\x63\x3a\xab\x75\xa6\x35\xdc\x07\xfb\xcd\xcb\xab\x3f\x1c\x9d\xea\x0c\x8a\xb2\x2d\xf7\x3c\xb9\x67\x96\x94\x47\x05\xbc\x64\x2c\x5a\x05\xe1\x3a\xc4\xa9\xf7\x05\xac\x10\x06\x45\x7a\xea\xb7\xc7\xc1\x48\xa2\x18\x78\xe8\x8a\xc0\x67\x49\xb8\x79\xab\xeb\x17\xe7\xa9\x93\x08\xeb\xd7\x02\xda\x0f\xa9\x2e\x0e\xcc\x22\xe8\x35\xa8\x09\x82\x38\xf8\xa7\xc0\x17\x35\x4b\xa4\x08\xe9\x31\x7b\xd1\x32\x6a\x12\x0c\xeb\x87\x0b\xcf\x16\x50\x30\x56\xa9\x3c\x3b\x6a\x5e\x11\x6f\x53\x32\x71\xa8\x1e\x86\x68\x08\x1e\x82\x18\x59\xdb\x77\x8b\x4c\x29\x17\xee\x18\x40\x1d\x77\x92\xb2\x61\x3e\x1e\x37\x2a\x04\x99\x1c\x3f\xa9\x75\xd2\xa7\xe3\x35\x5a\x27\xc3\x0c\xb3\x65\x29\x66\x2b\x28\xf4\x1b\xd2\xfc\x96\x86\x64\xef\x43\x77\xeb\xf9\x9e\xd0\x02\x35\xe2\x19\x7b\x1e\x75\x6d\x4f\xba\x67\x6f\x1d\xdd\xd3\x9b\x30\x21\x8c\x0a\xe7\x11\x8c\x4c\xbf\x21\xa5\x14\xc3\xd2\x07\xf6\xcb\x27\x8d\x4d\x0f\xd9\x34\x70\x58\x31\xea\xdc\xf2\xa6\x54\x03\x6a\xcd\xfe\x83\xd5\x81\xb7\xaf\x4a\x81\xdb\x19\xb5\xe9\x46\x4e\x19\x81\xae\x34\x26\x48\x13\x17\x07\xd6\x02\x97\x87\x9d\x60\x01\x57\x07\x07\xde\xd9\xf4\x93\x09\x15\xe3\xa8\x84\x19\x79\x27\xd8\x23\xb1\xbc\xb6\x15\xdb\x80\xa3\xed\x69\x11\x66\x92\xf7\x56\xb6\x29\xb9\x8c\x15\x4b\xa4\x4a\x21\x43\x71\x4c\x55\x0a\x81\x0a\x8e\xe0\x33\x9a\xdc\x03\x34\x2c\x5c\x47\xd8\xa3\xb3\x53\xfb\x24\x3e\xf4\x9d\x14\xad\x71\x91\x28\xc8\x53\xf1\x28\x53\x61\x7c\xf8\xb9\x26\x34\x51\x52\xa3\x72\xea\x11\x41\x1d\x14\x65\x84\xc6\x07\x3d\x6e\x12\xb2\x72\xe5\x08\xc2\x87\x33\x46\x16\x78\xe0\x92\x25\xbc\x9d\x0f\x52\xb9\x84\x3c\x58\xf1\x2b\x07\xeb\xf3\x03\x7f\x60\x2d\x72\x33\xa3\xea\xbe\x45\xce\xe6\x82\x4e\x79\xf2\x5f\x72\x58\x67\xcc\x5d\x88\x0f\xdc\x59\x24\xde\x7f\x59\x8d\xfa\x83\xfe\x79\x21\xf6\x8b\x34\xa9\x9d\xaf\xd3\x94\xdb\x10\xba\xf9\xad\x5f\xea\x2b\x02\x02\x0e\x56\xd9\xbd\x5e\x80\xb5\x8a\xb2\x37\x7a\xd2\x74\xca\x45\x49\x57\x7b\x51\x9e\x9e\xea\xa6\xd6\x85\x4a\x97\x98\xf1\x5a\xda\xed\x3e\x24\xc7\x2b\x6a\xb5\x1c\xab\x50\x4e\xa5\x61\x78\xef\x6b\x23\x15\x73\xb0\x1e\x28\x4e\x42\xfd\x4f\xae\xf1\x49\x13\x36\x7e\x92\x49\xbd\x76\x48\xee\xe2\x86\x9d\xba\xcf\x97\x4a\x27\x72\x3a\x03\xd7\xaf\x62\x1a\x62\x00\x17\xf5\xb5\x05\x9f\xd9\x5e\xa2\x88\x16\x87\xfb\x89\x19\x7a\xb6\x60\x18\x0e\xb4\x1d\x22\xf6\x2c\x49\x83\x99\xb7\xbb\x84\xa6\x9b\xae\xd8\x6e\xec\x3c\xb5\x67\xdb\x57\x57\x75\x15\xe4\xb8\x18\x67\x4d\x45\x97\xfa\xc2\x15\xa0\x8b\xe1\x7e\x8b\xa4\xda\x60\x49\x75\xb8\x0a\x8f\xa5\xe2\x5b\xa1\x7a\x9d\x8b\xc2\xa3\x4e\x61\x0f\x72\x11\xdc\xe5\x2d\x8f\x1f\xac\x18\x54\x38\xb7\xbc\x52\xe7\xc3\xa3\x22\x56\x4e\x2a\xe0\xae\x10\x4a\x39\xa3\x0a\x40\x6b\x26\x3c\x4b\x8f\x6a\xe2\xa1\x51\xca\x81\xba\x75\x01\x11\x75\xc8\x00\xf4\x10\x76\x1c\x6b\x44\x63\xa8\x46\x98\x7b\x68\x67\x98\x1b\xc2\x42\x1d\x30\xae\x9d\xf1\xa8\x22\x49\x94\xf8\x45\xc9\x36\xf0\xb5\x2d\x82\xab\xf9\x45\x53\xce\xfc\xb7\xcf\x27\x4a\x6b\xb6\x0e\x9f\xb8\x2d\x5b\xe1\xfc\xa9\xa1\x22\x70\x8e\xa6\xa5\xd2\x03\x34\xa1\x3d\x43\x2c\x79\x91\xe9\xac\x67\xf4\x51\xb8\x08\xb5\x8d\xea\x3e\xac\xc7\x1f\xea\xc1\xb8\x2c\x7f\xa8\x3c\x29\x03\x83\x63\xb4\xb7\xe1\x01\x81\xa0\x15\x41\xad\x40\x4d\xd0\x22\xad\xb4\x50\x7f\xfa\xa2\x08\x9d\xd4\xe4\x91\x65\x99\xfd\x6f\x52\x65\xdc\x2e\x22\x31\x85\x28\x0f\xd6\xf2\xe1\x54\x2e\x15\xc1\x29\x29\x47\x43\x0a\x35\x4a\x9a\x90\xde\x17\x4e\xf3\xbe\x6a\xa6\x25\x34\x99\xb0\x81\x1d\x5a\xbe\x41\xcc\x8d\x83\x2d\x3f\xb5\x1f\xdf\xe0\xb7\x4b\x2f\x33\x3a\x33\xb9\x72\x4e\x43\xec\x0b\x3c\x22\x14\xeb\xb0\x07\x53\xe9\xaa\xe3\x9d\x60\xb7\x83\x7b\xb6\x01\x5e\xa7\x1b\x6b\xbd\x7b\xb3\xc0\x1d\x01\xc4\xc5\x10\xd0\x93\x50\xa5\xbc\x97\xd3\xf5\x4a\xa8\x32\x7c\x44\x93\x92\xba\xb7\x56\x32\x59\xe9\x86\xc4\x16\x35\x98\x76\x0a\x60\x6c\xcf\xca\xb1\x88\x63\x11\x2c\x5a\xbb\xff\xb5\x1e\xf6\x7d\x68\x87\xbd\xa7\xaf\xb9\x58\xbf\x28\x45\xcd\xca\xe6\xa9\x47\x38\xa9\x3b\xcc\x75\xcb\xb8\x93\xcd\xd2\xbd\x23\xf0\xd2\xf5\x39\xdc\x02\xa4\x84\x03\xee\x04\x8b\x4a\x1a\x95\xa2\x2a\x45\xf1\xc1\x12\x16\xa5\xba\x42\x84\x63\x94\xe6\x62\xaf\x28\x3a\x66\x64\xca\x52\x9e\x57\xd1\x04\x96\xc7\x52\x1c\x18\xcb\x0b\x62\x2c\xcd\xfb\xf6\x64\x0c\xe1\x39\xaa\xb0\x16\xa1\x04\x52\x15\xb1\x95\x17\xa0\xe4\x3f\x5a\x69\x1b\xe3\xd6\xc1\x58\x59\x8f\xc8\x16\xe5\x8e\x50\xf3\x56\x87\x20\x9a\x32\xa5\x7b\xd3\xf0\x39\xd7\xe6\xa7\x4a\x79\xa4\x2d\xc0\x06\xb2\xfc\xe9\x12\x06\xfc\x50\x71\x98\xd1\x17\x4b\x03\xe3\xaf\x9d\xde\xe0\xcc\xa6\x96\x39\xa0\x99\x11\x02\x4b\x3d\x0c\x83\x1d\xf7\x26\x82\xd7\xdf\xc2\x7a\xfd\x0d\x2f\xa8\x47\x45\x67\x33\xa6\x08\x55\x10\xcb\x4e\x83\xbe\x52\xf4\xeb\x7a\xe9\x0b\x54\x74\xfe\xeb\xe6\xf2\xa2\x90\xb8\x0a\xfb\x47\xa5\x69\x78\x0d\x96\xae\x5d\xbf\x73\x17\x79\x96\x35\xee\xdc\x1a\x50\xc3\x77\xe7\xe7\x83\x9f\x3a\xe7\x77\xdd\xe5\x50\xbe\xc5\x6b\x8d\x6b\x12\x46\xe2\xd6\x04\xc5\x4f\x03\x22\x67\x3e\x65\xce\xf0\x0c\x4a\x84\x9b\x35\xde\xf2\x79\x96\x95\xd3\xd2\xfb\xe2\x6f\xae\x1d\x88\x9a\xcf\x05\xaa\x87\x7d\x41\x96\x2e\x5c\xb9\x7f\x78\xed\x6f\xb6\xf1\xbf\xf9\x5a\x38\xc5\x24\x4e\xc8\x45\xe8\xb5\x61\x5d\x9d\xb3\x64\x87\xe3\x80\xd9\xf1\xcf\x05\xbc\xb1\xdd\xf1\xb8\x13\x1e\x65\xdb\xe1\x65\xec\xe5\x74\xe0\xda\xfd\xad\x6c\x7a\x08\xec\x3e\xc5\xfb\x19\xda\x6d\x21\x5c\x82\x36\x2e\xba\x0c\xd7\xac\x2f\x50\x08\xb4\x63\x32\xb2\x79\x4c\xa4\x27\x30\x1d\x22\xa3\x62\x9c\xd3\x31\xd3\x2d\xe2\x3b\xef\x8b\x29\x1f\x4f\x20\xbf\xc4\xa1\xfb\x85\xca\x9e\x14\xea\x98\x95\x49\x08\x5d\x14\xec\x0b\x9d\xce\xc0\x75\x2a\xfa\xc2\xcd\x49\x8c\x8b\xe6\xd1\x7b\xf1\x5f\x37\x61\x3a\x96\xd2\x42\x43\x0e\xf1\x41\xf4\x05\x6e\x2e\xa6\xb1\x7a\x9d\x0c\x0c\xb7\xd4\x54\x49\x97\x2a\xe6\x41\x66\x80\xa7\x8f\x41\x3b\xc4\x02\x2f\x3e\x34\xc0\x72\xfa\x08\xa1\x10\x1d\x45\x38\xa4\xd5\xfc\xc4\x6f\x86\x3f\x13\x6e\x6c\xf5\x54\xbf\xf3\x1d\x60\x0f\x5c\x7d\xa1\xbd\xe5\x64\x5b\xb0\xb1\x15\xdc\xbc\x20\x28\x51\x3d\xc2\xa4\x1a\xc4\x07\x41\x27\x7b\x28\x2a\xb8\xf6\x90\xf0\xfd\xa5\x83\xda\xa0\x16\xe1\xda\xdd\x3a\xac\xa2\x65\xdd\x0e\xa5\x6c\xd8\x97\x3d\x9a\x36\x4a\x83\x72\x1f\xac\x5a\x8c\x3c\x69\x28\xfb\xb8\xb3\x2f\xbb\xba\x44\x9e\xfb\x2c\x1b\x50\xc6\xf5\x56\xc3\x29\xe4\xa7\xb5\x47\x14\x24\x04\x77\xd9\x6d\xc4\x61\xdd\x3d\x57\x62\xb0\x0d\x6c\xd2\x29\xd4\xce\x9c\xca\x38\xb2\x17\x01\x58\xe0\xd4\x05\x66\xb5\x02\x11\xb5\x8a\x9d\x6b\x61\x71\xa2\x5c\x69\xcb\x2e\x1d\xbf\x73\x5c\xdb\xaa\xa7\x7d\xe1\x73\x0e\x3d\x3b\xee\xf8\x1a\xca\x2a\xfc\x8a\xf1\x01\x33\xcc\xd8\x01\x89\xd5\x14\xc5\xb7\xa9\xe9\x0b\x00\x76\x12\x60\xfa\x19\x6a\x48\xb9\x76\xf0\x45\xee\x41\x84\x05\x4b\x45\x28\x90\xb4\x82\xe7\x55\xc4\x80\xd2\x3d\xff\x3b\xfb\xff\x7f\xfd\xdd\xff\x1f\x00\x00\xff\xff\x0b\x1f\x80\xc9\x49\x45\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x23\xb9\x91\x27\xfe\xbb\xff\x0a\x9c\xee\x22\xa6\xdb\xa6\xa8\xb1\xf7\x11\x7b\xda\xd8\xf8\x06\x47\x62\xf7\x70\x47\x2d\xc9\x7a\x4c\xef\xdc\xd2\x41\x83\x55\x20\x09\xab\x08\xd0\x00\x4a\x6a\x7a\x63\xfe\xf7\x6f\x20\x13\x40\xa1\x8a\x55\x7c\x4b\x2d\xf5\x70\x2f\xce\xd3\x62\x55\xe1\x99\x48\xe4\xf3\x93\xff\xf3\x3b\x42\x8e\xf4\x13\x1d\x8f\x99\x3a\x3a\x25\x47\x7f\x6a\x7f\x7f\xd4\xb2\xbf\x71\x31\x92\x47\xa7\xc4\x3e\x27\xe4\xc8\x70\x93\x31\xfb\x7c\x94\xcd\x0d\xe3\x69\x76\xa2\x99\x7a\xe4\x09\x3b\xa1\xe9\x94\x8b\xf6\x4c\x49\x23\xe1\x43\x42\x8e\x1e\x99\xd2\x5c\x0a\xfb\xba\xfb\x27\x11\xd2\x10\xcd\xcc\xd1\xef\x08\xf9\x15\x9a\xd7\xc9\x84\x4d\x99\x3e\x3a\x25\xff\x8d\x1f\x4d\x8c\x99\xf9\x06\xec\xbf\xb5\x7d\xf7\x2f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x69\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x8f\x7f\x3c\xa1\x89\xe1\x8f\x6c\x90\xd1\x5c\x24\x93\xc1\x2c\xa3\x42\x9f\xfc\x0f\x4f\xed\x1c\xff\xc6\x12\xf3\x2b\xfc\x91\xca\x29\xe5\x02\xff\x2d\xe8\x94\xfd\x1a\xda\x21\xe4\x68\xcc\x4c\xf4\x27\x21\x47\x29\xd3\x89\xe2\x33\xe3\x56\xe5\x86\x19\xc5\xd9\x23\x23\x66\xc2\x08\x76\x47\xb0\x3b\x62\xbb\x23\x7e\xd5\xf4\x8c\x25\x7c\xc4\x59\x4a\x86\x73\xc2\xc5\x2c\x37\x44\xb1\xbf\xe7\x4c\x1b\x32\xe2\x99\x61\x4a\xb7\xdd\x92\x41\x2f\x72\xc6\x14\xcc\xb3\x97\xda\x5e\x3e\x32\xd3\x81\xb6\x2f\xa0\xe9\xeb\x8c\x8a\xf8\x6d\xc5\xf4\x4c\x0a\xcd\x74\x69\xa8\x84\x1c\xfd\xe9\xfb\xef\x2b\x3f\x2d\xce\xa0\x43\x74\x9e\x24\x4c\xeb\x51\x9e\x11\xdf\x52\x3c\x18\xf8\x08\x36\x99\x2e\x34\x46\xc8\xd1\xff\x51\x6c\x64\xdb\xf9\xdf\x27\x29\x1b\x71\xc1\x6d\xbb\x1a\x69\x29\x1a\x6d\xe9\xab\x5f\x7f\x57\xf7\xef\x5f\xa3\x19\xcd\xa8\xa2\x53\x66\x97\x25\xec\x3e\xfe\x5f\x65\x2e\x76\xbf\x6c\xe7\xc5\x9e\x56\x07\x5e\x99\xed\x25\x9d\x32\x22\x47\xb0\x5d\xee\x0b\xf8\xb7\x62\x5a\xe6\x2a\x61\x64\xc8\x32\x29\xc6\x9a\x18\xb9\xb0\x06\x1c\x5a\xb0\xa4\x56\x7d\x62\xb7\x92\x2b\x66\xf7\xca\xa8\x9c\x55\x9e\x9a\xf9\x0c\x06\xa9\x8d\xe2\x62\x1c\x2f\xc5\xaf\xad\xb5\xa6\x86\x14\xba\xc1\xcc\xf0\x83\xc6\x89\xf5\x45\xc7\xbf\x92\x50\x41\x86\x8c\xd8\x73\xc9\x53\xa6\x58\x4a\xa8\x26\x94\xe8\x7c\xa8\x99\x21\x4f\xdc\x4c\xb8\xb0\x7f\x23\xf9\x26\x7e\xcd\x5e\xcf\xda\xc0\x3f\x97\xaf\xcc\xbd\x66\xca\x0e\xfc\x91\xa7\x2c\x25\x8f\x34\xcb\x19\x19\x49\x55\x5a\x9e\x76\x5f\xdc\x4d\xec\x3a\x4c\x87\x5c\xc0\xc9\xb3\x6b\xe9\x29\xe4\x0f\x7e\xb9\xfe\x40\x6c\x7f\x24\x17\xfc\xef\x39\xcb\xe6\x84\xa7\x4c\x18\x7b\xae\x75\xb5\xb5\x3f\x48\xe8\x9f\x66\xe4\x98\xd8\x75\x66\xca\xc0\x7a\x4b\x61\xd8\x17\xa3\xc9\x31\xc9\xf8\x03\x23\xdf\x5d\x70\x6d\x48\xe7\xba\xf7\x5d\x8b\x7c\x77\x51\x30\x0e\xfd\xdd\x0b\xac\x70\xf8\xf7\x5f\xa2\xa3\x67\xe8\xb8\x7a\xe8\x8e\x3a\xf6\x34\xdf\xe2\x35\x51\xb4\xf0\x97\xdf\xc5\xed\xb8\xfd\x5a\xce\x7b\x0b\xc6\xeb\xb8\xee\x26\xbc\xf6\x03\x33\xc9\x64\x05\xa3\xd5\x3b\x72\x5a\xbb\x1d\x55\x56\xab\xdf\x16\xaf\xb5\x53\x78\x6e\x7e\xbb\x0b\xb3\xa5\x06\x4e\x01\xe5\x02\x0f\x4d\x38\x43\xe5\x9d\x21\x5f\x8f\xad\xec\xc2\x6f\xa3\xd9\x44\x2c\xd7\x73\xd2\x68\x25\x5e\xc9\x5c\x33\x3e\xe5\xab\xf6\xb1\x27\x52\x2b\x76\x39\x26\x27\xf2\xe9\x90\x29\x3b\x75\xcf\xee\x60\x86\x43\xcb\xfe\x4c\xae\x04\x4b\x1b\xa6\xf6\xf7\x9c\xa9\xf9\x92\xb9\x8d\x68\xa6\x9b\x26\xc7\x85\x61\x56\xae\xad\x3c\x1e\x49\x35\xa5\xc6\xbd\xf0\xaf\xff\xbc\xe9\xe4\x8d\x7c\x60\xab\xf6\xb9\x87\xbb\x96\x50\x0d\xdb\x3d\xcd\x33\xc3\x67\x19\x23\x33\x3a\x66\xda\xad\x42\x9e\x19\xdd\x82\xd7\xac\x2c\xcd\xd4\x71\xb8\x6d\xa0\x07\x7f\xcb\xe6\x1a\x7e\x21\xa3\xc0\xc8\x04\xfb\x62\xa0\xa5\xbe\x80\x7b\x16\x96\x28\xbe\x3d\x9e\x61\x29\xb7\xa3\x13\x2d\x95\x19\x0c\xe7\xed\x07\xb6\xd0\x6f\x23\xb5\x50\x41\xa8\x31\x8a\x0f\x73\xc3\xec\xbc\x6d\x1b\xfe\x9e\x04\xd6\x87\x97\xb1\xb6\x97\xef\xd5\xf9\xd5\xbb\x07\x6a\x94\x1c\x53\xf1\xfe\x94\x74\xd2\x94\xe0\x40\xed\x3b\x3c\xc5\x2b\x79\xc2\x14\x6b\x93\xbb\x09\xd7\x44\x4f\x64\x9e\xa5\x44\xb0\x47\xa6\xec\xda\xb2\xe9\xcc\xcc\x5f\xdd\x6a\xa5\x5c\xb1\x04\x16\x66\x93\x13\x16\xbe\xb2\x8b\x66\x95\x9e\x39\x2e\xdd\x03\x9b\x83\xe0\xb2\xb8\x7c\x2f\x40\x2f\x95\xa7\x4c\xe4\xd3\xca\x5d\x01\xbf\x9f\x77\x6f\xcf\xba\x97\xe7\xbd\xcb\x8f\x95\x2f\xac\x18\x11\x1e\x95\x9e\xfc\x65\x61\x6d\x46\x34\xcf\xe0\x54\x47\xad\xbd\x98\xe0\x92\x4c\x78\x96\x2a\x26\x4e\x0c\xd5\x0f\x03\xf6\x85\x25\x39\xde\xb3\xff\x53\xfe\x61\x60\xa5\x4f\x99\xb2\xf2\x2f\xa5\x3f\x0a\x71\x67\xe3\x4f\x83\x56\xba\xf1\x97\xa0\xc3\xae\xf7\x1d\xfc\xc2\xd3\xda\xb7\xe1\x97\x15\x73\xf0\xef\x2c\x19\xac\x7f\xa5\x71\x54\xfe\x05\x27\xc0\xd5\xbe\xa3\x98\x51\xf3\x01\x35\xc6\x9e\xf2\x2d\x64\x46\xd8\x52\x62\x67\x4b\x8a\xfd\x74\xe2\x23\x0a\x8a\xc0\xbb\x83\xe4\x68\x47\x50\xbc\xb9\x4a\x5e\xbc\x94\x29\xeb\x86\x66\x3f\x48\x75\x47\xf5\xc3\x5b\x90\x19\x4b\x03\x7f\x09\xb1\x71\xdb\x03\xf4\xcd\x29\xf5\x5b\xb2\x83\x83\x09\x60\xf7\x95\x5c\xd7\x60\x20\x15\xd1\x73\x6d\xd8\x74\xa5\xe9\xe0\xed\x2c\x84\xe3\xf7\xaf\x75\xc0\x95\x2b\xe7\x37\x70\xea\xcb\x17\xe8\xe1\x78\x6f\xb0\x64\xfb\x32\xfc\xbd\xf6\x79\x7a\x17\xcc\xf2\xa9\xde\xfa\xed\xf3\x0e\x07\x47\x27\xaf\x7e\x9a\x25\xd1\x6e\xdf\x83\x7c\x26\xab\x41\xe3\x5e\xf9\xd5\x1e\xc0\x00\x56\xa8\x7c\x65\xd3\x71\x38\x7f\xf6\xd3\xd8\xb8\x82\x16\x33\x63\x75\x5e\x67\x5b\x62\x8a\x24\x52\xa1\x28\x98\xba\xe3\xde\x17\xe4\x98\x9c\x77\xee\x3a\xb7\xdd\xbb\x53\xd2\x21\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x21\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\xdb\xa4\x03\x7f\xda\x8f\xb9\x26\x34\xd3\x92\x50\x4f\x55\x2c\xf5\x4d\x50\x91\x7a\xce\x42\x49\x22\xa7\x33\x9e\x05\xab\x79\x30\x91\x70\x91\xf2\x47\x9e\xe6\x34\x23\x72\x68\x99\x8a\x55\x55\xbb\x8f\x4c\x98\x9c\x66\xd9\x9c\xd0\x2c\x23\xae\x5b\xff\x82\xd7\xeb\x87\x2c\x8c\x52\xf3\x29\xcf\xa8\xb2\xba\x30\x8e\xf6\xca\xb5\x45\xee\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\x1f\x98\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\xf7\x08\x8c\xfb\xec\xa2\x07\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbf\xbc\xbd\xee\x9e\xf5\x3e\xf4\xba\xe7\x8b\x9a\xf6\x5d\xe7\xf6\xa7\xc5\x5f\x3f\x5f\xdd\xfc\xf4\xe1\xe2\xea\xf3\xe2\x93\x8b\xce\xfd\xe5\xd9\x8f\x83\xeb\x8b\xce\xe5\xe2\x43\x47\x56\x6b\x2b\xed\xf1\xc8\x36\x3c\x5a\x07\x6b\xe4\x3e\xad\x91\xad\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x76\x5f\x7c\x92\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\xfb\xef\xff\x29\xb9\xe0\xe2\x01\xfe\xc5\x5e\xe3\xe2\x1c\x6c\xb5\xdb\xac\xd6\xc1\x56\x1b\x3f\x7b\x1b\xb6\x5a\x2b\xe6\x9c\xc4\x26\xda\xe7\x09\xee\x41\x37\xb2\x95\x1d\x64\x6e\xec\x3f\x6d\xbf\x64\xa4\xe4\x14\xa4\xaa\x2f\x5c\x03\x97\x78\x92\xea\x61\x94\xc9\xa7\xf5\x4c\x87\x1f\x99\x09\xc6\x37\x2b\xc5\xbc\x05\x8b\xe1\x67\x37\xc3\x30\xf0\x8f\xcc\xd8\xb1\xdf\xb8\x5e\x0e\x71\x3e\x87\x38\x9f\xaf\x1b\xe7\xf3\xaa\xcc\x76\xcf\xcf\xfb\xca\x36\x3e\x64\x80\x0d\x2e\xa8\x46\x0f\x53\x83\x03\x29\xf2\x0f\x3d\x27\xd3\x2c\x7b\x65\x56\x30\xcc\x92\xc7\xe2\xad\x30\xcd\xd2\xa0\x5f\x9e\x61\xfe\x26\x1c\x2a\x07\x7f\xc9\x96\x0b\xf5\x26\xf9\xea\x9a\x57\xc6\x8b\x79\x3b\x9e\x9f\xcf\x2f\xc4\x22\x6c\x12\x7c\xb0\x41\xb4\xc1\xda\xe1\x05\x2b\xe2\x09\x6a\x03\x08\xea\x22\x06\x16\x43\x04\x6a\x63\x02\x76\x0a\x02\xd8\xf4\x4a\x5a\xdf\xfd\xff\x91\x99\x3b\xaa\x1f\xde\xdc\x95\x54\x1a\xf4\xcb\x5f\x49\xbf\x51\xaf\xff\xc1\xcd\xff\x8c\x4b\xf7\xad\x5f\x64\xaf\xd7\x91\xff\x1b\xf0\xdc\x1f\x5c\xf5\x1b\xad\xd1\xb7\xe5\x9b\xff\x56\x9d\xf1\x6f\xd3\xfb\x7e\x70\xb7\x1f\xdc\xed\x07\x77\xfb\x1a\xee\xf6\x67\x55\x4a\x99\x25\x2b\x0d\xe6\xc7\x58\xb7\x39\x9a\x49\xbd\x5c\x17\x3b\x53\x8c\x1a\x4b\xc5\x65\xbb\x1f\x81\x06\x89\x62\x89\x54\xa9\xd5\xc1\x28\x99\x4d\xa8\x66\xc4\x28\x2a\x34\x5f\xa5\x87\x61\xab\x60\x68\xb3\xed\xbc\x05\x15\xac\x64\x15\x84\x51\xbf\x94\x02\x36\x94\xe9\xc2\x99\xc1\xe3\x54\xf7\x64\x39\xaf\xdf\xdb\xd4\x21\x43\x73\x9d\x99\x3f\x23\x35\xdb\x7b\x65\x4b\x6a\x2e\x9b\x0c\xf6\x42\xcd\xa0\xa3\xbf\x15\x6a\x2e\x19\x14\x7e\x5b\xd4\x5c\x37\xf5\xd7\x40\xcd\xde\x1b\xbd\x25\x45\x2f\x3a\xb3\xf7\x42\xd5\xc1\x83\xfc\x56\x28\x7b\xc1\xe5\xfd\xdb\xa2\xee\xa6\xe9\x7f\x5d\x0a\x0f\x86\xf0\x7d\xd1\xf6\x6a\xc2\x0d\x0b\xf0\x16\x88\x36\x0c\x16\xc7\xfe\x9b\xa1\xd6\x85\x79\xbf\x12\x32\x3d\x51\x0c\xb3\x0d\x37\xa2\xd7\x1b\xf7\xd1\xc6\x14\xeb\x3f\x3c\xd0\xec\x5b\xa2\x59\xbf\x6b\xaf\x87\x6a\x9b\xc2\xe9\x36\xcf\xc0\x5d\x12\x23\xa7\xc9\x94\x9a\x64\x62\x1f\xa2\x7f\x6e\x4d\x98\x96\x22\xe5\xf6\x4d\x51\xf7\x4b\xe4\xd9\x7e\xdb\x96\xf8\x83\x05\xfe\x37\x08\x87\xf5\x6a\xc2\xc5\x0f\x29\x2a\x7b\x4c\x51\xe1\xfa\x90\xa2\x72\x48\x51\x59\x77\x81\x0e\x29\x2a\x87\x14\x95\xe8\xd9\xdb\x48\x51\x79\xfe\xec\x94\xfd\xa4\xa0\xbc\x29\x21\xfa\x20\x40\x1f\x04\xe8\x43\x9e\x49\x98\xda\xbe\x18\x98\xff\xfa\x28\x65\x19\x33\x6c\x29\xfb\xb9\x63\x6a\x6a\x75\x83\x12\xf4\x75\x8d\xd3\xa0\x40\xd5\x0a\x14\x04\xe6\x8d\x65\x7c\x29\xb4\xfd\x36\xb9\x53\x18\xfe\x21\x2d\xee\xc0\xae\x0e\xec\x6a\x9b\xa9\xbd\x1e\xab\x6c\x74\x98\xbf\xaa\x59\x36\x02\xd2\x1e\xf0\x74\x3f\x58\xda\x41\x6c\x8c\x91\xb4\x8b\xa5\x28\x81\x19\x6f\x67\xa4\x2d\x60\xa9\x7b\xe9\x9b\xb0\xd3\x5a\x3e\x92\x76\x21\xea\x2e\x84\x0c\xaa\x03\xa4\xf6\x01\x52\x7b\xfd\xb9\x1e\x2c\x84\x7b\xb4\x10\x1e\x20\xb5\x0f\x36\xb0\x83\x0d\xec\xf9\x6d\x60\x5f\xcb\xa0\xfd\xc2\xc7\xf2\xa5\x44\xb4\xed\x02\x93\x44\x4a\x14\x1b\x73\x6d\x98\xb2\xab\x57\x2b\x94\xad\x8e\x54\x7a\xab\x45\xa2\xd6\x8e\xfb\x88\xbb\x3d\xfa\xe7\x35\x86\x7f\xe3\x6e\x51\x38\xea\x43\x9a\x86\x8a\x30\x20\x3a\x4d\xe9\x9c\x4c\xe8\x23\x23\x23\xca\x33\x54\x8c\x1c\x77\x5c\x32\xc3\x65\x03\xfa\xbf\x9b\x0d\x88\x96\x87\xa3\xd8\x88\x29\x26\x12\xe4\xf6\x28\xfc\x24\x34\xf3\xa9\x20\xf0\xce\xc4\xaa\xa9\x99\x62\x34\x9d\x93\x21\x63\x22\x90\x4d\x8d\xa4\xd0\x30\xe6\xbd\x08\xad\x5f\x5d\x4d\x5b\xa4\x9e\xd7\xa2\xa4\x3d\x4b\xf4\x4c\x3d\x4b\xd8\x5d\x39\xd3\x7f\x7a\x5b\xac\xe2\x10\x44\x73\x30\xaa\x7d\x7d\xa3\xda\x21\x88\xe6\xa0\x22\xbf\x02\x15\xf9\x10\x44\x73\x08\xa2\x39\x18\x10\xd6\x5e\xad\x83\x01\x21\x7e\xf6\x36\x82\x68\x9e\xb1\x82\xf3\x4b\x49\xd8\x07\x01\xdb\xbf\x77\x10\xb0\x0f\x02\xf6\x37\x2a\x60\xbf\x8e\x15\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\xeb\x83\x74\x7d\x90\xae\xdd\x57\xfb\x94\xae\xe1\x5f\x1e\x9a\x75\xe7\x88\xf5\xcd\xbd\x5c\x1f\x99\x79\xab\x2e\xae\x83\x48\x7d\x10\xa9\x5f\xb7\x48\xfd\x6a\x26\xf4\xed\x41\x2d\x1e\xc0\x0a\x0f\x60\x85\x07\xb0\xc2\xe7\x05\x2b\xf4\x5f\x1f\xcd\xf2\xe5\xb2\xc8\xfd\x2c\xf5\xb9\x2b\xda\x50\x93\x83\xda\xb7\x86\x5c\x42\x3a\x86\x4c\xa5\x55\x82\x04\x2b\xbd\xe3\x19\x10\x46\x74\x8c\xf9\x23\x13\xc4\xc7\x68\xb7\xdc\x35\xd3\x02\x4b\xc4\xaf\xe1\x74\x60\xd2\x0c\x35\x84\x12\xc3\xa7\xac\x4d\x7a\x23\x3c\xcd\x89\x25\x7f\xcd\x8c\xae\x84\x01\x21\x69\xc2\x47\x22\x2d\xc6\xea\xfb\xe6\x45\x54\x08\xbe\xd6\xf2\xcc\x30\xcf\x0c\xb2\x46\xdf\xf8\x13\xcf\x32\x3b\x06\xc7\x41\xe0\x24\x4c\x99\xca\xfc\x97\xa5\x6e\xfd\xcb\x53\x9a\xda\x93\x1b\x0d\xa1\xc8\xee\x89\xdf\x87\x3b\x97\xeb\x10\xd7\x52\xfa\x1e\xbf\x6e\x13\xa7\x84\x23\xa8\xd8\x5a\xc3\x98\xd0\xd4\x9e\xc0\x64\xc2\xd2\x3c\x63\x84\x6a\x2d\x13\x4e\x8d\xe5\x56\x78\x47\x13\x6e\xbc\xca\xee\x5f\xf2\x5d\xa7\x5c\xd3\x61\xc6\x52\xb7\xc6\xac\x08\xb3\x59\x3a\x72\xae\xc9\x90\xd9\x25\xb6\x7c\xa4\xbc\xfa\x13\x94\x10\x6a\x46\x13\x0d\x85\x2d\x8e\x84\x09\x1c\xc8\x12\x09\x17\x89\xf3\xad\x0a\xb9\x38\xfa\x43\xee\xd3\x41\xe4\x3d\x88\xbc\x1b\x4d\xe8\x9b\x12\x79\x5f\x51\x68\xa0\x67\x48\x5f\x35\x34\x10\x1c\x88\x96\xf3\x0f\x82\x85\x50\x6f\x67\x3c\x09\x46\xd8\x4f\xbe\xc9\x4e\x68\xf1\x4c\x8a\x11\x1f\xe7\xca\x09\xdc\x4e\x1a\x5e\xe1\xa5\xac\x69\xe7\x4d\xdc\x38\xf5\x43\x7f\xa9\x8b\x67\x13\x85\x8e\x1c\x13\x2b\x76\x0f\x6e\xba\xb7\x57\xf7\x37\x67\xdd\x53\xd2\x99\xcd\x32\x8e\x5e\x96\x24\xd7\x46\x4e\xf9\x3f\xec\x34\x10\x48\x38\x70\x6e\x27\x86\x68\x10\x38\xc0\xad\x63\xd5\x24\x72\x4c\xce\x2e\xee\x6f\xef\xba\x37\x0d\x0d\x3a\x22\x80\x5a\x46\x6c\x3a\xcb\x40\x2a\x79\xc8\x87\x4c\x09\x66\x98\x26\x49\x96\x43\x8c\x79\x70\xf6\x60\xa3\xdd\xff\xea\x9e\xdd\xdf\xf5\xae\x2e\x07\x7f\xbe\xef\xde\x77\x4f\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xdf\x73\x96\x83\x10\xc4\xc7\x62\xca\x84\xa9\xb6\xe8\x07\x7c\xd1\xf9\xa1\x7b\x51\x6e\x79\xc2\xc8\x4f\xff\x56\x0c\x2a\xa3\x43\x96\x39\xef\x13\x38\x57\x2c\xc3\x2e\x3a\x72\x6e\xa9\x1c\xd5\xda\x3f\xdf\x77\x2e\x7a\x77\xbf\x0c\xae\x3e\x0c\x6e\xbb\x37\x3f\xf7\xce\xba\x03\xa7\x60\x9c\x75\x6c\xbf\xa5\x9e\x9c\x1e\x42\xfe\x9e\xd3\xcc\x2a\xaa\x72\x04\xae\x1d\x9e\x30\xf2\x34\x61\x82\xe4\x02\x68\x0c\xb5\x5f\xd0\x05\xe2\x24\x76\x9c\xd1\xf5\xc5\xfd\xc7\xde\xe5\xe0\xea\xe7\xee\xcd\x4d\xef\xbc\x7b\x4a\x6e\x59\x06\xfa\xa1\x5f\x74\xd8\xc5\x59\x96\x8f\xb9\x20\x7c\x3a\xcb\x98\x5d\x0d\x3c\x8e\x43\x36\xa1\x8f\x5c\xaa\x92\x8e\x00\xeb\x68\x49\xe8\xab\x1b\xb2\x4b\x14\xba\xa8\xea\x55\x49\x6e\xf1\x8d\x0a\xfd\x2c\x7b\xa1\x44\x0e\x8b\x2f\xae\xda\xd6\xc5\x2f\x2a\xfb\xb2\xb6\x42\x5a\x9e\xf4\x8b\xdd\x06\x96\x89\xa4\x03\x6f\x98\x38\xf9\x9f\x12\x33\xf9\xf5\xd9\x90\x62\x48\x94\xde\xea\x6e\x87\x55\x15\x37\x8b\x0f\xde\xc2\x9d\x10\x0f\xf7\x6b\xf2\xff\x3d\xc9\x5c\x6f\xc4\xde\xb3\xb9\xa8\x7b\x50\xd9\x0e\x2a\x5b\xfd\xca\x1c\x02\x7f\x1a\x56\x78\x5f\xf7\xd1\x36\x26\xd2\x11\x67\x59\xaa\x17\x6c\x5c\xa5\xfb\x64\xa5\x3d\xeb\xed\x5e\x25\x2f\x6b\xd1\xda\x44\xb1\xb8\x09\x9e\x20\xe7\x1a\xb2\xbb\x35\x65\x86\x42\x65\x53\x23\x49\x0e\x43\x3f\x5c\x4f\xee\xff\x0e\xd7\xd3\xe1\x7a\x3a\x5c\x4f\xbf\x55\x93\x60\x0d\x4b\xff\xaa\x36\xc1\x55\x5a\xe0\x4e\x10\x4f\x35\x06\xc3\x45\xed\x4f\x13\x3d\xa1\x0a\x8b\xf9\x24\x72\x3a\x95\x22\x0a\x2e\x98\xcf\x58\x8b\x04\x17\x26\x18\x7f\x60\x18\xab\xec\x89\x45\x37\xfc\x6d\x58\x12\xa3\x75\x79\x89\xc4\x87\x83\xe6\xe8\xff\x6f\xd3\xab\xf9\x00\x92\x75\x00\xc9\x3a\xe4\x28\x1c\x40\xb2\x96\x53\xcb\x21\x0a\xff\x10\x85\x1f\x3f\x3b\x80\x64\xbd\x22\x90\x2c\x21\x53\x36\xa8\x80\xe2\x87\x3f\x07\x55\xbf\x47\xe9\x49\xec\x04\x29\x3d\x28\xd2\x12\xa0\x75\x9e\xee\x9e\x96\x50\x2e\x4f\xbc\xca\x49\x12\x17\xb4\x7d\xe5\x02\xef\x28\x9b\x1b\xc6\xd3\x6c\xb1\x12\xef\x0b\x44\x6a\xd5\x6d\xf4\xb7\x68\x64\xa9\x21\xdb\x83\xc5\x65\xe5\x42\x7d\xab\x60\xd6\x05\x5f\x7a\x43\x6e\x82\xf5\x98\xb7\x07\xfc\x1f\x34\xb0\xf0\xfa\xe7\x81\x91\xd7\x3f\xde\x15\xc3\xa1\xcc\xbb\xb7\xc5\x6e\x28\xf1\xc6\xb7\x61\xc6\x88\x47\xfc\x12\x86\x8c\xa5\xbb\xff\xcd\xf1\xf5\x65\xb4\x7c\xe0\xee\x6b\x2e\xd7\xb7\xca\xe3\x0f\xf6\x8c\x7d\xda\x33\x5a\xdf\xae\x41\xe3\x80\xb9\xb0\x64\x71\x0e\xd6\x9e\x6d\x56\xeb\x60\xed\x89\x9f\xbd\xa4\xb5\x07\x7d\xb7\x83\x19\x55\x4c\x98\x1a\xf9\xbe\x7a\xb3\xc1\xeb\x91\xad\x3e\x08\x40\xd0\x00\x0a\xae\x4e\x36\x08\xb7\xe6\xb7\x65\xfe\x71\x32\xca\x00\x45\x9c\x28\x17\xe2\xe4\x7f\x8a\x7f\x47\x0a\x44\xf4\x63\x8d\x0f\x74\x83\x10\x26\x1f\x65\xcf\xd2\x42\xec\x2a\x1a\xaf\x09\x6d\x72\x63\x38\xf6\xc2\x58\xe1\xcd\x5f\x19\xe9\x74\x8d\x9f\x9e\xc3\x97\x6f\x2b\xa9\xa2\x61\xe8\x2f\x1b\x01\xb5\x48\x09\xeb\x1d\x2c\xaf\x47\x70\x4c\x1a\x78\x9a\x70\x10\x0f\x00\xc2\x09\xae\xd0\x68\xc3\x7d\x3a\x26\x85\xbc\x89\x26\x59\xeb\xa5\xc5\xc8\x05\x72\x5f\x6f\xe2\x8e\x46\xdf\xee\xbc\xbf\x7a\x68\xc8\x0a\xba\xff\xaa\x61\x22\x4b\x78\xe6\x7e\x22\x44\x5e\x8e\x3f\x7e\x64\xe6\xdb\x63\x8e\x1f\x99\x79\x29\xce\xb8\x2d\x3b\x5c\xca\x12\x8a\x8a\x13\xaf\x84\x1b\x6c\xc7\xfa\xde\xd6\x1c\x0f\xe9\x83\x87\xf4\xc1\x43\xfa\x60\xfc\xc6\x21\x7d\x70\xd7\x9a\xcc\xe7\xf0\xca\x0b\x5e\xe7\xd8\xe1\xb7\x77\xa3\xe3\xbc\x0e\x97\xfa\xe1\x52\xdf\x6c\x8e\xaf\x55\x8d\xf1\xf4\xfc\x1a\xd4\x98\x8d\x50\x2f\xd0\xb3\x5b\x54\x37\xf3\xe4\xbf\xd2\x7b\x7b\xed\x3b\x7b\x3b\x4c\x48\x6f\xca\x67\x76\x4a\xfe\x5b\x55\x93\xf0\xa6\x28\x44\x58\xe3\x57\xac\x2e\xb9\x7f\xfb\x7a\x81\x95\xbd\xf6\x55\xf7\x23\x7f\x29\x66\xff\x5a\x58\x44\x31\xef\x57\xc1\x14\x4e\xfe\xa7\x12\xb5\xb7\x60\xda\xd5\xf9\x74\x4a\xd5\x1c\x7c\x68\x2e\x86\xad\x0d\x13\x6a\xbb\x19\x45\xf8\x90\xce\x45\x36\xcc\x4d\xe4\x72\xd7\x96\x90\x67\x4c\x99\x79\xf4\x26\x78\x74\xfe\xbd\x2f\x78\x81\x52\xc7\xc7\x42\x2a\x94\xe2\xed\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\x80\x86\x01\xf6\xa1\x94\x3c\x72\x8a\x97\x54\xe7\xba\x57\x3a\x27\xf5\x06\xe9\xb5\xce\x54\xc9\x96\xfc\x86\x4e\xd4\x4b\xe3\xbf\x1d\xae\xfe\x78\xf5\xbf\xd6\x41\xb6\x8a\x68\x35\xae\xb7\x1c\x2e\x36\x58\x1a\xe9\xbb\xe2\xdd\x12\x00\xca\xf2\x57\x2b\xd1\xc0\xe5\x67\x2e\x3e\x18\x1e\xc3\x90\xab\xe3\xf0\x3f\xc6\x1d\xfa\xdf\x8a\x96\xfd\x2f\x1e\x06\x1d\x7e\x54\xcc\xa8\xf9\x80\x1a\x63\x99\xca\xee\x21\xc8\x65\x13\xc9\x8a\x10\xe4\x3b\xaa\x1f\xde\x64\x08\x72\x79\xe0\xcf\xce\x2c\xd6\xa4\xc9\x6f\x2e\x78\x6d\xdd\x13\x76\x08\x64\xdb\x62\xe9\xbe\xd5\xa0\xb6\x65\x2c\xf4\xd5\x8c\xb0\xc2\xc5\xbf\xc5\x93\x5b\xbe\x93\x0e\x47\x74\xd9\x1a\x7d\x73\xa8\xb0\x15\x51\x63\xc5\xdc\xde\x08\x3a\x6c\x55\x5a\xda\xf7\xa8\x9e\x27\xce\x35\xda\x8d\x43\x39\x87\x43\x39\x87\x43\x39\x87\xe7\x2e\xe7\xb0\x9e\xa6\xb9\xb6\x9a\xb9\xae\x8e\xb9\x9e\x82\xd9\xac\x5d\xee\x90\xbb\x54\x56\xfa\xb6\xcd\x5d\x2a\x29\x55\x6f\xc2\x06\x5e\x1a\xf1\x4b\xe4\x2e\xfd\x46\xf5\xc0\x83\x12\xf8\x2c\xeb\xf6\xad\x6a\x80\xaf\x5c\xfd\x3b\x64\x5d\xed\x33\xeb\xea\x90\x74\x75\x48\xba\x5a\x77\x81\x0e\x49\x57\x87\xa4\xab\xe8\xd9\xdb\x28\x74\xeb\x94\xf7\x5d\xe3\xe6\xeb\x44\xf6\x42\xa0\x2d\x41\xb1\x6d\x2f\xbe\xf7\xd2\x37\x21\xb7\x47\xd0\x89\xc1\xcc\xa1\x5e\x42\x7e\x3f\x40\x01\x1e\xa0\x00\x0f\x42\xdc\x6f\x49\x88\x3b\xc8\x29\xdb\xac\xd6\x41\x4e\x89\x9f\x1d\xa0\x00\x5f\x51\x2e\xb8\x15\x9c\x4a\xd1\xc0\x2b\x83\x52\xcf\x14\x83\xf0\x39\x91\x86\x98\x60\x42\xab\x02\xd8\x32\xe9\x0a\x1b\xb0\xf2\xd5\x5b\x10\xae\xec\x38\x71\xc4\x6b\x44\xd3\xc5\x1d\x1e\xfd\xf3\x1a\x03\xbf\x71\x77\x25\x1c\xe8\x21\x4d\x43\xd1\x5b\x10\x90\xa6\x74\x4e\x26\xf4\x91\x91\x11\xe5\x19\x9a\xa9\x1c\x0f\x5c\x32\xb7\x65\x03\xfa\xbf\x9b\x0d\x88\x96\x87\x53\x84\xfa\x5b\x9e\x8e\x22\x4e\x42\x33\xef\xa4\x82\x77\xa0\x22\xaf\xab\x7f\x3c\x64\x4c\x44\x71\xe3\xeb\x8e\x79\x2f\xa2\xe9\x57\x0f\x05\x8c\xe9\xe6\xab\x46\xf7\xc2\x09\x6f\xac\x66\xb6\x3f\x9d\x6b\x17\x45\x4b\xff\xe9\xad\xb0\x82\x97\x50\xab\xbe\x61\xd7\xc7\xc1\xbd\xf1\xdb\x2c\x7e\xf2\x6a\x44\xf2\x83\xa2\xbb\x47\x45\x17\x12\x02\xbf\x51\x4d\xf7\xe0\xae\x58\xb2\x38\x07\x33\xc0\x36\xab\x75\x30\x03\xc4\xcf\xde\x8e\xbb\xa2\x59\x7a\xde\xae\x16\xf0\x33\xca\xd1\x07\x31\xfa\x20\x46\x1f\xc4\xe8\x6f\x56\x8c\x7e\x1d\x2b\x7c\x90\xa1\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\x07\x19\xfa\x20\x43\xbb\xaf\xf6\x22\x43\xc3\xbf\x7c\x36\xf7\x7e\x52\xb7\xd7\xf3\x48\xb9\xdc\xed\xb7\x22\x3c\x1f\x04\xe7\x83\xe0\xfc\xba\x05\xe7\x57\x33\xa1\x6f\x2f\x61\xf3\x90\xf2\x78\x48\x79\x3c\xa4\x3c\x7e\x85\x94\xc7\x50\x4b\x69\x8b\x7a\x09\xa5\xdf\x7c\x43\x2f\x5d\x45\xa1\xe5\xaf\x29\x4b\xa2\x7e\x10\x1b\xd5\x54\xf8\xec\x3e\x7a\x5b\xf8\xa2\x8b\xa3\x3e\x54\x52\x20\xd1\xae\x1d\x2a\x29\x3c\xe3\xbc\xfd\x39\x5b\x31\x73\x4f\xa3\x68\x4a\x7c\xa3\xd3\xfe\xea\x31\x57\xcd\x27\xfd\xab\x46\x60\xd5\xde\x1c\x0b\xd9\x2f\x45\x25\xce\x97\x2f\x20\xb1\xcb\xd5\xf0\x91\x99\x6f\xe5\x5e\x38\x14\x91\x38\xe0\x4d\x6f\x5d\x63\x73\x23\x0e\xff\xb6\xa6\x78\xa8\x93\x71\xa8\x93\x71\xa8\x93\x11\xbf\x71\xa8\x93\xf1\x0a\xea\x64\xec\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\xa8\x95\x71\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa1\x52\xfa\x2a\x2a\x81\x04\xa5\x74\x5f\x58\x0c\xb1\xef\x35\x30\xe3\xbd\x42\x32\xf8\x95\x3c\xc0\x32\xb8\xff\x3b\xc0\x32\xac\x33\xb9\x03\x2c\xc3\x21\xd2\xee\x00\xcb\x70\x88\x25\x3b\xc4\x92\x1d\x60\x19\xde\x0a\x2c\x83\x17\xa0\xf6\x01\xcd\x50\x23\x8c\xad\x86\x67\xf8\xbc\xa8\x19\xbc\x5a\x41\xcb\x8f\xf5\x00\xd3\x70\x80\x69\xd8\x95\x76\x5e\x85\x4e\xf6\x2c\x70\x0d\x35\x6c\x60\x57\x45\xec\x6d\xc0\x36\xf8\xd1\x1e\x72\xce\x0e\xa1\xb3\xaf\x3f\x74\xf6\xd5\xe5\x9c\xbd\x1a\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x9d\x1d\xd2\xce\x0e\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8d\xb4\xb3\xd5\xd2\xf4\x5e\xe0\x1b\x9e\x43\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x3a\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x9c\xc3\x86\x5e\xac\x28\x2b\xe5\x2d\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6e\x41\xfa\xd5\x4c\xe8\x00\xed\x70\x80\x76\x38\x40\x3b\x1c\xa0\x1d\xb6\x91\x6a\x7e\xe7\x4e\xe5\x51\x74\x11\x87\x1b\xfb\xe8\x87\x4c\x0e\xef\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\xd1\x6d\xef\xf2\xe3\x45\x9c\x23\x74\xf4\xe9\xfe\xe2\xae\x77\xdd\xb9\x09\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xc9\xe9\x8c\x2a\xae\xa5\xe8\x7e\xb1\xa7\xd3\x0e\xed\x0a\x44\x1f\xa9\xb6\x1b\x5d\xf7\xcf\xf1\xc8\x2e\xcb\x7f\x7e\xbc\x2b\xff\x55\x9a\xc5\xc5\x5d\xf9\xaf\xee\xd2\xd9\x44\x0d\x57\xd9\xd9\x31\xf9\x78\x77\x4a\x3e\x42\x08\x86\x22\x77\x13\x8a\x2c\xe9\xe2\xee\x94\x5c\x30\xad\xe1\x97\xe2\x63\xc3\x4d\x06\x73\xfb\x81\x0b\xaa\xe6\xc4\x4f\x1f\xb3\xe7\x28\xd8\x66\xfd\xd2\x54\x17\x4f\xfc\x2d\x17\xa0\x3d\x14\xab\x77\x21\xc7\x3c\xa1\xd9\x6e\x8b\xd8\xb9\x8c\x0f\xd2\xd1\xd5\xcd\xd2\xa5\x88\xdf\x5e\x5c\x8b\xce\xe5\x39\xe4\xf2\xf9\xa1\xd6\xcc\xfc\x92\x69\xc3\x52\x2b\x8d\xa4\x48\xbc\xc0\xcf\xe6\x91\x94\xf2\x37\x09\xd9\x7d\xb9\xb6\xb2\x73\xe7\xf2\x9c\x9c\x90\xab\x9b\xbe\xb8\x52\x29\x1a\x6f\x98\xbd\xde\x91\xeb\x72\x4d\x84\x34\x84\x4f\x67\x52\x19\x2a\x8c\x95\x6c\x80\xb1\xb9\x15\xd1\x84\x2a\x46\xce\xe4\x74\x9a\x1b\x6a\xf8\x23\x5b\x58\x54\x81\x1a\xd9\x2d\x33\xbd\x14\xcc\xc1\x35\x6b\x88\x9c\xaf\x98\xcb\x4c\xd9\xf6\x2d\xd7\x2d\xeb\x02\x3c\x5d\x90\xcd\x7d\x13\x54\x29\x5a\xe6\x8f\x47\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\x7e\xad\x55\x74\xec\x95\x70\x21\x69\xca\xc5\x18\xd3\x29\x2f\xb8\x61\x8a\x66\x9f\xe8\xec\x83\xb7\x36\x6d\x41\x1f\xff\x79\x5b\xca\xe4\x3b\xfa\xa5\xf3\x29\xce\x05\x3c\xba\xbe\xb9\xba\xbb\x5a\x4a\x33\xa5\x16\x16\x89\xc6\x3e\x3e\x85\xff\x25\x27\xc4\xb6\x1e\x6e\xae\x29\x33\xd4\xde\xe8\xe4\x1d\x26\xee\x84\xf0\x7e\x2e\x32\xa0\x91\x99\xe2\x53\x6e\xf7\xd5\xa9\xcc\xef\xf1\x72\x0c\xb7\x7f\xa0\x12\xfc\x00\x93\xf0\x40\xec\x30\x54\xa4\x54\xa5\xe4\x6f\xda\x25\x8e\x5a\x21\x04\x5f\xa7\xda\xff\xc0\x52\x72\x4c\x26\xc6\xcc\xf4\xe9\xc9\xc9\xd3\xd3\x53\xdb\xbe\xdd\x96\x6a\x7c\x62\xff\x71\xcc\x44\x7b\x62\xa6\x19\x66\x9c\xda\x55\x38\x25\xd7\x4a\x1a\x09\x02\x04\xd1\x4c\x71\x9a\x41\x6a\xe0\x10\x4f\xbb\x1c\x91\xbf\x26\x52\xb1\x76\xb1\x31\x7f\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x53\xb0\x3f\xe1\x33\x2e\x42\xb6\x13\x73\xae\x9c\xb0\x9c\x91\xb0\x41\x53\x46\xe8\x23\xe5\x19\xe6\x35\x4b\x34\x19\xe2\x3a\x33\xa5\xdb\xa4\x2f\x7a\x28\x76\xe6\x56\xc4\x86\xe0\x3b\x50\x24\xfd\xbb\x33\x3b\xe3\x44\x66\x64\x98\x8f\xac\x88\x16\x5d\x4b\x2d\x2b\x8e\x70\x4d\x14\x4b\xe4\x74\xca\x04\x5a\x15\x6d\x43\xf0\x25\x2c\x99\x1b\x6e\xbb\x2f\x80\x00\xac\x9c\x02\x24\x90\x4a\x38\xd9\x82\x59\x75\x45\xcc\xb1\x9b\x61\x3e\x2a\xb9\xaa\x8c\x24\x8a\xd1\x94\x70\xd3\x17\x9d\xcc\x2a\xb6\x53\x69\x58\x1c\x45\x08\x76\xed\xd2\x8a\x03\x47\x50\x6c\x96\xd1\xc4\x67\x65\x66\x32\xa1\x19\x19\xf1\x8c\xb9\xe2\xea\x51\x03\xef\x40\xd7\xb2\x8b\xc6\x35\x49\xe5\x93\xc8\x24\x75\xf3\xa8\x7e\xf6\xbe\xcc\x5c\xba\x3e\x2f\xb9\xab\x94\x54\xf0\x3f\x3f\x71\x91\x6e\x77\x08\xef\x2f\x7f\xba\xbc\xfa\x5c\x3a\x87\xf7\xb7\xdd\x9b\xf8\xef\xdb\x5f\x6e\xef\xba\x9f\x96\x1e\xc4\x6a\x2b\x05\x69\xc1\xf0\x40\x06\x3f\x25\xb7\xb8\x08\x52\x11\xab\x55\x35\x4c\xea\x93\xa3\xa5\xe2\x07\x99\xb2\xed\xe6\xf6\xa9\x73\x79\xdf\x29\xb1\x94\xdb\xb3\x1f\xbb\xe7\xf7\x17\x25\x09\xcf\xcf\x2f\xfa\xe5\xa6\x8b\xf2\x5b\xfc\xdb\xd9\x8f\xbd\x8b\xf3\x41\x90\xf8\x96\xad\x46\xa5\xdf\x2a\x63\xba\x43\x06\x34\x91\x29\x19\xce\xe3\xcc\xc1\x22\xe1\xfc\x89\x6a\x92\x81\x67\x84\xa5\x5e\x19\xc1\x56\x4f\x81\x0f\xf9\x54\xf6\xe2\x0b\x2b\xdc\xb7\xdc\x3b\x90\x78\x8e\x7a\x10\x35\xe5\x4c\xf6\xb8\x61\xdb\x3b\x15\x91\x52\x81\x29\xee\x61\x8d\xac\xda\xa3\xed\x8b\xb9\x3d\xc0\x8a\x8f\xc7\xa0\xe3\x57\x86\x8a\xad\xb9\x4f\x61\x25\xe1\x3b\xdc\xea\x99\x92\x70\xa4\x6d\xb7\xce\x38\x14\x34\x08\xfc\x10\x40\x0a\xca\x2d\x2a\x0a\xca\x41\xcd\xd0\xfc\xbe\x9c\xa2\x49\xb7\x61\x5a\x70\xf4\x8a\x10\x5f\x60\x51\x1a\x4d\x13\x33\xc5\x1e\xb9\xcc\xa3\x4f\x1d\x9e\x42\x69\x73\x6b\x9b\x2f\x16\x00\x96\x0d\x15\x98\xa2\x99\x32\x35\xf7\xae\x6e\x8d\xa2\x86\x8d\xe7\xe7\xee\x64\x6f\x4f\xc5\xe7\x57\x9f\x2f\x2f\xae\x3a\xe7\x83\x6e\xe7\x63\xf9\x60\x86\x27\xb7\x77\x37\xdd\xce\xa7\xf2\xa3\xc1\xe5\xd5\xdd\xc0\xbf\xb1\x94\x5c\x1b\x3a\x58\xbc\x4f\xcb\x2f\x9e\x12\xcb\x19\x81\x83\x79\xe8\xa5\x88\x8d\x0d\xd9\x48\x2a\x64\xc7\x53\xef\x04\x04\xce\x4f\xc2\xca\xb2\x14\x95\xec\xf2\x2c\x4e\x41\x03\xad\x6b\x12\x8d\x4b\x46\x31\x3a\x05\x76\x4e\x05\xe9\x8a\xf4\xf8\x6a\x74\x7c\x8b\x3f\x4e\xa9\x7a\x60\x2a\x7c\xfa\xa4\xb8\x31\x0c\x6c\xe2\xdc\x99\xcb\x41\x43\x86\x21\xdb\xfb\x06\x82\xbc\x8b\x0e\xda\xe4\xc6\xb2\x67\xfb\x7e\xb8\x7b\x2c\xa1\xa6\xcc\x50\x9e\x69\x37\xd8\xd2\xba\x9e\x92\x0b\xaa\xc6\x85\xbe\xfb\x4e\x8e\x46\xd8\xd8\x7b\x1c\x86\xbd\x6a\x4a\xb3\xa8\x61\x91\x96\x34\xfc\xf5\x05\xfd\xb9\x97\x83\x94\xb6\x48\x55\xf7\xb3\xdd\x68\xea\xfe\x1a\x56\xfc\xea\x72\xd0\xfd\xaf\x5e\x49\x63\x71\x4f\x6a\x68\x0d\x26\x8e\x8f\x97\xdf\x05\xf5\x6d\x2f\x92\x53\xf9\xc5\x1a\x72\xca\x67\x7e\xe7\x47\x56\x07\xaa\xa1\x25\xf6\x85\x1b\xdc\x98\x78\xdc\x15\x12\x2a\x9a\x01\x33\x06\x9d\xcd\x18\xb5\x02\xc8\xe2\x6e\x97\xc5\xb5\x86\xbd\xc7\x9e\xe2\x3e\xdc\x26\xfb\x7e\x5a\x44\x8a\x6c\x1e\xdf\xf5\x15\x8a\x5c\x83\x06\xb0\xad\x05\x0a\xb8\x06\x60\x91\xab\x47\xa6\x14\x4f\xd9\x27\xae\xad\x2a\x83\x3f\xfe\xe0\xd0\x45\xb6\x23\x88\x0f\x9d\xde\x45\x45\x06\x18\x9c\x77\x3f\x74\xee\x2f\x96\xab\xe3\xa5\xef\x6a\x60\x6f\xa2\x76\x4e\xed\xad\xef\x6c\x73\x70\x3b\x1c\x7b\xcc\x14\x96\x86\x0b\xad\x0c\x99\x52\xe1\xaa\x7f\x46\xe0\x96\xab\x91\x33\x65\xdc\x71\xb6\xe5\x74\xef\x2f\xcf\xbb\x1f\x7a\x97\x65\x39\xe0\xc7\xde\xc7\xd2\x8d\xff\xa9\x7b\xde\xbb\x2f\x71\xd5\x55\x17\xff\x62\xb3\x75\x4b\xe2\x5f\x3a\x25\xe7\xf8\xe9\x29\x11\xb2\x0e\x95\x26\x28\x0b\x95\x75\xb8\xf1\x41\x06\xfe\x1f\x5d\x61\x54\xad\x1d\x66\x5d\x05\xd3\x99\x5c\x4b\x1a\x66\xbd\x67\x66\xa1\xef\xcb\xaa\x0d\x7d\xd1\x73\xe5\xec\xae\xb6\x93\x76\xa1\x77\xc6\x2e\x1b\x50\xb2\x9a\x54\xdc\x1a\x33\x5e\x71\x70\x7e\x06\x8b\xfc\x34\xd7\x06\x4d\xa7\xe0\xfc\x25\x0f\xff\xa6\xed\x82\x82\x69\xb5\x4d\x6e\x19\xeb\x0b\xaf\x6d\x8d\xb9\x99\xe4\xc3\x76\x22\xa7\x27\x05\x24\xd2\x09\x9d\xf1\x29\xb5\xd2\x08\x53\xf3\x93\x61\x26\x87\x27\x53\xaa\x0d\x53\x27\xb3\x87\x31\xf8\xf9\xbc\xf5\xf8\x24\x34\x3b\x96\xff\xfb\xe2\x9f\xbe\x3f\xbe\xf8\xb7\xef\x8f\x16\xf5\xe7\xa6\xfd\xef\x8a\x84\xce\x74\x9e\xb9\x78\x00\x15\xaf\x0d\x5c\x6a\xb0\x12\xab\xf6\xfb\xb2\xbc\x5d\xbb\x89\xfb\x67\xd7\xf7\x25\x7b\x56\xf9\xcf\x4f\xdd\x4f\x57\x37\xbf\x94\xc4\xe5\xbb\xab\x9b\xce\xc7\xe5\x76\xad\x05\x7d\xa0\xb2\x0c\x3f\x09\xf9\x24\xca\xb3\xd7\xd5\x49\xe7\xc2\xf0\x29\xf3\xea\x80\xfb\xf3\x0e\x67\xba\xc5\xcc\xaf\xee\x7e\x2c\xdf\x68\x1f\x2e\x7e\xb9\xeb\x0e\x6e\xcf\x7f\x5a\x3a\x13\xfc\xac\x34\xb2\x5b\x70\x66\x9e\xc9\x2c\x9f\x8a\xf8\xdf\xdb\x8f\xad\x77\x79\xd7\xfd\x58\x1d\xdd\x55\xe7\xae\xbc\xec\x37\x65\x1f\xf9\xd1\x0f\x57\x57\x17\xdd\x92\x7d\xf9\xe8\xbc\x73\xd7\xbd\xeb\x7d\x2a\x59\x24\xcf\xef\x6f\x10\x34\x69\xd9\x34\xfd\x08\x6a\x26\x6a\xa7\x15\x4f\x73\xdf\x7c\x66\xad\x63\xde\x71\xf1\x67\x78\x50\x8e\x23\x70\x02\x74\x2d\x83\x86\x79\x1c\xec\x3b\x09\x8e\xb4\x96\xd7\x98\xf2\x36\x91\x66\x5e\xb7\x74\xa3\x97\xb1\xbc\xbb\x30\x04\x84\xf6\x42\x7d\x82\x66\x99\x7c\xc2\x28\xa0\x29\x37\x2c\xf5\x48\x31\xf6\x15\x4d\x92\x5c\x29\x26\x4c\x36\x6f\xd7\xb0\x93\xf2\xb6\x48\x65\xce\x43\x9c\xc8\x76\x3a\x45\x5d\xd0\xc5\x62\xb8\x45\xbd\xba\x50\x09\xb1\xf0\xc3\x82\x12\x66\x72\xfc\x89\x69\x4d\xc7\x6c\x17\xc3\x60\x1d\x93\xba\xfd\x39\xfe\x13\x0c\x7f\xeb\x30\xa0\xd2\x08\x7d\x40\x81\xe7\x29\x57\xe2\x03\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\x23\xc3\x4a\x40\x83\xde\x27\x2b\x2c\x74\xee\xba\x17\x25\x56\x09\xcf\x3a\x1f\xee\xba\x37\x03\xc4\x3e\xeb\xfc\x70\xd1\x1d\x5c\x5e\x9d\x77\x6f\x07\x67\x57\x9f\xae\x2f\xba\x2b\xfc\x03\x8d\x8d\x2f\x4a\xd3\xd5\x57\x4f\x17\x7e\x21\xdc\x05\x93\xc5\x42\x18\xc4\xde\x51\x9e\x81\x71\x52\xa2\x91\x92\x12\x61\xc5\x51\xfb\x33\x18\xba\xec\xdb\x3e\xd4\xa4\x4d\x7a\xe6\xbb\x2c\x23\x34\x37\x72\x4a\x41\xc3\xce\xe6\x7d\x41\x87\x52\x19\xd0\xae\x02\x1d\x13\x95\x0b\x61\xd5\x7b\xdb\x18\x42\x18\x26\x19\xa3\x82\xe4\xb3\x28\x4c\xd2\xe9\x89\x23\x2e\xc0\x83\x69\x55\x38\x34\x09\x14\x5d\x16\x5a\xb6\xd5\xe2\xfb\x02\x33\x8a\x51\x71\x5f\x67\x85\x4f\xd7\x7a\xab\x71\x75\xa6\xf4\x81\xd9\x55\x99\xe6\xc9\xc4\xaa\x0a\x63\xc5\xb4\x76\xba\x44\x42\x05\x1a\x86\xdd\xeb\x56\xd0\xef\x0b\xab\x0f\xd0\xcc\xab\x2c\x29\x9b\x31\x91\x32\x91\x70\x0c\x8e\x04\x9b\x6a\x30\x2d\x8c\x15\x9d\x4d\x88\x96\x60\x8b\x84\x65\x07\xa3\x0d\x7e\xe4\xdd\xa9\x2e\x87\x1a\x1e\xc7\x1a\x87\xca\x45\xbb\x2f\xae\xc0\x14\x81\xab\x0c\x1f\x7b\x75\xc3\xab\xd9\x08\x0a\x69\x25\x6b\x83\x38\x84\xb0\xe4\xb0\x19\x76\xad\x4b\xfb\x61\xb7\xa9\x6e\x13\xfa\xa2\x18\x33\xd5\x6e\x44\xed\x1a\x4d\xc6\x1d\x29\xf2\x23\x15\x69\x66\x5b\xf1\x3a\x6b\xf9\x2c\x42\x84\x4f\xc7\x52\x8d\x3f\x8d\xbb\xdc\x2b\x09\xcd\xf5\x46\x17\xcb\xf2\x88\x56\x0a\x36\xe9\xe3\xc2\x58\x0f\xe4\xed\xc2\x59\x61\x75\x67\xd4\xd2\x40\x26\xdd\x2a\xe1\xeb\x39\x22\x4f\x13\x18\x4d\x83\xa4\x3b\x53\x5c\x24\x7c\x46\xb3\xad\xae\xc1\x4a\x8c\x83\x8b\x1d\x78\xc7\x47\x96\x7c\xde\x2f\x98\xd8\x0c\x53\x53\x08\xed\x76\xc3\x0c\x5b\xb8\xea\x8a\xc1\xdd\xb1\x84\x4c\xcb\x7e\xe0\x2d\xf6\x06\x1d\x28\x4d\xd3\xad\xb4\xe2\x7a\x47\x0f\x1e\xcd\xae\xeb\xdb\xac\x5b\xb0\xe8\xe1\xaf\xcb\xb6\xfa\x13\x9d\xd9\x2d\x46\x7c\x45\x42\x8b\x39\xba\x88\x6d\x07\x1f\xee\xbd\x10\x91\x59\x32\x44\xc7\xac\x2f\xee\x17\x4b\xe8\xfc\x48\x8b\x9d\x94\xcc\xb3\x51\x30\xbd\x23\xc9\x51\x6e\xec\x69\xa2\x60\xe0\x25\xef\x58\x7b\xdc\x26\x1e\xe5\xb2\x45\x3a\xd7\xd7\xdd\xcb\xf3\x16\x61\x26\x79\xef\x1d\x9d\xce\xef\xd3\x17\x46\x3a\x0d\x72\x4e\x26\xf2\x09\x58\x19\x53\x63\x56\x9a\xb3\x77\x12\x01\x44\xc2\x98\x6b\xa3\x9c\xab\x4a\xa4\x31\xe8\x2a\x9f\x56\x75\x12\xa4\x90\xdc\x4c\x76\x21\x0d\xaa\x75\x3e\xa5\xc3\x8c\x0d\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\xa8\x71\x03\xa7\x39\x0f\x68\x92\xc8\x5c\x98\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x02\x0f\xf9\x22\x04\x67\x74\x4b\x25\xe0\xb5\x07\x4b\x31\xb0\x8c\xac\x48\x72\x40\x2c\xd9\x86\xb5\xbc\x29\xaf\xc0\x61\x3d\x71\x3d\xeb\x96\xeb\x0c\xe1\x82\xbd\x46\x1c\x81\x95\xee\xb2\x7e\x75\xad\x2c\x6b\x89\x3c\x3b\xbb\x3a\x43\x3e\x55\x87\x01\x8b\x9e\xa3\x4a\xd9\x03\x70\x4c\x56\xf0\x9d\x91\x1e\xed\x41\x46\xfe\xf1\xf7\x5c\x1a\xaa\xdf\xb7\xfb\xc2\x32\xc3\x07\x36\xc7\x68\x06\xcb\x6e\x7e\x6f\xaf\xc0\x63\xcd\x84\x06\xef\xf7\xef\x51\x35\xb7\x0c\xf3\x91\x2a\x6e\x49\x0b\x25\x42\x84\x95\x2e\xc3\xd3\x82\xc3\xd2\x35\xea\xb8\x5d\xe1\x0f\x2e\x30\x6d\xfd\x33\x1c\xfe\x98\x19\x08\x18\x35\xdc\x80\xa8\x92\x22\x6e\xf5\xc2\xd0\x57\x6a\x45\x40\x15\xe7\x18\xec\xba\x53\xa8\xc5\x36\x47\x66\x53\xbd\xb6\x7a\x1c\xb8\x9e\x65\x74\xbe\x60\x21\x5b\x75\x8c\x2e\xed\xe6\xcc\x68\xc2\x8a\x60\x5b\x1f\x97\x9c\xc8\xe9\x14\xcc\xd0\x3e\xc1\x26\xe5\x23\xb0\x47\x1b\x7b\xc4\xc8\x90\x99\x27\xf0\x7e\xf8\x5f\x83\xd1\xd1\x8a\xc1\x54\x20\x28\x38\x50\x4b\xdf\xae\x55\x9a\x83\xb6\xd9\x3f\x6a\x91\xfe\x51\xca\x1e\x59\x26\x67\x53\x26\x8c\xfd\x81\x99\x5a\x86\xd6\x9d\x52\x9e\x5d\x4a\x13\x0c\xea\xbb\x6c\x8b\x62\x09\x9f\x71\x26\x8c\x1e\x30\xdb\xee\xb3\x86\xc3\xac\x52\xed\x7d\x16\x0f\x8c\x84\xd0\x34\xb5\x1a\x01\xe0\xbc\xfa\x41\x3a\x43\x04\x46\x11\x85\x05\x58\x8f\x86\x83\xe3\x7b\xbf\x64\x5c\x6f\xe2\x48\xa4\x0a\xb0\x56\xa1\xe3\x02\x99\x73\x29\xd5\x3a\x9c\xdf\x02\x3f\xd2\x6b\x37\x8b\x8a\x5b\x83\x30\x6c\xef\xc2\xf5\xc6\x59\x5e\x99\x5b\xfb\xdd\xd2\xa1\xe9\x38\xe1\x2c\x60\xb3\x07\xd1\xc6\xf9\x84\xab\x6e\x68\xb6\x72\xc4\x49\x26\x75\xae\xd6\xb4\x1f\x95\x07\x7d\xe6\x3e\x5d\x36\xee\x6e\x2c\x09\xe6\x99\xd1\x1b\x09\x9b\x35\x0b\x5f\x89\x57\xc6\xc3\x6d\xdc\x2d\xeb\xde\x6e\x11\x2e\x92\x2c\x87\x18\x1f\xab\xc1\x7b\x87\xb9\x48\x49\x71\xb5\xf5\x45\x08\xf2\xa1\x9a\x3c\xb1\x0c\x2c\x06\x56\xab\x04\xb6\xed\x86\xeb\x5a\x62\x29\xd1\x86\x1a\xd6\x22\x32\x37\xb6\xb1\x16\xd6\x0e\x70\x5b\x70\x3c\xa4\x90\xf5\x56\x54\x04\xea\x8b\x7b\xed\x3d\xbc\x21\x59\x09\x69\x1d\x19\x18\x17\xe4\x23\x33\xd0\x0a\x64\x8f\xc6\x13\xc4\x1a\x09\xb5\x2c\xa8\xba\xf6\x3b\x9c\x28\x37\x93\x0d\x76\xbe\x08\x0d\xfa\x21\x93\xc3\xa5\xfb\xde\x21\x53\x54\x4b\x5c\x2f\xde\xea\x52\x28\xa4\x51\x96\xcd\x2a\x1a\x65\x4a\x95\xdc\x80\x2b\x8e\x7f\x39\x9c\x68\x39\x79\x42\x30\x0f\x17\x18\x5a\x05\x11\x70\xd5\x71\x3a\x53\xc5\xaa\x31\x82\x42\x3d\x78\x3b\x6a\x3b\x8e\x77\xba\x68\xaa\x58\x45\x04\x65\x13\xc7\x73\x4f\x06\x0e\x88\x99\x30\xae\xc8\x5a\xd3\xf2\xe7\x77\x80\x67\x7e\x7d\xa2\x29\x68\xbb\xc9\x52\x81\x4c\x24\x30\x08\x3b\x30\x97\xed\x5a\x2a\xe8\xd1\xee\x8b\xca\x20\x9c\xed\x4b\x13\x20\x2f\x7f\x1a\x4a\xbc\xbf\x45\x46\xfc\x8b\x6b\x34\x78\x8e\xc3\xab\x91\xb6\xd5\x60\x83\x99\xd0\x45\xb2\xdb\xe0\x7e\xbc\x86\xef\x97\x1a\x19\xa4\xb6\x0a\x75\x62\x05\x2b\xc5\x12\xa9\x2c\x4b\x84\x6e\x83\x8b\x62\xe5\xdd\x68\xa8\xb2\x8b\x42\x57\x69\x5d\xa5\x71\x14\xd9\xdf\x29\x35\xec\xd8\x2a\xee\x2b\x9c\xb3\x33\x69\xbb\x21\x7c\x6a\x75\x8b\x28\xb2\xb3\xe0\xb0\x43\x36\xa6\xc2\x5b\x73\x1b\x46\xeb\x59\xfb\x0e\x87\xd9\x4a\x56\x74\x6a\xd5\x4c\x90\x23\xec\x80\xca\xe3\xd0\x33\x58\xce\xa5\xe3\x70\x9a\xf7\x4b\xad\x9a\x59\xb2\x6c\x4f\x34\x18\x02\x1a\x06\x9b\x43\x21\xb6\x57\x33\xd8\x8c\x6a\x43\xdc\x98\x1a\x46\x1c\x4b\xb3\x7b\x08\x49\x5f\x06\x14\x1f\x2b\x0e\x9b\x08\xe7\xf1\x10\x89\x66\xc6\x70\x07\x68\x9e\x6b\xe6\x02\x89\xa6\x4c\x8d\xbd\xc0\x87\x18\x97\xe1\x68\x3b\xb0\x4b\xcf\x47\x63\x5e\x02\x76\xfd\xc5\xa6\xdb\xa4\x23\x16\xc2\x21\xbd\x0d\xa3\xb4\x5e\xc8\xb5\x69\xf6\x44\xe7\x9a\xcc\x14\x46\x1f\xa1\xb1\xdf\x4f\x1e\x8c\x76\xe5\x8f\xbc\x85\xce\x0a\x54\xe8\x6d\x81\xf2\x44\xf1\xc8\x1a\x36\x2b\xaa\x66\xb0\x3e\xb3\x5b\x53\xf6\xaf\x18\xa2\xeb\x6a\x1b\x04\x15\xa8\x96\xd3\x2d\x08\xb3\x45\xc4\x70\x1c\x22\xe1\xd2\x12\x41\xb6\x74\xda\x45\xb7\x6c\xc4\x6e\x12\xf8\xc0\x04\x72\x41\x87\x2c\xdb\xd9\x78\xbd\x95\xa9\x1e\xba\x76\x09\xa3\x56\xfd\x66\x68\x8c\x87\x5a\x53\xaa\xca\xda\xbc\x11\x47\xe5\xeb\x99\xe6\x8b\x79\x96\x20\x5a\x77\x98\xa8\xcf\x80\xde\x9e\x7f\x37\x65\x47\xc7\x17\x49\x91\x1e\x5d\x7f\x8b\x54\xcd\x37\xbb\x8c\x21\xca\x63\xae\x1d\x02\xd9\x47\x26\xf3\x5e\xac\x41\x81\x66\xd6\x44\xed\xe9\x8d\x88\x90\x82\x11\xae\x8b\x97\x4d\xd9\x09\x49\xc6\x4c\x30\x05\x11\xaf\x3e\x72\x62\x11\x13\xfc\x85\x95\xf2\x4e\x50\x26\xc9\x88\xb3\x2c\xd5\x44\x30\xab\xd3\x50\x35\x87\xac\x07\x64\x68\xeb\xc8\x46\xfb\x92\x56\x6b\xae\x0f\x27\x46\xfa\x0c\x53\x40\x21\xb1\x92\x58\x65\x5c\x04\xb3\x42\xdc\x4b\xee\x23\x17\x85\xd6\x17\x41\x0b\x06\xfa\xe3\xda\x6a\x77\x6d\x02\xdb\x66\x8a\xaf\xec\x1d\x63\x7f\xf0\x7b\xd8\xf2\xb2\xac\x46\x0c\x8f\x4d\x74\x7f\x7f\x6f\x15\xeb\x58\x0e\xfb\xf7\xe9\x49\x58\x74\xae\xae\x56\x98\x27\x8a\xac\x64\x86\x5c\xce\x75\x1c\xa8\xf8\x2b\xb0\x53\xad\xbf\x52\x76\x93\xf3\x05\xcb\x15\x42\x86\x17\x4a\x76\x36\x0f\x4e\x9c\x58\x55\x71\x19\x4b\x58\xf2\x89\x6a\xf2\x7b\x21\xcd\xef\xa3\xa4\x2e\xaf\x0e\x23\xe6\xbc\x33\x4d\xb4\x4a\xc9\xe6\xdc\x47\xa8\x3b\x22\x21\x34\x9c\xd5\x74\xf5\xca\xef\x9a\x49\x58\x38\x55\x9e\x55\x7a\xeb\x2e\x3a\x9a\x9b\xd0\x3a\x10\x70\x6a\x6f\x36\x80\x97\xa8\x76\x42\x90\x0c\x14\x03\xb7\x89\x90\x64\x2a\x15\xab\x80\x5e\x21\xf3\x0e\x91\x18\x08\x36\xb4\x3e\x95\xd6\x98\xc3\x10\xc8\xa7\x38\xe6\x25\x33\xd8\x72\xf3\xd7\x3e\x42\x2c\xa6\xe5\x64\x83\x25\x14\xb0\x22\x95\xab\x5e\x25\xdf\x26\x2c\xa2\x49\x26\x0d\x86\xe8\x18\xdd\xbf\x29\x81\xa9\xdd\x17\x1f\xa4\x72\x77\xa7\x76\xc9\xc1\x43\x9a\x3c\x1c\x33\x91\x12\x9a\x9b\x09\x26\x12\x39\xdb\xf1\xdc\xed\xac\x95\x0b\x80\x04\x42\xa2\x0a\xd7\x09\x55\x8e\xe9\x8f\xe8\xa3\xf4\xa3\xe8\x8b\xa8\x11\x48\x3f\x06\xbc\x09\xc0\xc4\x6b\x12\x20\x18\xe0\xfb\x34\xad\x45\x1d\xf2\xdb\x02\xee\xdb\xf2\x33\x13\xa3\x47\xf5\xa1\x3f\x96\x0a\xa6\x75\xff\x08\x47\x5d\x59\xa1\x9e\xb7\x47\x79\xfd\x46\xc7\x35\x34\xc2\x9b\x2d\x17\xf0\x84\x16\x19\x37\x0b\x2b\xa6\x7c\xef\x79\x67\x29\xad\x6a\x94\x2b\x08\x5d\xaa\x6b\xf3\x5d\x32\xe1\x59\x61\xa3\x7e\xdf\x72\xe7\x11\x9b\xcc\xd8\x23\xcb\x30\xfd\x36\x51\x90\x2f\x80\xde\xf6\xef\xc9\x7f\x20\x22\x1a\xf9\x63\x5f\x7c\x04\xb6\x9a\x65\xf3\x16\xe1\xa3\xa2\x65\x6a\x2a\xcd\x3c\xd4\x0e\xc0\x6e\x19\x72\x96\xd2\x40\x70\xbf\x27\xf4\x91\xf5\x85\x6f\xe6\x3f\xc8\x03\xf9\x03\xf9\x63\x93\x21\xc7\xa5\xd0\x3d\xb7\x9e\x0f\x54\xec\xfb\x8a\x38\x43\xcb\x89\x8f\xc0\x39\xbc\x19\xa0\x5c\x54\x37\xa8\x6a\x41\xc0\x0d\x79\x7f\x5c\x3c\xca\x45\xef\x55\x7c\x72\xa9\x62\xc2\x0c\x84\x4c\xd9\x80\xd5\xb8\xae\x96\x30\x0a\x7b\xa9\x5f\xca\x94\xad\x74\x3c\x05\x01\xf9\x33\x98\x2e\x74\x3e\x0c\xdb\x01\x31\x71\x41\xe9\x2e\x13\x58\xfd\x80\x43\x5e\xce\x36\xc3\xdd\xd6\x57\x76\xe5\xa4\xab\x16\x70\x74\x37\x80\x7a\x7f\x0d\x96\x6b\x86\xf0\xa3\xea\x29\xac\x5a\x88\xed\xcb\x76\xe6\xee\xce\x89\x32\x8e\x00\xab\x40\xf1\x31\xb7\xd2\xf6\xfa\xfe\x38\x60\x82\xdb\x98\xb9\x31\xb5\x77\x2d\x3b\x77\xb1\x14\xb3\x8c\x1a\x4b\xe5\xc7\x81\xec\x0a\x1f\xd3\x50\xe6\x55\x99\xdb\x2d\x00\xd7\x71\x60\x94\x13\xaf\xe7\x96\x05\x8f\x31\xe8\x86\x4d\x38\x66\x07\x76\xce\x2e\x88\x3d\x14\x72\xca\x10\x0f\xcf\x2e\x5a\x6e\x26\x52\xf1\x7f\x34\x3a\x64\x9b\x25\xec\xc2\x91\x16\xd5\xe1\x85\x71\x96\x65\x6d\xa0\x51\x94\x0c\x4c\x49\x91\xa8\xd3\x70\xc8\xd0\x7e\xaf\x40\xf8\x18\xe5\x19\x66\x9e\x27\x52\xa5\x88\xce\xaa\xcb\x55\x7f\x95\xaf\xb1\x8d\x21\x5b\xbe\x41\xee\x92\x47\x5c\x6e\x7b\x32\xa1\x62\xbc\x5c\x8e\xfc\x73\xce\xf2\x3d\x05\xcd\x38\xc0\x99\xaf\xe4\x8e\xa7\x63\x5d\x94\x09\xc7\xb5\xb1\x2c\xb9\x52\x99\xdc\x39\xe4\xa9\x7e\x28\x0c\x6a\x21\x87\x00\xd5\xe8\xaa\x3e\xbf\x86\xf1\xe5\xc6\x1d\xbf\x3d\x98\x5f\x5e\xc2\x5f\xbf\x28\x1f\xd5\xf0\x1f\xa0\x3f\x97\xd3\xfd\xa2\xd6\x8d\xc0\xc3\x2b\x72\xc7\xbe\x2d\x1d\x1b\x68\xd2\x7e\x50\x6e\x84\x8e\xb9\x2e\x3a\x37\xeb\xa9\xe3\xb6\x6c\x47\xd9\x98\x24\xb0\xef\x01\xb8\xb1\x76\x36\xdf\x46\x66\xc9\x22\x14\x11\x63\x51\x7d\x94\xf8\xf3\x9a\x5a\xca\x8e\xc1\x72\x34\x6c\xe4\x17\x6c\x8a\x52\x8e\x46\xb4\xc5\xed\xb4\xa8\x08\xd5\x8f\xcd\x3f\x5e\x77\x28\x4b\xdd\x21\x6b\x3a\x37\x40\xa3\x5f\x76\x6c\x2f\x5c\xb4\x51\xd9\x2d\x80\x21\x14\x32\x72\x8c\x82\x87\x20\xd7\xc4\x28\x0a\xd1\x7b\x52\xe8\xbe\xf8\x8c\x52\x2c\xd7\xa8\x2f\x3a\x58\x23\x50\x47\x1d\x86\x0a\x30\x4f\x07\xb9\x60\x26\x54\xb8\x44\x84\x3a\x17\x44\x40\x85\x0c\x27\x21\x76\x42\xd4\x75\x06\x1d\x39\xd1\xbd\xb6\x49\xbf\xd0\x71\x84\x6c\x25\xa2\xb1\xc9\x56\xcc\x35\x44\xba\xd2\xac\x51\x67\x1c\x4a\x99\x31\x2a\x9a\xc4\xea\xda\xc7\x0b\xd6\x22\x1e\x47\x31\x5a\xad\xcf\x4a\x66\x2a\x67\x56\xa7\xa0\x98\x8a\x11\xcd\x8b\x02\x78\xb3\x09\x90\x34\xa8\x18\xda\x81\xa6\x2b\x1c\x22\xad\xf8\xe4\x0f\x59\xb6\x51\xa4\x09\x7e\xb0\x94\x8a\xe0\x95\x02\x1f\x78\xad\xf0\xf6\x38\x00\xa2\x36\x19\x60\xd5\xc0\xe2\x14\x82\xa5\xa6\xe1\x72\x18\xfe\x96\x43\xcc\xcd\xa4\x36\xe8\x79\xd9\x00\x7d\xd4\xf5\x3a\x12\xeb\x29\x48\x8f\x44\xba\xf4\xfb\x68\xa4\xeb\xec\xaa\x4b\xf0\x1e\xc8\x91\x0f\xab\x5e\x9f\xab\x56\x33\xdf\x37\xd0\xee\x15\x26\xce\x92\x99\xe2\x52\xb9\x04\xf3\x46\x1b\xfb\xaa\xcb\xb1\x53\x09\xc4\x00\x70\xa8\x29\xf0\x6f\x5d\x60\x6b\x78\x3b\x5a\xb8\x3d\x4b\xab\x03\xf9\x52\xf0\x71\x2a\x99\x8e\x04\x56\x58\x58\xe4\x06\x7c\xc4\xec\xa0\xfb\xc2\x4a\xec\xb1\x70\x8d\x69\x57\x3e\x0b\xcb\x76\x9a\x28\xa9\xb5\x8b\xad\xc0\x76\x74\x7b\xe9\xbd\x7c\xe7\x92\x62\xf6\xe1\x35\x7b\xb9\x30\xcb\xc5\xc2\x0b\x11\x18\x68\xbd\x1c\x37\x64\x21\x01\xa8\x91\x8b\xee\x1a\x81\xe5\x8f\x06\x51\x8c\x6a\x67\x49\x80\x40\xa5\x4a\x88\xc6\x06\x52\x57\x18\x33\x06\x2c\x1e\x87\x94\xbb\x88\x84\x5c\x42\x2d\x62\x9e\x73\x4d\xb8\x52\x0c\x20\x55\x87\x99\x73\x90\x95\xa8\x86\x17\x85\x3d\x8b\x15\x09\x4a\x33\xf6\x0c\xb7\x8e\xe6\x53\x7b\x9e\x01\x49\x40\xc8\x63\x39\x03\x2d\xac\xfa\x16\xe4\x4b\xf2\x91\xa5\xc4\xb8\xae\xa8\x15\x55\x8f\x01\x9b\x9b\x09\x53\xe7\x36\xf0\x8d\x80\x9b\x81\xa5\xb8\x8d\x48\xb9\xfd\xa3\xce\x0f\x57\x37\x77\xdd\xf3\xfe\x51\xe1\x0c\xf6\x81\x43\xfe\x92\x0c\xe9\x5c\x52\xf4\x45\x70\xe9\x84\xa2\x1b\xb0\x97\x84\xa6\x69\x91\xbd\x84\xe1\x84\x03\x34\x4d\xaf\x7b\x2a\x56\x7a\x75\x16\x9b\xf9\xc0\xbf\xb0\xf4\x86\x9a\x9d\x7c\x41\x4b\x7d\xed\x6b\xd9\x3c\x6b\x49\x3c\x17\x7c\xc1\xee\xb6\xe4\x46\x08\x53\xb9\xb7\xdf\xad\x4f\xc1\x78\x12\x60\xaf\xbc\xf1\x4c\x5b\xe6\x6b\xf5\x74\x1a\x6a\xa1\x8c\x80\x06\x44\x32\x6f\x11\x08\xae\xb7\x54\x3b\x27\x7f\x22\x53\x2e\x20\x10\x76\xd9\xda\xde\x97\x27\xb2\x09\x10\x5a\xef\xf2\xbe\x0c\x53\xfa\xe3\xd5\x7d\x19\xde\xa7\xf3\xcb\x72\x48\xb3\x72\x0b\xcb\x8c\x23\xc5\x1c\xa3\x60\x23\x89\x4b\x11\x96\xa6\x6e\xa2\x17\x55\xb1\xe7\xdb\x4a\x35\xcc\x82\x04\xb6\xef\x2c\xc3\x28\xd4\xe4\x55\x24\x18\xba\x99\xee\x96\x5b\x88\x8a\xea\x75\x59\xfb\x7d\xd6\x0b\xba\xd6\x9d\xbc\x7d\x60\x44\x31\x01\xb0\x04\xd4\x5f\xbf\x1b\xa7\x13\x14\xad\xfa\x98\xf6\x0d\xa4\x37\x52\x7c\xed\xed\x29\xda\x99\x94\x67\x74\xc8\x01\x7f\x08\x6e\x60\x9f\xdd\x55\x97\x83\xdf\xee\x8b\xb8\x68\x13\xde\x99\x96\x06\x7c\x02\x1f\x17\x63\x22\x05\x23\x52\xa1\x63\x34\xb0\xc3\x56\x9c\x5a\x50\x0d\x8d\x33\x13\x32\x97\xb9\x0a\x3d\x2e\xf4\xe3\xa8\x4f\x4f\xa8\x0f\x9e\xf0\x72\xa6\x73\xed\xc5\x19\x98\xd0\xde\x4c\xb1\x42\x75\x85\x8e\xd9\x23\x13\xe4\xc9\xaa\xa9\x34\xca\x6c\x8f\x82\xd6\xac\x48\x2a\xbe\x33\x21\x32\x85\x67\xae\x8c\x39\x0d\x6e\xad\xc2\x70\xa5\x29\x77\x2d\x2f\x27\xe0\x3d\x64\x1f\x40\x3a\xc5\x76\xc4\x07\x5f\x36\xd9\x62\x1c\x2c\x9e\xa5\x81\xd8\x32\x84\x11\xd2\xb5\x24\xcb\xbe\xcc\x58\xb2\x4d\xc8\xf8\xb5\x2f\xcb\xb1\xcc\x36\x14\x6b\x2e\x0e\x1e\xc5\x6d\x9d\x91\xde\x52\x55\x1d\xed\x8a\x71\x6e\x94\xb8\x61\x07\xfa\xb3\xcb\x74\xdc\x70\x9c\x3e\x75\x63\xa4\xe4\x74\xbd\x21\xbe\x4c\xb0\xf2\xdd\x42\xd8\x6f\xc9\xd8\xf2\x4a\xa2\x94\x57\x8f\xb2\x29\x3c\x79\x15\xd7\xfb\x19\xef\xc5\x90\x89\x00\x49\xd9\x0c\x31\x91\x83\x0b\xca\x45\x06\xc7\x7d\xc6\x77\x56\x70\xc6\xf8\xa0\x9d\xca\x29\x28\xb9\x79\x86\x56\xd9\x06\x69\x08\x23\x75\xeb\x43\x8c\xe1\xfa\xac\xb3\x2f\x47\x9e\x6a\x97\x68\x65\x17\x4f\x1b\x3a\x0d\x69\xb5\xd5\x54\xe9\xca\x72\xad\xe0\x46\xfb\x0a\x19\x7d\x86\xb0\xe2\x3a\x5d\xb7\x14\xea\xec\x42\x3a\xf6\x93\x4f\x58\xb9\xa1\x97\x0e\xac\x94\x50\x18\x0f\xc8\x21\x44\xc6\x49\x74\x8b\x5b\x59\xba\xf9\x10\x3a\xd6\x9b\xb1\xb7\xd4\x92\x91\x3a\x99\xaa\x44\x82\x93\xf8\x8e\x07\x23\xcb\x94\xce\xa3\x50\x33\x07\x03\x03\x97\x33\x17\xe1\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\xb8\x47\x9b\xfc\x30\x0f\xd7\x22\xcd\xb2\x78\x24\xda\xc1\x61\xe3\x28\xd1\x78\x0c\x97\x18\xe9\x5d\x76\xce\xee\x7a\x3f\x77\x21\x8c\x6a\x2e\x73\xf2\xc4\xb5\xd5\x10\xfa\x02\xac\xab\x88\xa1\x8e\xf5\xdf\xf0\xc5\x16\xbc\x05\xc1\x95\x3a\x1f\x4e\xb9\xd5\xa7\x8a\x49\xde\x03\x47\xb8\xf1\xa1\x76\x78\x8e\xed\x07\x70\x6d\xfb\x20\xbe\xba\x78\xf9\x15\xe7\x63\x0b\x35\xb8\x68\x64\xd7\x38\xbd\xc8\xf9\xf3\xbc\x91\x7a\x91\x98\x1d\xab\x35\xb5\xc7\xeb\x10\xaa\x57\x7f\x28\xcb\xf9\xaa\x90\x54\xcc\xb5\xa9\x5c\x26\xcd\x59\xaa\xc5\x16\xec\x23\x4e\xcf\x4b\xdb\x9b\x04\x6f\xf8\x4f\xea\xa5\x9d\xdb\x80\x01\x5e\x2b\x82\x5d\x37\xca\x37\xaf\x2d\x5b\x28\xaa\x77\xb0\xb5\x4b\x6d\x13\x75\xab\x88\x77\x8f\x49\x21\x8a\xe7\x28\xc7\x89\xb3\x2a\xeb\x16\xd2\x80\x2f\x3b\x01\x34\xb5\x85\x40\x92\xbe\xa8\x97\x1b\x96\xd3\xd8\xae\x6e\xe9\xbd\x66\x15\x85\x1d\xb9\x09\xb3\x70\x16\x91\xcf\x21\x0e\x0f\x95\xd1\x50\xb6\x8b\x55\xce\x95\xb7\xbf\x36\x68\x01\x20\x2e\x6c\x13\xd1\x54\x73\x2a\xd7\x74\x1a\xaf\x3c\x17\xee\xca\x7c\x1e\x0d\x6a\x47\xef\x3a\x24\xd6\xee\x3f\x1d\x18\x8c\x98\x2d\xb0\x90\x3b\xf7\x19\x94\x05\x89\x70\x18\xd6\x5a\xb9\x35\x20\x8d\x1a\x78\x18\x96\x86\x8d\xa1\xe0\xe1\xf0\xc8\x2c\xc0\x6e\x57\xb8\x5b\x10\x77\x72\x91\x32\x25\x18\x35\x93\x97\xf3\xd6\x9e\xed\x6a\x32\x7c\x31\xcf\xed\xd9\x5e\x70\xd4\x2a\x5e\xdc\x0d\x1d\xb8\x1b\x78\x43\x0b\xc0\xa9\x05\x25\xaa\x0e\x6e\xb2\x08\x1a\x77\x7a\x56\x19\xcc\xeb\x39\x1c\xd1\xb5\x2d\xbe\x05\xdf\x71\x7c\x4c\xe9\x93\x33\xbb\x0c\x2c\x67\x1c\x20\x00\xcb\x06\xab\x71\x43\x9f\xae\xe0\x7b\x28\xa4\x88\x5f\xaf\x7f\xf1\x2e\x53\xd6\x82\xa5\x0f\xf0\x48\x4b\xc0\x30\xae\x38\xf2\xf2\xdb\xd3\x34\x38\xb9\xd6\x01\x79\x46\x75\xa6\x84\xb8\x8b\xbf\xb8\x1f\x1a\x90\x99\x2b\x9f\x55\x67\x1b\xeb\x60\x62\x5e\x35\x61\x50\x95\x66\x4c\x83\x74\x8d\x6a\x55\x45\x80\x5e\xa6\xde\xf5\xc5\x8f\xf2\x89\x3d\x32\xd5\x22\xd4\x90\xa9\xb4\x42\x93\x60\x71\xd5\x50\x5a\x4e\x90\x46\xef\x01\x25\x97\x74\xca\xd2\x2e\x5c\xbd\x51\xd0\xa1\x53\x32\x9d\x01\xb7\x2e\x07\x0d\xf2\xaa\x5c\xc1\x2d\x37\xd0\xbe\xa0\x09\xd4\xe1\x02\x37\x1a\x50\x23\xf7\x13\x03\x56\xf3\xfb\x60\x5e\xfe\x7d\x9b\xdc\x59\x19\x81\xeb\xf2\x78\xa3\x58\xf6\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x00\x39\x04\xed\x03\xcd\xcc\x35\xe6\x65\x18\x8c\xb7\x2d\x27\x34\xb5\x12\xc8\x72\xc2\x29\xa9\xa9\xaf\xcc\xea\x52\x0e\x0c\x8d\x09\xc8\x5e\xcc\xc1\x83\xe7\xa2\x34\x80\x8c\x9a\x41\x2b\xf6\x67\xa6\x5e\xc0\x0c\xd4\x20\xff\x06\xeb\x40\x29\x4a\xa8\x81\x2b\x6f\x60\x51\xf1\xd6\x87\xfa\xf0\xb6\xa2\x5b\x57\xc7\xcc\x57\xae\xa8\x03\xec\x6f\xd8\xfb\xf5\xd3\x25\x2b\xa3\xbc\xce\xd5\x4c\x42\x7c\x78\x36\xf7\x31\x75\x2e\xe6\x7d\x26\x67\x39\x66\x0c\xf0\xd8\x9f\x57\x3b\x20\xae\xcd\x27\x6a\x92\x89\x15\xbd\x8a\xd8\xef\x7d\xa4\x71\x96\x18\xe9\xf3\xaa\x7a\x35\x33\x38\x8b\x7b\x6f\x30\x63\xac\xad\xc5\x63\x26\xa8\x0f\xd5\x80\xbf\xb2\x8c\x4c\x6d\xaf\x25\x60\xc2\x08\xbd\xaa\x76\xad\x4b\xd8\x4f\x7b\xf7\x69\xef\x20\x8a\x43\xdd\x1a\x2e\x48\x54\xb9\xce\x19\xeb\x6b\x8f\x74\xae\xf8\x56\x12\xb7\x33\xf6\xb0\x47\x26\x4c\xa1\xbb\x4d\xe9\x8c\x70\xcb\xb7\xed\xcd\xa3\xc6\xac\x45\x9e\xec\x89\x33\xb9\xb2\xbc\x39\x57\xdc\x9f\x30\x50\xb8\x96\x6c\x5f\x59\xe3\x39\x41\x69\x03\xc3\xcf\x12\x1a\xc1\x9e\xb9\x7a\x5d\x89\xc9\x69\x70\x91\xc3\x0e\x67\x5c\x3c\xd8\xce\x10\x8e\xc1\x1b\xd6\x95\xe5\x6f\x52\xf9\x68\xe8\xd2\x9e\xae\xa4\xbc\x1d\x76\xb9\x19\x79\x74\xd5\x51\xe0\x62\x1c\xe5\x71\xd4\xeb\x9b\xeb\xc0\x2a\xd4\x7e\xb9\x1e\x2a\x44\xed\xa7\x5e\x9e\xd8\xe6\xdb\x25\xa1\xef\x5b\x43\xce\x96\x42\x54\x5c\x48\x86\x93\x48\xe2\x0c\x1b\xa7\xb5\x40\x7e\x1c\xc7\x3a\x74\x4e\x42\xf9\xf7\xf0\x2f\x04\xb3\xc2\xa5\xf9\x77\x22\x55\x5f\xe0\xef\xad\x80\x7b\x61\x5f\x28\x52\xd4\x1a\x92\xba\x03\x3d\x79\x10\xdb\xed\xe4\xca\xbb\xce\xed\x4f\x83\x9b\xee\xed\xd5\xfd\xcd\x59\x49\xb8\x3c\xbb\xb8\xbf\xbd\xeb\xde\xd4\x3e\x43\x18\xfc\xde\xd5\xe5\xe0\xcf\xf7\xdd\xfb\x86\x47\xbe\x81\x8b\xce\x0f\xdd\x52\x75\xa8\x3f\xdf\x77\x2e\x7a\x77\xbf\x0c\xae\x3e\x0c\x6e\xbb\x37\x3f\xf7\xce\xba\x03\x57\xa1\xfa\x0c\x4b\x8d\x44\xef\x5e\x5f\xdc\x7f\xec\x5d\x0e\x7c\x48\xc9\x52\x59\xb7\x7e\x2a\x4d\xe0\xc1\xb4\x52\xd2\xbd\x00\xf1\xf0\x77\xf3\x70\xee\x76\x9a\xff\x03\xcc\x0d\xd7\xb8\x3d\xc7\x2d\xff\x2f\xc4\x8b\x3d\xb6\x1c\xc1\x1b\x9c\x8a\xc3\xd4\x17\xc1\x22\x18\xd8\xbf\xa1\x63\xed\x0b\x32\x96\x46\x7b\x4a\x3a\x33\x57\x74\x51\x96\x3b\x35\x54\x3f\x14\x23\xf5\x86\x60\x20\x11\x28\x04\xa2\x5d\x09\xc2\xca\x6e\x95\x1b\x74\x73\x82\x21\x38\x83\x58\x4a\x0a\xa0\xe6\x05\xc8\x5f\xd7\x68\x65\x9b\xa1\x84\x32\x2e\x8e\xc6\x71\x41\xd6\xd8\x5c\xd0\x29\x4f\xf0\x87\x4a\xe2\x94\x4b\xa9\x9a\x32\x61\xaa\x2d\x96\xa8\xa3\xdc\xf2\x84\x91\x9f\xfe\xad\x18\x14\x98\x31\x9c\x59\x20\x5f\x40\x80\x73\x0f\x54\x8e\xab\xba\x8a\xb6\x4a\x3d\x79\xc5\xa7\xa6\x78\x16\x44\x79\xe4\x22\xca\x5d\x28\x05\x42\x01\x0c\x37\x16\xd8\x2d\x13\xe8\x29\xb9\x65\x19\x14\xf3\x0b\x42\x8d\xdd\xc5\x19\x14\x59\xab\xd4\x27\x23\x43\x57\x74\xcd\x49\x0d\x88\xae\x01\xeb\x08\x75\x5f\x9a\x0e\x7d\x99\x67\xef\x94\x7b\xa7\x1f\x06\x7e\xcf\x07\x5b\x5d\x22\x77\x54\x3f\xd4\xa0\x68\xd7\xf2\x65\xb7\xa1\x3b\xf6\xd8\x0c\xdd\x5d\xdb\x69\xd8\xb3\x01\x50\xe4\x76\x7d\x36\x26\x3e\xae\xe8\xd2\xcf\x38\xab\x00\x49\xad\xdd\x5f\x09\x88\xea\xf9\x6d\x3b\xf5\xb7\x38\xd0\xee\xc0\xe7\x2d\x6c\x30\x8d\x72\xbd\xc1\x0d\x6e\x5b\xc8\xbd\xe7\x49\x54\xaa\x11\xce\x7c\x80\xf6\xf2\x58\xb3\x58\xfb\xc8\x99\x95\xe8\x50\x3e\x96\xf2\x5d\xa7\x58\x4b\xa8\x56\xc2\x8e\xf4\xf8\x5d\x4e\x50\x20\xe5\xf5\xcb\x42\xd9\x85\xf7\xc4\x0b\xa5\xa0\x6a\x17\x7d\x5d\x3d\xbd\x3a\x99\x55\x51\x88\x5b\xb8\x32\xa2\xd6\x83\x2f\x63\x1d\xd1\xfa\x1c\xf6\x74\x08\x8e\xaa\x02\xf2\x15\x91\xc5\x41\x01\x8f\x8d\x29\xad\x22\x66\x03\x45\xee\x20\x0c\x9d\x78\xf9\x88\x9c\xa0\x85\xe7\x24\xba\xb8\xe7\x33\x7b\x63\x4f\x87\x2e\xae\x7d\xf9\x46\x47\x6b\xb3\xc3\x96\x3f\x1f\xd4\x59\x98\xd6\x57\x43\x3a\xab\x1b\xc1\x9b\xc5\x39\xc3\x32\x6a\x81\x36\xec\x74\xfd\x6a\xff\xc1\xcf\xe8\x0f\x48\x52\x79\x43\x92\x4c\xd4\x5a\x48\x06\x26\xc7\x50\x24\xc1\x45\xe4\x3b\x24\x16\x4d\x8e\x49\xc6\x1f\x18\xf9\x0e\x9c\xc3\x9d\xeb\xde\x77\x2d\xf2\x5d\x1c\x80\xfa\xdd\x06\xec\xaf\xc0\x30\x74\xe3\x76\x80\x67\x20\xa7\x96\x62\x9b\x3e\x40\x18\x5a\x34\xcc\x4e\x54\xfb\x00\x12\x60\x0c\x53\x08\xcb\x05\x01\x2d\x21\x68\xc2\x59\x61\x57\xf1\xc6\xe2\xc8\xec\x0c\x1d\x65\xdb\x5b\x0c\x8f\xdf\xb3\x23\x7f\x39\x23\x5c\x11\x70\xdf\x09\xd0\xfc\x05\xd8\x96\x6e\x20\xde\x43\x30\x4b\xdd\xac\x4a\x5a\xb2\x5f\xcc\xda\x4d\x59\x45\x78\x6f\x8d\xdc\xd6\x08\x1b\xe9\xd4\xad\x88\xaf\xfd\x7d\xa0\xb2\xaf\x41\x65\xfb\x88\x98\x2a\x0f\x6e\xf3\xdb\xec\x0c\x05\xa2\xa8\x19\x9f\x95\x6a\x25\x5c\xcf\xa7\xcb\x98\x64\xab\x51\x38\x37\xf4\xa4\x44\x6b\xb2\xda\x95\x72\x8b\x2e\x38\x74\x69\x2c\x8e\xb5\x3a\xd4\x8e\x71\x28\x29\x92\x63\x4c\xb3\xe1\x53\xe6\xaa\x9c\x17\x6e\x43\x77\x5e\x81\xdc\xe0\xaa\x72\x38\xf4\xd8\x89\x4a\x26\xfc\xb1\x3e\x70\x7b\xe9\x06\xef\xe0\x70\xbd\xec\x7c\xea\x9e\x0f\xba\x97\x77\xbd\xbb\x5f\x06\x8b\xbe\xd7\xf2\xe3\x9b\xb3\x1f\x7b\x3f\x97\xeb\x81\xdf\xfe\x72\x7b\xd7\xfd\x34\xf8\xd8\xbd\xec\xde\x74\xee\xba\xcb\xab\xde\x2f\xeb\xac\x0e\x82\xd2\x45\x96\xc9\x02\x50\x32\xf5\x70\x75\x1e\x94\x01\xed\x3e\x46\xc9\x8c\x70\xa3\xc9\x23\xd7\xdc\xe5\xe8\x38\x61\xef\xbe\xe7\x4d\x51\x35\xbd\x9f\x46\xc1\xb9\x2d\x44\x2a\x28\x3a\xe1\xce\xd6\x1d\x0b\x82\xce\xcd\x2a\x52\x8c\x78\x21\x51\x95\x9f\x76\x4d\x27\x6e\xc1\x4e\x49\xc7\x6d\x6d\x5d\xfb\x42\x12\x2b\x86\x32\x85\xa3\x47\x1f\x6c\x18\x3a\x39\x26\xd5\x35\x3e\x25\x88\x24\x15\x61\x62\x86\x06\x41\x78\xa2\x8a\x89\xef\x0c\x61\x5f\x66\x19\x4f\xb8\x89\x70\x3a\xa5\x22\x53\x2a\xe8\xd8\xab\x1f\xb9\x66\x6a\x05\xf7\xd8\x9b\x53\x76\x1f\x5a\x64\x53\x60\x5c\xac\x29\x39\x72\x09\x30\x59\x46\xba\x8c\x88\x67\xd3\x41\x1b\x9c\x3b\x0b\x50\x42\xeb\x0e\x69\x4f\xea\xeb\x8a\x50\x3c\x17\x8a\xeb\xbc\xba\x54\xbb\xeb\xee\x09\x2f\xae\xd7\xe1\x1f\xae\xa1\xc3\xaf\xec\x20\x2e\x61\xf1\xed\xad\x64\xce\x60\xb5\x07\xb1\x96\x52\xf6\x58\xc6\xa6\xc0\x96\x5f\x28\x60\xe3\xd5\xce\xcb\x66\x68\xd2\xcd\xaa\x85\x94\x16\x71\x75\xa5\x10\xa8\x27\x46\x75\x43\x99\x10\xc0\xeb\x49\x5f\x4b\xb1\x90\xc5\x1c\xad\xf2\xe0\xbe\x72\xa5\x90\xca\x60\x5e\x4f\xb9\x90\x95\xeb\xf6\x7a\x93\xf0\x6a\x06\xba\x46\x99\x90\x10\x23\x0e\xa8\xa0\x9b\xb1\x7c\xc8\xcb\xe3\x69\x06\x1c\xc9\x3b\xe5\xec\xa1\xaa\x31\x5d\xc6\x8a\x16\xd5\x0f\x3b\x77\x77\x47\xf5\x43\x43\x57\xab\x2e\x8a\xb3\x92\xa1\xbb\xb2\x6c\x2e\x47\x0c\x84\xab\x72\x61\xb7\x66\xfe\xdb\x7d\x64\xc2\xec\x45\x34\x81\x26\x6a\xc2\xf5\xd7\x33\xd5\x21\xa4\x5e\xef\xbc\xe0\x48\x01\x84\x3a\x72\xba\x1a\x45\x13\xc0\xde\xc4\xb2\x92\xce\x91\xd1\xe4\x5e\xb1\x53\x5b\x6f\x7b\xe0\xd5\xc5\x75\x59\x11\x28\xe6\x56\xbb\xc0\x10\x2d\x82\x50\x64\x02\x05\xea\x37\xca\x20\x2d\x09\x01\x22\x05\xa4\x97\xa8\x12\x0c\xca\xa5\xd5\x3d\xc7\x3e\x27\x54\x57\xbb\x5c\xb9\xe5\x5b\x24\x9e\x95\x9a\xf9\xc8\x20\x6c\x76\x2f\xf0\xfc\x1b\xe4\x01\xc0\x40\xee\x55\xb6\xb2\xd8\xdd\x2d\xe2\x97\xe6\x2a\x2b\xcc\x11\x94\xd8\xbb\xb3\x1d\xc5\x24\x41\x7a\x4e\x69\x45\x71\x30\x0d\x2c\x67\xf3\xf2\x7c\xcf\x39\x54\x37\x9a\x86\xb1\x5a\x31\x6d\x6f\x29\x16\x8d\xe8\xba\x51\x2f\x68\xa9\x01\x7d\xbd\x2c\x11\x82\xec\x3e\x47\xfc\x59\x50\xfa\x68\x2c\xba\x6a\xfe\x0f\x7b\xb3\x2a\xa6\x27\x32\x6b\xe2\xf5\xd0\xcd\xc6\x39\xf6\xdb\xcd\xc6\xa7\xd8\xef\x7b\x3a\xab\x19\x80\x0b\x0e\xd4\x46\xe5\x09\xe0\xa5\x58\x6e\x58\x7f\xea\x1c\x50\x14\x5c\xa1\xce\xfd\xa9\x4b\xe9\xbf\x1e\x27\x00\x42\x06\x6a\xc5\xbb\xe6\xb3\xbd\xab\x55\xb5\x0c\xd3\xfd\x6c\xc6\xd5\xd2\xad\x5a\x9a\xc0\x21\xcb\x74\x5b\x93\xa9\xc3\x0e\x0b\x14\x08\x49\xe0\x46\x71\x06\xe8\x24\x59\x48\x69\x2c\xdf\x42\xce\x78\xb2\x92\xb0\xac\xc8\x73\xbe\xa3\x21\xd5\x0e\x67\x3e\x80\x48\xfa\x5d\x3c\x9b\xa5\x19\xa0\x1d\x09\xda\x64\xa9\x2b\x0d\x89\x00\x33\x6e\xf6\xc1\x86\x86\x40\xf4\x7d\x71\x63\x47\x81\x5f\x80\x29\x0d\x05\x98\x80\xf6\xcc\xbc\xc7\x0f\xf3\x17\xf0\x2b\x58\xb6\xa6\x62\x43\x7a\x10\x61\xdc\x37\x4d\x6c\x1b\xac\xd1\x20\x64\xfd\x80\x4f\xc9\x28\xa3\x63\x9f\xa0\x06\x95\x13\x46\x85\x10\x6e\x25\x09\x2c\x45\x60\xff\xd4\x8e\xc1\xf1\x86\xa8\x5d\x3d\x63\x09\x8a\xc3\x5b\xca\x7d\xb0\x0b\x3c\x0d\x06\x4a\xf8\x53\xd4\xe3\xca\x3b\x8c\xbc\x29\x9d\x41\xb0\x1a\x52\xba\x1c\x85\x90\xba\x3b\x17\xb1\xd6\x86\x91\xff\xf7\x7f\xfd\xa5\xcd\xd3\xb5\x02\x10\x62\x3f\x41\x91\x4c\x1b\x05\x88\x44\x68\xf9\x14\xd8\xf1\xd2\xea\x70\xfb\x2a\x46\x0e\x1a\xfa\xb3\xf1\xce\x25\x25\x47\x63\xde\xb9\x9e\x1f\x14\x87\x8a\x71\xce\xf6\x42\xca\x35\x53\x68\xa2\x0f\xe9\x6f\x35\xe8\xbc\x8d\x61\x0b\xb5\xb5\xd7\x97\x85\x41\x2d\xd4\x80\xaf\xa7\x36\xf4\x85\x90\x77\x8f\x34\xe3\x56\xb1\x6c\xfb\x6c\xe7\xf7\xe4\x3f\x00\x6d\xf7\xdf\x1b\x6c\x33\x74\xcc\xd4\x20\xcd\x4b\x31\x40\xab\x06\x75\x6d\x3f\x3a\xcf\xcd\xbc\x3e\x6b\xbc\x74\x8c\x32\x9a\x3c\x6c\x92\x49\x6f\xdf\x6f\x68\x76\x35\x87\x8f\x9c\x62\x65\x41\xa3\x21\x4f\x9d\x55\xf2\xd4\x5d\xc8\x44\xdc\x3f\x32\x3b\x01\x60\xcc\x91\x28\xe4\xb8\x61\xc7\x8e\xb9\x4d\x3e\x20\x04\x1c\x88\x64\xd8\x45\x22\xf3\x2c\xed\x0b\xf6\x65\x26\x35\x2b\x45\x9f\xd6\xc0\x76\xb9\x60\x6a\xd7\x53\xfd\x4d\x53\xc1\xbb\xde\x49\x82\xf9\xea\xa0\x02\x8b\x7b\xba\x38\xe5\x7a\x22\xdb\xe9\x72\x4d\xf8\x8c\x5b\xf2\x18\xd4\x9e\xc2\x17\x2b\xb9\x70\x66\x95\x59\x61\xb2\x79\x8b\x84\x49\x56\xc8\x22\x63\x8f\x4c\xd1\xb1\x15\x73\x28\xcf\x62\x88\xb6\xb2\xea\xbc\x9e\x37\xb0\x12\x84\xb8\x6b\xb8\x6c\x9d\x8b\x66\x03\xf1\xa4\x13\xc3\xca\xcd\x99\x21\xec\x8b\x61\x02\x9d\x5b\x77\x3e\xf2\x37\x8a\x3f\x69\x2a\x9b\x83\x31\x99\xcd\xb7\xf3\xb3\xef\x63\xc7\xa7\x3f\xf8\xd0\xe6\x54\xbb\x4b\xc2\xe1\x9d\x4f\xa8\x48\x5d\xfc\xba\x0e\x55\xa1\x70\x76\x42\x1b\x46\x83\x70\xe0\xa3\xb0\x23\xb4\x1f\x6c\x13\xb1\x9e\xe1\x2e\xf2\x82\xaf\x15\xd9\xc0\x15\x21\x95\x95\x5f\x72\x61\x78\x66\xc5\x30\x37\x06\xab\x16\xe5\x22\xa4\x5b\x43\xb4\x54\xc3\x0a\x42\x1e\xb7\x18\x0f\xdc\x4a\xfa\x50\xec\xf5\xb8\x75\x99\xa6\x3e\x61\x53\xf8\xe3\x0f\xbe\xa1\xe5\x36\x26\xcc\x41\xb0\xd3\x0f\x41\xe0\x10\x72\x2e\xa4\x9f\x4c\x00\x82\x0b\x7b\x5d\x02\xe1\x87\x89\x6e\xa2\x02\x80\x90\xb5\x98\x84\x54\xf0\x75\x4d\x34\x84\xae\x63\x70\x2d\xc4\x8d\x99\x86\xc8\x75\xdd\x10\xb1\x0e\xb0\xa0\x5e\xd6\x72\xe8\xa1\x01\xef\xbc\x12\xfc\x4e\x7d\x77\x2e\xc4\x8d\x66\xd9\x90\x26\x0f\x01\xa9\x31\xe8\x54\x52\x79\xcc\x2b\x2b\xff\xf5\x85\xed\x1a\x88\xcb\x0e\x34\x01\x01\xa5\x28\x8a\x9b\xba\x34\x4f\x37\xec\xa2\x73\x57\xba\x40\x20\x98\x3e\x68\x5f\x38\x7a\x0c\xa1\x4b\xd9\x2c\x93\xf3\x69\xc3\x0d\x74\xbd\x10\xf3\xb9\x87\xc4\xdb\x75\xbc\x58\x9b\xc6\x48\x56\xe9\x8c\xeb\x59\x46\x4b\x25\x39\xab\x3d\x60\x20\xe4\xf3\x5e\x85\x98\x27\xb3\x5a\x77\x5f\x3f\x94\xa6\xf6\xf3\x67\x29\x7c\xe0\xef\x22\x57\x01\x01\x4e\xa5\xb3\x4f\xb0\xac\x0d\xcd\xb4\x31\xa6\xb9\x3d\x53\xd2\xde\x55\xb2\x2f\x0c\x1d\xfb\x58\x53\x27\xe5\xc8\x27\xc1\x94\x9e\xf0\x59\xec\x3e\xdc\xe8\xf8\xca\xd9\x31\x16\x9c\xb3\x9b\xa9\x67\x34\x29\x0c\x0c\x49\x46\xb5\xe6\xa3\x39\x49\xf9\x08\xbc\xcb\xa6\x08\x7b\x80\xa8\xd4\x80\x8a\x5a\x46\xcf\xad\xd5\xeb\x4b\xb9\x4d\xfb\xc9\x33\xd9\x3d\x64\xda\xf9\x11\x7c\xfc\x2e\x4f\xe3\xdc\x72\x28\xb2\xb1\x90\x8b\xb7\x66\x1d\x90\x5d\x23\xa9\xdd\xc8\x5c\x3c\xf1\xfe\x06\xe6\x73\xc6\xb6\x4b\x58\x59\x9a\xdb\xb9\x44\x56\xaa\xdf\xfb\x73\x96\xb1\x57\x52\x26\x7c\x91\x10\x96\xae\x75\x01\xf0\xf4\x62\xfb\xbf\xdb\x78\xb6\x08\x05\x6a\xc8\x06\xdd\xc3\x7e\x7f\xe5\x80\x92\x86\xd1\x7d\x64\xeb\x78\xb9\x56\xd2\xe2\x56\xe7\xaa\x89\x39\xee\xb0\xd8\x7b\x8b\x22\x7b\xe6\x09\x35\xed\xf5\x2d\x33\xda\x2b\xf1\x11\xa5\xa3\x80\xe8\xce\xe9\xb1\x4f\x20\x29\xd2\x31\x36\xd8\xf0\x57\x12\xdf\xe4\x46\x77\xe3\xd4\x94\xe7\x63\x87\xab\xb7\x6b\x13\x7a\x2b\xc6\xbb\x85\x67\xd8\xb5\xb1\xf6\x0e\x34\xb6\xb0\x0f\xf9\xe1\x79\x85\xd4\x85\xa5\x5d\xd3\x54\x53\x07\x36\xb5\x7b\xd4\x5b\xe6\xca\xe6\x0e\x66\x8a\x8d\xf8\x97\xad\x8c\xf0\xd7\xf0\xa9\x13\x48\xac\x82\x24\x47\xa3\x4c\x52\xab\x53\x21\xe2\xa0\x95\x65\xa1\x2c\x73\x21\x1f\x7a\xe1\xe4\x49\x71\x63\x98\xe8\x0b\xc0\x64\xd2\xff\x74\x7a\x72\x32\xcc\x93\x07\x66\x4e\x1e\xd8\x1c\xca\xa2\x46\x3f\x6d\x95\xda\xc4\x34\xf6\xad\x99\xb1\x2a\xa7\x26\x33\x4c\xa9\x72\x40\x7b\x95\xb1\xbe\xe3\x6d\xd6\x26\x3f\x64\x72\xa8\x5b\xe4\x36\x99\xb0\x29\x6d\xa1\xfb\x0c\x9e\x43\x89\x89\xf6\xfb\x76\x5f\xdc\x32\x46\x26\xc6\xcc\xf4\xe9\xc9\xc9\x98\x9b\x49\x3e\xb4\xe2\xf9\x49\x36\x1f\x19\xf4\x2b\x9e\x70\xad\x73\xa6\x4f\xfe\xf4\xc7\x3f\xc2\xd2\x80\xb3\xcd\x6a\x9e\x63\x05\xb6\x83\x45\xf9\xbc\xb4\xdd\xb7\x8b\x00\xa9\x9b\xe3\xdd\x28\x29\x06\xec\xcb\x4c\x31\xc0\x92\xdb\x36\x09\x4e\x93\xce\xe7\x5b\xa2\xe7\xc2\xd0\x2f\xa7\xa4\x7f\xf4\x09\xab\xc0\x90\x1f\x65\xae\x34\x39\xa7\xf3\x63\x39\x3a\x9e\x4a\x61\x26\xe4\x13\xfc\xaf\xfb\xe9\x89\xb1\x07\xf2\x0b\xa3\xaa\x7f\xe4\xf6\x17\x99\x75\x40\xba\x02\xcb\x89\xca\x85\x76\x05\x66\xfe\xf8\x2f\xbe\xc2\x8c\xed\xe6\xfb\x93\x3f\xfe\x0b\xf9\x3d\xfc\xbf\xff\x8f\xfc\xbe\x7f\xd4\x04\xe2\xb6\x51\x02\x42\x51\x02\xa8\xb6\xb5\x07\x9e\x3c\xc8\xd1\x68\x60\xf8\x94\x61\x54\xc2\x80\xaa\xc6\x0a\xe7\x1b\x26\x40\x72\x87\x7a\x89\xb8\xfd\x05\xda\x8c\xeb\x14\x43\x04\xfd\xc1\xd0\x79\x81\x4c\xf8\xe4\x8b\x7c\x87\x34\x06\xae\xe1\x2b\x96\x5a\xfa\xdd\x44\xbd\xf3\x16\xa1\x45\x4c\xed\x22\xd8\x34\xc6\x70\x0d\x16\xd1\xd8\x8e\x2f\x57\xd5\xc8\x59\x74\x30\x7c\x63\x26\x65\x98\xe0\xb3\x9a\x93\x6f\xa5\xda\xe9\xce\x7f\x60\x0b\xce\xa6\x8d\xa2\x13\x3c\xc0\x62\x0c\x05\x0c\xa1\x65\x52\x85\x2c\x62\x8c\x36\x71\x80\x84\x7d\x71\x77\x75\x7e\xf5\xee\x81\x1a\x25\xc7\x54\xbc\x3f\x25\x9d\x34\x75\x45\x6e\x89\xf3\x98\x59\xe2\xb1\x37\x44\x9b\xc4\x15\x2b\x85\x5d\xb8\xda\x70\x83\x58\x81\xe2\x0a\x8d\x78\xeb\x1d\x76\xbb\x7c\xe7\xe1\x93\x7a\xd6\x56\x46\x91\x0c\x1d\x14\xa0\x6d\x30\x57\x7b\x0f\x59\xbe\xb5\x38\xdf\x6d\xea\xf6\xde\xce\x58\xc2\x99\x76\x85\xbe\x55\xca\x60\x79\xc0\x4c\x08\x56\x57\x17\xb5\x58\x7b\xa8\xca\xc5\xcb\x77\x49\x5a\xac\x02\x47\xec\x40\x29\x58\xeb\xbe\xe0\x0d\x1e\x4d\xa5\x5c\x4e\x91\x28\x6a\xd9\xc6\x96\xd9\x77\xae\x8e\x72\x5c\xfe\xd5\x5e\xe9\xc7\x23\x9a\xd8\xd5\xab\x94\x63\x8f\x59\x55\xdd\x3a\xde\x51\xfd\xb0\x5f\x0b\xeb\xce\xd0\x86\x3c\x2d\xa0\xc0\x90\x1a\x5d\x3c\x08\x5f\xc8\x60\x31\x54\x3f\x34\x85\x89\x6f\x5c\xa6\xc9\x2e\x85\xcf\xa0\x58\x36\x3e\xd7\x72\x84\x8c\xe1\x0a\x69\x82\x26\x13\x25\x8d\xfb\xe0\x0a\x2c\xe1\xc0\x33\x96\x56\xb3\xf5\xaa\xe3\x5f\x45\x06\x68\x36\x8f\x0c\x8b\x90\x0f\x36\xb5\x7a\x16\x78\x76\xa6\x54\xcc\xf1\x20\xd9\x0b\x8b\xea\x07\x1d\xf0\x35\x89\x9e\xd2\x2c\x6b\x11\xc5\x72\xa8\x6d\xdb\x22\x9a\x65\xa3\x63\x0f\xf6\x91\x92\x4c\x8e\x79\x42\x33\x32\xcc\x64\xf2\xa0\xfb\xc2\xde\x20\x62\x8c\x17\xdf\x4c\xc9\x84\x69\x1d\x5d\xb9\x45\x6c\xdc\x4c\xc9\x34\x4f\xb0\xda\x12\x56\x3b\xe4\xda\xf0\xa4\x52\x62\xc7\x72\x44\x70\x4a\x25\x14\x34\x52\x88\x4c\x81\xe1\x5a\x11\x80\x61\xb2\x58\xee\xcb\x0b\x03\x98\x01\xcd\xf8\x3f\x20\x3e\x19\x5d\x35\x4d\xd4\xbb\x87\xa4\x17\xbf\x3d\x03\x53\x3e\x0d\x2b\xe8\xf9\xcc\x7d\x06\x67\x68\x19\xc5\xdc\x94\xc9\x39\x50\x43\x20\xf3\x80\x39\xe0\x89\xa2\x70\x44\x79\x5c\x07\x7c\xc5\xfb\x67\x5e\x59\x6e\x04\x0c\xb9\x21\x23\x62\x15\x4d\x9f\x61\x91\x1f\x87\x6d\x15\x59\x6c\xa1\x75\x5f\x06\xc5\x81\xfd\xd9\x2b\xe2\xd1\x12\x89\x5f\x1e\xbb\xf6\xf6\x1a\x69\x85\xca\x3b\x54\x3b\x3f\xd4\x71\x80\xc4\xb0\xfc\xb0\x2f\x00\x17\xd6\x76\x52\x29\xe3\xb2\x48\x51\xaf\xb8\xda\xce\x7e\x98\xe3\x86\x45\x77\xfc\x22\x6f\x42\xe4\x65\xba\x85\x44\x84\x0d\x99\x5d\x29\xb8\x46\xd5\xc5\x52\x22\xb5\xc1\xd3\x47\x5e\xe0\x1b\x47\x1d\x35\xee\xed\xd6\x66\xad\xca\xa8\x16\x82\x8c\xf9\x08\x89\x0c\xc6\x06\x71\x3e\xae\x72\x6c\xd3\x88\xbe\x4a\xf6\xde\xb2\x8d\xbc\xa6\x06\xab\x7f\xb2\xa9\x34\x88\xea\x89\x00\x9b\xde\xa0\x81\xb8\x9d\xc3\x4c\x0e\xe1\x5e\x01\xec\x4d\x1f\xf7\x18\xc5\x37\xe1\xbc\x59\x4a\xde\x45\xd7\x44\x88\xa5\x7e\xdf\x14\xae\xb6\xbf\x14\xc2\xaa\x15\xa4\x31\x91\xb0\x8c\xa2\xd7\x26\xd7\x95\xf0\xf4\x68\x56\x23\x6a\x39\x77\x53\x80\xc8\x66\x69\x87\xa5\xdd\xdf\x43\xda\x61\x65\x1a\x0d\xfe\x5a\x39\x7e\xd6\x30\x48\x3b\xa9\x0b\xb9\xbe\x1e\x89\x99\x3f\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x57\x4a\x65\x05\x85\xf1\xeb\xa6\x54\x56\x06\xf3\x9a\x53\x2a\x2b\x43\x7d\xbd\x29\x95\x35\x03\x5d\x23\xa5\x12\xfd\x33\x03\x4b\xd4\xeb\x31\x05\x88\x65\x18\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\xd5\xf0\x40\xe6\xec\xe5\x1c\x97\xc9\x0e\xa3\x75\xd1\x5c\x5b\xa7\x43\x56\xa6\xbc\x66\x3a\x64\x89\xa5\x1d\xd2\x21\x43\x3a\xe4\xe2\xba\xbc\xc6\x74\xc8\xca\x9e\xaf\x97\x0e\x59\xb7\xe5\x5b\xb8\xac\x4a\xcd\x7c\x33\xe9\x90\x95\x15\x7d\xcd\xe9\x90\x95\xa1\x1e\xd2\x21\x9f\x65\x36\xaf\x2c\x1d\xb2\xfe\xd4\x6d\x96\x0e\x59\x2b\x9a\x35\x9f\xed\x5d\x93\x09\x20\x20\xfc\x85\xd3\x21\x4b\x13\x38\xa4\x43\xee\x58\x74\xb3\x4c\x82\x6e\x04\x50\xd8\xc8\x65\x40\x55\xef\xa1\x25\x09\x91\xa0\x6e\xec\x81\xa2\x9e\x37\xcc\x01\x2c\x84\xeb\x6a\x44\x9d\xd2\x3a\x68\x57\x6a\xc3\x8a\x26\x3e\x89\x08\x3d\x4e\xb1\x6f\xe4\x40\x81\x1b\x5b\x94\x1a\x16\x39\x58\x16\x31\xca\xb8\x81\xe4\x6a\x80\xd0\x77\x20\x40\x97\x8c\xb1\x2d\x04\x3c\x98\xe6\xea\x95\x7d\x28\x56\xb0\x9f\x66\x7f\x17\xff\xb7\x71\x41\x76\x2d\x55\x9a\xcc\xf2\x6d\xa2\xd0\xc7\xdb\x7d\x36\x65\x53\xa9\x56\xb9\x86\x1b\x4c\x0d\x52\xd1\xf1\xaa\x34\x81\x75\x57\x6f\xd7\x55\xf3\xf5\x25\x36\xb3\x3d\xf9\x1c\xdf\xe5\xca\xb0\xaf\xe5\x1a\x7b\x27\x40\x5f\xa8\xf5\x7f\x05\xf7\xe3\x96\x1e\xae\x86\x8c\xca\xc5\x0e\xc1\xf4\xad\x99\x3a\x8e\xc5\xa3\x92\xcd\x79\x71\x04\xa5\x75\xf7\xc2\xf3\x0e\xcb\x9e\xab\xc6\xf8\x8b\x75\xb2\xd2\xb0\xc0\x91\x95\xcc\x63\xc0\xb9\x2a\xa5\x0d\xe7\x35\xc1\xa5\xeb\x99\x3b\xb8\x30\xff\xfa\xcf\x1b\x19\xed\xad\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x89\x72\x2e\x3e\x07\x01\xff\x73\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x6a\x7a\x06\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x5e\x2c\x5c\xf4\xc6\x9c\x35\x95\x42\xd0\x55\x22\xd8\xdc\x9b\xed\x97\xe4\x85\x3d\xda\x75\xf3\xd8\x80\x3a\x4a\x71\x5d\xc5\xf1\xf7\x3e\x06\x94\x4a\x20\x05\xba\x2f\x3a\xa5\x08\x30\x0f\x29\x3a\x9c\x17\x91\x24\x78\xb5\xc7\x44\x06\x30\x14\x4e\x7b\x81\xc2\xc2\xf6\x5f\x20\x86\x60\x6e\x23\xfa\xba\xbd\x3f\x1b\x82\x60\x58\x7a\x4c\x93\x79\x92\xf1\x24\x12\x49\xc7\x8a\xce\x26\xcb\x28\xf1\x90\xc3\xf3\xb5\x72\x78\xd6\x2c\x62\xb6\x34\x8c\x27\x2e\x03\xf6\xa6\x73\x8b\x16\xc9\xf1\x90\x56\xb4\x01\x49\xee\x36\x9e\xbd\x53\xe2\x5b\xca\x72\x6a\xa6\xbc\xaf\x9c\x51\xb2\x38\xb0\xaf\x99\xdb\x54\x73\x5f\x6c\xb7\xba\x5f\x37\xa3\x69\xad\x69\x34\x86\x81\xae\x91\xcc\x54\xaa\x39\x1d\xee\xfd\x15\xa9\x4d\xcd\xab\xf4\x4a\x68\x70\x9f\xb1\x6b\x4d\xdc\x66\x75\xfc\xda\x26\xa2\xe2\x66\xa1\x6c\x61\xa3\xde\x56\x38\x5b\x18\xf6\x96\x21\x6d\x9d\xa8\x86\xda\x44\x66\x00\x7e\x56\x5a\xad\xd0\x41\x88\x8a\x09\x0b\xe4\x37\xe3\x76\xc6\x12\x14\x5d\x0b\x14\xad\x65\x81\x6b\x61\x13\xbf\x8d\xe0\xb5\x15\xfa\xd0\x86\x01\x6c\xf1\xa2\xee\x16\xc4\xb6\xa3\x7e\xb3\x59\x20\x5b\xa5\xb3\xa5\xfb\xbd\x85\xcb\x75\x01\xb1\xec\xe0\xb0\x0f\x0e\xfb\xfa\xb5\x79\x8d\x4e\xfb\xa2\x9a\xcb\x86\x8e\xfb\xa6\xed\xdf\x07\x25\xed\xd1\x81\xff\x95\xdd\xe2\xeb\x7a\xc4\xbf\x6e\x9c\xc1\x9a\x21\x06\x07\xb7\xfd\xb7\xe1\xb6\x6f\x3e\x6f\x1b\xb9\xee\x57\xe4\x06\xf9\x5e\x76\xf5\xaf\x86\x7c\x95\x67\xf5\xb1\x06\x1b\x70\xf4\xc5\x9a\x7e\xd6\x22\xa1\xe6\xe0\x6b\x7d\x56\x5f\x6b\xcd\x42\xaf\xf6\xb7\x96\x84\xb7\x17\x75\x92\x55\xc1\x70\x9f\xd3\x51\xb6\x4a\xe0\xcd\x87\x83\x67\x3f\x47\xb5\x73\x5e\xf7\x38\x7d\x0e\x7b\xeb\x8b\x7e\x11\x36\x1d\xb2\x34\x05\x85\xd8\x48\x87\x27\x57\x90\x80\x60\x48\xac\x96\x93\x52\x6d\x29\x97\x42\xfd\x5b\x9e\xb2\x08\x1c\xba\x90\x6f\x30\xba\xb5\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\x4e\x73\x91\xb0\x58\xc7\x52\x24\x95\x4c\x8b\xef\x0c\xd6\xb5\xa3\x62\x4e\x1e\x84\x7c\xca\x58\x3a\x86\x1d\xaa\x0e\xe6\x98\x70\xd6\x22\xdc\x84\xcf\x14\xa3\xc9\xc4\xb2\xcb\xbe\x1d\x3b\xb8\x1c\x50\x10\x63\xee\xdb\x08\x39\x31\x34\xf3\xbe\x4d\x48\x4f\x90\x11\x4d\x4c\x8b\xe8\x7c\x58\xb4\x9f\x4a\x84\xc2\x7b\x64\x22\x9e\x78\xd1\xc8\xb3\x39\x49\x6b\x9d\xa2\x0d\x9a\x85\x25\x80\x4e\xc6\xe9\x4e\x4e\x8b\x47\xba\x4b\x0a\xed\xa7\x5c\x1b\x02\xb6\x72\x22\x45\x38\x4c\x2e\x19\x20\xc0\x05\x00\x1c\x1b\xa6\xde\x2f\x81\x01\xa7\x95\xa9\x6c\x3a\x96\xc2\xc3\xe4\x50\xe0\x9c\xba\x0a\xed\xe2\x72\xa7\xf2\x49\x68\xa3\x18\x9d\x3a\x8c\x6f\xcb\x89\xc1\x14\x8b\xfe\x25\x57\x51\x11\x6e\xe0\x4d\xb6\xf8\x82\x8b\x07\xbb\xbb\x05\x40\x02\xe0\x3a\x42\xcf\x35\x9b\xf6\x03\x17\x54\xed\x54\x54\x1d\xab\xac\x6d\x65\x66\x19\xce\x9b\x10\x24\x0c\x5d\x05\x17\xb1\x89\x51\x45\x03\x98\x25\xb1\xdd\x11\x60\x75\x88\xf2\x47\x89\xa1\x80\x5e\x32\x61\xd9\x2c\x42\xe3\x9b\x51\x65\x02\xd2\xbc\xcb\x9a\x4e\xe4\x74\x9a\x0b\x48\x74\x77\x7a\xda\x93\x4b\x8f\x75\x36\xbb\xa2\xf1\x76\x5f\xf4\xcc\x77\xda\x9e\x2f\x29\xc6\xd9\x9c\xd0\xf4\x91\xeb\x02\xac\x22\x91\x42\xe7\x53\xa6\x2a\x38\xab\x08\x33\x4b\xa8\xa7\x15\x3b\x36\x2b\x78\x79\x98\x6c\x77\x37\x8c\xc9\x90\x8d\xec\xa5\x3b\xa3\x4a\x7b\xfb\x50\x8d\x6d\xc7\x6d\x6e\x6a\xd7\xea\xab\x9d\xc9\x9f\xe3\x63\x47\xa6\xc5\x09\xa5\x4e\xdf\x38\xa9\x9e\xcf\x08\x82\xbe\x29\xac\x61\x61\x52\x64\xf9\xc5\xe4\x56\xe1\x7c\xa1\x94\x60\x55\x0d\xf7\x15\x0d\x35\x1c\x1a\xdb\x8f\x17\x68\x70\x70\x1b\x59\xf2\x2a\x13\x74\xa3\x46\xf3\x4c\x7c\x36\x19\x87\x4b\x41\x1b\x6a\x78\xe2\xe1\xf4\x43\xb1\x10\xfc\xba\x79\x6b\x77\xad\xe2\xa0\x13\x9a\x2d\xee\x70\xf3\x5a\xde\xe2\xfb\xcb\x79\x9f\x3b\x6e\xd8\xf6\xd2\x10\x95\x44\x66\xd9\x26\x78\x14\x95\x99\x9f\x15\x9f\x2f\x1f\x51\xd1\x8f\xdd\x00\xbf\x17\x70\x6a\x10\x43\x83\x66\x4e\xb2\xd0\xc6\xed\x52\xfc\x12\xf2\xd0\x39\x11\xf9\x74\xc8\x54\x5f\xc8\x11\xc0\x94\x64\x4d\xda\xf2\x4c\xc9\x29\xdf\x24\xa1\x0f\x21\xa9\x6e\xbc\x23\x6e\x85\xa5\xd1\xbb\xeb\x00\xaf\x17\xc9\xcb\xf5\x88\xd5\x50\x05\xca\x19\x4b\xce\xd0\x94\x2e\x14\xed\x58\x6b\xc1\x57\x29\xbf\x1d\x32\x45\xb3\x82\x5b\x3d\x8d\xa0\xd0\x0f\x0c\x0a\xdd\xd2\xec\x89\xce\x8b\x40\x9e\x4d\x8e\xd3\x2d\xca\x22\x4c\xfb\xf3\x42\x3d\x95\x45\x27\x26\x38\x32\x71\xbf\x70\x15\xd6\x39\x41\x67\x75\x64\xb8\xf1\x59\xf2\x73\x7e\x4e\x21\x3b\x3e\xf6\xb1\x7c\xbd\xc9\x6d\x58\x3e\x0c\x51\x8b\x04\x86\xb3\x7c\xa9\x3e\x95\x28\x67\xef\x6b\x54\x69\x87\xa0\x2e\xe7\xfd\x18\xd7\xf5\xad\xbe\xc0\x9a\x39\xb2\x5e\x6b\xb1\x76\x8c\x0d\xdc\xac\xa4\xa1\xef\x71\x79\xc1\xc4\x4d\xaa\xb2\xae\xd6\x21\x46\x56\x76\x71\x70\xe1\x01\xf7\xcd\xc5\x15\x8c\x78\xc6\x74\x9b\xf4\x6a\xf4\x09\x13\x15\x35\xc6\xb4\x70\xf0\x52\x79\x79\x27\x57\x3c\x02\xbf\xf3\x52\x0d\xe1\xae\xd2\x45\x61\x72\x50\xcc\x8e\x19\x08\x18\x24\xf9\x89\x55\xf1\x26\xd8\x00\x60\xca\x5b\xf1\xd2\x80\xf5\xcc\xf2\x02\xee\xf0\xe8\xb1\x9c\x50\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x8f\x3f\xef\x46\xd5\xb0\xa5\xfb\x40\x0c\x5a\x3f\x7e\xc2\xf7\x0a\xc5\xa2\x17\xf7\xa6\x76\x84\x77\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x80\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\x98\x4d\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x74\x72\xdf\x23\xcc\x24\x00\x78\xdd\x17\x89\x7e\x6c\x59\x81\xf6\xef\x39\x33\xf6\xe7\x26\xf0\xaa\x29\x13\x1a\x38\x01\x5f\xb7\x08\x8c\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x40\xff\x5b\xda\x0d\xd8\xff\x96\x4c\x01\xc5\x00\x97\x56\xd7\x50\x0c\x16\x79\xea\xd6\xa1\x06\x6e\xe1\xa9\x17\x7f\xcb\xc5\x86\x62\xd2\x59\xf1\x51\x34\x8a\x06\x29\x6c\x3a\xa3\x8a\xeb\xcd\x9a\xf7\xdf\xd4\xb6\xbe\x8a\x89\xf8\x75\xa5\xc4\x15\xcb\x22\x05\xc0\x22\x31\x8a\x31\x60\x21\x81\x9e\xdc\x5d\x2f\x9d\x79\xdc\x4f\x2c\xfa\xa8\xdd\x17\x9f\xbc\xfd\xb3\xf8\x35\x94\x27\xc0\x78\x0f\x96\x92\x1c\x74\xa6\x72\x2b\xd0\x6c\xca\x75\xf8\x01\x30\x2c\x74\x9e\x19\x84\x14\x1b\x41\x01\x2c\x3f\x50\x7c\x52\xc7\x25\x14\x15\xc9\xe4\x52\xee\x56\xb6\x84\x8f\x06\x2c\xdb\x44\x76\xec\x8d\xba\x99\xb6\xf4\x9d\x3c\x34\x9c\xce\x3f\x78\x28\xc2\x0d\x36\xa8\x98\x0c\x48\x6e\x1e\x58\x09\xb5\x12\xb4\xd3\x65\x08\x50\xc6\x08\x18\xd9\xaa\x81\x1b\x18\xe8\x6a\x77\xd1\xc9\xd6\xbe\x1a\x9b\x92\x19\xf1\x66\xb9\x21\xf4\x42\xa8\xe9\x0b\x95\x0b\x40\x22\x08\xf6\x73\x4a\x34\xf3\x25\xdf\x12\x29\x50\x06\x70\xc6\x93\xb1\x65\x13\x56\xf2\x03\x27\x8a\x14\xa0\x51\xc9\x5c\x5b\x1e\x42\xa7\xcc\xd8\x0b\xea\x1d\x60\x65\xa2\x07\xa3\x45\x66\x8a\x4f\x0d\x7f\x64\x01\x3e\x24\xde\xb9\x33\x6a\x68\x26\xc7\x1d\x65\xf8\x88\x26\xe6\x8e\xee\xa4\x32\x53\xd7\xcc\xb6\x5e\x6c\x3f\x0c\xd2\x3b\xb7\x6b\x3f\x66\x82\x29\x98\x27\x94\x97\xa8\x3d\xc1\x9b\x16\x9e\x28\x18\x37\xe0\x82\x25\x88\xa4\xa4\x83\x89\x81\xe6\x46\x4e\xad\x42\x4a\xb3\x6c\xde\xf2\x35\xf5\x27\x54\x4f\xfc\x3e\x23\xac\xd2\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\x94\xae\xaa\x5b\xdc\xca\x28\x8f\x98\xc8\xa7\x47\xa7\xe4\xbf\x8b\x39\x9e\x75\xce\x7e\xec\x0e\xce\x7b\xb7\x9d\x1f\x2e\xba\xe7\xd1\x7c\xdc\x93\x4f\xbd\xdb\xdb\xc5\x5f\x7f\xec\xdd\x2d\xfe\x78\x7d\x75\x7d\x7f\xd1\xb9\xab\x6b\xe5\xe2\xea\xea\xa7\xfb\xeb\xc1\x87\x4e\xef\xe2\xfe\xa6\x5b\xf3\xe9\xfd\x5d\x78\xe8\x9e\xfd\x25\x3a\x43\x90\x8e\x65\xe7\xd3\x30\xda\xea\x31\x3b\x26\xe5\x17\x4f\xc9\xbd\xf3\xc4\xb8\xca\x80\xde\x66\x44\x21\x88\x17\xe2\x8a\x52\x34\x26\xa5\x7d\x41\xfc\xe7\x76\xee\x4d\x9f\xa2\x8b\x28\x99\x30\x92\x49\xf9\x90\xcf\x1c\x03\xc3\x68\x33\x21\xd1\x20\xc3\x74\xd4\xda\x8f\xbd\xbb\xd3\xe0\x11\x5a\x6c\x2c\xca\xbb\xf0\xa4\x0e\xe3\xa2\x9e\x69\x62\xad\x45\xc5\x1e\xe1\x48\x06\x4f\x61\xd4\x43\xd8\x80\x65\xfd\x60\x6b\x54\x98\x4a\x37\x69\xea\x40\x55\xfd\xc4\xa2\x86\xcb\xdb\xb7\x6c\x35\xc3\x72\x20\x30\x0f\x19\xb2\x84\xe6\xe8\x48\xb3\xb7\x91\x52\x52\xc5\x03\x2e\xb6\x7d\xc7\x46\x8f\x16\x85\x8c\x32\x82\x26\x96\x77\xb3\x9f\x44\x27\xc7\xaa\xcb\xa0\x4a\x2b\x46\xb5\x14\xe4\x69\x32\x47\xdb\x94\xaf\x94\x33\x1d\x32\xf4\x97\x90\x6a\x5d\x73\xc2\xc1\x31\x47\x0d\x79\x62\x10\x71\x98\x3b\xe8\x1f\xd4\x8f\xed\x01\xd4\xbe\x98\xa8\x0e\x60\x68\xa5\x48\xc4\x46\x8e\xb9\x0f\xa1\xd8\x7e\xaf\x59\x1d\xb7\xdc\x3c\x6c\xac\x90\xdb\xb0\x51\x60\xa1\xde\x4b\x0a\x23\x6e\xb0\xf7\x7b\x96\x5d\x63\x77\x5e\x22\x03\x2d\x5e\x1b\x2b\x38\xba\x81\x92\x9f\xab\xc7\xe3\xe3\xad\x4b\x19\xeb\x9b\xe5\xe8\x05\x0f\xff\xca\xb5\xba\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\x0d\x66\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\xe8\x4e\xa0\xac\x05\xe0\x9a\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\x22\x8c\xd5\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x69\x43\xd4\x3e\x1f\x4f\xf6\xd0\xe2\xfa\x92\xfc\x9f\x9c\xaf\xcb\x8a\xef\x91\x16\xaf\xa4\x34\x28\x43\x16\x7a\x06\xf1\xab\x09\x26\x00\xd7\x29\xa2\x92\x5a\x41\x8d\x83\xa4\x66\xe5\xf2\x07\x21\x9f\x44\xb0\x97\xeb\x76\x5f\x74\x29\x00\xe5\x06\x65\xc1\xc5\x1e\xa0\xa4\xbe\x52\x46\x2f\x21\x6f\xbe\x92\xbc\xd9\x82\xee\x1d\x9a\x78\x36\x27\x05\xba\x6a\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\x80\x82\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x26\x9f\xbd\x75\x06\x42\x3b\x0a\x54\x60\x83\x17\x4e\x46\xe7\x4c\x35\x2f\xec\x3e\x12\x2a\xf7\x1d\x6f\xb1\x7c\x81\x43\xa6\x4c\xcd\x2a\x97\x94\x64\x21\xd0\x6a\xba\x41\xcc\xd8\x59\xf8\xe8\x96\x2d\x8f\x01\xfd\x00\x08\x83\x50\xc6\x2f\x83\x1b\xda\xf2\xd1\xff\x85\x9b\x05\x89\x94\x50\xde\xda\x59\xf8\x23\xbf\xa4\x3d\x3f\xe0\x57\xb3\x52\xc0\x10\x92\x6f\xb1\x62\x5e\x9b\x74\x00\x23\x17\xd0\x4f\xed\x55\xe8\x03\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x44\xc4\x74\xdb\x4c\x4c\x1a\xa8\x29\x44\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x79\x0b\x5d\x4c\xdb\x5f\x3f\xd1\x61\x03\x05\xfb\x6b\x84\xe0\x2c\x0c\x37\xfa\xf0\xd7\xfa\xa1\x7f\xcc\xa9\xa2\xc2\x40\x60\x89\x13\xbc\x15\x8b\xa2\x15\xd9\x17\x88\xc0\x12\x68\xac\x85\x9f\xe2\xcd\xf5\x8e\x74\x2c\xce\xc8\xd3\x16\xe1\x6d\xd6\x6e\xb9\x4a\x14\x3a\x1f\x16\x6f\x4e\xac\xe4\xd0\x17\x0b\x81\xfb\x6d\xd2\xc9\xb4\x74\x5f\x30\x91\x64\x80\x49\x1d\xc5\xc0\x04\xca\x77\xae\x9f\xe1\x1c\xd4\x0b\xd8\xca\xa2\x79\xe9\x1e\x44\x1f\xf6\x05\xd5\xe8\x69\xce\xe0\xa4\x17\xbf\xd7\x61\xce\x97\xa2\x0f\x9e\x11\xd7\x65\xe1\x1a\x7a\xb6\x4d\x42\x70\xe5\x65\x1b\x04\x6f\xc0\xc6\x14\x09\x15\x7d\x11\xc8\x99\xbc\xa3\x26\x63\x54\x1b\xf2\xc7\xf7\x1b\x05\x5c\xf8\xf9\x15\xcc\xd5\x9d\xde\x22\xb4\xd4\x87\xb3\x35\x95\xcc\x00\x48\x4e\x42\x89\x60\x51\x80\x7a\xcb\x6e\xb3\x91\xe4\x91\xeb\x1c\x50\xbe\xa3\x30\x76\xc4\x69\xe6\x46\x7b\xc8\x41\x54\x98\x1a\xd8\x88\xaf\x9a\xe0\x7c\x92\x6e\x58\x35\x84\xe5\x74\x27\x8e\xca\x19\x64\x92\x15\x81\x65\x13\x6a\xfa\xc2\x31\x56\x1f\x8b\x11\xc1\xc1\x76\xb2\xac\x1c\xcc\x65\x05\x9c\x94\x09\x3b\x61\xc0\x28\x6f\x87\x05\xba\x04\xed\x2b\xc4\xff\x94\xcb\x94\x84\xb3\x62\x15\xb5\xbe\x08\xd9\x40\x71\xdb\xb5\xc2\x4e\x9d\x09\xf8\x05\x65\xe0\x9a\xee\x2f\x10\x2c\x7e\x0d\x59\xb8\xb9\xe2\xce\x12\x97\xc9\x82\xd9\x7d\x89\x68\xbc\xef\x0e\xd6\x97\x94\xeb\x4d\xd8\x70\xcb\x3e\xc9\x1a\x8b\x78\xc3\xe6\x46\xa2\xc5\x2e\xfa\x77\x08\x44\x7b\x29\xa7\x6c\x69\xe8\xbd\x14\xa2\xc4\x57\x33\xc1\x22\xea\xda\xb3\x0e\xb0\x45\xf3\x34\x8a\x1b\x8d\x82\xea\x20\x3c\xd8\xf3\x3d\xf7\x66\x83\x73\x74\xf6\xb6\xa7\xdf\x2a\xe6\xef\xa7\x12\x22\xcb\x16\x27\xde\x2c\xeb\x75\xd2\xbf\xd1\x84\x89\x64\x8e\x3d\x79\x8c\xeb\x42\x8e\xbb\x73\x06\x27\x8f\x98\x41\xc1\xde\x5e\x2b\x1d\xba\xba\x0f\x6d\xd2\x85\x7b\xc6\x97\x81\xa0\x23\xef\x33\x88\x5e\xee\x0b\xab\x98\xd8\x2b\x5e\xe3\xa0\x7d\xfb\x65\x12\xaf\x3b\x01\x98\x2a\xb9\x93\xbb\x65\xba\x1a\x8c\xa9\x49\x99\xf0\x99\x9a\xd0\x06\x20\xdb\x90\xee\xf8\x94\xa4\x32\x79\x60\xea\x44\xb1\x94\xeb\x53\x70\x7f\x9b\x46\xbf\xdb\xd4\x2a\xdb\x3b\x0b\x1a\xdb\x56\x62\xc2\xfe\x5d\x44\x31\xde\x5b\xcc\x4a\x08\x23\xd0\x26\x7c\xa6\x40\x8b\xc4\x75\xdf\x99\x30\x6a\x3e\x93\x5c\x98\x60\xc9\xaa\x2c\x84\x57\x34\xac\xcc\xd6\x14\x5f\xab\xf6\x11\x26\xb3\xe5\xb4\xef\x26\x4c\x33\x1f\x13\x80\x93\x32\xd2\x15\x16\x47\x76\x31\xa3\x66\xa2\x21\xd7\xa1\xbc\x06\x4e\xe7\x82\x4f\xed\x0a\xd1\x19\x84\x14\xa0\x91\xa2\xf8\x28\x04\xf1\x6b\xc3\xb3\xac\x2f\x04\x63\xa9\xc6\x32\xd4\xdf\xd5\xe6\xd4\xd8\x4f\x5b\x84\xa6\x29\xf9\x3f\xef\x3e\x5c\xfc\x72\xd7\x1d\xf4\x2e\xc1\xe2\xdc\xbb\xe8\xbe\x6f\x85\x1f\xaf\xee\xef\xc2\xaf\x68\x60\x79\x64\x8a\x4c\xe9\x03\x68\x78\x42\xa3\xf8\x07\xa1\xee\xf1\x48\x7d\xb6\x91\x7d\xa2\x99\x0f\x1f\x75\x62\x4a\x48\x30\x76\x7b\xb8\x02\x02\x62\x03\xdd\xf7\x26\x7c\xb2\x9c\x06\x3d\xf1\x84\x2e\xbc\x18\x38\x65\xc2\x58\x1e\xe3\x8c\x7d\x85\xea\x5b\x10\x1c\x13\x63\x2e\x9a\x82\xdc\x98\x78\x7c\x4e\x19\xfe\x27\x36\xff\xd9\x6a\xd7\xd7\x94\xab\xb5\x69\xaf\x2b\x1e\xb9\x92\x02\xa6\x16\xac\x5a\x45\xb5\x3a\x66\xbc\xaf\x2d\x3a\x54\x1a\x65\x61\x08\xa3\x98\x35\x06\x52\x56\x2a\x59\xbe\x8e\xe9\x76\xd0\xf5\xcb\xbe\x18\xe5\xf3\xda\xb4\x63\x37\xf4\x91\xf2\x0c\x82\x60\xfd\x45\x53\xd0\x20\x16\x41\x3b\x25\x2c\xa3\x43\xa9\x20\x35\x06\xa3\x76\x7c\x13\x6e\xc1\xa0\x1c\x50\x68\xa8\x29\x18\x53\xaa\xe7\xab\x45\x5a\xba\x87\xae\xa5\x5a\xe7\x26\xb7\xaf\xc1\x2a\xc8\x99\x55\xc9\x2a\x4c\xd4\x5d\xb3\x23\x46\xb1\x2a\x08\xfa\x77\x9c\x55\xde\x05\x78\x66\x59\x09\xe4\xd4\x9e\x01\xdd\x76\x0e\xef\xe2\x4d\x29\xc8\x4f\xff\xa6\xc9\x30\x37\x7d\x51\x6e\x43\x0a\xa8\x45\xf9\x03\x35\xc9\xe4\x7d\x5f\x5c\x59\x85\xf1\xa7\x7f\x6b\x48\x80\x4e\xa9\xa1\x83\x7a\xfa\x6a\x5e\x93\x73\x6a\xe8\x85\xa4\x29\x17\x63\x57\x64\xb5\x7e\x2d\x7e\xe8\xde\x75\x4e\x89\xcf\x99\x0c\xa9\x8f\x45\xda\x7c\xd4\x10\xf0\x56\x98\x88\x67\x08\xc0\x95\x45\xe0\xe2\xce\xd8\x05\x82\x90\xbd\x7b\xfa\x02\x96\x12\x19\x24\x37\x64\x26\x1d\x22\x1d\xd4\xfd\x27\x2a\x17\xce\x28\xed\x6c\x82\x76\x75\x80\x22\xc3\x66\x38\xd1\x0a\x44\x93\x45\xbe\xdd\x17\xa0\x6a\x87\x44\xb4\x4c\x26\x34\x83\x08\xb8\xe3\xc8\x3a\x67\x15\x70\x99\x43\x3a\x11\x84\x9e\x88\x79\x39\x50\xd5\xe3\x05\x17\xf2\x55\xbc\x51\xa0\xca\xc3\x3e\x3a\xaf\xe8\x54\x5a\xe6\xd1\xee\x8b\xde\x08\x03\xe4\x32\x5c\x1d\xfb\x21\x13\xe0\x18\xf6\xcb\x62\x9f\x7a\xd6\x02\xe5\x1e\xd0\x41\x48\x13\x30\xc4\x8b\x39\x84\x37\x03\x54\x99\x84\x40\x8b\x82\xd1\x3a\xa2\x5c\xd8\xc5\x70\xbd\xc5\x9f\xf5\x05\x06\xe6\x95\x36\x26\xce\xe2\x8d\xba\x97\x02\xe2\x06\x8b\xab\x2f\x08\x0b\x33\x17\x47\xe8\xe4\xf6\x99\x62\xc7\xbe\x2c\x98\xfd\x35\x5a\x54\x7b\x5b\xb6\xc9\x4d\xac\x2a\xa7\x32\xc9\xa7\x1e\x43\x04\xf2\xae\x5c\xc0\x99\xbb\x10\x03\x89\xe0\x25\x5d\x4b\xf2\xbf\x8b\xff\x5b\x2b\x67\x5e\xef\x58\x4c\x32\x90\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\xce\xba\x4d\xa0\x19\x2f\x21\x4a\xdd\x4a\xe5\xe0\xc8\x33\xd2\x6a\x92\x12\x4c\xca\x98\x1e\x27\xd3\xef\x34\xe9\x5d\x5b\x81\xc3\x2a\x98\xe1\x9c\xe4\xda\x60\xb8\x15\xa4\x9c\xe0\xd7\x18\xf2\xde\x22\xdf\x93\x7e\xfe\xfd\xf7\xff\x94\x90\x2f\xfe\x1f\xff\xfa\x2f\xff\xf2\x4f\xff\xba\x4d\xd1\x54\x68\xb7\x58\x23\x07\xd7\x53\x95\x40\xe2\x1d\x58\xe4\x26\x3b\xec\x82\x3b\x24\x4d\xcb\xef\xb4\xef\xc6\x94\xa5\xba\xc7\x51\x38\x0d\x1d\xbb\x53\xa8\xe3\xd3\x43\x4a\xc7\xa7\x70\xdb\x6b\x66\x5a\xe5\x53\x1c\x64\x4b\x27\x40\xff\xaf\x25\xa0\x01\x03\x4b\xcd\xdb\x85\xfd\xf0\x2c\x48\xb3\xb6\x11\xf2\xce\x99\xdb\x0c\xb8\xeb\xde\xfb\x4b\x48\x66\x29\x53\x38\xa6\x60\x21\x0b\x76\x3b\x38\xbf\xec\xcb\x2c\x93\x2e\x20\x83\x12\xcd\x66\x14\xee\x6b\x7b\x5e\xdb\xa4\x2f\xba\x5f\xa8\x65\xaf\x2d\x5f\x0f\x09\x8b\xf7\x82\xa3\x63\x44\x13\x46\x50\x34\x7e\xf7\xe5\xd4\xfe\xd6\x22\xf3\x53\x88\xab\x6c\x91\x7f\x9c\xba\x74\x66\xaa\xcc\xc0\xfe\xf4\xde\xcb\xb6\xae\x09\x18\x35\xd7\xa4\x7f\x74\xf2\x48\x95\xaf\x15\x8d\xa8\x8c\x47\x8e\x01\x06\x30\xd2\x58\x1a\xce\xa4\x7c\x70\x51\xa7\x0b\x5f\xba\xff\xb4\x91\xc2\x83\xa3\x02\x77\xdf\x05\x10\x5b\xc9\xed\x18\x5e\x60\xa4\x3d\x1b\x92\xf6\xdf\xb4\x14\xa4\x3d\xa7\xd3\xcc\xfd\xea\x9f\xba\xa0\x58\xaa\x5d\x6a\x57\x1a\x62\x62\xb2\x39\xda\x26\x7f\xc8\xe4\x10\xe6\xf5\xc9\xcf\x15\xc3\x4a\x61\xa0\xc5\x25\x51\xdc\x2b\x6e\x22\xdc\x6a\xcc\x34\xc5\x14\x6f\xa8\xb5\xe5\x0b\x90\x5b\x6e\xbc\x38\xad\x2f\x61\x4c\xff\x85\x9e\x58\x58\x15\x9f\x8c\x86\xf6\xd8\x10\xd4\x65\x5b\xfd\x42\xde\x39\x36\xf4\xde\xde\x05\x2e\x88\x17\xd7\xa1\xae\x83\x79\xe8\xe0\x97\xa8\x03\x2e\x08\xa6\x17\x2e\xf9\xf2\x1f\x27\xed\x76\x3b\x7c\x7d\x69\xe7\xf2\xff\x08\x37\x9a\x65\x23\x6c\xc9\xdf\x34\xf3\xbe\xf8\x64\xf5\x96\xd8\x5e\x5c\x00\xa6\x40\x01\x9c\x44\x66\xe4\xb8\xb0\xa1\xa6\x32\xd1\xe4\x7f\x5b\x49\x32\x5a\x4b\xf8\xd1\xaa\x4e\xf5\xe7\xca\xd5\x41\x7b\xa1\x83\xe5\x6c\xd0\xd5\xa3\x15\x43\x2d\x04\x5d\x92\x6a\x88\x37\x7a\xe4\x69\xee\x89\xc1\x92\xce\x89\x83\x63\x80\x12\x65\x86\x7d\x31\xf0\xa8\x01\xf7\xa2\x36\xc0\xbb\x5e\x88\x5b\x60\xb9\x05\xfc\x05\xd2\x75\xc3\x02\x38\x4c\x02\xc7\x1d\x70\x9e\xad\xd8\x61\x61\x2f\x18\x11\x63\x53\xe9\x7c\x3a\xa5\x6a\x7e\x52\x1c\xb7\x45\xe2\x2c\x20\x0a\x81\xcf\x64\x7e\x01\xc0\x69\x9a\xb9\xb3\xe5\xe2\x06\xa2\x4a\xca\x93\x90\x0e\x40\x52\x96\xf0\xd4\x45\x58\x51\xc4\x4f\x66\x22\x91\xa9\xa3\xeb\x22\x8b\xb2\x2c\x58\x84\x77\x16\x45\x0a\x1f\x83\xa2\x0b\xfb\x97\x30\x98\x5a\xed\xde\xf0\x1f\x37\xb0\x70\x39\xd0\xc6\x32\xcb\xf1\x06\x0e\xc9\xde\xd5\xad\xff\x66\xfd\x8b\x17\xd6\xa1\x2c\x5a\x53\xaf\x98\x79\x23\x80\xa2\x4f\xc5\x15\x0c\xd1\x14\x68\x10\xc9\x43\x8e\x29\xfe\x7d\x26\xaf\x79\x66\x6f\x2e\xa0\xf1\x76\x5f\x94\x7e\x6e\x11\x96\xf1\x29\x17\x21\x98\x0d\xf9\xbb\x1c\xa1\x94\xfb\xc0\x8d\xdd\x32\x9d\x3e\x58\x16\xe6\xd3\xf5\x23\xd5\xa7\x23\xe6\x9e\x74\x82\x2f\xc8\x29\xfd\xb9\xb6\xe3\x2a\xd4\x62\x2b\x73\xda\x26\x8e\x9d\xdc\xc8\x23\xc2\x83\xf3\xdb\x17\xb6\x35\x7f\x96\x8a\x28\xda\xa8\xbd\xa8\xb9\x63\x90\xd3\xb9\x4f\xa8\x83\x16\xa0\x8f\x52\x28\x6c\x10\x53\x6b\x84\x94\x6e\xa5\xfe\xe0\xe6\xf9\x17\x10\x33\x38\x10\x32\x65\x1b\x86\x0e\xd7\xd4\x77\x73\x86\x5f\xef\x2f\x54\x0c\x73\x64\x80\x4f\x34\x25\x05\x32\xad\x37\x34\x86\xd6\x16\x4a\x74\xed\x00\x0c\xf7\xd3\xb6\xc5\xaa\x0b\x9e\x06\xad\x78\xb5\x20\xca\x69\x2c\xad\x7d\xb9\x98\xe3\x4e\x32\x7a\xba\x9d\x39\x18\xe7\x9e\xc0\xb2\x17\x65\xdf\xc9\x58\xc9\x7c\x16\x12\x7f\x7d\x0a\x14\x6e\x83\xbb\xd1\x7a\x62\x24\x4f\x9d\x54\x7d\xc1\xc5\x03\xde\x85\xcf\xb5\x47\xa1\x6c\x62\xf4\xbb\xe7\x60\xb8\xe2\xc7\xae\x76\xae\x1d\xb5\x36\x34\x79\x40\xc0\xb4\x65\x65\x37\x37\x2d\x1c\x5a\xdc\x97\x79\x96\xb9\x6e\x0b\xf6\x59\x40\xc7\x3f\x72\x4a\x28\xb9\xbf\xe9\xd5\xf7\xfd\xc0\x17\xad\xe7\xf5\xbc\xb3\x4c\x20\xf0\x3f\x3f\xf1\x8d\xe2\xdc\x2a\x00\x7f\xac\x44\xea\xc1\x04\xd0\x04\x8b\x54\xe1\xdd\x3b\xba\xeb\x2c\x0f\x1a\x4c\x6b\x28\xb5\x7e\xf2\x45\xc7\xe7\xee\xe3\x4f\xf6\xdb\xfa\x1d\xf9\x04\x09\x1e\x21\x0b\x7e\x4a\x85\x9d\xa0\xef\xb5\xc1\x46\x84\x6c\x71\xab\x21\xdd\xcf\xb6\x1a\x10\xf6\xb8\x5e\x3c\xa9\xef\xca\xb7\xf2\x84\x46\x23\x9a\xa1\xc2\x65\x26\x20\x88\xb7\xc8\x6d\x32\x61\x53\x0a\x31\x06\xd3\xb2\x40\x0e\x72\xc9\xbb\x8c\xaa\x31\x4a\x09\x9a\x19\xfd\xbe\x66\x87\x8b\x50\xdb\x1d\x76\x78\x0b\xb8\xe5\xd8\xde\x0e\x69\x80\xcb\x38\x40\x18\x65\x19\xe6\x25\x30\x27\xdf\xbf\xbf\x3b\xac\xba\x8a\x9f\xc0\x8d\xa9\xb0\x76\x71\x6a\x45\xb1\xe6\xfc\xf7\x1d\x11\xbe\x2f\xe9\x34\xe4\x8a\x7a\x98\x6f\x97\x13\x80\x63\x1b\x32\x80\xfc\x69\x1e\xc3\xce\x98\xde\xf1\x10\x1c\x84\x70\xd3\x08\xfa\xa2\xe3\x5f\x09\xf9\x66\x20\xdf\x28\xf4\x92\x42\x54\x12\xc6\xe0\x81\x8c\x11\x55\xde\x74\x93\x6b\x98\xc4\xa6\x79\x3d\x55\x58\x72\x2b\xe3\x04\xc0\x2f\xd4\xee\xbc\xb0\xeb\xe7\xd1\xd0\xb3\xab\xce\xb0\x43\xe7\xb7\x7e\x8a\x95\x42\x0f\x75\x1d\xaf\x62\xbe\xdd\x90\x4b\xec\x1a\x8a\x6b\x4b\x60\xe4\x52\x36\x2f\xe2\x64\xec\x8a\xa3\x5c\x5a\xe9\xac\x74\x58\x47\x98\x33\xb7\x9b\x41\x0f\xd5\x98\xbd\x47\xa8\x98\x09\x13\x20\x09\xae\xdf\x32\x24\x1e\x6e\x6e\x8d\xa3\x45\x72\x5d\xa1\xb8\x04\xe7\x42\x2e\xb8\xc3\x21\x75\xba\x6a\xe4\x28\xf6\x36\x9d\xe2\x7b\xae\x89\xa6\x86\xeb\x11\xaf\x95\x90\xe3\x4c\xc5\x5d\x56\x7d\xa3\x5a\xd9\x7e\x9b\x97\x91\x6a\x08\x78\x6b\x93\x0f\x5c\x69\x13\x4d\xc9\xc8\x90\x68\xd8\x54\x7d\xd3\x2a\xb7\xcf\xe9\x5f\xf2\x33\x88\xde\x5f\xea\x74\x0b\xc1\x8d\x6d\xd2\x29\xd4\x6c\x4c\xb5\x44\x05\x7a\xc5\x8c\x58\xa6\xd9\x36\xc4\xb7\x96\x4e\x02\xe6\x68\x20\x20\x02\xec\x52\xdb\xdf\x0b\xbc\xae\x30\xcc\x27\xc8\x1f\xa0\x0f\xac\xa9\x66\xf7\xa6\xf5\xde\x57\x96\x79\xef\x04\x95\x43\xa2\xd6\xb1\xcd\x00\xd7\x3f\x76\x45\x76\x2b\x1f\x9d\xd8\x25\xb7\xa2\x46\xf2\xe0\xc2\x16\x47\x40\x87\x2e\x3f\xf6\x69\x22\x75\x7c\xce\xfc\xfe\xc1\x66\x1a\x95\x33\x1f\x9e\x08\x51\x9f\x61\x81\xd1\x49\x24\x64\x9c\x3e\x0b\xa3\x0e\x87\x14\xc3\x1a\xc2\x7e\x13\x77\x37\xe0\x32\x80\xb9\xc6\x37\xb5\x78\x9a\x4b\x0e\xe1\x1d\x8e\xf3\x03\x5b\x55\x47\x6d\xd9\xa6\x85\x93\xdb\x70\x8d\x6d\x0a\x4e\xd6\x78\x96\x36\x8a\x7f\x05\x6b\x03\x4f\x00\xf8\x06\xaf\xdd\x19\xe5\x75\x9e\x0d\x67\x55\xdb\x65\xfd\x9e\x13\xc2\x69\xdf\xd8\x4d\x6e\xba\x5b\xe2\x36\x65\xf8\xb5\xb7\x01\xca\x27\x8f\xd7\xb4\x0f\x94\xa3\x35\xe1\x7d\x03\x14\x0c\x12\x8f\xc6\xea\xa3\x38\xae\xcd\x68\xa4\xb4\xc4\x68\x16\x76\x8e\x5f\x0d\x4e\x62\x4c\xa6\x92\xa3\x00\x4a\x85\xfe\x7d\xc4\xaf\x93\xa3\x9a\x7f\x58\x2d\x46\xbf\x0f\x29\x9c\x54\xfb\x3e\x8a\x9c\xaa\x66\x12\xdc\x0f\x06\x92\x5f\x8a\xe7\xbc\x0f\xfd\x99\x89\xef\xc3\x4d\x16\xbe\x9e\xa8\x0a\xf7\x3b\x86\x94\x53\x25\x73\xe1\x31\x64\xa4\x60\x72\x04\x56\x51\x70\x34\x78\xbd\x1f\xe0\x25\x84\x34\x51\xf8\xb8\x62\x33\x0c\x5e\x04\x09\xb5\x79\xb9\x77\xc4\x51\x5a\xb5\xce\xcf\x81\xa3\xb4\xeb\xba\xbb\x83\xf3\x95\x16\x7c\x57\x74\x1c\x3c\x4a\x1b\xb0\x59\x78\x7f\xa5\x32\x1e\xf8\x00\x68\xdf\x71\x95\x02\xcc\x96\x84\x98\x09\x76\x6c\xe4\x31\xa4\xdd\x40\x32\x07\x22\x9b\x35\xe1\xfd\x82\x11\x63\x93\xeb\xc0\xbe\xbf\xc6\x38\x31\x50\xe6\x4b\x34\x50\x77\xf7\x6a\xe2\x2b\x94\x81\x30\x23\x04\x53\x4e\x3f\x5b\x79\x73\x6c\x68\xe2\x88\xb7\x72\xb9\x8d\xd3\xa1\xf6\x54\x50\xa7\x82\x7f\x93\x46\x4c\xa0\x4d\x20\x18\x64\x22\xa7\xd2\x5e\xdb\x32\xd7\xd1\x43\x8c\x26\x82\xcb\x66\x49\x7d\xb6\x19\xa6\xd9\x7e\xbd\xd9\xd8\xa3\x65\x1f\xa1\xec\x18\xbf\xb4\x1a\x7a\x2f\x9a\xc9\xb0\x0c\x5d\xb6\x62\xfc\x01\x73\x6a\x39\xdd\x80\x01\x6d\xca\xc7\x13\x87\xa8\xec\x90\x64\xf8\x3f\xac\x06\x69\x49\x2a\x04\xee\xf8\xc4\x1d\xe7\x69\xc7\x6c\xf2\xba\x32\x9f\x8d\x0e\x8c\x4d\x90\xd3\x80\xb1\x0c\xf3\xd1\x2d\xc0\x20\xaf\x50\x5e\x42\x16\x66\xe1\x2f\xb7\x8b\x1c\x7c\x96\x3e\x47\x28\x7c\xf8\x58\xc0\x79\xcf\x67\xac\x45\x86\x39\x3c\xbf\xbc\xba\x8b\x6d\x43\x5c\xc0\xe3\xe3\x64\xc2\x92\x07\x08\x71\x43\xa6\x88\xcb\xe5\x71\xd9\x87\xf3\xbe\x28\x40\x63\x8d\xf4\x86\x8e\x79\x40\xe5\x09\xc8\x54\x52\x91\x94\xeb\x59\x46\xe7\x84\x7d\x31\x4c\xa0\x67\xac\xf0\x98\x07\x97\xb2\x25\x96\xed\xd4\x16\x40\xb5\x75\x5c\xc0\xcb\x61\xf0\x97\x9f\x44\x28\xac\x12\xc2\x3c\xea\xc4\x8e\x9d\x71\x92\x76\xf1\x90\x35\xe1\x33\x47\xe5\x84\x70\x47\x63\x53\x69\x48\xa7\x10\x95\xbc\x88\xfe\x91\x0f\x3c\x01\x0b\x4a\xdf\x57\x1e\xb1\x7f\x23\x3a\x3e\x53\x8f\x2c\xed\x8b\x72\xc2\x8a\xbb\xca\x8a\x5d\x26\x05\x6e\x67\x13\xeb\xdc\x1c\x1c\x30\x86\x02\x59\xee\xbc\x83\x20\xdd\x22\x3b\x37\xc4\x56\x2c\xc1\x11\xad\xaf\x08\xf2\x0c\x80\x97\x6b\x1b\x3f\x0a\xa0\x50\x87\xf2\xe7\x60\x7c\x5d\x79\x8d\x0c\x82\x1e\x03\x61\x86\x70\x7c\xcc\xd5\x0b\x3e\x67\xe7\x83\x5e\x08\x88\xac\x6b\xa3\x2f\x7c\xe0\xdc\x28\xcf\x32\xcc\xbf\x6e\x58\x2e\x9f\x9e\xe3\x7d\xbc\x5f\x2f\x07\x22\xe8\xb5\x24\x42\x56\x0d\x56\xbf\x94\xcd\x52\x08\x75\x4a\xe6\x45\x25\x25\x20\x5e\x26\x74\x0e\xb1\x40\x1e\x55\x11\x22\x54\xc7\xcc\x10\x2b\x77\xa4\x79\x86\x91\x60\x10\x5a\x0b\xb9\x3e\x34\xcb\x08\x37\xba\x2f\x42\x6a\x12\xe2\xcc\xc0\x55\xe0\x63\x6f\x53\x27\x0b\x42\x17\xd0\xac\xc3\xde\x87\x0b\x82\x27\xdc\x94\x86\x04\x96\xca\x79\x0c\x45\x36\x9b\x31\x8a\x51\x0b\xbe\x30\x6f\x2c\x0d\x56\xb7\xc1\xb9\xf8\x01\x12\xbd\xb9\x42\xf6\x3e\xa8\x17\x21\xf1\x37\xde\x94\x36\xe9\xe0\xec\xac\x28\xe8\x71\xc1\x71\xb4\x2e\x5a\xd2\xf9\x13\xac\xbc\x65\x74\x28\x30\x14\x24\xea\x19\x55\x86\x27\x79\x46\x55\x06\x78\x3f\xa3\x3c\x23\x7c\x14\x41\x9c\xc3\x26\x60\x66\x0a\x94\x11\x93\x70\x47\xf8\xa8\x17\x4d\xa7\x2c\x0a\xd2\x73\x8a\x67\x16\x19\x11\x11\x6d\x03\xad\x53\xb6\xad\xf7\x6d\x72\x5e\x05\xb4\x87\x63\x11\x65\xb4\x72\x8d\x1c\x30\x8c\x37\x0a\x2e\x41\x60\x7c\x3e\xb2\xc2\xee\x77\xd1\xc1\x6b\xaa\x9c\x42\xf5\xc3\x86\x16\x4a\x0f\x8b\xb4\xa2\xa2\x4a\x5d\x70\xd9\x1d\x14\xe4\x28\xd9\x2d\xc3\x89\x58\x51\xc1\x75\xc3\x41\xc6\xd9\xc0\x5b\x0c\xf4\x73\x54\xf1\xa2\x3a\xd8\xe9\x12\x44\x75\xd8\xc7\x0d\x87\x1a\xa1\x1d\x6e\x3e\xd0\x88\x72\x62\x7b\x74\xe3\xca\xae\x56\x2e\x3f\x97\x70\x07\x89\x1d\x97\x15\xec\x19\x7a\x30\x2a\x85\xae\x60\x0c\x0e\xa0\x10\xf0\x64\xc2\x61\x1b\x32\x92\x71\xf1\xe0\xe3\x59\xed\xce\xb7\x08\x2d\x5a\x87\xc3\x87\xa3\x47\x62\x6e\x90\x6c\xea\xd0\x97\x76\x10\x76\xd6\x8b\x09\xaa\xdd\xdc\x30\xef\x8d\x00\xb6\x16\xea\x44\x45\xf3\x58\x7f\x5b\x96\xba\xed\x82\x10\xeb\x7d\x75\x78\xc1\x44\x79\x2d\x86\x87\xca\x41\x8d\xeb\x7b\x3d\xa1\xf5\x55\xe2\x56\x03\x0a\xde\x5f\x9e\x77\x3f\xf4\x2e\xcb\x28\x80\x7f\xbe\xef\xde\x97\x7f\xb9\xb9\xbf\xbc\xec\x5d\x7e\x8c\x7f\xba\xbd\x3f\x3b\xeb\x76\xcf\xcb\xef\x7d\xe8\xf4\x2e\x2a\xef\xd9\x9f\xca\x2f\x75\x7e\xb8\xba\xa9\xe0\x0e\xde\xfe\xd4\xbb\xbe\x2e\xff\x74\xd7\xfb\xd4\x3d\x1f\x5c\xdd\xdf\x2d\x85\x18\x2c\xc6\x5f\xbb\x44\xfb\xc0\x66\xdb\x1a\x57\xb2\x43\x46\x8a\x33\x91\x66\xf3\xa2\x14\xba\x3d\x74\x15\x27\x65\xcc\xd2\xf9\x94\xc9\x7c\x97\x98\x01\xab\xfa\xca\x47\xab\x52\x67\xc4\xb5\xe6\xa2\xae\xa8\x7e\x68\xcc\x6b\x34\x6a\xd1\x0c\xb6\x34\xca\xc2\xa8\x79\x88\xe3\x59\x1a\x3f\x10\xd2\x30\x5c\x27\x64\xc6\xd4\xb2\xb1\xc0\x85\xab\xf2\x99\xe1\xc3\x45\x43\xd3\x86\xe9\x09\x9b\x6b\x76\x98\xa3\x57\x1f\x5d\x7d\x59\xcf\xe8\x3c\x58\xd8\x8e\x88\x3c\x60\x99\x5e\x7f\x07\xae\xc3\x27\xf5\xa4\x77\xe6\x41\x83\xad\xca\x6c\xa8\x68\x48\xbe\xde\xb0\xb0\x49\x81\x88\xa4\x8a\xf2\x42\xee\xa6\xf2\x5a\x44\x91\xd1\xb9\x8d\x66\xed\x40\xd1\x84\xbb\x7a\x22\xb0\xb4\x08\xe5\xb8\x66\x13\x2a\xa5\x23\x9e\xfd\x96\x59\x4a\xf3\x2e\xea\x14\x44\x3f\x44\xa5\x71\x69\x6b\x78\x2d\x03\xd4\x53\xa3\xab\x6e\xcf\x95\x66\x82\xe8\x59\x94\xc9\x08\x85\x57\x3c\x3f\xda\x5c\xd0\xa8\x14\x99\x88\x0a\x70\x60\x3d\x66\x00\x21\x82\x66\x0b\x5b\x9c\x93\x2c\x90\x0f\x3c\xb2\x94\x1c\xc7\x85\x7d\xd2\x63\x88\x1f\xec\x8b\x26\x0d\xb3\xa6\x28\x4e\x4c\x01\xd7\x1e\xf3\x78\x97\xbd\xaf\x59\xfd\xe6\x23\xe8\x17\x7b\xbd\xa0\x0a\xe2\x5f\x6f\x93\x66\x53\xa6\xdb\x97\x21\x45\x13\x12\x9c\xad\x00\xe6\xdc\x14\xe2\x15\xee\xc2\xcd\x2c\xae\x6b\x59\x5b\x69\x39\xad\x14\x65\x96\x09\xd5\x18\x83\xe8\xab\x24\x16\x95\x7c\x8a\x12\x4e\x4d\x4a\x4b\x00\x09\xdb\x63\xe6\x59\x93\x06\xd9\xc2\x88\x80\x50\x8d\x31\x46\x56\x0a\x28\x71\x9b\x11\x7e\xd8\x8d\x80\xc7\x45\x3d\xdf\x03\x86\x95\xd1\xdc\xca\xf4\xb3\x8c\x62\x20\xd1\x84\x6a\x24\x69\x6f\xa4\xa4\x43\x9e\x71\x03\x51\x98\xa8\xde\x57\x56\x58\x2a\x32\xa5\xea\xc1\x67\xff\xd0\x22\x07\x60\x19\xd1\xef\xe8\x48\x2b\x00\xc3\x5f\xd2\x95\x56\x1c\xd9\x75\x6d\x03\x05\x59\x3a\x37\x5a\xb1\x1d\x58\xd2\xce\xc8\x08\xfc\x7c\xb3\x9d\x75\x2d\x5e\x57\x3f\x2f\xad\x77\xcd\x45\xbd\xb9\xcd\xd6\xa5\xb6\x6e\xc0\xe6\xab\x89\xaf\xb5\x27\x6b\x94\x49\xda\x00\x75\xea\xdb\xc6\x3c\xd6\xa6\xb6\x53\x99\x0f\x9b\xb2\xa6\x70\x54\xcb\x5b\x5f\xa6\x80\xf9\x73\xbb\x2f\x81\x2e\x66\x80\xd4\x30\x2b\xe9\x6e\xb7\xa0\xf6\xeb\x63\xf8\xbc\xbe\x71\x97\x2b\xb4\xf6\x9c\x17\x08\xad\x40\x3c\x08\xb9\x59\x77\xf3\x19\xab\x29\x97\xf1\xe7\x1c\x4a\x72\x5c\x8d\x6e\xb1\x16\xfb\x2e\x44\x66\xf8\x22\x85\xd5\x9f\xc4\x6a\xaf\x77\x65\xed\x36\xa6\x81\x72\x05\xd9\x25\x6d\xd6\xcd\x06\xea\xcf\xae\x7f\x20\xcb\x70\xe0\x33\xc5\xa5\xb2\x6c\xd3\x61\x88\x2f\x49\x30\xa8\xed\x77\x87\x95\xfc\x7b\xce\x72\x66\x69\x7f\x98\xa7\x63\xb6\x8b\x6a\x56\x4c\x69\x22\x9f\xc8\x34\x4f\x26\xc4\x37\x4e\x52\x96\xd1\x79\x69\x6a\x20\x2f\x19\x99\x41\xc2\xd6\x96\xf9\x43\x49\xae\x8d\x9c\x82\x93\xb1\x68\x57\xe5\x02\x08\x9e\x50\x63\x14\x1f\xe6\xa6\xd6\x33\x55\x0a\xa4\xdf\xd2\xb2\x70\x7b\xdd\x3d\xeb\x7d\xe8\x55\xd4\xfa\xce\xed\x4f\xf1\xdf\x9f\xaf\x6e\x7e\xfa\x70\x71\xf5\x39\xfe\xed\xa2\x73\x7f\x79\xf6\xe3\xe0\xfa\xa2\x73\x19\xff\x7c\xde\xb9\xeb\xdc\x76\x57\xd9\x03\x16\x7b\x6d\xde\x08\x1a\xc5\xf9\x5b\xd9\xc5\x85\xa6\x83\x29\xa6\xdd\x47\xb0\x7e\xd7\xeb\x29\xe9\xf8\xac\x87\x18\xe4\x95\x7a\x1b\x0d\xd8\x16\x11\x75\xd6\x99\x72\xa0\xa8\x1a\xa2\x78\xb7\x49\x87\x78\x34\x76\x70\x44\x6b\x2b\x2c\xb8\x98\x70\xbb\x3b\xd8\x84\x95\x18\x92\x42\x73\x2b\x90\xc4\xe2\xc2\xd6\x51\x02\xac\xab\xbc\xd3\xee\x8b\xee\x23\x13\x26\x87\xec\x3c\xab\xf9\x7b\xf0\x70\xf7\x42\x14\xb7\xec\x47\xa9\xf9\x94\x67\x54\x15\xa0\x4f\x57\xae\x2d\x10\xd8\xfd\x58\x61\x5c\x9c\xd5\xc1\x87\x78\xe5\xe1\xbe\x47\x60\xdc\x67\x17\x3d\x10\x81\x12\xe3\x21\x16\x7c\xe7\xae\x76\xb6\xef\x71\x4a\x21\x38\x22\x94\x34\xc6\xee\x1b\x8b\x08\xdd\xd4\x80\x2e\x6d\x91\x4d\x02\x25\xc8\x9f\xcd\xcd\x11\x06\xe9\xff\xd1\x15\x46\xcd\x37\x01\xe3\x22\x29\xd3\x20\x9b\x3a\x8f\x46\x19\x08\x8a\x69\xf0\x0f\xf9\xd6\x2f\x41\xd8\xf1\x1e\x37\xe7\xb6\x75\xb4\x0b\x18\x2c\xbc\xb1\xdc\x7a\x66\x2f\xa1\xd7\xba\x0e\x71\x5c\x30\xac\xc2\x50\xe6\x22\xf5\x55\x6c\xa6\x5c\x9c\x4c\xe9\x97\xf7\x7e\xa6\x58\xa6\x3f\xe4\x86\x63\xe9\xe0\xcc\x6a\x22\x73\xcb\xe4\x96\x2f\x57\x5f\x2c\x59\xaf\xd5\xd2\xa2\xe7\xac\xa0\xf6\x14\x3a\x2a\x7a\x91\x1e\xd9\xbc\x6e\xff\x16\x30\x3e\xd0\x53\xe5\x0e\x3c\x34\x32\x53\x0c\x8a\xb6\x05\x1f\x55\x86\xbe\xc7\xf0\x37\xc4\x40\x94\x70\xbf\xea\x99\x77\x6c\x9f\xdb\xe9\xdc\xd4\x5a\x06\x9f\x01\xa5\xc5\xf5\x64\x37\x0d\xed\x84\x3e\x4f\xde\xc5\x7c\xa4\x98\xb0\x66\x77\xeb\x6f\x72\x08\xa5\x45\xb4\x87\xf5\x55\x2c\x01\x93\xa7\xdd\x0b\x9f\x54\x0a\xa1\xf6\x0b\xc6\x47\x4f\x03\x19\xd3\x60\x80\x87\xb2\x57\xec\xef\xb9\x8b\xa7\xfd\xe3\xf7\x9b\x5d\xb4\x46\xcd\x89\x4f\x5f\x8f\x43\x74\x5c\x84\x9a\xbb\x74\x61\x5c\xb9\xe0\x75\x50\xfc\x37\x58\xf0\xe9\x65\xeb\xea\x55\x3a\x75\x7f\xae\x8c\x62\xba\xf3\xa9\x71\xf8\xfe\xb3\xe5\x4c\xfd\x5c\x49\x95\x72\xdd\x41\x70\x82\x6b\x3d\xbe\xd1\x86\x34\x79\x78\xa2\x2a\x45\x63\x21\xd8\x8d\xdb\xe4\x47\xf9\xc4\x1e\x99\x6a\x91\x84\x29\x43\x5d\x0a\x83\x3d\x6b\x59\x06\x07\xca\xb5\xd3\x17\x10\xaf\x83\xf9\x20\x02\x20\x91\x0d\x1f\x4f\xac\x42\xe9\x0c\x53\xae\x34\x9a\x66\x06\xc2\x8f\xd9\x97\x19\x4b\x30\x50\xab\x29\x3a\x65\x94\xd1\xc7\xc5\x9c\x8c\x6d\xc2\xed\xa3\xea\x6f\xbe\x40\x90\xcb\x63\x5b\x6a\xa8\xf6\x45\xc4\x90\x6b\xce\xe6\x66\x22\x45\x8b\x8c\x65\x46\xc5\xb8\xdd\x6e\x13\x66\x92\xf6\xfb\x8d\x08\xdd\x35\x18\x75\x57\x78\xd9\x33\xa9\x59\x36\x0f\xe8\x2e\x21\x1a\xca\xae\x32\x44\x5f\x69\x8e\x26\x8f\x1a\xea\xbf\xad\x46\xed\xbf\xac\xe9\xbc\x5e\x53\xdd\x38\xfc\xaf\xa1\x9d\x6a\x4d\xf9\x55\x2d\xe1\xfb\xf5\x9a\xd7\x06\xe1\xac\x1e\x49\xad\x08\x6b\x6d\xc8\xaa\x94\x62\xd3\x58\xcd\x9f\x65\x13\x7a\xf0\x56\x69\x48\xb5\x2d\xb9\xa4\x91\xad\xa2\x17\x17\x29\xba\x86\xe2\x42\xa0\xef\x4e\x29\x8f\x59\x3e\x5d\x2c\x81\xb1\x2f\x29\xaa\x18\x24\xfe\xeb\x0c\xba\x5b\x1f\x6f\x32\x80\x24\x4b\x85\x11\x96\x6e\xbc\x68\x0b\x45\x62\x02\x6e\xa9\xb8\x86\xe4\xab\x6d\x82\x20\x43\x33\xd8\x34\xb8\x6c\xa0\x8a\x16\xc0\xd6\xbb\xa2\xff\x10\xd7\x19\x6a\xf7\xe3\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x22\x70\x7c\x2b\xe5\xf3\xf2\xea\xb2\x54\xb7\xae\x77\x79\xd7\xfd\xd8\xbd\x29\xf9\xa5\x2f\xae\x3a\xa5\xb2\x78\xb7\x77\x37\x15\xd7\xf5\x0f\x57\x57\x17\xdd\x05\x1d\xb4\x7b\xd7\xfb\x54\x6a\xfc\xfc\xfe\xa6\x73\xd7\xbb\x2a\xbd\xf7\x43\xef\xb2\x73\xf3\x4b\xfc\x4b\xf7\xe6\xe6\xea\xa6\xd2\xdf\xfd\xd9\x72\x6d\xb6\x34\x8d\xfa\x9d\x28\x84\xe5\x28\x86\xbe\x4e\x28\x6c\xaa\x87\xb5\x8b\xc8\x41\xf5\xc3\xb6\x25\xcb\x1a\x98\x52\xca\x06\xdb\x05\x6b\x34\x05\x9c\xd4\xf6\x63\xe5\xc1\xf9\x80\x1a\xc3\xa6\xb3\xdd\x30\x08\xd7\x3f\x38\x9b\xc5\x81\x94\x4b\x86\x35\xc7\x81\x94\x76\xf5\xf5\xc4\x81\xd4\x84\x78\x2c\xc6\x81\xf4\x2e\x7b\x77\xbd\xce\x45\xef\xff\x55\x5a\xfc\xdc\xe9\xdd\xf5\x2e\x3f\x0e\x3e\x5c\xdd\x0c\x6e\xba\xb7\x57\xf7\x37\x67\xdd\xdb\x35\xa3\x40\x16\xed\xae\xc7\x24\xee\xe7\x94\xdc\x45\x35\x0b\x51\x2a\x74\x65\xba\xec\x8a\x5b\x99\xc6\x52\x15\xcd\xf8\x3f\xb8\x18\xb7\x00\x24\xef\x94\x74\x95\xea\x4d\xe9\x98\x5d\xe7\x59\xd6\x22\x01\x0b\xf3\x4c\x31\x6a\xe0\xb5\x6b\x99\xf6\xa2\xef\xc0\x70\x54\x3b\x0d\xe8\xdf\x61\x4e\x62\xf7\x2d\xd7\x7f\xe4\xf4\x0c\x46\x29\x87\x90\x18\xd0\x7d\x4f\xc9\x0f\x34\x79\x90\x23\x07\x9e\xd3\x0a\x2a\x2e\xf9\x7b\x2e\x0d\x25\xec\x4b\xc2\x58\xea\x4b\xf0\x54\xe9\xe4\x42\xee\x84\x19\xb9\x49\xfd\xf4\xf8\x4c\xaf\x0e\x9f\xa9\xfd\xce\x65\x3b\x0d\x36\x01\x6c\x73\xb3\xfc\x84\x9f\x3a\x8c\xb6\xda\xd6\x8d\xc9\xf6\x60\xd3\xbf\x90\xe3\xfa\xcc\x02\x08\x96\x74\xe9\x10\x05\xb6\x08\x78\x08\xe5\x98\x68\x2e\x1e\xfa\xe2\xb3\x55\x68\x65\xae\xf0\x27\x23\x15\x24\xa9\x8c\xb2\x5c\x4f\x18\x60\xc3\xb6\x7c\xb1\x4a\xf0\x14\x96\xeb\x46\x01\xc9\x58\xe2\x84\xaf\x33\x2e\x2c\xb7\x98\x71\x2f\x41\x56\xb7\x7e\x2f\x35\x2a\xb9\x0e\x7a\xf6\x33\xba\x6f\x0b\xeb\xec\xd3\x84\x61\x75\xce\x02\x75\xde\x17\xac\x41\xce\x0d\x79\xa7\x58\x6b\x14\x44\x1b\xbb\xec\xdf\xf9\xc8\x5a\x58\xee\x47\xc9\x53\x92\xe6\xb3\x8c\x27\x81\xef\x3e\x49\xd5\x18\x09\x85\x9a\xce\x06\x91\x50\x15\xfd\x7d\xd9\xc4\x6a\xd4\xa8\x48\x6b\x5b\x12\x13\xf5\xcc\x51\x61\x11\xd2\x55\xae\x99\x3a\x36\x8a\x8f\xc7\x20\x37\x7a\xa3\xcc\xeb\x0f\x1b\xf3\xb4\x39\x1f\xec\x6e\x7f\x88\xdd\x03\x19\x56\xea\x09\xf0\x2d\x96\xa6\x66\xb3\x6c\xee\x83\xb9\x71\x01\xfd\xb1\x9f\xe5\x0a\x31\x86\x47\x24\x0c\xa8\x31\x6c\x63\xa6\x98\xed\x25\x1d\x20\x78\xd8\xee\xa0\x66\xbd\x11\x42\xe9\x22\x58\x51\xe4\x3f\xf3\x00\x46\xfe\x86\x2b\xfa\xf6\xa9\x56\x88\x72\x00\x90\xbd\x44\x3e\x09\xac\xb1\x04\xef\x83\x3c\x2f\x24\xc8\x26\x21\xfd\xaa\x2f\x3c\x56\x9a\x4b\x50\x1b\x85\x8a\xa9\x68\xe3\xc4\x0a\x12\x5f\x3f\xcc\xaf\x28\xef\x6a\xa7\xfe\xa9\xb1\x4e\x6a\x88\x8b\xdf\xc9\x56\xea\x62\xa2\xf6\x52\xc4\x77\x11\x4d\x21\x93\x43\x44\x5f\x5c\xc8\xd2\x8a\x6f\x9d\xcd\x0c\x98\x23\x97\x4b\x57\xbe\xb3\x7c\xb4\x23\x84\xcf\xc8\x25\xe8\x17\xa5\xb2\x9c\x7b\x4d\x63\xdb\x7d\xc1\x72\x23\x23\xbc\x4b\x3b\xb9\x5e\xa5\x6c\x64\x1b\x73\x1a\x7a\x69\x2d\x78\x52\x71\x62\xfc\xca\x37\x71\xe7\x1a\x1b\xca\x46\x59\x78\x33\xc5\xbc\xf5\x6c\xce\x4c\x30\x9a\x65\x3e\xe7\x62\x3e\x2b\x57\x0a\x8c\xbd\x06\xde\x2e\x18\x3c\xbd\x90\x14\x14\xd5\x22\x92\x82\x09\xa3\x5d\xd5\x80\xbe\x70\x8d\xfb\x9c\xde\x00\x8b\xe5\x1c\x21\xb8\x30\x2d\xa7\x83\x38\x04\x66\x2d\xb3\x47\x04\x29\x2d\xd6\xc4\x48\xc8\xb9\xb1\x03\x3c\xb3\xec\xdc\x0a\x2f\x54\xa4\x45\x2d\x99\x09\xeb\x8b\x4a\x62\xab\x62\x63\xae\x0d\x5c\x2c\x9e\x62\xe3\xef\xf7\x96\xec\x57\x92\x77\x96\x2d\x7d\x63\xb2\xdf\x2a\xc6\x35\xa2\xc9\x26\x49\x37\xf3\x19\x4b\x7b\xe1\xbb\xe5\xc4\x50\x32\x9d\xa4\x91\x6b\xa9\x74\xc8\x91\x06\x3c\xc6\x3a\xf8\x51\x75\x80\x07\x0c\x9b\x14\x80\xd6\x42\x11\x3d\xbb\x45\x63\xea\x0b\x29\xea\x50\x45\x0f\x03\x02\x62\x93\xf7\xa8\x5c\x7d\x2f\xc8\x52\x89\xd4\x06\xfd\x6b\xf0\xc9\x88\xf2\x2c\x57\x8d\x22\x02\x92\xe5\xde\x53\x91\xcf\xa0\x59\x52\xb7\x6b\xc1\x2e\x1d\x1d\xa3\x60\x93\x7e\xa4\x0a\xaa\xf1\xcf\xb2\x7c\xcc\x85\x2e\x53\x7d\x73\x51\x99\x85\x02\x5b\x2b\x36\xbc\xa8\xc9\xb5\x3e\x2f\xee\xe0\x61\xd7\x30\x79\xf0\x43\x34\xa3\xba\x39\xa1\x2d\x1a\x7b\x5f\xdc\xc1\x5d\x8d\x99\xb6\xe1\x98\x51\x44\x21\x57\xda\x40\xd9\xe3\xda\xf9\x96\xf8\x79\x99\x52\x77\x0a\x72\xab\xcb\x89\x5d\x1d\x4c\xfb\x89\xce\x96\xa5\x2b\xee\xdc\xe2\xaa\x6d\x08\xd6\xcd\xea\x31\xac\x96\x3d\xa9\x59\xbd\x10\x10\xfc\x22\x4e\xbc\x4d\xc0\x13\x42\x5c\xb8\x83\x1d\x59\xc8\x7c\x2f\x09\xa6\xf1\xa7\x9b\xa7\x06\x14\xde\x2b\x07\x98\x8f\x0d\x0e\x31\x98\x3b\x8e\x3f\xdf\x21\xf3\x3e\x6c\x8c\x6f\x6b\xc9\x76\xec\x18\x1b\x5b\xa4\x33\xbc\x60\x68\xec\xcf\x0b\x4b\xb4\x69\x64\xec\x63\x9c\x0a\x00\x77\x43\x51\x3f\x7e\x2d\x89\x39\x44\xc4\xfe\x5c\xce\xe7\x28\x2d\xb1\xe4\x6b\x25\xbe\x2c\x22\x72\x82\xd0\x92\x32\x21\x0d\x23\x94\x08\x9e\x9d\x88\x3c\xcb\x4e\x2e\xa1\x7c\xaf\xd6\x7c\x8c\xd5\xc1\xb0\x9e\x06\x78\x09\x0b\x8c\xa8\x92\xa9\x2c\x3a\x02\x70\x45\xda\x21\xa1\x15\xcf\x58\x8e\x69\xb7\x20\x9b\xf7\x85\xfd\x02\x45\x2c\x84\xd6\xe1\xc1\xb3\x8a\xbd\x85\xda\x1d\xd8\x17\x84\x19\xce\xe3\xc6\x6b\x08\x6c\x59\x7a\xe0\x4e\x2e\xcd\x03\x6e\xec\xab\xc1\x8d\x95\x2a\x14\xb2\x58\x1f\x41\xb6\xf9\x50\x6d\x0d\xe1\x1a\x04\xb1\xe0\x12\x58\x83\x1e\xbf\xa6\x3b\xe0\x39\x93\x45\x77\xce\x0c\xf5\x2b\xb5\x0f\xab\xe8\xdf\x31\xde\x78\x20\x47\x03\xbd\x10\xb7\x4d\x96\xb3\xf9\x85\x88\xef\xf5\xcc\x52\x71\x90\x47\x1c\x19\xbd\x48\x24\x4d\x72\xb9\x14\x03\x27\xb9\xaf\x37\xd8\xea\x82\x5d\x89\x0f\xf8\xf9\xb5\xcc\x78\xb2\xdc\x96\xe7\xaf\x26\x80\x22\x59\xb0\xe4\x02\x68\x8f\x43\x23\xa7\x5e\x9d\x40\x23\x95\x61\x89\x29\x54\xd3\xc5\xc9\x6d\x62\xea\xf0\x5a\x41\x68\x05\x92\xf0\x0a\x2c\x25\x82\xf5\x50\x5d\x98\x0f\x0a\xd2\x80\xea\x41\x67\x60\x3b\xf6\x05\xf3\xe2\x81\x00\x6f\x7a\x9a\xc8\x8c\xb5\x50\xf7\x05\x43\x59\x5f\xcc\x98\x4a\x24\xd4\x1a\x4d\xe5\x13\x98\x0c\x93\x09\xcf\xd2\x22\x98\xf6\x1d\xd8\xed\xc1\xba\xf6\xde\x65\x0c\x15\x25\x39\x02\xa2\xce\x6a\xb2\x3d\x47\x62\xdf\x29\x32\x76\x9f\x86\xb8\x65\x54\xf0\xd9\xd9\xf2\x71\x29\x1c\x02\x46\x45\xc9\xa4\xca\x85\x41\xfa\xf1\x6c\xb6\xc3\x2c\x84\x49\xc2\x05\x83\xf0\x4b\xa6\xb2\xaf\x0e\x07\xa7\xba\x94\x44\x5a\x12\xe5\xc1\x5a\x6a\x3f\xa2\xe0\x6f\xa1\x28\x86\x0c\x19\x99\x51\x6d\x05\x17\xb7\xa9\x7d\x51\xe8\xd5\xdf\xe9\x58\x24\xa9\xdd\xe7\x36\xf9\x00\x75\x7a\xb4\xa1\x22\x61\x2d\xf2\x5d\x69\xa2\xdf\x41\x52\x9d\x90\xd0\x1f\x14\x48\x34\xe5\xa5\x01\x72\x6d\x11\x6e\xfa\x82\x6b\xa4\x4c\xc5\x32\xf6\x68\x47\xe7\xce\x4e\xe4\x31\x66\x2e\x8c\x3b\x4c\x1b\xbc\x45\x54\xb1\xb8\x0c\x60\x54\x31\xdc\xcd\xcc\x55\x15\x72\xb0\x28\xb9\x80\x28\x49\xf6\x05\xc1\x67\xb2\x39\x78\x10\x14\x4f\x53\xdb\x5d\x81\x8a\xe4\xf2\x59\x01\x66\x77\x2e\x73\xc4\x8a\x4b\xc1\x2e\x4c\x43\xdc\x9c\x47\xa8\xc9\x38\x0a\xa3\x43\x69\x26\x65\xb4\x0e\x4c\x78\xc3\x93\xc4\x1e\x99\x9a\x1b\x00\xd3\x83\x75\x15\x0c\x0a\x9d\x19\xbb\x00\x05\xe3\xe8\x0b\x9a\xba\xa2\x6b\xae\x39\xbb\x34\x40\xf7\x4b\xf6\xd9\x3d\x1f\xca\xc7\x65\x32\xdd\xae\xc6\x60\x3c\xd5\xb3\x8c\x8a\x01\x32\xd4\xaf\x60\x0e\x8e\x72\x11\x9b\x60\x12\xf3\xe1\x20\x80\xb4\xec\x65\x9c\x41\xd2\xb9\x29\x65\x08\x5b\x11\xce\x77\xd4\xaa\x42\xa9\x7b\xc9\x1c\xa2\x66\x4d\x28\x8b\xee\x2a\x13\xb1\x2f\x75\x81\x5d\xab\x4d\xda\xb4\x62\xc0\x0a\xe5\x80\x56\xd8\xb4\x3d\x05\xbc\x56\xbb\xf6\x3a\x3b\x5f\xb9\x43\xaa\xdb\xbe\xb9\x49\x75\x41\x60\xda\xca\xac\xba\x62\x58\xcf\x6b\x5a\x6d\x34\x21\x2c\x9a\x58\x3f\x97\x8b\xfd\x5b\xad\x04\x5d\xa4\x8c\x68\x69\xf5\x1a\x6f\xe1\xa8\xcf\x35\xad\xc4\x33\x3d\x2b\xb6\x56\x19\x4a\x64\xed\xc0\x40\x44\xd7\x23\xbd\xa2\x06\x5d\x8b\xf4\x8f\x90\xb2\x74\xff\x08\xf1\x68\x7d\xca\xb2\x87\xee\x2b\x97\xd3\xaa\x3a\x20\xd0\x37\x58\x1c\x38\x07\x29\xb7\x91\x35\xef\x6b\x62\xe6\x45\x51\x93\x18\x3e\x30\xc4\x06\xdc\x35\x89\x3a\xe7\xdc\x03\xea\x01\xac\x86\xca\x13\x53\x4c\x38\xe0\x8f\xfd\xe0\x3f\xb4\x4b\x34\xcb\xdd\x8d\x1a\xf0\xbe\xa4\xea\x0b\xdf\x5a\x01\x03\xdc\xc9\xb2\x85\xa6\x16\xa1\xf7\x22\x5a\x05\x20\x4e\x9f\xcf\x00\x79\x32\xf6\x25\x88\xf8\x5c\xe0\x03\x50\x0c\x78\xc8\x0a\xb0\x85\x36\x29\xc0\x1f\x41\xf4\xa8\xa0\xcc\xc5\x20\x73\x59\xe6\x11\xd6\x50\x6a\x8b\x60\xb5\x74\x0e\x55\xaa\x46\xb9\x65\x47\xa1\x77\x2b\x1b\x01\xe0\xe0\x88\xdb\x43\xe2\xd7\xa5\x2f\x3e\x49\x5c\x60\x14\xaf\xaa\xc5\x8f\xdd\xb2\x7d\x17\xd2\x3a\xdc\x0f\xe7\x70\x6d\x8f\xd0\x0f\x56\x01\xfa\x00\xff\x35\x44\xd9\xb4\xac\xec\xa1\x8a\x49\x25\x54\xf4\xc5\xdf\xec\xf2\x78\x14\x3d\xb7\xad\x72\x84\x87\xd8\x03\xa3\x90\x77\x7f\xc5\x46\xdf\xfd\xcb\xfb\xbf\xbe\x47\x8c\xd2\x5c\x43\x2a\x5d\xab\x7c\x85\xf8\x81\xda\x2d\x85\x18\xaf\x50\xa2\xd2\x17\xbe\x2a\xba\x58\x8a\xb7\xe3\xb4\x9c\x7d\x57\x97\x28\x2c\xaf\x1d\x92\x50\x93\x4c\x8e\xbd\x34\x17\x23\x0b\x72\x5d\xd4\x2e\xb1\x92\xa3\x95\xb5\x2a\xf5\x4e\x30\xb1\x88\x84\xca\xd3\xba\xbc\x0e\x96\x5e\xb0\x4c\x9f\xcb\xb3\xa9\x60\x74\xf8\x9e\x80\x38\x0b\x94\x88\x42\xd2\x0b\xaf\xfb\x3c\x99\xa8\x10\x26\x9a\x88\x05\x9d\xb2\x94\xf4\x31\xae\xbc\x7f\xe4\xb7\xbf\x2f\x66\xc3\x76\x36\x1f\x99\x36\x44\xb9\xb7\xed\xb2\xb4\xbb\x4b\xab\xf9\xe1\x25\x34\x48\x17\x55\xa5\x15\xcb\xdd\xa8\x6c\xd5\xcb\x3b\x61\x75\x42\x4f\xeb\x0b\x2d\x68\xe2\x09\xeb\x73\x5b\xf6\x01\xb1\x60\x33\x62\xe8\xd7\x6b\x79\xe4\x38\x2b\xe4\x46\x82\x55\x71\x3e\x01\xc6\xd0\x5e\x74\xa1\x64\x23\x15\x34\x9b\x43\xb6\x5a\xab\x2f\xb0\x9a\x2c\x4b\x09\x4d\xe6\x49\xc6\x13\x87\x02\x57\x96\x85\xd8\x23\x13\xa6\x14\x54\x0b\x39\xa6\x2f\x25\x0e\x35\x85\xf3\xd6\xaf\xfe\x7d\x83\x28\x14\x10\x3b\xcb\x56\xb3\x2a\x99\x38\xdc\x1a\xb5\x21\xee\x4f\xe8\x1e\x58\x73\xea\xf5\x59\xa9\xf8\x98\x0b\x6a\xa4\x22\xef\xc0\xfc\x9f\x65\x4c\xbd\x0f\xe5\x05\x61\x15\xeb\x87\x31\xd9\xa8\xa8\x4f\x0d\x04\x5c\xfd\x65\x9b\x24\xb9\x52\x2c\x1d\x2c\x46\x51\x6e\x8a\x91\xb0\x3c\xc6\xcc\x8a\xd6\x7c\xca\xb4\xa1\xd3\x59\x9c\x23\x1d\x32\xf7\xdc\xca\x64\xb8\x08\xc4\x0f\x0c\xd4\x3a\x1e\x95\x27\xed\x0b\x67\x0c\xc1\x7d\x93\xaa\x06\xfc\xa7\x3a\x4b\xac\x79\xba\x65\x8c\xaa\x03\x43\xdd\xb0\x80\x63\xd5\x60\x7c\x73\xe1\x6d\x44\xc5\x45\x50\xe2\xac\x30\x51\x28\x88\x6b\x05\xd1\x50\x43\x3c\x84\x03\xf6\x45\x11\x8a\x77\x96\xc9\x3c\x25\xce\x5c\xee\x8c\xcf\xaa\x4d\x38\x6b\xb7\x88\xfe\xa7\xd3\x93\x93\x76\x7b\x4f\x35\x81\xca\x65\x43\xeb\x29\x1c\x0b\x7b\xd6\x85\xba\xae\x38\x5a\x25\x0c\xd0\xc1\x66\x9a\x87\x4f\x65\x02\x6a\x89\x35\xf3\x72\x20\x57\xb5\xcb\x80\x8b\xba\x4b\x77\x3e\x22\x6c\x79\x57\x33\xaa\x98\x30\x03\xe8\x71\xb3\xce\xa0\x93\x6b\xf8\xbc\x14\xc2\xbf\x96\x86\xf5\xdf\x77\x12\x15\x67\x1f\xc7\xf7\x97\x08\xc1\xd8\xa5\x45\x53\xfd\x40\xde\x71\xf0\x63\x45\x46\xc6\x55\x90\xad\x6e\x42\x5b\xac\x5e\x34\xa1\x12\x63\x5a\x6b\x42\xc5\xe8\xc1\x67\x45\x03\x3c\x6f\x08\x65\xb2\x8c\xc2\xff\x56\x58\x80\x31\x4c\xad\x30\x77\x13\x6a\x5c\xc9\x98\x7f\x30\x25\x51\x62\x13\xd2\xcb\x80\x71\xc3\x4b\x62\x5a\xe7\x03\xa8\x57\xbb\xd5\x4d\x80\x39\xc1\xf0\x3d\xc4\x48\xf9\x44\x83\xb8\x02\x2e\x5e\xd3\xc3\xb9\x8f\x6d\x6d\x46\x5b\xd9\xa6\x0c\x72\x51\x84\xbc\xb8\x0c\x23\xee\xe9\x35\x89\xc0\x8a\xfd\x01\x3d\x01\x21\xc0\xd5\x0b\x9f\xd2\x99\xf3\x19\xbb\xea\x0a\x55\xab\x48\x1b\x26\xf1\xdf\xff\xf5\x97\x76\x53\x4a\x20\x0c\x7d\x6b\xe8\xcc\x0f\x1e\x38\x53\x31\x9a\x16\x90\x76\x31\x62\xdd\xaa\x74\xbf\x95\x04\xb9\x83\x24\xb3\xcb\xbe\x2c\xca\x2a\xde\x55\x1b\x91\x3d\x4f\x63\x3c\x87\x40\xe0\x6e\x7b\x02\xa2\x99\x1c\x11\x90\x81\x1b\xa4\xa5\xb6\x1b\x67\x4d\x0f\x1b\xac\x5e\x3d\x7f\x7a\x21\x39\xb0\x29\x6b\x6d\x9d\xe1\x97\xbe\xdd\x59\x7a\xdd\x25\xd9\x6d\xa9\x5f\xef\x3c\x14\xc9\x80\x00\xb6\x9e\x20\x89\x9c\x0e\xad\x04\x69\xef\xd9\x60\x15\x05\xd6\xd4\xf1\x89\x0f\x21\x6a\xdb\xb3\x18\x84\x99\xab\xa4\x8d\x05\x97\x72\x1c\x96\x1d\xd3\x59\xad\x33\xad\xe1\x3e\xd8\x6f\x5e\x5e\xfd\xe1\xe8\x54\x67\x50\x94\x6d\x79\xe0\xc9\x03\xb3\xa4\x3c\x2a\xe0\x25\x63\xd1\x2a\x08\xd7\x21\x4e\xbd\x2f\x60\x85\x30\x28\xd2\x53\xbf\x3d\x0e\x46\x12\xc5\xc0\x43\x57\x04\x3e\x4b\xc2\xcd\x77\xba\x7e\x71\x9e\x3b\x89\xb0\x7e\x2d\xa0\xfd\x90\xea\xe2\xc0\x2c\x82\x5e\x83\x9a\x20\x88\x83\x7f\x0a\x7c\x51\xb3\x44\x8a\x90\x1e\xb3\x17\x2d\xa3\x26\xc1\xb0\x7e\xb8\xf0\x6c\x01\x05\x63\x95\xca\xb3\xa3\xe6\x15\xf1\x36\x25\x13\x87\xea\x61\x88\x86\xe0\x21\x88\x91\xb5\x7d\xb7\xc8\x94\x72\xe1\x8e\x01\xd4\x71\x27\x29\x1b\xe6\xe3\x71\xa3\x42\x90\xc9\xf1\xb3\x5a\x27\x7d\x3a\x5e\xa3\x75\x32\xcc\x30\x5b\x96\x62\xb6\x82\x42\xbf\x21\xcd\x6f\x69\x48\xf6\x3e\x74\xb7\x9e\xef\x09\x2d\x50\x23\x9e\xb1\x97\x51\xd7\xf6\xa4\x7b\xf6\xd6\xd1\x3d\xbd\x09\x13\xc2\xa8\x70\x1e\xc1\xc8\xf4\x1b\x52\x4a\x31\x2c\x7d\x60\xbf\x7c\xd6\xd8\xf4\x90\x4d\x03\x87\x15\xa3\xce\x2d\x6f\x4a\x35\xa0\xd6\xec\x3f\x58\x1d\x78\xfb\xaa\x14\xb8\x9d\x51\x9b\x6e\xe5\x94\x11\xe8\x4a\x63\x82\x34\x71\x71\x60\x2d\x70\x79\xd8\x09\x16\x70\x75\x70\xe0\x9d\x4d\x3f\x99\x50\x31\x8e\x4a\x98\x91\x77\x82\x3d\x11\xcb\x6b\x5b\xb1\x0d\x38\xda\x9e\x16\x61\x26\x79\x6f\x65\x9b\x92\xcb\x58\xb1\x44\xaa\x14\x32\x14\xc7\x54\xa5\x10\xa8\xe0\x08\x3e\xa3\xc9\x03\x40\xc3\xc2\x75\x84\x3d\x3a\x3b\xb5\x4f\xe2\x43\xdf\x49\xd1\x1a\x17\x89\x82\x3c\x15\x8f\x32\x15\xc6\x87\x9f\x6b\x42\x13\x25\x35\x2a\xa7\x1e\x11\xd4\x41\x51\x46\x68\x7c\xd0\xe3\x26\x21\x2b\xd7\x8e\x20\x7c\x38\x63\x64\x81\x07\x2e\x59\xc2\xdb\xf9\x20\x95\x4b\xc8\x83\x15\xbf\x76\xb0\x3e\x3f\xf2\x47\xd6\x22\xb7\x33\xaa\x1e\x5a\xe4\x7c\x2e\xe8\x94\x27\xff\x29\x87\x75\xc6\xdc\x85\xf8\xc0\x9d\x45\xe2\xfd\x97\xd5\xa8\x3f\xe8\x9f\x17\x62\xbf\x48\x93\xda\xf9\x36\x4d\xb9\x0d\xa1\x9b\xdf\xfa\xa5\xbe\x22\x20\xe0\x60\x95\xdd\xeb\x05\x58\xab\x28\x7b\xa3\x27\x4d\xa7\x5c\x94\x74\xb5\x57\xe5\xe9\xa9\x6e\x6a\x5d\xa8\x74\x89\x19\xaf\xa5\xdd\xee\x43\x72\xbc\xa6\x56\xcb\xb1\x0a\xe5\x54\x1a\x86\xf7\xbe\x36\x52\x31\x07\xeb\x81\xe2\x24\xd4\xff\xe4\x1a\x9f\x34\x61\xe3\x27\x99\xd4\x6b\x87\xe4\x2e\x6e\xd8\x99\xfb\x7c\xa9\x74\x22\xa7\x33\x70\xfd\x2a\xa6\x21\x06\x70\x51\x5f\x5b\xf0\x99\xed\x25\x8a\x68\x71\xb8\x9f\x98\xa1\xe7\x0b\x86\xe1\x40\xdb\x21\x62\xcf\x92\x34\x98\x79\xbb\x4b\x68\xba\xe9\x8a\xed\xc6\xce\x53\x7b\xb6\x7d\x75\x55\x57\x41\x8e\x8b\x71\xd6\x54\x74\xa9\x2f\x5c\x01\xba\x18\xee\xb7\x48\xaa\x0d\x96\x54\x87\xab\xf0\x54\x2a\xbe\x15\xaa\xd7\xb9\x28\x3c\xea\x14\xf6\x20\x17\xc1\x5d\xde\xf2\xf8\xc1\x8a\x41\x85\x73\xcb\x2b\x75\x3e\x3c\x2e\x62\xe5\xa4\x02\xee\x0a\xa1\x94\x33\xaa\x00\xb4\x66\xc2\xb3\xf4\xb8\x26\x1e\x1a\xa5\x1c\xa8\x5b\x17\x10\x51\x87\x0c\x40\x0f\x61\xc7\xb1\x46\x34\x86\x6a\x84\xb9\x87\x76\x86\xb9\x21\x2c\xd4\x01\xe3\xda\x19\x8f\x2a\x92\x44\x89\x5f\x94\x6c\x03\x5f\xdb\x22\xb8\x9a\x5f\x34\xe5\xcc\x7f\xfb\x7c\xa2\xb4\x66\xeb\xf0\x89\xbb\xb2\x15\xce\x9f\x1a\x2a\x02\xe7\x68\x5a\x2a\x3d\x40\x13\xda\x0b\xc4\x92\x17\x99\xce\x7a\x46\x9f\x84\x8b\x50\xdb\xa8\xee\xc3\x7a\xfc\xa1\x1e\x8c\xcb\xf2\x87\xca\x93\x32\x30\x38\x46\x7b\x1b\x1e\x10\x08\x5a\x11\xd4\x0a\xd4\x04\x2d\xd2\x4a\x0b\xf5\xa7\x2f\x8a\xd0\x49\x4d\x9e\x58\x96\xd9\xff\x26\x55\xc6\xed\x22\x12\x53\x88\xf2\x60\x2d\x1f\x4e\xe5\x52\x11\x9c\x92\x72\x3c\xa4\x50\xa3\xa4\x09\xe9\x7d\xe1\x34\xef\xab\x66\x5a\x42\x93\x09\x1b\xd8\xa1\xe5\x1b\xc4\xdc\x38\xd8\xf2\x33\xfb\xf1\x2d\x7e\xbb\xf4\x32\xa3\x33\x93\x2b\xe7\x34\xc4\xbe\xc0\x23\x42\xb1\x0e\x7b\x30\x95\xae\x3a\xde\x09\x76\x3b\x78\x60\x1b\xe0\x75\xba\xb1\xd6\xbb\x37\x0b\xdc\x11\x40\x5c\x0c\x01\x3d\x09\x55\xca\x7b\x39\x5d\xaf\x84\x2a\xc3\x47\x34\x29\xa9\x7b\x6b\x25\x93\x95\x6e\x48\x6c\x51\x83\x69\xa7\x00\xc6\xf6\xac\x1c\x8b\x38\x16\xc1\xa2\xb5\xfb\x5f\xeb\x61\xdf\x87\x76\xd8\x7b\xfe\x9a\x8b\xf5\x8b\x52\xd4\xac\x6c\x9e\x7a\x84\x93\xba\xc3\x5c\xb7\x8c\x3b\xd9\x2c\xdd\x3b\x02\x2f\x5d\x9f\xc3\x2d\x40\x4a\x38\xe0\x4e\xb0\xa8\xa4\x51\x29\xaa\x52\x14\x1f\x2c\x61\x51\xaa\x2b\x44\x38\x46\x69\x2e\xf6\x8a\xa2\x63\x46\xa6\x2c\xe5\x79\x15\x4d\x60\x79\x2c\xc5\x81\xb1\xbc\x22\xc6\xd2\xbc\x6f\xcf\xc6\x10\x5e\xa2\x0a\x6b\x11\x4a\x20\x55\x11\x5b\x79\x09\x4a\xfe\x93\x95\xb6\x31\x6e\x1d\x8c\x95\xf5\x88\x6c\x51\xee\x08\x35\xdf\xe9\x10\x44\x53\xa6\x74\x6f\x1a\xbe\xe0\xda\xfc\x5c\x29\x8f\xb4\x05\xd8\x40\x96\x3f\x5f\xc2\x80\x1f\x2a\x0e\x33\xfa\x62\x69\x60\xfc\x8d\xd3\x1b\x9c\xd9\xd4\x32\x07\x34\x33\x42\x60\xa9\x87\x61\xb0\xe3\xde\x44\xf0\xfa\x6b\x58\xaf\xbf\xe2\x05\xf5\xa4\xe8\x6c\xc6\x14\xa1\x0a\x62\xd9\x69\xd0\x57\x8a\x7e\x5d\x2f\x7d\x81\x8a\xce\x7f\xde\x5e\x5d\x16\x12\x57\x61\xff\xa8\x34\x0d\xaf\xc1\xd2\xb5\xeb\x77\xee\x32\xcf\xb2\xc6\x9d\x5b\x03\x6a\xf8\xfe\xe2\x62\xf0\x73\xe7\xe2\xbe\xbb\x1c\xca\xb7\x78\xad\x71\x4d\xc2\x48\xdc\x9a\xa0\xf8\x69\x40\xe4\xcc\xa7\xcc\x19\x9e\x41\x89\x70\xb3\xc6\x5b\x3e\xcf\xb2\x72\x5a\x7a\x5f\xfc\xd5\xb5\x03\x51\xf3\xb9\x40\xf5\xb0\x2f\xc8\xd2\x85\x2b\xf7\x0f\xaf\xfd\xd5\x36\xfe\x57\x5f\x0b\xa7\x98\xc4\x29\xb9\x0c\xbd\x36\xac\xab\x73\x96\xec\x70\x1c\x30\x3b\xfe\xa5\x80\x37\xb6\x3b\x1e\xf7\xc2\xa3\x6c\x3b\xbc\x8c\xbd\x9c\x0e\x5c\xbb\xbf\x96\x4d\x0f\x81\xdd\xa7\x78\x3f\x43\xbb\x2d\x84\x4b\xd0\xc6\x45\x97\xe1\x9a\xf5\x05\x0a\x81\x76\x4c\x46\x36\x8f\x89\xf4\x04\xa6\x43\x64\x54\x8c\x73\x3a\x66\xba\x45\x7c\xe7\x7d\x31\xe5\xe3\x09\xe4\x97\x38\x74\xbf\x50\xd9\x93\x42\x1d\xb3\x32\x09\xa1\x8b\x82\x7d\xa1\xd3\x19\xb8\x4e\x45\x5f\xb8\x39\x89\x71\xd1\x3c\x7a\x2f\xfe\xf3\x36\x4c\xc7\x52\x5a\x68\xc8\x21\x3e\x88\xbe\xc0\xcd\xc5\x34\x56\xaf\x93\x81\xe1\x96\x9a\x2a\xe9\x52\xc5\x3c\xc8\x0c\xf0\xf4\x31\x68\x87\x58\xe0\xc5\x87\x06\x58\x4e\x1f\x21\x14\xa2\xa3\x08\x87\xb4\x9a\x9f\xf8\xcd\xf0\x67\xc2\x8d\xad\x9e\xea\x77\xbe\x03\xec\x81\xab\x2f\xb4\xb7\x9c\x6c\x0b\x36\xb6\x82\x9b\x17\x04\x25\xaa\x47\x98\x54\x83\xf8\x20\xe8\x64\x0f\x45\x05\xd7\x1e\x12\xbe\xbf\x74\x50\x1b\xd4\x22\x5c\xbb\x5b\x87\x55\xb4\xac\xdb\xa1\x94\x0d\xfb\xb2\x47\xd3\x46\x69\x50\xee\x83\x55\x8b\x91\x27\x0d\x65\x1f\x77\xf6\x65\x57\x97\xc8\x73\x9f\x65\x03\xca\xb8\xde\x6a\x38\x85\xfc\xb4\xf6\x88\x82\x84\xe0\x2e\xbb\x8d\x38\xac\xbb\xe7\x4a\x0c\xb6\x81\x4d\x3a\x85\xda\x99\x53\x19\x47\xf6\x22\x00\x0b\x9c\xba\xc0\xac\x56\x20\xa2\x56\xb1\x73\x2d\x2c\x4e\x94\x2b\x6d\xd9\xa5\xe3\x77\x8e\x6b\x5b\xf5\xb4\x2f\x7c\xce\xa1\x67\xc7\x1d\x5f\x43\x59\x85\x5f\x31\x3e\x60\x86\x19\x3b\x20\xb1\x9a\xa2\xf8\x36\x35\x7d\x01\xc0\x4e\x02\x4c\x3f\x43\x0d\x29\xd7\x0e\xbe\xc8\x3d\x88\xb0\x60\xa9\x08\x05\x92\x56\xf0\xbc\x8a\x18\x50\xba\xe7\x7f\x67\xff\xff\xaf\xbf\xfb\xff\x03\x00\x00\xff\xff\xea\x39\x8e\xf3\xe7\x4c\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 214345, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 216295, 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/MatchableResourceOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/MatchableResourceOuterClass.java index 80d6676fab..d883b23733 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/MatchableResourceOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/MatchableResourceOuterClass.java @@ -64,6 +64,14 @@ public enum MatchableResource * QUALITY_OF_SERVICE_SPECIFICATION = 4; */ QUALITY_OF_SERVICE_SPECIFICATION(4), + /** + *
+     * Selects configurable plugin implementation behavior for a given task type.
+     * 
+ * + * PLUGIN_OVERRIDE = 5; + */ + PLUGIN_OVERRIDE(5), UNRECOGNIZED(-1), ; @@ -107,6 +115,14 @@ public enum MatchableResource * QUALITY_OF_SERVICE_SPECIFICATION = 4; */ public static final int QUALITY_OF_SERVICE_SPECIFICATION_VALUE = 4; + /** + *
+     * Selects configurable plugin implementation behavior for a given task type.
+     * 
+ * + * PLUGIN_OVERRIDE = 5; + */ + public static final int PLUGIN_OVERRIDE_VALUE = 5; public final int getNumber() { @@ -132,6 +148,7 @@ public static MatchableResource forNumber(int value) { case 2: return EXECUTION_QUEUE; case 3: return EXECUTION_CLUSTER_LABEL; case 4: return QUALITY_OF_SERVICE_SPECIFICATION; + case 5: return PLUGIN_OVERRIDE; default: return null; } } @@ -3876,91 +3893,1186 @@ public Builder mergeFrom( return this; } - private java.lang.Object value_ = ""; + private java.lang.Object value_ = ""; + /** + *
+       * Label value to determine where the execution will be run
+       * 
+ * + * string value = 1; + */ + public java.lang.String getValue() { + java.lang.Object ref = value_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + value_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Label value to determine where the execution will be run
+       * 
+ * + * string value = 1; + */ + public com.google.protobuf.ByteString + getValueBytes() { + java.lang.Object ref = value_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + value_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Label value to determine where the execution will be run
+       * 
+ * + * string value = 1; + */ + public Builder setValue( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + value_ = value; + onChanged(); + return this; + } + /** + *
+       * Label value to determine where the execution will be run
+       * 
+ * + * string value = 1; + */ + public Builder clearValue() { + + value_ = getDefaultInstance().getValue(); + onChanged(); + return this; + } + /** + *
+       * Label value to determine where the execution will be run
+       * 
+ * + * string value = 1; + */ + public Builder setValueBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + value_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.admin.ExecutionClusterLabel) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.ExecutionClusterLabel) + private static final flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel(); + } + + public static flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ExecutionClusterLabel parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ExecutionClusterLabel(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface PluginOverrideOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.PluginOverride) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + java.lang.String getTaskType(); + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + com.google.protobuf.ByteString + getTaskTypeBytes(); + + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + java.util.List + getPluginIdList(); + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + int getPluginIdCount(); + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + java.lang.String getPluginId(int index); + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + com.google.protobuf.ByteString + getPluginIdBytes(int index); + + /** + *
+     * Defines the behavior when no plugin from the plugin_id list is not found.
+     * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + int getMissingPluginBehaviorValue(); + /** + *
+     * Defines the behavior when no plugin from the plugin_id list is not found.
+     * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior getMissingPluginBehavior(); + } + /** + *
+   * This MatchableAttribute configures selecting alternate plugin implementations for a given task type.
+   * In addition to an override implementation a selection of fallbacks can be provided or other modes
+   * for handling cases where the desired plugin override is not enabled in a given Flyte deployment.
+   * 
+ * + * Protobuf type {@code flyteidl.admin.PluginOverride} + */ + public static final class PluginOverride extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.PluginOverride) + PluginOverrideOrBuilder { + private static final long serialVersionUID = 0L; + // Use PluginOverride.newBuilder() to construct. + private PluginOverride(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private PluginOverride() { + taskType_ = ""; + pluginId_ = com.google.protobuf.LazyStringArrayList.EMPTY; + missingPluginBehavior_ = 0; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private PluginOverride( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + taskType_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + pluginId_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000002; + } + pluginId_.add(s); + break; + } + case 32: { + int rawValue = input.readEnum(); + + missingPluginBehavior_ = rawValue; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000002) != 0)) { + pluginId_ = pluginId_.getUnmodifiableView(); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.MatchableResourceOuterClass.internal_static_flyteidl_admin_PluginOverride_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.MatchableResourceOuterClass.internal_static_flyteidl_admin_PluginOverride_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.MatchableResourceOuterClass.PluginOverride.class, flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder.class); + } + + /** + * Protobuf enum {@code flyteidl.admin.PluginOverride.MissingPluginBehavior} + */ + public enum MissingPluginBehavior + implements com.google.protobuf.ProtocolMessageEnum { + /** + * FAIL = 0; + */ + FAIL(0), + /** + *
+       * Uses the system-configured default implementation.
+       * 
+ * + * USE_DEFAULT = 1; + */ + USE_DEFAULT(1), + UNRECOGNIZED(-1), + ; + + /** + * FAIL = 0; + */ + public static final int FAIL_VALUE = 0; + /** + *
+       * Uses the system-configured default implementation.
+       * 
+ * + * USE_DEFAULT = 1; + */ + public static final int USE_DEFAULT_VALUE = 1; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static MissingPluginBehavior valueOf(int value) { + return forNumber(value); + } + + public static MissingPluginBehavior forNumber(int value) { + switch (value) { + case 0: return FAIL; + case 1: return USE_DEFAULT; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + MissingPluginBehavior> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public MissingPluginBehavior findValueByNumber(int number) { + return MissingPluginBehavior.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { + return getDescriptor().getValues().get(ordinal()); + } + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDescriptor().getEnumTypes().get(0); + } + + private static final MissingPluginBehavior[] VALUES = values(); + + public static MissingPluginBehavior valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private MissingPluginBehavior(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:flyteidl.admin.PluginOverride.MissingPluginBehavior) + } + + private int bitField0_; + public static final int TASK_TYPE_FIELD_NUMBER = 1; + private volatile java.lang.Object taskType_; + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + taskType_ = s; + return s; + } + } + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string task_type = 1; + */ + public com.google.protobuf.ByteString + getTaskTypeBytes() { + java.lang.Object ref = taskType_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + taskType_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int PLUGIN_ID_FIELD_NUMBER = 2; + private com.google.protobuf.LazyStringList pluginId_; + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + public com.google.protobuf.ProtocolStringList + getPluginIdList() { + return pluginId_; + } + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + public int getPluginIdCount() { + return pluginId_.size(); + } + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + public java.lang.String getPluginId(int index) { + return pluginId_.get(index); + } + /** + *
+     * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+     * 
+ * + * repeated string plugin_id = 2; + */ + public com.google.protobuf.ByteString + getPluginIdBytes(int index) { + return pluginId_.getByteString(index); + } + + public static final int MISSING_PLUGIN_BEHAVIOR_FIELD_NUMBER = 4; + private int missingPluginBehavior_; + /** + *
+     * Defines the behavior when no plugin from the plugin_id list is not found.
+     * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + public int getMissingPluginBehaviorValue() { + return missingPluginBehavior_; + } + /** + *
+     * Defines the behavior when no plugin from the plugin_id list is not found.
+     * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior getMissingPluginBehavior() { + @SuppressWarnings("deprecation") + flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior result = flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior.valueOf(missingPluginBehavior_); + return result == null ? flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior.UNRECOGNIZED : result; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getTaskTypeBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, taskType_); + } + for (int i = 0; i < pluginId_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, pluginId_.getRaw(i)); + } + if (missingPluginBehavior_ != flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior.FAIL.getNumber()) { + output.writeEnum(4, missingPluginBehavior_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getTaskTypeBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, taskType_); + } + { + int dataSize = 0; + for (int i = 0; i < pluginId_.size(); i++) { + dataSize += computeStringSizeNoTag(pluginId_.getRaw(i)); + } + size += dataSize; + size += 1 * getPluginIdList().size(); + } + if (missingPluginBehavior_ != flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior.FAIL.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(4, missingPluginBehavior_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.admin.MatchableResourceOuterClass.PluginOverride)) { + return super.equals(obj); + } + flyteidl.admin.MatchableResourceOuterClass.PluginOverride other = (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) obj; + + if (!getTaskType() + .equals(other.getTaskType())) return false; + if (!getPluginIdList() + .equals(other.getPluginIdList())) return false; + if (missingPluginBehavior_ != other.missingPluginBehavior_) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + TASK_TYPE_FIELD_NUMBER; + hash = (53 * hash) + getTaskType().hashCode(); + if (getPluginIdCount() > 0) { + hash = (37 * hash) + PLUGIN_ID_FIELD_NUMBER; + hash = (53 * hash) + getPluginIdList().hashCode(); + } + hash = (37 * hash) + MISSING_PLUGIN_BEHAVIOR_FIELD_NUMBER; + hash = (53 * hash) + missingPluginBehavior_; + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.admin.MatchableResourceOuterClass.PluginOverride prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * This MatchableAttribute configures selecting alternate plugin implementations for a given task type.
+     * In addition to an override implementation a selection of fallbacks can be provided or other modes
+     * for handling cases where the desired plugin override is not enabled in a given Flyte deployment.
+     * 
+ * + * Protobuf type {@code flyteidl.admin.PluginOverride} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.PluginOverride) + flyteidl.admin.MatchableResourceOuterClass.PluginOverrideOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.MatchableResourceOuterClass.internal_static_flyteidl_admin_PluginOverride_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.MatchableResourceOuterClass.internal_static_flyteidl_admin_PluginOverride_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.MatchableResourceOuterClass.PluginOverride.class, flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder.class); + } + + // Construct using flyteidl.admin.MatchableResourceOuterClass.PluginOverride.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + taskType_ = ""; + + pluginId_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + missingPluginBehavior_ = 0; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.MatchableResourceOuterClass.internal_static_flyteidl_admin_PluginOverride_descriptor; + } + + @java.lang.Override + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride getDefaultInstanceForType() { + return flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride build() { + flyteidl.admin.MatchableResourceOuterClass.PluginOverride result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride buildPartial() { + flyteidl.admin.MatchableResourceOuterClass.PluginOverride result = new flyteidl.admin.MatchableResourceOuterClass.PluginOverride(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + result.taskType_ = taskType_; + if (((bitField0_ & 0x00000002) != 0)) { + pluginId_ = pluginId_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.pluginId_ = pluginId_; + result.missingPluginBehavior_ = missingPluginBehavior_; + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.admin.MatchableResourceOuterClass.PluginOverride) { + return mergeFrom((flyteidl.admin.MatchableResourceOuterClass.PluginOverride)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.MatchableResourceOuterClass.PluginOverride other) { + if (other == flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance()) return this; + if (!other.getTaskType().isEmpty()) { + taskType_ = other.taskType_; + onChanged(); + } + if (!other.pluginId_.isEmpty()) { + if (pluginId_.isEmpty()) { + pluginId_ = other.pluginId_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensurePluginIdIsMutable(); + pluginId_.addAll(other.pluginId_); + } + onChanged(); + } + if (other.missingPluginBehavior_ != 0) { + setMissingPluginBehaviorValue(other.getMissingPluginBehaviorValue()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.admin.MatchableResourceOuterClass.PluginOverride parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object taskType_ = ""; + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + taskType_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public com.google.protobuf.ByteString + getTaskTypeBytes() { + java.lang.Object ref = taskType_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + taskType_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder setTaskType( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + taskType_ = value; + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder clearTaskType() { + + taskType_ = getDefaultInstance().getTaskType(); + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string task_type = 1; + */ + public Builder setTaskTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + taskType_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList pluginId_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensurePluginIdIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + pluginId_ = new com.google.protobuf.LazyStringArrayList(pluginId_); + bitField0_ |= 0x00000002; + } + } /** *
-       * Label value to determine where the execution will be run
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
        * 
* - * string value = 1; + * repeated string plugin_id = 2; */ - public java.lang.String getValue() { - java.lang.Object ref = value_; - if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - value_ = s; - return s; - } else { - return (java.lang.String) ref; - } + public com.google.protobuf.ProtocolStringList + getPluginIdList() { + return pluginId_.getUnmodifiableView(); } /** *
-       * Label value to determine where the execution will be run
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
        * 
* - * string value = 1; + * repeated string plugin_id = 2; + */ + public int getPluginIdCount() { + return pluginId_.size(); + } + /** + *
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+       * 
+ * + * repeated string plugin_id = 2; + */ + public java.lang.String getPluginId(int index) { + return pluginId_.get(index); + } + /** + *
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+       * 
+ * + * repeated string plugin_id = 2; */ public com.google.protobuf.ByteString - getValueBytes() { - java.lang.Object ref = value_; - if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - value_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } + getPluginIdBytes(int index) { + return pluginId_.getByteString(index); } /** *
-       * Label value to determine where the execution will be run
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
        * 
* - * string value = 1; + * repeated string plugin_id = 2; */ - public Builder setValue( + public Builder setPluginId( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePluginIdIsMutable(); + pluginId_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+       * 
+ * + * repeated string plugin_id = 2; + */ + public Builder addPluginId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - - value_ = value; + ensurePluginIdIsMutable(); + pluginId_.add(value); onChanged(); return this; } /** *
-       * Label value to determine where the execution will be run
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
        * 
* - * string value = 1; + * repeated string plugin_id = 2; */ - public Builder clearValue() { - - value_ = getDefaultInstance().getValue(); + public Builder addAllPluginId( + java.lang.Iterable values) { + ensurePluginIdIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, pluginId_); onChanged(); return this; } /** *
-       * Label value to determine where the execution will be run
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
        * 
* - * string value = 1; + * repeated string plugin_id = 2; */ - public Builder setValueBytes( + public Builder clearPluginId() { + pluginId_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+       * A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id.
+       * 
+ * + * repeated string plugin_id = 2; + */ + public Builder addPluginIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); + ensurePluginIdIsMutable(); + pluginId_.add(value); + onChanged(); + return this; + } + + private int missingPluginBehavior_ = 0; + /** + *
+       * Defines the behavior when no plugin from the plugin_id list is not found.
+       * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + public int getMissingPluginBehaviorValue() { + return missingPluginBehavior_; + } + /** + *
+       * Defines the behavior when no plugin from the plugin_id list is not found.
+       * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + public Builder setMissingPluginBehaviorValue(int value) { + missingPluginBehavior_ = value; + onChanged(); + return this; + } + /** + *
+       * Defines the behavior when no plugin from the plugin_id list is not found.
+       * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior getMissingPluginBehavior() { + @SuppressWarnings("deprecation") + flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior result = flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior.valueOf(missingPluginBehavior_); + return result == null ? flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior.UNRECOGNIZED : result; + } + /** + *
+       * Defines the behavior when no plugin from the plugin_id list is not found.
+       * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + public Builder setMissingPluginBehavior(flyteidl.admin.MatchableResourceOuterClass.PluginOverride.MissingPluginBehavior value) { + if (value == null) { + throw new NullPointerException(); + } - value_ = value; + missingPluginBehavior_ = value.getNumber(); + onChanged(); + return this; + } + /** + *
+       * Defines the behavior when no plugin from the plugin_id list is not found.
+       * 
+ * + * .flyteidl.admin.PluginOverride.MissingPluginBehavior missing_plugin_behavior = 4; + */ + public Builder clearMissingPluginBehavior() { + + missingPluginBehavior_ = 0; onChanged(); return this; } @@ -3977,41 +5089,41 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.admin.ExecutionClusterLabel) + // @@protoc_insertion_point(builder_scope:flyteidl.admin.PluginOverride) } - // @@protoc_insertion_point(class_scope:flyteidl.admin.ExecutionClusterLabel) - private static final flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel DEFAULT_INSTANCE; + // @@protoc_insertion_point(class_scope:flyteidl.admin.PluginOverride) + private static final flyteidl.admin.MatchableResourceOuterClass.PluginOverride DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel(); + DEFAULT_INSTANCE = new flyteidl.admin.MatchableResourceOuterClass.PluginOverride(); } - public static flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel getDefaultInstance() { + public static flyteidl.admin.MatchableResourceOuterClass.PluginOverride getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override - public ExecutionClusterLabel parsePartialFrom( + public PluginOverride parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new ExecutionClusterLabel(input, extensionRegistry); + return new PluginOverride(input, extensionRegistry); } }; - public static com.google.protobuf.Parser parser() { + public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override - public flyteidl.admin.MatchableResourceOuterClass.ExecutionClusterLabel getDefaultInstanceForType() { + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride getDefaultInstanceForType() { return DEFAULT_INSTANCE; } @@ -4086,6 +5198,19 @@ public interface MatchingAttributesOrBuilder extends */ flyteidl.core.Execution.QualityOfServiceOrBuilder getQualityOfServiceOrBuilder(); + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + boolean hasPluginOverride(); + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + flyteidl.admin.MatchableResourceOuterClass.PluginOverride getPluginOverride(); + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + flyteidl.admin.MatchableResourceOuterClass.PluginOverrideOrBuilder getPluginOverrideOrBuilder(); + public flyteidl.admin.MatchableResourceOuterClass.MatchingAttributes.TargetCase getTargetCase(); } /** @@ -4201,6 +5326,20 @@ private MatchingAttributes( targetCase_ = 5; break; } + case 50: { + flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder subBuilder = null; + if (targetCase_ == 6) { + subBuilder = ((flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_).toBuilder(); + } + target_ = + input.readMessage(flyteidl.admin.MatchableResourceOuterClass.PluginOverride.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom((flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_); + target_ = subBuilder.buildPartial(); + } + targetCase_ = 6; + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -4242,6 +5381,7 @@ public enum TargetCase EXECUTION_QUEUE_ATTRIBUTES(3), EXECUTION_CLUSTER_LABEL(4), QUALITY_OF_SERVICE(5), + PLUGIN_OVERRIDE(6), TARGET_NOT_SET(0); private final int value; private TargetCase(int value) { @@ -4262,6 +5402,7 @@ public static TargetCase forNumber(int value) { case 3: return EXECUTION_QUEUE_ATTRIBUTES; case 4: return EXECUTION_CLUSTER_LABEL; case 5: return QUALITY_OF_SERVICE; + case 6: return PLUGIN_OVERRIDE; case 0: return TARGET_NOT_SET; default: return null; } @@ -4407,6 +5548,32 @@ public flyteidl.core.Execution.QualityOfServiceOrBuilder getQualityOfServiceOrBu return flyteidl.core.Execution.QualityOfService.getDefaultInstance(); } + public static final int PLUGIN_OVERRIDE_FIELD_NUMBER = 6; + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public boolean hasPluginOverride() { + return targetCase_ == 6; + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride getPluginOverride() { + if (targetCase_ == 6) { + return (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_; + } + return flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance(); + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public flyteidl.admin.MatchableResourceOuterClass.PluginOverrideOrBuilder getPluginOverrideOrBuilder() { + if (targetCase_ == 6) { + return (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_; + } + return flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -4436,6 +5603,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (targetCase_ == 5) { output.writeMessage(5, (flyteidl.core.Execution.QualityOfService) target_); } + if (targetCase_ == 6) { + output.writeMessage(6, (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_); + } unknownFields.writeTo(output); } @@ -4465,6 +5635,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, (flyteidl.core.Execution.QualityOfService) target_); } + if (targetCase_ == 6) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(6, (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -4502,6 +5676,10 @@ public boolean equals(final java.lang.Object obj) { if (!getQualityOfService() .equals(other.getQualityOfService())) return false; break; + case 6: + if (!getPluginOverride() + .equals(other.getPluginOverride())) return false; + break; case 0: default: } @@ -4537,6 +5715,10 @@ public int hashCode() { hash = (37 * hash) + QUALITY_OF_SERVICE_FIELD_NUMBER; hash = (53 * hash) + getQualityOfService().hashCode(); break; + case 6: + hash = (37 * hash) + PLUGIN_OVERRIDE_FIELD_NUMBER; + hash = (53 * hash) + getPluginOverride().hashCode(); + break; case 0: default: } @@ -4740,6 +5922,13 @@ public flyteidl.admin.MatchableResourceOuterClass.MatchingAttributes buildPartia result.target_ = qualityOfServiceBuilder_.build(); } } + if (targetCase_ == 6) { + if (pluginOverrideBuilder_ == null) { + result.target_ = target_; + } else { + result.target_ = pluginOverrideBuilder_.build(); + } + } result.targetCase_ = targetCase_; onBuilt(); return result; @@ -4810,6 +5999,10 @@ public Builder mergeFrom(flyteidl.admin.MatchableResourceOuterClass.MatchingAttr mergeQualityOfService(other.getQualityOfService()); break; } + case PLUGIN_OVERRIDE: { + mergePluginOverride(other.getPluginOverride()); + break; + } case TARGET_NOT_SET: { break; } @@ -5537,6 +6730,142 @@ public flyteidl.core.Execution.QualityOfServiceOrBuilder getQualityOfServiceOrBu onChanged();; return qualityOfServiceBuilder_; } + + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.MatchableResourceOuterClass.PluginOverride, flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder, flyteidl.admin.MatchableResourceOuterClass.PluginOverrideOrBuilder> pluginOverrideBuilder_; + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public boolean hasPluginOverride() { + return targetCase_ == 6; + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride getPluginOverride() { + if (pluginOverrideBuilder_ == null) { + if (targetCase_ == 6) { + return (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_; + } + return flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance(); + } else { + if (targetCase_ == 6) { + return pluginOverrideBuilder_.getMessage(); + } + return flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance(); + } + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public Builder setPluginOverride(flyteidl.admin.MatchableResourceOuterClass.PluginOverride value) { + if (pluginOverrideBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + target_ = value; + onChanged(); + } else { + pluginOverrideBuilder_.setMessage(value); + } + targetCase_ = 6; + return this; + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public Builder setPluginOverride( + flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder builderForValue) { + if (pluginOverrideBuilder_ == null) { + target_ = builderForValue.build(); + onChanged(); + } else { + pluginOverrideBuilder_.setMessage(builderForValue.build()); + } + targetCase_ = 6; + return this; + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public Builder mergePluginOverride(flyteidl.admin.MatchableResourceOuterClass.PluginOverride value) { + if (pluginOverrideBuilder_ == null) { + if (targetCase_ == 6 && + target_ != flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance()) { + target_ = flyteidl.admin.MatchableResourceOuterClass.PluginOverride.newBuilder((flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_) + .mergeFrom(value).buildPartial(); + } else { + target_ = value; + } + onChanged(); + } else { + if (targetCase_ == 6) { + pluginOverrideBuilder_.mergeFrom(value); + } + pluginOverrideBuilder_.setMessage(value); + } + targetCase_ = 6; + return this; + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public Builder clearPluginOverride() { + if (pluginOverrideBuilder_ == null) { + if (targetCase_ == 6) { + targetCase_ = 0; + target_ = null; + onChanged(); + } + } else { + if (targetCase_ == 6) { + targetCase_ = 0; + target_ = null; + } + pluginOverrideBuilder_.clear(); + } + return this; + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder getPluginOverrideBuilder() { + return getPluginOverrideFieldBuilder().getBuilder(); + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + public flyteidl.admin.MatchableResourceOuterClass.PluginOverrideOrBuilder getPluginOverrideOrBuilder() { + if ((targetCase_ == 6) && (pluginOverrideBuilder_ != null)) { + return pluginOverrideBuilder_.getMessageOrBuilder(); + } else { + if (targetCase_ == 6) { + return (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_; + } + return flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance(); + } + } + /** + * .flyteidl.admin.PluginOverride plugin_override = 6; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.MatchableResourceOuterClass.PluginOverride, flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder, flyteidl.admin.MatchableResourceOuterClass.PluginOverrideOrBuilder> + getPluginOverrideFieldBuilder() { + if (pluginOverrideBuilder_ == null) { + if (!(targetCase_ == 6)) { + target_ = flyteidl.admin.MatchableResourceOuterClass.PluginOverride.getDefaultInstance(); + } + pluginOverrideBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.MatchableResourceOuterClass.PluginOverride, flyteidl.admin.MatchableResourceOuterClass.PluginOverride.Builder, flyteidl.admin.MatchableResourceOuterClass.PluginOverrideOrBuilder>( + (flyteidl.admin.MatchableResourceOuterClass.PluginOverride) target_, + getParentForChildren(), + isClean()); + target_ = null; + } + targetCase_ = 6; + onChanged();; + return pluginOverrideBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -8087,6 +9416,11 @@ public flyteidl.admin.MatchableResourceOuterClass.ListMatchableAttributesRespons private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_admin_ExecutionClusterLabel_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_PluginOverride_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_PluginOverride_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_admin_MatchingAttributes_descriptor; private static final @@ -8130,31 +9464,38 @@ public flyteidl.admin.MatchableResourceOuterClass.ListMatchableAttributesRespons "ributesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t" + ":\0028\001\"(\n\030ExecutionQueueAttributes\022\014\n\004tags" + "\030\001 \003(\t\"&\n\025ExecutionClusterLabel\022\r\n\005value" + - "\030\001 \001(\t\"\225\003\n\022MatchingAttributes\022J\n\030task_re" + - "source_attributes\030\001 \001(\0132&.flyteidl.admin" + - ".TaskResourceAttributesH\000\022P\n\033cluster_res" + - "ource_attributes\030\002 \001(\0132).flyteidl.admin." + - "ClusterResourceAttributesH\000\022N\n\032execution" + - "_queue_attributes\030\003 \001(\0132(.flyteidl.admin" + - ".ExecutionQueueAttributesH\000\022H\n\027execution" + - "_cluster_label\030\004 \001(\0132%.flyteidl.admin.Ex" + - "ecutionClusterLabelH\000\022=\n\022quality_of_serv" + - "ice\030\005 \001(\0132\037.flyteidl.core.QualityOfServi" + - "ceH\000B\010\n\006target\"\242\001\n MatchableAttributesCo" + - "nfiguration\0226\n\nattributes\030\001 \001(\0132\".flytei" + - "dl.admin.MatchingAttributes\022\016\n\006domain\030\002 " + - "\001(\t\022\017\n\007project\030\003 \001(\t\022\020\n\010workflow\030\004 \001(\t\022\023" + - "\n\013launch_plan\030\005 \001(\t\"Z\n\036ListMatchableAttr" + - "ibutesRequest\0228\n\rresource_type\030\001 \001(\0162!.f" + - "lyteidl.admin.MatchableResource\"k\n\037ListM" + - "atchableAttributesResponse\022H\n\016configurat" + - "ions\030\001 \003(\01320.flyteidl.admin.MatchableAtt" + - "ributesConfiguration*\224\001\n\021MatchableResour" + - "ce\022\021\n\rTASK_RESOURCE\020\000\022\024\n\020CLUSTER_RESOURC" + - "E\020\001\022\023\n\017EXECUTION_QUEUE\020\002\022\033\n\027EXECUTION_CL" + - "USTER_LABEL\020\003\022$\n QUALITY_OF_SERVICE_SPEC" + - "IFICATION\020\004B3Z1github.com/lyft/flyteidl/" + - "gen/pb-go/flyteidl/adminb\006proto3" + "\030\001 \001(\t\"\301\001\n\016PluginOverride\022\021\n\ttask_type\030\001" + + " \001(\t\022\021\n\tplugin_id\030\002 \003(\t\022U\n\027missing_plugi" + + "n_behavior\030\004 \001(\01624.flyteidl.admin.Plugin" + + "Override.MissingPluginBehavior\"2\n\025Missin" + + "gPluginBehavior\022\010\n\004FAIL\020\000\022\017\n\013USE_DEFAULT" + + "\020\001\"\320\003\n\022MatchingAttributes\022J\n\030task_resour" + + "ce_attributes\030\001 \001(\0132&.flyteidl.admin.Tas" + + "kResourceAttributesH\000\022P\n\033cluster_resourc" + + "e_attributes\030\002 \001(\0132).flyteidl.admin.Clus" + + "terResourceAttributesH\000\022N\n\032execution_que" + + "ue_attributes\030\003 \001(\0132(.flyteidl.admin.Exe" + + "cutionQueueAttributesH\000\022H\n\027execution_clu" + + "ster_label\030\004 \001(\0132%.flyteidl.admin.Execut" + + "ionClusterLabelH\000\022=\n\022quality_of_service\030" + + "\005 \001(\0132\037.flyteidl.core.QualityOfServiceH\000" + + "\0229\n\017plugin_override\030\006 \001(\0132\036.flyteidl.adm" + + "in.PluginOverrideH\000B\010\n\006target\"\242\001\n Matcha" + + "bleAttributesConfiguration\0226\n\nattributes" + + "\030\001 \001(\0132\".flyteidl.admin.MatchingAttribut" + + "es\022\016\n\006domain\030\002 \001(\t\022\017\n\007project\030\003 \001(\t\022\020\n\010w" + + "orkflow\030\004 \001(\t\022\023\n\013launch_plan\030\005 \001(\t\"Z\n\036Li" + + "stMatchableAttributesRequest\0228\n\rresource" + + "_type\030\001 \001(\0162!.flyteidl.admin.MatchableRe" + + "source\"k\n\037ListMatchableAttributesRespons" + + "e\022H\n\016configurations\030\001 \003(\01320.flyteidl.adm" + + "in.MatchableAttributesConfiguration*\251\001\n\021" + + "MatchableResource\022\021\n\rTASK_RESOURCE\020\000\022\024\n\020" + + "CLUSTER_RESOURCE\020\001\022\023\n\017EXECUTION_QUEUE\020\002\022" + + "\033\n\027EXECUTION_CLUSTER_LABEL\020\003\022$\n QUALITY_" + + "OF_SERVICE_SPECIFICATION\020\004\022\023\n\017PLUGIN_OVE" + + "RRIDE\020\005B3Z1github.com/lyft/flyteidl/gen/" + + "pb-go/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -8206,26 +9547,32 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ExecutionClusterLabel_descriptor, new java.lang.String[] { "Value", }); - internal_static_flyteidl_admin_MatchingAttributes_descriptor = + internal_static_flyteidl_admin_PluginOverride_descriptor = getDescriptor().getMessageTypes().get(5); + internal_static_flyteidl_admin_PluginOverride_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_PluginOverride_descriptor, + new java.lang.String[] { "TaskType", "PluginId", "MissingPluginBehavior", }); + internal_static_flyteidl_admin_MatchingAttributes_descriptor = + getDescriptor().getMessageTypes().get(6); internal_static_flyteidl_admin_MatchingAttributes_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_MatchingAttributes_descriptor, - new java.lang.String[] { "TaskResourceAttributes", "ClusterResourceAttributes", "ExecutionQueueAttributes", "ExecutionClusterLabel", "QualityOfService", "Target", }); + new java.lang.String[] { "TaskResourceAttributes", "ClusterResourceAttributes", "ExecutionQueueAttributes", "ExecutionClusterLabel", "QualityOfService", "PluginOverride", "Target", }); internal_static_flyteidl_admin_MatchableAttributesConfiguration_descriptor = - getDescriptor().getMessageTypes().get(6); + getDescriptor().getMessageTypes().get(7); internal_static_flyteidl_admin_MatchableAttributesConfiguration_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_MatchableAttributesConfiguration_descriptor, new java.lang.String[] { "Attributes", "Domain", "Project", "Workflow", "LaunchPlan", }); internal_static_flyteidl_admin_ListMatchableAttributesRequest_descriptor = - getDescriptor().getMessageTypes().get(7); + getDescriptor().getMessageTypes().get(8); internal_static_flyteidl_admin_ListMatchableAttributesRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ListMatchableAttributesRequest_descriptor, new java.lang.String[] { "ResourceType", }); internal_static_flyteidl_admin_ListMatchableAttributesResponse_descriptor = - getDescriptor().getMessageTypes().get(8); + getDescriptor().getMessageTypes().get(9); internal_static_flyteidl_admin_ListMatchableAttributesResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ListMatchableAttributesResponse_descriptor, diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 2797370bfd..bff02aa99d 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -9152,7 +9152,8 @@ export namespace flyteidl { CLUSTER_RESOURCE = 1, EXECUTION_QUEUE = 2, EXECUTION_CLUSTER_LABEL = 3, - QUALITY_OF_SERVICE_SPECIFICATION = 4 + QUALITY_OF_SERVICE_SPECIFICATION = 4, + PLUGIN_OVERRIDE = 5 } /** Properties of a TaskResourceSpec. */ @@ -9439,6 +9440,79 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of a PluginOverride. */ + interface IPluginOverride { + + /** PluginOverride taskType */ + taskType?: (string|null); + + /** PluginOverride pluginId */ + pluginId?: (string[]|null); + + /** PluginOverride missingPluginBehavior */ + missingPluginBehavior?: (flyteidl.admin.PluginOverride.MissingPluginBehavior|null); + } + + /** Represents a PluginOverride. */ + class PluginOverride implements IPluginOverride { + + /** + * Constructs a new PluginOverride. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.admin.IPluginOverride); + + /** PluginOverride taskType. */ + public taskType: string; + + /** PluginOverride pluginId. */ + public pluginId: string[]; + + /** PluginOverride missingPluginBehavior. */ + public missingPluginBehavior: flyteidl.admin.PluginOverride.MissingPluginBehavior; + + /** + * Creates a new PluginOverride instance using the specified properties. + * @param [properties] Properties to set + * @returns PluginOverride instance + */ + public static create(properties?: flyteidl.admin.IPluginOverride): flyteidl.admin.PluginOverride; + + /** + * Encodes the specified PluginOverride message. Does not implicitly {@link flyteidl.admin.PluginOverride.verify|verify} messages. + * @param message PluginOverride message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.admin.IPluginOverride, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a PluginOverride message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns PluginOverride + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.admin.PluginOverride; + + /** + * Verifies a PluginOverride message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + + namespace PluginOverride { + + /** MissingPluginBehavior enum. */ + enum MissingPluginBehavior { + FAIL = 0, + USE_DEFAULT = 1 + } + } + /** Properties of a MatchingAttributes. */ interface IMatchingAttributes { @@ -9456,6 +9530,9 @@ export namespace flyteidl { /** MatchingAttributes qualityOfService */ qualityOfService?: (flyteidl.core.IQualityOfService|null); + + /** MatchingAttributes pluginOverride */ + pluginOverride?: (flyteidl.admin.IPluginOverride|null); } /** Represents a MatchingAttributes. */ @@ -9482,8 +9559,11 @@ export namespace flyteidl { /** MatchingAttributes qualityOfService. */ public qualityOfService?: (flyteidl.core.IQualityOfService|null); + /** MatchingAttributes pluginOverride. */ + public pluginOverride?: (flyteidl.admin.IPluginOverride|null); + /** MatchingAttributes target. */ - public target?: ("taskResourceAttributes"|"clusterResourceAttributes"|"executionQueueAttributes"|"executionClusterLabel"|"qualityOfService"); + public target?: ("taskResourceAttributes"|"clusterResourceAttributes"|"executionQueueAttributes"|"executionClusterLabel"|"qualityOfService"|"pluginOverride"); /** * Creates a new MatchingAttributes instance using the specified properties. diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index e43006c57f..8c1065b3ab 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -21918,6 +21918,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {number} EXECUTION_QUEUE=2 EXECUTION_QUEUE value * @property {number} EXECUTION_CLUSTER_LABEL=3 EXECUTION_CLUSTER_LABEL value * @property {number} QUALITY_OF_SERVICE_SPECIFICATION=4 QUALITY_OF_SERVICE_SPECIFICATION value + * @property {number} PLUGIN_OVERRIDE=5 PLUGIN_OVERRIDE value */ admin.MatchableResource = (function() { const valuesById = {}, values = Object.create(valuesById); @@ -21926,6 +21927,7 @@ export const flyteidl = $root.flyteidl = (() => { values[valuesById[2] = "EXECUTION_QUEUE"] = 2; values[valuesById[3] = "EXECUTION_CLUSTER_LABEL"] = 3; values[valuesById[4] = "QUALITY_OF_SERVICE_SPECIFICATION"] = 4; + values[valuesById[5] = "PLUGIN_OVERRIDE"] = 5; return values; })(); @@ -22571,6 +22573,177 @@ export const flyteidl = $root.flyteidl = (() => { return ExecutionClusterLabel; })(); + admin.PluginOverride = (function() { + + /** + * Properties of a PluginOverride. + * @memberof flyteidl.admin + * @interface IPluginOverride + * @property {string|null} [taskType] PluginOverride taskType + * @property {Array.|null} [pluginId] PluginOverride pluginId + * @property {flyteidl.admin.PluginOverride.MissingPluginBehavior|null} [missingPluginBehavior] PluginOverride missingPluginBehavior + */ + + /** + * Constructs a new PluginOverride. + * @memberof flyteidl.admin + * @classdesc Represents a PluginOverride. + * @implements IPluginOverride + * @constructor + * @param {flyteidl.admin.IPluginOverride=} [properties] Properties to set + */ + function PluginOverride(properties) { + this.pluginId = []; + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * PluginOverride taskType. + * @member {string} taskType + * @memberof flyteidl.admin.PluginOverride + * @instance + */ + PluginOverride.prototype.taskType = ""; + + /** + * PluginOverride pluginId. + * @member {Array.} pluginId + * @memberof flyteidl.admin.PluginOverride + * @instance + */ + PluginOverride.prototype.pluginId = $util.emptyArray; + + /** + * PluginOverride missingPluginBehavior. + * @member {flyteidl.admin.PluginOverride.MissingPluginBehavior} missingPluginBehavior + * @memberof flyteidl.admin.PluginOverride + * @instance + */ + PluginOverride.prototype.missingPluginBehavior = 0; + + /** + * Creates a new PluginOverride instance using the specified properties. + * @function create + * @memberof flyteidl.admin.PluginOverride + * @static + * @param {flyteidl.admin.IPluginOverride=} [properties] Properties to set + * @returns {flyteidl.admin.PluginOverride} PluginOverride instance + */ + PluginOverride.create = function create(properties) { + return new PluginOverride(properties); + }; + + /** + * Encodes the specified PluginOverride message. Does not implicitly {@link flyteidl.admin.PluginOverride.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.PluginOverride + * @static + * @param {flyteidl.admin.IPluginOverride} message PluginOverride message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + PluginOverride.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.taskType != null && message.hasOwnProperty("taskType")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.taskType); + if (message.pluginId != null && message.pluginId.length) + for (let i = 0; i < message.pluginId.length; ++i) + writer.uint32(/* id 2, wireType 2 =*/18).string(message.pluginId[i]); + if (message.missingPluginBehavior != null && message.hasOwnProperty("missingPluginBehavior")) + writer.uint32(/* id 4, wireType 0 =*/32).int32(message.missingPluginBehavior); + return writer; + }; + + /** + * Decodes a PluginOverride message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.PluginOverride + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.PluginOverride} PluginOverride + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + PluginOverride.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.PluginOverride(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.taskType = reader.string(); + break; + case 2: + if (!(message.pluginId && message.pluginId.length)) + message.pluginId = []; + message.pluginId.push(reader.string()); + break; + case 4: + message.missingPluginBehavior = reader.int32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a PluginOverride message. + * @function verify + * @memberof flyteidl.admin.PluginOverride + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + PluginOverride.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.taskType != null && message.hasOwnProperty("taskType")) + if (!$util.isString(message.taskType)) + return "taskType: string expected"; + if (message.pluginId != null && message.hasOwnProperty("pluginId")) { + if (!Array.isArray(message.pluginId)) + return "pluginId: array expected"; + for (let i = 0; i < message.pluginId.length; ++i) + if (!$util.isString(message.pluginId[i])) + return "pluginId: string[] expected"; + } + if (message.missingPluginBehavior != null && message.hasOwnProperty("missingPluginBehavior")) + switch (message.missingPluginBehavior) { + default: + return "missingPluginBehavior: enum value expected"; + case 0: + case 1: + break; + } + return null; + }; + + /** + * MissingPluginBehavior enum. + * @name flyteidl.admin.PluginOverride.MissingPluginBehavior + * @enum {string} + * @property {number} FAIL=0 FAIL value + * @property {number} USE_DEFAULT=1 USE_DEFAULT value + */ + PluginOverride.MissingPluginBehavior = (function() { + const valuesById = {}, values = Object.create(valuesById); + values[valuesById[0] = "FAIL"] = 0; + values[valuesById[1] = "USE_DEFAULT"] = 1; + return values; + })(); + + return PluginOverride; + })(); + admin.MatchingAttributes = (function() { /** @@ -22582,6 +22755,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {flyteidl.admin.IExecutionQueueAttributes|null} [executionQueueAttributes] MatchingAttributes executionQueueAttributes * @property {flyteidl.admin.IExecutionClusterLabel|null} [executionClusterLabel] MatchingAttributes executionClusterLabel * @property {flyteidl.core.IQualityOfService|null} [qualityOfService] MatchingAttributes qualityOfService + * @property {flyteidl.admin.IPluginOverride|null} [pluginOverride] MatchingAttributes pluginOverride */ /** @@ -22639,17 +22813,25 @@ export const flyteidl = $root.flyteidl = (() => { */ MatchingAttributes.prototype.qualityOfService = null; + /** + * MatchingAttributes pluginOverride. + * @member {flyteidl.admin.IPluginOverride|null|undefined} pluginOverride + * @memberof flyteidl.admin.MatchingAttributes + * @instance + */ + MatchingAttributes.prototype.pluginOverride = null; + // OneOf field names bound to virtual getters and setters let $oneOfFields; /** * MatchingAttributes target. - * @member {"taskResourceAttributes"|"clusterResourceAttributes"|"executionQueueAttributes"|"executionClusterLabel"|"qualityOfService"|undefined} target + * @member {"taskResourceAttributes"|"clusterResourceAttributes"|"executionQueueAttributes"|"executionClusterLabel"|"qualityOfService"|"pluginOverride"|undefined} target * @memberof flyteidl.admin.MatchingAttributes * @instance */ Object.defineProperty(MatchingAttributes.prototype, "target", { - get: $util.oneOfGetter($oneOfFields = ["taskResourceAttributes", "clusterResourceAttributes", "executionQueueAttributes", "executionClusterLabel", "qualityOfService"]), + get: $util.oneOfGetter($oneOfFields = ["taskResourceAttributes", "clusterResourceAttributes", "executionQueueAttributes", "executionClusterLabel", "qualityOfService", "pluginOverride"]), set: $util.oneOfSetter($oneOfFields) }); @@ -22687,6 +22869,8 @@ export const flyteidl = $root.flyteidl = (() => { $root.flyteidl.admin.ExecutionClusterLabel.encode(message.executionClusterLabel, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim(); if (message.qualityOfService != null && message.hasOwnProperty("qualityOfService")) $root.flyteidl.core.QualityOfService.encode(message.qualityOfService, writer.uint32(/* id 5, wireType 2 =*/42).fork()).ldelim(); + if (message.pluginOverride != null && message.hasOwnProperty("pluginOverride")) + $root.flyteidl.admin.PluginOverride.encode(message.pluginOverride, writer.uint32(/* id 6, wireType 2 =*/50).fork()).ldelim(); return writer; }; @@ -22723,6 +22907,9 @@ export const flyteidl = $root.flyteidl = (() => { case 5: message.qualityOfService = $root.flyteidl.core.QualityOfService.decode(reader, reader.uint32()); break; + case 6: + message.pluginOverride = $root.flyteidl.admin.PluginOverride.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -22791,6 +22978,16 @@ export const flyteidl = $root.flyteidl = (() => { return "qualityOfService." + error; } } + if (message.pluginOverride != null && message.hasOwnProperty("pluginOverride")) { + if (properties.target === 1) + return "target: multiple values"; + properties.target = 1; + { + let error = $root.flyteidl.admin.PluginOverride.verify(message.pluginOverride); + if (error) + return "pluginOverride." + error; + } + } return null; }; @@ -23087,6 +23284,7 @@ export const flyteidl = $root.flyteidl = (() => { case 2: case 3: case 4: + case 5: break; } return null; @@ -26492,6 +26690,7 @@ export const flyteidl = $root.flyteidl = (() => { case 2: case 3: case 4: + case 5: break; } return null; @@ -26756,6 +26955,7 @@ export const flyteidl = $root.flyteidl = (() => { case 2: case 3: case 4: + case 5: break; } return null; @@ -30061,6 +30261,7 @@ export const flyteidl = $root.flyteidl = (() => { case 2: case 3: case 4: + case 5: break; } return null; @@ -30342,6 +30543,7 @@ export const flyteidl = $root.flyteidl = (() => { case 2: case 3: case 4: + case 5: break; } return null; diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/matchable_resource.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/matchable_resource.proto.rst index 3af5a609a2..158be9f495 100644 --- a/flyteidl/gen/pb-protodoc/flyteidl/admin/matchable_resource.proto.rst +++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/matchable_resource.proto.rst @@ -8,7 +8,7 @@ matchable_resource.proto flyteidl.admin.TaskResourceSpec ------------------------------- -`[flyteidl.admin.TaskResourceSpec proto] `_ +`[flyteidl.admin.TaskResourceSpec proto] `_ .. code-block:: json @@ -47,7 +47,7 @@ storage flyteidl.admin.TaskResourceAttributes ------------------------------------- -`[flyteidl.admin.TaskResourceAttributes proto] `_ +`[flyteidl.admin.TaskResourceAttributes proto] `_ .. code-block:: json @@ -74,7 +74,7 @@ limits flyteidl.admin.ClusterResourceAttributes ---------------------------------------- -`[flyteidl.admin.ClusterResourceAttributes proto] `_ +`[flyteidl.admin.ClusterResourceAttributes proto] `_ .. code-block:: json @@ -98,7 +98,7 @@ attributes flyteidl.admin.ExecutionQueueAttributes --------------------------------------- -`[flyteidl.admin.ExecutionQueueAttributes proto] `_ +`[flyteidl.admin.ExecutionQueueAttributes proto] `_ .. code-block:: json @@ -120,7 +120,7 @@ tags flyteidl.admin.ExecutionClusterLabel ------------------------------------ -`[flyteidl.admin.ExecutionClusterLabel proto] `_ +`[flyteidl.admin.ExecutionClusterLabel proto] `_ .. code-block:: json @@ -137,12 +137,70 @@ value +.. _api_msg_flyteidl.admin.PluginOverride: + +flyteidl.admin.PluginOverride +----------------------------- + +`[flyteidl.admin.PluginOverride proto] `_ + +This MatchableAttribute configures selecting alternate plugin implementations for a given task type. +In addition to an override implementation a selection of fallbacks can be provided or other modes +for handling cases where the desired plugin override is not enabled in a given Flyte deployment. + +.. code-block:: json + + { + "task_type": "...", + "plugin_id": [], + "missing_plugin_behavior": "..." + } + +.. _api_field_flyteidl.admin.PluginOverride.task_type: + +task_type + (`string `_) A predefined yet extensible Task type identifier. + + +.. _api_field_flyteidl.admin.PluginOverride.plugin_id: + +plugin_id + (`string `_) A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id. + + +.. _api_field_flyteidl.admin.PluginOverride.missing_plugin_behavior: + +missing_plugin_behavior + (:ref:`flyteidl.admin.PluginOverride.MissingPluginBehavior `) Defines the behavior when no plugin from the plugin_id list is not found. + + + +.. _api_enum_flyteidl.admin.PluginOverride.MissingPluginBehavior: + +Enum flyteidl.admin.PluginOverride.MissingPluginBehavior +-------------------------------------------------------- + +`[flyteidl.admin.PluginOverride.MissingPluginBehavior proto] `_ + + +.. _api_enum_value_flyteidl.admin.PluginOverride.MissingPluginBehavior.FAIL: + +FAIL + *(DEFAULT)* ⁣ + +.. _api_enum_value_flyteidl.admin.PluginOverride.MissingPluginBehavior.USE_DEFAULT: + +USE_DEFAULT + ⁣Uses the system-configured default implementation. + + + .. _api_msg_flyteidl.admin.MatchingAttributes: flyteidl.admin.MatchingAttributes --------------------------------- -`[flyteidl.admin.MatchingAttributes proto] `_ +`[flyteidl.admin.MatchingAttributes proto] `_ Generic container for encapsulating all types of the above attributes messages. @@ -153,7 +211,8 @@ Generic container for encapsulating all types of the above attributes messages. "cluster_resource_attributes": "{...}", "execution_queue_attributes": "{...}", "execution_cluster_label": "{...}", - "quality_of_service": "{...}" + "quality_of_service": "{...}", + "plugin_override": "{...}" } .. _api_field_flyteidl.admin.MatchingAttributes.task_resource_attributes: @@ -162,7 +221,7 @@ task_resource_attributes (:ref:`flyteidl.admin.TaskResourceAttributes `) - Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service ` may be set. + Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service `, :ref:`plugin_override ` may be set. .. _api_field_flyteidl.admin.MatchingAttributes.cluster_resource_attributes: @@ -170,7 +229,7 @@ cluster_resource_attributes (:ref:`flyteidl.admin.ClusterResourceAttributes `) - Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service ` may be set. + Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service `, :ref:`plugin_override ` may be set. .. _api_field_flyteidl.admin.MatchingAttributes.execution_queue_attributes: @@ -178,7 +237,7 @@ execution_queue_attributes (:ref:`flyteidl.admin.ExecutionQueueAttributes `) - Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service ` may be set. + Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service `, :ref:`plugin_override ` may be set. .. _api_field_flyteidl.admin.MatchingAttributes.execution_cluster_label: @@ -186,7 +245,7 @@ execution_cluster_label (:ref:`flyteidl.admin.ExecutionClusterLabel `) - Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service ` may be set. + Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service `, :ref:`plugin_override ` may be set. .. _api_field_flyteidl.admin.MatchingAttributes.quality_of_service: @@ -194,7 +253,15 @@ quality_of_service (:ref:`flyteidl.core.QualityOfService `) - Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service ` may be set. + Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service `, :ref:`plugin_override ` may be set. + +.. _api_field_flyteidl.admin.MatchingAttributes.plugin_override: + +plugin_override + (:ref:`flyteidl.admin.PluginOverride `) + + + Only one of :ref:`task_resource_attributes `, :ref:`cluster_resource_attributes `, :ref:`execution_queue_attributes `, :ref:`execution_cluster_label `, :ref:`quality_of_service `, :ref:`plugin_override ` may be set. @@ -203,7 +270,7 @@ quality_of_service flyteidl.admin.MatchableAttributesConfiguration ----------------------------------------------- -`[flyteidl.admin.MatchableAttributesConfiguration proto] `_ +`[flyteidl.admin.MatchableAttributesConfiguration proto] `_ Represents a custom set of attributes applied for either a domain; a domain and project; or domain, project and workflow name. @@ -250,7 +317,7 @@ launch_plan flyteidl.admin.ListMatchableAttributesRequest --------------------------------------------- -`[flyteidl.admin.ListMatchableAttributesRequest proto] `_ +`[flyteidl.admin.ListMatchableAttributesRequest proto] `_ Request all matching resource attributes. @@ -272,7 +339,7 @@ resource_type flyteidl.admin.ListMatchableAttributesResponse ---------------------------------------------- -`[flyteidl.admin.ListMatchableAttributesResponse proto] `_ +`[flyteidl.admin.ListMatchableAttributesResponse proto] `_ Response for a request for all matching resource attributes. @@ -328,3 +395,9 @@ QUALITY_OF_SERVICE_SPECIFICATION ⁣Configures default quality of service when undefined in an execution spec. +.. _api_enum_value_flyteidl.admin.MatchableResource.PLUGIN_OVERRIDE: + +PLUGIN_OVERRIDE + ⁣Selects configurable plugin implementation behavior for a given task type. + + diff --git a/flyteidl/gen/pb_python/flyteidl/admin/matchable_resource_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/matchable_resource_pb2.py index a6713ecde9..15279c358f 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/matchable_resource_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/matchable_resource_pb2.py @@ -23,7 +23,7 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n\'flyteidl/admin/matchable_resource.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\"M\n\x10TaskResourceSpec\x12\x0b\n\x03\x63pu\x18\x01 \x01(\t\x12\x0b\n\x03gpu\x18\x02 \x01(\t\x12\x0e\n\x06memory\x18\x03 \x01(\t\x12\x0f\n\x07storage\x18\x04 \x01(\t\"~\n\x16TaskResourceAttributes\x12\x32\n\x08\x64\x65\x66\x61ults\x18\x01 \x01(\x0b\x32 .flyteidl.admin.TaskResourceSpec\x12\x30\n\x06limits\x18\x02 \x01(\x0b\x32 .flyteidl.admin.TaskResourceSpec\"\x9d\x01\n\x19\x43lusterResourceAttributes\x12M\n\nattributes\x18\x01 \x03(\x0b\x32\x39.flyteidl.admin.ClusterResourceAttributes.AttributesEntry\x1a\x31\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"(\n\x18\x45xecutionQueueAttributes\x12\x0c\n\x04tags\x18\x01 \x03(\t\"&\n\x15\x45xecutionClusterLabel\x12\r\n\x05value\x18\x01 \x01(\t\"\x95\x03\n\x12MatchingAttributes\x12J\n\x18task_resource_attributes\x18\x01 \x01(\x0b\x32&.flyteidl.admin.TaskResourceAttributesH\x00\x12P\n\x1b\x63luster_resource_attributes\x18\x02 \x01(\x0b\x32).flyteidl.admin.ClusterResourceAttributesH\x00\x12N\n\x1a\x65xecution_queue_attributes\x18\x03 \x01(\x0b\x32(.flyteidl.admin.ExecutionQueueAttributesH\x00\x12H\n\x17\x65xecution_cluster_label\x18\x04 \x01(\x0b\x32%.flyteidl.admin.ExecutionClusterLabelH\x00\x12=\n\x12quality_of_service\x18\x05 \x01(\x0b\x32\x1f.flyteidl.core.QualityOfServiceH\x00\x42\x08\n\x06target\"\xa2\x01\n MatchableAttributesConfiguration\x12\x36\n\nattributes\x18\x01 \x01(\x0b\x32\".flyteidl.admin.MatchingAttributes\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0f\n\x07project\x18\x03 \x01(\t\x12\x10\n\x08workflow\x18\x04 \x01(\t\x12\x13\n\x0blaunch_plan\x18\x05 \x01(\t\"Z\n\x1eListMatchableAttributesRequest\x12\x38\n\rresource_type\x18\x01 \x01(\x0e\x32!.flyteidl.admin.MatchableResource\"k\n\x1fListMatchableAttributesResponse\x12H\n\x0e\x63onfigurations\x18\x01 \x03(\x0b\x32\x30.flyteidl.admin.MatchableAttributesConfiguration*\x94\x01\n\x11MatchableResource\x12\x11\n\rTASK_RESOURCE\x10\x00\x12\x14\n\x10\x43LUSTER_RESOURCE\x10\x01\x12\x13\n\x0f\x45XECUTION_QUEUE\x10\x02\x12\x1b\n\x17\x45XECUTION_CLUSTER_LABEL\x10\x03\x12$\n QUALITY_OF_SERVICE_SPECIFICATION\x10\x04\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n\'flyteidl/admin/matchable_resource.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\"M\n\x10TaskResourceSpec\x12\x0b\n\x03\x63pu\x18\x01 \x01(\t\x12\x0b\n\x03gpu\x18\x02 \x01(\t\x12\x0e\n\x06memory\x18\x03 \x01(\t\x12\x0f\n\x07storage\x18\x04 \x01(\t\"~\n\x16TaskResourceAttributes\x12\x32\n\x08\x64\x65\x66\x61ults\x18\x01 \x01(\x0b\x32 .flyteidl.admin.TaskResourceSpec\x12\x30\n\x06limits\x18\x02 \x01(\x0b\x32 .flyteidl.admin.TaskResourceSpec\"\x9d\x01\n\x19\x43lusterResourceAttributes\x12M\n\nattributes\x18\x01 \x03(\x0b\x32\x39.flyteidl.admin.ClusterResourceAttributes.AttributesEntry\x1a\x31\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"(\n\x18\x45xecutionQueueAttributes\x12\x0c\n\x04tags\x18\x01 \x03(\t\"&\n\x15\x45xecutionClusterLabel\x12\r\n\x05value\x18\x01 \x01(\t\"\xc1\x01\n\x0ePluginOverride\x12\x11\n\ttask_type\x18\x01 \x01(\t\x12\x11\n\tplugin_id\x18\x02 \x03(\t\x12U\n\x17missing_plugin_behavior\x18\x04 \x01(\x0e\x32\x34.flyteidl.admin.PluginOverride.MissingPluginBehavior\"2\n\x15MissingPluginBehavior\x12\x08\n\x04\x46\x41IL\x10\x00\x12\x0f\n\x0bUSE_DEFAULT\x10\x01\"\xd0\x03\n\x12MatchingAttributes\x12J\n\x18task_resource_attributes\x18\x01 \x01(\x0b\x32&.flyteidl.admin.TaskResourceAttributesH\x00\x12P\n\x1b\x63luster_resource_attributes\x18\x02 \x01(\x0b\x32).flyteidl.admin.ClusterResourceAttributesH\x00\x12N\n\x1a\x65xecution_queue_attributes\x18\x03 \x01(\x0b\x32(.flyteidl.admin.ExecutionQueueAttributesH\x00\x12H\n\x17\x65xecution_cluster_label\x18\x04 \x01(\x0b\x32%.flyteidl.admin.ExecutionClusterLabelH\x00\x12=\n\x12quality_of_service\x18\x05 \x01(\x0b\x32\x1f.flyteidl.core.QualityOfServiceH\x00\x12\x39\n\x0fplugin_override\x18\x06 \x01(\x0b\x32\x1e.flyteidl.admin.PluginOverrideH\x00\x42\x08\n\x06target\"\xa2\x01\n MatchableAttributesConfiguration\x12\x36\n\nattributes\x18\x01 \x01(\x0b\x32\".flyteidl.admin.MatchingAttributes\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0f\n\x07project\x18\x03 \x01(\t\x12\x10\n\x08workflow\x18\x04 \x01(\t\x12\x13\n\x0blaunch_plan\x18\x05 \x01(\t\"Z\n\x1eListMatchableAttributesRequest\x12\x38\n\rresource_type\x18\x01 \x01(\x0e\x32!.flyteidl.admin.MatchableResource\"k\n\x1fListMatchableAttributesResponse\x12H\n\x0e\x63onfigurations\x18\x01 \x03(\x0b\x32\x30.flyteidl.admin.MatchableAttributesConfiguration*\xa9\x01\n\x11MatchableResource\x12\x11\n\rTASK_RESOURCE\x10\x00\x12\x14\n\x10\x43LUSTER_RESOURCE\x10\x01\x12\x13\n\x0f\x45XECUTION_QUEUE\x10\x02\x12\x1b\n\x17\x45XECUTION_CLUSTER_LABEL\x10\x03\x12$\n QUALITY_OF_SERVICE_SPECIFICATION\x10\x04\x12\x13\n\x0fPLUGIN_OVERRIDE\x10\x05\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,]) @@ -53,11 +53,15 @@ name='QUALITY_OF_SERVICE_SPECIFICATION', index=4, number=4, serialized_options=None, type=None), + _descriptor.EnumValueDescriptor( + name='PLUGIN_OVERRIDE', index=5, number=5, + serialized_options=None, + type=None), ], containing_type=None, serialized_options=None, - serialized_start=1343, - serialized_end=1491, + serialized_start=1598, + serialized_end=1767, ) _sym_db.RegisterEnumDescriptor(_MATCHABLERESOURCE) @@ -67,7 +71,30 @@ EXECUTION_QUEUE = 2 EXECUTION_CLUSTER_LABEL = 3 QUALITY_OF_SERVICE_SPECIFICATION = 4 +PLUGIN_OVERRIDE = 5 + +_PLUGINOVERRIDE_MISSINGPLUGINBEHAVIOR = _descriptor.EnumDescriptor( + name='MissingPluginBehavior', + full_name='flyteidl.admin.PluginOverride.MissingPluginBehavior', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='FAIL', index=0, number=0, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='USE_DEFAULT', index=1, number=1, + serialized_options=None, + type=None), + ], + containing_type=None, + serialized_options=None, + serialized_start=712, + serialized_end=762, +) +_sym_db.RegisterEnumDescriptor(_PLUGINOVERRIDE_MISSINGPLUGINBEHAVIOR) _TASKRESOURCESPEC = _descriptor.Descriptor( @@ -290,6 +317,52 @@ ) +_PLUGINOVERRIDE = _descriptor.Descriptor( + name='PluginOverride', + full_name='flyteidl.admin.PluginOverride', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='task_type', full_name='flyteidl.admin.PluginOverride.task_type', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='plugin_id', full_name='flyteidl.admin.PluginOverride.plugin_id', index=1, + number=2, type=9, cpp_type=9, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='missing_plugin_behavior', full_name='flyteidl.admin.PluginOverride.missing_plugin_behavior', index=2, + number=4, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _PLUGINOVERRIDE_MISSINGPLUGINBEHAVIOR, + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=569, + serialized_end=762, +) + + _MATCHINGATTRIBUTES = _descriptor.Descriptor( name='MatchingAttributes', full_name='flyteidl.admin.MatchingAttributes', @@ -332,6 +405,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='plugin_override', full_name='flyteidl.admin.MatchingAttributes.plugin_override', index=5, + number=6, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -347,8 +427,8 @@ name='target', full_name='flyteidl.admin.MatchingAttributes.target', index=0, containing_type=None, fields=[]), ], - serialized_start=569, - serialized_end=974, + serialized_start=765, + serialized_end=1229, ) @@ -406,8 +486,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=977, - serialized_end=1139, + serialized_start=1232, + serialized_end=1394, ) @@ -437,8 +517,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1141, - serialized_end=1231, + serialized_start=1396, + serialized_end=1486, ) @@ -468,19 +548,22 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1233, - serialized_end=1340, + serialized_start=1488, + serialized_end=1595, ) _TASKRESOURCEATTRIBUTES.fields_by_name['defaults'].message_type = _TASKRESOURCESPEC _TASKRESOURCEATTRIBUTES.fields_by_name['limits'].message_type = _TASKRESOURCESPEC _CLUSTERRESOURCEATTRIBUTES_ATTRIBUTESENTRY.containing_type = _CLUSTERRESOURCEATTRIBUTES _CLUSTERRESOURCEATTRIBUTES.fields_by_name['attributes'].message_type = _CLUSTERRESOURCEATTRIBUTES_ATTRIBUTESENTRY +_PLUGINOVERRIDE.fields_by_name['missing_plugin_behavior'].enum_type = _PLUGINOVERRIDE_MISSINGPLUGINBEHAVIOR +_PLUGINOVERRIDE_MISSINGPLUGINBEHAVIOR.containing_type = _PLUGINOVERRIDE _MATCHINGATTRIBUTES.fields_by_name['task_resource_attributes'].message_type = _TASKRESOURCEATTRIBUTES _MATCHINGATTRIBUTES.fields_by_name['cluster_resource_attributes'].message_type = _CLUSTERRESOURCEATTRIBUTES _MATCHINGATTRIBUTES.fields_by_name['execution_queue_attributes'].message_type = _EXECUTIONQUEUEATTRIBUTES _MATCHINGATTRIBUTES.fields_by_name['execution_cluster_label'].message_type = _EXECUTIONCLUSTERLABEL _MATCHINGATTRIBUTES.fields_by_name['quality_of_service'].message_type = flyteidl_dot_core_dot_execution__pb2._QUALITYOFSERVICE +_MATCHINGATTRIBUTES.fields_by_name['plugin_override'].message_type = _PLUGINOVERRIDE _MATCHINGATTRIBUTES.oneofs_by_name['target'].fields.append( _MATCHINGATTRIBUTES.fields_by_name['task_resource_attributes']) _MATCHINGATTRIBUTES.fields_by_name['task_resource_attributes'].containing_oneof = _MATCHINGATTRIBUTES.oneofs_by_name['target'] @@ -496,6 +579,9 @@ _MATCHINGATTRIBUTES.oneofs_by_name['target'].fields.append( _MATCHINGATTRIBUTES.fields_by_name['quality_of_service']) _MATCHINGATTRIBUTES.fields_by_name['quality_of_service'].containing_oneof = _MATCHINGATTRIBUTES.oneofs_by_name['target'] +_MATCHINGATTRIBUTES.oneofs_by_name['target'].fields.append( + _MATCHINGATTRIBUTES.fields_by_name['plugin_override']) +_MATCHINGATTRIBUTES.fields_by_name['plugin_override'].containing_oneof = _MATCHINGATTRIBUTES.oneofs_by_name['target'] _MATCHABLEATTRIBUTESCONFIGURATION.fields_by_name['attributes'].message_type = _MATCHINGATTRIBUTES _LISTMATCHABLEATTRIBUTESREQUEST.fields_by_name['resource_type'].enum_type = _MATCHABLERESOURCE _LISTMATCHABLEATTRIBUTESRESPONSE.fields_by_name['configurations'].message_type = _MATCHABLEATTRIBUTESCONFIGURATION @@ -504,6 +590,7 @@ DESCRIPTOR.message_types_by_name['ClusterResourceAttributes'] = _CLUSTERRESOURCEATTRIBUTES DESCRIPTOR.message_types_by_name['ExecutionQueueAttributes'] = _EXECUTIONQUEUEATTRIBUTES DESCRIPTOR.message_types_by_name['ExecutionClusterLabel'] = _EXECUTIONCLUSTERLABEL +DESCRIPTOR.message_types_by_name['PluginOverride'] = _PLUGINOVERRIDE DESCRIPTOR.message_types_by_name['MatchingAttributes'] = _MATCHINGATTRIBUTES DESCRIPTOR.message_types_by_name['MatchableAttributesConfiguration'] = _MATCHABLEATTRIBUTESCONFIGURATION DESCRIPTOR.message_types_by_name['ListMatchableAttributesRequest'] = _LISTMATCHABLEATTRIBUTESREQUEST @@ -554,6 +641,13 @@ )) _sym_db.RegisterMessage(ExecutionClusterLabel) +PluginOverride = _reflection.GeneratedProtocolMessageType('PluginOverride', (_message.Message,), dict( + DESCRIPTOR = _PLUGINOVERRIDE, + __module__ = 'flyteidl.admin.matchable_resource_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.admin.PluginOverride) + )) +_sym_db.RegisterMessage(PluginOverride) + MatchingAttributes = _reflection.GeneratedProtocolMessageType('MatchingAttributes', (_message.Message,), dict( DESCRIPTOR = _MATCHINGATTRIBUTES, __module__ = 'flyteidl.admin.matchable_resource_pb2' diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md index 43ac3fa44e..c894da3728 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -174,6 +174,7 @@ Class | Method | HTTP request | Description - [AdminNotification](docs/AdminNotification.md) - [AdminNotificationList](docs/AdminNotificationList.md) - [AdminPagerDutyNotification](docs/AdminPagerDutyNotification.md) + - [AdminPluginOverride](docs/AdminPluginOverride.md) - [AdminProject](docs/AdminProject.md) - [AdminProjectDomainAttributes](docs/AdminProjectDomainAttributes.md) - [AdminProjectDomainAttributesDeleteRequest](docs/AdminProjectDomainAttributesDeleteRequest.md) @@ -308,6 +309,7 @@ Class | Method | HTTP request | Description - [FlyteidleventWorkflowNodeMetadata](docs/FlyteidleventWorkflowNodeMetadata.md) - [IOStrategyDownloadMode](docs/IOStrategyDownloadMode.md) - [IOStrategyUploadMode](docs/IOStrategyUploadMode.md) + - [PluginOverrideMissingPluginBehavior](docs/PluginOverrideMissingPluginBehavior.md) - [ProtobufListValue](docs/ProtobufListValue.md) - [ProtobufNullValue](docs/ProtobufNullValue.md) - [ProtobufStruct](docs/ProtobufStruct.md) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index 75132e9482..3cec25be6e 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -76,6 +76,7 @@ from flyteadmin.models.admin_notification import AdminNotification from flyteadmin.models.admin_notification_list import AdminNotificationList from flyteadmin.models.admin_pager_duty_notification import AdminPagerDutyNotification +from flyteadmin.models.admin_plugin_override import AdminPluginOverride from flyteadmin.models.admin_project import AdminProject from flyteadmin.models.admin_project_domain_attributes import AdminProjectDomainAttributes from flyteadmin.models.admin_project_domain_attributes_delete_request import AdminProjectDomainAttributesDeleteRequest @@ -210,6 +211,7 @@ from flyteadmin.models.flyteidlevent_workflow_node_metadata import FlyteidleventWorkflowNodeMetadata from flyteadmin.models.io_strategy_download_mode import IOStrategyDownloadMode from flyteadmin.models.io_strategy_upload_mode import IOStrategyUploadMode +from flyteadmin.models.plugin_override_missing_plugin_behavior import PluginOverrideMissingPluginBehavior from flyteadmin.models.protobuf_list_value import ProtobufListValue from flyteadmin.models.protobuf_null_value import ProtobufNullValue from flyteadmin.models.protobuf_struct import ProtobufStruct diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py index 5daacfc681..3fbf5150fb 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/api/admin_service_api.py @@ -1817,7 +1817,7 @@ def get_project_domain_attributes(self, project, domain, **kwargs): # noqa: E50 :param async_req bool :param str project: Unique project id which this set of attributes references. (required) :param str domain: Unique domain id which this set of attributes references. (required) - :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. :return: AdminProjectDomainAttributesGetResponse If the method is called asynchronously, returns the request thread. @@ -1841,7 +1841,7 @@ def get_project_domain_attributes_with_http_info(self, project, domain, **kwargs :param async_req bool :param str project: Unique project id which this set of attributes references. (required) :param str domain: Unique domain id which this set of attributes references. (required) - :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. :return: AdminProjectDomainAttributesGetResponse If the method is called asynchronously, returns the request thread. @@ -2517,7 +2517,7 @@ def get_workflow_attributes(self, project, domain, workflow, **kwargs): # noqa: :param str project: Unique project id which this set of attributes references. (required) :param str domain: Unique domain id which this set of attributes references. (required) :param str workflow: Workflow name which this set of attributes references. (required) - :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. :return: AdminWorkflowAttributesGetResponse If the method is called asynchronously, returns the request thread. @@ -2542,7 +2542,7 @@ def get_workflow_attributes_with_http_info(self, project, domain, workflow, **kw :param str project: Unique project id which this set of attributes references. (required) :param str domain: Unique domain id which this set of attributes references. (required) :param str workflow: Workflow name which this set of attributes references. (required) - :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. :return: AdminWorkflowAttributesGetResponse If the method is called asynchronously, returns the request thread. @@ -3280,7 +3280,7 @@ def list_matchable_attributes(self, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. :return: AdminListMatchableAttributesResponse If the method is called asynchronously, returns the request thread. @@ -3302,7 +3302,7 @@ def list_matchable_attributes_with_http_info(self, **kwargs): # noqa: E501 >>> result = thread.get() :param async_req bool - :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. + :param str resource_type: - TASK_RESOURCE: Applies to customizable task resource requests and limits. - CLUSTER_RESOURCE: Applies to configuring templated kubernetes cluster resources. - EXECUTION_QUEUE: Configures task and dynamic task execution queue assignment. - EXECUTION_CLUSTER_LABEL: Configures the K8s cluster label to be used for execution to be run - QUALITY_OF_SERVICE_SPECIFICATION: Configures default quality of service when undefined in an execution spec. - PLUGIN_OVERRIDE: Selects configurable plugin implementation behavior for a given task type. :return: AdminListMatchableAttributesResponse If the method is called asynchronously, returns the request thread. diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index 977b2e7f34..be64a8b273 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -69,6 +69,7 @@ from flyteadmin.models.admin_notification import AdminNotification from flyteadmin.models.admin_notification_list import AdminNotificationList from flyteadmin.models.admin_pager_duty_notification import AdminPagerDutyNotification +from flyteadmin.models.admin_plugin_override import AdminPluginOverride from flyteadmin.models.admin_project import AdminProject from flyteadmin.models.admin_project_domain_attributes import AdminProjectDomainAttributes from flyteadmin.models.admin_project_domain_attributes_delete_request import AdminProjectDomainAttributesDeleteRequest @@ -203,6 +204,7 @@ from flyteadmin.models.flyteidlevent_workflow_node_metadata import FlyteidleventWorkflowNodeMetadata from flyteadmin.models.io_strategy_download_mode import IOStrategyDownloadMode from flyteadmin.models.io_strategy_upload_mode import IOStrategyUploadMode +from flyteadmin.models.plugin_override_missing_plugin_behavior import PluginOverrideMissingPluginBehavior from flyteadmin.models.protobuf_list_value import ProtobufListValue from flyteadmin.models.protobuf_null_value import ProtobufNullValue from flyteadmin.models.protobuf_struct import ProtobufStruct diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matchable_resource.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matchable_resource.py index f78a47ca21..4a07f54288 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matchable_resource.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matchable_resource.py @@ -31,6 +31,7 @@ class AdminMatchableResource(object): EXECUTION_QUEUE = "EXECUTION_QUEUE" EXECUTION_CLUSTER_LABEL = "EXECUTION_CLUSTER_LABEL" QUALITY_OF_SERVICE_SPECIFICATION = "QUALITY_OF_SERVICE_SPECIFICATION" + PLUGIN_OVERRIDE = "PLUGIN_OVERRIDE" """ Attributes: diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matching_attributes.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matching_attributes.py index d611725896..21e60c2b7b 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matching_attributes.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_matching_attributes.py @@ -19,6 +19,7 @@ from flyteadmin.models.admin_cluster_resource_attributes import AdminClusterResourceAttributes # noqa: F401,E501 from flyteadmin.models.admin_execution_cluster_label import AdminExecutionClusterLabel # noqa: F401,E501 from flyteadmin.models.admin_execution_queue_attributes import AdminExecutionQueueAttributes # noqa: F401,E501 +from flyteadmin.models.admin_plugin_override import AdminPluginOverride # noqa: F401,E501 from flyteadmin.models.admin_task_resource_attributes import AdminTaskResourceAttributes # noqa: F401,E501 from flyteadmin.models.core_quality_of_service import CoreQualityOfService # noqa: F401,E501 @@ -41,7 +42,8 @@ class AdminMatchingAttributes(object): 'cluster_resource_attributes': 'AdminClusterResourceAttributes', 'execution_queue_attributes': 'AdminExecutionQueueAttributes', 'execution_cluster_label': 'AdminExecutionClusterLabel', - 'quality_of_service': 'CoreQualityOfService' + 'quality_of_service': 'CoreQualityOfService', + 'plugin_override': 'AdminPluginOverride' } attribute_map = { @@ -49,10 +51,11 @@ class AdminMatchingAttributes(object): 'cluster_resource_attributes': 'cluster_resource_attributes', 'execution_queue_attributes': 'execution_queue_attributes', 'execution_cluster_label': 'execution_cluster_label', - 'quality_of_service': 'quality_of_service' + 'quality_of_service': 'quality_of_service', + 'plugin_override': 'plugin_override' } - def __init__(self, task_resource_attributes=None, cluster_resource_attributes=None, execution_queue_attributes=None, execution_cluster_label=None, quality_of_service=None): # noqa: E501 + def __init__(self, task_resource_attributes=None, cluster_resource_attributes=None, execution_queue_attributes=None, execution_cluster_label=None, quality_of_service=None, plugin_override=None): # noqa: E501 """AdminMatchingAttributes - a model defined in Swagger""" # noqa: E501 self._task_resource_attributes = None @@ -60,6 +63,7 @@ def __init__(self, task_resource_attributes=None, cluster_resource_attributes=No self._execution_queue_attributes = None self._execution_cluster_label = None self._quality_of_service = None + self._plugin_override = None self.discriminator = None if task_resource_attributes is not None: @@ -72,6 +76,8 @@ def __init__(self, task_resource_attributes=None, cluster_resource_attributes=No self.execution_cluster_label = execution_cluster_label if quality_of_service is not None: self.quality_of_service = quality_of_service + if plugin_override is not None: + self.plugin_override = plugin_override @property def task_resource_attributes(self): @@ -178,6 +184,27 @@ def quality_of_service(self, quality_of_service): self._quality_of_service = quality_of_service + @property + def plugin_override(self): + """Gets the plugin_override of this AdminMatchingAttributes. # noqa: E501 + + + :return: The plugin_override of this AdminMatchingAttributes. # noqa: E501 + :rtype: AdminPluginOverride + """ + return self._plugin_override + + @plugin_override.setter + def plugin_override(self, plugin_override): + """Sets the plugin_override of this AdminMatchingAttributes. + + + :param plugin_override: The plugin_override of this AdminMatchingAttributes. # noqa: E501 + :type: AdminPluginOverride + """ + + self._plugin_override = plugin_override + 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_plugin_override.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_plugin_override.py new file mode 100644 index 0000000000..b339f7c515 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_plugin_override.py @@ -0,0 +1,175 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from flyteadmin.models.plugin_override_missing_plugin_behavior import PluginOverrideMissingPluginBehavior # noqa: F401,E501 + + +class AdminPluginOverride(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'task_type': 'str', + 'plugin_id': 'list[str]', + 'missing_plugin_behavior': 'PluginOverrideMissingPluginBehavior' + } + + attribute_map = { + 'task_type': 'task_type', + 'plugin_id': 'plugin_id', + 'missing_plugin_behavior': 'missing_plugin_behavior' + } + + def __init__(self, task_type=None, plugin_id=None, missing_plugin_behavior=None): # noqa: E501 + """AdminPluginOverride - a model defined in Swagger""" # noqa: E501 + + self._task_type = None + self._plugin_id = None + self._missing_plugin_behavior = None + self.discriminator = None + + if task_type is not None: + self.task_type = task_type + if plugin_id is not None: + self.plugin_id = plugin_id + if missing_plugin_behavior is not None: + self.missing_plugin_behavior = missing_plugin_behavior + + @property + def task_type(self): + """Gets the task_type of this AdminPluginOverride. # noqa: E501 + + A predefined yet extensible Task type identifier. # noqa: E501 + + :return: The task_type of this AdminPluginOverride. # noqa: E501 + :rtype: str + """ + return self._task_type + + @task_type.setter + def task_type(self, task_type): + """Sets the task_type of this AdminPluginOverride. + + A predefined yet extensible Task type identifier. # noqa: E501 + + :param task_type: The task_type of this AdminPluginOverride. # noqa: E501 + :type: str + """ + + self._task_type = task_type + + @property + def plugin_id(self): + """Gets the plugin_id of this AdminPluginOverride. # noqa: E501 + + A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id. # noqa: E501 + + :return: The plugin_id of this AdminPluginOverride. # noqa: E501 + :rtype: list[str] + """ + return self._plugin_id + + @plugin_id.setter + def plugin_id(self, plugin_id): + """Sets the plugin_id of this AdminPluginOverride. + + A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id. # noqa: E501 + + :param plugin_id: The plugin_id of this AdminPluginOverride. # noqa: E501 + :type: list[str] + """ + + self._plugin_id = plugin_id + + @property + def missing_plugin_behavior(self): + """Gets the missing_plugin_behavior of this AdminPluginOverride. # noqa: E501 + + Defines the behavior when no plugin from the plugin_id list is not found. # noqa: E501 + + :return: The missing_plugin_behavior of this AdminPluginOverride. # noqa: E501 + :rtype: PluginOverrideMissingPluginBehavior + """ + return self._missing_plugin_behavior + + @missing_plugin_behavior.setter + def missing_plugin_behavior(self, missing_plugin_behavior): + """Sets the missing_plugin_behavior of this AdminPluginOverride. + + Defines the behavior when no plugin from the plugin_id list is not found. # noqa: E501 + + :param missing_plugin_behavior: The missing_plugin_behavior of this AdminPluginOverride. # noqa: E501 + :type: PluginOverrideMissingPluginBehavior + """ + + self._missing_plugin_behavior = missing_plugin_behavior + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(AdminPluginOverride, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, AdminPluginOverride): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/plugin_override_missing_plugin_behavior.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/plugin_override_missing_plugin_behavior.py new file mode 100644 index 0000000000..cccdae26bf --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/plugin_override_missing_plugin_behavior.py @@ -0,0 +1,93 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class PluginOverrideMissingPluginBehavior(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + allowed enum values + """ + FAIL = "FAIL" + USE_DEFAULT = "USE_DEFAULT" + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + } + + attribute_map = { + } + + def __init__(self): # noqa: E501 + """PluginOverrideMissingPluginBehavior - a model defined in Swagger""" # noqa: E501 + self.discriminator = None + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(PluginOverrideMissingPluginBehavior, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, PluginOverrideMissingPluginBehavior): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_plugin_override.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_plugin_override.py new file mode 100644 index 0000000000..8e0232a5e5 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_plugin_override.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.admin_plugin_override import AdminPluginOverride # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestAdminPluginOverride(unittest.TestCase): + """AdminPluginOverride unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testAdminPluginOverride(self): + """Test AdminPluginOverride""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.admin_plugin_override.AdminPluginOverride() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_plugin_override_missing_plugin_behavior.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_plugin_override_missing_plugin_behavior.py new file mode 100644 index 0000000000..664029dc9a --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_plugin_override_missing_plugin_behavior.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.plugin_override_missing_plugin_behavior import PluginOverrideMissingPluginBehavior # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestPluginOverrideMissingPluginBehavior(unittest.TestCase): + """PluginOverrideMissingPluginBehavior unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testPluginOverrideMissingPluginBehavior(self): + """Test PluginOverrideMissingPluginBehavior""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.plugin_override_missing_plugin_behavior.PluginOverrideMissingPluginBehavior() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/flyteidl/package.json b/flyteidl/package.json index 4f7c466a83..d305e0186e 100644 --- a/flyteidl/package.json +++ b/flyteidl/package.json @@ -1,6 +1,6 @@ { "name": "@lyft/flyteidl", - "version": "0.18.4", + "version": "0.18.5", "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs", "repository": { "type": "git", diff --git a/flyteidl/protos/flyteidl/admin/matchable_resource.proto b/flyteidl/protos/flyteidl/admin/matchable_resource.proto index df4c68974c..ff5cc59907 100644 --- a/flyteidl/protos/flyteidl/admin/matchable_resource.proto +++ b/flyteidl/protos/flyteidl/admin/matchable_resource.proto @@ -23,6 +23,9 @@ enum MatchableResource { // Configures default quality of service when undefined in an execution spec. QUALITY_OF_SERVICE_SPECIFICATION = 4; + + // Selects configurable plugin implementation behavior for a given task type. + PLUGIN_OVERRIDE = 5; } message TaskResourceSpec { @@ -58,6 +61,27 @@ message ExecutionClusterLabel { string value = 1; } +// This MatchableAttribute configures selecting alternate plugin implementations for a given task type. +// In addition to an override implementation a selection of fallbacks can be provided or other modes +// for handling cases where the desired plugin override is not enabled in a given Flyte deployment. +message PluginOverride { + // A predefined yet extensible Task type identifier. + string task_type = 1; + + // A set of plugin ids which should handle tasks of this type instead of the default registered plugin. The list will be tried in order until a plugin is found with that id. + repeated string plugin_id = 2; + + enum MissingPluginBehavior { + FAIL = 0; + + // Uses the system-configured default implementation. + USE_DEFAULT = 1; + } + + // Defines the behavior when no plugin from the plugin_id list is not found. + MissingPluginBehavior missing_plugin_behavior = 4; +} + // Generic container for encapsulating all types of the above attributes messages. message MatchingAttributes { oneof target { @@ -70,6 +94,8 @@ message MatchingAttributes { ExecutionClusterLabel execution_cluster_label = 4; core.QualityOfService quality_of_service = 5; + + PluginOverride plugin_override = 6; } } diff --git a/flyteidl/setup.py b/flyteidl/setup.py index 5e7b29696b..30902c19a2 100644 --- a/flyteidl/setup.py +++ b/flyteidl/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '0.18.4' +__version__ = '0.18.5' setup( name='flyteidl',