@volant-autonomy/via-sdk 1.5259.1 → 1.5262.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.5259.1";
788
+ var version = "1.5262.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.5259.1";
786
+ var version = "1.5262.1";
787
787
 
788
788
  const querySerializer = createQuerySerializer();
789
789
  class Fetcher {
@@ -1749,6 +1749,11 @@ export interface components {
1749
1749
  georeference: components["schemas"]["Georeference"];
1750
1750
  /** Bands */
1751
1751
  bands: components["schemas"]["CostDatasetRasterBand"][];
1752
+ /**
1753
+ * Is Directional
1754
+ * @description Whether the Cost Dataset contained direction dependent data
1755
+ */
1756
+ is_directional: boolean;
1752
1757
  };
1753
1758
  /** CostDatasetRasterBand */
1754
1759
  CostDatasetRasterBand: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.5259.1",
3
+ "version": "1.5262.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",