Merge branch 'feature-userinfo-daiyb' into dev
This commit is contained in:
commit
094fbb78ca
@ -975,6 +975,7 @@ type UpdateWorkImageReq struct {
|
||||
Success bool `protobuf:"varint,20,opt,name=success,proto3" json:"success"`
|
||||
ArtistSubNum string `protobuf:"bytes,21,opt,name=artistSubNum,proto3" json:"artistSubNum"`
|
||||
ScriptUuid string `protobuf:"bytes,22,opt,name=scriptUuid,proto3" json:"scriptUuid"`
|
||||
PromptUuids []string `protobuf:"bytes,23,rep,name=promptUuids,proto3" json:"promptUuids"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
@ -1163,6 +1164,13 @@ func (x *UpdateWorkImageReq) GetScriptUuid() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *UpdateWorkImageReq) GetPromptUuids() []string {
|
||||
if x != nil {
|
||||
return x.PromptUuids
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type UpdateWorkImageResp struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
WorkUuid string `protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid"`
|
||||
@ -12139,7 +12147,7 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
|
||||
"\x0eBindManagerReq\x12*\n" +
|
||||
"\x10mediaAccountUuid\x18\x01 \x01(\tR\x10mediaAccountUuid\x12 \n" +
|
||||
"\vmanagerUuid\x18\x02 \x01(\tR\vmanagerUuid\x12(\n" +
|
||||
"\x0fmanagerUserName\x18\x03 \x01(\tR\x0fmanagerUserName\"\xd2\x06\n" +
|
||||
"\x0fmanagerUserName\x18\x03 \x01(\tR\x0fmanagerUserName\"\xf4\x06\n" +
|
||||
"\x12UpdateWorkImageReq\x12\x14\n" +
|
||||
"\x05title\x18\x01 \x01(\tR\x05title\x12\x18\n" +
|
||||
"\acontent\x18\x02 \x01(\tR\acontent\x12\x16\n" +
|
||||
@ -12169,7 +12177,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" +
|
||||
"\fartistSubNum\x18\x15 \x01(\tR\fartistSubNum\x12\x1e\n" +
|
||||
"\n" +
|
||||
"scriptUuid\x18\x16 \x01(\tR\n" +
|
||||
"scriptUuid\"1\n" +
|
||||
"scriptUuid\x12 \n" +
|
||||
"\vpromptUuids\x18\x17 \x03(\tR\vpromptUuids\"1\n" +
|
||||
"\x13UpdateWorkImageResp\x12\x1a\n" +
|
||||
"\bworkUuid\x18\x01 \x01(\tR\bworkUuid\"\xbf\x01\n" +
|
||||
"\rPublishConfig\x12$\n" +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user