Commit 7ad1b0b
fix(openapi): remove duplicate cursor wrapping in pipelines and exporters responses (#1312)
V2ListPipelinesResponse and V2ListExportersResponse had a nested cursor structure
(cursor.cursor.data) instead of the expected flat one (cursor.data). The responses
wrapped the CursorResponse schema in an extra cursor property with a redundant allOf,
while the referenced schemas already contained the cursor structure.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 84be17d commit 7ad1b0b
File tree
25 files changed
+236
-454
lines changed- docs/api
- openapi
- pkg/client
- .speakeasy
- logs
- docs
- models
- components
- operations
- sdks/v2
- models
- components
- operations
- test/e2e
25 files changed
+236
-454
lines changedSome 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.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2068 | 2068 | | |
2069 | 2069 | | |
2070 | 2070 | | |
2071 | | - | |
2072 | | - | |
2073 | | - | |
2074 | | - | |
2075 | | - | |
2076 | | - | |
2077 | | - | |
2078 | | - | |
2079 | | - | |
2080 | | - | |
| 2071 | + | |
2081 | 2072 | | |
2082 | 2073 | | |
2083 | 2074 | | |
| |||
2107 | 2098 | | |
2108 | 2099 | | |
2109 | 2100 | | |
2110 | | - | |
2111 | | - | |
2112 | | - | |
2113 | | - | |
2114 | | - | |
2115 | | - | |
2116 | | - | |
2117 | | - | |
2118 | | - | |
2119 | | - | |
2120 | | - | |
| 2101 | + | |
2121 | 2102 | | |
2122 | 2103 | | |
2123 | 2104 | | |
| |||
0 commit comments