@volant-autonomy/via-sdk 1.4733.1 → 1.4767.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 +0 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -1471,7 +1471,6 @@ export interface components {
|
|
|
1471
1471
|
*
|
|
1472
1472
|
* ```json
|
|
1473
1473
|
* {
|
|
1474
|
-
* "additionalProperties": false,
|
|
1475
1474
|
* "description": "Time range in which a raster of data is valid.\n\nBounds are defined as [start, end) such that the the raster is valid from the `start` time up until (but not\nincluding) the `end` time.\n\nWhen `None` is provided, it is considered an infinite bound.",
|
|
1476
1475
|
* "properties": {
|
|
1477
1476
|
* "start": {
|