Commit ff61106
feat: add total? to CursorPaginatedCollectionProp to align with upstream ExO schema [DX-1000]
Add total?: number to CursorPaginatedCollectionProp<T> to match the optional
total field present in the upstream cursor-paginated collection envelope.
The pages optionality change (optional to required) is deferred: making pages
required breaks existing non-ExO consumers that return CollectionProp but are
typed as CursorPaginatedCollectionProp. Needs broader refactor to avoid
breaking create-environment-api.ts and plain-client.ts call sites.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 62685cb commit ff61106
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| 407 | + | |
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
| |||
0 commit comments