Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hochfrequenz committed Jun 25, 2024
1 parent ed581ea commit b6549a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BO4E.BO.Angebot.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ export type Zaehlwerk = {
anzahlAblesungen?: number | null;
zaehlzeiten?: Zaehlzeitregister;
konfiguration?: string | null;
emobilitaetsart?: null | "WALLBOX" | "E_MOBILITAETSLADESAEULE" | "LADEPARK";
[k: string]: unknown;
} & Zaehlwerk1;
export type Verwendungszweck = {
Expand Down Expand Up @@ -1575,6 +1576,7 @@ export type Zaehlwerk1 = {
anzahlAblesungen?: number | null;
zaehlzeiten?: Zaehlzeitregister1;
konfiguration?: string | null;
emobilitaetsart?: null | "WALLBOX" | "E_MOBILITAETSLADESAEULE" | "LADEPARK";
[k: string]: unknown;
} | null;
export type Verbrauch = {
Expand Down Expand Up @@ -2588,6 +2590,7 @@ export type Messprodukt = {
zaehlzeiten?: Zaehlzeitregister1;
zweiteMessung?: boolean | null;
werteuebermittlungAnNB?: boolean | null;
emobilitaetsart?: null | "WALLBOX" | "E_MOBILITAETSLADESAEULE" | "LADEPARK";
[k: string]: unknown;
} & Messprodukt1;
export type Messprodukt1 = {
Expand All @@ -2601,6 +2604,7 @@ export type Messprodukt1 = {
zaehlzeiten?: Zaehlzeitregister1;
zweiteMessung?: boolean | null;
werteuebermittlungAnNB?: boolean | null;
emobilitaetsart?: null | "WALLBOX" | "E_MOBILITAETSLADESAEULE" | "LADEPARK";
[k: string]: unknown;
} | null;
export type Lokationszuordnung = {
Expand Down

0 comments on commit b6549a8

Please sign in to comment.