@evergis/api
Advanced tools
Comparing version 3.0.182 to 3.0.183
@@ -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, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams1, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts'; | ||
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, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams10, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -530,2 +530,13 @@ /** | ||
* @tags Layers | ||
* @name GetFilteredFeaturesCount1 | ||
* @operationId LayersController_GetFilteredFeaturesCount_1 | ||
* @summary Get features count according layer filter of the given name. | ||
* @request POST:/layers/{name}/features/count | ||
* @response `200` Success | ||
*/ | ||
getFilteredFeaturesCount1(name: string, data: GetFilteredFeaturesCountDc): Promise<number>; | ||
/** | ||
* No description | ||
* | ||
* @tags Layers | ||
* @name EditAttributes | ||
@@ -571,3 +582,3 @@ * @operationId LayersController_EditAttributes | ||
*/ | ||
getRasterMeta({ name, id, ...query }: GetRasterMetaParams1): Promise<(RasterMetaDc | NetCdfMetaDc)[]>; | ||
getRasterMeta({ name, id, ...query }: GetRasterMetaParams10): Promise<(RasterMetaDc | NetCdfMetaDc)[]>; | ||
/** | ||
@@ -588,2 +599,35 @@ * No description | ||
* @tags Layers | ||
* @name ApplyStyle | ||
* @operationId LayersController_ApplyStyle | ||
* @summary Create data layout and image layout for given style. | ||
* @request PUT:/layers/{name}/style | ||
* @response `200` Success | ||
*/ | ||
applyStyle(name: string, data: StyleDc): Promise<void>; | ||
/** | ||
* No description | ||
* | ||
* @tags Layers | ||
* @name GetImageLayout | ||
* @operationId LayersController_GetImageLayout | ||
* @summary Get date layout. | ||
* @request GET:/layers/{name}/style/sprite.png | ||
* @response `200` Success | ||
*/ | ||
getImageLayout(name: string): Promise<Blob>; | ||
/** | ||
* No description | ||
* | ||
* @tags Layers | ||
* @name GetDataLayout | ||
* @operationId LayersController_GetDataLayout | ||
* @summary Get image layout. | ||
* @request GET:/layers/{name}/style/sprite.json | ||
* @response `200` Success | ||
*/ | ||
getDataLayout(name: string): Promise<Blob>; | ||
/** | ||
* No description | ||
* | ||
* @tags Layers | ||
* @name GetPreview | ||
@@ -590,0 +634,0 @@ * @operationId LayersController_GetPreview |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams7, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams4, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>; | ||
/** | ||
@@ -55,0 +55,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { ClassifyDc, ClassifyParams3, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts'; | ||
import { ClassifyDc, ClassifyParams6, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -24,2 +24,13 @@ /** | ||
* @tags Statistic | ||
* @name StatisticsDb1 | ||
* @operationId StatisticController_StatisticsDb_1 | ||
* @summary Calculates statistics for layer attribute. | ||
* @request POST:/statistics | ||
* @response `200` Success | ||
*/ | ||
statisticsDb1(data: GetStatisticsDc): Promise<StatisticsDc>; | ||
/** | ||
* No description | ||
* | ||
* @tags Statistic | ||
* @name Classify | ||
@@ -31,3 +42,3 @@ * @operationId StatisticController_Classify | ||
*/ | ||
classify(query: ClassifyParams3): Promise<ClassifyDc>; | ||
classify(query: ClassifyParams6): Promise<ClassifyDc>; | ||
/** | ||
@@ -37,2 +48,13 @@ * No description | ||
* @tags Statistic | ||
* @name Classify1 | ||
* @operationId StatisticController_Classify_1 | ||
* @summary Returns the classified attribute values that correspond to the given number of classes and given condition. | ||
* @request POST:/statistics/classify | ||
* @response `200` Success | ||
*/ | ||
classify1(data: GetClassifyDc): Promise<ClassifyDc>; | ||
/** | ||
* No description | ||
* | ||
* @tags Statistic | ||
* @name SumOfProduct | ||
@@ -45,2 +67,13 @@ * @operationId StatisticController_SumOfProduct | ||
sumOfProduct(query: SumOfProductParams): Promise<StatisticsDc>; | ||
/** | ||
* No description | ||
* | ||
* @tags Statistic | ||
* @name SumOfProduct1 | ||
* @operationId StatisticController_SumOfProduct_1 | ||
* @summary Sum of product. | ||
* @request POST:/statistics/sumOfProduct | ||
* @response `200` Success | ||
*/ | ||
sumOfProduct1(data: GetSumOfProductDc): Promise<StatisticsDc>; | ||
} |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams7, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams8, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>; | ||
/** | ||
@@ -55,0 +55,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { GetCapabilities1Params, GetCapabilitiesParams8, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { GetCapabilities1Params, GetCapabilitiesParams9, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getCapabilities(query: GetCapabilitiesParams8): Promise<void>; | ||
getCapabilities(query: GetCapabilitiesParams9): Promise<void>; | ||
/** | ||
@@ -22,0 +22,0 @@ * No description |
import { StatisticService } from '../__generated__/StatisticService'; | ||
import { ClassifyParams, StatisticsDbParams } from '../__generated__/data-contracts'; | ||
import { ClassifyDc, ClassifyParams6, GetClassifyDc, GetStatisticsDc, StatisticsDbParams, StatisticsDc } from "../__generated__/data-contracts"; | ||
export declare class Statistic extends StatisticService { | ||
getStatistic(params: StatisticsDbParams): Promise<import("../__generated__/data-contracts").StatisticsDc>; | ||
getClassify(params: ClassifyParams): Promise<import("../__generated__/data-contracts").ClassifyDc>; | ||
getStatistic(params: StatisticsDbParams): Promise<StatisticsDc>; | ||
postStatistic(params: GetStatisticsDc): Promise<StatisticsDc>; | ||
getClassify(params: ClassifyParams6): Promise<ClassifyDc>; | ||
postClassify(params: GetClassifyDc): Promise<ClassifyDc>; | ||
} |
{ | ||
"version": "3.0.182", | ||
"version": "3.0.183", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "96048ffd6911fb9383006543384628eedf842197" | ||
"gitHead": "6731b1e5435d8f79b5d1234d4cdc2cc31d8674e5" | ||
} |
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
2398333
27675