This commit is contained in:
parent
f65d36011b
commit
4a7d81f920
|
@ -73,12 +73,11 @@ module.exports = Self => {
|
||||||
description: 'The continent code'
|
description: 'The continent code'
|
||||||
}, {
|
}, {
|
||||||
arg: 'shipmentHour',
|
arg: 'shipmentHour',
|
||||||
type: 'time',
|
type: 'string',
|
||||||
description: 'The shipment hour'
|
description: 'The shipment hour'
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
arg: 'landingHour',
|
arg: 'landingHour',
|
||||||
type: 'time',
|
type: 'string',
|
||||||
description: 'The landing hour'
|
description: 'The landing hour'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -50,6 +50,7 @@
|
||||||
},
|
},
|
||||||
"landingHour": {
|
"landingHour": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"relations": {
|
"relations": {
|
||||||
"agency": {
|
"agency": {
|
||||||
|
@ -69,4 +70,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue