@evergis/api 3.0.155 → 3.0.157
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__/EqlTestService.d.ts +13 -2
- package/dist/__generated__/GeneralService.d.ts +1 -12
- package/dist/__generated__/LayersService.d.ts +38 -5
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/SchedulerService.d.ts +12 -1
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/SymbolStorageService.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 +139 -43
- package/dist/api.cjs.development.js +82 -18
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +101 -21
- package/dist/api.esm.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AttributeDefinitionDc, EqlRequestDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -16,5 +16,16 @@ export declare class EqlTestService extends Service {
|
|
|
16
16
|
* @request POST:/eql/query
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
|
-
getQueryResult(
|
|
19
|
+
getQueryResult(data: EqlRequestDc): Promise<void>;
|
|
20
|
+
/**
|
|
21
|
+
* No description
|
|
22
|
+
*
|
|
23
|
+
* @tags EqlTest
|
|
24
|
+
* @name GetQueryDescription
|
|
25
|
+
* @operationId EqlTestController_GetQueryDescription
|
|
26
|
+
* @summary Get EQL result columns definitions.
|
|
27
|
+
* @request POST:/eql/description
|
|
28
|
+
* @response `200` Success
|
|
29
|
+
*/
|
|
30
|
+
getQueryDescription(data: EqlRequestDc): Promise<Record<string, AttributeDefinitionDc>>;
|
|
20
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FunctionInfoDc, ServerInfoDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -17,17 +17,6 @@ export declare class GeneralService extends Service {
|
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
19
|
getServerInfo(): Promise<ServerInfoDc>;
|
|
20
|
-
/**
|
|
21
|
-
* No description
|
|
22
|
-
*
|
|
23
|
-
* @tags General
|
|
24
|
-
* @name CancelTest
|
|
25
|
-
* @operationId GeneralController_CancelTest
|
|
26
|
-
* @summary Test method for CancellationToken.
|
|
27
|
-
* @request GET:/cancel
|
|
28
|
-
* @response `200` Success
|
|
29
|
-
*/
|
|
30
|
-
cancelTest(query: CancelTestParams): Promise<void>;
|
|
31
20
|
/**
|
|
32
21
|
* No description
|
|
33
22
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
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, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams,
|
|
1
|
+
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, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams5, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -72,6 +72,17 @@ export declare class LayersService extends Service {
|
|
|
72
72
|
* @response `200` Success
|
|
73
73
|
*/
|
|
74
74
|
getLayersInfo(query: GetLayersInfoParams): Promise<(ResourceInfoDc | ServiceInfoDc)[]>;
|
|
75
|
+
/**
|
|
76
|
+
* No description
|
|
77
|
+
*
|
|
78
|
+
* @tags Layers
|
|
79
|
+
* @name PublishMapboxService
|
|
80
|
+
* @operationId LayersController_PublishMapboxService
|
|
81
|
+
* @summary Creates new mapbox service.
|
|
82
|
+
* @request POST:/layers#type=Mapbox
|
|
83
|
+
* @response `default` Error
|
|
84
|
+
*/
|
|
85
|
+
publishMapboxService(data: PbfServiceConfigurationDc): Promise<PbfServiceInfoDc>;
|
|
75
86
|
/**
|
|
76
87
|
* No description
|
|
77
88
|
*
|
|
@@ -82,7 +93,7 @@ export declare class LayersService extends Service {
|
|
|
82
93
|
* @request POST:/layers#type=ProxyService
|
|
83
94
|
* @response `default` Error
|
|
84
95
|
*/
|
|
85
|
-
publishProxyService(data:
|
|
96
|
+
publishProxyService(data: PublishProxyServicePayload): Promise<ProxyServiceInfoDc | PbfServiceInfoDc>;
|
|
86
97
|
/**
|
|
87
98
|
* No description
|
|
88
99
|
*
|
|
@@ -144,7 +155,7 @@ export declare class LayersService extends Service {
|
|
|
144
155
|
* @tags Layers
|
|
145
156
|
* @name PublishQueryLayerService
|
|
146
157
|
* @operationId LayersController_PublishQueryLayerService
|
|
147
|
-
* @summary Creates new
|
|
158
|
+
* @summary Creates new EQL-based Query Layer Service.
|
|
148
159
|
* @request POST:/layers#type=QueryLayerService
|
|
149
160
|
* @response `default` Error
|
|
150
161
|
*/
|
|
@@ -171,6 +182,17 @@ export declare class LayersService extends Service {
|
|
|
171
182
|
* @response `default` Error
|
|
172
183
|
*/
|
|
173
184
|
publishStyledLayerService(data: StyledLayerServiceConfigurationDc): Promise<FeatureLayerServiceInfoDc>;
|
|
185
|
+
/**
|
|
186
|
+
* No description
|
|
187
|
+
*
|
|
188
|
+
* @tags Layers
|
|
189
|
+
* @name UpdateMapboxService
|
|
190
|
+
* @operationId LayersController_UpdateMapboxService
|
|
191
|
+
* @summary Update mapbox service.
|
|
192
|
+
* @request PATCH:/layers/{name}#type=Mapbox
|
|
193
|
+
* @response `default` Error
|
|
194
|
+
*/
|
|
195
|
+
updateMapboxService(name: string, data: PbfServiceConfigurationDc): Promise<PbfServiceInfoDc>;
|
|
174
196
|
/**
|
|
175
197
|
* No description
|
|
176
198
|
*
|
|
@@ -181,7 +203,7 @@ export declare class LayersService extends Service {
|
|
|
181
203
|
* @request PATCH:/layers/{name}#type=ProxyService
|
|
182
204
|
* @response `default` Error
|
|
183
205
|
*/
|
|
184
|
-
updateProxyService(name: string, data:
|
|
206
|
+
updateProxyService(name: string, data: UpdateProxyServicePayload): Promise<ProxyServiceInfoDc | PbfServiceInfoDc>;
|
|
185
207
|
/**
|
|
186
208
|
* No description
|
|
187
209
|
*
|
|
@@ -237,6 +259,17 @@ export declare class LayersService extends Service {
|
|
|
237
259
|
* @response `default` Error
|
|
238
260
|
*/
|
|
239
261
|
updatePostgresLayerService(name: string, data: PostgresLayerServiceConfigurationDc): Promise<FeatureLayerServiceInfoDc>;
|
|
262
|
+
/**
|
|
263
|
+
* No description
|
|
264
|
+
*
|
|
265
|
+
* @tags Layers
|
|
266
|
+
* @name UpdateQueryLayerService
|
|
267
|
+
* @operationId LayersController_UpdateQueryLayerService
|
|
268
|
+
* @summary Update EQL-based Query Layer Service.
|
|
269
|
+
* @request PATCH:/layers/{name}#type=QueryLayerService
|
|
270
|
+
* @response `default` Error
|
|
271
|
+
*/
|
|
272
|
+
updateQueryLayerService(name: string, data: QueryLayerServiceConfigurationDc): Promise<QueryLayerServiceInfoDc>;
|
|
240
273
|
/**
|
|
241
274
|
* No description
|
|
242
275
|
*
|
|
@@ -523,7 +556,7 @@ export declare class LayersService extends Service {
|
|
|
523
556
|
* @request GET:/layers/{name}/{id}/metadata
|
|
524
557
|
* @response `200` Success
|
|
525
558
|
*/
|
|
526
|
-
getRasterMeta({ name, id, ...query }:
|
|
559
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams5): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
527
560
|
/**
|
|
528
561
|
* No description
|
|
529
562
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class ProjectsService extends Service {
|
|
|
49
49
|
* @request DELETE:/projects
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AggregateTaskParametersDc, AvailabilityAreaTaskDc, BufferTaskParametersDc, CopyTaskParametersDc, EditAttributesTaskParametersDc, FilterCopyTaskParametersDc, GetTaskListParams, OverlayTaskParametersDc, PipelineTaskParametersDc, PrintTaskParametersDc, SearchTaskParametersDc, TaskInfoDc, TaskProgressDc, TaskStatusDataDc, UnionTaskParametersDc, UploadNetCdfTaskParametersDc, UploadRasterTaskParametersDc } from './data-contracts';
|
|
1
|
+
import { AggregateTaskParametersDc, AvailabilityAreaTaskDc, BufferTaskParametersDc, CopyTaskParametersDc, EditAttributesTaskParametersDc, FilterCopyTaskParametersDc, GetTaskListParams, OverlayTaskParametersDc, PipelineTaskParametersDc, PrintTaskParametersDc, RasterBuildVrtTaskParametersDc, SearchTaskParametersDc, TaskInfoDc, TaskProgressDc, TaskStatusDataDc, UnionTaskParametersDc, UploadNetCdfTaskParametersDc, UploadRasterTaskParametersDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -105,6 +105,17 @@ export declare class SchedulerService extends Service {
|
|
|
105
105
|
* @response `200` Success
|
|
106
106
|
*/
|
|
107
107
|
startTilingTask(data: UploadRasterTaskParametersDc): Promise<TaskStatusDataDc>;
|
|
108
|
+
/**
|
|
109
|
+
* No description
|
|
110
|
+
*
|
|
111
|
+
* @tags SchedulerService
|
|
112
|
+
* @name StartTilingTask1
|
|
113
|
+
* @operationId SchedulerServiceController_StartTilingTask_1
|
|
114
|
+
* @summary Plans the execution of a 'rasterVrt' server task.
|
|
115
|
+
* @request POST:/scheduler/tasks#type=rasterVrt
|
|
116
|
+
* @response `200` Success
|
|
117
|
+
*/
|
|
118
|
+
startTilingTask1(data: RasterBuildVrtTaskParametersDc): Promise<TaskStatusDataDc>;
|
|
108
119
|
/**
|
|
109
120
|
* No description
|
|
110
121
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams7, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -27,7 +27,7 @@ export declare class StatisticService extends Service {
|
|
|
27
27
|
* @request GET:/statistics/classify
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
|
-
classify(query:
|
|
30
|
+
classify(query: ClassifyParams7): Promise<ClassifyDc>;
|
|
31
31
|
/**
|
|
32
32
|
* No description
|
|
33
33
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, CreateSymbolCategoryDc, CreateSymbolDc, GetSymbolCategoriesParams, GetSymbolsListParams, PagedListSymbolCategoryInfoDc, PagedListSymbolInfoDc, SymbolCategoryInfoDc, SymbolInfoDc, UpdateSymbolCategoryDc, UpdateSymbolDc } from './data-contracts';
|
|
1
|
+
import { AccessControlListDc, CreateSymbolCategoryDc, CreateSymbolDc, GetSymbolCategoriesParams, GetSymbolsListParams, PagedListSymbolCategoryInfoDc, PagedListSymbolInfoDc, RemoveSymbolCategoryParams, SymbolCategoryInfoDc, SymbolInfoDc, UpdateSymbolCategoryDc, UpdateSymbolDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class SymbolStorageService extends Service {
|
|
|
49
49
|
* @request DELETE:/symbols/category/{id}
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
removeSymbolCategory(id:
|
|
52
|
+
removeSymbolCategory({ id, ...query }: RemoveSymbolCategoryParams): Promise<void>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams10, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
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` Success
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams3): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|