Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@esri/arcgis-rest-common-types

Package Overview
Dependencies
Maintainers
17
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esri/arcgis-rest-common-types - npm Package Compare versions

Comparing version 1.13.2 to 1.14.0

src/group.ts

2

dist/types/item.d.ts

@@ -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 {

5

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc