@civitai/client 0.2.0-beta.57 → 0.2.0-beta.58

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.
@@ -6650,6 +6650,7 @@ export type ZImageBaseImageGenInput = Omit<
6650
6650
  };
6651
6651
  export type ZImageImageGenInput = Omit<SdCppImageGenInput, 'engine' | 'ecosystem'> & {
6652
6652
  model: string;
6653
+ diffuserModel?: string;
6653
6654
  ecosystem: 'zImage';
6654
6655
  engine: 'sdcpp';
6655
6656
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/client",
3
- "version": "0.2.0-beta.57",
3
+ "version": "0.2.0-beta.58",
4
4
  "description": "Civitai's javascript client for generating ai content",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",