From 4c689bdb271db83c1934505282d5e72981f23a51 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 12 May 2020 14:54:04 -0700 Subject: [PATCH] Add Auth to execution spec (#59) --- gen/pb-cpp/flyteidl/admin/common.pb.cc | 458 +++++- gen/pb-cpp/flyteidl/admin/common.pb.h | 367 ++++- gen/pb-cpp/flyteidl/admin/execution.pb.cc | 126 +- gen/pb-cpp/flyteidl/admin/execution.pb.h | 55 + gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc | 162 ++- gen/pb-cpp/flyteidl/admin/launch_plan.pb.h | 73 +- gen/pb-go/flyteidl/admin/common.pb.go | 216 ++- .../flyteidl/admin/common.pb.validate.go | 74 + gen/pb-go/flyteidl/admin/execution.pb.go | 177 +-- .../flyteidl/admin/execution.pb.validate.go | 10 + gen/pb-go/flyteidl/admin/launch_plan.pb.go | 136 +- .../flyteidl/admin/launch_plan.pb.validate.go | 10 + gen/pb-go/flyteidl/service/admin.swagger.json | 24 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/api/swagger.yaml | 44 +- .../flyteadmin/model_admin_auth_role.go | 16 + .../flyteadmin/model_admin_execution_spec.go | 2 + .../model_admin_launch_plan_spec.go | 1 + .../model_admin_named_entity_state.go | 7 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/admin/Common.java | 1223 ++++++++++++++--- .../flyteidl/admin/ExecutionOuterClass.java | 283 +++- .../flyteidl/admin/LaunchPlanOuterClass.java | 305 +++- gen/pb-js/flyteidl.d.ts | 76 +- gen/pb-js/flyteidl.js | 189 +++ .../flyteidl/admin/common.proto.rst | 80 +- .../flyteidl/admin/execution.proto.rst | 17 +- .../flyteidl/admin/launch_plan.proto.rst | 20 +- gen/pb_python/flyteidl/admin/common_pb2.py | 66 +- gen/pb_python/flyteidl/admin/execution_pb2.py | 28 +- .../flyteidl/admin/launch_plan_pb2.py | 41 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/flyteadmin/__init__.py | 1 + .../flyteadmin/flyteadmin/models/__init__.py | 1 + .../flyteadmin/models/admin_auth_role.py | 141 ++ .../flyteadmin/models/admin_execution_spec.py | 35 +- .../models/admin_launch_plan_spec.py | 33 +- .../models/admin_named_entity_state.py | 5 +- .../flyteadmin/test/test_admin_auth_role.py | 40 + package.json | 2 +- protos/flyteidl/admin/common.proto | 11 + protos/flyteidl/admin/execution.proto | 3 + protos/flyteidl/admin/launch_plan.proto | 4 +- setup.py | 2 +- 44 files changed, 3938 insertions(+), 632 deletions(-) create mode 100644 gen/pb-go/flyteidl/service/flyteadmin/model_admin_auth_role.go create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_auth_role.py create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_auth_role.py diff --git a/gen/pb-cpp/flyteidl/admin/common.pb.cc b/gen/pb-cpp/flyteidl/admin/common.pb.cc index e4597fb1e..a4f1c76b2 100644 --- a/gen/pb-cpp/flyteidl/admin/common.pb.cc +++ b/gen/pb-cpp/flyteidl/admin/common.pb.cc @@ -119,6 +119,12 @@ class AnnotationsDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _Annotations_default_instance_; +class AuthRoleDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; + ::google::protobuf::internal::ArenaStringPtr assumable_iam_role_; + ::google::protobuf::internal::ArenaStringPtr kubernetes_service_account_; +} _AuthRole_default_instance_; } // namespace admin } // namespace flyteidl static void InitDefaultsNamedEntityIdentifier_flyteidl_2fadmin_2fcommon_2eproto() { @@ -444,6 +450,20 @@ ::google::protobuf::internal::SCCInfo<1> scc_info_Annotations_flyteidl_2fadmin_2 {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsAnnotations_flyteidl_2fadmin_2fcommon_2eproto}, { &scc_info_Annotations_ValuesEntry_DoNotUse_flyteidl_2fadmin_2fcommon_2eproto.base,}}; +static void InitDefaultsAuthRole_flyteidl_2fadmin_2fcommon_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_AuthRole_default_instance_; + new (ptr) ::flyteidl::admin::AuthRole(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::AuthRole::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsAuthRole_flyteidl_2fadmin_2fcommon_2eproto}, {}}; + void InitDefaults_flyteidl_2fadmin_2fcommon_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_NamedEntityIdentifier_flyteidl_2fadmin_2fcommon_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_NamedEntityMetadata_flyteidl_2fadmin_2fcommon_2eproto.base); @@ -467,9 +487,10 @@ void InitDefaults_flyteidl_2fadmin_2fcommon_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_Labels_flyteidl_2fadmin_2fcommon_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_Annotations_ValuesEntry_DoNotUse_flyteidl_2fadmin_2fcommon_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_Annotations_flyteidl_2fadmin_2fcommon_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fcommon_2eproto[22]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fcommon_2eproto[23]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fadmin_2fcommon_2eproto[2]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fadmin_2fcommon_2eproto = nullptr; @@ -642,6 +663,14 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fcommon_2eproto:: ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Annotations, values_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::AuthRole, _internal_metadata_), + ~0u, // no _extensions_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::AuthRole, _oneof_case_[0]), + ~0u, // no _weak_field_map_ + offsetof(::flyteidl::admin::AuthRoleDefaultTypeInternal, assumable_iam_role_), + offsetof(::flyteidl::admin::AuthRoleDefaultTypeInternal, kubernetes_service_account_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::AuthRole, method_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::NamedEntityIdentifier)}, @@ -666,6 +695,7 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 147, -1, sizeof(::flyteidl::admin::Labels)}, { 153, 160, sizeof(::flyteidl::admin::Annotations_ValuesEntry_DoNotUse)}, { 162, -1, sizeof(::flyteidl::admin::Annotations)}, + { 168, -1, sizeof(::flyteidl::admin::AuthRole)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -691,12 +721,13 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::admin::_Labels_default_instance_), reinterpret_cast(&::flyteidl::admin::_Annotations_ValuesEntry_DoNotUse_default_instance_), reinterpret_cast(&::flyteidl::admin::_Annotations_default_instance_), + reinterpret_cast(&::flyteidl::admin::_AuthRole_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fadmin_2fcommon_2eproto = { {}, AddDescriptors_flyteidl_2fadmin_2fcommon_2eproto, "flyteidl/admin/common.proto", schemas, file_default_instances, TableStruct_flyteidl_2fadmin_2fcommon_2eproto::offsets, - file_level_metadata_flyteidl_2fadmin_2fcommon_2eproto, 22, file_level_enum_descriptors_flyteidl_2fadmin_2fcommon_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fcommon_2eproto, + file_level_metadata_flyteidl_2fadmin_2fcommon_2eproto, 23, file_level_enum_descriptors_flyteidl_2fadmin_2fcommon_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fcommon_2eproto, }; const char descriptor_table_protodef_flyteidl_2fadmin_2fcommon_2eproto[] = @@ -758,15 +789,18 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fcommon_2eproto[] = "8\001\"u\n\013Annotations\0227\n\006values\030\001 \003(\0132\'.flyt" "eidl.admin.Annotations.ValuesEntry\032-\n\013Va" "luesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028" - "\001*F\n\020NamedEntityState\022\027\n\023NAMED_ENTITY_AC" - "TIVE\020\000\022\031\n\025NAMED_ENTITY_ARCHIVED\020\001B3Z1git" - "hub.com/lyft/flyteidl/gen/pb-go/flyteidl" - "/adminb\006proto3" + "\001\"X\n\010AuthRole\022\034\n\022assumable_iam_role\030\001 \001(" + "\tH\000\022$\n\032kubernetes_service_account\030\002 \001(\tH" + "\000B\010\n\006method*\\\n\020NamedEntityState\022\027\n\023NAMED" + "_ENTITY_ACTIVE\020\000\022\031\n\025NAMED_ENTITY_ARCHIVE" + "D\020\001\022\024\n\020SYSTEM_GENERATED\020\002B3Z1github.com/" + "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" + "proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fcommon_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fcommon_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fcommon_2eproto, - "flyteidl/admin/common.proto", &assign_descriptors_table_flyteidl_2fadmin_2fcommon_2eproto, 2454, + "flyteidl/admin/common.proto", &assign_descriptors_table_flyteidl_2fadmin_2fcommon_2eproto, 2566, }; void AddDescriptors_flyteidl_2fadmin_2fcommon_2eproto() { @@ -811,6 +845,7 @@ bool NamedEntityState_IsValid(int value) { switch (value) { case 0: case 1: + case 2: return true; default: return false; @@ -8811,6 +8846,412 @@ ::google::protobuf::Metadata Annotations::GetMetadata() const { } +// =================================================================== + +void AuthRole::InitAsDefaultInstance() { + ::flyteidl::admin::_AuthRole_default_instance_.assumable_iam_role_.UnsafeSetDefault( + &::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::flyteidl::admin::_AuthRole_default_instance_.kubernetes_service_account_.UnsafeSetDefault( + &::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +class AuthRole::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int AuthRole::kAssumableIamRoleFieldNumber; +const int AuthRole::kKubernetesServiceAccountFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +AuthRole::AuthRole() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.AuthRole) +} +AuthRole::AuthRole(const AuthRole& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + clear_has_method(); + switch (from.method_case()) { + case kAssumableIamRole: { + set_assumable_iam_role(from.assumable_iam_role()); + break; + } + case kKubernetesServiceAccount: { + set_kubernetes_service_account(from.kubernetes_service_account()); + break; + } + case METHOD_NOT_SET: { + break; + } + } + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.AuthRole) +} + +void AuthRole::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto.base); + clear_has_method(); +} + +AuthRole::~AuthRole() { + // @@protoc_insertion_point(destructor:flyteidl.admin.AuthRole) + SharedDtor(); +} + +void AuthRole::SharedDtor() { + if (has_method()) { + clear_method(); + } +} + +void AuthRole::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const AuthRole& AuthRole::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto.base); + return *internal_default_instance(); +} + + +void AuthRole::clear_method() { +// @@protoc_insertion_point(one_of_clear_start:flyteidl.admin.AuthRole) + switch (method_case()) { + case kAssumableIamRole: { + method_.assumable_iam_role_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + break; + } + case kKubernetesServiceAccount: { + method_.kubernetes_service_account_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + break; + } + case METHOD_NOT_SET: { + break; + } + } + _oneof_case_[0] = METHOD_NOT_SET; +} + + +void AuthRole::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.AuthRole) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + clear_method(); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* AuthRole::_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 assumable_iam_role = 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.AuthRole.assumable_iam_role"); + object = msg->mutable_assumable_iam_role(); + 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; + } + // string kubernetes_service_account = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.AuthRole.kubernetes_service_account"); + object = msg->mutable_kubernetes_service_account(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + 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 AuthRole::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.AuthRole) + 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 assumable_iam_role = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_assumable_iam_role())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->assumable_iam_role().data(), static_cast(this->assumable_iam_role().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.AuthRole.assumable_iam_role")); + } else { + goto handle_unusual; + } + break; + } + + // string kubernetes_service_account = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_kubernetes_service_account())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->kubernetes_service_account().data(), static_cast(this->kubernetes_service_account().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.AuthRole.kubernetes_service_account")); + } 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.AuthRole) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.AuthRole) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void AuthRole::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.AuthRole) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string assumable_iam_role = 1; + if (has_assumable_iam_role()) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->assumable_iam_role().data(), static_cast(this->assumable_iam_role().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.AuthRole.assumable_iam_role"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->assumable_iam_role(), output); + } + + // string kubernetes_service_account = 2; + if (has_kubernetes_service_account()) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->kubernetes_service_account().data(), static_cast(this->kubernetes_service_account().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.AuthRole.kubernetes_service_account"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 2, this->kubernetes_service_account(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.AuthRole) +} + +::google::protobuf::uint8* AuthRole::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.AuthRole) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string assumable_iam_role = 1; + if (has_assumable_iam_role()) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->assumable_iam_role().data(), static_cast(this->assumable_iam_role().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.AuthRole.assumable_iam_role"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->assumable_iam_role(), target); + } + + // string kubernetes_service_account = 2; + if (has_kubernetes_service_account()) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->kubernetes_service_account().data(), static_cast(this->kubernetes_service_account().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.AuthRole.kubernetes_service_account"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 2, this->kubernetes_service_account(), 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.AuthRole) + return target; +} + +size_t AuthRole::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.AuthRole) + 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; + + switch (method_case()) { + // string assumable_iam_role = 1; + case kAssumableIamRole: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->assumable_iam_role()); + break; + } + // string kubernetes_service_account = 2; + case kKubernetesServiceAccount: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->kubernetes_service_account()); + break; + } + case METHOD_NOT_SET: { + break; + } + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void AuthRole::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.AuthRole) + GOOGLE_DCHECK_NE(&from, this); + const AuthRole* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.AuthRole) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.AuthRole) + MergeFrom(*source); + } +} + +void AuthRole::MergeFrom(const AuthRole& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.AuthRole) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + switch (from.method_case()) { + case kAssumableIamRole: { + set_assumable_iam_role(from.assumable_iam_role()); + break; + } + case kKubernetesServiceAccount: { + set_kubernetes_service_account(from.kubernetes_service_account()); + break; + } + case METHOD_NOT_SET: { + break; + } + } +} + +void AuthRole::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.AuthRole) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void AuthRole::CopyFrom(const AuthRole& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.AuthRole) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool AuthRole::IsInitialized() const { + return true; +} + +void AuthRole::Swap(AuthRole* other) { + if (other == this) return; + InternalSwap(other); +} +void AuthRole::InternalSwap(AuthRole* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(method_, other->method_); + swap(_oneof_case_[0], other->_oneof_case_[0]); +} + +::google::protobuf::Metadata AuthRole::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fcommon_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fcommon_2eproto[kIndexInFileMessages]; +} + + // @@protoc_insertion_point(namespace_scope) } // namespace admin } // namespace flyteidl @@ -8882,6 +9323,9 @@ template<> PROTOBUF_NOINLINE ::flyteidl::admin::Annotations_ValuesEntry_DoNotUse template<> PROTOBUF_NOINLINE ::flyteidl::admin::Annotations* Arena::CreateMaybeMessage< ::flyteidl::admin::Annotations >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::Annotations >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::admin::AuthRole* Arena::CreateMaybeMessage< ::flyteidl::admin::AuthRole >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::AuthRole >(arena); +} } // namespace protobuf } // namespace google diff --git a/gen/pb-cpp/flyteidl/admin/common.pb.h b/gen/pb-cpp/flyteidl/admin/common.pb.h index 9b7fdb471..6229b9252 100644 --- a/gen/pb-cpp/flyteidl/admin/common.pb.h +++ b/gen/pb-cpp/flyteidl/admin/common.pb.h @@ -47,7 +47,7 @@ struct TableStruct_flyteidl_2fadmin_2fcommon_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[22] + static const ::google::protobuf::internal::ParseTable schema[23] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -62,6 +62,9 @@ extern AnnotationsDefaultTypeInternal _Annotations_default_instance_; class Annotations_ValuesEntry_DoNotUse; class Annotations_ValuesEntry_DoNotUseDefaultTypeInternal; extern Annotations_ValuesEntry_DoNotUseDefaultTypeInternal _Annotations_ValuesEntry_DoNotUse_default_instance_; +class AuthRole; +class AuthRoleDefaultTypeInternal; +extern AuthRoleDefaultTypeInternal _AuthRole_default_instance_; class EmailNotification; class EmailNotificationDefaultTypeInternal; extern EmailNotificationDefaultTypeInternal _EmailNotification_default_instance_; @@ -128,6 +131,7 @@ namespace google { namespace protobuf { template<> ::flyteidl::admin::Annotations* Arena::CreateMaybeMessage<::flyteidl::admin::Annotations>(Arena*); template<> ::flyteidl::admin::Annotations_ValuesEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::admin::Annotations_ValuesEntry_DoNotUse>(Arena*); +template<> ::flyteidl::admin::AuthRole* Arena::CreateMaybeMessage<::flyteidl::admin::AuthRole>(Arena*); template<> ::flyteidl::admin::EmailNotification* Arena::CreateMaybeMessage<::flyteidl::admin::EmailNotification>(Arena*); template<> ::flyteidl::admin::Labels* Arena::CreateMaybeMessage<::flyteidl::admin::Labels>(Arena*); template<> ::flyteidl::admin::Labels_ValuesEntry_DoNotUse* Arena::CreateMaybeMessage<::flyteidl::admin::Labels_ValuesEntry_DoNotUse>(Arena*); @@ -177,12 +181,13 @@ inline bool Sort_Direction_Parse( enum NamedEntityState { NAMED_ENTITY_ACTIVE = 0, NAMED_ENTITY_ARCHIVED = 1, + SYSTEM_GENERATED = 2, NamedEntityState_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(), NamedEntityState_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() }; bool NamedEntityState_IsValid(int value); const NamedEntityState NamedEntityState_MIN = NAMED_ENTITY_ACTIVE; -const NamedEntityState NamedEntityState_MAX = NAMED_ENTITY_ARCHIVED; +const NamedEntityState NamedEntityState_MAX = SYSTEM_GENERATED; const int NamedEntityState_ARRAYSIZE = NamedEntityState_MAX + 1; const ::google::protobuf::EnumDescriptor* NamedEntityState_descriptor(); @@ -2998,6 +3003,165 @@ class Annotations final : mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fadmin_2fcommon_2eproto; }; +// ------------------------------------------------------------------- + +class AuthRole final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.AuthRole) */ { + public: + AuthRole(); + virtual ~AuthRole(); + + AuthRole(const AuthRole& from); + + inline AuthRole& operator=(const AuthRole& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + AuthRole(AuthRole&& from) noexcept + : AuthRole() { + *this = ::std::move(from); + } + + inline AuthRole& operator=(AuthRole&& 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 AuthRole& default_instance(); + + enum MethodCase { + kAssumableIamRole = 1, + kKubernetesServiceAccount = 2, + METHOD_NOT_SET = 0, + }; + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const AuthRole* internal_default_instance() { + return reinterpret_cast( + &_AuthRole_default_instance_); + } + static constexpr int kIndexInFileMessages = + 22; + + void Swap(AuthRole* other); + friend void swap(AuthRole& a, AuthRole& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline AuthRole* New() const final { + return CreateMaybeMessage(nullptr); + } + + AuthRole* 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 AuthRole& from); + void MergeFrom(const AuthRole& 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(AuthRole* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string assumable_iam_role = 1; + private: + bool has_assumable_iam_role() const; + public: + void clear_assumable_iam_role(); + static const int kAssumableIamRoleFieldNumber = 1; + const ::std::string& assumable_iam_role() const; + void set_assumable_iam_role(const ::std::string& value); + #if LANG_CXX11 + void set_assumable_iam_role(::std::string&& value); + #endif + void set_assumable_iam_role(const char* value); + void set_assumable_iam_role(const char* value, size_t size); + ::std::string* mutable_assumable_iam_role(); + ::std::string* release_assumable_iam_role(); + void set_allocated_assumable_iam_role(::std::string* assumable_iam_role); + + // string kubernetes_service_account = 2; + private: + bool has_kubernetes_service_account() const; + public: + void clear_kubernetes_service_account(); + static const int kKubernetesServiceAccountFieldNumber = 2; + const ::std::string& kubernetes_service_account() const; + void set_kubernetes_service_account(const ::std::string& value); + #if LANG_CXX11 + void set_kubernetes_service_account(::std::string&& value); + #endif + void set_kubernetes_service_account(const char* value); + void set_kubernetes_service_account(const char* value, size_t size); + ::std::string* mutable_kubernetes_service_account(); + ::std::string* release_kubernetes_service_account(); + void set_allocated_kubernetes_service_account(::std::string* kubernetes_service_account); + + void clear_method(); + MethodCase method_case() const; + // @@protoc_insertion_point(class_scope:flyteidl.admin.AuthRole) + private: + class HasBitSetters; + void set_has_assumable_iam_role(); + void set_has_kubernetes_service_account(); + + inline bool has_method() const; + inline void clear_has_method(); + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + union MethodUnion { + MethodUnion() {} + ::google::protobuf::internal::ArenaStringPtr assumable_iam_role_; + ::google::protobuf::internal::ArenaStringPtr kubernetes_service_account_; + } method_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + ::google::protobuf::uint32 _oneof_case_[1]; + + friend struct ::TableStruct_flyteidl_2fadmin_2fcommon_2eproto; +}; // =================================================================== @@ -5152,6 +5316,203 @@ Annotations::mutable_values() { return values_.MutableMap(); } +// ------------------------------------------------------------------- + +// AuthRole + +// string assumable_iam_role = 1; +inline bool AuthRole::has_assumable_iam_role() const { + return method_case() == kAssumableIamRole; +} +inline void AuthRole::set_has_assumable_iam_role() { + _oneof_case_[0] = kAssumableIamRole; +} +inline void AuthRole::clear_assumable_iam_role() { + if (has_assumable_iam_role()) { + method_.assumable_iam_role_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + clear_has_method(); + } +} +inline const ::std::string& AuthRole::assumable_iam_role() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.AuthRole.assumable_iam_role) + if (has_assumable_iam_role()) { + return method_.assumable_iam_role_.GetNoArena(); + } + return *&::google::protobuf::internal::GetEmptyStringAlreadyInited(); +} +inline void AuthRole::set_assumable_iam_role(const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.AuthRole.assumable_iam_role) + if (!has_assumable_iam_role()) { + clear_method(); + set_has_assumable_iam_role(); + method_.assumable_iam_role_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.assumable_iam_role_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.AuthRole.assumable_iam_role) +} +#if LANG_CXX11 +inline void AuthRole::set_assumable_iam_role(::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.AuthRole.assumable_iam_role) + if (!has_assumable_iam_role()) { + clear_method(); + set_has_assumable_iam_role(); + method_.assumable_iam_role_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.assumable_iam_role_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.AuthRole.assumable_iam_role) +} +#endif +inline void AuthRole::set_assumable_iam_role(const char* value) { + GOOGLE_DCHECK(value != nullptr); + if (!has_assumable_iam_role()) { + clear_method(); + set_has_assumable_iam_role(); + method_.assumable_iam_role_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.assumable_iam_role_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.AuthRole.assumable_iam_role) +} +inline void AuthRole::set_assumable_iam_role(const char* value, size_t size) { + if (!has_assumable_iam_role()) { + clear_method(); + set_has_assumable_iam_role(); + method_.assumable_iam_role_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.assumable_iam_role_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string( + reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.AuthRole.assumable_iam_role) +} +inline ::std::string* AuthRole::mutable_assumable_iam_role() { + if (!has_assumable_iam_role()) { + clear_method(); + set_has_assumable_iam_role(); + method_.assumable_iam_role_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.AuthRole.assumable_iam_role) + return method_.assumable_iam_role_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* AuthRole::release_assumable_iam_role() { + // @@protoc_insertion_point(field_release:flyteidl.admin.AuthRole.assumable_iam_role) + if (has_assumable_iam_role()) { + clear_has_method(); + return method_.assumable_iam_role_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } else { + return nullptr; + } +} +inline void AuthRole::set_allocated_assumable_iam_role(::std::string* assumable_iam_role) { + if (has_method()) { + clear_method(); + } + if (assumable_iam_role != nullptr) { + set_has_assumable_iam_role(); + method_.assumable_iam_role_.UnsafeSetDefault(assumable_iam_role); + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.AuthRole.assumable_iam_role) +} + +// string kubernetes_service_account = 2; +inline bool AuthRole::has_kubernetes_service_account() const { + return method_case() == kKubernetesServiceAccount; +} +inline void AuthRole::set_has_kubernetes_service_account() { + _oneof_case_[0] = kKubernetesServiceAccount; +} +inline void AuthRole::clear_kubernetes_service_account() { + if (has_kubernetes_service_account()) { + method_.kubernetes_service_account_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + clear_has_method(); + } +} +inline const ::std::string& AuthRole::kubernetes_service_account() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.AuthRole.kubernetes_service_account) + if (has_kubernetes_service_account()) { + return method_.kubernetes_service_account_.GetNoArena(); + } + return *&::google::protobuf::internal::GetEmptyStringAlreadyInited(); +} +inline void AuthRole::set_kubernetes_service_account(const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.AuthRole.kubernetes_service_account) + if (!has_kubernetes_service_account()) { + clear_method(); + set_has_kubernetes_service_account(); + method_.kubernetes_service_account_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.kubernetes_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.AuthRole.kubernetes_service_account) +} +#if LANG_CXX11 +inline void AuthRole::set_kubernetes_service_account(::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.admin.AuthRole.kubernetes_service_account) + if (!has_kubernetes_service_account()) { + clear_method(); + set_has_kubernetes_service_account(); + method_.kubernetes_service_account_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.kubernetes_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.AuthRole.kubernetes_service_account) +} +#endif +inline void AuthRole::set_kubernetes_service_account(const char* value) { + GOOGLE_DCHECK(value != nullptr); + if (!has_kubernetes_service_account()) { + clear_method(); + set_has_kubernetes_service_account(); + method_.kubernetes_service_account_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.kubernetes_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.AuthRole.kubernetes_service_account) +} +inline void AuthRole::set_kubernetes_service_account(const char* value, size_t size) { + if (!has_kubernetes_service_account()) { + clear_method(); + set_has_kubernetes_service_account(); + method_.kubernetes_service_account_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + method_.kubernetes_service_account_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string( + reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.AuthRole.kubernetes_service_account) +} +inline ::std::string* AuthRole::mutable_kubernetes_service_account() { + if (!has_kubernetes_service_account()) { + clear_method(); + set_has_kubernetes_service_account(); + method_.kubernetes_service_account_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.AuthRole.kubernetes_service_account) + return method_.kubernetes_service_account_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* AuthRole::release_kubernetes_service_account() { + // @@protoc_insertion_point(field_release:flyteidl.admin.AuthRole.kubernetes_service_account) + if (has_kubernetes_service_account()) { + clear_has_method(); + return method_.kubernetes_service_account_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + } else { + return nullptr; + } +} +inline void AuthRole::set_allocated_kubernetes_service_account(::std::string* kubernetes_service_account) { + if (has_method()) { + clear_method(); + } + if (kubernetes_service_account != nullptr) { + set_has_kubernetes_service_account(); + method_.kubernetes_service_account_.UnsafeSetDefault(kubernetes_service_account); + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.AuthRole.kubernetes_service_account) +} + +inline bool AuthRole::has_method() const { + return method_case() != METHOD_NOT_SET; +} +inline void AuthRole::clear_has_method() { + _oneof_case_[0] = METHOD_NOT_SET; +} +inline AuthRole::MethodCase AuthRole::method_case() const { + return AuthRole::MethodCase(_oneof_case_[0]); +} #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ @@ -5197,6 +5558,8 @@ Annotations::mutable_values() { // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/gen/pb-cpp/flyteidl/admin/execution.pb.cc b/gen/pb-cpp/flyteidl/admin/execution.pb.cc index 3839f7bd9..9387fe1ef 100644 --- a/gen/pb-cpp/flyteidl/admin/execution.pb.cc +++ b/gen/pb-cpp/flyteidl/admin/execution.pb.cc @@ -16,6 +16,7 @@ // @@protoc_insertion_point(includes) #include +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Annotations_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Labels_flyteidl_2fadmin_2fcommon_2eproto; @@ -26,7 +27,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fexecution_2eproto ::google::p extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NotificationList_flyteidl_2fadmin_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_Execution_flyteidl_2fadmin_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<4> scc_info_ExecutionMetadata_flyteidl_2fadmin_2fexecution_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_ExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_ExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<8> scc_info_ExecutionClosure_flyteidl_2fadmin_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto; @@ -317,14 +318,15 @@ static void InitDefaultsExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto() { ::flyteidl::admin::ExecutionSpec::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<6> scc_info_ExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 6, InitDefaultsExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto}, { +::google::protobuf::internal::SCCInfo<7> scc_info_ExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 7, InitDefaultsExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto}, { &scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto.base, &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base, &scc_info_ExecutionMetadata_flyteidl_2fadmin_2fexecution_2eproto.base, &scc_info_NotificationList_flyteidl_2fadmin_2fexecution_2eproto.base, &scc_info_Labels_flyteidl_2fadmin_2fcommon_2eproto.base, - &scc_info_Annotations_flyteidl_2fadmin_2fcommon_2eproto.base,}}; + &scc_info_Annotations_flyteidl_2fadmin_2fcommon_2eproto.base, + &scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto.base,}}; static void InitDefaultsExecutionTerminateRequest_flyteidl_2fadmin_2fexecution_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -523,6 +525,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fexecution_2eprot offsetof(::flyteidl::admin::ExecutionSpecDefaultTypeInternal, disable_all_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionSpec, labels_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionSpec, annotations_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionSpec, auth_role_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionSpec, notification_overrides_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ExecutionTerminateRequest, _internal_metadata_), @@ -564,10 +567,10 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 83, -1, sizeof(::flyteidl::admin::ExecutionMetadata)}, { 95, -1, sizeof(::flyteidl::admin::NotificationList)}, { 101, -1, sizeof(::flyteidl::admin::ExecutionSpec)}, - { 114, -1, sizeof(::flyteidl::admin::ExecutionTerminateRequest)}, - { 121, -1, sizeof(::flyteidl::admin::ExecutionTerminateResponse)}, - { 126, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataRequest)}, - { 132, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataResponse)}, + { 115, -1, sizeof(::flyteidl::admin::ExecutionTerminateRequest)}, + { 122, -1, sizeof(::flyteidl::admin::ExecutionTerminateResponse)}, + { 127, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataRequest)}, + { 133, -1, sizeof(::flyteidl::admin::WorkflowExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -653,7 +656,7 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fexecution_2eproto[] = "CHEDULED\020\001\022\n\n\006SYSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016" "CHILD_WORKFLOW\020\004\"G\n\020NotificationList\0223\n\r" "notifications\030\001 \003(\0132\034.flyteidl.admin.Not" - "ification\"\357\002\n\rExecutionSpec\022.\n\013launch_pl" + "ification\"\234\003\n\rExecutionSpec\022.\n\013launch_pl" "an\030\001 \001(\0132\031.flyteidl.core.Identifier\022-\n\006i" "nputs\030\002 \001(\0132\031.flyteidl.core.LiteralMapB\002" "\030\001\0223\n\010metadata\030\003 \001(\0132!.flyteidl.admin.Ex" @@ -661,23 +664,24 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2fexecution_2eproto[] = ".flyteidl.admin.NotificationListH\000\022\025\n\013di" "sable_all\030\006 \001(\010H\000\022&\n\006labels\030\007 \001(\0132\026.flyt" "eidl.admin.Labels\0220\n\013annotations\030\010 \001(\0132\033" - ".flyteidl.admin.AnnotationsB\030\n\026notificat" - "ion_overridesJ\004\010\004\020\005\"b\n\031ExecutionTerminat" - "eRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.Wor" - "kflowExecutionIdentifier\022\r\n\005cause\030\002 \001(\t\"" - "\034\n\032ExecutionTerminateResponse\"Y\n\037Workflo" - "wExecutionGetDataRequest\0226\n\002id\030\001 \001(\0132*.f" - "lyteidl.core.WorkflowExecutionIdentifier" - "\"u\n WorkflowExecutionGetDataResponse\022(\n\007" - "outputs\030\001 \001(\0132\027.flyteidl.admin.UrlBlob\022\'" - "\n\006inputs\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB" - "3Z1github.com/lyft/flyteidl/gen/pb-go/fl" - "yteidl/adminb\006proto3" + ".flyteidl.admin.Annotations\022+\n\tauth_role" + "\030\020 \001(\0132\030.flyteidl.admin.AuthRoleB\030\n\026noti" + "fication_overridesJ\004\010\004\020\005\"b\n\031ExecutionTer" + "minateRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.cor" + "e.WorkflowExecutionIdentifier\022\r\n\005cause\030\002" + " \001(\t\"\034\n\032ExecutionTerminateResponse\"Y\n\037Wo" + "rkflowExecutionGetDataRequest\0226\n\002id\030\001 \001(" + "\0132*.flyteidl.core.WorkflowExecutionIdent" + "ifier\"u\n WorkflowExecutionGetDataRespons" + "e\022(\n\007outputs\030\001 \001(\0132\027.flyteidl.admin.UrlB" + "lob\022\'\n\006inputs\030\002 \001(\0132\027.flyteidl.admin.Url" + "BlobB3Z1github.com/lyft/flyteidl/gen/pb-" + "go/flyteidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fexecution_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fexecution_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fexecution_2eproto, - "flyteidl/admin/execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fexecution_2eproto, 3020, + "flyteidl/admin/execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2fexecution_2eproto, 3065, }; void AddDescriptors_flyteidl_2fadmin_2fexecution_2eproto() { @@ -6223,6 +6227,8 @@ void ExecutionSpec::InitAsDefaultInstance() { ::flyteidl::admin::Labels::internal_default_instance()); ::flyteidl::admin::_ExecutionSpec_default_instance_._instance.get_mutable()->annotations_ = const_cast< ::flyteidl::admin::Annotations*>( ::flyteidl::admin::Annotations::internal_default_instance()); + ::flyteidl::admin::_ExecutionSpec_default_instance_._instance.get_mutable()->auth_role_ = const_cast< ::flyteidl::admin::AuthRole*>( + ::flyteidl::admin::AuthRole::internal_default_instance()); } class ExecutionSpec::HasBitSetters { public: @@ -6232,6 +6238,7 @@ class ExecutionSpec::HasBitSetters { static const ::flyteidl::admin::NotificationList& notifications(const ExecutionSpec* msg); static const ::flyteidl::admin::Labels& labels(const ExecutionSpec* msg); static const ::flyteidl::admin::Annotations& annotations(const ExecutionSpec* msg); + static const ::flyteidl::admin::AuthRole& auth_role(const ExecutionSpec* msg); }; const ::flyteidl::core::Identifier& @@ -6258,6 +6265,10 @@ const ::flyteidl::admin::Annotations& ExecutionSpec::HasBitSetters::annotations(const ExecutionSpec* msg) { return *msg->annotations_; } +const ::flyteidl::admin::AuthRole& +ExecutionSpec::HasBitSetters::auth_role(const ExecutionSpec* msg) { + return *msg->auth_role_; +} void ExecutionSpec::clear_launch_plan() { if (GetArenaNoVirtual() == nullptr && launch_plan_ != nullptr) { delete launch_plan_; @@ -6296,6 +6307,12 @@ void ExecutionSpec::clear_annotations() { } annotations_ = nullptr; } +void ExecutionSpec::clear_auth_role() { + if (GetArenaNoVirtual() == nullptr && auth_role_ != nullptr) { + delete auth_role_; + } + auth_role_ = nullptr; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int ExecutionSpec::kLaunchPlanFieldNumber; const int ExecutionSpec::kInputsFieldNumber; @@ -6304,6 +6321,7 @@ const int ExecutionSpec::kNotificationsFieldNumber; const int ExecutionSpec::kDisableAllFieldNumber; const int ExecutionSpec::kLabelsFieldNumber; const int ExecutionSpec::kAnnotationsFieldNumber; +const int ExecutionSpec::kAuthRoleFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 ExecutionSpec::ExecutionSpec() @@ -6340,6 +6358,11 @@ ExecutionSpec::ExecutionSpec(const ExecutionSpec& from) } else { annotations_ = nullptr; } + if (from.has_auth_role()) { + auth_role_ = new ::flyteidl::admin::AuthRole(*from.auth_role_); + } else { + auth_role_ = nullptr; + } clear_has_notification_overrides(); switch (from.notification_overrides_case()) { case kNotifications: { @@ -6361,8 +6384,8 @@ void ExecutionSpec::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_ExecutionSpec_flyteidl_2fadmin_2fexecution_2eproto.base); ::memset(&launch_plan_, 0, static_cast( - reinterpret_cast(&annotations_) - - reinterpret_cast(&launch_plan_)) + sizeof(annotations_)); + reinterpret_cast(&auth_role_) - + reinterpret_cast(&launch_plan_)) + sizeof(auth_role_)); clear_has_notification_overrides(); } @@ -6377,6 +6400,7 @@ void ExecutionSpec::SharedDtor() { if (this != internal_default_instance()) delete metadata_; if (this != internal_default_instance()) delete labels_; if (this != internal_default_instance()) delete annotations_; + if (this != internal_default_instance()) delete auth_role_; if (has_notification_overrides()) { clear_notification_overrides(); } @@ -6436,6 +6460,10 @@ void ExecutionSpec::Clear() { delete annotations_; } annotations_ = nullptr; + if (GetArenaNoVirtual() == nullptr && auth_role_ != nullptr) { + delete auth_role_; + } + auth_role_ = nullptr; clear_notification_overrides(); _internal_metadata_.Clear(); } @@ -6538,6 +6566,19 @@ const char* ExecutionSpec::_InternalParse(const char* begin, const char* end, vo {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.admin.AuthRole auth_role = 16; + case 16: { + if (static_cast<::google::protobuf::uint8>(tag) != 130) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::admin::AuthRole::_InternalParse; + object = msg->mutable_auth_role(); + 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) { @@ -6564,7 +6605,7 @@ bool ExecutionSpec::MergePartialFromCodedStream( ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:flyteidl.admin.ExecutionSpec) for (;;) { - ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { @@ -6648,6 +6689,17 @@ bool ExecutionSpec::MergePartialFromCodedStream( break; } + // .flyteidl.admin.AuthRole auth_role = 16; + case 16: { + if (static_cast< ::google::protobuf::uint8>(tag) == (130 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_auth_role())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -6716,6 +6768,12 @@ void ExecutionSpec::SerializeWithCachedSizes( 8, HasBitSetters::annotations(this), output); } + // .flyteidl.admin.AuthRole auth_role = 16; + if (this->has_auth_role()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 16, HasBitSetters::auth_role(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -6776,6 +6834,13 @@ ::google::protobuf::uint8* ExecutionSpec::InternalSerializeWithCachedSizesToArra 8, HasBitSetters::annotations(this), target); } + // .flyteidl.admin.AuthRole auth_role = 16; + if (this->has_auth_role()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 16, HasBitSetters::auth_role(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -6832,6 +6897,13 @@ size_t ExecutionSpec::ByteSizeLong() const { *annotations_); } + // .flyteidl.admin.AuthRole auth_role = 16; + if (this->has_auth_role()) { + total_size += 2 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *auth_role_); + } + switch (notification_overrides_case()) { // .flyteidl.admin.NotificationList notifications = 5; case kNotifications: { @@ -6891,6 +6963,9 @@ void ExecutionSpec::MergeFrom(const ExecutionSpec& from) { if (from.has_annotations()) { mutable_annotations()->::flyteidl::admin::Annotations::MergeFrom(from.annotations()); } + if (from.has_auth_role()) { + mutable_auth_role()->::flyteidl::admin::AuthRole::MergeFrom(from.auth_role()); + } switch (from.notification_overrides_case()) { case kNotifications: { mutable_notifications()->::flyteidl::admin::NotificationList::MergeFrom(from.notifications()); @@ -6936,6 +7011,7 @@ void ExecutionSpec::InternalSwap(ExecutionSpec* other) { swap(metadata_, other->metadata_); swap(labels_, other->labels_); swap(annotations_, other->annotations_); + swap(auth_role_, other->auth_role_); swap(notification_overrides_, other->notification_overrides_); swap(_oneof_case_[0], other->_oneof_case_[0]); } diff --git a/gen/pb-cpp/flyteidl/admin/execution.pb.h b/gen/pb-cpp/flyteidl/admin/execution.pb.h index 051cefd9c..3de047b38 100644 --- a/gen/pb-cpp/flyteidl/admin/execution.pb.h +++ b/gen/pb-cpp/flyteidl/admin/execution.pb.h @@ -2089,6 +2089,15 @@ class ExecutionSpec final : ::flyteidl::admin::Annotations* mutable_annotations(); void set_allocated_annotations(::flyteidl::admin::Annotations* annotations); + // .flyteidl.admin.AuthRole auth_role = 16; + bool has_auth_role() const; + void clear_auth_role(); + static const int kAuthRoleFieldNumber = 16; + const ::flyteidl::admin::AuthRole& auth_role() const; + ::flyteidl::admin::AuthRole* release_auth_role(); + ::flyteidl::admin::AuthRole* mutable_auth_role(); + void set_allocated_auth_role(::flyteidl::admin::AuthRole* auth_role); + // .flyteidl.admin.NotificationList notifications = 5; bool has_notifications() const; void clear_notifications(); @@ -2124,6 +2133,7 @@ class ExecutionSpec final : ::flyteidl::admin::ExecutionMetadata* metadata_; ::flyteidl::admin::Labels* labels_; ::flyteidl::admin::Annotations* annotations_; + ::flyteidl::admin::AuthRole* auth_role_; union NotificationOverridesUnion { NotificationOverridesUnion() {} ::flyteidl::admin::NotificationList* notifications_; @@ -4765,6 +4775,51 @@ inline void ExecutionSpec::set_allocated_annotations(::flyteidl::admin::Annotati // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionSpec.annotations) } +// .flyteidl.admin.AuthRole auth_role = 16; +inline bool ExecutionSpec::has_auth_role() const { + return this != internal_default_instance() && auth_role_ != nullptr; +} +inline const ::flyteidl::admin::AuthRole& ExecutionSpec::auth_role() const { + const ::flyteidl::admin::AuthRole* p = auth_role_; + // @@protoc_insertion_point(field_get:flyteidl.admin.ExecutionSpec.auth_role) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::admin::_AuthRole_default_instance_); +} +inline ::flyteidl::admin::AuthRole* ExecutionSpec::release_auth_role() { + // @@protoc_insertion_point(field_release:flyteidl.admin.ExecutionSpec.auth_role) + + ::flyteidl::admin::AuthRole* temp = auth_role_; + auth_role_ = nullptr; + return temp; +} +inline ::flyteidl::admin::AuthRole* ExecutionSpec::mutable_auth_role() { + + if (auth_role_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::admin::AuthRole>(GetArenaNoVirtual()); + auth_role_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.ExecutionSpec.auth_role) + return auth_role_; +} +inline void ExecutionSpec::set_allocated_auth_role(::flyteidl::admin::AuthRole* auth_role) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(auth_role_); + } + if (auth_role) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + auth_role = ::google::protobuf::internal::GetOwnedMessage( + message_arena, auth_role, submessage_arena); + } + + } else { + + } + auth_role_ = auth_role; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ExecutionSpec.auth_role) +} + inline bool ExecutionSpec::has_notification_overrides() const { return notification_overrides_case() != NOTIFICATION_OVERRIDES_NOT_SET; } diff --git a/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc b/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc index 351859931..2b6867c54 100644 --- a/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc +++ b/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc @@ -16,6 +16,7 @@ // @@protoc_insertion_point(includes) #include +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_NamedEntityIdentifier_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Sort_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Annotations_flyteidl_2fadmin_2fcommon_2eproto; @@ -25,7 +26,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::googl extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_LaunchPlanMetadata_flyteidl_2fadmin_2flaunch_5fplan_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_LaunchPlanClosure_flyteidl_2fadmin_2flaunch_5fplan_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_LaunchPlan_flyteidl_2fadmin_2flaunch_5fplan_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_LaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<8> scc_info_LaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fschedule_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Schedule_flyteidl_2fadmin_2fschedule_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto; @@ -173,15 +174,16 @@ static void InitDefaultsLaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto( ::flyteidl::admin::LaunchPlanSpec::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<7> scc_info_LaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 7, InitDefaultsLaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto}, { +::google::protobuf::internal::SCCInfo<8> scc_info_LaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 8, InitDefaultsLaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto}, { &scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto.base, &scc_info_LaunchPlanMetadata_flyteidl_2fadmin_2flaunch_5fplan_2eproto.base, &scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto.base, &scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto.base, &scc_info_Labels_flyteidl_2fadmin_2fcommon_2eproto.base, &scc_info_Annotations_flyteidl_2fadmin_2fcommon_2eproto.base, - &scc_info_Auth_flyteidl_2fadmin_2flaunch_5fplan_2eproto.base,}}; + &scc_info_Auth_flyteidl_2fadmin_2flaunch_5fplan_2eproto.base, + &scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto.base,}}; static void InitDefaultsLaunchPlanClosure_flyteidl_2fadmin_2flaunch_5fplan_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -343,6 +345,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2flaunch_5fplan_2e PROTOBUF_FIELD_OFFSET(::flyteidl::admin::LaunchPlanSpec, labels_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::LaunchPlanSpec, annotations_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::LaunchPlanSpec, auth_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::LaunchPlanSpec, auth_role_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::LaunchPlanClosure, _internal_metadata_), ~0u, // no _extensions_ @@ -396,12 +399,12 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 20, -1, sizeof(::flyteidl::admin::LaunchPlanList)}, { 27, -1, sizeof(::flyteidl::admin::Auth)}, { 35, -1, sizeof(::flyteidl::admin::LaunchPlanSpec)}, - { 48, -1, sizeof(::flyteidl::admin::LaunchPlanClosure)}, - { 58, -1, sizeof(::flyteidl::admin::LaunchPlanMetadata)}, - { 65, -1, sizeof(::flyteidl::admin::LaunchPlanUpdateRequest)}, - { 72, -1, sizeof(::flyteidl::admin::LaunchPlanUpdateResponse)}, - { 77, -1, sizeof(::flyteidl::admin::ActiveLaunchPlanRequest)}, - { 83, -1, sizeof(::flyteidl::admin::ActiveLaunchPlanListRequest)}, + { 49, -1, sizeof(::flyteidl::admin::LaunchPlanClosure)}, + { 59, -1, sizeof(::flyteidl::admin::LaunchPlanMetadata)}, + { 66, -1, sizeof(::flyteidl::admin::LaunchPlanUpdateRequest)}, + { 73, -1, sizeof(::flyteidl::admin::LaunchPlanUpdateResponse)}, + { 78, -1, sizeof(::flyteidl::admin::ActiveLaunchPlanRequest)}, + { 84, -1, sizeof(::flyteidl::admin::ActiveLaunchPlanListRequest)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -443,7 +446,7 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2flaunch_5fplan_2eproto[] "ns\030\001 \003(\0132\032.flyteidl.admin.LaunchPlan\022\r\n\005" "token\030\002 \001(\t\"T\n\004Auth\022\034\n\022assumable_iam_rol" "e\030\001 \001(\tH\000\022$\n\032kubernetes_service_account\030" - "\002 \001(\tH\000B\010\n\006method\"\363\002\n\016LaunchPlanSpec\022.\n\013" + "\002 \001(\tH\000B\010\n\006method\"\244\003\n\016LaunchPlanSpec\022.\n\013" "workflow_id\030\001 \001(\0132\031.flyteidl.core.Identi" "fier\022;\n\017entity_metadata\030\002 \001(\0132\".flyteidl" ".admin.LaunchPlanMetadata\0223\n\016default_inp" @@ -451,35 +454,36 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2flaunch_5fplan_2eproto[] "\n\014fixed_inputs\030\004 \001(\0132\031.flyteidl.core.Lit" "eralMap\022\020\n\004role\030\005 \001(\tB\002\030\001\022&\n\006labels\030\006 \001(" "\0132\026.flyteidl.admin.Labels\0220\n\013annotations" - "\030\007 \001(\0132\033.flyteidl.admin.Annotations\022\"\n\004a" - "uth\030\010 \001(\0132\024.flyteidl.admin.Auth\"\217\002\n\021Laun" - "chPlanClosure\022.\n\005state\030\001 \001(\0162\037.flyteidl." - "admin.LaunchPlanState\0224\n\017expected_inputs" - "\030\002 \001(\0132\033.flyteidl.core.ParameterMap\0224\n\020e" - "xpected_outputs\030\003 \001(\0132\032.flyteidl.core.Va" - "riableMap\022.\n\ncreated_at\030\004 \001(\0132\032.google.p" - "rotobuf.Timestamp\022.\n\nupdated_at\030\005 \001(\0132\032." - "google.protobuf.Timestamp\"u\n\022LaunchPlanM" - "etadata\022*\n\010schedule\030\001 \001(\0132\030.flyteidl.adm" - "in.Schedule\0223\n\rnotifications\030\002 \003(\0132\034.fly" - "teidl.admin.Notification\"p\n\027LaunchPlanUp" - "dateRequest\022%\n\002id\030\001 \001(\0132\031.flyteidl.core." - "Identifier\022.\n\005state\030\002 \001(\0162\037.flyteidl.adm" - "in.LaunchPlanState\"\032\n\030LaunchPlanUpdateRe" - "sponse\"L\n\027ActiveLaunchPlanRequest\0221\n\002id\030" - "\001 \001(\0132%.flyteidl.admin.NamedEntityIdenti" - "fier\"\203\001\n\033ActiveLaunchPlanListRequest\022\017\n\007" - "project\030\001 \001(\t\022\016\n\006domain\030\002 \001(\t\022\r\n\005limit\030\003" - " \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.f" - "lyteidl.admin.Sort*+\n\017LaunchPlanState\022\014\n" - "\010INACTIVE\020\000\022\n\n\006ACTIVE\020\001B3Z1github.com/ly" - "ft/flyteidl/gen/pb-go/flyteidl/adminb\006pr" - "oto3" + "\030\007 \001(\0132\033.flyteidl.admin.Annotations\022&\n\004a" + "uth\030\010 \001(\0132\024.flyteidl.admin.AuthB\002\030\001\022+\n\ta" + "uth_role\030\t \001(\0132\030.flyteidl.admin.AuthRole" + "\"\217\002\n\021LaunchPlanClosure\022.\n\005state\030\001 \001(\0162\037." + "flyteidl.admin.LaunchPlanState\0224\n\017expect" + "ed_inputs\030\002 \001(\0132\033.flyteidl.core.Paramete" + "rMap\0224\n\020expected_outputs\030\003 \001(\0132\032.flyteid" + "l.core.VariableMap\022.\n\ncreated_at\030\004 \001(\0132\032" + ".google.protobuf.Timestamp\022.\n\nupdated_at" + "\030\005 \001(\0132\032.google.protobuf.Timestamp\"u\n\022La" + "unchPlanMetadata\022*\n\010schedule\030\001 \001(\0132\030.fly" + "teidl.admin.Schedule\0223\n\rnotifications\030\002 " + "\003(\0132\034.flyteidl.admin.Notification\"p\n\027Lau" + "nchPlanUpdateRequest\022%\n\002id\030\001 \001(\0132\031.flyte" + "idl.core.Identifier\022.\n\005state\030\002 \001(\0162\037.fly" + "teidl.admin.LaunchPlanState\"\032\n\030LaunchPla" + "nUpdateResponse\"L\n\027ActiveLaunchPlanReque" + "st\0221\n\002id\030\001 \001(\0132%.flyteidl.admin.NamedEnt" + "ityIdentifier\"\203\001\n\033ActiveLaunchPlanListRe" + "quest\022\017\n\007project\030\001 \001(\t\022\016\n\006domain\030\002 \001(\t\022\r" + "\n\005limit\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007sort_by\030" + "\005 \001(\0132\024.flyteidl.admin.Sort*+\n\017LaunchPla" + "nState\022\014\n\010INACTIVE\020\000\022\n\n\006ACTIVE\020\001B3Z1gith" + "ub.com/lyft/flyteidl/gen/pb-go/flyteidl/" + "adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2flaunch_5fplan_2eproto = { false, InitDefaults_flyteidl_2fadmin_2flaunch_5fplan_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2flaunch_5fplan_2eproto, - "flyteidl/admin/launch_plan.proto", &assign_descriptors_table_flyteidl_2fadmin_2flaunch_5fplan_2eproto, 1924, + "flyteidl/admin/launch_plan.proto", &assign_descriptors_table_flyteidl_2fadmin_2flaunch_5fplan_2eproto, 1973, }; void AddDescriptors_flyteidl_2fadmin_2flaunch_5fplan_2eproto() { @@ -2291,6 +2295,8 @@ void LaunchPlanSpec::InitAsDefaultInstance() { ::flyteidl::admin::Annotations::internal_default_instance()); ::flyteidl::admin::_LaunchPlanSpec_default_instance_._instance.get_mutable()->auth_ = const_cast< ::flyteidl::admin::Auth*>( ::flyteidl::admin::Auth::internal_default_instance()); + ::flyteidl::admin::_LaunchPlanSpec_default_instance_._instance.get_mutable()->auth_role_ = const_cast< ::flyteidl::admin::AuthRole*>( + ::flyteidl::admin::AuthRole::internal_default_instance()); } class LaunchPlanSpec::HasBitSetters { public: @@ -2301,6 +2307,7 @@ class LaunchPlanSpec::HasBitSetters { static const ::flyteidl::admin::Labels& labels(const LaunchPlanSpec* msg); static const ::flyteidl::admin::Annotations& annotations(const LaunchPlanSpec* msg); static const ::flyteidl::admin::Auth& auth(const LaunchPlanSpec* msg); + static const ::flyteidl::admin::AuthRole& auth_role(const LaunchPlanSpec* msg); }; const ::flyteidl::core::Identifier& @@ -2331,6 +2338,10 @@ const ::flyteidl::admin::Auth& LaunchPlanSpec::HasBitSetters::auth(const LaunchPlanSpec* msg) { return *msg->auth_; } +const ::flyteidl::admin::AuthRole& +LaunchPlanSpec::HasBitSetters::auth_role(const LaunchPlanSpec* msg) { + return *msg->auth_role_; +} void LaunchPlanSpec::clear_workflow_id() { if (GetArenaNoVirtual() == nullptr && workflow_id_ != nullptr) { delete workflow_id_; @@ -2361,6 +2372,12 @@ void LaunchPlanSpec::clear_annotations() { } annotations_ = nullptr; } +void LaunchPlanSpec::clear_auth_role() { + if (GetArenaNoVirtual() == nullptr && auth_role_ != nullptr) { + delete auth_role_; + } + auth_role_ = nullptr; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int LaunchPlanSpec::kWorkflowIdFieldNumber; const int LaunchPlanSpec::kEntityMetadataFieldNumber; @@ -2370,6 +2387,7 @@ const int LaunchPlanSpec::kRoleFieldNumber; const int LaunchPlanSpec::kLabelsFieldNumber; const int LaunchPlanSpec::kAnnotationsFieldNumber; const int LaunchPlanSpec::kAuthFieldNumber; +const int LaunchPlanSpec::kAuthRoleFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 LaunchPlanSpec::LaunchPlanSpec() @@ -2420,6 +2438,11 @@ LaunchPlanSpec::LaunchPlanSpec(const LaunchPlanSpec& from) } else { auth_ = nullptr; } + if (from.has_auth_role()) { + auth_role_ = new ::flyteidl::admin::AuthRole(*from.auth_role_); + } else { + auth_role_ = nullptr; + } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.LaunchPlanSpec) } @@ -2428,8 +2451,8 @@ void LaunchPlanSpec::SharedCtor() { &scc_info_LaunchPlanSpec_flyteidl_2fadmin_2flaunch_5fplan_2eproto.base); role_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&workflow_id_, 0, static_cast( - reinterpret_cast(&auth_) - - reinterpret_cast(&workflow_id_)) + sizeof(auth_)); + reinterpret_cast(&auth_role_) - + reinterpret_cast(&workflow_id_)) + sizeof(auth_role_)); } LaunchPlanSpec::~LaunchPlanSpec() { @@ -2446,6 +2469,7 @@ void LaunchPlanSpec::SharedDtor() { if (this != internal_default_instance()) delete labels_; if (this != internal_default_instance()) delete annotations_; if (this != internal_default_instance()) delete auth_; + if (this != internal_default_instance()) delete auth_role_; } void LaunchPlanSpec::SetCachedSize(int size) const { @@ -2492,6 +2516,10 @@ void LaunchPlanSpec::Clear() { delete auth_; } auth_ = nullptr; + if (GetArenaNoVirtual() == nullptr && auth_role_ != nullptr) { + delete auth_role_; + } + auth_role_ = nullptr; _internal_metadata_.Clear(); } @@ -2602,7 +2630,7 @@ const char* LaunchPlanSpec::_InternalParse(const char* begin, const char* end, v {parser_till_end, object}, ptr - size, ptr)); break; } - // .flyteidl.admin.Auth auth = 8; + // .flyteidl.admin.Auth auth = 8 [deprecated = true]; case 8: { if (static_cast<::google::protobuf::uint8>(tag) != 66) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); @@ -2615,6 +2643,19 @@ const char* LaunchPlanSpec::_InternalParse(const char* begin, const char* end, v {parser_till_end, object}, ptr - size, ptr)); break; } + // .flyteidl.admin.AuthRole auth_role = 9; + case 9: { + if (static_cast<::google::protobuf::uint8>(tag) != 74) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::admin::AuthRole::_InternalParse; + object = msg->mutable_auth_role(); + 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) { @@ -2730,7 +2771,7 @@ bool LaunchPlanSpec::MergePartialFromCodedStream( break; } - // .flyteidl.admin.Auth auth = 8; + // .flyteidl.admin.Auth auth = 8 [deprecated = true]; case 8: { if (static_cast< ::google::protobuf::uint8>(tag) == (66 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( @@ -2741,6 +2782,17 @@ bool LaunchPlanSpec::MergePartialFromCodedStream( break; } + // .flyteidl.admin.AuthRole auth_role = 9; + case 9: { + if (static_cast< ::google::protobuf::uint8>(tag) == (74 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_auth_role())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -2814,12 +2866,18 @@ void LaunchPlanSpec::SerializeWithCachedSizes( 7, HasBitSetters::annotations(this), output); } - // .flyteidl.admin.Auth auth = 8; + // .flyteidl.admin.Auth auth = 8 [deprecated = true]; if (this->has_auth()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 8, HasBitSetters::auth(this), output); } + // .flyteidl.admin.AuthRole auth_role = 9; + if (this->has_auth_role()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 9, HasBitSetters::auth_role(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -2886,13 +2944,20 @@ ::google::protobuf::uint8* LaunchPlanSpec::InternalSerializeWithCachedSizesToArr 7, HasBitSetters::annotations(this), target); } - // .flyteidl.admin.Auth auth = 8; + // .flyteidl.admin.Auth auth = 8 [deprecated = true]; if (this->has_auth()) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( 8, HasBitSetters::auth(this), target); } + // .flyteidl.admin.AuthRole auth_role = 9; + if (this->has_auth_role()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 9, HasBitSetters::auth_role(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -2963,13 +3028,20 @@ size_t LaunchPlanSpec::ByteSizeLong() const { *annotations_); } - // .flyteidl.admin.Auth auth = 8; + // .flyteidl.admin.Auth auth = 8 [deprecated = true]; if (this->has_auth()) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize( *auth_); } + // .flyteidl.admin.AuthRole auth_role = 9; + if (this->has_auth_role()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *auth_role_); + } + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); SetCachedSize(cached_size); return total_size; @@ -3022,6 +3094,9 @@ void LaunchPlanSpec::MergeFrom(const LaunchPlanSpec& from) { if (from.has_auth()) { mutable_auth()->::flyteidl::admin::Auth::MergeFrom(from.auth()); } + if (from.has_auth_role()) { + mutable_auth_role()->::flyteidl::admin::AuthRole::MergeFrom(from.auth_role()); + } } void LaunchPlanSpec::CopyFrom(const ::google::protobuf::Message& from) { @@ -3058,6 +3133,7 @@ void LaunchPlanSpec::InternalSwap(LaunchPlanSpec* other) { swap(labels_, other->labels_); swap(annotations_, other->annotations_); swap(auth_, other->auth_); + swap(auth_role_, other->auth_role_); } ::google::protobuf::Metadata LaunchPlanSpec::GetMetadata() const { diff --git a/gen/pb-cpp/flyteidl/admin/launch_plan.pb.h b/gen/pb-cpp/flyteidl/admin/launch_plan.pb.h index 422edce8f..f63ae3651 100644 --- a/gen/pb-cpp/flyteidl/admin/launch_plan.pb.h +++ b/gen/pb-cpp/flyteidl/admin/launch_plan.pb.h @@ -957,14 +957,23 @@ class LaunchPlanSpec final : ::flyteidl::admin::Annotations* mutable_annotations(); void set_allocated_annotations(::flyteidl::admin::Annotations* annotations); - // .flyteidl.admin.Auth auth = 8; - bool has_auth() const; - void clear_auth(); - static const int kAuthFieldNumber = 8; - const ::flyteidl::admin::Auth& auth() const; - ::flyteidl::admin::Auth* release_auth(); - ::flyteidl::admin::Auth* mutable_auth(); - void set_allocated_auth(::flyteidl::admin::Auth* auth); + // .flyteidl.admin.Auth auth = 8 [deprecated = true]; + PROTOBUF_DEPRECATED bool has_auth() const; + PROTOBUF_DEPRECATED void clear_auth(); + PROTOBUF_DEPRECATED static const int kAuthFieldNumber = 8; + PROTOBUF_DEPRECATED const ::flyteidl::admin::Auth& auth() const; + PROTOBUF_DEPRECATED ::flyteidl::admin::Auth* release_auth(); + PROTOBUF_DEPRECATED ::flyteidl::admin::Auth* mutable_auth(); + PROTOBUF_DEPRECATED void set_allocated_auth(::flyteidl::admin::Auth* auth); + + // .flyteidl.admin.AuthRole auth_role = 9; + bool has_auth_role() const; + void clear_auth_role(); + static const int kAuthRoleFieldNumber = 9; + const ::flyteidl::admin::AuthRole& auth_role() const; + ::flyteidl::admin::AuthRole* release_auth_role(); + ::flyteidl::admin::AuthRole* mutable_auth_role(); + void set_allocated_auth_role(::flyteidl::admin::AuthRole* auth_role); // @@protoc_insertion_point(class_scope:flyteidl.admin.LaunchPlanSpec) private: @@ -979,6 +988,7 @@ class LaunchPlanSpec final : ::flyteidl::admin::Labels* labels_; ::flyteidl::admin::Annotations* annotations_; ::flyteidl::admin::Auth* auth_; + ::flyteidl::admin::AuthRole* auth_role_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fadmin_2flaunch_5fplan_2eproto; }; @@ -2650,7 +2660,7 @@ inline void LaunchPlanSpec::set_allocated_annotations(::flyteidl::admin::Annotat // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.LaunchPlanSpec.annotations) } -// .flyteidl.admin.Auth auth = 8; +// .flyteidl.admin.Auth auth = 8 [deprecated = true]; inline bool LaunchPlanSpec::has_auth() const { return this != internal_default_instance() && auth_ != nullptr; } @@ -2701,6 +2711,51 @@ inline void LaunchPlanSpec::set_allocated_auth(::flyteidl::admin::Auth* auth) { // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.LaunchPlanSpec.auth) } +// .flyteidl.admin.AuthRole auth_role = 9; +inline bool LaunchPlanSpec::has_auth_role() const { + return this != internal_default_instance() && auth_role_ != nullptr; +} +inline const ::flyteidl::admin::AuthRole& LaunchPlanSpec::auth_role() const { + const ::flyteidl::admin::AuthRole* p = auth_role_; + // @@protoc_insertion_point(field_get:flyteidl.admin.LaunchPlanSpec.auth_role) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::admin::_AuthRole_default_instance_); +} +inline ::flyteidl::admin::AuthRole* LaunchPlanSpec::release_auth_role() { + // @@protoc_insertion_point(field_release:flyteidl.admin.LaunchPlanSpec.auth_role) + + ::flyteidl::admin::AuthRole* temp = auth_role_; + auth_role_ = nullptr; + return temp; +} +inline ::flyteidl::admin::AuthRole* LaunchPlanSpec::mutable_auth_role() { + + if (auth_role_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::admin::AuthRole>(GetArenaNoVirtual()); + auth_role_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.LaunchPlanSpec.auth_role) + return auth_role_; +} +inline void LaunchPlanSpec::set_allocated_auth_role(::flyteidl::admin::AuthRole* auth_role) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(auth_role_); + } + if (auth_role) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + auth_role = ::google::protobuf::internal::GetOwnedMessage( + message_arena, auth_role, submessage_arena); + } + + } else { + + } + auth_role_ = auth_role; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.LaunchPlanSpec.auth_role) +} + // ------------------------------------------------------------------- // LaunchPlanClosure diff --git a/gen/pb-go/flyteidl/admin/common.pb.go b/gen/pb-go/flyteidl/admin/common.pb.go index 4c2f010b9..e0cae070d 100644 --- a/gen/pb-go/flyteidl/admin/common.pb.go +++ b/gen/pb-go/flyteidl/admin/common.pb.go @@ -29,16 +29,20 @@ const ( NamedEntityState_NAMED_ENTITY_ACTIVE NamedEntityState = 0 // Archived named entities are no longer visible in the UI. NamedEntityState_NAMED_ENTITY_ARCHIVED NamedEntityState = 1 + // System generated entities that aren't explicitly created or managed by a user. + NamedEntityState_SYSTEM_GENERATED NamedEntityState = 2 ) var NamedEntityState_name = map[int32]string{ 0: "NAMED_ENTITY_ACTIVE", 1: "NAMED_ENTITY_ARCHIVED", + 2: "SYSTEM_GENERATED", } var NamedEntityState_value = map[string]int32{ "NAMED_ENTITY_ACTIVE": 0, "NAMED_ENTITY_ARCHIVED": 1, + "SYSTEM_GENERATED": 2, } func (x NamedEntityState) String() string { @@ -1213,6 +1217,87 @@ func (m *Annotations) GetValues() map[string]string { return nil } +// Defines permissions associated with executions. +type AuthRole struct { + // Types that are valid to be assigned to Method: + // *AuthRole_AssumableIamRole + // *AuthRole_KubernetesServiceAccount + Method isAuthRole_Method `protobuf_oneof:"method"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AuthRole) Reset() { *m = AuthRole{} } +func (m *AuthRole) String() string { return proto.CompactTextString(m) } +func (*AuthRole) ProtoMessage() {} +func (*AuthRole) Descriptor() ([]byte, []int) { + return fileDescriptor_7c2cf612a185829c, []int{20} +} + +func (m *AuthRole) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AuthRole.Unmarshal(m, b) +} +func (m *AuthRole) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AuthRole.Marshal(b, m, deterministic) +} +func (m *AuthRole) XXX_Merge(src proto.Message) { + xxx_messageInfo_AuthRole.Merge(m, src) +} +func (m *AuthRole) XXX_Size() int { + return xxx_messageInfo_AuthRole.Size(m) +} +func (m *AuthRole) XXX_DiscardUnknown() { + xxx_messageInfo_AuthRole.DiscardUnknown(m) +} + +var xxx_messageInfo_AuthRole proto.InternalMessageInfo + +type isAuthRole_Method interface { + isAuthRole_Method() +} + +type AuthRole_AssumableIamRole struct { + AssumableIamRole string `protobuf:"bytes,1,opt,name=assumable_iam_role,json=assumableIamRole,proto3,oneof"` +} + +type AuthRole_KubernetesServiceAccount struct { + KubernetesServiceAccount string `protobuf:"bytes,2,opt,name=kubernetes_service_account,json=kubernetesServiceAccount,proto3,oneof"` +} + +func (*AuthRole_AssumableIamRole) isAuthRole_Method() {} + +func (*AuthRole_KubernetesServiceAccount) isAuthRole_Method() {} + +func (m *AuthRole) GetMethod() isAuthRole_Method { + if m != nil { + return m.Method + } + return nil +} + +func (m *AuthRole) GetAssumableIamRole() string { + if x, ok := m.GetMethod().(*AuthRole_AssumableIamRole); ok { + return x.AssumableIamRole + } + return "" +} + +func (m *AuthRole) GetKubernetesServiceAccount() string { + if x, ok := m.GetMethod().(*AuthRole_KubernetesServiceAccount); ok { + return x.KubernetesServiceAccount + } + return "" +} + +// XXX_OneofWrappers is for the internal use of the proto package. +func (*AuthRole) XXX_OneofWrappers() []interface{} { + return []interface{}{ + (*AuthRole_AssumableIamRole)(nil), + (*AuthRole_KubernetesServiceAccount)(nil), + } +} + func init() { proto.RegisterEnum("flyteidl.admin.NamedEntityState", NamedEntityState_name, NamedEntityState_value) proto.RegisterEnum("flyteidl.admin.Sort_Direction", Sort_Direction_name, Sort_Direction_value) @@ -1238,71 +1323,78 @@ func init() { proto.RegisterMapType((map[string]string)(nil), "flyteidl.admin.Labels.ValuesEntry") proto.RegisterType((*Annotations)(nil), "flyteidl.admin.Annotations") proto.RegisterMapType((map[string]string)(nil), "flyteidl.admin.Annotations.ValuesEntry") + proto.RegisterType((*AuthRole)(nil), "flyteidl.admin.AuthRole") } func init() { proto.RegisterFile("flyteidl/admin/common.proto", fileDescriptor_7c2cf612a185829c) } var fileDescriptor_7c2cf612a185829c = []byte{ - // 962 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xdd, 0x73, 0xdb, 0x44, - 0x10, 0x8f, 0xfc, 0x95, 0x7a, 0xdd, 0xb8, 0xee, 0x25, 0x29, 0x4e, 0x32, 0x74, 0x8c, 0x18, 0x3e, - 0xda, 0x99, 0xda, 0x53, 0x77, 0x0a, 0xb4, 0x03, 0x29, 0x76, 0xac, 0x36, 0x9e, 0x69, 0x4d, 0x47, - 0x49, 0xc3, 0xc0, 0x0c, 0x63, 0x64, 0xe9, 0x9c, 0x1e, 0x91, 0x74, 0xe2, 0x74, 0x02, 0xf4, 0xc4, - 0xc0, 0x1b, 0x6f, 0x3c, 0xf0, 0x0f, 0xf1, 0xc4, 0xf0, 0xce, 0x1f, 0xc4, 0xdc, 0xe9, 0xc3, 0x92, - 0xe2, 0x04, 0x92, 0x76, 0xa6, 0x6f, 0xda, 0xdb, 0xdd, 0xdb, 0xdf, 0xfe, 0x6e, 0x77, 0xb5, 0xb0, - 0x33, 0xb7, 0x43, 0x8e, 0x89, 0x65, 0xf7, 0x0c, 0xcb, 0x21, 0x6e, 0xcf, 0xa4, 0x8e, 0x43, 0xdd, - 0xae, 0xc7, 0x28, 0xa7, 0xa8, 0x99, 0x28, 0xbb, 0x52, 0xb9, 0xfd, 0x76, 0x6a, 0x6c, 0x52, 0x86, - 0x7b, 0xf8, 0x27, 0x6c, 0x06, 0x9c, 0x24, 0xe6, 0xdb, 0x37, 0xf3, 0x6a, 0x62, 0x61, 0x97, 0x93, - 0x39, 0xc1, 0x2c, 0xd2, 0xab, 0xdf, 0xc0, 0xe6, 0xc4, 0x70, 0xb0, 0xa5, 0xb9, 0x9c, 0xf0, 0x70, - 0x9c, 0xaa, 0x51, 0x1b, 0x56, 0x3d, 0x46, 0xbf, 0xc3, 0x26, 0x6f, 0x2b, 0x1d, 0xe5, 0xc3, 0xba, - 0x9e, 0x88, 0xe8, 0x06, 0xd4, 0x2c, 0xea, 0x18, 0xc4, 0x6d, 0x97, 0xa4, 0x22, 0x96, 0x10, 0x82, - 0x8a, 0x6b, 0x38, 0xb8, 0x5d, 0x96, 0xa7, 0xf2, 0x5b, 0xa5, 0xb0, 0x9e, 0xb9, 0xfe, 0x19, 0xe6, - 0x86, 0x65, 0x70, 0x03, 0x75, 0xa0, 0x61, 0x61, 0xdf, 0x64, 0xc4, 0x13, 0x50, 0xe3, 0x00, 0xd9, - 0x23, 0xf4, 0x11, 0x54, 0x7d, 0x6e, 0x70, 0x2c, 0x63, 0x34, 0xfb, 0x9d, 0x6e, 0x3e, 0xed, 0x6e, - 0xe6, 0xd6, 0x03, 0x61, 0xa7, 0x47, 0xe6, 0xea, 0x5f, 0x0a, 0x34, 0x32, 0x3a, 0xf4, 0x39, 0xac, - 0x31, 0xec, 0xd3, 0x80, 0x99, 0x78, 0xca, 0x43, 0x0f, 0xcb, 0x58, 0xcd, 0xfe, 0xce, 0xe2, 0x3e, - 0xc1, 0x4b, 0x57, 0x8f, 0x6d, 0x0e, 0x43, 0x0f, 0xeb, 0x57, 0x59, 0x46, 0x42, 0xf7, 0xa1, 0x44, - 0x2c, 0x09, 0xa3, 0xd1, 0x7f, 0xef, 0x1c, 0x18, 0x0b, 0xee, 0xf4, 0x12, 0xb1, 0xd0, 0x23, 0xb8, - 0xe2, 0xc4, 0xe9, 0x4a, 0x46, 0x1a, 0xfd, 0x77, 0xcf, 0x71, 0x4e, 0x98, 0xd1, 0x53, 0x27, 0xf5, - 0x57, 0x05, 0x2a, 0x07, 0x94, 0x71, 0xd4, 0x82, 0xf2, 0x09, 0x0e, 0x63, 0x92, 0xc4, 0x27, 0xfa, - 0x14, 0xea, 0x16, 0x61, 0xd8, 0x94, 0xe4, 0x45, 0x04, 0xdd, 0x2c, 0x5e, 0x2e, 0x5c, 0xbb, 0xa3, - 0xc4, 0x4a, 0x5f, 0x38, 0xa8, 0xb7, 0xa1, 0x9e, 0x9e, 0xa3, 0x26, 0xc0, 0x48, 0x3b, 0xd8, 0xd3, - 0x26, 0xa3, 0xf1, 0xe4, 0x49, 0x6b, 0x05, 0xad, 0x41, 0x7d, 0x90, 0x8a, 0x8a, 0xfa, 0xb7, 0x02, - 0x9d, 0xa5, 0x39, 0x3e, 0x25, 0x3e, 0xd7, 0xf1, 0xf7, 0x01, 0xf6, 0xf9, 0x25, 0x4a, 0x65, 0x03, - 0xaa, 0x36, 0x71, 0x08, 0x97, 0xcc, 0xac, 0xe9, 0x91, 0x20, 0x4e, 0x39, 0x3d, 0xc1, 0x6e, 0xbb, - 0x22, 0x8d, 0x23, 0x01, 0xdd, 0x81, 0x55, 0x9f, 0x32, 0x3e, 0x9d, 0x85, 0xed, 0xaa, 0xe4, 0x71, - 0x63, 0x59, 0xaa, 0x7a, 0x4d, 0x18, 0x0d, 0x43, 0x01, 0x66, 0x4e, 0x6c, 0x8e, 0x99, 0xdf, 0xae, - 0x45, 0x60, 0x62, 0x51, 0xfd, 0xa5, 0x04, 0x37, 0x32, 0xb9, 0x64, 0x33, 0x78, 0xf5, 0x2a, 0xc9, - 0x70, 0x50, 0x3a, 0x8b, 0x83, 0xf2, 0x72, 0x0e, 0x2a, 0x4b, 0x39, 0xa8, 0x9e, 0xc1, 0x41, 0xed, - 0x62, 0x1c, 0xac, 0xe6, 0x39, 0xe0, 0xb0, 0x75, 0xe6, 0x73, 0xa2, 0x01, 0x5c, 0x11, 0x32, 0x27, - 0xd8, 0x6f, 0x2b, 0x9d, 0xf2, 0xff, 0xaf, 0xf7, 0xd4, 0x6d, 0x01, 0xbf, 0x94, 0x81, 0xaf, 0x7e, - 0x0b, 0xd7, 0x0a, 0xc4, 0xa3, 0x8f, 0x4f, 0xc5, 0xda, 0x39, 0x27, 0xd6, 0x7f, 0x46, 0xf8, 0x5d, - 0xc9, 0xcd, 0xb1, 0x27, 0xf8, 0x35, 0x3e, 0xed, 0xe5, 0x06, 0x80, 0xfa, 0x8f, 0x02, 0xed, 0x8c, - 0xf6, 0x85, 0x67, 0x89, 0x31, 0xf5, 0x86, 0x51, 0xbd, 0xfa, 0x58, 0xda, 0xc9, 0x55, 0x50, 0x92, - 0x95, 0xef, 0x51, 0xd7, 0xc7, 0xea, 0x67, 0xd0, 0xfa, 0x62, 0x26, 0xaa, 0x3e, 0xf3, 0x00, 0xb7, - 0x24, 0x50, 0x45, 0xc6, 0xda, 0x2a, 0xe4, 0x57, 0xa0, 0xec, 0x4f, 0x05, 0xd6, 0x93, 0x94, 0xb3, - 0xed, 0x79, 0x3f, 0x73, 0xc5, 0x05, 0x72, 0x4d, 0x3b, 0xac, 0xb4, 0xb4, 0xc3, 0xca, 0xd9, 0x0e, - 0xcb, 0xb4, 0x4c, 0x25, 0xd7, 0x32, 0x17, 0x9c, 0x3f, 0xea, 0x2e, 0x5c, 0xd7, 0x1c, 0x83, 0xd8, - 0x13, 0x2a, 0x90, 0x98, 0x86, 0x9c, 0xb2, 0xb7, 0xa0, 0xc5, 0xb0, 0x49, 0x3c, 0x82, 0x5d, 0xee, - 0x4f, 0xb1, 0xd0, 0xcb, 0xaa, 0xaf, 0xeb, 0xd7, 0x16, 0xe7, 0xd2, 0x4d, 0x1d, 0xc2, 0xe6, 0x73, - 0xe3, 0x18, 0xb3, 0x51, 0xc0, 0xc3, 0xcb, 0xde, 0xb1, 0x0b, 0xd7, 0x0f, 0x6c, 0xc3, 0x3c, 0xb9, - 0xac, 0xff, 0x1f, 0x25, 0xb8, 0x9a, 0xf3, 0xdd, 0x85, 0x9a, 0xf7, 0xd2, 0xf0, 0xe3, 0x5e, 0x6d, - 0xf6, 0xdf, 0x2f, 0xbc, 0xe3, 0x97, 0x94, 0x9d, 0xcc, 0x6d, 0xfa, 0xa3, 0x96, 0x6e, 0x1f, 0xcf, - 0x85, 0xb9, 0x1e, 0x7b, 0xa1, 0x07, 0x50, 0x8d, 0x02, 0x46, 0xf5, 0xfa, 0x4e, 0x91, 0xc1, 0x53, - 0x8c, 0xed, 0xaf, 0xe8, 0x91, 0x07, 0x7a, 0x0c, 0xe0, 0x09, 0x3e, 0xa6, 0x56, 0xc0, 0xc3, 0xb8, - 0x64, 0x4f, 0xd5, 0xc0, 0x52, 0xc6, 0xf6, 0x57, 0xf4, 0xba, 0x97, 0x28, 0x04, 0x04, 0x5f, 0x70, - 0x22, 0x9f, 0x77, 0x09, 0x84, 0x53, 0x84, 0x09, 0x08, 0xd2, 0x63, 0x58, 0x83, 0x8a, 0xe8, 0x51, - 0xf5, 0x2e, 0xac, 0xbe, 0x60, 0xf6, 0xd0, 0xa6, 0x33, 0xf1, 0x4f, 0x0e, 0x98, 0x9d, 0xfc, 0x93, - 0x03, 0x66, 0x8b, 0xb2, 0x9a, 0x85, 0x1c, 0xfb, 0x32, 0xc5, 0xb2, 0x1e, 0x09, 0xea, 0xcf, 0x50, - 0x7b, 0x6a, 0xcc, 0xb0, 0xed, 0xa3, 0x87, 0x50, 0xfb, 0xc1, 0xb0, 0x83, 0x74, 0xdc, 0xa9, 0x45, - 0x00, 0x91, 0x5d, 0xf7, 0x48, 0x1a, 0x69, 0x2e, 0x67, 0xa1, 0x1e, 0x7b, 0x6c, 0x3f, 0x80, 0x46, - 0xe6, 0x78, 0xc9, 0x42, 0xb0, 0x01, 0x55, 0x69, 0x9a, 0x0c, 0x45, 0x29, 0x3c, 0x2c, 0x7d, 0xa2, - 0xa8, 0xbf, 0x29, 0xd0, 0x18, 0xb8, 0x2e, 0xe5, 0x32, 0x27, 0x1f, 0x3d, 0x2a, 0xc0, 0xf8, 0xa0, - 0x08, 0x23, 0x63, 0xfc, 0x9a, 0xb1, 0xdc, 0x7e, 0x0c, 0xad, 0xe2, 0xda, 0x86, 0xde, 0x82, 0xf5, - 0xc9, 0xe0, 0x99, 0x36, 0x9a, 0x6a, 0x93, 0xc3, 0xf1, 0xe1, 0x57, 0xd3, 0xc1, 0xde, 0xe1, 0xf8, - 0x48, 0x6b, 0xad, 0xa0, 0x2d, 0xd8, 0xcc, 0x2b, 0xf4, 0xbd, 0xfd, 0xf1, 0x91, 0x36, 0x6a, 0x29, - 0xc3, 0x7b, 0x5f, 0xdf, 0x3d, 0x26, 0xfc, 0x65, 0x30, 0xeb, 0x9a, 0xd4, 0xe9, 0xd9, 0xe1, 0x9c, - 0xf7, 0xd2, 0x2d, 0xf7, 0x18, 0xbb, 0x3d, 0x6f, 0x76, 0xe7, 0x98, 0xf6, 0xf2, 0x4b, 0xf4, 0xac, - 0x26, 0xf7, 0xdd, 0x7b, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x12, 0xa2, 0xa9, 0xf5, 0x5d, 0x0b, - 0x00, 0x00, + // 1061 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0xdf, 0x73, 0xdb, 0x44, + 0x10, 0xb6, 0xfc, 0x2b, 0xf1, 0xba, 0x4d, 0xdd, 0x6b, 0x5a, 0x9c, 0x64, 0xe8, 0x04, 0x31, 0xfc, + 0x68, 0x67, 0x6a, 0x4f, 0xd3, 0x29, 0xd0, 0x0e, 0xa4, 0xd8, 0xb1, 0x48, 0x3c, 0xd3, 0x98, 0xce, + 0xd9, 0x0d, 0x53, 0x06, 0x46, 0xc8, 0xd2, 0x25, 0x39, 0x22, 0xe9, 0xc4, 0xe9, 0x54, 0xd0, 0x13, + 0x03, 0xc3, 0x0b, 0x6f, 0x3c, 0xf0, 0x0f, 0xf1, 0xc4, 0xf0, 0xce, 0x1f, 0xc4, 0xdc, 0x49, 0x96, + 0x65, 0xc7, 0x09, 0x24, 0xed, 0x0c, 0x6f, 0xda, 0xdb, 0x6f, 0xef, 0xbe, 0xfd, 0x6e, 0x77, 0x75, + 0xb0, 0x71, 0xe8, 0xc6, 0x82, 0x50, 0xc7, 0x6d, 0x5b, 0x8e, 0x47, 0xfd, 0xb6, 0xcd, 0x3c, 0x8f, + 0xf9, 0xad, 0x80, 0x33, 0xc1, 0xd0, 0xca, 0xc4, 0xd9, 0x52, 0xce, 0xf5, 0x37, 0x33, 0xb0, 0xcd, + 0x38, 0x69, 0x93, 0x1f, 0x88, 0x1d, 0x09, 0x3a, 0x81, 0xaf, 0xdf, 0x9e, 0x75, 0x53, 0x87, 0xf8, + 0x82, 0x1e, 0x52, 0xc2, 0x13, 0xbf, 0xfe, 0x35, 0xdc, 0x1c, 0x58, 0x1e, 0x71, 0x0c, 0x5f, 0x50, + 0x11, 0xf7, 0x33, 0x37, 0x6a, 0xc2, 0x52, 0xc0, 0xd9, 0xb7, 0xc4, 0x16, 0x4d, 0x6d, 0x53, 0x7b, + 0xbf, 0x86, 0x27, 0x26, 0xba, 0x05, 0x55, 0x87, 0x79, 0x16, 0xf5, 0x9b, 0x45, 0xe5, 0x48, 0x2d, + 0x84, 0xa0, 0xec, 0x5b, 0x1e, 0x69, 0x96, 0xd4, 0xaa, 0xfa, 0xd6, 0x19, 0xdc, 0xc8, 0x6d, 0xbf, + 0x4f, 0x84, 0xe5, 0x58, 0xc2, 0x42, 0x9b, 0x50, 0x77, 0x48, 0x68, 0x73, 0x1a, 0x48, 0xaa, 0xe9, + 0x01, 0xf9, 0x25, 0xf4, 0x01, 0x54, 0x42, 0x61, 0x09, 0xa2, 0xce, 0x58, 0xd9, 0xda, 0x6c, 0xcd, + 0xa6, 0xdd, 0xca, 0xed, 0x3a, 0x94, 0x38, 0x9c, 0xc0, 0xf5, 0x3f, 0x35, 0xa8, 0xe7, 0x7c, 0xe8, + 0x53, 0xb8, 0xca, 0x49, 0xc8, 0x22, 0x6e, 0x13, 0x53, 0xc4, 0x01, 0x51, 0x67, 0xad, 0x6c, 0x6d, + 0x4c, 0xf7, 0x93, 0xba, 0xb4, 0x70, 0x8a, 0x19, 0xc5, 0x01, 0xc1, 0x57, 0x78, 0xce, 0x42, 0x0f, + 0xa1, 0x48, 0x1d, 0x45, 0xa3, 0xbe, 0xf5, 0xce, 0x39, 0x34, 0xa6, 0xda, 0xe1, 0x22, 0x75, 0xd0, + 0x13, 0x58, 0xf6, 0xd2, 0x74, 0x95, 0x22, 0xf5, 0xad, 0xb7, 0xcf, 0x09, 0x9e, 0x28, 0x83, 0xb3, + 0x20, 0xfd, 0x67, 0x0d, 0xca, 0x43, 0xc6, 0x05, 0x6a, 0x40, 0xe9, 0x84, 0xc4, 0xa9, 0x48, 0xf2, + 0x13, 0x7d, 0x0c, 0x35, 0x87, 0x72, 0x62, 0x2b, 0xf1, 0x12, 0x81, 0x6e, 0xcf, 0x6f, 0x2e, 0x43, + 0x5b, 0xbd, 0x09, 0x0a, 0x4f, 0x03, 0xf4, 0xbb, 0x50, 0xcb, 0xd6, 0xd1, 0x0a, 0x40, 0xcf, 0x18, + 0xee, 0x18, 0x83, 0x5e, 0x7f, 0xb0, 0xdb, 0x28, 0xa0, 0xab, 0x50, 0xeb, 0x64, 0xa6, 0xa6, 0xff, + 0xa5, 0xc1, 0xe6, 0xc2, 0x1c, 0x9f, 0xd2, 0x50, 0x60, 0xf2, 0x5d, 0x44, 0x42, 0x71, 0x89, 0x52, + 0x59, 0x85, 0x8a, 0x4b, 0x3d, 0x2a, 0x94, 0x32, 0x57, 0x71, 0x62, 0xc8, 0x55, 0xc1, 0x4e, 0x88, + 0xdf, 0x2c, 0x2b, 0x70, 0x62, 0xa0, 0x7b, 0xb0, 0x14, 0x32, 0x2e, 0xcc, 0x71, 0xdc, 0xac, 0x28, + 0x1d, 0x57, 0x17, 0xa5, 0x8a, 0xab, 0x12, 0xd4, 0x8d, 0x25, 0x99, 0x43, 0xea, 0x0a, 0xc2, 0xc3, + 0x66, 0x35, 0x21, 0x93, 0x9a, 0xfa, 0x4f, 0x45, 0xb8, 0x95, 0xcb, 0x25, 0x9f, 0xc1, 0xab, 0x57, + 0x49, 0x4e, 0x83, 0xe2, 0x59, 0x1a, 0x94, 0x16, 0x6b, 0x50, 0x5e, 0xa8, 0x41, 0xe5, 0x0c, 0x0d, + 0xaa, 0x17, 0xd3, 0x60, 0x69, 0x56, 0x03, 0x01, 0x6b, 0x67, 0x5e, 0x27, 0xea, 0xc0, 0xb2, 0xb4, + 0x05, 0x25, 0x61, 0x53, 0xdb, 0x2c, 0xfd, 0xf7, 0x7a, 0xcf, 0xc2, 0xa6, 0xf4, 0x8b, 0x39, 0xfa, + 0xfa, 0x37, 0x70, 0x6d, 0x4e, 0x78, 0xf4, 0xe1, 0xa9, 0xb3, 0x36, 0xce, 0x39, 0xeb, 0x5f, 0x4f, + 0xf8, 0x4d, 0x9b, 0x99, 0x63, 0xbb, 0xe4, 0x35, 0x5e, 0xed, 0xe5, 0x06, 0x80, 0xfe, 0xb7, 0x06, + 0xcd, 0x9c, 0xf7, 0x79, 0xe0, 0xc8, 0x31, 0xf5, 0x3f, 0xb3, 0x7a, 0xf5, 0xb1, 0xb4, 0x31, 0x53, + 0x41, 0x93, 0xac, 0xc2, 0x80, 0xf9, 0x21, 0xd1, 0x3f, 0x81, 0xc6, 0xe7, 0x63, 0x59, 0xf5, 0xb9, + 0x0b, 0xb8, 0xa3, 0x88, 0x6a, 0xea, 0xac, 0xb5, 0xb9, 0xfc, 0xe6, 0x24, 0xfb, 0x43, 0x83, 0x1b, + 0x93, 0x94, 0xf3, 0xed, 0xf9, 0x30, 0xb7, 0xc5, 0x05, 0x72, 0xcd, 0x3a, 0xac, 0xb8, 0xb0, 0xc3, + 0x4a, 0xf9, 0x0e, 0xcb, 0xb5, 0x4c, 0x79, 0xa6, 0x65, 0x2e, 0x38, 0x7f, 0xf4, 0x6d, 0xb8, 0x6e, + 0x78, 0x16, 0x75, 0x07, 0x4c, 0x32, 0xb1, 0x2d, 0x35, 0x65, 0xef, 0x40, 0x83, 0x13, 0x9b, 0x06, + 0x94, 0xf8, 0x22, 0x34, 0x89, 0xf4, 0xab, 0xaa, 0xaf, 0xe1, 0x6b, 0xd3, 0x75, 0x15, 0xa6, 0x77, + 0xe1, 0xe6, 0x33, 0xeb, 0x88, 0xf0, 0x5e, 0x24, 0xe2, 0xcb, 0xee, 0xb1, 0x0d, 0xd7, 0x87, 0xae, + 0x65, 0x9f, 0x5c, 0x36, 0xfe, 0xf7, 0x22, 0x5c, 0x99, 0x89, 0xdd, 0x86, 0x6a, 0x70, 0x6c, 0x85, + 0x69, 0xaf, 0xae, 0x6c, 0xbd, 0x3b, 0x77, 0x8f, 0x5f, 0x30, 0x7e, 0x72, 0xe8, 0xb2, 0xef, 0x8d, + 0xec, 0xf5, 0xf1, 0x4c, 0xc2, 0x71, 0x1a, 0x85, 0x1e, 0x41, 0x25, 0x39, 0x30, 0xa9, 0xd7, 0xb7, + 0xe6, 0x15, 0x3c, 0xa5, 0xd8, 0x5e, 0x01, 0x27, 0x11, 0xe8, 0x33, 0x80, 0x40, 0xea, 0x61, 0x3a, + 0x91, 0x88, 0xd3, 0x92, 0x3d, 0x55, 0x03, 0x0b, 0x15, 0xdb, 0x2b, 0xe0, 0x5a, 0x30, 0x71, 0x48, + 0x0a, 0xa1, 0xd4, 0x44, 0x5d, 0xef, 0x02, 0x0a, 0xa7, 0x04, 0x93, 0x14, 0x54, 0x44, 0xb7, 0x0a, + 0x65, 0xd9, 0xa3, 0xfa, 0x7d, 0x58, 0x7a, 0xce, 0xdd, 0xae, 0xcb, 0xc6, 0xf2, 0x9f, 0x1c, 0x71, + 0x77, 0xf2, 0x4f, 0x8e, 0xb8, 0x2b, 0xcb, 0x6a, 0x1c, 0x0b, 0x12, 0xaa, 0x14, 0x4b, 0x38, 0x31, + 0xf4, 0x1f, 0xa1, 0xfa, 0xd4, 0x1a, 0x13, 0x37, 0x44, 0x8f, 0xa1, 0xfa, 0xd2, 0x72, 0xa3, 0x6c, + 0xdc, 0xe9, 0xf3, 0x04, 0x12, 0x5c, 0xeb, 0x40, 0x81, 0x0c, 0x5f, 0xf0, 0x18, 0xa7, 0x11, 0xeb, + 0x8f, 0xa0, 0x9e, 0x5b, 0x5e, 0xf0, 0x20, 0x58, 0x85, 0x8a, 0x82, 0x4e, 0x86, 0xa2, 0x32, 0x1e, + 0x17, 0x3f, 0xd2, 0xf4, 0x5f, 0x35, 0xa8, 0x77, 0x7c, 0x9f, 0x09, 0x95, 0x53, 0x88, 0x9e, 0xcc, + 0xd1, 0x78, 0x6f, 0x9e, 0x46, 0x0e, 0xfc, 0xba, 0xb9, 0xfc, 0xa2, 0xc1, 0x72, 0x27, 0x12, 0xc7, + 0x98, 0xb9, 0x04, 0xb5, 0x00, 0x59, 0x61, 0x18, 0x79, 0xd6, 0xd8, 0x25, 0x26, 0xb5, 0x3c, 0x93, + 0x33, 0x37, 0x19, 0x83, 0xb5, 0xbd, 0x02, 0x6e, 0x64, 0xbe, 0xbe, 0xe5, 0x29, 0xfc, 0x36, 0xac, + 0x9f, 0x44, 0x63, 0xc2, 0x7d, 0x22, 0x48, 0x68, 0x86, 0x84, 0xbf, 0xa4, 0x36, 0x31, 0x2d, 0xdb, + 0x66, 0x91, 0x9f, 0xfe, 0x73, 0xf7, 0x0a, 0xb8, 0x39, 0xc5, 0x0c, 0x13, 0x48, 0x27, 0x41, 0x74, + 0x97, 0xa1, 0xea, 0x11, 0x71, 0xcc, 0x9c, 0xbb, 0x5f, 0x41, 0x63, 0xfe, 0xf5, 0x88, 0xde, 0x80, + 0x1b, 0x83, 0xce, 0xbe, 0xd1, 0x33, 0x8d, 0xc1, 0xa8, 0x3f, 0x7a, 0x61, 0x76, 0x76, 0x46, 0xfd, + 0x03, 0xa3, 0x51, 0x40, 0x6b, 0x70, 0x73, 0xd6, 0x81, 0x77, 0xf6, 0xfa, 0x07, 0x46, 0xaf, 0xa1, + 0xa1, 0x55, 0x68, 0x0c, 0x5f, 0x0c, 0x47, 0xc6, 0xbe, 0xb9, 0x6b, 0x0c, 0x0c, 0xdc, 0x19, 0x19, + 0xbd, 0x46, 0xb1, 0xfb, 0xe0, 0xcb, 0xfb, 0x47, 0x54, 0x1c, 0x47, 0xe3, 0x96, 0xcd, 0xbc, 0xb6, + 0x1b, 0x1f, 0x8a, 0x76, 0xf6, 0x04, 0x3f, 0x22, 0x7e, 0x3b, 0x18, 0xdf, 0x3b, 0x62, 0xed, 0xd9, + 0x17, 0xfe, 0xb8, 0xaa, 0x1e, 0xe3, 0x0f, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x3b, 0x03, 0x83, + 0xe5, 0xfa, 0x0b, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/admin/common.pb.validate.go b/gen/pb-go/flyteidl/admin/common.pb.validate.go index 75652a213..f9346cc68 100644 --- a/gen/pb-go/flyteidl/admin/common.pb.validate.go +++ b/gen/pb-go/flyteidl/admin/common.pb.validate.go @@ -1597,3 +1597,77 @@ var _ interface { Cause() error ErrorName() string } = AnnotationsValidationError{} + +// Validate checks the field values on AuthRole with the rules defined in the +// proto definition for this message. If any rules are violated, an error is returned. +func (m *AuthRole) Validate() error { + if m == nil { + return nil + } + + switch m.Method.(type) { + + case *AuthRole_AssumableIamRole: + // no validation rules for AssumableIamRole + + case *AuthRole_KubernetesServiceAccount: + // no validation rules for KubernetesServiceAccount + + } + + return nil +} + +// AuthRoleValidationError is the validation error returned by +// AuthRole.Validate if the designated constraints aren't met. +type AuthRoleValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e AuthRoleValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e AuthRoleValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e AuthRoleValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e AuthRoleValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e AuthRoleValidationError) ErrorName() string { return "AuthRoleValidationError" } + +// Error satisfies the builtin error interface +func (e AuthRoleValidationError) 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 %sAuthRole.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = AuthRoleValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = AuthRoleValidationError{} diff --git a/gen/pb-go/flyteidl/admin/execution.pb.go b/gen/pb-go/flyteidl/admin/execution.pb.go index 7cfb0d10f..5a8d4b4c8 100644 --- a/gen/pb-go/flyteidl/admin/execution.pb.go +++ b/gen/pb-go/flyteidl/admin/execution.pb.go @@ -909,10 +909,12 @@ type ExecutionSpec struct { // Labels to apply to the execution resource. Labels *Labels `protobuf:"bytes,7,opt,name=labels,proto3" json:"labels,omitempty"` // Annotations to apply to the execution resource. - Annotations *Annotations `protobuf:"bytes,8,opt,name=annotations,proto3" json:"annotations,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Annotations *Annotations `protobuf:"bytes,8,opt,name=annotations,proto3" json:"annotations,omitempty"` + // Optional: auth override to apply this execution. + AuthRole *AuthRole `protobuf:"bytes,16,opt,name=auth_role,json=authRole,proto3" json:"auth_role,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ExecutionSpec) Reset() { *m = ExecutionSpec{} } @@ -1013,6 +1015,13 @@ func (m *ExecutionSpec) GetAnnotations() *Annotations { return nil } +func (m *ExecutionSpec) GetAuthRole() *AuthRole { + if m != nil { + return m.AuthRole + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*ExecutionSpec) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -1221,83 +1230,85 @@ func init() { func init() { proto.RegisterFile("flyteidl/admin/execution.proto", fileDescriptor_4e2785d91b3809ec) } var fileDescriptor_4e2785d91b3809ec = []byte{ - // 1245 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xdd, 0x72, 0xd3, 0x46, - 0x14, 0xb6, 0x1d, 0xdb, 0x24, 0xc7, 0xd8, 0x98, 0xa5, 0x0d, 0x22, 0x04, 0x08, 0x9a, 0x69, 0x87, - 0x69, 0xa7, 0xf6, 0x24, 0x0c, 0x17, 0x65, 0x9a, 0x0b, 0xdb, 0x09, 0x38, 0xad, 0x13, 0x98, 0x0d, - 0x29, 0x85, 0x4e, 0xc7, 0x5d, 0x4b, 0x9b, 0x44, 0xb0, 0xd2, 0xaa, 0xab, 0x15, 0x94, 0x17, 0xe8, - 0xcb, 0xf4, 0xbe, 0x77, 0xbd, 0xeb, 0x1b, 0xf5, 0x05, 0x3a, 0xda, 0x5d, 0xc9, 0x92, 0xe2, 0x34, - 0x30, 0x70, 0xe7, 0xd5, 0xf9, 0xce, 0xee, 0xf9, 0xfd, 0xce, 0x31, 0xdc, 0x3e, 0x66, 0xef, 0x24, - 0xf5, 0x5c, 0xd6, 0x27, 0xae, 0xef, 0x05, 0x7d, 0xfa, 0x3b, 0x75, 0x62, 0xe9, 0xf1, 0xa0, 0x17, - 0x0a, 0x2e, 0x39, 0xea, 0xa4, 0xf2, 0x9e, 0x92, 0xaf, 0xdd, 0x2c, 0xe1, 0x1d, 0xee, 0xfb, 0x29, - 0x78, 0x6d, 0x3d, 0x13, 0x3a, 0x5c, 0xd0, 0x3e, 0xf3, 0x24, 0x15, 0x84, 0x45, 0x46, 0x7a, 0xab, - 0x28, 0x2d, 0xbd, 0xb4, 0x76, 0xbb, 0x28, 0xf6, 0x5c, 0x1a, 0x48, 0xef, 0xd8, 0xa3, 0x22, 0x95, - 0x9f, 0x70, 0x7e, 0xc2, 0x68, 0x5f, 0x9d, 0x66, 0xf1, 0x71, 0xdf, 0x8d, 0x05, 0xc9, 0xe9, 0xdf, - 0x29, 0xcb, 0xa5, 0xe7, 0xd3, 0x48, 0x12, 0x3f, 0xd4, 0x00, 0xfb, 0x9f, 0x2a, 0xac, 0xee, 0xa6, - 0x8f, 0x8e, 0x04, 0x25, 0x92, 0x62, 0xfa, 0x5b, 0x4c, 0x23, 0x89, 0x2c, 0xb8, 0x14, 0x0a, 0xfe, - 0x8a, 0x3a, 0xd2, 0xaa, 0x6e, 0x54, 0xef, 0xad, 0xe0, 0xf4, 0x88, 0x56, 0xa1, 0xe9, 0x72, 0x9f, - 0x78, 0x81, 0x55, 0x53, 0x02, 0x73, 0x42, 0x08, 0xea, 0x01, 0xf1, 0xa9, 0xb5, 0xa4, 0xbe, 0xaa, - 0xdf, 0x68, 0x13, 0xea, 0x51, 0x48, 0x1d, 0xab, 0xbe, 0x51, 0xbd, 0xd7, 0xda, 0xba, 0xd5, 0x2b, - 0x86, 0xae, 0x97, 0xbd, 0x7d, 0x18, 0x52, 0x07, 0x2b, 0x28, 0xda, 0x84, 0xa6, 0x17, 0x84, 0xb1, - 0x8c, 0xac, 0x86, 0x52, 0xba, 0x31, 0x57, 0x4a, 0xa2, 0xd0, 0x9b, 0xe8, 0x10, 0xee, 0x93, 0x10, - 0x1b, 0xa0, 0xfd, 0x0a, 0xac, 0xec, 0x26, 0x4c, 0x19, 0x89, 0x03, 0xe7, 0x34, 0xf5, 0xe3, 0x21, - 0xd4, 0x3c, 0x57, 0xb9, 0xd0, 0xda, 0xfa, 0xaa, 0x74, 0xd5, 0x73, 0x2e, 0x5e, 0x1f, 0x33, 0xfe, - 0x36, 0x53, 0xde, 0xcb, 0x22, 0x8c, 0x6b, 0x9e, 0xbb, 0xc8, 0x23, 0xfb, 0x08, 0xae, 0x9f, 0x89, - 0x58, 0x14, 0xf2, 0x20, 0xa2, 0x1f, 0xf3, 0x94, 0xfd, 0x02, 0x6e, 0x9e, 0x81, 0x3c, 0xa6, 0xf2, - 0x13, 0x78, 0x61, 0xff, 0x55, 0x85, 0x95, 0x4c, 0xf6, 0x51, 0xf1, 0x48, 0xb3, 0x59, 0x7b, 0xff, - 0x6c, 0x3e, 0x84, 0x4b, 0x0e, 0xe3, 0x51, 0x2c, 0x74, 0x14, 0x5b, 0x5b, 0x1b, 0xe7, 0x6a, 0x8d, - 0x34, 0x0e, 0xa7, 0x0a, 0xf6, 0xaf, 0xd0, 0xce, 0x84, 0x13, 0x2f, 0x92, 0xe8, 0x5b, 0x80, 0xac, - 0x45, 0x22, 0xab, 0xba, 0xb1, 0x54, 0x2c, 0x8f, 0xd2, 0x7d, 0x38, 0x07, 0x46, 0x9f, 0x41, 0x43, - 0xf2, 0xd7, 0x34, 0xad, 0x59, 0x7d, 0xb0, 0x09, 0x74, 0xe6, 0xe5, 0x34, 0x64, 0x7c, 0x86, 0xee, - 0x43, 0xf3, 0x0d, 0x61, 0x31, 0x8d, 0x4c, 0x88, 0xce, 0xaf, 0xbe, 0x71, 0x05, 0x1b, 0x28, 0x42, - 0xb0, 0x14, 0x0b, 0x4f, 0x5f, 0x3d, 0xae, 0xe0, 0xe4, 0x30, 0x6c, 0x42, 0xdd, 0x25, 0x92, 0xd8, - 0x23, 0x68, 0x0f, 0x66, 0x5c, 0xc8, 0x7d, 0x2a, 0x49, 0xf2, 0x21, 0xb1, 0xc4, 0x21, 0x71, 0x44, - 0x4d, 0x5b, 0xe9, 0x03, 0x5a, 0x87, 0x95, 0x50, 0x78, 0x81, 0xe3, 0x85, 0x84, 0x19, 0x1b, 0xe7, - 0x1f, 0xec, 0x7f, 0x1b, 0xd0, 0x2d, 0xc7, 0x29, 0x09, 0x2d, 0x8f, 0xa5, 0xea, 0x14, 0x6d, 0xeb, - 0xed, 0x72, 0x28, 0x8a, 0xbe, 0x8d, 0x2b, 0x38, 0x55, 0x40, 0x0f, 0xa0, 0x41, 0x85, 0xe0, 0xe2, - 0x6c, 0x2a, 0x95, 0x97, 0xd9, 0x5b, 0xbb, 0x09, 0x68, 0x5c, 0xc1, 0x1a, 0x8d, 0xbe, 0x80, 0x16, - 0x49, 0x9c, 0x99, 0x6a, 0x0f, 0x20, 0xb1, 0x73, 0x58, 0xb3, 0xaa, 0xe3, 0x0a, 0x06, 0x25, 0x18, - 0x29, 0x67, 0x1e, 0x41, 0x47, 0xc3, 0x7c, 0xe3, 0xb4, 0x75, 0x79, 0x71, 0xc5, 0x14, 0x22, 0x33, - 0xae, 0xe0, 0x36, 0x29, 0x84, 0xea, 0x11, 0x5c, 0x71, 0xb8, 0x1f, 0xc6, 0x92, 0xba, 0x53, 0xc3, - 0x09, 0x4b, 0x17, 0x64, 0x25, 0xb1, 0x06, 0x77, 0x52, 0xad, 0x3d, 0xa5, 0x84, 0xbe, 0x83, 0x46, - 0x78, 0x4a, 0x22, 0xaa, 0x68, 0xa8, 0xb3, 0xf5, 0xe5, 0x45, 0x65, 0xdf, 0x7b, 0x9a, 0xa0, 0xb1, - 0x56, 0x4a, 0xaa, 0x2e, 0x92, 0x44, 0x24, 0x46, 0x10, 0x69, 0x48, 0x69, 0xad, 0xa7, 0xa9, 0xb5, - 0x97, 0x52, 0x6b, 0xef, 0x59, 0x4a, 0xad, 0x78, 0xc5, 0xa0, 0x07, 0x12, 0x3d, 0x80, 0xe5, 0x94, - 0x92, 0xad, 0xa6, 0xb1, 0xbc, 0xac, 0xb8, 0x63, 0x00, 0x38, 0x83, 0x26, 0x2f, 0x3a, 0x8a, 0x5a, - 0xd4, 0x8b, 0x97, 0x2e, 0x7e, 0xd1, 0xa0, 0x07, 0xaa, 0x45, 0xe2, 0xd0, 0x4d, 0x55, 0x97, 0x2f, - 0x56, 0x35, 0xe8, 0x81, 0x44, 0x43, 0x68, 0x07, 0x3c, 0xe9, 0x76, 0x87, 0xe8, 0x06, 0x5b, 0x51, - 0x0d, 0xb6, 0x5e, 0x4e, 0xda, 0x41, 0x0e, 0x84, 0x8b, 0x2a, 0xe8, 0x21, 0xb4, 0xde, 0x9a, 0x68, - 0x4e, 0x3d, 0xd7, 0x6a, 0x2d, 0xcc, 0x56, 0x8e, 0x55, 0x20, 0x45, 0xef, 0xb9, 0xc3, 0x2b, 0xd0, - 0xd6, 0xe5, 0x39, 0x15, 0x34, 0x8a, 0x99, 0xb4, 0xb7, 0xa1, 0x73, 0xf8, 0x2e, 0x92, 0xd4, 0xcf, - 0x0a, 0xe2, 0x6b, 0xb8, 0x9a, 0xf5, 0xf4, 0xd4, 0x61, 0x71, 0x24, 0xa9, 0x30, 0x7d, 0xd4, 0xa5, - 0xf3, 0xfe, 0x50, 0xdf, 0xed, 0x3f, 0xeb, 0x70, 0x35, 0x4b, 0x69, 0x76, 0xc5, 0x08, 0xea, 0x3e, - 0x77, 0x75, 0xf7, 0x75, 0xb6, 0xfa, 0xe7, 0xb2, 0x47, 0xaa, 0x90, 0xfb, 0xc2, 0x5d, 0x8a, 0x95, - 0xf2, 0xff, 0x77, 0x6b, 0x32, 0x3a, 0x03, 0x1a, 0x49, 0x2f, 0x38, 0x51, 0xe5, 0xda, 0xc6, 0xe9, - 0x11, 0x6d, 0xc3, 0xe5, 0xc8, 0x39, 0xa5, 0x6e, 0xcc, 0x74, 0x7e, 0xea, 0x17, 0xe6, 0xa7, 0x95, - 0xe1, 0x07, 0x12, 0xbd, 0x84, 0xcf, 0x43, 0x22, 0x68, 0x20, 0xa7, 0x01, 0x77, 0xe9, 0x34, 0xf3, - 0xd8, 0x14, 0x65, 0xb9, 0xae, 0x0f, 0xb8, 0x4b, 0x17, 0x51, 0xf9, 0x35, 0x7d, 0x49, 0x41, 0x8c, - 0x7e, 0x86, 0x6b, 0x82, 0x1e, 0x53, 0x41, 0x03, 0x27, 0x7f, 0x73, 0xf7, 0x83, 0x07, 0x05, 0xca, - 0xae, 0x99, 0x5f, 0xfe, 0x18, 0xae, 0x44, 0x2a, 0x93, 0x73, 0x46, 0xb8, 0xba, 0x98, 0xb2, 0x8a, - 0x09, 0xc7, 0x9d, 0xa8, 0x70, 0xb6, 0x7f, 0xca, 0x8d, 0x84, 0x24, 0x1f, 0x08, 0xa0, 0xb9, 0x3f, - 0x38, 0x38, 0x1a, 0x4c, 0xba, 0x15, 0xd4, 0x86, 0x95, 0xc3, 0xd1, 0x78, 0x77, 0xe7, 0x68, 0xb2, - 0xbb, 0xd3, 0xad, 0x26, 0xa2, 0xc3, 0x17, 0x87, 0xcf, 0x76, 0xf7, 0xbb, 0x35, 0x74, 0x19, 0x96, - 0xf1, 0xee, 0x64, 0x70, 0x74, 0x30, 0x1a, 0x77, 0x97, 0x10, 0x82, 0xce, 0x68, 0xbc, 0x37, 0xd9, - 0x99, 0x3e, 0x7f, 0x82, 0x7f, 0x78, 0x34, 0x79, 0xf2, 0xbc, 0x5b, 0xb7, 0x7f, 0x84, 0x6e, 0xbe, - 0xb0, 0xd5, 0xbc, 0x39, 0xd3, 0x11, 0xd5, 0x0f, 0xee, 0x08, 0xfb, 0xef, 0xa5, 0x9c, 0xc9, 0x87, - 0x7a, 0x24, 0xb6, 0xf4, 0x8a, 0x32, 0x0d, 0x19, 0x09, 0xce, 0x99, 0x33, 0xf9, 0x1e, 0xd1, 0xe8, - 0xa7, 0x8c, 0x04, 0xe8, 0x41, 0xb6, 0x1c, 0xd5, 0xde, 0x87, 0x08, 0x0d, 0x18, 0x6d, 0xc3, 0x72, - 0x16, 0x78, 0xcd, 0xa0, 0x77, 0x2f, 0x2c, 0x7c, 0x9c, 0xa9, 0xa0, 0x71, 0x39, 0x0e, 0x8d, 0xc5, - 0xa3, 0xbc, 0x1c, 0xc0, 0x84, 0xd1, 0x8b, 0xfc, 0x70, 0x17, 0x5a, 0xae, 0x17, 0x91, 0x19, 0xa3, - 0x53, 0xc2, 0x98, 0xe2, 0xc4, 0xe5, 0x64, 0x78, 0x98, 0x8f, 0x03, 0xc6, 0x50, 0x0f, 0x9a, 0x8c, - 0xcc, 0x28, 0x8b, 0x0c, 0xf1, 0xad, 0x9e, 0x99, 0x6a, 0x4a, 0x8a, 0x0d, 0x0a, 0x6d, 0x43, 0x8b, - 0x04, 0x01, 0x97, 0xc6, 0x34, 0x4d, 0x79, 0x37, 0xcf, 0x4c, 0x9a, 0x39, 0x04, 0xe7, 0xf1, 0x43, - 0x0b, 0x56, 0xf3, 0x26, 0x4e, 0xf9, 0x1b, 0x2a, 0x84, 0xe7, 0xd2, 0xe8, 0xfb, 0xfa, 0x72, 0xbd, - 0xdb, 0xb0, 0x7d, 0xb8, 0x91, 0x85, 0xe6, 0x19, 0x15, 0xbe, 0x17, 0xe4, 0x96, 0xe4, 0x8f, 0x59, - 0xa6, 0xb2, 0x3d, 0xa0, 0x96, 0xdb, 0x03, 0xec, 0x75, 0x58, 0x5b, 0xf4, 0x9c, 0xde, 0x30, 0xed, - 0x5f, 0xe0, 0xce, 0xa2, 0x2d, 0x71, 0x27, 0x49, 0xd7, 0x27, 0xd8, 0x14, 0xff, 0xa8, 0xc2, 0xc6, - 0xf9, 0xf7, 0x9b, 0x2d, 0x77, 0xb3, 0xbc, 0x76, 0x5c, 0x2f, 0xc7, 0xfa, 0x48, 0xb0, 0x64, 0xdf, - 0x98, 0x6f, 0x1b, 0xfd, 0x52, 0xd5, 0x9e, 0xab, 0x61, 0x60, 0xc3, 0xfb, 0x2f, 0x37, 0x4f, 0x3c, - 0x79, 0x1a, 0xcf, 0x7a, 0x0e, 0xf7, 0xfb, 0xec, 0xdd, 0xb1, 0xec, 0x67, 0x7f, 0x85, 0x4e, 0x68, - 0xd0, 0x0f, 0x67, 0xdf, 0x9c, 0xf0, 0x7e, 0xf1, 0x7f, 0xd7, 0xac, 0xa9, 0xe8, 0xf3, 0xfe, 0x7f, - 0x01, 0x00, 0x00, 0xff, 0xff, 0x06, 0x39, 0xd7, 0x8a, 0xc0, 0x0d, 0x00, 0x00, + // 1268 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xef, 0x72, 0xd3, 0x46, + 0x10, 0xb7, 0x1d, 0xdb, 0xd8, 0x6b, 0x6c, 0xcc, 0xd1, 0x06, 0x11, 0x02, 0x04, 0xcd, 0xb4, 0xc3, + 0xb4, 0x53, 0x7b, 0x12, 0x26, 0x1f, 0xca, 0x34, 0x1f, 0x6c, 0x27, 0xe0, 0xb4, 0x4e, 0x60, 0x2e, + 0xa4, 0x14, 0x3a, 0x1d, 0xf7, 0x2c, 0x5d, 0x12, 0xc1, 0x49, 0xa7, 0x9e, 0x4e, 0x50, 0x5e, 0xa0, + 0x2f, 0xd3, 0xef, 0x7d, 0x82, 0xbe, 0x51, 0xfb, 0x00, 0x1d, 0x9d, 0x4e, 0xb2, 0x24, 0x3b, 0x0d, + 0x4c, 0xf8, 0xe6, 0xd3, 0xfe, 0x76, 0xef, 0xf6, 0xdf, 0x6f, 0xd7, 0x70, 0xf7, 0x84, 0xbd, 0x97, + 0xd4, 0xb1, 0x59, 0x9f, 0xd8, 0xae, 0xe3, 0xf5, 0xe9, 0xef, 0xd4, 0x0a, 0xa5, 0xc3, 0xbd, 0x9e, + 0x2f, 0xb8, 0xe4, 0xa8, 0x93, 0xc8, 0x7b, 0x4a, 0xbe, 0x76, 0xbb, 0x80, 0xb7, 0xb8, 0xeb, 0x26, + 0xe0, 0xb5, 0xf5, 0x54, 0x68, 0x71, 0x41, 0xfb, 0xcc, 0x91, 0x54, 0x10, 0x16, 0x68, 0xe9, 0x9d, + 0xbc, 0xb4, 0x70, 0xd3, 0xda, 0xdd, 0xbc, 0xd8, 0xb1, 0xa9, 0x27, 0x9d, 0x13, 0x87, 0x8a, 0x44, + 0x7e, 0xca, 0xf9, 0x29, 0xa3, 0x7d, 0x75, 0x9a, 0x85, 0x27, 0x7d, 0x3b, 0x14, 0x24, 0xa3, 0x7f, + 0xaf, 0x28, 0x97, 0x8e, 0x4b, 0x03, 0x49, 0x5c, 0x3f, 0x06, 0x98, 0x7f, 0x97, 0x61, 0x75, 0x2f, + 0xb9, 0x74, 0x24, 0x28, 0x91, 0x14, 0xd3, 0xdf, 0x42, 0x1a, 0x48, 0x64, 0xc0, 0x15, 0x5f, 0xf0, + 0xd7, 0xd4, 0x92, 0x46, 0x79, 0xa3, 0xfc, 0xa0, 0x89, 0x93, 0x23, 0x5a, 0x85, 0xba, 0xcd, 0x5d, + 0xe2, 0x78, 0x46, 0x45, 0x09, 0xf4, 0x09, 0x21, 0xa8, 0x7a, 0xc4, 0xa5, 0xc6, 0x8a, 0xfa, 0xaa, + 0x7e, 0xa3, 0x4d, 0xa8, 0x06, 0x3e, 0xb5, 0x8c, 0xea, 0x46, 0xf9, 0x41, 0x6b, 0xeb, 0x4e, 0x2f, + 0x1f, 0xba, 0x5e, 0x7a, 0xf7, 0x91, 0x4f, 0x2d, 0xac, 0xa0, 0x68, 0x13, 0xea, 0x8e, 0xe7, 0x87, + 0x32, 0x30, 0x6a, 0x4a, 0xe9, 0xd6, 0x5c, 0x29, 0x8a, 0x42, 0x6f, 0x12, 0x87, 0xf0, 0x80, 0xf8, + 0x58, 0x03, 0xcd, 0xd7, 0x60, 0xa4, 0x96, 0x30, 0x65, 0x24, 0xf4, 0xac, 0xb3, 0xc4, 0x8f, 0x47, + 0x50, 0x71, 0x6c, 0xe5, 0x42, 0x6b, 0xeb, 0xab, 0x82, 0xa9, 0x17, 0x5c, 0xbc, 0x39, 0x61, 0xfc, + 0x5d, 0xaa, 0xbc, 0x9f, 0x46, 0x18, 0x57, 0x1c, 0x7b, 0x99, 0x47, 0xe6, 0x31, 0xdc, 0x5c, 0x88, + 0x58, 0xe0, 0x73, 0x2f, 0xa0, 0x97, 0xb9, 0xca, 0x7c, 0x09, 0xb7, 0x17, 0x20, 0x4f, 0xa8, 0xfc, + 0x04, 0x5e, 0x98, 0x7f, 0x95, 0xa1, 0x99, 0xca, 0x2e, 0x15, 0x8f, 0x24, 0x9b, 0x95, 0x0f, 0xcf, + 0xe6, 0x23, 0xb8, 0x62, 0x31, 0x1e, 0x84, 0x22, 0x8e, 0x62, 0x6b, 0x6b, 0xe3, 0x5c, 0xad, 0x51, + 0x8c, 0xc3, 0x89, 0x82, 0xf9, 0x2b, 0xb4, 0x53, 0xe1, 0xc4, 0x09, 0x24, 0xfa, 0x16, 0x20, 0x6d, + 0x91, 0xc0, 0x28, 0x6f, 0xac, 0xe4, 0xcb, 0xa3, 0x60, 0x0f, 0x67, 0xc0, 0xe8, 0x33, 0xa8, 0x49, + 0xfe, 0x86, 0x26, 0x35, 0x1b, 0x1f, 0x4c, 0x02, 0x9d, 0x79, 0x39, 0x0d, 0x19, 0x9f, 0xa1, 0x87, + 0x50, 0x7f, 0x4b, 0x58, 0x48, 0x03, 0x1d, 0xa2, 0xf3, 0xab, 0x6f, 0x5c, 0xc2, 0x1a, 0x8a, 0x10, + 0xac, 0x84, 0xc2, 0x89, 0x4d, 0x8f, 0x4b, 0x38, 0x3a, 0x0c, 0xeb, 0x50, 0xb5, 0x89, 0x24, 0xe6, + 0x08, 0xda, 0x83, 0x19, 0x17, 0xf2, 0x80, 0x4a, 0x12, 0x7d, 0x88, 0x5e, 0x62, 0x91, 0x30, 0xa0, + 0xba, 0xad, 0xe2, 0x03, 0x5a, 0x87, 0xa6, 0x2f, 0x1c, 0xcf, 0x72, 0x7c, 0xc2, 0xf4, 0x1b, 0xe7, + 0x1f, 0xcc, 0x7f, 0x6a, 0xd0, 0x2d, 0xc6, 0x29, 0x0a, 0x2d, 0x0f, 0xa5, 0xea, 0x94, 0xf8, 0xad, + 0x77, 0x8b, 0xa1, 0xc8, 0xfb, 0x36, 0x2e, 0xe1, 0x44, 0x01, 0x6d, 0x43, 0x8d, 0x0a, 0xc1, 0xc5, + 0x62, 0x2a, 0x95, 0x97, 0xe9, 0x5d, 0x7b, 0x11, 0x68, 0x5c, 0xc2, 0x31, 0x1a, 0x7d, 0x01, 0x2d, + 0x12, 0x39, 0x33, 0x8d, 0x3d, 0x80, 0xe8, 0x9d, 0xc3, 0x8a, 0x51, 0x1e, 0x97, 0x30, 0x28, 0xc1, + 0x48, 0x39, 0xf3, 0x18, 0x3a, 0x31, 0xcc, 0xd5, 0x4e, 0x1b, 0x57, 0x97, 0x57, 0x4c, 0x2e, 0x32, + 0xe3, 0x12, 0x6e, 0x93, 0x5c, 0xa8, 0x1e, 0xc3, 0x35, 0x8b, 0xbb, 0x7e, 0x28, 0xa9, 0x3d, 0xd5, + 0x9c, 0xb0, 0x72, 0x41, 0x56, 0xa2, 0xd7, 0xe0, 0x4e, 0xa2, 0xb5, 0xaf, 0x94, 0xd0, 0x77, 0x50, + 0xf3, 0xcf, 0x48, 0x40, 0x15, 0x0d, 0x75, 0xb6, 0xbe, 0xbc, 0xa8, 0xec, 0x7b, 0xcf, 0x22, 0x34, + 0x8e, 0x95, 0xa2, 0xaa, 0x0b, 0x24, 0x11, 0xd1, 0x23, 0x88, 0xd4, 0xa4, 0xb4, 0xd6, 0x8b, 0xa9, + 0xb5, 0x97, 0x50, 0x6b, 0xef, 0x79, 0x42, 0xad, 0xb8, 0xa9, 0xd1, 0x03, 0x89, 0xb6, 0xa1, 0x91, + 0x50, 0xb2, 0x51, 0xd7, 0x2f, 0x2f, 0x2a, 0xee, 0x6a, 0x00, 0x4e, 0xa1, 0xd1, 0x8d, 0x96, 0xa2, + 0x16, 0x75, 0xe3, 0x95, 0x8b, 0x6f, 0xd4, 0xe8, 0x81, 0x6a, 0x91, 0xd0, 0xb7, 0x13, 0xd5, 0xc6, + 0xc5, 0xaa, 0x1a, 0x3d, 0x90, 0x68, 0x08, 0x6d, 0x8f, 0x47, 0xdd, 0x6e, 0x91, 0xb8, 0xc1, 0x9a, + 0xaa, 0xc1, 0xd6, 0x8b, 0x49, 0x3b, 0xcc, 0x80, 0x70, 0x5e, 0x05, 0x3d, 0x82, 0xd6, 0x3b, 0x1d, + 0xcd, 0xa9, 0x63, 0x1b, 0xad, 0xa5, 0xd9, 0xca, 0xb0, 0x0a, 0x24, 0xe8, 0x7d, 0x7b, 0x78, 0x0d, + 0xda, 0x71, 0x79, 0x4e, 0x05, 0x0d, 0x42, 0x26, 0xcd, 0x1d, 0xe8, 0x1c, 0xbd, 0x0f, 0x24, 0x75, + 0xd3, 0x82, 0xf8, 0x1a, 0xae, 0xa7, 0x3d, 0x3d, 0xb5, 0x58, 0x18, 0x48, 0x2a, 0x74, 0x1f, 0x75, + 0xe9, 0xbc, 0x3f, 0xd4, 0x77, 0xf3, 0xcf, 0x2a, 0x5c, 0x4f, 0x53, 0x9a, 0x9a, 0x18, 0x41, 0xd5, + 0xe5, 0x76, 0xdc, 0x7d, 0x9d, 0xad, 0xfe, 0xb9, 0xec, 0x91, 0x28, 0x64, 0xbe, 0x70, 0x9b, 0x62, + 0xa5, 0xfc, 0xff, 0xdd, 0x1a, 0x8d, 0x4e, 0x8f, 0x06, 0xd2, 0xf1, 0x4e, 0x55, 0xb9, 0xb6, 0x71, + 0x72, 0x44, 0x3b, 0x70, 0x35, 0xb0, 0xce, 0xa8, 0x1d, 0xb2, 0x38, 0x3f, 0xd5, 0x0b, 0xf3, 0xd3, + 0x4a, 0xf1, 0x03, 0x89, 0x5e, 0xc1, 0xe7, 0x3e, 0x11, 0xd4, 0x93, 0x53, 0x8f, 0xdb, 0x74, 0x9a, + 0x7a, 0xac, 0x8b, 0xb2, 0x58, 0xd7, 0x87, 0xdc, 0xa6, 0xcb, 0xa8, 0xfc, 0x46, 0x6c, 0x24, 0x27, + 0x46, 0x3f, 0xc3, 0x0d, 0x41, 0x4f, 0xa8, 0xa0, 0x9e, 0x95, 0xb5, 0xdc, 0xfd, 0xe8, 0x41, 0x81, + 0x52, 0x33, 0x73, 0xe3, 0x4f, 0xe0, 0x5a, 0xa0, 0x32, 0x39, 0x67, 0x84, 0xeb, 0xcb, 0x29, 0x2b, + 0x9f, 0x70, 0xdc, 0x09, 0x72, 0x67, 0xf3, 0xa7, 0xcc, 0x48, 0x88, 0xf2, 0x81, 0x00, 0xea, 0x07, + 0x83, 0xc3, 0xe3, 0xc1, 0xa4, 0x5b, 0x42, 0x6d, 0x68, 0x1e, 0x8d, 0xc6, 0x7b, 0xbb, 0xc7, 0x93, + 0xbd, 0xdd, 0x6e, 0x39, 0x12, 0x1d, 0xbd, 0x3c, 0x7a, 0xbe, 0x77, 0xd0, 0xad, 0xa0, 0xab, 0xd0, + 0xc0, 0x7b, 0x93, 0xc1, 0xf1, 0xe1, 0x68, 0xdc, 0x5d, 0x41, 0x08, 0x3a, 0xa3, 0xf1, 0xfe, 0x64, + 0x77, 0xfa, 0xe2, 0x29, 0xfe, 0xe1, 0xf1, 0xe4, 0xe9, 0x8b, 0x6e, 0xd5, 0xfc, 0x11, 0xba, 0xd9, + 0xc2, 0x56, 0xf3, 0x66, 0xa1, 0x23, 0xca, 0x1f, 0xdd, 0x11, 0xe6, 0xbf, 0x2b, 0x99, 0x27, 0x1f, + 0xc5, 0x23, 0xb1, 0x15, 0xaf, 0x28, 0x53, 0x9f, 0x11, 0xef, 0x9c, 0x39, 0x93, 0xed, 0x91, 0x18, + 0xfd, 0x8c, 0x11, 0x0f, 0x6d, 0xa7, 0xcb, 0x51, 0xe5, 0x43, 0x88, 0x50, 0x83, 0xd1, 0x0e, 0x34, + 0xd2, 0xc0, 0xc7, 0x0c, 0x7a, 0xff, 0xc2, 0xc2, 0xc7, 0xa9, 0x0a, 0x1a, 0x17, 0xe3, 0x50, 0x5b, + 0x3e, 0xca, 0x8b, 0x01, 0x8c, 0x18, 0x3d, 0xcf, 0x0f, 0xf7, 0xa1, 0x65, 0x3b, 0x01, 0x99, 0x31, + 0x3a, 0x25, 0x8c, 0x29, 0x4e, 0x6c, 0x44, 0xc3, 0x43, 0x7f, 0x1c, 0x30, 0x86, 0x7a, 0x50, 0x67, + 0x64, 0x46, 0x59, 0xa0, 0x89, 0x6f, 0x75, 0x61, 0xaa, 0x29, 0x29, 0xd6, 0x28, 0xb4, 0x03, 0x2d, + 0xe2, 0x79, 0x5c, 0xea, 0xa7, 0xc5, 0x94, 0x77, 0x7b, 0x61, 0xd2, 0xcc, 0x21, 0x38, 0x8b, 0x47, + 0xdb, 0xd0, 0x24, 0xa1, 0x3c, 0x9b, 0x0a, 0xce, 0xa8, 0xae, 0x76, 0x63, 0x41, 0x39, 0x94, 0x67, + 0x98, 0x33, 0x8a, 0x1b, 0x44, 0xff, 0x1a, 0x1a, 0xb0, 0x9a, 0xf5, 0x6c, 0xca, 0xdf, 0x52, 0x21, + 0x1c, 0x9b, 0x06, 0xdf, 0x57, 0x1b, 0xd5, 0x6e, 0xcd, 0x74, 0xe1, 0x56, 0x1a, 0xd1, 0xe7, 0x54, + 0xb8, 0x8e, 0x97, 0xd9, 0xad, 0x2f, 0xb3, 0x83, 0xa5, 0xeb, 0x43, 0x25, 0xb3, 0x3e, 0x98, 0xeb, + 0xb0, 0xb6, 0xec, 0xba, 0x78, 0x31, 0x35, 0x7f, 0x81, 0x7b, 0xcb, 0x96, 0xcb, 0xdd, 0x28, 0xcb, + 0x9f, 0x60, 0xc1, 0xfc, 0xa3, 0x0c, 0x1b, 0xe7, 0xdb, 0xd7, 0xcb, 0xf1, 0x66, 0x71, 0x5b, 0xb9, + 0x59, 0x8c, 0xf2, 0xb1, 0x60, 0xd1, 0x9a, 0x32, 0x5f, 0x52, 0xfa, 0x85, 0x62, 0x3f, 0x57, 0x43, + 0xc3, 0x86, 0x0f, 0x5f, 0x6d, 0x9e, 0x3a, 0xf2, 0x2c, 0x9c, 0xf5, 0x2c, 0xee, 0xf6, 0xd9, 0xfb, + 0x13, 0xd9, 0x4f, 0xff, 0x41, 0x9d, 0x52, 0xaf, 0xef, 0xcf, 0xbe, 0x39, 0xe5, 0xfd, 0xfc, 0xdf, + 0xb5, 0x59, 0x5d, 0xb1, 0xee, 0xc3, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x8d, 0xbd, 0xc1, + 0xf7, 0x0d, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/admin/execution.pb.validate.go b/gen/pb-go/flyteidl/admin/execution.pb.validate.go index 8ef8d2d86..468354bde 100644 --- a/gen/pb-go/flyteidl/admin/execution.pb.validate.go +++ b/gen/pb-go/flyteidl/admin/execution.pb.validate.go @@ -1199,6 +1199,16 @@ func (m *ExecutionSpec) Validate() error { } } + if v, ok := interface{}(m.GetAuthRole()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ExecutionSpecValidationError{ + field: "AuthRole", + reason: "embedded message failed validation", + cause: err, + } + } + } + switch m.NotificationOverrides.(type) { case *ExecutionSpec_Notifications: diff --git a/gen/pb-go/flyteidl/admin/launch_plan.pb.go b/gen/pb-go/flyteidl/admin/launch_plan.pb.go index fe790cd96..0c8c9fb1b 100644 --- a/gen/pb-go/flyteidl/admin/launch_plan.pb.go +++ b/gen/pb-go/flyteidl/admin/launch_plan.pb.go @@ -342,10 +342,11 @@ type LaunchPlanSpec struct { // Custom annotations to be applied to the execution resource. Annotations *Annotations `protobuf:"bytes,7,opt,name=annotations,proto3" json:"annotations,omitempty"` // Indicates the permission associated with workflow executions triggered with this launch plan. - Auth *Auth `protobuf:"bytes,8,opt,name=auth,proto3" json:"auth,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Auth *Auth `protobuf:"bytes,8,opt,name=auth,proto3" json:"auth,omitempty"` // Deprecated: Do not use. + AuthRole *AuthRole `protobuf:"bytes,9,opt,name=auth_role,json=authRole,proto3" json:"auth_role,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *LaunchPlanSpec) Reset() { *m = LaunchPlanSpec{} } @@ -423,6 +424,7 @@ func (m *LaunchPlanSpec) GetAnnotations() *Annotations { return nil } +// Deprecated: Do not use. func (m *LaunchPlanSpec) GetAuth() *Auth { if m != nil { return m.Auth @@ -430,6 +432,13 @@ func (m *LaunchPlanSpec) GetAuth() *Auth { return nil } +func (m *LaunchPlanSpec) GetAuthRole() *AuthRole { + if m != nil { + return m.AuthRole + } + return nil +} + // Values computed by the flyte platform after launch plan registration. // These include expected_inputs required to be present in a CreateExecutionRequest // to launch the reference workflow as well timestamp values associated with the launch plan. @@ -781,63 +790,64 @@ func init() { func init() { proto.RegisterFile("flyteidl/admin/launch_plan.proto", fileDescriptor_368a863574f5e699) } var fileDescriptor_368a863574f5e699 = []byte{ - // 918 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xdd, 0x6e, 0x1b, 0x45, - 0x14, 0xae, 0x1d, 0xc7, 0x49, 0x8e, 0x13, 0x27, 0x8c, 0xaa, 0x74, 0x71, 0x4a, 0x1b, 0x56, 0x42, - 0x0a, 0xa0, 0xae, 0x45, 0x4a, 0x2f, 0xf8, 0x29, 0x92, 0x1d, 0x22, 0xd5, 0x22, 0x2d, 0xd1, 0xa4, - 0xf4, 0x82, 0x1b, 0x6b, 0xbc, 0x7b, 0x1c, 0x0f, 0x99, 0xdd, 0x59, 0x76, 0xce, 0xb6, 0x89, 0xb8, - 0xe1, 0x09, 0x78, 0x0e, 0xc4, 0xb3, 0xc0, 0x3b, 0xa1, 0x9d, 0x9d, 0xf5, 0x2f, 0xa1, 0x80, 0xc4, - 0xdd, 0x9e, 0x9c, 0xef, 0x3b, 0x73, 0x7e, 0xbf, 0x18, 0x0e, 0xc7, 0xea, 0x86, 0x50, 0x46, 0xaa, - 0x2b, 0xa2, 0x58, 0x26, 0x5d, 0x25, 0xf2, 0x24, 0x9c, 0x0c, 0x53, 0x25, 0x92, 0x20, 0xcd, 0x34, - 0x69, 0xd6, 0xae, 0x10, 0x81, 0x45, 0x74, 0xee, 0x4f, 0x19, 0xa1, 0xce, 0xb0, 0xab, 0x24, 0x61, - 0x26, 0x94, 0x29, 0xd1, 0x9d, 0x07, 0x8b, 0x5e, 0x19, 0x61, 0x42, 0x72, 0x2c, 0x31, 0x73, 0xfe, - 0xf7, 0x96, 0xfc, 0x09, 0x61, 0x36, 0x16, 0x21, 0xae, 0xb8, 0xcb, 0x74, 0x4c, 0x38, 0xc1, 0x28, - 0x57, 0x95, 0xfb, 0x60, 0xc9, 0x1d, 0xea, 0x38, 0xd6, 0x2e, 0xd1, 0xce, 0xc3, 0x4b, 0xad, 0x2f, - 0x15, 0x76, 0xad, 0x35, 0xca, 0xc7, 0x5d, 0x92, 0x31, 0x1a, 0x12, 0x71, 0x5a, 0x02, 0xfc, 0x6b, - 0xb8, 0x77, 0x66, 0xcb, 0x3b, 0x57, 0x22, 0x39, 0xc9, 0x50, 0x10, 0x72, 0xfc, 0x31, 0x47, 0x43, - 0xec, 0x43, 0xa8, 0xcb, 0xc8, 0xab, 0x1d, 0xd6, 0x8e, 0x5a, 0xc7, 0xef, 0x06, 0xd3, 0x8a, 0x8b, - 0x1c, 0x83, 0xc1, 0xb4, 0x06, 0x5e, 0x97, 0x11, 0x3b, 0x86, 0x86, 0x49, 0x31, 0xf4, 0xea, 0x16, - 0xfc, 0x20, 0x58, 0x6c, 0x4f, 0x30, 0x7b, 0xe1, 0x22, 0xc5, 0x90, 0x5b, 0xac, 0xdf, 0x01, 0x6f, - 0xf5, 0x65, 0x93, 0xea, 0xc4, 0xa0, 0xff, 0x6b, 0x0d, 0x60, 0xe6, 0xfc, 0x9f, 0x33, 0x61, 0x5f, - 0xc0, 0x46, 0xa8, 0xb4, 0xc9, 0x33, 0xf4, 0xd6, 0x2c, 0xed, 0xfd, 0xdb, 0x69, 0x27, 0x25, 0x90, - 0x57, 0x0c, 0x1f, 0xa1, 0x3d, 0xf3, 0x9e, 0x49, 0x43, 0xec, 0x29, 0x6c, 0xcf, 0x6d, 0x8c, 0xf1, - 0x6a, 0x87, 0x6b, 0x47, 0xad, 0xe3, 0xce, 0xed, 0x31, 0x79, 0x4b, 0x4d, 0xbf, 0x0d, 0xbb, 0x0b, - 0xeb, 0xa4, 0xaf, 0x30, 0xb1, 0x25, 0x6c, 0xf1, 0xd2, 0xf0, 0x7f, 0xae, 0x41, 0xa3, 0x97, 0xd3, - 0x84, 0x05, 0xc0, 0x84, 0x31, 0x79, 0x2c, 0x46, 0x0a, 0x87, 0x52, 0xc4, 0xc3, 0x4c, 0x2b, 0xb4, - 0xbd, 0xd9, 0x7a, 0x76, 0x87, 0xef, 0x4d, 0x7d, 0x03, 0x11, 0x73, 0xad, 0x90, 0x7d, 0x05, 0x9d, - 0xab, 0x7c, 0x84, 0x59, 0x82, 0x84, 0x66, 0x68, 0x30, 0x7b, 0x2d, 0x43, 0x1c, 0x8a, 0x30, 0xd4, - 0x79, 0x42, 0xe5, 0x1b, 0xcf, 0xee, 0x70, 0x6f, 0x86, 0xb9, 0x28, 0x21, 0xbd, 0x12, 0xd1, 0xdf, - 0x84, 0x66, 0x8c, 0x34, 0xd1, 0x91, 0xff, 0xfb, 0xda, 0x7c, 0xa9, 0x45, 0xff, 0xd8, 0xe7, 0xd0, - 0x7a, 0xa3, 0xb3, 0xab, 0xb1, 0xd2, 0x6f, 0x86, 0xff, 0x64, 0x42, 0x50, 0xa1, 0x07, 0x11, 0xfb, - 0x06, 0x76, 0x8b, 0xbf, 0xd3, 0xcd, 0x30, 0x46, 0x12, 0x91, 0x20, 0xe1, 0x86, 0xe6, 0xdf, 0xde, - 0xa9, 0xe7, 0x0e, 0xc9, 0xdb, 0x25, 0xb5, 0xb2, 0x59, 0x1f, 0xda, 0x11, 0x8e, 0x45, 0xae, 0x68, - 0x28, 0x93, 0x34, 0x27, 0xe3, 0x26, 0x79, 0xb0, 0x94, 0xcb, 0xb9, 0xc8, 0x44, 0x8c, 0x84, 0xd9, - 0x73, 0x91, 0xf2, 0x1d, 0x47, 0x19, 0x58, 0x06, 0xfb, 0x12, 0xb6, 0xc7, 0xf2, 0x1a, 0xa3, 0x2a, - 0x42, 0xe3, 0x2f, 0xab, 0x39, 0x2b, 0x6f, 0xbb, 0xe0, 0xb7, 0x2c, 0xdc, 0xb1, 0xf7, 0xa1, 0x61, - 0x27, 0xb1, 0x5e, 0x74, 0xb4, 0x5f, 0xf7, 0x6a, 0xdc, 0xda, 0x2c, 0x80, 0xa6, 0x12, 0x23, 0x54, - 0xc6, 0x6b, 0xda, 0x78, 0xfb, 0xab, 0xd5, 0x15, 0x5e, 0xee, 0x50, 0xec, 0x29, 0xb4, 0x44, 0x92, - 0x68, 0x12, 0x24, 0x75, 0x62, 0xbc, 0x8d, 0xe5, 0x32, 0x4a, 0x52, 0x6f, 0x06, 0xe1, 0xf3, 0x78, - 0x76, 0x04, 0x0d, 0x91, 0xd3, 0xc4, 0xdb, 0xb4, 0xbc, 0xbb, 0x2b, 0xbc, 0x9c, 0x26, 0xdc, 0x22, - 0xfc, 0x3f, 0xea, 0xf0, 0xce, 0xca, 0x5e, 0xb3, 0x27, 0xb0, 0x6e, 0x48, 0x50, 0xb9, 0x51, 0xed, - 0xe3, 0x87, 0x7f, 0x73, 0x40, 0x05, 0x8c, 0x97, 0x68, 0xf6, 0x35, 0xec, 0xe2, 0x75, 0x8a, 0x21, - 0xcd, 0xda, 0x57, 0x7f, 0xfb, 0x00, 0xda, 0x15, 0xc7, 0xf5, 0xf0, 0x14, 0xf6, 0xa6, 0x51, 0x74, - 0x4e, 0x73, 0x73, 0xec, 0x2c, 0x85, 0x79, 0x25, 0x32, 0x59, 0x6c, 0x79, 0x11, 0x65, 0xfa, 0xf2, - 0xb7, 0x25, 0x85, 0x7d, 0x06, 0x10, 0x5a, 0x3d, 0x89, 0x86, 0x82, 0xdc, 0x18, 0x3b, 0x41, 0xa9, - 0x84, 0x41, 0xa5, 0x84, 0xc1, 0xcb, 0x4a, 0x09, 0xf9, 0x96, 0x43, 0xf7, 0xa8, 0xa0, 0xe6, 0x69, - 0x54, 0x51, 0xd7, 0xdf, 0x4e, 0x75, 0xe8, 0x1e, 0xf9, 0xbf, 0xd4, 0x80, 0xad, 0x6e, 0x2a, 0xfb, - 0x14, 0x36, 0x2b, 0xc1, 0x76, 0xf7, 0xe1, 0x2d, 0xf7, 0xf4, 0xc2, 0xf9, 0xf9, 0x14, 0xc9, 0xfa, - 0xb0, 0x93, 0xe8, 0xe2, 0x68, 0x42, 0xb7, 0x07, 0x75, 0x2b, 0x22, 0xf7, 0x97, 0xa9, 0x2f, 0xe6, - 0x40, 0x7c, 0x91, 0xe2, 0xff, 0x34, 0x2f, 0xed, 0xdf, 0xd9, 0x3c, 0xff, 0x83, 0xb4, 0x4f, 0x17, - 0xa2, 0xfe, 0x6f, 0x16, 0x62, 0x51, 0xdd, 0xab, 0xc7, 0x9d, 0xba, 0x9f, 0xc3, 0xbd, 0x5e, 0x48, - 0xf2, 0x35, 0xce, 0x49, 0xa0, 0x4b, 0xec, 0xc9, 0x5c, 0x62, 0x1f, 0xac, 0x14, 0x2b, 0x62, 0x8c, - 0x4e, 0xed, 0xe1, 0x2f, 0x26, 0xe9, 0xff, 0x56, 0x83, 0x83, 0xe5, 0x90, 0x85, 0x16, 0x57, 0x61, - 0x3d, 0xd8, 0x48, 0x33, 0xfd, 0x03, 0x86, 0x54, 0x2a, 0x25, 0xaf, 0x4c, 0xb6, 0x0f, 0xcd, 0x48, - 0xc7, 0x42, 0x56, 0x72, 0xeb, 0xac, 0x42, 0x85, 0x95, 0x8c, 0x25, 0xd9, 0xfd, 0xdb, 0xe1, 0xa5, - 0x31, 0xd3, 0xe6, 0xc6, 0x9c, 0x36, 0xb3, 0x47, 0xb0, 0x61, 0x74, 0x46, 0xc3, 0xd1, 0x8d, 0xdb, - 0x98, 0x95, 0xb3, 0xbb, 0xd0, 0x19, 0xf1, 0x66, 0x01, 0xea, 0xdf, 0x7c, 0xf4, 0x31, 0xec, 0x2e, - 0x35, 0x8d, 0x6d, 0xc3, 0xe6, 0xe0, 0x45, 0xef, 0xe4, 0xe5, 0xe0, 0xd5, 0xe9, 0xde, 0x1d, 0x06, - 0xd0, 0x74, 0xdf, 0xb5, 0xfe, 0xe3, 0xef, 0x3f, 0xb9, 0x94, 0x34, 0xc9, 0x47, 0x41, 0xa8, 0xe3, - 0xae, 0xba, 0x19, 0x53, 0x77, 0xfa, 0xff, 0xfe, 0x12, 0x93, 0x6e, 0x3a, 0x7a, 0x74, 0xa9, 0xbb, - 0x8b, 0x3f, 0x01, 0x46, 0x4d, 0xbb, 0xa9, 0x8f, 0xff, 0x0c, 0x00, 0x00, 0xff, 0xff, 0x93, 0x7a, - 0x9e, 0x16, 0xc9, 0x08, 0x00, 0x00, + // 943 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x6e, 0xdb, 0x46, + 0x10, 0x8e, 0x14, 0x59, 0x96, 0x46, 0xb6, 0xec, 0x2e, 0x02, 0x87, 0x95, 0xd3, 0xc4, 0x25, 0x50, + 0x20, 0xfd, 0x09, 0x85, 0x3a, 0xf5, 0xa1, 0x3f, 0x29, 0x20, 0xb9, 0x06, 0x22, 0xd4, 0x49, 0x8d, + 0x75, 0x9a, 0x43, 0x2f, 0xc4, 0x8a, 0x1c, 0x49, 0x5b, 0x2f, 0xb9, 0x2c, 0x77, 0x99, 0x58, 0xe8, + 0xa5, 0xb7, 0xde, 0xfa, 0x1c, 0x45, 0xdf, 0xa5, 0xef, 0x54, 0x70, 0xb9, 0xa4, 0xfe, 0xe2, 0xa6, + 0x2d, 0xd0, 0x93, 0x39, 0x9e, 0xef, 0x9b, 0x9d, 0x99, 0x9d, 0xf9, 0x56, 0x70, 0x34, 0x11, 0x73, + 0x8d, 0x3c, 0x14, 0x7d, 0x16, 0x46, 0x3c, 0xee, 0x0b, 0x96, 0xc5, 0xc1, 0xcc, 0x4f, 0x04, 0x8b, + 0xbd, 0x24, 0x95, 0x5a, 0x92, 0x6e, 0x89, 0xf0, 0x0c, 0xa2, 0x77, 0xaf, 0x62, 0x04, 0x32, 0xc5, + 0xbe, 0xe0, 0x1a, 0x53, 0x26, 0x54, 0x81, 0xee, 0xdd, 0x5f, 0xf5, 0xf2, 0x10, 0x63, 0xcd, 0x27, + 0x1c, 0x53, 0xeb, 0x7f, 0x6f, 0xcd, 0x1f, 0x6b, 0x4c, 0x27, 0x2c, 0xc0, 0x0d, 0x77, 0x91, 0x8e, + 0x0a, 0x66, 0x18, 0x66, 0xa2, 0x74, 0x1f, 0xae, 0xb9, 0x03, 0x19, 0x45, 0xd2, 0x26, 0xda, 0x7b, + 0x30, 0x95, 0x72, 0x2a, 0xb0, 0x6f, 0xac, 0x71, 0x36, 0xe9, 0x6b, 0x1e, 0xa1, 0xd2, 0x2c, 0x4a, + 0x0a, 0x80, 0x7b, 0x0d, 0x77, 0xcf, 0x4d, 0x79, 0x17, 0x82, 0xc5, 0xa7, 0x29, 0x32, 0x8d, 0x14, + 0x7f, 0xca, 0x50, 0x69, 0xf2, 0x21, 0xd4, 0x79, 0xe8, 0xd4, 0x8e, 0x6a, 0x0f, 0x3b, 0xc7, 0xef, + 0x7a, 0x55, 0xc5, 0x79, 0x8e, 0xde, 0xa8, 0xaa, 0x81, 0xd6, 0x79, 0x48, 0x8e, 0xa1, 0xa1, 0x12, + 0x0c, 0x9c, 0xba, 0x01, 0xdf, 0xf7, 0x56, 0xdb, 0xe3, 0x2d, 0x4e, 0xb8, 0x4c, 0x30, 0xa0, 0x06, + 0xeb, 0xf6, 0xc0, 0xd9, 0x3c, 0x59, 0x25, 0x32, 0x56, 0xe8, 0xfe, 0x5e, 0x03, 0x58, 0x38, 0xff, + 0xe7, 0x4c, 0xc8, 0x97, 0xb0, 0x1d, 0x08, 0xa9, 0xb2, 0x14, 0x9d, 0xdb, 0x86, 0xf6, 0xfe, 0xcd, + 0xb4, 0xd3, 0x02, 0x48, 0x4b, 0x86, 0x8b, 0xd0, 0x5d, 0x78, 0xcf, 0xb9, 0xd2, 0xe4, 0x09, 0xec, + 0x2c, 0x4d, 0x8c, 0x72, 0x6a, 0x47, 0xb7, 0x1f, 0x76, 0x8e, 0x7b, 0x37, 0xc7, 0xa4, 0x1d, 0x51, + 0x7d, 0x2b, 0x72, 0x07, 0xb6, 0xb4, 0xbc, 0xc2, 0xd8, 0x94, 0xd0, 0xa6, 0x85, 0xe1, 0xfe, 0x52, + 0x83, 0xc6, 0x20, 0xd3, 0x33, 0xe2, 0x01, 0x61, 0x4a, 0x65, 0x11, 0x1b, 0x0b, 0xf4, 0x39, 0x8b, + 0xfc, 0x54, 0x0a, 0x34, 0xbd, 0x69, 0x3f, 0xbd, 0x45, 0xf7, 0x2b, 0xdf, 0x88, 0x45, 0x54, 0x0a, + 0x24, 0x5f, 0x43, 0xef, 0x2a, 0x1b, 0x63, 0x1a, 0xa3, 0x46, 0xe5, 0x2b, 0x4c, 0x5f, 0xf1, 0x00, + 0x7d, 0x16, 0x04, 0x32, 0x8b, 0x75, 0x71, 0xc6, 0xd3, 0x5b, 0xd4, 0x59, 0x60, 0x2e, 0x0b, 0xc8, + 0xa0, 0x40, 0x0c, 0x5b, 0xd0, 0x8c, 0x50, 0xcf, 0x64, 0xe8, 0xfe, 0xda, 0x58, 0x2e, 0x35, 0xef, + 0x1f, 0xf9, 0x02, 0x3a, 0xaf, 0x65, 0x7a, 0x35, 0x11, 0xf2, 0xb5, 0xff, 0x4f, 0x6e, 0x08, 0x4a, + 0xf4, 0x28, 0x24, 0xdf, 0xc2, 0x5e, 0xfe, 0x7f, 0x3d, 0xf7, 0x23, 0xd4, 0x2c, 0x64, 0x9a, 0xd9, + 0x4b, 0x73, 0x6f, 0xee, 0xd4, 0x33, 0x8b, 0xa4, 0xdd, 0x82, 0x5a, 0xda, 0x64, 0x08, 0xdd, 0x10, + 0x27, 0x2c, 0x13, 0xda, 0xe7, 0x71, 0x92, 0x69, 0x65, 0x6f, 0xf2, 0x70, 0x2d, 0x97, 0x0b, 0x96, + 0xb2, 0x08, 0x35, 0xa6, 0xcf, 0x58, 0x42, 0x77, 0x2d, 0x65, 0x64, 0x18, 0xe4, 0x2b, 0xd8, 0x99, + 0xf0, 0x6b, 0x0c, 0xcb, 0x08, 0x8d, 0x37, 0x56, 0x73, 0x5e, 0xec, 0x76, 0xce, 0xef, 0x18, 0xb8, + 0x65, 0x1f, 0x40, 0xc3, 0xdc, 0xc4, 0x56, 0xde, 0xd1, 0x61, 0xdd, 0xa9, 0x51, 0x63, 0x13, 0x0f, + 0x9a, 0x82, 0x8d, 0x51, 0x28, 0xa7, 0x69, 0xe2, 0x1d, 0x6c, 0x56, 0x97, 0x7b, 0xa9, 0x45, 0x91, + 0x27, 0xd0, 0x61, 0x71, 0x2c, 0x35, 0xd3, 0x5c, 0xc6, 0xca, 0xd9, 0x5e, 0x2f, 0xa3, 0x20, 0x0d, + 0x16, 0x10, 0xba, 0x8c, 0x27, 0x9f, 0x40, 0x83, 0x65, 0x7a, 0xe6, 0xb4, 0x0c, 0xef, 0xce, 0x06, + 0x2f, 0xd3, 0xb3, 0x22, 0xb9, 0x1c, 0x45, 0x4e, 0xa0, 0x9d, 0xff, 0x2d, 0x66, 0xa8, 0x6d, 0x28, + 0xce, 0x9b, 0x28, 0xf9, 0x24, 0xd1, 0x16, 0xb3, 0x5f, 0xee, 0x9f, 0x75, 0x78, 0x67, 0x63, 0x25, + 0xc8, 0x09, 0x6c, 0x29, 0xcd, 0x74, 0x31, 0x8c, 0xdd, 0xe3, 0x07, 0x7f, 0xb3, 0x7b, 0x39, 0x8c, + 0x16, 0x68, 0xf2, 0x0d, 0xec, 0xe1, 0x75, 0x82, 0x81, 0x5e, 0x74, 0xbe, 0xfe, 0xf6, 0xbb, 0xeb, + 0x96, 0x1c, 0xdb, 0xfe, 0x33, 0xd8, 0xaf, 0xa2, 0xc8, 0x4c, 0x2f, 0x8d, 0x40, 0x6f, 0x2d, 0xcc, + 0x4b, 0x96, 0xf2, 0x7c, 0x41, 0xf2, 0x28, 0xd5, 0xc9, 0xdf, 0x15, 0x14, 0xf2, 0x39, 0x40, 0x60, + 0xa4, 0x28, 0xf4, 0x99, 0xb6, 0x13, 0xd0, 0xf3, 0x0a, 0x11, 0xf5, 0x4a, 0x11, 0xf5, 0x5e, 0x94, + 0x22, 0x4a, 0xdb, 0x16, 0x3d, 0xd0, 0x39, 0x35, 0x4b, 0xc2, 0x92, 0xba, 0xf5, 0x76, 0xaa, 0x45, + 0x0f, 0xb4, 0xfb, 0x5b, 0x0d, 0xc8, 0xe6, 0x90, 0x93, 0xcf, 0xa0, 0x55, 0x6a, 0xbd, 0x5d, 0xad, + 0x8d, 0xcb, 0xb9, 0xb4, 0x7e, 0x5a, 0x21, 0xc9, 0x10, 0x76, 0x63, 0x99, 0xef, 0x5b, 0x60, 0x47, + 0xa8, 0x6e, 0xf4, 0xe7, 0xde, 0x3a, 0xf5, 0xf9, 0x12, 0x88, 0xae, 0x52, 0xdc, 0x9f, 0x97, 0x5f, + 0x85, 0xef, 0x4d, 0x9e, 0xff, 0xe1, 0x55, 0xa8, 0x06, 0xa2, 0xfe, 0x6f, 0x06, 0x62, 0xf5, 0x61, + 0x28, 0x0f, 0xb7, 0x0f, 0xc3, 0x05, 0xdc, 0x1d, 0x04, 0x9a, 0xbf, 0xc2, 0x25, 0xf5, 0xb4, 0x89, + 0x9d, 0x2c, 0x25, 0xf6, 0xc1, 0x46, 0xb1, 0x2c, 0xc2, 0xf0, 0xcc, 0x68, 0xc6, 0x6a, 0x92, 0xee, + 0x1f, 0x35, 0x38, 0x5c, 0x0f, 0x99, 0xcb, 0x78, 0x19, 0xd6, 0x81, 0xed, 0x24, 0x95, 0x3f, 0x62, + 0xa0, 0x0b, 0x91, 0xa5, 0xa5, 0x49, 0x0e, 0xa0, 0x19, 0xca, 0x88, 0xf1, 0x52, 0xa9, 0xad, 0x95, + 0x0b, 0xb8, 0xe0, 0x11, 0xd7, 0x66, 0xfe, 0x76, 0x69, 0x61, 0x2c, 0x64, 0xbd, 0xb1, 0x24, 0xeb, + 0xe4, 0x11, 0x6c, 0x2b, 0x99, 0x6a, 0x7f, 0x3c, 0xb7, 0x13, 0xb3, 0xb1, 0xb1, 0x97, 0x32, 0xd5, + 0xb4, 0x99, 0x83, 0x86, 0xf3, 0x8f, 0x3e, 0x86, 0xbd, 0xb5, 0xa6, 0x91, 0x1d, 0x68, 0x8d, 0x9e, + 0x0f, 0x4e, 0x5f, 0x8c, 0x5e, 0x9e, 0xed, 0xdf, 0x22, 0x00, 0x4d, 0xfb, 0x5d, 0x1b, 0x3e, 0xfe, + 0xe1, 0xd3, 0x29, 0xd7, 0xb3, 0x6c, 0xec, 0x05, 0x32, 0xea, 0x8b, 0xf9, 0x44, 0xf7, 0xab, 0x9f, + 0x0a, 0x53, 0x8c, 0xfb, 0xc9, 0xf8, 0xd1, 0x54, 0xf6, 0x57, 0x7f, 0x3d, 0x8c, 0x9b, 0x66, 0x52, + 0x1f, 0xff, 0x15, 0x00, 0x00, 0xff, 0xff, 0x2a, 0x2e, 0x32, 0x67, 0x04, 0x09, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/admin/launch_plan.pb.validate.go b/gen/pb-go/flyteidl/admin/launch_plan.pb.validate.go index 147d903ea..d40496cde 100644 --- a/gen/pb-go/flyteidl/admin/launch_plan.pb.validate.go +++ b/gen/pb-go/flyteidl/admin/launch_plan.pb.validate.go @@ -520,6 +520,16 @@ func (m *LaunchPlanSpec) Validate() error { } } + if v, ok := interface{}(m.GetAuthRole()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return LaunchPlanSpecValidationError{ + field: "AuthRole", + reason: "embedded message failed validation", + cause: err, + } + } + } + return nil } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 576efb2ae..6361d38bd 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -2827,6 +2827,18 @@ }, "description": "Defines permissions associated with executions created by this launch plan spec." }, + "adminAuthRole": { + "type": "object", + "properties": { + "assumable_iam_role": { + "type": "string" + }, + "kubernetes_service_account": { + "type": "string" + } + }, + "description": "Defines permissions associated with executions." + }, "adminClusterResourceAttributes": { "type": "object", "properties": { @@ -3094,6 +3106,10 @@ "annotations": { "$ref": "#/definitions/adminAnnotations", "description": "Annotations to apply to the execution resource." + }, + "auth_role": { + "$ref": "#/definitions/adminAuthRole", + "description": "Optional: auth override to apply this execution." } }, "description": "An ExecutionSpec encompasses all data used to launch this execution. The Spec does not change over the lifetime\nof an execution as it progresses across phase changes.." @@ -3278,6 +3294,9 @@ "auth": { "$ref": "#/definitions/adminAuth", "description": "Indicates the permission associated with workflow executions triggered with this launch plan." + }, + "auth_role": { + "$ref": "#/definitions/adminAuthRole" } }, "description": "User-provided launch plan definition and configuration values." @@ -3469,10 +3488,11 @@ "type": "string", "enum": [ "NAMED_ENTITY_ACTIVE", - "NAMED_ENTITY_ARCHIVED" + "NAMED_ENTITY_ARCHIVED", + "SYSTEM_GENERATED" ], "default": "NAMED_ENTITY_ACTIVE", - "description": "The status of the named entity is used to control its visibility in the UI.\n\n - NAMED_ENTITY_ACTIVE: By default, all named entities are considered active and under development.\n - NAMED_ENTITY_ARCHIVED: Archived named entities are no longer visible in the UI." + "description": "The status of the named entity is used to control its visibility in the UI.\n\n - NAMED_ENTITY_ACTIVE: By default, all named entities are considered active and under development.\n - NAMED_ENTITY_ARCHIVED: Archived named entities are no longer visible in the UI.\n - SYSTEM_GENERATED: System generated entities that aren't explicitly created or managed by a user." }, "adminNamedEntityUpdateRequest": { "type": "object", diff --git a/gen/pb-go/flyteidl/service/flyteadmin/README.md b/gen/pb-go/flyteidl/service/flyteadmin/README.md index 40a7c2718..91e1c94e0 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -74,6 +74,7 @@ Class | Method | HTTP request | Description - [AdminAbortMetadata](docs/AdminAbortMetadata.md) - [AdminAnnotations](docs/AdminAnnotations.md) - [AdminAuth](docs/AdminAuth.md) + - [AdminAuthRole](docs/AdminAuthRole.md) - [AdminClusterResourceAttributes](docs/AdminClusterResourceAttributes.md) - [AdminDomain](docs/AdminDomain.md) - [AdminEmailNotification](docs/AdminEmailNotification.md) diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index f22be0971..c2bce3ada 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2450,6 +2450,17 @@ definitions: example: kubernetes_service_account: "kubernetes_service_account" assumable_iam_role: "assumable_iam_role" + adminAuthRole: + type: "object" + properties: + assumable_iam_role: + type: "string" + kubernetes_service_account: + type: "string" + description: "Defines permissions associated with executions." + example: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" adminClusterResourceAttributes: type: "object" properties: @@ -2633,6 +2644,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" adminExecutionClosure: type: "object" properties: @@ -2929,6 +2943,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" - id: domain: "domain" name: "name" @@ -3056,6 +3073,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" token: "token" adminExecutionMetadata: type: "object" @@ -3164,6 +3184,9 @@ definitions: annotations: description: "Annotations to apply to the execution resource." $ref: "#/definitions/adminAnnotations" + auth_role: + description: "Optional: auth override to apply this execution." + $ref: "#/definitions/adminAuthRole" description: "An ExecutionSpec encompasses all data used to launch this execution.\ \ The Spec does not change over the lifetime\nof an execution as it progresses\ \ across phase changes.." @@ -3232,6 +3255,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" adminExecutionTerminateRequest: type: "object" properties: @@ -3541,6 +3567,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" adminLaunchPlanClosure: type: "object" properties: @@ -3945,6 +3974,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" - id: domain: "domain" resource_type: {} @@ -4188,6 +4220,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" token: "token" adminLaunchPlanMetadata: type: "object" @@ -4268,6 +4303,8 @@ definitions: description: "Indicates the permission associated with workflow executions\ \ triggered with this launch plan." $ref: "#/definitions/adminAuth" + auth_role: + $ref: "#/definitions/adminAuthRole" description: "User-provided launch plan definition and configuration values." example: workflow_id: @@ -4401,6 +4438,9 @@ definitions: labels: values: key: "values" + auth_role: + kubernetes_service_account: "kubernetes_service_account" + assumable_iam_role: "assumable_iam_role" adminLaunchPlanState: type: "string" description: "By default any launch plan regardless of state can be used to launch\ @@ -4706,10 +4746,12 @@ definitions: description: "The status of the named entity is used to control its visibility\ \ in the UI.\n\n - NAMED_ENTITY_ACTIVE: By default, all named entities are considered\ \ active and under development.\n - NAMED_ENTITY_ARCHIVED: Archived named entities\ - \ are no longer visible in the UI." + \ are no longer visible in the UI.\n - SYSTEM_GENERATED: System generated entities\ + \ that aren't explicitly created or managed by a user." enum: - "NAMED_ENTITY_ACTIVE" - "NAMED_ENTITY_ARCHIVED" + - "SYSTEM_GENERATED" default: "NAMED_ENTITY_ACTIVE" adminNamedEntityUpdateRequest: type: "object" diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_auth_role.go b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_auth_role.go new file mode 100644 index 000000000..9732a302e --- /dev/null +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_auth_role.go @@ -0,0 +1,16 @@ +/* + * 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 + +// Defines permissions associated with executions. +type AdminAuthRole struct { + AssumableIamRole string `json:"assumable_iam_role,omitempty"` + KubernetesServiceAccount string `json:"kubernetes_service_account,omitempty"` +} diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_spec.go b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_spec.go index bddada5cd..5a7b2979e 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_spec.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_execution_spec.go @@ -22,4 +22,6 @@ type AdminExecutionSpec struct { Labels *AdminLabels `json:"labels,omitempty"` // Annotations to apply to the execution resource. Annotations *AdminAnnotations `json:"annotations,omitempty"` + // Optional: auth override to apply this execution. + AuthRole *AdminAuthRole `json:"auth_role,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_launch_plan_spec.go b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_launch_plan_spec.go index 469138f51..c66a17c64 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_launch_plan_spec.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_launch_plan_spec.go @@ -22,4 +22,5 @@ type AdminLaunchPlanSpec struct { Annotations *AdminAnnotations `json:"annotations,omitempty"` // Indicates the permission associated with workflow executions triggered with this launch plan. Auth *AdminAuth `json:"auth,omitempty"` + AuthRole *AdminAuthRole `json:"auth_role,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_named_entity_state.go b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_named_entity_state.go index 45090b58e..eed050549 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_named_entity_state.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_named_entity_state.go @@ -8,11 +8,12 @@ */ package flyteadmin -// AdminNamedEntityState : The status of the named entity is used to control its visibility in the UI. - NAMED_ENTITY_ACTIVE: By default, all named entities are considered active and under development. - NAMED_ENTITY_ARCHIVED: Archived named entities are no longer visible in the UI. +// AdminNamedEntityState : The status of the named entity is used to control its visibility in the UI. - NAMED_ENTITY_ACTIVE: By default, all named entities are considered active and under development. - NAMED_ENTITY_ARCHIVED: Archived named entities are no longer visible in the UI. - SYSTEM_GENERATED: System generated entities that aren't explicitly created or managed by a user. type AdminNamedEntityState string // List of adminNamedEntityState const ( - AdminNamedEntityStateACTIVE AdminNamedEntityState = "NAMED_ENTITY_ACTIVE" - AdminNamedEntityStateARCHIVED AdminNamedEntityState = "NAMED_ENTITY_ARCHIVED" + AdminNamedEntityStateNAMED_ENTITY_ACTIVE AdminNamedEntityState = "NAMED_ENTITY_ACTIVE" + AdminNamedEntityStateNAMED_ENTITY_ARCHIVED AdminNamedEntityState = "NAMED_ENTITY_ARCHIVED" + AdminNamedEntityStateSYSTEM_GENERATED AdminNamedEntityState = "SYSTEM_GENERATED" ) diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 8151b14b2..5e47764fd 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -77,7 +77,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x73\x23\xb9\xb5\x27\xfa\x7f\x7f\x0a\x3c\xcd\x44\x74\x97\x4d\xa9\xda\xf6\xf8\x86\xa7\x6e\xdc\x78\xc1\x96\x58\xd5\xba\xad\x92\x64\x2d\x5d\xe3\x37\x74\xc8\x60\x26\x48\xc2\x4a\x22\xd9\x00\x52\x2a\xda\xd1\xdf\xfd\x05\x0e\x96\x04\x72\x63\x26\x49\x49\x94\x3a\xef\xc4\xb8\x55\x24\x13\x89\xf5\xe0\x2c\xbf\xf3\x3b\xff\xfe\x06\xa1\x03\xf1\x88\x67\x33\xc2\x0f\x3e\xa0\x83\x3f\x1e\x7d\x7f\x30\x50\x9f\x51\x36\x4d\x0f\x3e\x20\xf5\x3d\x42\x07\x92\xca\x84\xa8\xef\xa7\xc9\x4a\x12\x1a\x27\xef\x05\xe1\x0f\x34\x22\xef\x71\xbc\xa0\xec\x68\xc9\x53\x99\xc2\x83\x08\x1d\x3c\x10\x2e\x68\xca\xd4\xcf\xcd\x9f\x88\xa5\x12\x09\x22\x0f\xbe\x41\xe8\x57\x68\x5e\x44\x73\xb2\x20\xe2\xe0\x03\xfa\xbf\xfa\xa1\xb9\x94\x4b\xdb\x80\xfa\x5b\xa8\xdf\xfe\x1d\x7e\x1b\xa5\x4c\x64\xc1\x8f\xf1\x72\x99\xd0\x08\x4b\x9a\xb2\xf7\xff\x14\x29\xcb\x7f\xbb\xe4\x69\x9c\x45\x2d\x7f\x8b\xe5\x5c\xe4\x63\x7c\x8f\x97\xf4\xfd\xc3\x1f\xde\xe3\x48\xd2\x07\x72\x97\xe0\x8c\x45\xf3\xbb\x65\x82\x99\x78\xff\x6f\x1a\xab\x31\xfe\x93\x44\xf2\x57\xf8\x47\x9c\x2e\x30\x65\xfa\x6f\x86\x17\xe4\x57\xd7\x0e\x42\x07\x33\x22\xbd\x7f\x22\x74\x10\x13\x11\x71\xba\x94\x66\x56\xae\x88\xe4\x94\x3c\x10\x24\xe7\x04\xe9\xd7\x21\xfd\x3a\xa4\x5e\x87\xec\xac\x89\x25\x89\xe8\x94\x92\x18\x4d\x56\x88\xb2\x65\x26\x11\x27\xbf\x64\x44\x48\x34\xa5\x89\x24\x5c\x1c\x99\x29\x83\xb7\xa4\x4b\xc2\x61\x9c\xa7\xb1\x7a\xcb\x27\x22\x87\xd0\xf6\x19\x34\x7d\x99\x60\xe6\xff\x9a\x13\xb1\x4c\x99\x20\x22\xe8\x2a\x42\x07\x7f\xfc\xfe\xfb\xc2\x47\xe5\x11\x0c\x91\xc8\xa2\x88\x08\x31\xcd\x12\x64\x5b\xf2\x3b\x03\x0f\xc1\x22\xe3\x52\x63\x08\x1d\xfc\x4f\x4e\xa6\xaa\x9d\xff\xf1\x3e\x26\x53\xca\xa8\x6a\x57\xe8\xbd\xe4\xf5\x36\x78\xea\xd7\x6f\xaa\xfe\xfe\xd5\x1b\xd1\x12\x73\xbc\x20\x6a\x5a\xdc\xea\xeb\xff\x2b\x8c\x45\xad\x97\x7a\x79\xbe\xa6\xc5\x8e\x17\x46\x7b\x8e\x17\x04\xa5\x53\x58\x2e\xf3\x04\xfc\xcd\x89\x48\x33\x1e\x11\x34\x21\x49\xca\x66\x02\xc9\xb4\x34\x07\x14\x5a\x50\x5b\xad\xf8\x8d\x5a\x4a\xca\x89\x5a\x2b\xc9\x33\x52\xf8\x56\xae\x96\xd0\x49\x21\x39\x65\x33\x7f\x2a\x7e\x1d\xb4\x1a\x9a\xde\xa1\x1d\x46\xa6\x1f\xa8\x1d\xd8\x98\x0d\xed\x4f\x22\xcc\xd0\x84\x20\x75\x2e\x69\x4c\x38\x89\x11\x16\x08\x23\x91\x4d\x04\x91\xe8\x91\xca\x39\x65\xea\xdf\x7a\xfb\x46\x76\xce\xf6\x67\x6e\xe0\xcf\xe6\x99\xb9\x15\x84\xab\x8e\x3f\xd0\x98\xc4\xe8\x01\x27\x19\x41\xd3\x94\x07\xd3\x73\x34\x66\x37\x73\x35\x0f\x8b\x09\x65\x70\xf2\xd4\x5c\xda\x1d\xf2\x7b\x3b\x5d\xbf\x47\xea\x7d\x28\x63\xf4\x97\x8c\x24\x2b\x44\x63\xc2\xa4\x3a\xd7\xa2\xd8\xda\xef\x53\x78\x3f\x4e\xd0\x21\x52\xf3\x4c\xb8\x84\xf9\x4e\x99\x24\x5f\xa5\x40\x87\x28\xa1\xf7\x04\x7d\x7b\x46\x85\x44\xc3\xcb\xd3\x6f\x07\xe8\xdb\xb3\x5c\x70\x88\x6f\x9f\x61\x86\xdd\xdf\x7f\xf7\x8e\x9e\xc4\xb3\xe2\xa1\x3b\x18\xaa\xd3\x7c\xad\xaf\x89\xbc\x85\xbf\x7f\xe3\xb7\x63\xd6\xab\x59\xf6\xe6\x82\xd7\x48\xdd\x2e\xb2\xf6\x23\x91\xd1\x7c\x8d\xa0\x15\x5b\x4a\x5a\xb5\x1c\x45\x51\x2b\x5e\x97\xac\x55\x43\x78\x6a\x79\xbb\x8d\xb0\xc5\x12\x4e\x01\xa6\x4c\x1f\x1a\x77\x86\xc2\x95\x41\x2f\x27\x56\xb6\x91\xb7\xde\x68\x3c\x91\x6b\x25\xa9\x37\x13\x7b\x32\xd6\x84\x2e\xe8\xba\x75\x3c\x65\xb1\x52\xbb\x8c\x90\x63\xd9\x62\x42\xb8\x1a\xba\x15\x77\x30\xc2\x89\x12\x7f\x32\xe3\x8c\xc4\x35\x43\xfb\x25\x23\x7c\xd5\x30\xb6\x29\x4e\x44\xdd\xe0\x28\x93\x44\xe9\xb5\x85\xaf\xa7\x29\x5f\x60\x69\x7e\xf0\x1f\xff\xab\xeb\xe0\x65\x7a\x4f\xd6\xad\xf3\xa9\x5e\xb5\x08\x0b\x58\xee\x45\x96\x48\xba\x4c\x08\x5a\xe2\x19\x11\x66\x16\xb2\x44\x8a\x01\xfc\x4c\xe9\xd2\x84\x1f\xba\xdb\x06\xde\x60\x6f\xd9\x4c\xc0\x27\x68\xea\x04\x19\x23\x5f\x25\xb4\x34\x66\x70\xcf\xc2\x14\xf9\xb7\xc7\x13\x4c\xe5\x66\xfb\x44\xa4\x5c\xde\x4d\x56\x47\xf7\xa4\xf4\xde\xda\xdd\x82\x19\xc2\x52\x72\x3a\xc9\x24\x51\xe3\x56\x6d\xd8\x7b\x12\x44\x9f\xbe\x8c\x85\xba\x7c\x2f\x4e\x2e\xbe\xbb\xc7\x92\xa7\x33\xcc\xde\x7d\x40\xc3\x38\x46\xba\xa3\xea\x37\x34\xd6\x57\xf2\x9c\x70\x72\x84\x6e\xe6\x54\x20\x31\x4f\xb3\x24\x46\x8c\x3c\x10\xae\xe6\x96\x2c\x96\x72\xb5\x77\xb3\x15\x53\x4e\x22\x98\x98\x2e\x27\xcc\x3d\xa5\x26\x4d\x19\x3d\x2b\x3d\x75\xf7\x64\x05\x8a\x4b\x79\xfa\x9e\x61\xbf\x14\xbe\x25\x2c\x5b\x14\xee\x0a\xf8\xfc\x64\x74\x7d\x3c\x3a\x3f\x39\x3d\xff\x54\x78\x42\xa9\x11\xee\xab\xe0\x9b\xbf\x97\xe6\x66\x8a\xb3\x04\x4e\xb5\xd7\xda\xb3\x29\x2e\xd1\x9c\x26\x31\x27\xec\xbd\xc4\xe2\xfe\x8e\x7c\x25\x51\xa6\xef\xd9\x7f\x87\x1f\xdc\x29\xed\x33\x8d\x49\xf8\x49\xf0\x8f\x5c\xdd\xe9\xfc\xa8\xb3\x4a\x3b\x3f\x09\x36\x6c\xbb\xe7\xe0\x13\x1a\x57\xfe\x1a\x3e\x59\x33\x06\xfb\x9b\x86\xce\xda\x9f\xd4\xf6\xca\xfe\xc0\x28\x70\x95\xbf\xe1\x44\xf2\xd5\x1d\x96\x52\x9d\xf2\x0d\x74\x46\x58\x52\xa4\x46\x8b\xf2\xf5\x34\xea\xa3\x56\x14\x41\x76\x3b\xcd\x51\xf5\x20\xff\xe5\x3a\x7d\xf1\x3c\x8d\xc9\xc8\x35\xfb\x31\xe5\x37\x58\xdc\xbf\x06\x9d\x31\xe8\xf8\x73\xa8\x8d\x9b\x1e\xa0\x37\x67\xd4\x6f\x28\x0e\x7a\x17\xc0\xf6\x33\xd9\xd6\x61\x90\x72\x24\x56\x42\x92\xc5\x5a\xd7\xc1\xeb\x99\x08\x23\xef\xf7\xb5\xc3\x85\x2b\xe7\x37\x70\xea\xc3\x0b\xb4\x3f\xde\x1d\xa6\x6c\x57\x8e\xbf\x7d\x1f\xa7\x0d\xc1\x34\x0f\xf5\xda\x2e\x9f\x0d\x38\x98\x7d\xb2\xf7\xc3\x0c\x54\xbb\x5d\x77\xf2\x89\xbc\x06\xb5\x6b\x65\x67\xfb\x0e\x3a\xb0\xc6\xe4\x0b\x5d\xc7\xee\xfc\xa9\x47\x7d\xe7\x8a\xf6\x98\x49\x65\xf3\x1a\xdf\x12\xe1\x28\x4a\xb9\x56\x05\xe3\x06\xf1\xf6\x7c\x46\xdf\xed\xf9\xf5\xe5\xe8\xf8\xf4\xe3\xe9\xe8\xa4\x6c\xf5\xdd\x0c\xaf\x7f\x2a\x7f\xfa\xe5\xe2\xea\xa7\x8f\x67\x17\x5f\xca\xdf\x9c\x0d\x6f\xcf\x8f\x7f\xbc\xbb\x3c\x1b\x9e\xb7\xb6\x13\xfd\x0e\x74\x5c\xcd\xde\x01\xb6\x4b\x07\xd8\xe0\xed\x7a\xc0\x4c\xf4\xa0\xbd\xf7\x0b\x25\x54\x48\x35\x41\xe6\x49\xb4\xc4\x42\xe8\xfb\x57\xf7\xe0\x68\xcc\x3e\xa7\x9c\x20\xca\xa6\x29\x4a\x21\x38\x24\x24\xcf\x22\x49\xd9\xcc\x3d\xf4\x01\x8d\xb3\xef\xbf\xff\x53\x74\x46\xd9\x3d\xfc\x45\xf6\x71\x72\x7a\xf7\xe0\x26\xb3\xd5\xbb\x07\xfd\xef\x5e\x87\x7b\x30\xc6\x12\xbf\xf7\xbd\x82\x4f\x83\x27\xd1\x91\x4b\xcc\x62\x94\x66\x52\xfd\xa9\xde\x8b\xa6\x3c\x5d\xa8\x73\x43\xbe\x52\x01\x52\xe2\x31\xe5\xf7\xd3\x24\x7d\x6c\xe7\xad\xfa\x44\xa4\xf3\xf7\x9c\x60\x89\x5f\x83\x93\xea\x8b\x19\xa1\xeb\xf8\x27\x22\x55\xdf\xaf\xcc\x5b\x7a\x68\x49\x0f\x2d\x79\x59\x68\xc9\x5e\x79\x8a\x9e\x5e\xf6\x85\x6e\x25\x2d\x00\x6b\xa2\x1e\xb5\x41\x8d\x9a\x98\x85\x17\x92\x78\x4a\xa1\x19\x06\x02\xd6\x08\xcc\xc0\x49\xfe\x5a\x84\x66\xd0\xe9\xe7\x17\x98\xbf\x09\x1f\x7e\xef\xa2\xdf\x70\xa2\x5e\xa5\x5c\x6d\x79\x65\x3c\x9b\x83\xfd\xe9\xe5\x7c\x29\xfc\xdd\x25\xde\xdd\x21\xc0\xdd\x3a\xa2\xbd\x26\x84\x5d\x19\xb3\xae\x0a\x52\x97\xa3\xd2\x95\x61\xe8\xad\xe2\xce\x5d\xaf\xa4\xf6\x11\xe7\x4f\x44\xde\x60\x71\xff\xea\xae\xa4\xa0\xd3\xcf\x7f\x25\xfd\x46\x03\xcd\x7d\x64\xf9\x09\xa7\xee\xad\x5f\x64\xfb\x1b\x3b\xfe\x0d\x04\x8b\xfb\xe8\x70\xa7\x39\x7a\x5b\xe1\xe0\xb7\x1a\xff\x7d\x9d\x01\xdf\x3e\xc2\xbb\xbf\x11\xde\x27\xb5\x83\xc8\x03\x61\x52\x80\xc7\xcb\x57\xa7\x0f\x96\xa9\x68\x56\xff\x8f\x39\xc1\x92\x20\x5c\x70\x35\x21\x68\x10\x71\x12\xa5\x3c\x56\x6a\x3f\x46\xcb\x39\x16\x04\x49\x8e\x99\xa0\xeb\x54\x7f\xdd\x2a\xf8\x76\x54\x3b\xaf\x41\xeb\x0f\x1c\x51\xd0\xeb\xe7\xd2\xf9\x27\x69\x5c\x3a\x1a\xfa\xd4\x54\x7d\xd3\x2c\x5e\x76\x36\x74\xc8\x43\x6b\x33\xf2\x27\xdc\xcd\x4a\x94\x6d\xb8\x9b\x43\x2b\x75\x27\xbb\x19\xcc\xc2\xd7\xb2\x9b\x03\x1b\xf6\xb7\xb5\x9b\xab\x86\xbe\x0f\xbb\xd9\x06\x40\x37\xdc\xd1\xe5\xf8\xe9\x4e\x76\xb5\x0b\x5a\xbe\x96\x9d\x5d\x8a\xb2\xfe\xb6\x76\x77\xdd\xf0\x5f\x76\x87\x3b\xdf\xeb\xae\xf6\xf6\xfa\x8d\xeb\x26\xe0\x35\x6c\x5a\xd7\x59\xdd\xf7\xdf\xcc\x6e\x2d\x8d\x7b\x4f\xb6\xe9\x7b\x4e\x74\x4e\x55\xa7\xfd\x7a\x65\x1e\xea\xbc\x63\xed\x83\xfd\x9e\x7d\x4d\x7b\xd6\xae\xda\xfe\xec\xda\x3a\x04\x57\xf7\x3c\xc3\x06\x58\x96\x40\x0b\x2c\xa3\xb9\xfa\x52\x87\x84\x5a\x92\x51\xe4\x89\x85\xaf\x6a\x77\x3f\x47\x36\xe1\xdb\x76\xfe\xf6\x4e\xdf\xdf\x20\xe9\xcf\xde\x20\x94\xfb\xac\x88\x1d\x66\x45\x50\xd1\x67\x45\xf4\x59\x11\x6d\x27\xa8\xcf\x8a\xe8\xb3\x22\xbc\xef\x5e\x47\x56\xc4\xd3\x27\x44\xec\x26\xeb\xe1\x55\x29\xd1\xbd\x02\xdd\x2b\xd0\x7d\x6a\x83\x1b\xda\xae\x04\x98\x7d\xfa\x20\x26\x09\x91\xa4\x51\xfc\xdc\x10\xbe\x50\xb6\x41\x40\xf0\x5b\x11\x34\xc8\xb9\x83\xdc\x0e\x02\xf7\x46\x93\x5c\x72\x6d\xbf\x4e\xe9\xe4\xba\xdf\x67\x62\xf5\xe2\xaa\x17\x57\x9b\x0c\x6d\x7f\xbc\xb2\xde\x61\x7e\x51\xb7\xac\x47\x17\x7c\x47\xe3\xdd\x30\x06\x3b\xb5\xd1\xe7\x0b\xce\xa7\x22\xa0\x6c\xdd\xcc\x49\x9b\x93\xef\x9e\xc6\xaf\xc2\x4f\xab\xe4\x48\x3c\x62\x92\xca\x95\x43\xa9\xf1\x9e\x38\xb8\x27\x0e\x6e\x3f\xd6\xde\x43\xb8\x43\x0f\x61\x4f\x1c\xdc\xfb\xc0\x7a\x1f\xd8\xd3\xfb\xc0\x5e\xca\xa1\xfd\xcc\xc7\xf2\xb9\x54\xb4\xcd\x80\x49\x2c\x46\x9c\xcc\xa8\x90\x84\xab\xd9\xab\x54\xca\xd6\x23\x95\x5e\x6b\x29\x9c\xd6\xb8\x0f\xff\xb5\x07\xff\xab\x45\xf7\xaf\xcc\x2d\x0a\x47\x7d\x82\x63\x57\xf7\x02\x54\xa7\x05\x5e\xa1\x39\x7e\x20\x68\x8a\x69\xa2\x0d\x23\x23\x1d\x1b\x46\xd8\xd4\xa1\xff\xdd\xad\x43\x38\xec\x0e\x27\x53\xc2\x09\x8b\xb4\xb4\xd7\xca\x4f\x84\x13\x44\x40\x29\xd5\xbf\x99\x2b\x33\x35\xe1\x04\xc7\x2b\x34\x21\x84\xb9\x6d\x53\xa1\x29\xd4\xf4\x79\x27\x4a\xeb\x8b\x9b\x69\xe5\xdd\xb3\x2f\x46\xda\x93\xa0\x67\xaa\x45\xc2\xf6\xc6\x99\xf8\xe3\xeb\x12\x15\x3d\x88\xa6\x77\xaa\xbd\xbc\x53\xad\x07\xd1\xf4\x26\xf2\x1e\x98\xc8\x3d\x88\xa6\x07\xd1\xf4\x0e\x84\xd6\xb3\xd5\x3b\x10\xfc\xef\x5e\x07\x88\xe6\x09\xeb\xd4\x3e\x97\x86\xdd\x2b\xd8\xf6\x77\xbd\x82\xdd\x2b\xd8\x6f\x54\xc1\xde\x8f\x19\xee\xb5\xeb\x5e\xbb\xee\xb5\xeb\x5e\xbb\xee\xb5\xeb\x5e\xbb\x36\x4f\xed\x52\xbb\x86\xbf\x2c\x1b\xe8\xd6\x88\xf5\xee\x51\xae\x4f\x44\xbe\xd6\x10\x57\xaf\x52\xf7\x2a\xf5\x7e\xab\xd4\x7b\x33\xa0\xb7\xc7\xee\xd7\xf3\xe3\x95\xee\xc7\xb7\xc0\x8f\x67\x9f\x3e\x58\x66\xcd\xd7\xdf\xed\x32\xb6\xe9\x12\x42\x62\x99\x81\xa5\xd1\xe2\x2a\x44\x43\x89\x16\xa9\xd2\xbb\x19\x09\x7e\x63\xf7\xbc\x06\x11\xcc\xe8\x03\x61\xc8\xc2\x82\x07\x46\xb2\x0d\xc0\xf8\xfd\xd5\x0a\x38\x93\xa7\x81\x25\xc2\x48\xd2\x05\x39\x42\xa7\x53\xbd\x81\x22\x9c\x24\x48\x10\x29\x0a\xc8\x13\xa5\x90\x99\x87\x58\x9c\xf7\xd5\xbe\x9b\xe6\x40\x04\xfd\xb3\x81\x3d\x7f\x59\x22\xf5\x69\xb4\x8d\x3f\xd2\x24\x51\x7d\x30\x9b\x16\x84\xcf\x82\xf0\xc4\x3e\x19\xbc\xd6\xfe\x78\x81\x63\x65\x4d\x78\x5d\xc8\x13\x4a\xfc\xdf\x83\x98\xa7\xc2\x41\x29\x82\xe7\xf5\xd3\x47\xc8\xd8\x7d\x9a\xc7\xaa\x55\x37\xe6\x38\x56\x62\x3f\x9a\x93\x38\x4b\x08\xc2\x42\xa4\x11\xc5\x92\xc4\x88\xea\x6b\x01\x51\x69\xad\x44\xfb\x23\xfb\xea\x98\x0a\x3c\x49\x48\x6c\xe6\x98\xe4\xc8\x8e\xc6\x9e\x53\x81\x26\x44\x4d\xb1\xba\x79\xc2\xd9\x9f\xeb\x4b\xa9\xa2\x37\x5e\x57\x48\xb9\x27\x84\xe9\x8e\x34\x28\x55\x7a\x73\xbe\x56\xbd\x4a\xf7\xbe\x4f\xb7\xe9\xb5\xac\x5e\xcb\xea\x34\xa0\x37\xa5\x65\xed\x11\x1a\xcd\x0a\xa4\x17\x45\xa3\x41\xcc\x4a\x49\xfe\x3b\xe7\x94\x12\x9b\xd9\xeb\xce\xef\xf7\xd9\x36\x39\x74\x2d\x1e\xa7\x6c\x4a\x67\x19\x37\x0e\xf8\x89\x3a\xb1\x6b\x03\x63\x15\xed\xbc\x8a\x1b\xa7\xba\xeb\xcf\x75\xf1\x74\xb1\x21\xd0\x21\x52\xda\xf5\xdd\xd5\xe8\xfa\xe2\xf6\xea\x78\xf4\x01\x0d\x97\xcb\x84\x6a\xc7\x7e\x94\x09\x99\x2e\xe8\xbf\xd4\x30\x34\x77\xad\x93\xdc\x46\x0d\x11\xa0\x70\x40\x24\x41\x1c\x8d\x19\x3a\x44\xc7\x67\xb7\xd7\x37\xa3\xab\x9a\x06\xcd\x26\x80\x8a\x2d\x64\xb1\x4c\x40\x2b\xb9\xcf\x26\x84\x33\x22\x89\x40\x51\x92\x01\xac\xd9\xc5\x17\x74\xa3\xa3\xff\x33\x3a\xbe\xbd\x39\xbd\x38\xbf\xfb\xeb\xed\xe8\x76\xf4\x01\xd9\xdd\xa4\x9a\x55\xfd\x52\xbd\x88\x57\x0c\x2f\x94\xf9\x13\x92\xec\xfe\x92\x91\x0c\x94\x20\x3a\x63\x0b\xc2\x64\xb1\x45\xdb\xe1\xb3\xe1\x0f\xa3\xb3\xb0\xe5\x39\x41\x3f\xfd\x25\xef\x54\x82\x27\x24\x31\x01\x0f\xf0\xe7\x2b\x81\x9d\xbf\xc8\x44\x42\xb2\x92\x98\x7c\x6e\x5b\x2a\x58\xd0\xb2\x75\x54\x5c\xa1\xf2\x2f\x0a\xd3\xdd\xf4\x83\x60\xf6\x5a\x1b\x5b\x61\x0f\x9f\x4d\xd2\xa9\x03\x12\xdf\x01\x42\x9a\x12\xf1\xfe\xdf\xc1\x41\xf9\xf5\xc9\x88\x37\x90\x97\x2d\x68\x24\xdf\xba\x9a\x79\xf9\x03\xaf\x41\xde\xf9\xdd\x7d\x49\xd9\xb6\x23\x7d\x62\xbf\x5c\x16\xdd\xb5\xb5\xde\xea\xe8\xad\x8e\xea\x99\xe9\xe1\x12\x35\x33\xbc\xab\x6b\x67\x13\x2f\xdf\x94\x92\x24\x16\x25\x37\x4d\x70\x6d\xac\x75\xc9\xbc\xde\x1b\xe3\x79\x9d\x32\x5d\x74\xe3\x2b\xe7\x3f\x37\x0e\x75\xb5\x5a\x0b\x22\x31\x94\x20\x94\x29\xca\xa0\xeb\xfd\x2d\x54\x9e\xe6\xfe\x16\xea\x6f\xa1\xda\x99\xe9\x6f\xa1\x57\xec\xbc\xaa\x90\xdc\x2f\xea\xbd\x5a\x67\xd3\x6d\xc5\x7f\x53\xe1\xda\x2a\xdb\x72\x02\x89\x39\xe6\xba\xd2\x49\x94\x2e\x16\x29\xf3\x22\xaf\xab\x25\x19\x20\x17\x6c\x03\x37\x05\x74\x63\x9d\xe7\x2b\x7f\x0d\x7d\x1d\x3e\x2f\x6f\x5e\x9e\x03\x15\xde\xdb\x81\x6b\x26\xa8\x27\x0a\xea\x89\x82\x7a\x9c\x76\x4f\x14\xd4\xbc\x5b\x7a\x24\x72\x8f\x44\xf6\xbf\xeb\x89\x82\xf6\x88\x28\x28\xac\x21\xae\x31\xd7\x55\x45\xf7\x7f\x2d\x7f\xe3\x47\x2e\x4a\x25\xd7\x4d\x40\x43\xd7\x23\xdf\x1e\x9a\x1d\x96\x68\x5d\x17\xd9\xf0\x8b\x7a\xee\xb9\x5e\x3b\x4d\x56\x92\xd0\x38\x29\x57\x23\x7d\x06\xe8\x50\xd5\x42\xbf\x45\x5f\x4a\xc5\xb6\xed\x1d\x2b\x6b\x27\xea\xad\x12\xfa\xe6\x72\xe9\x15\x39\xfd\xdb\x09\x6f\x4b\x7a\x7e\x57\x23\xc2\xab\xbf\x77\x82\xbc\xfa\xeb\x6d\xf3\xd8\x43\xd9\xbd\x69\xfe\x7a\x20\x1b\x5f\x87\xb7\xc2\xef\xf1\x73\xf8\x2b\x1a\x57\xff\xcd\xc9\xf5\xa6\xbd\xdc\x4b\xf7\x96\xd3\xf5\x56\x65\x7c\xef\xcf\xd8\xa5\x3f\x63\xf0\x76\x1d\x1a\x7d\xde\x79\xc3\xe4\xf4\xde\x9e\x4d\x66\xab\xf7\xf6\xf8\xdf\xbd\x8e\xbc\x73\x73\x57\xdf\xe9\xab\xde\x03\xa9\xbf\xff\x77\xfe\xb7\xa7\x48\x7b\x1f\x56\x84\xfc\x3a\x00\x73\x2c\xfc\x99\xc4\xb9\xfa\x91\x37\x5e\x01\xd8\x31\x7d\x38\xb4\x4a\x49\x1e\xbc\x5e\x8b\xdf\xb9\xd4\x8f\x9e\xc0\x93\xaf\x0b\xed\x5e\xd3\xf5\xe7\xc5\xf5\x94\x77\xc2\x3a\xd5\x09\x20\x03\x4e\x9f\xa6\x1a\xcd\xfd\x38\xa7\x70\x4d\x02\x9d\x0b\x5c\x25\xde\x82\xdb\x3c\x39\x0c\x80\xf6\x3a\x9d\xe3\xb9\xd5\xa9\xd2\x76\x6f\x37\x70\xb3\x47\x5f\xef\xb8\x5f\x1c\x09\xb1\x66\xdf\xbf\x28\x2a\xa2\x41\x66\xee\x06\x10\xf1\x7c\xf2\xf1\x13\x91\x6f\x4f\x38\x7e\x22\xf2\xb9\x24\xe3\xa6\xe2\xb0\x51\x24\xe4\xec\xf3\x7b\x22\x0d\x36\x13\x7d\xaf\x6b\x8c\x7d\x5e\x57\x9f\xd7\xf5\x5b\xcf\xeb\xb2\x4f\xb7\xa9\x3d\x7a\x02\x3f\x79\xc6\xab\x4a\xbf\xf0\xed\xdd\x56\x7a\x5c\xfd\x85\xd5\x5f\x58\xdd\xc6\xb8\xaf\x2a\xba\xdd\xcf\xfb\xa0\xa2\x77\x4a\xb5\xd7\xd1\xbb\xbc\x8a\x8f\xdd\xfe\x6b\x23\x74\x97\xf6\x65\xaf\x47\x08\x89\xae\x72\x66\xab\x74\xad\x75\xb5\xb7\xae\xf2\x82\x5b\x15\xb1\xa3\xe2\x94\xdb\x5f\x5f\x96\x44\xd9\xbe\xcf\xba\xed\xf9\x73\x09\xfb\x7d\x11\x11\xf9\xb8\x5f\x54\x28\x28\x1d\xb7\x08\xf9\x0a\x91\x04\x77\x8d\x20\xb0\x35\xbf\x0d\x12\xda\x9b\x7f\x5a\x00\x8a\x85\xdf\x19\xe8\x18\x7c\x0d\x5d\x2e\xf6\xc3\x7e\xe8\xbf\xd0\x7e\x96\xb7\x6c\x3f\xb1\x2c\xa1\xf0\x21\x27\x92\xaf\xee\xb0\x54\x76\x84\xdc\x1e\x9d\x16\x5a\x0d\x6b\xd0\x69\x37\x58\xdc\xbf\x4a\x74\x5a\xd8\xf1\x27\x3e\xb3\xad\xf7\xe4\x9b\xc3\x35\xb4\x3d\x61\x3d\xc6\x61\x83\xa9\x7b\xab\x78\x87\x26\x11\xba\x37\x3d\x2c\x48\xf1\xb7\x78\x72\xc3\x3b\xa9\x3f\xa2\x4d\x73\xf4\xe6\x18\xec\x0a\xaa\xc6\x9a\xb1\xbd\x12\x26\xbb\xa2\xb6\xb4\xeb\x5e\x3d\x0d\x04\xca\x5b\x8d\x9e\xed\xf8\x8d\xb2\x1d\xb7\x33\x6e\x5a\x5b\x36\x6d\xcd\x9a\x76\x36\x4d\xbd\x41\xb3\x05\x92\x3a\xb4\x33\x36\x45\x52\x07\x7a\xfc\xab\xf0\xd6\x04\x3d\x7e\x0e\x24\xf5\x6f\xd4\xf4\xe8\xed\x8e\x27\x99\xb7\xb7\x6a\x74\xec\xb9\xc5\xd1\x63\xc0\x77\x89\x01\xef\x21\xe0\x3d\x04\xbc\xed\x04\xf5\x10\xf0\x1e\x02\xee\x7d\xf7\x3a\x20\xe0\xc6\x5e\xdc\x16\xbd\x58\xa5\xb2\xe7\x0a\x6d\x40\x0c\xb3\xb9\xfa\x7e\x1a\xbf\x0a\xbd\xdd\xe3\x6b\x72\x96\x35\x7f\x0e\xfd\xbd\x27\x26\xea\x89\x89\x7a\x25\xee\xb7\xa4\xc4\xf5\x7a\xca\x26\xb3\xd5\xeb\x29\xfe\x77\x3d\x31\xd1\x1e\x11\x13\x29\xc5\x29\xc0\xad\xad\x85\x4f\x1d\x73\x82\xa5\xae\x4e\xc6\x73\x24\x55\x41\x01\x6b\xd2\xae\x74\x03\x4a\xbf\x7a\x0d\xca\x95\xea\xa7\xee\x71\x0b\x1c\x95\xff\xc2\x83\xff\xd5\xa2\xe3\x57\xe6\xae\x84\x03\x3d\xc1\xb1\xab\x09\x07\x0a\xd2\x02\xaf\xd0\x1c\x3f\x10\x34\xc5\x34\xd1\x6e\x2a\x23\x03\x1b\xc6\xd6\xd4\xa1\xff\xdd\xad\x43\x38\xec\x4e\x0e\x4a\x55\x32\x5d\xab\x38\x11\x4e\x10\xd1\x14\xaa\xf0\x1b\x28\x58\x67\xca\x03\x4e\x08\x61\x1e\xc2\xb1\x6d\x9f\x77\xa2\x9a\xbe\x38\x18\xcd\xdf\x37\x2f\x8e\x43\xab\x2f\xf2\xbc\x3b\x9b\x6b\x1b\x43\x4b\xfc\xf1\xb5\x88\x82\xe7\x30\xab\xde\x70\xe8\xa3\x0f\x6f\xfc\x36\x19\xd7\xf7\x46\x25\xef\x0d\xdd\x1d\x1a\xba\x90\xba\xf2\x46\x2d\xdd\x3e\x5c\xd1\x30\x39\xbd\x1b\x60\x93\xd9\xea\xdd\x00\xfe\x77\xaf\x27\x5c\x51\xaf\x3d\x6f\x56\x4e\xf0\x09\xf5\xe8\x5e\x8d\xee\xd5\xe8\x5e\x8d\x7e\xb3\x6a\xf4\x7e\xcc\x70\xaf\x43\xf7\x3a\x74\xaf\x43\xf7\x3a\x74\xaf\x43\xf7\x3a\xb4\x79\x6a\x27\x3a\x34\xfc\x65\x13\x88\x77\x93\x2d\xdc\x2e\x22\x65\xd2\x85\x5f\x8b\xf2\xdc\x2b\xce\xbd\xe2\xbc\xdf\x8a\xf3\xde\x0c\xe8\xed\xe5\x08\xf6\x59\x76\xa5\x5b\xf0\xcd\x66\xd9\xb9\x62\x02\x1b\x10\x25\x07\x9f\xd9\x86\x9e\x9b\x3e\x79\x60\x25\x23\x66\x31\xb2\x9d\xe8\x44\xa6\xfc\xc5\x3c\xf4\xba\xc8\xd7\xca\xbd\xee\x29\x94\x91\xb7\x6a\x3d\x85\xf2\x13\x8e\xdb\x9e\xb3\x35\x23\xb7\x7b\x54\x7b\xaf\x5e\xe9\xb0\x5f\x1c\xe6\x53\x7f\xd2\x5f\x14\xf4\x53\x79\x73\x94\x12\x2e\xf2\x52\x54\xcf\xcf\x1c\xbd\xcd\xd5\xf0\x89\xc8\xb7\x72\x2f\xf4\xec\xd1\x3d\x19\xe7\xc6\x45\xa6\x3a\x49\xf8\xd7\x35\xc4\x9e\x20\xbb\x27\xc8\xee\x09\xb2\xdd\x5b\x9f\x83\x20\x7b\x9b\x1b\x59\xbf\xfe\xad\x5c\xca\x3d\x49\x76\x7f\x2f\xf7\xf7\x72\xe5\x10\xf7\xd0\xe0\xda\x0b\x0a\x70\x67\x70\xed\x2a\xb5\xdd\x0f\x65\x39\x61\xbc\xd3\x0c\x77\x3b\x93\x7d\x96\xbb\xf9\xbf\x3e\xcb\xbd\xcd\xe0\xfa\x2c\xf7\x1e\xb8\xd4\x67\xb9\xf7\xd0\x9c\x1e\x9a\xd3\x67\xb9\xbf\x96\x2c\x77\xab\x40\xed\x22\xd3\xbd\x42\x19\x5b\x9f\xed\xfe\xa5\x6c\x19\xec\xad\xa2\x65\xfb\xda\x67\xbd\xf7\x59\xef\xdb\xee\x9d\xbd\xb0\xc9\x9e\x24\xfb\xbd\x42\x0c\x6c\x6b\x88\xbd\x8e\x2c\x78\xdb\xdb\x3e\x85\xa7\x47\x22\xee\x3f\x12\x71\xef\x52\x78\xf6\x46\x6d\xef\x8d\xe1\x1d\x1a\xc3\x7d\x16\x4f\x9f\xc5\xd3\xbb\x0a\x5a\xcf\x56\xef\x2a\xf0\xbf\x7b\x1d\x59\x3c\xeb\xb5\xe9\x9d\x64\xc3\x3f\x85\x5e\xdd\xab\xd5\xfa\x77\xbd\x5a\xdd\xab\xd5\x6f\x54\xad\xde\x8f\x19\xee\x75\xea\x5e\xa7\xee\x75\xea\x5e\xa7\xee\x75\xea\x5e\xa7\x36\x4f\xed\x4c\xa7\xde\x6d\x76\x7c\xc7\x28\x96\x97\x71\xf1\x9a\x94\xe9\x5e\x91\xee\x15\xe9\xfd\x56\xa4\xf7\x66\x40\x7d\xa6\x7c\x9f\x29\x5f\xfa\x66\x7f\x33\xe5\xbf\x31\x1b\xe1\xc0\x93\xfd\xee\x92\x38\xf8\x21\x49\x27\x37\xab\x25\x51\xff\x3d\xa1\x0b\xc2\x04\x68\x2c\x54\xae\xfc\x8b\xb3\x66\x82\xcb\x53\x7b\x70\x7d\x7a\xfe\xe9\xcc\xcf\x21\x39\xf8\x7c\x7b\x76\x73\x7a\x39\xbc\xba\xb1\x3d\x74\xa3\xf2\xe7\xc2\x3c\x17\xdc\xfd\xc7\xe9\x62\x89\x39\x15\x29\x1b\x7d\x5d\x72\x22\x54\xd7\x2e\xe0\xb6\x4d\xf9\x66\xbd\x1b\xfd\xd5\xef\xd9\x79\xf8\xcf\x4f\x37\xe1\xbf\x82\x51\x9c\xdd\x84\xff\x1a\x35\x8e\xc6\x6b\xb8\x78\x82\x0e\xd1\xa7\x9b\x0f\xe8\x13\x44\xfd\x39\xba\x99\x63\x06\x19\x4a\x67\x37\x1f\xd0\x19\x11\x02\x3e\xc9\x1f\x96\x54\x26\x30\xb6\x1f\x28\xc3\x7c\x85\xec\xf0\x75\x32\x12\x06\x77\xa0\x9d\x9a\xe2\xe4\xb1\x7f\x66\x0c\x14\xd6\x7c\xf6\xce\xd2\x19\x8d\x70\xb2\xdd\x24\x0e\xcf\xfd\xf3\x72\x70\x71\xd5\x38\x15\xfe\xaf\xcb\x73\x31\x3c\x3f\x81\x24\x2c\xdb\xd5\x8a\x91\x9f\x13\x21\x49\xac\x2e\xc0\x58\x6f\x5e\x65\x6b\x90\x95\x77\x31\xfe\x33\xa5\x8c\xc4\x28\x13\x4a\x5d\x1b\x9e\x9f\xa0\xf7\xe8\xe2\x6a\xcc\x2e\x78\xac\xfd\x05\x44\xdd\x28\xda\x56\xa1\x02\xb1\x54\x22\xba\x58\xa6\x5c\x62\x26\xd5\x65\xaa\x04\x59\x6a\x66\x44\x20\xcc\x09\x3a\x4e\x17\x8b\x4c\x62\x49\x1f\x48\x69\x52\x99\x36\x02\xae\x89\x3c\x8d\xc1\x03\x59\x31\x87\xe9\x24\x50\x74\x0e\x96\x5c\xb5\x2f\x69\x41\xfb\x3b\xa0\x71\x49\x1d\xb4\x4d\x60\xce\x71\x28\x06\x0f\xa8\x24\x8b\xe2\xef\x5b\x22\xc5\x7e\xad\xd4\xad\x5d\x05\xe3\x11\xe7\x29\x87\xff\xf9\x89\xb2\x78\xb3\x5d\x71\x7b\xfe\xd3\xf9\xc5\x97\x73\x7f\x67\xdc\x5e\x8f\xae\xfc\x7f\x5f\xff\xed\xfa\x66\xf4\xb9\x71\xb7\x14\x5b\xc9\xb7\x01\x74\x0f\xee\x99\x0f\xe8\x5a\x17\xa5\x4d\x39\x52\x9a\xc3\x41\xf5\xa0\x3e\x13\x89\x63\x2c\x71\xfe\x41\x1a\x93\xcd\xc6\xf6\x79\x78\x7e\x3b\x3c\x0b\x86\x72\xfc\xe3\xe8\xe4\xf6\x2c\xb8\x39\xec\xf8\xbc\x4f\xae\x46\xfa\x5e\xf0\x3f\x3b\xfe\xf1\xf4\xec\xe4\xce\xdd\x24\x4d\xb3\x51\x78\x6f\xf1\xf8\xdc\xcc\x09\x5a\x10\x39\x4f\x63\x34\x59\xf9\xd9\x31\x79\x96\xe2\x23\x16\x28\x01\xef\x1f\x89\x8f\xc6\x5a\xd4\xe8\x56\x3f\xa8\x53\x84\xcc\xcb\xbc\x27\x16\x69\x4c\x06\xe6\x37\xea\x9c\xe8\x64\x4e\x75\x9b\x83\x51\x54\xd5\xb0\x7a\x3b\x66\x88\xb2\x98\x3e\xd0\x38\xc3\x89\x4e\xba\x74\x73\xf4\x01\x0d\x91\x32\x4e\xe2\x2c\x21\x48\x72\x3a\x9b\x81\x1e\x5b\xe8\xaa\x6e\xcd\x3c\x0a\x33\x09\xcf\xb9\xfa\xc3\xca\xfe\x81\xd7\x1a\x03\x88\x4e\x12\xad\x25\xea\x07\x21\xc9\x34\x6c\x91\x63\x39\x27\xbc\xaa\x6b\x76\x5d\x3e\x68\xb7\x45\xcd\xb0\x20\xe9\x2f\x87\xb1\x41\x44\x45\x68\xf5\x7b\xc9\xc9\x03\x4d\x33\xef\x51\x93\x0f\x1b\x2c\x6e\x65\xf3\xf9\x04\xc0\xb4\xa5\xd0\xc7\xbc\x99\x70\x37\x5f\x59\x57\xa7\xfd\x63\xc4\x24\xaf\xbc\x9a\xdb\xca\x1c\xa3\xf8\x05\x42\xa7\xda\x3e\x2c\xbd\xfb\xbc\xa8\xc9\x97\xed\x67\xa3\xfd\xa9\x97\x1c\x1d\x54\x1a\x8e\xa0\xdd\xd7\x49\xbd\x0a\x05\x2e\x97\x00\x3f\x83\x5d\xb0\xc8\x84\x04\x76\x0d\xed\x82\x42\xf7\x7f\x11\xe8\x97\x0c\x03\xc4\xf0\x08\x5d\x13\x32\x66\x73\x29\x97\xe2\xc3\xfb\xf7\x33\x2a\xe7\xd9\xe4\x28\x4a\x17\xef\xf3\xa4\xe3\xf7\x78\x49\x17\x58\xed\x17\xc2\x57\xef\x27\x49\x3a\x79\xbf\xc0\x42\x12\xfe\x7e\x79\x3f\x03\x6f\x83\xd5\x61\xdf\xbb\x66\x67\xe9\xff\x38\xfb\xd3\xf7\x87\x67\x7f\xf9\xfe\xa0\x2c\x52\xeb\x4e\xe7\x88\x45\x78\x29\xb2\xc4\x78\x25\xb9\x3f\x37\x80\x94\x85\x99\x58\xb7\xde\xe7\xe1\x72\x6d\x27\x90\x8f\x2f\x6f\x03\x15\x27\xfc\xe7\xe7\xd1\xe7\x8b\xab\xbf\x05\x02\xed\xe6\xe2\x6a\xf8\xa9\x59\xd5\x29\x49\xec\xc2\x34\xfc\xc4\xd2\x47\x16\x8e\x5e\x14\x07\x9d\x31\x49\x17\xc4\x0a\x6c\xf3\xcf\x1b\x3d\xd2\x0d\x46\x7e\x71\xf3\x63\x78\xf1\x7c\x3c\xfb\xdb\xcd\xe8\xee\xfa\xe4\xa7\xc6\x91\xe8\xc7\x82\x9e\x5d\x83\x4b\xe5\x38\x4d\xb2\x05\xf3\xff\xde\xbc\x6f\xa7\xe7\x37\xa3\x4f\xc5\xde\x5d\x0c\x6f\xc2\x69\xbf\x0a\x3d\x75\x07\x3f\x5c\x5c\x9c\x8d\x86\xc1\x5a\x9e\x0c\x6f\x46\x37\xa7\x9f\x03\x25\xf5\xe4\xf6\x6a\x78\x73\x7a\x71\xde\x38\x4c\xdb\x83\x8a\x81\xaa\x61\xf9\xc3\xdc\xb5\x9c\x69\x75\xcc\x87\x26\x0a\xa6\x0f\xca\xa1\x97\x22\xa5\x1d\x5c\xa0\x03\x1c\x3a\xff\x40\xa4\x7b\x5a\x29\x6b\x64\xb8\x4c\xa8\x5e\xd6\x35\x2e\x74\x93\xc8\xbb\x71\x5d\x80\x7e\x19\x3f\x38\x4e\x92\xf4\x51\xc7\x22\x16\x54\x69\xaf\x26\x5f\x55\xfd\x44\xa0\x28\xe3\x9c\x30\x99\xac\x8e\x2a\xc4\x49\xb8\x2c\x29\x97\x27\xce\x5b\xbd\xd1\x86\xab\x74\xfd\x96\x9d\xbe\x95\x5b\xa5\xe8\xe8\xb5\xdd\x02\x5e\xfa\x74\xf6\x99\x08\x81\x67\xe4\xa3\x0d\x86\xed\x48\x48\x5d\xff\xec\xff\xf3\xbf\xaf\xd7\xec\x67\xdb\x44\xd0\x43\xf0\x6d\x0e\x27\x29\x97\x56\xaa\x6c\xb3\x97\x23\x9c\x89\x4e\x9b\xb9\x39\x96\x87\x51\x26\x08\x3f\x34\xce\x13\x12\x23\xac\x3a\x6a\x02\x79\xc0\x1e\xb5\xc4\x42\x6d\xa2\x14\x74\x1a\x62\x7e\x9e\x69\x3e\x29\x04\xbd\xa9\xb9\x5d\x97\x9c\xb2\x88\x2e\x71\xb2\xd1\xd1\x2b\x78\x77\x0c\x6e\xff\x3b\x3a\x45\x98\xad\xde\x95\x14\x2f\x49\xf8\x02\x82\xda\xa6\x9b\x4e\x89\x59\xb7\xad\xf5\xea\x30\x96\x4a\x1c\xba\x23\x36\x58\x1b\x1d\x6d\xa9\x1b\x6e\xa1\x15\xf3\x76\x6d\x48\xe2\xe4\xb2\xba\xcd\xaa\x09\xf3\xcd\xaa\xa6\xa5\xfe\x8c\x97\x6a\x89\x35\xb3\x04\xc2\xf9\x18\x4d\xac\xda\x90\x82\xa9\x7f\x05\x53\xe6\xf9\x05\xdb\xab\x18\xf9\x14\x9a\xa0\x53\xf9\x25\x81\xd2\xee\xc1\x08\xcc\x96\x9c\x66\x32\xe3\x4a\x99\x52\x6a\x3f\xfa\x8e\x1c\xcd\x8e\xd0\xc5\xcf\xa3\xab\xab\xd3\x93\xd1\x00\x0d\x2f\x2f\x47\xe7\x27\x03\x44\x64\xf4\xce\xda\xdb\x20\x35\x49\x3c\x66\x32\x35\xee\xbf\x15\x9a\xa7\x8f\xea\x5d\x0b\xc2\x67\x24\x18\xb3\xf9\x31\x82\xe4\x90\x19\x15\x52\x47\x4a\x40\xfd\xf1\xa8\x54\xe8\xa2\xa8\x07\xe9\x1d\x92\xc9\xf9\x36\x5b\x03\x0b\x91\x2d\xf0\x24\x21\x77\x14\x2f\xee\x78\x9a\xac\x3b\xc3\x95\x47\x2a\x57\x1d\xef\x84\x76\xb5\xdd\xe1\x28\x4a\x33\x26\x5b\xb7\xb6\x6e\x1d\x4f\x60\x9a\x04\x5a\xaa\x03\x05\x8e\x9a\x32\xf9\x88\x9b\x2e\x81\x22\x70\x1e\x81\xfd\x00\x22\x23\xc9\xe1\x1d\xb0\x24\x55\x73\x79\xac\x59\x6d\xac\x5a\xe9\xf1\x8e\x6c\x33\xc1\x55\xad\xbc\xec\xf9\x3b\xd6\x07\xaf\x8a\xce\x45\x1b\xc8\x05\x76\x3e\xc0\xd0\x14\x68\x88\xf4\x04\xab\x9d\xa9\x0f\xc4\x2f\x59\x2a\xb1\x78\x77\x34\x66\xea\x74\xdf\x93\x95\xf6\x12\xa9\xf3\xf3\x3b\x25\xd3\x0f\x05\x61\x82\x4a\xfa\x40\x7e\xa7\xf5\x5b\x25\x01\x1e\x30\xa7\x6a\xef\x09\xf5\x06\xc3\x7e\x14\x32\xcd\x4c\x69\x02\x61\x62\xd5\xa8\x39\xbe\x26\x7e\x3e\xf1\xe9\x69\xec\x77\xba\xfb\x33\x22\x21\xf6\x23\xa9\xcc\xd4\x1e\x88\x35\xbd\x52\xa9\xeb\x6b\x55\x0b\xd8\x15\x27\x3a\x6e\xb5\x95\x0b\x6b\x93\x33\xd5\x55\x39\x2c\x9e\x17\x2a\x96\x09\x5e\x95\xcc\xcc\x75\xe7\x4c\x19\x53\x62\x89\x23\x92\xc7\xcd\x6c\x88\x31\x4a\x17\x8b\x94\x25\x2b\x87\x95\x89\xe9\x14\xb2\xd9\xa4\x3a\x83\x68\x42\xe4\x23\x21\x2c\xff\x14\x19\x59\x80\x28\x13\x12\x33\xcd\x5d\x05\xbb\x65\xac\xe6\x2a\xce\x40\x65\x1b\x1f\x0c\xd0\xf8\x20\x26\x0f\x24\x49\x97\x0b\xc2\xa4\xfa\x80\xc8\xca\x13\x3a\x5a\x60\x9a\x9c\xa7\xea\xfe\x8d\x70\x9d\xbe\xd7\x76\x59\x38\x89\xe8\x92\x12\x26\xc5\x1d\x51\xed\x3e\xa9\x9b\x71\x9d\x7e\x6c\x01\x39\xd0\x13\x84\xe3\x98\x13\x21\x80\xb2\xc5\x76\xd2\x68\xf3\xda\x3b\xeb\x26\xa0\xdd\x1e\x76\xfe\xbd\xdd\x6e\xe3\x6a\x3b\x21\x4a\xb9\xcb\x50\x75\x2f\xce\x49\x36\x1a\x77\xad\xa1\xec\xc9\xa9\x20\x6c\x48\xd0\x21\x0c\x8a\x5e\xa0\xe2\xb1\x51\xc2\xbd\x5d\x3f\xc3\x99\xb9\x56\xcf\x35\x76\x4d\xf8\xd8\x31\xcb\xdb\x96\xdf\xd5\xc6\xf5\x55\xf4\xb6\x91\xb5\x3d\x8e\x92\x54\x64\xbc\xa5\x11\x16\x76\xfa\xd8\x3c\xda\xd4\xef\x91\xaf\xda\x64\x89\x14\x9d\xb4\xa7\x8a\x89\x47\x9c\x2c\x39\x11\xb0\x27\xc1\x6f\xa8\x0e\xb7\x34\xd7\xb0\xf9\xf5\x00\x51\x16\x25\x59\xac\xe6\x00\x27\xb9\x5f\x90\xc5\x28\xbf\xda\xc6\x6c\x61\x0c\x0f\x84\x05\x7a\x24\x49\xa2\xfe\x1b\xa5\x8b\x25\x88\x6d\xd3\x5d\xd3\x92\x32\x10\x25\x96\x64\x80\xd2\x4c\xaa\xc6\x06\x9a\xe2\xce\x2c\xc1\xe1\x04\x03\x80\x2d\x27\xae\x1d\xb3\x5b\x61\x91\x00\x0e\x77\xa4\xf7\xba\x16\x60\x94\xa1\x4f\x44\x42\x2b\x00\x04\xf5\x07\xa8\xa9\xfc\x2a\x45\x50\x71\xee\xb7\x38\x51\x66\x24\x1d\x56\xfe\x8c\x4a\xc2\x71\xf2\x19\x2f\x7f\x48\xd2\x49\xe3\xba\x0f\xd1\x42\xeb\xd9\xe6\x2d\x88\x16\x2d\x2c\x0f\x30\xb3\x6e\x8f\x12\xce\x83\x50\xd8\x9a\xe3\x1f\x46\x4d\x9a\xb7\x27\xc4\x2c\x28\xd3\x70\x51\x88\x3f\x15\xfb\x69\x32\xb7\xd7\xf5\x11\x2c\xc4\xbb\xd7\x63\x87\xea\xfe\x2e\xca\xb6\xf7\xba\x4d\x10\xda\xec\x4f\x3d\x18\x38\x20\x72\x4e\x28\x47\xad\x86\x65\xcf\xef\x9d\x3e\xf3\xed\x37\x4d\xbe\xb7\xeb\x4c\x6f\x2d\x44\x9c\x80\x50\x1d\x33\xc0\xd5\x80\x77\xf2\x68\xcc\x0a\x9d\x40\x31\x59\x12\x16\x0b\x04\xdb\xcb\x9e\x86\x40\xf6\x0f\xd0\x94\x7e\x35\x8d\xda\x88\x4f\xfe\x53\xcf\x7c\xa8\x71\x2a\xcc\x71\x79\xdb\x75\xb8\x1f\x2f\xe1\xf9\x46\xab\x39\x15\xca\x42\x8c\x94\x62\xc5\x49\x94\x72\x25\x12\xe1\xb5\xce\xcf\xb7\xf6\x6e\x94\x98\xab\x49\xc1\xeb\xcc\xb2\xa0\x1f\x39\x90\x3b\xc6\x92\x1c\x2a\x4b\x74\x4d\x84\x63\x99\xaa\xd7\x20\xba\x50\xb6\x85\x0b\xba\xf9\x96\xfc\x84\xcc\x30\x43\x3c\x63\x8c\xb2\x59\x4d\x6f\xad\x68\xdf\xe2\x30\x2b\xcd\x0a\x2f\x94\x1d\x0a\x7a\x84\xea\x50\xd8\x0f\xb1\x84\xe9\x6c\xec\x87\x31\x25\x9f\x6b\xd6\x64\xc3\xb4\x3d\x62\x67\xd9\xd6\x74\x36\x03\xbe\xf0\xbd\xe9\x6c\x82\x85\x44\xa6\x4f\x35\x3d\xf6\xb5\xd9\x1d\x84\xfa\x9b\x38\xdf\x7c\xc3\xa1\x8b\x72\xee\x77\x11\x09\x22\x25\x35\xdc\x64\x99\x20\x08\x4f\x95\x5d\xbc\x20\x7c\x66\x15\x3e\x4d\x57\xe1\x8e\xb6\xe1\xad\xb0\x72\xd4\x97\x25\x63\x56\xd9\xf4\x11\x1a\xb2\x52\xd4\xd7\x3a\x39\x82\xf9\xd2\x52\x1b\x27\x8f\x78\x25\xd0\x12\xc8\x45\x74\x20\x3a\x1f\x3c\x78\xa1\xc2\x87\xac\xcb\x49\x29\x54\x34\xc2\x49\xb2\x42\x60\xe8\x79\x3d\xab\x59\x2c\x8f\x98\xb0\xbd\xb0\x6b\xa9\xfb\x17\x3c\xab\x55\x34\x85\xce\x04\xaa\x94\x74\x25\x65\x36\x07\x46\xf8\x71\x46\x83\x30\x04\xdd\xd2\x58\x17\xa3\xd0\x2b\x5b\xa7\xf0\x81\x0b\xe4\x0c\x4f\x48\xb2\xb5\x37\x76\x23\xdf\x33\xbc\xda\x60\x3f\x95\xf9\x4d\xb4\x77\x99\xa0\xc7\x39\xe1\x45\xd1\x66\x9d\x38\x3c\x6b\xe7\x6b\xce\xc7\x19\xb0\xad\x6c\x31\x50\x0b\x66\xde\x5c\x7e\xd7\x01\x9d\xfd\x8b\x24\x47\x3a\x57\xdf\x22\x45\xf7\xcd\x36\x7d\xf0\x20\xc9\x95\x5d\x40\xbb\x00\x25\xef\xc4\x1b\xe4\xf6\x4c\xcb\x04\xbc\xd3\x29\x62\x29\x23\x88\x8a\xfc\xc7\x10\x4f\xd4\xd8\x12\xd8\x4c\x33\xc2\x08\x07\x0e\x2b\x1b\x7e\x2c\xd3\x7b\x3d\xb3\x51\x3e\x74\xc6\x24\x9a\x52\x92\xc4\x02\x31\xa2\x6c\x1a\xcc\x57\xea\x84\x18\x81\xd6\x46\x37\xda\x95\xb6\x5a\x71\x7d\x18\x35\xd2\x02\x74\x21\xa1\x48\x69\x62\x85\x7e\xa1\x61\x92\xe4\x3f\x32\x0f\x19\x28\xc7\x98\x39\x2b\x18\xf6\x1f\x15\xca\xba\x3b\x42\xb0\x6c\x32\x7f\x4a\xdd\x31\xea\x03\xbb\x86\x03\xab\xcb\x0a\x9d\x8e\xd3\xc5\xf6\xb7\xf7\x56\x3e\x8f\x21\xba\x49\x5d\x46\x6a\x04\x33\xfa\x40\x58\x25\xed\xb7\xdd\x14\x49\xe0\x86\x6c\x96\x3a\x86\x1f\x6c\x0f\xfc\x54\xed\x67\x4a\x2d\x72\x56\xf2\x5c\x69\xf6\xaf\xdc\xc8\x4e\x56\x2e\x2a\xe1\x9b\x2a\xa7\x5a\xb4\x68\xf6\x66\x2c\xd0\xef\x58\x2a\x7f\x87\x72\x1b\xcd\x9a\xc3\x9a\x3e\xce\xb8\x26\x06\x01\x6e\x5c\xbd\x0d\x4e\xa8\xd9\x24\x08\xbb\xb3\x1a\xaf\x9f\xf9\x6d\x11\x9a\x79\xd4\xe5\x49\xb5\xb7\x51\x39\x72\x5a\x97\x78\xa3\x73\x47\x77\xe6\x03\x78\x0e\xe2\x52\xa4\xb7\x01\x27\x10\x36\x61\x29\x5a\xa4\x9c\x14\xf2\x57\xb5\xf0\xb6\xf7\xba\xc9\x1b\x6c\xbf\x4b\x2b\xdc\x61\x3a\x27\x2f\x3f\xe6\x81\x1b\xac\xd9\xfd\xb5\x0b\xcc\xc0\x22\x44\x9b\x36\xec\x80\x35\x88\xd5\x6a\x93\x7c\x93\x38\x7f\x9d\x4e\xea\x1c\xd1\x3e\x51\x5f\x1d\x4e\xf3\x68\xcc\x3e\xa6\xdc\xdc\x9d\xc2\x80\xae\x27\x38\xba\x3f\x24\x2c\x46\x38\x93\x73\x8d\x97\x34\xbe\xe3\x95\x59\x59\xa5\x17\xc0\x16\xb0\x4b\x1c\x53\x11\x61\x6e\x84\xfe\x14\x3f\xa4\xb6\x17\x63\xe6\x35\x02\xb0\x6e\x48\x1d\x81\xf4\xf6\x3a\x05\x82\x40\xaa\x5e\xdd\x5c\x54\x25\x71\x97\x52\xb8\x9b\xcf\x8c\x9f\x08\x3a\x86\xf7\x91\x98\x11\x21\xc6\x07\xba\xd7\x85\x19\x3a\xb5\xfe\x28\x6b\xdf\x08\x9f\x0e\xd3\xfd\x52\x9f\x31\xeb\x91\x31\xa3\x50\x6a\xca\xf7\x56\x76\x06\xe8\xd1\x69\xc6\x01\x2c\x5a\xd5\xe6\x77\xd1\x9c\x26\xb9\x8f\xfa\xdd\xc0\x9c\x47\xdd\x64\x42\x1e\x48\xa2\x1a\xa6\x2c\xe2\x64\x41\x98\x09\x1f\x7f\x8f\xfe\x4b\x27\x37\xa3\x3f\x8c\xd9\x27\x10\xab\x49\xb2\x1a\x20\x3a\xcd\x5b\xc6\xb2\xd0\xcc\x7d\x65\x07\xd4\x92\x69\xc9\x12\x74\x44\xaf\xf7\x1c\x3f\x90\x31\xb3\xcd\xfc\x17\xba\x47\xbf\x47\x7f\xa8\x73\xe4\x18\xa4\xf0\x53\xdb\xf9\xb0\x8b\xed\xbb\x3c\xc9\x30\x30\xea\x23\x48\x0e\xeb\x06\x08\x6b\xbf\x38\x53\xcd\x29\xb8\x0e\xde\x4c\xd9\x43\x5a\x8e\x5e\xf9\x27\x17\x73\xc2\xe4\x1d\x4b\x63\x72\x47\x2a\x42\x57\x0d\x82\x42\x5d\xea\xe7\x69\x4c\xd6\x06\x9e\x9c\x82\xfc\x05\x5c\x17\x22\x9b\xb8\xe5\x50\xef\xcd\x8d\xee\x70\x83\x55\x77\xd8\xb1\x7a\x6e\xd2\xdd\x4d\x63\x65\x17\x46\xbb\x1a\x80\x44\x37\x1d\xa8\x8e\xd7\xe8\xaa\x42\x80\xa7\x29\x9e\xc2\xa2\x87\x58\xfd\x58\x8d\xdc\xdc\x39\x1e\x5f\x29\xe4\x80\x70\x3a\xa3\x4a\xdb\x6e\x1f\x8f\x03\x21\xb8\x89\x9b\x5b\x67\x30\xb4\xf2\x73\xe7\x53\xb1\x4c\xb0\x54\xbb\xfc\xd0\x6d\xbb\x3c\xc6\x34\x49\xb3\xa2\xce\x6d\x26\x80\x0a\x1f\xe9\x63\xd4\xeb\x95\x12\xc1\x33\x8d\x22\x21\x73\xaa\x24\x37\x43\xc3\xe3\x33\xa4\x0e\x45\xba\x20\x3a\xb5\x5d\x4d\x5a\x26\xe7\x29\xa7\xff\xaa\x0d\xc8\xd6\x6b\xd8\x79\x20\xcd\x2b\xa9\x03\xfd\x0c\x75\x6d\xd8\xa3\x5a\x33\x90\x81\x21\x51\x65\xe1\xa0\x89\x7a\x9e\x83\xf2\x31\xcd\xa0\x3e\x93\x76\x18\x6b\xa2\x15\x11\x16\xf0\xe1\xb6\x14\x94\xc6\x20\xd9\x06\xa9\x41\x60\xc7\xe0\x3c\x42\xd1\x1c\xb3\x59\xb3\x1e\xf9\xd7\x8c\x64\x3b\x02\xcd\x98\x44\xbe\x17\x0a\xc7\xe3\x99\xc8\xab\x59\xe9\xb9\x51\x22\xb9\x50\x40\xcb\x04\xe4\xb1\xb8\xcf\x1d\x6a\x0e\x88\xab\xcd\xe8\xa2\x3d\xdf\xc2\xf9\x72\x65\x8e\xdf\x0e\xdc\x2f\xcf\x11\xaf\x2f\xeb\x47\x15\xf2\x07\xf6\x9f\x49\x5d\x79\x56\xef\x86\x93\xe1\x05\xbd\x63\xd7\x9e\x8e\x0e\x96\xb4\xed\x94\xe9\xa1\x11\xae\xe5\xe0\x66\xf5\xee\xb8\x0e\xfd\x28\x9d\xb7\x84\x7e\xf7\x1d\x84\xb1\xb6\x76\xdf\x7a\x6e\xc9\x1c\x5b\xa7\xc1\x95\x7a\x34\x24\x7e\x5a\x57\x4b\x18\x18\x0c\xe1\x9d\x5e\x5c\xb0\x0e\x76\xeb\xf5\x68\x83\xdb\xa9\x6c\x08\x55\xf7\xcd\x7e\xdd\xb6\x2b\x8d\xe1\x90\x96\xc1\x0d\xb0\xe8\x9b\x8e\xed\x99\x41\x1b\x85\x61\x01\x0d\xa1\x48\xbd\xc0\x28\x44\x08\x32\x81\x24\xc7\x80\xde\x4b\x99\x18\xb3\x2f\x5a\x8b\xa5\x42\xdb\x8b\x26\x5d\x14\xcc\x51\x44\xe1\xdf\x20\x3c\x4d\x66\x99\x9c\x63\x6d\xe3\x54\x87\x20\x1c\xc1\x83\x3b\x09\x7e\x10\xa2\xea\x65\xf0\x22\xa3\xba\x57\x36\x69\x27\xda\x87\x7c\x96\xea\x0d\x57\xfb\x8a\xa9\x00\x28\x2c\x4e\x6a\x6d\xc6\x49\x9a\x26\x04\xb3\x3a\xb5\xba\xf2\xeb\x92\xb7\x88\xfa\x28\x46\x65\xf5\x29\xcd\x8c\x67\x44\xd9\x14\x38\x49\x0a\xe3\xc2\xc0\xc3\x24\x09\xd3\xce\x05\x63\x18\xaa\x8e\xc6\x6b\x02\x22\x03\xff\xe4\x4f\x48\xd2\x09\x69\xa2\x1f\x68\xdc\x45\xf0\x93\x9c\xea\xa7\x15\x5e\xdb\x07\x40\x54\xa2\xdb\xd7\x75\xcc\xc7\xc4\x37\xba\x86\x43\x5c\x79\x87\x2e\xae\x13\xe7\xc3\x02\x74\x00\x11\xc0\x1b\x60\x00\xec\xa9\xf5\x83\xf3\x6e\x3d\x3f\x4e\xde\x07\xab\x04\x99\xa5\xf0\x70\x9c\x12\xe1\xa9\x58\x28\x7d\x20\x66\xff\xd2\x29\x51\x6a\xd8\x98\x29\x1d\xd3\x57\x07\xb1\x50\x07\x6d\xc9\xd3\x99\x41\x09\xe2\x88\xa7\x42\x18\x34\x80\x6e\x47\x1c\x35\xde\x24\x37\x26\x2f\x61\x17\x71\x9e\xe7\x03\x06\x96\x59\xff\xf2\xac\xd5\x1a\xcd\x63\x42\x5c\x0e\x46\xed\xb9\xdf\x16\x33\x64\xcd\x0f\xc4\x09\x16\xc6\xf6\x05\x68\x4d\x01\x54\xd0\x41\x4f\x70\x7d\xd6\x10\xbb\x43\xbb\xd8\xfe\x16\x32\x79\x54\x9a\x70\x8b\x0a\x44\x39\x27\xc0\xa4\x32\x49\x4c\x48\x27\xd8\x35\x34\xaf\x2a\x91\xcf\x88\x33\xf3\xf4\x9b\x41\x4e\x0a\xba\x50\x67\x05\x12\x48\x59\x7a\x98\x2e\xc1\x6e\x28\xfe\x6a\x8a\x69\xa2\x04\x16\x0d\x8b\x5a\x28\xe5\xea\x10\x88\xa1\x08\x93\x55\x8e\x6e\xdb\x08\x38\xc6\x49\xac\x97\x51\xef\xdc\xf1\xc1\xf0\x87\x8b\xab\x9b\xd1\xc9\xf8\x20\x0f\x5f\x5a\xa8\x8b\x15\xeb\x2e\xa3\x26\x65\x63\xe6\x82\x10\x8e\xf1\x11\xd6\x12\xe1\x38\xce\x13\x48\x34\x00\xee\x4e\x3b\x53\xdb\x9e\x8a\xb5\x71\x88\x72\x33\x1f\xe9\x57\x12\x5f\x61\xb9\x55\xf4\xa2\x31\x3a\xdc\xca\x4b\x57\xb9\xc5\x33\x46\x4b\x9e\xa2\x06\x21\xeb\x86\x72\xab\x9e\x6b\xbf\x83\xf5\x49\x80\xb5\xb2\xee\x1e\x81\x78\xc6\x94\x65\x89\x1d\x11\xe7\x14\xf6\x00\x8b\x56\x03\x04\x70\x70\xb5\x6b\x57\xe8\x8f\x68\x41\x19\x40\x37\x9b\xe6\xf6\x36\x1c\x48\x17\x86\x82\xd3\xf3\xdb\x90\xb0\xe4\xc7\x8b\xdb\xab\x30\x5f\xf4\x6f\xcd\x5c\x03\x61\x0b\x4d\xe6\x7c\x3e\x46\x0f\x1e\x93\xea\xa9\x70\x53\x53\x35\xd0\xb3\xe2\x45\xfd\xb6\xb2\xbd\x12\xa7\x33\xec\x3a\xd1\xcb\x03\x47\xec\x45\x8e\x97\x19\xe9\x76\xe9\x5d\xda\xb4\xba\x0c\xed\xb5\x27\xbd\xa0\x2b\x03\xa0\x9b\x87\xf2\xf3\x01\x80\xed\x5a\x7d\xfd\x76\x06\xc0\xe7\xad\x5a\x14\x76\x07\xed\x0d\xe5\x4f\x5b\x0f\x80\x30\x4e\xd0\x25\x9e\xd0\x04\xc2\x3b\xa9\x97\x8f\x54\xa1\x59\x88\xa3\x31\xf3\x19\x83\xf5\x9d\xa9\xf6\x80\xcd\x49\xa3\x6c\x86\x52\x46\x50\xca\x75\x28\xcf\x89\xc3\x81\x0f\x86\x2f\x82\xb9\xe4\x1c\xad\xd2\x8c\xbb\x37\x96\xde\x63\x76\x9f\x98\x63\x1b\xee\xb7\x7a\xa6\x09\x46\xf9\x49\x70\xd0\xde\x92\x93\xdc\xd8\x82\x17\x93\x07\xc2\xd0\xa3\x32\xac\xf2\xd8\xc4\x98\x79\x30\x2b\xa5\x92\xb2\x6f\xa5\xc3\x52\xd0\xc4\xd4\xd0\xc2\x2e\x10\x93\xbb\x5a\x04\xa6\xa6\xe5\xe6\x0d\xbc\x03\xbc\x3c\x24\x00\x6c\xb6\xf9\xe0\xc9\x3a\xef\x81\x8e\x5c\xc1\x1e\xf0\x7d\x19\x1a\xd3\x5b\xb9\x65\xc9\xd7\x25\x89\x36\x01\x39\x5f\x5a\x4e\xc8\x26\x6f\x86\x1f\x49\x33\x59\xf1\x66\xe9\x64\x6a\x7d\x2b\xc5\xde\xae\xe9\x67\xa7\x54\x03\xd5\xd1\x9f\x4d\x6e\x5e\xc7\x7e\xda\x64\x83\x29\x4f\x17\xed\xba\xf8\x3c\xf0\xda\x9b\x12\x50\x35\x70\x0f\xec\x09\xae\x76\x7d\x2f\xeb\x00\xb5\xeb\xa4\xde\xcf\xfa\x5e\x74\xd8\x79\xc8\x8b\x25\x68\x9a\xac\x24\x71\x41\x13\x83\x65\xf5\xdf\xe9\xdf\x59\x2e\x7c\x60\x61\x26\x85\x53\x10\x04\x26\x26\x04\x19\x6d\x48\x63\x4b\xab\x41\xb1\x70\x7d\x56\x79\x44\xbd\xd8\xaa\x49\x0d\x52\x93\x27\x24\x5e\xb8\x44\xd0\x62\xf6\x6f\x61\xba\xd6\x48\xa3\x5d\x81\x1c\x9f\x00\x08\x5b\x65\xeb\x06\xe0\x5c\x03\x42\xd8\x4d\x06\x5c\xe1\x86\x6e\xec\x58\x90\x02\xe7\x77\x28\x26\x12\xd3\x44\xf8\x69\x5f\xe5\xa5\x0c\x6e\x3e\xcd\xe9\x64\x1d\xaf\x1b\x5a\xc9\x5e\x21\x4d\x7f\xe5\x91\x7f\xc7\x83\x93\x65\x81\x57\x1e\x38\x4a\x9d\x82\x84\x48\xb8\x9c\x29\x73\xff\x0a\x45\xad\xdd\xcc\xfe\x16\xad\x02\x28\x1c\xa1\x1f\x56\xee\x5a\xc4\x49\xe2\xf7\x44\x3b\xef\xf2\xf2\x8d\xea\x28\xc0\x25\x86\x4e\xcf\x87\xc7\x37\xa7\x3f\x8f\x00\xf8\xb3\x4a\x33\xf4\x48\x85\xb2\x10\xc6\x0c\xfc\x81\x4a\xa0\xc2\xef\x64\x8a\xf4\x0f\x07\xf0\x2b\x80\x03\x8a\x6c\xb2\xa0\xca\x9e\xca\x07\x79\x0b\x12\xe1\xca\x82\xc3\xf4\x39\x56\x0f\xc0\xb5\x6d\x61\x67\x55\x08\xef\x35\xe7\x63\x03\x33\x38\x6f\x64\x5b\x64\x99\x17\xae\x78\x5a\x6c\x99\xa7\x66\xfb\x66\x4d\xe5\xf1\xea\xc1\x65\xd5\x87\x32\xcc\xb0\x84\x34\x58\x2a\x64\xe1\x32\xa9\xcf\xab\xcc\x97\x60\x17\xc8\x32\xab\x6d\x77\x81\x1b\xd8\x47\xaa\xb5\x9d\x6b\x47\xce\x57\xa9\x82\x5d\xd6\xea\x37\xfb\x96\xdf\x92\x87\xed\x36\x0f\x02\x75\x31\xb7\x72\x84\xb6\xbf\x15\x3c\x04\x42\x88\x6c\x26\x45\xd1\xcd\x52\x09\xd1\xd7\x48\x26\xab\x0a\xe8\xc3\x98\x55\xeb\x0d\xcd\x7b\x6c\xdb\x40\xea\x4e\xf3\x60\xdc\x8a\x5c\xb9\x51\x18\x8f\xc8\x17\x87\x1c\xd3\xc6\xa8\xe3\x8c\x26\x85\x73\x65\xfd\xaf\x35\x56\x00\xa8\x0b\x9b\x60\x70\x2a\x4e\x65\xcb\x30\xe7\xda\x73\x61\xae\xcc\xa7\xb1\xa0\xb6\x8c\x07\x43\x2a\xe8\xee\x13\x58\xc1\x89\x39\x00\x0f\x79\xfa\x40\x38\xa7\xb1\xb2\xb0\x7c\xe6\x80\x56\x33\xd7\x82\xa5\xa7\x46\x86\xe9\xba\x24\x32\x85\xb0\x89\xb3\x79\x55\x7b\x36\x9b\xad\x20\xdd\x9c\xba\x93\xb1\x98\x70\x46\xb0\x9c\x3f\x5f\x7c\xf1\x78\x5b\x97\xe1\xb3\xc5\x1a\x8f\x77\x42\x65\xe5\x77\x37\xa4\x75\x5a\xdb\xcf\xac\xc0\x88\xdf\x8c\xce\xcd\x39\x94\x4a\x46\x54\x85\xab\xcb\x83\x39\x1b\x3b\x2b\xe4\x53\xea\x88\x41\xaf\xb5\x20\x9c\xfb\x49\x99\x07\x21\xbf\x86\x29\x17\xd3\x2c\xd2\x65\x4d\xe4\xa5\x0d\xe1\xa4\xd6\xb1\x03\xf6\x3f\xfd\x89\xf9\xa0\x86\x25\xb2\xf0\x58\x71\xb4\xbe\x61\xc0\x56\x45\xbb\x1a\xf3\x38\x21\x02\x54\x3e\xad\xeb\x17\xb4\xba\x26\x9b\x63\xcc\x7e\x4c\x1f\xc9\x03\xe1\x03\x84\x25\x5a\xa4\xea\x26\x67\xc4\xaf\xa3\x80\xc3\x3c\x53\xed\xd2\xc6\xe8\x1c\x2f\x48\x3c\x82\xfb\xc0\xc3\x6e\x19\xcb\xc7\x78\x15\xab\x52\x79\x20\x3d\x45\x2f\x83\x75\x81\x8f\x19\x8e\x24\x7d\x20\x3a\xb6\x03\x80\x41\x6a\x07\x06\xfb\xff\x77\xce\xe7\xf9\xbb\x23\x74\xa3\x2e\x2e\x2a\xc2\xfe\x7a\x90\xe0\xba\xbe\x8d\xd9\x8c\xa7\xd9\xd2\x69\xa6\xe9\x04\x54\x62\xed\xfb\xac\xf0\x79\x42\x67\xac\xc3\x33\xc2\xb1\xba\x16\x9b\x37\x4e\x60\x3b\xed\x99\x2b\x20\xc4\xd7\xf9\x1b\x48\xdd\x16\x2e\xac\x64\xa0\x03\xb0\x8d\xea\x73\xff\x77\xe7\x3b\x2d\x71\xb3\x09\x50\xca\x9c\xc9\x1a\x80\x2d\x36\x14\x15\x9e\x99\x6f\x4d\xe2\x6a\x94\x50\xfe\x5a\xcd\x75\xaa\x05\x07\xa9\x26\x0f\xae\x59\xfb\xf6\x59\x67\x85\x5e\x5e\x66\x7c\x99\x02\xcc\x36\x59\x59\x68\x92\x81\x0e\x2f\xd3\x65\xa6\x81\xd7\xd4\x0f\x32\x55\x76\x88\x0a\xf9\x19\xcb\x68\xae\xf4\x81\x1c\x42\xbb\x8b\x6c\xb8\x40\x90\x3e\xad\xfd\x51\x31\x82\x63\xff\xed\x35\xb6\x75\x6b\xd3\x52\x27\xd4\x59\xfc\x00\xfc\x2b\x49\xf2\x6a\xae\x15\x7c\x76\xd5\x73\x1d\x50\xe8\xec\x3c\xd0\xba\x85\x7e\x78\xa2\x14\x68\xca\x50\xfe\x43\x64\x3c\xc8\x95\x47\x3a\xe3\x74\x23\x35\xd0\x78\x20\xc8\x03\x61\x32\x37\x28\x16\x78\x89\xa8\x92\xdb\xea\xe6\xe1\x33\x32\x40\x8f\xb6\x6c\x24\xc2\x28\xe3\xd4\x9e\x30\xb0\x02\x1a\x96\x2f\x54\xc3\xdf\xeb\x88\x80\xc6\x44\x45\xd8\x63\x8f\x32\xec\xee\x91\xcc\xb0\x8b\xdb\xc2\x0a\x27\x94\xdd\xab\x97\xe9\xac\x76\xeb\xed\xe5\x4a\xbe\xa5\xdc\x82\x4a\x83\x35\x5d\xbb\xf3\xb6\x58\xe5\x7a\x02\xc7\x75\x47\x81\xb2\x99\x07\x87\xaf\x36\x82\xda\x64\xa7\x57\x3e\xd9\x2e\xb9\xbe\xf2\x51\xab\x4f\x6c\xf2\x6c\x03\x82\x78\x63\x6a\xcf\x00\x37\x61\x70\x02\x46\x23\xf1\x13\x15\x8c\x2a\x0d\x69\x46\x54\x57\x2d\x30\x1a\xca\x7f\xba\xbf\x34\x27\x90\x9e\x9a\xff\x44\x29\x1f\x33\xfd\xf9\xc0\xd1\x07\xa8\x1f\xe4\x99\x3e\x35\xb9\xb1\x6e\x3f\x59\x2e\xd0\xcd\xf4\xca\x9b\xe1\xf5\x4f\x77\x57\xa3\xeb\x8b\xdb\xab\xe3\x40\xb9\x3c\x3e\xbb\xbd\xbe\x19\x5d\x55\x7e\x37\xfa\x3f\xa3\xe3\xdb\x9b\xd3\x8b\xf3\xbb\xbf\xde\x8e\x6e\x6b\xbe\xb2\x0d\x9c\x0d\x7f\x18\x9d\x35\x2a\xa9\xd5\x7d\xa8\x63\x57\xc5\x85\xea\x54\x39\x89\x81\xbd\x54\x27\x2b\xb3\x44\xf4\x5f\x60\xbc\x5e\xea\x79\x3d\x1c\xd8\xbf\x34\x5f\xe6\xa1\x3a\xca\xd6\x7d\x91\x9f\x82\x31\x73\xfe\x25\x27\xb7\x25\x9e\x09\x5b\x77\x23\xe8\xed\x07\x34\x5c\x9a\xda\x1a\x69\xf8\x52\x89\xc5\x7d\xde\x53\xeb\x56\x84\xb5\x05\x36\x71\x61\x2a\x4d\x14\xa6\x39\x6c\xd0\x8c\x09\xba\x60\xdc\x2b\x31\xca\x99\x6c\x4b\x94\xa7\xa6\xd1\xc2\xfa\x40\x69\x1e\x3d\x39\x42\xf7\x0b\xb2\x66\x56\x0c\x2f\x68\xa4\x3f\x28\x24\x8e\x98\x94\x92\x05\x61\xb2\xd8\x62\xb0\xac\x61\xcb\x73\x82\x7e\xfa\x4b\xde\x29\x30\x8a\x8d\x91\x99\x95\x18\xb0\x6c\xd1\xdf\xac\x8a\xd0\xa4\x42\x36\x6d\x95\xaa\x23\xee\xef\x5c\x79\xb4\x8d\x84\xe5\x0d\x16\xf7\x15\xa4\xbb\x95\xf2\xc7\x8c\x7f\xcb\x37\xd6\x33\xfd\x56\xfb\xcf\xec\xbc\xde\xc1\x02\x6e\xf6\xce\xda\x3c\xa9\x35\xaf\xb4\x23\x4e\x0a\xbc\x33\xad\xdf\x17\xf0\xd6\xb4\x97\xca\x90\xea\x4a\x23\x48\x2b\xc6\x94\x19\x42\x03\xe2\x98\x74\x2c\xb5\xa3\xe6\xeb\x37\xd9\x3f\x78\x92\x3e\x04\xe9\x65\x0b\xcd\x7f\x5f\xa9\x89\x79\xf6\xde\x36\x3b\x30\xac\xcd\xd7\x5a\x1b\xb3\x8b\x0f\xe5\x0b\x2a\xd7\xa0\xad\x3d\x57\x1c\xcc\x3a\x08\xd5\x06\x7e\x58\xaf\x75\xe7\x88\x6d\xa3\x82\x9d\xc0\x9a\x4e\xc0\xcb\x9e\x33\x2c\x6a\x22\x5f\x30\xd4\x7c\xa3\x7b\x90\x07\x9c\xb5\x6a\xe6\x2e\xcd\xf7\xf6\x1e\x45\xef\xb5\x27\xe0\xbd\x77\x4f\xac\x96\x41\xed\xf6\xe6\x85\xf6\xe6\x66\x2f\x99\x85\x2a\x4b\xa8\x6e\xae\xba\xb5\xed\xc2\x33\xd4\x3a\xad\x1c\xc4\x53\xd3\x0a\xed\x5b\x5d\xff\xf6\xe2\x2f\xa7\x0c\x33\xfd\x36\xfc\x42\xa0\x16\x05\xc0\x8c\x8f\x80\xa1\xf1\xba\x39\xf4\xa8\xc6\x01\xbd\x2f\x09\xd7\x2c\x38\x10\x8d\x77\x11\x5f\xe3\xad\x5b\x27\x1b\xf3\x23\xb3\x35\x53\x8b\x6a\xaf\x8c\xed\xdd\x71\x14\xb2\x59\x10\xae\x41\x0b\x0f\x1d\x13\x76\xce\x6d\x23\x6a\x36\x6f\x1f\x89\xaf\x1a\x55\x60\x4d\xd9\xc9\xac\x5c\x94\x75\x1b\xef\xb5\x6d\xb7\x16\x31\xef\x61\xd5\x8c\x18\xcc\x42\x8d\x26\xd6\xef\xb2\xa7\xdd\x65\xbb\x80\x7b\x84\x9d\xeb\x7e\x9b\x1d\x6b\x85\xc8\x6b\xc6\xa6\xd4\x29\x0d\xd7\xca\xe9\x90\x02\x68\x3d\xe9\x5d\x47\x8f\xbb\x37\x27\xeb\x5d\xee\xd7\x3a\x54\xa3\x5d\xdf\xe5\xbe\x16\xbb\x3a\x34\x85\xa6\x97\x29\xd5\x80\x4c\x49\x17\x64\x80\xa0\x9a\x43\x1e\x5e\x32\xe7\x15\xb6\x1b\x5c\x55\x86\xf6\x59\xbf\x84\x47\x73\xfa\x50\x8d\x3a\x6d\x5c\xe0\x2d\x02\x73\xe7\xc3\xcf\xa3\x93\xbb\xd1\xf9\xcd\xe9\xcd\xdf\xee\xca\x31\xba\xf0\xeb\xab\xe3\x1f\x4f\x7f\xce\xcb\x44\x57\x7a\x43\x9a\x1a\xac\x62\x75\x33\xd0\x97\x34\xe7\x68\x8b\x2d\x03\x94\xcd\x73\xd6\xae\x04\xc9\xd3\x04\x51\x29\xd0\x03\x15\xd4\x24\x11\x18\x85\xee\xf6\xd4\x7a\x37\x2a\xde\xfe\xc1\x43\x0f\x0e\x74\xf2\x6f\xfe\x12\x6a\xfc\x9e\xbe\xb2\x67\x42\x6e\x2c\xd6\x21\x79\xe4\x15\xce\x38\xaa\x78\x89\x99\x94\x0f\x68\x68\x96\xaf\xaa\x7d\x96\x22\xa5\x6a\x12\xae\x7b\xaf\xe3\x71\xa6\xeb\xcd\x87\x77\x67\xb1\xb3\x5d\x18\x71\x75\xa0\x1a\xdf\x50\x31\x2b\xe9\x48\x61\x64\x6a\xd0\xd4\x4f\x66\x02\xd6\xf8\xe0\x4b\xc4\x19\x6d\xbb\xb4\x23\xeb\x71\x0d\x8c\xc7\xc0\xf8\x4c\xf0\xcd\x54\x80\x66\xe4\x51\xdf\x1b\xfb\x11\xc6\xab\xd8\x87\x2f\x1c\xc7\x0b\x98\xa7\x76\x56\x20\xe2\x6e\x7d\xa0\xa7\xda\x87\xb4\xbb\xa2\x0d\x85\x12\xd3\xbe\x33\xc1\x5a\x7d\xe7\xf5\x44\x7c\xdd\xb8\xf1\x83\x49\x5c\xcf\x8b\x0f\xd5\x73\xb0\xa8\x21\xc5\x07\x76\x8a\x78\x5f\xa8\xf1\xcb\xf9\x1d\x61\xe7\x5e\x98\x17\xbf\xd0\x99\xfd\x21\xc7\x5f\x3b\x6f\xfb\x9b\xc0\x53\xd1\xd1\x16\xa4\xf8\x0e\x5f\x0a\x1c\x78\xdd\x44\x3e\xe4\xf4\xd0\x38\x01\x89\x64\x43\x30\xea\x50\xb5\xf1\x1c\x16\x81\x6d\x81\xf3\xb7\x30\x16\x93\xf4\x01\xca\x48\x58\x5b\xa8\x5e\x28\x8e\x1e\x08\x93\x3b\xd1\x17\xa0\x89\x0a\xfc\x6d\x3b\xf7\x95\x66\x75\x3a\x3d\xc9\xc5\x84\xe3\x41\xf5\xe2\x5e\x92\xe3\x08\xe8\xdf\x74\x65\x33\x53\xcf\xac\xce\x65\xaf\x86\xd6\x6e\x89\xe0\xa7\xe5\x79\x59\x03\xb2\x31\xb3\x9d\xd3\xd8\xe5\x01\xfc\x34\x82\x82\xb9\x9d\x52\xc2\x82\x9b\x99\xc5\x40\xdd\xe0\x15\x23\xd0\xf5\xec\x8b\x6b\xae\xdf\x39\xc7\xa2\xf8\xca\xb5\x4b\xbe\x41\x26\x49\xd0\xcc\x27\x22\x4f\xb0\xc4\x3b\x61\x88\xee\x00\xec\x85\x8e\xdc\xf2\x64\x6d\xbd\xa5\x6b\x4d\xa1\x97\xf1\x24\x37\xd1\x31\x52\x17\xda\x91\x87\xe7\x00\xbc\x7d\x30\xa3\xba\x33\x35\x72\xa0\x7b\x85\xa8\xa7\xec\xaa\xe9\xcd\x46\x79\x21\x42\xf2\x2c\x82\x24\x7b\x75\xe2\xaa\x57\xd6\xb0\x8b\x80\xec\x34\x61\x27\x11\xe4\x8c\xd9\xe4\x52\x80\x89\x54\xde\xeb\xf5\xfb\x67\x5b\x6f\x56\xc8\x46\xfa\x64\x4e\xad\x40\x7a\x07\x03\xe8\x53\x93\x36\x75\x55\x19\xc2\x19\xb7\x03\x21\x73\x50\x72\x4a\x20\xa5\x3d\x71\x79\x30\xa1\xa4\x33\x16\xf2\xda\x8d\xa5\xae\xd5\x93\x96\x0e\x2c\xcf\x2a\xcd\xfd\x67\x79\x86\x8c\x17\x38\xf5\x48\x5b\x31\x1c\x97\xc6\x22\x25\xbb\xaa\x89\x09\xaa\xf3\x93\xed\xed\x86\xca\x57\xfe\xde\x6e\x17\x1f\xd0\x5d\xd5\x38\x31\x25\x30\x32\x41\xb8\x76\x5d\x39\x4c\x7b\x05\x49\x5c\x6d\x38\xaf\xb2\x04\x68\x53\x78\xbd\x54\x8a\xb4\x5a\xd3\xd0\x3e\x42\xf4\xdd\x03\x4e\xa8\xd2\xf8\x8e\x6c\x0a\xd3\x3b\xf4\x5f\x40\xfa\xf6\x9f\x35\x46\x13\x9e\x11\x7e\x17\x67\x41\x6c\x7c\x5d\xa7\x2e\xd5\x43\x27\x99\x5c\x55\xa7\x82\x05\x06\x4f\x82\xa3\xfb\x2e\xe9\x71\xea\xf7\x35\xcd\xae\x3f\x81\x9e\xb3\x38\xbc\x08\x6a\x92\xcf\x48\x21\xf9\xcc\x84\x12\xfd\xf7\xeb\xb0\x1f\x03\x4e\x40\xcf\x5b\x60\x22\xa0\x43\xd5\xe7\x23\xf4\x51\xf3\xba\xc0\xa5\xa6\x5f\x11\xa5\x59\x12\x8f\x19\xf9\xaa\xcc\xfd\x00\x04\x54\xc1\xc5\x61\xc0\x68\xe6\x4d\xd5\x92\xa0\x40\xbb\xb8\xd5\x0d\xf3\xe2\x99\x82\xe5\x35\x2d\x0f\xb9\x7a\x93\x6d\xa5\xcb\xef\x49\x21\xde\x63\xa5\xd0\x32\x99\xac\x06\xc8\x0d\xb2\xb0\x2d\x12\xf2\x40\x38\x9e\x11\x53\xa8\xd7\xe3\x5d\xc1\x1b\xd4\xe5\xbd\x2c\xe1\x18\x5e\x77\x71\xe9\x12\x3c\xe2\x69\xb7\xb1\x29\xcd\xbd\x56\x2f\x6a\x1f\x1e\x6a\x2f\xd3\x6e\xd2\xe5\xa1\xe6\xfa\x67\xae\x62\xb6\x8b\x07\x24\x58\x08\x3a\x5d\x79\xa5\xb0\x9d\xbf\x1d\x10\x0a\x8e\xde\x27\xa4\x81\xaa\xd4\x35\x02\x58\xe5\x6e\x30\x7b\xdb\xc3\x67\x8c\xfd\x6c\xb1\x1c\x34\xf6\xf3\x51\x80\xdf\xb4\x84\xdf\x6d\x49\xc1\xba\x2d\xaa\xc6\xf4\xcc\x60\x4b\x76\xd7\x31\x0b\x57\xdd\x0c\xfc\xd7\x88\x07\x5f\x2b\x1f\x8a\x6b\x7f\x42\x12\xb2\x27\x15\xda\xca\x1b\xa1\x71\xae\xf3\x4c\xe5\x67\x5b\xff\xed\xfa\xb3\x41\x5c\xaa\x06\x41\xbe\x83\xf5\x7e\xe1\xe8\x46\x4d\xef\x3e\x91\x36\xde\x9d\xb5\x7b\x71\xa3\x73\x55\x27\x1c\xb7\x98\xec\x9d\x85\x34\x9f\x78\x40\x75\x6b\x7d\x4d\xa4\xb0\x8a\xab\xb7\xd3\xb5\xcf\xc4\x9c\xd3\x43\x0b\x26\xcc\xa1\x79\x1d\x16\x7c\x4f\x82\x6d\xa6\x77\x57\x86\x5d\xe7\xe9\xc4\xe1\xfa\xe5\xea\xb2\xdf\xf2\xfe\x6e\xe0\x11\x35\x6d\xec\xe2\xf6\x7f\x5a\xd5\xac\x34\x31\x2d\x8d\x8b\xeb\x32\x71\x4b\xf7\x94\x47\x9e\xb2\x3b\xf2\x55\xd9\x9c\x62\x53\x44\xd0\xad\x20\x02\x0d\xbf\x5c\x23\xb1\x62\x12\x7f\xfd\x80\xc6\x07\x9f\x35\x3b\x2d\xfa\x31\xcd\xb8\x40\x27\x78\x75\x98\x4e\x0f\x17\x29\x93\x73\xf4\x19\xfe\xd7\x7c\xf4\x48\xc8\x3d\xfa\x1b\xc1\x7c\x7c\x30\x66\x90\x76\x6d\x2a\x01\x3a\x06\x99\x39\x86\xb0\x9a\x30\xc4\xb7\x7f\xf8\xb3\x65\xbe\x55\xaf\xf9\xfe\xfd\x1f\xfe\x8c\x7e\x07\xff\xef\xff\x45\xbf\x1b\x1f\xd4\xdc\x4b\xdd\xb0\x45\x39\x35\x71\x65\x6b\xf7\x34\xba\x4f\xa7\xd3\x3b\x49\x17\x44\xd3\x5e\xdc\x61\x5e\x5b\x2b\xac\x23\xb6\x99\x1a\x36\x0e\xcd\x27\x98\x27\x1c\x9a\x97\xea\xf0\xa3\x55\xc2\x5c\x89\x79\x9d\xff\xc7\x42\x16\x0a\x2a\xe0\x29\x12\xa3\x74\x3a\xed\xe2\x03\xb4\xf9\x4d\x65\xae\xaf\x3c\x90\xed\x73\xcb\x38\xa3\xce\x77\x45\xa4\xeb\xb8\x7b\xcb\x3e\x92\x37\x66\x15\xc3\x00\x9f\xd4\x22\xbe\x4e\xf9\x56\x22\xfc\x9e\x94\xfc\x65\x9d\x1c\xe0\x96\x26\xc3\xa7\x28\x82\x08\x59\xca\x5d\x82\x80\x0e\x68\x18\x4e\x8a\x31\xbb\xb9\x38\xb9\xf8\xee\x1e\x4b\x9e\xce\x30\x7b\xf7\x01\x0d\xe3\xd8\x94\x8b\x41\xc6\xe9\xa7\x36\xcf\x9c\x70\x72\x84\xfc\xda\x0f\x4c\x4d\x5c\xa5\x47\xdb\xd7\x87\x29\x27\x51\x95\xe1\x5a\x7d\xd8\xd5\xf4\x9d\xb8\x47\x6a\xa0\x47\x01\x17\x88\x7b\x41\x9e\xb7\x0f\x63\xbd\x27\x2b\x53\x1e\xb2\x38\xde\x4d\x2a\xe0\x5c\x2f\x49\xa4\xac\x5f\x5d\x32\x8b\xc7\x04\xa6\x47\x17\x1d\xa7\x42\xda\xe0\x6b\xe5\xa1\x0a\xcb\x80\x6d\x83\x47\x2e\xe6\x54\x6d\xb1\x53\x74\xd5\xb8\x5c\x36\xd8\xbc\xbc\x42\x39\x42\x8e\x95\xd8\xd8\x10\x58\x6b\x2a\x12\xf9\x85\x54\x32\x41\xf8\xe1\x14\x47\x6a\xf6\x0a\x85\xcd\x7c\x51\x55\x35\x8f\x37\x58\xdc\xef\xd6\xd1\xb4\x35\xbb\x05\x8d\xf3\x6c\x70\xbd\x1b\xcb\x55\x74\xcd\x25\x22\xb1\xb8\xaf\x83\xa0\x74\xa6\x8f\x56\x53\x61\xd1\x59\x4d\xfd\x33\x2d\x7b\x49\x6f\xa6\xc0\x07\x28\xa6\x5e\x3e\xc8\x02\x2f\x75\x91\x11\xb8\x60\x68\x42\xe2\x22\x10\xb7\xd8\xff\x75\xdb\x40\x27\x95\x78\x7e\x22\x80\x81\x2e\x94\xda\x1c\x43\x6c\x0e\xb3\x95\x3e\x48\xea\xc2\xc2\xe2\x5e\x38\x8a\x15\x24\x16\x38\x49\x06\x88\x93\x0c\xaa\xc4\x0c\x90\x20\xc9\xf4\xd0\xe6\xf1\xc5\x28\x49\x67\x34\xc2\x09\x9a\x24\x69\x74\x2f\xc6\x4c\xdd\x20\x6c\xa6\x2f\xbe\x25\x4f\x23\x22\x84\x77\xe5\xe6\xe1\xd7\x25\x4f\xe3\x2c\xd2\x2c\xd0\xba\x0a\x03\x15\x92\x46\x05\xea\x5f\x25\x11\xa1\x28\x5a\x84\xc1\xc0\x00\x30\xe9\x42\x57\x39\xe5\x94\x80\x13\x4c\x66\xb6\x50\x0f\xe4\x29\xe1\x84\xfe\x4b\x57\xd9\xc3\x0f\x34\xe5\x75\xbb\x77\x07\x80\x3a\xbb\x3c\x77\x32\x3c\x0d\x6b\xf6\xf3\xb1\x79\x0c\xce\x50\xd3\x8e\xb9\x0a\xb7\xb3\xdb\x0d\x6e\x9b\xbb\x74\x22\xbb\x29\x72\xa6\x64\x9b\xb2\xa5\x7f\x62\xc3\xaa\x7b\x86\xbb\x82\x2e\xd7\xa0\xad\xd6\xed\xe9\x63\x4d\x3e\x6c\xb2\xa4\x3d\x07\x1c\xb4\x6e\xe9\x59\x0d\xdf\x83\xba\x22\x1e\xd4\x26\xb1\xd3\xa3\xe6\x5e\x5d\x23\x03\xc7\x08\x8c\x05\x5a\x26\xd9\x8c\xb2\xbc\xd8\xa3\x92\x87\x63\x06\xd4\x40\xea\x25\x05\x7a\xd9\xf2\x8e\xda\x63\x16\xe0\xdd\x08\xc7\x8e\x64\xc0\x76\x92\xbb\x6c\xf2\x70\xdf\xda\xa2\x88\x1b\x27\x93\xf0\xaa\x70\xbd\xa9\x7e\xae\xbe\x7d\xa0\x39\xc5\x95\xf7\xa2\xda\xb5\xdd\xd8\x4b\x51\xe8\x55\x09\xc7\x42\xa7\x7a\x93\x41\xdf\x20\x54\x69\x2a\xda\xd4\xf5\xe8\x45\x90\xc1\x4d\x0b\x79\x89\xa5\xae\x4a\x42\x16\xa9\xd4\xc4\x2e\x9a\x63\xc5\x50\xaf\x18\xea\x96\x49\x92\x4e\xe0\x5e\x01\xfa\x15\x18\x77\xc0\x65\x67\xc6\x4d\x62\xf4\x9d\x77\x4d\x38\xb8\xce\xbb\xba\x88\xfb\xee\xe0\xc9\xc5\xdc\xcd\x5a\x90\x72\xc8\xc7\x70\x84\x2e\x73\x77\x53\x71\x54\x53\xac\x24\x77\x5d\x85\xe2\x6e\x90\xe6\x60\xf5\x77\x00\x69\x2e\x0c\xa3\x86\xaa\x25\xdd\x45\x11\xd5\xe6\x41\x9d\xa5\xed\xed\x48\x0d\x60\xd4\xfa\x47\xb0\x38\x76\x9b\xad\xaa\x96\x68\xbf\xe0\xda\x05\x3e\x8f\x97\x85\x6b\x17\x3a\xb3\xcf\x70\xed\x42\x57\xf7\x17\xae\x5d\xd1\xd1\x16\x70\x6d\xed\x6e\xbf\x53\x9b\xba\x9d\x50\x58\xf2\x54\xa6\x93\x6c\x7a\x0d\xb7\x49\x1b\x6e\x51\x2d\x9c\xad\x9e\x63\xb2\x64\xa0\xb7\x5a\x07\xea\xa6\x88\xf9\xa8\xee\xc2\x90\x5b\xa2\xba\x03\x91\xd6\xa3\xba\x1d\xaa\xbb\x3c\x2f\xfb\x88\xea\x2e\xac\x79\x3b\x54\x77\xd5\x92\x6f\x10\xc3\x08\x9a\x79\x33\xa8\xee\xc2\x8c\xee\x33\xaa\xbb\xd0\xd5\xdd\xa1\xba\xab\x57\xb6\x1b\xaa\xbb\xf2\xfa\xaf\xdf\x3f\xdb\x62\xee\x80\xbe\xea\x99\x51\xdd\xc1\x00\x7a\x54\xf7\x96\x05\x27\xc2\x2d\x68\x7a\x00\xfc\xc9\x06\x28\x5c\x94\x75\x0d\xb8\x6e\x50\x69\x77\xb0\xa3\x9e\x36\xb6\x0a\x5e\xa8\xb6\x5a\xf7\x30\x98\x07\x61\x18\x3d\xd5\xf5\x67\xb1\xb6\x5e\x51\xd6\x9e\x68\x65\x5b\x0a\x8c\xc2\x24\x3b\xef\x15\x2c\x5c\xdd\x96\xab\xe0\xa1\xdb\x62\x03\x1a\x36\x81\x4d\x19\xf8\xea\xeb\x34\x6a\x6a\xc5\xdd\x34\xfb\x8d\xff\xdf\xda\x09\xd9\xb6\x4c\x47\xb4\xcc\x36\x41\xc7\xce\x36\x7b\x6c\x41\x16\x29\x5f\x17\x7e\xac\x31\x67\x53\x8e\x67\xeb\x10\xb9\x6d\x67\x6f\xdb\x59\xb3\x6c\x98\xdd\xfc\x1b\x37\xf6\xa9\x46\x83\xcb\xd6\x31\xf1\x3d\xe0\xa0\x93\x56\xc6\x58\x5c\x88\x6b\xc3\x28\x4a\x4d\xe2\x41\xf9\x85\xe0\x5e\x15\x84\x1f\x7a\x99\x04\xa1\x5f\xb3\xdc\x83\x60\xde\xad\x82\xb6\xc5\xb4\x67\xbc\x36\xc6\xdf\x42\xc6\x0e\x35\x8f\xb2\xd2\xfe\x7c\xc2\x84\xe2\x4e\x9b\xac\x2a\xf0\x68\xed\x4c\x6a\x5d\x5d\xba\x8b\x63\x98\xfe\xcb\x2d\xf4\x94\x26\x04\xe1\x28\x22\x42\x13\x8c\x18\x0c\x88\xe6\x8b\xcc\x78\xb2\xcd\xaa\x52\x36\x83\x71\x2b\x65\xd2\xab\x67\xe1\x36\x8f\xbe\x33\xe6\x3c\xcd\x66\x73\x6b\x65\xd9\x92\x87\x55\x6b\xf9\xa5\xcc\x8f\xfc\xca\x02\x02\x85\x22\x48\xc5\x4d\xd0\x3d\x62\x6a\xa7\xe4\x99\xa3\xa6\x55\xe3\xe8\xb0\x3b\x02\xec\x50\x7e\xfc\xad\x1f\x5b\x6b\x25\x90\x29\x34\x66\xc3\x00\x65\x64\x2b\xe6\x4d\x56\x39\x5a\x41\x5f\xed\xfe\x26\x83\x1a\xbf\xc6\x7a\x81\xa2\x3a\xea\x2f\x50\x43\xe0\x21\x13\x4f\xb5\x31\x53\x00\x5a\x90\xf8\x10\x47\xab\x28\xa1\x91\xa7\x92\xce\x38\x5e\xce\x9b\x76\x62\x0f\xfb\x7f\x29\xd8\x7f\x4b\xae\xf4\x46\xa8\x88\xcf\x36\xfe\xaa\xd3\x11\xca\xdb\xb1\xcf\x44\xe8\xb0\x25\xb7\xeb\xcf\xce\x77\xe2\x6b\x4a\x8c\xa8\xdf\x79\x2f\x0c\x42\x2f\x77\xec\x25\xd3\x21\x2a\xee\x8b\xcd\x66\xf7\x65\x93\x20\x5a\x0d\xa3\x16\x6a\xd8\x22\xff\x21\x28\x6d\xe5\xee\xfd\x35\xd9\x10\xf5\xb3\xb4\x27\x7b\x70\x97\xf8\xa8\x3a\x69\xb3\x1e\x23\xd5\x45\x55\xec\x06\x97\x72\x0b\xf5\xba\x20\x53\xae\xdb\x1b\xc2\xa6\x86\x1e\x05\xff\x3c\x4d\xa0\xb8\x76\x30\x5b\xee\x05\x0e\x79\xe1\x26\xc8\x2e\x06\x54\x52\x05\xd5\x35\x27\x9b\x68\x02\x47\xb9\x45\x7c\x1b\x00\xa9\x35\xf6\x50\x47\x90\x94\x3f\xa9\xdb\x01\xa5\xb6\xb4\x6f\xba\x81\xa5\x9a\x2a\xe3\x16\xd7\x7b\x83\xb0\x5e\x89\xd8\xa3\x0f\x0a\xbb\xa0\x70\xf5\xdc\xec\x63\x60\xb8\x5c\x6b\xb2\x65\x70\xb8\x6e\xf9\x77\xb1\x93\x76\x18\x24\x7e\xe1\xd0\x6b\x63\xd4\xd5\xdb\x60\x2f\x1b\xcb\x6e\x0a\x63\xaf\xdf\x66\x95\x71\xb9\xfa\x35\xed\x14\x1e\x5e\x93\xe3\x60\xdf\xb2\x6d\x0c\xcf\xe1\xee\x9f\x34\x8e\xe7\xfc\x8c\xde\x13\x2d\x63\x79\x79\x62\x40\x1f\xcf\x7b\xd2\x78\x5e\xc5\x44\xaf\x8f\xe9\x05\x0a\xc2\xb3\x06\x62\xec\x9b\x9f\x23\x18\xb3\x4e\xa9\xca\x26\x77\x4f\x7e\x8e\x2a\xc7\xdc\xf6\x38\x7d\x71\x6b\xab\x2f\x3f\xae\x36\xcd\x84\xc4\x31\x18\x5d\x32\x45\x29\x24\x5e\xe5\x5b\x80\x11\xbd\x59\xf3\x7a\xf2\x18\x4a\xf4\xd0\x58\x03\x32\x97\x18\xb8\x5e\xdc\x1d\xaa\x51\x7a\x63\x06\xeb\x9b\x24\x84\x5b\x9d\x9d\xa3\xef\x04\x85\x3a\xff\xb9\x1e\xcf\x51\x9c\x12\xc1\xbe\x95\x9a\x7a\x1f\xb3\x15\xba\x67\xe9\x63\x42\xe2\x19\xac\x50\xb1\x33\x87\x88\x92\x01\xa2\xd2\x3d\xc6\x09\x8e\xe6\x4a\x5c\x8e\x55\xdf\xc1\xad\xad\x2f\x7b\x62\x9e\xe5\x26\xf3\xdc\x33\x19\xc4\xbb\x23\x84\x4e\x19\x9a\x62\x65\x14\x8b\x6c\x92\xb7\x1f\xa7\x4a\x41\x80\xdb\xdf\x1f\x78\xde\xc8\x93\x05\xe2\x2a\x03\x6f\x35\xda\xab\xda\x00\xc3\x84\xe2\xad\x1c\xe3\x0f\x78\x9b\x54\xc0\xcf\x99\x90\xba\x9a\x21\xd4\xb4\x36\xfd\x35\xa0\x66\x97\xf6\x0c\x2c\x41\x3a\x85\x98\xa5\x71\x6d\xdd\xf7\xc2\x50\xba\xf6\x25\x8f\x62\x18\x72\x22\x63\x12\x41\xbb\x7a\xba\xe3\xf4\x91\x09\xc9\x09\x5e\x40\x47\x84\x29\xca\x3a\xd5\xf1\x0a\xed\x6c\xa0\x5c\xdf\xc0\x5d\x96\xf8\x8c\xb2\x7b\xb5\xba\x79\xa2\x77\x0a\x59\xb4\xea\xcd\x15\x8b\xf6\x03\x65\x98\x6f\x55\xf7\x4d\x33\xd1\x6f\x64\xca\x4f\x56\x75\x99\xf0\x12\xaf\x4b\x7b\xef\x62\xb8\x0b\xba\x50\xf7\xa2\x7a\x1d\x02\x51\xa7\x69\xe5\x30\x92\x78\xa6\xe6\x67\x4e\x92\xa5\x47\x12\xb5\xc4\x5c\xba\x62\x13\x26\xfb\x33\x4a\x17\x8b\x8c\x41\xc2\xae\xb1\x05\x1e\x4d\x9a\x9f\xf1\x0b\xe5\x8d\x1f\x8d\xd9\xa9\xfc\x56\xa8\xf3\x95\xb2\x59\xb2\x42\x38\x7e\xa0\x22\x4f\xba\x8f\x52\x26\xb2\x05\xe1\xe6\x15\x54\xe8\x92\x08\xba\x58\x3a\xc2\x76\xaf\xa8\xbe\x29\xc5\xcb\x32\x16\x9a\xbb\x61\x86\x26\x64\xaa\x2e\xdd\x25\xe6\xc2\xfa\x20\x2a\xfc\x07\x66\x71\x63\x35\x57\x2f\x76\x26\x7f\xf6\x8f\x1d\x5a\xe4\x27\x14\x1b\x9d\xf6\x7d\xf1\x7c\xda\x12\x1f\xf5\x67\x73\x52\x1a\x14\x6a\xbe\x98\xcc\x2c\x9c\x94\xca\x2d\x14\x4d\x3d\x5b\xf5\x41\xc0\xa1\x51\xef\xb1\x0a\x8d\xee\x5c\x27\x6f\x51\x61\x80\xa6\xd7\xda\x05\xe0\x9f\x4d\x53\x43\x57\x48\x2c\x69\x64\x74\xa7\x9c\x57\x57\x3f\x5d\xbf\xb4\x6d\x09\x4f\xeb\x96\x57\x44\x38\x29\xaf\x70\xfd\x5c\x5e\xeb\xdf\x37\xcb\x3e\x73\xdc\x74\xdb\x8d\x30\x88\x28\x4d\x92\x2e\x79\xf5\x85\x91\x1f\xe7\x8f\x37\xf7\x28\x7f\x8f\x5a\x00\xbb\x16\x70\x6a\x34\x17\x00\x4e\x8c\x66\x21\xa4\x59\x25\xff\x47\x5a\x86\xae\x10\xcb\x16\x13\xc2\xc7\x2c\x9d\x02\xdd\x42\x52\x67\x36\x2e\x79\xba\xa0\x5d\x12\x93\x2e\x60\x99\xaf\x6c\xb0\x67\x8d\x37\xcb\x86\x84\xd4\x29\x32\xdb\xcb\xbc\x51\xd7\x8b\x64\x5a\xcf\x68\x38\x43\x0b\xbc\xdc\x68\xc2\x4b\x35\xd3\x4b\x33\xbd\xd0\xa6\xab\x99\x3d\xc8\x86\x26\x40\x62\x00\x93\xfc\x88\x57\x39\x58\xa4\xcb\x71\xba\xd6\xba\x08\x11\x79\xcd\x69\xb3\xcb\xbc\x13\xe3\x82\x65\x7a\xbd\xf4\x2c\xb4\x39\x41\xc7\x55\xdb\xb0\xf3\x59\xb2\x63\x7e\x4a\x25\xdb\x3f\xf6\xbe\x7e\xdd\xe5\x36\x0c\x0f\x83\xd7\x22\x82\xee\x34\x4f\xd5\xe7\x60\xe7\xec\x7c\x8e\x0a\xed\x20\x6d\xcb\x59\x5f\xf9\x65\x75\xab\xcf\x30\x67\x66\x5b\xb7\x9a\xac\x2d\xf1\x67\xdd\xaa\x4c\xd8\x37\x56\x14\x95\xf0\xce\x7b\x97\xca\x35\xeb\x6d\x88\xa9\xd2\x5d\xb4\x5a\x99\x4e\xa7\x49\x8a\x95\xa5\x66\x62\xd7\x53\x9a\x10\x71\x84\x4e\x2b\xec\x09\xbf\xf0\x93\x4e\x6f\x85\x48\x88\xd5\x77\x32\x4e\x0d\x2a\x83\x70\xe2\xb4\x1a\x44\x0d\xe9\x70\xee\x72\xe0\x44\xf5\x19\x36\x30\x68\xf2\x73\x65\xe2\xcd\x75\x03\x14\x1c\x54\x0b\x2c\xa5\xea\x12\xd8\x76\x54\x6a\x5f\x44\x4c\x96\x84\xc5\xee\x81\x54\x17\x04\xc5\x91\xae\xd6\x9a\xf7\xaa\x66\x49\x77\xc1\x7c\xd2\x3e\x46\x6f\xdf\x5a\xa8\x8a\xfc\x8d\xff\xdf\x62\x0f\x6f\xc2\xd6\x3b\xf7\xce\xe9\xe5\xdd\x9d\xfb\x1f\xe1\x51\xeb\x4c\xc2\x68\xca\x09\xf8\x1b\x17\x0e\x17\xc8\x62\xc2\x85\x4c\x53\xb8\xa1\xae\x4f\x7e\x7a\x7f\x7b\x8a\x88\x8c\x80\x87\x75\xcc\x22\xf1\x30\x50\x0a\xed\x2f\x19\x91\xea\xe3\x3a\x12\x9e\x05\x61\x02\x24\x01\x6d\xcb\xc7\x6d\x27\x46\xfd\xf7\x24\x7c\xbe\x61\xcb\x7b\x85\x9b\x35\x61\x15\xec\x5d\x4b\x8c\x01\xdb\x14\xb2\xb1\x83\x8a\x95\xc1\x7a\xa4\x69\x42\x30\x1b\x55\xb1\x9f\x6d\x10\x0d\x66\xff\xcc\x58\x47\x35\xe9\x38\x7f\xc8\xeb\x45\x8d\x16\xb6\x58\x62\x4e\x45\xb7\xe6\xed\x33\x95\xad\xaf\x13\x22\x76\x5e\x31\x9a\xe8\x99\x42\x39\x51\x1c\x92\x9c\x10\x10\x21\x6e\x3f\x99\xbb\x1e\x6e\x79\x6f\x36\xbc\x87\x8e\xc6\xec\xb3\xf5\x7f\xe6\x9f\x8a\xbc\x4e\xf3\x62\x02\xa4\x2b\x19\xd8\x4c\x61\x2b\xd0\x6c\x4c\x85\xfb\x00\x72\xf1\x45\x96\x48\x4d\x8d\x34\xa5\x0c\x27\xae\xa3\xfa\x9b\x2a\x29\xc1\x31\x8b\xe6\x50\x7f\x6b\x9b\x08\xed\xf4\x8e\x24\x5d\x74\xc7\xd3\xe9\x28\x11\x6a\x7f\x47\xf7\x35\xa7\xf3\xf7\x96\x52\xad\xc3\x02\xe5\x83\x01\xcd\xcd\x12\xc4\x68\xab\x44\xfb\xe9\x12\x4d\xb4\x44\x10\x38\xd9\x8a\xe0\x00\x0d\xa6\x54\xab\x68\x74\x6b\x53\x4e\x0e\x2a\x34\x5a\xb7\xdc\x04\xde\x82\xb0\x1c\x33\x9e\x31\xc8\xa8\x76\xfe\x73\x8c\x04\xe1\x54\x3b\xb2\xa3\x94\x69\x1d\xc0\x38\x4f\x66\x4a\x4c\x28\xcd\x0f\x90\x19\x29\x03\x8b\x2a\xcd\x84\x92\x21\x78\x41\xa4\xba\xa0\xbe\x03\xce\x3f\x1d\xc1\x18\xa0\x25\xa7\x0b\x49\x1f\x88\xa3\x41\xf0\x57\xae\x72\x33\x6f\x13\xdd\x5a\x12\x8e\x65\x5b\x56\x85\xaa\xb7\x5f\xd8\x16\x2a\x0f\x6c\x42\xa6\xf2\xae\xd2\xef\xd2\x60\x62\xa8\x16\x59\x5c\x83\x22\xa3\xb3\xf9\x0e\x5a\x6c\x7f\xea\xff\x68\xfc\x62\xea\xa8\x7b\x37\x3e\x4f\x53\xa9\xf7\x5b\x2e\x93\x90\x9d\x4d\x50\x17\xcc\x4b\x35\x13\x93\x5a\x54\x0a\xab\xaa\xce\xf0\x3d\x4b\x1f\x99\xb3\xad\x95\xda\x30\xc2\x40\x0e\xe6\x04\x8b\x89\x53\xe8\x53\xbd\xf6\x3c\x07\x6c\x43\x7b\x92\xc7\xe1\x97\xca\x05\x06\xc5\x64\x85\x72\x46\xa9\xe0\xb9\x36\xd7\x9b\xb6\x3b\xed\xd9\xd5\x03\x36\x24\x2a\x92\x2c\x8d\x6d\x6c\x6a\x50\x3a\x90\x07\xb8\x57\xd5\xab\x8e\xd0\x17\xab\xc9\x41\x18\x28\x67\x42\x33\x65\x6e\x13\xbc\xb2\x35\xc7\xab\x26\x76\x17\x00\xff\x5d\xc7\x66\x9a\x27\xd8\x21\x37\x2b\x66\x39\xb8\x50\x19\xd3\x16\x56\xcb\xd8\xb1\xb9\xb0\xcd\x43\xd7\xa4\x19\x93\xf0\x11\x58\x55\x74\x35\x7b\xf0\x56\xa5\x2c\x59\xfd\x3f\x7a\xb1\x00\xd8\xef\x8a\xe2\x1a\x2e\x0f\xe3\xc3\x54\xe7\x07\x7c\x70\x2c\x95\xea\x52\x9c\xd2\x24\x81\x18\xcb\x11\x1a\x02\x2f\x18\x30\x3e\x29\x45\xde\x06\xef\xe8\x8c\xa5\xeb\x42\x0c\x35\x9b\x29\xf2\x36\xd3\x75\xfd\x66\x12\xb0\x9b\x5c\x54\x61\x47\x3b\x6a\x07\x10\x3c\x25\x5b\x70\x39\x8d\xac\x3d\xf0\xae\xc3\x65\xfc\x12\xe1\xba\x52\x77\x7d\xd3\xb8\xba\xeb\x9f\x32\xcc\x31\x93\x10\x84\x32\xec\xb1\xdc\x04\x7a\xa1\x82\x35\xf9\x0a\xd1\x5a\xa6\x0d\x3b\xf8\xc8\x5f\x5c\xeb\x74\x9f\xd1\x07\xc2\x10\x8d\x07\x88\x1e\x91\xa3\x81\x61\xdf\x15\xd9\x24\xff\xe5\x1c\x0b\x84\xc7\xac\x04\x24\x3b\x42\xc3\x44\xa4\xe6\x09\xc2\xa2\x04\x78\xf8\xbc\x78\x99\xdb\xf9\xc6\x4d\x34\x59\x01\xda\x14\x96\x32\x6f\x3e\x35\x5f\x78\x0f\x8e\x19\x16\xda\x2b\x9d\xc0\x49\xcf\x3f\x5f\x53\x5e\xfc\x49\xf3\x8c\x4b\xd7\xd0\x93\x2d\x92\x26\x94\x6b\x5a\x20\xf8\x05\x2c\x4c\x0e\xf0\x1b\x33\xb7\x9d\xd1\x77\x58\x26\x04\x0b\x89\xfe\xf0\xae\x53\x70\xc6\x8e\x2f\x17\xae\xe6\xf4\xe6\x30\x14\x1b\xfa\xae\xa3\x09\x06\x1a\x22\x84\xa1\x30\xb2\x03\xa6\x0c\xd4\x32\xcb\x14\x3d\x50\x91\x01\xb3\xa1\x07\xab\xd2\xdc\x74\x54\x0a\x4b\xb3\xa2\xfd\x94\x35\x62\xc4\x32\xc5\x1a\xff\xa5\xe9\x56\xc5\xc6\x1a\xe8\x29\xa7\x5a\xd9\x05\x64\x73\x1e\x84\x9e\x2b\x2d\xd7\x08\x56\x1b\xb7\xf1\x28\xb0\x86\x49\x12\x06\x7e\x95\x82\x13\x13\xa6\x06\x0c\xbc\x8c\x47\xc8\x2f\x22\x2a\xf2\x58\x61\x48\xcd\x9c\x17\xfc\x47\xe9\x74\xcc\x1c\x3a\xd5\x6f\xbb\x52\xd9\xa9\x32\x17\x9f\x51\x07\xae\x78\xfd\x99\x26\xc8\x6c\xa1\x0b\xd7\xb3\x8c\x37\xb8\x57\x4a\x26\x7a\x83\x6a\xbc\xeb\x17\xb4\xd7\x94\xab\xcd\x5d\xb8\x65\x1f\xd3\x0a\xeb\xb9\x66\x71\x3d\xd5\x62\x8b\x45\xcd\x83\xd6\xcf\xe5\xc0\x0d\xba\x7e\x1a\x03\xa2\x6c\xbd\x10\xcc\x11\x5a\x56\x74\x80\xdd\x4a\x63\x0f\x63\xe2\x05\xe0\x01\x4a\x64\xe5\x9e\xf9\x65\x1d\x1f\xd6\xeb\x1e\xfe\x20\x1f\xbf\x1d\x8a\x8b\x42\x97\x07\x5e\xaf\xeb\x0d\xe3\x7f\xe2\x88\xb0\x68\xa5\xdf\x64\x79\xfd\x72\x3d\x0e\x94\x3d\x2f\x83\x13\x83\x6d\x5e\xa9\x1d\x1a\xae\xdb\x23\x34\x82\x7b\xc6\x52\xdf\xe2\xa9\xf5\x2f\x78\x3f\x1e\x33\x65\x98\xa8\x2b\x5e\xe8\x4e\xdb\xf6\xc3\x2d\x5e\x75\x02\x34\x74\x7f\x2b\xd7\xcc\x62\x3d\x39\x40\x9d\x31\x61\x33\x07\xa0\x0d\xc8\xb4\x46\xa3\xd9\x07\x14\xa7\xd1\x3d\xe1\xef\x39\x89\xa9\xf8\x00\xae\x72\x59\xeb\xa3\x5b\x28\x63\x7b\x6b\x45\x63\x53\xf6\x79\xfd\x7e\x83\x3e\xd2\xf7\x16\x51\x1a\xc2\x14\xac\x09\x8b\x2a\xd4\x50\x43\x43\x7d\x81\x08\x93\x7c\xb5\x4c\x29\x93\x16\x25\x11\x15\x26\xc2\x1a\x1a\x4a\x67\xab\xc3\xe2\xf0\x5d\x84\xd4\x36\x1c\xf6\xcd\x9c\x08\x62\xe3\x07\x7a\x50\x32\x45\x9a\x15\x5a\x8b\x8b\x25\x96\x73\x01\xb8\xc8\x70\x0e\x8c\xcd\x05\x8f\xaa\x19\xc2\x4b\x08\x3f\x68\x27\x45\xfe\x90\x03\xfc\x09\x49\x93\x64\xcc\x18\x21\xb1\x40\xc0\x53\xf4\x6d\x25\xfe\x56\x3d\x3a\x40\x38\x8e\xd1\xff\xfc\xee\xe3\xd9\xdf\x6e\x46\x77\xa7\xe7\x97\xb7\x37\x77\x1f\x4f\xcf\x46\xef\x06\xee\xc3\x8b\xdb\x1b\xf7\xa9\x76\xb0\x3c\x10\x8e\x16\xf8\x1e\x2c\x3c\x26\xb4\xfa\x07\xb0\x38\xbf\xa7\x36\xdd\x49\x7d\x23\x88\x85\x9a\x18\x35\xc5\x25\xbc\x98\x35\x5c\x93\x92\xd8\xc1\xf6\xbd\x72\x8f\x34\xef\x41\xbb\x79\xdc\x2b\xac\x1a\xb8\x20\x4c\x2a\x19\x63\x30\x6b\xb9\xe9\x9b\x6f\x38\xc2\x66\x94\xd5\x05\xc4\x09\x7b\x78\x4a\x1d\xfe\x27\xb2\xfa\x59\x59\xd7\x97\x98\xf2\xd6\x7b\x6f\xc4\x1e\x28\x4f\x19\x0c\xcd\x79\xb5\xf2\x0a\x1d\x04\x06\x5c\x38\x54\x42\xeb\xc2\x10\x72\x59\xd6\x82\x2e\xd8\x94\xd6\xc2\xab\x5e\x6c\xb8\x43\xed\x26\x26\x5f\x25\xc7\xa6\x20\xa8\x30\xe2\x06\x3f\x60\x9a\x00\x60\xc6\x5e\x34\xf9\x1e\xd4\x85\x1f\x3e\x20\x92\xe0\x49\xca\x01\x46\xab\x23\x7c\xb6\x09\x33\x61\x40\x81\xee\x1a\xaa\x03\x6e\xa4\xfc\xe9\x0a\xf2\x04\xf7\xd0\x65\xca\xdb\xdc\xe4\xea\x67\x30\x0b\xe9\x52\x99\x64\x05\x21\x6a\xae\xd9\x29\xc1\x9a\x09\x59\x80\xa4\x11\xd9\x52\x8d\xc3\x80\x41\x92\x24\x20\xdd\x52\x67\x40\x1c\x19\xe7\x78\xfe\xcb\x94\xa1\x9f\xfe\x22\xd0\x24\x93\x63\x16\xb6\x91\x32\xa8\xbf\xf3\x03\x96\xd1\xbc\xca\xb0\xab\xbf\x6a\x2f\xb7\xac\x21\xe2\x86\x79\xb7\x0c\x5b\x0a\x5a\xa3\x4c\x92\x59\x31\x45\xad\x0b\x5b\xca\x39\x80\x7a\xa0\x94\x31\x14\x17\x49\x91\x29\x4a\x6b\x30\xfc\xcb\x34\xfe\x56\xa0\xd3\x4b\x25\x73\x95\x8e\x0d\xe1\x68\x2a\xb4\x27\x0d\xa2\x53\x80\xd0\xd3\x4f\x6b\x84\xd0\x00\x7d\x8f\xc6\xd9\xf7\xdf\xff\x29\x42\x5f\xed\x1f\xff\xf1\xe7\x3f\xff\xe9\x3f\x36\xa9\x95\x03\xed\xe6\x73\x64\x32\x68\x8b\x42\xd8\x5f\x81\x51\x81\xd1\xb9\x7b\x24\x18\x08\x82\xef\xa0\xd4\x7a\xb7\x74\xaf\x0a\xc6\x5c\xa3\x56\x5a\x6f\x04\x27\x3a\x5a\x0f\xb4\xd3\x75\xf0\x24\x22\x44\x47\x55\xab\x92\x7a\xda\xb4\x03\xa4\x33\x8f\x9b\x96\xff\x50\xd6\x15\xb4\xa6\x5b\xb1\xc6\x82\x87\xae\x0a\xe6\x3e\xa4\xc7\xde\x6a\xfb\xc7\x9b\x29\x9b\x7a\xec\x11\x4c\x7b\x5e\x48\x07\xcd\x78\x9a\x2d\x1d\x04\xd1\x82\x31\xf4\x32\x8c\xd9\x67\x75\xcf\x9f\xb2\x69\xfa\xc1\x6c\xd8\x33\xca\xee\xe1\xaf\x1a\x1f\xf7\xf6\x6b\xe4\x88\xa8\xbd\xcf\xad\x7d\xa0\x67\xfc\xd0\x54\x23\x50\xbd\x16\x12\x47\xf7\x3a\x3d\xb0\x89\xc8\xbc\x2b\x15\x7b\x0e\x61\xc8\x94\xa4\x34\x53\x07\x75\xa6\x85\x4f\x94\xf4\x40\x31\xc2\xe8\xf6\xea\xb4\xfa\xdd\xf7\xb4\xac\x9b\x57\xdf\x02\xe1\x06\x81\xff\xf9\x89\x76\x8a\xa2\x15\xd2\x59\x49\xb0\xd5\x5d\x56\x4c\x5d\x82\x56\x21\xb3\x77\xab\x84\xd0\xce\xd4\x13\xbe\xae\x07\x70\x95\xa6\xfd\xe1\x7a\x19\xa6\x23\xb8\xad\x6b\xdf\x6f\x25\x8b\x32\x38\xf5\x23\x90\xe1\xc1\x75\xad\x80\xb8\xa1\xd8\xfc\xf6\x6c\x27\x7e\x81\x35\x4b\x79\x62\xca\x53\xe9\xbe\x4d\x08\xa4\xa6\xd4\xf7\x61\x6b\x7e\x13\xbf\x0b\x86\x4e\xa1\xae\x07\x63\x36\xb4\x3f\x71\xb8\x08\x26\xa8\xae\x5e\x03\x9e\x5d\x91\x4d\x74\xfc\x07\xaa\xb7\x7b\x4c\xd7\x66\x70\x35\x83\xd8\xb2\x8e\xf5\xad\x20\xdc\x99\x4f\x06\xd1\x69\x35\x3d\x3b\x8e\x9a\x37\x1b\xa6\xaa\x2d\x5e\x7e\x6d\x87\x58\x20\xbd\xaa\x7a\xf1\xba\xa3\x39\x72\x98\x37\xd3\x90\xcf\xb3\xa5\xbd\xe6\xc9\x2a\xf7\xd1\xaa\x19\xd7\xb6\x64\xe1\x65\xc1\x61\x9d\x6a\x6c\xc7\x76\x9a\x94\x76\x41\xed\xdc\x3b\x2a\xe7\x84\x81\x9e\xd0\xbe\x65\x00\xc8\x74\x57\x83\x70\x0e\x02\xb1\xa6\xab\xa7\xd8\x66\x8c\x9a\x9c\x6c\xe3\xab\xf7\x9c\x14\xb6\xa6\x44\xfe\xbc\x32\x93\xb0\xa4\x62\x4a\x4b\x49\xd4\x45\x44\xcd\x36\xb3\xde\xa9\x36\x85\x5d\xe6\xa6\xad\xea\x82\x2d\x47\xe8\x23\xe5\x42\x7a\x43\x52\x6a\xab\x01\xc4\xd4\xb1\x5d\xcb\x79\x7d\xa9\xb5\x5d\xd8\x36\x76\x04\x6d\x0d\x3e\x17\x58\x3b\x42\xc3\x9c\x0e\x43\x43\x82\x88\x68\x31\x22\x92\x08\xb2\xc9\xe6\x6b\xa5\xb1\x82\x1d\x00\x1b\x08\x81\xb8\x14\xea\xf3\x3c\xaf\xcc\x75\xf3\x11\xb0\x2b\xf8\x9e\xd4\xd5\xc8\xe8\x5a\x5f\x65\x6d\x59\x95\xa1\x53\x48\x53\xad\x93\x6e\xd2\xc1\xf6\xc7\x2e\x47\x61\xd1\xe9\x7b\x35\xe5\xa6\x60\x99\x0e\x99\x4d\x61\x1f\x1a\x1c\xd7\xe3\x5c\xd9\x4d\xf9\xa6\xb4\xeb\x27\x74\x39\xca\x8c\xd8\xd0\x18\x44\x1c\xdd\x04\x1f\x8d\xd9\xe9\x14\xb1\xd4\x87\x79\x41\xaf\xdd\x21\xd5\x2e\x35\xb7\xde\xc8\xdc\x0d\x7a\x1a\xc0\xc0\xb7\x4d\x95\x4f\x73\xe0\x8c\xd8\xe2\x38\x6f\x57\xd2\xd2\x9d\xdc\x9a\x6b\xac\x6b\x12\x5d\xed\x59\xea\x14\x7b\x9d\x11\x46\x38\x8d\x20\x41\x43\x5f\xbb\x4b\x4c\xab\x4c\x4a\x43\x4c\xb0\xaf\xa9\x46\xbb\xce\x31\x32\xc3\xdd\x30\xbf\x28\xd1\x4f\x6b\x8c\x7c\x02\x44\x6f\x3a\xaf\x68\x17\xd9\x38\x39\x45\x44\xbb\x4c\x1c\xbd\x79\x84\x66\x62\xd7\xfd\xea\xb6\x47\x82\x29\x36\x95\x53\xb5\x77\x48\x40\x52\x94\x06\xf2\xa5\x53\x97\x3c\xa5\x7d\x4b\x3a\xcf\x52\xd9\x9a\xa5\x3f\x7e\x48\xd2\x89\x78\xe7\xd7\x8f\x33\xef\xc8\xf1\x7c\xf5\x5b\x70\x37\xb9\x3a\x76\x2a\x9e\xf2\x3e\xb4\x67\xc6\xbf\x0f\xbb\x4c\x7c\xf5\xa6\xca\x43\x6b\x1a\xce\x80\x79\x9a\x31\x9b\xeb\x90\x32\x92\x4e\x01\xdf\x08\x95\x6d\xac\x55\x08\x30\x68\x96\x4a\x0f\xba\xc0\xc9\x52\x07\xce\x40\x43\xad\x9f\xee\x2d\xf3\x7d\xd6\xcd\xf3\x53\xe4\xfb\x6c\x3b\xef\xe6\xe0\xbc\xd0\x84\x6f\x9b\xc5\xa1\x8f\x52\x07\x31\x0b\xbf\x5f\x6b\x8c\x3b\x39\x00\xd6\xb7\xcf\xd8\xa4\x91\xba\xe0\x29\x26\x87\x32\x3d\x04\xc8\x17\x00\x89\x74\x06\x5e\x1d\x2f\x45\x34\x27\x8b\x0e\x49\x4e\xd7\xf0\xfb\x16\xfd\xd4\xb5\xc5\xbf\x7a\x1d\x35\x77\xaf\x40\x96\xad\x55\x97\x1c\x87\xc2\x4b\x60\x9f\xad\xbd\x39\x3a\xba\x38\xfc\xa5\x6c\xf6\x80\x99\xec\x92\x42\x76\x94\xc9\x69\x9c\x82\xd1\x63\xfb\x70\x84\x2e\x58\xb2\x42\xf3\x74\x91\xaa\x6b\x3b\xcd\x84\xf7\xa5\x86\x0b\xc1\x65\xd3\xc0\x55\xbb\xd4\x10\xef\x97\x1b\x8d\x3a\x5a\xea\x2b\xad\x3b\xfa\x3f\x5a\x9f\x22\xea\x8d\x64\x12\xa6\xd8\xad\xe9\xbf\xcb\x8d\x6a\xde\x37\x90\xd0\xb3\xa0\xb3\xb9\x61\xfe\xf0\x4b\xe2\xc2\xd6\x5f\x38\x22\x44\x5b\x9b\x4b\xa7\x94\xc1\x86\x62\x55\x94\xe7\xb5\xee\xed\x2e\x19\x7e\x1d\x6a\x94\x79\x08\x60\x87\x9d\x83\x49\x76\x38\x5a\x8b\x4f\x73\x0f\x3e\xe4\xb4\x33\xab\x25\x19\xa0\x49\x06\xdf\x9f\x5f\xdc\xf8\xbe\x21\xca\xe0\xeb\xc3\x68\x4e\xa2\x7b\xb5\x2e\x48\x0b\x45\x3d\x5d\x96\x3f\x68\xb2\x1a\xb3\x9c\xdc\x40\xa6\xd6\xd1\xb1\x72\xd9\x23\x2e\x83\x2a\xe5\x28\xa6\x62\x99\xe0\x15\x22\x5f\x25\x61\x9a\xeb\xa5\xa2\x50\xa4\xda\x2c\x9b\x99\x2d\xc0\xbe\x60\xa4\x80\xd5\xc3\xe0\x5f\x76\x10\x8e\x64\x0e\xb0\xd4\x53\x1c\x55\xaa\x1d\x5b\xe7\xf3\x6c\x13\x3f\xa9\xe3\x11\xf1\xa8\x15\xf5\x8a\xfa\xae\x52\x07\xe5\x61\x05\x4c\xce\xd8\xf0\x99\x8d\x0f\xc0\x83\x32\xb6\x2c\x6c\xea\xdf\x9a\xc5\x89\xf0\x07\x12\x8f\x59\x08\x96\x32\x57\x59\xbe\xca\x28\xcf\x2f\xaf\x13\x9d\xdd\x93\x58\xd5\x3c\xbb\x1c\xcb\xc6\xd0\x0e\x04\x88\x0b\x55\xd7\xd7\x70\x46\x54\xf3\xb8\x3d\x41\x62\x76\x6b\xe7\x47\x9e\xd0\x6e\xb2\x51\x0d\xdd\x04\xd1\xa9\x92\xc9\x4a\x17\xe6\x37\x1b\xd3\x41\x41\x34\x4e\xd4\x61\x5f\x0d\x3e\x24\x47\x3d\x98\x35\xaf\x6a\x63\xcc\x6c\xc4\x72\x9a\x25\x89\xc6\xfe\xd7\x56\x7d\xd4\xd0\x30\x1b\x01\x7c\x39\xfc\x8d\xb3\x6b\x91\xc7\x00\xe0\xd5\x48\x5c\xc6\x4a\x76\xb0\x68\x95\xb3\x4a\xc2\xe6\x25\x4c\x64\x90\x78\x6a\xb3\x7f\x01\xe8\x3c\x23\x12\x29\xbd\x23\xce\x12\x0d\x1c\xe6\x19\x33\x38\x33\x9c\x24\x88\x4a\x31\x66\x0e\x16\xa7\x59\x79\xe0\x2a\x88\x4c\x2e\x48\x6c\x74\x41\x78\x05\x34\x6b\x38\xa2\xe0\x82\xa0\x11\x95\x41\x97\xc0\x53\xb9\xf2\x53\xe6\x96\x4b\x82\x39\xa8\x8b\xb6\x48\x81\xaf\x0d\x16\x97\xc1\x14\x17\x06\xea\x9e\xfa\x6a\x21\xbb\xd8\xbd\x9a\xba\xa9\xf3\xa2\x1c\xa1\xa1\x1e\x9d\x52\x05\x2d\x7f\x8d\xee\xad\x09\x53\x9b\x78\x82\xd2\xb7\xa4\x70\x64\x8b\x4e\xa3\x5e\x62\x2e\x69\x94\x25\x98\x27\x2b\x25\x5d\xa6\x59\x82\xe8\xd4\xa3\xe2\x81\x45\xd0\xa8\x28\xa0\x54\x4d\xe1\x8e\xb0\xa8\x67\x81\xa1\xac\xbd\xd9\xe0\xd6\xf0\x4c\x3c\x27\xa2\xce\xf4\xd2\xde\x29\xd5\xd6\xbb\x23\x74\x52\x24\x5e\x82\x63\xe1\xa1\xa9\xa9\xd0\x12\xd0\xf5\xd7\x24\x8d\x02\xd7\x1c\x10\x38\xd1\xa9\x52\x76\xbf\xf5\x0e\x5e\x1d\xc3\x1f\x16\xf7\x1d\x3d\x94\x37\x58\xdc\xaf\xf5\x52\x9e\x7a\x57\x65\x2e\x00\x6f\x80\x38\x2e\xf0\x5b\xba\x13\xb1\x86\xcd\xbe\x63\x27\x7d\x24\xfa\x06\x1d\xfd\xe2\x31\xb3\x15\x3b\xbb\x68\x60\xfe\x81\x75\xec\xd8\x55\x2f\x2b\xb7\x7b\x47\xbd\x9d\xe3\xfb\xa3\x6b\x67\x76\xbd\x71\xf9\x25\xc8\x8f\x45\xaa\x5f\x4a\xb1\x27\x3a\x82\x51\x20\xfd\x84\x3e\x98\x44\x5a\xc8\x65\x74\x87\x6d\x42\x50\x42\xd9\xbd\x3e\x15\x18\x56\x7e\x80\x70\xde\x3a\x1c\x3e\xdd\x7b\xbd\x99\x6b\x34\x1b\x17\x8d\xde\x4d\x48\xb8\x1d\x62\xa4\x72\x71\xdd\xb8\x2b\x9e\x5f\xbf\x11\xab\xc6\xd1\x7e\x59\x1a\xc3\x76\x4e\x89\xb5\xb1\x3a\x7d\xc1\x84\x85\x0c\x57\xeb\xe6\xf7\xb2\x50\xa9\xbc\x4e\x0b\x3c\x20\x2c\x5b\x1c\x7c\x40\xff\x37\x9f\x99\xdb\xf3\x93\xd1\xc7\xd3\xf3\xd1\x89\xb7\x81\x0f\xfe\x7a\x3b\xba\x0d\x3f\xb9\xba\x3d\x3f\x3f\x3d\xff\xe4\x7f\x74\x7d\x7b\x7c\x3c\x1a\x9d\x84\xbf\xfb\x38\x3c\x3d\x2b\xfc\x4e\x7d\x14\xfe\x68\xf8\xc3\xc5\xd5\x4d\xf8\xd1\xf5\x4f\xa7\x97\x97\xe1\x47\x37\xa7\x9f\x47\x27\x77\x17\xb7\x37\x76\xae\xff\xee\xcd\x30\xa0\x65\x21\xba\xeb\xfa\x5f\x39\x45\xbb\x20\xd6\xe8\x1a\x7f\xf6\x90\xf2\x53\x4e\x09\x8b\x93\x55\x5e\x16\x46\x1d\xba\x42\x90\xd2\x17\xe9\x74\x41\xd2\x6c\x1b\xcc\x80\x32\x7d\xd3\x07\x65\x52\x27\xc8\xb4\x66\x30\x39\x85\xb2\x6a\xde\x5b\x39\x91\xbc\xec\x06\x6b\x44\x59\x48\xbe\xba\x96\x1c\x4b\x32\x5b\xb5\xc4\xbf\x99\x97\xa0\x25\xe1\x4d\x7d\x81\x0b\x97\x67\x4b\x49\x27\x65\x47\x93\x9d\x07\x93\x98\x52\xcb\xfc\x67\xbe\xee\x6e\xd9\x69\x7c\x28\xad\x14\xd7\xe7\xd5\x82\xce\x26\xaa\x6f\x99\x0d\x0a\x9e\xe9\xf6\x2b\x70\xe9\x1e\xa9\xde\x7a\xc7\x96\xdc\x42\x99\xcc\x12\xb3\x1a\xe0\x7f\x47\x02\xbe\x3c\x1b\x97\xe7\x34\x98\xe6\xa6\xb2\x56\x44\x8e\x26\xde\xc4\xb2\x36\x09\xf9\x2c\xce\x6b\x86\x99\x44\x7d\x8f\x8d\xa3\x62\x11\x0a\x14\x67\x4f\x7e\xcb\x34\xee\x79\x83\x49\x04\xd5\x4f\x67\x44\x9a\x4a\x78\xfa\x5a\x86\x34\xe3\xda\x50\xdd\x8e\x19\x11\x9d\xea\x99\xd3\xb9\x39\x82\x40\x2b\x8f\xba\x2b\x1a\x05\x32\x34\x8f\x28\x4e\xd7\xa6\x80\x04\x58\x68\x36\xf7\xc5\x19\xcd\x42\xcb\x81\x07\x12\xa3\x43\x9f\x80\x32\x3e\x04\x74\xd9\x98\xd5\x59\x98\x15\xe4\x8d\xfe\x0e\xb8\xb4\xdc\x1c\xdb\xac\x7d\xc5\xec\xd7\x1f\x41\x3b\xd9\xed\x40\x15\xc8\xfe\xfc\x08\xd5\xbb\x32\xcd\xba\x4c\xb0\x76\x21\xc1\xd9\x72\xa4\x23\x75\x10\x2f\x77\x17\x76\xf3\xb8\xb6\xf2\xb6\x62\x97\x98\xa2\xfd\xac\xa0\xb3\xcc\x31\xf8\xdf\x34\xd7\x66\xd0\x71\x8f\x6a\xb4\xce\x68\x71\x09\xea\xdb\x89\xf6\x56\x16\xe4\x40\x23\x02\x1c\x6b\xb8\x9f\xd5\xeb\x18\x0a\xba\x6d\x7c\xb7\x1a\x2e\x17\x1c\x5b\xb9\x07\x02\x2b\xc1\x99\xd2\xe9\x97\x09\xd6\x40\xa2\x39\x16\x7a\x4b\x5b\x27\x25\x9e\xd0\x84\x4a\xa8\x5d\xad\xcd\xfb\xc2\x0c\xa7\x1c\x2d\x30\xbf\x57\x16\x2d\x49\xa6\xaa\xf5\x42\x70\xbf\x72\xd3\x6f\x19\x48\xcb\x89\x6d\x9e\x33\x94\x96\x1f\xd9\xb6\xbe\x81\x7c\x5b\x9a\x30\x5a\xbe\x1c\x9a\x7a\x59\xa6\x1e\x49\x4f\xb7\x95\x35\x2d\x5e\x16\x1f\x0f\xe6\xbb\xe2\xa2\xee\xee\xb3\x35\x39\x05\x1d\xc4\x7c\x31\xe3\xa0\xf2\x64\x4d\x93\x14\xd7\xd0\xec\xd8\xb6\x75\x02\x41\x5d\xdb\x71\x9a\x29\x71\x56\xd9\xb8\xee\x55\x73\xeb\x4d\x06\x98\x3d\xb7\xbb\x52\xe8\x7c\x01\x88\x25\x81\x8a\x4d\x1b\x4d\x68\x5e\xf0\xa9\xba\xf1\x8c\xe3\x2a\x74\x47\x7b\x82\xc3\x3c\xdb\xc6\x6e\x1e\x74\xb3\x5a\x92\x0a\x5a\xb7\x00\xbb\xbc\xa1\x31\x77\x7d\x39\x3a\x3e\xfd\x78\x5a\xb0\xa4\x86\xd7\x3f\xf9\xff\xfe\x72\x71\xf5\xd3\xc7\xb3\x8b\x2f\xfe\x67\x67\xc3\xdb\xf3\xe3\x1f\xef\x2e\xcf\x86\xe7\x6b\xec\xad\xf2\x2b\xca\xee\x8e\x3c\x31\x20\xc7\x51\xab\xbb\xc1\x40\x7f\xc1\xd4\xad\x38\x5f\x57\x15\xc9\x7d\x9b\x96\x12\x7a\x32\x97\xa6\xeb\xa4\xfd\x63\xc4\x24\x5f\x75\x49\xfa\x44\x31\x11\x70\x0f\x19\xef\x65\x98\x70\x48\x04\xf8\x82\x6d\xeb\xe7\x20\xd8\xac\x77\xdd\x84\x68\xcc\x3c\xaa\x8b\x25\xa1\xb5\x25\x40\xaa\x6b\xb9\xef\xc9\x3c\xf8\x18\x40\x98\x85\x49\x9a\xb1\xd8\x32\xab\x2d\x28\x7b\xbf\xc0\x5f\xdf\xd9\x91\xe6\x95\xd6\x20\x9f\x55\xd3\xd9\x27\x4a\xeb\x58\x21\x9e\xb1\xe6\xe9\x1a\xb3\x86\xf9\x5a\x7f\x33\xe8\x3a\x83\xf4\x5f\xa0\xe2\xe4\xfa\xa8\xf6\x18\x3f\x90\x55\xd5\xfa\x95\x12\xa9\xb4\x57\xda\xe8\xc0\xd0\xc8\x92\x13\x20\x12\x75\xfe\xe8\x44\xc7\x19\xdc\xbf\x21\xde\x19\xe4\x97\x56\xdd\x49\xa1\x2d\xbe\xd5\xb9\xa9\xf4\x02\x3c\x41\x2a\x9c\x79\x93\x5a\x34\xed\x13\xb0\x69\xa7\x26\xbe\x1b\xa3\xc7\x39\xd1\xab\xf5\xcf\x74\x82\xa6\x10\x0e\x37\xf4\x31\x9c\x44\xe0\xde\x50\x6b\x61\xd3\x8b\x00\x56\x5b\x72\x34\xd8\x3d\x90\x10\x01\xce\x36\xa0\x62\x24\xbf\x64\x06\x3b\xf7\x87\xef\xbb\xa5\x6c\x49\xbe\x42\xc2\x4c\xb3\x1f\x8e\x37\x68\x14\xe3\xb3\x83\x7e\x65\x8c\x56\x51\xbe\x5d\x69\x12\xc2\xe7\xe5\x7a\x2d\xbc\xd4\xfc\x73\x2d\x62\xe1\xc6\xa6\xc1\xe8\xdf\x3f\x59\x7e\xc4\xcf\x85\xb4\x08\xf3\x3a\x08\x44\x9a\xd6\x85\x87\xba\x57\x96\xd1\x23\xe6\xb1\x76\x0c\x80\x8f\xe8\x08\xfd\x98\x3e\x92\x07\xc2\x07\x28\x22\x5c\x62\x03\x57\x56\x67\x2d\x49\xe0\x40\x99\x76\xc6\x0c\x62\xf3\x1a\xfb\xcd\x80\x7a\x47\xd2\xd9\x5c\x29\x8f\xc6\x08\x35\x74\x9d\x82\x48\x80\x1a\x92\xaf\x4b\x12\x69\x50\x46\x5d\x24\x7a\x9a\xe0\x87\x32\xfe\x7a\x13\x68\xad\xc7\x48\x6a\xcb\x25\x99\x9c\x95\x46\xa7\x94\x25\xb6\xd4\x52\x73\xb9\x92\xf3\x94\x0d\xd0\x2c\x4d\x30\x9b\x1d\x1d\x1d\x21\x22\xa3\xa3\x77\x9d\x36\xba\x69\xd0\x7b\x5d\x1e\x51\x4b\x52\x41\x92\x95\xb5\xf0\x72\xe4\x83\x9a\x65\x40\x5a\x08\xaa\xcd\x9b\x8a\xdd\x7f\x5d\x44\xe8\x3e\xaf\x9b\xac\x5a\x2b\xed\x0c\xf5\xa9\x69\xa7\x58\xe7\x64\x5d\x4b\xfa\xf7\xd5\x9a\x76\x07\xe8\x1a\x30\x39\xd0\x38\xc9\x21\x6c\x35\x19\x54\x29\xeb\x8a\xcb\xfa\x39\xad\x63\xa9\xd9\x28\xe5\xa0\xb2\x25\x03\x10\xdf\x08\xa9\x54\xde\xd1\x15\x3b\xce\x81\xfa\xb6\x4a\x6f\x4a\xb2\x45\x99\x6a\x71\x57\x5a\x54\xde\x49\xfd\xd7\x31\xbc\xae\x3d\xaf\x81\x23\xe3\x49\xb9\x46\x53\x99\xfe\x9a\x9a\xdf\xd0\x26\x48\x4b\x4e\x05\x24\x5a\x6c\x02\x78\x72\xcd\xe8\xa6\xc1\x3d\xab\x6c\x18\x4d\x8f\x66\x0a\xd1\x00\x86\xcb\xd5\x93\xd1\x8f\x08\xad\xea\x80\x4f\xb7\x5e\x32\xe4\x20\xd1\x8d\xac\x9e\xf3\x8b\xf3\x91\x6f\xca\x9c\x9e\xdf\x8c\x3e\x8d\xae\x82\x18\xd4\xd9\xc5\xf0\x26\x88\x37\xdd\x5c\x15\xc2\x54\x3f\x5c\x5c\x9c\x8d\x86\xe7\xfe\x47\x27\xc3\x9b\xd1\xcd\xe9\xe7\xa0\xf1\x93\xdb\xab\xe1\xcd\xe9\x45\xf0\xbb\x1f\x4e\xcf\x87\x57\x7f\xf3\x3f\x19\x5d\x5d\x5d\x5c\x15\xde\x77\x7b\xdc\x1c\xc9\x0a\x86\x51\xbd\x12\xb9\xb2\xec\xe1\x65\xab\x94\xc2\x1b\x2c\xee\x77\x1c\x7d\x05\xb4\xc1\x86\x15\x7e\x6b\x84\x52\x4c\xee\x36\x0b\xcc\xd6\x05\x97\x2b\xdf\xa3\xf4\xc1\xd5\x1d\x96\x92\x2c\x96\xdb\x11\x3d\xb4\x3f\x38\xdd\x62\xbe\x60\xd2\xb4\x88\xf9\x06\xab\xba\x3f\x31\xdf\x8a\x70\x6e\x39\xe6\x7b\x7a\x7e\x7a\x73\x3a\x3c\x3b\xfd\xff\x0a\x2d\x7e\x19\x9e\xde\x9c\x9e\x7f\xba\xfb\x78\x71\x75\x77\x35\xba\xbe\xb8\xbd\x3a\x1e\x5d\xb7\x8c\xf8\x96\x7d\x2c\x87\xc8\x7f\xcf\x07\x74\x93\x3a\x96\x02\xa3\x15\x1a\x3a\x68\x35\xe3\x50\x5e\x8b\x4a\x80\xe1\x52\x36\x1b\x40\xb9\x80\x0f\x68\xc4\xf9\xe9\x02\xcf\xc8\x65\x96\x24\x03\xe4\x08\x47\xa0\x6a\x32\xfc\xec\x32\x8d\x4f\xbd\xe7\xc6\x0c\x1d\xa2\xca\x61\xc0\xfb\x0d\xb1\x87\x7e\xfd\xc0\xbc\xdf\x0b\x70\x38\x07\x89\x21\x58\x71\x2c\x32\x1f\xd0\x0f\x38\xba\x4f\xa7\x86\x46\x61\xe0\x4c\x5c\xf4\x4b\x96\x4a\x8c\xc8\xd7\x88\x90\xd8\x52\xbd\x16\xf7\xc9\x59\xba\x55\x65\xae\x2e\x35\x3d\xfc\x33\xbd\x3e\x54\x5e\xf9\x9c\xc9\x6c\xb8\xab\xae\x12\x51\x2d\x08\xcc\x28\x3f\xeb\x47\x75\x91\x88\x9a\xa8\xba\x4c\x76\xe0\xbf\x3b\x4b\x67\xd5\x28\x62\x57\x51\x93\x0a\x8f\x47\x00\xa2\x01\xe9\x0c\x09\xca\xee\xc7\xec\x8b\x32\x68\xd3\x8c\xeb\x8f\x64\xca\x01\x90\x3e\x4d\x32\x31\x27\x40\xbf\x35\x40\x8f\x04\x2d\xf0\x4a\x47\x05\x42\x7e\x62\xd8\x32\x6a\x73\xc2\xd3\x09\x65\x4a\x5a\x2c\xa9\xd5\x20\x8b\x4b\xbf\x0b\x03\x33\xa6\xc2\xd9\xd9\x4f\x18\xaa\xc9\x3d\x85\x8f\x73\x02\xb8\x5f\x8f\xdd\xcc\x12\xa3\x6a\xc9\x0d\x39\x66\x69\x7a\x9f\x2d\x4d\x59\x3b\x2c\xee\xbf\xb5\x28\x3a\x98\xee\x87\x94\xc6\x28\xce\x96\x89\x57\x55\xf2\x31\xe5\xb5\xa8\x07\x6d\xe9\x74\x40\x3d\x14\xec\xf7\xa6\x81\x55\x98\x51\x9e\xd5\xd6\x80\x7f\x78\x62\x04\x88\xc7\x79\x92\x09\xc2\x0f\x25\xa7\xb3\x19\xe8\x8d\xd6\x29\xb3\xff\x10\x11\xbb\x37\x57\x77\xdb\xfb\x1f\x7c\x57\x75\xa2\x19\x61\x1d\x55\x83\xda\x53\xcb\x65\xb2\xb2\xc0\x4d\x3d\x81\xf6\xd8\x2f\x33\xae\x89\x9c\xa6\xc8\x75\xa8\x36\x44\xbb\xe4\x44\xbd\x25\xbe\xd3\x34\x32\xdb\xd3\xdb\x9c\x4e\x95\x26\x68\x6a\x22\xe7\x44\x3c\x39\x59\x89\xbd\xe1\xf2\x77\xdb\xb4\x0a\x9d\xd1\xcc\x74\x41\xc4\x47\x66\x4b\x45\x62\xa1\x5d\x23\x50\x30\x7e\x95\xd7\x91\x84\x82\x74\x90\x0f\xed\x6a\x0c\x9a\x0c\x4d\xe3\xe3\xd4\x4c\x85\x2f\x0f\xe9\x71\x82\x1a\x90\xaa\x61\xc9\xaa\xa2\x88\xdc\x36\xef\xc2\xe1\x1f\x36\xd5\x88\x9b\x6d\xba\x59\x92\x4e\x70\x92\xac\x2a\x32\x32\xfc\x5b\xa7\x9b\x03\xd3\x16\xd6\x0a\xef\x2c\x8b\x6c\x82\x50\x79\xda\x90\xe9\x1e\x94\x7f\xd8\x69\xca\xca\xf6\x13\x96\xc9\x54\x67\x9b\x83\x47\x56\x0d\xee\xb4\x50\x9e\xe0\x48\xe3\x97\x4f\xe3\x4a\xa2\x94\xfc\xc4\xd8\x99\xaf\x93\xce\x15\x3e\x94\x4e\x19\x37\x4b\x4e\xac\xf7\x6c\x45\xa4\x73\x9a\x25\x16\x5f\xbd\x5a\x86\x8c\xf4\x7e\xd4\xc0\xfa\x05\x6d\x3c\x42\xd7\x8f\xf6\x38\x6f\x53\x46\x98\xd4\xcc\x9f\x2c\x1d\x33\xd3\xb8\xcd\xdf\x73\x14\x38\x26\x10\xa2\x27\x66\x60\x6c\x10\x90\x0a\x4a\x17\x4d\x1e\x4c\x31\x58\x37\x27\x32\x05\x7c\xbd\xea\xe0\xb1\x12\xe7\x4a\x79\xc1\x2c\xce\x39\x4b\xe7\x64\xcc\x0a\x49\x6c\x5e\x19\x6a\xbb\x63\xfd\xe7\x77\x96\xd8\x13\xe8\x3b\x4d\x53\x5f\x9b\xd8\xb3\x4e\x70\x4d\x71\xd4\x05\x60\xbf\x5a\x92\xf8\xd4\x3d\xd7\xbc\x19\x02\xd7\x49\xec\x85\x96\x82\x43\xae\xf7\x80\x16\xd8\x42\x67\x47\x09\x57\x49\xd6\x2d\x92\x23\x55\x72\x64\xed\x6a\x89\x66\xd8\x12\xf6\x0b\xc7\xd6\x0e\xd1\xee\xc0\xe5\x5d\x28\xae\xe4\x74\xa9\x28\x15\x52\xc7\xd7\xe0\x91\x29\xa6\x49\xc6\x6b\x55\x04\xbd\x2d\x77\x9e\x76\x78\x0c\xcd\xa2\xaa\x55\x73\x7e\x69\xef\x18\x39\x9f\xb4\x2b\xda\x94\x64\x33\xca\x44\xb8\xeb\xeb\xc9\x4b\x4b\x44\xce\x6b\x16\x3c\xe7\x7e\x6e\x2f\x8b\x87\xfa\xb0\x17\x4a\xa4\x57\x33\x38\x19\xa5\xcd\xeb\xfb\x98\xdd\xc0\x5d\xad\xb3\xea\xdc\x31\x03\x86\x2d\x4d\x98\x02\x2c\xd6\x55\xe3\x0d\xe4\x79\xb8\x53\xb7\x02\xb4\x54\xe5\xbf\xad\x07\xce\x7d\xc6\xcb\xa6\xd4\xa4\xad\x5b\x5c\xb7\x0c\xce\xbb\x59\x3c\x86\x45\x5a\xe4\x8a\xd9\x73\xe0\xbf\x67\x09\xe2\x75\x49\x94\x76\x18\x50\x43\x31\x50\xca\x72\x0d\x14\x53\xff\xd1\xee\x30\xe0\x3c\x7a\x65\x2a\x31\xea\x06\x27\x1a\xb8\xe9\x63\x4d\xb7\xc8\xb2\x75\x0b\x53\xa8\x94\x5d\xb5\x1c\x5b\xe2\xe0\x72\xe8\xf2\x33\xc2\xe0\x7e\x2e\x4d\x51\x57\x14\xdc\x83\x0f\xfb\x85\xbb\x21\xaf\x53\xd6\x4a\x63\x76\xe8\xb7\x9f\x43\xec\x76\x30\xc5\x29\x6d\x05\x72\x2f\xb3\xef\x81\xd2\x12\x13\x96\x4a\x82\x30\x62\x34\x79\xcf\xb2\x24\x79\x7f\x0e\x65\x62\x84\xa0\x33\xcd\x42\x0d\x1e\x93\xa0\xac\x37\x60\x87\x3d\x57\x99\x77\x04\xe0\x8a\x54\x5d\xd2\x5e\x3c\xa9\x24\xa6\x5a\x82\x64\x35\x66\xea\x09\xad\x62\xb9\x1a\xad\xb6\xd6\x23\xbc\xcd\xe6\x35\x99\x77\x29\xdb\x98\xad\xfc\xc6\x2b\x36\x58\x53\x2a\xd0\x56\x21\xcd\x9e\x23\x72\x6f\x38\x22\x53\x6e\x3d\x4f\x1d\xd8\x22\xeb\x0f\xd5\xc6\x74\x8d\x4e\x11\x73\x21\x81\x16\xfb\xf1\x25\xc3\x01\x4f\x99\x18\xb6\x75\x16\x98\x9d\xa9\x5d\x78\x45\x7f\xc9\x48\x46\xd9\xec\x6e\x92\xc5\x33\xb2\x95\x8f\x2e\x95\x38\x41\x8f\x98\x4a\x70\xd1\xf9\x6a\xbb\x39\x17\x31\x49\xf0\x4a\x67\x52\xa8\xb7\x92\x8e\x25\xed\xed\x68\xdd\xde\x55\xbb\x8c\x7b\x7c\x0d\x63\x76\x93\x3a\xa3\xd2\x9c\xd8\x69\xa6\xb4\xd1\x06\xe9\x67\x5b\x3d\xd1\x33\xbf\x15\x4c\x73\x97\x5e\xa1\x46\x4f\x99\x8d\xb6\x59\x0f\xb3\x5f\xcd\x2d\xe8\x84\x41\x92\xe9\x33\x0f\x15\x10\x64\x68\x18\x69\x96\x0c\x0b\x56\x33\xb5\x48\x32\xec\xb0\xfb\x30\x97\x6a\xc2\x4d\x62\x79\xc6\x00\x7b\x46\xbe\xea\xf4\xfd\x64\xe5\xb7\x0a\x89\x9e\xd0\x62\xc7\x88\x3c\xd8\xdc\x2e\x17\x77\xed\x42\xd7\xaf\xe6\xb6\x4e\x30\x9d\xeb\xb0\x4c\x30\xbb\xd3\xca\xcd\x0b\xb8\xc1\xbc\x7c\x8b\x3a\x2a\x28\xaf\xe6\xe1\x6e\xfa\xe9\x24\xfc\x55\x90\x05\xe5\x17\x41\x1b\x14\xe9\x62\xad\x46\xe2\xaa\xc1\x1b\x63\xdc\xf0\x81\x7f\xad\x02\xb4\xac\x77\xe5\xe1\x82\xe1\xee\x08\xf1\xd7\xf8\xf2\x4a\x55\x4a\xf7\xcc\x9f\xd7\x66\xe5\x0b\x1b\xbc\xb8\xec\xdd\x5d\x49\xa5\x8b\x62\x23\x77\xd2\x9a\x6e\x3d\xad\x4b\xa9\xd6\x74\x2a\xbb\x96\xbe\x84\xc5\xb4\x22\xa8\x4e\x19\x25\x59\x4c\x90\x48\x95\x3e\x67\x2d\xbb\xea\x7c\x9a\x02\x8e\xe3\x49\xf9\x43\xc2\x74\xe9\xd6\x80\x28\xcd\x20\x84\x4e\x19\xb2\x16\xda\x00\x8d\x0f\xf4\xce\x12\xe3\x83\xb0\xf2\xb8\xa5\x27\x0a\x0b\x4a\x14\x1d\xaf\x3a\x26\xe2\xdd\x20\xcc\x73\x0f\x14\xe7\xa5\xc6\x8b\xf1\x92\xbc\x40\x1e\x5a\x4c\x87\x4d\x27\xba\x01\xa3\x94\x6a\x5d\x7b\x65\x49\x83\x20\x75\x98\x67\x91\xf4\x6a\x9b\x5a\x8e\x95\x1f\xec\x83\x6a\x8a\x96\x59\x62\x6a\xb7\x5b\x4e\x93\x94\x8f\x99\x6d\x2d\xa7\x3a\x1c\x26\x49\xa9\xa9\x32\xbd\x90\xb7\x57\x81\x6c\xcc\xe2\xb8\x21\x3f\x40\xfd\x08\x90\x6e\x25\x39\x30\x66\x3a\xab\xcf\x25\x94\x1e\xa1\x61\xa1\xe6\x6b\xc8\xa4\xe3\x13\xe9\x24\x89\x65\x91\xd1\xdc\x2c\x1e\x75\x88\xc8\xa0\x4e\xc3\x34\x53\xe2\xc8\xbd\x5d\xa6\x63\x06\xa4\x4a\xba\x7c\xbf\x9d\x97\x31\xfb\x9c\x0a\x5b\x87\x4e\xe4\xf3\x61\x75\x06\x33\x6d\xdf\x3a\x38\xbb\xf9\xe0\x44\x09\x11\xf5\x94\x32\x6d\x0b\xc9\xcc\x10\xb7\x03\x74\xc1\x00\xad\xd2\x8c\x07\xaa\xe2\x98\xfd\x53\x4d\x8f\x65\x0a\x4a\x5d\x95\x64\x38\xc4\x36\xf9\x1b\x7d\xf7\x0f\xdd\xe8\x77\x7f\x7e\xf7\x8f\x77\x9a\x87\x2d\x13\x99\x92\xb0\x83\xf0\x0a\xb1\x1d\x55\x4b\x0a\xd8\x16\x3b\x02\x57\xfa\x21\x7f\x45\x23\xa7\x80\x71\x16\xef\x9a\x41\x3b\xf7\x38\x0d\x51\x84\x65\x34\x3f\xc4\x66\xef\xf9\xec\x49\x54\xe4\xfc\xec\x8f\x73\xc2\xa0\x3c\x59\xc8\xe9\xae\x13\x2a\x50\xac\x24\xdb\xc2\xa5\xe3\x06\xfb\x45\x17\xaa\x31\x5a\x61\x21\x0f\xd9\xbe\x09\x36\x67\x9e\x09\xfb\x25\x97\x0c\xf6\xe7\x36\x3f\x20\x77\x13\x19\xd7\x98\x32\x59\x63\x34\xd6\x78\xda\xf1\x81\x5d\xfe\x31\x5b\x4e\x8e\x92\xd5\x54\x1e\x01\xba\xf7\x48\x4d\xcb\xd1\xa8\xb1\x9e\x8d\xbe\x84\xee\xe2\xb2\x56\xbe\x66\xba\x6b\xf5\xfa\x6a\x7d\xc7\xcd\x8e\x7b\x53\x7b\xa5\x45\x9b\xb6\x6e\x7e\xae\x43\xdf\x37\x71\xb6\x32\xd1\xf1\x8c\x81\x65\xc7\xc1\x2c\x2c\xc1\xec\xce\x27\x50\x35\xa9\x8b\x0e\x4b\x1a\x81\xae\x80\x19\x4e\x56\x90\xa5\x33\x18\xb3\x98\x72\x12\x41\x6d\xc8\x68\x15\x25\x34\x32\x4c\x37\xa1\x2e\x44\x1e\x08\x93\x01\x98\x70\xa4\x3e\x79\x2e\x75\xa8\x0e\xc6\x58\x3d\xfb\xb7\x35\xaa\x90\x63\x25\x0b\xbd\x05\xc5\x6d\x62\x72\xf3\x79\x47\x6e\x03\xf7\x7a\x10\xcd\xb1\xf5\xf3\xa4\x9c\xce\x28\xc3\x32\xe5\xe8\x3b\x70\x7b\x26\x09\xe1\xef\x5c\x81\x1d\x98\xc5\xea\x6e\xcc\x3b\x15\x2e\xa8\xa0\xb9\xa9\xbe\x6c\xa3\x28\xe3\x9c\xc4\x77\x65\xf4\x58\xd7\x3c\xd0\x66\x6c\x8d\x52\xad\xe9\x82\x08\x89\x17\x4b\xbf\xd0\xbc\xcb\x58\x32\x33\x93\xe8\x49\x40\xb6\x63\x03\x44\x01\x20\xe6\xc2\xd4\x63\x66\x02\xd4\x7a\xdd\x52\x5e\x41\x70\x50\x1c\x25\x08\x8e\x16\x45\x88\x1a\xf4\x91\xae\x25\x8c\x8a\x8e\xb2\xab\x33\x8b\x21\x48\x83\x8a\xfc\x5e\x65\x6c\x0a\xe7\x19\xce\x69\x45\x6d\xed\x31\xcb\x21\x48\xc7\x49\x9a\xc5\xc8\xb8\x09\x8d\xd3\x8d\x1f\x21\x4a\x8e\x06\x48\xfc\xe9\xc3\xfb\xf7\x47\x47\x3b\xaa\x7b\x10\x16\xce\xaa\xde\xe1\xba\xb4\x55\x15\xc4\x6f\xcd\xd1\x0a\x78\xce\xee\xba\x59\x1e\x36\x85\x03\x76\x8b\x6f\x99\x87\x00\x96\xe2\x2b\x97\x98\x13\x26\xef\x00\x94\xdd\xed\x85\xf0\xa2\x4b\x78\x3c\xc0\x13\xb7\x32\x7b\x72\x9e\x44\x93\x90\x89\xc5\x3d\xfa\x8e\x82\x07\xfd\x9d\x31\xc6\xa1\x36\x7c\x03\x7d\x59\x59\x02\x37\xf5\xe6\x99\x44\x71\x1d\x60\xbe\x4d\xf7\x83\x67\xb7\xbe\x40\xb6\xc1\xd9\x37\xfa\xc1\x4e\x1c\x17\x2f\xc4\xce\x4f\x19\x8a\xd2\xc5\x44\x09\x71\xb5\xd5\x9d\x63\x02\xe0\xf2\x43\x8b\xb9\x74\x80\x31\x8b\x31\xd3\x6c\x16\x05\xc4\xba\xf3\x66\xfb\x88\x30\xbd\x45\x0b\x77\x53\x5d\xad\x2c\xbd\x9d\x9f\x20\x25\xa0\xfa\xa8\x0f\x8b\x23\xc8\xd9\xa1\xef\x69\x74\x4f\xd4\x3d\x37\xcd\x59\x6c\x7c\xe9\xe6\xee\x37\x07\x91\x33\x85\xf7\x35\x1e\x83\x98\x71\xdf\x51\xcd\x01\x4a\x6c\xc1\x5b\x0f\x4b\xf3\xad\xa8\x9e\x9c\xa7\xce\x5f\xa8\x9e\x0b\x68\xdf\xa1\x6c\x4d\x1e\xad\x53\x2d\xb4\x32\x06\x12\xf9\x8f\x4e\x1e\x0a\x12\xa5\xcc\x21\x73\x77\x72\xd1\x57\xe4\x36\x54\x77\x17\xbe\x2b\x25\xe0\xae\xd3\x3a\xb6\x54\x7e\x72\xc5\xc7\x16\x10\xd7\x06\x33\xc4\x2d\x01\x9e\xa3\xde\x3d\x40\x0b\x4c\x99\x39\x06\x50\x4c\x10\xc5\x64\x92\xcd\x66\xb5\x77\x72\x92\xee\xa2\xfc\x74\xf3\xac\x9e\xa5\x0d\x0e\x02\x37\xc2\xa4\x09\xdd\xbe\x66\x87\xbe\x21\xe5\xab\x11\x0d\xb6\x0b\xf5\xe9\xd4\xbe\x49\x1b\x81\x53\x9a\x90\xe7\xd1\x98\x76\xa4\xfe\x9d\xb6\x51\xff\xac\x17\x01\x22\xb8\x7a\x1c\xce\xce\xfb\x0d\xe9\x85\x1a\x11\x77\xa7\x9e\x7c\x52\x58\x9c\x03\xf2\xc2\x61\xd5\x80\x37\x25\x9b\x62\x01\x09\xf3\xbb\xc7\xc9\x81\x6c\x5f\x87\xbe\xdf\x9a\x30\xe2\x3a\x5d\x10\x04\xaf\x12\x3a\x37\x0b\x99\x10\xf4\x00\xbc\x8e\x6a\x80\x68\x91\x25\x92\x2e\x13\x23\xfc\x8d\x5b\x2d\x9a\x63\x36\xf3\x2a\x25\xa0\xef\x18\x79\x44\x4a\xd6\x0e\x7c\x37\x8c\xb7\x3c\x03\x44\x64\xf4\x4e\xe9\x36\x41\xd4\x86\x93\x28\xe5\x31\x24\x47\xcc\x30\x8f\x21\x9a\x67\x36\x7c\x82\xa3\x7b\x60\xa0\x82\xeb\x48\xbf\xd1\x06\x10\x4d\xfe\x80\x76\x5f\xe6\xad\x51\x16\xe9\x5a\xf2\x96\xe0\xc2\xf5\x4f\x3f\x2e\x10\x8e\x78\x2a\xb4\x27\xca\x12\x0f\x69\x78\x0a\xa8\x5f\x0f\x34\xce\x70\xa2\xdf\xd8\x25\x66\x78\x69\x36\x84\x45\x52\x78\x4e\x30\x90\x92\x41\xaa\xff\xc7\x94\x9b\x5c\x00\x98\xf1\x4b\xc3\x28\xf0\x23\x7d\x20\x03\x74\xbd\xc4\xfc\x7e\x80\x4e\x56\x0c\x2f\x68\xf4\xdf\xe9\xa4\xca\x9f\x52\x82\x26\x6c\xad\x12\xef\x9e\xbd\xb7\xfa\xa0\x7f\x29\x01\x2f\x50\x5d\x12\xfc\xeb\xf4\xa6\xd4\xa0\x46\xde\xfa\xa5\xbe\x26\x26\xd7\x3b\x46\x76\x7a\x01\x56\x1a\xca\xd6\xcd\x81\xe3\x05\x65\x81\xad\xb6\x57\xce\xd6\xe2\xa2\x56\xa1\xb4\x02\x61\xdc\xca\xba\xdd\x85\xe6\x78\x89\x95\x95\xa3\x0c\xca\x45\x2a\x89\xbe\xf7\x85\x4c\x39\x31\x19\xc5\x5a\x9d\x84\x32\x43\x54\xe8\x6f\xea\x28\x38\xa3\x24\x15\x19\x6f\x29\x36\xca\x0b\x76\x6c\x1e\x6f\xd4\x4e\xd2\xc5\x12\xa2\x2f\x9c\x88\x2c\x91\xa2\xc2\x5e\x2b\xb9\xad\x77\x12\xc8\x2f\x77\xf7\x33\x91\xf8\xa4\xe4\xd7\x72\x7b\x3b\xc0\xcf\x40\x22\xd4\xa8\x61\x4f\xd7\x5d\xb1\x23\x3f\x7e\xa1\xce\xb6\x2d\xe2\x64\x0a\x55\x50\x36\x4b\xea\xb8\xdd\xc7\xcc\xd4\xb9\xf0\x64\x1f\xce\xf3\x79\xac\x42\x66\x53\x3a\x1f\x03\x8e\x7f\x57\x24\xc3\x00\x61\xb0\x31\xd8\x9d\x5e\x04\x77\xf9\x00\x08\xaa\x34\x30\x88\x01\x3f\xd9\x98\x89\x6c\x72\x98\xc3\x55\x52\x0e\xd2\x15\x08\x26\x96\x98\x43\xbe\xfc\x9c\x26\xf1\x61\x19\x8c\x68\xb4\x1c\x28\x8f\xe1\xc8\xd8\x26\x04\xf8\x96\x60\xc5\x75\x29\x3a\x1d\x2d\x75\x63\x77\xed\x4c\x32\x89\x88\x2b\x37\x40\x85\x71\x1e\x15\x34\x89\x40\x5e\x04\xbe\x81\x97\xf6\x08\xae\x97\x17\x75\xe9\x7a\x6f\x5f\x4e\x04\x73\xd6\x46\x4e\xdc\x84\x5e\x38\x7b\x6a\x30\x73\x92\xa3\x6e\xaa\xc4\x9d\x76\xa1\x3d\x21\x72\xf0\x8b\x4b\x49\xb7\x49\x56\x62\x89\x1f\x99\x01\x89\x74\xa2\x97\x6d\x27\x1f\xaa\x79\x40\x94\x7c\x28\x7c\xe3\x4b\x0a\x75\x1d\x41\x90\x9f\xba\xe4\xc7\x81\x97\xe5\x0d\xa5\x87\xf2\x8c\x96\xdc\xfc\x19\xb3\x1c\xbd\x94\xd7\x4a\x8d\x8a\x82\xdb\x80\x82\x62\x08\xb4\x92\x81\x45\x34\x0c\x74\x06\xa0\x31\x52\x0e\x27\x18\xa8\x90\xa5\xe4\x74\x92\xc9\x12\x25\x4d\x70\x9a\x2b\x83\x1c\xbb\xb0\x0e\x4e\x9f\xbe\xb4\x47\xf5\xb5\x91\x97\x46\xc9\xa1\x4a\xc5\xa1\x7b\x14\x5d\xcf\x4f\xcb\xd1\x2d\xd3\xc8\xe3\xcd\x6a\xbf\xc3\x4b\xd9\x8c\x86\x33\x0a\x2c\xea\xd8\x63\x3c\x0f\x80\x14\x30\x85\x39\x23\xbc\x03\x99\x78\x49\x1f\x4a\x44\xe1\x19\x41\x0b\x12\xd3\xac\x98\xc8\xb6\x3e\x7a\xb6\x57\x66\x67\x9b\x9d\xa5\x0c\x70\x67\x88\x9e\x83\xb1\xf0\xa8\x6e\x6d\x0d\x41\x03\xa7\x47\x35\xa9\x84\x07\x03\xc5\xf2\x5b\xe1\xa2\x71\xe1\x8c\x59\x17\xd3\x19\x15\xf2\xe7\x02\x9b\xf3\x06\xf9\x52\x49\xf6\x74\xd8\x3f\xdb\x55\xdd\x4d\xef\x89\x46\x8c\xdb\x55\x50\x0a\x17\x36\x99\x76\x57\x00\x46\xc4\x66\x92\xa9\x7e\x77\x11\xe0\xff\x70\xf3\xf5\x0f\x53\xac\x97\xe3\xe5\x92\x70\x64\x0a\xf6\x16\x4b\xf0\xea\xb4\x2c\x78\xcb\x98\x69\x85\xe9\xbf\xaf\x2f\xce\x73\xc9\x9d\xdb\x51\x85\xa6\xe1\x67\x30\x75\x47\xd5\x2b\x77\x9e\x25\x49\xed\xca\xb5\x60\x4b\xbb\x3d\x3b\xbb\xfb\x79\x78\x76\x3b\x6a\x66\x23\xcb\x7f\x56\x3b\x27\xae\x27\x66\x4e\xf4\x35\x26\xe1\xea\xca\x16\xc4\x38\xb0\x40\x19\x31\xa3\xd6\x00\x87\x2c\x49\xc2\xcc\x9a\x31\xfb\x87\x69\x07\x00\x70\x19\xd3\x6a\xe6\x98\xa1\xc6\x89\x0b\xdf\x0f\x3f\xfb\x87\x6a\xfc\x1f\xfa\xd9\x43\x94\x0f\xe2\x03\x3a\x77\x6f\xad\x99\x57\xe3\x74\xdd\xe2\x38\xe8\x04\x9f\xe7\xca\x1d\xdc\xec\x78\xdc\x32\x4b\x14\x68\x52\xfe\x76\x72\x3a\xf4\xdc\xfd\x23\x34\x61\x5c\x7e\x73\xac\xe5\x3c\xb4\x3b\xd0\x19\x5f\xba\x98\xbb\x4b\x8a\x1a\x33\x8d\x27\x80\x12\xbe\x69\x7d\x9f\xd0\x29\xd3\xc8\xc6\x04\xb3\x59\x86\x67\x44\x0c\x90\x7d\xf9\x98\xb9\x82\xb1\x86\xa0\xc4\x15\x22\xc1\x40\xbb\x1e\x6e\x21\xed\xea\x24\x5f\xf1\x62\x09\x21\x18\x36\x66\x66\x4c\x6c\x96\x37\xaf\xbd\xa0\xff\x7d\xed\x86\xa3\x76\x9a\x6b\xc8\x24\xad\xb1\x31\xd3\x8b\xab\x33\x16\xad\x6e\x07\x0e\x20\xa8\x10\x1d\x6c\x5d\xcc\x89\xcd\x93\x05\x99\x3e\x03\x2d\x53\x73\x54\xdb\x10\xa3\x92\xf4\x1e\xc9\x8a\x76\x38\xeb\x2e\xad\x97\x27\x76\x31\xec\x99\x30\x7d\xab\xde\xf5\x5b\xdf\x01\xea\xc0\x55\xd7\x05\x68\xde\xb6\xb9\x18\x5b\x23\xcd\xf3\x0d\xc5\x8a\x47\x18\x15\xa1\xe8\x10\xbc\xde\x41\x0d\x84\xd6\x5d\xd2\xbf\x6f\xec\x54\x87\xd2\x09\xad\x5f\x6b\xd2\xad\x9b\x5e\xab\x2c\x9c\xe6\x97\xee\xc0\x44\x0a\x3a\x65\x1e\x58\x37\x19\x59\x54\x53\xa5\x62\xeb\x98\x58\x71\x8a\xac\xf4\x69\xea\x50\x42\xc5\x46\xdd\xc9\xf5\xa7\xd6\x3d\x72\x1a\x82\xb9\xec\x3a\x49\x58\x73\xcf\x05\x02\xb6\x46\x4c\x1a\x6c\x96\x71\xcb\x10\xaa\xc5\x0b\x03\x3a\x43\x6c\x00\x1e\x03\xb7\x89\x06\xf9\xca\x0d\x34\xbf\x7a\xc6\x85\x12\x97\x46\xde\x19\xa9\xad\xcc\x9c\x31\xb3\xe9\x03\x56\x1c\x0f\x6d\xc9\x27\xee\x3e\xd5\x71\xc6\xa5\x06\xdf\x82\xc6\x2a\xf3\x5a\x61\x58\x8e\x19\xe4\xa6\x33\x30\x21\x27\x02\xb2\xa7\x4c\x06\xb6\xf9\xc2\xa3\xb3\xc2\xcc\x71\xbc\xaf\x91\x79\x05\x35\x20\xb8\xe7\xbf\x51\xff\xff\xd7\x6f\xfe\xff\x00\x00\x00\xff\xff\xb6\x4c\xe0\x54\xe2\xf3\x02\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\xb1\x27\xfa\xbf\x3f\x05\xae\x76\x23\x7a\xda\xa6\xd4\x63\x9f\x3d\x27\xbc\x7d\xe2\xc4\x0d\x8e\xc4\xee\xd1\x19\xb5\x24\xeb\x31\xbd\xbe\x4b\x87\x0c\x56\x81\x24\xac\x22\x8a\x03\xa0\xa4\xa6\x1d\xf3\xdd\x6f\x20\xf1\x28\xa0\x5e\xac\x22\x29\x89\xd2\xd4\xd9\x58\x8f\x9a\x64\xa1\x80\x44\x22\x91\x8f\x5f\x66\xfe\xeb\x77\x08\x1d\x88\x47\x3c\x9b\x11\x7e\xf0\x11\x1d\xfc\xe9\xe8\xfb\x83\x81\xfa\x8c\xb2\x69\x7a\xf0\x11\xa9\xef\x11\x3a\x90\x54\x26\x44\x7d\x3f\x4d\x56\x92\xd0\x38\xf9\x20\x08\x7f\xa0\x11\xf9\x80\xe3\x05\x65\x47\x4b\x9e\xca\x14\x1e\x44\xe8\xe0\x81\x70\x41\x53\xa6\x7e\x6e\xfe\x44\x2c\x95\x48\x10\x79\xf0\x3b\x84\x7e\x85\xe1\x45\x34\x27\x0b\x22\x0e\x3e\xa2\xff\xab\x1f\x9a\x4b\xb9\xb4\x03\xa8\xbf\x85\xfa\xed\xdf\xe0\xb7\x51\xca\x44\x16\xfc\x18\x2f\x97\x09\x8d\xb0\xa4\x29\xfb\xf0\x0f\x91\xb2\xfc\xb7\x4b\x9e\xc6\x59\xd4\xf2\xb7\x58\xce\x45\xbe\xc6\x0f\x78\x49\x3f\x3c\xfc\xf1\x03\x8e\x24\x7d\x20\x77\x09\xce\x58\x34\xbf\x5b\x26\x98\x89\x0f\xff\xa2\xb1\x5a\xe3\x3f\x48\x24\x7f\x85\x7f\xc4\xe9\x02\x53\xa6\xff\x66\x78\x41\x7e\x75\xe3\x20\x74\x30\x23\xd2\xfb\x27\x42\x07\x31\x11\x11\xa7\x4b\x69\xa8\x72\x45\x24\xa7\xe4\x81\x20\x39\x27\x48\xbf\x0e\xe9\xd7\x21\xf5\x3a\x64\xa9\x26\x96\x24\xa2\x53\x4a\x62\x34\x59\x21\xca\x96\x99\x44\x9c\xfc\x92\x11\x21\xd1\x94\x26\x92\x70\x71\x64\x48\x06\x6f\x49\x97\x84\xc3\x3a\x4f\x63\xf5\x96\xcf\x44\x0e\x61\xec\x33\x18\xfa\x32\xc1\xcc\xff\x35\x27\x62\x99\x32\x41\x44\x30\x55\x84\x0e\xfe\xf4\xfd\xf7\x85\x8f\xca\x2b\x18\x22\x91\x45\x11\x11\x62\x9a\x25\xc8\x8e\xe4\x4f\x06\x1e\x82\x4d\xc6\xa5\xc1\x10\x3a\xf8\x9f\x9c\x4c\xd5\x38\xff\xe3\x43\x4c\xa6\x94\x51\x35\xae\xd0\xbc\xe4\xcd\x36\x78\xea\xd7\xdf\x55\xfd\xfd\xab\xb7\xa2\x25\xe6\x78\x41\x14\x59\xdc\xee\xeb\xff\x2b\xac\x45\xed\x97\x7a\x79\xbe\xa7\xc5\x89\x17\x56\x7b\x8e\x17\x04\xa5\x53\xd8\x2e\xf3\x04\xfc\xcd\x89\x48\x33\x1e\x11\x34\x21\x49\xca\x66\x02\xc9\xb4\x44\x03\x0a\x23\x28\x56\x2b\x7e\xa3\xb6\x92\x72\xa2\xf6\x4a\xf2\x8c\x14\xbe\x95\xab\x25\x4c\x52\x48\x4e\xd9\xcc\x27\xc5\xaf\x83\x56\x4b\xd3\x1c\xda\x61\x65\xfa\x81\xda\x85\x8d\xd9\xd0\xfe\x24\xc2\x0c\x4d\x08\x52\xe7\x92\xc6\x84\x93\x18\x61\x81\x30\x12\xd9\x44\x10\x89\x1e\xa9\x9c\x53\xa6\xfe\xad\xd9\x37\xb2\x34\xdb\x1f\xda\xc0\x9f\xcd\x94\xb9\x15\x84\xab\x89\x3f\xd0\x98\xc4\xe8\x01\x27\x19\x41\xd3\x94\x07\xe4\x39\x1a\xb3\x9b\xb9\xa2\xc3\x62\x42\x19\x9c\x3c\x45\x4b\xcb\x21\x7f\xb0\xe4\xfa\x03\x52\xef\x43\x19\xa3\xbf\x64\x24\x59\x21\x1a\x13\x26\xd5\xb9\x16\xc5\xd1\xfe\x90\xc2\xfb\x71\x82\x0e\x91\xa2\x33\xe1\x12\xe8\x9d\x32\x49\xbe\x49\x81\x0e\x51\x42\xef\x09\x7a\x77\x46\x85\x44\xc3\xcb\xd3\x77\x03\xf4\xee\x2c\x17\x1c\xe2\xdd\x33\x50\xd8\xfd\xfd\x37\xef\xe8\x49\x3c\x2b\x1e\xba\x83\xa1\x3a\xcd\xd7\xfa\x9a\xc8\x47\xf8\xdb\xef\xfc\x71\xcc\x7e\x35\xcb\xde\x5c\xf0\x1a\xa9\xdb\x45\xd6\x7e\x22\x32\x9a\xaf\x11\xb4\x62\x4b\x49\xab\xb6\xa3\x28\x6a\xc5\xeb\x92\xb5\x6a\x09\x4f\x2d\x6f\xb7\x11\xb6\x58\xc2\x29\xc0\x94\xe9\x43\xe3\xce\x50\xb8\x33\xe8\xe5\xc4\xca\x36\xf2\xd6\x5b\x8d\x27\x72\xad\x24\xf5\x28\xb1\x27\x6b\x4d\xe8\x82\xae\xdb\xc7\x53\x16\x2b\xb5\xcb\x08\x39\x96\x2d\x26\x84\xab\xa5\x5b\x71\x07\x2b\x9c\x28\xf1\x27\x33\xce\x48\x5c\xb3\xb4\x5f\x32\xc2\x57\x0d\x6b\x9b\xe2\x44\xd4\x2d\x8e\x32\x49\x94\x5e\x5b\xf8\x7a\x9a\xf2\x05\x96\xe6\x07\xff\xf1\xbf\xba\x2e\x5e\xa6\xf7\x64\xdd\x3e\x9f\xea\x5d\x8b\xb0\x80\xed\x5e\x64\x89\xa4\xcb\x84\xa0\x25\x9e\x11\x61\xa8\x90\x25\x52\x0c\xe0\x67\x4a\x97\x26\xfc\xd0\xdd\x36\xf0\x06\x7b\xcb\x66\x02\x3e\x41\x53\x27\xc8\x18\xf9\x26\x61\xa4\x31\x83\x7b\x16\x48\xe4\xdf\x1e\x4f\x40\xca\xcd\xf8\x44\xa4\x5c\xde\x4d\x56\x47\xf7\xa4\xf4\xde\x5a\x6e\xc1\x0c\x61\x29\x39\x9d\x64\x92\xa8\x75\xab\x31\xec\x3d\x09\xa2\x4f\x5f\xc6\x42\x5d\xbe\x17\x27\x17\xdf\xdd\x63\xc9\xd3\x19\x66\xef\x3f\xa2\x61\x1c\x23\x3d\x51\xf5\x1b\x1a\xeb\x2b\x79\x4e\x38\x39\x42\x37\x73\x2a\x90\x98\xa7\x59\x12\x23\x46\x1e\x08\x57\xb4\x25\x8b\xa5\x5c\xed\x1d\xb5\x62\xca\x49\x04\x84\xe9\x72\xc2\xdc\x53\x8a\x68\xca\xe8\x59\x69\xd2\xdd\x93\x15\x28\x2e\x65\xf2\x3d\x03\xbf\x14\xbe\x25\x2c\x5b\x14\xee\x0a\xf8\xfc\x64\x74\x7d\x3c\x3a\x3f\x39\x3d\xff\x5c\x78\x42\xa9\x11\xee\xab\xe0\x9b\xbf\x95\x68\x33\xc5\x59\x02\xa7\xda\x1b\xed\xd9\x14\x97\x68\x4e\x93\x98\x13\xf6\x41\x62\x71\x7f\x47\xbe\x91\x28\xd3\xf7\xec\xbf\xc2\x0f\xee\x94\xf6\x99\xc6\x24\xfc\x24\xf8\x47\xae\xee\x74\x7e\xd4\x59\xa5\x9d\x9f\x04\x1b\xb6\xdd\x73\xf0\x09\x8d\x2b\x7f\x0d\x9f\xac\x59\x83\xfd\x4d\xc3\x64\xed\x4f\x6a\x67\x65\x7f\x60\x14\xb8\xca\xdf\x70\x22\xf9\xea\x0e\x4b\xa9\x4e\xf9\x06\x3a\x23\x6c\x29\x52\xab\x45\xf9\x7e\x1a\xf5\x51\x2b\x8a\x20\xbb\x9d\xe6\xa8\x66\x90\xff\x72\x9d\xbe\x78\x9e\xc6\x64\xe4\x86\xfd\x94\xf2\x1b\x2c\xee\x5f\x83\xce\x18\x4c\xfc\x39\xd4\xc6\x4d\x0f\xd0\x9b\x33\xea\x37\x14\x07\xbd\x0b\x60\x7b\x4a\xb6\x75\x18\xa4\x1c\x89\x95\x90\x64\xb1\xd6\x75\xf0\x7a\x08\x61\xe4\xfd\xbe\x4e\xb8\x70\xe5\xfc\x06\x4e\x7d\x78\x81\xf6\xc7\xbb\x03\xc9\x76\xe5\xf8\xdb\xf7\x75\xda\x10\x4c\xf3\x52\xaf\xed\xf6\xd9\x80\x83\xe1\x93\xbd\x5f\x66\xa0\xda\xed\x7a\x92\x4f\xe4\x35\xa8\xdd\x2b\x4b\xed\x3b\x98\xc0\x1a\x93\x2f\x74\x1d\xbb\xf3\xa7\x1e\xf5\x9d\x2b\xda\x63\x26\x95\xcd\x6b\x7c\x4b\x84\xa3\x28\xe5\x5a\x15\x8c\x1b\xc4\xdb\xf3\x19\x7d\xb7\xe7\xd7\x97\xa3\xe3\xd3\x4f\xa7\xa3\x93\xb2\xd5\x77\x33\xbc\xfe\xa9\xfc\xe9\xd7\x8b\xab\x9f\x3e\x9d\x5d\x7c\x2d\x7f\x73\x36\xbc\x3d\x3f\xfe\xf1\xee\xf2\x6c\x78\xde\xda\x4e\xf4\x27\xd0\x71\x37\x7b\x07\xd8\x2e\x1d\x60\x83\xb7\xeb\x01\x33\xd1\x83\xf6\xde\x2f\x94\x50\x21\x15\x81\xcc\x93\x68\x89\x85\xd0\xf7\xaf\x9e\xc1\xd1\x98\x7d\x49\x39\x41\x94\x4d\x53\x94\x42\x70\x48\x48\x9e\x45\x92\xb2\x99\x7b\xe8\x23\x1a\x67\xdf\x7f\xff\x6f\xd1\x19\x65\xf7\xf0\x17\xd9\x47\xe2\xf4\xee\xc1\x4d\xa8\xd5\xbb\x07\xfd\xef\x5e\x87\x7b\x30\xc6\x12\x7f\xf0\xbd\x82\x4f\x83\x27\xd1\x91\x4b\xcc\x62\x94\x66\x52\xfd\xa9\xde\x8b\xa6\x3c\x5d\xa8\x73\x43\xbe\x51\x01\x52\xe2\x31\xe5\xf7\xd3\x24\x7d\x6c\xe7\xad\xfa\x4c\xa4\xf3\xf7\x9c\x60\x89\x5f\x83\x93\xea\xab\x59\xa1\x9b\xf8\x67\x22\xd5\xdc\xaf\xcc\x5b\x7a\x68\x49\x0f\x2d\x79\x59\x68\xc9\x5e\x79\x8a\x9e\x5e\xf6\x85\x6e\x25\x2d\x00\x6b\xa2\x1e\xb5\x41\x8d\x9a\x98\x85\x17\x92\x78\x4a\xa1\x19\x06\x02\xd6\x08\xcc\xc0\x49\xfe\x5a\x84\x66\x30\xe9\xe7\x17\x98\xbf\x09\x1f\x7e\xef\xa2\xdf\x90\x50\xaf\x52\xae\xb6\xbc\x32\x9e\xcd\xc1\xfe\xf4\x72\xbe\x14\xfe\xee\x12\xef\xee\x10\xe0\x6e\x1d\xd1\x5e\x13\xc2\xae\x8c\x59\x57\x05\xa9\xcb\x51\xe9\xca\x30\xf4\x56\x71\xe7\xae\x57\x52\xfb\x88\xf3\x67\x22\x6f\xb0\xb8\x7f\x75\x57\x52\x30\xe9\xe7\xbf\x92\x7e\xa3\x81\xe6\x3e\xb2\xfc\x84\xa4\x7b\xeb\x17\xd9\xfe\xc6\x8e\x7f\x03\xc1\xe2\x3e\x3a\xdc\x89\x46\x6f\x2b\x1c\xfc\x56\xe3\xbf\xaf\x33\xe0\xdb\x47\x78\xf7\x37\xc2\xfb\xa4\x76\x10\x79\x20\x4c\x0a\xf0\x78\xf9\xea\xf4\xc1\x32\x15\xcd\xea\xff\x31\x27\x58\x12\x84\x0b\xae\x26\x04\x03\x22\x4e\xa2\x94\xc7\x4a\xed\xc7\x68\x39\xc7\x82\x20\xc9\x31\x13\x74\x9d\xea\xaf\x47\x05\xdf\x8e\x1a\xe7\x35\x68\xfd\x81\x23\x0a\x66\xfd\x5c\x3a\xff\x24\x8d\x4b\x47\x43\x9f\x9a\xaa\x6f\x9a\xc5\xcb\xce\x96\x0e\x79\x68\x6d\x56\xfe\x84\xdc\xac\x44\xd9\x86\xdc\x1c\x5a\xa9\x3b\xe1\x66\x30\x0b\x5f\x0b\x37\x07\x36\xec\x6f\x8b\x9b\xab\x96\xbe\x0f\xdc\x6c\x03\xa0\x1b\x72\x74\x39\x7e\xba\x13\xae\x76\x41\xcb\xd7\xc2\xd9\xa5\x28\xeb\x6f\x8b\xbb\xeb\x96\xff\xb2\x1c\xee\x7c\xaf\xbb\xe2\xed\xf5\x8c\xeb\x08\xf0\x1a\x98\xd6\x4d\x56\xcf\xfd\x37\xc3\xad\xa5\x75\xef\x09\x9b\x7e\xe0\x44\xe7\x54\x75\xe2\xd7\x2b\xf3\x50\x67\x8e\xb5\x0f\xf6\x3c\xfb\x9a\x78\xd6\xee\xda\xfe\x70\x6d\x1d\x82\xab\x7b\x9e\x61\x03\x2c\x4b\xa0\x05\x96\xd1\x5c\x7d\xa9\x43\x42\x2d\x8b\x51\xe4\x89\x85\xaf\x8a\xbb\x9f\x23\x9b\xf0\x6d\x3b\x7f\x7b\xa7\xef\x6f\xb0\xe8\xcf\xde\x20\x94\xfb\xac\x88\x1d\x66\x45\x50\xd1\x67\x45\xf4\x59\x11\x6d\x09\xd4\x67\x45\xf4\x59\x11\xde\x77\xaf\x23\x2b\xe2\xe9\x13\x22\x76\x93\xf5\xf0\xaa\x94\xe8\x5e\x81\xee\x15\xe8\x3e\xb5\xc1\x2d\x6d\x57\x02\xcc\x3e\x7d\x10\x93\x84\x48\xd2\x28\x7e\x6e\x08\x5f\x28\xdb\x20\x28\xf0\x5b\x11\x34\xc8\x6b\x07\x39\x0e\x02\xf7\x46\x93\x5c\x72\x63\xbf\x4e\xe9\xe4\xa6\xdf\x67\x62\xf5\xe2\xaa\x17\x57\x9b\x2c\x6d\x7f\xbc\xb2\xde\x61\x7e\x51\xb7\xac\x57\x2e\xf8\x8e\xc6\xbb\xa9\x18\xec\xd4\x46\xbf\x5e\x70\x4e\x8a\xa0\x64\xeb\x66\x4e\xda\xbc\xf8\xee\x69\xfc\x2a\xfc\xb4\x4a\x8e\xc4\x23\x26\xa9\x5c\x39\x94\x1a\xef\x0b\x07\xf7\x85\x83\xdb\xaf\xb5\xf7\x10\xee\xd0\x43\xd8\x17\x0e\xee\x7d\x60\xbd\x0f\xec\xe9\x7d\x60\x2f\xe5\xd0\x7e\xe6\x63\xf9\x5c\x2a\xda\x66\xc0\x24\x16\x23\x4e\x66\x54\x48\xc2\x15\xf5\x2a\x95\xb2\xf5\x48\xa5\xd7\xda\x0a\xa7\x35\xee\xc3\x7f\xed\xc1\xff\x6a\x31\xfd\x2b\x73\x8b\xc2\x51\x9f\xe0\xd8\xf5\xbd\x00\xd5\x69\x81\x57\x68\x8e\x1f\x08\x9a\x62\x9a\x68\xc3\xc8\x48\xc7\x86\x15\x36\x4d\xe8\x7f\x77\x9b\x10\x0e\xa7\xc3\xc9\x94\x70\xc2\x22\x2d\xed\xb5\xf2\x13\xe1\x04\x11\x50\x4a\xf5\x6f\xe6\xca\x4c\x4d\x38\xc1\xf1\x0a\x4d\x08\x61\x8e\x6d\x2a\x34\x85\x9a\x39\xef\x44\x69\x7d\x71\x33\xad\xcc\x3d\xfb\x62\xa4\x3d\x09\x7a\xa6\x5a\x24\x6c\x6f\x9c\x89\x3f\xbd\x2e\x51\xd1\x83\x68\x7a\xa7\xda\xcb\x3b\xd5\x7a\x10\x4d\x6f\x22\xef\x81\x89\xdc\x83\x68\x7a\x10\x4d\xef\x40\x68\x4d\xad\xde\x81\xe0\x7f\xf7\x3a\x40\x34\x4f\xd8\xa7\xf6\xb9\x34\xec\x5e\xc1\xb6\xbf\xeb\x15\xec\x5e\xc1\x7e\xa3\x0a\xf6\x7e\x50\xb8\xd7\xae\x7b\xed\xba\xd7\xae\x7b\xed\xba\xd7\xae\x7b\xed\xda\x3c\xb5\x4b\xed\x1a\xfe\xb2\xd5\x40\xb7\x46\xac\x77\x8f\x72\x7d\x26\xf2\xb5\x86\xb8\x7a\x95\xba\x57\xa9\xf7\x5b\xa5\xde\x9b\x05\xbd\xbd\xea\x7e\x7d\x7d\xbc\xd2\xfd\xf8\x16\xea\xe3\xd9\xa7\x0f\x96\x59\xf3\xf5\x77\xbb\x8c\x6d\xba\x84\x90\x58\x66\x60\x69\xb4\xb8\x0a\xd1\x50\xa2\x45\xaa\xf4\x6e\x46\x82\xdf\x58\x9e\xd7\x20\x82\x19\x7d\x20\x0c\x59\x58\xf0\xc0\x48\xb6\x01\x18\xbf\xbf\x5a\x01\x67\xf2\x34\xb0\x44\x18\x49\xba\x20\x47\xe8\x74\xaa\x19\x28\xc2\x49\x82\x04\x91\xa2\x80\x3c\x51\x0a\x99\x79\x88\xc5\xf9\x5c\xed\xbb\x69\x0e\x44\xd0\x3f\x1b\xd8\xf3\x97\x25\x52\x9f\x46\x3b\xf8\x23\x4d\x12\x35\x07\xc3\xb4\x20\x7c\x16\x84\x27\xf6\xc9\xe0\xb5\xf6\xc7\x0b\x1c\x2b\x6b\xc2\x9b\x42\x9e\x50\xe2\xff\x1e\xc4\x3c\x15\x0e\x4a\x11\x3c\xaf\x9f\x3e\x42\xc6\xee\xd3\x75\xac\x5a\x4d\x63\x8e\x63\x25\xf6\xa3\x39\x89\xb3\x84\x20\x2c\x44\x1a\x51\x2c\x49\x8c\xa8\xbe\x16\x10\x95\xd6\x4a\xb4\x3f\xb2\xaf\x8e\xa9\xc0\x93\x84\xc4\x86\xc6\x24\x47\x76\x34\xce\x9c\x0a\x34\x21\x8a\xc4\xea\xe6\x09\xa9\x3f\xd7\x97\x52\xc5\x6c\xbc\xa9\x90\xf2\x4c\x08\xd3\x13\x69\x50\xaa\x34\x73\xbe\x56\xbd\x4a\xcf\xbe\x4f\xb7\xe9\xb5\xac\x5e\xcb\xea\xb4\xa0\x37\xa5\x65\xed\x11\x1a\xcd\x0a\xa4\x17\x45\xa3\x41\xcc\x4a\x49\xfe\x3b\xe7\x94\x12\x9b\xd9\xeb\xce\xef\xf7\xc5\x0e\x39\x74\x23\x1e\xa7\x6c\x4a\x67\x19\x37\x0e\xf8\x89\x3a\xb1\x6b\x03\x63\x15\xe3\xbc\x8a\x1b\xa7\x7a\xea\xcf\x75\xf1\x74\xb1\x21\xd0\x21\x52\xda\xf5\xdd\xd5\xe8\xfa\xe2\xf6\xea\x78\xf4\x11\x0d\x97\xcb\x84\x6a\xc7\x7e\x94\x09\x99\x2e\xe8\x3f\xd5\x32\x74\xed\x5a\x27\xb9\x8d\x1a\x22\x40\xe1\x80\x48\x82\x38\x1a\x33\x74\x88\x8e\xcf\x6e\xaf\x6f\x46\x57\x35\x03\x1a\x26\x80\x8e\x2d\x64\xb1\x4c\x40\x2b\xb9\xcf\x26\x84\x33\x22\x89\x40\x51\x92\x01\xac\xd9\xc5\x17\xf4\xa0\xa3\xff\x33\x3a\xbe\xbd\x39\xbd\x38\xbf\xfb\xcb\xed\xe8\x76\xf4\x11\x59\x6e\x52\xc3\xaa\x79\xa9\x59\xc4\x2b\x86\x17\xca\xfc\x09\x8b\xec\xfe\x92\x91\x0c\x94\x20\x3a\x63\x0b\xc2\x64\x71\x44\x3b\xe1\xb3\xe1\x0f\xa3\xb3\x70\xe4\x39\x41\x3f\xfd\x39\x9f\x54\x82\x27\x24\x31\x01\x0f\xf0\xe7\x2b\x81\x9d\xbf\xc8\x44\x42\xb2\x92\x98\x7c\x6e\x5b\x2a\xd8\xd0\xb2\x75\x54\xdc\xa1\xf2\x2f\x0a\xe4\x6e\xfa\x41\x40\xbd\xd6\xc6\x56\x38\xc3\x67\x93\x74\xea\x80\xc4\x77\x80\x90\xa6\x44\x7c\xf8\x57\x70\x50\x7e\x7d\xb2\xc2\x1b\xc8\xcb\x16\x34\x92\x6f\x5d\xcf\xbc\xfc\x81\xd7\x20\xef\xfc\xe9\xbe\xa4\x6c\xdb\x91\x3e\xb1\x5f\x2e\x8b\xee\xda\x5a\x6f\x75\xf4\x56\x47\x35\x65\x7a\xb8\x44\x0d\x85\x77\x75\xed\x6c\xe2\xe5\x9b\x52\x92\xc4\xa2\xe4\xa6\x09\xae\x8d\xb5\x2e\x99\xd7\x7b\x63\x3c\xaf\x53\xa6\x8b\x6e\x7c\xe5\xfc\xe7\xc6\xa1\xae\x76\x6b\x41\x24\x86\x16\x84\x32\x45\x19\x4c\xbd\xbf\x85\xca\x64\xee\x6f\xa1\xfe\x16\xaa\xa5\x4c\x7f\x0b\xbd\x62\xe7\x55\x85\xe4\x7e\x51\xef\xd5\x3a\x9b\x6e\xab\xfa\x37\x15\xae\xad\xb2\x2d\x27\x90\x98\x63\xae\x3b\x9d\x44\xe9\x62\x91\x32\x2f\xf2\xba\x5a\x92\x01\x72\xc1\x36\x70\x53\xc0\x34\xd6\x79\xbe\xf2\xd7\xd0\xd7\xe1\xf3\xf2\xe8\xf2\x1c\xa8\xf0\xde\x0e\x5c\x43\xa0\xbe\x50\x50\x5f\x28\xa8\xc7\x69\xf7\x85\x82\x9a\xb9\xa5\x47\x22\xf7\x48\x64\xff\xbb\xbe\x50\xd0\x1e\x15\x0a\x0a\x7b\x88\x6b\xcc\x75\x55\xd3\xfd\x5f\xcb\xdf\xf8\x91\x8b\x52\xcb\x75\x13\xd0\xd0\xfd\xc8\xb7\x87\x66\x87\x2d\x5a\xd7\x45\x36\xfc\xa6\x9e\x7b\xae\xd7\x4e\x93\x95\x24\x34\x4e\xca\xdd\x48\x9f\x01\x3a\x54\xb5\xd1\x6f\xd1\x97\x52\xc1\xb6\xbd\x63\x65\x2d\xa1\xde\x6a\x41\xdf\x5c\x2e\xbd\x22\xa7\x7f\x3b\xe1\x6d\x8b\x9e\xdf\xd5\x88\xf0\xea\xef\x9d\x20\xaf\xfe\x7a\xdb\x3c\xf6\x50\x76\x6f\x9a\xbf\x1e\xc8\xc6\xd7\xe1\xad\xf0\x67\xfc\x1c\xfe\x8a\xc6\xdd\x7f\x73\x72\xbd\x89\x97\x7b\xe9\xde\x92\x5c\x6f\x55\xc6\xf7\xfe\x8c\x5d\xfa\x33\x06\x6f\xd7\xa1\xd1\xe7\x9d\x37\x10\xa7\xf7\xf6\x6c\x42\xad\xde\xdb\xe3\x7f\xf7\x3a\xf2\xce\xcd\x5d\x7d\xa7\xaf\x7a\x0f\xa4\xfe\xe1\x5f\xf9\xdf\x9e\x22\xed\x7d\x58\x11\xf2\xeb\x00\xcc\xb1\xf0\x67\x12\xe7\xea\x47\x3e\x78\x05\x60\xc7\xcc\xe1\xd0\x2a\x25\x79\xf0\x7a\x2d\x7e\xe7\x52\x3f\x7a\x02\x4f\xbe\x2e\xb4\x7b\xcd\xd4\x9f\x17\xd7\x53\xe6\x84\x75\xaa\x13\x40\x06\x9c\x3e\x4d\x35\x9a\xfb\x71\x4e\xe1\x9a\x84\x72\x2e\x70\x95\x78\x1b\x6e\xf3\xe4\x30\x00\xda\xeb\x74\x8e\xe7\x56\xa7\x4a\xec\xde\x6e\xe1\x86\x47\x5f\xef\xba\x5f\x1c\x09\xb1\x86\xef\x5f\x14\x15\xd1\x20\x33\x77\x03\x88\x78\x3e\xf9\xf8\x99\xc8\xb7\x27\x1c\x3f\x13\xf9\x5c\x92\x71\x53\x71\xd8\x28\x12\xf2\xea\xf3\x7b\x22\x0d\x36\x13\x7d\xaf\x6b\x8d\x7d\x5e\x57\x9f\xd7\xf5\x5b\xcf\xeb\xb2\x4f\xb7\xe9\x3d\x7a\x02\x3f\x79\xc6\xab\x4a\xbf\xf0\xed\xdd\x56\x7a\x5d\xfd\x85\xd5\x5f\x58\xdd\xd6\xb8\xaf\x2a\xba\xe5\xe7\x7d\x50\xd1\x3b\xa5\xda\xeb\xe8\x5d\xde\xc5\xc7\xb2\xff\xda\x08\xdd\xa5\x7d\xd9\xeb\x11\x42\xa2\xab\x9c\xd9\x2a\x5d\x6b\x5d\xef\xad\xab\xbc\xe1\x56\x45\xec\xa8\x48\x72\xfb\xeb\xcb\x92\x28\xdb\x77\xaa\xdb\x99\x3f\x97\xb0\xdf\x17\x11\x91\xaf\xfb\x45\x85\x82\xd2\x71\x8b\x90\xaf\x10\x49\x70\xd7\x08\x02\x5b\xf3\xdb\x20\xa1\xbd\xf9\xa7\x05\xa0\x58\xf8\x9d\x81\x8e\xc1\xd7\x30\xe5\xe2\x3c\xec\x87\xfe\x0b\xed\x67\xf9\xc8\xf6\x13\x5b\x25\x14\x3e\xe4\x44\xf2\xd5\x1d\x96\xca\x8e\x90\xdb\xa3\xd3\x42\xab\x61\x0d\x3a\xed\x06\x8b\xfb\x57\x89\x4e\x0b\x27\xfe\xc4\x67\xb6\x35\x4f\xbe\x39\x5c\x43\xdb\x13\xd6\x63\x1c\x36\x20\xdd\x5b\xc5\x3b\x34\x89\xd0\xbd\x99\x61\x41\x8a\xbf\xc5\x93\x1b\xde\x49\xfd\x11\x6d\xa2\xd1\x9b\xab\x60\x57\x50\x35\xd6\xac\xed\x95\x54\xb2\x2b\x6a\x4b\xbb\x9e\xd5\xd3\x40\xa0\xbc\xdd\xe8\xab\x1d\xbf\xd1\x6a\xc7\xed\x8c\x9b\xd6\x96\x4d\x5b\xb3\xa6\x9d\x4d\x53\x6f\xd0\x6c\x81\xa4\x0e\xed\x8c\x4d\x91\xd4\x81\x1e\xff\x2a\xbc\x35\xc1\x8c\x9f\x03\x49\xfd\x1b\x35\x3d\x7a\xbb\xe3\x49\xe8\xf6\x56\x8d\x8e\x3d\xb7\x38\x7a\x0c\xf8\x2e\x31\xe0\x3d\x04\xbc\x87\x80\xb7\x25\x50\x0f\x01\xef\x21\xe0\xde\x77\xaf\x03\x02\x6e\xec\xc5\x6d\xd1\x8b\x55\x2a\x7b\xae\xd0\x06\x85\x61\x36\x57\xdf\x4f\xe3\x57\xa1\xb7\x7b\xf5\x9a\x9c\x65\xcd\x9f\x43\x7f\xef\x0b\x13\xf5\x85\x89\x7a\x25\xee\xb7\xa4\xc4\xf5\x7a\xca\x26\xd4\xea\xf5\x14\xff\xbb\xbe\x30\xd1\x1e\x15\x26\x52\x8a\x53\x80\x5b\x5b\x0b\x9f\x3a\xe6\x04\x4b\xdd\x9d\x8c\xe7\x48\xaa\x82\x02\xd6\xa4\x5d\xe9\x01\x94\x7e\xf5\x1a\x94\x2b\x35\x4f\x3d\xe3\x16\x38\x2a\xff\x85\x07\xff\xab\xc5\xc4\xaf\xcc\x5d\x09\x07\x7a\x82\x63\xd7\x13\x0e\x14\xa4\x05\x5e\xa1\x39\x7e\x20\x68\x8a\x69\xa2\xdd\x54\x46\x06\x36\xac\xad\x69\x42\xff\xbb\xdb\x84\x70\x38\x9d\x1c\x94\xaa\x64\xba\x56\x71\x22\x9c\x20\xa2\x4b\xa8\xc2\x6f\xa0\x61\x9d\x69\x0f\x38\x21\x84\x79\x08\xc7\xb6\x73\xde\x89\x6a\xfa\xe2\x60\x34\x9f\x6f\x5e\x1c\x87\x56\xdf\xe4\x79\x77\x36\xd7\x36\x86\x96\xf8\xd3\x6b\x11\x05\xcf\x61\x56\xbd\xe1\xd0\x47\x1f\xde\xf8\x6d\x56\x5c\xdf\x1b\x95\xbc\x37\x74\x77\x68\xe8\x42\xea\xca\x1b\xb5\x74\xfb\x70\x45\x03\x71\x7a\x37\xc0\x26\xd4\xea\xdd\x00\xfe\x77\xaf\x27\x5c\x51\xaf\x3d\x6f\xd6\x4e\xf0\x09\xf5\xe8\x5e\x8d\xee\xd5\xe8\x5e\x8d\x7e\xb3\x6a\xf4\x7e\x50\xb8\xd7\xa1\x7b\x1d\xba\xd7\xa1\x7b\x1d\xba\xd7\xa1\x7b\x1d\xda\x3c\xb5\x13\x1d\x1a\xfe\xb2\x09\xc4\xbb\xc9\x16\x6e\x17\x91\x32\xe9\xc2\xaf\x45\x79\xee\x15\xe7\x5e\x71\xde\x6f\xc5\x79\x6f\x16\xf4\xf6\x72\x04\xfb\x2c\xbb\xd2\x2d\xf8\x66\xb3\xec\x5c\x33\x81\x0d\x0a\x25\x07\x9f\xd9\x81\x9e\xbb\x7c\xf2\xc0\x4a\x46\xcc\x62\x64\x27\xd1\xa9\x98\xf2\x57\xf3\xd0\xeb\x2a\xbe\x56\x9e\x75\x5f\x42\x19\x79\xbb\xd6\x97\x50\x7e\xc2\x75\xdb\x73\xb6\x66\xe5\x96\x47\xb5\xf7\xea\x95\x2e\xfb\xc5\x61\x3e\xf5\x27\xfd\x45\x41\x3f\x95\x37\x47\x29\xe1\x22\x6f\x45\xf5\xfc\x95\xa3\xb7\xb9\x1a\x3e\x13\xf9\x56\xee\x85\xbe\x7a\x74\x5f\x8c\x73\xe3\x26\x53\x9d\x24\xfc\xeb\x5a\x62\x5f\x20\xbb\x2f\x90\xdd\x17\xc8\x76\x6f\x7d\x8e\x02\xd9\xdb\xdc\xc8\xfa\xf5\x6f\xe5\x52\xee\x8b\x64\xf7\xf7\x72\x7f\x2f\x57\x2e\x71\x0f\x0d\xae\xbd\x28\x01\xee\x0c\xae\x5d\xa5\xb6\xfb\xa1\x2c\x27\x8c\x77\x9a\xe1\x6e\x29\xd9\x67\xb9\x9b\xff\xeb\xb3\xdc\xdb\x2c\xae\xcf\x72\xef\x81\x4b\x7d\x96\x7b\x0f\xcd\xe9\xa1\x39\x7d\x96\xfb\x6b\xc9\x72\xb7\x0a\xd4\x2e\x32\xdd\x2b\x94\xb1\xf5\xd9\xee\x5f\xcb\x96\xc1\xde\x2a\x5a\x76\xae\x7d\xd6\x7b\x9f\xf5\xbe\x2d\xef\xec\x85\x4d\xf6\x24\xd9\xef\x15\x62\x60\x5b\x43\xec\x75\x64\xc1\xdb\xd9\xf6\x29\x3c\x3d\x12\x71\xff\x91\x88\x7b\x97\xc2\xb3\x37\x6a\x7b\x6f\x0c\xef\xd0\x18\xee\xb3\x78\xfa\x2c\x9e\xde\x55\xd0\x9a\x5a\xbd\xab\xc0\xff\xee\x75\x64\xf1\xac\xd7\xa6\x77\x92\x0d\xff\x14\x7a\x75\xaf\x56\xeb\xdf\xf5\x6a\x75\xaf\x56\xbf\x51\xb5\x7a\x3f\x28\xdc\xeb\xd4\xbd\x4e\xdd\xeb\xd4\xbd\x4e\xdd\xeb\xd4\xbd\x4e\x6d\x9e\xda\x99\x4e\xbd\xdb\xec\xf8\x8e\x51\x2c\x2f\xe3\xe2\x35\x29\xd3\xbd\x22\xdd\x2b\xd2\xfb\xad\x48\xef\xcd\x82\xfa\x4c\xf9\x3e\x53\xbe\xf4\xcd\xfe\x66\xca\xff\xce\x30\xc2\x81\x27\xfb\xdd\x25\x71\xf0\x43\x92\x4e\x6e\x56\x4b\xa2\xfe\x7b\x42\x17\x84\x09\xd0\x58\xa8\x5c\xf9\x17\x67\x0d\x81\xcb\xa4\x3d\xb8\x3e\x3d\xff\x7c\xe6\xe7\x90\x1c\x7c\xb9\x3d\xbb\x39\xbd\x1c\x5e\xdd\xd8\x19\xba\x55\xf9\xb4\x30\xcf\x05\x77\xff\x71\xba\x58\x62\x4e\x45\xca\x46\xdf\x96\x9c\x08\x35\xb5\x0b\xb8\x6d\x53\xbe\xd9\xec\x46\x7f\xf1\x67\x76\x1e\xfe\xf3\xf3\x4d\xf8\xaf\x60\x15\x67\x37\xe1\xbf\x46\x8d\xab\xf1\x06\x2e\x9e\xa0\x43\xf4\xf9\xe6\x23\xfa\x0c\x51\x7f\x8e\x6e\xe6\x98\x41\x86\xd2\xd9\xcd\x47\x74\x46\x84\x80\x4f\xf2\x87\x25\x95\x09\xac\xed\x07\xca\x30\x5f\x21\xbb\x7c\x9d\x8c\x84\xc1\x1d\x68\x49\x53\x24\x1e\xfb\x47\xc6\x40\x61\xcd\xa9\x77\x96\xce\x68\x84\x93\xed\x88\x38\x3c\xf7\xcf\xcb\xc1\xc5\x55\x23\x29\xfc\x5f\x97\x69\x31\x3c\x3f\x81\x24\x2c\x3b\xd5\x8a\x95\x9f\x13\x21\x49\xac\x2e\xc0\x58\x33\xaf\xb2\x35\xc8\xca\xbb\x18\xff\x91\x52\x46\x62\x94\x09\xa5\xae\x0d\xcf\x4f\xd0\x07\x74\x71\x35\x66\x17\x3c\xd6\xfe\x02\xa2\x6e\x14\x6d\xab\x50\x81\x58\x2a\x11\x5d\x2c\x53\x2e\x31\x93\xea\x32\x55\x82\x2c\x35\x14\x11\x08\x73\x82\x8e\xd3\xc5\x22\x93\x58\xd2\x07\x52\x22\x2a\xd3\x46\xc0\x35\x91\xa7\x31\x78\x20\x2b\x68\x98\x4e\x02\x45\xe7\x60\xc9\xd5\xf8\x92\x16\xb4\xbf\x03\x1a\x97\xd4\x41\x3b\x04\xe6\x1c\x87\x62\xf0\x80\x4a\xb2\x28\xfe\xbe\x25\x52\xec\xd7\x4a\xdd\xda\x75\x30\x1e\x71\x9e\x72\xf8\x9f\x9f\x28\x8b\x37\xe3\x8a\xdb\xf3\x9f\xce\x2f\xbe\x9e\xfb\x9c\x71\x7b\x3d\xba\xf2\xff\x7d\xfd\xd7\xeb\x9b\xd1\x97\x46\x6e\x29\x8e\x92\xb3\x01\x4c\x0f\xee\x99\x8f\xe8\x5a\x37\xa5\x4d\x39\x52\x9a\xc3\x41\xf5\xa2\xbe\x10\x89\x63\x2c\x71\xfe\x41\x1a\x93\xcd\xd6\xf6\x65\x78\x7e\x3b\x3c\x0b\x96\x72\xfc\xe3\xe8\xe4\xf6\x2c\xb8\x39\xec\xfa\xbc\x4f\xae\x46\xfa\x5e\xf0\x3f\x3b\xfe\xf1\xf4\xec\xe4\xce\xdd\x24\x4d\xd4\x28\xbc\xb7\x78\x7c\x6e\xe6\x04\x2d\x88\x9c\xa7\x31\x9a\xac\xfc\xec\x98\x3c\x4b\xf1\x11\x0b\x94\x80\xf7\x8f\xc4\x47\x63\x2d\x6a\xf4\xa8\x1f\xd5\x29\x42\xe6\x65\xde\x13\x8b\x34\x26\x03\xf3\x1b\x75\x4e\x74\x32\xa7\xba\xcd\xc1\x28\xaa\x1a\x58\xbd\x1d\x33\x44\x59\x4c\x1f\x68\x9c\xe1\x44\x27\x5d\x3a\x1a\x7d\x44\x43\xa4\x8c\x93\x38\x4b\x08\x92\x9c\xce\x66\xa0\xc7\x16\xa6\xaa\x47\x33\x8f\x02\x25\xe1\x39\xd7\x7f\x58\xd9\x3f\xf0\x5a\x63\x00\xd1\x49\xa2\xb5\x44\xfd\x20\x24\x99\x86\x23\x72\x2c\xe7\x84\x57\x4d\xcd\xee\xcb\x47\xed\xb6\xa8\x59\x16\x24\xfd\xe5\x30\x36\x88\xa8\x08\xad\x7e\x2f\x39\x79\xa0\x69\xe6\x3d\x6a\xf2\x61\x83\xcd\xad\x1c\x3e\x27\x00\x90\x2d\x85\x39\xe6\xc3\x84\xdc\x7c\x65\x5d\x9d\xf6\x8f\x11\x93\xbc\xf2\x6a\x6e\x2b\x73\x8c\xe2\x17\x08\x9d\x6a\xfb\xb0\xf4\xee\xf3\xa2\x26\x5f\xb6\x9f\x8d\xf6\xa7\x5e\x72\x74\x50\x69\x38\x82\x76\x5f\x27\xf5\x2a\x14\xb8\x5c\x02\xfc\x0c\x76\xc1\x22\x13\x12\xaa\x6b\x68\x17\x14\xba\xff\xb3\x40\xbf\x64\x18\x20\x86\x47\xe8\x9a\x90\x31\x9b\x4b\xb9\x14\x1f\x3f\x7c\x98\x51\x39\xcf\x26\x47\x51\xba\xf8\x90\x27\x1d\x7f\xc0\x4b\xba\xc0\x8a\x5f\x08\x5f\x7d\x98\x24\xe9\xe4\xc3\x02\x0b\x49\xf8\x87\xe5\xfd\x0c\xbc\x0d\x56\x87\xfd\xe0\x86\x9d\xa5\xff\xe3\xec\xdf\xbe\x3f\x3c\xfb\xf3\xf7\x07\x65\x91\x5a\x77\x3a\x47\x2c\xc2\x4b\x91\x25\xc6\x2b\xc9\x7d\xda\x00\x52\x16\x28\xb1\x6e\xbf\xcf\xc3\xed\xda\x4e\x20\x1f\x5f\xde\x06\x2a\x4e\xf8\xcf\x2f\xa3\x2f\x17\x57\x7f\x0d\x04\xda\xcd\xc5\xd5\xf0\x73\xb3\xaa\x53\x92\xd8\x05\x32\xfc\xc4\xd2\x47\x16\xae\x5e\x14\x17\x9d\x31\x49\x17\xc4\x0a\x6c\xf3\xcf\x1b\xbd\xd2\x0d\x56\x7e\x71\xf3\x63\x78\xf1\x7c\x3a\xfb\xeb\xcd\xe8\xee\xfa\xe4\xa7\xc6\x95\xe8\xc7\x82\x99\x5d\x83\x4b\xe5\x38\x4d\xb2\x05\xf3\xff\xde\x7c\x6e\xa7\xe7\x37\xa3\xcf\xc5\xd9\x5d\x0c\x6f\x42\xb2\x5f\x85\x9e\xba\x83\x1f\x2e\x2e\xce\x46\xc3\x60\x2f\x4f\x86\x37\xa3\x9b\xd3\x2f\x81\x92\x7a\x72\x7b\x35\xbc\x39\xbd\x38\x6f\x5c\xa6\x9d\x41\xc5\x42\xd5\xb2\xfc\x65\xee\x5a\xce\xb4\x3a\xe6\x43\x13\x05\xd3\x07\xe5\xd0\x4b\x91\xd2\x0e\x2e\xd0\x01\x0e\x9d\x7f\x20\xd2\x33\xad\x94\x35\x32\xdc\x26\x54\x2f\xeb\x1a\x37\xba\x49\xe4\xdd\xb8\x29\xc0\xbc\x8c\x1f\x1c\x27\x49\xfa\xa8\x63\x11\x0b\xaa\xb4\x57\x93\xaf\xaa\x7e\x22\x50\x94\x71\x4e\x98\x4c\x56\x47\x15\xe2\x24\xdc\x96\x94\xcb\x13\xe7\xad\xde\x88\xe1\x2a\x5d\xbf\x65\xa7\x6f\x25\xab\x14\x1d\xbd\x76\x5a\x50\x97\x3e\x9d\x7d\x21\x42\xe0\x19\xf9\x64\x83\x61\x3b\x12\x52\xd7\x3f\xfb\xff\xfc\xef\xeb\x35\xfc\x6c\x87\x08\x66\x08\xbe\xcd\xe1\x24\xe5\xd2\x4a\x95\x6d\x78\x39\xc2\x99\xe8\xc4\xcc\xcd\xb1\x3c\x8c\x32\x41\xf8\xa1\x71\x9e\x90\x18\x61\x35\x51\x13\xc8\x83\xea\x51\x4b\x2c\x14\x13\xa5\xa0\xd3\x10\xf3\xf3\x4c\xd7\x93\x42\x30\x9b\x9a\xdb\x75\xc9\x29\x8b\xe8\x12\x27\x1b\x1d\xbd\x82\x77\xc7\xe0\xf6\xbf\xa3\x53\x84\xd9\xea\x7d\x49\xf1\x92\x84\x2f\x20\xa8\x6d\xa6\xe9\x94\x98\x75\x6c\xad\x77\x87\xb1\x54\xe2\xd0\x1d\xb1\xc1\xde\xe8\x68\x4b\xdd\x72\x0b\xa3\x98\xb7\x6b\x43\x12\x27\x97\xd5\x63\x56\x11\xcc\x37\xab\x9a\xb6\xfa\x0b\x5e\xaa\x2d\xd6\x95\x25\x10\xce\xd7\x68\x62\xd5\xa6\x28\x98\xfa\x57\x40\x32\xcf\x2f\xd8\x5e\xc5\xc8\x49\x68\x82\x4e\xe5\x97\x04\x4a\xbb\x07\x23\x30\x2c\x39\xcd\x64\xc6\x95\x32\xa5\xd4\x7e\xf4\x1d\x39\x9a\x1d\xa1\x8b\x9f\x47\x57\x57\xa7\x27\xa3\x01\x1a\x5e\x5e\x8e\xce\x4f\x06\x88\xc8\xe8\xbd\xb5\xb7\x41\x6a\x92\x78\xcc\x64\x6a\xdc\x7f\x2b\x34\x4f\x1f\xd5\xbb\x16\x84\xcf\x48\xb0\x66\xf3\x63\x04\xc9\x21\x33\x2a\xa4\x8e\x94\x80\xfa\xe3\x95\x52\xa1\x8b\xa2\x1e\xa4\x39\x24\x93\xf3\x6d\x58\x03\x0b\x91\x2d\xf0\x24\x21\x77\x14\x2f\xee\x78\x9a\xac\x3b\xc3\x95\x47\x2a\x57\x1d\xef\x84\x76\xb5\xdd\xe1\x28\x4a\x33\x26\x5b\x8f\xb6\x6e\x1f\x4f\x80\x4c\x02\x2d\xd5\x81\x02\x47\x4d\xb9\xf8\x88\x23\x97\x40\x11\x38\x8f\xc0\x7e\x00\x91\x91\xe4\xf0\x0e\xd8\x92\x3a\x5a\x5e\x85\x14\xe8\xe9\xa9\xe9\x59\x45\xae\x63\x5d\x04\xc8\x6a\xe1\x5e\x99\x96\x6d\xe8\x57\x35\x4a\xd3\x48\xe8\xc9\xc5\xd5\xb1\x96\x53\x55\xd5\x6f\xb4\x3f\xa1\x50\xcc\x10\x20\x47\x85\xaa\x4d\x9a\x1f\xd5\x41\xd6\xf2\xe3\x97\x2c\x95\x58\xbc\x3f\x1a\x33\x25\x0c\xef\xc9\x4a\x3b\xd5\x94\xb8\xf9\xbd\xba\x02\x0f\x05\x61\x82\x4a\xfa\x40\x7e\xaf\xcd\x01\x25\x30\x1f\x30\xa7\x8a\xb5\x84\x7a\x83\x29\x16\x15\x16\xe6\x99\xd2\x04\xa2\xea\x6a\x50\x23\xed\x0c\xdc\x60\xe2\x57\xf3\xb1\xdf\xe9\xe9\xcf\x88\x84\x50\x99\xa4\x32\x53\x5b\x1f\xeb\x6a\x54\xa5\xa9\xaf\xd5\xc4\x80\x2b\x4e\x74\x98\x6f\x2b\x8f\xdf\x26\x47\xa6\xab\x2e\x5d\x3c\x0e\x54\x2c\x13\xbc\x2a\x59\xe5\xeb\x8e\x91\xb2\x3d\xc5\x12\x47\x24\x0f\x33\xda\x88\x6c\x94\x2e\x16\x29\x4b\x56\x0e\x5a\x14\xd3\x29\x24\xff\x49\x75\xc4\xd0\x84\xc8\x47\x42\x58\xfe\x29\x32\x47\x1d\x51\x26\x24\x66\xba\xd4\x17\x70\xcb\x58\xd1\x2a\xce\x40\xc3\x1d\x1f\x0c\xd0\xf8\x20\x26\x0f\x24\x49\x97\x0b\xc2\xa4\xfa\x80\xc8\x4a\x81\x36\x5a\x60\x9a\x9c\xa7\x4a\x5d\x89\x70\x9d\x7a\xdc\x76\x5b\x38\x89\xe8\x92\x12\x26\xc5\x1d\x51\xe3\x3e\xa9\x57\x76\x9d\x39\x61\xf1\x4b\x30\x13\x84\xe3\x98\x13\x21\xa0\xc2\x8d\x9d\xa4\x31\x7e\xb4\x33\xdb\x11\xa0\x1d\x0f\x3b\x77\xe8\x6e\xd9\xb8\xda\xac\x8a\x52\xee\x12\x7a\xdd\x8b\xf3\x9a\x24\x8d\x5c\x6b\x2a\x1c\xe5\x95\x33\x6c\x04\xd5\x01\x32\x8a\x4e\xb3\xe2\xb1\x51\x77\x61\xbb\x79\x86\x94\xb9\x56\xcf\x35\x4e\x4d\xf8\x50\x3b\x5b\xe6\x2e\x57\x6d\x8c\xa7\xb0\xe8\x9c\x24\x6b\x67\x1c\x25\xa9\xc8\x78\x4b\x9b\x35\x9c\xf4\xb1\x79\xb4\x69\xde\x23\x5f\x13\xcc\x12\x29\x3a\x29\x9b\x15\x84\x47\x9c\x2c\x39\x11\xc0\x93\xe0\x66\x55\x87\x5b\x9a\x5b\xd6\xfc\x7a\x80\x28\x8b\x92\x2c\x56\x34\xc0\x49\xee\x46\x65\x31\xca\xaf\xb6\x31\x5b\x18\x3b\x0d\x61\x81\x1e\x49\x92\xa8\xff\x46\xe9\x62\x09\x62\xdb\x4c\xd7\x8c\xa4\xec\x69\x89\x25\x19\xa0\x34\x93\x6a\xb0\x81\xae\x08\x68\xb6\xe0\x70\x82\x01\xef\x97\xd7\xf9\x1d\xb3\x5b\x61\x81\x13\x0e\xa6\xa5\x79\x5d\x0b\x30\xca\xd0\x67\x22\x61\x14\xc0\xcd\xfa\x0b\xd4\x95\x0f\x2b\x45\x50\x91\xf6\x5b\x9c\x28\xb3\x92\x0e\x3b\x7f\x46\x25\xe1\x38\xf9\x82\x97\x3f\x24\xe9\xa4\x71\xdf\x87\x68\xa1\xcd\x12\xf3\x16\x44\x8b\x06\xa9\x87\x2f\x5a\xc7\xa3\x84\xf3\x20\x72\xb8\xe6\xf8\x87\x41\xa6\x66\xf6\x84\x10\x0f\x65\x1a\x5d\x0b\xe1\xba\xe2\x3c\x4d\xa2\xfb\xba\x39\x82\x41\x7d\xf7\x7a\xcc\x76\x3d\xdf\x45\xd9\x55\xb1\x8e\x09\x42\x17\xc7\x53\x2f\x06\x0e\x88\x9c\x13\xca\x51\xab\x65\xd9\xf3\x7b\xa7\xcf\x7c\x7b\xa6\xc9\x79\xbb\xce\x53\xa1\x85\x88\x13\x10\x6a\x62\x06\xe7\x1b\x94\xe9\x3c\x1a\xb3\xc2\x24\x50\x4c\x96\x84\xc5\x02\x01\x7b\xd9\xd3\x10\xc8\xfe\x01\x9a\xd2\x6f\x66\x50\x1b\x20\xcb\x7f\xea\x59\x5b\x35\x3e\x98\x39\x2e\xb3\x5d\x87\xfb\xf1\x12\x9e\x6f\x74\x32\xa4\x42\x19\xd4\x91\x52\xac\x38\x89\x52\xae\x44\x22\xbc\xd6\xb9\x45\xd7\xde\x8d\x12\x73\x45\x14\xbc\xce\xea\x0a\xe6\x91\xe3\xde\x63\x2c\xc9\xa1\x32\xdc\xd7\x04\x84\x96\xa9\x7a\x0d\xa2\x0b\x65\x5b\xb8\x18\xa5\xef\xf8\x98\x90\x19\x66\x88\x67\x8c\x51\x36\xab\x99\xad\x15\xed\x5b\x1c\x66\xa5\x59\xe1\x85\x32\x33\x41\x8f\x50\x13\x0a\xe7\x21\x96\x40\xce\xc6\x79\x18\xcb\xfb\xb9\xa8\x26\x1b\xc8\xf6\x88\x9d\x23\xa0\x66\xb2\x19\x94\x57\xdf\x9b\xc9\x26\x58\x48\x64\xe6\x54\x33\x63\x5f\x9b\xdd\x01\x32\xa2\xa9\x44\x9e\x6f\x38\x74\x51\xce\xfd\x29\x22\x41\xa4\xa4\xa6\x94\x5b\x26\x08\xc2\x53\x65\x17\x2f\x08\x9f\x59\x85\x4f\x57\xf7\x70\x47\xdb\x94\xf9\xb0\x72\xd4\x97\x25\x63\x56\x39\xf4\x11\x1a\xb2\x52\x90\xdc\xfa\x30\x02\x7a\x69\xa9\x8d\x93\x47\xbc\x12\x68\x09\xb5\x58\x74\xdc\x3e\x5f\x3c\x38\xed\xc2\x87\xac\x87\x4e\x29\x54\x34\xc2\x49\xb2\x42\x60\xe8\x79\x33\xab\xd9\x2c\xaf\x8e\x63\x7b\x61\xd7\x52\xf7\x2f\x38\xa2\xab\xaa\x3a\x3a\x13\xa8\x52\xd2\x95\x94\xd9\x1c\x47\xe2\x87\x65\x0d\x20\x13\x74\x4b\x63\x5d\x8c\x42\x27\x76\x9d\xc2\x07\x2e\x90\x33\x3c\x21\xc9\xd6\xce\xeb\x8d\x5c\xf5\xf0\x6a\x03\x95\x55\xe6\x37\xd1\xce\x78\x82\x1e\xe7\x84\x17\x45\x9b\x75\xe2\xf0\xac\x9d\x6b\x3e\x5f\x67\x50\x9c\x66\x8b\x85\x5a\xec\xf7\xe6\xf2\xbb\x0e\x17\xee\x5f\x24\x39\x30\xbc\xfa\x16\x29\xba\x6f\xb6\x99\x83\x87\xe0\xae\x9c\x02\xda\x05\x86\x7b\x27\xde\x20\xc7\x33\x2d\xf3\x15\x4f\xa7\x88\xa5\x8c\x20\x2a\xf2\x1f\x43\xf8\x55\x43\x71\x80\x99\x66\x84\x11\x0e\x25\xbf\x6c\xb4\xb6\x5c\x0d\xed\x99\x8d\xf2\xa1\x33\x26\xd1\x94\x92\x24\x16\x88\x11\x65\xd3\x60\xbe\x52\x27\xc4\x08\xb4\x36\xba\xd1\xae\xb4\xd5\x8a\xeb\xc3\xa8\x91\x16\xcf\x0c\xf9\x57\x4a\x13\x2b\xcc\x0b\x0d\x93\x24\xff\x91\x79\xc8\x20\x5f\xc6\xcc\x59\xc1\xc0\x7f\x54\x28\xeb\xee\x08\xc1\xb6\xc9\xfc\x29\x75\xc7\xa8\x0f\xec\x1e\x0e\xac\x2e\x2b\x74\xf6\x52\x17\xdb\xdf\xde\x5b\x39\x1d\x43\x30\x98\xba\x8c\xd4\x0a\x66\xf4\x81\xb0\xca\x2a\xe9\x96\x29\x92\xc0\x0d\xd9\x2c\x75\x4c\x39\xb5\x3d\xf0\x53\xb5\xa7\x94\xda\xe4\xac\xe4\xb9\xd2\xc5\xd2\x72\x23\x3b\x59\xb9\x20\x8e\x6f\xaa\x9c\x6a\xd1\xa2\x8b\x5d\x63\x81\x7e\xcf\x52\xf9\x7b\x94\xdb\x68\xd6\x1c\xd6\xd5\xf6\x8c\x6b\x62\x10\xc0\xec\xd5\xdb\xe0\x84\x1a\x26\x41\xd8\x9d\xd5\x78\x3d\xe5\xb7\x05\xb4\xe6\x41\x95\x27\xd5\xde\x46\xe5\x40\x73\x5d\x9e\x92\x4e\xb5\xdd\x99\x0f\xe0\x39\xea\xbc\x22\xcd\x06\x9c\x40\xd8\x84\xa5\x68\x91\x72\x52\x48\xf7\xd5\xc2\xdb\xde\xeb\x26\xcd\xb2\x3d\x97\x56\xb8\xc3\x74\x0a\x63\x7e\xcc\x03\x37\x58\xb3\xfb\x6b\x17\x10\x8b\x45\x08\xce\x6d\xe0\x80\x35\x00\xdf\x6a\x93\x7c\x13\x58\x44\x9d\x4e\xea\x1c\xd1\x7e\x5d\xc3\x3a\x58\xeb\xd1\x98\x7d\x4a\xb9\xb9\x3b\x85\xc1\xa8\x4f\x70\x74\x7f\x48\x58\x8c\x70\x26\xe7\x1a\x5e\x6a\x7c\xc7\x2b\xb3\xb3\x4a\x2f\x00\x16\xb0\x5b\x1c\x53\x11\x61\x6e\x84\xfe\x14\x3f\xa4\x76\x16\x63\xe6\x0d\x02\x28\x78\xc8\xb4\x81\x6a\x00\x75\x0a\x04\x81\xcc\xc6\x3a\x5a\x54\xe5\xbc\x97\x32\xde\x9b\xcf\x8c\x9f\x37\x3b\x86\xf7\x91\x98\x11\x21\xc6\x07\x7a\xd6\x05\x0a\x9d\x5a\x7f\x94\xb5\x6f\x84\x5f\x3d\xd4\xfd\x52\x9f\x31\xeb\x91\x31\xab\x50\x6a\xca\xf7\x56\x76\x06\x60\xdb\x69\xc6\x01\x5b\x5b\x35\xe6\x77\xd1\x9c\x26\xb9\x8f\xfa\xfd\xc0\x9c\x47\x3d\x64\x42\x1e\x48\xa2\x06\xa6\x2c\xe2\x64\x41\x98\x89\xb6\x7f\x8f\xfe\x4b\xe7\x82\xa3\x3f\x8e\xd9\x67\x10\xab\x49\xb2\x1a\x20\x3a\xcd\x47\xc6\xb2\x30\xcc\x7d\xe5\x04\xd4\x96\x69\xc9\x12\x4c\x44\xef\xf7\x1c\x3f\x90\x31\xb3\xc3\xfc\x17\xba\x47\x7f\x40\x7f\xac\x73\xe4\x18\x60\xf5\x53\xdb\xf9\xc0\xc5\xf6\x5d\x9e\x64\x18\x18\xf5\x11\x24\x87\x75\x03\x84\xad\x72\x9c\xa9\xe6\x14\x5c\x87\x06\xa7\xec\x21\x2d\x47\xaf\xfc\x93\x8b\x39\x61\xf2\x8e\xa5\x31\xb9\x23\x15\xa1\xab\x06\x41\xa1\x2e\xf5\xf3\x34\x26\x6b\x03\x4f\x4e\x41\xfe\x0a\xae\x0b\x91\x4d\xdc\x76\xa8\xf7\xe6\x46\x77\xc8\x60\xd5\x13\x76\x45\x50\x37\x99\xee\xa6\xb1\xb2\x0b\xa3\x5d\x0d\x40\xa2\x9b\x09\x54\xc7\x6b\x74\x13\x26\x80\x1f\x15\x4f\x61\xd1\x43\xac\x7e\xac\x56\x6e\xee\x1c\xaf\xbc\x2b\xa4\xcc\x70\x3a\xa3\x4a\xdb\x6e\x1f\x8f\x03\x21\xb8\x89\x9b\x5b\x27\x7c\xb4\xf2\x73\xe7\xa4\x58\x26\x58\x2a\x2e\x3f\x74\x6c\x97\xc7\x98\x26\x69\x56\xd4\xb9\x0d\x01\xa8\xf0\x81\x51\x46\xbd\x5e\x29\x11\x3c\xd3\xa0\x1b\x32\xa7\x4a\x72\x33\x34\x3c\x3e\x43\xea\x50\xa4\x0b\xa2\x2b\x01\x28\xa2\x65\x72\x9e\x72\xfa\xcf\xda\x80\x6c\xbd\x86\x9d\x07\xd2\xbc\x0e\x44\x30\xcf\x50\xd7\x06\x1e\xd5\x9a\x81\x0c\x0c\x89\x2a\x0b\x07\x4d\xd4\xf3\x1c\x94\x8f\x69\x06\xed\xac\xb4\xc3\x58\xd7\xa5\x11\x61\xbf\x23\x6e\x3b\x67\x69\xc8\x96\x1d\x90\x1a\xc0\x7a\x0c\xce\x23\x14\xcd\x31\x9b\x35\xeb\x91\x7f\xc9\x48\xb6\x23\xd0\x8c\xc9\x7b\x7c\xa1\x70\x3c\x9e\x89\xbc\xf9\x97\xa6\x8d\x12\xc9\x85\x7e\x63\x26\x20\x8f\xc5\x7d\xee\x50\x73\xb8\x65\x6d\x46\x17\xed\xf9\x16\xce\x97\x2b\x73\xfc\x76\xe0\x7e\x79\x8e\x78\x7d\x59\x3f\xaa\x90\x3f\xc0\x7f\x26\xd3\xe7\x59\xbd\x1b\x4e\x86\x17\xf4\x8e\x5d\x7b\x3a\x3a\x58\xd2\x76\x52\x66\x86\x46\xb8\x96\x83\x9b\xd5\xdc\x71\x1d\xfa\x51\x3a\xb3\x84\x7e\xf7\x1d\x84\xb1\xb6\x76\xdf\x7a\x6e\xc9\x1c\x8a\xa8\xb1\xa8\x7a\x35\x24\x7e\x5a\x57\x4b\x18\x18\x0c\xd1\xb0\x5e\x5c\xb0\x0e\xa5\xec\xcd\x68\x83\xdb\xa9\x6c\x08\x55\xcf\xcd\x7e\xdd\x76\x2a\x8d\xe1\x90\x96\xc1\x0d\xb0\xe8\x9b\x8e\xed\x99\x41\x1b\x85\x61\x01\x0d\xa1\x48\xbd\xc0\x28\x44\x08\x32\x81\x24\xc7\x80\xde\x4b\x99\x18\xb3\xaf\x5a\x8b\xa5\x42\xdb\x8b\x26\xbb\x16\xcc\x51\x44\xe1\xdf\x20\x3c\x4d\x22\x9e\x9c\x63\x6d\xe3\x54\x87\x20\x5c\x3d\x0c\x77\x12\xfc\x20\x44\xd5\xcb\xe0\x45\x46\x75\xaf\x1c\xd2\x12\xda\x47\xc8\x96\xda\x33\x57\xfb\x8a\xa9\x00\xa4\x2b\x4e\x6a\x6d\xc6\x49\x9a\x26\x04\xb3\x3a\xb5\xba\xf2\xeb\x92\xb7\x88\xfa\x28\x46\x65\xf5\x29\xcd\x8c\x67\x44\xd9\x14\x38\x49\x0a\xeb\xc2\x50\xb6\x4a\x12\xa6\x9d\x0b\xc6\x30\x54\x13\x8d\xd7\x04\x44\x06\xfe\xc9\x9f\x90\xa4\x13\xd2\x44\x3f\xd0\xc8\x45\xf0\x93\xbc\x32\x52\x2b\x78\xbb\x0f\x80\xa8\x4c\x06\x58\x37\x31\x3f\x85\xa0\xd1\x35\x1c\xc2\xf0\x37\x9c\x62\x26\xe7\x95\xa0\xe7\xa6\x09\x5a\xd4\x75\x1b\x8d\xf5\x23\x68\x8f\x28\x7d\x20\x9c\xd3\x98\x78\x33\x6d\x1f\xe6\x2a\x2d\x3c\x44\x36\x20\x02\x70\x08\x0c\x78\x42\xc5\x5e\x20\x8e\xac\x63\xca\x5d\x47\xc1\xeb\x20\x4f\x18\x1e\x8e\x53\x22\x3c\x0d\x10\x66\xaa\x8f\x17\x9d\x12\xa5\x25\x8e\x99\x52\x81\x7d\x6d\x15\x0b\x25\x07\x96\x3c\x9d\x19\x10\x23\x8e\x78\x2a\x84\x01\x2b\xe8\x71\xc4\x51\xe3\x45\x77\x63\xb2\x4c\x76\x11\x86\x7a\x3e\xdc\x62\xb9\x86\x63\x9e\x83\x5c\xa3\x18\x4d\x88\xcb\xa8\xa9\x15\x4b\xdb\x42\x9a\x2c\xaf\x21\x4e\xb0\x30\xa6\x39\x20\x7f\x0a\x98\x87\x0e\x6a\x8c\x9b\xb3\x46\x00\x1e\xda\xcd\xf6\x59\xc8\x64\xc5\xe9\xf2\x69\x54\x20\xca\x39\x81\xba\x38\x93\xc4\x44\x9c\x02\xae\xa1\x79\x8f\x90\x9c\x22\xce\x0a\xd5\x6f\x06\x31\x2e\xe8\x42\x1d\x10\x48\x07\x66\xe9\x61\xba\x04\xb3\xa6\xf8\xab\x29\xa6\x89\x92\xa7\x34\x6c\x51\xa2\x74\xbf\x43\x28\xf3\x45\x98\xac\xf2\xc3\xdb\x41\xc0\x6f\x4f\x62\xbd\x8d\x9a\x73\xc7\x07\xc3\x1f\x2e\xae\x6e\x46\x27\xe3\x83\x3c\xba\x6a\x91\x38\xf6\xd6\x71\xf9\x51\x29\x1b\x33\x17\x23\x71\xf5\x3b\x61\x2f\x11\x8e\xe3\x3c\x1d\x48\xe3\xf3\xee\xb4\xaf\xb7\xed\xa9\x58\x1b\x26\x29\x0f\xf3\x89\x7e\x23\xf1\x15\x96\x5b\x05\x57\x1a\x83\xd7\xad\x9c\x88\x95\x2c\x9e\x31\x5a\x72\x64\x35\x88\x58\xb7\x94\x5b\xf5\x5c\x7b\x0e\xd6\x27\x01\xf6\xca\x7a\xa3\x04\xe2\x19\x53\x86\x2f\x76\x65\x55\xa7\xc0\x03\x2c\x5a\x0d\x10\xa0\xd5\x15\xd7\xae\xd0\x9f\xd0\x82\x32\x40\x96\x36\xd1\xf6\x36\x5c\x48\x97\x7a\x13\xa7\xe7\xb7\x61\xf9\x99\x1f\x2f\x6e\xaf\xc2\xec\xdf\xbf\x36\x57\x8e\x08\x47\x68\xf2\x36\xe4\x6b\xf4\xd0\x3b\xa9\x26\x85\x23\x4d\xd5\x42\xcf\x8a\x7a\xc4\xdb\xca\xdd\x4b\x9c\x4a\xb3\xeb\xb4\x3d\x0f\xbb\xb1\x17\x19\x7b\x66\xa5\xdb\x25\xeb\x69\xcb\xef\x32\x34\x27\x9f\xf4\x82\xae\x8c\xcf\x6e\x8e\x34\xc8\x17\x00\xa6\x75\xf5\xf5\xdb\x19\x9f\x9f\x8f\x6a\x41\xe2\x1d\xb4\x37\x94\x3f\x6d\x1d\x14\xc2\xf8\x68\x97\x78\x42\x13\x88\x3e\xa5\x5e\xba\x54\x85\x66\x21\x8e\xc6\xcc\xaf\xff\xac\xef\x4c\xc5\x03\x36\x23\x8e\xb2\x19\x4a\x19\x41\x29\xd7\x91\x46\x27\x0e\x07\x3e\x56\xbf\x88\x35\x93\x73\xb4\x4a\x33\xee\xde\x58\x7a\x8f\xe1\x3e\x31\xc7\x16\x8d\x60\xf5\x4c\x13\x2b\xf3\x53\x1a\x61\xbc\x25\x27\xb9\x2d\x08\x2f\x26\x0f\x84\xa1\x47\x65\xf7\xe5\xa1\x93\x31\xf3\x50\x60\x4a\x25\x65\xef\xa4\x83\x7a\xd0\xc4\x74\x44\xc3\x2e\x4e\x94\x7b\x82\x04\xa6\x66\xe4\x66\x06\xde\x01\x9c\x1f\xf2\x13\x36\x63\x3e\x78\xb2\xce\xb9\xa1\x03\x6b\xc0\x03\xbe\xab\x45\x43\x8e\x2b\x59\x96\x7c\x5b\x92\x68\x13\x0c\xf6\xa5\xad\xf0\xd9\xe4\x6c\xf1\x03\x7d\xa6\xc6\x81\xd9\x3a\x99\x5a\xd7\x4f\x71\xb6\x6b\xe6\xd9\x29\x13\x42\x4d\xf4\x67\x93\x3a\xd8\x71\x9e\x36\x17\x62\xca\xd3\x45\xbb\x29\x3e\x0f\xfa\xf7\xa6\x84\xa3\x0d\xbc\x17\x7b\x02\xfb\x5d\x3f\xcb\x3a\xbc\xef\x3a\xa9\xf7\xb3\xbe\x17\x1d\xb4\x1f\xb2\x9c\x09\x9a\x26\x2b\x49\x5c\x4c\xc7\x40\x6d\xfd\x77\xfa\x77\x96\x8b\x6e\x58\x14\x4c\xe1\x14\x04\x71\x93\x09\x41\x46\x1b\xd2\xd0\xd7\x6a\xcc\x2e\x5c\x9f\x55\x0e\x5b\x2f\xf4\x6b\x32\x97\x14\xf1\x84\xc4\x0b\x97\xa7\x5a\xcc\x3d\x2e\x90\x6b\x8d\x34\xda\x15\x06\xf3\x09\x70\xba\x55\xb6\x6e\x80\x1d\x36\x18\x89\xdd\x24\xe8\x15\x6e\xe8\xc6\x89\x05\x19\x7a\xfe\x84\x62\x22\x31\x4d\x84\x9f\x95\x56\xde\xca\xe0\xe6\xd3\x15\xba\xac\x5f\x78\x43\x2b\xd9\x6b\x8b\xea\xef\x3c\xf2\xef\x78\x70\xb2\x2c\xf0\xca\xc3\x6e\xa9\x53\x90\x10\x09\x97\x33\x65\xee\x5f\xa1\xa8\xb5\xcc\xec\xb3\x68\x15\x7e\xe2\x08\xfd\xb0\x72\xd7\x22\x4e\x12\x7f\x26\xda\xb7\x98\x37\xe3\x54\x47\x01\x2e\x31\x74\x7a\x3e\x3c\xbe\x39\xfd\x79\x04\xb8\xa4\x55\x9a\xa1\x47\x2a\x94\x85\x30\x66\xe0\xae\x54\x02\x15\x7e\x27\x53\xa4\x7f\x38\x80\x5f\x01\x5a\x51\x64\x93\x05\x55\xf6\x54\xbe\xc8\x5b\x90\x08\x57\x16\xbb\xa6\xcf\xb1\x7a\x00\xae\x6d\x8b\x8a\xab\x02\xa0\xaf\x39\x1f\x1b\x98\xc1\xf9\x20\xdb\x02\xdf\xbc\x68\xca\xd3\x42\xdf\x3c\x35\xdb\x37\x6b\x2a\x8f\x57\x8f\x7d\xab\x3e\x94\x61\x02\x28\x64\xe9\x52\x21\x0b\x97\x49\x7d\xda\x67\xbe\x05\xbb\x00\xbe\x59\x6d\xbb\x0b\x1a\xc2\x3e\x52\xad\xed\x5c\xbb\x52\x8b\x95\x2a\xd8\x65\xad\x7e\xb3\x6f\xe9\x37\x79\x54\x71\xf3\x18\x55\x17\x73\x2b\x07\x90\xfb\xac\xe0\x01\x24\x42\xe0\x35\x29\x8a\x6e\x96\x4a\x08\x0e\x47\x32\x59\x55\x20\x33\xc6\xac\x5a\x6f\x68\xe6\xb1\x6d\xe3\xbc\x3b\x4d\xd3\x71\x3b\x72\xe5\x56\x61\x3c\x22\x5f\x1d\xb0\x4d\x1b\xa3\xae\x02\x38\x29\x9c\x2b\xeb\x7f\xad\xb1\x02\x40\x5d\xd8\x04\x22\x54\x71\x2a\x5b\x46\x61\xd7\x9e\x0b\x73\x65\x3e\x8d\x05\xb5\x65\xb8\x1a\x32\x55\x77\x9f\x5f\x0b\x4e\xcc\x01\x78\xc8\x4d\x3c\x4a\x59\x58\x7e\x61\x83\x56\x94\x6b\x51\x23\xa8\x46\x86\xe9\x2e\x33\x32\x85\xb0\x89\xb3\x79\xd5\x78\x36\xd9\xae\x20\xdd\x9c\xba\x93\xb1\x98\x70\x46\xb0\x9c\x3f\x5f\xf8\xf3\x78\x5b\x97\xe1\xb3\x85\x42\x8f\x77\x52\x98\xac\x10\x16\xed\x18\x11\xed\x00\x1e\xce\x2b\x38\x95\x8c\xa8\x0a\x57\x97\x87\xc2\x36\x76\x56\x58\x1d\xeb\x29\x22\xbb\xed\xef\x97\x26\x9b\xc4\x39\xb4\x94\xc1\x11\x16\x14\x31\xed\x84\x9a\x2f\x09\x59\x13\xcb\x69\x53\x90\x54\x6b\xed\x41\x75\x48\xfd\x89\xf9\xa0\xa6\x8a\x68\xe1\xb1\xe2\x6a\x7d\x53\x83\xad\x8a\x96\x3a\xe6\x71\x42\x04\x28\x91\xda\x7a\x28\xe8\x89\x4d\x56\xcc\x98\xfd\x98\x3e\x92\x07\xc2\x07\x08\x4b\xb4\x48\x95\x6e\xc0\x88\xdf\x67\x03\x87\x89\xb5\xda\x49\x8e\xd1\x39\x5e\x90\x78\x04\x37\x8c\x07\x56\x33\xb6\x94\xf1\x53\x56\xe5\x2e\x41\x3e\x8e\xde\x06\xeb\x54\x1f\x33\x1c\x49\xfa\x40\x74\xb4\x08\x10\x92\xd4\x2e\x0c\x4e\xd4\xef\x9d\x17\xf5\xf7\x47\xe8\x46\x5d\x85\x54\x84\xf3\xf5\x30\xd0\x75\x73\x1b\xb3\x19\x4f\xb3\xa5\xd3\x75\xd3\x09\x28\xd9\xda\x9b\x5a\xe1\x45\x85\xc9\x58\x17\x6a\x84\x63\x75\xd1\x36\x33\x4e\x60\x8d\xed\x99\x73\x21\x04\x14\xfa\x0c\xa4\xee\x1f\x17\xa8\x32\x60\x04\x60\xa3\xfa\x62\x07\xbb\xf3\xc6\x96\x6a\xcd\x09\x50\xf3\x9c\x11\x1c\xa0\x4b\x6a\x84\x4f\x07\xc7\x81\x35\xb2\xab\x61\x51\xf9\x6b\x75\x2d\x5c\x2d\x38\x48\x75\x71\xe9\x9a\xbd\x6f\x9f\x66\x57\x98\xe5\x65\xc6\x97\x29\xe0\x8a\x93\x95\xc5\x62\x19\xac\xf4\x32\x5d\x66\x1a\x69\x4e\xfd\xb0\x55\xe5\x84\xa8\x90\x5f\xb0\x8c\xe6\x4a\xc3\xc8\x31\xc3\xbb\x48\xff\x0b\x04\xe9\xd3\x5a\x34\x15\x2b\x38\xf6\xdf\x5e\x63\xad\xb7\x36\x56\x75\x06\xa1\x45\x24\xc0\xbf\x92\x24\xef\xf6\x5b\x51\xc0\xaf\x9a\xd6\x41\xcd\xa0\x9d\x87\x6e\xb7\xd0\x38\x4f\x94\x4a\x4e\x19\xca\x7f\x88\x8c\x4f\xba\xf2\x48\x67\x9c\x6e\xa4\x58\x1a\x9f\x06\x79\x20\x4c\xe6\x26\xca\x02\x2f\x11\x55\x72\x5b\xdd\x3c\x7c\x46\x06\xe8\xd1\xb6\x15\x45\x18\x65\x9c\xda\x13\x06\x76\x45\xc3\xf6\x85\x8a\xfd\x07\x1d\x63\xd0\x28\xab\x08\x7b\xe5\xb2\x4c\xf5\xff\x48\x66\xd8\x45\x82\x61\x87\x13\xca\xee\xd5\xcb\x74\x1a\xbf\xf5\x1f\x73\x25\xdf\x52\x6e\x51\xb4\xc1\x9e\xae\xe5\xbc\x2d\x76\xb9\xbe\x62\xe5\xba\xa3\x40\xd9\xcc\xc3\xff\x57\x9b\x55\x6d\xd2\xf1\x2b\x9f\x6c\x57\x4d\xa0\xf2\x51\xab\x4f\x6c\xf2\x6c\x03\x64\x7a\xe3\x52\xa5\x01\x12\xc3\x20\x0f\x8c\x46\xe2\x67\x66\x18\xe5\x1c\xf2\xaa\xa8\xee\x6a\x61\x34\x94\xff\x74\x7f\xe9\x22\x48\x9a\x34\xff\x89\x52\x3e\x66\xfa\xf3\x81\xab\x97\xa0\x7e\x90\xa7\x36\xd5\x24\x03\x3b\x7e\xb2\xc5\x4f\x37\xd3\x2b\x6f\x86\xd7\x3f\xdd\x5d\x8d\xae\x2f\x6e\xaf\x8e\x03\xe5\xf2\xf8\xec\xf6\xfa\x66\x74\x55\xf9\xdd\xe8\xff\x8c\x8e\x6f\x6f\x4e\x2f\xce\xef\xfe\x72\x3b\xba\xad\xf9\xca\x0e\x70\x36\xfc\x61\x74\xd6\xa8\xa4\x56\xcf\xa1\xae\x5a\x2c\x2e\x74\x2f\xcb\xab\x36\xd8\x4b\x75\xb2\x32\x5b\x44\xff\x09\xe6\xf0\xa5\xa6\xeb\xe1\xc0\xfe\xa5\x0b\x84\x1e\xaa\xa3\x6c\x1d\x22\xf9\x29\x18\x33\xe7\xb1\x72\x72\x5b\xe2\x99\xb0\x7d\x59\x82\xd9\x7e\x44\xc3\xa5\xe9\xbd\x92\x86\x2f\x95\x58\xdc\xe7\x33\xb5\x8e\x4a\xd8\x5b\xa8\x36\x2f\x4c\x27\x92\x02\x99\xc3\x01\xcd\x9a\x60\x0a\xc6\x61\x13\xa3\xbc\x32\x6f\xa9\xc6\xab\x19\xb4\xb0\x3f\xd0\xba\x49\x13\x47\xe8\x79\x41\x9a\xd0\x8a\xe1\x05\x8d\xf4\x07\x85\x4c\x19\x93\x43\xb3\x20\x4c\x16\x47\x0c\xb6\x35\x1c\x79\x4e\xd0\x4f\x7f\xce\x27\x05\x66\xb6\x31\x5b\xb3\x52\xc9\x2f\xdb\x14\x3a\xab\xaa\xe0\x52\x21\x9b\xb6\xca\x4d\x12\xf7\x77\xae\x7d\xde\x46\xc2\xf2\x06\x8b\xfb\x8a\x2a\xc3\x95\xf2\xc7\xac\x7f\xcb\x37\xd6\x97\x36\xae\xf6\xc8\x59\xba\xde\xc1\x06\x6e\xf6\xce\xda\xc4\xb0\x35\xaf\xb4\x2b\x4e\x0a\x85\x76\x5a\xbf\x2f\x28\xd4\xd3\x5e\x2a\x43\x6e\x2f\x8d\x20\x8f\x1a\x53\x66\x2a\x38\x10\x57\x3a\xc8\xd6\xb2\xd4\xfd\x1c\x4c\xba\x13\x9e\xa4\x0f\x41\x3e\xdd\x42\xf7\x47\xa8\xd4\xc4\x3c\x7b\x6f\x1b\x0e\x0c\x7b\x37\xb6\xd6\xc6\xec\xe6\x43\x7b\x8b\xca\x3d\x68\x6b\xcf\x15\x17\xb3\x0e\x94\xb5\x81\x67\xd7\x1b\xdd\xb9\x76\xdb\xa8\x60\x27\xb0\xa7\x13\xf0\xdb\xe7\x25\x25\x75\xe5\x62\x30\xd4\x7c\xa3\x7b\x90\x87\xb0\xb5\x6a\xe6\x2e\xcd\x0f\xf6\x1e\x45\x1f\xb4\x27\xe0\x83\x77\x4f\xac\x96\x41\x6f\xff\xe6\x8d\xf6\x68\xb3\x97\xa5\x94\x2a\x5b\xec\x6e\xae\xba\xb5\x9d\xc2\x33\xf4\xc2\xad\x5c\xc4\x53\xd7\x51\xd2\xad\x61\x1c\x6f\xa8\xe5\x5a\x6a\xff\xc1\xae\xe8\x0f\x9a\xa5\xb2\x9a\x9c\x01\x6f\x34\x97\x6c\x88\x0e\xa1\x08\xbb\x01\x28\x9b\x4a\x0f\x02\x1d\xa2\x84\xde\x13\xf4\x0e\x62\x65\xc3\xcb\xd3\x77\x03\xf4\xce\xc7\xe3\xbd\xeb\x20\xfe\xf2\x1a\x69\x66\xde\xa6\xa0\x12\xa8\x45\x01\xd4\xe3\x13\xa0\x72\xbc\x69\x0e\xbd\xda\xea\x90\x0f\x20\x09\xd7\x65\x7f\x20\xbe\xef\x62\xc8\xc6\x5b\xb7\x4e\x36\xe6\x47\x66\xeb\xd2\x34\x6a\xbc\x32\x5a\x78\xc7\x71\xcd\x66\x41\xb8\x06\x7f\x3c\x74\xa5\xbf\xf3\x62\x3e\xa2\x86\x79\xfb\xd8\x7e\xd5\xaa\x02\x6b\xca\x12\xb3\x72\x53\xd6\x31\xde\x6b\x63\xb7\x16\x51\xf4\x61\x15\x45\x0c\x0a\xa2\x46\x13\xeb\xb9\xec\x69\xb9\x6c\x17\x00\x92\x70\x72\xdd\x6f\xb3\x63\xad\x10\x79\xc3\xd8\x24\x3d\xa5\xe1\x5a\x39\x1d\xd6\x3c\x5a\x5f\xe5\xaf\xa3\xc7\xdd\xa3\xc9\x7a\x97\xfb\xb5\x0e\xd5\x68\xd7\x77\x79\xae\xc5\xa9\x0e\x4d\x23\xf2\x65\x4a\x35\xc4\x53\xd2\x05\x19\x20\x68\x5f\x91\x87\x97\xcc\x79\x05\x76\x83\xab\xca\xd4\xb9\xd6\x2f\xe1\xd1\x9c\x3e\x54\xe3\x58\x1b\x37\x78\x8b\xc0\xdc\xf9\xf0\xcb\xe8\xe4\x6e\x74\x7e\x73\x7a\xf3\xd7\xbb\x72\x8c\x2e\xfc\xfa\xea\xf8\xc7\xd3\x9f\xab\xba\xd1\xde\x7d\x1e\x9d\x8f\xae\x86\x37\x79\x8b\xf1\x4a\x4f\x49\xd3\xcb\xaa\x4a\xdc\x19\xa0\x4d\x9a\x17\xac\x8b\x6d\x39\x2c\x9b\xf4\xad\xdd\x0c\x92\xa7\x09\xa2\x52\xa0\x07\x2a\xa8\x49\x59\x30\xca\xde\xed\xa9\xf5\x7c\x54\xbc\xfd\xa3\x87\x55\x1c\xe8\x4c\xe8\xfc\x25\xd4\xf8\x44\x7d\x45\xd0\x84\xe3\x58\xac\x01\x00\xc8\xeb\x22\x72\x54\xf1\x12\x43\xb0\x8f\x68\x68\xb6\xb6\x6a\x7c\x96\x22\xa5\x86\x12\xae\x67\xaf\x63\x75\x6e\xea\xae\x4f\x6d\x4e\x63\xd7\x9a\x38\xaf\xb9\xe7\x06\xd4\x3d\x74\x39\x61\xef\x24\x22\xdf\x96\x09\x8d\xa8\xf4\xea\x00\xa6\x1c\x2d\x30\xc3\x33\x6b\x7e\x64\x82\xf0\x35\xd2\x63\x67\xc1\xbb\x5d\x58\x91\x75\x38\x21\xdf\x52\x32\xec\xe2\xca\xf0\xc8\xd4\x00\xc4\x9f\xcc\x06\xad\x09\x02\x94\x4a\x95\xb4\x9d\xd2\x8e\xcc\xd7\x35\xc8\x24\x83\x4c\x34\xd1\x3f\xd3\xa2\x9c\x91\x47\x7d\x71\xed\x47\x1c\xb1\x82\x0f\x5f\x38\x90\x18\xd4\xfa\xda\x59\x4b\x8e\xbb\xf5\x91\xa6\x6a\x27\xd6\xee\xda\x64\x14\x7a\xa0\xfb\xde\x0c\x6b\x76\x9e\xd7\x97\x3e\xec\xd6\x8d\x20\x20\xe2\xfa\x4e\x04\xd0\xaf\x08\x8b\x9a\x36\x04\x50\x0f\x24\xde\x97\x66\x04\xe5\x94\x95\x70\x72\x2f\xdc\x89\xa0\x30\x99\xfd\x69\x47\xb0\x96\x6e\xfb\x9b\x93\x54\x31\xd1\x16\x6d\x08\x1c\x64\x16\xaa\x0e\x76\x13\xf9\x90\xa6\x44\xe3\x04\x24\x92\x8d\x01\xa9\x43\xd5\xc6\x75\x59\xc4\xea\x05\xde\xe7\xc2\x5a\x4c\x1e\x0b\x68\x3c\x61\x37\xa7\x7a\xa1\x38\x7a\x20\x4c\xee\x44\x5f\x80\x21\x2a\x20\xc5\xed\xfc\x67\xba\x8e\xd6\xe9\x49\x2e\x26\x5c\xe5\x59\x2f\xf0\x26\x39\x8e\xa0\xe0\x9e\xee\x25\x67\x3a\xc8\xd5\xc5\x0c\xd4\xd2\xda\x6d\x11\xfc\xb4\x4c\x97\x35\x28\x1f\x43\xed\xbc\x70\x60\x8e\x20\x48\x23\xe8\xe8\xdc\x29\xcb\x2d\xb8\x99\x59\x0c\xd5\x28\xbc\xf6\x0f\x5a\x59\x2c\xee\xb9\x7e\xe7\x1c\x8b\xe2\x2b\xd7\x6e\xf9\x06\xc9\x31\xc1\x30\x9f\x89\x3c\xc1\x12\xef\xa4\x26\x77\x07\xac\x32\x4c\xe4\x96\x27\x6b\x3b\x5c\x5d\xeb\xa2\x85\x19\x4f\x72\x1f\x01\x46\xea\x42\x3b\xf2\x00\x25\x90\x42\x10\x50\x54\x4f\xa6\x46\x0e\x74\xef\xc9\xf5\x94\x53\x35\xb3\xd9\x28\xd5\x45\x48\x9e\x45\x50\x37\x40\x9d\xb8\xea\x9d\x35\x05\x53\x40\x76\x9a\xb8\x97\x08\xd2\xe0\x6c\xbe\x2c\xe0\x54\x2a\xef\xf5\x7a\xfe\xd9\xd6\x9d\x16\xd6\x7f\x7d\x32\xaf\x5a\x20\xbd\x83\x05\xf4\xd9\x56\x9b\xfa\xca\x4c\x0d\x1d\xc7\x81\x90\x0c\x29\x39\x25\x90\xa5\x9f\xb8\xd4\x9e\x50\xd2\x19\xab\x79\x2d\x63\xa9\x6b\xf5\xa4\xa5\x07\xcd\xb3\x4a\x73\x07\x5e\x9e\xf4\xe3\x45\x6e\xbd\x32\xb9\x18\x8e\x4b\x63\x5b\x98\x5d\x75\x21\x05\xd5\xf9\xc9\x78\xbb\xa1\xd7\x98\xcf\xdb\xed\x02\x14\x7a\xaa\x1a\xa8\xa6\x04\x46\x26\x08\xd7\xbe\x33\x07\xd3\xaf\x28\xcb\x57\x1b\x4f\xac\x6c\xba\xda\x14\xdf\x2f\x35\x7f\xad\xd6\x34\xb4\x93\x12\x7d\xf7\x80\x13\xaa\x34\xbe\x23\x9b\x95\xf5\x1e\xfd\x17\x94\xd9\xfb\xcf\x1a\xa3\x09\xcf\x08\xbf\x8b\xb3\x20\x38\xbf\x6e\x52\x97\xea\xa1\x93\x4c\xae\xaa\xb3\xdb\x02\x83\x27\xc1\xd1\x7d\x97\x8c\x3f\xf5\xfb\x9a\x61\xd7\x9f\x40\xcf\x5b\x1d\x5e\x04\x35\xf9\x74\xa4\x90\x4f\x67\x62\x99\xfe\xfb\x75\xdc\x91\x41\x15\x46\xcf\x5b\x60\x42\xb0\x43\x35\xe7\x23\xf4\x49\x97\xaa\x81\x4b\x4d\xbf\x22\x4a\xb3\x24\x1e\x33\xf2\x4d\x99\xfb\x01\x0a\xa9\xa2\xbc\x88\x41\xc3\x99\x37\x55\x4b\x82\x42\xa1\xcb\xad\x6e\x98\x17\x4f\x7e\x2c\xef\x69\x79\xc9\xd5\x4c\xb6\x95\x2e\xbf\x27\xad\x8f\x8f\x95\x42\xcb\x64\xb2\x1a\x20\xb7\xc8\x02\x5b\x24\xe4\x81\x70\x3c\x23\xa6\x35\xb2\x57\x4a\x06\x6f\xd0\x09\xf9\xb2\x04\xa4\x78\xdd\xed\xbc\x4b\xf8\x8c\xa7\x65\x63\xd3\x0c\x7d\xad\x5e\xd4\x3e\x3e\xd5\x5e\xa6\xdd\xa4\xcb\x43\xdd\x5d\x81\xb9\x1e\xe5\x2e\xe8\x90\x60\x21\xe8\x74\xe5\x35\x1f\x77\x3e\x78\x80\x48\xb8\x8a\x45\x61\x65\xab\x4a\x5d\x23\xc0\x75\xee\x06\x34\xb8\x3d\x7e\xc7\xd8\xcf\x16\x4c\x42\x63\x3f\x21\x06\x2a\xca\x96\x00\xc4\x2d\x8b\xde\x6e\x0b\xeb\x31\x33\x33\xe0\x96\xdd\x4d\xcc\xe2\x65\x37\x43\x1f\x36\x02\xd2\xd7\xca\x87\xe2\xde\x9f\x90\x84\xec\x49\x4f\xbc\x32\x23\x34\xd2\x3a\x4f\xbe\x7e\xb6\xfd\xdf\x6e\x3e\x1b\xc4\xa5\x6a\x20\xec\x3b\xd8\xef\x17\x8e\x6e\xd4\xcc\xee\x33\x69\xe3\xdd\x59\xcb\x8b\x1b\x9d\xab\x3a\xe1\xb8\x05\xb1\x77\x16\xd2\x7c\xe2\x05\xd5\xed\xf5\x35\x91\xc2\x2a\xae\x1e\xa7\x6b\x9f\x89\x39\xa7\x87\x16\xcd\x98\x63\x03\x3b\x6c\xf8\x9e\x04\xdb\xcc\xec\xae\x4c\xc1\xa0\xa7\x13\x87\xeb\xb7\xab\x0b\xbf\xe5\xf3\xdd\xc0\x23\x6a\xc6\xd8\xc5\xed\xff\xb4\xaa\x59\x89\x30\x2d\x8d\x8b\xeb\x72\x2d\x9a\xee\x39\x97\x3c\x65\x77\xe4\x9b\xb2\x39\xc5\xa6\x90\xa4\x5b\x41\x04\x1a\x7e\xbd\x46\x62\xc5\x24\xfe\xf6\x11\x8d\x0f\xbe\xe8\x82\xbb\xe8\xc7\x34\xe3\x02\x9d\xe0\xd5\x61\x3a\x3d\x5c\xa4\x4c\xce\xd1\x17\xf8\x5f\xf3\xd1\x23\x21\xf7\xe8\xaf\x04\xf3\xf1\xc1\x98\x41\xde\xb7\xe9\xbd\xe8\x8a\xe2\xcc\x31\x84\xd5\x84\xa9\xe5\xfb\xc7\x7f\xb7\xc5\x7c\xd5\x6b\xbe\xff\xf0\xc7\x7f\x47\xbf\x87\xff\xf7\xff\xa2\xdf\x8f\x0f\x6a\xee\xa5\x6e\xe0\xa6\xbc\xda\x72\xe5\x68\xf7\x34\xba\x4f\xa7\xd3\x3b\x49\x17\x44\x57\xf2\xb8\xc3\xbc\xb6\x3b\x5b\x47\x70\x35\x35\x05\x46\x74\x89\xc4\x3c\xe3\xd1\xbc\x54\x87\x1f\xad\x12\xe6\x9a\xfa\xeb\x04\x44\x16\x16\xd6\xa0\x02\x9e\x22\x31\x4a\xa7\xd3\x2e\x3e\x40\x9b\x60\x55\x2e\x5f\x96\x07\xb2\xfd\x72\x39\xce\xa8\xf3\x5d\x11\xe9\xba\x72\xc4\x65\x1f\xc9\x1b\xb3\x8a\x61\x81\x4f\x6a\x11\x5f\xa7\x7c\x2b\x11\x7e\x4f\x4a\xfe\xb2\x4e\x0e\x70\x5b\xf9\xc3\xaf\xba\x04\x11\xb2\x94\xbb\x0c\x05\x1d\xd0\x30\x45\x31\xc6\xec\xe6\xe2\xe4\xe2\xbb\x7b\x2c\x79\x3a\xc3\xec\xfd\x47\x34\x8c\x63\xd3\xa0\x07\x19\xa7\x9f\x62\x9e\x39\xe1\xe4\x08\xf9\xdd\x36\x98\x22\x5c\xa5\x47\xdb\xd7\x87\x29\x27\x51\x95\xe1\x5a\x7d\xd8\x15\xf9\x4e\xdc\x23\x35\xd0\xa3\xa0\xbc\x89\x7b\x41\x5e\x38\x00\xd6\x7a\x4f\x56\xa6\x21\x67\x71\xbd\x9b\xf4\x1c\xba\x5e\x92\x48\x59\xbf\xba\x49\x19\x8f\x09\x90\x47\xb7\x79\xa7\x42\xda\xe0\x6b\xe5\xa1\x0a\x1b\xaf\x6d\x03\x88\x2e\x26\x75\x6d\xc1\x29\xba\x4f\x5f\x2e\x1b\x6c\x62\x60\xa1\x01\x24\xc7\x4a\x6c\x6c\x88\xec\x35\x3d\xa0\xfc\xd6\x35\x99\x20\xfc\x70\x8a\x23\x45\xbd\x42\x2b\x39\x5f\x54\x55\xd1\xf1\x06\x8b\xfb\xdd\x3a\x9a\xb6\x2e\xaf\x41\xe3\x3c\x1d\x5d\x73\x63\xb9\x6f\xb1\xb9\x44\x24\x16\xf7\x75\x10\x94\xce\x15\xb1\x15\x29\x2c\x3a\xab\x69\x7e\x66\x64\x2f\xeb\xce\xf4\x2c\x01\xc5\xd4\x4b\x48\x59\xe0\xa5\x6e\xeb\x02\x17\x0c\x4d\x48\x5c\x44\x02\x17\xe7\xbf\x8e\x0d\x74\x56\x8b\xe7\x27\x02\xac\xe9\x42\xa9\xcd\x31\xc4\xe6\x30\x5b\xe9\x83\xa4\x2e\x2c\x2c\xee\x85\xab\xf1\x82\xc4\x02\x27\xc9\x00\x71\x92\x41\x5f\x9e\x01\x12\x24\x99\x1e\xda\x44\xc2\x18\x25\xe9\x8c\x46\x38\x41\x93\x24\x8d\xee\xc5\x98\xa9\x1b\x84\xcd\xf4\xc5\xb7\xe4\x69\x44\x84\xf0\xae\xdc\x3c\xfc\xba\xe4\x69\x9c\x45\xba\xb0\xb5\x6e\x2c\x41\x85\xa4\x51\xa1\x9a\xb1\x92\x88\xd0\x86\x2e\xc2\x60\x60\x00\x62\x75\xa1\xfb\xca\x72\x4a\x34\x10\x35\xb3\xad\x91\x20\x51\x0a\x27\xf4\x9f\xba\xaf\x21\x7e\xa0\x69\x25\xe6\xd4\xdf\xb2\x6d\x54\x43\xb3\x3d\x77\x32\x3c\x0d\x6b\xf8\xf9\xd8\x3c\x06\x67\xa8\x89\x63\xae\x42\x76\x76\xdc\xe0\xd8\xdc\xe5\x33\x59\xa6\xc8\x8b\x3f\xdb\x9c\x31\xfd\x13\x1b\x56\xdd\x33\xdc\x15\x4c\xb9\x06\x6d\xb5\x8e\xa7\x8f\x75\x3d\x65\x93\xa6\xed\x39\xe0\x60\x74\x5b\x71\xd6\x14\x9c\x50\x57\xc4\x83\x62\x12\x4b\x1e\x45\x7b\x75\x8d\x0c\x5c\x91\x63\x2c\xd0\x32\xc9\x66\x94\xe5\xed\x35\x95\x3c\x1c\x33\xa8\x4d\xa4\x5e\x52\xa8\x98\x5b\xe6\xa8\x3d\x2e\x6c\xbc\x1b\xe1\xd8\xb1\xbe\xb1\x25\x72\x17\x26\x0f\xf9\xd6\xb6\xa1\xdc\x38\x9b\x85\x57\x85\xeb\x4d\xbf\x79\xf5\xed\x03\xcd\x6b\x6c\x79\x2f\xaa\xdd\xdb\x8d\xbd\x14\x85\x59\x95\x70\x2c\x74\xaa\x99\x0c\xe6\x06\xa1\x4a\xd3\xa4\xa7\x6e\x46\x2f\x82\x0c\x6e\xda\xc8\x4b\x2c\x75\xa3\x15\xb2\x48\xa5\xae\x2c\xa3\x8b\xbc\x98\xda\x2f\xa6\x76\xcc\x24\x49\x27\x70\xaf\x40\xfd\x17\x58\x77\x50\x9e\xcf\xac\x9b\xc4\xe8\x3b\xef\x9a\x70\x70\x9d\xf7\x75\x11\xf7\xdd\xc1\x93\x8b\xc9\xa3\xb5\x20\xe5\xb0\x20\xc4\x11\xba\xcc\xdd\x4d\xc5\x55\x4d\xb1\x92\xdc\x75\x3d\xa1\xbb\x41\x9a\x83\xdd\xdf\x01\xa4\xb9\xb0\x8c\x9a\x5a\x31\xe9\x2e\xda\xd6\x36\x2f\xea\x2c\x6d\x6f\x47\x6a\x00\xa3\xd6\x3f\x82\xcd\xb1\x6c\xb6\xaa\xda\xa2\xfd\x82\x6b\x17\x0a\x8a\xbc\x2c\x5c\xbb\x30\x99\x7d\x86\x6b\x17\xa6\xba\xbf\x70\xed\x8a\x89\xb6\x80\x6b\x6b\x77\xfb\x9d\x62\xea\x76\x42\x61\xc9\x53\x99\x4e\xb2\xe9\x35\xdc\x26\x6d\xca\xa5\x6a\xe1\x6c\xf5\x1c\x93\x25\x03\xb3\xd5\x3a\x50\x37\x45\xcc\x47\x75\x17\x96\xdc\x12\xd5\x1d\x88\xb4\x1e\xd5\xed\x50\xdd\x65\xba\xec\x23\xaa\xbb\xb0\xe7\xed\x50\xdd\x55\x5b\xbe\x41\x0c\x23\x18\xe6\xcd\xa0\xba\x0b\x14\xdd\x67\x54\x77\x61\xaa\xbb\x43\x75\x57\xef\x6c\x37\x54\x77\xe5\xf5\x5f\xcf\x3f\xdb\x62\xee\xa0\x7e\xd6\x33\xa3\xba\x83\x05\xf4\xa8\xee\x2d\x7b\x68\x84\x2c\x68\x66\x00\x05\x9c\x0d\x50\xb8\x28\xeb\x1a\x70\xdd\xa0\xd2\xee\x80\xa3\x9e\x36\xb6\x0a\x5e\xa8\xb6\x5a\xf7\x30\xa0\x83\x30\x25\x45\xd5\xf5\x67\xb1\xb6\x5e\x9f\xd9\xbe\xd2\xcb\xb6\x35\x38\x0a\x44\x76\xde\x2b\xd8\xb8\x3a\x96\xab\x28\x84\xb7\x05\x03\x9a\x92\x05\x9b\x96\x00\xac\x6f\x3d\xa9\x6b\x3b\xee\x66\xd8\xdf\xf9\xff\xad\x25\xc8\xb6\x9d\x47\xa2\x65\xb6\x09\x3a\x76\xb6\xd9\x63\x0b\xb2\x48\xf9\xba\xf0\x63\x8d\x39\x9b\x72\x3c\x5b\x87\xc8\x6d\x4b\xbd\x6d\xa9\x66\xcb\x71\x76\xf3\x6f\xdc\xd8\xa7\x1a\x0d\x2e\xdb\x9a\xc5\xf7\x80\x83\x4e\x5a\x19\x63\x71\x21\xae\x0d\xa3\x28\x35\x89\x07\xe5\x17\x82\x7b\x55\x10\x7e\xe8\x65\x12\x84\x7e\xcd\xf2\x0c\x02\xba\x5b\x05\x6d\x0b\xb2\x67\xbc\x36\xc6\xdf\x42\xc6\x0e\x75\x21\x67\xa5\xfd\xf9\x05\x13\x8a\x9c\x36\x59\x55\xe0\xd1\xda\x99\xd4\xba\x61\x76\x17\xc7\x30\xfd\xa7\xdb\xe8\x29\x4d\x08\xc2\x51\x44\x84\xae\x62\x62\x30\x20\xba\x60\x65\xc6\x93\x6d\x76\x95\xb2\x19\xac\x5b\x29\x93\x5e\x8b\x0e\xc7\x3c\xfa\xce\x98\xf3\x34\x9b\xcd\xad\x95\x65\xbb\x38\x56\xed\xe5\xd7\x72\x81\xe6\x57\x16\x10\x28\xf4\x75\x2a\x32\x41\xf7\x88\xa9\x25\xc9\x33\x47\x4d\xab\xd6\xd1\x81\x3b\x02\xec\x50\x7e\xfc\xad\x1f\x5b\x6b\x25\x90\x29\x34\x66\xc3\x00\x65\x64\x4b\xe2\x4c\x56\x39\x5a\x41\x5f\xed\x3e\x93\x41\xdb\x62\x63\xbd\x40\x9f\x20\xf5\x17\xa8\x21\xf0\x90\x89\xa7\xda\x98\x29\x00\x2d\x48\x7c\x88\xa3\x55\x94\xd0\xc8\x53\x49\x67\x1c\x2f\xe7\x4d\x9c\xd8\xc3\xfe\x5f\x0a\xf6\xdf\xb2\x58\x7b\x23\x54\xc4\x2f\x77\xfe\xaa\xd3\x11\xca\xec\xd8\x67\x22\x74\x60\xc9\xed\xe6\xb3\x73\x4e\x7c\x4d\x89\x11\xf5\x9c\xf7\xc2\x20\xf4\xf2\xc4\x5e\x32\x1d\xa2\xe2\xbe\xd8\x8c\xba\x2f\x9b\x04\xd1\x6a\x19\xb5\x50\xc3\x16\xf9\x0f\x41\x6f\x2d\x77\xef\xaf\xc9\x86\xa8\xa7\xd2\x9e\xf0\xe0\x2e\xf1\x51\x75\xd2\x66\x3d\x46\xaa\x8b\xaa\xd8\x0d\x2e\xe5\x36\xea\x75\x41\xa6\xdc\xb4\x37\x84\x4d\x0d\xbd\x1e\x00\xf3\x34\x81\x7e\xe1\x01\xb5\xdc\x0b\x1c\xf2\xc2\x11\xc8\x6e\x06\x34\x87\x05\xd5\x35\x2f\x36\xd1\x04\x8e\x72\x9b\xf8\x36\x00\x52\x6b\xec\xa1\x8e\x20\x29\x9f\xa8\xdb\x01\xa5\xb6\xb4\x6f\xba\x81\xa5\x9a\x9a\xfd\x16\xf7\x7b\x83\xb0\x5e\xa9\xb0\x47\x1f\x14\x76\x41\xe1\x6a\xda\xec\x63\x60\xb8\xdc\xec\xb2\x65\x70\xb8\x6e\xfb\x77\xc1\x49\x3b\x0c\x12\xbf\x70\xe8\xb5\x31\xea\xea\x31\xd8\xcb\xc6\xb2\x9b\xc2\xd8\xeb\xd9\xac\x32\x2e\x57\xbf\xa7\x9d\xc2\xc3\x6b\x72\x1c\xec\x5b\xb6\x8d\xe1\x39\xdc\xfd\x93\xc6\xf1\x9c\x9f\xd1\x7b\xa2\x65\x2c\x2f\x4f\x0c\xe8\xe3\x79\x4f\x1a\xcf\xab\x20\xf4\xfa\x98\x5e\xa0\x20\x3c\x6b\x20\xc6\xbe\xf9\x39\x82\x31\xeb\x94\xaa\x6c\x72\xf7\xe4\xe7\xa8\x72\xcd\x6d\x8f\xd3\x57\xb7\xb7\xb6\x30\x3a\x22\x8b\x09\x89\x63\x30\xba\x64\x8a\x52\x48\xbc\xca\x59\x80\x11\xcd\xac\x79\x8b\x7c\x0c\x3d\x82\x68\xac\x01\x99\x4b\x0c\xb5\x5e\xdc\x1d\xaa\x51\x7a\x63\x06\xfb\x9b\x24\x84\x5b\x9d\x9d\xa3\xef\x04\x65\x11\xf1\xf5\x78\x8e\xe2\x94\x08\xf6\x4e\xea\xda\xff\x98\xad\xd0\x3d\x4b\x1f\x13\x12\xcf\x60\x87\x8a\x93\x39\x44\x94\x0c\x10\x95\xee\x31\x4e\x70\x34\x57\xe2\x72\xac\xe6\x0e\x6e\x6d\x7d\xd9\x13\xf3\x2c\x37\x99\xe7\x9e\xc9\x20\xde\x1f\x21\x74\xca\xd0\x14\x2b\xa3\x58\x64\x93\x7c\xfc\x38\x55\x0a\x02\xdc\xfe\xfe\xc2\xf3\x41\x9e\x2c\x10\x57\x19\x78\xab\xd1\x5e\x15\x03\x0c\x13\x8a\xb7\x72\x8c\x3f\xe0\x6d\x52\x01\xbf\x64\x42\xea\x76\x8a\xd0\x54\xdb\xcc\xd7\x80\x9a\x5d\xda\x33\x54\x09\xd2\x29\xc4\x2c\x8d\x6b\x5b\xd9\x17\x96\xd2\x75\x2e\x79\x14\xc3\x14\x27\x32\x26\x11\x8c\xab\xc9\x1d\xa7\x8f\x4c\x48\x4e\xf0\x02\x26\x22\x4c\x57\xd8\xa9\x8e\x57\x68\x67\x03\xe5\xfa\x06\xee\xb2\xc5\x67\x94\xdd\xab\xdd\xcd\x13\xbd\x53\xc8\xa2\x55\x6f\xae\xd8\xb4\x1f\x28\xc3\x7c\xab\xc6\x73\xba\x12\xfd\x46\xa6\xfc\x64\x55\x97\x09\x2f\xf1\xba\xb4\xf7\x2e\x86\xbb\xa0\x0b\x75\x2f\xaa\xd7\x21\x10\x75\xba\xac\x1c\x46\x12\xcf\x14\x7d\xe6\x24\x59\x7a\x45\xa2\x96\x98\x4b\xd7\xd1\xc2\x64\x7f\x46\xe9\x62\x91\x31\x48\xd8\x35\xb6\xc0\xa3\x49\xf3\x33\x7e\xa1\x7c\xf0\xa3\x31\x3b\x95\xef\x84\x3a\x5f\x29\x9b\x25\x2b\x84\xe3\x07\x2a\xf2\xa4\xfb\x28\x65\x22\x5b\x10\x6e\x5e\x41\x85\x6e\x89\xa0\xbb\xb5\x23\x6c\x79\x45\xcd\x4d\x29\x5e\xb6\x62\xa1\xb9\x1b\x66\x68\x42\xa6\xea\xd2\x5d\x62\x2e\xac\x0f\xa2\xc2\x7f\x60\x36\x37\x56\xb4\x7a\xb1\x33\xf9\xb3\x7f\xec\xd0\x22\x3f\xa1\xd8\xe8\xb4\x1f\x8a\xe7\xd3\xf6\x11\xa9\x3f\x9b\x93\xd2\xa2\x50\xf3\xc5\x64\xa8\x70\x52\x6a\xb7\x50\x34\xf5\x6c\xd7\x07\x01\x87\x46\xbd\xc7\x2a\x34\x7a\x72\x9d\xbc\x45\x85\x05\x9a\x59\x6b\x17\x80\x7f\x36\x4d\x13\x5f\x21\xb1\xa4\x91\xd1\x9d\xf2\xba\xba\xfa\xe9\xfa\xad\x6d\x5b\xf0\xb4\x6e\x7b\x45\x84\x93\xf2\x0e\xd7\xd3\xf2\x5a\xff\xbe\x59\xf6\x99\xe3\xa6\xc7\x6e\x84\x41\x44\x69\x92\x74\xc9\xab\x2f\xac\xfc\x38\x7f\xbc\x79\x46\xf9\x7b\xd4\x06\xd8\xbd\x80\x53\xa3\x6b\x01\xe0\xc4\x68\x16\x42\x9a\x5d\xf2\x7f\xa4\x65\xe8\x0a\xb1\x6c\x31\x21\x7c\xcc\xd2\x29\x94\x5b\x48\xea\xcc\xc6\x25\x4f\x17\xb4\x4b\x62\xd2\x05\x6c\xf3\x95\x0d\xf6\xac\xf1\x66\xd9\x90\x90\x3a\x45\x86\xbd\xcc\x1b\x75\xc7\x18\xa6\xf5\x8c\x86\x33\xb4\xc0\xcb\x8d\x08\x5e\x6a\xda\x5e\xa2\xf4\x42\x9b\xae\x86\x7a\x90\x0d\x4d\xa0\x88\x01\x10\xf9\x11\xaf\x72\xb0\x48\x97\xe3\x74\xad\x75\x11\x22\xf2\xa6\xd7\x86\xcb\xbc\x13\xe3\x82\x65\x7a\xbf\x34\x15\xda\x9c\xa0\xe3\x2a\x36\xec\x7c\x96\xec\x9a\x9f\x52\xc9\xf6\x8f\xbd\xaf\x5f\x77\xb9\x0d\xc3\xc3\xe0\x8d\x88\x60\x3a\xcd\xa4\xfa\x12\x70\xce\xce\x69\x54\x18\x07\x69\x5b\xce\xfa\xca\x2f\xab\x47\x7d\x06\x9a\x19\xb6\x6e\x45\xac\x2d\xf1\x67\xdd\xba\x4c\xd8\x37\x56\x34\x95\xf0\xce\x7b\x97\xce\x35\xeb\x6d\x88\xa9\xd2\x5d\xb4\x5a\x99\x4e\xa7\x49\x8a\x95\xa5\x66\x62\xd7\x53\x9a\x10\x71\x84\x4e\x2b\xec\x09\xbf\xf1\x93\x4e\x6f\x85\x48\x88\xd5\x77\x32\x4e\x0d\x2a\x83\x70\xe2\xb4\x1a\x44\x4d\xd1\xe1\xdc\xe5\xc0\x89\x9a\x33\x30\x30\x68\xf2\x73\x65\xe2\xcd\xf5\x00\x14\x1c\x54\x0b\x2c\xa5\x9a\x12\xd8\x76\x54\x6a\x5f\x44\x4c\x96\x84\xc5\xee\x81\x54\x77\x24\xc5\x91\x6e\x17\x9b\xcf\xaa\x66\x4b\x77\x51\xf9\xa4\x7d\x8c\xde\xbe\xb5\xd0\x96\xf9\x77\xfe\x7f\x8b\x33\xbc\x09\x47\xef\x3c\x3b\xa7\x97\x77\x77\xee\x7f\x82\x47\xad\x33\x09\xa3\x29\x27\xe0\x6f\x5c\x38\x5c\x20\x8b\x09\x17\x32\x4d\xe1\x86\xba\x3e\xf9\xe9\xc3\xed\x29\x22\x32\x82\x3a\xac\x63\x16\x89\x87\x81\x52\x68\x7f\xc9\x88\x54\x1f\xd7\x15\xe1\x59\x10\x26\x40\x12\xd0\xb6\xf5\xb8\x2d\x61\xd4\x7f\x4f\xc2\xe7\x1b\x58\xde\xeb\x1c\xad\x0b\x56\x01\xef\xda\xc2\x18\xc0\xa6\x90\x8d\x1d\xb4\xcc\x0c\xf6\x23\x4d\x13\x82\xd9\xa8\xaa\xfa\xd9\x06\xd1\x60\xf6\x8f\x8c\x75\x54\x93\x8e\xf3\x87\xbc\x59\xd4\x68\x61\x8b\x25\xe6\x54\x74\x1b\xde\x3e\x53\x39\xfa\x3a\x21\x62\xe9\x8a\xd1\x44\x53\x0a\xe5\x85\xe2\x90\xe4\x84\x80\x08\x71\xfc\x64\xee\x7a\xb8\xe5\x3d\x6a\x78\x0f\x1d\x8d\xd9\x17\xeb\xff\xcc\x3f\x15\x79\xa3\xe8\xc5\x04\x8a\xae\x64\x60\x33\x85\xa3\xc0\xb0\x31\x15\xee\x03\xc8\xc5\x17\x59\x22\x75\x69\xa4\x29\x65\x38\x71\x13\xd5\xdf\x54\x49\x09\x8e\x59\x34\x87\xfe\x5b\xdb\x44\x68\xa7\x77\x24\xe9\xa2\x3b\x9e\x4e\x47\x89\x50\xfc\x1d\xdd\xd7\x9c\xce\x3f\xd8\x92\x6a\x1d\x36\x28\x5f\x0c\x68\x6e\xb6\x40\x8c\xb6\x4a\xb4\x9f\x2e\xd1\x85\x96\x08\x02\x27\x5b\x11\x1c\xa0\xc1\x94\x6a\x17\x8d\x6e\x6d\xda\xc9\x41\x1b\x48\xeb\x96\x9b\xc0\x5b\x10\x96\x63\xc6\x33\x06\x19\xd5\xce\x7f\x8e\x91\x20\x9c\x6a\x47\x76\x94\x32\xad\x03\x18\xe7\xc9\x4c\x89\x09\xa5\xf9\xe9\x86\x89\x0c\x2c\xaa\x34\x13\x4a\x86\xe0\x05\x91\xea\x82\xfa\x0e\x6a\xfe\xe9\x08\xc6\x00\x2d\x39\x5d\x48\xfa\x40\x5c\x19\x04\x7f\xe7\x2a\x99\x79\x9b\xe8\xd6\x92\x70\x2c\xdb\x56\x55\xa8\x7a\xfb\x85\x1d\xa1\xf2\xc0\x26\x64\x2a\xef\x2a\xfd\x2e\x0d\x26\x86\x1a\x91\xc5\x35\x28\x32\x3a\x9b\xef\x60\xc4\xf6\xa7\xfe\x4f\xc6\x2f\xa6\x8e\xba\x77\xe3\xf3\x34\x95\x9a\xdf\x72\x99\x84\x2c\x35\x41\x5d\x30\x2f\xd5\x95\x98\xd4\xa6\x52\xd8\x55\x75\x86\xef\x59\xfa\xc8\x9c\x6d\xad\xd4\x86\x11\x86\xe2\x60\x4e\xb0\x98\x38\x85\x3e\xd5\x6b\xcf\x73\x50\x6d\x68\x4f\xf2\x38\xfc\x5e\xbd\x50\x41\x31\x59\xa1\xbc\xa2\x54\xf0\x5c\x9b\xeb\x4d\xdb\x9d\xf6\xec\xea\x05\x9b\x22\x2a\x92\x2c\x8d\x6d\x6c\x7a\x50\x3a\x90\x07\xb8\x57\xd5\xab\x8e\xd0\x57\xab\xc9\x41\x18\x28\xaf\x84\x66\xfa\xec\x26\x78\x65\x9b\x9e\x57\x11\x76\x17\x00\xff\x5d\xc7\x66\x9a\x09\xec\x90\x9b\x15\x54\x0e\x2e\x54\xc6\xb4\x85\xd5\x32\x76\x6c\x2e\x6c\xf3\xd0\x35\x69\xc6\x24\x7c\x82\xaa\x2a\xba\x9d\x3e\x78\xab\x52\x96\xac\xfe\x1f\xbd\x59\x00\xec\x77\x9d\x77\x4d\x2d\x0f\xe3\xc3\x54\xe7\x07\x7c\x70\x2c\x95\xea\x52\x9c\xd2\x24\x81\x18\xcb\x11\x1a\x42\x5d\x30\xa8\xf8\xa4\x14\x79\x1b\xbc\xa3\x33\x96\xae\x0b\x31\xd4\x30\x53\xe4\x31\xd3\x75\x3d\x33\x09\xe0\x26\x17\x55\xd8\x11\x47\xed\x00\x82\xa7\x64\x0b\x2e\xa7\x91\xb5\x07\xde\x75\xb8\x8c\x5f\x22\x5c\x57\x9a\xae\x6f\x1a\x57\x4f\xfd\x73\x86\x39\x66\x12\x82\x50\xa6\x7a\x2c\x37\x81\x5e\x68\xa1\x4d\xbe\x41\xb4\x96\x69\xc3\x0e\x3e\xf2\x37\xd7\x3a\xdd\x67\xf4\x81\x30\x44\xe3\x01\xa2\x47\xe4\x68\x60\xaa\xef\x8a\x6c\x92\xff\x72\x8e\x05\xc2\x63\x56\x02\x92\x1d\xa1\x61\x22\x52\xf3\x04\x61\x51\x02\x75\xf8\xbc\x78\x99\xe3\x7c\xe3\x26\x82\x06\xca\x66\x2b\xf3\xe1\x53\xf3\x85\xf7\xe0\x98\x61\xa1\xbd\xd2\x09\x9c\xf4\xfc\xf3\x35\xfd\xcd\x9f\x34\xcf\xb8\x74\x0d\x3d\xd9\x26\xe9\x82\x72\x4d\x1b\x04\xbf\x80\x8d\xc9\x01\x7e\x63\xe6\xd8\x19\x7d\x87\x65\x42\xb0\x90\xe8\x8f\xef\x3b\x05\x67\xec\xfa\x72\xe1\x6a\x4e\x6f\x0e\x43\xb1\xa1\xef\xba\x32\xc1\x50\x86\x08\x61\x68\x8c\xec\x80\x29\x03\xb5\xcd\x32\x45\x0f\x54\x64\x50\xd9\xd0\x83\x55\xe9\xda\x74\x54\x0a\x5b\x66\x45\xfb\x29\x6b\xc4\x88\xad\x14\x6b\xfc\x97\x66\x5a\x15\x8c\x35\xd0\x24\xa7\x5a\xd9\x05\x64\x73\x1e\x84\x9e\x2b\x2d\xd7\x08\x56\x1b\xb7\xf1\x4a\x60\x0d\x93\x24\x0c\xfc\x2a\x05\x27\x26\x4c\x2d\x18\xea\x32\x1e\x21\xbf\x89\xa8\xc8\x63\x85\x61\x69\x66\x77\x56\x94\xe2\x3c\x66\x0e\x9d\xea\x8f\x5d\xa9\xec\x54\x99\x8b\xcf\xa8\x03\x57\xbc\xfe\x4c\x17\xc8\x6c\xa1\x0b\xd7\x57\x19\x6f\x70\xaf\x94\x4c\xf4\x06\xd5\x78\xd7\x2f\x68\xaf\x29\x57\x9b\xbb\x70\xcb\x3e\xa6\x15\xd6\x73\xcd\xe6\x7a\xaa\xc5\x16\x9b\x9a\x07\xad\x9f\xcb\x81\x1b\x4c\xfd\x34\x06\x44\xd9\x7a\x21\x98\x23\xb4\xac\xe8\x00\xbb\x95\xc6\x1e\xc6\xc4\x0b\xc0\x03\x94\xc8\xca\x3d\xf3\xcb\xba\x7a\x58\xaf\x7b\xf9\x83\x7c\xfd\x76\x29\x2e\x0a\x5d\x5e\x78\xbd\xae\x37\x8c\xff\x81\x23\xc2\xa2\x95\x7e\x93\xad\xeb\x97\xeb\x71\xa0\xec\x79\x19\x9c\x18\x6c\xf3\x4a\xed\xd0\xd4\xba\x3d\x42\x23\xb8\x67\x6c\xe9\x5b\x3c\xb5\xfe\x05\xef\xc7\x63\xa6\x0c\x13\x75\xc5\x0b\x3d\x69\x3b\x7e\xc8\xe2\x55\x27\x40\x43\xf7\xb7\x72\xcd\x2c\xd6\x17\x07\xa8\x33\x26\x6c\xe6\x00\x8c\x01\x99\xd6\x68\x34\xfb\x88\xe2\x34\xba\x27\xfc\x03\x27\x31\x15\x1f\xc1\x55\x2e\x6b\x7d\x74\x0b\x65\x6c\x6f\xad\x68\x6c\x5a\x7d\x5e\xbf\xdf\xa0\x8f\xf4\xbd\x45\x94\x86\x30\x05\x6b\xc2\xa2\x0a\x35\xd4\xd0\x94\xbe\x40\x84\x49\xbe\x5a\xa6\x94\x49\x8b\x92\x88\x0a\x84\xb0\x86\x86\xd2\xd9\xea\xb0\x38\x7c\x17\x21\xb5\x0d\x97\x7d\x33\x27\x82\xd8\xf8\x81\x5e\x94\x4c\x91\xae\x0a\xad\xc5\xc5\x12\xcb\xb9\x00\x5c\x64\x48\x03\x63\x73\xc1\xa3\x8a\x42\x78\x09\xe1\x07\xed\xa4\xc8\x1f\x72\x80\x3f\x21\x69\x92\x8c\x19\x23\x24\x16\x08\xea\x14\xbd\xab\xc4\xdf\xaa\x47\x07\x08\xc7\x31\xfa\x9f\xdf\x7d\x3a\xfb\xeb\xcd\xe8\xee\xf4\xfc\xf2\xf6\xe6\xee\xd3\xe9\xd9\xe8\xfd\xc0\x7d\x78\x71\x7b\xe3\x3e\xd5\x0e\x96\x07\xc2\xd1\x02\xdf\x83\x85\xc7\x84\x56\xff\x00\x16\xe7\xcf\xd4\xa6\x3b\xa9\x6f\x04\xb1\x50\x13\xa3\xa6\xb8\x84\x17\xb3\x87\x6b\x52\x12\x3b\xd8\xbe\x57\xee\x91\x66\x1e\xb4\xcc\xe3\x5e\x61\xd5\xc0\x05\x61\x52\xc9\x18\x83\x59\xcb\x4d\xdf\x9c\xe1\x08\x9b\x51\x56\x17\x10\x27\xec\xe1\x29\x75\xf8\x9f\xc8\xea\x67\x65\x5d\x5f\x62\xca\x5b\xf3\xde\x88\x3d\x50\x9e\x32\x58\x9a\xf3\x6a\xe5\x1d\x3a\x08\x2c\xb8\x70\xa8\x84\xd6\x85\x21\xe4\xb2\xac\x05\x5d\xb0\x29\xad\x85\x57\xbd\xd8\x72\x87\xda\x4d\x4c\xbe\x49\x8e\x4d\x43\x50\x61\xc4\x0d\x7e\xc0\x34\x01\xc0\x8c\xbd\x68\x72\x1e\xd4\x8d\x1f\x3e\x22\x92\xe0\x49\xca\x01\x46\xab\x23\x7c\x76\x08\x43\x30\x28\x81\xee\x06\xaa\x03\x6e\xa4\xfc\xe9\x1a\xf2\x04\xf7\xd0\x65\xca\xdb\xdc\xe4\xea\x67\x40\x85\x74\xa9\x4c\xb2\x82\x10\x35\xd7\xec\x94\x60\x5d\x09\x59\x80\xa4\x11\xd9\x52\xad\xc3\x80\x41\x92\x24\x28\xba\xa5\xce\x80\x38\x32\xce\xf1\xfc\x97\x29\x43\x3f\xfd\x59\xa0\x49\x26\xc7\x2c\x1c\x23\x65\xd0\x7f\xe7\x07\x2c\xa3\x79\x95\x61\x57\x7f\xd5\x5e\x6e\xd9\x43\xc4\x2d\xf3\x6e\x19\x8e\x14\x8c\x46\x99\x24\xb3\x62\x8a\x5a\x97\x6a\x29\xe7\x00\xea\x81\x56\xc6\xd0\x5c\x24\x45\xa6\x29\xad\xc1\xf0\x2f\xd3\xf8\x9d\x40\xa7\x97\x4a\xe6\x2a\x1d\x1b\xc2\xd1\x54\x68\x4f\x1a\x44\xa7\x00\xa1\xa7\x9f\xd6\x08\xa1\x01\xfa\x1e\x8d\xb3\xef\xbf\xff\xb7\x08\x7d\xb3\x7f\xfc\xc7\xbf\xff\xfb\xbf\xfd\xc7\x26\xbd\x72\x60\xdc\x9c\x46\x26\x83\xb6\x28\x84\xfd\x1d\x18\x15\x2a\x3a\x77\x8f\x04\x43\x81\xe0\x3b\x68\xb5\xde\x2d\xdd\xab\xa2\x62\xae\x51\x2b\xad\x37\x82\x13\x1d\xad\x87\xb2\xd3\x75\xf0\x24\x22\x44\x47\x55\xab\xb2\xf4\xb4\x19\x07\x8a\xce\x3c\x6e\xda\xfe\x43\x59\x57\x30\x9a\x1e\xc5\x1a\x0b\x1e\xba\x2a\xa0\x7d\x58\x1e\x7b\x2b\xf6\x8f\x37\x53\x36\xf5\xda\x23\x20\x7b\xde\x48\x07\xcd\x78\x9a\x2d\x1d\x04\xd1\x82\x31\xf4\x36\x8c\xd9\x17\x75\xcf\x9f\xb2\x69\xfa\xd1\x30\xec\x19\x65\xf7\xf0\x57\x8d\x8f\x7b\xfb\x3d\x72\x85\xa8\xbd\xcf\xad\x7d\xa0\x29\x7e\x68\xba\x11\xa8\x59\x0b\x89\xa3\x7b\x9d\x1e\xd8\x54\xc8\xbc\x6b\x29\xf6\x1c\xc2\x90\x29\x49\x69\x48\x07\x7d\xa6\x85\x5f\x28\xe9\x81\x62\x84\xd1\xed\xd5\x69\xf5\xbb\xef\x69\x59\x37\xaf\xbe\x05\x42\x06\x81\xff\xf9\x89\x76\x8a\xa2\x15\xd2\x59\x49\xc0\xea\x2e\x2b\xa6\x2e\x41\xab\x90\xd9\xbb\x55\x42\x68\xe7\xd2\x13\xbe\xae\x07\x70\x95\x26\xfe\x70\xb3\x0c\xd3\x11\x1c\xeb\xda\xf7\x5b\xc9\xa2\x0c\x4e\xfd\x08\x64\x78\x70\xdd\x2b\x20\x6e\x68\x36\xbf\x7d\xb5\x13\xbf\xc1\x9a\x2d\x79\x62\xda\x53\xe9\xb9\x4d\x08\xa4\xa6\xd4\xcf\x61\xeb\xfa\x26\xfe\x14\x4c\x39\x85\xba\x19\x8c\xd9\xd0\xfe\xc4\xe1\x22\x98\xa0\xba\x7b\x0d\x78\x76\x45\x36\xd1\xf1\x1f\xe8\xde\xee\x55\xba\x36\x8b\xab\x59\xc4\x96\x7d\xac\x6f\x05\xe1\xce\x7c\x32\x88\x4e\xab\xe9\xd9\x75\xd4\xbc\xd9\x54\xaa\xda\xe2\xe5\xd7\x76\x89\x85\xa2\x57\x55\x2f\x5e\x77\x34\x47\x0e\xf3\x66\x06\xf2\xeb\x6c\x69\xaf\x79\xb2\xca\x7d\xb4\x8a\xe2\xda\x96\x2c\xbc\x2c\x38\xac\x53\x8d\xed\xd8\x4e\x93\xd2\x2e\xa8\x9d\x7b\x47\xe5\x9c\x30\xd0\x13\xda\x8f\x0c\x00\x99\xee\x6a\x10\xce\x41\x20\xd6\x74\xf5\x14\xdb\x8c\x51\x93\x93\x6d\x7c\xf5\x9e\x93\xc2\xf6\x94\xc8\x9f\x57\x66\x12\x96\x54\x4c\x69\x29\x89\xba\x88\xa8\xd9\x86\xea\x9d\x7a\x53\xd8\x6d\x6e\x62\x55\x17\x6c\x39\x42\x9f\x28\x17\xd2\x5b\x92\x52\x5b\x0d\x20\xa6\xae\xda\xb5\x9c\xd7\xb7\x5a\xdb\x85\x6d\x63\x57\xd0\xd6\xe0\x73\x81\xb5\x23\x34\xcc\xcb\x61\x68\x48\x10\x11\x2d\x56\x44\x12\x41\x36\x61\xbe\x56\x1a\x2b\xd8\x01\xc0\x40\x08\xc4\xa5\x50\x9f\xe7\x79\x65\x6e\x9a\x8f\x80\x5d\xc1\xf7\xa4\xae\x47\x46\xd7\xfe\x2a\x6b\xdb\xaa\x0c\x9d\x42\x9a\x6a\x9d\x74\x93\x09\xb6\x3f\x76\x39\x0a\x8b\x4e\x3f\x28\x92\x9b\x86\x65\x3a\x64\x36\x05\x3e\x34\x38\xae\xc7\xb9\xb2\x9b\x72\xa6\xb4\xfb\x27\x74\x3b\xca\x8c\xd8\xd0\x18\x44\x1c\x1d\x81\x8f\xc6\xec\x74\x8a\x58\xea\xc3\xbc\x60\xd6\xee\x90\x6a\x97\x9a\xdb\x6f\x64\xee\x06\x4d\x06\x30\xf0\xed\x50\xe5\xd3\x1c\x38\x23\xb6\x38\xce\xdb\xb5\xb4\x74\x27\xb7\xe6\x1a\xeb\x9a\x44\x57\x7b\x96\x3a\xc5\x5e\x67\x84\x11\x4e\x23\x48\xd0\xd0\xd7\xee\x12\xd3\x2a\x93\xd2\x14\x26\xd8\xd7\x54\xa3\x5d\xe7\x18\x99\xe5\x6e\x98\x5f\x94\xe8\xa7\x35\x46\x3e\x81\x42\x6f\x3a\xaf\x68\x17\xd9\x38\x79\x89\x88\x76\x99\x38\x9a\x79\x84\xae\xc4\xae\xe7\xd5\x8d\x47\x02\x12\x9b\xce\xa9\xda\x3b\x24\x20\x29\x4a\x03\xf9\xd2\xa9\x4b\x9e\xd2\xbe\x25\x9d\x67\xa9\x6c\xcd\xd2\x1f\x3f\x24\xe9\x44\xbc\xf7\xfb\xc7\x99\x77\xe4\x78\xbe\x7a\x16\xdc\x4d\xae\x8e\x25\xc5\x53\xde\x87\xf6\xcc\xf8\xf7\x61\x17\xc2\x57\x33\x55\x1e\x5a\xd3\x70\x06\xcc\xd3\x8c\xd9\x5c\x87\x94\x91\x74\x0a\xf8\x46\xe8\x6c\x63\xad\x42\x80\x41\xb3\x54\x7a\xd0\x05\x4e\x96\x3a\x70\x06\x1a\x6a\x3d\xb9\xb7\xcc\xf7\x59\x47\xe7\xa7\xc8\xf7\xd9\x96\xee\xe6\xe0\xbc\x10\xc1\xb7\xcd\xe2\xd0\x47\xa9\x83\x98\x85\xdf\xaf\x35\xc6\x9d\x1c\x00\xeb\xdb\xaf\xd8\xa4\x91\xba\xe0\x29\x26\x87\x32\x3d\x04\xc8\x17\x00\x89\x74\x06\x5e\x5d\x5d\x8a\x68\x4e\x16\x1d\x92\x9c\xae\xe1\xf7\x2d\xe6\xa9\x7b\x8b\x7f\xf3\x26\x6a\xee\x5e\x81\x6c\xb5\x56\xdd\x72\x1c\x1a\x2f\x81\x7d\xb6\xf6\xe6\xe8\xe8\xe2\xf0\xb7\xb2\xd9\x03\x66\xb2\x4b\x0a\xd9\x51\x26\xa7\x71\x0a\x46\x8f\x9d\xc3\x11\xba\x60\xc9\x0a\xcd\xd3\x45\xaa\xae\xed\x34\x13\xde\x97\x1a\x2e\x04\x97\x4d\x43\xad\xda\xa5\x86\x78\xbf\xdc\x6a\xd4\xd1\x52\x5f\x69\xdd\xd1\xff\xd1\xfa\x14\x51\x6f\x25\x93\x30\xc5\x6e\xcd\xfc\x5d\x6e\x54\x33\xdf\x40\x42\xcf\x82\xce\xe6\xa6\xf2\x87\xdf\x12\x17\x58\x7f\xe1\x0a\x21\xda\xde\x5c\x3a\xa5\x0c\x18\x8a\x55\x95\x3c\xaf\x75\x6f\x77\xc9\xf0\xeb\xd0\xa3\xcc\x43\x00\x3b\xec\x1c\x10\xd9\xe1\x68\x2d\x3e\xcd\x3d\xf8\x90\x97\x9d\x59\x2d\xc9\x00\x4d\x32\xf8\xfe\xfc\xe2\xc6\xf7\x0d\x51\x06\x5f\x1f\x46\x73\x12\xdd\xab\x7d\x41\x5a\x28\x6a\x72\xd9\xfa\x41\x93\xd5\x98\xe5\xc5\x0d\x64\x6a\x1d\x1d\x2b\x97\x3d\xe2\x32\xa8\x52\x8e\x62\x2a\x96\x09\x5e\x21\xf2\x4d\x12\xa6\x6b\xbd\x54\x34\x8a\x54\xcc\xb2\x99\xd9\x02\xd5\x17\x8c\x14\xb0\x7a\x18\xfc\xcb\x2e\xc2\x15\x99\x03\x2c\xf5\x14\x47\x95\x6a\xc7\xd6\xf9\x3c\xdb\xc4\x4f\xea\xea\x88\x78\xa5\x15\xf5\x8e\xfa\xae\x52\x07\xe5\x61\x05\x4c\xce\xd8\xd4\x33\x1b\x1f\x80\x07\x65\x6c\xab\xb0\xa9\x7f\xeb\x2a\x4e\x84\x3f\x90\x78\xcc\x42\xb0\x94\xb9\xca\xf2\x5d\x46\x79\x7e\x79\x9d\xe8\xec\x9e\xc4\xaa\xe8\xec\x72\x2c\x1b\x43\x3b\x10\x20\x2e\x74\x5d\x5f\x53\x33\xa2\xba\x8e\xdb\x13\x24\x66\xb7\x76\x7e\xe4\x09\xed\x26\x1b\xd5\x94\x9b\x20\x3a\x55\x32\x59\xe9\xc6\xfc\x86\x31\x1d\x14\x44\xe3\x44\x1d\xf6\xd5\xe0\x43\x72\xd4\x83\xd9\xf3\xaa\x31\xc6\xcc\x46\x2c\xa7\x59\x92\x68\xec\x7f\x6d\xd7\x47\x0d\x0d\xb3\x11\xc0\x97\xc3\xdf\x38\xbb\x16\x79\x15\x00\xbc\x1e\x89\xcb\x58\xc9\x0e\x16\xad\xf2\xaa\x92\xc0\xbc\x84\x89\x0c\x12\x4f\x6d\xf6\x2f\x00\x9d\x67\x44\x22\xa5\x77\xc4\x59\xa2\x81\xc3\x3c\x63\x06\x67\x86\x93\x04\x51\x29\xc6\xcc\xc1\xe2\x74\x55\x1e\xb8\x0a\x22\x93\x0b\x12\x1b\x5d\x10\x5e\x01\xc3\x9a\x1a\x51\x70\x41\xd0\x88\xca\x60\x4a\xe0\xa9\x5c\xf9\x29\x73\xcb\x25\xc1\x1c\xd4\x45\xdb\xa4\xc0\xd7\x06\x8b\xdb\x60\x9a\x0b\x43\xe9\x9e\xfa\x6e\x21\xbb\xe0\x5e\x5d\xba\xa9\xf3\xa6\x1c\xa1\xa1\x5e\x9d\x52\x05\x6d\xfd\x1a\x3d\x5b\x13\xa6\x36\xf1\x04\xa5\x6f\x49\xe1\x8a\x2d\x3a\x8d\x7a\x89\xb9\xa4\x51\x96\x60\x9e\xac\x94\x74\x99\x66\x09\xa2\x53\xaf\x14\x0f\x6c\x82\x46\x45\x41\x49\xd5\x14\xee\x08\x8b\x7a\x16\x18\xda\xda\x1b\x06\xb7\x86\x67\xe2\x39\x11\x75\xa6\x97\xf6\x4e\xa9\xb1\xde\x1f\xa1\x93\x62\xe1\x25\x38\x16\x1e\x9a\x9a\x0a\x2d\x01\xdd\x7c\x4d\xd2\x28\xd4\x9a\x83\x02\x4e\x74\xaa\x94\xdd\x77\xde\xc1\xab\xab\xf0\x87\xc5\x7d\x47\x0f\xe5\x0d\x16\xf7\x6b\xbd\x94\xa7\xde\x55\x99\x0b\xc0\x1b\x28\x1c\x17\xf8\x2d\xdd\x89\x58\x53\xcd\xbe\xe3\x24\x7d\x24\xfa\x06\x13\xfd\xea\x55\x66\x2b\x4e\x76\xd1\x50\xf9\x07\xf6\xb1\xe3\x54\xbd\xac\xdc\xee\x13\xf5\x38\xc7\xf7\x47\xd7\x52\x76\xbd\x71\xf9\x35\xc8\x8f\x45\x6a\x5e\x4a\xb1\x27\x3a\x82\x51\x28\xfa\x09\x73\x30\x89\xb4\x90\xcb\xe8\x0e\xdb\x84\xa0\x84\xb2\x7b\x7d\x2a\x30\xec\xfc\x00\xe1\x7c\x74\x38\x7c\x7a\xf6\x9a\x99\x6b\x34\x1b\x17\x8d\xde\x4d\x48\xb8\x1d\x62\xa4\x72\x73\xdd\xba\x2b\x9e\x5f\xcf\x88\x55\xeb\x68\xbf\x2d\x8d\x61\x3b\xa7\xc4\xda\x58\x9d\xbe\x60\xc2\x46\x86\xab\x75\xf4\xbd\x2c\x74\x2a\xaf\xd3\x02\x0f\x08\xcb\x16\x07\x1f\xd1\xff\xcd\x29\x73\x7b\x7e\x32\xfa\x74\x7a\x3e\x3a\xf1\x18\xf8\xe0\x2f\xb7\xa3\xdb\xf0\x93\xab\xdb\xf3\xf3\xd3\xf3\xcf\xfe\x47\xd7\xb7\xc7\xc7\xa3\xd1\x49\xf8\xbb\x4f\xc3\xd3\xb3\xc2\xef\xd4\x47\xe1\x8f\x86\x3f\x5c\x5c\xdd\x84\x1f\x5d\xff\x74\x7a\x79\x19\x7e\x74\x73\xfa\x65\x74\x72\x77\x71\x7b\x63\x69\xfd\x37\x8f\xc2\x80\x96\x85\xe8\xae\x9b\x7f\x25\x89\x76\x51\x58\xa3\x6b\xfc\xd9\x43\xca\x4f\x39\x25\x2c\x4e\x56\x79\x5b\x18\x75\xe8\x0a\x41\x4a\x5f\xa4\xd3\x05\x49\xb3\x6d\x30\x03\xca\xf4\x4d\x1f\x94\x49\x9d\x20\x33\x9a\xc1\xe4\x14\xda\xaa\x79\x6f\xe5\x44\xf2\xb2\x1b\xac\x11\x65\x21\xf9\xea\x5a\x72\x2c\xc9\x6c\xd5\x12\xff\x66\x5e\x82\x96\x84\x37\xcd\x05\x2e\x5c\x9e\x2d\x25\x9d\x94\x1d\x4d\x96\x0e\x26\x31\xa5\xb6\xf2\x9f\xf9\xba\xbb\x65\xa7\xf1\xa1\xb4\x52\x5c\x9f\x57\x0b\x3a\x9b\xa8\xbe\x65\x36\x28\x78\xa6\xdb\xef\xc0\xa5\x7b\xa4\x9a\xf5\x8e\x6d\x71\x0b\x65\x32\x4b\xcc\x6a\x80\xff\x1d\x0b\xf0\xe5\xd9\xb8\x3c\x2f\x83\x69\x6e\x2a\x6b\x45\xe4\x68\xe2\x4d\x2c\x6b\x93\x90\xcf\xe2\xbc\x67\x98\x49\xd4\xf7\xaa\x71\x54\x6c\x42\xa1\xc4\xd9\x93\xdf\x32\x8d\x3c\x6f\x30\x89\xa0\xfa\xe9\x8c\x48\xd3\x09\x4f\x5f\xcb\x90\x66\x5c\x1b\xaa\xdb\x71\x45\x44\xa7\x7a\xe6\xe5\xdc\x5c\x81\x40\x2b\x8f\xba\x2b\x1a\x85\x62\x68\x5e\xa1\x38\xdd\x9b\x02\x12\x60\x61\xd8\xdc\x17\x67\x34\x0b\x2d\x07\x1e\x48\x8c\x0e\xfd\x02\x94\xf1\x21\xa0\xcb\xc6\xac\xce\xc2\xac\x28\xde\xe8\x73\xc0\xa5\xad\xcd\xb1\xcd\xde\x57\x50\xbf\xfe\x08\x5a\x62\xb7\x03\x55\x20\xfb\xf3\x23\x54\xef\xca\x34\xfb\x32\xc1\xda\x85\x04\x67\xcb\x15\x1d\xa9\x83\x78\xb9\xbb\xb0\x9b\xc7\xb5\x95\xb7\x15\xbb\xc4\x14\xed\x67\x05\x9d\x65\x8e\xc1\xff\xa6\x6b\x6d\x06\x13\xf7\x4a\x8d\xd6\x19\x2d\x2e\x41\x7d\x3b\xd1\xde\xca\x82\x1c\x68\x44\x80\xab\x1a\xee\x67\xf5\xba\x0a\x05\xdd\x18\xdf\xed\x86\xcb\x05\xc7\x56\xee\x81\xc0\x4a\x70\xa6\x74\xfa\x65\x82\x35\x90\x68\x8e\x85\x66\x69\xeb\xa4\xc4\x13\x9a\x50\x09\xbd\xab\xb5\x79\x5f\xa0\x70\xca\xd1\x02\xf3\x7b\x65\xd1\x92\x64\xaa\x46\x2f\x04\xf7\x2b\x99\x7e\xcb\x40\x5a\x5e\xd8\xe6\x39\x43\x69\xf9\x91\x6d\xeb\x1b\xc8\xd9\xd2\x84\xd1\xf2\xed\xd0\xa5\x97\x65\xea\x15\xe9\xe9\xb6\xb3\x66\xc4\xcb\xe2\xe3\x01\xbd\x2b\x2e\xea\xee\x3e\x5b\x93\x53\xd0\x41\xcc\x17\x33\x0e\x2a\x4f\xd6\x34\x49\x71\x4d\x99\x1d\x3b\xb6\x4e\x20\xa8\x1b\x3b\x4e\x33\x25\xce\x2a\x07\xd7\xb3\x6a\x1e\xbd\xc9\x00\xb3\xe7\x76\x57\x0a\x9d\x2f\x00\xb1\x24\xd0\xb1\x69\x23\x82\xe6\x0d\x9f\xaa\x07\xcf\x38\xae\x42\x77\xb4\x2f\x70\x98\x67\xdb\x58\xe6\x41\x37\xab\x25\xa9\x28\xeb\x16\x60\x97\x37\x34\xe6\xae\x2f\x47\xc7\xa7\x9f\x4e\x0b\x96\xd4\xf0\xfa\x27\xff\xdf\x5f\x2f\xae\x7e\xfa\x74\x76\xf1\xd5\xff\xec\x6c\x78\x7b\x7e\xfc\xe3\xdd\xe5\xd9\xf0\x7c\x8d\xbd\x55\x7e\x45\xd9\xdd\x91\x27\x06\xe4\x38\x6a\x75\x37\x18\xe8\x2f\x98\xba\x15\xe7\xeb\xaa\x22\xb9\x6f\xd3\x56\x42\x4f\xe6\xd2\x74\x93\xb4\x7f\x8c\x98\xe4\xab\x2e\x49\x9f\x28\x26\x02\xee\x21\xe3\xbd\x0c\x13\x0e\x89\x00\x5f\xb0\x1d\xfd\x1c\x04\x9b\xf5\xae\x9b\x10\x8d\xa1\xa3\xba\x58\x12\x5a\xdb\x02\xa4\xba\x97\xfb\x9e\xd0\xc1\xc7\x00\x02\x15\x26\x69\xc6\x62\x5b\x59\x6d\x41\xd9\x87\x05\xfe\xf6\xde\xae\x34\xef\xb4\x06\xf9\xac\xba\x9c\x7d\xa2\xb4\x8e\x15\xe2\x19\x6b\x26\xd7\x98\x35\xd0\x6b\xfd\xcd\xa0\xfb\x0c\xd2\x7f\x82\x8a\x93\xeb\xa3\xda\x63\xfc\x40\x56\x55\xfb\x57\x4a\xa4\xd2\x5e\x69\xa3\x03\xc3\x20\x4b\x4e\xa0\x90\xa8\xf3\x47\x27\x3a\xce\xe0\xfe\x0d\xf1\xce\x20\xbf\xb4\xea\x4e\x0a\x6d\xf1\xad\xce\x4d\xa5\x17\xe0\x09\x52\xe1\xcc\x9b\xd4\xa6\x69\x9f\x80\x4d\x3b\x35\xf1\xdd\x18\x3d\xce\x89\xde\xad\x7f\xa4\x13\x34\x85\x70\xb8\x29\x1f\xc3\x49\x04\xee\x0d\xb5\x17\x36\xbd\x08\x60\xb5\x25\x47\x83\xe5\x81\x84\x08\x70\xb6\x41\x29\x46\xf2\x4b\x66\xb0\x73\x7f\xfc\xbe\x5b\xca\x96\xe4\x2b\x24\x0c\x99\xfd\x70\xbc\x41\xa3\x18\x9f\x1d\xcc\x2b\x63\xb4\xaa\xe4\xdb\x95\x2e\x42\xf8\xbc\xb5\x5e\x0b\x2f\x35\xff\x5c\x8b\x58\xb8\xb1\x69\x30\xfa\xf7\x4f\x96\x1f\xf1\x73\x21\x2d\xc2\xbc\x0e\x02\x91\x66\x74\xe1\xa1\xee\x95\x65\xf4\x88\x79\xac\x1d\x03\xe0\x23\x3a\x42\x3f\xa6\x8f\xe4\x81\xf0\x01\x8a\x08\x97\xd8\xc0\x95\xd5\x59\x4b\x12\x38\x50\x66\x9c\x31\x83\xd8\xbc\xc6\x7e\x33\x28\xbd\x23\xe9\x6c\xae\x94\x47\x63\x84\x9a\x72\x9d\x82\x48\x80\x1a\x92\x6f\x4b\x12\x69\x50\x46\x5d\x24\x7a\x9a\xe0\x87\x32\xfe\x7a\x13\x68\xad\x57\x91\xd4\xb6\x4b\x32\x39\x2b\x8d\x4e\x29\x5b\xd8\x52\x4b\xcd\xe5\x4a\xce\x53\x36\x40\xb3\x34\xc1\x6c\x76\x74\x74\x84\x88\x8c\x8e\xde\x77\x62\x74\x33\xa0\xf7\xba\x3c\xa2\x96\xa4\x82\x24\x2b\x6b\xe1\xe5\xc8\x07\x45\x65\x40\x5a\x08\xaa\xcd\x9b\x0a\xee\xbf\x2e\x22\x74\x9f\xd7\x4d\x56\xad\x95\x76\x86\xfa\xd4\x8c\x53\xec\x73\xb2\x6e\x24\xfd\xfb\x6a\x4d\xbb\x03\x74\x0d\x2a\x39\xd0\x38\xc9\x21\x6c\x35\x19\x54\x29\xeb\x8a\xcb\xfa\x39\xad\xab\x52\xb3\x51\xca\x41\xe5\x48\x06\x20\xbe\x11\x52\xa9\xcc\xd1\x15\x1c\xe7\x40\x7d\x5b\xa5\x37\x25\xd9\xa2\x5c\x6a\x71\x57\x5a\x54\x3e\x49\xfd\xd7\x31\xbc\xae\x7d\x5d\x03\x57\x8c\x27\xe5\x1a\x4d\x65\xe6\x6b\x7a\x7e\xc3\x98\x20\x2d\x39\x15\x90\x68\xb1\x09\xe0\xc9\x0d\xa3\x87\x06\xf7\xac\xb2\x61\x74\x79\x34\xd3\x88\x06\x30\x5c\xae\x9f\x8c\x7e\x44\x68\x55\x07\x7c\xba\xf5\x92\x21\x07\x89\x6e\x64\xf5\x9c\x5f\x9c\x8f\x7c\x53\xe6\xf4\xfc\x66\xf4\x79\x74\x15\xc4\xa0\xce\x2e\x86\x37\x41\xbc\xe9\xe6\xaa\x10\xa6\xfa\xe1\xe2\xe2\x6c\x34\x3c\xf7\x3f\x3a\x19\xde\x8c\x6e\x4e\xbf\x04\x83\x9f\xdc\x5e\x0d\x6f\x4e\x2f\x82\xdf\xfd\x70\x7a\x3e\xbc\xfa\xab\xff\xc9\xe8\xea\xea\xe2\xaa\xf0\xbe\xdb\xe3\xe6\x48\x56\xb0\x8c\xea\x9d\xc8\x95\x65\x0f\x2f\x5b\xa5\x14\xde\x60\x71\xbf\xe3\xe8\x2b\xa0\x0d\x36\xec\xf0\x5b\x23\x94\x62\x72\xb7\x59\x60\xb6\x2e\xb8\x5c\xf9\x1e\xa5\x0f\xae\xee\xb0\x94\x64\xb1\xdc\xae\xd0\x43\xfb\x83\xd3\x2d\xe6\x0b\x26\x4d\x8b\x98\x6f\xb0\xab\xfb\x13\xf3\xad\x08\xe7\x96\x63\xbe\xa7\xe7\xa7\x37\xa7\xc3\xb3\xd3\xff\xaf\x30\xe2\xd7\xe1\xe9\xcd\xe9\xf9\xe7\xbb\x4f\x17\x57\x77\x57\xa3\xeb\x8b\xdb\xab\xe3\xd1\x75\xcb\x88\x6f\xd9\xc7\x72\x88\xfc\xf7\x7c\x44\x37\xa9\xab\x52\x60\xb4\x42\x53\x0e\x5a\x51\x1c\xda\x6b\x51\x09\x30\x5c\xca\x66\x03\x68\x17\xf0\x11\x8d\x38\x3f\x5d\xe0\x19\xb9\xcc\x92\x64\x80\x5c\xc1\x11\xe8\x9a\x0c\x3f\xbb\x4c\xe3\x53\xef\xb9\x31\x43\x87\xa8\x72\x19\xf0\x7e\x53\xd8\x43\xbf\x7e\x60\xde\xef\x05\x38\x9c\x83\xc4\x14\x58\x71\x55\x64\x3e\xa2\x1f\x70\x74\x9f\x4e\x4d\x19\x85\x81\x33\x71\xd1\x2f\x59\x2a\x31\x22\xdf\x22\x42\x62\x5b\xea\xb5\xc8\x27\x67\xe9\x56\x9d\xb9\xba\xf4\xf4\xf0\xcf\xf4\xfa\x50\x79\xe5\x73\x26\xb3\xe1\xae\xba\x4b\x44\xb5\x20\x30\xab\xfc\xa2\x1f\xd5\x4d\x22\x6a\xa2\xea\x32\xd9\x81\xff\xee\x2c\x9d\x55\xa3\x88\x5d\x47\x4d\x2a\xbc\x3a\x02\x10\x0d\x48\x67\x48\x50\x76\x3f\x66\x5f\x95\x41\x9b\x66\x5c\x7f\x24\x53\x0e\x80\xf4\x69\x92\x89\x39\x81\xf2\x5b\x03\xf4\x48\xd0\x02\xaf\x74\x54\x20\xac\x4f\x0c\x2c\xa3\x98\x13\x9e\x4e\x28\x53\xd2\x62\x49\xad\x06\x59\xdc\xfa\x5d\x18\x98\x31\x15\xce\xce\x7e\xc2\x50\x4d\xee\x29\x7c\x9c\x13\xc0\xfd\x7a\xd5\xcd\x6c\x61\x54\x2d\xb9\x21\xc7\x2c\x4d\xef\xb3\xa5\x69\x6b\x87\xc5\xfd\x3b\x8b\xa2\x03\x72\x3f\xa4\x34\x46\x71\xb6\x4c\xbc\xae\x92\x8f\x29\xaf\x45\x3d\x68\x4b\xa7\x03\xea\xa1\x60\xbf\x37\x2d\xac\xc2\x8c\xf2\xac\xb6\x06\xfc\xc3\x13\x23\x40\xbc\x9a\x27\x99\x20\xfc\x50\x72\x3a\x9b\x81\xde\x68\x9d\x32\xfb\x0f\x11\xb1\xbc\xb9\xba\xdb\xde\xff\xe0\xbb\xaa\x13\x5d\x11\xd6\x95\x6a\x50\x3c\xb5\x5c\x26\x2b\x0b\xdc\xd4\x04\xb4\xc7\x7e\x99\x71\x5d\xc8\x69\x8a\xdc\x84\x6a\x43\xb4\x4b\x4e\xd4\x5b\xe2\x3b\x5d\x46\x66\xfb\xf2\x36\xa7\x53\xa5\x09\x9a\x9e\xc8\x79\x21\x9e\xbc\x58\x89\xbd\xe1\xf2\x77\xdb\xb4\x0a\x9d\xd1\xcc\x74\x43\xc4\x47\x66\x5b\x45\x62\xa1\x5d\x23\xd0\x30\x7e\x95\xf7\x91\x84\x86\x74\x90\x0f\xed\x7a\x0c\x9a\x0c\x4d\xe3\xe3\xd4\x95\x0a\x5f\x1e\xd2\xe3\x04\x35\x20\x55\xc3\x96\x55\x45\x11\xb9\x6d\xde\x85\xc3\x3f\x6c\xaa\x11\x37\xdb\x74\xb3\x24\x9d\xe0\x24\x59\x55\x64\x64\xf8\xb7\x4e\x37\x07\xa6\x6d\xac\x15\xde\x59\x16\xd9\x04\xa1\xf2\xb4\x21\xd3\x3d\x68\xff\xb0\xd3\x94\x95\xed\x09\x96\xc9\x54\x67\x9b\x83\x47\x56\x2d\xee\xb4\xd0\x9e\xe0\x48\xe3\x97\x4f\xe3\xca\x42\x29\xf9\x89\xb1\x94\xaf\x93\xce\x15\x3e\x94\x4e\x19\x37\x4b\x4e\xac\xf7\x6c\x45\xa4\x73\x9a\x25\x16\x5f\xbd\x5a\x86\x15\xe9\xfd\xa8\x81\xf5\x0b\xda\x78\x84\xee\x1f\xed\xd5\xbc\x4d\x19\x61\x52\x57\xfe\x64\xe9\x98\x99\xc1\x6d\xfe\x9e\x2b\x81\x63\x02\x21\x9a\x30\x03\x63\x83\x80\x54\x50\xba\x68\xf2\x60\x9a\xc1\x3a\x9a\xc8\x14\xf0\xf5\x6a\x82\xc7\x4a\x9c\x2b\xe5\x05\xb3\x38\xaf\x59\x3a\x27\x63\x56\x48\x62\xf3\xda\x50\x5b\x8e\xf5\x9f\xdf\x59\x62\x4f\xa0\xef\x34\x91\xbe\x36\xb1\x67\x9d\xe0\x9a\xe2\xa8\x0b\xc0\x7e\xb5\x24\xf1\xa9\x7b\xae\x99\x19\x02\xd7\x49\xec\x85\x96\x82\x43\xae\x79\x40\x0b\x6c\xa1\xb3\xa3\x84\xeb\x24\xeb\x36\xc9\x15\x55\x72\xc5\xda\xd5\x16\xcd\xb0\x2d\xd8\x2f\x5c\xb5\x76\x88\x76\x07\x2e\xef\x42\x73\x25\xa7\x4b\x45\xa9\x90\x3a\xbe\x06\x8f\x4c\x31\x4d\x32\x5e\xab\x22\x68\xb6\xdc\x79\xda\xe1\x31\x0c\x8b\xaa\x76\xcd\xf9\xa5\xbd\x63\xe4\x7c\xd2\xae\x69\x53\x92\xcd\x28\x13\x21\xd7\xd7\x17\x2f\x2d\x15\x72\x5e\xb3\xe1\x79\xed\xe7\xf6\xb2\x78\xa8\x0f\x7b\xa1\x45\x7a\x75\x05\x27\xa3\xb4\x79\x73\x1f\xb3\x1b\xb8\xab\x75\x56\x9d\x3b\x66\x50\x61\x4b\x17\x4c\x81\x2a\xd6\x55\xeb\x0d\xe4\x79\xc8\xa9\x5b\x01\x5a\xaa\xf2\xdf\xd6\x03\xe7\xbe\xe0\x65\x53\x6a\xd2\xd6\x23\xae\xdb\x06\xe7\xdd\x2c\x1e\xc3\x62\x59\xe4\x0a\xea\x39\xf0\xdf\xb3\x04\xf1\xba\x24\x4a\x3b\x0c\xa8\x29\x31\x50\xca\x72\x0d\x14\x53\xff\xd1\xee\x30\xe0\x3c\x7a\x65\x3a\x31\xea\x01\x27\x1a\xb8\xe9\x63\x4d\xb7\xc8\xb2\x75\x1b\x53\xe8\x94\x5d\xb5\x1d\x5b\xe2\xe0\x72\xe8\xf2\x33\xc2\xe0\x7e\x2e\x91\xa8\x2b\x0a\xee\xc1\x87\xfd\xc2\xdd\x90\xf7\x29\x6b\xa5\x31\x3b\xf4\xdb\xcf\x21\x76\x3b\x20\x71\x4a\x5b\x81\xdc\xcb\xd5\xf7\x40\x69\x89\x09\x4b\x25\x41\x18\x31\x9a\x7c\x60\x59\x92\x7c\x38\x87\x36\x31\x42\xd0\x99\xae\x42\x0d\x1e\x93\xa0\xad\x37\x60\x87\x3d\x57\x99\x77\x04\xe0\x8a\x54\x53\xd2\x5e\x3c\xa9\x24\xa6\xda\x82\x64\x35\x66\xea\x09\xad\x62\xb9\x1e\xad\xb6\xd7\x23\xbc\xcd\xe6\x35\x99\x77\x29\xdb\x98\xad\xfc\xc1\x2b\x18\xac\x29\x15\x68\xab\x90\x66\x5f\x23\x72\x6f\x6a\x44\xa6\xdc\x7a\x9e\x3a\x54\x8b\xac\x3f\x54\x1b\x97\x6b\x74\x8a\x98\x0b\x09\xb4\xe0\xc7\x97\x0c\x07\x3c\x65\x62\xd8\xd6\x59\x60\x96\x52\xbb\xf0\x8a\xfe\x92\x91\x8c\xb2\xd9\xdd\x24\x8b\x67\x64\x2b\x1f\x5d\x2a\x71\x82\x1e\x31\x95\xe0\xa2\xf3\xd5\x76\x73\x2e\x62\x92\xe0\x95\xce\xa4\x50\x6f\x25\x1d\x5b\xda\xdb\xd5\x3a\xde\x55\x5c\xc6\xbd\x7a\x0d\x63\x76\x93\x3a\xa3\xd2\x9c\xd8\x69\xa6\xb4\xd1\x06\xe9\x67\x47\x3d\xd1\x94\xdf\x0a\xa6\xb9\x4b\xaf\x50\xa3\xa7\xcc\x46\xdb\xac\x87\xd9\xef\xe6\x16\x4c\xc2\x20\xc9\xf4\x99\x87\x0e\x08\x32\x34\x8c\x74\x95\x0c\x0b\x56\x33\xbd\x48\x32\xec\xb0\xfb\x40\x4b\x45\x70\x93\x58\x9e\x31\xc0\x9e\x91\x6f\x3a\x7d\x3f\x59\xf9\xa3\x42\xa2\x27\x8c\xd8\x31\x22\x0f\x36\xb7\xcb\xc5\x5d\xbb\xd1\xf5\xbb\xb9\xad\x13\x4c\xe7\x3a\x2c\x13\xcc\xee\xb4\x72\xf3\x02\x6e\x30\x2f\xdf\xa2\xae\x14\x94\xd7\xf3\x70\x37\xf3\x74\x12\xfe\x2a\xc8\x82\xf2\x9b\xa0\x0d\x8a\xe5\x62\xad\x46\xe2\xba\xc1\x1b\x63\xdc\xd4\x03\xff\x56\x05\x68\x59\xef\xca\xc3\x05\xc3\xdd\x15\xc4\x5f\xe3\xcb\x2b\x75\x29\xdd\x33\x7f\x5e\x9b\x9d\x2f\x30\x78\x71\xdb\xbb\xbb\x92\x4a\x17\xc5\x46\xee\xa4\x35\xd3\x7a\x5a\x97\x52\xad\xe9\x54\x76\x2d\x7d\x0d\x9b\x69\x45\xd0\x9d\x32\x4a\xb2\x98\x20\x91\x2a\x7d\xce\x5a\x76\xd5\xf9\x34\x05\x1c\xc7\x93\xd6\x0f\x09\xd3\xa5\x5b\x03\xa2\x74\x05\x21\x74\xca\x90\xb5\xd0\x06\x68\x7c\xa0\x39\x4b\x8c\x0f\xc2\xce\xe3\xb6\x3c\x51\xd8\x50\xa2\xe8\x78\xd5\x31\x11\xef\x06\x61\x9e\x7b\xa0\x48\x97\x1a\x2f\xc6\x4b\xd6\x05\xf2\xd0\x62\x3a\x6c\x3a\xd1\x03\x18\xa5\x54\xeb\xda\x2b\x5b\x34\x08\x52\x87\x79\x16\x49\xaf\xb7\xa9\xad\xb1\xf2\x83\x7d\x50\x91\x68\x99\x25\xa6\x77\xbb\xad\x69\x92\xf2\x31\xb3\xa3\xe5\xa5\x0e\x87\x49\x52\x1a\xaa\x5c\x5e\xc8\xe3\x55\x28\x36\x66\x71\xdc\x90\x1f\xa0\x7e\x04\x48\xb7\x92\x1c\x18\x33\x9d\xd5\xe7\x12\x4a\x8f\xd0\xb0\xd0\xf3\x35\xac\xa4\xe3\x17\xd2\x49\x12\x5b\x45\x46\xd7\x66\xf1\x4a\x87\x88\x0c\xfa\x34\x4c\x33\x25\x8e\xdc\xdb\x65\x3a\x66\x50\x54\x49\xb7\xef\xb7\x74\x19\xb3\x2f\xa9\xb0\x7d\xe8\x44\x4e\x0f\xab\x33\x18\xb2\xbd\x73\x70\x76\xf3\xc1\x89\x12\x22\xea\x29\x65\xda\x16\x92\x99\x21\x6e\x07\xe8\x82\x01\x5a\xa5\x19\x0f\x54\xc5\x31\xfb\x87\x22\x8f\xad\x14\x94\xba\x2e\xc9\x70\x88\x6d\xf2\x37\xfa\xee\xef\x7a\xd0\xef\xfe\xfd\xfd\xdf\xdf\xeb\x3a\x6c\x99\xc8\x94\x84\x1d\x84\x57\x88\x9d\xa8\xda\x52\xc0\xb6\xd8\x15\xb8\xd6\x0f\xf9\x2b\x1a\x6b\x0a\x18\x67\xf1\xae\x2b\x68\xe7\x1e\xa7\x21\x8a\xb0\x8c\xe6\x87\xd8\xf0\x9e\x5f\x3d\x89\x8a\xbc\x3e\xfb\xe3\x9c\x30\x68\x4f\x16\xd6\x74\xd7\x09\x15\x28\x56\x92\x6d\xe1\xd2\x71\x03\x7e\xd1\x8d\x6a\x8c\x56\x58\xc8\x43\xb6\x6f\x02\xe6\xcc\x33\x61\xbf\xe6\x92\xc1\xfe\xdc\xe6\x07\xe4\x6e\x22\xe3\x1a\x53\x26\x6b\x8c\xc6\x1a\x4f\x3b\x3e\xb0\xdb\x3f\x66\xcb\xc9\x51\xb2\x9a\xca\x23\x40\xf7\x1e\x29\xb2\x1c\x8d\x1a\xfb\xd9\xe8\x4b\xe8\x2e\x2e\x6b\xe5\x6b\xc8\x5d\xab\xd7\x57\xeb\x3b\x8e\x3a\xee\x4d\xed\x95\x16\x6d\xda\x3a\xfa\x5c\x87\xbe\x6f\xe2\x6c\x65\xa2\xe3\x19\x03\x5b\x1d\x07\xb3\xb0\x05\xb3\x3b\x9f\x50\xaa\x49\x5d\x74\x58\xd2\x08\x74\x05\xcc\x70\xb2\x82\x2c\x9d\xc1\x98\xc5\x94\x93\x08\x7a\x43\x46\xab\x28\xa1\x91\xa9\x74\x13\xea\x42\xe4\x81\x30\x19\x80\x09\x47\xea\x93\xe7\x52\x87\xea\x60\x8c\xd5\xd4\xbf\xad\x51\x85\x5c\x55\xb2\xd0\x5b\x50\x64\x13\x93\x9b\xcf\x3b\xd6\x36\x70\xaf\x07\xd1\x1c\x5b\x3f\x4f\xca\xe9\x8c\x32\x2c\x53\x8e\xbe\x03\xb7\x67\x92\x10\xfe\xde\x35\xd8\x01\x2a\x56\x4f\x63\xde\xa9\x71\x41\x45\x99\x9b\xea\xcb\x36\x8a\x32\xce\x49\x7c\x57\x46\x8f\x75\xcd\x03\x6d\xc6\xd6\x28\xd5\x9a\x2e\x88\x90\x78\xb1\xf4\x1b\xcd\xbb\x8c\x25\x43\x99\x44\x13\x01\xd9\x89\x0d\x10\x05\x80\x98\x0b\x53\x8f\x99\x09\x50\xeb\x7d\x4b\x79\x45\x81\x83\xe2\x2a\x41\x70\xb4\x68\x42\xd4\xa0\x8f\x74\x6d\x61\x54\x74\x94\x5d\x9d\x59\x0c\x41\x1a\x74\xe4\xf7\x3a\x63\x53\x38\xcf\x70\x4e\x2b\x7a\x6b\x8f\x59\x0e\x41\x3a\x4e\xd2\x2c\x46\xc6\x4d\x68\x9c\x6e\xfc\x08\x51\x72\x34\x40\xe2\xdf\x3e\x7e\xf8\x70\x74\xb4\xa3\xbe\x07\x61\xe3\xac\x6a\x0e\xd7\xad\xad\xaa\x20\x7e\x6b\x8e\x56\x50\xe7\xec\xae\x9b\xe5\x61\x53\x38\x80\x5b\x7c\xcb\x3c\x04\xb0\x14\x5f\xb9\xc4\x9c\x30\x79\x07\xa0\xec\x6e\x2f\x84\x17\x5d\xc2\xe3\x01\x9e\xb8\x95\xd9\x93\xd7\x49\x34\x09\x99\x58\xdc\xa3\xef\x28\x78\xd0\xdf\x1b\x63\x1c\x7a\xc3\x37\x94\x2f\x2b\x4b\xe0\xa6\xd9\x3c\x93\x28\xae\x03\xcc\xb7\x99\x7e\xf0\xec\xd6\x17\xc8\x36\x38\xfb\x46\x3f\xd8\x89\xab\xc5\x0b\xb1\xf3\x53\x86\xa2\x74\x31\x51\x42\x5c\xb1\xba\x73\x4c\x00\x5c\x7e\x68\x31\x97\x0e\x30\x66\x31\x66\xba\x9a\x45\x01\xb1\xee\xbc\xd9\x3e\x22\x4c\xb3\x68\xe1\x6e\xaa\xeb\x95\xa5\xd9\xf9\x09\x52\x02\xaa\x8f\xfa\xb0\xb8\x82\xbc\x3a\xf4\x3d\x8d\xee\x89\xba\xe7\xa6\x79\x15\x1b\x5f\xba\xb9\xfb\xcd\x41\xe4\x4c\xe3\x7d\x8d\xc7\x20\x66\xdd\x77\x54\xd7\x00\x25\xb6\xe1\xad\x87\xa5\x79\x27\xaa\x89\xf3\xd4\xf9\x0b\xd5\xb4\x80\xf1\x1d\xca\xd6\xe4\xd1\x3a\xd5\x42\x2b\x63\x20\x91\xff\xe4\xe4\xa1\x20\x51\xca\x1c\x32\x77\x27\x17\x7d\x45\x6e\x43\xf5\x74\xe1\xbb\x52\x02\xee\x3a\xad\x63\x4b\xe5\x27\x57\x7c\x6c\x03\x71\x6d\x30\x43\xdc\x12\xe0\x39\xea\xdd\x03\xb4\xc0\x94\x99\x63\x00\xcd\x04\x51\x4c\x26\xd9\x6c\x56\x7b\x27\x27\xe9\x2e\xda\x4f\x37\x53\xf5\x2c\x6d\x70\x10\xb8\x15\x26\x4d\xe8\xf6\x35\x1c\xfa\x86\x94\xaf\x46\x34\xd8\x2e\xd4\xa7\x53\xfb\x26\x6d\x04\x4e\x69\x42\x9e\x47\x63\xda\x91\xfa\x77\xda\x46\xfd\xb3\x5e\x04\x88\xe0\xea\x75\x38\x3b\xef\x37\xa4\x17\x6a\x44\xdc\x9d\x7a\xf2\x49\x61\x71\x0e\xc8\x0b\x87\x55\x03\xde\x94\x6c\x8a\x05\x24\xcc\xef\x1e\x27\x07\xb2\x7d\x1d\xfa\x7e\xeb\x82\x11\xd7\xe9\x82\x20\x78\x95\xd0\xb9\x59\xc8\x84\xa0\x07\xe0\x75\x54\x0b\x44\x8b\x2c\x91\x74\x99\x18\xe1\x6f\xdc\x6a\xd1\x1c\xb3\x99\xd7\x29\x01\x7d\xc7\xc8\x23\x52\xb2\x76\xe0\xbb\x61\xbc\xed\x19\x20\x22\xa3\xf7\x4a\xb7\x09\xa2\x36\x9c\x44\x29\x8f\x21\x39\x62\x86\x79\x0c\xd1\x3c\xc3\xf0\x09\x8e\xee\xa1\x02\x15\x5c\x47\xfa\x8d\x36\x80\x68\xf2\x07\xb4\xfb\x32\x1f\x8d\xb2\x48\xf7\x92\xb7\x05\x2e\xdc\xfc\xf4\xe3\x02\xe1\x88\xa7\x42\x7b\xa2\x6c\xe1\x21\x0d\x4f\x01\xf5\xeb\x81\xc6\x19\x4e\xf4\x1b\xbb\xc4\x0c\x2f\x0d\x43\x58\x24\x85\xe7\x04\x03\x29\x19\xa4\xfa\x7f\x4a\xb9\xc9\x05\x00\x8a\x5f\x9a\x8a\x02\x3f\xd2\x07\x32\x40\xd7\x4b\xcc\xef\x07\xe8\x64\xc5\xf0\x82\x46\xff\x9d\x4e\xaa\xfc\x29\x25\x68\xc2\xd6\x2a\xf1\xee\xab\xf7\x56\x1f\xf4\xaf\x25\xe0\x05\xaa\x4b\x82\x7f\x9d\xde\x94\x1a\xd4\xc8\x5b\xbf\xd4\xd7\xc4\xe4\x7a\xc7\xc8\x4e\x2f\xc0\x4a\x43\xd9\xba\x39\x70\xbc\xa0\x2c\xb0\xd5\xf6\xca\xd9\x5a\xdc\xd4\x2a\x94\x56\x20\x8c\x5b\x59\xb7\xbb\xd0\x1c\x2f\xb1\xb2\x72\x94\x41\xb9\x48\x25\xd1\xf7\xbe\x90\x29\x27\x26\xa3\x58\xab\x93\xd0\x66\x88\x0a\xfd\x4d\x5d\x09\xce\x28\x49\x45\xc6\x5b\x8a\x8d\xf2\x86\x1d\x9b\xc7\x1b\xb5\x93\x74\xb1\x84\xe8\x0b\x27\x22\x4b\xa4\xa8\xb0\xd7\x4a\x6e\xeb\x9d\x04\xf2\xcb\xd3\xfd\x42\x24\x3e\x29\xf9\xb5\x1c\x6f\x07\xf8\x19\x48\x84\x1a\x35\xf0\x74\xdd\x15\x3b\xf2\xe3\x17\xea\x6c\xdb\x26\x4e\xa6\x51\x05\x65\xb3\xa4\xae\xb6\xfb\x98\x99\x3e\x17\x9e\xec\xc3\x79\x3e\x8f\x55\xc8\x6c\x4a\xe7\x63\x50\xe3\xdf\x35\xc9\x30\x40\x18\x6c\x0c\x76\xa7\x17\xc1\x5d\x3e\x80\x02\x55\x1a\x18\xc4\xa0\x3e\xd9\x98\x89\x6c\x72\x98\xc3\x55\x52\x0e\xd2\x15\x0a\x4c\x2c\x31\x87\x7c\xf9\x39\x4d\xe2\xc3\x32\x18\xd1\x68\x39\xd0\x1e\xc3\x15\x63\x9b\x10\xa8\xb7\x04\x3b\xae\x5b\xd1\xe9\x68\xa9\x5b\xbb\x1b\x67\x92\x49\x44\x5c\xbb\x01\x2a\x8c\xf3\xa8\xa0\x49\x04\xf2\x22\xf0\x0d\xbc\xb4\x47\x70\xbd\xbc\xa8\x4b\xd7\x7b\xfb\x72\x22\xa0\x59\x1b\x39\x71\x13\x7a\xe1\xec\xa9\xc1\xcc\x49\x8e\x3a\x52\x89\x3b\xed\x42\x7b\x42\xe4\xe0\x57\x97\x92\x6e\x93\xac\xc4\x12\x3f\x32\x03\x12\xe9\x54\x5e\xb6\x9d\x7c\xa8\xae\x03\xa2\xe4\x43\xe1\x1b\x5f\x52\xa8\xeb\x08\x82\xfc\xd4\x25\x3f\x0e\xbc\x2c\x6f\x68\x3d\x94\x67\xb4\xe4\xe6\xcf\x98\xe5\xe8\xa5\xbc\x57\x6a\x54\x14\xdc\x06\x14\x14\x43\xa0\x95\x0c\x2c\xa2\x61\xa0\x33\x00\x8d\x91\x72\x38\xc1\x50\x0a\x59\x4a\x4e\x27\x99\x2c\x95\xa4\x09\x4e\x73\x65\x90\x63\x17\xd6\xc1\xe9\xd3\xb7\xf6\xa8\xbe\x36\xf2\xd6\x28\x39\x54\xa9\xb8\x74\xaf\x44\xd7\xf3\x97\xe5\xe8\x96\x69\xe4\xd5\xcd\x6a\xcf\xe1\xa5\x6c\x46\x53\x33\x0a\x2c\xea\xd8\xab\x78\x1e\x00\x29\x80\x84\x79\x45\x78\x07\x32\xf1\x92\x3e\x94\x88\xc2\x33\x82\x16\x24\xa6\x59\x31\x91\x6d\x7d\xf4\x6c\xaf\xcc\xce\x36\x9c\xa5\x0c\x70\x67\x88\x9e\x83\xb1\xf0\xa8\x6e\x6d\x0d\x41\x03\xa7\x47\x75\x51\x09\x0f\x06\x8a\xe5\x3b\xe1\xa2\x71\x21\xc5\xac\x8b\xe9\x8c\x0a\xf9\x73\xa1\x9a\xf3\x06\xf9\x52\x49\xf6\x74\xd8\x3f\x3b\x55\x3d\x4d\xef\x89\x46\x8c\xdb\x55\xd0\x0a\x17\x98\x4c\xbb\x2b\x00\x23\x62\x33\xc9\xd4\xbc\xbb\x08\xf0\xbf\x3b\x7a\xfd\xdd\x34\xeb\xe5\x78\xb9\x24\x1c\x99\x86\xbd\xc5\x16\xbc\x3a\x2d\x0b\xde\x32\x66\x5a\x61\xfa\xef\xeb\x8b\xf3\x5c\x72\xe7\x76\x54\x61\x68\xf8\x19\x90\xee\xa8\x7a\xe7\xce\xb3\x24\xa9\xdd\xb9\x16\xd5\xd2\x6e\xcf\xce\xee\x7e\x1e\x9e\xdd\x8e\x9a\xab\x91\xe5\x3f\xab\xa5\x89\x9b\x89\xa1\x89\xbe\xc6\x24\x5c\x5d\xd9\x82\x18\x07\x16\x28\x23\x66\xd5\x1a\xe0\x90\x25\x49\x98\x59\x33\x66\x7f\x37\xe3\x00\x00\x2e\x63\x5a\xcd\x1c\x33\xd4\x48\xb8\xf0\xfd\xf0\xb3\xbf\xab\xc1\xff\xae\x9f\x3d\x44\xf9\x22\x3e\xa2\x73\xf7\xd6\x1a\xba\x1a\xa7\xeb\x16\xc7\x41\x27\xf8\x3c\x57\xee\xe0\x66\xc7\xe3\x96\xd9\x42\x81\x26\xe5\x6f\x27\xa7\x43\xd3\xee\xef\xa1\x09\xe3\xf2\x9b\x63\x2d\xe7\x61\xdc\x81\xce\xf8\xd2\xcd\xdc\x5d\x52\xd4\x98\x69\x3c\x01\xb4\xf0\x4d\xeb\xe7\x84\x4e\x99\x46\x36\x26\x98\xcd\x32\x3c\x23\x62\x80\xec\xcb\xc7\xcc\x35\x8c\x35\x05\x4a\x5c\x23\x12\x0c\x65\xd7\x43\x16\xd2\xae\x4e\xf2\x0d\x2f\x96\x10\x82\x61\x63\x66\xd6\xc4\x66\xf9\xf0\xda\x0b\xfa\xdf\xd7\x6e\x39\x8a\xd3\xdc\x40\x26\x69\x8d\x8d\x99\xde\x5c\x9d\xb1\x68\x75\x3b\x70\x00\x41\x87\xe8\x80\x75\x31\x27\x36\x4f\x16\x64\xfa\x0c\xb4\x4c\x5d\xa3\xda\x86\x18\x95\xa4\xf7\x8a\xac\x68\x87\xb3\x9e\xd2\x7a\x79\x62\x37\xc3\x9e\x09\x33\xb7\x6a\xae\xdf\xfa\x0e\x50\x07\xae\xba\x2f\x40\x33\xdb\xe6\x62\x6c\x8d\x34\xcf\x19\x8a\x15\x8f\x30\x2a\x42\xd1\x21\x78\xbd\x83\x1e\x08\xad\xa7\xa4\x7f\xdf\x38\xa9\x0e\xad\x13\x5a\xbf\xd6\xa4\x5b\x37\xbd\x56\x59\x38\xcd\x2f\xdd\x81\x89\x14\x4c\xca\x3c\xb0\x8e\x18\x59\x54\xd3\xa5\x62\xeb\x98\x58\x91\x44\x56\xfa\x34\x4d\x28\xa1\x62\xa3\xe9\xe4\xfa\x53\xeb\x19\x39\x0d\xc1\x5c\x76\x9d\x24\xac\xb9\xe7\x02\x01\x5b\x23\x26\x0d\x36\xcb\xb8\x65\x08\xd5\xe2\x85\x41\x39\x43\x6c\x00\x1e\x03\xc7\x44\x83\x7c\xe7\x06\xba\xbe\x7a\xc6\x85\x12\x97\x46\xde\x19\xa9\xad\xcc\x9c\x31\xb3\xe9\x03\x56\x1c\x0f\x6d\xcb\x27\xee\x3e\xd5\x71\xc6\xa5\x06\xdf\x82\xc6\x2a\xf3\x5e\x61\x58\x8e\x19\xe4\xa6\x33\x30\x21\x27\x02\xb2\xa7\x4c\x06\xb6\xf9\xc2\x2b\x67\x85\x99\xab\xf1\xbe\x46\xe6\x15\xd4\x80\xe0\x9e\xff\x9d\xfa\xff\xbf\xfe\xee\xff\x0f\x00\x00\xff\xff\x4d\x2a\x87\x1c\x83\xf6\x02\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -92,7 +92,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 193506, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 194179, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/admin/Common.java b/gen/pb-java/flyteidl/admin/Common.java index 9d2991a82..aedc37089 100644 --- a/gen/pb-java/flyteidl/admin/Common.java +++ b/gen/pb-java/flyteidl/admin/Common.java @@ -39,6 +39,14 @@ public enum NamedEntityState * NAMED_ENTITY_ARCHIVED = 1; */ NAMED_ENTITY_ARCHIVED(1), + /** + *
+     * System generated entities that aren't explicitly created or managed by a user.
+     * 
+ * + * SYSTEM_GENERATED = 2; + */ + SYSTEM_GENERATED(2), UNRECOGNIZED(-1), ; @@ -58,6 +66,14 @@ public enum NamedEntityState * NAMED_ENTITY_ARCHIVED = 1; */ public static final int NAMED_ENTITY_ARCHIVED_VALUE = 1; + /** + *
+     * System generated entities that aren't explicitly created or managed by a user.
+     * 
+ * + * SYSTEM_GENERATED = 2; + */ + public static final int SYSTEM_GENERATED_VALUE = 2; public final int getNumber() { @@ -80,6 +96,7 @@ public static NamedEntityState forNumber(int value) { switch (value) { case 0: return NAMED_ENTITY_ACTIVE; case 1: return NAMED_ENTITY_ARCHIVED; + case 2: return SYSTEM_GENERATED; default: return null; } } @@ -18924,197 +18941,1021 @@ public flyteidl.admin.Common.Annotations getDefaultInstanceForType() { } - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityIdentifier_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityIdentifier_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityMetadata_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityMetadata_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntity_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntity_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Sort_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Sort_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityListRequest_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityListRequest_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityIdentifierList_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityIdentifierList_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityList_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityList_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityGetRequest_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityGetRequest_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityUpdateRequest_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityUpdateRequest_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_NamedEntityUpdateResponse_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_NamedEntityUpdateResponse_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_ObjectGetRequest_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_ObjectGetRequest_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_ResourceListRequest_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_ResourceListRequest_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_EmailNotification_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_EmailNotification_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_PagerDutyNotification_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_PagerDutyNotification_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_SlackNotification_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_SlackNotification_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Notification_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Notification_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_UrlBlob_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_UrlBlob_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Labels_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Labels_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Labels_ValuesEntry_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Labels_ValuesEntry_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Annotations_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Annotations_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Annotations_ValuesEntry_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Annotations_ValuesEntry_fieldAccessorTable; + public interface AuthRoleOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.AuthRole) + com.google.protobuf.MessageOrBuilder { - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; + /** + * string assumable_iam_role = 1; + */ + java.lang.String getAssumableIamRole(); + /** + * string assumable_iam_role = 1; + */ + com.google.protobuf.ByteString + getAssumableIamRoleBytes(); + + /** + * string kubernetes_service_account = 2; + */ + java.lang.String getKubernetesServiceAccount(); + /** + * string kubernetes_service_account = 2; + */ + com.google.protobuf.ByteString + getKubernetesServiceAccountBytes(); + + public flyteidl.admin.Common.AuthRole.MethodCase getMethodCase(); } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n\033flyteidl/admin/common.proto\022\016flyteidl." + - "admin\032\035flyteidl/core/execution.proto\032\036fl" + - "yteidl/core/identifier.proto\"F\n\025NamedEnt" + - "ityIdentifier\022\017\n\007project\030\001 \001(\t\022\016\n\006domain" + - "\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\"[\n\023NamedEntityMetad" + - "ata\022\023\n\013description\030\001 \001(\t\022/\n\005state\030\002 \001(\0162" + - " .flyteidl.admin.NamedEntityState\"\253\001\n\013Na" + - "medEntity\0222\n\rresource_type\030\001 \001(\0162\033.flyte" + - "idl.core.ResourceType\0221\n\002id\030\002 \001(\0132%.flyt" + - "eidl.admin.NamedEntityIdentifier\0225\n\010meta" + - "data\030\003 \001(\0132#.flyteidl.admin.NamedEntityM" + - "etadata\"r\n\004Sort\022\013\n\003key\030\001 \001(\t\0221\n\tdirectio" + - "n\030\002 \001(\0162\036.flyteidl.admin.Sort.Direction\"" + - "*\n\tDirection\022\016\n\nDESCENDING\020\000\022\r\n\tASCENDIN" + - "G\020\001\"\231\001\n NamedEntityIdentifierListRequest" + - "\022\017\n\007project\030\001 \001(\t\022\016\n\006domain\030\002 \001(\t\022\r\n\005lim" + - "it\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\013" + - "2\024.flyteidl.admin.Sort\022\017\n\007filters\030\006 \001(\t\"" + - "\303\001\n\026NamedEntityListRequest\0222\n\rresource_t" + - "ype\030\001 \001(\0162\033.flyteidl.core.ResourceType\022\017" + - "\n\007project\030\002 \001(\t\022\016\n\006domain\030\003 \001(\t\022\r\n\005limit" + - "\030\004 \001(\r\022\r\n\005token\030\005 \001(\t\022%\n\007sort_by\030\006 \001(\0132\024" + - ".flyteidl.admin.Sort\022\017\n\007filters\030\007 \001(\t\"c\n" + - "\031NamedEntityIdentifierList\0227\n\010entities\030\001" + - " \003(\0132%.flyteidl.admin.NamedEntityIdentif" + - "ier\022\r\n\005token\030\002 \001(\t\"O\n\017NamedEntityList\022-\n" + - "\010entities\030\001 \003(\0132\033.flyteidl.admin.NamedEn" + - "tity\022\r\n\005token\030\002 \001(\t\"~\n\025NamedEntityGetReq" + - "uest\0222\n\rresource_type\030\001 \001(\0162\033.flyteidl.c" + - "ore.ResourceType\0221\n\002id\030\002 \001(\0132%.flyteidl." + - "admin.NamedEntityIdentifier\"\270\001\n\030NamedEnt" + - "ityUpdateRequest\0222\n\rresource_type\030\001 \001(\0162" + - "\033.flyteidl.core.ResourceType\0221\n\002id\030\002 \001(\013" + - "2%.flyteidl.admin.NamedEntityIdentifier\022" + - "5\n\010metadata\030\003 \001(\0132#.flyteidl.admin.Named" + - "EntityMetadata\"\033\n\031NamedEntityUpdateRespo" + - "nse\"9\n\020ObjectGetRequest\022%\n\002id\030\001 \001(\0132\031.fl" + - "yteidl.core.Identifier\"\236\001\n\023ResourceListR" + - "equest\0221\n\002id\030\001 \001(\0132%.flyteidl.admin.Name" + - "dEntityIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005toke" + - "n\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(" + - "\0132\024.flyteidl.admin.Sort\"-\n\021EmailNotifica" + - "tion\022\030\n\020recipients_email\030\001 \003(\t\"1\n\025PagerD" + - "utyNotification\022\030\n\020recipients_email\030\001 \003(" + - "\t\"-\n\021SlackNotification\022\030\n\020recipients_ema" + - "il\030\001 \003(\t\"\363\001\n\014Notification\0226\n\006phases\030\001 \003(" + - "\0162&.flyteidl.core.WorkflowExecution.Phas" + - "e\0222\n\005email\030\002 \001(\0132!.flyteidl.admin.EmailN" + - "otificationH\000\022;\n\npager_duty\030\003 \001(\0132%.flyt" + - "eidl.admin.PagerDutyNotificationH\000\0222\n\005sl" + - "ack\030\004 \001(\0132!.flyteidl.admin.SlackNotifica" + - "tionH\000B\006\n\004type\"%\n\007UrlBlob\022\013\n\003url\030\001 \001(\t\022\r" + - "\n\005bytes\030\002 \001(\003\"k\n\006Labels\0222\n\006values\030\001 \003(\0132" + - "\".flyteidl.admin.Labels.ValuesEntry\032-\n\013V" + - "aluesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\002" + - "8\001\"u\n\013Annotations\0227\n\006values\030\001 \003(\0132\'.flyt" + - "eidl.admin.Annotations.ValuesEntry\032-\n\013Va" + - "luesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028" + - "\001*F\n\020NamedEntityState\022\027\n\023NAMED_ENTITY_AC" + - "TIVE\020\000\022\031\n\025NAMED_ENTITY_ARCHIVED\020\001B3Z1git" + - "hub.com/lyft/flyteidl/gen/pb-go/flyteidl" + - "/adminb\006proto3" - }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { - descriptor = root; - return null; + /** + *
+   * Defines permissions associated with executions.
+   * 
+ * + * Protobuf type {@code flyteidl.admin.AuthRole} + */ + public static final class AuthRole extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.AuthRole) + AuthRoleOrBuilder { + private static final long serialVersionUID = 0L; + // Use AuthRole.newBuilder() to construct. + private AuthRole(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private AuthRole() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private AuthRole( + 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(); + methodCase_ = 1; + method_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + methodCase_ = 2; + method_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } } - }; - com.google.protobuf.Descriptors.FileDescriptor + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_AuthRole_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_AuthRole_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.Common.AuthRole.class, flyteidl.admin.Common.AuthRole.Builder.class); + } + + private int methodCase_ = 0; + private java.lang.Object method_; + public enum MethodCase + implements com.google.protobuf.Internal.EnumLite { + ASSUMABLE_IAM_ROLE(1), + KUBERNETES_SERVICE_ACCOUNT(2), + METHOD_NOT_SET(0); + private final int value; + private MethodCase(int value) { + this.value = value; + } + /** + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static MethodCase valueOf(int value) { + return forNumber(value); + } + + public static MethodCase forNumber(int value) { + switch (value) { + case 1: return ASSUMABLE_IAM_ROLE; + case 2: return KUBERNETES_SERVICE_ACCOUNT; + case 0: return METHOD_NOT_SET; + default: return null; + } + } + public int getNumber() { + return this.value; + } + }; + + public MethodCase + getMethodCase() { + return MethodCase.forNumber( + methodCase_); + } + + public static final int ASSUMABLE_IAM_ROLE_FIELD_NUMBER = 1; + /** + * string assumable_iam_role = 1; + */ + public java.lang.String getAssumableIamRole() { + java.lang.Object ref = ""; + if (methodCase_ == 1) { + ref = method_; + } + 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(); + if (methodCase_ == 1) { + method_ = s; + } + return s; + } + } + /** + * string assumable_iam_role = 1; + */ + public com.google.protobuf.ByteString + getAssumableIamRoleBytes() { + java.lang.Object ref = ""; + if (methodCase_ == 1) { + ref = method_; + } + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + if (methodCase_ == 1) { + method_ = b; + } + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int KUBERNETES_SERVICE_ACCOUNT_FIELD_NUMBER = 2; + /** + * string kubernetes_service_account = 2; + */ + public java.lang.String getKubernetesServiceAccount() { + java.lang.Object ref = ""; + if (methodCase_ == 2) { + ref = method_; + } + 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(); + if (methodCase_ == 2) { + method_ = s; + } + return s; + } + } + /** + * string kubernetes_service_account = 2; + */ + public com.google.protobuf.ByteString + getKubernetesServiceAccountBytes() { + java.lang.Object ref = ""; + if (methodCase_ == 2) { + ref = method_; + } + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + if (methodCase_ == 2) { + method_ = b; + } + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + 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 (methodCase_ == 1) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, method_); + } + if (methodCase_ == 2) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, method_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (methodCase_ == 1) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, method_); + } + if (methodCase_ == 2) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, method_); + } + 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.Common.AuthRole)) { + return super.equals(obj); + } + flyteidl.admin.Common.AuthRole other = (flyteidl.admin.Common.AuthRole) obj; + + if (!getMethodCase().equals(other.getMethodCase())) return false; + switch (methodCase_) { + case 1: + if (!getAssumableIamRole() + .equals(other.getAssumableIamRole())) return false; + break; + case 2: + if (!getKubernetesServiceAccount() + .equals(other.getKubernetesServiceAccount())) return false; + break; + case 0: + default: + } + 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(); + switch (methodCase_) { + case 1: + hash = (37 * hash) + ASSUMABLE_IAM_ROLE_FIELD_NUMBER; + hash = (53 * hash) + getAssumableIamRole().hashCode(); + break; + case 2: + hash = (37 * hash) + KUBERNETES_SERVICE_ACCOUNT_FIELD_NUMBER; + hash = (53 * hash) + getKubernetesServiceAccount().hashCode(); + break; + case 0: + default: + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.Common.AuthRole parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.Common.AuthRole parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.Common.AuthRole parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.Common.AuthRole 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.Common.AuthRole parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.Common.AuthRole parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.Common.AuthRole parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.Common.AuthRole 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.Common.AuthRole parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.Common.AuthRole 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.Common.AuthRole parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.Common.AuthRole 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.Common.AuthRole 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; + } + /** + *
+     * Defines permissions associated with executions.
+     * 
+ * + * Protobuf type {@code flyteidl.admin.AuthRole} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.AuthRole) + flyteidl.admin.Common.AuthRoleOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_AuthRole_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_AuthRole_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.Common.AuthRole.class, flyteidl.admin.Common.AuthRole.Builder.class); + } + + // Construct using flyteidl.admin.Common.AuthRole.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(); + methodCase_ = 0; + method_ = null; + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.Common.internal_static_flyteidl_admin_AuthRole_descriptor; + } + + @java.lang.Override + public flyteidl.admin.Common.AuthRole getDefaultInstanceForType() { + return flyteidl.admin.Common.AuthRole.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.Common.AuthRole build() { + flyteidl.admin.Common.AuthRole result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.Common.AuthRole buildPartial() { + flyteidl.admin.Common.AuthRole result = new flyteidl.admin.Common.AuthRole(this); + if (methodCase_ == 1) { + result.method_ = method_; + } + if (methodCase_ == 2) { + result.method_ = method_; + } + result.methodCase_ = methodCase_; + 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.Common.AuthRole) { + return mergeFrom((flyteidl.admin.Common.AuthRole)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.Common.AuthRole other) { + if (other == flyteidl.admin.Common.AuthRole.getDefaultInstance()) return this; + switch (other.getMethodCase()) { + case ASSUMABLE_IAM_ROLE: { + methodCase_ = 1; + method_ = other.method_; + onChanged(); + break; + } + case KUBERNETES_SERVICE_ACCOUNT: { + methodCase_ = 2; + method_ = other.method_; + onChanged(); + break; + } + case METHOD_NOT_SET: { + break; + } + } + 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.Common.AuthRole parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.Common.AuthRole) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int methodCase_ = 0; + private java.lang.Object method_; + public MethodCase + getMethodCase() { + return MethodCase.forNumber( + methodCase_); + } + + public Builder clearMethod() { + methodCase_ = 0; + method_ = null; + onChanged(); + return this; + } + + + /** + * string assumable_iam_role = 1; + */ + public java.lang.String getAssumableIamRole() { + java.lang.Object ref = ""; + if (methodCase_ == 1) { + ref = method_; + } + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + if (methodCase_ == 1) { + method_ = s; + } + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string assumable_iam_role = 1; + */ + public com.google.protobuf.ByteString + getAssumableIamRoleBytes() { + java.lang.Object ref = ""; + if (methodCase_ == 1) { + ref = method_; + } + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + if (methodCase_ == 1) { + method_ = b; + } + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string assumable_iam_role = 1; + */ + public Builder setAssumableIamRole( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + methodCase_ = 1; + method_ = value; + onChanged(); + return this; + } + /** + * string assumable_iam_role = 1; + */ + public Builder clearAssumableIamRole() { + if (methodCase_ == 1) { + methodCase_ = 0; + method_ = null; + onChanged(); + } + return this; + } + /** + * string assumable_iam_role = 1; + */ + public Builder setAssumableIamRoleBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + methodCase_ = 1; + method_ = value; + onChanged(); + return this; + } + + /** + * string kubernetes_service_account = 2; + */ + public java.lang.String getKubernetesServiceAccount() { + java.lang.Object ref = ""; + if (methodCase_ == 2) { + ref = method_; + } + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + if (methodCase_ == 2) { + method_ = s; + } + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * string kubernetes_service_account = 2; + */ + public com.google.protobuf.ByteString + getKubernetesServiceAccountBytes() { + java.lang.Object ref = ""; + if (methodCase_ == 2) { + ref = method_; + } + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + if (methodCase_ == 2) { + method_ = b; + } + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + * string kubernetes_service_account = 2; + */ + public Builder setKubernetesServiceAccount( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + methodCase_ = 2; + method_ = value; + onChanged(); + return this; + } + /** + * string kubernetes_service_account = 2; + */ + public Builder clearKubernetesServiceAccount() { + if (methodCase_ == 2) { + methodCase_ = 0; + method_ = null; + onChanged(); + } + return this; + } + /** + * string kubernetes_service_account = 2; + */ + public Builder setKubernetesServiceAccountBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + methodCase_ = 2; + method_ = 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.AuthRole) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.AuthRole) + private static final flyteidl.admin.Common.AuthRole DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.Common.AuthRole(); + } + + public static flyteidl.admin.Common.AuthRole getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public AuthRole parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new AuthRole(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.Common.AuthRole getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityIdentifier_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityIdentifier_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntity_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntity_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_Sort_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_Sort_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityIdentifierListRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityListRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityListRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityIdentifierList_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityIdentifierList_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityList_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityList_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityGetRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityGetRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityUpdateRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityUpdateRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_NamedEntityUpdateResponse_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_NamedEntityUpdateResponse_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_ObjectGetRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_ObjectGetRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_ResourceListRequest_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_ResourceListRequest_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_EmailNotification_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_EmailNotification_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_PagerDutyNotification_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_PagerDutyNotification_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_SlackNotification_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_SlackNotification_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_Notification_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_Notification_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_UrlBlob_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_UrlBlob_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_Labels_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_Labels_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_Labels_ValuesEntry_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_Labels_ValuesEntry_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_Annotations_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_Annotations_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_Annotations_ValuesEntry_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_Annotations_ValuesEntry_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_AuthRole_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_AuthRole_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\033flyteidl/admin/common.proto\022\016flyteidl." + + "admin\032\035flyteidl/core/execution.proto\032\036fl" + + "yteidl/core/identifier.proto\"F\n\025NamedEnt" + + "ityIdentifier\022\017\n\007project\030\001 \001(\t\022\016\n\006domain" + + "\030\002 \001(\t\022\014\n\004name\030\003 \001(\t\"[\n\023NamedEntityMetad" + + "ata\022\023\n\013description\030\001 \001(\t\022/\n\005state\030\002 \001(\0162" + + " .flyteidl.admin.NamedEntityState\"\253\001\n\013Na" + + "medEntity\0222\n\rresource_type\030\001 \001(\0162\033.flyte" + + "idl.core.ResourceType\0221\n\002id\030\002 \001(\0132%.flyt" + + "eidl.admin.NamedEntityIdentifier\0225\n\010meta" + + "data\030\003 \001(\0132#.flyteidl.admin.NamedEntityM" + + "etadata\"r\n\004Sort\022\013\n\003key\030\001 \001(\t\0221\n\tdirectio" + + "n\030\002 \001(\0162\036.flyteidl.admin.Sort.Direction\"" + + "*\n\tDirection\022\016\n\nDESCENDING\020\000\022\r\n\tASCENDIN" + + "G\020\001\"\231\001\n NamedEntityIdentifierListRequest" + + "\022\017\n\007project\030\001 \001(\t\022\016\n\006domain\030\002 \001(\t\022\r\n\005lim" + + "it\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\013" + + "2\024.flyteidl.admin.Sort\022\017\n\007filters\030\006 \001(\t\"" + + "\303\001\n\026NamedEntityListRequest\0222\n\rresource_t" + + "ype\030\001 \001(\0162\033.flyteidl.core.ResourceType\022\017" + + "\n\007project\030\002 \001(\t\022\016\n\006domain\030\003 \001(\t\022\r\n\005limit" + + "\030\004 \001(\r\022\r\n\005token\030\005 \001(\t\022%\n\007sort_by\030\006 \001(\0132\024" + + ".flyteidl.admin.Sort\022\017\n\007filters\030\007 \001(\t\"c\n" + + "\031NamedEntityIdentifierList\0227\n\010entities\030\001" + + " \003(\0132%.flyteidl.admin.NamedEntityIdentif" + + "ier\022\r\n\005token\030\002 \001(\t\"O\n\017NamedEntityList\022-\n" + + "\010entities\030\001 \003(\0132\033.flyteidl.admin.NamedEn" + + "tity\022\r\n\005token\030\002 \001(\t\"~\n\025NamedEntityGetReq" + + "uest\0222\n\rresource_type\030\001 \001(\0162\033.flyteidl.c" + + "ore.ResourceType\0221\n\002id\030\002 \001(\0132%.flyteidl." + + "admin.NamedEntityIdentifier\"\270\001\n\030NamedEnt" + + "ityUpdateRequest\0222\n\rresource_type\030\001 \001(\0162" + + "\033.flyteidl.core.ResourceType\0221\n\002id\030\002 \001(\013" + + "2%.flyteidl.admin.NamedEntityIdentifier\022" + + "5\n\010metadata\030\003 \001(\0132#.flyteidl.admin.Named" + + "EntityMetadata\"\033\n\031NamedEntityUpdateRespo" + + "nse\"9\n\020ObjectGetRequest\022%\n\002id\030\001 \001(\0132\031.fl" + + "yteidl.core.Identifier\"\236\001\n\023ResourceListR" + + "equest\0221\n\002id\030\001 \001(\0132%.flyteidl.admin.Name" + + "dEntityIdentifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005toke" + + "n\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(" + + "\0132\024.flyteidl.admin.Sort\"-\n\021EmailNotifica" + + "tion\022\030\n\020recipients_email\030\001 \003(\t\"1\n\025PagerD" + + "utyNotification\022\030\n\020recipients_email\030\001 \003(" + + "\t\"-\n\021SlackNotification\022\030\n\020recipients_ema" + + "il\030\001 \003(\t\"\363\001\n\014Notification\0226\n\006phases\030\001 \003(" + + "\0162&.flyteidl.core.WorkflowExecution.Phas" + + "e\0222\n\005email\030\002 \001(\0132!.flyteidl.admin.EmailN" + + "otificationH\000\022;\n\npager_duty\030\003 \001(\0132%.flyt" + + "eidl.admin.PagerDutyNotificationH\000\0222\n\005sl" + + "ack\030\004 \001(\0132!.flyteidl.admin.SlackNotifica" + + "tionH\000B\006\n\004type\"%\n\007UrlBlob\022\013\n\003url\030\001 \001(\t\022\r" + + "\n\005bytes\030\002 \001(\003\"k\n\006Labels\0222\n\006values\030\001 \003(\0132" + + "\".flyteidl.admin.Labels.ValuesEntry\032-\n\013V" + + "aluesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\002" + + "8\001\"u\n\013Annotations\0227\n\006values\030\001 \003(\0132\'.flyt" + + "eidl.admin.Annotations.ValuesEntry\032-\n\013Va" + + "luesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028" + + "\001\"X\n\010AuthRole\022\034\n\022assumable_iam_role\030\001 \001(" + + "\tH\000\022$\n\032kubernetes_service_account\030\002 \001(\tH" + + "\000B\010\n\006method*\\\n\020NamedEntityState\022\027\n\023NAMED" + + "_ENTITY_ACTIVE\020\000\022\031\n\025NAMED_ENTITY_ARCHIVE" + + "D\020\001\022\024\n\020SYSTEM_GENERATED\020\002B3Z1github.com/" + + "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" + + "proto3" + }; + com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { + public com.google.protobuf.ExtensionRegistry assignDescriptors( + com.google.protobuf.Descriptors.FileDescriptor root) { + descriptor = root; + return null; + } + }; + com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { flyteidl.core.Execution.getDescriptor(), @@ -19252,6 +20093,12 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_Annotations_ValuesEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + internal_static_flyteidl_admin_AuthRole_descriptor = + getDescriptor().getMessageTypes().get(20); + internal_static_flyteidl_admin_AuthRole_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_AuthRole_descriptor, + new java.lang.String[] { "AssumableIamRole", "KubernetesServiceAccount", "Method", }); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); } diff --git a/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java b/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java index 6eb32ddee..d02a70802 100644 --- a/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java +++ b/gen/pb-java/flyteidl/admin/ExecutionOuterClass.java @@ -14872,6 +14872,31 @@ public interface ExecutionSpecOrBuilder extends */ flyteidl.admin.Common.AnnotationsOrBuilder getAnnotationsOrBuilder(); + /** + *
+     * Optional: auth override to apply this execution.
+     * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + boolean hasAuthRole(); + /** + *
+     * Optional: auth override to apply this execution.
+     * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + flyteidl.admin.Common.AuthRole getAuthRole(); + /** + *
+     * Optional: auth override to apply this execution.
+     * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + flyteidl.admin.Common.AuthRoleOrBuilder getAuthRoleOrBuilder(); + public flyteidl.admin.ExecutionOuterClass.ExecutionSpec.NotificationOverridesCase getNotificationOverridesCase(); } /** @@ -15002,6 +15027,19 @@ private ExecutionSpec( break; } + case 130: { + flyteidl.admin.Common.AuthRole.Builder subBuilder = null; + if (authRole_ != null) { + subBuilder = authRole_.toBuilder(); + } + authRole_ = input.readMessage(flyteidl.admin.Common.AuthRole.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(authRole_); + authRole_ = subBuilder.buildPartial(); + } + + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -15296,6 +15334,39 @@ public flyteidl.admin.Common.AnnotationsOrBuilder getAnnotationsOrBuilder() { return getAnnotations(); } + public static final int AUTH_ROLE_FIELD_NUMBER = 16; + private flyteidl.admin.Common.AuthRole authRole_; + /** + *
+     * Optional: auth override to apply this execution.
+     * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public boolean hasAuthRole() { + return authRole_ != null; + } + /** + *
+     * Optional: auth override to apply this execution.
+     * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public flyteidl.admin.Common.AuthRole getAuthRole() { + return authRole_ == null ? flyteidl.admin.Common.AuthRole.getDefaultInstance() : authRole_; + } + /** + *
+     * Optional: auth override to apply this execution.
+     * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public flyteidl.admin.Common.AuthRoleOrBuilder getAuthRoleOrBuilder() { + return getAuthRole(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -15332,6 +15403,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (annotations_ != null) { output.writeMessage(8, getAnnotations()); } + if (authRole_ != null) { + output.writeMessage(16, getAuthRole()); + } unknownFields.writeTo(output); } @@ -15370,6 +15444,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, getAnnotations()); } + if (authRole_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(16, getAuthRole()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -15410,6 +15488,11 @@ public boolean equals(final java.lang.Object obj) { if (!getAnnotations() .equals(other.getAnnotations())) return false; } + if (hasAuthRole() != other.hasAuthRole()) return false; + if (hasAuthRole()) { + if (!getAuthRole() + .equals(other.getAuthRole())) return false; + } if (!getNotificationOverridesCase().equals(other.getNotificationOverridesCase())) return false; switch (notificationOverridesCase_) { case 5: @@ -15454,6 +15537,10 @@ public int hashCode() { hash = (37 * hash) + ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getAnnotations().hashCode(); } + if (hasAuthRole()) { + hash = (37 * hash) + AUTH_ROLE_FIELD_NUMBER; + hash = (53 * hash) + getAuthRole().hashCode(); + } switch (notificationOverridesCase_) { case 5: hash = (37 * hash) + NOTIFICATIONS_FIELD_NUMBER; @@ -15635,6 +15722,12 @@ public Builder clear() { annotations_ = null; annotationsBuilder_ = null; } + if (authRoleBuilder_ == null) { + authRole_ = null; + } else { + authRole_ = null; + authRoleBuilder_ = null; + } notificationOverridesCase_ = 0; notificationOverrides_ = null; return this; @@ -15698,6 +15791,11 @@ public flyteidl.admin.ExecutionOuterClass.ExecutionSpec buildPartial() { } else { result.annotations_ = annotationsBuilder_.build(); } + if (authRoleBuilder_ == null) { + result.authRole_ = authRole_; + } else { + result.authRole_ = authRoleBuilder_.build(); + } result.notificationOverridesCase_ = notificationOverridesCase_; onBuilt(); return result; @@ -15762,6 +15860,9 @@ public Builder mergeFrom(flyteidl.admin.ExecutionOuterClass.ExecutionSpec other) if (other.hasAnnotations()) { mergeAnnotations(other.getAnnotations()); } + if (other.hasAuthRole()) { + mergeAuthRole(other.getAuthRole()); + } switch (other.getNotificationOverridesCase()) { case NOTIFICATIONS: { mergeNotifications(other.getNotifications()); @@ -16815,6 +16916,159 @@ public flyteidl.admin.Common.AnnotationsOrBuilder getAnnotationsOrBuilder() { } return annotationsBuilder_; } + + private flyteidl.admin.Common.AuthRole authRole_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.AuthRole, flyteidl.admin.Common.AuthRole.Builder, flyteidl.admin.Common.AuthRoleOrBuilder> authRoleBuilder_; + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public boolean hasAuthRole() { + return authRoleBuilder_ != null || authRole_ != null; + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public flyteidl.admin.Common.AuthRole getAuthRole() { + if (authRoleBuilder_ == null) { + return authRole_ == null ? flyteidl.admin.Common.AuthRole.getDefaultInstance() : authRole_; + } else { + return authRoleBuilder_.getMessage(); + } + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public Builder setAuthRole(flyteidl.admin.Common.AuthRole value) { + if (authRoleBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + authRole_ = value; + onChanged(); + } else { + authRoleBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public Builder setAuthRole( + flyteidl.admin.Common.AuthRole.Builder builderForValue) { + if (authRoleBuilder_ == null) { + authRole_ = builderForValue.build(); + onChanged(); + } else { + authRoleBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public Builder mergeAuthRole(flyteidl.admin.Common.AuthRole value) { + if (authRoleBuilder_ == null) { + if (authRole_ != null) { + authRole_ = + flyteidl.admin.Common.AuthRole.newBuilder(authRole_).mergeFrom(value).buildPartial(); + } else { + authRole_ = value; + } + onChanged(); + } else { + authRoleBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public Builder clearAuthRole() { + if (authRoleBuilder_ == null) { + authRole_ = null; + onChanged(); + } else { + authRole_ = null; + authRoleBuilder_ = null; + } + + return this; + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public flyteidl.admin.Common.AuthRole.Builder getAuthRoleBuilder() { + + onChanged(); + return getAuthRoleFieldBuilder().getBuilder(); + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + public flyteidl.admin.Common.AuthRoleOrBuilder getAuthRoleOrBuilder() { + if (authRoleBuilder_ != null) { + return authRoleBuilder_.getMessageOrBuilder(); + } else { + return authRole_ == null ? + flyteidl.admin.Common.AuthRole.getDefaultInstance() : authRole_; + } + } + /** + *
+       * Optional: auth override to apply this execution.
+       * 
+ * + * .flyteidl.admin.AuthRole auth_role = 16; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.AuthRole, flyteidl.admin.Common.AuthRole.Builder, flyteidl.admin.Common.AuthRoleOrBuilder> + getAuthRoleFieldBuilder() { + if (authRoleBuilder_ == null) { + authRoleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.AuthRole, flyteidl.admin.Common.AuthRole.Builder, flyteidl.admin.Common.AuthRoleOrBuilder>( + getAuthRole(), + getParentForChildren(), + isClean()); + authRole_ = null; + } + return authRoleBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -19894,7 +20148,7 @@ public flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGetDataResponse getDe "CHEDULED\020\001\022\n\n\006SYSTEM\020\002\022\014\n\010RELAUNCH\020\003\022\022\n\016" + "CHILD_WORKFLOW\020\004\"G\n\020NotificationList\0223\n\r" + "notifications\030\001 \003(\0132\034.flyteidl.admin.Not" + - "ification\"\357\002\n\rExecutionSpec\022.\n\013launch_pl" + + "ification\"\234\003\n\rExecutionSpec\022.\n\013launch_pl" + "an\030\001 \001(\0132\031.flyteidl.core.Identifier\022-\n\006i" + "nputs\030\002 \001(\0132\031.flyteidl.core.LiteralMapB\002" + "\030\001\0223\n\010metadata\030\003 \001(\0132!.flyteidl.admin.Ex" + @@ -19902,18 +20156,19 @@ public flyteidl.admin.ExecutionOuterClass.WorkflowExecutionGetDataResponse getDe ".flyteidl.admin.NotificationListH\000\022\025\n\013di" + "sable_all\030\006 \001(\010H\000\022&\n\006labels\030\007 \001(\0132\026.flyt" + "eidl.admin.Labels\0220\n\013annotations\030\010 \001(\0132\033" + - ".flyteidl.admin.AnnotationsB\030\n\026notificat" + - "ion_overridesJ\004\010\004\020\005\"b\n\031ExecutionTerminat" + - "eRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.core.Wor" + - "kflowExecutionIdentifier\022\r\n\005cause\030\002 \001(\t\"" + - "\034\n\032ExecutionTerminateResponse\"Y\n\037Workflo" + - "wExecutionGetDataRequest\0226\n\002id\030\001 \001(\0132*.f" + - "lyteidl.core.WorkflowExecutionIdentifier" + - "\"u\n WorkflowExecutionGetDataResponse\022(\n\007" + - "outputs\030\001 \001(\0132\027.flyteidl.admin.UrlBlob\022\'" + - "\n\006inputs\030\002 \001(\0132\027.flyteidl.admin.UrlBlobB" + - "3Z1github.com/lyft/flyteidl/gen/pb-go/fl" + - "yteidl/adminb\006proto3" + ".flyteidl.admin.Annotations\022+\n\tauth_role" + + "\030\020 \001(\0132\030.flyteidl.admin.AuthRoleB\030\n\026noti" + + "fication_overridesJ\004\010\004\020\005\"b\n\031ExecutionTer" + + "minateRequest\0226\n\002id\030\001 \001(\0132*.flyteidl.cor" + + "e.WorkflowExecutionIdentifier\022\r\n\005cause\030\002" + + " \001(\t\"\034\n\032ExecutionTerminateResponse\"Y\n\037Wo" + + "rkflowExecutionGetDataRequest\0226\n\002id\030\001 \001(" + + "\0132*.flyteidl.core.WorkflowExecutionIdent" + + "ifier\"u\n WorkflowExecutionGetDataRespons" + + "e\022(\n\007outputs\030\001 \001(\0132\027.flyteidl.admin.UrlB" + + "lob\022\'\n\006inputs\030\002 \001(\0132\027.flyteidl.admin.Url" + + "BlobB3Z1github.com/lyft/flyteidl/gen/pb-" + + "go/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -20010,7 +20265,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_ExecutionSpec_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ExecutionSpec_descriptor, - new java.lang.String[] { "LaunchPlan", "Inputs", "Metadata", "Notifications", "DisableAll", "Labels", "Annotations", "NotificationOverrides", }); + new java.lang.String[] { "LaunchPlan", "Inputs", "Metadata", "Notifications", "DisableAll", "Labels", "Annotations", "AuthRole", "NotificationOverrides", }); internal_static_flyteidl_admin_ExecutionTerminateRequest_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_flyteidl_admin_ExecutionTerminateRequest_fieldAccessorTable = new diff --git a/gen/pb-java/flyteidl/admin/LaunchPlanOuterClass.java b/gen/pb-java/flyteidl/admin/LaunchPlanOuterClass.java index 4b462f212..d67d72217 100644 --- a/gen/pb-java/flyteidl/admin/LaunchPlanOuterClass.java +++ b/gen/pb-java/flyteidl/admin/LaunchPlanOuterClass.java @@ -4446,25 +4446,38 @@ public interface LaunchPlanSpecOrBuilder extends * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - boolean hasAuth(); + @java.lang.Deprecated boolean hasAuth(); /** *
      * Indicates the permission associated with workflow executions triggered with this launch plan.
      * 
* - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - flyteidl.admin.LaunchPlanOuterClass.Auth getAuth(); + @java.lang.Deprecated flyteidl.admin.LaunchPlanOuterClass.Auth getAuth(); /** *
      * Indicates the permission associated with workflow executions triggered with this launch plan.
      * 
* - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder(); + @java.lang.Deprecated flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder(); + + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + boolean hasAuthRole(); + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + flyteidl.admin.Common.AuthRole getAuthRole(); + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + flyteidl.admin.Common.AuthRoleOrBuilder getAuthRoleOrBuilder(); } /** *
@@ -4607,6 +4620,19 @@ private LaunchPlanSpec(
 
               break;
             }
+            case 74: {
+              flyteidl.admin.Common.AuthRole.Builder subBuilder = null;
+              if (authRole_ != null) {
+                subBuilder = authRole_.toBuilder();
+              }
+              authRole_ = input.readMessage(flyteidl.admin.Common.AuthRole.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom(authRole_);
+                authRole_ = subBuilder.buildPartial();
+              }
+
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -4886,9 +4912,9 @@ public flyteidl.admin.Common.AnnotationsOrBuilder getAnnotationsOrBuilder() {
      * Indicates the permission associated with workflow executions triggered with this launch plan.
      * 
* - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public boolean hasAuth() { + @java.lang.Deprecated public boolean hasAuth() { return auth_ != null; } /** @@ -4896,9 +4922,9 @@ public boolean hasAuth() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public flyteidl.admin.LaunchPlanOuterClass.Auth getAuth() { + @java.lang.Deprecated public flyteidl.admin.LaunchPlanOuterClass.Auth getAuth() { return auth_ == null ? flyteidl.admin.LaunchPlanOuterClass.Auth.getDefaultInstance() : auth_; } /** @@ -4906,12 +4932,33 @@ public flyteidl.admin.LaunchPlanOuterClass.Auth getAuth() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder() { + @java.lang.Deprecated public flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder() { return getAuth(); } + public static final int AUTH_ROLE_FIELD_NUMBER = 9; + private flyteidl.admin.Common.AuthRole authRole_; + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public boolean hasAuthRole() { + return authRole_ != null; + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public flyteidl.admin.Common.AuthRole getAuthRole() { + return authRole_ == null ? flyteidl.admin.Common.AuthRole.getDefaultInstance() : authRole_; + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public flyteidl.admin.Common.AuthRoleOrBuilder getAuthRoleOrBuilder() { + return getAuthRole(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -4950,6 +4997,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (auth_ != null) { output.writeMessage(8, getAuth()); } + if (authRole_ != null) { + output.writeMessage(9, getAuthRole()); + } unknownFields.writeTo(output); } @@ -4990,6 +5040,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, getAuth()); } + if (authRole_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(9, getAuthRole()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -5042,6 +5096,11 @@ public boolean equals(final java.lang.Object obj) { if (!getAuth() .equals(other.getAuth())) return false; } + if (hasAuthRole() != other.hasAuthRole()) return false; + if (hasAuthRole()) { + if (!getAuthRole() + .equals(other.getAuthRole())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -5083,6 +5142,10 @@ public int hashCode() { hash = (37 * hash) + AUTH_FIELD_NUMBER; hash = (53 * hash) + getAuth().hashCode(); } + if (hasAuthRole()) { + hash = (37 * hash) + AUTH_ROLE_FIELD_NUMBER; + hash = (53 * hash) + getAuthRole().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -5264,6 +5327,12 @@ public Builder clear() { auth_ = null; authBuilder_ = null; } + if (authRoleBuilder_ == null) { + authRole_ = null; + } else { + authRole_ = null; + authRoleBuilder_ = null; + } return this; } @@ -5326,6 +5395,11 @@ public flyteidl.admin.LaunchPlanOuterClass.LaunchPlanSpec buildPartial() { } else { result.auth_ = authBuilder_.build(); } + if (authRoleBuilder_ == null) { + result.authRole_ = authRole_; + } else { + result.authRole_ = authRoleBuilder_.build(); + } onBuilt(); return result; } @@ -5399,6 +5473,9 @@ public Builder mergeFrom(flyteidl.admin.LaunchPlanOuterClass.LaunchPlanSpec othe if (other.hasAuth()) { mergeAuth(other.getAuth()); } + if (other.hasAuthRole()) { + mergeAuthRole(other.getAuthRole()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -6443,9 +6520,9 @@ public flyteidl.admin.Common.AnnotationsOrBuilder getAnnotationsOrBuilder() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public boolean hasAuth() { + @java.lang.Deprecated public boolean hasAuth() { return authBuilder_ != null || auth_ != null; } /** @@ -6453,9 +6530,9 @@ public boolean hasAuth() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public flyteidl.admin.LaunchPlanOuterClass.Auth getAuth() { + @java.lang.Deprecated public flyteidl.admin.LaunchPlanOuterClass.Auth getAuth() { if (authBuilder_ == null) { return auth_ == null ? flyteidl.admin.LaunchPlanOuterClass.Auth.getDefaultInstance() : auth_; } else { @@ -6467,9 +6544,9 @@ public flyteidl.admin.LaunchPlanOuterClass.Auth getAuth() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public Builder setAuth(flyteidl.admin.LaunchPlanOuterClass.Auth value) { + @java.lang.Deprecated public Builder setAuth(flyteidl.admin.LaunchPlanOuterClass.Auth value) { if (authBuilder_ == null) { if (value == null) { throw new NullPointerException(); @@ -6487,9 +6564,9 @@ public Builder setAuth(flyteidl.admin.LaunchPlanOuterClass.Auth value) { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public Builder setAuth( + @java.lang.Deprecated public Builder setAuth( flyteidl.admin.LaunchPlanOuterClass.Auth.Builder builderForValue) { if (authBuilder_ == null) { auth_ = builderForValue.build(); @@ -6505,9 +6582,9 @@ public Builder setAuth( * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public Builder mergeAuth(flyteidl.admin.LaunchPlanOuterClass.Auth value) { + @java.lang.Deprecated public Builder mergeAuth(flyteidl.admin.LaunchPlanOuterClass.Auth value) { if (authBuilder_ == null) { if (auth_ != null) { auth_ = @@ -6527,9 +6604,9 @@ public Builder mergeAuth(flyteidl.admin.LaunchPlanOuterClass.Auth value) { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public Builder clearAuth() { + @java.lang.Deprecated public Builder clearAuth() { if (authBuilder_ == null) { auth_ = null; onChanged(); @@ -6545,9 +6622,9 @@ public Builder clearAuth() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public flyteidl.admin.LaunchPlanOuterClass.Auth.Builder getAuthBuilder() { + @java.lang.Deprecated public flyteidl.admin.LaunchPlanOuterClass.Auth.Builder getAuthBuilder() { onChanged(); return getAuthFieldBuilder().getBuilder(); @@ -6557,9 +6634,9 @@ public flyteidl.admin.LaunchPlanOuterClass.Auth.Builder getAuthBuilder() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ - public flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder() { + @java.lang.Deprecated public flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder() { if (authBuilder_ != null) { return authBuilder_.getMessageOrBuilder(); } else { @@ -6572,7 +6649,7 @@ public flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder() { * Indicates the permission associated with workflow executions triggered with this launch plan. * * - * .flyteidl.admin.Auth auth = 8; + * .flyteidl.admin.Auth auth = 8 [deprecated = true]; */ private com.google.protobuf.SingleFieldBuilderV3< flyteidl.admin.LaunchPlanOuterClass.Auth, flyteidl.admin.LaunchPlanOuterClass.Auth.Builder, flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder> @@ -6587,6 +6664,123 @@ public flyteidl.admin.LaunchPlanOuterClass.AuthOrBuilder getAuthOrBuilder() { } return authBuilder_; } + + private flyteidl.admin.Common.AuthRole authRole_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.AuthRole, flyteidl.admin.Common.AuthRole.Builder, flyteidl.admin.Common.AuthRoleOrBuilder> authRoleBuilder_; + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public boolean hasAuthRole() { + return authRoleBuilder_ != null || authRole_ != null; + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public flyteidl.admin.Common.AuthRole getAuthRole() { + if (authRoleBuilder_ == null) { + return authRole_ == null ? flyteidl.admin.Common.AuthRole.getDefaultInstance() : authRole_; + } else { + return authRoleBuilder_.getMessage(); + } + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public Builder setAuthRole(flyteidl.admin.Common.AuthRole value) { + if (authRoleBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + authRole_ = value; + onChanged(); + } else { + authRoleBuilder_.setMessage(value); + } + + return this; + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public Builder setAuthRole( + flyteidl.admin.Common.AuthRole.Builder builderForValue) { + if (authRoleBuilder_ == null) { + authRole_ = builderForValue.build(); + onChanged(); + } else { + authRoleBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public Builder mergeAuthRole(flyteidl.admin.Common.AuthRole value) { + if (authRoleBuilder_ == null) { + if (authRole_ != null) { + authRole_ = + flyteidl.admin.Common.AuthRole.newBuilder(authRole_).mergeFrom(value).buildPartial(); + } else { + authRole_ = value; + } + onChanged(); + } else { + authRoleBuilder_.mergeFrom(value); + } + + return this; + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public Builder clearAuthRole() { + if (authRoleBuilder_ == null) { + authRole_ = null; + onChanged(); + } else { + authRole_ = null; + authRoleBuilder_ = null; + } + + return this; + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public flyteidl.admin.Common.AuthRole.Builder getAuthRoleBuilder() { + + onChanged(); + return getAuthRoleFieldBuilder().getBuilder(); + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + public flyteidl.admin.Common.AuthRoleOrBuilder getAuthRoleOrBuilder() { + if (authRoleBuilder_ != null) { + return authRoleBuilder_.getMessageOrBuilder(); + } else { + return authRole_ == null ? + flyteidl.admin.Common.AuthRole.getDefaultInstance() : authRole_; + } + } + /** + * .flyteidl.admin.AuthRole auth_role = 9; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.AuthRole, flyteidl.admin.Common.AuthRole.Builder, flyteidl.admin.Common.AuthRoleOrBuilder> + getAuthRoleFieldBuilder() { + if (authRoleBuilder_ == null) { + authRoleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.Common.AuthRole, flyteidl.admin.Common.AuthRole.Builder, flyteidl.admin.Common.AuthRoleOrBuilder>( + getAuthRole(), + getParentForChildren(), + isClean()); + authRole_ = null; + } + return authRoleBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -12601,7 +12795,7 @@ public flyteidl.admin.LaunchPlanOuterClass.ActiveLaunchPlanListRequest getDefaul "ns\030\001 \003(\0132\032.flyteidl.admin.LaunchPlan\022\r\n\005" + "token\030\002 \001(\t\"T\n\004Auth\022\034\n\022assumable_iam_rol" + "e\030\001 \001(\tH\000\022$\n\032kubernetes_service_account\030" + - "\002 \001(\tH\000B\010\n\006method\"\363\002\n\016LaunchPlanSpec\022.\n\013" + + "\002 \001(\tH\000B\010\n\006method\"\244\003\n\016LaunchPlanSpec\022.\n\013" + "workflow_id\030\001 \001(\0132\031.flyteidl.core.Identi" + "fier\022;\n\017entity_metadata\030\002 \001(\0132\".flyteidl" + ".admin.LaunchPlanMetadata\0223\n\016default_inp" + @@ -12609,30 +12803,31 @@ public flyteidl.admin.LaunchPlanOuterClass.ActiveLaunchPlanListRequest getDefaul "\n\014fixed_inputs\030\004 \001(\0132\031.flyteidl.core.Lit" + "eralMap\022\020\n\004role\030\005 \001(\tB\002\030\001\022&\n\006labels\030\006 \001(" + "\0132\026.flyteidl.admin.Labels\0220\n\013annotations" + - "\030\007 \001(\0132\033.flyteidl.admin.Annotations\022\"\n\004a" + - "uth\030\010 \001(\0132\024.flyteidl.admin.Auth\"\217\002\n\021Laun" + - "chPlanClosure\022.\n\005state\030\001 \001(\0162\037.flyteidl." + - "admin.LaunchPlanState\0224\n\017expected_inputs" + - "\030\002 \001(\0132\033.flyteidl.core.ParameterMap\0224\n\020e" + - "xpected_outputs\030\003 \001(\0132\032.flyteidl.core.Va" + - "riableMap\022.\n\ncreated_at\030\004 \001(\0132\032.google.p" + - "rotobuf.Timestamp\022.\n\nupdated_at\030\005 \001(\0132\032." + - "google.protobuf.Timestamp\"u\n\022LaunchPlanM" + - "etadata\022*\n\010schedule\030\001 \001(\0132\030.flyteidl.adm" + - "in.Schedule\0223\n\rnotifications\030\002 \003(\0132\034.fly" + - "teidl.admin.Notification\"p\n\027LaunchPlanUp" + - "dateRequest\022%\n\002id\030\001 \001(\0132\031.flyteidl.core." + - "Identifier\022.\n\005state\030\002 \001(\0162\037.flyteidl.adm" + - "in.LaunchPlanState\"\032\n\030LaunchPlanUpdateRe" + - "sponse\"L\n\027ActiveLaunchPlanRequest\0221\n\002id\030" + - "\001 \001(\0132%.flyteidl.admin.NamedEntityIdenti" + - "fier\"\203\001\n\033ActiveLaunchPlanListRequest\022\017\n\007" + - "project\030\001 \001(\t\022\016\n\006domain\030\002 \001(\t\022\r\n\005limit\030\003" + - " \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.f" + - "lyteidl.admin.Sort*+\n\017LaunchPlanState\022\014\n" + - "\010INACTIVE\020\000\022\n\n\006ACTIVE\020\001B3Z1github.com/ly" + - "ft/flyteidl/gen/pb-go/flyteidl/adminb\006pr" + - "oto3" + "\030\007 \001(\0132\033.flyteidl.admin.Annotations\022&\n\004a" + + "uth\030\010 \001(\0132\024.flyteidl.admin.AuthB\002\030\001\022+\n\ta" + + "uth_role\030\t \001(\0132\030.flyteidl.admin.AuthRole" + + "\"\217\002\n\021LaunchPlanClosure\022.\n\005state\030\001 \001(\0162\037." + + "flyteidl.admin.LaunchPlanState\0224\n\017expect" + + "ed_inputs\030\002 \001(\0132\033.flyteidl.core.Paramete" + + "rMap\0224\n\020expected_outputs\030\003 \001(\0132\032.flyteid" + + "l.core.VariableMap\022.\n\ncreated_at\030\004 \001(\0132\032" + + ".google.protobuf.Timestamp\022.\n\nupdated_at" + + "\030\005 \001(\0132\032.google.protobuf.Timestamp\"u\n\022La" + + "unchPlanMetadata\022*\n\010schedule\030\001 \001(\0132\030.fly" + + "teidl.admin.Schedule\0223\n\rnotifications\030\002 " + + "\003(\0132\034.flyteidl.admin.Notification\"p\n\027Lau" + + "nchPlanUpdateRequest\022%\n\002id\030\001 \001(\0132\031.flyte" + + "idl.core.Identifier\022.\n\005state\030\002 \001(\0162\037.fly" + + "teidl.admin.LaunchPlanState\"\032\n\030LaunchPla" + + "nUpdateResponse\"L\n\027ActiveLaunchPlanReque" + + "st\0221\n\002id\030\001 \001(\0132%.flyteidl.admin.NamedEnt" + + "ityIdentifier\"\203\001\n\033ActiveLaunchPlanListRe" + + "quest\022\017\n\007project\030\001 \001(\t\022\016\n\006domain\030\002 \001(\t\022\r" + + "\n\005limit\030\003 \001(\r\022\r\n\005token\030\004 \001(\t\022%\n\007sort_by\030" + + "\005 \001(\0132\024.flyteidl.admin.Sort*+\n\017LaunchPla" + + "nState\022\014\n\010INACTIVE\020\000\022\n\n\006ACTIVE\020\001B3Z1gith" + + "ub.com/lyft/flyteidl/gen/pb-go/flyteidl/" + + "adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -12687,7 +12882,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_LaunchPlanSpec_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_LaunchPlanSpec_descriptor, - new java.lang.String[] { "WorkflowId", "EntityMetadata", "DefaultInputs", "FixedInputs", "Role", "Labels", "Annotations", "Auth", }); + new java.lang.String[] { "WorkflowId", "EntityMetadata", "DefaultInputs", "FixedInputs", "Role", "Labels", "Annotations", "Auth", "AuthRole", }); internal_static_flyteidl_admin_LaunchPlanClosure_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_flyteidl_admin_LaunchPlanClosure_fieldAccessorTable = new diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index a96e30eda..797c146b5 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -4830,7 +4830,8 @@ export namespace flyteidl { /** NamedEntityState enum. */ enum NamedEntityState { NAMED_ENTITY_ACTIVE = 0, - NAMED_ENTITY_ARCHIVED = 1 + NAMED_ENTITY_ARCHIVED = 1, + SYSTEM_GENERATED = 2 } /** Properties of a NamedEntityMetadata. */ @@ -5995,6 +5996,67 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of an AuthRole. */ + interface IAuthRole { + + /** AuthRole assumableIamRole */ + assumableIamRole?: (string|null); + + /** AuthRole kubernetesServiceAccount */ + kubernetesServiceAccount?: (string|null); + } + + /** Represents an AuthRole. */ + class AuthRole implements IAuthRole { + + /** + * Constructs a new AuthRole. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.admin.IAuthRole); + + /** AuthRole assumableIamRole. */ + public assumableIamRole: string; + + /** AuthRole kubernetesServiceAccount. */ + public kubernetesServiceAccount: string; + + /** AuthRole method. */ + public method?: ("assumableIamRole"|"kubernetesServiceAccount"); + + /** + * Creates a new AuthRole instance using the specified properties. + * @param [properties] Properties to set + * @returns AuthRole instance + */ + public static create(properties?: flyteidl.admin.IAuthRole): flyteidl.admin.AuthRole; + + /** + * Encodes the specified AuthRole message. Does not implicitly {@link flyteidl.admin.AuthRole.verify|verify} messages. + * @param message AuthRole message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.admin.IAuthRole, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes an AuthRole message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns AuthRole + * @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.AuthRole; + + /** + * Verifies an AuthRole message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Properties of an EventErrorAlreadyInTerminalState. */ interface IEventErrorAlreadyInTerminalState { @@ -7241,6 +7303,9 @@ export namespace flyteidl { /** ExecutionSpec annotations */ annotations?: (flyteidl.admin.IAnnotations|null); + + /** ExecutionSpec authRole */ + authRole?: (flyteidl.admin.IAuthRole|null); } /** Represents an ExecutionSpec. */ @@ -7273,6 +7338,9 @@ export namespace flyteidl { /** ExecutionSpec annotations. */ public annotations?: (flyteidl.admin.IAnnotations|null); + /** ExecutionSpec authRole. */ + public authRole?: (flyteidl.admin.IAuthRole|null); + /** ExecutionSpec notificationOverrides. */ public notificationOverrides?: ("notifications"|"disableAll"); @@ -7842,6 +7910,9 @@ export namespace flyteidl { /** LaunchPlanSpec auth */ auth?: (flyteidl.admin.IAuth|null); + + /** LaunchPlanSpec authRole */ + authRole?: (flyteidl.admin.IAuthRole|null); } /** Represents a LaunchPlanSpec. */ @@ -7877,6 +7948,9 @@ export namespace flyteidl { /** LaunchPlanSpec auth. */ public auth?: (flyteidl.admin.IAuth|null); + /** LaunchPlanSpec authRole. */ + public authRole?: (flyteidl.admin.IAuthRole|null); + /** * Creates a new LaunchPlanSpec instance using the specified properties. * @param [properties] Properties to set diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 6bbc8c50f..c11e24ed8 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -11728,11 +11728,13 @@ export const flyteidl = $root.flyteidl = (() => { * @enum {string} * @property {number} NAMED_ENTITY_ACTIVE=0 NAMED_ENTITY_ACTIVE value * @property {number} NAMED_ENTITY_ARCHIVED=1 NAMED_ENTITY_ARCHIVED value + * @property {number} SYSTEM_GENERATED=2 SYSTEM_GENERATED value */ admin.NamedEntityState = (function() { const valuesById = {}, values = Object.create(valuesById); values[valuesById[0] = "NAMED_ENTITY_ACTIVE"] = 0; values[valuesById[1] = "NAMED_ENTITY_ARCHIVED"] = 1; + values[valuesById[2] = "SYSTEM_GENERATED"] = 2; return values; })(); @@ -11860,6 +11862,7 @@ export const flyteidl = $root.flyteidl = (() => { return "state: enum value expected"; case 0: case 1: + case 2: break; } return null; @@ -14487,6 +14490,154 @@ export const flyteidl = $root.flyteidl = (() => { return Annotations; })(); + admin.AuthRole = (function() { + + /** + * Properties of an AuthRole. + * @memberof flyteidl.admin + * @interface IAuthRole + * @property {string|null} [assumableIamRole] AuthRole assumableIamRole + * @property {string|null} [kubernetesServiceAccount] AuthRole kubernetesServiceAccount + */ + + /** + * Constructs a new AuthRole. + * @memberof flyteidl.admin + * @classdesc Represents an AuthRole. + * @implements IAuthRole + * @constructor + * @param {flyteidl.admin.IAuthRole=} [properties] Properties to set + */ + function AuthRole(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * AuthRole assumableIamRole. + * @member {string} assumableIamRole + * @memberof flyteidl.admin.AuthRole + * @instance + */ + AuthRole.prototype.assumableIamRole = ""; + + /** + * AuthRole kubernetesServiceAccount. + * @member {string} kubernetesServiceAccount + * @memberof flyteidl.admin.AuthRole + * @instance + */ + AuthRole.prototype.kubernetesServiceAccount = ""; + + // OneOf field names bound to virtual getters and setters + let $oneOfFields; + + /** + * AuthRole method. + * @member {"assumableIamRole"|"kubernetesServiceAccount"|undefined} method + * @memberof flyteidl.admin.AuthRole + * @instance + */ + Object.defineProperty(AuthRole.prototype, "method", { + get: $util.oneOfGetter($oneOfFields = ["assumableIamRole", "kubernetesServiceAccount"]), + set: $util.oneOfSetter($oneOfFields) + }); + + /** + * Creates a new AuthRole instance using the specified properties. + * @function create + * @memberof flyteidl.admin.AuthRole + * @static + * @param {flyteidl.admin.IAuthRole=} [properties] Properties to set + * @returns {flyteidl.admin.AuthRole} AuthRole instance + */ + AuthRole.create = function create(properties) { + return new AuthRole(properties); + }; + + /** + * Encodes the specified AuthRole message. Does not implicitly {@link flyteidl.admin.AuthRole.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.AuthRole + * @static + * @param {flyteidl.admin.IAuthRole} message AuthRole message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + AuthRole.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.assumableIamRole != null && message.hasOwnProperty("assumableIamRole")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.assumableIamRole); + if (message.kubernetesServiceAccount != null && message.hasOwnProperty("kubernetesServiceAccount")) + writer.uint32(/* id 2, wireType 2 =*/18).string(message.kubernetesServiceAccount); + return writer; + }; + + /** + * Decodes an AuthRole message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.AuthRole + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.AuthRole} AuthRole + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + AuthRole.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.AuthRole(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.assumableIamRole = reader.string(); + break; + case 2: + message.kubernetesServiceAccount = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies an AuthRole message. + * @function verify + * @memberof flyteidl.admin.AuthRole + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + AuthRole.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + let properties = {}; + if (message.assumableIamRole != null && message.hasOwnProperty("assumableIamRole")) { + properties.method = 1; + if (!$util.isString(message.assumableIamRole)) + return "assumableIamRole: string expected"; + } + if (message.kubernetesServiceAccount != null && message.hasOwnProperty("kubernetesServiceAccount")) { + if (properties.method === 1) + return "method: multiple values"; + properties.method = 1; + if (!$util.isString(message.kubernetesServiceAccount)) + return "kubernetesServiceAccount: string expected"; + } + return null; + }; + + return AuthRole; + })(); + admin.EventErrorAlreadyInTerminalState = (function() { /** @@ -17353,6 +17504,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {boolean|null} [disableAll] ExecutionSpec disableAll * @property {flyteidl.admin.ILabels|null} [labels] ExecutionSpec labels * @property {flyteidl.admin.IAnnotations|null} [annotations] ExecutionSpec annotations + * @property {flyteidl.admin.IAuthRole|null} [authRole] ExecutionSpec authRole */ /** @@ -17426,6 +17578,14 @@ export const flyteidl = $root.flyteidl = (() => { */ ExecutionSpec.prototype.annotations = null; + /** + * ExecutionSpec authRole. + * @member {flyteidl.admin.IAuthRole|null|undefined} authRole + * @memberof flyteidl.admin.ExecutionSpec + * @instance + */ + ExecutionSpec.prototype.authRole = null; + // OneOf field names bound to virtual getters and setters let $oneOfFields; @@ -17478,6 +17638,8 @@ export const flyteidl = $root.flyteidl = (() => { $root.flyteidl.admin.Labels.encode(message.labels, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); if (message.annotations != null && message.hasOwnProperty("annotations")) $root.flyteidl.admin.Annotations.encode(message.annotations, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); + if (message.authRole != null && message.hasOwnProperty("authRole")) + $root.flyteidl.admin.AuthRole.encode(message.authRole, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim(); return writer; }; @@ -17520,6 +17682,9 @@ export const flyteidl = $root.flyteidl = (() => { case 8: message.annotations = $root.flyteidl.admin.Annotations.decode(reader, reader.uint32()); break; + case 16: + message.authRole = $root.flyteidl.admin.AuthRole.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -17580,6 +17745,11 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "annotations." + error; } + if (message.authRole != null && message.hasOwnProperty("authRole")) { + let error = $root.flyteidl.admin.AuthRole.verify(message.authRole); + if (error) + return "authRole." + error; + } return null; }; @@ -18738,6 +18908,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {flyteidl.admin.ILabels|null} [labels] LaunchPlanSpec labels * @property {flyteidl.admin.IAnnotations|null} [annotations] LaunchPlanSpec annotations * @property {flyteidl.admin.IAuth|null} [auth] LaunchPlanSpec auth + * @property {flyteidl.admin.IAuthRole|null} [authRole] LaunchPlanSpec authRole */ /** @@ -18819,6 +18990,14 @@ export const flyteidl = $root.flyteidl = (() => { */ LaunchPlanSpec.prototype.auth = null; + /** + * LaunchPlanSpec authRole. + * @member {flyteidl.admin.IAuthRole|null|undefined} authRole + * @memberof flyteidl.admin.LaunchPlanSpec + * @instance + */ + LaunchPlanSpec.prototype.authRole = null; + /** * Creates a new LaunchPlanSpec instance using the specified properties. * @function create @@ -18859,6 +19038,8 @@ export const flyteidl = $root.flyteidl = (() => { $root.flyteidl.admin.Annotations.encode(message.annotations, writer.uint32(/* id 7, wireType 2 =*/58).fork()).ldelim(); if (message.auth != null && message.hasOwnProperty("auth")) $root.flyteidl.admin.Auth.encode(message.auth, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); + if (message.authRole != null && message.hasOwnProperty("authRole")) + $root.flyteidl.admin.AuthRole.encode(message.authRole, writer.uint32(/* id 9, wireType 2 =*/74).fork()).ldelim(); return writer; }; @@ -18904,6 +19085,9 @@ export const flyteidl = $root.flyteidl = (() => { case 8: message.auth = $root.flyteidl.admin.Auth.decode(reader, reader.uint32()); break; + case 9: + message.authRole = $root.flyteidl.admin.AuthRole.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -18961,6 +19145,11 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "auth." + error; } + if (message.authRole != null && message.hasOwnProperty("authRole")) { + let error = $root.flyteidl.admin.AuthRole.verify(message.authRole); + if (error) + return "authRole." + error; + } return null; }; diff --git a/gen/pb-protodoc/flyteidl/admin/common.proto.rst b/gen/pb-protodoc/flyteidl/admin/common.proto.rst index 056dc8dd3..f6d28ba3c 100644 --- a/gen/pb-protodoc/flyteidl/admin/common.proto.rst +++ b/gen/pb-protodoc/flyteidl/admin/common.proto.rst @@ -49,7 +49,7 @@ name flyteidl.admin.NamedEntityMetadata ---------------------------------- -`[flyteidl.admin.NamedEntityMetadata proto] `_ +`[flyteidl.admin.NamedEntityMetadata proto] `_ .. code-block:: json @@ -80,7 +80,7 @@ state flyteidl.admin.NamedEntity -------------------------- -`[flyteidl.admin.NamedEntity proto] `_ +`[flyteidl.admin.NamedEntity proto] `_ Describes information common to a NamedEntity, identified by a project / domain / name / resource type combination @@ -115,7 +115,7 @@ metadata flyteidl.admin.Sort ------------------- -`[flyteidl.admin.Sort proto] `_ +`[flyteidl.admin.Sort proto] `_ Species sort ordering in a list request. @@ -146,7 +146,7 @@ direction Enum flyteidl.admin.Sort.Direction ---------------------------------- -`[flyteidl.admin.Sort.Direction proto] `_ +`[flyteidl.admin.Sort.Direction proto] `_ .. _api_enum_value_flyteidl.admin.Sort.Direction.DESCENDING: @@ -165,7 +165,7 @@ ASCENDING flyteidl.admin.NamedEntityIdentifierListRequest ----------------------------------------------- -`[flyteidl.admin.NamedEntityIdentifierListRequest proto] `_ +`[flyteidl.admin.NamedEntityIdentifierListRequest proto] `_ Represents a request structure to list identifiers. @@ -227,7 +227,7 @@ filters flyteidl.admin.NamedEntityListRequest ------------------------------------- -`[flyteidl.admin.NamedEntityListRequest proto] `_ +`[flyteidl.admin.NamedEntityListRequest proto] `_ Represents a request structure to list NamedEntity objects @@ -295,7 +295,7 @@ filters flyteidl.admin.NamedEntityIdentifierList ---------------------------------------- -`[flyteidl.admin.NamedEntityIdentifierList proto] `_ +`[flyteidl.admin.NamedEntityIdentifierList proto] `_ Represents a list of NamedEntityIdentifiers. @@ -326,7 +326,7 @@ token flyteidl.admin.NamedEntityList ------------------------------ -`[flyteidl.admin.NamedEntityList proto] `_ +`[flyteidl.admin.NamedEntityList proto] `_ Represents a list of NamedEntityIdentifiers. @@ -357,7 +357,7 @@ token flyteidl.admin.NamedEntityGetRequest ------------------------------------ -`[flyteidl.admin.NamedEntityGetRequest proto] `_ +`[flyteidl.admin.NamedEntityGetRequest proto] `_ A request to retrieve the metadata associated with a NamedEntityIdentifier @@ -385,7 +385,7 @@ id flyteidl.admin.NamedEntityUpdateRequest --------------------------------------- -`[flyteidl.admin.NamedEntityUpdateRequest proto] `_ +`[flyteidl.admin.NamedEntityUpdateRequest proto] `_ Request to set the referenced launch plan state to the configured value. @@ -422,7 +422,7 @@ metadata flyteidl.admin.NamedEntityUpdateResponse ---------------------------------------- -`[flyteidl.admin.NamedEntityUpdateResponse proto] `_ +`[flyteidl.admin.NamedEntityUpdateResponse proto] `_ Purposefully empty, may be populated in the future. @@ -438,7 +438,7 @@ Purposefully empty, may be populated in the future. flyteidl.admin.ObjectGetRequest ------------------------------- -`[flyteidl.admin.ObjectGetRequest proto] `_ +`[flyteidl.admin.ObjectGetRequest proto] `_ Represents a structure to fetch a single resource. @@ -461,7 +461,7 @@ id flyteidl.admin.ResourceListRequest ---------------------------------- -`[flyteidl.admin.ResourceListRequest proto] `_ +`[flyteidl.admin.ResourceListRequest proto] `_ Represents a request structure to retrieve a list of resources. Resources include: Task, Workflow, LaunchPlan @@ -518,7 +518,7 @@ sort_by flyteidl.admin.EmailNotification -------------------------------- -`[flyteidl.admin.EmailNotification proto] `_ +`[flyteidl.admin.EmailNotification proto] `_ .. code-block:: json @@ -540,7 +540,7 @@ recipients_email flyteidl.admin.PagerDutyNotification ------------------------------------ -`[flyteidl.admin.PagerDutyNotification proto] `_ +`[flyteidl.admin.PagerDutyNotification proto] `_ .. code-block:: json @@ -562,7 +562,7 @@ recipients_email flyteidl.admin.SlackNotification -------------------------------- -`[flyteidl.admin.SlackNotification proto] `_ +`[flyteidl.admin.SlackNotification proto] `_ .. code-block:: json @@ -584,7 +584,7 @@ recipients_email flyteidl.admin.Notification --------------------------- -`[flyteidl.admin.Notification proto] `_ +`[flyteidl.admin.Notification proto] `_ Represents a structure for notifications based on execution status. The Notification content is configured within Admin. Future iterations could @@ -637,7 +637,7 @@ slack flyteidl.admin.UrlBlob ---------------------- -`[flyteidl.admin.UrlBlob proto] `_ +`[flyteidl.admin.UrlBlob proto] `_ Represents a string url and associated metadata used throughout the platform. @@ -667,7 +667,7 @@ bytes flyteidl.admin.Labels --------------------- -`[flyteidl.admin.Labels proto] `_ +`[flyteidl.admin.Labels proto] `_ Label values to be applied to an execution resource. In the future a mode (e.g. OVERRIDE, APPEND, etc) can be defined @@ -692,7 +692,7 @@ values flyteidl.admin.Annotations -------------------------- -`[flyteidl.admin.Annotations proto] `_ +`[flyteidl.admin.Annotations proto] `_ Annotation values to be applied to an execution resource. In the future a mode (e.g. OVERRIDE, APPEND, etc) can be defined @@ -711,6 +711,40 @@ values + +.. _api_msg_flyteidl.admin.AuthRole: + +flyteidl.admin.AuthRole +----------------------- + +`[flyteidl.admin.AuthRole proto] `_ + +Defines permissions associated with executions. + +.. code-block:: json + + { + "assumable_iam_role": "...", + "kubernetes_service_account": "..." + } + +.. _api_field_flyteidl.admin.AuthRole.assumable_iam_role: + +assumable_iam_role + (`string `_) + + + Only one of :ref:`assumable_iam_role `, :ref:`kubernetes_service_account ` may be set. + +.. _api_field_flyteidl.admin.AuthRole.kubernetes_service_account: + +kubernetes_service_account + (`string `_) + + + Only one of :ref:`assumable_iam_role `, :ref:`kubernetes_service_account ` may be set. + + .. _api_enum_flyteidl.admin.NamedEntityState: Enum flyteidl.admin.NamedEntityState @@ -732,3 +766,9 @@ NAMED_ENTITY_ARCHIVED ⁣Archived named entities are no longer visible in the UI. +.. _api_enum_value_flyteidl.admin.NamedEntityState.SYSTEM_GENERATED: + +SYSTEM_GENERATED + ⁣System generated entities that aren't explicitly created or managed by a user. + + diff --git a/gen/pb-protodoc/flyteidl/admin/execution.proto.rst b/gen/pb-protodoc/flyteidl/admin/execution.proto.rst index b3aadb995..1b11172e8 100644 --- a/gen/pb-protodoc/flyteidl/admin/execution.proto.rst +++ b/gen/pb-protodoc/flyteidl/admin/execution.proto.rst @@ -568,7 +568,8 @@ of an execution as it progresses across phase changes.. "notifications": "{...}", "disable_all": "...", "labels": "{...}", - "annotations": "{...}" + "annotations": "{...}", + "auth_role": "{...}" } .. _api_field_flyteidl.admin.ExecutionSpec.launch_plan: @@ -621,6 +622,12 @@ annotations (:ref:`flyteidl.admin.Annotations `) Annotations to apply to the execution resource. +.. _api_field_flyteidl.admin.ExecutionSpec.auth_role: + +auth_role + (:ref:`flyteidl.admin.AuthRole `) Optional: auth override to apply this execution. + + .. _api_msg_flyteidl.admin.ExecutionTerminateRequest: @@ -628,7 +635,7 @@ annotations flyteidl.admin.ExecutionTerminateRequest ---------------------------------------- -`[flyteidl.admin.ExecutionTerminateRequest proto] `_ +`[flyteidl.admin.ExecutionTerminateRequest proto] `_ Request to terminate an in-progress execution. This action is irreversible. If an execution is already terminated, this request will simply be a no-op. @@ -662,7 +669,7 @@ cause flyteidl.admin.ExecutionTerminateResponse ----------------------------------------- -`[flyteidl.admin.ExecutionTerminateResponse proto] `_ +`[flyteidl.admin.ExecutionTerminateResponse proto] `_ .. code-block:: json @@ -677,7 +684,7 @@ flyteidl.admin.ExecutionTerminateResponse flyteidl.admin.WorkflowExecutionGetDataRequest ---------------------------------------------- -`[flyteidl.admin.WorkflowExecutionGetDataRequest proto] `_ +`[flyteidl.admin.WorkflowExecutionGetDataRequest proto] `_ Request structure to fetch inputs and output urls for an execution. @@ -700,7 +707,7 @@ id flyteidl.admin.WorkflowExecutionGetDataResponse ----------------------------------------------- -`[flyteidl.admin.WorkflowExecutionGetDataResponse proto] `_ +`[flyteidl.admin.WorkflowExecutionGetDataResponse proto] `_ Response structure for WorkflowExecutionGetDataRequest which contains inputs and outputs for an execution. diff --git a/gen/pb-protodoc/flyteidl/admin/launch_plan.proto.rst b/gen/pb-protodoc/flyteidl/admin/launch_plan.proto.rst index cf1da4054..183414691 100644 --- a/gen/pb-protodoc/flyteidl/admin/launch_plan.proto.rst +++ b/gen/pb-protodoc/flyteidl/admin/launch_plan.proto.rst @@ -170,7 +170,8 @@ User-provided launch plan definition and configuration values. "role": "...", "labels": "{...}", "annotations": "{...}", - "auth": "{...}" + "auth": "{...}", + "auth_role": "{...}" } .. _api_field_flyteidl.admin.LaunchPlanSpec.workflow_id: @@ -221,6 +222,11 @@ auth (:ref:`flyteidl.admin.Auth `) Indicates the permission associated with workflow executions triggered with this launch plan. +.. _api_field_flyteidl.admin.LaunchPlanSpec.auth_role: + +auth_role + (:ref:`flyteidl.admin.AuthRole `) + .. _api_msg_flyteidl.admin.LaunchPlanClosure: @@ -228,7 +234,7 @@ auth flyteidl.admin.LaunchPlanClosure -------------------------------- -`[flyteidl.admin.LaunchPlanClosure proto] `_ +`[flyteidl.admin.LaunchPlanClosure proto] `_ Values computed by the flyte platform after launch plan registration. These include expected_inputs required to be present in a CreateExecutionRequest @@ -281,7 +287,7 @@ updated_at flyteidl.admin.LaunchPlanMetadata --------------------------------- -`[flyteidl.admin.LaunchPlanMetadata proto] `_ +`[flyteidl.admin.LaunchPlanMetadata proto] `_ Additional launch plan attributes included in the LaunchPlanSpec not strictly required to launch the reference workflow. @@ -312,7 +318,7 @@ notifications flyteidl.admin.LaunchPlanUpdateRequest -------------------------------------- -`[flyteidl.admin.LaunchPlanUpdateRequest proto] `_ +`[flyteidl.admin.LaunchPlanUpdateRequest proto] `_ Request to set the referenced launch plan state to the configured value. @@ -342,7 +348,7 @@ state flyteidl.admin.LaunchPlanUpdateResponse --------------------------------------- -`[flyteidl.admin.LaunchPlanUpdateResponse proto] `_ +`[flyteidl.admin.LaunchPlanUpdateResponse proto] `_ Purposefully empty, may be populated in the future. @@ -358,7 +364,7 @@ Purposefully empty, may be populated in the future. flyteidl.admin.ActiveLaunchPlanRequest -------------------------------------- -`[flyteidl.admin.ActiveLaunchPlanRequest proto] `_ +`[flyteidl.admin.ActiveLaunchPlanRequest proto] `_ Represents a request struct for finding an active launch plan for a given NamedEntityIdentifier @@ -380,7 +386,7 @@ id flyteidl.admin.ActiveLaunchPlanListRequest ------------------------------------------ -`[flyteidl.admin.ActiveLaunchPlanListRequest proto] `_ +`[flyteidl.admin.ActiveLaunchPlanListRequest proto] `_ Represents a request structure to list active launch plans within a project/domain. diff --git a/gen/pb_python/flyteidl/admin/common_pb2.py b/gen/pb_python/flyteidl/admin/common_pb2.py index be3a1ff88..4720ef51e 100644 --- a/gen/pb_python/flyteidl/admin/common_pb2.py +++ b/gen/pb_python/flyteidl/admin/common_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\x1b\x66lyteidl/admin/common.proto\x12\x0e\x66lyteidl.admin\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\"F\n\x15NamedEntityIdentifier\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\"[\n\x13NamedEntityMetadata\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12/\n\x05state\x18\x02 \x01(\x0e\x32 .flyteidl.admin.NamedEntityState\"\xab\x01\n\x0bNamedEntity\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x31\n\x02id\x18\x02 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\x35\n\x08metadata\x18\x03 \x01(\x0b\x32#.flyteidl.admin.NamedEntityMetadata\"r\n\x04Sort\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x31\n\tdirection\x18\x02 \x01(\x0e\x32\x1e.flyteidl.admin.Sort.Direction\"*\n\tDirection\x12\x0e\n\nDESCENDING\x10\x00\x12\r\n\tASCENDING\x10\x01\"\x99\x01\n NamedEntityIdentifierListRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\r\x12\r\n\x05token\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x0f\n\x07\x66ilters\x18\x06 \x01(\t\"\xc3\x01\n\x16NamedEntityListRequest\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x0e\n\x06\x64omain\x18\x03 \x01(\t\x12\r\n\x05limit\x18\x04 \x01(\r\x12\r\n\x05token\x18\x05 \x01(\t\x12%\n\x07sort_by\x18\x06 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x0f\n\x07\x66ilters\x18\x07 \x01(\t\"c\n\x19NamedEntityIdentifierList\x12\x37\n\x08\x65ntities\x18\x01 \x03(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05token\x18\x02 \x01(\t\"O\n\x0fNamedEntityList\x12-\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x1b.flyteidl.admin.NamedEntity\x12\r\n\x05token\x18\x02 \x01(\t\"~\n\x15NamedEntityGetRequest\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x31\n\x02id\x18\x02 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\"\xb8\x01\n\x18NamedEntityUpdateRequest\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x31\n\x02id\x18\x02 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\x35\n\x08metadata\x18\x03 \x01(\x0b\x32#.flyteidl.admin.NamedEntityMetadata\"\x1b\n\x19NamedEntityUpdateResponse\"9\n\x10ObjectGetRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\"\x9e\x01\n\x13ResourceListRequest\x12\x31\n\x02id\x18\x01 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"-\n\x11\x45mailNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"1\n\x15PagerDutyNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"-\n\x11SlackNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"\xf3\x01\n\x0cNotification\x12\x36\n\x06phases\x18\x01 \x03(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12\x32\n\x05\x65mail\x18\x02 \x01(\x0b\x32!.flyteidl.admin.EmailNotificationH\x00\x12;\n\npager_duty\x18\x03 \x01(\x0b\x32%.flyteidl.admin.PagerDutyNotificationH\x00\x12\x32\n\x05slack\x18\x04 \x01(\x0b\x32!.flyteidl.admin.SlackNotificationH\x00\x42\x06\n\x04type\"%\n\x07UrlBlob\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\r\n\x05\x62ytes\x18\x02 \x01(\x03\"k\n\x06Labels\x12\x32\n\x06values\x18\x01 \x03(\x0b\x32\".flyteidl.admin.Labels.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x0b\x41nnotations\x12\x37\n\x06values\x18\x01 \x03(\x0b\x32\'.flyteidl.admin.Annotations.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01*F\n\x10NamedEntityState\x12\x17\n\x13NAMED_ENTITY_ACTIVE\x10\x00\x12\x19\n\x15NAMED_ENTITY_ARCHIVED\x10\x01\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n\x1b\x66lyteidl/admin/common.proto\x12\x0e\x66lyteidl.admin\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\"F\n\x15NamedEntityIdentifier\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\"[\n\x13NamedEntityMetadata\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12/\n\x05state\x18\x02 \x01(\x0e\x32 .flyteidl.admin.NamedEntityState\"\xab\x01\n\x0bNamedEntity\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x31\n\x02id\x18\x02 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\x35\n\x08metadata\x18\x03 \x01(\x0b\x32#.flyteidl.admin.NamedEntityMetadata\"r\n\x04Sort\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x31\n\tdirection\x18\x02 \x01(\x0e\x32\x1e.flyteidl.admin.Sort.Direction\"*\n\tDirection\x12\x0e\n\nDESCENDING\x10\x00\x12\r\n\tASCENDING\x10\x01\"\x99\x01\n NamedEntityIdentifierListRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\r\x12\r\n\x05token\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x0f\n\x07\x66ilters\x18\x06 \x01(\t\"\xc3\x01\n\x16NamedEntityListRequest\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x0e\n\x06\x64omain\x18\x03 \x01(\t\x12\r\n\x05limit\x18\x04 \x01(\r\x12\r\n\x05token\x18\x05 \x01(\t\x12%\n\x07sort_by\x18\x06 \x01(\x0b\x32\x14.flyteidl.admin.Sort\x12\x0f\n\x07\x66ilters\x18\x07 \x01(\t\"c\n\x19NamedEntityIdentifierList\x12\x37\n\x08\x65ntities\x18\x01 \x03(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05token\x18\x02 \x01(\t\"O\n\x0fNamedEntityList\x12-\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x1b.flyteidl.admin.NamedEntity\x12\r\n\x05token\x18\x02 \x01(\t\"~\n\x15NamedEntityGetRequest\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x31\n\x02id\x18\x02 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\"\xb8\x01\n\x18NamedEntityUpdateRequest\x12\x32\n\rresource_type\x18\x01 \x01(\x0e\x32\x1b.flyteidl.core.ResourceType\x12\x31\n\x02id\x18\x02 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\x35\n\x08metadata\x18\x03 \x01(\x0b\x32#.flyteidl.admin.NamedEntityMetadata\"\x1b\n\x19NamedEntityUpdateResponse\"9\n\x10ObjectGetRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\"\x9e\x01\n\x13ResourceListRequest\x12\x31\n\x02id\x18\x01 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"-\n\x11\x45mailNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"1\n\x15PagerDutyNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"-\n\x11SlackNotification\x12\x18\n\x10recipients_email\x18\x01 \x03(\t\"\xf3\x01\n\x0cNotification\x12\x36\n\x06phases\x18\x01 \x03(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12\x32\n\x05\x65mail\x18\x02 \x01(\x0b\x32!.flyteidl.admin.EmailNotificationH\x00\x12;\n\npager_duty\x18\x03 \x01(\x0b\x32%.flyteidl.admin.PagerDutyNotificationH\x00\x12\x32\n\x05slack\x18\x04 \x01(\x0b\x32!.flyteidl.admin.SlackNotificationH\x00\x42\x06\n\x04type\"%\n\x07UrlBlob\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\r\n\x05\x62ytes\x18\x02 \x01(\x03\"k\n\x06Labels\x12\x32\n\x06values\x18\x01 \x03(\x0b\x32\".flyteidl.admin.Labels.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x0b\x41nnotations\x12\x37\n\x06values\x18\x01 \x03(\x0b\x32\'.flyteidl.admin.Annotations.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"X\n\x08\x41uthRole\x12\x1c\n\x12\x61ssumable_iam_role\x18\x01 \x01(\tH\x00\x12$\n\x1akubernetes_service_account\x18\x02 \x01(\tH\x00\x42\x08\n\x06method*\\\n\x10NamedEntityState\x12\x17\n\x13NAMED_ENTITY_ACTIVE\x10\x00\x12\x19\n\x15NAMED_ENTITY_ARCHIVED\x10\x01\x12\x14\n\x10SYSTEM_GENERATED\x10\x02\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,]) @@ -41,17 +41,22 @@ name='NAMED_ENTITY_ARCHIVED', index=1, number=1, serialized_options=None, type=None), + _descriptor.EnumValueDescriptor( + name='SYSTEM_GENERATED', index=2, number=2, + serialized_options=None, + type=None), ], containing_type=None, serialized_options=None, - serialized_start=2323, - serialized_end=2393, + serialized_start=2413, + serialized_end=2505, ) _sym_db.RegisterEnumDescriptor(_NAMEDENTITYSTATE) NamedEntityState = enum_type_wrapper.EnumTypeWrapper(_NAMEDENTITYSTATE) NAMED_ENTITY_ACTIVE = 0 NAMED_ENTITY_ARCHIVED = 1 +SYSTEM_GENERATED = 2 _SORT_DIRECTION = _descriptor.EnumDescriptor( @@ -977,6 +982,47 @@ serialized_end=2321, ) + +_AUTHROLE = _descriptor.Descriptor( + name='AuthRole', + full_name='flyteidl.admin.AuthRole', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='assumable_iam_role', full_name='flyteidl.admin.AuthRole.assumable_iam_role', 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='kubernetes_service_account', full_name='flyteidl.admin.AuthRole.kubernetes_service_account', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + _descriptor.OneofDescriptor( + name='method', full_name='flyteidl.admin.AuthRole.method', + index=0, containing_type=None, fields=[]), + ], + serialized_start=2323, + serialized_end=2411, +) + _NAMEDENTITYMETADATA.fields_by_name['state'].enum_type = _NAMEDENTITYSTATE _NAMEDENTITY.fields_by_name['resource_type'].enum_type = flyteidl_dot_core_dot_identifier__pb2._RESOURCETYPE _NAMEDENTITY.fields_by_name['id'].message_type = _NAMEDENTITYIDENTIFIER @@ -1013,6 +1059,12 @@ _LABELS.fields_by_name['values'].message_type = _LABELS_VALUESENTRY _ANNOTATIONS_VALUESENTRY.containing_type = _ANNOTATIONS _ANNOTATIONS.fields_by_name['values'].message_type = _ANNOTATIONS_VALUESENTRY +_AUTHROLE.oneofs_by_name['method'].fields.append( + _AUTHROLE.fields_by_name['assumable_iam_role']) +_AUTHROLE.fields_by_name['assumable_iam_role'].containing_oneof = _AUTHROLE.oneofs_by_name['method'] +_AUTHROLE.oneofs_by_name['method'].fields.append( + _AUTHROLE.fields_by_name['kubernetes_service_account']) +_AUTHROLE.fields_by_name['kubernetes_service_account'].containing_oneof = _AUTHROLE.oneofs_by_name['method'] DESCRIPTOR.message_types_by_name['NamedEntityIdentifier'] = _NAMEDENTITYIDENTIFIER DESCRIPTOR.message_types_by_name['NamedEntityMetadata'] = _NAMEDENTITYMETADATA DESCRIPTOR.message_types_by_name['NamedEntity'] = _NAMEDENTITY @@ -1033,6 +1085,7 @@ DESCRIPTOR.message_types_by_name['UrlBlob'] = _URLBLOB DESCRIPTOR.message_types_by_name['Labels'] = _LABELS DESCRIPTOR.message_types_by_name['Annotations'] = _ANNOTATIONS +DESCRIPTOR.message_types_by_name['AuthRole'] = _AUTHROLE DESCRIPTOR.enum_types_by_name['NamedEntityState'] = _NAMEDENTITYSTATE _sym_db.RegisterFileDescriptor(DESCRIPTOR) @@ -1192,6 +1245,13 @@ _sym_db.RegisterMessage(Annotations) _sym_db.RegisterMessage(Annotations.ValuesEntry) +AuthRole = _reflection.GeneratedProtocolMessageType('AuthRole', (_message.Message,), dict( + DESCRIPTOR = _AUTHROLE, + __module__ = 'flyteidl.admin.common_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.admin.AuthRole) + )) +_sym_db.RegisterMessage(AuthRole) + DESCRIPTOR._options = None _LABELS_VALUESENTRY._options = None diff --git a/gen/pb_python/flyteidl/admin/execution_pb2.py b/gen/pb_python/flyteidl/admin/execution_pb2.py index 2e2bf4012..642310ce5 100644 --- a/gen/pb_python/flyteidl/admin/execution_pb2.py +++ b/gen/pb_python/flyteidl/admin/execution_pb2.py @@ -26,7 +26,7 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n\x1e\x66lyteidl/admin/execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9f\x01\n\x16\x45xecutionCreateRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12+\n\x04spec\x18\x04 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12)\n\x06inputs\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\"`\n\x18\x45xecutionRelaunchRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x03 \x01(\t\"Q\n\x17\x45xecutionCreateResponse\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"U\n\x1bWorkflowExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xa3\x01\n\tExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12+\n\x04spec\x18\x02 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12\x31\n\x07\x63losure\x18\x03 \x01(\x0b\x32 .flyteidl.admin.ExecutionClosure\"M\n\rExecutionList\x12-\n\nexecutions\x18\x01 \x03(\x0b\x32\x19.flyteidl.admin.Execution\x12\r\n\x05token\x18\x02 \x01(\t\"T\n\x0eLiteralMapBlob\x12+\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"1\n\rAbortMetadata\x12\r\n\x05\x63\x61use\x18\x01 \x01(\t\x12\x11\n\tprincipal\x18\x02 \x01(\t\"\xeb\x04\n\x10\x45xecutionClosure\x12\x31\n\x07outputs\x18\x01 \x01(\x0b\x32\x1e.flyteidl.admin.LiteralMapBlobH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x19\n\x0b\x61\x62ort_cause\x18\n \x01(\tB\x02\x18\x01H\x00\x12\x37\n\x0e\x61\x62ort_metadata\x18\x0c \x01(\x0b\x32\x1d.flyteidl.admin.AbortMetadataH\x00\x12\x36\n\x0f\x63omputed_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x35\n\x05phase\x18\x04 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\rnotifications\x18\t \x03(\x0b\x32\x1c.flyteidl.admin.Notification\x12.\n\x0bworkflow_id\x18\x0b \x01(\x0b\x32\x19.flyteidl.core.IdentifierB\x0f\n\routput_result\"+\n\x0eSystemMetadata\x12\x19\n\x11\x65xecution_cluster\x18\x01 \x01(\t\"\xcb\x03\n\x11\x45xecutionMetadata\x12=\n\x04mode\x18\x01 \x01(\x0e\x32/.flyteidl.admin.ExecutionMetadata.ExecutionMode\x12\x11\n\tprincipal\x18\x02 \x01(\t\x12\x0f\n\x07nesting\x18\x03 \x01(\r\x12\x30\n\x0cscheduled_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x15parent_node_execution\x18\x05 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12G\n\x13reference_execution\x18\x10 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x37\n\x0fsystem_metadata\x18\x11 \x01(\x0b\x32\x1e.flyteidl.admin.SystemMetadata\"X\n\rExecutionMode\x12\n\n\x06MANUAL\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\x0c\n\x08RELAUNCH\x10\x03\x12\x12\n\x0e\x43HILD_WORKFLOW\x10\x04\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\xef\x02\n\rExecutionSpec\x12.\n\x0blaunch_plan\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12-\n\x06inputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\x12\x39\n\rnotifications\x18\x05 \x01(\x0b\x32 .flyteidl.admin.NotificationListH\x00\x12\x15\n\x0b\x64isable_all\x18\x06 \x01(\x08H\x00\x12&\n\x06labels\x18\x07 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x08 \x01(\x0b\x32\x1b.flyteidl.admin.AnnotationsB\x18\n\x16notification_overridesJ\x04\x08\x04\x10\x05\"b\n\x19\x45xecutionTerminateRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05\x63\x61use\x18\x02 \x01(\t\"\x1c\n\x1a\x45xecutionTerminateResponse\"Y\n\x1fWorkflowExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"u\n WorkflowExecutionGetDataResponse\x12(\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12\'\n\x06inputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB3Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n\x1e\x66lyteidl/admin/execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9f\x01\n\x16\x45xecutionCreateRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12+\n\x04spec\x18\x04 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12)\n\x06inputs\x18\x05 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\"`\n\x18\x45xecutionRelaunchRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x0c\n\x04name\x18\x03 \x01(\t\"Q\n\x17\x45xecutionCreateResponse\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"U\n\x1bWorkflowExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\xa3\x01\n\tExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12+\n\x04spec\x18\x02 \x01(\x0b\x32\x1d.flyteidl.admin.ExecutionSpec\x12\x31\n\x07\x63losure\x18\x03 \x01(\x0b\x32 .flyteidl.admin.ExecutionClosure\"M\n\rExecutionList\x12-\n\nexecutions\x18\x01 \x03(\x0b\x32\x19.flyteidl.admin.Execution\x12\r\n\x05token\x18\x02 \x01(\t\"T\n\x0eLiteralMapBlob\x12+\n\x06values\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapH\x00\x12\r\n\x03uri\x18\x02 \x01(\tH\x00\x42\x06\n\x04\x64\x61ta\"1\n\rAbortMetadata\x12\r\n\x05\x63\x61use\x18\x01 \x01(\t\x12\x11\n\tprincipal\x18\x02 \x01(\t\"\xeb\x04\n\x10\x45xecutionClosure\x12\x31\n\x07outputs\x18\x01 \x01(\x0b\x32\x1e.flyteidl.admin.LiteralMapBlobH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x19\n\x0b\x61\x62ort_cause\x18\n \x01(\tB\x02\x18\x01H\x00\x12\x37\n\x0e\x61\x62ort_metadata\x18\x0c \x01(\x0b\x32\x1d.flyteidl.admin.AbortMetadataH\x00\x12\x36\n\x0f\x63omputed_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x35\n\x05phase\x18\x04 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\rnotifications\x18\t \x03(\x0b\x32\x1c.flyteidl.admin.Notification\x12.\n\x0bworkflow_id\x18\x0b \x01(\x0b\x32\x19.flyteidl.core.IdentifierB\x0f\n\routput_result\"+\n\x0eSystemMetadata\x12\x19\n\x11\x65xecution_cluster\x18\x01 \x01(\t\"\xcb\x03\n\x11\x45xecutionMetadata\x12=\n\x04mode\x18\x01 \x01(\x0e\x32/.flyteidl.admin.ExecutionMetadata.ExecutionMode\x12\x11\n\tprincipal\x18\x02 \x01(\t\x12\x0f\n\x07nesting\x18\x03 \x01(\r\x12\x30\n\x0cscheduled_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x15parent_node_execution\x18\x05 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12G\n\x13reference_execution\x18\x10 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x37\n\x0fsystem_metadata\x18\x11 \x01(\x0b\x32\x1e.flyteidl.admin.SystemMetadata\"X\n\rExecutionMode\x12\n\n\x06MANUAL\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\n\n\x06SYSTEM\x10\x02\x12\x0c\n\x08RELAUNCH\x10\x03\x12\x12\n\x0e\x43HILD_WORKFLOW\x10\x04\"G\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"\x9c\x03\n\rExecutionSpec\x12.\n\x0blaunch_plan\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12-\n\x06inputs\x18\x02 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01\x12\x33\n\x08metadata\x18\x03 \x01(\x0b\x32!.flyteidl.admin.ExecutionMetadata\x12\x39\n\rnotifications\x18\x05 \x01(\x0b\x32 .flyteidl.admin.NotificationListH\x00\x12\x15\n\x0b\x64isable_all\x18\x06 \x01(\x08H\x00\x12&\n\x06labels\x18\x07 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x08 \x01(\x0b\x32\x1b.flyteidl.admin.Annotations\x12+\n\tauth_role\x18\x10 \x01(\x0b\x32\x18.flyteidl.admin.AuthRoleB\x18\n\x16notification_overridesJ\x04\x08\x04\x10\x05\"b\n\x19\x45xecutionTerminateRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\r\n\x05\x63\x61use\x18\x02 \x01(\t\"\x1c\n\x1a\x45xecutionTerminateResponse\"Y\n\x1fWorkflowExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"u\n WorkflowExecutionGetDataResponse\x12(\n\x07outputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12\'\n\x06inputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB3Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,]) @@ -691,6 +691,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='auth_role', full_name='flyteidl.admin.ExecutionSpec.auth_role', index=7, + number=16, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -707,7 +714,7 @@ index=0, containing_type=None, fields=[]), ], serialized_start=2252, - serialized_end=2619, + serialized_end=2664, ) @@ -744,8 +751,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2621, - serialized_end=2719, + serialized_start=2666, + serialized_end=2764, ) @@ -768,8 +775,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2721, - serialized_end=2749, + serialized_start=2766, + serialized_end=2794, ) @@ -799,8 +806,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2751, - serialized_end=2840, + serialized_start=2796, + serialized_end=2885, ) @@ -837,8 +844,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2842, - serialized_end=2959, + serialized_start=2887, + serialized_end=3004, ) _EXECUTIONCREATEREQUEST.fields_by_name['spec'].message_type = _EXECUTIONSPEC @@ -893,6 +900,7 @@ _EXECUTIONSPEC.fields_by_name['notifications'].message_type = _NOTIFICATIONLIST _EXECUTIONSPEC.fields_by_name['labels'].message_type = flyteidl_dot_admin_dot_common__pb2._LABELS _EXECUTIONSPEC.fields_by_name['annotations'].message_type = flyteidl_dot_admin_dot_common__pb2._ANNOTATIONS +_EXECUTIONSPEC.fields_by_name['auth_role'].message_type = flyteidl_dot_admin_dot_common__pb2._AUTHROLE _EXECUTIONSPEC.oneofs_by_name['notification_overrides'].fields.append( _EXECUTIONSPEC.fields_by_name['notifications']) _EXECUTIONSPEC.fields_by_name['notifications'].containing_oneof = _EXECUTIONSPEC.oneofs_by_name['notification_overrides'] diff --git a/gen/pb_python/flyteidl/admin/launch_plan_pb2.py b/gen/pb_python/flyteidl/admin/launch_plan_pb2.py index 455ea17ba..089ba190d 100644 --- a/gen/pb_python/flyteidl/admin/launch_plan_pb2.py +++ b/gen/pb_python/flyteidl/admin/launch_plan_pb2.py @@ -27,7 +27,7 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n flyteidl/admin/launch_plan.proto\x12\x0e\x66lyteidl.admin\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1d\x66lyteidl/admin/schedule.proto\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"n\n\x17LaunchPlanCreateRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12,\n\x04spec\x18\x02 \x01(\x0b\x32\x1e.flyteidl.admin.LaunchPlanSpec\"\x1a\n\x18LaunchPlanCreateResponse\"\x95\x01\n\nLaunchPlan\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12,\n\x04spec\x18\x02 \x01(\x0b\x32\x1e.flyteidl.admin.LaunchPlanSpec\x12\x32\n\x07\x63losure\x18\x03 \x01(\x0b\x32!.flyteidl.admin.LaunchPlanClosure\"Q\n\x0eLaunchPlanList\x12\x30\n\x0claunch_plans\x18\x01 \x03(\x0b\x32\x1a.flyteidl.admin.LaunchPlan\x12\r\n\x05token\x18\x02 \x01(\t\"T\n\x04\x41uth\x12\x1c\n\x12\x61ssumable_iam_role\x18\x01 \x01(\tH\x00\x12$\n\x1akubernetes_service_account\x18\x02 \x01(\tH\x00\x42\x08\n\x06method\"\xf3\x02\n\x0eLaunchPlanSpec\x12.\n\x0bworkflow_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12;\n\x0f\x65ntity_metadata\x18\x02 \x01(\x0b\x32\".flyteidl.admin.LaunchPlanMetadata\x12\x33\n\x0e\x64\x65\x66\x61ult_inputs\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.ParameterMap\x12/\n\x0c\x66ixed_inputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x10\n\x04role\x18\x05 \x01(\tB\x02\x18\x01\x12&\n\x06labels\x18\x06 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x07 \x01(\x0b\x32\x1b.flyteidl.admin.Annotations\x12\"\n\x04\x61uth\x18\x08 \x01(\x0b\x32\x14.flyteidl.admin.Auth\"\x8f\x02\n\x11LaunchPlanClosure\x12.\n\x05state\x18\x01 \x01(\x0e\x32\x1f.flyteidl.admin.LaunchPlanState\x12\x34\n\x0f\x65xpected_inputs\x18\x02 \x01(\x0b\x32\x1b.flyteidl.core.ParameterMap\x12\x34\n\x10\x65xpected_outputs\x18\x03 \x01(\x0b\x32\x1a.flyteidl.core.VariableMap\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"u\n\x12LaunchPlanMetadata\x12*\n\x08schedule\x18\x01 \x01(\x0b\x32\x18.flyteidl.admin.Schedule\x12\x33\n\rnotifications\x18\x02 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"p\n\x17LaunchPlanUpdateRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12.\n\x05state\x18\x02 \x01(\x0e\x32\x1f.flyteidl.admin.LaunchPlanState\"\x1a\n\x18LaunchPlanUpdateResponse\"L\n\x17\x41\x63tiveLaunchPlanRequest\x12\x31\n\x02id\x18\x01 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\"\x83\x01\n\x1b\x41\x63tiveLaunchPlanListRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\r\x12\r\n\x05token\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort*+\n\x0fLaunchPlanState\x12\x0c\n\x08INACTIVE\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n flyteidl/admin/launch_plan.proto\x12\x0e\x66lyteidl.admin\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1d\x66lyteidl/core/interface.proto\x1a\x1d\x66lyteidl/admin/schedule.proto\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"n\n\x17LaunchPlanCreateRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12,\n\x04spec\x18\x02 \x01(\x0b\x32\x1e.flyteidl.admin.LaunchPlanSpec\"\x1a\n\x18LaunchPlanCreateResponse\"\x95\x01\n\nLaunchPlan\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12,\n\x04spec\x18\x02 \x01(\x0b\x32\x1e.flyteidl.admin.LaunchPlanSpec\x12\x32\n\x07\x63losure\x18\x03 \x01(\x0b\x32!.flyteidl.admin.LaunchPlanClosure\"Q\n\x0eLaunchPlanList\x12\x30\n\x0claunch_plans\x18\x01 \x03(\x0b\x32\x1a.flyteidl.admin.LaunchPlan\x12\r\n\x05token\x18\x02 \x01(\t\"T\n\x04\x41uth\x12\x1c\n\x12\x61ssumable_iam_role\x18\x01 \x01(\tH\x00\x12$\n\x1akubernetes_service_account\x18\x02 \x01(\tH\x00\x42\x08\n\x06method\"\xa4\x03\n\x0eLaunchPlanSpec\x12.\n\x0bworkflow_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12;\n\x0f\x65ntity_metadata\x18\x02 \x01(\x0b\x32\".flyteidl.admin.LaunchPlanMetadata\x12\x33\n\x0e\x64\x65\x66\x61ult_inputs\x18\x03 \x01(\x0b\x32\x1b.flyteidl.core.ParameterMap\x12/\n\x0c\x66ixed_inputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12\x10\n\x04role\x18\x05 \x01(\tB\x02\x18\x01\x12&\n\x06labels\x18\x06 \x01(\x0b\x32\x16.flyteidl.admin.Labels\x12\x30\n\x0b\x61nnotations\x18\x07 \x01(\x0b\x32\x1b.flyteidl.admin.Annotations\x12&\n\x04\x61uth\x18\x08 \x01(\x0b\x32\x14.flyteidl.admin.AuthB\x02\x18\x01\x12+\n\tauth_role\x18\t \x01(\x0b\x32\x18.flyteidl.admin.AuthRole\"\x8f\x02\n\x11LaunchPlanClosure\x12.\n\x05state\x18\x01 \x01(\x0e\x32\x1f.flyteidl.admin.LaunchPlanState\x12\x34\n\x0f\x65xpected_inputs\x18\x02 \x01(\x0b\x32\x1b.flyteidl.core.ParameterMap\x12\x34\n\x10\x65xpected_outputs\x18\x03 \x01(\x0b\x32\x1a.flyteidl.core.VariableMap\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"u\n\x12LaunchPlanMetadata\x12*\n\x08schedule\x18\x01 \x01(\x0b\x32\x18.flyteidl.admin.Schedule\x12\x33\n\rnotifications\x18\x02 \x03(\x0b\x32\x1c.flyteidl.admin.Notification\"p\n\x17LaunchPlanUpdateRequest\x12%\n\x02id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12.\n\x05state\x18\x02 \x01(\x0e\x32\x1f.flyteidl.admin.LaunchPlanState\"\x1a\n\x18LaunchPlanUpdateResponse\"L\n\x17\x41\x63tiveLaunchPlanRequest\x12\x31\n\x02id\x18\x01 \x01(\x0b\x32%.flyteidl.admin.NamedEntityIdentifier\"\x83\x01\n\x1b\x41\x63tiveLaunchPlanListRequest\x12\x0f\n\x07project\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\r\x12\r\n\x05token\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort*+\n\x0fLaunchPlanState\x12\x0c\n\x08INACTIVE\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_interface__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_schedule__pb2.DESCRIPTOR,flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=1820, - serialized_end=1863, + serialized_start=1869, + serialized_end=1912, ) _sym_db.RegisterEnumDescriptor(_LAUNCHPLANSTATE) @@ -307,6 +307,13 @@ has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, + serialized_options=_b('\030\001'), file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='auth_role', full_name='flyteidl.admin.LaunchPlanSpec.auth_role', index=8, + number=9, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ @@ -321,7 +328,7 @@ oneofs=[ ], serialized_start=700, - serialized_end=1071, + serialized_end=1120, ) @@ -379,8 +386,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1074, - serialized_end=1345, + serialized_start=1123, + serialized_end=1394, ) @@ -417,8 +424,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1347, - serialized_end=1464, + serialized_start=1396, + serialized_end=1513, ) @@ -455,8 +462,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1466, - serialized_end=1578, + serialized_start=1515, + serialized_end=1627, ) @@ -479,8 +486,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1580, - serialized_end=1606, + serialized_start=1629, + serialized_end=1655, ) @@ -510,8 +517,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1608, - serialized_end=1684, + serialized_start=1657, + serialized_end=1733, ) @@ -569,8 +576,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1687, - serialized_end=1818, + serialized_start=1736, + serialized_end=1867, ) _LAUNCHPLANCREATEREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._IDENTIFIER @@ -592,6 +599,7 @@ _LAUNCHPLANSPEC.fields_by_name['labels'].message_type = flyteidl_dot_admin_dot_common__pb2._LABELS _LAUNCHPLANSPEC.fields_by_name['annotations'].message_type = flyteidl_dot_admin_dot_common__pb2._ANNOTATIONS _LAUNCHPLANSPEC.fields_by_name['auth'].message_type = _AUTH +_LAUNCHPLANSPEC.fields_by_name['auth_role'].message_type = flyteidl_dot_admin_dot_common__pb2._AUTHROLE _LAUNCHPLANCLOSURE.fields_by_name['state'].enum_type = _LAUNCHPLANSTATE _LAUNCHPLANCLOSURE.fields_by_name['expected_inputs'].message_type = flyteidl_dot_core_dot_interface__pb2._PARAMETERMAP _LAUNCHPLANCLOSURE.fields_by_name['expected_outputs'].message_type = flyteidl_dot_core_dot_interface__pb2._VARIABLEMAP @@ -705,4 +713,5 @@ DESCRIPTOR._options = None _LAUNCHPLANSPEC.fields_by_name['role']._options = None +_LAUNCHPLANSPEC.fields_by_name['auth']._options = None # @@protoc_insertion_point(module_scope) diff --git a/gen/pb_python/flyteidl/service/flyteadmin/README.md b/gen/pb_python/flyteidl/service/flyteadmin/README.md index d07bf8585..d9771eef4 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -122,6 +122,7 @@ Class | Method | HTTP request | Description - [AdminAbortMetadata](docs/AdminAbortMetadata.md) - [AdminAnnotations](docs/AdminAnnotations.md) - [AdminAuth](docs/AdminAuth.md) + - [AdminAuthRole](docs/AdminAuthRole.md) - [AdminClusterResourceAttributes](docs/AdminClusterResourceAttributes.md) - [AdminDomain](docs/AdminDomain.md) - [AdminEmailNotification](docs/AdminEmailNotification.md) diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index e6aa3538f..33b76b8d8 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -25,6 +25,7 @@ from flyteadmin.models.admin_abort_metadata import AdminAbortMetadata from flyteadmin.models.admin_annotations import AdminAnnotations from flyteadmin.models.admin_auth import AdminAuth +from flyteadmin.models.admin_auth_role import AdminAuthRole from flyteadmin.models.admin_cluster_resource_attributes import AdminClusterResourceAttributes from flyteadmin.models.admin_domain import AdminDomain from flyteadmin.models.admin_email_notification import AdminEmailNotification diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index 8288f7edd..aaf87967b 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -18,6 +18,7 @@ from flyteadmin.models.admin_abort_metadata import AdminAbortMetadata from flyteadmin.models.admin_annotations import AdminAnnotations from flyteadmin.models.admin_auth import AdminAuth +from flyteadmin.models.admin_auth_role import AdminAuthRole from flyteadmin.models.admin_cluster_resource_attributes import AdminClusterResourceAttributes from flyteadmin.models.admin_domain import AdminDomain from flyteadmin.models.admin_email_notification import AdminEmailNotification diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_auth_role.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_auth_role.py new file mode 100644 index 000000000..e53153d30 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_auth_role.py @@ -0,0 +1,141 @@ +# 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 AdminAuthRole(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 = { + 'assumable_iam_role': 'str', + 'kubernetes_service_account': 'str' + } + + attribute_map = { + 'assumable_iam_role': 'assumable_iam_role', + 'kubernetes_service_account': 'kubernetes_service_account' + } + + def __init__(self, assumable_iam_role=None, kubernetes_service_account=None): # noqa: E501 + """AdminAuthRole - a model defined in Swagger""" # noqa: E501 + + self._assumable_iam_role = None + self._kubernetes_service_account = None + self.discriminator = None + + if assumable_iam_role is not None: + self.assumable_iam_role = assumable_iam_role + if kubernetes_service_account is not None: + self.kubernetes_service_account = kubernetes_service_account + + @property + def assumable_iam_role(self): + """Gets the assumable_iam_role of this AdminAuthRole. # noqa: E501 + + + :return: The assumable_iam_role of this AdminAuthRole. # noqa: E501 + :rtype: str + """ + return self._assumable_iam_role + + @assumable_iam_role.setter + def assumable_iam_role(self, assumable_iam_role): + """Sets the assumable_iam_role of this AdminAuthRole. + + + :param assumable_iam_role: The assumable_iam_role of this AdminAuthRole. # noqa: E501 + :type: str + """ + + self._assumable_iam_role = assumable_iam_role + + @property + def kubernetes_service_account(self): + """Gets the kubernetes_service_account of this AdminAuthRole. # noqa: E501 + + + :return: The kubernetes_service_account of this AdminAuthRole. # noqa: E501 + :rtype: str + """ + return self._kubernetes_service_account + + @kubernetes_service_account.setter + def kubernetes_service_account(self, kubernetes_service_account): + """Sets the kubernetes_service_account of this AdminAuthRole. + + + :param kubernetes_service_account: The kubernetes_service_account of this AdminAuthRole. # noqa: E501 + :type: str + """ + + self._kubernetes_service_account = kubernetes_service_account + + 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(AdminAuthRole, 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, AdminAuthRole): + 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/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_spec.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_spec.py index 14f38d719..b6dc818b5 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_spec.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_execution_spec.py @@ -17,6 +17,7 @@ import six from flyteadmin.models.admin_annotations import AdminAnnotations # noqa: F401,E501 +from flyteadmin.models.admin_auth_role import AdminAuthRole # noqa: F401,E501 from flyteadmin.models.admin_execution_metadata import AdminExecutionMetadata # noqa: F401,E501 from flyteadmin.models.admin_labels import AdminLabels # noqa: F401,E501 from flyteadmin.models.admin_notification_list import AdminNotificationList # noqa: F401,E501 @@ -44,7 +45,8 @@ class AdminExecutionSpec(object): 'notifications': 'AdminNotificationList', 'disable_all': 'bool', 'labels': 'AdminLabels', - 'annotations': 'AdminAnnotations' + 'annotations': 'AdminAnnotations', + 'auth_role': 'AdminAuthRole' } attribute_map = { @@ -54,10 +56,11 @@ class AdminExecutionSpec(object): 'notifications': 'notifications', 'disable_all': 'disable_all', 'labels': 'labels', - 'annotations': 'annotations' + 'annotations': 'annotations', + 'auth_role': 'auth_role' } - def __init__(self, launch_plan=None, inputs=None, metadata=None, notifications=None, disable_all=None, labels=None, annotations=None): # noqa: E501 + def __init__(self, launch_plan=None, inputs=None, metadata=None, notifications=None, disable_all=None, labels=None, annotations=None, auth_role=None): # noqa: E501 """AdminExecutionSpec - a model defined in Swagger""" # noqa: E501 self._launch_plan = None @@ -67,6 +70,7 @@ def __init__(self, launch_plan=None, inputs=None, metadata=None, notifications=N self._disable_all = None self._labels = None self._annotations = None + self._auth_role = None self.discriminator = None if launch_plan is not None: @@ -83,6 +87,8 @@ def __init__(self, launch_plan=None, inputs=None, metadata=None, notifications=N self.labels = labels if annotations is not None: self.annotations = annotations + if auth_role is not None: + self.auth_role = auth_role @property def launch_plan(self): @@ -239,6 +245,29 @@ def annotations(self, annotations): self._annotations = annotations + @property + def auth_role(self): + """Gets the auth_role of this AdminExecutionSpec. # noqa: E501 + + Optional: auth override to apply this execution. # noqa: E501 + + :return: The auth_role of this AdminExecutionSpec. # noqa: E501 + :rtype: AdminAuthRole + """ + return self._auth_role + + @auth_role.setter + def auth_role(self, auth_role): + """Sets the auth_role of this AdminExecutionSpec. + + Optional: auth override to apply this execution. # noqa: E501 + + :param auth_role: The auth_role of this AdminExecutionSpec. # noqa: E501 + :type: AdminAuthRole + """ + + self._auth_role = auth_role + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_launch_plan_spec.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_launch_plan_spec.py index 69ff2902e..9de7339b7 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_launch_plan_spec.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_launch_plan_spec.py @@ -18,6 +18,7 @@ from flyteadmin.models.admin_annotations import AdminAnnotations # noqa: F401,E501 from flyteadmin.models.admin_auth import AdminAuth # noqa: F401,E501 +from flyteadmin.models.admin_auth_role import AdminAuthRole # noqa: F401,E501 from flyteadmin.models.admin_labels import AdminLabels # noqa: F401,E501 from flyteadmin.models.admin_launch_plan_metadata import AdminLaunchPlanMetadata # noqa: F401,E501 from flyteadmin.models.core_identifier import CoreIdentifier # noqa: F401,E501 @@ -46,7 +47,8 @@ class AdminLaunchPlanSpec(object): 'role': 'str', 'labels': 'AdminLabels', 'annotations': 'AdminAnnotations', - 'auth': 'AdminAuth' + 'auth': 'AdminAuth', + 'auth_role': 'AdminAuthRole' } attribute_map = { @@ -57,10 +59,11 @@ class AdminLaunchPlanSpec(object): 'role': 'role', 'labels': 'labels', 'annotations': 'annotations', - 'auth': 'auth' + 'auth': 'auth', + 'auth_role': 'auth_role' } - def __init__(self, workflow_id=None, entity_metadata=None, default_inputs=None, fixed_inputs=None, role=None, labels=None, annotations=None, auth=None): # noqa: E501 + def __init__(self, workflow_id=None, entity_metadata=None, default_inputs=None, fixed_inputs=None, role=None, labels=None, annotations=None, auth=None, auth_role=None): # noqa: E501 """AdminLaunchPlanSpec - a model defined in Swagger""" # noqa: E501 self._workflow_id = None @@ -71,6 +74,7 @@ def __init__(self, workflow_id=None, entity_metadata=None, default_inputs=None, self._labels = None self._annotations = None self._auth = None + self._auth_role = None self.discriminator = None if workflow_id is not None: @@ -89,6 +93,8 @@ def __init__(self, workflow_id=None, entity_metadata=None, default_inputs=None, self.annotations = annotations if auth is not None: self.auth = auth + if auth_role is not None: + self.auth_role = auth_role @property def workflow_id(self): @@ -264,6 +270,27 @@ def auth(self, auth): self._auth = auth + @property + def auth_role(self): + """Gets the auth_role of this AdminLaunchPlanSpec. # noqa: E501 + + + :return: The auth_role of this AdminLaunchPlanSpec. # noqa: E501 + :rtype: AdminAuthRole + """ + return self._auth_role + + @auth_role.setter + def auth_role(self, auth_role): + """Sets the auth_role of this AdminLaunchPlanSpec. + + + :param auth_role: The auth_role of this AdminLaunchPlanSpec. # noqa: E501 + :type: AdminAuthRole + """ + + self._auth_role = auth_role + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_named_entity_state.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_named_entity_state.py index d36c4f69b..c2739d233 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_named_entity_state.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_named_entity_state.py @@ -26,8 +26,9 @@ class AdminNamedEntityState(object): """ allowed enum values """ - ACTIVE = "NAMED_ENTITY_ACTIVE" - ARCHIVED = "NAMED_ENTITY_ARCHIVED" + NAMED_ENTITY_ACTIVE = "NAMED_ENTITY_ACTIVE" + NAMED_ENTITY_ARCHIVED = "NAMED_ENTITY_ARCHIVED" + SYSTEM_GENERATED = "SYSTEM_GENERATED" """ Attributes: diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_auth_role.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_auth_role.py new file mode 100644 index 000000000..3b91984c1 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_auth_role.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_auth_role import AdminAuthRole # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestAdminAuthRole(unittest.TestCase): + """AdminAuthRole unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testAdminAuthRole(self): + """Test AdminAuthRole""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.admin_auth_role.AdminAuthRole() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/package.json b/package.json index 568e2ce41..dd443b393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lyft/flyteidl", - "version": "0.17.29", + "version": "0.17.30", "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs", "repository": { "type": "git", diff --git a/protos/flyteidl/admin/common.proto b/protos/flyteidl/admin/common.proto index 409165314..777431aa2 100644 --- a/protos/flyteidl/admin/common.proto +++ b/protos/flyteidl/admin/common.proto @@ -28,6 +28,9 @@ enum NamedEntityState { // Archived named entities are no longer visible in the UI. NAMED_ENTITY_ARCHIVED = 1; + + // System generated entities that aren't explicitly created or managed by a user. + SYSTEM_GENERATED = 2; } message NamedEntityMetadata { @@ -234,3 +237,11 @@ message Annotations { map values = 1; } +// Defines permissions associated with executions. +message AuthRole { + oneof method { + string assumable_iam_role = 1; + string kubernetes_service_account = 2; + } +} + diff --git a/protos/flyteidl/admin/execution.proto b/protos/flyteidl/admin/execution.proto index 79593767e..fd5031986 100644 --- a/protos/flyteidl/admin/execution.proto +++ b/protos/flyteidl/admin/execution.proto @@ -234,6 +234,9 @@ message ExecutionSpec { // Annotations to apply to the execution resource. Annotations annotations = 8; + // Optional: auth override to apply this execution. + AuthRole auth_role = 16; + } // Request to terminate an in-progress execution. This action is irreversible. diff --git a/protos/flyteidl/admin/launch_plan.proto b/protos/flyteidl/admin/launch_plan.proto index 0d29cdc4b..4d62d5903 100644 --- a/protos/flyteidl/admin/launch_plan.proto +++ b/protos/flyteidl/admin/launch_plan.proto @@ -88,7 +88,9 @@ message LaunchPlanSpec { Annotations annotations = 7; // Indicates the permission associated with workflow executions triggered with this launch plan. - Auth auth = 8; + Auth auth = 8 [deprecated=true]; + + AuthRole auth_role = 9; } // Values computed by the flyte platform after launch plan registration. diff --git a/setup.py b/setup.py index c17c4f2da..a0212e7af 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '0.17.29' +__version__ = '0.17.30' setup( name='flyteidl',