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.
@@ -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: "Input",
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: "Input",
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: "Output",
300
+ category: "Templated Generation",
301
301
  inputs: [
302
302
  {
303
303
  id: "result",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.87.13",
3
+ "version": "2.87.15",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",