From 2531f4783d08d657472f4e735f530fc0f68ba043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20L=C3=A5ng?= Date: Tue, 20 Sep 2022 06:02:21 +0000 Subject: [PATCH] Release 0.8.5 --- CHANGELOG.md | 8 + .../speechly_config_v1_config_api.pb.swift | 14 ++ .../speechly/config/v1/config_api.pb.cc | 89 ++++---- .../speechly/config/v1/config_api.pb.h | 8 +- docs/analytics.md | 2 + go/speechly/config/v1/config_api.pb.go | 191 +++++++++--------- javascript/package-lock.json | 4 +- javascript/package.json | 2 +- speechly_api.pb | Bin 145238 -> 145491 bytes 9 files changed, 182 insertions(+), 136 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e90a1f..fd58403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.5](https://github.com/speechly/api/tree/0.8.5) (2022-09-20) + +[Full Changelog](https://github.com/speechly/api/compare/0.8.4...0.8.5) + +**Merged pull requests:** + +- Add new app statuses for inactive and deleted applications [\#47](https://github.com/speechly/api/pull/47) ([langma](https://github.com/langma)) + ## [0.8.4](https://github.com/speechly/api/tree/0.8.4) (2022-09-08) [Full Changelog](https://github.com/speechly/api/compare/0.8.3...0.8.4) diff --git a/Sources/SpeechlyAPI/speechly_config_v1_config_api.pb.swift b/Sources/SpeechlyAPI/speechly_config_v1_config_api.pb.swift index ab2d44f..fb77319 100644 --- a/Sources/SpeechlyAPI/speechly_config_v1_config_api.pb.swift +++ b/Sources/SpeechlyAPI/speechly_config_v1_config_api.pb.swift @@ -623,6 +623,12 @@ public struct Speechly_Config_V1_App { /// Indicates that the application has failed the training. case failed // = 4 + + /// The application has not been used in a while and has been marked as inactive. + case inactive // = 5 + + /// The aplication is deleted. + case deleted // = 6 case UNRECOGNIZED(Int) public init() { @@ -636,6 +642,8 @@ public struct Speechly_Config_V1_App { case 2: self = .training case 3: self = .trained case 4: self = .failed + case 5: self = .inactive + case 6: self = .deleted default: self = .UNRECOGNIZED(rawValue) } } @@ -647,6 +655,8 @@ public struct Speechly_Config_V1_App { case .training: return 2 case .trained: return 3 case .failed: return 4 + case .inactive: return 5 + case .deleted: return 6 case .UNRECOGNIZED(let i): return i } } @@ -668,6 +678,8 @@ extension Speechly_Config_V1_App.Status: CaseIterable { .training, .trained, .failed, + .inactive, + .deleted, ] } @@ -1692,5 +1704,7 @@ extension Speechly_Config_V1_App.Status: SwiftProtobuf._ProtoNameProviding { 2: .same(proto: "STATUS_TRAINING"), 3: .same(proto: "STATUS_TRAINED"), 4: .same(proto: "STATUS_FAILED"), + 5: .same(proto: "STATUS_INACTIVE"), + 6: .same(proto: "STATUS_DELETED"), ] } diff --git a/cpp/Speechly/speechly/config/v1/config_api.pb.cc b/cpp/Speechly/speechly/config/v1/config_api.pb.cc index ede0ed2..b4fbd6d 100644 --- a/cpp/Speechly/speechly/config/v1/config_api.pb.cc +++ b/cpp/Speechly/speechly/config/v1/config_api.pb.cc @@ -669,7 +669,7 @@ const char descriptor_table_protodef_speechly_2fconfig_2fv1_2fconfig_5fapi_2epro "C.speechly.config.v1.DownloadCurrentTrai" "ningDataResponse.ContentType\"X\n\013ContentT" "ype\022\034\n\030CONTENT_TYPE_UNSPECIFIED\020\000\022\025\n\021CON" - "TENT_TYPE_YAML\020\001\022\024\n\020CONTENT_TYPE_TAR\020\002\"\233" + "TENT_TYPE_YAML\020\001\022\024\n\020CONTENT_TYPE_TAR\020\002\"\305" "\003\n\003App\022\n\n\002id\030\001 \001(\t\022\020\n\010language\030\002 \001(\t\022.\n\006" "status\030\003 \001(\0162\036.speechly.config.v1.App.St" "atus\022\014\n\004name\030\004 \001(\t\022\022\n\nqueue_size\030\005 \001(\005\022\021" @@ -677,53 +677,54 @@ const char descriptor_table_protodef_speechly_2fconfig_2fv1_2fconfig_5fapi_2epro "_sec\030\007 \001(\005\022#\n\033estimated_training_time_se" "c\030\010 \001(\005\022\031\n\021training_time_sec\030\t \001(\005\022\014\n\004ta" "gs\030\n \003(\t\0224\n\020deployed_at_time\030\013 \001(\0132\032.goo" - "gle.protobuf.Timestamp\"l\n\006Status\022\026\n\022STAT" - "US_UNSPECIFIED\020\000\022\016\n\nSTATUS_NEW\020\001\022\023\n\017STAT" - "US_TRAINING\020\002\022\022\n\016STATUS_TRAINED\020\003\022\021\n\rSTA" - "TUS_FAILED\020\0042\246\n\n\tConfigAPI\022[\n\nGetProject" - "\022%.speechly.config.v1.GetProjectRequest\032" - "&.speechly.config.v1.GetProjectResponse\022" - "d\n\rCreateProject\022(.speechly.config.v1.Cr" - "eateProjectRequest\032).speechly.config.v1." - "CreateProjectResponse\022d\n\rUpdateProject\022(" - ".speechly.config.v1.UpdateProjectRequest" - "\032).speechly.config.v1.UpdateProjectRespo" - "nse\022\177\n\026GetProjectParticipants\0221.speechly" - ".config.v1.GetProjectParticipantsRequest" - "\0322.speechly.config.v1.GetProjectParticip" - "antsResponse\022O\n\006Invite\022!.speechly.config" - ".v1.InviteRequest\032\".speechly.config.v1.I" - "nviteResponse\022^\n\013JoinProject\022&.speechly." - "config.v1.JoinProjectRequest\032\'.speechly." - "config.v1.JoinProjectResponse\022U\n\010ListApp" - "s\022#.speechly.config.v1.ListAppsRequest\032$" - ".speechly.config.v1.ListAppsResponse\022O\n\006" - "GetApp\022!.speechly.config.v1.GetAppReques" - "t\032\".speechly.config.v1.GetAppResponse\022X\n" - "\tCreateApp\022$.speechly.config.v1.CreateAp" - "pRequest\032%.speechly.config.v1.CreateAppR" - "esponse\022X\n\tUpdateApp\022$.speechly.config.v" - "1.UpdateAppRequest\032%.speechly.config.v1." - "UpdateAppResponse\022X\n\tDeleteApp\022$.speechl" - "y.config.v1.DeleteAppRequest\032%.speechly." - "config.v1.DeleteAppResponse\022u\n\022UploadTra" - "iningData\022-.speechly.config.v1.UploadTra" - "iningDataRequest\032..speechly.config.v1.Up" - "loadTrainingDataResponse(\001\022\220\001\n\033DownloadC" - "urrentTrainingData\0226.speechly.config.v1." - "DownloadCurrentTrainingDataRequest\0327.spe" - "echly.config.v1.DownloadCurrentTrainingD" - "ataResponse0\001Bw\n\026com.speechly.config.v1B" - "\016ConfigApiProtoP\001Z\033speechly/config/v1;co" - "nfigv1\242\002\003SCX\252\002\022Speechly.Config.V1\312\002\022Spee" - "chly\\Config\\V1b\006proto3" + "gle.protobuf.Timestamp\"\225\001\n\006Status\022\026\n\022STA" + "TUS_UNSPECIFIED\020\000\022\016\n\nSTATUS_NEW\020\001\022\023\n\017STA" + "TUS_TRAINING\020\002\022\022\n\016STATUS_TRAINED\020\003\022\021\n\rST" + "ATUS_FAILED\020\004\022\023\n\017STATUS_INACTIVE\020\005\022\022\n\016ST" + "ATUS_DELETED\020\0062\246\n\n\tConfigAPI\022[\n\nGetProje" + "ct\022%.speechly.config.v1.GetProjectReques" + "t\032&.speechly.config.v1.GetProjectRespons" + "e\022d\n\rCreateProject\022(.speechly.config.v1." + "CreateProjectRequest\032).speechly.config.v" + "1.CreateProjectResponse\022d\n\rUpdateProject" + "\022(.speechly.config.v1.UpdateProjectReque" + "st\032).speechly.config.v1.UpdateProjectRes" + "ponse\022\177\n\026GetProjectParticipants\0221.speech" + "ly.config.v1.GetProjectParticipantsReque" + "st\0322.speechly.config.v1.GetProjectPartic" + "ipantsResponse\022O\n\006Invite\022!.speechly.conf" + "ig.v1.InviteRequest\032\".speechly.config.v1" + ".InviteResponse\022^\n\013JoinProject\022&.speechl" + "y.config.v1.JoinProjectRequest\032\'.speechl" + "y.config.v1.JoinProjectResponse\022U\n\010ListA" + "pps\022#.speechly.config.v1.ListAppsRequest" + "\032$.speechly.config.v1.ListAppsResponse\022O" + "\n\006GetApp\022!.speechly.config.v1.GetAppRequ" + "est\032\".speechly.config.v1.GetAppResponse\022" + "X\n\tCreateApp\022$.speechly.config.v1.Create" + "AppRequest\032%.speechly.config.v1.CreateAp" + "pResponse\022X\n\tUpdateApp\022$.speechly.config" + ".v1.UpdateAppRequest\032%.speechly.config.v" + "1.UpdateAppResponse\022X\n\tDeleteApp\022$.speec" + "hly.config.v1.DeleteAppRequest\032%.speechl" + "y.config.v1.DeleteAppResponse\022u\n\022UploadT" + "rainingData\022-.speechly.config.v1.UploadT" + "rainingDataRequest\032..speechly.config.v1." + "UploadTrainingDataResponse(\001\022\220\001\n\033Downloa" + "dCurrentTrainingData\0226.speechly.config.v" + "1.DownloadCurrentTrainingDataRequest\0327.s" + "peechly.config.v1.DownloadCurrentTrainin" + "gDataResponse0\001Bw\n\026com.speechly.config.v" + "1B\016ConfigApiProtoP\001Z\033speechly/config/v1;" + "configv1\242\002\003SCX\252\002\022Speechly.Config.V1\312\002\022Sp" + "eechly\\Config\\V1b\006proto3" ; static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable*const descriptor_table_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto_deps[1] = { &::descriptor_table_google_2fprotobuf_2ftimestamp_2eproto, }; static ::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto_once; const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto = { - false, false, 3622, descriptor_table_protodef_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto, "speechly/config/v1/config_api.proto", + false, false, 3664, descriptor_table_protodef_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto, "speechly/config/v1/config_api.proto", &descriptor_table_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto_once, descriptor_table_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto_deps, 1, 28, schemas, file_default_instances, TableStruct_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto::offsets, file_level_metadata_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto, file_level_enum_descriptors_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto, file_level_service_descriptors_speechly_2fconfig_2fv1_2fconfig_5fapi_2eproto, @@ -794,6 +795,8 @@ bool App_Status_IsValid(int value) { case 2: case 3: case 4: + case 5: + case 6: return true; default: return false; @@ -806,6 +809,8 @@ constexpr App_Status App::STATUS_NEW; constexpr App_Status App::STATUS_TRAINING; constexpr App_Status App::STATUS_TRAINED; constexpr App_Status App::STATUS_FAILED; +constexpr App_Status App::STATUS_INACTIVE; +constexpr App_Status App::STATUS_DELETED; constexpr App_Status App::Status_MIN; constexpr App_Status App::Status_MAX; constexpr int App::Status_ARRAYSIZE; diff --git a/cpp/Speechly/speechly/config/v1/config_api.pb.h b/cpp/Speechly/speechly/config/v1/config_api.pb.h index 426b3f2..64d6dd0 100644 --- a/cpp/Speechly/speechly/config/v1/config_api.pb.h +++ b/cpp/Speechly/speechly/config/v1/config_api.pb.h @@ -237,12 +237,14 @@ enum App_Status : int { App_Status_STATUS_TRAINING = 2, App_Status_STATUS_TRAINED = 3, App_Status_STATUS_FAILED = 4, + App_Status_STATUS_INACTIVE = 5, + App_Status_STATUS_DELETED = 6, App_Status_App_Status_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min(), App_Status_App_Status_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() }; bool App_Status_IsValid(int value); constexpr App_Status App_Status_Status_MIN = App_Status_STATUS_UNSPECIFIED; -constexpr App_Status App_Status_Status_MAX = App_Status_STATUS_FAILED; +constexpr App_Status App_Status_Status_MAX = App_Status_STATUS_DELETED; constexpr int App_Status_Status_ARRAYSIZE = App_Status_Status_MAX + 1; const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* App_Status_descriptor(); @@ -4424,6 +4426,10 @@ class App final : App_Status_STATUS_TRAINED; static constexpr Status STATUS_FAILED = App_Status_STATUS_FAILED; + static constexpr Status STATUS_INACTIVE = + App_Status_STATUS_INACTIVE; + static constexpr Status STATUS_DELETED = + App_Status_STATUS_DELETED; static inline bool Status_IsValid(int value) { return App_Status_IsValid(value); } diff --git a/docs/analytics.md b/docs/analytics.md index 2561f51..e690956 100644 --- a/docs/analytics.md +++ b/docs/analytics.md @@ -96,6 +96,7 @@ Single row of statistics response. | count | [int32](#int32) | Count (sum) of utterances in the current period. | | utterances_seconds | [int32](#int32) | Total duration of the utterances in the current period. | | annotated_seconds | [int32](#int32) | Total duration of annotated utterances in the current period. | +| project_id | [string](#string) | project_id or empty, if specifiying a project. | @@ -115,6 +116,7 @@ Token needs to have access to the given app / project. | aggregation | [Aggregation](#speechly.analytics.v1.Aggregation) | Aggregation of the data.
Default is DAILY | | start_date | [string](#string) | Start of requested statistics period.
Default is 15 days ago.
Must be YYYY-mm-DD formatted string if given. | | end_date | [string](#string) | End of requested statistics period.
Default is 1 day ago, resulting in two full weeks.
Must be YYYY-mm-DD formatted string if given. | +| project_id | [string](#string) | Limit statisticts to a single project_id
Default is none, returning statistics for the project in the given scope. | diff --git a/go/speechly/config/v1/config_api.pb.go b/go/speechly/config/v1/config_api.pb.go index 908cc5c..dad678d 100644 --- a/go/speechly/config/v1/config_api.pb.go +++ b/go/speechly/config/v1/config_api.pb.go @@ -139,6 +139,10 @@ const ( App_STATUS_TRAINED App_Status = 3 // Indicates that the application has failed the training. App_STATUS_FAILED App_Status = 4 + // The application has not been used in a while and has been marked as inactive. + App_STATUS_INACTIVE App_Status = 5 + // The aplication is deleted. + App_STATUS_DELETED App_Status = 6 ) // Enum value maps for App_Status. @@ -149,6 +153,8 @@ var ( 2: "STATUS_TRAINING", 3: "STATUS_TRAINED", 4: "STATUS_FAILED", + 5: "STATUS_INACTIVE", + 6: "STATUS_DELETED", } App_Status_value = map[string]int32{ "STATUS_UNSPECIFIED": 0, @@ -156,6 +162,8 @@ var ( "STATUS_TRAINING": 2, "STATUS_TRAINED": 3, "STATUS_FAILED": 4, + "STATUS_INACTIVE": 5, + "STATUS_DELETED": 6, } ) @@ -1822,7 +1830,7 @@ var file_speechly_config_v1_config_api_proto_rawDesc = []byte{ 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x4f, 0x4e, 0x54, 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x59, 0x41, 0x4d, 0x4c, 0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x43, 0x4f, 0x4e, 0x54, - 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x54, 0x41, 0x52, 0x10, 0x02, 0x22, 0xa4, + 0x45, 0x4e, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x54, 0x41, 0x52, 0x10, 0x02, 0x22, 0xce, 0x04, 0x0a, 0x03, 0x41, 0x70, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, @@ -1850,104 +1858,107 @@ var file_speechly_config_v1_config_api_proto_rawDesc = []byte{ 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, - 0x64, 0x41, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x6c, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x55, 0x4e, 0x53, 0x50, - 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x53, 0x54, 0x41, - 0x54, 0x55, 0x53, 0x5f, 0x4e, 0x45, 0x57, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x54, 0x41, - 0x54, 0x55, 0x53, 0x5f, 0x54, 0x52, 0x41, 0x49, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x02, 0x12, 0x12, - 0x0a, 0x0e, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x52, 0x41, 0x49, 0x4e, 0x45, 0x44, - 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x46, 0x41, 0x49, - 0x4c, 0x45, 0x44, 0x10, 0x04, 0x32, 0xa6, 0x0a, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x41, 0x50, 0x49, 0x12, 0x5b, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x12, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, - 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, - 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x64, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, - 0x74, 0x12, 0x28, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, - 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x70, + 0x64, 0x41, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x95, 0x01, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x55, 0x4e, 0x53, + 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x53, 0x54, + 0x41, 0x54, 0x55, 0x53, 0x5f, 0x4e, 0x45, 0x57, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x54, + 0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x52, 0x41, 0x49, 0x4e, 0x49, 0x4e, 0x47, 0x10, 0x02, 0x12, + 0x12, 0x0a, 0x0e, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x54, 0x52, 0x41, 0x49, 0x4e, 0x45, + 0x44, 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x46, 0x41, + 0x49, 0x4c, 0x45, 0x44, 0x10, 0x04, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x54, 0x41, 0x54, 0x55, 0x53, + 0x5f, 0x49, 0x4e, 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x05, 0x12, 0x12, 0x0a, 0x0e, 0x53, + 0x54, 0x41, 0x54, 0x55, 0x53, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, 0x44, 0x10, 0x06, 0x32, + 0xa6, 0x0a, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x50, 0x49, 0x12, 0x5b, 0x0a, + 0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x25, 0x2e, 0x73, 0x70, + 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, + 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x0d, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x28, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x64, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x28, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, + 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x64, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x12, 0x28, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, - 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7f, 0x0a, 0x16, - 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, - 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x12, 0x31, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, - 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x73, 0x70, 0x65, 0x65, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x73, 0x70, + 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, + 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7f, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, + 0x12, 0x31, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x06, 0x49, 0x6e, 0x76, 0x69, 0x74, + 0x65, 0x12, 0x21, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, 0x0a, 0x0b, 0x4a, 0x6f, 0x69, 0x6e, + 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x26, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, + 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x69, + 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x27, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x55, 0x0a, 0x08, 0x4c, 0x69, 0x73, 0x74, + 0x41, 0x70, 0x70, 0x73, 0x12, 0x23, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, + 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, + 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x4f, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x12, 0x21, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, - 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, - 0x06, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, - 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x73, 0x70, 0x65, - 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, - 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5e, - 0x0a, 0x0b, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x26, 0x2e, + 0x65, 0x74, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x73, + 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, + 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x58, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, - 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, - 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4a, 0x6f, 0x69, 0x6e, 0x50, - 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x55, - 0x0a, 0x08, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x12, 0x23, 0x2e, 0x73, 0x70, 0x65, - 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x12, - 0x21, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, - 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x41, 0x70, 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, + 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, - 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, - 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x58, 0x0a, 0x09, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x12, 0x24, 0x2e, + 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x09, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, + 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, - 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, - 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x09, 0x44, 0x65, - 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, + 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, + 0x70, 0x12, 0x24, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, - 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, - 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, - 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x75, 0x0a, 0x12, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, - 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2d, 0x2e, 0x73, 0x70, 0x65, - 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, - 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, - 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x73, 0x70, 0x65, 0x65, - 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, - 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, - 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x28, 0x01, 0x12, 0x90, 0x01, 0x0a, 0x1b, - 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, - 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x36, 0x2e, 0x73, 0x70, - 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, - 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, + 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x75, + 0x0a, 0x12, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, + 0x44, 0x61, 0x74, 0x61, 0x12, 0x2d, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, + 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, - 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, - 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, 0x01, 0x42, 0x77, - 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x42, 0x0e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, - 0x41, 0x70, 0x69, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x1b, 0x73, 0x70, 0x65, 0x65, - 0x63, 0x68, 0x6c, 0x79, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x76, 0x31, 0x3b, 0x63, - 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x53, 0x43, 0x58, 0xaa, 0x02, 0x12, - 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, - 0x56, 0x31, 0xca, 0x02, 0x12, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x5c, 0x43, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x5c, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x54, + 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x28, 0x01, 0x12, 0x90, 0x01, 0x0a, 0x1b, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, + 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, + 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x36, 0x2e, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, + 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, + 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, + 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, + 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, + 0x76, 0x31, 0x2e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x43, 0x75, 0x72, 0x72, 0x65, + 0x6e, 0x74, 0x54, 0x72, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, 0x01, 0x42, 0x77, 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x2e, + 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, + 0x76, 0x31, 0x42, 0x0e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x41, 0x70, 0x69, 0x50, 0x72, 0x6f, + 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x1b, 0x73, 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x2f, 0x63, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x76, 0x31, 0x3b, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x76, + 0x31, 0xa2, 0x02, 0x03, 0x53, 0x43, 0x58, 0xaa, 0x02, 0x12, 0x53, 0x70, 0x65, 0x65, 0x63, 0x68, + 0x6c, 0x79, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x12, 0x53, + 0x70, 0x65, 0x65, 0x63, 0x68, 0x6c, 0x79, 0x5c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5c, 0x56, + 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/javascript/package-lock.json b/javascript/package-lock.json index ff19385..e0eb915 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@speechly/api", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@speechly/api", - "version": "0.8.4", + "version": "0.8.5", "license": "MIT", "devDependencies": { "@types/node": "^16.6", diff --git a/javascript/package.json b/javascript/package.json index 44f0a84..553157a 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -32,5 +32,5 @@ "@types/node": "^16.6", "typescript": "^4.3" }, - "version": "0.8.4" + "version": "0.8.5" } diff --git a/speechly_api.pb b/speechly_api.pb index f3ff02c225807c210a56b555b59ba82f31d57c39..843a4f20082fd6c591b12cf603b7b7ca2b9b1c47 100644 GIT binary patch delta 905 zcmYk(&ui0g6aet%?VBcfW9#~L>s&Wk*hCT63PadIhYnX{A_}haqB!CjX|&C{wVQ$m znH>xVWza7L3x%@I?xLd5gR-kTiWfn=c=IUgpWsWHtRCNw&wDTVe*3L{{j0v8oPw86 zTj!_#DAJeK$x9z4s7T_+<;)p=3`6tDndHL!;@pjyE6KUri9VTg?DdkfiR+1EVzw{X znw!~^@y#7nxEu)VgV=r5-@>c!#-x35VCAIE*4c+ucot+)766&E4PeKkH}z!N)Qwy& zV=Wm4YuVP*Mqam<3;KQ2wDq;TnbIv=H}uD8D?^QT%589qS!4APm8svdjirLMZpINq zsI(VI?gl#EPk@t%+#SRTY~K*%tO#r{I^x}Mbb^)FQ)b32n5q8;25BI*^P_=58d!vZ z2reRHQ3!ChB|c}2$t?gCdr)?AWVS%-_QNhG>a6+jzCJ#QD`#P)EHbK_XQc8^?_{Q8=p!Tq(wC9ikAafjaIHg-8ufoyLND zm&#dP9IULz>m8wzsDnD>36(@0Mo!>vdx^$bL)=^4yVw9guScWrYe2XECK^p>0FU@p qn$UouVSM23M9!LGI-eeG0t|aCNTLZN6MjgdSv<^tILu4sPyYbjX`ej+ delta 651 zcmYMxy=xRf7zXg0=Votb-jKvh%t1cnASc@7u1FK`1GN$@#S~&Cf@p|IyevVx#FK;L z;NTn%P8Jq6u@gbqBDO&rOA!SvthBHZ{{-LNn`O&q=Ka0TEc@l3`u117TV0dkGpgIq z!EAD4?T0U3Cugs`7h==?yt;Tn;bvyODYFk@38ys^gvRggls9@T` z={dTUQ5e~^f3|Knx`jyhb)l!70E;fnEM3e5r=H!|zTE5;qRgTPJ?TU_ox!OYdM+{| zjqKa6+btRIv5k*$dUD1?Z&7eK9dnt-4UP32Wg%^M<^YJSTbBFrz+gRGN`jO~Ts bVJ!w0-3YOWv9yv$7IFI|I6eu)%Mbqnj9_Q<