ugcinc 3.79.0 → 3.80.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.
@@ -513,7 +513,7 @@ function getAllNodes() {
513
513
  inputs: [
514
514
  {
515
515
  id: "array",
516
- type: "object",
516
+ type: ["image[]", "video[]", "audio[]", "text[]", "object[]"],
517
517
  required: true,
518
518
  },
519
519
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.79.0",
3
+ "version": "3.80.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",
@@ -21,7 +21,7 @@
21
21
  "author": "UGC Inc",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "ugcinc": "^3.70.0",
24
+ "ugcinc": "^3.79.0",
25
25
  "zod": "^3.23.0"
26
26
  },
27
27
  "peerDependencies": {