@esri/hub-common 14.46.1 → 14.46.2

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.
@@ -1,5 +1,5 @@
1
1
  import { IPagingParams, IPagedResponse as IRestPagedResponse, IUser } from "@esri/arcgis-rest-types";
2
- import { Geometry } from "geojson";
2
+ import { Geometry, Polygon } from "geojson";
3
3
  import { IHubRequestOptions } from "../../types";
4
4
  /**
5
5
  * sort orders
@@ -949,7 +949,7 @@ export interface IEntitySettings {
949
949
  */
950
950
  export interface IDiscussionsSettings {
951
951
  allowedChannelIds?: string[] | null;
952
- allowedLocations?: Geometry[] | null;
952
+ allowedLocations?: Polygon[] | null;
953
953
  }
954
954
  /**
955
955
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "14.46.1",
3
+ "version": "14.46.2",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",