@evergis/api 4.0.9 → 4.0.11
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 +1 -2
- package/dist/__generated__/FiltersService.d.ts +1 -1
- package/dist/__generated__/LayersService.d.ts +10 -11
- package/dist/__generated__/PrintService.d.ts +3 -3
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +4 -4
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +370 -600
- package/dist/api.cjs.development.js +16 -79
- 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 +250 -312
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Tables.d.ts +1 -1
- package/dist/services/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/__generated__/GeneralService.d.ts +0 -20
- package/dist/services/General.d.ts +0 -3
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
interface BrandedType<T> {
|
|
2
2
|
__type__?: T;
|
|
3
3
|
}
|
|
4
|
-
export interface TypeCoordsEFixedBuffer {
|
|
5
|
-
/** @format double */
|
|
6
|
-
fixedElementField?: number;
|
|
7
|
-
}
|
|
8
4
|
/**
|
|
9
5
|
* Access control list for a security object.
|
|
10
6
|
*/
|
|
@@ -120,47 +116,47 @@ export interface AggregationDataResultDc {
|
|
|
120
116
|
}
|
|
121
117
|
/**
|
|
122
118
|
*
|
|
123
|
-
|
|
119
|
+
|
|
124
120
|
None
|
|
125
|
-
|
|
121
|
+
|
|
126
122
|
Array
|
|
127
|
-
|
|
123
|
+
|
|
128
124
|
Min
|
|
129
|
-
|
|
125
|
+
|
|
130
126
|
Max
|
|
131
|
-
|
|
127
|
+
|
|
132
128
|
Avg
|
|
133
|
-
|
|
129
|
+
|
|
134
130
|
Sum
|
|
135
|
-
|
|
131
|
+
|
|
136
132
|
Extent
|
|
137
|
-
|
|
133
|
+
|
|
138
134
|
H3
|
|
139
|
-
|
|
135
|
+
|
|
140
136
|
Count
|
|
141
|
-
|
|
137
|
+
|
|
142
138
|
TotalCount
|
|
143
|
-
|
|
139
|
+
|
|
144
140
|
DistinctCount
|
|
145
|
-
|
|
141
|
+
|
|
146
142
|
First
|
|
147
|
-
|
|
143
|
+
|
|
148
144
|
Last
|
|
149
|
-
|
|
145
|
+
|
|
150
146
|
Median
|
|
151
|
-
|
|
147
|
+
|
|
152
148
|
Mod
|
|
153
|
-
|
|
149
|
+
|
|
154
150
|
StdDeviation
|
|
155
|
-
|
|
151
|
+
|
|
156
152
|
SumOfProduct
|
|
157
|
-
|
|
153
|
+
|
|
158
154
|
OnlyValue
|
|
159
|
-
|
|
155
|
+
|
|
160
156
|
WeightedAvg
|
|
161
|
-
|
|
157
|
+
|
|
162
158
|
DensityIndicators
|
|
163
|
-
|
|
159
|
+
|
|
164
160
|
DividedSum
|
|
165
161
|
*/
|
|
166
162
|
export declare enum AggregationFunction {
|
|
@@ -613,13 +609,13 @@ export interface AttributeIconDc {
|
|
|
613
609
|
}
|
|
614
610
|
/**
|
|
615
611
|
*
|
|
616
|
-
|
|
612
|
+
|
|
617
613
|
Unknown
|
|
618
|
-
|
|
614
|
+
|
|
619
615
|
Icon
|
|
620
|
-
|
|
616
|
+
|
|
621
617
|
PNG
|
|
622
|
-
|
|
618
|
+
|
|
623
619
|
SVG
|
|
624
620
|
*/
|
|
625
621
|
export declare enum AttributeIconType {
|
|
@@ -630,13 +626,13 @@ export declare enum AttributeIconType {
|
|
|
630
626
|
}
|
|
631
627
|
/**
|
|
632
628
|
*
|
|
633
|
-
|
|
629
|
+
|
|
634
630
|
None
|
|
635
|
-
|
|
631
|
+
|
|
636
632
|
SelectFromHandBook
|
|
637
|
-
|
|
633
|
+
|
|
638
634
|
SelectFromRange
|
|
639
|
-
|
|
635
|
+
|
|
640
636
|
ViewHandBook
|
|
641
637
|
*/
|
|
642
638
|
export declare enum AttributeSelectorType {
|
|
@@ -647,31 +643,31 @@ export declare enum AttributeSelectorType {
|
|
|
647
643
|
}
|
|
648
644
|
/**
|
|
649
645
|
*
|
|
650
|
-
|
|
646
|
+
|
|
651
647
|
Unknown
|
|
652
|
-
|
|
648
|
+
|
|
653
649
|
String
|
|
654
|
-
|
|
650
|
+
|
|
655
651
|
Int32
|
|
656
|
-
|
|
652
|
+
|
|
657
653
|
Int64
|
|
658
|
-
|
|
654
|
+
|
|
659
655
|
Double
|
|
660
|
-
|
|
656
|
+
|
|
661
657
|
DateTime
|
|
662
|
-
|
|
658
|
+
|
|
663
659
|
Boolean
|
|
664
|
-
|
|
660
|
+
|
|
665
661
|
Point
|
|
666
|
-
|
|
662
|
+
|
|
667
663
|
Polyline
|
|
668
|
-
|
|
664
|
+
|
|
669
665
|
MultiPolygon
|
|
670
|
-
|
|
666
|
+
|
|
671
667
|
Multipoint
|
|
672
|
-
|
|
668
|
+
|
|
673
669
|
H3Index
|
|
674
|
-
|
|
670
|
+
|
|
675
671
|
Json
|
|
676
672
|
*/
|
|
677
673
|
export declare enum AttributeType {
|
|
@@ -710,9 +706,9 @@ export interface AttributesConfigurationDc {
|
|
|
710
706
|
}
|
|
711
707
|
/**
|
|
712
708
|
*
|
|
713
|
-
|
|
709
|
+
|
|
714
710
|
authorization_code
|
|
715
|
-
|
|
711
|
+
|
|
716
712
|
refresh_token
|
|
717
713
|
*/
|
|
718
714
|
export declare enum AuthorizationGrant {
|
|
@@ -921,19 +917,19 @@ export interface CatalogResourceDc {
|
|
|
921
917
|
}
|
|
922
918
|
/**
|
|
923
919
|
*
|
|
924
|
-
|
|
920
|
+
|
|
925
921
|
None
|
|
926
|
-
|
|
922
|
+
|
|
927
923
|
Map
|
|
928
|
-
|
|
924
|
+
|
|
929
925
|
Layer
|
|
930
|
-
|
|
926
|
+
|
|
931
927
|
Table
|
|
932
|
-
|
|
928
|
+
|
|
933
929
|
File
|
|
934
|
-
|
|
930
|
+
|
|
935
931
|
TaskPrototype
|
|
936
|
-
|
|
932
|
+
|
|
937
933
|
DataSource
|
|
938
934
|
*/
|
|
939
935
|
export declare enum CatalogResourceType {
|
|
@@ -978,15 +974,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
978
974
|
};
|
|
979
975
|
/**
|
|
980
976
|
* Describes classification methods.
|
|
981
|
-
|
|
977
|
+
|
|
982
978
|
none
|
|
983
|
-
|
|
979
|
+
|
|
984
980
|
naturalBreaks
|
|
985
|
-
|
|
981
|
+
|
|
986
982
|
equalInterval
|
|
987
|
-
|
|
983
|
+
|
|
988
984
|
quantile
|
|
989
|
-
|
|
985
|
+
|
|
990
986
|
unique
|
|
991
987
|
*/
|
|
992
988
|
export declare enum ClassificationType {
|
|
@@ -998,11 +994,11 @@ export declare enum ClassificationType {
|
|
|
998
994
|
}
|
|
999
995
|
/**
|
|
1000
996
|
*
|
|
1001
|
-
|
|
997
|
+
|
|
1002
998
|
decimal
|
|
1003
|
-
|
|
999
|
+
|
|
1004
1000
|
dateTime
|
|
1005
|
-
|
|
1001
|
+
|
|
1006
1002
|
text
|
|
1007
1003
|
*/
|
|
1008
1004
|
export declare enum ClassifyAttributeType {
|
|
@@ -1138,55 +1134,55 @@ export interface ConfigDc {
|
|
|
1138
1134
|
}
|
|
1139
1135
|
/**
|
|
1140
1136
|
*
|
|
1141
|
-
|
|
1137
|
+
|
|
1142
1138
|
Unknown
|
|
1143
|
-
|
|
1139
|
+
|
|
1144
1140
|
SerializeError
|
|
1145
|
-
|
|
1141
|
+
|
|
1146
1142
|
InvalidDataService
|
|
1147
|
-
|
|
1143
|
+
|
|
1148
1144
|
InvalidConfiguration
|
|
1149
|
-
|
|
1145
|
+
|
|
1150
1146
|
InvalidDataServiceName
|
|
1151
|
-
|
|
1147
|
+
|
|
1152
1148
|
InvalidTableName
|
|
1153
|
-
|
|
1149
|
+
|
|
1154
1150
|
InvalidLayerName
|
|
1155
|
-
|
|
1151
|
+
|
|
1156
1152
|
ResourceNotFound
|
|
1157
|
-
|
|
1153
|
+
|
|
1158
1154
|
InvalidCondition
|
|
1159
|
-
|
|
1155
|
+
|
|
1160
1156
|
InvalidAttributes
|
|
1161
|
-
|
|
1157
|
+
|
|
1162
1158
|
InvalidIdAttribute
|
|
1163
|
-
|
|
1159
|
+
|
|
1164
1160
|
InvalidGeometryAttribute
|
|
1165
|
-
|
|
1161
|
+
|
|
1166
1162
|
InvalidGeometryAttributeType
|
|
1167
|
-
|
|
1163
|
+
|
|
1168
1164
|
InvalidColumnName
|
|
1169
|
-
|
|
1165
|
+
|
|
1170
1166
|
InvalidIdColumnSettings
|
|
1171
|
-
|
|
1167
|
+
|
|
1172
1168
|
ColumnNotExistsInTable
|
|
1173
|
-
|
|
1169
|
+
|
|
1174
1170
|
InvalidStyle
|
|
1175
|
-
|
|
1171
|
+
|
|
1176
1172
|
InvalidLayerType
|
|
1177
|
-
|
|
1173
|
+
|
|
1178
1174
|
ColumnLoadingError
|
|
1179
|
-
|
|
1175
|
+
|
|
1180
1176
|
InvalidAttributeFormat
|
|
1181
|
-
|
|
1177
|
+
|
|
1182
1178
|
DataSourceNotFound
|
|
1183
|
-
|
|
1179
|
+
|
|
1184
1180
|
DuplicateColumns
|
|
1185
|
-
|
|
1181
|
+
|
|
1186
1182
|
DuplicateAttributes
|
|
1187
|
-
|
|
1183
|
+
|
|
1188
1184
|
TableWithoutColumns
|
|
1189
|
-
|
|
1185
|
+
|
|
1190
1186
|
InvalidTableReferenceConfiguration
|
|
1191
1187
|
*/
|
|
1192
1188
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1504,13 +1500,13 @@ export interface DataSourceInfoDc {
|
|
|
1504
1500
|
}
|
|
1505
1501
|
/**
|
|
1506
1502
|
*
|
|
1507
|
-
|
|
1503
|
+
|
|
1508
1504
|
Postgres
|
|
1509
|
-
|
|
1505
|
+
|
|
1510
1506
|
Trino
|
|
1511
|
-
|
|
1507
|
+
|
|
1512
1508
|
S3
|
|
1513
|
-
|
|
1509
|
+
|
|
1514
1510
|
GisServer
|
|
1515
1511
|
*/
|
|
1516
1512
|
export declare enum DataSourceType {
|
|
@@ -1641,15 +1637,15 @@ export interface ErrorDetailsDc {
|
|
|
1641
1637
|
}
|
|
1642
1638
|
/**
|
|
1643
1639
|
* Type of the error.
|
|
1644
|
-
|
|
1640
|
+
|
|
1645
1641
|
ResourceLimitExceeded
|
|
1646
|
-
|
|
1642
|
+
|
|
1647
1643
|
ResourceNotFound
|
|
1648
|
-
|
|
1644
|
+
|
|
1649
1645
|
InternalError
|
|
1650
|
-
|
|
1646
|
+
|
|
1651
1647
|
BadRequest
|
|
1652
|
-
|
|
1648
|
+
|
|
1653
1649
|
DuplicateContent
|
|
1654
1650
|
*/
|
|
1655
1651
|
export declare enum ErrorDetailsType {
|
|
@@ -2187,11 +2183,11 @@ export interface FilterDc {
|
|
|
2187
2183
|
}
|
|
2188
2184
|
/**
|
|
2189
2185
|
* Sets whether font should be styled.
|
|
2190
|
-
|
|
2186
|
+
|
|
2191
2187
|
normal
|
|
2192
|
-
|
|
2188
|
+
|
|
2193
2189
|
oblique
|
|
2194
|
-
|
|
2190
|
+
|
|
2195
2191
|
italic
|
|
2196
2192
|
*/
|
|
2197
2193
|
export declare enum FontStyle {
|
|
@@ -2201,27 +2197,27 @@ export declare enum FontStyle {
|
|
|
2201
2197
|
}
|
|
2202
2198
|
/**
|
|
2203
2199
|
* Specifies the weight (or boldness) of the font.
|
|
2204
|
-
|
|
2200
|
+
|
|
2205
2201
|
Thin
|
|
2206
|
-
|
|
2202
|
+
|
|
2207
2203
|
ExtraLight
|
|
2208
|
-
|
|
2204
|
+
|
|
2209
2205
|
Light
|
|
2210
|
-
|
|
2206
|
+
|
|
2211
2207
|
SemiLight
|
|
2212
|
-
|
|
2208
|
+
|
|
2213
2209
|
Normal
|
|
2214
|
-
|
|
2210
|
+
|
|
2215
2211
|
Medium
|
|
2216
|
-
|
|
2212
|
+
|
|
2217
2213
|
DemiBold
|
|
2218
|
-
|
|
2214
|
+
|
|
2219
2215
|
Bold
|
|
2220
|
-
|
|
2216
|
+
|
|
2221
2217
|
ExtraBold
|
|
2222
|
-
|
|
2218
|
+
|
|
2223
2219
|
Black
|
|
2224
|
-
|
|
2220
|
+
|
|
2225
2221
|
ExtraBlack
|
|
2226
2222
|
*/
|
|
2227
2223
|
export declare enum FontWeight {
|
|
@@ -2312,17 +2308,17 @@ export interface GeometryDc {
|
|
|
2312
2308
|
}
|
|
2313
2309
|
/**
|
|
2314
2310
|
*
|
|
2315
|
-
|
|
2311
|
+
|
|
2316
2312
|
unknown
|
|
2317
|
-
|
|
2313
|
+
|
|
2318
2314
|
point
|
|
2319
|
-
|
|
2315
|
+
|
|
2320
2316
|
polyline
|
|
2321
|
-
|
|
2317
|
+
|
|
2322
2318
|
multipolygon
|
|
2323
|
-
|
|
2319
|
+
|
|
2324
2320
|
envelope
|
|
2325
|
-
|
|
2321
|
+
|
|
2326
2322
|
multipoint
|
|
2327
2323
|
*/
|
|
2328
2324
|
export declare enum GeometryType {
|
|
@@ -2350,6 +2346,10 @@ export interface GetBulkFeaturesParametersDc {
|
|
|
2350
2346
|
layerName?: string;
|
|
2351
2347
|
/** Sets features filtering query. */
|
|
2352
2348
|
query?: string;
|
|
2349
|
+
/** Collection of filtering conditions. */
|
|
2350
|
+
conditions?: string[];
|
|
2351
|
+
/** Features filtering query parameters. */
|
|
2352
|
+
parameters?: Record<string, any>;
|
|
2353
2353
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
2354
2354
|
dataFilterId?: string;
|
|
2355
2355
|
/** Click geometry. */
|
|
@@ -2431,8 +2431,14 @@ export interface GetClassifyDc {
|
|
|
2431
2431
|
* Get features paramaters.
|
|
2432
2432
|
*/
|
|
2433
2433
|
export interface GetFeaturesParametersDc {
|
|
2434
|
-
/**
|
|
2434
|
+
/** Features filtering query. */
|
|
2435
2435
|
query?: string;
|
|
2436
|
+
/** Collection of filtering conditions. */
|
|
2437
|
+
conditions?: string[];
|
|
2438
|
+
/** Features filtering query parameters. */
|
|
2439
|
+
parameters?: Record<string, any>;
|
|
2440
|
+
/** Query geometry data contract. */
|
|
2441
|
+
geometries?: QueryGeometryDc;
|
|
2436
2442
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
2437
2443
|
dataFilterId?: string;
|
|
2438
2444
|
/** Click geometry. */
|
|
@@ -2499,26 +2505,19 @@ export interface GetSumOfProductDc {
|
|
|
2499
2505
|
/**
|
|
2500
2506
|
* Map element data contract.
|
|
2501
2507
|
*/
|
|
2502
|
-
export
|
|
2503
|
-
/** Grid color. */
|
|
2508
|
+
export declare type GridElementDc = ModelElementDc & {
|
|
2504
2509
|
color?: string;
|
|
2505
|
-
/**
|
|
2506
|
-
* Grid width.
|
|
2507
|
-
* @format int32
|
|
2508
|
-
*/
|
|
2509
2510
|
gridThickness?: number;
|
|
2510
|
-
|
|
2511
|
-
enabled?: boolean;
|
|
2512
|
-
}
|
|
2511
|
+
};
|
|
2513
2512
|
/**
|
|
2514
2513
|
* Resource group.
|
|
2515
|
-
|
|
2514
|
+
|
|
2516
2515
|
my
|
|
2517
|
-
|
|
2516
|
+
|
|
2518
2517
|
role
|
|
2519
|
-
|
|
2518
|
+
|
|
2520
2519
|
public
|
|
2521
|
-
|
|
2520
|
+
|
|
2522
2521
|
all
|
|
2523
2522
|
*/
|
|
2524
2523
|
export declare enum Group {
|
|
@@ -2579,48 +2578,6 @@ export interface IDatum {
|
|
|
2579
2578
|
dimensions?: number;
|
|
2580
2579
|
datum?: IDatum;
|
|
2581
2580
|
}
|
|
2582
|
-
export interface IEnvelopeGeometry {
|
|
2583
|
-
start?: Vector2;
|
|
2584
|
-
end?: Vector2;
|
|
2585
|
-
/** @format double */
|
|
2586
|
-
width?: number;
|
|
2587
|
-
/** @format double */
|
|
2588
|
-
height?: number;
|
|
2589
|
-
centroid?: IVector;
|
|
2590
|
-
/**
|
|
2591
|
-
*
|
|
2592
|
-
*
|
|
2593
|
-
* unknown
|
|
2594
|
-
*
|
|
2595
|
-
* point
|
|
2596
|
-
*
|
|
2597
|
-
* polyline
|
|
2598
|
-
*
|
|
2599
|
-
* multipolygon
|
|
2600
|
-
*
|
|
2601
|
-
* envelope
|
|
2602
|
-
*
|
|
2603
|
-
* multipoint
|
|
2604
|
-
*/
|
|
2605
|
-
geometryType?: GeometryType;
|
|
2606
|
-
sr?: ISpatialReference;
|
|
2607
|
-
envelope?: IEnvelopeGeometry;
|
|
2608
|
-
}
|
|
2609
|
-
export interface IRectangle {
|
|
2610
|
-
/** @format double */
|
|
2611
|
-
width?: number;
|
|
2612
|
-
/** @format double */
|
|
2613
|
-
height?: number;
|
|
2614
|
-
center?: IVector;
|
|
2615
|
-
halfSize?: IVector;
|
|
2616
|
-
}
|
|
2617
|
-
/**
|
|
2618
|
-
* Configuration of an SP service.
|
|
2619
|
-
*/
|
|
2620
|
-
export interface IServiceConfiguration {
|
|
2621
|
-
/** Type of the layer. */
|
|
2622
|
-
type?: string;
|
|
2623
|
-
}
|
|
2624
2581
|
export interface ISpatialReference {
|
|
2625
2582
|
/** @format int32 */
|
|
2626
2583
|
id?: number;
|
|
@@ -2631,10 +2588,6 @@ export interface ISpatialReference {
|
|
|
2631
2588
|
dimensions?: number;
|
|
2632
2589
|
datum?: IDatum;
|
|
2633
2590
|
}
|
|
2634
|
-
export interface IVector {
|
|
2635
|
-
/** @format int32 */
|
|
2636
|
-
dimensions?: number;
|
|
2637
|
-
}
|
|
2638
2591
|
/**
|
|
2639
2592
|
* Attributes provides by router to describe route.
|
|
2640
2593
|
*/
|
|
@@ -2833,37 +2786,16 @@ export interface LayerDefinitionDc {
|
|
|
2833
2786
|
/**
|
|
2834
2787
|
* Map element data contract.
|
|
2835
2788
|
*/
|
|
2836
|
-
export
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
mapCenter?: Vector2;
|
|
2840
|
-
/**
|
|
2841
|
-
* Gets or sets map width.
|
|
2842
|
-
* @format int32
|
|
2843
|
-
*/
|
|
2789
|
+
export declare type LayerMapElementDc = ModelElementDc & {
|
|
2790
|
+
layers?: LayerModelDc[] | null;
|
|
2791
|
+
mapCenter?: PositionDc;
|
|
2844
2792
|
paperWidth?: number;
|
|
2845
|
-
/**
|
|
2846
|
-
* Gets or sets map height.
|
|
2847
|
-
* @format int32
|
|
2848
|
-
*/
|
|
2849
2793
|
paperHeight?: number;
|
|
2850
|
-
/**
|
|
2851
|
-
* Gets or sets spatial reference.
|
|
2852
|
-
* @format int32
|
|
2853
|
-
*/
|
|
2854
2794
|
spatialReference?: number;
|
|
2855
|
-
/**
|
|
2856
|
-
* Gets or sets map resolution.
|
|
2857
|
-
* @format double
|
|
2858
|
-
*/
|
|
2859
2795
|
resolution?: number;
|
|
2860
|
-
/** Map element data contract. */
|
|
2861
2796
|
gridElement?: GridElementDc;
|
|
2862
|
-
/** ScaleBar element data contract. */
|
|
2863
2797
|
scaleBar?: ScaleBarElementDc;
|
|
2864
|
-
|
|
2865
|
-
enabled?: boolean;
|
|
2866
|
-
}
|
|
2798
|
+
};
|
|
2867
2799
|
/**
|
|
2868
2800
|
* Layer model data contract.
|
|
2869
2801
|
*/
|
|
@@ -2876,7 +2808,7 @@ export interface LayerModelDc {
|
|
|
2876
2808
|
*/
|
|
2877
2809
|
layerOpacity?: number;
|
|
2878
2810
|
/** Condition to apply to the layer to filter the features. */
|
|
2879
|
-
|
|
2811
|
+
conditions?: string[];
|
|
2880
2812
|
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
2881
2813
|
styleId?: string;
|
|
2882
2814
|
/** Id of the override data filter to apply to the layer. If not set, the layer original data filter is used. */
|
|
@@ -2900,61 +2832,12 @@ export interface LayerReferenceConfigurationDc {
|
|
|
2900
2832
|
/**
|
|
2901
2833
|
* Layer template model data contract.
|
|
2902
2834
|
*/
|
|
2903
|
-
export
|
|
2904
|
-
type?: string;
|
|
2905
|
-
/** Map element data contract. */
|
|
2835
|
+
export declare type LayerTemplateModelDc = TemplateModelDc & {
|
|
2836
|
+
type?: string | null;
|
|
2906
2837
|
map?: LayerMapElementDc;
|
|
2907
|
-
/** Check if legend enabled. */
|
|
2908
2838
|
legendEnabled?: boolean;
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
* Set null for using serverSide generated legend.
|
|
2912
|
-
*/
|
|
2913
|
-
legendLayers?: LegendLayerDc[];
|
|
2914
|
-
/** The name of the result file. */
|
|
2915
|
-
fileName?: string;
|
|
2916
|
-
/** File Format. */
|
|
2917
|
-
fileFormat?: string;
|
|
2918
|
-
/** Gets or sets template name. */
|
|
2919
|
-
templateName?: string;
|
|
2920
|
-
/** Gets or sets template title. */
|
|
2921
|
-
title?: string;
|
|
2922
|
-
/**
|
|
2923
|
-
* Gets or sets paper width.
|
|
2924
|
-
* @format int32
|
|
2925
|
-
*/
|
|
2926
|
-
paperWidth?: number;
|
|
2927
|
-
/**
|
|
2928
|
-
* Gets or sets paper height.
|
|
2929
|
-
* @format int32
|
|
2930
|
-
*/
|
|
2931
|
-
paperHeight?: number;
|
|
2932
|
-
/**
|
|
2933
|
-
* Gets or sets dpi.
|
|
2934
|
-
* @format int32
|
|
2935
|
-
*/
|
|
2936
|
-
dpi?: number;
|
|
2937
|
-
/** Gets or sets paper margin. */
|
|
2938
|
-
margin?: number[];
|
|
2939
|
-
/** Localization contains fields that should be localized on printing template. */
|
|
2940
|
-
localization?: TemplateLocalizationDc;
|
|
2941
|
-
/** Checks if title enabled. */
|
|
2942
|
-
titleEnabled?: boolean;
|
|
2943
|
-
}
|
|
2944
|
-
export interface LayerUpdateInfo {
|
|
2945
|
-
layerServiceName?: string;
|
|
2946
|
-
boundingBox?: IEnvelopeGeometry;
|
|
2947
|
-
createdIds?: ObjectId[];
|
|
2948
|
-
updatedIds?: ObjectId[];
|
|
2949
|
-
deletedIds?: ObjectId[];
|
|
2950
|
-
failedIds?: number[];
|
|
2951
|
-
/** @format int64 */
|
|
2952
|
-
totalCount?: number;
|
|
2953
|
-
isLayerDeleted?: boolean;
|
|
2954
|
-
exceptions?: ValueTupleStringString[];
|
|
2955
|
-
/** @format int32 */
|
|
2956
|
-
failedCount?: number;
|
|
2957
|
-
}
|
|
2839
|
+
legendLayers?: LegendLayerDc[] | null;
|
|
2840
|
+
};
|
|
2958
2841
|
/**
|
|
2959
2842
|
* Information about layer update.
|
|
2960
2843
|
Includes ids of modified features and their bbox.
|
|
@@ -2962,7 +2845,8 @@ Includes ids of modified features and their bbox.
|
|
|
2962
2845
|
export interface LayerUpdateInfoDc {
|
|
2963
2846
|
/** Updated layer service name. */
|
|
2964
2847
|
layerServiceName: string;
|
|
2965
|
-
|
|
2848
|
+
/** Envelope geometry. */
|
|
2849
|
+
boundingBox?: EnvelopeDc;
|
|
2966
2850
|
/** Array of created ids. */
|
|
2967
2851
|
createdIds?: ObjectId[];
|
|
2968
2852
|
/** Array of updated ids. */
|
|
@@ -3002,56 +2886,21 @@ export interface LegendLayerDc {
|
|
|
3002
2886
|
/**
|
|
3003
2887
|
* Legend template model data contract.
|
|
3004
2888
|
*/
|
|
3005
|
-
export
|
|
3006
|
-
|
|
3007
|
-
layers?: LayerModelDc[];
|
|
3008
|
-
/** Check if legend enabled. */
|
|
2889
|
+
export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
2890
|
+
layers?: LayerModelDc[] | null;
|
|
3009
2891
|
legendEnabled?: boolean;
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
*/
|
|
3014
|
-
legendLayers?: LegendLayerDc[];
|
|
3015
|
-
type?: string;
|
|
3016
|
-
/** The name of the result file. */
|
|
3017
|
-
fileName?: string;
|
|
3018
|
-
/** File Format. */
|
|
3019
|
-
fileFormat?: string;
|
|
3020
|
-
/** Gets or sets template name. */
|
|
3021
|
-
templateName?: string;
|
|
3022
|
-
/** Gets or sets template title. */
|
|
3023
|
-
title?: string;
|
|
3024
|
-
/**
|
|
3025
|
-
* Gets or sets paper width.
|
|
3026
|
-
* @format int32
|
|
3027
|
-
*/
|
|
3028
|
-
paperWidth?: number;
|
|
3029
|
-
/**
|
|
3030
|
-
* Gets or sets paper height.
|
|
3031
|
-
* @format int32
|
|
3032
|
-
*/
|
|
3033
|
-
paperHeight?: number;
|
|
3034
|
-
/**
|
|
3035
|
-
* Gets or sets dpi.
|
|
3036
|
-
* @format int32
|
|
3037
|
-
*/
|
|
3038
|
-
dpi?: number;
|
|
3039
|
-
/** Gets or sets paper margin. */
|
|
3040
|
-
margin?: number[];
|
|
3041
|
-
/** Localization contains fields that should be localized on printing template. */
|
|
3042
|
-
localization?: TemplateLocalizationDc;
|
|
3043
|
-
/** Checks if title enabled. */
|
|
3044
|
-
titleEnabled?: boolean;
|
|
3045
|
-
}
|
|
2892
|
+
legendLayers?: LegendLayerDc[] | null;
|
|
2893
|
+
type?: string | null;
|
|
2894
|
+
};
|
|
3046
2895
|
/**
|
|
3047
2896
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3048
|
-
|
|
2897
|
+
|
|
3049
2898
|
Flat
|
|
3050
|
-
|
|
2899
|
+
|
|
3051
2900
|
Square
|
|
3052
|
-
|
|
2901
|
+
|
|
3053
2902
|
Round
|
|
3054
|
-
|
|
2903
|
+
|
|
3055
2904
|
Triangle
|
|
3056
2905
|
*/
|
|
3057
2906
|
export declare enum LineCapStyle {
|
|
@@ -3095,29 +2944,29 @@ export interface LineEndingBaseDc {
|
|
|
3095
2944
|
}
|
|
3096
2945
|
/**
|
|
3097
2946
|
* Type of the line ending.
|
|
3098
|
-
|
|
2947
|
+
|
|
3099
2948
|
none
|
|
3100
|
-
|
|
2949
|
+
|
|
3101
2950
|
arrow
|
|
3102
|
-
|
|
2951
|
+
|
|
3103
2952
|
filledArrow
|
|
3104
|
-
|
|
2953
|
+
|
|
3105
2954
|
square
|
|
3106
|
-
|
|
2955
|
+
|
|
3107
2956
|
filledSquare
|
|
3108
|
-
|
|
2957
|
+
|
|
3109
2958
|
circle
|
|
3110
|
-
|
|
2959
|
+
|
|
3111
2960
|
filledCircle
|
|
3112
|
-
|
|
2961
|
+
|
|
3113
2962
|
diamond
|
|
3114
|
-
|
|
2963
|
+
|
|
3115
2964
|
filledDiamond
|
|
3116
|
-
|
|
2965
|
+
|
|
3117
2966
|
roundSquare
|
|
3118
|
-
|
|
2967
|
+
|
|
3119
2968
|
filledRoundSquare
|
|
3120
|
-
|
|
2969
|
+
|
|
3121
2970
|
svg
|
|
3122
2971
|
*/
|
|
3123
2972
|
export declare enum LineEndingType {
|
|
@@ -3136,11 +2985,11 @@ export declare enum LineEndingType {
|
|
|
3136
2985
|
}
|
|
3137
2986
|
/**
|
|
3138
2987
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3139
|
-
|
|
2988
|
+
|
|
3140
2989
|
Miter
|
|
3141
|
-
|
|
2990
|
+
|
|
3142
2991
|
Bevel
|
|
3143
|
-
|
|
2992
|
+
|
|
3144
2993
|
Round
|
|
3145
2994
|
*/
|
|
3146
2995
|
export declare enum LineJoinType {
|
|
@@ -3237,7 +3086,7 @@ export interface LoginResultDc {
|
|
|
3237
3086
|
}
|
|
3238
3087
|
/**
|
|
3239
3088
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3240
|
-
|
|
3089
|
+
|
|
3241
3090
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3242
3091
|
*/
|
|
3243
3092
|
export interface MapTableInfoDc {
|
|
@@ -3285,6 +3134,13 @@ export declare type MaterializedViewConfigurationDc = TableConfigurationBaseDc &
|
|
|
3285
3134
|
eql?: string | null;
|
|
3286
3135
|
eqlParameters?: Record<string, any>;
|
|
3287
3136
|
};
|
|
3137
|
+
/**
|
|
3138
|
+
* Base template model data contract.
|
|
3139
|
+
*/
|
|
3140
|
+
export interface ModelElementDc {
|
|
3141
|
+
/** Check what this model element enabled. */
|
|
3142
|
+
enabled?: boolean;
|
|
3143
|
+
}
|
|
3288
3144
|
/**
|
|
3289
3145
|
* MosRu data source.
|
|
3290
3146
|
*/
|
|
@@ -3338,11 +3194,11 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3338
3194
|
export declare type ObjectId = object;
|
|
3339
3195
|
/**
|
|
3340
3196
|
* Filter exists resources by owner.
|
|
3341
|
-
|
|
3197
|
+
|
|
3342
3198
|
My
|
|
3343
|
-
|
|
3199
|
+
|
|
3344
3200
|
Shared
|
|
3345
|
-
|
|
3201
|
+
|
|
3346
3202
|
Public
|
|
3347
3203
|
*/
|
|
3348
3204
|
export declare enum OwnerFilter {
|
|
@@ -3398,15 +3254,6 @@ export interface PagedListFeatureDc {
|
|
|
3398
3254
|
limit?: number;
|
|
3399
3255
|
items?: FeatureDc[];
|
|
3400
3256
|
}
|
|
3401
|
-
export interface PagedListIEnumerable1 {
|
|
3402
|
-
/** @format int64 */
|
|
3403
|
-
totalCount?: number;
|
|
3404
|
-
/** @format int32 */
|
|
3405
|
-
offset?: number;
|
|
3406
|
-
/** @format int32 */
|
|
3407
|
-
limit?: number;
|
|
3408
|
-
items?: Record<string, any>[][];
|
|
3409
|
-
}
|
|
3410
3257
|
export interface PagedListProjectInfoDc {
|
|
3411
3258
|
/** @format int64 */
|
|
3412
3259
|
totalCount?: number;
|
|
@@ -3461,14 +3308,14 @@ export interface PagedListSymbolInfoDc {
|
|
|
3461
3308
|
limit?: number;
|
|
3462
3309
|
items?: SymbolInfoDc[];
|
|
3463
3310
|
}
|
|
3464
|
-
export interface
|
|
3311
|
+
export interface PagedListTableListItemDc {
|
|
3465
3312
|
/** @format int64 */
|
|
3466
3313
|
totalCount?: number;
|
|
3467
3314
|
/** @format int32 */
|
|
3468
3315
|
offset?: number;
|
|
3469
3316
|
/** @format int32 */
|
|
3470
3317
|
limit?: number;
|
|
3471
|
-
items?:
|
|
3318
|
+
items?: TableListItemDc[];
|
|
3472
3319
|
}
|
|
3473
3320
|
export interface PagedListUserInfoDc {
|
|
3474
3321
|
/** @format int64 */
|
|
@@ -3568,9 +3415,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3568
3415
|
};
|
|
3569
3416
|
/**
|
|
3570
3417
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3571
|
-
|
|
3418
|
+
|
|
3572
3419
|
xyz
|
|
3573
|
-
|
|
3420
|
+
|
|
3574
3421
|
tms
|
|
3575
3422
|
*/
|
|
3576
3423
|
export declare enum PbfSchema {
|
|
@@ -3591,19 +3438,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3591
3438
|
};
|
|
3592
3439
|
/**
|
|
3593
3440
|
*
|
|
3594
|
-
|
|
3441
|
+
|
|
3595
3442
|
none
|
|
3596
|
-
|
|
3443
|
+
|
|
3597
3444
|
configure
|
|
3598
|
-
|
|
3445
|
+
|
|
3599
3446
|
write
|
|
3600
|
-
|
|
3447
|
+
|
|
3601
3448
|
read
|
|
3602
|
-
|
|
3449
|
+
|
|
3603
3450
|
read,configure
|
|
3604
|
-
|
|
3451
|
+
|
|
3605
3452
|
read,write
|
|
3606
|
-
|
|
3453
|
+
|
|
3607
3454
|
read,write,configure
|
|
3608
3455
|
*/
|
|
3609
3456
|
export declare enum Permissions {
|
|
@@ -3655,21 +3502,21 @@ export interface PolicyDc {
|
|
|
3655
3502
|
}
|
|
3656
3503
|
/**
|
|
3657
3504
|
* Type of the authorization policy.
|
|
3658
|
-
|
|
3505
|
+
|
|
3659
3506
|
Unknown
|
|
3660
|
-
|
|
3507
|
+
|
|
3661
3508
|
CreateTable
|
|
3662
|
-
|
|
3509
|
+
|
|
3663
3510
|
CreateLayer
|
|
3664
|
-
|
|
3511
|
+
|
|
3665
3512
|
CreateProject
|
|
3666
|
-
|
|
3513
|
+
|
|
3667
3514
|
MaxFeaturesInOneTable
|
|
3668
|
-
|
|
3515
|
+
|
|
3669
3516
|
MaxObjectsToExport
|
|
3670
|
-
|
|
3517
|
+
|
|
3671
3518
|
MaxUploadContentSize
|
|
3672
|
-
|
|
3519
|
+
|
|
3673
3520
|
MaxEqlQueryParametersValues
|
|
3674
3521
|
*/
|
|
3675
3522
|
export declare enum PolicyType {
|
|
@@ -3811,15 +3658,6 @@ export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigura
|
|
|
3811
3658
|
maxLodLevel?: number;
|
|
3812
3659
|
isCogLayer?: boolean;
|
|
3813
3660
|
};
|
|
3814
|
-
export interface ProblemDetails {
|
|
3815
|
-
type?: string;
|
|
3816
|
-
title?: string;
|
|
3817
|
-
/** @format int32 */
|
|
3818
|
-
status?: number;
|
|
3819
|
-
detail?: string;
|
|
3820
|
-
instance?: string;
|
|
3821
|
-
extensions?: Record<string, any>;
|
|
3822
|
-
}
|
|
3823
3661
|
/**
|
|
3824
3662
|
* Project content configuration data contract.
|
|
3825
3663
|
*/
|
|
@@ -3842,6 +3680,8 @@ export interface ProjectConfigurationDc {
|
|
|
3842
3680
|
clientData?: any;
|
|
3843
3681
|
/** Card configuration. Storage isn't used by server. */
|
|
3844
3682
|
dashboardConfiguration?: any;
|
|
3683
|
+
/** Developer configuration. */
|
|
3684
|
+
devConfiguration?: any;
|
|
3845
3685
|
/** Project information. Storage isn't used by server. */
|
|
3846
3686
|
projectInfo?: any;
|
|
3847
3687
|
/** Project content items configurations. */
|
|
@@ -4105,11 +3945,11 @@ export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc
|
|
|
4105
3945
|
};
|
|
4106
3946
|
/**
|
|
4107
3947
|
* Stream quality.
|
|
4108
|
-
|
|
3948
|
+
|
|
4109
3949
|
Low
|
|
4110
|
-
|
|
3950
|
+
|
|
4111
3951
|
Medium
|
|
4112
|
-
|
|
3952
|
+
|
|
4113
3953
|
High
|
|
4114
3954
|
*/
|
|
4115
3955
|
export declare enum Quality {
|
|
@@ -4117,6 +3957,29 @@ export declare enum Quality {
|
|
|
4117
3957
|
Medium = "Medium",
|
|
4118
3958
|
High = "High"
|
|
4119
3959
|
}
|
|
3960
|
+
/**
|
|
3961
|
+
* Query geometry data contract.
|
|
3962
|
+
*/
|
|
3963
|
+
export interface QueryGeometryDc {
|
|
3964
|
+
/** Query geometry operation data contract. */
|
|
3965
|
+
operation?: QueryGeometryOperationDc;
|
|
3966
|
+
/** Geometry in EWKT format. */
|
|
3967
|
+
geometry?: string;
|
|
3968
|
+
}
|
|
3969
|
+
/**
|
|
3970
|
+
* Query geometry operation data contract.
|
|
3971
|
+
*/
|
|
3972
|
+
export interface QueryGeometryOperationDc {
|
|
3973
|
+
/** Name. */
|
|
3974
|
+
name?: string;
|
|
3975
|
+
/**
|
|
3976
|
+
* Buffer size.
|
|
3977
|
+
* @format int32
|
|
3978
|
+
*/
|
|
3979
|
+
buffer?: number;
|
|
3980
|
+
/** Additional parameters. */
|
|
3981
|
+
parameters?: Record<string, any>;
|
|
3982
|
+
}
|
|
4120
3983
|
/**
|
|
4121
3984
|
* Configuration of a postgres feature layer service.
|
|
4122
3985
|
*/
|
|
@@ -4132,6 +3995,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
|
|
|
4132
3995
|
featuresLimit?: number;
|
|
4133
3996
|
extentOffset?: number;
|
|
4134
3997
|
simplify?: SimplifyInfoDc;
|
|
3998
|
+
createTable?: boolean;
|
|
4135
3999
|
};
|
|
4136
4000
|
/**
|
|
4137
4001
|
* EQL parameter configuration data contract.
|
|
@@ -4513,23 +4377,23 @@ export interface RegisterUserDc {
|
|
|
4513
4377
|
}
|
|
4514
4378
|
/**
|
|
4515
4379
|
* RemoteTaskStatus enum.
|
|
4516
|
-
|
|
4380
|
+
|
|
4517
4381
|
Init
|
|
4518
|
-
|
|
4382
|
+
|
|
4519
4383
|
Process
|
|
4520
|
-
|
|
4384
|
+
|
|
4521
4385
|
Completed
|
|
4522
|
-
|
|
4386
|
+
|
|
4523
4387
|
Interrupted
|
|
4524
|
-
|
|
4388
|
+
|
|
4525
4389
|
Error
|
|
4526
|
-
|
|
4390
|
+
|
|
4527
4391
|
Timeout
|
|
4528
|
-
|
|
4392
|
+
|
|
4529
4393
|
Waiting
|
|
4530
|
-
|
|
4394
|
+
|
|
4531
4395
|
InQueue
|
|
4532
|
-
|
|
4396
|
+
|
|
4533
4397
|
Unknown
|
|
4534
4398
|
*/
|
|
4535
4399
|
export declare enum RemoteTaskStatus {
|
|
@@ -4557,25 +4421,6 @@ export declare type RemoteTileServiceConfigurationDc = ServiceConfigurationBaseD
|
|
|
4557
4421
|
RequestTimeout?: number;
|
|
4558
4422
|
useProxyHttpClient?: boolean;
|
|
4559
4423
|
};
|
|
4560
|
-
export interface RemoteTileServiceInfo {
|
|
4561
|
-
/** Description of a service in the Spatial Processor. */
|
|
4562
|
-
layerInfo?: ServiceInfo;
|
|
4563
|
-
/** Tile info structure. */
|
|
4564
|
-
tileInfo?: TileInfo;
|
|
4565
|
-
/** SourceBatch server address. */
|
|
4566
|
-
sourceUrl?: string;
|
|
4567
|
-
/** Mask for getting tiles in default form www.{s}.tiles.com/{z}/{x}/{y}.png. */
|
|
4568
|
-
sourceUrlMask?: string;
|
|
4569
|
-
/** SourceBatch servers, what can be placed at source url mask, instead {s}. */
|
|
4570
|
-
sourceServers?: string[];
|
|
4571
|
-
/**
|
|
4572
|
-
* Allow direct access.
|
|
4573
|
-
* Allows the client to receive tiles directly from the source server.
|
|
4574
|
-
*/
|
|
4575
|
-
allowDirectAccess?: boolean;
|
|
4576
|
-
/** Copyright text. */
|
|
4577
|
-
copyrightText?: string;
|
|
4578
|
-
}
|
|
4579
4424
|
/**
|
|
4580
4425
|
* Service info for a tile service.
|
|
4581
4426
|
*/
|
|
@@ -4768,15 +4613,15 @@ export interface ResourceParentDc {
|
|
|
4768
4613
|
}
|
|
4769
4614
|
/**
|
|
4770
4615
|
* Resources types filter.
|
|
4771
|
-
|
|
4616
|
+
|
|
4772
4617
|
RemoteTileService
|
|
4773
|
-
|
|
4618
|
+
|
|
4774
4619
|
ProxyService
|
|
4775
|
-
|
|
4620
|
+
|
|
4776
4621
|
PostgresLayerService
|
|
4777
|
-
|
|
4622
|
+
|
|
4778
4623
|
QueryLayerService
|
|
4779
|
-
|
|
4624
|
+
|
|
4780
4625
|
TileCatalogTable
|
|
4781
4626
|
*/
|
|
4782
4627
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4788,21 +4633,21 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4788
4633
|
}
|
|
4789
4634
|
/**
|
|
4790
4635
|
*
|
|
4791
|
-
|
|
4636
|
+
|
|
4792
4637
|
Unknown
|
|
4793
|
-
|
|
4638
|
+
|
|
4794
4639
|
table
|
|
4795
|
-
|
|
4640
|
+
|
|
4796
4641
|
layer
|
|
4797
|
-
|
|
4642
|
+
|
|
4798
4643
|
project
|
|
4799
|
-
|
|
4644
|
+
|
|
4800
4645
|
file
|
|
4801
|
-
|
|
4646
|
+
|
|
4802
4647
|
feature
|
|
4803
|
-
|
|
4648
|
+
|
|
4804
4649
|
tag
|
|
4805
|
-
|
|
4650
|
+
|
|
4806
4651
|
datasource
|
|
4807
4652
|
*/
|
|
4808
4653
|
export declare enum ResourceType {
|
|
@@ -4817,23 +4662,23 @@ export declare enum ResourceType {
|
|
|
4817
4662
|
}
|
|
4818
4663
|
/**
|
|
4819
4664
|
* Resources types filter.
|
|
4820
|
-
|
|
4665
|
+
|
|
4821
4666
|
Map
|
|
4822
|
-
|
|
4667
|
+
|
|
4823
4668
|
Layer
|
|
4824
|
-
|
|
4669
|
+
|
|
4825
4670
|
Table
|
|
4826
|
-
|
|
4671
|
+
|
|
4827
4672
|
RasterCatalog
|
|
4828
|
-
|
|
4673
|
+
|
|
4829
4674
|
ProxyService
|
|
4830
|
-
|
|
4675
|
+
|
|
4831
4676
|
RemoteTileService
|
|
4832
|
-
|
|
4677
|
+
|
|
4833
4678
|
File
|
|
4834
|
-
|
|
4679
|
+
|
|
4835
4680
|
DataSource
|
|
4836
|
-
|
|
4681
|
+
|
|
4837
4682
|
TaskPrototype
|
|
4838
4683
|
*/
|
|
4839
4684
|
export declare enum ResourceTypeFilter {
|
|
@@ -4854,9 +4699,9 @@ export declare enum ResourceTypeLink {
|
|
|
4854
4699
|
}
|
|
4855
4700
|
/**
|
|
4856
4701
|
*
|
|
4857
|
-
|
|
4702
|
+
|
|
4858
4703
|
code
|
|
4859
|
-
|
|
4704
|
+
|
|
4860
4705
|
token
|
|
4861
4706
|
*/
|
|
4862
4707
|
export declare enum ResponseType {
|
|
@@ -4995,32 +4840,13 @@ export declare type S3DataSourceInfoDc = DataSourceInfoDc & {
|
|
|
4995
4840
|
/**
|
|
4996
4841
|
* ScaleBar element data contract.
|
|
4997
4842
|
*/
|
|
4998
|
-
export
|
|
4999
|
-
/**
|
|
5000
|
-
* ScaleBar width.
|
|
5001
|
-
* @format int32
|
|
5002
|
-
*/
|
|
4843
|
+
export declare type ScaleBarElementDc = ModelElementDc & {
|
|
5003
4844
|
width?: number;
|
|
5004
|
-
/**
|
|
5005
|
-
* ScaleBar height.
|
|
5006
|
-
* @format int32
|
|
5007
|
-
*/
|
|
5008
4845
|
height?: number;
|
|
5009
|
-
/**
|
|
5010
|
-
* ScaleBar thickness.
|
|
5011
|
-
* @format int32
|
|
5012
|
-
*/
|
|
5013
4846
|
thickness?: number;
|
|
5014
|
-
|
|
5015
|
-
font?: string;
|
|
5016
|
-
/**
|
|
5017
|
-
* Font size for scaleBar.
|
|
5018
|
-
* @format float
|
|
5019
|
-
*/
|
|
4847
|
+
font?: string | null;
|
|
5020
4848
|
fontSize?: number;
|
|
5021
|
-
|
|
5022
|
-
enabled?: boolean;
|
|
5023
|
-
}
|
|
4849
|
+
};
|
|
5024
4850
|
/**
|
|
5025
4851
|
* SearchResults.
|
|
5026
4852
|
*/
|
|
@@ -5056,22 +4882,6 @@ export interface SearchedUserDc {
|
|
|
5056
4882
|
/** Photo. */
|
|
5057
4883
|
photo?: string;
|
|
5058
4884
|
}
|
|
5059
|
-
/**
|
|
5060
|
-
* General information about the server.
|
|
5061
|
-
*/
|
|
5062
|
-
export interface ServerInfoDc {
|
|
5063
|
-
/** The name of the server. */
|
|
5064
|
-
serverName?: string;
|
|
5065
|
-
/** The name of the running application. */
|
|
5066
|
-
application?: string;
|
|
5067
|
-
/** Version number of the server build. */
|
|
5068
|
-
version?: string;
|
|
5069
|
-
/**
|
|
5070
|
-
* Date and time when the server was started.
|
|
5071
|
-
* @format date-time
|
|
5072
|
-
*/
|
|
5073
|
-
startedAt?: string;
|
|
5074
|
-
}
|
|
5075
4885
|
/**
|
|
5076
4886
|
* Common fields for service configurations.
|
|
5077
4887
|
*/
|
|
@@ -5107,63 +4917,6 @@ export interface ServiceConfigurationBaseDc {
|
|
|
5107
4917
|
/** Parent resource id. */
|
|
5108
4918
|
parentId?: string;
|
|
5109
4919
|
}
|
|
5110
|
-
/**
|
|
5111
|
-
* Description of a service in the Spatial Processor.
|
|
5112
|
-
*/
|
|
5113
|
-
export interface ServiceInfo {
|
|
5114
|
-
/** The type of the service. */
|
|
5115
|
-
type?: string;
|
|
5116
|
-
/** Configuration of an SP service. */
|
|
5117
|
-
configuration?: IServiceConfiguration;
|
|
5118
|
-
/**
|
|
5119
|
-
*
|
|
5120
|
-
*
|
|
5121
|
-
* Unknown
|
|
5122
|
-
*
|
|
5123
|
-
* table
|
|
5124
|
-
*
|
|
5125
|
-
* layer
|
|
5126
|
-
*
|
|
5127
|
-
* project
|
|
5128
|
-
*
|
|
5129
|
-
* file
|
|
5130
|
-
*
|
|
5131
|
-
* feature
|
|
5132
|
-
*
|
|
5133
|
-
* tag
|
|
5134
|
-
*
|
|
5135
|
-
* datasource
|
|
5136
|
-
*/
|
|
5137
|
-
resourceType?: ResourceType;
|
|
5138
|
-
/** Categories of the service. */
|
|
5139
|
-
categories?: string[];
|
|
5140
|
-
name?: string;
|
|
5141
|
-
alias?: string;
|
|
5142
|
-
owner?: string;
|
|
5143
|
-
description?: string;
|
|
5144
|
-
/** @format date-time */
|
|
5145
|
-
createdDate?: string;
|
|
5146
|
-
/** @format date-time */
|
|
5147
|
-
changedDate?: string;
|
|
5148
|
-
parameters?: {
|
|
5149
|
-
Category?: string[];
|
|
5150
|
-
GeometryType?: string[];
|
|
5151
|
-
DependentResource?: string[];
|
|
5152
|
-
ResolutionFilter?: string[];
|
|
5153
|
-
AttributesFilter?: string[];
|
|
5154
|
-
ObjectsCount?: string[];
|
|
5155
|
-
DataSourceType?: string[];
|
|
5156
|
-
Extent?: string[];
|
|
5157
|
-
Zoom?: string[];
|
|
5158
|
-
};
|
|
5159
|
-
acl?: Record<string, Permissions>;
|
|
5160
|
-
icon?: string;
|
|
5161
|
-
tags?: string[];
|
|
5162
|
-
inVisible?: boolean;
|
|
5163
|
-
parentId?: string;
|
|
5164
|
-
resourceId?: string;
|
|
5165
|
-
sourcePath?: string;
|
|
5166
|
-
}
|
|
5167
4920
|
/**
|
|
5168
4921
|
* The `ServiceInfoDc` provides information about the service.
|
|
5169
4922
|
*/
|
|
@@ -5316,7 +5069,7 @@ export interface SimpleEndingDc {
|
|
|
5316
5069
|
}
|
|
5317
5070
|
/**
|
|
5318
5071
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5319
|
-
|
|
5072
|
+
|
|
5320
5073
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5321
5074
|
stroke width and color of the symbol.
|
|
5322
5075
|
*/
|
|
@@ -5391,11 +5144,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5391
5144
|
}
|
|
5392
5145
|
/**
|
|
5393
5146
|
*
|
|
5394
|
-
|
|
5147
|
+
|
|
5395
5148
|
Basic
|
|
5396
|
-
|
|
5149
|
+
|
|
5397
5150
|
PreserveTopology
|
|
5398
|
-
|
|
5151
|
+
|
|
5399
5152
|
VW
|
|
5400
5153
|
*/
|
|
5401
5154
|
export declare enum SimplifyType {
|
|
@@ -5541,13 +5294,13 @@ export interface StatisticsResultObject {
|
|
|
5541
5294
|
}
|
|
5542
5295
|
/**
|
|
5543
5296
|
*
|
|
5544
|
-
|
|
5297
|
+
|
|
5545
5298
|
None
|
|
5546
|
-
|
|
5299
|
+
|
|
5547
5300
|
Image
|
|
5548
|
-
|
|
5301
|
+
|
|
5549
5302
|
PkkCode
|
|
5550
|
-
|
|
5303
|
+
|
|
5551
5304
|
Attachments
|
|
5552
5305
|
*/
|
|
5553
5306
|
export declare enum StringSubType {
|
|
@@ -5794,9 +5547,58 @@ export declare type TableInfoDc = ResourceInfoDc & {
|
|
|
5794
5547
|
configuration?: DefaultTableConfigurationDc | MaterializedViewConfigurationDc | RouteTableConfigurationDc | TileCatalogTableConfigurationDc | ViewConfigurationDc | null;
|
|
5795
5548
|
};
|
|
5796
5549
|
/**
|
|
5797
|
-
*
|
|
5550
|
+
* Table list item.
|
|
5798
5551
|
*/
|
|
5799
|
-
export
|
|
5552
|
+
export interface TableListItemDc {
|
|
5553
|
+
/** Name of the resource. */
|
|
5554
|
+
name?: string;
|
|
5555
|
+
/** Type of the service. */
|
|
5556
|
+
type?: string;
|
|
5557
|
+
/** Alias of the resource. */
|
|
5558
|
+
alias?: string;
|
|
5559
|
+
/** Description of the resource. */
|
|
5560
|
+
description?: string;
|
|
5561
|
+
/** Owner of the resource. */
|
|
5562
|
+
owner?: string;
|
|
5563
|
+
/** The geometry of the table. */
|
|
5564
|
+
geometries?: GeometryType[];
|
|
5565
|
+
/**
|
|
5566
|
+
* The date and time the resource was created.
|
|
5567
|
+
* @format date-time
|
|
5568
|
+
*/
|
|
5569
|
+
createdDate?: string;
|
|
5570
|
+
/**
|
|
5571
|
+
* The date and time the resource was modified the last time.
|
|
5572
|
+
* @format date-time
|
|
5573
|
+
*/
|
|
5574
|
+
changedDate?: string;
|
|
5575
|
+
/**
|
|
5576
|
+
*
|
|
5577
|
+
*
|
|
5578
|
+
* none
|
|
5579
|
+
*
|
|
5580
|
+
* configure
|
|
5581
|
+
*
|
|
5582
|
+
* write
|
|
5583
|
+
*
|
|
5584
|
+
* read
|
|
5585
|
+
*
|
|
5586
|
+
* read,configure
|
|
5587
|
+
*
|
|
5588
|
+
* read,write
|
|
5589
|
+
*
|
|
5590
|
+
* read,write,configure
|
|
5591
|
+
*/
|
|
5592
|
+
permissions?: Permissions;
|
|
5593
|
+
/** A set of tags. */
|
|
5594
|
+
tags?: string[];
|
|
5595
|
+
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
5596
|
+
invisibleInCatalog?: boolean;
|
|
5597
|
+
/** Check if table is editable. */
|
|
5598
|
+
isEditable?: boolean;
|
|
5599
|
+
/** Icon. */
|
|
5600
|
+
icon?: string;
|
|
5601
|
+
}
|
|
5800
5602
|
/**
|
|
5801
5603
|
* Tags filter.
|
|
5802
5604
|
*/
|
|
@@ -6130,9 +5932,9 @@ export interface TaskResourceCreateDto {
|
|
|
6130
5932
|
}
|
|
6131
5933
|
/**
|
|
6132
5934
|
* TaskPrototypeSubType.
|
|
6133
|
-
|
|
5935
|
+
|
|
6134
5936
|
SpTask
|
|
6135
|
-
|
|
5937
|
+
|
|
6136
5938
|
PythonTask
|
|
6137
5939
|
*/
|
|
6138
5940
|
export declare enum TaskResourceSubType {
|
|
@@ -6261,13 +6063,13 @@ export interface TestConnectionInfoDc {
|
|
|
6261
6063
|
}
|
|
6262
6064
|
/**
|
|
6263
6065
|
* Sets the horizontal alignment of text.
|
|
6264
|
-
|
|
6066
|
+
|
|
6265
6067
|
right
|
|
6266
|
-
|
|
6068
|
+
|
|
6267
6069
|
left
|
|
6268
|
-
|
|
6070
|
+
|
|
6269
6071
|
center
|
|
6270
|
-
|
|
6072
|
+
|
|
6271
6073
|
justified
|
|
6272
6074
|
*/
|
|
6273
6075
|
export declare enum TextAlignment {
|
|
@@ -6287,11 +6089,11 @@ export interface TextBackgroundDc {
|
|
|
6287
6089
|
}
|
|
6288
6090
|
/**
|
|
6289
6091
|
* Sets the vertical alignment of text.
|
|
6290
|
-
|
|
6092
|
+
|
|
6291
6093
|
top
|
|
6292
|
-
|
|
6094
|
+
|
|
6293
6095
|
bottom
|
|
6294
|
-
|
|
6096
|
+
|
|
6295
6097
|
middle
|
|
6296
6098
|
*/
|
|
6297
6099
|
export declare enum TextVerticalAlignment {
|
|
@@ -6411,39 +6213,6 @@ export interface TileCatalogServiceInfoDc {
|
|
|
6411
6213
|
export declare type TileCatalogTableConfigurationDc = TableConfigurationBaseDc & {
|
|
6412
6214
|
type?: string | null;
|
|
6413
6215
|
};
|
|
6414
|
-
/**
|
|
6415
|
-
* Tile info structure.
|
|
6416
|
-
*/
|
|
6417
|
-
export interface TileInfo {
|
|
6418
|
-
origin?: IVector;
|
|
6419
|
-
boundingRectangle?: IRectangle;
|
|
6420
|
-
/**
|
|
6421
|
-
* If set to true, the origin point will be considered to be the bottom left corner and increasing tile indexes increase
|
|
6422
|
-
* the value of the Y coordinate. If false, the origin point is top left corner, and increasing tile indexes decrease
|
|
6423
|
-
* Y coordinate (tiles go from top to bottom).
|
|
6424
|
-
*/
|
|
6425
|
-
reversedY?: boolean;
|
|
6426
|
-
/**
|
|
6427
|
-
* The dpi of the tiling schema.
|
|
6428
|
-
* @format int32
|
|
6429
|
-
*/
|
|
6430
|
-
dpi?: number;
|
|
6431
|
-
/**
|
|
6432
|
-
* Height of each tile in pixels.
|
|
6433
|
-
* @format int32
|
|
6434
|
-
*/
|
|
6435
|
-
height?: number;
|
|
6436
|
-
/**
|
|
6437
|
-
* Height of each tile in pixels.
|
|
6438
|
-
* @format int32
|
|
6439
|
-
*/
|
|
6440
|
-
width?: number;
|
|
6441
|
-
/** Image format. */
|
|
6442
|
-
format?: string;
|
|
6443
|
-
spatialReference?: ISpatialReference;
|
|
6444
|
-
/** List of levels of detail that define the tiling schema. */
|
|
6445
|
-
lods?: LodInfo[];
|
|
6446
|
-
}
|
|
6447
6216
|
/**
|
|
6448
6217
|
* Tile info structure.
|
|
6449
6218
|
*/
|
|
@@ -6710,10 +6479,6 @@ export interface ValueDc {
|
|
|
6710
6479
|
/** Value. */
|
|
6711
6480
|
value?: any;
|
|
6712
6481
|
}
|
|
6713
|
-
export interface ValueTupleStringString {
|
|
6714
|
-
item1?: string;
|
|
6715
|
-
item2?: string;
|
|
6716
|
-
}
|
|
6717
6482
|
export interface ValuesRange {
|
|
6718
6483
|
min?: any;
|
|
6719
6484
|
max?: any;
|
|
@@ -6727,13 +6492,6 @@ export interface ValuesRangeDc {
|
|
|
6727
6492
|
/** Maximum value. */
|
|
6728
6493
|
max: any;
|
|
6729
6494
|
}
|
|
6730
|
-
export interface Vector2 {
|
|
6731
|
-
coords?: TypeCoordsEFixedBuffer;
|
|
6732
|
-
/** @format double */
|
|
6733
|
-
x?: number;
|
|
6734
|
-
/** @format double */
|
|
6735
|
-
y?: number;
|
|
6736
|
-
}
|
|
6737
6495
|
/**
|
|
6738
6496
|
* Configuration of a table for feature layer.
|
|
6739
6497
|
*/
|
|
@@ -6755,11 +6513,11 @@ export declare type WmsDataSourceDc = DataSourceDc & {
|
|
|
6755
6513
|
};
|
|
6756
6514
|
/**
|
|
6757
6515
|
*
|
|
6758
|
-
|
|
6516
|
+
|
|
6759
6517
|
Task
|
|
6760
|
-
|
|
6518
|
+
|
|
6761
6519
|
Rest
|
|
6762
|
-
|
|
6520
|
+
|
|
6763
6521
|
Both
|
|
6764
6522
|
*/
|
|
6765
6523
|
export declare enum WorkerMethodType {
|
|
@@ -6832,49 +6590,49 @@ export interface WorkerSettingsFieldDc {
|
|
|
6832
6590
|
}
|
|
6833
6591
|
/**
|
|
6834
6592
|
*
|
|
6835
|
-
|
|
6593
|
+
|
|
6836
6594
|
Int32
|
|
6837
|
-
|
|
6595
|
+
|
|
6838
6596
|
Int64
|
|
6839
|
-
|
|
6597
|
+
|
|
6840
6598
|
Double
|
|
6841
|
-
|
|
6599
|
+
|
|
6842
6600
|
String
|
|
6843
|
-
|
|
6601
|
+
|
|
6844
6602
|
Boolean
|
|
6845
|
-
|
|
6603
|
+
|
|
6846
6604
|
DateTime
|
|
6847
|
-
|
|
6605
|
+
|
|
6848
6606
|
Point
|
|
6849
|
-
|
|
6607
|
+
|
|
6850
6608
|
Geometry
|
|
6851
|
-
|
|
6609
|
+
|
|
6852
6610
|
Polyline
|
|
6853
|
-
|
|
6611
|
+
|
|
6854
6612
|
MultiPolygon
|
|
6855
|
-
|
|
6613
|
+
|
|
6856
6614
|
Polygon
|
|
6857
|
-
|
|
6615
|
+
|
|
6858
6616
|
Multipoint
|
|
6859
|
-
|
|
6617
|
+
|
|
6860
6618
|
IntergerArray
|
|
6861
|
-
|
|
6619
|
+
|
|
6862
6620
|
DoubleArray
|
|
6863
|
-
|
|
6621
|
+
|
|
6864
6622
|
StringArray
|
|
6865
|
-
|
|
6623
|
+
|
|
6866
6624
|
SourceEql
|
|
6867
|
-
|
|
6625
|
+
|
|
6868
6626
|
Layer
|
|
6869
|
-
|
|
6627
|
+
|
|
6870
6628
|
Table
|
|
6871
|
-
|
|
6629
|
+
|
|
6872
6630
|
Folder
|
|
6873
|
-
|
|
6631
|
+
|
|
6874
6632
|
Json
|
|
6875
|
-
|
|
6633
|
+
|
|
6876
6634
|
Attribute
|
|
6877
|
-
|
|
6635
|
+
|
|
6878
6636
|
AttributeArray
|
|
6879
6637
|
*/
|
|
6880
6638
|
export declare enum WorkerSettingsFieldType {
|
|
@@ -7886,7 +7644,7 @@ export interface ValidateExpressionParams {
|
|
|
7886
7644
|
/** Layer name. */
|
|
7887
7645
|
layerName: string;
|
|
7888
7646
|
}
|
|
7889
|
-
export interface
|
|
7647
|
+
export interface GetRasterMetaParams2 {
|
|
7890
7648
|
/**
|
|
7891
7649
|
* Min value for build histogram.
|
|
7892
7650
|
* @format double
|
|
@@ -7915,6 +7673,14 @@ export interface UnsubscribeOperationParams {
|
|
|
7915
7673
|
}
|
|
7916
7674
|
export declare type SubscribeListOperationPayload = string[];
|
|
7917
7675
|
export declare type UnsubscribeListOperationPayload = string[];
|
|
7676
|
+
/**
|
|
7677
|
+
* Base template model data contract.
|
|
7678
|
+
*/
|
|
7679
|
+
export declare type PrintPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7680
|
+
/**
|
|
7681
|
+
* Base template model data contract.
|
|
7682
|
+
*/
|
|
7683
|
+
export declare type PrintToHtmlPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7918
7684
|
export interface UploadTemplatePayload {
|
|
7919
7685
|
/** @format binary */
|
|
7920
7686
|
template?: File;
|
|
@@ -7957,7 +7723,7 @@ export interface GetProjectsListParams {
|
|
|
7957
7723
|
/** Filter layers by set of tags. */
|
|
7958
7724
|
tags?: string[];
|
|
7959
7725
|
}
|
|
7960
|
-
export interface
|
|
7726
|
+
export interface DeleteResourcesParams4 {
|
|
7961
7727
|
/** Resource names. */
|
|
7962
7728
|
names?: string[];
|
|
7963
7729
|
}
|
|
@@ -8156,7 +7922,7 @@ export interface StatisticsDbParams {
|
|
|
8156
7922
|
*/
|
|
8157
7923
|
types?: AggregationFunction[];
|
|
8158
7924
|
}
|
|
8159
|
-
export interface
|
|
7925
|
+
export interface ClassifyParams1 {
|
|
8160
7926
|
/** Layer name. */
|
|
8161
7927
|
name: string;
|
|
8162
7928
|
/** Attribute name. */
|
|
@@ -8288,7 +8054,7 @@ export interface GetTableListParams {
|
|
|
8288
8054
|
/** All available permissions list. */
|
|
8289
8055
|
acl?: string;
|
|
8290
8056
|
}
|
|
8291
|
-
export interface
|
|
8057
|
+
export interface DeleteResourcesParams5 {
|
|
8292
8058
|
/** Resource names. */
|
|
8293
8059
|
names?: string[];
|
|
8294
8060
|
}
|
|
@@ -8297,6 +8063,10 @@ export interface GetTablesInfoParams {
|
|
|
8297
8063
|
tableNames?: string[];
|
|
8298
8064
|
}
|
|
8299
8065
|
export interface GetTableDataParams {
|
|
8066
|
+
/** Id field name. */
|
|
8067
|
+
idField?: string;
|
|
8068
|
+
/** Geometry field name. */
|
|
8069
|
+
geometryField?: string;
|
|
8300
8070
|
/** String filter for the all text column (uses % and _ wild cards like SQL). */
|
|
8301
8071
|
filter?: string;
|
|
8302
8072
|
/**
|
|
@@ -8399,7 +8169,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8399
8169
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8400
8170
|
AcceptFormats?: string[];
|
|
8401
8171
|
}
|
|
8402
|
-
export interface
|
|
8172
|
+
export interface GetCapabilitiesParams9 {
|
|
8403
8173
|
/** Output format of service metadata. */
|
|
8404
8174
|
Format?: string;
|
|
8405
8175
|
/** Must be WMS. */
|