@genfeedai/types 0.2.2 → 0.3.0

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 (48) hide show
  1. package/dist/{chunk-KXAKQO3U.js → chunk-74STGUJY.js} +2 -0
  2. package/dist/chunk-74STGUJY.js.map +1 -0
  3. package/dist/{chunk-WT2F5CAF.mjs → chunk-CVFAILC4.mjs} +2 -0
  4. package/dist/chunk-CVFAILC4.mjs.map +1 -0
  5. package/dist/chunk-DVR3GE4F.js +4 -0
  6. package/dist/chunk-DVR3GE4F.js.map +1 -0
  7. package/dist/chunk-G2BD5ZTF.mjs +3 -0
  8. package/dist/chunk-G2BD5ZTF.mjs.map +1 -0
  9. package/dist/{chunk-P4XY3T5T.js → chunk-MRTGK3CK.js} +601 -578
  10. package/dist/chunk-MRTGK3CK.js.map +1 -0
  11. package/dist/{chunk-QNWQE2LJ.mjs → chunk-ZMENGANG.mjs} +601 -578
  12. package/dist/chunk-ZMENGANG.mjs.map +1 -0
  13. package/dist/comfyui.d.mts +44 -44
  14. package/dist/comfyui.d.ts +44 -44
  15. package/dist/comfyui.js +3 -1
  16. package/dist/comfyui.js.map +1 -0
  17. package/dist/comfyui.mjs +3 -1
  18. package/dist/comfyui.mjs.map +1 -0
  19. package/dist/index.d.mts +341 -3
  20. package/dist/index.d.ts +341 -3
  21. package/dist/index.js +28 -26
  22. package/dist/index.js.map +1 -0
  23. package/dist/index.mjs +11 -9
  24. package/dist/index.mjs.map +1 -0
  25. package/dist/nodes.d.mts +2 -2
  26. package/dist/nodes.d.ts +2 -2
  27. package/dist/nodes.js +15 -13
  28. package/dist/nodes.js.map +1 -0
  29. package/dist/nodes.mjs +3 -1
  30. package/dist/nodes.mjs.map +1 -0
  31. package/dist/replicate.js +2 -0
  32. package/dist/replicate.js.map +1 -0
  33. package/dist/replicate.mjs +2 -0
  34. package/dist/replicate.mjs.map +1 -0
  35. package/dist/{union-BVaWc1Cx.d.mts → union-D5EesBEB.d.mts} +142 -142
  36. package/dist/{union-BVaWc1Cx.d.ts → union-D5EesBEB.d.ts} +142 -142
  37. package/dist/{workflow-B_Q38s-U.d.ts → workflow-Cd_F9hZk.d.ts} +1 -1
  38. package/dist/{workflow-BbAp7VSK.d.mts → workflow-D9M1Yoiy.d.mts} +1 -1
  39. package/dist/workflow.d.mts +2 -2
  40. package/dist/workflow.d.ts +2 -2
  41. package/dist/workflow.js +4 -2
  42. package/dist/workflow.js.map +1 -0
  43. package/dist/workflow.mjs +3 -1
  44. package/dist/workflow.mjs.map +1 -0
  45. package/package.json +37 -37
  46. package/src/replicate/schemas.json +319 -319
  47. package/dist/chunk-7NJUD2WZ.mjs +0 -1
  48. package/dist/chunk-RNGYPX4W.js +0 -2
package/dist/nodes.js CHANGED
@@ -1,54 +1,56 @@
1
1
  'use strict';
2
2
 
3
- var chunkP4XY3T5T_js = require('./chunk-P4XY3T5T.js');
3
+ var chunkMRTGK3CK_js = require('./chunk-MRTGK3CK.js');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "CONNECTION_RULES", {
8
8
  enumerable: true,
9
- get: function () { return chunkP4XY3T5T_js.CONNECTION_RULES; }
9
+ get: function () { return chunkMRTGK3CK_js.CONNECTION_RULES; }
10
10
  });
