@evergis/api 4.0.10 → 4.0.11

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.
@@ -27,7 +27,7 @@ export declare class FiltersService extends Service {
27
27
  * @request POST:/filters/{id}
28
28
  * @response `200` OK
29
29
  */
30
- update(id: string, data: FilterDc): Promise<FilterCreationResponseDc>;
30
+ update(id: string, data: FilterDc): Promise<void>;
31
31
  /**
32
32
  * No description
33
33
  *
@@ -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, GetRasterMetaParams5, 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 }: GetRasterMetaParams5): 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, DeleteResourcesParams3, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } from './data-contracts';
1
+ import { BulkOperationResultDc, DeleteResourcesParams4, 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: DeleteResourcesParams3): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams2, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams1, 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: ClassifyParams2): Promise<ClassifyDc>;
41
+ classify(query: ClassifyParams1): Promise<ClassifyDc>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams7, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
1
+ import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams5, 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: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams8, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
1
+ import { GetCapabilities1Params, GetCapabilitiesParams9, 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: GetCapabilitiesParams8): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams9): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -2346,6 +2346,10 @@ export interface GetBulkFeaturesParametersDc {
2346
2346
  layerName?: string;
2347
2347
  /** Sets features filtering query. */
2348
2348
  query?: string;
2349
+ /** Collection of filtering conditions. */
2350
+ conditions?: string[];
2351
+ /** Features filtering query parameters. */
2352
+ parameters?: Record<string, any>;
2349
2353
  /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
2350
2354
  dataFilterId?: string;
2351
2355
  /** Click geometry. */
@@ -2427,8 +2431,14 @@ export interface GetClassifyDc {
2427
2431
  * Get features paramaters.
2428
2432
  */
2429
2433
  export interface GetFeaturesParametersDc {
2430
- /** Sets features filtering query. */
2434
+ /** Features filtering query. */
2431
2435
  query?: string;
2436
+ /** Collection of filtering conditions. */
2437
+ conditions?: string[];
2438
+ /** Features filtering query parameters. */
2439
+ parameters?: Record<string, any>;
2440
+ /** Query geometry data contract. */
2441
+ geometries?: QueryGeometryDc;
2432
2442
  /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
2433
2443
  dataFilterId?: string;
2434
2444
  /** Click geometry. */
@@ -2798,7 +2808,7 @@ export interface LayerModelDc {
2798
2808
  */
2799
2809
  layerOpacity?: number;
2800
2810
  /** Condition to apply to the layer to filter the features. */
2801
- condition?: string;
2811
+ conditions?: string[];
2802
2812
  /** Id of the override style to apply to the layer. If not set, the layer original style is used. */
2803
2813
  styleId?: string;
2804
2814
  /** Id of the override data filter to apply to the layer. If not set, the layer original data filter is used. */
@@ -3670,6 +3680,8 @@ export interface ProjectConfigurationDc {
3670
3680
  clientData?: any;
3671
3681
  /** Card configuration. Storage isn't used by server. */
3672
3682
  dashboardConfiguration?: any;
3683
+ /** Developer configuration. */
3684
+ devConfiguration?: any;
3673
3685
  /** Project information. Storage isn't used by server. */
3674
3686
  projectInfo?: any;
3675
3687
  /** Project content items configurations. */
@@ -3945,6 +3957,29 @@ export declare enum Quality {
3945
3957
  Medium = "Medium",
3946
3958
  High = "High"
3947
3959
  }
3960
+ /**
3961
+ * Query geometry data contract.
3962
+ */
3963
+ export interface QueryGeometryDc {
3964
+ /** Query geometry operation data contract. */
3965
+ operation?: QueryGeometryOperationDc;
3966
+ /** Geometry in EWKT format. */
3967
+ geometry?: string;
3968
+ }
3969
+ /**
3970
+ * Query geometry operation data contract.
3971
+ */
3972
+ export interface QueryGeometryOperationDc {
3973
+ /** Name. */
3974
+ name?: string;
3975
+ /**
3976
+ * Buffer size.
3977
+ * @format int32
3978
+ */
3979
+ buffer?: number;
3980
+ /** Additional parameters. */
3981
+ parameters?: Record<string, any>;
3982
+ }
3948
3983
  /**
3949
3984
  * Configuration of a postgres feature layer service.
3950
3985
  */
@@ -7609,7 +7644,7 @@ export interface ValidateExpressionParams {
7609
7644
  /** Layer name. */
7610
7645
  layerName: string;
7611
7646
  }
7612
- export interface GetRasterMetaParams5 {
7647
+ export interface GetRasterMetaParams2 {
7613
7648
  /**
7614
7649
  * Min value for build histogram.
7615
7650
  * @format double
@@ -7688,7 +7723,7 @@ export interface GetProjectsListParams {
7688
7723
  /** Filter layers by set of tags. */
7689
7724
  tags?: string[];
7690
7725
  }
7691
- export interface DeleteResourcesParams3 {
7726
+ export interface DeleteResourcesParams4 {
7692
7727
  /** Resource names. */
7693
7728
  names?: string[];
7694
7729
  }
@@ -7887,7 +7922,7 @@ export interface StatisticsDbParams {
7887
7922
  */
7888
7923
  types?: AggregationFunction[];
7889
7924
  }
7890
- export interface ClassifyParams2 {
7925
+ export interface ClassifyParams1 {
7891
7926
  /** Layer name. */
7892
7927
  name: string;
7893
7928
  /** Attribute name. */
@@ -8019,7 +8054,7 @@ export interface GetTableListParams {
8019
8054
  /** All available permissions list. */
8020
8055
  acl?: string;
8021
8056
  }
8022
- export interface DeleteResourcesParams7 {
8057
+ export interface DeleteResourcesParams5 {
8023
8058
  /** Resource names. */
8024
8059
  names?: string[];
8025
8060
  }
@@ -8134,7 +8169,7 @@ export interface GetPublicCapabilitiesParams {
8134
8169
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8135
8170
  AcceptFormats?: string[];
8136
8171
  }
8137
- export interface GetCapabilitiesParams8 {
8172
+ export interface GetCapabilitiesParams9 {
8138
8173
  /** Output format of service metadata. */
8139
8174
  Format?: string;
8140
8175
  /** Must be WMS. */
@@ -2803,7 +2803,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2803
2803
  }, {
2804
2804
  key: "update",
2805
2805
  value: function update(id, data) {
2806
- return this.http.post("/filters/" + id, data).json();
2806
+ return this.http.post("/filters/" + id, data).then(() => {});
2807
2807
  }
2808
2808
  /**
2809
2809
  * No description