// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.35.1
// 	protoc        v5.29.2
// source: api/secFilings/secFilings.proto

package secFilings

import (
	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
	reflect "reflect"
	sync "sync"
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

type ListFormTypeReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Page     int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
}

func (x *ListFormTypeReq) Reset() {
	*x = ListFormTypeReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[0]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ListFormTypeReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ListFormTypeReq) ProtoMessage() {}

func (x *ListFormTypeReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[0]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ListFormTypeReq.ProtoReflect.Descriptor instead.
func (*ListFormTypeReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{0}
}

func (x *ListFormTypeReq) GetPage() int32 {
	if x != nil {
		return x.Page
	}
	return 0
}

func (x *ListFormTypeReq) GetPageSize() int32 {
	if x != nil {
		return x.PageSize
	}
	return 0
}

type FormTypeListResp struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Total    int64       `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	FormType []*FormType `protobuf:"bytes,2,rep,name=formType,proto3" json:"formType,omitempty"`
}

func (x *FormTypeListResp) Reset() {
	*x = FormTypeListResp{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[1]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *FormTypeListResp) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*FormTypeListResp) ProtoMessage() {}

func (x *FormTypeListResp) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[1]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use FormTypeListResp.ProtoReflect.Descriptor instead.
func (*FormTypeListResp) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{1}
}

func (x *FormTypeListResp) GetTotal() int64 {
	if x != nil {
		return x.Total
	}
	return 0
}

func (x *FormTypeListResp) GetFormType() []*FormType {
	if x != nil {
		return x.FormType
	}
	return nil
}

type FormType struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Id       int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	FormType string `protobuf:"bytes,2,opt,name=formType,proto3" json:"formType,omitempty"`
}

func (x *FormType) Reset() {
	*x = FormType{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[2]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *FormType) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*FormType) ProtoMessage() {}

func (x *FormType) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[2]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use FormType.ProtoReflect.Descriptor instead.
func (*FormType) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{2}
}

func (x *FormType) GetId() int32 {
	if x != nil {
		return x.Id
	}
	return 0
}

func (x *FormType) GetFormType() string {
	if x != nil {
		return x.FormType
	}
	return ""
}

type IsSecFilingExistReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	FilingDate string `protobuf:"bytes,1,opt,name=filingDate,proto3" json:"filingDate"`
	Form       string `protobuf:"bytes,2,opt,name=form,proto3" json:"form"`
	FinalLink  string `protobuf:"bytes,3,opt,name=finalLink,proto3" json:"finalLink"`
}

func (x *IsSecFilingExistReq) Reset() {
	*x = IsSecFilingExistReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[3]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *IsSecFilingExistReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*IsSecFilingExistReq) ProtoMessage() {}

func (x *IsSecFilingExistReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[3]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use IsSecFilingExistReq.ProtoReflect.Descriptor instead.
func (*IsSecFilingExistReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{3}
}

func (x *IsSecFilingExistReq) GetFilingDate() string {
	if x != nil {
		return x.FilingDate
	}
	return ""
}

func (x *IsSecFilingExistReq) GetForm() string {
	if x != nil {
		return x.Form
	}
	return ""
}

func (x *IsSecFilingExistReq) GetFinalLink() string {
	if x != nil {
		return x.FinalLink
	}
	return ""
}

type IsSecFilingExistResp struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Exist bool `protobuf:"varint,1,opt,name=exist,proto3" json:"exist"`
}

func (x *IsSecFilingExistResp) Reset() {
	*x = IsSecFilingExistResp{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[4]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *IsSecFilingExistResp) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*IsSecFilingExistResp) ProtoMessage() {}

func (x *IsSecFilingExistResp) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[4]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use IsSecFilingExistResp.ProtoReflect.Descriptor instead.
func (*IsSecFilingExistResp) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{4}
}

func (x *IsSecFilingExistResp) GetExist() bool {
	if x != nil {
		return x.Exist
	}
	return false
}

type CommonResp struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Msg       string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
	FilingKey string `protobuf:"bytes,2,opt,name=filingKey,json=filing_key,proto3" json:"filingKey"`
}

func (x *CommonResp) Reset() {
	*x = CommonResp{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[5]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *CommonResp) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*CommonResp) ProtoMessage() {}

func (x *CommonResp) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[5]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CommonResp.ProtoReflect.Descriptor instead.
func (*CommonResp) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{5}
}

func (x *CommonResp) GetMsg() string {
	if x != nil {
		return x.Msg
	}
	return ""
}

func (x *CommonResp) GetFilingKey() string {
	if x != nil {
		return x.FilingKey
	}
	return ""
}

type SecFiling struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Idx             int32        `protobuf:"varint,1,opt,name=idx,proto3" json:"idx"`
	FilingKey       string       `protobuf:"bytes,2,opt,name=filingKey,json=filing_key,proto3" json:"filingKey"`
	FilingDate      string       `protobuf:"bytes,3,opt,name=filingDate,json=filing_date,proto3" json:"filingDate"`
	Form            string       `protobuf:"bytes,4,opt,name=form,proto3" json:"form"`
	Description     string       `protobuf:"bytes,5,opt,name=description,proto3" json:"description"`
	FormDescription string       `protobuf:"bytes,6,opt,name=formDescription,json=form_description,proto3" json:"formDescription"`
	FileLink        string       `protobuf:"bytes,7,opt,name=fileLink,json=file_link,proto3" json:"fileLink"`
	DataFiles       []*DataFiles `protobuf:"bytes,8,rep,name=dataFiles,json=data_files,proto3" json:"dataFiles"`
	PdfFile         string       `protobuf:"bytes,9,opt,name=pdfFile,json=pdf_file,proto3" json:"pdfFile"`
	WordFile        string       `protobuf:"bytes,10,opt,name=wordFile,json=word_file,proto3" json:"wordFile"`
	ExcelFile       string       `protobuf:"bytes,11,opt,name=excelFile,json=excel_file,proto3" json:"excelFile"`
	Status          int32        `protobuf:"varint,12,opt,name=status,proto3" json:"status"`
	Operator        string       `protobuf:"bytes,13,opt,name=operator,proto3" json:"operator"`
	OperatorId      int32        `protobuf:"varint,14,opt,name=operatorId,json=operator_id,proto3" json:"operatorId"`
	CreatedAt       string       `protobuf:"bytes,15,opt,name=createdAt,json=created_at,proto3" json:"createdAt"`
	UpdatedAt       string       `protobuf:"bytes,16,opt,name=updatedAt,json=updated_at,proto3" json:"updatedAt"`
}

func (x *SecFiling) Reset() {
	*x = SecFiling{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[6]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *SecFiling) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SecFiling) ProtoMessage() {}

func (x *SecFiling) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[6]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SecFiling.ProtoReflect.Descriptor instead.
func (*SecFiling) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{6}
}

func (x *SecFiling) GetIdx() int32 {
	if x != nil {
		return x.Idx
	}
	return 0
}

func (x *SecFiling) GetFilingKey() string {
	if x != nil {
		return x.FilingKey
	}
	return ""
}

func (x *SecFiling) GetFilingDate() string {
	if x != nil {
		return x.FilingDate
	}
	return ""
}

func (x *SecFiling) GetForm() string {
	if x != nil {
		return x.Form
	}
	return ""
}

func (x *SecFiling) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *SecFiling) GetFormDescription() string {
	if x != nil {
		return x.FormDescription
	}
	return ""
}

func (x *SecFiling) GetFileLink() string {
	if x != nil {
		return x.FileLink
	}
	return ""
}

func (x *SecFiling) GetDataFiles() []*DataFiles {
	if x != nil {
		return x.DataFiles
	}
	return nil
}

func (x *SecFiling) GetPdfFile() string {
	if x != nil {
		return x.PdfFile
	}
	return ""
}

func (x *SecFiling) GetWordFile() string {
	if x != nil {
		return x.WordFile
	}
	return ""
}

func (x *SecFiling) GetExcelFile() string {
	if x != nil {
		return x.ExcelFile
	}
	return ""
}

func (x *SecFiling) GetStatus() int32 {
	if x != nil {
		return x.Status
	}
	return 0
}

func (x *SecFiling) GetOperator() string {
	if x != nil {
		return x.Operator
	}
	return ""
}

func (x *SecFiling) GetOperatorId() int32 {
	if x != nil {
		return x.OperatorId
	}
	return 0
}

func (x *SecFiling) GetCreatedAt() string {
	if x != nil {
		return x.CreatedAt
	}
	return ""
}

func (x *SecFiling) GetUpdatedAt() string {
	if x != nil {
		return x.UpdatedAt
	}
	return ""
}

type DataFiles struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description"`
	FileUrl     string `protobuf:"bytes,2,opt,name=fileUrl,json=file_url,proto3" json:"fileUrl"`
}

