@volant-autonomy/via-sdk 1.3291.1 → 1.3304.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/direct.d.ts +0 -1
- package/dist/volant-schema.d.ts +0 -41
- package/package.json +1 -1
package/dist/direct.d.ts
CHANGED
|
@@ -800,7 +800,6 @@ export declare class Direct {
|
|
|
800
800
|
* Generate a report containing derived information used for regulatory evidence
|
|
801
801
|
* @description Generate a report containing derived SORA information used for regulatory evidence.
|
|
802
802
|
*
|
|
803
|
-
*
|
|
804
803
|
* GRC and ARC determination is considered across the entire operational volume as determined by the supplied
|
|
805
804
|
* `waypoints`. Where the operational environment differs across the volume, the worst case is taken, i.e. the highest
|
|
806
805
|
* Intrinsic GRC determined and the highest likelihood to encounter another aircraft (as defined by Airspace Encounter
|
package/dist/volant-schema.d.ts
CHANGED
|
@@ -579,7 +579,6 @@ export interface paths {
|
|
|
579
579
|
* Generate a report containing derived information used for regulatory evidence
|
|
580
580
|
* @description Generate a report containing derived SORA information used for regulatory evidence.
|
|
581
581
|
*
|
|
582
|
-
*
|
|
583
582
|
* GRC and ARC determination is considered across the entire operational volume as determined by the supplied
|
|
584
583
|
* `waypoints`. Where the operational environment differs across the volume, the worst case is taken, i.e. the highest
|
|
585
584
|
* Intrinsic GRC determined and the highest likelihood to encounter another aircraft (as defined by Airspace Encounter
|
|
@@ -685,7 +684,6 @@ export interface paths {
|
|
|
685
684
|
* Generate a report containing derived information used for regulatory evidence
|
|
686
685
|
* @description Generate a report containing derived SORA information used for regulatory evidence.
|
|
687
686
|
*
|
|
688
|
-
*
|
|
689
687
|
* GRC and ARC determination is considered across the entire operational volume as determined by the supplied
|
|
690
688
|
* `waypoints`. Where the operational environment differs across the volume, the worst case is taken, i.e. the highest
|
|
691
689
|
* Intrinsic GRC determined and the highest risk Air Risk Classification.
|
|
@@ -839,7 +837,6 @@ export interface components {
|
|
|
839
837
|
* Type
|
|
840
838
|
* @default aircraft
|
|
841
839
|
* @constant
|
|
842
|
-
* @enum {string}
|
|
843
840
|
*/
|
|
844
841
|
type?: "aircraft";
|
|
845
842
|
attributes: components["schemas"]["AircraftAttributes"];
|
|
@@ -910,7 +907,6 @@ export interface components {
|
|
|
910
907
|
* Type
|
|
911
908
|
* @default airspace_constraint
|
|
912
909
|
* @constant
|
|
913
|
-
* @enum {string}
|
|
914
910
|
*/
|
|
915
911
|
type?: "airspace_constraint";
|
|
916
912
|
meta: components["schemas"]["AirspaceConstraintMeta"];
|
|
@@ -1019,7 +1015,6 @@ export interface components {
|
|
|
1019
1015
|
* Type
|
|
1020
1016
|
* @default air_risk_classification
|
|
1021
1017
|
* @constant
|
|
1022
|
-
* @enum {string}
|
|
1023
1018
|
*/
|
|
1024
1019
|
type?: "air_risk_classification";
|
|
1025
1020
|
attributes: components["schemas"]["ArcAttributes"];
|
|
@@ -1034,7 +1029,6 @@ export interface components {
|
|
|
1034
1029
|
/**
|
|
1035
1030
|
* Type
|
|
1036
1031
|
* @constant
|
|
1037
|
-
* @enum {string}
|
|
1038
1032
|
*/
|
|
1039
1033
|
type: "FeatureCollection";
|
|
1040
1034
|
/** Features */
|
|
@@ -1050,7 +1044,6 @@ export interface components {
|
|
|
1050
1044
|
/**
|
|
1051
1045
|
* Type
|
|
1052
1046
|
* @constant
|
|
1053
|
-
* @enum {string}
|
|
1054
1047
|
*/
|
|
1055
1048
|
type: "FeatureCollection";
|
|
1056
1049
|
/** Features */
|
|
@@ -1075,7 +1068,6 @@ export interface components {
|
|
|
1075
1068
|
* Type
|
|
1076
1069
|
* @default atypical_airspace
|
|
1077
1070
|
* @constant
|
|
1078
|
-
* @enum {string}
|
|
1079
1071
|
*/
|
|
1080
1072
|
type?: "atypical_airspace";
|
|
1081
1073
|
attributes: components["schemas"]["AtypicalAirspace-Output"];
|
|
@@ -1098,7 +1090,6 @@ export interface components {
|
|
|
1098
1090
|
* Type
|
|
1099
1091
|
* @default chart
|
|
1100
1092
|
* @constant
|
|
1101
|
-
* @enum {string}
|
|
1102
1093
|
*/
|
|
1103
1094
|
type?: "chart";
|
|
1104
1095
|
attributes: components["schemas"]["ChartAttributes"];
|
|
@@ -1148,7 +1139,6 @@ export interface components {
|
|
|
1148
1139
|
/**
|
|
1149
1140
|
* Type
|
|
1150
1141
|
* @constant
|
|
1151
|
-
* @enum {string}
|
|
1152
1142
|
*/
|
|
1153
1143
|
type: "FeatureCollection";
|
|
1154
1144
|
/** Features */
|
|
@@ -1164,7 +1154,6 @@ export interface components {
|
|
|
1164
1154
|
/**
|
|
1165
1155
|
* Type
|
|
1166
1156
|
* @constant
|
|
1167
|
-
* @enum {string}
|
|
1168
1157
|
*/
|
|
1169
1158
|
type: "FeatureCollection";
|
|
1170
1159
|
/** Features */
|
|
@@ -1184,7 +1173,6 @@ export interface components {
|
|
|
1184
1173
|
* Type
|
|
1185
1174
|
* @default controlled_ground_area
|
|
1186
1175
|
* @constant
|
|
1187
|
-
* @enum {string}
|
|
1188
1176
|
*/
|
|
1189
1177
|
type?: "controlled_ground_area";
|
|
1190
1178
|
attributes: components["schemas"]["ControlledGroundArea-Output"];
|
|
@@ -1349,7 +1337,6 @@ export interface components {
|
|
|
1349
1337
|
* Type
|
|
1350
1338
|
* @default flightplan
|
|
1351
1339
|
* @constant
|
|
1352
|
-
* @enum {string}
|
|
1353
1340
|
*/
|
|
1354
1341
|
type?: "flightplan";
|
|
1355
1342
|
meta: components["schemas"]["FlightplanMeta"];
|
|
@@ -1360,7 +1347,6 @@ export interface components {
|
|
|
1360
1347
|
/**
|
|
1361
1348
|
* Type
|
|
1362
1349
|
* @constant
|
|
1363
|
-
* @enum {string}
|
|
1364
1350
|
*/
|
|
1365
1351
|
type: "FeatureCollection";
|
|
1366
1352
|
/** Features */
|
|
@@ -1371,7 +1357,6 @@ export interface components {
|
|
|
1371
1357
|
/**
|
|
1372
1358
|
* Type
|
|
1373
1359
|
* @constant
|
|
1374
|
-
* @enum {string}
|
|
1375
1360
|
*/
|
|
1376
1361
|
type: "MultiPolygon";
|
|
1377
1362
|
/** Coordinates */
|
|
@@ -1385,7 +1370,6 @@ export interface components {
|
|
|
1385
1370
|
/**
|
|
1386
1371
|
* Type
|
|
1387
1372
|
* @constant
|
|
1388
|
-
* @enum {string}
|
|
1389
1373
|
*/
|
|
1390
1374
|
type: "Feature";
|
|
1391
1375
|
geometry: components["schemas"]["GeoJsonMultiPolygon"];
|
|
@@ -1396,7 +1380,6 @@ export interface components {
|
|
|
1396
1380
|
/**
|
|
1397
1381
|
* Type
|
|
1398
1382
|
* @constant
|
|
1399
|
-
* @enum {string}
|
|
1400
1383
|
*/
|
|
1401
1384
|
type: "Polygon";
|
|
1402
1385
|
/** Coordinates */
|
|
@@ -1410,7 +1393,6 @@ export interface components {
|
|
|
1410
1393
|
/**
|
|
1411
1394
|
* Type
|
|
1412
1395
|
* @constant
|
|
1413
|
-
* @enum {string}
|
|
1414
1396
|
*/
|
|
1415
1397
|
type: "Feature";
|
|
1416
1398
|
geometry: components["schemas"]["GeoJsonPolygon"];
|
|
@@ -1421,7 +1403,6 @@ export interface components {
|
|
|
1421
1403
|
/**
|
|
1422
1404
|
* Type
|
|
1423
1405
|
* @constant
|
|
1424
|
-
* @enum {string}
|
|
1425
1406
|
*/
|
|
1426
1407
|
type: "Feature";
|
|
1427
1408
|
geometry: components["schemas"]["GeoJsonPolygon"];
|
|
@@ -1432,7 +1413,6 @@ export interface components {
|
|
|
1432
1413
|
/**
|
|
1433
1414
|
* Type
|
|
1434
1415
|
* @constant
|
|
1435
|
-
* @enum {string}
|
|
1436
1416
|
*/
|
|
1437
1417
|
type: "Feature";
|
|
1438
1418
|
geometry: components["schemas"]["GeoJsonPolygon"];
|
|
@@ -1452,7 +1432,6 @@ export interface components {
|
|
|
1452
1432
|
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1453
1433
|
*
|
|
1454
1434
|
* @constant
|
|
1455
|
-
* @enum {string}
|
|
1456
1435
|
*/
|
|
1457
1436
|
type: "goto";
|
|
1458
1437
|
position: components["schemas"]["Wgs84Position"];
|
|
@@ -1474,7 +1453,6 @@ export interface components {
|
|
|
1474
1453
|
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1475
1454
|
*
|
|
1476
1455
|
* @constant
|
|
1477
|
-
* @enum {string}
|
|
1478
1456
|
*/
|
|
1479
1457
|
type: "goto";
|
|
1480
1458
|
position: components["schemas"]["Wgs84Position"];
|
|
@@ -1497,7 +1475,6 @@ export interface components {
|
|
|
1497
1475
|
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1498
1476
|
*
|
|
1499
1477
|
* @constant
|
|
1500
|
-
* @enum {string}
|
|
1501
1478
|
*/
|
|
1502
1479
|
type: "goto";
|
|
1503
1480
|
position: components["schemas"]["Wgs84Position"];
|
|
@@ -1514,7 +1491,6 @@ export interface components {
|
|
|
1514
1491
|
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
1515
1492
|
*
|
|
1516
1493
|
* @constant
|
|
1517
|
-
* @enum {string}
|
|
1518
1494
|
*/
|
|
1519
1495
|
type: "goto";
|
|
1520
1496
|
position: components["schemas"]["Wgs84Position"];
|
|
@@ -1591,7 +1567,6 @@ export interface components {
|
|
|
1591
1567
|
/**
|
|
1592
1568
|
* Implementation
|
|
1593
1569
|
* @constant
|
|
1594
|
-
* @enum {string}
|
|
1595
1570
|
*/
|
|
1596
1571
|
implementation: "jarus_v2.5";
|
|
1597
1572
|
payload: components["schemas"]["JarusV2_5ClassificationPayload"];
|
|
@@ -1601,7 +1576,6 @@ export interface components {
|
|
|
1601
1576
|
/**
|
|
1602
1577
|
* Implementation
|
|
1603
1578
|
* @constant
|
|
1604
|
-
* @enum {string}
|
|
1605
1579
|
*/
|
|
1606
1580
|
implementation: "jarus_v2.5";
|
|
1607
1581
|
payload: components["schemas"]["JarusV2_5ClassificationPayload"];
|
|
@@ -2008,7 +1982,6 @@ export interface components {
|
|
|
2008
1982
|
* Type
|
|
2009
1983
|
* @default pathing_task
|
|
2010
1984
|
* @constant
|
|
2011
|
-
* @enum {string}
|
|
2012
1985
|
*/
|
|
2013
1986
|
type?: "pathing_task";
|
|
2014
1987
|
attributes?: components["schemas"]["PathingTaskAttributes"] | null;
|
|
@@ -2078,7 +2051,6 @@ export interface components {
|
|
|
2078
2051
|
* Type
|
|
2079
2052
|
* @default flight_pattern
|
|
2080
2053
|
* @constant
|
|
2081
|
-
* @enum {string}
|
|
2082
2054
|
*/
|
|
2083
2055
|
type?: "flight_pattern";
|
|
2084
2056
|
attributes: components["schemas"]["Raster"];
|
|
@@ -2123,7 +2095,6 @@ export interface components {
|
|
|
2123
2095
|
* Type
|
|
2124
2096
|
* @default sora_classification
|
|
2125
2097
|
* @constant
|
|
2126
|
-
* @enum {string}
|
|
2127
2098
|
*/
|
|
2128
2099
|
type?: "sora_classification";
|
|
2129
2100
|
/** Attributes */
|
|
@@ -2240,7 +2211,6 @@ export interface components {
|
|
|
2240
2211
|
* Type
|
|
2241
2212
|
* @default sora_report
|
|
2242
2213
|
* @constant
|
|
2243
|
-
* @enum {string}
|
|
2244
2214
|
*/
|
|
2245
2215
|
type?: "sora_report";
|
|
2246
2216
|
};
|
|
@@ -2281,7 +2251,6 @@ export interface components {
|
|
|
2281
2251
|
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
2282
2252
|
*
|
|
2283
2253
|
* @constant
|
|
2284
|
-
* @enum {string}
|
|
2285
2254
|
*/
|
|
2286
2255
|
type: "start";
|
|
2287
2256
|
position: components["schemas"]["Wgs84Position"];
|
|
@@ -2299,7 +2268,6 @@ export interface components {
|
|
|
2299
2268
|
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
2300
2269
|
*
|
|
2301
2270
|
* @constant
|
|
2302
|
-
* @enum {string}
|
|
2303
2271
|
*/
|
|
2304
2272
|
type: "start";
|
|
2305
2273
|
position: components["schemas"]["Wgs84Position"];
|
|
@@ -2314,7 +2282,6 @@ export interface components {
|
|
|
2314
2282
|
* - `GOTO` : Fly to and directly pass through a location under certain parameters
|
|
2315
2283
|
*
|
|
2316
2284
|
* @constant
|
|
2317
|
-
* @enum {string}
|
|
2318
2285
|
*/
|
|
2319
2286
|
type: "start";
|
|
2320
2287
|
position: components["schemas"]["Wgs84Position"];
|
|
@@ -2383,7 +2350,6 @@ export interface components {
|
|
|
2383
2350
|
* Type
|
|
2384
2351
|
* @default statistics
|
|
2385
2352
|
* @constant
|
|
2386
|
-
* @enum {string}
|
|
2387
2353
|
*/
|
|
2388
2354
|
type?: "statistics";
|
|
2389
2355
|
attributes: components["schemas"]["StatisticsAttributes"];
|
|
@@ -2416,7 +2382,6 @@ export interface components {
|
|
|
2416
2382
|
TerrainSource: "SRTMGL3" | "SRTMGL1" | "NASADEM" | "EU_DTM";
|
|
2417
2383
|
/**
|
|
2418
2384
|
* TokenType
|
|
2419
|
-
* @constant
|
|
2420
2385
|
* @enum {string}
|
|
2421
2386
|
*/
|
|
2422
2387
|
TokenType: "Bearer";
|
|
@@ -2467,7 +2432,6 @@ export interface components {
|
|
|
2467
2432
|
* Type
|
|
2468
2433
|
* @default air_risk_classification
|
|
2469
2434
|
* @constant
|
|
2470
|
-
* @enum {string}
|
|
2471
2435
|
*/
|
|
2472
2436
|
type?: "air_risk_classification";
|
|
2473
2437
|
attributes: components["schemas"]["UkArcAttributes"];
|
|
@@ -2617,7 +2581,6 @@ export interface components {
|
|
|
2617
2581
|
/**
|
|
2618
2582
|
* Implementation
|
|
2619
2583
|
* @constant
|
|
2620
|
-
* @enum {string}
|
|
2621
2584
|
*/
|
|
2622
2585
|
implementation: "uk";
|
|
2623
2586
|
payload: components["schemas"]["UkClassificationPayload"];
|
|
@@ -2627,7 +2590,6 @@ export interface components {
|
|
|
2627
2590
|
/**
|
|
2628
2591
|
* Implementation
|
|
2629
2592
|
* @constant
|
|
2630
|
-
* @enum {string}
|
|
2631
2593
|
*/
|
|
2632
2594
|
implementation: "uk";
|
|
2633
2595
|
payload: components["schemas"]["UkClassificationPayload"];
|
|
@@ -2707,7 +2669,6 @@ export interface components {
|
|
|
2707
2669
|
* Type
|
|
2708
2670
|
* @default sora_report
|
|
2709
2671
|
* @constant
|
|
2710
|
-
* @enum {string}
|
|
2711
2672
|
*/
|
|
2712
2673
|
type?: "sora_report";
|
|
2713
2674
|
};
|
|
@@ -2817,7 +2778,6 @@ export interface components {
|
|
|
2817
2778
|
* Type
|
|
2818
2779
|
* @default volumes
|
|
2819
2780
|
* @constant
|
|
2820
|
-
* @enum {string}
|
|
2821
2781
|
*/
|
|
2822
2782
|
type?: "volumes";
|
|
2823
2783
|
attributes: components["schemas"]["Volume4D-Output"];
|
|
@@ -2857,7 +2817,6 @@ export interface components {
|
|
|
2857
2817
|
* Type
|
|
2858
2818
|
* @default waypoint_detail
|
|
2859
2819
|
* @constant
|
|
2860
|
-
* @enum {string}
|
|
2861
2820
|
*/
|
|
2862
2821
|
type?: "waypoint_detail";
|
|
2863
2822
|
attributes: components["schemas"]["WaypointDetailAttributes"];
|