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.
@@ -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
  {
@@ -335,7 +335,7 @@ function getAllNodes() {
335
335
  {
336
336
  id: "socialAudio",
337
337
  title: "social-audio",
338
- type: "audio",
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: "audio",
372
+ type: "social_audio",
373
373
  required: false,
374
374
  },
375
375
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.87.12",
3
+ "version": "2.87.14",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",