@evergis/api 4.0.23 → 4.1.0

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.
@@ -1,6 +1,3 @@
1
- interface BrandedType<T> {
2
- __type__?: T;
3
- }
4
1
  /**
5
2
  * Access control list for a security object.
6
3
  */
@@ -50,13 +47,6 @@ export interface ActiveWorkerTaskDc {
50
47
  /** SettingsFields. */
51
48
  settingsFields?: WorkerSettingsFieldDc[];
52
49
  }
53
- export declare type AggregatedClusterSymbolDc = SymbolDc & {
54
- type?: string | null;
55
- pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
56
- gridSize?: number;
57
- fixedCenter?: boolean;
58
- aggregations?: Record<string, AggregationFunction>;
59
- };
60
50
  /**
61
51
  * Describes data contract of aggregation result.
62
52
  */
@@ -182,63 +172,6 @@ export declare enum AggregationFunction {
182
172
  DensityIndicators = "DensityIndicators",
183
173
  DividedSum = "DividedSum"
184
174
  }
185
- /**
186
- * Attributes aggregation mapping.
187
- */
188
- export interface AggregationMappingDc {
189
- /** Name of the attribute. */
190
- attributeName: string;
191
- /** Alias of the attribute. */
192
- alias?: string;
193
- /** Description of the attribute. */
194
- description?: string;
195
- /**
196
- *
197
- *
198
- * None
199
- *
200
- * Array
201
- *
202
- * Min
203
- *
204
- * Max
205
- *
206
- * Avg
207
- *
208
- * Sum
209
- *
210
- * Extent
211
- *
212
- * H3
213
- *
214
- * Count
215
- *
216
- * TotalCount
217
- *
218
- * DistinctCount
219
- *
220
- * First
221
- *
222
- * Last
223
- *
224
- * Median
225
- *
226
- * Mod
227
- *
228
- * StdDeviation
229
- *
230
- * SumOfProduct
231
- *
232
- * OnlyValue
233
- *
234
- * WeightedAvg
235
- *
236
- * DensityIndicators
237
- *
238
- * DividedSum
239
- */
240
- aggregationFunction: AggregationFunction;
241
- }
242
175
  /**
243
176
  * S3 data source settings.
244
177
  */
@@ -299,18 +232,6 @@ export interface ArchiveTimelineItemDc {
299
232
  */
300
233
  duration?: number;
301
234
  }
302
- /**
303
- * Simple not filled arrow.
304
- */
305
- export declare type ArrowLineEndingDc = LineEndingBaseDc & {
306
- type?: LineEndingType;
307
- color?: ParameterDcColor;
308
- strokeWidth?: ParameterDcDouble;
309
- width?: ParameterDcDouble;
310
- lenght?: ParameterDcDouble;
311
- vOffset?: ParameterDcDouble;
312
- hOffset?: ParameterDcDouble;
313
- };
314
235
  /**
315
236
  * Configuration of an attribute in a feature layer.
316
237
  */
@@ -719,18 +640,6 @@ export declare enum AuthorizationGrant {
719
640
  AuthorizationCode = "authorization_code",
720
641
  RefreshToken = "refresh_token"
721
642
  }
722
- /**
723
- * The symbol that draws a raster with classification.
724
- */
725
- export declare type AutoClassificationRasterSymbolDc = RasterSymbolDc & {
726
- type?: string | null;
727
- autoClassify?: ParameterDcBoolean;
728
- ignoreEmptyValues?: ParameterDcBoolean;
729
- startIndex?: ParameterDcDouble;
730
- endIndex?: ParameterDcDouble;
731
- startColor?: ParameterDcColor;
732
- endColor?: ParameterDcColor;
733
- };
734
643
  /**
735
644
  * Availiable values data contract.
736
645
  */
@@ -767,13 +676,6 @@ export interface BookmarkDc {
767
676
  /** Map place preview. */
768
677
  image?: string;
769
678
  }
770
- /**
771
- * Provides stroke and fill brush properties.
772
- */
773
- export interface BrushDc {
774
- /** Type of the brush. */
775
- type?: string;
776
- }
777
679
  /**
778
680
  * Get bulk extents data contract.
779
681
  */
@@ -942,37 +844,6 @@ export declare enum CatalogResourceType {
942
844
  TaskPrototype = "TaskPrototype",
943
845
  DataSource = "DataSource"
944
846
  }
945
- /**
946
- * Ending with an empty circle.
947
- */
948
- export declare type CircleLineEndingDc = LineEndingBaseDc & {
949
- type?: LineEndingType;
950
- color?: ParameterDcColor;
951
- size?: ParameterDcDouble;
952
- strokeWidth?: ParameterDcDouble;
953
- vOffset?: ParameterDcDouble;
954
- hOffset?: ParameterDcDouble;
955
- };
956
- /**
957
- * The symbol that draws a feature as a circle.
958
- */
959
- export declare type CirclePointSymbolDc = SymbolDc & {
960
- type?: string | null;
961
- size?: ParameterDcDouble;
962
- fillColor?: ParameterDcColor;
963
- strokeColor?: ParameterDcColor;
964
- strokeWidth?: ParameterDcDouble;
965
- offset?: ParameterDcDouble[] | null;
966
- angle?: ParameterDcDouble;
967
- };
968
- /**
969
- * The symbol that draws a raster with classification.
970
- */
971
- export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
972
- type?: string | null;
973
- rasterClassifications?: RasterClassificationCfg[] | null;
974
- defaultColor?: ParameterDcColor;
975
- };
976
847
  /**
977
848
  *
978
849
 
@@ -1028,23 +899,6 @@ export interface ClassifyResultObject {
1028
899
  /** Count. */
1029
900
  count?: any;
1030
901
  }
1031
- export declare type ClusterSymbolDc = SymbolDc & {
1032
- type?: string | null;
1033
- labelSymbol?: PointLabelSymbolDc;
1034
- customClusterSymbol?: SvgPointSymbolDc;
1035
- singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
1036
- fillColor?: ParameterDcColor;
1037
- strokeColor?: ParameterDcColor;
1038
- strokeWidth?: ParameterDcDouble;
1039
- maxClusterSize?: number;
1040
- minClusterSize?: number;
1041
- maxObjectCount?: number;
1042
- gridSize?: number;
1043
- cacheTimeout?: number;
1044
- idAttributeAlias?: string | null;
1045
- countAttributeAlias?: string | null;
1046
- selectionObjectsLimit?: number;
1047
- };
1048
902
  /**
1049
903
  * Description of a table column.
1050
904
  */
@@ -1102,31 +956,6 @@ export interface ColumnDescriptionDc {
1102
956
  /** If sets true, index will be configured. */
1103
957
  hasIndex?: boolean;
1104
958
  }
