@evergis/api
Advanced tools
@@ -116,3 +116,3 @@ import { Service } from './Service'; | ||
| */ | ||
| getLayerParameters(query: GetLayerParametersParams): Promise<void>; | ||
| getLayerParameters(query: GetLayerParametersParams): Promise<string>; | ||
| /** | ||
@@ -129,3 +129,3 @@ * No description | ||
| */ | ||
| getLayerParameters1(query: GetLayerParameters1Params): Promise<Record<string, any>>; | ||
| getLayerParameters1(query: GetLayerParameters1Params): Promise<Record<string, string>>; | ||
| /** | ||
@@ -132,0 +132,0 @@ * No description |
| import { Service } from './Service'; | ||
| import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkFilteredFeaturesCountDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FailedServiceInfoDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCount1Params, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountPayload, GetLayerExtentParams, GetLayersInfoParams, GetRasterMetaParams2, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, Operation, PagedBulkFeaturesListDc, PagedFeaturesListDc, PatchQueryLayerServicePayload, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, RouteServiceConfigurationDc, ServiceInfoDc, TileCatalogServiceInfoDc, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts'; | ||
| import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkFilteredFeaturesCountDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FailedServiceInfoDc, FeatureDc, FeatureLayerServiceInfoDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCount1Params, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountPayload, GetLayerExtentParams, GetLayersInfoParams, GetRasterMetaParams2, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, Operation, PagedBulkFeaturesListDc, PagedFeaturesListDc, PatchQueryLayerServicePayload, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, RouteServiceConfigurationDc, ServiceInfoDc, TileCatalogServiceInfoDc, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts'; | ||
| /** | ||
@@ -56,3 +56,3 @@ * @title Spatial Processing Core API | ||
| */ | ||
| getLayerInfo(name: string): Promise<ServiceInfoDc | RemoteTileServiceInfoDc | ProxyServiceInfoDc | PythonServiceInfoDc | PbfServiceInfoDc | FailedServiceInfoDc | QueryLayerServiceInfoDc | TileCatalogServiceInfoDc>; | ||
| getLayerInfo(name: string): Promise<ServiceInfoDc | RemoteTileServiceInfoDc | ProxyServiceInfoDc | PythonServiceInfoDc | PbfServiceInfoDc | FailedServiceInfoDc | FeatureLayerServiceInfoDc | QueryLayerServiceInfoDc | TileCatalogServiceInfoDc>; | ||
| /** | ||
@@ -69,3 +69,3 @@ * No description | ||
| */ | ||
| getLayersInfo(query: GetLayersInfoParams): Promise<(ServiceInfoDc | RemoteTileServiceInfoDc | ProxyServiceInfoDc | PythonServiceInfoDc | PbfServiceInfoDc | FailedServiceInfoDc | QueryLayerServiceInfoDc | TileCatalogServiceInfoDc)[]>; | ||
| getLayersInfo(query: GetLayersInfoParams): Promise<(ServiceInfoDc | RemoteTileServiceInfoDc | ProxyServiceInfoDc | PythonServiceInfoDc | PbfServiceInfoDc | FailedServiceInfoDc | FeatureLayerServiceInfoDc | QueryLayerServiceInfoDc | TileCatalogServiceInfoDc)[]>; | ||
| /** | ||
@@ -262,3 +262,3 @@ * No description | ||
| */ | ||
| reloadService(name: string): Promise<ServiceInfoDc | RemoteTileServiceInfoDc | ProxyServiceInfoDc | PythonServiceInfoDc | PbfServiceInfoDc | FailedServiceInfoDc | QueryLayerServiceInfoDc | TileCatalogServiceInfoDc>; | ||
| reloadService(name: string): Promise<ServiceInfoDc | RemoteTileServiceInfoDc | ProxyServiceInfoDc | PythonServiceInfoDc | PbfServiceInfoDc | FailedServiceInfoDc | FeatureLayerServiceInfoDc | QueryLayerServiceInfoDc | TileCatalogServiceInfoDc>; | ||
| /** | ||
@@ -265,0 +265,0 @@ * No description |
| import { Service } from './Service'; | ||
| import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedListFeatureDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
| import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
| /** | ||
@@ -92,3 +92,3 @@ * @title Spatial Processing Core API | ||
| */ | ||
| getTableData({ name, ...query }: GetTableDataParams): Promise<PagedListFeatureDc>; | ||
| getTableData({ name, ...query }: GetTableDataParams): Promise<PagedListFeatureDc | PagedFeaturesListDc | PagedBulkFeaturesListDc>; | ||
| /** | ||
@@ -95,0 +95,0 @@ * No description |
@@ -16,4 +16,4 @@ import { RemoteTileServiceConfigurationDc, ServiceInfoDc, ResourceDependenciesDc, TableInfoDc, QueryLayerServiceConfigurationDc, PublishProxyServicePayload, UpdateProxyServicePayload } from '../__generated__/data-contracts'; | ||
| getLayersDeps(layers: string[]): Promise<ResourceDependenciesDc[]>; | ||
| findOne(name: string): Promise<ServiceInfoDc | import('../__generated__/data-contracts').RemoteTileServiceInfoDc | import('../__generated__/data-contracts').ProxyServiceInfoDc | import('../__generated__/data-contracts').PythonServiceInfoDc | import('../__generated__/data-contracts').PbfServiceInfoDc | import('../__generated__/data-contracts').FailedServiceInfoDc | import('../__generated__/data-contracts').QueryLayerServiceInfoDc | import('../__generated__/data-contracts').TileCatalogServiceInfoDc>; | ||
| findMany(layerNames: string[], projectNames?: string[]): Promise<(ServiceInfoDc | import('../__generated__/data-contracts').RemoteTileServiceInfoDc | import('../__generated__/data-contracts').ProxyServiceInfoDc | import('../__generated__/data-contracts').PythonServiceInfoDc | import('../__generated__/data-contracts').PbfServiceInfoDc | import('../__generated__/data-contracts').FailedServiceInfoDc | import('../__generated__/data-contracts').QueryLayerServiceInfoDc | import('../__generated__/data-contracts').TileCatalogServiceInfoDc)[]>; | ||
| findOne(name: string): Promise<ServiceInfoDc | import('../__generated__/data-contracts').RemoteTileServiceInfoDc | import('../__generated__/data-contracts').ProxyServiceInfoDc | import('../__generated__/data-contracts').PythonServiceInfoDc | import('../__generated__/data-contracts').PbfServiceInfoDc | import('../__generated__/data-contracts').FailedServiceInfoDc | import('../__generated__/data-contracts').FeatureLayerServiceInfoDc | import('../__generated__/data-contracts').QueryLayerServiceInfoDc | import('../__generated__/data-contracts').TileCatalogServiceInfoDc>; | ||
| findMany(layerNames: string[], projectNames?: string[]): Promise<(ServiceInfoDc | import('../__generated__/data-contracts').RemoteTileServiceInfoDc | import('../__generated__/data-contracts').ProxyServiceInfoDc | import('../__generated__/data-contracts').PythonServiceInfoDc | import('../__generated__/data-contracts').PbfServiceInfoDc | import('../__generated__/data-contracts').FailedServiceInfoDc | import('../__generated__/data-contracts').FeatureLayerServiceInfoDc | import('../__generated__/data-contracts').QueryLayerServiceInfoDc | import('../__generated__/data-contracts').TileCatalogServiceInfoDc)[]>; | ||
| createQueryLayer(configuration: QueryLayerServiceConfigurationDc): Promise<import('../__generated__/data-contracts').QueryLayerServiceInfoDc>; | ||
@@ -20,0 +20,0 @@ updateQueryLayer(configuration: QueryLayerServiceConfigurationDc): Promise<import('../__generated__/data-contracts').QueryLayerServiceInfoDc>; |
+2
-2
| { | ||
| "version": "4.1.55-alpha.1", | ||
| "version": "4.1.55", | ||
| "name": "@evergis/api", | ||
@@ -29,3 +29,3 @@ "author": "Everpoint", | ||
| }, | ||
| "gitHead": "f3f82094ddc6cd4a6f261f1884973351c4412b2e" | ||
| "gitHead": "e25ae320881be3f9101beb1b88e7a150c3d57ef0" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
-50%1499964
-0.6%22813
-0.83%