asteroid-odyssey 1.6.794 → 1.6.796
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 +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -437,6 +437,14 @@ type AgentsCustomerActivityCustomerActivityRow = {
|
|
|
437
437
|
* Executions created in the last 30 days.
|
|
438
438
|
*/
|
|
439
439
|
execs30d: number;
|
|
440
|
+
/**
|
|
441
|
+
* Distinct UTC days with at least one execution created in the last 14 days. Raw baseline for the digest's sudden-stop signal.
|
|
442
|
+
*/
|
|
443
|
+
activeDays14d: number;
|
|
444
|
+
/**
|
|
445
|
+
* Count of ExecutionFailed/ExecutionActionFailed events carrying an os_error (infrastructure/sandbox failure, as opposed to a task failure) in the last 7 days.
|
|
446
|
+
*/
|
|
447
|
+
osErrorCount7d: number;
|
|
440
448
|
/**
|
|
441
449
|
* completed / (completed+failed) over runs that ended in the last 7 days, 0..1. Absent when fewer than 5 finished runs (volume floor).
|
|
442
450
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -437,6 +437,14 @@ type AgentsCustomerActivityCustomerActivityRow = {
|
|
|
437
437
|
* Executions created in the last 30 days.
|
|
438
438
|
*/
|
|
439
439
|
execs30d: number;
|
|
440
|
+
/**
|
|
441
|
+
* Distinct UTC days with at least one execution created in the last 14 days. Raw baseline for the digest's sudden-stop signal.
|
|
442
|
+
*/
|
|
443
|
+
activeDays14d: number;
|
|
444
|
+
/**
|
|
445
|
+
* Count of ExecutionFailed/ExecutionActionFailed events carrying an os_error (infrastructure/sandbox failure, as opposed to a task failure) in the last 7 days.
|
|
446
|
+
*/
|
|
447
|
+
osErrorCount7d: number;
|
|
440
448
|
/**
|
|
441
449
|
* completed / (completed+failed) over runs that ended in the last 7 days, 0..1. Absent when fewer than 5 finished runs (volume floor).
|
|
442
450
|
*/
|