@evergis/api
Advanced tools
Comparing version 3.0.209 to 3.0.210
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams6, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts'; | ||
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams3, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -24,2 +24,13 @@ /** | ||
* @tags Layers | ||
* @name GetBulkExtents | ||
* @operationId LayersController_GetBulkExtents | ||
* @summary Returns list of the layer extents with overall extent. | ||
* @request POST:/bulk/layers/extent | ||
* @response `200` OK | ||
*/ | ||
getBulkExtents(query: GetBulkExtentsParams, data: GetBulkExtentsPayload): Promise<BulkExtentsDc>; | ||
/** | ||
* No description | ||
* | ||
* @tags Layers | ||
* @name GetLayersList | ||
@@ -593,3 +604,3 @@ * @operationId LayersController_GetLayersList | ||
*/ | ||
getRasterMeta({ name, id, ...query }: GetRasterMetaParams6): Promise<(RasterMetaDc | NetCdfMetaDc)[]>; | ||
getRasterMeta({ name, id, ...query }: GetRasterMetaParams3): Promise<(RasterMetaDc | NetCdfMetaDc)[]>; | ||
/** | ||
@@ -596,0 +607,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams7, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>; | ||
/** | ||
@@ -102,2 +102,13 @@ * No description | ||
* @tags Projects | ||
* @name GetProjectEnvelope | ||
* @operationId ProjectsController_GetProjectEnvelope | ||
* @summary Get project extent. | ||
* @request GET:/projects/{name}/extent | ||
* @response `200` OK | ||
*/ | ||
getProjectEnvelope({ name, ...query }: GetProjectEnvelopeParams): Promise<EnvelopeDc>; | ||
/** | ||
* No description | ||
* | ||
* @tags Projects | ||
* @name GetProjectLayersExtendedInfo | ||
@@ -104,0 +115,0 @@ * @operationId ProjectsController_GetProjectLayersExtendedInfo |
@@ -1,2 +0,2 @@ | ||
import { ClassifyDc, ClassifyParams7, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts'; | ||
import { ClassifyDc, ClassifyParams2, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -41,3 +41,3 @@ /** | ||
*/ | ||
classify(query: ClassifyParams7): Promise<ClassifyDc>; | ||
classify(query: ClassifyParams2): Promise<ClassifyDc>; | ||
/** | ||
@@ -44,0 +44,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { GetCapabilities1Params, GetCapabilitiesParams7, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { GetCapabilities1Params, GetCapabilitiesParams6, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getCapabilities(query: GetCapabilitiesParams7): Promise<void>; | ||
getCapabilities(query: GetCapabilitiesParams6): Promise<void>; | ||
/** | ||
@@ -22,0 +22,0 @@ * No description |
import { StatisticService } from '../__generated__/StatisticService'; | ||
import { ClassifyDc, ClassifyParams7, GetClassifyDc, GetStatisticsDc, StatisticsDbParams, StatisticsDc } from "../__generated__/data-contracts"; | ||
import { ClassifyDc, ClassifyParams2, GetClassifyDc, GetStatisticsDc, StatisticsDbParams, StatisticsDc } from "../__generated__/data-contracts"; | ||
export declare class Statistic extends StatisticService { | ||
getStatistic(params: StatisticsDbParams): Promise<StatisticsDc>; | ||
postStatistic(params: GetStatisticsDc): Promise<StatisticsDc>; | ||
getClassify(params: ClassifyParams7): Promise<ClassifyDc>; | ||
getClassify(params: ClassifyParams2): Promise<ClassifyDc>; | ||
postClassify(params: GetClassifyDc): Promise<ClassifyDc>; | ||
} |
{ | ||
"version": "3.0.209", | ||
"version": "3.0.210", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "fe9440605e12d7eae300d0b092da2cdfb945bcd4" | ||
"gitHead": "2cc083f1c2d55ef9056334a0c5584898b0c8c0c6" | ||
} |
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 not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2556714
29602