|  | @@ -21,56 +21,100 @@ const (
 | 
											
												
													
														|  |  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 |  |  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
 | 
											
												
													
														|  |  )
 |  |  )
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -type Flag int32
 |  | 
 | 
											
												
													
														|  | 
 |  | +type MessageFlag int32
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  const (
 |  |  const (
 | 
											
												
													
														|  |  	// Deprecated: Marked as deprecated in ticket.proto.
 |  |  	// Deprecated: Marked as deprecated in ticket.proto.
 | 
											
												
													
														|  | -	Flag_unknown  Flag = 0
 |  | 
 | 
											
												
													
														|  | -	Flag_SENT     Flag = 1
 |  | 
 | 
											
												
													
														|  | -	Flag_MODIFIED Flag = 2
 |  | 
 | 
											
												
													
														|  | 
 |  | +	MessageFlag_unknown_message_flag MessageFlag = 0
 | 
											
												
													
														|  | 
 |  | +	MessageFlag_SENT                 MessageFlag = 1
 | 
											
												
													
														|  | 
 |  | +	MessageFlag_MODIFIED             MessageFlag = 2
 | 
											
												
													
														|  |  )
 |  |  )
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -// Enum value maps for Flag.
 |  | 
 | 
											
												
													
														|  | 
 |  | +// Enum value maps for MessageFlag.
 | 
											
												
													
														|  |  var (
 |  |  var (
 | 
											
												
													
														|  | -	Flag_name = map[int32]string{
 |  | 
 | 
											
												
													
														|  | -		0: "unknown",
 |  | 
 | 
											
												
													
														|  | 
 |  | +	MessageFlag_name = map[int32]string{
 | 
											
												
													
														|  | 
 |  | +		0: "unknown_message_flag",
 | 
											
												
													
														|  |  		1: "SENT",
 |  |  		1: "SENT",
 | 
											
												
													
														|  |  		2: "MODIFIED",
 |  |  		2: "MODIFIED",
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  | -	Flag_value = map[string]int32{
 |  | 
 | 
											
												
													
														|  | -		"unknown":  0,
 |  | 
 | 
											
												
													
														|  | -		"SENT":     1,
 |  | 
 | 
											
												
													
														|  | -		"MODIFIED": 2,
 |  | 
 | 
											
												
													
														|  | 
 |  | +	MessageFlag_value = map[string]int32{
 | 
											
												
													
														|  | 
 |  | +		"unknown_message_flag": 0,
 | 
											
												
													
														|  | 
 |  | +		"SENT":                 1,
 | 
											
												
													
														|  | 
 |  | +		"MODIFIED":             2,
 | 
											
												
													
														|  |  	}
 |  |  	}
 | 
											
												
													
														|  |  )
 |  |  )
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (x Flag) Enum() *Flag {
 |  | 
 | 
											
												
													
														|  | -	p := new(Flag)
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (x MessageFlag) Enum() *MessageFlag {
 | 
											
												
													
														|  | 
 |  | +	p := new(MessageFlag)
 | 
											
												
													
														|  |  	*p = x
 |  |  	*p = x
 | 
											
												
													
														|  |  	return p
 |  |  	return p
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (x Flag) String() string {
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (x MessageFlag) String() string {
 | 
											
												
													
														|  |  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
 |  |  	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (Flag) Descriptor() protoreflect.EnumDescriptor {
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (MessageFlag) Descriptor() protoreflect.EnumDescriptor {
 | 
											
												
													
														|  |  	return file_ticket_proto_enumTypes[0].Descriptor()
 |  |  	return file_ticket_proto_enumTypes[0].Descriptor()
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (Flag) Type() protoreflect.EnumType {
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (MessageFlag) Type() protoreflect.EnumType {
 | 
											
												
													
														|  |  	return &file_ticket_proto_enumTypes[0]
 |  |  	return &file_ticket_proto_enumTypes[0]
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -func (x Flag) Number() protoreflect.EnumNumber {
 |  | 
 | 
											
												
													
														|  | 
 |  | +func (x MessageFlag) Number() protoreflect.EnumNumber {
 | 
											
												
													
														|  |  	return protoreflect.EnumNumber(x)
 |  |  	return protoreflect.EnumNumber(x)
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -// Deprecated: Use Flag.Descriptor instead.
 |  | 
 | 
											
												
													
														|  | -func (Flag) EnumDescriptor() ([]byte, []int) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +// Deprecated: Use MessageFlag.Descriptor instead.
 | 
											
												
													
														|  | 
 |  | +func (MessageFlag) EnumDescriptor() ([]byte, []int) {
 | 
											
												
													
														|  |  	return file_ticket_proto_rawDescGZIP(), []int{0}
 |  |  	return file_ticket_proto_rawDescGZIP(), []int{0}
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +type TicketFlag int32
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +const (
 | 
											
												
													
														|  | 
 |  | +	// Deprecated: Marked as deprecated in ticket.proto.
 | 
											
												
													
														|  | 
 |  | +	TicketFlag_unknown_ticket_flag TicketFlag = 0
 | 
											
												
													
														|  | 
 |  | +)
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +// Enum value maps for TicketFlag.
 | 
											
												
													
														|  | 
 |  | +var (
 | 
											
												
													
														|  | 
 |  | +	TicketFlag_name = map[int32]string{
 | 
											
												
													
														|  | 
 |  | +		0: "unknown_ticket_flag",
 | 
											
												
													
														|  | 
 |  | +	}
 | 
											
												
													
														|  | 
 |  | +	TicketFlag_value = map[string]int32{
 | 
											
												
													
														|  | 
 |  | +		"unknown_ticket_flag": 0,
 | 
											
												
													
														|  | 
 |  | +	}
 | 
											
												
													
														|  | 
 |  | +)
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +func (x TicketFlag) Enum() *TicketFlag {
 | 
											
												
													
														|  | 
 |  | +	p := new(TicketFlag)
 | 
											
												
													
														|  | 
 |  | +	*p = x
 | 
											
												
													
														|  | 
 |  | +	return p
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +func (x TicketFlag) String() string {
 | 
											
												
													
														|  | 
 |  | +	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +func (TicketFlag) Descriptor() protoreflect.EnumDescriptor {
 | 
											
												
													
														|  | 
 |  | +	return file_ticket_proto_enumTypes[1].Descriptor()
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +func (TicketFlag) Type() protoreflect.EnumType {
 | 
											
												
													
														|  | 
 |  | +	return &file_ticket_proto_enumTypes[1]
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +func (x TicketFlag) Number() protoreflect.EnumNumber {
 | 
											
												
													
														|  | 
 |  | +	return protoreflect.EnumNumber(x)
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +// Deprecated: Use TicketFlag.Descriptor instead.
 | 
											
												
													
														|  | 
 |  | +func (TicketFlag) EnumDescriptor() ([]byte, []int) {
 | 
											
												
													
														|  | 
 |  | +	return file_ticket_proto_rawDescGZIP(), []int{1}
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |  type Message_Type int32
 |  |  type Message_Type int32
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  const (
 |  |  const (
 | 
											
										
											
												
													
														|  | @@ -108,11 +152,11 @@ func (x Message_Type) String() string {
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func (Message_Type) Descriptor() protoreflect.EnumDescriptor {
 |  |  func (Message_Type) Descriptor() protoreflect.EnumDescriptor {
 | 
											
												
													
														|  | -	return file_ticket_proto_enumTypes[1].Descriptor()
 |  | 
 | 
											
												
													
														|  | 
 |  | +	return file_ticket_proto_enumTypes[2].Descriptor()
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func (Message_Type) Type() protoreflect.EnumType {
 |  |  func (Message_Type) Type() protoreflect.EnumType {
 | 
											
												
													
														|  | -	return &file_ticket_proto_enumTypes[1]
 |  | 
 | 
											
												
													
														|  | 
 |  | +	return &file_ticket_proto_enumTypes[2]
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func (x Message_Type) Number() protoreflect.EnumNumber {
 |  |  func (x Message_Type) Number() protoreflect.EnumNumber {
 | 
											
										
											
												
													
														|  | @@ -739,13 +783,17 @@ var file_ticket_proto_rawDesc = []byte{
 | 
											
												
													
														|  |  	0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
 |  |  	0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
 | 
											
												
													
														|  |  	0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
 |  |  	0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
 | 
											
												
													
														|  |  	0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x2a,
 |  |  	0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x2a,
 | 
											
												
													
														|  | -	0x2f, 0x0a, 0x04, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x0f, 0x0a, 0x07, 0x75, 0x6e, 0x6b, 0x6e, 0x6f,
 |  | 
 | 
											
												
													
														|  | -	0x77, 0x6e, 0x10, 0x00, 0x1a, 0x02, 0x08, 0x01, 0x12, 0x08, 0x0a, 0x04, 0x53, 0x45, 0x4e, 0x54,
 |  | 
 | 
											
												
													
														|  | -	0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x4d, 0x4f, 0x44, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x02,
 |  | 
 | 
											
												
													
														|  | -	0x42, 0x2d, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x65, 0x72,
 |  | 
 | 
											
												
													
														|  | -	0x2e, 0x63, 0x72, 0x6d, 0x2e, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x2e, 0x76, 0x32, 0x42, 0x05,
 |  | 
 | 
											
												
													
														|  | -	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5a, 0x08, 0x2e, 0x2f, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x62,
 |  | 
 | 
											
												
													
														|  | -	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 |  | 
 | 
											
												
													
														|  | 
 |  | +	0x43, 0x0a, 0x0b, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x1c,
 | 
											
												
													
														|  | 
 |  | +	0x0a, 0x14, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67,
 | 
											
												
													
														|  | 
 |  | +	0x65, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x10, 0x00, 0x1a, 0x02, 0x08, 0x01, 0x12, 0x08, 0x0a, 0x04,
 | 
											
												
													
														|  | 
 |  | +	0x53, 0x45, 0x4e, 0x54, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x4d, 0x4f, 0x44, 0x49, 0x46, 0x49,
 | 
											
												
													
														|  | 
 |  | +	0x45, 0x44, 0x10, 0x02, 0x2a, 0x29, 0x0a, 0x0a, 0x54, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x46, 0x6c,
 | 
											
												
													
														|  | 
 |  | +	0x61, 0x67, 0x12, 0x1b, 0x0a, 0x13, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, 0x74, 0x69,
 | 
											
												
													
														|  | 
 |  | +	0x63, 0x6b, 0x65, 0x74, 0x5f, 0x66, 0x6c, 0x61, 0x67, 0x10, 0x00, 0x1a, 0x02, 0x08, 0x01, 0x42,
 | 
											
												
													
														|  | 
 |  | +	0x2d, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x73, 0x68, 0x6f, 0x70, 0x70, 0x65, 0x72, 0x2e,
 | 
											
												
													
														|  | 
 |  | +	0x63, 0x72, 0x6d, 0x2e, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x2e, 0x76, 0x32, 0x42, 0x05, 0x70,
 | 
											
												
													
														|  | 
 |  | +	0x72, 0x6f, 0x74, 0x6f, 0x5a, 0x08, 0x2e, 0x2f, 0x74, 0x69, 0x63, 0x6b, 0x65, 0x74, 0x62, 0x06,
 | 
											
												
													
														|  | 
 |  | +	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  var (
 |  |  var (
 | 
											
										
											
												
													
														|  | @@ -760,36 +808,37 @@ func file_ticket_proto_rawDescGZIP() []byte {
 | 
											
												
													
														|  |  	return file_ticket_proto_rawDescData
 |  |  	return file_ticket_proto_rawDescData
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -var file_ticket_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
 |  | 
 | 
											
												
													
														|  | 
 |  | +var file_ticket_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
 | 
											
												
													
														|  |  var file_ticket_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
 |  |  var file_ticket_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
 | 
											
												
													
														|  |  var file_ticket_proto_goTypes = []interface{}{
 |  |  var file_ticket_proto_goTypes = []interface{}{
 | 
											
												
													
														|  | -	(Flag)(0),                     // 0: ticket.Flag
 |  | 
 | 
											
												
													
														|  | -	(Message_Type)(0),             // 1: ticket.Message.Type
 |  | 
 | 
											
												
													
														|  | -	(*EmailAddress)(nil),          // 2: ticket.EmailAddress
 |  | 
 | 
											
												
													
														|  | -	(*Attachment)(nil),            // 3: ticket.Attachment
 |  | 
 | 
											
												
													
														|  | -	(*AssistantRequest)(nil),      // 4: ticket.AssistantRequest
 |  | 
 | 
											
												
													
														|  | -	(*AssistantCallback)(nil),     // 5: ticket.AssistantCallback
 |  | 
 | 
											
												
													
														|  | -	(*Message)(nil),               // 6: ticket.Message
 |  | 
 | 
											
												
													
														|  | -	(*Ticket)(nil),                // 7: ticket.Ticket
 |  | 
 | 
											
												
													
														|  | -	nil,                           // 8: ticket.Message.HeadersEntry
 |  | 
 | 
											
												
													
														|  | -	nil,                           // 9: ticket.Message.MetaEntry
 |  | 
 | 
											
												
													
														|  | -	nil,                           // 10: ticket.Ticket.MetaEntry
 |  | 
 | 
											
												
													
														|  | -	(*timestamppb.Timestamp)(nil), // 11: google.protobuf.Timestamp
 |  | 
 | 
											
												
													
														|  | 
 |  | +	(MessageFlag)(0),              // 0: ticket.MessageFlag
 | 
											
												
													
														|  | 
 |  | +	(TicketFlag)(0),               // 1: ticket.TicketFlag
 | 
											
												
													
														|  | 
 |  | +	(Message_Type)(0),             // 2: ticket.Message.Type
 | 
											
												
													
														|  | 
 |  | +	(*EmailAddress)(nil),          // 3: ticket.EmailAddress
 | 
											
												
													
														|  | 
 |  | +	(*Attachment)(nil),            // 4: ticket.Attachment
 | 
											
												
													
														|  | 
 |  | +	(*AssistantRequest)(nil),      // 5: ticket.AssistantRequest
 | 
											
												
													
														|  | 
 |  | +	(*AssistantCallback)(nil),     // 6: ticket.AssistantCallback
 | 
											
												
													
														|  | 
 |  | +	(*Message)(nil),               // 7: ticket.Message
 | 
											
												
													
														|  | 
 |  | +	(*Ticket)(nil),                // 8: ticket.Ticket
 | 
											
												
													
														|  | 
 |  | +	nil,                           // 9: ticket.Message.HeadersEntry
 | 
											
												
													
														|  | 
 |  | +	nil,                           // 10: ticket.Message.MetaEntry
 | 
											
												
													
														|  | 
 |  | +	nil,                           // 11: ticket.Ticket.MetaEntry
 | 
											
												
													
														|  | 
 |  | +	(*timestamppb.Timestamp)(nil), // 12: google.protobuf.Timestamp
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  var file_ticket_proto_depIdxs = []int32{
 |  |  var file_ticket_proto_depIdxs = []int32{
 | 
											
												
													
														|  | -	2,  // 0: ticket.AssistantRequest.from:type_name -> ticket.EmailAddress
 |  | 
 | 
											
												
													
														|  | -	11, // 1: ticket.AssistantRequest.date:type_name -> google.protobuf.Timestamp
 |  | 
 | 
											
												
													
														|  | -	3,  // 2: ticket.AssistantRequest.attachments:type_name -> ticket.Attachment
 |  | 
 | 
											
												
													
														|  | -	2,  // 3: ticket.AssistantCallback.to:type_name -> ticket.EmailAddress
 |  | 
 | 
											
												
													
														|  | -	1,  // 4: ticket.Message.type:type_name -> ticket.Message.Type
 |  | 
 | 
											
												
													
														|  | -	11, // 5: ticket.Message.date:type_name -> google.protobuf.Timestamp
 |  | 
 | 
											
												
													
														|  | -	8,  // 6: ticket.Message.headers:type_name -> ticket.Message.HeadersEntry
 |  | 
 | 
											
												
													
														|  | -	9,  // 7: ticket.Message.meta:type_name -> ticket.Message.MetaEntry
 |  | 
 | 
											
												
													
														|  | -	2,  // 8: ticket.Ticket.from:type_name -> ticket.EmailAddress
 |  | 
 | 
											
												
													
														|  | -	11, // 9: ticket.Ticket.created_at:type_name -> google.protobuf.Timestamp
 |  | 
 | 
											
												
													
														|  | -	11, // 10: ticket.Ticket.updated_at:type_name -> google.protobuf.Timestamp
 |  | 
 | 
											
												
													
														|  | -	6,  // 11: ticket.Ticket.messages:type_name -> ticket.Message
 |  | 
 | 
											
												
													
														|  | -	10, // 12: ticket.Ticket.meta:type_name -> ticket.Ticket.MetaEntry
 |  | 
 | 
											
												
													
														|  | 
 |  | +	3,  // 0: ticket.AssistantRequest.from:type_name -> ticket.EmailAddress
 | 
											
												
													
														|  | 
 |  | +	12, // 1: ticket.AssistantRequest.date:type_name -> google.protobuf.Timestamp
 | 
											
												
													
														|  | 
 |  | +	4,  // 2: ticket.AssistantRequest.attachments:type_name -> ticket.Attachment
 | 
											
												
													
														|  | 
 |  | +	3,  // 3: ticket.AssistantCallback.to:type_name -> ticket.EmailAddress
 | 
											
												
													
														|  | 
 |  | +	2,  // 4: ticket.Message.type:type_name -> ticket.Message.Type
 | 
											
												
													
														|  | 
 |  | +	12, // 5: ticket.Message.date:type_name -> google.protobuf.Timestamp
 | 
											
												
													
														|  | 
 |  | +	9,  // 6: ticket.Message.headers:type_name -> ticket.Message.HeadersEntry
 | 
											
												
													
														|  | 
 |  | +	10, // 7: ticket.Message.meta:type_name -> ticket.Message.MetaEntry
 | 
											
												
													
														|  | 
 |  | +	3,  // 8: ticket.Ticket.from:type_name -> ticket.EmailAddress
 | 
											
												
													
														|  | 
 |  | +	12, // 9: ticket.Ticket.created_at:type_name -> google.protobuf.Timestamp
 | 
											
												
													
														|  | 
 |  | +	12, // 10: ticket.Ticket.updated_at:type_name -> google.protobuf.Timestamp
 | 
											
												
													
														|  | 
 |  | +	7,  // 11: ticket.Ticket.messages:type_name -> ticket.Message
 | 
											
												
													
														|  | 
 |  | +	11, // 12: ticket.Ticket.meta:type_name -> ticket.Ticket.MetaEntry
 | 
											
												
													
														|  |  	13, // [13:13] is the sub-list for method output_type
 |  |  	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 method input_type
 | 
											
												
													
														|  |  	13, // [13:13] is the sub-list for extension type_name
 |  |  	13, // [13:13] is the sub-list for extension type_name
 | 
											
										
											
												
													
														|  | @@ -881,7 +930,7 @@ func file_ticket_proto_init() {
 | 
											
												
													
														|  |  		File: protoimpl.DescBuilder{
 |  |  		File: protoimpl.DescBuilder{
 | 
											
												
													
														|  |  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 |  |  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 | 
											
												
													
														|  |  			RawDescriptor: file_ticket_proto_rawDesc,
 |  |  			RawDescriptor: file_ticket_proto_rawDesc,
 | 
											
												
													
														|  | -			NumEnums:      2,
 |  | 
 | 
											
												
													
														|  | 
 |  | +			NumEnums:      3,
 | 
											
												
													
														|  |  			NumMessages:   9,
 |  |  			NumMessages:   9,
 | 
											
												
													
														|  |  			NumExtensions: 0,
 |  |  			NumExtensions: 0,
 | 
											
												
													
														|  |  			NumServices:   0,
 |  |  			NumServices:   0,
 |