func (x *DataFiles) Reset() {
	*x = DataFiles{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[7]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *DataFiles) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*DataFiles) ProtoMessage() {}

func (x *DataFiles) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[7]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use DataFiles.ProtoReflect.Descriptor instead.
func (*DataFiles) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{7}
}

func (x *DataFiles) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *DataFiles) GetFileUrl() string {
	if x != nil {
		return x.FileUrl
	}
	return ""
}

type CreateSecFilingReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	FilingDate      string       `protobuf:"bytes,1,opt,name=filingDate,proto3" json:"filingDate"`
	Form            string       `protobuf:"bytes,2,opt,name=form,proto3" json:"form"`
	Description     string       `protobuf:"bytes,3,opt,name=description,proto3" json:"description"`
	FormDescription string       `protobuf:"bytes,4,opt,name=formDescription,proto3" json:"formDescription"`
	FileLink        string       `protobuf:"bytes,5,opt,name=fileLink,proto3" json:"fileLink"`
	DataFiles       []*DataFiles `protobuf:"bytes,6,rep,name=dataFiles,proto3" json:"dataFiles"`
	PdfFile         string       `protobuf:"bytes,7,opt,name=pdfFile,proto3" json:"pdfFile"`
	WordFile        string       `protobuf:"bytes,8,opt,name=wordFile,proto3" json:"wordFile"`
	ExcelFile       string       `protobuf:"bytes,9,opt,name=excelFile,proto3" json:"excelFile"`
	Operator        string       `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator"`
	OperatorId      int32        `protobuf:"varint,11,opt,name=operatorId,proto3" json:"operatorId"`
}

