@evergis/api 4.0.20 → 4.0.21

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,19 +978,19 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
978
978
  };
979
979
  /**
980
980
  *
981
-
981
+
982
982
  none
983
-
983
+
984
984
  naturalBreaks
985
-
985
+
986
986
  equalInterval
987
-
987
+
988
988
  quantile
989
-
989
+
990
990
  distinct
991
-
991
+
992
992
  step
993
-
993
+
994
994
  unique
995
995
  */
996
996
  export declare enum ClassificationType {
@@ -1004,11 +1004,11 @@ export declare enum ClassificationType {
1004
1004
  }
1005
1005
  /**
1006
1006
  *
1007
-
1007
+
1008
1008
  decimal
1009
-
1009
+
1010
1010
  dateTime
1011
-
1011
+
1012
1012
  text
1013
1013
  */
1014
1014
  export declare enum ClassifyAttributeType {
@@ -1144,55 +1144,55 @@ export interface ConfigDc {
1144
1144
  }
1145
1145
  /**
1146
1146
  *
1147
-
1147
+
1148
1148
  Unknown
1149
-
1149
+
1150
1150
  SerializeError
1151
-
1151
+
1152
1152
  InvalidDataService
1153
-
1153
+
1154
1154
  InvalidConfiguration
1155
-
1155
+
1156
1156
  InvalidDataServiceName
1157
-
1157
+
1158
1158
  InvalidTableName
1159
-
1159
+
1160
1160
  InvalidLayerName
1161
-
1161
+
1162
1162
  ResourceNotFound
1163
-
1163
+
1164
1164
  InvalidCondition
1165
-
1165
+
1166
1166
  InvalidAttributes
1167
-
1167
+
1168
1168
  InvalidIdAttribute
1169
-
1169
+
1170
1170
  InvalidGeometryAttribute
1171
-
1171
+
1172
1172
  InvalidGeometryAttributeType
1173
-
1173
+
1174
1174
  InvalidColumnName
1175
-
1175
+
1176
1176
  InvalidIdColumnSettings
1177
-
1177
+
1178
1178
  ColumnNotExistsInTable
1179
-
1179
+
1180
1180
  InvalidStyle
1181
-
1181
+
1182
1182
  InvalidLayerType
1183
-
1183
+
1184
1184
  ColumnLoadingError
1185
-
1185
+
1186
1186
  InvalidAttributeFormat
1187
-
1187
+
1188
1188
  DataSourceNotFound
1189
-
1189
+
1190
1190
  DuplicateColumns
1191
-
1191
+
1192
1192
  DuplicateAttributes
1193
-
1193
+
1194
1194
  TableWithoutColumns
1195
-
1195
+
1196
1196
  InvalidTableReferenceConfiguration
1197
1197
  */
1198
1198
  export declare enum ConfigurationErrorEnum {
@@ -1510,13 +1510,13 @@ export interface DataSourceInfoDc {
1510
1510
  }
1511
1511
  /**
1512
1512
  *
1513
-
1513
+
1514
1514
  Postgres
1515
-
1515
+
1516
1516
  Trino
1517
-
1517
+
1518
1518
  S3
1519
-
1519
+
1520
1520
  GisServer
1521
1521
  */
1522
1522
  export declare enum DataSourceType {
@@ -1647,15 +1647,15 @@ export interface ErrorDetailsDc {
1647
1647
  }
1648
1648
  /**
1649
1649
  * Type of the error.
1650
-
1650
+
1651
1651
  ResourceLimitExceeded
1652
-
1652
+
1653
1653
  ResourceNotFound
1654
-
1654
+
1655
1655
  InternalError
1656
-
1656
+
1657
1657
  BadRequest
1658
-
1658
+
1659
1659
  DuplicateContent
1660
1660
  */
1661
1661
  export declare enum ErrorDetailsType {
@@ -2199,11 +2199,11 @@ export interface FilterResponseDc {
2199
2199
  }
2200
2200
  /**
2201
2201
  * Sets whether font should be styled.
2202
-
2202
+
2203
2203
  normal
2204
-
2204
+
2205
2205
  oblique
2206
-
2206
+
2207
2207
  italic
2208
2208
  */
2209
2209
  export declare enum FontStyle {
@@ -2213,27 +2213,27 @@ export declare enum FontStyle {
2213
2213
  }
2214
2214
  /**
2215
2215
  * Specifies the weight (or boldness) of the font.
2216
-
2216
+
2217
2217
  Thin
2218
-
2218
+
2219
2219
  ExtraLight
2220
-
2220
+
2221
2221
  Light
2222
-
2222
+
2223
2223
  SemiLight
2224
-
2224
+
2225
2225
  Normal
2226
-
2226
+
2227
2227
  Medium
2228
-
2228
+
2229
2229
  DemiBold
2230
-
2230
+
2231
2231
  Bold
2232
-
2232
+
2233
2233
  ExtraBold
2234
-
2234
+
2235
2235
  Black
2236
-
2236
+
2237
2237
  ExtraBlack
2238
2238
  */
2239
2239
  export declare enum FontWeight {
@@ -2324,17 +2324,17 @@ export interface GeometryDc {
2324
2324
  }
2325
2325
  /**
2326
2326
  *
2327
-
2327
+
2328
2328
  unknown
2329
-
2329
+
2330
2330
  point
2331
-
2331
+
2332
2332
  polyline
2333
-
2333
+
2334
2334
  multipolygon
2335
-
2335
+
2336
2336
  envelope
2337
-
2337
+
2338
2338
  multipoint
2339
2339
  */
2340
2340
  export declare enum GeometryType {
@@ -2578,13 +2578,13 @@ export declare type GridElementDc = ModelElementDc & {
2578
2578
  };
2579
2579
  /**
2580
2580
  * Resource group.
2581
-
2581
+
2582
2582
  my
2583
-
2583
+
2584
2584
  role
2585
-
2585
+
2586
2586
  public
2587
-
2587
+
2588
2588
  all
2589
2589
  */
2590
2590
  export declare enum Group {
@@ -2943,13 +2943,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2943
2943
  };
2944
2944
  /**
2945
2945
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2946
-
2946
+
2947
2947
  Flat
2948
-
2948
+
2949
2949
  Square
2950
-
2950
+
2951
2951
  Round
2952
-
2952
+
2953
2953
  Triangle
2954
2954
  */
2955
2955
  export declare enum LineCapStyle {
@@ -2993,29 +2993,29 @@ export interface LineEndingBaseDc {
2993
2993
  }
2994
2994
  /**
2995
2995
  * Type of the line ending.
2996
-
2996
+
2997
2997
  none
2998
-
2998
+
2999
2999
  arrow
3000
-
3000
+
3001
3001
  filledArrow
3002
-
3002
+
3003
3003
  square
3004
-
3004
+
3005
3005
  filledSquare
3006
-
3006
+
3007
3007
  circle
3008
-
3008
+
3009
3009
  filledCircle
3010
-
3010
+
3011
3011
  diamond
3012
-
3012
+
3013
3013
  filledDiamond
3014
-
3014
+
3015
3015
  roundSquare
3016
-
3016
+
3017
3017
  filledRoundSquare
3018
-
3018
+
3019
3019
  svg
3020
3020
  */
3021
3021
  export declare enum LineEndingType {
@@ -3034,11 +3034,11 @@ export declare enum LineEndingType {
3034
3034
  }
3035
3035
  /**
3036
3036
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3037
-
3037
+
3038
3038
  Miter
3039
-
3039
+
3040
3040
  Bevel
3041
-
3041
+
3042
3042
  Round
3043
3043
  */
3044
3044
  export declare enum LineJoinType {
@@ -3134,7 +3134,7 @@ export interface LoginResultDc {
3134
3134
  }
3135
3135
  /**
3136
3136
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3137
-
3137
+
3138
3138
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3139
3139
  */
3140
3140
  export interface MapTableInfoDc {
@@ -3263,11 +3263,11 @@ export interface OperationExtendedProjectInfoDcV2 {
3263
3263
  }
3264
3264
  /**
3265
3265
  * Filter exists resources by owner.
3266
-
3266
+
3267
3267
  My
3268
-
3268
+
3269
3269
  Shared
3270
-
3270
+
3271
3271
  Public
3272
3272
  */
3273
3273
  export declare enum OwnerFilter {
@@ -3484,9 +3484,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3484
3484
  };
3485
3485
  /**
3486
3486
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3487
-
3487
+
3488
3488
  xyz
3489
-
3489
+
3490
3490
  tms
3491
3491
  */
3492
3492
  export declare enum PbfSchema {
@@ -3507,19 +3507,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3507
3507
  };
3508
3508
  /**
3509
3509
  *
3510
-
3510
+
3511
3511
  none
3512
-
3512
+
3513
3513
  configure
3514
-
3514
+
3515
3515
  write
3516
-
3516
+
3517
3517
  read
3518
-
3518
+
3519
3519
  read,configure
3520
-
3520
+
3521
3521
  read,write
3522
-
3522
+
3523
3523
  read,write,configure
3524
3524
  */
3525
3525
  export declare enum Permissions {
@@ -3571,21 +3571,21 @@ export interface PolicyDc {
3571
3571
  }
3572
3572
  /**
3573
3573
  * Type of the authorization policy.
3574
-
3574
+
3575
3575
  Unknown
3576
-
3576
+
3577
3577
  CreateTable
3578
-
3578
+
3579
3579
  CreateLayer
3580
-
3580
+
3581
3581
  CreateProject
3582
-
3582
+
3583
3583
  MaxFeaturesInOneTable
3584
-
3584
+
3585
3585
  MaxObjectsToExport
3586
-
3586
+
3587
3587
  MaxUploadContentSize
3588
-
3588
+
3589
3589
  MaxEqlQueryParametersValues
3590
3590
  */
3591
3591
  export declare enum PolicyType {
@@ -4012,11 +4012,11 @@ export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc
4012
4012
  };
4013
4013
  /**
4014
4014
  * Stream quality.
4015
-
4015
+
4016
4016
  Low
4017
-
4017
+
4018
4018
  Medium
4019
-
4019
+
4020
4020
  High
4021
4021
  */
4022
4022
  export declare enum Quality {
@@ -4447,23 +4447,23 @@ export interface RegisterUserDc {
4447
4447
  }
4448
4448
  /**
4449
4449
  *
4450
-
4450
+
4451
4451
  Init
4452
-
4452
+
4453
4453
  Process
4454
-
4454
+
4455
4455
  Completed
4456
-
4456
+
4457
4457
  Interrupted
4458
-
4458
+
4459
4459
  Error
4460
-
4460
+
4461
4461
  Timeout
4462
-
4462
+
4463
4463
  Waiting
4464
-
4464
+
4465
4465
  InQueue
4466
-
4466
+
4467
4467
  Unknown
4468
4468
  */
4469
4469
  export declare enum RemoteTaskStatus {
@@ -4683,15 +4683,15 @@ export interface ResourceParentDc {
4683
4683
  }
4684
4684
  /**
4685
4685
  * Resources types filter.
4686
-
4686
+
4687
4687
  RemoteTileService
4688
-
4688
+
4689
4689
  ProxyService
4690
-
4690
+
4691
4691
  PostgresLayerService
4692
-
4692
+
4693
4693
  QueryLayerService
4694
-
4694
+
4695
4695
  TileCatalogTable
4696
4696
  */
4697
4697
  export declare enum ResourceSubTypeFilter {
@@ -4703,21 +4703,21 @@ export declare enum ResourceSubTypeFilter {
4703
4703
  }
4704
4704
  /**
4705
4705
  *
4706
-
4706
+
4707
4707
  Unknown
4708
-
4708
+
4709
4709
  table
4710
-
4710
+
4711
4711
  layer
4712
-
4712
+
4713
4713
  project
4714
-
4714
+
4715
4715
  file
4716
-
4716
+
4717
4717
  feature
4718
-
4718
+
4719
4719
  tag
4720
-
4720
+
4721
4721
  datasource
4722
4722
  */
4723
4723
  export declare enum ResourceType {
@@ -4732,23 +4732,23 @@ export declare enum ResourceType {
4732
4732
  }
4733
4733
  /**
4734
4734
  * Resources types filter.
4735
-
4735
+
4736
4736
  Map
4737
-
4737
+
4738
4738
  Layer
4739
-
4739
+
4740
4740
  Table
4741
-
4741
+
4742
4742
  RasterCatalog
4743
-
4743
+
4744
4744
  ProxyService
4745
-
4745
+
4746
4746
  RemoteTileService
4747
-
4747
+
4748
4748
  File
4749
-
4749
+
4750
4750
  DataSource
4751
-
4751
+
4752
4752
  TaskPrototype
4753
4753
  */
4754
4754
  export declare enum ResourceTypeFilter {
@@ -4769,9 +4769,9 @@ export declare enum ResourceTypeLink {
4769
4769
  }
4770
4770
  /**
4771
4771
  *
4772
-
4772
+
4773
4773
  code
4774
-
4774
+
4775
4775
  token
4776
4776
  */
4777
4777
  export declare enum ResponseType {
@@ -5143,7 +5143,7 @@ export interface SimpleEndingDc {
5143
5143
  }
5144
5144
  /**
5145
5145
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
5146
-
5146
+
5147
5147
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
5148
5148
  stroke width and color of the symbol.
5149
5149
  */
@@ -5218,11 +5218,11 @@ export interface SimplifyInfoItemDc {
5218
5218
  }
5219
5219
  /**
5220
5220
  *
5221
-
5221
+
5222
5222
  Basic
5223
-
5223
+
5224
5224
  PreserveTopology
5225
-
5225
+
5226
5226
  VW
5227
5227
  */
5228
5228
  export declare enum SimplifyType {
@@ -5368,13 +5368,13 @@ export interface StatisticsResultObject {
5368
5368
  }
5369
5369
  /**
5370
5370
  *
5371
-
5371
+
5372
5372
  None
5373
-
5373
+
5374
5374
  Image
5375
-
5375
+
5376
5376
  PkkCode
5377
-
5377
+
5378
5378
  Attachments
5379
5379
  */
5380
5380
  export declare enum StringSubType {
@@ -6009,9 +6009,9 @@ export interface TaskResourceCreateDto {
6009
6009
  }
6010
6010
  /**
6011
6011
  * TaskPrototypeSubType.
6012
-
6012
+
6013
6013
  SpTask
6014
-
6014
+
6015
6015
  PythonTask
6016
6016
  */
6017
6017
  export declare enum TaskResourceSubType {
@@ -6140,13 +6140,13 @@ export interface TestConnectionInfoDc {
6140
6140
  }
6141
6141
  /**
6142
6142
  * Sets the horizontal alignment of text.
6143
-
6143
+
6144
6144
  right
6145
-
6145
+
6146
6146
  left
6147
-
6147
+
6148
6148
  center
6149
-
6149
+
6150
6150
  justified
6151
6151
  */
6152
6152
  export declare enum TextAlignment {
@@ -6166,11 +6166,11 @@ export interface TextBackgroundDc {
6166
6166
  }
6167
6167
  /**
6168
6168
  * Sets the vertical alignment of text.
6169
-
6169
+
6170
6170
  top
6171
-
6171
+
6172
6172
  bottom
6173
-
6173
+
6174
6174
  middle
6175
6175
  */
6176
6176
  export declare enum TextVerticalAlignment {
@@ -6590,11 +6590,11 @@ export declare type WmsDataSourceDc = DataSourceDc & {
6590
6590
  };
6591
6591
  /**
6592
6592
  *
6593
-
6593
+
6594
6594
  Task
6595
-
6595
+
6596
6596
  Rest
6597
-
6597
+
6598
6598
  Both
6599
6599
  */
6600
6600
  export declare enum WorkerMethodType {
@@ -6667,49 +6667,49 @@ export interface WorkerSettingsFieldDc {
6667
6667
  }
6668
6668
  /**
6669
6669
  *
6670
-
6670
+
6671
6671
  Int32
6672
-
6672
+
6673
6673
  Int64
6674
-
6674
+
6675
6675
  Double
6676
-
6676
+
6677
6677
  String
6678
-
6678
+
6679
6679
  Boolean
6680
-
6680
+
6681
6681
  DateTime
6682
-
6682
+
6683
6683
  Point
6684
-
6684
+
6685
6685
  Geometry
6686
-
6686
+
6687
6687
  Polyline
6688
-
6688
+
6689
6689
  MultiPolygon
6690
-
6690
+
6691
6691
  Polygon
6692
-
6692
+
6693
6693
  Multipoint
6694
-
6694
+
6695
6695
  IntergerArray
6696
-
6696
+
6697
6697
  DoubleArray
6698
-
6698
+
6699
6699
  StringArray
6700
-
6700
+
6701
6701
  SourceEql
6702
-
6702
+
6703
6703
  Layer
6704
-
6704
+
6705
6705
  Table
6706
-
6706
+
6707
6707
  Folder
6708
-
6708
+
6709
6709
  Json
6710
-
6710
+
6711
6711
  Attribute
6712
-
6712
+
6713
6713
  AttributeArray
6714
6714
  */
6715
6715
  export declare enum WorkerSettingsFieldType {