Latest generation

This commit is contained in:
ci core model
2026-02-19 13:41:09 +00:00
parent 73a2423564
commit fd0cd193fc
2 changed files with 2 additions and 4 deletions

View File

@@ -108,8 +108,6 @@ export interface AppointmentNotifyPayload {
*/
export interface AppointmentNotify {
/**
* option (triggerEventFilters) = "All";
*
* @generated from protobuf field: api.CommandHeader Header = 1
*/
Header?: CommandHeader;
@@ -411,7 +409,7 @@ class AppointmentNotify$Type extends MessageType<AppointmentNotify> {
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentNotifyPayload },
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentNotifyPayload },
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentNotifyPayload }
], { "api.messageType": "Command", "api.action": "Notify" });
], { "api.messageType": "Command", "api.action": "Notify", "api.windowMethod": "TumblingProcessingTimeWindows", "api.keyByExpression": "obj.getID().getRefID()" });
}
create(value?: PartialMessage<AppointmentNotify>): AppointmentNotify {
const message = globalThis.Object.create((this.messagePrototype!));

View File

@@ -1,6 +1,6 @@
{
"name": "@reflex-platform/npm-core-sdk",
"version": "1.13.0-SNAPSHOT-260219084815",
"version": "1.13.0-SNAPSHOT-260219134032",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",