refactor(core): drop legacy compaction event (#33404)
This commit is contained in:
@@ -3637,7 +3637,7 @@ export type SyncEventSessionNextCompactionEnded = {
|
||||
type: "sync"
|
||||
id: string
|
||||
syncEvent: {
|
||||
type: "session.next.compaction.ended.2"
|
||||
type: "session.next.compaction.ended.1"
|
||||
id: string
|
||||
seq: number
|
||||
aggregateID: string
|
||||
|
||||
@@ -25744,7 +25744,7 @@
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": ["session.next.compaction.ended.2"]
|
||||
"enum": ["session.next.compaction.ended.1"]
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user