@types/mapbox__mapbox-sdk 0.13.10 → 0.13.11

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.
@@ -8,7 +8,7 @@ This package contains type definitions for @mapbox/mapbox-sdk (https://github.co
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-sdk.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 17 Nov 2023 02:17:33 GMT
11
+ * Last updated: Wed, 27 Dec 2023 20:07:01 GMT
12
12
  * Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl), [@types/node](https://npmjs.com/package/@types/node)
13
13
 
14
14
  # Credits
@@ -914,9 +914,9 @@ declare module "@mapbox/mapbox-sdk/services/geocoding" {
914
914
  */
915
915
  countries?: string[] | undefined;
916
916
  /**
917
- * Bias local results based on a provided location. Options are longitude,latitude coordinates.
917
+ * Bias local results based on a provided location. Options are longitude,latitude coordinates or the user's ip.
918
918
  */
919
- proximity?: Coordinates | undefined;
919
+ proximity?: Coordinates | "ip" | undefined;
920
920
  /**
921
921
  * Filter results by one or more feature types
922
922
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/mapbox__mapbox-sdk",
3
- "version": "0.13.10",
3
+ "version": "0.13.11",
4
4
  "description": "TypeScript definitions for @mapbox/mapbox-sdk",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-sdk",
6
6
  "license": "MIT",
@@ -44,6 +44,6 @@
44
44
  "@types/mapbox-gl": "*",
45
45
  "@types/node": "*"
46
46
  },
47
- "typesPublisherContentHash": "6f6df6168f7982d9d12475050b13e7de5c956d4802cafddb2f2db75d8b66b8f4",
48
- "typeScriptVersion": "4.5"
47
+ "typesPublisherContentHash": "10b6a4596c4d2d9d29b594af14cc4e1c59fc8c08910beeb63a6edea9dad7dc57",
48
+ "typeScriptVersion": "4.6"
49
49
  }