ugcinc 2.65.0 → 2.65.1

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 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -733,6 +733,7 @@ export interface WorkflowNodeDefinition {
733
733
  label: string;
734
734
  value: string;
735
735
  }>;
736
+ dropdownMode?: 'manual' | 'from_input';
736
737
  workflowTemplateId?: string;
737
738
  workflowVariableNameToIdMap?: Record<string, string>;
738
739
  workflowPassThrough?: Record<string, boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.65.0",
3
+ "version": "2.65.1",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",