From 0d9b8c3986f396b5ad7e335589f96c88c75eefd4 Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 1 Jun 2026 08:10:10 +0000 Subject: [PATCH] Latest generation --- appointmentAction.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",