ugcinc 2.87.13 → 2.87.15
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 +3 -3
- 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
|
{
|
|
@@ -297,7 +297,7 @@ function getAllNodes() {
|
|
|
297
297
|
type: "output",
|
|
298
298
|
label: "Output",
|
|
299
299
|
description: "Final output of the automation",
|
|
300
|
-
category: "
|
|
300
|
+
category: "Templated Generation",
|
|
301
301
|
inputs: [
|
|
302
302
|
{
|
|
303
303
|
id: "result",
|