You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -473,7 +473,7 @@ class ExecutionflowMapSummaryToOrder$Type extends MessageType<ExecutionflowMapSu
|
||||
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => ExecutionflowMapSummaryToOrderPayload },
|
||||
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => ExecutionflowMapSummaryToOrderPayload },
|
||||
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => ExecutionflowMapSummaryToOrderPayload }
|
||||
], { "api.messageType": "Command", "api.action": "MapSummaryToOrder", "api.resultingEvent": "order.ExecutionflowUpdated", "api.triggerNotEventFilters": "ETAUpdated,HUETAUpdated,Restored" });
|
||||
], { "api.messageType": "Command", "api.action": "MapSummaryToOrder", "api.resultingEvent": "order.ExecutionflowUpdated", "api.triggerNotEventFilters": "ETAUpdated,HUETAUpdated,Restored,LinesAdded" });
|
||||
}
|
||||
create(value?: PartialMessage<ExecutionflowMapSummaryToOrder>): ExecutionflowMapSummaryToOrder {
|
||||
const message = globalThis.Object.create((this.messagePrototype!));
|
||||
|
||||
Reference in New Issue
Block a user