feat(tiktok): add content posting method to tiktok dto
This commit is contained in:
parent
fc60ed41aa
commit
13b26030b4
|
|
@ -32,4 +32,8 @@ export class TikTokDto {
|
|||
@IsIn(['true'])
|
||||
@IsDefined()
|
||||
isValidVideo: boolean;
|
||||
|
||||
@IsIn(['DIRECT_POST', 'UPLOAD'])
|
||||
@IsString()
|
||||
content_posting_method: 'DIRECT_POST' | 'UPLOAD';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue