ugcinc 3.53.0 → 3.54.0
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 +19 -0
- package/package.json +1 -1
package/dist/automations.js
CHANGED
|
@@ -396,6 +396,25 @@ function getAllNodes() {
|
|
|
396
396
|
},
|
|
397
397
|
],
|
|
398
398
|
},
|
|
399
|
+
{
|
|
400
|
+
type: "create-dm",
|
|
401
|
+
label: "Create DM",
|
|
402
|
+
description: "Create fake DM screenshots for iMessage or Instagram",
|
|
403
|
+
category: "Generation",
|
|
404
|
+
nodeCategory: "generator",
|
|
405
|
+
// Dynamic inputs based on createDmConfig:
|
|
406
|
+
// - profilePic (image, if profilePicIsVariable)
|
|
407
|
+
// - messages (object, if messagesSource === 'input')
|
|
408
|
+
// - imageAttachment (image, if imageAttachmentIsVariable)
|
|
409
|
+
inputs: [],
|
|
410
|
+
outputs: [
|
|
411
|
+
{
|
|
412
|
+
id: "output",
|
|
413
|
+
type: "image",
|
|
414
|
+
required: true,
|
|
415
|
+
},
|
|
416
|
+
],
|
|
417
|
+
},
|
|
399
418
|
{
|
|
400
419
|
type: "deduplicate",
|
|
401
420
|
label: "Mass Repost",
|