@esri/arcgis-rest-common-types
Advanced tools
Comparing version 1.13.2 to 1.14.0
@@ -38,3 +38,5 @@ import { ISpatialReference } from "./index"; | ||
modified: number; | ||
numViews: number; | ||
size: number; | ||
protected?: boolean; | ||
} |
@@ -718,3 +718,3 @@ import { IFeatureSet, IField, IExtent, ISpatialReference, esriGeometryType, IHasZM, IFeature, IGeometry, IPoint, ISimpleLineSymbol, IPictureMarkerSymbol, ISimpleFillSymbol, Color } from "./index"; | ||
/** The identifier assigned to the layer. */ | ||
id?: string; | ||
id?: number; | ||
/** Boolean value indicating whether the data is versioned. */ | ||
@@ -776,2 +776,30 @@ isDataVersioned?: boolean; | ||
}; | ||
parentLayerId?: number; | ||
ownershipBasedAccessControlForFeatures?: boolean; | ||
syncCanReturnChanges?: boolean; | ||
archivingInfo?: { | ||
supportsQueryWithHistoricMoment?: boolean; | ||
startArchivingMoment?: number; | ||
}; | ||
supportsValidateSQL?: boolean; | ||
advancedQueryCapabilities?: { | ||
supportsPagination?: boolean; | ||
supportsTrueCurve?: boolean; | ||
supportsQueryWithDistance?: boolean; | ||
supportsReturningQueryExtent?: boolean; | ||
supportsStatistics?: boolean; | ||
supportsOrderBy?: boolean; | ||
supportsDistinct?: boolean; | ||
supportsSqlExpression?: boolean; | ||
}; | ||
allowTrueCurvesUpdates?: boolean; | ||
onlyAllowTrueCurveUpdatesByTrueCurveClients?: boolean; | ||
supportsApplyEditsWithGlobalIds?: boolean; | ||
subtypeField?: string; | ||
indexes?: any[]; | ||
dateFieldsTimeReference?: { | ||
timeZone?: string; | ||
respectsDaylightSaving?: boolean; | ||
}; | ||
useStandardizedQueries?: boolean; | ||
} | ||
@@ -778,0 +806,0 @@ export interface ITypeInfoDomain { |
{ | ||
"name": "@esri/arcgis-rest-common-types", | ||
"version": "1.13.2", | ||
"version": "1.14.0", | ||
"description": "Common TypeScript types for @esri/arcgis-rest-* packages.", | ||
@@ -9,3 +9,4 @@ "types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist/types/*.d.ts" | ||
"dist/types/*.d.ts", | ||
"src/**/*.ts" | ||
], | ||
@@ -12,0 +13,0 @@ "scripts": { |
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
145329
10
3243