func (x *CreateSecFilingReq) Reset() {
	*x = CreateSecFilingReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[8]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *CreateSecFilingReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*CreateSecFilingReq) ProtoMessage() {}

func (x *CreateSecFilingReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[8]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use CreateSecFilingReq.ProtoReflect.Descriptor instead.
func (*CreateSecFilingReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{8}
}

func (x *CreateSecFilingReq) GetFilingDate() string {
	if x != nil {
		return x.FilingDate
	}
	return ""
}

func (x *CreateSecFilingReq) GetForm() string {
	if x != nil {
		return x.Form
	}
	return ""
}

func (x *CreateSecFilingReq) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *CreateSecFilingReq) GetFormDescription() string {
	if x != nil {
		return x.FormDescription
	}
	return ""
}

func (x *CreateSecFilingReq) GetFileLink() string {
	if x != nil {
		return x.FileLink
	}
	return ""
}

func (x *CreateSecFilingReq) GetDataFiles() []*DataFiles {
	if x != nil {
		return x.DataFiles
	}
	return nil
}

func (x *CreateSecFilingReq) GetPdfFile() string {
	if x != nil {
		return x.PdfFile
	}
	return ""
}

func (x *CreateSecFilingReq) GetWordFile() string {
	if x != nil {
		return x.WordFile
	}
	return ""
}

func (x *CreateSecFilingReq) GetExcelFile() string {
	if x != nil {
		return x.ExcelFile
	}
	return ""
}

func (x *CreateSecFilingReq) GetOperator() string {
	if x != nil {
		return x.Operator
	}
	return ""
}

func (x *CreateSecFilingReq) GetOperatorId() int32 {
	if x != nil {
		return x.OperatorId
	}
	return 0
}

type UpdateSecFilingReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	FilingKey       string       `protobuf:"bytes,1,opt,name=filingKey,proto3" json:"filingKey"`
	Form            string       `protobuf:"bytes,2,opt,name=form,proto3" json:"form"`
	Description     string       `protobuf:"bytes,3,opt,name=description,proto3" json:"description"`
	FormDescription string       `protobuf:"bytes,4,opt,name=formDescription,proto3" json:"formDescription"`
	FileLink        string       `protobuf:"bytes,5,opt,name=fileLink,proto3" json:"fileLink"`
	DataFiles       []*DataFiles `protobuf:"bytes,6,rep,name=dataFiles,proto3" json:"dataFiles"`
	PdfFile         string       `protobuf:"bytes,7,opt,name=pdfFile,proto3" json:"pdfFile"`
	WordFile        string       `protobuf:"bytes,8,opt,name=wordFile,proto3" json:"wordFile"`
	ExcelFile       string       `protobuf:"bytes,9,opt,name=excelFile,proto3" json:"excelFile"`
	Operator        string       `protobuf:"bytes,10,opt,name=operator,proto3" json:"operator"`
	OperatorId      int32        `protobuf:"varint,11,opt,name=operatorId,proto3" json:"operatorId"`
	FilingDate      string       `protobuf:"bytes,12,opt,name=filingDate,proto3" json:"filingDate"`
}

func (x *UpdateSecFilingReq) Reset() {
	*x = UpdateSecFilingReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[9]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *UpdateSecFilingReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*UpdateSecFilingReq) ProtoMessage() {}

func (x *UpdateSecFilingReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[9]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use UpdateSecFilingReq.ProtoReflect.Descriptor instead.
func (*UpdateSecFilingReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{9}
}

func (x *UpdateSecFilingReq) GetFilingKey() string {
	if x != nil {
		return x.FilingKey
	}
	return ""
}

func (x *UpdateSecFilingReq) GetForm() string {
	if x != nil {
		return x.Form
	}
	return ""
}

func (x *UpdateSecFilingReq) GetDescription() string {
	if x != nil {
		return x.Description
	}
	return ""
}

func (x *UpdateSecFilingReq) GetFormDescription() string {
	if x != nil {
		return x.FormDescription
	}
	return ""
}

func (x *UpdateSecFilingReq) GetFileLink() string {
	if x != nil {
		return x.FileLink
	}
	return ""
}

func (x *UpdateSecFilingReq) GetDataFiles() []*DataFiles {
	if x != nil {
		return x.DataFiles
	}
	return nil
}

func (x *UpdateSecFilingReq) GetPdfFile() string {
	if x != nil {
		return x.PdfFile
	}
	return ""
}

func (x *UpdateSecFilingReq) GetWordFile() string {
	if x != nil {
		return x.WordFile
	}
	return ""
}

func (x *UpdateSecFilingReq) GetExcelFile() string {
	if x != nil {
		return x.ExcelFile
	}
	return ""
}

func (x *UpdateSecFilingReq) GetOperator() string {
	if x != nil {
		return x.Operator
	}
	return ""
}

func (x *UpdateSecFilingReq) GetOperatorId() int32 {
	if x != nil {
		return x.OperatorId
	}
	return 0
}

func (x *UpdateSecFilingReq) GetFilingDate() string {
	if x != nil {
		return x.FilingDate
	}
	return ""
}

type DetailSecFilingReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	FilingKey string `protobuf:"bytes,1,opt,name=filingKey,proto3" json:"filingKey"`
}

