(20260309) Added new 'mode' for formatting the muster roll'.
This commit is contained in:
@@ -84,6 +84,11 @@ class CosecMusterRollReportRequestData(BaseModel):
|
||||
frozen = True,
|
||||
)
|
||||
|
||||
mode: Literal["array", "map"] = Field(
|
||||
description = "The format in which the response is desired.",
|
||||
frozen = True,
|
||||
)
|
||||
|
||||
# ┏┓ ┏•
|
||||
# ┃ ┏┓┏┓╋┓┏┓
|
||||
# ┗┛┗┛┛┗┛┗┗┫
|
||||
|
||||
Reference in New Issue
Block a user