Skip to content

Commit a2dee0c

Browse files
committed
proto fix
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent 315fd58 commit a2dee0c

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

app/controlplane/api/controlplane/v1/workflow_contract.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/controlplane/v1/workflow_contract.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ message WorkflowContractServiceApplyRequest {
123123

124124
message WorkflowContractServiceApplyResponse {
125125
WorkflowContractItem result = 1;
126+
reserved 2;
126127
// Whether the resource was changed
127-
bool changed = 2;
128+
bool changed = 3;
128129
}

app/controlplane/api/gen/frontend/controlplane/v1/workflow_contract.ts

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)