@evergis/api 3.0.116 → 3.0.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/README.md +21 -21
- package/dist/Api.d.ts +2 -1
- 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 +179 -161
- package/dist/api.cjs.development.js +107 -14
- 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 +259 -167
- package/dist/api.esm.js.map +1 -1
- package/dist/layers/EvergisDynamicLayer.d.ts +3 -3
- package/dist/services/VectorTiles.d.ts +4 -0
- package/dist/services/index.d.ts +1 -0
- package/package.json +3 -3
|
@@ -80,45 +80,45 @@ export interface AggregationDataResultDc {
|
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
*
|
|
83
|
-
|
|
83
|
+
|
|
84
84
|
None
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
Array
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
Min
|
|
89
|
-
|
|
89
|
+
|
|
90
90
|
Max
|
|
91
|
-
|
|
91
|
+
|
|
92
92
|
Avg
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
Sum
|
|
95
|
-
|
|
95
|
+
|
|
96
96
|
Extent
|
|
97
|
-
|
|
97
|
+
|
|
98
98
|
Count
|
|
99
|
-
|
|
99
|
+
|
|
100
100
|
TotalCount
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
DistinctCount
|
|
103
|
-
|
|
103
|
+
|
|
104
104
|
First
|
|
105
|
-
|
|
105
|
+
|
|
106
106
|
Last
|
|
107
|
-
|
|
107
|
+
|
|
108
108
|
Median
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
Mod
|
|
111
|
-
|
|
111
|
+
|
|
112
112
|
StdDeviation
|
|
113
|
-
|
|
113
|
+
|
|
114
114
|
SumOfProduct
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
OnlyValue
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
WeightedAvg
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
DensityIndicators
|
|
121
|
-
|
|
121
|
+
|
|
122
122
|
DividedSum
|
|
123
123
|
*/
|
|
124
124
|
export declare enum AggregationFunction {
|
|
@@ -429,27 +429,27 @@ export interface AttributeFormatDefinitionDc {
|
|
|
429
429
|
}
|
|
430
430
|
/**
|
|
431
431
|
* Types of the attributes that are supported by the system.
|
|
432
|
-
|
|
432
|
+
|
|
433
433
|
Unknown
|
|
434
|
-
|
|
434
|
+
|
|
435
435
|
String
|
|
436
|
-
|
|
436
|
+
|
|
437
437
|
Int32
|
|
438
|
-
|
|
438
|
+
|
|
439
439
|
Int64
|
|
440
|
-
|
|
440
|
+
|
|
441
441
|
Double
|
|
442
|
-
|
|
442
|
+
|
|
443
443
|
DateTime
|
|
444
|
-
|
|
444
|
+
|
|
445
445
|
Boolean
|
|
446
|
-
|
|
446
|
+
|
|
447
447
|
Point
|
|
448
|
-
|
|
448
|
+
|
|
449
449
|
Polyline
|
|
450
|
-
|
|
450
|
+
|
|
451
451
|
Polygon
|
|
452
|
-
|
|
452
|
+
|
|
453
453
|
Multipoint
|
|
454
454
|
*/
|
|
455
455
|
export declare enum AttributeType {
|
|
@@ -613,15 +613,15 @@ export declare type CirclePointSymbolDc = SymbolDc & {
|
|
|
613
613
|
};
|
|
614
614
|
/**
|
|
615
615
|
* Describes classification methods.
|
|
616
|
-
|
|
616
|
+
|
|
617
617
|
none
|
|
618
|
-
|
|
618
|
+
|
|
619
619
|
naturalBreaks
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
equalInterval
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
quantile
|
|
624
|
-
|
|
624
|
+
|
|
625
625
|
unique
|
|
626
626
|
*/
|
|
627
627
|
export declare enum ClassificationType {
|
|
@@ -633,11 +633,11 @@ export declare enum ClassificationType {
|
|
|
633
633
|
}
|
|
634
634
|
/**
|
|
635
635
|
* Type of attribute.
|
|
636
|
-
|
|
636
|
+
|
|
637
637
|
decimal
|
|
638
|
-
|
|
638
|
+
|
|
639
639
|
dateTime
|
|
640
|
-
|
|
640
|
+
|
|
641
641
|
text
|
|
642
642
|
*/
|
|
643
643
|
export declare enum ClassifyAttributeType {
|
|
@@ -902,53 +902,53 @@ export interface ConfigDc {
|
|
|
902
902
|
}
|
|
903
903
|
/**
|
|
904
904
|
* Types of errors that can occur during layer initialize.
|
|
905
|
-
|
|
905
|
+
|
|
906
906
|
Unknown
|
|
907
|
-
|
|
907
|
+
|
|
908
908
|
SerializeError
|
|
909
|
-
|
|
909
|
+
|
|
910
910
|
InvalidDataService
|
|
911
|
-
|
|
911
|
+
|
|
912
912
|
InvalidConfiguration
|
|
913
|
-
|
|
913
|
+
|
|
914
914
|
InvalidDataServiceName
|
|
915
|
-
|
|
915
|
+
|
|
916
916
|
InvalidTableName
|
|
917
|
-
|
|
917
|
+
|
|
918
918
|
InvalidLayerName
|
|
919
|
-
|
|
919
|
+
|
|
920
920
|
ResourceNotFound
|
|
921
|
-
|
|
921
|
+
|
|
922
922
|
InvalidCondition
|
|
923
|
-
|
|
923
|
+
|
|
924
924
|
InvalidAttributes
|
|
925
|
-
|
|
925
|
+
|
|
926
926
|
InvalidIdAttribute
|
|
927
|
-
|
|
927
|
+
|
|
928
928
|
InvalidGeometryAttribute
|
|
929
|
-
|
|
929
|
+
|
|
930
930
|
InvalidGeometryAttributeType
|
|
931
|
-
|
|
931
|
+
|
|
932
932
|
InvalidColumnName
|
|
933
|
-
|
|
933
|
+
|
|
934
934
|
InvalidIdColumnSettings
|
|
935
|
-
|
|
935
|
+
|
|
936
936
|
ColumnNotExistsInTable
|
|
937
|
-
|
|
937
|
+
|
|
938
938
|
InvalidStyle
|
|
939
|
-
|
|
939
|
+
|
|
940
940
|
InvalidLayerType
|
|
941
|
-
|
|
941
|
+
|
|
942
942
|
ColumnLoadingError
|
|
943
|
-
|
|
943
|
+
|
|
944
944
|
InvalidAttributeFormat
|
|
945
|
-
|
|
945
|
+
|
|
946
946
|
DataSourceNotFound
|
|
947
|
-
|
|
947
|
+
|
|
948
948
|
DuplicateColumns
|
|
949
|
-
|
|
949
|
+
|
|
950
950
|
TableWithoutColumns
|
|
951
|
-
|
|
951
|
+
|
|
952
952
|
InvalidTableReferenceConfiguration
|
|
953
953
|
*/
|
|
954
954
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1197,15 +1197,15 @@ export interface ErrorDetailsDc {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
/**
|
|
1199
1199
|
* Type of the error.
|
|
1200
|
-
|
|
1200
|
+
|
|
1201
1201
|
ResourceLimitExceeded
|
|
1202
|
-
|
|
1202
|
+
|
|
1203
1203
|
ResourceNotFound
|
|
1204
|
-
|
|
1204
|
+
|
|
1205
1205
|
InternalError
|
|
1206
|
-
|
|
1206
|
+
|
|
1207
1207
|
BadRequest
|
|
1208
|
-
|
|
1208
|
+
|
|
1209
1209
|
DuplicateContent
|
|
1210
1210
|
*/
|
|
1211
1211
|
export declare enum ErrorDetailsType {
|
|
@@ -1693,9 +1693,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
1693
1693
|
};
|
|
1694
1694
|
/**
|
|
1695
1695
|
* Type of the feature.
|
|
1696
|
-
|
|
1696
|
+
|
|
1697
1697
|
Unknown
|
|
1698
|
-
|
|
1698
|
+
|
|
1699
1699
|
GeometricFeature
|
|
1700
1700
|
*/
|
|
1701
1701
|
export declare enum FeatureType {
|
|
@@ -1769,11 +1769,11 @@ export interface FilterDc {
|
|
|
1769
1769
|
}
|
|
1770
1770
|
/**
|
|
1771
1771
|
* Sets whether font should be styled.
|
|
1772
|
-
|
|
1772
|
+
|
|
1773
1773
|
normal
|
|
1774
|
-
|
|
1774
|
+
|
|
1775
1775
|
oblique
|
|
1776
|
-
|
|
1776
|
+
|
|
1777
1777
|
italic
|
|
1778
1778
|
*/
|
|
1779
1779
|
export declare enum FontStyle {
|
|
@@ -1783,27 +1783,27 @@ export declare enum FontStyle {
|
|
|
1783
1783
|
}
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Specifies the weight (or boldness) of the font.
|
|
1786
|
-
|
|
1786
|
+
|
|
1787
1787
|
Thin
|
|
1788
|
-
|
|
1788
|
+
|
|
1789
1789
|
ExtraLight
|
|
1790
|
-
|
|
1790
|
+
|
|
1791
1791
|
Light
|
|
1792
|
-
|
|
1792
|
+
|
|
1793
1793
|
SemiLight
|
|
1794
|
-
|
|
1794
|
+
|
|
1795
1795
|
Normal
|
|
1796
|
-
|
|
1796
|
+
|
|
1797
1797
|
Medium
|
|
1798
|
-
|
|
1798
|
+
|
|
1799
1799
|
DemiBold
|
|
1800
|
-
|
|
1800
|
+
|
|
1801
1801
|
Bold
|
|
1802
|
-
|
|
1802
|
+
|
|
1803
1803
|
ExtraBold
|
|
1804
|
-
|
|
1804
|
+
|
|
1805
1805
|
Black
|
|
1806
|
-
|
|
1806
|
+
|
|
1807
1807
|
ExtraBlack
|
|
1808
1808
|
*/
|
|
1809
1809
|
export declare enum FontWeight {
|
|
@@ -1898,17 +1898,17 @@ export interface GeometryDc {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
/**
|
|
1900
1900
|
*
|
|
1901
|
-
|
|
1901
|
+
|
|
1902
1902
|
unknown
|
|
1903
|
-
|
|
1903
|
+
|
|
1904
1904
|
point
|
|
1905
|
-
|
|
1905
|
+
|
|
1906
1906
|
polyline
|
|
1907
|
-
|
|
1907
|
+
|
|
1908
1908
|
polygon
|
|
1909
|
-
|
|
1909
|
+
|
|
1910
1910
|
envelope
|
|
1911
|
-
|
|
1911
|
+
|
|
1912
1912
|
multipoint
|
|
1913
1913
|
*/
|
|
1914
1914
|
export declare enum GeometryType {
|
|
@@ -1928,13 +1928,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
1928
1928
|
};
|
|
1929
1929
|
/**
|
|
1930
1930
|
* Resource group.
|
|
1931
|
-
|
|
1931
|
+
|
|
1932
1932
|
my
|
|
1933
|
-
|
|
1933
|
+
|
|
1934
1934
|
role
|
|
1935
|
-
|
|
1935
|
+
|
|
1936
1936
|
public
|
|
1937
|
-
|
|
1937
|
+
|
|
1938
1938
|
all
|
|
1939
1939
|
*/
|
|
1940
1940
|
export declare enum Group {
|
|
@@ -2387,9 +2387,9 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2387
2387
|
/**
|
|
2388
2388
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
2389
2389
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
2390
|
-
|
|
2390
|
+
|
|
2391
2391
|
small
|
|
2392
|
-
|
|
2392
|
+
|
|
2393
2393
|
large
|
|
2394
2394
|
*/
|
|
2395
2395
|
export declare enum LineEndingSize {
|
|
@@ -2398,19 +2398,19 @@ export declare enum LineEndingSize {
|
|
|
2398
2398
|
}
|
|
2399
2399
|
/**
|
|
2400
2400
|
* Type of the line ending.
|
|
2401
|
-
|
|
2401
|
+
|
|
2402
2402
|
none
|
|
2403
|
-
|
|
2403
|
+
|
|
2404
2404
|
arrow
|
|
2405
|
-
|
|
2405
|
+
|
|
2406
2406
|
filledArrow
|
|
2407
|
-
|
|
2407
|
+
|
|
2408
2408
|
square
|
|
2409
|
-
|
|
2409
|
+
|
|
2410
2410
|
filledSquare
|
|
2411
|
-
|
|
2411
|
+
|
|
2412
2412
|
circle
|
|
2413
|
-
|
|
2413
|
+
|
|
2414
2414
|
filledCircle
|
|
2415
2415
|
*/
|
|
2416
2416
|
export declare enum LineEndingType {
|
|
@@ -2550,15 +2550,15 @@ export interface NamespaceInfoDc {
|
|
|
2550
2550
|
export declare type ObjectId = object;
|
|
2551
2551
|
/**
|
|
2552
2552
|
*
|
|
2553
|
-
|
|
2553
|
+
|
|
2554
2554
|
Unknown
|
|
2555
|
-
|
|
2555
|
+
|
|
2556
2556
|
union
|
|
2557
|
-
|
|
2557
|
+
|
|
2558
2558
|
intersection
|
|
2559
|
-
|
|
2559
|
+
|
|
2560
2560
|
subtraction
|
|
2561
|
-
|
|
2561
|
+
|
|
2562
2562
|
symDifference
|
|
2563
2563
|
*/
|
|
2564
2564
|
export declare enum Operation {
|
|
@@ -2850,19 +2850,19 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
2850
2850
|
};
|
|
2851
2851
|
/**
|
|
2852
2852
|
* User permissions for server security objects (services, projects etc.)
|
|
2853
|
-
|
|
2853
|
+
|
|
2854
2854
|
none
|
|
2855
|
-
|
|
2855
|
+
|
|
2856
2856
|
configure
|
|
2857
|
-
|
|
2857
|
+
|
|
2858
2858
|
write
|
|
2859
|
-
|
|
2859
|
+
|
|
2860
2860
|
read
|
|
2861
|
-
|
|
2861
|
+
|
|
2862
2862
|
read,configure
|
|
2863
|
-
|
|
2863
|
+
|
|
2864
2864
|
read,write
|
|
2865
|
-
|
|
2865
|
+
|
|
2866
2866
|
read,write,configure
|
|
2867
2867
|
*/
|
|
2868
2868
|
export declare enum Permissions {
|
|
@@ -2920,19 +2920,19 @@ export interface PolicyDc {
|
|
|
2920
2920
|
}
|
|
2921
2921
|
/**
|
|
2922
2922
|
* Type of the authorization policy.
|
|
2923
|
-
|
|
2923
|
+
|
|
2924
2924
|
Unknown
|
|
2925
|
-
|
|
2925
|
+
|
|
2926
2926
|
CreateTable
|
|
2927
|
-
|
|
2927
|
+
|
|
2928
2928
|
CreateLayer
|
|
2929
|
-
|
|
2929
|
+
|
|
2930
2930
|
CreateProject
|
|
2931
|
-
|
|
2931
|
+
|
|
2932
2932
|
MaxFeaturesInOneTable
|
|
2933
|
-
|
|
2933
|
+
|
|
2934
2934
|
MaxObjectsToExport
|
|
2935
|
-
|
|
2935
|
+
|
|
2936
2936
|
MaxUploadContentSize
|
|
2937
2937
|
*/
|
|
2938
2938
|
export declare enum PolicyType {
|
|
@@ -3290,11 +3290,11 @@ export interface Rectangle2 {
|
|
|
3290
3290
|
}
|
|
3291
3291
|
/**
|
|
3292
3292
|
* Types of table reference.
|
|
3293
|
-
|
|
3293
|
+
|
|
3294
3294
|
OneToMany
|
|
3295
|
-
|
|
3295
|
+
|
|
3296
3296
|
OneToOne
|
|
3297
|
-
|
|
3297
|
+
|
|
3298
3298
|
Intersect
|
|
3299
3299
|
*/
|
|
3300
3300
|
export declare enum ReferenceJoinType {
|
|
@@ -3422,19 +3422,19 @@ export interface ResourceInfoDc {
|
|
|
3422
3422
|
}
|
|
3423
3423
|
/**
|
|
3424
3424
|
* The `ResourceType` represents resource manager supports types.
|
|
3425
|
-
|
|
3425
|
+
|
|
3426
3426
|
Unknown
|
|
3427
|
-
|
|
3427
|
+
|
|
3428
3428
|
table
|
|
3429
|
-
|
|
3429
|
+
|
|
3430
3430
|
layer
|
|
3431
|
-
|
|
3431
|
+
|
|
3432
3432
|
project
|
|
3433
|
-
|
|
3433
|
+
|
|
3434
3434
|
file
|
|
3435
|
-
|
|
3435
|
+
|
|
3436
3436
|
feature
|
|
3437
|
-
|
|
3437
|
+
|
|
3438
3438
|
tag
|
|
3439
3439
|
*/
|
|
3440
3440
|
export declare enum ResourceType {
|
|
@@ -3602,21 +3602,21 @@ export interface ServerInfoDc {
|
|
|
3602
3602
|
}
|
|
3603
3603
|
/**
|
|
3604
3604
|
* Status of the server task.
|
|
3605
|
-
|
|
3605
|
+
|
|
3606
3606
|
None
|
|
3607
|
-
|
|
3607
|
+
|
|
3608
3608
|
Scheduled
|
|
3609
|
-
|
|
3609
|
+
|
|
3610
3610
|
Planning
|
|
3611
|
-
|
|
3611
|
+
|
|
3612
3612
|
Executing
|
|
3613
|
-
|
|
3613
|
+
|
|
3614
3614
|
Completed
|
|
3615
|
-
|
|
3615
|
+
|
|
3616
3616
|
Failed
|
|
3617
|
-
|
|
3617
|
+
|
|
3618
3618
|
Canceled
|
|
3619
|
-
|
|
3619
|
+
|
|
3620
3620
|
Timeout
|
|
3621
3621
|
*/
|
|
3622
3622
|
export declare enum ServerTaskStatus {
|
|
@@ -3958,11 +3958,11 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
3958
3958
|
};
|
|
3959
3959
|
/**
|
|
3960
3960
|
* The `StringSubType` provides information about string attribute subtype.
|
|
3961
|
-
|
|
3961
|
+
|
|
3962
3962
|
None
|
|
3963
|
-
|
|
3963
|
+
|
|
3964
3964
|
Image
|
|
3965
|
-
|
|
3965
|
+
|
|
3966
3966
|
PkkCode
|
|
3967
3967
|
*/
|
|
3968
3968
|
export declare enum StringSubType {
|
|
@@ -4023,14 +4023,36 @@ export declare type StyledLayerServiceConfigurationDc = ServiceConfigurationBase
|
|
|
4023
4023
|
style: StyleDc;
|
|
4024
4024
|
baseServiceName: string;
|
|
4025
4025
|
};
|
|
4026
|
+
/**
|
|
4027
|
+
* Provides properties overrides svg attributes.
|
|
4028
|
+
*/
|
|
4029
|
+
export interface SvgParameterDc {
|
|
4030
|
+
/**
|
|
4031
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
4032
|
+
* as an object with a "type" parameter specified.
|
|
4033
|
+
*/
|
|
4034
|
+
fillColor?: ParameterDcColor;
|
|
4035
|
+
/**
|
|
4036
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
4037
|
+
* as an object with a "type" parameter specified.
|
|
4038
|
+
*/
|
|
4039
|
+
strokeColor?: ParameterDcColor;
|
|
4040
|
+
/** The width of the outline of the circle in pixels. */
|
|
4041
|
+
strokeWidth?: CalculatedParameterDc;
|
|
4042
|
+
/** Id of the svg element. */
|
|
4043
|
+
id?: string;
|
|
4044
|
+
/** Element type. */
|
|
4045
|
+
type?: string;
|
|
4046
|
+
}
|
|
4026
4047
|
/**
|
|
4027
4048
|
* Svg point symbol.
|
|
4028
4049
|
*/
|
|
4029
4050
|
export declare type SvgPointSymbolDc = SymbolDc & {
|
|
4030
4051
|
type?: string;
|
|
4031
4052
|
data?: string;
|
|
4032
|
-
|
|
4033
|
-
|
|
4053
|
+
background?: SvgParameterDc;
|
|
4054
|
+
figure?: SvgParameterDc;
|
|
4055
|
+
size?: CalculatedParameterDc;
|
|
4034
4056
|
offset?: CalculatedParameterDc[];
|
|
4035
4057
|
angle?: CalculatedParameterDc;
|
|
4036
4058
|
};
|
|
@@ -4106,9 +4128,9 @@ export interface TagInfoDc {
|
|
|
4106
4128
|
}
|
|
4107
4129
|
/**
|
|
4108
4130
|
* Task owner group.
|
|
4109
|
-
|
|
4131
|
+
|
|
4110
4132
|
my
|
|
4111
|
-
|
|
4133
|
+
|
|
4112
4134
|
all
|
|
4113
4135
|
*/
|
|
4114
4136
|
export declare enum TaskGroup {
|
|
@@ -4322,13 +4344,13 @@ export interface TemplateModelDc {
|
|
|
4322
4344
|
}
|
|
4323
4345
|
/**
|
|
4324
4346
|
* Sets the horizontal alignment of text.
|
|
4325
|
-
|
|
4347
|
+
|
|
4326
4348
|
right
|
|
4327
|
-
|
|
4349
|
+
|
|
4328
4350
|
left
|
|
4329
|
-
|
|
4351
|
+
|
|
4330
4352
|
center
|
|
4331
|
-
|
|
4353
|
+
|
|
4332
4354
|
justified
|
|
4333
4355
|
*/
|
|
4334
4356
|
export declare enum TextAlignment {
|
|
@@ -4348,11 +4370,11 @@ export interface TextBackgroundDc {
|
|
|
4348
4370
|
}
|
|
4349
4371
|
/**
|
|
4350
4372
|
* Sets the vertical alignment of text.
|
|
4351
|
-
|
|
4373
|
+
|
|
4352
4374
|
top
|
|
4353
|
-
|
|
4375
|
+
|
|
4354
4376
|
bottom
|
|
4355
|
-
|
|
4377
|
+
|
|
4356
4378
|
middle
|
|
4357
4379
|
*/
|
|
4358
4380
|
export declare enum TextVerticalAlignment {
|
|
@@ -5653,7 +5675,7 @@ export interface GetProjectsListParams {
|
|
|
5653
5675
|
tags?: string[];
|
|
5654
5676
|
}
|
|
5655
5677
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
5656
|
-
export interface
|
|
5678
|
+
export interface DeleteResourcesParams4 {
|
|
5657
5679
|
/** Resource names. */
|
|
5658
5680
|
names?: string[];
|
|
5659
5681
|
}
|
|
@@ -5889,7 +5911,7 @@ export interface StatisticsDbParams {
|
|
|
5889
5911
|
*/
|
|
5890
5912
|
types?: AggregationFunction[];
|
|
5891
5913
|
}
|
|
5892
|
-
export interface
|
|
5914
|
+
export interface ClassifyParams7 {
|
|
5893
5915
|
/** Layer name. */
|
|
5894
5916
|
name?: string;
|
|
5895
5917
|
/** Attribute name. */
|
|
@@ -5984,10 +6006,6 @@ export interface GetTableListParams {
|
|
|
5984
6006
|
acl?: string;
|
|
5985
6007
|
}
|
|
5986
6008
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
5987
|
-
export interface DeleteResourcesParams6 {
|
|
5988
|
-
/** Resource names. */
|
|
5989
|
-
names?: string[];
|
|
5990
|
-
}
|
|
5991
6009
|
export interface GetTablesInfoParams {
|
|
5992
6010
|
/** Table names. */
|
|
5993
6011
|
tableNames?: string[];
|
|
@@ -6117,7 +6135,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
6117
6135
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
6118
6136
|
AcceptFormats?: string[];
|
|
6119
6137
|
}
|
|
6120
|
-
export interface
|
|
6138
|
+
export interface GetCapabilitiesParams10 {
|
|
6121
6139
|
/** Output format of service metadata. */
|
|
6122
6140
|
Format?: string;
|
|
6123
6141
|
/** Must be WMS. */
|