diff --git a/consultingapis/dingtalk/v1/dingtalk.pb.go b/consultingapis/dingtalk/v1/dingtalk.pb.go index 72a774a..05180f1 100644 --- a/consultingapis/dingtalk/v1/dingtalk.pb.go +++ b/consultingapis/dingtalk/v1/dingtalk.pb.go @@ -747,8 +747,7 @@ type CreateRecruitChatGroupRequest struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - MemberId []string `protobuf:"bytes,1,rep,name=member_id,json=memberId,proto3" json:"member_id,omitempty"` - Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + Body *CreateRecruitChatGroupRequest_Body `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` } func (x *CreateRecruitChatGroupRequest) Reset() { @@ -783,20 +782,13 @@ func (*CreateRecruitChatGroupRequest) Descriptor() ([]byte, []int) { return file_consultingapis_dingtalk_v1_dingtalk_proto_rawDescGZIP(), []int{14} } -func (x *CreateRecruitChatGroupRequest) GetMemberId() []string { +func (x *CreateRecruitChatGroupRequest) GetBody() *CreateRecruitChatGroupRequest_Body { if x != nil { - return x.MemberId + return x.Body } return nil } -func (x *CreateRecruitChatGroupRequest) GetName() string { - if x != nil { - return x.Name - } - return "" -} - type CreateRecruitChatGroupResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache @@ -1049,6 +1041,61 @@ func (x *GetGradeChatGroupResponse_Chat) GetCreatedAt() int64 { return 0 } +type CreateRecruitChatGroupRequest_Body struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + MemberId []string `protobuf:"bytes,1,rep,name=member_id,json=memberId,proto3" json:"member_id,omitempty"` + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *CreateRecruitChatGroupRequest_Body) Reset() { + *x = CreateRecruitChatGroupRequest_Body{} + if protoimpl.UnsafeEnabled { + mi := &file_consultingapis_dingtalk_v1_dingtalk_proto_msgTypes[19] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateRecruitChatGroupRequest_Body) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateRecruitChatGroupRequest_Body) ProtoMessage() {} + +func (x *CreateRecruitChatGroupRequest_Body) ProtoReflect() protoreflect.Message { + mi := &file_consultingapis_dingtalk_v1_dingtalk_proto_msgTypes[19] + 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 CreateRecruitChatGroupRequest_Body.ProtoReflect.Descriptor instead. +func (*CreateRecruitChatGroupRequest_Body) Descriptor() ([]byte, []int) { + return file_consultingapis_dingtalk_v1_dingtalk_proto_rawDescGZIP(), []int{14, 0} +} + +func (x *CreateRecruitChatGroupRequest_Body) GetMemberId() []string { + if x != nil { + return x.MemberId + } + return nil +} + +func (x *CreateRecruitChatGroupRequest_Body) GetName() string { + if x != nil { + return x.Name + } + return "" +} + var File_consultingapis_dingtalk_v1_dingtalk_proto protoreflect.FileDescriptor var file_consultingapis_dingtalk_v1_dingtalk_proto_rawDesc = []byte{ @@ -1154,107 +1201,113 @@ var file_consultingapis_dingtalk_v1_dingtalk_proto_rawDesc = []byte{ 0x65, 0x22, 0x36, 0x0a, 0x1a, 0x53, 0x79, 0x6e, 0x63, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x50, 0x0a, 0x1d, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x65, - 0x6d, 0x62, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x6d, - 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x88, 0x01, 0x0a, 0x1e, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, - 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, - 0x0a, 0x07, 0x63, 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x06, 0x63, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x70, 0x65, 0x6e, 0x43, - 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x12, 0x6f, 0x70, 0x65, 0x6e, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, - 0x65, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x76, - 0x69, 0x74, 0x65, 0x55, 0x72, 0x6c, 0x32, 0xfb, 0x0a, 0x0a, 0x0f, 0x44, 0x69, 0x6e, 0x67, 0x54, - 0x61, 0x6c, 0x6b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xb1, 0x01, 0x0a, 0x14, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x12, 0x37, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, - 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, - 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, - 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, - 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, - 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x3a, 0x04, - 0x62, 0x6f, 0x64, 0x79, 0x22, 0x18, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, - 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x9f, - 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x12, 0x34, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, - 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, - 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, - 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x6f, 0x6e, - 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, - 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, - 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x1d, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x64, 0x69, 0x6e, 0x67, - 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x74, - 0x12, 0xa7, 0x01, 0x0a, 0x13, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, - 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x36, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, - 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, - 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, - 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x37, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, - 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, - 0x72, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, - 0x19, 0x12, 0x17, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, - 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x12, 0xa3, 0x01, 0x0a, 0x12, 0x53, - 0x79, 0x6e, 0x63, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x35, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, - 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x79, 0x6e, 0x63, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, - 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, - 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, - 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x1e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, - 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x79, 0x6e, 0x63, - 0x12, 0xb0, 0x01, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, 0x64, 0x65, - 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x37, 0x2e, 0x63, 0x6f, 0x6e, 0x73, + 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0xac, 0x01, 0x0a, 0x1d, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, + 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x52, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, - 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, - 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, - 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, - 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, - 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, - 0xe4, 0x93, 0x02, 0x1f, 0x22, 0x1d, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, - 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x75, 0x6e, 0x69, 0x74, 0x2f, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x12, 0xa4, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x64, 0x65, - 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x34, 0x2e, 0x63, 0x6f, 0x6e, 0x73, + 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, + 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x2e, 0x42, 0x6f, 0x64, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x1a, + 0x37, 0x0a, 0x04, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x65, 0x6d, 0x62, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x65, 0x6d, 0x62, + 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x88, 0x01, 0x0a, 0x1e, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x63, + 0x68, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x68, + 0x61, 0x74, 0x49, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x70, 0x65, 0x6e, 0x43, 0x6f, 0x6e, 0x76, + 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x12, 0x6f, 0x70, 0x65, 0x6e, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x5f, 0x75, + 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, + 0x55, 0x72, 0x6c, 0x32, 0xfe, 0x0a, 0x0a, 0x0f, 0x44, 0x69, 0x6e, 0x67, 0x54, 0x61, 0x6c, 0x6b, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xb1, 0x01, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x12, 0x37, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, + 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, - 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, + 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x26, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x20, 0x3a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x22, 0x18, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, + 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x9f, 0x01, 0x0a, 0x11, + 0x47, 0x65, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x12, 0x34, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, + 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x47, + 0x65, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, + 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, + 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, + 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1d, + 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, + 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x65, 0x74, 0x12, 0xa7, 0x01, + 0x0a, 0x13, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x36, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, + 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, + 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x72, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, + 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e, + 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, + 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x72, 0x67, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1f, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x12, 0x17, + 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, + 0x31, 0x2f, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x12, 0xa3, 0x01, 0x0a, 0x12, 0x53, 0x79, 0x6e, 0x63, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x35, + 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, + 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x6e, 0x63, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, + 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, + 0x76, 0x31, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x43, 0x68, 0x61, 0x74, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1e, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x12, 0x16, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, + 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xb0, 0x01, + 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, + 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x37, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, + 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, + 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, - 0x35, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, - 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, + 0x38, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, + 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x25, 0x82, 0xd3, 0xe4, 0x93, 0x02, + 0x1f, 0x22, 0x1d, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, + 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x75, 0x6e, 0x69, 0x74, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x12, 0xa4, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, + 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x34, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, + 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, + 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x63, + 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, + 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x47, 0x72, 0x61, + 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, 0x2f, 0x64, 0x69, + 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x75, + 0x6e, 0x69, 0x74, 0x2f, 0x67, 0x65, 0x74, 0x12, 0xa8, 0x01, 0x0a, 0x12, 0x53, 0x79, 0x6e, 0x63, + 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x35, + 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, + 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x22, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1c, 0x12, 0x1a, - 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, - 0x31, 0x2f, 0x75, 0x6e, 0x69, 0x74, 0x2f, 0x67, 0x65, 0x74, 0x12, 0xa8, 0x01, 0x0a, 0x12, 0x53, - 0x79, 0x6e, 0x63, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x12, 0x35, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, - 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x53, - 0x79, 0x6e, 0x63, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, - 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, + 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, + 0x76, 0x31, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, 0x68, 0x61, 0x74, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x23, 0x82, + 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, + 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x75, 0x6e, 0x69, 0x74, 0x2f, 0x73, 0x79, + 0x6e, 0x63, 0x12, 0xbf, 0x01, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, + 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x39, 0x2e, + 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, + 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, - 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x79, 0x6e, 0x63, 0x47, 0x72, 0x61, 0x64, 0x65, 0x43, - 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0x23, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, - 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x75, 0x6e, 0x69, 0x74, - 0x2f, 0x73, 0x79, 0x6e, 0x63, 0x12, 0xbc, 0x01, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, - 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, - 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, - 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x63, 0x6f, - 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, - 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, - 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x25, 0x3a, - 0x01, 0x2a, 0x22, 0x20, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, + 0x6c, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x63, 0x72, + 0x75, 0x69, 0x74, 0x43, 0x68, 0x61, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x22, 0x20, 0x2f, 0x64, 0x69, 0x6e, 0x67, 0x74, 0x61, 0x6c, 0x6b, 0x2f, 0x63, 0x68, 0x61, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x63, 0x72, 0x75, 0x69, 0x74, 0x2f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x80, 0x02, 0x0a, 0x1e, 0x63, 0x6f, 0x6d, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6c, 0x74, 0x69, 0x6e, 0x67, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x64, 0x69, 0x6e, 0x67, @@ -1287,53 +1340,55 @@ func file_consultingapis_dingtalk_v1_dingtalk_proto_rawDescGZIP() []byte { return file_consultingapis_dingtalk_v1_dingtalk_proto_rawDescData } -var file_consultingapis_dingtalk_v1_dingtalk_proto_msgTypes = make([]protoimpl.MessageInfo, 19) +var file_consultingapis_dingtalk_v1_dingtalk_proto_msgTypes = make([]protoimpl.MessageInfo, 20) var file_consultingapis_dingtalk_v1_dingtalk_proto_goTypes = []interface{}{ - (*CreateClassChatGroupRequest)(nil), // 0: consultingapis.dingtalk.v1.CreateClassChatGroupRequest - (*CreateClassChatGroupResponse)(nil), // 1: consultingapis.dingtalk.v1.CreateClassChatGroupResponse - (*MergeClassChatGroupRequest)(nil), // 2: consultingapis.dingtalk.v1.MergeClassChatGroupRequest - (*MergeClassChatGroupResponse)(nil), // 3: consultingapis.dingtalk.v1.MergeClassChatGroupResponse - (*GetClassChatGroupRequest)(nil), // 4: consultingapis.dingtalk.v1.GetClassChatGroupRequest - (*GetClassChatGroupResponse)(nil), // 5: consultingapis.dingtalk.v1.GetClassChatGroupResponse - (*SyncClassChatGroupRequest)(nil), // 6: consultingapis.dingtalk.v1.SyncClassChatGroupRequest - (*SyncClassChatGroupResponse)(nil), // 7: consultingapis.dingtalk.v1.SyncClassChatGroupResponse - (*CreateGradeChatGroupRequest)(nil), // 8: consultingapis.dingtalk.v1.CreateGradeChatGroupRequest - (*CreateGradeChatGroupResponse)(nil), // 9: consultingapis.dingtalk.v1.CreateGradeChatGroupResponse - (*GetGradeChatGroupRequest)(nil), // 10: consultingapis.dingtalk.v1.GetGradeChatGroupRequest - (*GetGradeChatGroupResponse)(nil), // 11: consultingapis.dingtalk.v1.GetGradeChatGroupResponse - (*SyncGradeChatGroupRequest)(nil), // 12: consultingapis.dingtalk.v1.SyncGradeChatGroupRequest - (*SyncGradeChatGroupResponse)(nil), // 13: consultingapis.dingtalk.v1.SyncGradeChatGroupResponse - (*CreateRecruitChatGroupRequest)(nil), // 14: consultingapis.dingtalk.v1.CreateRecruitChatGroupRequest - (*CreateRecruitChatGroupResponse)(nil), // 15: consultingapis.dingtalk.v1.CreateRecruitChatGroupResponse - (*CreateClassChatGroupRequest_Body)(nil), // 16: consultingapis.dingtalk.v1.CreateClassChatGroupRequest.Body - (*GetClassChatGroupResponse_Chat)(nil), // 17: consultingapis.dingtalk.v1.GetClassChatGroupResponse.Chat - (*GetGradeChatGroupResponse_Chat)(nil), // 18: consultingapis.dingtalk.v1.GetGradeChatGroupResponse.Chat + (*CreateClassChatGroupRequest)(nil), // 0: consultingapis.dingtalk.v1.CreateClassChatGroupRequest + (*CreateClassChatGroupResponse)(nil), // 1: consultingapis.dingtalk.v1.CreateClassChatGroupResponse + (*MergeClassChatGroupRequest)(nil), // 2: consultingapis.dingtalk.v1.MergeClassChatGroupRequest + (*MergeClassChatGroupResponse)(nil), // 3: consultingapis.dingtalk.v1.MergeClassChatGroupResponse + (*GetClassChatGroupRequest)(nil), // 4: consultingapis.dingtalk.v1.GetClassChatGroupRequest + (*GetClassChatGroupResponse)(nil), // 5: consultingapis.dingtalk.v1.GetClassChatGroupResponse + (*SyncClassChatGroupRequest)(nil), // 6: consultingapis.dingtalk.v1.SyncClassChatGroupRequest + (*SyncClassChatGroupResponse)(nil), // 7: consultingapis.dingtalk.v1.SyncClassChatGroupResponse + (*CreateGradeChatGroupRequest)(nil), // 8: consultingapis.dingtalk.v1.CreateGradeChatGroupRequest + (*CreateGradeChatGroupResponse)(nil), // 9: consultingapis.dingtalk.v1.CreateGradeChatGroupResponse + (*GetGradeChatGroupRequest)(nil), // 10: consultingapis.dingtalk.v1.GetGradeChatGroupRequest + (*GetGradeChatGroupResponse)(nil), // 11: consultingapis.dingtalk.v1.GetGradeChatGroupResponse + (*SyncGradeChatGroupRequest)(nil), // 12: consultingapis.dingtalk.v1.SyncGradeChatGroupRequest + (*SyncGradeChatGroupResponse)(nil), // 13: consultingapis.dingtalk.v1.SyncGradeChatGroupResponse + (*CreateRecruitChatGroupRequest)(nil), // 14: consultingapis.dingtalk.v1.CreateRecruitChatGroupRequest + (*CreateRecruitChatGroupResponse)(nil), // 15: consultingapis.dingtalk.v1.CreateRecruitChatGroupResponse + (*CreateClassChatGroupRequest_Body)(nil), // 16: consultingapis.dingtalk.v1.CreateClassChatGroupRequest.Body + (*GetClassChatGroupResponse_Chat)(nil), // 17: consultingapis.dingtalk.v1.GetClassChatGroupResponse.Chat + (*GetGradeChatGroupResponse_Chat)(nil), // 18: consultingapis.dingtalk.v1.GetGradeChatGroupResponse.Chat + (*CreateRecruitChatGroupRequest_Body)(nil), // 19: consultingapis.dingtalk.v1.CreateRecruitChatGroupRequest.Body } var file_consultingapis_dingtalk_v1_dingtalk_proto_depIdxs = []int32{ 16, // 0: consultingapis.dingtalk.v1.CreateClassChatGroupRequest.body:type_name -> consultingapis.dingtalk.v1.CreateClassChatGroupRequest.Body 17, // 1: consultingapis.dingtalk.v1.GetClassChatGroupResponse.chats:type_name -> consultingapis.dingtalk.v1.GetClassChatGroupResponse.Chat 18, // 2: consultingapis.dingtalk.v1.GetGradeChatGroupResponse.chats:type_name -> consultingapis.dingtalk.v1.GetGradeChatGroupResponse.Chat - 0, // 3: consultingapis.dingtalk.v1.DingTalkService.CreateClassChatGroup:input_type -> consultingapis.dingtalk.v1.CreateClassChatGroupRequest - 4, // 4: consultingapis.dingtalk.v1.DingTalkService.GetClassChatGroup:input_type -> consultingapis.dingtalk.v1.GetClassChatGroupRequest - 2, // 5: consultingapis.dingtalk.v1.DingTalkService.MergeClassChatGroup:input_type -> consultingapis.dingtalk.v1.MergeClassChatGroupRequest - 6, // 6: consultingapis.dingtalk.v1.DingTalkService.SyncClassChatGroup:input_type -> consultingapis.dingtalk.v1.SyncClassChatGroupRequest - 8, // 7: consultingapis.dingtalk.v1.DingTalkService.CreateGradeChatGroup:input_type -> consultingapis.dingtalk.v1.CreateGradeChatGroupRequest - 10, // 8: consultingapis.dingtalk.v1.DingTalkService.GetGradeChatGroup:input_type -> consultingapis.dingtalk.v1.GetGradeChatGroupRequest - 12, // 9: consultingapis.dingtalk.v1.DingTalkService.SyncGradeChatGroup:input_type -> consultingapis.dingtalk.v1.SyncGradeChatGroupRequest - 14, // 10: consultingapis.dingtalk.v1.DingTalkService.CreateRecruitChatGroup:input_type -> consultingapis.dingtalk.v1.CreateRecruitChatGroupRequest - 1, // 11: consultingapis.dingtalk.v1.DingTalkService.CreateClassChatGroup:output_type -> consultingapis.dingtalk.v1.CreateClassChatGroupResponse - 5, // 12: consultingapis.dingtalk.v1.DingTalkService.GetClassChatGroup:output_type -> consultingapis.dingtalk.v1.GetClassChatGroupResponse - 3, // 13: consultingapis.dingtalk.v1.DingTalkService.MergeClassChatGroup:output_type -> consultingapis.dingtalk.v1.MergeClassChatGroupResponse - 7, // 14: consultingapis.dingtalk.v1.DingTalkService.SyncClassChatGroup:output_type -> consultingapis.dingtalk.v1.SyncClassChatGroupResponse - 9, // 15: consultingapis.dingtalk.v1.DingTalkService.CreateGradeChatGroup:output_type -> consultingapis.dingtalk.v1.CreateGradeChatGroupResponse - 11, // 16: consultingapis.dingtalk.v1.DingTalkService.GetGradeChatGroup:output_type -> consultingapis.dingtalk.v1.GetGradeChatGroupResponse - 13, // 17: consultingapis.dingtalk.v1.DingTalkService.SyncGradeChatGroup:output_type -> consultingapis.dingtalk.v1.SyncGradeChatGroupResponse - 15, // 18: consultingapis.dingtalk.v1.DingTalkService.CreateRecruitChatGroup:output_type -> consultingapis.dingtalk.v1.CreateRecruitChatGroupResponse - 11, // [11:19] is the sub-list for method output_type - 3, // [3:11] is the sub-list for method input_type - 3, // [3:3] is the sub-list for extension type_name - 3, // [3:3] is the sub-list for extension extendee - 0, // [0:3] is the sub-list for field type_name + 19, // 3: consultingapis.dingtalk.v1.CreateRecruitChatGroupRequest.body:type_name -> consultingapis.dingtalk.v1.CreateRecruitChatGroupRequest.Body + 0, // 4: consultingapis.dingtalk.v1.DingTalkService.CreateClassChatGroup:input_type -> consultingapis.dingtalk.v1.CreateClassChatGroupRequest + 4, // 5: consultingapis.dingtalk.v1.DingTalkService.GetClassChatGroup:input_type -> consultingapis.dingtalk.v1.GetClassChatGroupRequest + 2, // 6: consultingapis.dingtalk.v1.DingTalkService.MergeClassChatGroup:input_type -> consultingapis.dingtalk.v1.MergeClassChatGroupRequest + 6, // 7: consultingapis.dingtalk.v1.DingTalkService.SyncClassChatGroup:input_type -> consultingapis.dingtalk.v1.SyncClassChatGroupRequest + 8, // 8: consultingapis.dingtalk.v1.DingTalkService.CreateGradeChatGroup:input_type -> consultingapis.dingtalk.v1.CreateGradeChatGroupRequest + 10, // 9: consultingapis.dingtalk.v1.DingTalkService.GetGradeChatGroup:input_type -> consultingapis.dingtalk.v1.GetGradeChatGroupRequest + 12, // 10: consultingapis.dingtalk.v1.DingTalkService.SyncGradeChatGroup:input_type -> consultingapis.dingtalk.v1.SyncGradeChatGroupRequest + 14, // 11: consultingapis.dingtalk.v1.DingTalkService.CreateRecruitChatGroup:input_type -> consultingapis.dingtalk.v1.CreateRecruitChatGroupRequest + 1, // 12: consultingapis.dingtalk.v1.DingTalkService.CreateClassChatGroup:output_type -> consultingapis.dingtalk.v1.CreateClassChatGroupResponse + 5, // 13: consultingapis.dingtalk.v1.DingTalkService.GetClassChatGroup:output_type -> consultingapis.dingtalk.v1.GetClassChatGroupResponse + 3, // 14: consultingapis.dingtalk.v1.DingTalkService.MergeClassChatGroup:output_type -> consultingapis.dingtalk.v1.MergeClassChatGroupResponse + 7, // 15: consultingapis.dingtalk.v1.DingTalkService.SyncClassChatGroup:output_type -> consultingapis.dingtalk.v1.SyncClassChatGroupResponse + 9, // 16: consultingapis.dingtalk.v1.DingTalkService.CreateGradeChatGroup:output_type -> consultingapis.dingtalk.v1.CreateGradeChatGroupResponse + 11, // 17: consultingapis.dingtalk.v1.DingTalkService.GetGradeChatGroup:output_type -> consultingapis.dingtalk.v1.GetGradeChatGroupResponse + 13, // 18: consultingapis.dingtalk.v1.DingTalkService.SyncGradeChatGroup:output_type -> consultingapis.dingtalk.v1.SyncGradeChatGroupResponse + 15, // 19: consultingapis.dingtalk.v1.DingTalkService.CreateRecruitChatGroup:output_type -> consultingapis.dingtalk.v1.CreateRecruitChatGroupResponse + 12, // [12:20] is the sub-list for method output_type + 4, // [4:12] is the sub-list for method input_type + 4, // [4:4] is the sub-list for extension type_name + 4, // [4:4] is the sub-list for extension extendee + 0, // [0:4] is the sub-list for field type_name } func init() { file_consultingapis_dingtalk_v1_dingtalk_proto_init() } @@ -1570,6 +1625,18 @@ func file_consultingapis_dingtalk_v1_dingtalk_proto_init() { return nil } } + file_consultingapis_dingtalk_v1_dingtalk_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateRecruitChatGroupRequest_Body); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } } type x struct{} out := protoimpl.TypeBuilder{ @@ -1577,7 +1644,7 @@ func file_consultingapis_dingtalk_v1_dingtalk_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_consultingapis_dingtalk_v1_dingtalk_proto_rawDesc, NumEnums: 0, - NumMessages: 19, + NumMessages: 20, NumExtensions: 0, NumServices: 1, }, diff --git a/consultingapis/dingtalk/v1/dingtalk.pb.gw.go b/consultingapis/dingtalk/v1/dingtalk.pb.gw.go index b1faef9..85181ea 100644 --- a/consultingapis/dingtalk/v1/dingtalk.pb.gw.go +++ b/consultingapis/dingtalk/v1/dingtalk.pb.gw.go @@ -307,7 +307,7 @@ func request_DingTalkService_CreateRecruitChatGroup_0(ctx context.Context, marsh if berr != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", berr) } - if err := marshaler.NewDecoder(newReader()).Decode(&protoReq); err != nil && err != io.EOF { + if err := marshaler.NewDecoder(newReader()).Decode(&protoReq.Body); err != nil && err != io.EOF { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } @@ -324,7 +324,7 @@ func local_request_DingTalkService_CreateRecruitChatGroup_0(ctx context.Context, if berr != nil { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", berr) } - if err := marshaler.NewDecoder(newReader()).Decode(&protoReq); err != nil && err != io.EOF { + if err := marshaler.NewDecoder(newReader()).Decode(&protoReq.Body); err != nil && err != io.EOF { return nil, metadata, status.Errorf(codes.InvalidArgument, "%v", err) } diff --git a/docs/swagger/consultingapis/dingtalk/v1/dingtalk.swagger.json b/docs/swagger/consultingapis/dingtalk/v1/dingtalk.swagger.json index d4a3844..125449e 100644 --- a/docs/swagger/consultingapis/dingtalk/v1/dingtalk.swagger.json +++ b/docs/swagger/consultingapis/dingtalk/v1/dingtalk.swagger.json @@ -39,7 +39,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/CreateClassChatGroupRequestBody" + "$ref": "#/definitions/v1CreateClassChatGroupRequestBody" } }, { @@ -143,7 +143,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/v1CreateRecruitChatGroupRequest" + "$ref": "#/definitions/v1CreateRecruitChatGroupRequestBody" } } ], @@ -294,14 +294,6 @@ } }, "definitions": { - "CreateClassChatGroupRequestBody": { - "type": "object", - "properties": { - "name": { - "type": "string" - } - } - }, "protobufAny": { "type": "object", "properties": { @@ -330,6 +322,14 @@ } } }, + "v1CreateClassChatGroupRequestBody": { + "type": "object", + "properties": { + "name": { + "type": "string" + } + } + }, "v1CreateClassChatGroupResponse": { "type": "object", "properties": { @@ -358,7 +358,7 @@ } } }, - "v1CreateRecruitChatGroupRequest": { + "v1CreateRecruitChatGroupRequestBody": { "type": "object", "properties": { "memberId": {