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.
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.53.0",
3
+ "version": "3.54.0",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",