11
11
  Object.defineProperty(exports, "HandleTypeEnum", {
12
12
  enumerable: true,
13
- get: function () { return chunkP4XY3T5T_js.HandleTypeEnum; }
13
+ get: function () { return chunkMRTGK3CK_js.HandleTypeEnum; }
14
14
  });
15
15
  Object.defineProperty(exports, "KlingQuality", {
16
16
  enumerable: true,
17
- get: function () { return chunkP4XY3T5T_js.KlingQuality; }
17
+ get: function () { return chunkMRTGK3CK_js.KlingQuality; }
18
18
  });
19
19
  Object.defineProperty(exports, "ModelCapabilityEnum", {
20
20
  enumerable: true,
21
- get: function () { return chunkP4XY3T5T_js.ModelCapabilityEnum; }
21
+ get: function () { return chunkMRTGK3CK_js.ModelCapabilityEnum; }
22
22
  });
23
23
  Object.defineProperty(exports, "ModelUseCaseEnum", {
24
24
  enumerable: true,
25
- get: function () { return chunkP4XY3T5T_js.ModelUseCaseEnum; }
25
+ get: function () { return chunkMRTGK3CK_js.ModelUseCaseEnum; }
26
26
  });
27
27
  Object.defineProperty(exports, "NODE_DEFINITIONS", {
28
28
  enumerable: true,
29
- get: function () { return chunkP4XY3T5T_js.NODE_DEFINITIONS; }
29
+ get: function () { return chunkMRTGK3CK_js.NODE_DEFINITIONS; }
30
30
  });
31
31
  Object.defineProperty(exports, "NODE_ORDER", {
32
32
  enumerable: true,
33
- get: function () { return chunkP4XY3T5T_js.NODE_ORDER; }
33
+ get: function () { return chunkMRTGK3CK_js.NODE_ORDER; }
34
34
  });
35
35
  Object.defineProperty(exports, "NodeCategoryEnum", {
36
36
  enumerable: true,
37
- get: function () { return chunkP4XY3T5T_js.NodeCategoryEnum; }
37
+ get: function () { return chunkMRTGK3CK_js.NodeCategoryEnum; }
38
38
  });
39
39
  Object.defineProperty(exports, "NodeStatusEnum", {
40
40
  enumerable: true,
41
- get: function () { return chunkP4XY3T5T_js.NodeStatusEnum; }
41
+ get: function () { return chunkMRTGK3CK_js.NodeStatusEnum; }
42
42
  });
43
43
  Object.defineProperty(exports, "NodeTypeEnum", {
44
44
  enumerable: true,
45
- get: function () { return chunkP4XY3T5T_js.NodeTypeEnum; }
45
+ get: function () { return chunkMRTGK3CK_js.NodeTypeEnum; }
46
46
  });
47
47
  Object.defineProperty(exports, "ProviderTypeEnum", {
48
48
  enumerable: true,
49
- get: function () { return chunkP4XY3T5T_js.ProviderTypeEnum; }
49
+ get: function () { return chunkMRTGK3CK_js.ProviderTypeEnum; }
50
50
  });
51
51
  Object.defineProperty(exports, "getNodesByCategory", {
52
52
  enumerable: true,
53
- get: function () { return chunkP4XY3T5T_js.getNodesByCategory; }
53
+ get: function () { return chunkMRTGK3CK_js.getNodesByCategory; }
54
54
  });
55
+ //# sourceMappingURL=nodes.js.map
56
+ //# sourceMappingURL=nodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"nodes.js"}
package/dist/nodes.mjs CHANGED
@@ -1 +1,3 @@
1
- export { CONNECTION_RULES, HandleTypeEnum, KlingQuality, ModelCapabilityEnum, ModelUseCaseEnum, NODE_DEFINITIONS, NODE_ORDER, NodeCategoryEnum, NodeStatusEnum, NodeTypeEnum, ProviderTypeEnum, getNodesByCategory } from './chunk-QNWQE2LJ.mjs';
1
+ export { CONNECTION_RULES, HandleTypeEnum, KlingQuality, ModelCapabilityEnum, ModelUseCaseEnum, NODE_DEFINITIONS, NODE_ORDER, NodeCategoryEnum, NodeStatusEnum, NodeTypeEnum, ProviderTypeEnum, getNodesByCategory } from './chunk-ZMENGANG.mjs';
2
+ //# sourceMappingURL=nodes.mjs.map
3
+ //# sourceMappingURL=nodes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"nodes.mjs"}
package/dist/replicate.js CHANGED
@@ -1,2 +1,4 @@
1
1
  'use strict';
