Skip to content

Commit

Permalink
Update OpenAPI spec and regenerate libs
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-lucho committed Feb 29, 2024
1 parent bad3520 commit 4f308bd
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 0 deletions.
40 changes: 40 additions & 0 deletions go/internal/openapi/model_environment_settings_out.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions go/internal/openapi/model_settings_in.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions go/internal/openapi/model_settings_out.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,10 @@
"enableTransformations": {
"default": false,
"type": "boolean"
},
"showUseSvixPlay": {
"default": true,
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -3508,6 +3512,10 @@
"readOnly": {
"default": false,
"type": "boolean"
},
"showUseSvixPlay": {
"default": true,
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -3586,6 +3594,10 @@
"readOnly": {
"default": false,
"type": "boolean"
},
"showUseSvixPlay": {
"default": true,
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit 4f308bd

Please sign in to comment.