ugcinc 3.82.0 → 3.83.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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1442,6 +1442,8 @@ export interface BranchNodeConfig {
1442
1442
  passthroughInputs: BranchPassthroughInput[];
1443
1443
  /** Optional default branch key if no match is found */
1444
1444
  defaultBranchKey?: string;
1445
+ /** Output mode - 'single' broadcasts one output to all consumers, 'per-input' creates one per consumer */
1446
+ outputMode?: OutputMode;
1445
1447
  }
1446
1448
  /**
1447
1449
  * Supported platforms for video import
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.82.0",
3
+ "version": "3.83.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",