@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -71,2 +71,4 @@ import { IGroup } from "./group"; | ||
nullable?: boolean; | ||
/** The value written in for new records by default. */ | ||
defaultValue?: any; | ||
} | ||
@@ -73,0 +75,0 @@ /** |
@@ -38,3 +38,3 @@ import { ISpatialReference } from "./index"; | ||
modified: number; | ||
protected: boolean; | ||
protected?: boolean; | ||
} |
@@ -754,3 +754,3 @@ import { IFeatureSet, IField, IExtent, ISpatialReference, esriGeometryType, IHasZM, IFeature, IGeometry, IPoint, ISimpleLineSymbol, IPictureMarkerSymbol, ISimpleFillSymbol, Color } from "./index"; | ||
/** A property of the layer definition when there are no types defined; otherwise, templates are defined as properties of the types. */ | ||
templates?: ITemplate; | ||
templates?: ITemplate[]; | ||
/** The time info metadata of the layer. May be set for feature layers inside a feature collection item. */ | ||
@@ -769,2 +769,9 @@ timeInfo?: any; | ||
visibilityField?: string; | ||
relationships?: any[]; | ||
editFieldsInfo?: { | ||
creationDateField?: string; | ||
creatorField?: string; | ||
editDateField?: string; | ||
editorField?: string; | ||
}; | ||
} | ||
@@ -771,0 +778,0 @@ export interface ITypeInfoDomain { |
{ | ||
"name": "@esri/arcgis-rest-common-types", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.", | ||
@@ -5,0 +5,0 @@ "types": "dist/types/index.d.ts", |
73479
1502