Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion functions/definition/project/project_types/street.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ FbMappingTaskStreetCreateOnlyInput:
type: object
fields:
taskId:
type: string
type: int
groupId:
type: string
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def __setattr__(self, name: str, value: typing.Any) -> None:
class FbMappingTaskStreetCreateOnlyInput(TypesyncModel):
"""Represents STREET mapping task fields that are valid while creating a task"""

taskId: str
taskId: int
groupId: str

class Config:
Expand Down
Loading