@volant-autonomy/via-sdk 1.4001.1 → 1.4002.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
@@ -786,7 +786,7 @@ function defaultPathSerializer(pathname, pathParams) {
786
786
  return nextURL;
787
787
  }
788
788
 
789
- var version = "1.4001.1";
789
+ var version = "1.4002.1";
790
790
 
791
791
  const querySerializer = createQuerySerializer();
792
792
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -784,7 +784,7 @@ function defaultPathSerializer(pathname, pathParams) {
784
784
  return nextURL;
785
785
  }
786
786
 
787
- var version = "1.4001.1";
787
+ var version = "1.4002.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -2004,6 +2004,11 @@ export interface components {
2004
2004
  * @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'.
2005
2005
  */
2006
2006
  time: string;
2007
+ /**
2008
+ * Above Mean Sea Level (AMSL) Altitude
2009
+ * @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.
2010
+ */
2011
+ altitude_amsl: number;
2007
2012
  };
2008
2013
  /** GotoWaypointDetail */
2009
2014
  "GotoWaypointDetail-Output": {
@@ -2040,6 +2045,11 @@ export interface components {
2040
2045
  * @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'.
2041
2046
  */
2042
2047
  time: string;
2048
+ /**
2049
+ * Above Mean Sea Level (AMSL) Altitude
2050
+ * @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.
2051
+ */
2052
+ altitude_amsl: number;
2043
2053
  };
2044
2054
  /** HTTPValidationError */
2045
2055
  HTTPValidationError: {
@@ -2986,6 +2996,11 @@ export interface components {
2986
2996
  * @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'.
2987
2997
  */
2988
2998
  time: string;
2999
+ /**
3000
+ * Above Mean Sea Level (AMSL) Altitude
3001
+ * @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.
3002
+ */
3003
+ altitude_amsl: number;
2989
3004
  };
2990
3005
  /** StateRequest */
2991
3006
  StateRequest: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4001.1",
3
+ "version": "1.4002.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",