Neuausstellung + Verschlankung
This commit is contained in:
@@ -112,4 +112,13 @@ export const SERVICES: Record<
|
||||
};
|
||||
|
||||
export const BASE_URI = process.env.NODE_ENV == "production" ? "https://online-energieausweis.org" : "http://localhost:3000";
|
||||
export const LEX_OFFICE_API_KEY = process.env.NODE_ENV == "production" ? "iwQLCU_ZAq6bVV7hmR8RO8MiC8Q" : "iwQLCU_ZAq6bVV7hmR8RO8MiC8Q"
|
||||
export const LEX_OFFICE_API_KEY = process.env.NODE_ENV == "production" ? "iwQLCU_ZAq6bVV7hmR8RO8MiC8Q" : "iwQLCU_ZAq6bVV7hmR8RO8MiC8Q"
|
||||
|
||||
export enum AusstellungsTyp {
|
||||
// Objekt wird behalten, Aufnahme und Ausweis werden neu angelegt.
|
||||
Neuausstellung = "Neuausstellung",
|
||||
// Alles wird behalten, Ausweis, Aufnahme und Objekt werden gespeichert, dafür müssen alle drei bereits existieren.
|
||||
Speichern = "Speichern",
|
||||
// Objekt und Aufnahme werden behalten, Ausweis wird neu angelegt.
|
||||
Alternativdokument = "Alternativdokument",
|
||||
}
|
||||
Reference in New Issue
Block a user