File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ class AccountTransaction(TypedDict):
149149class AccountListOpts (TypedDict ):
150150 to_date : Optional [str ]
151151 from_date : Optional [str ]
152- page : Optional [str | int ]
153- page_limit : Optional [str | int ]
152+ page : Optional [int ]
153+ page_limit : Optional [int ]
154154 page_cursor : Optional [str ]
155155 status : Optional [str ]
156156 type : Optional [str ]
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ class EntityUpdateOpts(TypedDict):
104104class EntityListOpts (TypedDict ):
105105 to_date : Optional [str ]
106106 from_date : Optional [str ]
107- page : Optional [str | int ]
108- page_limit : Optional [str | int ]
107+ page : Optional [int ]
108+ page_limit : Optional [int ]
109109 page_cursor : Optional [str ]
110110 status : Optional [str ]
111111 type : Optional [str ]
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ class PaymentCreateOpts(TypedDict):
8080class PaymentListOpts (TypedDict ):
8181 to_date : Optional [str ]
8282 from_date : Optional [str ]
83- page : Optional [str | int ]
84- page_limit : Optional [str | int ]
83+ page : Optional [int ]
84+ page_limit : Optional [int ]
8585 page_cursor : Optional [str ]
8686 status : Optional [str ]
8787 type : Optional [str ]
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'method-python' ,
5- version = '0.0.20 ' ,
5+ version = '0.0.21 ' ,
66 description = 'Python library for the Method API' ,
77 author = 'Marco del Carmen' ,
88 author_email = 'marco@mdelcarmen.me' ,
You can’t perform that action at this time.
0 commit comments