ugcinc 2.87.11 → 2.87.13

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.
@@ -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
  {
@@ -345,14 +345,7 @@ function getAllNodes() {
345
345
  required: false,
346
346
  },
347
347
  ],
348
- outputs: [
349
- {
350
- id: "postUrl",
351
- title: "post-url",
352
- type: "text",
353
- required: true,
354
- },
355
- ],
348
+ outputs: [],
356
349
  },
357
350
  {
358
351
  type: "post-slideshow",
@@ -376,7 +369,7 @@ function getAllNodes() {
376
369
  {
377
370
  id: "socialAudio",
378
371
  title: "social-audio",
379
- type: "audio",
372
+ type: "social_audio",
380
373
  required: false,
381
374
  },
382
375
  {
@@ -386,14 +379,7 @@ function getAllNodes() {
386
379
  required: false,
387
380
  },
388
381
  ],
389
- outputs: [
390
- {
391
- id: "postUrl",
392
- title: "post-url",
393
- type: "text",
394
- required: true,
395
- },
396
- ],
382
+ outputs: [],
397
383
  },
398
384
  {
399
385
  type: "save-to-media",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.87.11",
3
+ "version": "2.87.13",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",