@volant-autonomy/via-sdk 1.4065.1 → 1.4087.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.
@@ -1001,24 +1001,7 @@ export interface components {
1001
1001
  state: components["schemas"]["AirspaceConstraintStateBusiness"];
1002
1002
  };
1003
1003
  /** AirspaceConstraintResponse */
1004
- "AirspaceConstraintResponse-Input": {
1005
- /**
1006
- * Airspace Constraint ID
1007
- * Format: uuid
1008
- * @description Unique identifier of the Airspace Constraint.
1009
- */
1010
- id: string;
1011
- /**
1012
- * Type
1013
- * @default airspace_constraint
1014
- * @constant
1015
- */
1016
- type?: "airspace_constraint";
1017
- meta: components["schemas"]["AirspaceConstraintMeta"];
1018
- attributes: components["schemas"]["AirspaceConstraint-Input"];
1019
- };
1020
- /** AirspaceConstraintResponse */
1021
- "AirspaceConstraintResponse-Output": {
1004
+ AirspaceConstraintResponse: {
1022
1005
  /**
1023
1006
  * Airspace Constraint ID
1024
1007
  * Format: uuid
@@ -1179,23 +1162,7 @@ export interface components {
1179
1162
  altitude_lower: number;
1180
1163
  };
1181
1164
  /** AtypicalAirspaceResponse */
1182
- "AtypicalAirspaceResponse-Input": {
1183
- /**
1184
- * Atypical Airspace ID
1185
- * Format: uuid
1186
- * @description Unique identifier of the atypical airspace.
1187
- */
1188
- id: string;
1189
- /**
1190
- * Type
1191
- * @default atypical_airspace
1192
- * @constant
1193
- */
1194
- type?: "atypical_airspace";
1195
- attributes: components["schemas"]["AtypicalAirspace-Input"];
1196
- };
1197
- /** AtypicalAirspaceResponse */
1198
- "AtypicalAirspaceResponse-Output": {
1165
+ AtypicalAirspaceResponse: {
1199
1166
  /**
1200
1167
  * Atypical Airspace ID
1201
1168
  * Format: uuid
@@ -1310,20 +1277,7 @@ export interface components {
1310
1277
  geotiff: string;
1311
1278
  };
1312
1279
  /** ChartAttributes */
1313
- "ChartAttributes-Input": {
1314
- aoi_bounding: components["schemas"]["AoiBounding"];
1315
- /**
1316
- * Bounding Polygon
1317
- * @description List of WGS84 coordinates that defines the corners of the Chart
1318
- */
1319
- bounding_polygon: components["schemas"]["Wgs84Point"][];
1320
- data_sources: components["schemas"]["DataSources"];
1321
- /** Managed Cost Datasets */
1322
- managed_cost_datasets: components["schemas"]["ManagedCostDatasetMetadata"][];
1323
- georeference: components["schemas"]["Georeference"];
1324
- };
1325
- /** ChartAttributes */
1326
- "ChartAttributes-Output": {
1280
+ ChartAttributes: {
1327
1281
  aoi_bounding: components["schemas"]["AoiBounding"];
1328
1282
  /**
1329
1283
  * Bounding Polygon
@@ -1336,7 +1290,7 @@ export interface components {
1336
1290
  georeference: components["schemas"]["Georeference"];
1337
1291
  };
1338
1292
  /** ChartResponse */
1339
- "ChartResponse-Input": {
1293
+ ChartResponse: {
1340
1294
  /** Id */
1341
1295
  id: string;
1342
1296
  /**
@@ -1345,19 +1299,7 @@ export interface components {
1345
1299
  * @constant
1346
1300
  */
1347
1301
  type?: "chart";
1348
- attributes: components["schemas"]["ChartAttributes-Input"];
1349
- };
1350
- /** ChartResponse */
1351
- "ChartResponse-Output": {
1352
- /** Id */
1353
- id: string;
1354
- /**
1355
- * Type
1356
- * @default chart
1357
- * @constant
1358
- */
1359
- type?: "chart";
1360
- attributes: components["schemas"]["ChartAttributes-Output"];
1302
+ attributes: components["schemas"]["ChartAttributes"];
1361
1303
  };
1362
1304
  /**
1363
1305
  * ContainmentRequirements
@@ -1427,23 +1369,7 @@ export interface components {
1427
1369
  /** ControlledGroundAreaProperties */
1428
1370
  ControlledGroundAreaProperties: Record<string, never>;
1429
1371
  /** ControlledGroundAreaResponse */
1430
- "ControlledGroundAreaResponse-Input": {
1431
- /**
1432
- * Controlled Ground Area ID
1433
- * Format: uuid
1434
- * @description Unique identifier of the controlled ground area.
1435
- */
1436
- id: string;
1437
- /**
1438
- * Type
1439
- * @default controlled_ground_area
1440
- * @constant
1441
- */
1442
- type?: "controlled_ground_area";
1443
- attributes: components["schemas"]["ControlledGroundArea-Input"];
1444
- };
1445
- /** ControlledGroundAreaResponse */
1446
- "ControlledGroundAreaResponse-Output": {
1372
+ ControlledGroundAreaResponse: {
1447
1373
  /**
1448
1374
  * Controlled Ground Area ID
1449
1375
  * Format: uuid
@@ -1459,18 +1385,7 @@ export interface components {
1459
1385
  attributes: components["schemas"]["ControlledGroundArea-Output"];
1460
1386
  };
1461
1387
  /** CostDatasetAttributes */
1462
- "CostDatasetAttributes-Input": {
1463
- /**
1464
- * Chart ID
1465
- * @description Unique identifier for a chart.
1466
- */
1467
- chart_id: string;
1468
- georeference: components["schemas"]["Georeference"];
1469
- /** Bands */
1470
- bands: components["schemas"]["CostDatasetRasterBand"][];
1471
- };
1472
- /** CostDatasetAttributes */
1473
- "CostDatasetAttributes-Output": {
1388
+ CostDatasetAttributes: {
1474
1389
  /**
1475
1390
  * Chart ID
1476
1391
  * @description Unique identifier for a chart.
@@ -1485,7 +1400,7 @@ export interface components {
1485
1400
  valid_time_range: components["schemas"]["RasterValidityTime"];
1486
1401
  };
1487
1402
  /** CostDatasetResponse */
1488
- "CostDatasetResponse-Input": {
1403
+ CostDatasetResponse: {
1489
1404
  /**
1490
1405
  * Cost Dataset ID
1491
1406
  * Format: uuid
@@ -1503,28 +1418,7 @@ export interface components {
1503
1418
  * @constant
1504
1419
  */
1505
1420
  type?: "cost_dataset";
1506
- attributes: components["schemas"]["CostDatasetAttributes-Input"];
1507
- };
1508
- /** CostDatasetResponse */
1509
- "CostDatasetResponse-Output": {
1510
- /**
1511
- * Cost Dataset ID
1512
- * Format: uuid
1513
- * @description Unique identifier of the cost dataset.
1514
- */
1515
- id: string;
1516
- /**
1517
- * Cost Dataset Name
1518
- * @description A custom name for the cost dataset, it can have a maximum length of 255 characters, contain symbols and spacing, and importantly cannot be renamed afterwards.
1519
- */
1520
- name: string;
1521
- /**
1522
- * Type
1523
- * @default cost_dataset
1524
- * @constant
1525
- */
1526
- type?: "cost_dataset";
1527
- attributes: components["schemas"]["CostDatasetAttributes-Output"];
1421
+ attributes: components["schemas"]["CostDatasetAttributes"];
1528
1422
  };
1529
1423
  /**
1530
1424
  * DataSources
@@ -1679,27 +1573,7 @@ export interface components {
1679
1573
  * FlightplanResponse
1680
1574
  * @description Flightplan Resource.
1681
1575
  */
1682
- "FlightplanResponse-Input": {
1683
- /**
1684
- * Flightplan ID
1685
- * Format: uuid
1686
- * @description Unique identifier of the flightplan.
1687
- */
1688
- id: string;
1689
- /**
1690
- * Type
1691
- * @default flightplan
1692
- * @constant
1693
- */
1694
- type?: "flightplan";
1695
- meta: components["schemas"]["FlightplanMeta"];
1696
- attributes: components["schemas"]["Flightplan-Input"];
1697
- };
1698
- /**
1699
- * FlightplanResponse
1700
- * @description Flightplan Resource.
1701
- */
1702
- "FlightplanResponse-Output": {
1576
+ FlightplanResponse: {
1703
1577
  /**
1704
1578
  * Flightplan ID
1705
1579
  * Format: uuid
@@ -1716,17 +1590,7 @@ export interface components {
1716
1590
  attributes: components["schemas"]["Flightplan-Output"];
1717
1591
  };
1718
1592
  /** GeoJsonCollection[SemanticModelProperties] */
1719
- "GeoJsonCollection_SemanticModelProperties_-Input": {
1720
- /**
1721
- * Type
1722
- * @constant
1723
- */
1724
- type: "FeatureCollection";
1725
- /** Features */
1726
- features: (components["schemas"]["GeoJsonPolygonFeature_SemanticModelProperties_"] | components["schemas"]["GeoJsonMultiPolygonFeature_SemanticModelProperties_"])[];
1727
- };
1728
- /** GeoJsonCollection[SemanticModelProperties] */
1729
- "GeoJsonCollection_SemanticModelProperties_-Output": {
1593
+ GeoJsonCollection_SemanticModelProperties_: {
1730
1594
  /**
1731
1595
  * Type
1732
1596
  * @constant
@@ -1852,23 +1716,7 @@ export interface components {
1852
1716
  /** GeocageProperties */
1853
1717
  GeocageProperties: Record<string, never>;
1854
1718
  /** GeocageResponse */
1855
- "GeocageResponse-Input": {
1856
- /**
1857
- * Geocage ID
1858
- * Format: uuid
1859
- * @description Unique identifier of the geocage.
1860
- */
1861
- id: string;
1862
- /**
1863
- * Type
1864
- * @default geocage
1865
- * @constant
1866
- */
1867
- type?: "geocage";
1868
- attributes: components["schemas"]["Geocage-Input"];
1869
- };
1870
- /** GeocageResponse */
1871
- "GeocageResponse-Output": {
1719
+ GeocageResponse: {
1872
1720
  /**
1873
1721
  * Geocage ID
1874
1722
  * Format: uuid
@@ -1990,48 +1838,7 @@ export interface components {
1990
1838
  wind_parameters?: components["schemas"]["WindParameters"];
1991
1839
  };
1992
1840
  /** GotoWaypointDetail */
1993
- "GotoWaypointDetail-Input": {
1994
- /**
1995
- * Type
1996
- * @description The type of a `Waypoint`
1997
- *
1998
- * - `START`: The beginning of a `Flightplan`
1999
- * - `GOTO` : Fly to and directly pass through a location under certain parameters
2000
- *
2001
- * @constant
2002
- */
2003
- type: "goto";
2004
- position: components["schemas"]["Wgs84Position"];
2005
- flight_parameters: components["schemas"]["FlightParameters"];
2006
- wind_parameters?: components["schemas"]["WindParameters"];
2007
- /**
2008
- * Waypoint ID
2009
- * Format: uuid
2010
- * @description Unique identifier of the waypoint.
2011
- * @default {
2012
- * "strict": false
2013
- * }
2014
- */
2015
- id?: string;
2016
- /**
2017
- * Index
2018
- * @description The position of the waypoint in the flightplan
2019
- */
2020
- index: number;
2021
- /**
2022
- * Time
2023
- * Format: date-time
2024
- * @description RFC3339-formatted (section 5.6) and ISO8601-compatible. The date/time separator must be 'T' and the time zone must be 'Z' or '+00:00'. Values must be between '1970-01-01T00:00:00Z' and '2100-01-01T00:00:00Z'.
2025
- */
2026
- time: string;
2027
- /**
2028
- * Above Mean Sea Level (AMSL) Altitude
2029
- * @description Altitude above mean sea level (AMSL), expressed in meters. This value is derived by combining the input altitude (specified above ground level (AGL)) with the terrain elevation from the selected elevation dataset.
2030
- */
2031
- altitude_amsl: number;
2032
- };
2033
- /** GotoWaypointDetail */
2034
- "GotoWaypointDetail-Output": {
1841
+ GotoWaypointDetail: {
2035
1842
  /**
2036
1843
  * Type
2037
1844
  * @description The type of a `Waypoint`
@@ -2260,12 +2067,12 @@ export interface components {
2260
2067
  /** JsonApiListResponse[JsonApiResponse[VolumeResponse]] */
2261
2068
  JsonApiListResponse_JsonApiResponse_VolumeResponse__: {
2262
2069
  /** Data */
2263
- data: components["schemas"]["JsonApiResponse_VolumeResponse_-Output"][];
2070
+ data: components["schemas"]["JsonApiResponse_VolumeResponse_"][];
2264
2071
  links: components["schemas"]["Links"];
2265
2072
  };
2266
2073
  /** JsonApiResponse[AirspaceConstraintResponse] */
2267
2074
  JsonApiResponse_AirspaceConstraintResponse_: {
2268
- data: components["schemas"]["AirspaceConstraintResponse-Output"];
2075
+ data: components["schemas"]["AirspaceConstraintResponse"];
2269
2076
  links: components["schemas"]["Links"];
2270
2077
  };
2271
2078
  /** JsonApiResponse[ArcResponse] */
@@ -2275,37 +2082,37 @@ export interface components {
2275
2082
  };
2276
2083
  /** JsonApiResponse[AtypicalAirspaceResponse] */
2277
2084
  JsonApiResponse_AtypicalAirspaceResponse_: {
2278
- data: components["schemas"]["AtypicalAirspaceResponse-Output"];
2085
+ data: components["schemas"]["AtypicalAirspaceResponse"];
2279
2086
  links: components["schemas"]["Links"];
2280
2087
  };
2281
2088
  /** JsonApiResponse[ChartResponse] */
2282
2089
  JsonApiResponse_ChartResponse_: {
2283
- data: components["schemas"]["ChartResponse-Output"];
2090
+ data: components["schemas"]["ChartResponse"];
2284
2091
  links: components["schemas"]["Links"];
2285
2092
  };
2286
2093
  /** JsonApiResponse[ControlledGroundAreaResponse] */
2287
2094
  JsonApiResponse_ControlledGroundAreaResponse_: {
2288
- data: components["schemas"]["ControlledGroundAreaResponse-Output"];
2095
+ data: components["schemas"]["ControlledGroundAreaResponse"];
2289
2096
  links: components["schemas"]["Links"];
2290
2097
  };
2291
2098
  /** JsonApiResponse[CostDatasetResponse] */
2292
2099
  JsonApiResponse_CostDatasetResponse_: {
2293
- data: components["schemas"]["CostDatasetResponse-Output"];
2100
+ data: components["schemas"]["CostDatasetResponse"];
2294
2101
  links: components["schemas"]["Links"];
2295
2102
  };
2296
2103
  /** JsonApiResponse[FlightplanResponse] */
2297
2104
  JsonApiResponse_FlightplanResponse_: {
2298
- data: components["schemas"]["FlightplanResponse-Output"];
2105
+ data: components["schemas"]["FlightplanResponse"];
2299
2106
  links: components["schemas"]["Links"];
2300
2107
  };
2301
2108
  /** JsonApiResponse[GeoJsonCollection[SemanticModelProperties]] */
2302
2109
  JsonApiResponse_GeoJsonCollection_SemanticModelProperties__: {
2303
- data: components["schemas"]["GeoJsonCollection_SemanticModelProperties_-Output"];
2110
+ data: components["schemas"]["GeoJsonCollection_SemanticModelProperties_"];
2304
2111
  links: components["schemas"]["Links"];
2305
2112
  };
2306
2113
  /** JsonApiResponse[GeocageResponse] */
2307
2114
  JsonApiResponse_GeocageResponse_: {
2308
- data: components["schemas"]["GeocageResponse-Output"];
2115
+ data: components["schemas"]["GeocageResponse"];
2309
2116
  links: components["schemas"]["Links"];
2310
2117
  };
2311
2118
  /** JsonApiResponse[JarusV25ResidualArcResponse] */
@@ -2315,12 +2122,12 @@ export interface components {
2315
2122
  };
2316
2123
  /** JsonApiResponse[PathingTaskResponse] */
2317
2124
  JsonApiResponse_PathingTaskResponse_: {
2318
- data: components["schemas"]["PathingTaskResponse-Output"];
2125
+ data: components["schemas"]["PathingTaskResponse"];
2319
2126
  links: components["schemas"]["Links"];
2320
2127
  };
2321
2128
  /** JsonApiResponse[RasterResponse] */
2322
2129
  JsonApiResponse_RasterResponse_: {
2323
- data: components["schemas"]["RasterResponse-Output"];
2130
+ data: components["schemas"]["RasterResponse"];
2324
2131
  links: components["schemas"]["Links"];
2325
2132
  };
2326
2133
  /** JsonApiResponse[SailResponse] */
@@ -2330,12 +2137,12 @@ export interface components {
2330
2137
  };
2331
2138
  /** JsonApiResponse[SoraClassificationResponse] */
2332
2139
  JsonApiResponse_SoraClassificationResponse_: {
2333
- data: components["schemas"]["SoraClassificationResponse-Output"];
2140
+ data: components["schemas"]["SoraClassificationResponse"];
2334
2141
  links: components["schemas"]["Links"];
2335
2142
  };
2336
2143
  /** JsonApiResponse[SoraReportResponse] */
2337
2144
  JsonApiResponse_SoraReportResponse_: {
2338
- data: components["schemas"]["SoraReportResponse-Output"];
2145
+ data: components["schemas"]["SoraReportResponse"];
2339
2146
  links: components["schemas"]["Links"];
2340
2147
  };
2341
2148
  /** JsonApiResponse[StatisticsResponse] */
@@ -2365,22 +2172,17 @@ export interface components {
2365
2172
  };
2366
2173
  /** JsonApiResponse[UkSoraReportResponse] */
2367
2174
  JsonApiResponse_UkSoraReportResponse_: {
2368
- data: components["schemas"]["UkSoraReportResponse-Output"];
2175
+ data: components["schemas"]["UkSoraReportResponse"];
2369
2176
  links: components["schemas"]["Links"];
2370
2177
  };
2371
2178
  /** JsonApiResponse[VolumeResponse] */
2372
- "JsonApiResponse_VolumeResponse_-Input": {
2373
- data: components["schemas"]["VolumeResponse-Input"];
2374
- links: components["schemas"]["Links"];
2375
- };
2376
- /** JsonApiResponse[VolumeResponse] */
2377
- "JsonApiResponse_VolumeResponse_-Output": {
2378
- data: components["schemas"]["VolumeResponse-Output"];
2179
+ JsonApiResponse_VolumeResponse_: {
2180
+ data: components["schemas"]["VolumeResponse"];
2379
2181
  links: components["schemas"]["Links"];
2380
2182
  };
2381
2183
  /** JsonApiResponse[WaypointDetailResponse] */
2382
2184
  JsonApiResponse_WaypointDetailResponse_: {
2383
- data: components["schemas"]["WaypointDetailResponse-Output"];
2185
+ data: components["schemas"]["WaypointDetailResponse"];
2384
2186
  links: components["schemas"]["Links"];
2385
2187
  };
2386
2188
  /**
@@ -2508,27 +2310,7 @@ export interface components {
2508
2310
  deconflict?: boolean;
2509
2311
  };
2510
2312
  /** PathingTaskAttributes */
2511
- "PathingTaskAttributes-Input": {
2512
- /**
2513
- * Waypoints
2514
- * @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: WaypointType.START and only occur once
2515
- */
2516
- waypoints: (components["schemas"]["StartWaypoint"] | components["schemas"]["GotoWaypoint-Input"])[];
2517
- /**
2518
- * Time Start
2519
- * Format: date-time
2520
- * @description RFC3339-formatted (section 5.6) and ISO8601-compatible. The date/time separator must be 'T' and the time zone must be 'Z' or '+00:00'. Values must be between '1970-01-01T00:00:00Z' and '2100-01-01T00:00:00Z'.
2521
- */
2522
- time_start: string;
2523
- /**
2524
- * Time End
2525
- * Format: date-time
2526
- * @description RFC3339-formatted (section 5.6) and ISO8601-compatible. The date/time separator must be 'T' and the time zone must be 'Z' or '+00:00'. Values must be between '1970-01-01T00:00:00Z' and '2100-01-01T00:00:00Z'.
2527
- */
2528
- time_end: string;
2529
- };
2530
- /** PathingTaskAttributes */
2531
- "PathingTaskAttributes-Output": {
2313
+ PathingTaskAttributes: {
2532
2314
  /**
2533
2315
  * Waypoints
2534
2316
  * @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: WaypointType.START and only occur once
@@ -2652,7 +2434,7 @@ export interface components {
2652
2434
  * @description Standard response for pathing task GET endpoint. The attributes with waypoints are included in the response if the
2653
2435
  * state is "successful".
2654
2436
  */
2655
- "PathingTaskResponse-Input": {
2437
+ PathingTaskResponse: {
2656
2438
  /**
2657
2439
  * Pathing Task ID
2658
2440
  * Format: uuid
@@ -2665,28 +2447,7 @@ export interface components {
2665
2447
  * @constant
2666
2448
  */
2667
2449
  type?: "pathing_task";
2668
- attributes?: components["schemas"]["PathingTaskAttributes-Input"] | null;
2669
- meta: components["schemas"]["PathingTaskMeta"];
2670
- };
2671
- /**
2672
- * PathingTaskResponse
2673
- * @description Standard response for pathing task GET endpoint. The attributes with waypoints are included in the response if the
2674
- * state is "successful".
2675
- */
2676
- "PathingTaskResponse-Output": {
2677
- /**
2678
- * Pathing Task ID
2679
- * Format: uuid
2680
- * @description Unique identifier of the pathing task
2681
- */
2682
- id: string;
2683
- /**
2684
- * Type
2685
- * @default pathing_task
2686
- * @constant
2687
- */
2688
- type?: "pathing_task";
2689
- attributes?: components["schemas"]["PathingTaskAttributes-Output"] | null;
2450
+ attributes?: components["schemas"]["PathingTaskAttributes"] | null;
2690
2451
  meta: components["schemas"]["PathingTaskMeta"];
2691
2452
  };
2692
2453
  /**
@@ -2748,17 +2509,7 @@ export interface components {
2748
2509
  invert?: boolean;
2749
2510
  };
2750
2511
  /** RasterResponse */
2751
- "RasterResponse-Input": {
2752
- /**
2753
- * Type
2754
- * @default flight_pattern
2755
- * @constant
2756
- */
2757
- type?: "flight_pattern";
2758
- attributes: components["schemas"]["Raster"];
2759
- };
2760
- /** RasterResponse */
2761
- "RasterResponse-Output": {
2512
+ RasterResponse: {
2762
2513
  /**
2763
2514
  * Type
2764
2515
  * @default flight_pattern
@@ -2811,24 +2562,7 @@ export interface components {
2811
2562
  name: "Flight Geography" | "Contingency Buffer" | "Ground Risk Buffer" | "Adjacent Area";
2812
2563
  };
2813
2564
  /** SoraClassificationResponse */
2814
- "SoraClassificationResponse-Input": {
2815
- /**
2816
- * SORA Classification ID
2817
- * Format: uuid
2818
- * @description A unique identifier representing a specific set of SORA parameters
2819
- */
2820
- id: string;
2821
- /**
2822
- * Type
2823
- * @default sora_classification
2824
- * @constant
2825
- */
2826
- type?: "sora_classification";
2827
- /** Attributes */
2828
- attributes: components["schemas"]["JarusV25SoraClassification-Input"] | components["schemas"]["UkSoraClassification-Input"];
2829
- };
2830
- /** SoraClassificationResponse */
2831
- "SoraClassificationResponse-Output": {
2565
+ SoraClassificationResponse: {
2832
2566
  /**
2833
2567
  * SORA Classification ID
2834
2568
  * Format: uuid
@@ -2913,17 +2647,7 @@ export interface components {
2913
2647
  atypical_airspace_id?: string | null;
2914
2648
  };
2915
2649
  /** SoraReportResponse */
2916
- "SoraReportResponse-Input": {
2917
- attributes: components["schemas"]["SoraReportAttributes"];
2918
- /**
2919
- * Type
2920
- * @default sora_report
2921
- * @constant
2922
- */
2923
- type?: "sora_report";
2924
- };
2925
- /** SoraReportResponse */
2926
- "SoraReportResponse-Output": {
2650
+ SoraReportResponse: {
2927
2651
  attributes: components["schemas"]["SoraReportAttributes"];
2928
2652
  /**
2929
2653
  * Type
@@ -3461,17 +3185,7 @@ export interface components {
3461
3185
  atypical_airspace_id?: string | null;
3462
3186
  };
3463
3187
  /** UkSoraReportResponse */
3464
- "UkSoraReportResponse-Input": {
3465
- attributes: components["schemas"]["UkSoraReportAttributes"];
3466
- /**
3467
- * Type
3468
- * @default sora_report
3469
- * @constant
3470
- */
3471
- type?: "sora_report";
3472
- };
3473
- /** UkSoraReportResponse */
3474
- "UkSoraReportResponse-Output": {
3188
+ UkSoraReportResponse: {
3475
3189
  attributes: components["schemas"]["UkSoraReportAttributes"];
3476
3190
  /**
3477
3191
  * Type
@@ -3577,27 +3291,7 @@ export interface components {
3577
3291
  * VolumeResponse
3578
3292
  * @description Contiguous block of geographic space-time.
3579
3293
  */
3580
- "VolumeResponse-Input": {
3581
- /**
3582
- * Volume ID
3583
- * Format: uuid
3584
- * @description Unique Identifier for a volume
3585
- */
3586
- id: string;
3587
- /**
3588
- * Type
3589
- * @default volumes
3590
- * @constant
3591
- */
3592
- type?: "volumes";
3593
- attributes: components["schemas"]["Volume4D-Input"];
3594
- meta: components["schemas"]["VolumeMeta"];
3595
- };
3596
- /**
3597
- * VolumeResponse
3598
- * @description Contiguous block of geographic space-time.
3599
- */
3600
- "VolumeResponse-Output": {
3294
+ VolumeResponse: {
3601
3295
  /**
3602
3296
  * Volume ID
3603
3297
  * Format: uuid
@@ -3625,45 +3319,18 @@ export interface components {
3625
3319
  maximum_length?: number | null;
3626
3320
  };
3627
3321
  /** WaypointDetailAttributes */
3628
- "WaypointDetailAttributes-Input": {
3322
+ WaypointDetailAttributes: {
3629
3323
  /**
3630
3324
  * Waypoints
3631
3325
  * @description Detailed points defining a Flightplan that must be passed through along with flight parameters, including additional calculated fields.
3632
3326
  */
3633
- waypoints: (components["schemas"]["StartWaypointDetail"] | components["schemas"]["GotoWaypointDetail-Input"])[];
3634
- };
3635
- /** WaypointDetailAttributes */
3636
- "WaypointDetailAttributes-Output": {
3637
- /**
3638
- * Waypoints
3639
- * @description Detailed points defining a Flightplan that must be passed through along with flight parameters, including additional calculated fields.
3640
- */
3641
- waypoints: (components["schemas"]["StartWaypointDetail"] | components["schemas"]["GotoWaypointDetail-Output"])[];
3642
- };
3643
- /**
3644
- * WaypointDetailResponse
3645
- * @description Detailed Waypoints for a Flightplan.
3646
- */
3647
- "WaypointDetailResponse-Input": {
3648
- /**
3649
- * Flightplan ID
3650
- * Format: uuid
3651
- * @description Unique identifier of the flightplan.
3652
- */
3653
- id: string;
3654
- /**
3655
- * Type
3656
- * @default waypoint_detail
3657
- * @constant
3658
- */
3659
- type?: "waypoint_detail";
3660
- attributes: components["schemas"]["WaypointDetailAttributes-Input"];
3327
+ waypoints: (components["schemas"]["StartWaypointDetail"] | components["schemas"]["GotoWaypointDetail"])[];
3661
3328
  };
3662
3329
  /**
3663
3330
  * WaypointDetailResponse
3664
3331
  * @description Detailed Waypoints for a Flightplan.
3665
3332
  */
3666
- "WaypointDetailResponse-Output": {
3333
+ WaypointDetailResponse: {
3667
3334
  /**
3668
3335
  * Flightplan ID
3669
3336
  * Format: uuid
@@ -3676,7 +3343,7 @@ export interface components {
3676
3343
  * @constant
3677
3344
  */
3678
3345
  type?: "waypoint_detail";
3679
- attributes: components["schemas"]["WaypointDetailAttributes-Output"];
3346
+ attributes: components["schemas"]["WaypointDetailAttributes"];
3680
3347
  };
3681
3348
  /**
3682
3349
  * Wgs84Point
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4065.1",
3
+ "version": "1.4087.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",