@evergis/api 4.0.12 → 4.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams10, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, ServiceInfoDc, ServiceListDc, SimpleSymbolDc, StyleDc, SubtractParams, SubtractPayload, TileCatalogServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
1
+ import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams2, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, ServiceInfoDc, ServiceListDc, SimpleSymbolDc, StyleDc, SubtractParams, SubtractPayload, TileCatalogServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -500,7 +500,7 @@ export declare class LayersService extends Service {
500
500
  * @request GET:/layers/{name}/{id}/metadata
501
501
  * @response `200` OK
502
502
  */
503
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams10): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
503
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams2): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
504
504
  /**
505
505
  * No description
506
506
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, DeleteResourcesParams6, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } from './data-contracts';
1
+ import { BulkOperationResultDc, DeleteResourcesParams10, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -38,7 +38,7 @@ export declare class ProjectsService extends Service {
38
38
  * @request DELETE:/projects
39
39
  * @response `200` OK
40
40
  */
41
- deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams9, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams8, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -38,7 +38,7 @@ export declare class StatisticService extends Service {
38
38
  * @request GET:/statistics/classify
39
39
  * @response `200` OK
40
40
  */
41
- classify(query: ClassifyParams9): Promise<ClassifyDc>;
41
+ classify(query: ClassifyParams8): Promise<ClassifyDc>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams9, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
1
+ import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -38,7 +38,7 @@ export declare class TablesService extends Service {
38
38
  * @request DELETE:/tables
39
39
  * @response `200` OK
40
40
  */
41
- deleteResources(query: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams5, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
1
+ import { GetCapabilities1Params, GetCapabilitiesParams3, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -16,7 +16,7 @@ export declare class WmsServerService extends Service {
16
16
  * @request GET:/wms#REQUEST=GetCapabilities
17
17
  * @response `200` OK
18
18
  */
19
- getCapabilities(query: GetCapabilitiesParams5): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams3): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -2172,7 +2172,7 @@ export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
2172
2172
  */
2173
2173
  export interface FilterDc {
2174
2174
  /** Filter string to save. */
2175
- filterString: string;
2175
+ filterString?: string;
2176
2176
  /** Filter conditions. */
2177
2177
  conditions?: string[];
2178
2178
  }
@@ -2341,6 +2341,8 @@ export interface GetBulkExtentsDc {
2341
2341
  layerName?: string;
2342
2342
  /** If set, only the features that satisfy the condition will be considered when calculating the extent. */
2343
2343
  query?: string;
2344
+ /** Filter conditions. */
2345
+ conditions?: string[];
2344
2346
  }
2345
2347
  /**
2346
2348
  * Get features from layer paramaters.
@@ -7652,7 +7654,7 @@ export interface ValidateExpressionParams {
7652
7654
  /** Layer name. */
7653
7655
  layerName: string;
7654
7656
  }
7655
- export interface GetRasterMetaParams10 {
7657
+ export interface GetRasterMetaParams2 {
7656
7658
  /**
7657
7659
  * Min value for build histogram.
7658
7660
  * @format double
@@ -7731,7 +7733,7 @@ export interface GetProjectsListParams {
7731
7733
  /** Filter layers by set of tags. */
7732
7734
  tags?: string[];
7733
7735
  }
7734
- export interface DeleteResourcesParams6 {
7736
+ export interface DeleteResourcesParams10 {
7735
7737
  /** Resource names. */
7736
7738
  names?: string[];
7737
7739
  }
@@ -7930,7 +7932,7 @@ export interface StatisticsDbParams {
7930
7932
  */
7931
7933
  types?: AggregationFunction[];
7932
7934
  }
7933
- export interface ClassifyParams9 {
7935
+ export interface ClassifyParams8 {
7934
7936
  /** Layer name. */
7935
7937
  name: string;
7936
7938
  /** Attribute name. */
@@ -8062,7 +8064,7 @@ export interface GetTableListParams {
8062
8064
  /** All available permissions list. */
8063
8065
  acl?: string;
8064
8066
  }
8065
- export interface DeleteResourcesParams9 {
8067
+ export interface DeleteResourcesParams4 {
8066
8068
  /** Resource names. */
8067
8069
  names?: string[];
8068
8070
  }
@@ -8177,7 +8179,7 @@ export interface GetPublicCapabilitiesParams {
8177
8179
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8178
8180
  AcceptFormats?: string[];
8179
8181
  }
8180
- export interface GetCapabilitiesParams5 {
8182
+ export interface GetCapabilitiesParams3 {
8181
8183
  /** Output format of service metadata. */
8182
8184
  Format?: string;
8183
8185
  /** Must be WMS. */