@volant-autonomy/via-sdk 1.3832.1 → 1.3838.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
@@ -786,7 +786,7 @@ function defaultPathSerializer(pathname, pathParams) {
786
786
  return nextURL;
787
787
  }
788
788
 
789
- var version = "1.3832.1";
789
+ var version = "1.3838.1";
790
790
 
791
791
  const querySerializer = createQuerySerializer();
792
792
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -784,7 +784,7 @@ function defaultPathSerializer(pathname, pathParams) {
784
784
  return nextURL;
785
785
  }
786
786
 
787
- var version = "1.3832.1";
787
+ var version = "1.3838.1";
788
788
 
789
789
  const querySerializer = createQuerySerializer();
790
790
  class Fetcher {
@@ -1739,7 +1739,8 @@ export interface components {
1739
1739
  * Used to transform pixel coordinates (col, row) to spatial coordinates (x, y) as:
1740
1740
  * x = c * col + a * row + b
1741
1741
  * y = f * col + d * row + e
1742
- * Note that this transform is created assuming North-Up convention such that the cell (0,0) represents the NW cell of the raster with the y-coordinate decreasing with increasing y-index.
1742
+ * Note that this transform is created assuming North-Up convention such that the cell (0,0) represents the NW
1743
+ * cell of the raster with the y-coordinate decreasing with increasing y-index.
1743
1744
  *
1744
1745
  */
1745
1746
  affine_transform: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3832.1",
3
+ "version": "1.3838.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",