@hautechai/sdk 0.3.27 → 0.3.28
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/autogenerated/api.d.ts +12 -0
- package/package.json +1 -1
|
@@ -2942,6 +2942,18 @@ export type ModifyAccessParamsDtoPrincipalTypeEnum = typeof ModifyAccessParamsDt
|
|
|
2942
2942
|
* @interface NaomiHauteV1Input
|
|
2943
2943
|
*/
|
|
2944
2944
|
export interface NaomiHauteV1Input {
|
|
2945
|
+
/**
|
|
2946
|
+
* The category of the second garment
|
|
2947
|
+
* @type {string}
|
|
2948
|
+
* @memberof NaomiHauteV1Input
|
|
2949
|
+
*/
|
|
2950
|
+
'secondaryCategory'?: string;
|
|
2951
|
+
/**
|
|
2952
|
+
* The image of the second garment
|
|
2953
|
+
* @type {string}
|
|
2954
|
+
* @memberof NaomiHauteV1Input
|
|
2955
|
+
*/
|
|
2956
|
+
'secondaryGarmentImageId'?: string;
|
|
2945
2957
|
/**
|
|
2946
2958
|
* UNSTABLE
|
|
2947
2959
|
* @type {Array<string>}
|