@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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
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
|
/**
|