Skip to content

Commit 364ba3e

Browse files
authored
Update openapi spec and regenerate libs (#1159)
Update openapi spec and regenerate libs
1 parent 1cc9f14 commit 364ba3e

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

go/internal/openapi/model_custom_color_palette.go

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,18 @@
431431
"$ref": "#/components/schemas/Color",
432432
"nullable": true
433433
},
434+
"buttonPrimary": {
435+
"$ref": "#/components/schemas/Color",
436+
"nullable": true
437+
},
434438
"interactiveAccent": {
435439
"$ref": "#/components/schemas/Color",
436440
"nullable": true
437441
},
442+
"navigationAccent": {
443+
"$ref": "#/components/schemas/Color",
444+
"nullable": true
445+
},
438446
"primary": {
439447
"$ref": "#/components/schemas/Color",
440448
"nullable": true

0 commit comments

Comments
 (0)