@idm-plugin/vessel 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -203,8 +203,8 @@ export declare class SpeedHelper {
|
|
|
203
203
|
static analyseInstantWithThreshed(from: any, etd: any, threshed: moment.Moment, vessel: VesselAssemble, cp: {
|
|
204
204
|
loadCondition: string;
|
|
205
205
|
speed: number;
|
|
206
|
-
fo
|
|
207
|
-
dgo
|
|
206
|
+
fo?: number;
|
|
207
|
+
dgo?: number;
|
|
208
208
|
}, route: number[][][], waypoints: any[], source?: string, stepHrs?: number, useMeteo?: boolean, useRouteParam?: boolean, options?: {
|
|
209
209
|
requestId?: string;
|
|
210
210
|
}): Promise<{
|