diff --git a/claimInput.ts b/claimInput.ts index e3b230f..7fe8fcf 100644 --- a/claimInput.ts +++ b/claimInput.ts @@ -1422,7 +1422,7 @@ class ClaimInternalCreatedPayload$Type extends MessageType ["api.ClaimCriticality", ClaimCriticality], options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Criticality of the claim" } } }, { no: 10, name: "DisplayID", kind: "scalar", localName: "DisplayID", jsonName: "DisplayID", T: 9 /*ScalarType.STRING*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Identifier to display, because it may differ from the EntityID" } } } - ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload", required: ["ClaimTypeID", "EntityID"] } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "Created" }); + ], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { description: "Event Payload", required: ["ClaimTypeID", "EntityID"] } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "InternalCreated" }); } create(value?: PartialMessage): ClaimInternalCreatedPayload { const message = globalThis.Object.create((this.messagePrototype!)); diff --git a/package.json b/package.json index 84ad87b..8acfede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reflex-platform/npm-core-sdk", - "version": "1.15.0-SNAPSHOT-260914090601", + "version": "1.15.0-SNAPSHOT-260914090703", "description": "npm libs from core model proto files", "homepage": "", "main": "index.ts",