@evergis/api 3.0.170 → 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/LICENSE +20 -20
- package/README.md +21 -21
- 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 +264 -186
- package/dist/api.cjs.development.js +58 -50
- 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 +237 -229
- package/dist/api.esm.js.map +1 -1
- package/package.json +6 -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 {
|
|
@@ -2350,13 +2350,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2350
2350
|
};
|
|
2351
2351
|
/**
|
|
2352
2352
|
* Resource group.
|
|
2353
|
-
|
|
2353
|
+
|
|
2354
2354
|
my
|
|
2355
|
-
|
|
2355
|
+
|
|
2356
2356
|
role
|
|
2357
|
-
|
|
2357
|
+
|
|
2358
2358
|
public
|
|
2359
|
-
|
|
2359
|
+
|
|
2360
2360
|
all
|
|
2361
2361
|
*/
|
|
2362
2362
|
export declare enum Group {
|
|
@@ -2836,13 +2836,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2836
2836
|
};
|
|
2837
2837
|
/**
|
|
2838
2838
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2839
|
-
|
|
2839
|
+
|
|
2840
2840
|
Flat
|
|
2841
|
-
|
|
2841
|
+
|
|
2842
2842
|
Square
|
|
2843
|
-
|
|
2843
|
+
|
|
2844
2844
|
Round
|
|
2845
|
-
|
|
2845
|
+
|
|
2846
2846
|
Triangle
|
|
2847
2847
|
*/
|
|
2848
2848
|
export declare enum LineCapStyle {
|
|
@@ -2886,29 +2886,29 @@ export interface LineEndingBaseDc {
|
|
|
2886
2886
|
}
|
|
2887
2887
|
/**
|
|
2888
2888
|
* Type of the line ending.
|
|
2889
|
-
|
|
2889
|
+
|
|
2890
2890
|
none
|
|
2891
|
-
|
|
2891
|
+
|
|
2892
2892
|
arrow
|
|
2893
|
-
|
|
2893
|
+
|
|
2894
2894
|
filledArrow
|
|
2895
|
-
|
|
2895
|
+
|
|
2896
2896
|
square
|
|
2897
|
-
|
|
2897
|
+
|
|
2898
2898
|
filledSquare
|
|
2899
|
-
|
|
2899
|
+
|
|
2900
2900
|
circle
|
|
2901
|
-
|
|
2901
|
+
|
|
2902
2902
|
filledCircle
|
|
2903
|
-
|
|
2903
|
+
|
|
2904
2904
|
diamond
|
|
2905
|
-
|
|
2905
|
+
|
|
2906
2906
|
filledDiamond
|
|
2907
|
-
|
|
2907
|
+
|
|
2908
2908
|
roundSquare
|
|
2909
|
-
|
|
2909
|
+
|
|
2910
2910
|
filledRoundSquare
|
|
2911
|
-
|
|
2911
|
+
|
|
2912
2912
|
svg
|
|
2913
2913
|
*/
|
|
2914
2914
|
export declare enum LineEndingType {
|
|
@@ -2927,11 +2927,11 @@ export declare enum LineEndingType {
|
|
|
2927
2927
|
}
|
|
2928
2928
|
/**
|
|
2929
2929
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
2930
|
-
|
|
2930
|
+
|
|
2931
2931
|
Miter
|
|
2932
|
-
|
|
2932
|
+
|
|
2933
2933
|
Bevel
|
|
2934
|
-
|
|
2934
|
+
|
|
2935
2935
|
Round
|
|
2936
2936
|
*/
|
|
2937
2937
|
export declare enum LineJoinType {
|
|
@@ -3079,15 +3079,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3079
3079
|
export declare type ObjectId = object;
|
|
3080
3080
|
/**
|
|
3081
3081
|
*
|
|
3082
|
-
|
|
3082
|
+
|
|
3083
3083
|
Unknown
|
|
3084
|
-
|
|
3084
|
+
|
|
3085
3085
|
union
|
|
3086
|
-
|
|
3086
|
+
|
|
3087
3087
|
intersection
|
|
3088
|
-
|
|
3088
|
+
|
|
3089
3089
|
subtraction
|
|
3090
|
-
|
|
3090
|
+
|
|
3091
3091
|
symDifference
|
|
3092
3092
|
*/
|
|
3093
3093
|
export declare enum Operation {
|
|
@@ -3491,9 +3491,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3491
3491
|
};
|
|
3492
3492
|
/**
|
|
3493
3493
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3494
|
-
|
|
3494
|
+
|
|
3495
3495
|
xyz
|
|
3496
|
-
|
|
3496
|
+
|
|
3497
3497
|
tms
|
|
3498
3498
|
*/
|
|
3499
3499
|
export declare enum PbfSchema {
|
|
@@ -3514,19 +3514,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3514
3514
|
};
|
|
3515
3515
|
/**
|
|
3516
3516
|
* User permissions for server security objects (services, projects etc.)
|
|
3517
|
-
|
|
3517
|
+
|
|
3518
3518
|
none
|
|
3519
|
-
|
|
3519
|
+
|
|
3520
3520
|
configure
|
|
3521
|
-
|
|
3521
|
+
|
|
3522
3522
|
write
|
|
3523
|
-
|
|
3523
|
+
|
|
3524
3524
|
read
|
|
3525
|
-
|
|
3525
|
+
|
|
3526
3526
|
read,configure
|
|
3527
|
-
|
|
3527
|
+
|
|
3528
3528
|
read,write
|
|
3529
|
-
|
|
3529
|
+
|
|
3530
3530
|
read,write,configure
|
|
3531
3531
|
*/
|
|
3532
3532
|
export declare enum Permissions {
|
|
@@ -3584,19 +3584,19 @@ export interface PolicyDc {
|
|
|
3584
3584
|
}
|
|
3585
3585
|
/**
|
|
3586
3586
|
* Type of the authorization policy.
|
|
3587
|
-
|
|
3587
|
+
|
|
3588
3588
|
Unknown
|
|
3589
|
-
|
|
3589
|
+
|
|
3590
3590
|
CreateTable
|
|
3591
|
-
|
|
3591
|
+
|
|
3592
3592
|
CreateLayer
|
|
3593
|
-
|
|
3593
|
+
|
|
3594
3594
|
CreateProject
|
|
3595
|
-
|
|
3595
|
+
|
|
3596
3596
|
MaxFeaturesInOneTable
|
|
3597
|
-
|
|
3597
|
+
|
|
3598
3598
|
MaxObjectsToExport
|
|
3599
|
-
|
|
3599
|
+
|
|
3600
3600
|
MaxUploadContentSize
|
|
3601
3601
|
*/
|
|
3602
3602
|
export declare enum PolicyType {
|
|
@@ -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
|
*/
|
|
@@ -4243,17 +4288,17 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4243
4288
|
}
|
|
4244
4289
|
/**
|
|
4245
4290
|
* Types of table reference.
|
|
4246
|
-
|
|
4291
|
+
|
|
4247
4292
|
OneToMany
|
|
4248
|
-
|
|
4293
|
+
|
|
4249
4294
|
OneToOne
|
|
4250
|
-
|
|
4295
|
+
|
|
4251
4296
|
Intersect
|
|
4252
|
-
|
|
4297
|
+
|
|
4253
4298
|
RightJoin
|
|
4254
|
-
|
|
4299
|
+
|
|
4255
4300
|
FullJoin
|
|
4256
|
-
|
|
4301
|
+
|
|
4257
4302
|
CrossJoin
|
|
4258
4303
|
*/
|
|
4259
4304
|
export declare enum ReferenceJoinType {
|
|
@@ -4389,19 +4434,19 @@ export interface ResourceInfoDc {
|
|
|
4389
4434
|
}
|
|
4390
4435
|
/**
|
|
4391
4436
|
* The `ResourceType` represents resource manager supports types.
|
|
4392
|
-
|
|
4437
|
+
|
|
4393
4438
|
Unknown
|
|
4394
|
-
|
|
4439
|
+
|
|
4395
4440
|
table
|
|
4396
|
-
|
|
4441
|
+
|
|
4397
4442
|
layer
|
|
4398
|
-
|
|
4443
|
+
|
|
4399
4444
|
project
|
|
4400
|
-
|
|
4445
|
+
|
|
4401
4446
|
file
|
|
4402
|
-
|
|
4447
|
+
|
|
4403
4448
|
feature
|
|
4404
|
-
|
|
4449
|
+
|
|
4405
4450
|
tag
|
|
4406
4451
|
*/
|
|
4407
4452
|
export declare enum ResourceType {
|
|
@@ -4633,21 +4678,21 @@ export interface ServerInfoDc {
|
|
|
4633
4678
|
}
|
|
4634
4679
|
/**
|
|
4635
4680
|
* Status of the server task.
|
|
4636
|
-
|
|
4681
|
+
|
|
4637
4682
|
None
|
|
4638
|
-
|
|
4683
|
+
|
|
4639
4684
|
Scheduled
|
|
4640
|
-
|
|
4685
|
+
|
|
4641
4686
|
Planning
|
|
4642
|
-
|
|
4687
|
+
|
|
4643
4688
|
Executing
|
|
4644
|
-
|
|
4689
|
+
|
|
4645
4690
|
Completed
|
|
4646
|
-
|
|
4691
|
+
|
|
4647
4692
|
Failed
|
|
4648
|
-
|
|
4693
|
+
|
|
4649
4694
|
Canceled
|
|
4650
|
-
|
|
4695
|
+
|
|
4651
4696
|
Timeout
|
|
4652
4697
|
*/
|
|
4653
4698
|
export declare enum ServerTaskStatus {
|
|
@@ -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
|
*/
|
|
@@ -4980,11 +5025,11 @@ export interface SimplifyInfoItemDc {
|
|
|
4980
5025
|
}
|
|
4981
5026
|
/**
|
|
4982
5027
|
* Simplify type.
|
|
4983
|
-
|
|
5028
|
+
|
|
4984
5029
|
Basic
|
|
4985
|
-
|
|
5030
|
+
|
|
4986
5031
|
PreserveTopology
|
|
4987
|
-
|
|
5032
|
+
|
|
4988
5033
|
VW
|
|
4989
5034
|
*/
|
|
4990
5035
|
export declare enum SimplifyType {
|
|
@@ -5135,13 +5180,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5135
5180
|
};
|
|
5136
5181
|
/**
|
|
5137
5182
|
* The `StringSubType` provides information about string attribute subtype.
|
|
5138
|
-
|
|
5183
|
+
|
|
5139
5184
|
None
|
|
5140
|
-
|
|
5185
|
+
|
|
5141
5186
|
Image
|
|
5142
|
-
|
|
5187
|
+
|
|
5143
5188
|
PkkCode
|
|
5144
|
-
|
|
5189
|
+
|
|
5145
5190
|
Attachments
|
|
5146
5191
|
*/
|
|
5147
5192
|
export declare enum StringSubType {
|
|
@@ -5366,9 +5411,9 @@ export interface TagInfoDc {
|
|
|
5366
5411
|
}
|
|
5367
5412
|
/**
|
|
5368
5413
|
* Task owner group.
|
|
5369
|
-
|
|
5414
|
+
|
|
5370
5415
|
my
|
|
5371
|
-
|
|
5416
|
+
|
|
5372
5417
|
all
|
|
5373
5418
|
*/
|
|
5374
5419
|
export declare enum TaskGroup {
|
|
@@ -5586,13 +5631,13 @@ export interface TemplateModelDc {
|
|
|
5586
5631
|
}
|
|
5587
5632
|
/**
|
|
5588
5633
|
* Sets the horizontal alignment of text.
|
|
5589
|
-
|
|
5634
|
+
|
|
5590
5635
|
right
|
|
5591
|
-
|
|
5636
|
+
|
|
5592
5637
|
left
|
|
5593
|
-
|
|
5638
|
+
|
|
5594
5639
|
center
|
|
5595
|
-
|
|
5640
|
+
|
|
5596
5641
|
justified
|
|
5597
5642
|
*/
|
|
5598
5643
|
export declare enum TextAlignment {
|
|
@@ -5612,11 +5657,11 @@ export interface TextBackgroundDc {
|
|
|
5612
5657
|
}
|
|
5613
5658
|
/**
|
|
5614
5659
|
* Sets the vertical alignment of text.
|
|
5615
|
-
|
|
5660
|
+
|
|
5616
5661
|
top
|
|
5617
|
-
|
|
5662
|
+
|
|
5618
5663
|
bottom
|
|
5619
|
-
|
|
5664
|
+
|
|
5620
5665
|
middle
|
|
5621
5666
|
*/
|
|
5622
5667
|
export declare enum TextVerticalAlignment {
|
|
@@ -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. */
|