func (x *DetailSecFilingReq) Reset() {
	*x = DetailSecFilingReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[10]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *DetailSecFilingReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*DetailSecFilingReq) ProtoMessage() {}

func (x *DetailSecFilingReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[10]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use DetailSecFilingReq.ProtoReflect.Descriptor instead.
func (*DetailSecFilingReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{10}
}

func (x *DetailSecFilingReq) GetFilingKey() string {
	if x != nil {
		return x.FilingKey
	}
	return ""
}

type SecFilingDetailResp struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Msg  string     `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
	Data *SecFiling `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
}

func (x *SecFilingDetailResp) Reset() {
	*x = SecFilingDetailResp{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[11]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *SecFilingDetailResp) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SecFilingDetailResp) ProtoMessage() {}

func (x *SecFilingDetailResp) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[11]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SecFilingDetailResp.ProtoReflect.Descriptor instead.
func (*SecFilingDetailResp) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{11}
}

func (x *SecFilingDetailResp) GetMsg() string {
	if x != nil {
		return x.Msg
	}
	return ""
}

func (x *SecFilingDetailResp) GetData() *SecFiling {
	if x != nil {
		return x.Data
	}
	return nil
}

type ListSecFilingReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Page            uint32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize        uint32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"`
	Form            string `protobuf:"bytes,3,opt,name=form,proto3" json:"form"`
	FilingDateBegin string `protobuf:"bytes,4,opt,name=filingDateBegin,proto3" json:"filingDateBegin"`
	FilingDateEnd   string `protobuf:"bytes,5,opt,name=filingDateEnd,proto3" json:"filingDateEnd"`
	Status          int32  `protobuf:"varint,6,opt,name=status,proto3" json:"status"`
}

func (x *ListSecFilingReq) Reset() {
	*x = ListSecFilingReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[12]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *ListSecFilingReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*ListSecFilingReq) ProtoMessage() {}

func (x *ListSecFilingReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[12]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use ListSecFilingReq.ProtoReflect.Descriptor instead.
func (*ListSecFilingReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{12}
}

func (x *ListSecFilingReq) GetPage() uint32 {
	if x != nil {
		return x.Page
	}
	return 0
}

func (x *ListSecFilingReq) GetPageSize() uint32 {
	if x != nil {
		return x.PageSize
	}
	return 0
}

func (x *ListSecFilingReq) GetForm() string {
	if x != nil {
		return x.Form
	}
	return ""
}

func (x *ListSecFilingReq) GetFilingDateBegin() string {
	if x != nil {
		return x.FilingDateBegin
	}
	return ""
}

func (x *ListSecFilingReq) GetFilingDateEnd() string {
	if x != nil {
		return x.FilingDateEnd
	}
	return ""
}

func (x *ListSecFilingReq) GetStatus() int32 {
	if x != nil {
		return x.Status
	}
	return 0
}

type SecFilingListResp struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Msg   string       `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
	Total uint32       `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
	Data  []*SecFiling `protobuf:"bytes,3,rep,name=data,proto3" json:"data"`
}

func (x *SecFilingListResp) Reset() {
	*x = SecFilingListResp{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[13]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *SecFilingListResp) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*SecFilingListResp) ProtoMessage() {}

func (x *SecFilingListResp) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[13]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use SecFilingListResp.ProtoReflect.Descriptor instead.
func (*SecFilingListResp) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{13}
}

func (x *SecFilingListResp) GetMsg() string {
	if x != nil {
		return x.Msg
	}
	return ""
}

func (x *SecFilingListResp) GetTotal() uint32 {
	if x != nil {
		return x.Total
	}
	return 0
}

func (x *SecFilingListResp) GetData() []*SecFiling {
	if x != nil {
		return x.Data
	}
	return nil
}

type WebListSecFilingReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Page      uint32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize  uint32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Year      string `protobuf:"bytes,3,opt,name=year,proto3" json:"year,omitempty"`
	SortField string `protobuf:"bytes,4,opt,name=sortField,proto3" json:"sortField,omitempty"`
	SortOrder string `protobuf:"bytes,5,opt,name=sortOrder,proto3" json:"sortOrder,omitempty"`
}

func (x *WebListSecFilingReq) Reset() {
	*x = WebListSecFilingReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[14]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *WebListSecFilingReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*WebListSecFilingReq) ProtoMessage() {}

