@hautechai/sdk 0.3.42 → 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 +22 -4
- package/package.json +1 -1
|
@@ -1393,6 +1393,24 @@ export interface EditFluxKontextDevV1Input {
|
|
|
1393
1393
|
* @memberof EditFluxKontextDevV1Input
|
|
1394
1394
|
*/
|
|
1395
1395
|
'imageId'?: string;
|
|
1396
|
+
/**
|
|
1397
|
+
*
|
|
1398
|
+
* @type {number}
|
|
1399
|
+
* @memberof EditFluxKontextDevV1Input
|
|
1400
|
+
*/
|
|
1401
|
+
'numberOfSteps'?: number;
|
|
1402
|
+
/**
|
|
1403
|
+
*
|
|
1404
|
+
* @type {number}
|
|
1405
|
+
* @memberof EditFluxKontextDevV1Input
|
|
1406
|
+
*/
|
|
1407
|
+
'guidance'?: number;
|
|
1408
|
+
/**
|
|
1409
|
+
*
|
|
1410
|
+
* @type {number}
|
|
1411
|
+
* @memberof EditFluxKontextDevV1Input
|
|
1412
|
+
*/
|
|
1413
|
+
'seed'?: number;
|
|
1396
1414
|
}
|
|
1397
1415
|
/**
|
|
1398
1416
|
*
|
|
@@ -3856,17 +3874,17 @@ export interface PipelineDto {
|
|
|
3856
3874
|
[key: string]: PipelineDtoStateValue;
|
|
3857
3875
|
};
|
|
3858
3876
|
/**
|
|
3859
|
-
* Total
|
|
3877
|
+
* Total credits of all tasks in the pipeline as a decimal string
|
|
3860
3878
|
* @type {string}
|
|
3861
3879
|
* @memberof PipelineDto
|
|
3862
3880
|
*/
|
|
3863
|
-
'
|
|
3881
|
+
'totalCredits': string;
|
|
3864
3882
|
/**
|
|
3865
|
-
*
|
|
3883
|
+
* Consumed credits of all successfully completed tasks in the pipeline as a decimal string
|
|
3866
3884
|
* @type {string}
|
|
3867
3885
|
* @memberof PipelineDto
|
|
3868
3886
|
*/
|
|
3869
|
-
'
|
|
3887
|
+
'consumedCredits': string;
|
|
3870
3888
|
/**
|
|
3871
3889
|
*
|
|
3872
3890
|
* @type {object}
|