Socket
Socket
Sign inDemoInstall

@esri/hub-discussions

Package Overview
Dependencies
Maintainers
43
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/hub-discussions - npm Package Compare versions

Comparing version 24.2.0 to 24.3.0

31

dist/types/types.d.ts

@@ -690,10 +690,14 @@ import { IPagingParams, IPagedResponse as IRestPagedResponse, IUser } from "@esri/arcgis-rest-types";

export interface ICreateChannelSettings {
allowedReactions?: PostReaction[];
allowReaction?: boolean;
allowReply?: boolean;
softDelete?: boolean;
blockWords?: string[];
defaultPostStatus?: PostStatus;
allowReaction?: boolean;
metadata?: IChannelMetadata;
name?: string;
allowedReactions?: PostReaction[];
blockWords?: string[];
softDelete?: boolean;
}
export interface IChannelMetadata {
guidelineUrl?: string | null;
}
/**

@@ -746,16 +750,17 @@ * permissions parameters for creating a channel

export interface IChannel extends IWithAuthor, IWithEditor, IWithTimestamps {
id: string;
posts?: IPost[];
allowReply: boolean;
access: SharingAccess;
allowAnonymous: boolean;
softDelete: boolean;
defaultPostStatus: PostStatus;
allowedReactions: PostReaction[] | null;
allowReaction: boolean;
allowedReactions: PostReaction[] | null;
allowReply: boolean;
blockWords: string[] | null;
channelAcl?: IChannelAclPermission[];
defaultPostStatus: PostStatus;
groups: string[];
metadata: IChannelMetadata | null;
id: string;
name: string | null;
access: SharingAccess;
orgs: string[];
groups: string[];
channelAcl?: IChannelAclPermission[];
posts?: IPost[];
softDelete: boolean;
}

@@ -762,0 +767,0 @@ /**

{
"name": "@esri/hub-discussions",
"version": "24.2.0",
"version": "24.3.0",
"description": "Module to interact with ArcGIS Hub Discussions API in Node.js and modern browsers.",

@@ -5,0 +5,0 @@ "main": "dist/node/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc