Skip to content

Commit

Permalink
re-generate API
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljurecko committed May 22, 2024
1 parent 8cb9d17 commit 5896006
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 14 deletions.

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

18 changes: 12 additions & 6 deletions internal/pkg/service/stream/api/gen/http/stream/server/types.go

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

8 changes: 7 additions & 1 deletion internal/pkg/service/stream/api/gen/stream/service.go

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

2 changes: 1 addition & 1 deletion internal/pkg/service/stream/api/openapi/openapi.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions internal/pkg/service/stream/api/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,20 @@ definitions:
type: string
example: "2022-04-28T14:20:04.000Z"
format: date-time
retryAfter:
type: string
description: Next attempt time.
example: "2022-04-28T14:20:04.000Z"
format: date-time
retryAttempt:
type: integer
description: Number of failed attempts.
example: 3
format: int64
retryReason:
type: string
description: Reason of the last failed attempt.
example: network problem
state:
type: string
example: writing
Expand All @@ -1244,6 +1258,9 @@ definitions:
closingAt: "2022-04-28T14:20:04.000Z"
importingAt: "2022-04-28T14:20:04.000Z"
importedAt: "2022-04-28T14:20:04.000Z"
retryAttempt: 3
retryReason: network problem
retryAfter: "2022-04-28T14:20:04.000Z"
statistics:
total:
firstRecordAt: "2022-04-28T14:20:04.000Z"
Expand Down Expand Up @@ -2997,6 +3014,9 @@ definitions:
closingAt: "2022-04-28T14:20:04.000Z"
importingAt: "2022-04-28T14:20:04.000Z"
importedAt: "2022-04-28T14:20:04.000Z"
retryAttempt: 3
retryReason: network problem
retryAfter: "2022-04-28T14:20:04.000Z"
statistics:
total:
firstRecordAt: "2022-04-28T14:20:04.000Z"
Expand Down Expand Up @@ -3026,6 +3046,9 @@ definitions:
closingAt: "2022-04-28T14:20:04.000Z"
importingAt: "2022-04-28T14:20:04.000Z"
importedAt: "2022-04-28T14:20:04.000Z"
retryAttempt: 3
retryReason: network problem
retryAfter: "2022-04-28T14:20:04.000Z"
statistics:
total:
firstRecordAt: "2022-04-28T14:20:04.000Z"
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/service/stream/api/openapi/openapi3.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions internal/pkg/service/stream/api/openapi/openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,9 @@ paths:
closingAt: "2022-04-28T14:20:04.000Z"
importingAt: "2022-04-28T14:20:04.000Z"
importedAt: "2022-04-28T14:20:04.000Z"
retryAttempt: 3
retryReason: network problem
retryAfter: "2022-04-28T14:20:04.000Z"
statistics:
total:
firstRecordAt: "2022-04-28T14:20:04.000Z"
Expand Down Expand Up @@ -2123,6 +2126,20 @@ components:
type: string
example: "2022-04-28T14:20:04.000Z"
format: date-time
retryAfter:
type: string
description: Next attempt time.
example: "2022-04-28T14:20:04.000Z"
format: date-time
retryAttempt:
type: integer
description: Number of failed attempts.
example: 3
format: int64
retryReason:
type: string
description: Reason of the last failed attempt.
example: network problem
state:
type: string
example: writing
Expand All @@ -2139,6 +2156,9 @@ components:
closingAt: "2022-04-28T14:20:04.000Z"
importingAt: "2022-04-28T14:20:04.000Z"
importedAt: "2022-04-28T14:20:04.000Z"
retryAttempt: 3
retryReason: network problem
retryAfter: "2022-04-28T14:20:04.000Z"
statistics:
total:
firstRecordAt: "2022-04-28T14:20:04.000Z"
Expand Down Expand Up @@ -2178,6 +2198,9 @@ components:
closingAt: "2022-04-28T14:20:04.000Z"
importingAt: "2022-04-28T14:20:04.000Z"
importedAt: "2022-04-28T14:20:04.000Z"
retryAttempt: 3
retryReason: network problem
retryAfter: "2022-04-28T14:20:04.000Z"
statistics:
total:
firstRecordAt: "2022-04-28T14:20:04.000Z"
Expand Down Expand Up @@ -2207,6 +2230,9 @@ components:
closingAt: "2022-04-28T14:20:04.000Z"
importingAt: "2022-04-28T14:20:04.000Z"
importedAt: "2022-04-28T14:20:04.000Z"
retryAttempt: 3
retryReason: network problem
retryAfter: "2022-04-28T14:20:04.000Z"
statistics:
total:
firstRecordAt: "2022-04-28T14:20:04.000Z"
Expand Down

0 comments on commit 5896006

Please sign in to comment.