@civitai/client 0.2.0-beta.67 → 0.2.0-beta.69
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 +2 -0
- package/dist/generated/schemas.gen.d.ts +2083 -2028
- package/dist/generated/schemas.gen.js +2093 -2031
- package/dist/generated/services.gen.d.ts +88 -90
- package/dist/generated/services.gen.js +100 -147
- package/dist/generated/types.gen.d.ts +52 -0
- package/dist/utils/types.d.ts +3 -0
- package/dist/utils/types.js +1 -0
- package/package.json +1 -1
|
@@ -615,6 +615,8 @@ export {
|
|
|
615
615
|
type LightricksVideoGenInput,
|
|
616
616
|
type Ltx23AiToolkitTrainingInput,
|
|
617
617
|
type Ltx2AiToolkitTrainingInput,
|
|
618
|
+
type MaiImageCreateFalImageGenInput,
|
|
619
|
+
type MaiImageFalImageGenInput,
|
|
618
620
|
type MediaCaptioningInput,
|
|
619
621
|
type MediaCaptioningOutput,
|
|
620
622
|
type MediaCaptioningStep,
|