UNPKG

@memberjunction/actions-bizapps-social

Version:

Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer

32 lines 931 B
import { YouTubeBaseAction } from '../youtube-base.action'; import { ActionParam, ActionResultSimple, RunActionParams } from '@memberjunction/actions-base'; /** * Action to update metadata for a YouTube video */ export declare class YouTubeUpdateVideoMetadataAction extends YouTubeBaseAction { /** * Update video metadata on YouTube */ protected InternalRunAction(params: RunActionParams): Promise<ActionResultSimple>; /** * Upload thumbnail for a video */ private uploadThumbnail; /** * Determine which fields were updated */ private getUpdatedFields; /** * Get error code from error message */ private getErrorCode; /** * Define the parameters this action expects */ get Params(): ActionParam[]; /** * Metadata about this action */ get Description(): string; } //# sourceMappingURL=update-video-metadata.action.d.ts.map