@volant-autonomy/via-sdk 1.4712.1 → 1.4725.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
@@ -791,7 +791,7 @@ function defaultPathSerializer(pathname, pathParams) {
791
791
  return nextURL;
792
792
  }
793
793
 
794
- var version = "1.4712.1";
794
+ var version = "1.4725.1";
795
795
 
796
796
  const querySerializer = createQuerySerializer();
797
797
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -789,7 +789,7 @@ function defaultPathSerializer(pathname, pathParams) {
789
789
  return nextURL;
790
790
  }
791
791
 
792
- var version = "1.4712.1";
792
+ var version = "1.4725.1";
793
793
 
794
794
  const querySerializer = createQuerySerializer();
795
795
  class Fetcher {
@@ -2511,8 +2511,15 @@ export interface components {
2511
2511
  /**
2512
2512
  * Above Mean Sea Level (AMSL) Altitude
2513
2513
  * @description Altitude above mean sea level (AMSL), expressed in metres. This value is derived by combining the input altitude (specified above ground level (AGL)) with the terrain elevation from the selected elevation dataset.
2514
+ * @example 100
2514
2515
  */
2515
2516
  altitude_amsl: number;
2517
+ /**
2518
+ * WGS84 Ellipsoidal Altitude
2519
+ * @description Height above the WGS84 Ellipsoid, expressed in metres.
2520
+ * @example 120
2521
+ */
2522
+ altitude_wgs84_ellipsoidal: number;
2516
2523
  };
2517
2524
  /** HTTPValidationError */
2518
2525
  HTTPValidationError: {
@@ -3762,8 +3769,15 @@ export interface components {
3762
3769
  /**
3763
3770
  * Above Mean Sea Level (AMSL) Altitude
3764
3771
  * @description Altitude above mean sea level (AMSL), expressed in metres. This value is derived by combining the input altitude (specified above ground level (AGL)) with the terrain elevation from the selected elevation dataset.
3772
+ * @example 100
3765
3773
  */
3766
3774
  altitude_amsl: number;
3775
+ /**
3776
+ * WGS84 Ellipsoidal Altitude
3777
+ * @description Height above the WGS84 Ellipsoid, expressed in metres.
3778
+ * @example 120
3779
+ */
3780
+ altitude_wgs84_ellipsoidal: number;
3767
3781
  };
3768
3782
  /** StateRequest */
3769
3783
  StateRequest: {
@@ -4498,6 +4512,7 @@ export interface components {
4498
4512
  * @example [
4499
4513
  * {
4500
4514
  * "altitude_amsl": 100,
4515
+ * "altitude_wgs84_ellipsoidal": 120,
4501
4516
  * "id": "03e5572a-f733-49af-bc14-8a18bd53ee39",
4502
4517
  * "index": 0,
4503
4518
  * "planar_distance": 0,
@@ -4514,6 +4529,7 @@ export interface components {
4514
4529
  * },
4515
4530
  * {
4516
4531
  * "altitude_amsl": 100,
4532
+ * "altitude_wgs84_ellipsoidal": 120,
4517
4533
  * "flight_parameters": {
4518
4534
  * "airspeed": 20,
4519
4535
  * "lateral": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4712.1",
3
+ "version": "1.4725.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",