UNPKG

@esri/arcgis-rest-feature-service

Version:

Feature layer query and edit helpers for @esri/arcgis-rest-js

23 lines 842 B
/* Copyright (c) 2018-2019 Environmental Systems Research Institute, Inc. * Apache-2.0 */ export * from "./add.js"; export * from "./addAttachment.js"; export * from "./addToServiceDefinition.js"; export * from "./applyEdits.js"; export * from "./createFeatureService.js"; export * from "./decodeValues.js"; export * from "./delete.js"; export * from "./deleteAttachments.js"; export * from "./getAllLayersAndTables.js"; export * from "./getAttachments.js"; export * from "./getLayer.js"; export * from "./getService.js"; export * from "./getServiceAdminInfo.js"; export * from "./getViewSources.js"; export * from "./helpers.js"; export * from "./query.js"; export * from "./queryRelated.js"; export * from "./update.js"; export * from "./updateAttachment.js"; export * from "./updateServiceDefinition.js"; //# sourceMappingURL=index.js.map