Socket
Socket
Sign inDemoInstall

@esri/hub-discussions

Package Overview
Dependencies
Maintainers
42
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.0.0 to 24.0.1

15

dist/types/types.d.ts

@@ -691,3 +691,2 @@ import { IPagingParams, IPagedResponse as IRestPagedResponse, IUser } from "@esri/arcgis-rest-types";

allowReply?: boolean;
allowAnonymous?: boolean;
softDelete?: boolean;

@@ -708,2 +707,3 @@ defaultPostStatus?: PostStatus;

access?: SharingAccess;
allowAnonymous?: boolean;
groups?: string[];

@@ -718,2 +718,12 @@ orgs?: string[];

/**
* permissions parameters for updating a channel
*
* @export
* @interface IUpdateChannelPermissions
*/
export interface IUpdateChannelPermissions {
access?: SharingAccess;
allowAnonymous?: boolean;
}
/**
* permissions and settings options for creating a channel

@@ -759,5 +769,6 @@ *

* @extends {ICreateChannelSettings}
* @extends { IUpdateChannelPermissions}
* @extends {Partial<IWithAuthor>}
*/
export interface IUpdateChannel extends ICreateChannelSettings, Partial<IWithAuthor> {
export interface IUpdateChannel extends ICreateChannelSettings, IUpdateChannelPermissions, Partial<IWithAuthor> {
}

@@ -764,0 +775,0 @@ /**

2

package.json
{
"name": "@esri/hub-discussions",
"version": "24.0.0",
"version": "24.0.1",
"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