Latest generation

This commit is contained in:
ci core model
2025-12-02 07:58:51 +00:00
parent 0af99c6fec
commit 469fea438b
2 changed files with 2 additions and 2 deletions

View File

@@ -629,7 +629,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" });
], { "api.messageType": "Command", "api.action": "Mail", "api.resultingEvent": "collab.notif.Created", "api.triggerEventFilters": "Created,EmailsAdded,SlotUpdated,Canceled" });
}
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.12.0-SNAPSHOT-251201091850",
"version": "1.12.0-SNAPSHOT-251202075803",
"description": "npm libs from core model proto files",
"homepage": "",
"main": "index.ts",