@evergis/api 3.0.163 → 3.0.164

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.
@@ -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 {
@@ -582,13 +582,13 @@ export interface AttributeFormatDefinitionDc {
582
582
  }
583
583
  /**
584
584
  * Attribute selector type.
585
-
585
+
586
586
  None
587
-
587
+
588
588
  SelectFromHandBook
589
-
589
+
590
590
  SelectFromRange
591
-
591
+
592
592
  ViewHandBook
593
593
  */
594
594
  export declare enum AttributeSelectorType {
@@ -599,31 +599,31 @@ export declare enum AttributeSelectorType {
599
599
  }
600
600
  /**
601
601
  * Types of the attributes that are supported by the system.
602
-
602
+
603
603
  Unknown
604
-
604
+
605
605
  String
606
-
606
+
607
607
  Int32
608
-
608
+
609
609
  Int64
610
-
610
+
611
611
  Double
612
-
612
+
613
613
  DateTime
614
-
614
+
615
615
  Boolean
616
-
616
+
617
617
  Point
618
-
618
+
619
619
  Polyline
620
-
620
+
621
621
  MultiPolygon
622
-
622
+
623
623
  Multipoint
624
-
624
+
625
625
  H3Index
626
-
626
+
627
627
  Json
628
628
  */
629
629
  export declare enum AttributeType {
@@ -844,15 +844,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
844
844
  };
845
845
  /**
846
846
  * Describes classification methods.
847
-
847
+
848
848
  none
849
-
849
+
850
850
  naturalBreaks
851
-
851
+
852
852
  equalInterval
853
-
853
+
854
854
  quantile
855
-
855
+
856
856
  unique
857
857
  */
858
858
  export declare enum ClassificationType {
@@ -864,11 +864,11 @@ export declare enum ClassificationType {
864
864
  }
865
865
  /**
866
866
  *
867
-
867
+
868
868
  decimal
869
-
869
+
870
870
  dateTime
871
-
871
+
872
872
  text
873
873
  */
874
874
  export declare enum ClassifyAttributeType {
@@ -1149,55 +1149,55 @@ export interface ConfigDc {
1149
1149
  }
1150
1150
  /**
1151
1151
  * Types of errors that can occur during layer initialize.
1152
-
1152
+
1153
1153
  Unknown
1154
-
1154
+
1155
1155
  SerializeError
1156
-
1156
+
1157
1157
  InvalidDataService
1158
-
1158
+
1159
1159
  InvalidConfiguration
1160
-
1160
+
1161
1161
  InvalidDataServiceName
1162
-
1162
+
1163
1163
  InvalidTableName
1164
-
1164
+
1165
1165
  InvalidLayerName
1166
-
1166
+
1167
1167
  ResourceNotFound
1168
-
1168
+
1169
1169
  InvalidCondition
1170
-
1170
+
1171
1171
  InvalidAttributes
1172
-
1172
+
1173
1173
  InvalidIdAttribute
1174
-
1174
+
1175
1175
  InvalidGeometryAttribute
1176
-
1176
+
1177
1177
  InvalidGeometryAttributeType
1178
-
1178
+
1179
1179
  InvalidColumnName
1180
-
1180
+
1181
1181
  InvalidIdColumnSettings
1182
-
1182
+
1183
1183
  ColumnNotExistsInTable
1184
-
1184
+
1185
1185
  InvalidStyle
1186
-
1186
+
1187
1187
  InvalidLayerType
1188
-
1188
+
1189
1189
  ColumnLoadingError
1190
-
1190
+
1191
1191
  InvalidAttributeFormat
1192
-
1192
+
1193
1193
  DataSourceNotFound
1194
-
1194
+
1195
1195
  DuplicateColumns
1196
-
1196
+
1197
1197
  DuplicateAttributes
1198
-
1198
+
1199
1199
  TableWithoutColumns
1200
-
1200
+
1201
1201
  InvalidTableReferenceConfiguration
1202
1202
  */
1203
1203
  export declare enum ConfigurationErrorEnum {
@@ -1519,15 +1519,15 @@ export interface ErrorDetailsDc {
1519
1519
  }
1520
1520
  /**
1521
1521
  * Type of the error.
1522
-
1522
+
1523
1523
  ResourceLimitExceeded
1524
-
1524
+
1525
1525
  ResourceNotFound
1526
-
1526
+
1527
1527
  InternalError
1528
-
1528
+
1529
1529
  BadRequest
1530
-
1530
+
1531
1531
  DuplicateContent
1532
1532
  */
1533
1533
  export declare enum ErrorDetailsType {
@@ -2022,9 +2022,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
2022
2022
  };
2023
2023
  /**
2024
2024
  * Type of the feature.
2025
-
2025
+
2026
2026
  Unknown
2027
-
2027
+
2028
2028
  GeometricFeature
2029
2029
  */
2030
2030
  export declare enum FeatureType {
@@ -2151,11 +2151,11 @@ export interface FilterDc {
2151
2151
  }
2152
2152
  /**
2153
2153
  * Sets whether font should be styled.
2154
-
2154
+
2155
2155
  normal
2156
-
2156
+
2157
2157
  oblique
2158
-
2158
+
2159
2159
  italic
2160
2160
  */
2161
2161
  export declare enum FontStyle {
@@ -2165,27 +2165,27 @@ export declare enum FontStyle {
2165
2165
  }
2166
2166
  /**
2167
2167
  * Specifies the weight (or boldness) of the font.
2168
-
2168
+
2169
2169
  Thin
2170
-
2170
+
2171
2171
  ExtraLight
2172
-
2172
+
2173
2173
  Light
2174
-
2174
+
2175
2175
  SemiLight
2176
-
2176
+
2177
2177
  Normal
2178
-
2178
+
2179
2179
  Medium
2180
-
2180
+
2181
2181
  DemiBold
2182
-
2182
+
2183
2183
  Bold
2184
-
2184
+
2185
2185
  ExtraBold
2186
-
2186
+
2187
2187
  Black
2188
-
2188
+
2189
2189
  ExtraBlack
2190
2190
  */
2191
2191
  export declare enum FontWeight {
@@ -2280,17 +2280,17 @@ export interface GeometryDc {
2280
2280
  }
2281
2281
  /**
2282
2282
  *
2283
-
2283
+
2284
2284
  unknown
2285
-
2285
+
2286
2286
  point
2287
-
2287
+
2288
2288
  polyline
2289
-
2289
+
2290
2290
  multipolygon
2291
-
2291
+
2292
2292
  envelope
2293
-
2293
+
2294
2294
  multipoint
2295
2295
  */
2296
2296
  export declare enum GeometryType {
@@ -2310,13 +2310,13 @@ export declare type GridElementDc = ModelElementDc & {
2310
2310
  };
2311
2311
  /**
2312
2312
  * Resource group.
2313
-
2313
+
2314
2314
  my
2315
-
2315
+
2316
2316
  role
2317
-
2317
+
2318
2318
  public
2319
-
2319
+
2320
2320
  all
2321
2321
  */
2322
2322
  export declare enum Group {
@@ -2796,13 +2796,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2796
2796
  };
2797
2797
  /**
2798
2798
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2799
-
2799
+
2800
2800
  Flat
2801
-
2801
+
2802
2802
  Square
2803
-
2803
+
2804
2804
  Round
2805
-
2805
+
2806
2806
  Triangle
2807
2807
  */
2808
2808
  export declare enum LineCapStyle {
@@ -2846,29 +2846,29 @@ export interface LineEndingBaseDc {
2846
2846
  }
2847
2847
  /**
2848
2848
  * Type of the line ending.
2849
-
2849
+
2850
2850
  none
2851
-
2851
+
2852
2852
  arrow
2853
-
2853
+
2854
2854
  filledArrow
2855
-
2855
+
2856
2856
  square
2857
-
2857
+
2858
2858
  filledSquare
2859
-
2859
+
2860
2860
  circle
2861
-
2861
+
2862
2862
  filledCircle
2863
-
2863
+
2864
2864
  diamond
2865
-
2865
+
2866
2866
  filledDiamond
2867
-
2867
+
2868
2868
  roundSquare
2869
-
2869
+
2870
2870
  filledRoundSquare
2871
-
2871
+
2872
2872
  svg
2873
2873
  */
2874
2874
  export declare enum LineEndingType {
@@ -2887,11 +2887,11 @@ export declare enum LineEndingType {
2887
2887
  }
2888
2888
  /**
2889
2889
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
2890
-
2890
+
2891
2891
  Miter
2892
-
2892
+
2893
2893
  Bevel
2894
-
2894
+
2895
2895
  Round
2896
2896
  */
2897
2897
  export declare enum LineJoinType {
@@ -3039,15 +3039,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3039
3039
  export declare type ObjectId = object;
3040
3040
  /**
3041
3041
  *
3042
-
3042
+
3043
3043
  Unknown
3044
-
3044
+
3045
3045
  union
3046
-
3046
+
3047
3047
  intersection
3048
-
3048
+
3049
3049
  subtraction
3050
-
3050
+
3051
3051
  symDifference
3052
3052
  */
3053
3053
  export declare enum Operation {
@@ -3429,9 +3429,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3429
3429
  };
3430
3430
  /**
3431
3431
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3432
-
3432
+
3433
3433
  xyz
3434
-
3434
+
3435
3435
  tms
3436
3436
  */
3437
3437
  export declare enum PbfSchema {
@@ -3452,19 +3452,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3452
3452
  };
3453
3453
  /**
3454
3454
  * User permissions for server security objects (services, projects etc.)
3455
-
3455
+
3456
3456
  none
3457
-
3457
+
3458
3458
  configure
3459
-
3459
+
3460
3460
  write
3461
-
3461
+
3462
3462
  read
3463
-
3463
+
3464
3464
  read,configure
3465
-
3465
+
3466
3466
  read,write
3467
-
3467
+
3468
3468
  read,write,configure
3469
3469
  */
3470
3470
  export declare enum Permissions {
@@ -3522,19 +3522,19 @@ export interface PolicyDc {
3522
3522
  }
3523
3523
  /**
3524
3524
  * Type of the authorization policy.
3525
-
3525
+
3526
3526
  Unknown
3527
-
3527
+
3528
3528
  CreateTable
3529
-
3529
+
3530
3530
  CreateLayer
3531
-
3531
+
3532
3532
  CreateProject
3533
-
3533
+
3534
3534
  MaxFeaturesInOneTable
3535
-
3535
+
3536
3536
  MaxObjectsToExport
3537
-
3537
+
3538
3538
  MaxUploadContentSize
3539
3539
  */
3540
3540
  export declare enum PolicyType {
@@ -4176,17 +4176,17 @@ export interface RasterVrtFeatureSourceDc {
4176
4176
  }
4177
4177
  /**
4178
4178
  * Types of table reference.
4179
-
4179
+
4180
4180
  OneToMany
4181
-
4181
+
4182
4182
  OneToOne
4183
-
4183
+
4184
4184
  Intersect
4185
-
4185
+
4186
4186
  RightJoin
4187
-
4187
+
4188
4188
  FullJoin
4189
-
4189
+
4190
4190
  CrossJoin
4191
4191
  */
4192
4192
  export declare enum ReferenceJoinType {
@@ -4322,19 +4322,19 @@ export interface ResourceInfoDc {
4322
4322
  }
4323
4323
  /**
4324
4324
  * The `ResourceType` represents resource manager supports types.
4325
-
4325
+
4326
4326
  Unknown
4327
-
4327
+
4328
4328
  table
4329
-
4329
+
4330
4330
  layer
4331
-
4331
+
4332
4332
  project
4333
-
4333
+
4334
4334
  file
4335
-
4335
+
4336
4336
  feature
4337
-
4337
+
4338
4338
  tag
4339
4339
  */
4340
4340
  export declare enum ResourceType {
@@ -4566,21 +4566,21 @@ export interface ServerInfoDc {
4566
4566
  }
4567
4567
  /**
4568
4568
  * Status of the server task.
4569
-
4569
+
4570
4570
  None
4571
-
4571
+
4572
4572
  Scheduled
4573
-
4573
+
4574
4574
  Planning
4575
-
4575
+
4576
4576
  Executing
4577
-
4577
+
4578
4578
  Completed
4579
-
4579
+
4580
4580
  Failed
4581
-
4581
+
4582
4582
  Canceled
4583
-
4583
+
4584
4584
  Timeout
4585
4585
  */
4586
4586
  export declare enum ServerTaskStatus {
@@ -4849,10 +4849,15 @@ export interface SimpleEndingDc {
4849
4849
  * as an object with a "type" parameter specified.
4850
4850
  */
4851
4851
  color?: ParameterDcColor;
4852
+ /**
4853
+ * Size multiplier.
4854
+ * @format int32
4855
+ */
4856
+ multiplier?: number;
4852
4857
  }
4853
4858
  /**
4854
4859
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
4855
-
4860
+
4856
4861
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
4857
4862
  stroke width and color of the symbol.
4858
4863
  */
@@ -4906,11 +4911,11 @@ export interface SimplifyInfoItemDc {
4906
4911
  }
4907
4912
  /**
4908
4913
  * Simplify type.
4909
-
4914
+
4910
4915
  Basic
4911
-
4916
+
4912
4917
  PreserveTopology
4913
-
4918
+
4914
4919
  VW
4915
4920
  */
4916
4921
  export declare enum SimplifyType {
@@ -5043,17 +5048,17 @@ export declare type StepResultDc = BaseStepResultDc & {
5043
5048
  inputObjectCount?: number;
5044
5049
  errorCount?: number;
5045
5050
  outputObjectCount?: number;
5046
- resultDetails?: Record<string, number | null>;
5051
+ resultDetails?: Record<string, number>;
5047
5052
  };
5048
5053
  /**
5049
5054
  * The `StringSubType` provides information about string attribute subtype.
5050
-
5055
+
5051
5056
  None
5052
-
5057
+
5053
5058
  Image
5054
-
5059
+
5055
5060
  PkkCode
5056
-
5061
+
5057
5062
  Attachments
5058
5063
  */
5059
5064
  export declare enum StringSubType {
@@ -5278,9 +5283,9 @@ export interface TagInfoDc {
5278
5283
  }
5279
5284
  /**
5280
5285
  * Task owner group.
5281
-
5286
+
5282
5287
  my
5283
-
5288
+
5284
5289
  all
5285
5290
  */
5286
5291
  export declare enum TaskGroup {
@@ -5398,7 +5403,7 @@ export interface TaskProgressDc {
5398
5403
  * Some task batches may choose to report additional details about the execution process and result. These
5399
5404
  * details are written in the format: { "Value description": int_value }.
5400
5405
  */
5401
- resultDetails?: Record<string, number | null>;
5406
+ resultDetails?: Record<string, number>;
5402
5407
  }
5403
5408
  /**
5404
5409
  * The result of the server task execution.
@@ -5494,13 +5499,13 @@ export interface TemplateModelDc {
5494
5499
  }
5495
5500
  /**
5496
5501
  * Sets the horizontal alignment of text.
5497
-
5502
+
5498
5503
  right
5499
-
5504
+
5500
5505
  left
5501
-
5506
+
5502
5507
  center
5503
-
5508
+
5504
5509
  justified
5505
5510
  */
5506
5511
  export declare enum TextAlignment {
@@ -5520,11 +5525,11 @@ export interface TextBackgroundDc {
5520
5525
  }
5521
5526
  /**
5522
5527
  * Sets the vertical alignment of text.
5523
-
5528
+
5524
5529
  top
5525
-
5530
+
5526
5531
  bottom
5527
-
5532
+
5528
5533
  middle
5529
5534
  */
5530
5535
  export declare enum TextVerticalAlignment {
@@ -6918,7 +6923,7 @@ export interface ValidateExpressionParams {
6918
6923
  /** Layer name. */
6919
6924
  layerName: string;
6920
6925
  }
6921
- export interface GetRasterMetaParams6 {
6926
+ export interface GetRasterMetaParams4 {
6922
6927
  /**
6923
6928
  * Min value for build histogram.
6924
6929
  * @format double
@@ -7045,7 +7050,7 @@ export interface GetProjectsListParams {
7045
7050
  tags?: string[];
7046
7051
  }
7047
7052
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
7048
- export interface DeleteResourcesParams3 {
7053
+ export interface DeleteResourcesParams10 {
7049
7054
  /** Resource names. */
7050
7055
  names?: string[];
7051
7056
  }
@@ -7422,7 +7427,7 @@ export interface GetTableListParams {
7422
7427
  acl?: string;
7423
7428
  }
7424
7429
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7425
- export interface DeleteResourcesParams2 {
7430
+ export interface DeleteResourcesParams3 {
7426
7431
  /** Resource names. */
7427
7432
  names?: string[];
7428
7433
  }
@@ -7579,7 +7584,7 @@ export interface GetPublicCapabilitiesParams {
7579
7584
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7580
7585
  AcceptFormats?: string[];
7581
7586
  }
7582
- export interface GetCapabilitiesParams9 {
7587
+ export interface GetCapabilitiesParams3 {
7583
7588
  /** Output format of service metadata. */
7584
7589
  Format?: string;
7585
7590
  /** Must be WMS. */