ugcinc 3.83.0 → 3.84.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -1259,7 +1259,7 @@ export interface ForEachOutputProperty {
1259
1259
  /** The property path to extract from each item (e.g., "startMs", "data.value"). Empty string means the whole element. */
1260
1260
  propertyPath: string;
1261
1261
  /** The output type for the port */
1262
- type: 'text' | 'object' | 'image' | 'video' | 'audio' | 'account' | 'social_audio' | 'boolean';
1262
+ type: 'text' | 'object' | 'object[]' | 'image' | 'video' | 'audio' | 'account' | 'social_audio' | 'boolean';
1263
1263
  }
1264
1264
  /**
1265
1265
  * For-each input port configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.83.0",
3
+ "version": "3.84.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",
@@ -21,7 +21,7 @@
21
21
  "author": "UGC Inc",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "ugcinc": "^3.79.0",
24
+ "ugcinc": "^3.83.0",
25
25
  "zod": "^3.23.0"
26
26
  },
27
27
  "peerDependencies": {