@esri/arcgis-rest-types
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -350,4 +350,4 @@ import { IExtent, ISpatialReference, GeometryType, IHasZM, IGeometry, IPoint } from "./geometry"; | ||
definitionEditor?: IDefinitionEditor; | ||
/** Unique string identifier for the table. */ | ||
id?: string; | ||
/** Unique identifier for the table. */ | ||
id?: number; | ||
/** Unique string value indicating an item registered in ArcGIS Online or your organization's portal. */ | ||
@@ -354,0 +354,0 @@ itemId?: string; |
{ | ||
"name": "@esri/arcgis-rest-types", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Shared TypeScript types for @esri/arcgis-rest-js", | ||
@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts", |
@@ -419,4 +419,4 @@ /* Copyright (c) 2018 Environmental Systems Research Institute, Inc. | ||
definitionEditor?: IDefinitionEditor; | ||
/** Unique string identifier for the table. */ | ||
id?: string; | ||
/** Unique identifier for the table. */ | ||
id?: number; | ||
/** Unique string value indicating an item registered in ArcGIS Online or your organization's portal. */ | ||
@@ -423,0 +423,0 @@ itemId?: string; |
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
167337