You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -213,9 +213,9 @@ class TrackingPayload$Type extends MessageType<TrackingPayload> {
|
||||
{ no: 12, name: "NextHUCarrier", kind: "message", localName: "NextHUCarrier", jsonName: "NextHUCarrier", T: () => TradeTier, options: { "api.kpiExclude": { Items: [{ Context: "Tracking", Group: "tracking" }] }, "api.extractRefExclude": "Tracking" } },
|
||||
{ no: 13, name: "NextHUShipFrom", kind: "message", localName: "NextHUShipFrom", jsonName: "NextHUShipFrom", T: () => TradeTier, options: { "api.kpiExclude": { Items: [{ Context: "Tracking", Group: "tracking" }] }, "api.extractRefExclude": "Tracking" } },
|
||||
{ no: 14, name: "NextHUShipTo", kind: "message", localName: "NextHUShipTo", jsonName: "NextHUShipTo", T: () => TradeTier, options: { "api.kpiExclude": { Items: [{ Context: "Tracking", Group: "tracking" }] }, "api.extractRefExclude": "Tracking" } },
|
||||
{ no: 15, name: "Attachments", kind: "message", localName: "Attachments", jsonName: "Attachments", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AttachmentSummary, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Number of attachments per type" }, "api.aggSkip": "AttachmentAdded,AttachmentRemoved" } },
|
||||
{ no: 15, name: "Attachments", kind: "message", localName: "Attachments", jsonName: "Attachments", repeat: 2 /*RepeatType.UNPACKED*/, T: () => AttachmentSummary, options: { "api.aggSkip": "AttachmentAdded,AttachmentRemoved", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Number of attachments per type" } } },
|
||||
{ no: 16, name: "AttachmentNumber", kind: "scalar", localName: "AttachmentNumber", jsonName: "AttachmentNumber", T: 5 /*ScalarType.INT32*/, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Total number of attachments" } } },
|
||||
{ no: 19, name: "TrackingETA", kind: "message", localName: "TrackingETA", jsonName: "TrackingETA", T: () => ETA, options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Estimated Time of Arrival for the HandlingUnit(s) concerned by the trackingID" }, "api.aggSkip": "ETAUpdated" } }
|
||||
{ no: 19, name: "TrackingETA", kind: "message", localName: "TrackingETA", jsonName: "TrackingETA", T: () => ETA, options: { "api.aggSkip": "ETAUpdated", "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field": { description: "Estimated Time of Arrival for the HandlingUnit(s) concerned by the trackingID" } } }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<TrackingPayload>): TrackingPayload {
|
||||
|
||||
Reference in New Issue
Block a user