ugcinc 2.87.12 → 2.87.14
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.js +4 -4
- package/package.json +1 -1
package/dist/automations.js
CHANGED
|
@@ -187,7 +187,7 @@ function getAllNodes() {
|
|
|
187
187
|
type: "image-editor",
|
|
188
188
|
label: "Image Editor",
|
|
189
189
|
description: "Edit and transform images",
|
|
190
|
-
category: "
|
|
190
|
+
category: "Templated Generation",
|
|
191
191
|
inputs: [
|
|
192
192
|
{
|
|
193
193
|
id: "background",
|
|
@@ -209,7 +209,7 @@ function getAllNodes() {
|
|
|
209
209
|
type: "video-editor",
|
|
210
210
|
label: "Video Editor",
|
|
211
211
|
description: "Edit and transform videos",
|
|
212
|
-
category: "
|
|
212
|
+
category: "Templated Generation",
|
|
213
213
|
inputs: [], // Dynamic inputs based on segments in editor config
|
|
214
214
|
outputs: [
|
|
215
215
|
{
|
|
@@ -335,7 +335,7 @@ function getAllNodes() {
|
|
|
335
335
|
{
|
|
336
336
|
id: "socialAudio",
|
|
337
337
|
title: "social-audio",
|
|
338
|
-
type: "
|
|
338
|
+
type: "social_audio",
|
|
339
339
|
required: false,
|
|
340
340
|
},
|
|
341
341
|
{
|
|
@@ -369,7 +369,7 @@ function getAllNodes() {
|
|
|
369
369
|
{
|
|
370
370
|
id: "socialAudio",
|
|
371
371
|
title: "social-audio",
|
|
372
|
-
type: "
|
|
372
|
+
type: "social_audio",
|
|
373
373
|
required: false,
|
|
374
374
|
},
|
|
375
375
|
{
|