Skip to content

Commit

Permalink
Update OpenAPI spec and regenerate libs (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-lucho authored Aug 7, 2024
1 parent a508405 commit ea6f38c
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 2 deletions.
31 changes: 30 additions & 1 deletion go/internal/openapi/model_event_type_from_open_api.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_event_type_in.go

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

31 changes: 30 additions & 1 deletion go/internal/openapi/model_event_type_out.go

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

36 changes: 36 additions & 0 deletions go/internal/openapi/model_event_type_patch.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_event_type_update.go

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

19 changes: 19 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,9 @@
},
"EventTypeFromOpenApi": {
"properties": {
"deprecated": {
"type": "boolean"
},
"description": {
"type": "string"
},
Expand Down Expand Up @@ -1855,6 +1858,7 @@
}
},
"required": [
"deprecated",
"description",
"name"
],
Expand Down Expand Up @@ -2013,6 +2017,10 @@
"example": false,
"type": "boolean"
},
"deprecated": {
"default": false,
"type": "boolean"
},
"description": {
"example": "A user has signed up",
"type": "string"
Expand Down Expand Up @@ -2086,6 +2094,9 @@
"format": "date-time",
"type": "string"
},
"deprecated": {
"type": "boolean"
},
"description": {
"example": "A user has signed up",
"type": "string"
Expand Down Expand Up @@ -2148,6 +2159,7 @@
},
"required": [
"createdAt",
"deprecated",
"description",
"name",
"updatedAt"
Expand All @@ -2159,6 +2171,9 @@
"archived": {
"type": "boolean"
},
"deprecated": {
"type": "boolean"
},
"description": {
"type": "string"
},
Expand Down Expand Up @@ -2243,6 +2258,10 @@
"example": false,
"type": "boolean"
},
"deprecated": {
"default": false,
"type": "boolean"
},
"description": {
"example": "A user has signed up",
"type": "string"
Expand Down

0 comments on commit ea6f38c

Please sign in to comment.