@hautechai/sdk 0.3.40 → 0.3.41

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.
@@ -3860,7 +3860,7 @@ export interface PipelineDto {
3860
3860
  * @type {string}
3861
3861
  * @memberof PipelineDto
3862
3862
  */
3863
- 'totalExecutionPrice': string;
3863
+ 'consumedCredits': string;
3864
3864
  /**
3865
3865
  * Total price of all successfully completed tasks in the pipeline as a decimal string
3866
3866
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {