@evergis/api 3.0.212 → 3.0.214

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 {
@@ -617,13 +617,13 @@ export interface AttributeIconDc {
617
617
  }
618
618
  /**
619
619
  *
620
-
620
+
621
621
  Unknown
622
-
622
+
623
623
  Icon
624
-
624
+
625
625
  PNG
626
-
626
+
627
627
  SVG
628
628
  */
629
629
  export declare enum AttributeIconType {
@@ -634,13 +634,13 @@ export declare enum AttributeIconType {
634
634
  }
635
635
  /**
636
636
  *
637
-
637
+
638
638
  None
639
-
639
+
640
640
  SelectFromHandBook
641
-
641
+
642
642
  SelectFromRange
643
-
643
+
644
644
  ViewHandBook
645
645
  */
646
646
  export declare enum AttributeSelectorType {
@@ -651,31 +651,31 @@ export declare enum AttributeSelectorType {
651
651
  }
652
652
  /**
653
653
  *
654
-
654
+
655
655
  Unknown
656
-
656
+
657
657
  String
658
-
658
+
659
659
  Int32
660
-
660
+
661
661
  Int64
662
-
662
+
663
663
  Double
664
-
664
+
665
665
  DateTime
666
-
666
+
667
667
  Boolean
668
-
668
+
669
669
  Point
670
-
670
+
671
671
  Polyline
672
-
672
+
673
673
  MultiPolygon
674
-
674
+
675
675
  Multipoint
676
-
676
+
677
677
  H3Index
678
-
678
+
679
679
  Json
680
680
  */
681
681
  export declare enum AttributeType {
@@ -716,9 +716,9 @@ export interface AttributesConfigurationDc {
716
716
  * An authorization grant is a credential representing the resource
717
717
  owner's authorization (to access its protected resources) used by the
718
718
  client to obtain an access token.
719
-
719
+
720
720
  authorization_code
721
-
721
+
722
722
  refresh_token
723
723
  */
724
724
  export declare enum AuthorizationGrant {
@@ -954,19 +954,19 @@ export interface CatalogResourceDc {
954
954
  }
955
955
  /**
956
956
  *
957
-
957
+
958
958
  None
959
-
959
+
960
960
  Map
961
-
961
+
962
962
  Layer
963
-
963
+
964
964
  Table
965
-
965
+
966
966
  File
967
-
967
+
968
968
  TaskPrototype
969
-
969
+
970
970
  DataSource
971
971
  */
972
972
  export declare enum CatalogResourceType {
@@ -1011,15 +1011,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
1011
1011
  };
1012
1012
  /**
1013
1013
  * Describes classification methods.
1014
-
1014
+
1015
1015
  none
1016
-
1016
+
1017
1017
  naturalBreaks
1018
-
1018
+
1019
1019
  equalInterval
1020
-
1020
+
1021
1021
  quantile
1022
-
1022
+
1023
1023
  unique
1024
1024
  */
1025
1025
  export declare enum ClassificationType {
@@ -1031,11 +1031,11 @@ export declare enum ClassificationType {
1031
1031
  }
1032
1032
  /**
1033
1033
  *
1034
-
1034
+
1035
1035
  decimal
1036
-
1036
+
1037
1037
  dateTime
1038
-
1038
+
1039
1039
  text
1040
1040
  */
1041
1041
  export declare enum ClassifyAttributeType {
@@ -1333,55 +1333,55 @@ export interface ConfigDc {
1333
1333
  }
1334
1334
  /**
1335
1335
  *
1336
-
1336
+
1337
1337
  Unknown
1338
-
1338
+
1339
1339
  SerializeError
1340
-
1340
+
1341
1341
  InvalidDataService
1342
-
1342
+
1343
1343
  InvalidConfiguration
1344
-
1344
+
1345
1345
  InvalidDataServiceName
1346
-
1346
+
1347
1347
  InvalidTableName
1348
-
1348
+
1349
1349
  InvalidLayerName
1350
-
1350
+
1351
1351
  ResourceNotFound
1352
-
1352
+
1353
1353
  InvalidCondition
1354
-
1354
+
1355
1355
  InvalidAttributes
1356
-
1356
+
1357
1357
  InvalidIdAttribute
1358
-
1358
+
1359
1359
  InvalidGeometryAttribute
1360
-
1360
+
1361
1361
  InvalidGeometryAttributeType
1362
-
1362
+
1363
1363
  InvalidColumnName
1364
-
1364
+
1365
1365
  InvalidIdColumnSettings
1366
-
1366
+
1367
1367
  ColumnNotExistsInTable
1368
-
1368
+
1369
1369
  InvalidStyle
1370
-
1370
+
1371
1371
  InvalidLayerType
1372
-
1372
+
1373
1373
  ColumnLoadingError
1374
-
1374
+
1375
1375
  InvalidAttributeFormat
1376
-
1376
+
1377
1377
  DataSourceNotFound
1378
-
1378
+
1379
1379
  DuplicateColumns
1380
-
1380
+
1381
1381
  DuplicateAttributes
1382
-
1382
+
1383
1383
  TableWithoutColumns
1384
-
1384
+
1385
1385
  InvalidTableReferenceConfiguration
1386
1386
  */
1387
1387
  export declare enum ConfigurationErrorEnum {
@@ -1706,13 +1706,13 @@ export interface DataSourceInfoDc {
1706
1706
  }
1707
1707
  /**
1708
1708
  *
1709
-
1709
+
1710
1710
  Postgres
1711
-
1711
+
1712
1712
  Trino
1713
-
1713
+
1714
1714
  S3
1715
-
1715
+
1716
1716
  GisServer
1717
1717
  */
1718
1718
  export declare enum DataSourceType {
@@ -1844,15 +1844,15 @@ export interface ErrorDetailsDc {
1844
1844
  }
1845
1845
  /**
1846
1846
  * Type of the error.
1847
-
1847
+
1848
1848
  ResourceLimitExceeded
1849
-
1849
+
1850
1850
  ResourceNotFound
1851
-
1851
+
1852
1852
  InternalError
1853
-
1853
+
1854
1854
  BadRequest
1855
-
1855
+
1856
1856
  DuplicateContent
1857
1857
  */
1858
1858
  export declare enum ErrorDetailsType {
@@ -2352,9 +2352,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
2352
2352
  };
2353
2353
  /**
2354
2354
  * Type of the feature.
2355
-
2355
+
2356
2356
  Unknown
2357
-
2357
+
2358
2358
  GeometricFeature
2359
2359
  */
2360
2360
  export declare enum FeatureType {
@@ -2481,11 +2481,11 @@ export interface FilterDc {
2481
2481
  }
2482
2482
  /**
2483
2483
  * Sets whether font should be styled.
2484
-
2484
+
2485
2485
  normal
2486
-
2486
+
2487
2487
  oblique
2488
-
2488
+
2489
2489
  italic
2490
2490
  */
2491
2491
  export declare enum FontStyle {
@@ -2495,27 +2495,27 @@ export declare enum FontStyle {
2495
2495
  }
2496
2496
  /**
2497
2497
  * Specifies the weight (or boldness) of the font.
2498
-
2498
+
2499
2499
  Thin
2500
-
2500
+
2501
2501
  ExtraLight
2502
-
2502
+
2503
2503
  Light
2504
-
2504
+
2505
2505
  SemiLight
2506
-
2506
+
2507
2507
  Normal
2508
-
2508
+
2509
2509
  Medium
2510
-
2510
+
2511
2511
  DemiBold
2512
-
2512
+
2513
2513
  Bold
2514
-
2514
+
2515
2515
  ExtraBold
2516
-
2516
+
2517
2517
  Black
2518
-
2518
+
2519
2519
  ExtraBlack
2520
2520
  */
2521
2521
  export declare enum FontWeight {
@@ -2610,17 +2610,17 @@ export interface GeometryDc {
2610
2610
  }
2611
2611
  /**
2612
2612
  *
2613
-
2613
+
2614
2614
  unknown
2615
-
2615
+
2616
2616
  point
2617
-
2617
+
2618
2618
  polyline
2619
-
2619
+
2620
2620
  multipolygon
2621
-
2621
+
2622
2622
  envelope
2623
-
2623
+
2624
2624
  multipoint
2625
2625
  */
2626
2626
  export declare enum GeometryType {
@@ -2808,13 +2808,13 @@ export interface GridElementDc {
2808
2808
  }
2809
2809
  /**
2810
2810
  * Resource group.
2811
-
2811
+
2812
2812
  my
2813
-
2813
+
2814
2814
  role
2815
-
2815
+
2816
2816
  public
2817
-
2817
+
2818
2818
  all
2819
2819
  */
2820
2820
  export declare enum Group {
@@ -3368,13 +3368,13 @@ export interface LegendTemplateModelDc {
3368
3368
  }
3369
3369
  /**
3370
3370
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
3371
-
3371
+
3372
3372
  Flat
3373
-
3373
+
3374
3374
  Square
3375
-
3375
+
3376
3376
  Round
3377
-
3377
+
3378
3378
  Triangle
3379
3379
  */
3380
3380
  export declare enum LineCapStyle {
@@ -3418,29 +3418,29 @@ export interface LineEndingBaseDc {
3418
3418
  }
3419
3419
  /**
3420
3420
  * Type of the line ending.
3421
-
3421
+
3422
3422
  none
3423
-
3423
+
3424
3424
  arrow
3425
-
3425
+
3426
3426
  filledArrow
3427
-
3427
+
3428
3428
  square
3429
-
3429
+
3430
3430
  filledSquare
3431
-
3431
+
3432
3432
  circle
3433
-
3433
+
3434
3434
  filledCircle
3435
-
3435
+
3436
3436
  diamond
3437
-
3437
+
3438
3438
  filledDiamond
3439
-
3439
+
3440
3440
  roundSquare
3441
-
3441
+
3442
3442
  filledRoundSquare
3443
-
3443
+
3444
3444
  svg
3445
3445
  */
3446
3446
  export declare enum LineEndingType {
@@ -3459,11 +3459,11 @@ export declare enum LineEndingType {
3459
3459
  }
3460
3460
  /**
3461
3461
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3462
-
3462
+
3463
3463
  Miter
3464
-
3464
+
3465
3465
  Bevel
3466
-
3466
+
3467
3467
  Round
3468
3468
  */
3469
3469
  export declare enum LineJoinType {
@@ -3568,7 +3568,7 @@ export interface LoginResultDc {
3568
3568
  }
3569
3569
  /**
3570
3570
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3571
-
3571
+
3572
3572
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3573
3573
  */
3574
3574
  export interface MapTableInfoDc {
@@ -3672,15 +3672,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3672
3672
  export declare type ObjectId = object;
3673
3673
  /**
3674
3674
  *
3675
-
3675
+
3676
3676
  Unknown
3677
-
3677
+
3678
3678
  union
3679
-
3679
+
3680
3680
  intersection
3681
-
3681
+
3682
3682
  subtraction
3683
-
3683
+
3684
3684
  symDifference
3685
3685
  */
3686
3686
  export declare enum Operation {
@@ -3700,11 +3700,11 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
3700
3700
  };
3701
3701
  /**
3702
3702
  * Filter exists resources by owner.
3703
-
3703
+
3704
3704
  My
3705
-
3705
+
3706
3706
  Shared
3707
-
3707
+
3708
3708
  Public
3709
3709
  */
3710
3710
  export declare enum OwnerFilter {
@@ -3964,9 +3964,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3964
3964
  };
3965
3965
  /**
3966
3966
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3967
-
3967
+
3968
3968
  xyz
3969
-
3969
+
3970
3970
  tms
3971
3971
  */
3972
3972
  export declare enum PbfSchema {
@@ -3987,19 +3987,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3987
3987
  };
3988
3988
  /**
3989
3989
  *
3990
-
3990
+
3991
3991
  none
3992
-
3992
+
3993
3993
  configure
3994
-
3994
+
3995
3995
  write
3996
-
3996
+
3997
3997
  read
3998
-
3998
+
3999
3999
  read,configure
4000
-
4000
+
4001
4001
  read,write
4002
-
4002
+
4003
4003
  read,write,configure
4004
4004
  */
4005
4005
  export declare enum Permissions {
@@ -4057,19 +4057,19 @@ export interface PolicyDc {
4057
4057
  }
4058
4058
  /**
4059
4059
  * Type of the authorization policy.
4060
-
4060
+
4061
4061
  Unknown
4062
-
4062
+
4063
4063
  CreateTable
4064
-
4064
+
4065
4065
  CreateLayer
4066
-
4066
+
4067
4067
  CreateProject
4068
-
4068
+
4069
4069
  MaxFeaturesInOneTable
4070
-
4070
+
4071
4071
  MaxObjectsToExport
4072
-
4072
+
4073
4073
  MaxUploadContentSize
4074
4074
  */
4075
4075
  export declare enum PolicyType {
@@ -4455,11 +4455,11 @@ export interface ProxyServiceInfoDc {
4455
4455
  }
4456
4456
  /**
4457
4457
  * Stream quality.
4458
-
4458
+
4459
4459
  Low
4460
-
4460
+
4461
4461
  Medium
4462
-
4462
+
4463
4463
  High
4464
4464
  */
4465
4465
  export declare enum Quality {
@@ -4988,15 +4988,15 @@ export interface ResourceParentDc {
4988
4988
  }
4989
4989
  /**
4990
4990
  * Resources types filter.
4991
-
4991
+
4992
4992
  RemoteTileService
4993
-
4993
+
4994
4994
  ProxyService
4995
-
4995
+
4996
4996
  PostgresLayerService
4997
-
4997
+
4998
4998
  QueryLayerService
4999
-
4999
+
5000
5000
  TileCatalogTable
5001
5001
  */
5002
5002
  export declare enum ResourceSubTypeFilter {
@@ -5008,19 +5008,19 @@ export declare enum ResourceSubTypeFilter {
5008
5008
  }
5009
5009
  /**
5010
5010
  *
5011
-
5011
+
5012
5012
  Unknown
5013
-
5013
+
5014
5014
  table
5015
-
5015
+
5016
5016
  layer
5017
-
5017
+
5018
5018
  project
5019
-
5019
+
5020
5020
  file
5021
-
5021
+
5022
5022
  feature
5023
-
5023
+
5024
5024
  tag
5025
5025
  */
5026
5026
  export declare enum ResourceType {
@@ -5034,21 +5034,21 @@ export declare enum ResourceType {
5034
5034
  }
5035
5035
  /**
5036
5036
  * Resources types filter.
5037
-
5037
+
5038
5038
  Map
5039
-
5039
+
5040
5040
  Layer
5041
-
5041
+
5042
5042
  Table
5043
-
5043
+
5044
5044
  RasterCatalog
5045
-
5045
+
5046
5046
  ProxyService
5047
-
5047
+
5048
5048
  RemoteTileService
5049
-
5049
+
5050
5050
  File
5051
-
5051
+
5052
5052
  DataSource
5053
5053
  */
5054
5054
  export declare enum ResourceTypeFilter {
@@ -5068,9 +5068,9 @@ export declare enum ResourceTypeLink {
5068
5068
  }
5069
5069
  /**
5070
5070
  * Response type.
5071
-
5071
+
5072
5072
  code
5073
-
5073
+
5074
5074
  token
5075
5075
  */
5076
5076
  export declare enum ResponseType {
@@ -5320,21 +5320,21 @@ export interface ServerInfoDc {
5320
5320
  }
5321
5321
  /**
5322
5322
  * Status of the server task.
5323
-
5323
+
5324
5324
  None
5325
-
5325
+
5326
5326
  Scheduled
5327
-
5327
+
5328
5328
  Planning
5329
-
5329
+
5330
5330
  Executing
5331
-
5331
+
5332
5332
  Completed
5333
-
5333
+
5334
5334
  Failed
5335
-
5335
+
5336
5336
  Canceled
5337
-
5337
+
5338
5338
  Timeout
5339
5339
  */
5340
5340
  export declare enum ServerTaskStatus {
@@ -5595,7 +5595,7 @@ export interface SimpleEndingDc {
5595
5595
  }
5596
5596
  /**
5597
5597
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
5598
-
5598
+
5599
5599
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
5600
5600
  stroke width and color of the symbol.
5601
5601
  */
@@ -5670,11 +5670,11 @@ export interface SimplifyInfoItemDc {
5670
5670
  }
5671
5671
  /**
5672
5672
  *
5673
-
5673
+
5674
5674
  Basic
5675
-
5675
+
5676
5676
  PreserveTopology
5677
-
5677
+
5678
5678
  VW
5679
5679
  */
5680
5680
  export declare enum SimplifyType {
@@ -5825,13 +5825,13 @@ export declare type StepResultDc = BaseStepResultDc & {
5825
5825
  };
5826
5826
  /**
5827
5827
  *
5828
-
5828
+
5829
5829
  None
5830
-
5830
+
5831
5831
  Image
5832
-
5832
+
5833
5833
  PkkCode
5834
-
5834
+
5835
5835
  Attachments
5836
5836
  */
5837
5837
  export declare enum StringSubType {
@@ -6047,9 +6047,9 @@ export interface TagsFilterDto {
6047
6047
  }
6048
6048
  /**
6049
6049
  * Task owner group.
6050
-
6050
+
6051
6051
  my
6052
-
6052
+
6053
6053
  all
6054
6054
  */
6055
6055
  export declare enum TaskGroup {
@@ -6276,13 +6276,13 @@ export interface TestConnectionInfoDc {
6276
6276
  }
6277
6277
  /**
6278
6278
  * Sets the horizontal alignment of text.
6279
-
6279
+
6280
6280
  right
6281
-
6281
+
6282
6282
  left
6283
-
6283
+
6284
6284
  center
6285
-
6285
+
6286
6286
  justified
6287
6287
  */
6288
6288
  export declare enum TextAlignment {
@@ -6302,11 +6302,11 @@ export interface TextBackgroundDc {
6302
6302
  }
6303
6303
  /**
6304
6304
  * Sets the vertical alignment of text.
6305
-
6305
+
6306
6306
  top
6307
-
6307
+
6308
6308
  bottom
6309
-
6309
+
6310
6310
  middle
6311
6311
  */
6312
6312
  export declare enum TextVerticalAlignment {