Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

feat: show template a flow was created with #170

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions libs/cli-kontrol-api/api/golang/server/server.gen.go

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

5 changes: 3 additions & 2 deletions libs/cli-kontrol-api/api/golang/types/types.gen.go

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

1 change: 1 addition & 0 deletions libs/cli-kontrol-api/api/typescript/client/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export interface components {
Flow: {
"flow-id": string;
"flow-urls": string[];
"template-name"?: string;
};
FlowSpec: {
/** @example backend-a:latest */
Expand Down
2 changes: 2 additions & 0 deletions libs/cli-kontrol-api/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ components:
type: array
items:
type: string
template-name:
type: string
required:
- flow-id
- flow-urls
Expand Down
Loading