@volant-autonomy/via-sdk 1.5338.1 → 1.5348.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 +9 -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
|
@@ -1057,6 +1057,7 @@ export interface components {
|
|
|
1057
1057
|
*/
|
|
1058
1058
|
chart_id: string;
|
|
1059
1059
|
/**
|
|
1060
|
+
* @deprecated
|
|
1060
1061
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
1061
1062
|
* @default NASADEM
|
|
1062
1063
|
* @example NASADEM
|
|
@@ -1119,6 +1120,7 @@ export interface components {
|
|
|
1119
1120
|
*/
|
|
1120
1121
|
chart_id: string;
|
|
1121
1122
|
/**
|
|
1123
|
+
* @deprecated
|
|
1122
1124
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
1123
1125
|
* @default NASADEM
|
|
1124
1126
|
* @example NASADEM
|
|
@@ -1905,6 +1907,7 @@ export interface components {
|
|
|
1905
1907
|
*/
|
|
1906
1908
|
waypoints: (components["schemas"]["StartWaypoint-Input"] | components["schemas"]["GotoWaypoint-Input"] | components["schemas"]["GotoLoiterWaypoint-Input"])[];
|
|
1907
1909
|
/**
|
|
1910
|
+
* @deprecated
|
|
1908
1911
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
1909
1912
|
* @default NASADEM
|
|
1910
1913
|
* @example NASADEM
|
|
@@ -2016,6 +2019,7 @@ export interface components {
|
|
|
2016
2019
|
*/
|
|
2017
2020
|
waypoints: (components["schemas"]["StartWaypoint-Output"] | components["schemas"]["GotoWaypoint-Output"] | components["schemas"]["GotoLoiterWaypoint-Output"])[];
|
|
2018
2021
|
/**
|
|
2022
|
+
* @deprecated
|
|
2019
2023
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
2020
2024
|
* @default NASADEM
|
|
2021
2025
|
* @example NASADEM
|
|
@@ -3290,6 +3294,7 @@ export interface components {
|
|
|
3290
3294
|
/** Sora Classification Id */
|
|
3291
3295
|
sora_classification_id?: string | null;
|
|
3292
3296
|
/**
|
|
3297
|
+
* @deprecated
|
|
3293
3298
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
3294
3299
|
* @default NASADEM
|
|
3295
3300
|
* @example NASADEM
|
|
@@ -3797,6 +3802,7 @@ export interface components {
|
|
|
3797
3802
|
*/
|
|
3798
3803
|
population_density_source: components["schemas"]["PopulationSource"];
|
|
3799
3804
|
/**
|
|
3805
|
+
* @deprecated
|
|
3800
3806
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
3801
3807
|
* @default NASADEM
|
|
3802
3808
|
* @example NASADEM
|
|
@@ -3838,6 +3844,7 @@ export interface components {
|
|
|
3838
3844
|
*/
|
|
3839
3845
|
chart_id: string;
|
|
3840
3846
|
/**
|
|
3847
|
+
* @deprecated
|
|
3841
3848
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
3842
3849
|
* @default NASADEM
|
|
3843
3850
|
* @example NASADEM
|
|
@@ -4416,6 +4423,7 @@ export interface components {
|
|
|
4416
4423
|
*/
|
|
4417
4424
|
chart_id: string;
|
|
4418
4425
|
/**
|
|
4426
|
+
* @deprecated
|
|
4419
4427
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
4420
4428
|
* @default NASADEM
|
|
4421
4429
|
* @example NASADEM
|
|
@@ -4588,6 +4596,7 @@ export interface components {
|
|
|
4588
4596
|
*/
|
|
4589
4597
|
population_density_source: components["schemas"]["PopulationSource"];
|
|
4590
4598
|
/**
|
|
4599
|
+
* @deprecated
|
|
4591
4600
|
* @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures.
|
|
4592
4601
|
* @default NASADEM
|
|
4593
4602
|
* @example NASADEM
|