diff --git a/api/cast/cast.pb.go b/api/cast/cast.pb.go index 507f8fd..f200810 100644 --- a/api/cast/cast.pb.go +++ b/api/cast/cast.pb.go @@ -2332,6 +2332,118 @@ func (x *WorkListResp) GetCount() int64 { return 0 } +type WorkList2Req struct { + state protoimpl.MessageState `protogen:"open.v1"` + Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` + PageSize int32 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize"` + Months []string `protobuf:"bytes,3,rep,name=months,proto3" json:"months"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *WorkList2Req) Reset() { + *x = WorkList2Req{} + mi := &file_pb_fiee_cast_proto_msgTypes[20] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *WorkList2Req) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WorkList2Req) ProtoMessage() {} + +func (x *WorkList2Req) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[20] + 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 WorkList2Req.ProtoReflect.Descriptor instead. +func (*WorkList2Req) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{20} +} + +func (x *WorkList2Req) GetPage() int32 { + if x != nil { + return x.Page + } + return 0 +} + +func (x *WorkList2Req) GetPageSize() int32 { + if x != nil { + return x.PageSize + } + return 0 +} + +func (x *WorkList2Req) GetMonths() []string { + if x != nil { + return x.Months + } + return nil +} + +type WorkList2Resp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Data []*WorkList2Resp_Info `protobuf:"bytes,1,rep,name=data,proto3" json:"data"` + Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *WorkList2Resp) Reset() { + *x = WorkList2Resp{} + mi := &file_pb_fiee_cast_proto_msgTypes[21] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *WorkList2Resp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WorkList2Resp) ProtoMessage() {} + +func (x *WorkList2Resp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[21] + 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 WorkList2Resp.ProtoReflect.Descriptor instead. +func (*WorkList2Resp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{21} +} + +func (x *WorkList2Resp) GetData() []*WorkList2Resp_Info { + if x != nil { + return x.Data + } + return nil +} + +func (x *WorkList2Resp) GetCount() int64 { + if x != nil { + return x.Count + } + return 0 +} + type WorkDetailReq struct { state protoimpl.MessageState `protogen:"open.v1"` WorkUuid string `protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid"` @@ -2341,7 +2453,7 @@ type WorkDetailReq struct { func (x *WorkDetailReq) Reset() { *x = WorkDetailReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[20] + mi := &file_pb_fiee_cast_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2353,7 +2465,7 @@ func (x *WorkDetailReq) String() string { func (*WorkDetailReq) ProtoMessage() {} func (x *WorkDetailReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[20] + mi := &file_pb_fiee_cast_proto_msgTypes[22] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2366,7 +2478,7 @@ func (x *WorkDetailReq) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkDetailReq.ProtoReflect.Descriptor instead. func (*WorkDetailReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{20} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{22} } func (x *WorkDetailReq) GetWorkUuid() string { @@ -2392,7 +2504,7 @@ type WorkLogInfo struct { func (x *WorkLogInfo) Reset() { *x = WorkLogInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[21] + mi := &file_pb_fiee_cast_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2404,7 +2516,7 @@ func (x *WorkLogInfo) String() string { func (*WorkLogInfo) ProtoMessage() {} func (x *WorkLogInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[21] + mi := &file_pb_fiee_cast_proto_msgTypes[23] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2417,7 +2529,7 @@ func (x *WorkLogInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkLogInfo.ProtoReflect.Descriptor instead. func (*WorkLogInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{21} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{23} } func (x *WorkLogInfo) GetWorkUuid() string { @@ -2512,7 +2624,7 @@ type WorkDetailResp struct { func (x *WorkDetailResp) Reset() { *x = WorkDetailResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[22] + mi := &file_pb_fiee_cast_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2524,7 +2636,7 @@ func (x *WorkDetailResp) String() string { func (*WorkDetailResp) ProtoMessage() {} func (x *WorkDetailResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[22] + mi := &file_pb_fiee_cast_proto_msgTypes[24] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2537,7 +2649,7 @@ func (x *WorkDetailResp) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkDetailResp.ProtoReflect.Descriptor instead. func (*WorkDetailResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{22} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{24} } func (x *WorkDetailResp) GetWorkUuid() string { @@ -2733,7 +2845,7 @@ type UpdateStatusReq struct { func (x *UpdateStatusReq) Reset() { *x = UpdateStatusReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[23] + mi := &file_pb_fiee_cast_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2745,7 +2857,7 @@ func (x *UpdateStatusReq) String() string { func (*UpdateStatusReq) ProtoMessage() {} func (x *UpdateStatusReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[23] + mi := &file_pb_fiee_cast_proto_msgTypes[25] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2758,7 +2870,7 @@ func (x *UpdateStatusReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateStatusReq.ProtoReflect.Descriptor instead. func (*UpdateStatusReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{23} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{25} } func (x *UpdateStatusReq) GetWorkAction() WorkActionENUM { @@ -2840,7 +2952,7 @@ type MediaAccountsReq struct { func (x *MediaAccountsReq) Reset() { *x = MediaAccountsReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[24] + mi := &file_pb_fiee_cast_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2852,7 +2964,7 @@ func (x *MediaAccountsReq) String() string { func (*MediaAccountsReq) ProtoMessage() {} func (x *MediaAccountsReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[24] + mi := &file_pb_fiee_cast_proto_msgTypes[26] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2865,7 +2977,7 @@ func (x *MediaAccountsReq) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaAccountsReq.ProtoReflect.Descriptor instead. func (*MediaAccountsReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{24} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{26} } func (x *MediaAccountsReq) GetArtistUuid() string { @@ -2884,7 +2996,7 @@ type MediaAccountsResp struct { func (x *MediaAccountsResp) Reset() { *x = MediaAccountsResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[25] + mi := &file_pb_fiee_cast_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2896,7 +3008,7 @@ func (x *MediaAccountsResp) String() string { func (*MediaAccountsResp) ProtoMessage() {} func (x *MediaAccountsResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[25] + mi := &file_pb_fiee_cast_proto_msgTypes[27] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2909,7 +3021,7 @@ func (x *MediaAccountsResp) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaAccountsResp.ProtoReflect.Descriptor instead. func (*MediaAccountsResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{25} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{27} } func (x *MediaAccountsResp) GetData() []*MediaAccountsResp_Info { @@ -2930,7 +3042,7 @@ type MediaWorksReq struct { func (x *MediaWorksReq) Reset() { *x = MediaWorksReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[26] + mi := &file_pb_fiee_cast_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -2942,7 +3054,7 @@ func (x *MediaWorksReq) String() string { func (*MediaWorksReq) ProtoMessage() {} func (x *MediaWorksReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[26] + mi := &file_pb_fiee_cast_proto_msgTypes[28] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -2955,7 +3067,7 @@ func (x *MediaWorksReq) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaWorksReq.ProtoReflect.Descriptor instead. func (*MediaWorksReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{26} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{28} } func (x *MediaWorksReq) GetMediaAccountUuid() string { @@ -2989,7 +3101,7 @@ type MediaWorksResp struct { func (x *MediaWorksResp) Reset() { *x = MediaWorksResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[27] + mi := &file_pb_fiee_cast_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3001,7 +3113,7 @@ func (x *MediaWorksResp) String() string { func (*MediaWorksResp) ProtoMessage() {} func (x *MediaWorksResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[27] + mi := &file_pb_fiee_cast_proto_msgTypes[29] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3014,7 +3126,7 @@ func (x *MediaWorksResp) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaWorksResp.ProtoReflect.Descriptor instead. func (*MediaWorksResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{27} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{29} } func (x *MediaWorksResp) GetCount() int64 { @@ -3040,7 +3152,7 @@ type PublishReq struct { func (x *PublishReq) Reset() { *x = PublishReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[28] + mi := &file_pb_fiee_cast_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3052,7 +3164,7 @@ func (x *PublishReq) String() string { func (*PublishReq) ProtoMessage() {} func (x *PublishReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[28] + mi := &file_pb_fiee_cast_proto_msgTypes[30] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3065,7 +3177,7 @@ func (x *PublishReq) ProtoReflect() protoreflect.Message { // Deprecated: Use PublishReq.ProtoReflect.Descriptor instead. func (*PublishReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{28} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{30} } func (x *PublishReq) GetWorkUuids() []string { @@ -3084,7 +3196,7 @@ type PublishResp struct { func (x *PublishResp) Reset() { *x = PublishResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[29] + mi := &file_pb_fiee_cast_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3096,7 +3208,7 @@ func (x *PublishResp) String() string { func (*PublishResp) ProtoMessage() {} func (x *PublishResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[29] + mi := &file_pb_fiee_cast_proto_msgTypes[31] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3109,7 +3221,7 @@ func (x *PublishResp) ProtoReflect() protoreflect.Message { // Deprecated: Use PublishResp.ProtoReflect.Descriptor instead. func (*PublishResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{29} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{31} } func (x *PublishResp) GetData() []*PublishResp_Info { @@ -3129,7 +3241,7 @@ type RePublishReq struct { func (x *RePublishReq) Reset() { *x = RePublishReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[30] + mi := &file_pb_fiee_cast_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3141,7 +3253,7 @@ func (x *RePublishReq) String() string { func (*RePublishReq) ProtoMessage() {} func (x *RePublishReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[30] + mi := &file_pb_fiee_cast_proto_msgTypes[32] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3154,7 +3266,7 @@ func (x *RePublishReq) ProtoReflect() protoreflect.Message { // Deprecated: Use RePublishReq.ProtoReflect.Descriptor instead. func (*RePublishReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{30} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{32} } func (x *RePublishReq) GetWorkUuids() []string { @@ -3181,7 +3293,7 @@ type RePublishResp struct { func (x *RePublishResp) Reset() { *x = RePublishResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[31] + mi := &file_pb_fiee_cast_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3193,7 +3305,7 @@ func (x *RePublishResp) String() string { func (*RePublishResp) ProtoMessage() {} func (x *RePublishResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[31] + mi := &file_pb_fiee_cast_proto_msgTypes[33] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3206,7 +3318,7 @@ func (x *RePublishResp) ProtoReflect() protoreflect.Message { // Deprecated: Use RePublishResp.ProtoReflect.Descriptor instead. func (*RePublishResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{31} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{33} } func (x *RePublishResp) GetArtistUuid() string { @@ -3232,7 +3344,7 @@ type DelWorkReq struct { func (x *DelWorkReq) Reset() { *x = DelWorkReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[32] + mi := &file_pb_fiee_cast_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3244,7 +3356,7 @@ func (x *DelWorkReq) String() string { func (*DelWorkReq) ProtoMessage() {} func (x *DelWorkReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[32] + mi := &file_pb_fiee_cast_proto_msgTypes[34] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3257,7 +3369,7 @@ func (x *DelWorkReq) ProtoReflect() protoreflect.Message { // Deprecated: Use DelWorkReq.ProtoReflect.Descriptor instead. func (*DelWorkReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{32} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{34} } func (x *DelWorkReq) GetWorkUuid() string { @@ -3276,7 +3388,7 @@ type WorkInfoReq struct { func (x *WorkInfoReq) Reset() { *x = WorkInfoReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[33] + mi := &file_pb_fiee_cast_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3288,7 +3400,7 @@ func (x *WorkInfoReq) String() string { func (*WorkInfoReq) ProtoMessage() {} func (x *WorkInfoReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[33] + mi := &file_pb_fiee_cast_proto_msgTypes[35] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3301,7 +3413,7 @@ func (x *WorkInfoReq) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkInfoReq.ProtoReflect.Descriptor instead. func (*WorkInfoReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{33} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{35} } func (x *WorkInfoReq) GetWorkUuid() string { @@ -3325,7 +3437,7 @@ type WorkInfoResp struct { func (x *WorkInfoResp) Reset() { *x = WorkInfoResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[34] + mi := &file_pb_fiee_cast_proto_msgTypes[36] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3337,7 +3449,7 @@ func (x *WorkInfoResp) String() string { func (*WorkInfoResp) ProtoMessage() {} func (x *WorkInfoResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[34] + mi := &file_pb_fiee_cast_proto_msgTypes[36] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3350,7 +3462,7 @@ func (x *WorkInfoResp) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkInfoResp.ProtoReflect.Descriptor instead. func (*WorkInfoResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{34} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{36} } func (x *WorkInfoResp) GetWorkStatus() uint32 { @@ -3404,7 +3516,7 @@ type ArtistInfoReq struct { func (x *ArtistInfoReq) Reset() { *x = ArtistInfoReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[35] + mi := &file_pb_fiee_cast_proto_msgTypes[37] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3416,7 +3528,7 @@ func (x *ArtistInfoReq) String() string { func (*ArtistInfoReq) ProtoMessage() {} func (x *ArtistInfoReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[35] + mi := &file_pb_fiee_cast_proto_msgTypes[37] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3429,7 +3541,7 @@ func (x *ArtistInfoReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistInfoReq.ProtoReflect.Descriptor instead. func (*ArtistInfoReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{35} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{37} } func (x *ArtistInfoReq) GetArtistUuid() string { @@ -3454,7 +3566,7 @@ type ArtistInfoResp struct { func (x *ArtistInfoResp) Reset() { *x = ArtistInfoResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[36] + mi := &file_pb_fiee_cast_proto_msgTypes[38] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3466,7 +3578,7 @@ func (x *ArtistInfoResp) String() string { func (*ArtistInfoResp) ProtoMessage() {} func (x *ArtistInfoResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[36] + mi := &file_pb_fiee_cast_proto_msgTypes[38] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3479,7 +3591,7 @@ func (x *ArtistInfoResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistInfoResp.ProtoReflect.Descriptor instead. func (*ArtistInfoResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{36} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{38} } func (x *ArtistInfoResp) GetTikTokEffectiveCount() uint32 { @@ -3540,7 +3652,7 @@ type ImportWorkBatchReq struct { func (x *ImportWorkBatchReq) Reset() { *x = ImportWorkBatchReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[37] + mi := &file_pb_fiee_cast_proto_msgTypes[39] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3552,7 +3664,7 @@ func (x *ImportWorkBatchReq) String() string { func (*ImportWorkBatchReq) ProtoMessage() {} func (x *ImportWorkBatchReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[37] + mi := &file_pb_fiee_cast_proto_msgTypes[39] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3565,7 +3677,7 @@ func (x *ImportWorkBatchReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ImportWorkBatchReq.ProtoReflect.Descriptor instead. func (*ImportWorkBatchReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{37} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{39} } func (x *ImportWorkBatchReq) GetImageWorks() []*UpdateWorkImageReq { @@ -3586,7 +3698,7 @@ type ImportWorkBatchResp struct { func (x *ImportWorkBatchResp) Reset() { *x = ImportWorkBatchResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[38] + mi := &file_pb_fiee_cast_proto_msgTypes[40] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3598,7 +3710,7 @@ func (x *ImportWorkBatchResp) String() string { func (*ImportWorkBatchResp) ProtoMessage() {} func (x *ImportWorkBatchResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[38] + mi := &file_pb_fiee_cast_proto_msgTypes[40] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3611,7 +3723,7 @@ func (x *ImportWorkBatchResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ImportWorkBatchResp.ProtoReflect.Descriptor instead. func (*ImportWorkBatchResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{38} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{40} } func (x *ImportWorkBatchResp) GetImageWorks() []*UpdateWorkImageReq { @@ -3652,7 +3764,7 @@ type PlatformInfo struct { func (x *PlatformInfo) Reset() { *x = PlatformInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[39] + mi := &file_pb_fiee_cast_proto_msgTypes[41] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3664,7 +3776,7 @@ func (x *PlatformInfo) String() string { func (*PlatformInfo) ProtoMessage() {} func (x *PlatformInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[39] + mi := &file_pb_fiee_cast_proto_msgTypes[41] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3677,7 +3789,7 @@ func (x *PlatformInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use PlatformInfo.ProtoReflect.Descriptor instead. func (*PlatformInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{39} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{41} } func (x *PlatformInfo) GetWorkUuid() string { @@ -3752,7 +3864,7 @@ type UpdateWorkPlatformInfoReq struct { func (x *UpdateWorkPlatformInfoReq) Reset() { *x = UpdateWorkPlatformInfoReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[40] + mi := &file_pb_fiee_cast_proto_msgTypes[42] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3764,7 +3876,7 @@ func (x *UpdateWorkPlatformInfoReq) String() string { func (*UpdateWorkPlatformInfoReq) ProtoMessage() {} func (x *UpdateWorkPlatformInfoReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[40] + mi := &file_pb_fiee_cast_proto_msgTypes[42] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3777,7 +3889,7 @@ func (x *UpdateWorkPlatformInfoReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateWorkPlatformInfoReq.ProtoReflect.Descriptor instead. func (*UpdateWorkPlatformInfoReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{40} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{42} } func (x *UpdateWorkPlatformInfoReq) GetPlatformInfoData() []*PlatformInfo { @@ -3796,7 +3908,7 @@ type UpdateWorkPlatformInfoResp struct { func (x *UpdateWorkPlatformInfoResp) Reset() { *x = UpdateWorkPlatformInfoResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[41] + mi := &file_pb_fiee_cast_proto_msgTypes[43] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3808,7 +3920,7 @@ func (x *UpdateWorkPlatformInfoResp) String() string { func (*UpdateWorkPlatformInfoResp) ProtoMessage() {} func (x *UpdateWorkPlatformInfoResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[41] + mi := &file_pb_fiee_cast_proto_msgTypes[43] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3821,7 +3933,7 @@ func (x *UpdateWorkPlatformInfoResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateWorkPlatformInfoResp.ProtoReflect.Descriptor instead. func (*UpdateWorkPlatformInfoResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{41} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{43} } func (x *UpdateWorkPlatformInfoResp) GetWorkUuid() []string { @@ -3843,7 +3955,7 @@ type UpdateWorkPublishLogReq struct { func (x *UpdateWorkPublishLogReq) Reset() { *x = UpdateWorkPublishLogReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[42] + mi := &file_pb_fiee_cast_proto_msgTypes[44] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3855,7 +3967,7 @@ func (x *UpdateWorkPublishLogReq) String() string { func (*UpdateWorkPublishLogReq) ProtoMessage() {} func (x *UpdateWorkPublishLogReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[42] + mi := &file_pb_fiee_cast_proto_msgTypes[44] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3868,7 +3980,7 @@ func (x *UpdateWorkPublishLogReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateWorkPublishLogReq.ProtoReflect.Descriptor instead. func (*UpdateWorkPublishLogReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{42} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{44} } func (x *UpdateWorkPublishLogReq) GetWorkUuid() string { @@ -3908,7 +4020,7 @@ type RefreshWorkListReq struct { func (x *RefreshWorkListReq) Reset() { *x = RefreshWorkListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[43] + mi := &file_pb_fiee_cast_proto_msgTypes[45] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3920,7 +4032,7 @@ func (x *RefreshWorkListReq) String() string { func (*RefreshWorkListReq) ProtoMessage() {} func (x *RefreshWorkListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[43] + mi := &file_pb_fiee_cast_proto_msgTypes[45] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3933,7 +4045,7 @@ func (x *RefreshWorkListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use RefreshWorkListReq.ProtoReflect.Descriptor instead. func (*RefreshWorkListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{43} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{45} } func (x *RefreshWorkListReq) GetPublishStatus() uint32 { @@ -3952,7 +4064,7 @@ type RefreshWorkListResp struct { func (x *RefreshWorkListResp) Reset() { *x = RefreshWorkListResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[44] + mi := &file_pb_fiee_cast_proto_msgTypes[46] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3964,7 +4076,7 @@ func (x *RefreshWorkListResp) String() string { func (*RefreshWorkListResp) ProtoMessage() {} func (x *RefreshWorkListResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[44] + mi := &file_pb_fiee_cast_proto_msgTypes[46] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3977,7 +4089,7 @@ func (x *RefreshWorkListResp) ProtoReflect() protoreflect.Message { // Deprecated: Use RefreshWorkListResp.ProtoReflect.Descriptor instead. func (*RefreshWorkListResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{44} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{46} } func (x *RefreshWorkListResp) GetData() []*RefreshWorkListResp_Info { @@ -3996,7 +4108,7 @@ type OAuthAccountReq struct { func (x *OAuthAccountReq) Reset() { *x = OAuthAccountReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[45] + mi := &file_pb_fiee_cast_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4008,7 +4120,7 @@ func (x *OAuthAccountReq) String() string { func (*OAuthAccountReq) ProtoMessage() {} func (x *OAuthAccountReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[45] + mi := &file_pb_fiee_cast_proto_msgTypes[47] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4021,7 +4133,7 @@ func (x *OAuthAccountReq) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthAccountReq.ProtoReflect.Descriptor instead. func (*OAuthAccountReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{45} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{47} } func (x *OAuthAccountReq) GetMediaAccountUuid() string { @@ -4040,7 +4152,7 @@ type OAuthAccountResp struct { func (x *OAuthAccountResp) Reset() { *x = OAuthAccountResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[46] + mi := &file_pb_fiee_cast_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4052,7 +4164,7 @@ func (x *OAuthAccountResp) String() string { func (*OAuthAccountResp) ProtoMessage() {} func (x *OAuthAccountResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[46] + mi := &file_pb_fiee_cast_proto_msgTypes[48] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4065,7 +4177,7 @@ func (x *OAuthAccountResp) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthAccountResp.ProtoReflect.Descriptor instead. func (*OAuthAccountResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{46} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{48} } func (x *OAuthAccountResp) GetUrl() string { @@ -4084,7 +4196,7 @@ type OAuthAccountV2Req struct { func (x *OAuthAccountV2Req) Reset() { *x = OAuthAccountV2Req{} - mi := &file_pb_fiee_cast_proto_msgTypes[47] + mi := &file_pb_fiee_cast_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4096,7 +4208,7 @@ func (x *OAuthAccountV2Req) String() string { func (*OAuthAccountV2Req) ProtoMessage() {} func (x *OAuthAccountV2Req) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[47] + mi := &file_pb_fiee_cast_proto_msgTypes[49] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4109,7 +4221,7 @@ func (x *OAuthAccountV2Req) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthAccountV2Req.ProtoReflect.Descriptor instead. func (*OAuthAccountV2Req) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{47} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{49} } func (x *OAuthAccountV2Req) GetMediaAccountUuid() string { @@ -4131,7 +4243,7 @@ type OAuthAccountV2Resp struct { func (x *OAuthAccountV2Resp) Reset() { *x = OAuthAccountV2Resp{} - mi := &file_pb_fiee_cast_proto_msgTypes[48] + mi := &file_pb_fiee_cast_proto_msgTypes[50] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4143,7 +4255,7 @@ func (x *OAuthAccountV2Resp) String() string { func (*OAuthAccountV2Resp) ProtoMessage() {} func (x *OAuthAccountV2Resp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[48] + mi := &file_pb_fiee_cast_proto_msgTypes[50] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4156,7 +4268,7 @@ func (x *OAuthAccountV2Resp) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthAccountV2Resp.ProtoReflect.Descriptor instead. func (*OAuthAccountV2Resp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{48} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{50} } func (x *OAuthAccountV2Resp) GetArtistUuid() string { @@ -4198,7 +4310,7 @@ type OAuthYoutubeTokenReq struct { func (x *OAuthYoutubeTokenReq) Reset() { *x = OAuthYoutubeTokenReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[49] + mi := &file_pb_fiee_cast_proto_msgTypes[51] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4210,7 +4322,7 @@ func (x *OAuthYoutubeTokenReq) String() string { func (*OAuthYoutubeTokenReq) ProtoMessage() {} func (x *OAuthYoutubeTokenReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[49] + mi := &file_pb_fiee_cast_proto_msgTypes[51] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4223,7 +4335,7 @@ func (x *OAuthYoutubeTokenReq) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthYoutubeTokenReq.ProtoReflect.Descriptor instead. func (*OAuthYoutubeTokenReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{49} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{51} } func (x *OAuthYoutubeTokenReq) GetMediaAccountUuid() string { @@ -4251,7 +4363,7 @@ type OAuthYoutubeTokenResp struct { func (x *OAuthYoutubeTokenResp) Reset() { *x = OAuthYoutubeTokenResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[50] + mi := &file_pb_fiee_cast_proto_msgTypes[52] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4263,7 +4375,7 @@ func (x *OAuthYoutubeTokenResp) String() string { func (*OAuthYoutubeTokenResp) ProtoMessage() {} func (x *OAuthYoutubeTokenResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[50] + mi := &file_pb_fiee_cast_proto_msgTypes[52] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4276,7 +4388,7 @@ func (x *OAuthYoutubeTokenResp) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthYoutubeTokenResp.ProtoReflect.Descriptor instead. func (*OAuthYoutubeTokenResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{50} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{52} } func (x *OAuthYoutubeTokenResp) GetAccessToken() string { @@ -4312,7 +4424,7 @@ type OAuthCodeToTokenReq struct { func (x *OAuthCodeToTokenReq) Reset() { *x = OAuthCodeToTokenReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[51] + mi := &file_pb_fiee_cast_proto_msgTypes[53] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4324,7 +4436,7 @@ func (x *OAuthCodeToTokenReq) String() string { func (*OAuthCodeToTokenReq) ProtoMessage() {} func (x *OAuthCodeToTokenReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[51] + mi := &file_pb_fiee_cast_proto_msgTypes[53] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4337,7 +4449,7 @@ func (x *OAuthCodeToTokenReq) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthCodeToTokenReq.ProtoReflect.Descriptor instead. func (*OAuthCodeToTokenReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{51} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{53} } func (x *OAuthCodeToTokenReq) GetCode() string { @@ -4376,7 +4488,7 @@ type OAuthCodeToTokenResp struct { func (x *OAuthCodeToTokenResp) Reset() { *x = OAuthCodeToTokenResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[52] + mi := &file_pb_fiee_cast_proto_msgTypes[54] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4388,7 +4500,7 @@ func (x *OAuthCodeToTokenResp) String() string { func (*OAuthCodeToTokenResp) ProtoMessage() {} func (x *OAuthCodeToTokenResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[52] + mi := &file_pb_fiee_cast_proto_msgTypes[54] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4401,7 +4513,7 @@ func (x *OAuthCodeToTokenResp) ProtoReflect() protoreflect.Message { // Deprecated: Use OAuthCodeToTokenResp.ProtoReflect.Descriptor instead. func (*OAuthCodeToTokenResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{52} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{54} } type UpdateOAuthReq struct { @@ -4413,7 +4525,7 @@ type UpdateOAuthReq struct { func (x *UpdateOAuthReq) Reset() { *x = UpdateOAuthReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[53] + mi := &file_pb_fiee_cast_proto_msgTypes[55] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4425,7 +4537,7 @@ func (x *UpdateOAuthReq) String() string { func (*UpdateOAuthReq) ProtoMessage() {} func (x *UpdateOAuthReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[53] + mi := &file_pb_fiee_cast_proto_msgTypes[55] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4438,7 +4550,7 @@ func (x *UpdateOAuthReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateOAuthReq.ProtoReflect.Descriptor instead. func (*UpdateOAuthReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{53} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{55} } func (x *UpdateOAuthReq) GetData() []*UpdateOAuthReq_Info { @@ -4459,7 +4571,7 @@ type RefreshTokenReq struct { func (x *RefreshTokenReq) Reset() { *x = RefreshTokenReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[54] + mi := &file_pb_fiee_cast_proto_msgTypes[56] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4471,7 +4583,7 @@ func (x *RefreshTokenReq) String() string { func (*RefreshTokenReq) ProtoMessage() {} func (x *RefreshTokenReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[54] + mi := &file_pb_fiee_cast_proto_msgTypes[56] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4484,7 +4596,7 @@ func (x *RefreshTokenReq) ProtoReflect() protoreflect.Message { // Deprecated: Use RefreshTokenReq.ProtoReflect.Descriptor instead. func (*RefreshTokenReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{54} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{56} } func (x *RefreshTokenReq) GetRefreshToken() string { @@ -4518,7 +4630,7 @@ type RefreshTokenResp struct { func (x *RefreshTokenResp) Reset() { *x = RefreshTokenResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[55] + mi := &file_pb_fiee_cast_proto_msgTypes[57] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4530,7 +4642,7 @@ func (x *RefreshTokenResp) String() string { func (*RefreshTokenResp) ProtoMessage() {} func (x *RefreshTokenResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[55] + mi := &file_pb_fiee_cast_proto_msgTypes[57] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4543,7 +4655,7 @@ func (x *RefreshTokenResp) ProtoReflect() protoreflect.Message { // Deprecated: Use RefreshTokenResp.ProtoReflect.Descriptor instead. func (*RefreshTokenResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{55} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{57} } func (x *RefreshTokenResp) GetAccessToken() string { @@ -4571,7 +4683,7 @@ type PublishMediaInfoReq struct { func (x *PublishMediaInfoReq) Reset() { *x = PublishMediaInfoReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[56] + mi := &file_pb_fiee_cast_proto_msgTypes[58] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4583,7 +4695,7 @@ func (x *PublishMediaInfoReq) String() string { func (*PublishMediaInfoReq) ProtoMessage() {} func (x *PublishMediaInfoReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[56] + mi := &file_pb_fiee_cast_proto_msgTypes[58] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4596,7 +4708,7 @@ func (x *PublishMediaInfoReq) ProtoReflect() protoreflect.Message { // Deprecated: Use PublishMediaInfoReq.ProtoReflect.Descriptor instead. func (*PublishMediaInfoReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{56} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{58} } func (x *PublishMediaInfoReq) GetWorkUuid() string { @@ -4632,7 +4744,7 @@ type PublishMediaInfoResp struct { func (x *PublishMediaInfoResp) Reset() { *x = PublishMediaInfoResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[57] + mi := &file_pb_fiee_cast_proto_msgTypes[59] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4644,7 +4756,7 @@ func (x *PublishMediaInfoResp) String() string { func (*PublishMediaInfoResp) ProtoMessage() {} func (x *PublishMediaInfoResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[57] + mi := &file_pb_fiee_cast_proto_msgTypes[59] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4657,7 +4769,7 @@ func (x *PublishMediaInfoResp) ProtoReflect() protoreflect.Message { // Deprecated: Use PublishMediaInfoResp.ProtoReflect.Descriptor instead. func (*PublishMediaInfoResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{57} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{59} } func (x *PublishMediaInfoResp) GetWorkUuid() string { @@ -4697,7 +4809,7 @@ type ToolsReq struct { func (x *ToolsReq) Reset() { *x = ToolsReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[58] + mi := &file_pb_fiee_cast_proto_msgTypes[60] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4709,7 +4821,7 @@ func (x *ToolsReq) String() string { func (*ToolsReq) ProtoMessage() {} func (x *ToolsReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[58] + mi := &file_pb_fiee_cast_proto_msgTypes[60] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4722,7 +4834,7 @@ func (x *ToolsReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ToolsReq.ProtoReflect.Descriptor instead. func (*ToolsReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{58} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{60} } func (x *ToolsReq) GetAction() string { @@ -4751,7 +4863,7 @@ type UpdateVideoScriptReq struct { func (x *UpdateVideoScriptReq) Reset() { *x = UpdateVideoScriptReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[59] + mi := &file_pb_fiee_cast_proto_msgTypes[61] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4763,7 +4875,7 @@ func (x *UpdateVideoScriptReq) String() string { func (*UpdateVideoScriptReq) ProtoMessage() {} func (x *UpdateVideoScriptReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[59] + mi := &file_pb_fiee_cast_proto_msgTypes[61] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4776,7 +4888,7 @@ func (x *UpdateVideoScriptReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateVideoScriptReq.ProtoReflect.Descriptor instead. func (*UpdateVideoScriptReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{59} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{61} } func (x *UpdateVideoScriptReq) GetUuid() string { @@ -4851,7 +4963,7 @@ type UpdateVideoScriptResp struct { func (x *UpdateVideoScriptResp) Reset() { *x = UpdateVideoScriptResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[60] + mi := &file_pb_fiee_cast_proto_msgTypes[62] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4863,7 +4975,7 @@ func (x *UpdateVideoScriptResp) String() string { func (*UpdateVideoScriptResp) ProtoMessage() {} func (x *UpdateVideoScriptResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[60] + mi := &file_pb_fiee_cast_proto_msgTypes[62] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4876,7 +4988,7 @@ func (x *UpdateVideoScriptResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateVideoScriptResp.ProtoReflect.Descriptor instead. func (*UpdateVideoScriptResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{60} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{62} } func (x *UpdateVideoScriptResp) GetUuid() string { @@ -4896,7 +5008,7 @@ type GetVideoScriptReq struct { func (x *GetVideoScriptReq) Reset() { *x = GetVideoScriptReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[61] + mi := &file_pb_fiee_cast_proto_msgTypes[63] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4908,7 +5020,7 @@ func (x *GetVideoScriptReq) String() string { func (*GetVideoScriptReq) ProtoMessage() {} func (x *GetVideoScriptReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[61] + mi := &file_pb_fiee_cast_proto_msgTypes[63] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4921,7 +5033,7 @@ func (x *GetVideoScriptReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetVideoScriptReq.ProtoReflect.Descriptor instead. func (*GetVideoScriptReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{61} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{63} } func (x *GetVideoScriptReq) GetUuid() string { @@ -4952,7 +5064,7 @@ type GetVideoScriptResp struct { func (x *GetVideoScriptResp) Reset() { *x = GetVideoScriptResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[62] + mi := &file_pb_fiee_cast_proto_msgTypes[64] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -4964,7 +5076,7 @@ func (x *GetVideoScriptResp) String() string { func (*GetVideoScriptResp) ProtoMessage() {} func (x *GetVideoScriptResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[62] + mi := &file_pb_fiee_cast_proto_msgTypes[64] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -4977,7 +5089,7 @@ func (x *GetVideoScriptResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetVideoScriptResp.ProtoReflect.Descriptor instead. func (*GetVideoScriptResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{62} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{64} } func (x *GetVideoScriptResp) GetUuid() string { @@ -5089,7 +5201,7 @@ type ListVideoScriptsReq struct { func (x *ListVideoScriptsReq) Reset() { *x = ListVideoScriptsReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[63] + mi := &file_pb_fiee_cast_proto_msgTypes[65] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5101,7 +5213,7 @@ func (x *ListVideoScriptsReq) String() string { func (*ListVideoScriptsReq) ProtoMessage() {} func (x *ListVideoScriptsReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[63] + mi := &file_pb_fiee_cast_proto_msgTypes[65] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5114,7 +5226,7 @@ func (x *ListVideoScriptsReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListVideoScriptsReq.ProtoReflect.Descriptor instead. func (*ListVideoScriptsReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{63} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{65} } func (x *ListVideoScriptsReq) GetTitle() string { @@ -5202,7 +5314,7 @@ type VideoScriptInfo struct { func (x *VideoScriptInfo) Reset() { *x = VideoScriptInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[64] + mi := &file_pb_fiee_cast_proto_msgTypes[66] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5214,7 +5326,7 @@ func (x *VideoScriptInfo) String() string { func (*VideoScriptInfo) ProtoMessage() {} func (x *VideoScriptInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[64] + mi := &file_pb_fiee_cast_proto_msgTypes[66] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5227,7 +5339,7 @@ func (x *VideoScriptInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use VideoScriptInfo.ProtoReflect.Descriptor instead. func (*VideoScriptInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{64} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{66} } func (x *VideoScriptInfo) GetUuid() string { @@ -5338,7 +5450,7 @@ type ListVideoScriptsResp struct { func (x *ListVideoScriptsResp) Reset() { *x = ListVideoScriptsResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[65] + mi := &file_pb_fiee_cast_proto_msgTypes[67] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5350,7 +5462,7 @@ func (x *ListVideoScriptsResp) String() string { func (*ListVideoScriptsResp) ProtoMessage() {} func (x *ListVideoScriptsResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[65] + mi := &file_pb_fiee_cast_proto_msgTypes[67] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5363,7 +5475,7 @@ func (x *ListVideoScriptsResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListVideoScriptsResp.ProtoReflect.Descriptor instead. func (*ListVideoScriptsResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{65} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{67} } func (x *ListVideoScriptsResp) GetData() []*VideoScriptInfo { @@ -5390,7 +5502,7 @@ type DeleteVideoScriptReq struct { func (x *DeleteVideoScriptReq) Reset() { *x = DeleteVideoScriptReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[66] + mi := &file_pb_fiee_cast_proto_msgTypes[68] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5402,7 +5514,7 @@ func (x *DeleteVideoScriptReq) String() string { func (*DeleteVideoScriptReq) ProtoMessage() {} func (x *DeleteVideoScriptReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[66] + mi := &file_pb_fiee_cast_proto_msgTypes[68] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5415,7 +5527,7 @@ func (x *DeleteVideoScriptReq) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteVideoScriptReq.ProtoReflect.Descriptor instead. func (*DeleteVideoScriptReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{66} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{68} } func (x *DeleteVideoScriptReq) GetUuid() string { @@ -5434,7 +5546,7 @@ type UpdateVideoScriptBatchReq struct { func (x *UpdateVideoScriptBatchReq) Reset() { *x = UpdateVideoScriptBatchReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[67] + mi := &file_pb_fiee_cast_proto_msgTypes[69] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5446,7 +5558,7 @@ func (x *UpdateVideoScriptBatchReq) String() string { func (*UpdateVideoScriptBatchReq) ProtoMessage() {} func (x *UpdateVideoScriptBatchReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[67] + mi := &file_pb_fiee_cast_proto_msgTypes[69] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5459,7 +5571,7 @@ func (x *UpdateVideoScriptBatchReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateVideoScriptBatchReq.ProtoReflect.Descriptor instead. func (*UpdateVideoScriptBatchReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{67} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{69} } func (x *UpdateVideoScriptBatchReq) GetData() []*VideoScriptInfo { @@ -5480,7 +5592,7 @@ type UpdateVideoScriptBatchResp struct { func (x *UpdateVideoScriptBatchResp) Reset() { *x = UpdateVideoScriptBatchResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[68] + mi := &file_pb_fiee_cast_proto_msgTypes[70] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5492,7 +5604,7 @@ func (x *UpdateVideoScriptBatchResp) String() string { func (*UpdateVideoScriptBatchResp) ProtoMessage() {} func (x *UpdateVideoScriptBatchResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[68] + mi := &file_pb_fiee_cast_proto_msgTypes[70] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5505,7 +5617,7 @@ func (x *UpdateVideoScriptBatchResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateVideoScriptBatchResp.ProtoReflect.Descriptor instead. func (*UpdateVideoScriptBatchResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{68} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{70} } func (x *UpdateVideoScriptBatchResp) GetData() []*VideoScriptInfo { @@ -5541,7 +5653,7 @@ type UpdateScriptStatusReq struct { func (x *UpdateScriptStatusReq) Reset() { *x = UpdateScriptStatusReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[69] + mi := &file_pb_fiee_cast_proto_msgTypes[71] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5553,7 +5665,7 @@ func (x *UpdateScriptStatusReq) String() string { func (*UpdateScriptStatusReq) ProtoMessage() {} func (x *UpdateScriptStatusReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[69] + mi := &file_pb_fiee_cast_proto_msgTypes[71] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5566,7 +5678,7 @@ func (x *UpdateScriptStatusReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateScriptStatusReq.ProtoReflect.Descriptor instead. func (*UpdateScriptStatusReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{69} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{71} } func (x *UpdateScriptStatusReq) GetWorkAction() WorkActionENUM { @@ -5608,7 +5720,7 @@ type SetLayoutReq struct { func (x *SetLayoutReq) Reset() { *x = SetLayoutReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[70] + mi := &file_pb_fiee_cast_proto_msgTypes[72] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5620,7 +5732,7 @@ func (x *SetLayoutReq) String() string { func (*SetLayoutReq) ProtoMessage() {} func (x *SetLayoutReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[70] + mi := &file_pb_fiee_cast_proto_msgTypes[72] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5633,7 +5745,7 @@ func (x *SetLayoutReq) ProtoReflect() protoreflect.Message { // Deprecated: Use SetLayoutReq.ProtoReflect.Descriptor instead. func (*SetLayoutReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{70} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{72} } func (x *SetLayoutReq) GetUserID() string { @@ -5667,7 +5779,7 @@ type GetLayoutReq struct { func (x *GetLayoutReq) Reset() { *x = GetLayoutReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[71] + mi := &file_pb_fiee_cast_proto_msgTypes[73] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5679,7 +5791,7 @@ func (x *GetLayoutReq) String() string { func (*GetLayoutReq) ProtoMessage() {} func (x *GetLayoutReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[71] + mi := &file_pb_fiee_cast_proto_msgTypes[73] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5692,7 +5804,7 @@ func (x *GetLayoutReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetLayoutReq.ProtoReflect.Descriptor instead. func (*GetLayoutReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{71} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{73} } func (x *GetLayoutReq) GetUserID() string { @@ -5719,7 +5831,7 @@ type GetLayoutResp struct { func (x *GetLayoutResp) Reset() { *x = GetLayoutResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[72] + mi := &file_pb_fiee_cast_proto_msgTypes[74] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5731,7 +5843,7 @@ func (x *GetLayoutResp) String() string { func (*GetLayoutResp) ProtoMessage() {} func (x *GetLayoutResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[72] + mi := &file_pb_fiee_cast_proto_msgTypes[74] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5744,7 +5856,7 @@ func (x *GetLayoutResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetLayoutResp.ProtoReflect.Descriptor instead. func (*GetLayoutResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{72} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{74} } func (x *GetLayoutResp) GetData() string { @@ -5773,7 +5885,7 @@ type UpdatePromptReq struct { func (x *UpdatePromptReq) Reset() { *x = UpdatePromptReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[73] + mi := &file_pb_fiee_cast_proto_msgTypes[75] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5785,7 +5897,7 @@ func (x *UpdatePromptReq) String() string { func (*UpdatePromptReq) ProtoMessage() {} func (x *UpdatePromptReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[73] + mi := &file_pb_fiee_cast_proto_msgTypes[75] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5798,7 +5910,7 @@ func (x *UpdatePromptReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdatePromptReq.ProtoReflect.Descriptor instead. func (*UpdatePromptReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{73} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{75} } func (x *UpdatePromptReq) GetPromptUuid() string { @@ -5831,7 +5943,7 @@ type DeletePromptReq struct { func (x *DeletePromptReq) Reset() { *x = DeletePromptReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[74] + mi := &file_pb_fiee_cast_proto_msgTypes[76] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5843,7 +5955,7 @@ func (x *DeletePromptReq) String() string { func (*DeletePromptReq) ProtoMessage() {} func (x *DeletePromptReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[74] + mi := &file_pb_fiee_cast_proto_msgTypes[76] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5856,7 +5968,7 @@ func (x *DeletePromptReq) ProtoReflect() protoreflect.Message { // Deprecated: Use DeletePromptReq.ProtoReflect.Descriptor instead. func (*DeletePromptReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{74} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{76} } func (x *DeletePromptReq) GetPromptUuid() string { @@ -5875,7 +5987,7 @@ type GetPromptReq struct { func (x *GetPromptReq) Reset() { *x = GetPromptReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[75] + mi := &file_pb_fiee_cast_proto_msgTypes[77] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5887,7 +5999,7 @@ func (x *GetPromptReq) String() string { func (*GetPromptReq) ProtoMessage() {} func (x *GetPromptReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[75] + mi := &file_pb_fiee_cast_proto_msgTypes[77] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5900,7 +6012,7 @@ func (x *GetPromptReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetPromptReq.ProtoReflect.Descriptor instead. func (*GetPromptReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{75} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{77} } func (x *GetPromptReq) GetPromptUuid() string { @@ -5922,7 +6034,7 @@ type GetPromptResp struct { func (x *GetPromptResp) Reset() { *x = GetPromptResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[76] + mi := &file_pb_fiee_cast_proto_msgTypes[78] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -5934,7 +6046,7 @@ func (x *GetPromptResp) String() string { func (*GetPromptResp) ProtoMessage() {} func (x *GetPromptResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[76] + mi := &file_pb_fiee_cast_proto_msgTypes[78] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -5947,7 +6059,7 @@ func (x *GetPromptResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetPromptResp.ProtoReflect.Descriptor instead. func (*GetPromptResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{76} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{78} } func (x *GetPromptResp) GetPromptUuid() string { @@ -5993,7 +6105,7 @@ type ListPromptsReq struct { func (x *ListPromptsReq) Reset() { *x = ListPromptsReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[77] + mi := &file_pb_fiee_cast_proto_msgTypes[79] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6005,7 +6117,7 @@ func (x *ListPromptsReq) String() string { func (*ListPromptsReq) ProtoMessage() {} func (x *ListPromptsReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[77] + mi := &file_pb_fiee_cast_proto_msgTypes[79] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6018,7 +6130,7 @@ func (x *ListPromptsReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListPromptsReq.ProtoReflect.Descriptor instead. func (*ListPromptsReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{77} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{79} } func (x *ListPromptsReq) GetPrompt() string { @@ -6086,7 +6198,7 @@ type PromptInfo struct { func (x *PromptInfo) Reset() { *x = PromptInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[78] + mi := &file_pb_fiee_cast_proto_msgTypes[80] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6098,7 +6210,7 @@ func (x *PromptInfo) String() string { func (*PromptInfo) ProtoMessage() {} func (x *PromptInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[78] + mi := &file_pb_fiee_cast_proto_msgTypes[80] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6111,7 +6223,7 @@ func (x *PromptInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use PromptInfo.ProtoReflect.Descriptor instead. func (*PromptInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{78} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{80} } func (x *PromptInfo) GetPromptUuid() string { @@ -6180,7 +6292,7 @@ type ListPromptsResp struct { func (x *ListPromptsResp) Reset() { *x = ListPromptsResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[79] + mi := &file_pb_fiee_cast_proto_msgTypes[81] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6192,7 +6304,7 @@ func (x *ListPromptsResp) String() string { func (*ListPromptsResp) ProtoMessage() {} func (x *ListPromptsResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[79] + mi := &file_pb_fiee_cast_proto_msgTypes[81] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6205,7 +6317,7 @@ func (x *ListPromptsResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListPromptsResp.ProtoReflect.Descriptor instead. func (*ListPromptsResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{79} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{81} } func (x *ListPromptsResp) GetData() []*PromptInfo { @@ -6231,7 +6343,7 @@ type UpdatePromptBatchReq struct { func (x *UpdatePromptBatchReq) Reset() { *x = UpdatePromptBatchReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[80] + mi := &file_pb_fiee_cast_proto_msgTypes[82] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6243,7 +6355,7 @@ func (x *UpdatePromptBatchReq) String() string { func (*UpdatePromptBatchReq) ProtoMessage() {} func (x *UpdatePromptBatchReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[80] + mi := &file_pb_fiee_cast_proto_msgTypes[82] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6256,7 +6368,7 @@ func (x *UpdatePromptBatchReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdatePromptBatchReq.ProtoReflect.Descriptor instead. func (*UpdatePromptBatchReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{80} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{82} } func (x *UpdatePromptBatchReq) GetData() []*PromptInfo { @@ -6277,7 +6389,7 @@ type UpdatePromptBatchResp struct { func (x *UpdatePromptBatchResp) Reset() { *x = UpdatePromptBatchResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[81] + mi := &file_pb_fiee_cast_proto_msgTypes[83] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6289,7 +6401,7 @@ func (x *UpdatePromptBatchResp) String() string { func (*UpdatePromptBatchResp) ProtoMessage() {} func (x *UpdatePromptBatchResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[81] + mi := &file_pb_fiee_cast_proto_msgTypes[83] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6302,7 +6414,7 @@ func (x *UpdatePromptBatchResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdatePromptBatchResp.ProtoReflect.Descriptor instead. func (*UpdatePromptBatchResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{81} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{83} } func (x *UpdatePromptBatchResp) GetData() []*PromptInfo { @@ -6339,7 +6451,7 @@ type ArtistInfo struct { func (x *ArtistInfo) Reset() { *x = ArtistInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[82] + mi := &file_pb_fiee_cast_proto_msgTypes[84] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6351,7 +6463,7 @@ func (x *ArtistInfo) String() string { func (*ArtistInfo) ProtoMessage() {} func (x *ArtistInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[82] + mi := &file_pb_fiee_cast_proto_msgTypes[84] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6364,7 +6476,7 @@ func (x *ArtistInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistInfo.ProtoReflect.Descriptor instead. func (*ArtistInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{82} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{84} } func (x *ArtistInfo) GetArtistUuid() string { @@ -6405,7 +6517,7 @@ type UpdateArtistReq struct { func (x *UpdateArtistReq) Reset() { *x = UpdateArtistReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[83] + mi := &file_pb_fiee_cast_proto_msgTypes[85] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6417,7 +6529,7 @@ func (x *UpdateArtistReq) String() string { func (*UpdateArtistReq) ProtoMessage() {} func (x *UpdateArtistReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[83] + mi := &file_pb_fiee_cast_proto_msgTypes[85] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6430,7 +6542,7 @@ func (x *UpdateArtistReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateArtistReq.ProtoReflect.Descriptor instead. func (*UpdateArtistReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{83} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{85} } func (x *UpdateArtistReq) GetArtistInfo() *ArtistInfo { @@ -6456,7 +6568,7 @@ type UpdateArtistResp struct { func (x *UpdateArtistResp) Reset() { *x = UpdateArtistResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[84] + mi := &file_pb_fiee_cast_proto_msgTypes[86] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6468,7 +6580,7 @@ func (x *UpdateArtistResp) String() string { func (*UpdateArtistResp) ProtoMessage() {} func (x *UpdateArtistResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[84] + mi := &file_pb_fiee_cast_proto_msgTypes[86] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6481,7 +6593,7 @@ func (x *UpdateArtistResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateArtistResp.ProtoReflect.Descriptor instead. func (*UpdateArtistResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{84} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{86} } func (x *UpdateArtistResp) GetArtistUuid() string { @@ -6500,7 +6612,7 @@ type GetArtistReq struct { func (x *GetArtistReq) Reset() { *x = GetArtistReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[85] + mi := &file_pb_fiee_cast_proto_msgTypes[87] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6512,7 +6624,7 @@ func (x *GetArtistReq) String() string { func (*GetArtistReq) ProtoMessage() {} func (x *GetArtistReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[85] + mi := &file_pb_fiee_cast_proto_msgTypes[87] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6525,7 +6637,7 @@ func (x *GetArtistReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetArtistReq.ProtoReflect.Descriptor instead. func (*GetArtistReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{85} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{87} } func (x *GetArtistReq) GetArtistUuid() string { @@ -6545,7 +6657,7 @@ type GetArtistResp struct { func (x *GetArtistResp) Reset() { *x = GetArtistResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[86] + mi := &file_pb_fiee_cast_proto_msgTypes[88] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6557,7 +6669,7 @@ func (x *GetArtistResp) String() string { func (*GetArtistResp) ProtoMessage() {} func (x *GetArtistResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[86] + mi := &file_pb_fiee_cast_proto_msgTypes[88] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6570,7 +6682,7 @@ func (x *GetArtistResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetArtistResp.ProtoReflect.Descriptor instead. func (*GetArtistResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{86} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{88} } func (x *GetArtistResp) GetArtistInfo() *ArtistInfo { @@ -6620,7 +6732,7 @@ type CreateWorkAnalysisReq struct { func (x *CreateWorkAnalysisReq) Reset() { *x = CreateWorkAnalysisReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[87] + mi := &file_pb_fiee_cast_proto_msgTypes[89] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6632,7 +6744,7 @@ func (x *CreateWorkAnalysisReq) String() string { func (*CreateWorkAnalysisReq) ProtoMessage() {} func (x *CreateWorkAnalysisReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[87] + mi := &file_pb_fiee_cast_proto_msgTypes[89] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6645,7 +6757,7 @@ func (x *CreateWorkAnalysisReq) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateWorkAnalysisReq.ProtoReflect.Descriptor instead. func (*CreateWorkAnalysisReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{87} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{89} } func (x *CreateWorkAnalysisReq) GetUuid() string { @@ -6825,7 +6937,7 @@ type CreateWorkAnalysisResp struct { func (x *CreateWorkAnalysisResp) Reset() { *x = CreateWorkAnalysisResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[88] + mi := &file_pb_fiee_cast_proto_msgTypes[90] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6837,7 +6949,7 @@ func (x *CreateWorkAnalysisResp) String() string { func (*CreateWorkAnalysisResp) ProtoMessage() {} func (x *CreateWorkAnalysisResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[88] + mi := &file_pb_fiee_cast_proto_msgTypes[90] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6850,7 +6962,7 @@ func (x *CreateWorkAnalysisResp) ProtoReflect() protoreflect.Message { // Deprecated: Use CreateWorkAnalysisResp.ProtoReflect.Descriptor instead. func (*CreateWorkAnalysisResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{88} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{90} } func (x *CreateWorkAnalysisResp) GetUuid() string { @@ -6889,7 +7001,7 @@ type UpdateWorkAnalysisReq struct { func (x *UpdateWorkAnalysisReq) Reset() { *x = UpdateWorkAnalysisReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[89] + mi := &file_pb_fiee_cast_proto_msgTypes[91] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -6901,7 +7013,7 @@ func (x *UpdateWorkAnalysisReq) String() string { func (*UpdateWorkAnalysisReq) ProtoMessage() {} func (x *UpdateWorkAnalysisReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[89] + mi := &file_pb_fiee_cast_proto_msgTypes[91] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -6914,7 +7026,7 @@ func (x *UpdateWorkAnalysisReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateWorkAnalysisReq.ProtoReflect.Descriptor instead. func (*UpdateWorkAnalysisReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{89} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{91} } func (x *UpdateWorkAnalysisReq) GetUuid() string { @@ -7080,7 +7192,7 @@ type UpdateWorkAnalysisStatusReq struct { func (x *UpdateWorkAnalysisStatusReq) Reset() { *x = UpdateWorkAnalysisStatusReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[90] + mi := &file_pb_fiee_cast_proto_msgTypes[92] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7092,7 +7204,7 @@ func (x *UpdateWorkAnalysisStatusReq) String() string { func (*UpdateWorkAnalysisStatusReq) ProtoMessage() {} func (x *UpdateWorkAnalysisStatusReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[90] + mi := &file_pb_fiee_cast_proto_msgTypes[92] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7105,7 +7217,7 @@ func (x *UpdateWorkAnalysisStatusReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateWorkAnalysisStatusReq.ProtoReflect.Descriptor instead. func (*UpdateWorkAnalysisStatusReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{90} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{92} } func (x *UpdateWorkAnalysisStatusReq) GetWorkAction() WorkActionENUM { @@ -7181,7 +7293,7 @@ type WorkAnalysisLogInfo struct { func (x *WorkAnalysisLogInfo) Reset() { *x = WorkAnalysisLogInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[91] + mi := &file_pb_fiee_cast_proto_msgTypes[93] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7193,7 +7305,7 @@ func (x *WorkAnalysisLogInfo) String() string { func (*WorkAnalysisLogInfo) ProtoMessage() {} func (x *WorkAnalysisLogInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[91] + mi := &file_pb_fiee_cast_proto_msgTypes[93] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7206,7 +7318,7 @@ func (x *WorkAnalysisLogInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisLogInfo.ProtoReflect.Descriptor instead. func (*WorkAnalysisLogInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{91} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{93} } func (x *WorkAnalysisLogInfo) GetWorkUuid() string { @@ -7289,7 +7401,7 @@ type WorkAnalysisFansSeries struct { func (x *WorkAnalysisFansSeries) Reset() { *x = WorkAnalysisFansSeries{} - mi := &file_pb_fiee_cast_proto_msgTypes[92] + mi := &file_pb_fiee_cast_proto_msgTypes[94] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7301,7 +7413,7 @@ func (x *WorkAnalysisFansSeries) String() string { func (*WorkAnalysisFansSeries) ProtoMessage() {} func (x *WorkAnalysisFansSeries) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[92] + mi := &file_pb_fiee_cast_proto_msgTypes[94] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7314,7 +7426,7 @@ func (x *WorkAnalysisFansSeries) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisFansSeries.ProtoReflect.Descriptor instead. func (*WorkAnalysisFansSeries) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{92} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{94} } func (x *WorkAnalysisFansSeries) GetUuid() string { @@ -7390,7 +7502,7 @@ type WorkAnalysisViewsSeries struct { func (x *WorkAnalysisViewsSeries) Reset() { *x = WorkAnalysisViewsSeries{} - mi := &file_pb_fiee_cast_proto_msgTypes[93] + mi := &file_pb_fiee_cast_proto_msgTypes[95] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7402,7 +7514,7 @@ func (x *WorkAnalysisViewsSeries) String() string { func (*WorkAnalysisViewsSeries) ProtoMessage() {} func (x *WorkAnalysisViewsSeries) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[93] + mi := &file_pb_fiee_cast_proto_msgTypes[95] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7415,7 +7527,7 @@ func (x *WorkAnalysisViewsSeries) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisViewsSeries.ProtoReflect.Descriptor instead. func (*WorkAnalysisViewsSeries) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{93} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{95} } func (x *WorkAnalysisViewsSeries) GetUuid() string { @@ -7491,7 +7603,7 @@ type WorkAnalysisLikesSeries struct { func (x *WorkAnalysisLikesSeries) Reset() { *x = WorkAnalysisLikesSeries{} - mi := &file_pb_fiee_cast_proto_msgTypes[94] + mi := &file_pb_fiee_cast_proto_msgTypes[96] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7503,7 +7615,7 @@ func (x *WorkAnalysisLikesSeries) String() string { func (*WorkAnalysisLikesSeries) ProtoMessage() {} func (x *WorkAnalysisLikesSeries) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[94] + mi := &file_pb_fiee_cast_proto_msgTypes[96] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7516,7 +7628,7 @@ func (x *WorkAnalysisLikesSeries) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisLikesSeries.ProtoReflect.Descriptor instead. func (*WorkAnalysisLikesSeries) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{94} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{96} } func (x *WorkAnalysisLikesSeries) GetUuid() string { @@ -7592,7 +7704,7 @@ type WorkAnalysisCommentsSeries struct { func (x *WorkAnalysisCommentsSeries) Reset() { *x = WorkAnalysisCommentsSeries{} - mi := &file_pb_fiee_cast_proto_msgTypes[95] + mi := &file_pb_fiee_cast_proto_msgTypes[97] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7604,7 +7716,7 @@ func (x *WorkAnalysisCommentsSeries) String() string { func (*WorkAnalysisCommentsSeries) ProtoMessage() {} func (x *WorkAnalysisCommentsSeries) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[95] + mi := &file_pb_fiee_cast_proto_msgTypes[97] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7617,7 +7729,7 @@ func (x *WorkAnalysisCommentsSeries) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisCommentsSeries.ProtoReflect.Descriptor instead. func (*WorkAnalysisCommentsSeries) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{95} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{97} } func (x *WorkAnalysisCommentsSeries) GetUuid() string { @@ -7693,7 +7805,7 @@ type WorkAnalysisSharesSeries struct { func (x *WorkAnalysisSharesSeries) Reset() { *x = WorkAnalysisSharesSeries{} - mi := &file_pb_fiee_cast_proto_msgTypes[96] + mi := &file_pb_fiee_cast_proto_msgTypes[98] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7705,7 +7817,7 @@ func (x *WorkAnalysisSharesSeries) String() string { func (*WorkAnalysisSharesSeries) ProtoMessage() {} func (x *WorkAnalysisSharesSeries) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[96] + mi := &file_pb_fiee_cast_proto_msgTypes[98] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7718,7 +7830,7 @@ func (x *WorkAnalysisSharesSeries) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisSharesSeries.ProtoReflect.Descriptor instead. func (*WorkAnalysisSharesSeries) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{96} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{98} } func (x *WorkAnalysisSharesSeries) GetUuid() string { @@ -7790,7 +7902,7 @@ type WorkAnalysisTopCities struct { func (x *WorkAnalysisTopCities) Reset() { *x = WorkAnalysisTopCities{} - mi := &file_pb_fiee_cast_proto_msgTypes[97] + mi := &file_pb_fiee_cast_proto_msgTypes[99] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7802,7 +7914,7 @@ func (x *WorkAnalysisTopCities) String() string { func (*WorkAnalysisTopCities) ProtoMessage() {} func (x *WorkAnalysisTopCities) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[97] + mi := &file_pb_fiee_cast_proto_msgTypes[99] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7815,7 +7927,7 @@ func (x *WorkAnalysisTopCities) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisTopCities.ProtoReflect.Descriptor instead. func (*WorkAnalysisTopCities) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{97} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{99} } func (x *WorkAnalysisTopCities) GetUuid() string { @@ -7859,7 +7971,7 @@ type WorkAnalysisMostActiveDay struct { func (x *WorkAnalysisMostActiveDay) Reset() { *x = WorkAnalysisMostActiveDay{} - mi := &file_pb_fiee_cast_proto_msgTypes[98] + mi := &file_pb_fiee_cast_proto_msgTypes[100] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7871,7 +7983,7 @@ func (x *WorkAnalysisMostActiveDay) String() string { func (*WorkAnalysisMostActiveDay) ProtoMessage() {} func (x *WorkAnalysisMostActiveDay) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[98] + mi := &file_pb_fiee_cast_proto_msgTypes[100] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7884,7 +7996,7 @@ func (x *WorkAnalysisMostActiveDay) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisMostActiveDay.ProtoReflect.Descriptor instead. func (*WorkAnalysisMostActiveDay) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{98} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{100} } func (x *WorkAnalysisMostActiveDay) GetUuid() string { @@ -7928,7 +8040,7 @@ type WorkAnalysisBestPostTime struct { func (x *WorkAnalysisBestPostTime) Reset() { *x = WorkAnalysisBestPostTime{} - mi := &file_pb_fiee_cast_proto_msgTypes[99] + mi := &file_pb_fiee_cast_proto_msgTypes[101] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -7940,7 +8052,7 @@ func (x *WorkAnalysisBestPostTime) String() string { func (*WorkAnalysisBestPostTime) ProtoMessage() {} func (x *WorkAnalysisBestPostTime) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[99] + mi := &file_pb_fiee_cast_proto_msgTypes[101] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -7953,7 +8065,7 @@ func (x *WorkAnalysisBestPostTime) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisBestPostTime.ProtoReflect.Descriptor instead. func (*WorkAnalysisBestPostTime) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{99} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{101} } func (x *WorkAnalysisBestPostTime) GetUuid() string { @@ -7998,7 +8110,7 @@ type WorkAnalysisExtra struct { func (x *WorkAnalysisExtra) Reset() { *x = WorkAnalysisExtra{} - mi := &file_pb_fiee_cast_proto_msgTypes[100] + mi := &file_pb_fiee_cast_proto_msgTypes[102] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8010,7 +8122,7 @@ func (x *WorkAnalysisExtra) String() string { func (*WorkAnalysisExtra) ProtoMessage() {} func (x *WorkAnalysisExtra) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[100] + mi := &file_pb_fiee_cast_proto_msgTypes[102] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8023,7 +8135,7 @@ func (x *WorkAnalysisExtra) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisExtra.ProtoReflect.Descriptor instead. func (*WorkAnalysisExtra) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{100} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{102} } func (x *WorkAnalysisExtra) GetAnalysisUuid() string { @@ -8070,7 +8182,7 @@ type GetWorkAnalysisDetailReq struct { func (x *GetWorkAnalysisDetailReq) Reset() { *x = GetWorkAnalysisDetailReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[101] + mi := &file_pb_fiee_cast_proto_msgTypes[103] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8082,7 +8194,7 @@ func (x *GetWorkAnalysisDetailReq) String() string { func (*GetWorkAnalysisDetailReq) ProtoMessage() {} func (x *GetWorkAnalysisDetailReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[101] + mi := &file_pb_fiee_cast_proto_msgTypes[103] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8095,7 +8207,7 @@ func (x *GetWorkAnalysisDetailReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetWorkAnalysisDetailReq.ProtoReflect.Descriptor instead. func (*GetWorkAnalysisDetailReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{101} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{103} } func (x *GetWorkAnalysisDetailReq) GetUuid() string { @@ -8114,7 +8226,7 @@ type GetLatestWorkAnalysisReq struct { func (x *GetLatestWorkAnalysisReq) Reset() { *x = GetLatestWorkAnalysisReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[102] + mi := &file_pb_fiee_cast_proto_msgTypes[104] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8126,7 +8238,7 @@ func (x *GetLatestWorkAnalysisReq) String() string { func (*GetLatestWorkAnalysisReq) ProtoMessage() {} func (x *GetLatestWorkAnalysisReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[102] + mi := &file_pb_fiee_cast_proto_msgTypes[104] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8139,7 +8251,7 @@ func (x *GetLatestWorkAnalysisReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetLatestWorkAnalysisReq.ProtoReflect.Descriptor instead. func (*GetLatestWorkAnalysisReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{102} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{104} } func (x *GetLatestWorkAnalysisReq) GetSubNum() string { @@ -8195,7 +8307,7 @@ type GetWorkAnalysisResp struct { func (x *GetWorkAnalysisResp) Reset() { *x = GetWorkAnalysisResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[103] + mi := &file_pb_fiee_cast_proto_msgTypes[105] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8207,7 +8319,7 @@ func (x *GetWorkAnalysisResp) String() string { func (*GetWorkAnalysisResp) ProtoMessage() {} func (x *GetWorkAnalysisResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[103] + mi := &file_pb_fiee_cast_proto_msgTypes[105] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8220,7 +8332,7 @@ func (x *GetWorkAnalysisResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetWorkAnalysisResp.ProtoReflect.Descriptor instead. func (*GetWorkAnalysisResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{103} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{105} } func (x *GetWorkAnalysisResp) GetUuid() string { @@ -8537,7 +8649,7 @@ type GetWorkAnalysisDetailResp struct { func (x *GetWorkAnalysisDetailResp) Reset() { *x = GetWorkAnalysisDetailResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[104] + mi := &file_pb_fiee_cast_proto_msgTypes[106] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8549,7 +8661,7 @@ func (x *GetWorkAnalysisDetailResp) String() string { func (*GetWorkAnalysisDetailResp) ProtoMessage() {} func (x *GetWorkAnalysisDetailResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[104] + mi := &file_pb_fiee_cast_proto_msgTypes[106] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8562,7 +8674,7 @@ func (x *GetWorkAnalysisDetailResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetWorkAnalysisDetailResp.ProtoReflect.Descriptor instead. func (*GetWorkAnalysisDetailResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{104} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{106} } func (x *GetWorkAnalysisDetailResp) GetUuid() string { @@ -8866,7 +8978,7 @@ type ListWorkAnalysisReq struct { func (x *ListWorkAnalysisReq) Reset() { *x = ListWorkAnalysisReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[105] + mi := &file_pb_fiee_cast_proto_msgTypes[107] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -8878,7 +8990,7 @@ func (x *ListWorkAnalysisReq) String() string { func (*ListWorkAnalysisReq) ProtoMessage() {} func (x *ListWorkAnalysisReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[105] + mi := &file_pb_fiee_cast_proto_msgTypes[107] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -8891,7 +9003,7 @@ func (x *ListWorkAnalysisReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListWorkAnalysisReq.ProtoReflect.Descriptor instead. func (*ListWorkAnalysisReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{105} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{107} } func (x *ListWorkAnalysisReq) GetUuidList() []string { @@ -9008,7 +9120,7 @@ type WorkAnalysisInfo struct { func (x *WorkAnalysisInfo) Reset() { *x = WorkAnalysisInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[106] + mi := &file_pb_fiee_cast_proto_msgTypes[108] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9020,7 +9132,7 @@ func (x *WorkAnalysisInfo) String() string { func (*WorkAnalysisInfo) ProtoMessage() {} func (x *WorkAnalysisInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[106] + mi := &file_pb_fiee_cast_proto_msgTypes[108] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9033,7 +9145,7 @@ func (x *WorkAnalysisInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkAnalysisInfo.ProtoReflect.Descriptor instead. func (*WorkAnalysisInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{106} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{108} } func (x *WorkAnalysisInfo) GetUuid() string { @@ -9151,7 +9263,7 @@ type ListWorkAnalysisResp struct { func (x *ListWorkAnalysisResp) Reset() { *x = ListWorkAnalysisResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[107] + mi := &file_pb_fiee_cast_proto_msgTypes[109] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9163,7 +9275,7 @@ func (x *ListWorkAnalysisResp) String() string { func (*ListWorkAnalysisResp) ProtoMessage() {} func (x *ListWorkAnalysisResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[107] + mi := &file_pb_fiee_cast_proto_msgTypes[109] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9176,7 +9288,7 @@ func (x *ListWorkAnalysisResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListWorkAnalysisResp.ProtoReflect.Descriptor instead. func (*ListWorkAnalysisResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{107} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{109} } func (x *ListWorkAnalysisResp) GetData() []*WorkAnalysisInfo { @@ -9202,7 +9314,7 @@ type DeleteWorkAnalysisReq struct { func (x *DeleteWorkAnalysisReq) Reset() { *x = DeleteWorkAnalysisReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[108] + mi := &file_pb_fiee_cast_proto_msgTypes[110] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9214,7 +9326,7 @@ func (x *DeleteWorkAnalysisReq) String() string { func (*DeleteWorkAnalysisReq) ProtoMessage() {} func (x *DeleteWorkAnalysisReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[108] + mi := &file_pb_fiee_cast_proto_msgTypes[110] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9227,7 +9339,7 @@ func (x *DeleteWorkAnalysisReq) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteWorkAnalysisReq.ProtoReflect.Descriptor instead. func (*DeleteWorkAnalysisReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{108} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{110} } func (x *DeleteWorkAnalysisReq) GetUuid() string { @@ -9254,7 +9366,7 @@ type ArtistDataListReq struct { func (x *ArtistDataListReq) Reset() { *x = ArtistDataListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[109] + mi := &file_pb_fiee_cast_proto_msgTypes[111] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9266,7 +9378,7 @@ func (x *ArtistDataListReq) String() string { func (*ArtistDataListReq) ProtoMessage() {} func (x *ArtistDataListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[109] + mi := &file_pb_fiee_cast_proto_msgTypes[111] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9279,7 +9391,7 @@ func (x *ArtistDataListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistDataListReq.ProtoReflect.Descriptor instead. func (*ArtistDataListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{109} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{111} } func (x *ArtistDataListReq) GetArtistVal() string { @@ -9366,7 +9478,7 @@ type ArtistDataRespItem struct { func (x *ArtistDataRespItem) Reset() { *x = ArtistDataRespItem{} - mi := &file_pb_fiee_cast_proto_msgTypes[110] + mi := &file_pb_fiee_cast_proto_msgTypes[112] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9378,7 +9490,7 @@ func (x *ArtistDataRespItem) String() string { func (*ArtistDataRespItem) ProtoMessage() {} func (x *ArtistDataRespItem) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[110] + mi := &file_pb_fiee_cast_proto_msgTypes[112] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9391,7 +9503,7 @@ func (x *ArtistDataRespItem) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistDataRespItem.ProtoReflect.Descriptor instead. func (*ArtistDataRespItem) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{110} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{112} } func (x *ArtistDataRespItem) GetArtistName() string { @@ -9538,7 +9650,7 @@ type ArtistDataListResp struct { func (x *ArtistDataListResp) Reset() { *x = ArtistDataListResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[111] + mi := &file_pb_fiee_cast_proto_msgTypes[113] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9550,7 +9662,7 @@ func (x *ArtistDataListResp) String() string { func (*ArtistDataListResp) ProtoMessage() {} func (x *ArtistDataListResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[111] + mi := &file_pb_fiee_cast_proto_msgTypes[113] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9563,7 +9675,7 @@ func (x *ArtistDataListResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistDataListResp.ProtoReflect.Descriptor instead. func (*ArtistDataListResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{111} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{113} } func (x *ArtistDataListResp) GetData() []*ArtistDataRespItem { @@ -9594,7 +9706,7 @@ type MediaDataListReq struct { func (x *MediaDataListReq) Reset() { *x = MediaDataListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[112] + mi := &file_pb_fiee_cast_proto_msgTypes[114] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9606,7 +9718,7 @@ func (x *MediaDataListReq) String() string { func (*MediaDataListReq) ProtoMessage() {} func (x *MediaDataListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[112] + mi := &file_pb_fiee_cast_proto_msgTypes[114] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9619,7 +9731,7 @@ func (x *MediaDataListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaDataListReq.ProtoReflect.Descriptor instead. func (*MediaDataListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{112} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{114} } func (x *MediaDataListReq) GetArtistVal() string { @@ -9681,7 +9793,7 @@ type MediaDataListItem struct { func (x *MediaDataListItem) Reset() { *x = MediaDataListItem{} - mi := &file_pb_fiee_cast_proto_msgTypes[113] + mi := &file_pb_fiee_cast_proto_msgTypes[115] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9693,7 +9805,7 @@ func (x *MediaDataListItem) String() string { func (*MediaDataListItem) ProtoMessage() {} func (x *MediaDataListItem) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[113] + mi := &file_pb_fiee_cast_proto_msgTypes[115] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9706,7 +9818,7 @@ func (x *MediaDataListItem) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaDataListItem.ProtoReflect.Descriptor instead. func (*MediaDataListItem) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{113} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{115} } func (x *MediaDataListItem) GetArtistName() string { @@ -9825,7 +9937,7 @@ type MediaDataListResp struct { func (x *MediaDataListResp) Reset() { *x = MediaDataListResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[114] + mi := &file_pb_fiee_cast_proto_msgTypes[116] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9837,7 +9949,7 @@ func (x *MediaDataListResp) String() string { func (*MediaDataListResp) ProtoMessage() {} func (x *MediaDataListResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[114] + mi := &file_pb_fiee_cast_proto_msgTypes[116] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9850,7 +9962,7 @@ func (x *MediaDataListResp) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaDataListResp.ProtoReflect.Descriptor instead. func (*MediaDataListResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{114} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{116} } func (x *MediaDataListResp) GetData() []*MediaDataListItem { @@ -9877,7 +9989,7 @@ type DataOverviewReq struct { func (x *DataOverviewReq) Reset() { *x = DataOverviewReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[115] + mi := &file_pb_fiee_cast_proto_msgTypes[117] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9889,7 +10001,7 @@ func (x *DataOverviewReq) String() string { func (*DataOverviewReq) ProtoMessage() {} func (x *DataOverviewReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[115] + mi := &file_pb_fiee_cast_proto_msgTypes[117] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9902,7 +10014,7 @@ func (x *DataOverviewReq) ProtoReflect() protoreflect.Message { // Deprecated: Use DataOverviewReq.ProtoReflect.Descriptor instead. func (*DataOverviewReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{115} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{117} } func (x *DataOverviewReq) GetDate() string { @@ -9941,7 +10053,7 @@ type DataOverviewResp struct { func (x *DataOverviewResp) Reset() { *x = DataOverviewResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[116] + mi := &file_pb_fiee_cast_proto_msgTypes[118] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -9953,7 +10065,7 @@ func (x *DataOverviewResp) String() string { func (*DataOverviewResp) ProtoMessage() {} func (x *DataOverviewResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[116] + mi := &file_pb_fiee_cast_proto_msgTypes[118] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -9966,7 +10078,7 @@ func (x *DataOverviewResp) ProtoReflect() protoreflect.Message { // Deprecated: Use DataOverviewResp.ProtoReflect.Descriptor instead. func (*DataOverviewResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{116} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{118} } func (x *DataOverviewResp) GetAccountCount() int64 { @@ -10124,7 +10236,7 @@ type ArtistMetricsSeriesReq struct { func (x *ArtistMetricsSeriesReq) Reset() { *x = ArtistMetricsSeriesReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[117] + mi := &file_pb_fiee_cast_proto_msgTypes[119] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10136,7 +10248,7 @@ func (x *ArtistMetricsSeriesReq) String() string { func (*ArtistMetricsSeriesReq) ProtoMessage() {} func (x *ArtistMetricsSeriesReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[117] + mi := &file_pb_fiee_cast_proto_msgTypes[119] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10149,7 +10261,7 @@ func (x *ArtistMetricsSeriesReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistMetricsSeriesReq.ProtoReflect.Descriptor instead. func (*ArtistMetricsSeriesReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{117} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{119} } func (x *ArtistMetricsSeriesReq) GetArtistUUID() string { @@ -10210,7 +10322,7 @@ type ArtistMetricsSeriesResp struct { func (x *ArtistMetricsSeriesResp) Reset() { *x = ArtistMetricsSeriesResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[118] + mi := &file_pb_fiee_cast_proto_msgTypes[120] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10222,7 +10334,7 @@ func (x *ArtistMetricsSeriesResp) String() string { func (*ArtistMetricsSeriesResp) ProtoMessage() {} func (x *ArtistMetricsSeriesResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[118] + mi := &file_pb_fiee_cast_proto_msgTypes[120] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10235,7 +10347,7 @@ func (x *ArtistMetricsSeriesResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistMetricsSeriesResp.ProtoReflect.Descriptor instead. func (*ArtistMetricsSeriesResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{118} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{120} } func (x *ArtistMetricsSeriesResp) GetFansSeries() *WorkAnalysisFansSeries { @@ -10299,7 +10411,7 @@ type ArtistMetricsDailyWindowReq struct { func (x *ArtistMetricsDailyWindowReq) Reset() { *x = ArtistMetricsDailyWindowReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[119] + mi := &file_pb_fiee_cast_proto_msgTypes[121] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10311,7 +10423,7 @@ func (x *ArtistMetricsDailyWindowReq) String() string { func (*ArtistMetricsDailyWindowReq) ProtoMessage() {} func (x *ArtistMetricsDailyWindowReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[119] + mi := &file_pb_fiee_cast_proto_msgTypes[121] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10324,7 +10436,7 @@ func (x *ArtistMetricsDailyWindowReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistMetricsDailyWindowReq.ProtoReflect.Descriptor instead. func (*ArtistMetricsDailyWindowReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{119} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{121} } func (x *ArtistMetricsDailyWindowReq) GetArtistUUID() string { @@ -10359,7 +10471,7 @@ type SimplePoint struct { func (x *SimplePoint) Reset() { *x = SimplePoint{} - mi := &file_pb_fiee_cast_proto_msgTypes[120] + mi := &file_pb_fiee_cast_proto_msgTypes[122] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10371,7 +10483,7 @@ func (x *SimplePoint) String() string { func (*SimplePoint) ProtoMessage() {} func (x *SimplePoint) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[120] + mi := &file_pb_fiee_cast_proto_msgTypes[122] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10384,7 +10496,7 @@ func (x *SimplePoint) ProtoReflect() protoreflect.Message { // Deprecated: Use SimplePoint.ProtoReflect.Descriptor instead. func (*SimplePoint) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{120} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{122} } func (x *SimplePoint) GetDate() int32 { @@ -10412,7 +10524,7 @@ type BestPostTimePoint struct { func (x *BestPostTimePoint) Reset() { *x = BestPostTimePoint{} - mi := &file_pb_fiee_cast_proto_msgTypes[121] + mi := &file_pb_fiee_cast_proto_msgTypes[123] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10424,7 +10536,7 @@ func (x *BestPostTimePoint) String() string { func (*BestPostTimePoint) ProtoMessage() {} func (x *BestPostTimePoint) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[121] + mi := &file_pb_fiee_cast_proto_msgTypes[123] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10437,7 +10549,7 @@ func (x *BestPostTimePoint) ProtoReflect() protoreflect.Message { // Deprecated: Use BestPostTimePoint.ProtoReflect.Descriptor instead. func (*BestPostTimePoint) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{121} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{123} } func (x *BestPostTimePoint) GetTimePoint() string { @@ -10465,7 +10577,7 @@ type MostActiveDayPoint struct { func (x *MostActiveDayPoint) Reset() { *x = MostActiveDayPoint{} - mi := &file_pb_fiee_cast_proto_msgTypes[122] + mi := &file_pb_fiee_cast_proto_msgTypes[124] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10477,7 +10589,7 @@ func (x *MostActiveDayPoint) String() string { func (*MostActiveDayPoint) ProtoMessage() {} func (x *MostActiveDayPoint) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[122] + mi := &file_pb_fiee_cast_proto_msgTypes[124] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10490,7 +10602,7 @@ func (x *MostActiveDayPoint) ProtoReflect() protoreflect.Message { // Deprecated: Use MostActiveDayPoint.ProtoReflect.Descriptor instead. func (*MostActiveDayPoint) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{122} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{124} } func (x *MostActiveDayPoint) GetDay() int32 { @@ -10528,7 +10640,7 @@ type ArtistMetricsDailyWindowResp struct { func (x *ArtistMetricsDailyWindowResp) Reset() { *x = ArtistMetricsDailyWindowResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[123] + mi := &file_pb_fiee_cast_proto_msgTypes[125] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10540,7 +10652,7 @@ func (x *ArtistMetricsDailyWindowResp) String() string { func (*ArtistMetricsDailyWindowResp) ProtoMessage() {} func (x *ArtistMetricsDailyWindowResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[123] + mi := &file_pb_fiee_cast_proto_msgTypes[125] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10553,7 +10665,7 @@ func (x *ArtistMetricsDailyWindowResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistMetricsDailyWindowResp.ProtoReflect.Descriptor instead. func (*ArtistMetricsDailyWindowResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{123} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{125} } func (x *ArtistMetricsDailyWindowResp) GetFansCount() int64 { @@ -10652,7 +10764,7 @@ type TobeConfirmedListReq struct { func (x *TobeConfirmedListReq) Reset() { *x = TobeConfirmedListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[124] + mi := &file_pb_fiee_cast_proto_msgTypes[126] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10664,7 +10776,7 @@ func (x *TobeConfirmedListReq) String() string { func (*TobeConfirmedListReq) ProtoMessage() {} func (x *TobeConfirmedListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[124] + mi := &file_pb_fiee_cast_proto_msgTypes[126] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10677,7 +10789,7 @@ func (x *TobeConfirmedListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use TobeConfirmedListReq.ProtoReflect.Descriptor instead. func (*TobeConfirmedListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{124} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{126} } func (x *TobeConfirmedListReq) GetArtistUuid() string { @@ -10726,7 +10838,7 @@ type TobeConfirmedItem struct { func (x *TobeConfirmedItem) Reset() { *x = TobeConfirmedItem{} - mi := &file_pb_fiee_cast_proto_msgTypes[125] + mi := &file_pb_fiee_cast_proto_msgTypes[127] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10738,7 +10850,7 @@ func (x *TobeConfirmedItem) String() string { func (*TobeConfirmedItem) ProtoMessage() {} func (x *TobeConfirmedItem) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[125] + mi := &file_pb_fiee_cast_proto_msgTypes[127] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10751,7 +10863,7 @@ func (x *TobeConfirmedItem) ProtoReflect() protoreflect.Message { // Deprecated: Use TobeConfirmedItem.ProtoReflect.Descriptor instead. func (*TobeConfirmedItem) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{125} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{127} } func (x *TobeConfirmedItem) GetUuid() string { @@ -10877,7 +10989,7 @@ type TobeConfirmedListResp struct { func (x *TobeConfirmedListResp) Reset() { *x = TobeConfirmedListResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[126] + mi := &file_pb_fiee_cast_proto_msgTypes[128] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10889,7 +11001,7 @@ func (x *TobeConfirmedListResp) String() string { func (*TobeConfirmedListResp) ProtoMessage() {} func (x *TobeConfirmedListResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[126] + mi := &file_pb_fiee_cast_proto_msgTypes[128] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10902,7 +11014,7 @@ func (x *TobeConfirmedListResp) ProtoReflect() protoreflect.Message { // Deprecated: Use TobeConfirmedListResp.ProtoReflect.Descriptor instead. func (*TobeConfirmedListResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{126} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{128} } func (x *TobeConfirmedListResp) GetData() []*TobeConfirmedItem { @@ -10929,7 +11041,7 @@ type UpdateWorkAnalysisApprovalIDReq struct { func (x *UpdateWorkAnalysisApprovalIDReq) Reset() { *x = UpdateWorkAnalysisApprovalIDReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[127] + mi := &file_pb_fiee_cast_proto_msgTypes[129] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -10941,7 +11053,7 @@ func (x *UpdateWorkAnalysisApprovalIDReq) String() string { func (*UpdateWorkAnalysisApprovalIDReq) ProtoMessage() {} func (x *UpdateWorkAnalysisApprovalIDReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[127] + mi := &file_pb_fiee_cast_proto_msgTypes[129] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -10954,7 +11066,7 @@ func (x *UpdateWorkAnalysisApprovalIDReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateWorkAnalysisApprovalIDReq.ProtoReflect.Descriptor instead. func (*UpdateWorkAnalysisApprovalIDReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{127} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{129} } func (x *UpdateWorkAnalysisApprovalIDReq) GetUuid() string { @@ -10999,7 +11111,7 @@ type MediaMetricsDailyItem struct { func (x *MediaMetricsDailyItem) Reset() { *x = MediaMetricsDailyItem{} - mi := &file_pb_fiee_cast_proto_msgTypes[128] + mi := &file_pb_fiee_cast_proto_msgTypes[130] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11011,7 +11123,7 @@ func (x *MediaMetricsDailyItem) String() string { func (*MediaMetricsDailyItem) ProtoMessage() {} func (x *MediaMetricsDailyItem) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[128] + mi := &file_pb_fiee_cast_proto_msgTypes[130] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11024,7 +11136,7 @@ func (x *MediaMetricsDailyItem) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaMetricsDailyItem.ProtoReflect.Descriptor instead. func (*MediaMetricsDailyItem) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{128} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{130} } func (x *MediaMetricsDailyItem) GetUuid() string { @@ -11170,7 +11282,7 @@ type UpsertMediaMetricsDailyBatchReq struct { func (x *UpsertMediaMetricsDailyBatchReq) Reset() { *x = UpsertMediaMetricsDailyBatchReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[129] + mi := &file_pb_fiee_cast_proto_msgTypes[131] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11182,7 +11294,7 @@ func (x *UpsertMediaMetricsDailyBatchReq) String() string { func (*UpsertMediaMetricsDailyBatchReq) ProtoMessage() {} func (x *UpsertMediaMetricsDailyBatchReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[129] + mi := &file_pb_fiee_cast_proto_msgTypes[131] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11195,7 +11307,7 @@ func (x *UpsertMediaMetricsDailyBatchReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertMediaMetricsDailyBatchReq.ProtoReflect.Descriptor instead. func (*UpsertMediaMetricsDailyBatchReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{129} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{131} } func (x *UpsertMediaMetricsDailyBatchReq) GetData() []*MediaMetricsDailyItem { @@ -11215,7 +11327,7 @@ type UpsertMediaMetricsDailyBatchResp struct { func (x *UpsertMediaMetricsDailyBatchResp) Reset() { *x = UpsertMediaMetricsDailyBatchResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[130] + mi := &file_pb_fiee_cast_proto_msgTypes[132] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11227,7 +11339,7 @@ func (x *UpsertMediaMetricsDailyBatchResp) String() string { func (*UpsertMediaMetricsDailyBatchResp) ProtoMessage() {} func (x *UpsertMediaMetricsDailyBatchResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[130] + mi := &file_pb_fiee_cast_proto_msgTypes[132] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11240,7 +11352,7 @@ func (x *UpsertMediaMetricsDailyBatchResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertMediaMetricsDailyBatchResp.ProtoReflect.Descriptor instead. func (*UpsertMediaMetricsDailyBatchResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{130} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{132} } func (x *UpsertMediaMetricsDailyBatchResp) GetSuccess() bool { @@ -11277,7 +11389,7 @@ type WorkMetricsDailyItem struct { func (x *WorkMetricsDailyItem) Reset() { *x = WorkMetricsDailyItem{} - mi := &file_pb_fiee_cast_proto_msgTypes[131] + mi := &file_pb_fiee_cast_proto_msgTypes[133] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11289,7 +11401,7 @@ func (x *WorkMetricsDailyItem) String() string { func (*WorkMetricsDailyItem) ProtoMessage() {} func (x *WorkMetricsDailyItem) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[131] + mi := &file_pb_fiee_cast_proto_msgTypes[133] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11302,7 +11414,7 @@ func (x *WorkMetricsDailyItem) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkMetricsDailyItem.ProtoReflect.Descriptor instead. func (*WorkMetricsDailyItem) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{131} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{133} } func (x *WorkMetricsDailyItem) GetUuid() string { @@ -11441,7 +11553,7 @@ type UpsertWorkMetricsDailyBatchReq struct { func (x *UpsertWorkMetricsDailyBatchReq) Reset() { *x = UpsertWorkMetricsDailyBatchReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[132] + mi := &file_pb_fiee_cast_proto_msgTypes[134] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11453,7 +11565,7 @@ func (x *UpsertWorkMetricsDailyBatchReq) String() string { func (*UpsertWorkMetricsDailyBatchReq) ProtoMessage() {} func (x *UpsertWorkMetricsDailyBatchReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[132] + mi := &file_pb_fiee_cast_proto_msgTypes[134] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11466,7 +11578,7 @@ func (x *UpsertWorkMetricsDailyBatchReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertWorkMetricsDailyBatchReq.ProtoReflect.Descriptor instead. func (*UpsertWorkMetricsDailyBatchReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{132} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{134} } func (x *UpsertWorkMetricsDailyBatchReq) GetData() []*WorkMetricsDailyItem { @@ -11486,7 +11598,7 @@ type UpsertWorkMetricsDailyBatchResp struct { func (x *UpsertWorkMetricsDailyBatchResp) Reset() { *x = UpsertWorkMetricsDailyBatchResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[133] + mi := &file_pb_fiee_cast_proto_msgTypes[135] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11498,7 +11610,7 @@ func (x *UpsertWorkMetricsDailyBatchResp) String() string { func (*UpsertWorkMetricsDailyBatchResp) ProtoMessage() {} func (x *UpsertWorkMetricsDailyBatchResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[133] + mi := &file_pb_fiee_cast_proto_msgTypes[135] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11511,7 +11623,7 @@ func (x *UpsertWorkMetricsDailyBatchResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertWorkMetricsDailyBatchResp.ProtoReflect.Descriptor instead. func (*UpsertWorkMetricsDailyBatchResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{133} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{135} } func (x *UpsertWorkMetricsDailyBatchResp) GetSuccess() bool { @@ -11535,7 +11647,7 @@ type GetArtistAyrShareInfoReq struct { func (x *GetArtistAyrShareInfoReq) Reset() { *x = GetArtistAyrShareInfoReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[134] + mi := &file_pb_fiee_cast_proto_msgTypes[136] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11547,7 +11659,7 @@ func (x *GetArtistAyrShareInfoReq) String() string { func (*GetArtistAyrShareInfoReq) ProtoMessage() {} func (x *GetArtistAyrShareInfoReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[134] + mi := &file_pb_fiee_cast_proto_msgTypes[136] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11560,7 +11672,7 @@ func (x *GetArtistAyrShareInfoReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetArtistAyrShareInfoReq.ProtoReflect.Descriptor instead. func (*GetArtistAyrShareInfoReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{134} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{136} } func (x *GetArtistAyrShareInfoReq) GetArtistUuid() string { @@ -11616,7 +11728,7 @@ type ArtistAyrShareInfo struct { func (x *ArtistAyrShareInfo) Reset() { *x = ArtistAyrShareInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[135] + mi := &file_pb_fiee_cast_proto_msgTypes[137] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11628,7 +11740,7 @@ func (x *ArtistAyrShareInfo) String() string { func (*ArtistAyrShareInfo) ProtoMessage() {} func (x *ArtistAyrShareInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[135] + mi := &file_pb_fiee_cast_proto_msgTypes[137] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11641,7 +11753,7 @@ func (x *ArtistAyrShareInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use ArtistAyrShareInfo.ProtoReflect.Descriptor instead. func (*ArtistAyrShareInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{135} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{137} } func (x *ArtistAyrShareInfo) GetUuid() string { @@ -11718,7 +11830,7 @@ type GetArtistAyrShareInfoResp struct { func (x *GetArtistAyrShareInfoResp) Reset() { *x = GetArtistAyrShareInfoResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[136] + mi := &file_pb_fiee_cast_proto_msgTypes[138] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11730,7 +11842,7 @@ func (x *GetArtistAyrShareInfoResp) String() string { func (*GetArtistAyrShareInfoResp) ProtoMessage() {} func (x *GetArtistAyrShareInfoResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[136] + mi := &file_pb_fiee_cast_proto_msgTypes[138] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11743,7 +11855,7 @@ func (x *GetArtistAyrShareInfoResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetArtistAyrShareInfoResp.ProtoReflect.Descriptor instead. func (*GetArtistAyrShareInfoResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{136} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{138} } func (x *GetArtistAyrShareInfoResp) GetData() []*ArtistAyrShareInfo { @@ -11760,6 +11872,120 @@ func (x *GetArtistAyrShareInfoResp) GetCount() int64 { return 0 } +// 根据平台ID查询关联的AyrShare信息请求 +type GetArtistAyrShareInfoByPlatformIDsReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + PlatformIDs []uint32 `protobuf:"varint,1,rep,packed,name=platformIDs,proto3" json:"platformIDs"` // 平台ID列表(1 抖音 2 YouTube 3 ins 4.dm 5.bulesky) + Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` // 页码 + PageSize int32 `protobuf:"varint,3,opt,name=pageSize,proto3" json:"pageSize"` // 每页数量 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *GetArtistAyrShareInfoByPlatformIDsReq) Reset() { + *x = GetArtistAyrShareInfoByPlatformIDsReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[139] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *GetArtistAyrShareInfoByPlatformIDsReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GetArtistAyrShareInfoByPlatformIDsReq) ProtoMessage() {} + +func (x *GetArtistAyrShareInfoByPlatformIDsReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[139] + 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 GetArtistAyrShareInfoByPlatformIDsReq.ProtoReflect.Descriptor instead. +func (*GetArtistAyrShareInfoByPlatformIDsReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{139} +} + +func (x *GetArtistAyrShareInfoByPlatformIDsReq) GetPlatformIDs() []uint32 { + if x != nil { + return x.PlatformIDs + } + return nil +} + +func (x *GetArtistAyrShareInfoByPlatformIDsReq) GetPage() int32 { + if x != nil { + return x.Page + } + return 0 +} + +func (x *GetArtistAyrShareInfoByPlatformIDsReq) GetPageSize() int32 { + if x != nil { + return x.PageSize + } + return 0 +} + +// 根据平台ID查询关联的AyrShare信息响应 +type GetArtistAyrShareInfoByPlatformIDsResp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Data []*ArtistAyrShareInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data"` // 艺人AyrShare信息列表 + Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"` // 总数 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *GetArtistAyrShareInfoByPlatformIDsResp) Reset() { + *x = GetArtistAyrShareInfoByPlatformIDsResp{} + mi := &file_pb_fiee_cast_proto_msgTypes[140] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *GetArtistAyrShareInfoByPlatformIDsResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GetArtistAyrShareInfoByPlatformIDsResp) ProtoMessage() {} + +func (x *GetArtistAyrShareInfoByPlatformIDsResp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[140] + 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 GetArtistAyrShareInfoByPlatformIDsResp.ProtoReflect.Descriptor instead. +func (*GetArtistAyrShareInfoByPlatformIDsResp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{140} +} + +func (x *GetArtistAyrShareInfoByPlatformIDsResp) GetData() []*ArtistAyrShareInfo { + if x != nil { + return x.Data + } + return nil +} + +func (x *GetArtistAyrShareInfoByPlatformIDsResp) GetCount() int64 { + if x != nil { + return x.Count + } + return 0 +} + // 获取作品平台信息列表请求 type ListWorkPlatformInfoReq struct { state protoimpl.MessageState `protogen:"open.v1"` @@ -11773,7 +11999,7 @@ type ListWorkPlatformInfoReq struct { func (x *ListWorkPlatformInfoReq) Reset() { *x = ListWorkPlatformInfoReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[137] + mi := &file_pb_fiee_cast_proto_msgTypes[141] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11785,7 +12011,7 @@ func (x *ListWorkPlatformInfoReq) String() string { func (*ListWorkPlatformInfoReq) ProtoMessage() {} func (x *ListWorkPlatformInfoReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[137] + mi := &file_pb_fiee_cast_proto_msgTypes[141] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11798,7 +12024,7 @@ func (x *ListWorkPlatformInfoReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListWorkPlatformInfoReq.ProtoReflect.Descriptor instead. func (*ListWorkPlatformInfoReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{137} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{141} } func (x *ListWorkPlatformInfoReq) GetPlatformIDs() []uint32 { @@ -11854,7 +12080,7 @@ type WorkPlatformInfo struct { func (x *WorkPlatformInfo) Reset() { *x = WorkPlatformInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[138] + mi := &file_pb_fiee_cast_proto_msgTypes[142] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -11866,7 +12092,7 @@ func (x *WorkPlatformInfo) String() string { func (*WorkPlatformInfo) ProtoMessage() {} func (x *WorkPlatformInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[138] + mi := &file_pb_fiee_cast_proto_msgTypes[142] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -11879,7 +12105,7 @@ func (x *WorkPlatformInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkPlatformInfo.ProtoReflect.Descriptor instead. func (*WorkPlatformInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{138} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{142} } func (x *WorkPlatformInfo) GetUuid() string { @@ -11998,7 +12224,7 @@ type ListWorkPlatformInfoResp struct { func (x *ListWorkPlatformInfoResp) Reset() { *x = ListWorkPlatformInfoResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[139] + mi := &file_pb_fiee_cast_proto_msgTypes[143] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12010,7 +12236,7 @@ func (x *ListWorkPlatformInfoResp) String() string { func (*ListWorkPlatformInfoResp) ProtoMessage() {} func (x *ListWorkPlatformInfoResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[139] + mi := &file_pb_fiee_cast_proto_msgTypes[143] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12023,7 +12249,7 @@ func (x *ListWorkPlatformInfoResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListWorkPlatformInfoResp.ProtoReflect.Descriptor instead. func (*ListWorkPlatformInfoResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{139} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{143} } func (x *ListWorkPlatformInfoResp) GetData() []*WorkPlatformInfo { @@ -12054,7 +12280,7 @@ type ListMediaMetricsDailyReq struct { func (x *ListMediaMetricsDailyReq) Reset() { *x = ListMediaMetricsDailyReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[140] + mi := &file_pb_fiee_cast_proto_msgTypes[144] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12066,7 +12292,7 @@ func (x *ListMediaMetricsDailyReq) String() string { func (*ListMediaMetricsDailyReq) ProtoMessage() {} func (x *ListMediaMetricsDailyReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[140] + mi := &file_pb_fiee_cast_proto_msgTypes[144] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12079,7 +12305,7 @@ func (x *ListMediaMetricsDailyReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListMediaMetricsDailyReq.ProtoReflect.Descriptor instead. func (*ListMediaMetricsDailyReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{140} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{144} } func (x *ListMediaMetricsDailyReq) GetIsSuccess() uint32 { @@ -12147,7 +12373,7 @@ type MediaMetricsDailyInfo struct { func (x *MediaMetricsDailyInfo) Reset() { *x = MediaMetricsDailyInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[141] + mi := &file_pb_fiee_cast_proto_msgTypes[145] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12159,7 +12385,7 @@ func (x *MediaMetricsDailyInfo) String() string { func (*MediaMetricsDailyInfo) ProtoMessage() {} func (x *MediaMetricsDailyInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[141] + mi := &file_pb_fiee_cast_proto_msgTypes[145] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12172,7 +12398,7 @@ func (x *MediaMetricsDailyInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaMetricsDailyInfo.ProtoReflect.Descriptor instead. func (*MediaMetricsDailyInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{141} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{145} } func (x *MediaMetricsDailyInfo) GetUuid() string { @@ -12333,7 +12559,7 @@ type ListMediaMetricsDailyResp struct { func (x *ListMediaMetricsDailyResp) Reset() { *x = ListMediaMetricsDailyResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[142] + mi := &file_pb_fiee_cast_proto_msgTypes[146] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12345,7 +12571,7 @@ func (x *ListMediaMetricsDailyResp) String() string { func (*ListMediaMetricsDailyResp) ProtoMessage() {} func (x *ListMediaMetricsDailyResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[142] + mi := &file_pb_fiee_cast_proto_msgTypes[146] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12358,7 +12584,7 @@ func (x *ListMediaMetricsDailyResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListMediaMetricsDailyResp.ProtoReflect.Descriptor instead. func (*ListMediaMetricsDailyResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{142} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{146} } func (x *ListMediaMetricsDailyResp) GetData() []*MediaMetricsDailyInfo { @@ -12389,7 +12615,7 @@ type ListWorkMetricsDailyReq struct { func (x *ListWorkMetricsDailyReq) Reset() { *x = ListWorkMetricsDailyReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[143] + mi := &file_pb_fiee_cast_proto_msgTypes[147] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12401,7 +12627,7 @@ func (x *ListWorkMetricsDailyReq) String() string { func (*ListWorkMetricsDailyReq) ProtoMessage() {} func (x *ListWorkMetricsDailyReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[143] + mi := &file_pb_fiee_cast_proto_msgTypes[147] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12414,7 +12640,7 @@ func (x *ListWorkMetricsDailyReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListWorkMetricsDailyReq.ProtoReflect.Descriptor instead. func (*ListWorkMetricsDailyReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{143} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{147} } func (x *ListWorkMetricsDailyReq) GetIsSuccess() uint32 { @@ -12481,7 +12707,7 @@ type WorkMetricsDailyInfo struct { func (x *WorkMetricsDailyInfo) Reset() { *x = WorkMetricsDailyInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[144] + mi := &file_pb_fiee_cast_proto_msgTypes[148] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12493,7 +12719,7 @@ func (x *WorkMetricsDailyInfo) String() string { func (*WorkMetricsDailyInfo) ProtoMessage() {} func (x *WorkMetricsDailyInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[144] + mi := &file_pb_fiee_cast_proto_msgTypes[148] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12506,7 +12732,7 @@ func (x *WorkMetricsDailyInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use WorkMetricsDailyInfo.ProtoReflect.Descriptor instead. func (*WorkMetricsDailyInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{144} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{148} } func (x *WorkMetricsDailyInfo) GetUuid() string { @@ -12660,7 +12886,7 @@ type ListWorkMetricsDailyResp struct { func (x *ListWorkMetricsDailyResp) Reset() { *x = ListWorkMetricsDailyResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[145] + mi := &file_pb_fiee_cast_proto_msgTypes[149] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12672,7 +12898,7 @@ func (x *ListWorkMetricsDailyResp) String() string { func (*ListWorkMetricsDailyResp) ProtoMessage() {} func (x *ListWorkMetricsDailyResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[145] + mi := &file_pb_fiee_cast_proto_msgTypes[149] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12685,7 +12911,7 @@ func (x *ListWorkMetricsDailyResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListWorkMetricsDailyResp.ProtoReflect.Descriptor instead. func (*ListWorkMetricsDailyResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{145} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{149} } func (x *ListWorkMetricsDailyResp) GetData() []*WorkMetricsDailyInfo { @@ -12717,7 +12943,7 @@ type UpsertTaskListReq struct { func (x *UpsertTaskListReq) Reset() { *x = UpsertTaskListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[146] + mi := &file_pb_fiee_cast_proto_msgTypes[150] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12729,7 +12955,7 @@ func (x *UpsertTaskListReq) String() string { func (*UpsertTaskListReq) ProtoMessage() {} func (x *UpsertTaskListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[146] + mi := &file_pb_fiee_cast_proto_msgTypes[150] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12742,7 +12968,7 @@ func (x *UpsertTaskListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertTaskListReq.ProtoReflect.Descriptor instead. func (*UpsertTaskListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{146} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{150} } func (x *UpsertTaskListReq) GetUuid() string { @@ -12798,7 +13024,7 @@ type UpsertTaskListResp struct { func (x *UpsertTaskListResp) Reset() { *x = UpsertTaskListResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[147] + mi := &file_pb_fiee_cast_proto_msgTypes[151] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12810,7 +13036,7 @@ func (x *UpsertTaskListResp) String() string { func (*UpsertTaskListResp) ProtoMessage() {} func (x *UpsertTaskListResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[147] + mi := &file_pb_fiee_cast_proto_msgTypes[151] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12823,7 +13049,7 @@ func (x *UpsertTaskListResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpsertTaskListResp.ProtoReflect.Descriptor instead. func (*UpsertTaskListResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{147} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{151} } func (x *UpsertTaskListResp) GetUuid() string { @@ -12850,7 +13076,7 @@ type GetTaskListReq struct { func (x *GetTaskListReq) Reset() { *x = GetTaskListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[148] + mi := &file_pb_fiee_cast_proto_msgTypes[152] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12862,7 +13088,7 @@ func (x *GetTaskListReq) String() string { func (*GetTaskListReq) ProtoMessage() {} func (x *GetTaskListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[148] + mi := &file_pb_fiee_cast_proto_msgTypes[152] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12875,7 +13101,7 @@ func (x *GetTaskListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use GetTaskListReq.ProtoReflect.Descriptor instead. func (*GetTaskListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{148} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{152} } func (x *GetTaskListReq) GetUuid() string { @@ -12902,7 +13128,7 @@ type TaskListInfo struct { func (x *TaskListInfo) Reset() { *x = TaskListInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[149] + mi := &file_pb_fiee_cast_proto_msgTypes[153] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -12914,7 +13140,7 @@ func (x *TaskListInfo) String() string { func (*TaskListInfo) ProtoMessage() {} func (x *TaskListInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[149] + mi := &file_pb_fiee_cast_proto_msgTypes[153] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -12927,7 +13153,7 @@ func (x *TaskListInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use TaskListInfo.ProtoReflect.Descriptor instead. func (*TaskListInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{149} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{153} } func (x *TaskListInfo) GetUuid() string { @@ -12997,7 +13223,7 @@ type GetTaskListResp struct { func (x *GetTaskListResp) Reset() { *x = GetTaskListResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[150] + mi := &file_pb_fiee_cast_proto_msgTypes[154] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13009,7 +13235,7 @@ func (x *GetTaskListResp) String() string { func (*GetTaskListResp) ProtoMessage() {} func (x *GetTaskListResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[150] + mi := &file_pb_fiee_cast_proto_msgTypes[154] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13022,7 +13248,7 @@ func (x *GetTaskListResp) ProtoReflect() protoreflect.Message { // Deprecated: Use GetTaskListResp.ProtoReflect.Descriptor instead. func (*GetTaskListResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{150} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{154} } func (x *GetTaskListResp) GetData() *TaskListInfo { @@ -13053,7 +13279,7 @@ type ListTaskListReq struct { func (x *ListTaskListReq) Reset() { *x = ListTaskListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[151] + mi := &file_pb_fiee_cast_proto_msgTypes[155] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13065,7 +13291,7 @@ func (x *ListTaskListReq) String() string { func (*ListTaskListReq) ProtoMessage() {} func (x *ListTaskListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[151] + mi := &file_pb_fiee_cast_proto_msgTypes[155] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13078,7 +13304,7 @@ func (x *ListTaskListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListTaskListReq.ProtoReflect.Descriptor instead. func (*ListTaskListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{151} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{155} } func (x *ListTaskListReq) GetAction() string { @@ -13128,7 +13354,7 @@ type ListTaskListResp struct { func (x *ListTaskListResp) Reset() { *x = ListTaskListResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[152] + mi := &file_pb_fiee_cast_proto_msgTypes[156] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13140,7 +13366,7 @@ func (x *ListTaskListResp) String() string { func (*ListTaskListResp) ProtoMessage() {} func (x *ListTaskListResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[152] + mi := &file_pb_fiee_cast_proto_msgTypes[156] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13153,7 +13379,7 @@ func (x *ListTaskListResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListTaskListResp.ProtoReflect.Descriptor instead. func (*ListTaskListResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{152} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{156} } func (x *ListTaskListResp) GetData() []*TaskListInfo { @@ -13187,7 +13413,7 @@ type DeleteTaskListReq struct { func (x *DeleteTaskListReq) Reset() { *x = DeleteTaskListReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[153] + mi := &file_pb_fiee_cast_proto_msgTypes[157] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13199,7 +13425,7 @@ func (x *DeleteTaskListReq) String() string { func (*DeleteTaskListReq) ProtoMessage() {} func (x *DeleteTaskListReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[153] + mi := &file_pb_fiee_cast_proto_msgTypes[157] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13212,7 +13438,7 @@ func (x *DeleteTaskListReq) ProtoReflect() protoreflect.Message { // Deprecated: Use DeleteTaskListReq.ProtoReflect.Descriptor instead. func (*DeleteTaskListReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{153} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{157} } func (x *DeleteTaskListReq) GetUuid() string { @@ -13232,7 +13458,7 @@ type CalculateMediaMetricsByWorksReq struct { func (x *CalculateMediaMetricsByWorksReq) Reset() { *x = CalculateMediaMetricsByWorksReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[154] + mi := &file_pb_fiee_cast_proto_msgTypes[158] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13244,7 +13470,7 @@ func (x *CalculateMediaMetricsByWorksReq) String() string { func (*CalculateMediaMetricsByWorksReq) ProtoMessage() {} func (x *CalculateMediaMetricsByWorksReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[154] + mi := &file_pb_fiee_cast_proto_msgTypes[158] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13257,7 +13483,7 @@ func (x *CalculateMediaMetricsByWorksReq) ProtoReflect() protoreflect.Message { // Deprecated: Use CalculateMediaMetricsByWorksReq.ProtoReflect.Descriptor instead. func (*CalculateMediaMetricsByWorksReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{154} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{158} } func (x *CalculateMediaMetricsByWorksReq) GetDate() int32 { @@ -13277,7 +13503,7 @@ type CalculateMediaMetricsByWorksResp struct { func (x *CalculateMediaMetricsByWorksResp) Reset() { *x = CalculateMediaMetricsByWorksResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[155] + mi := &file_pb_fiee_cast_proto_msgTypes[159] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13289,7 +13515,7 @@ func (x *CalculateMediaMetricsByWorksResp) String() string { func (*CalculateMediaMetricsByWorksResp) ProtoMessage() {} func (x *CalculateMediaMetricsByWorksResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[155] + mi := &file_pb_fiee_cast_proto_msgTypes[159] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13302,7 +13528,7 @@ func (x *CalculateMediaMetricsByWorksResp) ProtoReflect() protoreflect.Message { // Deprecated: Use CalculateMediaMetricsByWorksResp.ProtoReflect.Descriptor instead. func (*CalculateMediaMetricsByWorksResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{155} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{159} } func (x *CalculateMediaMetricsByWorksResp) GetSuccess() bool { @@ -13326,7 +13552,7 @@ type UpdateCastTagReq struct { func (x *UpdateCastTagReq) Reset() { *x = UpdateCastTagReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[156] + mi := &file_pb_fiee_cast_proto_msgTypes[160] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13338,7 +13564,7 @@ func (x *UpdateCastTagReq) String() string { func (*UpdateCastTagReq) ProtoMessage() {} func (x *UpdateCastTagReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[156] + mi := &file_pb_fiee_cast_proto_msgTypes[160] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13351,7 +13577,7 @@ func (x *UpdateCastTagReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateCastTagReq.ProtoReflect.Descriptor instead. func (*UpdateCastTagReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{156} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{160} } func (x *UpdateCastTagReq) GetUuid() string { @@ -13399,7 +13625,7 @@ type UpdateCastTagResp struct { func (x *UpdateCastTagResp) Reset() { *x = UpdateCastTagResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[157] + mi := &file_pb_fiee_cast_proto_msgTypes[161] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13411,7 +13637,7 @@ func (x *UpdateCastTagResp) String() string { func (*UpdateCastTagResp) ProtoMessage() {} func (x *UpdateCastTagResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[157] + mi := &file_pb_fiee_cast_proto_msgTypes[161] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13424,7 +13650,7 @@ func (x *UpdateCastTagResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateCastTagResp.ProtoReflect.Descriptor instead. func (*UpdateCastTagResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{157} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{161} } func (x *UpdateCastTagResp) GetUuid() string { @@ -13444,6 +13670,7 @@ type ListCastTagsReq struct { StatusUpdateTimeEnd string `protobuf:"bytes,5,opt,name=statusUpdateTimeEnd,proto3" json:"statusUpdateTimeEnd"` // 状态更新时间结束(字符串格式) CreatedAtStart string `protobuf:"bytes,6,opt,name=createdAtStart,proto3" json:"createdAtStart"` // 创建时间开始(字符串格式,如:2006-01-02 15:04:05) CreatedAtEnd string `protobuf:"bytes,7,opt,name=createdAtEnd,proto3" json:"createdAtEnd"` // 创建时间结束(字符串格式,如:2006-01-02 15:04:05) + IsWatchCountCalled uint32 `protobuf:"varint,12,opt,name=isWatchCountCalled,proto3" json:"isWatchCountCalled"` // 是否调用过观看次数接口(0表示不过滤,1表示已调用,2表示未调用) OrderBy string `protobuf:"bytes,8,opt,name=orderBy,proto3" json:"orderBy"` // 排序字段(表字段名,如:created_at, quote_count等) Sort string `protobuf:"bytes,9,opt,name=sort,proto3" json:"sort"` // 排序方式:asc 或 desc(默认 desc) Page int32 `protobuf:"varint,10,opt,name=page,proto3" json:"page"` // 页码 @@ -13454,7 +13681,7 @@ type ListCastTagsReq struct { func (x *ListCastTagsReq) Reset() { *x = ListCastTagsReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[158] + mi := &file_pb_fiee_cast_proto_msgTypes[162] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13466,7 +13693,7 @@ func (x *ListCastTagsReq) String() string { func (*ListCastTagsReq) ProtoMessage() {} func (x *ListCastTagsReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[158] + mi := &file_pb_fiee_cast_proto_msgTypes[162] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13479,7 +13706,7 @@ func (x *ListCastTagsReq) ProtoReflect() protoreflect.Message { // Deprecated: Use ListCastTagsReq.ProtoReflect.Descriptor instead. func (*ListCastTagsReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{158} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{162} } func (x *ListCastTagsReq) GetHashTag() string { @@ -13531,6 +13758,13 @@ func (x *ListCastTagsReq) GetCreatedAtEnd() string { return "" } +func (x *ListCastTagsReq) GetIsWatchCountCalled() uint32 { + if x != nil { + return x.IsWatchCountCalled + } + return 0 +} + func (x *ListCastTagsReq) GetOrderBy() string { if x != nil { return x.OrderBy @@ -13561,26 +13795,27 @@ func (x *ListCastTagsReq) GetPageSize() int32 { // 话题标签信息 type CastTagInfo struct { - state protoimpl.MessageState `protogen:"open.v1"` - Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 话题标签UUID - HashTag string `protobuf:"bytes,2,opt,name=hashTag,proto3" json:"hashTag"` // 话题标签内容 - CreatorUuid string `protobuf:"bytes,3,opt,name=creatorUuid,proto3" json:"creatorUuid"` // 创建人UUID - CreatorName string `protobuf:"bytes,4,opt,name=creatorName,proto3" json:"creatorName"` // 创建人名称 - Source uint32 `protobuf:"varint,5,opt,name=source,proto3" json:"source"` // 来源 1:人工导入 2:推荐标签 3.自行新增 4.自动标签 - QuoteCount int32 `protobuf:"varint,6,opt,name=quoteCount,proto3" json:"quoteCount"` // 引用次数 - WatchCount int32 `protobuf:"varint,7,opt,name=watchCount,proto3" json:"watchCount"` // 观看次数 - Status uint32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"` // 状态 1:有效 2:被禁 - Remark string `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark"` // 备注 - StatusUpdateTime string `protobuf:"bytes,10,opt,name=statusUpdateTime,proto3" json:"statusUpdateTime"` // 状态更新时间 - CreatedDate string `protobuf:"bytes,11,opt,name=createdDate,proto3" json:"createdDate"` // 创建时间 - Success bool `protobuf:"varint,12,opt,name=success,proto3" json:"success"` // 是否更新成功(批量更新时使用) - unknownFields protoimpl.UnknownFields - sizeCache protoimpl.SizeCache + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 话题标签UUID + HashTag string `protobuf:"bytes,2,opt,name=hashTag,proto3" json:"hashTag"` // 话题标签内容 + CreatorUuid string `protobuf:"bytes,3,opt,name=creatorUuid,proto3" json:"creatorUuid"` // 创建人UUID + CreatorName string `protobuf:"bytes,4,opt,name=creatorName,proto3" json:"creatorName"` // 创建人名称 + Source uint32 `protobuf:"varint,5,opt,name=source,proto3" json:"source"` // 来源 1:人工导入 2:推荐标签 3.自行新增 4.自动标签 + QuoteCount int32 `protobuf:"varint,6,opt,name=quoteCount,proto3" json:"quoteCount"` // 引用次数 + WatchCount int32 `protobuf:"varint,7,opt,name=watchCount,proto3" json:"watchCount"` // 观看次数 + Status uint32 `protobuf:"varint,8,opt,name=status,proto3" json:"status"` // 状态 1:有效 2:被禁 + Remark string `protobuf:"bytes,9,opt,name=remark,proto3" json:"remark"` // 备注 + StatusUpdateTime string `protobuf:"bytes,10,opt,name=statusUpdateTime,proto3" json:"statusUpdateTime"` // 状态更新时间 + CreatedDate string `protobuf:"bytes,11,opt,name=createdDate,proto3" json:"createdDate"` // 创建时间 + Success bool `protobuf:"varint,12,opt,name=success,proto3" json:"success"` // 是否更新成功(批量更新时使用) + IsWatchCountCalled uint32 `protobuf:"varint,13,opt,name=isWatchCountCalled,proto3" json:"isWatchCountCalled"` // 是否调用过观看次数接口(0表示未调用,1表示已调用) + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache } func (x *CastTagInfo) Reset() { *x = CastTagInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[159] + mi := &file_pb_fiee_cast_proto_msgTypes[163] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13592,7 +13827,7 @@ func (x *CastTagInfo) String() string { func (*CastTagInfo) ProtoMessage() {} func (x *CastTagInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[159] + mi := &file_pb_fiee_cast_proto_msgTypes[163] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13605,7 +13840,7 @@ func (x *CastTagInfo) ProtoReflect() protoreflect.Message { // Deprecated: Use CastTagInfo.ProtoReflect.Descriptor instead. func (*CastTagInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{159} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{163} } func (x *CastTagInfo) GetUuid() string { @@ -13692,6 +13927,13 @@ func (x *CastTagInfo) GetSuccess() bool { return false } +func (x *CastTagInfo) GetIsWatchCountCalled() uint32 { + if x != nil { + return x.IsWatchCountCalled + } + return 0 +} + // 获取话题标签列表响应 type ListCastTagsResp struct { state protoimpl.MessageState `protogen:"open.v1"` @@ -13703,7 +13945,7 @@ type ListCastTagsResp struct { func (x *ListCastTagsResp) Reset() { *x = ListCastTagsResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[160] + mi := &file_pb_fiee_cast_proto_msgTypes[164] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13715,7 +13957,7 @@ func (x *ListCastTagsResp) String() string { func (*ListCastTagsResp) ProtoMessage() {} func (x *ListCastTagsResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[160] + mi := &file_pb_fiee_cast_proto_msgTypes[164] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13728,7 +13970,7 @@ func (x *ListCastTagsResp) ProtoReflect() protoreflect.Message { // Deprecated: Use ListCastTagsResp.ProtoReflect.Descriptor instead. func (*ListCastTagsResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{160} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{164} } func (x *ListCastTagsResp) GetData() []*CastTagInfo { @@ -13755,7 +13997,7 @@ type UpdateCastTagBatchReq struct { func (x *UpdateCastTagBatchReq) Reset() { *x = UpdateCastTagBatchReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[161] + mi := &file_pb_fiee_cast_proto_msgTypes[165] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13767,7 +14009,7 @@ func (x *UpdateCastTagBatchReq) String() string { func (*UpdateCastTagBatchReq) ProtoMessage() {} func (x *UpdateCastTagBatchReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[161] + mi := &file_pb_fiee_cast_proto_msgTypes[165] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13780,7 +14022,7 @@ func (x *UpdateCastTagBatchReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateCastTagBatchReq.ProtoReflect.Descriptor instead. func (*UpdateCastTagBatchReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{161} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{165} } func (x *UpdateCastTagBatchReq) GetData() []*CastTagInfo { @@ -13802,7 +14044,7 @@ type UpdateCastTagBatchResp struct { func (x *UpdateCastTagBatchResp) Reset() { *x = UpdateCastTagBatchResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[162] + mi := &file_pb_fiee_cast_proto_msgTypes[166] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13814,7 +14056,7 @@ func (x *UpdateCastTagBatchResp) String() string { func (*UpdateCastTagBatchResp) ProtoMessage() {} func (x *UpdateCastTagBatchResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[162] + mi := &file_pb_fiee_cast_proto_msgTypes[166] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13827,7 +14069,7 @@ func (x *UpdateCastTagBatchResp) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateCastTagBatchResp.ProtoReflect.Descriptor instead. func (*UpdateCastTagBatchResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{162} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{166} } func (x *UpdateCastTagBatchResp) GetData() []*CastTagInfo { @@ -13851,6 +14093,51 @@ func (x *UpdateCastTagBatchResp) GetFailCount() int32 { return 0 } +// 批量更新已存在的话题标签请求(通过uuid) +type BatchUpdateCastTagsReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Data []*CastTagInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data"` // 话题标签列表,必须包含uuid + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *BatchUpdateCastTagsReq) Reset() { + *x = BatchUpdateCastTagsReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[167] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *BatchUpdateCastTagsReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*BatchUpdateCastTagsReq) ProtoMessage() {} + +func (x *BatchUpdateCastTagsReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[167] + 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 BatchUpdateCastTagsReq.ProtoReflect.Descriptor instead. +func (*BatchUpdateCastTagsReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{167} +} + +func (x *BatchUpdateCastTagsReq) GetData() []*CastTagInfo { + if x != nil { + return x.Data + } + return nil +} + // 更新话题标签状态请求 type UpdateCastTagStatusReq struct { state protoimpl.MessageState `protogen:"open.v1"` @@ -13864,7 +14151,7 @@ type UpdateCastTagStatusReq struct { func (x *UpdateCastTagStatusReq) Reset() { *x = UpdateCastTagStatusReq{} - mi := &file_pb_fiee_cast_proto_msgTypes[163] + mi := &file_pb_fiee_cast_proto_msgTypes[168] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13876,7 +14163,7 @@ func (x *UpdateCastTagStatusReq) String() string { func (*UpdateCastTagStatusReq) ProtoMessage() {} func (x *UpdateCastTagStatusReq) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[163] + mi := &file_pb_fiee_cast_proto_msgTypes[168] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13889,7 +14176,7 @@ func (x *UpdateCastTagStatusReq) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateCastTagStatusReq.ProtoReflect.Descriptor instead. func (*UpdateCastTagStatusReq) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{163} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{168} } func (x *UpdateCastTagStatusReq) GetUuid() string { @@ -13931,7 +14218,7 @@ type RecalculateCastTagQuoteCountResp struct { func (x *RecalculateCastTagQuoteCountResp) Reset() { *x = RecalculateCastTagQuoteCountResp{} - mi := &file_pb_fiee_cast_proto_msgTypes[164] + mi := &file_pb_fiee_cast_proto_msgTypes[169] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -13943,7 +14230,7 @@ func (x *RecalculateCastTagQuoteCountResp) String() string { func (*RecalculateCastTagQuoteCountResp) ProtoMessage() {} func (x *RecalculateCastTagQuoteCountResp) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[164] + mi := &file_pb_fiee_cast_proto_msgTypes[169] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -13956,7 +14243,7 @@ func (x *RecalculateCastTagQuoteCountResp) ProtoReflect() protoreflect.Message { // Deprecated: Use RecalculateCastTagQuoteCountResp.ProtoReflect.Descriptor instead. func (*RecalculateCastTagQuoteCountResp) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{164} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{169} } func (x *RecalculateCastTagQuoteCountResp) GetSuccess() bool { @@ -13973,6 +14260,1690 @@ func (x *RecalculateCastTagQuoteCountResp) GetMsg() string { return "" } +// 创建竞品报告请求 +type CreateCompetitiveReportReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID(可选,为空时自动生成) + SubNum string `protobuf:"bytes,2,opt,name=subNum,proto3" json:"subNum"` // 艺人编号 + ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName"` // 艺人名字 + ArtistID string `protobuf:"bytes,4,opt,name=artistID,proto3" json:"artistID"` // 艺人ID + ArtistPhone string `protobuf:"bytes,5,opt,name=artistPhone,proto3" json:"artistPhone"` // 艺人手机号 + ReportContent string `protobuf:"bytes,6,opt,name=reportContent,proto3" json:"reportContent"` // 报告内容 + ImageUrl string `protobuf:"bytes,7,opt,name=imageUrl,proto3" json:"imageUrl"` // 图片url + Title string `protobuf:"bytes,8,opt,name=title,proto3" json:"title"` // 标题 + PdfUrl string `protobuf:"bytes,9,opt,name=pdfUrl,proto3" json:"pdfUrl"` // pdf的url链接 + WorkUuids []string `protobuf:"bytes,10,rep,name=workUuids,proto3" json:"workUuids"` // 关联的作品UUID列表(最多5个) + Source uint32 `protobuf:"varint,11,opt,name=source,proto3" json:"source"` // 来源 1 系统 2 导入 + Remark string `protobuf:"bytes,12,opt,name=remark,proto3" json:"remark"` // 备注(批量导入时用于记录错误信息) + Success bool `protobuf:"varint,13,opt,name=success,proto3" json:"success"` // 是否成功(批量导入时使用) + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *CreateCompetitiveReportReq) Reset() { + *x = CreateCompetitiveReportReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[170] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *CreateCompetitiveReportReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCompetitiveReportReq) ProtoMessage() {} + +func (x *CreateCompetitiveReportReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[170] + 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 CreateCompetitiveReportReq.ProtoReflect.Descriptor instead. +func (*CreateCompetitiveReportReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{170} +} + +func (x *CreateCompetitiveReportReq) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetSubNum() string { + if x != nil { + return x.SubNum + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetArtistName() string { + if x != nil { + return x.ArtistName + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetArtistID() string { + if x != nil { + return x.ArtistID + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetArtistPhone() string { + if x != nil { + return x.ArtistPhone + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetReportContent() string { + if x != nil { + return x.ReportContent + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetImageUrl() string { + if x != nil { + return x.ImageUrl + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetPdfUrl() string { + if x != nil { + return x.PdfUrl + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetWorkUuids() []string { + if x != nil { + return x.WorkUuids + } + return nil +} + +func (x *CreateCompetitiveReportReq) GetSource() uint32 { + if x != nil { + return x.Source + } + return 0 +} + +func (x *CreateCompetitiveReportReq) GetRemark() string { + if x != nil { + return x.Remark + } + return "" +} + +func (x *CreateCompetitiveReportReq) GetSuccess() bool { + if x != nil { + return x.Success + } + return false +} + +// 创建竞品报告响应 +type CreateCompetitiveReportResp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *CreateCompetitiveReportResp) Reset() { + *x = CreateCompetitiveReportResp{} + mi := &file_pb_fiee_cast_proto_msgTypes[171] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *CreateCompetitiveReportResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCompetitiveReportResp) ProtoMessage() {} + +func (x *CreateCompetitiveReportResp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[171] + 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 CreateCompetitiveReportResp.ProtoReflect.Descriptor instead. +func (*CreateCompetitiveReportResp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{171} +} + +func (x *CreateCompetitiveReportResp) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +// 更新竞品报告请求 +type UpdateCompetitiveReportReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + ReportContent string `protobuf:"bytes,2,opt,name=reportContent,proto3" json:"reportContent"` // 报告内容 + Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title"` // 标题 + ImageUrl string `protobuf:"bytes,4,opt,name=imageUrl,proto3" json:"imageUrl"` // 图片url + PdfUrl string `protobuf:"bytes,5,opt,name=pdfUrl,proto3" json:"pdfUrl"` // pdf的url链接 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *UpdateCompetitiveReportReq) Reset() { + *x = UpdateCompetitiveReportReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[172] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *UpdateCompetitiveReportReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*UpdateCompetitiveReportReq) ProtoMessage() {} + +func (x *UpdateCompetitiveReportReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[172] + 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 UpdateCompetitiveReportReq.ProtoReflect.Descriptor instead. +func (*UpdateCompetitiveReportReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{172} +} + +func (x *UpdateCompetitiveReportReq) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +func (x *UpdateCompetitiveReportReq) GetReportContent() string { + if x != nil { + return x.ReportContent + } + return "" +} + +func (x *UpdateCompetitiveReportReq) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +func (x *UpdateCompetitiveReportReq) GetImageUrl() string { + if x != nil { + return x.ImageUrl + } + return "" +} + +func (x *UpdateCompetitiveReportReq) GetPdfUrl() string { + if x != nil { + return x.PdfUrl + } + return "" +} + +// 更新竞品报告状态请求 +type UpdateCompetitiveReportStatusReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + WorkAction WorkActionENUM `protobuf:"varint,1,opt,name=workAction,proto3,enum=Cast.WorkActionENUM" json:"workAction"` // 操作类型 + Uuid string `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + ApprovalID string `protobuf:"bytes,3,opt,name=approvalID,proto3" json:"approvalID"` // 审批ID + ApprovalReply string `protobuf:"bytes,4,opt,name=approvalReply,proto3" json:"approvalReply"` // 审批回复 + ConfirmRemark string `protobuf:"bytes,5,opt,name=confirmRemark,proto3" json:"confirmRemark"` // 确认备注 + ConfirmStatus uint32 `protobuf:"varint,6,opt,name=confirmStatus,proto3" json:"confirmStatus"` // 确认状态 1 通过 2 驳回 3 失败 + CostType uint32 `protobuf:"varint,7,opt,name=costType,proto3" json:"costType"` // 计费类型 1 套餐 2 增值 + ConfirmType uint32 `protobuf:"varint,8,opt,name=confirmType,proto3" json:"confirmType"` // 确认类型 1 艺人确认 2 系统确认 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *UpdateCompetitiveReportStatusReq) Reset() { + *x = UpdateCompetitiveReportStatusReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[173] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *UpdateCompetitiveReportStatusReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*UpdateCompetitiveReportStatusReq) ProtoMessage() {} + +func (x *UpdateCompetitiveReportStatusReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[173] + 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 UpdateCompetitiveReportStatusReq.ProtoReflect.Descriptor instead. +func (*UpdateCompetitiveReportStatusReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{173} +} + +func (x *UpdateCompetitiveReportStatusReq) GetWorkAction() WorkActionENUM { + if x != nil { + return x.WorkAction + } + return WorkActionENUM_NO_ACTION +} + +func (x *UpdateCompetitiveReportStatusReq) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +func (x *UpdateCompetitiveReportStatusReq) GetApprovalID() string { + if x != nil { + return x.ApprovalID + } + return "" +} + +func (x *UpdateCompetitiveReportStatusReq) GetApprovalReply() string { + if x != nil { + return x.ApprovalReply + } + return "" +} + +func (x *UpdateCompetitiveReportStatusReq) GetConfirmRemark() string { + if x != nil { + return x.ConfirmRemark + } + return "" +} + +func (x *UpdateCompetitiveReportStatusReq) GetConfirmStatus() uint32 { + if x != nil { + return x.ConfirmStatus + } + return 0 +} + +func (x *UpdateCompetitiveReportStatusReq) GetCostType() uint32 { + if x != nil { + return x.CostType + } + return 0 +} + +func (x *UpdateCompetitiveReportStatusReq) GetConfirmType() uint32 { + if x != nil { + return x.ConfirmType + } + return 0 +} + +// 更新竞品报告审批ID请求 +type UpdateCompetitiveReportApprovalIDReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + ApprovalID string `protobuf:"bytes,2,opt,name=approvalID,proto3" json:"approvalID"` // 审批ID + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *UpdateCompetitiveReportApprovalIDReq) Reset() { + *x = UpdateCompetitiveReportApprovalIDReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[174] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *UpdateCompetitiveReportApprovalIDReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*UpdateCompetitiveReportApprovalIDReq) ProtoMessage() {} + +func (x *UpdateCompetitiveReportApprovalIDReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[174] + 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 UpdateCompetitiveReportApprovalIDReq.ProtoReflect.Descriptor instead. +func (*UpdateCompetitiveReportApprovalIDReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{174} +} + +func (x *UpdateCompetitiveReportApprovalIDReq) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +func (x *UpdateCompetitiveReportApprovalIDReq) GetApprovalID() string { + if x != nil { + return x.ApprovalID + } + return "" +} + +// 竞品报告日志信息 +type CompetitiveReportLogInfo struct { + state protoimpl.MessageState `protogen:"open.v1"` + ReportUuid string `protobuf:"bytes,1,opt,name=reportUuid,proto3" json:"reportUuid"` // 报告UUID + Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title"` // 标题 + UpdateTime string `protobuf:"bytes,3,opt,name=updateTime,proto3" json:"updateTime"` // 更新时间 + WorkReportStatus uint32 `protobuf:"varint,4,opt,name=workReportStatus,proto3" json:"workReportStatus"` // 状态 + ArtistName string `protobuf:"bytes,5,opt,name=artistName,proto3" json:"artistName"` // 艺人名称 + ArtistUuid string `protobuf:"bytes,6,opt,name=artistUuid,proto3" json:"artistUuid"` // 艺人ID + ReportExtraData string `protobuf:"bytes,7,opt,name=reportExtraData,proto3" json:"reportExtraData"` // 竞品报告扩展数据 + OperatorName string `protobuf:"bytes,8,opt,name=operatorName,proto3" json:"operatorName"` // 操作人名称 + OperatorID string `protobuf:"bytes,9,opt,name=operatorID,proto3" json:"operatorID"` // 操作人ID + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *CompetitiveReportLogInfo) Reset() { + *x = CompetitiveReportLogInfo{} + mi := &file_pb_fiee_cast_proto_msgTypes[175] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *CompetitiveReportLogInfo) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CompetitiveReportLogInfo) ProtoMessage() {} + +func (x *CompetitiveReportLogInfo) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[175] + 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 CompetitiveReportLogInfo.ProtoReflect.Descriptor instead. +func (*CompetitiveReportLogInfo) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{175} +} + +func (x *CompetitiveReportLogInfo) GetReportUuid() string { + if x != nil { + return x.ReportUuid + } + return "" +} + +func (x *CompetitiveReportLogInfo) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +func (x *CompetitiveReportLogInfo) GetUpdateTime() string { + if x != nil { + return x.UpdateTime + } + return "" +} + +func (x *CompetitiveReportLogInfo) GetWorkReportStatus() uint32 { + if x != nil { + return x.WorkReportStatus + } + return 0 +} + +func (x *CompetitiveReportLogInfo) GetArtistName() string { + if x != nil { + return x.ArtistName + } + return "" +} + +func (x *CompetitiveReportLogInfo) GetArtistUuid() string { + if x != nil { + return x.ArtistUuid + } + return "" +} + +func (x *CompetitiveReportLogInfo) GetReportExtraData() string { + if x != nil { + return x.ReportExtraData + } + return "" +} + +func (x *CompetitiveReportLogInfo) GetOperatorName() string { + if x != nil { + return x.OperatorName + } + return "" +} + +func (x *CompetitiveReportLogInfo) GetOperatorID() string { + if x != nil { + return x.OperatorID + } + return "" +} + +// 竞品报告扩展信息 +type CompetitiveReportExtra struct { + state protoimpl.MessageState `protogen:"open.v1"` + ReportUuid string `protobuf:"bytes,1,opt,name=reportUuid,proto3" json:"reportUuid"` // 竞品报告uuid + ArtistConfirmedTime int64 `protobuf:"varint,2,opt,name=artistConfirmedTime,proto3" json:"artistConfirmedTime"` // 艺人确认时间 + CostType uint32 `protobuf:"varint,3,opt,name=costType,proto3" json:"costType"` // 计费类型 1 套餐 2 增值 + CreatedAt int32 `protobuf:"varint,4,opt,name=createdAt,proto3" json:"createdAt"` // 创建时间 + UpdatedAt int32 `protobuf:"varint,5,opt,name=updatedAt,proto3" json:"updatedAt"` // 更新时间 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *CompetitiveReportExtra) Reset() { + *x = CompetitiveReportExtra{} + mi := &file_pb_fiee_cast_proto_msgTypes[176] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *CompetitiveReportExtra) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CompetitiveReportExtra) ProtoMessage() {} + +func (x *CompetitiveReportExtra) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[176] + 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 CompetitiveReportExtra.ProtoReflect.Descriptor instead. +func (*CompetitiveReportExtra) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{176} +} + +func (x *CompetitiveReportExtra) GetReportUuid() string { + if x != nil { + return x.ReportUuid + } + return "" +} + +func (x *CompetitiveReportExtra) GetArtistConfirmedTime() int64 { + if x != nil { + return x.ArtistConfirmedTime + } + return 0 +} + +func (x *CompetitiveReportExtra) GetCostType() uint32 { + if x != nil { + return x.CostType + } + return 0 +} + +func (x *CompetitiveReportExtra) GetCreatedAt() int32 { + if x != nil { + return x.CreatedAt + } + return 0 +} + +func (x *CompetitiveReportExtra) GetUpdatedAt() int32 { + if x != nil { + return x.UpdatedAt + } + return 0 +} + +// 获取竞品报告详情请求 +type GetCompetitiveReportDetailReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *GetCompetitiveReportDetailReq) Reset() { + *x = GetCompetitiveReportDetailReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[177] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *GetCompetitiveReportDetailReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GetCompetitiveReportDetailReq) ProtoMessage() {} + +func (x *GetCompetitiveReportDetailReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[177] + 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 GetCompetitiveReportDetailReq.ProtoReflect.Descriptor instead. +func (*GetCompetitiveReportDetailReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{177} +} + +func (x *GetCompetitiveReportDetailReq) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +// 获取竞品报告详情请求(App端) +type GetCompetitiveReportForAppReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *GetCompetitiveReportForAppReq) Reset() { + *x = GetCompetitiveReportForAppReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[178] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *GetCompetitiveReportForAppReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GetCompetitiveReportForAppReq) ProtoMessage() {} + +func (x *GetCompetitiveReportForAppReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[178] + 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 GetCompetitiveReportForAppReq.ProtoReflect.Descriptor instead. +func (*GetCompetitiveReportForAppReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{178} +} + +func (x *GetCompetitiveReportForAppReq) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +// 获取竞品报告详情响应(App端) +type GetCompetitiveReportForAppResp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + SubNum string `protobuf:"bytes,2,opt,name=subNum,proto3" json:"subNum"` // 艺人编号 + ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName"` // 艺人名字 + ReportContent string `protobuf:"bytes,4,opt,name=reportContent,proto3" json:"reportContent"` // 报告内容 + ImageUrl string `protobuf:"bytes,5,opt,name=imageUrl,proto3" json:"imageUrl"` // 图片url + Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title"` // 标题 + PdfUrl string `protobuf:"bytes,7,opt,name=pdfUrl,proto3" json:"pdfUrl"` // pdf的url链接 + WorkUuids []string `protobuf:"bytes,8,rep,name=workUuids,proto3" json:"workUuids"` // 关联的作品UUID列表 + CreatedAt string `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt"` // 创建时间 + UpdatedAt string `protobuf:"bytes,10,opt,name=updatedAt,proto3" json:"updatedAt"` // 更新时间 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *GetCompetitiveReportForAppResp) Reset() { + *x = GetCompetitiveReportForAppResp{} + mi := &file_pb_fiee_cast_proto_msgTypes[179] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *GetCompetitiveReportForAppResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GetCompetitiveReportForAppResp) ProtoMessage() {} + +func (x *GetCompetitiveReportForAppResp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[179] + 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 GetCompetitiveReportForAppResp.ProtoReflect.Descriptor instead. +func (*GetCompetitiveReportForAppResp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{179} +} + +func (x *GetCompetitiveReportForAppResp) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetSubNum() string { + if x != nil { + return x.SubNum + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetArtistName() string { + if x != nil { + return x.ArtistName + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetReportContent() string { + if x != nil { + return x.ReportContent + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetImageUrl() string { + if x != nil { + return x.ImageUrl + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetPdfUrl() string { + if x != nil { + return x.PdfUrl + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetWorkUuids() []string { + if x != nil { + return x.WorkUuids + } + return nil +} + +func (x *GetCompetitiveReportForAppResp) GetCreatedAt() string { + if x != nil { + return x.CreatedAt + } + return "" +} + +func (x *GetCompetitiveReportForAppResp) GetUpdatedAt() string { + if x != nil { + return x.UpdatedAt + } + return "" +} + +// 获取竞品报告详情响应 +type GetCompetitiveReportDetailResp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + SubNum string `protobuf:"bytes,2,opt,name=subNum,proto3" json:"subNum"` // 艺人编号 + ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName"` // 艺人名字 + ArtistID string `protobuf:"bytes,4,opt,name=artistID,proto3" json:"artistID"` // 艺人ID + ArtistPhone string `protobuf:"bytes,5,opt,name=artistPhone,proto3" json:"artistPhone"` // 艺人手机号 + ReportContent string `protobuf:"bytes,6,opt,name=reportContent,proto3" json:"reportContent"` // 报告内容 + ImageUrl string `protobuf:"bytes,7,opt,name=imageUrl,proto3" json:"imageUrl"` // 图片url + Title string `protobuf:"bytes,8,opt,name=title,proto3" json:"title"` // 标题 + OperatorID string `protobuf:"bytes,9,opt,name=operatorID,proto3" json:"operatorID"` // 操作人ID + OperatorName string `protobuf:"bytes,10,opt,name=operatorName,proto3" json:"operatorName"` // 操作人名称 + WorkReportStatus uint32 `protobuf:"varint,11,opt,name=workReportStatus,proto3" json:"workReportStatus"` // 状态 + Reason string `protobuf:"bytes,12,opt,name=reason,proto3" json:"reason"` // 原因 + ComfirmType int32 `protobuf:"varint,13,opt,name=comfirmType,proto3" json:"comfirmType"` // 确认类型 + Cost uint32 `protobuf:"varint,14,opt,name=cost,proto3" json:"cost"` // 消耗状态 + SubmitTime string `protobuf:"bytes,15,opt,name=submitTime,proto3" json:"submitTime"` // 提交时间 + StatusUpdateTime string `protobuf:"bytes,16,opt,name=statusUpdateTime,proto3" json:"statusUpdateTime"` // 状态更新时间 + ApprovalID string `protobuf:"bytes,17,opt,name=approvalID,proto3" json:"approvalID"` // 审批ID + PdfUrl string `protobuf:"bytes,18,opt,name=pdfUrl,proto3" json:"pdfUrl"` // pdf的url链接 + ConfirmRemark string `protobuf:"bytes,19,opt,name=confirmRemark,proto3" json:"confirmRemark"` // 艺人确认备注 + WorkUuids []string `protobuf:"bytes,20,rep,name=workUuids,proto3" json:"workUuids"` // 关联的作品UUID列表 + ReportLogData []*CompetitiveReportLogInfo `protobuf:"bytes,21,rep,name=reportLogData,proto3" json:"reportLogData"` // 竞品报告日志数据 + Extra *CompetitiveReportExtra `protobuf:"bytes,22,opt,name=extra,proto3" json:"extra"` // 扩展信息 + CreatedAt string `protobuf:"bytes,23,opt,name=createdAt,proto3" json:"createdAt"` // 创建时间 + UpdatedAt string `protobuf:"bytes,24,opt,name=updatedAt,proto3" json:"updatedAt"` // 更新时间 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *GetCompetitiveReportDetailResp) Reset() { + *x = GetCompetitiveReportDetailResp{} + mi := &file_pb_fiee_cast_proto_msgTypes[180] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *GetCompetitiveReportDetailResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*GetCompetitiveReportDetailResp) ProtoMessage() {} + +func (x *GetCompetitiveReportDetailResp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[180] + 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 GetCompetitiveReportDetailResp.ProtoReflect.Descriptor instead. +func (*GetCompetitiveReportDetailResp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{180} +} + +func (x *GetCompetitiveReportDetailResp) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetSubNum() string { + if x != nil { + return x.SubNum + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetArtistName() string { + if x != nil { + return x.ArtistName + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetArtistID() string { + if x != nil { + return x.ArtistID + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetArtistPhone() string { + if x != nil { + return x.ArtistPhone + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetReportContent() string { + if x != nil { + return x.ReportContent + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetImageUrl() string { + if x != nil { + return x.ImageUrl + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetOperatorID() string { + if x != nil { + return x.OperatorID + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetOperatorName() string { + if x != nil { + return x.OperatorName + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetWorkReportStatus() uint32 { + if x != nil { + return x.WorkReportStatus + } + return 0 +} + +func (x *GetCompetitiveReportDetailResp) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetComfirmType() int32 { + if x != nil { + return x.ComfirmType + } + return 0 +} + +func (x *GetCompetitiveReportDetailResp) GetCost() uint32 { + if x != nil { + return x.Cost + } + return 0 +} + +func (x *GetCompetitiveReportDetailResp) GetSubmitTime() string { + if x != nil { + return x.SubmitTime + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetStatusUpdateTime() string { + if x != nil { + return x.StatusUpdateTime + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetApprovalID() string { + if x != nil { + return x.ApprovalID + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetPdfUrl() string { + if x != nil { + return x.PdfUrl + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetConfirmRemark() string { + if x != nil { + return x.ConfirmRemark + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetWorkUuids() []string { + if x != nil { + return x.WorkUuids + } + return nil +} + +func (x *GetCompetitiveReportDetailResp) GetReportLogData() []*CompetitiveReportLogInfo { + if x != nil { + return x.ReportLogData + } + return nil +} + +func (x *GetCompetitiveReportDetailResp) GetExtra() *CompetitiveReportExtra { + if x != nil { + return x.Extra + } + return nil +} + +func (x *GetCompetitiveReportDetailResp) GetCreatedAt() string { + if x != nil { + return x.CreatedAt + } + return "" +} + +func (x *GetCompetitiveReportDetailResp) GetUpdatedAt() string { + if x != nil { + return x.UpdatedAt + } + return "" +} + +// 获取竞品报告列表请求 +type ListCompetitiveReportReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + UuidList []string `protobuf:"bytes,1,rep,name=uuidList,proto3" json:"uuidList"` // UUID列表 + SubNum string `protobuf:"bytes,2,opt,name=subNum,proto3" json:"subNum"` // 艺人编号 + ArtistVal string `protobuf:"bytes,3,opt,name=artistVal,proto3" json:"artistVal"` // 艺人搜索值 + Status uint32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` // 状态 + ComfirmType int32 `protobuf:"varint,5,opt,name=comfirmType,proto3" json:"comfirmType"` // 确认类型 + StatusUpdateTimeStart string `protobuf:"bytes,6,opt,name=statusUpdateTimeStart,proto3" json:"statusUpdateTimeStart"` // 状态更新时间开始 + StatusUpdateTimeEnd string `protobuf:"bytes,7,opt,name=statusUpdateTimeEnd,proto3" json:"statusUpdateTimeEnd"` // 状态更新时间结束 + SubmitStartTime string `protobuf:"bytes,8,opt,name=submitStartTime,proto3" json:"submitStartTime"` // 提交时间开始 + SubmitEndTime string `protobuf:"bytes,9,opt,name=submitEndTime,proto3" json:"submitEndTime"` // 提交时间结束 + Page int32 `protobuf:"varint,10,opt,name=page,proto3" json:"page"` // 页码 + PageSize int32 `protobuf:"varint,11,opt,name=pageSize,proto3" json:"pageSize"` // 每页数量 + StatusList []uint32 `protobuf:"varint,12,rep,packed,name=statusList,proto3" json:"statusList"` // 状态列表 + ArtistUuid string `protobuf:"bytes,13,opt,name=artistUuid,proto3" json:"artistUuid"` // 艺人UUID + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *ListCompetitiveReportReq) Reset() { + *x = ListCompetitiveReportReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[181] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *ListCompetitiveReportReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCompetitiveReportReq) ProtoMessage() {} + +func (x *ListCompetitiveReportReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[181] + 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 ListCompetitiveReportReq.ProtoReflect.Descriptor instead. +func (*ListCompetitiveReportReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{181} +} + +func (x *ListCompetitiveReportReq) GetUuidList() []string { + if x != nil { + return x.UuidList + } + return nil +} + +func (x *ListCompetitiveReportReq) GetSubNum() string { + if x != nil { + return x.SubNum + } + return "" +} + +func (x *ListCompetitiveReportReq) GetArtistVal() string { + if x != nil { + return x.ArtistVal + } + return "" +} + +func (x *ListCompetitiveReportReq) GetStatus() uint32 { + if x != nil { + return x.Status + } + return 0 +} + +func (x *ListCompetitiveReportReq) GetComfirmType() int32 { + if x != nil { + return x.ComfirmType + } + return 0 +} + +func (x *ListCompetitiveReportReq) GetStatusUpdateTimeStart() string { + if x != nil { + return x.StatusUpdateTimeStart + } + return "" +} + +func (x *ListCompetitiveReportReq) GetStatusUpdateTimeEnd() string { + if x != nil { + return x.StatusUpdateTimeEnd + } + return "" +} + +func (x *ListCompetitiveReportReq) GetSubmitStartTime() string { + if x != nil { + return x.SubmitStartTime + } + return "" +} + +func (x *ListCompetitiveReportReq) GetSubmitEndTime() string { + if x != nil { + return x.SubmitEndTime + } + return "" +} + +func (x *ListCompetitiveReportReq) GetPage() int32 { + if x != nil { + return x.Page + } + return 0 +} + +func (x *ListCompetitiveReportReq) GetPageSize() int32 { + if x != nil { + return x.PageSize + } + return 0 +} + +func (x *ListCompetitiveReportReq) GetStatusList() []uint32 { + if x != nil { + return x.StatusList + } + return nil +} + +func (x *ListCompetitiveReportReq) GetArtistUuid() string { + if x != nil { + return x.ArtistUuid + } + return "" +} + +// 竞品报告信息 +type CompetitiveReportInfo struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + SubNum string `protobuf:"bytes,2,opt,name=subNum,proto3" json:"subNum"` // 艺人编号 + ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName"` // 艺人名字 + ArtistID string `protobuf:"bytes,4,opt,name=artistID,proto3" json:"artistID"` // 艺人ID + ArtistPhone string `protobuf:"bytes,5,opt,name=artistPhone,proto3" json:"artistPhone"` // 艺人手机号 + OperatorID string `protobuf:"bytes,6,opt,name=operatorID,proto3" json:"operatorID"` // 操作人ID + OperatorName string `protobuf:"bytes,7,opt,name=operatorName,proto3" json:"operatorName"` // 操作人名称 + WorkReportStatus uint32 `protobuf:"varint,8,opt,name=workReportStatus,proto3" json:"workReportStatus"` // 状态 + Reason string `protobuf:"bytes,9,opt,name=reason,proto3" json:"reason"` // 原因 + ComfirmType int32 `protobuf:"varint,10,opt,name=comfirmType,proto3" json:"comfirmType"` // 确认类型 + SubmitTime string `protobuf:"bytes,11,opt,name=submitTime,proto3" json:"submitTime"` // 提交时间 + StatusUpdateTime string `protobuf:"bytes,12,opt,name=statusUpdateTime,proto3" json:"statusUpdateTime"` // 状态更新时间 + PdfUrl string `protobuf:"bytes,13,opt,name=pdfUrl,proto3" json:"pdfUrl"` // pdf的url链接 + ApprovalID string `protobuf:"bytes,14,opt,name=approvalID,proto3" json:"approvalID"` // 审批ID + Title string `protobuf:"bytes,15,opt,name=title,proto3" json:"title"` // 标题 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *CompetitiveReportInfo) Reset() { + *x = CompetitiveReportInfo{} + mi := &file_pb_fiee_cast_proto_msgTypes[182] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *CompetitiveReportInfo) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CompetitiveReportInfo) ProtoMessage() {} + +func (x *CompetitiveReportInfo) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[182] + 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 CompetitiveReportInfo.ProtoReflect.Descriptor instead. +func (*CompetitiveReportInfo) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{182} +} + +func (x *CompetitiveReportInfo) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +func (x *CompetitiveReportInfo) GetSubNum() string { + if x != nil { + return x.SubNum + } + return "" +} + +func (x *CompetitiveReportInfo) GetArtistName() string { + if x != nil { + return x.ArtistName + } + return "" +} + +func (x *CompetitiveReportInfo) GetArtistID() string { + if x != nil { + return x.ArtistID + } + return "" +} + +func (x *CompetitiveReportInfo) GetArtistPhone() string { + if x != nil { + return x.ArtistPhone + } + return "" +} + +func (x *CompetitiveReportInfo) GetOperatorID() string { + if x != nil { + return x.OperatorID + } + return "" +} + +func (x *CompetitiveReportInfo) GetOperatorName() string { + if x != nil { + return x.OperatorName + } + return "" +} + +func (x *CompetitiveReportInfo) GetWorkReportStatus() uint32 { + if x != nil { + return x.WorkReportStatus + } + return 0 +} + +func (x *CompetitiveReportInfo) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *CompetitiveReportInfo) GetComfirmType() int32 { + if x != nil { + return x.ComfirmType + } + return 0 +} + +func (x *CompetitiveReportInfo) GetSubmitTime() string { + if x != nil { + return x.SubmitTime + } + return "" +} + +func (x *CompetitiveReportInfo) GetStatusUpdateTime() string { + if x != nil { + return x.StatusUpdateTime + } + return "" +} + +func (x *CompetitiveReportInfo) GetPdfUrl() string { + if x != nil { + return x.PdfUrl + } + return "" +} + +func (x *CompetitiveReportInfo) GetApprovalID() string { + if x != nil { + return x.ApprovalID + } + return "" +} + +func (x *CompetitiveReportInfo) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +// 获取竞品报告列表响应 +type ListCompetitiveReportResp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Data []*CompetitiveReportInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data"` // 竞品报告列表 + Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"` // 总数 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *ListCompetitiveReportResp) Reset() { + *x = ListCompetitiveReportResp{} + mi := &file_pb_fiee_cast_proto_msgTypes[183] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *ListCompetitiveReportResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCompetitiveReportResp) ProtoMessage() {} + +func (x *ListCompetitiveReportResp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[183] + 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 ListCompetitiveReportResp.ProtoReflect.Descriptor instead. +func (*ListCompetitiveReportResp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{183} +} + +func (x *ListCompetitiveReportResp) GetData() []*CompetitiveReportInfo { + if x != nil { + return x.Data + } + return nil +} + +func (x *ListCompetitiveReportResp) GetCount() int64 { + if x != nil { + return x.Count + } + return 0 +} + +// 删除竞品报告请求 +type DeleteCompetitiveReportReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"` // 报告UUID + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *DeleteCompetitiveReportReq) Reset() { + *x = DeleteCompetitiveReportReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[184] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *DeleteCompetitiveReportReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCompetitiveReportReq) ProtoMessage() {} + +func (x *DeleteCompetitiveReportReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[184] + 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 DeleteCompetitiveReportReq.ProtoReflect.Descriptor instead. +func (*DeleteCompetitiveReportReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{184} +} + +func (x *DeleteCompetitiveReportReq) GetUuid() string { + if x != nil { + return x.Uuid + } + return "" +} + +// 批量导入竞品报告请求 +type ImportCompetitiveReportBatchReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + Reports []*CreateCompetitiveReportReq `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports"` // 竞品报告列表 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *ImportCompetitiveReportBatchReq) Reset() { + *x = ImportCompetitiveReportBatchReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[185] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *ImportCompetitiveReportBatchReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ImportCompetitiveReportBatchReq) ProtoMessage() {} + +func (x *ImportCompetitiveReportBatchReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[185] + 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 ImportCompetitiveReportBatchReq.ProtoReflect.Descriptor instead. +func (*ImportCompetitiveReportBatchReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{185} +} + +func (x *ImportCompetitiveReportBatchReq) GetReports() []*CreateCompetitiveReportReq { + if x != nil { + return x.Reports + } + return nil +} + +// 批量导入竞品报告响应 +type ImportCompetitiveReportBatchResp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Reports []*CreateCompetitiveReportReq `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports"` // 竞品报告列表(包含成功和失败的结果) + SuccessCount int32 `protobuf:"varint,2,opt,name=successCount,proto3" json:"successCount"` // 成功数量 + FailCount int32 `protobuf:"varint,3,opt,name=failCount,proto3" json:"failCount"` // 失败数量 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *ImportCompetitiveReportBatchResp) Reset() { + *x = ImportCompetitiveReportBatchResp{} + mi := &file_pb_fiee_cast_proto_msgTypes[186] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *ImportCompetitiveReportBatchResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ImportCompetitiveReportBatchResp) ProtoMessage() {} + +func (x *ImportCompetitiveReportBatchResp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[186] + 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 ImportCompetitiveReportBatchResp.ProtoReflect.Descriptor instead. +func (*ImportCompetitiveReportBatchResp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{186} +} + +func (x *ImportCompetitiveReportBatchResp) GetReports() []*CreateCompetitiveReportReq { + if x != nil { + return x.Reports + } + return nil +} + +func (x *ImportCompetitiveReportBatchResp) GetSuccessCount() int32 { + if x != nil { + return x.SuccessCount + } + return 0 +} + +func (x *ImportCompetitiveReportBatchResp) GetFailCount() int32 { + if x != nil { + return x.FailCount + } + return 0 +} + +// 批量根据work_uuid查询记录数量请求 +type CountCompetitiveReportByWorkUuidsReq struct { + state protoimpl.MessageState `protogen:"open.v1"` + WorkUuids []string `protobuf:"bytes,1,rep,name=workUuids,proto3" json:"workUuids"` // 作品UUID列表 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *CountCompetitiveReportByWorkUuidsReq) Reset() { + *x = CountCompetitiveReportByWorkUuidsReq{} + mi := &file_pb_fiee_cast_proto_msgTypes[187] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *CountCompetitiveReportByWorkUuidsReq) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CountCompetitiveReportByWorkUuidsReq) ProtoMessage() {} + +func (x *CountCompetitiveReportByWorkUuidsReq) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[187] + 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 CountCompetitiveReportByWorkUuidsReq.ProtoReflect.Descriptor instead. +func (*CountCompetitiveReportByWorkUuidsReq) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{187} +} + +func (x *CountCompetitiveReportByWorkUuidsReq) GetWorkUuids() []string { + if x != nil { + return x.WorkUuids + } + return nil +} + +// work_uuid对应的记录数量 +type WorkUuidCount struct { + state protoimpl.MessageState `protogen:"open.v1"` + WorkUuid string `protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid"` // 作品UUID + Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"` // 记录数量 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *WorkUuidCount) Reset() { + *x = WorkUuidCount{} + mi := &file_pb_fiee_cast_proto_msgTypes[188] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *WorkUuidCount) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WorkUuidCount) ProtoMessage() {} + +func (x *WorkUuidCount) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[188] + 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 WorkUuidCount.ProtoReflect.Descriptor instead. +func (*WorkUuidCount) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{188} +} + +func (x *WorkUuidCount) GetWorkUuid() string { + if x != nil { + return x.WorkUuid + } + return "" +} + +func (x *WorkUuidCount) GetCount() int64 { + if x != nil { + return x.Count + } + return 0 +} + +// 批量根据work_uuid查询记录数量响应 +type CountCompetitiveReportByWorkUuidsResp struct { + state protoimpl.MessageState `protogen:"open.v1"` + Data []*WorkUuidCount `protobuf:"bytes,1,rep,name=data,proto3" json:"data"` // work_uuid对应的记录数量列表 + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *CountCompetitiveReportByWorkUuidsResp) Reset() { + *x = CountCompetitiveReportByWorkUuidsResp{} + mi := &file_pb_fiee_cast_proto_msgTypes[189] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *CountCompetitiveReportByWorkUuidsResp) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CountCompetitiveReportByWorkUuidsResp) ProtoMessage() {} + +func (x *CountCompetitiveReportByWorkUuidsResp) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[189] + 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 CountCompetitiveReportByWorkUuidsResp.ProtoReflect.Descriptor instead. +func (*CountCompetitiveReportByWorkUuidsResp) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{189} +} + +func (x *CountCompetitiveReportByWorkUuidsResp) GetData() []*WorkUuidCount { + if x != nil { + return x.Data + } + return nil +} + type WorkListResp_Info struct { state protoimpl.MessageState `protogen:"open.v1"` WorkUuid string `protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid"` @@ -14011,7 +15982,7 @@ type WorkListResp_Info struct { func (x *WorkListResp_Info) Reset() { *x = WorkListResp_Info{} - mi := &file_pb_fiee_cast_proto_msgTypes[165] + mi := &file_pb_fiee_cast_proto_msgTypes[190] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -14023,7 +15994,7 @@ func (x *WorkListResp_Info) String() string { func (*WorkListResp_Info) ProtoMessage() {} func (x *WorkListResp_Info) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[165] + mi := &file_pb_fiee_cast_proto_msgTypes[190] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -14249,6 +16220,146 @@ func (x *WorkListResp_Info) GetBlueskyStatus() uint32 { return 0 } +type WorkList2Resp_Info struct { + state protoimpl.MessageState `protogen:"open.v1"` + WorkUuid string `protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid"` + ArtistName string `protobuf:"bytes,2,opt,name=artistName,proto3" json:"artistName"` + ArtistPhone string `protobuf:"bytes,3,opt,name=artistPhone,proto3" json:"artistPhone"` + Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title"` + WorkCategory uint32 `protobuf:"varint,5,opt,name=workCategory,proto3" json:"workCategory"` + WorkStatus uint32 `protobuf:"varint,6,opt,name=workStatus,proto3" json:"workStatus"` + SubmitTime string `protobuf:"bytes,7,opt,name=submitTime,proto3" json:"submitTime"` + StatusUpdateTime string `protobuf:"bytes,8,opt,name=statusUpdateTime,proto3" json:"statusUpdateTime"` + PlatformIDs []uint32 `protobuf:"varint,9,rep,packed,name=platformIDs,proto3" json:"platformIDs"` + MediaAccountNames []string `protobuf:"bytes,10,rep,name=mediaAccountNames,proto3" json:"mediaAccountNames"` + MediaAccountUuids []string `protobuf:"bytes,11,rep,name=mediaAccountUuids,proto3" json:"mediaAccountUuids"` + ManagerUserNames []string `protobuf:"bytes,12,rep,name=managerUserNames,proto3" json:"managerUserNames"` + ManagerUuids []string `protobuf:"bytes,13,rep,name=managerUuids,proto3" json:"managerUuids"` + unknownFields protoimpl.UnknownFields + sizeCache protoimpl.SizeCache +} + +func (x *WorkList2Resp_Info) Reset() { + *x = WorkList2Resp_Info{} + mi := &file_pb_fiee_cast_proto_msgTypes[192] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) +} + +func (x *WorkList2Resp_Info) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WorkList2Resp_Info) ProtoMessage() {} + +func (x *WorkList2Resp_Info) ProtoReflect() protoreflect.Message { + mi := &file_pb_fiee_cast_proto_msgTypes[192] + 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 WorkList2Resp_Info.ProtoReflect.Descriptor instead. +func (*WorkList2Resp_Info) Descriptor() ([]byte, []int) { + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{21, 0} +} + +func (x *WorkList2Resp_Info) GetWorkUuid() string { + if x != nil { + return x.WorkUuid + } + return "" +} + +func (x *WorkList2Resp_Info) GetArtistName() string { + if x != nil { + return x.ArtistName + } + return "" +} + +func (x *WorkList2Resp_Info) GetArtistPhone() string { + if x != nil { + return x.ArtistPhone + } + return "" +} + +func (x *WorkList2Resp_Info) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +func (x *WorkList2Resp_Info) GetWorkCategory() uint32 { + if x != nil { + return x.WorkCategory + } + return 0 +} + +func (x *WorkList2Resp_Info) GetWorkStatus() uint32 { + if x != nil { + return x.WorkStatus + } + return 0 +} + +func (x *WorkList2Resp_Info) GetSubmitTime() string { + if x != nil { + return x.SubmitTime + } + return "" +} + +func (x *WorkList2Resp_Info) GetStatusUpdateTime() string { + if x != nil { + return x.StatusUpdateTime + } + return "" +} + +func (x *WorkList2Resp_Info) GetPlatformIDs() []uint32 { + if x != nil { + return x.PlatformIDs + } + return nil +} + +func (x *WorkList2Resp_Info) GetMediaAccountNames() []string { + if x != nil { + return x.MediaAccountNames + } + return nil +} + +func (x *WorkList2Resp_Info) GetMediaAccountUuids() []string { + if x != nil { + return x.MediaAccountUuids + } + return nil +} + +func (x *WorkList2Resp_Info) GetManagerUserNames() []string { + if x != nil { + return x.ManagerUserNames + } + return nil +} + +func (x *WorkList2Resp_Info) GetManagerUuids() []string { + if x != nil { + return x.ManagerUuids + } + return nil +} + type MediaAccountsResp_Info struct { state protoimpl.MessageState `protogen:"open.v1"` PlatformID uint32 `protobuf:"varint,1,opt,name=platformID,proto3" json:"platformID"` @@ -14263,7 +16374,7 @@ type MediaAccountsResp_Info struct { func (x *MediaAccountsResp_Info) Reset() { *x = MediaAccountsResp_Info{} - mi := &file_pb_fiee_cast_proto_msgTypes[168] + mi := &file_pb_fiee_cast_proto_msgTypes[194] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -14275,7 +16386,7 @@ func (x *MediaAccountsResp_Info) String() string { func (*MediaAccountsResp_Info) ProtoMessage() {} func (x *MediaAccountsResp_Info) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[168] + mi := &file_pb_fiee_cast_proto_msgTypes[194] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -14288,7 +16399,7 @@ func (x *MediaAccountsResp_Info) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaAccountsResp_Info.ProtoReflect.Descriptor instead. func (*MediaAccountsResp_Info) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{25, 0} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{27, 0} } func (x *MediaAccountsResp_Info) GetPlatformID() uint32 { @@ -14351,7 +16462,7 @@ type MediaWorksResp_Info struct { func (x *MediaWorksResp_Info) Reset() { *x = MediaWorksResp_Info{} - mi := &file_pb_fiee_cast_proto_msgTypes[169] + mi := &file_pb_fiee_cast_proto_msgTypes[195] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -14363,7 +16474,7 @@ func (x *MediaWorksResp_Info) String() string { func (*MediaWorksResp_Info) ProtoMessage() {} func (x *MediaWorksResp_Info) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[169] + mi := &file_pb_fiee_cast_proto_msgTypes[195] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -14376,7 +16487,7 @@ func (x *MediaWorksResp_Info) ProtoReflect() protoreflect.Message { // Deprecated: Use MediaWorksResp_Info.ProtoReflect.Descriptor instead. func (*MediaWorksResp_Info) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{27, 0} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{29, 0} } func (x *MediaWorksResp_Info) GetWorkUuid() string { @@ -14459,7 +16570,7 @@ type PublishResp_Info struct { func (x *PublishResp_Info) Reset() { *x = PublishResp_Info{} - mi := &file_pb_fiee_cast_proto_msgTypes[170] + mi := &file_pb_fiee_cast_proto_msgTypes[196] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -14471,7 +16582,7 @@ func (x *PublishResp_Info) String() string { func (*PublishResp_Info) ProtoMessage() {} func (x *PublishResp_Info) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[170] + mi := &file_pb_fiee_cast_proto_msgTypes[196] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -14484,7 +16595,7 @@ func (x *PublishResp_Info) ProtoReflect() protoreflect.Message { // Deprecated: Use PublishResp_Info.ProtoReflect.Descriptor instead. func (*PublishResp_Info) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{29, 0} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{31, 0} } func (x *PublishResp_Info) GetArtistUuid() string { @@ -14512,7 +16623,7 @@ type RefreshWorkListResp_Info struct { func (x *RefreshWorkListResp_Info) Reset() { *x = RefreshWorkListResp_Info{} - mi := &file_pb_fiee_cast_proto_msgTypes[171] + mi := &file_pb_fiee_cast_proto_msgTypes[197] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -14524,7 +16635,7 @@ func (x *RefreshWorkListResp_Info) String() string { func (*RefreshWorkListResp_Info) ProtoMessage() {} func (x *RefreshWorkListResp_Info) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[171] + mi := &file_pb_fiee_cast_proto_msgTypes[197] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -14537,7 +16648,7 @@ func (x *RefreshWorkListResp_Info) ProtoReflect() protoreflect.Message { // Deprecated: Use RefreshWorkListResp_Info.ProtoReflect.Descriptor instead. func (*RefreshWorkListResp_Info) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{44, 0} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{46, 0} } func (x *RefreshWorkListResp_Info) GetWorkUuid() string { @@ -14575,7 +16686,7 @@ type RefreshWorkListResp_Info_PlatformInfo struct { func (x *RefreshWorkListResp_Info_PlatformInfo) Reset() { *x = RefreshWorkListResp_Info_PlatformInfo{} - mi := &file_pb_fiee_cast_proto_msgTypes[172] + mi := &file_pb_fiee_cast_proto_msgTypes[198] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -14587,7 +16698,7 @@ func (x *RefreshWorkListResp_Info_PlatformInfo) String() string { func (*RefreshWorkListResp_Info_PlatformInfo) ProtoMessage() {} func (x *RefreshWorkListResp_Info_PlatformInfo) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[172] + mi := &file_pb_fiee_cast_proto_msgTypes[198] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -14600,7 +16711,7 @@ func (x *RefreshWorkListResp_Info_PlatformInfo) ProtoReflect() protoreflect.Mess // Deprecated: Use RefreshWorkListResp_Info_PlatformInfo.ProtoReflect.Descriptor instead. func (*RefreshWorkListResp_Info_PlatformInfo) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{44, 0, 0} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{46, 0, 0} } func (x *RefreshWorkListResp_Info_PlatformInfo) GetPublishMediaID() string { @@ -14658,7 +16769,7 @@ type UpdateOAuthReq_Info struct { func (x *UpdateOAuthReq_Info) Reset() { *x = UpdateOAuthReq_Info{} - mi := &file_pb_fiee_cast_proto_msgTypes[173] + mi := &file_pb_fiee_cast_proto_msgTypes[199] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -14670,7 +16781,7 @@ func (x *UpdateOAuthReq_Info) String() string { func (*UpdateOAuthReq_Info) ProtoMessage() {} func (x *UpdateOAuthReq_Info) ProtoReflect() protoreflect.Message { - mi := &file_pb_fiee_cast_proto_msgTypes[173] + mi := &file_pb_fiee_cast_proto_msgTypes[199] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -14683,7 +16794,7 @@ func (x *UpdateOAuthReq_Info) ProtoReflect() protoreflect.Message { // Deprecated: Use UpdateOAuthReq_Info.ProtoReflect.Descriptor instead. func (*UpdateOAuthReq_Info) Descriptor() ([]byte, []int) { - return file_pb_fiee_cast_proto_rawDescGZIP(), []int{53, 0} + return file_pb_fiee_cast_proto_rawDescGZIP(), []int{55, 0} } func (x *UpdateOAuthReq_Info) GetArtistUuid() string { @@ -15013,7 +17124,35 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\rblueskyStatus\x18\x1e \x01(\rR\rblueskyStatus\x1aB\n" + "\x14PublishMediaIDsEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + - "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"+\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"V\n" + + "\fWorkList2Req\x12\x12\n" + + "\x04page\x18\x01 \x01(\x05R\x04page\x12\x1a\n" + + "\bpageSize\x18\x02 \x01(\x05R\bpageSize\x12\x16\n" + + "\x06months\x18\x03 \x03(\tR\x06months\"\xae\x04\n" + + "\rWorkList2Resp\x12,\n" + + "\x04data\x18\x01 \x03(\v2\x18.Cast.WorkList2Resp.InfoR\x04data\x12\x14\n" + + "\x05count\x18\x02 \x01(\x03R\x05count\x1a\xd8\x03\n" + + "\x04Info\x12\x1a\n" + + "\bworkUuid\x18\x01 \x01(\tR\bworkUuid\x12\x1e\n" + + "\n" + + "artistName\x18\x02 \x01(\tR\n" + + "artistName\x12 \n" + + "\vartistPhone\x18\x03 \x01(\tR\vartistPhone\x12\x14\n" + + "\x05title\x18\x04 \x01(\tR\x05title\x12\"\n" + + "\fworkCategory\x18\x05 \x01(\rR\fworkCategory\x12\x1e\n" + + "\n" + + "workStatus\x18\x06 \x01(\rR\n" + + "workStatus\x12\x1e\n" + + "\n" + + "submitTime\x18\a \x01(\tR\n" + + "submitTime\x12*\n" + + "\x10statusUpdateTime\x18\b \x01(\tR\x10statusUpdateTime\x12 \n" + + "\vplatformIDs\x18\t \x03(\rR\vplatformIDs\x12,\n" + + "\x11mediaAccountNames\x18\n" + + " \x03(\tR\x11mediaAccountNames\x12,\n" + + "\x11mediaAccountUuids\x18\v \x03(\tR\x11mediaAccountUuids\x12*\n" + + "\x10managerUserNames\x18\f \x03(\tR\x10managerUserNames\x12\"\n" + + "\fmanagerUuids\x18\r \x03(\tR\fmanagerUuids\"+\n" + "\rWorkDetailReq\x12\x1a\n" + "\bworkUuid\x18\x01 \x01(\tR\bworkUuid\"\xfb\x01\n" + "\vWorkLogInfo\x12\x1a\n" + @@ -16147,6 +18286,13 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\tupdatedAt\x18\t \x01(\x05R\tupdatedAt\"_\n" + "\x19GetArtistAyrShareInfoResp\x12,\n" + "\x04data\x18\x01 \x03(\v2\x18.Cast.ArtistAyrShareInfoR\x04data\x12\x14\n" + + "\x05count\x18\x02 \x01(\x03R\x05count\"y\n" + + "%GetArtistAyrShareInfoByPlatformIDsReq\x12 \n" + + "\vplatformIDs\x18\x01 \x03(\rR\vplatformIDs\x12\x12\n" + + "\x04page\x18\x02 \x01(\x05R\x04page\x12\x1a\n" + + "\bpageSize\x18\x03 \x01(\x05R\bpageSize\"l\n" + + "&GetArtistAyrShareInfoByPlatformIDsResp\x12,\n" + + "\x04data\x18\x01 \x03(\v2\x18.Cast.ArtistAyrShareInfoR\x04data\x12\x14\n" + "\x05count\x18\x02 \x01(\x03R\x05count\"\x9b\x01\n" + "\x17ListWorkPlatformInfoReq\x12 \n" + "\vplatformIDs\x18\x01 \x03(\rR\vplatformIDs\x12.\n" + @@ -16327,7 +18473,7 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x06status\x18\x04 \x01(\rR\x06status\x12\x16\n" + "\x06remark\x18\x05 \x01(\tR\x06remark\"'\n" + "\x11UpdateCastTagResp\x12\x12\n" + - "\x04uuid\x18\x01 \x01(\tR\x04uuid\"\xed\x02\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\"\x9d\x03\n" + "\x0fListCastTagsReq\x12\x18\n" + "\ahashTag\x18\x01 \x01(\tR\ahashTag\x12\x16\n" + "\x06source\x18\x02 \x01(\rR\x06source\x12\x16\n" + @@ -16335,12 +18481,13 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x15statusUpdateTimeStart\x18\x04 \x01(\tR\x15statusUpdateTimeStart\x120\n" + "\x13statusUpdateTimeEnd\x18\x05 \x01(\tR\x13statusUpdateTimeEnd\x12&\n" + "\x0ecreatedAtStart\x18\x06 \x01(\tR\x0ecreatedAtStart\x12\"\n" + - "\fcreatedAtEnd\x18\a \x01(\tR\fcreatedAtEnd\x12\x18\n" + + "\fcreatedAtEnd\x18\a \x01(\tR\fcreatedAtEnd\x12.\n" + + "\x12isWatchCountCalled\x18\f \x01(\rR\x12isWatchCountCalled\x12\x18\n" + "\aorderBy\x18\b \x01(\tR\aorderBy\x12\x12\n" + "\x04sort\x18\t \x01(\tR\x04sort\x12\x12\n" + "\x04page\x18\n" + " \x01(\x05R\x04page\x12\x1a\n" + - "\bpageSize\x18\v \x01(\x05R\bpageSize\"\xef\x02\n" + + "\bpageSize\x18\v \x01(\x05R\bpageSize\"\x9f\x03\n" + "\vCastTagInfo\x12\x12\n" + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x18\n" + "\ahashTag\x18\x02 \x01(\tR\ahashTag\x12 \n" + @@ -16358,7 +18505,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x10statusUpdateTime\x18\n" + " \x01(\tR\x10statusUpdateTime\x12 \n" + "\vcreatedDate\x18\v \x01(\tR\vcreatedDate\x12\x18\n" + - "\asuccess\x18\f \x01(\bR\asuccess\"O\n" + + "\asuccess\x18\f \x01(\bR\asuccess\x12.\n" + + "\x12isWatchCountCalled\x18\r \x01(\rR\x12isWatchCountCalled\"O\n" + "\x10ListCastTagsResp\x12%\n" + "\x04data\x18\x01 \x03(\v2\x11.Cast.CastTagInfoR\x04data\x12\x14\n" + "\x05count\x18\x02 \x01(\x03R\x05count\">\n" + @@ -16367,7 +18515,9 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x16UpdateCastTagBatchResp\x12%\n" + "\x04data\x18\x01 \x03(\v2\x11.Cast.CastTagInfoR\x04data\x12\"\n" + "\fsuccessCount\x18\x02 \x01(\x05R\fsuccessCount\x12\x1c\n" + - "\tfailCount\x18\x03 \x01(\x05R\tfailCount\"v\n" + + "\tfailCount\x18\x03 \x01(\x05R\tfailCount\"?\n" + + "\x16BatchUpdateCastTagsReq\x12%\n" + + "\x04data\x18\x01 \x03(\v2\x11.Cast.CastTagInfoR\x04data\"v\n" + "\x16UpdateCastTagStatusReq\x12\x12\n" + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x18\n" + "\ahashTag\x18\x02 \x01(\tR\ahashTag\x12\x16\n" + @@ -16375,7 +18525,192 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x06remark\x18\x04 \x01(\tR\x06remark\"N\n" + " RecalculateCastTagQuoteCountResp\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x10\n" + - "\x03msg\x18\x02 \x01(\tR\x03msg*T\n" + + "\x03msg\x18\x02 \x01(\tR\x03msg\"\xfe\x02\n" + + "\x1aCreateCompetitiveReportReq\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x16\n" + + "\x06subNum\x18\x02 \x01(\tR\x06subNum\x12\x1e\n" + + "\n" + + "artistName\x18\x03 \x01(\tR\n" + + "artistName\x12\x1a\n" + + "\bartistID\x18\x04 \x01(\tR\bartistID\x12 \n" + + "\vartistPhone\x18\x05 \x01(\tR\vartistPhone\x12$\n" + + "\rreportContent\x18\x06 \x01(\tR\rreportContent\x12\x1a\n" + + "\bimageUrl\x18\a \x01(\tR\bimageUrl\x12\x14\n" + + "\x05title\x18\b \x01(\tR\x05title\x12\x16\n" + + "\x06pdfUrl\x18\t \x01(\tR\x06pdfUrl\x12\x1c\n" + + "\tworkUuids\x18\n" + + " \x03(\tR\tworkUuids\x12\x16\n" + + "\x06source\x18\v \x01(\rR\x06source\x12\x16\n" + + "\x06remark\x18\f \x01(\tR\x06remark\x12\x18\n" + + "\asuccess\x18\r \x01(\bR\asuccess\"1\n" + + "\x1bCreateCompetitiveReportResp\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\"\xa0\x01\n" + + "\x1aUpdateCompetitiveReportReq\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12$\n" + + "\rreportContent\x18\x02 \x01(\tR\rreportContent\x12\x14\n" + + "\x05title\x18\x03 \x01(\tR\x05title\x12\x1a\n" + + "\bimageUrl\x18\x04 \x01(\tR\bimageUrl\x12\x16\n" + + "\x06pdfUrl\x18\x05 \x01(\tR\x06pdfUrl\"\xbc\x02\n" + + " UpdateCompetitiveReportStatusReq\x124\n" + + "\n" + + "workAction\x18\x01 \x01(\x0e2\x14.Cast.WorkActionENUMR\n" + + "workAction\x12\x12\n" + + "\x04uuid\x18\x02 \x01(\tR\x04uuid\x12\x1e\n" + + "\n" + + "approvalID\x18\x03 \x01(\tR\n" + + "approvalID\x12$\n" + + "\rapprovalReply\x18\x04 \x01(\tR\rapprovalReply\x12$\n" + + "\rconfirmRemark\x18\x05 \x01(\tR\rconfirmRemark\x12$\n" + + "\rconfirmStatus\x18\x06 \x01(\rR\rconfirmStatus\x12\x1a\n" + + "\bcostType\x18\a \x01(\rR\bcostType\x12 \n" + + "\vconfirmType\x18\b \x01(\rR\vconfirmType\"Z\n" + + "$UpdateCompetitiveReportApprovalIDReq\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x1e\n" + + "\n" + + "approvalID\x18\x02 \x01(\tR\n" + + "approvalID\"\xca\x02\n" + + "\x18CompetitiveReportLogInfo\x12\x1e\n" + + "\n" + + "reportUuid\x18\x01 \x01(\tR\n" + + "reportUuid\x12\x14\n" + + "\x05title\x18\x02 \x01(\tR\x05title\x12\x1e\n" + + "\n" + + "updateTime\x18\x03 \x01(\tR\n" + + "updateTime\x12*\n" + + "\x10workReportStatus\x18\x04 \x01(\rR\x10workReportStatus\x12\x1e\n" + + "\n" + + "artistName\x18\x05 \x01(\tR\n" + + "artistName\x12\x1e\n" + + "\n" + + "artistUuid\x18\x06 \x01(\tR\n" + + "artistUuid\x12(\n" + + "\x0freportExtraData\x18\a \x01(\tR\x0freportExtraData\x12\"\n" + + "\foperatorName\x18\b \x01(\tR\foperatorName\x12\x1e\n" + + "\n" + + "operatorID\x18\t \x01(\tR\n" + + "operatorID\"\xc2\x01\n" + + "\x16CompetitiveReportExtra\x12\x1e\n" + + "\n" + + "reportUuid\x18\x01 \x01(\tR\n" + + "reportUuid\x120\n" + + "\x13artistConfirmedTime\x18\x02 \x01(\x03R\x13artistConfirmedTime\x12\x1a\n" + + "\bcostType\x18\x03 \x01(\rR\bcostType\x12\x1c\n" + + "\tcreatedAt\x18\x04 \x01(\x05R\tcreatedAt\x12\x1c\n" + + "\tupdatedAt\x18\x05 \x01(\x05R\tupdatedAt\"3\n" + + "\x1dGetCompetitiveReportDetailReq\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\"3\n" + + "\x1dGetCompetitiveReportForAppReq\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\"\xb6\x02\n" + + "\x1eGetCompetitiveReportForAppResp\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x16\n" + + "\x06subNum\x18\x02 \x01(\tR\x06subNum\x12\x1e\n" + + "\n" + + "artistName\x18\x03 \x01(\tR\n" + + "artistName\x12$\n" + + "\rreportContent\x18\x04 \x01(\tR\rreportContent\x12\x1a\n" + + "\bimageUrl\x18\x05 \x01(\tR\bimageUrl\x12\x14\n" + + "\x05title\x18\x06 \x01(\tR\x05title\x12\x16\n" + + "\x06pdfUrl\x18\a \x01(\tR\x06pdfUrl\x12\x1c\n" + + "\tworkUuids\x18\b \x03(\tR\tworkUuids\x12\x1c\n" + + "\tcreatedAt\x18\t \x01(\tR\tcreatedAt\x12\x1c\n" + + "\tupdatedAt\x18\n" + + " \x01(\tR\tupdatedAt\"\xbe\x06\n" + + "\x1eGetCompetitiveReportDetailResp\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x16\n" + + "\x06subNum\x18\x02 \x01(\tR\x06subNum\x12\x1e\n" + + "\n" + + "artistName\x18\x03 \x01(\tR\n" + + "artistName\x12\x1a\n" + + "\bartistID\x18\x04 \x01(\tR\bartistID\x12 \n" + + "\vartistPhone\x18\x05 \x01(\tR\vartistPhone\x12$\n" + + "\rreportContent\x18\x06 \x01(\tR\rreportContent\x12\x1a\n" + + "\bimageUrl\x18\a \x01(\tR\bimageUrl\x12\x14\n" + + "\x05title\x18\b \x01(\tR\x05title\x12\x1e\n" + + "\n" + + "operatorID\x18\t \x01(\tR\n" + + "operatorID\x12\"\n" + + "\foperatorName\x18\n" + + " \x01(\tR\foperatorName\x12*\n" + + "\x10workReportStatus\x18\v \x01(\rR\x10workReportStatus\x12\x16\n" + + "\x06reason\x18\f \x01(\tR\x06reason\x12 \n" + + "\vcomfirmType\x18\r \x01(\x05R\vcomfirmType\x12\x12\n" + + "\x04cost\x18\x0e \x01(\rR\x04cost\x12\x1e\n" + + "\n" + + "submitTime\x18\x0f \x01(\tR\n" + + "submitTime\x12*\n" + + "\x10statusUpdateTime\x18\x10 \x01(\tR\x10statusUpdateTime\x12\x1e\n" + + "\n" + + "approvalID\x18\x11 \x01(\tR\n" + + "approvalID\x12\x16\n" + + "\x06pdfUrl\x18\x12 \x01(\tR\x06pdfUrl\x12$\n" + + "\rconfirmRemark\x18\x13 \x01(\tR\rconfirmRemark\x12\x1c\n" + + "\tworkUuids\x18\x14 \x03(\tR\tworkUuids\x12D\n" + + "\rreportLogData\x18\x15 \x03(\v2\x1e.Cast.CompetitiveReportLogInfoR\rreportLogData\x122\n" + + "\x05extra\x18\x16 \x01(\v2\x1c.Cast.CompetitiveReportExtraR\x05extra\x12\x1c\n" + + "\tcreatedAt\x18\x17 \x01(\tR\tcreatedAt\x12\x1c\n" + + "\tupdatedAt\x18\x18 \x01(\tR\tupdatedAt\"\xce\x03\n" + + "\x18ListCompetitiveReportReq\x12\x1a\n" + + "\buuidList\x18\x01 \x03(\tR\buuidList\x12\x16\n" + + "\x06subNum\x18\x02 \x01(\tR\x06subNum\x12\x1c\n" + + "\tartistVal\x18\x03 \x01(\tR\tartistVal\x12\x16\n" + + "\x06status\x18\x04 \x01(\rR\x06status\x12 \n" + + "\vcomfirmType\x18\x05 \x01(\x05R\vcomfirmType\x124\n" + + "\x15statusUpdateTimeStart\x18\x06 \x01(\tR\x15statusUpdateTimeStart\x120\n" + + "\x13statusUpdateTimeEnd\x18\a \x01(\tR\x13statusUpdateTimeEnd\x12(\n" + + "\x0fsubmitStartTime\x18\b \x01(\tR\x0fsubmitStartTime\x12$\n" + + "\rsubmitEndTime\x18\t \x01(\tR\rsubmitEndTime\x12\x12\n" + + "\x04page\x18\n" + + " \x01(\x05R\x04page\x12\x1a\n" + + "\bpageSize\x18\v \x01(\x05R\bpageSize\x12\x1e\n" + + "\n" + + "statusList\x18\f \x03(\rR\n" + + "statusList\x12\x1e\n" + + "\n" + + "artistUuid\x18\r \x01(\tR\n" + + "artistUuid\"\xe5\x03\n" + + "\x15CompetitiveReportInfo\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x16\n" + + "\x06subNum\x18\x02 \x01(\tR\x06subNum\x12\x1e\n" + + "\n" + + "artistName\x18\x03 \x01(\tR\n" + + "artistName\x12\x1a\n" + + "\bartistID\x18\x04 \x01(\tR\bartistID\x12 \n" + + "\vartistPhone\x18\x05 \x01(\tR\vartistPhone\x12\x1e\n" + + "\n" + + "operatorID\x18\x06 \x01(\tR\n" + + "operatorID\x12\"\n" + + "\foperatorName\x18\a \x01(\tR\foperatorName\x12*\n" + + "\x10workReportStatus\x18\b \x01(\rR\x10workReportStatus\x12\x16\n" + + "\x06reason\x18\t \x01(\tR\x06reason\x12 \n" + + "\vcomfirmType\x18\n" + + " \x01(\x05R\vcomfirmType\x12\x1e\n" + + "\n" + + "submitTime\x18\v \x01(\tR\n" + + "submitTime\x12*\n" + + "\x10statusUpdateTime\x18\f \x01(\tR\x10statusUpdateTime\x12\x16\n" + + "\x06pdfUrl\x18\r \x01(\tR\x06pdfUrl\x12\x1e\n" + + "\n" + + "approvalID\x18\x0e \x01(\tR\n" + + "approvalID\x12\x14\n" + + "\x05title\x18\x0f \x01(\tR\x05title\"b\n" + + "\x19ListCompetitiveReportResp\x12/\n" + + "\x04data\x18\x01 \x03(\v2\x1b.Cast.CompetitiveReportInfoR\x04data\x12\x14\n" + + "\x05count\x18\x02 \x01(\x03R\x05count\"0\n" + + "\x1aDeleteCompetitiveReportReq\x12\x12\n" + + "\x04uuid\x18\x01 \x01(\tR\x04uuid\"]\n" + + "\x1fImportCompetitiveReportBatchReq\x12:\n" + + "\areports\x18\x01 \x03(\v2 .Cast.CreateCompetitiveReportReqR\areports\"\xa0\x01\n" + + " ImportCompetitiveReportBatchResp\x12:\n" + + "\areports\x18\x01 \x03(\v2 .Cast.CreateCompetitiveReportReqR\areports\x12\"\n" + + "\fsuccessCount\x18\x02 \x01(\x05R\fsuccessCount\x12\x1c\n" + + "\tfailCount\x18\x03 \x01(\x05R\tfailCount\"D\n" + + "$CountCompetitiveReportByWorkUuidsReq\x12\x1c\n" + + "\tworkUuids\x18\x01 \x03(\tR\tworkUuids\"A\n" + + "\rWorkUuidCount\x12\x1a\n" + + "\bworkUuid\x18\x01 \x01(\tR\bworkUuid\x12\x14\n" + + "\x05count\x18\x02 \x01(\x03R\x05count\"P\n" + + "%CountCompetitiveReportByWorkUuidsResp\x12'\n" + + "\x04data\x18\x01 \x03(\v2\x13.Cast.WorkUuidCountR\x04data*T\n" + "\x0ePlatformIDENUM\x12\v\n" + "\aUNKNOWN\x10\x00\x12\n" + "\n" + @@ -16417,7 +18752,7 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x05TITLE\x10\x01\x12\v\n" + "\aCONTENT\x10\x02\x12\t\n" + "\x05IMAGE\x10\x03\x12\x10\n" + - "\fLONG_CONTENT\x10\x042\xf0*\n" + + "\fLONG_CONTENT\x10\x042\x9f4\n" + "\x04Cast\x12B\n" + "\rMediaUserList\x12\x16.Cast.MediaUserListReq\x1a\x17.Cast.MediaUserListResp\"\x00\x12Q\n" + "\x12UpdateMediaAccount\x12\x1b.Cast.UpdateMediaAccountReq\x1a\x1c.Cast.UpdateMediaAccountResp\"\x00\x12B\n" + @@ -16427,7 +18762,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x0fUpdateWorkVideo\x12\x18.Cast.UpdateWorkVideoReq\x1a\x19.Cast.UpdateWorkVideoResp\"\x00\x126\n" + "\tMediaInfo\x12\x12.Cast.MediaInfoReq\x1a\x13.Cast.MediaInfoResp\"\x00\x12T\n" + "\x13MediaInfoByPlatform\x12\x1c.Cast.MediaInfoByPlatformReq\x1a\x1d.Cast.MediaInfoByPlatformResp\"\x00\x123\n" + - "\bWorkList\x12\x11.Cast.WorkListReq\x1a\x12.Cast.WorkListResp\"\x00\x129\n" + + "\bWorkList\x12\x11.Cast.WorkListReq\x1a\x12.Cast.WorkListResp\"\x00\x126\n" + + "\tWorkList2\x12\x12.Cast.WorkList2Req\x1a\x13.Cast.WorkList2Resp\"\x00\x129\n" + "\n" + "WorkDetail\x12\x13.Cast.WorkDetailReq\x1a\x14.Cast.WorkDetailResp\"\x00\x12?\n" + "\fUpdateStatus\x12\x15.Cast.UpdateStatusReq\x1a\x16.google.protobuf.Empty\"\x00\x12B\n" + @@ -16485,7 +18821,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x15ListMediaMetricsDaily\x12\x1e.Cast.ListMediaMetricsDailyReq\x1a\x1f.Cast.ListMediaMetricsDailyResp\"\x00\x12W\n" + "\x14ListWorkMetricsDaily\x12\x1d.Cast.ListWorkMetricsDailyReq\x1a\x1e.Cast.ListWorkMetricsDailyResp\"\x00\x12o\n" + "\x1cCalculateMediaMetricsByWorks\x12%.Cast.CalculateMediaMetricsByWorksReq\x1a&.Cast.CalculateMediaMetricsByWorksResp\"\x00\x12Z\n" + - "\x15GetArtistAyrShareInfo\x12\x1e.Cast.GetArtistAyrShareInfoReq\x1a\x1f.Cast.GetArtistAyrShareInfoResp\"\x00\x12W\n" + + "\x15GetArtistAyrShareInfo\x12\x1e.Cast.GetArtistAyrShareInfoReq\x1a\x1f.Cast.GetArtistAyrShareInfoResp\"\x00\x12\x81\x01\n" + + "\"GetArtistAyrShareInfoByPlatformIDs\x12+.Cast.GetArtistAyrShareInfoByPlatformIDsReq\x1a,.Cast.GetArtistAyrShareInfoByPlatformIDsResp\"\x00\x12W\n" + "\x14ListWorkPlatformInfo\x12\x1d.Cast.ListWorkPlatformInfoReq\x1a\x1e.Cast.ListWorkPlatformInfoResp\"\x00\x12E\n" + "\x0eUpsertTaskList\x12\x17.Cast.UpsertTaskListReq\x1a\x18.Cast.UpsertTaskListResp\"\x00\x12<\n" + "\vGetTaskList\x12\x14.Cast.GetTaskListReq\x1a\x15.Cast.GetTaskListResp\"\x00\x12?\n" + @@ -16494,8 +18831,18 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\rUpdateCastTag\x12\x16.Cast.UpdateCastTagReq\x1a\x17.Cast.UpdateCastTagResp\"\x00\x12?\n" + "\fListCastTags\x12\x15.Cast.ListCastTagsReq\x1a\x16.Cast.ListCastTagsResp\"\x00\x12Q\n" + "\x12UpdateCastTagBatch\x12\x1b.Cast.UpdateCastTagBatchReq\x1a\x1c.Cast.UpdateCastTagBatchResp\"\x00\x12M\n" + + "\x13BatchUpdateCastTags\x12\x1c.Cast.BatchUpdateCastTagsReq\x1a\x16.google.protobuf.Empty\"\x00\x12M\n" + "\x13UpdateCastTagStatus\x12\x1c.Cast.UpdateCastTagStatusReq\x1a\x16.google.protobuf.Empty\"\x00\x12`\n" + - "\x1cRecalculateCastTagQuoteCount\x12\x16.google.protobuf.Empty\x1a&.Cast.RecalculateCastTagQuoteCountResp\"\x00B\rZ\v./cast;castb\x06proto3" + "\x1cRecalculateCastTagQuoteCount\x12\x16.google.protobuf.Empty\x1a&.Cast.RecalculateCastTagQuoteCountResp\"\x00\x12`\n" + + "\x17CreateCompetitiveReport\x12 .Cast.CreateCompetitiveReportReq\x1a!.Cast.CreateCompetitiveReportResp\"\x00\x12o\n" + + "\x1cImportCompetitiveReportBatch\x12%.Cast.ImportCompetitiveReportBatchReq\x1a&.Cast.ImportCompetitiveReportBatchResp\"\x00\x12a\n" + + "\x1dUpdateCompetitiveReportStatus\x12&.Cast.UpdateCompetitiveReportStatusReq\x1a\x16.google.protobuf.Empty\"\x00\x12c\n" + + "\x14GetCompetitiveReport\x12#.Cast.GetCompetitiveReportDetailReq\x1a$.Cast.GetCompetitiveReportDetailResp\"\x00\x12i\n" + + "\x1aGetCompetitiveReportForApp\x12#.Cast.GetCompetitiveReportForAppReq\x1a$.Cast.GetCompetitiveReportForAppResp\"\x00\x12Z\n" + + "\x15ListCompetitiveReport\x12\x1e.Cast.ListCompetitiveReportReq\x1a\x1f.Cast.ListCompetitiveReportResp\"\x00\x12U\n" + + "\x17DeleteCompetitiveReport\x12 .Cast.DeleteCompetitiveReportReq\x1a\x16.google.protobuf.Empty\"\x00\x12i\n" + + "!UpdateCompetitiveReportApprovalID\x12*.Cast.UpdateCompetitiveReportApprovalIDReq\x1a\x16.google.protobuf.Empty\"\x00\x12~\n" + + "!CountCompetitiveReportByWorkUuids\x12*.Cast.CountCompetitiveReportByWorkUuidsReq\x1a+.Cast.CountCompetitiveReportByWorkUuidsResp\"\x00B\rZ\v./cast;castb\x06proto3" var ( file_pb_fiee_cast_proto_rawDescOnce sync.Once @@ -16510,190 +18857,216 @@ func file_pb_fiee_cast_proto_rawDescGZIP() []byte { } var file_pb_fiee_cast_proto_enumTypes = make([]protoimpl.EnumInfo, 7) -var file_pb_fiee_cast_proto_msgTypes = make([]protoimpl.MessageInfo, 174) +var file_pb_fiee_cast_proto_msgTypes = make([]protoimpl.MessageInfo, 200) var file_pb_fiee_cast_proto_goTypes = []any{ - (PlatformIDENUM)(0), // 0: Cast.PlatformIDENUM - (AuthStatusENUM)(0), // 1: Cast.AuthStatusENUM - (WorkActionENUM)(0), // 2: Cast.WorkActionENUM - (AutoPublishENUM)(0), // 3: Cast.AutoPublishENUM - (PublishStatusENUM)(0), // 4: Cast.PublishStatusENUM - (ConfirmFailENUM)(0), // 5: Cast.ConfirmFailENUM - (CategoryENUM)(0), // 6: Cast.CategoryENUM - (*AsInfo)(nil), // 7: Cast.AsInfo - (*MediaUserListReq)(nil), // 8: Cast.MediaUserListReq - (*MediaUserInfo)(nil), // 9: Cast.MediaUserInfo - (*MediaUserListResp)(nil), // 10: Cast.MediaUserListResp - (*UpdateMediaAccountReq)(nil), // 11: Cast.UpdateMediaAccountReq - (*UpdateMediaAccountResp)(nil), // 12: Cast.UpdateMediaAccountResp - (*UnbindManagerReq)(nil), // 13: Cast.UnbindManagerReq - (*UnbindManagerResp)(nil), // 14: Cast.UnbindManagerResp - (*BindManagerReq)(nil), // 15: Cast.BindManagerReq - (*UpdateWorkImageReq)(nil), // 16: Cast.UpdateWorkImageReq - (*UpdateWorkImageResp)(nil), // 17: Cast.UpdateWorkImageResp - (*PublishConfig)(nil), // 18: Cast.PublishConfig - (*UpdateWorkVideoReq)(nil), // 19: Cast.UpdateWorkVideoReq - (*UpdateWorkVideoResp)(nil), // 20: Cast.UpdateWorkVideoResp - (*MediaInfoReq)(nil), // 21: Cast.MediaInfoReq - (*MediaInfoResp)(nil), // 22: Cast.MediaInfoResp - (*MediaInfoByPlatformReq)(nil), // 23: Cast.MediaInfoByPlatformReq - (*MediaInfoByPlatformResp)(nil), // 24: Cast.MediaInfoByPlatformResp - (*WorkListReq)(nil), // 25: Cast.WorkListReq - (*WorkListResp)(nil), // 26: Cast.WorkListResp - (*WorkDetailReq)(nil), // 27: Cast.WorkDetailReq - (*WorkLogInfo)(nil), // 28: Cast.WorkLogInfo - (*WorkDetailResp)(nil), // 29: Cast.WorkDetailResp - (*UpdateStatusReq)(nil), // 30: Cast.UpdateStatusReq - (*MediaAccountsReq)(nil), // 31: Cast.MediaAccountsReq - (*MediaAccountsResp)(nil), // 32: Cast.MediaAccountsResp - (*MediaWorksReq)(nil), // 33: Cast.MediaWorksReq - (*MediaWorksResp)(nil), // 34: Cast.MediaWorksResp - (*PublishReq)(nil), // 35: Cast.PublishReq - (*PublishResp)(nil), // 36: Cast.PublishResp - (*RePublishReq)(nil), // 37: Cast.RePublishReq - (*RePublishResp)(nil), // 38: Cast.RePublishResp - (*DelWorkReq)(nil), // 39: Cast.DelWorkReq - (*WorkInfoReq)(nil), // 40: Cast.WorkInfoReq - (*WorkInfoResp)(nil), // 41: Cast.WorkInfoResp - (*ArtistInfoReq)(nil), // 42: Cast.ArtistInfoReq - (*ArtistInfoResp)(nil), // 43: Cast.ArtistInfoResp - (*ImportWorkBatchReq)(nil), // 44: Cast.ImportWorkBatchReq - (*ImportWorkBatchResp)(nil), // 45: Cast.ImportWorkBatchResp - (*PlatformInfo)(nil), // 46: Cast.PlatformInfo - (*UpdateWorkPlatformInfoReq)(nil), // 47: Cast.UpdateWorkPlatformInfoReq - (*UpdateWorkPlatformInfoResp)(nil), // 48: Cast.UpdateWorkPlatformInfoResp - (*UpdateWorkPublishLogReq)(nil), // 49: Cast.UpdateWorkPublishLogReq - (*RefreshWorkListReq)(nil), // 50: Cast.RefreshWorkListReq - (*RefreshWorkListResp)(nil), // 51: Cast.RefreshWorkListResp - (*OAuthAccountReq)(nil), // 52: Cast.OAuthAccountReq - (*OAuthAccountResp)(nil), // 53: Cast.OAuthAccountResp - (*OAuthAccountV2Req)(nil), // 54: Cast.OAuthAccountV2Req - (*OAuthAccountV2Resp)(nil), // 55: Cast.OAuthAccountV2Resp - (*OAuthYoutubeTokenReq)(nil), // 56: Cast.OAuthYoutubeTokenReq - (*OAuthYoutubeTokenResp)(nil), // 57: Cast.OAuthYoutubeTokenResp - (*OAuthCodeToTokenReq)(nil), // 58: Cast.OAuthCodeToTokenReq - (*OAuthCodeToTokenResp)(nil), // 59: Cast.OAuthCodeToTokenResp - (*UpdateOAuthReq)(nil), // 60: Cast.UpdateOAuthReq - (*RefreshTokenReq)(nil), // 61: Cast.RefreshTokenReq - (*RefreshTokenResp)(nil), // 62: Cast.RefreshTokenResp - (*PublishMediaInfoReq)(nil), // 63: Cast.PublishMediaInfoReq - (*PublishMediaInfoResp)(nil), // 64: Cast.PublishMediaInfoResp - (*ToolsReq)(nil), // 65: Cast.ToolsReq - (*UpdateVideoScriptReq)(nil), // 66: Cast.UpdateVideoScriptReq - (*UpdateVideoScriptResp)(nil), // 67: Cast.UpdateVideoScriptResp - (*GetVideoScriptReq)(nil), // 68: Cast.GetVideoScriptReq - (*GetVideoScriptResp)(nil), // 69: Cast.GetVideoScriptResp - (*ListVideoScriptsReq)(nil), // 70: Cast.ListVideoScriptsReq - (*VideoScriptInfo)(nil), // 71: Cast.VideoScriptInfo - (*ListVideoScriptsResp)(nil), // 72: Cast.ListVideoScriptsResp - (*DeleteVideoScriptReq)(nil), // 73: Cast.DeleteVideoScriptReq - (*UpdateVideoScriptBatchReq)(nil), // 74: Cast.UpdateVideoScriptBatchReq - (*UpdateVideoScriptBatchResp)(nil), // 75: Cast.UpdateVideoScriptBatchResp - (*UpdateScriptStatusReq)(nil), // 76: Cast.UpdateScriptStatusReq - (*SetLayoutReq)(nil), // 77: Cast.SetLayoutReq - (*GetLayoutReq)(nil), // 78: Cast.GetLayoutReq - (*GetLayoutResp)(nil), // 79: Cast.GetLayoutResp - (*UpdatePromptReq)(nil), // 80: Cast.UpdatePromptReq - (*DeletePromptReq)(nil), // 81: Cast.DeletePromptReq - (*GetPromptReq)(nil), // 82: Cast.GetPromptReq - (*GetPromptResp)(nil), // 83: Cast.GetPromptResp - (*ListPromptsReq)(nil), // 84: Cast.ListPromptsReq - (*PromptInfo)(nil), // 85: Cast.PromptInfo - (*ListPromptsResp)(nil), // 86: Cast.ListPromptsResp - (*UpdatePromptBatchReq)(nil), // 87: Cast.UpdatePromptBatchReq - (*UpdatePromptBatchResp)(nil), // 88: Cast.UpdatePromptBatchResp - (*ArtistInfo)(nil), // 89: Cast.ArtistInfo - (*UpdateArtistReq)(nil), // 90: Cast.UpdateArtistReq - (*UpdateArtistResp)(nil), // 91: Cast.UpdateArtistResp - (*GetArtistReq)(nil), // 92: Cast.GetArtistReq - (*GetArtistResp)(nil), // 93: Cast.GetArtistResp - (*CreateWorkAnalysisReq)(nil), // 94: Cast.CreateWorkAnalysisReq - (*CreateWorkAnalysisResp)(nil), // 95: Cast.CreateWorkAnalysisResp - (*UpdateWorkAnalysisReq)(nil), // 96: Cast.UpdateWorkAnalysisReq - (*UpdateWorkAnalysisStatusReq)(nil), // 97: Cast.UpdateWorkAnalysisStatusReq - (*WorkAnalysisLogInfo)(nil), // 98: Cast.WorkAnalysisLogInfo - (*WorkAnalysisFansSeries)(nil), // 99: Cast.WorkAnalysisFansSeries - (*WorkAnalysisViewsSeries)(nil), // 100: Cast.WorkAnalysisViewsSeries - (*WorkAnalysisLikesSeries)(nil), // 101: Cast.WorkAnalysisLikesSeries - (*WorkAnalysisCommentsSeries)(nil), // 102: Cast.WorkAnalysisCommentsSeries - (*WorkAnalysisSharesSeries)(nil), // 103: Cast.WorkAnalysisSharesSeries - (*WorkAnalysisTopCities)(nil), // 104: Cast.WorkAnalysisTopCities - (*WorkAnalysisMostActiveDay)(nil), // 105: Cast.WorkAnalysisMostActiveDay - (*WorkAnalysisBestPostTime)(nil), // 106: Cast.WorkAnalysisBestPostTime - (*WorkAnalysisExtra)(nil), // 107: Cast.WorkAnalysisExtra - (*GetWorkAnalysisDetailReq)(nil), // 108: Cast.GetWorkAnalysisDetailReq - (*GetLatestWorkAnalysisReq)(nil), // 109: Cast.GetLatestWorkAnalysisReq - (*GetWorkAnalysisResp)(nil), // 110: Cast.GetWorkAnalysisResp - (*GetWorkAnalysisDetailResp)(nil), // 111: Cast.GetWorkAnalysisDetailResp - (*ListWorkAnalysisReq)(nil), // 112: Cast.ListWorkAnalysisReq - (*WorkAnalysisInfo)(nil), // 113: Cast.WorkAnalysisInfo - (*ListWorkAnalysisResp)(nil), // 114: Cast.ListWorkAnalysisResp - (*DeleteWorkAnalysisReq)(nil), // 115: Cast.DeleteWorkAnalysisReq - (*ArtistDataListReq)(nil), // 116: Cast.ArtistDataListReq - (*ArtistDataRespItem)(nil), // 117: Cast.ArtistDataRespItem - (*ArtistDataListResp)(nil), // 118: Cast.ArtistDataListResp - (*MediaDataListReq)(nil), // 119: Cast.MediaDataListReq - (*MediaDataListItem)(nil), // 120: Cast.MediaDataListItem - (*MediaDataListResp)(nil), // 121: Cast.MediaDataListResp - (*DataOverviewReq)(nil), // 122: Cast.DataOverviewReq - (*DataOverviewResp)(nil), // 123: Cast.DataOverviewResp - (*ArtistMetricsSeriesReq)(nil), // 124: Cast.ArtistMetricsSeriesReq - (*ArtistMetricsSeriesResp)(nil), // 125: Cast.ArtistMetricsSeriesResp - (*ArtistMetricsDailyWindowReq)(nil), // 126: Cast.ArtistMetricsDailyWindowReq - (*SimplePoint)(nil), // 127: Cast.SimplePoint - (*BestPostTimePoint)(nil), // 128: Cast.BestPostTimePoint - (*MostActiveDayPoint)(nil), // 129: Cast.MostActiveDayPoint - (*ArtistMetricsDailyWindowResp)(nil), // 130: Cast.ArtistMetricsDailyWindowResp - (*TobeConfirmedListReq)(nil), // 131: Cast.TobeConfirmedListReq - (*TobeConfirmedItem)(nil), // 132: Cast.TobeConfirmedItem - (*TobeConfirmedListResp)(nil), // 133: Cast.TobeConfirmedListResp - (*UpdateWorkAnalysisApprovalIDReq)(nil), // 134: Cast.UpdateWorkAnalysisApprovalIDReq - (*MediaMetricsDailyItem)(nil), // 135: Cast.MediaMetricsDailyItem - (*UpsertMediaMetricsDailyBatchReq)(nil), // 136: Cast.UpsertMediaMetricsDailyBatchReq - (*UpsertMediaMetricsDailyBatchResp)(nil), // 137: Cast.UpsertMediaMetricsDailyBatchResp - (*WorkMetricsDailyItem)(nil), // 138: Cast.WorkMetricsDailyItem - (*UpsertWorkMetricsDailyBatchReq)(nil), // 139: Cast.UpsertWorkMetricsDailyBatchReq - (*UpsertWorkMetricsDailyBatchResp)(nil), // 140: Cast.UpsertWorkMetricsDailyBatchResp - (*GetArtistAyrShareInfoReq)(nil), // 141: Cast.GetArtistAyrShareInfoReq - (*ArtistAyrShareInfo)(nil), // 142: Cast.ArtistAyrShareInfo - (*GetArtistAyrShareInfoResp)(nil), // 143: Cast.GetArtistAyrShareInfoResp - (*ListWorkPlatformInfoReq)(nil), // 144: Cast.ListWorkPlatformInfoReq - (*WorkPlatformInfo)(nil), // 145: Cast.WorkPlatformInfo - (*ListWorkPlatformInfoResp)(nil), // 146: Cast.ListWorkPlatformInfoResp - (*ListMediaMetricsDailyReq)(nil), // 147: Cast.ListMediaMetricsDailyReq - (*MediaMetricsDailyInfo)(nil), // 148: Cast.MediaMetricsDailyInfo - (*ListMediaMetricsDailyResp)(nil), // 149: Cast.ListMediaMetricsDailyResp - (*ListWorkMetricsDailyReq)(nil), // 150: Cast.ListWorkMetricsDailyReq - (*WorkMetricsDailyInfo)(nil), // 151: Cast.WorkMetricsDailyInfo - (*ListWorkMetricsDailyResp)(nil), // 152: Cast.ListWorkMetricsDailyResp - (*UpsertTaskListReq)(nil), // 153: Cast.UpsertTaskListReq - (*UpsertTaskListResp)(nil), // 154: Cast.UpsertTaskListResp - (*GetTaskListReq)(nil), // 155: Cast.GetTaskListReq - (*TaskListInfo)(nil), // 156: Cast.TaskListInfo - (*GetTaskListResp)(nil), // 157: Cast.GetTaskListResp - (*ListTaskListReq)(nil), // 158: Cast.ListTaskListReq - (*ListTaskListResp)(nil), // 159: Cast.ListTaskListResp - (*DeleteTaskListReq)(nil), // 160: Cast.DeleteTaskListReq - (*CalculateMediaMetricsByWorksReq)(nil), // 161: Cast.CalculateMediaMetricsByWorksReq - (*CalculateMediaMetricsByWorksResp)(nil), // 162: Cast.CalculateMediaMetricsByWorksResp - (*UpdateCastTagReq)(nil), // 163: Cast.UpdateCastTagReq - (*UpdateCastTagResp)(nil), // 164: Cast.UpdateCastTagResp - (*ListCastTagsReq)(nil), // 165: Cast.ListCastTagsReq - (*CastTagInfo)(nil), // 166: Cast.CastTagInfo - (*ListCastTagsResp)(nil), // 167: Cast.ListCastTagsResp - (*UpdateCastTagBatchReq)(nil), // 168: Cast.UpdateCastTagBatchReq - (*UpdateCastTagBatchResp)(nil), // 169: Cast.UpdateCastTagBatchResp - (*UpdateCastTagStatusReq)(nil), // 170: Cast.UpdateCastTagStatusReq - (*RecalculateCastTagQuoteCountResp)(nil), // 171: Cast.RecalculateCastTagQuoteCountResp - (*WorkListResp_Info)(nil), // 172: Cast.WorkListResp.Info - nil, // 173: Cast.WorkListResp.Info.PublishMediaIDsEntry - nil, // 174: Cast.WorkDetailResp.MediaAccDataEntry - (*MediaAccountsResp_Info)(nil), // 175: Cast.MediaAccountsResp.Info - (*MediaWorksResp_Info)(nil), // 176: Cast.MediaWorksResp.Info - (*PublishResp_Info)(nil), // 177: Cast.PublishResp.Info - (*RefreshWorkListResp_Info)(nil), // 178: Cast.RefreshWorkListResp.Info - (*RefreshWorkListResp_Info_PlatformInfo)(nil), // 179: Cast.RefreshWorkListResp.Info.PlatformInfo - (*UpdateOAuthReq_Info)(nil), // 180: Cast.UpdateOAuthReq.Info - (*emptypb.Empty)(nil), // 181: google.protobuf.Empty + (PlatformIDENUM)(0), // 0: Cast.PlatformIDENUM + (AuthStatusENUM)(0), // 1: Cast.AuthStatusENUM + (WorkActionENUM)(0), // 2: Cast.WorkActionENUM + (AutoPublishENUM)(0), // 3: Cast.AutoPublishENUM + (PublishStatusENUM)(0), // 4: Cast.PublishStatusENUM + (ConfirmFailENUM)(0), // 5: Cast.ConfirmFailENUM + (CategoryENUM)(0), // 6: Cast.CategoryENUM + (*AsInfo)(nil), // 7: Cast.AsInfo + (*MediaUserListReq)(nil), // 8: Cast.MediaUserListReq + (*MediaUserInfo)(nil), // 9: Cast.MediaUserInfo + (*MediaUserListResp)(nil), // 10: Cast.MediaUserListResp + (*UpdateMediaAccountReq)(nil), // 11: Cast.UpdateMediaAccountReq + (*UpdateMediaAccountResp)(nil), // 12: Cast.UpdateMediaAccountResp + (*UnbindManagerReq)(nil), // 13: Cast.UnbindManagerReq + (*UnbindManagerResp)(nil), // 14: Cast.UnbindManagerResp + (*BindManagerReq)(nil), // 15: Cast.BindManagerReq + (*UpdateWorkImageReq)(nil), // 16: Cast.UpdateWorkImageReq + (*UpdateWorkImageResp)(nil), // 17: Cast.UpdateWorkImageResp + (*PublishConfig)(nil), // 18: Cast.PublishConfig + (*UpdateWorkVideoReq)(nil), // 19: Cast.UpdateWorkVideoReq + (*UpdateWorkVideoResp)(nil), // 20: Cast.UpdateWorkVideoResp + (*MediaInfoReq)(nil), // 21: Cast.MediaInfoReq + (*MediaInfoResp)(nil), // 22: Cast.MediaInfoResp + (*MediaInfoByPlatformReq)(nil), // 23: Cast.MediaInfoByPlatformReq + (*MediaInfoByPlatformResp)(nil), // 24: Cast.MediaInfoByPlatformResp + (*WorkListReq)(nil), // 25: Cast.WorkListReq + (*WorkListResp)(nil), // 26: Cast.WorkListResp + (*WorkList2Req)(nil), // 27: Cast.WorkList2Req + (*WorkList2Resp)(nil), // 28: Cast.WorkList2Resp + (*WorkDetailReq)(nil), // 29: Cast.WorkDetailReq + (*WorkLogInfo)(nil), // 30: Cast.WorkLogInfo + (*WorkDetailResp)(nil), // 31: Cast.WorkDetailResp + (*UpdateStatusReq)(nil), // 32: Cast.UpdateStatusReq + (*MediaAccountsReq)(nil), // 33: Cast.MediaAccountsReq + (*MediaAccountsResp)(nil), // 34: Cast.MediaAccountsResp + (*MediaWorksReq)(nil), // 35: Cast.MediaWorksReq + (*MediaWorksResp)(nil), // 36: Cast.MediaWorksResp + (*PublishReq)(nil), // 37: Cast.PublishReq + (*PublishResp)(nil), // 38: Cast.PublishResp + (*RePublishReq)(nil), // 39: Cast.RePublishReq + (*RePublishResp)(nil), // 40: Cast.RePublishResp + (*DelWorkReq)(nil), // 41: Cast.DelWorkReq + (*WorkInfoReq)(nil), // 42: Cast.WorkInfoReq + (*WorkInfoResp)(nil), // 43: Cast.WorkInfoResp + (*ArtistInfoReq)(nil), // 44: Cast.ArtistInfoReq + (*ArtistInfoResp)(nil), // 45: Cast.ArtistInfoResp + (*ImportWorkBatchReq)(nil), // 46: Cast.ImportWorkBatchReq + (*ImportWorkBatchResp)(nil), // 47: Cast.ImportWorkBatchResp + (*PlatformInfo)(nil), // 48: Cast.PlatformInfo + (*UpdateWorkPlatformInfoReq)(nil), // 49: Cast.UpdateWorkPlatformInfoReq + (*UpdateWorkPlatformInfoResp)(nil), // 50: Cast.UpdateWorkPlatformInfoResp + (*UpdateWorkPublishLogReq)(nil), // 51: Cast.UpdateWorkPublishLogReq + (*RefreshWorkListReq)(nil), // 52: Cast.RefreshWorkListReq + (*RefreshWorkListResp)(nil), // 53: Cast.RefreshWorkListResp + (*OAuthAccountReq)(nil), // 54: Cast.OAuthAccountReq + (*OAuthAccountResp)(nil), // 55: Cast.OAuthAccountResp + (*OAuthAccountV2Req)(nil), // 56: Cast.OAuthAccountV2Req + (*OAuthAccountV2Resp)(nil), // 57: Cast.OAuthAccountV2Resp + (*OAuthYoutubeTokenReq)(nil), // 58: Cast.OAuthYoutubeTokenReq + (*OAuthYoutubeTokenResp)(nil), // 59: Cast.OAuthYoutubeTokenResp + (*OAuthCodeToTokenReq)(nil), // 60: Cast.OAuthCodeToTokenReq + (*OAuthCodeToTokenResp)(nil), // 61: Cast.OAuthCodeToTokenResp + (*UpdateOAuthReq)(nil), // 62: Cast.UpdateOAuthReq + (*RefreshTokenReq)(nil), // 63: Cast.RefreshTokenReq + (*RefreshTokenResp)(nil), // 64: Cast.RefreshTokenResp + (*PublishMediaInfoReq)(nil), // 65: Cast.PublishMediaInfoReq + (*PublishMediaInfoResp)(nil), // 66: Cast.PublishMediaInfoResp + (*ToolsReq)(nil), // 67: Cast.ToolsReq + (*UpdateVideoScriptReq)(nil), // 68: Cast.UpdateVideoScriptReq + (*UpdateVideoScriptResp)(nil), // 69: Cast.UpdateVideoScriptResp + (*GetVideoScriptReq)(nil), // 70: Cast.GetVideoScriptReq + (*GetVideoScriptResp)(nil), // 71: Cast.GetVideoScriptResp + (*ListVideoScriptsReq)(nil), // 72: Cast.ListVideoScriptsReq + (*VideoScriptInfo)(nil), // 73: Cast.VideoScriptInfo + (*ListVideoScriptsResp)(nil), // 74: Cast.ListVideoScriptsResp + (*DeleteVideoScriptReq)(nil), // 75: Cast.DeleteVideoScriptReq + (*UpdateVideoScriptBatchReq)(nil), // 76: Cast.UpdateVideoScriptBatchReq + (*UpdateVideoScriptBatchResp)(nil), // 77: Cast.UpdateVideoScriptBatchResp + (*UpdateScriptStatusReq)(nil), // 78: Cast.UpdateScriptStatusReq + (*SetLayoutReq)(nil), // 79: Cast.SetLayoutReq + (*GetLayoutReq)(nil), // 80: Cast.GetLayoutReq + (*GetLayoutResp)(nil), // 81: Cast.GetLayoutResp + (*UpdatePromptReq)(nil), // 82: Cast.UpdatePromptReq + (*DeletePromptReq)(nil), // 83: Cast.DeletePromptReq + (*GetPromptReq)(nil), // 84: Cast.GetPromptReq + (*GetPromptResp)(nil), // 85: Cast.GetPromptResp + (*ListPromptsReq)(nil), // 86: Cast.ListPromptsReq + (*PromptInfo)(nil), // 87: Cast.PromptInfo + (*ListPromptsResp)(nil), // 88: Cast.ListPromptsResp + (*UpdatePromptBatchReq)(nil), // 89: Cast.UpdatePromptBatchReq + (*UpdatePromptBatchResp)(nil), // 90: Cast.UpdatePromptBatchResp + (*ArtistInfo)(nil), // 91: Cast.ArtistInfo + (*UpdateArtistReq)(nil), // 92: Cast.UpdateArtistReq + (*UpdateArtistResp)(nil), // 93: Cast.UpdateArtistResp + (*GetArtistReq)(nil), // 94: Cast.GetArtistReq + (*GetArtistResp)(nil), // 95: Cast.GetArtistResp + (*CreateWorkAnalysisReq)(nil), // 96: Cast.CreateWorkAnalysisReq + (*CreateWorkAnalysisResp)(nil), // 97: Cast.CreateWorkAnalysisResp + (*UpdateWorkAnalysisReq)(nil), // 98: Cast.UpdateWorkAnalysisReq + (*UpdateWorkAnalysisStatusReq)(nil), // 99: Cast.UpdateWorkAnalysisStatusReq + (*WorkAnalysisLogInfo)(nil), // 100: Cast.WorkAnalysisLogInfo + (*WorkAnalysisFansSeries)(nil), // 101: Cast.WorkAnalysisFansSeries + (*WorkAnalysisViewsSeries)(nil), // 102: Cast.WorkAnalysisViewsSeries + (*WorkAnalysisLikesSeries)(nil), // 103: Cast.WorkAnalysisLikesSeries + (*WorkAnalysisCommentsSeries)(nil), // 104: Cast.WorkAnalysisCommentsSeries + (*WorkAnalysisSharesSeries)(nil), // 105: Cast.WorkAnalysisSharesSeries + (*WorkAnalysisTopCities)(nil), // 106: Cast.WorkAnalysisTopCities + (*WorkAnalysisMostActiveDay)(nil), // 107: Cast.WorkAnalysisMostActiveDay + (*WorkAnalysisBestPostTime)(nil), // 108: Cast.WorkAnalysisBestPostTime + (*WorkAnalysisExtra)(nil), // 109: Cast.WorkAnalysisExtra + (*GetWorkAnalysisDetailReq)(nil), // 110: Cast.GetWorkAnalysisDetailReq + (*GetLatestWorkAnalysisReq)(nil), // 111: Cast.GetLatestWorkAnalysisReq + (*GetWorkAnalysisResp)(nil), // 112: Cast.GetWorkAnalysisResp + (*GetWorkAnalysisDetailResp)(nil), // 113: Cast.GetWorkAnalysisDetailResp + (*ListWorkAnalysisReq)(nil), // 114: Cast.ListWorkAnalysisReq + (*WorkAnalysisInfo)(nil), // 115: Cast.WorkAnalysisInfo + (*ListWorkAnalysisResp)(nil), // 116: Cast.ListWorkAnalysisResp + (*DeleteWorkAnalysisReq)(nil), // 117: Cast.DeleteWorkAnalysisReq + (*ArtistDataListReq)(nil), // 118: Cast.ArtistDataListReq + (*ArtistDataRespItem)(nil), // 119: Cast.ArtistDataRespItem + (*ArtistDataListResp)(nil), // 120: Cast.ArtistDataListResp + (*MediaDataListReq)(nil), // 121: Cast.MediaDataListReq + (*MediaDataListItem)(nil), // 122: Cast.MediaDataListItem + (*MediaDataListResp)(nil), // 123: Cast.MediaDataListResp + (*DataOverviewReq)(nil), // 124: Cast.DataOverviewReq + (*DataOverviewResp)(nil), // 125: Cast.DataOverviewResp + (*ArtistMetricsSeriesReq)(nil), // 126: Cast.ArtistMetricsSeriesReq + (*ArtistMetricsSeriesResp)(nil), // 127: Cast.ArtistMetricsSeriesResp + (*ArtistMetricsDailyWindowReq)(nil), // 128: Cast.ArtistMetricsDailyWindowReq + (*SimplePoint)(nil), // 129: Cast.SimplePoint + (*BestPostTimePoint)(nil), // 130: Cast.BestPostTimePoint + (*MostActiveDayPoint)(nil), // 131: Cast.MostActiveDayPoint + (*ArtistMetricsDailyWindowResp)(nil), // 132: Cast.ArtistMetricsDailyWindowResp + (*TobeConfirmedListReq)(nil), // 133: Cast.TobeConfirmedListReq + (*TobeConfirmedItem)(nil), // 134: Cast.TobeConfirmedItem + (*TobeConfirmedListResp)(nil), // 135: Cast.TobeConfirmedListResp + (*UpdateWorkAnalysisApprovalIDReq)(nil), // 136: Cast.UpdateWorkAnalysisApprovalIDReq + (*MediaMetricsDailyItem)(nil), // 137: Cast.MediaMetricsDailyItem + (*UpsertMediaMetricsDailyBatchReq)(nil), // 138: Cast.UpsertMediaMetricsDailyBatchReq + (*UpsertMediaMetricsDailyBatchResp)(nil), // 139: Cast.UpsertMediaMetricsDailyBatchResp + (*WorkMetricsDailyItem)(nil), // 140: Cast.WorkMetricsDailyItem + (*UpsertWorkMetricsDailyBatchReq)(nil), // 141: Cast.UpsertWorkMetricsDailyBatchReq + (*UpsertWorkMetricsDailyBatchResp)(nil), // 142: Cast.UpsertWorkMetricsDailyBatchResp + (*GetArtistAyrShareInfoReq)(nil), // 143: Cast.GetArtistAyrShareInfoReq + (*ArtistAyrShareInfo)(nil), // 144: Cast.ArtistAyrShareInfo + (*GetArtistAyrShareInfoResp)(nil), // 145: Cast.GetArtistAyrShareInfoResp + (*GetArtistAyrShareInfoByPlatformIDsReq)(nil), // 146: Cast.GetArtistAyrShareInfoByPlatformIDsReq + (*GetArtistAyrShareInfoByPlatformIDsResp)(nil), // 147: Cast.GetArtistAyrShareInfoByPlatformIDsResp + (*ListWorkPlatformInfoReq)(nil), // 148: Cast.ListWorkPlatformInfoReq + (*WorkPlatformInfo)(nil), // 149: Cast.WorkPlatformInfo + (*ListWorkPlatformInfoResp)(nil), // 150: Cast.ListWorkPlatformInfoResp + (*ListMediaMetricsDailyReq)(nil), // 151: Cast.ListMediaMetricsDailyReq + (*MediaMetricsDailyInfo)(nil), // 152: Cast.MediaMetricsDailyInfo + (*ListMediaMetricsDailyResp)(nil), // 153: Cast.ListMediaMetricsDailyResp + (*ListWorkMetricsDailyReq)(nil), // 154: Cast.ListWorkMetricsDailyReq + (*WorkMetricsDailyInfo)(nil), // 155: Cast.WorkMetricsDailyInfo + (*ListWorkMetricsDailyResp)(nil), // 156: Cast.ListWorkMetricsDailyResp + (*UpsertTaskListReq)(nil), // 157: Cast.UpsertTaskListReq + (*UpsertTaskListResp)(nil), // 158: Cast.UpsertTaskListResp + (*GetTaskListReq)(nil), // 159: Cast.GetTaskListReq + (*TaskListInfo)(nil), // 160: Cast.TaskListInfo + (*GetTaskListResp)(nil), // 161: Cast.GetTaskListResp + (*ListTaskListReq)(nil), // 162: Cast.ListTaskListReq + (*ListTaskListResp)(nil), // 163: Cast.ListTaskListResp + (*DeleteTaskListReq)(nil), // 164: Cast.DeleteTaskListReq + (*CalculateMediaMetricsByWorksReq)(nil), // 165: Cast.CalculateMediaMetricsByWorksReq + (*CalculateMediaMetricsByWorksResp)(nil), // 166: Cast.CalculateMediaMetricsByWorksResp + (*UpdateCastTagReq)(nil), // 167: Cast.UpdateCastTagReq + (*UpdateCastTagResp)(nil), // 168: Cast.UpdateCastTagResp + (*ListCastTagsReq)(nil), // 169: Cast.ListCastTagsReq + (*CastTagInfo)(nil), // 170: Cast.CastTagInfo + (*ListCastTagsResp)(nil), // 171: Cast.ListCastTagsResp + (*UpdateCastTagBatchReq)(nil), // 172: Cast.UpdateCastTagBatchReq + (*UpdateCastTagBatchResp)(nil), // 173: Cast.UpdateCastTagBatchResp + (*BatchUpdateCastTagsReq)(nil), // 174: Cast.BatchUpdateCastTagsReq + (*UpdateCastTagStatusReq)(nil), // 175: Cast.UpdateCastTagStatusReq + (*RecalculateCastTagQuoteCountResp)(nil), // 176: Cast.RecalculateCastTagQuoteCountResp + (*CreateCompetitiveReportReq)(nil), // 177: Cast.CreateCompetitiveReportReq + (*CreateCompetitiveReportResp)(nil), // 178: Cast.CreateCompetitiveReportResp + (*UpdateCompetitiveReportReq)(nil), // 179: Cast.UpdateCompetitiveReportReq + (*UpdateCompetitiveReportStatusReq)(nil), // 180: Cast.UpdateCompetitiveReportStatusReq + (*UpdateCompetitiveReportApprovalIDReq)(nil), // 181: Cast.UpdateCompetitiveReportApprovalIDReq + (*CompetitiveReportLogInfo)(nil), // 182: Cast.CompetitiveReportLogInfo + (*CompetitiveReportExtra)(nil), // 183: Cast.CompetitiveReportExtra + (*GetCompetitiveReportDetailReq)(nil), // 184: Cast.GetCompetitiveReportDetailReq + (*GetCompetitiveReportForAppReq)(nil), // 185: Cast.GetCompetitiveReportForAppReq + (*GetCompetitiveReportForAppResp)(nil), // 186: Cast.GetCompetitiveReportForAppResp + (*GetCompetitiveReportDetailResp)(nil), // 187: Cast.GetCompetitiveReportDetailResp + (*ListCompetitiveReportReq)(nil), // 188: Cast.ListCompetitiveReportReq + (*CompetitiveReportInfo)(nil), // 189: Cast.CompetitiveReportInfo + (*ListCompetitiveReportResp)(nil), // 190: Cast.ListCompetitiveReportResp + (*DeleteCompetitiveReportReq)(nil), // 191: Cast.DeleteCompetitiveReportReq + (*ImportCompetitiveReportBatchReq)(nil), // 192: Cast.ImportCompetitiveReportBatchReq + (*ImportCompetitiveReportBatchResp)(nil), // 193: Cast.ImportCompetitiveReportBatchResp + (*CountCompetitiveReportByWorkUuidsReq)(nil), // 194: Cast.CountCompetitiveReportByWorkUuidsReq + (*WorkUuidCount)(nil), // 195: Cast.WorkUuidCount + (*CountCompetitiveReportByWorkUuidsResp)(nil), // 196: Cast.CountCompetitiveReportByWorkUuidsResp + (*WorkListResp_Info)(nil), // 197: Cast.WorkListResp.Info + nil, // 198: Cast.WorkListResp.Info.PublishMediaIDsEntry + (*WorkList2Resp_Info)(nil), // 199: Cast.WorkList2Resp.Info + nil, // 200: Cast.WorkDetailResp.MediaAccDataEntry + (*MediaAccountsResp_Info)(nil), // 201: Cast.MediaAccountsResp.Info + (*MediaWorksResp_Info)(nil), // 202: Cast.MediaWorksResp.Info + (*PublishResp_Info)(nil), // 203: Cast.PublishResp.Info + (*RefreshWorkListResp_Info)(nil), // 204: Cast.RefreshWorkListResp.Info + (*RefreshWorkListResp_Info_PlatformInfo)(nil), // 205: Cast.RefreshWorkListResp.Info.PlatformInfo + (*UpdateOAuthReq_Info)(nil), // 206: Cast.UpdateOAuthReq.Info + (*emptypb.Empty)(nil), // 207: google.protobuf.Empty } var file_pb_fiee_cast_proto_depIdxs = []int32{ 0, // 0: Cast.MediaUserListReq.platformID:type_name -> Cast.PlatformIDENUM @@ -16719,248 +19092,282 @@ var file_pb_fiee_cast_proto_depIdxs = []int32{ 9, // 20: Cast.MediaInfoResp.info:type_name -> Cast.MediaUserInfo 0, // 21: Cast.MediaInfoByPlatformReq.platformID:type_name -> Cast.PlatformIDENUM 9, // 22: Cast.MediaInfoByPlatformResp.info:type_name -> Cast.MediaUserInfo - 172, // 23: Cast.WorkListResp.data:type_name -> Cast.WorkListResp.Info - 18, // 24: Cast.WorkDetailResp.publishConfig1:type_name -> Cast.PublishConfig - 18, // 25: Cast.WorkDetailResp.publishConfig2:type_name -> Cast.PublishConfig - 18, // 26: Cast.WorkDetailResp.publishConfig3:type_name -> Cast.PublishConfig - 18, // 27: Cast.WorkDetailResp.publishConfig4:type_name -> Cast.PublishConfig - 28, // 28: Cast.WorkDetailResp.WorkLogData:type_name -> Cast.WorkLogInfo - 174, // 29: Cast.WorkDetailResp.mediaAccData:type_name -> Cast.WorkDetailResp.MediaAccDataEntry - 18, // 30: Cast.WorkDetailResp.publishConfig5:type_name -> Cast.PublishConfig - 2, // 31: Cast.UpdateStatusReq.workAction:type_name -> Cast.WorkActionENUM - 3, // 32: Cast.UpdateStatusReq.autoPublish:type_name -> Cast.AutoPublishENUM - 5, // 33: Cast.UpdateStatusReq.confirmFailType:type_name -> Cast.ConfirmFailENUM - 175, // 34: Cast.MediaAccountsResp.data:type_name -> Cast.MediaAccountsResp.Info - 176, // 35: Cast.MediaWorksResp.data:type_name -> Cast.MediaWorksResp.Info - 177, // 36: Cast.PublishResp.data:type_name -> Cast.PublishResp.Info - 16, // 37: Cast.ImportWorkBatchReq.imageWorks:type_name -> Cast.UpdateWorkImageReq - 16, // 38: Cast.ImportWorkBatchResp.imageWorks:type_name -> Cast.UpdateWorkImageReq - 4, // 39: Cast.PlatformInfo.publishStatus:type_name -> Cast.PublishStatusENUM - 46, // 40: Cast.UpdateWorkPlatformInfoReq.PlatformInfoData:type_name -> Cast.PlatformInfo - 0, // 41: Cast.UpdateWorkPublishLogReq.platformID:type_name -> Cast.PlatformIDENUM - 178, // 42: Cast.RefreshWorkListResp.Data:type_name -> Cast.RefreshWorkListResp.Info - 0, // 43: Cast.OAuthCodeToTokenReq.platformID:type_name -> Cast.PlatformIDENUM - 180, // 44: Cast.UpdateOAuthReq.Data:type_name -> Cast.UpdateOAuthReq.Info - 0, // 45: Cast.RefreshTokenReq.platformID:type_name -> Cast.PlatformIDENUM - 71, // 46: Cast.ListVideoScriptsResp.data:type_name -> Cast.VideoScriptInfo - 71, // 47: Cast.UpdateVideoScriptBatchReq.data:type_name -> Cast.VideoScriptInfo - 71, // 48: Cast.UpdateVideoScriptBatchResp.data:type_name -> Cast.VideoScriptInfo - 2, // 49: Cast.UpdateScriptStatusReq.workAction:type_name -> Cast.WorkActionENUM - 6, // 50: Cast.UpdatePromptReq.category:type_name -> Cast.CategoryENUM - 6, // 51: Cast.GetPromptResp.category:type_name -> Cast.CategoryENUM - 6, // 52: Cast.ListPromptsReq.category:type_name -> Cast.CategoryENUM - 6, // 53: Cast.PromptInfo.category:type_name -> Cast.CategoryENUM - 85, // 54: Cast.ListPromptsResp.data:type_name -> Cast.PromptInfo - 85, // 55: Cast.UpdatePromptBatchReq.data:type_name -> Cast.PromptInfo - 85, // 56: Cast.UpdatePromptBatchResp.data:type_name -> Cast.PromptInfo - 89, // 57: Cast.UpdateArtistReq.artistInfo:type_name -> Cast.ArtistInfo - 89, // 58: Cast.GetArtistResp.artistInfo:type_name -> Cast.ArtistInfo - 2, // 59: Cast.UpdateWorkAnalysisStatusReq.workAction:type_name -> Cast.WorkActionENUM - 99, // 60: Cast.GetWorkAnalysisResp.fansSeries:type_name -> Cast.WorkAnalysisFansSeries - 100, // 61: Cast.GetWorkAnalysisResp.viewsSeries:type_name -> Cast.WorkAnalysisViewsSeries - 101, // 62: Cast.GetWorkAnalysisResp.likesSeries:type_name -> Cast.WorkAnalysisLikesSeries - 102, // 63: Cast.GetWorkAnalysisResp.commentsSeries:type_name -> Cast.WorkAnalysisCommentsSeries - 103, // 64: Cast.GetWorkAnalysisResp.sharesSeries:type_name -> Cast.WorkAnalysisSharesSeries - 104, // 65: Cast.GetWorkAnalysisResp.topCitiesSeries:type_name -> Cast.WorkAnalysisTopCities - 105, // 66: Cast.GetWorkAnalysisResp.mostActiveDaySeries:type_name -> Cast.WorkAnalysisMostActiveDay - 106, // 67: Cast.GetWorkAnalysisResp.bestPostTimeSeries:type_name -> Cast.WorkAnalysisBestPostTime - 98, // 68: Cast.GetWorkAnalysisDetailResp.WorkAnalysisLogData:type_name -> Cast.WorkAnalysisLogInfo - 99, // 69: Cast.GetWorkAnalysisDetailResp.fansSeries:type_name -> Cast.WorkAnalysisFansSeries - 100, // 70: Cast.GetWorkAnalysisDetailResp.viewsSeries:type_name -> Cast.WorkAnalysisViewsSeries - 101, // 71: Cast.GetWorkAnalysisDetailResp.likesSeries:type_name -> Cast.WorkAnalysisLikesSeries - 102, // 72: Cast.GetWorkAnalysisDetailResp.commentsSeries:type_name -> Cast.WorkAnalysisCommentsSeries - 103, // 73: Cast.GetWorkAnalysisDetailResp.sharesSeries:type_name -> Cast.WorkAnalysisSharesSeries - 104, // 74: Cast.GetWorkAnalysisDetailResp.topCitiesSeries:type_name -> Cast.WorkAnalysisTopCities - 105, // 75: Cast.GetWorkAnalysisDetailResp.mostActiveDaySeries:type_name -> Cast.WorkAnalysisMostActiveDay - 106, // 76: Cast.GetWorkAnalysisDetailResp.bestPostTimeSeries:type_name -> Cast.WorkAnalysisBestPostTime - 107, // 77: Cast.GetWorkAnalysisDetailResp.extra:type_name -> Cast.WorkAnalysisExtra - 113, // 78: Cast.ListWorkAnalysisResp.data:type_name -> Cast.WorkAnalysisInfo - 117, // 79: Cast.ArtistDataListResp.data:type_name -> Cast.ArtistDataRespItem - 120, // 80: Cast.MediaDataListResp.data:type_name -> Cast.MediaDataListItem - 99, // 81: Cast.ArtistMetricsSeriesResp.fansSeries:type_name -> Cast.WorkAnalysisFansSeries - 100, // 82: Cast.ArtistMetricsSeriesResp.viewsSeries:type_name -> Cast.WorkAnalysisViewsSeries - 101, // 83: Cast.ArtistMetricsSeriesResp.likesSeries:type_name -> Cast.WorkAnalysisLikesSeries - 102, // 84: Cast.ArtistMetricsSeriesResp.commentsSeries:type_name -> Cast.WorkAnalysisCommentsSeries - 103, // 85: Cast.ArtistMetricsSeriesResp.sharesSeries:type_name -> Cast.WorkAnalysisSharesSeries - 106, // 86: Cast.ArtistMetricsSeriesResp.bestPostTime:type_name -> Cast.WorkAnalysisBestPostTime - 105, // 87: Cast.ArtistMetricsSeriesResp.mostActiveDay:type_name -> Cast.WorkAnalysisMostActiveDay - 127, // 88: Cast.ArtistMetricsDailyWindowResp.fans:type_name -> Cast.SimplePoint - 127, // 89: Cast.ArtistMetricsDailyWindowResp.views:type_name -> Cast.SimplePoint - 127, // 90: Cast.ArtistMetricsDailyWindowResp.likes:type_name -> Cast.SimplePoint - 127, // 91: Cast.ArtistMetricsDailyWindowResp.comments:type_name -> Cast.SimplePoint - 127, // 92: Cast.ArtistMetricsDailyWindowResp.shares:type_name -> Cast.SimplePoint - 128, // 93: Cast.ArtistMetricsDailyWindowResp.bestPostTime:type_name -> Cast.BestPostTimePoint - 129, // 94: Cast.ArtistMetricsDailyWindowResp.mostActiveDay:type_name -> Cast.MostActiveDayPoint - 132, // 95: Cast.TobeConfirmedListResp.data:type_name -> Cast.TobeConfirmedItem - 135, // 96: Cast.UpsertMediaMetricsDailyBatchReq.data:type_name -> Cast.MediaMetricsDailyItem - 138, // 97: Cast.UpsertWorkMetricsDailyBatchReq.data:type_name -> Cast.WorkMetricsDailyItem - 142, // 98: Cast.GetArtistAyrShareInfoResp.data:type_name -> Cast.ArtistAyrShareInfo - 145, // 99: Cast.ListWorkPlatformInfoResp.data:type_name -> Cast.WorkPlatformInfo - 148, // 100: Cast.ListMediaMetricsDailyResp.data:type_name -> Cast.MediaMetricsDailyInfo - 151, // 101: Cast.ListWorkMetricsDailyResp.data:type_name -> Cast.WorkMetricsDailyInfo - 156, // 102: Cast.GetTaskListResp.data:type_name -> Cast.TaskListInfo - 156, // 103: Cast.ListTaskListResp.data:type_name -> Cast.TaskListInfo - 166, // 104: Cast.ListCastTagsResp.data:type_name -> Cast.CastTagInfo - 166, // 105: Cast.UpdateCastTagBatchReq.data:type_name -> Cast.CastTagInfo - 166, // 106: Cast.UpdateCastTagBatchResp.data:type_name -> Cast.CastTagInfo - 173, // 107: Cast.WorkListResp.Info.PublishMediaIDs:type_name -> Cast.WorkListResp.Info.PublishMediaIDsEntry - 9, // 108: Cast.WorkDetailResp.MediaAccDataEntry.value:type_name -> Cast.MediaUserInfo - 179, // 109: Cast.RefreshWorkListResp.Info.PlatformInfoData:type_name -> Cast.RefreshWorkListResp.Info.PlatformInfo - 0, // 110: Cast.RefreshWorkListResp.Info.PlatformInfo.platformID:type_name -> Cast.PlatformIDENUM - 0, // 111: Cast.UpdateOAuthReq.Info.platformID:type_name -> Cast.PlatformIDENUM - 8, // 112: Cast.Cast.MediaUserList:input_type -> Cast.MediaUserListReq - 11, // 113: Cast.Cast.UpdateMediaAccount:input_type -> Cast.UpdateMediaAccountReq - 13, // 114: Cast.Cast.UnbindManager:input_type -> Cast.UnbindManagerReq - 15, // 115: Cast.Cast.BindManager:input_type -> Cast.BindManagerReq - 16, // 116: Cast.Cast.UpdateWorkImage:input_type -> Cast.UpdateWorkImageReq - 19, // 117: Cast.Cast.UpdateWorkVideo:input_type -> Cast.UpdateWorkVideoReq - 21, // 118: Cast.Cast.MediaInfo:input_type -> Cast.MediaInfoReq - 23, // 119: Cast.Cast.MediaInfoByPlatform:input_type -> Cast.MediaInfoByPlatformReq - 25, // 120: Cast.Cast.WorkList:input_type -> Cast.WorkListReq - 27, // 121: Cast.Cast.WorkDetail:input_type -> Cast.WorkDetailReq - 30, // 122: Cast.Cast.UpdateStatus:input_type -> Cast.UpdateStatusReq - 31, // 123: Cast.Cast.MediaAccounts:input_type -> Cast.MediaAccountsReq - 33, // 124: Cast.Cast.MediaWorks:input_type -> Cast.MediaWorksReq - 35, // 125: Cast.Cast.Publish:input_type -> Cast.PublishReq - 37, // 126: Cast.Cast.RePublish:input_type -> Cast.RePublishReq - 39, // 127: Cast.Cast.DelWork:input_type -> Cast.DelWorkReq - 40, // 128: Cast.Cast.WorkInfo:input_type -> Cast.WorkInfoReq - 42, // 129: Cast.Cast.ArtistInfo:input_type -> Cast.ArtistInfoReq - 44, // 130: Cast.Cast.ImportWorkBatch:input_type -> Cast.ImportWorkBatchReq - 47, // 131: Cast.Cast.UpdateWorkPlatformInfo:input_type -> Cast.UpdateWorkPlatformInfoReq - 49, // 132: Cast.Cast.UpdateWorkPublishLog:input_type -> Cast.UpdateWorkPublishLogReq - 50, // 133: Cast.Cast.RefreshWorkList:input_type -> Cast.RefreshWorkListReq - 52, // 134: Cast.Cast.OAuthAccount:input_type -> Cast.OAuthAccountReq - 54, // 135: Cast.Cast.OAuthAccountV2:input_type -> Cast.OAuthAccountV2Req - 58, // 136: Cast.Cast.OAuthCodeToToken:input_type -> Cast.OAuthCodeToTokenReq - 60, // 137: Cast.Cast.UpdateOAuth:input_type -> Cast.UpdateOAuthReq - 61, // 138: Cast.Cast.RefreshToken:input_type -> Cast.RefreshTokenReq - 63, // 139: Cast.Cast.PublishMediaInfo:input_type -> Cast.PublishMediaInfoReq - 65, // 140: Cast.Cast.Tools:input_type -> Cast.ToolsReq - 66, // 141: Cast.Cast.UpdateVideoScript:input_type -> Cast.UpdateVideoScriptReq - 68, // 142: Cast.Cast.GetVideoScript:input_type -> Cast.GetVideoScriptReq - 70, // 143: Cast.Cast.ListVideoScripts:input_type -> Cast.ListVideoScriptsReq - 73, // 144: Cast.Cast.DeleteVideoScript:input_type -> Cast.DeleteVideoScriptReq - 74, // 145: Cast.Cast.UpdateVideoScriptBatch:input_type -> Cast.UpdateVideoScriptBatchReq - 76, // 146: Cast.Cast.UpdateScriptStatus:input_type -> Cast.UpdateScriptStatusReq - 78, // 147: Cast.Cast.GetLayout:input_type -> Cast.GetLayoutReq - 77, // 148: Cast.Cast.SetLayout:input_type -> Cast.SetLayoutReq - 80, // 149: Cast.Cast.UpdatePrompt:input_type -> Cast.UpdatePromptReq - 81, // 150: Cast.Cast.DeletePrompt:input_type -> Cast.DeletePromptReq - 82, // 151: Cast.Cast.GetPrompt:input_type -> Cast.GetPromptReq - 84, // 152: Cast.Cast.ListPrompts:input_type -> Cast.ListPromptsReq - 87, // 153: Cast.Cast.UpdatePromptBatch:input_type -> Cast.UpdatePromptBatchReq - 90, // 154: Cast.Cast.UpdateArtist:input_type -> Cast.UpdateArtistReq - 92, // 155: Cast.Cast.GetArtist:input_type -> Cast.GetArtistReq - 94, // 156: Cast.Cast.CreateWorkAnalysis:input_type -> Cast.CreateWorkAnalysisReq - 96, // 157: Cast.Cast.UpdateWorkAnalysis:input_type -> Cast.UpdateWorkAnalysisReq - 97, // 158: Cast.Cast.UpdateWorkAnalysisStatus:input_type -> Cast.UpdateWorkAnalysisStatusReq - 108, // 159: Cast.Cast.GetWorkAnalysis:input_type -> Cast.GetWorkAnalysisDetailReq - 109, // 160: Cast.Cast.GetLatestWorkAnalysis:input_type -> Cast.GetLatestWorkAnalysisReq - 112, // 161: Cast.Cast.ListWorkAnalysis:input_type -> Cast.ListWorkAnalysisReq - 115, // 162: Cast.Cast.DeleteWorkAnalysis:input_type -> Cast.DeleteWorkAnalysisReq - 134, // 163: Cast.Cast.UpdateWorkAnalysisApprovalID:input_type -> Cast.UpdateWorkAnalysisApprovalIDReq - 116, // 164: Cast.Cast.ArtistDataList:input_type -> Cast.ArtistDataListReq - 119, // 165: Cast.Cast.MediaDataList:input_type -> Cast.MediaDataListReq - 122, // 166: Cast.Cast.DataOverview:input_type -> Cast.DataOverviewReq - 124, // 167: Cast.Cast.ArtistMetricsSeries:input_type -> Cast.ArtistMetricsSeriesReq - 126, // 168: Cast.Cast.ArtistMetricsDailyWindow:input_type -> Cast.ArtistMetricsDailyWindowReq - 131, // 169: Cast.Cast.TobeConfirmedList:input_type -> Cast.TobeConfirmedListReq - 136, // 170: Cast.Cast.UpsertMediaMetricsDailyBatch:input_type -> Cast.UpsertMediaMetricsDailyBatchReq - 139, // 171: Cast.Cast.UpsertWorkMetricsDailyBatch:input_type -> Cast.UpsertWorkMetricsDailyBatchReq - 147, // 172: Cast.Cast.ListMediaMetricsDaily:input_type -> Cast.ListMediaMetricsDailyReq - 150, // 173: Cast.Cast.ListWorkMetricsDaily:input_type -> Cast.ListWorkMetricsDailyReq - 161, // 174: Cast.Cast.CalculateMediaMetricsByWorks:input_type -> Cast.CalculateMediaMetricsByWorksReq - 141, // 175: Cast.Cast.GetArtistAyrShareInfo:input_type -> Cast.GetArtistAyrShareInfoReq - 144, // 176: Cast.Cast.ListWorkPlatformInfo:input_type -> Cast.ListWorkPlatformInfoReq - 153, // 177: Cast.Cast.UpsertTaskList:input_type -> Cast.UpsertTaskListReq - 155, // 178: Cast.Cast.GetTaskList:input_type -> Cast.GetTaskListReq - 158, // 179: Cast.Cast.ListTaskList:input_type -> Cast.ListTaskListReq - 160, // 180: Cast.Cast.DeleteTaskList:input_type -> Cast.DeleteTaskListReq - 163, // 181: Cast.Cast.UpdateCastTag:input_type -> Cast.UpdateCastTagReq - 165, // 182: Cast.Cast.ListCastTags:input_type -> Cast.ListCastTagsReq - 168, // 183: Cast.Cast.UpdateCastTagBatch:input_type -> Cast.UpdateCastTagBatchReq - 170, // 184: Cast.Cast.UpdateCastTagStatus:input_type -> Cast.UpdateCastTagStatusReq - 181, // 185: Cast.Cast.RecalculateCastTagQuoteCount:input_type -> google.protobuf.Empty - 10, // 186: Cast.Cast.MediaUserList:output_type -> Cast.MediaUserListResp - 12, // 187: Cast.Cast.UpdateMediaAccount:output_type -> Cast.UpdateMediaAccountResp - 14, // 188: Cast.Cast.UnbindManager:output_type -> Cast.UnbindManagerResp - 181, // 189: Cast.Cast.BindManager:output_type -> google.protobuf.Empty - 17, // 190: Cast.Cast.UpdateWorkImage:output_type -> Cast.UpdateWorkImageResp - 20, // 191: Cast.Cast.UpdateWorkVideo:output_type -> Cast.UpdateWorkVideoResp - 22, // 192: Cast.Cast.MediaInfo:output_type -> Cast.MediaInfoResp - 24, // 193: Cast.Cast.MediaInfoByPlatform:output_type -> Cast.MediaInfoByPlatformResp - 26, // 194: Cast.Cast.WorkList:output_type -> Cast.WorkListResp - 29, // 195: Cast.Cast.WorkDetail:output_type -> Cast.WorkDetailResp - 181, // 196: Cast.Cast.UpdateStatus:output_type -> google.protobuf.Empty - 32, // 197: Cast.Cast.MediaAccounts:output_type -> Cast.MediaAccountsResp - 34, // 198: Cast.Cast.MediaWorks:output_type -> Cast.MediaWorksResp - 36, // 199: Cast.Cast.Publish:output_type -> Cast.PublishResp - 38, // 200: Cast.Cast.RePublish:output_type -> Cast.RePublishResp - 181, // 201: Cast.Cast.DelWork:output_type -> google.protobuf.Empty - 41, // 202: Cast.Cast.WorkInfo:output_type -> Cast.WorkInfoResp - 43, // 203: Cast.Cast.ArtistInfo:output_type -> Cast.ArtistInfoResp - 45, // 204: Cast.Cast.ImportWorkBatch:output_type -> Cast.ImportWorkBatchResp - 48, // 205: Cast.Cast.UpdateWorkPlatformInfo:output_type -> Cast.UpdateWorkPlatformInfoResp - 181, // 206: Cast.Cast.UpdateWorkPublishLog:output_type -> google.protobuf.Empty - 51, // 207: Cast.Cast.RefreshWorkList:output_type -> Cast.RefreshWorkListResp - 53, // 208: Cast.Cast.OAuthAccount:output_type -> Cast.OAuthAccountResp - 55, // 209: Cast.Cast.OAuthAccountV2:output_type -> Cast.OAuthAccountV2Resp - 59, // 210: Cast.Cast.OAuthCodeToToken:output_type -> Cast.OAuthCodeToTokenResp - 181, // 211: Cast.Cast.UpdateOAuth:output_type -> google.protobuf.Empty - 62, // 212: Cast.Cast.RefreshToken:output_type -> Cast.RefreshTokenResp - 64, // 213: Cast.Cast.PublishMediaInfo:output_type -> Cast.PublishMediaInfoResp - 181, // 214: Cast.Cast.Tools:output_type -> google.protobuf.Empty - 67, // 215: Cast.Cast.UpdateVideoScript:output_type -> Cast.UpdateVideoScriptResp - 69, // 216: Cast.Cast.GetVideoScript:output_type -> Cast.GetVideoScriptResp - 72, // 217: Cast.Cast.ListVideoScripts:output_type -> Cast.ListVideoScriptsResp - 181, // 218: Cast.Cast.DeleteVideoScript:output_type -> google.protobuf.Empty - 75, // 219: Cast.Cast.UpdateVideoScriptBatch:output_type -> Cast.UpdateVideoScriptBatchResp - 181, // 220: Cast.Cast.UpdateScriptStatus:output_type -> google.protobuf.Empty - 79, // 221: Cast.Cast.GetLayout:output_type -> Cast.GetLayoutResp - 181, // 222: Cast.Cast.SetLayout:output_type -> google.protobuf.Empty - 181, // 223: Cast.Cast.UpdatePrompt:output_type -> google.protobuf.Empty - 181, // 224: Cast.Cast.DeletePrompt:output_type -> google.protobuf.Empty - 83, // 225: Cast.Cast.GetPrompt:output_type -> Cast.GetPromptResp - 86, // 226: Cast.Cast.ListPrompts:output_type -> Cast.ListPromptsResp - 88, // 227: Cast.Cast.UpdatePromptBatch:output_type -> Cast.UpdatePromptBatchResp - 91, // 228: Cast.Cast.UpdateArtist:output_type -> Cast.UpdateArtistResp - 93, // 229: Cast.Cast.GetArtist:output_type -> Cast.GetArtistResp - 95, // 230: Cast.Cast.CreateWorkAnalysis:output_type -> Cast.CreateWorkAnalysisResp - 181, // 231: Cast.Cast.UpdateWorkAnalysis:output_type -> google.protobuf.Empty - 181, // 232: Cast.Cast.UpdateWorkAnalysisStatus:output_type -> google.protobuf.Empty - 111, // 233: Cast.Cast.GetWorkAnalysis:output_type -> Cast.GetWorkAnalysisDetailResp - 110, // 234: Cast.Cast.GetLatestWorkAnalysis:output_type -> Cast.GetWorkAnalysisResp - 114, // 235: Cast.Cast.ListWorkAnalysis:output_type -> Cast.ListWorkAnalysisResp - 181, // 236: Cast.Cast.DeleteWorkAnalysis:output_type -> google.protobuf.Empty - 181, // 237: Cast.Cast.UpdateWorkAnalysisApprovalID:output_type -> google.protobuf.Empty - 118, // 238: Cast.Cast.ArtistDataList:output_type -> Cast.ArtistDataListResp - 121, // 239: Cast.Cast.MediaDataList:output_type -> Cast.MediaDataListResp - 123, // 240: Cast.Cast.DataOverview:output_type -> Cast.DataOverviewResp - 125, // 241: Cast.Cast.ArtistMetricsSeries:output_type -> Cast.ArtistMetricsSeriesResp - 130, // 242: Cast.Cast.ArtistMetricsDailyWindow:output_type -> Cast.ArtistMetricsDailyWindowResp - 133, // 243: Cast.Cast.TobeConfirmedList:output_type -> Cast.TobeConfirmedListResp - 137, // 244: Cast.Cast.UpsertMediaMetricsDailyBatch:output_type -> Cast.UpsertMediaMetricsDailyBatchResp - 140, // 245: Cast.Cast.UpsertWorkMetricsDailyBatch:output_type -> Cast.UpsertWorkMetricsDailyBatchResp - 149, // 246: Cast.Cast.ListMediaMetricsDaily:output_type -> Cast.ListMediaMetricsDailyResp - 152, // 247: Cast.Cast.ListWorkMetricsDaily:output_type -> Cast.ListWorkMetricsDailyResp - 162, // 248: Cast.Cast.CalculateMediaMetricsByWorks:output_type -> Cast.CalculateMediaMetricsByWorksResp - 143, // 249: Cast.Cast.GetArtistAyrShareInfo:output_type -> Cast.GetArtistAyrShareInfoResp - 146, // 250: Cast.Cast.ListWorkPlatformInfo:output_type -> Cast.ListWorkPlatformInfoResp - 154, // 251: Cast.Cast.UpsertTaskList:output_type -> Cast.UpsertTaskListResp - 157, // 252: Cast.Cast.GetTaskList:output_type -> Cast.GetTaskListResp - 159, // 253: Cast.Cast.ListTaskList:output_type -> Cast.ListTaskListResp - 181, // 254: Cast.Cast.DeleteTaskList:output_type -> google.protobuf.Empty - 164, // 255: Cast.Cast.UpdateCastTag:output_type -> Cast.UpdateCastTagResp - 167, // 256: Cast.Cast.ListCastTags:output_type -> Cast.ListCastTagsResp - 169, // 257: Cast.Cast.UpdateCastTagBatch:output_type -> Cast.UpdateCastTagBatchResp - 181, // 258: Cast.Cast.UpdateCastTagStatus:output_type -> google.protobuf.Empty - 171, // 259: Cast.Cast.RecalculateCastTagQuoteCount:output_type -> Cast.RecalculateCastTagQuoteCountResp - 186, // [186:260] is the sub-list for method output_type - 112, // [112:186] is the sub-list for method input_type - 112, // [112:112] is the sub-list for extension type_name - 112, // [112:112] is the sub-list for extension extendee - 0, // [0:112] is the sub-list for field type_name + 197, // 23: Cast.WorkListResp.data:type_name -> Cast.WorkListResp.Info + 199, // 24: Cast.WorkList2Resp.data:type_name -> Cast.WorkList2Resp.Info + 18, // 25: Cast.WorkDetailResp.publishConfig1:type_name -> Cast.PublishConfig + 18, // 26: Cast.WorkDetailResp.publishConfig2:type_name -> Cast.PublishConfig + 18, // 27: Cast.WorkDetailResp.publishConfig3:type_name -> Cast.PublishConfig + 18, // 28: Cast.WorkDetailResp.publishConfig4:type_name -> Cast.PublishConfig + 30, // 29: Cast.WorkDetailResp.WorkLogData:type_name -> Cast.WorkLogInfo + 200, // 30: Cast.WorkDetailResp.mediaAccData:type_name -> Cast.WorkDetailResp.MediaAccDataEntry + 18, // 31: Cast.WorkDetailResp.publishConfig5:type_name -> Cast.PublishConfig + 2, // 32: Cast.UpdateStatusReq.workAction:type_name -> Cast.WorkActionENUM + 3, // 33: Cast.UpdateStatusReq.autoPublish:type_name -> Cast.AutoPublishENUM + 5, // 34: Cast.UpdateStatusReq.confirmFailType:type_name -> Cast.ConfirmFailENUM + 201, // 35: Cast.MediaAccountsResp.data:type_name -> Cast.MediaAccountsResp.Info + 202, // 36: Cast.MediaWorksResp.data:type_name -> Cast.MediaWorksResp.Info + 203, // 37: Cast.PublishResp.data:type_name -> Cast.PublishResp.Info + 16, // 38: Cast.ImportWorkBatchReq.imageWorks:type_name -> Cast.UpdateWorkImageReq + 16, // 39: Cast.ImportWorkBatchResp.imageWorks:type_name -> Cast.UpdateWorkImageReq + 4, // 40: Cast.PlatformInfo.publishStatus:type_name -> Cast.PublishStatusENUM + 48, // 41: Cast.UpdateWorkPlatformInfoReq.PlatformInfoData:type_name -> Cast.PlatformInfo + 0, // 42: Cast.UpdateWorkPublishLogReq.platformID:type_name -> Cast.PlatformIDENUM + 204, // 43: Cast.RefreshWorkListResp.Data:type_name -> Cast.RefreshWorkListResp.Info + 0, // 44: Cast.OAuthCodeToTokenReq.platformID:type_name -> Cast.PlatformIDENUM + 206, // 45: Cast.UpdateOAuthReq.Data:type_name -> Cast.UpdateOAuthReq.Info + 0, // 46: Cast.RefreshTokenReq.platformID:type_name -> Cast.PlatformIDENUM + 73, // 47: Cast.ListVideoScriptsResp.data:type_name -> Cast.VideoScriptInfo + 73, // 48: Cast.UpdateVideoScriptBatchReq.data:type_name -> Cast.VideoScriptInfo + 73, // 49: Cast.UpdateVideoScriptBatchResp.data:type_name -> Cast.VideoScriptInfo + 2, // 50: Cast.UpdateScriptStatusReq.workAction:type_name -> Cast.WorkActionENUM + 6, // 51: Cast.UpdatePromptReq.category:type_name -> Cast.CategoryENUM + 6, // 52: Cast.GetPromptResp.category:type_name -> Cast.CategoryENUM + 6, // 53: Cast.ListPromptsReq.category:type_name -> Cast.CategoryENUM + 6, // 54: Cast.PromptInfo.category:type_name -> Cast.CategoryENUM + 87, // 55: Cast.ListPromptsResp.data:type_name -> Cast.PromptInfo + 87, // 56: Cast.UpdatePromptBatchReq.data:type_name -> Cast.PromptInfo + 87, // 57: Cast.UpdatePromptBatchResp.data:type_name -> Cast.PromptInfo + 91, // 58: Cast.UpdateArtistReq.artistInfo:type_name -> Cast.ArtistInfo + 91, // 59: Cast.GetArtistResp.artistInfo:type_name -> Cast.ArtistInfo + 2, // 60: Cast.UpdateWorkAnalysisStatusReq.workAction:type_name -> Cast.WorkActionENUM + 101, // 61: Cast.GetWorkAnalysisResp.fansSeries:type_name -> Cast.WorkAnalysisFansSeries + 102, // 62: Cast.GetWorkAnalysisResp.viewsSeries:type_name -> Cast.WorkAnalysisViewsSeries + 103, // 63: Cast.GetWorkAnalysisResp.likesSeries:type_name -> Cast.WorkAnalysisLikesSeries + 104, // 64: Cast.GetWorkAnalysisResp.commentsSeries:type_name -> Cast.WorkAnalysisCommentsSeries + 105, // 65: Cast.GetWorkAnalysisResp.sharesSeries:type_name -> Cast.WorkAnalysisSharesSeries + 106, // 66: Cast.GetWorkAnalysisResp.topCitiesSeries:type_name -> Cast.WorkAnalysisTopCities + 107, // 67: Cast.GetWorkAnalysisResp.mostActiveDaySeries:type_name -> Cast.WorkAnalysisMostActiveDay + 108, // 68: Cast.GetWorkAnalysisResp.bestPostTimeSeries:type_name -> Cast.WorkAnalysisBestPostTime + 100, // 69: Cast.GetWorkAnalysisDetailResp.WorkAnalysisLogData:type_name -> Cast.WorkAnalysisLogInfo + 101, // 70: Cast.GetWorkAnalysisDetailResp.fansSeries:type_name -> Cast.WorkAnalysisFansSeries + 102, // 71: Cast.GetWorkAnalysisDetailResp.viewsSeries:type_name -> Cast.WorkAnalysisViewsSeries + 103, // 72: Cast.GetWorkAnalysisDetailResp.likesSeries:type_name -> Cast.WorkAnalysisLikesSeries + 104, // 73: Cast.GetWorkAnalysisDetailResp.commentsSeries:type_name -> Cast.WorkAnalysisCommentsSeries + 105, // 74: Cast.GetWorkAnalysisDetailResp.sharesSeries:type_name -> Cast.WorkAnalysisSharesSeries + 106, // 75: Cast.GetWorkAnalysisDetailResp.topCitiesSeries:type_name -> Cast.WorkAnalysisTopCities + 107, // 76: Cast.GetWorkAnalysisDetailResp.mostActiveDaySeries:type_name -> Cast.WorkAnalysisMostActiveDay + 108, // 77: Cast.GetWorkAnalysisDetailResp.bestPostTimeSeries:type_name -> Cast.WorkAnalysisBestPostTime + 109, // 78: Cast.GetWorkAnalysisDetailResp.extra:type_name -> Cast.WorkAnalysisExtra + 115, // 79: Cast.ListWorkAnalysisResp.data:type_name -> Cast.WorkAnalysisInfo + 119, // 80: Cast.ArtistDataListResp.data:type_name -> Cast.ArtistDataRespItem + 122, // 81: Cast.MediaDataListResp.data:type_name -> Cast.MediaDataListItem + 101, // 82: Cast.ArtistMetricsSeriesResp.fansSeries:type_name -> Cast.WorkAnalysisFansSeries + 102, // 83: Cast.ArtistMetricsSeriesResp.viewsSeries:type_name -> Cast.WorkAnalysisViewsSeries + 103, // 84: Cast.ArtistMetricsSeriesResp.likesSeries:type_name -> Cast.WorkAnalysisLikesSeries + 104, // 85: Cast.ArtistMetricsSeriesResp.commentsSeries:type_name -> Cast.WorkAnalysisCommentsSeries + 105, // 86: Cast.ArtistMetricsSeriesResp.sharesSeries:type_name -> Cast.WorkAnalysisSharesSeries + 108, // 87: Cast.ArtistMetricsSeriesResp.bestPostTime:type_name -> Cast.WorkAnalysisBestPostTime + 107, // 88: Cast.ArtistMetricsSeriesResp.mostActiveDay:type_name -> Cast.WorkAnalysisMostActiveDay + 129, // 89: Cast.ArtistMetricsDailyWindowResp.fans:type_name -> Cast.SimplePoint + 129, // 90: Cast.ArtistMetricsDailyWindowResp.views:type_name -> Cast.SimplePoint + 129, // 91: Cast.ArtistMetricsDailyWindowResp.likes:type_name -> Cast.SimplePoint + 129, // 92: Cast.ArtistMetricsDailyWindowResp.comments:type_name -> Cast.SimplePoint + 129, // 93: Cast.ArtistMetricsDailyWindowResp.shares:type_name -> Cast.SimplePoint + 130, // 94: Cast.ArtistMetricsDailyWindowResp.bestPostTime:type_name -> Cast.BestPostTimePoint + 131, // 95: Cast.ArtistMetricsDailyWindowResp.mostActiveDay:type_name -> Cast.MostActiveDayPoint + 134, // 96: Cast.TobeConfirmedListResp.data:type_name -> Cast.TobeConfirmedItem + 137, // 97: Cast.UpsertMediaMetricsDailyBatchReq.data:type_name -> Cast.MediaMetricsDailyItem + 140, // 98: Cast.UpsertWorkMetricsDailyBatchReq.data:type_name -> Cast.WorkMetricsDailyItem + 144, // 99: Cast.GetArtistAyrShareInfoResp.data:type_name -> Cast.ArtistAyrShareInfo + 144, // 100: Cast.GetArtistAyrShareInfoByPlatformIDsResp.data:type_name -> Cast.ArtistAyrShareInfo + 149, // 101: Cast.ListWorkPlatformInfoResp.data:type_name -> Cast.WorkPlatformInfo + 152, // 102: Cast.ListMediaMetricsDailyResp.data:type_name -> Cast.MediaMetricsDailyInfo + 155, // 103: Cast.ListWorkMetricsDailyResp.data:type_name -> Cast.WorkMetricsDailyInfo + 160, // 104: Cast.GetTaskListResp.data:type_name -> Cast.TaskListInfo + 160, // 105: Cast.ListTaskListResp.data:type_name -> Cast.TaskListInfo + 170, // 106: Cast.ListCastTagsResp.data:type_name -> Cast.CastTagInfo + 170, // 107: Cast.UpdateCastTagBatchReq.data:type_name -> Cast.CastTagInfo + 170, // 108: Cast.UpdateCastTagBatchResp.data:type_name -> Cast.CastTagInfo + 170, // 109: Cast.BatchUpdateCastTagsReq.data:type_name -> Cast.CastTagInfo + 2, // 110: Cast.UpdateCompetitiveReportStatusReq.workAction:type_name -> Cast.WorkActionENUM + 182, // 111: Cast.GetCompetitiveReportDetailResp.reportLogData:type_name -> Cast.CompetitiveReportLogInfo + 183, // 112: Cast.GetCompetitiveReportDetailResp.extra:type_name -> Cast.CompetitiveReportExtra + 189, // 113: Cast.ListCompetitiveReportResp.data:type_name -> Cast.CompetitiveReportInfo + 177, // 114: Cast.ImportCompetitiveReportBatchReq.reports:type_name -> Cast.CreateCompetitiveReportReq + 177, // 115: Cast.ImportCompetitiveReportBatchResp.reports:type_name -> Cast.CreateCompetitiveReportReq + 195, // 116: Cast.CountCompetitiveReportByWorkUuidsResp.data:type_name -> Cast.WorkUuidCount + 198, // 117: Cast.WorkListResp.Info.PublishMediaIDs:type_name -> Cast.WorkListResp.Info.PublishMediaIDsEntry + 9, // 118: Cast.WorkDetailResp.MediaAccDataEntry.value:type_name -> Cast.MediaUserInfo + 205, // 119: Cast.RefreshWorkListResp.Info.PlatformInfoData:type_name -> Cast.RefreshWorkListResp.Info.PlatformInfo + 0, // 120: Cast.RefreshWorkListResp.Info.PlatformInfo.platformID:type_name -> Cast.PlatformIDENUM + 0, // 121: Cast.UpdateOAuthReq.Info.platformID:type_name -> Cast.PlatformIDENUM + 8, // 122: Cast.Cast.MediaUserList:input_type -> Cast.MediaUserListReq + 11, // 123: Cast.Cast.UpdateMediaAccount:input_type -> Cast.UpdateMediaAccountReq + 13, // 124: Cast.Cast.UnbindManager:input_type -> Cast.UnbindManagerReq + 15, // 125: Cast.Cast.BindManager:input_type -> Cast.BindManagerReq + 16, // 126: Cast.Cast.UpdateWorkImage:input_type -> Cast.UpdateWorkImageReq + 19, // 127: Cast.Cast.UpdateWorkVideo:input_type -> Cast.UpdateWorkVideoReq + 21, // 128: Cast.Cast.MediaInfo:input_type -> Cast.MediaInfoReq + 23, // 129: Cast.Cast.MediaInfoByPlatform:input_type -> Cast.MediaInfoByPlatformReq + 25, // 130: Cast.Cast.WorkList:input_type -> Cast.WorkListReq + 27, // 131: Cast.Cast.WorkList2:input_type -> Cast.WorkList2Req + 29, // 132: Cast.Cast.WorkDetail:input_type -> Cast.WorkDetailReq + 32, // 133: Cast.Cast.UpdateStatus:input_type -> Cast.UpdateStatusReq + 33, // 134: Cast.Cast.MediaAccounts:input_type -> Cast.MediaAccountsReq + 35, // 135: Cast.Cast.MediaWorks:input_type -> Cast.MediaWorksReq + 37, // 136: Cast.Cast.Publish:input_type -> Cast.PublishReq + 39, // 137: Cast.Cast.RePublish:input_type -> Cast.RePublishReq + 41, // 138: Cast.Cast.DelWork:input_type -> Cast.DelWorkReq + 42, // 139: Cast.Cast.WorkInfo:input_type -> Cast.WorkInfoReq + 44, // 140: Cast.Cast.ArtistInfo:input_type -> Cast.ArtistInfoReq + 46, // 141: Cast.Cast.ImportWorkBatch:input_type -> Cast.ImportWorkBatchReq + 49, // 142: Cast.Cast.UpdateWorkPlatformInfo:input_type -> Cast.UpdateWorkPlatformInfoReq + 51, // 143: Cast.Cast.UpdateWorkPublishLog:input_type -> Cast.UpdateWorkPublishLogReq + 52, // 144: Cast.Cast.RefreshWorkList:input_type -> Cast.RefreshWorkListReq + 54, // 145: Cast.Cast.OAuthAccount:input_type -> Cast.OAuthAccountReq + 56, // 146: Cast.Cast.OAuthAccountV2:input_type -> Cast.OAuthAccountV2Req + 60, // 147: Cast.Cast.OAuthCodeToToken:input_type -> Cast.OAuthCodeToTokenReq + 62, // 148: Cast.Cast.UpdateOAuth:input_type -> Cast.UpdateOAuthReq + 63, // 149: Cast.Cast.RefreshToken:input_type -> Cast.RefreshTokenReq + 65, // 150: Cast.Cast.PublishMediaInfo:input_type -> Cast.PublishMediaInfoReq + 67, // 151: Cast.Cast.Tools:input_type -> Cast.ToolsReq + 68, // 152: Cast.Cast.UpdateVideoScript:input_type -> Cast.UpdateVideoScriptReq + 70, // 153: Cast.Cast.GetVideoScript:input_type -> Cast.GetVideoScriptReq + 72, // 154: Cast.Cast.ListVideoScripts:input_type -> Cast.ListVideoScriptsReq + 75, // 155: Cast.Cast.DeleteVideoScript:input_type -> Cast.DeleteVideoScriptReq + 76, // 156: Cast.Cast.UpdateVideoScriptBatch:input_type -> Cast.UpdateVideoScriptBatchReq + 78, // 157: Cast.Cast.UpdateScriptStatus:input_type -> Cast.UpdateScriptStatusReq + 80, // 158: Cast.Cast.GetLayout:input_type -> Cast.GetLayoutReq + 79, // 159: Cast.Cast.SetLayout:input_type -> Cast.SetLayoutReq + 82, // 160: Cast.Cast.UpdatePrompt:input_type -> Cast.UpdatePromptReq + 83, // 161: Cast.Cast.DeletePrompt:input_type -> Cast.DeletePromptReq + 84, // 162: Cast.Cast.GetPrompt:input_type -> Cast.GetPromptReq + 86, // 163: Cast.Cast.ListPrompts:input_type -> Cast.ListPromptsReq + 89, // 164: Cast.Cast.UpdatePromptBatch:input_type -> Cast.UpdatePromptBatchReq + 92, // 165: Cast.Cast.UpdateArtist:input_type -> Cast.UpdateArtistReq + 94, // 166: Cast.Cast.GetArtist:input_type -> Cast.GetArtistReq + 96, // 167: Cast.Cast.CreateWorkAnalysis:input_type -> Cast.CreateWorkAnalysisReq + 98, // 168: Cast.Cast.UpdateWorkAnalysis:input_type -> Cast.UpdateWorkAnalysisReq + 99, // 169: Cast.Cast.UpdateWorkAnalysisStatus:input_type -> Cast.UpdateWorkAnalysisStatusReq + 110, // 170: Cast.Cast.GetWorkAnalysis:input_type -> Cast.GetWorkAnalysisDetailReq + 111, // 171: Cast.Cast.GetLatestWorkAnalysis:input_type -> Cast.GetLatestWorkAnalysisReq + 114, // 172: Cast.Cast.ListWorkAnalysis:input_type -> Cast.ListWorkAnalysisReq + 117, // 173: Cast.Cast.DeleteWorkAnalysis:input_type -> Cast.DeleteWorkAnalysisReq + 136, // 174: Cast.Cast.UpdateWorkAnalysisApprovalID:input_type -> Cast.UpdateWorkAnalysisApprovalIDReq + 118, // 175: Cast.Cast.ArtistDataList:input_type -> Cast.ArtistDataListReq + 121, // 176: Cast.Cast.MediaDataList:input_type -> Cast.MediaDataListReq + 124, // 177: Cast.Cast.DataOverview:input_type -> Cast.DataOverviewReq + 126, // 178: Cast.Cast.ArtistMetricsSeries:input_type -> Cast.ArtistMetricsSeriesReq + 128, // 179: Cast.Cast.ArtistMetricsDailyWindow:input_type -> Cast.ArtistMetricsDailyWindowReq + 133, // 180: Cast.Cast.TobeConfirmedList:input_type -> Cast.TobeConfirmedListReq + 138, // 181: Cast.Cast.UpsertMediaMetricsDailyBatch:input_type -> Cast.UpsertMediaMetricsDailyBatchReq + 141, // 182: Cast.Cast.UpsertWorkMetricsDailyBatch:input_type -> Cast.UpsertWorkMetricsDailyBatchReq + 151, // 183: Cast.Cast.ListMediaMetricsDaily:input_type -> Cast.ListMediaMetricsDailyReq + 154, // 184: Cast.Cast.ListWorkMetricsDaily:input_type -> Cast.ListWorkMetricsDailyReq + 165, // 185: Cast.Cast.CalculateMediaMetricsByWorks:input_type -> Cast.CalculateMediaMetricsByWorksReq + 143, // 186: Cast.Cast.GetArtistAyrShareInfo:input_type -> Cast.GetArtistAyrShareInfoReq + 146, // 187: Cast.Cast.GetArtistAyrShareInfoByPlatformIDs:input_type -> Cast.GetArtistAyrShareInfoByPlatformIDsReq + 148, // 188: Cast.Cast.ListWorkPlatformInfo:input_type -> Cast.ListWorkPlatformInfoReq + 157, // 189: Cast.Cast.UpsertTaskList:input_type -> Cast.UpsertTaskListReq + 159, // 190: Cast.Cast.GetTaskList:input_type -> Cast.GetTaskListReq + 162, // 191: Cast.Cast.ListTaskList:input_type -> Cast.ListTaskListReq + 164, // 192: Cast.Cast.DeleteTaskList:input_type -> Cast.DeleteTaskListReq + 167, // 193: Cast.Cast.UpdateCastTag:input_type -> Cast.UpdateCastTagReq + 169, // 194: Cast.Cast.ListCastTags:input_type -> Cast.ListCastTagsReq + 172, // 195: Cast.Cast.UpdateCastTagBatch:input_type -> Cast.UpdateCastTagBatchReq + 174, // 196: Cast.Cast.BatchUpdateCastTags:input_type -> Cast.BatchUpdateCastTagsReq + 175, // 197: Cast.Cast.UpdateCastTagStatus:input_type -> Cast.UpdateCastTagStatusReq + 207, // 198: Cast.Cast.RecalculateCastTagQuoteCount:input_type -> google.protobuf.Empty + 177, // 199: Cast.Cast.CreateCompetitiveReport:input_type -> Cast.CreateCompetitiveReportReq + 192, // 200: Cast.Cast.ImportCompetitiveReportBatch:input_type -> Cast.ImportCompetitiveReportBatchReq + 180, // 201: Cast.Cast.UpdateCompetitiveReportStatus:input_type -> Cast.UpdateCompetitiveReportStatusReq + 184, // 202: Cast.Cast.GetCompetitiveReport:input_type -> Cast.GetCompetitiveReportDetailReq + 185, // 203: Cast.Cast.GetCompetitiveReportForApp:input_type -> Cast.GetCompetitiveReportForAppReq + 188, // 204: Cast.Cast.ListCompetitiveReport:input_type -> Cast.ListCompetitiveReportReq + 191, // 205: Cast.Cast.DeleteCompetitiveReport:input_type -> Cast.DeleteCompetitiveReportReq + 181, // 206: Cast.Cast.UpdateCompetitiveReportApprovalID:input_type -> Cast.UpdateCompetitiveReportApprovalIDReq + 194, // 207: Cast.Cast.CountCompetitiveReportByWorkUuids:input_type -> Cast.CountCompetitiveReportByWorkUuidsReq + 10, // 208: Cast.Cast.MediaUserList:output_type -> Cast.MediaUserListResp + 12, // 209: Cast.Cast.UpdateMediaAccount:output_type -> Cast.UpdateMediaAccountResp + 14, // 210: Cast.Cast.UnbindManager:output_type -> Cast.UnbindManagerResp + 207, // 211: Cast.Cast.BindManager:output_type -> google.protobuf.Empty + 17, // 212: Cast.Cast.UpdateWorkImage:output_type -> Cast.UpdateWorkImageResp + 20, // 213: Cast.Cast.UpdateWorkVideo:output_type -> Cast.UpdateWorkVideoResp + 22, // 214: Cast.Cast.MediaInfo:output_type -> Cast.MediaInfoResp + 24, // 215: Cast.Cast.MediaInfoByPlatform:output_type -> Cast.MediaInfoByPlatformResp + 26, // 216: Cast.Cast.WorkList:output_type -> Cast.WorkListResp + 28, // 217: Cast.Cast.WorkList2:output_type -> Cast.WorkList2Resp + 31, // 218: Cast.Cast.WorkDetail:output_type -> Cast.WorkDetailResp + 207, // 219: Cast.Cast.UpdateStatus:output_type -> google.protobuf.Empty + 34, // 220: Cast.Cast.MediaAccounts:output_type -> Cast.MediaAccountsResp + 36, // 221: Cast.Cast.MediaWorks:output_type -> Cast.MediaWorksResp + 38, // 222: Cast.Cast.Publish:output_type -> Cast.PublishResp + 40, // 223: Cast.Cast.RePublish:output_type -> Cast.RePublishResp + 207, // 224: Cast.Cast.DelWork:output_type -> google.protobuf.Empty + 43, // 225: Cast.Cast.WorkInfo:output_type -> Cast.WorkInfoResp + 45, // 226: Cast.Cast.ArtistInfo:output_type -> Cast.ArtistInfoResp + 47, // 227: Cast.Cast.ImportWorkBatch:output_type -> Cast.ImportWorkBatchResp + 50, // 228: Cast.Cast.UpdateWorkPlatformInfo:output_type -> Cast.UpdateWorkPlatformInfoResp + 207, // 229: Cast.Cast.UpdateWorkPublishLog:output_type -> google.protobuf.Empty + 53, // 230: Cast.Cast.RefreshWorkList:output_type -> Cast.RefreshWorkListResp + 55, // 231: Cast.Cast.OAuthAccount:output_type -> Cast.OAuthAccountResp + 57, // 232: Cast.Cast.OAuthAccountV2:output_type -> Cast.OAuthAccountV2Resp + 61, // 233: Cast.Cast.OAuthCodeToToken:output_type -> Cast.OAuthCodeToTokenResp + 207, // 234: Cast.Cast.UpdateOAuth:output_type -> google.protobuf.Empty + 64, // 235: Cast.Cast.RefreshToken:output_type -> Cast.RefreshTokenResp + 66, // 236: Cast.Cast.PublishMediaInfo:output_type -> Cast.PublishMediaInfoResp + 207, // 237: Cast.Cast.Tools:output_type -> google.protobuf.Empty + 69, // 238: Cast.Cast.UpdateVideoScript:output_type -> Cast.UpdateVideoScriptResp + 71, // 239: Cast.Cast.GetVideoScript:output_type -> Cast.GetVideoScriptResp + 74, // 240: Cast.Cast.ListVideoScripts:output_type -> Cast.ListVideoScriptsResp + 207, // 241: Cast.Cast.DeleteVideoScript:output_type -> google.protobuf.Empty + 77, // 242: Cast.Cast.UpdateVideoScriptBatch:output_type -> Cast.UpdateVideoScriptBatchResp + 207, // 243: Cast.Cast.UpdateScriptStatus:output_type -> google.protobuf.Empty + 81, // 244: Cast.Cast.GetLayout:output_type -> Cast.GetLayoutResp + 207, // 245: Cast.Cast.SetLayout:output_type -> google.protobuf.Empty + 207, // 246: Cast.Cast.UpdatePrompt:output_type -> google.protobuf.Empty + 207, // 247: Cast.Cast.DeletePrompt:output_type -> google.protobuf.Empty + 85, // 248: Cast.Cast.GetPrompt:output_type -> Cast.GetPromptResp + 88, // 249: Cast.Cast.ListPrompts:output_type -> Cast.ListPromptsResp + 90, // 250: Cast.Cast.UpdatePromptBatch:output_type -> Cast.UpdatePromptBatchResp + 93, // 251: Cast.Cast.UpdateArtist:output_type -> Cast.UpdateArtistResp + 95, // 252: Cast.Cast.GetArtist:output_type -> Cast.GetArtistResp + 97, // 253: Cast.Cast.CreateWorkAnalysis:output_type -> Cast.CreateWorkAnalysisResp + 207, // 254: Cast.Cast.UpdateWorkAnalysis:output_type -> google.protobuf.Empty + 207, // 255: Cast.Cast.UpdateWorkAnalysisStatus:output_type -> google.protobuf.Empty + 113, // 256: Cast.Cast.GetWorkAnalysis:output_type -> Cast.GetWorkAnalysisDetailResp + 112, // 257: Cast.Cast.GetLatestWorkAnalysis:output_type -> Cast.GetWorkAnalysisResp + 116, // 258: Cast.Cast.ListWorkAnalysis:output_type -> Cast.ListWorkAnalysisResp + 207, // 259: Cast.Cast.DeleteWorkAnalysis:output_type -> google.protobuf.Empty + 207, // 260: Cast.Cast.UpdateWorkAnalysisApprovalID:output_type -> google.protobuf.Empty + 120, // 261: Cast.Cast.ArtistDataList:output_type -> Cast.ArtistDataListResp + 123, // 262: Cast.Cast.MediaDataList:output_type -> Cast.MediaDataListResp + 125, // 263: Cast.Cast.DataOverview:output_type -> Cast.DataOverviewResp + 127, // 264: Cast.Cast.ArtistMetricsSeries:output_type -> Cast.ArtistMetricsSeriesResp + 132, // 265: Cast.Cast.ArtistMetricsDailyWindow:output_type -> Cast.ArtistMetricsDailyWindowResp + 135, // 266: Cast.Cast.TobeConfirmedList:output_type -> Cast.TobeConfirmedListResp + 139, // 267: Cast.Cast.UpsertMediaMetricsDailyBatch:output_type -> Cast.UpsertMediaMetricsDailyBatchResp + 142, // 268: Cast.Cast.UpsertWorkMetricsDailyBatch:output_type -> Cast.UpsertWorkMetricsDailyBatchResp + 153, // 269: Cast.Cast.ListMediaMetricsDaily:output_type -> Cast.ListMediaMetricsDailyResp + 156, // 270: Cast.Cast.ListWorkMetricsDaily:output_type -> Cast.ListWorkMetricsDailyResp + 166, // 271: Cast.Cast.CalculateMediaMetricsByWorks:output_type -> Cast.CalculateMediaMetricsByWorksResp + 145, // 272: Cast.Cast.GetArtistAyrShareInfo:output_type -> Cast.GetArtistAyrShareInfoResp + 147, // 273: Cast.Cast.GetArtistAyrShareInfoByPlatformIDs:output_type -> Cast.GetArtistAyrShareInfoByPlatformIDsResp + 150, // 274: Cast.Cast.ListWorkPlatformInfo:output_type -> Cast.ListWorkPlatformInfoResp + 158, // 275: Cast.Cast.UpsertTaskList:output_type -> Cast.UpsertTaskListResp + 161, // 276: Cast.Cast.GetTaskList:output_type -> Cast.GetTaskListResp + 163, // 277: Cast.Cast.ListTaskList:output_type -> Cast.ListTaskListResp + 207, // 278: Cast.Cast.DeleteTaskList:output_type -> google.protobuf.Empty + 168, // 279: Cast.Cast.UpdateCastTag:output_type -> Cast.UpdateCastTagResp + 171, // 280: Cast.Cast.ListCastTags:output_type -> Cast.ListCastTagsResp + 173, // 281: Cast.Cast.UpdateCastTagBatch:output_type -> Cast.UpdateCastTagBatchResp + 207, // 282: Cast.Cast.BatchUpdateCastTags:output_type -> google.protobuf.Empty + 207, // 283: Cast.Cast.UpdateCastTagStatus:output_type -> google.protobuf.Empty + 176, // 284: Cast.Cast.RecalculateCastTagQuoteCount:output_type -> Cast.RecalculateCastTagQuoteCountResp + 178, // 285: Cast.Cast.CreateCompetitiveReport:output_type -> Cast.CreateCompetitiveReportResp + 193, // 286: Cast.Cast.ImportCompetitiveReportBatch:output_type -> Cast.ImportCompetitiveReportBatchResp + 207, // 287: Cast.Cast.UpdateCompetitiveReportStatus:output_type -> google.protobuf.Empty + 187, // 288: Cast.Cast.GetCompetitiveReport:output_type -> Cast.GetCompetitiveReportDetailResp + 186, // 289: Cast.Cast.GetCompetitiveReportForApp:output_type -> Cast.GetCompetitiveReportForAppResp + 190, // 290: Cast.Cast.ListCompetitiveReport:output_type -> Cast.ListCompetitiveReportResp + 207, // 291: Cast.Cast.DeleteCompetitiveReport:output_type -> google.protobuf.Empty + 207, // 292: Cast.Cast.UpdateCompetitiveReportApprovalID:output_type -> google.protobuf.Empty + 196, // 293: Cast.Cast.CountCompetitiveReportByWorkUuids:output_type -> Cast.CountCompetitiveReportByWorkUuidsResp + 208, // [208:294] is the sub-list for method output_type + 122, // [122:208] is the sub-list for method input_type + 122, // [122:122] is the sub-list for extension type_name + 122, // [122:122] is the sub-list for extension extendee + 0, // [0:122] is the sub-list for field type_name } func init() { file_pb_fiee_cast_proto_init() } @@ -16974,7 +19381,7 @@ func file_pb_fiee_cast_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_pb_fiee_cast_proto_rawDesc), len(file_pb_fiee_cast_proto_rawDesc)), NumEnums: 7, - NumMessages: 174, + NumMessages: 200, NumExtensions: 0, NumServices: 1, }, diff --git a/api/cast/cast.pb.validate.go b/api/cast/cast.pb.validate.go index 76af698..9cf2e2f 100644 --- a/api/cast/cast.pb.validate.go +++ b/api/cast/cast.pb.validate.go @@ -2749,6 +2749,245 @@ var _ interface { ErrorName() string } = WorkListRespValidationError{} +// Validate checks the field values on WorkList2Req with the rules defined in +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. +func (m *WorkList2Req) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on WorkList2Req with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in WorkList2ReqMultiError, or +// nil if none found. +func (m *WorkList2Req) ValidateAll() error { + return m.validate(true) +} + +func (m *WorkList2Req) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Page + + // no validation rules for PageSize + + if len(errors) > 0 { + return WorkList2ReqMultiError(errors) + } + + return nil +} + +// WorkList2ReqMultiError is an error wrapping multiple validation errors +// returned by WorkList2Req.ValidateAll() if the designated constraints aren't met. +type WorkList2ReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m WorkList2ReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m WorkList2ReqMultiError) AllErrors() []error { return m } + +// WorkList2ReqValidationError is the validation error returned by +// WorkList2Req.Validate if the designated constraints aren't met. +type WorkList2ReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e WorkList2ReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e WorkList2ReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e WorkList2ReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e WorkList2ReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e WorkList2ReqValidationError) ErrorName() string { return "WorkList2ReqValidationError" } + +// Error satisfies the builtin error interface +func (e WorkList2ReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sWorkList2Req.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = WorkList2ReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = WorkList2ReqValidationError{} + +// Validate checks the field values on WorkList2Resp with the rules defined in +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. +func (m *WorkList2Resp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on WorkList2Resp with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in WorkList2RespMultiError, or +// nil if none found. +func (m *WorkList2Resp) ValidateAll() error { + return m.validate(true) +} + +func (m *WorkList2Resp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + for idx, item := range m.GetData() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, WorkList2RespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, WorkList2RespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return WorkList2RespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + // no validation rules for Count + + if len(errors) > 0 { + return WorkList2RespMultiError(errors) + } + + return nil +} + +// WorkList2RespMultiError is an error wrapping multiple validation errors +// returned by WorkList2Resp.ValidateAll() if the designated constraints +// aren't met. +type WorkList2RespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m WorkList2RespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m WorkList2RespMultiError) AllErrors() []error { return m } + +// WorkList2RespValidationError is the validation error returned by +// WorkList2Resp.Validate if the designated constraints aren't met. +type WorkList2RespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e WorkList2RespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e WorkList2RespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e WorkList2RespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e WorkList2RespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e WorkList2RespValidationError) ErrorName() string { return "WorkList2RespValidationError" } + +// Error satisfies the builtin error interface +func (e WorkList2RespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sWorkList2Resp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = WorkList2RespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = WorkList2RespValidationError{} + // Validate checks the field values on WorkDetailReq with the rules defined in // the proto definition for this message. If any rules are violated, the first // error encountered is returned, or nil if there are no violations. @@ -17698,6 +17937,257 @@ var _ interface { ErrorName() string } = GetArtistAyrShareInfoRespValidationError{} +// Validate checks the field values on GetArtistAyrShareInfoByPlatformIDsReq +// with the rules defined in the proto definition for this message. If any +// rules are violated, the first error encountered is returned, or nil if +// there are no violations. +func (m *GetArtistAyrShareInfoByPlatformIDsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetArtistAyrShareInfoByPlatformIDsReq +// with the rules defined in the proto definition for this message. If any +// rules are violated, the result is a list of violation errors wrapped in +// GetArtistAyrShareInfoByPlatformIDsReqMultiError, or nil if none found. +func (m *GetArtistAyrShareInfoByPlatformIDsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetArtistAyrShareInfoByPlatformIDsReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Page + + // no validation rules for PageSize + + if len(errors) > 0 { + return GetArtistAyrShareInfoByPlatformIDsReqMultiError(errors) + } + + return nil +} + +// GetArtistAyrShareInfoByPlatformIDsReqMultiError is an error wrapping +// multiple validation errors returned by +// GetArtistAyrShareInfoByPlatformIDsReq.ValidateAll() if the designated +// constraints aren't met. +type GetArtistAyrShareInfoByPlatformIDsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetArtistAyrShareInfoByPlatformIDsReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetArtistAyrShareInfoByPlatformIDsReqMultiError) AllErrors() []error { return m } + +// GetArtistAyrShareInfoByPlatformIDsReqValidationError is the validation error +// returned by GetArtistAyrShareInfoByPlatformIDsReq.Validate if the +// designated constraints aren't met. +type GetArtistAyrShareInfoByPlatformIDsReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e GetArtistAyrShareInfoByPlatformIDsReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e GetArtistAyrShareInfoByPlatformIDsReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e GetArtistAyrShareInfoByPlatformIDsReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e GetArtistAyrShareInfoByPlatformIDsReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e GetArtistAyrShareInfoByPlatformIDsReqValidationError) ErrorName() string { + return "GetArtistAyrShareInfoByPlatformIDsReqValidationError" +} + +// Error satisfies the builtin error interface +func (e GetArtistAyrShareInfoByPlatformIDsReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sGetArtistAyrShareInfoByPlatformIDsReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = GetArtistAyrShareInfoByPlatformIDsReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = GetArtistAyrShareInfoByPlatformIDsReqValidationError{} + +// Validate checks the field values on GetArtistAyrShareInfoByPlatformIDsResp +// with the rules defined in the proto definition for this message. If any +// rules are violated, the first error encountered is returned, or nil if +// there are no violations. +func (m *GetArtistAyrShareInfoByPlatformIDsResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on +// GetArtistAyrShareInfoByPlatformIDsResp with the rules defined in the proto +// definition for this message. If any rules are violated, the result is a +// list of violation errors wrapped in +// GetArtistAyrShareInfoByPlatformIDsRespMultiError, or nil if none found. +func (m *GetArtistAyrShareInfoByPlatformIDsResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetArtistAyrShareInfoByPlatformIDsResp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + for idx, item := range m.GetData() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetArtistAyrShareInfoByPlatformIDsRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetArtistAyrShareInfoByPlatformIDsRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return GetArtistAyrShareInfoByPlatformIDsRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + // no validation rules for Count + + if len(errors) > 0 { + return GetArtistAyrShareInfoByPlatformIDsRespMultiError(errors) + } + + return nil +} + +// GetArtistAyrShareInfoByPlatformIDsRespMultiError is an error wrapping +// multiple validation errors returned by +// GetArtistAyrShareInfoByPlatformIDsResp.ValidateAll() if the designated +// constraints aren't met. +type GetArtistAyrShareInfoByPlatformIDsRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetArtistAyrShareInfoByPlatformIDsRespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetArtistAyrShareInfoByPlatformIDsRespMultiError) AllErrors() []error { return m } + +// GetArtistAyrShareInfoByPlatformIDsRespValidationError is the validation +// error returned by GetArtistAyrShareInfoByPlatformIDsResp.Validate if the +// designated constraints aren't met. +type GetArtistAyrShareInfoByPlatformIDsRespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e GetArtistAyrShareInfoByPlatformIDsRespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e GetArtistAyrShareInfoByPlatformIDsRespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e GetArtistAyrShareInfoByPlatformIDsRespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e GetArtistAyrShareInfoByPlatformIDsRespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e GetArtistAyrShareInfoByPlatformIDsRespValidationError) ErrorName() string { + return "GetArtistAyrShareInfoByPlatformIDsRespValidationError" +} + +// Error satisfies the builtin error interface +func (e GetArtistAyrShareInfoByPlatformIDsRespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sGetArtistAyrShareInfoByPlatformIDsResp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = GetArtistAyrShareInfoByPlatformIDsRespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = GetArtistAyrShareInfoByPlatformIDsRespValidationError{} + // Validate checks the field values on ListWorkPlatformInfoReq with the rules // defined in the proto definition for this message. If any rules are // violated, the first error encountered is returned, or nil if there are no violations. @@ -20242,6 +20732,8 @@ func (m *ListCastTagsReq) validate(all bool) error { // no validation rules for CreatedAtEnd + // no validation rules for IsWatchCountCalled + // no validation rules for OrderBy // no validation rules for Sort @@ -20374,6 +20866,8 @@ func (m *CastTagInfo) validate(all bool) error { // no validation rules for Success + // no validation rules for IsWatchCountCalled + if len(errors) > 0 { return CastTagInfoMultiError(errors) } @@ -20863,6 +21357,142 @@ var _ interface { ErrorName() string } = UpdateCastTagBatchRespValidationError{} +// Validate checks the field values on BatchUpdateCastTagsReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *BatchUpdateCastTagsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on BatchUpdateCastTagsReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// BatchUpdateCastTagsReqMultiError, or nil if none found. +func (m *BatchUpdateCastTagsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *BatchUpdateCastTagsReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + for idx, item := range m.GetData() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, BatchUpdateCastTagsReqValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, BatchUpdateCastTagsReqValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return BatchUpdateCastTagsReqValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + if len(errors) > 0 { + return BatchUpdateCastTagsReqMultiError(errors) + } + + return nil +} + +// BatchUpdateCastTagsReqMultiError is an error wrapping multiple validation +// errors returned by BatchUpdateCastTagsReq.ValidateAll() if the designated +// constraints aren't met. +type BatchUpdateCastTagsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m BatchUpdateCastTagsReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m BatchUpdateCastTagsReqMultiError) AllErrors() []error { return m } + +// BatchUpdateCastTagsReqValidationError is the validation error returned by +// BatchUpdateCastTagsReq.Validate if the designated constraints aren't met. +type BatchUpdateCastTagsReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e BatchUpdateCastTagsReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e BatchUpdateCastTagsReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e BatchUpdateCastTagsReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e BatchUpdateCastTagsReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e BatchUpdateCastTagsReqValidationError) ErrorName() string { + return "BatchUpdateCastTagsReqValidationError" +} + +// Error satisfies the builtin error interface +func (e BatchUpdateCastTagsReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sBatchUpdateCastTagsReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = BatchUpdateCastTagsReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = BatchUpdateCastTagsReqValidationError{} + // Validate checks the field values on UpdateCastTagStatusReq with the rules // defined in the proto definition for this message. If any rules are // violated, the first error encountered is returned, or nil if there are no violations. @@ -21082,6 +21712,2476 @@ var _ interface { ErrorName() string } = RecalculateCastTagQuoteCountRespValidationError{} +// Validate checks the field values on CreateCompetitiveReportReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *CreateCompetitiveReportReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateCompetitiveReportReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CreateCompetitiveReportReqMultiError, or nil if none found. +func (m *CreateCompetitiveReportReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateCompetitiveReportReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + // no validation rules for SubNum + + // no validation rules for ArtistName + + // no validation rules for ArtistID + + // no validation rules for ArtistPhone + + // no validation rules for ReportContent + + // no validation rules for ImageUrl + + // no validation rules for Title + + // no validation rules for PdfUrl + + // no validation rules for Source + + // no validation rules for Remark + + // no validation rules for Success + + if len(errors) > 0 { + return CreateCompetitiveReportReqMultiError(errors) + } + + return nil +} + +// CreateCompetitiveReportReqMultiError is an error wrapping multiple +// validation errors returned by CreateCompetitiveReportReq.ValidateAll() if +// the designated constraints aren't met. +type CreateCompetitiveReportReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateCompetitiveReportReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateCompetitiveReportReqMultiError) AllErrors() []error { return m } + +// CreateCompetitiveReportReqValidationError is the validation error returned +// by CreateCompetitiveReportReq.Validate if the designated constraints aren't met. +type CreateCompetitiveReportReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CreateCompetitiveReportReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CreateCompetitiveReportReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CreateCompetitiveReportReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CreateCompetitiveReportReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CreateCompetitiveReportReqValidationError) ErrorName() string { + return "CreateCompetitiveReportReqValidationError" +} + +// Error satisfies the builtin error interface +func (e CreateCompetitiveReportReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sCreateCompetitiveReportReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CreateCompetitiveReportReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CreateCompetitiveReportReqValidationError{} + +// Validate checks the field values on CreateCompetitiveReportResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *CreateCompetitiveReportResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CreateCompetitiveReportResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CreateCompetitiveReportRespMultiError, or nil if none found. +func (m *CreateCompetitiveReportResp) ValidateAll() error { + return m.validate(true) +} + +func (m *CreateCompetitiveReportResp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + if len(errors) > 0 { + return CreateCompetitiveReportRespMultiError(errors) + } + + return nil +} + +// CreateCompetitiveReportRespMultiError is an error wrapping multiple +// validation errors returned by CreateCompetitiveReportResp.ValidateAll() if +// the designated constraints aren't met. +type CreateCompetitiveReportRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CreateCompetitiveReportRespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CreateCompetitiveReportRespMultiError) AllErrors() []error { return m } + +// CreateCompetitiveReportRespValidationError is the validation error returned +// by CreateCompetitiveReportResp.Validate if the designated constraints +// aren't met. +type CreateCompetitiveReportRespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CreateCompetitiveReportRespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CreateCompetitiveReportRespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CreateCompetitiveReportRespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CreateCompetitiveReportRespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CreateCompetitiveReportRespValidationError) ErrorName() string { + return "CreateCompetitiveReportRespValidationError" +} + +// Error satisfies the builtin error interface +func (e CreateCompetitiveReportRespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sCreateCompetitiveReportResp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CreateCompetitiveReportRespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CreateCompetitiveReportRespValidationError{} + +// Validate checks the field values on UpdateCompetitiveReportReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *UpdateCompetitiveReportReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateCompetitiveReportReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// UpdateCompetitiveReportReqMultiError, or nil if none found. +func (m *UpdateCompetitiveReportReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateCompetitiveReportReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + // no validation rules for ReportContent + + // no validation rules for Title + + // no validation rules for ImageUrl + + // no validation rules for PdfUrl + + if len(errors) > 0 { + return UpdateCompetitiveReportReqMultiError(errors) + } + + return nil +} + +// UpdateCompetitiveReportReqMultiError is an error wrapping multiple +// validation errors returned by UpdateCompetitiveReportReq.ValidateAll() if +// the designated constraints aren't met. +type UpdateCompetitiveReportReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateCompetitiveReportReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateCompetitiveReportReqMultiError) AllErrors() []error { return m } + +// UpdateCompetitiveReportReqValidationError is the validation error returned +// by UpdateCompetitiveReportReq.Validate if the designated constraints aren't met. +type UpdateCompetitiveReportReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e UpdateCompetitiveReportReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e UpdateCompetitiveReportReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e UpdateCompetitiveReportReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e UpdateCompetitiveReportReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e UpdateCompetitiveReportReqValidationError) ErrorName() string { + return "UpdateCompetitiveReportReqValidationError" +} + +// Error satisfies the builtin error interface +func (e UpdateCompetitiveReportReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sUpdateCompetitiveReportReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = UpdateCompetitiveReportReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = UpdateCompetitiveReportReqValidationError{} + +// Validate checks the field values on UpdateCompetitiveReportStatusReq with +// the rules defined in the proto definition for this message. If any rules +// are violated, the first error encountered is returned, or nil if there are +// no violations. +func (m *UpdateCompetitiveReportStatusReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateCompetitiveReportStatusReq with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// UpdateCompetitiveReportStatusReqMultiError, or nil if none found. +func (m *UpdateCompetitiveReportStatusReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateCompetitiveReportStatusReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for WorkAction + + // no validation rules for Uuid + + // no validation rules for ApprovalID + + // no validation rules for ApprovalReply + + // no validation rules for ConfirmRemark + + // no validation rules for ConfirmStatus + + // no validation rules for CostType + + // no validation rules for ConfirmType + + if len(errors) > 0 { + return UpdateCompetitiveReportStatusReqMultiError(errors) + } + + return nil +} + +// UpdateCompetitiveReportStatusReqMultiError is an error wrapping multiple +// validation errors returned by +// UpdateCompetitiveReportStatusReq.ValidateAll() if the designated +// constraints aren't met. +type UpdateCompetitiveReportStatusReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateCompetitiveReportStatusReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateCompetitiveReportStatusReqMultiError) AllErrors() []error { return m } + +// UpdateCompetitiveReportStatusReqValidationError is the validation error +// returned by UpdateCompetitiveReportStatusReq.Validate if the designated +// constraints aren't met. +type UpdateCompetitiveReportStatusReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e UpdateCompetitiveReportStatusReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e UpdateCompetitiveReportStatusReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e UpdateCompetitiveReportStatusReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e UpdateCompetitiveReportStatusReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e UpdateCompetitiveReportStatusReqValidationError) ErrorName() string { + return "UpdateCompetitiveReportStatusReqValidationError" +} + +// Error satisfies the builtin error interface +func (e UpdateCompetitiveReportStatusReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sUpdateCompetitiveReportStatusReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = UpdateCompetitiveReportStatusReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = UpdateCompetitiveReportStatusReqValidationError{} + +// Validate checks the field values on UpdateCompetitiveReportApprovalIDReq +// with the rules defined in the proto definition for this message. If any +// rules are violated, the first error encountered is returned, or nil if +// there are no violations. +func (m *UpdateCompetitiveReportApprovalIDReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on UpdateCompetitiveReportApprovalIDReq +// with the rules defined in the proto definition for this message. If any +// rules are violated, the result is a list of violation errors wrapped in +// UpdateCompetitiveReportApprovalIDReqMultiError, or nil if none found. +func (m *UpdateCompetitiveReportApprovalIDReq) ValidateAll() error { + return m.validate(true) +} + +func (m *UpdateCompetitiveReportApprovalIDReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + // no validation rules for ApprovalID + + if len(errors) > 0 { + return UpdateCompetitiveReportApprovalIDReqMultiError(errors) + } + + return nil +} + +// UpdateCompetitiveReportApprovalIDReqMultiError is an error wrapping multiple +// validation errors returned by +// UpdateCompetitiveReportApprovalIDReq.ValidateAll() if the designated +// constraints aren't met. +type UpdateCompetitiveReportApprovalIDReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m UpdateCompetitiveReportApprovalIDReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m UpdateCompetitiveReportApprovalIDReqMultiError) AllErrors() []error { return m } + +// UpdateCompetitiveReportApprovalIDReqValidationError is the validation error +// returned by UpdateCompetitiveReportApprovalIDReq.Validate if the designated +// constraints aren't met. +type UpdateCompetitiveReportApprovalIDReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e UpdateCompetitiveReportApprovalIDReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e UpdateCompetitiveReportApprovalIDReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e UpdateCompetitiveReportApprovalIDReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e UpdateCompetitiveReportApprovalIDReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e UpdateCompetitiveReportApprovalIDReqValidationError) ErrorName() string { + return "UpdateCompetitiveReportApprovalIDReqValidationError" +} + +// Error satisfies the builtin error interface +func (e UpdateCompetitiveReportApprovalIDReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sUpdateCompetitiveReportApprovalIDReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = UpdateCompetitiveReportApprovalIDReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = UpdateCompetitiveReportApprovalIDReqValidationError{} + +// Validate checks the field values on CompetitiveReportLogInfo with the rules +// defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *CompetitiveReportLogInfo) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CompetitiveReportLogInfo with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CompetitiveReportLogInfoMultiError, or nil if none found. +func (m *CompetitiveReportLogInfo) ValidateAll() error { + return m.validate(true) +} + +func (m *CompetitiveReportLogInfo) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for ReportUuid + + // no validation rules for Title + + // no validation rules for UpdateTime + + // no validation rules for WorkReportStatus + + // no validation rules for ArtistName + + // no validation rules for ArtistUuid + + // no validation rules for ReportExtraData + + // no validation rules for OperatorName + + // no validation rules for OperatorID + + if len(errors) > 0 { + return CompetitiveReportLogInfoMultiError(errors) + } + + return nil +} + +// CompetitiveReportLogInfoMultiError is an error wrapping multiple validation +// errors returned by CompetitiveReportLogInfo.ValidateAll() if the designated +// constraints aren't met. +type CompetitiveReportLogInfoMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CompetitiveReportLogInfoMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CompetitiveReportLogInfoMultiError) AllErrors() []error { return m } + +// CompetitiveReportLogInfoValidationError is the validation error returned by +// CompetitiveReportLogInfo.Validate if the designated constraints aren't met. +type CompetitiveReportLogInfoValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CompetitiveReportLogInfoValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CompetitiveReportLogInfoValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CompetitiveReportLogInfoValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CompetitiveReportLogInfoValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CompetitiveReportLogInfoValidationError) ErrorName() string { + return "CompetitiveReportLogInfoValidationError" +} + +// Error satisfies the builtin error interface +func (e CompetitiveReportLogInfoValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sCompetitiveReportLogInfo.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CompetitiveReportLogInfoValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CompetitiveReportLogInfoValidationError{} + +// Validate checks the field values on CompetitiveReportExtra with the rules +// defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *CompetitiveReportExtra) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CompetitiveReportExtra with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CompetitiveReportExtraMultiError, or nil if none found. +func (m *CompetitiveReportExtra) ValidateAll() error { + return m.validate(true) +} + +func (m *CompetitiveReportExtra) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for ReportUuid + + // no validation rules for ArtistConfirmedTime + + // no validation rules for CostType + + // no validation rules for CreatedAt + + // no validation rules for UpdatedAt + + if len(errors) > 0 { + return CompetitiveReportExtraMultiError(errors) + } + + return nil +} + +// CompetitiveReportExtraMultiError is an error wrapping multiple validation +// errors returned by CompetitiveReportExtra.ValidateAll() if the designated +// constraints aren't met. +type CompetitiveReportExtraMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CompetitiveReportExtraMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CompetitiveReportExtraMultiError) AllErrors() []error { return m } + +// CompetitiveReportExtraValidationError is the validation error returned by +// CompetitiveReportExtra.Validate if the designated constraints aren't met. +type CompetitiveReportExtraValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CompetitiveReportExtraValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CompetitiveReportExtraValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CompetitiveReportExtraValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CompetitiveReportExtraValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CompetitiveReportExtraValidationError) ErrorName() string { + return "CompetitiveReportExtraValidationError" +} + +// Error satisfies the builtin error interface +func (e CompetitiveReportExtraValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sCompetitiveReportExtra.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CompetitiveReportExtraValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CompetitiveReportExtraValidationError{} + +// Validate checks the field values on GetCompetitiveReportDetailReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *GetCompetitiveReportDetailReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetCompetitiveReportDetailReq with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// GetCompetitiveReportDetailReqMultiError, or nil if none found. +func (m *GetCompetitiveReportDetailReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetCompetitiveReportDetailReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + if len(errors) > 0 { + return GetCompetitiveReportDetailReqMultiError(errors) + } + + return nil +} + +// GetCompetitiveReportDetailReqMultiError is an error wrapping multiple +// validation errors returned by GetCompetitiveReportDetailReq.ValidateAll() +// if the designated constraints aren't met. +type GetCompetitiveReportDetailReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetCompetitiveReportDetailReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetCompetitiveReportDetailReqMultiError) AllErrors() []error { return m } + +// GetCompetitiveReportDetailReqValidationError is the validation error +// returned by GetCompetitiveReportDetailReq.Validate if the designated +// constraints aren't met. +type GetCompetitiveReportDetailReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e GetCompetitiveReportDetailReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e GetCompetitiveReportDetailReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e GetCompetitiveReportDetailReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e GetCompetitiveReportDetailReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e GetCompetitiveReportDetailReqValidationError) ErrorName() string { + return "GetCompetitiveReportDetailReqValidationError" +} + +// Error satisfies the builtin error interface +func (e GetCompetitiveReportDetailReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sGetCompetitiveReportDetailReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = GetCompetitiveReportDetailReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = GetCompetitiveReportDetailReqValidationError{} + +// Validate checks the field values on GetCompetitiveReportForAppReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *GetCompetitiveReportForAppReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetCompetitiveReportForAppReq with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// GetCompetitiveReportForAppReqMultiError, or nil if none found. +func (m *GetCompetitiveReportForAppReq) ValidateAll() error { + return m.validate(true) +} + +func (m *GetCompetitiveReportForAppReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + if len(errors) > 0 { + return GetCompetitiveReportForAppReqMultiError(errors) + } + + return nil +} + +// GetCompetitiveReportForAppReqMultiError is an error wrapping multiple +// validation errors returned by GetCompetitiveReportForAppReq.ValidateAll() +// if the designated constraints aren't met. +type GetCompetitiveReportForAppReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetCompetitiveReportForAppReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetCompetitiveReportForAppReqMultiError) AllErrors() []error { return m } + +// GetCompetitiveReportForAppReqValidationError is the validation error +// returned by GetCompetitiveReportForAppReq.Validate if the designated +// constraints aren't met. +type GetCompetitiveReportForAppReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e GetCompetitiveReportForAppReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e GetCompetitiveReportForAppReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e GetCompetitiveReportForAppReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e GetCompetitiveReportForAppReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e GetCompetitiveReportForAppReqValidationError) ErrorName() string { + return "GetCompetitiveReportForAppReqValidationError" +} + +// Error satisfies the builtin error interface +func (e GetCompetitiveReportForAppReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sGetCompetitiveReportForAppReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = GetCompetitiveReportForAppReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = GetCompetitiveReportForAppReqValidationError{} + +// Validate checks the field values on GetCompetitiveReportForAppResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *GetCompetitiveReportForAppResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetCompetitiveReportForAppResp with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// GetCompetitiveReportForAppRespMultiError, or nil if none found. +func (m *GetCompetitiveReportForAppResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetCompetitiveReportForAppResp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + // no validation rules for SubNum + + // no validation rules for ArtistName + + // no validation rules for ReportContent + + // no validation rules for ImageUrl + + // no validation rules for Title + + // no validation rules for PdfUrl + + // no validation rules for CreatedAt + + // no validation rules for UpdatedAt + + if len(errors) > 0 { + return GetCompetitiveReportForAppRespMultiError(errors) + } + + return nil +} + +// GetCompetitiveReportForAppRespMultiError is an error wrapping multiple +// validation errors returned by GetCompetitiveReportForAppResp.ValidateAll() +// if the designated constraints aren't met. +type GetCompetitiveReportForAppRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetCompetitiveReportForAppRespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetCompetitiveReportForAppRespMultiError) AllErrors() []error { return m } + +// GetCompetitiveReportForAppRespValidationError is the validation error +// returned by GetCompetitiveReportForAppResp.Validate if the designated +// constraints aren't met. +type GetCompetitiveReportForAppRespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e GetCompetitiveReportForAppRespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e GetCompetitiveReportForAppRespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e GetCompetitiveReportForAppRespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e GetCompetitiveReportForAppRespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e GetCompetitiveReportForAppRespValidationError) ErrorName() string { + return "GetCompetitiveReportForAppRespValidationError" +} + +// Error satisfies the builtin error interface +func (e GetCompetitiveReportForAppRespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sGetCompetitiveReportForAppResp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = GetCompetitiveReportForAppRespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = GetCompetitiveReportForAppRespValidationError{} + +// Validate checks the field values on GetCompetitiveReportDetailResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *GetCompetitiveReportDetailResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on GetCompetitiveReportDetailResp with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// GetCompetitiveReportDetailRespMultiError, or nil if none found. +func (m *GetCompetitiveReportDetailResp) ValidateAll() error { + return m.validate(true) +} + +func (m *GetCompetitiveReportDetailResp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + // no validation rules for SubNum + + // no validation rules for ArtistName + + // no validation rules for ArtistID + + // no validation rules for ArtistPhone + + // no validation rules for ReportContent + + // no validation rules for ImageUrl + + // no validation rules for Title + + // no validation rules for OperatorID + + // no validation rules for OperatorName + + // no validation rules for WorkReportStatus + + // no validation rules for Reason + + // no validation rules for ComfirmType + + // no validation rules for Cost + + // no validation rules for SubmitTime + + // no validation rules for StatusUpdateTime + + // no validation rules for ApprovalID + + // no validation rules for PdfUrl + + // no validation rules for ConfirmRemark + + for idx, item := range m.GetReportLogData() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetCompetitiveReportDetailRespValidationError{ + field: fmt.Sprintf("ReportLogData[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetCompetitiveReportDetailRespValidationError{ + field: fmt.Sprintf("ReportLogData[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return GetCompetitiveReportDetailRespValidationError{ + field: fmt.Sprintf("ReportLogData[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + if all { + switch v := interface{}(m.GetExtra()).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, GetCompetitiveReportDetailRespValidationError{ + field: "Extra", + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, GetCompetitiveReportDetailRespValidationError{ + field: "Extra", + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(m.GetExtra()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return GetCompetitiveReportDetailRespValidationError{ + field: "Extra", + reason: "embedded message failed validation", + cause: err, + } + } + } + + // no validation rules for CreatedAt + + // no validation rules for UpdatedAt + + if len(errors) > 0 { + return GetCompetitiveReportDetailRespMultiError(errors) + } + + return nil +} + +// GetCompetitiveReportDetailRespMultiError is an error wrapping multiple +// validation errors returned by GetCompetitiveReportDetailResp.ValidateAll() +// if the designated constraints aren't met. +type GetCompetitiveReportDetailRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m GetCompetitiveReportDetailRespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m GetCompetitiveReportDetailRespMultiError) AllErrors() []error { return m } + +// GetCompetitiveReportDetailRespValidationError is the validation error +// returned by GetCompetitiveReportDetailResp.Validate if the designated +// constraints aren't met. +type GetCompetitiveReportDetailRespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e GetCompetitiveReportDetailRespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e GetCompetitiveReportDetailRespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e GetCompetitiveReportDetailRespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e GetCompetitiveReportDetailRespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e GetCompetitiveReportDetailRespValidationError) ErrorName() string { + return "GetCompetitiveReportDetailRespValidationError" +} + +// Error satisfies the builtin error interface +func (e GetCompetitiveReportDetailRespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sGetCompetitiveReportDetailResp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = GetCompetitiveReportDetailRespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = GetCompetitiveReportDetailRespValidationError{} + +// Validate checks the field values on ListCompetitiveReportReq with the rules +// defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *ListCompetitiveReportReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListCompetitiveReportReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListCompetitiveReportReqMultiError, or nil if none found. +func (m *ListCompetitiveReportReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ListCompetitiveReportReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for SubNum + + // no validation rules for ArtistVal + + // no validation rules for Status + + // no validation rules for ComfirmType + + // no validation rules for StatusUpdateTimeStart + + // no validation rules for StatusUpdateTimeEnd + + // no validation rules for SubmitStartTime + + // no validation rules for SubmitEndTime + + // no validation rules for Page + + // no validation rules for PageSize + + // no validation rules for ArtistUuid + + if len(errors) > 0 { + return ListCompetitiveReportReqMultiError(errors) + } + + return nil +} + +// ListCompetitiveReportReqMultiError is an error wrapping multiple validation +// errors returned by ListCompetitiveReportReq.ValidateAll() if the designated +// constraints aren't met. +type ListCompetitiveReportReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListCompetitiveReportReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListCompetitiveReportReqMultiError) AllErrors() []error { return m } + +// ListCompetitiveReportReqValidationError is the validation error returned by +// ListCompetitiveReportReq.Validate if the designated constraints aren't met. +type ListCompetitiveReportReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ListCompetitiveReportReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ListCompetitiveReportReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ListCompetitiveReportReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ListCompetitiveReportReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ListCompetitiveReportReqValidationError) ErrorName() string { + return "ListCompetitiveReportReqValidationError" +} + +// Error satisfies the builtin error interface +func (e ListCompetitiveReportReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sListCompetitiveReportReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ListCompetitiveReportReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ListCompetitiveReportReqValidationError{} + +// Validate checks the field values on CompetitiveReportInfo with the rules +// defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *CompetitiveReportInfo) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CompetitiveReportInfo with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// CompetitiveReportInfoMultiError, or nil if none found. +func (m *CompetitiveReportInfo) ValidateAll() error { + return m.validate(true) +} + +func (m *CompetitiveReportInfo) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + // no validation rules for SubNum + + // no validation rules for ArtistName + + // no validation rules for ArtistID + + // no validation rules for ArtistPhone + + // no validation rules for OperatorID + + // no validation rules for OperatorName + + // no validation rules for WorkReportStatus + + // no validation rules for Reason + + // no validation rules for ComfirmType + + // no validation rules for SubmitTime + + // no validation rules for StatusUpdateTime + + // no validation rules for PdfUrl + + // no validation rules for ApprovalID + + // no validation rules for Title + + if len(errors) > 0 { + return CompetitiveReportInfoMultiError(errors) + } + + return nil +} + +// CompetitiveReportInfoMultiError is an error wrapping multiple validation +// errors returned by CompetitiveReportInfo.ValidateAll() if the designated +// constraints aren't met. +type CompetitiveReportInfoMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CompetitiveReportInfoMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CompetitiveReportInfoMultiError) AllErrors() []error { return m } + +// CompetitiveReportInfoValidationError is the validation error returned by +// CompetitiveReportInfo.Validate if the designated constraints aren't met. +type CompetitiveReportInfoValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CompetitiveReportInfoValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CompetitiveReportInfoValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CompetitiveReportInfoValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CompetitiveReportInfoValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CompetitiveReportInfoValidationError) ErrorName() string { + return "CompetitiveReportInfoValidationError" +} + +// Error satisfies the builtin error interface +func (e CompetitiveReportInfoValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sCompetitiveReportInfo.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CompetitiveReportInfoValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CompetitiveReportInfoValidationError{} + +// Validate checks the field values on ListCompetitiveReportResp with the rules +// defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *ListCompetitiveReportResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ListCompetitiveReportResp with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// ListCompetitiveReportRespMultiError, or nil if none found. +func (m *ListCompetitiveReportResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ListCompetitiveReportResp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + for idx, item := range m.GetData() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ListCompetitiveReportRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ListCompetitiveReportRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ListCompetitiveReportRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + // no validation rules for Count + + if len(errors) > 0 { + return ListCompetitiveReportRespMultiError(errors) + } + + return nil +} + +// ListCompetitiveReportRespMultiError is an error wrapping multiple validation +// errors returned by ListCompetitiveReportResp.ValidateAll() if the +// designated constraints aren't met. +type ListCompetitiveReportRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ListCompetitiveReportRespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ListCompetitiveReportRespMultiError) AllErrors() []error { return m } + +// ListCompetitiveReportRespValidationError is the validation error returned by +// ListCompetitiveReportResp.Validate if the designated constraints aren't met. +type ListCompetitiveReportRespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ListCompetitiveReportRespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ListCompetitiveReportRespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ListCompetitiveReportRespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ListCompetitiveReportRespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ListCompetitiveReportRespValidationError) ErrorName() string { + return "ListCompetitiveReportRespValidationError" +} + +// Error satisfies the builtin error interface +func (e ListCompetitiveReportRespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sListCompetitiveReportResp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ListCompetitiveReportRespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ListCompetitiveReportRespValidationError{} + +// Validate checks the field values on DeleteCompetitiveReportReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *DeleteCompetitiveReportReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on DeleteCompetitiveReportReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// DeleteCompetitiveReportReqMultiError, or nil if none found. +func (m *DeleteCompetitiveReportReq) ValidateAll() error { + return m.validate(true) +} + +func (m *DeleteCompetitiveReportReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for Uuid + + if len(errors) > 0 { + return DeleteCompetitiveReportReqMultiError(errors) + } + + return nil +} + +// DeleteCompetitiveReportReqMultiError is an error wrapping multiple +// validation errors returned by DeleteCompetitiveReportReq.ValidateAll() if +// the designated constraints aren't met. +type DeleteCompetitiveReportReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m DeleteCompetitiveReportReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m DeleteCompetitiveReportReqMultiError) AllErrors() []error { return m } + +// DeleteCompetitiveReportReqValidationError is the validation error returned +// by DeleteCompetitiveReportReq.Validate if the designated constraints aren't met. +type DeleteCompetitiveReportReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e DeleteCompetitiveReportReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e DeleteCompetitiveReportReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e DeleteCompetitiveReportReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e DeleteCompetitiveReportReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e DeleteCompetitiveReportReqValidationError) ErrorName() string { + return "DeleteCompetitiveReportReqValidationError" +} + +// Error satisfies the builtin error interface +func (e DeleteCompetitiveReportReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sDeleteCompetitiveReportReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = DeleteCompetitiveReportReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = DeleteCompetitiveReportReqValidationError{} + +// Validate checks the field values on ImportCompetitiveReportBatchReq with the +// rules defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *ImportCompetitiveReportBatchReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ImportCompetitiveReportBatchReq with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// ImportCompetitiveReportBatchReqMultiError, or nil if none found. +func (m *ImportCompetitiveReportBatchReq) ValidateAll() error { + return m.validate(true) +} + +func (m *ImportCompetitiveReportBatchReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + for idx, item := range m.GetReports() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ImportCompetitiveReportBatchReqValidationError{ + field: fmt.Sprintf("Reports[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ImportCompetitiveReportBatchReqValidationError{ + field: fmt.Sprintf("Reports[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ImportCompetitiveReportBatchReqValidationError{ + field: fmt.Sprintf("Reports[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + if len(errors) > 0 { + return ImportCompetitiveReportBatchReqMultiError(errors) + } + + return nil +} + +// ImportCompetitiveReportBatchReqMultiError is an error wrapping multiple +// validation errors returned by ImportCompetitiveReportBatchReq.ValidateAll() +// if the designated constraints aren't met. +type ImportCompetitiveReportBatchReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ImportCompetitiveReportBatchReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ImportCompetitiveReportBatchReqMultiError) AllErrors() []error { return m } + +// ImportCompetitiveReportBatchReqValidationError is the validation error +// returned by ImportCompetitiveReportBatchReq.Validate if the designated +// constraints aren't met. +type ImportCompetitiveReportBatchReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ImportCompetitiveReportBatchReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ImportCompetitiveReportBatchReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ImportCompetitiveReportBatchReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ImportCompetitiveReportBatchReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ImportCompetitiveReportBatchReqValidationError) ErrorName() string { + return "ImportCompetitiveReportBatchReqValidationError" +} + +// Error satisfies the builtin error interface +func (e ImportCompetitiveReportBatchReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sImportCompetitiveReportBatchReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ImportCompetitiveReportBatchReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ImportCompetitiveReportBatchReqValidationError{} + +// Validate checks the field values on ImportCompetitiveReportBatchResp with +// the rules defined in the proto definition for this message. If any rules +// are violated, the first error encountered is returned, or nil if there are +// no violations. +func (m *ImportCompetitiveReportBatchResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on ImportCompetitiveReportBatchResp with +// the rules defined in the proto definition for this message. If any rules +// are violated, the result is a list of violation errors wrapped in +// ImportCompetitiveReportBatchRespMultiError, or nil if none found. +func (m *ImportCompetitiveReportBatchResp) ValidateAll() error { + return m.validate(true) +} + +func (m *ImportCompetitiveReportBatchResp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + for idx, item := range m.GetReports() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, ImportCompetitiveReportBatchRespValidationError{ + field: fmt.Sprintf("Reports[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, ImportCompetitiveReportBatchRespValidationError{ + field: fmt.Sprintf("Reports[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ImportCompetitiveReportBatchRespValidationError{ + field: fmt.Sprintf("Reports[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + // no validation rules for SuccessCount + + // no validation rules for FailCount + + if len(errors) > 0 { + return ImportCompetitiveReportBatchRespMultiError(errors) + } + + return nil +} + +// ImportCompetitiveReportBatchRespMultiError is an error wrapping multiple +// validation errors returned by +// ImportCompetitiveReportBatchResp.ValidateAll() if the designated +// constraints aren't met. +type ImportCompetitiveReportBatchRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m ImportCompetitiveReportBatchRespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m ImportCompetitiveReportBatchRespMultiError) AllErrors() []error { return m } + +// ImportCompetitiveReportBatchRespValidationError is the validation error +// returned by ImportCompetitiveReportBatchResp.Validate if the designated +// constraints aren't met. +type ImportCompetitiveReportBatchRespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ImportCompetitiveReportBatchRespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ImportCompetitiveReportBatchRespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ImportCompetitiveReportBatchRespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ImportCompetitiveReportBatchRespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ImportCompetitiveReportBatchRespValidationError) ErrorName() string { + return "ImportCompetitiveReportBatchRespValidationError" +} + +// Error satisfies the builtin error interface +func (e ImportCompetitiveReportBatchRespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sImportCompetitiveReportBatchResp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ImportCompetitiveReportBatchRespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ImportCompetitiveReportBatchRespValidationError{} + +// Validate checks the field values on CountCompetitiveReportByWorkUuidsReq +// with the rules defined in the proto definition for this message. If any +// rules are violated, the first error encountered is returned, or nil if +// there are no violations. +func (m *CountCompetitiveReportByWorkUuidsReq) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CountCompetitiveReportByWorkUuidsReq +// with the rules defined in the proto definition for this message. If any +// rules are violated, the result is a list of violation errors wrapped in +// CountCompetitiveReportByWorkUuidsReqMultiError, or nil if none found. +func (m *CountCompetitiveReportByWorkUuidsReq) ValidateAll() error { + return m.validate(true) +} + +func (m *CountCompetitiveReportByWorkUuidsReq) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + if len(errors) > 0 { + return CountCompetitiveReportByWorkUuidsReqMultiError(errors) + } + + return nil +} + +// CountCompetitiveReportByWorkUuidsReqMultiError is an error wrapping multiple +// validation errors returned by +// CountCompetitiveReportByWorkUuidsReq.ValidateAll() if the designated +// constraints aren't met. +type CountCompetitiveReportByWorkUuidsReqMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CountCompetitiveReportByWorkUuidsReqMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CountCompetitiveReportByWorkUuidsReqMultiError) AllErrors() []error { return m } + +// CountCompetitiveReportByWorkUuidsReqValidationError is the validation error +// returned by CountCompetitiveReportByWorkUuidsReq.Validate if the designated +// constraints aren't met. +type CountCompetitiveReportByWorkUuidsReqValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CountCompetitiveReportByWorkUuidsReqValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CountCompetitiveReportByWorkUuidsReqValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CountCompetitiveReportByWorkUuidsReqValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CountCompetitiveReportByWorkUuidsReqValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CountCompetitiveReportByWorkUuidsReqValidationError) ErrorName() string { + return "CountCompetitiveReportByWorkUuidsReqValidationError" +} + +// Error satisfies the builtin error interface +func (e CountCompetitiveReportByWorkUuidsReqValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sCountCompetitiveReportByWorkUuidsReq.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CountCompetitiveReportByWorkUuidsReqValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CountCompetitiveReportByWorkUuidsReqValidationError{} + +// Validate checks the field values on WorkUuidCount with the rules defined in +// the proto definition for this message. If any rules are violated, the first +// error encountered is returned, or nil if there are no violations. +func (m *WorkUuidCount) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on WorkUuidCount with the rules defined +// in the proto definition for this message. If any rules are violated, the +// result is a list of violation errors wrapped in WorkUuidCountMultiError, or +// nil if none found. +func (m *WorkUuidCount) ValidateAll() error { + return m.validate(true) +} + +func (m *WorkUuidCount) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for WorkUuid + + // no validation rules for Count + + if len(errors) > 0 { + return WorkUuidCountMultiError(errors) + } + + return nil +} + +// WorkUuidCountMultiError is an error wrapping multiple validation errors +// returned by WorkUuidCount.ValidateAll() if the designated constraints +// aren't met. +type WorkUuidCountMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m WorkUuidCountMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m WorkUuidCountMultiError) AllErrors() []error { return m } + +// WorkUuidCountValidationError is the validation error returned by +// WorkUuidCount.Validate if the designated constraints aren't met. +type WorkUuidCountValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e WorkUuidCountValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e WorkUuidCountValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e WorkUuidCountValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e WorkUuidCountValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e WorkUuidCountValidationError) ErrorName() string { return "WorkUuidCountValidationError" } + +// Error satisfies the builtin error interface +func (e WorkUuidCountValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sWorkUuidCount.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = WorkUuidCountValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = WorkUuidCountValidationError{} + +// Validate checks the field values on CountCompetitiveReportByWorkUuidsResp +// with the rules defined in the proto definition for this message. If any +// rules are violated, the first error encountered is returned, or nil if +// there are no violations. +func (m *CountCompetitiveReportByWorkUuidsResp) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on CountCompetitiveReportByWorkUuidsResp +// with the rules defined in the proto definition for this message. If any +// rules are violated, the result is a list of violation errors wrapped in +// CountCompetitiveReportByWorkUuidsRespMultiError, or nil if none found. +func (m *CountCompetitiveReportByWorkUuidsResp) ValidateAll() error { + return m.validate(true) +} + +func (m *CountCompetitiveReportByWorkUuidsResp) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + for idx, item := range m.GetData() { + _, _ = idx, item + + if all { + switch v := interface{}(item).(type) { + case interface{ ValidateAll() error }: + if err := v.ValidateAll(); err != nil { + errors = append(errors, CountCompetitiveReportByWorkUuidsRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + case interface{ Validate() error }: + if err := v.Validate(); err != nil { + errors = append(errors, CountCompetitiveReportByWorkUuidsRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + }) + } + } + } else if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return CountCompetitiveReportByWorkUuidsRespValidationError{ + field: fmt.Sprintf("Data[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + + if len(errors) > 0 { + return CountCompetitiveReportByWorkUuidsRespMultiError(errors) + } + + return nil +} + +// CountCompetitiveReportByWorkUuidsRespMultiError is an error wrapping +// multiple validation errors returned by +// CountCompetitiveReportByWorkUuidsResp.ValidateAll() if the designated +// constraints aren't met. +type CountCompetitiveReportByWorkUuidsRespMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m CountCompetitiveReportByWorkUuidsRespMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m CountCompetitiveReportByWorkUuidsRespMultiError) AllErrors() []error { return m } + +// CountCompetitiveReportByWorkUuidsRespValidationError is the validation error +// returned by CountCompetitiveReportByWorkUuidsResp.Validate if the +// designated constraints aren't met. +type CountCompetitiveReportByWorkUuidsRespValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CountCompetitiveReportByWorkUuidsRespValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CountCompetitiveReportByWorkUuidsRespValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CountCompetitiveReportByWorkUuidsRespValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CountCompetitiveReportByWorkUuidsRespValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CountCompetitiveReportByWorkUuidsRespValidationError) ErrorName() string { + return "CountCompetitiveReportByWorkUuidsRespValidationError" +} + +// Error satisfies the builtin error interface +func (e CountCompetitiveReportByWorkUuidsRespValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sCountCompetitiveReportByWorkUuidsResp.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CountCompetitiveReportByWorkUuidsRespValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CountCompetitiveReportByWorkUuidsRespValidationError{} + // Validate checks the field values on WorkListResp_Info with the rules defined // in the proto definition for this message. If any rules are violated, the // first error encountered is returned, or nil if there are no violations. @@ -21234,6 +24334,124 @@ var _ interface { ErrorName() string } = WorkListResp_InfoValidationError{} +// Validate checks the field values on WorkList2Resp_Info with the rules +// defined in the proto definition for this message. If any rules are +// violated, the first error encountered is returned, or nil if there are no violations. +func (m *WorkList2Resp_Info) Validate() error { + return m.validate(false) +} + +// ValidateAll checks the field values on WorkList2Resp_Info with the rules +// defined in the proto definition for this message. If any rules are +// violated, the result is a list of violation errors wrapped in +// WorkList2Resp_InfoMultiError, or nil if none found. +func (m *WorkList2Resp_Info) ValidateAll() error { + return m.validate(true) +} + +func (m *WorkList2Resp_Info) validate(all bool) error { + if m == nil { + return nil + } + + var errors []error + + // no validation rules for WorkUuid + + // no validation rules for ArtistName + + // no validation rules for ArtistPhone + + // no validation rules for Title + + // no validation rules for WorkCategory + + // no validation rules for WorkStatus + + // no validation rules for SubmitTime + + // no validation rules for StatusUpdateTime + + if len(errors) > 0 { + return WorkList2Resp_InfoMultiError(errors) + } + + return nil +} + +// WorkList2Resp_InfoMultiError is an error wrapping multiple validation errors +// returned by WorkList2Resp_Info.ValidateAll() if the designated constraints +// aren't met. +type WorkList2Resp_InfoMultiError []error + +// Error returns a concatenation of all the error messages it wraps. +func (m WorkList2Resp_InfoMultiError) Error() string { + msgs := make([]string, 0, len(m)) + for _, err := range m { + msgs = append(msgs, err.Error()) + } + return strings.Join(msgs, "; ") +} + +// AllErrors returns a list of validation violation errors. +func (m WorkList2Resp_InfoMultiError) AllErrors() []error { return m } + +// WorkList2Resp_InfoValidationError is the validation error returned by +// WorkList2Resp_Info.Validate if the designated constraints aren't met. +type WorkList2Resp_InfoValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e WorkList2Resp_InfoValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e WorkList2Resp_InfoValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e WorkList2Resp_InfoValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e WorkList2Resp_InfoValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e WorkList2Resp_InfoValidationError) ErrorName() string { + return "WorkList2Resp_InfoValidationError" +} + +// Error satisfies the builtin error interface +func (e WorkList2Resp_InfoValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sWorkList2Resp_Info.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = WorkList2Resp_InfoValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = WorkList2Resp_InfoValidationError{} + // Validate checks the field values on MediaAccountsResp_Info with the rules // defined in the proto definition for this message. If any rules are // violated, the first error encountered is returned, or nil if there are no violations. diff --git a/api/cast/cast_triple.pb.go b/api/cast/cast_triple.pb.go index 1eb6fee..8a88b58 100644 --- a/api/cast/cast_triple.pb.go +++ b/api/cast/cast_triple.pb.go @@ -38,6 +38,7 @@ type CastClient interface { MediaInfo(ctx context.Context, in *MediaInfoReq, opts ...grpc_go.CallOption) (*MediaInfoResp, common.ErrorWithAttachment) MediaInfoByPlatform(ctx context.Context, in *MediaInfoByPlatformReq, opts ...grpc_go.CallOption) (*MediaInfoByPlatformResp, common.ErrorWithAttachment) WorkList(ctx context.Context, in *WorkListReq, opts ...grpc_go.CallOption) (*WorkListResp, common.ErrorWithAttachment) + WorkList2(ctx context.Context, in *WorkList2Req, opts ...grpc_go.CallOption) (*WorkList2Resp, common.ErrorWithAttachment) WorkDetail(ctx context.Context, in *WorkDetailReq, opts ...grpc_go.CallOption) (*WorkDetailResp, common.ErrorWithAttachment) UpdateStatus(ctx context.Context, in *UpdateStatusReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) MediaAccounts(ctx context.Context, in *MediaAccountsReq, opts ...grpc_go.CallOption) (*MediaAccountsResp, common.ErrorWithAttachment) @@ -104,6 +105,7 @@ type CastClient interface { CalculateMediaMetricsByWorks(ctx context.Context, in *CalculateMediaMetricsByWorksReq, opts ...grpc_go.CallOption) (*CalculateMediaMetricsByWorksResp, common.ErrorWithAttachment) // 艺人AyrShare信息相关接口 GetArtistAyrShareInfo(ctx context.Context, in *GetArtistAyrShareInfoReq, opts ...grpc_go.CallOption) (*GetArtistAyrShareInfoResp, common.ErrorWithAttachment) + GetArtistAyrShareInfoByPlatformIDs(ctx context.Context, in *GetArtistAyrShareInfoByPlatformIDsReq, opts ...grpc_go.CallOption) (*GetArtistAyrShareInfoByPlatformIDsResp, common.ErrorWithAttachment) // 作品平台信息相关接口 ListWorkPlatformInfo(ctx context.Context, in *ListWorkPlatformInfoReq, opts ...grpc_go.CallOption) (*ListWorkPlatformInfoResp, common.ErrorWithAttachment) // 任务列表相关接口 @@ -115,8 +117,19 @@ type CastClient interface { UpdateCastTag(ctx context.Context, in *UpdateCastTagReq, opts ...grpc_go.CallOption) (*UpdateCastTagResp, common.ErrorWithAttachment) ListCastTags(ctx context.Context, in *ListCastTagsReq, opts ...grpc_go.CallOption) (*ListCastTagsResp, common.ErrorWithAttachment) UpdateCastTagBatch(ctx context.Context, in *UpdateCastTagBatchReq, opts ...grpc_go.CallOption) (*UpdateCastTagBatchResp, common.ErrorWithAttachment) + BatchUpdateCastTags(ctx context.Context, in *BatchUpdateCastTagsReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) UpdateCastTagStatus(ctx context.Context, in *UpdateCastTagStatusReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) RecalculateCastTagQuoteCount(ctx context.Context, in *emptypb.Empty, opts ...grpc_go.CallOption) (*RecalculateCastTagQuoteCountResp, common.ErrorWithAttachment) + // 竞品报告相关接口 + CreateCompetitiveReport(ctx context.Context, in *CreateCompetitiveReportReq, opts ...grpc_go.CallOption) (*CreateCompetitiveReportResp, common.ErrorWithAttachment) + ImportCompetitiveReportBatch(ctx context.Context, in *ImportCompetitiveReportBatchReq, opts ...grpc_go.CallOption) (*ImportCompetitiveReportBatchResp, common.ErrorWithAttachment) + UpdateCompetitiveReportStatus(ctx context.Context, in *UpdateCompetitiveReportStatusReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) + GetCompetitiveReport(ctx context.Context, in *GetCompetitiveReportDetailReq, opts ...grpc_go.CallOption) (*GetCompetitiveReportDetailResp, common.ErrorWithAttachment) + GetCompetitiveReportForApp(ctx context.Context, in *GetCompetitiveReportForAppReq, opts ...grpc_go.CallOption) (*GetCompetitiveReportForAppResp, common.ErrorWithAttachment) + ListCompetitiveReport(ctx context.Context, in *ListCompetitiveReportReq, opts ...grpc_go.CallOption) (*ListCompetitiveReportResp, common.ErrorWithAttachment) + DeleteCompetitiveReport(ctx context.Context, in *DeleteCompetitiveReportReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) + UpdateCompetitiveReportApprovalID(ctx context.Context, in *UpdateCompetitiveReportApprovalIDReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) + CountCompetitiveReportByWorkUuids(ctx context.Context, in *CountCompetitiveReportByWorkUuidsReq, opts ...grpc_go.CallOption) (*CountCompetitiveReportByWorkUuidsResp, common.ErrorWithAttachment) } type castClient struct { @@ -124,80 +137,92 @@ type castClient struct { } type CastClientImpl struct { - MediaUserList func(ctx context.Context, in *MediaUserListReq) (*MediaUserListResp, error) - UpdateMediaAccount func(ctx context.Context, in *UpdateMediaAccountReq) (*UpdateMediaAccountResp, error) - UnbindManager func(ctx context.Context, in *UnbindManagerReq) (*UnbindManagerResp, error) - BindManager func(ctx context.Context, in *BindManagerReq) (*emptypb.Empty, error) - UpdateWorkImage func(ctx context.Context, in *UpdateWorkImageReq) (*UpdateWorkImageResp, error) - UpdateWorkVideo func(ctx context.Context, in *UpdateWorkVideoReq) (*UpdateWorkVideoResp, error) - MediaInfo func(ctx context.Context, in *MediaInfoReq) (*MediaInfoResp, error) - MediaInfoByPlatform func(ctx context.Context, in *MediaInfoByPlatformReq) (*MediaInfoByPlatformResp, error) - WorkList func(ctx context.Context, in *WorkListReq) (*WorkListResp, error) - WorkDetail func(ctx context.Context, in *WorkDetailReq) (*WorkDetailResp, error) - UpdateStatus func(ctx context.Context, in *UpdateStatusReq) (*emptypb.Empty, error) - MediaAccounts func(ctx context.Context, in *MediaAccountsReq) (*MediaAccountsResp, error) - MediaWorks func(ctx context.Context, in *MediaWorksReq) (*MediaWorksResp, error) - Publish func(ctx context.Context, in *PublishReq) (*PublishResp, error) - RePublish func(ctx context.Context, in *RePublishReq) (*RePublishResp, error) - DelWork func(ctx context.Context, in *DelWorkReq) (*emptypb.Empty, error) - WorkInfo func(ctx context.Context, in *WorkInfoReq) (*WorkInfoResp, error) - ArtistInfo func(ctx context.Context, in *ArtistInfoReq) (*ArtistInfoResp, error) - ImportWorkBatch func(ctx context.Context, in *ImportWorkBatchReq) (*ImportWorkBatchResp, error) - UpdateWorkPlatformInfo func(ctx context.Context, in *UpdateWorkPlatformInfoReq) (*UpdateWorkPlatformInfoResp, error) - UpdateWorkPublishLog func(ctx context.Context, in *UpdateWorkPublishLogReq) (*emptypb.Empty, error) - RefreshWorkList func(ctx context.Context, in *RefreshWorkListReq) (*RefreshWorkListResp, error) - OAuthAccount func(ctx context.Context, in *OAuthAccountReq) (*OAuthAccountResp, error) - OAuthAccountV2 func(ctx context.Context, in *OAuthAccountV2Req) (*OAuthAccountV2Resp, error) - OAuthCodeToToken func(ctx context.Context, in *OAuthCodeToTokenReq) (*OAuthCodeToTokenResp, error) - UpdateOAuth func(ctx context.Context, in *UpdateOAuthReq) (*emptypb.Empty, error) - RefreshToken func(ctx context.Context, in *RefreshTokenReq) (*RefreshTokenResp, error) - PublishMediaInfo func(ctx context.Context, in *PublishMediaInfoReq) (*PublishMediaInfoResp, error) - Tools func(ctx context.Context, in *ToolsReq) (*emptypb.Empty, error) - UpdateVideoScript func(ctx context.Context, in *UpdateVideoScriptReq) (*UpdateVideoScriptResp, error) - GetVideoScript func(ctx context.Context, in *GetVideoScriptReq) (*GetVideoScriptResp, error) - ListVideoScripts func(ctx context.Context, in *ListVideoScriptsReq) (*ListVideoScriptsResp, error) - DeleteVideoScript func(ctx context.Context, in *DeleteVideoScriptReq) (*emptypb.Empty, error) - UpdateVideoScriptBatch func(ctx context.Context, in *UpdateVideoScriptBatchReq) (*UpdateVideoScriptBatchResp, error) - UpdateScriptStatus func(ctx context.Context, in *UpdateScriptStatusReq) (*emptypb.Empty, error) - GetLayout func(ctx context.Context, in *GetLayoutReq) (*GetLayoutResp, error) - SetLayout func(ctx context.Context, in *SetLayoutReq) (*emptypb.Empty, error) - UpdatePrompt func(ctx context.Context, in *UpdatePromptReq) (*emptypb.Empty, error) - DeletePrompt func(ctx context.Context, in *DeletePromptReq) (*emptypb.Empty, error) - GetPrompt func(ctx context.Context, in *GetPromptReq) (*GetPromptResp, error) - ListPrompts func(ctx context.Context, in *ListPromptsReq) (*ListPromptsResp, error) - UpdatePromptBatch func(ctx context.Context, in *UpdatePromptBatchReq) (*UpdatePromptBatchResp, error) - UpdateArtist func(ctx context.Context, in *UpdateArtistReq) (*UpdateArtistResp, error) - GetArtist func(ctx context.Context, in *GetArtistReq) (*GetArtistResp, error) - CreateWorkAnalysis func(ctx context.Context, in *CreateWorkAnalysisReq) (*CreateWorkAnalysisResp, error) - UpdateWorkAnalysis func(ctx context.Context, in *UpdateWorkAnalysisReq) (*emptypb.Empty, error) - UpdateWorkAnalysisStatus func(ctx context.Context, in *UpdateWorkAnalysisStatusReq) (*emptypb.Empty, error) - GetWorkAnalysis func(ctx context.Context, in *GetWorkAnalysisDetailReq) (*GetWorkAnalysisDetailResp, error) - GetLatestWorkAnalysis func(ctx context.Context, in *GetLatestWorkAnalysisReq) (*GetWorkAnalysisResp, error) - ListWorkAnalysis func(ctx context.Context, in *ListWorkAnalysisReq) (*ListWorkAnalysisResp, error) - DeleteWorkAnalysis func(ctx context.Context, in *DeleteWorkAnalysisReq) (*emptypb.Empty, error) - UpdateWorkAnalysisApprovalID func(ctx context.Context, in *UpdateWorkAnalysisApprovalIDReq) (*emptypb.Empty, error) - ArtistDataList func(ctx context.Context, in *ArtistDataListReq) (*ArtistDataListResp, error) - MediaDataList func(ctx context.Context, in *MediaDataListReq) (*MediaDataListResp, error) - DataOverview func(ctx context.Context, in *DataOverviewReq) (*DataOverviewResp, error) - ArtistMetricsSeries func(ctx context.Context, in *ArtistMetricsSeriesReq) (*ArtistMetricsSeriesResp, error) - ArtistMetricsDailyWindow func(ctx context.Context, in *ArtistMetricsDailyWindowReq) (*ArtistMetricsDailyWindowResp, error) - TobeConfirmedList func(ctx context.Context, in *TobeConfirmedListReq) (*TobeConfirmedListResp, error) - UpsertMediaMetricsDailyBatch func(ctx context.Context, in *UpsertMediaMetricsDailyBatchReq) (*UpsertMediaMetricsDailyBatchResp, error) - UpsertWorkMetricsDailyBatch func(ctx context.Context, in *UpsertWorkMetricsDailyBatchReq) (*UpsertWorkMetricsDailyBatchResp, error) - ListMediaMetricsDaily func(ctx context.Context, in *ListMediaMetricsDailyReq) (*ListMediaMetricsDailyResp, error) - ListWorkMetricsDaily func(ctx context.Context, in *ListWorkMetricsDailyReq) (*ListWorkMetricsDailyResp, error) - CalculateMediaMetricsByWorks func(ctx context.Context, in *CalculateMediaMetricsByWorksReq) (*CalculateMediaMetricsByWorksResp, error) - GetArtistAyrShareInfo func(ctx context.Context, in *GetArtistAyrShareInfoReq) (*GetArtistAyrShareInfoResp, error) - ListWorkPlatformInfo func(ctx context.Context, in *ListWorkPlatformInfoReq) (*ListWorkPlatformInfoResp, error) - UpsertTaskList func(ctx context.Context, in *UpsertTaskListReq) (*UpsertTaskListResp, error) - GetTaskList func(ctx context.Context, in *GetTaskListReq) (*GetTaskListResp, error) - ListTaskList func(ctx context.Context, in *ListTaskListReq) (*ListTaskListResp, error) - DeleteTaskList func(ctx context.Context, in *DeleteTaskListReq) (*emptypb.Empty, error) - UpdateCastTag func(ctx context.Context, in *UpdateCastTagReq) (*UpdateCastTagResp, error) - ListCastTags func(ctx context.Context, in *ListCastTagsReq) (*ListCastTagsResp, error) - UpdateCastTagBatch func(ctx context.Context, in *UpdateCastTagBatchReq) (*UpdateCastTagBatchResp, error) - UpdateCastTagStatus func(ctx context.Context, in *UpdateCastTagStatusReq) (*emptypb.Empty, error) - RecalculateCastTagQuoteCount func(ctx context.Context, in *emptypb.Empty) (*RecalculateCastTagQuoteCountResp, error) + MediaUserList func(ctx context.Context, in *MediaUserListReq) (*MediaUserListResp, error) + UpdateMediaAccount func(ctx context.Context, in *UpdateMediaAccountReq) (*UpdateMediaAccountResp, error) + UnbindManager func(ctx context.Context, in *UnbindManagerReq) (*UnbindManagerResp, error) + BindManager func(ctx context.Context, in *BindManagerReq) (*emptypb.Empty, error) + UpdateWorkImage func(ctx context.Context, in *UpdateWorkImageReq) (*UpdateWorkImageResp, error) + UpdateWorkVideo func(ctx context.Context, in *UpdateWorkVideoReq) (*UpdateWorkVideoResp, error) + MediaInfo func(ctx context.Context, in *MediaInfoReq) (*MediaInfoResp, error) + MediaInfoByPlatform func(ctx context.Context, in *MediaInfoByPlatformReq) (*MediaInfoByPlatformResp, error) + WorkList func(ctx context.Context, in *WorkListReq) (*WorkListResp, error) + WorkList2 func(ctx context.Context, in *WorkList2Req) (*WorkList2Resp, error) + WorkDetail func(ctx context.Context, in *WorkDetailReq) (*WorkDetailResp, error) + UpdateStatus func(ctx context.Context, in *UpdateStatusReq) (*emptypb.Empty, error) + MediaAccounts func(ctx context.Context, in *MediaAccountsReq) (*MediaAccountsResp, error) + MediaWorks func(ctx context.Context, in *MediaWorksReq) (*MediaWorksResp, error) + Publish func(ctx context.Context, in *PublishReq) (*PublishResp, error) + RePublish func(ctx context.Context, in *RePublishReq) (*RePublishResp, error) + DelWork func(ctx context.Context, in *DelWorkReq) (*emptypb.Empty, error) + WorkInfo func(ctx context.Context, in *WorkInfoReq) (*WorkInfoResp, error) + ArtistInfo func(ctx context.Context, in *ArtistInfoReq) (*ArtistInfoResp, error) + ImportWorkBatch func(ctx context.Context, in *ImportWorkBatchReq) (*ImportWorkBatchResp, error) + UpdateWorkPlatformInfo func(ctx context.Context, in *UpdateWorkPlatformInfoReq) (*UpdateWorkPlatformInfoResp, error) + UpdateWorkPublishLog func(ctx context.Context, in *UpdateWorkPublishLogReq) (*emptypb.Empty, error) + RefreshWorkList func(ctx context.Context, in *RefreshWorkListReq) (*RefreshWorkListResp, error) + OAuthAccount func(ctx context.Context, in *OAuthAccountReq) (*OAuthAccountResp, error) + OAuthAccountV2 func(ctx context.Context, in *OAuthAccountV2Req) (*OAuthAccountV2Resp, error) + OAuthCodeToToken func(ctx context.Context, in *OAuthCodeToTokenReq) (*OAuthCodeToTokenResp, error) + UpdateOAuth func(ctx context.Context, in *UpdateOAuthReq) (*emptypb.Empty, error) + RefreshToken func(ctx context.Context, in *RefreshTokenReq) (*RefreshTokenResp, error) + PublishMediaInfo func(ctx context.Context, in *PublishMediaInfoReq) (*PublishMediaInfoResp, error) + Tools func(ctx context.Context, in *ToolsReq) (*emptypb.Empty, error) + UpdateVideoScript func(ctx context.Context, in *UpdateVideoScriptReq) (*UpdateVideoScriptResp, error) + GetVideoScript func(ctx context.Context, in *GetVideoScriptReq) (*GetVideoScriptResp, error) + ListVideoScripts func(ctx context.Context, in *ListVideoScriptsReq) (*ListVideoScriptsResp, error) + DeleteVideoScript func(ctx context.Context, in *DeleteVideoScriptReq) (*emptypb.Empty, error) + UpdateVideoScriptBatch func(ctx context.Context, in *UpdateVideoScriptBatchReq) (*UpdateVideoScriptBatchResp, error) + UpdateScriptStatus func(ctx context.Context, in *UpdateScriptStatusReq) (*emptypb.Empty, error) + GetLayout func(ctx context.Context, in *GetLayoutReq) (*GetLayoutResp, error) + SetLayout func(ctx context.Context, in *SetLayoutReq) (*emptypb.Empty, error) + UpdatePrompt func(ctx context.Context, in *UpdatePromptReq) (*emptypb.Empty, error) + DeletePrompt func(ctx context.Context, in *DeletePromptReq) (*emptypb.Empty, error) + GetPrompt func(ctx context.Context, in *GetPromptReq) (*GetPromptResp, error) + ListPrompts func(ctx context.Context, in *ListPromptsReq) (*ListPromptsResp, error) + UpdatePromptBatch func(ctx context.Context, in *UpdatePromptBatchReq) (*UpdatePromptBatchResp, error) + UpdateArtist func(ctx context.Context, in *UpdateArtistReq) (*UpdateArtistResp, error) + GetArtist func(ctx context.Context, in *GetArtistReq) (*GetArtistResp, error) + CreateWorkAnalysis func(ctx context.Context, in *CreateWorkAnalysisReq) (*CreateWorkAnalysisResp, error) + UpdateWorkAnalysis func(ctx context.Context, in *UpdateWorkAnalysisReq) (*emptypb.Empty, error) + UpdateWorkAnalysisStatus func(ctx context.Context, in *UpdateWorkAnalysisStatusReq) (*emptypb.Empty, error) + GetWorkAnalysis func(ctx context.Context, in *GetWorkAnalysisDetailReq) (*GetWorkAnalysisDetailResp, error) + GetLatestWorkAnalysis func(ctx context.Context, in *GetLatestWorkAnalysisReq) (*GetWorkAnalysisResp, error) + ListWorkAnalysis func(ctx context.Context, in *ListWorkAnalysisReq) (*ListWorkAnalysisResp, error) + DeleteWorkAnalysis func(ctx context.Context, in *DeleteWorkAnalysisReq) (*emptypb.Empty, error) + UpdateWorkAnalysisApprovalID func(ctx context.Context, in *UpdateWorkAnalysisApprovalIDReq) (*emptypb.Empty, error) + ArtistDataList func(ctx context.Context, in *ArtistDataListReq) (*ArtistDataListResp, error) + MediaDataList func(ctx context.Context, in *MediaDataListReq) (*MediaDataListResp, error) + DataOverview func(ctx context.Context, in *DataOverviewReq) (*DataOverviewResp, error) + ArtistMetricsSeries func(ctx context.Context, in *ArtistMetricsSeriesReq) (*ArtistMetricsSeriesResp, error) + ArtistMetricsDailyWindow func(ctx context.Context, in *ArtistMetricsDailyWindowReq) (*ArtistMetricsDailyWindowResp, error) + TobeConfirmedList func(ctx context.Context, in *TobeConfirmedListReq) (*TobeConfirmedListResp, error) + UpsertMediaMetricsDailyBatch func(ctx context.Context, in *UpsertMediaMetricsDailyBatchReq) (*UpsertMediaMetricsDailyBatchResp, error) + UpsertWorkMetricsDailyBatch func(ctx context.Context, in *UpsertWorkMetricsDailyBatchReq) (*UpsertWorkMetricsDailyBatchResp, error) + ListMediaMetricsDaily func(ctx context.Context, in *ListMediaMetricsDailyReq) (*ListMediaMetricsDailyResp, error) + ListWorkMetricsDaily func(ctx context.Context, in *ListWorkMetricsDailyReq) (*ListWorkMetricsDailyResp, error) + CalculateMediaMetricsByWorks func(ctx context.Context, in *CalculateMediaMetricsByWorksReq) (*CalculateMediaMetricsByWorksResp, error) + GetArtistAyrShareInfo func(ctx context.Context, in *GetArtistAyrShareInfoReq) (*GetArtistAyrShareInfoResp, error) + GetArtistAyrShareInfoByPlatformIDs func(ctx context.Context, in *GetArtistAyrShareInfoByPlatformIDsReq) (*GetArtistAyrShareInfoByPlatformIDsResp, error) + ListWorkPlatformInfo func(ctx context.Context, in *ListWorkPlatformInfoReq) (*ListWorkPlatformInfoResp, error) + UpsertTaskList func(ctx context.Context, in *UpsertTaskListReq) (*UpsertTaskListResp, error) + GetTaskList func(ctx context.Context, in *GetTaskListReq) (*GetTaskListResp, error) + ListTaskList func(ctx context.Context, in *ListTaskListReq) (*ListTaskListResp, error) + DeleteTaskList func(ctx context.Context, in *DeleteTaskListReq) (*emptypb.Empty, error) + UpdateCastTag func(ctx context.Context, in *UpdateCastTagReq) (*UpdateCastTagResp, error) + ListCastTags func(ctx context.Context, in *ListCastTagsReq) (*ListCastTagsResp, error) + UpdateCastTagBatch func(ctx context.Context, in *UpdateCastTagBatchReq) (*UpdateCastTagBatchResp, error) + BatchUpdateCastTags func(ctx context.Context, in *BatchUpdateCastTagsReq) (*emptypb.Empty, error) + UpdateCastTagStatus func(ctx context.Context, in *UpdateCastTagStatusReq) (*emptypb.Empty, error) + RecalculateCastTagQuoteCount func(ctx context.Context, in *emptypb.Empty) (*RecalculateCastTagQuoteCountResp, error) + CreateCompetitiveReport func(ctx context.Context, in *CreateCompetitiveReportReq) (*CreateCompetitiveReportResp, error) + ImportCompetitiveReportBatch func(ctx context.Context, in *ImportCompetitiveReportBatchReq) (*ImportCompetitiveReportBatchResp, error) + UpdateCompetitiveReportStatus func(ctx context.Context, in *UpdateCompetitiveReportStatusReq) (*emptypb.Empty, error) + GetCompetitiveReport func(ctx context.Context, in *GetCompetitiveReportDetailReq) (*GetCompetitiveReportDetailResp, error) + GetCompetitiveReportForApp func(ctx context.Context, in *GetCompetitiveReportForAppReq) (*GetCompetitiveReportForAppResp, error) + ListCompetitiveReport func(ctx context.Context, in *ListCompetitiveReportReq) (*ListCompetitiveReportResp, error) + DeleteCompetitiveReport func(ctx context.Context, in *DeleteCompetitiveReportReq) (*emptypb.Empty, error) + UpdateCompetitiveReportApprovalID func(ctx context.Context, in *UpdateCompetitiveReportApprovalIDReq) (*emptypb.Empty, error) + CountCompetitiveReportByWorkUuids func(ctx context.Context, in *CountCompetitiveReportByWorkUuidsReq) (*CountCompetitiveReportByWorkUuidsResp, error) } func (c *CastClientImpl) GetDubboStub(cc *triple.TripleConn) CastClient { @@ -266,6 +291,12 @@ func (c *castClient) WorkList(ctx context.Context, in *WorkListReq, opts ...grpc return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/WorkList", in, out) } +func (c *castClient) WorkList2(ctx context.Context, in *WorkList2Req, opts ...grpc_go.CallOption) (*WorkList2Resp, common.ErrorWithAttachment) { + out := new(WorkList2Resp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/WorkList2", in, out) +} + func (c *castClient) WorkDetail(ctx context.Context, in *WorkDetailReq, opts ...grpc_go.CallOption) (*WorkDetailResp, common.ErrorWithAttachment) { out := new(WorkDetailResp) interfaceKey := ctx.Value(constant.InterfaceKey).(string) @@ -596,6 +627,12 @@ func (c *castClient) GetArtistAyrShareInfo(ctx context.Context, in *GetArtistAyr return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/GetArtistAyrShareInfo", in, out) } +func (c *castClient) GetArtistAyrShareInfoByPlatformIDs(ctx context.Context, in *GetArtistAyrShareInfoByPlatformIDsReq, opts ...grpc_go.CallOption) (*GetArtistAyrShareInfoByPlatformIDsResp, common.ErrorWithAttachment) { + out := new(GetArtistAyrShareInfoByPlatformIDsResp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/GetArtistAyrShareInfoByPlatformIDs", in, out) +} + func (c *castClient) ListWorkPlatformInfo(ctx context.Context, in *ListWorkPlatformInfoReq, opts ...grpc_go.CallOption) (*ListWorkPlatformInfoResp, common.ErrorWithAttachment) { out := new(ListWorkPlatformInfoResp) interfaceKey := ctx.Value(constant.InterfaceKey).(string) @@ -644,6 +681,12 @@ func (c *castClient) UpdateCastTagBatch(ctx context.Context, in *UpdateCastTagBa return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/UpdateCastTagBatch", in, out) } +func (c *castClient) BatchUpdateCastTags(ctx context.Context, in *BatchUpdateCastTagsReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) { + out := new(emptypb.Empty) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/BatchUpdateCastTags", in, out) +} + func (c *castClient) UpdateCastTagStatus(ctx context.Context, in *UpdateCastTagStatusReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) { out := new(emptypb.Empty) interfaceKey := ctx.Value(constant.InterfaceKey).(string) @@ -656,6 +699,60 @@ func (c *castClient) RecalculateCastTagQuoteCount(ctx context.Context, in *empty return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/RecalculateCastTagQuoteCount", in, out) } +func (c *castClient) CreateCompetitiveReport(ctx context.Context, in *CreateCompetitiveReportReq, opts ...grpc_go.CallOption) (*CreateCompetitiveReportResp, common.ErrorWithAttachment) { + out := new(CreateCompetitiveReportResp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/CreateCompetitiveReport", in, out) +} + +func (c *castClient) ImportCompetitiveReportBatch(ctx context.Context, in *ImportCompetitiveReportBatchReq, opts ...grpc_go.CallOption) (*ImportCompetitiveReportBatchResp, common.ErrorWithAttachment) { + out := new(ImportCompetitiveReportBatchResp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/ImportCompetitiveReportBatch", in, out) +} + +func (c *castClient) UpdateCompetitiveReportStatus(ctx context.Context, in *UpdateCompetitiveReportStatusReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) { + out := new(emptypb.Empty) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/UpdateCompetitiveReportStatus", in, out) +} + +func (c *castClient) GetCompetitiveReport(ctx context.Context, in *GetCompetitiveReportDetailReq, opts ...grpc_go.CallOption) (*GetCompetitiveReportDetailResp, common.ErrorWithAttachment) { + out := new(GetCompetitiveReportDetailResp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/GetCompetitiveReport", in, out) +} + +func (c *castClient) GetCompetitiveReportForApp(ctx context.Context, in *GetCompetitiveReportForAppReq, opts ...grpc_go.CallOption) (*GetCompetitiveReportForAppResp, common.ErrorWithAttachment) { + out := new(GetCompetitiveReportForAppResp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/GetCompetitiveReportForApp", in, out) +} + +func (c *castClient) ListCompetitiveReport(ctx context.Context, in *ListCompetitiveReportReq, opts ...grpc_go.CallOption) (*ListCompetitiveReportResp, common.ErrorWithAttachment) { + out := new(ListCompetitiveReportResp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/ListCompetitiveReport", in, out) +} + +func (c *castClient) DeleteCompetitiveReport(ctx context.Context, in *DeleteCompetitiveReportReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) { + out := new(emptypb.Empty) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/DeleteCompetitiveReport", in, out) +} + +func (c *castClient) UpdateCompetitiveReportApprovalID(ctx context.Context, in *UpdateCompetitiveReportApprovalIDReq, opts ...grpc_go.CallOption) (*emptypb.Empty, common.ErrorWithAttachment) { + out := new(emptypb.Empty) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/UpdateCompetitiveReportApprovalID", in, out) +} + +func (c *castClient) CountCompetitiveReportByWorkUuids(ctx context.Context, in *CountCompetitiveReportByWorkUuidsReq, opts ...grpc_go.CallOption) (*CountCompetitiveReportByWorkUuidsResp, common.ErrorWithAttachment) { + out := new(CountCompetitiveReportByWorkUuidsResp) + interfaceKey := ctx.Value(constant.InterfaceKey).(string) + return out, c.cc.Invoke(ctx, "/"+interfaceKey+"/CountCompetitiveReportByWorkUuids", in, out) +} + // CastServer is the server API for Cast service. // All implementations must embed UnimplementedCastServer // for forward compatibility @@ -669,6 +766,7 @@ type CastServer interface { MediaInfo(context.Context, *MediaInfoReq) (*MediaInfoResp, error) MediaInfoByPlatform(context.Context, *MediaInfoByPlatformReq) (*MediaInfoByPlatformResp, error) WorkList(context.Context, *WorkListReq) (*WorkListResp, error) + WorkList2(context.Context, *WorkList2Req) (*WorkList2Resp, error) WorkDetail(context.Context, *WorkDetailReq) (*WorkDetailResp, error) UpdateStatus(context.Context, *UpdateStatusReq) (*emptypb.Empty, error) MediaAccounts(context.Context, *MediaAccountsReq) (*MediaAccountsResp, error) @@ -735,6 +833,7 @@ type CastServer interface { CalculateMediaMetricsByWorks(context.Context, *CalculateMediaMetricsByWorksReq) (*CalculateMediaMetricsByWorksResp, error) // 艺人AyrShare信息相关接口 GetArtistAyrShareInfo(context.Context, *GetArtistAyrShareInfoReq) (*GetArtistAyrShareInfoResp, error) + GetArtistAyrShareInfoByPlatformIDs(context.Context, *GetArtistAyrShareInfoByPlatformIDsReq) (*GetArtistAyrShareInfoByPlatformIDsResp, error) // 作品平台信息相关接口 ListWorkPlatformInfo(context.Context, *ListWorkPlatformInfoReq) (*ListWorkPlatformInfoResp, error) // 任务列表相关接口 @@ -746,8 +845,19 @@ type CastServer interface { UpdateCastTag(context.Context, *UpdateCastTagReq) (*UpdateCastTagResp, error) ListCastTags(context.Context, *ListCastTagsReq) (*ListCastTagsResp, error) UpdateCastTagBatch(context.Context, *UpdateCastTagBatchReq) (*UpdateCastTagBatchResp, error) + BatchUpdateCastTags(context.Context, *BatchUpdateCastTagsReq) (*emptypb.Empty, error) UpdateCastTagStatus(context.Context, *UpdateCastTagStatusReq) (*emptypb.Empty, error) RecalculateCastTagQuoteCount(context.Context, *emptypb.Empty) (*RecalculateCastTagQuoteCountResp, error) + // 竞品报告相关接口 + CreateCompetitiveReport(context.Context, *CreateCompetitiveReportReq) (*CreateCompetitiveReportResp, error) + ImportCompetitiveReportBatch(context.Context, *ImportCompetitiveReportBatchReq) (*ImportCompetitiveReportBatchResp, error) + UpdateCompetitiveReportStatus(context.Context, *UpdateCompetitiveReportStatusReq) (*emptypb.Empty, error) + GetCompetitiveReport(context.Context, *GetCompetitiveReportDetailReq) (*GetCompetitiveReportDetailResp, error) + GetCompetitiveReportForApp(context.Context, *GetCompetitiveReportForAppReq) (*GetCompetitiveReportForAppResp, error) + ListCompetitiveReport(context.Context, *ListCompetitiveReportReq) (*ListCompetitiveReportResp, error) + DeleteCompetitiveReport(context.Context, *DeleteCompetitiveReportReq) (*emptypb.Empty, error) + UpdateCompetitiveReportApprovalID(context.Context, *UpdateCompetitiveReportApprovalIDReq) (*emptypb.Empty, error) + CountCompetitiveReportByWorkUuids(context.Context, *CountCompetitiveReportByWorkUuidsReq) (*CountCompetitiveReportByWorkUuidsResp, error) mustEmbedUnimplementedCastServer() } @@ -783,6 +893,9 @@ func (UnimplementedCastServer) MediaInfoByPlatform(context.Context, *MediaInfoBy func (UnimplementedCastServer) WorkList(context.Context, *WorkListReq) (*WorkListResp, error) { return nil, status.Errorf(codes.Unimplemented, "method WorkList not implemented") } +func (UnimplementedCastServer) WorkList2(context.Context, *WorkList2Req) (*WorkList2Resp, error) { + return nil, status.Errorf(codes.Unimplemented, "method WorkList2 not implemented") +} func (UnimplementedCastServer) WorkDetail(context.Context, *WorkDetailReq) (*WorkDetailResp, error) { return nil, status.Errorf(codes.Unimplemented, "method WorkDetail not implemented") } @@ -948,6 +1061,9 @@ func (UnimplementedCastServer) CalculateMediaMetricsByWorks(context.Context, *Ca func (UnimplementedCastServer) GetArtistAyrShareInfo(context.Context, *GetArtistAyrShareInfoReq) (*GetArtistAyrShareInfoResp, error) { return nil, status.Errorf(codes.Unimplemented, "method GetArtistAyrShareInfo not implemented") } +func (UnimplementedCastServer) GetArtistAyrShareInfoByPlatformIDs(context.Context, *GetArtistAyrShareInfoByPlatformIDsReq) (*GetArtistAyrShareInfoByPlatformIDsResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetArtistAyrShareInfoByPlatformIDs not implemented") +} func (UnimplementedCastServer) ListWorkPlatformInfo(context.Context, *ListWorkPlatformInfoReq) (*ListWorkPlatformInfoResp, error) { return nil, status.Errorf(codes.Unimplemented, "method ListWorkPlatformInfo not implemented") } @@ -972,12 +1088,42 @@ func (UnimplementedCastServer) ListCastTags(context.Context, *ListCastTagsReq) ( func (UnimplementedCastServer) UpdateCastTagBatch(context.Context, *UpdateCastTagBatchReq) (*UpdateCastTagBatchResp, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateCastTagBatch not implemented") } +func (UnimplementedCastServer) BatchUpdateCastTags(context.Context, *BatchUpdateCastTagsReq) (*emptypb.Empty, error) { + return nil, status.Errorf(codes.Unimplemented, "method BatchUpdateCastTags not implemented") +} func (UnimplementedCastServer) UpdateCastTagStatus(context.Context, *UpdateCastTagStatusReq) (*emptypb.Empty, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateCastTagStatus not implemented") } func (UnimplementedCastServer) RecalculateCastTagQuoteCount(context.Context, *emptypb.Empty) (*RecalculateCastTagQuoteCountResp, error) { return nil, status.Errorf(codes.Unimplemented, "method RecalculateCastTagQuoteCount not implemented") } +func (UnimplementedCastServer) CreateCompetitiveReport(context.Context, *CreateCompetitiveReportReq) (*CreateCompetitiveReportResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method CreateCompetitiveReport not implemented") +} +func (UnimplementedCastServer) ImportCompetitiveReportBatch(context.Context, *ImportCompetitiveReportBatchReq) (*ImportCompetitiveReportBatchResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method ImportCompetitiveReportBatch not implemented") +} +func (UnimplementedCastServer) UpdateCompetitiveReportStatus(context.Context, *UpdateCompetitiveReportStatusReq) (*emptypb.Empty, error) { + return nil, status.Errorf(codes.Unimplemented, "method UpdateCompetitiveReportStatus not implemented") +} +func (UnimplementedCastServer) GetCompetitiveReport(context.Context, *GetCompetitiveReportDetailReq) (*GetCompetitiveReportDetailResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetCompetitiveReport not implemented") +} +func (UnimplementedCastServer) GetCompetitiveReportForApp(context.Context, *GetCompetitiveReportForAppReq) (*GetCompetitiveReportForAppResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetCompetitiveReportForApp not implemented") +} +func (UnimplementedCastServer) ListCompetitiveReport(context.Context, *ListCompetitiveReportReq) (*ListCompetitiveReportResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method ListCompetitiveReport not implemented") +} +func (UnimplementedCastServer) DeleteCompetitiveReport(context.Context, *DeleteCompetitiveReportReq) (*emptypb.Empty, error) { + return nil, status.Errorf(codes.Unimplemented, "method DeleteCompetitiveReport not implemented") +} +func (UnimplementedCastServer) UpdateCompetitiveReportApprovalID(context.Context, *UpdateCompetitiveReportApprovalIDReq) (*emptypb.Empty, error) { + return nil, status.Errorf(codes.Unimplemented, "method UpdateCompetitiveReportApprovalID not implemented") +} +func (UnimplementedCastServer) CountCompetitiveReportByWorkUuids(context.Context, *CountCompetitiveReportByWorkUuidsReq) (*CountCompetitiveReportByWorkUuidsResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method CountCompetitiveReportByWorkUuids not implemented") +} func (s *UnimplementedCastServer) XXX_SetProxyImpl(impl protocol.Invoker) { s.proxyImpl = impl } @@ -1267,6 +1413,35 @@ func _Cast_WorkList_Handler(srv interface{}, ctx context.Context, dec func(inter return interceptor(ctx, in, info, handler) } +func _Cast_WorkList2_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(WorkList2Req) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("WorkList2", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + func _Cast_WorkDetail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { in := new(WorkDetailReq) if err := dec(in); err != nil { @@ -2862,6 +3037,35 @@ func _Cast_GetArtistAyrShareInfo_Handler(srv interface{}, ctx context.Context, d return interceptor(ctx, in, info, handler) } +func _Cast_GetArtistAyrShareInfoByPlatformIDs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(GetArtistAyrShareInfoByPlatformIDsReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("GetArtistAyrShareInfoByPlatformIDs", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + func _Cast_ListWorkPlatformInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { in := new(ListWorkPlatformInfoReq) if err := dec(in); err != nil { @@ -3094,6 +3298,35 @@ func _Cast_UpdateCastTagBatch_Handler(srv interface{}, ctx context.Context, dec return interceptor(ctx, in, info, handler) } +func _Cast_BatchUpdateCastTags_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(BatchUpdateCastTagsReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("BatchUpdateCastTags", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + func _Cast_UpdateCastTagStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { in := new(UpdateCastTagStatusReq) if err := dec(in); err != nil { @@ -3152,6 +3385,267 @@ func _Cast_RecalculateCastTagQuoteCount_Handler(srv interface{}, ctx context.Con return interceptor(ctx, in, info, handler) } +func _Cast_CreateCompetitiveReport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(CreateCompetitiveReportReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("CreateCompetitiveReport", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_ImportCompetitiveReportBatch_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(ImportCompetitiveReportBatchReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("ImportCompetitiveReportBatch", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_UpdateCompetitiveReportStatus_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(UpdateCompetitiveReportStatusReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("UpdateCompetitiveReportStatus", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_GetCompetitiveReport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(GetCompetitiveReportDetailReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("GetCompetitiveReport", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_GetCompetitiveReportForApp_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(GetCompetitiveReportForAppReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("GetCompetitiveReportForApp", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_ListCompetitiveReport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(ListCompetitiveReportReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("ListCompetitiveReport", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_DeleteCompetitiveReport_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(DeleteCompetitiveReportReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("DeleteCompetitiveReport", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_UpdateCompetitiveReportApprovalID_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(UpdateCompetitiveReportApprovalIDReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("UpdateCompetitiveReportApprovalID", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + +func _Cast_CountCompetitiveReportByWorkUuids_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc_go.UnaryServerInterceptor) (interface{}, error) { + in := new(CountCompetitiveReportByWorkUuidsReq) + if err := dec(in); err != nil { + return nil, err + } + base := srv.(dubbo3.Dubbo3GrpcService) + args := []interface{}{} + args = append(args, in) + md, _ := metadata.FromIncomingContext(ctx) + invAttachment := make(map[string]interface{}, len(md)) + for k, v := range md { + invAttachment[k] = v + } + invo := invocation.NewRPCInvocation("CountCompetitiveReportByWorkUuids", args, invAttachment) + if interceptor == nil { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + info := &grpc_go.UnaryServerInfo{ + Server: srv, + FullMethod: ctx.Value("XXX_TRIPLE_GO_INTERFACE_NAME").(string), + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + result := base.XXX_GetProxyImpl().Invoke(ctx, invo) + return result, result.Error() + } + return interceptor(ctx, in, info, handler) +} + // Cast_ServiceDesc is the grpc_go.ServiceDesc for Cast service. // It's only intended for direct use with grpc_go.RegisterService, // and not to be introspected or modified (even as a copy) @@ -3195,6 +3689,10 @@ var Cast_ServiceDesc = grpc_go.ServiceDesc{ MethodName: "WorkList", Handler: _Cast_WorkList_Handler, }, + { + MethodName: "WorkList2", + Handler: _Cast_WorkList2_Handler, + }, { MethodName: "WorkDetail", Handler: _Cast_WorkDetail_Handler, @@ -3415,6 +3913,10 @@ var Cast_ServiceDesc = grpc_go.ServiceDesc{ MethodName: "GetArtistAyrShareInfo", Handler: _Cast_GetArtistAyrShareInfo_Handler, }, + { + MethodName: "GetArtistAyrShareInfoByPlatformIDs", + Handler: _Cast_GetArtistAyrShareInfoByPlatformIDs_Handler, + }, { MethodName: "ListWorkPlatformInfo", Handler: _Cast_ListWorkPlatformInfo_Handler, @@ -3447,6 +3949,10 @@ var Cast_ServiceDesc = grpc_go.ServiceDesc{ MethodName: "UpdateCastTagBatch", Handler: _Cast_UpdateCastTagBatch_Handler, }, + { + MethodName: "BatchUpdateCastTags", + Handler: _Cast_BatchUpdateCastTags_Handler, + }, { MethodName: "UpdateCastTagStatus", Handler: _Cast_UpdateCastTagStatus_Handler, @@ -3455,6 +3961,42 @@ var Cast_ServiceDesc = grpc_go.ServiceDesc{ MethodName: "RecalculateCastTagQuoteCount", Handler: _Cast_RecalculateCastTagQuoteCount_Handler, }, + { + MethodName: "CreateCompetitiveReport", + Handler: _Cast_CreateCompetitiveReport_Handler, + }, + { + MethodName: "ImportCompetitiveReportBatch", + Handler: _Cast_ImportCompetitiveReportBatch_Handler, + }, + { + MethodName: "UpdateCompetitiveReportStatus", + Handler: _Cast_UpdateCompetitiveReportStatus_Handler, + }, + { + MethodName: "GetCompetitiveReport", + Handler: _Cast_GetCompetitiveReport_Handler, + }, + { + MethodName: "GetCompetitiveReportForApp", + Handler: _Cast_GetCompetitiveReportForApp_Handler, + }, + { + MethodName: "ListCompetitiveReport", + Handler: _Cast_ListCompetitiveReport_Handler, + }, + { + MethodName: "DeleteCompetitiveReport", + Handler: _Cast_DeleteCompetitiveReport_Handler, + }, + { + MethodName: "UpdateCompetitiveReportApprovalID", + Handler: _Cast_UpdateCompetitiveReportApprovalID_Handler, + }, + { + MethodName: "CountCompetitiveReportByWorkUuids", + Handler: _Cast_CountCompetitiveReportByWorkUuids_Handler, + }, }, Streams: []grpc_go.StreamDesc{}, Metadata: "pb/fiee/cast.proto",