Skip to content

Commit a9ac415

Browse files
feat(api): manual updates
1 parent 6c6d3e1 commit a9ac415

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 15
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zeroentropy%2Fzeroentropy-6d4d2509d6d6d6f6cb90dcad9ddc75dc7562ff8ed3a055bee111921a83cb26d3.yml
33
openapi_spec_hash: 9cf0d15c10c9061cebd0816868366d1d
4-
config_hash: caa8421b07b8eb2eeb82175ec8427837
4+
config_hash: a7dc8380ffa9d78eee964a96e0eb7b54

src/pagination.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface GetDocumentInfoListCursorResponse<Item> {
77
}
88

99
export 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
}

0 commit comments

Comments
 (0)