diff --git a/package.json b/package.json index 8d222836..e7c6d59a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty-grpc", - "version": "0.21.1", + "version": "0.21.2", "description": "gRPC for Wechaty", "main": "dist/src/mod.js", "typings": "dist/src/mod.d.js", diff --git a/proto/wechaty/puppet/friendship.proto b/proto/wechaty/puppet/friendship.proto index 5043f541..b10b5437 100644 --- a/proto/wechaty/puppet/friendship.proto +++ b/proto/wechaty/puppet/friendship.proto @@ -63,7 +63,10 @@ message FriendshipSearchWeixinResponse { message FriendshipAddRequest { string contact_id = 1; string hello = 2; + google.protobuf.StringValue source_room_id = 3; + google.protobuf.StringValue source_contact_id = 4; } + message FriendshipAddResponse {} message FriendshipAcceptRequest {