Latest generation

This commit is contained in:
ci core model
2026-02-19 08:49:07 +00:00
parent 52382a9fd1
commit 73a2423564
2 changed files with 2 additions and 2 deletions

View File

@@ -647,7 +647,7 @@ class AppointmentMail$Type extends MessageType<AppointmentMail> {
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentMailPayload },
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentMailPayload },
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentMailPayload }
], { "api.messageType": "Command", "api.action": "Mail", "api.resultingEvent": "collab.notif.Created", "api.triggerEventFilters": "Created,EmailsAdded,SlotUpdated,Canceled" });
], { "api.messageType": "Command", "api.action": "Mail", "api.resultingEvent": "collab.notif.Created", "api.triggerEventFilters": "Created,EmailsAdded,SlotUpdated,Canceled,AttendeesAdded" });
}
create(value?: PartialMessage<AppointmentMail>): AppointmentMail {
const message = globalThis.Object.create((this.messagePrototype!));

View File

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