Models¶
flowtask.interfaces.parrot.tools.models
¶
EmployeeInput
¶
Bases: BaseModel
Input schema for employee-related operations requiring an Employee ID.
ManagerInput
¶
Bases: BaseModel
Input schema for manager-related operations requiring a Manager ID.
NextStopStore
¶
Bases: Model
Model representing Table for the NextStop system.
Meta
¶
Meta class for NextStopStore model.
StoreInfoInput
¶
Bases: BaseModel
Input schema for store-related operations requiring a Store ID.