2
2
 
3
+ //# sourceMappingURL=replicate.js.map
4
+ //# sourceMappingURL=replicate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"replicate.js"}
@@ -1 +1,3 @@
1
1
 
2
+ //# sourceMappingURL=replicate.mjs.map
3
+ //# sourceMappingURL=replicate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"replicate.mjs"}
@@ -46,74 +46,6 @@ declare enum ProcessingNodeType {
46
46
  WORKFLOW_REF = "workflowRef"
47
47
  }
48
48
 
49
- declare enum HandleTypeEnum {
50
- IMAGE = "image",
51
- TEXT = "text",
52
- VIDEO = "video",
53
- NUMBER = "number",
54
- AUDIO = "audio"
55
- }
56
- type HandleType = `${HandleTypeEnum}`;
57
- interface HandleDefinition {
58
- id: string;
59
- type: HandleType;
60
- label: string;
61
- multiple?: boolean;
62
- required?: boolean;
63
- /** True if handle was dynamically generated from model schema */
64
- fromSchema?: boolean;
65
- }
66
- declare const CONNECTION_RULES: Record<HandleType, HandleType[]>;
67
-
68
- declare enum ProviderTypeEnum {
69
- REPLICATE = "replicate",
70
- FAL = "fal",
71
- HUGGINGFACE = "huggingface",
72
- GENFEED_AI = "genfeed-ai"
73
- }
74
- type ProviderType = `${ProviderTypeEnum}`;
75
- declare enum ModelCapabilityEnum {
76
- TEXT_TO_IMAGE = "text-to-image",
77
- IMAGE_TO_IMAGE = "image-to-image",
78
- TEXT_TO_VIDEO = "text-to-video",
79
- IMAGE_TO_VIDEO = "image-to-video",
80
- TEXT_GENERATION = "text-generation"
81
- }
82
- type ModelCapability = `${ModelCapabilityEnum}`;
83
- declare enum ModelUseCaseEnum {
84
- STYLE_TRANSFER = "style-transfer",
85
- CHARACTER_CONSISTENT = "character-consistent",
86
- IMAGE_VARIATION = "image-variation",
87
- INPAINTING = "inpainting",
88
- UPSCALE = "upscale",
89
- GENERAL = "general"
90
- }
91
- type ModelUseCase = `${ModelUseCaseEnum}`;
92
- interface ProviderModel {
93
- id: string;
94
- displayName: string;
95
- provider: ProviderType;
96
- capabilities: ModelCapability[];
97
- description?: string;
98
- thumbnail?: string;
99
- pricing?: string;
100
- inputSchema?: Record<string, unknown>;
101
- /** Component schemas containing enum definitions (aspect_ratio, duration, etc.) */
102
- componentSchemas?: Record<string, unknown>;
103
- /** Use cases this model supports (style transfer, upscale, etc.) */
104
- useCases?: ModelUseCase[];
105
- }
106
- interface SelectedModel {
107
- /** Alias for modelId - used by hooks that expect id */
108
- id?: string;
109
- provider: ProviderType;
110
- modelId: string;
111
- displayName: string;
112
- inputSchema?: Record<string, unknown>;
113
- /** Component schemas containing enum definitions (aspect_ratio, duration, etc.) */
114
- componentSchemas?: Record<string, unknown>;
115
- }
116
-
117
49
  declare enum NodeTypeEnum {
118
50
  IMAGE_INPUT = "imageInput",
119
51
  AUDIO_INPUT = "audioInput",
@@ -174,47 +106,53 @@ interface BaseNodeData extends Record<string, unknown> {
174
106
  color?: string;
175
107
  }
176
108
 
177
- interface ImageInputNodeData extends BaseNodeData {
178
- image: string | null;
179
- filename: string | null;
180
- dimensions: {
181
- width: number;
182
- height: number;
183
- } | null;
184
- source: 'upload' | 'url';
185
- url?: string;
186
- }
187
- interface PromptNodeData extends BaseNodeData {
188
- prompt: string;
189
- variables: Record<string, string>;
109
+ declare enum ProviderTypeEnum {
110
+ REPLICATE = "replicate",
111
+ FAL = "fal",
112
+ HUGGINGFACE = "huggingface",
113
+ GENFEED_AI = "genfeed-ai"
190
114
  }
191
- interface AudioInputNodeData extends BaseNodeData {
192
- audio: string | null;
193
- filename: string | null;
194
- duration: number | null;
195
- source: 'upload' | 'url';
196
- url?: string;
115
+ type ProviderType = `${ProviderTypeEnum}`;
116
+ declare enum ModelCapabilityEnum {
117
+ TEXT_TO_IMAGE = "text-to-image",
118
+ IMAGE_TO_IMAGE = "image-to-image",
119
+ TEXT_TO_VIDEO = "text-to-video",
120
+ IMAGE_TO_VIDEO = "image-to-video",
121
+ TEXT_GENERATION = "text-generation"
197
122
  }
198
- interface VideoInputNodeData extends BaseNodeData {
199
- video: string | null;
200
- filename: string | null;
201
- duration: number | null;
202
- dimensions: {
203
- width: number;
204
- height: number;
205
- } | null;
206
- source: 'upload' | 'url';
207
- url?: string;
123
+ type ModelCapability = `${ModelCapabilityEnum}`;
124
+ declare enum ModelUseCaseEnum {
125
+ STYLE_TRANSFER = "style-transfer",
126
+ CHARACTER_CONSISTENT = "character-consistent",
127
+ IMAGE_VARIATION = "image-variation",
128
+ INPAINTING = "inpainting",
129
+ UPSCALE = "upscale",
130
+ GENERAL = "general"
208
131
  }
209
- interface AvailableVariable {
210
- name: string;
211
- value: string;
212
- nodeId: string;
132
+ type ModelUseCase = `${ModelUseCaseEnum}`;
133
+ interface ProviderModel {
134
+ id: string;
135
+ displayName: string;
136
+ provider: ProviderType;
137
+ capabilities: ModelCapability[];
138
+ description?: string;
139
+ thumbnail?: string;
140
+ pricing?: string;
141
+ inputSchema?: Record<string, unknown>;
142
+ /** Component schemas containing enum definitions (aspect_ratio, duration, etc.) */
143
+ componentSchemas?: Record<string, unknown>;
144
+ /** Use cases this model supports (style transfer, upscale, etc.) */
145
+ useCases?: ModelUseCase[];
213
146
  }
214
- interface PromptConstructorNodeData extends BaseNodeData {
215
- template: string;
216
- outputText: string | null;
217
- unresolvedVars: string[];
147
+ interface SelectedModel {
148
+ /** Alias for modelId - used by hooks that expect id */
149
+ id?: string;
150
+ provider: ProviderType;
151
+ modelId: string;
152
+ displayName: string;
153
+ inputSchema?: Record<string, unknown>;
154
+ /** Component schemas containing enum definitions (aspect_ratio, duration, etc.) */
155
+ componentSchemas?: Record<string, unknown>;
218
156
  }
219
157
 
220
158
  type ImageModel = 'nano-banana' | 'nano-banana-pro';
@@ -351,6 +289,104 @@ interface MotionControlNodeData extends BaseNodeData {
351
289
  jobId: string | null;
352
290
  }
353
291
 
292
+ declare enum HandleTypeEnum {
293
+ IMAGE = "image",
294
+ TEXT = "text",
295
+ VIDEO = "video",
296
+ NUMBER = "number",
297
+ AUDIO = "audio"
298
+ }
299
+ type HandleType = `${HandleTypeEnum}`;
300
+ interface HandleDefinition {
301
+ id: string;
302
+ type: HandleType;
303
+ label: string;
304
+ multiple?: boolean;
305
+ required?: boolean;
306
+ /** True if handle was dynamically generated from model schema */
307
+ fromSchema?: boolean;
308
+ }
309
+ declare const CONNECTION_RULES: Record<HandleType, HandleType[]>;
310
+
311
+ interface WorkflowInputNodeData extends BaseNodeData {
312
+ inputName: string;
313
+ inputType: HandleType;
314
+ required: boolean;
315
+ description?: string;
316
+ }
317
+ interface WorkflowOutputNodeData extends BaseNodeData {
318
+ outputName: string;
319
+ outputType: HandleType;
320
+ description?: string;
321
+ inputValue: string | null;
322
+ }
323
+ interface WorkflowInterfaceInput {
324
+ nodeId: string;
325
+ name: string;
326
+ type: HandleType;
327
+ required: boolean;
328
+ }
329
+ interface WorkflowInterfaceOutput {
330
+ nodeId: string;
331
+ name: string;
332
+ type: HandleType;
333
+ }
334
+ interface WorkflowInterface {
335
+ inputs: WorkflowInterfaceInput[];
336
+ outputs: WorkflowInterfaceOutput[];
337
+ }
338
+ interface WorkflowRefNodeData extends BaseNodeData {
339
+ referencedWorkflowId: string | null;
340
+ referencedWorkflowName: string | null;
341
+ cachedInterface: WorkflowInterface | null;
342
+ inputMappings: Record<string, string | null>;
343
+ outputMappings: Record<string, string | null>;
344
+ childExecutionId: string | null;
345
+ }
346
+
347
+ interface ImageInputNodeData extends BaseNodeData {
348
+ image: string | null;
349
+ filename: string | null;
350
+ dimensions: {
351
+ width: number;
352
+ height: number;
353
+ } | null;
354
+ source: 'upload' | 'url';
355
+ url?: string;
356
+ }
357
+ interface PromptNodeData extends BaseNodeData {
358
+ prompt: string;
359
+ variables: Record<string, string>;
360
+ }
361
+ interface AudioInputNodeData extends BaseNodeData {
362
+ audio: string | null;
363
+ filename: string | null;
364
+ duration: number | null;
365
+ source: 'upload' | 'url';
366
+ url?: string;
367
+ }
368
+ interface VideoInputNodeData extends BaseNodeData {
369
+ video: string | null;
370
+ filename: string | null;
371
+ duration: number | null;
372
+ dimensions: {
373
+ width: number;
374
+ height: number;
375
+ } | null;
376
+ source: 'upload' | 'url';
377
+ url?: string;
378
+ }
379
+ interface AvailableVariable {
380
+ name: string;
381
+ value: string;
382
+ nodeId: string;
383
+ }
384
+ interface PromptConstructorNodeData extends BaseNodeData {
385
+ template: string;
386
+ outputText: string | null;
387
+ unresolvedVars: string[];
388
+ }
389
+
354
390
  type EasingPreset = 'linear' | 'easeIn' | 'easeOut' | 'easeInOut' | 'easeInQuad' | 'easeOutQuad' | 'easeInOutQuad' | 'easeInCubic' | 'easeOutCubic' | 'easeInOutCubic' | 'easeInExpo' | 'easeOutExpo' | 'easeInOutExpo';
355
391
  type CubicBezier = [number, number, number, number];
356
392
  interface AnimationNodeData extends BaseNodeData {
@@ -490,42 +526,6 @@ interface DownloadNodeData extends BaseNodeData {
490
526
  /** @deprecated Use DownloadNodeData instead */
491
527
  type OutputNodeData = DownloadNodeData;
492
528
 
493
- interface WorkflowInputNodeData extends BaseNodeData {
494
- inputName: string;
495
- inputType: HandleType;
496
- required: boolean;
497
- description?: string;
498
- }
499
- interface WorkflowOutputNodeData extends BaseNodeData {
500
- outputName: string;
501
- outputType: HandleType;
502
- description?: string;
503
- inputValue: string | null;
504
- }
505
- interface WorkflowInterfaceInput {
506
- nodeId: string;
507
- name: string;
508
- type: HandleType;
509
- required: boolean;
510
- }
511
- interface WorkflowInterfaceOutput {
512
- nodeId: string;
513
- name: string;
514
- type: HandleType;
515
- }
516
- interface WorkflowInterface {
517
- inputs: WorkflowInterfaceInput[];
518
- outputs: WorkflowInterfaceOutput[];
519
- }
520
- interface WorkflowRefNodeData extends BaseNodeData {
521
- referencedWorkflowId: string | null;
522
- referencedWorkflowName: string | null;
523
- cachedInterface: WorkflowInterface | null;
524
- inputMappings: Record<string, string | null>;
525
- outputMappings: Record<string, string | null>;
526
- childExecutionId: string | null;
527
- }
528
-
529
529
  type WorkflowNodeData = ImageInputNodeData | AudioInputNodeData | VideoInputNodeData | PromptNodeData | PromptConstructorNodeData | ImageGenNodeData | VideoGenNodeData | LLMNodeData | LipSyncNodeData | VoiceChangeNodeData | TextToSpeechNodeData | TranscribeNodeData | MotionControlNodeData | AnimationNodeData | VideoStitchNodeData | ResizeNodeData | VideoTrimNodeData | VideoFrameExtractNodeData | ReframeNodeData | UpscaleNodeData | ImageGridSplitNodeData | AnnotationNodeData | SubtitleNodeData | OutputGalleryNodeData | ImageCompareNodeData | OutputNodeData | WorkflowInputNodeData | WorkflowOutputNodeData | WorkflowRefNodeData;
530
530
  type WorkflowNode = Node<WorkflowNodeData, NodeType>;
531
531
  /**
@@ -539,4 +539,4 @@ interface WorkflowEdgeData {
539
539
  }
540
540
  type WorkflowEdge = Edge<WorkflowEdgeData>;
541
541
 
542
- export { type PromptConstructorNodeData as $, type AnimationNodeData as A, type BaseNodeData as B, CONNECTION_RULES as C, type DownloadNodeData as D, type EasingPreset as E, type FrameSelectionMode as F, type GridOutputFormat as G, type HandleDefinition as H, type ImageCompareNodeData as I, type MotionControlMode as J, KlingQuality as K, type LLMNodeData as L, type ModelCapability as M, type NodeType as N, type MotionControlNodeData as O, type NodeCategory as P, NodeCategoryEnum as Q, type NodeStatus as R, NodeStatusEnum as S, NodeTypeEnum as T, type OutputFormat as U, type OutputGalleryNodeData as V, type WorkflowNode as W, type OutputInputType as X, type OutputNodeData as Y, type OutputQuality as Z, ProcessingNodeType as _, type WorkflowEdge as a, type PromptNodeData as a0, type ProviderModel as a1, type ProviderType as a2, ProviderTypeEnum as a3, type ReframeInputType as a4, type ReframeNodeData as a5, ReframeNodeType as a6, type ResizeNodeData as a7, type Resolution as a8, type SelectedModel as a9, type VideoTrimNodeData as aA, type VoiceChangeNodeData as aB, type WorkflowEdgeData as aC, type WorkflowInputNodeData as aD, type WorkflowInterface as aE, type WorkflowInterfaceInput as aF, type WorkflowInterfaceOutput as aG, type WorkflowNodeData as aH, type WorkflowOutputNodeData as aI, type WorkflowRefNodeData as aJ, WorkflowTemplateCategory as aK, type SubtitleNodeData as aa, type SubtitlePosition as ab, type SubtitleStyle as ac, type TTSProvider as ad, type TTSVoice as ae, type TextModel as af, type TextToSpeechNodeData as ag, type TopazEnhanceModel as ah, type TopazUpscaleFactor as ai, type TopazVideoFPS as aj, type TopazVideoResolution as ak, type TrajectoryPoint as al, type TranscribeLanguage as am, type TranscribeNodeData as an, type TransitionType as ao, type UpscaleInputType as ap, type UpscaleModel as aq, type UpscaleNodeData as ar, UpscaleNodeType as as, type VideoDuration as at, type VideoFrameExtractNodeData as au, type VideoGenNodeData as av, type VideoInputNodeData as aw, type VideoModel as ax, type VideoResolution as ay, type VideoStitchNodeData as az, type AnnotationNodeData as b, type AnnotationShapeData as c, type AspectRatio as d, type AudioCodec as e, type AudioInputNodeData as f, type AvailableVariable as g, type CameraMovement as h, type CharacterOrientation as i, type CubicBezier as j, type GridPosition as k, type HandleType as l, HandleTypeEnum as m, type ImageGenNodeData as n, type ImageGridSplitNodeData as o, type ImageInputNodeData as p, type ImageModel as q, type KlingQualityMode as r, type LipSyncMode as s, type LipSyncModel as t, type LipSyncNodeData as u, type LumaAspectRatio as v, type LumaReframeModel as w, ModelCapabilityEnum as x, type ModelUseCase as y, ModelUseCaseEnum as z };
542
+ export { type OutputQuality as $, type AnimationNodeData as A, type BaseNodeData as B, CONNECTION_RULES as C, type DownloadNodeData as D, type EasingPreset as E, type FrameSelectionMode as F, type GridOutputFormat as G, type HandleDefinition as H, type ImageCompareNodeData as I, type MotionControlMode as J, KlingQuality as K, type LLMNodeData as L, type ModelCapability as M, type NodeType as N, type MotionControlNodeData as O, type NodeCategory as P, NodeCategoryEnum as Q, ReframeNodeType as R, type NodeStatus as S, NodeStatusEnum as T, UpscaleNodeType as U, NodeTypeEnum as V, type WorkflowNode as W, type OutputFormat as X, type OutputGalleryNodeData as Y, type OutputInputType as Z, type OutputNodeData as _, type WorkflowEdge as a, ProcessingNodeType as a0, type PromptConstructorNodeData as a1, type PromptNodeData as a2, type ProviderModel as a3, type ProviderType as a4, ProviderTypeEnum as a5, type ReframeInputType as a6, type ReframeNodeData as a7, type ResizeNodeData as a8, type Resolution as a9, type VideoTrimNodeData as aA, type VoiceChangeNodeData as aB, type WorkflowEdgeData as aC, type WorkflowInputNodeData as aD, type WorkflowInterface as aE, type WorkflowInterfaceInput as aF, type WorkflowInterfaceOutput as aG, type WorkflowNodeData as aH, type WorkflowOutputNodeData as aI, type WorkflowRefNodeData as aJ, WorkflowTemplateCategory as aK, type SelectedModel as aa, type SubtitleNodeData as ab, type SubtitlePosition as ac, type SubtitleStyle as ad, type TTSProvider as ae, type TTSVoice as af, type TextModel as ag, type TextToSpeechNodeData as ah, type TopazEnhanceModel as ai, type TopazUpscaleFactor as aj, type TopazVideoFPS as ak, type TopazVideoResolution as al, type TrajectoryPoint as am, type TranscribeLanguage as an, type TranscribeNodeData as ao, type TransitionType as ap, type UpscaleInputType as aq, type UpscaleModel as ar, type UpscaleNodeData as as, type VideoDuration as at, type VideoFrameExtractNodeData as au, type VideoGenNodeData as av, type VideoInputNodeData as aw, type VideoModel as ax, type VideoResolution as ay, type VideoStitchNodeData as az, type AnnotationNodeData as b, type AnnotationShapeData as c, type AspectRatio as d, type AudioCodec as e, type AudioInputNodeData as f, type AvailableVariable as g, type CameraMovement as h, type CharacterOrientation as i, type CubicBezier as j, type GridPosition as k, type HandleType as l, HandleTypeEnum as m, type ImageGenNodeData as n, type ImageGridSplitNodeData as o, type ImageInputNodeData as p, type ImageModel as q, type KlingQualityMode as r, type LipSyncMode as s, type LipSyncModel as t, type LipSyncNodeData as u, type LumaAspectRatio as v, type LumaReframeModel as w, ModelCapabilityEnum as x, type ModelUseCase as y, ModelUseCaseEnum as z };