@volant-autonomy/via-sdk 1.4514.1 → 1.4531.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 +57 -13
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1783,7 +1783,7 @@ export interface components {
|
|
|
1783
1783
|
tse_temporal: number;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Waypoints
|
|
1786
|
-
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type:
|
|
1786
|
+
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: start and only occur once
|
|
1787
1787
|
* @example [
|
|
1788
1788
|
* {
|
|
1789
1789
|
* "position": {
|
|
@@ -1886,7 +1886,7 @@ export interface components {
|
|
|
1886
1886
|
tse_temporal: number;
|
|
1887
1887
|
/**
|
|
1888
1888
|
* Waypoints
|
|
1889
|
-
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type:
|
|
1889
|
+
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: start and only occur once
|
|
1890
1890
|
* @example [
|
|
1891
1891
|
* {
|
|
1892
1892
|
* "position": {
|
|
@@ -2004,8 +2004,24 @@ export interface components {
|
|
|
2004
2004
|
* [
|
|
2005
2005
|
* [
|
|
2006
2006
|
* [
|
|
2007
|
-
* -
|
|
2008
|
-
*
|
|
2007
|
+
* -2.363,
|
|
2008
|
+
* 51.381
|
|
2009
|
+
* ],
|
|
2010
|
+
* [
|
|
2011
|
+
* -2.391,
|
|
2012
|
+
* 51.381
|
|
2013
|
+
* ],
|
|
2014
|
+
* [
|
|
2015
|
+
* -2.391,
|
|
2016
|
+
* 51.37
|
|
2017
|
+
* ],
|
|
2018
|
+
* [
|
|
2019
|
+
* -2.363,
|
|
2020
|
+
* 51.37
|
|
2021
|
+
* ],
|
|
2022
|
+
* [
|
|
2023
|
+
* -2.363,
|
|
2024
|
+
* 51.381
|
|
2009
2025
|
* ]
|
|
2010
2026
|
* ]
|
|
2011
2027
|
* ]
|
|
@@ -2038,8 +2054,24 @@ export interface components {
|
|
|
2038
2054
|
* @example [
|
|
2039
2055
|
* [
|
|
2040
2056
|
* [
|
|
2041
|
-
* -
|
|
2042
|
-
*
|
|
2057
|
+
* -2.363,
|
|
2058
|
+
* 51.381
|
|
2059
|
+
* ],
|
|
2060
|
+
* [
|
|
2061
|
+
* -2.391,
|
|
2062
|
+
* 51.381
|
|
2063
|
+
* ],
|
|
2064
|
+
* [
|
|
2065
|
+
* -2.391,
|
|
2066
|
+
* 51.37
|
|
2067
|
+
* ],
|
|
2068
|
+
* [
|
|
2069
|
+
* -2.363,
|
|
2070
|
+
* 51.37
|
|
2071
|
+
* ],
|
|
2072
|
+
* [
|
|
2073
|
+
* -2.363,
|
|
2074
|
+
* 51.381
|
|
2043
2075
|
* ]
|
|
2044
2076
|
* ]
|
|
2045
2077
|
* ]
|
|
@@ -2152,7 +2184,7 @@ export interface components {
|
|
|
2152
2184
|
features: components["schemas"]["GeoJsonPolygonFeature_GeocageProperties_"][];
|
|
2153
2185
|
/**
|
|
2154
2186
|
* Geocage name
|
|
2155
|
-
* @description User set name for a Geocage, it can have a maximum of 255 characters, as well as contain symbols and spacing
|
|
2187
|
+
* @description User set name for a Geocage, it can have a maximum of 255 characters, as well as contain symbols and spacing.
|
|
2156
2188
|
* @example Bath_Geocage 2
|
|
2157
2189
|
*/
|
|
2158
2190
|
viaName?: string | null;
|
|
@@ -2210,7 +2242,7 @@ export interface components {
|
|
|
2210
2242
|
features: components["schemas"]["GeoJsonPolygonFeature_GeocageProperties_"][];
|
|
2211
2243
|
/**
|
|
2212
2244
|
* Geocage name
|
|
2213
|
-
* @description User set name for a Geocage, it can have a maximum of 255 characters, as well as contain symbols and spacing
|
|
2245
|
+
* @description User set name for a Geocage, it can have a maximum of 255 characters, as well as contain symbols and spacing.
|
|
2214
2246
|
* @example Bath_Geocage 2
|
|
2215
2247
|
*/
|
|
2216
2248
|
viaName?: string | null;
|
|
@@ -2859,7 +2891,7 @@ export interface components {
|
|
|
2859
2891
|
PathingTaskAttributes: {
|
|
2860
2892
|
/**
|
|
2861
2893
|
* Waypoints
|
|
2862
|
-
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type:
|
|
2894
|
+
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: start and only occur once
|
|
2863
2895
|
* @example [
|
|
2864
2896
|
* {
|
|
2865
2897
|
* "position": {
|
|
@@ -3338,7 +3370,7 @@ export interface components {
|
|
|
3338
3370
|
chart_id: string;
|
|
3339
3371
|
/**
|
|
3340
3372
|
* Waypoints
|
|
3341
|
-
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type:
|
|
3373
|
+
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: start and only occur once
|
|
3342
3374
|
* @example [
|
|
3343
3375
|
* {
|
|
3344
3376
|
* "position": {
|
|
@@ -3437,7 +3469,7 @@ export interface components {
|
|
|
3437
3469
|
aircraft: components["schemas"]["Aircraft"];
|
|
3438
3470
|
/**
|
|
3439
3471
|
* Waypoints
|
|
3440
|
-
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type:
|
|
3472
|
+
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: start and only occur once
|
|
3441
3473
|
* @example [
|
|
3442
3474
|
* {
|
|
3443
3475
|
* "position": {
|
|
@@ -3658,6 +3690,18 @@ export interface components {
|
|
|
3658
3690
|
* @example 1000
|
|
3659
3691
|
*/
|
|
3660
3692
|
min_altitude_amsl: number;
|
|
3693
|
+
/**
|
|
3694
|
+
* Max Altitude Agl
|
|
3695
|
+
* @description Maximum altitude above ground level (AGL), expressed in metres.
|
|
3696
|
+
* @example 1000
|
|
3697
|
+
*/
|
|
3698
|
+
max_altitude_agl: number;
|
|
3699
|
+
/**
|
|
3700
|
+
* Min Altitude Agl
|
|
3701
|
+
* @description Minimum altitude above ground level (AGL), expressed in metres.
|
|
3702
|
+
* @example 1000
|
|
3703
|
+
*/
|
|
3704
|
+
min_altitude_agl: number;
|
|
3661
3705
|
};
|
|
3662
3706
|
/**
|
|
3663
3707
|
* StatisticsResponse
|
|
@@ -4005,7 +4049,7 @@ export interface components {
|
|
|
4005
4049
|
aircraft: components["schemas"]["Aircraft"];
|
|
4006
4050
|
/**
|
|
4007
4051
|
* Waypoints
|
|
4008
|
-
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type:
|
|
4052
|
+
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: start and only occur once
|
|
4009
4053
|
* @example [
|
|
4010
4054
|
* {
|
|
4011
4055
|
* "position": {
|
|
@@ -4117,7 +4161,7 @@ export interface components {
|
|
|
4117
4161
|
chart_id: string;
|
|
4118
4162
|
/**
|
|
4119
4163
|
* Waypoints
|
|
4120
|
-
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type:
|
|
4164
|
+
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: start and only occur once
|
|
4121
4165
|
* @example [
|
|
4122
4166
|
* {
|
|
4123
4167
|
* "position": {
|