Skip to content

Commit 144aea6

Browse files
committed
feat(street-project): Add numberOfGroups schema on project street
1 parent 438603c commit 144aea6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

functions/definition/models.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ FbMappingGroupStreetCreateOnlyInput:
479479
fields:
480480
groupId:
481481
type: string
482+
numberOfGroups:
483+
type: int
482484

483485
FbMappingTaskCreateOnlyInput:
484486
model: alias

functions/generated/pyfirebase/pyfirebase_mapswipe/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ class FbMappingGroupStreetCreateOnlyInput(TypesyncModel):
535535
"""Represents STREET mapping group fields that are valid while creating a mapping group"""
536536

537537
groupId: str
538+
numberOfGroups: int
538539

539540
class Config:
540541
use_enum_values = False

0 commit comments

Comments
 (0)