@volant-autonomy/via-sdk 1.4825.1 → 1.4843.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
@@ -758,7 +758,7 @@ function defaultPathSerializer(pathname, pathParams) {
758
758
  return nextURL;
759
759
  }
760
760
 
761
- var version = "1.4825.1";
761
+ var version = "1.4843.1";
762
762
 
763
763
  const querySerializer = createQuerySerializer();
764
764
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -756,7 +756,7 @@ function defaultPathSerializer(pathname, pathParams) {
756
756
  return nextURL;
757
757
  }
758
758
 
759
- var version = "1.4825.1";
759
+ var version = "1.4843.1";
760
760
 
761
761
  const querySerializer = createQuerySerializer();
762
762
  class Fetcher {
@@ -2223,6 +2223,11 @@ export interface components {
2223
2223
  /**
2224
2224
  * Geocage
2225
2225
  * @description An area that the operation must be contained within.
2226
+ *
2227
+ * If the supplied Feature Collection has a feature that is invalid, due to self-intersections or otherwise malformed
2228
+ * geometry, an attempt will be made to fix it. During this process, any collapsed geometries will be discarded and
2229
+ * composite types decomposed into Polygon types, this may mean that the resulting returned payload is different to
2230
+ * the original request.
2226
2231
  * @example {
2227
2232
  * "features": [
2228
2233
  * {
@@ -2281,6 +2286,11 @@ export interface components {
2281
2286
  /**
2282
2287
  * Geocage
2283
2288
  * @description An area that the operation must be contained within.
2289
+ *
2290
+ * If the supplied Feature Collection has a feature that is invalid, due to self-intersections or otherwise malformed
2291
+ * geometry, an attempt will be made to fix it. During this process, any collapsed geometries will be discarded and
2292
+ * composite types decomposed into Polygon types, this may mean that the resulting returned payload is different to
2293
+ * the original request.
2284
2294
  * @example {
2285
2295
  * "features": [
2286
2296
  * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4825.1",
3
+ "version": "1.4843.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  }
23
23
  },
24
24
  "devDependencies": {
25
- "@biomejs/biome": "^2.4.9",
25
+ "@biomejs/biome": "^2.4.10",
26
26
  "@rollup/plugin-commonjs": "^29.0.2",
27
27
  "@rollup/plugin-json": "^6.1.0",
28
28
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -34,7 +34,7 @@
34
34
  "openapi-typescript": "^7.13.0",
35
35
  "rollup": "^4.60.1",
36
36
  "rollup-plugin-dts": "^6.4.1",
37
- "typescript": "^6.0.2",
37
+ "typescript": "^5.9.3",
38
38
  "vitest": "^4.1.2"
39
39
  },
40
40
  "scripts": {