@civitai/client 0.2.0-beta.56 → 0.2.0-beta.57
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 +28 -0
- package/dist/generated/index.js +2 -2
- package/dist/generated/schemas.gen.d.ts +2083 -2028
- package/dist/generated/schemas.gen.js +2093 -2031
- package/dist/generated/sdk.gen.d.ts +16 -0
- package/dist/generated/sdk.gen.js +16 -0
- package/dist/generated/services.gen.d.ts +88 -90
- package/dist/generated/services.gen.js +100 -147
- package/dist/generated/types.gen.d.ts +432 -11
- package/dist/generated/types.gen.js +16 -0
- package/dist/utils/types.d.ts +3 -0
- package/dist/utils/types.js +1 -0
- package/package.json +2 -2
|
@@ -15,6 +15,7 @@ export {
|
|
|
15
15
|
invalidateUserCache,
|
|
16
16
|
invokeAceStepAudioStepTemplate,
|
|
17
17
|
invokeAgeClassificationStepTemplate,
|
|
18
|
+
invokeAudioCaptioningStepTemplate,
|
|
18
19
|
invokeBatchOcrSafetyClassificationStepTemplate,
|
|
19
20
|
invokeBlobArchiveStepTemplate,
|
|
20
21
|
invokeChatCompletionStepTemplate,
|
|
@@ -63,6 +64,10 @@ export {
|
|
|
63
64
|
uploadConsumerBlob,
|
|
64
65
|
} from './sdk.gen';
|
|
65
66
|
export {
|
|
67
|
+
type AceStep15AiToolkitTrainingInput,
|
|
68
|
+
type AceStep15XlAiToolkitTrainingInput,
|
|
69
|
+
type AceStep15XlBaseAiToolkitTrainingInput,
|
|
70
|
+
type AceStep15XlSftAiToolkitTrainingInput,
|
|
66
71
|
type AceStepAudioCover,
|
|
67
72
|
type AceStepAudioInput,
|
|
68
73
|
type AceStepAudioOutput,
|
|
@@ -91,6 +96,11 @@ export {
|
|
|
91
96
|
ArchiveFormat,
|
|
92
97
|
type AssistantMessage,
|
|
93
98
|
type AudioBlob,
|
|
99
|
+
type AudioCaptioningInput,
|
|
100
|
+
type AudioCaptioningOutput,
|
|
101
|
+
type AudioCaptioningOutputItem,
|
|
102
|
+
type AudioCaptioningStep,
|
|
103
|
+
type AudioCaptioningStepTemplate,
|
|
94
104
|
type BatchOcrSafetyClassificationInput,
|
|
95
105
|
type BatchOcrSafetyClassificationOutput,
|
|
96
106
|
type BatchOcrSafetyClassificationResult,
|
|
@@ -110,11 +120,16 @@ export {
|
|
|
110
120
|
type ChatCompletionContentPartWritable,
|
|
111
121
|
type ChatCompletionFunction,
|
|
112
122
|
type ChatCompletionFunctionCall,
|
|
123
|
+
type ChatCompletionGeneratedImage,
|
|
124
|
+
type ChatCompletionGeneratedImageUrl,
|
|
125
|
+
type ChatCompletionImageConfig,
|
|
113
126
|
type ChatCompletionImageUrl,
|
|
114
127
|
type ChatCompletionInput,
|
|
128
|
+
type ChatCompletionJsonSchema,
|
|
115
129
|
type ChatCompletionMessage,
|
|
116
130
|
type ChatCompletionMessageWritable,
|
|
117
131
|
type ChatCompletionOutput,
|
|
132
|
+
type ChatCompletionResponseFormat,
|
|
118
133
|
type ChatCompletionStep,
|
|
119
134
|
type ChatCompletionStepTemplate,
|
|
120
135
|
type ChatCompletionTool,
|
|
@@ -123,6 +138,8 @@ export {
|
|
|
123
138
|
type ChromaAiToolkitTrainingInput,
|
|
124
139
|
type ClientOptions,
|
|
125
140
|
CoarseMode,
|
|
141
|
+
type ComfyAnimaCreateImageGenInput,
|
|
142
|
+
type ComfyAnimaImageGenInput,
|
|
126
143
|
type ComfyErnieImageGenInput,
|
|
127
144
|
type ComfyErnieStandardCreateImageGenInput,
|
|
128
145
|
type ComfyErnieStandardImageGenInput,
|
|
@@ -131,6 +148,9 @@ export {
|
|
|
131
148
|
type ComfyFlux1CreateImageGenInput,
|
|
132
149
|
type ComfyFlux1ImageGenInput,
|
|
133
150
|
type ComfyFlux1VariantImageGenInput,
|
|
151
|
+
type ComfyFlux2DevCreateImageInput,
|
|
152
|
+
type ComfyFlux2DevEditImageInput,
|
|
153
|
+
type ComfyFlux2DevImageGenInput,
|
|
134
154
|
type ComfyImageGenInput,
|
|
135
155
|
type ComfyInput,
|
|
136
156
|
type ComfyLtx23AudioToVideoInput,
|
|
@@ -351,6 +371,11 @@ export {
|
|
|
351
371
|
type InvokeAgeClassificationStepTemplateErrors,
|
|
352
372
|
type InvokeAgeClassificationStepTemplateResponse,
|
|
353
373
|
type InvokeAgeClassificationStepTemplateResponses,
|
|
374
|
+
type InvokeAudioCaptioningStepTemplateData,
|
|
375
|
+
type InvokeAudioCaptioningStepTemplateError,
|
|
376
|
+
type InvokeAudioCaptioningStepTemplateErrors,
|
|
377
|
+
type InvokeAudioCaptioningStepTemplateResponse,
|
|
378
|
+
type InvokeAudioCaptioningStepTemplateResponses,
|
|
354
379
|
type InvokeBatchOcrSafetyClassificationStepTemplateData,
|
|
355
380
|
type InvokeBatchOcrSafetyClassificationStepTemplateError,
|
|
356
381
|
type InvokeBatchOcrSafetyClassificationStepTemplateErrors,
|
|
@@ -567,6 +592,7 @@ export {
|
|
|
567
592
|
type MochiVideoGenInput,
|
|
568
593
|
type ModelClamScanInput,
|
|
569
594
|
type ModelClamScanOutput,
|
|
595
|
+
ModelClamScanStatus,
|
|
570
596
|
type ModelClamScanStep,
|
|
571
597
|
type ModelClamScanStepTemplate,
|
|
572
598
|
type ModelHashInput,
|
|
@@ -579,6 +605,7 @@ export {
|
|
|
579
605
|
type ModelParseMetadataStepTemplate,
|
|
580
606
|
type ModelPickleScanInput,
|
|
581
607
|
type ModelPickleScanOutput,
|
|
608
|
+
ModelPickleScanStatus,
|
|
582
609
|
type ModelPickleScanStep,
|
|
583
610
|
type ModelPickleScanStepTemplate,
|
|
584
611
|
type MusubiImageResourceTrainingInput,
|
|
@@ -721,6 +748,7 @@ export {
|
|
|
721
748
|
type Qwen3BaseTtsInput,
|
|
722
749
|
type Qwen3CustomVoiceTtsInput,
|
|
723
750
|
type Qwen3TextToSpeechInput,
|
|
751
|
+
type Qwen3VoiceDesignTtsInput,
|
|
724
752
|
type QwenAiToolkitTrainingInput,
|
|
725
753
|
type QwenImageGenInput,
|
|
726
754
|
type RefreshBlobData,
|
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, invalidateResource, invalidateUserCache, invokeAceStepAudioStepTemplate, invokeAgeClassificationStepTemplate, invokeBatchOcrSafetyClassificationStepTemplate, invokeBlobArchiveStepTemplate, invokeChatCompletionStepTemplate, invokeComfyStepTemplate, invokeConvertImageStepTemplate, invokeEchoStepTemplate, invokeHumanoidImageMaskStepTemplate, invokeImageGenStepTemplate, invokeImageResourceTrainingStepTemplate, invokeImageUploadStepTemplate, invokeImageUpscalerStepTemplate, invokeMediaCaptioningStepTemplate, invokeMediaHashStepTemplate, invokeMediaRatingStepTemplate, invokeModelClamScanStepTemplate, invokeModelHashStepTemplate, invokeModelParseMetadataStepTemplate, invokeModelPickleScanStepTemplate, invokePreprocessImageStepTemplate, invokePromptEnhancementStepTemplate, invokeRepeatStepTemplate, invokeTextToImageStepTemplate, invokeTextToSpeechStepTemplate, invokeTrainingStepTemplate, invokeTranscodeStepTemplate, invokeTranscriptionStepTemplate, invokeTryOnUStepTemplate, invokeVideoEnhancementStepTemplate, invokeVideoFrameExtractionStepTemplate, invokeVideoGenStepTemplate, invokeVideoInterpolationStepTemplate, invokeVideoMetadataStepTemplate, invokeVideoUpscalerStepTemplate, invokeWdTaggingStepTemplate, invokeXGuardModerationStepTemplate, patchWorkflow, patchWorkflowStep, queryWorkflows, refreshBlob, 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, ImageGenOutputFormat, ImageResouceTrainingModerationStatus, ImageTransformer, JobSupport, KlingMode, KlingModel, KlingV3Operation, KlingVideoGenAspectRatio, KlingVideoGenDuration, LeresBoost, LightricksAspectRatio, MediaHashType, Metric3dBackbone, MiniMaxVideoGenModel, NsfwLevel, OutputFormat, Priority, SafeMode, Scheduler, SdCppSampleMethod, SdCppSchedule, SdCppUCacheMode, SeedanceModel, SeedreamVersion, TrainingModerationStatus, TransactionType, UpdateWorkflowStatus, Veo3AspectRatio, Veo3GenerationMode, Veo3Version, ViduVideoGenModel, ViduVideoGenStyle, WorkflowStatus, WorkflowUpgradeMode, ZoeDepthEnvironment, } from './types.gen';
|
|
2
|
+
export { addWorkflowTag, deleteWorkflow, getBlob, getBlobArchive, getBlobContent, getBlockedContent, getConsumerBlobUploadUrl, getResource, getStreamingBlob, getWorkflow, getWorkflowStep, headBlob, invalidateResource, invalidateUserCache, invokeAceStepAudioStepTemplate, invokeAgeClassificationStepTemplate, invokeAudioCaptioningStepTemplate, invokeBatchOcrSafetyClassificationStepTemplate, invokeBlobArchiveStepTemplate, invokeChatCompletionStepTemplate, invokeComfyStepTemplate, invokeConvertImageStepTemplate, invokeEchoStepTemplate, invokeHumanoidImageMaskStepTemplate, invokeImageGenStepTemplate, invokeImageResourceTrainingStepTemplate, invokeImageUploadStepTemplate, invokeImageUpscalerStepTemplate, invokeMediaCaptioningStepTemplate, invokeMediaHashStepTemplate, invokeMediaRatingStepTemplate, invokeModelClamScanStepTemplate, invokeModelHashStepTemplate, invokeModelParseMetadataStepTemplate, invokeModelPickleScanStepTemplate, invokePreprocessImageStepTemplate, invokePromptEnhancementStepTemplate, invokeRepeatStepTemplate, invokeTextToImageStepTemplate, invokeTextToSpeechStepTemplate, invokeTrainingStepTemplate, invokeTranscodeStepTemplate, invokeTranscriptionStepTemplate, invokeTryOnUStepTemplate, invokeVideoEnhancementStepTemplate, invokeVideoFrameExtractionStepTemplate, invokeVideoGenStepTemplate, invokeVideoInterpolationStepTemplate, invokeVideoMetadataStepTemplate, invokeVideoUpscalerStepTemplate, invokeWdTaggingStepTemplate, invokeXGuardModerationStepTemplate, patchWorkflow, patchWorkflowStep, queryWorkflows, refreshBlob, 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, ImageGenOutputFormat, ImageResouceTrainingModerationStatus, ImageTransformer, JobSupport, KlingMode, KlingModel, KlingV3Operation, KlingVideoGenAspectRatio, KlingVideoGenDuration, LeresBoost, LightricksAspectRatio, MediaHashType, Metric3dBackbone, MiniMaxVideoGenModel, ModelClamScanStatus, ModelPickleScanStatus, NsfwLevel, OutputFormat, Priority, SafeMode, Scheduler, SdCppSampleMethod, SdCppSchedule, SdCppUCacheMode, SeedanceModel, SeedreamVersion, TrainingModerationStatus, TransactionType, UpdateWorkflowStatus, Veo3AspectRatio, Veo3GenerationMode, Veo3Version, ViduVideoGenModel, ViduVideoGenStyle, WorkflowStatus, WorkflowUpgradeMode, ZoeDepthEnvironment, } from './types.gen';
|