Commit eac5b8b
committed
refactor: Name the paginated request type SeamPaginatedRequest
A bare boolean type argument in createPaginator's signature was opaque.
Express the pagination gate through an exported SeamPaginatedRequest
alias, used by createPaginator, SeamPaginator, and the generated
request types of paginated endpoints, so signatures read as intent
while non-paginated requests remain a compile error.
Also merges main.
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01B8xeJm2Hd923k8uo6eoFd21 parent f6c000c commit eac5b8b
49 files changed
Lines changed: 267 additions & 145 deletions
File tree
- codegen/layouts/partials
- src/lib
- routes
- access-codes
- simulate
- unmanaged
- access-grants
- unmanaged
- access-methods
- unmanaged
- acs
- access-groups
- credentials
- encoders
- simulate
- entrances
- systems
- users
- action-attempts
- client-sessions
- connect-webviews
- connected-accounts
- simulate
- customers
- devices
- simulate
- unmanaged
- events
- instant-keys
- locks
- simulate
- noise-sensors
- noise-thresholds
- simulate
- phones
- simulate
- spaces
- thermostats
- daily-programs
- schedules
- simulate
- user-identities
- unmanaged
- webhooks
- workspaces
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments