@zodic/shared 0.0.333 → 0.0.335

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.333",
3
+ "version": "0.0.335",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -301,7 +301,7 @@ export interface LeonardoRequestBody {
301
301
  modelId: string;
302
302
  presetStyle: string;
303
303
  alchemy: boolean;
304
- controlnets?: Array<ControlNet>;
304
+ controlnets?: Array<ControlNetConfig>;
305
305
  init_generation_image_id?: string;
306
306
  init_strength?: number;
307
307
  }