diff --git a/appointmentAction.ts b/appointmentAction.ts index 887f3c0f..81a7eb8a 100644 --- a/appointmentAction.ts +++ b/appointmentAction.ts @@ -1382,7 +1382,7 @@ class AppointmentRemovedFromOrder$Type extends MessageType AppointmentRemovedFromOrderPayload }, { no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentRemovedFromOrderPayload }, { no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentRemovedFromOrderPayload } - ], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromOrder", "api.resultingEvent": "trade.order.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled" }); + ], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromOrder", "api.resultingEvent": "trade.order.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled", "api.resultingEventKeepResource": true }); } create(value?: PartialMessage): AppointmentRemovedFromOrder { const message = globalThis.Object.create((this.messagePrototype!)); @@ -1509,7 +1509,7 @@ class AppointmentRemovedFromExecutionflow$Type extends MessageType AppointmentRemovedFromExecutionflowPayload }, { no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentRemovedFromExecutionflowPayload }, { no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentRemovedFromExecutionflowPayload } - ], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromExecutionflow", "api.resultingEvent": "trade.executionflow.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled" }); + ], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromExecutionflow", "api.resultingEvent": "trade.executionflow.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled", "api.resultingEventKeepResource": true }); } create(value?: PartialMessage): AppointmentRemovedFromExecutionflow { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 0a50cf74..5d0cb966 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.14.0-SNAPSHOT-260529135747", + "version": "1.14.0-SNAPSHOT-260601080932", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",