@volant-autonomy/via-sdk 1.3285.1 → 1.3296.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.
@@ -839,7 +839,6 @@ export interface components {
839
839
  * Type
840
840
  * @default aircraft
841
841
  * @constant
842
- * @enum {string}
843
842
  */
844
843
  type?: "aircraft";
845
844
  attributes: components["schemas"]["AircraftAttributes"];
@@ -910,7 +909,6 @@ export interface components {
910
909
  * Type
911
910
  * @default airspace_constraint
912
911
  * @constant
913
- * @enum {string}
914
912
  */
915
913
  type?: "airspace_constraint";
916
914
  meta: components["schemas"]["AirspaceConstraintMeta"];
@@ -1019,7 +1017,6 @@ export interface components {
1019
1017
  * Type
1020
1018
  * @default air_risk_classification
1021
1019
  * @constant
1022
- * @enum {string}
1023
1020
  */
1024
1021
  type?: "air_risk_classification";
1025
1022
  attributes: components["schemas"]["ArcAttributes"];
@@ -1034,7 +1031,6 @@ export interface components {
1034
1031
  /**
1035
1032
  * Type
1036
1033
  * @constant
1037
- * @enum {string}
1038
1034
  */
1039
1035
  type: "FeatureCollection";
1040
1036
  /** Features */
@@ -1050,7 +1046,6 @@ export interface components {
1050
1046
  /**
1051
1047
  * Type
1052
1048
  * @constant
1053
- * @enum {string}
1054
1049
  */
1055
1050
  type: "FeatureCollection";
1056
1051
  /** Features */
@@ -1075,7 +1070,6 @@ export interface components {
1075
1070
  * Type
1076
1071
  * @default atypical_airspace
1077
1072
  * @constant
1078
- * @enum {string}
1079
1073
  */
1080
1074
  type?: "atypical_airspace";
1081
1075
  attributes: components["schemas"]["AtypicalAirspace-Output"];
@@ -1098,7 +1092,6 @@ export interface components {
1098
1092
  * Type
1099
1093
  * @default chart
1100
1094
  * @constant
1101
- * @enum {string}
1102
1095
  */
1103
1096
  type?: "chart";
1104
1097
  attributes: components["schemas"]["ChartAttributes"];
@@ -1148,7 +1141,6 @@ export interface components {
1148
1141
  /**
1149
1142
  * Type
1150
1143
  * @constant
1151
- * @enum {string}
1152
1144
  */
1153
1145
  type: "FeatureCollection";
1154
1146
  /** Features */
@@ -1164,7 +1156,6 @@ export interface components {
1164
1156
  /**
1165
1157
  * Type
1166
1158
  * @constant
1167
- * @enum {string}
1168
1159
  */
1169
1160
  type: "FeatureCollection";
1170
1161
  /** Features */
@@ -1184,7 +1175,6 @@ export interface components {
1184
1175
  * Type
1185
1176
  * @default controlled_ground_area
1186
1177
  * @constant
1187
- * @enum {string}
1188
1178
  */
1189
1179
  type?: "controlled_ground_area";
1190
1180
  attributes: components["schemas"]["ControlledGroundArea-Output"];
@@ -1349,7 +1339,6 @@ export interface components {
1349
1339
  * Type
1350
1340
  * @default flightplan
1351
1341
  * @constant
1352
- * @enum {string}
1353
1342
  */
1354
1343
  type?: "flightplan";
1355
1344
  meta: components["schemas"]["FlightplanMeta"];
@@ -1360,7 +1349,6 @@ export interface components {
1360
1349
  /**
1361
1350
  * Type
1362
1351
  * @constant
1363
- * @enum {string}
1364
1352
  */
1365
1353
  type: "FeatureCollection";
1366
1354
  /** Features */
@@ -1371,7 +1359,6 @@ export interface components {
1371
1359
  /**
1372
1360
  * Type
1373
1361
  * @constant
1374
- * @enum {string}
1375
1362
  */
1376
1363
  type: "MultiPolygon";
1377
1364
  /** Coordinates */
@@ -1385,7 +1372,6 @@ export interface components {
1385
1372
  /**
1386
1373
  * Type
1387
1374
  * @constant
1388
- * @enum {string}
1389
1375
  */
1390
1376
  type: "Feature";
1391
1377
  geometry: components["schemas"]["GeoJsonMultiPolygon"];
@@ -1396,7 +1382,6 @@ export interface components {
1396
1382
  /**
1397
1383
  * Type
1398
1384
  * @constant
1399
- * @enum {string}
1400
1385
  */
1401
1386
  type: "Polygon";
1402
1387
  /** Coordinates */
@@ -1410,7 +1395,6 @@ export interface components {
1410
1395
  /**
1411
1396
  * Type
1412
1397
  * @constant
1413
- * @enum {string}
1414
1398
  */
1415
1399
  type: "Feature";
1416
1400
  geometry: components["schemas"]["GeoJsonPolygon"];
@@ -1421,7 +1405,6 @@ export interface components {
1421
1405
  /**
1422
1406
  * Type
1423
1407
  * @constant
1424
- * @enum {string}
1425
1408
  */
1426
1409
  type: "Feature";
1427
1410
  geometry: components["schemas"]["GeoJsonPolygon"];
@@ -1432,7 +1415,6 @@ export interface components {
1432
1415
  /**
1433
1416
  * Type
1434
1417
  * @constant
1435
- * @enum {string}
1436
1418
  */
1437
1419
  type: "Feature";
1438
1420
  geometry: components["schemas"]["GeoJsonPolygon"];
@@ -1452,7 +1434,6 @@ export interface components {
1452
1434
  * - `GOTO` : Fly to and directly pass through a location under certain parameters
1453
1435
  *
1454
1436
  * @constant
1455
- * @enum {string}
1456
1437
  */
1457
1438
  type: "goto";
1458
1439
  position: components["schemas"]["Wgs84Position"];
@@ -1474,7 +1455,6 @@ export interface components {
1474
1455
  * - `GOTO` : Fly to and directly pass through a location under certain parameters
1475
1456
  *
1476
1457
  * @constant
1477
- * @enum {string}
1478
1458
  */
1479
1459
  type: "goto";
1480
1460
  position: components["schemas"]["Wgs84Position"];
@@ -1497,7 +1477,6 @@ export interface components {
1497
1477
  * - `GOTO` : Fly to and directly pass through a location under certain parameters
1498
1478
  *
1499
1479
  * @constant
1500
- * @enum {string}
1501
1480
  */
1502
1481
  type: "goto";
1503
1482
  position: components["schemas"]["Wgs84Position"];
@@ -1514,7 +1493,6 @@ export interface components {
1514
1493
  * - `GOTO` : Fly to and directly pass through a location under certain parameters
1515
1494
  *
1516
1495
  * @constant
1517
- * @enum {string}
1518
1496
  */
1519
1497
  type: "goto";
1520
1498
  position: components["schemas"]["Wgs84Position"];
@@ -1591,7 +1569,6 @@ export interface components {
1591
1569
  /**
1592
1570
  * Implementation
1593
1571
  * @constant
1594
- * @enum {string}
1595
1572
  */
1596
1573
  implementation: "jarus_v2.5";
1597
1574
  payload: components["schemas"]["JarusV2_5ClassificationPayload"];
@@ -1601,7 +1578,6 @@ export interface components {
1601
1578
  /**
1602
1579
  * Implementation
1603
1580
  * @constant
1604
- * @enum {string}
1605
1581
  */
1606
1582
  implementation: "jarus_v2.5";
1607
1583
  payload: components["schemas"]["JarusV2_5ClassificationPayload"];
@@ -2008,7 +1984,6 @@ export interface components {
2008
1984
  * Type
2009
1985
  * @default pathing_task
2010
1986
  * @constant
2011
- * @enum {string}
2012
1987
  */
2013
1988
  type?: "pathing_task";
2014
1989
  attributes?: components["schemas"]["PathingTaskAttributes"] | null;
@@ -2078,7 +2053,6 @@ export interface components {
2078
2053
  * Type
2079
2054
  * @default flight_pattern
2080
2055
  * @constant
2081
- * @enum {string}
2082
2056
  */
2083
2057
  type?: "flight_pattern";
2084
2058
  attributes: components["schemas"]["Raster"];
@@ -2123,7 +2097,6 @@ export interface components {
2123
2097
  * Type
2124
2098
  * @default sora_classification
2125
2099
  * @constant
2126
- * @enum {string}
2127
2100
  */
2128
2101
  type?: "sora_classification";
2129
2102
  /** Attributes */
@@ -2240,7 +2213,6 @@ export interface components {
2240
2213
  * Type
2241
2214
  * @default sora_report
2242
2215
  * @constant
2243
- * @enum {string}
2244
2216
  */
2245
2217
  type?: "sora_report";
2246
2218
  };
@@ -2281,7 +2253,6 @@ export interface components {
2281
2253
  * - `GOTO` : Fly to and directly pass through a location under certain parameters
2282
2254
  *
2283
2255
  * @constant
2284
- * @enum {string}
2285
2256
  */
2286
2257
  type: "start";
2287
2258
  position: components["schemas"]["Wgs84Position"];
@@ -2299,7 +2270,6 @@ export interface components {
2299
2270
  * - `GOTO` : Fly to and directly pass through a location under certain parameters
2300
2271
  *
2301
2272
  * @constant
2302
- * @enum {string}
2303
2273
  */
2304
2274
  type: "start";
2305
2275
  position: components["schemas"]["Wgs84Position"];
@@ -2314,7 +2284,6 @@ export interface components {
2314
2284
  * - `GOTO` : Fly to and directly pass through a location under certain parameters
2315
2285
  *
2316
2286
  * @constant
2317
- * @enum {string}
2318
2287
  */
2319
2288
  type: "start";
2320
2289
  position: components["schemas"]["Wgs84Position"];
@@ -2383,7 +2352,6 @@ export interface components {
2383
2352
  * Type
2384
2353
  * @default statistics
2385
2354
  * @constant
2386
- * @enum {string}
2387
2355
  */
2388
2356
  type?: "statistics";
2389
2357
  attributes: components["schemas"]["StatisticsAttributes"];
@@ -2416,7 +2384,6 @@ export interface components {
2416
2384
  TerrainSource: "SRTMGL3" | "SRTMGL1" | "NASADEM" | "EU_DTM";
2417
2385
  /**
2418
2386
  * TokenType
2419
- * @constant
2420
2387
  * @enum {string}
2421
2388
  */
2422
2389
  TokenType: "Bearer";
@@ -2467,7 +2434,6 @@ export interface components {
2467
2434
  * Type
2468
2435
  * @default air_risk_classification
2469
2436
  * @constant
2470
- * @enum {string}
2471
2437
  */
2472
2438
  type?: "air_risk_classification";
2473
2439
  attributes: components["schemas"]["UkArcAttributes"];
@@ -2617,7 +2583,6 @@ export interface components {
2617
2583
  /**
2618
2584
  * Implementation
2619
2585
  * @constant
2620
- * @enum {string}
2621
2586
  */
2622
2587
  implementation: "uk";
2623
2588
  payload: components["schemas"]["UkClassificationPayload"];
@@ -2627,7 +2592,6 @@ export interface components {
2627
2592
  /**
2628
2593
  * Implementation
2629
2594
  * @constant
2630
- * @enum {string}
2631
2595
  */
2632
2596
  implementation: "uk";
2633
2597
  payload: components["schemas"]["UkClassificationPayload"];
@@ -2707,7 +2671,6 @@ export interface components {
2707
2671
  * Type
2708
2672
  * @default sora_report
2709
2673
  * @constant
2710
- * @enum {string}
2711
2674
  */
2712
2675
  type?: "sora_report";
2713
2676
  };
@@ -2817,7 +2780,6 @@ export interface components {
2817
2780
  * Type
2818
2781
  * @default volumes
2819
2782
  * @constant
2820
- * @enum {string}
2821
2783
  */
2822
2784
  type?: "volumes";
2823
2785
  attributes: components["schemas"]["Volume4D-Output"];
@@ -2857,7 +2819,6 @@ export interface components {
2857
2819
  * Type
2858
2820
  * @default waypoint_detail
2859
2821
  * @constant
2860
- * @enum {string}
2861
2822
  */
2862
2823
  type?: "waypoint_detail";
2863
2824
  attributes: components["schemas"]["WaypointDetailAttributes"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3285.1",
3
+ "version": "1.3296.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",