- refactored to fetch confis based on formats

- send configs based on formats
This commit is contained in:
2025-11-03 15:01:13 +00:00
parent cd26b3b68f
commit 933c101cbc
8 changed files with 353 additions and 251 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;