@evergis/api 3.0.162 → 3.0.164
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 +42 -8
- package/dist/api.cjs.development.js +7 -0
- 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 +23 -2
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -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, GetRasterMetaParams4, 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
|
|
@@ -556,7 +556,7 @@ export declare class LayersService extends Service {
|
|
|
556
556
|
* @request GET:/layers/{name}/{id}/metadata
|
|
557
557
|
* @response `200` Success
|
|
558
558
|
*/
|
|
559
|
-
getRasterMeta({ name, id, ...query }:
|
|
559
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams4): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
560
560
|
/**
|
|
561
561
|
* No description
|
|
562
562
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams10, 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: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
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
|
|
@@ -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
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams3, 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: DeleteResourcesParams3): 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
|
*
|
|
@@ -403,6 +403,18 @@ export interface AttributeConfigurationDc {
|
|
|
403
403
|
clientData?: any;
|
|
404
404
|
/** Id of table given attribute is referenced. */
|
|
405
405
|
referenceId?: string;
|
|
406
|
+
/**
|
|
407
|
+
* Attribute selector type.
|
|
408
|
+
*
|
|
409
|
+
* None
|
|
410
|
+
*
|
|
411
|
+
* SelectFromHandBook
|
|
412
|
+
*
|
|
413
|
+
* SelectFromRange
|
|
414
|
+
*
|
|
415
|
+
* ViewHandBook
|
|
416
|
+
*/
|
|
417
|
+
attributeSelectorType?: AttributeSelectorType;
|
|
406
418
|
/** Values range. */
|
|
407
419
|
ranges?: ValuesRange[];
|
|
408
420
|
}
|
|
@@ -569,6 +581,23 @@ export interface AttributeFormatDefinitionDc {
|
|
|
569
581
|
rounding?: number;
|
|
570
582
|
}
|
|
571
583
|
/**
|
|
584
|
+
* Attribute selector type.
|
|
585
|
+
|
|
586
|
+
None
|
|
587
|
+
|
|
588
|
+
SelectFromHandBook
|
|
589
|
+
|
|
590
|
+
SelectFromRange
|
|
591
|
+
|
|
592
|
+
ViewHandBook
|
|
593
|
+
*/
|
|
594
|
+
export declare enum AttributeSelectorType {
|
|
595
|
+
None = "None",
|
|
596
|
+
SelectFromHandBook = "SelectFromHandBook",
|
|
597
|
+
SelectFromRange = "SelectFromRange",
|
|
598
|
+
ViewHandBook = "ViewHandBook"
|
|
599
|
+
}
|
|
600
|
+
/**
|
|
572
601
|
* Types of the attributes that are supported by the system.
|
|
573
602
|
|
|
574
603
|
Unknown
|
|
@@ -834,7 +863,7 @@ export declare enum ClassificationType {
|
|
|
834
863
|
Unique = "unique"
|
|
835
864
|
}
|
|
836
865
|
/**
|
|
837
|
-
*
|
|
866
|
+
*
|
|
838
867
|
|
|
839
868
|
decimal
|
|
840
869
|
|
|
@@ -4820,6 +4849,11 @@ export interface SimpleEndingDc {
|
|
|
4820
4849
|
* as an object with a "type" parameter specified.
|
|
4821
4850
|
*/
|
|
4822
4851
|
color?: ParameterDcColor;
|
|
4852
|
+
/**
|
|
4853
|
+
* Size multiplier.
|
|
4854
|
+
* @format int32
|
|
4855
|
+
*/
|
|
4856
|
+
multiplier?: number;
|
|
4823
4857
|
}
|
|
4824
4858
|
/**
|
|
4825
4859
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
@@ -5014,7 +5048,7 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5014
5048
|
inputObjectCount?: number;
|
|
5015
5049
|
errorCount?: number;
|
|
5016
5050
|
outputObjectCount?: number;
|
|
5017
|
-
resultDetails?: Record<string, number
|
|
5051
|
+
resultDetails?: Record<string, number>;
|
|
5018
5052
|
};
|
|
5019
5053
|
/**
|
|
5020
5054
|
* The `StringSubType` provides information about string attribute subtype.
|
|
@@ -5369,7 +5403,7 @@ export interface TaskProgressDc {
|
|
|
5369
5403
|
* Some task batches may choose to report additional details about the execution process and result. These
|
|
5370
5404
|
* details are written in the format: { "Value description": int_value }.
|
|
5371
5405
|
*/
|
|
5372
|
-
resultDetails?: Record<string, number
|
|
5406
|
+
resultDetails?: Record<string, number>;
|
|
5373
5407
|
}
|
|
5374
5408
|
/**
|
|
5375
5409
|
* The result of the server task execution.
|
|
@@ -6889,7 +6923,7 @@ export interface ValidateExpressionParams {
|
|
|
6889
6923
|
/** Layer name. */
|
|
6890
6924
|
layerName: string;
|
|
6891
6925
|
}
|
|
6892
|
-
export interface
|
|
6926
|
+
export interface GetRasterMetaParams4 {
|
|
6893
6927
|
/**
|
|
6894
6928
|
* Min value for build histogram.
|
|
6895
6929
|
* @format double
|
|
@@ -7016,7 +7050,7 @@ export interface GetProjectsListParams {
|
|
|
7016
7050
|
tags?: string[];
|
|
7017
7051
|
}
|
|
7018
7052
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7019
|
-
export interface
|
|
7053
|
+
export interface DeleteResourcesParams10 {
|
|
7020
7054
|
/** Resource names. */
|
|
7021
7055
|
names?: string[];
|
|
7022
7056
|
}
|
|
@@ -7260,7 +7294,7 @@ export interface StatisticsDbParams {
|
|
|
7260
7294
|
*/
|
|
7261
7295
|
types?: AggregationFunction[];
|
|
7262
7296
|
}
|
|
7263
|
-
export interface
|
|
7297
|
+
export interface ClassifyParams6 {
|
|
7264
7298
|
/** Layer name. */
|
|
7265
7299
|
name?: string;
|
|
7266
7300
|
/** Attribute name. */
|
|
@@ -7393,7 +7427,7 @@ export interface GetTableListParams {
|
|
|
7393
7427
|
acl?: string;
|
|
7394
7428
|
}
|
|
7395
7429
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
7396
|
-
export interface
|
|
7430
|
+
export interface DeleteResourcesParams3 {
|
|
7397
7431
|
/** Resource names. */
|
|
7398
7432
|
names?: string[];
|
|
7399
7433
|
}
|
|
@@ -7550,7 +7584,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7550
7584
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7551
7585
|
AcceptFormats?: string[];
|
|
7552
7586
|
}
|
|
7553
|
-
export interface
|
|
7587
|
+
export interface GetCapabilitiesParams3 {
|
|
7554
7588
|
/** Output format of service metadata. */
|
|
7555
7589
|
Format?: string;
|
|
7556
7590
|
/** Must be WMS. */
|
|
@@ -7175,6 +7175,13 @@ function isFeatureLayer(layer) {
|
|
|
7175
7175
|
AggregationFunction["DividedSum"] = "DividedSum";
|
|
7176
7176
|
})(exports.AggregationFunction || (exports.AggregationFunction = {}));
|
|
7177
7177
|
|
|
7178
|
+
(function (AttributeSelectorType) {
|
|
7179
|
+
AttributeSelectorType["None"] = "None";
|
|
7180
|
+
AttributeSelectorType["SelectFromHandBook"] = "SelectFromHandBook";
|
|
7181
|
+
AttributeSelectorType["SelectFromRange"] = "SelectFromRange";
|
|
7182
|
+
AttributeSelectorType["ViewHandBook"] = "ViewHandBook";
|
|
7183
|
+
})(exports.AttributeSelectorType || (exports.AttributeSelectorType = {}));
|
|
7184
|
+
|
|
7178
7185
|
(function (AttributeType) {
|
|
7179
7186
|
AttributeType["Unknown"] = "Unknown";
|
|
7180
7187
|
AttributeType["String"] = "String";
|