v1.0.0-rc.45

This commit is contained in:
2025-06-16 12:48:17 +02:00
parent da4d8868b3
commit ab5f502c8e
130 changed files with 232 additions and 131 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
export const OpenAPI: OpenAPIConfig = {
BASE: 'http://localhost:5232',
VERSION: '1.0.0-rc.44',
VERSION: '1.0.0-rc.45',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,
@@ -17,6 +17,7 @@ export type detector_list_element = {
nmodules: number;
width: number;
height: number;
pixel_size_mm?: number;
readout_time_us: number;
min_frame_time_us: number;
min_count_time_us: number;