@evergis/api 3.0.165 → 3.0.167
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/Api.d.ts +2 -0
- package/dist/__generated__/LayersService.d.ts +13 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/SpatialReferencesService.d.ts +41 -0
- 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 +231 -186
- package/dist/api.cjs.development.js +103 -21
- 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 +282 -200
- package/dist/api.esm.js.map +1 -1
- package/dist/layers/EvergisDynamicLayer.d.ts +5 -2
- package/package.json +4 -4
|
@@ -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 {
|
|
@@ -584,13 +584,13 @@ export interface AttributeFormatDefinitionDc {
|
|
|
584
584
|
}
|
|
585
585
|
/**
|
|
586
586
|
* Attribute selector type.
|
|
587
|
-
|
|
587
|
+
|
|
588
588
|
None
|
|
589
|
-
|
|
589
|
+
|
|
590
590
|
SelectFromHandBook
|
|
591
|
-
|
|
591
|
+
|
|
592
592
|
SelectFromRange
|
|
593
|
-
|
|
593
|
+
|
|
594
594
|
ViewHandBook
|
|
595
595
|
*/
|
|
596
596
|
export declare enum AttributeSelectorType {
|
|
@@ -601,31 +601,31 @@ export declare enum AttributeSelectorType {
|
|
|
601
601
|
}
|
|
602
602
|
/**
|
|
603
603
|
* Types of the attributes that are supported by the system.
|
|
604
|
-
|
|
604
|
+
|
|
605
605
|
Unknown
|
|
606
|
-
|
|
606
|
+
|
|
607
607
|
String
|
|
608
|
-
|
|
608
|
+
|
|
609
609
|
Int32
|
|
610
|
-
|
|
610
|
+
|
|
611
611
|
Int64
|
|
612
|
-
|
|
612
|
+
|
|
613
613
|
Double
|
|
614
|
-
|
|
614
|
+
|
|
615
615
|
DateTime
|
|
616
|
-
|
|
616
|
+
|
|
617
617
|
Boolean
|
|
618
|
-
|
|
618
|
+
|
|
619
619
|
Point
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
Polyline
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
MultiPolygon
|
|
624
|
-
|
|
624
|
+
|
|
625
625
|
Multipoint
|
|
626
|
-
|
|
626
|
+
|
|
627
627
|
H3Index
|
|
628
|
-
|
|
628
|
+
|
|
629
629
|
Json
|
|
630
630
|
*/
|
|
631
631
|
export declare enum AttributeType {
|
|
@@ -846,15 +846,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
846
846
|
};
|
|
847
847
|
/**
|
|
848
848
|
* Describes classification methods.
|
|
849
|
-
|
|
849
|
+
|
|
850
850
|
none
|
|
851
|
-
|
|
851
|
+
|
|
852
852
|
naturalBreaks
|
|
853
|
-
|
|
853
|
+
|
|
854
854
|
equalInterval
|
|
855
|
-
|
|
855
|
+
|
|
856
856
|
quantile
|
|
857
|
-
|
|
857
|
+
|
|
858
858
|
unique
|
|
859
859
|
*/
|
|
860
860
|
export declare enum ClassificationType {
|
|
@@ -866,11 +866,11 @@ export declare enum ClassificationType {
|
|
|
866
866
|
}
|
|
867
867
|
/**
|
|
868
868
|
*
|
|
869
|
-
|
|
869
|
+
|
|
870
870
|
decimal
|
|
871
|
-
|
|
871
|
+
|
|
872
872
|
dateTime
|
|
873
|
-
|
|
873
|
+
|
|
874
874
|
text
|
|
875
875
|
*/
|
|
876
876
|
export declare enum ClassifyAttributeType {
|
|
@@ -1151,55 +1151,55 @@ export interface ConfigDc {
|
|
|
1151
1151
|
}
|
|
1152
1152
|
/**
|
|
1153
1153
|
* Types of errors that can occur during layer initialize.
|
|
1154
|
-
|
|
1154
|
+
|
|
1155
1155
|
Unknown
|
|
1156
|
-
|
|
1156
|
+
|
|
1157
1157
|
SerializeError
|
|
1158
|
-
|
|
1158
|
+
|
|
1159
1159
|
InvalidDataService
|
|
1160
|
-
|
|
1160
|
+
|
|
1161
1161
|
InvalidConfiguration
|
|
1162
|
-
|
|
1162
|
+
|
|
1163
1163
|
InvalidDataServiceName
|
|
1164
|
-
|
|
1164
|
+
|
|
1165
1165
|
InvalidTableName
|
|
1166
|
-
|
|
1166
|
+
|
|
1167
1167
|
InvalidLayerName
|
|
1168
|
-
|
|
1168
|
+
|
|
1169
1169
|
ResourceNotFound
|
|
1170
|
-
|
|
1170
|
+
|
|
1171
1171
|
InvalidCondition
|
|
1172
|
-
|
|
1172
|
+
|
|
1173
1173
|
InvalidAttributes
|
|
1174
|
-
|
|
1174
|
+
|
|
1175
1175
|
InvalidIdAttribute
|
|
1176
|
-
|
|
1176
|
+
|
|
1177
1177
|
InvalidGeometryAttribute
|
|
1178
|
-
|
|
1178
|
+
|
|
1179
1179
|
InvalidGeometryAttributeType
|
|
1180
|
-
|
|
1180
|
+
|
|
1181
1181
|
InvalidColumnName
|
|
1182
|
-
|
|
1182
|
+
|
|
1183
1183
|
InvalidIdColumnSettings
|
|
1184
|
-
|
|
1184
|
+
|
|
1185
1185
|
ColumnNotExistsInTable
|
|
1186
|
-
|
|
1186
|
+
|
|
1187
1187
|
InvalidStyle
|
|
1188
|
-
|
|
1188
|
+
|
|
1189
1189
|
InvalidLayerType
|
|
1190
|
-
|
|
1190
|
+
|
|
1191
1191
|
ColumnLoadingError
|
|
1192
|
-
|
|
1192
|
+
|
|
1193
1193
|
InvalidAttributeFormat
|
|
1194
|
-
|
|
1194
|
+
|
|
1195
1195
|
DataSourceNotFound
|
|
1196
|
-
|
|
1196
|
+
|
|
1197
1197
|
DuplicateColumns
|
|
1198
|
-
|
|
1198
|
+
|
|
1199
1199
|
DuplicateAttributes
|
|
1200
|
-
|
|
1200
|
+
|
|
1201
1201
|
TableWithoutColumns
|
|
1202
|
-
|
|
1202
|
+
|
|
1203
1203
|
InvalidTableReferenceConfiguration
|
|
1204
1204
|
*/
|
|
1205
1205
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1523,15 +1523,15 @@ export interface ErrorDetailsDc {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Type of the error.
|
|
1526
|
-
|
|
1526
|
+
|
|
1527
1527
|
ResourceLimitExceeded
|
|
1528
|
-
|
|
1528
|
+
|
|
1529
1529
|
ResourceNotFound
|
|
1530
|
-
|
|
1530
|
+
|
|
1531
1531
|
InternalError
|
|
1532
|
-
|
|
1532
|
+
|
|
1533
1533
|
BadRequest
|
|
1534
|
-
|
|
1534
|
+
|
|
1535
1535
|
DuplicateContent
|
|
1536
1536
|
*/
|
|
1537
1537
|
export declare enum ErrorDetailsType {
|
|
@@ -2026,9 +2026,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2026
2026
|
};
|
|
2027
2027
|
/**
|
|
2028
2028
|
* Type of the feature.
|
|
2029
|
-
|
|
2029
|
+
|
|
2030
2030
|
Unknown
|
|
2031
|
-
|
|
2031
|
+
|
|
2032
2032
|
GeometricFeature
|
|
2033
2033
|
*/
|
|
2034
2034
|
export declare enum FeatureType {
|
|
@@ -2155,11 +2155,11 @@ export interface FilterDc {
|
|
|
2155
2155
|
}
|
|
2156
2156
|
/**
|
|
2157
2157
|
* Sets whether font should be styled.
|
|
2158
|
-
|
|
2158
|
+
|
|
2159
2159
|
normal
|
|
2160
|
-
|
|
2160
|
+
|
|
2161
2161
|
oblique
|
|
2162
|
-
|
|
2162
|
+
|
|
2163
2163
|
italic
|
|
2164
2164
|
*/
|
|
2165
2165
|
export declare enum FontStyle {
|
|
@@ -2169,27 +2169,27 @@ export declare enum FontStyle {
|
|
|
2169
2169
|
}
|
|
2170
2170
|
/**
|
|
2171
2171
|
* Specifies the weight (or boldness) of the font.
|
|
2172
|
-
|
|
2172
|
+
|
|
2173
2173
|
Thin
|
|
2174
|
-
|
|
2174
|
+
|
|
2175
2175
|
ExtraLight
|
|
2176
|
-
|
|
2176
|
+
|
|
2177
2177
|
Light
|
|
2178
|
-
|
|
2178
|
+
|
|
2179
2179
|
SemiLight
|
|
2180
|
-
|
|
2180
|
+
|
|
2181
2181
|
Normal
|
|
2182
|
-
|
|
2182
|
+
|
|
2183
2183
|
Medium
|
|
2184
|
-
|
|
2184
|
+
|
|
2185
2185
|
DemiBold
|
|
2186
|
-
|
|
2186
|
+
|
|
2187
2187
|
Bold
|
|
2188
|
-
|
|
2188
|
+
|
|
2189
2189
|
ExtraBold
|
|
2190
|
-
|
|
2190
|
+
|
|
2191
2191
|
Black
|
|
2192
|
-
|
|
2192
|
+
|
|
2193
2193
|
ExtraBlack
|
|
2194
2194
|
*/
|
|
2195
2195
|
export declare enum FontWeight {
|
|
@@ -2284,17 +2284,17 @@ export interface GeometryDc {
|
|
|
2284
2284
|
}
|
|
2285
2285
|
/**
|
|
2286
2286
|
*
|
|
2287
|
-
|
|
2287
|
+
|
|
2288
2288
|
unknown
|
|
2289
|
-
|
|
2289
|
+
|
|
2290
2290
|
point
|
|
2291
|
-
|
|
2291
|
+
|
|
2292
2292
|
polyline
|
|
2293
|
-
|
|
2293
|
+
|
|
2294
2294
|
multipolygon
|
|
2295
|
-
|
|
2295
|
+
|
|
2296
2296
|
envelope
|
|
2297
|
-
|
|
2297
|
+
|
|
2298
2298
|
multipoint
|
|
2299
2299
|
*/
|
|
2300
2300
|
export declare enum GeometryType {
|
|
@@ -2305,6 +2305,42 @@ export declare enum GeometryType {
|
|
|
2305
2305
|
Envelope = "envelope",
|
|
2306
2306
|
Multipoint = "multipoint"
|
|
2307
2307
|
}
|
|
2308
|
+
/**
|
|
2309
|
+
* Get features paramaters.
|
|
2310
|
+
*/
|
|
2311
|
+
export interface GetFeaturesParametersDc {
|
|
2312
|
+
/** Sets features filtering query. */
|
|
2313
|
+
query?: string;
|
|
2314
|
+
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
2315
|
+
dataFilterId?: string;
|
|
2316
|
+
/**
|
|
2317
|
+
* Features count have to skip.
|
|
2318
|
+
* @format int32
|
|
2319
|
+
*/
|
|
2320
|
+
offset?: number;
|
|
2321
|
+
/**
|
|
2322
|
+
* Features limit per response.
|
|
2323
|
+
* @format int32
|
|
2324
|
+
*/
|
|
2325
|
+
limit?: number;
|
|
2326
|
+
/**
|
|
2327
|
+
* Spatial reference of returned features.
|
|
2328
|
+
* @format int32
|
|
2329
|
+
*/
|
|
2330
|
+
wkid?: number;
|
|
2331
|
+
/** If set to true, the geometry will not be returned for features. */
|
|
2332
|
+
withGeom?: boolean;
|
|
2333
|
+
/**
|
|
2334
|
+
* Comma separated list of attributes by which to sort the resulting feature list.
|
|
2335
|
+
* If the attribute name is preceded with the "-" sign, sorting by this attribute will be
|
|
2336
|
+
* in descending order.
|
|
2337
|
+
*/
|
|
2338
|
+
sort?: string[];
|
|
2339
|
+
/** Comma separated list of features ids. */
|
|
2340
|
+
ids?: string[];
|
|
2341
|
+
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
2342
|
+
attributes?: string[];
|
|
2343
|
+
}
|
|
2308
2344
|
/**
|
|
2309
2345
|
* Map element data contract.
|
|
2310
2346
|
*/
|
|
@@ -2314,13 +2350,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2314
2350
|
};
|
|
2315
2351
|
/**
|
|
2316
2352
|
* Resource group.
|
|
2317
|
-
|
|
2353
|
+
|
|
2318
2354
|
my
|
|
2319
|
-
|
|
2355
|
+
|
|
2320
2356
|
role
|
|
2321
|
-
|
|
2357
|
+
|
|
2322
2358
|
public
|
|
2323
|
-
|
|
2359
|
+
|
|
2324
2360
|
all
|
|
2325
2361
|
*/
|
|
2326
2362
|
export declare enum Group {
|
|
@@ -2800,13 +2836,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2800
2836
|
};
|
|
2801
2837
|
/**
|
|
2802
2838
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2803
|
-
|
|
2839
|
+
|
|
2804
2840
|
Flat
|
|
2805
|
-
|
|
2841
|
+
|
|
2806
2842
|
Square
|
|
2807
|
-
|
|
2843
|
+
|
|
2808
2844
|
Round
|
|
2809
|
-
|
|
2845
|
+
|
|
2810
2846
|
Triangle
|
|
2811
2847
|
*/
|
|
2812
2848
|
export declare enum LineCapStyle {
|
|
@@ -2850,29 +2886,29 @@ export interface LineEndingBaseDc {
|
|
|
2850
2886
|
}
|
|
2851
2887
|
/**
|
|
2852
2888
|
* Type of the line ending.
|
|
2853
|
-
|
|
2889
|
+
|
|
2854
2890
|
none
|
|
2855
|
-
|
|
2891
|
+
|
|
2856
2892
|
arrow
|
|
2857
|
-
|
|
2893
|
+
|
|
2858
2894
|
filledArrow
|
|
2859
|
-
|
|
2895
|
+
|
|
2860
2896
|
square
|
|
2861
|
-
|
|
2897
|
+
|
|
2862
2898
|
filledSquare
|
|
2863
|
-
|
|
2899
|
+
|
|
2864
2900
|
circle
|
|
2865
|
-
|
|
2901
|
+
|
|
2866
2902
|
filledCircle
|
|
2867
|
-
|
|
2903
|
+
|
|
2868
2904
|
diamond
|
|
2869
|
-
|
|
2905
|
+
|
|
2870
2906
|
filledDiamond
|
|
2871
|
-
|
|
2907
|
+
|
|
2872
2908
|
roundSquare
|
|
2873
|
-
|
|
2909
|
+
|
|
2874
2910
|
filledRoundSquare
|
|
2875
|
-
|
|
2911
|
+
|
|
2876
2912
|
svg
|
|
2877
2913
|
*/
|
|
2878
2914
|
export declare enum LineEndingType {
|
|
@@ -2891,11 +2927,11 @@ export declare enum LineEndingType {
|
|
|
2891
2927
|
}
|
|
2892
2928
|
/**
|
|
2893
2929
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
2894
|
-
|
|
2930
|
+
|
|
2895
2931
|
Miter
|
|
2896
|
-
|
|
2932
|
+
|
|
2897
2933
|
Bevel
|
|
2898
|
-
|
|
2934
|
+
|
|
2899
2935
|
Round
|
|
2900
2936
|
*/
|
|
2901
2937
|
export declare enum LineJoinType {
|
|
@@ -3043,15 +3079,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3043
3079
|
export declare type ObjectId = object;
|
|
3044
3080
|
/**
|
|
3045
3081
|
*
|
|
3046
|
-
|
|
3082
|
+
|
|
3047
3083
|
Unknown
|
|
3048
|
-
|
|
3084
|
+
|
|
3049
3085
|
union
|
|
3050
|
-
|
|
3086
|
+
|
|
3051
3087
|
intersection
|
|
3052
|
-
|
|
3088
|
+
|
|
3053
3089
|
subtraction
|
|
3054
|
-
|
|
3090
|
+
|
|
3055
3091
|
symDifference
|
|
3056
3092
|
*/
|
|
3057
3093
|
export declare enum Operation {
|
|
@@ -3455,9 +3491,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3455
3491
|
};
|
|
3456
3492
|
/**
|
|
3457
3493
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3458
|
-
|
|
3494
|
+
|
|
3459
3495
|
xyz
|
|
3460
|
-
|
|
3496
|
+
|
|
3461
3497
|
tms
|
|
3462
3498
|
*/
|
|
3463
3499
|
export declare enum PbfSchema {
|
|
@@ -3478,19 +3514,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3478
3514
|
};
|
|
3479
3515
|
/**
|
|
3480
3516
|
* User permissions for server security objects (services, projects etc.)
|
|
3481
|
-
|
|
3517
|
+
|
|
3482
3518
|
none
|
|
3483
|
-
|
|
3519
|
+
|
|
3484
3520
|
configure
|
|
3485
|
-
|
|
3521
|
+
|
|
3486
3522
|
write
|
|
3487
|
-
|
|
3523
|
+
|
|
3488
3524
|
read
|
|
3489
|
-
|
|
3525
|
+
|
|
3490
3526
|
read,configure
|
|
3491
|
-
|
|
3527
|
+
|
|
3492
3528
|
read,write
|
|
3493
|
-
|
|
3529
|
+
|
|
3494
3530
|
read,write,configure
|
|
3495
3531
|
*/
|
|
3496
3532
|
export declare enum Permissions {
|
|
@@ -3548,19 +3584,19 @@ export interface PolicyDc {
|
|
|
3548
3584
|
}
|
|
3549
3585
|
/**
|
|
3550
3586
|
* Type of the authorization policy.
|
|
3551
|
-
|
|
3587
|
+
|
|
3552
3588
|
Unknown
|
|
3553
|
-
|
|
3589
|
+
|
|
3554
3590
|
CreateTable
|
|
3555
|
-
|
|
3591
|
+
|
|
3556
3592
|
CreateLayer
|
|
3557
|
-
|
|
3593
|
+
|
|
3558
3594
|
CreateProject
|
|
3559
|
-
|
|
3595
|
+
|
|
3560
3596
|
MaxFeaturesInOneTable
|
|
3561
|
-
|
|
3597
|
+
|
|
3562
3598
|
MaxObjectsToExport
|
|
3563
|
-
|
|
3599
|
+
|
|
3564
3600
|
MaxUploadContentSize
|
|
3565
3601
|
*/
|
|
3566
3602
|
export declare enum PolicyType {
|
|
@@ -3917,6 +3953,7 @@ export interface ProxyServiceInfoDc {
|
|
|
3917
3953
|
*/
|
|
3918
3954
|
export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3919
3955
|
eql?: string;
|
|
3956
|
+
eqlParameters?: Record<string, QueryLayerServiceEqlParameterConfigurationDc>;
|
|
3920
3957
|
srid?: number;
|
|
3921
3958
|
geometryType?: AttributeType;
|
|
3922
3959
|
attributesConfiguration: EqlAttributesConfigurationDc;
|
|
@@ -3926,6 +3963,10 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
|
|
|
3926
3963
|
extentOffset?: number;
|
|
3927
3964
|
simplify?: SimplifyInfoDc;
|
|
3928
3965
|
};
|
|
3966
|
+
/**
|
|
3967
|
+
* EQL parameter configuration.
|
|
3968
|
+
*/
|
|
3969
|
+
export declare type QueryLayerServiceEqlParameterConfigurationDc = object;
|
|
3929
3970
|
/**
|
|
3930
3971
|
* Service info for a feature layer service.
|
|
3931
3972
|
*/
|
|
@@ -4202,17 +4243,17 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4202
4243
|
}
|
|
4203
4244
|
/**
|
|
4204
4245
|
* Types of table reference.
|
|
4205
|
-
|
|
4246
|
+
|
|
4206
4247
|
OneToMany
|
|
4207
|
-
|
|
4248
|
+
|
|
4208
4249
|
OneToOne
|
|
4209
|
-
|
|
4250
|
+
|
|
4210
4251
|
Intersect
|
|
4211
|
-
|
|
4252
|
+
|
|
4212
4253
|
RightJoin
|
|
4213
|
-
|
|
4254
|
+
|
|
4214
4255
|
FullJoin
|
|
4215
|
-
|
|
4256
|
+
|
|
4216
4257
|
CrossJoin
|
|
4217
4258
|
*/
|
|
4218
4259
|
export declare enum ReferenceJoinType {
|
|
@@ -4348,19 +4389,19 @@ export interface ResourceInfoDc {
|
|
|
4348
4389
|
}
|
|
4349
4390
|
/**
|
|
4350
4391
|
* The `ResourceType` represents resource manager supports types.
|
|
4351
|
-
|
|
4392
|
+
|
|
4352
4393
|
Unknown
|
|
4353
|
-
|
|
4394
|
+
|
|
4354
4395
|
table
|
|
4355
|
-
|
|
4396
|
+
|
|
4356
4397
|
layer
|
|
4357
|
-
|
|
4398
|
+
|
|
4358
4399
|
project
|
|
4359
|
-
|
|
4400
|
+
|
|
4360
4401
|
file
|
|
4361
|
-
|
|
4402
|
+
|
|
4362
4403
|
feature
|
|
4363
|
-
|
|
4404
|
+
|
|
4364
4405
|
tag
|
|
4365
4406
|
*/
|
|
4366
4407
|
export declare enum ResourceType {
|
|
@@ -4592,21 +4633,21 @@ export interface ServerInfoDc {
|
|
|
4592
4633
|
}
|
|
4593
4634
|
/**
|
|
4594
4635
|
* Status of the server task.
|
|
4595
|
-
|
|
4636
|
+
|
|
4596
4637
|
None
|
|
4597
|
-
|
|
4638
|
+
|
|
4598
4639
|
Scheduled
|
|
4599
|
-
|
|
4640
|
+
|
|
4600
4641
|
Planning
|
|
4601
|
-
|
|
4642
|
+
|
|
4602
4643
|
Executing
|
|
4603
|
-
|
|
4644
|
+
|
|
4604
4645
|
Completed
|
|
4605
|
-
|
|
4646
|
+
|
|
4606
4647
|
Failed
|
|
4607
|
-
|
|
4648
|
+
|
|
4608
4649
|
Canceled
|
|
4609
|
-
|
|
4650
|
+
|
|
4610
4651
|
Timeout
|
|
4611
4652
|
*/
|
|
4612
4653
|
export declare enum ServerTaskStatus {
|
|
@@ -4648,6 +4689,8 @@ export interface ServiceConfigurationBaseDc {
|
|
|
4648
4689
|
invisibleInCatalog?: boolean;
|
|
4649
4690
|
/** Client data storage. Storage isn't used by server. */
|
|
4650
4691
|
clientData?: any;
|
|
4692
|
+
/** Card configuration. Storage isn't used by server. */
|
|
4693
|
+
cardConfiguration?: any;
|
|
4651
4694
|
}
|
|
4652
4695
|
/**
|
|
4653
4696
|
* Description of a service in the Spatial Processor.
|
|
@@ -4883,7 +4926,7 @@ export interface SimpleEndingDc {
|
|
|
4883
4926
|
}
|
|
4884
4927
|
/**
|
|
4885
4928
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
4886
|
-
|
|
4929
|
+
|
|
4887
4930
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
4888
4931
|
stroke width and color of the symbol.
|
|
4889
4932
|
*/
|
|
@@ -4937,11 +4980,11 @@ export interface SimplifyInfoItemDc {
|
|
|
4937
4980
|
}
|
|
4938
4981
|
/**
|
|
4939
4982
|
* Simplify type.
|
|
4940
|
-
|
|
4983
|
+
|
|
4941
4984
|
Basic
|
|
4942
|
-
|
|
4985
|
+
|
|
4943
4986
|
PreserveTopology
|
|
4944
|
-
|
|
4987
|
+
|
|
4945
4988
|
VW
|
|
4946
4989
|
*/
|
|
4947
4990
|
export declare enum SimplifyType {
|
|
@@ -5078,13 +5121,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5078
5121
|
};
|
|
5079
5122
|
/**
|
|
5080
5123
|
* The `StringSubType` provides information about string attribute subtype.
|
|
5081
|
-
|
|
5124
|
+
|
|
5082
5125
|
None
|
|
5083
|
-
|
|
5126
|
+
|
|
5084
5127
|
Image
|
|
5085
|
-
|
|
5128
|
+
|
|
5086
5129
|
PkkCode
|
|
5087
|
-
|
|
5130
|
+
|
|
5088
5131
|
Attachments
|
|
5089
5132
|
*/
|
|
5090
5133
|
export declare enum StringSubType {
|
|
@@ -5309,9 +5352,9 @@ export interface TagInfoDc {
|
|
|
5309
5352
|
}
|
|
5310
5353
|
/**
|
|
5311
5354
|
* Task owner group.
|
|
5312
|
-
|
|
5355
|
+
|
|
5313
5356
|
my
|
|
5314
|
-
|
|
5357
|
+
|
|
5315
5358
|
all
|
|
5316
5359
|
*/
|
|
5317
5360
|
export declare enum TaskGroup {
|
|
@@ -5529,13 +5572,13 @@ export interface TemplateModelDc {
|
|
|
5529
5572
|
}
|
|
5530
5573
|
/**
|
|
5531
5574
|
* Sets the horizontal alignment of text.
|
|
5532
|
-
|
|
5575
|
+
|
|
5533
5576
|
right
|
|
5534
|
-
|
|
5577
|
+
|
|
5535
5578
|
left
|
|
5536
|
-
|
|
5579
|
+
|
|
5537
5580
|
center
|
|
5538
|
-
|
|
5581
|
+
|
|
5539
5582
|
justified
|
|
5540
5583
|
*/
|
|
5541
5584
|
export declare enum TextAlignment {
|
|
@@ -5555,11 +5598,11 @@ export interface TextBackgroundDc {
|
|
|
5555
5598
|
}
|
|
5556
5599
|
/**
|
|
5557
5600
|
* Sets the vertical alignment of text.
|
|
5558
|
-
|
|
5601
|
+
|
|
5559
5602
|
top
|
|
5560
|
-
|
|
5603
|
+
|
|
5561
5604
|
bottom
|
|
5562
|
-
|
|
5605
|
+
|
|
5563
5606
|
middle
|
|
5564
5607
|
*/
|
|
5565
5608
|
export declare enum TextVerticalAlignment {
|
|
@@ -6040,8 +6083,6 @@ export interface UserInfoDc {
|
|
|
6040
6083
|
export interface UserOrRoleDc {
|
|
6041
6084
|
/** Name. */
|
|
6042
6085
|
name?: string;
|
|
6043
|
-
/** Photo. */
|
|
6044
|
-
photo?: string;
|
|
6045
6086
|
/** true if item is role otherwise false. */
|
|
6046
6087
|
isRole?: boolean;
|
|
6047
6088
|
/** User own role. */
|
|
@@ -6953,7 +6994,7 @@ export interface ValidateExpressionParams {
|
|
|
6953
6994
|
/** Layer name. */
|
|
6954
6995
|
layerName: string;
|
|
6955
6996
|
}
|
|
6956
|
-
export interface
|
|
6997
|
+
export interface GetRasterMetaParams6 {
|
|
6957
6998
|
/**
|
|
6958
6999
|
* Min value for build histogram.
|
|
6959
7000
|
* @format double
|
|
@@ -7080,7 +7121,7 @@ export interface GetProjectsListParams {
|
|
|
7080
7121
|
tags?: string[];
|
|
7081
7122
|
}
|
|
7082
7123
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7083
|
-
export interface
|
|
7124
|
+
export interface DeleteResourcesParams7 {
|
|
7084
7125
|
/** Resource names. */
|
|
7085
7126
|
names?: string[];
|
|
7086
7127
|
}
|
|
@@ -7326,7 +7367,7 @@ export interface StatisticsDbParams {
|
|
|
7326
7367
|
*/
|
|
7327
7368
|
types?: AggregationFunction[];
|
|
7328
7369
|
}
|
|
7329
|
-
export interface
|
|
7370
|
+
export interface ClassifyParams4 {
|
|
7330
7371
|
/** Layer name. */
|
|
7331
7372
|
name?: string;
|
|
7332
7373
|
/** Attribute name. */
|
|
@@ -7459,6 +7500,10 @@ export interface GetTableListParams {
|
|
|
7459
7500
|
acl?: string;
|
|
7460
7501
|
}
|
|
7461
7502
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
7503
|
+
export interface DeleteResourcesParams8 {
|
|
7504
|
+
/** Resource names. */
|
|
7505
|
+
names?: string[];
|
|
7506
|
+
}
|
|
7462
7507
|
export interface GetTablesInfoParams {
|
|
7463
7508
|
/** Table names. */
|
|
7464
7509
|
tableNames?: string[];
|
|
@@ -7612,7 +7657,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7612
7657
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7613
7658
|
AcceptFormats?: string[];
|
|
7614
7659
|
}
|
|
7615
|
-
export interface
|
|
7660
|
+
export interface GetCapabilitiesParams1 {
|
|
7616
7661
|
/** Output format of service metadata. */
|
|
7617
7662
|
Format?: string;
|
|
7618
7663
|
/** Must be WMS. */
|