@evergis/api 4.0.12 → 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.
- package/dist/__generated__/LayersService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +26 -6
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -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,
|
|
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 }:
|
|
503
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams4): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
504
504
|
/**
|
|
505
505
|
* No description
|
|
506
506
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BulkOperationResultDc,
|
|
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:
|
|
41
|
+
deleteResources(query: DeleteResourcesParams3): Promise<BulkOperationResultDc[]>;
|
|
42
42
|
/**
|
|
43
43
|
* No description
|
|
44
44
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
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:
|
|
41
|
+
classify(query: ClassifyParams3): Promise<ClassifyDc>;
|
|
42
42
|
/**
|
|
43
43
|
* No description
|
|
44
44
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc,
|
|
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:
|
|
41
|
+
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
42
42
|
/**
|
|
43
43
|
* No description
|
|
44
44
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
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:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -2172,9 +2172,11 @@ export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
|
|
|
2172
2172
|
*/
|
|
2173
2173
|
export interface FilterDc {
|
|
2174
2174
|
/** Filter string to save. */
|
|
2175
|
-
filterString
|
|
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.
|
|
@@ -2341,6 +2345,10 @@ export interface GetBulkExtentsDc {
|
|
|
2341
2345
|
layerName?: string;
|
|
2342
2346
|
/** If set, only the features that satisfy the condition will be considered when calculating the extent. */
|
|
2343
2347
|
query?: string;
|
|
2348
|
+
/** Filter conditions. */
|
|
2349
|
+
conditions?: string[];
|
|
2350
|
+
/** Query parameters. */
|
|
2351
|
+
parameters?: Record<string, any>;
|
|
2344
2352
|
}
|
|
2345
2353
|
/**
|
|
2346
2354
|
* Get features from layer paramaters.
|
|
@@ -2398,6 +2406,8 @@ export interface GetClassifyDc {
|
|
|
2398
2406
|
condition?: string;
|
|
2399
2407
|
/** Collection of filtering conditions. */
|
|
2400
2408
|
conditions?: string[];
|
|
2409
|
+
/** Query parameters. */
|
|
2410
|
+
parameters?: Record<string, any>;
|
|
2401
2411
|
/**
|
|
2402
2412
|
* The number of classes.
|
|
2403
2413
|
* @format int32
|
|
@@ -2485,6 +2495,8 @@ export interface GetFilteredFeaturesCountDc {
|
|
|
2485
2495
|
condition?: string;
|
|
2486
2496
|
/** Collection of filtering conditions. */
|
|
2487
2497
|
conditions?: string[];
|
|
2498
|
+
/** Query parameters. */
|
|
2499
|
+
parameters?: Record<string, any>;
|
|
2488
2500
|
}
|
|
2489
2501
|
/**
|
|
2490
2502
|
* Get statistics data contract.
|
|
@@ -2498,6 +2510,8 @@ export interface GetStatisticsDc {
|
|
|
2498
2510
|
condition?: string;
|
|
2499
2511
|
/** Collection of filtering conditions. */
|
|
2500
2512
|
conditions?: string[];
|
|
2513
|
+
/** Query parameters. */
|
|
2514
|
+
parameters?: Record<string, any>;
|
|
2501
2515
|
/** Type of required statistic function. */
|
|
2502
2516
|
types?: AggregationFunction[];
|
|
2503
2517
|
}
|
|
@@ -2513,6 +2527,8 @@ export interface GetSumOfProductDc {
|
|
|
2513
2527
|
condition?: string;
|
|
2514
2528
|
/** Collection of filtering conditions. */
|
|
2515
2529
|
conditions?: string[];
|
|
2530
|
+
/** Query parameters. */
|
|
2531
|
+
parameters?: Record<string, any>;
|
|
2516
2532
|
}
|
|
2517
2533
|
/**
|
|
2518
2534
|
* Map element data contract.
|
|
@@ -2821,6 +2837,8 @@ export interface LayerModelDc {
|
|
|
2821
2837
|
layerOpacity?: number;
|
|
2822
2838
|
/** Condition to apply to the layer to filter the features. */
|
|
2823
2839
|
conditions?: string[];
|
|
2840
|
+
/** Query parameters. */
|
|
2841
|
+
parameters?: Record<string, any>;
|
|
2824
2842
|
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
2825
2843
|
styleId?: string;
|
|
2826
2844
|
/** Id of the override data filter to apply to the layer. If not set, the layer original data filter is used. */
|
|
@@ -2882,6 +2900,8 @@ export interface LegendLayerAttributeDc {
|
|
|
2882
2900
|
name?: string;
|
|
2883
2901
|
/** Legend layer attribute conditions. */
|
|
2884
2902
|
conditions?: LegendLayerAttributeConditionDc[];
|
|
2903
|
+
/** Query parameters. */
|
|
2904
|
+
parameters?: Record<string, any>;
|
|
2885
2905
|
}
|
|
2886
2906
|
/**
|
|
2887
2907
|
* Legend layer data contract.
|
|
@@ -7652,7 +7672,7 @@ export interface ValidateExpressionParams {
|
|
|
7652
7672
|
/** Layer name. */
|
|
7653
7673
|
layerName: string;
|
|
7654
7674
|
}
|
|
7655
|
-
export interface
|
|
7675
|
+
export interface GetRasterMetaParams4 {
|
|
7656
7676
|
/**
|
|
7657
7677
|
* Min value for build histogram.
|
|
7658
7678
|
* @format double
|
|
@@ -7731,7 +7751,7 @@ export interface GetProjectsListParams {
|
|
|
7731
7751
|
/** Filter layers by set of tags. */
|
|
7732
7752
|
tags?: string[];
|
|
7733
7753
|
}
|
|
7734
|
-
export interface
|
|
7754
|
+
export interface DeleteResourcesParams3 {
|
|
7735
7755
|
/** Resource names. */
|
|
7736
7756
|
names?: string[];
|
|
7737
7757
|
}
|
|
@@ -7930,7 +7950,7 @@ export interface StatisticsDbParams {
|
|
|
7930
7950
|
*/
|
|
7931
7951
|
types?: AggregationFunction[];
|
|
7932
7952
|
}
|
|
7933
|
-
export interface
|
|
7953
|
+
export interface ClassifyParams3 {
|
|
7934
7954
|
/** Layer name. */
|
|
7935
7955
|
name: string;
|
|
7936
7956
|
/** Attribute name. */
|
|
@@ -8062,7 +8082,7 @@ export interface GetTableListParams {
|
|
|
8062
8082
|
/** All available permissions list. */
|
|
8063
8083
|
acl?: string;
|
|
8064
8084
|
}
|
|
8065
|
-
export interface
|
|
8085
|
+
export interface DeleteResourcesParams8 {
|
|
8066
8086
|
/** Resource names. */
|
|
8067
8087
|
names?: string[];
|
|
8068
8088
|
}
|
|
@@ -8177,7 +8197,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8177
8197
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8178
8198
|
AcceptFormats?: string[];
|
|
8179
8199
|
}
|
|
8180
|
-
export interface
|
|
8200
|
+
export interface GetCapabilitiesParams7 {
|
|
8181
8201
|
/** Output format of service metadata. */
|
|
8182
8202
|
Format?: string;
|
|
8183
8203
|
/** Must be WMS. */
|