@volant-autonomy/via-sdk 1.4470.1 → 1.4477.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.4470.1";
794
+ var version = "1.4477.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.4470.1";
792
+ var version = "1.4477.1";
793
793
 
794
794
  const querySerializer = createQuerySerializer();
795
795
  class Fetcher {
@@ -1312,12 +1312,14 @@ export interface components {
1312
1312
  /** AtypicalAirspaceProperties */
1313
1313
  AtypicalAirspaceProperties: {
1314
1314
  /**
1315
- * Altitude Upper
1315
+ * Altitude Above Ground Level (AGL)
1316
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
1316
1317
  * @example 100
1317
1318
  */
1318
1319
  altitude_upper: number;
1319
1320
  /**
1320
- * Altitude Lower
1321
+ * Altitude Above Ground Level (AGL)
1322
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
1321
1323
  * @example 100
1322
1324
  */
1323
1325
  altitude_lower: number;
@@ -2732,7 +2734,8 @@ export interface components {
2732
2734
  */
2733
2735
  aircraft_id: string;
2734
2736
  /**
2735
- * Altitude
2737
+ * Altitude Above Ground Level (AGL)
2738
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
2736
2739
  * @example 100
2737
2740
  */
2738
2741
  altitude: number;
@@ -4104,12 +4107,14 @@ export interface components {
4104
4107
  "Volume3D-Input": {
4105
4108
  outline_polygon: components["schemas"]["Polygon"];
4106
4109
  /**
4107
- * Altitude Lower
4110
+ * Altitude Above Ground Level (AGL)
4111
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
4108
4112
  * @example 100
4109
4113
  */
4110
4114
  altitude_lower: number;
4111
4115
  /**
4112
- * Altitude Upper
4116
+ * Altitude Above Ground Level (AGL)
4117
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
4113
4118
  * @example 100
4114
4119
  */
4115
4120
  altitude_upper: number;
@@ -4123,12 +4128,14 @@ export interface components {
4123
4128
  "Volume3D-Output": {
4124
4129
  outline_polygon: components["schemas"]["Polygon"];
4125
4130
  /**
4126
- * Altitude Lower
4131
+ * Altitude Above Ground Level (AGL)
4132
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
4127
4133
  * @example 100
4128
4134
  */
4129
4135
  altitude_lower: number;
4130
4136
  /**
4131
- * Altitude Upper
4137
+ * Altitude Above Ground Level (AGL)
4138
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
4132
4139
  * @example 100
4133
4140
  */
4134
4141
  altitude_upper: number;
@@ -4327,7 +4334,8 @@ export interface components {
4327
4334
  */
4328
4335
  lng: number;
4329
4336
  /**
4330
- * Altitude
4337
+ * Altitude Above Ground Level (AGL)
4338
+ * @description The vertical distance between the point and terrain elevation directly beneath it. Terrain elevation is defined with reference to the EGM2008 Geoid and includes the surfaces of water bodies but not man-made structures.
4331
4339
  * @example 100
4332
4340
  */
4333
4341
  altitude: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4470.1",
3
+ "version": "1.4477.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",