@evergis/api 4.0.13 → 4.0.14

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, 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';
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, GetRasterMetaParams4, 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 }: GetRasterMetaParams2): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
503
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams4): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
504
504
  /**
505
505
  * No description
506
506
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, DeleteResourcesParams10, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } from './data-contracts';
1
+ import { BulkOperationResultDc, DeleteResourcesParams3, 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: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams3): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams8, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams3, 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: ClassifyParams8): Promise<ClassifyDc>;
41
+ classify(query: ClassifyParams3): Promise<ClassifyDc>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
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';
1
+ import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams8, 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: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
41
+ deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams3, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
1
+ import { GetCapabilities1Params, GetCapabilitiesParams7, 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: GetCapabilitiesParams3): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -2175,6 +2175,8 @@ export interface FilterDc {
2175
2175
  filterString?: string;
2176
2176
  /** Filter conditions. */
2177
2177
  conditions?: string[];
2178
+ /** Query parameters. */
2179
+ parameters?: Record<string, any>;
2178
2180
  }
2179
2181
  /**
2180
2182
  * Server response for the creation of a filter in filter service.
@@ -2184,6 +2186,8 @@ export interface FilterResponseDc {
2184
2186
  id?: string;
2185
2187
  /** Filter conditions. */
2186
2188
  conditions?: string[];
2189
+ /** Query parameters. */
2190
+ parameters?: Record<string, any>;
2187
2191
  }
2188
2192
  /**
2189
2193
  * Sets whether font should be styled.
@@ -2343,6 +2347,8 @@ export interface GetBulkExtentsDc {
2343
2347
  query?: string;
2344
2348
  /** Filter conditions. */
2345
2349
  conditions?: string[];
2350
+ /** Query parameters. */
2351
+ parameters?: Record<string, any>;
2346
2352
  }
2347
2353
  /**
2348
2354
  * Get features from layer paramaters.
@@ -2400,6 +2406,8 @@ export interface GetClassifyDc {
2400
2406
  condition?: string;
2401
2407
  /** Collection of filtering conditions. */
2402
2408
  conditions?: string[];
2409
+ /** Query parameters. */
2410
+ parameters?: Record<string, any>;
2403
2411
  /**
2404
2412
  * The number of classes.
2405
2413
  * @format int32
@@ -2487,6 +2495,8 @@ export interface GetFilteredFeaturesCountDc {
2487
2495
  condition?: string;
2488
2496
  /** Collection of filtering conditions. */
2489
2497
  conditions?: string[];
2498
+ /** Query parameters. */
2499
+ parameters?: Record<string, any>;
2490
2500
  }
2491
2501
  /**
2492
2502
  * Get statistics data contract.
@@ -2500,6 +2510,8 @@ export interface GetStatisticsDc {
2500
2510
  condition?: string;
2501
2511
  /** Collection of filtering conditions. */
2502
2512
  conditions?: string[];
2513
+ /** Query parameters. */
2514
+ parameters?: Record<string, any>;
2503
2515
  /** Type of required statistic function. */
2504
2516
  types?: AggregationFunction[];
2505
2517
  }
@@ -2515,6 +2527,8 @@ export interface GetSumOfProductDc {
2515
2527
  condition?: string;
2516
2528
  /** Collection of filtering conditions. */
2517
2529
  conditions?: string[];
2530
+ /** Query parameters. */
2531
+ parameters?: Record<string, any>;
2518
2532
  }
2519
2533
  /**
2520
2534
  * Map element data contract.
@@ -2823,6 +2837,8 @@ export interface LayerModelDc {
2823
2837
  layerOpacity?: number;
2824
2838
  /** Condition to apply to the layer to filter the features. */
2825
2839
  conditions?: string[];
2840
+ /** Query parameters. */
2841
+ parameters?: Record<string, any>;
2826
2842
  /** Id of the override style to apply to the layer. If not set, the layer original style is used. */
2827
2843
  styleId?: string;
2828
2844
  /** Id of the override data filter to apply to the layer. If not set, the layer original data filter is used. */
@@ -2884,6 +2900,8 @@ export interface LegendLayerAttributeDc {
2884
2900
  name?: string;
2885
2901
  /** Legend layer attribute conditions. */
2886
2902
  conditions?: LegendLayerAttributeConditionDc[];
2903
+ /** Query parameters. */
2904
+ parameters?: Record<string, any>;
2887
2905
  }
2888
2906
  /**
2889
2907
  * Legend layer data contract.
@@ -7654,7 +7672,7 @@ export interface ValidateExpressionParams {
7654
7672
  /** Layer name. */
7655
7673
  layerName: string;
7656
7674
  }
7657
- export interface GetRasterMetaParams2 {
7675
+ export interface GetRasterMetaParams4 {
7658
7676
  /**
7659
7677
  * Min value for build histogram.
7660
7678
  * @format double
@@ -7733,7 +7751,7 @@ export interface GetProjectsListParams {
7733
7751
  /** Filter layers by set of tags. */
7734
7752
  tags?: string[];
7735
7753
  }
7736
- export interface DeleteResourcesParams10 {
7754
+ export interface DeleteResourcesParams3 {
7737
7755
  /** Resource names. */
7738
7756
  names?: string[];
7739
7757
  }
@@ -7932,7 +7950,7 @@ export interface StatisticsDbParams {
7932
7950
  */
7933
7951
  types?: AggregationFunction[];
7934
7952
  }
7935
- export interface ClassifyParams8 {
7953
+ export interface ClassifyParams3 {
7936
7954
  /** Layer name. */
7937
7955
  name: string;
7938
7956
  /** Attribute name. */
@@ -8064,7 +8082,7 @@ export interface GetTableListParams {
8064
8082
  /** All available permissions list. */
8065
8083
  acl?: string;
8066
8084
  }
8067
- export interface DeleteResourcesParams4 {
8085
+ export interface DeleteResourcesParams8 {
8068
8086
  /** Resource names. */
8069
8087
  names?: string[];
8070
8088
  }
@@ -8179,7 +8197,7 @@ export interface GetPublicCapabilitiesParams {
8179
8197
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8180
8198
  AcceptFormats?: string[];
8181
8199
  }
8182
- export interface GetCapabilitiesParams3 {
8200
+ export interface GetCapabilitiesParams7 {
8183
8201
  /** Output format of service metadata. */
8184
8202
  Format?: string;
8185
8203
  /** Must be WMS. */