|  | @@ -23,6 +23,69 @@ const (
 | 
	
		
			
				|  |  |  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 | 
	
		
			
				|  |  |  )
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +type UpdatePartnerInformationRequest struct {
 | 
	
		
			
				|  |  | +	state         protoimpl.MessageState
 | 
	
		
			
				|  |  | +	sizeCache     protoimpl.SizeCache
 | 
	
		
			
				|  |  | +	unknownFields protoimpl.UnknownFields
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	Nickname  string `protobuf:"bytes,1,opt,name=Nickname,proto3" json:"Nickname"`
 | 
	
		
			
				|  |  | +	AvatarUrl string `protobuf:"bytes,2,opt,name=avatarUrl,proto3" json:"avatarUrl"`
 | 
	
		
			
				|  |  | +	Sex       int64  `protobuf:"varint,3,opt,name=sex,proto3" json:"sex"`
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *UpdatePartnerInformationRequest) Reset() {
 | 
	
		
			
				|  |  | +	*x = UpdatePartnerInformationRequest{}
 | 
	
		
			
				|  |  | +	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | +		mi := &file_partner_proto_msgTypes[0]
 | 
	
		
			
				|  |  | +		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  | +		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *UpdatePartnerInformationRequest) String() string {
 | 
	
		
			
				|  |  | +	return protoimpl.X.MessageStringOf(x)
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (*UpdatePartnerInformationRequest) ProtoMessage() {}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *UpdatePartnerInformationRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | +	mi := &file_partner_proto_msgTypes[0]
 | 
	
		
			
				|  |  | +	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 UpdatePartnerInformationRequest.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  | +func (*UpdatePartnerInformationRequest) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | +	return file_partner_proto_rawDescGZIP(), []int{0}
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *UpdatePartnerInformationRequest) GetNickname() string {
 | 
	
		
			
				|  |  | +	if x != nil {
 | 
	
		
			
				|  |  | +		return x.Nickname
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return ""
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *UpdatePartnerInformationRequest) GetAvatarUrl() string {
 | 
	
		
			
				|  |  | +	if x != nil {
 | 
	
		
			
				|  |  | +		return x.AvatarUrl
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return ""
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *UpdatePartnerInformationRequest) GetSex() int64 {
 | 
	
		
			
				|  |  | +	if x != nil {
 | 
	
		
			
				|  |  | +		return x.Sex
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return 0
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  type PartnerCircleInfo struct {
 | 
	
		
			
				|  |  |  	state         protoimpl.MessageState
 | 
	
		
			
				|  |  |  	sizeCache     protoimpl.SizeCache
 | 
	
	
		
			
				|  | @@ -38,7 +101,7 @@ type PartnerCircleInfo struct {
 | 
	
		
			
				|  |  |  func (x *PartnerCircleInfo) Reset() {
 | 
	
		
			
				|  |  |  	*x = PartnerCircleInfo{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_partner_proto_msgTypes[0]
 | 
	
		
			
				|  |  | +		mi := &file_partner_proto_msgTypes[1]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -51,7 +114,7 @@ func (x *PartnerCircleInfo) String() string {
 | 
	
		
			
				|  |  |  func (*PartnerCircleInfo) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *PartnerCircleInfo) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_partner_proto_msgTypes[0]
 | 
	
		
			
				|  |  | +	mi := &file_partner_proto_msgTypes[1]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -64,7 +127,7 @@ func (x *PartnerCircleInfo) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use PartnerCircleInfo.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*PartnerCircleInfo) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_partner_proto_rawDescGZIP(), []int{0}
 | 
	
		
			
				|  |  | +	return file_partner_proto_rawDescGZIP(), []int{1}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *PartnerCircleInfo) GetId() string {
 | 
	
	
		
			
				|  | @@ -117,7 +180,7 @@ type PartnerInfo struct {
 | 
	
		
			
				|  |  |  func (x *PartnerInfo) Reset() {
 | 
	
		
			
				|  |  |  	*x = PartnerInfo{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_partner_proto_msgTypes[1]
 | 
	
		
			
				|  |  | +		mi := &file_partner_proto_msgTypes[2]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -130,7 +193,7 @@ func (x *PartnerInfo) String() string {
 | 
	
		
			
				|  |  |  func (*PartnerInfo) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *PartnerInfo) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_partner_proto_msgTypes[1]
 | 
	
		
			
				|  |  | +	mi := &file_partner_proto_msgTypes[2]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -143,7 +206,7 @@ func (x *PartnerInfo) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use PartnerInfo.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*PartnerInfo) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_partner_proto_rawDescGZIP(), []int{1}
 | 
	
		
			
				|  |  | +	return file_partner_proto_rawDescGZIP(), []int{2}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *PartnerInfo) GetId() string {
 | 
	
	
		
			
				|  | @@ -190,44 +253,60 @@ var file_partner_proto_rawDesc = []byte{
 | 
	
		
			
				|  |  |  	0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67,
 | 
	
		
			
				|  |  |  	0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74,
 | 
	
		
			
				|  |  |  	0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x13, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x61, 0x73,
 | 
	
		
			
				|  |  | -	0x65, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8b, 0x01, 0x0a,
 | 
	
		
			
				|  |  | -	0x11, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e,
 | 
	
		
			
				|  |  | -	0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02,
 | 
	
		
			
				|  |  | -	0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
 | 
	
		
			
				|  |  | -	0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c,
 | 
	
		
			
				|  |  | -	0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | -	0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03,
 | 
	
		
			
				|  |  | -	0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a,
 | 
	
		
			
				|  |  | -	0x0a, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09,
 | 
	
		
			
				|  |  | -	0x52, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x22, 0x85, 0x01, 0x0a, 0x0b, 0x50,
 | 
	
		
			
				|  |  | -	0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
 | 
	
		
			
				|  |  | -	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69,
 | 
	
		
			
				|  |  | -	0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69,
 | 
	
		
			
				|  |  | -	0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
 | 
	
		
			
				|  |  | -	0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61,
 | 
	
		
			
				|  |  | -	0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | -	0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72,
 | 
	
		
			
				|  |  | -	0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72,
 | 
	
		
			
				|  |  | -	0x65, 0x73, 0x32, 0xe2, 0x01, 0x0a, 0x07, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x12, 0x60,
 | 
	
		
			
				|  |  | -	0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f,
 | 
	
		
			
				|  |  | -	0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
 | 
	
		
			
				|  |  | -	0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70,
 | 
	
		
			
				|  |  | -	0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e,
 | 
	
		
			
				|  |  | -	0x66, 0x6f, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x22, 0x11, 0x2f, 0x61, 0x70, 0x69,
 | 
	
		
			
				|  |  | -	0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x3a, 0x01, 0x2a,
 | 
	
		
			
				|  |  | -	0x12, 0x75, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69,
 | 
	
		
			
				|  |  | -	0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62,
 | 
	
		
			
				|  |  | -	0x61, 0x73, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72,
 | 
	
		
			
				|  |  | -	0x61, 0x6d, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72,
 | 
	
		
			
				|  |  | -	0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e,
 | 
	
		
			
				|  |  | -	0x66, 0x6f, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69,
 | 
	
		
			
				|  |  | -	0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x63, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x2f,
 | 
	
		
			
				|  |  | -	0x69, 0x6e, 0x66, 0x6f, 0x3a, 0x01, 0x2a, 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70,
 | 
	
		
			
				|  |  | -	0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x50, 0x01, 0x5a, 0x35, 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,
 | 
	
		
			
				|  |  | -	0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x3b, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x62,
 | 
	
		
			
				|  |  | -	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 | 
	
		
			
				|  |  | +	0x65, 0x2f, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6d, 0x0a, 0x1f,
 | 
	
		
			
				|  |  | +	0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66,
 | 
	
		
			
				|  |  | +	0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
 | 
	
		
			
				|  |  | +	0x1a, 0x0a, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | +	0x09, 0x52, 0x08, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61,
 | 
	
		
			
				|  |  | +	0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
 | 
	
		
			
				|  |  | +	0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78,
 | 
	
		
			
				|  |  | +	0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x8b, 0x01, 0x0a, 0x11,
 | 
	
		
			
				|  |  | +	0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66,
 | 
	
		
			
				|  |  | +	0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
 | 
	
		
			
				|  |  | +	0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
 | 
	
		
			
				|  |  | +	0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a,
 | 
	
		
			
				|  |  | +	0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
 | 
	
		
			
				|  |  | +	0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73,
 | 
	
		
			
				|  |  | +	0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a,
 | 
	
		
			
				|  |  | +	0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52,
 | 
	
		
			
				|  |  | +	0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x22, 0x85, 0x01, 0x0a, 0x0b, 0x50, 0x61,
 | 
	
		
			
				|  |  | +	0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18,
 | 
	
		
			
				|  |  | +	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63,
 | 
	
		
			
				|  |  | +	0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63,
 | 
	
		
			
				|  |  | +	0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
 | 
	
		
			
				|  |  | +	0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
 | 
	
		
			
				|  |  | +	0x55, 0x72, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
 | 
	
		
			
				|  |  | +	0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65,
 | 
	
		
			
				|  |  | +	0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x70, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65,
 | 
	
		
			
				|  |  | +	0x73, 0x32, 0xee, 0x02, 0x0a, 0x07, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x12, 0x60, 0x0a,
 | 
	
		
			
				|  |  | +	0x0e, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12,
 | 
	
		
			
				|  |  | +	0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
 | 
	
		
			
				|  |  | +	0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61,
 | 
	
		
			
				|  |  | +	0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66,
 | 
	
		
			
				|  |  | +	0x6f, 0x22, 0x1c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x16, 0x22, 0x11, 0x2f, 0x61, 0x70, 0x69, 0x2f,
 | 
	
		
			
				|  |  | +	0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x3a, 0x01, 0x2a, 0x12,
 | 
	
		
			
				|  |  | +	0x75, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72,
 | 
	
		
			
				|  |  | +	0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x62, 0x61,
 | 
	
		
			
				|  |  | +	0x73, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x50, 0x61, 0x72, 0x61,
 | 
	
		
			
				|  |  | +	0x6d, 0x1a, 0x1e, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e,
 | 
	
		
			
				|  |  | +	0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x49, 0x6e, 0x66,
 | 
	
		
			
				|  |  | +	0x6f, 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x22, 0x18, 0x2f, 0x61, 0x70, 0x69, 0x2f,
 | 
	
		
			
				|  |  | +	0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2f, 0x63, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x2f, 0x69,
 | 
	
		
			
				|  |  | +	0x6e, 0x66, 0x6f, 0x3a, 0x01, 0x2a, 0x12, 0x89, 0x01, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74,
 | 
	
		
			
				|  |  | +	0x65, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74,
 | 
	
		
			
				|  |  | +	0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65,
 | 
	
		
			
				|  |  | +	0x72, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49,
 | 
	
		
			
				|  |  | +	0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
 | 
	
		
			
				|  |  | +	0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
 | 
	
		
			
				|  |  | +	0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02,
 | 
	
		
			
				|  |  | +	0x21, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x75, 0x70, 0x64,
 | 
	
		
			
				|  |  | +	0x61, 0x74, 0x65, 0x2f, 0x69, 0x6e, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a,
 | 
	
		
			
				|  |  | +	0x01, 0x2a, 0x42, 0x46, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65,
 | 
	
		
			
				|  |  | +	0x72, 0x50, 0x01, 0x5a, 0x35, 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, 0x70, 0x61, 0x72, 0x74, 0x6e,
 | 
	
		
			
				|  |  | +	0x65, 0x72, 0x3b, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
 | 
	
		
			
				|  |  | +	0x6f, 0x33,
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  var (
 | 
	
	
		
			
				|  | @@ -242,20 +321,23 @@ func file_partner_proto_rawDescGZIP() []byte {
 | 
	
		
			
				|  |  |  	return file_partner_proto_rawDescData
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -var file_partner_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
 | 
	
		
			
				|  |  | +var file_partner_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
 | 
	
		
			
				|  |  |  var file_partner_proto_goTypes = []interface{}{
 | 
	
		
			
				|  |  | -	(*PartnerCircleInfo)(nil),   // 0: api.partner.PartnerCircleInfo
 | 
	
		
			
				|  |  | -	(*PartnerInfo)(nil),         // 1: api.partner.PartnerInfo
 | 
	
		
			
				|  |  | -	(*emptypb.Empty)(nil),       // 2: google.protobuf.Empty
 | 
	
		
			
				|  |  | -	(*base.PartnerIDParam)(nil), // 3: api.base.PartnerIDParam
 | 
	
		
			
				|  |  | +	(*UpdatePartnerInformationRequest)(nil), // 0: api.partner.UpdatePartnerInformationRequest
 | 
	
		
			
				|  |  | +	(*PartnerCircleInfo)(nil),               // 1: api.partner.PartnerCircleInfo
 | 
	
		
			
				|  |  | +	(*PartnerInfo)(nil),                     // 2: api.partner.PartnerInfo
 | 
	
		
			
				|  |  | +	(*emptypb.Empty)(nil),                   // 3: google.protobuf.Empty
 | 
	
		
			
				|  |  | +	(*base.PartnerIDParam)(nil),             // 4: api.base.PartnerIDParam
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  var file_partner_proto_depIdxs = []int32{
 | 
	
		
			
				|  |  | -	2, // 0: api.partner.Partner.GetPartnerInfo:input_type -> google.protobuf.Empty
 | 
	
		
			
				|  |  | -	3, // 1: api.partner.Partner.GetPartnerCircleInfo:input_type -> api.base.PartnerIDParam
 | 
	
		
			
				|  |  | -	1, // 2: api.partner.Partner.GetPartnerInfo:output_type -> api.partner.PartnerInfo
 | 
	
		
			
				|  |  | -	0, // 3: api.partner.Partner.GetPartnerCircleInfo:output_type -> api.partner.PartnerCircleInfo
 | 
	
		
			
				|  |  | -	2, // [2:4] is the sub-list for method output_type
 | 
	
		
			
				|  |  | -	0, // [0:2] is the sub-list for method input_type
 | 
	
		
			
				|  |  | +	3, // 0: api.partner.Partner.GetPartnerInfo:input_type -> google.protobuf.Empty
 | 
	
		
			
				|  |  | +	4, // 1: api.partner.Partner.GetPartnerCircleInfo:input_type -> api.base.PartnerIDParam
 | 
	
		
			
				|  |  | +	0, // 2: api.partner.Partner.UpdatePartnerInformation:input_type -> api.partner.UpdatePartnerInformationRequest
 | 
	
		
			
				|  |  | +	2, // 3: api.partner.Partner.GetPartnerInfo:output_type -> api.partner.PartnerInfo
 | 
	
		
			
				|  |  | +	1, // 4: api.partner.Partner.GetPartnerCircleInfo:output_type -> api.partner.PartnerCircleInfo
 | 
	
		
			
				|  |  | +	3, // 5: api.partner.Partner.UpdatePartnerInformation:output_type -> google.protobuf.Empty
 | 
	
		
			
				|  |  | +	3, // [3:6] is the sub-list for method output_type
 | 
	
		
			
				|  |  | +	0, // [0:3] is the sub-list for method input_type
 | 
	
		
			
				|  |  |  	0, // [0:0] is the sub-list for extension type_name
 | 
	
		
			
				|  |  |  	0, // [0:0] is the sub-list for extension extendee
 | 
	
		
			
				|  |  |  	0, // [0:0] is the sub-list for field type_name
 | 
	
	
		
			
				|  | @@ -268,7 +350,7 @@ func file_partner_proto_init() {
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  	if !protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  |  		file_partner_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*PartnerCircleInfo); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*UpdatePartnerInformationRequest); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -280,6 +362,18 @@ func file_partner_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_partner_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | +			switch v := v.(*PartnerCircleInfo); i {
 | 
	
		
			
				|  |  | +			case 0:
 | 
	
		
			
				|  |  | +				return &v.state
 | 
	
		
			
				|  |  | +			case 1:
 | 
	
		
			
				|  |  | +				return &v.sizeCache
 | 
	
		
			
				|  |  | +			case 2:
 | 
	
		
			
				|  |  | +				return &v.unknownFields
 | 
	
		
			
				|  |  | +			default:
 | 
	
		
			
				|  |  | +				return nil
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  | +		file_partner_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  |  			switch v := v.(*PartnerInfo); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
	
		
			
				|  | @@ -298,7 +392,7 @@ func file_partner_proto_init() {
 | 
	
		
			
				|  |  |  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 | 
	
		
			
				|  |  |  			RawDescriptor: file_partner_proto_rawDesc,
 | 
	
		
			
				|  |  |  			NumEnums:      0,
 | 
	
		
			
				|  |  | -			NumMessages:   2,
 | 
	
		
			
				|  |  | +			NumMessages:   3,
 | 
	
		
			
				|  |  |  			NumExtensions: 0,
 | 
	
		
			
				|  |  |  			NumServices:   1,
 | 
	
		
			
				|  |  |  		},
 |