ugcinc 2.87.2 → 2.87.3

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 +4 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -904,6 +904,10 @@ export interface WorkflowNodeDefinition {
904
904
  workflowVariableNameToIdMap?: Record<string, string>;
905
905
  workflowPassThrough?: Record<string, boolean>;
906
906
  outputConfig?: OutputNodeConfig;
907
+ accountConfig?: AccountNodeConfig;
908
+ postVideoConfig?: PostVideoNodeConfig;
909
+ postSlideshowConfig?: PostSlideshowNodeConfig;
910
+ saveToMediaConfig?: SaveToMediaNodeConfig;
907
911
  };
908
912
  }
909
913
  export interface OutputInput {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.87.2",
3
+ "version": "2.87.3",
4
4
  "description": "TypeScript/JavaScript client for the UGC Inc API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",