@esri/hub-common 15.17.0 → 15.17.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.
@@ -838,7 +838,7 @@ export interface ISearchChannels extends Partial<IPagingParams>, Partial<IWithSo
838
838
  access?: SharingAccess[];
839
839
  relations?: ChannelRelation[];
840
840
  name?: string;
841
- orgId?: string;
841
+ orgIds?: string[];
842
842
  discussion?: string;
843
843
  }
844
844
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "15.17.0",
3
+ "version": "15.17.1",
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",