Skip to content

Commit fba87d5

Browse files
authored
Update OpenAPI spec and regenerate libs (#1155)
Update OpenAPI spec and regenerate libs
1 parent 62c74ad commit fba87d5

File tree

4 files changed

+159
-0
lines changed

4 files changed

+159
-0
lines changed

go/internal/openapi/model_environment_settings_out.go

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

go/internal/openapi/model_settings_in.go

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

go/internal/openapi/model_settings_out.go

Lines changed: 46 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,13 @@
14411441
"pattern": "^[a-zA-Z0-9\\-_ ]+$",
14421442
"type": "string"
14431443
},
1444+
"customFontFamilyUrl": {
1445+
"format": "uri",
1446+
"maxLength": 65536,
1447+
"minLength": 1,
1448+
"nullable": true,
1449+
"type": "string"
1450+
},
14441451
"customLogoUrl": {
14451452
"format": "uri",
14461453
"maxLength": 65536,
@@ -3365,6 +3372,13 @@
33653372
"pattern": "^[a-zA-Z0-9\\-_ ]+$",
33663373
"type": "string"
33673374
},
3375+
"customFontFamilyUrl": {
3376+
"format": "uri",
3377+
"maxLength": 65536,
3378+
"minLength": 1,
3379+
"nullable": true,
3380+
"type": "string"
3381+
},
33683382
"customLogoUrl": {
33693383
"format": "uri",
33703384
"maxLength": 65536,
@@ -3436,6 +3450,13 @@
34363450
"pattern": "^[a-zA-Z0-9\\-_ ]+$",
34373451
"type": "string"
34383452
},
3453+
"customFontFamilyUrl": {
3454+
"format": "uri",
3455+
"maxLength": 65536,
3456+
"minLength": 1,
3457+
"nullable": true,
3458+
"type": "string"
3459+
},
34393460
"customLogoUrl": {
34403461
"format": "uri",
34413462
"maxLength": 65536,

0 commit comments

Comments
 (0)