@hautechai/sdk 0.3.4 → 0.3.5

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.
@@ -2334,7 +2334,7 @@ export interface NaomiHauteV1Input {
2334
2334
  * @type {string}
2335
2335
  * @memberof NaomiHauteV1Input
2336
2336
  */
2337
- 'mode': NaomiHauteV1InputModeEnum;
2337
+ 'mode'?: NaomiHauteV1InputModeEnum;
2338
2338
  }
2339
2339
  export declare const NaomiHauteV1InputModeEnum: {
2340
2340
  readonly ApparelToModel: "apparel_to_model";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {