@ -2146,6 +2146,7 @@ type WorkListReq struct {
BlueskyStatus uint32 ` protobuf:"varint,31,opt,name=blueskyStatus,proto3" json:"blueskyStatus" `
ArtistUuid string ` protobuf:"bytes,32,opt,name=artistUuid,proto3" json:"artistUuid" `
SubmitTimeMonths [ ] string ` protobuf:"bytes,33,rep,name=submitTimeMonths,proto3" json:"submitTimeMonths" `
WorkUuids [ ] string ` protobuf:"bytes,34,rep,name=workUuids,proto3" json:"workUuids" `
unknownFields protoimpl . UnknownFields
sizeCache protoimpl . SizeCache
}
@ -2411,6 +2412,13 @@ func (x *WorkListReq) GetSubmitTimeMonths() []string {
return nil
}
func ( x * WorkListReq ) GetWorkUuids ( ) [ ] string {
if x != nil {
return x . WorkUuids
}
return nil
}
type WorkListResp struct {
state protoimpl . MessageState ` protogen:"open.v1" `
Data [ ] * WorkListResp_Info ` protobuf:"bytes,1,rep,name=data,proto3" json:"data" `
@ -5408,6 +5416,7 @@ type ListVideoScriptsReq struct {
Page int32 ` protobuf:"varint,7,opt,name=page,proto3" json:"page" `
PageSize int32 ` protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize" `
ArtistUuid string ` protobuf:"bytes,9,opt,name=artistUuid,proto3" json:"artistUuid" `
ScriptUuids [ ] string ` protobuf:"bytes,10,rep,name=scriptUuids,proto3" json:"scriptUuids" `
unknownFields protoimpl . UnknownFields
sizeCache protoimpl . SizeCache
}
@ -5505,6 +5514,13 @@ func (x *ListVideoScriptsReq) GetArtistUuid() string {
return ""
}
func ( x * ListVideoScriptsReq ) GetScriptUuids ( ) [ ] string {
if x != nil {
return x . ScriptUuids
}
return nil
}
type VideoScriptInfo struct {
state protoimpl . MessageState ` protogen:"open.v1" `
Uuid string ` protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid" ` // 脚本UUID
@ -16542,6 +16558,59 @@ func (x *UpdateMediaAccStatusResp) GetMediaAccUserID() string {
return ""
}
// 更新作品脚本uuid
type UpdateWorkScriptReq struct {
state protoimpl . MessageState ` protogen:"open.v1" `
WorkUuid string ` protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid" ` // 作品UUID( 必填)
ScriptUuid string ` protobuf:"bytes,2,opt,name=scriptUuid,proto3" json:"scriptUuid" ` // 脚本UUID( 必填)
unknownFields protoimpl . UnknownFields
sizeCache protoimpl . SizeCache
}
func ( x * UpdateWorkScriptReq ) Reset ( ) {
* x = UpdateWorkScriptReq { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 196 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
func ( x * UpdateWorkScriptReq ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * UpdateWorkScriptReq ) ProtoMessage ( ) { }
func ( x * UpdateWorkScriptReq ) ProtoReflect ( ) protoreflect . Message {
mi := & file_pb_fiee_cast_proto_msgTypes [ 196 ]
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 UpdateWorkScriptReq.ProtoReflect.Descriptor instead.
func ( * UpdateWorkScriptReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_pb_fiee_cast_proto_rawDescGZIP ( ) , [ ] int { 196 }
}
func ( x * UpdateWorkScriptReq ) GetWorkUuid ( ) string {
if x != nil {
return x . WorkUuid
}
return ""
}
func ( x * UpdateWorkScriptReq ) GetScriptUuid ( ) string {
if x != nil {
return x . ScriptUuid
}
return ""
}
// 解除自媒体账号授权
type UnbindMediaAuthReq struct {
state protoimpl . MessageState ` protogen:"open.v1" `
@ -16553,7 +16622,7 @@ type UnbindMediaAuthReq struct {
func ( x * UnbindMediaAuthReq ) Reset ( ) {
* x = UnbindMediaAuthReq { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 6 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 7 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -16565,7 +16634,7 @@ func (x *UnbindMediaAuthReq) String() string {
func ( * UnbindMediaAuthReq ) ProtoMessage ( ) { }
func ( x * UnbindMediaAuthReq ) ProtoReflect ( ) protoreflect . Message {
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 6 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 7 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -16578,7 +16647,7 @@ func (x *UnbindMediaAuthReq) ProtoReflect() protoreflect.Message {
// Deprecated: Use UnbindMediaAuthReq.ProtoReflect.Descriptor instead.
func ( * UnbindMediaAuthReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_pb_fiee_cast_proto_rawDescGZIP ( ) , [ ] int { 19 6 }
return file_pb_fiee_cast_proto_rawDescGZIP ( ) , [ ] int { 19 7 }
}
func ( x * UnbindMediaAuthReq ) GetMediaAccountUuid ( ) string {
@ -16605,7 +16674,7 @@ type UnbindMediaAuthResp struct {
func ( x * UnbindMediaAuthResp ) Reset ( ) {
* x = UnbindMediaAuthResp { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 7 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 8 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -16617,7 +16686,7 @@ func (x *UnbindMediaAuthResp) String() string {
func ( * UnbindMediaAuthResp ) ProtoMessage ( ) { }
func ( x * UnbindMediaAuthResp ) ProtoReflect ( ) protoreflect . Message {
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 7 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 8 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -16630,7 +16699,7 @@ func (x *UnbindMediaAuthResp) ProtoReflect() protoreflect.Message {
// Deprecated: Use UnbindMediaAuthResp.ProtoReflect.Descriptor instead.
func ( * UnbindMediaAuthResp ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_pb_fiee_cast_proto_rawDescGZIP ( ) , [ ] int { 19 7 }
return file_pb_fiee_cast_proto_rawDescGZIP ( ) , [ ] int { 19 8 }
}
func ( x * UnbindMediaAuthResp ) GetSuccess ( ) bool {
@ -16661,7 +16730,7 @@ type UpdateMediaAccInfoReq struct {
func ( x * UpdateMediaAccInfoReq ) Reset ( ) {
* x = UpdateMediaAccInfoReq { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 8 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 9 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -16673,7 +16742,7 @@ func (x *UpdateMediaAccInfoReq) String() string {
func ( * UpdateMediaAccInfoReq ) ProtoMessage ( ) { }
func ( x * UpdateMediaAccInfoReq ) ProtoReflect ( ) protoreflect . Message {
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 8 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 19 9 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -16686,7 +16755,7 @@ func (x *UpdateMediaAccInfoReq) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateMediaAccInfoReq.ProtoReflect.Descriptor instead.
func ( * UpdateMediaAccInfoReq ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_pb_fiee_cast_proto_rawDescGZIP ( ) , [ ] int { 19 8 }
return file_pb_fiee_cast_proto_rawDescGZIP ( ) , [ ] int { 19 9 }
}
func ( x * UpdateMediaAccInfoReq ) GetMediaAccountUuid ( ) string {
@ -16769,7 +16838,7 @@ type WorkListResp_Info struct {
func ( x * WorkListResp_Info ) Reset ( ) {
* x = WorkListResp_Info { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 199 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 200 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -16781,7 +16850,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 [ 199 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 200 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17021,7 +17090,7 @@ type MediaAccountsResp_Info struct {
func ( x * MediaAccountsResp_Info ) Reset ( ) {
* x = MediaAccountsResp_Info { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 2 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 3 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -17033,7 +17102,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 [ 20 2 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 3 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17109,7 +17178,7 @@ type MediaWorksResp_Info struct {
func ( x * MediaWorksResp_Info ) Reset ( ) {
* x = MediaWorksResp_Info { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 3 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 4 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -17121,7 +17190,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 [ 20 3 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 4 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17217,7 +17286,7 @@ type PublishResp_Info struct {
func ( x * PublishResp_Info ) Reset ( ) {
* x = PublishResp_Info { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 4 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 5 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -17229,7 +17298,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 [ 20 4 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 5 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17279,7 +17348,7 @@ type WorkListPublishedResp_Info struct {
func ( x * WorkListPublishedResp_Info ) Reset ( ) {
* x = WorkListPublishedResp_Info { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 5 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 6 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -17291,7 +17360,7 @@ func (x *WorkListPublishedResp_Info) String() string {
func ( * WorkListPublishedResp_Info ) ProtoMessage ( ) { }
func ( x * WorkListPublishedResp_Info ) ProtoReflect ( ) protoreflect . Message {
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 5 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 6 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17402,7 +17471,7 @@ type RefreshWorkListResp_Info struct {
func ( x * RefreshWorkListResp_Info ) Reset ( ) {
* x = RefreshWorkListResp_Info { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 6 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 7 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -17414,7 +17483,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 [ 20 6 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 7 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17465,7 +17534,7 @@ type RefreshWorkListResp_Info_PlatformInfo struct {
func ( x * RefreshWorkListResp_Info_PlatformInfo ) Reset ( ) {
* x = RefreshWorkListResp_Info_PlatformInfo { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 7 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 8 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -17477,7 +17546,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 [ 20 7 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 8 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17548,7 +17617,7 @@ type UpdateOAuthReq_Info struct {
func ( x * UpdateOAuthReq_Info ) Reset ( ) {
* x = UpdateOAuthReq_Info { }
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 8 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 9 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -17560,7 +17629,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 [ 20 8 ]
mi := & file_pb_fiee_cast_proto_msgTypes [ 20 9 ]
if x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -17807,7 +17876,7 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
"platformID\x18\x02 \x01(\x0e2\x14.Cast.PlatformIDENUMR\n" +
"platformID\"B\n" +
"\x17MediaInfoByPlatformResp\x12'\n" +
"\x04info\x18\x01 \x01(\v2\x13.Cast.MediaUserInfoR\x04info\"\x 85 \t\n" +
"\x04info\x18\x01 \x01(\v2\x13.Cast.MediaUserInfoR\x04info\"\x a3 \t\n" +
"\vWorkListReq\x12\x1c\n" +
"\tartistVal\x18\x01 \x01(\tR\tartistVal\x12\x1e\n" +
"\n" +
@ -17858,7 +17927,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
"\n" +
"artistUuid\x18 \x01(\tR\n" +
"artistUuid\x12*\n" +
"\x10submitTimeMonths\x18! \x03(\tR\x10submitTimeMonths\"\xd6\t\n" +
"\x10submitTimeMonths\x18! \x03(\tR\x10submitTimeMonths\x12\x1c\n" +
"\tworkUuids\x18\" \x03(\tR\tworkUuids\"\xd6\t\n" +
"\fWorkListResp\x12+\n" +
"\x04data\x18\x01 \x03(\v2\x17.Cast.WorkListResp.InfoR\x04data\x12\x14\n" +
"\x05count\x18\x02 \x01(\x03R\x05count\x1a\x82\t\n" +
@ -18271,7 +18341,7 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
"\x06remark\x18\f \x01(\tR\x06remark\x12\x1e\n" +
"\n" +
"approvalID\x18\r \x01(\tR\n" +
"approvalID\"\x b5 \x02\n" +
"approvalID\"\x d7 \x02\n" +
"\x13ListVideoScriptsReq\x12\x14\n" +
"\x05title\x18\x01 \x01(\tR\x05title\x12\x16\n" +
"\x06status\x18\x02 \x01(\rR\x06status\x12&\n" +
@ -18283,7 +18353,9 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
"\bpageSize\x18\b \x01(\x05R\bpageSize\x12\x1e\n" +
"\n" +
"artistUuid\x18\t \x01(\tR\n" +
"artistUuid\"\xa5\x03\n" +
"artistUuid\x12 \n" +
"\vscriptUuids\x18\n" +
" \x03(\tR\vscriptUuids\"\xa5\x03\n" +
"\x0fVideoScriptInfo\x12\x12\n" +
"\x04uuid\x18\x01 \x01(\tR\x04uuid\x12\x14\n" +
"\x05title\x18\x02 \x01(\tR\x05title\x12\x18\n" +
@ -19534,7 +19606,12 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
"\binfoResp\x18\x03 \x01(\tR\binfoResp\"l\n" +
"\x18UpdateMediaAccStatusResp\x12(\n" +
"\x0fexceptionStatus\x18\x01 \x01(\x05R\x0fexceptionStatus\x12&\n" +
"\x0emediaAccUserID\x18\x02 \x01(\tR\x0emediaAccUserID\"X\n" +
"\x0emediaAccUserID\x18\x02 \x01(\tR\x0emediaAccUserID\"Q\n" +
"\x13UpdateWorkScriptReq\x12\x1a\n" +
"\bworkUuid\x18\x01 \x01(\tR\bworkUuid\x12\x1e\n" +
"\n" +
"scriptUuid\x18\x02 \x01(\tR\n" +
"scriptUuid\"X\n" +
"\x12UnbindMediaAuthReq\x12*\n" +
"\x10mediaAccountUuid\x18\x01 \x01(\tR\x10mediaAccountUuid\x12\x16\n" +
"\x06remark\x18\x02 \x01(\tR\x06remark\"I\n" +
@ -19602,7 +19679,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\x bb7 \n" +
"\fLONG_CONTENT\x10\x042\x 848 \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" +
@ -19632,7 +19709,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
"\x0fRefreshWorkList\x12\x18.Cast.RefreshWorkListReq\x1a\x19.Cast.RefreshWorkListResp\"\x00\x12?\n" +
"\fWorkResource\x12\x15.Cast.WorkResourceReq\x1a\x16.Cast.WorkResourceResp\"\x00\x12Q\n" +
"\x12UpdateWorkResource\x12\x1b.Cast.UpdateWorkResourceReq\x1a\x1c.Cast.UpdateWorkResourceResp\"\x00\x12W\n" +
"\x14UpdateMediaAccStatus\x12\x1d.Cast.UpdateMediaAccStatusReq\x1a\x1e.Cast.UpdateMediaAccStatusResp\"\x00\x12?\n" +
"\x14UpdateMediaAccStatus\x12\x1d.Cast.UpdateMediaAccStatusReq\x1a\x1e.Cast.UpdateMediaAccStatusResp\"\x00\x12G\n" +
"\x10UpdateWorkScript\x12\x19.Cast.UpdateWorkScriptReq\x1a\x16.google.protobuf.Empty\"\x00\x12?\n" +
"\fOAuthAccount\x12\x15.Cast.OAuthAccountReq\x1a\x16.Cast.OAuthAccountResp\"\x00\x12H\n" +
"\x0fUnbindMediaAuth\x12\x18.Cast.UnbindMediaAuthReq\x1a\x19.Cast.UnbindMediaAuthResp\"\x00\x12K\n" +
"\x12UpdateMediaAccInfo\x12\x1b.Cast.UpdateMediaAccInfoReq\x1a\x16.google.protobuf.Empty\"\x00\x12E\n" +
@ -19712,7 +19790,7 @@ func file_pb_fiee_cast_proto_rawDescGZIP() []byte {
}
var file_pb_fiee_cast_proto_enumTypes = make ( [ ] protoimpl . EnumInfo , 9 )
var file_pb_fiee_cast_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 2 09 )
var file_pb_fiee_cast_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 2 1 0)
var file_pb_fiee_cast_proto_goTypes = [ ] any {
( PlatformIDENUM ) ( 0 ) , // 0: Cast.PlatformIDENUM
( AuthStatusENUM ) ( 0 ) , // 1: Cast.AuthStatusENUM
@ -19919,20 +19997,21 @@ var file_pb_fiee_cast_proto_goTypes = []any{
( * UpdateWorkResourceResp ) ( nil ) , // 202: Cast.UpdateWorkResourceResp
( * UpdateMediaAccStatusReq ) ( nil ) , // 203: Cast.UpdateMediaAccStatusReq
( * UpdateMediaAccStatusResp ) ( nil ) , // 204: Cast.UpdateMediaAccStatusResp
( * UnbindMediaAuthReq ) ( nil ) , // 205: Cast.UnbindMediaAuthReq
( * UnbindMediaAuthResp ) ( nil ) , // 206: Cast.UnbindMediaAuthResp
( * UpdateMediaAccInfoReq ) ( nil ) , // 207: Cast.UpdateMediaAccInfoReq
( * WorkListResp_Info ) ( nil ) , // 208: Cast.WorkListResp.Info
nil , // 209: Cast.WorkListResp.Info.PublishMediaIDsEntry
nil , // 210: Cast.WorkDetailResp.MediaAccDataEntry
( * MediaAccountsResp_Info ) ( nil ) , // 211: Cast.MediaAccountsResp.Info
( * MediaWorksResp_Info ) ( nil ) , // 212: Cast.MediaWorksResp.Info
( * PublishResp_Info ) ( nil ) , // 213: Cast.PublishResp.Info
( * WorkListPublishedResp_Info ) ( nil ) , // 214: Cast.WorkListPublishedResp.Info
( * RefreshWorkListResp_Info ) ( nil ) , // 215: Cast.RefreshWorkListResp.Info
( * RefreshWorkListResp_Info_PlatformInfo ) ( nil ) , // 216: Cast.RefreshWorkListResp.Info.PlatformInfo
( * UpdateOAuthReq_Info ) ( nil ) , // 217: Cast.UpdateOAuthReq.Info
( * emptypb . Empty ) ( nil ) , // 218: google.protobuf.Empty
( * UpdateWorkScriptReq ) ( nil ) , // 205: Cast.UpdateWorkScriptReq
( * UnbindMediaAuthReq ) ( nil ) , // 206: Cast.UnbindMediaAuthReq
( * UnbindMediaAuthResp ) ( nil ) , // 207: Cast.UnbindMediaAuthResp
( * UpdateMediaAccInfoReq ) ( nil ) , // 208: Cast.UpdateMediaAccInfoReq
( * WorkListResp_Info ) ( nil ) , // 209: Cast.WorkListResp.Info
nil , // 210: Cast.WorkListResp.Info.PublishMediaIDsEntry
nil , // 211: Cast.WorkDetailResp.MediaAccDataEntry
( * MediaAccountsResp_Info ) ( nil ) , // 212: Cast.MediaAccountsResp.Info
( * MediaWorksResp_Info ) ( nil ) , // 213: Cast.MediaWorksResp.Info
( * PublishResp_Info ) ( nil ) , // 214: Cast.PublishResp.Info
( * WorkListPublishedResp_Info ) ( nil ) , // 215: Cast.WorkListPublishedResp.Info
( * RefreshWorkListResp_Info ) ( nil ) , // 216: Cast.RefreshWorkListResp.Info
( * RefreshWorkListResp_Info_PlatformInfo ) ( nil ) , // 217: Cast.RefreshWorkListResp.Info.PlatformInfo
( * UpdateOAuthReq_Info ) ( nil ) , // 218: Cast.UpdateOAuthReq.Info
( * emptypb . Empty ) ( nil ) , // 219: google.protobuf.Empty
}
var file_pb_fiee_cast_proto_depIdxs = [ ] int32 {
0 , // 0: Cast.MediaUserListReq.platformID:type_name -> Cast.PlatformIDENUM
@ -19958,26 +20037,26 @@ var file_pb_fiee_cast_proto_depIdxs = []int32{
11 , // 20: Cast.MediaInfoResp.info:type_name -> Cast.MediaUserInfo
0 , // 21: Cast.MediaInfoByPlatformReq.platformID:type_name -> Cast.PlatformIDENUM
11 , // 22: Cast.MediaInfoByPlatformResp.info:type_name -> Cast.MediaUserInfo
20 8 , // 23: Cast.WorkListResp.data:type_name -> Cast.WorkListResp.Info
20 9 , // 23: Cast.WorkListResp.data:type_name -> Cast.WorkListResp.Info
20 , // 24: Cast.WorkDetailResp.publishConfig1:type_name -> Cast.PublishConfig
20 , // 25: Cast.WorkDetailResp.publishConfig2:type_name -> Cast.PublishConfig
20 , // 26: Cast.WorkDetailResp.publishConfig3:type_name -> Cast.PublishConfig
20 , // 27: Cast.WorkDetailResp.publishConfig4:type_name -> Cast.PublishConfig
30 , // 28: Cast.WorkDetailResp.WorkLogData:type_name -> Cast.WorkLogInfo
21 0 , // 29: Cast.WorkDetailResp.mediaAccData:type_name -> Cast.WorkDetailResp.MediaAccDataEntry
21 1 , // 29: Cast.WorkDetailResp.mediaAccData:type_name -> Cast.WorkDetailResp.MediaAccDataEntry
20 , // 30: Cast.WorkDetailResp.publishConfig5:type_name -> Cast.PublishConfig
3 , // 31: Cast.UpdateStatusReq.workAction:type_name -> Cast.WorkActionENUM
4 , // 32: Cast.UpdateStatusReq.autoPublish:type_name -> Cast.AutoPublishENUM
6 , // 33: Cast.UpdateStatusReq.confirmFailType:type_name -> Cast.ConfirmFailENUM
21 1 , // 34: Cast.MediaAccountsResp.data:type_name -> Cast.MediaAccountsResp.Info
21 2 , // 35: Cast.MediaWorksResp.data:type_name -> Cast.MediaWorksResp.Info
21 2 , // 34: Cast.MediaAccountsResp.data:type_name -> Cast.MediaAccountsResp.Info
21 3 , // 35: Cast.MediaWorksResp.data:type_name -> Cast.MediaWorksResp.Info
7 , // 36: Cast.PublishReq.publishSource:type_name -> Cast.PublishSourceENUM
21 3 , // 37: Cast.PublishResp.data:type_name -> Cast.PublishResp.Info
21 4 , // 37: Cast.PublishResp.data:type_name -> Cast.PublishResp.Info
0 , // 38: Cast.RePublishReq.platformIDs:type_name -> Cast.PlatformIDENUM
7 , // 39: Cast.RePublishReq.publishSource:type_name -> Cast.PublishSourceENUM
50 , // 40: Cast.WorkInfoResp.platformInfoData:type_name -> Cast.PlatformInfo
5 , // 41: Cast.WorkInfoResp.publishStatus:type_name -> Cast.PublishStatusENUM
21 4 , // 42: Cast.WorkListPublishedResp.data:type_name -> Cast.WorkListPublishedResp.Info
21 5 , // 42: Cast.WorkListPublishedResp.data:type_name -> Cast.WorkListPublishedResp.Info
18 , // 43: Cast.ImportWorkBatchReq.imageWorks:type_name -> Cast.UpdateWorkImageReq
18 , // 44: Cast.ImportWorkBatchResp.imageWorks:type_name -> Cast.UpdateWorkImageReq
5 , // 45: Cast.PlatformInfo.publishMediaStatus:type_name -> Cast.PublishStatusENUM
@ -19985,9 +20064,9 @@ var file_pb_fiee_cast_proto_depIdxs = []int32{
50 , // 47: Cast.UpdateWorkPlatformInfoReq.PlatformInfoData:type_name -> Cast.PlatformInfo
0 , // 48: Cast.UpdateWorkPublishLogReq.platformID:type_name -> Cast.PlatformIDENUM
7 , // 49: Cast.UpdateWorkPublishLogReq.publishSource:type_name -> Cast.PublishSourceENUM
21 5 , // 50: Cast.RefreshWorkListResp.Data:type_name -> Cast.RefreshWorkListResp.Info
21 6 , // 50: Cast.RefreshWorkListResp.Data:type_name -> Cast.RefreshWorkListResp.Info
0 , // 51: Cast.OAuthCodeToTokenReq.platformID:type_name -> Cast.PlatformIDENUM
21 7 , // 52: Cast.UpdateOAuthReq.Data:type_name -> Cast.UpdateOAuthReq.Info
21 8 , // 52: Cast.UpdateOAuthReq.Data:type_name -> Cast.UpdateOAuthReq.Info
0 , // 53: Cast.RefreshTokenReq.platformID:type_name -> Cast.PlatformIDENUM
75 , // 54: Cast.ListVideoScriptsResp.data:type_name -> Cast.VideoScriptInfo
75 , // 55: Cast.UpdateVideoScriptBatchReq.data:type_name -> Cast.VideoScriptInfo
@ -20061,9 +20140,9 @@ var file_pb_fiee_cast_proto_depIdxs = []int32{
197 , // 123: Cast.CountCompetitiveReportByWorkUuidsResp.data:type_name -> Cast.WorkUuidCount
2 , // 124: Cast.UpdateMediaAccInfoReq.expiredSource:type_name -> Cast.ExpiredMediaSourceENUM
1 , // 125: Cast.UpdateMediaAccInfoReq.authStatus:type_name -> Cast.AuthStatusENUM
2 09 , // 126: Cast.WorkListResp.Info.PublishMediaIDs:type_name -> Cast.WorkListResp.Info.PublishMediaIDsEntry
2 1 0, // 126: Cast.WorkListResp.Info.PublishMediaIDs:type_name -> Cast.WorkListResp.Info.PublishMediaIDsEntry
11 , // 127: Cast.WorkDetailResp.MediaAccDataEntry.value:type_name -> Cast.MediaUserInfo
21 6 , // 128: Cast.RefreshWorkListResp.Info.PlatformInfoData:type_name -> Cast.RefreshWorkListResp.Info.PlatformInfo
21 7 , // 128: Cast.RefreshWorkListResp.Info.PlatformInfoData:type_name -> Cast.RefreshWorkListResp.Info.PlatformInfo
0 , // 129: Cast.RefreshWorkListResp.Info.PlatformInfo.platformID:type_name -> Cast.PlatformIDENUM
0 , // 130: Cast.UpdateOAuthReq.Info.platformID:type_name -> Cast.PlatformIDENUM
10 , // 131: Cast.Cast.MediaUserList:input_type -> Cast.MediaUserListReq
@ -20092,164 +20171,166 @@ var file_pb_fiee_cast_proto_depIdxs = []int32{
199 , // 154: Cast.Cast.WorkResource:input_type -> Cast.WorkResourceReq
201 , // 155: Cast.Cast.UpdateWorkResource:input_type -> Cast.UpdateWorkResourceReq
203 , // 156: Cast.Cast.UpdateMediaAccStatus:input_type -> Cast.UpdateMediaAccStatusReq
56 , // 157: Cast.Cast.OAuthAccount:input_type -> Cast.OAuthAccountReq
205 , // 158: Cast.Cast.UnbindMediaAuth:input_type -> Cast.UnbindMediaAuthReq
207 , // 159: Cast.Cast.UpdateMediaAccInfo:input_type -> Cast.UpdateMediaAccInfoReq
58 , // 160: Cast.Cast.OAuthAccountV2:input_type -> Cast.OAuthAccountV2Req
62 , // 161: Cast.Cast.OAuthCodeToToken:input_type -> Cast.OAuthCodeToTokenReq
64 , // 162: Cast.Cast.UpdateOAuth:input_type -> Cast.UpdateOAuthReq
65 , // 163: Cast.Cast.RefreshToken:input_type -> Cast.RefreshTokenReq
67 , // 164: Cast.Cast.PublishMediaInfo:input_type -> Cast.PublishMediaInfoReq
69 , // 165: Cast.Cast.Tools:input_type -> Cast.ToolsReq
70 , // 166: Cast.Cast.UpdateVideoScript:input_type -> Cast.UpdateVideoScriptReq
72 , // 167: Cast.Cast.GetVideoScript:input_type -> Cast.GetVideoScriptReq
74 , // 168: Cast.Cast.ListVideoScripts:input_type -> Cast.ListVideoScriptsReq
77 , // 169: Cast.Cast.DeleteVideoScript:input_type -> Cast.DeleteVideoScriptReq
78 , // 170: Cast.Cast.UpdateVideoScriptBatch:input_type -> Cast.UpdateVideoScriptBatchReq
80 , // 171: Cast.Cast.UpdateScriptStatus:input_type -> Cast.UpdateScriptStatusReq
82 , // 172: Cast.Cast.GetLayout:input_type -> Cast.GetLayoutReq
81 , // 173: Cast.Cast.SetLayout:input_type -> Cast.SetLayoutReq
84 , // 174: Cast.Cast.UpdatePrompt:input_type -> Cast.UpdatePromptReq
85 , // 175: Cast.Cast.DeletePrompt:input_type -> Cast.DeletePromptReq
86 , // 176: Cast.Cast.GetPrompt:input_type -> Cast.GetPromptReq
88 , // 177: Cast.Cast.ListPrompts:input_type -> Cast.ListPromptsReq
91 , // 178: Cast.Cast.UpdatePromptBatch:input_type -> Cast.UpdatePromptBatchReq
94 , // 179: Cast.Cast.UpdateArtist:input_type -> Cast.UpdateArtistReq
96 , // 180: Cast.Cast.GetArtist:input_type -> Cast.GetArtistReq
98 , // 181: Cast.Cast.CreateWorkAnalysis:input_type -> Cast.CreateWorkAnalysisReq
100 , // 182: Cast.Cast.UpdateWorkAnalysis:input_type -> Cast.UpdateWorkAnalysisReq
101 , // 183: Cast.Cast.UpdateWorkAnalysisStatus:input_type -> Cast.UpdateWorkAnalysisStatusReq
112 , // 184: Cast.Cast.GetWorkAnalysis:input_type -> Cast.GetWorkAnalysisDetailReq
113 , // 185: Cast.Cast.GetLatestWorkAnalysis:input_type -> Cast.GetLatestWorkAnalysisReq
116 , // 186: Cast.Cast.ListWorkAnalysis:input_type -> Cast.ListWorkAnalysisReq
119 , // 187: Cast.Cast.DeleteWorkAnalysis:input_type -> Cast.DeleteWorkAnalysisReq
138 , // 188: Cast.Cast.UpdateWorkAnalysisApprovalID:input_type -> Cast.UpdateWorkAnalysisApprovalIDReq
120 , // 189: Cast.Cast.ArtistDataList:input_type -> Cast.ArtistDataListReq
123 , // 190: Cast.Cast.MediaDataList:input_type -> Cast.MediaDataListReq
126 , // 191: Cast.Cast.DataOverview:input_type -> Cast.DataOverviewReq
128 , // 192: Cast.Cast.ArtistMetricsSeries:input_type -> Cast.ArtistMetricsSeriesReq
130 , // 193: Cast.Cast.ArtistMetricsDailyWindow:input_type -> Cast.ArtistMetricsDailyWindowReq
135 , // 194: Cast.Cast.TobeConfirmedList:input_type -> Cast.TobeConfirmedListReq
140 , // 195: Cast.Cast.UpsertMediaMetricsDailyBatch:input_type -> Cast.UpsertMediaMetricsDailyBatchReq
143 , // 196: Cast.Cast.UpsertWorkMetricsDailyBatch:input_type -> Cast.UpsertWorkMetricsDailyBatchReq
153 , // 197: Cast.Cast.ListMediaMetricsDaily:input_type -> Cast.ListMediaMetricsDailyReq
156 , // 198: Cast.Cast.ListWorkMetricsDaily:input_type -> Cast.ListWorkMetricsDailyReq
167 , // 199: Cast.Cast.CalculateMediaMetricsByWorks:input_type -> Cast.CalculateMediaMetricsByWorksReq
145 , // 200: Cast.Cast.GetArtistAyrShareInfo:input_type -> Cast.GetArtistAyrShareInfoReq
148 , // 201: Cast.Cast.GetArtistAyrShareInfoByPlatformIDs:input_type -> Cast.GetArtistAyrShareInfoByPlatformIDsReq
150 , // 202: Cast.Cast.ListWorkPlatformInfo:input_type -> Cast.ListWorkPlatformInfoReq
159 , // 203: Cast.Cast.UpsertTaskList:input_type -> Cast.UpsertTaskListReq
161 , // 204: Cast.Cast.GetTaskList:input_type -> Cast.GetTaskListReq
164 , // 205: Cast.Cast.ListTaskList:input_type -> Cast.ListTaskListReq
166 , // 206: Cast.Cast.DeleteTaskList:input_type -> Cast.DeleteTaskListReq
169 , // 207: Cast.Cast.UpdateCastTag:input_type -> Cast.UpdateCastTagReq
171 , // 208: Cast.Cast.ListCastTags:input_type -> Cast.ListCastTagsReq
174 , // 209: Cast.Cast.UpdateCastTagBatch:input_type -> Cast.UpdateCastTagBatchReq
176 , // 210: Cast.Cast.BatchUpdateCastTags:input_type -> Cast.BatchUpdateCastTagsReq
177 , // 211: Cast.Cast.UpdateCastTagStatus:input_type -> Cast.UpdateCastTagStatusReq
218 , // 212: Cast.Cast.RecalculateCastTagQuoteCount:input_type -> google.protobuf.Empty
179 , // 213: Cast.Cast.CreateCompetitiveReport:input_type -> Cast.CreateCompetitiveReportReq
194 , // 214: Cast.Cast.ImportCompetitiveReportBatch:input_type -> Cast.ImportCompetitiveReportBatchReq
182 , // 215: Cast.Cast.UpdateCompetitiveReportStatus:input_type -> Cast.UpdateCompetitiveReportStatusReq
186 , // 216: Cast.Cast.GetCompetitiveReport:input_type -> Cast.GetCompetitiveReportDetailReq
187 , // 217: Cast.Cast.GetCompetitiveReportForApp:input_type -> Cast.GetCompetitiveReportForAppReq
190 , // 218: Cast.Cast.ListCompetitiveReport:input_type -> Cast.ListCompetitiveReportReq
193 , // 219: Cast.Cast.DeleteCompetitiveReport:input_type -> Cast.DeleteCompetitiveReportReq
183 , // 220: Cast.Cast.UpdateCompetitiveReportApprovalID:input_type -> Cast.UpdateCompetitiveReportApprovalIDReq
196 , // 221: Cast.Cast.CountCompetitiveReportByWorkUuids:input_type -> Cast.CountCompetitiveReportByWorkUuidsReq
12 , // 222: Cast.Cast.MediaUserList:output_type -> Cast.MediaUserListResp
14 , // 223: Cast.Cast.UpdateMediaAccount:output_type -> Cast.UpdateMediaAccountResp
16 , // 224: Cast.Cast.UnbindManager:output_type -> Cast.UnbindManagerResp
218 , // 225: Cast.Cast.BindManager:output_type -> google.protobuf.Empty
19 , // 226: Cast.Cast.UpdateWorkImage:output_type -> Cast.UpdateWorkImageResp
22 , // 227: Cast.Cast.UpdateWorkVideo:output_type -> Cast.UpdateWorkVideoResp
24 , // 228: Cast.Cast.MediaInfo:output_type -> Cast.MediaInfoResp
26 , // 229: Cast.Cast.MediaInfoByPlatform:output_type -> Cast.MediaInfoByPlatformResp
28 , // 230: Cast.Cast.WorkList:output_type -> Cast.WorkListResp
45 , // 231: Cast.Cast.WorkListPublished:output_type -> Cast.WorkListPublishedResp
31 , // 232: Cast.Cast.WorkDetail:output_type -> Cast.WorkDetailResp
218 , // 233: Cast.Cast.UpdateStatus:output_type -> google.protobuf.Empty
34 , // 234: Cast.Cast.MediaAccounts:output_type -> Cast.MediaAccountsResp
36 , // 235: Cast.Cast.MediaWorks:output_type -> Cast.MediaWorksResp
38 , // 236: Cast.Cast.Publish:output_type -> Cast.PublishResp
40 , // 237: Cast.Cast.RePublish:output_type -> Cast.RePublishResp
218 , // 238: Cast.Cast.DelWork:output_type -> google.protobuf.Empty
43 , // 239: Cast.Cast.WorkInfo:output_type -> Cast.WorkInfoResp
47 , // 240: Cast.Cast.ArtistInfo:output_type -> Cast.ArtistInfoResp
49 , // 241: Cast.Cast.ImportWorkBatch:output_type -> Cast.ImportWorkBatchResp
52 , // 242: Cast.Cast.UpdateWorkPlatformInfo:output_type -> Cast.UpdateWorkPlatformInfoResp
218 , // 243: Cast.Cast.UpdateWorkPublishLog:output_type -> google.protobuf.Empty
55 , // 244: Cast.Cast.RefreshWorkList:output_type -> Cast.RefreshWorkListResp
200 , // 245: Cast.Cast.WorkResource:output_type -> Cast.WorkResourceResp
202 , // 246: Cast.Cast.UpdateWorkResource:output_type -> Cast.UpdateWorkResourceResp
204 , // 247: Cast.Cast.UpdateMediaAccStatus:output_type -> Cast.UpdateMediaAccStatusResp
57 , // 248: Cast.Cast.OAuthAccount:output_type -> Cast.OAuthAccountResp
206 , // 249: Cast.Cast.UnbindMediaAuth:output_type -> Cast.UnbindMediaAuthResp
218 , // 250: Cast.Cast.UpdateMediaAccInfo:output_type -> google.protobuf.Empty
59 , // 251: Cast.Cast.OAuthAccountV2:output_type -> Cast.OAuthAccountV2Resp
63 , // 252: Cast.Cast.OAuthCodeToToken:output_type -> Cast.OAuthCodeToTokenResp
218 , // 253: Cast.Cast.UpdateOAuth:output_type -> google.protobuf.Empty
66 , // 254: Cast.Cast.RefreshToken:output_type -> Cast.RefreshTokenResp
68 , // 255: Cast.Cast.PublishMediaInfo:output_type -> Cast.PublishMediaInfoResp
218 , // 256: Cast.Cast.Tools:output_type -> google.protobuf.Empty
71 , // 257: Cast.Cast.UpdateVideoScript:output_type -> Cast.UpdateVideoScriptResp
73 , // 258: Cast.Cast.GetVideoScript:output_type -> Cast.GetVideoScriptResp
76 , // 259: Cast.Cast.ListVideoScripts:output_type -> Cast.ListVideoScriptsResp
218 , // 260: Cast.Cast.DeleteVideoScript:output_type -> google.protobuf.Empty
79 , // 261: Cast.Cast.UpdateVideoScriptBatch:output_type -> Cast.UpdateVideoScriptBatchResp
218 , // 262: Cast.Cast.UpdateScriptStatus:output_type -> google.protobuf.Empty
83 , // 263: Cast.Cast.GetLayout:output_type -> Cast.GetLayoutResp
218 , // 264: Cast.Cast.SetLayout:output_type -> google.protobuf.Empty
218 , // 265: Cast.Cast.UpdatePrompt:output_type -> google.protobuf.Empty
218 , // 266: Cast.Cast.DeletePrompt:output_type -> google.protobuf.Empty
87 , // 267: Cast.Cast.GetPrompt:output_type -> Cast.GetPromptResp
90 , // 268: Cast.Cast.ListPrompts:output_type -> Cast.ListPromptsResp
92 , // 269: Cast.Cast.UpdatePromptBatch:output_type -> Cast.UpdatePromptBatchResp
95 , // 270: Cast.Cast.UpdateArtist:output_type -> Cast.UpdateArtistResp
97 , // 271: Cast.Cast.GetArtist:output_type -> Cast.GetArtistResp
99 , // 272: Cast.Cast.CreateWorkAnalysis:output_type -> Cast.CreateWorkAnalysisResp
218 , // 273: Cast.Cast.UpdateWorkAnalysis:output_type -> google.protobuf.Empty
218 , // 274: Cast.Cast.UpdateWorkAnalysisStatus:output_type -> google.protobuf.Empty
115 , // 275: Cast.Cast.GetWorkAnalysis:output_type -> Cast.GetWorkAnalysisDetailResp
114 , // 276: Cast.Cast.GetLatestWorkAnalysis:output_type -> Cast.GetWorkAnalysisResp
118 , // 277: Cast.Cast.ListWorkAnalysis:output_type -> Cast.ListWorkAnalysisResp
218 , // 278: Cast.Cast.DeleteWorkAnalysis:output_type -> google.protobuf.Empty
218 , // 279: Cast.Cast.UpdateWorkAnalysisApprovalID:output_type -> google.protobuf.Empty
122 , // 280: Cast.Cast.ArtistDataList:output_type -> Cast.ArtistDataListResp
125 , // 281: Cast.Cast.MediaDataList:output_type -> Cast.MediaDataListResp
127 , // 282: Cast.Cast.DataOverview:output_type -> Cast.DataOverviewResp
129 , // 283: Cast.Cast.ArtistMetricsSeries:output_type -> Cast.ArtistMetricsSeriesResp
134 , // 284: Cast.Cast.ArtistMetricsDailyWindow:output_type -> Cast.ArtistMetricsDailyWindowResp
137 , // 285: Cast.Cast.TobeConfirmedList:output_type -> Cast.TobeConfirmedListResp
141 , // 286: Cast.Cast.UpsertMediaMetricsDailyBatch:output_type -> Cast.UpsertMediaMetricsDailyBatchResp
144 , // 287: Cast.Cast.UpsertWorkMetricsDailyBatch:output_type -> Cast.UpsertWorkMetricsDailyBatchResp
155 , // 288: Cast.Cast.ListMediaMetricsDaily:output_type -> Cast.ListMediaMetricsDailyResp
158 , // 289: Cast.Cast.ListWorkMetricsDaily:output_type -> Cast.ListWorkMetricsDailyResp
168 , // 290: Cast.Cast.CalculateMediaMetricsByWorks:output_type -> Cast.CalculateMediaMetricsByWorksResp
147 , // 291: Cast.Cast.GetArtistAyrShareInfo:output_type -> Cast.GetArtistAyrShareInfoResp
149 , // 292: Cast.Cast.GetArtistAyrShareInfoByPlatformIDs:output_type -> Cast.GetArtistAyrShareInfoByPlatformIDsResp
152 , // 293: Cast.Cast.ListWorkPlatformInfo:output_type -> Cast.ListWorkPlatformInfoResp
160 , // 294: Cast.Cast.UpsertTaskList:output_type -> Cast.UpsertTaskListResp
163 , // 295: Cast.Cast.GetTaskList:output_type -> Cast.GetTaskListResp
165 , // 296: Cast.Cast.ListTaskList:output_type -> Cast.ListTaskListResp
218 , // 297: Cast.Cast.DeleteTaskList:output_type -> google.protobuf.Empty
170 , // 298: Cast.Cast.UpdateCastTag:output_type -> Cast.UpdateCastTagResp
173 , // 299: Cast.Cast.ListCastTags:output_type -> Cast.ListCastTagsResp
175 , // 300: Cast.Cast.UpdateCastTagBatch:output_type -> Cast.UpdateCastTagBatchResp
218 , // 301: Cast.Cast.BatchUpdateCastTags:output_type -> google.protobuf.Empty
218 , // 302: Cast.Cast.UpdateCastTagStatus:output_type -> google.protobuf.Empty
178 , // 303: Cast.Cast.RecalculateCastTagQuoteCount:output_type -> Cast.RecalculateCastTagQuoteCountResp
180 , // 304: Cast.Cast.CreateCompetitiveReport:output_type -> Cast.CreateCompetitiveReportResp
195 , // 305: Cast.Cast.ImportCompetitiveReportBatch:output_type -> Cast.ImportCompetitiveReportBatchResp
218 , // 306: Cast.Cast.UpdateCompetitiveReportStatus:output_type -> google.protobuf.Empty
189 , // 307: Cast.Cast.GetCompetitiveReport:output_type -> Cast.GetCompetitiveReportDetailResp
188 , // 308: Cast.Cast.GetCompetitiveReportForApp:output_type -> Cast.GetCompetitiveReportForAppResp
192 , // 309: Cast.Cast.ListCompetitiveReport:output_type -> Cast.ListCompetitiveReportResp
218 , // 310: Cast.Cast.DeleteCompetitiveReport:output_type -> google.protobuf.Empty
218 , // 311: Cast.Cast.UpdateCompetitiveReportApprovalID:output_type -> google.protobuf.Empty
198 , // 312: Cast.Cast.CountCompetitiveReportByWorkUuids:output_type -> Cast.CountCompetitiveReportByWorkUuidsResp
222 , // [222:313] is the sub-list for method output_type
131 , // [131:222] is the sub-list for method input_type
205 , // 157: Cast.Cast.UpdateWorkScript:input_type -> Cast.UpdateWorkScriptReq
56 , // 158: Cast.Cast.OAuthAccount:input_type -> Cast.OAuthAccountReq
206 , // 159: Cast.Cast.UnbindMediaAuth:input_type -> Cast.UnbindMediaAuthReq
208 , // 160: Cast.Cast.UpdateMediaAccInfo:input_type -> Cast.UpdateMediaAccInfoReq
58 , // 161: Cast.Cast.OAuthAccountV2:input_type -> Cast.OAuthAccountV2Req
62 , // 162: Cast.Cast.OAuthCodeToToken:input_type -> Cast.OAuthCodeToTokenReq
64 , // 163: Cast.Cast.UpdateOAuth:input_type -> Cast.UpdateOAuthReq
65 , // 164: Cast.Cast.RefreshToken:input_type -> Cast.RefreshTokenReq
67 , // 165: Cast.Cast.PublishMediaInfo:input_type -> Cast.PublishMediaInfoReq
69 , // 166: Cast.Cast.Tools:input_type -> Cast.ToolsReq
70 , // 167: Cast.Cast.UpdateVideoScript:input_type -> Cast.UpdateVideoScriptReq
72 , // 168: Cast.Cast.GetVideoScript:input_type -> Cast.GetVideoScriptReq
74 , // 169: Cast.Cast.ListVideoScripts:input_type -> Cast.ListVideoScriptsReq
77 , // 170: Cast.Cast.DeleteVideoScript:input_type -> Cast.DeleteVideoScriptReq
78 , // 171: Cast.Cast.UpdateVideoScriptBatch:input_type -> Cast.UpdateVideoScriptBatchReq
80 , // 172: Cast.Cast.UpdateScriptStatus:input_type -> Cast.UpdateScriptStatusReq
82 , // 173: Cast.Cast.GetLayout:input_type -> Cast.GetLayoutReq
81 , // 174: Cast.Cast.SetLayout:input_type -> Cast.SetLayoutReq
84 , // 175: Cast.Cast.UpdatePrompt:input_type -> Cast.UpdatePromptReq
85 , // 176: Cast.Cast.DeletePrompt:input_type -> Cast.DeletePromptReq
86 , // 177: Cast.Cast.GetPrompt:input_type -> Cast.GetPromptReq
88 , // 178: Cast.Cast.ListPrompts:input_type -> Cast.ListPromptsReq
91 , // 179: Cast.Cast.UpdatePromptBatch:input_type -> Cast.UpdatePromptBatchReq
94 , // 180: Cast.Cast.UpdateArtist:input_type -> Cast.UpdateArtistReq
96 , // 181: Cast.Cast.GetArtist:input_type -> Cast.GetArtistReq
98 , // 182: Cast.Cast.CreateWorkAnalysis:input_type -> Cast.CreateWorkAnalysisReq
100 , // 183: Cast.Cast.UpdateWorkAnalysis:input_type -> Cast.UpdateWorkAnalysisReq
101 , // 184: Cast.Cast.UpdateWorkAnalysisStatus:input_type -> Cast.UpdateWorkAnalysisStatusReq
112 , // 185: Cast.Cast.GetWorkAnalysis:input_type -> Cast.GetWorkAnalysisDetailReq
113 , // 186: Cast.Cast.GetLatestWorkAnalysis:input_type -> Cast.GetLatestWorkAnalysisReq
116 , // 187: Cast.Cast.ListWorkAnalysis:input_type -> Cast.ListWorkAnalysisReq
119 , // 188: Cast.Cast.DeleteWorkAnalysis:input_type -> Cast.DeleteWorkAnalysisReq
138 , // 189: Cast.Cast.UpdateWorkAnalysisApprovalID:input_type -> Cast.UpdateWorkAnalysisApprovalIDReq
120 , // 190: Cast.Cast.ArtistDataList:input_type -> Cast.ArtistDataListReq
123 , // 191: Cast.Cast.MediaDataList:input_type -> Cast.MediaDataListReq
126 , // 192: Cast.Cast.DataOverview:input_type -> Cast.DataOverviewReq
128 , // 193: Cast.Cast.ArtistMetricsSeries:input_type -> Cast.ArtistMetricsSeriesReq
130 , // 194: Cast.Cast.ArtistMetricsDailyWindow:input_type -> Cast.ArtistMetricsDailyWindowReq
135 , // 195: Cast.Cast.TobeConfirmedList:input_type -> Cast.TobeConfirmedListReq
140 , // 196: Cast.Cast.UpsertMediaMetricsDailyBatch:input_type -> Cast.UpsertMediaMetricsDailyBatchReq
143 , // 197: Cast.Cast.UpsertWorkMetricsDailyBatch:input_type -> Cast.UpsertWorkMetricsDailyBatchReq
153 , // 198: Cast.Cast.ListMediaMetricsDaily:input_type -> Cast.ListMediaMetricsDailyReq
156 , // 199: Cast.Cast.ListWorkMetricsDaily:input_type -> Cast.ListWorkMetricsDailyReq
167 , // 200: Cast.Cast.CalculateMediaMetricsByWorks:input_type -> Cast.CalculateMediaMetricsByWorksReq
145 , // 201: Cast.Cast.GetArtistAyrShareInfo:input_type -> Cast.GetArtistAyrShareInfoReq
148 , // 202: Cast.Cast.GetArtistAyrShareInfoByPlatformIDs:input_type -> Cast.GetArtistAyrShareInfoByPlatformIDsReq
150 , // 203: Cast.Cast.ListWorkPlatformInfo:input_type -> Cast.ListWorkPlatformInfoReq
159 , // 204: Cast.Cast.UpsertTaskList:input_type -> Cast.UpsertTaskListReq
161 , // 205: Cast.Cast.GetTaskList:input_type -> Cast.GetTaskListReq
164 , // 206: Cast.Cast.ListTaskList:input_type -> Cast.ListTaskListReq
166 , // 207: Cast.Cast.DeleteTaskList:input_type -> Cast.DeleteTaskListReq
169 , // 208: Cast.Cast.UpdateCastTag:input_type -> Cast.UpdateCastTagReq
171 , // 209: Cast.Cast.ListCastTags:input_type -> Cast.ListCastTagsReq
174 , // 210: Cast.Cast.UpdateCastTagBatch:input_type -> Cast.UpdateCastTagBatchReq
176 , // 211: Cast.Cast.BatchUpdateCastTags:input_type -> Cast.BatchUpdateCastTagsReq
177 , // 212: Cast.Cast.UpdateCastTagStatus:input_type -> Cast.UpdateCastTagStatusReq
219 , // 213: Cast.Cast.RecalculateCastTagQuoteCount:input_type -> google.protobuf.Empty
179 , // 214: Cast.Cast.CreateCompetitiveReport:input_type -> Cast.CreateCompetitiveReportReq
194 , // 215: Cast.Cast.ImportCompetitiveReportBatch:input_type -> Cast.ImportCompetitiveReportBatchReq
182 , // 216: Cast.Cast.UpdateCompetitiveReportStatus:input_type -> Cast.UpdateCompetitiveReportStatusReq
186 , // 217: Cast.Cast.GetCompetitiveReport:input_type -> Cast.GetCompetitiveReportDetailReq
187 , // 218: Cast.Cast.GetCompetitiveReportForApp:input_type -> Cast.GetCompetitiveReportForAppReq
190 , // 219: Cast.Cast.ListCompetitiveReport:input_type -> Cast.ListCompetitiveReportReq
193 , // 220: Cast.Cast.DeleteCompetitiveReport:input_type -> Cast.DeleteCompetitiveReportReq
183 , // 221: Cast.Cast.UpdateCompetitiveReportApprovalID:input_type -> Cast.UpdateCompetitiveReportApprovalIDReq
196 , // 222: Cast.Cast.CountCompetitiveReportByWorkUuids:input_type -> Cast.CountCompetitiveReportByWorkUuidsReq
12 , // 223: Cast.Cast.MediaUserList:output_type -> Cast.MediaUserListResp
14 , // 224: Cast.Cast.UpdateMediaAccount:output_type -> Cast.UpdateMediaAccountResp
16 , // 225: Cast.Cast.UnbindManager:output_type -> Cast.UnbindManagerResp
219 , // 226: Cast.Cast.BindManager:output_type -> google.protobuf.Empty
19 , // 227: Cast.Cast.UpdateWorkImage:output_type -> Cast.UpdateWorkImageResp
22 , // 228: Cast.Cast.UpdateWorkVideo:output_type -> Cast.UpdateWorkVideoResp
24 , // 229: Cast.Cast.MediaInfo:output_type -> Cast.MediaInfoResp
26 , // 230: Cast.Cast.MediaInfoByPlatform:output_type -> Cast.MediaInfoByPlatformResp
28 , // 231: Cast.Cast.WorkList:output_type -> Cast.WorkListResp
45 , // 232: Cast.Cast.WorkListPublished:output_type -> Cast.WorkListPublishedResp
31 , // 233: Cast.Cast.WorkDetail:output_type -> Cast.WorkDetailResp
219 , // 234: Cast.Cast.UpdateStatus:output_type -> google.protobuf.Empty
34 , // 235: Cast.Cast.MediaAccounts:output_type -> Cast.MediaAccountsResp
36 , // 236: Cast.Cast.MediaWorks:output_type -> Cast.MediaWorksResp
38 , // 237: Cast.Cast.Publish:output_type -> Cast.PublishResp
40 , // 238: Cast.Cast.RePublish:output_type -> Cast.RePublishResp
219 , // 239: Cast.Cast.DelWork:output_type -> google.protobuf.Empty
43 , // 240: Cast.Cast.WorkInfo:output_type -> Cast.WorkInfoResp
47 , // 241: Cast.Cast.ArtistInfo:output_type -> Cast.ArtistInfoResp
49 , // 242: Cast.Cast.ImportWorkBatch:output_type -> Cast.ImportWorkBatchResp
52 , // 243: Cast.Cast.UpdateWorkPlatformInfo:output_type -> Cast.UpdateWorkPlatformInfoResp
219 , // 244: Cast.Cast.UpdateWorkPublishLog:output_type -> google.protobuf.Empty
55 , // 245: Cast.Cast.RefreshWorkList:output_type -> Cast.RefreshWorkListResp
200 , // 246: Cast.Cast.WorkResource:output_type -> Cast.WorkResourceResp
202 , // 247: Cast.Cast.UpdateWorkResource:output_type -> Cast.UpdateWorkResourceResp
204 , // 248: Cast.Cast.UpdateMediaAccStatus:output_type -> Cast.UpdateMediaAccStatusResp
219 , // 249: Cast.Cast.UpdateWorkScript:output_type -> google.protobuf.Empty
57 , // 250: Cast.Cast.OAuthAccount:output_type -> Cast.OAuthAccountResp
207 , // 251: Cast.Cast.UnbindMediaAuth:output_type -> Cast.UnbindMediaAuthResp
219 , // 252: Cast.Cast.UpdateMediaAccInfo:output_type -> google.protobuf.Empty
59 , // 253: Cast.Cast.OAuthAccountV2:output_type -> Cast.OAuthAccountV2Resp
63 , // 254: Cast.Cast.OAuthCodeToToken:output_type -> Cast.OAuthCodeToTokenResp
219 , // 255: Cast.Cast.UpdateOAuth:output_type -> google.protobuf.Empty
66 , // 256: Cast.Cast.RefreshToken:output_type -> Cast.RefreshTokenResp
68 , // 257: Cast.Cast.PublishMediaInfo:output_type -> Cast.PublishMediaInfoResp
219 , // 258: Cast.Cast.Tools:output_type -> google.protobuf.Empty
71 , // 259: Cast.Cast.UpdateVideoScript:output_type -> Cast.UpdateVideoScriptResp
73 , // 260: Cast.Cast.GetVideoScript:output_type -> Cast.GetVideoScriptResp
76 , // 261: Cast.Cast.ListVideoScripts:output_type -> Cast.ListVideoScriptsResp
219 , // 262: Cast.Cast.DeleteVideoScript:output_type -> google.protobuf.Empty
79 , // 263: Cast.Cast.UpdateVideoScriptBatch:output_type -> Cast.UpdateVideoScriptBatchResp
219 , // 264: Cast.Cast.UpdateScriptStatus:output_type -> google.protobuf.Empty
83 , // 265: Cast.Cast.GetLayout:output_type -> Cast.GetLayoutResp
219 , // 266: Cast.Cast.SetLayout:output_type -> google.protobuf.Empty
219 , // 267: Cast.Cast.UpdatePrompt:output_type -> google.protobuf.Empty
219 , // 268: Cast.Cast.DeletePrompt:output_type -> google.protobuf.Empty
87 , // 269: Cast.Cast.GetPrompt:output_type -> Cast.GetPromptResp
90 , // 270: Cast.Cast.ListPrompts:output_type -> Cast.ListPromptsResp
92 , // 271: Cast.Cast.UpdatePromptBatch:output_type -> Cast.UpdatePromptBatchResp
95 , // 272: Cast.Cast.UpdateArtist:output_type -> Cast.UpdateArtistResp
97 , // 273: Cast.Cast.GetArtist:output_type -> Cast.GetArtistResp
99 , // 274: Cast.Cast.CreateWorkAnalysis:output_type -> Cast.CreateWorkAnalysisResp
219 , // 275: Cast.Cast.UpdateWorkAnalysis:output_type -> google.protobuf.Empty
219 , // 276: Cast.Cast.UpdateWorkAnalysisStatus:output_type -> google.protobuf.Empty
115 , // 277: Cast.Cast.GetWorkAnalysis:output_type -> Cast.GetWorkAnalysisDetailResp
114 , // 278: Cast.Cast.GetLatestWorkAnalysis:output_type -> Cast.GetWorkAnalysisResp
118 , // 279: Cast.Cast.ListWorkAnalysis:output_type -> Cast.ListWorkAnalysisResp
219 , // 280: Cast.Cast.DeleteWorkAnalysis:output_type -> google.protobuf.Empty
219 , // 281: Cast.Cast.UpdateWorkAnalysisApprovalID:output_type -> google.protobuf.Empty
122 , // 282: Cast.Cast.ArtistDataList:output_type -> Cast.ArtistDataListResp
125 , // 283: Cast.Cast.MediaDataList:output_type -> Cast.MediaDataListResp
127 , // 284: Cast.Cast.DataOverview:output_type -> Cast.DataOverviewResp
129 , // 285: Cast.Cast.ArtistMetricsSeries:output_type -> Cast.ArtistMetricsSeriesResp
134 , // 286: Cast.Cast.ArtistMetricsDailyWindow:output_type -> Cast.ArtistMetricsDailyWindowResp
137 , // 287: Cast.Cast.TobeConfirmedList:output_type -> Cast.TobeConfirmedListResp
141 , // 288: Cast.Cast.UpsertMediaMetricsDailyBatch:output_type -> Cast.UpsertMediaMetricsDailyBatchResp
144 , // 289: Cast.Cast.UpsertWorkMetricsDailyBatch:output_type -> Cast.UpsertWorkMetricsDailyBatchResp
155 , // 290: Cast.Cast.ListMediaMetricsDaily:output_type -> Cast.ListMediaMetricsDailyResp
158 , // 291: Cast.Cast.ListWorkMetricsDaily:output_type -> Cast.ListWorkMetricsDailyResp
168 , // 292: Cast.Cast.CalculateMediaMetricsByWorks:output_type -> Cast.CalculateMediaMetricsByWorksResp
147 , // 293: Cast.Cast.GetArtistAyrShareInfo:output_type -> Cast.GetArtistAyrShareInfoResp
149 , // 294: Cast.Cast.GetArtistAyrShareInfoByPlatformIDs:output_type -> Cast.GetArtistAyrShareInfoByPlatformIDsResp
152 , // 295: Cast.Cast.ListWorkPlatformInfo:output_type -> Cast.ListWorkPlatformInfoResp
160 , // 296: Cast.Cast.UpsertTaskList:output_type -> Cast.UpsertTaskListResp
163 , // 297: Cast.Cast.GetTaskList:output_type -> Cast.GetTaskListResp
165 , // 298: Cast.Cast.ListTaskList:output_type -> Cast.ListTaskListResp
219 , // 299: Cast.Cast.DeleteTaskList:output_type -> google.protobuf.Empty
170 , // 300: Cast.Cast.UpdateCastTag:output_type -> Cast.UpdateCastTagResp
173 , // 301: Cast.Cast.ListCastTags:output_type -> Cast.ListCastTagsResp
175 , // 302: Cast.Cast.UpdateCastTagBatch:output_type -> Cast.UpdateCastTagBatchResp
219 , // 303: Cast.Cast.BatchUpdateCastTags:output_type -> google.protobuf.Empty
219 , // 304: Cast.Cast.UpdateCastTagStatus:output_type -> google.protobuf.Empty
178 , // 305: Cast.Cast.RecalculateCastTagQuoteCount:output_type -> Cast.RecalculateCastTagQuoteCountResp
180 , // 306: Cast.Cast.CreateCompetitiveReport:output_type -> Cast.CreateCompetitiveReportResp
195 , // 307: Cast.Cast.ImportCompetitiveReportBatch:output_type -> Cast.ImportCompetitiveReportBatchResp
219 , // 308: Cast.Cast.UpdateCompetitiveReportStatus:output_type -> google.protobuf.Empty
189 , // 309: Cast.Cast.GetCompetitiveReport:output_type -> Cast.GetCompetitiveReportDetailResp
188 , // 310: Cast.Cast.GetCompetitiveReportForApp:output_type -> Cast.GetCompetitiveReportForAppResp
192 , // 311: Cast.Cast.ListCompetitiveReport:output_type -> Cast.ListCompetitiveReportResp
219 , // 312: Cast.Cast.DeleteCompetitiveReport:output_type -> google.protobuf.Empty
219 , // 313: Cast.Cast.UpdateCompetitiveReportApprovalID:output_type -> google.protobuf.Empty
198 , // 314: Cast.Cast.CountCompetitiveReportByWorkUuids:output_type -> Cast.CountCompetitiveReportByWorkUuidsResp
223 , // [223:315] is the sub-list for method output_type
131 , // [131:223] is the sub-list for method input_type
131 , // [131:131] is the sub-list for extension type_name
131 , // [131:131] is the sub-list for extension extendee
0 , // [0:131] is the sub-list for field type_name
@ -20266,7 +20347,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 : 9 ,
NumMessages : 2 09 ,
NumMessages : 2 1 0,
NumExtensions : 0 ,
NumServices : 1 ,
} ,