diff --git a/appointmentInput.ts b/appointmentInput.ts index 69c976cf..1c8deff7 100644 --- a/appointmentInput.ts +++ b/appointmentInput.ts @@ -7409,7 +7409,7 @@ class AppointmentCustomFieldsUpdatedEvent$Type extends MessageType EventHeader, options: { "n1validate.rules": { message: { required: true } } } }, { no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "n1validate.rules": { message: { required: true } } } }, { no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentCustomFieldsUpdatedPayload, options: { "n1validate.rules": { message: { required: true } } } } - ], { "api.messageType": "Event", "api.inputEvent": "CustomFieldsUpdated", "api.postAggMethods": "updateCustomFields" }); + ], { "api.messageType": "Event", "api.inputEvent": "CustomFieldsUpdated" }); } create(value?: PartialMessage): AppointmentCustomFieldsUpdatedEvent { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 143f4552..88031f4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.14.0-SNAPSHOT-260601142332", + "version": "1.14.0-SNAPSHOT-260601142806", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",