@volant-autonomy/via-sdk 1.4688.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 +2 -2
- 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}
|
|
@@ -7490,7 +7490,7 @@ export interface operations {
|
|
|
7490
7490
|
};
|
|
7491
7491
|
responses: {
|
|
7492
7492
|
/** @description Successful Response */
|
|
7493
|
-
|
|
7493
|
+
201: {
|
|
7494
7494
|
headers: {
|
|
7495
7495
|
[name: string]: unknown;
|
|
7496
7496
|
};
|