ugcinc 3.39.0 → 3.40.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 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1215,7 +1215,7 @@ export interface ForEachOutputProperty {
1215
1215
  /** The property path to extract from each item (e.g., "startMs", "data.value"). Empty string means the whole element. */
1216
1216
  propertyPath: string;
1217
1217
  /** The output type for the port */
1218
- type: 'text' | 'object' | 'image' | 'video' | 'audio';
1218
+ type: 'text' | 'object' | 'image' | 'video' | 'audio' | 'account' | 'social_audio';
1219
1219
  }
1220
1220
  /**
1221
1221
  * For-each input port configuration
@@ -1228,7 +1228,7 @@ export interface ForEachInputPort {
1228
1228
  /** Display title for the port */
1229
1229
  title: string;
1230
1230
  /** The port type */
1231
- type: 'image' | 'video' | 'audio' | 'text' | 'object' | 'account';
1231
+ type: 'image' | 'video' | 'audio' | 'text' | 'object' | 'account' | 'social_audio';
1232
1232
  }
1233
1233
  /**
1234
1234
  * For-each node configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.39.0",
3
+ "version": "3.40.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",