@evergis/api 3.0.171 → 3.0.173
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__/AccountPreviewService.d.ts +1 -1
- package/dist/__generated__/AccountService.d.ts +1 -1
- package/dist/__generated__/BulkOperationsService.d.ts +1 -1
- package/dist/__generated__/CamerasService.d.ts +1 -1
- package/dist/__generated__/ClientSettingsService.d.ts +1 -1
- package/dist/__generated__/EqlTestService.d.ts +13 -2
- package/dist/__generated__/ExternalProvidersService.d.ts +1 -1
- package/dist/__generated__/FeedbackService.d.ts +1 -1
- package/dist/__generated__/FiltersService.d.ts +1 -1
- package/dist/__generated__/GeneralService.d.ts +1 -1
- package/dist/__generated__/GeocodeService.d.ts +1 -1
- package/dist/__generated__/IceRouterService.d.ts +1 -1
- package/dist/__generated__/ImportService.d.ts +13 -2
- package/dist/__generated__/LayersService.d.ts +7 -7
- package/dist/__generated__/NamespaceService.d.ts +1 -1
- package/dist/__generated__/NavigationService.d.ts +1 -1
- package/dist/__generated__/NotificationService.d.ts +1 -1
- package/dist/__generated__/PrintService.d.ts +1 -1
- package/dist/__generated__/ProjectsService.d.ts +1 -1
- package/dist/__generated__/ResourceCatalogService.d.ts +1 -1
- package/dist/__generated__/S3Service.d.ts +1 -1
- package/dist/__generated__/SchedulerService.d.ts +1 -1
- package/dist/__generated__/SecurityService.d.ts +1 -1
- package/dist/__generated__/SpatialReferencesService.d.ts +1 -1
- package/dist/__generated__/StaticContentService.d.ts +1 -1
- package/dist/__generated__/StatisticService.d.ts +3 -3
- package/dist/__generated__/StyleService.d.ts +1 -1
- package/dist/__generated__/SymbolStorageService.d.ts +1 -1
- package/dist/__generated__/TablesService.d.ts +3 -3
- package/dist/__generated__/TagsService.d.ts +1 -1
- package/dist/__generated__/ToolsService.d.ts +1 -1
- package/dist/__generated__/UniversalSearchService.d.ts +1 -1
- package/dist/__generated__/VectorTileService.d.ts +1 -1
- package/dist/__generated__/WfsServerService.d.ts +1 -1
- package/dist/__generated__/WmsServerService.d.ts +3 -3
- package/dist/__generated__/WmtsService.d.ts +1 -1
- package/dist/__generated__/data-contracts.d.ts +85 -7
- package/dist/api.cjs.development.js +50 -34
- 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 +50 -34
- package/dist/api.esm.js.map +1 -1
- package/package.json +3 -3
|
@@ -2,7 +2,7 @@ import { FileUploadResponse, UploadPreviewParams, UploadPreviewPayload } from '.
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class AccountPreviewService extends Service {
|
|
@@ -2,7 +2,7 @@ import { ChangeEmailParams, ChangePasswordPayload, ConfirmChangeEmailParams, Con
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class AccountService extends Service {
|
|
@@ -2,7 +2,7 @@ import { BatchResourcesAclDc, BulkOperationResultDc } from './data-contracts';
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class BulkOperationsService extends Service {
|
|
@@ -2,7 +2,7 @@ import { ArchiveCalendarDc, ArchiveTimelineDc, CameraListDc, GetArchiveCalendarP
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class CamerasService extends Service {
|
|
@@ -2,7 +2,7 @@ import { GetConfigurationParams, GetConfigurationsListParams, PagedListConfigDc,
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class ClientSettingsService extends Service {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AttributeDefinitionDc, EqlRequestDc } from './data-contracts';
|
|
1
|
+
import { AttributeDefinitionDc, EqlRequestDc, SetLayerParameterValueParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class EqlTestService extends Service {
|
|
@@ -28,4 +28,15 @@ export declare class EqlTestService extends Service {
|
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
30
|
getQueryDescription(data: EqlRequestDc): Promise<Record<string, AttributeDefinitionDc>>;
|
|
31
|
+
/**
|
|
32
|
+
* No description
|
|
33
|
+
*
|
|
34
|
+
* @tags EqlTest
|
|
35
|
+
* @name SetLayerParameterValue
|
|
36
|
+
* @operationId EqlTestController_SetLayerParameterValue
|
|
37
|
+
* @summary Set EQL layer parameter.
|
|
38
|
+
* @request POST:/eql/setParam
|
|
39
|
+
* @response `200` Success
|
|
40
|
+
*/
|
|
41
|
+
setLayerParameterValue(query: SetLayerParameterValueParams): Promise<void>;
|
|
31
42
|
}
|
|
@@ -2,7 +2,7 @@ import { FeedbackParams, FeedbackPayload, IncreaseResourcesLimitParams, MoreSymb
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class FeedbackService extends Service {
|
|
@@ -2,7 +2,7 @@ import { FilterCreationResponseDc, FilterDc } from './data-contracts';
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class FiltersService extends Service {
|
|
@@ -2,7 +2,7 @@ import { GeocodeByPointParams, GeocodeParams, GeocodeResultDc, GeocodeSuggestRes
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class GeocodeService extends Service {
|
|
@@ -2,7 +2,7 @@ import { IceRouterResultDc, IceRouteTaskDc } from './data-contracts';
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class IceRouterService extends Service {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, RasterMetaDc, ReadPartParams } from './data-contracts';
|
|
1
|
+
import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, RasterMetaDc, ReadPartParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class ImportService extends Service {
|
|
@@ -61,6 +61,17 @@ export declare class ImportService extends Service {
|
|
|
61
61
|
* @response `200` Success
|
|
62
62
|
*/
|
|
63
63
|
getExternalPbfLayers(query: GetExternalPbfLayersParams): Promise<ExternalLayerInfoDc[]>;
|
|
64
|
+
/**
|
|
65
|
+
* No description
|
|
66
|
+
*
|
|
67
|
+
* @tags ImportService
|
|
68
|
+
* @name GetExternalPbfFeatures
|
|
69
|
+
* @operationId ImportServiceController_GetExternalPbfFeatures
|
|
70
|
+
* @summary Get features list in external PBF layer.
|
|
71
|
+
* @request GET:/import/pbf/features
|
|
72
|
+
* @response `200` Success
|
|
73
|
+
*/
|
|
74
|
+
getExternalPbfFeatures(query: GetExternalPbfFeaturesParams): Promise<import("./data-contracts").PagedListFeatureDc>;
|
|
64
75
|
/**
|
|
65
76
|
* No description
|
|
66
77
|
*
|
|
@@ -1,8 +1,8 @@
|
|
|
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,
|
|
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, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams8, 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
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class LayersService extends Service {
|
|
@@ -297,23 +297,23 @@ export declare class LayersService extends Service {
|
|
|
297
297
|
*
|
|
298
298
|
* @tags Layers
|
|
299
299
|
* @name GetFeatures
|
|
300
|
-
* @operationId
|
|
300
|
+
* @operationId LayersController_GetFeatures
|
|
301
301
|
* @summary Returns list of the layer features.
|
|
302
302
|
* @request POST:/layers/{name}/features/query
|
|
303
303
|
* @response `200` Success
|
|
304
304
|
*/
|
|
305
|
-
|
|
305
|
+
getFeatures(name: string, data: GetFeaturesParametersDc): Promise<import("./data-contracts").PagedListFeatureDc>;
|
|
306
306
|
/**
|
|
307
307
|
* No description
|
|
308
308
|
*
|
|
309
309
|
* @tags Layers
|
|
310
310
|
* @name GetFeatures1
|
|
311
|
-
* @operationId
|
|
311
|
+
* @operationId LayersController_GetFeatures_1
|
|
312
312
|
* @summary Returns list of the layer features.
|
|
313
313
|
* @request GET:/layers/{name}/features
|
|
314
314
|
* @response `200` Success
|
|
315
315
|
*/
|
|
316
|
-
|
|
316
|
+
getFeatures1({ name, ...query }: GetFeatures1Params): Promise<import("./data-contracts").PagedListFeatureDc>;
|
|
317
317
|
/**
|
|
318
318
|
* No description
|
|
319
319
|
*
|
|
@@ -567,7 +567,7 @@ export declare class LayersService extends Service {
|
|
|
567
567
|
* @request GET:/layers/{name}/{id}/metadata
|
|
568
568
|
* @response `200` Success
|
|
569
569
|
*/
|
|
570
|
-
getRasterMeta({ name, id, ...query }:
|
|
570
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams8): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
571
571
|
/**
|
|
572
572
|
* No description
|
|
573
573
|
*
|
|
@@ -2,7 +2,7 @@ import { CreateNamespaceParams, GetNamespacesParams, NamespaceInfoDc, PagedListN
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class NamespaceService extends Service {
|
|
@@ -2,7 +2,7 @@ import { SubscribeListOperationPayload, SubscribeOperationParams, UnsubscribeLis
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class NotificationService extends Service {
|
|
@@ -2,7 +2,7 @@ import { PrintPayload, PrintToHtmlPayload, UploadTemplateParams, UploadTemplateP
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class PrintService extends Service {
|
|
@@ -2,7 +2,7 @@ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, Ext
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class ProjectsService extends Service {
|
|
@@ -2,7 +2,7 @@ import { CheckLimitsParams, CopyResourceResultDc, CopyResourcesPayload, Workspac
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class ResourceCatalogService extends Service {
|
|
@@ -2,7 +2,7 @@ import { CreateResourcePayload, CreateStorageParams, GetResourceParams, GetStora
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class S3Service extends Service {
|
|
@@ -2,7 +2,7 @@ import { AggregateTaskParametersDc, AvailabilityAreaTaskDc, BufferTaskParameters
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class SchedulerService extends Service {
|
|
@@ -2,7 +2,7 @@ import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams,
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class SecurityService extends Service {
|
|
@@ -2,7 +2,7 @@ import { DeleteFileParams, DownloadFileParams, FileUploadInfoDc, FileUploadRespo
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class StaticContentService extends Service {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams6, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class StatisticService extends Service {
|
|
@@ -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: ClassifyParams6): Promise<ClassifyDc>;
|
|
31
31
|
/**
|
|
32
32
|
* No description
|
|
33
33
|
*
|
|
@@ -2,7 +2,7 @@ import { AddFontPayload, RemoveFontParams, StyleCreationResponseDc, StyleDc } fr
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class StyleService extends Service {
|
|
@@ -2,7 +2,7 @@ import { AccessControlListDc, CreateSymbolCategoryDc, CreateSymbolDc, GetSymbolC
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class SymbolStorageService extends Service {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams5, 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
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class TablesService extends Service {
|
|
@@ -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: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -2,7 +2,7 @@ import { GetSearchResultParams, PagedListSearchResultDc, SearchResultDc } from '
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class UniversalSearchService extends Service {
|
|
@@ -2,7 +2,7 @@ import { GetCapabilitiesParams, GetPublicCapabilitiesParams, GetSharedCapabiliti
|
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class WfsServerService extends Service {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams4, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.5.1
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class WmsServerService extends Service {
|
|
@@ -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: GetCapabilitiesParams4): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -3966,7 +3966,52 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
|
|
|
3966
3966
|
/**
|
|
3967
3967
|
* EQL parameter configuration.
|
|
3968
3968
|
*/
|
|
3969
|
-
export
|
|
3969
|
+
export interface QueryLayerServiceEqlParameterConfigurationDc {
|
|
3970
|
+
/**
|
|
3971
|
+
* Types of the attributes that are supported by the system.
|
|
3972
|
+
*
|
|
3973
|
+
* Unknown
|
|
3974
|
+
*
|
|
3975
|
+
* String
|
|
3976
|
+
*
|
|
3977
|
+
* Int32
|
|
3978
|
+
*
|
|
3979
|
+
* Int64
|
|
3980
|
+
*
|
|
3981
|
+
* Double
|
|
3982
|
+
*
|
|
3983
|
+
* DateTime
|
|
3984
|
+
*
|
|
3985
|
+
* Boolean
|
|
3986
|
+
*
|
|
3987
|
+
* Point
|
|
3988
|
+
*
|
|
3989
|
+
* Polyline
|
|
3990
|
+
*
|
|
3991
|
+
* MultiPolygon
|
|
3992
|
+
*
|
|
3993
|
+
* Multipoint
|
|
3994
|
+
*
|
|
3995
|
+
* H3Index
|
|
3996
|
+
*
|
|
3997
|
+
* Json
|
|
3998
|
+
*/
|
|
3999
|
+
type?: AttributeType;
|
|
4000
|
+
/** Parameter alias. */
|
|
4001
|
+
alias?: string;
|
|
4002
|
+
/** Description. */
|
|
4003
|
+
description?: string;
|
|
4004
|
+
/** Name of the column containing the value. */
|
|
4005
|
+
valueColumn?: string;
|
|
4006
|
+
/** Name of the column containing the description. */
|
|
4007
|
+
descriptionColumn?: string;
|
|
4008
|
+
/** Query text. */
|
|
4009
|
+
query?: string;
|
|
4010
|
+
/** Available values. */
|
|
4011
|
+
availableValues?: any[];
|
|
4012
|
+
/** Default value. */
|
|
4013
|
+
default?: any;
|
|
4014
|
+
}
|
|
3970
4015
|
/**
|
|
3971
4016
|
* Service info for a feature layer service.
|
|
3972
4017
|
*/
|
|
@@ -4926,7 +4971,7 @@ export interface SimpleEndingDc {
|
|
|
4926
4971
|
}
|
|
4927
4972
|
/**
|
|
4928
4973
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
4929
|
-
|
|
4974
|
+
|
|
4930
4975
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
4931
4976
|
stroke width and color of the symbol.
|
|
4932
4977
|
*/
|
|
@@ -6420,6 +6465,14 @@ export interface RemoveConfigurationParams {
|
|
|
6420
6465
|
/** URL path. */
|
|
6421
6466
|
urlPath: string;
|
|
6422
6467
|
}
|
|
6468
|
+
export interface SetLayerParameterValueParams {
|
|
6469
|
+
/** Layer name. */
|
|
6470
|
+
layerName?: string;
|
|
6471
|
+
/** Layer parameter name. */
|
|
6472
|
+
paramName?: string;
|
|
6473
|
+
/** Layer parameter value. */
|
|
6474
|
+
value?: string;
|
|
6475
|
+
}
|
|
6423
6476
|
export interface IncreaseResourcesLimitParams {
|
|
6424
6477
|
/**
|
|
6425
6478
|
* Additional maps count.
|
|
@@ -6530,6 +6583,31 @@ export interface GetExternalPbfLayersParams {
|
|
|
6530
6583
|
/** PBF service url. */
|
|
6531
6584
|
url?: string;
|
|
6532
6585
|
}
|
|
6586
|
+
export interface GetExternalPbfFeaturesParams {
|
|
6587
|
+
/** PBF service url. */
|
|
6588
|
+
url?: string;
|
|
6589
|
+
/** PBF layer name. */
|
|
6590
|
+
layerName?: string;
|
|
6591
|
+
/**
|
|
6592
|
+
* Output geometry srid.
|
|
6593
|
+
* @format int32
|
|
6594
|
+
*/
|
|
6595
|
+
srid?: number;
|
|
6596
|
+
/**
|
|
6597
|
+
* Features count have to skip.
|
|
6598
|
+
* @format int32
|
|
6599
|
+
*/
|
|
6600
|
+
offset?: number;
|
|
6601
|
+
/**
|
|
6602
|
+
* Features limit per response.
|
|
6603
|
+
* @format int32
|
|
6604
|
+
*/
|
|
6605
|
+
limit?: number;
|
|
6606
|
+
/** If set to true, the geometry will not be returned for features. */
|
|
6607
|
+
withGeom?: boolean;
|
|
6608
|
+
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
6609
|
+
attributes?: string[];
|
|
6610
|
+
}
|
|
6533
6611
|
export interface GetExternalArcgisFsLayersParams {
|
|
6534
6612
|
/** Arcgis FeatureServer url. */
|
|
6535
6613
|
url?: string;
|
|
@@ -6608,7 +6686,7 @@ export declare type PublishProxyServicePayload = ProxyServiceConfigurationDc | P
|
|
|
6608
6686
|
* Configuration for the proxy service.
|
|
6609
6687
|
*/
|
|
6610
6688
|
export declare type UpdateProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
|
|
6611
|
-
export interface
|
|
6689
|
+
export interface GetFeatures1Params {
|
|
6612
6690
|
/** Sets features filtering query. */
|
|
6613
6691
|
query?: string;
|
|
6614
6692
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
@@ -7008,7 +7086,7 @@ export interface ValidateExpressionParams {
|
|
|
7008
7086
|
/** Layer name. */
|
|
7009
7087
|
layerName: string;
|
|
7010
7088
|
}
|
|
7011
|
-
export interface
|
|
7089
|
+
export interface GetRasterMetaParams8 {
|
|
7012
7090
|
/**
|
|
7013
7091
|
* Min value for build histogram.
|
|
7014
7092
|
* @format double
|
|
@@ -7381,7 +7459,7 @@ export interface StatisticsDbParams {
|
|
|
7381
7459
|
*/
|
|
7382
7460
|
types?: AggregationFunction[];
|
|
7383
7461
|
}
|
|
7384
|
-
export interface
|
|
7462
|
+
export interface ClassifyParams6 {
|
|
7385
7463
|
/** Layer name. */
|
|
7386
7464
|
name?: string;
|
|
7387
7465
|
/** Attribute name. */
|
|
@@ -7514,7 +7592,7 @@ export interface GetTableListParams {
|
|
|
7514
7592
|
acl?: string;
|
|
7515
7593
|
}
|
|
7516
7594
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
7517
|
-
export interface
|
|
7595
|
+
export interface DeleteResourcesParams5 {
|
|
7518
7596
|
/** Resource names. */
|
|
7519
7597
|
names?: string[];
|
|
7520
7598
|
}
|
|
@@ -7671,7 +7749,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7671
7749
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7672
7750
|
AcceptFormats?: string[];
|
|
7673
7751
|
}
|
|
7674
|
-
export interface
|
|
7752
|
+
export interface GetCapabilitiesParams4 {
|
|
7675
7753
|
/** Output format of service metadata. */
|
|
7676
7754
|
Format?: string;
|
|
7677
7755
|
/** Must be WMS. */
|