@civitai/client 0.2.0-beta.70 → 0.2.0-beta.71
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.
- package/dist/generated/index.d.ts +107 -12
- package/dist/generated/index.js +2 -2
- package/dist/generated/schemas.gen.d.ts +1811 -1866
- package/dist/generated/schemas.gen.js +2020 -2082
- package/dist/generated/sdk.gen.d.ts +107 -17
- package/dist/generated/sdk.gen.js +104 -17
- package/dist/generated/services.gen.d.ts +90 -88
- package/dist/generated/services.gen.js +147 -100
- package/dist/generated/types.gen.d.ts +1410 -266
- package/dist/generated/types.gen.js +25 -0
- package/package.json +1 -1
- package/dist/utils/types.d.ts +0 -3
- package/dist/utils/types.js +0 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export {
|
|
2
2
|
addWorkflowTag,
|
|
3
|
+
deleteApp,
|
|
3
4
|
deleteWorkflow,
|
|
5
|
+
getApp,
|
|
6
|
+
getAppLatest,
|
|
4
7
|
getBlob,
|
|
5
8
|
getBlobArchive,
|
|
6
9
|
getBlobContent,
|
|
@@ -15,15 +18,17 @@ export {
|
|
|
15
18
|
invokeAceStepAudioStepTemplate,
|
|
16
19
|
invokeAgeClassificationStepTemplate,
|
|
17
20
|
invokeAudioCaptioningStepTemplate,
|
|
18
|
-
invokeAudioMixStepTemplate,
|
|
19
21
|
invokeBatchOcrSafetyClassificationStepTemplate,
|
|
20
22
|
invokeBlobArchiveStepTemplate,
|
|
21
23
|
invokeChatCompletionStepTemplate,
|
|
22
24
|
invokeComfyStepTemplate,
|
|
25
|
+
invokeComposeMediaStepTemplate,
|
|
23
26
|
invokeConvertImageStepTemplate,
|
|
27
|
+
invokeCustomAppStepTemplate,
|
|
24
28
|
invokeCustomComfyStepTemplate,
|
|
25
29
|
invokeEchoStepTemplate,
|
|
26
30
|
invokeHumanoidImageMaskStepTemplate,
|
|
31
|
+
invokeImageBackgroundRemovalStepTemplate,
|
|
27
32
|
invokeImageGenStepTemplate,
|
|
28
33
|
invokeImageResourceTrainingStepTemplate,
|
|
29
34
|
invokeImageUploadStepTemplate,
|
|
@@ -53,11 +58,13 @@ export {
|
|
|
53
58
|
invokeVideoUpscalerStepTemplate,
|
|
54
59
|
invokeWdTaggingStepTemplate,
|
|
55
60
|
invokeXGuardModerationStepTemplate,
|
|
61
|
+
listApps,
|
|
56
62
|
type Options,
|
|
57
63
|
patchWorkflow,
|
|
58
64
|
patchWorkflowStep,
|
|
59
65
|
queryWorkflows,
|
|
60
66
|
refreshBlob,
|
|
67
|
+
registerApp,
|
|
61
68
|
removeAllWorkflowTags,
|
|
62
69
|
removeWorkflowTag,
|
|
63
70
|
submitWorkflow,
|
|
@@ -67,9 +74,13 @@ export {
|
|
|
67
74
|
} from './sdk.gen';
|
|
68
75
|
export {
|
|
69
76
|
type AceStep15AiToolkitTrainingInput,
|
|
77
|
+
type AceStep15AiToolkitTrainingInputWritable,
|
|
70
78
|
type AceStep15XlAiToolkitTrainingInput,
|
|
79
|
+
type AceStep15XlAiToolkitTrainingInputWritable,
|
|
71
80
|
type AceStep15XlBaseAiToolkitTrainingInput,
|
|
81
|
+
type AceStep15XlBaseAiToolkitTrainingInputWritable,
|
|
72
82
|
type AceStep15XlSftAiToolkitTrainingInput,
|
|
83
|
+
type AceStep15XlSftAiToolkitTrainingInputWritable,
|
|
73
84
|
type AceStepAudioCover,
|
|
74
85
|
type AceStepAudioInput,
|
|
75
86
|
type AceStepAudioOutput,
|
|
@@ -90,13 +101,18 @@ export {
|
|
|
90
101
|
type AgeDetection,
|
|
91
102
|
type AiRecognitionResult,
|
|
92
103
|
type AiToolkitTrainingInput,
|
|
104
|
+
type AiToolkitTrainingInputWritable,
|
|
93
105
|
type AnimaAiToolkitTrainingInput,
|
|
106
|
+
type AnimaAiToolkitTrainingInputWritable,
|
|
94
107
|
type AnimaCreateImageGenInput,
|
|
95
108
|
type AnimaImageGenInput,
|
|
96
109
|
AnimalPoseBboxDetector,
|
|
97
110
|
AnimalPoseEstimator,
|
|
98
111
|
type AnimeRecognitionResult,
|
|
99
112
|
AnylineMergeWith,
|
|
113
|
+
type AppDefinition,
|
|
114
|
+
type AppInvocation,
|
|
115
|
+
type AppRequirements,
|
|
100
116
|
ArchiveFormat,
|
|
101
117
|
type AssistantMessage,
|
|
102
118
|
type AudioBlob,
|
|
@@ -105,12 +121,7 @@ export {
|
|
|
105
121
|
type AudioCaptioningOutputItem,
|
|
106
122
|
type AudioCaptioningStep,
|
|
107
123
|
type AudioCaptioningStepTemplate,
|
|
108
|
-
type
|
|
109
|
-
type AudioMixOutput,
|
|
110
|
-
type AudioMixResolvedTrack,
|
|
111
|
-
type AudioMixStep,
|
|
112
|
-
type AudioMixStepTemplate,
|
|
113
|
-
type AudioMixTrackInput,
|
|
124
|
+
type AudioComposeMediaOutput,
|
|
114
125
|
type BatchOcrSafetyClassificationInput,
|
|
115
126
|
type BatchOcrSafetyClassificationOutput,
|
|
116
127
|
type BatchOcrSafetyClassificationResult,
|
|
@@ -146,6 +157,7 @@ export {
|
|
|
146
157
|
type ChatCompletionToolCall,
|
|
147
158
|
type ChatCompletionUsage,
|
|
148
159
|
type ChromaAiToolkitTrainingInput,
|
|
160
|
+
type ChromaAiToolkitTrainingInputWritable,
|
|
149
161
|
type ClientOptions,
|
|
150
162
|
CoarseMode,
|
|
151
163
|
type ComfyAnimaCreateImageGenInput,
|
|
@@ -168,6 +180,8 @@ export {
|
|
|
168
180
|
type ComfyHiDreamO1DevImageGenInput,
|
|
169
181
|
type ComfyHiDreamO1EditImageGenInput,
|
|
170
182
|
type ComfyHiDreamO1ImageGenInput,
|
|
183
|
+
type ComfyIdeogram4CreateImageGenInput,
|
|
184
|
+
type ComfyIdeogram4ImageGenInput,
|
|
171
185
|
type ComfyImageGenInput,
|
|
172
186
|
type ComfyInput,
|
|
173
187
|
type ComfyLensImageGenInput,
|
|
@@ -199,6 +213,13 @@ export {
|
|
|
199
213
|
type ComfySdxlVariantImageGenInput,
|
|
200
214
|
type ComfyStep,
|
|
201
215
|
type ComfyStepTemplate,
|
|
216
|
+
type ComposeMediaElementInput,
|
|
217
|
+
type ComposeMediaInput,
|
|
218
|
+
type ComposeMediaOutput,
|
|
219
|
+
type ComposeMediaOutputSpec,
|
|
220
|
+
type ComposeMediaResolvedElement,
|
|
221
|
+
type ComposeMediaStep,
|
|
222
|
+
type ComposeMediaStepTemplate,
|
|
202
223
|
type ConsumerBlobPresignResponse,
|
|
203
224
|
ContainerFormat,
|
|
204
225
|
type ConvertImageInput,
|
|
@@ -207,12 +228,21 @@ export {
|
|
|
207
228
|
type ConvertImageStepTemplate,
|
|
208
229
|
type CursedArrayOfTelemetryCursorAndWorkflow,
|
|
209
230
|
type CursedArrayOfTelemetryCursorAndWorkflowWritable,
|
|
231
|
+
type CustomAppInput,
|
|
232
|
+
type CustomAppOutput,
|
|
233
|
+
type CustomAppStep,
|
|
234
|
+
type CustomAppStepTemplate,
|
|
210
235
|
type CustomComfyHooks,
|
|
211
236
|
type CustomComfyInput,
|
|
212
237
|
type CustomComfyOutput,
|
|
213
238
|
type CustomComfyStep,
|
|
214
239
|
type CustomComfyStepTemplate,
|
|
215
240
|
type CustomTextToSpeechInput,
|
|
241
|
+
type DeleteAppData,
|
|
242
|
+
type DeleteAppError,
|
|
243
|
+
type DeleteAppErrors,
|
|
244
|
+
type DeleteAppResponse,
|
|
245
|
+
type DeleteAppResponses,
|
|
216
246
|
type DeleteWorkflowData,
|
|
217
247
|
type DeleteWorkflowError,
|
|
218
248
|
type DeleteWorkflowErrors,
|
|
@@ -230,14 +260,20 @@ export {
|
|
|
230
260
|
type EchoStepTemplate,
|
|
231
261
|
type EpochResult,
|
|
232
262
|
type ErnieAiToolkitTrainingInput,
|
|
263
|
+
type ErnieAiToolkitTrainingInputWritable,
|
|
264
|
+
type ExecAppInvocation,
|
|
233
265
|
type FaceDetection,
|
|
234
266
|
type FaceDetectionInfo,
|
|
235
267
|
type FaceRecognitionResult,
|
|
268
|
+
type FadeInTransformer,
|
|
269
|
+
type FadeOutTransformer,
|
|
236
270
|
type FalImageGenInput,
|
|
237
271
|
type FalPolyGenInput,
|
|
238
272
|
FileFormat,
|
|
239
273
|
type Flux1AiToolkitTrainingInput,
|
|
274
|
+
type Flux1AiToolkitTrainingInputWritable,
|
|
240
275
|
type Flux1DevAiToolkitTrainingInput,
|
|
276
|
+
type Flux1DevAiToolkitTrainingInputWritable,
|
|
241
277
|
type Flux1KontextDevImageGenInput,
|
|
242
278
|
type Flux1KontextDevImageGenInputWritable,
|
|
243
279
|
type Flux1KontextImageGenInput,
|
|
@@ -247,6 +283,7 @@ export {
|
|
|
247
283
|
type Flux1KontextProImageGenInput,
|
|
248
284
|
type Flux1KontextProImageGenInputWritable,
|
|
249
285
|
type Flux1SchnellAiToolkitTrainingInput,
|
|
286
|
+
type Flux1SchnellAiToolkitTrainingInputWritable,
|
|
250
287
|
type Flux1SdCppCreateImageInput,
|
|
251
288
|
type Flux1SdCppEditImageInput,
|
|
252
289
|
type Flux1SdCppImageGenInput,
|
|
@@ -265,8 +302,11 @@ export {
|
|
|
265
302
|
type Flux2FlexImageGenInput,
|
|
266
303
|
type Flux2ImageGenInput,
|
|
267
304
|
type Flux2Klein4bAiToolkitTrainingInput,
|
|
305
|
+
type Flux2Klein4bAiToolkitTrainingInputWritable,
|
|
268
306
|
type Flux2Klein9bAiToolkitTrainingInput,
|
|
307
|
+
type Flux2Klein9bAiToolkitTrainingInputWritable,
|
|
269
308
|
type Flux2KleinAiToolkitTrainingInput,
|
|
309
|
+
type Flux2KleinAiToolkitTrainingInputWritable,
|
|
270
310
|
type Flux2KleinCreateImageInput,
|
|
271
311
|
type Flux2KleinEditImageInput,
|
|
272
312
|
type Flux2KleinImageGenInput,
|
|
@@ -285,6 +325,16 @@ export {
|
|
|
285
325
|
type Gemini25FlashEditImageGenInput,
|
|
286
326
|
type Gemini25FlashImageGenInput,
|
|
287
327
|
type GeminiImageGenInput,
|
|
328
|
+
type GetAppData,
|
|
329
|
+
type GetAppError,
|
|
330
|
+
type GetAppErrors,
|
|
331
|
+
type GetAppLatestData,
|
|
332
|
+
type GetAppLatestError,
|
|
333
|
+
type GetAppLatestErrors,
|
|
334
|
+
type GetAppLatestResponse,
|
|
335
|
+
type GetAppLatestResponses,
|
|
336
|
+
type GetAppResponse,
|
|
337
|
+
type GetAppResponses,
|
|
288
338
|
type GetBlobArchiveData,
|
|
289
339
|
type GetBlobArchiveError,
|
|
290
340
|
type GetBlobArchiveErrors,
|
|
@@ -349,10 +399,17 @@ export {
|
|
|
349
399
|
type HeadBlobResponse,
|
|
350
400
|
type HeadBlobResponses,
|
|
351
401
|
type HiDreamO1AiToolkitTrainingInput,
|
|
402
|
+
type HiDreamO1AiToolkitTrainingInputWritable,
|
|
403
|
+
type HttpAppInvocation,
|
|
352
404
|
HumanoidImageMaskCategory,
|
|
353
405
|
type HumanoidImageMaskInput,
|
|
354
406
|
type HumanoidImageMaskOutput,
|
|
355
407
|
type HunyuanVdeoGenInput,
|
|
408
|
+
ImageBackgroundRemovalFormat,
|
|
409
|
+
type ImageBackgroundRemovalInput,
|
|
410
|
+
type ImageBackgroundRemovalOutput,
|
|
411
|
+
type ImageBackgroundRemovalStep,
|
|
412
|
+
type ImageBackgroundRemovalStepTemplate,
|
|
356
413
|
type ImageBlob,
|
|
357
414
|
type ImageGenInput,
|
|
358
415
|
type ImageGenInputLora,
|
|
@@ -400,11 +457,6 @@ export {
|
|
|
400
457
|
type InvokeAudioCaptioningStepTemplateErrors,
|
|
401
458
|
type InvokeAudioCaptioningStepTemplateResponse,
|
|
402
459
|
type InvokeAudioCaptioningStepTemplateResponses,
|
|
403
|
-
type InvokeAudioMixStepTemplateData,
|
|
404
|
-
type InvokeAudioMixStepTemplateError,
|
|
405
|
-
type InvokeAudioMixStepTemplateErrors,
|
|
406
|
-
type InvokeAudioMixStepTemplateResponse,
|
|
407
|
-
type InvokeAudioMixStepTemplateResponses,
|
|
408
460
|
type InvokeBatchOcrSafetyClassificationStepTemplateData,
|
|
409
461
|
type InvokeBatchOcrSafetyClassificationStepTemplateError,
|
|
410
462
|
type InvokeBatchOcrSafetyClassificationStepTemplateErrors,
|
|
@@ -425,11 +477,21 @@ export {
|
|
|
425
477
|
type InvokeComfyStepTemplateErrors,
|
|
426
478
|
type InvokeComfyStepTemplateResponse,
|
|
427
479
|
type InvokeComfyStepTemplateResponses,
|
|
480
|
+
type InvokeComposeMediaStepTemplateData,
|
|
481
|
+
type InvokeComposeMediaStepTemplateError,
|
|
482
|
+
type InvokeComposeMediaStepTemplateErrors,
|
|
483
|
+
type InvokeComposeMediaStepTemplateResponse,
|
|
484
|
+
type InvokeComposeMediaStepTemplateResponses,
|
|
428
485
|
type InvokeConvertImageStepTemplateData,
|
|
429
486
|
type InvokeConvertImageStepTemplateError,
|
|
430
487
|
type InvokeConvertImageStepTemplateErrors,
|
|
431
488
|
type InvokeConvertImageStepTemplateResponse,
|
|
432
489
|
type InvokeConvertImageStepTemplateResponses,
|
|
490
|
+
type InvokeCustomAppStepTemplateData,
|
|
491
|
+
type InvokeCustomAppStepTemplateError,
|
|
492
|
+
type InvokeCustomAppStepTemplateErrors,
|
|
493
|
+
type InvokeCustomAppStepTemplateResponse,
|
|
494
|
+
type InvokeCustomAppStepTemplateResponses,
|
|
433
495
|
type InvokeCustomComfyStepTemplateData,
|
|
434
496
|
type InvokeCustomComfyStepTemplateError,
|
|
435
497
|
type InvokeCustomComfyStepTemplateErrors,
|
|
@@ -445,6 +507,11 @@ export {
|
|
|
445
507
|
type InvokeHumanoidImageMaskStepTemplateErrors,
|
|
446
508
|
type InvokeHumanoidImageMaskStepTemplateResponse,
|
|
447
509
|
type InvokeHumanoidImageMaskStepTemplateResponses,
|
|
510
|
+
type InvokeImageBackgroundRemovalStepTemplateData,
|
|
511
|
+
type InvokeImageBackgroundRemovalStepTemplateError,
|
|
512
|
+
type InvokeImageBackgroundRemovalStepTemplateErrors,
|
|
513
|
+
type InvokeImageBackgroundRemovalStepTemplateResponse,
|
|
514
|
+
type InvokeImageBackgroundRemovalStepTemplateResponses,
|
|
448
515
|
type InvokeImageGenStepTemplateData,
|
|
449
516
|
type InvokeImageGenStepTemplateError,
|
|
450
517
|
type InvokeImageGenStepTemplateErrors,
|
|
@@ -613,24 +680,37 @@ export {
|
|
|
613
680
|
LeresBoost,
|
|
614
681
|
LightricksAspectRatio,
|
|
615
682
|
type LightricksVideoGenInput,
|
|
683
|
+
type ListAppsData,
|
|
684
|
+
type ListAppsError,
|
|
685
|
+
type ListAppsErrors,
|
|
686
|
+
type ListAppsResponse,
|
|
687
|
+
type ListAppsResponses,
|
|
616
688
|
type Ltx23AiToolkitTrainingInput,
|
|
689
|
+
type Ltx23AiToolkitTrainingInputWritable,
|
|
617
690
|
type Ltx2AiToolkitTrainingInput,
|
|
691
|
+
type Ltx2AiToolkitTrainingInputWritable,
|
|
618
692
|
type MaiImageCreateFalImageGenInput,
|
|
619
693
|
type MaiImageEditFalImageGenInput,
|
|
620
694
|
type MaiImageFalImageGenInput,
|
|
695
|
+
type MediaCanvas,
|
|
621
696
|
type MediaCaptioningInput,
|
|
622
697
|
type MediaCaptioningOutput,
|
|
623
698
|
type MediaCaptioningStep,
|
|
624
699
|
type MediaCaptioningStepTemplate,
|
|
700
|
+
MediaContainer,
|
|
701
|
+
MediaFit,
|
|
625
702
|
type MediaHashInput,
|
|
626
703
|
type MediaHashOutput,
|
|
627
704
|
type MediaHashStep,
|
|
628
705
|
type MediaHashStepTemplate,
|
|
629
706
|
MediaHashType,
|
|
707
|
+
type MediaLayout,
|
|
708
|
+
MediaOutputType,
|
|
630
709
|
type MediaRatingInput,
|
|
631
710
|
type MediaRatingOutput,
|
|
632
711
|
type MediaRatingStep,
|
|
633
712
|
type MediaRatingStepTemplate,
|
|
713
|
+
type MediaTransformer,
|
|
634
714
|
type MeshyFalPolyGenInput,
|
|
635
715
|
type MeshyImageTo3dFalPolyGenInput,
|
|
636
716
|
type MeshyTextTo3dFalPolyGenInput,
|
|
@@ -662,6 +742,7 @@ export {
|
|
|
662
742
|
type NanoBanana2ImageGenInput,
|
|
663
743
|
type NanoBananaProImageGenInput,
|
|
664
744
|
NsfwLevel,
|
|
745
|
+
type OmniVoiceTextToSpeechInput,
|
|
665
746
|
type OpenAiDallE2CreateImageGenInput,
|
|
666
747
|
type OpenAiDallE2EditImageInput,
|
|
667
748
|
type OpenAiDallE2ImageGenInput,
|
|
@@ -803,12 +884,19 @@ export {
|
|
|
803
884
|
type Qwen3TextToSpeechInput,
|
|
804
885
|
type Qwen3VoiceDesignTtsInput,
|
|
805
886
|
type QwenAiToolkitTrainingInput,
|
|
887
|
+
type QwenAiToolkitTrainingInputWritable,
|
|
806
888
|
type QwenImageGenInput,
|
|
807
889
|
type RefreshBlobData,
|
|
808
890
|
type RefreshBlobError,
|
|
809
891
|
type RefreshBlobErrors,
|
|
810
892
|
type RefreshBlobResponse,
|
|
811
893
|
type RefreshBlobResponses,
|
|
894
|
+
type RegisterAppData,
|
|
895
|
+
type RegisterAppError,
|
|
896
|
+
type RegisterAppErrors,
|
|
897
|
+
type RegisterAppRequest,
|
|
898
|
+
type RegisterAppResponse,
|
|
899
|
+
type RegisterAppResponses,
|
|
812
900
|
type RemoveAllWorkflowTagsData,
|
|
813
901
|
type RemoveAllWorkflowTagsError,
|
|
814
902
|
type RemoveAllWorkflowTagsErrors,
|
|
@@ -829,6 +917,7 @@ export {
|
|
|
829
917
|
SafeMode,
|
|
830
918
|
Scheduler,
|
|
831
919
|
type Sd1AiToolkitTrainingInput,
|
|
920
|
+
type Sd1AiToolkitTrainingInputWritable,
|
|
832
921
|
type Sd1CreateImageGenInput,
|
|
833
922
|
type Sd1ImageGenInput,
|
|
834
923
|
type Sd1VariantImageGenInput,
|
|
@@ -837,6 +926,7 @@ export {
|
|
|
837
926
|
SdCppSchedule,
|
|
838
927
|
SdCppUCacheMode,
|
|
839
928
|
type SdxlAiToolkitTrainingInput,
|
|
929
|
+
type SdxlAiToolkitTrainingInputWritable,
|
|
840
930
|
type SdxlCreateImageGenInput,
|
|
841
931
|
type SdxlImageGenInput,
|
|
842
932
|
type SdxlVariantImageGenInput,
|
|
@@ -866,6 +956,7 @@ export {
|
|
|
866
956
|
type TrainingData,
|
|
867
957
|
type TrainingInput,
|
|
868
958
|
type TrainingInputSamples,
|
|
959
|
+
type TrainingInputWritable,
|
|
869
960
|
TrainingModerationStatus,
|
|
870
961
|
type TrainingOutput,
|
|
871
962
|
type TrainingOutputEpochResult,
|
|
@@ -913,6 +1004,7 @@ export {
|
|
|
913
1004
|
Veo3Version,
|
|
914
1005
|
type Veo3VideoGenInput,
|
|
915
1006
|
type VideoBlob,
|
|
1007
|
+
type VideoComposeMediaOutput,
|
|
916
1008
|
type VideoEnhancementInput,
|
|
917
1009
|
type VideoEnhancementInputInterpolationOptions,
|
|
918
1010
|
type VideoEnhancementInputUpscalerOptions,
|
|
@@ -945,6 +1037,7 @@ export {
|
|
|
945
1037
|
ViduVideoGenModel,
|
|
946
1038
|
ViduVideoGenStyle,
|
|
947
1039
|
type VllmOmniTextToSpeechInput,
|
|
1040
|
+
type VolumeTransformer,
|
|
948
1041
|
type Wan21CivitaiVideoGenInput,
|
|
949
1042
|
type Wan21FalVideoGenInput,
|
|
950
1043
|
type Wan21VideoGenInput,
|
|
@@ -1032,10 +1125,12 @@ export {
|
|
|
1032
1125
|
type XGuardSignalMetadataWritable,
|
|
1033
1126
|
type XGuardTextModerationInput,
|
|
1034
1127
|
type ZImageBaseAiToolkitTrainingInput,
|
|
1128
|
+
type ZImageBaseAiToolkitTrainingInputWritable,
|
|
1035
1129
|
type ZImageBaseCreateImageGenInput,
|
|
1036
1130
|
type ZImageBaseImageGenInput,
|
|
1037
1131
|
type ZImageImageGenInput,
|
|
1038
1132
|
type ZImageTurboAiToolkitTrainingInput,
|
|
1133
|
+
type ZImageTurboAiToolkitTrainingInputWritable,
|
|
1039
1134
|
type ZImageTurboCreateImageGenInput,
|
|
1040
1135
|
type ZImageTurboImageGenInput,
|
|
1041
1136
|
type ZipTrainingData,
|
package/dist/generated/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
export { addWorkflowTag, deleteWorkflow, getBlob, getBlobArchive, getBlobContent, getBlockedContent, getConsumerBlobUploadUrl, getResource, getStreamingBlob, getWorkflow, getWorkflowStep, headBlob, invalidateUserCache, invokeAceStepAudioStepTemplate, invokeAgeClassificationStepTemplate, invokeAudioCaptioningStepTemplate,
|
|
3
|
-
export { AnimalPoseBboxDetector, AnimalPoseEstimator, AnylineMergeWith, ArchiveFormat, BlurRegionMode, BuzzClientAccount, CoarseMode, ComfySampler, ComfyScheduler, ContainerFormat, DensePoseColormap, DensePoseModel, DepthAnythingCheckpoint, DepthAnythingV2Checkpoint, DwPoseBboxDetector, DwPoseEstimator, FileFormat, HaiperVideoGenAspectRatio, HaiperVideoGenCameraMovement, HaiperVideoGenModel, HumanoidImageMaskCategory, ImageGenOutputFormat, ImageResouceTrainingModerationStatus, ImageTransformer, JobSupport, KlingMode, KlingModel, KlingV3Operation, KlingVideoGenAspectRatio, KlingVideoGenDuration, LeresBoost, LightricksAspectRatio, MediaHashType, Metric3dBackbone, MiniMaxVideoGenModel, ModelClamScanStatus, ModelPickleScanStatus, NsfwLevel, OutputFormat, Priority, ResourceFeeType, SafeMode, Scheduler, SdCppSampleMethod, SdCppSchedule, SdCppUCacheMode, SeedanceModel, SeedreamVersion, SettlementCurrency, TrainingModerationStatus, TransactionType, UpdateWorkflowStatus, Veo3AspectRatio, Veo3GenerationMode, Veo3Version, ViduVideoGenModel, ViduVideoGenStyle, WorkflowStatus, WorkflowUpgradeMode, ZoeDepthEnvironment, } from './types.gen';
|
|
2
|
+
export { addWorkflowTag, deleteApp, deleteWorkflow, getApp, getAppLatest, getBlob, getBlobArchive, getBlobContent, getBlockedContent, getConsumerBlobUploadUrl, getResource, getStreamingBlob, getWorkflow, getWorkflowStep, headBlob, invalidateUserCache, invokeAceStepAudioStepTemplate, invokeAgeClassificationStepTemplate, invokeAudioCaptioningStepTemplate, invokeBatchOcrSafetyClassificationStepTemplate, invokeBlobArchiveStepTemplate, invokeChatCompletionStepTemplate, invokeComfyStepTemplate, invokeComposeMediaStepTemplate, invokeConvertImageStepTemplate, invokeCustomAppStepTemplate, invokeCustomComfyStepTemplate, invokeEchoStepTemplate, invokeHumanoidImageMaskStepTemplate, invokeImageBackgroundRemovalStepTemplate, invokeImageGenStepTemplate, invokeImageResourceTrainingStepTemplate, invokeImageUploadStepTemplate, invokeImageUpscalerStepTemplate, invokeMediaCaptioningStepTemplate, invokeMediaHashStepTemplate, invokeMediaRatingStepTemplate, invokeModelClamScanStepTemplate, invokeModelHashStepTemplate, invokeModelParseMetadataStepTemplate, invokeModelPickleScanStepTemplate, invokePolyGenStepTemplate, invokePreprocessImageStepTemplate, invokePromptEnhancementStepTemplate, invokeRepeatStepTemplate, invokeTextToImageStepTemplate, invokeTextToSpeechStepTemplate, invokeTrainingStepTemplate, invokeTranscodeStepTemplate, invokeTranscriptionStepTemplate, invokeTryOnUStepTemplate, invokeVideoEnhancementStepTemplate, invokeVideoFrameExtractionStepTemplate, invokeVideoGenStepTemplate, invokeVideoInterpolationStepTemplate, invokeVideoMetadataStepTemplate, invokeVideoUpscalerStepTemplate, invokeWdTaggingStepTemplate, invokeXGuardModerationStepTemplate, listApps, patchWorkflow, patchWorkflowStep, queryWorkflows, refreshBlob, registerApp, removeAllWorkflowTags, removeWorkflowTag, submitWorkflow, updateWorkflow, updateWorkflowStep, uploadConsumerBlob, } from './sdk.gen';
|
|
3
|
+
export { AnimalPoseBboxDetector, AnimalPoseEstimator, AnylineMergeWith, ArchiveFormat, BlurRegionMode, BuzzClientAccount, CoarseMode, ComfySampler, ComfyScheduler, ContainerFormat, DensePoseColormap, DensePoseModel, DepthAnythingCheckpoint, DepthAnythingV2Checkpoint, DwPoseBboxDetector, DwPoseEstimator, FileFormat, HaiperVideoGenAspectRatio, HaiperVideoGenCameraMovement, HaiperVideoGenModel, HumanoidImageMaskCategory, ImageBackgroundRemovalFormat, ImageGenOutputFormat, ImageResouceTrainingModerationStatus, ImageTransformer, JobSupport, KlingMode, KlingModel, KlingV3Operation, KlingVideoGenAspectRatio, KlingVideoGenDuration, LeresBoost, LightricksAspectRatio, MediaContainer, MediaFit, MediaHashType, MediaOutputType, Metric3dBackbone, MiniMaxVideoGenModel, ModelClamScanStatus, ModelPickleScanStatus, NsfwLevel, OutputFormat, Priority, ResourceFeeType, SafeMode, Scheduler, SdCppSampleMethod, SdCppSchedule, SdCppUCacheMode, SeedanceModel, SeedreamVersion, SettlementCurrency, TrainingModerationStatus, TransactionType, UpdateWorkflowStatus, Veo3AspectRatio, Veo3GenerationMode, Veo3Version, ViduVideoGenModel, ViduVideoGenStyle, WorkflowStatus, WorkflowUpgradeMode, ZoeDepthEnvironment, } from './types.gen';
|