|
|
@@ -4511,6 +4511,93 @@ func (x *FindScripRequest) GetOffset() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+type FindOtherScripRequest struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"`
|
|
|
+ PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"`
|
|
|
+ MyPersonId string `protobuf:"bytes,3,opt,name=myPersonId,proto3" json:"myPersonId"`
|
|
|
+ MyPersonType string `protobuf:"bytes,4,opt,name=myPersonType,proto3" json:"myPersonType"`
|
|
|
+ NextId int64 `protobuf:"varint,5,opt,name=nextId,proto3" json:"nextId"`
|
|
|
+ Offset int64 `protobuf:"varint,6,opt,name=offset,proto3" json:"offset"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) Reset() {
|
|
|
+ *x = FindOtherScripRequest{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_common_proto_msgTypes[63]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*FindOtherScripRequest) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[63]
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use FindOtherScripRequest.ProtoReflect.Descriptor instead.
|
|
|
+func (*FindOtherScripRequest) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{63}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) GetPersonId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PersonId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) GetPersonType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.PersonType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) GetMyPersonId() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.MyPersonId
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) GetMyPersonType() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.MyPersonType
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) GetNextId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.NextId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FindOtherScripRequest) GetOffset() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.Offset
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
type ScripReply struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
@@ -4523,7 +4610,7 @@ type ScripReply struct {
|
|
|
func (x *ScripReply) Reset() {
|
|
|
*x = ScripReply{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[63]
|
|
|
+ mi := &file_common_proto_msgTypes[64]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -4536,7 +4623,7 @@ func (x *ScripReply) String() string {
|
|
|
func (*ScripReply) ProtoMessage() {}
|
|
|
|
|
|
func (x *ScripReply) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[63]
|
|
|
+ mi := &file_common_proto_msgTypes[64]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -4549,7 +4636,7 @@ func (x *ScripReply) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ScripReply.ProtoReflect.Descriptor instead.
|
|
|
func (*ScripReply) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{63}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{64}
|
|
|
}
|
|
|
|
|
|
func (x *ScripReply) GetList() []*ScripInfo {
|
|
|
@@ -4571,22 +4658,25 @@ type ScripInfo struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- PersonId string `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId"` // 创建者ID
|
|
|
- PersonType string `protobuf:"bytes,2,opt,name=personType,proto3" json:"personType"` // 创建者类型
|
|
|
- Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text"` // 纸条内容
|
|
|
- PictureUrl string `protobuf:"bytes,4,opt,name=pictureUrl,proto3" json:"pictureUrl"` // 纸条配图
|
|
|
- PersonName string `protobuf:"bytes,5,opt,name=personName,proto3" json:"personName"` // 创建者名称
|
|
|
- PersonSex int64 `protobuf:"varint,6,opt,name=personSex,proto3" json:"personSex"` // 创建者性别
|
|
|
- PersonAvatar string `protobuf:"bytes,7,opt,name=personAvatar,proto3" json:"personAvatar"` // 创建者头像
|
|
|
- CreateTime int64 `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime"` // 创建时间
|
|
|
- ScripId int64 `protobuf:"varint,9,opt,name=scripId,proto3" json:"scripId"` // 纸条ID
|
|
|
- ReplyNum int64 `protobuf:"varint,10,opt,name=replyNum,proto3" json:"replyNum"` // 回复数
|
|
|
+ ScripId int64 `protobuf:"varint,1,opt,name=scripId,proto3" json:"scripId"` // 纸条ID
|
|
|
+ PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"` // 创建者ID
|
|
|
+ PersonType string `protobuf:"bytes,3,opt,name=personType,proto3" json:"personType"` // 创建者类型
|
|
|
+ Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text"` // 纸条内容
|
|
|
+ PictureUrl string `protobuf:"bytes,5,opt,name=pictureUrl,proto3" json:"pictureUrl"` // 纸条配图
|
|
|
+ PersonName string `protobuf:"bytes,6,opt,name=personName,proto3" json:"personName"` // 创建者名称
|
|
|
+ PersonSex int64 `protobuf:"varint,7,opt,name=personSex,proto3" json:"personSex"` // 创建者性别
|
|
|
+ PersonAge int64 `protobuf:"varint,8,opt,name=personAge,proto3" json:"personAge"` // 创建者性别
|
|
|
+ PersonAvatar string `protobuf:"bytes,9,opt,name=personAvatar,proto3" json:"personAvatar"` // 创建者头像
|
|
|
+ ReplyNum int64 `protobuf:"varint,10,opt,name=replyNum,proto3" json:"replyNum"` // 回复数
|
|
|
+ IsCanReply bool `protobuf:"varint,11,opt,name=isCanReply,proto3" json:"isCanReply"` // 是否可以回复
|
|
|
+ MyReply *ScripReplyMessage `protobuf:"bytes,12,opt,name=myReply,proto3" json:"myReply"` // 我的回复内容
|
|
|
+ CreateTime int64 `protobuf:"varint,13,opt,name=createTime,proto3" json:"createTime"` // 创建时间
|
|
|
}
|
|
|
|
|
|
func (x *ScripInfo) Reset() {
|
|
|
*x = ScripInfo{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[64]
|
|
|
+ mi := &file_common_proto_msgTypes[65]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -4599,7 +4689,7 @@ func (x *ScripInfo) String() string {
|
|
|
func (*ScripInfo) ProtoMessage() {}
|
|
|
|
|
|
func (x *ScripInfo) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[64]
|
|
|
+ mi := &file_common_proto_msgTypes[65]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -4612,7 +4702,14 @@ func (x *ScripInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ScripInfo.ProtoReflect.Descriptor instead.
|
|
|
func (*ScripInfo) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{64}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{65}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ScripInfo) GetScripId() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ScripId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *ScripInfo) GetPersonId() string {
|
|
|
@@ -4657,6 +4754,13 @@ func (x *ScripInfo) GetPersonSex() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+func (x *ScripInfo) GetPersonAge() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PersonAge
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
func (x *ScripInfo) GetPersonAvatar() string {
|
|
|
if x != nil {
|
|
|
return x.PersonAvatar
|
|
|
@@ -4664,6 +4768,27 @@ func (x *ScripInfo) GetPersonAvatar() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+func (x *ScripInfo) GetReplyNum() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ReplyNum
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ScripInfo) GetIsCanReply() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.IsCanReply
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ScripInfo) GetMyReply() *ScripReplyMessage {
|
|
|
+ if x != nil {
|
|
|
+ return x.MyReply
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
func (x *ScripInfo) GetCreateTime() int64 {
|
|
|
if x != nil {
|
|
|
return x.CreateTime
|
|
|
@@ -4671,18 +4796,67 @@ func (x *ScripInfo) GetCreateTime() int64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *ScripInfo) GetScripId() int64 {
|
|
|
+type ScripReplyMessage struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ MessageType string `protobuf:"bytes,1,opt,name=messageType,proto3" json:"messageType"` // 小纸条回复的类型
|
|
|
+ ScripContent string `protobuf:"bytes,2,opt,name=scripContent,proto3" json:"scripContent"` // 小纸条回复的文本内容
|
|
|
+ ScripPictureUrl string `protobuf:"bytes,3,opt,name=scripPictureUrl,proto3" json:"scripPictureUrl"` // 小纸条回复的图片链接
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ScripReplyMessage) Reset() {
|
|
|
+ *x = ScripReplyMessage{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_common_proto_msgTypes[66]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ScripReplyMessage) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ScripReplyMessage) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ScripReplyMessage) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_common_proto_msgTypes[66]
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+// Deprecated: Use ScripReplyMessage.ProtoReflect.Descriptor instead.
|
|
|
+func (*ScripReplyMessage) Descriptor() ([]byte, []int) {
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{66}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ScripReplyMessage) GetMessageType() string {
|
|
|
if x != nil {
|
|
|
- return x.ScripId
|
|
|
+ return x.MessageType
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
-func (x *ScripInfo) GetReplyNum() int64 {
|
|
|
+func (x *ScripReplyMessage) GetScripContent() string {
|
|
|
if x != nil {
|
|
|
- return x.ReplyNum
|
|
|
+ return x.ScripContent
|
|
|
}
|
|
|
- return 0
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ScripReplyMessage) GetScripPictureUrl() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ScripPictureUrl
|
|
|
+ }
|
|
|
+ return ""
|
|
|
}
|
|
|
|
|
|
type DeleteScripRequest struct {
|
|
|
@@ -4698,7 +4872,7 @@ type DeleteScripRequest struct {
|
|
|
func (x *DeleteScripRequest) Reset() {
|
|
|
*x = DeleteScripRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[65]
|
|
|
+ mi := &file_common_proto_msgTypes[67]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -4711,7 +4885,7 @@ func (x *DeleteScripRequest) String() string {
|
|
|
func (*DeleteScripRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *DeleteScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[65]
|
|
|
+ mi := &file_common_proto_msgTypes[67]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -4724,7 +4898,7 @@ func (x *DeleteScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use DeleteScripRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*DeleteScripRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{65}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{67}
|
|
|
}
|
|
|
|
|
|
func (x *DeleteScripRequest) GetId() int64 {
|
|
|
@@ -4763,7 +4937,7 @@ type CreateScripRequest struct {
|
|
|
func (x *CreateScripRequest) Reset() {
|
|
|
*x = CreateScripRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[66]
|
|
|
+ mi := &file_common_proto_msgTypes[68]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -4776,7 +4950,7 @@ func (x *CreateScripRequest) String() string {
|
|
|
func (*CreateScripRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *CreateScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[66]
|
|
|
+ mi := &file_common_proto_msgTypes[68]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -4789,7 +4963,7 @@ func (x *CreateScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use CreateScripRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*CreateScripRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{66}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{68}
|
|
|
}
|
|
|
|
|
|
func (x *CreateScripRequest) GetPersonId() string {
|
|
|
@@ -4838,7 +5012,7 @@ type ScripID struct {
|
|
|
func (x *ScripID) Reset() {
|
|
|
*x = ScripID{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[67]
|
|
|
+ mi := &file_common_proto_msgTypes[69]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -4851,7 +5025,7 @@ func (x *ScripID) String() string {
|
|
|
func (*ScripID) ProtoMessage() {}
|
|
|
|
|
|
func (x *ScripID) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[67]
|
|
|
+ mi := &file_common_proto_msgTypes[69]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -4864,7 +5038,7 @@ func (x *ScripID) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ScripID.ProtoReflect.Descriptor instead.
|
|
|
func (*ScripID) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{67}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{69}
|
|
|
}
|
|
|
|
|
|
func (x *ScripID) GetId() int64 {
|
|
|
@@ -4890,7 +5064,7 @@ type ReplyScripRequest struct {
|
|
|
func (x *ReplyScripRequest) Reset() {
|
|
|
*x = ReplyScripRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[68]
|
|
|
+ mi := &file_common_proto_msgTypes[70]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -4903,7 +5077,7 @@ func (x *ReplyScripRequest) String() string {
|
|
|
func (*ReplyScripRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *ReplyScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[68]
|
|
|
+ mi := &file_common_proto_msgTypes[70]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -4916,7 +5090,7 @@ func (x *ReplyScripRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ReplyScripRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*ReplyScripRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{68}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{70}
|
|
|
}
|
|
|
|
|
|
func (x *ReplyScripRequest) GetPersonId() string {
|
|
|
@@ -4973,7 +5147,7 @@ type UpdateLastScripIDRequest struct {
|
|
|
func (x *UpdateLastScripIDRequest) Reset() {
|
|
|
*x = UpdateLastScripIDRequest{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_common_proto_msgTypes[69]
|
|
|
+ mi := &file_common_proto_msgTypes[71]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
|
@@ -4986,7 +5160,7 @@ func (x *UpdateLastScripIDRequest) String() string {
|
|
|
func (*UpdateLastScripIDRequest) ProtoMessage() {}
|
|
|
|
|
|
func (x *UpdateLastScripIDRequest) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_common_proto_msgTypes[69]
|
|
|
+ mi := &file_common_proto_msgTypes[71]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
@@ -4999,7 +5173,7 @@ func (x *UpdateLastScripIDRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use UpdateLastScripIDRequest.ProtoReflect.Descriptor instead.
|
|
|
func (*UpdateLastScripIDRequest) Descriptor() ([]byte, []int) {
|
|
|
- return file_common_proto_rawDescGZIP(), []int{69}
|
|
|
+ return file_common_proto_rawDescGZIP(), []int{71}
|
|
|
}
|
|
|
|
|
|
func (x *UpdateLastScripIDRequest) GetPersonId() string {
|
|
|
@@ -5552,74 +5726,103 @@ var file_common_proto_rawDesc = []byte{
|
|
|
0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49,
|
|
|
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12,
|
|
|
0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
- 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x4f, 0x0a, 0x0a, 0x53, 0x63, 0x72, 0x69, 0x70,
|
|
|
- 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20,
|
|
|
- 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
|
|
|
- 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
|
- 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0xb3, 0x02, 0x0a, 0x09, 0x53, 0x63, 0x72,
|
|
|
- 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
- 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79,
|
|
|
- 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72,
|
|
|
- 0x65, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x69, 0x63, 0x74,
|
|
|
- 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
- 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
- 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
- 0x53, 0x65, 0x78, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
- 0x6e, 0x53, 0x65, 0x78, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x41, 0x76,
|
|
|
- 0x61, 0x74, 0x61, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x65, 0x72, 0x73,
|
|
|
- 0x6f, 0x6e, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61,
|
|
|
- 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72,
|
|
|
- 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x63, 0x72, 0x69,
|
|
|
- 0x70, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70,
|
|
|
- 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x18, 0x0a,
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x22, 0x60,
|
|
|
- 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71,
|
|
|
- 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
- 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x22, 0xb0, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70,
|
|
|
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
- 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
- 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
|
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
|
|
|
- 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65,
|
|
|
- 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x50,
|
|
|
- 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12,
|
|
|
- 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74,
|
|
|
- 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72,
|
|
|
- 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65,
|
|
|
- 0x55, 0x72, 0x6c, 0x22, 0x19, 0x0a, 0x07, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49, 0x44, 0x12, 0x0e,
|
|
|
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xde,
|
|
|
- 0x01, 0x0a, 0x11, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71,
|
|
|
- 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64,
|
|
|
- 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x12, 0x2a, 0x0a, 0x10, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
|
|
|
- 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x50, 0x65, 0x72, 0x73,
|
|
|
- 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07,
|
|
|
- 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73,
|
|
|
- 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x12, 0x2d, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
|
|
- 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
|
|
|
- 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x07, 0x6d, 0x65,
|
|
|
- 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22,
|
|
|
- 0x50, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x63, 0x72,
|
|
|
- 0x69, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
|
+ 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0xc7, 0x01, 0x0a, 0x15, 0x46, 0x69, 0x6e, 0x64,
|
|
|
+ 0x4f, 0x74, 0x68, 0x65, 0x72, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
+ 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a,
|
|
|
+ 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a,
|
|
|
+ 0x0a, 0x6d, 0x79, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x0a, 0x6d, 0x79, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a,
|
|
|
+ 0x0c, 0x6d, 0x79, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20,
|
|
|
+ 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x79, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
|
|
|
+ 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66,
|
|
|
+ 0x73, 0x65, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65,
|
|
|
+ 0x74, 0x22, 0x4f, 0x0a, 0x0a, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
|
|
|
+ 0x29, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e,
|
|
|
+ 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70,
|
|
|
+ 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65,
|
|
|
+ 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78, 0x74,
|
|
|
+ 0x49, 0x64, 0x22, 0xaa, 0x03, 0x0a, 0x09, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
+ 0x12, 0x18, 0x0a, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72, 0x73,
|
|
|
+ 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x04,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69,
|
|
|
+ 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
+ 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
+ 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70,
|
|
|
+ 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73,
|
|
|
+ 0x6f, 0x6e, 0x41, 0x67, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x65, 0x72,
|
|
|
+ 0x73, 0x6f, 0x6e, 0x41, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
|
|
|
+ 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65,
|
|
|
+ 0x70, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x72, 0x65,
|
|
|
+ 0x70, 0x6c, 0x79, 0x4e, 0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x43, 0x61, 0x6e, 0x52,
|
|
|
+ 0x65, 0x70, 0x6c, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x69, 0x73, 0x43, 0x61,
|
|
|
+ 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x37, 0x0a, 0x07, 0x6d, 0x79, 0x52, 0x65, 0x70, 0x6c,
|
|
|
+ 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f,
|
|
|
+ 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4d,
|
|
|
+ 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x07, 0x6d, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12,
|
|
|
+ 0x1e, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0d, 0x20,
|
|
|
+ 0x01, 0x28, 0x03, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22,
|
|
|
+ 0x83, 0x01, 0x0a, 0x11, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4d, 0x65,
|
|
|
+ 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65,
|
|
|
+ 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x65, 0x73, 0x73,
|
|
|
+ 0x61, 0x67, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x63, 0x72, 0x69, 0x70,
|
|
|
+ 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73,
|
|
|
+ 0x63, 0x72, 0x69, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x73,
|
|
|
+ 0x63, 0x72, 0x69, 0x70, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x03,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x50, 0x69, 0x63, 0x74, 0x75,
|
|
|
+ 0x72, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x60, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53,
|
|
|
+ 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
|
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
|
+ 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
|
|
|
+ 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
+ 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72,
|
|
|
+ 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0xb0, 0x01, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61,
|
|
|
+ 0x74, 0x65, 0x53, 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a,
|
|
|
+ 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
+ 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x50, 0x65,
|
|
|
+ 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e,
|
|
|
+ 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x04,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x69,
|
|
|
+ 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
|
+ 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x55, 0x72, 0x6c, 0x22, 0x19, 0x0a, 0x07, 0x53, 0x63,
|
|
|
+ 0x72, 0x69, 0x70, 0x49, 0x44, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xde, 0x01, 0x0a, 0x11, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x53,
|
|
|
+ 0x63, 0x72, 0x69, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
|
0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70,
|
|
|
- 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70,
|
|
|
- 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49,
|
|
|
- 0x64, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50,
|
|
|
- 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b, 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f,
|
|
|
- 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74,
|
|
|
- 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b,
|
|
|
- 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73, 0x6f,
|
|
|
+ 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65, 0x72,
|
|
|
+ 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x50, 0x65, 0x72, 0x73, 0x6f,
|
|
|
+ 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x10, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66,
|
|
|
+ 0x79, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x18, 0x04,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x12, 0x2d, 0x0a,
|
|
|
+ 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13,
|
|
|
+ 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4d, 0x65, 0x73, 0x73,
|
|
|
+ 0x61, 0x67, 0x65, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
|
+ 0x6d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d,
|
|
|
+ 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x22, 0x50, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
|
+ 0x4c, 0x61, 0x73, 0x74, 0x53, 0x63, 0x72, 0x69, 0x70, 0x49, 0x44, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
+ 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x18,
|
|
|
+ 0x0a, 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x07, 0x73, 0x63, 0x72, 0x69, 0x70, 0x49, 0x64, 0x42, 0x43, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x2e,
|
|
|
+ 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x50, 0x01, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b,
|
|
|
+ 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f,
|
|
|
+ 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f,
|
|
|
+ 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70,
|
|
|
+ 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
|
@@ -5634,7 +5837,7 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
return file_common_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 70)
|
|
|
+var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 72)
|
|
|
var file_common_proto_goTypes = []interface{}{
|
|
|
(*UserAndPartnerIdentifyIdParam)(nil), // 0: api.common.UserAndPartnerIdentifyIdParam
|
|
|
(*UserAndPartnerParam)(nil), // 1: api.common.UserAndPartnerParam
|
|
|
@@ -5699,13 +5902,15 @@ var file_common_proto_goTypes = []interface{}{
|
|
|
(*IdentifyIdRequest)(nil), // 60: api.common.IdentifyIdRequest
|
|
|
(*PersonLookScripRequest)(nil), // 61: api.common.PersonLookScripRequest
|
|
|
(*FindScripRequest)(nil), // 62: api.common.FindScripRequest
|
|
|
- (*ScripReply)(nil), // 63: api.common.ScripReply
|
|
|
- (*ScripInfo)(nil), // 64: api.common.ScripInfo
|
|
|
- (*DeleteScripRequest)(nil), // 65: api.common.DeleteScripRequest
|
|
|
- (*CreateScripRequest)(nil), // 66: api.common.CreateScripRequest
|
|
|
- (*ScripID)(nil), // 67: api.common.ScripID
|
|
|
- (*ReplyScripRequest)(nil), // 68: api.common.ReplyScripRequest
|
|
|
- (*UpdateLastScripIDRequest)(nil), // 69: api.common.UpdateLastScripIDRequest
|
|
|
+ (*FindOtherScripRequest)(nil), // 63: api.common.FindOtherScripRequest
|
|
|
+ (*ScripReply)(nil), // 64: api.common.ScripReply
|
|
|
+ (*ScripInfo)(nil), // 65: api.common.ScripInfo
|
|
|
+ (*ScripReplyMessage)(nil), // 66: api.common.ScripReplyMessage
|
|
|
+ (*DeleteScripRequest)(nil), // 67: api.common.DeleteScripRequest
|
|
|
+ (*CreateScripRequest)(nil), // 68: api.common.CreateScripRequest
|
|
|
+ (*ScripID)(nil), // 69: api.common.ScripID
|
|
|
+ (*ReplyScripRequest)(nil), // 70: api.common.ReplyScripRequest
|
|
|
+ (*UpdateLastScripIDRequest)(nil), // 71: api.common.UpdateLastScripIDRequest
|
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
29, // 0: api.common.ChatCardInfo.tagList:type_name -> api.common.TagList
|
|
|
@@ -5718,13 +5923,14 @@ var file_common_proto_depIdxs = []int32{
|
|
|
39, // 7: api.common.ChatRecordInfo.message:type_name -> api.common.Message
|
|
|
50, // 8: api.common.MemeTitleList.list:type_name -> api.common.MemeTitle
|
|
|
57, // 9: api.common.RecommendPersonListReply.list:type_name -> api.common.RecommendPersonInfo
|
|
|
- 64, // 10: api.common.ScripReply.list:type_name -> api.common.ScripInfo
|
|
|
- 39, // 11: api.common.ReplyScripRequest.message:type_name -> api.common.Message
|
|
|
- 12, // [12:12] is the sub-list for method output_type
|
|
|
- 12, // [12:12] is the sub-list for method input_type
|
|
|
- 12, // [12:12] is the sub-list for extension type_name
|
|
|
- 12, // [12:12] is the sub-list for extension extendee
|
|
|
- 0, // [0:12] is the sub-list for field type_name
|
|
|
+ 65, // 10: api.common.ScripReply.list:type_name -> api.common.ScripInfo
|
|
|
+ 66, // 11: api.common.ScripInfo.myReply:type_name -> api.common.ScripReplyMessage
|
|
|
+ 39, // 12: api.common.ReplyScripRequest.message:type_name -> api.common.Message
|
|
|
+ 13, // [13:13] is the sub-list for method output_type
|
|
|
+ 13, // [13:13] is the sub-list for method input_type
|
|
|
+ 13, // [13:13] is the sub-list for extension type_name
|
|
|
+ 13, // [13:13] is the sub-list for extension extendee
|
|
|
+ 0, // [0:13] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_common_proto_init() }
|
|
|
@@ -6490,7 +6696,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ScripReply); i {
|
|
|
+ switch v := v.(*FindOtherScripRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -6502,7 +6708,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ScripInfo); i {
|
|
|
+ switch v := v.(*ScripReply); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -6514,7 +6720,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*DeleteScripRequest); i {
|
|
|
+ switch v := v.(*ScripInfo); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -6526,7 +6732,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CreateScripRequest); i {
|
|
|
+ switch v := v.(*ScripReplyMessage); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -6538,7 +6744,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ScripID); i {
|
|
|
+ switch v := v.(*DeleteScripRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -6550,7 +6756,7 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ReplyScripRequest); i {
|
|
|
+ switch v := v.(*CreateScripRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
|
@@ -6562,6 +6768,30 @@ func file_common_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_common_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*ScripID); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_common_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*ReplyScripRequest); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_common_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*UpdateLastScripIDRequest); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
@@ -6580,7 +6810,7 @@ func file_common_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_common_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 70,
|
|
|
+ NumMessages: 72,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
|
},
|