@evergis/api 3.0.108 → 3.0.110
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__/AccountPreviewService.d.ts +1 -1
- package/dist/__generated__/AccountService.d.ts +1 -1
- package/dist/__generated__/BulkOperationsService.d.ts +1 -1
- package/dist/__generated__/ClientSettingsService.d.ts +1 -1
- package/dist/__generated__/ExternalProvidersService.d.ts +1 -1
- package/dist/__generated__/FeedbackService.d.ts +1 -1
- package/dist/__generated__/FiltersService.d.ts +1 -1
- package/dist/__generated__/GeneralService.d.ts +1 -1
- package/dist/__generated__/GeocodeService.d.ts +1 -1
- package/dist/__generated__/IceRouterService.d.ts +1 -1
- package/dist/__generated__/ImportService.d.ts +1 -1
- package/dist/__generated__/LayersService.d.ts +1 -1
- package/dist/__generated__/NamespaceService.d.ts +1 -1
- package/dist/__generated__/NotificationService.d.ts +1 -1
- package/dist/__generated__/PrintService.d.ts +1 -1
- package/dist/__generated__/ProjectsService.d.ts +3 -3
- package/dist/__generated__/ResourceCatalogService.d.ts +1 -1
- package/dist/__generated__/S3Service.d.ts +1 -1
- package/dist/__generated__/SchedulerService.d.ts +1 -1
- package/dist/__generated__/SecurityService.d.ts +1 -1
- package/dist/__generated__/StaticContentService.d.ts +1 -1
- package/dist/__generated__/StatisticService.d.ts +3 -3
- package/dist/__generated__/StyleService.d.ts +1 -1
- package/dist/__generated__/TablesService.d.ts +3 -3
- package/dist/__generated__/TagsService.d.ts +1 -1
- package/dist/__generated__/ToolsService.d.ts +1 -1
- package/dist/__generated__/WfsServerService.d.ts +1 -1
- package/dist/__generated__/WmsServerService.d.ts +3 -3
- package/dist/__generated__/WmtsService.d.ts +1 -1
- package/dist/__generated__/data-contracts.d.ts +242 -174
- package/dist/api.cjs.development.js +131 -40
- 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 +301 -187
- package/dist/api.esm.js.map +1 -1
- package/dist/layers/EvergisTileLayer.d.ts +1 -0
- package/dist/services/Filters.d.ts +3 -0
- package/dist/services/index.d.ts +1 -0
- package/package.json +3 -3
|
@@ -18,7 +18,7 @@ export declare type AggregateTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
18
18
|
};
|
|
19
19
|
export declare type AggregatedClusterSymbolDc = SymbolDc & {
|
|
20
20
|
type?: string;
|
|
21
|
-
pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
21
|
+
pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
22
22
|
gridSize?: number;
|
|
23
23
|
fixedCenter?: boolean;
|
|
24
24
|
aggregations?: Record<string, AggregationFunction>;
|
|
@@ -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 {
|
|
@@ -427,27 +427,27 @@ export interface AttributeFormatDefinitionDc {
|
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
429
|
* Types of the attributes that are supported by the system.
|
|
430
|
-
|
|
430
|
+
|
|
431
431
|
Unknown
|
|
432
|
-
|
|
432
|
+
|
|
433
433
|
String
|
|
434
|
-
|
|
434
|
+
|
|
435
435
|
Int32
|
|
436
|
-
|
|
436
|
+
|
|
437
437
|
Int64
|
|
438
|
-
|
|
438
|
+
|
|
439
439
|
Double
|
|
440
|
-
|
|
440
|
+
|
|
441
441
|
DateTime
|
|
442
|
-
|
|
442
|
+
|
|
443
443
|
Boolean
|
|
444
|
-
|
|
444
|
+
|
|
445
445
|
Point
|
|
446
|
-
|
|
446
|
+
|
|
447
447
|
Polyline
|
|
448
|
-
|
|
448
|
+
|
|
449
449
|
Polygon
|
|
450
|
-
|
|
450
|
+
|
|
451
451
|
Multipoint
|
|
452
452
|
*/
|
|
453
453
|
export declare enum AttributeType {
|
|
@@ -611,15 +611,15 @@ export declare type CirclePointSymbolDc = SymbolDc & {
|
|
|
611
611
|
};
|
|
612
612
|
/**
|
|
613
613
|
* Describes classification methods.
|
|
614
|
-
|
|
614
|
+
|
|
615
615
|
none
|
|
616
|
-
|
|
616
|
+
|
|
617
617
|
naturalBreaks
|
|
618
|
-
|
|
618
|
+
|
|
619
619
|
equalInterval
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
quantile
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
unique
|
|
624
624
|
*/
|
|
625
625
|
export declare enum ClassificationType {
|
|
@@ -631,11 +631,11 @@ export declare enum ClassificationType {
|
|
|
631
631
|
}
|
|
632
632
|
/**
|
|
633
633
|
* Type of attribute.
|
|
634
|
-
|
|
634
|
+
|
|
635
635
|
decimal
|
|
636
|
-
|
|
636
|
+
|
|
637
637
|
dateTime
|
|
638
|
-
|
|
638
|
+
|
|
639
639
|
text
|
|
640
640
|
*/
|
|
641
641
|
export declare enum ClassifyAttributeType {
|
|
@@ -664,7 +664,7 @@ export interface ClassifyResultObject {
|
|
|
664
664
|
export declare type ClusterSymbolDc = SymbolDc & {
|
|
665
665
|
type?: string;
|
|
666
666
|
labelSymbol?: PointLabelSymbolDc;
|
|
667
|
-
singleObjectSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
667
|
+
singleObjectSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
668
668
|
fillColor?: ParameterDcColor;
|
|
669
669
|
strokeColor?: ParameterDcColor;
|
|
670
670
|
strokeWidth?: CalculatedParameterDc;
|
|
@@ -887,7 +887,7 @@ export interface CompositeServiceInfoDc {
|
|
|
887
887
|
*/
|
|
888
888
|
export declare type CompositeSymbolDc = SymbolDc & {
|
|
889
889
|
type?: string;
|
|
890
|
-
childSymbols?: (CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
|
|
890
|
+
childSymbols?: (CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
|
|
891
891
|
};
|
|
892
892
|
/**
|
|
893
893
|
* Get configuration information.
|
|
@@ -900,52 +900,54 @@ export interface ConfigDc {
|
|
|
900
900
|
}
|
|
901
901
|
/**
|
|
902
902
|
* Types of errors that can occur during layer initialize.
|
|
903
|
-
|
|
903
|
+
|
|
904
904
|
Unknown
|
|
905
|
-
|
|
905
|
+
|
|
906
906
|
SerializeError
|
|
907
|
-
|
|
907
|
+
|
|
908
908
|
InvalidDataService
|
|
909
|
-
|
|
909
|
+
|
|
910
910
|
InvalidConfiguration
|
|
911
|
-
|
|
911
|
+
|
|
912
912
|
InvalidDataServiceName
|
|
913
|
-
|
|
913
|
+
|
|
914
914
|
InvalidTableName
|
|
915
|
-
|
|
915
|
+
|
|
916
916
|
InvalidLayerName
|
|
917
|
-
|
|
917
|
+
|
|
918
918
|
ResourceNotFound
|
|
919
|
-
|
|
919
|
+
|
|
920
920
|
InvalidCondition
|
|
921
|
-
|
|
921
|
+
|
|
922
922
|
InvalidAttributes
|
|
923
|
-
|
|
923
|
+
|
|
924
924
|
InvalidIdAttribute
|
|
925
|
-
|
|
925
|
+
|
|
926
926
|
InvalidGeometryAttribute
|
|
927
|
-
|
|
927
|
+
|
|
928
928
|
InvalidGeometryAttributeType
|
|
929
|
-
|
|
929
|
+
|
|
930
930
|
InvalidColumnName
|
|
931
|
-
|
|
931
|
+
|
|
932
932
|
InvalidIdColumnSettings
|
|
933
|
-
|
|
933
|
+
|
|
934
934
|
ColumnNotExistsInTable
|
|
935
|
-
|
|
935
|
+
|
|
936
936
|
InvalidStyle
|
|
937
|
-
|
|
937
|
+
|
|
938
938
|
InvalidLayerType
|
|
939
|
-
|
|
939
|
+
|
|
940
940
|
ColumnLoadingError
|
|
941
|
-
|
|
941
|
+
|
|
942
942
|
InvalidAttributeFormat
|
|
943
|
-
|
|
943
|
+
|
|
944
944
|
DataSourceNotFound
|
|
945
|
-
|
|
945
|
+
|
|
946
946
|
DuplicateColumns
|
|
947
|
-
|
|
947
|
+
|
|
948
948
|
TableWithoutColumns
|
|
949
|
+
|
|
950
|
+
InvalidTableReferenceConfiguration
|
|
949
951
|
*/
|
|
950
952
|
export declare enum ConfigurationErrorEnum {
|
|
951
953
|
Unknown = "Unknown",
|
|
@@ -970,7 +972,8 @@ export declare enum ConfigurationErrorEnum {
|
|
|
970
972
|
InvalidAttributeFormat = "InvalidAttributeFormat",
|
|
971
973
|
DataSourceNotFound = "DataSourceNotFound",
|
|
972
974
|
DuplicateColumns = "DuplicateColumns",
|
|
973
|
-
TableWithoutColumns = "TableWithoutColumns"
|
|
975
|
+
TableWithoutColumns = "TableWithoutColumns",
|
|
976
|
+
InvalidTableReferenceConfiguration = "InvalidTableReferenceConfiguration"
|
|
974
977
|
}
|
|
975
978
|
/**
|
|
976
979
|
* SPCore.Connectors.Connectors.Base.Models.Scheduler.ConfiguredLayerDataStorageDc provides configurable layer storage.
|
|
@@ -1192,15 +1195,15 @@ export interface ErrorDetailsDc {
|
|
|
1192
1195
|
}
|
|
1193
1196
|
/**
|
|
1194
1197
|
* Type of the error.
|
|
1195
|
-
|
|
1198
|
+
|
|
1196
1199
|
ResourceLimitExceeded
|
|
1197
|
-
|
|
1200
|
+
|
|
1198
1201
|
ResourceNotFound
|
|
1199
|
-
|
|
1202
|
+
|
|
1200
1203
|
InternalError
|
|
1201
|
-
|
|
1204
|
+
|
|
1202
1205
|
BadRequest
|
|
1203
|
-
|
|
1206
|
+
|
|
1204
1207
|
DuplicateContent
|
|
1205
1208
|
*/
|
|
1206
1209
|
export declare enum ErrorDetailsType {
|
|
@@ -1443,6 +1446,8 @@ export interface FailedServiceInfoDc {
|
|
|
1443
1446
|
* DuplicateColumns
|
|
1444
1447
|
*
|
|
1445
1448
|
* TableWithoutColumns
|
|
1449
|
+
*
|
|
1450
|
+
* InvalidTableReferenceConfiguration
|
|
1446
1451
|
*/
|
|
1447
1452
|
errorType?: ConfigurationErrorEnum;
|
|
1448
1453
|
/** The type of the resource. */
|
|
@@ -1674,7 +1679,7 @@ export interface FeatureSymbolDc {
|
|
|
1674
1679
|
/** @format int32 */
|
|
1675
1680
|
id: number;
|
|
1676
1681
|
/** Feature symbol. */
|
|
1677
|
-
definition?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
1682
|
+
definition?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
1678
1683
|
image?: string;
|
|
1679
1684
|
}
|
|
1680
1685
|
/**
|
|
@@ -1686,9 +1691,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
1686
1691
|
};
|
|
1687
1692
|
/**
|
|
1688
1693
|
* Type of the feature.
|
|
1689
|
-
|
|
1694
|
+
|
|
1690
1695
|
Unknown
|
|
1691
|
-
|
|
1696
|
+
|
|
1692
1697
|
GeometricFeature
|
|
1693
1698
|
*/
|
|
1694
1699
|
export declare enum FeatureType {
|
|
@@ -1762,11 +1767,11 @@ export interface FilterDc {
|
|
|
1762
1767
|
}
|
|
1763
1768
|
/**
|
|
1764
1769
|
* Sets whether font should be styled.
|
|
1765
|
-
|
|
1770
|
+
|
|
1766
1771
|
normal
|
|
1767
|
-
|
|
1772
|
+
|
|
1768
1773
|
oblique
|
|
1769
|
-
|
|
1774
|
+
|
|
1770
1775
|
italic
|
|
1771
1776
|
*/
|
|
1772
1777
|
export declare enum FontStyle {
|
|
@@ -1776,27 +1781,27 @@ export declare enum FontStyle {
|
|
|
1776
1781
|
}
|
|
1777
1782
|
/**
|
|
1778
1783
|
* Specifies the weight (or boldness) of the font.
|
|
1779
|
-
|
|
1784
|
+
|
|
1780
1785
|
Thin
|
|
1781
|
-
|
|
1786
|
+
|
|
1782
1787
|
ExtraLight
|
|
1783
|
-
|
|
1788
|
+
|
|
1784
1789
|
Light
|
|
1785
|
-
|
|
1790
|
+
|
|
1786
1791
|
SemiLight
|
|
1787
|
-
|
|
1792
|
+
|
|
1788
1793
|
Normal
|
|
1789
|
-
|
|
1794
|
+
|
|
1790
1795
|
Medium
|
|
1791
|
-
|
|
1796
|
+
|
|
1792
1797
|
DemiBold
|
|
1793
|
-
|
|
1798
|
+
|
|
1794
1799
|
Bold
|
|
1795
|
-
|
|
1800
|
+
|
|
1796
1801
|
ExtraBold
|
|
1797
|
-
|
|
1802
|
+
|
|
1798
1803
|
Black
|
|
1799
|
-
|
|
1804
|
+
|
|
1800
1805
|
ExtraBlack
|
|
1801
1806
|
*/
|
|
1802
1807
|
export declare enum FontWeight {
|
|
@@ -1891,17 +1896,17 @@ export interface GeometryDc {
|
|
|
1891
1896
|
}
|
|
1892
1897
|
/**
|
|
1893
1898
|
*
|
|
1894
|
-
|
|
1899
|
+
|
|
1895
1900
|
unknown
|
|
1896
|
-
|
|
1901
|
+
|
|
1897
1902
|
point
|
|
1898
|
-
|
|
1903
|
+
|
|
1899
1904
|
polyline
|
|
1900
|
-
|
|
1905
|
+
|
|
1901
1906
|
polygon
|
|
1902
|
-
|
|
1907
|
+
|
|
1903
1908
|
envelope
|
|
1904
|
-
|
|
1909
|
+
|
|
1905
1910
|
multipoint
|
|
1906
1911
|
*/
|
|
1907
1912
|
export declare enum GeometryType {
|
|
@@ -1921,13 +1926,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
1921
1926
|
};
|
|
1922
1927
|
/**
|
|
1923
1928
|
* Resource group.
|
|
1924
|
-
|
|
1929
|
+
|
|
1925
1930
|
my
|
|
1926
|
-
|
|
1931
|
+
|
|
1927
1932
|
role
|
|
1928
|
-
|
|
1933
|
+
|
|
1929
1934
|
public
|
|
1930
|
-
|
|
1935
|
+
|
|
1931
1936
|
all
|
|
1932
1937
|
*/
|
|
1933
1938
|
export declare enum Group {
|
|
@@ -2041,10 +2046,7 @@ export interface ISpatialReference {
|
|
|
2041
2046
|
dimensions?: number;
|
|
2042
2047
|
datum?: IDatum;
|
|
2043
2048
|
}
|
|
2044
|
-
export
|
|
2045
|
-
/** @format int32 */
|
|
2046
|
-
dimensions?: number;
|
|
2047
|
-
}
|
|
2049
|
+
export declare type IVector = object;
|
|
2048
2050
|
/**
|
|
2049
2051
|
* Attributes provides by router to describe route.
|
|
2050
2052
|
*/
|
|
@@ -2207,7 +2209,7 @@ export declare type LabelSymbolDc = SymbolDc & {
|
|
|
2207
2209
|
};
|
|
2208
2210
|
export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
|
|
2209
2211
|
type?: string;
|
|
2210
|
-
symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2212
|
+
symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2211
2213
|
};
|
|
2212
2214
|
/**
|
|
2213
2215
|
* Information about the layer attributes and their configuration.
|
|
@@ -2383,9 +2385,9 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2383
2385
|
/**
|
|
2384
2386
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
2385
2387
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
2386
|
-
|
|
2388
|
+
|
|
2387
2389
|
small
|
|
2388
|
-
|
|
2390
|
+
|
|
2389
2391
|
large
|
|
2390
2392
|
*/
|
|
2391
2393
|
export declare enum LineEndingSize {
|
|
@@ -2394,19 +2396,19 @@ export declare enum LineEndingSize {
|
|
|
2394
2396
|
}
|
|
2395
2397
|
/**
|
|
2396
2398
|
* Type of the line ending.
|
|
2397
|
-
|
|
2399
|
+
|
|
2398
2400
|
none
|
|
2399
|
-
|
|
2401
|
+
|
|
2400
2402
|
arrow
|
|
2401
|
-
|
|
2403
|
+
|
|
2402
2404
|
filledArrow
|
|
2403
|
-
|
|
2405
|
+
|
|
2404
2406
|
square
|
|
2405
|
-
|
|
2407
|
+
|
|
2406
2408
|
filledSquare
|
|
2407
|
-
|
|
2409
|
+
|
|
2408
2410
|
circle
|
|
2409
|
-
|
|
2411
|
+
|
|
2410
2412
|
filledCircle
|
|
2411
2413
|
*/
|
|
2412
2414
|
export declare enum LineEndingType {
|
|
@@ -2637,7 +2639,7 @@ export declare type MultiPointDc = GeometryDc & {
|
|
|
2637
2639
|
*/
|
|
2638
2640
|
export declare type MultipointSymbolDc = SymbolDc & {
|
|
2639
2641
|
type?: string;
|
|
2640
|
-
pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2642
|
+
pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2641
2643
|
};
|
|
2642
2644
|
/**
|
|
2643
2645
|
* Information about a namespace .
|
|
@@ -2663,15 +2665,15 @@ export interface NamespaceInfoDc {
|
|
|
2663
2665
|
export declare type ObjectId = object;
|
|
2664
2666
|
/**
|
|
2665
2667
|
*
|
|
2666
|
-
|
|
2668
|
+
|
|
2667
2669
|
Unknown
|
|
2668
|
-
|
|
2670
|
+
|
|
2669
2671
|
union
|
|
2670
|
-
|
|
2672
|
+
|
|
2671
2673
|
intersection
|
|
2672
|
-
|
|
2674
|
+
|
|
2673
2675
|
subtraction
|
|
2674
|
-
|
|
2676
|
+
|
|
2675
2677
|
symDifference
|
|
2676
2678
|
*/
|
|
2677
2679
|
export declare enum Operation {
|
|
@@ -2765,19 +2767,19 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
2765
2767
|
};
|
|
2766
2768
|
/**
|
|
2767
2769
|
* User permissions for server security objects (services, projects etc.)
|
|
2768
|
-
|
|
2770
|
+
|
|
2769
2771
|
none
|
|
2770
|
-
|
|
2772
|
+
|
|
2771
2773
|
configure
|
|
2772
|
-
|
|
2774
|
+
|
|
2773
2775
|
write
|
|
2774
|
-
|
|
2776
|
+
|
|
2775
2777
|
read
|
|
2776
|
-
|
|
2778
|
+
|
|
2777
2779
|
read,configure
|
|
2778
|
-
|
|
2780
|
+
|
|
2779
2781
|
read,write
|
|
2780
|
-
|
|
2782
|
+
|
|
2781
2783
|
read,write,configure
|
|
2782
2784
|
*/
|
|
2783
2785
|
export declare enum Permissions {
|
|
@@ -2834,19 +2836,19 @@ export interface PolicyDc {
|
|
|
2834
2836
|
}
|
|
2835
2837
|
/**
|
|
2836
2838
|
* Type of the authorization policy.
|
|
2837
|
-
|
|
2839
|
+
|
|
2838
2840
|
Unknown
|
|
2839
|
-
|
|
2841
|
+
|
|
2840
2842
|
CreateTable
|
|
2841
|
-
|
|
2843
|
+
|
|
2842
2844
|
CreateLayer
|
|
2843
|
-
|
|
2845
|
+
|
|
2844
2846
|
CreateProject
|
|
2845
|
-
|
|
2847
|
+
|
|
2846
2848
|
MaxFeaturesInOneTable
|
|
2847
|
-
|
|
2849
|
+
|
|
2848
2850
|
MaxObjectsToExport
|
|
2849
|
-
|
|
2851
|
+
|
|
2850
2852
|
MaxUploadContentSize
|
|
2851
2853
|
*/
|
|
2852
2854
|
export declare enum PolicyType {
|
|
@@ -3202,6 +3204,20 @@ export interface Rectangle2 {
|
|
|
3202
3204
|
center?: IVector;
|
|
3203
3205
|
halfSize?: IVector;
|
|
3204
3206
|
}
|
|
3207
|
+
/**
|
|
3208
|
+
* Types of table reference.
|
|
3209
|
+
|
|
3210
|
+
OneToMany
|
|
3211
|
+
|
|
3212
|
+
OneToOne
|
|
3213
|
+
|
|
3214
|
+
Intersect
|
|
3215
|
+
*/
|
|
3216
|
+
export declare enum ReferenceJoinType {
|
|
3217
|
+
OneToMany = "OneToMany",
|
|
3218
|
+
OneToOne = "OneToOne",
|
|
3219
|
+
Intersect = "Intersect"
|
|
3220
|
+
}
|
|
3205
3221
|
/**
|
|
3206
3222
|
* Data contract for register new user.
|
|
3207
3223
|
*/
|
|
@@ -3322,19 +3338,19 @@ export interface ResourceInfoDc {
|
|
|
3322
3338
|
}
|
|
3323
3339
|
/**
|
|
3324
3340
|
* The `ResourceType` represents resource manager supports types.
|
|
3325
|
-
|
|
3341
|
+
|
|
3326
3342
|
Unknown
|
|
3327
|
-
|
|
3343
|
+
|
|
3328
3344
|
table
|
|
3329
|
-
|
|
3345
|
+
|
|
3330
3346
|
layer
|
|
3331
|
-
|
|
3347
|
+
|
|
3332
3348
|
project
|
|
3333
|
-
|
|
3349
|
+
|
|
3334
3350
|
file
|
|
3335
|
-
|
|
3351
|
+
|
|
3336
3352
|
feature
|
|
3337
|
-
|
|
3353
|
+
|
|
3338
3354
|
tag
|
|
3339
3355
|
*/
|
|
3340
3356
|
export declare enum ResourceType {
|
|
@@ -3502,21 +3518,21 @@ export interface ServerInfoDc {
|
|
|
3502
3518
|
}
|
|
3503
3519
|
/**
|
|
3504
3520
|
* Status of the server task.
|
|
3505
|
-
|
|
3521
|
+
|
|
3506
3522
|
None
|
|
3507
|
-
|
|
3523
|
+
|
|
3508
3524
|
Scheduled
|
|
3509
|
-
|
|
3525
|
+
|
|
3510
3526
|
Planning
|
|
3511
|
-
|
|
3527
|
+
|
|
3512
3528
|
Executing
|
|
3513
|
-
|
|
3529
|
+
|
|
3514
3530
|
Completed
|
|
3515
|
-
|
|
3531
|
+
|
|
3516
3532
|
Failed
|
|
3517
|
-
|
|
3533
|
+
|
|
3518
3534
|
Canceled
|
|
3519
|
-
|
|
3535
|
+
|
|
3520
3536
|
Timeout
|
|
3521
3537
|
*/
|
|
3522
3538
|
export declare enum ServerTaskStatus {
|
|
@@ -3858,11 +3874,11 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
3858
3874
|
};
|
|
3859
3875
|
/**
|
|
3860
3876
|
* The `StringSubType` provides information about string attribute subtype.
|
|
3861
|
-
|
|
3877
|
+
|
|
3862
3878
|
None
|
|
3863
|
-
|
|
3879
|
+
|
|
3864
3880
|
Image
|
|
3865
|
-
|
|
3881
|
+
|
|
3866
3882
|
PkkCode
|
|
3867
3883
|
*/
|
|
3868
3884
|
export declare enum StringSubType {
|
|
@@ -3896,7 +3912,7 @@ export interface StyleDc {
|
|
|
3896
3912
|
*/
|
|
3897
3913
|
condition?: string;
|
|
3898
3914
|
/** Symbol that is used to draw the features of the layer. */
|
|
3899
|
-
symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3915
|
+
symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3900
3916
|
/**
|
|
3901
3917
|
* Child styles. Before rendering a feature, the children style conditions are checked. If none
|
|
3902
3918
|
* of the child styles were applied, then the paren style is used to draw the feature.
|
|
@@ -3923,6 +3939,17 @@ export declare type StyledLayerServiceConfigurationDc = ServiceConfigurationBase
|
|
|
3923
3939
|
style: StyleDc;
|
|
3924
3940
|
baseServiceName: string;
|
|
3925
3941
|
};
|
|
3942
|
+
/**
|
|
3943
|
+
* Svg point symbol.
|
|
3944
|
+
*/
|
|
3945
|
+
export declare type SvgPointSymbolDc = SymbolDc & {
|
|
3946
|
+
type?: string;
|
|
3947
|
+
data?: string;
|
|
3948
|
+
width?: CalculatedParameterDc;
|
|
3949
|
+
height?: CalculatedParameterDc;
|
|
3950
|
+
offset?: CalculatedParameterDc[];
|
|
3951
|
+
angle?: CalculatedParameterDc;
|
|
3952
|
+
};
|
|
3926
3953
|
/**
|
|
3927
3954
|
* Feature symbol.
|
|
3928
3955
|
*/
|
|
@@ -3966,6 +3993,16 @@ export interface TableReferenceConfigurationDc {
|
|
|
3966
3993
|
attributes: AttributeConfigurationDc[];
|
|
3967
3994
|
/** Child related tables configurations. */
|
|
3968
3995
|
tableReferences?: TableReferenceConfigurationDc[];
|
|
3996
|
+
/**
|
|
3997
|
+
* Types of table reference.
|
|
3998
|
+
*
|
|
3999
|
+
* OneToMany
|
|
4000
|
+
*
|
|
4001
|
+
* OneToOne
|
|
4002
|
+
*
|
|
4003
|
+
* Intersect
|
|
4004
|
+
*/
|
|
4005
|
+
joinType?: ReferenceJoinType;
|
|
3969
4006
|
}
|
|
3970
4007
|
/**
|
|
3971
4008
|
* Data storage that allows accessing features directly from the tables.
|
|
@@ -3975,7 +4012,7 @@ export declare type TableTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
|
3975
4012
|
type?: string;
|
|
3976
4013
|
};
|
|
3977
4014
|
/**
|
|
3978
|
-
* Provides data contract of
|
|
4015
|
+
* Provides data contract of `TagInfo`/>.
|
|
3979
4016
|
*/
|
|
3980
4017
|
export interface TagInfoDc {
|
|
3981
4018
|
/** Name of the tag. */
|
|
@@ -3983,6 +4020,17 @@ export interface TagInfoDc {
|
|
|
3983
4020
|
/** If sets true. */
|
|
3984
4021
|
isSystem?: boolean;
|
|
3985
4022
|
}
|
|
4023
|
+
/**
|
|
4024
|
+
* Task owner group.
|
|
4025
|
+
|
|
4026
|
+
my
|
|
4027
|
+
|
|
4028
|
+
all
|
|
4029
|
+
*/
|
|
4030
|
+
export declare enum TaskGroup {
|
|
4031
|
+
My = "my",
|
|
4032
|
+
All = "all"
|
|
4033
|
+
}
|
|
3986
4034
|
/**
|
|
3987
4035
|
* Detailed information about a server task.
|
|
3988
4036
|
*/
|
|
@@ -4118,6 +4166,10 @@ export interface TaskStatusDataDc {
|
|
|
4118
4166
|
* @format uuid
|
|
4119
4167
|
*/
|
|
4120
4168
|
taskId?: string;
|
|
4169
|
+
/** Type of the task. */
|
|
4170
|
+
type?: string;
|
|
4171
|
+
/** User started task. */
|
|
4172
|
+
owner?: string;
|
|
4121
4173
|
/**
|
|
4122
4174
|
* Status of the server task.
|
|
4123
4175
|
*
|
|
@@ -4186,13 +4238,13 @@ export interface TemplateModelDc {
|
|
|
4186
4238
|
}
|
|
4187
4239
|
/**
|
|
4188
4240
|
* Sets the horizontal alignment of text.
|
|
4189
|
-
|
|
4241
|
+
|
|
4190
4242
|
right
|
|
4191
|
-
|
|
4243
|
+
|
|
4192
4244
|
left
|
|
4193
|
-
|
|
4245
|
+
|
|
4194
4246
|
center
|
|
4195
|
-
|
|
4247
|
+
|
|
4196
4248
|
justified
|
|
4197
4249
|
*/
|
|
4198
4250
|
export declare enum TextAlignment {
|
|
@@ -4212,11 +4264,11 @@ export interface TextBackgroundDc {
|
|
|
4212
4264
|
}
|
|
4213
4265
|
/**
|
|
4214
4266
|
* Sets the vertical alignment of text.
|
|
4215
|
-
|
|
4267
|
+
|
|
4216
4268
|
top
|
|
4217
|
-
|
|
4269
|
+
|
|
4218
4270
|
bottom
|
|
4219
|
-
|
|
4271
|
+
|
|
4220
4272
|
middle
|
|
4221
4273
|
*/
|
|
4222
4274
|
export declare enum TextVerticalAlignment {
|
|
@@ -5517,7 +5569,7 @@ export interface GetProjectsListParams {
|
|
|
5517
5569
|
tags?: string[];
|
|
5518
5570
|
}
|
|
5519
5571
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
5520
|
-
export interface
|
|
5572
|
+
export interface DeleteResourcesParams2 {
|
|
5521
5573
|
/** Resource names. */
|
|
5522
5574
|
names?: string[];
|
|
5523
5575
|
}
|
|
@@ -5566,10 +5618,30 @@ export interface CreateStorageParams {
|
|
|
5566
5618
|
storageName?: string;
|
|
5567
5619
|
}
|
|
5568
5620
|
export interface GetTaskListParams {
|
|
5569
|
-
/** Filter the tasks by their owner names. */
|
|
5570
|
-
owners?: string[];
|
|
5571
5621
|
/** Comma separated list of the task statuses. Filters only the tasks with the given statuses. */
|
|
5572
|
-
|
|
5622
|
+
status?: ServerTaskStatus[];
|
|
5623
|
+
/** Filter the tasks by their ids. */
|
|
5624
|
+
id?: string[];
|
|
5625
|
+
/** Filter the tasks by owners. */
|
|
5626
|
+
owners?: string[];
|
|
5627
|
+
/**
|
|
5628
|
+
* Owner group.
|
|
5629
|
+
*
|
|
5630
|
+
* my
|
|
5631
|
+
*
|
|
5632
|
+
* all
|
|
5633
|
+
*/
|
|
5634
|
+
group?: TaskGroup;
|
|
5635
|
+
/**
|
|
5636
|
+
* Takes tasks created before given date and time.
|
|
5637
|
+
* @format date-time
|
|
5638
|
+
*/
|
|
5639
|
+
createdBefore?: string;
|
|
5640
|
+
/**
|
|
5641
|
+
* Takes tasks created after given date and time.
|
|
5642
|
+
* @format date-time
|
|
5643
|
+
*/
|
|
5644
|
+
createdAfter?: string;
|
|
5573
5645
|
/**
|
|
5574
5646
|
* The first index to return.
|
|
5575
5647
|
* @format int32
|
|
@@ -5673,7 +5745,7 @@ export interface StatisticsDbParams {
|
|
|
5673
5745
|
/** Type of required statistic function. */
|
|
5674
5746
|
types?: AggregationFunction[];
|
|
5675
5747
|
}
|
|
5676
|
-
export interface
|
|
5748
|
+
export interface ClassifyParams3 {
|
|
5677
5749
|
/** Layer name. */
|
|
5678
5750
|
name?: string;
|
|
5679
5751
|
/** Attribute name. */
|
|
@@ -5768,7 +5840,7 @@ export interface GetTableListParams {
|
|
|
5768
5840
|
acl?: string;
|
|
5769
5841
|
}
|
|
5770
5842
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
5771
|
-
export interface
|
|
5843
|
+
export interface DeleteResourcesParams9 {
|
|
5772
5844
|
/** Resource names. */
|
|
5773
5845
|
names?: string[];
|
|
5774
5846
|
}
|
|
@@ -5880,7 +5952,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
5880
5952
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
5881
5953
|
AcceptFormats?: string[];
|
|
5882
5954
|
}
|
|
5883
|
-
export interface
|
|
5955
|
+
export interface GetCapabilitiesParams3 {
|
|
5884
5956
|
/** Output format of service metadata. */
|
|
5885
5957
|
Format?: string;
|
|
5886
5958
|
/** Must be WMS. */
|
|
@@ -5905,10 +5977,8 @@ export interface GetMapParams {
|
|
|
5905
5977
|
'BoundingBox.Width'?: number;
|
|
5906
5978
|
/** @format double */
|
|
5907
5979
|
'BoundingBox.Height'?: number;
|
|
5908
|
-
|
|
5909
|
-
'BoundingBox.
|
|
5910
|
-
/** @format int32 */
|
|
5911
|
-
'BoundingBox.HalfSize.Dimensions'?: number;
|
|
5980
|
+
'BoundingBox.Center'?: IVector;
|
|
5981
|
+
'BoundingBox.HalfSize'?: IVector;
|
|
5912
5982
|
/**
|
|
5913
5983
|
* Width in pixels of map picture.
|
|
5914
5984
|
* @format int32
|
|
@@ -5974,10 +6044,8 @@ export interface GetFeatureInfoParams {
|
|
|
5974
6044
|
'BoundingBox.Width'?: number;
|
|
5975
6045
|
/** @format double */
|
|
5976
6046
|
'BoundingBox.Height'?: number;
|
|
5977
|
-
|
|
5978
|
-
'BoundingBox.
|
|
5979
|
-
/** @format int32 */
|
|
5980
|
-
'BoundingBox.HalfSize.Dimensions'?: number;
|
|
6047
|
+
'BoundingBox.Center'?: IVector;
|
|
6048
|
+
'BoundingBox.HalfSize'?: IVector;
|
|
5981
6049
|
/**
|
|
5982
6050
|
* Width in pixels of map picture.
|
|
5983
6051
|
* @format int32
|