ugcinc 2.87.7 → 2.87.8
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/types.d.ts +0 -7
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -914,16 +914,9 @@ export interface OutputInput {
|
|
|
914
914
|
id: string;
|
|
915
915
|
title: string;
|
|
916
916
|
type: 'image' | 'video' | 'audio' | 'social_audio' | 'text';
|
|
917
|
-
tag?: string;
|
|
918
917
|
}
|
|
919
918
|
export interface OutputNodeConfig {
|
|
920
919
|
inputs: OutputInput[];
|
|
921
|
-
saveToMedia: boolean;
|
|
922
|
-
globalTag?: string;
|
|
923
|
-
makeUnique: boolean;
|
|
924
|
-
createPost?: boolean;
|
|
925
|
-
requireReview?: boolean;
|
|
926
|
-
mainPreviewInputId?: string;
|
|
927
920
|
}
|
|
928
921
|
/**
|
|
929
922
|
* Account node configuration - source node for selecting accounts to post from
|