@volant-autonomy/via-sdk 1.4695.1 → 1.4707.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 +1 -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
|
@@ -3898,7 +3898,7 @@ export interface components {
|
|
|
3898
3898
|
* TerrainSource
|
|
3899
3899
|
* @enum {string}
|
|
3900
3900
|
*/
|
|
3901
|
-
TerrainSource: "
|
|
3901
|
+
TerrainSource: "NASADEM" | "EU_DTM" | "GEDI_L3" | "CA_MRDEM_DTM";
|
|
3902
3902
|
/**
|
|
3903
3903
|
* TokenType
|
|
3904
3904
|
* @enum {string}
|