@evergis/api 3.0.149 → 3.0.150
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 +46 -36
- 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 +4 -4
|
@@ -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, GetRasterMetaParams3, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceConfigurationDc, ProxyServiceInfoDc, PublishPostgresLayerServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdatePostgresLayerServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -523,7 +523,7 @@ export declare class LayersService extends Service {
|
|
|
523
523
|
* @request GET:/layers/{name}/{id}/metadata
|
|
524
524
|
* @response `200` Success
|
|
525
525
|
*/
|
|
526
|
-
getRasterMeta({ name, id, ...query }:
|
|
526
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams3): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
527
527
|
/**
|
|
528
528
|
* No description
|
|
529
529
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams5, 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: DeleteResourcesParams5): 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, DeleteResourcesParams8, 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: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams2, 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: GetCapabilitiesParams2): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -271,6 +271,8 @@ export declare type ArrowLineEndingDc = LineEndingBaseDc & {
|
|
|
271
271
|
strokeWidth?: CalculatedParameterDc;
|
|
272
272
|
width?: CalculatedParameterDc;
|
|
273
273
|
lenght?: CalculatedParameterDc;
|
|
274
|
+
vOffset?: CalculatedParameterDc;
|
|
275
|
+
hOffset?: CalculatedParameterDc;
|
|
274
276
|
};
|
|
275
277
|
/**
|
|
276
278
|
* Configuration of an attribute in a feature layer.
|
|
@@ -708,6 +710,8 @@ export declare type CircleLineEndingDc = LineEndingBaseDc & {
|
|
|
708
710
|
color?: ParameterDcColor;
|
|
709
711
|
size?: CalculatedParameterDc;
|
|
710
712
|
strokeWidth?: CalculatedParameterDc;
|
|
713
|
+
vOffset?: CalculatedParameterDc;
|
|
714
|
+
hOffset?: CalculatedParameterDc;
|
|
711
715
|
};
|
|
712
716
|
/**
|
|
713
717
|
* The symbol that draws a feature as a circle.
|
|
@@ -1284,7 +1288,7 @@ export declare type CsvStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
|
1284
1288
|
*/
|
|
1285
1289
|
export declare type DashedBrushDc = StrokeBrushDc & {
|
|
1286
1290
|
type: string;
|
|
1287
|
-
intervals
|
|
1291
|
+
intervals?: ParameterDcDoubleArray;
|
|
1288
1292
|
phase?: number;
|
|
1289
1293
|
};
|
|
1290
1294
|
/**
|
|
@@ -1922,6 +1926,8 @@ export declare type FilledArrowLineEndingDc = LineEndingBaseDc & {
|
|
|
1922
1926
|
color?: ParameterDcColor;
|
|
1923
1927
|
width?: CalculatedParameterDc;
|
|
1924
1928
|
length?: CalculatedParameterDc;
|
|
1929
|
+
vOffset?: CalculatedParameterDc;
|
|
1930
|
+
hOffset?: CalculatedParameterDc;
|
|
1925
1931
|
};
|
|
1926
1932
|
/**
|
|
1927
1933
|
* Ending with simple solid filled circle.
|
|
@@ -1930,6 +1936,8 @@ export declare type FilledCircleLineEndingDc = LineEndingBaseDc & {
|
|
|
1930
1936
|
type?: LineEndingType;
|
|
1931
1937
|
color?: ParameterDcColor;
|
|
1932
1938
|
size?: CalculatedParameterDc;
|
|
1939
|
+
vOffset?: CalculatedParameterDc;
|
|
1940
|
+
hOffset?: CalculatedParameterDc;
|
|
1933
1941
|
};
|
|
1934
1942
|
/**
|
|
1935
1943
|
* Simple solid filled square ending.
|
|
@@ -1938,6 +1946,8 @@ export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
|
|
|
1938
1946
|
type?: LineEndingType;
|
|
1939
1947
|
color?: ParameterDcColor;
|
|
1940
1948
|
size?: CalculatedParameterDc;
|
|
1949
|
+
vOffset?: CalculatedParameterDc;
|
|
1950
|
+
hOffset?: CalculatedParameterDc;
|
|
1941
1951
|
};
|
|
1942
1952
|
/**
|
|
1943
1953
|
* Server task that copies the objects from the source storage that satisfy the filter conditions to the target layer.
|
|
@@ -2218,30 +2228,6 @@ export interface IEnvelopeGeometry {
|
|
|
2218
2228
|
sr?: ISpatialReference;
|
|
2219
2229
|
envelope?: IEnvelopeGeometry;
|
|
2220
2230
|
}
|
|
2221
|
-
export interface ILineEndingDc {
|
|
2222
|
-
/**
|
|
2223
|
-
* Type of the line ending.
|
|
2224
|
-
*
|
|
2225
|
-
* none
|
|
2226
|
-
*
|
|
2227
|
-
* arrow
|
|
2228
|
-
*
|
|
2229
|
-
* revertArrow
|
|
2230
|
-
*
|
|
2231
|
-
* filledArrow
|
|
2232
|
-
*
|
|
2233
|
-
* square
|
|
2234
|
-
*
|
|
2235
|
-
* filledSquare
|
|
2236
|
-
*
|
|
2237
|
-
* circle
|
|
2238
|
-
*
|
|
2239
|
-
* filledCircle
|
|
2240
|
-
*
|
|
2241
|
-
* svg
|
|
2242
|
-
*/
|
|
2243
|
-
type?: LineEndingType;
|
|
2244
|
-
}
|
|
2245
2231
|
export interface IRectangle {
|
|
2246
2232
|
/** @format double */
|
|
2247
2233
|
width?: number;
|
|
@@ -2653,10 +2639,6 @@ export interface LineEndingBaseDc {
|
|
|
2653
2639
|
* svg
|
|
2654
2640
|
*/
|
|
2655
2641
|
type?: LineEndingType;
|
|
2656
|
-
/** Vertical offset from symbol in pixels. */
|
|
2657
|
-
vOffset?: CalculatedParameterDc;
|
|
2658
|
-
/** Horizontal offset from symbol in pixels. */
|
|
2659
|
-
hOffset?: CalculatedParameterDc;
|
|
2660
2642
|
}
|
|
2661
2643
|
/**
|
|
2662
2644
|
* Type of the line ending.
|
|
@@ -2832,6 +2814,12 @@ export interface NamespaceInfoDc {
|
|
|
2832
2814
|
export declare type NetCdfMetaDc = RasterMetaDc & {
|
|
2833
2815
|
dimExtraValues?: Record<string, string[]>;
|
|
2834
2816
|
};
|
|
2817
|
+
/**
|
|
2818
|
+
* Define no ending data contract.
|
|
2819
|
+
*/
|
|
2820
|
+
export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
2821
|
+
type?: LineEndingType;
|
|
2822
|
+
};
|
|
2835
2823
|
/**
|
|
2836
2824
|
* Id of any geographical or abstract object.
|
|
2837
2825
|
*/
|
|
@@ -3200,6 +3188,22 @@ export interface ParameterDcDouble extends BrandedType<'ParameterDcDouble'> {
|
|
|
3200
3188
|
/** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
|
|
3201
3189
|
type?: string;
|
|
3202
3190
|
}
|
|
3191
|
+
/**
|
|
3192
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
3193
|
+
as an object with a "type" parameter specified.
|
|
3194
|
+
*/
|
|
3195
|
+
export interface ParameterDcDoubleArray {
|
|
3196
|
+
/** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
|
|
3197
|
+
type?: string;
|
|
3198
|
+
}
|
|
3199
|
+
/**
|
|
3200
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
3201
|
+
as an object with a "type" parameter specified.
|
|
3202
|
+
*/
|
|
3203
|
+
export interface ParameterDcString {
|
|
3204
|
+
/** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
|
|
3205
|
+
type?: string;
|
|
3206
|
+
}
|
|
3203
3207
|
/**
|
|
3204
3208
|
* Provides image pattern brush properties.
|
|
3205
3209
|
*/
|
|
@@ -3373,8 +3377,8 @@ export declare type PolylineLabelSymbolDc = LabelSymbolDc & {
|
|
|
3373
3377
|
export declare type PolylineSymbolDc = SymbolDc & {
|
|
3374
3378
|
type?: string;
|
|
3375
3379
|
stroke?: DashedBrushDc | SolidStrokeBrushDc;
|
|
3376
|
-
beginning?:
|
|
3377
|
-
ending?:
|
|
3380
|
+
beginning?: ArrowLineEndingDc | CircleLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledSquareLineEndingDc | NoneEndingDc | SquareLineEndingDc;
|
|
3381
|
+
ending?: ArrowLineEndingDc | CircleLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledSquareLineEndingDc | NoneEndingDc | SquareLineEndingDc;
|
|
3378
3382
|
joinType?: LineJoinType;
|
|
3379
3383
|
joinRadius?: number;
|
|
3380
3384
|
miterLimit?: number;
|
|
@@ -3459,6 +3463,10 @@ export interface ProjectConfigurationDc {
|
|
|
3459
3463
|
export interface ProjectContentItemDc {
|
|
3460
3464
|
/** Item name. */
|
|
3461
3465
|
name: string;
|
|
3466
|
+
/** Specifies name of the item in project. */
|
|
3467
|
+
clientData?: any;
|
|
3468
|
+
/** Client data storage. Storage isn't used by server. */
|
|
3469
|
+
alias?: string;
|
|
3462
3470
|
/**
|
|
3463
3471
|
* Opacity level of item.
|
|
3464
3472
|
* @format float
|
|
@@ -4644,6 +4652,8 @@ export declare type SquareLineEndingDc = LineEndingBaseDc & {
|
|
|
4644
4652
|
color?: ParameterDcColor;
|
|
4645
4653
|
size?: CalculatedParameterDc;
|
|
4646
4654
|
strokeWidth?: CalculatedParameterDc;
|
|
4655
|
+
vOffset?: CalculatedParameterDc;
|
|
4656
|
+
hOffset?: CalculatedParameterDc;
|
|
4647
4657
|
};
|
|
4648
4658
|
/**
|
|
4649
4659
|
* The symbol that draws a feature as a square.
|
|
@@ -6516,7 +6526,7 @@ export interface ValidateExpressionParams {
|
|
|
6516
6526
|
/** Layer name. */
|
|
6517
6527
|
layerName: string;
|
|
6518
6528
|
}
|
|
6519
|
-
export interface
|
|
6529
|
+
export interface GetRasterMetaParams3 {
|
|
6520
6530
|
/**
|
|
6521
6531
|
* Min value for build histogram.
|
|
6522
6532
|
* @format double
|
|
@@ -6643,7 +6653,7 @@ export interface GetProjectsListParams {
|
|
|
6643
6653
|
tags?: string[];
|
|
6644
6654
|
}
|
|
6645
6655
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
6646
|
-
export interface
|
|
6656
|
+
export interface DeleteResourcesParams5 {
|
|
6647
6657
|
/** Resource names. */
|
|
6648
6658
|
names?: string[];
|
|
6649
6659
|
}
|
|
@@ -6887,7 +6897,7 @@ export interface StatisticsDbParams {
|
|
|
6887
6897
|
*/
|
|
6888
6898
|
types?: AggregationFunction[];
|
|
6889
6899
|
}
|
|
6890
|
-
export interface
|
|
6900
|
+
export interface ClassifyParams6 {
|
|
6891
6901
|
/** Layer name. */
|
|
6892
6902
|
name?: string;
|
|
6893
6903
|
/** Attribute name. */
|
|
@@ -7011,7 +7021,7 @@ export interface GetTableListParams {
|
|
|
7011
7021
|
acl?: string;
|
|
7012
7022
|
}
|
|
7013
7023
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
7014
|
-
export interface
|
|
7024
|
+
export interface DeleteResourcesParams8 {
|
|
7015
7025
|
/** Resource names. */
|
|
7016
7026
|
names?: string[];
|
|
7017
7027
|
}
|
|
@@ -7168,7 +7178,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7168
7178
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7169
7179
|
AcceptFormats?: string[];
|
|
7170
7180
|
}
|
|
7171
|
-
export interface
|
|
7181
|
+
export interface GetCapabilitiesParams2 {
|
|
7172
7182
|
/** Output format of service metadata. */
|
|
7173
7183
|
Format?: string;
|
|
7174
7184
|
/** Must be WMS. */
|