From 293dc9416c6c560aab88180104eb99ebcc5f4149 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Thu, 10 May 2018 11:50:11 +0100 Subject: [PATCH] Add authentication strategies to service definition. (#200) --- CHANGELOG.md | 1 + README.md | 22 +- api/api.pb.go | 550 ++++++++++++++++++----------------- api/api.proto | 129 ++++++-- api/api.swagger.json | 130 +++++++-- build/perf/nakama2.jmx | 41 --- console/console.swagger.json | 32 -- server/config.go | 4 +- 8 files changed, 493 insertions(+), 416 deletions(-) delete mode 100644 build/perf/nakama2.jmx diff --git a/CHANGELOG.md b/CHANGELOG.md index 433413841..50b02d048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ This release brings a large number of changes and new features to the server. It - Startup messages are more concise. - Log messages have been updated to be more useful in development. - Stdlib for the code runtime uses "snake_case" consistently across variables and function names. +- The base image for our Docker images now uses Alpine Linux. ### Fixed - Build dependencies are now vendored and build system is simplified. diff --git a/README.md b/README.md index 457848600..65a3a2c5f 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,9 @@ You can run the servers with native binaries for your platform. When connected you'll see server output which describes all settings the server uses for [configuration](https://heroiclabs.com/docs/install-configuration). -```shell -{"level":"info","ts":"2018-04-29T10:14:41.249+0100","msg":"Node","name":"nakama","version":"2.0.0+7e18b09","runtime":"go1.10.1","cpu":4} -{"level":"info","ts":"2018-04-29T10:14:41.249+0100","msg":"Database connections","dsns":["root@127.0.0.1:26257"]} -... -``` +> {"level":"info","ts":"2018-04-29T10:14:41.249+0100","msg":"Node","name":"nakama","version":"2.0.0+7e18b09","runtime":"go1.10.1","cpu":4} +> {"level":"info","ts":"2018-04-29T10:14:41.249+0100","msg":"Database connections","dsns":["root@127.0.0.1:26257"]} +> ... ## Usage @@ -70,13 +68,17 @@ Nakama supports a variety of protocols optimized for various gameplay or app use For example with the REST API to authenticate a user account with a custom identifier. ```shell -curl "http://127.0.0.1:7350/v2/account/authenticate/custom?username=allmight&create=true" --user 'defaultkey:' --data '{"id": "someuniqueidentifier"}' - -{ - "token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1MjQ5OTU2NDksInVpZCI6Ijk5Y2Q1YzUyLWE5ODgtNGI2NC04YThhLTVmMTM5YTg4MTgxMiIsInVzbiI6InhBb1RxTUVSdFgifQ.-3_rXNYx3Q4jKuS7RkxeMWBzMNAm0vl93QxzRI8p_IY" -} +curl "http://127.0.0.1:7350/v2/account/authenticate/custom?create=true&username=allmight" \ + --user "defaultkey:" \ + --data '{"id": "someuniqueidentifier"}' ``` +Response: + +> { +> "token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1MjQ5OTU2NDksInVpZCI6Ijk5Y2Q1YzUyLWE5ODgtNGI2NC04YThhLTVmMTM5YTg4MTgxMiIsInVzbiI6InhBb1RxTUVSdFgifQ.-3_rXNYx3Q4jKuS7RkxeMWBzMNAm0vl93QxzRI8p_IY" +> } + There's a number of official [client libraries](https://github.com/heroiclabs) available on GitHub with [documentation](https://heroiclabs.com/docs). The current platform/language support includes: .NET (in C#), Unity engine, JavaScript, Java (with Android), Unreal engine, and Swift (with iOS). If you'd like to contribute a client or request one let us know. ## Deployment diff --git a/api/api.pb.go b/api/api.pb.go index f82707fab..ad318efb2 100644 --- a/api/api.pb.go +++ b/api/api.pb.go @@ -3069,7 +3069,7 @@ type NakamaClient interface { DeleteGroup(ctx context.Context, in *DeleteGroupRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) // Delete a leaderboard record. DeleteLeaderboardRecord(ctx context.Context, in *DeleteLeaderboardRecordRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) - // Delete one or more users by ID or username. + // Delete one or more notifications for the current user. DeleteNotifications(ctx context.Context, in *DeleteNotificationsRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) // Delete one or more objects by ID or username. DeleteStorageObjects(ctx context.Context, in *DeleteStorageObjectsRequest, opts ...grpc.CallOption) (*google_protobuf1.Empty, error) @@ -3665,7 +3665,7 @@ type NakamaServer interface { DeleteGroup(context.Context, *DeleteGroupRequest) (*google_protobuf1.Empty, error) // Delete a leaderboard record. DeleteLeaderboardRecord(context.Context, *DeleteLeaderboardRecordRequest) (*google_protobuf1.Empty, error) - // Delete one or more users by ID or username. + // Delete one or more notifications for the current user. DeleteNotifications(context.Context, *DeleteNotificationsRequest) (*google_protobuf1.Empty, error) // Delete one or more objects by ID or username. DeleteStorageObjects(context.Context, *DeleteStorageObjectsRequest) (*google_protobuf1.Empty, error) @@ -4927,274 +4927,280 @@ var _Nakama_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("api/api.proto", fileDescriptor0) } var fileDescriptor0 = []byte{ - // 4302 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x7c, 0xcf, 0x6f, 0x1c, 0x47, - 0x76, 0xff, 0xb7, 0xe7, 0x07, 0x67, 0xe6, 0x0d, 0x49, 0x0d, 0x8b, 0x14, 0x3d, 0x1c, 0x92, 0x12, - 0xd5, 0x92, 0x2c, 0x99, 0x6b, 0x73, 0xf4, 0xa5, 0x36, 0xb1, 0xa1, 0x05, 0x1c, 0x51, 0xe4, 0x48, - 0x19, 0x4b, 0xa2, 0x95, 0x26, 0x29, 0x07, 0x0e, 0x16, 0xe3, 0x66, 0x77, 0x69, 0xd8, 0x66, 0x4f, - 0x77, 0xbb, 0xbb, 0x87, 0x12, 0x2d, 0x08, 0x0e, 0x16, 0x01, 0xd6, 0xa7, 0xc5, 0x62, 0x93, 0x43, - 0x80, 0x00, 0xc9, 0xc2, 0x7b, 0x59, 0x04, 0x48, 0xfe, 0x82, 0x5c, 0x83, 0xdc, 0x13, 0x20, 0x58, - 0xe4, 0x94, 0x43, 0x8e, 0xf9, 0x03, 0x02, 0xec, 0x25, 0xa8, 0x1f, 0xfd, 0xa3, 0xfa, 0xc7, 0xcc, - 0x90, 0x94, 0x9d, 0x8b, 0x34, 0x55, 0xfd, 0xea, 0xbd, 0x57, 0x55, 0xef, 0xbd, 0xfa, 0xd4, 0xab, - 0x27, 0xc1, 0x8c, 0xea, 0x18, 0x6d, 0xd5, 0x31, 0x36, 0x1c, 0xd7, 0xf6, 0x6d, 0x04, 0x96, 0x7a, - 0xac, 0x0e, 0xd4, 0x0d, 0xd5, 0x31, 0x5a, 0x2b, 0x7d, 0xdb, 0xee, 0x9b, 0xb8, 0x4d, 0x29, 0x2c, - 0xcb, 0xf6, 0x55, 0xdf, 0xb0, 0x2d, 0x8f, 0x51, 0xb6, 0x96, 0xf9, 0x57, 0xda, 0x3a, 0x1c, 0xbe, - 0x68, 0xe3, 0x81, 0xe3, 0x9f, 0xf2, 0x8f, 0x57, 0x93, 0x1f, 0x7d, 0x63, 0x80, 0x3d, 0x5f, 0x1d, - 0x38, 0x9c, 0xe0, 0x4a, 0x92, 0xe0, 0xa5, 0xab, 0x3a, 0x0e, 0x76, 0x03, 0xee, 0xef, 0xd3, 0xbf, - 0xb4, 0x0f, 0xfa, 0xd8, 0xfa, 0xc0, 0x7b, 0xa9, 0xf6, 0xfb, 0xd8, 0x6d, 0xdb, 0x0e, 0x95, 0x9f, - 0xd6, 0x45, 0xfe, 0x6f, 0x09, 0x2a, 0x5b, 0x9a, 0x66, 0x0f, 0x2d, 0x1f, 0xdd, 0x80, 0xd2, 0xd0, - 0xc3, 0x6e, 0x53, 0x5a, 0x93, 0x6e, 0xd7, 0x37, 0x1b, 0x1b, 0xd1, 0x84, 0x36, 0x0e, 0x3c, 0xec, - 0x2a, 0xf4, 0x2b, 0x5a, 0x84, 0xa9, 0x97, 0xaa, 0x69, 0x62, 0xbf, 0x59, 0x58, 0x93, 0x6e, 0xd7, - 0x14, 0xde, 0x42, 0x0b, 0x50, 0xc6, 0x03, 0xd5, 0x30, 0x9b, 0x45, 0xda, 0xcd, 0x1a, 0xe8, 0x2e, - 0x54, 0x74, 0x7c, 0x62, 0x68, 0xd8, 0x6b, 0x96, 0xd6, 0x8a, 0xb7, 0xeb, 0x9b, 0x4b, 0x71, 0xb6, - 0x5c, 0xf2, 0x0e, 0xa5, 0x50, 0x02, 0x4a, 0xb4, 0x0c, 0x35, 0x6d, 0xe8, 0xf9, 0xf6, 0xa0, 0x67, - 0xe8, 0xcd, 0x32, 0x65, 0x57, 0x65, 0x1d, 0x5d, 0x1d, 0xfd, 0x04, 0xea, 0x27, 0xd8, 0x35, 0x5e, - 0x9c, 0xf6, 0xc8, 0xca, 0x34, 0xa7, 0xa8, 0xb2, 0xad, 0x0d, 0xb6, 0x2a, 0x1b, 0xc1, 0xaa, 0x6c, - 0xec, 0x07, 0xcb, 0xa6, 0x00, 0x23, 0x27, 0x1d, 0xf2, 0x55, 0x98, 0xe1, 0x32, 0xb7, 0x29, 0x3f, - 0x34, 0x0b, 0x05, 0x43, 0xa7, 0x33, 0xae, 0x29, 0x05, 0x43, 0x8f, 0x11, 0x30, 0xa5, 0x52, 0x04, - 0xf7, 0x61, 0x9a, 0x13, 0x74, 0xe8, 0x04, 0xc3, 0x69, 0x4b, 0xf1, 0x69, 0xb7, 0xa0, 0xea, 0xa8, - 0x9e, 0xf7, 0xd2, 0x76, 0x75, 0xbe, 0x4c, 0x61, 0x5b, 0xbe, 0x05, 0x97, 0x38, 0x87, 0x87, 0xaa, - 0x86, 0x0f, 0x6d, 0xfb, 0x98, 0x30, 0xf1, 0xed, 0x63, 0x6c, 0x05, 0x4c, 0x68, 0x43, 0xfe, 0x57, - 0x09, 0xe6, 0x38, 0xe5, 0x23, 0x75, 0x80, 0xb7, 0xb1, 0xe5, 0x63, 0x97, 0x2c, 0x8e, 0x63, 0xaa, - 0xa7, 0xd8, 0xed, 0x85, 0x7a, 0x55, 0x59, 0x47, 0x57, 0x27, 0x1f, 0x0f, 0x87, 0x96, 0x6e, 0x62, - 0xf2, 0x91, 0x0b, 0x66, 0x1d, 0x5d, 0x1d, 0xfd, 0x08, 0xe6, 0x42, 0x63, 0xea, 0x79, 0x58, 0xb3, - 0x2d, 0xdd, 0xa3, 0xbb, 0x55, 0x54, 0x1a, 0xe1, 0x87, 0x3d, 0xd6, 0x8f, 0x10, 0x94, 0x3c, 0xd5, - 0xf4, 0x9b, 0x25, 0xca, 0x84, 0xfe, 0x46, 0x2b, 0x50, 0xf3, 0x8c, 0xbe, 0xa5, 0xfa, 0x43, 0x17, - 0xf3, 0x7d, 0x89, 0x3a, 0xd0, 0x0d, 0x98, 0x75, 0x86, 0x87, 0xa6, 0xa1, 0xf5, 0x8e, 0xf1, 0x69, - 0x6f, 0xe8, 0x9a, 0x74, 0x6f, 0x6a, 0xca, 0x34, 0xeb, 0x7d, 0x8c, 0x4f, 0x0f, 0x5c, 0x53, 0xbe, - 0x19, 0x2e, 0xf0, 0x23, 0xba, 0x63, 0x39, 0x73, 0xbf, 0x11, 0x2e, 0xf3, 0x9e, 0x8f, 0xd5, 0x41, - 0x0e, 0xd5, 0x36, 0xcc, 0x6d, 0xe9, 0xfa, 0x43, 0xd7, 0xc0, 0x96, 0xee, 0x29, 0xf8, 0xab, 0x21, - 0xf6, 0x7c, 0xd4, 0x80, 0xa2, 0xa1, 0x7b, 0x4d, 0x69, 0xad, 0x78, 0xbb, 0xa6, 0x90, 0x9f, 0x44, - 0x6f, 0x62, 0xba, 0x96, 0x3a, 0xc0, 0x5e, 0xb3, 0x40, 0xfb, 0xa3, 0x0e, 0xf9, 0x09, 0x2c, 0x6c, - 0xe9, 0xfa, 0x23, 0xd7, 0x1e, 0x3a, 0xc4, 0xcc, 0x43, 0x3e, 0x4b, 0x50, 0xed, 0x93, 0xce, 0x68, - 0x9d, 0x2b, 0xb4, 0xdd, 0xd5, 0xc9, 0x27, 0x32, 0xbe, 0x47, 0xe4, 0x30, 0x7e, 0x15, 0xd2, 0xee, - 0xea, 0x9e, 0xfc, 0x6b, 0x09, 0x96, 0xb6, 0x86, 0xfe, 0x11, 0xb6, 0x7c, 0x43, 0x53, 0x7d, 0xcc, - 0xec, 0x2c, 0xe0, 0x79, 0x17, 0x2a, 0x2a, 0x9b, 0x16, 0xf7, 0xb2, 0x2c, 0x77, 0xe0, 0x43, 0x02, - 0x4a, 0xb4, 0x09, 0x53, 0x9a, 0x8b, 0x55, 0x1f, 0xd3, 0x1d, 0xcd, 0x32, 0xf6, 0x07, 0xb6, 0x6d, - 0x3e, 0x57, 0xcd, 0x21, 0x56, 0x38, 0x25, 0x31, 0xc0, 0x60, 0x86, 0xdc, 0x21, 0xc3, 0x76, 0x4a, - 0x45, 0xee, 0x7e, 0x67, 0x51, 0x31, 0xf0, 0xd8, 0xef, 0x4b, 0xc5, 0xbf, 0x95, 0xa0, 0x19, 0x57, - 0x91, 0xfa, 0x5a, 0xa0, 0xe1, 0x66, 0x52, 0xc3, 0x66, 0x86, 0x86, 0x6c, 0xc4, 0xf7, 0xa6, 0xe0, - 0xef, 0x24, 0x58, 0x8e, 0x2b, 0x18, 0xb8, 0x72, 0xa0, 0xe3, 0x1f, 0x24, 0x75, 0x5c, 0xce, 0xd0, - 0x31, 0x1c, 0xf4, 0x7d, 0xa9, 0x49, 0xf8, 0x19, 0x03, 0xc7, 0x76, 0x99, 0x1f, 0x8f, 0xe1, 0xc7, - 0x28, 0xe5, 0xdf, 0x4a, 0xb0, 0x1a, 0x9f, 0x5a, 0x14, 0x7b, 0x82, 0xc9, 0x7d, 0x98, 0x9c, 0xdc, - 0x6a, 0xc6, 0xe4, 0x62, 0xc3, 0x7e, 0x30, 0x4b, 0x66, 0x21, 0xe5, 0x4c, 0x96, 0xcc, 0x87, 0xfc, - 0x60, 0x96, 0x4c, 0xc3, 0xd9, 0x99, 0x2c, 0x99, 0x8d, 0xf8, 0xde, 0x14, 0xec, 0xc0, 0xfc, 0x03, - 0xd3, 0xd6, 0x8e, 0x2f, 0x18, 0x45, 0xbf, 0x2d, 0xc2, 0xec, 0xf6, 0x91, 0x6a, 0x59, 0xd8, 0x7c, - 0x8a, 0x3d, 0x4f, 0xed, 0x63, 0xb4, 0x0a, 0xa0, 0xb1, 0x9e, 0x28, 0x84, 0xd6, 0x78, 0x4f, 0x57, - 0x27, 0x9f, 0x07, 0x8c, 0x32, 0x3a, 0xac, 0x6a, 0xbc, 0xa7, 0xab, 0xa3, 0x36, 0x94, 0x34, 0x5b, - 0x67, 0xfa, 0x12, 0xf7, 0x49, 0xce, 0xb2, 0x6b, 0xf9, 0x77, 0x37, 0xd9, 0x34, 0x29, 0x21, 0x39, - 0xfb, 0x3c, 0x6c, 0xe9, 0xec, 0x60, 0x64, 0xc7, 0x56, 0x95, 0x75, 0x74, 0x75, 0x61, 0x05, 0xca, - 0x09, 0x27, 0x69, 0x42, 0x45, 0xb3, 0x2d, 0x1f, 0x5b, 0x3e, 0x3f, 0xb1, 0x82, 0x26, 0xc1, 0x1a, - 0x6c, 0x05, 0x19, 0xd6, 0xa8, 0x8c, 0xc7, 0x1a, 0x8c, 0x9c, 0x74, 0x90, 0xc1, 0x43, 0x47, 0x0f, - 0x07, 0x57, 0xc7, 0x0f, 0x66, 0xe4, 0x74, 0xf0, 0x3d, 0x00, 0x82, 0xe9, 0x0c, 0x8f, 0xaa, 0x55, - 0x1b, 0xbb, 0xd3, 0x31, 0x6a, 0xf9, 0x17, 0x12, 0x20, 0x71, 0x2b, 0x9e, 0x18, 0x9e, 0x8f, 0xfe, - 0x10, 0xaa, 0x7c, 0x75, 0xd9, 0xb6, 0x12, 0x86, 0x31, 0x6b, 0x13, 0x47, 0x28, 0x21, 0x2d, 0xba, - 0x0a, 0x75, 0x0b, 0xbf, 0xf2, 0x7b, 0xda, 0xd0, 0xf5, 0x6c, 0x97, 0x6f, 0x14, 0x90, 0xae, 0x6d, - 0xda, 0x43, 0x08, 0x1c, 0x17, 0x9f, 0x04, 0x04, 0xcc, 0xc0, 0x80, 0x74, 0x31, 0x02, 0xf9, 0xaf, - 0x89, 0x42, 0x74, 0x61, 0xe8, 0x29, 0x1b, 0x98, 0x18, 0x82, 0x12, 0xdd, 0x0f, 0x66, 0x19, 0xf4, - 0x37, 0x5a, 0x83, 0xba, 0x8e, 0x3d, 0xcd, 0x35, 0x28, 0x62, 0xe5, 0xc2, 0xe2, 0x5d, 0xe4, 0xec, - 0x35, 0x55, 0xab, 0xdf, 0xf3, 0xd5, 0x3e, 0x17, 0x55, 0x21, 0xed, 0x7d, 0xb5, 0x4f, 0x2c, 0x4a, - 0x3d, 0x51, 0x7d, 0xd5, 0xa5, 0xe8, 0x83, 0x99, 0x40, 0x8d, 0xf5, 0x1c, 0xb8, 0x26, 0x91, 0x67, - 0x3b, 0xd8, 0xa2, 0xfb, 0x5f, 0x55, 0xe8, 0x6f, 0xf9, 0x21, 0x2c, 0xec, 0x60, 0x13, 0xfb, 0xf8, - 0x82, 0xe6, 0xdf, 0x06, 0xc4, 0xf8, 0x08, 0x33, 0xcc, 0x87, 0x10, 0xf2, 0x23, 0xb8, 0xc2, 0x06, - 0x3c, 0xc1, 0xaa, 0x8e, 0xdd, 0x43, 0x5b, 0x75, 0x75, 0x05, 0x6b, 0x36, 0xf9, 0x93, 0x0d, 0xbe, - 0x09, 0xb3, 0x66, 0xf4, 0x2d, 0x62, 0x31, 0x13, 0xeb, 0xed, 0xea, 0xf2, 0x06, 0xb4, 0x18, 0xa3, - 0x5d, 0xdb, 0x37, 0x5e, 0x90, 0x18, 0x43, 0xe0, 0x7d, 0xee, 0x3c, 0x64, 0x0d, 0x2e, 0x33, 0xfa, - 0x3d, 0xdf, 0x76, 0xd5, 0x3e, 0xfe, 0xf4, 0xf0, 0x4b, 0xac, 0xf9, 0x5d, 0x1d, 0x5d, 0x01, 0xd0, - 0x6c, 0xd3, 0xc4, 0x1a, 0x5d, 0x79, 0x26, 0x2b, 0xd6, 0x43, 0x58, 0x1d, 0xe3, 0x53, 0xbe, 0x25, - 0xe4, 0x27, 0x71, 0x9c, 0x13, 0x62, 0x76, 0xb6, 0x15, 0xec, 0x04, 0x6f, 0xca, 0x3d, 0x58, 0xce, - 0x10, 0x12, 0x6a, 0x75, 0x1f, 0xc0, 0xa6, 0x3d, 0xbd, 0x40, 0xb9, 0xfa, 0xe6, 0xb5, 0xb8, 0x31, - 0x66, 0x6a, 0xa8, 0xd4, 0x6c, 0xfe, 0xcb, 0x93, 0x7f, 0x23, 0xc1, 0x14, 0xdb, 0xb2, 0x09, 0xaf, - 0x2d, 0x0b, 0x50, 0xf6, 0xfc, 0x20, 0x6a, 0x96, 0x15, 0xd6, 0x90, 0x7f, 0x0a, 0xe5, 0x3d, 0xf2, - 0x03, 0x5d, 0x86, 0xb9, 0xbd, 0xfd, 0xad, 0xfd, 0x4e, 0xef, 0x60, 0x77, 0xef, 0x59, 0x67, 0xbb, - 0xfb, 0xb0, 0xdb, 0xd9, 0x69, 0xfc, 0x3f, 0x04, 0x30, 0xf5, 0x50, 0xe9, 0x76, 0x76, 0x77, 0x1a, - 0x12, 0xba, 0x04, 0xf5, 0xee, 0xee, 0xf3, 0xee, 0x7e, 0xa7, 0xb7, 0xd7, 0xd9, 0xdd, 0x6f, 0x14, - 0xd0, 0x3c, 0x5c, 0xe2, 0x1d, 0x4a, 0x67, 0xbb, 0xd3, 0x7d, 0xde, 0xd9, 0x69, 0x14, 0x51, 0x1d, - 0x2a, 0x0f, 0x9e, 0x7c, 0xba, 0xfd, 0xb8, 0xb3, 0xd3, 0x28, 0xc9, 0x1f, 0x42, 0x85, 0xdb, 0x15, - 0x7a, 0x1f, 0x2a, 0x2f, 0xd8, 0x4f, 0x3e, 0x5f, 0x14, 0x57, 0x94, 0x51, 0x29, 0x01, 0x89, 0xac, - 0xc3, 0xa5, 0x47, 0xd8, 0x17, 0xe0, 0xe8, 0x19, 0x2d, 0x12, 0x5d, 0x83, 0xe9, 0x17, 0x1c, 0x5f, - 0xd0, 0x55, 0x2e, 0x52, 0x82, 0x7a, 0xd0, 0x47, 0x16, 0xf1, 0xb7, 0x45, 0x28, 0x53, 0x7b, 0x4d, - 0xde, 0x72, 0x68, 0xe8, 0x26, 0x0e, 0x6b, 0xbb, 0xb1, 0xd8, 0xcc, 0x7b, 0xba, 0x7a, 0xe8, 0xb9, - 0xc5, 0x7c, 0xcf, 0x2d, 0x8d, 0xf6, 0xdc, 0xb2, 0xe8, 0xb9, 0x2d, 0x12, 0x9b, 0x7c, 0x55, 0x57, - 0x7d, 0x95, 0xc7, 0xe0, 0xb0, 0x9d, 0xf0, 0xea, 0x4a, 0xd2, 0xab, 0x37, 0xb8, 0x57, 0x57, 0xc7, - 0xc6, 0x48, 0x4a, 0x47, 0xd8, 0x61, 0xbd, 0x8f, 0x7b, 0xec, 0xd8, 0xad, 0x51, 0x6b, 0xa8, 0x91, - 0x9e, 0x6d, 0x7a, 0xbc, 0x2e, 0x43, 0x6d, 0xa0, 0xbe, 0xe2, 0x5f, 0x81, 0x7e, 0xad, 0x0e, 0xd4, - 0x57, 0xec, 0x63, 0xe2, 0x3c, 0xa8, 0x5f, 0xe4, 0x3c, 0x98, 0x3e, 0xcb, 0x79, 0x20, 0xef, 0x42, - 0x8d, 0xee, 0x14, 0x8d, 0xe4, 0xef, 0xc1, 0x14, 0x0d, 0x23, 0x81, 0x29, 0xcd, 0xc5, 0x4d, 0x89, - 0x05, 0x20, 0x4e, 0x40, 0x6e, 0xeb, 0x42, 0xdc, 0xe6, 0x2d, 0xf9, 0x7f, 0x24, 0x98, 0x09, 0xaf, - 0x3c, 0x94, 0xe9, 0x0e, 0xd4, 0x59, 0xac, 0x22, 0x26, 0x14, 0x70, 0xbe, 0x9e, 0xe2, 0x1c, 0xd0, - 0x47, 0x2d, 0x05, 0xfa, 0xe1, 0xdd, 0xa9, 0xf5, 0x6b, 0x89, 0x2b, 0x4a, 0x9a, 0x17, 0x72, 0xcd, - 0xcf, 0xc6, 0xb8, 0xe6, 0x2c, 0xc0, 0xde, 0xc1, 0xb3, 0x8e, 0xb2, 0xb5, 0xf3, 0xb4, 0xbb, 0xdb, - 0x90, 0x50, 0x0d, 0xca, 0xec, 0x67, 0x81, 0x78, 0xed, 0xd3, 0xce, 0xd3, 0x07, 0x1d, 0xa5, 0x51, - 0x44, 0x0d, 0x98, 0xfe, 0xe4, 0xd3, 0xee, 0x6e, 0x4f, 0xe9, 0xfc, 0xc9, 0x41, 0x67, 0x6f, 0xbf, - 0x51, 0x92, 0x7f, 0x2e, 0xc1, 0x4a, 0x97, 0x42, 0xdd, 0x00, 0x7f, 0x27, 0x62, 0xff, 0x39, 0xb1, - 0xfb, 0x1d, 0x28, 0xbb, 0xd8, 0xe3, 0x79, 0x91, 0xd1, 0x96, 0xc8, 0x08, 0xe5, 0x0f, 0xa0, 0xf1, - 0x89, 0x6d, 0x58, 0x93, 0x1e, 0x19, 0x4f, 0xe1, 0xf2, 0x63, 0x43, 0x3b, 0x7e, 0x5b, 0x37, 0xd5, - 0x7f, 0x2e, 0xc2, 0x5c, 0xea, 0xf0, 0x99, 0xf0, 0xd4, 0x21, 0x7c, 0xed, 0x97, 0x16, 0x8e, 0x85, - 0x87, 0x0a, 0x6d, 0x77, 0x75, 0xf4, 0x51, 0x02, 0x6c, 0xd6, 0x37, 0x57, 0x52, 0x4b, 0xb1, 0xe7, - 0xbb, 0x86, 0xd5, 0x67, 0x8b, 0x11, 0x01, 0x31, 0x62, 0x08, 0x9a, 0xed, 0x62, 0x1a, 0x3c, 0x8a, - 0x0a, 0x6b, 0x90, 0xd8, 0xe0, 0x0d, 0x0f, 0xd9, 0x87, 0x32, 0xfd, 0x10, 0xb6, 0x89, 0xb7, 0x5a, - 0xc3, 0x41, 0x8f, 0x7d, 0x9c, 0x62, 0xde, 0x6a, 0x0d, 0x07, 0x7b, 0xc1, 0xc0, 0x30, 0xa8, 0x54, - 0x12, 0x41, 0x25, 0xe1, 0xc9, 0xd5, 0x8b, 0x78, 0x72, 0xed, 0x4c, 0xc8, 0xee, 0x27, 0x50, 0xc7, - 0xaf, 0x1c, 0xc3, 0xe5, 0xf9, 0x2b, 0x18, 0x3f, 0x98, 0x91, 0xd3, 0xc1, 0x08, 0x4a, 0xae, 0x6a, - 0x1d, 0xd3, 0xc8, 0x53, 0x54, 0xe8, 0x6f, 0xf9, 0xdf, 0x25, 0xb8, 0x9c, 0xda, 0x47, 0xea, 0xd2, - 0x1f, 0x42, 0xc5, 0xa5, 0xad, 0xc0, 0x9d, 0x85, 0x7b, 0x5a, 0x1a, 0x78, 0x04, 0xd4, 0xe8, 0x01, - 0xcc, 0xb0, 0xdd, 0x0d, 0x86, 0x17, 0x26, 0x19, 0x3e, 0x4d, 0xc7, 0x28, 0x9c, 0x47, 0x02, 0x36, - 0x16, 0xc7, 0xc1, 0xc6, 0x52, 0x0a, 0x36, 0x6e, 0x50, 0xfb, 0x3c, 0x99, 0x18, 0x52, 0xfd, 0xb9, - 0x04, 0xf3, 0x4f, 0x0c, 0xeb, 0xf8, 0xed, 0xdd, 0xc5, 0xcf, 0x7c, 0x77, 0xfe, 0x27, 0x09, 0x5a, - 0x64, 0xe9, 0x45, 0x30, 0x1d, 0x3a, 0xea, 0x98, 0x1b, 0xd1, 0xff, 0x87, 0xb2, 0x69, 0x0c, 0x8c, - 0x20, 0x82, 0x8c, 0xbc, 0xf3, 0x30, 0x4a, 0xf4, 0x63, 0xa8, 0xbc, 0xb0, 0xdd, 0x97, 0xaa, 0xab, - 0x73, 0x5f, 0x1b, 0xa5, 0x65, 0x40, 0x1a, 0x3b, 0x15, 0x4a, 0xc2, 0xa9, 0xe0, 0xc2, 0x1c, 0xd1, - 0x9e, 0x2e, 0xb8, 0x37, 0x0a, 0xa6, 0xe7, 0x1c, 0x2b, 0xd1, 0x0c, 0x8a, 0x93, 0xce, 0x40, 0xde, - 0x84, 0xcb, 0xa1, 0xcc, 0x09, 0xa3, 0x9a, 0xfc, 0x8f, 0x12, 0xac, 0x92, 0x41, 0x29, 0x1b, 0xf4, - 0xce, 0x06, 0x9e, 0x49, 0xfc, 0x08, 0xc2, 0x58, 0x10, 0x1f, 0xab, 0x3c, 0x8e, 0x79, 0xe7, 0x98, - 0x4c, 0xee, 0xc2, 0xfe, 0x43, 0x01, 0x10, 0x51, 0xf8, 0xa9, 0xea, 0x6b, 0x47, 0x91, 0x3d, 0x84, - 0x12, 0xa4, 0x89, 0x25, 0xdc, 0x87, 0x19, 0x75, 0xe8, 0x1f, 0xd9, 0xae, 0xe1, 0xab, 0xbe, 0x71, - 0x32, 0x49, 0x16, 0x40, 0x1c, 0x80, 0x36, 0xa1, 0x6c, 0xaa, 0x87, 0xd8, 0x9c, 0x28, 0x38, 0x33, - 0x52, 0x7a, 0x77, 0x34, 0xac, 0x9e, 0x67, 0x7c, 0x8d, 0xb9, 0x37, 0x8c, 0xd4, 0xb5, 0x32, 0x30, - 0xac, 0x3d, 0xe3, 0x6b, 0x4c, 0xc7, 0xa9, 0xaf, 0xd8, 0xb8, 0xf2, 0x24, 0xe3, 0xd4, 0x57, 0x64, - 0x9c, 0xfc, 0x0a, 0x9a, 0x64, 0xb9, 0x32, 0xaf, 0x34, 0xe7, 0x58, 0xb4, 0xf7, 0xa0, 0xa1, 0xa9, - 0xda, 0x11, 0x56, 0x0f, 0x4d, 0x2c, 0xde, 0x63, 0x2f, 0x85, 0xfd, 0x3c, 0xe8, 0xfc, 0x9d, 0x04, - 0x4b, 0x44, 0x74, 0xf6, 0xc5, 0xe5, 0x1d, 0xa8, 0xf0, 0xe3, 0x94, 0xdb, 0xd3, 0x14, 0x3b, 0x4d, - 0x13, 0x97, 0xa7, 0x42, 0xea, 0xf2, 0xf4, 0x16, 0x6d, 0xe9, 0x0e, 0x73, 0x18, 0xe2, 0x2b, 0xa2, - 0xa3, 0xe6, 0x29, 0x27, 0xff, 0x52, 0x82, 0x32, 0xb5, 0x3c, 0xe2, 0x53, 0x03, 0xf2, 0x23, 0xe6, - 0x53, 0xb4, 0xdd, 0x25, 0xd7, 0xa8, 0x0c, 0xc3, 0xaa, 0xbe, 0x0d, 0xe3, 0x41, 0x50, 0x0a, 0x0d, - 0xa7, 0xac, 0xd0, 0xdf, 0xf2, 0x47, 0x50, 0xa3, 0x1a, 0xd1, 0x73, 0xea, 0x47, 0xc0, 0xb4, 0xc0, - 0x99, 0x80, 0x96, 0xd2, 0x29, 0x01, 0x85, 0xfc, 0x9f, 0x12, 0x4c, 0xc7, 0xed, 0x22, 0x75, 0x77, - 0x69, 0x42, 0xc5, 0x1b, 0xd2, 0x6d, 0x0b, 0x90, 0x09, 0x6f, 0xc6, 0x13, 0x3d, 0x45, 0x31, 0xd1, - 0x83, 0x78, 0xb2, 0x89, 0xab, 0x98, 0xce, 0x27, 0x95, 0x13, 0xf9, 0xa4, 0x04, 0x7e, 0x98, 0x3a, - 0x13, 0x7e, 0xb8, 0x22, 0x24, 0x77, 0x2a, 0x74, 0x9d, 0xe3, 0x09, 0x9c, 0x37, 0xd0, 0x88, 0xcf, - 0x90, 0xae, 0xd1, 0xc7, 0x30, 0x63, 0xc5, 0xbd, 0x81, 0xaf, 0x94, 0x90, 0x30, 0x8c, 0x0f, 0x52, - 0x44, 0xf2, 0xb3, 0xb8, 0xc0, 0x33, 0x68, 0x3e, 0x73, 0xed, 0x81, 0xcd, 0x93, 0x19, 0x6f, 0x01, - 0x6a, 0x7e, 0x01, 0xf3, 0x0a, 0x56, 0xf5, 0x8b, 0x67, 0x1c, 0x62, 0x26, 0x5e, 0x14, 0x4c, 0xfc, - 0xcf, 0x60, 0x29, 0x25, 0x21, 0x54, 0xfa, 0xe3, 0x8c, 0x74, 0xc3, 0xd5, 0xf8, 0xc2, 0x65, 0x28, - 0x17, 0x4f, 0x36, 0x7c, 0x02, 0x45, 0xc5, 0xd1, 0xb2, 0x0c, 0xcd, 0x51, 0x4f, 0x4d, 0x5b, 0x0d, - 0x21, 0x30, 0x6f, 0x92, 0xa5, 0x38, 0xf2, 0x7d, 0xa7, 0x47, 0xb4, 0xe7, 0x96, 0x46, 0xda, 0x8f, - 0xf1, 0xa9, 0xfc, 0x1c, 0x2a, 0x7b, 0xd8, 0xf3, 0xc8, 0xf4, 0x88, 0x39, 0x52, 0xa3, 0x60, 0x4c, - 0xab, 0x4a, 0xd0, 0x8c, 0x5e, 0xbb, 0x0a, 0xb1, 0xd7, 0x2e, 0x62, 0x90, 0x43, 0xdd, 0xe9, 0xb1, - 0x2f, 0x41, 0x1a, 0x57, 0x77, 0xf6, 0xe9, 0x53, 0xd8, 0xef, 0x0a, 0x30, 0x23, 0x4c, 0xe1, 0x2d, - 0xae, 0x2e, 0xd1, 0xe7, 0x84, 0x78, 0x34, 0x8f, 0x44, 0xac, 0x11, 0x4f, 0xff, 0x94, 0x85, 0xf4, - 0x0f, 0xba, 0x05, 0x97, 0x1c, 0xec, 0x0e, 0x0c, 0x3a, 0xcf, 0x9e, 0x8b, 0x55, 0x9d, 0x83, 0xf3, - 0xd9, 0xa8, 0x9b, 0xac, 0x39, 0xb1, 0xca, 0x18, 0xe1, 0x4b, 0xd7, 0xf0, 0x59, 0x96, 0xb5, 0xac, - 0xc4, 0x18, 0x7c, 0x46, 0xba, 0xff, 0xef, 0x10, 0xbb, 0xfc, 0x12, 0x1a, 0xc2, 0xca, 0x6e, 0x69, - 0xc7, 0x6f, 0x33, 0x59, 0x16, 0x5f, 0xf6, 0x92, 0x60, 0xd4, 0x1d, 0x98, 0x4b, 0x0a, 0xf6, 0xd0, - 0x1d, 0x28, 0xa9, 0xda, 0x71, 0x60, 0xc6, 0x2b, 0x71, 0x33, 0x4e, 0x12, 0x2b, 0x94, 0x52, 0xee, - 0xc0, 0xac, 0xe8, 0x17, 0xe8, 0x2e, 0x54, 0x98, 0x75, 0x07, 0x6c, 0x96, 0x72, 0xd9, 0x28, 0x01, - 0xa5, 0xfc, 0x45, 0x42, 0x1b, 0x1a, 0x96, 0xce, 0xc3, 0x29, 0x37, 0x29, 0xf1, 0xfb, 0x02, 0x2c, - 0x1c, 0xd0, 0x75, 0xe7, 0xa0, 0x3c, 0x70, 0xe0, 0xf8, 0x95, 0x52, 0x3a, 0xd3, 0x95, 0xf2, 0x8f, - 0x60, 0x5a, 0x37, 0x3c, 0xc7, 0x54, 0x4f, 0x7b, 0x74, 0x74, 0x61, 0x82, 0xd1, 0x75, 0x3e, 0x62, - 0x57, 0xa5, 0x96, 0x13, 0xcf, 0x3e, 0x4d, 0x72, 0xea, 0xc5, 0x72, 0x53, 0x1f, 0xc6, 0x32, 0x5e, - 0xa5, 0x09, 0x86, 0x86, 0xf9, 0xb0, 0x8f, 0xa0, 0x6a, 0xda, 0x2c, 0x74, 0x73, 0xdc, 0x34, 0x66, - 0xc2, 0x01, 0x35, 0x19, 0x49, 0x4c, 0xfc, 0x6b, 0xdb, 0x0a, 0x4e, 0xa5, 0x31, 0x23, 0x03, 0x6a, - 0xf9, 0x5f, 0x0a, 0x80, 0xd8, 0xea, 0x4f, 0x78, 0xe1, 0x22, 0xa6, 0x38, 0xf1, 0xa2, 0xb2, 0x7b, - 0xc3, 0xc7, 0x62, 0x92, 0xb0, 0x38, 0xd1, 0x6e, 0xc4, 0x52, 0x88, 0xe7, 0x5e, 0x50, 0x71, 0x1b, - 0xcb, 0x67, 0xdb, 0xc6, 0x20, 0xc5, 0x38, 0x35, 0x59, 0x8a, 0x51, 0xfe, 0x55, 0x09, 0x4a, 0x34, - 0xff, 0x95, 0x3c, 0x31, 0xe2, 0xaf, 0x50, 0x85, 0xc4, 0x2b, 0xd4, 0xb5, 0x84, 0xa5, 0x16, 0x79, - 0x02, 0x35, 0x66, 0x8b, 0x63, 0xde, 0x37, 0x46, 0xe7, 0x57, 0x43, 0x7b, 0xe2, 0xf9, 0xd5, 0xd0, - 0x62, 0x5a, 0x31, 0x8b, 0xe1, 0x69, 0x92, 0xa0, 0x2d, 0xa4, 0x50, 0xaa, 0x89, 0x14, 0xca, 0x55, - 0xa8, 0xc7, 0x12, 0xcc, 0x34, 0xa6, 0xd6, 0x14, 0x88, 0xf2, 0xcb, 0xe4, 0xbc, 0x62, 0x2b, 0x45, - 0x3e, 0x03, 0x1b, 0xcd, 0x3a, 0xba, 0x3a, 0xba, 0x0e, 0x33, 0x7d, 0x75, 0x80, 0x35, 0xfa, 0x42, - 0x4c, 0x08, 0xea, 0xac, 0x58, 0x24, 0xea, 0x64, 0x90, 0xc2, 0xf3, 0xb1, 0x4a, 0xeb, 0x80, 0xa6, - 0x39, 0x96, 0x23, 0xed, 0x2e, 0xbd, 0xc2, 0xda, 0x96, 0x69, 0x58, 0xb8, 0x39, 0x43, 0xcf, 0x4e, - 0xde, 0x4a, 0xa4, 0x77, 0x67, 0x93, 0xe9, 0xdd, 0xc4, 0x29, 0x72, 0xe9, 0x22, 0xa7, 0x48, 0xe3, - 0x4c, 0xa7, 0xc8, 0xef, 0x25, 0x98, 0x09, 0x31, 0x7b, 0x90, 0x71, 0xa5, 0x71, 0x5f, 0xc8, 0xe5, - 0x5e, 0x4f, 0x26, 0x49, 0x43, 0xfa, 0xa8, 0xa5, 0xc0, 0x30, 0x04, 0xff, 0xad, 0xdf, 0x48, 0x50, - 0x0b, 0xbf, 0xa0, 0x5b, 0x50, 0xa6, 0xec, 0x78, 0x98, 0xcc, 0xc8, 0x0c, 0xb3, 0xef, 0x3f, 0x74, - 0xd2, 0xb5, 0x0d, 0x65, 0x8a, 0x23, 0xd1, 0xbb, 0x50, 0x8e, 0x27, 0x98, 0xd3, 0x39, 0x61, 0xf6, - 0x59, 0xfe, 0xb6, 0x00, 0xab, 0xf4, 0xe0, 0xbf, 0xe0, 0xfb, 0x18, 0xfa, 0x53, 0x98, 0x62, 0x59, - 0x2c, 0x1e, 0xa6, 0xee, 0xc7, 0x25, 0x8e, 0x94, 0x90, 0x4e, 0x71, 0x51, 0x72, 0x85, 0xf3, 0x6b, - 0xbd, 0x80, 0xc5, 0x6c, 0x8a, 0x28, 0x91, 0x29, 0xe5, 0x25, 0x32, 0x0b, 0x89, 0x44, 0x66, 0xdc, - 0xd1, 0x8a, 0xa2, 0xa3, 0xc9, 0x7f, 0x51, 0x00, 0x44, 0xf9, 0x5e, 0x14, 0xdf, 0x85, 0x30, 0xae, - 0x98, 0x03, 0xe3, 0x4a, 0x22, 0x30, 0xd9, 0x49, 0xc3, 0xb8, 0x09, 0x2e, 0xf1, 0x49, 0x8c, 0xf7, - 0x30, 0x03, 0xe3, 0x4d, 0x8d, 0x67, 0x93, 0x04, 0x80, 0xf2, 0x73, 0x68, 0xa5, 0x57, 0xc1, 0x8b, - 0x20, 0x42, 0x02, 0x88, 0x5c, 0x49, 0xed, 0x73, 0x36, 0x1a, 0xd9, 0xfc, 0x6e, 0x03, 0xa6, 0x76, - 0x29, 0x29, 0xfa, 0x0c, 0x20, 0xaa, 0x27, 0x43, 0x62, 0x55, 0x4b, 0xb2, 0xce, 0xac, 0xb5, 0x98, - 0xd2, 0xbe, 0x33, 0x70, 0xfc, 0x53, 0x19, 0xfd, 0xec, 0xdf, 0xfe, 0xeb, 0x2f, 0x0b, 0xd3, 0x32, - 0xb4, 0x4f, 0x36, 0xdb, 0xec, 0x41, 0x0f, 0x59, 0x30, 0x23, 0xd4, 0x98, 0xa1, 0xb5, 0x04, 0xef, - 0xd4, 0x4d, 0x2b, 0x97, 0xfd, 0x75, 0xca, 0x7e, 0x55, 0x6e, 0x12, 0xf6, 0xd4, 0x97, 0xdb, 0xaf, - 0x83, 0x03, 0xfa, 0x4d, 0x5b, 0xd5, 0xf5, 0x7b, 0xd2, 0x3a, 0xfa, 0x99, 0x04, 0x28, 0x5d, 0x85, - 0x86, 0x6e, 0x0a, 0x52, 0xf3, 0xaa, 0xd4, 0x5a, 0xf3, 0x02, 0x86, 0x63, 0xb7, 0x15, 0xf9, 0x0e, - 0x95, 0xbb, 0x2e, 0x5f, 0x25, 0x72, 0x79, 0x8e, 0xb4, 0xad, 0xc6, 0x78, 0xb4, 0x59, 0x89, 0xe6, - 0xbd, 0x30, 0x81, 0x9a, 0x54, 0x82, 0x57, 0x54, 0xe6, 0x2a, 0x21, 0xd4, 0xa1, 0x9d, 0x57, 0x09, - 0x56, 0x43, 0x1a, 0x29, 0xf1, 0x0d, 0xcc, 0xa5, 0x0a, 0xc9, 0xd0, 0x8d, 0x3c, 0x15, 0xe2, 0x75, - 0x66, 0xd9, 0x1a, 0xb4, 0xa9, 0x06, 0xef, 0xc9, 0x57, 0x72, 0x35, 0xa0, 0x15, 0xa0, 0x91, 0x02, - 0xdf, 0x4a, 0xb0, 0x90, 0x55, 0x29, 0x86, 0x6e, 0xe5, 0x29, 0x91, 0xc8, 0x5f, 0x67, 0xeb, 0xb1, - 0x49, 0xf5, 0x78, 0x5f, 0xbe, 0x96, 0xab, 0x47, 0x70, 0x12, 0x47, 0xaa, 0xfc, 0x42, 0x82, 0xc5, - 0xec, 0xca, 0x2e, 0xf4, 0x5e, 0x9e, 0x32, 0xa9, 0xea, 0xaf, 0x6c, 0x75, 0x7e, 0x4c, 0xd5, 0xd9, - 0x90, 0xaf, 0xe7, 0xaa, 0x13, 0x1d, 0xec, 0xf9, 0x16, 0xc2, 0x4b, 0x42, 0x73, 0x2d, 0x44, 0xa8, - 0xef, 0x3a, 0xaf, 0x85, 0x30, 0xb7, 0xca, 0xb5, 0x10, 0x56, 0x6f, 0x9a, 0x6b, 0x21, 0xf1, 0xfa, - 0xad, 0xf3, 0x5a, 0x08, 0xc5, 0x30, 0x91, 0x02, 0x2a, 0x4c, 0xc7, 0x2b, 0xb0, 0x90, 0x90, 0x9a, - 0xc8, 0xa8, 0xcd, 0xca, 0x0d, 0x0d, 0x4d, 0x2a, 0x19, 0xc9, 0x8d, 0x28, 0xf2, 0xb4, 0x0f, 0xc9, - 0x78, 0xf4, 0x1c, 0xea, 0xb1, 0x02, 0x1c, 0x24, 0xc4, 0xc6, 0x74, 0x65, 0x4e, 0x2b, 0x0d, 0x1b, - 0xe4, 0x05, 0xca, 0x7b, 0x56, 0xae, 0x85, 0x61, 0x87, 0xc4, 0x99, 0x9f, 0xc2, 0x8c, 0x50, 0x3e, - 0x23, 0xc6, 0xb5, 0xac, 0xca, 0x9a, 0x71, 0x61, 0x73, 0x3d, 0x1e, 0x36, 0x35, 0xa8, 0xc7, 0xaa, - 0x6a, 0x44, 0xb5, 0xd3, 0xe5, 0x36, 0xb9, 0xac, 0x57, 0x28, 0xeb, 0xc5, 0xf5, 0x85, 0xac, 0x90, - 0x89, 0x7e, 0x2e, 0xc1, 0x3b, 0x39, 0xa5, 0x38, 0x68, 0x3d, 0x2d, 0x31, 0x0f, 0x2d, 0xe4, 0x4a, - 0xbf, 0x4d, 0xa5, 0xcb, 0xeb, 0x6b, 0x44, 0x7a, 0x0c, 0x9b, 0xb4, 0x5f, 0x8b, 0xf0, 0xe5, 0x0d, - 0xb2, 0x61, 0x3e, 0xa3, 0x94, 0x07, 0xbd, 0x9b, 0x56, 0x22, 0x2b, 0x31, 0x3e, 0xce, 0x2c, 0xd6, - 0xa9, 0x59, 0xc4, 0xb3, 0x82, 0xe8, 0x24, 0xa8, 0x7e, 0x4a, 0xe4, 0x07, 0x6e, 0x8d, 0xa9, 0xc5, - 0x19, 0x2b, 0x72, 0x95, 0x8a, 0x7c, 0xa7, 0x85, 0x88, 0x48, 0x8f, 0x0d, 0x6d, 0xeb, 0x94, 0x11, - 0x31, 0x9b, 0x5d, 0x80, 0x47, 0xd8, 0x0f, 0xfe, 0xdd, 0x41, 0x0e, 0x13, 0xd1, 0xbb, 0x38, 0xb1, - 0x3c, 0x4f, 0x39, 0xcf, 0xa0, 0x7a, 0xcc, 0xbb, 0xd0, 0x13, 0xa8, 0x06, 0xe5, 0x32, 0x48, 0x78, - 0xdc, 0x4b, 0x14, 0xd1, 0x88, 0x86, 0x4d, 0xbf, 0xc8, 0x0d, 0xca, 0x10, 0x50, 0x95, 0x30, 0xa4, - 0xf5, 0x08, 0x7b, 0x50, 0xff, 0x63, 0xac, 0x9a, 0xfe, 0x91, 0x76, 0x84, 0xb5, 0xe3, 0x5c, 0xf5, - 0xf2, 0xe6, 0xce, 0x3d, 0x05, 0x4d, 0xb7, 0x8f, 0x62, 0x5c, 0xbe, 0x81, 0xcb, 0x99, 0x45, 0x07, - 0xe8, 0x76, 0x5c, 0xa5, 0x51, 0x75, 0x09, 0xb9, 0x02, 0x6f, 0x50, 0x81, 0x57, 0xe4, 0xf9, 0x98, - 0xdb, 0xa7, 0x83, 0x7f, 0x1f, 0x6a, 0x61, 0xb1, 0x01, 0x12, 0xd2, 0x46, 0xc9, 0x1a, 0x84, 0xb1, - 0x82, 0x96, 0x32, 0xa1, 0xc7, 0x97, 0xb6, 0x61, 0x91, 0xcd, 0xfd, 0x0a, 0x66, 0xc5, 0x32, 0x05, - 0x24, 0x94, 0x76, 0x65, 0x96, 0x30, 0x9c, 0x53, 0xe4, 0xb1, 0xa1, 0x1d, 0x13, 0x91, 0x5f, 0x02, - 0x44, 0x2f, 0xc5, 0x28, 0xf9, 0x4c, 0x7d, 0x32, 0x59, 0x94, 0xb8, 0x49, 0x45, 0x5d, 0x95, 0x5b, - 0x99, 0xa2, 0x4c, 0xc2, 0x87, 0xc8, 0xd2, 0x00, 0x9e, 0x18, 0xd6, 0x31, 0x47, 0x54, 0xf9, 0xf5, - 0xfb, 0xb9, 0x72, 0x64, 0x2a, 0x67, 0x45, 0x7e, 0x27, 0x7e, 0x3e, 0x98, 0x86, 0x75, 0x1c, 0x00, - 0xa8, 0x48, 0x08, 0x47, 0x4c, 0xf9, 0x15, 0xf8, 0xe7, 0x10, 0xc2, 0x01, 0x92, 0xb4, 0x8e, 0xbe, - 0x80, 0x1a, 0x11, 0xc2, 0x20, 0x51, 0x6e, 0x0d, 0x7d, 0xae, 0x88, 0x6b, 0x54, 0xc4, 0xb2, 0xbc, - 0x98, 0x12, 0xc1, 0x10, 0x90, 0xb4, 0x8e, 0x3c, 0x98, 0x8e, 0x3f, 0xc8, 0x8b, 0x27, 0x5b, 0xc6, - 0x53, 0x7d, 0xae, 0xac, 0x75, 0x2a, 0xeb, 0x06, 0x33, 0x03, 0x41, 0x56, 0xda, 0xd0, 0x6d, 0x98, - 0x25, 0xac, 0x63, 0xe0, 0x66, 0x74, 0x79, 0x7a, 0xae, 0xd0, 0x77, 0xa9, 0xd0, 0x35, 0x79, 0x39, - 0x25, 0x34, 0x86, 0x65, 0xa2, 0xcd, 0xe2, 0xe0, 0x25, 0xbf, 0xc8, 0xfc, 0x1c, 0x9b, 0xc5, 0xb1, - 0x4a, 0xb4, 0x59, 0x0c, 0x9d, 0xe4, 0x96, 0x89, 0x9f, 0x63, 0xb3, 0x18, 0x18, 0x91, 0xd6, 0xd1, - 0x37, 0x30, 0x9f, 0x51, 0xba, 0x20, 0x9e, 0x3e, 0xf9, 0xb5, 0x0d, 0xad, 0x2b, 0xf9, 0xc5, 0xc4, - 0x64, 0x94, 0xbc, 0x46, 0x35, 0x68, 0x21, 0x7a, 0x6f, 0xe1, 0x35, 0x0f, 0xed, 0xd7, 0x51, 0x39, - 0xc4, 0x1b, 0xb4, 0x0b, 0x75, 0x42, 0x19, 0x04, 0xc6, 0x89, 0x8e, 0x05, 0x4e, 0x1c, 0xa0, 0x07, - 0x14, 0x47, 0x0f, 0x07, 0x64, 0x5f, 0x82, 0x6a, 0x86, 0x44, 0x54, 0x48, 0x56, 0x39, 0xb4, 0x2e, - 0xa7, 0x20, 0x0f, 0xd5, 0x7a, 0x8e, 0xf2, 0xad, 0xa3, 0x08, 0xf6, 0x90, 0xf8, 0x26, 0x16, 0x2c, - 0x88, 0xf1, 0x2d, 0xb3, 0x98, 0xa1, 0xb5, 0x94, 0x5b, 0x48, 0x17, 0x6c, 0x0d, 0xca, 0x0e, 0x71, - 0xf4, 0x44, 0xfa, 0xa5, 0x04, 0x8b, 0xd9, 0xf5, 0x0e, 0x22, 0x70, 0x1f, 0x59, 0x13, 0xd1, 0xba, - 0x36, 0xb2, 0x7c, 0x87, 0xea, 0xc2, 0xb1, 0x0a, 0x1a, 0x8f, 0x55, 0x3e, 0x63, 0x9b, 0xc5, 0x0b, - 0x1a, 0x44, 0x68, 0x96, 0xae, 0x74, 0x10, 0x97, 0x37, 0x7c, 0xf9, 0x15, 0x97, 0x97, 0xbe, 0xf0, - 0xa2, 0xaf, 0x58, 0x0d, 0x8a, 0x08, 0x81, 0x6e, 0x24, 0xd9, 0x67, 0x02, 0xa0, 0x95, 0xbc, 0xc7, - 0x50, 0x2a, 0x8b, 0xc3, 0x20, 0x94, 0x86, 0x41, 0xdf, 0x49, 0xac, 0x3a, 0x23, 0x81, 0x82, 0x6e, - 0x26, 0x85, 0x66, 0x63, 0xa0, 0xd5, 0xdc, 0x17, 0x0f, 0x2a, 0xf6, 0x21, 0x15, 0x7b, 0x9f, 0xd9, - 0x7d, 0x00, 0x85, 0x5e, 0x47, 0x79, 0x9a, 0x37, 0x9f, 0xdf, 0x40, 0x72, 0xde, 0xb7, 0xf6, 0x6b, - 0xfe, 0x32, 0xf4, 0x06, 0x39, 0xcc, 0xec, 0xa2, 0x67, 0xff, 0xb4, 0xd9, 0xa5, 0x4a, 0x02, 0x44, - 0xb3, 0x13, 0xb2, 0x89, 0xa2, 0x3f, 0x12, 0x29, 0x91, 0x2c, 0x6e, 0xe8, 0x5f, 0xc3, 0x5c, 0xea, - 0x1d, 0x58, 0xdc, 0x89, 0xbc, 0x67, 0xe2, 0xdc, 0x30, 0x74, 0x8b, 0x0a, 0xbd, 0x26, 0xaf, 0x64, - 0xda, 0xba, 0xc3, 0xd8, 0x91, 0x60, 0x64, 0x03, 0x4a, 0xbf, 0xe7, 0x8a, 0x3b, 0x92, 0xfb, 0xde, - 0xdb, 0x6a, 0xe5, 0xee, 0x88, 0x27, 0x2f, 0x52, 0x0d, 0x1a, 0x72, 0x3d, 0xb6, 0xe4, 0x44, 0xe0, - 0xe7, 0x50, 0x51, 0x1c, 0xed, 0xe1, 0xd0, 0xd2, 0xd0, 0x25, 0x41, 0x8a, 0xa3, 0xb5, 0x92, 0x1d, - 0xf2, 0x07, 0x94, 0xc9, 0x2d, 0x79, 0x9a, 0x30, 0x71, 0x1d, 0xad, 0xfd, 0xda, 0xd0, 0xdf, 0xdc, - 0x0b, 0x9e, 0x7f, 0x3f, 0x27, 0xd8, 0x2f, 0xf6, 0x01, 0xf5, 0x61, 0xfa, 0xc0, 0x32, 0x2f, 0x04, - 0x1a, 0x04, 0x1c, 0x14, 0xc4, 0xef, 0xa1, 0x95, 0x80, 0x0d, 0xa1, 0xa0, 0xf3, 0x03, 0x87, 0x51, - 0x82, 0x22, 0xe8, 0xa0, 0x43, 0x9d, 0x09, 0x3a, 0x2f, 0x78, 0x10, 0xb2, 0x58, 0x09, 0x31, 0x21, - 0x7c, 0x18, 0xc0, 0x2c, 0x93, 0x12, 0x02, 0x88, 0x51, 0x95, 0x7b, 0x67, 0x3b, 0xc7, 0xb9, 0xac, - 0x10, 0x3e, 0x50, 0xb4, 0xd2, 0x60, 0xe2, 0x2e, 0x0e, 0x1d, 0x78, 0x1c, 0x95, 0x57, 0x33, 0x44, - 0x8a, 0xe0, 0x21, 0xdc, 0xb2, 0xf3, 0xc3, 0x87, 0x51, 0x5b, 0x16, 0x01, 0x88, 0x70, 0xcb, 0xce, - 0x0b, 0x21, 0x46, 0x6d, 0x59, 0x08, 0x22, 0x54, 0x98, 0x11, 0x5e, 0x70, 0xc5, 0x84, 0x40, 0xd6, - 0xe3, 0x6e, 0xae, 0x3c, 0xee, 0xa9, 0xad, 0xf8, 0x4d, 0x8f, 0x88, 0x78, 0x01, 0xf5, 0xd8, 0x33, - 0xa5, 0x78, 0xf2, 0xa4, 0xdf, 0x2f, 0x73, 0xd9, 0x5f, 0xa5, 0xec, 0x97, 0x5a, 0x99, 0x49, 0x01, - 0x22, 0xe7, 0xaf, 0x24, 0x58, 0xcc, 0x7e, 0x1f, 0x10, 0x0f, 0xdd, 0x91, 0x6f, 0x08, 0xad, 0xd1, - 0x35, 0xb3, 0x61, 0xba, 0x6a, 0xec, 0x81, 0x7b, 0x8f, 0xbf, 0x3a, 0x20, 0x1f, 0xe6, 0x33, 0xd2, - 0xe0, 0x22, 0x4c, 0xcb, 0xcf, 0x93, 0x8f, 0x38, 0xad, 0xb6, 0xb4, 0x63, 0x4f, 0x5c, 0xf4, 0x28, - 0x3c, 0x3e, 0xf8, 0x9b, 0xc2, 0xaf, 0xb6, 0xfe, 0x43, 0x42, 0x43, 0x98, 0x61, 0xa9, 0xf2, 0xb5, - 0xad, 0x67, 0xdd, 0xb5, 0x93, 0x4d, 0xb9, 0x07, 0xd7, 0xf6, 0x8f, 0xf0, 0x5a, 0xd0, 0x49, 0x6b, - 0xc5, 0xbc, 0xb5, 0x77, 0xd7, 0xb6, 0x6d, 0xcb, 0x77, 0x8d, 0xc3, 0xa1, 0x6f, 0x93, 0x33, 0xe3, - 0xc8, 0xf7, 0x1d, 0xef, 0x5e, 0xbb, 0xdd, 0x37, 0xfc, 0xa3, 0xe1, 0xe1, 0x86, 0x66, 0x0f, 0xda, - 0x47, 0xd8, 0xb5, 0x0d, 0xcd, 0x54, 0x0f, 0xbd, 0x36, 0x53, 0xa8, 0xb5, 0x70, 0x84, 0x4d, 0xd3, - 0xbe, 0x1f, 0x7d, 0x20, 0x74, 0x9b, 0xc5, 0xcd, 0x8d, 0x3b, 0xeb, 0x92, 0xb4, 0xd9, 0x50, 0x1d, - 0xc7, 0xe4, 0x07, 0x76, 0xfb, 0x4b, 0xcf, 0xb6, 0xee, 0xa5, 0x7a, 0xdc, 0x7b, 0xb0, 0xcc, 0x15, - 0xf1, 0xb0, 0x7b, 0x82, 0xdd, 0x35, 0xdd, 0xd6, 0x86, 0x03, 0x6c, 0xb1, 0xff, 0xf2, 0x00, 0x2d, - 0x07, 0x6a, 0x88, 0x22, 0xda, 0xba, 0xad, 0x79, 0xb0, 0xa4, 0xd9, 0x83, 0x8d, 0xd8, 0x87, 0x68, - 0x95, 0x1e, 0xd4, 0x18, 0xd3, 0x2d, 0xc7, 0x78, 0x26, 0x7d, 0x5e, 0x54, 0x1d, 0xe3, 0xbb, 0x42, - 0x69, 0xf7, 0xf1, 0xb3, 0x07, 0x7f, 0x5f, 0xe0, 0xef, 0x06, 0x87, 0x53, 0xd4, 0xb6, 0xee, 0xfe, - 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x38, 0x42, 0x36, 0xb5, 0x13, 0x42, 0x00, 0x00, + // 4391 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5c, 0xdd, 0x6f, 0x1c, 0x47, + 0x72, 0xbf, 0xd9, 0x0f, 0xee, 0x6e, 0x2d, 0x3f, 0x96, 0x4d, 0x49, 0x5e, 0x2e, 0x45, 0x89, 0x1a, + 0x49, 0x96, 0xcc, 0xb3, 0xb9, 0x32, 0x95, 0x8b, 0x0c, 0x1d, 0xe0, 0x13, 0x45, 0xae, 0xe4, 0xb5, + 0x24, 0x5a, 0x19, 0x4a, 0x72, 0xe0, 0xe0, 0xb0, 0x1e, 0xce, 0xb4, 0x96, 0x63, 0xce, 0xce, 0x8c, + 0x67, 0x66, 0x49, 0xd1, 0x82, 0x70, 0x41, 0x10, 0xe0, 0xee, 0x29, 0x38, 0xf8, 0x82, 0x20, 0x0f, + 0x41, 0x72, 0xf0, 0xbd, 0x1c, 0x02, 0x24, 0x7f, 0xc1, 0xbd, 0x06, 0x79, 0x4f, 0x90, 0xe0, 0x1e, + 0xf3, 0x90, 0xc7, 0xfc, 0x01, 0x01, 0x8c, 0x00, 0x41, 0x7f, 0xcc, 0x47, 0xcf, 0xc7, 0xee, 0xf2, + 0xc3, 0xbe, 0x17, 0x7b, 0xbb, 0xa7, 0xba, 0xaa, 0xba, 0xbb, 0xaa, 0xfa, 0xd7, 0xd5, 0x45, 0xc1, + 0x8c, 0xea, 0x18, 0x6d, 0xd5, 0x31, 0xd6, 0x1c, 0xd7, 0xf6, 0x6d, 0x04, 0x96, 0xba, 0xaf, 0x0e, + 0xd4, 0x35, 0xd5, 0x31, 0x5a, 0x17, 0xfb, 0xb6, 0xdd, 0x37, 0x71, 0x9b, 0x52, 0x58, 0x96, 0xed, + 0xab, 0xbe, 0x61, 0x5b, 0x1e, 0xa3, 0x6c, 0x2d, 0xf1, 0xaf, 0xb4, 0xb5, 0x3b, 0x7c, 0xd9, 0xc6, + 0x03, 0xc7, 0x3f, 0xe2, 0x1f, 0x2f, 0x27, 0x3f, 0xfa, 0xc6, 0x00, 0x7b, 0xbe, 0x3a, 0x70, 0x38, + 0xc1, 0xa5, 0x24, 0xc1, 0xa1, 0xab, 0x3a, 0x0e, 0x76, 0x03, 0xee, 0xef, 0xd2, 0xff, 0x69, 0xef, + 0xf5, 0xb1, 0xf5, 0x9e, 0x77, 0xa8, 0xf6, 0xfb, 0xd8, 0x6d, 0xdb, 0x0e, 0x95, 0x9f, 0xd6, 0x45, + 0xfe, 0x1f, 0x09, 0x2a, 0x1b, 0x9a, 0x66, 0x0f, 0x2d, 0x1f, 0x5d, 0x83, 0xd2, 0xd0, 0xc3, 0x6e, + 0x53, 0x5a, 0x91, 0x6e, 0xd6, 0xd7, 0x1b, 0x6b, 0xd1, 0x84, 0xd6, 0x9e, 0x7b, 0xd8, 0x55, 0xe8, + 0x57, 0x74, 0x01, 0xa6, 0x0e, 0x55, 0xd3, 0xc4, 0x7e, 0xb3, 0xb0, 0x22, 0xdd, 0xac, 0x29, 0xbc, + 0x85, 0xce, 0x41, 0x19, 0x0f, 0x54, 0xc3, 0x6c, 0x16, 0x69, 0x37, 0x6b, 0xa0, 0xdb, 0x50, 0xd1, + 0xf1, 0x81, 0xa1, 0x61, 0xaf, 0x59, 0x5a, 0x29, 0xde, 0xac, 0xaf, 0x2f, 0xc6, 0xd9, 0x72, 0xc9, + 0x5b, 0x94, 0x42, 0x09, 0x28, 0xd1, 0x12, 0xd4, 0xb4, 0xa1, 0xe7, 0xdb, 0x83, 0x9e, 0xa1, 0x37, + 0xcb, 0x94, 0x5d, 0x95, 0x75, 0x74, 0x75, 0xf4, 0x63, 0xa8, 0x1f, 0x60, 0xd7, 0x78, 0x79, 0xd4, + 0x23, 0x2b, 0xd3, 0x9c, 0xa2, 0xca, 0xb6, 0xd6, 0xd8, 0xaa, 0xac, 0x05, 0xab, 0xb2, 0xf6, 0x2c, + 0x58, 0x36, 0x05, 0x18, 0x39, 0xe9, 0x90, 0x2f, 0xc3, 0x0c, 0x97, 0xb9, 0x49, 0xf9, 0xa1, 0x59, + 0x28, 0x18, 0x3a, 0x9d, 0x71, 0x4d, 0x29, 0x18, 0x7a, 0x8c, 0x80, 0x29, 0x95, 0x22, 0xb8, 0x07, + 0xd3, 0x9c, 0xa0, 0x43, 0x27, 0x18, 0x4e, 0x5b, 0x8a, 0x4f, 0xbb, 0x05, 0x55, 0x47, 0xf5, 0xbc, + 0x43, 0xdb, 0xd5, 0xf9, 0x32, 0x85, 0x6d, 0xf9, 0x06, 0xcc, 0x71, 0x0e, 0x0f, 0x54, 0x0d, 0xef, + 0xda, 0xf6, 0x3e, 0x61, 0xe2, 0xdb, 0xfb, 0xd8, 0x0a, 0x98, 0xd0, 0x86, 0xfc, 0x6f, 0x12, 0xcc, + 0x73, 0xca, 0x87, 0xea, 0x00, 0x6f, 0x62, 0xcb, 0xc7, 0x2e, 0x59, 0x1c, 0xc7, 0x54, 0x8f, 0xb0, + 0xdb, 0x0b, 0xf5, 0xaa, 0xb2, 0x8e, 0xae, 0x4e, 0x3e, 0xee, 0x0e, 0x2d, 0xdd, 0xc4, 0xe4, 0x23, + 0x17, 0xcc, 0x3a, 0xba, 0x3a, 0xfa, 0x21, 0xcc, 0x87, 0xc6, 0xd4, 0xf3, 0xb0, 0x66, 0x5b, 0xba, + 0x47, 0x77, 0xab, 0xa8, 0x34, 0xc2, 0x0f, 0x3b, 0xac, 0x1f, 0x21, 0x28, 0x79, 0xaa, 0xe9, 0x37, + 0x4b, 0x94, 0x09, 0xfd, 0x8d, 0x2e, 0x42, 0xcd, 0x33, 0xfa, 0x96, 0xea, 0x0f, 0x5d, 0xcc, 0xf7, + 0x25, 0xea, 0x40, 0xd7, 0x60, 0xd6, 0x19, 0xee, 0x9a, 0x86, 0xd6, 0xdb, 0xc7, 0x47, 0xbd, 0xa1, + 0x6b, 0xd2, 0xbd, 0xa9, 0x29, 0xd3, 0xac, 0xf7, 0x11, 0x3e, 0x7a, 0xee, 0x9a, 0xf2, 0xf5, 0x70, + 0x81, 0x1f, 0xd2, 0x1d, 0xcb, 0x99, 0xfb, 0xb5, 0x70, 0x99, 0x77, 0x7c, 0xac, 0x0e, 0x72, 0xa8, + 0x36, 0x61, 0x7e, 0x43, 0xd7, 0x1f, 0xb8, 0x06, 0xb6, 0x74, 0x4f, 0xc1, 0x5f, 0x0e, 0xb1, 0xe7, + 0xa3, 0x06, 0x14, 0x0d, 0xdd, 0x6b, 0x4a, 0x2b, 0xc5, 0x9b, 0x35, 0x85, 0xfc, 0x24, 0x7a, 0x13, + 0xd3, 0xb5, 0xd4, 0x01, 0xf6, 0x9a, 0x05, 0xda, 0x1f, 0x75, 0xc8, 0x8f, 0xe1, 0xdc, 0x86, 0xae, + 0x3f, 0x74, 0xed, 0xa1, 0x43, 0xcc, 0x3c, 0xe4, 0xb3, 0x08, 0xd5, 0x3e, 0xe9, 0x8c, 0xd6, 0xb9, + 0x42, 0xdb, 0x5d, 0x9d, 0x7c, 0x22, 0xe3, 0x7b, 0x44, 0x0e, 0xe3, 0x57, 0x21, 0xed, 0xae, 0xee, + 0xc9, 0xbf, 0x96, 0x60, 0x71, 0x63, 0xe8, 0xef, 0x61, 0xcb, 0x37, 0x34, 0xd5, 0xc7, 0xcc, 0xce, + 0x02, 0x9e, 0xb7, 0xa1, 0xa2, 0xb2, 0x69, 0x71, 0x2f, 0xcb, 0x72, 0x07, 0x3e, 0x24, 0xa0, 0x44, + 0xeb, 0x30, 0xa5, 0xb9, 0x58, 0xf5, 0x31, 0xdd, 0xd1, 0x2c, 0x63, 0xbf, 0x6f, 0xdb, 0xe6, 0x0b, + 0xd5, 0x1c, 0x62, 0x85, 0x53, 0x12, 0x03, 0x0c, 0x66, 0xc8, 0x1d, 0x32, 0x6c, 0xa7, 0x54, 0xe4, + 0xee, 0x77, 0x1c, 0x15, 0x03, 0x8f, 0xfd, 0xae, 0x54, 0xfc, 0x7b, 0x09, 0x9a, 0x71, 0x15, 0xa9, + 0xaf, 0x05, 0x1a, 0xae, 0x27, 0x35, 0x6c, 0x66, 0x68, 0xc8, 0x46, 0x7c, 0x67, 0x0a, 0xfe, 0x5e, + 0x82, 0xa5, 0xb8, 0x82, 0x81, 0x2b, 0x07, 0x3a, 0xfe, 0x28, 0xa9, 0xe3, 0x52, 0x86, 0x8e, 0xe1, + 0xa0, 0xef, 0x4a, 0x4d, 0xc2, 0xcf, 0x18, 0x38, 0xb6, 0xcb, 0xfc, 0x78, 0x0c, 0x3f, 0x46, 0x29, + 0xff, 0x56, 0x82, 0xe5, 0xf8, 0xd4, 0xa2, 0xd8, 0x13, 0x4c, 0xee, 0x4e, 0x72, 0x72, 0xcb, 0x19, + 0x93, 0x8b, 0x0d, 0xfb, 0xde, 0x2c, 0x99, 0x85, 0x94, 0x63, 0x59, 0x32, 0x1f, 0xf2, 0xbd, 0x59, + 0x32, 0x0d, 0x67, 0xc7, 0xb2, 0x64, 0x36, 0xe2, 0x3b, 0x53, 0xb0, 0x03, 0x0b, 0xf7, 0x4d, 0x5b, + 0xdb, 0x3f, 0x65, 0x14, 0xfd, 0x45, 0x11, 0x66, 0x37, 0xf7, 0x54, 0xcb, 0xc2, 0xe6, 0x13, 0xec, + 0x79, 0x6a, 0x1f, 0xa3, 0x65, 0x00, 0x8d, 0xf5, 0x44, 0x21, 0xb4, 0xc6, 0x7b, 0xba, 0x3a, 0xf9, + 0x3c, 0x60, 0x94, 0xd1, 0x61, 0x55, 0xe3, 0x3d, 0x5d, 0x1d, 0xb5, 0xa1, 0xa4, 0xd9, 0x3a, 0xd3, + 0x97, 0xb8, 0x4f, 0x72, 0x96, 0x5d, 0xcb, 0xbf, 0xbd, 0xce, 0xa6, 0x49, 0x09, 0xc9, 0xd9, 0xe7, + 0x61, 0x4b, 0x67, 0x07, 0x23, 0x3b, 0xb6, 0xaa, 0xac, 0xa3, 0xab, 0x0b, 0x2b, 0x50, 0x4e, 0x38, + 0x49, 0x13, 0x2a, 0x9a, 0x6d, 0xf9, 0xd8, 0xf2, 0xf9, 0x89, 0x15, 0x34, 0x09, 0xd6, 0x60, 0x2b, + 0xc8, 0xb0, 0x46, 0x65, 0x3c, 0xd6, 0x60, 0xe4, 0xa4, 0x83, 0x0c, 0x1e, 0x3a, 0x7a, 0x38, 0xb8, + 0x3a, 0x7e, 0x30, 0x23, 0xa7, 0x83, 0xef, 0x02, 0x10, 0x4c, 0x67, 0x78, 0x54, 0xad, 0xda, 0xd8, + 0x9d, 0x8e, 0x51, 0xcb, 0x7f, 0x25, 0x01, 0x12, 0xb7, 0xe2, 0xb1, 0xe1, 0xf9, 0xe8, 0x8f, 0xa1, + 0xca, 0x57, 0x97, 0x6d, 0x2b, 0x61, 0x18, 0xb3, 0x36, 0x71, 0x84, 0x12, 0xd2, 0xa2, 0xcb, 0x50, + 0xb7, 0xf0, 0x2b, 0xbf, 0xa7, 0x0d, 0x5d, 0xcf, 0x76, 0xf9, 0x46, 0x01, 0xe9, 0xda, 0xa4, 0x3d, + 0x84, 0xc0, 0x71, 0xf1, 0x41, 0x40, 0xc0, 0x0c, 0x0c, 0x48, 0x17, 0x23, 0x90, 0xff, 0x96, 0x28, + 0x44, 0x17, 0x86, 0x9e, 0xb2, 0x81, 0x89, 0x21, 0x28, 0xd1, 0xfd, 0x60, 0x96, 0x41, 0x7f, 0xa3, + 0x15, 0xa8, 0xeb, 0xd8, 0xd3, 0x5c, 0x83, 0x22, 0x56, 0x2e, 0x2c, 0xde, 0x45, 0xce, 0x5e, 0x53, + 0xb5, 0xfa, 0x3d, 0x5f, 0xed, 0x73, 0x51, 0x15, 0xd2, 0x7e, 0xa6, 0xf6, 0x89, 0x45, 0xa9, 0x07, + 0xaa, 0xaf, 0xba, 0x14, 0x7d, 0x30, 0x13, 0xa8, 0xb1, 0x9e, 0xe7, 0xae, 0x49, 0xe4, 0xd9, 0x0e, + 0xb6, 0xe8, 0xfe, 0x57, 0x15, 0xfa, 0x5b, 0x7e, 0x00, 0xe7, 0xb6, 0xb0, 0x89, 0x7d, 0x7c, 0x4a, + 0xf3, 0x6f, 0x03, 0x62, 0x7c, 0x84, 0x19, 0xe6, 0x43, 0x08, 0xf9, 0x21, 0x5c, 0x62, 0x03, 0x1e, + 0x63, 0x55, 0xc7, 0xee, 0xae, 0xad, 0xba, 0xba, 0x82, 0x35, 0x9b, 0xfc, 0x97, 0x0d, 0xbe, 0x0e, + 0xb3, 0x66, 0xf4, 0x2d, 0x62, 0x31, 0x13, 0xeb, 0xed, 0xea, 0xf2, 0x1a, 0xb4, 0x18, 0xa3, 0x6d, + 0xdb, 0x37, 0x5e, 0x92, 0x18, 0x43, 0xe0, 0x7d, 0xee, 0x3c, 0x64, 0x0d, 0xce, 0x33, 0xfa, 0x1d, + 0xdf, 0x76, 0xd5, 0x3e, 0xfe, 0x64, 0xf7, 0x0b, 0xac, 0xf9, 0x5d, 0x1d, 0x5d, 0x02, 0xd0, 0x6c, + 0xd3, 0xc4, 0x1a, 0x5d, 0x79, 0x26, 0x2b, 0xd6, 0x43, 0x58, 0xed, 0xe3, 0x23, 0xbe, 0x25, 0xe4, + 0x27, 0x71, 0x9c, 0x03, 0x62, 0x76, 0xb6, 0x15, 0xec, 0x04, 0x6f, 0xca, 0x3d, 0x58, 0xca, 0x10, + 0x12, 0x6a, 0x75, 0x0f, 0xc0, 0xa6, 0x3d, 0xbd, 0x40, 0xb9, 0xfa, 0xfa, 0x95, 0xb8, 0x31, 0x66, + 0x6a, 0xa8, 0xd4, 0x6c, 0xfe, 0xcb, 0x93, 0x7f, 0x23, 0xc1, 0x14, 0xdb, 0xb2, 0x09, 0xaf, 0x2d, + 0xe7, 0xa0, 0xec, 0xf9, 0x41, 0xd4, 0x2c, 0x2b, 0xac, 0x21, 0xff, 0x14, 0xca, 0x3b, 0xe4, 0x07, + 0x3a, 0x0f, 0xf3, 0x3b, 0xcf, 0x36, 0x9e, 0x75, 0x7a, 0xcf, 0xb7, 0x77, 0x9e, 0x76, 0x36, 0xbb, + 0x0f, 0xba, 0x9d, 0xad, 0xc6, 0x0f, 0x10, 0xc0, 0xd4, 0x03, 0xa5, 0xdb, 0xd9, 0xde, 0x6a, 0x48, + 0x68, 0x0e, 0xea, 0xdd, 0xed, 0x17, 0xdd, 0x67, 0x9d, 0xde, 0x4e, 0x67, 0xfb, 0x59, 0xa3, 0x80, + 0x16, 0x60, 0x8e, 0x77, 0x28, 0x9d, 0xcd, 0x4e, 0xf7, 0x45, 0x67, 0xab, 0x51, 0x44, 0x75, 0xa8, + 0xdc, 0x7f, 0xfc, 0xc9, 0xe6, 0xa3, 0xce, 0x56, 0xa3, 0x24, 0xdf, 0x81, 0x0a, 0xb7, 0x2b, 0xf4, + 0x2e, 0x54, 0x5e, 0xb2, 0x9f, 0x7c, 0xbe, 0x28, 0xae, 0x28, 0xa3, 0x52, 0x02, 0x12, 0x59, 0x87, + 0xb9, 0x87, 0xd8, 0x17, 0xe0, 0xe8, 0x31, 0x2d, 0x12, 0x5d, 0x81, 0xe9, 0x97, 0x1c, 0x5f, 0xd0, + 0x55, 0x2e, 0x52, 0x82, 0x7a, 0xd0, 0x47, 0x16, 0xf1, 0xb7, 0x45, 0x28, 0x53, 0x7b, 0x4d, 0xde, + 0x72, 0x68, 0xe8, 0x26, 0x0e, 0x6b, 0xbb, 0xb1, 0xd8, 0xcc, 0x7b, 0xba, 0x7a, 0xe8, 0xb9, 0xc5, + 0x7c, 0xcf, 0x2d, 0x8d, 0xf6, 0xdc, 0xb2, 0xe8, 0xb9, 0x2d, 0x12, 0x9b, 0x7c, 0x55, 0x57, 0x7d, + 0x95, 0xc7, 0xe0, 0xb0, 0x9d, 0xf0, 0xea, 0x4a, 0xd2, 0xab, 0xd7, 0xb8, 0x57, 0x57, 0xc7, 0xc6, + 0x48, 0x4a, 0x47, 0xd8, 0x61, 0xbd, 0x8f, 0x7b, 0xec, 0xd8, 0xad, 0x51, 0x6b, 0xa8, 0x91, 0x9e, + 0x4d, 0x7a, 0xbc, 0x2e, 0x41, 0x6d, 0xa0, 0xbe, 0xe2, 0x5f, 0x81, 0x7e, 0xad, 0x0e, 0xd4, 0x57, + 0xec, 0x63, 0xe2, 0x3c, 0xa8, 0x9f, 0xe6, 0x3c, 0x98, 0x3e, 0xce, 0x79, 0x20, 0x6f, 0x43, 0x8d, + 0xee, 0x14, 0x8d, 0xe4, 0xef, 0xc0, 0x14, 0x0d, 0x23, 0x81, 0x29, 0xcd, 0xc7, 0x4d, 0x89, 0x05, + 0x20, 0x4e, 0x40, 0x6e, 0xeb, 0x42, 0xdc, 0xe6, 0x2d, 0xf9, 0x7f, 0x25, 0x98, 0x09, 0xaf, 0x3c, + 0x94, 0xe9, 0x16, 0xd4, 0x59, 0xac, 0x22, 0x26, 0x14, 0x70, 0xbe, 0x9a, 0xe2, 0x1c, 0xd0, 0x47, + 0x2d, 0x05, 0xfa, 0xe1, 0xdd, 0xa9, 0xf5, 0x6b, 0x89, 0x2b, 0x4a, 0x9a, 0xa7, 0x72, 0xcd, 0x4f, + 0xc7, 0xb8, 0xe6, 0x2c, 0xc0, 0xce, 0xf3, 0xa7, 0x1d, 0x65, 0x63, 0xeb, 0x49, 0x77, 0xbb, 0x21, + 0xa1, 0x1a, 0x94, 0xd9, 0xcf, 0x02, 0xf1, 0xda, 0x27, 0x9d, 0x27, 0xf7, 0x3b, 0x4a, 0xa3, 0x88, + 0x1a, 0x30, 0xfd, 0xf1, 0x27, 0xdd, 0xed, 0x9e, 0xd2, 0xf9, 0x93, 0xe7, 0x9d, 0x9d, 0x67, 0x8d, + 0x92, 0xfc, 0x73, 0x09, 0x2e, 0x76, 0x29, 0xd4, 0x0d, 0xf0, 0x77, 0x22, 0xf6, 0x9f, 0x10, 0xbb, + 0xdf, 0x82, 0xb2, 0x8b, 0x3d, 0x9e, 0x17, 0x19, 0x6d, 0x89, 0x8c, 0x50, 0x7e, 0x0f, 0x1a, 0x1f, + 0xdb, 0x86, 0x35, 0xe9, 0x91, 0xf1, 0x04, 0xce, 0x3f, 0x32, 0xb4, 0xfd, 0xb3, 0xba, 0xa9, 0xfe, + 0x4b, 0x11, 0xe6, 0x53, 0x87, 0xcf, 0x84, 0xa7, 0x0e, 0xe1, 0x6b, 0x1f, 0x5a, 0x38, 0x16, 0x1e, + 0x2a, 0xb4, 0xdd, 0xd5, 0xd1, 0x07, 0x09, 0xb0, 0x59, 0x5f, 0xbf, 0x98, 0x5a, 0x8a, 0x1d, 0xdf, + 0x35, 0xac, 0x3e, 0x5b, 0x8c, 0x08, 0x88, 0x11, 0x43, 0xd0, 0x6c, 0x17, 0xd3, 0xe0, 0x51, 0x54, + 0x58, 0x83, 0xc4, 0x06, 0x6f, 0xb8, 0xcb, 0x3e, 0x94, 0xe9, 0x87, 0xb0, 0x4d, 0xbc, 0xd5, 0x1a, + 0x0e, 0x7a, 0xec, 0xe3, 0x14, 0xf3, 0x56, 0x6b, 0x38, 0xd8, 0x09, 0x06, 0x86, 0x41, 0xa5, 0x92, + 0x08, 0x2a, 0x09, 0x4f, 0xae, 0x9e, 0xc6, 0x93, 0x6b, 0xc7, 0x42, 0x76, 0x3f, 0x86, 0x3a, 0x7e, + 0xe5, 0x18, 0x2e, 0xcf, 0x5f, 0xc1, 0xf8, 0xc1, 0x8c, 0x9c, 0x0e, 0x46, 0x50, 0x72, 0x55, 0x6b, + 0x9f, 0x46, 0x9e, 0xa2, 0x42, 0x7f, 0xcb, 0xff, 0x29, 0xc1, 0xf9, 0xd4, 0x3e, 0x52, 0x97, 0xbe, + 0x03, 0x15, 0x97, 0xb6, 0x02, 0x77, 0x16, 0xee, 0x69, 0x69, 0xe0, 0x11, 0x50, 0xa3, 0xfb, 0x30, + 0xc3, 0x76, 0x37, 0x18, 0x5e, 0x98, 0x64, 0xf8, 0x34, 0x1d, 0xa3, 0x70, 0x1e, 0x09, 0xd8, 0x58, + 0x1c, 0x07, 0x1b, 0x4b, 0x29, 0xd8, 0xb8, 0x46, 0xed, 0xf3, 0x60, 0x62, 0x48, 0xf5, 0xe7, 0x12, + 0x2c, 0x3c, 0x36, 0xac, 0xfd, 0xb3, 0xbb, 0x8b, 0x1f, 0xfb, 0xee, 0xfc, 0x3b, 0x09, 0x5a, 0x64, + 0xe9, 0x45, 0x30, 0x1d, 0x3a, 0xea, 0x98, 0x1b, 0xd1, 0xfb, 0x50, 0x36, 0x8d, 0x81, 0x11, 0x44, + 0x90, 0x91, 0x77, 0x1e, 0x46, 0x89, 0xfe, 0x08, 0x2a, 0x2f, 0x6d, 0xf7, 0x50, 0x75, 0x75, 0xee, + 0x6b, 0xa3, 0xb4, 0x0c, 0x48, 0x63, 0xa7, 0x42, 0x49, 0x38, 0x15, 0x5c, 0x98, 0x27, 0xda, 0xd3, + 0x05, 0xf7, 0x46, 0xc1, 0xf4, 0x9c, 0x63, 0x25, 0x9a, 0x41, 0x71, 0xd2, 0x19, 0xc8, 0xeb, 0x70, + 0x3e, 0x94, 0x39, 0x61, 0x54, 0x93, 0xff, 0x59, 0x82, 0x65, 0x32, 0x28, 0x65, 0x83, 0xde, 0xf1, + 0xc0, 0x33, 0x89, 0x1f, 0x41, 0x18, 0x0b, 0xe2, 0x63, 0x95, 0xc7, 0x31, 0xef, 0x04, 0x93, 0xc9, + 0x5d, 0xd8, 0x7f, 0x2a, 0x00, 0x22, 0x0a, 0x3f, 0x51, 0x7d, 0x6d, 0x2f, 0xb2, 0x87, 0x50, 0x82, + 0x34, 0xb1, 0x84, 0x7b, 0x30, 0xa3, 0x0e, 0xfd, 0x3d, 0xdb, 0x35, 0x7c, 0xd5, 0x37, 0x0e, 0x26, + 0xc9, 0x02, 0x88, 0x03, 0xd0, 0x3a, 0x94, 0x4d, 0x75, 0x17, 0x9b, 0x13, 0x05, 0x67, 0x46, 0x4a, + 0xef, 0x8e, 0x86, 0xd5, 0xf3, 0x8c, 0xaf, 0x30, 0xf7, 0x86, 0x91, 0xba, 0x56, 0x06, 0x86, 0xb5, + 0x63, 0x7c, 0x85, 0xe9, 0x38, 0xf5, 0x15, 0x1b, 0x57, 0x9e, 0x64, 0x9c, 0xfa, 0x8a, 0x8c, 0x93, + 0x5f, 0x41, 0x93, 0x2c, 0x57, 0xe6, 0x95, 0xe6, 0x04, 0x8b, 0xf6, 0x0e, 0x34, 0x34, 0x55, 0xdb, + 0xc3, 0xea, 0xae, 0x89, 0xc5, 0x7b, 0xec, 0x5c, 0xd8, 0xcf, 0x83, 0xce, 0x3f, 0x48, 0xb0, 0x48, + 0x44, 0x67, 0x5f, 0x5c, 0xde, 0x82, 0x0a, 0x3f, 0x4e, 0xb9, 0x3d, 0x4d, 0xb1, 0xd3, 0x34, 0x71, + 0x79, 0x2a, 0xa4, 0x2e, 0x4f, 0x67, 0x68, 0x4b, 0xb7, 0x98, 0xc3, 0x10, 0x5f, 0x11, 0x1d, 0x35, + 0x4f, 0x39, 0xf9, 0x97, 0x12, 0x94, 0xa9, 0xe5, 0x11, 0x9f, 0x1a, 0x90, 0x1f, 0x31, 0x9f, 0xa2, + 0xed, 0x2e, 0xb9, 0x46, 0x65, 0x18, 0x56, 0xf5, 0x2c, 0x8c, 0x07, 0x41, 0x29, 0x34, 0x9c, 0xb2, + 0x42, 0x7f, 0xcb, 0x1f, 0x40, 0x8d, 0x6a, 0x44, 0xcf, 0xa9, 0x1f, 0x02, 0xd3, 0x02, 0x67, 0x02, + 0x5a, 0x4a, 0xa7, 0x04, 0x14, 0xf2, 0x7f, 0x49, 0x30, 0x1d, 0xb7, 0x8b, 0xd4, 0xdd, 0xa5, 0x09, + 0x15, 0x6f, 0x48, 0xb7, 0x2d, 0x40, 0x26, 0xbc, 0x19, 0x4f, 0xf4, 0x14, 0xc5, 0x44, 0x0f, 0xe2, + 0xc9, 0x26, 0xae, 0x62, 0x3a, 0x9f, 0x54, 0x4e, 0xe4, 0x93, 0x12, 0xf8, 0x61, 0xea, 0x58, 0xf8, + 0xe1, 0x92, 0x90, 0xdc, 0xa9, 0xd0, 0x75, 0x8e, 0x27, 0x70, 0xde, 0x40, 0x23, 0x3e, 0x43, 0xba, + 0x46, 0x1f, 0xc2, 0x8c, 0x15, 0xf7, 0x06, 0xbe, 0x52, 0x42, 0xc2, 0x30, 0x3e, 0x48, 0x11, 0xc9, + 0x8f, 0xe3, 0x02, 0x4f, 0xa1, 0xf9, 0xd4, 0xb5, 0x07, 0x36, 0x4f, 0x66, 0x9c, 0x01, 0xd4, 0xfc, + 0x1c, 0x16, 0x14, 0xac, 0xea, 0xa7, 0xcf, 0x38, 0xc4, 0x4c, 0xbc, 0x28, 0x98, 0xf8, 0x9f, 0xc1, + 0x62, 0x4a, 0x42, 0xa8, 0xf4, 0x87, 0x19, 0xe9, 0x86, 0xcb, 0xf1, 0x85, 0xcb, 0x50, 0x2e, 0x9e, + 0x6c, 0xf8, 0x18, 0x8a, 0x8a, 0xa3, 0x65, 0x19, 0x9a, 0xa3, 0x1e, 0x99, 0xb6, 0x1a, 0x42, 0x60, + 0xde, 0x24, 0x4b, 0xb1, 0xe7, 0xfb, 0x4e, 0x8f, 0x68, 0xcf, 0x2d, 0x8d, 0xb4, 0x1f, 0xe1, 0x23, + 0xf9, 0x05, 0x54, 0x76, 0xb0, 0xe7, 0x91, 0xe9, 0x11, 0x73, 0xa4, 0x46, 0xc1, 0x98, 0x56, 0x95, + 0xa0, 0x19, 0xbd, 0x76, 0x15, 0x62, 0xaf, 0x5d, 0xc4, 0x20, 0x87, 0xba, 0xd3, 0x63, 0x5f, 0x82, + 0x34, 0xae, 0xee, 0x3c, 0xa3, 0x4f, 0x61, 0xbf, 0x2f, 0xc0, 0x8c, 0x30, 0x85, 0x33, 0x5c, 0x5d, + 0xa2, 0xcf, 0x01, 0xf1, 0x68, 0x1e, 0x89, 0x58, 0x23, 0x9e, 0xfe, 0x29, 0x0b, 0xe9, 0x1f, 0x74, + 0x03, 0xe6, 0x1c, 0xec, 0x0e, 0x0c, 0x3a, 0xcf, 0x9e, 0x8b, 0x55, 0x9d, 0x83, 0xf3, 0xd9, 0xa8, + 0x9b, 0xac, 0x39, 0xb1, 0xca, 0x18, 0xe1, 0xa1, 0x6b, 0xf8, 0x2c, 0xcb, 0x5a, 0x56, 0x62, 0x0c, + 0x3e, 0x25, 0xdd, 0x7f, 0x38, 0xc4, 0x2e, 0x1f, 0x42, 0x43, 0x58, 0xd9, 0x0d, 0x6d, 0xff, 0x2c, + 0x93, 0x65, 0xf1, 0x65, 0x2f, 0x09, 0x46, 0xdd, 0x81, 0xf9, 0xa4, 0x60, 0x0f, 0xdd, 0x82, 0x92, + 0xaa, 0xed, 0x07, 0x66, 0x7c, 0x31, 0x6e, 0xc6, 0x49, 0x62, 0x85, 0x52, 0xca, 0x1d, 0x98, 0x15, + 0xfd, 0x02, 0xdd, 0x86, 0x0a, 0xb3, 0xee, 0x80, 0xcd, 0x62, 0x2e, 0x1b, 0x25, 0xa0, 0x94, 0x3f, + 0x4f, 0x68, 0x43, 0xc3, 0xd2, 0x49, 0x38, 0xe5, 0x26, 0x25, 0xbe, 0x2d, 0xc0, 0xb9, 0xe7, 0x74, + 0xdd, 0x39, 0x28, 0x0f, 0x1c, 0x38, 0x7e, 0xa5, 0x94, 0x8e, 0x75, 0xa5, 0xfc, 0x09, 0x4c, 0xeb, + 0x86, 0xe7, 0x98, 0xea, 0x51, 0x8f, 0x8e, 0x2e, 0x4c, 0x30, 0xba, 0xce, 0x47, 0x6c, 0xab, 0xd4, + 0x72, 0xe2, 0xd9, 0xa7, 0x49, 0x4e, 0xbd, 0x58, 0x6e, 0xea, 0x4e, 0x2c, 0xe3, 0x55, 0x9a, 0x60, + 0x68, 0x98, 0x0f, 0xfb, 0x00, 0xaa, 0xa6, 0xcd, 0x42, 0x37, 0xc7, 0x4d, 0x63, 0x26, 0x1c, 0x50, + 0x93, 0x91, 0xc4, 0xc4, 0xbf, 0xb2, 0xad, 0xe0, 0x54, 0x1a, 0x33, 0x32, 0xa0, 0x96, 0xff, 0xb5, + 0x00, 0x88, 0xad, 0xfe, 0x84, 0x17, 0x2e, 0x62, 0x8a, 0x13, 0x2f, 0x2a, 0xbb, 0x37, 0x7c, 0x28, + 0x26, 0x09, 0x8b, 0x13, 0xed, 0x46, 0x2c, 0x85, 0x78, 0xe2, 0x05, 0x15, 0xb7, 0xb1, 0x7c, 0xbc, + 0x6d, 0x0c, 0x52, 0x8c, 0x53, 0x93, 0xa5, 0x18, 0xe5, 0xaf, 0x4b, 0x50, 0xa2, 0xf9, 0xaf, 0xe4, + 0x89, 0x11, 0x7f, 0x85, 0x2a, 0x24, 0x5e, 0xa1, 0xae, 0x24, 0x2c, 0xb5, 0xc8, 0x13, 0xa8, 0x31, + 0x5b, 0x1c, 0xf3, 0xbe, 0x31, 0x3a, 0xbf, 0x1a, 0xda, 0x13, 0xcf, 0xaf, 0x86, 0x16, 0xd3, 0x8a, + 0x59, 0x0c, 0x4f, 0x93, 0x04, 0x6d, 0x21, 0x85, 0x52, 0x4d, 0xa4, 0x50, 0x2e, 0x43, 0x3d, 0x96, + 0x60, 0xa6, 0x31, 0xb5, 0xa6, 0x40, 0x94, 0x5f, 0x26, 0xe7, 0x15, 0x5b, 0x29, 0xf2, 0x19, 0xd8, + 0x68, 0xd6, 0xd1, 0xd5, 0xd1, 0x55, 0x98, 0xe9, 0xab, 0x03, 0xac, 0xd1, 0x17, 0x62, 0x42, 0x50, + 0x67, 0xc5, 0x22, 0x51, 0x27, 0x83, 0x14, 0x9e, 0x8f, 0x55, 0x5a, 0x07, 0x34, 0xcd, 0xb1, 0x1c, + 0x69, 0x77, 0xe9, 0x15, 0xd6, 0xb6, 0x4c, 0xc3, 0xc2, 0xcd, 0x19, 0x7a, 0x76, 0xf2, 0x56, 0x22, + 0xbd, 0x3b, 0x9b, 0x4c, 0xef, 0x26, 0x4e, 0x91, 0xb9, 0xd3, 0x9c, 0x22, 0x8d, 0x63, 0x9d, 0x22, + 0xdf, 0x4a, 0x30, 0x13, 0x62, 0xf6, 0x20, 0xe3, 0x4a, 0xe3, 0xbe, 0x90, 0xcb, 0xbd, 0x9a, 0x4c, + 0x92, 0x86, 0xf4, 0x51, 0x4b, 0x81, 0x61, 0x08, 0xfe, 0x5b, 0xbf, 0x91, 0xa0, 0x16, 0x7e, 0x41, + 0x37, 0xa0, 0x4c, 0xd9, 0xf1, 0x30, 0x99, 0x91, 0x19, 0x66, 0xdf, 0xbf, 0xef, 0xa4, 0x6b, 0x1b, + 0xca, 0x14, 0x47, 0xa2, 0xb7, 0xa1, 0x1c, 0x4f, 0x30, 0xa7, 0x73, 0xc2, 0xec, 0xb3, 0xfc, 0x8b, + 0x02, 0x2c, 0xd3, 0x83, 0xff, 0x94, 0xef, 0x63, 0xe8, 0x4f, 0x61, 0x8a, 0x65, 0xb1, 0x78, 0x98, + 0xba, 0x17, 0x97, 0x38, 0x52, 0x42, 0x3a, 0xc5, 0x45, 0xc9, 0x15, 0xce, 0xaf, 0xf5, 0x12, 0x2e, + 0x64, 0x53, 0x44, 0x89, 0x4c, 0x29, 0x2f, 0x91, 0x59, 0x48, 0x24, 0x32, 0xe3, 0x8e, 0x56, 0x14, + 0x1d, 0x4d, 0xfe, 0xcb, 0x02, 0x20, 0xca, 0xf7, 0xb4, 0xf8, 0x2e, 0x84, 0x71, 0xc5, 0x1c, 0x18, + 0x57, 0x12, 0x81, 0xc9, 0x56, 0x1a, 0xc6, 0x4d, 0x70, 0x89, 0x4f, 0x62, 0xbc, 0x07, 0x19, 0x18, + 0x6f, 0x6a, 0x3c, 0x9b, 0x24, 0x00, 0x94, 0x5f, 0x40, 0x2b, 0xbd, 0x0a, 0x5e, 0x04, 0x11, 0x12, + 0x40, 0xe4, 0x52, 0x6a, 0x9f, 0xb3, 0xd1, 0xc8, 0xfa, 0x7f, 0xb4, 0x61, 0x6a, 0x9b, 0x92, 0xa2, + 0x4f, 0x01, 0xa2, 0x7a, 0x32, 0x24, 0x56, 0xb5, 0x24, 0xeb, 0xcc, 0x5a, 0x17, 0x52, 0xda, 0x77, + 0x06, 0x8e, 0x7f, 0x24, 0xa3, 0xbf, 0xf8, 0xf7, 0xff, 0xfe, 0x55, 0x61, 0x5a, 0x86, 0xf6, 0xc1, + 0x7a, 0x9b, 0x3d, 0xe8, 0x21, 0x0b, 0x66, 0x84, 0x1a, 0x33, 0xb4, 0x92, 0xe0, 0x9d, 0xba, 0x69, + 0xe5, 0xb2, 0xbf, 0x4a, 0xd9, 0x2f, 0xcb, 0x4d, 0xc2, 0x9e, 0xfa, 0x72, 0xfb, 0x75, 0x70, 0x40, + 0xbf, 0x69, 0xab, 0xba, 0x7e, 0x57, 0x5a, 0x45, 0x7f, 0x23, 0x01, 0x4a, 0x57, 0xa1, 0xa1, 0xeb, + 0x82, 0xd4, 0xbc, 0x2a, 0xb5, 0xd6, 0x82, 0x80, 0xe1, 0xd8, 0x6d, 0x45, 0xde, 0xfa, 0x7a, 0x63, + 0x7e, 0x77, 0x0e, 0x66, 0xa0, 0x76, 0x5f, 0xf5, 0x0c, 0x8d, 0x8c, 0x46, 0x3f, 0xa0, 0xba, 0xac, + 0xca, 0x97, 0x89, 0x2e, 0x3c, 0x6f, 0xda, 0x56, 0x63, 0x7c, 0xdb, 0xac, 0x6c, 0xf3, 0x6e, 0x98, + 0x54, 0x4d, 0x2a, 0xc6, 0xab, 0x2c, 0x73, 0x15, 0x13, 0x6a, 0xd3, 0xce, 0x52, 0x31, 0x56, 0x6b, + 0x1a, 0x29, 0xf6, 0x2b, 0x09, 0xe6, 0x53, 0x15, 0x67, 0xe8, 0x5a, 0x9e, 0x5e, 0xf1, 0x82, 0xb4, + 0x6c, 0xb5, 0x36, 0x73, 0xd5, 0x7a, 0x47, 0xbe, 0x94, 0xab, 0x16, 0x2d, 0x1f, 0x8d, 0xb4, 0xfa, + 0x3b, 0x09, 0xce, 0x65, 0x95, 0x99, 0xa1, 0x1b, 0x79, 0x8a, 0x25, 0x92, 0xdf, 0xd9, 0xba, 0x3d, + 0xc8, 0xd5, 0xed, 0x5d, 0xf9, 0x4a, 0xae, 0x6e, 0xc1, 0xd1, 0x1e, 0xa9, 0xf7, 0x8d, 0x04, 0x17, + 0xb2, 0x4b, 0xc5, 0xd0, 0x3b, 0x79, 0x0a, 0xa6, 0xca, 0xc9, 0xb2, 0x55, 0xfc, 0x28, 0x57, 0xc5, + 0x35, 0xf9, 0x6a, 0xae, 0x8a, 0x11, 0x7a, 0xc8, 0x37, 0x39, 0x5e, 0x77, 0x9a, 0x6b, 0x72, 0x42, + 0x11, 0xd9, 0x59, 0x9a, 0x1c, 0xf3, 0xe7, 0x7c, 0x93, 0x63, 0x95, 0xae, 0xb9, 0x26, 0x17, 0xaf, + 0x1c, 0x3b, 0x4b, 0x93, 0xa3, 0x88, 0x2a, 0xd2, 0x4a, 0x85, 0xe9, 0x78, 0x3d, 0x18, 0x12, 0x12, + 0x25, 0x19, 0x95, 0x62, 0xb9, 0x81, 0xaa, 0x49, 0x25, 0x23, 0xb9, 0x11, 0xc5, 0xc1, 0xf6, 0x2e, + 0x19, 0x8f, 0x5e, 0x40, 0x3d, 0x56, 0x0e, 0x84, 0x84, 0x48, 0x9d, 0xae, 0x13, 0x6a, 0xa5, 0x41, + 0x8c, 0x7c, 0x8e, 0xf2, 0x9e, 0x95, 0x6b, 0x61, 0x10, 0x24, 0x51, 0xef, 0xa7, 0x30, 0x23, 0x14, + 0xf3, 0x88, 0x51, 0x36, 0xab, 0xce, 0x67, 0x5c, 0x10, 0x5f, 0x8d, 0x07, 0x71, 0x0d, 0xea, 0xb1, + 0x1a, 0x1f, 0x51, 0xed, 0x74, 0xf1, 0x4f, 0x2e, 0xeb, 0x8b, 0x94, 0xf5, 0x85, 0xd5, 0x73, 0x59, + 0x01, 0x1c, 0xfd, 0x5c, 0x82, 0xb7, 0x72, 0x0a, 0x83, 0xd0, 0x6a, 0x5a, 0x62, 0x1e, 0x76, 0xc9, + 0x95, 0x7e, 0x93, 0x4a, 0x97, 0x57, 0x57, 0x88, 0xf4, 0x18, 0x52, 0x6a, 0xbf, 0x16, 0xc1, 0xd4, + 0x1b, 0x64, 0xc3, 0x42, 0x46, 0x61, 0x11, 0x7a, 0x3b, 0xad, 0x44, 0x56, 0x9a, 0x7e, 0x9c, 0x59, + 0xac, 0x52, 0xb3, 0x88, 0xe7, 0x28, 0xd1, 0x41, 0x50, 0x8b, 0x95, 0xc8, 0x56, 0xdc, 0x18, 0x53, + 0x19, 0x34, 0x56, 0xe4, 0x32, 0x15, 0xf9, 0x56, 0x0b, 0x11, 0x91, 0x1e, 0x1b, 0xda, 0xd6, 0x29, + 0x23, 0x62, 0x36, 0xdb, 0x00, 0x0f, 0xb1, 0x1f, 0xfc, 0x15, 0x44, 0x0e, 0x13, 0xd1, 0xe3, 0x38, + 0xb1, 0xbc, 0x40, 0x39, 0xcf, 0xa0, 0x7a, 0xcc, 0xbb, 0xd0, 0x63, 0xa8, 0x06, 0xc5, 0x3b, 0x48, + 0x78, 0x6a, 0x4c, 0x94, 0xf4, 0x88, 0x86, 0x4d, 0xbf, 0xc8, 0x0d, 0xca, 0x10, 0x50, 0x95, 0x30, + 0xa4, 0xd5, 0x11, 0x3b, 0x50, 0xff, 0x08, 0xab, 0xa6, 0xbf, 0xa7, 0xed, 0x61, 0x6d, 0x3f, 0x57, + 0xbd, 0xbc, 0xb9, 0x73, 0x4f, 0x41, 0xd3, 0xed, 0xbd, 0x18, 0x97, 0x9f, 0xc1, 0xf9, 0xcc, 0x12, + 0x08, 0x74, 0x33, 0xae, 0xd2, 0xa8, 0x2a, 0x89, 0x5c, 0x81, 0xd7, 0xa8, 0xc0, 0x4b, 0xf2, 0x42, + 0xcc, 0xed, 0xd3, 0x27, 0x47, 0x1f, 0x6a, 0x61, 0xe9, 0x03, 0x12, 0x92, 0x58, 0xc9, 0x8a, 0x88, + 0xb1, 0x82, 0x16, 0x33, 0x81, 0xd0, 0x17, 0xb6, 0x61, 0x91, 0xcd, 0xfd, 0x12, 0x66, 0xc5, 0xa2, + 0x09, 0x24, 0x14, 0x9a, 0x65, 0x16, 0x54, 0x9c, 0x50, 0xe4, 0xbe, 0xa1, 0xed, 0x13, 0x91, 0x5f, + 0x00, 0x44, 0xef, 0xd6, 0x28, 0xf9, 0x68, 0x7e, 0x30, 0x59, 0x94, 0xb8, 0x4e, 0x45, 0x5d, 0x96, + 0x5b, 0x99, 0xa2, 0x4c, 0xc2, 0x87, 0xc8, 0xd2, 0x00, 0x1e, 0x1b, 0xd6, 0x3e, 0xc7, 0x77, 0xf9, + 0x7f, 0x4d, 0x90, 0x2b, 0x47, 0xa6, 0x72, 0x2e, 0xca, 0x6f, 0xc5, 0xcf, 0x07, 0xd3, 0xb0, 0xf6, + 0x03, 0xe8, 0x16, 0x09, 0xe1, 0x58, 0x2d, 0xff, 0xef, 0x01, 0x4e, 0x20, 0x84, 0xc3, 0x30, 0x69, + 0x15, 0x7d, 0x0e, 0x35, 0x22, 0x84, 0xe1, 0xae, 0xdc, 0x8a, 0xfe, 0x5c, 0x11, 0x57, 0xa8, 0x88, + 0x25, 0xf9, 0x42, 0x4a, 0x04, 0x83, 0x54, 0xd2, 0x2a, 0xf2, 0x60, 0x3a, 0x5e, 0x1e, 0x20, 0x9e, + 0x6c, 0x19, 0x85, 0x03, 0xb9, 0xb2, 0x56, 0xa9, 0xac, 0x6b, 0xcc, 0x0c, 0x04, 0x59, 0x69, 0x43, + 0xb7, 0x61, 0x96, 0xb0, 0x8e, 0x21, 0xa3, 0xd1, 0xc5, 0xf2, 0xb9, 0x42, 0xdf, 0xa6, 0x42, 0x57, + 0xe4, 0xa5, 0x94, 0xd0, 0x18, 0xe8, 0x89, 0x36, 0x8b, 0xa3, 0x9c, 0xfc, 0x92, 0xf7, 0x13, 0x6c, + 0x16, 0x07, 0x30, 0xd1, 0x66, 0x31, 0xc4, 0x92, 0x5b, 0xb4, 0x7e, 0x82, 0xcd, 0x62, 0x60, 0x44, + 0x5a, 0x45, 0x3f, 0x83, 0x85, 0x8c, 0x42, 0x0a, 0xf1, 0xf4, 0xc9, 0xaf, 0xb4, 0x68, 0x5d, 0xca, + 0x2f, 0x6d, 0x26, 0xa3, 0xe4, 0x15, 0xaa, 0x41, 0x0b, 0xd1, 0x5b, 0x14, 0xaf, 0xc0, 0x68, 0xbf, + 0x8e, 0x8a, 0x33, 0xde, 0xa0, 0x6d, 0xa8, 0x13, 0xca, 0x20, 0x30, 0x4e, 0x74, 0x2c, 0x70, 0xe2, + 0x00, 0x3d, 0xa0, 0x38, 0x7a, 0x78, 0x4e, 0xf6, 0x25, 0xa8, 0xad, 0x48, 0x44, 0x85, 0x64, 0xcd, + 0x45, 0xeb, 0x7c, 0x0a, 0xf2, 0x50, 0xad, 0xe7, 0x29, 0xdf, 0x3a, 0x8a, 0x60, 0x0f, 0x89, 0x6f, + 0x62, 0xf9, 0x84, 0x18, 0xdf, 0x32, 0x4b, 0x2b, 0x5a, 0x8b, 0xb9, 0x65, 0x7d, 0xc1, 0xd6, 0xa0, + 0xec, 0x10, 0x47, 0x4f, 0xa4, 0x5f, 0x4a, 0x70, 0x21, 0xbb, 0xfa, 0x42, 0x44, 0xfd, 0x23, 0x2b, + 0x34, 0x5a, 0x57, 0x46, 0x16, 0x13, 0x51, 0x5d, 0x38, 0x56, 0x41, 0xe3, 0xb1, 0xca, 0xa7, 0x6c, + 0xb3, 0x78, 0x79, 0x85, 0x08, 0xcd, 0xd2, 0x75, 0x17, 0xe2, 0xf2, 0x86, 0xef, 0xd0, 0xe2, 0xf2, + 0xd2, 0xf7, 0x66, 0xf4, 0x25, 0xab, 0x88, 0x11, 0x21, 0xd0, 0xb5, 0x24, 0xfb, 0x4c, 0x00, 0x74, + 0x31, 0xef, 0x69, 0x96, 0xca, 0xe2, 0x30, 0x08, 0xa5, 0x61, 0xd0, 0x37, 0x12, 0xab, 0x15, 0x49, + 0xa0, 0xa0, 0xeb, 0x49, 0xa1, 0xd9, 0x18, 0x68, 0x39, 0xf7, 0xfd, 0x85, 0x8a, 0x7d, 0x40, 0xc5, + 0xde, 0x63, 0x76, 0x1f, 0x40, 0xa1, 0xd7, 0x51, 0xd6, 0xe8, 0xcd, 0x67, 0xd7, 0x90, 0x9c, 0xf7, + 0xad, 0xfd, 0x9a, 0xbf, 0x53, 0xbd, 0x41, 0x0e, 0x33, 0xbb, 0xa8, 0x08, 0x21, 0x6d, 0x76, 0xa9, + 0x02, 0x05, 0xd1, 0xec, 0x84, 0xdc, 0xa6, 0xe8, 0x8f, 0x44, 0x4a, 0x24, 0x8b, 0x1b, 0xfa, 0x57, + 0x30, 0x9f, 0x7a, 0x95, 0x16, 0x77, 0x22, 0xef, 0xd1, 0x3a, 0x37, 0x0c, 0xdd, 0xa0, 0x42, 0xaf, + 0xc8, 0x17, 0x33, 0x6d, 0xdd, 0x61, 0xec, 0x48, 0x30, 0xb2, 0x01, 0xa5, 0x5f, 0x97, 0xc5, 0x1d, + 0xc9, 0x7d, 0x7d, 0x6e, 0xb5, 0x72, 0x77, 0xc4, 0x93, 0x2f, 0x50, 0x0d, 0x1a, 0x72, 0x3d, 0xb6, + 0xe4, 0x2c, 0xfa, 0x55, 0x14, 0x47, 0x7b, 0x30, 0xb4, 0x34, 0x34, 0x27, 0x48, 0x71, 0xb4, 0x56, + 0xb2, 0x43, 0x56, 0xbe, 0xde, 0x90, 0x77, 0x57, 0x60, 0x0e, 0xea, 0x1f, 0xb1, 0x47, 0x66, 0x76, + 0xf1, 0xa3, 0xf7, 0x40, 0xac, 0xba, 0xd8, 0xfd, 0xf8, 0xd0, 0xe7, 0xf7, 0xc0, 0x1b, 0xf2, 0x34, + 0x91, 0xe4, 0x3a, 0x5a, 0xfb, 0xb5, 0xa1, 0xbf, 0xb9, 0x1b, 0xbc, 0x58, 0x7f, 0x46, 0x00, 0x62, + 0xec, 0x03, 0xea, 0xc3, 0xf4, 0x73, 0xcb, 0x3c, 0x15, 0xb2, 0x10, 0xc0, 0x52, 0x10, 0xe4, 0x87, + 0x56, 0x02, 0x5b, 0x84, 0x82, 0x4e, 0x8e, 0x2e, 0x46, 0x09, 0x8a, 0xf0, 0x85, 0x0e, 0x75, 0x26, + 0xe8, 0xa4, 0x08, 0x43, 0x48, 0xbc, 0x25, 0xc4, 0x84, 0x18, 0x63, 0x00, 0xb3, 0x4c, 0x4a, 0x88, + 0x32, 0x46, 0x15, 0x1b, 0x1e, 0xef, 0xb0, 0xe7, 0xb2, 0x42, 0x8c, 0x41, 0x21, 0x4d, 0x83, 0x89, + 0x3b, 0x3d, 0xbe, 0xe0, 0xc1, 0x56, 0x5e, 0xce, 0x10, 0x29, 0x22, 0x8c, 0x70, 0xcb, 0x4e, 0x8e, + 0x31, 0x46, 0x6d, 0x59, 0x84, 0x32, 0xc2, 0x2d, 0x3b, 0x29, 0xce, 0x18, 0xb5, 0x65, 0x21, 0xd2, + 0x50, 0x61, 0x46, 0x78, 0x74, 0x16, 0xb3, 0x06, 0x59, 0xef, 0xd1, 0xb9, 0xf2, 0xb8, 0x3b, 0xb7, + 0xe2, 0xd7, 0x41, 0x22, 0xe2, 0x25, 0xd4, 0x63, 0x2f, 0xab, 0xe2, 0xf1, 0x94, 0x7e, 0x72, 0xcd, + 0x65, 0x7f, 0x99, 0xb2, 0x5f, 0x6c, 0x65, 0x66, 0x0e, 0x88, 0x9c, 0xbf, 0x96, 0xe0, 0x42, 0xf6, + 0x93, 0x86, 0x78, 0x32, 0x8f, 0x7c, 0xf6, 0x68, 0x8d, 0x2e, 0xf3, 0x95, 0x6f, 0xf1, 0x44, 0xd7, + 0xd8, 0x53, 0xf9, 0x2e, 0x7f, 0x28, 0x41, 0x3e, 0x2c, 0x64, 0x64, 0xee, 0x45, 0x2c, 0x97, 0x9f, + 0xda, 0x1f, 0x71, 0xa4, 0x6d, 0x68, 0xfb, 0x9e, 0xb8, 0xe8, 0x51, 0x0c, 0xbd, 0xff, 0x7f, 0x85, + 0xaf, 0x37, 0x7e, 0x57, 0x40, 0x43, 0x98, 0x61, 0xd9, 0xfd, 0x95, 0x8d, 0xa7, 0xdd, 0x95, 0x83, + 0x75, 0xb9, 0x07, 0x57, 0x9e, 0xed, 0xe1, 0x95, 0xa0, 0x93, 0x96, 0xb7, 0x79, 0x2b, 0x6f, 0xaf, + 0x6c, 0xda, 0x96, 0xef, 0x1a, 0xbb, 0x43, 0xdf, 0x26, 0x07, 0xcb, 0x9e, 0xef, 0x3b, 0xde, 0xdd, + 0x76, 0xbb, 0x6f, 0xf8, 0x7b, 0xc3, 0xdd, 0x35, 0xcd, 0x1e, 0xb4, 0xf7, 0xb0, 0x6b, 0x1b, 0x9a, + 0xa9, 0xee, 0x7a, 0x6d, 0xa6, 0x50, 0xeb, 0xdc, 0x1e, 0x36, 0x4d, 0xfb, 0x5e, 0xf4, 0x81, 0xd0, + 0xad, 0x17, 0xd7, 0xd7, 0x6e, 0xb5, 0x66, 0xdf, 0x5f, 0xbf, 0xb3, 0x76, 0x6b, 0xed, 0xd6, 0xda, + 0xfb, 0x77, 0xef, 0xdc, 0xfe, 0xd1, 0xad, 0x55, 0x49, 0x5a, 0x6f, 0xa8, 0x8e, 0x63, 0xf2, 0x53, + 0xbe, 0xfd, 0x85, 0x67, 0x5b, 0x77, 0x53, 0x3d, 0x9f, 0xfd, 0x04, 0xe6, 0xe2, 0xd9, 0xbb, 0x42, + 0x55, 0x4a, 0x84, 0x71, 0x58, 0x16, 0xc3, 0xfc, 0x6c, 0xb5, 0xd0, 0x0a, 0x8b, 0x8d, 0x56, 0x0a, + 0x3c, 0xfd, 0x17, 0xd1, 0xbb, 0x77, 0x61, 0x89, 0x4f, 0xd5, 0xc3, 0xee, 0x01, 0x76, 0x57, 0x74, + 0x5b, 0x1b, 0x0e, 0xb0, 0xc5, 0xfe, 0x1d, 0x08, 0xb4, 0x14, 0x4c, 0x54, 0x9c, 0x44, 0x5b, 0xb7, + 0x35, 0x0f, 0x16, 0x35, 0x7b, 0xb0, 0x16, 0xfb, 0x10, 0xed, 0xc3, 0xfd, 0x1a, 0x63, 0xba, 0xe1, + 0x18, 0x4f, 0xa5, 0xcf, 0x8a, 0xaa, 0x63, 0x7c, 0x53, 0x28, 0x6d, 0x3f, 0x7a, 0x7a, 0xff, 0x1f, + 0x0b, 0xfc, 0x31, 0x65, 0x77, 0x8a, 0x5a, 0xef, 0xed, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x0c, + 0xbe, 0xc3, 0x44, 0x28, 0x43, 0x00, 0x00, } diff --git a/api/api.proto b/api/api.proto index 39d0dd5bc..c9ddd40cb 100644 --- a/api/api.proto +++ b/api/api.proto @@ -35,33 +35,6 @@ option csharp_namespace = "Nakama"; option objc_class_prefix = "NKPB"; -// NOTE: we will no longer return server time. -// NOTE: we will implement a logout message later. -// NOTE: unlink will behave exactly like link/register now. -// NOTE: last_online_at is now online in user messages. -// NOTE: metadata will not be modifiable in user, self, and group messages. -// NOTE: group state will become an enum. Join will now be JOIN_REQUEST. -// NOTE: topic will now be known as channel. -// NOTE: we will flatten realtime messages to be simpler as JSON inputs. -// NOTE: remove bucket field and concept from server. -// NOTE: remove expires_at field and concept from server. -// NOTE: leaderboard sort field will become an enum. -// NOTE: we will use plural to describe batched results and list to describe results with a cursor. -// NOTE: TLeaderboardsRecordsFetch should return the current user's records from 1+ leaderboard ids. -// NOTE: add conditional get support to storage fetch operations. -// NOTE: record field in storage objects will be renamed to id. We should also refer to them as "storage objects" in docs. -// NOTE: a user's handle will now be called "username" (and "nickname" will be non-unique). -// NOTE: user records will now contain device messages which will store device specific details. -// NOTE: all timestamps will use UNIX time (i.e. in seconds). -// NOTE: we'll use a healthcheck on a separate port for GCLB with our GRPC server. -// NOTE: we'll add nk.timemillis() as a helper for millisecond resolution to Lua runtime. -// NOTE: Facebook, (and maybe Google, Game Center, and Steam) will belong on a user not the self message. -// NOTE: self message will now be called account. -// NOTE: add batch friend operations. -// NOTE: all batch operations will be limited to 100 results. -// NOTE: all list operations will return 1 by default and start at 1 up to 100 results. -// NOTE: before/after hook names will not be downcased by default. - option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = { info: { title: "Nakama API v2"; @@ -72,6 +45,7 @@ option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = { email: "hello@heroiclabs.com"; }; }; + host: "127.0.0.1:7350"; external_docs: { url: "https://heroiclabs.com/docs"; description: "Nakama server documentation"; @@ -79,6 +53,36 @@ option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = { schemes: HTTP; consumes: "application/json"; produces: "application/json"; + security_definitions: { + security: { + key: "BasicAuth"; + value: { + type: TYPE_BASIC; + } + } + security: { + // Made up security so we can apply "Bearer " + key: "BearerJwt"; + value: { + type: TYPE_INVALID; + } + } + security: { + key: "HttpKeyAuth"; + value: { + type: TYPE_API_KEY; + in: IN_HEADER; + name: "http_key"; + } + } + } + // Default security definition. + security: { + security_requirement: { + key: "BearerJwt"; + value: {}; + } + } }; /** @@ -104,6 +108,14 @@ service Nakama { post: "/v2/account/authenticate/custom", body: "account" }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + security: { + security_requirement: { + key: "BasicAuth"; + value: {}; + } + } + }; } // Authenticate a user with a device id against the server. @@ -112,6 +124,14 @@ service Nakama { post: "/v2/account/authenticate/device", body: "account" }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + security: { + security_requirement: { + key: "BasicAuth"; + value: {}; + } + } + }; } // Authenticate a user with an email+password against the server. @@ -120,6 +140,14 @@ service Nakama { post: "/v2/account/authenticate/email", body: "account" }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + security: { + security_requirement: { + key: "BasicAuth"; + value: {}; + } + } + }; } // Authenticate a user with a Facebook OAuth token against the server. @@ -128,6 +156,14 @@ service Nakama { post: "/v2/account/authenticate/facebook", body: "account" }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + security: { + security_requirement: { + key: "BasicAuth"; + value: {}; + } + } + }; } // Authenticate a user with Apple's GameCenter against the server. @@ -136,6 +172,14 @@ service Nakama { post: "/v2/account/authenticate/gamecenter", body: "account" }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + security: { + security_requirement: { + key: "BasicAuth"; + value: {}; + } + } + }; } // Authenticate a user with Google against the server. @@ -144,6 +188,14 @@ service Nakama { post: "/v2/account/authenticate/google", body: "account" }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + security: { + security_requirement: { + key: "BasicAuth"; + value: {}; + } + } + }; } // Authenticate a user with Steam against the server. @@ -152,6 +204,14 @@ service Nakama { post: "/v2/account/authenticate/steam", body: "account" }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + security: { + security_requirement: { + key: "BasicAuth"; + value: {}; + } + } + }; } // Block one or more users by ID or username. @@ -184,7 +244,7 @@ service Nakama { option (google.api.http).delete = "/v2/leaderboard/{leaderboard_id}"; } - // Delete one or more users by ID or username. + // Delete one or more notifications for the current user. rpc DeleteNotifications (DeleteNotificationsRequest) returns (google.protobuf.Empty) { option (google.api.http).delete = "/v2/notification"; } @@ -375,6 +435,19 @@ service Nakama { get: "/v2/rpc/{id}" } }; + option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = { + // Either HTTP key in query param or Bearer authentication. + security: { + security_requirement: { + key: "HttpKeyAuth"; + value: {}; + } + security_requirement: { + key: "BearerJwt"; + value: {}; + } + } + }; } // Remove the custom ID from the social profiles on the current user's account. diff --git a/api/api.swagger.json b/api/api.swagger.json index 6ecc1ae75..d712b4133 100644 --- a/api/api.swagger.json +++ b/api/api.swagger.json @@ -9,6 +9,7 @@ "email": "hello@heroiclabs.com" } }, + "host": "127.0.0.1:7350", "schemes": [ "http" ], @@ -102,6 +103,11 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BasicAuth": [] + } ] } }, @@ -129,6 +135,11 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BasicAuth": [] + } ] } }, @@ -156,6 +167,11 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BasicAuth": [] + } ] } }, @@ -183,6 +199,11 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BasicAuth": [] + } ] } }, @@ -210,6 +231,11 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BasicAuth": [] + } ] } }, @@ -237,6 +263,11 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BasicAuth": [] + } ] } }, @@ -264,6 +295,11 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BasicAuth": [] + } ] } }, @@ -720,6 +756,28 @@ } } }, + "parameters": [ + { + "name": "ids", + "description": "The account id of a user.", + "in": "query", + "required": false, + "type": "array", + "items": { + "type": "string" + } + }, + { + "name": "usernames", + "description": "The account username of a user.", + "in": "query", + "required": false, + "type": "array", + "items": { + "type": "string" + } + } + ], "tags": [ "Nakama" ] @@ -1292,7 +1350,7 @@ ] }, "delete": { - "summary": "Delete one or more users by ID or username.", + "summary": "Delete one or more notifications for the current user.", "operationId": "DeleteNotifications", "responses": { "200": { @@ -1302,6 +1360,18 @@ } } }, + "parameters": [ + { + "name": "ids", + "description": "The id of notifications.", + "in": "query", + "required": false, + "type": "array", + "items": { + "type": "string" + } + } + ], "tags": [ "Nakama" ] @@ -1343,6 +1413,12 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BearerJwt": [], + "HttpKeyAuth": [] + } ] }, "post": { @@ -1374,6 +1450,12 @@ ], "tags": [ "Nakama" + ], + "security": [ + { + "BearerJwt": [], + "HttpKeyAuth": [] + } ] } }, @@ -2678,44 +2760,30 @@ }, "description": "Write objects to the storage engine." }, - "protobufBoolValue": { - "type": "object", - "properties": { - "value": { - "type": "boolean", - "format": "boolean", - "description": "The bool value." - } - }, - "description": "Wrapper message for `bool`.\n\nThe JSON representation for `BoolValue` is JSON `true` and `false`." - }, "protobufEmpty": { "type": "object", "description": "service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", "title": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:" + } + }, + "securityDefinitions": { + "BasicAuth": { + "type": "basic" }, - "protobufInt32Value": { - "type": "object", - "properties": { - "value": { - "type": "integer", - "format": "int32", - "description": "The int32 value." - } - }, - "description": "Wrapper message for `int32`.\n\nThe JSON representation for `Int32Value` is JSON number." + "BearerJwt": { + "type": "" }, - "protobufStringValue": { - "type": "object", - "properties": { - "value": { - "type": "string", - "description": "The string value." - } - }, - "description": "Wrapper message for `string`.\n\nThe JSON representation for `StringValue` is JSON string." + "HttpKeyAuth": { + "type": "apiKey", + "name": "http_key", + "in": "header" } }, + "security": [ + { + "BearerJwt": [] + } + ], "externalDocs": { "description": "Nakama server documentation", "url": "https://heroiclabs.com/docs" diff --git a/build/perf/nakama2.jmx b/build/perf/nakama2.jmx deleted file mode 100644 index 8ab7bdd0f..000000000 --- a/build/perf/nakama2.jmx +++ /dev/null @@ -1,41 +0,0 @@ - - - - - false - - saveConfig - - - true - true - true - - true - true - true - true - false - true - true - false - false - false - true - false - false - false - true - 0 - true - true - true - true - true - - - - - - - diff --git a/console/console.swagger.json b/console/console.swagger.json index 84e5faf3a..b249b7244 100644 --- a/console/console.swagger.json +++ b/console/console.swagger.json @@ -591,42 +591,10 @@ }, "description": "*\nA user's session used to authenticate messages." }, - "protobufBoolValue": { - "type": "object", - "properties": { - "value": { - "type": "boolean", - "format": "boolean", - "description": "The bool value." - } - }, - "description": "Wrapper message for `bool`.\n\nThe JSON representation for `BoolValue` is JSON `true` and `false`." - }, "protobufEmpty": { "type": "object", "description": "service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.", "title": "A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:" - }, - "protobufInt32Value": { - "type": "object", - "properties": { - "value": { - "type": "integer", - "format": "int32", - "description": "The int32 value." - } - }, - "description": "Wrapper message for `int32`.\n\nThe JSON representation for `Int32Value` is JSON number." - }, - "protobufStringValue": { - "type": "object", - "properties": { - "value": { - "type": "string", - "description": "The string value." - } - }, - "description": "Wrapper message for `string`.\n\nThe JSON representation for `StringValue` is JSON string." } }, "externalDocs": { diff --git a/server/config.go b/server/config.go index 9b69438b6..b40ba9556 100644 --- a/server/config.go +++ b/server/config.go @@ -306,7 +306,7 @@ func NewSocketConfig() *SocketConfig { return &SocketConfig{ ServerKey: "defaultkey", Port: 7350, - MaxMessageSizeBytes: 2048, + MaxMessageSizeBytes: 4096, ReadTimeoutMs: 10 * 1000, WriteTimeoutMs: 10 * 1000, IdleTimeoutMs: 60 * 1000, @@ -330,7 +330,7 @@ type DatabaseConfig struct { // NewDatabaseConfig creates a new DatabaseConfig struct. func NewDatabaseConfig() *DatabaseConfig { return &DatabaseConfig{ - Addresses: []string{"root@localhost:26257"}, + Addresses: []string{"root@127.0.0.1:26257"}, ConnMaxLifetimeMs: 0, MaxOpenConns: 0, MaxIdleConns: 100, -- GitLab