@hautechai/sdk 2.10.0 → 2.11.0

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/index.d.mts CHANGED
@@ -6570,6 +6570,7 @@ interface NaomiHauteV1Input {
6570
6570
  */
6571
6571
  numInferenceSteps?: number;
6572
6572
  mode?: NaomiHauteV1InputMode;
6573
+ extraLoraUrls?: string[];
6573
6574
  }
6574
6575
 
6575
6576
  /**
package/dist/index.d.ts CHANGED
@@ -6570,6 +6570,7 @@ interface NaomiHauteV1Input {
6570
6570
  */
6571
6571
  numInferenceSteps?: number;
6572
6572
  mode?: NaomiHauteV1InputMode;
6573
+ extraLoraUrls?: string[];
6573
6574
  }
6574
6575
 
6575
6576
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {