@evergis/api 3.0.209 → 3.0.212
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__/LayersService.d.ts +13 -2
- package/dist/__generated__/ProjectsService.d.ts +13 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +254 -217
- package/dist/api.cjs.development.js +62 -15
- 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 +273 -226
- 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 {
|
|
@@ -814,6 +814,15 @@ export declare type BufferTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
814
814
|
idAttributeName?: string | null;
|
|
815
815
|
geometryAttributeName?: string | null;
|
|
816
816
|
};
|
|
817
|
+
/**
|
|
818
|
+
* Get bulk extents data conteract.
|
|
819
|
+
*/
|
|
820
|
+
export interface BulkExtentsDc {
|
|
821
|
+
/** Envelope geometry. */
|
|
822
|
+
overall?: EnvelopeDc;
|
|
823
|
+
/** Extent per layer. */
|
|
824
|
+
extents?: Record<string, EnvelopeDc>;
|
|
825
|
+
}
|
|
817
826
|
/**
|
|
818
827
|
* Provides set resources bulk operation status.
|
|
819
828
|
*/
|
|
@@ -945,19 +954,19 @@ export interface CatalogResourceDc {
|
|
|
945
954
|
}
|
|
946
955
|
/**
|
|
947
956
|
*
|
|
948
|
-
|
|
957
|
+
|
|
949
958
|
None
|
|
950
|
-
|
|
959
|
+
|
|
951
960
|
Map
|
|
952
|
-
|
|
961
|
+
|
|
953
962
|
Layer
|
|
954
|
-
|
|
963
|
+
|
|
955
964
|
Table
|
|
956
|
-
|
|
965
|
+
|
|
957
966
|
File
|
|
958
|
-
|
|
967
|
+
|
|
959
968
|
TaskPrototype
|
|
960
|
-
|
|
969
|
+
|
|
961
970
|
DataSource
|
|
962
971
|
*/
|
|
963
972
|
export declare enum CatalogResourceType {
|
|
@@ -1002,15 +1011,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
1002
1011
|
};
|
|
1003
1012
|
/**
|
|
1004
1013
|
* Describes classification methods.
|
|
1005
|
-
|
|
1014
|
+
|
|
1006
1015
|
none
|
|
1007
|
-
|
|
1016
|
+
|
|
1008
1017
|
naturalBreaks
|
|
1009
|
-
|
|
1018
|
+
|
|
1010
1019
|
equalInterval
|
|
1011
|
-
|
|
1020
|
+
|
|
1012
1021
|
quantile
|
|
1013
|
-
|
|
1022
|
+
|
|
1014
1023
|
unique
|
|
1015
1024
|
*/
|
|
1016
1025
|
export declare enum ClassificationType {
|
|
@@ -1022,11 +1031,11 @@ export declare enum ClassificationType {
|
|
|
1022
1031
|
}
|
|
1023
1032
|
/**
|
|
1024
1033
|
*
|
|
1025
|
-
|
|
1034
|
+
|
|
1026
1035
|
decimal
|
|
1027
|
-
|
|
1036
|
+
|
|
1028
1037
|
dateTime
|
|
1029
|
-
|
|
1038
|
+
|
|
1030
1039
|
text
|
|
1031
1040
|
*/
|
|
1032
1041
|
export declare enum ClassifyAttributeType {
|
|
@@ -1324,55 +1333,55 @@ export interface ConfigDc {
|
|
|
1324
1333
|
}
|
|
1325
1334
|
/**
|
|
1326
1335
|
*
|
|
1327
|
-
|
|
1336
|
+
|
|
1328
1337
|
Unknown
|
|
1329
|
-
|
|
1338
|
+
|
|
1330
1339
|
SerializeError
|
|
1331
|
-
|
|
1340
|
+
|
|
1332
1341
|
InvalidDataService
|
|
1333
|
-
|
|
1342
|
+
|
|
1334
1343
|
InvalidConfiguration
|
|
1335
|
-
|
|
1344
|
+
|
|
1336
1345
|
InvalidDataServiceName
|
|
1337
|
-
|
|
1346
|
+
|
|
1338
1347
|
InvalidTableName
|
|
1339
|
-
|
|
1348
|
+
|
|
1340
1349
|
InvalidLayerName
|
|
1341
|
-
|
|
1350
|
+
|
|
1342
1351
|
ResourceNotFound
|
|
1343
|
-
|
|
1352
|
+
|
|
1344
1353
|
InvalidCondition
|
|
1345
|
-
|
|
1354
|
+
|
|
1346
1355
|
InvalidAttributes
|
|
1347
|
-
|
|
1356
|
+
|
|
1348
1357
|
InvalidIdAttribute
|
|
1349
|
-
|
|
1358
|
+
|
|
1350
1359
|
InvalidGeometryAttribute
|
|
1351
|
-
|
|
1360
|
+
|
|
1352
1361
|
InvalidGeometryAttributeType
|
|
1353
|
-
|
|
1362
|
+
|
|
1354
1363
|
InvalidColumnName
|
|
1355
|
-
|
|
1364
|
+
|
|
1356
1365
|
InvalidIdColumnSettings
|
|
1357
|
-
|
|
1366
|
+
|
|
1358
1367
|
ColumnNotExistsInTable
|
|
1359
|
-
|
|
1368
|
+
|
|
1360
1369
|
InvalidStyle
|
|
1361
|
-
|
|
1370
|
+
|
|
1362
1371
|
InvalidLayerType
|
|
1363
|
-
|
|
1372
|
+
|
|
1364
1373
|
ColumnLoadingError
|
|
1365
|
-
|
|
1374
|
+
|
|
1366
1375
|
InvalidAttributeFormat
|
|
1367
|
-
|
|
1376
|
+
|
|
1368
1377
|
DataSourceNotFound
|
|
1369
|
-
|
|
1378
|
+
|
|
1370
1379
|
DuplicateColumns
|
|
1371
|
-
|
|
1380
|
+
|
|
1372
1381
|
DuplicateAttributes
|
|
1373
|
-
|
|
1382
|
+
|
|
1374
1383
|
TableWithoutColumns
|
|
1375
|
-
|
|
1384
|
+
|
|
1376
1385
|
InvalidTableReferenceConfiguration
|
|
1377
1386
|
*/
|
|
1378
1387
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1697,13 +1706,13 @@ export interface DataSourceInfoDc {
|
|
|
1697
1706
|
}
|
|
1698
1707
|
/**
|
|
1699
1708
|
*
|
|
1700
|
-
|
|
1709
|
+
|
|
1701
1710
|
Postgres
|
|
1702
|
-
|
|
1711
|
+
|
|
1703
1712
|
Trino
|
|
1704
|
-
|
|
1713
|
+
|
|
1705
1714
|
S3
|
|
1706
|
-
|
|
1715
|
+
|
|
1707
1716
|
GisServer
|
|
1708
1717
|
*/
|
|
1709
1718
|
export declare enum DataSourceType {
|
|
@@ -1835,15 +1844,15 @@ export interface ErrorDetailsDc {
|
|
|
1835
1844
|
}
|
|
1836
1845
|
/**
|
|
1837
1846
|
* Type of the error.
|
|
1838
|
-
|
|
1847
|
+
|
|
1839
1848
|
ResourceLimitExceeded
|
|
1840
|
-
|
|
1849
|
+
|
|
1841
1850
|
ResourceNotFound
|
|
1842
|
-
|
|
1851
|
+
|
|
1843
1852
|
InternalError
|
|
1844
|
-
|
|
1853
|
+
|
|
1845
1854
|
BadRequest
|
|
1846
|
-
|
|
1855
|
+
|
|
1847
1856
|
DuplicateContent
|
|
1848
1857
|
*/
|
|
1849
1858
|
export declare enum ErrorDetailsType {
|
|
@@ -2343,9 +2352,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2343
2352
|
};
|
|
2344
2353
|
/**
|
|
2345
2354
|
* Type of the feature.
|
|
2346
|
-
|
|
2355
|
+
|
|
2347
2356
|
Unknown
|
|
2348
|
-
|
|
2357
|
+
|
|
2349
2358
|
GeometricFeature
|
|
2350
2359
|
*/
|
|
2351
2360
|
export declare enum FeatureType {
|
|
@@ -2472,11 +2481,11 @@ export interface FilterDc {
|
|
|
2472
2481
|
}
|
|
2473
2482
|
/**
|
|
2474
2483
|
* Sets whether font should be styled.
|
|
2475
|
-
|
|
2484
|
+
|
|
2476
2485
|
normal
|
|
2477
|
-
|
|
2486
|
+
|
|
2478
2487
|
oblique
|
|
2479
|
-
|
|
2488
|
+
|
|
2480
2489
|
italic
|
|
2481
2490
|
*/
|
|
2482
2491
|
export declare enum FontStyle {
|
|
@@ -2486,27 +2495,27 @@ export declare enum FontStyle {
|
|
|
2486
2495
|
}
|
|
2487
2496
|
/**
|
|
2488
2497
|
* Specifies the weight (or boldness) of the font.
|
|
2489
|
-
|
|
2498
|
+
|
|
2490
2499
|
Thin
|
|
2491
|
-
|
|
2500
|
+
|
|
2492
2501
|
ExtraLight
|
|
2493
|
-
|
|
2502
|
+
|
|
2494
2503
|
Light
|
|
2495
|
-
|
|
2504
|
+
|
|
2496
2505
|
SemiLight
|
|
2497
|
-
|
|
2506
|
+
|
|
2498
2507
|
Normal
|
|
2499
|
-
|
|
2508
|
+
|
|
2500
2509
|
Medium
|
|
2501
|
-
|
|
2510
|
+
|
|
2502
2511
|
DemiBold
|
|
2503
|
-
|
|
2512
|
+
|
|
2504
2513
|
Bold
|
|
2505
|
-
|
|
2514
|
+
|
|
2506
2515
|
ExtraBold
|
|
2507
|
-
|
|
2516
|
+
|
|
2508
2517
|
Black
|
|
2509
|
-
|
|
2518
|
+
|
|
2510
2519
|
ExtraBlack
|
|
2511
2520
|
*/
|
|
2512
2521
|
export declare enum FontWeight {
|
|
@@ -2601,17 +2610,17 @@ export interface GeometryDc {
|
|
|
2601
2610
|
}
|
|
2602
2611
|
/**
|
|
2603
2612
|
*
|
|
2604
|
-
|
|
2613
|
+
|
|
2605
2614
|
unknown
|
|
2606
|
-
|
|
2615
|
+
|
|
2607
2616
|
point
|
|
2608
|
-
|
|
2617
|
+
|
|
2609
2618
|
polyline
|
|
2610
|
-
|
|
2619
|
+
|
|
2611
2620
|
multipolygon
|
|
2612
|
-
|
|
2621
|
+
|
|
2613
2622
|
envelope
|
|
2614
|
-
|
|
2623
|
+
|
|
2615
2624
|
multipoint
|
|
2616
2625
|
*/
|
|
2617
2626
|
export declare enum GeometryType {
|
|
@@ -2622,6 +2631,15 @@ export declare enum GeometryType {
|
|
|
2622
2631
|
Envelope = "envelope",
|
|
2623
2632
|
Multipoint = "multipoint"
|
|
2624
2633
|
}
|
|
2634
|
+
/**
|
|
2635
|
+
* Get extent from layer paramaters.
|
|
2636
|
+
*/
|
|
2637
|
+
export interface GetBulkExtentsDc {
|
|
2638
|
+
/** Full name of the layer. */
|
|
2639
|
+
layerName?: string;
|
|
2640
|
+
/** If set, only the features that satisfy the condition will be considered when calculating the extent. */
|
|
2641
|
+
query?: string;
|
|
2642
|
+
}
|
|
2625
2643
|
/**
|
|
2626
2644
|
* Get features from layer paramaters.
|
|
2627
2645
|
*/
|
|
@@ -2790,13 +2808,13 @@ export interface GridElementDc {
|
|
|
2790
2808
|
}
|
|
2791
2809
|
/**
|
|
2792
2810
|
* Resource group.
|
|
2793
|
-
|
|
2811
|
+
|
|
2794
2812
|
my
|
|
2795
|
-
|
|
2813
|
+
|
|
2796
2814
|
role
|
|
2797
|
-
|
|
2815
|
+
|
|
2798
2816
|
public
|
|
2799
|
-
|
|
2817
|
+
|
|
2800
2818
|
all
|
|
2801
2819
|
*/
|
|
2802
2820
|
export declare enum Group {
|
|
@@ -3350,13 +3368,13 @@ export interface LegendTemplateModelDc {
|
|
|
3350
3368
|
}
|
|
3351
3369
|
/**
|
|
3352
3370
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3353
|
-
|
|
3371
|
+
|
|
3354
3372
|
Flat
|
|
3355
|
-
|
|
3373
|
+
|
|
3356
3374
|
Square
|
|
3357
|
-
|
|
3375
|
+
|
|
3358
3376
|
Round
|
|
3359
|
-
|
|
3377
|
+
|
|
3360
3378
|
Triangle
|
|
3361
3379
|
*/
|
|
3362
3380
|
export declare enum LineCapStyle {
|
|
@@ -3400,29 +3418,29 @@ export interface LineEndingBaseDc {
|
|
|
3400
3418
|
}
|
|
3401
3419
|
/**
|
|
3402
3420
|
* Type of the line ending.
|
|
3403
|
-
|
|
3421
|
+
|
|
3404
3422
|
none
|
|
3405
|
-
|
|
3423
|
+
|
|
3406
3424
|
arrow
|
|
3407
|
-
|
|
3425
|
+
|
|
3408
3426
|
filledArrow
|
|
3409
|
-
|
|
3427
|
+
|
|
3410
3428
|
square
|
|
3411
|
-
|
|
3429
|
+
|
|
3412
3430
|
filledSquare
|
|
3413
|
-
|
|
3431
|
+
|
|
3414
3432
|
circle
|
|
3415
|
-
|
|
3433
|
+
|
|
3416
3434
|
filledCircle
|
|
3417
|
-
|
|
3435
|
+
|
|
3418
3436
|
diamond
|
|
3419
|
-
|
|
3437
|
+
|
|
3420
3438
|
filledDiamond
|
|
3421
|
-
|
|
3439
|
+
|
|
3422
3440
|
roundSquare
|
|
3423
|
-
|
|
3441
|
+
|
|
3424
3442
|
filledRoundSquare
|
|
3425
|
-
|
|
3443
|
+
|
|
3426
3444
|
svg
|
|
3427
3445
|
*/
|
|
3428
3446
|
export declare enum LineEndingType {
|
|
@@ -3441,11 +3459,11 @@ export declare enum LineEndingType {
|
|
|
3441
3459
|
}
|
|
3442
3460
|
/**
|
|
3443
3461
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3444
|
-
|
|
3462
|
+
|
|
3445
3463
|
Miter
|
|
3446
|
-
|
|
3464
|
+
|
|
3447
3465
|
Bevel
|
|
3448
|
-
|
|
3466
|
+
|
|
3449
3467
|
Round
|
|
3450
3468
|
*/
|
|
3451
3469
|
export declare enum LineJoinType {
|
|
@@ -3550,7 +3568,7 @@ export interface LoginResultDc {
|
|
|
3550
3568
|
}
|
|
3551
3569
|
/**
|
|
3552
3570
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3553
|
-
|
|
3571
|
+
|
|
3554
3572
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3555
3573
|
*/
|
|
3556
3574
|
export interface MapTableInfoDc {
|
|
@@ -3654,15 +3672,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3654
3672
|
export declare type ObjectId = object;
|
|
3655
3673
|
/**
|
|
3656
3674
|
*
|
|
3657
|
-
|
|
3675
|
+
|
|
3658
3676
|
Unknown
|
|
3659
|
-
|
|
3677
|
+
|
|
3660
3678
|
union
|
|
3661
|
-
|
|
3679
|
+
|
|
3662
3680
|
intersection
|
|
3663
|
-
|
|
3681
|
+
|
|
3664
3682
|
subtraction
|
|
3665
|
-
|
|
3683
|
+
|
|
3666
3684
|
symDifference
|
|
3667
3685
|
*/
|
|
3668
3686
|
export declare enum Operation {
|
|
@@ -3682,11 +3700,11 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3682
3700
|
};
|
|
3683
3701
|
/**
|
|
3684
3702
|
* Filter exists resources by owner.
|
|
3685
|
-
|
|
3703
|
+
|
|
3686
3704
|
My
|
|
3687
|
-
|
|
3705
|
+
|
|
3688
3706
|
Shared
|
|
3689
|
-
|
|
3707
|
+
|
|
3690
3708
|
Public
|
|
3691
3709
|
*/
|
|
3692
3710
|
export declare enum OwnerFilter {
|
|
@@ -3946,9 +3964,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3946
3964
|
};
|
|
3947
3965
|
/**
|
|
3948
3966
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3949
|
-
|
|
3967
|
+
|
|
3950
3968
|
xyz
|
|
3951
|
-
|
|
3969
|
+
|
|
3952
3970
|
tms
|
|
3953
3971
|
*/
|
|
3954
3972
|
export declare enum PbfSchema {
|
|
@@ -3969,19 +3987,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3969
3987
|
};
|
|
3970
3988
|
/**
|
|
3971
3989
|
*
|
|
3972
|
-
|
|
3990
|
+
|
|
3973
3991
|
none
|
|
3974
|
-
|
|
3992
|
+
|
|
3975
3993
|
configure
|
|
3976
|
-
|
|
3994
|
+
|
|
3977
3995
|
write
|
|
3978
|
-
|
|
3996
|
+
|
|
3979
3997
|
read
|
|
3980
|
-
|
|
3998
|
+
|
|
3981
3999
|
read,configure
|
|
3982
|
-
|
|
4000
|
+
|
|
3983
4001
|
read,write
|
|
3984
|
-
|
|
4002
|
+
|
|
3985
4003
|
read,write,configure
|
|
3986
4004
|
*/
|
|
3987
4005
|
export declare enum Permissions {
|
|
@@ -4039,19 +4057,19 @@ export interface PolicyDc {
|
|
|
4039
4057
|
}
|
|
4040
4058
|
/**
|
|
4041
4059
|
* Type of the authorization policy.
|
|
4042
|
-
|
|
4060
|
+
|
|
4043
4061
|
Unknown
|
|
4044
|
-
|
|
4062
|
+
|
|
4045
4063
|
CreateTable
|
|
4046
|
-
|
|
4064
|
+
|
|
4047
4065
|
CreateLayer
|
|
4048
|
-
|
|
4066
|
+
|
|
4049
4067
|
CreateProject
|
|
4050
|
-
|
|
4068
|
+
|
|
4051
4069
|
MaxFeaturesInOneTable
|
|
4052
|
-
|
|
4070
|
+
|
|
4053
4071
|
MaxObjectsToExport
|
|
4054
|
-
|
|
4072
|
+
|
|
4055
4073
|
MaxUploadContentSize
|
|
4056
4074
|
*/
|
|
4057
4075
|
export declare enum PolicyType {
|
|
@@ -4437,11 +4455,11 @@ export interface ProxyServiceInfoDc {
|
|
|
4437
4455
|
}
|
|
4438
4456
|
/**
|
|
4439
4457
|
* Stream quality.
|
|
4440
|
-
|
|
4458
|
+
|
|
4441
4459
|
Low
|
|
4442
|
-
|
|
4460
|
+
|
|
4443
4461
|
Medium
|
|
4444
|
-
|
|
4462
|
+
|
|
4445
4463
|
High
|
|
4446
4464
|
*/
|
|
4447
4465
|
export declare enum Quality {
|
|
@@ -4507,6 +4525,8 @@ export interface QueryLayerServiceEqlParameterConfigurationDc {
|
|
|
4507
4525
|
valueColumn?: string;
|
|
4508
4526
|
/** Name of the column containing the description. */
|
|
4509
4527
|
descriptionColumn?: string;
|
|
4528
|
+
/** Data source name. */
|
|
4529
|
+
ds?: string;
|
|
4510
4530
|
/** Query text. */
|
|
4511
4531
|
query?: string;
|
|
4512
4532
|
/** Available values. */
|
|
@@ -4968,15 +4988,15 @@ export interface ResourceParentDc {
|
|
|
4968
4988
|
}
|
|
4969
4989
|
/**
|
|
4970
4990
|
* Resources types filter.
|
|
4971
|
-
|
|
4991
|
+
|
|
4972
4992
|
RemoteTileService
|
|
4973
|
-
|
|
4993
|
+
|
|
4974
4994
|
ProxyService
|
|
4975
|
-
|
|
4995
|
+
|
|
4976
4996
|
PostgresLayerService
|
|
4977
|
-
|
|
4997
|
+
|
|
4978
4998
|
QueryLayerService
|
|
4979
|
-
|
|
4999
|
+
|
|
4980
5000
|
TileCatalogTable
|
|
4981
5001
|
*/
|
|
4982
5002
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4988,19 +5008,19 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4988
5008
|
}
|
|
4989
5009
|
/**
|
|
4990
5010
|
*
|
|
4991
|
-
|
|
5011
|
+
|
|
4992
5012
|
Unknown
|
|
4993
|
-
|
|
5013
|
+
|
|
4994
5014
|
table
|
|
4995
|
-
|
|
5015
|
+
|
|
4996
5016
|
layer
|
|
4997
|
-
|
|
5017
|
+
|
|
4998
5018
|
project
|
|
4999
|
-
|
|
5019
|
+
|
|
5000
5020
|
file
|
|
5001
|
-
|
|
5021
|
+
|
|
5002
5022
|
feature
|
|
5003
|
-
|
|
5023
|
+
|
|
5004
5024
|
tag
|
|
5005
5025
|
*/
|
|
5006
5026
|
export declare enum ResourceType {
|
|
@@ -5014,21 +5034,21 @@ export declare enum ResourceType {
|
|
|
5014
5034
|
}
|
|
5015
5035
|
/**
|
|
5016
5036
|
* Resources types filter.
|
|
5017
|
-
|
|
5037
|
+
|
|
5018
5038
|
Map
|
|
5019
|
-
|
|
5039
|
+
|
|
5020
5040
|
Layer
|
|
5021
|
-
|
|
5041
|
+
|
|
5022
5042
|
Table
|
|
5023
|
-
|
|
5043
|
+
|
|
5024
5044
|
RasterCatalog
|
|
5025
|
-
|
|
5045
|
+
|
|
5026
5046
|
ProxyService
|
|
5027
|
-
|
|
5047
|
+
|
|
5028
5048
|
RemoteTileService
|
|
5029
|
-
|
|
5049
|
+
|
|
5030
5050
|
File
|
|
5031
|
-
|
|
5051
|
+
|
|
5032
5052
|
DataSource
|
|
5033
5053
|
*/
|
|
5034
5054
|
export declare enum ResourceTypeFilter {
|
|
@@ -5048,9 +5068,9 @@ export declare enum ResourceTypeLink {
|
|
|
5048
5068
|
}
|
|
5049
5069
|
/**
|
|
5050
5070
|
* Response type.
|
|
5051
|
-
|
|
5071
|
+
|
|
5052
5072
|
code
|
|
5053
|
-
|
|
5073
|
+
|
|
5054
5074
|
token
|
|
5055
5075
|
*/
|
|
5056
5076
|
export declare enum ResponseType {
|
|
@@ -5300,21 +5320,21 @@ export interface ServerInfoDc {
|
|
|
5300
5320
|
}
|
|
5301
5321
|
/**
|
|
5302
5322
|
* Status of the server task.
|
|
5303
|
-
|
|
5323
|
+
|
|
5304
5324
|
None
|
|
5305
|
-
|
|
5325
|
+
|
|
5306
5326
|
Scheduled
|
|
5307
|
-
|
|
5327
|
+
|
|
5308
5328
|
Planning
|
|
5309
|
-
|
|
5329
|
+
|
|
5310
5330
|
Executing
|
|
5311
|
-
|
|
5331
|
+
|
|
5312
5332
|
Completed
|
|
5313
|
-
|
|
5333
|
+
|
|
5314
5334
|
Failed
|
|
5315
|
-
|
|
5335
|
+
|
|
5316
5336
|
Canceled
|
|
5317
|
-
|
|
5337
|
+
|
|
5318
5338
|
Timeout
|
|
5319
5339
|
*/
|
|
5320
5340
|
export declare enum ServerTaskStatus {
|
|
@@ -5575,7 +5595,7 @@ export interface SimpleEndingDc {
|
|
|
5575
5595
|
}
|
|
5576
5596
|
/**
|
|
5577
5597
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5578
|
-
|
|
5598
|
+
|
|
5579
5599
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5580
5600
|
stroke width and color of the symbol.
|
|
5581
5601
|
*/
|
|
@@ -5650,11 +5670,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5650
5670
|
}
|
|
5651
5671
|
/**
|
|
5652
5672
|
*
|
|
5653
|
-
|
|
5673
|
+
|
|
5654
5674
|
Basic
|
|
5655
|
-
|
|
5675
|
+
|
|
5656
5676
|
PreserveTopology
|
|
5657
|
-
|
|
5677
|
+
|
|
5658
5678
|
VW
|
|
5659
5679
|
*/
|
|
5660
5680
|
export declare enum SimplifyType {
|
|
@@ -5805,13 +5825,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5805
5825
|
};
|
|
5806
5826
|
/**
|
|
5807
5827
|
*
|
|
5808
|
-
|
|
5828
|
+
|
|
5809
5829
|
None
|
|
5810
|
-
|
|
5830
|
+
|
|
5811
5831
|
Image
|
|
5812
|
-
|
|
5832
|
+
|
|
5813
5833
|
PkkCode
|
|
5814
|
-
|
|
5834
|
+
|
|
5815
5835
|
Attachments
|
|
5816
5836
|
*/
|
|
5817
5837
|
export declare enum StringSubType {
|
|
@@ -6027,9 +6047,9 @@ export interface TagsFilterDto {
|
|
|
6027
6047
|
}
|
|
6028
6048
|
/**
|
|
6029
6049
|
* Task owner group.
|
|
6030
|
-
|
|
6050
|
+
|
|
6031
6051
|
my
|
|
6032
|
-
|
|
6052
|
+
|
|
6033
6053
|
all
|
|
6034
6054
|
*/
|
|
6035
6055
|
export declare enum TaskGroup {
|
|
@@ -6256,13 +6276,13 @@ export interface TestConnectionInfoDc {
|
|
|
6256
6276
|
}
|
|
6257
6277
|
/**
|
|
6258
6278
|
* Sets the horizontal alignment of text.
|
|
6259
|
-
|
|
6279
|
+
|
|
6260
6280
|
right
|
|
6261
|
-
|
|
6281
|
+
|
|
6262
6282
|
left
|
|
6263
|
-
|
|
6283
|
+
|
|
6264
6284
|
center
|
|
6265
|
-
|
|
6285
|
+
|
|
6266
6286
|
justified
|
|
6267
6287
|
*/
|
|
6268
6288
|
export declare enum TextAlignment {
|
|
@@ -6282,11 +6302,11 @@ export interface TextBackgroundDc {
|
|
|
6282
6302
|
}
|
|
6283
6303
|
/**
|
|
6284
6304
|
* Sets the vertical alignment of text.
|
|
6285
|
-
|
|
6305
|
+
|
|
6286
6306
|
top
|
|
6287
|
-
|
|
6307
|
+
|
|
6288
6308
|
bottom
|
|
6289
|
-
|
|
6309
|
+
|
|
6290
6310
|
middle
|
|
6291
6311
|
*/
|
|
6292
6312
|
export declare enum TextVerticalAlignment {
|
|
@@ -7422,6 +7442,14 @@ export interface GetRasterMetaParams {
|
|
|
7422
7442
|
fileName?: string;
|
|
7423
7443
|
}
|
|
7424
7444
|
export declare type GetBulkFeaturesPayload = GetBulkFeaturesParametersDc[];
|
|
7445
|
+
export declare type GetBulkExtentsPayload = GetBulkExtentsDc[];
|
|
7446
|
+
export interface GetBulkExtentsParams {
|
|
7447
|
+
/**
|
|
7448
|
+
* Spatial reference to return the extent in.
|
|
7449
|
+
* @format int32
|
|
7450
|
+
*/
|
|
7451
|
+
sr?: number;
|
|
7452
|
+
}
|
|
7425
7453
|
export interface GetLayersListParams {
|
|
7426
7454
|
/**
|
|
7427
7455
|
* Full text query filter that allow to query in alias and name fields.
|
|
@@ -7886,7 +7914,7 @@ export interface ValidateExpressionParams {
|
|
|
7886
7914
|
/** Layer name. */
|
|
7887
7915
|
layerName: string;
|
|
7888
7916
|
}
|
|
7889
|
-
export interface
|
|
7917
|
+
export interface GetRasterMetaParams3 {
|
|
7890
7918
|
/**
|
|
7891
7919
|
* Min value for build histogram.
|
|
7892
7920
|
* @format double
|
|
@@ -8005,7 +8033,7 @@ export interface GetProjectsListParams {
|
|
|
8005
8033
|
tags?: string[];
|
|
8006
8034
|
}
|
|
8007
8035
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
8008
|
-
export interface
|
|
8036
|
+
export interface DeleteResourcesParams7 {
|
|
8009
8037
|
/** Resource names. */
|
|
8010
8038
|
names?: string[];
|
|
8011
8039
|
}
|
|
@@ -8013,6 +8041,15 @@ export interface GetProjectsInfoParams {
|
|
|
8013
8041
|
/** Project names. */
|
|
8014
8042
|
projectNames?: string[];
|
|
8015
8043
|
}
|
|
8044
|
+
export interface GetProjectEnvelopeParams {
|
|
8045
|
+
/**
|
|
8046
|
+
* Spatial reference to return the extent in.
|
|
8047
|
+
* @format int32
|
|
8048
|
+
*/
|
|
8049
|
+
sr?: number;
|
|
8050
|
+
/** The name of the project. */
|
|
8051
|
+
name: string;
|
|
8052
|
+
}
|
|
8016
8053
|
export interface SetPreviewBody {
|
|
8017
8054
|
/** @format binary */
|
|
8018
8055
|
file?: File;
|
|
@@ -8288,7 +8325,7 @@ export interface StatisticsDbParams {
|
|
|
8288
8325
|
*/
|
|
8289
8326
|
types?: AggregationFunction[];
|
|
8290
8327
|
}
|
|
8291
|
-
export interface
|
|
8328
|
+
export interface ClassifyParams2 {
|
|
8292
8329
|
/** Layer name. */
|
|
8293
8330
|
name: string;
|
|
8294
8331
|
/** Attribute name. */
|
|
@@ -8578,7 +8615,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8578
8615
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8579
8616
|
AcceptFormats?: string[];
|
|
8580
8617
|
}
|
|
8581
|
-
export interface
|
|
8618
|
+
export interface GetCapabilitiesParams6 {
|
|
8582
8619
|
/** Output format of service metadata. */
|
|
8583
8620
|
Format?: string;
|
|
8584
8621
|
/** Must be WMS. */
|