@types/mapbox__mapbox-sdk 0.13.4 → 0.13.5

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, 08 Apr 2022 22:01:18 GMT
11
+ * Last updated: Sat, 02 Sep 2023 13:03:02 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
  * Global values: none
14
14
 
@@ -935,6 +935,10 @@ declare module '@mapbox/mapbox-sdk/services/geocoding' {
935
935
  * A string representing the feature in the requested language, if specified.
936
936
  */
937
937
  text: string;
938
+ /**
939
+ * The ISO 3166-1 country and ISO 3166-2 region code for the feature.
940
+ */
941
+ short_code?: string;
938
942
  /**
939
943
  * A string representing the feature in the requested language, if specified, and its full result hierarchy.
940
944
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/mapbox__mapbox-sdk",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
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": "920eb677eeb4e707e533a1a8bae5e138cf1e6686666707eff8870e6521f3820a",
48
- "typeScriptVersion": "3.9"
47
+ "typesPublisherContentHash": "375dc71b596496627d740e0ee597d465d6b1ce20c159fe612b97ef15fb32b557",
48
+ "typeScriptVersion": "4.3"
49
49
  }