feat: add bulk external observation publishing
This commit is contained in:
@@ -413,6 +413,10 @@ class ExternalObservationBulkDecision(BaseModel):
|
||||
items: list[ExternalObservationBulkItem] = Field(min_length=1, max_length=50)
|
||||
|
||||
|
||||
class ExternalObservationBulkAction(BaseModel):
|
||||
items: list[ExternalObservationBulkItem] = Field(min_length=1, max_length=50)
|
||||
|
||||
|
||||
class ExternalObservationBulkMapping(BaseModel):
|
||||
fish_slug: str
|
||||
waterbody_slug: str
|
||||
|
||||
Reference in New Issue
Block a user