Add missing GRPC data field (#412)
* feat(grpc): add support for data field in request body * docs: update Readme with embedmd
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
syntax = "proto3";
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
package proto;
|
||||
|
||||
@@ -29,6 +30,7 @@ message NotificationRequest {
|
||||
bool contentAvailable = 11;
|
||||
string threadID = 12;
|
||||
bool mutableContent = 13;
|
||||
google.protobuf.Struct data = 14;
|
||||
}
|
||||
|
||||
message NotificationReply {
|
||||
|
||||
Reference in New Issue
Block a user