ugcinc 3.49.0 → 3.50.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 +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1248,7 +1248,7 @@ export interface ForEachNodeConfig {
1248
1248
  /**
1249
1249
  * Random node value type - determines the type for all inputs and outputs
1250
1250
  */
1251
- export type RandomValueType = 'image' | 'video' | 'audio' | 'text' | 'object' | 'account';
1251
+ export type RandomValueType = 'image' | 'video' | 'audio' | 'text' | 'object' | 'account' | 'boolean';
1252
1252
  /**
1253
1253
  * Random node input port configuration (for multi-input mode)
1254
1254
  * Each input has an associated probability weight
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.49.0",
3
+ "version": "3.50.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",