@evergis/api 3.0.181 → 3.0.183
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 +4 -0
- 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__/CamerasService.d.ts +13 -2
- package/dist/__generated__/CatalogService.d.ts +119 -0
- package/dist/__generated__/ClientSettingsService.d.ts +1 -1
- package/dist/__generated__/EqlTestService.d.ts +3 -3
- 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 +47 -3
- package/dist/__generated__/NamespaceService.d.ts +1 -1
- package/dist/__generated__/NavigationService.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__/QueryTokenAccessService.d.ts +52 -0
- 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__/SpatialReferencesService.d.ts +1 -1
- package/dist/__generated__/StaticContentService.d.ts +1 -1
- package/dist/__generated__/StatisticService.d.ts +35 -2
- package/dist/__generated__/StyleService.d.ts +1 -1
- package/dist/__generated__/SymbolStorageService.d.ts +1 -1
- package/dist/__generated__/TablesService.d.ts +3 -3
- package/dist/__generated__/TagsService.d.ts +3 -3
- package/dist/__generated__/ToolsService.d.ts +1 -1
- package/dist/__generated__/UniversalSearchService.d.ts +1 -1
- package/dist/__generated__/VectorTileService.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 +613 -546
- package/dist/api.cjs.development.js +474 -50
- 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 +698 -238
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +5 -3
- 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?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
21
|
+
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
22
22
|
gridSize?: number;
|
|
23
23
|
fixedCenter?: boolean;
|
|
24
24
|
aggregations?: Record<string, AggregationFunction>;
|
|
@@ -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 {
|
|
@@ -332,7 +332,7 @@ export interface AttributeConfigurationDc {
|
|
|
332
332
|
/** Description for the attribute. */
|
|
333
333
|
description?: string;
|
|
334
334
|
/**
|
|
335
|
-
*
|
|
335
|
+
*
|
|
336
336
|
*
|
|
337
337
|
* None
|
|
338
338
|
*
|
|
@@ -406,7 +406,7 @@ export interface AttributeConfigurationDc {
|
|
|
406
406
|
/** A set of layer references. */
|
|
407
407
|
layerReferenceId?: string[];
|
|
408
408
|
/**
|
|
409
|
-
*
|
|
409
|
+
*
|
|
410
410
|
*
|
|
411
411
|
* None
|
|
412
412
|
*
|
|
@@ -425,7 +425,7 @@ export interface AttributeConfigurationDc {
|
|
|
425
425
|
*/
|
|
426
426
|
export interface AttributeDefinitionDc {
|
|
427
427
|
/**
|
|
428
|
-
*
|
|
428
|
+
*
|
|
429
429
|
*
|
|
430
430
|
* Unknown
|
|
431
431
|
*
|
|
@@ -465,7 +465,7 @@ export interface AttributeDefinitionDc {
|
|
|
465
465
|
/** If false, attribute will not be returned in feature query. */
|
|
466
466
|
isDisplayed?: boolean;
|
|
467
467
|
/**
|
|
468
|
-
*
|
|
468
|
+
*
|
|
469
469
|
*
|
|
470
470
|
* None
|
|
471
471
|
*
|
|
@@ -583,14 +583,14 @@ export interface AttributeFormatDefinitionDc {
|
|
|
583
583
|
rounding?: number;
|
|
584
584
|
}
|
|
585
585
|
/**
|
|
586
|
-
*
|
|
587
|
-
|
|
586
|
+
*
|
|
587
|
+
|
|
588
588
|
None
|
|
589
|
-
|
|
589
|
+
|
|
590
590
|
SelectFromHandBook
|
|
591
|
-
|
|
591
|
+
|
|
592
592
|
SelectFromRange
|
|
593
|
-
|
|
593
|
+
|
|
594
594
|
ViewHandBook
|
|
595
595
|
*/
|
|
596
596
|
export declare enum AttributeSelectorType {
|
|
@@ -600,32 +600,32 @@ export declare enum AttributeSelectorType {
|
|
|
600
600
|
ViewHandBook = "ViewHandBook"
|
|
601
601
|
}
|
|
602
602
|
/**
|
|
603
|
-
*
|
|
604
|
-
|
|
603
|
+
*
|
|
604
|
+
|
|
605
605
|
Unknown
|
|
606
|
-
|
|
606
|
+
|
|
607
607
|
String
|
|
608
|
-
|
|
608
|
+
|
|
609
609
|
Int32
|
|
610
|
-
|
|
610
|
+
|
|
611
611
|
Int64
|
|
612
|
-
|
|
612
|
+
|
|
613
613
|
Double
|
|
614
|
-
|
|
614
|
+
|
|
615
615
|
DateTime
|
|
616
|
-
|
|
616
|
+
|
|
617
617
|
Boolean
|
|
618
|
-
|
|
618
|
+
|
|
619
619
|
Point
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
Polyline
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
MultiPolygon
|
|
624
|
-
|
|
624
|
+
|
|
625
625
|
Multipoint
|
|
626
|
-
|
|
626
|
+
|
|
627
627
|
H3Index
|
|
628
|
-
|
|
628
|
+
|
|
629
629
|
Json
|
|
630
630
|
*/
|
|
631
631
|
export declare enum AttributeType {
|
|
@@ -691,11 +691,7 @@ export declare type AvailabilityAreaTaskDc = FeatureTaskParametersDc & {
|
|
|
691
691
|
idAttributeName?: string;
|
|
692
692
|
geometryAttributeName?: string;
|
|
693
693
|
};
|
|
694
|
-
/**
|
|
695
|
-
* Simply Base64 string.
|
|
696
|
-
*/
|
|
697
694
|
export interface Base64String {
|
|
698
|
-
/** string value. */
|
|
699
695
|
value?: string;
|
|
700
696
|
}
|
|
701
697
|
/**
|
|
@@ -720,17 +716,6 @@ export interface BatchResourcesAclDc {
|
|
|
720
716
|
/** A set of projects acl. */
|
|
721
717
|
projects?: ResourceAclDc[];
|
|
722
718
|
}
|
|
723
|
-
/**
|
|
724
|
-
* Provides bulk request to manage catalog resources.
|
|
725
|
-
*/
|
|
726
|
-
export interface BatchResourcesCatalogDc {
|
|
727
|
-
/** List of layers. */
|
|
728
|
-
layers?: CatalogResourceDc[];
|
|
729
|
-
/** List of tables. */
|
|
730
|
-
tables?: CatalogResourceDc[];
|
|
731
|
-
/** List of projects. */
|
|
732
|
-
projects?: CatalogResourceDc[];
|
|
733
|
-
}
|
|
734
719
|
/**
|
|
735
720
|
* The class describes data contract of bookmark at the map.
|
|
736
721
|
*/
|
|
@@ -805,13 +790,48 @@ export interface CameraListDc {
|
|
|
805
790
|
success?: boolean;
|
|
806
791
|
}
|
|
807
792
|
/**
|
|
808
|
-
*
|
|
793
|
+
* Resource catalog item.
|
|
809
794
|
*/
|
|
810
795
|
export interface CatalogResourceDc {
|
|
811
|
-
/**
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
796
|
+
/**
|
|
797
|
+
* Id of the resource.
|
|
798
|
+
* @format uuid
|
|
799
|
+
*/
|
|
800
|
+
resourceId?: string;
|
|
801
|
+
/**
|
|
802
|
+
* Id of the resource.
|
|
803
|
+
* @format uuid
|
|
804
|
+
*/
|
|
805
|
+
parentId?: string;
|
|
806
|
+
/** Path to the resource. */
|
|
807
|
+
name?: string;
|
|
808
|
+
/** Description of the resource. */
|
|
809
|
+
description?: string;
|
|
810
|
+
/**
|
|
811
|
+
* Resource size.
|
|
812
|
+
* @format int64
|
|
813
|
+
*/
|
|
814
|
+
size?: number;
|
|
815
|
+
/** Content type. */
|
|
816
|
+
contentType?: string;
|
|
817
|
+
/** Check if resource is directory. */
|
|
818
|
+
isDirectory?: boolean;
|
|
819
|
+
/** Check if resource is temporary. */
|
|
820
|
+
isTemporary?: boolean;
|
|
821
|
+
/** Owner of the resource. */
|
|
822
|
+
owner?: string;
|
|
823
|
+
/** Resource path. */
|
|
824
|
+
path?: string;
|
|
825
|
+
/**
|
|
826
|
+
* Updated at.
|
|
827
|
+
* @format date-time
|
|
828
|
+
*/
|
|
829
|
+
updatedAt?: string;
|
|
830
|
+
/**
|
|
831
|
+
* Created at.
|
|
832
|
+
* @format date-time
|
|
833
|
+
*/
|
|
834
|
+
createdAt?: string;
|
|
815
835
|
}
|
|
816
836
|
/**
|
|
817
837
|
* Ending with an empty circle.
|
|
@@ -846,15 +866,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
846
866
|
};
|
|
847
867
|
/**
|
|
848
868
|
* Describes classification methods.
|
|
849
|
-
|
|
869
|
+
|
|
850
870
|
none
|
|
851
|
-
|
|
871
|
+
|
|
852
872
|
naturalBreaks
|
|
853
|
-
|
|
873
|
+
|
|
854
874
|
equalInterval
|
|
855
|
-
|
|
875
|
+
|
|
856
876
|
quantile
|
|
857
|
-
|
|
877
|
+
|
|
858
878
|
unique
|
|
859
879
|
*/
|
|
860
880
|
export declare enum ClassificationType {
|
|
@@ -866,11 +886,11 @@ export declare enum ClassificationType {
|
|
|
866
886
|
}
|
|
867
887
|
/**
|
|
868
888
|
*
|
|
869
|
-
|
|
889
|
+
|
|
870
890
|
decimal
|
|
871
|
-
|
|
891
|
+
|
|
872
892
|
dateTime
|
|
873
|
-
|
|
893
|
+
|
|
874
894
|
text
|
|
875
895
|
*/
|
|
876
896
|
export declare enum ClassifyAttributeType {
|
|
@@ -900,7 +920,7 @@ export declare type ClusterSymbolDc = SymbolDc & {
|
|
|
900
920
|
type?: string;
|
|
901
921
|
labelSymbol?: PointLabelSymbolDc;
|
|
902
922
|
customClusterSymbol?: SvgPointSymbolDc;
|
|
903
|
-
singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
923
|
+
singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
904
924
|
fillColor?: ParameterDcColor;
|
|
905
925
|
strokeColor?: ParameterDcColor;
|
|
906
926
|
strokeWidth?: CalculatedParameterDc;
|
|
@@ -922,7 +942,7 @@ export interface ColumnDescriptionDc {
|
|
|
922
942
|
/** Default value, if column is not nullable. */
|
|
923
943
|
defaultValue?: any;
|
|
924
944
|
/**
|
|
925
|
-
*
|
|
945
|
+
*
|
|
926
946
|
*
|
|
927
947
|
* Unknown
|
|
928
948
|
*
|
|
@@ -977,6 +997,16 @@ export declare type CombinedPolylineSymbolDc = SymbolDc & {
|
|
|
977
997
|
type?: string;
|
|
978
998
|
values?: SimplePolylineSymbolDc[];
|
|
979
999
|
};
|
|
1000
|
+
/**
|
|
1001
|
+
* Symbol combine multiple svg symbols.
|
|
1002
|
+
*/
|
|
1003
|
+
export declare type CombinedSvgSymbolDc = SymbolDc & {
|
|
1004
|
+
type?: string;
|
|
1005
|
+
id?: string;
|
|
1006
|
+
values?: SvgSymbolDc[];
|
|
1007
|
+
size?: number;
|
|
1008
|
+
angle?: number;
|
|
1009
|
+
};
|
|
980
1010
|
/**
|
|
981
1011
|
* Data contract for SPCore.Connectors.Connectors.Base.Models.Composite.CompositeLayerConfigurationDc.
|
|
982
1012
|
*/
|
|
@@ -1109,7 +1139,7 @@ export interface CompositeServiceInfoDc {
|
|
|
1109
1139
|
*/
|
|
1110
1140
|
changedDate?: string;
|
|
1111
1141
|
/**
|
|
1112
|
-
*
|
|
1142
|
+
*
|
|
1113
1143
|
*
|
|
1114
1144
|
* none
|
|
1115
1145
|
*
|
|
@@ -1138,7 +1168,7 @@ export interface CompositeServiceInfoDc {
|
|
|
1138
1168
|
*/
|
|
1139
1169
|
export declare type CompositeSymbolDc = SymbolDc & {
|
|
1140
1170
|
type?: string;
|
|
1141
|
-
childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
|
|
1171
|
+
childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
|
|
1142
1172
|
};
|
|
1143
1173
|
/**
|
|
1144
1174
|
* Get configuration information.
|
|
@@ -1150,56 +1180,56 @@ export interface ConfigDc {
|
|
|
1150
1180
|
urlPath?: string;
|
|
1151
1181
|
}
|
|
1152
1182
|
/**
|
|
1153
|
-
*
|
|
1154
|
-
|
|
1183
|
+
*
|
|
1184
|
+
|
|
1155
1185
|
Unknown
|
|
1156
|
-
|
|
1186
|
+
|
|
1157
1187
|
SerializeError
|
|
1158
|
-
|
|
1188
|
+
|
|
1159
1189
|
InvalidDataService
|
|
1160
|
-
|
|
1190
|
+
|
|
1161
1191
|
InvalidConfiguration
|
|
1162
|
-
|
|
1192
|
+
|
|
1163
1193
|
InvalidDataServiceName
|
|
1164
|
-
|
|
1194
|
+
|
|
1165
1195
|
InvalidTableName
|
|
1166
|
-
|
|
1196
|
+
|
|
1167
1197
|
InvalidLayerName
|
|
1168
|
-
|
|
1198
|
+
|
|
1169
1199
|
ResourceNotFound
|
|
1170
|
-
|
|
1200
|
+
|
|
1171
1201
|
InvalidCondition
|
|
1172
|
-
|
|
1202
|
+
|
|
1173
1203
|
InvalidAttributes
|
|
1174
|
-
|
|
1204
|
+
|
|
1175
1205
|
InvalidIdAttribute
|
|
1176
|
-
|
|
1206
|
+
|
|
1177
1207
|
InvalidGeometryAttribute
|
|
1178
|
-
|
|
1208
|
+
|
|
1179
1209
|
InvalidGeometryAttributeType
|
|
1180
|
-
|
|
1210
|
+
|
|
1181
1211
|
InvalidColumnName
|
|
1182
|
-
|
|
1212
|
+
|
|
1183
1213
|
InvalidIdColumnSettings
|
|
1184
|
-
|
|
1214
|
+
|
|
1185
1215
|
ColumnNotExistsInTable
|
|
1186
|
-
|
|
1216
|
+
|
|
1187
1217
|
InvalidStyle
|
|
1188
|
-
|
|
1218
|
+
|
|
1189
1219
|
InvalidLayerType
|
|
1190
|
-
|
|
1220
|
+
|
|
1191
1221
|
ColumnLoadingError
|
|
1192
|
-
|
|
1222
|
+
|
|
1193
1223
|
InvalidAttributeFormat
|
|
1194
|
-
|
|
1224
|
+
|
|
1195
1225
|
DataSourceNotFound
|
|
1196
|
-
|
|
1226
|
+
|
|
1197
1227
|
DuplicateColumns
|
|
1198
|
-
|
|
1228
|
+
|
|
1199
1229
|
DuplicateAttributes
|
|
1200
|
-
|
|
1230
|
+
|
|
1201
1231
|
TableWithoutColumns
|
|
1202
|
-
|
|
1232
|
+
|
|
1203
1233
|
InvalidTableReferenceConfiguration
|
|
1204
1234
|
*/
|
|
1205
1235
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1244,7 +1274,7 @@ export interface CopyResourceDc {
|
|
|
1244
1274
|
/** Name of resource to copy. */
|
|
1245
1275
|
name: string;
|
|
1246
1276
|
/**
|
|
1247
|
-
*
|
|
1277
|
+
*
|
|
1248
1278
|
*
|
|
1249
1279
|
* Unknown
|
|
1250
1280
|
*
|
|
@@ -1277,7 +1307,7 @@ export interface CopyResourceResultDc {
|
|
|
1277
1307
|
/** Name of the resource. */
|
|
1278
1308
|
name: string;
|
|
1279
1309
|
/**
|
|
1280
|
-
*
|
|
1310
|
+
*
|
|
1281
1311
|
*
|
|
1282
1312
|
* Unknown
|
|
1283
1313
|
*
|
|
@@ -1311,6 +1341,26 @@ export declare type CopyTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
1311
1341
|
condition?: string;
|
|
1312
1342
|
attributeMapping?: Record<string, string | null>;
|
|
1313
1343
|
};
|
|
1344
|
+
/**
|
|
1345
|
+
* Create directory request.
|
|
1346
|
+
*/
|
|
1347
|
+
export interface CreateDirectoryDc {
|
|
1348
|
+
/**
|
|
1349
|
+
* Id of parent resource.
|
|
1350
|
+
* @format uuid
|
|
1351
|
+
*/
|
|
1352
|
+
parentId?: string;
|
|
1353
|
+
/** Path to the directory. */
|
|
1354
|
+
name?: string;
|
|
1355
|
+
/** Owner. */
|
|
1356
|
+
owner?: string;
|
|
1357
|
+
/** Description of the directory. */
|
|
1358
|
+
description?: string;
|
|
1359
|
+
/** A set of tags. */
|
|
1360
|
+
tags?: string[];
|
|
1361
|
+
/** If true root folder will created as temporary. */
|
|
1362
|
+
isTemporary?: boolean;
|
|
1363
|
+
}
|
|
1314
1364
|
/**
|
|
1315
1365
|
* Data contract for create new role.
|
|
1316
1366
|
*/
|
|
@@ -1523,15 +1573,15 @@ export interface ErrorDetailsDc {
|
|
|
1523
1573
|
}
|
|
1524
1574
|
/**
|
|
1525
1575
|
* Type of the error.
|
|
1526
|
-
|
|
1576
|
+
|
|
1527
1577
|
ResourceLimitExceeded
|
|
1528
|
-
|
|
1578
|
+
|
|
1529
1579
|
ResourceNotFound
|
|
1530
|
-
|
|
1580
|
+
|
|
1531
1581
|
InternalError
|
|
1532
|
-
|
|
1582
|
+
|
|
1533
1583
|
BadRequest
|
|
1534
|
-
|
|
1584
|
+
|
|
1535
1585
|
DuplicateContent
|
|
1536
1586
|
*/
|
|
1537
1587
|
export declare enum ErrorDetailsType {
|
|
@@ -1594,7 +1644,7 @@ export interface ExpressionValidationResultDc {
|
|
|
1594
1644
|
/** If not valid, this field will contain the list of errors in the expression. */
|
|
1595
1645
|
errors?: string[];
|
|
1596
1646
|
/**
|
|
1597
|
-
*
|
|
1647
|
+
*
|
|
1598
1648
|
*
|
|
1599
1649
|
* Unknown
|
|
1600
1650
|
*
|
|
@@ -1728,7 +1778,7 @@ export interface ExternalLayerInfoDc {
|
|
|
1728
1778
|
*/
|
|
1729
1779
|
export interface FailedServiceInfoDc {
|
|
1730
1780
|
/**
|
|
1731
|
-
*
|
|
1781
|
+
*
|
|
1732
1782
|
*
|
|
1733
1783
|
* Unknown
|
|
1734
1784
|
*
|
|
@@ -1847,7 +1897,7 @@ export interface FailedServiceInfoDc {
|
|
|
1847
1897
|
*/
|
|
1848
1898
|
changedDate?: string;
|
|
1849
1899
|
/**
|
|
1850
|
-
*
|
|
1900
|
+
*
|
|
1851
1901
|
*
|
|
1852
1902
|
* none
|
|
1853
1903
|
*
|
|
@@ -1964,7 +2014,7 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
1964
2014
|
*/
|
|
1965
2015
|
changedDate?: string;
|
|
1966
2016
|
/**
|
|
1967
|
-
*
|
|
2017
|
+
*
|
|
1968
2018
|
*
|
|
1969
2019
|
* none
|
|
1970
2020
|
*
|
|
@@ -2014,7 +2064,7 @@ export interface FeatureSymbolDc {
|
|
|
2014
2064
|
/** @format int32 */
|
|
2015
2065
|
id: number;
|
|
2016
2066
|
/** Feature symbol. */
|
|
2017
|
-
definition?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2067
|
+
definition?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2018
2068
|
image?: string;
|
|
2019
2069
|
}
|
|
2020
2070
|
/**
|
|
@@ -2026,9 +2076,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2026
2076
|
};
|
|
2027
2077
|
/**
|
|
2028
2078
|
* Type of the feature.
|
|
2029
|
-
|
|
2079
|
+
|
|
2030
2080
|
Unknown
|
|
2031
|
-
|
|
2081
|
+
|
|
2032
2082
|
GeometricFeature
|
|
2033
2083
|
*/
|
|
2034
2084
|
export declare enum FeatureType {
|
|
@@ -2155,11 +2205,11 @@ export interface FilterDc {
|
|
|
2155
2205
|
}
|
|
2156
2206
|
/**
|
|
2157
2207
|
* Sets whether font should be styled.
|
|
2158
|
-
|
|
2208
|
+
|
|
2159
2209
|
normal
|
|
2160
|
-
|
|
2210
|
+
|
|
2161
2211
|
oblique
|
|
2162
|
-
|
|
2212
|
+
|
|
2163
2213
|
italic
|
|
2164
2214
|
*/
|
|
2165
2215
|
export declare enum FontStyle {
|
|
@@ -2169,27 +2219,27 @@ export declare enum FontStyle {
|
|
|
2169
2219
|
}
|
|
2170
2220
|
/**
|
|
2171
2221
|
* Specifies the weight (or boldness) of the font.
|
|
2172
|
-
|
|
2222
|
+
|
|
2173
2223
|
Thin
|
|
2174
|
-
|
|
2224
|
+
|
|
2175
2225
|
ExtraLight
|
|
2176
|
-
|
|
2226
|
+
|
|
2177
2227
|
Light
|
|
2178
|
-
|
|
2228
|
+
|
|
2179
2229
|
SemiLight
|
|
2180
|
-
|
|
2230
|
+
|
|
2181
2231
|
Normal
|
|
2182
|
-
|
|
2232
|
+
|
|
2183
2233
|
Medium
|
|
2184
|
-
|
|
2234
|
+
|
|
2185
2235
|
DemiBold
|
|
2186
|
-
|
|
2236
|
+
|
|
2187
2237
|
Bold
|
|
2188
|
-
|
|
2238
|
+
|
|
2189
2239
|
ExtraBold
|
|
2190
|
-
|
|
2240
|
+
|
|
2191
2241
|
Black
|
|
2192
|
-
|
|
2242
|
+
|
|
2193
2243
|
ExtraBlack
|
|
2194
2244
|
*/
|
|
2195
2245
|
export declare enum FontWeight {
|
|
@@ -2284,17 +2334,17 @@ export interface GeometryDc {
|
|
|
2284
2334
|
}
|
|
2285
2335
|
/**
|
|
2286
2336
|
*
|
|
2287
|
-
|
|
2337
|
+
|
|
2288
2338
|
unknown
|
|
2289
|
-
|
|
2339
|
+
|
|
2290
2340
|
point
|
|
2291
|
-
|
|
2341
|
+
|
|
2292
2342
|
polyline
|
|
2293
|
-
|
|
2343
|
+
|
|
2294
2344
|
multipolygon
|
|
2295
|
-
|
|
2345
|
+
|
|
2296
2346
|
envelope
|
|
2297
|
-
|
|
2347
|
+
|
|
2298
2348
|
multipoint
|
|
2299
2349
|
*/
|
|
2300
2350
|
export declare enum GeometryType {
|
|
@@ -2305,6 +2355,51 @@ export declare enum GeometryType {
|
|
|
2305
2355
|
Envelope = "envelope",
|
|
2306
2356
|
Multipoint = "multipoint"
|
|
2307
2357
|
}
|
|
2358
|
+
/**
|
|
2359
|
+
* Get classified attribute values data contract.
|
|
2360
|
+
*/
|
|
2361
|
+
export interface GetClassifyDc {
|
|
2362
|
+
/** Layer name. */
|
|
2363
|
+
layerName: string;
|
|
2364
|
+
/** Attribute name. */
|
|
2365
|
+
attributeName: string;
|
|
2366
|
+
/** Layer condition. */
|
|
2367
|
+
condition?: string;
|
|
2368
|
+
/**
|
|
2369
|
+
* The number of classes.
|
|
2370
|
+
* @format int32
|
|
2371
|
+
*/
|
|
2372
|
+
classes?: number;
|
|
2373
|
+
/**
|
|
2374
|
+
* Sets required values precision.
|
|
2375
|
+
* @format int32
|
|
2376
|
+
*/
|
|
2377
|
+
precision?: number;
|
|
2378
|
+
/**
|
|
2379
|
+
* Describes classification methods.
|
|
2380
|
+
*
|
|
2381
|
+
* none
|
|
2382
|
+
*
|
|
2383
|
+
* naturalBreaks
|
|
2384
|
+
*
|
|
2385
|
+
* equalInterval
|
|
2386
|
+
*
|
|
2387
|
+
* quantile
|
|
2388
|
+
*
|
|
2389
|
+
* unique
|
|
2390
|
+
*/
|
|
2391
|
+
type?: ClassificationType;
|
|
2392
|
+
/**
|
|
2393
|
+
*
|
|
2394
|
+
*
|
|
2395
|
+
* decimal
|
|
2396
|
+
*
|
|
2397
|
+
* dateTime
|
|
2398
|
+
*
|
|
2399
|
+
* text
|
|
2400
|
+
*/
|
|
2401
|
+
attributeType?: ClassifyAttributeType;
|
|
2402
|
+
}
|
|
2308
2403
|
/**
|
|
2309
2404
|
* Get features paramaters.
|
|
2310
2405
|
*/
|
|
@@ -2341,6 +2436,37 @@ export interface GetFeaturesParametersDc {
|
|
|
2341
2436
|
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
2342
2437
|
attributes?: string[];
|
|
2343
2438
|
}
|
|
2439
|
+
/**
|
|
2440
|
+
* Get features count with layer filter condition data contract.
|
|
2441
|
+
*/
|
|
2442
|
+
export interface GetFilteredFeaturesCountDc {
|
|
2443
|
+
/** Layer condition. */
|
|
2444
|
+
condition?: string;
|
|
2445
|
+
}
|
|
2446
|
+
/**
|
|
2447
|
+
* Get statistics data contract.
|
|
2448
|
+
*/
|
|
2449
|
+
export interface GetStatisticsDc {
|
|
2450
|
+
/** Layer name. */
|
|
2451
|
+
layerName: string;
|
|
2452
|
+
/** Attribute name. */
|
|
2453
|
+
attributeName: string;
|
|
2454
|
+
/** Condition. */
|
|
2455
|
+
condition?: string;
|
|
2456
|
+
/** Type of required statistic function. */
|
|
2457
|
+
types?: AggregationFunction[];
|
|
2458
|
+
}
|
|
2459
|
+
/**
|
|
2460
|
+
* Get sum of product data contract.
|
|
2461
|
+
*/
|
|
2462
|
+
export interface GetSumOfProductDc {
|
|
2463
|
+
/** Layer name. */
|
|
2464
|
+
layerName: string;
|
|
2465
|
+
/** Attribute name. */
|
|
2466
|
+
attributes: string[];
|
|
2467
|
+
/** Layer condition. */
|
|
2468
|
+
condition?: string;
|
|
2469
|
+
}
|
|
2344
2470
|
/**
|
|
2345
2471
|
* Map element data contract.
|
|
2346
2472
|
*/
|
|
@@ -2350,13 +2476,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2350
2476
|
};
|
|
2351
2477
|
/**
|
|
2352
2478
|
* Resource group.
|
|
2353
|
-
|
|
2479
|
+
|
|
2354
2480
|
my
|
|
2355
|
-
|
|
2481
|
+
|
|
2356
2482
|
role
|
|
2357
|
-
|
|
2483
|
+
|
|
2358
2484
|
public
|
|
2359
|
-
|
|
2485
|
+
|
|
2360
2486
|
all
|
|
2361
2487
|
*/
|
|
2362
2488
|
export declare enum Group {
|
|
@@ -2397,6 +2523,7 @@ export declare type HexGridSymbolDc = SymbolDc & {
|
|
|
2397
2523
|
fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc;
|
|
2398
2524
|
aggregations?: Record<string, AggregationFunction>;
|
|
2399
2525
|
};
|
|
2526
|
+
export declare type IAsyncEnumerableLivePreviewDc = object;
|
|
2400
2527
|
export declare type IAsyncEnumerableRouteDataDc = object;
|
|
2401
2528
|
export interface IDatum {
|
|
2402
2529
|
/** @format double */
|
|
@@ -2646,7 +2773,7 @@ export declare type LabelSymbolDc = SymbolDc & {
|
|
|
2646
2773
|
};
|
|
2647
2774
|
export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
|
|
2648
2775
|
type?: string;
|
|
2649
|
-
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2776
|
+
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2650
2777
|
};
|
|
2651
2778
|
/**
|
|
2652
2779
|
* Information about the layer attributes and their configuration.
|
|
@@ -2748,35 +2875,18 @@ export declare type LayerTemplateModelDc = TemplateModelDc & {
|
|
|
2748
2875
|
legendEnabled?: boolean;
|
|
2749
2876
|
legendLayers?: LegendLayerDc[];
|
|
2750
2877
|
};
|
|
2751
|
-
/**
|
|
2752
|
-
* Information about layer update.
|
|
2753
|
-
Includes ids of modified features and their bbox.
|
|
2754
|
-
*/
|
|
2755
2878
|
export interface LayerUpdateInfo {
|
|
2756
|
-
/** Updated layer service name. */
|
|
2757
2879
|
layerServiceName?: string;
|
|
2758
2880
|
boundingBox?: IEnvelopeGeometry;
|
|
2759
|
-
/** Array of created ids. */
|
|
2760
2881
|
createdIds?: ObjectId[];
|
|
2761
|
-
/** Array of updated ids. */
|
|
2762
2882
|
updatedIds?: ObjectId[];
|
|
2763
|
-
/** Array of deleted ids. */
|
|
2764
2883
|
deletedIds?: ObjectId[];
|
|
2765
|
-
/** Array of failed ids. */
|
|
2766
2884
|
failedIds?: number[];
|
|
2767
|
-
/**
|
|
2768
|
-
* Total objects count.
|
|
2769
|
-
* @format int64
|
|
2770
|
-
*/
|
|
2885
|
+
/** @format int64 */
|
|
2771
2886
|
totalCount?: number;
|
|
2772
|
-
/** Is layer deleted flag. */
|
|
2773
2887
|
isLayerDeleted?: boolean;
|
|
2774
|
-
/** Layer update exceptions. */
|
|
2775
2888
|
exceptions?: ValueTupleStringString[];
|
|
2776
|
-
/**
|
|
2777
|
-
* Failed features count.
|
|
2778
|
-
* @format int32
|
|
2779
|
-
*/
|
|
2889
|
+
/** @format int32 */
|
|
2780
2890
|
failedCount?: number;
|
|
2781
2891
|
}
|
|
2782
2892
|
/**
|
|
@@ -2798,7 +2908,6 @@ export interface LayerUpdateInfoDc {
|
|
|
2798
2908
|
* Legend layer attribute condition data contract.
|
|
2799
2909
|
*/
|
|
2800
2910
|
export interface LegendLayerAttributeConditionDc {
|
|
2801
|
-
/** Simply Base64 string. */
|
|
2802
2911
|
symbol?: Base64String;
|
|
2803
2912
|
/** Legend layer attribute condition string. */
|
|
2804
2913
|
value?: string;
|
|
@@ -2816,7 +2925,6 @@ export interface LegendLayerAttributeDc {
|
|
|
2816
2925
|
* Legend layer data contract.
|
|
2817
2926
|
*/
|
|
2818
2927
|
export interface LegendLayerDc {
|
|
2819
|
-
/** Simply Base64 string. */
|
|
2820
2928
|
symbol?: Base64String;
|
|
2821
2929
|
/** Legend layer name. */
|
|
2822
2930
|
name?: string;
|
|
@@ -2836,13 +2944,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2836
2944
|
};
|
|
2837
2945
|
/**
|
|
2838
2946
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2839
|
-
|
|
2947
|
+
|
|
2840
2948
|
Flat
|
|
2841
|
-
|
|
2949
|
+
|
|
2842
2950
|
Square
|
|
2843
|
-
|
|
2951
|
+
|
|
2844
2952
|
Round
|
|
2845
|
-
|
|
2953
|
+
|
|
2846
2954
|
Triangle
|
|
2847
2955
|
*/
|
|
2848
2956
|
export declare enum LineCapStyle {
|
|
@@ -2886,29 +2994,29 @@ export interface LineEndingBaseDc {
|
|
|
2886
2994
|
}
|
|
2887
2995
|
/**
|
|
2888
2996
|
* Type of the line ending.
|
|
2889
|
-
|
|
2997
|
+
|
|
2890
2998
|
none
|
|
2891
|
-
|
|
2999
|
+
|
|
2892
3000
|
arrow
|
|
2893
|
-
|
|
3001
|
+
|
|
2894
3002
|
filledArrow
|
|
2895
|
-
|
|
3003
|
+
|
|
2896
3004
|
square
|
|
2897
|
-
|
|
3005
|
+
|
|
2898
3006
|
filledSquare
|
|
2899
|
-
|
|
3007
|
+
|
|
2900
3008
|
circle
|
|
2901
|
-
|
|
3009
|
+
|
|
2902
3010
|
filledCircle
|
|
2903
|
-
|
|
3011
|
+
|
|
2904
3012
|
diamond
|
|
2905
|
-
|
|
3013
|
+
|
|
2906
3014
|
filledDiamond
|
|
2907
|
-
|
|
3015
|
+
|
|
2908
3016
|
roundSquare
|
|
2909
|
-
|
|
3017
|
+
|
|
2910
3018
|
filledRoundSquare
|
|
2911
|
-
|
|
3019
|
+
|
|
2912
3020
|
svg
|
|
2913
3021
|
*/
|
|
2914
3022
|
export declare enum LineEndingType {
|
|
@@ -2927,11 +3035,11 @@ export declare enum LineEndingType {
|
|
|
2927
3035
|
}
|
|
2928
3036
|
/**
|
|
2929
3037
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
2930
|
-
|
|
3038
|
+
|
|
2931
3039
|
Miter
|
|
2932
|
-
|
|
3040
|
+
|
|
2933
3041
|
Bevel
|
|
2934
|
-
|
|
3042
|
+
|
|
2935
3043
|
Round
|
|
2936
3044
|
*/
|
|
2937
3045
|
export declare enum LineJoinType {
|
|
@@ -3029,6 +3137,18 @@ export interface ModelElementDc {
|
|
|
3029
3137
|
/** Check what this model element enabled. */
|
|
3030
3138
|
enabled?: boolean;
|
|
3031
3139
|
}
|
|
3140
|
+
/**
|
|
3141
|
+
* Move resource dto.
|
|
3142
|
+
*/
|
|
3143
|
+
export interface MoveResourceDc {
|
|
3144
|
+
/**
|
|
3145
|
+
* Target resource to copy.
|
|
3146
|
+
* @format uuid
|
|
3147
|
+
*/
|
|
3148
|
+
targetResource?: string;
|
|
3149
|
+
/** Name of target resource. */
|
|
3150
|
+
newName?: string;
|
|
3151
|
+
}
|
|
3032
3152
|
/**
|
|
3033
3153
|
* Multipoint geometry object definition.
|
|
3034
3154
|
*/
|
|
@@ -3041,7 +3161,7 @@ export declare type MultiPointDc = GeometryDc & {
|
|
|
3041
3161
|
*/
|
|
3042
3162
|
export declare type MultipointSymbolDc = SymbolDc & {
|
|
3043
3163
|
type?: string;
|
|
3044
|
-
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3164
|
+
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3045
3165
|
};
|
|
3046
3166
|
/**
|
|
3047
3167
|
* Information about a namespace .
|
|
@@ -3073,21 +3193,32 @@ export declare type NetCdfMetaDc = RasterMetaDc & {
|
|
|
3073
3193
|
export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
3074
3194
|
type?: LineEndingType;
|
|
3075
3195
|
};
|
|
3076
|
-
/**
|
|
3077
|
-
* Id of any geographical or abstract object.
|
|
3078
|
-
*/
|
|
3079
3196
|
export declare type ObjectId = object;
|
|
3080
3197
|
/**
|
|
3081
3198
|
*
|
|
3082
|
-
|
|
3199
|
+
|
|
3200
|
+
All
|
|
3201
|
+
|
|
3202
|
+
Directory
|
|
3203
|
+
|
|
3204
|
+
File
|
|
3205
|
+
*/
|
|
3206
|
+
export declare enum ObjectTypeFilter {
|
|
3207
|
+
All = "All",
|
|
3208
|
+
Directory = "Directory",
|
|
3209
|
+
File = "File"
|
|
3210
|
+
}
|
|
3211
|
+
/**
|
|
3212
|
+
*
|
|
3213
|
+
|
|
3083
3214
|
Unknown
|
|
3084
|
-
|
|
3215
|
+
|
|
3085
3216
|
union
|
|
3086
|
-
|
|
3217
|
+
|
|
3087
3218
|
intersection
|
|
3088
|
-
|
|
3219
|
+
|
|
3089
3220
|
subtraction
|
|
3090
|
-
|
|
3221
|
+
|
|
3091
3222
|
symDifference
|
|
3092
3223
|
*/
|
|
3093
3224
|
export declare enum Operation {
|
|
@@ -3105,338 +3236,157 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3105
3236
|
operation: Operation;
|
|
3106
3237
|
toolLayer?: LayerTaskDataStorageDc;
|
|
3107
3238
|
};
|
|
3239
|
+
/**
|
|
3240
|
+
*
|
|
3241
|
+
|
|
3242
|
+
My
|
|
3243
|
+
|
|
3244
|
+
All
|
|
3245
|
+
|
|
3246
|
+
Other
|
|
3247
|
+
*/
|
|
3248
|
+
export declare enum OwnerFilter {
|
|
3249
|
+
My = "My",
|
|
3250
|
+
All = "All",
|
|
3251
|
+
Other = "Other"
|
|
3252
|
+
}
|
|
3108
3253
|
/**
|
|
3109
3254
|
* Features list definition.
|
|
3110
3255
|
*/
|
|
3111
3256
|
export declare type PagedFeaturesListDc = PagedListFeatureDc;
|
|
3112
|
-
/**
|
|
3113
|
-
* A list of items that is returned for filtered paged requests.
|
|
3114
|
-
*/
|
|
3115
3257
|
export interface PagedListConfigDc {
|
|
3116
|
-
/**
|
|
3117
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3118
|
-
* @format int64
|
|
3119
|
-
*/
|
|
3258
|
+
/** @format int64 */
|
|
3120
3259
|
totalCount?: number;
|
|
3121
|
-
/**
|
|
3122
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3123
|
-
* @format int32
|
|
3124
|
-
*/
|
|
3260
|
+
/** @format int32 */
|
|
3125
3261
|
offset?: number;
|
|
3126
|
-
/**
|
|
3127
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3128
|
-
* @format int32
|
|
3129
|
-
*/
|
|
3262
|
+
/** @format int32 */
|
|
3130
3263
|
limit?: number;
|
|
3131
|
-
/** The retrieved items in the list. */
|
|
3132
3264
|
items?: ConfigDc[];
|
|
3133
3265
|
}
|
|
3134
|
-
/**
|
|
3135
|
-
* A list of items that is returned for filtered paged requests.
|
|
3136
|
-
*/
|
|
3137
3266
|
export interface PagedListExtendedUserInfoDc {
|
|
3138
|
-
/**
|
|
3139
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3140
|
-
* @format int64
|
|
3141
|
-
*/
|
|
3267
|
+
/** @format int64 */
|
|
3142
3268
|
totalCount?: number;
|
|
3143
|
-
/**
|
|
3144
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3145
|
-
* @format int32
|
|
3146
|
-
*/
|
|
3269
|
+
/** @format int32 */
|
|
3147
3270
|
offset?: number;
|
|
3148
|
-
/**
|
|
3149
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3150
|
-
* @format int32
|
|
3151
|
-
*/
|
|
3271
|
+
/** @format int32 */
|
|
3152
3272
|
limit?: number;
|
|
3153
|
-
/** The retrieved items in the list. */
|
|
3154
3273
|
items?: ExtendedUserInfoDc[];
|
|
3155
3274
|
}
|
|
3156
|
-
/**
|
|
3157
|
-
* A list of items that is returned for filtered paged requests.
|
|
3158
|
-
*/
|
|
3159
3275
|
export interface PagedListFeatureDc {
|
|
3160
|
-
/**
|
|
3161
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3162
|
-
* @format int64
|
|
3163
|
-
*/
|
|
3276
|
+
/** @format int64 */
|
|
3164
3277
|
totalCount?: number;
|
|
3165
|
-
/**
|
|
3166
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3167
|
-
* @format int32
|
|
3168
|
-
*/
|
|
3278
|
+
/** @format int32 */
|
|
3169
3279
|
offset?: number;
|
|
3170
|
-
/**
|
|
3171
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3172
|
-
* @format int32
|
|
3173
|
-
*/
|
|
3280
|
+
/** @format int32 */
|
|
3174
3281
|
limit?: number;
|
|
3175
|
-
/** The retrieved items in the list. */
|
|
3176
3282
|
items?: FeatureDc[];
|
|
3177
3283
|
}
|
|
3178
|
-
/**
|
|
3179
|
-
* A list of items that is returned for filtered paged requests.
|
|
3180
|
-
*/
|
|
3181
3284
|
export interface PagedListIEnumerable1 {
|
|
3182
|
-
/**
|
|
3183
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3184
|
-
* @format int64
|
|
3185
|
-
*/
|
|
3285
|
+
/** @format int64 */
|
|
3186
3286
|
totalCount?: number;
|
|
3187
|
-
/**
|
|
3188
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3189
|
-
* @format int32
|
|
3190
|
-
*/
|
|
3287
|
+
/** @format int32 */
|
|
3191
3288
|
offset?: number;
|
|
3192
|
-
/**
|
|
3193
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3194
|
-
* @format int32
|
|
3195
|
-
*/
|
|
3289
|
+
/** @format int32 */
|
|
3196
3290
|
limit?: number;
|
|
3197
|
-
/** The retrieved items in the list. */
|
|
3198
3291
|
items?: Record<string, any>[][];
|
|
3199
3292
|
}
|
|
3200
|
-
/**
|
|
3201
|
-
* A list of items that is returned for filtered paged requests.
|
|
3202
|
-
*/
|
|
3203
3293
|
export interface PagedListNamespaceInfoDc {
|
|
3204
|
-
/**
|
|
3205
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3206
|
-
* @format int64
|
|
3207
|
-
*/
|
|
3294
|
+
/** @format int64 */
|
|
3208
3295
|
totalCount?: number;
|
|
3209
|
-
/**
|
|
3210
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3211
|
-
* @format int32
|
|
3212
|
-
*/
|
|
3296
|
+
/** @format int32 */
|
|
3213
3297
|
offset?: number;
|
|
3214
|
-
/**
|
|
3215
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3216
|
-
* @format int32
|
|
3217
|
-
*/
|
|
3298
|
+
/** @format int32 */
|
|
3218
3299
|
limit?: number;
|
|
3219
|
-
/** The retrieved items in the list. */
|
|
3220
3300
|
items?: NamespaceInfoDc[];
|
|
3221
3301
|
}
|
|
3222
|
-
/**
|
|
3223
|
-
* A list of items that is returned for filtered paged requests.
|
|
3224
|
-
*/
|
|
3225
3302
|
export interface PagedListProjectInfoDc {
|
|
3226
|
-
/**
|
|
3227
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3228
|
-
* @format int64
|
|
3229
|
-
*/
|
|
3303
|
+
/** @format int64 */
|
|
3230
3304
|
totalCount?: number;
|
|
3231
|
-
/**
|
|
3232
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3233
|
-
* @format int32
|
|
3234
|
-
*/
|
|
3305
|
+
/** @format int32 */
|
|
3235
3306
|
offset?: number;
|
|
3236
|
-
/**
|
|
3237
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3238
|
-
* @format int32
|
|
3239
|
-
*/
|
|
3307
|
+
/** @format int32 */
|
|
3240
3308
|
limit?: number;
|
|
3241
|
-
/** The retrieved items in the list. */
|
|
3242
3309
|
items?: (ProjectInfoDc | ExtendedProjectInfoDc)[];
|
|
3243
3310
|
}
|
|
3244
|
-
/**
|
|
3245
|
-
* A list of items that is returned for filtered paged requests.
|
|
3246
|
-
*/
|
|
3247
3311
|
export interface PagedListRoleInfoDc {
|
|
3248
|
-
/**
|
|
3249
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3250
|
-
* @format int64
|
|
3251
|
-
*/
|
|
3312
|
+
/** @format int64 */
|
|
3252
3313
|
totalCount?: number;
|
|
3253
|
-
/**
|
|
3254
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3255
|
-
* @format int32
|
|
3256
|
-
*/
|
|
3314
|
+
/** @format int32 */
|
|
3257
3315
|
offset?: number;
|
|
3258
|
-
/**
|
|
3259
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3260
|
-
* @format int32
|
|
3261
|
-
*/
|
|
3316
|
+
/** @format int32 */
|
|
3262
3317
|
limit?: number;
|
|
3263
|
-
/** The retrieved items in the list. */
|
|
3264
3318
|
items?: RoleInfoDc[];
|
|
3265
3319
|
}
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
*/
|
|
3269
|
-
export interface PagedListSearchResultDc {
|
|
3270
|
-
/**
|
|
3271
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3272
|
-
* @format int64
|
|
3273
|
-
*/
|
|
3320
|
+
export interface PagedListSearchResultDc {
|
|
3321
|
+
/** @format int64 */
|
|
3274
3322
|
totalCount?: number;
|
|
3275
|
-
/**
|
|
3276
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3277
|
-
* @format int32
|
|
3278
|
-
*/
|
|
3323
|
+
/** @format int32 */
|
|
3279
3324
|
offset?: number;
|
|
3280
|
-
/**
|
|
3281
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3282
|
-
* @format int32
|
|
3283
|
-
*/
|
|
3325
|
+
/** @format int32 */
|
|
3284
3326
|
limit?: number;
|
|
3285
|
-
/** The retrieved items in the list. */
|
|
3286
3327
|
items?: SearchResultDc[];
|
|
3287
3328
|
}
|
|
3288
|
-
/**
|
|
3289
|
-
* A list of items that is returned for filtered paged requests.
|
|
3290
|
-
*/
|
|
3291
3329
|
export interface PagedListServiceListItemDc {
|
|
3292
|
-
/**
|
|
3293
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3294
|
-
* @format int64
|
|
3295
|
-
*/
|
|
3330
|
+
/** @format int64 */
|
|
3296
3331
|
totalCount?: number;
|
|
3297
|
-
/**
|
|
3298
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3299
|
-
* @format int32
|
|
3300
|
-
*/
|
|
3332
|
+
/** @format int32 */
|
|
3301
3333
|
offset?: number;
|
|
3302
|
-
/**
|
|
3303
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3304
|
-
* @format int32
|
|
3305
|
-
*/
|
|
3334
|
+
/** @format int32 */
|
|
3306
3335
|
limit?: number;
|
|
3307
|
-
/** The retrieved items in the list. */
|
|
3308
3336
|
items?: ServiceListItemDc[];
|
|
3309
3337
|
}
|
|
3310
|
-
/**
|
|
3311
|
-
* A list of items that is returned for filtered paged requests.
|
|
3312
|
-
*/
|
|
3313
3338
|
export interface PagedListSymbolCategoryInfoDc {
|
|
3314
|
-
/**
|
|
3315
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3316
|
-
* @format int64
|
|
3317
|
-
*/
|
|
3339
|
+
/** @format int64 */
|
|
3318
3340
|
totalCount?: number;
|
|
3319
|
-
/**
|
|
3320
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3321
|
-
* @format int32
|
|
3322
|
-
*/
|
|
3341
|
+
/** @format int32 */
|
|
3323
3342
|
offset?: number;
|
|
3324
|
-
/**
|
|
3325
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3326
|
-
* @format int32
|
|
3327
|
-
*/
|
|
3343
|
+
/** @format int32 */
|
|
3328
3344
|
limit?: number;
|
|
3329
|
-
/** The retrieved items in the list. */
|
|
3330
3345
|
items?: SymbolCategoryInfoDc[];
|
|
3331
3346
|
}
|
|
3332
|
-
/**
|
|
3333
|
-
* A list of items that is returned for filtered paged requests.
|
|
3334
|
-
*/
|
|
3335
3347
|
export interface PagedListSymbolInfoDc {
|
|
3336
|
-
/**
|
|
3337
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3338
|
-
* @format int64
|
|
3339
|
-
*/
|
|
3348
|
+
/** @format int64 */
|
|
3340
3349
|
totalCount?: number;
|
|
3341
|
-
/**
|
|
3342
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3343
|
-
* @format int32
|
|
3344
|
-
*/
|
|
3350
|
+
/** @format int32 */
|
|
3345
3351
|
offset?: number;
|
|
3346
|
-
/**
|
|
3347
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3348
|
-
* @format int32
|
|
3349
|
-
*/
|
|
3352
|
+
/** @format int32 */
|
|
3350
3353
|
limit?: number;
|
|
3351
|
-
/** The retrieved items in the list. */
|
|
3352
3354
|
items?: SymbolInfoDc[];
|
|
3353
3355
|
}
|
|
3354
|
-
/**
|
|
3355
|
-
* A list of items that is returned for filtered paged requests.
|
|
3356
|
-
*/
|
|
3357
3356
|
export interface PagedListTableInfoDc {
|
|
3358
|
-
/**
|
|
3359
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3360
|
-
* @format int64
|
|
3361
|
-
*/
|
|
3357
|
+
/** @format int64 */
|
|
3362
3358
|
totalCount?: number;
|
|
3363
|
-
/**
|
|
3364
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3365
|
-
* @format int32
|
|
3366
|
-
*/
|
|
3359
|
+
/** @format int32 */
|
|
3367
3360
|
offset?: number;
|
|
3368
|
-
/**
|
|
3369
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3370
|
-
* @format int32
|
|
3371
|
-
*/
|
|
3361
|
+
/** @format int32 */
|
|
3372
3362
|
limit?: number;
|
|
3373
|
-
/** The retrieved items in the list. */
|
|
3374
3363
|
items?: (TableInfoDc | DetailedTableInfoDc | UpdateTableDc)[];
|
|
3375
3364
|
}
|
|
3376
|
-
/**
|
|
3377
|
-
* A list of items that is returned for filtered paged requests.
|
|
3378
|
-
*/
|
|
3379
3365
|
export interface PagedListTagInfoDc {
|
|
3380
|
-
/**
|
|
3381
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3382
|
-
* @format int64
|
|
3383
|
-
*/
|
|
3366
|
+
/** @format int64 */
|
|
3384
3367
|
totalCount?: number;
|
|
3385
|
-
/**
|
|
3386
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3387
|
-
* @format int32
|
|
3388
|
-
*/
|
|
3368
|
+
/** @format int32 */
|
|
3389
3369
|
offset?: number;
|
|
3390
|
-
/**
|
|
3391
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3392
|
-
* @format int32
|
|
3393
|
-
*/
|
|
3370
|
+
/** @format int32 */
|
|
3394
3371
|
limit?: number;
|
|
3395
|
-
/** The retrieved items in the list. */
|
|
3396
3372
|
items?: TagInfoDc[];
|
|
3397
3373
|
}
|
|
3398
|
-
/**
|
|
3399
|
-
* A list of items that is returned for filtered paged requests.
|
|
3400
|
-
*/
|
|
3401
3374
|
export interface PagedListTaskStatusDataDc {
|
|
3402
|
-
/**
|
|
3403
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3404
|
-
* @format int64
|
|
3405
|
-
*/
|
|
3375
|
+
/** @format int64 */
|
|
3406
3376
|
totalCount?: number;
|
|
3407
|
-
/**
|
|
3408
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3409
|
-
* @format int32
|
|
3410
|
-
*/
|
|
3377
|
+
/** @format int32 */
|
|
3411
3378
|
offset?: number;
|
|
3412
|
-
/**
|
|
3413
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3414
|
-
* @format int32
|
|
3415
|
-
*/
|
|
3379
|
+
/** @format int32 */
|
|
3416
3380
|
limit?: number;
|
|
3417
|
-
/** The retrieved items in the list. */
|
|
3418
3381
|
items?: TaskStatusDataDc[];
|
|
3419
3382
|
}
|
|
3420
|
-
/**
|
|
3421
|
-
* A list of items that is returned for filtered paged requests.
|
|
3422
|
-
*/
|
|
3423
3383
|
export interface PagedListUserInfoDc {
|
|
3424
|
-
/**
|
|
3425
|
-
* Total number of items that the list contains, e.g. if the paging is not applied.
|
|
3426
|
-
* @format int64
|
|
3427
|
-
*/
|
|
3384
|
+
/** @format int64 */
|
|
3428
3385
|
totalCount?: number;
|
|
3429
|
-
/**
|
|
3430
|
-
* The first index of the item in the list that is returned in the Items parameter.
|
|
3431
|
-
* @format int32
|
|
3432
|
-
*/
|
|
3386
|
+
/** @format int32 */
|
|
3433
3387
|
offset?: number;
|
|
3434
|
-
/**
|
|
3435
|
-
* Maximum number of the items that the Items parameter may contain.
|
|
3436
|
-
* @format int32
|
|
3437
|
-
*/
|
|
3388
|
+
/** @format int32 */
|
|
3438
3389
|
limit?: number;
|
|
3439
|
-
/** The retrieved items in the list. */
|
|
3440
3390
|
items?: UserInfoDc[];
|
|
3441
3391
|
}
|
|
3442
3392
|
/**
|
|
@@ -3491,9 +3441,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3491
3441
|
};
|
|
3492
3442
|
/**
|
|
3493
3443
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3494
|
-
|
|
3444
|
+
|
|
3495
3445
|
xyz
|
|
3496
|
-
|
|
3446
|
+
|
|
3497
3447
|
tms
|
|
3498
3448
|
*/
|
|
3499
3449
|
export declare enum PbfSchema {
|
|
@@ -3513,20 +3463,20 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3513
3463
|
schema: PbfSchema;
|
|
3514
3464
|
};
|
|
3515
3465
|
/**
|
|
3516
|
-
*
|
|
3517
|
-
|
|
3466
|
+
*
|
|
3467
|
+
|
|
3518
3468
|
none
|
|
3519
|
-
|
|
3469
|
+
|
|
3520
3470
|
configure
|
|
3521
|
-
|
|
3471
|
+
|
|
3522
3472
|
write
|
|
3523
|
-
|
|
3473
|
+
|
|
3524
3474
|
read
|
|
3525
|
-
|
|
3475
|
+
|
|
3526
3476
|
read,configure
|
|
3527
|
-
|
|
3477
|
+
|
|
3528
3478
|
read,write
|
|
3529
|
-
|
|
3479
|
+
|
|
3530
3480
|
read,write,configure
|
|
3531
3481
|
*/
|
|
3532
3482
|
export declare enum Permissions {
|
|
@@ -3584,19 +3534,19 @@ export interface PolicyDc {
|
|
|
3584
3534
|
}
|
|
3585
3535
|
/**
|
|
3586
3536
|
* Type of the authorization policy.
|
|
3587
|
-
|
|
3537
|
+
|
|
3588
3538
|
Unknown
|
|
3589
|
-
|
|
3539
|
+
|
|
3590
3540
|
CreateTable
|
|
3591
|
-
|
|
3541
|
+
|
|
3592
3542
|
CreateLayer
|
|
3593
|
-
|
|
3543
|
+
|
|
3594
3544
|
CreateProject
|
|
3595
|
-
|
|
3545
|
+
|
|
3596
3546
|
MaxFeaturesInOneTable
|
|
3597
|
-
|
|
3547
|
+
|
|
3598
3548
|
MaxObjectsToExport
|
|
3599
|
-
|
|
3549
|
+
|
|
3600
3550
|
MaxUploadContentSize
|
|
3601
3551
|
*/
|
|
3602
3552
|
export declare enum PolicyType {
|
|
@@ -3839,9 +3789,9 @@ export declare type ProxyServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
|
3839
3789
|
maxResolution?: number;
|
|
3840
3790
|
layers?: string[];
|
|
3841
3791
|
styles?: Record<string, {
|
|
3842
|
-
point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3843
|
-
polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3844
|
-
polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3792
|
+
point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3793
|
+
polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3794
|
+
polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3845
3795
|
}>;
|
|
3846
3796
|
};
|
|
3847
3797
|
/**
|
|
@@ -3924,7 +3874,7 @@ export interface ProxyServiceInfoDc {
|
|
|
3924
3874
|
*/
|
|
3925
3875
|
changedDate?: string;
|
|
3926
3876
|
/**
|
|
3927
|
-
*
|
|
3877
|
+
*
|
|
3928
3878
|
*
|
|
3929
3879
|
* none
|
|
3930
3880
|
*
|
|
@@ -3948,6 +3898,20 @@ export interface ProxyServiceInfoDc {
|
|
|
3948
3898
|
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
3949
3899
|
invisibleInCatalog?: boolean;
|
|
3950
3900
|
}
|
|
3901
|
+
/**
|
|
3902
|
+
* Stream quality.
|
|
3903
|
+
|
|
3904
|
+
Low
|
|
3905
|
+
|
|
3906
|
+
Medium
|
|
3907
|
+
|
|
3908
|
+
High
|
|
3909
|
+
*/
|
|
3910
|
+
export declare enum Quality {
|
|
3911
|
+
Low = "Low",
|
|
3912
|
+
Medium = "Medium",
|
|
3913
|
+
High = "High"
|
|
3914
|
+
}
|
|
3951
3915
|
/**
|
|
3952
3916
|
* Configuration of a postgres feature layer service.
|
|
3953
3917
|
*/
|
|
@@ -3968,7 +3932,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
|
|
|
3968
3932
|
*/
|
|
3969
3933
|
export interface QueryLayerServiceEqlParameterConfigurationDc {
|
|
3970
3934
|
/**
|
|
3971
|
-
*
|
|
3935
|
+
*
|
|
3972
3936
|
*
|
|
3973
3937
|
* Unknown
|
|
3974
3938
|
*
|
|
@@ -4092,7 +4056,7 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4092
4056
|
*/
|
|
4093
4057
|
changedDate?: string;
|
|
4094
4058
|
/**
|
|
4095
|
-
*
|
|
4059
|
+
*
|
|
4096
4060
|
*
|
|
4097
4061
|
* none
|
|
4098
4062
|
*
|
|
@@ -4287,18 +4251,18 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4287
4251
|
id: number;
|
|
4288
4252
|
}
|
|
4289
4253
|
/**
|
|
4290
|
-
*
|
|
4291
|
-
|
|
4254
|
+
*
|
|
4255
|
+
|
|
4292
4256
|
OneToMany
|
|
4293
|
-
|
|
4257
|
+
|
|
4294
4258
|
OneToOne
|
|
4295
|
-
|
|
4259
|
+
|
|
4296
4260
|
Intersect
|
|
4297
|
-
|
|
4261
|
+
|
|
4298
4262
|
RightJoin
|
|
4299
|
-
|
|
4263
|
+
|
|
4300
4264
|
FullJoin
|
|
4301
|
-
|
|
4265
|
+
|
|
4302
4266
|
CrossJoin
|
|
4303
4267
|
*/
|
|
4304
4268
|
export declare enum ReferenceJoinType {
|
|
@@ -4408,7 +4372,7 @@ export interface ResourceInfoDc {
|
|
|
4408
4372
|
*/
|
|
4409
4373
|
changedDate?: string;
|
|
4410
4374
|
/**
|
|
4411
|
-
*
|
|
4375
|
+
*
|
|
4412
4376
|
*
|
|
4413
4377
|
* none
|
|
4414
4378
|
*
|
|
@@ -4433,20 +4397,20 @@ export interface ResourceInfoDc {
|
|
|
4433
4397
|
invisibleInCatalog?: boolean;
|
|
4434
4398
|
}
|
|
4435
4399
|
/**
|
|
4436
|
-
*
|
|
4437
|
-
|
|
4400
|
+
*
|
|
4401
|
+
|
|
4438
4402
|
Unknown
|
|
4439
|
-
|
|
4403
|
+
|
|
4440
4404
|
table
|
|
4441
|
-
|
|
4405
|
+
|
|
4442
4406
|
layer
|
|
4443
|
-
|
|
4407
|
+
|
|
4444
4408
|
project
|
|
4445
|
-
|
|
4409
|
+
|
|
4446
4410
|
file
|
|
4447
|
-
|
|
4411
|
+
|
|
4448
4412
|
feature
|
|
4449
|
-
|
|
4413
|
+
|
|
4450
4414
|
tag
|
|
4451
4415
|
*/
|
|
4452
4416
|
export declare enum ResourceType {
|
|
@@ -4503,7 +4467,7 @@ export interface RolePermissionDc {
|
|
|
4503
4467
|
/** Role name. */
|
|
4504
4468
|
role: string;
|
|
4505
4469
|
/**
|
|
4506
|
-
*
|
|
4470
|
+
*
|
|
4507
4471
|
*
|
|
4508
4472
|
* none
|
|
4509
4473
|
*
|
|
@@ -4604,6 +4568,43 @@ export declare type ScaleBarElementDc = ModelElementDc & {
|
|
|
4604
4568
|
font?: string;
|
|
4605
4569
|
fontSize?: number;
|
|
4606
4570
|
};
|
|
4571
|
+
/**
|
|
4572
|
+
* Search resources.
|
|
4573
|
+
*/
|
|
4574
|
+
export interface SearchResourcesDto {
|
|
4575
|
+
/**
|
|
4576
|
+
* Id of the parent.
|
|
4577
|
+
* @format uuid
|
|
4578
|
+
*/
|
|
4579
|
+
parentId?: string;
|
|
4580
|
+
/**
|
|
4581
|
+
* Text filer support sql like symbols
|
|
4582
|
+
* (for example start with 'text*', contains '*text*', end with '*text'.
|
|
4583
|
+
*/
|
|
4584
|
+
filter?: string;
|
|
4585
|
+
/**
|
|
4586
|
+
*
|
|
4587
|
+
*
|
|
4588
|
+
* My
|
|
4589
|
+
*
|
|
4590
|
+
* All
|
|
4591
|
+
*
|
|
4592
|
+
* Other
|
|
4593
|
+
*/
|
|
4594
|
+
ownerFilter?: OwnerFilter;
|
|
4595
|
+
/** Tags filter. */
|
|
4596
|
+
tags?: string[];
|
|
4597
|
+
/**
|
|
4598
|
+
*
|
|
4599
|
+
*
|
|
4600
|
+
* All
|
|
4601
|
+
*
|
|
4602
|
+
* Directory
|
|
4603
|
+
*
|
|
4604
|
+
* File
|
|
4605
|
+
*/
|
|
4606
|
+
objectFilter?: ObjectTypeFilter;
|
|
4607
|
+
}
|
|
4607
4608
|
/**
|
|
4608
4609
|
* Result data.
|
|
4609
4610
|
*/
|
|
@@ -4678,21 +4679,21 @@ export interface ServerInfoDc {
|
|
|
4678
4679
|
}
|
|
4679
4680
|
/**
|
|
4680
4681
|
* Status of the server task.
|
|
4681
|
-
|
|
4682
|
+
|
|
4682
4683
|
None
|
|
4683
|
-
|
|
4684
|
+
|
|
4684
4685
|
Scheduled
|
|
4685
|
-
|
|
4686
|
+
|
|
4686
4687
|
Planning
|
|
4687
|
-
|
|
4688
|
+
|
|
4688
4689
|
Executing
|
|
4689
|
-
|
|
4690
|
+
|
|
4690
4691
|
Completed
|
|
4691
|
-
|
|
4692
|
+
|
|
4692
4693
|
Failed
|
|
4693
|
-
|
|
4694
|
+
|
|
4694
4695
|
Canceled
|
|
4695
|
-
|
|
4696
|
+
|
|
4696
4697
|
Timeout
|
|
4697
4698
|
*/
|
|
4698
4699
|
export declare enum ServerTaskStatus {
|
|
@@ -4746,7 +4747,7 @@ export interface ServiceInfo {
|
|
|
4746
4747
|
/** Configuration of an SP service. */
|
|
4747
4748
|
configuration?: IServiceConfiguration;
|
|
4748
4749
|
/**
|
|
4749
|
-
*
|
|
4750
|
+
*
|
|
4750
4751
|
*
|
|
4751
4752
|
* Unknown
|
|
4752
4753
|
*
|
|
@@ -4765,25 +4766,14 @@ export interface ServiceInfo {
|
|
|
4765
4766
|
resourceType?: ResourceType;
|
|
4766
4767
|
/** Categories of the service. */
|
|
4767
4768
|
categories?: string[];
|
|
4768
|
-
/** Resource identifier. */
|
|
4769
4769
|
name?: string;
|
|
4770
|
-
/** User-friendly name of the resource. */
|
|
4771
4770
|
alias?: string;
|
|
4772
|
-
/** Owner of the resource. */
|
|
4773
4771
|
owner?: string;
|
|
4774
|
-
/** Description of the resource. */
|
|
4775
4772
|
description?: string;
|
|
4776
|
-
/**
|
|
4777
|
-
* The date when resource was created.
|
|
4778
|
-
* @format date-time
|
|
4779
|
-
*/
|
|
4773
|
+
/** @format date-time */
|
|
4780
4774
|
createdDate?: string;
|
|
4781
|
-
/**
|
|
4782
|
-
* The date when resource was last modified.
|
|
4783
|
-
* @format date-time
|
|
4784
|
-
*/
|
|
4775
|
+
/** @format date-time */
|
|
4785
4776
|
changedDate?: string;
|
|
4786
|
-
/** Resource additional parameters. */
|
|
4787
4777
|
parameters?: {
|
|
4788
4778
|
Category?: string[];
|
|
4789
4779
|
Preview?: string[];
|
|
@@ -4796,18 +4786,10 @@ export interface ServiceInfo {
|
|
|
4796
4786
|
Extent?: string[];
|
|
4797
4787
|
Zoom?: string[];
|
|
4798
4788
|
};
|
|
4799
|
-
/**
|
|
4800
|
-
* Given a security object (like a service or a project) this class provides the list of permissions the different
|
|
4801
|
-
* user roles have for this object.
|
|
4802
|
-
*/
|
|
4803
4789
|
acl?: Record<string, Permissions>;
|
|
4804
|
-
/** Base-64 preview image for the resource. */
|
|
4805
4790
|
icon?: string;
|
|
4806
|
-
/** A set of tags. */
|
|
4807
4791
|
tags?: string[];
|
|
4808
|
-
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
4809
4792
|
inVisible?: boolean;
|
|
4810
|
-
/** Preview of the resource. */
|
|
4811
4793
|
preview?: string;
|
|
4812
4794
|
}
|
|
4813
4795
|
/**
|
|
@@ -4854,7 +4836,7 @@ export interface ServiceListItemDc {
|
|
|
4854
4836
|
*/
|
|
4855
4837
|
changedDate?: string;
|
|
4856
4838
|
/**
|
|
4857
|
-
*
|
|
4839
|
+
*
|
|
4858
4840
|
*
|
|
4859
4841
|
* none
|
|
4860
4842
|
*
|
|
@@ -4915,11 +4897,7 @@ export interface ServiceListItemDc {
|
|
|
4915
4897
|
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
4916
4898
|
invisibleInCatalog?: boolean;
|
|
4917
4899
|
}
|
|
4918
|
-
/**
|
|
4919
|
-
* Task data storage that works with import and export provider to give access to data stored in static files.
|
|
4920
|
-
*/
|
|
4921
4900
|
export interface SessionStaticTaskDataStorageDescription {
|
|
4922
|
-
/** The name of the folder. */
|
|
4923
4901
|
folderName?: string;
|
|
4924
4902
|
}
|
|
4925
4903
|
/**
|
|
@@ -4971,7 +4949,7 @@ export interface SimpleEndingDc {
|
|
|
4971
4949
|
}
|
|
4972
4950
|
/**
|
|
4973
4951
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
4974
|
-
|
|
4952
|
+
|
|
4975
4953
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
4976
4954
|
stroke width and color of the symbol.
|
|
4977
4955
|
*/
|
|
@@ -5001,7 +4979,7 @@ export interface SimplifyInfoDc {
|
|
|
5001
4979
|
*/
|
|
5002
4980
|
export interface SimplifyInfoItemDc {
|
|
5003
4981
|
/**
|
|
5004
|
-
*
|
|
4982
|
+
*
|
|
5005
4983
|
*
|
|
5006
4984
|
* Basic
|
|
5007
4985
|
*
|
|
@@ -5024,12 +5002,12 @@ export interface SimplifyInfoItemDc {
|
|
|
5024
5002
|
snapCellSize?: number;
|
|
5025
5003
|
}
|
|
5026
5004
|
/**
|
|
5027
|
-
*
|
|
5028
|
-
|
|
5005
|
+
*
|
|
5006
|
+
|
|
5029
5007
|
Basic
|
|
5030
|
-
|
|
5008
|
+
|
|
5031
5009
|
PreserveTopology
|
|
5032
|
-
|
|
5010
|
+
|
|
5033
5011
|
VW
|
|
5034
5012
|
*/
|
|
5035
5013
|
export declare enum SimplifyType {
|
|
@@ -5179,14 +5157,14 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5179
5157
|
resultDetails?: Record<string, number>;
|
|
5180
5158
|
};
|
|
5181
5159
|
/**
|
|
5182
|
-
*
|
|
5183
|
-
|
|
5160
|
+
*
|
|
5161
|
+
|
|
5184
5162
|
None
|
|
5185
|
-
|
|
5163
|
+
|
|
5186
5164
|
Image
|
|
5187
|
-
|
|
5165
|
+
|
|
5188
5166
|
PkkCode
|
|
5189
|
-
|
|
5167
|
+
|
|
5190
5168
|
Attachments
|
|
5191
5169
|
*/
|
|
5192
5170
|
export declare enum StringSubType {
|
|
@@ -5221,7 +5199,7 @@ export interface StyleDc {
|
|
|
5221
5199
|
*/
|
|
5222
5200
|
condition?: string;
|
|
5223
5201
|
/** Symbol that is used to draw the features of the layer. */
|
|
5224
|
-
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
5202
|
+
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
5225
5203
|
/**
|
|
5226
5204
|
* Child styles. Before rendering a feature, the children style conditions are checked. If none
|
|
5227
5205
|
* of the child styles were applied, then the paren style is used to draw the feature.
|
|
@@ -5281,6 +5259,18 @@ export declare type SvgPointSymbolDc = SymbolDc & {
|
|
|
5281
5259
|
offset?: CalculatedParameterDc[];
|
|
5282
5260
|
angle?: CalculatedParameterDc;
|
|
5283
5261
|
};
|
|
5262
|
+
/**
|
|
5263
|
+
* Svg symbol settings.
|
|
5264
|
+
*/
|
|
5265
|
+
export declare type SvgSymbolDc = SymbolDc & {
|
|
5266
|
+
type?: string;
|
|
5267
|
+
id?: string;
|
|
5268
|
+
data?: string;
|
|
5269
|
+
size?: CalculatedParameterDc;
|
|
5270
|
+
fillColor?: ParameterDcColor;
|
|
5271
|
+
strokeColor?: ParameterDcColor;
|
|
5272
|
+
strokeWidth?: CalculatedParameterDc;
|
|
5273
|
+
};
|
|
5284
5274
|
/**
|
|
5285
5275
|
* Symbol category data contract.
|
|
5286
5276
|
*/
|
|
@@ -5373,7 +5363,7 @@ export interface TableReferenceConfigurationDc {
|
|
|
5373
5363
|
/** Child related tables configurations. */
|
|
5374
5364
|
tableReferences?: TableReferenceConfigurationDc[];
|
|
5375
5365
|
/**
|
|
5376
|
-
*
|
|
5366
|
+
*
|
|
5377
5367
|
*
|
|
5378
5368
|
* OneToMany
|
|
5379
5369
|
*
|
|
@@ -5411,9 +5401,9 @@ export interface TagInfoDc {
|
|
|
5411
5401
|
}
|
|
5412
5402
|
/**
|
|
5413
5403
|
* Task owner group.
|
|
5414
|
-
|
|
5404
|
+
|
|
5415
5405
|
my
|
|
5416
|
-
|
|
5406
|
+
|
|
5417
5407
|
all
|
|
5418
5408
|
*/
|
|
5419
5409
|
export declare enum TaskGroup {
|
|
@@ -5631,13 +5621,13 @@ export interface TemplateModelDc {
|
|
|
5631
5621
|
}
|
|
5632
5622
|
/**
|
|
5633
5623
|
* Sets the horizontal alignment of text.
|
|
5634
|
-
|
|
5624
|
+
|
|
5635
5625
|
right
|
|
5636
|
-
|
|
5626
|
+
|
|
5637
5627
|
left
|
|
5638
|
-
|
|
5628
|
+
|
|
5639
5629
|
center
|
|
5640
|
-
|
|
5630
|
+
|
|
5641
5631
|
justified
|
|
5642
5632
|
*/
|
|
5643
5633
|
export declare enum TextAlignment {
|
|
@@ -5657,11 +5647,11 @@ export interface TextBackgroundDc {
|
|
|
5657
5647
|
}
|
|
5658
5648
|
/**
|
|
5659
5649
|
* Sets the vertical alignment of text.
|
|
5660
|
-
|
|
5650
|
+
|
|
5661
5651
|
top
|
|
5662
|
-
|
|
5652
|
+
|
|
5663
5653
|
bottom
|
|
5664
|
-
|
|
5654
|
+
|
|
5665
5655
|
middle
|
|
5666
5656
|
*/
|
|
5667
5657
|
export declare enum TextVerticalAlignment {
|
|
@@ -5747,7 +5737,7 @@ export interface TileCatalogServiceInfoDc {
|
|
|
5747
5737
|
*/
|
|
5748
5738
|
changedDate?: string;
|
|
5749
5739
|
/**
|
|
5750
|
-
*
|
|
5740
|
+
*
|
|
5751
5741
|
*
|
|
5752
5742
|
* none
|
|
5753
5743
|
*
|
|
@@ -5924,7 +5914,7 @@ export interface TileServiceInfoDc {
|
|
|
5924
5914
|
*/
|
|
5925
5915
|
changedDate?: string;
|
|
5926
5916
|
/**
|
|
5927
|
-
*
|
|
5917
|
+
*
|
|
5928
5918
|
*
|
|
5929
5919
|
* none
|
|
5930
5920
|
*
|
|
@@ -6151,13 +6141,8 @@ export interface ValueTupleStringString {
|
|
|
6151
6141
|
item1?: string;
|
|
6152
6142
|
item2?: string;
|
|
6153
6143
|
}
|
|
6154
|
-
/**
|
|
6155
|
-
* Values range.
|
|
6156
|
-
*/
|
|
6157
6144
|
export interface ValuesRange {
|
|
6158
|
-
/** Minimum value. */
|
|
6159
6145
|
min?: any;
|
|
6160
|
-
/** Maximum value. */
|
|
6161
6146
|
max?: any;
|
|
6162
6147
|
}
|
|
6163
6148
|
/**
|
|
@@ -6438,6 +6423,79 @@ export interface GetLiveFeedParams {
|
|
|
6438
6423
|
/** Camera id. */
|
|
6439
6424
|
cameraId: string;
|
|
6440
6425
|
}
|
|
6426
|
+
export interface GetLivePreviewStreamParams {
|
|
6427
|
+
/**
|
|
6428
|
+
* Frame per second.
|
|
6429
|
+
* @format float
|
|
6430
|
+
*/
|
|
6431
|
+
fps?: number;
|
|
6432
|
+
/**
|
|
6433
|
+
* Quality.
|
|
6434
|
+
*
|
|
6435
|
+
* Low
|
|
6436
|
+
*
|
|
6437
|
+
* Medium
|
|
6438
|
+
*
|
|
6439
|
+
* High
|
|
6440
|
+
*/
|
|
6441
|
+
quality?: Quality;
|
|
6442
|
+
/** Id of the camera. */
|
|
6443
|
+
cameraId: string;
|
|
6444
|
+
}
|
|
6445
|
+
export interface GetAllParams {
|
|
6446
|
+
/**
|
|
6447
|
+
* Parent resource id.
|
|
6448
|
+
* @format uuid
|
|
6449
|
+
*/
|
|
6450
|
+
parentId?: string;
|
|
6451
|
+
/**
|
|
6452
|
+
* Resources owner filter.
|
|
6453
|
+
*
|
|
6454
|
+
* My
|
|
6455
|
+
*
|
|
6456
|
+
* All
|
|
6457
|
+
*
|
|
6458
|
+
* Other
|
|
6459
|
+
*/
|
|
6460
|
+
ownerFilter?: OwnerFilter;
|
|
6461
|
+
}
|
|
6462
|
+
export interface SearchResourcesParams {
|
|
6463
|
+
/**
|
|
6464
|
+
* Limit response page.
|
|
6465
|
+
* @format int32
|
|
6466
|
+
*/
|
|
6467
|
+
limit?: number;
|
|
6468
|
+
/**
|
|
6469
|
+
* Offset objects from start.
|
|
6470
|
+
* @format int32
|
|
6471
|
+
*/
|
|
6472
|
+
offset?: number;
|
|
6473
|
+
}
|
|
6474
|
+
export interface CreateFilePayload {
|
|
6475
|
+
/** Name of the uploading file. */
|
|
6476
|
+
fileName?: string;
|
|
6477
|
+
/** Url to upload file. */
|
|
6478
|
+
url?: string;
|
|
6479
|
+
/**
|
|
6480
|
+
* Id of the tile in the session static storage.
|
|
6481
|
+
* @format binary
|
|
6482
|
+
*/
|
|
6483
|
+
file?: File;
|
|
6484
|
+
/**
|
|
6485
|
+
* Rewrite flag
|
|
6486
|
+
* If true - rewrite file if exist. If false - return error.
|
|
6487
|
+
*/
|
|
6488
|
+
rewrite?: boolean;
|
|
6489
|
+
/** Description of the file. */
|
|
6490
|
+
description?: string;
|
|
6491
|
+
/**
|
|
6492
|
+
* Id of the parent resource.
|
|
6493
|
+
* @format uuid
|
|
6494
|
+
*/
|
|
6495
|
+
parentId?: string;
|
|
6496
|
+
/** Owner of the file. */
|
|
6497
|
+
owner?: string;
|
|
6498
|
+
}
|
|
6441
6499
|
export interface GetConfigurationsListParams {
|
|
6442
6500
|
/**
|
|
6443
6501
|
* Offset.
|
|
@@ -7107,7 +7165,7 @@ export interface ValidateExpressionParams {
|
|
|
7107
7165
|
/** Layer name. */
|
|
7108
7166
|
layerName: string;
|
|
7109
7167
|
}
|
|
7110
|
-
export interface
|
|
7168
|
+
export interface GetRasterMetaParams10 {
|
|
7111
7169
|
/**
|
|
7112
7170
|
* Min value for build histogram.
|
|
7113
7171
|
* @format double
|
|
@@ -7234,7 +7292,7 @@ export interface GetProjectsListParams {
|
|
|
7234
7292
|
tags?: string[];
|
|
7235
7293
|
}
|
|
7236
7294
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7237
|
-
export interface
|
|
7295
|
+
export interface DeleteResourcesParams4 {
|
|
7238
7296
|
/** Resource names. */
|
|
7239
7297
|
names?: string[];
|
|
7240
7298
|
}
|
|
@@ -7417,6 +7475,15 @@ export interface UploadFilePayload {
|
|
|
7417
7475
|
* If true - rewrite file if exist. If false - return error.
|
|
7418
7476
|
*/
|
|
7419
7477
|
rewrite?: boolean;
|
|
7478
|
+
/** Description of the file. */
|
|
7479
|
+
description?: string;
|
|
7480
|
+
/**
|
|
7481
|
+
* Id of the parent resource.
|
|
7482
|
+
* @format uuid
|
|
7483
|
+
*/
|
|
7484
|
+
parentId?: string;
|
|
7485
|
+
/** Owner of the file. */
|
|
7486
|
+
owner?: string;
|
|
7420
7487
|
}
|
|
7421
7488
|
export interface DeleteFileParams {
|
|
7422
7489
|
/** File id to delete. */
|
|
@@ -7428,9 +7495,9 @@ export interface GetFileInfoParams {
|
|
|
7428
7495
|
}
|
|
7429
7496
|
export interface StatisticsDbParams {
|
|
7430
7497
|
/** Layer name. */
|
|
7431
|
-
name
|
|
7498
|
+
name: string;
|
|
7432
7499
|
/** Attribute name. */
|
|
7433
|
-
attribute
|
|
7500
|
+
attribute: string;
|
|
7434
7501
|
/** Condition. */
|
|
7435
7502
|
condition?: string;
|
|
7436
7503
|
/**
|
|
@@ -7482,9 +7549,9 @@ export interface StatisticsDbParams {
|
|
|
7482
7549
|
}
|
|
7483
7550
|
export interface ClassifyParams6 {
|
|
7484
7551
|
/** Layer name. */
|
|
7485
|
-
name
|
|
7552
|
+
name: string;
|
|
7486
7553
|
/** Attribute name. */
|
|
7487
|
-
attribute
|
|
7554
|
+
attribute: string;
|
|
7488
7555
|
/** Layer condition. */
|
|
7489
7556
|
condition?: string;
|
|
7490
7557
|
/**
|
|
@@ -7524,7 +7591,7 @@ export interface ClassifyParams6 {
|
|
|
7524
7591
|
}
|
|
7525
7592
|
export interface SumOfProductParams {
|
|
7526
7593
|
/** Layer name. */
|
|
7527
|
-
name
|
|
7594
|
+
name: string;
|
|
7528
7595
|
/** Attributes to aggregate. */
|
|
7529
7596
|
attributes?: string[];
|
|
7530
7597
|
/** Layer condition. */
|
|
@@ -7613,7 +7680,7 @@ export interface GetTableListParams {
|
|
|
7613
7680
|
acl?: string;
|
|
7614
7681
|
}
|
|
7615
7682
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
7616
|
-
export interface
|
|
7683
|
+
export interface DeleteResourcesParams8 {
|
|
7617
7684
|
/** Resource names. */
|
|
7618
7685
|
names?: string[];
|
|
7619
7686
|
}
|
|
@@ -7681,7 +7748,7 @@ export interface SetPreviewInput {
|
|
|
7681
7748
|
/** @format binary */
|
|
7682
7749
|
file?: File;
|
|
7683
7750
|
}
|
|
7684
|
-
export interface
|
|
7751
|
+
export interface GetAllParams2 {
|
|
7685
7752
|
/** Text filter. */
|
|
7686
7753
|
filter?: string;
|
|
7687
7754
|
/**
|
|
@@ -7770,7 +7837,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7770
7837
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7771
7838
|
AcceptFormats?: string[];
|
|
7772
7839
|
}
|
|
7773
|
-
export interface
|
|
7840
|
+
export interface GetCapabilitiesParams9 {
|
|
7774
7841
|
/** Output format of service metadata. */
|
|
7775
7842
|
Format?: string;
|
|
7776
7843
|
/** Must be WMS. */
|