File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 15
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-6d4d2509d6d6d6f6cb90dcad9ddc75dc7562ff8ed3a055bee111921a83cb26d3.yml
33openapi_spec_hash : 9cf0d15c10c9061cebd0816868366d1d
4- config_hash : caa8421b07b8eb2eeb82175ec8427837
4+ config_hash : a7dc8380ffa9d78eee964a96e0eb7b54
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def next_page_info(self) -> Optional[PageInfo]:
3636 # TODO emit warning log
3737 return None
3838
39- return PageInfo (params = {"id_gt " : item .id })
39+ return PageInfo (params = {"path_gt " : item .id })
4040
4141
4242class AsyncGetDocumentInfoListCursor (BaseAsyncPage [_T ], BasePage [_T ], Generic [_T ]):
@@ -60,4 +60,4 @@ def next_page_info(self) -> Optional[PageInfo]:
6060 # TODO emit warning log
6161 return None
6262
63- return PageInfo (params = {"id_gt " : item .id })
63+ return PageInfo (params = {"path_gt " : item .id })
You can’t perform that action at this time.
0 commit comments