@evergis/api 3.0.197 → 3.0.199
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__/AccountService.d.ts +4 -4
- package/dist/__generated__/DataSourceService.d.ts +53 -0
- package/dist/__generated__/EqlService.d.ts +1 -1
- package/dist/__generated__/LayersService.d.ts +2 -2
- 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 +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +448 -257
- package/dist/api.cjs.development.js +17 -22
- 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 +232 -231
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +2 -2
- package/package.json +2 -2
|
@@ -82,47 +82,47 @@ export interface AggregationDataResultDc {
|
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
None
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
Array
|
|
89
|
-
|
|
89
|
+
|
|
90
90
|
Min
|
|
91
|
-
|
|
91
|
+
|
|
92
92
|
Max
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
Avg
|
|
95
|
-
|
|
95
|
+
|
|
96
96
|
Sum
|
|
97
|
-
|
|
97
|
+
|
|
98
98
|
Extent
|
|
99
|
-
|
|
99
|
+
|
|
100
100
|
H3
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
Count
|
|
103
|
-
|
|
103
|
+
|
|
104
104
|
TotalCount
|
|
105
|
-
|
|
105
|
+
|
|
106
106
|
DistinctCount
|
|
107
|
-
|
|
107
|
+
|
|
108
108
|
First
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
Last
|
|
111
|
-
|
|
111
|
+
|
|
112
112
|
Median
|
|
113
|
-
|
|
113
|
+
|
|
114
114
|
Mod
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
StdDeviation
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
SumOfProduct
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
OnlyValue
|
|
121
|
-
|
|
121
|
+
|
|
122
122
|
WeightedAvg
|
|
123
|
-
|
|
123
|
+
|
|
124
124
|
DensityIndicators
|
|
125
|
-
|
|
125
|
+
|
|
126
126
|
DividedSum
|
|
127
127
|
*/
|
|
128
128
|
export declare enum AggregationFunction {
|
|
@@ -617,13 +617,13 @@ export interface AttributeIconDc {
|
|
|
617
617
|
}
|
|
618
618
|
/**
|
|
619
619
|
*
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
Unknown
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
Icon
|
|
624
|
-
|
|
624
|
+
|
|
625
625
|
PNG
|
|
626
|
-
|
|
626
|
+
|
|
627
627
|
SVG
|
|
628
628
|
*/
|
|
629
629
|
export declare enum AttributeIconType {
|
|
@@ -634,13 +634,13 @@ export declare enum AttributeIconType {
|
|
|
634
634
|
}
|
|
635
635
|
/**
|
|
636
636
|
*
|
|
637
|
-
|
|
637
|
+
|
|
638
638
|
None
|
|
639
|
-
|
|
639
|
+
|
|
640
640
|
SelectFromHandBook
|
|
641
|
-
|
|
641
|
+
|
|
642
642
|
SelectFromRange
|
|
643
|
-
|
|
643
|
+
|
|
644
644
|
ViewHandBook
|
|
645
645
|
*/
|
|
646
646
|
export declare enum AttributeSelectorType {
|
|
@@ -651,31 +651,31 @@ export declare enum AttributeSelectorType {
|
|
|
651
651
|
}
|
|
652
652
|
/**
|
|
653
653
|
*
|
|
654
|
-
|
|
654
|
+
|
|
655
655
|
Unknown
|
|
656
|
-
|
|
656
|
+
|
|
657
657
|
String
|
|
658
|
-
|
|
658
|
+
|
|
659
659
|
Int32
|
|
660
|
-
|
|
660
|
+
|
|
661
661
|
Int64
|
|
662
|
-
|
|
662
|
+
|
|
663
663
|
Double
|
|
664
|
-
|
|
664
|
+
|
|
665
665
|
DateTime
|
|
666
|
-
|
|
666
|
+
|
|
667
667
|
Boolean
|
|
668
|
-
|
|
668
|
+
|
|
669
669
|
Point
|
|
670
|
-
|
|
670
|
+
|
|
671
671
|
Polyline
|
|
672
|
-
|
|
672
|
+
|
|
673
673
|
MultiPolygon
|
|
674
|
-
|
|
674
|
+
|
|
675
675
|
Multipoint
|
|
676
|
-
|
|
676
|
+
|
|
677
677
|
H3Index
|
|
678
|
-
|
|
678
|
+
|
|
679
679
|
Json
|
|
680
680
|
*/
|
|
681
681
|
export declare enum AttributeType {
|
|
@@ -716,9 +716,9 @@ export interface AttributesConfigurationDc {
|
|
|
716
716
|
* An authorization grant is a credential representing the resource
|
|
717
717
|
owner's authorization (to access its protected resources) used by the
|
|
718
718
|
client to obtain an access token.
|
|
719
|
-
|
|
719
|
+
|
|
720
720
|
authorization_code
|
|
721
|
-
|
|
721
|
+
|
|
722
722
|
refresh_token
|
|
723
723
|
*/
|
|
724
724
|
export declare enum AuthorizationGrant {
|
|
@@ -936,17 +936,17 @@ export interface CatalogResourceDc {
|
|
|
936
936
|
}
|
|
937
937
|
/**
|
|
938
938
|
*
|
|
939
|
-
|
|
939
|
+
|
|
940
940
|
None
|
|
941
|
-
|
|
941
|
+
|
|
942
942
|
Map
|
|
943
|
-
|
|
943
|
+
|
|
944
944
|
Layer
|
|
945
|
-
|
|
945
|
+
|
|
946
946
|
Table
|
|
947
|
-
|
|
947
|
+
|
|
948
948
|
File
|
|
949
|
-
|
|
949
|
+
|
|
950
950
|
TaskPrototype
|
|
951
951
|
*/
|
|
952
952
|
export declare enum CatalogResourceType {
|
|
@@ -990,15 +990,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
990
990
|
};
|
|
991
991
|
/**
|
|
992
992
|
* Describes classification methods.
|
|
993
|
-
|
|
993
|
+
|
|
994
994
|
none
|
|
995
|
-
|
|
995
|
+
|
|
996
996
|
naturalBreaks
|
|
997
|
-
|
|
997
|
+
|
|
998
998
|
equalInterval
|
|
999
|
-
|
|
999
|
+
|
|
1000
1000
|
quantile
|
|
1001
|
-
|
|
1001
|
+
|
|
1002
1002
|
unique
|
|
1003
1003
|
*/
|
|
1004
1004
|
export declare enum ClassificationType {
|
|
@@ -1010,11 +1010,11 @@ export declare enum ClassificationType {
|
|
|
1010
1010
|
}
|
|
1011
1011
|
/**
|
|
1012
1012
|
*
|
|
1013
|
-
|
|
1013
|
+
|
|
1014
1014
|
decimal
|
|
1015
|
-
|
|
1015
|
+
|
|
1016
1016
|
dateTime
|
|
1017
|
-
|
|
1017
|
+
|
|
1018
1018
|
text
|
|
1019
1019
|
*/
|
|
1020
1020
|
export declare enum ClassifyAttributeType {
|
|
@@ -1308,55 +1308,55 @@ export interface ConfigDc {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
/**
|
|
1310
1310
|
*
|
|
1311
|
-
|
|
1311
|
+
|
|
1312
1312
|
Unknown
|
|
1313
|
-
|
|
1313
|
+
|
|
1314
1314
|
SerializeError
|
|
1315
|
-
|
|
1315
|
+
|
|
1316
1316
|
InvalidDataService
|
|
1317
|
-
|
|
1317
|
+
|
|
1318
1318
|
InvalidConfiguration
|
|
1319
|
-
|
|
1319
|
+
|
|
1320
1320
|
InvalidDataServiceName
|
|
1321
|
-
|
|
1321
|
+
|
|
1322
1322
|
InvalidTableName
|
|
1323
|
-
|
|
1323
|
+
|
|
1324
1324
|
InvalidLayerName
|
|
1325
|
-
|
|
1325
|
+
|
|
1326
1326
|
ResourceNotFound
|
|
1327
|
-
|
|
1327
|
+
|
|
1328
1328
|
InvalidCondition
|
|
1329
|
-
|
|
1329
|
+
|
|
1330
1330
|
InvalidAttributes
|
|
1331
|
-
|
|
1331
|
+
|
|
1332
1332
|
InvalidIdAttribute
|
|
1333
|
-
|
|
1333
|
+
|
|
1334
1334
|
InvalidGeometryAttribute
|
|
1335
|
-
|
|
1335
|
+
|
|
1336
1336
|
InvalidGeometryAttributeType
|
|
1337
|
-
|
|
1337
|
+
|
|
1338
1338
|
InvalidColumnName
|
|
1339
|
-
|
|
1339
|
+
|
|
1340
1340
|
InvalidIdColumnSettings
|
|
1341
|
-
|
|
1341
|
+
|
|
1342
1342
|
ColumnNotExistsInTable
|
|
1343
|
-
|
|
1343
|
+
|
|
1344
1344
|
InvalidStyle
|
|
1345
|
-
|
|
1345
|
+
|
|
1346
1346
|
InvalidLayerType
|
|
1347
|
-
|
|
1347
|
+
|
|
1348
1348
|
ColumnLoadingError
|
|
1349
|
-
|
|
1349
|
+
|
|
1350
1350
|
InvalidAttributeFormat
|
|
1351
|
-
|
|
1351
|
+
|
|
1352
1352
|
DataSourceNotFound
|
|
1353
|
-
|
|
1353
|
+
|
|
1354
1354
|
DuplicateColumns
|
|
1355
|
-
|
|
1355
|
+
|
|
1356
1356
|
DuplicateAttributes
|
|
1357
|
-
|
|
1357
|
+
|
|
1358
1358
|
TableWithoutColumns
|
|
1359
|
-
|
|
1359
|
+
|
|
1360
1360
|
InvalidTableReferenceConfiguration
|
|
1361
1361
|
*/
|
|
1362
1362
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1605,6 +1605,49 @@ export declare type DashedBrushDc = StrokeBrushDc & {
|
|
|
1605
1605
|
intervals?: ParameterDcDoubleArray;
|
|
1606
1606
|
phase?: number;
|
|
1607
1607
|
};
|
|
1608
|
+
/**
|
|
1609
|
+
* Data source data contract.
|
|
1610
|
+
*/
|
|
1611
|
+
export interface DataSourceDc {
|
|
1612
|
+
/** Name. */
|
|
1613
|
+
name?: string;
|
|
1614
|
+
/** Alias. */
|
|
1615
|
+
alias?: string;
|
|
1616
|
+
/** Description. */
|
|
1617
|
+
description?: string;
|
|
1618
|
+
/**
|
|
1619
|
+
* Data source type.
|
|
1620
|
+
*
|
|
1621
|
+
* Postgres
|
|
1622
|
+
*/
|
|
1623
|
+
type?: DataSourceType;
|
|
1624
|
+
/** Connection string. */
|
|
1625
|
+
connectionString?: string;
|
|
1626
|
+
/** Schema. */
|
|
1627
|
+
schema?: string;
|
|
1628
|
+
/**
|
|
1629
|
+
* Date and time when the remote connection was created.
|
|
1630
|
+
* @format date-time
|
|
1631
|
+
*/
|
|
1632
|
+
created?: string;
|
|
1633
|
+
/**
|
|
1634
|
+
* Date and time when the remote connection was last modified.
|
|
1635
|
+
* @format date-time
|
|
1636
|
+
*/
|
|
1637
|
+
modified?: string;
|
|
1638
|
+
/** Login of the owner. */
|
|
1639
|
+
owner?: string;
|
|
1640
|
+
/** Access control list for a security object. */
|
|
1641
|
+
acl?: AccessControlListDc;
|
|
1642
|
+
}
|
|
1643
|
+
/**
|
|
1644
|
+
* Data source type.
|
|
1645
|
+
|
|
1646
|
+
Postgres
|
|
1647
|
+
*/
|
|
1648
|
+
export declare enum DataSourceType {
|
|
1649
|
+
Postgres = "Postgres"
|
|
1650
|
+
}
|
|
1608
1651
|
/**
|
|
1609
1652
|
* Configuration of a table for feature layer.
|
|
1610
1653
|
*/
|
|
@@ -1680,6 +1723,8 @@ export declare type EqlAttributesConfigurationDc = AttributesConfigurationDc & {
|
|
|
1680
1723
|
* EQL requst data contract.
|
|
1681
1724
|
*/
|
|
1682
1725
|
export interface EqlRequestDc {
|
|
1726
|
+
/** Data source name. */
|
|
1727
|
+
ds?: string;
|
|
1683
1728
|
/** EQL query string. */
|
|
1684
1729
|
query: string;
|
|
1685
1730
|
/**
|
|
@@ -1723,15 +1768,15 @@ export interface ErrorDetailsDc {
|
|
|
1723
1768
|
}
|
|
1724
1769
|
/**
|
|
1725
1770
|
* Type of the error.
|
|
1726
|
-
|
|
1771
|
+
|
|
1727
1772
|
ResourceLimitExceeded
|
|
1728
|
-
|
|
1773
|
+
|
|
1729
1774
|
ResourceNotFound
|
|
1730
|
-
|
|
1775
|
+
|
|
1731
1776
|
InternalError
|
|
1732
|
-
|
|
1777
|
+
|
|
1733
1778
|
BadRequest
|
|
1734
|
-
|
|
1779
|
+
|
|
1735
1780
|
DuplicateContent
|
|
1736
1781
|
*/
|
|
1737
1782
|
export declare enum ErrorDetailsType {
|
|
@@ -2223,9 +2268,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2223
2268
|
};
|
|
2224
2269
|
/**
|
|
2225
2270
|
* Type of the feature.
|
|
2226
|
-
|
|
2271
|
+
|
|
2227
2272
|
Unknown
|
|
2228
|
-
|
|
2273
|
+
|
|
2229
2274
|
GeometricFeature
|
|
2230
2275
|
*/
|
|
2231
2276
|
export declare enum FeatureType {
|
|
@@ -2352,11 +2397,11 @@ export interface FilterDc {
|
|
|
2352
2397
|
}
|
|
2353
2398
|
/**
|
|
2354
2399
|
* Sets whether font should be styled.
|
|
2355
|
-
|
|
2400
|
+
|
|
2356
2401
|
normal
|
|
2357
|
-
|
|
2402
|
+
|
|
2358
2403
|
oblique
|
|
2359
|
-
|
|
2404
|
+
|
|
2360
2405
|
italic
|
|
2361
2406
|
*/
|
|
2362
2407
|
export declare enum FontStyle {
|
|
@@ -2366,27 +2411,27 @@ export declare enum FontStyle {
|
|
|
2366
2411
|
}
|
|
2367
2412
|
/**
|
|
2368
2413
|
* Specifies the weight (or boldness) of the font.
|
|
2369
|
-
|
|
2414
|
+
|
|
2370
2415
|
Thin
|
|
2371
|
-
|
|
2416
|
+
|
|
2372
2417
|
ExtraLight
|
|
2373
|
-
|
|
2418
|
+
|
|
2374
2419
|
Light
|
|
2375
|
-
|
|
2420
|
+
|
|
2376
2421
|
SemiLight
|
|
2377
|
-
|
|
2422
|
+
|
|
2378
2423
|
Normal
|
|
2379
|
-
|
|
2424
|
+
|
|
2380
2425
|
Medium
|
|
2381
|
-
|
|
2426
|
+
|
|
2382
2427
|
DemiBold
|
|
2383
|
-
|
|
2428
|
+
|
|
2384
2429
|
Bold
|
|
2385
|
-
|
|
2430
|
+
|
|
2386
2431
|
ExtraBold
|
|
2387
|
-
|
|
2432
|
+
|
|
2388
2433
|
Black
|
|
2389
|
-
|
|
2434
|
+
|
|
2390
2435
|
ExtraBlack
|
|
2391
2436
|
*/
|
|
2392
2437
|
export declare enum FontWeight {
|
|
@@ -2454,7 +2499,7 @@ export interface GeocodeSuggestResultDc {
|
|
|
2454
2499
|
label?: string;
|
|
2455
2500
|
}
|
|
2456
2501
|
/**
|
|
2457
|
-
* Geometry
|
|
2502
|
+
* Geometry data contract.
|
|
2458
2503
|
*/
|
|
2459
2504
|
export interface GeometryDc {
|
|
2460
2505
|
/**
|
|
@@ -2481,17 +2526,17 @@ export interface GeometryDc {
|
|
|
2481
2526
|
}
|
|
2482
2527
|
/**
|
|
2483
2528
|
*
|
|
2484
|
-
|
|
2529
|
+
|
|
2485
2530
|
unknown
|
|
2486
|
-
|
|
2531
|
+
|
|
2487
2532
|
point
|
|
2488
|
-
|
|
2533
|
+
|
|
2489
2534
|
polyline
|
|
2490
|
-
|
|
2535
|
+
|
|
2491
2536
|
multipolygon
|
|
2492
|
-
|
|
2537
|
+
|
|
2493
2538
|
envelope
|
|
2494
|
-
|
|
2539
|
+
|
|
2495
2540
|
multipoint
|
|
2496
2541
|
*/
|
|
2497
2542
|
export declare enum GeometryType {
|
|
@@ -2657,19 +2702,26 @@ export interface GetSumOfProductDc {
|
|
|
2657
2702
|
/**
|
|
2658
2703
|
* Map element data contract.
|
|
2659
2704
|
*/
|
|
2660
|
-
export
|
|
2705
|
+
export interface GridElementDc {
|
|
2706
|
+
/** Grid color. */
|
|
2661
2707
|
color?: string;
|
|
2708
|
+
/**
|
|
2709
|
+
* Grid width.
|
|
2710
|
+
* @format int32
|
|
2711
|
+
*/
|
|
2662
2712
|
gridThickness?: number;
|
|
2663
|
-
|
|
2713
|
+
/** Check what this model element enabled. */
|
|
2714
|
+
enabled?: boolean;
|
|
2715
|
+
}
|
|
2664
2716
|
/**
|
|
2665
2717
|
* Resource group.
|
|
2666
|
-
|
|
2718
|
+
|
|
2667
2719
|
my
|
|
2668
|
-
|
|
2720
|
+
|
|
2669
2721
|
role
|
|
2670
|
-
|
|
2722
|
+
|
|
2671
2723
|
public
|
|
2672
|
-
|
|
2724
|
+
|
|
2673
2725
|
all
|
|
2674
2726
|
*/
|
|
2675
2727
|
export declare enum Group {
|
|
@@ -3002,16 +3054,37 @@ export interface LayerDefinitionDc {
|
|
|
3002
3054
|
/**
|
|
3003
3055
|
* Map element data contract.
|
|
3004
3056
|
*/
|
|
3005
|
-
export
|
|
3006
|
-
layers
|
|
3057
|
+
export interface LayerMapElementDc {
|
|
3058
|
+
/** Gets or sets layers for printing. */
|
|
3059
|
+
layers?: LayerModelDc[];
|
|
3007
3060
|
mapCenter?: Vector2;
|
|
3061
|
+
/**
|
|
3062
|
+
* Gets or sets map width.
|
|
3063
|
+
* @format int32
|
|
3064
|
+
*/
|
|
3008
3065
|
paperWidth?: number;
|
|
3066
|
+
/**
|
|
3067
|
+
* Gets or sets map height.
|
|
3068
|
+
* @format int32
|
|
3069
|
+
*/
|
|
3009
3070
|
paperHeight?: number;
|
|
3071
|
+
/**
|
|
3072
|
+
* Gets or sets spatial reference.
|
|
3073
|
+
* @format int32
|
|
3074
|
+
*/
|
|
3010
3075
|
spatialReference?: number;
|
|
3076
|
+
/**
|
|
3077
|
+
* Gets or sets map resolution.
|
|
3078
|
+
* @format double
|
|
3079
|
+
*/
|
|
3011
3080
|
resolution?: number;
|
|
3081
|
+
/** Map element data contract. */
|
|
3012
3082
|
gridElement?: GridElementDc;
|
|
3083
|
+
/** ScaleBar element data contract. */
|
|
3013
3084
|
scaleBar?: ScaleBarElementDc;
|
|
3014
|
-
|
|
3085
|
+
/** Check what this model element enabled. */
|
|
3086
|
+
enabled?: boolean;
|
|
3087
|
+
}
|
|
3015
3088
|
/**
|
|
3016
3089
|
* Layer model data contract.
|
|
3017
3090
|
*/
|
|
@@ -3057,12 +3130,47 @@ export declare type LayerTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
|
3057
3130
|
/**
|
|
3058
3131
|
* Layer template model data contract.
|
|
3059
3132
|
*/
|
|
3060
|
-
export
|
|
3061
|
-
type?: string
|
|
3133
|
+
export interface LayerTemplateModelDc {
|
|
3134
|
+
type?: string;
|
|
3135
|
+
/** Map element data contract. */
|
|
3062
3136
|
map?: LayerMapElementDc;
|
|
3137
|
+
/** Check if legend enabled. */
|
|
3063
3138
|
legendEnabled?: boolean;
|
|
3064
|
-
|
|
3065
|
-
|
|
3139
|
+
/**
|
|
3140
|
+
* Legend layers from client.
|
|
3141
|
+
* Set null for using serverSide generated legend.
|
|
3142
|
+
*/
|
|
3143
|
+
legendLayers?: LegendLayerDc[];
|
|
3144
|
+
/** The name of the result file. */
|
|
3145
|
+
fileName?: string;
|
|
3146
|
+
/** File Format. */
|
|
3147
|
+
fileFormat?: string;
|
|
3148
|
+
/** Gets or sets template name. */
|
|
3149
|
+
templateName?: string;
|
|
3150
|
+
/** Gets or sets template title. */
|
|
3151
|
+
title?: string;
|
|
3152
|
+
/**
|
|
3153
|
+
* Gets or sets paper width.
|
|
3154
|
+
* @format int32
|
|
3155
|
+
*/
|
|
3156
|
+
paperWidth?: number;
|
|
3157
|
+
/**
|
|
3158
|
+
* Gets or sets paper height.
|
|
3159
|
+
* @format int32
|
|
3160
|
+
*/
|
|
3161
|
+
paperHeight?: number;
|
|
3162
|
+
/**
|
|
3163
|
+
* Gets or sets dpi.
|
|
3164
|
+
* @format int32
|
|
3165
|
+
*/
|
|
3166
|
+
dpi?: number;
|
|
3167
|
+
/** Gets or sets paper margin. */
|
|
3168
|
+
margin?: number[];
|
|
3169
|
+
/** Localization contains fields that should be localized on printing template. */
|
|
3170
|
+
localization?: TemplateLocalizationDc;
|
|
3171
|
+
/** Checks if title enabled. */
|
|
3172
|
+
titleEnabled?: boolean;
|
|
3173
|
+
}
|
|
3066
3174
|
export interface LayerUpdateInfo {
|
|
3067
3175
|
layerServiceName?: string;
|
|
3068
3176
|
boundingBox?: IEnvelopeGeometry;
|
|
@@ -3124,21 +3232,56 @@ export interface LegendLayerDc {
|
|
|
3124
3232
|
/**
|
|
3125
3233
|
* Legend template model data contract.
|
|
3126
3234
|
*/
|
|
3127
|
-
export
|
|
3128
|
-
layers
|
|
3235
|
+
export interface LegendTemplateModelDc {
|
|
3236
|
+
/** Gets or sets layers for printing. */
|
|
3237
|
+
layers?: LayerModelDc[];
|
|
3238
|
+
/** Check if legend enabled. */
|
|
3129
3239
|
legendEnabled?: boolean;
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3240
|
+
/**
|
|
3241
|
+
* Legend layers from client.
|
|
3242
|
+
* Set null for using serverSide generated legend.
|
|
3243
|
+
*/
|
|
3244
|
+
legendLayers?: LegendLayerDc[];
|
|
3245
|
+
type?: string;
|
|
3246
|
+
/** The name of the result file. */
|
|
3247
|
+
fileName?: string;
|
|
3248
|
+
/** File Format. */
|
|
3249
|
+
fileFormat?: string;
|
|
3250
|
+
/** Gets or sets template name. */
|
|
3251
|
+
templateName?: string;
|
|
3252
|
+
/** Gets or sets template title. */
|
|
3253
|
+
title?: string;
|
|
3254
|
+
/**
|
|
3255
|
+
* Gets or sets paper width.
|
|
3256
|
+
* @format int32
|
|
3257
|
+
*/
|
|
3258
|
+
paperWidth?: number;
|
|
3259
|
+
/**
|
|
3260
|
+
* Gets or sets paper height.
|
|
3261
|
+
* @format int32
|
|
3262
|
+
*/
|
|
3263
|
+
paperHeight?: number;
|
|
3264
|
+
/**
|
|
3265
|
+
* Gets or sets dpi.
|
|
3266
|
+
* @format int32
|
|
3267
|
+
*/
|
|
3268
|
+
dpi?: number;
|
|
3269
|
+
/** Gets or sets paper margin. */
|
|
3270
|
+
margin?: number[];
|
|
3271
|
+
/** Localization contains fields that should be localized on printing template. */
|
|
3272
|
+
localization?: TemplateLocalizationDc;
|
|
3273
|
+
/** Checks if title enabled. */
|
|
3274
|
+
titleEnabled?: boolean;
|
|
3275
|
+
}
|
|
3133
3276
|
/**
|
|
3134
3277
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3135
|
-
|
|
3278
|
+
|
|
3136
3279
|
Flat
|
|
3137
|
-
|
|
3280
|
+
|
|
3138
3281
|
Square
|
|
3139
|
-
|
|
3282
|
+
|
|
3140
3283
|
Round
|
|
3141
|
-
|
|
3284
|
+
|
|
3142
3285
|
Triangle
|
|
3143
3286
|
*/
|
|
3144
3287
|
export declare enum LineCapStyle {
|
|
@@ -3182,29 +3325,29 @@ export interface LineEndingBaseDc {
|
|
|
3182
3325
|
}
|
|
3183
3326
|
/**
|
|
3184
3327
|
* Type of the line ending.
|
|
3185
|
-
|
|
3328
|
+
|
|
3186
3329
|
none
|
|
3187
|
-
|
|
3330
|
+
|
|
3188
3331
|
arrow
|
|
3189
|
-
|
|
3332
|
+
|
|
3190
3333
|
filledArrow
|
|
3191
|
-
|
|
3334
|
+
|
|
3192
3335
|
square
|
|
3193
|
-
|
|
3336
|
+
|
|
3194
3337
|
filledSquare
|
|
3195
|
-
|
|
3338
|
+
|
|
3196
3339
|
circle
|
|
3197
|
-
|
|
3340
|
+
|
|
3198
3341
|
filledCircle
|
|
3199
|
-
|
|
3342
|
+
|
|
3200
3343
|
diamond
|
|
3201
|
-
|
|
3344
|
+
|
|
3202
3345
|
filledDiamond
|
|
3203
|
-
|
|
3346
|
+
|
|
3204
3347
|
roundSquare
|
|
3205
|
-
|
|
3348
|
+
|
|
3206
3349
|
filledRoundSquare
|
|
3207
|
-
|
|
3350
|
+
|
|
3208
3351
|
svg
|
|
3209
3352
|
*/
|
|
3210
3353
|
export declare enum LineEndingType {
|
|
@@ -3223,11 +3366,11 @@ export declare enum LineEndingType {
|
|
|
3223
3366
|
}
|
|
3224
3367
|
/**
|
|
3225
3368
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3226
|
-
|
|
3369
|
+
|
|
3227
3370
|
Miter
|
|
3228
|
-
|
|
3371
|
+
|
|
3229
3372
|
Bevel
|
|
3230
|
-
|
|
3373
|
+
|
|
3231
3374
|
Round
|
|
3232
3375
|
*/
|
|
3233
3376
|
export declare enum LineJoinType {
|
|
@@ -3253,19 +3396,17 @@ export interface ListResourcesDto {
|
|
|
3253
3396
|
parentId?: string;
|
|
3254
3397
|
/**
|
|
3255
3398
|
* Text filer support sql like symbols
|
|
3256
|
-
*
|
|
3399
|
+
* for example start with 'text*', contains 'text', end with '*text'.
|
|
3257
3400
|
*/
|
|
3258
3401
|
filter?: string;
|
|
3259
3402
|
/**
|
|
3260
|
-
*
|
|
3403
|
+
* Filter exists resources by owner.
|
|
3261
3404
|
*
|
|
3262
3405
|
* My
|
|
3263
3406
|
*
|
|
3264
3407
|
* Shared
|
|
3265
3408
|
*
|
|
3266
3409
|
* Public
|
|
3267
|
-
*
|
|
3268
|
-
* All
|
|
3269
3410
|
*/
|
|
3270
3411
|
ownerFilter?: OwnerFilter;
|
|
3271
3412
|
/** Resources types filter. */
|
|
@@ -3284,6 +3425,8 @@ export interface ListResourcesDto {
|
|
|
3284
3425
|
types?: ResourceTypeFilter[];
|
|
3285
3426
|
/** Search mode. */
|
|
3286
3427
|
searchMode?: boolean;
|
|
3428
|
+
/** Filter by set of roles permissions. */
|
|
3429
|
+
aclFilter?: Record<string, Permissions>;
|
|
3287
3430
|
}
|
|
3288
3431
|
/**
|
|
3289
3432
|
* Configuration for the local tile service.
|
|
@@ -3317,9 +3460,22 @@ export interface LoginDc {
|
|
|
3317
3460
|
/** Password. */
|
|
3318
3461
|
password: string;
|
|
3319
3462
|
}
|
|
3463
|
+
/**
|
|
3464
|
+
* Token data contract.
|
|
3465
|
+
*/
|
|
3466
|
+
export interface LoginResultDc {
|
|
3467
|
+
/** JWT. */
|
|
3468
|
+
token?: string;
|
|
3469
|
+
/** Refresh token. */
|
|
3470
|
+
refreshToken?: string;
|
|
3471
|
+
/** User name. */
|
|
3472
|
+
username?: string;
|
|
3473
|
+
/** Redirect url. */
|
|
3474
|
+
redirectUrl?: string;
|
|
3475
|
+
}
|
|
3320
3476
|
/**
|
|
3321
3477
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3322
|
-
|
|
3478
|
+
|
|
3323
3479
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3324
3480
|
*/
|
|
3325
3481
|
export interface MapTableInfoDc {
|
|
@@ -3367,13 +3523,6 @@ export declare type MaterializedViewConfigurationDc = TableConfigurationBaseDc &
|
|
|
3367
3523
|
eql?: string | null;
|
|
3368
3524
|
eqlParameters?: Record<string, any>;
|
|
3369
3525
|
};
|
|
3370
|
-
/**
|
|
3371
|
-
* Base template model data contract.
|
|
3372
|
-
*/
|
|
3373
|
-
export interface ModelElementDc {
|
|
3374
|
-
/** Check what this model element enabled. */
|
|
3375
|
-
enabled?: boolean;
|
|
3376
|
-
}
|
|
3377
3526
|
/**
|
|
3378
3527
|
* Move resource dto.
|
|
3379
3528
|
*/
|
|
@@ -3430,15 +3579,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3430
3579
|
export declare type ObjectId = object;
|
|
3431
3580
|
/**
|
|
3432
3581
|
*
|
|
3433
|
-
|
|
3582
|
+
|
|
3434
3583
|
Unknown
|
|
3435
|
-
|
|
3584
|
+
|
|
3436
3585
|
union
|
|
3437
|
-
|
|
3586
|
+
|
|
3438
3587
|
intersection
|
|
3439
|
-
|
|
3588
|
+
|
|
3440
3589
|
subtraction
|
|
3441
|
-
|
|
3590
|
+
|
|
3442
3591
|
symDifference
|
|
3443
3592
|
*/
|
|
3444
3593
|
export declare enum Operation {
|
|
@@ -3457,21 +3606,18 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3457
3606
|
toolLayer?: LayerTaskDataStorageDc;
|
|
3458
3607
|
};
|
|
3459
3608
|
/**
|
|
3460
|
-
*
|
|
3461
|
-
|
|
3609
|
+
* Filter exists resources by owner.
|
|
3610
|
+
|
|
3462
3611
|
My
|
|
3463
|
-
|
|
3612
|
+
|
|
3464
3613
|
Shared
|
|
3465
|
-
|
|
3614
|
+
|
|
3466
3615
|
Public
|
|
3467
|
-
|
|
3468
|
-
All
|
|
3469
3616
|
*/
|
|
3470
3617
|
export declare enum OwnerFilter {
|
|
3471
3618
|
My = "My",
|
|
3472
3619
|
Shared = "Shared",
|
|
3473
|
-
Public = "Public"
|
|
3474
|
-
All = "All"
|
|
3620
|
+
Public = "Public"
|
|
3475
3621
|
}
|
|
3476
3622
|
/**
|
|
3477
3623
|
* Features list definition.
|
|
@@ -3494,6 +3640,15 @@ export interface PagedListConfigDc {
|
|
|
3494
3640
|
limit?: number;
|
|
3495
3641
|
items?: ConfigDc[];
|
|
3496
3642
|
}
|
|
3643
|
+
export interface PagedListDataSourceDc {
|
|
3644
|
+
/** @format int64 */
|
|
3645
|
+
totalCount?: number;
|
|
3646
|
+
/** @format int32 */
|
|
3647
|
+
offset?: number;
|
|
3648
|
+
/** @format int32 */
|
|
3649
|
+
limit?: number;
|
|
3650
|
+
items?: DataSourceDc[];
|
|
3651
|
+
}
|
|
3497
3652
|
export interface PagedListExtendedUserInfoDc {
|
|
3498
3653
|
/** @format int64 */
|
|
3499
3654
|
totalCount?: number;
|
|
@@ -3716,9 +3871,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3716
3871
|
};
|
|
3717
3872
|
/**
|
|
3718
3873
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3719
|
-
|
|
3874
|
+
|
|
3720
3875
|
xyz
|
|
3721
|
-
|
|
3876
|
+
|
|
3722
3877
|
tms
|
|
3723
3878
|
*/
|
|
3724
3879
|
export declare enum PbfSchema {
|
|
@@ -3739,19 +3894,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3739
3894
|
};
|
|
3740
3895
|
/**
|
|
3741
3896
|
*
|
|
3742
|
-
|
|
3897
|
+
|
|
3743
3898
|
none
|
|
3744
|
-
|
|
3899
|
+
|
|
3745
3900
|
configure
|
|
3746
|
-
|
|
3901
|
+
|
|
3747
3902
|
write
|
|
3748
|
-
|
|
3903
|
+
|
|
3749
3904
|
read
|
|
3750
|
-
|
|
3905
|
+
|
|
3751
3906
|
read,configure
|
|
3752
|
-
|
|
3907
|
+
|
|
3753
3908
|
read,write
|
|
3754
|
-
|
|
3909
|
+
|
|
3755
3910
|
read,write,configure
|
|
3756
3911
|
*/
|
|
3757
3912
|
export declare enum Permissions {
|
|
@@ -3809,19 +3964,19 @@ export interface PolicyDc {
|
|
|
3809
3964
|
}
|
|
3810
3965
|
/**
|
|
3811
3966
|
* Type of the authorization policy.
|
|
3812
|
-
|
|
3967
|
+
|
|
3813
3968
|
Unknown
|
|
3814
|
-
|
|
3969
|
+
|
|
3815
3970
|
CreateTable
|
|
3816
|
-
|
|
3971
|
+
|
|
3817
3972
|
CreateLayer
|
|
3818
|
-
|
|
3973
|
+
|
|
3819
3974
|
CreateProject
|
|
3820
|
-
|
|
3975
|
+
|
|
3821
3976
|
MaxFeaturesInOneTable
|
|
3822
|
-
|
|
3977
|
+
|
|
3823
3978
|
MaxObjectsToExport
|
|
3824
|
-
|
|
3979
|
+
|
|
3825
3980
|
MaxUploadContentSize
|
|
3826
3981
|
*/
|
|
3827
3982
|
export declare enum PolicyType {
|
|
@@ -3944,7 +4099,7 @@ export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigura
|
|
|
3944
4099
|
export declare type PrintTaskParametersDc = TaskParametersDc & {
|
|
3945
4100
|
taskType?: string | null;
|
|
3946
4101
|
targetStorageDescription: SessionStaticTaskDataStorageDescription;
|
|
3947
|
-
templates?:
|
|
4102
|
+
templates?: TemplateModelDc[] | null;
|
|
3948
4103
|
};
|
|
3949
4104
|
export interface ProblemDetails {
|
|
3950
4105
|
type?: string;
|
|
@@ -4181,11 +4336,11 @@ export interface ProxyServiceInfoDc {
|
|
|
4181
4336
|
}
|
|
4182
4337
|
/**
|
|
4183
4338
|
* Stream quality.
|
|
4184
|
-
|
|
4339
|
+
|
|
4185
4340
|
Low
|
|
4186
|
-
|
|
4341
|
+
|
|
4187
4342
|
Medium
|
|
4188
|
-
|
|
4343
|
+
|
|
4189
4344
|
High
|
|
4190
4345
|
*/
|
|
4191
4346
|
export declare enum Quality {
|
|
@@ -4533,6 +4688,13 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4533
4688
|
*/
|
|
4534
4689
|
id: number;
|
|
4535
4690
|
}
|
|
4691
|
+
/**
|
|
4692
|
+
* Refresh token request data contract.
|
|
4693
|
+
*/
|
|
4694
|
+
export interface RefreshTokenDc {
|
|
4695
|
+
/** Refresh token. */
|
|
4696
|
+
refreshToken?: string;
|
|
4697
|
+
}
|
|
4536
4698
|
/**
|
|
4537
4699
|
* Create client data contract.
|
|
4538
4700
|
*/
|
|
@@ -4685,15 +4847,15 @@ export interface ResourceInfoDc {
|
|
|
4685
4847
|
}
|
|
4686
4848
|
/**
|
|
4687
4849
|
* Resources types filter.
|
|
4688
|
-
|
|
4850
|
+
|
|
4689
4851
|
RemoteTileService
|
|
4690
|
-
|
|
4852
|
+
|
|
4691
4853
|
ProxyService
|
|
4692
|
-
|
|
4854
|
+
|
|
4693
4855
|
PostgresLayerService
|
|
4694
|
-
|
|
4856
|
+
|
|
4695
4857
|
QueryLayerService
|
|
4696
|
-
|
|
4858
|
+
|
|
4697
4859
|
TileCatalogTable
|
|
4698
4860
|
*/
|
|
4699
4861
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4705,19 +4867,19 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4705
4867
|
}
|
|
4706
4868
|
/**
|
|
4707
4869
|
*
|
|
4708
|
-
|
|
4870
|
+
|
|
4709
4871
|
Unknown
|
|
4710
|
-
|
|
4872
|
+
|
|
4711
4873
|
table
|
|
4712
|
-
|
|
4874
|
+
|
|
4713
4875
|
layer
|
|
4714
|
-
|
|
4876
|
+
|
|
4715
4877
|
project
|
|
4716
|
-
|
|
4878
|
+
|
|
4717
4879
|
file
|
|
4718
|
-
|
|
4880
|
+
|
|
4719
4881
|
feature
|
|
4720
|
-
|
|
4882
|
+
|
|
4721
4883
|
tag
|
|
4722
4884
|
*/
|
|
4723
4885
|
export declare enum ResourceType {
|
|
@@ -4731,19 +4893,19 @@ export declare enum ResourceType {
|
|
|
4731
4893
|
}
|
|
4732
4894
|
/**
|
|
4733
4895
|
* Resources types filter.
|
|
4734
|
-
|
|
4896
|
+
|
|
4735
4897
|
Map
|
|
4736
|
-
|
|
4898
|
+
|
|
4737
4899
|
Layer
|
|
4738
|
-
|
|
4900
|
+
|
|
4739
4901
|
Table
|
|
4740
|
-
|
|
4902
|
+
|
|
4741
4903
|
RasterCatalog
|
|
4742
|
-
|
|
4904
|
+
|
|
4743
4905
|
ProxyService
|
|
4744
|
-
|
|
4906
|
+
|
|
4745
4907
|
RemoteTileService
|
|
4746
|
-
|
|
4908
|
+
|
|
4747
4909
|
File
|
|
4748
4910
|
*/
|
|
4749
4911
|
export declare enum ResourceTypeFilter {
|
|
@@ -4762,9 +4924,9 @@ export declare enum ResourceTypeLink {
|
|
|
4762
4924
|
}
|
|
4763
4925
|
/**
|
|
4764
4926
|
* Response type.
|
|
4765
|
-
|
|
4927
|
+
|
|
4766
4928
|
code
|
|
4767
|
-
|
|
4929
|
+
|
|
4768
4930
|
token
|
|
4769
4931
|
*/
|
|
4770
4932
|
export declare enum ResponseType {
|
|
@@ -4905,13 +5067,32 @@ export interface RoutingProviderInfoDc {
|
|
|
4905
5067
|
/**
|
|
4906
5068
|
* ScaleBar element data contract.
|
|
4907
5069
|
*/
|
|
4908
|
-
export
|
|
5070
|
+
export interface ScaleBarElementDc {
|
|
5071
|
+
/**
|
|
5072
|
+
* ScaleBar width.
|
|
5073
|
+
* @format int32
|
|
5074
|
+
*/
|
|
4909
5075
|
width?: number;
|
|
5076
|
+
/**
|
|
5077
|
+
* ScaleBar height.
|
|
5078
|
+
* @format int32
|
|
5079
|
+
*/
|
|
4910
5080
|
height?: number;
|
|
5081
|
+
/**
|
|
5082
|
+
* ScaleBar thickness.
|
|
5083
|
+
* @format int32
|
|
5084
|
+
*/
|
|
4911
5085
|
thickness?: number;
|
|
4912
|
-
|
|
5086
|
+
/** Font for scaleBar. */
|
|
5087
|
+
font?: string;
|
|
5088
|
+
/**
|
|
5089
|
+
* Font size for scaleBar.
|
|
5090
|
+
* @format float
|
|
5091
|
+
*/
|
|
4913
5092
|
fontSize?: number;
|
|
4914
|
-
|
|
5093
|
+
/** Check what this model element enabled. */
|
|
5094
|
+
enabled?: boolean;
|
|
5095
|
+
}
|
|
4915
5096
|
/**
|
|
4916
5097
|
* Script data contract.
|
|
4917
5098
|
*/
|
|
@@ -4995,21 +5176,21 @@ export interface ServerInfoDc {
|
|
|
4995
5176
|
}
|
|
4996
5177
|
/**
|
|
4997
5178
|
* Status of the server task.
|
|
4998
|
-
|
|
5179
|
+
|
|
4999
5180
|
None
|
|
5000
|
-
|
|
5181
|
+
|
|
5001
5182
|
Scheduled
|
|
5002
|
-
|
|
5183
|
+
|
|
5003
5184
|
Planning
|
|
5004
|
-
|
|
5185
|
+
|
|
5005
5186
|
Executing
|
|
5006
|
-
|
|
5187
|
+
|
|
5007
5188
|
Completed
|
|
5008
|
-
|
|
5189
|
+
|
|
5009
5190
|
Failed
|
|
5010
|
-
|
|
5191
|
+
|
|
5011
5192
|
Canceled
|
|
5012
|
-
|
|
5193
|
+
|
|
5013
5194
|
Timeout
|
|
5014
5195
|
*/
|
|
5015
5196
|
export declare enum ServerTaskStatus {
|
|
@@ -5270,7 +5451,7 @@ export interface SimpleEndingDc {
|
|
|
5270
5451
|
}
|
|
5271
5452
|
/**
|
|
5272
5453
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5273
|
-
|
|
5454
|
+
|
|
5274
5455
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5275
5456
|
stroke width and color of the symbol.
|
|
5276
5457
|
*/
|
|
@@ -5345,11 +5526,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5345
5526
|
}
|
|
5346
5527
|
/**
|
|
5347
5528
|
*
|
|
5348
|
-
|
|
5529
|
+
|
|
5349
5530
|
Basic
|
|
5350
|
-
|
|
5531
|
+
|
|
5351
5532
|
PreserveTopology
|
|
5352
|
-
|
|
5533
|
+
|
|
5353
5534
|
VW
|
|
5354
5535
|
*/
|
|
5355
5536
|
export declare enum SimplifyType {
|
|
@@ -5500,13 +5681,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5500
5681
|
};
|
|
5501
5682
|
/**
|
|
5502
5683
|
*
|
|
5503
|
-
|
|
5684
|
+
|
|
5504
5685
|
None
|
|
5505
|
-
|
|
5686
|
+
|
|
5506
5687
|
Image
|
|
5507
|
-
|
|
5688
|
+
|
|
5508
5689
|
PkkCode
|
|
5509
|
-
|
|
5690
|
+
|
|
5510
5691
|
Attachments
|
|
5511
5692
|
*/
|
|
5512
5693
|
export declare enum StringSubType {
|
|
@@ -5722,9 +5903,9 @@ export interface TagsFilterDto {
|
|
|
5722
5903
|
}
|
|
5723
5904
|
/**
|
|
5724
5905
|
* Task owner group.
|
|
5725
|
-
|
|
5906
|
+
|
|
5726
5907
|
my
|
|
5727
|
-
|
|
5908
|
+
|
|
5728
5909
|
all
|
|
5729
5910
|
*/
|
|
5730
5911
|
export declare enum TaskGroup {
|
|
@@ -5942,13 +6123,13 @@ export interface TemplateModelDc {
|
|
|
5942
6123
|
}
|
|
5943
6124
|
/**
|
|
5944
6125
|
* Sets the horizontal alignment of text.
|
|
5945
|
-
|
|
6126
|
+
|
|
5946
6127
|
right
|
|
5947
|
-
|
|
6128
|
+
|
|
5948
6129
|
left
|
|
5949
|
-
|
|
6130
|
+
|
|
5950
6131
|
center
|
|
5951
|
-
|
|
6132
|
+
|
|
5952
6133
|
justified
|
|
5953
6134
|
*/
|
|
5954
6135
|
export declare enum TextAlignment {
|
|
@@ -5968,11 +6149,11 @@ export interface TextBackgroundDc {
|
|
|
5968
6149
|
}
|
|
5969
6150
|
/**
|
|
5970
6151
|
* Sets the vertical alignment of text.
|
|
5971
|
-
|
|
6152
|
+
|
|
5972
6153
|
top
|
|
5973
|
-
|
|
6154
|
+
|
|
5974
6155
|
bottom
|
|
5975
|
-
|
|
6156
|
+
|
|
5976
6157
|
middle
|
|
5977
6158
|
*/
|
|
5978
6159
|
export declare enum TextVerticalAlignment {
|
|
@@ -6905,6 +7086,20 @@ export interface RemoveConfigurationParams {
|
|
|
6905
7086
|
/** URL path. */
|
|
6906
7087
|
urlPath: string;
|
|
6907
7088
|
}
|
|
7089
|
+
export interface GetDataSourcesListParams {
|
|
7090
|
+
/** Owner. */
|
|
7091
|
+
owner?: string;
|
|
7092
|
+
/**
|
|
7093
|
+
* Objects limit per response.
|
|
7094
|
+
* @format int32
|
|
7095
|
+
*/
|
|
7096
|
+
offset?: number;
|
|
7097
|
+
/**
|
|
7098
|
+
* Objects count have to skip. Default limit sets in 20 object.
|
|
7099
|
+
* @format int32
|
|
7100
|
+
*/
|
|
7101
|
+
limit?: number;
|
|
7102
|
+
}
|
|
6908
7103
|
export interface SetLayerParameterValueParams {
|
|
6909
7104
|
/** Layer name. */
|
|
6910
7105
|
layerName?: string;
|
|
@@ -7238,7 +7433,7 @@ export interface GetByIdParams {
|
|
|
7238
7433
|
id: string;
|
|
7239
7434
|
}
|
|
7240
7435
|
/**
|
|
7241
|
-
* Geometry
|
|
7436
|
+
* Geometry data contract.
|
|
7242
7437
|
*/
|
|
7243
7438
|
export declare type UnitePayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7244
7439
|
export interface UniteParams {
|
|
@@ -7253,7 +7448,7 @@ export interface UniteParams {
|
|
|
7253
7448
|
id: string;
|
|
7254
7449
|
}
|
|
7255
7450
|
/**
|
|
7256
|
-
* Geometry
|
|
7451
|
+
* Geometry data contract.
|
|
7257
7452
|
*/
|
|
7258
7453
|
export declare type SubtractPayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7259
7454
|
export interface SubtractParams {
|
|
@@ -7344,7 +7539,7 @@ export interface GetByGeometryParams {
|
|
|
7344
7539
|
name: string;
|
|
7345
7540
|
}
|
|
7346
7541
|
/**
|
|
7347
|
-
* Geometry
|
|
7542
|
+
* Geometry data contract.
|
|
7348
7543
|
*/
|
|
7349
7544
|
export declare type GetByGeometryPostPayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7350
7545
|
export interface GetByGeometryPostParams {
|
|
@@ -7550,7 +7745,7 @@ export interface ValidateExpressionParams {
|
|
|
7550
7745
|
/** Layer name. */
|
|
7551
7746
|
layerName: string;
|
|
7552
7747
|
}
|
|
7553
|
-
export interface
|
|
7748
|
+
export interface GetRasterMetaParams4 {
|
|
7554
7749
|
/**
|
|
7555
7750
|
* Min value for build histogram.
|
|
7556
7751
|
* @format double
|
|
@@ -7626,14 +7821,6 @@ export interface UnsubscribeOperationParams {
|
|
|
7626
7821
|
}
|
|
7627
7822
|
export declare type SubscribeListOperationPayload = string[];
|
|
7628
7823
|
export declare type UnsubscribeListOperationPayload = string[];
|
|
7629
|
-
/**
|
|
7630
|
-
* Base template model data contract.
|
|
7631
|
-
*/
|
|
7632
|
-
export declare type PrintPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7633
|
-
/**
|
|
7634
|
-
* Base template model data contract.
|
|
7635
|
-
*/
|
|
7636
|
-
export declare type PrintToHtmlPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7637
7824
|
export interface UploadTemplatePayload {
|
|
7638
7825
|
/** @format binary */
|
|
7639
7826
|
template?: File;
|
|
@@ -7677,7 +7864,7 @@ export interface GetProjectsListParams {
|
|
|
7677
7864
|
tags?: string[];
|
|
7678
7865
|
}
|
|
7679
7866
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7680
|
-
export interface
|
|
7867
|
+
export interface DeleteResourcesParams9 {
|
|
7681
7868
|
/** Resource names. */
|
|
7682
7869
|
names?: string[];
|
|
7683
7870
|
}
|
|
@@ -7960,7 +8147,7 @@ export interface StatisticsDbParams {
|
|
|
7960
8147
|
*/
|
|
7961
8148
|
types?: AggregationFunction[];
|
|
7962
8149
|
}
|
|
7963
|
-
export interface
|
|
8150
|
+
export interface ClassifyParams5 {
|
|
7964
8151
|
/** Layer name. */
|
|
7965
8152
|
name: string;
|
|
7966
8153
|
/** Attribute name. */
|
|
@@ -8093,6 +8280,10 @@ export interface GetTableListParams {
|
|
|
8093
8280
|
acl?: string;
|
|
8094
8281
|
}
|
|
8095
8282
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8283
|
+
export interface DeleteResourcesParams4 {
|
|
8284
|
+
/** Resource names. */
|
|
8285
|
+
names?: string[];
|
|
8286
|
+
}
|
|
8096
8287
|
export interface GetTablesInfoParams {
|
|
8097
8288
|
/** Table names. */
|
|
8098
8289
|
tableNames?: string[];
|
|
@@ -8246,7 +8437,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8246
8437
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8247
8438
|
AcceptFormats?: string[];
|
|
8248
8439
|
}
|
|
8249
|
-
export interface
|
|
8440
|
+
export interface GetCapabilitiesParams4 {
|
|
8250
8441
|
/** Output format of service metadata. */
|
|
8251
8442
|
Format?: string;
|
|
8252
8443
|
/** Must be WMS. */
|