ugcinc 2.33.0 → 2.34.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 +0 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -666,7 +666,6 @@ export interface WorkflowNodeDefinition {
666
666
  selectionState?: SelectionState;
667
667
  outputMode?: OutputMode;
668
668
  variableType?: 'image' | 'video' | 'audio' | 'text';
669
- variableName?: string;
670
669
  defaultValue?: string;
671
670
  };
672
671
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.33.0",
3
+ "version": "2.34.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",