@hautechai/sdk 0.3.43 → 0.3.44
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 +10 -4
- package/package.json +1 -1
|
@@ -1405,6 +1405,12 @@ export interface EditFluxKontextDevV1Input {
|
|
|
1405
1405
|
* @memberof EditFluxKontextDevV1Input
|
|
1406
1406
|
*/
|
|
1407
1407
|
'guidance'?: number;
|
|
1408
|
+
/**
|
|
1409
|
+
*
|
|
1410
|
+
* @type {number}
|
|
1411
|
+
* @memberof EditFluxKontextDevV1Input
|
|
1412
|
+
*/
|
|
1413
|
+
'seed'?: number;
|
|
1408
1414
|
}
|
|
1409
1415
|
/**
|
|
1410
1416
|
*
|
|
@@ -3868,17 +3874,17 @@ export interface PipelineDto {
|
|
|
3868
3874
|
[key: string]: PipelineDtoStateValue;
|
|
3869
3875
|
};
|
|
3870
3876
|
/**
|
|
3871
|
-
* Total
|
|
3877
|
+
* Total credits of all tasks in the pipeline as a decimal string
|
|
3872
3878
|
* @type {string}
|
|
3873
3879
|
* @memberof PipelineDto
|
|
3874
3880
|
*/
|
|
3875
|
-
'
|
|
3881
|
+
'totalCredits': string;
|
|
3876
3882
|
/**
|
|
3877
|
-
*
|
|
3883
|
+
* Consumed credits of all successfully completed tasks in the pipeline as a decimal string
|
|
3878
3884
|
* @type {string}
|
|
3879
3885
|
* @memberof PipelineDto
|
|
3880
3886
|
*/
|
|
3881
|
-
'
|
|
3887
|
+
'consumedCredits': string;
|
|
3882
3888
|
/**
|
|
3883
3889
|
*
|
|
3884
3890
|
* @type {object}
|