You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -4486,7 +4486,7 @@ export const ExecutionflowHUETAUpdatedResponse = new ExecutionflowHUETAUpdatedRe
|
||||
class ExecutionflowETAUpdatedPayload$Type extends MessageType<ExecutionflowETAUpdatedPayload> {
|
||||
constructor() {
|
||||
super("api.ExecutionflowETAUpdatedPayload", [
|
||||
{ no: 1, name: "ExecutionflowETA", kind: "message", localName: "ExecutionflowETA", jsonName: "ExecutionflowETA", T: () => ETA, options: { "validate.rules": { message: { required: true } }, "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "The ETA for the executionflow as given by WMS. this ETA will be aggregated with those coming from HUs" } } }
|
||||
{ no: 1, name: "ExecutionflowETA", kind: "message", localName: "ExecutionflowETA", jsonName: "ExecutionflowETA", T: () => ETA, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "The ETA for the executionflow as given by WMS. this ETA will be aggregated with those coming from HUs" }, "validate.rules": { message: { required: true } } } }
|
||||
], { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema": { jsonSchema: { required: ["ExecutionflowETA"] } }, "api.messageType": "Event", "api.payload": true, "api.inputEvent": "ETAUpdated" });
|
||||
}
|
||||
create(value?: PartialMessage<ExecutionflowETAUpdatedPayload>): ExecutionflowETAUpdatedPayload {
|
||||
|
||||
Reference in New Issue
Block a user