ugcinc 2.87.10 → 2.87.11
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 +12 -12
- package/package.json +1 -1
package/dist/automations.js
CHANGED
|
@@ -316,31 +316,31 @@ function getAllNodes() {
|
|
|
316
316
|
inputs: [
|
|
317
317
|
{
|
|
318
318
|
id: "video",
|
|
319
|
-
title: "
|
|
319
|
+
title: "video",
|
|
320
320
|
type: "video",
|
|
321
321
|
required: true,
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
id: "account",
|
|
325
|
-
title: "
|
|
325
|
+
title: "account",
|
|
326
326
|
type: "account",
|
|
327
327
|
required: true,
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
id: "caption",
|
|
331
|
-
title: "
|
|
331
|
+
title: "caption",
|
|
332
332
|
type: "text",
|
|
333
333
|
required: false,
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
id: "socialAudio",
|
|
337
|
-
title: "
|
|
337
|
+
title: "social-audio",
|
|
338
338
|
type: "audio",
|
|
339
339
|
required: false,
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
id: "postDate",
|
|
343
|
-
title: "
|
|
343
|
+
title: "post-date",
|
|
344
344
|
type: "date",
|
|
345
345
|
required: false,
|
|
346
346
|
},
|
|
@@ -348,7 +348,7 @@ function getAllNodes() {
|
|
|
348
348
|
outputs: [
|
|
349
349
|
{
|
|
350
350
|
id: "postUrl",
|
|
351
|
-
title: "
|
|
351
|
+
title: "post-url",
|
|
352
352
|
type: "text",
|
|
353
353
|
required: true,
|
|
354
354
|
},
|
|
@@ -359,29 +359,29 @@ function getAllNodes() {
|
|
|
359
359
|
label: "Post Slideshow",
|
|
360
360
|
description: "Post a slideshow to social media",
|
|
361
361
|
category: "Output",
|
|
362
|
-
// Dynamic inputs based on
|
|
362
|
+
// Dynamic inputs based on postSlideshowConfig.inputs
|
|
363
363
|
inputs: [
|
|
364
364
|
{
|
|
365
365
|
id: "account",
|
|
366
|
-
title: "
|
|
366
|
+
title: "account",
|
|
367
367
|
type: "account",
|
|
368
368
|
required: true,
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
id: "caption",
|
|
372
|
-
title: "
|
|
372
|
+
title: "caption",
|
|
373
373
|
type: "text",
|
|
374
374
|
required: false,
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
id: "socialAudio",
|
|
378
|
-
title: "
|
|
378
|
+
title: "social-audio",
|
|
379
379
|
type: "audio",
|
|
380
380
|
required: false,
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
id: "postDate",
|
|
384
|
-
title: "
|
|
384
|
+
title: "post-date",
|
|
385
385
|
type: "date",
|
|
386
386
|
required: false,
|
|
387
387
|
},
|
|
@@ -389,7 +389,7 @@ function getAllNodes() {
|
|
|
389
389
|
outputs: [
|
|
390
390
|
{
|
|
391
391
|
id: "postUrl",
|
|
392
|
-
title: "
|
|
392
|
+
title: "post-url",
|
|
393
393
|
type: "text",
|
|
394
394
|
required: true,
|
|
395
395
|
},
|