ugcinc 4.1.2 → 4.1.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.
@@ -36,9 +36,9 @@ declare const definition: import("./types").NodeDefinition<"generator", {
36
36
  width: number;
37
37
  height: number;
38
38
  aspectRatio: string;
39
- dimensionPreset: string;
40
- backgroundType: string;
41
- elements: never[];
39
+ dimensionPreset: DimensionPresetKey;
40
+ backgroundType: "image";
41
+ elements: ImageEditorElement[];
42
42
  };
43
43
  outputMode: "per-input";
44
44
  selectionMode: null;
@@ -148,9 +148,9 @@ export declare const nodeDefinitions: {
148
148
  width: number;
149
149
  height: number;
150
150
  aspectRatio: string;
151
- dimensionPreset: string;
152
- backgroundType: string;
153
- elements: never[];
151
+ dimensionPreset: import("../..").DimensionPresetKey;
152
+ backgroundType: "image";
153
+ elements: import("../..").ImageEditorElement[];
154
154
  };
155
155
  outputMode: "per-input";
156
156
  selectionMode: null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugcinc",
3
- "version": "4.1.2",
3
+ "version": "4.1.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",