@evergis/api 3.0.118 → 3.0.120

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.
@@ -80,45 +80,45 @@ export interface AggregationDataResultDc {
80
80
  }
81
81
  /**
82
82
  *
83
-
83
+
84
84
  None
85
-
85
+
86
86
  Array
87
-
87
+
88
88
  Min
89
-
89
+
90
90
  Max
91
-
91
+
92
92
  Avg
93
-
93
+
94
94
  Sum
95
-
95
+
96
96
  Extent
97
-
97
+
98
98
  Count
99
-
99
+
100
100
  TotalCount
101
-
101
+
102
102
  DistinctCount
103
-
103
+
104
104
  First
105
-
105
+
106
106
  Last
107
-
107
+
108
108
  Median
109
-
109
+
110
110
  Mod
111
-
111
+
112
112
  StdDeviation
113
-
113
+
114
114
  SumOfProduct
115
-
115
+
116
116
  OnlyValue
117
-
117
+
118
118
  WeightedAvg
119
-
119
+
120
120
  DensityIndicators
121
-
121
+
122
122
  DividedSum
123
123
  */
124
124
  export declare enum AggregationFunction {
@@ -208,6 +208,8 @@ export interface AttributeConfigurationDc {
208
208
  columnName?: string;
209
209
  /** Human-friendly name for the attribute. */
210
210
  alias?: string;
211
+ /** Description for the attribute. */
212
+ description?: string;
211
213
  /**
212
214
  * The `StringSubType` provides information about string attribute subtype.
213
215
  *
@@ -305,6 +307,8 @@ export interface AttributeDefinitionDc {
305
307
  type: AttributeType;
306
308
  /** Alias of the attribute. */
307
309
  alias?: string;
310
+ /** Description of the attribute. */
311
+ description?: string;
308
312
  /** If false, the attribute must have non-null value. */
309
313
  isNullable?: boolean;
310
314
  /** Whether the value of the attribute can be edited after the entry was created. */
@@ -429,27 +433,27 @@ export interface AttributeFormatDefinitionDc {
429
433
  }
430
434
  /**
431
435
  * Types of the attributes that are supported by the system.
432
-
436
+
433
437
  Unknown
434
-
438
+
435
439
  String
436
-
440
+
437
441
  Int32
438
-
442
+
439
443
  Int64
440
-
444
+
441
445
  Double
442
-
446
+
443
447
  DateTime
444
-
448
+
445
449
  Boolean
446
-
450
+
447
451
  Point
448
-
452
+
449
453
  Polyline
450
-
454
+
451
455
  Polygon
452
-
456
+
453
457
  Multipoint
454
458
  */
455
459
  export declare enum AttributeType {
@@ -613,15 +617,15 @@ export declare type CirclePointSymbolDc = SymbolDc & {
613
617
  };
614
618
  /**
615
619
  * Describes classification methods.
616
-
620
+
617
621
  none
618
-
622
+
619
623
  naturalBreaks
620
-
624
+
621
625
  equalInterval
622
-
626
+
623
627
  quantile
624
-
628
+
625
629
  unique
626
630
  */
627
631
  export declare enum ClassificationType {
@@ -633,11 +637,11 @@ export declare enum ClassificationType {
633
637
  }
634
638
  /**
635
639
  * Type of attribute.
636
-
640
+
637
641
  decimal
638
-
642
+
639
643
  dateTime
640
-
644
+
641
645
  text
642
646
  */
643
647
  export declare enum ClassifyAttributeType {
@@ -902,53 +906,53 @@ export interface ConfigDc {
902
906
  }
903
907
  /**
904
908
  * Types of errors that can occur during layer initialize.
905
-
909
+
906
910
  Unknown
907
-
911
+
908
912
  SerializeError
909
-
913
+
910
914
  InvalidDataService
911
-
915
+
912
916
  InvalidConfiguration
913
-
917
+
914
918
  InvalidDataServiceName
915
-
919
+
916
920
  InvalidTableName
917
-
921
+
918
922
  InvalidLayerName
919
-
923
+
920
924
  ResourceNotFound
921
-
925
+
922
926
  InvalidCondition
923
-
927
+
924
928
  InvalidAttributes
925
-
929
+
926
930
  InvalidIdAttribute
927
-
931
+
928
932
  InvalidGeometryAttribute
929
-
933
+
930
934
  InvalidGeometryAttributeType
931
-
935
+
932
936
  InvalidColumnName
933
-
937
+
934
938
  InvalidIdColumnSettings
935
-
939
+
936
940
  ColumnNotExistsInTable
937
-
941
+
938
942
  InvalidStyle
939
-
943
+
940
944
  InvalidLayerType
941
-
945
+
942
946
  ColumnLoadingError
943
-
947
+
944
948
  InvalidAttributeFormat
945
-
949
+
946
950
  DataSourceNotFound
947
-
951
+
948
952
  DuplicateColumns
949
-
953
+
950
954
  TableWithoutColumns
951
-
955
+
952
956
  InvalidTableReferenceConfiguration
953
957
  */
954
958
  export declare enum ConfigurationErrorEnum {
@@ -1197,15 +1201,15 @@ export interface ErrorDetailsDc {
1197
1201
  }
1198
1202
  /**
1199
1203
  * Type of the error.
1200
-
1204
+
1201
1205
  ResourceLimitExceeded
1202
-
1206
+
1203
1207
  ResourceNotFound
1204
-
1208
+
1205
1209
  InternalError
1206
-
1210
+
1207
1211
  BadRequest
1208
-
1212
+
1209
1213
  DuplicateContent
1210
1214
  */
1211
1215
  export declare enum ErrorDetailsType {
@@ -1693,9 +1697,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
1693
1697
  };
1694
1698
  /**
1695
1699
  * Type of the feature.
1696
-
1700
+
1697
1701
  Unknown
1698
-
1702
+
1699
1703
  GeometricFeature
1700
1704
  */
1701
1705
  export declare enum FeatureType {
@@ -1769,11 +1773,11 @@ export interface FilterDc {
1769
1773
  }
1770
1774
  /**
1771
1775
  * Sets whether font should be styled.
1772
-
1776
+
1773
1777
  normal
1774
-
1778
+
1775
1779
  oblique
1776
-
1780
+
1777
1781
  italic
1778
1782
  */
1779
1783
  export declare enum FontStyle {
@@ -1783,27 +1787,27 @@ export declare enum FontStyle {
1783
1787
  }
1784
1788
  /**
1785
1789
  * Specifies the weight (or boldness) of the font.
1786
-
1790
+
1787
1791
  Thin
1788
-
1792
+
1789
1793
  ExtraLight
1790
-
1794
+
1791
1795
  Light
1792
-
1796
+
1793
1797
  SemiLight
1794
-
1798
+
1795
1799
  Normal
1796
-
1800
+
1797
1801
  Medium
1798
-
1802
+
1799
1803
  DemiBold
1800
-
1804
+
1801
1805
  Bold
1802
-
1806
+
1803
1807
  ExtraBold
1804
-
1808
+
1805
1809
  Black
1806
-
1810
+
1807
1811
  ExtraBlack
1808
1812
  */
1809
1813
  export declare enum FontWeight {
@@ -1898,17 +1902,17 @@ export interface GeometryDc {
1898
1902
  }
1899
1903
  /**
1900
1904
  *
1901
-
1905
+
1902
1906
  unknown
1903
-
1907
+
1904
1908
  point
1905
-
1909
+
1906
1910
  polyline
1907
-
1911
+
1908
1912
  polygon
1909
-
1913
+
1910
1914
  envelope
1911
-
1915
+
1912
1916
  multipoint
1913
1917
  */
1914
1918
  export declare enum GeometryType {
@@ -1928,13 +1932,13 @@ export declare type GridElementDc = ModelElementDc & {
1928
1932
  };
1929
1933
  /**
1930
1934
  * Resource group.
1931
-
1935
+
1932
1936
  my
1933
-
1937
+
1934
1938
  role
1935
-
1939
+
1936
1940
  public
1937
-
1941
+
1938
1942
  all
1939
1943
  */
1940
1944
  export declare enum Group {
@@ -2387,9 +2391,9 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2387
2391
  /**
2388
2392
  * The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
2389
2393
  of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
2390
-
2394
+
2391
2395
  small
2392
-
2396
+
2393
2397
  large
2394
2398
  */
2395
2399
  export declare enum LineEndingSize {
@@ -2398,19 +2402,19 @@ export declare enum LineEndingSize {
2398
2402
  }
2399
2403
  /**
2400
2404
  * Type of the line ending.
2401
-
2405
+
2402
2406
  none
2403
-
2407
+
2404
2408
  arrow
2405
-
2409
+
2406
2410
  filledArrow
2407
-
2411
+
2408
2412
  square
2409
-
2413
+
2410
2414
  filledSquare
2411
-
2415
+
2412
2416
  circle
2413
-
2417
+
2414
2418
  filledCircle
2415
2419
  */
2416
2420
  export declare enum LineEndingType {
@@ -2550,15 +2554,15 @@ export interface NamespaceInfoDc {
2550
2554
  export declare type ObjectId = object;
2551
2555
  /**
2552
2556
  *
2553
-
2557
+
2554
2558
  Unknown
2555
-
2559
+
2556
2560
  union
2557
-
2561
+
2558
2562
  intersection
2559
-
2563
+
2560
2564
  subtraction
2561
-
2565
+
2562
2566
  symDifference
2563
2567
  */
2564
2568
  export declare enum Operation {
@@ -2850,19 +2854,19 @@ export declare type PatternBrushDc = FillBrushDc & {
2850
2854
  };
2851
2855
  /**
2852
2856
  * User permissions for server security objects (services, projects etc.)
2853
-
2857
+
2854
2858
  none
2855
-
2859
+
2856
2860
  configure
2857
-
2861
+
2858
2862
  write
2859
-
2863
+
2860
2864
  read
2861
-
2865
+
2862
2866
  read,configure
2863
-
2867
+
2864
2868
  read,write
2865
-
2869
+
2866
2870
  read,write,configure
2867
2871
  */
2868
2872
  export declare enum Permissions {
@@ -2920,19 +2924,19 @@ export interface PolicyDc {
2920
2924
  }
2921
2925
  /**
2922
2926
  * Type of the authorization policy.
2923
-
2927
+
2924
2928
  Unknown
2925
-
2929
+
2926
2930
  CreateTable
2927
-
2931
+
2928
2932
  CreateLayer
2929
-
2933
+
2930
2934
  CreateProject
2931
-
2935
+
2932
2936
  MaxFeaturesInOneTable
2933
-
2937
+
2934
2938
  MaxObjectsToExport
2935
-
2939
+
2936
2940
  MaxUploadContentSize
2937
2941
  */
2938
2942
  export declare enum PolicyType {
@@ -3290,11 +3294,11 @@ export interface Rectangle2 {
3290
3294
  }
3291
3295
  /**
3292
3296
  * Types of table reference.
3293
-
3297
+
3294
3298
  OneToMany
3295
-
3299
+
3296
3300
  OneToOne
3297
-
3301
+
3298
3302
  Intersect
3299
3303
  */
3300
3304
  export declare enum ReferenceJoinType {
@@ -3422,19 +3426,19 @@ export interface ResourceInfoDc {
3422
3426
  }
3423
3427
  /**
3424
3428
  * The `ResourceType` represents resource manager supports types.
3425
-
3429
+
3426
3430
  Unknown
3427
-
3431
+
3428
3432
  table
3429
-
3433
+
3430
3434
  layer
3431
-
3435
+
3432
3436
  project
3433
-
3437
+
3434
3438
  file
3435
-
3439
+
3436
3440
  feature
3437
-
3441
+
3438
3442
  tag
3439
3443
  */
3440
3444
  export declare enum ResourceType {
@@ -3602,21 +3606,21 @@ export interface ServerInfoDc {
3602
3606
  }
3603
3607
  /**
3604
3608
  * Status of the server task.
3605
-
3609
+
3606
3610
  None
3607
-
3611
+
3608
3612
  Scheduled
3609
-
3613
+
3610
3614
  Planning
3611
-
3615
+
3612
3616
  Executing
3613
-
3617
+
3614
3618
  Completed
3615
-
3619
+
3616
3620
  Failed
3617
-
3621
+
3618
3622
  Canceled
3619
-
3623
+
3620
3624
  Timeout
3621
3625
  */
3622
3626
  export declare enum ServerTaskStatus {
@@ -3958,11 +3962,11 @@ export declare type StepResultDc = BaseStepResultDc & {
3958
3962
  };
3959
3963
  /**
3960
3964
  * The `StringSubType` provides information about string attribute subtype.
3961
-
3965
+
3962
3966
  None
3963
-
3967
+
3964
3968
  Image
3965
-
3969
+
3966
3970
  PkkCode
3967
3971
  */
3968
3972
  export declare enum StringSubType {
@@ -4128,9 +4132,9 @@ export interface TagInfoDc {
4128
4132
  }
4129
4133
  /**
4130
4134
  * Task owner group.
4131
-
4135
+
4132
4136
  my
4133
-
4137
+
4134
4138
  all
4135
4139
  */
4136
4140
  export declare enum TaskGroup {
@@ -4344,13 +4348,13 @@ export interface TemplateModelDc {
4344
4348
  }
4345
4349
  /**
4346
4350
  * Sets the horizontal alignment of text.
4347
-
4351
+
4348
4352
  right
4349
-
4353
+
4350
4354
  left
4351
-
4355
+
4352
4356
  center
4353
-
4357
+
4354
4358
  justified
4355
4359
  */
4356
4360
  export declare enum TextAlignment {
@@ -4370,11 +4374,11 @@ export interface TextBackgroundDc {
4370
4374
  }
4371
4375
  /**
4372
4376
  * Sets the vertical alignment of text.
4373
-
4377
+
4374
4378
  top
4375
-
4379
+
4376
4380
  bottom
4377
-
4381
+
4378
4382
  middle
4379
4383
  */
4380
4384
  export declare enum TextVerticalAlignment {
@@ -5221,6 +5225,8 @@ export interface GetFeaturesParams {
5221
5225
  * in descending order.
5222
5226
  */
5223
5227
  sort?: string[];
5228
+ /** Comma separated list of features ids. */
5229
+ ids?: string[];
5224
5230
  /** If set to true, the geometry will not be returned for features. */
5225
5231
  withGeom?: boolean;
5226
5232
  /** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
@@ -5675,7 +5681,7 @@ export interface GetProjectsListParams {
5675
5681
  tags?: string[];
5676
5682
  }
5677
5683
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
5678
- export interface DeleteResourcesParams4 {
5684
+ export interface DeleteResourcesParams5 {
5679
5685
  /** Resource names. */
5680
5686
  names?: string[];
5681
5687
  }
@@ -5911,7 +5917,7 @@ export interface StatisticsDbParams {
5911
5917
  */
5912
5918
  types?: AggregationFunction[];
5913
5919
  }
5914
- export interface ClassifyParams7 {
5920
+ export interface ClassifyParams4 {
5915
5921
  /** Layer name. */
5916
5922
  name?: string;
5917
5923
  /** Attribute name. */
@@ -6006,6 +6012,10 @@ export interface GetTableListParams {
6006
6012
  acl?: string;
6007
6013
  }
6008
6014
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
6015
+ export interface DeleteResourcesParams6 {
6016
+ /** Resource names. */
6017
+ names?: string[];
6018
+ }
6009
6019
  export interface GetTablesInfoParams {
6010
6020
  /** Table names. */
6011
6021
  tableNames?: string[];
@@ -6135,7 +6145,7 @@ export interface GetPublicCapabilitiesParams {
6135
6145
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
6136
6146
  AcceptFormats?: string[];
6137
6147
  }
6138
- export interface GetCapabilitiesParams10 {
6148
+ export interface GetCapabilitiesParams8 {
6139
6149
  /** Output format of service metadata. */
6140
6150
  Format?: string;
6141
6151
  /** Must be WMS. */