@hautechai/sdk 0.3.8 → 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.
@@ -2269,6 +2269,12 @@ export type ModifyAccessParamsDtoPrincipalTypeEnum = typeof ModifyAccessParamsDt
2269
2269
  * @interface NaomiHauteV1Input
2270
2270
  */
2271
2271
  export interface NaomiHauteV1Input {
2272
+ /**
2273
+ * UNSTABLE
2274
+ * @type {Array<string>}
2275
+ * @memberof NaomiHauteV1Input
2276
+ */
2277
+ 'loraIds'?: Array<string>;
2272
2278
  /**
2273
2279
  *
2274
2280
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {