File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Regionsoperation(COM):
3737
3838 """
3939
40- typ : Annotated [Literal [ComTyp .REGIONSKRITERIUM ], Field (alias = "_typ" )] = ComTyp .REGIONSKRITERIUM
40+ typ : Annotated [Literal [ComTyp .REGIONSOPERATION ], Field (alias = "_typ" )] = ComTyp .REGIONSOPERATION
4141
4242 regionsoperator : Optional [Operator ] = None
4343 prioritaet : Optional [int ] = None
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ComTyp(StrEnum):
4949 REGIONALEPREISSTAFFEL = "REGIONALEPREISSTAFFEL"
5050 REGIONALERAUFABSCHLAG = "REGIONALERAUFABSCHLAG"
5151 REGIONALETARIFPREISPOSITION = "REGIONALETARIFPREISPOSITION"
52- REGIONSKRITERIUM = "REGIONSKRITERIUM "
52+ REGIONSOPERATION = "REGIONSOPERATION "
5353 SIGMOIDPARAMETER = "SIGMOIDPARAMETER"
5454 STANDORTEIGENSCHAFTENGAS = "STANDORTEIGENSCHAFTENGAS"
5555 STANDORTEIGENSCHAFTENSTROM = "STANDORTEIGENSCHAFTENSTROM"
You can’t perform that action at this time.
0 commit comments