ugcinc 3.2.1 → 3.2.2

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
@@ -944,7 +944,6 @@ export interface OutputNodeConfig {
944
944
  */
945
945
  export interface ManualTriggerOutput {
946
946
  id: string;
947
- title: string;
948
947
  type: 'image' | 'video' | 'audio' | 'text' | 'social_audio' | 'account';
949
948
  /** Whether this variable is optional (default: false = required) */
950
949
  optional?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",