@volant-autonomy/via-sdk 1.4069.1 → 1.4099.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 CHANGED
@@ -793,7 +793,7 @@ function defaultPathSerializer(pathname, pathParams) {
793
793
  return nextURL;
794
794
  }
795
795
 
796
- var version = "1.4069.1";
796
+ var version = "1.4099.1";
797
797
 
798
798
  const querySerializer = createQuerySerializer();
799
799
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -791,7 +791,7 @@ function defaultPathSerializer(pathname, pathParams) {
791
791
  return nextURL;
792
792
  }
793
793
 
794
- var version = "1.4069.1";
794
+ var version = "1.4099.1";
795
795
 
796
796
  const querySerializer = createQuerySerializer();
797
797
  class Fetcher {
@@ -1872,6 +1872,11 @@ export interface components {
1872
1872
  * @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'.
1873
1873
  */
1874
1874
  time: string;
1875
+ /**
1876
+ * Planar Distance
1877
+ * @description The cumulative distance along a flat horizontal 2D plane (ignoring altitude) of the projected path between the start position and this position following all prior waypoints. This value is expressed in metres and is the result of a cartesian reprojection and therefore is not guaranteed to match the minimum straight-line distance between waypoints.
1878
+ */
1879
+ planar_distance: number;
1875
1880
  /**
1876
1881
  * Above Mean Sea Level (AMSL) Altitude
1877
1882
  * @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.
@@ -2745,6 +2750,11 @@ export interface components {
2745
2750
  * @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'.
2746
2751
  */
2747
2752
  time: string;
2753
+ /**
2754
+ * Planar Distance
2755
+ * @description The cumulative distance along a flat horizontal 2D plane (ignoring altitude) of the projected path between the start position and this position following all prior waypoints. This value is expressed in metres and is the result of a cartesian reprojection and therefore is not guaranteed to match the minimum straight-line distance between waypoints.
2756
+ */
2757
+ planar_distance: number;
2748
2758
  /**
2749
2759
  * Above Mean Sea Level (AMSL) Altitude
2750
2760
  * @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.
@@ -2824,7 +2834,7 @@ export interface components {
2824
2834
  TerrainProfileAttributes: {
2825
2835
  /**
2826
2836
  * Profile
2827
- * @description Pairs (lateral projected distance along flightplan, elevation of overflown terrain Above Mean Sea Level (AMSL) at that distance), given in metres.
2837
+ * @description Pairs (planar projected distance along flightplan, elevation of overflown terrain Above Mean Sea Level (AMSL) at that distance), given in metres.
2828
2838
  */
2829
2839
  profile: [
2830
2840
  number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4069.1",
3
+ "version": "1.4099.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",