You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -7963,7 +7963,7 @@ class ExecutionflowDeletedEvent$Type extends MessageType<ExecutionflowDeletedEve
|
||||
{ no: 1, name: "Header", kind: "message", localName: "Header", jsonName: "Header", T: () => EventHeader },
|
||||
{ no: 2, name: "ID", kind: "message", localName: "ID", jsonName: "ID", T: () => EntityID },
|
||||
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => ExecutionflowDeletedPayload }
|
||||
], { "api.messageType": "Event", "api.inputEvent": "Deleted" });
|
||||
], { "api.messageType": "Event", "api.inputEvent": "Deleted", "api.preAggMethods": "checkDeleted" });
|
||||
}
|
||||
create(value?: PartialMessage<ExecutionflowDeletedEvent>): ExecutionflowDeletedEvent {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
|
||||
Reference in New Issue
Block a user