@evergis/api 3.0.198 → 3.0.200
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 +22 -0
- package/dist/__generated__/PrintService.d.ts +3 -3
- 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 +379 -251
- package/dist/api.cjs.development.js +62 -30
- 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 +270 -238
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Account.d.ts +2 -2
- package/dist/services/Statistic.d.ts +2 -2
- package/dist/services/constants.d.ts +2 -0
- package/dist/utils/parseJwt.d.ts +1 -0
- 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 {
|
|
@@ -1642,7 +1642,7 @@ export interface DataSourceDc {
|
|
|
1642
1642
|
}
|
|
1643
1643
|
/**
|
|
1644
1644
|
* Data source type.
|
|
1645
|
-
|
|
1645
|
+
|
|
1646
1646
|
Postgres
|
|
1647
1647
|
*/
|
|
1648
1648
|
export declare enum DataSourceType {
|
|
@@ -1723,6 +1723,8 @@ export declare type EqlAttributesConfigurationDc = AttributesConfigurationDc & {
|
|
|
1723
1723
|
* EQL requst data contract.
|
|
1724
1724
|
*/
|
|
1725
1725
|
export interface EqlRequestDc {
|
|
1726
|
+
/** Data source name. */
|
|
1727
|
+
ds?: string;
|
|
1726
1728
|
/** EQL query string. */
|
|
1727
1729
|
query: string;
|
|
1728
1730
|
/**
|
|
@@ -1766,15 +1768,15 @@ export interface ErrorDetailsDc {
|
|
|
1766
1768
|
}
|
|
1767
1769
|
/**
|
|
1768
1770
|
* Type of the error.
|
|
1769
|
-
|
|
1771
|
+
|
|
1770
1772
|
ResourceLimitExceeded
|
|
1771
|
-
|
|
1773
|
+
|
|
1772
1774
|
ResourceNotFound
|
|
1773
|
-
|
|
1775
|
+
|
|
1774
1776
|
InternalError
|
|
1775
|
-
|
|
1777
|
+
|
|
1776
1778
|
BadRequest
|
|
1777
|
-
|
|
1779
|
+
|
|
1778
1780
|
DuplicateContent
|
|
1779
1781
|
*/
|
|
1780
1782
|
export declare enum ErrorDetailsType {
|
|
@@ -2266,9 +2268,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2266
2268
|
};
|
|
2267
2269
|
/**
|
|
2268
2270
|
* Type of the feature.
|
|
2269
|
-
|
|
2271
|
+
|
|
2270
2272
|
Unknown
|
|
2271
|
-
|
|
2273
|
+
|
|
2272
2274
|
GeometricFeature
|
|
2273
2275
|
*/
|
|
2274
2276
|
export declare enum FeatureType {
|
|
@@ -2395,11 +2397,11 @@ export interface FilterDc {
|
|
|
2395
2397
|
}
|
|
2396
2398
|
/**
|
|
2397
2399
|
* Sets whether font should be styled.
|
|
2398
|
-
|
|
2400
|
+
|
|
2399
2401
|
normal
|
|
2400
|
-
|
|
2402
|
+
|
|
2401
2403
|
oblique
|
|
2402
|
-
|
|
2404
|
+
|
|
2403
2405
|
italic
|
|
2404
2406
|
*/
|
|
2405
2407
|
export declare enum FontStyle {
|
|
@@ -2409,27 +2411,27 @@ export declare enum FontStyle {
|
|
|
2409
2411
|
}
|
|
2410
2412
|
/**
|
|
2411
2413
|
* Specifies the weight (or boldness) of the font.
|
|
2412
|
-
|
|
2414
|
+
|
|
2413
2415
|
Thin
|
|
2414
|
-
|
|
2416
|
+
|
|
2415
2417
|
ExtraLight
|
|
2416
|
-
|
|
2418
|
+
|
|
2417
2419
|
Light
|
|
2418
|
-
|
|
2420
|
+
|
|
2419
2421
|
SemiLight
|
|
2420
|
-
|
|
2422
|
+
|
|
2421
2423
|
Normal
|
|
2422
|
-
|
|
2424
|
+
|
|
2423
2425
|
Medium
|
|
2424
|
-
|
|
2426
|
+
|
|
2425
2427
|
DemiBold
|
|
2426
|
-
|
|
2428
|
+
|
|
2427
2429
|
Bold
|
|
2428
|
-
|
|
2430
|
+
|
|
2429
2431
|
ExtraBold
|
|
2430
|
-
|
|
2432
|
+
|
|
2431
2433
|
Black
|
|
2432
|
-
|
|
2434
|
+
|
|
2433
2435
|
ExtraBlack
|
|
2434
2436
|
*/
|
|
2435
2437
|
export declare enum FontWeight {
|
|
@@ -2497,7 +2499,7 @@ export interface GeocodeSuggestResultDc {
|
|
|
2497
2499
|
label?: string;
|
|
2498
2500
|
}
|
|
2499
2501
|
/**
|
|
2500
|
-
* Geometry
|
|
2502
|
+
* Geometry data contract.
|
|
2501
2503
|
*/
|
|
2502
2504
|
export interface GeometryDc {
|
|
2503
2505
|
/**
|
|
@@ -2524,17 +2526,17 @@ export interface GeometryDc {
|
|
|
2524
2526
|
}
|
|
2525
2527
|
/**
|
|
2526
2528
|
*
|
|
2527
|
-
|
|
2529
|
+
|
|
2528
2530
|
unknown
|
|
2529
|
-
|
|
2531
|
+
|
|
2530
2532
|
point
|
|
2531
|
-
|
|
2533
|
+
|
|
2532
2534
|
polyline
|
|
2533
|
-
|
|
2535
|
+
|
|
2534
2536
|
multipolygon
|
|
2535
|
-
|
|
2537
|
+
|
|
2536
2538
|
envelope
|
|
2537
|
-
|
|
2539
|
+
|
|
2538
2540
|
multipoint
|
|
2539
2541
|
*/
|
|
2540
2542
|
export declare enum GeometryType {
|
|
@@ -2700,19 +2702,26 @@ export interface GetSumOfProductDc {
|
|
|
2700
2702
|
/**
|
|
2701
2703
|
* Map element data contract.
|
|
2702
2704
|
*/
|
|
2703
|
-
export
|
|
2705
|
+
export interface GridElementDc {
|
|
2706
|
+
/** Grid color. */
|
|
2704
2707
|
color?: string;
|
|
2708
|
+
/**
|
|
2709
|
+
* Grid width.
|
|
2710
|
+
* @format int32
|
|
2711
|
+
*/
|
|
2705
2712
|
gridThickness?: number;
|
|
2706
|
-
|
|
2713
|
+
/** Check what this model element enabled. */
|
|
2714
|
+
enabled?: boolean;
|
|
2715
|
+
}
|
|
2707
2716
|
/**
|
|
2708
2717
|
* Resource group.
|
|
2709
|
-
|
|
2718
|
+
|
|
2710
2719
|
my
|
|
2711
|
-
|
|
2720
|
+
|
|
2712
2721
|
role
|
|
2713
|
-
|
|
2722
|
+
|
|
2714
2723
|
public
|
|
2715
|
-
|
|
2724
|
+
|
|
2716
2725
|
all
|
|
2717
2726
|
*/
|
|
2718
2727
|
export declare enum Group {
|
|
@@ -3045,16 +3054,37 @@ export interface LayerDefinitionDc {
|
|
|
3045
3054
|
/**
|
|
3046
3055
|
* Map element data contract.
|
|
3047
3056
|
*/
|
|
3048
|
-
export
|
|
3049
|
-
layers
|
|
3057
|
+
export interface LayerMapElementDc {
|
|
3058
|
+
/** Gets or sets layers for printing. */
|
|
3059
|
+
layers?: LayerModelDc[];
|
|
3050
3060
|
mapCenter?: Vector2;
|
|
3061
|
+
/**
|
|
3062
|
+
* Gets or sets map width.
|
|
3063
|
+
* @format int32
|
|
3064
|
+
*/
|
|
3051
3065
|
paperWidth?: number;
|
|
3066
|
+
/**
|
|
3067
|
+
* Gets or sets map height.
|
|
3068
|
+
* @format int32
|
|
3069
|
+
*/
|
|
3052
3070
|
paperHeight?: number;
|
|
3071
|
+
/**
|
|
3072
|
+
* Gets or sets spatial reference.
|
|
3073
|
+
* @format int32
|
|
3074
|
+
*/
|
|
3053
3075
|
spatialReference?: number;
|
|
3076
|
+
/**
|
|
3077
|
+
* Gets or sets map resolution.
|
|
3078
|
+
* @format double
|
|
3079
|
+
*/
|
|
3054
3080
|
resolution?: number;
|
|
3081
|
+
/** Map element data contract. */
|
|
3055
3082
|
gridElement?: GridElementDc;
|
|
3083
|
+
/** ScaleBar element data contract. */
|
|
3056
3084
|
scaleBar?: ScaleBarElementDc;
|
|
3057
|
-
|
|
3085
|
+
/** Check what this model element enabled. */
|
|
3086
|
+
enabled?: boolean;
|
|
3087
|
+
}
|
|
3058
3088
|
/**
|
|
3059
3089
|
* Layer model data contract.
|
|
3060
3090
|
*/
|
|
@@ -3100,12 +3130,47 @@ export declare type LayerTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
|
3100
3130
|
/**
|
|
3101
3131
|
* Layer template model data contract.
|
|
3102
3132
|
*/
|
|
3103
|
-
export
|
|
3104
|
-
type?: string
|
|
3133
|
+
export interface LayerTemplateModelDc {
|
|
3134
|
+
type?: string;
|
|
3135
|
+
/** Map element data contract. */
|
|
3105
3136
|
map?: LayerMapElementDc;
|
|
3137
|
+
/** Check if legend enabled. */
|
|
3106
3138
|
legendEnabled?: boolean;
|
|
3107
|
-
|
|
3108
|
-
|
|
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
|
+
}
|
|
3109
3174
|
export interface LayerUpdateInfo {
|
|
3110
3175
|
layerServiceName?: string;
|
|
3111
3176
|
boundingBox?: IEnvelopeGeometry;
|
|
@@ -3167,21 +3232,56 @@ export interface LegendLayerDc {
|
|
|
3167
3232
|
/**
|
|
3168
3233
|
* Legend template model data contract.
|
|
3169
3234
|
*/
|
|
3170
|
-
export
|
|
3171
|
-
layers
|
|
3235
|
+
export interface LegendTemplateModelDc {
|
|
3236
|
+
/** Gets or sets layers for printing. */
|
|
3237
|
+
layers?: LayerModelDc[];
|
|
3238
|
+
/** Check if legend enabled. */
|
|
3172
3239
|
legendEnabled?: boolean;
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
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
|
+
}
|
|
3176
3276
|
/**
|
|
3177
3277
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3178
|
-
|
|
3278
|
+
|
|
3179
3279
|
Flat
|
|
3180
|
-
|
|
3280
|
+
|
|
3181
3281
|
Square
|
|
3182
|
-
|
|
3282
|
+
|
|
3183
3283
|
Round
|
|
3184
|
-
|
|
3284
|
+
|
|
3185
3285
|
Triangle
|
|
3186
3286
|
*/
|
|
3187
3287
|
export declare enum LineCapStyle {
|
|
@@ -3225,29 +3325,29 @@ export interface LineEndingBaseDc {
|
|
|
3225
3325
|
}
|
|
3226
3326
|
/**
|
|
3227
3327
|
* Type of the line ending.
|
|
3228
|
-
|
|
3328
|
+
|
|
3229
3329
|
none
|
|
3230
|
-
|
|
3330
|
+
|
|
3231
3331
|
arrow
|
|
3232
|
-
|
|
3332
|
+
|
|
3233
3333
|
filledArrow
|
|
3234
|
-
|
|
3334
|
+
|
|
3235
3335
|
square
|
|
3236
|
-
|
|
3336
|
+
|
|
3237
3337
|
filledSquare
|
|
3238
|
-
|
|
3338
|
+
|
|
3239
3339
|
circle
|
|
3240
|
-
|
|
3340
|
+
|
|
3241
3341
|
filledCircle
|
|
3242
|
-
|
|
3342
|
+
|
|
3243
3343
|
diamond
|
|
3244
|
-
|
|
3344
|
+
|
|
3245
3345
|
filledDiamond
|
|
3246
|
-
|
|
3346
|
+
|
|
3247
3347
|
roundSquare
|
|
3248
|
-
|
|
3348
|
+
|
|
3249
3349
|
filledRoundSquare
|
|
3250
|
-
|
|
3350
|
+
|
|
3251
3351
|
svg
|
|
3252
3352
|
*/
|
|
3253
3353
|
export declare enum LineEndingType {
|
|
@@ -3266,11 +3366,11 @@ export declare enum LineEndingType {
|
|
|
3266
3366
|
}
|
|
3267
3367
|
/**
|
|
3268
3368
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3269
|
-
|
|
3369
|
+
|
|
3270
3370
|
Miter
|
|
3271
|
-
|
|
3371
|
+
|
|
3272
3372
|
Bevel
|
|
3273
|
-
|
|
3373
|
+
|
|
3274
3374
|
Round
|
|
3275
3375
|
*/
|
|
3276
3376
|
export declare enum LineJoinType {
|
|
@@ -3296,7 +3396,7 @@ export interface ListResourcesDto {
|
|
|
3296
3396
|
parentId?: string;
|
|
3297
3397
|
/**
|
|
3298
3398
|
* Text filer support sql like symbols
|
|
3299
|
-
*
|
|
3399
|
+
* for example start with 'text*', contains 'text', end with '*text'.
|
|
3300
3400
|
*/
|
|
3301
3401
|
filter?: string;
|
|
3302
3402
|
/**
|
|
@@ -3308,7 +3408,7 @@ export interface ListResourcesDto {
|
|
|
3308
3408
|
*
|
|
3309
3409
|
* Public
|
|
3310
3410
|
*/
|
|
3311
|
-
ownerFilter?:
|
|
3411
|
+
ownerFilter?: OwnerFilter;
|
|
3312
3412
|
/** Resources types filter. */
|
|
3313
3413
|
resourceTypes?: CatalogResourceType[];
|
|
3314
3414
|
/** Resources subtypes filter. */
|
|
@@ -3325,6 +3425,8 @@ export interface ListResourcesDto {
|
|
|
3325
3425
|
types?: ResourceTypeFilter[];
|
|
3326
3426
|
/** Search mode. */
|
|
3327
3427
|
searchMode?: boolean;
|
|
3428
|
+
/** Filter by set of roles permissions. */
|
|
3429
|
+
aclFilter?: Record<string, Permissions>;
|
|
3328
3430
|
}
|
|
3329
3431
|
/**
|
|
3330
3432
|
* Configuration for the local tile service.
|
|
@@ -3358,9 +3460,22 @@ export interface LoginDc {
|
|
|
3358
3460
|
/** Password. */
|
|
3359
3461
|
password: string;
|
|
3360
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
|
+
}
|
|
3361
3476
|
/**
|
|
3362
3477
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3363
|
-
|
|
3478
|
+
|
|
3364
3479
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3365
3480
|
*/
|
|
3366
3481
|
export interface MapTableInfoDc {
|
|
@@ -3408,13 +3523,6 @@ export declare type MaterializedViewConfigurationDc = TableConfigurationBaseDc &
|
|
|
3408
3523
|
eql?: string | null;
|
|
3409
3524
|
eqlParameters?: Record<string, any>;
|
|
3410
3525
|
};
|
|
3411
|
-
/**
|
|
3412
|
-
* Base template model data contract.
|
|
3413
|
-
*/
|
|
3414
|
-
export interface ModelElementDc {
|
|
3415
|
-
/** Check what this model element enabled. */
|
|
3416
|
-
enabled?: boolean;
|
|
3417
|
-
}
|
|
3418
3526
|
/**
|
|
3419
3527
|
* Move resource dto.
|
|
3420
3528
|
*/
|
|
@@ -3471,15 +3579,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3471
3579
|
export declare type ObjectId = object;
|
|
3472
3580
|
/**
|
|
3473
3581
|
*
|
|
3474
|
-
|
|
3582
|
+
|
|
3475
3583
|
Unknown
|
|
3476
|
-
|
|
3584
|
+
|
|
3477
3585
|
union
|
|
3478
|
-
|
|
3586
|
+
|
|
3479
3587
|
intersection
|
|
3480
|
-
|
|
3588
|
+
|
|
3481
3589
|
subtraction
|
|
3482
|
-
|
|
3590
|
+
|
|
3483
3591
|
symDifference
|
|
3484
3592
|
*/
|
|
3485
3593
|
export declare enum Operation {
|
|
@@ -3499,14 +3607,14 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3499
3607
|
};
|
|
3500
3608
|
/**
|
|
3501
3609
|
* Filter exists resources by owner.
|
|
3502
|
-
|
|
3610
|
+
|
|
3503
3611
|
My
|
|
3504
|
-
|
|
3612
|
+
|
|
3505
3613
|
Shared
|
|
3506
|
-
|
|
3614
|
+
|
|
3507
3615
|
Public
|
|
3508
3616
|
*/
|
|
3509
|
-
export declare enum
|
|
3617
|
+
export declare enum OwnerFilter {
|
|
3510
3618
|
My = "My",
|
|
3511
3619
|
Shared = "Shared",
|
|
3512
3620
|
Public = "Public"
|
|
@@ -3763,9 +3871,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3763
3871
|
};
|
|
3764
3872
|
/**
|
|
3765
3873
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3766
|
-
|
|
3874
|
+
|
|
3767
3875
|
xyz
|
|
3768
|
-
|
|
3876
|
+
|
|
3769
3877
|
tms
|
|
3770
3878
|
*/
|
|
3771
3879
|
export declare enum PbfSchema {
|
|
@@ -3786,19 +3894,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3786
3894
|
};
|
|
3787
3895
|
/**
|
|
3788
3896
|
*
|
|
3789
|
-
|
|
3897
|
+
|
|
3790
3898
|
none
|
|
3791
|
-
|
|
3899
|
+
|
|
3792
3900
|
configure
|
|
3793
|
-
|
|
3901
|
+
|
|
3794
3902
|
write
|
|
3795
|
-
|
|
3903
|
+
|
|
3796
3904
|
read
|
|
3797
|
-
|
|
3905
|
+
|
|
3798
3906
|
read,configure
|
|
3799
|
-
|
|
3907
|
+
|
|
3800
3908
|
read,write
|
|
3801
|
-
|
|
3909
|
+
|
|
3802
3910
|
read,write,configure
|
|
3803
3911
|
*/
|
|
3804
3912
|
export declare enum Permissions {
|
|
@@ -3856,19 +3964,19 @@ export interface PolicyDc {
|
|
|
3856
3964
|
}
|
|
3857
3965
|
/**
|
|
3858
3966
|
* Type of the authorization policy.
|
|
3859
|
-
|
|
3967
|
+
|
|
3860
3968
|
Unknown
|
|
3861
|
-
|
|
3969
|
+
|
|
3862
3970
|
CreateTable
|
|
3863
|
-
|
|
3971
|
+
|
|
3864
3972
|
CreateLayer
|
|
3865
|
-
|
|
3973
|
+
|
|
3866
3974
|
CreateProject
|
|
3867
|
-
|
|
3975
|
+
|
|
3868
3976
|
MaxFeaturesInOneTable
|
|
3869
|
-
|
|
3977
|
+
|
|
3870
3978
|
MaxObjectsToExport
|
|
3871
|
-
|
|
3979
|
+
|
|
3872
3980
|
MaxUploadContentSize
|
|
3873
3981
|
*/
|
|
3874
3982
|
export declare enum PolicyType {
|
|
@@ -3991,7 +4099,7 @@ export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigura
|
|
|
3991
4099
|
export declare type PrintTaskParametersDc = TaskParametersDc & {
|
|
3992
4100
|
taskType?: string | null;
|
|
3993
4101
|
targetStorageDescription: SessionStaticTaskDataStorageDescription;
|
|
3994
|
-
templates?:
|
|
4102
|
+
templates?: TemplateModelDc[] | null;
|
|
3995
4103
|
};
|
|
3996
4104
|
export interface ProblemDetails {
|
|
3997
4105
|
type?: string;
|
|
@@ -4228,11 +4336,11 @@ export interface ProxyServiceInfoDc {
|
|
|
4228
4336
|
}
|
|
4229
4337
|
/**
|
|
4230
4338
|
* Stream quality.
|
|
4231
|
-
|
|
4339
|
+
|
|
4232
4340
|
Low
|
|
4233
|
-
|
|
4341
|
+
|
|
4234
4342
|
Medium
|
|
4235
|
-
|
|
4343
|
+
|
|
4236
4344
|
High
|
|
4237
4345
|
*/
|
|
4238
4346
|
export declare enum Quality {
|
|
@@ -4580,6 +4688,13 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4580
4688
|
*/
|
|
4581
4689
|
id: number;
|
|
4582
4690
|
}
|
|
4691
|
+
/**
|
|
4692
|
+
* Refresh token request data contract.
|
|
4693
|
+
*/
|
|
4694
|
+
export interface RefreshTokenDc {
|
|
4695
|
+
/** Refresh token. */
|
|
4696
|
+
refreshToken?: string;
|
|
4697
|
+
}
|
|
4583
4698
|
/**
|
|
4584
4699
|
* Create client data contract.
|
|
4585
4700
|
*/
|
|
@@ -4732,15 +4847,15 @@ export interface ResourceInfoDc {
|
|
|
4732
4847
|
}
|
|
4733
4848
|
/**
|
|
4734
4849
|
* Resources types filter.
|
|
4735
|
-
|
|
4850
|
+
|
|
4736
4851
|
RemoteTileService
|
|
4737
|
-
|
|
4852
|
+
|
|
4738
4853
|
ProxyService
|
|
4739
|
-
|
|
4854
|
+
|
|
4740
4855
|
PostgresLayerService
|
|
4741
|
-
|
|
4856
|
+
|
|
4742
4857
|
QueryLayerService
|
|
4743
|
-
|
|
4858
|
+
|
|
4744
4859
|
TileCatalogTable
|
|
4745
4860
|
*/
|
|
4746
4861
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4752,19 +4867,19 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4752
4867
|
}
|
|
4753
4868
|
/**
|
|
4754
4869
|
*
|
|
4755
|
-
|
|
4870
|
+
|
|
4756
4871
|
Unknown
|
|
4757
|
-
|
|
4872
|
+
|
|
4758
4873
|
table
|
|
4759
|
-
|
|
4874
|
+
|
|
4760
4875
|
layer
|
|
4761
|
-
|
|
4876
|
+
|
|
4762
4877
|
project
|
|
4763
|
-
|
|
4878
|
+
|
|
4764
4879
|
file
|
|
4765
|
-
|
|
4880
|
+
|
|
4766
4881
|
feature
|
|
4767
|
-
|
|
4882
|
+
|
|
4768
4883
|
tag
|
|
4769
4884
|
*/
|
|
4770
4885
|
export declare enum ResourceType {
|
|
@@ -4778,19 +4893,19 @@ export declare enum ResourceType {
|
|
|
4778
4893
|
}
|
|
4779
4894
|
/**
|
|
4780
4895
|
* Resources types filter.
|
|
4781
|
-
|
|
4896
|
+
|
|
4782
4897
|
Map
|
|
4783
|
-
|
|
4898
|
+
|
|
4784
4899
|
Layer
|
|
4785
|
-
|
|
4900
|
+
|
|
4786
4901
|
Table
|
|
4787
|
-
|
|
4902
|
+
|
|
4788
4903
|
RasterCatalog
|
|
4789
|
-
|
|
4904
|
+
|
|
4790
4905
|
ProxyService
|
|
4791
|
-
|
|
4906
|
+
|
|
4792
4907
|
RemoteTileService
|
|
4793
|
-
|
|
4908
|
+
|
|
4794
4909
|
File
|
|
4795
4910
|
*/
|
|
4796
4911
|
export declare enum ResourceTypeFilter {
|
|
@@ -4809,9 +4924,9 @@ export declare enum ResourceTypeLink {
|
|
|
4809
4924
|
}
|
|
4810
4925
|
/**
|
|
4811
4926
|
* Response type.
|
|
4812
|
-
|
|
4927
|
+
|
|
4813
4928
|
code
|
|
4814
|
-
|
|
4929
|
+
|
|
4815
4930
|
token
|
|
4816
4931
|
*/
|
|
4817
4932
|
export declare enum ResponseType {
|
|
@@ -4952,13 +5067,32 @@ export interface RoutingProviderInfoDc {
|
|
|
4952
5067
|
/**
|
|
4953
5068
|
* ScaleBar element data contract.
|
|
4954
5069
|
*/
|
|
4955
|
-
export
|
|
5070
|
+
export interface ScaleBarElementDc {
|
|
5071
|
+
/**
|
|
5072
|
+
* ScaleBar width.
|
|
5073
|
+
* @format int32
|
|
5074
|
+
*/
|
|
4956
5075
|
width?: number;
|
|
5076
|
+
/**
|
|
5077
|
+
* ScaleBar height.
|
|
5078
|
+
* @format int32
|
|
5079
|
+
*/
|
|
4957
5080
|
height?: number;
|
|
5081
|
+
/**
|
|
5082
|
+
* ScaleBar thickness.
|
|
5083
|
+
* @format int32
|
|
5084
|
+
*/
|
|
4958
5085
|
thickness?: number;
|
|
4959
|
-
|
|
5086
|
+
/** Font for scaleBar. */
|
|
5087
|
+
font?: string;
|
|
5088
|
+
/**
|
|
5089
|
+
* Font size for scaleBar.
|
|
5090
|
+
* @format float
|
|
5091
|
+
*/
|
|
4960
5092
|
fontSize?: number;
|
|
4961
|
-
|
|
5093
|
+
/** Check what this model element enabled. */
|
|
5094
|
+
enabled?: boolean;
|
|
5095
|
+
}
|
|
4962
5096
|
/**
|
|
4963
5097
|
* Script data contract.
|
|
4964
5098
|
*/
|
|
@@ -5042,21 +5176,21 @@ export interface ServerInfoDc {
|
|
|
5042
5176
|
}
|
|
5043
5177
|
/**
|
|
5044
5178
|
* Status of the server task.
|
|
5045
|
-
|
|
5179
|
+
|
|
5046
5180
|
None
|
|
5047
|
-
|
|
5181
|
+
|
|
5048
5182
|
Scheduled
|
|
5049
|
-
|
|
5183
|
+
|
|
5050
5184
|
Planning
|
|
5051
|
-
|
|
5185
|
+
|
|
5052
5186
|
Executing
|
|
5053
|
-
|
|
5187
|
+
|
|
5054
5188
|
Completed
|
|
5055
|
-
|
|
5189
|
+
|
|
5056
5190
|
Failed
|
|
5057
|
-
|
|
5191
|
+
|
|
5058
5192
|
Canceled
|
|
5059
|
-
|
|
5193
|
+
|
|
5060
5194
|
Timeout
|
|
5061
5195
|
*/
|
|
5062
5196
|
export declare enum ServerTaskStatus {
|
|
@@ -5317,7 +5451,7 @@ export interface SimpleEndingDc {
|
|
|
5317
5451
|
}
|
|
5318
5452
|
/**
|
|
5319
5453
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5320
|
-
|
|
5454
|
+
|
|
5321
5455
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5322
5456
|
stroke width and color of the symbol.
|
|
5323
5457
|
*/
|
|
@@ -5392,11 +5526,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5392
5526
|
}
|
|
5393
5527
|
/**
|
|
5394
5528
|
*
|
|
5395
|
-
|
|
5529
|
+
|
|
5396
5530
|
Basic
|
|
5397
|
-
|
|
5531
|
+
|
|
5398
5532
|
PreserveTopology
|
|
5399
|
-
|
|
5533
|
+
|
|
5400
5534
|
VW
|
|
5401
5535
|
*/
|
|
5402
5536
|
export declare enum SimplifyType {
|
|
@@ -5547,13 +5681,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5547
5681
|
};
|
|
5548
5682
|
/**
|
|
5549
5683
|
*
|
|
5550
|
-
|
|
5684
|
+
|
|
5551
5685
|
None
|
|
5552
|
-
|
|
5686
|
+
|
|
5553
5687
|
Image
|
|
5554
|
-
|
|
5688
|
+
|
|
5555
5689
|
PkkCode
|
|
5556
|
-
|
|
5690
|
+
|
|
5557
5691
|
Attachments
|
|
5558
5692
|
*/
|
|
5559
5693
|
export declare enum StringSubType {
|
|
@@ -5769,9 +5903,9 @@ export interface TagsFilterDto {
|
|
|
5769
5903
|
}
|
|
5770
5904
|
/**
|
|
5771
5905
|
* Task owner group.
|
|
5772
|
-
|
|
5906
|
+
|
|
5773
5907
|
my
|
|
5774
|
-
|
|
5908
|
+
|
|
5775
5909
|
all
|
|
5776
5910
|
*/
|
|
5777
5911
|
export declare enum TaskGroup {
|
|
@@ -5989,13 +6123,13 @@ export interface TemplateModelDc {
|
|
|
5989
6123
|
}
|
|
5990
6124
|
/**
|
|
5991
6125
|
* Sets the horizontal alignment of text.
|
|
5992
|
-
|
|
6126
|
+
|
|
5993
6127
|
right
|
|
5994
|
-
|
|
6128
|
+
|
|
5995
6129
|
left
|
|
5996
|
-
|
|
6130
|
+
|
|
5997
6131
|
center
|
|
5998
|
-
|
|
6132
|
+
|
|
5999
6133
|
justified
|
|
6000
6134
|
*/
|
|
6001
6135
|
export declare enum TextAlignment {
|
|
@@ -6015,11 +6149,11 @@ export interface TextBackgroundDc {
|
|
|
6015
6149
|
}
|
|
6016
6150
|
/**
|
|
6017
6151
|
* Sets the vertical alignment of text.
|
|
6018
|
-
|
|
6152
|
+
|
|
6019
6153
|
top
|
|
6020
|
-
|
|
6154
|
+
|
|
6021
6155
|
bottom
|
|
6022
|
-
|
|
6156
|
+
|
|
6023
6157
|
middle
|
|
6024
6158
|
*/
|
|
6025
6159
|
export declare enum TextVerticalAlignment {
|
|
@@ -6953,6 +7087,8 @@ export interface RemoveConfigurationParams {
|
|
|
6953
7087
|
urlPath: string;
|
|
6954
7088
|
}
|
|
6955
7089
|
export interface GetDataSourcesListParams {
|
|
7090
|
+
/** Owner. */
|
|
7091
|
+
owner?: string;
|
|
6956
7092
|
/**
|
|
6957
7093
|
* Objects limit per response.
|
|
6958
7094
|
* @format int32
|
|
@@ -7297,7 +7433,7 @@ export interface GetByIdParams {
|
|
|
7297
7433
|
id: string;
|
|
7298
7434
|
}
|
|
7299
7435
|
/**
|
|
7300
|
-
* Geometry
|
|
7436
|
+
* Geometry data contract.
|
|
7301
7437
|
*/
|
|
7302
7438
|
export declare type UnitePayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7303
7439
|
export interface UniteParams {
|
|
@@ -7312,7 +7448,7 @@ export interface UniteParams {
|
|
|
7312
7448
|
id: string;
|
|
7313
7449
|
}
|
|
7314
7450
|
/**
|
|
7315
|
-
* Geometry
|
|
7451
|
+
* Geometry data contract.
|
|
7316
7452
|
*/
|
|
7317
7453
|
export declare type SubtractPayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7318
7454
|
export interface SubtractParams {
|
|
@@ -7403,7 +7539,7 @@ export interface GetByGeometryParams {
|
|
|
7403
7539
|
name: string;
|
|
7404
7540
|
}
|
|
7405
7541
|
/**
|
|
7406
|
-
* Geometry
|
|
7542
|
+
* Geometry data contract.
|
|
7407
7543
|
*/
|
|
7408
7544
|
export declare type GetByGeometryPostPayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7409
7545
|
export interface GetByGeometryPostParams {
|
|
@@ -7685,14 +7821,6 @@ export interface UnsubscribeOperationParams {
|
|
|
7685
7821
|
}
|
|
7686
7822
|
export declare type SubscribeListOperationPayload = string[];
|
|
7687
7823
|
export declare type UnsubscribeListOperationPayload = string[];
|
|
7688
|
-
/**
|
|
7689
|
-
* Base template model data contract.
|
|
7690
|
-
*/
|
|
7691
|
-
export declare type PrintPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7692
|
-
/**
|
|
7693
|
-
* Base template model data contract.
|
|
7694
|
-
*/
|
|
7695
|
-
export declare type PrintToHtmlPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7696
7824
|
export interface UploadTemplatePayload {
|
|
7697
7825
|
/** @format binary */
|
|
7698
7826
|
template?: File;
|
|
@@ -8019,7 +8147,7 @@ export interface StatisticsDbParams {
|
|
|
8019
8147
|
*/
|
|
8020
8148
|
types?: AggregationFunction[];
|
|
8021
8149
|
}
|
|
8022
|
-
export interface
|
|
8150
|
+
export interface ClassifyParams8 {
|
|
8023
8151
|
/** Layer name. */
|
|
8024
8152
|
name: string;
|
|
8025
8153
|
/** Attribute name. */
|
|
@@ -8152,7 +8280,7 @@ export interface GetTableListParams {
|
|
|
8152
8280
|
acl?: string;
|
|
8153
8281
|
}
|
|
8154
8282
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8155
|
-
export interface
|
|
8283
|
+
export interface DeleteResourcesParams5 {
|
|
8156
8284
|
/** Resource names. */
|
|
8157
8285
|
names?: string[];
|
|
8158
8286
|
}
|
|
@@ -8309,7 +8437,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8309
8437
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8310
8438
|
AcceptFormats?: string[];
|
|
8311
8439
|
}
|
|
8312
|
-
export interface
|
|
8440
|
+
export interface GetCapabilitiesParams4 {
|
|
8313
8441
|
/** Output format of service metadata. */
|
|
8314
8442
|
Format?: string;
|
|
8315
8443
|
/** Must be WMS. */
|