1105
- /**
1106
- * Combined polyline symbol.
1107
- */
1108
- export declare type CombinedPolylineSymbolDc = SymbolDc & {
1109
- type?: string | null;
1110
- values?: SimplePolylineSymbolDc[] | null;
1111
- };
1112
- /**
1113
- * Symbol combine multiple svg symbols.
1114
- */
1115
- export declare type CombinedSvgSymbolDc = SymbolDc & {
1116
- type?: string | null;
1117
- id?: string | null;
1118
- values?: SvgSymbolDc[] | null;
1119
- size?: ParameterDcDouble;
1120
- angle?: ParameterDcDouble;
1121
- offset?: ParameterDcDouble[] | null;
1122
- };
1123
- /**
1124
- * Composite symbol.
1125
- */
1126
- export declare type CompositeSymbolDc = SymbolDc & {
1127
- type?: string | null;
1128
- childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[] | null;
1129
- };
1130
959
  /**
1131
960
  * Get configuration information.
1132
961
  */
@@ -1420,14 +1249,6 @@ export interface CreatedTaskResultDto {
1420
1249
  /** Success flag. */
1421
1250
  success?: boolean;
1422
1251
  }
1423
- /**
1424
- * Describes stroked dashed brush.
1425
- */
1426
- export declare type DashedBrushDc = StrokeBrushDc & {
1427
- type: string;
1428
- intervals?: ParameterDcDoubleArray;
1429
- phase?: number;
1430
- };
1431
1252
  /**
1432
1253
  * Data source data contract.
1433
1254
  */
