@evergis/api 4.0.19 → 4.0.20

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 {
@@ -977,16 +977,20 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
977
977
  defaultColor?: ParameterDcColor;
978
978
  };
979
979
  /**
980
- * Describes classification methods.
981
-
980
+ *
981
+
982
982
  none
983
-
983
+
984
984
  naturalBreaks
985
-
985
+
986
986
  equalInterval
987
-
987
+
988
988
  quantile
989
-
989
+
990
+ distinct
991
+
992
+ step
993
+
990
994
  unique
991
995
  */
992
996
  export declare enum ClassificationType {
@@ -994,15 +998,17 @@ export declare enum ClassificationType {
994
998
  NaturalBreaks = "naturalBreaks",
995
999
  EqualInterval = "equalInterval",
996
1000
  Quantile = "quantile",
1001
+ Distinct = "distinct",
1002
+ Step = "step",
997
1003
  Unique = "unique"
998
1004
  }
999
1005
  /**
1000
1006
  *
1001
-
1007
+
1002
1008
  decimal
1003
-
1009
+
1004
1010
  dateTime
1005
-
1011
+
1006
1012
  text
1007
1013
  */
1008
1014
  export declare enum ClassifyAttributeType {
@@ -1138,55 +1144,55 @@ export interface ConfigDc {
1138
1144
  }
1139
1145
  /**
1140
1146
  *
1141
-
1147
+
1142
1148
  Unknown
1143
-
1149
+
1144
1150
  SerializeError
1145
-
1151
+
1146
1152
  InvalidDataService
1147
-
1153
+
1148
1154
  InvalidConfiguration
1149
-
1155
+
1150
1156
  InvalidDataServiceName
1151
-
1157
+
1152
1158
  InvalidTableName
1153
-
1159
+
1154
1160
  InvalidLayerName
1155
-
1161
+
1156
1162
  ResourceNotFound
1157
-
1163
+
1158
1164
  InvalidCondition
1159
-
1165
+
1160
1166
  InvalidAttributes
1161
-
1167
+
1162
1168
  InvalidIdAttribute
1163
-
1169
+
1164
1170
  InvalidGeometryAttribute
1165
-
1171
+
1166
1172
  InvalidGeometryAttributeType
1167
-
1173
+
1168
1174
  InvalidColumnName
1169
-
1175
+
1170
1176
  InvalidIdColumnSettings
1171
-
1177
+
1172
1178
  ColumnNotExistsInTable
1173
-
1179
+
1174
1180
  InvalidStyle
1175
-
1181
+
1176
1182
  InvalidLayerType
1177
-
1183
+
1178
1184
  ColumnLoadingError
1179
-
1185
+
1180
1186
  InvalidAttributeFormat
1181
-
1187
+
1182
1188
  DataSourceNotFound
1183
-
1189
+
1184
1190
  DuplicateColumns
1185
-
1191
+
1186
1192
  DuplicateAttributes
1187
-
1193
+
1188
1194
  TableWithoutColumns
1189
-
1195
+
1190
1196
  InvalidTableReferenceConfiguration
1191
1197
  */
1192
1198
  export declare enum ConfigurationErrorEnum {
@@ -1504,13 +1510,13 @@ export interface DataSourceInfoDc {
1504
1510
  }
1505
1511
  /**
1506
1512
  *
1507
-
1513
+
1508
1514
  Postgres
1509
-
1515
+
1510
1516
  Trino
1511
-
1517
+
1512
1518
  S3
1513
-
1519
+
1514
1520
  GisServer
1515
1521
  */
1516
1522
  export declare enum DataSourceType {
@@ -1641,15 +1647,15 @@ export interface ErrorDetailsDc {
1641
1647
  }
1642
1648
  /**
1643
1649
  * Type of the error.
1644
-
1650
+
1645
1651
  ResourceLimitExceeded
1646
-
1652
+
1647
1653
  ResourceNotFound
1648
-
1654
+
1649
1655
  InternalError
1650
-
1656
+
1651
1657
  BadRequest
1652
-
1658
+
1653
1659
  DuplicateContent
1654
1660
  */
1655
1661
  export declare enum ErrorDetailsType {
@@ -2193,11 +2199,11 @@ export interface FilterResponseDc {
2193
2199
  }
2194
2200
  /**
2195
2201
  * Sets whether font should be styled.
2196
-
2202
+
2197
2203
  normal
2198
-
2204
+
2199
2205
  oblique
2200
-
2206
+
2201
2207
  italic
2202
2208
  */
2203
2209
  export declare enum FontStyle {
@@ -2207,27 +2213,27 @@ export declare enum FontStyle {
2207
2213
  }
2208
2214
  /**
2209
2215
  * Specifies the weight (or boldness) of the font.
2210
-
2216
+
2211
2217
  Thin
2212
-
2218
+
2213
2219
  ExtraLight
2214
-
2220
+
2215
2221
  Light
2216
-
2222
+
2217
2223
  SemiLight
2218
-
2224
+
2219
2225
  Normal
2220
-
2226
+
2221
2227
  Medium
2222
-
2228
+
2223
2229
  DemiBold
2224
-
2230
+
2225
2231
  Bold
2226
-
2232
+
2227
2233
  ExtraBold
2228
-
2234
+
2229
2235
  Black
2230
-
2236
+
2231
2237
  ExtraBlack
2232
2238
  */
2233
2239
  export declare enum FontWeight {
@@ -2318,17 +2324,17 @@ export interface GeometryDc {
2318
2324
  }
2319
2325
  /**
2320
2326
  *
2321
-
2327
+
2322
2328
  unknown
2323
-
2329
+
2324
2330
  point
2325
-
2331
+
2326
2332
  polyline
2327
-
2333
+
2328
2334
  multipolygon
2329
-
2335
+
2330
2336
  envelope
2331
-
2337
+
2332
2338
  multipoint
2333
2339
  */
2334
2340
  export declare enum GeometryType {
@@ -2442,7 +2448,7 @@ export interface GetClassifyDc {
2442
2448
  */
2443
2449
  precision?: number;
2444
2450
  /**
2445
- * Describes classification methods.
2451
+ *
2446
2452
  *
2447
2453
  * none
2448
2454
  *
@@ -2452,6 +2458,10 @@ export interface GetClassifyDc {
2452
2458
  *
2453
2459
  * quantile
2454
2460
  *
2461
+ * distinct
2462
+ *
2463
+ * step
2464
+ *
2455
2465
  * unique
2456
2466
  */
2457
2467
  type?: ClassificationType;
@@ -2568,13 +2578,13 @@ export declare type GridElementDc = ModelElementDc & {
2568
2578
  };
2569
2579
  /**
2570
2580
  * Resource group.
2571
-
2581
+
2572
2582
  my
2573
-
2583
+
2574
2584
  role
2575
-
2585
+
2576
2586
  public
2577
-
2587
+
2578
2588
  all
2579
2589
  */
2580
2590
  export declare enum Group {
@@ -2754,6 +2764,9 @@ export declare type IsolinesLabelSymbolDc = LabelSymbolDc & {
2754
2764
  type?: string | null;
2755
2765
  placement?: ParameterDcString;
2756
2766
  };
2767
+ export interface JsonPatchDocumentExtendedProjectInfoDcV2 {
2768
+ operations?: OperationExtendedProjectInfoDcV2[];
2769
+ }
2757
2770
  /**
2758
2771
  * Base class for labels.
2759
2772
  */
@@ -2930,13 +2943,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2930
2943
  };
2931
2944
  /**
2932
2945
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2933
-
2946
+
2934
2947
  Flat
2935
-
2948
+
2936
2949
  Square
2937
-
2950
+
2938
2951
  Round
2939
-
2952
+
2940
2953
  Triangle
2941
2954
  */
2942
2955
  export declare enum LineCapStyle {
@@ -2980,29 +2993,29 @@ export interface LineEndingBaseDc {
2980
2993
  }
2981
2994
  /**
2982
2995
  * Type of the line ending.
2983
-
2996
+
2984
2997
  none
2985
-
2998
+
2986
2999
  arrow
2987
-
3000
+
2988
3001
  filledArrow
2989
-
3002
+
2990
3003
  square
2991
-
3004
+
2992
3005
  filledSquare
2993
-
3006
+
2994
3007
  circle
2995
-
3008
+
2996
3009
  filledCircle
2997
-
3010
+
2998
3011
  diamond
2999
-
3012
+
3000
3013
  filledDiamond
3001
-
3014
+
3002
3015
  roundSquare
3003
-
3016
+
3004
3017
  filledRoundSquare
3005
-
3018
+
3006
3019
  svg
3007
3020
  */
3008
3021
  export declare enum LineEndingType {
@@ -3021,11 +3034,11 @@ export declare enum LineEndingType {
3021
3034
  }
3022
3035
  /**
3023
3036
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3024
-
3037
+
3025
3038
  Miter
3026
-
3039
+
3027
3040
  Bevel
3028
-
3041
+
3029
3042
  Round
3030
3043
  */
3031
3044
  export declare enum LineJoinType {
@@ -3121,7 +3134,7 @@ export interface LoginResultDc {
3121
3134
  }
3122
3135
  /**
3123
3136
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3124
-
3137
+
3125
3138
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3126
3139
  */
3127
3140
  export interface MapTableInfoDc {
@@ -3236,13 +3249,25 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3236
3249
  type?: LineEndingType;
3237
3250
  };
3238
3251
  export declare type ObjectId = object;
3252
+ export interface Operation {
3253
+ value?: any;
3254
+ path?: string;
3255
+ op?: string;
3256
+ from?: string;
3257
+ }
3258
+ export interface OperationExtendedProjectInfoDcV2 {
3259
+ value?: any;
3260
+ path?: string;
3261
+ op?: string;
3262
+ from?: string;
3263
+ }
3239
3264
  /**
3240
3265
  * Filter exists resources by owner.
3241
-
3266
+
3242
3267
  My
3243
-
3268
+
3244
3269
  Shared
3245
-
3270
+
3246
3271
  Public
3247
3272
  */
3248
3273
  export declare enum OwnerFilter {
@@ -3459,9 +3484,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3459
3484
  };
3460
3485
  /**
3461
3486
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3462
-
3487
+
3463
3488
  xyz
3464
-
3489
+
3465
3490
  tms
3466
3491
  */
3467
3492
  export declare enum PbfSchema {
@@ -3482,19 +3507,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3482
3507
  };
3483
3508
  /**
3484
3509
  *
3485
-
3510
+
3486
3511
  none
3487
-
3512
+
3488
3513
  configure
3489
-
3514
+
3490
3515
  write
3491
-
3516
+
3492
3517
  read
3493
-
3518
+
3494
3519
  read,configure
3495
-
3520
+
3496
3521
  read,write
3497
-
3522
+
3498
3523
  read,write,configure
3499
3524
  */
3500
3525
  export declare enum Permissions {
@@ -3546,21 +3571,21 @@ export interface PolicyDc {
3546
3571
  }
3547
3572
  /**
3548
3573
  * Type of the authorization policy.
3549
-
3574
+
3550
3575
  Unknown
3551
-
3576
+
3552
3577
  CreateTable
3553
-
3578
+
3554
3579
  CreateLayer
3555
-
3580
+
3556
3581
  CreateProject
3557
-
3582
+
3558
3583
  MaxFeaturesInOneTable
3559
-
3584
+
3560
3585
  MaxObjectsToExport
3561
-
3586
+
3562
3587
  MaxUploadContentSize
3563
-
3588
+
3564
3589
  MaxEqlQueryParametersValues
3565
3590
  */
3566
3591
  export declare enum PolicyType {
@@ -3987,11 +4012,11 @@ export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc
3987
4012
  };
3988
4013
  /**
3989
4014
  * Stream quality.
3990
-
4015
+
3991
4016
  Low
3992
-
4017
+
3993
4018
  Medium
3994
-
4019
+
3995
4020
  High
3996
4021
  */
3997
4022
  export declare enum Quality {
@@ -4421,24 +4446,24 @@ export interface RegisterUserDc {
4421
4446
  password?: string;
4422
4447
  }
4423
4448
  /**
4424
- * RemoteTaskStatus enum.
4425
-
4449
+ *
4450
+
4426
4451
  Init
4427
-
4452
+
4428
4453
  Process
4429
-
4454
+
4430
4455
  Completed
4431
-
4456
+
4432
4457
  Interrupted
4433
-
4458
+
4434
4459
  Error
4435
-
4460
+
4436
4461
  Timeout
4437
-
4462
+
4438
4463
  Waiting
4439
-
4464
+
4440
4465
  InQueue
4441
-
4466
+
4442
4467
  Unknown
4443
4468
  */
4444
4469
  export declare enum RemoteTaskStatus {
@@ -4658,15 +4683,15 @@ export interface ResourceParentDc {
4658
4683
  }
4659
4684
  /**
4660
4685
  * Resources types filter.
4661
-
4686
+
4662
4687
  RemoteTileService
4663
-
4688
+
4664
4689
  ProxyService
4665
-
4690
+
4666
4691
  PostgresLayerService
4667
-
4692
+
4668
4693
  QueryLayerService
4669
-
4694
+
4670
4695
  TileCatalogTable
4671
4696
  */
4672
4697
  export declare enum ResourceSubTypeFilter {
@@ -4678,21 +4703,21 @@ export declare enum ResourceSubTypeFilter {
4678
4703
  }
4679
4704
  /**
4680
4705
  *
4681
-
4706
+
4682
4707
  Unknown
4683
-
4708
+
4684
4709
  table
4685
-
4710
+
4686
4711
  layer
4687
-
4712
+
4688
4713
  project
4689
-
4714
+
4690
4715
  file
4691
-
4716
+
4692
4717
  feature
4693
-
4718
+
4694
4719
  tag
4695
-
4720
+
4696
4721
  datasource
4697
4722
  */
4698
4723
  export declare enum ResourceType {
@@ -4707,23 +4732,23 @@ export declare enum ResourceType {
4707
4732
  }
4708
4733
  /**
4709
4734
  * Resources types filter.
4710
-
4735
+
4711
4736
  Map
4712
-
4737
+
4713
4738
  Layer
4714
-
4739
+
4715
4740
  Table
4716
-
4741
+
4717
4742
  RasterCatalog
4718
-
4743
+
4719
4744
  ProxyService
4720
-
4745
+
4721
4746
  RemoteTileService
4722
-
4747
+
4723
4748
  File
4724
-
4749
+
4725
4750
  DataSource
4726
-
4751
+
4727
4752
  TaskPrototype
4728
4753
  */
4729
4754
  export declare enum ResourceTypeFilter {
@@ -4744,9 +4769,9 @@ export declare enum ResourceTypeLink {
4744
4769
  }
4745
4770
  /**
4746
4771
  *
4747
-
4772
+
4748
4773
  code
4749
-
4774
+
4750
4775
  token
4751
4776
  */
4752
4777
  export declare enum ResponseType {
@@ -5118,7 +5143,7 @@ export interface SimpleEndingDc {
5118
5143
  }
5119
5144
  /**
5120
5145
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
5121
-
5146
+
5122
5147
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
5123
5148
  stroke width and color of the symbol.
5124
5149
  */
@@ -5193,11 +5218,11 @@ export interface SimplifyInfoItemDc {
5193
5218
  }
5194
5219
  /**
5195
5220
  *
5196
-
5221
+
5197
5222
  Basic
5198
-
5223
+
5199
5224
  PreserveTopology
5200
-
5225
+
5201
5226
  VW
5202
5227
  */
5203
5228
  export declare enum SimplifyType {
@@ -5343,13 +5368,13 @@ export interface StatisticsResultObject {
5343
5368
  }
5344
5369
  /**
5345
5370
  *
5346
-
5371
+
5347
5372
  None
5348
-
5373
+
5349
5374
  Image
5350
-
5375
+
5351
5376
  PkkCode
5352
-
5377
+
5353
5378
  Attachments
5354
5379
  */
5355
5380
  export declare enum StringSubType {
@@ -5444,7 +5469,7 @@ export interface SubTasksDto {
5444
5469
  */
5445
5470
  ended?: string;
5446
5471
  /**
5447
- * RemoteTaskStatus enum.
5472
+ *
5448
5473
  *
5449
5474
  * Init
5450
5475
  *
@@ -5698,7 +5723,7 @@ export interface TaskDto {
5698
5723
  */
5699
5724
  id?: string;
5700
5725
  /**
5701
- * RemoteTaskStatus enum.
5726
+ *
5702
5727
  *
5703
5728
  * Init
5704
5729
  *
@@ -5919,7 +5944,7 @@ export interface TaskPrototypeDto {
5919
5944
  */
5920
5945
  tasksCount?: number;
5921
5946
  /**
5922
- * RemoteTaskStatus enum.
5947
+ *
5923
5948
  *
5924
5949
  * Init
5925
5950
  *
@@ -5984,9 +6009,9 @@ export interface TaskResourceCreateDto {
5984
6009
  }
5985
6010
  /**
5986
6011
  * TaskPrototypeSubType.
5987
-
6012
+
5988
6013
  SpTask
5989
-
6014
+
5990
6015
  PythonTask
5991
6016
  */
5992
6017
  export declare enum TaskResourceSubType {
@@ -6115,13 +6140,13 @@ export interface TestConnectionInfoDc {
6115
6140
  }
6116
6141
  /**
6117
6142
  * Sets the horizontal alignment of text.
6118
-
6143
+
6119
6144
  right
6120
-
6145
+
6121
6146
  left
6122
-
6147
+
6123
6148
  center
6124
-
6149
+
6125
6150
  justified
6126
6151
  */
6127
6152
  export declare enum TextAlignment {
@@ -6141,11 +6166,11 @@ export interface TextBackgroundDc {
6141
6166
  }
6142
6167
  /**
6143
6168
  * Sets the vertical alignment of text.
6144
-
6169
+
6145
6170
  top
6146
-
6171
+
6147
6172
  bottom
6148
-
6173
+
6149
6174
  middle
6150
6175
  */
6151
6176
  export declare enum TextVerticalAlignment {
@@ -6565,11 +6590,11 @@ export declare type WmsDataSourceDc = DataSourceDc & {
6565
6590
  };
6566
6591
  /**
6567
6592
  *
6568
-
6593
+
6569
6594
  Task
6570
-
6595
+
6571
6596
  Rest
6572
-
6597
+
6573
6598
  Both
6574
6599
  */
6575
6600
  export declare enum WorkerMethodType {
@@ -6642,49 +6667,49 @@ export interface WorkerSettingsFieldDc {
6642
6667
  }
6643
6668
  /**
6644
6669
  *
6645
-
6670
+
6646
6671
  Int32
6647
-
6672
+
6648
6673
  Int64
6649
-
6674
+
6650
6675
  Double
6651
-
6676
+
6652
6677
  String
6653
-
6678
+
6654
6679
  Boolean
6655
-
6680
+
6656
6681
  DateTime
6657
-
6682
+
6658
6683
  Point
6659
-
6684
+
6660
6685
  Geometry
6661
-
6686
+
6662
6687
  Polyline
6663
-
6688
+
6664
6689
  MultiPolygon
6665
-
6690
+
6666
6691
  Polygon
6667
-
6692
+
6668
6693
  Multipoint
6669
-
6694
+
6670
6695
  IntergerArray
6671
-
6696
+
6672
6697
  DoubleArray
6673
-
6698
+
6674
6699
  StringArray
6675
-
6700
+
6676
6701
  SourceEql
6677
-
6702
+
6678
6703
  Layer
6679
-
6704
+
6680
6705
  Table
6681
-
6706
+
6682
6707
  Folder
6683
-
6708
+
6684
6709
  Json
6685
-
6710
+
6686
6711
  Attribute
6687
-
6712
+
6688
6713
  AttributeArray
6689
6714
  */
6690
6715
  export declare enum WorkerSettingsFieldType {
@@ -7622,6 +7647,10 @@ export interface ClassifyParams {
7622
7647
  *
7623
7648
  * quantile
7624
7649
  *
7650
+ * distinct
7651
+ *
7652
+ * step
7653
+ *
7625
7654
  * unique
7626
7655
  */
7627
7656
  type?: ClassificationType;
@@ -7719,7 +7748,7 @@ export interface ValidateExpressionParams {
7719
7748
  /** Layer name. */
7720
7749
  layerName: string;
7721
7750
  }
7722
- export interface GetRasterMetaParams4 {
7751
+ export interface GetRasterMetaParams8 {
7723
7752
  /**
7724
7753
  * Min value for build histogram.
7725
7754
  * @format double
@@ -7798,10 +7827,11 @@ export interface GetProjectsListParams {
7798
7827
  /** Filter layers by set of tags. */
7799
7828
  tags?: string[];
7800
7829
  }
7801
- export interface DeleteResourcesParams5 {
7830
+ export interface DeleteResourcesParams3 {
7802
7831
  /** Resource names. */
7803
7832
  names?: string[];
7804
7833
  }
7834
+ export declare type UpdateProjectV2Payload = Operation[];
7805
7835
  export interface GetProjectsInfoParams {
7806
7836
  /** Project names. */
7807
7837
  projectNames?: string[];
@@ -7996,7 +8026,7 @@ export interface StatisticsDbParams {
7996
8026
  */
7997
8027
  types?: AggregationFunction[];
7998
8028
  }
7999
- export interface ClassifyParams9 {
8029
+ export interface ClassifyParams4 {
8000
8030
  /** Layer name. */
8001
8031
  name: string;
8002
8032
  /** Attribute name. */
@@ -8024,6 +8054,10 @@ export interface ClassifyParams9 {
8024
8054
  *
8025
8055
  * quantile
8026
8056
  *
8057
+ * distinct
8058
+ *
8059
+ * step
8060
+ *
8027
8061
  * unique
8028
8062
  */
8029
8063
  type?: ClassificationType;
@@ -8128,7 +8162,7 @@ export interface GetTableListParams {
8128
8162
  /** All available permissions list. */
8129
8163
  acl?: string;
8130
8164
  }
8131
- export interface DeleteResourcesParams10 {
8165
+ export interface DeleteResourcesParams5 {
8132
8166
  /** Resource names. */
8133
8167
  names?: string[];
8134
8168
  }
@@ -8189,12 +8223,12 @@ export interface MapTableParams {
8189
8223
  type?: string;
8190
8224
  }
8191
8225
  export interface GetVectorTileParams {
8192
- /** Include all feature attributes. */
8193
- withAttributes?: boolean;
8194
8226
  /** Condition. */
8195
8227
  condition?: string;
8196
8228
  /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
8197
8229
  dataFilterId?: string;
8230
+ /** List of included feature attribute names. */
8231
+ attributes?: string[];
8198
8232
  /** Project or layer name. */
8199
8233
  name: string;
8200
8234
  /**
@@ -8243,7 +8277,7 @@ export interface GetPublicCapabilitiesParams {
8243
8277
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8244
8278
  AcceptFormats?: string[];
8245
8279
  }
8246
- export interface GetCapabilitiesParams4 {
8280
+ export interface GetCapabilitiesParams8 {
8247
8281
  /** Output format of service metadata. */
8248
8282
  Format?: string;
8249
8283
  /** Must be WMS. */