@evergis/api 4.0.18 → 4.0.19

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.
@@ -116,47 +116,47 @@ export interface AggregationDataResultDc {
116
116
  }
117
117
  /**
118
118
  *
119
-
119
+
120
120
  None
121
-
121
+
122
122
  Array
123
-
123
+
124
124
  Min
125
-
125
+
126
126
  Max
127
-
127
+
128
128
  Avg
129
-
129
+
130
130
  Sum
131
-
131
+
132
132
  Extent
133
-
133
+
134
134
  H3
135
-
135
+
136
136
  Count
137
-
137
+
138
138
  TotalCount
139
-
139
+
140
140
  DistinctCount
141
-
141
+
142
142
  First
143
-
143
+
144
144
  Last
145
-
145
+
146
146
  Median
147
-
147
+
148
148
  Mod
149
-
149
+
150
150
  StdDeviation
151
-
151
+
152
152
  SumOfProduct
153
-
153
+
154
154
  OnlyValue
155
-
155
+
156
156
  WeightedAvg
157
-
157
+
158
158
  DensityIndicators
159
-
159
+
160
160
  DividedSum
161
161
  */
162
162
  export declare enum AggregationFunction {
@@ -613,13 +613,13 @@ export interface AttributeIconDc {
613
613
  }
614
614
  /**
615
615
  *
616
-
616
+
617
617
  Unknown
618
-
618
+
619
619
  Icon
620
-
620
+
621
621
  PNG
622
-
622
+
623
623
  SVG
624
624
  */
625
625
  export declare enum AttributeIconType {
@@ -630,13 +630,13 @@ export declare enum AttributeIconType {
630
630
  }
631
631
  /**
632
632
  *
633
-
633
+
634
634
  None
635
-
635
+
636
636
  SelectFromHandBook
637
-
637
+
638
638
  SelectFromRange
639
-
639
+
640
640
  ViewHandBook
641
641
  */
642
642
  export declare enum AttributeSelectorType {
@@ -647,31 +647,31 @@ export declare enum AttributeSelectorType {
647
647
  }
648
648
  /**
649
649
  *
650
-
650
+
651
651
  Unknown
652
-
652
+
653
653
  String
654
-
654
+
655
655
  Int32
656
-
656
+
657
657
  Int64
658
-
658
+
659
659
  Double
660
-
660
+
661
661
  DateTime
662
-
662
+
663
663
  Boolean
664
-
664
+
665
665
  Point
666
-
666
+
667
667
  Polyline
668
-
668
+
669
669
  MultiPolygon
670
-
670
+
671
671
  Multipoint
672
-
672
+
673
673
  H3Index
674
-
674
+
675
675
  Json
676
676
  */
677
677
  export declare enum AttributeType {
@@ -710,9 +710,9 @@ export interface AttributesConfigurationDc {
710
710
  }
711
711
  /**
712
712
  *
713
-
713
+
714
714
  authorization_code
715
-
715
+
716
716
  refresh_token
717
717
  */
718
718
  export declare enum AuthorizationGrant {
@@ -921,19 +921,19 @@ export interface CatalogResourceDc {
921
921
  }
922
922
  /**
923
923
  *
924
-
924
+
925
925
  Directory
926
-
926
+
927
927
  Map
928
-
928
+
929
929
  Layer
930
-
930
+
931
931
  Table
932
-
932
+
933
933
  File
934
-
934
+
935
935
  TaskPrototype
936
-
936
+
937
937
  DataSource
938
938
  */
939
939
  export declare enum CatalogResourceType {
@@ -978,15 +978,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
978
978
  };
979
979
  /**
980
980
  * Describes classification methods.
981
-
981
+
982
982
  none
983
-
983
+
984
984
  naturalBreaks
985
-
985
+
986
986
  equalInterval
987
-
987
+
988
988
  quantile
989
-
989
+
990
990
  unique
991
991
  */
992
992
  export declare enum ClassificationType {
@@ -998,11 +998,11 @@ export declare enum ClassificationType {
998
998
  }
999
999
  /**
1000
1000
  *
1001
-
1001
+
1002
1002
  decimal
1003
-
1003
+
1004
1004
  dateTime
1005
-
1005
+
1006
1006
  text
1007
1007
  */
1008
1008
  export declare enum ClassifyAttributeType {
@@ -1138,55 +1138,55 @@ export interface ConfigDc {
1138
1138
  }
1139
1139
  /**
1140
1140
  *
1141
-
1141
+
1142
1142
  Unknown
1143
-
1143
+
1144
1144
  SerializeError
1145
-
1145
+
1146
1146
  InvalidDataService
1147
-
1147
+
1148
1148
  InvalidConfiguration
1149
-
1149
+
1150
1150
  InvalidDataServiceName
1151
-
1151
+
1152
1152
  InvalidTableName
1153
-
1153
+
1154
1154
  InvalidLayerName
1155
-
1155
+
1156
1156
  ResourceNotFound
1157
-
1157
+
1158
1158
  InvalidCondition
1159
-
1159
+
1160
1160
  InvalidAttributes
1161
-
1161
+
1162
1162
  InvalidIdAttribute
1163
-
1163
+
1164
1164
  InvalidGeometryAttribute
1165
-
1165
+
1166
1166
  InvalidGeometryAttributeType
1167
-
1167
+
1168
1168
  InvalidColumnName
1169
-
1169
+
1170
1170
  InvalidIdColumnSettings
1171
-
1171
+
1172
1172
  ColumnNotExistsInTable
1173
-
1173
+
1174
1174
  InvalidStyle
1175
-
1175
+
1176
1176
  InvalidLayerType
1177
-
1177
+
1178
1178
  ColumnLoadingError
1179
-
1179
+
1180
1180
  InvalidAttributeFormat
1181
-
1181
+
1182
1182
  DataSourceNotFound
1183
-
1183
+
1184
1184
  DuplicateColumns
1185
-
1185
+
1186
1186
  DuplicateAttributes
1187
-
1187
+
1188
1188
  TableWithoutColumns
1189
-
1189
+
1190
1190
  InvalidTableReferenceConfiguration
1191
1191
  */
1192
1192
  export declare enum ConfigurationErrorEnum {
@@ -1504,13 +1504,13 @@ export interface DataSourceInfoDc {
1504
1504
  }
1505
1505
  /**
1506
1506
  *
1507
-
1507
+
1508
1508
  Postgres
1509
-
1509
+
1510
1510
  Trino
1511
-
1511
+
1512
1512
  S3
1513
-
1513
+
1514
1514
  GisServer
1515
1515
  */
1516
1516
  export declare enum DataSourceType {
@@ -1641,15 +1641,15 @@ export interface ErrorDetailsDc {
1641
1641
  }
1642
1642
  /**
1643
1643
  * Type of the error.
1644
-
1644
+
1645
1645
  ResourceLimitExceeded
1646
-
1646
+
1647
1647
  ResourceNotFound
1648
-
1648
+
1649
1649
  InternalError
1650
-
1650
+
1651
1651
  BadRequest
1652
-
1652
+
1653
1653
  DuplicateContent
1654
1654
  */
1655
1655
  export declare enum ErrorDetailsType {
@@ -2193,11 +2193,11 @@ export interface FilterResponseDc {
2193
2193
  }
2194
2194
  /**
2195
2195
  * Sets whether font should be styled.
2196
-
2196
+
2197
2197
  normal
2198
-
2198
+
2199
2199
  oblique
2200
-
2200
+
2201
2201
  italic
2202
2202
  */
2203
2203
  export declare enum FontStyle {
@@ -2207,27 +2207,27 @@ export declare enum FontStyle {
2207
2207
  }
2208
2208
  /**
2209
2209
  * Specifies the weight (or boldness) of the font.
2210
-
2210
+
2211
2211
  Thin
2212
-
2212
+
2213
2213
  ExtraLight
2214
-
2214
+
2215
2215
  Light
2216
-
2216
+
2217
2217
  SemiLight
2218
-
2218
+
2219
2219
  Normal
2220
-
2220
+
2221
2221
  Medium
2222
-
2222
+
2223
2223
  DemiBold
2224
-
2224
+
2225
2225
  Bold
2226
-
2226
+
2227
2227
  ExtraBold
2228
-
2228
+
2229
2229
  Black
2230
-
2230
+
2231
2231
  ExtraBlack
2232
2232
  */
2233
2233
  export declare enum FontWeight {
@@ -2318,17 +2318,17 @@ export interface GeometryDc {
2318
2318
  }
2319
2319
  /**
2320
2320
  *
2321
-
2321
+
2322
2322
  unknown
2323
-
2323
+
2324
2324
  point
2325
-
2325
+
2326
2326
  polyline
2327
-
2327
+
2328
2328
  multipolygon
2329
-
2329
+
2330
2330
  envelope
2331
-
2331
+
2332
2332
  multipoint
2333
2333
  */
2334
2334
  export declare enum GeometryType {
@@ -2568,13 +2568,13 @@ export declare type GridElementDc = ModelElementDc & {
2568
2568
  };
2569
2569
  /**
2570
2570
  * Resource group.
2571
-
2571
+
2572
2572
  my
2573
-
2573
+
2574
2574
  role
2575
-
2575
+
2576
2576
  public
2577
-
2577
+
2578
2578
  all
2579
2579
  */
2580
2580
  export declare enum Group {
@@ -2930,13 +2930,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2930
2930
  };
2931
2931
  /**
2932
2932
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2933
-
2933
+
2934
2934
  Flat
2935
-
2935
+
2936
2936
  Square
2937
-
2937
+
2938
2938
  Round
2939
-
2939
+
2940
2940
  Triangle
2941
2941
  */
2942
2942
  export declare enum LineCapStyle {
@@ -2980,29 +2980,29 @@ export interface LineEndingBaseDc {
2980
2980
  }
2981
2981
  /**
2982
2982
  * Type of the line ending.
2983
-
2983
+
2984
2984
  none
2985
-
2985
+
2986
2986
  arrow
2987
-
2987
+
2988
2988
  filledArrow
2989
-
2989
+
2990
2990
  square
2991
-
2991
+
2992
2992
  filledSquare
2993
-
2993
+
2994
2994
  circle
2995
-
2995
+
2996
2996
  filledCircle
2997
-
2997
+
2998
2998
  diamond
2999
-
2999
+
3000
3000
  filledDiamond
3001
-
3001
+
3002
3002
  roundSquare
3003
-
3003
+
3004
3004
  filledRoundSquare
3005
-
3005
+
3006
3006
  svg
3007
3007
  */
3008
3008
  export declare enum LineEndingType {
@@ -3021,11 +3021,11 @@ export declare enum LineEndingType {
3021
3021
  }
3022
3022
  /**
3023
3023
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3024
-
3024
+
3025
3025
  Miter
3026
-
3026
+
3027
3027
  Bevel
3028
-
3028
+
3029
3029
  Round
3030
3030
  */
3031
3031
  export declare enum LineJoinType {
@@ -3121,7 +3121,7 @@ export interface LoginResultDc {
3121
3121
  }
3122
3122
  /**
3123
3123
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3124
-
3124
+
3125
3125
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3126
3126
  */
3127
3127
  export interface MapTableInfoDc {
@@ -3238,11 +3238,11 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3238
3238
  export declare type ObjectId = object;
3239
3239
  /**
3240
3240
  * Filter exists resources by owner.
3241
-
3241
+
3242
3242
  My
3243
-
3243
+
3244
3244
  Shared
3245
-
3245
+
3246
3246
  Public
3247
3247
  */
3248
3248
  export declare enum OwnerFilter {
@@ -3459,9 +3459,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3459
3459
  };
3460
3460
  /**
3461
3461
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3462
-
3462
+
3463
3463
  xyz
3464
-
3464
+
3465
3465
  tms
3466
3466
  */
3467
3467
  export declare enum PbfSchema {
@@ -3482,19 +3482,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3482
3482
  };
3483
3483
  /**
3484
3484
  *
3485
-
3485
+
3486
3486
  none
3487
-
3487
+
3488
3488
  configure
3489
-
3489
+
3490
3490
  write
3491
-
3491
+
3492
3492
  read
3493
-
3493
+
3494
3494
  read,configure
3495
-
3495
+
3496
3496
  read,write
3497
-
3497
+
3498
3498
  read,write,configure
3499
3499
  */
3500
3500
  export declare enum Permissions {
@@ -3546,21 +3546,21 @@ export interface PolicyDc {
3546
3546
  }
3547
3547
  /**
3548
3548
  * Type of the authorization policy.
3549
-
3549
+
3550
3550
  Unknown
3551
-
3551
+
3552
3552
  CreateTable
3553
-
3553
+
3554
3554
  CreateLayer
3555
-
3555
+
3556
3556
  CreateProject
3557
-
3557
+
3558
3558
  MaxFeaturesInOneTable
3559
-
3559
+
3560
3560
  MaxObjectsToExport
3561
-
3561
+
3562
3562
  MaxUploadContentSize
3563
-
3563
+
3564
3564
  MaxEqlQueryParametersValues
3565
3565
  */
3566
3566
  export declare enum PolicyType {
@@ -3987,11 +3987,11 @@ export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc
3987
3987
  };
3988
3988
  /**
3989
3989
  * Stream quality.
3990
-
3990
+
3991
3991
  Low
3992
-
3992
+
3993
3993
  Medium
3994
-
3994
+
3995
3995
  High
3996
3996
  */
3997
3997
  export declare enum Quality {
@@ -4422,23 +4422,23 @@ export interface RegisterUserDc {
4422
4422
  }
4423
4423
  /**
4424
4424
  * RemoteTaskStatus enum.
4425
-
4425
+
4426
4426
  Init
4427
-
4427
+
4428
4428
  Process
4429
-
4429
+
4430
4430
  Completed
4431
-
4431
+
4432
4432
  Interrupted
4433
-
4433
+
4434
4434
  Error
4435
-
4435
+
4436
4436
  Timeout
4437
-
4437
+
4438
4438
  Waiting
4439
-
4439
+
4440
4440
  InQueue
4441
-
4441
+
4442
4442
  Unknown
4443
4443
  */
4444
4444
  export declare enum RemoteTaskStatus {
@@ -4658,15 +4658,15 @@ export interface ResourceParentDc {
4658
4658
  }
4659
4659
  /**
4660
4660
  * Resources types filter.
4661
-
4661
+
4662
4662
  RemoteTileService
4663
-
4663
+
4664
4664
  ProxyService
4665
-
4665
+
4666
4666
  PostgresLayerService
4667
-
4667
+
4668
4668
  QueryLayerService
4669
-
4669
+
4670
4670
  TileCatalogTable
4671
4671
  */
4672
4672
  export declare enum ResourceSubTypeFilter {
@@ -4678,21 +4678,21 @@ export declare enum ResourceSubTypeFilter {
4678
4678
  }
4679
4679
  /**
4680
4680
  *
4681
-
4681
+
4682
4682
  Unknown
4683
-
4683
+
4684
4684
  table
4685
-
4685
+
4686
4686
  layer
4687
-
4687
+
4688
4688
  project
4689
-
4689
+
4690
4690
  file
4691
-
4691
+
4692
4692
  feature
4693
-
4693
+
4694
4694
  tag
4695
-
4695
+
4696
4696
  datasource
4697
4697
  */
4698
4698
  export declare enum ResourceType {
@@ -4707,23 +4707,23 @@ export declare enum ResourceType {
4707
4707
  }
4708
4708
  /**
4709
4709
  * Resources types filter.
4710
-
4710
+
4711
4711
  Map
4712
-
4712
+
4713
4713
  Layer
4714
-
4714
+
4715
4715
  Table
4716
-
4716
+
4717
4717
  RasterCatalog
4718
-
4718
+
4719
4719
  ProxyService
4720
-
4720
+
4721
4721
  RemoteTileService
4722
-
4722
+
4723
4723
  File
4724
-
4724
+
4725
4725
  DataSource
4726
-
4726
+
4727
4727
  TaskPrototype
4728
4728
  */
4729
4729
  export declare enum ResourceTypeFilter {
@@ -4744,9 +4744,9 @@ export declare enum ResourceTypeLink {
4744
4744
  }
4745
4745
  /**
4746
4746
  *
4747
-
4747
+
4748
4748
  code
4749
-
4749
+
4750
4750
  token
4751
4751
  */
4752
4752
  export declare enum ResponseType {
@@ -5118,7 +5118,7 @@ export interface SimpleEndingDc {
5118
5118
  }
5119
5119
  /**
5120
5120
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
5121
-
5121
+
5122
5122
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
5123
5123
  stroke width and color of the symbol.
5124
5124
  */
@@ -5193,11 +5193,11 @@ export interface SimplifyInfoItemDc {
5193
5193
  }
5194
5194
  /**
5195
5195
  *
5196
-
5196
+
5197
5197
  Basic
5198
-
5198
+
5199
5199
  PreserveTopology
5200
-
5200
+
5201
5201
  VW
5202
5202
  */
5203
5203
  export declare enum SimplifyType {
@@ -5343,13 +5343,13 @@ export interface StatisticsResultObject {
5343
5343
  }
5344
5344
  /**
5345
5345
  *
5346
-
5346
+
5347
5347
  None
5348
-
5348
+
5349
5349
  Image
5350
-
5350
+
5351
5351
  PkkCode
5352
-
5352
+
5353
5353
  Attachments
5354
5354
  */
5355
5355
  export declare enum StringSubType {
@@ -5984,9 +5984,9 @@ export interface TaskResourceCreateDto {
5984
5984
  }
5985
5985
  /**
5986
5986
  * TaskPrototypeSubType.
5987
-
5987
+
5988
5988
  SpTask
5989
-
5989
+
5990
5990
  PythonTask
5991
5991
  */
5992
5992
  export declare enum TaskResourceSubType {
@@ -6115,13 +6115,13 @@ export interface TestConnectionInfoDc {
6115
6115
  }
6116
6116
  /**
6117
6117
  * Sets the horizontal alignment of text.
6118
-
6118
+
6119
6119
  right
6120
-
6120
+
6121
6121
  left
6122
-
6122
+
6123
6123
  center
6124
-
6124
+
6125
6125
  justified
6126
6126
  */
6127
6127
  export declare enum TextAlignment {
@@ -6141,11 +6141,11 @@ export interface TextBackgroundDc {
6141
6141
  }
6142
6142
  /**
6143
6143
  * Sets the vertical alignment of text.
6144
-
6144
+
6145
6145
  top
6146
-
6146
+
6147
6147
  bottom
6148
-
6148
+
6149
6149
  middle
6150
6150
  */
6151
6151
  export declare enum TextVerticalAlignment {
@@ -6565,11 +6565,11 @@ export declare type WmsDataSourceDc = DataSourceDc & {
6565
6565
  };
6566
6566
  /**
6567
6567
  *
6568
-
6568
+
6569
6569
  Task
6570
-
6570
+
6571
6571
  Rest
6572
-
6572
+
6573
6573
  Both
6574
6574
  */
6575
6575
  export declare enum WorkerMethodType {
@@ -6642,49 +6642,49 @@ export interface WorkerSettingsFieldDc {
6642
6642
  }
6643
6643
  /**
6644
6644
  *
6645
-
6645
+
6646
6646
  Int32
6647
-
6647
+
6648
6648
  Int64
6649
-
6649
+
6650
6650
  Double
6651
-
6651
+
6652
6652
  String
6653
-
6653
+
6654
6654
  Boolean
6655
-
6655
+
6656
6656
  DateTime
6657
-
6657
+
6658
6658
  Point
6659
-
6659
+
6660
6660
  Geometry
6661
-
6661
+
6662
6662
  Polyline
6663
-
6663
+
6664
6664
  MultiPolygon
6665
-
6665
+
6666
6666
  Polygon
6667
-
6667
+
6668
6668
  Multipoint
6669
-
6669
+
6670
6670
  IntergerArray
6671
-
6671
+
6672
6672
  DoubleArray
6673
-
6673
+
6674
6674
  StringArray
6675
-
6675
+
6676
6676
  SourceEql
6677
-
6677
+
6678
6678
  Layer
6679
-
6679
+
6680
6680
  Table
6681
-
6681
+
6682
6682
  Folder
6683
-
6683
+
6684
6684
  Json
6685
-
6685
+
6686
6686
  Attribute
6687
-
6687
+
6688
6688
  AttributeArray
6689
6689
  */
6690
6690
  export declare enum WorkerSettingsFieldType {