@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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +10 -0
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
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": "^
|
|
37
|
+
"typescript": "^5.9.3",
|
|
38
38
|
"vitest": "^4.1.2"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|