Commit 5a1c5e5
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 520ff60 commit 5a1c5e5
File tree
26 files changed
+2185
-407
lines changed- docs/api
- openapi
- pkg/client
- .speakeasy
- logs
- docs
- models
- components
- operations
- sdks/v2
- models
- components
- operations
- speakeasyusagegen/.speakeasy/logs
- test/e2e
26 files changed
+2185
-407
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 | |
|---|---|---|---|
| |||
2064 | 2064 | | |
2065 | 2065 | | |
2066 | 2066 | | |
2067 | | - | |
2068 | | - | |
2069 | | - | |
2070 | | - | |
2071 | | - | |
2072 | | - | |
2073 | | - | |
2074 | | - | |
2075 | | - | |
2076 | | - | |
| 2067 | + | |
2077 | 2068 | | |
2078 | 2069 | | |
2079 | 2070 | | |
| |||
2103 | 2094 | | |
2104 | 2095 | | |
2105 | 2096 | | |
2106 | | - | |
2107 | | - | |
2108 | | - | |
2109 | | - | |
2110 | | - | |
2111 | | - | |
2112 | | - | |
2113 | | - | |
2114 | | - | |
2115 | | - | |
2116 | | - | |
| 2097 | + | |
2117 | 2098 | | |
2118 | 2099 | | |
2119 | 2100 | | |
| |||
0 commit comments