ugcinc 2.73.2 → 2.73.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.
@@ -52,4 +52,6 @@ export interface OutputNodeConfig {
52
52
  saveToMedia: boolean;
53
53
  globalTag?: string;
54
54
  makeUnique: boolean;
55
+ createPost?: boolean;
56
+ requireReview?: boolean;
55
57
  }
package/dist/types.d.ts CHANGED
@@ -826,6 +826,8 @@ export interface OutputNodeConfig {
826
826
  saveToMedia: boolean;
827
827
  globalTag?: string;
828
828
  makeUnique: boolean;
829
+ createPost?: boolean;
830
+ requireReview?: boolean;
829
831
  }
830
832
  export interface CanvasState {
831
833
  zoom: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "2.73.2",
3
+ "version": "2.73.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",