Commit 258ebaa
fix: move odata_delta_link to end of PageResult fields
Keeps the field addition purely additive for positional construction
(PageResult(next_link, value)), avoiding a breaking change for any
downstream caller not using keyword arguments, per the repo's
contribution guideline against interface-breaking trivial PRs.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 455197a commit 258ebaa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments