@evergis/api
Advanced tools
Comparing version 3.0.206 to 3.0.207
@@ -1,2 +0,2 @@ | ||
import { DataSourceDc, GetDataSourcesListParams, PagedListDataSourceDc } from './data-contracts'; | ||
import { CreateDataSourceDc, DataSourceInfoDc, GetDataSourcesListParams, PagedListDataSourceInfoDc, UpdateDataSourceDc } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getDataSourcesList(query: GetDataSourcesListParams): Promise<PagedListDataSourceDc>; | ||
getDataSourcesList(query: GetDataSourcesListParams): Promise<PagedListDataSourceInfoDc>; | ||
/** | ||
@@ -31,3 +31,3 @@ * No description | ||
*/ | ||
createDataSource(data: DataSourceDc): Promise<void>; | ||
createDataSource(data: CreateDataSourceDc): Promise<void>; | ||
/** | ||
@@ -43,3 +43,3 @@ * No description | ||
*/ | ||
updateDataSource(data: DataSourceDc): Promise<void>; | ||
updateDataSource(data: UpdateDataSourceDc): Promise<void>; | ||
/** | ||
@@ -55,3 +55,3 @@ * No description | ||
*/ | ||
getDataSource(name: string): Promise<DataSourceDc>; | ||
getDataSource(name: string): Promise<DataSourceInfoDc>; | ||
/** | ||
@@ -58,0 +58,0 @@ * No description |
@@ -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, GetRasterMetaParams5, 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, 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, GetRasterMetaParams4, 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'; | ||
@@ -592,3 +592,3 @@ /** | ||
*/ | ||
getRasterMeta({ name, id, ...query }: GetRasterMetaParams5): Promise<(RasterMetaDc | NetCdfMetaDc)[]>; | ||
getRasterMeta({ name, id, ...query }: GetRasterMetaParams4): Promise<(RasterMetaDc | NetCdfMetaDc)[]>; | ||
/** | ||
@@ -595,0 +595,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams6, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams1, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams1): Promise<BulkOperationResultDc[]>; | ||
/** | ||
@@ -55,0 +55,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { ClassifyDc, ClassifyParams7, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts'; | ||
import { ClassifyDc, ClassifyParams4, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -41,3 +41,3 @@ /** | ||
*/ | ||
classify(query: ClassifyParams7): Promise<ClassifyDc>; | ||
classify(query: ClassifyParams4): Promise<ClassifyDc>; | ||
/** | ||
@@ -44,0 +44,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams7, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams6, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -52,3 +52,3 @@ /** | ||
*/ | ||
deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>; | ||
deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>; | ||
/** | ||
@@ -55,0 +55,0 @@ * No description |
@@ -1,2 +0,2 @@ | ||
import { GetCapabilities1Params, GetCapabilitiesParams3, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { GetCapabilities1Params, GetCapabilitiesParams2, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts'; | ||
import { Service } from './Service'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
getCapabilities(query: GetCapabilitiesParams3): Promise<void>; | ||
getCapabilities(query: GetCapabilitiesParams2): Promise<void>; | ||
/** | ||
@@ -22,0 +22,0 @@ * No description |
@@ -5,2 +5,3 @@ import { EventEmitter } from '@evergis/event-emitter'; | ||
import { HttpClient } from './__generated__/HttpClient'; | ||
import { DataSourceService } from './__generated__/DataSourceService'; | ||
import { QueryTokenAccessService } from './__generated__/QueryTokenAccessService'; | ||
@@ -68,2 +69,3 @@ import { SpatialReferencesService } from './__generated__/SpatialReferencesService'; | ||
readonly queryToken: QueryTokenAccessService; | ||
readonly dataSource: DataSourceService; | ||
constructor({ url, wsUrl, wsKeepAlive, snappingHubUrl, http, urlPath, httpOptions, }: ApiParams); | ||
@@ -70,0 +72,0 @@ init({ authParams, authQueryParams, connectWs, initScheduler, fetchSettings, fetchUser, useJwt, }: { |
import { StatisticService } from '../__generated__/StatisticService'; | ||
import { ClassifyDc, ClassifyParams7, GetClassifyDc, GetStatisticsDc, StatisticsDbParams, StatisticsDc } from "../__generated__/data-contracts"; | ||
import { ClassifyDc, ClassifyParams4, 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: ClassifyParams4): Promise<ClassifyDc>; | ||
postClassify(params: GetClassifyDc): Promise<ClassifyDc>; | ||
} |
{ | ||
"version": "3.0.206", | ||
"version": "3.0.207", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "6091659d629d1be4fcb778985e22251dd719dbfd" | ||
"gitHead": "064ec80a8be52002c41bf786dcc1ed2ec1509bea" | ||
} |
@@ -0,0 +0,0 @@ # @evergis/api |
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
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
29330
2533855