@volant-autonomy/via-sdk 1.4464.1 → 1.4475.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.4464.1";
794
+ var version = "1.4475.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.4464.1";
792
+ var version = "1.4475.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;
@@ -3509,10 +3512,34 @@ export interface components {
3509
3512
  duration: number;
3510
3513
  /**
3511
3514
  * Total Cost
3512
- * @description The estimated total cost to complete the flightplan, given in GBP
3515
+ * @description The estimated total cost to complete the flightplan, given in GBP. When a cost could not calculated this field is returned as `null`.
3513
3516
  * @example 5.62
3514
3517
  */
3515
- total_cost: number;
3518
+ total_cost: number | null;
3519
+ /**
3520
+ * Planar Length
3521
+ * @description The length along a flat horizontal 2D plane (ignoring altitude) of the projected path. 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.
3522
+ * @example 300
3523
+ */
3524
+ planar_length: number;
3525
+ /**
3526
+ * Flightpath Length
3527
+ * @description The length along the 3D path constructed by straight-lines between waypoints in metres.
3528
+ * @example 500
3529
+ */
3530
+ flightpath_length: number;
3531
+ /**
3532
+ * Max Climb Angle
3533
+ * @description The maximum angle of climb, in degrees, assuming constant-climb straight-line between waypoints. A value of 0 is returned if there is no climb.
3534
+ * @example 2
3535
+ */
3536
+ max_climb_angle: number;
3537
+ /**
3538
+ * Max Descent Angle
3539
+ * @description The maximum angle of descent, in degrees, assuming constant-descent straight-line between waypoints. A value of 0 is returned if there is no descent.
3540
+ * @example 2
3541
+ */
3542
+ max_descent_angle: number;
3516
3543
  };
3517
3544
  /**
3518
3545
  * StatisticsResponse
@@ -4080,12 +4107,14 @@ export interface components {
4080
4107
  "Volume3D-Input": {
4081
4108
  outline_polygon: components["schemas"]["Polygon"];
4082
4109
  /**
4083
- * 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.
4084
4112
  * @example 100
4085
4113
  */
4086
4114
  altitude_lower: number;
4087
4115
  /**
4088
- * 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.
4089
4118
  * @example 100
4090
4119
  */
4091
4120
  altitude_upper: number;
@@ -4099,12 +4128,14 @@ export interface components {
4099
4128
  "Volume3D-Output": {
4100
4129
  outline_polygon: components["schemas"]["Polygon"];
4101
4130
  /**
4102
- * 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.
4103
4133
  * @example 100
4104
4134
  */
4105
4135
  altitude_lower: number;
4106
4136
  /**
4107
- * 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.
4108
4139
  * @example 100
4109
4140
  */
4110
4141
  altitude_upper: number;
@@ -4303,7 +4334,8 @@ export interface components {
4303
4334
  */
4304
4335
  lng: number;
4305
4336
  /**
4306
- * 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.
4307
4339
  * @example 100
4308
4340
  */
4309
4341
  altitude: number;
@@ -4400,7 +4432,7 @@ export interface operations {
4400
4432
  "filter[chart_id]"?: string | null;
4401
4433
  /** @description Filter results by the specified substring for the title field. Matching is case insensitive and the substring may occur at any point in the field. */
4402
4434
  "filter[title]"?: string | null;
4403
- /** @description Filter results by a specified start time, note that this comparison is evaluated against the earliest possible start time for a given Flightplan and not the time_start field directly. The earliest possible start time must be greater than or equal to this value.Must be 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'. */
4435
+ /** @description Filter results by a specified start time, note that this comparison is evaluated against the earliest possible start time for a given Flightplan and not the time_start field directly. The earliest possible start time must be greater than or equal to this value. Must be 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'. */
4404
4436
  "filter[time_start][gte]"?: string | null;
4405
4437
  "page[offset]"?: number;
4406
4438
  "page[limit]"?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4464.1",
3
+ "version": "1.4475.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",