Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Dec 31, 2024
1 parent 6f63558 commit fd766ed
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4171,6 +4171,10 @@
},
"pause" : {
"type" : "boolean"
},
"entitySchemaVersion" : {
"type" : "integer",
"format" : "int32"
}
},
"description" : "This represents a processor which backend works on."
Expand Down
4 changes: 4 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6178,6 +6178,10 @@
},
"pause": {
"type": "boolean"
},
"entitySchemaVersion": {
"type": "integer",
"format": "int32"
}
},
"description": "This represents a processor which backend works on."
Expand Down
2 changes: 1 addition & 1 deletion src/models/ObjectSerializer.ts

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

7 changes: 7 additions & 0 deletions src/models/ProcessorServiceProcessor.ts

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

0 comments on commit fd766ed

Please sign in to comment.