File tree Expand file tree Collapse file tree 5 files changed +132
-60
lines changed
generated/pyfirebase/pyfirebase_mapswipe Expand file tree Collapse file tree 5 files changed +132
-60
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class FbProject(
1212 models .FbProjectReadonlyType ,
1313):
1414 class Config : # type: ignore[reportIncompatibleVariableOverride]
15- use_enum_values = True
15+ use_enum_values = False
1616 frozen = True
1717 # NOTE: We need to allow extra fields as FbProject
1818 # is not a complete project representation
@@ -24,7 +24,7 @@ class FbMappingGroup(
2424 models .FbMappingGroupReadonlyType ,
2525):
2626 class Config : # type: ignore[reportIncompatibleVariableOverride]
27- use_enum_values = True
27+ use_enum_values = False
2828 frozen = True
2929 extra = "forbid"
3030
@@ -34,6 +34,6 @@ class FbUser(
3434 models .FbUserReadonlyType ,
3535):
3636 class Config : # type: ignore[reportIncompatibleVariableOverride]
37- use_enum_values = True
37+ use_enum_values = False
3838 frozen = True
3939 extra = "forbid"
You can’t perform that action at this time.
0 commit comments