ugcinc 3.47.0 → 3.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automations.d.ts +2 -4
- package/dist/automations.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/media.d.ts +7 -1
- package/dist/media.js +8 -0
- package/dist/types.d.ts +15 -2
- package/package.json +1 -1
package/dist/automations.d.ts
CHANGED
|
@@ -139,14 +139,12 @@ export declare class AutomationsClient extends BaseClient {
|
|
|
139
139
|
lastRunAt: string | null;
|
|
140
140
|
}>>;
|
|
141
141
|
/**
|
|
142
|
-
* Publish an automation - enables recurrence
|
|
142
|
+
* Publish an automation - enables recurrence scheduling
|
|
143
143
|
* The automation will run automatically based on its recurrence configuration
|
|
144
144
|
*/
|
|
145
145
|
publish(params: {
|
|
146
146
|
templateId: string;
|
|
147
|
-
}): Promise<ApiResponse<
|
|
148
|
-
schedulerRunId: string;
|
|
149
|
-
}>>;
|
|
147
|
+
}): Promise<ApiResponse<null>>;
|
|
150
148
|
/**
|
|
151
149
|
* Unpublish an automation - disables recurrence and stops the scheduler workflow
|
|
152
150
|
* No more scheduled runs will occur until the automation is published again
|
package/dist/automations.js
CHANGED
|
@@ -156,7 +156,7 @@ class AutomationsClient extends base_1.BaseClient {
|
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
|
-
* Publish an automation - enables recurrence
|
|
159
|
+
* Publish an automation - enables recurrence scheduling
|
|
160
160
|
* The automation will run automatically based on its recurrence configuration
|
|
161
161
|
*/
|
|
162
162
|
async publish(params) {
|
package/dist/index.d.ts
CHANGED
|
@@ -18,4 +18,4 @@ export { MediaClient } from './media';
|
|
|
18
18
|
export { CommentsClient } from './comments';
|
|
19
19
|
export type { RenderJobResponse, RenderJobStatus, SubmitImageRenderJobParams, SubmitVideoRenderJobParams, SubmitScreenshotAnimationRenderJobParams, RenderVideoEditorConfig, } from './render';
|
|
20
20
|
export type { ClientConfig, } from './base';
|
|
21
|
-
export type { SuccessResponse, ErrorResponse, ApiResponse, Account, AccountStat, AccountTask, EditProfileInfo, Task, TaskType, Post, PostType, PostStatus, PostStat, ApiKey, EditorConfig, VideoEditorNodeConfig, VideoEditorChannel, VideoEditorSegment, VideoEditorVideoSegment, VideoEditorAudioSegment, VideoEditorImageSegment, VideoEditorTextSegment, TimeMode, SegmentTimelinePosition, ImageEditorNodeConfig, ImageEditorElement, ImageEditorNodeInput, ImageEditorNodeOutput, DimensionPresetKey, EditorChannel, TimeValue, BaseSegmentProps, VisualSegmentProps, EditorSegment, VideoSegment, AudioSegment, ImageSegment, TextSegment, StaticSegment, PositionAnchor, RelativePositionConfig, GetAccountsParams, GetAccountStatsParams, GetAccountStatusParams, UpdateAccountInfoParams, UpdateAccountSocialParams, GetTasksParams, GetPostsParams, CreateSlideshowParams, GetPostStatsParams, GetPostStatusParams, CreateVideoParams, RefreshStatsParams, RefreshStatsResponse, RefreshStatsError, DailyAggregatedStat, GetDailyAggregatedStatsParams, DailyPostStat, GetDailyPostStatsParams, TopAccount, GetTopAccountsParams, TopPost, GetTopPostsParams, MediaType, NodePort, ResolvedPorts, NodeControlConfig, NodeTypeEnum, WorkflowNodeDefinition, WorkflowDefinition, CanvasState, TemplateNode, AutomationTemplate, AutomationRun, NodeRun, ExecutorNode, ExecutionEdge, OutputSchemaProperty, SelectionMode, ExhaustionBehavior, SelectionConfig, SelectionState, OutputMode, NodeOutputValues, OutputInput, OutputNodeConfig, ManualTriggerOutput, ManualTriggerNodeConfig, TriggerIterationMode, IterationExhaustionBehavior, CollectionSelectionMode, TriggerCollectionConfig, DayOfWeek, RecurrenceMediaOutput, RecurrenceMediaConfig, RecurrenceNodeConfig, AccountNodeConfig, MediaNodeEnabledType, RecurrenceMediaEnabledType, MediaNodeOutput, MediaNodeConfig, PostSchedulingMode, PostSchedulingConfig, AutoPostMode, AutoPostInputType, AutoPostInput, AutoPostNodeConfig, SaveToMediaInput, SaveToMediaNodeConfig, DeduplicateNodeConfig, ForEachOutputProperty, ForEachInputPort, ForEachNodeConfig, RandomValueType, RandomInputPort, RandomNodeMode, RandomNodeConfig, IfLogicOperator, IfBooleanInput, IfPassthroughInput, IfNodeConfig, RandomRouteBranch, RandomRoutePassthroughInput, RandomRouteObjectField, RandomRouteNodeConfig, VideoImportPlatform, VideoImportQuality, VideoImportNodeConfig, AutoCaptionPreset, AutoCaptionFontWeight, AutoCaptionPosition, AutoCaptionNodeConfig, ScreenshotAnimationNodeConfig, VideoGenerationNodeConfig, ArrayType, PortType, LLMOutputField, LLMNodeConfig, UserMedia, SocialAudio, Media, GetMediaParams, CreateSocialAudioParams, UploadMediaParams, UploadMediaResponse, UpdateMediaTagParams, DeleteMediaParams, DeleteMediaResponse, CreateMediaFromUrlParams, ImportTextParams, ImportTextResponse, Comment, CommentStatus, CreateCommentParams, CreateCommentResponse, GetCommentsParams, ValidationErrorType, ValidationError, ExportedNode, ExportedConnection, ExportedTemplate, AutomationExport, ExportedExecutor, ExportedEdge, ExportedRun, AutomationRunExport, } from './types';
|
|
21
|
+
export type { SuccessResponse, ErrorResponse, ApiResponse, Account, AccountStat, AccountTask, EditProfileInfo, Task, TaskType, Post, PostType, PostStatus, PostStat, ApiKey, EditorConfig, VideoEditorNodeConfig, VideoEditorChannel, VideoEditorSegment, VideoEditorVideoSegment, VideoEditorAudioSegment, VideoEditorImageSegment, VideoEditorTextSegment, TimeMode, SegmentTimelinePosition, ImageEditorNodeConfig, ImageEditorElement, ImageEditorNodeInput, ImageEditorNodeOutput, DimensionPresetKey, EditorChannel, TimeValue, BaseSegmentProps, VisualSegmentProps, EditorSegment, VideoSegment, AudioSegment, ImageSegment, TextSegment, StaticSegment, PositionAnchor, RelativePositionConfig, GetAccountsParams, GetAccountStatsParams, GetAccountStatusParams, UpdateAccountInfoParams, UpdateAccountSocialParams, GetTasksParams, GetPostsParams, CreateSlideshowParams, GetPostStatsParams, GetPostStatusParams, CreateVideoParams, RefreshStatsParams, RefreshStatsResponse, RefreshStatsError, DailyAggregatedStat, GetDailyAggregatedStatsParams, DailyPostStat, GetDailyPostStatsParams, TopAccount, GetTopAccountsParams, TopPost, GetTopPostsParams, MediaType, NodePort, ResolvedPorts, NodeControlConfig, NodeTypeEnum, WorkflowNodeDefinition, WorkflowDefinition, CanvasState, TemplateNode, AutomationTemplate, AutomationRun, NodeRun, ExecutorNode, ExecutionEdge, OutputSchemaProperty, SelectionMode, ExhaustionBehavior, SelectionConfig, SelectionState, OutputMode, NodeOutputValues, OutputInput, OutputNodeConfig, ManualTriggerOutput, ManualTriggerNodeConfig, TriggerIterationMode, IterationExhaustionBehavior, CollectionSelectionMode, TriggerCollectionConfig, DayOfWeek, RecurrenceMediaOutput, RecurrenceMediaConfig, RecurrenceNodeConfig, AccountNodeConfig, MediaNodeEnabledType, RecurrenceMediaEnabledType, MediaNodeOutput, MediaNodeConfig, PostSchedulingMode, PostSchedulingConfig, AutoPostMode, AutoPostInputType, AutoPostInput, AutoPostNodeConfig, SaveToMediaInput, SaveToMediaNodeConfig, DeduplicateNodeConfig, ForEachOutputProperty, ForEachInputPort, ForEachNodeConfig, RandomValueType, RandomInputPort, RandomNodeMode, RandomNodeConfig, IfLogicOperator, IfBooleanInput, IfPassthroughInput, IfNodeConfig, RandomRouteBranch, RandomRoutePassthroughInput, RandomRouteObjectField, RandomRouteNodeConfig, VideoImportPlatform, VideoImportQuality, VideoImportNodeConfig, AutoCaptionPreset, AutoCaptionFontWeight, AutoCaptionPosition, AutoCaptionNodeConfig, ScreenshotAnimationNodeConfig, VideoGenerationNodeConfig, ArrayType, PortType, LLMOutputField, LLMNodeConfig, UserMedia, SocialAudio, Media, MediaUse, GetMediaParams, CreateSocialAudioParams, UploadMediaParams, UploadMediaResponse, UpdateMediaTagParams, DeleteMediaParams, DeleteMediaResponse, CreateMediaFromUrlParams, ImportTextParams, ImportTextResponse, GetMediaUseParams, GetMediaUseResponse, Comment, CommentStatus, CreateCommentParams, CreateCommentResponse, GetCommentsParams, ValidationErrorType, ValidationError, ExportedNode, ExportedConnection, ExportedTemplate, AutomationExport, ExportedExecutor, ExportedEdge, ExportedRun, AutomationRunExport, } from './types';
|
package/dist/media.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseClient } from './base';
|
|
2
|
-
import type { Media, SocialAudio, GetMediaParams, GetSocialAudioParams, UploadMediaResponse, UpdateMediaTagParams, UpdateMediaTagsParams, UpdateMediaTagsResponse, DeleteMediaParams, DeleteMediaResponse, CreateMediaFromUrlParams, CreateSocialAudioParams, GetUploadTokenParams, UploadTokenResponse, ImportTextParams, ImportTextResponse, ApiResponse } from './types';
|
|
2
|
+
import type { Media, SocialAudio, GetMediaParams, GetSocialAudioParams, UploadMediaResponse, UpdateMediaTagParams, UpdateMediaTagsParams, UpdateMediaTagsResponse, DeleteMediaParams, DeleteMediaResponse, CreateMediaFromUrlParams, CreateSocialAudioParams, GetUploadTokenParams, UploadTokenResponse, ImportTextParams, ImportTextResponse, GetMediaUseParams, GetMediaUseResponse, ApiResponse } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Client for managing media files
|
|
5
5
|
*/
|
|
@@ -53,4 +53,10 @@ export declare class MediaClient extends BaseClient {
|
|
|
53
53
|
* Creates text media entries from raw text content
|
|
54
54
|
*/
|
|
55
55
|
importText(params: ImportTextParams): Promise<ApiResponse<ImportTextResponse>>;
|
|
56
|
+
/**
|
|
57
|
+
* Get media use entries by name
|
|
58
|
+
* Returns source_ids of media that have the specified use case
|
|
59
|
+
* @param params.name - Use case identifier (e.g., "klipy")
|
|
60
|
+
*/
|
|
61
|
+
getMediaUse(params: GetMediaUseParams): Promise<ApiResponse<GetMediaUseResponse>>;
|
|
56
62
|
}
|
package/dist/media.js
CHANGED
|
@@ -73,5 +73,13 @@ class MediaClient extends base_1.BaseClient {
|
|
|
73
73
|
async importText(params) {
|
|
74
74
|
return this.post('/media/create/text', params);
|
|
75
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* Get media use entries by name
|
|
78
|
+
* Returns source_ids of media that have the specified use case
|
|
79
|
+
* @param params.name - Use case identifier (e.g., "klipy")
|
|
80
|
+
*/
|
|
81
|
+
async getMediaUse(params) {
|
|
82
|
+
return this.post('/media/use', params);
|
|
83
|
+
}
|
|
76
84
|
}
|
|
77
85
|
exports.MediaClient = MediaClient;
|
package/dist/types.d.ts
CHANGED
|
@@ -1606,11 +1606,17 @@ export interface UserMedia {
|
|
|
1606
1606
|
url: string | null;
|
|
1607
1607
|
preview_url: string | null;
|
|
1608
1608
|
content: string | null;
|
|
1609
|
-
source: string | null;
|
|
1610
1609
|
source_id: string | null;
|
|
1611
1610
|
created_at: string;
|
|
1612
1611
|
media_type: 'user_media';
|
|
1613
1612
|
}
|
|
1613
|
+
export interface MediaUse {
|
|
1614
|
+
id: string;
|
|
1615
|
+
user_media_id: string;
|
|
1616
|
+
name: string;
|
|
1617
|
+
source_id: string | null;
|
|
1618
|
+
created_at: string;
|
|
1619
|
+
}
|
|
1614
1620
|
export interface SocialAudio {
|
|
1615
1621
|
id: string;
|
|
1616
1622
|
org_id: string;
|
|
@@ -1700,8 +1706,15 @@ export interface CreateMediaFromUrlParams {
|
|
|
1700
1706
|
names?: string[];
|
|
1701
1707
|
previewUrls?: (string | undefined)[];
|
|
1702
1708
|
tag?: string;
|
|
1703
|
-
source?: string;
|
|
1704
1709
|
sourceIds?: string[];
|
|
1710
|
+
useName?: string;
|
|
1711
|
+
}
|
|
1712
|
+
export interface GetMediaUseParams {
|
|
1713
|
+
name: string;
|
|
1714
|
+
}
|
|
1715
|
+
export interface GetMediaUseResponse {
|
|
1716
|
+
sourceIds: string[];
|
|
1717
|
+
entries: MediaUse[];
|
|
1705
1718
|
}
|
|
1706
1719
|
export interface GetUploadTokenParams {
|
|
1707
1720
|
filename: string;
|