@viadukt/connect 2.6.1 → 2.6.2-next.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -11
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2953,7 +2953,6 @@ type GetAddressLookupV3Data = {
2953
2953
  query: {
2954
2954
  city: string;
2955
2955
  postcode: string;
2956
- representation?: '3d' | '2d';
2957
2956
  resolution?: 'address' | 'geometry';
2958
2957
  solarMode?: 'sync' | 'async';
2959
2958
  street: string;
@@ -2979,7 +2978,6 @@ type GetCoordinateLookupV3Data = {
2979
2978
  query?: {
2980
2979
  lat?: number | null;
2981
2980
  lng?: number | null;
2982
- representation?: '3d' | '2d';
2983
2981
  resolution?: 'address' | 'geometry';
2984
2982
  solarMode?: 'sync' | 'async';
2985
2983
  };
@@ -3007,14 +3005,6 @@ type PostCoordinateBatchLookupV3Data = {
3007
3005
  [key: string]: {
3008
3006
  lat: number | null;
3009
3007
  lng: number | null;
3010
- /**
3011
- *
3012
- * The geometry of the response. If no geometry is provided, the geometry precision will
3013
- * be used.
3014
- *
3015
- * The 3d geometries are represented as MultiPolygon with an additional `z` coordinate.
3016
- */
3017
- representation?: '3d' | '2d';
3018
3008
  /**
3019
3009
  *
3020
3010
  * The resolution of the response. If no resolution is provided, the geometry precision will
@@ -3031,7 +3021,6 @@ type PostCoordinateBatchLookupV3Data = {
3031
3021
  };
3032
3022
  };
3033
3023
  query?: {
3034
- representation?: '3d' | '2d';
3035
3024
  resolution?: 'address' | 'geometry';
3036
3025
  };
3037
3026
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@viadukt/connect",
4
- "version": "2.6.1",
4
+ "version": "2.6.2-next.1",
5
5
  "description": "",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",