@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 CHANGED
@@ -791,7 +791,7 @@ function defaultPathSerializer(pathname, pathParams) {
791
791
  return nextURL;
792
792
  }
793
793
 
794
- var version = "1.4688.1";
794
+ var version = "1.4707.1";
795
795
 
796
796
  const querySerializer = createQuerySerializer();
797
797
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -789,7 +789,7 @@ function defaultPathSerializer(pathname, pathParams) {
789
789
  return nextURL;
790
790
  }
791
791
 
792
- var version = "1.4688.1";
792
+ var version = "1.4707.1";
793
793
 
794
794
  const querySerializer = createQuerySerializer();
795
795
  class Fetcher {
@@ -3898,7 +3898,7 @@ export interface components {
3898
3898
  * TerrainSource
3899
3899
  * @enum {string}
3900
3900
  */
3901
- TerrainSource: "SRTMGL3" | "SRTMGL1" | "NASADEM" | "EU_DTM";
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
- 200: {
7493
+ 201: {
7494
7494
  headers: {
7495
7495
  [name: string]: unknown;
7496
7496
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4688.1",
3
+ "version": "1.4707.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",