@evergis/api 3.0.163 → 3.0.165

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 {
@@ -403,6 +403,8 @@ export interface AttributeConfigurationDc {
403
403
  clientData?: any;
404
404
  /** Id of table given attribute is referenced. */
405
405
  referenceId?: string;
406
+ /** A set of layer references. */
407
+ layerReferenceId?: string[];
406
408
  /**
407
409
  * Attribute selector type.
408
410
  *
@@ -582,13 +584,13 @@ export interface AttributeFormatDefinitionDc {
582
584
  }
583
585
  /**
584
586
  * Attribute selector type.
585
-
587
+
586
588
  None
587
-
589
+
588
590
  SelectFromHandBook
589
-
591
+
590
592
  SelectFromRange
591
-
593
+
592
594
  ViewHandBook
593
595
  */
594
596
  export declare enum AttributeSelectorType {
@@ -599,31 +601,31 @@ export declare enum AttributeSelectorType {
599
601
  }
600
602
  /**
601
603
  * Types of the attributes that are supported by the system.
602
-
604
+
603
605
  Unknown
604
-
606
+
605
607
  String
606
-
608
+
607
609
  Int32
608
-
610
+
609
611
  Int64
610
-
612
+
611
613
  Double
612
-
614
+
613
615
  DateTime
614
-
616
+
615
617
  Boolean
616
-
618
+
617
619
  Point
618
-
620
+
619
621
  Polyline
620
-
622
+
621
623
  MultiPolygon
622
-
624
+
623
625
  Multipoint
624
-
626
+
625
627
  H3Index
626
-
628
+
627
629
  Json
628
630
  */
629
631
  export declare enum AttributeType {
@@ -844,15 +846,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
844
846
  };
845
847
  /**
846
848
  * Describes classification methods.
847
-
849
+
848
850
  none
849
-
851
+
850
852
  naturalBreaks
851
-
853
+
852
854
  equalInterval
853
-
855
+
854
856
  quantile
855
-
857
+
856
858
  unique
857
859
  */
858
860
  export declare enum ClassificationType {
@@ -864,11 +866,11 @@ export declare enum ClassificationType {
864
866
  }
865
867
  /**
866
868
  *
867
-
869
+
868
870
  decimal
869
-
871
+
870
872
  dateTime
871
-
873
+
872
874
  text
873
875
  */
874
876
  export declare enum ClassifyAttributeType {
@@ -1149,55 +1151,55 @@ export interface ConfigDc {
1149
1151
  }
1150
1152
  /**
1151
1153
  * Types of errors that can occur during layer initialize.
1152
-
1154
+
1153
1155
  Unknown
1154
-
1156
+
1155
1157
  SerializeError
1156
-
1158
+
1157
1159
  InvalidDataService
1158
-
1160
+
1159
1161
  InvalidConfiguration
1160
-
1162
+
1161
1163
  InvalidDataServiceName
1162
-
1164
+
1163
1165
  InvalidTableName
1164
-
1166
+
1165
1167
  InvalidLayerName
1166
-
1168
+
1167
1169
  ResourceNotFound
1168
-
1170
+
1169
1171
  InvalidCondition
1170
-
1172
+
1171
1173
  InvalidAttributes
1172
-
1174
+
1173
1175
  InvalidIdAttribute
1174
-
1176
+
1175
1177
  InvalidGeometryAttribute
1176
-
1178
+
1177
1179
  InvalidGeometryAttributeType
1178
-
1180
+
1179
1181
  InvalidColumnName
1180
-
1182
+
1181
1183
  InvalidIdColumnSettings
1182
-
1184
+
1183
1185
  ColumnNotExistsInTable
1184
-
1186
+
1185
1187
  InvalidStyle
1186
-
1188
+
1187
1189
  InvalidLayerType
1188
-
1190
+
1189
1191
  ColumnLoadingError
1190
-
1192
+
1191
1193
  InvalidAttributeFormat
1192
-
1194
+
1193
1195
  DataSourceNotFound
1194
-
1196
+
1195
1197
  DuplicateColumns
1196
-
1198
+
1197
1199
  DuplicateAttributes
1198
-
1200
+
1199
1201
  TableWithoutColumns
1200
-
1202
+
1201
1203
  InvalidTableReferenceConfiguration
1202
1204
  */
1203
1205
  export declare enum ConfigurationErrorEnum {
@@ -1490,6 +1492,8 @@ export interface EqlRequestDc {
1490
1492
  * @format int32
1491
1493
  */
1492
1494
  limit?: number;
1495
+ /** EQL query parameters. */
1496
+ parameters?: Record<string, any>;
1493
1497
  }
1494
1498
  /**
1495
1499
  * Resource error details.
@@ -1519,15 +1523,15 @@ export interface ErrorDetailsDc {
1519
1523
  }
1520
1524
  /**
1521
1525
  * Type of the error.
1522
-
1526
+
1523
1527
  ResourceLimitExceeded
1524
-
1528
+
1525
1529
  ResourceNotFound
1526
-
1530
+
1527
1531
  InternalError
1528
-
1532
+
1529
1533
  BadRequest
1530
-
1534
+
1531
1535
  DuplicateContent
1532
1536
  */
1533
1537
  export declare enum ErrorDetailsType {
@@ -2022,9 +2026,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
2022
2026
  };
2023
2027
  /**
2024
2028
  * Type of the feature.
2025
-
2029
+
2026
2030
  Unknown
2027
-
2031
+
2028
2032
  GeometricFeature
2029
2033
  */
2030
2034
  export declare enum FeatureType {
@@ -2151,11 +2155,11 @@ export interface FilterDc {
2151
2155
  }
2152
2156
  /**
2153
2157
  * Sets whether font should be styled.
2154
-
2158
+
2155
2159
  normal
2156
-
2160
+
2157
2161
  oblique
2158
-
2162
+
2159
2163
  italic
2160
2164
  */
2161
2165
  export declare enum FontStyle {
@@ -2165,27 +2169,27 @@ export declare enum FontStyle {
2165
2169
  }
2166
2170
  /**
2167
2171
  * Specifies the weight (or boldness) of the font.
2168
-
2172
+
2169
2173
  Thin
2170
-
2174
+
2171
2175
  ExtraLight
2172
-
2176
+
2173
2177
  Light
2174
-
2178
+
2175
2179
  SemiLight
2176
-
2180
+
2177
2181
  Normal
2178
-
2182
+
2179
2183
  Medium
2180
-
2184
+
2181
2185
  DemiBold
2182
-
2186
+
2183
2187
  Bold
2184
-
2188
+
2185
2189
  ExtraBold
2186
-
2190
+
2187
2191
  Black
2188
-
2192
+
2189
2193
  ExtraBlack
2190
2194
  */
2191
2195
  export declare enum FontWeight {
@@ -2280,17 +2284,17 @@ export interface GeometryDc {
2280
2284
  }
2281
2285
  /**
2282
2286
  *
2283
-
2287
+
2284
2288
  unknown
2285
-
2289
+
2286
2290
  point
2287
-
2291
+
2288
2292
  polyline
2289
-
2293
+
2290
2294
  multipolygon
2291
-
2295
+
2292
2296
  envelope
2293
-
2297
+
2294
2298
  multipoint
2295
2299
  */
2296
2300
  export declare enum GeometryType {
@@ -2310,13 +2314,13 @@ export declare type GridElementDc = ModelElementDc & {
2310
2314
  };
2311
2315
  /**
2312
2316
  * Resource group.
2313
-
2317
+
2314
2318
  my
2315
-
2319
+
2316
2320
  role
2317
-
2321
+
2318
2322
  public
2319
-
2323
+
2320
2324
  all
2321
2325
  */
2322
2326
  export declare enum Group {
@@ -2796,13 +2800,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2796
2800
  };
2797
2801
  /**
2798
2802
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2799
-
2803
+
2800
2804
  Flat
2801
-
2805
+
2802
2806
  Square
2803
-
2807
+
2804
2808
  Round
2805
-
2809
+
2806
2810
  Triangle
2807
2811
  */
2808
2812
  export declare enum LineCapStyle {
@@ -2846,29 +2850,29 @@ export interface LineEndingBaseDc {
2846
2850
  }
2847
2851
  /**
2848
2852
  * Type of the line ending.
2849
-
2853
+
2850
2854
  none
2851
-
2855
+
2852
2856
  arrow
2853
-
2857
+
2854
2858
  filledArrow
2855
-
2859
+
2856
2860
  square
2857
-
2861
+
2858
2862
  filledSquare
2859
-
2863
+
2860
2864
  circle
2861
-
2865
+
2862
2866
  filledCircle
2863
-
2867
+
2864
2868
  diamond
2865
-
2869
+
2866
2870
  filledDiamond
2867
-
2871
+
2868
2872
  roundSquare
2869
-
2873
+
2870
2874
  filledRoundSquare
2871
-
2875
+
2872
2876
  svg
2873
2877
  */
2874
2878
  export declare enum LineEndingType {
@@ -2887,11 +2891,11 @@ export declare enum LineEndingType {
2887
2891
  }
2888
2892
  /**
2889
2893
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
2890
-
2894
+
2891
2895
  Miter
2892
-
2896
+
2893
2897
  Bevel
2894
-
2898
+
2895
2899
  Round
2896
2900
  */
2897
2901
  export declare enum LineJoinType {
@@ -3039,15 +3043,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3039
3043
  export declare type ObjectId = object;
3040
3044
  /**
3041
3045
  *
3042
-
3046
+
3043
3047
  Unknown
3044
-
3048
+
3045
3049
  union
3046
-
3050
+
3047
3051
  intersection
3048
-
3052
+
3049
3053
  subtraction
3050
-
3054
+
3051
3055
  symDifference
3052
3056
  */
3053
3057
  export declare enum Operation {
@@ -3355,6 +3359,28 @@ export interface PagedListTagInfoDc {
3355
3359
  /** The retrieved items in the list. */
3356
3360
  items?: TagInfoDc[];
3357
3361
  }
3362
+ /**
3363
+ * A list of items that is returned for filtered paged requests.
3364
+ */
3365
+ export interface PagedListTaskStatusDataDc {
3366
+ /**
3367
+ * Total number of items that the list contains, e.g. if the paging is not applied.
3368
+ * @format int64
3369
+ */
3370
+ totalCount?: number;
3371
+ /**
3372
+ * The first index of the item in the list that is returned in the Items parameter.
3373
+ * @format int32
3374
+ */
3375
+ offset?: number;
3376
+ /**
3377
+ * Maximum number of the items that the Items parameter may contain.
3378
+ * @format int32
3379
+ */
3380
+ limit?: number;
3381
+ /** The retrieved items in the list. */
3382
+ items?: TaskStatusDataDc[];
3383
+ }
3358
3384
  /**
3359
3385
  * A list of items that is returned for filtered paged requests.
3360
3386
  */
@@ -3429,9 +3455,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3429
3455
  };
3430
3456
  /**
3431
3457
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3432
-
3458
+
3433
3459
  xyz
3434
-
3460
+
3435
3461
  tms
3436
3462
  */
3437
3463
  export declare enum PbfSchema {
@@ -3452,19 +3478,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3452
3478
  };
3453
3479
  /**
3454
3480
  * User permissions for server security objects (services, projects etc.)
3455
-
3481
+
3456
3482
  none
3457
-
3483
+
3458
3484
  configure
3459
-
3485
+
3460
3486
  write
3461
-
3487
+
3462
3488
  read
3463
-
3489
+
3464
3490
  read,configure
3465
-
3491
+
3466
3492
  read,write
3467
-
3493
+
3468
3494
  read,write,configure
3469
3495
  */
3470
3496
  export declare enum Permissions {
@@ -3522,19 +3548,19 @@ export interface PolicyDc {
3522
3548
  }
3523
3549
  /**
3524
3550
  * Type of the authorization policy.
3525
-
3551
+
3526
3552
  Unknown
3527
-
3553
+
3528
3554
  CreateTable
3529
-
3555
+
3530
3556
  CreateLayer
3531
-
3557
+
3532
3558
  CreateProject
3533
-
3559
+
3534
3560
  MaxFeaturesInOneTable
3535
-
3561
+
3536
3562
  MaxObjectsToExport
3537
-
3563
+
3538
3564
  MaxUploadContentSize
3539
3565
  */
3540
3566
  export declare enum PolicyType {
@@ -4176,17 +4202,17 @@ export interface RasterVrtFeatureSourceDc {
4176
4202
  }
4177
4203
  /**
4178
4204
  * Types of table reference.
4179
-
4205
+
4180
4206
  OneToMany
4181
-
4207
+
4182
4208
  OneToOne
4183
-
4209
+
4184
4210
  Intersect
4185
-
4211
+
4186
4212
  RightJoin
4187
-
4213
+
4188
4214
  FullJoin
4189
-
4215
+
4190
4216
  CrossJoin
4191
4217
  */
4192
4218
  export declare enum ReferenceJoinType {
@@ -4322,19 +4348,19 @@ export interface ResourceInfoDc {
4322
4348
  }
4323
4349
  /**
4324
4350
  * The `ResourceType` represents resource manager supports types.
4325
-
4351
+
4326
4352
  Unknown
4327
-
4353
+
4328
4354
  table
4329
-
4355
+
4330
4356
  layer
4331
-
4357
+
4332
4358
  project
4333
-
4359
+
4334
4360
  file
4335
-
4361
+
4336
4362
  feature
4337
-
4363
+
4338
4364
  tag
4339
4365
  */
4340
4366
  export declare enum ResourceType {
@@ -4566,21 +4592,21 @@ export interface ServerInfoDc {
4566
4592
  }
4567
4593
  /**
4568
4594
  * Status of the server task.
4569
-
4595
+
4570
4596
  None
4571
-
4597
+
4572
4598
  Scheduled
4573
-
4599
+
4574
4600
  Planning
4575
-
4601
+
4576
4602
  Executing
4577
-
4603
+
4578
4604
  Completed
4579
-
4605
+
4580
4606
  Failed
4581
-
4607
+
4582
4608
  Canceled
4583
-
4609
+
4584
4610
  Timeout
4585
4611
  */
4586
4612
  export declare enum ServerTaskStatus {
@@ -4849,10 +4875,15 @@ export interface SimpleEndingDc {
4849
4875
  * as an object with a "type" parameter specified.
4850
4876
  */
4851
4877
  color?: ParameterDcColor;
4878
+ /**
4879
+ * Size multiplier.
4880
+ * @format int32
4881
+ */
4882
+ multiplier?: number;
4852
4883
  }
4853
4884
  /**
4854
4885
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
4855
-
4886
+
4856
4887
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
4857
4888
  stroke width and color of the symbol.
4858
4889
  */
@@ -4906,11 +4937,11 @@ export interface SimplifyInfoItemDc {
4906
4937
  }
4907
4938
  /**
4908
4939
  * Simplify type.
4909
-
4940
+
4910
4941
  Basic
4911
-
4942
+
4912
4943
  PreserveTopology
4913
-
4944
+
4914
4945
  VW
4915
4946
  */
4916
4947
  export declare enum SimplifyType {
@@ -5043,17 +5074,17 @@ export declare type StepResultDc = BaseStepResultDc & {
5043
5074
  inputObjectCount?: number;
5044
5075
  errorCount?: number;
5045
5076
  outputObjectCount?: number;
5046
- resultDetails?: Record<string, number | null>;
5077
+ resultDetails?: Record<string, number>;
5047
5078
  };
5048
5079
  /**
5049
5080
  * The `StringSubType` provides information about string attribute subtype.
5050
-
5081
+
5051
5082
  None
5052
-
5083
+
5053
5084
  Image
5054
-
5085
+
5055
5086
  PkkCode
5056
-
5087
+
5057
5088
  Attachments
5058
5089
  */
5059
5090
  export declare enum StringSubType {
@@ -5278,9 +5309,9 @@ export interface TagInfoDc {
5278
5309
  }
5279
5310
  /**
5280
5311
  * Task owner group.
5281
-
5312
+
5282
5313
  my
5283
-
5314
+
5284
5315
  all
5285
5316
  */
5286
5317
  export declare enum TaskGroup {
@@ -5336,6 +5367,10 @@ export interface TaskInfoDc {
5336
5367
  */
5337
5368
  completedDate?: string;
5338
5369
  }
5370
+ /**
5371
+ * The `TableListDc` class provides list of tables info SPCore.Connectors.Connectors.Base.Models.Data.TableInfoDc.
5372
+ */
5373
+ export declare type TaskListDc = PagedListTaskStatusDataDc;
5339
5374
  /**
5340
5375
  * Base class for server tasks descriptions.
5341
5376
  */
@@ -5398,7 +5433,7 @@ export interface TaskProgressDc {
5398
5433
  * Some task batches may choose to report additional details about the execution process and result. These
5399
5434
  * details are written in the format: { "Value description": int_value }.
5400
5435
  */
5401
- resultDetails?: Record<string, number | null>;
5436
+ resultDetails?: Record<string, number>;
5402
5437
  }
5403
5438
  /**
5404
5439
  * The result of the server task execution.
@@ -5494,13 +5529,13 @@ export interface TemplateModelDc {
5494
5529
  }
5495
5530
  /**
5496
5531
  * Sets the horizontal alignment of text.
5497
-
5532
+
5498
5533
  right
5499
-
5534
+
5500
5535
  left
5501
-
5536
+
5502
5537
  center
5503
-
5538
+
5504
5539
  justified
5505
5540
  */
5506
5541
  export declare enum TextAlignment {
@@ -5520,11 +5555,11 @@ export interface TextBackgroundDc {
5520
5555
  }
5521
5556
  /**
5522
5557
  * Sets the vertical alignment of text.
5523
-
5558
+
5524
5559
  top
5525
-
5560
+
5526
5561
  bottom
5527
-
5562
+
5528
5563
  middle
5529
5564
  */
5530
5565
  export declare enum TextVerticalAlignment {
@@ -6918,7 +6953,7 @@ export interface ValidateExpressionParams {
6918
6953
  /** Layer name. */
6919
6954
  layerName: string;
6920
6955
  }
6921
- export interface GetRasterMetaParams6 {
6956
+ export interface GetRasterMetaParams4 {
6922
6957
  /**
6923
6958
  * Min value for build histogram.
6924
6959
  * @format double
@@ -7045,7 +7080,7 @@ export interface GetProjectsListParams {
7045
7080
  tags?: string[];
7046
7081
  }
7047
7082
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
7048
- export interface DeleteResourcesParams3 {
7083
+ export interface DeleteResourcesParams9 {
7049
7084
  /** Resource names. */
7050
7085
  names?: string[];
7051
7086
  }
@@ -7124,6 +7159,8 @@ export interface GetTaskListParams {
7124
7159
  id?: string[];
7125
7160
  /** Filter the tasks by owners. */
7126
7161
  owners?: string[];
7162
+ /** Columns to returns. */
7163
+ columns?: string[];
7127
7164
  /**
7128
7165
  * Owner group.
7129
7166
  *
@@ -7289,7 +7326,7 @@ export interface StatisticsDbParams {
7289
7326
  */
7290
7327
  types?: AggregationFunction[];
7291
7328
  }
7292
- export interface ClassifyParams6 {
7329
+ export interface ClassifyParams2 {
7293
7330
  /** Layer name. */
7294
7331
  name?: string;
7295
7332
  /** Attribute name. */
@@ -7422,10 +7459,6 @@ export interface GetTableListParams {
7422
7459
  acl?: string;
7423
7460
  }
7424
7461
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7425
- export interface DeleteResourcesParams2 {
7426
- /** Resource names. */
7427
- names?: string[];
7428
- }
7429
7462
  export interface GetTablesInfoParams {
7430
7463
  /** Table names. */
7431
7464
  tableNames?: string[];
@@ -7579,7 +7612,7 @@ export interface GetPublicCapabilitiesParams {
7579
7612
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7580
7613
  AcceptFormats?: string[];
7581
7614
  }
7582
- export interface GetCapabilitiesParams9 {
7615
+ export interface GetCapabilitiesParams4 {
7583
7616
  /** Output format of service metadata. */
7584
7617
  Format?: string;
7585
7618
  /** Must be WMS. */