@contractspec/example.agent-console 1.54.0 → 1.56.0

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.
@@ -1,22 +1,22 @@
1
- import * as _contractspec_lib_schema235 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema329 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/run/run.enum.d.ts
4
4
  /**
5
5
  * Run status enum.
6
6
  */
7
- declare const RunStatusEnum: _contractspec_lib_schema235.EnumType<[string, string, string, string, string, string]>;
7
+ declare const RunStatusEnum: _contractspec_lib_schema329.EnumType<[string, string, string, string, string, string]>;
8
8
  /**
9
9
  * Run step type enum.
10
10
  */
11
- declare const RunStepTypeEnum: _contractspec_lib_schema235.EnumType<[string, string, string, string]>;
11
+ declare const RunStepTypeEnum: _contractspec_lib_schema329.EnumType<[string, string, string, string]>;
12
12
  /**
13
13
  * Log level enum.
14
14
  */
15
- declare const LogLevelEnum: _contractspec_lib_schema235.EnumType<[string, string, string, string]>;
15
+ declare const LogLevelEnum: _contractspec_lib_schema329.EnumType<[string, string, string, string]>;
16
16
  /**
17
17
  * Granularity enum for metrics.
18
18
  */
19
- declare const GranularityEnum: _contractspec_lib_schema235.EnumType<[string, string, string, string]>;
19
+ declare const GranularityEnum: _contractspec_lib_schema329.EnumType<[string, string, string, string]>;
20
20
  //#endregion
21
21
  export { GranularityEnum, LogLevelEnum, RunStatusEnum, RunStepTypeEnum };
22
22
  //# sourceMappingURL=run.enum.d.ts.map