@hautechai/sdk 2.20.0 → 2.20.1

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/index.d.mts CHANGED
@@ -12093,8 +12093,6 @@ interface WorkflowStatisticsDto {
12093
12093
  completedRuns: number;
12094
12094
  /** Number of failed runs */
12095
12095
  failedRuns: number;
12096
- /** Total earned amount (credits) by the workflow owner from these runs as a decimal string */
12097
- totalEarned: string;
12098
12096
  }
12099
12097
 
12100
12098
  /**
package/dist/index.d.ts CHANGED
@@ -12093,8 +12093,6 @@ interface WorkflowStatisticsDto {
12093
12093
  completedRuns: number;
12094
12094
  /** Number of failed runs */
12095
12095
  failedRuns: number;
12096
- /** Total earned amount (credits) by the workflow owner from these runs as a decimal string */
12097
- totalEarned: string;
12098
12096
  }
12099
12097
 
12100
12098
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hautechai/sdk",
3
- "version": "2.20.0",
3
+ "version": "2.20.1",
4
4
  "license": "MIT",
5
5
  "keywords": [],
6
6
  "repository": {