@evergis/api 3.0.136 → 3.0.138

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.
@@ -13,7 +13,7 @@ export interface AccessControlListDc {
13
13
  */
14
14
  export declare type AggregateTaskParametersDc = FeatureTaskParametersDc & {
15
15
  type?: string;
16
- geometry: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TilingTaskDataStorageDc;
16
+ geometry: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
17
17
  aggregationSettings: AggregationSettingDc[];
18
18
  };
19
19
  export declare type AggregatedClusterSymbolDc = SymbolDc & {
@@ -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 {
@@ -505,29 +505,29 @@ export interface AttributeFormatDefinitionDc {
505
505
  }
506
506
  /**
507
507
  * Types of the attributes that are supported by the system.
508
-
508
+
509
509
  Unknown
510
-
510
+
511
511
  String
512
-
512
+
513
513
  Int32
514
-
514
+
515
515
  Int64
516
-
516
+
517
517
  Double
518
-
518
+
519
519
  DateTime
520
-
520
+
521
521
  Boolean
522
-
522
+
523
523
  Point
524
-
524
+
525
525
  Polyline
526
-
526
+
527
527
  Polygon
528
-
528
+
529
529
  Multipoint
530
-
530
+
531
531
  H3Index
532
532
  */
533
533
  export declare enum AttributeType {
@@ -692,15 +692,15 @@ export declare type CirclePointSymbolDc = SymbolDc & {
692
692
  };
693
693
  /**
694
694
  * Describes classification methods.
695
-
695
+
696
696
  none
697
-
697
+
698
698
  naturalBreaks
699
-
699
+
700
700
  equalInterval
701
-
701
+
702
702
  quantile
703
-
703
+
704
704
  unique
705
705
  */
706
706
  export declare enum ClassificationType {
@@ -712,11 +712,11 @@ export declare enum ClassificationType {
712
712
  }
713
713
  /**
714
714
  * Type of attribute.
715
-
715
+
716
716
  decimal
717
-
717
+
718
718
  dateTime
719
-
719
+
720
720
  text
721
721
  */
722
722
  export declare enum ClassifyAttributeType {
@@ -756,6 +756,7 @@ export declare type ClusterSymbolDc = SymbolDc & {
756
756
  cacheTimeout?: number;
757
757
  idAttributeAlias?: string;
758
758
  countAttributeAlias?: string;
759
+ selectionObjectsLimit?: number;
759
760
  };
760
761
  /**
761
762
  * Description of a table column.
@@ -906,7 +907,7 @@ export interface CompositeServiceInfoDc {
906
907
  *
907
908
  * polyline
908
909
  *
909
- * polygon
910
+ * multipolygon
910
911
  *
911
912
  * envelope
912
913
  *
@@ -986,55 +987,55 @@ export interface ConfigDc {
986
987
  }
987
988
  /**
988
989
  * Types of errors that can occur during layer initialize.
989
-
990
+
990
991
  Unknown
991
-
992
+
992
993
  SerializeError
993
-
994
+
994
995
  InvalidDataService
995
-
996
+
996
997
  InvalidConfiguration
997
-
998
+
998
999
  InvalidDataServiceName
999
-
1000
+
1000
1001
  InvalidTableName
1001
-
1002
+
1002
1003
  InvalidLayerName
1003
-
1004
+
1004
1005
  ResourceNotFound
1005
-
1006
+
1006
1007
  InvalidCondition
1007
-
1008
+
1008
1009
  InvalidAttributes
1009
-
1010
+
1010
1011
  InvalidIdAttribute
1011
-
1012
+
1012
1013
  InvalidGeometryAttribute
1013
-
1014
+
1014
1015
  InvalidGeometryAttributeType
1015
-
1016
+
1016
1017
  InvalidColumnName
1017
-
1018
+
1018
1019
  InvalidIdColumnSettings
1019
-
1020
+
1020
1021
  ColumnNotExistsInTable
1021
-
1022
+
1022
1023
  InvalidStyle
1023
-
1024
+
1024
1025
  InvalidLayerType
1025
-
1026
+
1026
1027
  ColumnLoadingError
1027
-
1028
+
1028
1029
  InvalidAttributeFormat
1029
-
1030
+
1030
1031
  DataSourceNotFound
1031
-
1032
+
1032
1033
  DuplicateColumns
1033
-
1034
+
1034
1035
  DuplicateAttributes
1035
-
1036
+
1036
1037
  TableWithoutColumns
1037
-
1038
+
1038
1039
  InvalidTableReferenceConfiguration
1039
1040
  */
1040
1041
  export declare enum ConfigurationErrorEnum {
@@ -1279,7 +1280,7 @@ export declare type EditAttributesTaskParametersDc = TaskParametersDc & {
1279
1280
  editExpression: string;
1280
1281
  createNewAttribute?: boolean;
1281
1282
  attributeType: AttributeType;
1282
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TilingTaskDataStorageDc;
1283
+ target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
1283
1284
  };
1284
1285
  /**
1285
1286
  * Envelope geometry.
@@ -1316,15 +1317,15 @@ export interface ErrorDetailsDc {
1316
1317
  }
1317
1318
  /**
1318
1319
  * Type of the error.
1319
-
1320
+
1320
1321
  ResourceLimitExceeded
1321
-
1322
+
1322
1323
  ResourceNotFound
1323
-
1324
+
1324
1325
  InternalError
1325
-
1326
+
1326
1327
  BadRequest
1327
-
1328
+
1328
1329
  DuplicateContent
1329
1330
  */
1330
1331
  export declare enum ErrorDetailsType {
@@ -1603,7 +1604,7 @@ export interface FailedServiceInfoDc {
1603
1604
  *
1604
1605
  * polyline
1605
1606
  *
1606
- * polygon
1607
+ * multipolygon
1607
1608
  *
1608
1609
  * envelope
1609
1610
  *
@@ -1718,7 +1719,7 @@ export interface FeatureLayerServiceInfoDc {
1718
1719
  *
1719
1720
  * polyline
1720
1721
  *
1721
- * polygon
1722
+ * multipolygon
1722
1723
  *
1723
1724
  * envelope
1724
1725
  *
@@ -1813,14 +1814,14 @@ export interface FeatureSymbolDc {
1813
1814
  * Task parameters for tasks that operate on features.
1814
1815
  */
1815
1816
  export declare type FeatureTaskParametersDc = TaskParametersDc & {
1816
- source: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TilingTaskDataStorageDc;
1817
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TilingTaskDataStorageDc;
1817
+ source: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
1818
+ target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
1818
1819
  };
1819
1820
  /**
1820
1821
  * Type of the feature.
1821
-
1822
+
1822
1823
  Unknown
1823
-
1824
+
1824
1825
  GeometricFeature
1825
1826
  */
1826
1827
  export declare enum FeatureType {
@@ -1894,11 +1895,11 @@ export interface FilterDc {
1894
1895
  }
1895
1896
  /**
1896
1897
  * Sets whether font should be styled.
1897
-
1898
+
1898
1899
  normal
1899
-
1900
+
1900
1901
  oblique
1901
-
1902
+
1902
1903
  italic
1903
1904
  */
1904
1905
  export declare enum FontStyle {
@@ -1908,27 +1909,27 @@ export declare enum FontStyle {
1908
1909
  }
1909
1910
  /**
1910
1911
  * Specifies the weight (or boldness) of the font.
1911
-
1912
+
1912
1913
  Thin
1913
-
1914
+
1914
1915
  ExtraLight
1915
-
1916
+
1916
1917
  Light
1917
-
1918
+
1918
1919
  SemiLight
1919
-
1920
+
1920
1921
  Normal
1921
-
1922
+
1922
1923
  Medium
1923
-
1924
+
1924
1925
  DemiBold
1925
-
1926
+
1926
1927
  Bold
1927
-
1928
+
1928
1929
  ExtraBold
1929
-
1930
+
1930
1931
  Black
1931
-
1932
+
1932
1933
  ExtraBlack
1933
1934
  */
1934
1935
  export declare enum FontWeight {
@@ -2008,7 +2009,7 @@ export interface GeometryDc {
2008
2009
  *
2009
2010
  * polyline
2010
2011
  *
2011
- * polygon
2012
+ * multipolygon
2012
2013
  *
2013
2014
  * envelope
2014
2015
  *
@@ -2023,24 +2024,24 @@ export interface GeometryDc {
2023
2024
  }
2024
2025
  /**
2025
2026
  *
2026
-
2027
+
2027
2028
  unknown
2028
-
2029
+
2029
2030
  point
2030
-
2031
+
2031
2032
  polyline
2032
-
2033
- polygon
2034
-
2033
+
2034
+ multipolygon
2035
+
2035
2036
  envelope
2036
-
2037
+
2037
2038
  multipoint
2038
2039
  */
2039
2040
  export declare enum GeometryType {
2040
2041
  Unknown = "unknown",
2041
2042
  Point = "point",
2042
2043
  Polyline = "polyline",
2043
- Polygon = "polygon",
2044
+ Polygon = "multipolygon",
2044
2045
  Envelope = "envelope",
2045
2046
  Multipoint = "multipoint"
2046
2047
  }
@@ -2053,13 +2054,13 @@ export declare type GridElementDc = ModelElementDc & {
2053
2054
  };
2054
2055
  /**
2055
2056
  * Resource group.
2056
-
2057
+
2057
2058
  my
2058
-
2059
+
2059
2060
  role
2060
-
2061
+
2061
2062
  public
2062
-
2063
+
2063
2064
  all
2064
2065
  */
2065
2066
  export declare enum Group {
@@ -2120,8 +2121,8 @@ export interface IDatum {
2120
2121
  datum?: IDatum;
2121
2122
  }
2122
2123
  export interface IEnvelopeGeometry {
2123
- start?: IVector;
2124
- end?: IVector;
2124
+ start?: Vector2;
2125
+ end?: Vector2;
2125
2126
  /** @format double */
2126
2127
  width?: number;
2127
2128
  /** @format double */
@@ -2136,7 +2137,7 @@ export interface IEnvelopeGeometry {
2136
2137
  *
2137
2138
  * polyline
2138
2139
  *
2139
- * polygon
2140
+ * multipolygon
2140
2141
  *
2141
2142
  * envelope
2142
2143
  *
@@ -2166,6 +2167,14 @@ export interface ILineEndingDc {
2166
2167
  */
2167
2168
  type?: LineEndingType;
2168
2169
  }
2170
+ export interface IRectangle {
2171
+ /** @format double */
2172
+ width?: number;
2173
+ /** @format double */
2174
+ height?: number;
2175
+ center?: IVector;
2176
+ halfSize?: IVector;
2177
+ }
2169
2178
  /**
2170
2179
  * Configuration of an SP service.
2171
2180
  */
@@ -2183,7 +2192,10 @@ export interface ISpatialReference {
2183
2192
  dimensions?: number;
2184
2193
  datum?: IDatum;
2185
2194
  }
2186
- export declare type IVector = object;
2195
+ export interface IVector {
2196
+ /** @format int32 */
2197
+ dimensions?: number;
2198
+ }
2187
2199
  /**
2188
2200
  * Attributes provides by router to describe route.
2189
2201
  */
@@ -2371,7 +2383,7 @@ export interface LayerDefinitionDc {
2371
2383
  *
2372
2384
  * polyline
2373
2385
  *
2374
- * polygon
2386
+ * multipolygon
2375
2387
  *
2376
2388
  * envelope
2377
2389
  *
@@ -2526,9 +2538,9 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2526
2538
  /**
2527
2539
  * The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
2528
2540
  of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
2529
-
2541
+
2530
2542
  small
2531
-
2543
+
2532
2544
  large
2533
2545
  */
2534
2546
  export declare enum LineEndingSize {
@@ -2537,19 +2549,19 @@ export declare enum LineEndingSize {
2537
2549
  }
2538
2550
  /**
2539
2551
  * Type of the line ending.
2540
-
2552
+
2541
2553
  none
2542
-
2554
+
2543
2555
  arrow
2544
-
2556
+
2545
2557
  filledArrow
2546
-
2558
+
2547
2559
  square
2548
-
2560
+
2549
2561
  filledSquare
2550
-
2562
+
2551
2563
  circle
2552
-
2564
+
2553
2565
  filledCircle
2554
2566
  */
2555
2567
  export declare enum LineEndingType {
@@ -2689,15 +2701,15 @@ export interface NamespaceInfoDc {
2689
2701
  export declare type ObjectId = object;
2690
2702
  /**
2691
2703
  *
2692
-
2704
+
2693
2705
  Unknown
2694
-
2706
+
2695
2707
  union
2696
-
2708
+
2697
2709
  intersection
2698
-
2710
+
2699
2711
  subtraction
2700
-
2712
+
2701
2713
  symDifference
2702
2714
  */
2703
2715
  export declare enum Operation {
@@ -3033,19 +3045,19 @@ export declare type PatternBrushDc = FillBrushDc & {
3033
3045
  };
3034
3046
  /**
3035
3047
  * User permissions for server security objects (services, projects etc.)
3036
-
3048
+
3037
3049
  none
3038
-
3050
+
3039
3051
  configure
3040
-
3052
+
3041
3053
  write
3042
-
3054
+
3043
3055
  read
3044
-
3056
+
3045
3057
  read,configure
3046
-
3058
+
3047
3059
  read,write
3048
-
3060
+
3049
3061
  read,write,configure
3050
3062
  */
3051
3063
  export declare enum Permissions {
@@ -3103,19 +3115,19 @@ export interface PolicyDc {
3103
3115
  }
3104
3116
  /**
3105
3117
  * Type of the authorization policy.
3106
-
3118
+
3107
3119
  Unknown
3108
-
3120
+
3109
3121
  CreateTable
3110
-
3122
+
3111
3123
  CreateLayer
3112
-
3124
+
3113
3125
  CreateProject
3114
-
3126
+
3115
3127
  MaxFeaturesInOneTable
3116
-
3128
+
3117
3129
  MaxObjectsToExport
3118
-
3130
+
3119
3131
  MaxUploadContentSize
3120
3132
  */
3121
3133
  export declare enum PolicyType {
@@ -3210,6 +3222,7 @@ export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBa
3210
3222
  condition?: string;
3211
3223
  featuresLimit?: number;
3212
3224
  extentOffset?: number;
3225
+ simplify?: SimplifyInfoDc;
3213
3226
  };
3214
3227
  /**
3215
3228
  * Configuration of a postgres tile catalog service.
@@ -3343,7 +3356,12 @@ export declare type ProxyServiceConfigurationDc = ServiceConfigurationBaseDc & {
3343
3356
  sourceUrl: string;
3344
3357
  minResolution?: number;
3345
3358
  maxResolution?: number;
3346
- layers: string[];
3359
+ layers?: string[];
3360
+ styles?: Record<string, {
3361
+ point?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3362
+ polyline?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3363
+ polygon?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3364
+ }>;
3347
3365
  };
3348
3366
  /**
3349
3367
  * Service info for a Proxy service.
@@ -3387,7 +3405,7 @@ export interface ProxyServiceInfoDc {
3387
3405
  *
3388
3406
  * polyline
3389
3407
  *
3390
- * polygon
3408
+ * multipolygon
3391
3409
  *
3392
3410
  * envelope
3393
3411
  *
@@ -3456,29 +3474,13 @@ export declare type RasterSymbolDc = SymbolDc & {
3456
3474
  type?: string;
3457
3475
  opacity?: CalculatedParameterDc;
3458
3476
  };
3459
- export interface Rectangle2 {
3460
- /** @format double */
3461
- x1?: number;
3462
- /** @format double */
3463
- y1?: number;
3464
- /** @format double */
3465
- x2?: number;
3466
- /** @format double */
3467
- y2?: number;
3468
- /** @format double */
3469
- width?: number;
3470
- /** @format double */
3471
- height?: number;
3472
- center?: IVector;
3473
- halfSize?: IVector;
3474
- }
3475
3477
  /**
3476
3478
  * Types of table reference.
3477
-
3479
+
3478
3480
  OneToMany
3479
-
3481
+
3480
3482
  OneToOne
3481
-
3483
+
3482
3484
  Intersect
3483
3485
  */
3484
3486
  export declare enum ReferenceJoinType {
@@ -3611,19 +3613,19 @@ export interface ResourceInfoDc {
3611
3613
  }
3612
3614
  /**
3613
3615
  * The `ResourceType` represents resource manager supports types.
3614
-
3616
+
3615
3617
  Unknown
3616
-
3618
+
3617
3619
  table
3618
-
3620
+
3619
3621
  layer
3620
-
3622
+
3621
3623
  project
3622
-
3624
+
3623
3625
  file
3624
-
3626
+
3625
3627
  feature
3626
-
3628
+
3627
3629
  tag
3628
3630
  */
3629
3631
  export declare enum ResourceType {
@@ -3791,21 +3793,21 @@ export interface ServerInfoDc {
3791
3793
  }
3792
3794
  /**
3793
3795
  * Status of the server task.
3794
-
3796
+
3795
3797
  None
3796
-
3798
+
3797
3799
  Scheduled
3798
-
3800
+
3799
3801
  Planning
3800
-
3802
+
3801
3803
  Executing
3802
-
3804
+
3803
3805
  Completed
3804
-
3806
+
3805
3807
  Failed
3806
-
3808
+
3807
3809
  Canceled
3808
-
3810
+
3809
3811
  Timeout
3810
3812
  */
3811
3813
  export declare enum ServerTaskStatus {
@@ -3997,7 +3999,7 @@ export interface ServiceListItemDc {
3997
3999
  *
3998
4000
  * polyline
3999
4001
  *
4000
- * polygon
4002
+ * multipolygon
4001
4003
  *
4002
4004
  * envelope
4003
4005
  *
@@ -4034,16 +4036,43 @@ export declare type SimplePolylineSymbolDc = SymbolDc & {
4034
4036
  beginningSize?: LineEndingSize;
4035
4037
  endingSize?: LineEndingSize;
4036
4038
  };
4039
+ /**
4040
+ * Simplify configuration information.
4041
+ */
4042
+ export interface SimplifyInfoDc {
4043
+ /**
4044
+ * Simplify type.
4045
+ *
4046
+ * Basic
4047
+ *
4048
+ * PreserveTopology
4049
+ *
4050
+ * VW
4051
+ */
4052
+ simplifyType?: SimplifyType;
4053
+ /**
4054
+ * Tolerance.
4055
+ * @format float
4056
+ */
4057
+ simplifyTolerance?: number;
4058
+ /** The "preserve collapsed" flag will retain objects that would otherwise be too small given the tolerance. */
4059
+ simplifyPreserveCollapsed?: boolean;
4060
+ /** Snap grid cell size by scale. */
4061
+ snapCellSizes?: Record<string, number | null>;
4062
+ }
4037
4063
  /**
4038
4064
  * Simplify type.
4039
-
4065
+
4040
4066
  Basic
4041
-
4067
+
4042
4068
  PreserveTopology
4069
+
4070
+ VW
4043
4071
  */
4044
4072
  export declare enum SimplifyType {
4045
4073
  Basic = "Basic",
4046
- PreserveTopology = "PreserveTopology"
4074
+ PreserveTopology = "PreserveTopology",
4075
+ VW = "VW"
4047
4076
  }
4048
4077
  /**
4049
4078
  * User social network information.
@@ -4163,11 +4192,11 @@ export declare type StepResultDc = BaseStepResultDc & {
4163
4192
  };
4164
4193
  /**
4165
4194
  * The `StringSubType` provides information about string attribute subtype.
4166
-
4195
+
4167
4196
  None
4168
-
4197
+
4169
4198
  Image
4170
-
4199
+
4171
4200
  PkkCode
4172
4201
  */
4173
4202
  export declare enum StringSubType {
@@ -4312,6 +4341,12 @@ export interface SymbolInfoDc {
4312
4341
  */
4313
4342
  categoryId?: number;
4314
4343
  }
4344
+ /**
4345
+ * Description of the temp file as a task data storage.
4346
+ */
4347
+ export declare type TabStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
4348
+ type?: string;
4349
+ };
4315
4350
  /**
4316
4351
  * Common fields for table configurations.
4317
4352
  */
@@ -4379,9 +4414,9 @@ export interface TagInfoDc {
4379
4414
  }
4380
4415
  /**
4381
4416
  * Task owner group.
4382
-
4417
+
4383
4418
  my
4384
-
4419
+
4385
4420
  all
4386
4421
  */
4387
4422
  export declare enum TaskGroup {
@@ -4595,13 +4630,13 @@ export interface TemplateModelDc {
4595
4630
  }
4596
4631
  /**
4597
4632
  * Sets the horizontal alignment of text.
4598
-
4633
+
4599
4634
  right
4600
-
4635
+
4601
4636
  left
4602
-
4637
+
4603
4638
  center
4604
-
4639
+
4605
4640
  justified
4606
4641
  */
4607
4642
  export declare enum TextAlignment {
@@ -4621,11 +4656,11 @@ export interface TextBackgroundDc {
4621
4656
  }
4622
4657
  /**
4623
4658
  * Sets the vertical alignment of text.
4624
-
4659
+
4625
4660
  top
4626
-
4661
+
4627
4662
  bottom
4628
-
4663
+
4629
4664
  middle
4630
4665
  */
4631
4666
  export declare enum TextVerticalAlignment {
@@ -4673,7 +4708,7 @@ export interface TileCatalogServiceInfoDc {
4673
4708
  *
4674
4709
  * polyline
4675
4710
  *
4676
- * polygon
4711
+ * multipolygon
4677
4712
  *
4678
4713
  * envelope
4679
4714
  *
@@ -4746,7 +4781,7 @@ export declare type TileCatalogTableConfigurationDc = TableConfigurationBaseDc &
4746
4781
  */
4747
4782
  export interface TileInfo {
4748
4783
  origin?: IVector;
4749
- boundingRectangle?: Rectangle2;
4784
+ boundingRectangle?: IRectangle;
4750
4785
  /**
4751
4786
  * If set to true, the origin point will be considered to be the bottom left corner and increasing tile indexes increase
4752
4787
  * the value of the Y coordinate. If false, the origin point is top left corner, and increasing tile indexes decrease
@@ -4850,7 +4885,7 @@ export interface TileServiceInfoDc {
4850
4885
  *
4851
4886
  * polyline
4852
4887
  *
4853
- * polygon
4888
+ * multipolygon
4854
4889
  *
4855
4890
  * envelope
4856
4891
  *
@@ -5039,7 +5074,7 @@ export interface UpdateUserDc {
5039
5074
  * Upload raster task parameters data contract.
5040
5075
  */
5041
5076
  export declare type UploadRasterTaskParametersDc = TaskParametersDc & {
5042
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TilingTaskDataStorageDc;
5077
+ target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
5043
5078
  files: string[];
5044
5079
  attributes?: Record<string, any>;
5045
5080
  maxZoomLevel: number;
@@ -5320,6 +5355,10 @@ export interface RemoveConfigurationParams {
5320
5355
  /** URL path. */
5321
5356
  urlPath: string;
5322
5357
  }
5358
+ export interface GetQueryResultParams {
5359
+ /** EQL string. */
5360
+ eql?: string;
5361
+ }
5323
5362
  export interface IncreaseResourcesLimitParams {
5324
5363
  /**
5325
5364
  * Additional maps count.
@@ -5433,6 +5472,10 @@ export interface GetExternalWmsLayersParams {
5433
5472
  /** WMS service url. */
5434
5473
  url?: string;
5435
5474
  }
5475
+ export interface GetExternalPbfLayersParams {
5476
+ /** PBF service url. */
5477
+ url?: string;
5478
+ }
5436
5479
  export interface GetExternalArcGisLayersParams {
5437
5480
  /** ArcGis map service url. */
5438
5481
  url?: string;
@@ -5645,21 +5688,6 @@ export interface GetLayerImageParams {
5645
5688
  extentSr?: number;
5646
5689
  /** Condition to apply to the layer to filter the features. */
5647
5690
  condition?: string;
5648
- /**
5649
- * Simplify type.
5650
- *
5651
- * Basic
5652
- *
5653
- * PreserveTopology
5654
- */
5655
- SimplifyType?: SimplifyType;
5656
- /**
5657
- * Tolerance.
5658
- * @format float
5659
- */
5660
- SimplifyTolerance?: number;
5661
- /** The "preserve collapsed" flag will retain objects that would otherwise be too small given the tolerance. */
5662
- SimplifyPreserveCollapsed?: boolean;
5663
5691
  /**
5664
5692
  * Opacity to apply to the layer image.
5665
5693
  * @format float
@@ -5999,7 +6027,7 @@ export interface GetProjectsListParams {
5999
6027
  tags?: string[];
6000
6028
  }
6001
6029
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
6002
- export interface DeleteResourcesParams9 {
6030
+ export interface DeleteResourcesParams6 {
6003
6031
  /** Resource names. */
6004
6032
  names?: string[];
6005
6033
  }
@@ -6237,7 +6265,7 @@ export interface StatisticsDbParams {
6237
6265
  */
6238
6266
  types?: AggregationFunction[];
6239
6267
  }
6240
- export interface ClassifyParams5 {
6268
+ export interface ClassifyParams4 {
6241
6269
  /** Layer name. */
6242
6270
  name?: string;
6243
6271
  /** Attribute name. */
@@ -6361,10 +6389,6 @@ export interface GetTableListParams {
6361
6389
  acl?: string;
6362
6390
  }
6363
6391
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
6364
- export interface DeleteResourcesParams6 {
6365
- /** Resource names. */
6366
- names?: string[];
6367
- }
6368
6392
  export interface GetTablesInfoParams {
6369
6393
  /** Table names. */
6370
6394
  tableNames?: string[];
@@ -6450,12 +6474,16 @@ export interface GetVectorTileParams {
6450
6474
  condition?: string;
6451
6475
  /** True if name is project name, otherwise false. */
6452
6476
  isProject?: boolean;
6477
+ /** True if compress GZIP result pbf tile. */
6478
+ compress?: boolean;
6453
6479
  /**
6454
6480
  * Simplify type.
6455
6481
  *
6456
6482
  * Basic
6457
6483
  *
6458
6484
  * PreserveTopology
6485
+ *
6486
+ * VW
6459
6487
  */
6460
6488
  SimplifyType?: SimplifyType;
6461
6489
  /**
@@ -6465,6 +6493,8 @@ export interface GetVectorTileParams {
6465
6493
  SimplifyTolerance?: number;
6466
6494
  /** The "preserve collapsed" flag will retain objects that would otherwise be too small given the tolerance. */
6467
6495
  SimplifyPreserveCollapsed?: boolean;
6496
+ /** Snap grid cell size by scale. */
6497
+ SnapCellSizes?: Record<string, number | null>;
6468
6498
  /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
6469
6499
  dataFilterId?: string;
6470
6500
  /** Project or layer name. */
@@ -6515,7 +6545,7 @@ export interface GetPublicCapabilitiesParams {
6515
6545
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
6516
6546
  AcceptFormats?: string[];
6517
6547
  }
6518
- export interface GetCapabilitiesParams8 {
6548
+ export interface GetCapabilitiesParams1 {
6519
6549
  /** Output format of service metadata. */
6520
6550
  Format?: string;
6521
6551
  /** Must be WMS. */
@@ -6540,8 +6570,10 @@ export interface GetMapParams {
6540
6570
  'BoundingBox.Width'?: number;
6541
6571
  /** @format double */
6542
6572
  'BoundingBox.Height'?: number;
6543
- 'BoundingBox.Center'?: IVector;
6544
- 'BoundingBox.HalfSize'?: IVector;
6573
+ /** @format int32 */
6574
+ 'BoundingBox.Center.Dimensions'?: number;
6575
+ /** @format int32 */
6576
+ 'BoundingBox.HalfSize.Dimensions'?: number;
6545
6577
  /**
6546
6578
  * Width in pixels of map picture.
6547
6579
  * @format int32
@@ -6607,8 +6639,10 @@ export interface GetFeatureInfoParams {
6607
6639
  'BoundingBox.Width'?: number;
6608
6640
  /** @format double */
6609
6641
  'BoundingBox.Height'?: number;
6610
- 'BoundingBox.Center'?: IVector;
6611
- 'BoundingBox.HalfSize'?: IVector;
6642
+ /** @format int32 */
6643
+ 'BoundingBox.Center.Dimensions'?: number;
6644
+ /** @format int32 */
6645
+ 'BoundingBox.HalfSize.Dimensions'?: number;
6612
6646
  /**
6613
6647
  * Width in pixels of map picture.
6614
6648
  * @format int32