Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@esri/arcgis-rest-common-types

Package Overview
Dependencies
Maintainers
16
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/arcgis-rest-common-types - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

dist/types/group.d.ts

44

dist/types/index.d.ts

@@ -0,2 +1,5 @@

import { IGroup } from "./group";
export * from "./webmap";
export * from "./item";
export * from "./group";
/**

@@ -130,23 +133,2 @@ * an arc can be represented as a JSON curve object

/**
* Portal Item
*/
export interface IItem {
id?: string;
owner?: string;
title?: string;
type?: string;
tags?: string[];
typeKeywords?: string[];
description?: string;
snippet?: string;
documentation?: string;
extent?: number[][];
categories?: string[];
spatialReference?: any;
culture?: string;
properties?: any;
url?: string;
[key: string]: any;
}
/**
*

@@ -365,22 +347,2 @@ */

}
export interface IGroup {
id?: string;
title?: string;
isInvitationOnly?: boolean;
owner?: string;
description?: string;
snippet?: string;
tags?: string[];
phone?: string;
thumbnail?: string;
created?: number;
modified?: number;
access?: "private" | "org" | "public";
userMembership?: {
username?: string;
memberType?: string;
applications?: number;
};
[key: string]: any;
}
export declare type esriUnits = "esriSRUnit_Meter" | "esriSRUnit_StatuteMile" | "esriSRUnit_Foot" | "esriSRUnit_Kilometer" | "esriSRUnit_NauticalMile" | "esriSRUnit_USNauticalMile";
{
"name": "@esri/arcgis-rest-common-types",
"version": "1.5.1",
"version": "1.6.0",
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.",

@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts",

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