@volant-autonomy/via-sdk 1.5162.1 → 1.5174.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.5162.1";
789
+ var version = "1.5174.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.5162.1";
787
+ var version = "1.5174.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -1348,9 +1348,10 @@ export interface components {
1348
1348
  };
1349
1349
  /**
1350
1350
  * AtypicalAirspace
1351
- * @description A volume of airspace that the operator is permitted to enter that may be characterised as either restricted
1352
- * airspace, segregated areas, or airspace where normally manned aircraft should not go (e.g., at a height low enough
1353
- * or close to an obstacle).
1351
+ * @description A volume of airspace that the operator is permitted to enter.
1352
+ *
1353
+ * An Atypical airspace may be characterised as either restricted airspace, segregated areas, or airspace where
1354
+ * normally manned aircraft should not go (e.g., at a height low enough or close to an obstacle).
1354
1355
  * @example {
1355
1356
  * "features": [
1356
1357
  * {
@@ -1411,9 +1412,10 @@ export interface components {
1411
1412
  };
1412
1413
  /**
1413
1414
  * AtypicalAirspace
1414
- * @description A volume of airspace that the operator is permitted to enter that may be characterised as either restricted
1415
- * airspace, segregated areas, or airspace where normally manned aircraft should not go (e.g., at a height low enough
1416
- * or close to an obstacle).
1415
+ * @description A volume of airspace that the operator is permitted to enter.
1416
+ *
1417
+ * An Atypical airspace may be characterised as either restricted airspace, segregated areas, or airspace where
1418
+ * normally manned aircraft should not go (e.g., at a height low enough or close to an obstacle).
1417
1419
  * @example {
1418
1420
  * "features": [
1419
1421
  * {
@@ -2361,7 +2363,9 @@ export interface components {
2361
2363
  };
2362
2364
  /**
2363
2365
  * GotoPathingCheckpoint
2364
- * @description Generate a path to a specified location under given `flight_parameters` accounting for given `wind_parameters` and
2366
+ * @description A position that the resulting path must pass through.
2367
+ *
2368
+ * Generate a path to a specified location under given `flight_parameters` accounting for given `wind_parameters` and
2365
2369
  * `pathing_settings`. All parameters are defined as to be used during the leg flying towards this checkpoint.
2366
2370
  */
2367
2371
  GotoPathingCheckpoint: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.5162.1",
3
+ "version": "1.5174.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",