@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72814
6
1479