You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -287,7 +287,7 @@ class OrderBuildExecutionflow$Type extends MessageType<OrderBuildExecutionflow>
|
||||
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => OrderBuildExecutionflowPayload },
|
||||
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => OrderBuildExecutionflowPayload },
|
||||
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => OrderBuildExecutionflowPayload }
|
||||
], { "api.messageType": "Command", "api.action": "BuildExecutionflow", "api.resultingEvent": "executionflow.Created", "api.triggerEventFilters": "Created,DraftCompleted", "api.triggerMinStatusFilter": "ORDER_0500_READY_TO_ALLOCATE" });
|
||||
], { "api.messageType": "Command", "api.action": "BuildExecutionflow", "api.resultingEvent": "executionflow.Created", "api.triggerEventFilters": "Created", "api.triggerMinStatusFilter": "ORDER_0500_READY_TO_ALLOCATE" });
|
||||
}
|
||||
create(value?: PartialMessage<OrderBuildExecutionflow>): OrderBuildExecutionflow {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.13.0-SNAPSHOT-260318154605",
|
||||
"version": "1.13.0-SNAPSHOT-260318155637",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
Reference in New Issue
Block a user