Skip to content

Commit fd766ed

Browse files
author
Sentio Bot
committed
chore: update
1 parent 6f63558 commit fd766ed

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

doc/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,6 +4171,10 @@
41714171
},
41724172
"pause" : {
41734173
"type" : "boolean"
4174+
},
4175+
"entitySchemaVersion" : {
4176+
"type" : "integer",
4177+
"format" : "int32"
41744178
}
41754179
},
41764180
"description" : "This represents a processor which backend works on."

openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6178,6 +6178,10 @@
61786178
},
61796179
"pause": {
61806180
"type": "boolean"
6181+
},
6182+
"entitySchemaVersion": {
6183+
"type": "integer",
6184+
"format": "int32"
61816185
}
61826186
},
61836187
"description": "This represents a processor which backend works on."

src/models/ObjectSerializer.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/models/ProcessorServiceProcessor.ts

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

0 commit comments

Comments
 (0)