Merged develop into bugfix/uploadsounds-2

This commit is contained in:
2025-11-04 11:37:59 +00:00
8 changed files with 438 additions and 173 deletions

View File

@@ -48,10 +48,11 @@ export type CameraSettingErrorValues = Partial<Record<keyof CameraSettingValues,
export type BearerTypeFieldType = {
format: string;
enabled: boolean;
verbose: boolean;
verbose?: boolean;
};
export type InitialValuesForm = {
format: string;
backOfficeURL: string;
username: string;
password: string;
@@ -67,6 +68,13 @@ export type InitialValuesFormErrors = {
readTimeoutSeconds?: string;
};
export type OptionalBOF2Constants = {
FFID?: "";
SCID?: "";
timestampSource?: "";
GPSFormat?: "";
};
export type NPEDFieldType = {
frontId: string;
username: string | undefined;