We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3bc39 commit 8c4c57aCopy full SHA for 8c4c57a
1 file changed
src/orb/types/invoice_list_params.py
@@ -52,8 +52,6 @@ class InvoiceListParams(TypedDict, total=False):
52
limit: int
53
"""The number of items to fetch. Defaults to 20."""
54
55
- status: Annotated[
56
- Optional[List[Literal["draft", "issued", "paid", "synced", "void"]]], PropertyInfo(alias="status[]")
57
- ]
+ status: Optional[List[Literal["draft", "issued", "paid", "synced", "void"]]]
58
59
subscription_id: Optional[str]
0 commit comments