7983-testToMaster_2438 #2977

Merged
alexm merged 212 commits from 7983-testToMaster_2438 into master 2024-09-17 05:36:47 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 4a7d81f920 - Show all commits

View File

@ -73,12 +73,11 @@ module.exports = Self => {
description: 'The continent code'
}, {
arg: 'shipmentHour',
type: 'time',
type: 'string',
description: 'The shipment hour'
},
{
}, {
arg: 'landingHour',
type: 'time',
type: 'string',
description: 'The landing hour'
}
],

View File

@ -50,7 +50,8 @@
},
"landingHour": {
"type": "string"
},
}
},
"relations": {
"agency": {
"type": "belongsTo",
@ -69,4 +70,4 @@
}
}
}
}