@volant-autonomy/via-sdk 1.5273.1 → 1.5294.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
@@ -785,7 +785,7 @@ function defaultPathSerializer(pathname, pathParams) {
785
785
  return nextURL;
786
786
  }
787
787
 
788
- var version = "1.5273.1";
788
+ var version = "1.5294.1";
789
789
 
790
790
  const querySerializer = createQuerySerializer();
791
791
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -783,7 +783,7 @@ function defaultPathSerializer(pathname, pathParams) {
783
783
  return nextURL;
784
784
  }
785
785
 
786
- var version = "1.5273.1";
786
+ var version = "1.5294.1";
787
787
 
788
788
  const querySerializer = createQuerySerializer();
789
789
  class Fetcher {
@@ -3268,12 +3268,12 @@ export interface components {
3268
3268
  under_nominal_flightpath: number[];
3269
3269
  /**
3270
3270
  * Min Under Volume
3271
- * @description Specified data value determined as the minimum in volume kernel at the planar distance relative towhere aircraft is expected to be.
3271
+ * @description Specified data value determined as the minimum in volume kernel at the planar distance relative to where aircraft is expected to be.
3272
3272
  */
3273
3273
  min_under_volume: number[];
3274
3274
  /**
3275
3275
  * Max Under Volume
3276
- * @description Specified data value determined as the maximum in volume kernel at the planar distance relative towhere aircraft is expected to be.
3276
+ * @description Specified data value determined as the maximum in volume kernel at the planar distance relative to where aircraft is expected to be.
3277
3277
  */
3278
3278
  max_under_volume: number[];
3279
3279
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.5273.1",
3
+ "version": "1.5294.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "@rollup/plugin-json": "^6.1.0",
28
28
  "@rollup/plugin-node-resolve": "^16.0.3",
29
29
  "@rollup/plugin-typescript": "^12.3.0",
30
- "@types/node": "^25.5.0",
30
+ "@types/node": "^26.0.1",
31
31
  "eslint": "^10.1.0",
32
32
  "eslint-config-via": "workspace:*",
33
33
  "esm": "^3.2.25",