Skip to content

Commit

Permalink
re-generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-codefresh committed Aug 15, 2024
1 parent 931b359 commit 88f3be3
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 237 deletions.
61 changes: 0 additions & 61 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4056,52 +4056,6 @@
}
}
},
"/api/v1/stream/events": {
"get": {
"tags": [
"Eventing"
],
"operationId": "Eventing_StartEventSource",
"parameters": [
{
"type": "string",
"description": "The event source name.",
"name": "name",
"in": "query"
},
{
"type": "string",
"format": "byte",
"description": "The event source configuration value.",
"name": "config",
"in": "query"
}
],
"responses": {
"200": {
"description": "A successful response.(streaming responses)",
"schema": {
"type": "object",
"title": "Stream result of genericEvent",
"properties": {
"error": {
"$ref": "#/definitions/runtimeStreamError"
},
"result": {
"$ref": "#/definitions/genericEvent"
}
}
}
},
"default": {
"description": "An unexpected error response.",
"schema": {
"$ref": "#/definitions/runtimeError"
}
}
}
}
},
"/api/version": {
"get": {
"tags": [
Expand Down Expand Up @@ -4790,21 +4744,6 @@
}
}
},
"genericEvent": {
"type": "object",
"title": "*\nRepresents an event",
"properties": {
"name": {
"description": "The event source name.",
"type": "string"
},
"payload": {
"description": "The event payload.",
"type": "string",
"format": "byte"
}
}
},
"gpgkeyGnuPGPublicKeyCreateResponse": {
"type": "object",
"title": "Response to a public key creation request",
Expand Down
237 changes: 61 additions & 176 deletions pkg/apiclient/events/events.pb.go

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

0 comments on commit 88f3be3

Please sign in to comment.