func (x *WebListSecFilingReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[14]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use WebListSecFilingReq.ProtoReflect.Descriptor instead.
func (*WebListSecFilingReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{14}
}

func (x *WebListSecFilingReq) GetPage() uint32 {
	if x != nil {
		return x.Page
	}
	return 0
}

func (x *WebListSecFilingReq) GetPageSize() uint32 {
	if x != nil {
		return x.PageSize
	}
	return 0
}

func (x *WebListSecFilingReq) GetYear() string {
	if x != nil {
		return x.Year
	}
	return ""
}

func (x *WebListSecFilingReq) GetSortField() string {
	if x != nil {
		return x.SortField
	}
	return ""
}

func (x *WebListSecFilingReq) GetSortOrder() string {
	if x != nil {
		return x.SortOrder
	}
	return ""
}

type WebListSecFilingResp struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	Msg   string       `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	Total uint32       `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Data  []*SecFiling `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
}

func (x *WebListSecFilingResp) Reset() {
	*x = WebListSecFilingResp{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[15]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *WebListSecFilingResp) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*WebListSecFilingResp) ProtoMessage() {}

func (x *WebListSecFilingResp) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[15]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use WebListSecFilingResp.ProtoReflect.Descriptor instead.
func (*WebListSecFilingResp) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{15}
}

func (x *WebListSecFilingResp) GetMsg() string {
	if x != nil {
		return x.Msg
	}
	return ""
}

func (x *WebListSecFilingResp) GetTotal() uint32 {
	if x != nil {
		return x.Total
	}
	return 0
}

func (x *WebListSecFilingResp) GetData() []*SecFiling {
	if x != nil {
		return x.Data
	}
	return nil
}

type DeleteSecFilingReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	FilingKey  string `protobuf:"bytes,1,opt,name=filingKey,proto3" json:"filingKey"`
	Operator   string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator"`
	OperatorId int32  `protobuf:"varint,3,opt,name=operatorId,proto3" json:"operatorId"`
}

func (x *DeleteSecFilingReq) Reset() {
	*x = DeleteSecFilingReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[16]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *DeleteSecFilingReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*DeleteSecFilingReq) ProtoMessage() {}

