ugcinc 3.32.2 → 3.32.3

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.
@@ -313,6 +313,27 @@ function getAllNodes() {
313
313
  },
314
314
  ],
315
315
  },
316
+ {
317
+ type: "screenshot-animation",
318
+ label: "Screenshot Animation",
319
+ description: "Create an iPhone screenshot animation from an image",
320
+ category: "Generation",
321
+ nodeCategory: "generator",
322
+ inputs: [
323
+ {
324
+ id: "image",
325
+ type: "image",
326
+ required: true,
327
+ },
328
+ ],
329
+ outputs: [
330
+ {
331
+ id: "output",
332
+ type: "video",
333
+ required: true,
334
+ },
335
+ ],
336
+ },
316
337
  {
317
338
  type: "sub-agent",
318
339
  label: "Sub-Agent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.32.2",
3
+ "version": "3.32.3",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",