From e9583cfc7792c8f7b2970fceff8493a0856e940d Mon Sep 17 00:00:00 2001 From: ci core model Date: Mon, 30 Mar 2026 13:53:22 +0000 Subject: [PATCH] Latest generation --- appointmentInput.ts | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/appointmentInput.ts b/appointmentInput.ts index f12238b..988ed0f 100644 --- a/appointmentInput.ts +++ b/appointmentInput.ts @@ -2047,7 +2047,7 @@ class AppointmentCreatedEvent$Type extends MessageType { no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => EventHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } }, { no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentCreatedPayload, options: { "validate.rules": { message: { required: true } } } } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "Created" }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "Created", "api.preAggMethods": "checkWMSCreated" }); } create(value?: PartialMessage): AppointmentCreatedEvent { const message = globalThis.Object.create((this.messagePrototype!)); @@ -2714,7 +2714,7 @@ class AppointmentSlotUpdatedEvent$Type extends MessageType EventHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } }, { no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentSlotUpdatedPayload, options: { "validate.rules": { message: { required: true } } } } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "SlotUpdated" }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "SlotUpdated", "api.preAggMethods": "checkWMSCreated" }); } create(value?: PartialMessage): AppointmentSlotUpdatedEvent { const message = globalThis.Object.create((this.messagePrototype!)); @@ -2956,7 +2956,7 @@ class AppointmentCommissionsUpdatedEvent$Type extends MessageType EventHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } }, { no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentCommissionsUpdatedPayload, options: { "validate.rules": { message: { required: true } } } } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "CommissionsUpdated" }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "CommissionsUpdated", "api.preAggMethods": "checkWMSCreated" }); } create(value?: PartialMessage): AppointmentCommissionsUpdatedEvent { const message = globalThis.Object.create((this.messagePrototype!)); @@ -3244,7 +3244,7 @@ class AppointmentReasonUpdatedRequest$Type extends MessageType RequestProjectHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } }, { no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentReasonUpdatedPayload, options: { "validate.rules": { message: { required: true } } } } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Request", "api.inputEvent": "ReasonUpdated" }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Request", "api.inputEvent": "ReasonUpdated", "api.preAggMethods": "checkWMSCreated" }); } create(value?: PartialMessage): AppointmentReasonUpdatedRequest { const message = globalThis.Object.create((this.messagePrototype!)); @@ -4528,7 +4528,7 @@ class AppointmentAllocationConfirmedEvent$Type extends MessageType EventHeader, options: { "validate.rules": { message: { required: true } } } }, { no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID, options: { "validate.rules": { message: { required: true } } } }, { no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentAllocationConfirmedPayload, options: { "validate.rules": { message: { required: true } } } } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "AllocationConfirmed", "api.preAggMethods": "allocationConfirmed" }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["Header", "ID", "Payload"] } }, "api.messageType": "Event", "api.inputEvent": "AllocationConfirmed", "api.preAggMethods": "checkWMSCreated" }); } create(value?: PartialMessage): AppointmentAllocationConfirmedEvent { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 08f6a43..ee73024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.13.0-SNAPSHOT-260326144719", + "version": "1.13.0-SNAPSHOT-260330135249", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",