Commit a271ae6
fix(gooddata-sdk): [AUTO] make LlmProvider models and providerConfig nullable
CatalogLlmProviderAttributes.models and .provider_config are now
Optional (| None = None) to match the updated OpenAPI spec where
providerConfig and models are no longer required fields. from_api()
now sets both to None (instead of empty list/dict) when the API
returns null, preventing incorrect construction of default objects.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4dc3f87 commit a271ae6
1 file changed
Lines changed: 16 additions & 12 deletions
Lines changed: 16 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
266 | 270 | | |
267 | 271 | | |
268 | 272 | | |
| |||
311 | 315 | | |
312 | 316 | | |
313 | 317 | | |
314 | | - | |
315 | | - | |
| 318 | + | |
| 319 | + | |
316 | 320 | | |
317 | 321 | | |
318 | 322 | | |
| |||
0 commit comments