@@ -1543,17 +1364,6 @@ export interface DependentResourceDc {
1543
1364
  export declare type DetailedTableInfoDc = TableInfoDc & {
1544
1365
  columns?: ColumnDescriptionDc[] | null;
1545
1366
  };
1546
- /**
1547
- * Empty square ending.
1548
- */
1549
- export declare type DiamondLineEndingDc = LineEndingBaseDc & {
1550
- type?: LineEndingType;
1551
- color?: ParameterDcColor;
1552
- size?: ParameterDcDouble;
1553
- strokeWidth?: ParameterDcDouble;
1554
- vOffset?: ParameterDcDouble;
1555
- hOffset?: ParameterDcDouble;
1556
- };
1557
1367
  /**
1558
1368
  * Provides attributes edit info.
1559
1369
  */
@@ -1926,7 +1736,7 @@ export interface FailedServiceInfoDc {
1926
1736
  /** The category of the service. */
1927
1737
  categories?: string[];
1928
1738
  /** Configuration of the service. */
1929
- configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
1739
+ configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
1930
1740
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
1931
1741
  name: string;
1932
1742
  /** Resource alias. */
@@ -1995,8 +1805,6 @@ export interface FeatureDc {
1995
1805
  export interface FeatureLayerServiceInfoDc {
1996
1806
  /** Information about the layer attributes and their configuration. */
1997
1807
  layerDefinition: LayerDefinitionDc;
1998
- /** Feature layer rendering style. */
1999
- style?: StyleDc;
2000
1808
  /** Provides data source type. */
2001
1809
  dataSourceType?: string;
2002
1810
  /** Copyright text. */
@@ -2049,7 +1857,7 @@ export interface FeatureLayerServiceInfoDc {
2049
1857
  /** The category of the service. */
2050
1858
  categories?: string[];
2051
1859
  /** Configuration of the service. */
2052
- configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
1860
+ configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
2053
1861
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
2054
1862
  name: string;
2055
1863
  /** Resource alias. */
@@ -2112,65 +1920,6 @@ export interface FileUploadResponse {
2112
1920
  /** Url to file. */
2113
1921
  url?: string;
2114
1922
  }
2115
- /**
2116
- * Defines the brush for the fill.
2117
- */
2118
- export declare type FillBrushDc = BrushDc & {
2119
- color?: ParameterDcColor;
2120
- };
2121
- /**
2122
- * Line ending with 3-point filled arrow.
2123
- */
2124
- export declare type FilledArrowLineEndingDc = LineEndingBaseDc & {
2125
- type?: LineEndingType;
2126
- color?: ParameterDcColor;
2127
- width?: ParameterDcDouble;
2128
- length?: ParameterDcDouble;
2129
- vOffset?: ParameterDcDouble;
2130
- hOffset?: ParameterDcDouble;
2131
- };
2132
- /**
2133
- * Ending with simple solid filled circle.
2134
- */
2135
- export declare type FilledCircleLineEndingDc = LineEndingBaseDc & {
2136
- type?: LineEndingType;
2137
- color?: ParameterDcColor;
2138
- size?: ParameterDcDouble;
2139
- vOffset?: ParameterDcDouble;
2140
- hOffset?: ParameterDcDouble;
2141
- };
2142
- /**
2143
- * Simple solid filled square ending.
2144
- */
2145
- export declare type FilledDiamondLineEndingDc = LineEndingBaseDc & {
2146
- type?: LineEndingType;
2147
- color?: ParameterDcColor;
2148
- size?: ParameterDcDouble;
2149
- vOffset?: ParameterDcDouble;
2150
- hOffset?: ParameterDcDouble;
2151
- };
2152
- /**
2153
- * Round square ending.
2154
- */
2155
- export declare type FilledRoundSquareEndingDc = LineEndingBaseDc & {
2156
- type?: LineEndingType;
2157
- color?: ParameterDcColor;
2158
- size?: ParameterDcDouble;
2159
- strokeWidth?: ParameterDcDouble;
2160
- vOffset?: ParameterDcDouble;
2161
- hOffset?: ParameterDcDouble;
2162
- cornersRadius?: number;
2163
- };
2164
- /**
2165
- * Simple solid filled square ending.
2166
- */
2167
- export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
2168
- type?: LineEndingType;
2169
- color?: ParameterDcColor;
2170
- size?: ParameterDcDouble;
2171
- vOffset?: ParameterDcDouble;
2172
- hOffset?: ParameterDcDouble;
2173
- };
2174
1923
  /**
2175
1924
  * Provides filter data contract.
2176
1925
  */
@@ -2191,65 +1940,6 @@ export interface FilterResponseDc {
2191
1940
  /** Id of the filter. */
2192
1941
  id?: string;
2193
1942
  }
2194
- /**
2195
- * Sets whether font should be styled.
2196
-
2197
- normal
2198
-
2199
- oblique
2200
-
2201
- italic
2202
- */
2203
- export declare enum FontStyle {
2204
- Normal = "normal",
2205
- Oblique = "oblique",
2206
- Italic = "italic"
2207
- }
2208
- /**
2209
- * Specifies the weight (or boldness) of the font.
2210
-
2211
- Thin
2212
-
2213
- ExtraLight
2214
-
2215
- Light
2216
-
2217
- SemiLight
2218
-
2219
- Normal
2220
-
2221
- Medium
2222
-
2223
- DemiBold
2224
-
2225
- Bold
2226
-
2227
- ExtraBold
2228
-
2229
- Black
2230
-
2231
- ExtraBlack
2232
- */
2233
- export declare enum FontWeight {
2234
- Thin = "Thin",
2235
- ExtraLight = "ExtraLight",
2236
- Light = "Light",
2237
- SemiLight = "SemiLight",
2238
- Normal = "Normal",
2239
- Medium = "Medium",
2240
- DemiBold = "DemiBold",
2241
- Bold = "Bold",
2242
- ExtraBold = "ExtraBold",
2243
- Black = "Black",
2244
- ExtraBlack = "ExtraBlack"
2245
- }
2246
- /**
2247
- * Information about function argument.
2248
- */
2249
- export interface FunctionArgumentInfoDc {
2250
- /** Name. */
2251
- name?: string;
2252
- }
2253
1943
  /**
2254
1944
  * Information about function.
2255
1945
  */
@@ -2258,8 +1948,6 @@ export interface FunctionInfoDc {
2258
1948
  name?: string;
2259
1949
  /** Description. */
2260
1950
  description?: string;
2261
- /** List of function arguments. */
2262
- arguments?: FunctionArgumentInfoDc[];
2263
1951
  }
2264
1952
  /**
2265
1953
  * Geocode result.
@@ -2578,66 +2266,13 @@ export declare enum Group {
2578
2266
  Public = "public",
2579
2267
  All = "all"
2580
2268
  }
2581
- /**
2582
- * <inheritdoc cref="T:SPCore.Connectors.Connectors.Base.Models.Style.Adv.H3GridSymbolDc" />
2583
- */
2584
- export declare type H3GridSymbolDc = SymbolDc & {
2585
- type?: string | null;
2586
- cellSize?: ParameterDcDouble;
2587
- stroke?: DashedBrushDc | SolidStrokeBrushDc | null;
2588
- fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc | null;
2589
- aggregations?: AggregationMappingDc[] | null;
2590
- };
2591
- /**
2592
- * Defines the brush for the hatch fill.
2593
- */
2594
- export declare type HatchBrushDc = FillBrushDc & {
2595
- type?: string | null;
2596
- hatchColor?: ParameterDcColor;
2597
- hatchAngle?: ParameterDcDouble;
2598
- hatchWidth?: number;
2599
- scalingFactor: number[];
2600
- };
2601
- /**
2602
- * <inheritdoc cref="T:SPCore.Kernel.Rendering.Symbols.Adv.HexGridSymbol" />
2603
- */
2604
- export declare type HexGridSymbolDc = SymbolDc & {
2605
- type?: string | null;
2606
- gridHeight?: number;
2607
- gridWidth?: number;
2608
- hexagonOrientation?: number;
2609
- stroke?: DashedBrushDc | SolidStrokeBrushDc | null;
2610
- fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc | null;
2611
- aggregations?: Record<string, AggregationFunction>;
2612
- };
2613
2269
  export declare type IAsyncEnumerableLivePreviewDc = object;
2614
- /**
2615
- * A single image point symbol with an outer stroke.
2616
- */
2617
- export declare type ImagePointSymbolDc = SymbolDc & {
2618
- type?: string | null;
2619
- image?: string | null;
2620
- width?: ParameterDcDouble;
2621
- height?: ParameterDcDouble;
2622
- offset?: ParameterDcDouble[] | null;
2623
- angle?: ParameterDcDouble;
2624
- };
2625
- /**
2626
- * Image polygon symbol.
2627
- */
2628
- export declare type ImagePolygonSymbolDc = SymbolDc & {
2629
- type?: string | null;
2630
- image?: string | null;
2631
- fillColor?: ParameterDcColor;
2632
- strokeColor?: ParameterDcColor;
2633
- strokeWidth?: ParameterDcDouble;
2634
- };
2635
2270
  /**
2636
2271
  * Data schema of a file for import.
2637
2272
  */
2638
- export interface ImportDataSchema {
2273
+ export interface ImportDataSchemaDc {
2639
2274
  /** List of layers in the data-set. */
2640
- layers: ImportLayerDataSchema[];
2275
+ layers: ImportLayerDataSchemaDc[];
2641
2276
  /** Importing file type. */
2642
2277
  type: string;
2643
2278
  }
@@ -2655,7 +2290,7 @@ export interface ImportFileFeaturesCountDc {
2655
2290
  /**
2656
2291
  * Schema of a layer in an imported file.
2657
2292
  */
2658
- export interface ImportLayerDataSchema {
2293
+ export interface ImportLayerDataSchemaDc {
2659
2294
  /** Name of the layer. */
2660
2295
  name: string;
2661
2296
  /** Storage type. */
@@ -2672,39 +2307,11 @@ export interface ImportLayerDataSchema {
2672
2307
  /** Information about the layer attributes and their configuration. */
2673
2308
  layerDefinition?: LayerDefinitionDc;
2674
2309
  /** Schema of a inner layers. */
2675
- children?: ImportLayerDataSchema[];
2310
+ children?: ImportLayerDataSchemaDc[];
2676
2311
  }
2677
- /**
2678
- * Isolines label symbol.
2679
- */
2680
- export declare type IsolinesLabelSymbolDc = LabelSymbolDc & {
2681
- type?: string | null;
2682
- placement?: ParameterDcString;
2683
- };
2684
2312
  export interface JsonPatchDocumentExtendedProjectInfoDcV2 {
2685
2313
  operations?: OperationExtendedProjectInfoDcV2[];
2686
2314
  }
2687
- /**
2688
- * Base class for labels.
2689
- */
2690
- export declare type LabelSymbolDc = SymbolDc & {
2691
- fieldFormat?: string | null;
2692
- fontFamily?: string | null;
2693
- fontStyle?: FontStyle;
2694
- fontWeight?: FontWeight;
2695
- fontColor?: ParameterDcColor;
2696
- fontSize?: ParameterDcDouble;
2697
- horizontalAlignment?: TextAlignment;
2698
- verticalAlignment?: TextVerticalAlignment;
2699
- haloColor?: ParameterDcColor;
2700
- haloWidth?: number;
2701
- offset?: ParameterDcDouble[] | null;
2702
- textBackground?: TextBackgroundDc;
2703
- };
2704
- export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
2705
- type?: string | null;
2706
- symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
2707
- };
2708
2315
  /**
2709
2316
  * Information about the layer attributes and their configuration.
2710
2317
  */
@@ -2772,117 +2379,11 @@ export interface LayerUpdateInfoDc {
2772
2379
  /** Array of deleted ids. */
2773
2380
  deletedIds?: ObjectId[];
2774
2381
  }
2775
- /**
2776
- * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2777
-
2778
- Flat
2779
-
2780
- Square
2781
-
2782
- Round
2783
-
2784
- Triangle
2785
- */
2786
- export declare enum LineCapStyle {
2787
- Flat = "Flat",
2788
- Square = "Square",
2789
- Round = "Round",
2790
- Triangle = "Triangle"
2791
- }
2792
- /**
2793
- * Base class of line ending.
2794
- */
2795
- export interface LineEndingBaseDc {
2796
- /**
2797
- * Type of the line ending.
2798
- *
2799
- * none
2800
- *
2801
- * arrow
2802
- *
2803
- * filledArrow
2804
- *
2805
- * square
2806
- *
2807
- * filledSquare
2808
- *
2809
- * circle
2810
- *
2811
- * filledCircle
2812
- *
2813
- * diamond
2814
- *
2815
- * filledDiamond
2816
- *
2817
- * roundSquare
2818
- *
2819
- * filledRoundSquare
2820
- *
2821
- * svg
2822
- */
2823
- type?: LineEndingType;
2824
- }
2825
- /**
2826
- * Type of the line ending.
2827
-
2828
- none
2829
-
2830
- arrow
2831
-
2832
- filledArrow
2833
-
2834
- square
2835
-
2836
- filledSquare
2837
-
2838
- circle
2839
-
2840
- filledCircle
2841
-
2842
- diamond
2843
-
2844
- filledDiamond
2845
-
2846
- roundSquare
2847
-
2848
- filledRoundSquare
2849
-
2850
- svg
2851
- */
2852
- export declare enum LineEndingType {
2853
- None = "none",
2854
- Arrow = "arrow",
2855
- FilledArrow = "filledArrow",
2856
- Square = "square",
2857
- FilledSquare = "filledSquare",
2858
- Circle = "circle",
2859
- FilledCircle = "filledCircle",
2860
- Diamond = "diamond",
2861
- FilledDiamond = "filledDiamond",
2862
- RoundSquare = "roundSquare",
2863
- FilledRoundSquare = "filledRoundSquare",
2864
- Svg = "svg"
2865
- }
2866
- /**
2867
- * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
2868
-
2869
- Miter
2870
-
2871
- Bevel
2872
-
2873
- Round
2874
- */
2875
- export declare enum LineJoinType {
2876
- Miter = "Miter",
2877
- Bevel = "Bevel",
2878
- Round = "Round"
2879
- }
2880
2382
  /**
2881
2383
  * Linear service configuration Dc.
2882
2384
  */
2883
2385
  export declare type LinearServiceConfigurationDc = ServiceConfigurationBaseDc & {
2884
2386
  attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
2885
- style?: StyleDc;
2886
2387
  condition?: string | null;
2887
2388
  featuresLimit?: number;
2888
2389
  extentOffset?: number;
@@ -2980,31 +2481,6 @@ export interface MapTableInfoDc {
2980
2481
  /** Access control list for a security object. */
2981
2482
  acl?: AccessControlListDc;
2982
2483
  }
2983
- /**
2984
- * The point symbol drawing as image with the mask.
2985
- */
2986
- export declare type MaskedImagePointSymbolDc = SymbolDc & {
2987
- type?: string | null;
2988
- width?: ParameterDcDouble;
2989
- height?: ParameterDcDouble;
2990
- offset?: ParameterDcDouble[] | null;
2991
- image?: string | null;
2992
- imageMask?: string | null;
2993
- maskedColor?: ParameterDcColor;
2994
- angle?: ParameterDcDouble;
2995
- };
2996
- /**
2997
- * Polygon symbol drawing as image with the mask.
2998
- */
2999
- export declare type MaskedImagePolygonSymbolDc = SymbolDc & {
3000
- type?: string | null;
3001
- fillColor?: ParameterDcColor;
3002
- strokeColor?: ParameterDcColor;
3003
- strokeWidth?: ParameterDcDouble;
3004
- image?: string | null;
3005
- imageMask?: string | null;
3006
- maskedColor?: ParameterDcColor;
3007
- };
3008
2484
  /**
3009
2485
  * Configuration of a table for feature layer.
3010
2486
  */
@@ -3013,15 +2489,6 @@ export declare type MaterializedViewConfigurationDc = TableConfigurationBaseDc &
3013
2489
  eql?: string | null;
3014
2490
  eqlParameters?: Record<string, any>;
3015
2491
  };
3016
- /**
3017
- * 3D model symbol.
3018
- */
3019
- export declare type Model3DSymbolDc = SymbolDc & {
3020
- type?: string | null;
3021
- urlModel?: ParameterDcString;
3022
- size?: ParameterDcDouble;
3023
- angle?: ParameterDcDouble;
3024
- };
3025
2492
  /**
3026
2493
  * MosRu data source.
3027
2494
  */
@@ -3053,13 +2520,6 @@ export declare type MultiPointDc = GeometryDc & {
3053
2520
  coordinates: PositionDc[];
3054
2521
  type?: GeometryType;
3055
2522
  };
3056
- /**
3057
- * A multipoint symbol.
3058
- */
3059
- export declare type MultipointSymbolDc = SymbolDc & {
3060
- type?: string | null;
3061
- pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
3062
- };
3063
2523
  /**
3064
2524
  * Information about a namespace .
3065
2525
  */
@@ -3084,12 +2544,6 @@ export interface NamespaceInfoDc {
3084
2544
  export declare type NetCdfMetaDc = RasterMetaDc & {
3085
2545
  dimExtraValues?: Record<string, string[] | null>;
3086
2546
  };
3087
- /**
3088
- * Define no ending data contract.
3089
- */
3090
- export declare type NoneEndingDc = LineEndingBaseDc & {
3091
- type?: LineEndingType;
3092
- };
3093
2547
  export declare type ObjectId = object;
3094
2548
  export interface Operation {
3095
2549
  value?: any;
@@ -3145,7 +2599,7 @@ export interface PagedListDataSourceInfoDc {
3145
2599
  offset?: number;
3146
2600
  /** @format int32 */
3147
2601
  limit?: number;
3148
- items?: (DataSourceInfoDc | ArcGisDataSourceInfoDc | MosRuDataSourceInfoDc | PostgresDataSourceInfoDc | S3DataSourceInfoDc)[];
2602
+ items?: (ArcGisDataSourceInfoDc | MosRuDataSourceInfoDc | PostgresDataSourceInfoDc | S3DataSourceInfoDc)[];
3149
2603
  }
3150
2604
  export interface PagedListExtendedUserInfoDc {
3151
2605
  /** @format int64 */
@@ -3261,46 +2715,6 @@ export interface PagedTagsListDc {
3261
2715
  limit?: number;
3262
2716
  items?: string[];
3263
2717
  }
3264
- /**
3265
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
3266
- as an object with a "type" parameter specified.
3267
- */
3268
- export interface ParameterDcBoolean {
3269
- /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3270
- type?: string;
3271
- }
3272
- /**
3273
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
3274
- as an object with a "type" parameter specified.
3275
- */
3276
- export interface ParameterDcColor extends BrandedType<'ParameterDcColor'> {
3277
- /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3278
- type?: string;
3279
- }
3280
- /**
3281
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
3282
- as an object with a "type" parameter specified.
3283
- */
3284
- export interface ParameterDcDouble extends BrandedType<'ParameterDcDouble'> {
3285
- /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3286
- type?: string;
3287
- }
3288
- /**
3289
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
3290
- as an object with a "type" parameter specified.
3291
- */
3292
- export interface ParameterDcDoubleArray {
3293
- /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3294
- type?: string;
3295
- }
3296
- /**
3297
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
3298
- as an object with a "type" parameter specified.
3299
- */
3300
- export interface ParameterDcString {
3301
- /** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
3302
- type?: string;
3303
- }
3304
2718
  /**
3305
2719
  * Patch resource request.
3306
2720
  */
@@ -3314,16 +2728,6 @@ export interface PatchResourceDc {
3314
2728
  /** Resource icon. */
3315
2729
  icon?: string;
3316
2730
  }
3317
- /**
3318
- * Provides image pattern brush properties.
3319
- */
3320
- export declare type PatternBrushDc = FillBrushDc & {
3321
- type: string;
3322
- pattern: string;
3323
- patternColor?: ParameterDcColor;
3324
- angle?: number;
3325
- scalingFactor?: number[] | null;
3326
- };
3327
2731
  /**
3328
2732
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3329
2733
 
@@ -3380,12 +2784,6 @@ export declare type PointDc = GeometryDc & {
3380
2784
  coordinates: PositionDc;
3381
2785
  type?: GeometryType;
3382
2786
  };
3383
- /**
3384
- * Label of a point object.
3385
- */
3386
- export declare type PointLabelSymbolDc = LabelSymbolDc & {
3387
- type?: string | null;
3388
- };
3389
2787
  export interface PolicyDc {
3390
2788
  /**
3391
2789
  * Type of the authorization policy.
@@ -3440,13 +2838,6 @@ export declare enum PolicyType {
3440
2838
  MaxUploadContentSize = "MaxUploadContentSize",
3441
2839
  MaxEqlQueryParametersValues = "MaxEqlQueryParametersValues"
3442
2840
  }
3443
- /**
3444
- * Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
3445
- */
3446
- export declare type PolygonCenterLabelSymbolDc = LabelSymbolDc & {
3447
- fixCenter?: boolean;
3448
- type?: string | null;
3449
- };
3450
2841
  /**
3451
2842
  * Polygon geometry object definition.
3452
2843
  */
@@ -3454,31 +2845,6 @@ export declare type PolygonDc = GeometryDc & {
3454
2845
  type?: GeometryType;
3455
2846
  coordinates: PositionDc[][];
3456
2847
  };
3457
- /**
3458
- * <inheritdoc cref="T:SPCore.Kernel.Rendering.Symbols.Adv.PolygonGridSymbol" />
3459
- */
3460
- export declare type PolygonGridSymbolDc = SymbolDc & {
3461
- type?: string | null;
3462
- gridSize?: number;
3463
- stroke?: DashedBrushDc | SolidStrokeBrushDc | null;
3464
- fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc | null;
3465
- aggregations?: Record<string, AggregationFunction>;
3466
- };
3467
- /**
3468
- * Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
3469
- */
3470
- export declare type PolygonLabelSymbolDc = LabelSymbolDc & {
3471
- type?: string | null;
3472
- };
3473
- /**
3474
- * A simple polygon symbol.
3475
- */
3476
- export declare type PolygonSymbolDc = SymbolDc & {
3477
- type?: string | null;
3478
- height?: ParameterDcDouble;
3479
- stroke?: DashedBrushDc | SolidStrokeBrushDc | null;
3480
- fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc | null;
3481
- };
3482
2848
  /**
3483
2849
  * Polyline geometry object definition.
3484
2850
  */
@@ -3486,35 +2852,6 @@ export declare type PolylineDc = GeometryDc & {
3486
2852
  type?: GeometryType;
3487
2853
  coordinates: PositionDc[][];
3488
2854
  };
3489
- /**
3490
- * Label for polyline objects. It is drawn repeatedly along a line.
3491
- */
3492
- export declare type PolylineLabelSymbolDc = LabelSymbolDc & {
3493
- type?: string | null;
3494
- labelRepeatDistance?: number;
3495
- criticalAngle?: number;
3496
- invertLabelDirection?: boolean;
3497
- offsetFromSymbol?: boolean;
3498
- offset?: number[] | null;
3499
- maxWidth?: number;
3500
- };
3501
- /**
3502
- * The symbol that draws a feature as a square.
3503
- */
3504
- export declare type PolylineSymbolDc = SymbolDc & {
3505
- type?: string | null;
3506
- stroke?: DashedBrushDc | SolidStrokeBrushDc | null;
3507
- beginning?: ArrowLineEndingDc | CircleLineEndingDc | DiamondLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledDiamondLineEndingDc | FilledRoundSquareEndingDc | FilledSquareLineEndingDc | NoneEndingDc | RoundSquareEndingDc | SquareLineEndingDc | null;
3508
- ending?: ArrowLineEndingDc | CircleLineEndingDc | DiamondLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledDiamondLineEndingDc | FilledRoundSquareEndingDc | FilledSquareLineEndingDc | NoneEndingDc | RoundSquareEndingDc | SquareLineEndingDc | null;
3509
- joinType?: LineJoinType;
3510
- joinRadius?: number;
3511
- miterLimit?: number;
3512
- offset?: ParameterDcDouble;
3513
- lineCap?: LineCapStyle;
3514
- outlined?: boolean;
3515
- outlinedOnSingleSide?: boolean;
3516
- quadrantSegments?: number;
3517
- };
3518
2855
  /**
3519
2856
  * The position at the map in [X, Y] format.
3520
2857
  */
@@ -3542,24 +2879,11 @@ export declare type PostgresDataSourceInfoDc = DataSourceInfoDc & {
3542
2879
  database?: string | null;
3543
2880
  schema?: string | null;
3544
2881
  };
3545
- /**
3546
- * Configuration of a postgres feature layer service.
3547
- */
3548
- export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
3549
- attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
3550
- style?: StyleDc;
3551
- condition?: string | null;
3552
- featuresLimit?: number;
3553
- extentOffset?: number;
3554
- simplify?: SimplifyInfoDc;
3555
- clientStyle?: any;
3556
- };
3557
2882
  /**
3558
2883
  * Configuration of a postgres tile catalog service.
3559
2884
  */
3560
2885
  export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigurationBaseDc & {
3561
2886
  attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
3562
- style?: StyleDc;
3563
2887
  clientStyle?: any;
3564
2888
  condition?: string | null;
3565
2889
  featuresLimit?: number;
@@ -3647,10 +2971,6 @@ export declare type ProjectInfoDc = ResourceInfoDc & {
3647
2971
  layersCount?: number;
3648
2972
  zoom?: number | null;
3649
2973
  };
3650
- /**
3651
- * List of the projects in projects manager service.
3652
- */
3653
- export declare type ProjectsListDc = PagedListProjectInfoDc & object;
3654
2974
  /**
3655
2975
  * Data contract for inner layer Legend.
3656
2976
  */
@@ -3689,11 +3009,6 @@ export declare type ProxyServiceConfigurationDc = ServiceConfigurationBaseDc & {
3689
3009
  minResolution?: number;
3690
3010
  maxResolution?: number;
3691
3011
  layers?: string[] | null;
3692
- styles?: Record<string, {
3693
- point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3694
- polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3695
- polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3696
- }>;
3697
3012
  };
3698
3013
  /**
3699
3014
  * Service info for a Proxy service.
@@ -3755,7 +3070,7 @@ export interface ProxyServiceInfoDc {
3755
3070
  /** The category of the service. */
3756
3071
  categories?: string[];
3757
3072
  /** Configuration of the service. */
3758
- configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
3073
+ configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
3759
3074
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
3760
3075
  name: string;
3761
3076
  /** Resource alias. */
@@ -3850,7 +3165,7 @@ export interface PythonTaskMethodConfiguration {
3850
3165
  */
3851
3166
  export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc & {
3852
3167
  fileName?: string | null;
3853
- methodName?: string | null;
3168
+ method?: string | null;
3854
3169
  };
3855
3170
  /**
3856
3171
  * Stream quality.
@@ -3899,7 +3214,6 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
3899
3214
  srId?: number | null;
3900
3215
  geometryType?: AttributeType;
3901
3216
  attributesConfiguration?: EqlAttributesConfigurationDc;
3902
- style?: StyleDc;
3903
3217
  clientStyle?: any;
3904
3218
  condition?: string | null;
3905
3219
  featuresLimit?: number;
@@ -3983,8 +3297,6 @@ export interface QueryLayerServiceEqlParameterQueryValueConfigurationDc {
3983
3297
  export interface QueryLayerServiceInfoDc {
3984
3298
  /** Information about the layer attributes and their configuration. */
3985
3299
  layerDefinition: LayerDefinitionDc;
3986
- /** Feature layer rendering style. */
3987
- style?: StyleDc;
3988
3300
  /** Provides data source type. */
3989
3301
  dataSourceType?: string;
3990
3302
  /** Copyright text. */
@@ -4037,7 +3349,7 @@ export interface QueryLayerServiceInfoDc {
4037
3349
  /** The category of the service. */
4038
3350
  categories?: string[];
4039
3351
  /** Configuration of the service. */
4040
- configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
3352
+ configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
4041
3353
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
4042
3354
  name: string;
4043
3355
  /** Resource alias. */
@@ -4098,26 +3410,6 @@ export interface QueryTokenDc {
4098
3410
  revokeDt?: string;
4099
3411
  isActive?: boolean;
4100
3412
  }
4101
- /**
4102
- * Raster band cfg.
4103
- */
4104
- export interface RasterBandCfg {
4105
- /**
4106
- * Gets or sets band id.
4107
- * @format int32
4108
- */
4109
- bandId?: number;
4110
- /**
4111
- * Gets or sets band min value.
4112
- * @format float
4113
- */
4114
- bandMin?: number;
4115
- /**
4116
- * Gets or sets band max value.
4117
- * @format float
4118
- */
4119
- bandMax?: number;
4120
- }
4121
3413
  /**
4122
3414
  * RasterBandMetaDc.
4123
3415
  */
@@ -4169,23 +3461,6 @@ export interface RasterBandMetaDc {
4169
3461
  /** Data histogram. */
4170
3462
  dataHistogram?: Record<string, number>;
4171
3463
  }
4172
- /**
4173
- * Raster classification cfg.
4174
- */
4175
- export interface RasterClassificationCfg {
4176
- /**
4177
- * Min value.
4178
- * @format double
4179
- */
4180
- minValue?: number;
4181
- /**
4182
- * Max value.
4183
- * @format double
4184
- */
4185
- maxValue?: number;
4186
- /** Color. */
4187
- color?: string;
4188
- }
4189
3464
  /**
4190
3465
  * RasterMetaDc.
4191
3466
  */
@@ -4222,26 +3497,6 @@ export interface RasterMetaDc {
4222
3497
  /** Bands. */
4223
3498
  bands?: RasterBandMetaDc[];
4224
3499
  }
4225
- /**
4226
- * Raster render cfg.
4227
- */
4228
- export interface RasterRenderCfg {
4229
- /**
4230
- * No data value.
4231
- * @format double
4232
- */
4233
- noDataValue?: number;
4234
- }
4235
- /**
4236
- * The symbol that draws a raster.
4237
- */
4238
- export declare type RasterSymbolDc = SymbolDc & {
4239
- type?: string | null;
4240
- opacity?: ParameterDcDouble;
4241
- rasterRenderConfiguration?: RasterRenderCfg;
4242
- band?: RasterBandCfg;
4243
- bandA?: RasterBandCfg;
4244
- };
4245
3500
  /**
4246
3501
  * Refresh token request data contract.
4247
3502
  */
@@ -4394,7 +3649,7 @@ export interface RemoteTileServiceInfoDc {
4394
3649
  /** The category of the service. */
4395
3650
  categories?: string[];
4396
3651
  /** Configuration of the service. */
4397
- configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
3652
+ configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
4398
3653
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
4399
3654
  name: string;
4400
3655
  /** Resource alias. */
@@ -4533,8 +3788,6 @@ RemoteTileService
4533
3788
 
4534
3789
  ProxyService
4535
3790
 
4536
- PostgresLayerService
4537
-
4538
3791
  QueryLayerService
4539
3792
 
4540
3793
  TileCatalogTable
@@ -4542,7 +3795,6 @@ TileCatalogTable
4542
3795
  export declare enum ResourceSubTypeFilter {
4543
3796
  RemoteTileService = "RemoteTileService",
4544
3797
  ProxyService = "ProxyService",
4545
- PostgresLayerService = "PostgresLayerService",
4546
3798
  QueryLayerService = "QueryLayerService",
4547
3799
  TileCatalogTable = "TileCatalogTable"
4548
3800
  }
@@ -4623,15 +3875,6 @@ export declare enum ResponseType {
4623
3875
  Code = "code",
4624
3876
  Token = "token"
4625
3877
  }
4626
- /**
4627
- * The symbol that draws a rgb raster.
4628
- */
4629
- export declare type RgbRasterSymbolDc = RasterSymbolDc & {
4630
- type?: string | null;
4631
- bandR?: RasterBandCfg;
4632
- bandG?: RasterBandCfg;
4633
- bandB?: RasterBandCfg;
4634
- };
4635
3878
  /**
4636
3879
  * Short role information.
4637
3880
  */
@@ -4683,24 +3926,11 @@ export interface RolePermissionDc {
4683
3926
  */
4684
3927
  permissions: Permissions;
4685
3928
  }
4686
- /**
4687
- * Round square ending.
4688
- */
4689
- export declare type RoundSquareEndingDc = LineEndingBaseDc & {
4690
- type?: LineEndingType;
4691
- color?: ParameterDcColor;
4692
- size?: ParameterDcDouble;
4693
- strokeWidth?: ParameterDcDouble;
4694
- vOffset?: ParameterDcDouble;
4695
- hOffset?: ParameterDcDouble;
4696
- cornersRadius?: number;
4697
- };
4698
3929
  /**
4699
3930
  * Route service configuration Dc.
4700
3931
  */
4701
3932
  export declare type RouteServiceConfigurationDc = ServiceConfigurationBaseDc & {
4702
3933
  attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
4703
- style?: StyleDc;
4704
3934
  clientStyle?: any;
4705
3935
  condition?: string | null;
4706
3936
  featuresLimit?: number;
@@ -4813,7 +4043,7 @@ export declare type ServiceInfoDc = ResourceInfoDc & {
4813
4043
  geometryType: GeometryType;
4814
4044
  objectCount?: number;
4815
4045
  categories?: string[] | null;
4816
- configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | null;
4046
+ configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | null;
4817
4047
  };
4818
4048
  /**
4819
4049
  * List of the services in service manager.
@@ -4905,76 +4135,6 @@ export interface ServiceListItemDc {
4905
4135
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
4906
4136
  invisibleInCatalog?: boolean;
4907
4137
  }
4908
- /**
4909
- * Ending settings.
4910
- */
4911
- export interface SimpleEndingDc {
4912
- /**
4913
- * Type of the line ending.
4914
- *
4915
- * none
4916
- *
4917
- * arrow
4918
- *
4919
- * filledArrow
4920
- *
4921
- * square
4922
- *
4923
- * filledSquare
4924
- *
4925
- * circle
4926
- *
4927
- * filledCircle
4928
- *
4929
- * diamond
4930
- *
4931
- * filledDiamond
4932
- *
4933
- * roundSquare
4934
- *
4935
- * filledRoundSquare
4936
- *
4937
- * svg
4938
- */
4939
- type?: LineEndingType;
4940
- /**
4941
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
4942
- * as an object with a "type" parameter specified.
4943
- */
4944
- size?: ParameterDcDouble;
4945
- /** Ending offset. */
4946
- offset?: ParameterDcDouble[];
4947
- /**
4948
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
4949
- * as an object with a "type" parameter specified.
4950
- */
4951
- color?: ParameterDcColor;
4952
- /**
4953
- * Size multiplier.
4954
- * @format int32
4955
- */
4956
- multiplier?: number;
4957
- }
4958
- /**
4959
- * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
4960
-
4961
- If the ending is set to be other then None, the size and color of the ending will be calculated based on the
4962
- stroke width and color of the symbol.
4963
- */
4964
- export declare type SimplePolylineSymbolDc = SymbolDc & {
4965
- type?: string | null;
4966
- stroke?: DashedBrushDc | SolidStrokeBrushDc | null;
4967
- beginning?: SimpleEndingDc;
4968
- ending?: SimpleEndingDc;
4969
- joinType?: LineJoinType;
4970
- lineCap?: LineCapStyle;
4971
- joinRadius?: number;
4972
- miterLimit?: number;
4973
- offset?: ParameterDcDouble;
4974
- outlined?: boolean;
4975
- outlinedOnSingleSide?: boolean;
4976
- quadrantSegments?: number;
4977
- };
4978
4138
  /**
4979
4139
  * Simplify configuration information.
4980
4140
  */
@@ -5032,18 +4192,6 @@ export interface SocialNetworkInfoDc {
5032
4192
  /** External provider name. */
5033
4193
  providerName?: string;
5034
4194
  }
5035
- /**
5036
- * Defines the brush for the solid fill.
5037
- */
5038
- export declare type SolidFillBrushDc = FillBrushDc & {
5039
- type?: string | null;
5040
- };
5041
- /**
5042
- * Defines the brush for the solid stroke.
5043
- */
5044
- export declare type SolidStrokeBrushDc = StrokeBrushDc & {
5045
- type?: string | null;
5046
- };
5047
4195
  /**
5048
4196
  * SpTaskMethodConfiguration.
5049
4197
  */
@@ -5063,28 +4211,6 @@ export interface SpTaskMethodConfiguration {
5063
4211
  export declare type SpTaskMethodConfigurationDc = TaskMethodConfigurationDc & {
5064
4212
  method?: string | null;
5065
4213
  };
5066
- /**
5067
- * Empty square ending.
5068
- */
5069
- export declare type SquareLineEndingDc = LineEndingBaseDc & {
5070
- type?: LineEndingType;
5071
- color?: ParameterDcColor;
5072
- size?: ParameterDcDouble;
5073
- strokeWidth?: ParameterDcDouble;
5074
- vOffset?: ParameterDcDouble;
5075
- hOffset?: ParameterDcDouble;
5076
- };
5077
- /**
5078
- * The symbol that draws a feature as a square.
5079
- */
5080
- export declare type SquarePointSymbolDc = SymbolDc & {
5081
- type?: string | null;
5082
- size?: ParameterDcDouble;
5083
- fillColor?: ParameterDcColor;
5084
- strokeColor?: ParameterDcColor;
5085
- strokeWidth?: ParameterDcDouble;
5086
- offset?: ParameterDcDouble[] | null;
5087
- };
5088
4214
  /**
5089
4215
  * Spatial reference information data contract.
5090
4216
  */
@@ -5176,44 +4302,6 @@ export declare enum StringSubType {
5176
4302
  PkkCode = "PkkCode",
5177
4303
  Attachments = "Attachments"
5178
4304
  }
5179
- /**
5180
- * Defines the brush for the stroke.
5181
- */
5182
- export declare type StrokeBrushDc = BrushDc & {
5183
- color?: ParameterDcColor;
5184
- width?: ParameterDcDouble;
5185
- };
5186
- /**
5187
- * Feature layer rendering style.
5188
- */
5189
- export interface StyleDc {
5190
- /** Name of the style. This is used for identifying symbol in the layer legend. */
5191
- title?: string;
5192
- /**
5193
- * Condition string for the style application. If the condition is not met for a feature,
5194
- * nor the style nor its children are used when rendering the feature.
5195
- */
5196
- condition?: string;
5197
- /** Symbol that is used to draw the features of the layer. */
5198
- symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
5199
- /**
5200
- * Child styles. Before rendering a feature, the children style conditions are checked. If none
5201
- * of the child styles were applied, then the paren style is used to draw the feature.
5202
- */
5203
- children?: StyleDc[];
5204
- /**
5205
- * Min resolution to draw symbol.
5206
- * @format double
5207
- */
5208
- minResolution?: number;
5209
- /**
5210
- * Max resolution to draw symbol.
5211
- * @format double
5212
- */
5213
- maxResolution?: number;
5214
- /** If set true style will not be rendered. */
5215
- disabled?: boolean;
5216
- }
5217
4305
  /**
5218
4306
  * SubTaskSettingsDto.
5219
4307
  */
@@ -5291,56 +4379,6 @@ export interface SubTasksDto {
5291
4379
  /** Results. */
5292
4380
  results?: Record<string, any>;
5293
4381
  }
5294
- /**
5295
- * Provides properties overrides svg attributes.
5296
- */
5297
- export interface SvgParameterDc {
5298
- /**
5299
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
5300
- * as an object with a "type" parameter specified.
5301
- */
5302
- fillColor?: ParameterDcColor;
5303
- /**
5304
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
5305
- * as an object with a "type" parameter specified.
5306
- */
5307
- strokeColor?: ParameterDcColor;
5308
- /**
5309
- * Number parameter of a symbol. The parameter can be represented as a simple number, or
5310
- * as an object with a "type" parameter specified.
5311
- */
5312
- strokeWidth?: ParameterDcDouble;
5313
- /** Id of the svg element. */
5314
- id?: string;
5315
- /** Element type. */
5316
- type?: string;
5317
- }
5318
- /**
5319
- * Svg point symbol.
5320
- */
5321
- export declare type SvgPointSymbolDc = SymbolDc & {
5322
- type?: string | null;
5323
- data?: ParameterDcString;
5324
- background?: SvgParameterDc;
5325
- figure?: SvgParameterDc;
5326
- size?: ParameterDcDouble;
5327
- offset?: ParameterDcDouble[] | null;
5328
- angle?: ParameterDcDouble;
5329
- };
5330
- /**
5331
- * Svg symbol settings.
5332
- */
5333
- export declare type SvgSymbolDc = SymbolDc & {
5334
- type?: string | null;
5335
- id?: string | null;
5336
- data?: string | null;
5337
- size?: ParameterDcDouble;
5338
- fillColor?: ParameterDcColor;
5339
- strokeColor?: ParameterDcColor;
5340
- strokeWidth?: ParameterDcDouble;
5341
- offset?: ParameterDcDouble[] | null;
5342
- angle?: ParameterDcDouble;
5343
- };
5344
4382
  /**
5345
4383
  * Symbol category data contract.
5346
4384
  */
@@ -5358,15 +4396,6 @@ export interface SymbolCategoryInfoDc {
5358
4396
  */
5359
4397
  parentId?: number;
5360
4398
  }
5361
- /**
5362
- * Feature symbol.
5363
- */
5364
- export interface SymbolDc {
5365
- /** Type of the symbol. */
5366
- type?: string;
5367
- /** If set true symbol will not be rendered. */
5368
- disabled?: boolean;
5369
- }
5370
4399
  /**
5371
4400
  * Symbols.
5372
4401
  */
@@ -5881,54 +4910,12 @@ export interface TestConnectionInfoDc {
5881
4910
  /** Message. */
5882
4911
  message?: string;
5883
4912
  }
5884
- /**
5885
- * Sets the horizontal alignment of text.
5886
-
5887
- right
5888
-
5889
- left
5890
-
5891
- center
5892
-
5893
- justified
5894
- */
5895
- export declare enum TextAlignment {
5896
- Right = "right",
5897
- Left = "left",
5898
- Center = "center",
5899
- Justified = "justified"
5900
- }
5901
- export interface TextBackgroundDc {
5902
- /** Defines the brush for the fill. */
5903
- fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc;
5904
- /** Defines the brush for the stroke. */
5905
- stroke?: DashedBrushDc | SolidStrokeBrushDc;
5906
- offset?: number[];
5907
- /** @format float */
5908
- rounding?: number;
5909
- }
5910
- /**
5911
- * Sets the vertical alignment of text.
5912
-
5913
- top
5914
-
5915
- bottom
5916
-
5917
- middle
5918
- */
5919
- export declare enum TextVerticalAlignment {
5920
- Top = "top",
5921
- Bottom = "bottom",
5922
- Middle = "middle"
5923
- }
5924
4913
  /**
5925
4914
  * Service info for a tile catalog layer service.
5926
4915
  */
5927
4916
  export interface TileCatalogServiceInfoDc {
5928
4917
  /** Information about the layer attributes and their configuration. */
5929
4918
  layerDefinition: LayerDefinitionDc;
5930
- /** Feature layer rendering style. */
5931
- style?: StyleDc;
5932
4919
  /** Tile info structure. */
5933
4920
  tileInfo: TileInfoDc;
5934
4921
  /** Copyright text. */
@@ -5977,7 +4964,7 @@ export interface TileCatalogServiceInfoDc {
5977
4964
  /** The category of the service. */
5978
4965
  categories?: string[];
5979
4966
  /** Configuration of the service. */
5980
- configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
4967
+ configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
5981
4968
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
5982
4969
  name: string;
5983
4970
  /** Resource alias. */
@@ -6109,16 +5096,6 @@ export interface TokenResponseDc {
6109
5096
  /** Refresh token. */
6110
5097
  refresh_token?: string;
6111
5098
  }
6112
- export declare type TrackSymbolBaseDc = SymbolDc & {
6113
- groupAttribute?: string | null;
6114
- sourceAttribute?: string | null;
6115
- maxSelectionSize?: number;
6116
- };
6117
- export declare type TracksSymbolDc = TrackSymbolBaseDc & {
6118
- type?: string | null;
6119
- pointSymbol?: CirclePointSymbolDc;
6120
- lineSymbol?: PolylineSymbolDc;
6121
- };
6122
5099
  /**
6123
5100
  * Feature object definition for updating.
6124
5101
  */
@@ -6960,14 +5937,6 @@ export interface IncreaseResourcesLimitParams {
6960
5937
  /** Request justification. */
6961
5938
  Justification?: string;
6962
5939
  }
6963
- export interface MoreSymbolsParams {
6964
- /** Request. */
6965
- Request?: string;
6966
- /** Request additional information. */
6967
- Additional?: string;
6968
- /** Request justification. */
6969
- Justification?: string;
6970
- }
6971
5940
  export interface FeedbackPayload {
6972
5941
  /** Attachments. */
6973
5942
  Attachments?: File[];
@@ -7056,11 +6025,6 @@ export interface GetExternalPbfFeaturesParams {
7056
6025
  url?: string;
7057
6026
  /** PBF layer name. */
7058
6027
  layerName?: string;
7059
- /**
7060
- * Output geometry srid.
7061
- * @format int32
7062
- */
7063
- srId?: number;
7064
6028
  /**
7065
6029
  * Features count have to skip.
7066
6030
  * @format int32
@@ -7506,7 +6470,7 @@ export interface GetProjectsListParams {
7506
6470
  /** Filter layers by set of tags. */
7507
6471
  tags?: string[];
7508
6472
  }
7509
- export interface DeleteResourcesParams5 {
6473
+ export interface DeleteResourcesParams1 {
7510
6474
  /** Resource names. */
7511
6475
  names?: string[];
7512
6476
  }
@@ -7725,7 +6689,7 @@ export interface GetTableListParams {
7725
6689
  /** All available permissions list. */
7726
6690
  acl?: string;
7727
6691
  }
7728
- export interface DeleteResourcesParams8 {
6692
+ export interface DeleteResourcesParams5 {
7729
6693
  /** Resource names. */
7730
6694
  names?: string[];
7731
6695
  }
@@ -7840,7 +6804,7 @@ export interface GetPublicCapabilitiesParams {
7840
6804
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7841
6805
  AcceptFormats?: string[];
7842
6806
  }
7843
- export interface GetCapabilitiesParams5 {
6807
+ export interface GetCapabilitiesParams7 {
7844
6808
  /** Output format of service metadata. */
7845
6809
  Format?: string;
7846
6810
  /** Must be WMS. */
@@ -8075,4 +7039,3 @@ export interface ProcessRequestParams {
8075
7039
  */
8076
7040
  tileCol?: number;
8077
7041
  }
8078
- export {};