@civitai/client 0.2.0-beta.54 → 0.2.0-beta.56
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 +6 -0
- package/dist/generated/schemas.gen.d.ts +1811 -1866
- package/dist/generated/schemas.gen.js +2020 -2082
- package/dist/generated/services.gen.d.ts +90 -88
- package/dist/generated/services.gen.js +147 -100
- package/dist/generated/types.gen.d.ts +78 -0
- package/dist/utils/Air.d.ts +3 -1
- package/dist/utils/Air.js +3 -3
- package/package.json +2 -2
- package/dist/utils/types.d.ts +0 -3
- package/dist/utils/types.js +0 -1
|
@@ -289,6 +289,12 @@ export {
|
|
|
289
289
|
type HaiperVideoGenInput,
|
|
290
290
|
HaiperVideoGenModel,
|
|
291
291
|
type HaiperVideoGenOutput,
|
|
292
|
+
type HappyHorseV1ImageToVideoInput,
|
|
293
|
+
type HappyHorseV1ReferenceToVideoInput,
|
|
294
|
+
type HappyHorseV1TextToVideoInput,
|
|
295
|
+
type HappyHorseV1VideoEditInput,
|
|
296
|
+
type HappyHorseV1VideoGenInput,
|
|
297
|
+
type HappyHorseVideoGenInput,
|
|
292
298
|
type HeadBlobData,
|
|
293
299
|
type HeadBlobError,
|
|
294
300
|
type HeadBlobErrors,
|