refactor(core): normalize step event versions
This commit is contained in:
parent
1787fa4261
commit
179a8748cb
6 changed files with 60 additions and 16 deletions
|
|
@ -24782,7 +24782,7 @@
|
|||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["session.next.step.ended.2"]
|
||||
"enum": ["session.next.step.ended.1"]
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
|
|
@ -24874,7 +24874,7 @@
|
|||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["session.next.step.failed.2"]
|
||||
"enum": ["session.next.step.failed.1"]
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue