@esri/hub-common 15.16.0 → 15.17.0

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.
@@ -782,9 +782,10 @@ export interface ICreateChannel extends ICreateChannelSettings, ICreateChannelPe
782
782
  * @extends {IWithTimestamps}
783
783
  */
784
784
  export interface IChannel extends IWithAuthor, IWithEditor, IWithTimestamps {
785
+ id: string;
785
786
  access: SharingAccess;
786
- allowAsAnonymous: boolean;
787
787
  allowAnonymous: boolean;
788
+ allowAsAnonymous: boolean;
788
789
  allowedReactions: PostReaction[] | null;
789
790
  allowPost: boolean;
790
791
  allowReaction: boolean;
@@ -794,7 +795,6 @@ export interface IChannel extends IWithAuthor, IWithEditor, IWithTimestamps {
794
795
  defaultPostStatus: PostStatus;
795
796
  groups: string[];
796
797
  metadata: IChannelMetadata | null;
797
- id: string;
798
798
  name: string | null;
799
799
  orgId: string;
800
800
  orgs: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "15.16.0",
3
+ "version": "15.17.0",
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",