@types/mapbox__mapbox-sdk 0.16.2 → 0.16.3

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: Mon, 05 May 2025 03:26:39 GMT
11
+ * Last updated: Mon, 26 May 2025 05:36:34 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
@@ -2156,17 +2156,17 @@ declare module "@mapbox/mapbox-sdk/services/tilequery" {
2156
2156
  */
2157
2157
  geometry?: GeometryType | undefined;
2158
2158
  /**
2159
- * A comma-separated list of bands to query, rather than querying all bands.
2159
+ * An array of bands to query, rather than querying all bands.
2160
2160
  * If a specified layer does not exist, it is skipped.
2161
2161
  * If no bands exist, returns an empty `FeatureCollection`.
2162
2162
  */
2163
- bands?: string | undefined;
2163
+ bands?: string[] | undefined;
2164
2164
  /**
2165
- * A comma-separated list of layers to query, rather than querying all layers.
2165
+ * An array of layers to query, rather than querying all layers.
2166
2166
  * If a specified layer does not exist, it is skipped.
2167
2167
  * If no layers exist, returns an empty `FeatureCollection`.
2168
2168
  */
2169
- layers?: string | undefined;
2169
+ layers?: string[] | undefined;
2170
2170
  }
2171
2171
 
2172
2172
  interface TileQueryResponseProperty {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/mapbox__mapbox-sdk",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
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",
@@ -45,6 +45,6 @@
45
45
  "@types/node": "*"
46
46
  },
47
47
  "peerDependencies": {},
48
- "typesPublisherContentHash": "921adb2f949da4b7ee5c4c39486daf20281a4d39696b8ec4973da245505c2708",
48
+ "typesPublisherContentHash": "71c0281be7dcafab6ab64c2ac21b8318351cf578206250d74bcb43dacf4aff35",
49
49
  "typeScriptVersion": "5.1"
50
50
  }