func (x *DeleteSecFilingReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[16]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use DeleteSecFilingReq.ProtoReflect.Descriptor instead.
func (*DeleteSecFilingReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{16}
}

func (x *DeleteSecFilingReq) GetFilingKey() string {
	if x != nil {
		return x.FilingKey
	}
	return ""
}

func (x *DeleteSecFilingReq) GetOperator() string {
	if x != nil {
		return x.Operator
	}
	return ""
}

func (x *DeleteSecFilingReq) GetOperatorId() int32 {
	if x != nil {
		return x.OperatorId
	}
	return 0
}

type UpdateSecFilingStatusReq struct {
	state         protoimpl.MessageState
	sizeCache     protoimpl.SizeCache
	unknownFields protoimpl.UnknownFields

	FilingKey  string `protobuf:"bytes,1,opt,name=filingKey,proto3" json:"filingKey"`
	Status     int32  `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
	Operator   string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator"`
	OperatorId int32  `protobuf:"varint,4,opt,name=operatorId,proto3" json:"operatorId"`
}

func (x *UpdateSecFilingStatusReq) Reset() {
	*x = UpdateSecFilingStatusReq{}
	mi := &file_api_secFilings_secFilings_proto_msgTypes[17]
	ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
	ms.StoreMessageInfo(mi)
}

func (x *UpdateSecFilingStatusReq) String() string {
	return protoimpl.X.MessageStringOf(x)
}

func (*UpdateSecFilingStatusReq) ProtoMessage() {}

func (x *UpdateSecFilingStatusReq) ProtoReflect() protoreflect.Message {
	mi := &file_api_secFilings_secFilings_proto_msgTypes[17]
	if x != nil {
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		if ms.LoadMessageInfo() == nil {
			ms.StoreMessageInfo(mi)
		}
		return ms
	}
	return mi.MessageOf(x)
}

// Deprecated: Use UpdateSecFilingStatusReq.ProtoReflect.Descriptor instead.
func (*UpdateSecFilingStatusReq) Descriptor() ([]byte, []int) {
	return file_api_secFilings_secFilings_proto_rawDescGZIP(), []int{17}
}

func (x *UpdateSecFilingStatusReq) GetFilingKey() string {
	if x != nil {
		return x.FilingKey
	}
	return ""
}

func (x *UpdateSecFilingStatusReq) GetStatus() int32 {
	if x != nil {
		return x.Status
	}
	return 0
}

func (x *UpdateSecFilingStatusReq) GetOperator() string {
	if x != nil {
		return x.Operator
	}
	return ""
}

func (x *UpdateSecFilingStatusReq) GetOperatorId() int32 {
	if x != nil {
		return x.OperatorId
	}
	return 0
}

var File_api_secFilings_secFilings_proto protoreflect.FileDescriptor

var file_api_secFilings_secFilings_proto_rawDesc = []byte{
	0x0a, 0x1f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73,
	0x2f, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
	0x6f, 0x12, 0x0a, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x22, 0x41, 0x0a,
	0x0f, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x71,
	0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
	0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65,
	0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65,
	0x22, 0x5a, 0x0a, 0x10, 0x46, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x4c, 0x69, 0x73, 0x74,
	0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x01, 0x20,
	0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x30, 0x0a, 0x08, 0x66, 0x6f,
	0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x73,
	0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x46, 0x6f, 0x72, 0x6d, 0x54, 0x79,
	0x70, 0x65, 0x52, 0x08, 0x66, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x22, 0x36, 0x0a, 0x08,
	0x46, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x6f, 0x72, 0x6d,
	0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x6f, 0x72, 0x6d,
	0x54, 0x79, 0x70, 0x65, 0x22, 0x67, 0x0a, 0x13, 0x49, 0x73, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c,
	0x69, 0x6e, 0x67, 0x45, 0x78, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x66,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x0a, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66,
	0x6f, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x6f, 0x72, 0x6d, 0x12,
	0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x4c, 0x69, 0x6e, 0x6b, 0x22, 0x2c, 0x0a,
	0x14, 0x49, 0x73, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x69, 0x73,
	0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x78, 0x69, 0x73, 0x74, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x65, 0x78, 0x69, 0x73, 0x74, 0x22, 0x3d, 0x0a, 0x0a, 0x43,
	0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67,
	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x09, 0x66,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
	0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x6b, 0x65, 0x79, 0x22, 0xfb, 0x03, 0x0a, 0x09, 0x53,
	0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x78, 0x18,
	0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x69, 0x64, 0x78, 0x12, 0x1d, 0x0a, 0x09, 0x66, 0x69,
	0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x0a, 0x66, 0x69, 0x6c,
	0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x66,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6f,
	0x72, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x20,
	0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
	0x12, 0x29, 0x0a, 0x0f, 0x66, 0x6f, 0x72, 0x6d, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
	0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x66, 0x6f, 0x72, 0x6d, 0x5f,
	0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x08, 0x66,
	0x69, 0x6c, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66,
	0x69, 0x6c, 0x65, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x12, 0x34, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61,
	0x46, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x73, 0x65,
	0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x46, 0x69, 0x6c,
	0x65, 0x73, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x19,
	0x0a, 0x07, 0x70, 0x64, 0x66, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x08, 0x70, 0x64, 0x66, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x08, 0x77, 0x6f, 0x72,
	0x64, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x77, 0x6f, 0x72,
	0x64, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x1d, 0x0a, 0x09, 0x65, 0x78, 0x63, 0x65, 0x6c, 0x46,
	0x69, 0x6c, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x63, 0x65, 0x6c,
	0x5f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
	0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a,
	0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52,
	0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1f, 0x0a, 0x0a, 0x6f, 0x70, 0x65,
	0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6f,
	0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x12, 0x1d, 0x0a, 0x09, 0x63, 0x72,
	0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63,
	0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x12, 0x1d, 0x0a, 0x09, 0x75, 0x70, 0x64,
	0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70,
	0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x22, 0x48, 0x0a, 0x09, 0x44, 0x61, 0x74, 0x61,
	0x46, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
	0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63,
	0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x55,
	0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x75,
	0x72, 0x6c, 0x22, 0xf5, 0x02, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x63,
	0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c,
	0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x6f, 0x72,
	0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x6f, 0x72, 0x6d, 0x12, 0x20, 0x0a,
	0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
	0x28, 0x0a, 0x0f, 0x66, 0x6f, 0x72, 0x6d, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
	0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x6f, 0x72, 0x6d, 0x44, 0x65,
	0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c,
	0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c,
	0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x33, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x46, 0x69, 0x6c,
	0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69,
	0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x52,
	0x09, 0x64, 0x61, 0x74, 0x61, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x64,
	0x66, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x64, 0x66,
	0x46, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x77, 0x6f, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65,
	0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x77, 0x6f, 0x72, 0x64, 0x46, 0x69, 0x6c, 0x65,
	0x12, 0x1c, 0x0a, 0x09, 0x65, 0x78, 0x63, 0x65, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x09, 0x20,
	0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x78, 0x63, 0x65, 0x6c, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1a,
	0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
	0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70,
	0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a,
	0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x22, 0x93, 0x03, 0x0a, 0x12, 0x55,
	0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65,
	0x71, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x12,
	0x12, 0x0a, 0x04, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66,
	0x6f, 0x72, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
	0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
	0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x6f, 0x72, 0x6d, 0x44, 0x65, 0x73,
	0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f,
	0x66, 0x6f, 0x72, 0x6d, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
	0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28,
	0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x33, 0x0a, 0x09, 0x64,
	0x61, 0x74, 0x61, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15,
	0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x44, 0x61, 0x74, 0x61,
	0x46, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x09, 0x64, 0x61, 0x74, 0x61, 0x46, 0x69, 0x6c, 0x65, 0x73,
	0x12, 0x18, 0x0a, 0x07, 0x70, 0x64, 0x66, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
	0x09, 0x52, 0x07, 0x70, 0x64, 0x66, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x77, 0x6f,
	0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x77, 0x6f,
	0x72, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x78, 0x63, 0x65, 0x6c, 0x46,
	0x69, 0x6c, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x78, 0x63, 0x65, 0x6c,
	0x46, 0x69, 0x6c, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
	0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
	0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x18, 0x0b,
	0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49, 0x64,
	0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x18, 0x0c,
	0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65,
	0x22, 0x32, 0x0a, 0x12, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c,
	0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67,
	0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x4b, 0x65, 0x79, 0x22, 0x52, 0x0a, 0x13, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d,
	0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x29, 0x0a,
	0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x73, 0x65,
	0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69,
	0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0xbe, 0x01, 0x0a, 0x10, 0x4c, 0x69, 0x73,
	0x74, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a,
	0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, 0x61, 0x67,
	0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20,
	0x01, 0x28, 0x0d, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a,
	0x04, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x6f, 0x72,
	0x6d, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x42,
	0x65, 0x67, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x6c, 0x69,
	0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01,
	0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x65, 0x45, 0x6e,
	0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28,
	0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x66, 0x0a, 0x11, 0x53, 0x65, 0x63,
	0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10,
	0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67,
	0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52,
	0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x29, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
	0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67,
	0x73, 0x2e, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x22, 0x95, 0x01, 0x0a, 0x13, 0x57, 0x65, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63,
	0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67,
	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a,
	0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52,
	0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x79, 0x65, 0x61,
	0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x79, 0x65, 0x61, 0x72, 0x12, 0x1c, 0x0a,
	0x09, 0x73, 0x6f, 0x72, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
	0x52, 0x09, 0x73, 0x6f, 0x72, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73,
	0x6f, 0x72, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
	0x73, 0x6f, 0x72, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x69, 0x0a, 0x14, 0x57, 0x65, 0x62,
	0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73,
	0x70, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
	0x6d, 0x73, 0x67, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01,
	0x28, 0x0d, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x29, 0x0a, 0x04, 0x64, 0x61, 0x74,
	0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c,
	0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x04,
	0x64, 0x61, 0x74, 0x61, 0x22, 0x6e, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65,
	0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69,
	0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72,
	0x61, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72,
	0x61, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
	0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
	0x6f, 0x72, 0x49, 0x64, 0x22, 0x8c, 0x01, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53,
	0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65,
	0x71, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x18, 0x01,
	0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4b, 0x65, 0x79, 0x12,
	0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52,
	0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61,
	0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61,
	0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x49,
	0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f,
	0x72, 0x49, 0x64, 0x32, 0xf1, 0x05, 0x0a, 0x0a, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x73, 0x12, 0x4b, 0x0a, 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69,
	0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12,
	0x4b, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69,
	0x6e, 0x67, 0x12, 0x1e, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e,
	0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52,
	0x65, 0x71, 0x1a, 0x16, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e,
	0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x54, 0x0a, 0x0f,
	0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x12,
	0x1e, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x44, 0x65, 0x74,
	0x61, 0x69, 0x6c, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a,
	0x1f, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53, 0x65, 0x63,
	0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x70,
	0x22, 0x00, 0x12, 0x4e, 0x0a, 0x0d, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c,
	0x69, 0x6e, 0x67, 0x12, 0x1c, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73,
	0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x65,
	0x71, 0x1a, 0x1d, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x53,
	0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
	0x22, 0x00, 0x12, 0x4b, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46,
	0x69, 0x6c, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69,
	0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12,
	0x57, 0x0a, 0x10, 0x49, 0x73, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x45, 0x78,
	0x69, 0x73, 0x74, 0x12, 0x1f, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73,
	0x2e, 0x49, 0x73, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x69, 0x73,
	0x74, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67,
	0x73, 0x2e, 0x49, 0x73, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x69,
	0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61,
	0x74, 0x65, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75,
	0x73, 0x12, 0x24, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x55,
	0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x53, 0x74,
	0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c,
	0x69, 0x6e, 0x67, 0x73, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x22,
	0x00, 0x12, 0x4b, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70,
	0x65, 0x12, 0x1b, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x4c,
	0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1c,
	0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x46, 0x6f, 0x72, 0x6d,
	0x54, 0x79, 0x70, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x12, 0x57,
	0x0a, 0x10, 0x57, 0x65, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69,
	0x6e, 0x67, 0x12, 0x1f, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x2e,
	0x57, 0x65, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67,
	0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x73, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73,
	0x2e, 0x57, 0x65, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x65, 0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e,
	0x67, 0x52, 0x65, 0x73, 0x70, 0x22, 0x00, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x2f, 0x3b, 0x73, 0x65,
	0x63, 0x46, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}

var (
	file_api_secFilings_secFilings_proto_rawDescOnce sync.Once
	file_api_secFilings_secFilings_proto_rawDescData = file_api_secFilings_secFilings_proto_rawDesc
)

func file_api_secFilings_secFilings_proto_rawDescGZIP() []byte {
	file_api_secFilings_secFilings_proto_rawDescOnce.Do(func() {
		file_api_secFilings_secFilings_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_secFilings_secFilings_proto_rawDescData)
	})
	return file_api_secFilings_secFilings_proto_rawDescData
}

