@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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -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: {
|