|
@@ -1182,8 +1182,8 @@ type ParticipateShowReq struct {
|
|
MgoUserId string `protobuf:"bytes,6,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
MgoUserId string `protobuf:"bytes,6,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
AppId string `protobuf:"bytes,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
AppId string `protobuf:"bytes,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
- NewUserId string `protobuf:"bytes,9,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
- AccountId string `protobuf:"bytes,10,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
|
|
|
|
+ NewUserId int64 `protobuf:"varint,9,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
+ AccountId int64 `protobuf:"varint,10,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ParticipateShowReq) Reset() {
|
|
func (x *ParticipateShowReq) Reset() {
|
|
@@ -1274,18 +1274,18 @@ func (x *ParticipateShowReq) GetUserId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateShowReq) GetNewUserId() string {
|
|
|
|
|
|
+func (x *ParticipateShowReq) GetNewUserId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.NewUserId
|
|
return x.NewUserId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateShowReq) GetAccountId() string {
|
|
|
|
|
|
+func (x *ParticipateShowReq) GetAccountId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.AccountId
|
|
return x.AccountId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
// 列表数据参标信息返回值
|
|
// 列表数据参标信息返回值
|
|
@@ -1294,7 +1294,7 @@ type ShowInfo struct {
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
- Id string `protobuf:"bytes,1,opt,name=Id,proto3" json:"Id,omitempty"` // 标讯id
|
|
|
|
|
|
+ Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // 标讯id
|
|
Value int64 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` // 按钮显示值:0-参标 1- 已参标
|
|
Value int64 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` // 按钮显示值:0-参标 1- 已参标
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1421,8 +1421,8 @@ type ParticipateInfoReq struct {
|
|
MgoUserId string `protobuf:"bytes,6,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
MgoUserId string `protobuf:"bytes,6,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
AppId string `protobuf:"bytes,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
AppId string `protobuf:"bytes,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
- NewUserId string `protobuf:"bytes,9,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
- AccountId string `protobuf:"bytes,10,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
|
|
|
|
+ NewUserId int64 `protobuf:"varint,9,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
+ AccountId int64 `protobuf:"varint,10,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ParticipateInfoReq) Reset() {
|
|
func (x *ParticipateInfoReq) Reset() {
|
|
@@ -1513,18 +1513,18 @@ func (x *ParticipateInfoReq) GetUserId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateInfoReq) GetNewUserId() string {
|
|
|
|
|
|
+func (x *ParticipateInfoReq) GetNewUserId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.NewUserId
|
|
return x.NewUserId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateInfoReq) GetAccountId() string {
|
|
|
|
|
|
+func (x *ParticipateInfoReq) GetAccountId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.AccountId
|
|
return x.AccountId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
// 详情页参标信息返回值
|
|
// 详情页参标信息返回值
|
|
@@ -1683,8 +1683,8 @@ type UpdateBidStatusReq struct {
|
|
MgoUserId string `protobuf:"bytes,13,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
MgoUserId string `protobuf:"bytes,13,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
AppId string `protobuf:"bytes,14,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
AppId string `protobuf:"bytes,14,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
UserId string `protobuf:"bytes,15,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
UserId string `protobuf:"bytes,15,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
- NewUserId string `protobuf:"bytes,16,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
- AccountId string `protobuf:"bytes,17,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
|
|
|
|
+ NewUserId int64 `protobuf:"varint,16,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
+ AccountId int64 `protobuf:"varint,17,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
}
|
|
}
|
|
|
|
|
|
func (x *UpdateBidStatusReq) Reset() {
|
|
func (x *UpdateBidStatusReq) Reset() {
|
|
@@ -1824,18 +1824,18 @@ func (x *UpdateBidStatusReq) GetUserId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *UpdateBidStatusReq) GetNewUserId() string {
|
|
|
|
|
|
+func (x *UpdateBidStatusReq) GetNewUserId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.NewUserId
|
|
return x.NewUserId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *UpdateBidStatusReq) GetAccountId() string {
|
|
|
|
|
|
+func (x *UpdateBidStatusReq) GetAccountId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.AccountId
|
|
return x.AccountId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
// 投标状态更新返回值
|
|
// 投标状态更新返回值
|
|
@@ -1916,8 +1916,8 @@ type ParticipateContentReq struct {
|
|
MgoUserId string `protobuf:"bytes,6,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
MgoUserId string `protobuf:"bytes,6,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
AppId string `protobuf:"bytes,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
AppId string `protobuf:"bytes,7,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
- NewUserId string `protobuf:"bytes,9,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
- AccountId string `protobuf:"bytes,10,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
|
|
|
|
+ NewUserId int64 `protobuf:"varint,9,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
+ AccountId int64 `protobuf:"varint,10,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ParticipateContentReq) Reset() {
|
|
func (x *ParticipateContentReq) Reset() {
|
|
@@ -2008,18 +2008,18 @@ func (x *ParticipateContentReq) GetUserId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateContentReq) GetNewUserId() string {
|
|
|
|
|
|
+func (x *ParticipateContentReq) GetNewUserId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.NewUserId
|
|
return x.NewUserId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateContentReq) GetAccountId() string {
|
|
|
|
|
|
+func (x *ParticipateContentReq) GetAccountId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.AccountId
|
|
return x.AccountId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
// 获取投标状态信息结果
|
|
// 获取投标状态信息结果
|
|
@@ -2189,8 +2189,8 @@ type ParticipateRecordsReq struct {
|
|
MgoUserId string `protobuf:"bytes,8,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
MgoUserId string `protobuf:"bytes,8,opt,name=mgoUserId,proto3" json:"mgoUserId,omitempty"` //原userId
|
|
AppId string `protobuf:"bytes,9,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
AppId string `protobuf:"bytes,9,opt,name=appId,proto3" json:"appId,omitempty"` //剑鱼默认10000
|
|
UserId string `protobuf:"bytes,10,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
UserId string `protobuf:"bytes,10,opt,name=userId,proto3" json:"userId,omitempty"` //用户id
|
|
- NewUserId string `protobuf:"bytes,11,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
- AccountId string `protobuf:"bytes,12,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
|
|
|
|
+ NewUserId int64 `protobuf:"varint,11,opt,name=newUserId,proto3" json:"newUserId,omitempty"` //base_user_id 新用户id
|
|
|
|
+ AccountId int64 `protobuf:"varint,12,opt,name=accountId,proto3" json:"accountId,omitempty"` //账户id
|
|
}
|
|
}
|
|
|
|
|
|
func (x *ParticipateRecordsReq) Reset() {
|
|
func (x *ParticipateRecordsReq) Reset() {
|
|
@@ -2295,18 +2295,18 @@ func (x *ParticipateRecordsReq) GetUserId() string {
|
|
return ""
|
|
return ""
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateRecordsReq) GetNewUserId() string {
|
|
|
|
|
|
+func (x *ParticipateRecordsReq) GetNewUserId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.NewUserId
|
|
return x.NewUserId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
-func (x *ParticipateRecordsReq) GetAccountId() string {
|
|
|
|
|
|
+func (x *ParticipateRecordsReq) GetAccountId() int64 {
|
|
if x != nil {
|
|
if x != nil {
|
|
return x.AccountId
|
|
return x.AccountId
|
|
}
|
|
}
|
|
- return ""
|
|
|
|
|
|
+ return 0
|
|
}
|
|
}
|
|
|
|
|
|
// 参标操作记录返回
|
|
// 参标操作记录返回
|
|
@@ -3924,11 +3924,11 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75,
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
|
|
0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
|
|
0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
- 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
|
|
|
|
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0a,
|
|
0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0a,
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22,
|
|
|
|
- 0x30, 0x0a, 0x08, 0x53, 0x68, 0x6f, 0x77, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x49,
|
|
|
|
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x76,
|
|
|
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22,
|
|
|
|
+ 0x30, 0x0a, 0x08, 0x53, 0x68, 0x6f, 0x77, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
|
|
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x76,
|
|
0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
|
|
0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
|
|
0x65, 0x22, 0x6e, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
0x65, 0x22, 0x6e, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63,
|
|
0x53, 0x68, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x72, 0x72, 0x5f, 0x63,
|
|
@@ -3953,8 +3953,8 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c,
|
|
0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c,
|
|
0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28,
|
|
- 0x09, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
|
- 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
|
+ 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
|
+ 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xb3, 0x01, 0x0a, 0x15, 0x50,
|
|
0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xb3, 0x01, 0x0a, 0x15, 0x50,
|
|
0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x68, 0x6f, 0x77, 0x50, 0x61, 0x72, 0x74,
|
|
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x68, 0x6f, 0x77, 0x50, 0x61, 0x72, 0x74,
|
|
@@ -4003,9 +4003,9 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70,
|
|
0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70,
|
|
0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01,
|
|
0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0f, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65,
|
|
0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65,
|
|
- 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e,
|
|
|
|
|
|
+ 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e,
|
|
0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f,
|
|
0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f,
|
|
- 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63,
|
|
|
|
|
|
+ 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x5c, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x5c, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08,
|
|
0x42, 0x69, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x12, 0x19, 0x0a, 0x08,
|
|
0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
|
|
0x65, 0x72, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07,
|
|
@@ -4028,9 +4028,9 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73,
|
|
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73,
|
|
0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
- 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
|
|
+ 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18,
|
|
0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18,
|
|
- 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
|
|
|
|
|
|
+ 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
|
|
0x22, 0xd0, 0x01, 0x0a, 0x16, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
0x22, 0xd0, 0x01, 0x0a, 0x16, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65,
|
|
0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x62,
|
|
0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x18, 0x0a, 0x07, 0x62,
|
|
0x69, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x69,
|
|
0x69, 0x64, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x69,
|
|
@@ -4071,9 +4071,9 @@ var file_bxcore_proto_rawDesc = []byte{
|
|
0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73,
|
|
0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73,
|
|
0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
0x65, 0x72, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
- 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
|
|
+ 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x55, 0x73, 0x65, 0x72,
|
|
0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18,
|
|
0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18,
|
|
- 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
|
|
|
|
|
|
+ 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64,
|
|
0x22, 0x7a, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52,
|
|
0x22, 0x7a, 0x0a, 0x12, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x74, 0x65, 0x52,
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64,
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x63, 0x6f, 0x72, 0x64,
|
|
0x73, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x63,
|
|
0x73, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x63,
|