var file_api_secFilings_secFilings_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
var file_api_secFilings_secFilings_proto_goTypes = []any{
	(*ListFormTypeReq)(nil),          // 0: secFilings.ListFormTypeReq
	(*FormTypeListResp)(nil),         // 1: secFilings.FormTypeListResp
	(*FormType)(nil),                 // 2: secFilings.FormType
	(*IsSecFilingExistReq)(nil),      // 3: secFilings.IsSecFilingExistReq
	(*IsSecFilingExistResp)(nil),     // 4: secFilings.IsSecFilingExistResp
	(*CommonResp)(nil),               // 5: secFilings.CommonResp
	(*SecFiling)(nil),                // 6: secFilings.SecFiling
	(*DataFiles)(nil),                // 7: secFilings.DataFiles
	(*CreateSecFilingReq)(nil),       // 8: secFilings.CreateSecFilingReq
	(*UpdateSecFilingReq)(nil),       // 9: secFilings.UpdateSecFilingReq
	(*DetailSecFilingReq)(nil),       // 10: secFilings.DetailSecFilingReq
	(*SecFilingDetailResp)(nil),      // 11: secFilings.SecFilingDetailResp
	(*ListSecFilingReq)(nil),         // 12: secFilings.ListSecFilingReq
	(*SecFilingListResp)(nil),        // 13: secFilings.SecFilingListResp
	(*WebListSecFilingReq)(nil),      // 14: secFilings.WebListSecFilingReq
	(*WebListSecFilingResp)(nil),     // 15: secFilings.WebListSecFilingResp
	(*DeleteSecFilingReq)(nil),       // 16: secFilings.DeleteSecFilingReq
	(*UpdateSecFilingStatusReq)(nil), // 17: secFilings.UpdateSecFilingStatusReq
}
var file_api_secFilings_secFilings_proto_depIdxs = []int32{
	2,  // 0: secFilings.FormTypeListResp.formType:type_name -> secFilings.FormType
	7,  // 1: secFilings.SecFiling.dataFiles:type_name -> secFilings.DataFiles
	7,  // 2: secFilings.CreateSecFilingReq.dataFiles:type_name -> secFilings.DataFiles
	7,  // 3: secFilings.UpdateSecFilingReq.dataFiles:type_name -> secFilings.DataFiles
	6,  // 4: secFilings.SecFilingDetailResp.data:type_name -> secFilings.SecFiling
	6,  // 5: secFilings.SecFilingListResp.data:type_name -> secFilings.SecFiling
	6,  // 6: secFilings.WebListSecFilingResp.data:type_name -> secFilings.SecFiling
	8,  // 7: secFilings.SecFilings.CreateSecFiling:input_type -> secFilings.CreateSecFilingReq
	9,  // 8: secFilings.SecFilings.UpdateSecFiling:input_type -> secFilings.UpdateSecFilingReq
	10, // 9: secFilings.SecFilings.DetailSecFiling:input_type -> secFilings.DetailSecFilingReq
	12, // 10: secFilings.SecFilings.ListSecFiling:input_type -> secFilings.ListSecFilingReq
	16, // 11: secFilings.SecFilings.DeleteSecFiling:input_type -> secFilings.DeleteSecFilingReq
	3,  // 12: secFilings.SecFilings.IsSecFilingExist:input_type -> secFilings.IsSecFilingExistReq
	17, // 13: secFilings.SecFilings.UpdateSecFilingStatus:input_type -> secFilings.UpdateSecFilingStatusReq
	0,  // 14: secFilings.SecFilings.ListFormType:input_type -> secFilings.ListFormTypeReq
	14, // 15: secFilings.SecFilings.WebListSecFiling:input_type -> secFilings.WebListSecFilingReq
	5,  // 16: secFilings.SecFilings.CreateSecFiling:output_type -> secFilings.CommonResp
	5,  // 17: secFilings.SecFilings.UpdateSecFiling:output_type -> secFilings.CommonResp
	11, // 18: secFilings.SecFilings.DetailSecFiling:output_type -> secFilings.SecFilingDetailResp
	13, // 19: secFilings.SecFilings.ListSecFiling:output_type -> secFilings.SecFilingListResp
	5,  // 20: secFilings.SecFilings.DeleteSecFiling:output_type -> secFilings.CommonResp
	4,  // 21: secFilings.SecFilings.IsSecFilingExist:output_type -> secFilings.IsSecFilingExistResp
	5,  // 22: secFilings.SecFilings.UpdateSecFilingStatus:output_type -> secFilings.CommonResp
	1,  // 23: secFilings.SecFilings.ListFormType:output_type -> secFilings.FormTypeListResp
	15, // 24: secFilings.SecFilings.WebListSecFiling:output_type -> secFilings.WebListSecFilingResp
	16, // [16:25] is the sub-list for method output_type
	7,  // [7:16] is the sub-list for method input_type
	7,  // [7:7] is the sub-list for extension type_name
	7,  // [7:7] is the sub-list for extension extendee
	0,  // [0:7] is the sub-list for field type_name
}

func init() { file_api_secFilings_secFilings_proto_init() }
func file_api_secFilings_secFilings_proto_init() {
	if File_api_secFilings_secFilings_proto != nil {
		return
	}
	type x struct{}
	out := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
			RawDescriptor: file_api_secFilings_secFilings_proto_rawDesc,
			NumEnums:      0,
			NumMessages:   18,
			NumExtensions: 0,
			NumServices:   1,
		},
		GoTypes:           file_api_secFilings_secFilings_proto_goTypes,
		DependencyIndexes: file_api_secFilings_secFilings_proto_depIdxs,
		MessageInfos:      file_api_secFilings_secFilings_proto_msgTypes,
	}.Build()
	File_api_secFilings_secFilings_proto = out.File
	file_api_secFilings_secFilings_proto_rawDesc = nil
	file_api_secFilings_secFilings_proto_goTypes = nil
	file_api_secFilings_secFilings_proto_depIdxs = nil
}