@hautechai/sdk 0.3.9 → 0.3.10

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.
@@ -2274,7 +2274,7 @@ export interface NaomiHauteV1Input {
2274
2274
  * @type {Array<string>}
2275
2275
  * @memberof NaomiHauteV1Input
2276
2276
  */
2277
- 'loraNames'?: Array<string>;
2277
+ 'loraIds'?: Array<string>;
2278
2278
  /**
2279
2279
  *
2280
2280
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {