@hautechai/sdk 1.0.5 → 1.0.6

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/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [1.0.5](https://github.com/HautechAI/sdk/compare/@hautechai/sdk@1.0.4...@hautechai/sdk@1.0.5) (2025-07-18)
1
+ ## [1.0.6](https://github.com/HautechAI/sdk/compare/@hautechai/sdk@1.0.5...@hautechai/sdk@1.0.6) (2025-07-18)
@@ -4515,11 +4515,11 @@ export interface PipelineDto {
4515
4515
  */
4516
4516
  'kind': PipelineDtoKindEnum;
4517
4517
  /**
4518
- * Total credits of all tasks in the pipeline as a decimal string
4518
+ * Total estimated credits of all tasks in the pipeline as a decimal string
4519
4519
  * @type {string}
4520
4520
  * @memberof PipelineDto
4521
4521
  */
4522
- 'totalCredits': string;
4522
+ 'estimatedCredits': string;
4523
4523
  /**
4524
4524
  * Consumed credits of all successfully completed tasks in the pipeline as a decimal string
4525
4525
  * @type {string}
@@ -4631,11 +4631,11 @@ export interface PipelinePreviewDto {
4631
4631
  */
4632
4632
  'kind': PipelinePreviewDtoKindEnum;
4633
4633
  /**
4634
- * Total credits of all tasks in the pipeline as a decimal string
4634
+ * Total estimated credits of all tasks in the pipeline as a decimal string
4635
4635
  * @type {string}
4636
4636
  * @memberof PipelinePreviewDto
4637
4637
  */
4638
- 'totalCredits': string;
4638
+ 'estimatedCredits': string;
4639
4639
  /**
4640
4640
  * Consumed credits of all successfully completed tasks in the pipeline as a decimal string
4641
4641
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {