ugcinc 3.2.1 → 3.2.2
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 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -944,7 +944,6 @@ export interface OutputNodeConfig {
|
|
|
944
944
|
*/
|
|
945
945
|
export interface ManualTriggerOutput {
|
|
946
946
|
id: string;
|
|
947
|
-
title: string;
|
|
948
947
|
type: 'image' | 'video' | 'audio' | 'text' | 'social_audio' | 'account';
|
|
949
948
|
/** Whether this variable is optional (default: false = required) */
|
|
950
949
|
optional?: boolean;
|