@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -275,2 +275,4 @@ import { IFeatureSet, IField, IExtent, ISpatialReference, esriGeometryType, IHasZM, IFeature, IGeometry, IPoint, ISimpleLineSymbol, IPictureMarkerSymbol, ISimpleFillSymbol, Color } from "./index"; | ||
export interface ITable { | ||
/** Table name */ | ||
name?: string; | ||
/** A comma-separated string listing which editing operations are allowed on an editable feature service. Available operations include: 'Create', 'Delete', 'Query', 'Update', and 'Editing'. */ | ||
@@ -484,2 +486,4 @@ capabilities?: string; | ||
id: any; | ||
/** Layer name */ | ||
name?: string; | ||
/** Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal. */ | ||
@@ -486,0 +490,0 @@ itemId?: string; |
{ | ||
"name": "@esri/arcgis-rest-common-types", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.", | ||
@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts", |
72988
1484