@evergis/api 3.0.190 → 3.0.192
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/LICENSE +20 -20
- package/README.md +21 -21
- package/dist/__generated__/CatalogService.d.ts +34 -1
- package/dist/__generated__/LayersService.d.ts +24 -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__/TagsService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +328 -259
- package/dist/api.cjs.development.js +90 -27
- 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 +275 -230
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +2 -2
- package/package.json +2 -2
|
@@ -82,47 +82,47 @@ export interface AggregationDataResultDc {
|
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
None
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
Array
|
|
89
|
-
|
|
89
|
+
|
|
90
90
|
Min
|
|
91
|
-
|
|
91
|
+
|
|
92
92
|
Max
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
Avg
|
|
95
|
-
|
|
95
|
+
|
|
96
96
|
Sum
|
|
97
|
-
|
|
97
|
+
|
|
98
98
|
Extent
|
|
99
|
-
|
|
99
|
+
|
|
100
100
|
H3
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
Count
|
|
103
|
-
|
|
103
|
+
|
|
104
104
|
TotalCount
|
|
105
|
-
|
|
105
|
+
|
|
106
106
|
DistinctCount
|
|
107
|
-
|
|
107
|
+
|
|
108
108
|
First
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
Last
|
|
111
|
-
|
|
111
|
+
|
|
112
112
|
Median
|
|
113
|
-
|
|
113
|
+
|
|
114
114
|
Mod
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
StdDeviation
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
SumOfProduct
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
OnlyValue
|
|
121
|
-
|
|
121
|
+
|
|
122
122
|
WeightedAvg
|
|
123
|
-
|
|
123
|
+
|
|
124
124
|
DensityIndicators
|
|
125
|
-
|
|
125
|
+
|
|
126
126
|
DividedSum
|
|
127
127
|
*/
|
|
128
128
|
export declare enum AggregationFunction {
|
|
@@ -589,13 +589,13 @@ export interface AttributeFormatDefinitionDc {
|
|
|
589
589
|
}
|
|
590
590
|
/**
|
|
591
591
|
*
|
|
592
|
-
|
|
592
|
+
|
|
593
593
|
None
|
|
594
|
-
|
|
594
|
+
|
|
595
595
|
SelectFromHandBook
|
|
596
|
-
|
|
596
|
+
|
|
597
597
|
SelectFromRange
|
|
598
|
-
|
|
598
|
+
|
|
599
599
|
ViewHandBook
|
|
600
600
|
*/
|
|
601
601
|
export declare enum AttributeSelectorType {
|
|
@@ -606,31 +606,31 @@ export declare enum AttributeSelectorType {
|
|
|
606
606
|
}
|
|
607
607
|
/**
|
|
608
608
|
*
|
|
609
|
-
|
|
609
|
+
|
|
610
610
|
Unknown
|
|
611
|
-
|
|
611
|
+
|
|
612
612
|
String
|
|
613
|
-
|
|
613
|
+
|
|
614
614
|
Int32
|
|
615
|
-
|
|
615
|
+
|
|
616
616
|
Int64
|
|
617
|
-
|
|
617
|
+
|
|
618
618
|
Double
|
|
619
|
-
|
|
619
|
+
|
|
620
620
|
DateTime
|
|
621
|
-
|
|
621
|
+
|
|
622
622
|
Boolean
|
|
623
|
-
|
|
623
|
+
|
|
624
624
|
Point
|
|
625
|
-
|
|
625
|
+
|
|
626
626
|
Polyline
|
|
627
|
-
|
|
627
|
+
|
|
628
628
|
MultiPolygon
|
|
629
|
-
|
|
629
|
+
|
|
630
630
|
Multipoint
|
|
631
|
-
|
|
631
|
+
|
|
632
632
|
H3Index
|
|
633
|
-
|
|
633
|
+
|
|
634
634
|
Json
|
|
635
635
|
*/
|
|
636
636
|
export declare enum AttributeType {
|
|
@@ -662,8 +662,6 @@ export interface AttributesConfigurationDc {
|
|
|
662
662
|
tableName?: string;
|
|
663
663
|
/** Configuration of the attributes of the layer. */
|
|
664
664
|
attributes?: (AttributeConfigurationDc | EqlAttributeConfigurationDc)[];
|
|
665
|
-
/** Configurations of the related tables. */
|
|
666
|
-
tableReferences?: TableReferenceConfigurationDc[];
|
|
667
665
|
/** Configuration of layer references. */
|
|
668
666
|
layerReferences?: LayerReferenceConfigurationDc[];
|
|
669
667
|
/** Values ranges. */
|
|
@@ -862,17 +860,17 @@ export interface CatalogResourceDc {
|
|
|
862
860
|
}
|
|
863
861
|
/**
|
|
864
862
|
*
|
|
865
|
-
|
|
863
|
+
|
|
866
864
|
None
|
|
867
|
-
|
|
865
|
+
|
|
868
866
|
Map
|
|
869
|
-
|
|
867
|
+
|
|
870
868
|
Layer
|
|
871
|
-
|
|
869
|
+
|
|
872
870
|
Table
|
|
873
|
-
|
|
871
|
+
|
|
874
872
|
File
|
|
875
|
-
|
|
873
|
+
|
|
876
874
|
TaskPrototype
|
|
877
875
|
*/
|
|
878
876
|
export declare enum CatalogResourceType {
|
|
@@ -916,15 +914,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
916
914
|
};
|
|
917
915
|
/**
|
|
918
916
|
* Describes classification methods.
|
|
919
|
-
|
|
917
|
+
|
|
920
918
|
none
|
|
921
|
-
|
|
919
|
+
|
|
922
920
|
naturalBreaks
|
|
923
|
-
|
|
921
|
+
|
|
924
922
|
equalInterval
|
|
925
|
-
|
|
923
|
+
|
|
926
924
|
quantile
|
|
927
|
-
|
|
925
|
+
|
|
928
926
|
unique
|
|
929
927
|
*/
|
|
930
928
|
export declare enum ClassificationType {
|
|
@@ -936,11 +934,11 @@ export declare enum ClassificationType {
|
|
|
936
934
|
}
|
|
937
935
|
/**
|
|
938
936
|
*
|
|
939
|
-
|
|
937
|
+
|
|
940
938
|
decimal
|
|
941
|
-
|
|
939
|
+
|
|
942
940
|
dateTime
|
|
943
|
-
|
|
941
|
+
|
|
944
942
|
text
|
|
945
943
|
*/
|
|
946
944
|
export declare enum ClassifyAttributeType {
|
|
@@ -1234,55 +1232,55 @@ export interface ConfigDc {
|
|
|
1234
1232
|
}
|
|
1235
1233
|
/**
|
|
1236
1234
|
*
|
|
1237
|
-
|
|
1235
|
+
|
|
1238
1236
|
Unknown
|
|
1239
|
-
|
|
1237
|
+
|
|
1240
1238
|
SerializeError
|
|
1241
|
-
|
|
1239
|
+
|
|
1242
1240
|
InvalidDataService
|
|
1243
|
-
|
|
1241
|
+
|
|
1244
1242
|
InvalidConfiguration
|
|
1245
|
-
|
|
1243
|
+
|
|
1246
1244
|
InvalidDataServiceName
|
|
1247
|
-
|
|
1245
|
+
|
|
1248
1246
|
InvalidTableName
|
|
1249
|
-
|
|
1247
|
+
|
|
1250
1248
|
InvalidLayerName
|
|
1251
|
-
|
|
1249
|
+
|
|
1252
1250
|
ResourceNotFound
|
|
1253
|
-
|
|
1251
|
+
|
|
1254
1252
|
InvalidCondition
|
|
1255
|
-
|
|
1253
|
+
|
|
1256
1254
|
InvalidAttributes
|
|
1257
|
-
|
|
1255
|
+
|
|
1258
1256
|
InvalidIdAttribute
|
|
1259
|
-
|
|
1257
|
+
|
|
1260
1258
|
InvalidGeometryAttribute
|
|
1261
|
-
|
|
1259
|
+
|
|
1262
1260
|
InvalidGeometryAttributeType
|
|
1263
|
-
|
|
1261
|
+
|
|
1264
1262
|
InvalidColumnName
|
|
1265
|
-
|
|
1263
|
+
|
|
1266
1264
|
InvalidIdColumnSettings
|
|
1267
|
-
|
|
1265
|
+
|
|
1268
1266
|
ColumnNotExistsInTable
|
|
1269
|
-
|
|
1267
|
+
|
|
1270
1268
|
InvalidStyle
|
|
1271
|
-
|
|
1269
|
+
|
|
1272
1270
|
InvalidLayerType
|
|
1273
|
-
|
|
1271
|
+
|
|
1274
1272
|
ColumnLoadingError
|
|
1275
|
-
|
|
1273
|
+
|
|
1276
1274
|
InvalidAttributeFormat
|
|
1277
|
-
|
|
1275
|
+
|
|
1278
1276
|
DataSourceNotFound
|
|
1279
|
-
|
|
1277
|
+
|
|
1280
1278
|
DuplicateColumns
|
|
1281
|
-
|
|
1279
|
+
|
|
1282
1280
|
DuplicateAttributes
|
|
1283
|
-
|
|
1281
|
+
|
|
1284
1282
|
TableWithoutColumns
|
|
1285
|
-
|
|
1283
|
+
|
|
1286
1284
|
InvalidTableReferenceConfiguration
|
|
1287
1285
|
*/
|
|
1288
1286
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1408,7 +1406,7 @@ export interface CreateDirectoryDc {
|
|
|
1408
1406
|
description?: string;
|
|
1409
1407
|
/** A set of tags. */
|
|
1410
1408
|
tags?: string[];
|
|
1411
|
-
/** If true root folder will
|
|
1409
|
+
/** If true root folder will create as temporary. */
|
|
1412
1410
|
isTemporary?: boolean;
|
|
1413
1411
|
}
|
|
1414
1412
|
/**
|
|
@@ -1623,15 +1621,15 @@ export interface ErrorDetailsDc {
|
|
|
1623
1621
|
}
|
|
1624
1622
|
/**
|
|
1625
1623
|
* Type of the error.
|
|
1626
|
-
|
|
1624
|
+
|
|
1627
1625
|
ResourceLimitExceeded
|
|
1628
|
-
|
|
1626
|
+
|
|
1629
1627
|
ResourceNotFound
|
|
1630
|
-
|
|
1628
|
+
|
|
1631
1629
|
InternalError
|
|
1632
|
-
|
|
1630
|
+
|
|
1633
1631
|
BadRequest
|
|
1634
|
-
|
|
1632
|
+
|
|
1635
1633
|
DuplicateContent
|
|
1636
1634
|
*/
|
|
1637
1635
|
export declare enum ErrorDetailsType {
|
|
@@ -2123,9 +2121,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2123
2121
|
};
|
|
2124
2122
|
/**
|
|
2125
2123
|
* Type of the feature.
|
|
2126
|
-
|
|
2124
|
+
|
|
2127
2125
|
Unknown
|
|
2128
|
-
|
|
2126
|
+
|
|
2129
2127
|
GeometricFeature
|
|
2130
2128
|
*/
|
|
2131
2129
|
export declare enum FeatureType {
|
|
@@ -2252,11 +2250,11 @@ export interface FilterDc {
|
|
|
2252
2250
|
}
|
|
2253
2251
|
/**
|
|
2254
2252
|
* Sets whether font should be styled.
|
|
2255
|
-
|
|
2253
|
+
|
|
2256
2254
|
normal
|
|
2257
|
-
|
|
2255
|
+
|
|
2258
2256
|
oblique
|
|
2259
|
-
|
|
2257
|
+
|
|
2260
2258
|
italic
|
|
2261
2259
|
*/
|
|
2262
2260
|
export declare enum FontStyle {
|
|
@@ -2266,27 +2264,27 @@ export declare enum FontStyle {
|
|
|
2266
2264
|
}
|
|
2267
2265
|
/**
|
|
2268
2266
|
* Specifies the weight (or boldness) of the font.
|
|
2269
|
-
|
|
2267
|
+
|
|
2270
2268
|
Thin
|
|
2271
|
-
|
|
2269
|
+
|
|
2272
2270
|
ExtraLight
|
|
2273
|
-
|
|
2271
|
+
|
|
2274
2272
|
Light
|
|
2275
|
-
|
|
2273
|
+
|
|
2276
2274
|
SemiLight
|
|
2277
|
-
|
|
2275
|
+
|
|
2278
2276
|
Normal
|
|
2279
|
-
|
|
2277
|
+
|
|
2280
2278
|
Medium
|
|
2281
|
-
|
|
2279
|
+
|
|
2282
2280
|
DemiBold
|
|
2283
|
-
|
|
2281
|
+
|
|
2284
2282
|
Bold
|
|
2285
|
-
|
|
2283
|
+
|
|
2286
2284
|
ExtraBold
|
|
2287
|
-
|
|
2285
|
+
|
|
2288
2286
|
Black
|
|
2289
|
-
|
|
2287
|
+
|
|
2290
2288
|
ExtraBlack
|
|
2291
2289
|
*/
|
|
2292
2290
|
export declare enum FontWeight {
|
|
@@ -2381,17 +2379,17 @@ export interface GeometryDc {
|
|
|
2381
2379
|
}
|
|
2382
2380
|
/**
|
|
2383
2381
|
*
|
|
2384
|
-
|
|
2382
|
+
|
|
2385
2383
|
unknown
|
|
2386
|
-
|
|
2384
|
+
|
|
2387
2385
|
point
|
|
2388
|
-
|
|
2386
|
+
|
|
2389
2387
|
polyline
|
|
2390
|
-
|
|
2388
|
+
|
|
2391
2389
|
multipolygon
|
|
2392
|
-
|
|
2390
|
+
|
|
2393
2391
|
envelope
|
|
2394
|
-
|
|
2392
|
+
|
|
2395
2393
|
multipoint
|
|
2396
2394
|
*/
|
|
2397
2395
|
export declare enum GeometryType {
|
|
@@ -2402,6 +2400,44 @@ export declare enum GeometryType {
|
|
|
2402
2400
|
Envelope = "envelope",
|
|
2403
2401
|
Multipoint = "multipoint"
|
|
2404
2402
|
}
|
|
2403
|
+
/**
|
|
2404
|
+
* Get features from layer paramaters.
|
|
2405
|
+
*/
|
|
2406
|
+
export interface GetBulkFeaturesParametersDc {
|
|
2407
|
+
/** Layer name. */
|
|
2408
|
+
layerName?: string;
|
|
2409
|
+
/** Sets features filtering query. */
|
|
2410
|
+
query?: string;
|
|
2411
|
+
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
2412
|
+
dataFilterId?: string;
|
|
2413
|
+
/**
|
|
2414
|
+
* Features count have to skip.
|
|
2415
|
+
* @format int32
|
|
2416
|
+
*/
|
|
2417
|
+
offset?: number;
|
|
2418
|
+
/**
|
|
2419
|
+
* Features limit per response.
|
|
2420
|
+
* @format int32
|
|
2421
|
+
*/
|
|
2422
|
+
limit?: number;
|
|
2423
|
+
/**
|
|
2424
|
+
* Spatial reference of returned features.
|
|
2425
|
+
* @format int32
|
|
2426
|
+
*/
|
|
2427
|
+
wkid?: number;
|
|
2428
|
+
/** If set to true, the geometry will not be returned for features. */
|
|
2429
|
+
withGeom?: boolean;
|
|
2430
|
+
/**
|
|
2431
|
+
* Comma separated list of attributes by which to sort the resulting feature list.
|
|
2432
|
+
* If the attribute name is preceded with the "-" sign, sorting by this attribute will be
|
|
2433
|
+
* in descending order.
|
|
2434
|
+
*/
|
|
2435
|
+
sort?: string[];
|
|
2436
|
+
/** Comma separated list of features ids. */
|
|
2437
|
+
ids?: string[];
|
|
2438
|
+
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
2439
|
+
attributes?: string[];
|
|
2440
|
+
}
|
|
2405
2441
|
/**
|
|
2406
2442
|
* Get classified attribute values data contract.
|
|
2407
2443
|
*/
|
|
@@ -2483,6 +2519,44 @@ export interface GetFeaturesParametersDc {
|
|
|
2483
2519
|
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
2484
2520
|
attributes?: string[];
|
|
2485
2521
|
}
|
|
2522
|
+
/**
|
|
2523
|
+
* Get features parameters from one or many layers.
|
|
2524
|
+
*/
|
|
2525
|
+
export interface GetFeaturesParametersFromLayersDc {
|
|
2526
|
+
/** Enumerable of layer names. */
|
|
2527
|
+
layerNames?: string[];
|
|
2528
|
+
/** Sets features filtering query. */
|
|
2529
|
+
query?: string;
|
|
2530
|
+
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
2531
|
+
dataFilterId?: string;
|
|
2532
|
+
/**
|
|
2533
|
+
* Features count have to skip.
|
|
2534
|
+
* @format int32
|
|
2535
|
+
*/
|
|
2536
|
+
offset?: number;
|
|
2537
|
+
/**
|
|
2538
|
+
* Features limit per response.
|
|
2539
|
+
* @format int32
|
|
2540
|
+
*/
|
|
2541
|
+
limit?: number;
|
|
2542
|
+
/**
|
|
2543
|
+
* Spatial reference of returned features.
|
|
2544
|
+
* @format int32
|
|
2545
|
+
*/
|
|
2546
|
+
wkid?: number;
|
|
2547
|
+
/** If set to true, the geometry will not be returned for features. */
|
|
2548
|
+
withGeom?: boolean;
|
|
2549
|
+
/**
|
|
2550
|
+
* Comma separated list of attributes by which to sort the resulting feature list.
|
|
2551
|
+
* If the attribute name is preceded with the "-" sign, sorting by this attribute will be
|
|
2552
|
+
* in descending order.
|
|
2553
|
+
*/
|
|
2554
|
+
sort?: string[];
|
|
2555
|
+
/** Comma separated list of features ids. */
|
|
2556
|
+
ids?: string[];
|
|
2557
|
+
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
2558
|
+
attributes?: string[];
|
|
2559
|
+
}
|
|
2486
2560
|
/**
|
|
2487
2561
|
* Get features count with layer filter condition data contract.
|
|
2488
2562
|
*/
|
|
@@ -2523,13 +2597,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2523
2597
|
};
|
|
2524
2598
|
/**
|
|
2525
2599
|
* Resource group.
|
|
2526
|
-
|
|
2600
|
+
|
|
2527
2601
|
my
|
|
2528
|
-
|
|
2602
|
+
|
|
2529
2603
|
role
|
|
2530
|
-
|
|
2604
|
+
|
|
2531
2605
|
public
|
|
2532
|
-
|
|
2606
|
+
|
|
2533
2607
|
all
|
|
2534
2608
|
*/
|
|
2535
2609
|
export declare enum Group {
|
|
@@ -2992,13 +3066,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2992
3066
|
};
|
|
2993
3067
|
/**
|
|
2994
3068
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2995
|
-
|
|
3069
|
+
|
|
2996
3070
|
Flat
|
|
2997
|
-
|
|
3071
|
+
|
|
2998
3072
|
Square
|
|
2999
|
-
|
|
3073
|
+
|
|
3000
3074
|
Round
|
|
3001
|
-
|
|
3075
|
+
|
|
3002
3076
|
Triangle
|
|
3003
3077
|
*/
|
|
3004
3078
|
export declare enum LineCapStyle {
|
|
@@ -3042,29 +3116,29 @@ export interface LineEndingBaseDc {
|
|
|
3042
3116
|
}
|
|
3043
3117
|
/**
|
|
3044
3118
|
* Type of the line ending.
|
|
3045
|
-
|
|
3119
|
+
|
|
3046
3120
|
none
|
|
3047
|
-
|
|
3121
|
+
|
|
3048
3122
|
arrow
|
|
3049
|
-
|
|
3123
|
+
|
|
3050
3124
|
filledArrow
|
|
3051
|
-
|
|
3125
|
+
|
|
3052
3126
|
square
|
|
3053
|
-
|
|
3127
|
+
|
|
3054
3128
|
filledSquare
|
|
3055
|
-
|
|
3129
|
+
|
|
3056
3130
|
circle
|
|
3057
|
-
|
|
3131
|
+
|
|
3058
3132
|
filledCircle
|
|
3059
|
-
|
|
3133
|
+
|
|
3060
3134
|
diamond
|
|
3061
|
-
|
|
3135
|
+
|
|
3062
3136
|
filledDiamond
|
|
3063
|
-
|
|
3137
|
+
|
|
3064
3138
|
roundSquare
|
|
3065
|
-
|
|
3139
|
+
|
|
3066
3140
|
filledRoundSquare
|
|
3067
|
-
|
|
3141
|
+
|
|
3068
3142
|
svg
|
|
3069
3143
|
*/
|
|
3070
3144
|
export declare enum LineEndingType {
|
|
@@ -3083,11 +3157,11 @@ export declare enum LineEndingType {
|
|
|
3083
3157
|
}
|
|
3084
3158
|
/**
|
|
3085
3159
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3086
|
-
|
|
3160
|
+
|
|
3087
3161
|
Miter
|
|
3088
|
-
|
|
3162
|
+
|
|
3089
3163
|
Bevel
|
|
3090
|
-
|
|
3164
|
+
|
|
3091
3165
|
Round
|
|
3092
3166
|
*/
|
|
3093
3167
|
export declare enum LineJoinType {
|
|
@@ -3109,7 +3183,7 @@ export declare type LinearServiceConfigurationDc = ServiceConfigurationBaseDc &
|
|
|
3109
3183
|
* Search resources.
|
|
3110
3184
|
*/
|
|
3111
3185
|
export interface ListResourcesDto {
|
|
3112
|
-
/**
|
|
3186
|
+
/** Parent id. */
|
|
3113
3187
|
parentId?: string;
|
|
3114
3188
|
/**
|
|
3115
3189
|
* Text filer support sql like symbols
|
|
@@ -3130,6 +3204,8 @@ export interface ListResourcesDto {
|
|
|
3130
3204
|
resourceTypes?: CatalogResourceType[];
|
|
3131
3205
|
/** Resources subtypes filter. */
|
|
3132
3206
|
subtypes?: string[];
|
|
3207
|
+
/** Tags filter. */
|
|
3208
|
+
tagsFilter?: TagsFilterDto;
|
|
3133
3209
|
}
|
|
3134
3210
|
/**
|
|
3135
3211
|
* Configuration for the local tile service.
|
|
@@ -3165,7 +3241,7 @@ export interface LoginDc {
|
|
|
3165
3241
|
}
|
|
3166
3242
|
/**
|
|
3167
3243
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3168
|
-
|
|
3244
|
+
|
|
3169
3245
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3170
3246
|
*/
|
|
3171
3247
|
export interface MapTableInfoDc {
|
|
@@ -3205,6 +3281,12 @@ export declare type MaskedImagePolygonSymbolDc = SymbolDc & {
|
|
|
3205
3281
|
imageMask?: string | null;
|
|
3206
3282
|
maskedColor?: ParameterDcColor;
|
|
3207
3283
|
};
|
|
3284
|
+
/**
|
|
3285
|
+
* Configuration of a table for feature layer.
|
|
3286
|
+
*/
|
|
3287
|
+
export declare type MaterializedViewConfigurationDc = TableConfigurationBaseDc & {
|
|
3288
|
+
type?: string | null;
|
|
3289
|
+
};
|
|
3208
3290
|
/**
|
|
3209
3291
|
* Base template model data contract.
|
|
3210
3292
|
*/
|
|
@@ -3268,15 +3350,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3268
3350
|
export declare type ObjectId = object;
|
|
3269
3351
|
/**
|
|
3270
3352
|
*
|
|
3271
|
-
|
|
3353
|
+
|
|
3272
3354
|
Unknown
|
|
3273
|
-
|
|
3355
|
+
|
|
3274
3356
|
union
|
|
3275
|
-
|
|
3357
|
+
|
|
3276
3358
|
intersection
|
|
3277
|
-
|
|
3359
|
+
|
|
3278
3360
|
subtraction
|
|
3279
|
-
|
|
3361
|
+
|
|
3280
3362
|
symDifference
|
|
3281
3363
|
*/
|
|
3282
3364
|
export declare enum Operation {
|
|
@@ -3296,11 +3378,11 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3296
3378
|
};
|
|
3297
3379
|
/**
|
|
3298
3380
|
*
|
|
3299
|
-
|
|
3381
|
+
|
|
3300
3382
|
My
|
|
3301
|
-
|
|
3383
|
+
|
|
3302
3384
|
Shared
|
|
3303
|
-
|
|
3385
|
+
|
|
3304
3386
|
Public
|
|
3305
3387
|
*/
|
|
3306
3388
|
export declare enum OwnerFilter {
|
|
@@ -3308,6 +3390,12 @@ export declare enum OwnerFilter {
|
|
|
3308
3390
|
Shared = "Shared",
|
|
3309
3391
|
Public = "Public"
|
|
3310
3392
|
}
|
|
3393
|
+
/**
|
|
3394
|
+
* Features list definition.
|
|
3395
|
+
*/
|
|
3396
|
+
export declare type PagedBulkFeaturesListDc = PagedListFeatureDc & {
|
|
3397
|
+
layerName?: string | null;
|
|
3398
|
+
};
|
|
3311
3399
|
/**
|
|
3312
3400
|
* Features list definition.
|
|
3313
3401
|
*/
|
|
@@ -3496,6 +3584,17 @@ export interface ParameterDcString {
|
|
|
3496
3584
|
/** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
|
|
3497
3585
|
type?: string;
|
|
3498
3586
|
}
|
|
3587
|
+
/**
|
|
3588
|
+
* Patch resource request.
|
|
3589
|
+
*/
|
|
3590
|
+
export interface PatchResourceDc {
|
|
3591
|
+
/** Description of the directory. */
|
|
3592
|
+
name?: string;
|
|
3593
|
+
/** Description of the directory. */
|
|
3594
|
+
description?: string;
|
|
3595
|
+
/** A set of tags. */
|
|
3596
|
+
tags?: string[];
|
|
3597
|
+
}
|
|
3499
3598
|
/**
|
|
3500
3599
|
* Provides image pattern brush properties.
|
|
3501
3600
|
*/
|
|
@@ -3508,9 +3607,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3508
3607
|
};
|
|
3509
3608
|
/**
|
|
3510
3609
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3511
|
-
|
|
3610
|
+
|
|
3512
3611
|
xyz
|
|
3513
|
-
|
|
3612
|
+
|
|
3514
3613
|
tms
|
|
3515
3614
|
*/
|
|
3516
3615
|
export declare enum PbfSchema {
|
|
@@ -3531,19 +3630,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3531
3630
|
};
|
|
3532
3631
|
/**
|
|
3533
3632
|
*
|
|
3534
|
-
|
|
3633
|
+
|
|
3535
3634
|
none
|
|
3536
|
-
|
|
3635
|
+
|
|
3537
3636
|
configure
|
|
3538
|
-
|
|
3637
|
+
|
|
3539
3638
|
write
|
|
3540
|
-
|
|
3639
|
+
|
|
3541
3640
|
read
|
|
3542
|
-
|
|
3641
|
+
|
|
3543
3642
|
read,configure
|
|
3544
|
-
|
|
3643
|
+
|
|
3545
3644
|
read,write
|
|
3546
|
-
|
|
3645
|
+
|
|
3547
3646
|
read,write,configure
|
|
3548
3647
|
*/
|
|
3549
3648
|
export declare enum Permissions {
|
|
@@ -3601,19 +3700,19 @@ export interface PolicyDc {
|
|
|
3601
3700
|
}
|
|
3602
3701
|
/**
|
|
3603
3702
|
* Type of the authorization policy.
|
|
3604
|
-
|
|
3703
|
+
|
|
3605
3704
|
Unknown
|
|
3606
|
-
|
|
3705
|
+
|
|
3607
3706
|
CreateTable
|
|
3608
|
-
|
|
3707
|
+
|
|
3609
3708
|
CreateLayer
|
|
3610
|
-
|
|
3709
|
+
|
|
3611
3710
|
CreateProject
|
|
3612
|
-
|
|
3711
|
+
|
|
3613
3712
|
MaxFeaturesInOneTable
|
|
3614
|
-
|
|
3713
|
+
|
|
3615
3714
|
MaxObjectsToExport
|
|
3616
|
-
|
|
3715
|
+
|
|
3617
3716
|
MaxUploadContentSize
|
|
3618
3717
|
*/
|
|
3619
3718
|
export declare enum PolicyType {
|
|
@@ -3971,11 +4070,11 @@ export interface ProxyServiceInfoDc {
|
|
|
3971
4070
|
}
|
|
3972
4071
|
/**
|
|
3973
4072
|
* Stream quality.
|
|
3974
|
-
|
|
4073
|
+
|
|
3975
4074
|
Low
|
|
3976
|
-
|
|
4075
|
+
|
|
3977
4076
|
Medium
|
|
3978
|
-
|
|
4077
|
+
|
|
3979
4078
|
High
|
|
3980
4079
|
*/
|
|
3981
4080
|
export declare enum Quality {
|
|
@@ -4323,29 +4422,6 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4323
4422
|
*/
|
|
4324
4423
|
id: number;
|
|
4325
4424
|
}
|
|
4326
|
-
/**
|
|
4327
|
-
*
|
|
4328
|
-
|
|
4329
|
-
OneToMany
|
|
4330
|
-
|
|
4331
|
-
OneToOne
|
|
4332
|
-
|
|
4333
|
-
Intersect
|
|
4334
|
-
|
|
4335
|
-
RightJoin
|
|
4336
|
-
|
|
4337
|
-
FullJoin
|
|
4338
|
-
|
|
4339
|
-
CrossJoin
|
|
4340
|
-
*/
|
|
4341
|
-
export declare enum ReferenceJoinType {
|
|
4342
|
-
OneToMany = "OneToMany",
|
|
4343
|
-
OneToOne = "OneToOne",
|
|
4344
|
-
Intersect = "Intersect",
|
|
4345
|
-
RightJoin = "RightJoin",
|
|
4346
|
-
FullJoin = "FullJoin",
|
|
4347
|
-
CrossJoin = "CrossJoin"
|
|
4348
|
-
}
|
|
4349
4425
|
/**
|
|
4350
4426
|
* Data contract for register new user.
|
|
4351
4427
|
*/
|
|
@@ -4473,19 +4549,19 @@ export interface ResourceInfoDc {
|
|
|
4473
4549
|
}
|
|
4474
4550
|
/**
|
|
4475
4551
|
*
|
|
4476
|
-
|
|
4552
|
+
|
|
4477
4553
|
Unknown
|
|
4478
|
-
|
|
4554
|
+
|
|
4479
4555
|
table
|
|
4480
|
-
|
|
4556
|
+
|
|
4481
4557
|
layer
|
|
4482
|
-
|
|
4558
|
+
|
|
4483
4559
|
project
|
|
4484
|
-
|
|
4560
|
+
|
|
4485
4561
|
file
|
|
4486
|
-
|
|
4562
|
+
|
|
4487
4563
|
feature
|
|
4488
|
-
|
|
4564
|
+
|
|
4489
4565
|
tag
|
|
4490
4566
|
*/
|
|
4491
4567
|
export declare enum ResourceType {
|
|
@@ -4674,7 +4750,7 @@ export interface SearchResourcesDto {
|
|
|
4674
4750
|
*/
|
|
4675
4751
|
ownerFilter?: OwnerFilter;
|
|
4676
4752
|
/** Tags filter. */
|
|
4677
|
-
|
|
4753
|
+
tagsFilter?: TagsFilterDto;
|
|
4678
4754
|
/** Resources types filter. */
|
|
4679
4755
|
resourceTypes?: CatalogResourceType[];
|
|
4680
4756
|
/** Resources subtypes filter. */
|
|
@@ -4754,21 +4830,21 @@ export interface ServerInfoDc {
|
|
|
4754
4830
|
}
|
|
4755
4831
|
/**
|
|
4756
4832
|
* Status of the server task.
|
|
4757
|
-
|
|
4833
|
+
|
|
4758
4834
|
None
|
|
4759
|
-
|
|
4835
|
+
|
|
4760
4836
|
Scheduled
|
|
4761
|
-
|
|
4837
|
+
|
|
4762
4838
|
Planning
|
|
4763
|
-
|
|
4839
|
+
|
|
4764
4840
|
Executing
|
|
4765
|
-
|
|
4841
|
+
|
|
4766
4842
|
Completed
|
|
4767
|
-
|
|
4843
|
+
|
|
4768
4844
|
Failed
|
|
4769
|
-
|
|
4845
|
+
|
|
4770
4846
|
Canceled
|
|
4771
|
-
|
|
4847
|
+
|
|
4772
4848
|
Timeout
|
|
4773
4849
|
*/
|
|
4774
4850
|
export declare enum ServerTaskStatus {
|
|
@@ -5026,7 +5102,7 @@ export interface SimpleEndingDc {
|
|
|
5026
5102
|
}
|
|
5027
5103
|
/**
|
|
5028
5104
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5029
|
-
|
|
5105
|
+
|
|
5030
5106
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5031
5107
|
stroke width and color of the symbol.
|
|
5032
5108
|
*/
|
|
@@ -5101,11 +5177,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5101
5177
|
}
|
|
5102
5178
|
/**
|
|
5103
5179
|
*
|
|
5104
|
-
|
|
5180
|
+
|
|
5105
5181
|
Basic
|
|
5106
|
-
|
|
5182
|
+
|
|
5107
5183
|
PreserveTopology
|
|
5108
|
-
|
|
5184
|
+
|
|
5109
5185
|
VW
|
|
5110
5186
|
*/
|
|
5111
5187
|
export declare enum SimplifyType {
|
|
@@ -5256,13 +5332,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5256
5332
|
};
|
|
5257
5333
|
/**
|
|
5258
5334
|
*
|
|
5259
|
-
|
|
5335
|
+
|
|
5260
5336
|
None
|
|
5261
|
-
|
|
5337
|
+
|
|
5262
5338
|
Image
|
|
5263
|
-
|
|
5339
|
+
|
|
5264
5340
|
PkkCode
|
|
5265
|
-
|
|
5341
|
+
|
|
5266
5342
|
Attachments
|
|
5267
5343
|
*/
|
|
5268
5344
|
export declare enum StringSubType {
|
|
@@ -5442,47 +5518,12 @@ export declare type TableInfoDc = ResourceInfoDc & {
|
|
|
5442
5518
|
rowCount?: number;
|
|
5443
5519
|
geometries?: GeometryType[] | null;
|
|
5444
5520
|
type?: string | null;
|
|
5445
|
-
configuration?: DefaultTableConfigurationDc | RouteTableConfigurationDc | TileCatalogTableConfigurationDc | ViewConfigurationDc | null;
|
|
5521
|
+
configuration?: DefaultTableConfigurationDc | MaterializedViewConfigurationDc | RouteTableConfigurationDc | TileCatalogTableConfigurationDc | ViewConfigurationDc | null;
|
|
5446
5522
|
};
|
|
5447
5523
|
/**
|
|
5448
5524
|
* The `TableListDc` class provides list of tables info SPCore.Connectors.Connectors.Base.Models.Data.TableInfoDc.
|
|
5449
5525
|
*/
|
|
5450
5526
|
export declare type TableListDc = PagedListTableInfoDc & object;
|
|
5451
|
-
/**
|
|
5452
|
-
* Configuration of a related table for feature layer.
|
|
5453
|
-
*/
|
|
5454
|
-
export interface TableReferenceConfigurationDc {
|
|
5455
|
-
/** The name of the table. */
|
|
5456
|
-
tableName: string;
|
|
5457
|
-
/** The column name in the base table that is used for foreign key relationship. */
|
|
5458
|
-
referenceColumn: string;
|
|
5459
|
-
/** The column name in the related table that is used for foreign key relationship. */
|
|
5460
|
-
targetColumn: string;
|
|
5461
|
-
/** Configuration of the attributes that get values from this table. */
|
|
5462
|
-
attributes: (AttributeConfigurationDc | EqlAttributeConfigurationDc)[];
|
|
5463
|
-
/** Child related tables configurations. */
|
|
5464
|
-
tableReferences?: TableReferenceConfigurationDc[];
|
|
5465
|
-
/**
|
|
5466
|
-
*
|
|
5467
|
-
*
|
|
5468
|
-
* OneToMany
|
|
5469
|
-
*
|
|
5470
|
-
* OneToOne
|
|
5471
|
-
*
|
|
5472
|
-
* Intersect
|
|
5473
|
-
*
|
|
5474
|
-
* RightJoin
|
|
5475
|
-
*
|
|
5476
|
-
* FullJoin
|
|
5477
|
-
*
|
|
5478
|
-
* CrossJoin
|
|
5479
|
-
*/
|
|
5480
|
-
joinType?: ReferenceJoinType;
|
|
5481
|
-
/** Condition to referenced table. */
|
|
5482
|
-
condition?: string;
|
|
5483
|
-
/** Table reference unique id. */
|
|
5484
|
-
referenceId?: string;
|
|
5485
|
-
}
|
|
5486
5527
|
/**
|
|
5487
5528
|
* Data storage that allows accessing features directly from the tables.
|
|
5488
5529
|
*/
|
|
@@ -5499,11 +5540,23 @@ export interface TagInfoDc {
|
|
|
5499
5540
|
/** If sets true. */
|
|
5500
5541
|
isSystem?: boolean;
|
|
5501
5542
|
}
|
|
5543
|
+
/**
|
|
5544
|
+
* Tags filter.
|
|
5545
|
+
*/
|
|
5546
|
+
export interface TagsFilterDto {
|
|
5547
|
+
/** Tags set. */
|
|
5548
|
+
tags?: string[];
|
|
5549
|
+
/**
|
|
5550
|
+
* AND vs OR. The AND operator displays a record if all the conditions are TRUE.
|
|
5551
|
+
* The OR operator displays a record if any of the conditions are TRUE.
|
|
5552
|
+
*/
|
|
5553
|
+
useAnd?: boolean;
|
|
5554
|
+
}
|
|
5502
5555
|
/**
|
|
5503
5556
|
* Task owner group.
|
|
5504
|
-
|
|
5557
|
+
|
|
5505
5558
|
my
|
|
5506
|
-
|
|
5559
|
+
|
|
5507
5560
|
all
|
|
5508
5561
|
*/
|
|
5509
5562
|
export declare enum TaskGroup {
|
|
@@ -5721,13 +5774,13 @@ export interface TemplateModelDc {
|
|
|
5721
5774
|
}
|
|
5722
5775
|
/**
|
|
5723
5776
|
* Sets the horizontal alignment of text.
|
|
5724
|
-
|
|
5777
|
+
|
|
5725
5778
|
right
|
|
5726
|
-
|
|
5779
|
+
|
|
5727
5780
|
left
|
|
5728
|
-
|
|
5781
|
+
|
|
5729
5782
|
center
|
|
5730
|
-
|
|
5783
|
+
|
|
5731
5784
|
justified
|
|
5732
5785
|
*/
|
|
5733
5786
|
export declare enum TextAlignment {
|
|
@@ -5747,11 +5800,11 @@ export interface TextBackgroundDc {
|
|
|
5747
5800
|
}
|
|
5748
5801
|
/**
|
|
5749
5802
|
* Sets the vertical alignment of text.
|
|
5750
|
-
|
|
5803
|
+
|
|
5751
5804
|
top
|
|
5752
|
-
|
|
5805
|
+
|
|
5753
5806
|
bottom
|
|
5754
|
-
|
|
5807
|
+
|
|
5755
5808
|
middle
|
|
5756
5809
|
*/
|
|
5757
5810
|
export declare enum TextVerticalAlignment {
|
|
@@ -6560,6 +6613,21 @@ export interface GetAllParams {
|
|
|
6560
6613
|
*/
|
|
6561
6614
|
ownerFilter?: OwnerFilter;
|
|
6562
6615
|
}
|
|
6616
|
+
export interface GetTagsParams {
|
|
6617
|
+
/** Text filter. */
|
|
6618
|
+
filter?: string;
|
|
6619
|
+
/**
|
|
6620
|
+
* Limit response page.
|
|
6621
|
+
* @format int32
|
|
6622
|
+
*/
|
|
6623
|
+
limit?: number;
|
|
6624
|
+
/**
|
|
6625
|
+
* Offset objects from start.
|
|
6626
|
+
* @format int32
|
|
6627
|
+
*/
|
|
6628
|
+
offset?: number;
|
|
6629
|
+
}
|
|
6630
|
+
export declare type PutTagsPayload = string[];
|
|
6563
6631
|
export interface SearchResourcesParams {
|
|
6564
6632
|
/**
|
|
6565
6633
|
* Limit response page.
|
|
@@ -6584,7 +6652,7 @@ export interface CreateFilePayload {
|
|
|
6584
6652
|
file?: File;
|
|
6585
6653
|
/**
|
|
6586
6654
|
* Rewrite flag
|
|
6587
|
-
* If true - rewrite file if
|
|
6655
|
+
* If true - rewrite file if exists. If false - return error.
|
|
6588
6656
|
*/
|
|
6589
6657
|
rewrite?: boolean;
|
|
6590
6658
|
/** Description of the file. */
|
|
@@ -6634,7 +6702,7 @@ export interface SetLayerParameterValueParams {
|
|
|
6634
6702
|
/** Layer parameter value. */
|
|
6635
6703
|
value?: string;
|
|
6636
6704
|
}
|
|
6637
|
-
export declare type SetLayerParametersPayload = Record<string,
|
|
6705
|
+
export declare type SetLayerParametersPayload = Record<string, any>;
|
|
6638
6706
|
export interface SetLayerParametersParams {
|
|
6639
6707
|
/** Layer name. */
|
|
6640
6708
|
layerName?: string;
|
|
@@ -6806,6 +6874,7 @@ export interface GetRasterMetaParams {
|
|
|
6806
6874
|
/** Raster filename. */
|
|
6807
6875
|
fileName?: string;
|
|
6808
6876
|
}
|
|
6877
|
+
export declare type GetBulkFeaturesPayload = GetBulkFeaturesParametersDc[];
|
|
6809
6878
|
export interface GetLayersListParams {
|
|
6810
6879
|
/**
|
|
6811
6880
|
* Full text query filter that allow to query in alias and name fields.
|
|
@@ -7270,7 +7339,7 @@ export interface ValidateExpressionParams {
|
|
|
7270
7339
|
/** Layer name. */
|
|
7271
7340
|
layerName: string;
|
|
7272
7341
|
}
|
|
7273
|
-
export interface
|
|
7342
|
+
export interface GetRasterMetaParams9 {
|
|
7274
7343
|
/**
|
|
7275
7344
|
* Min value for build histogram.
|
|
7276
7345
|
* @format double
|
|
@@ -7397,7 +7466,7 @@ export interface GetProjectsListParams {
|
|
|
7397
7466
|
tags?: string[];
|
|
7398
7467
|
}
|
|
7399
7468
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7400
|
-
export interface
|
|
7469
|
+
export interface DeleteResourcesParams5 {
|
|
7401
7470
|
/** Resource names. */
|
|
7402
7471
|
names?: string[];
|
|
7403
7472
|
}
|
|
@@ -7680,7 +7749,7 @@ export interface StatisticsDbParams {
|
|
|
7680
7749
|
*/
|
|
7681
7750
|
types?: AggregationFunction[];
|
|
7682
7751
|
}
|
|
7683
|
-
export interface
|
|
7752
|
+
export interface ClassifyParams5 {
|
|
7684
7753
|
/** Layer name. */
|
|
7685
7754
|
name: string;
|
|
7686
7755
|
/** Attribute name. */
|
|
@@ -7813,7 +7882,7 @@ export interface GetTableListParams {
|
|
|
7813
7882
|
acl?: string;
|
|
7814
7883
|
}
|
|
7815
7884
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
7816
|
-
export interface
|
|
7885
|
+
export interface DeleteResourcesParams2 {
|
|
7817
7886
|
/** Resource names. */
|
|
7818
7887
|
names?: string[];
|
|
7819
7888
|
}
|
|
@@ -7881,7 +7950,7 @@ export interface SetPreviewInput {
|
|
|
7881
7950
|
/** @format binary */
|
|
7882
7951
|
file?: File;
|
|
7883
7952
|
}
|
|
7884
|
-
export interface
|
|
7953
|
+
export interface GetAllParams9 {
|
|
7885
7954
|
/** Text filter. */
|
|
7886
7955
|
filter?: string;
|
|
7887
7956
|
/**
|
|
@@ -7970,7 +8039,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7970
8039
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7971
8040
|
AcceptFormats?: string[];
|
|
7972
8041
|
}
|
|
7973
|
-
export interface
|
|
8042
|
+
export interface GetCapabilitiesParams3 {
|
|
7974
8043
|
/** Output format of service metadata. */
|
|
7975
8044
|
Format?: string;
|
|
7976
8045
|
/** Must be WMS. */
|