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 @@ -7,7 +7,7 @@ export interface GetDocumentInfoListCursorResponse<Item> {
77}
88
99export interface GetDocumentInfoListCursorParams {
10- id_gt ?: string ;
10+ path_gt ?: string ;
1111
1212 limit ?: number ;
1313}
@@ -54,6 +54,6 @@ export class GetDocumentInfoListCursor<Item extends { id: string }>
5454 return null ;
5555 }
5656
57- return { params : { id_gt : id } } ;
57+ return { params : { path_gt : id } } ;
5858 }
5959}
You can’t perform that action at this time.
0 commit comments