@volant-autonomy/via-sdk 1.4475.1 → 1.4480.1
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -3510,6 +3510,14 @@ export interface components {
|
|
|
3510
3510
|
* @example 187.8
|
|
3511
3511
|
*/
|
|
3512
3512
|
duration: number;
|
|
3513
|
+
/**
|
|
3514
|
+
* Estimated Arrival Time
|
|
3515
|
+
* Format: date-time
|
|
3516
|
+
* @description The estimated time of arrival assuming nominal conditions.
|
|
3517
|
+
* @example 2023-10-30T10:57:57Z
|
|
3518
|
+
* @example 2023-10-30T10:57:57+00:00
|
|
3519
|
+
*/
|
|
3520
|
+
estimated_arrival_time: string;
|
|
3513
3521
|
/**
|
|
3514
3522
|
* Total Cost
|
|
3515
3523
|
* @description The estimated total cost to complete the flightplan, given in GBP. When a cost could not calculated this field is returned as `null`.
|