Commit f7826bc
authored
chore(Transfer, TypeScript): fix event list response types (#754)
The Transfer service returns a `total` property from both the user and
endpoint-manager `/event_list` endpoints. This value is *not* included
in some other responses that use [offset
paging](https://docs.globus.org/api/transfer/overview/#offset_paging).
Similarly, the `event_list` responses do *not* include `has_next_page`,
so I've marked it as optional.
Finally, the `DATA_TYPE` property from this endpoint was not quite
correct.1 parent c2c5b9c commit f7826bc
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments