@volant-autonomy/via-sdk 1.3907.1 → 1.3926.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.3907.1";
789
+ var version = "1.3926.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.3907.1";
787
+ var version = "1.3926.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -1249,9 +1249,9 @@ export interface components {
1249
1249
  * exactly matching all fields.
1250
1250
  * * Contain bands equal to that of the number of `valid_time_ranges` specified.
1251
1251
  * * Use a dtype of `float32`
1252
+ * * Not use any negative values
1252
1253
  *
1253
- * To declare a cell that can never be entered, a `NaN` value can be used. It is otherwise recommended to use `0` where
1254
- * there is no cost (or no known cost) associated but entry is allowed.
1254
+ * It is recommended to use `0` where there is no cost (or no known cost) associated but entry is allowed.
1255
1255
  *
1256
1256
  */
1257
1257
  geotiff: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3907.1",
3
+ "version": "1.3926.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",