@evergis/api 3.0.187 → 3.0.188

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 {
@@ -589,13 +589,13 @@ export interface AttributeFormatDefinitionDc {
589
589
  }
590
590
  /**
591
591
  *
592
-
592
+
593
593
  None
594
-
594
+
595
595
  SelectFromHandBook
596
-
596
+
597
597
  SelectFromRange
598
-
598
+
599
599
  ViewHandBook
600
600
  */
601
601
  export declare enum AttributeSelectorType {
@@ -606,31 +606,31 @@ export declare enum AttributeSelectorType {
606
606
  }
607
607
  /**
608
608
  *
609
-
609
+
610
610
  Unknown
611
-
611
+
612
612
  String
613
-
613
+
614
614
  Int32
615
-
615
+
616
616
  Int64
617
-
617
+
618
618
  Double
619
-
619
+
620
620
  DateTime
621
-
621
+
622
622
  Boolean
623
-
623
+
624
624
  Point
625
-
625
+
626
626
  Polyline
627
-
627
+
628
628
  MultiPolygon
629
-
629
+
630
630
  Multipoint
631
-
631
+
632
632
  H3Index
633
-
633
+
634
634
  Json
635
635
  */
636
636
  export declare enum AttributeType {
@@ -862,17 +862,17 @@ export interface CatalogResourceDc {
862
862
  }
863
863
  /**
864
864
  *
865
-
865
+
866
866
  None
867
-
867
+
868
868
  Map
869
-
869
+
870
870
  Layer
871
-
871
+
872
872
  Table
873
-
873
+
874
874
  File
875
-
875
+
876
876
  TaskPrototype
877
877
  */
878
878
  export declare enum CatalogResourceType {
@@ -916,15 +916,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
916
916
  };
917
917
  /**
918
918
  * Describes classification methods.
919
-
919
+
920
920
  none
921
-
921
+
922
922
  naturalBreaks
923
-
923
+
924
924
  equalInterval
925
-
925
+
926
926
  quantile
927
-
927
+
928
928
  unique
929
929
  */
930
930
  export declare enum ClassificationType {
@@ -936,11 +936,11 @@ export declare enum ClassificationType {
936
936
  }
937
937
  /**
938
938
  *
939
-
939
+
940
940
  decimal
941
-
941
+
942
942
  dateTime
943
-
943
+
944
944
  text
945
945
  */
946
946
  export declare enum ClassifyAttributeType {
@@ -1234,55 +1234,55 @@ export interface ConfigDc {
1234
1234
  }
1235
1235
  /**
1236
1236
  *
1237
-
1237
+
1238
1238
  Unknown
1239
-
1239
+
1240
1240
  SerializeError
1241
-
1241
+
1242
1242
  InvalidDataService
1243
-
1243
+
1244
1244
  InvalidConfiguration
1245
-
1245
+
1246
1246
  InvalidDataServiceName
1247
-
1247
+
1248
1248
  InvalidTableName
1249
-
1249
+
1250
1250
  InvalidLayerName
1251
-
1251
+
1252
1252
  ResourceNotFound
1253
-
1253
+
1254
1254
  InvalidCondition
1255
-
1255
+
1256
1256
  InvalidAttributes
1257
-
1257
+
1258
1258
  InvalidIdAttribute
1259
-
1259
+
1260
1260
  InvalidGeometryAttribute
1261
-
1261
+
1262
1262
  InvalidGeometryAttributeType
1263
-
1263
+
1264
1264
  InvalidColumnName
1265
-
1265
+
1266
1266
  InvalidIdColumnSettings
1267
-
1267
+
1268
1268
  ColumnNotExistsInTable
1269
-
1269
+
1270
1270
  InvalidStyle
1271
-
1271
+
1272
1272
  InvalidLayerType
1273
-
1273
+
1274
1274
  ColumnLoadingError
1275
-
1275
+
1276
1276
  InvalidAttributeFormat
1277
-
1277
+
1278
1278
  DataSourceNotFound
1279
-
1279
+
1280
1280
  DuplicateColumns
1281
-
1281
+
1282
1282
  DuplicateAttributes
1283
-
1283
+
1284
1284
  TableWithoutColumns
1285
-
1285
+
1286
1286
  InvalidTableReferenceConfiguration
1287
1287
  */
1288
1288
  export declare enum ConfigurationErrorEnum {
@@ -1623,15 +1623,15 @@ export interface ErrorDetailsDc {
1623
1623
  }
1624
1624
  /**
1625
1625
  * Type of the error.
1626
-
1626
+
1627
1627
  ResourceLimitExceeded
1628
-
1628
+
1629
1629
  ResourceNotFound
1630
-
1630
+
1631
1631
  InternalError
1632
-
1632
+
1633
1633
  BadRequest
1634
-
1634
+
1635
1635
  DuplicateContent
1636
1636
  */
1637
1637
  export declare enum ErrorDetailsType {
@@ -2123,9 +2123,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
2123
2123
  };
2124
2124
  /**
2125
2125
  * Type of the feature.
2126
-
2126
+
2127
2127
  Unknown
2128
-
2128
+
2129
2129
  GeometricFeature
2130
2130
  */
2131
2131
  export declare enum FeatureType {
@@ -2252,11 +2252,11 @@ export interface FilterDc {
2252
2252
  }
2253
2253
  /**
2254
2254
  * Sets whether font should be styled.
2255
-
2255
+
2256
2256
  normal
2257
-
2257
+
2258
2258
  oblique
2259
-
2259
+
2260
2260
  italic
2261
2261
  */
2262
2262
  export declare enum FontStyle {
@@ -2266,27 +2266,27 @@ export declare enum FontStyle {
2266
2266
  }
2267
2267
  /**
2268
2268
  * Specifies the weight (or boldness) of the font.
2269
-
2269
+
2270
2270
  Thin
2271
-
2271
+
2272
2272
  ExtraLight
2273
-
2273
+
2274
2274
  Light
2275
-
2275
+
2276
2276
  SemiLight
2277
-
2277
+
2278
2278
  Normal
2279
-
2279
+
2280
2280
  Medium
2281
-
2281
+
2282
2282
  DemiBold
2283
-
2283
+
2284
2284
  Bold
2285
-
2285
+
2286
2286
  ExtraBold
2287
-
2287
+
2288
2288
  Black
2289
-
2289
+
2290
2290
  ExtraBlack
2291
2291
  */
2292
2292
  export declare enum FontWeight {
@@ -2381,17 +2381,17 @@ export interface GeometryDc {
2381
2381
  }
2382
2382
  /**
2383
2383
  *
2384
-
2384
+
2385
2385
  unknown
2386
-
2386
+
2387
2387
  point
2388
-
2388
+
2389
2389
  polyline
2390
-
2390
+
2391
2391
  multipolygon
2392
-
2392
+
2393
2393
  envelope
2394
-
2394
+
2395
2395
  multipoint
2396
2396
  */
2397
2397
  export declare enum GeometryType {
@@ -2523,13 +2523,13 @@ export declare type GridElementDc = ModelElementDc & {
2523
2523
  };
2524
2524
  /**
2525
2525
  * Resource group.
2526
-
2526
+
2527
2527
  my
2528
-
2528
+
2529
2529
  role
2530
-
2530
+
2531
2531
  public
2532
-
2532
+
2533
2533
  all
2534
2534
  */
2535
2535
  export declare enum Group {
@@ -2992,13 +2992,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2992
2992
  };
2993
2993
  /**
2994
2994
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2995
-
2995
+
2996
2996
  Flat
2997
-
2997
+
2998
2998
  Square
2999
-
2999
+
3000
3000
  Round
3001
-
3001
+
3002
3002
  Triangle
3003
3003
  */
3004
3004
  export declare enum LineCapStyle {
@@ -3042,29 +3042,29 @@ export interface LineEndingBaseDc {
3042
3042
  }
3043
3043
  /**
3044
3044
  * Type of the line ending.
3045
-
3045
+
3046
3046
  none
3047
-
3047
+
3048
3048
  arrow
3049
-
3049
+
3050
3050
  filledArrow
3051
-
3051
+
3052
3052
  square
3053
-
3053
+
3054
3054
  filledSquare
3055
-
3055
+
3056
3056
  circle
3057
-
3057
+
3058
3058
  filledCircle
3059
-
3059
+
3060
3060
  diamond
3061
-
3061
+
3062
3062
  filledDiamond
3063
-
3063
+
3064
3064
  roundSquare
3065
-
3065
+
3066
3066
  filledRoundSquare
3067
-
3067
+
3068
3068
  svg
3069
3069
  */
3070
3070
  export declare enum LineEndingType {
@@ -3083,11 +3083,11 @@ export declare enum LineEndingType {
3083
3083
  }
3084
3084
  /**
3085
3085
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3086
-
3086
+
3087
3087
  Miter
3088
-
3088
+
3089
3089
  Bevel
3090
-
3090
+
3091
3091
  Round
3092
3092
  */
3093
3093
  export declare enum LineJoinType {
@@ -3165,7 +3165,7 @@ export interface LoginDc {
3165
3165
  }
3166
3166
  /**
3167
3167
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3168
-
3168
+
3169
3169
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3170
3170
  */
3171
3171
  export interface MapTableInfoDc {
@@ -3268,15 +3268,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3268
3268
  export declare type ObjectId = object;
3269
3269
  /**
3270
3270
  *
3271
-
3271
+
3272
3272
  Unknown
3273
-
3273
+
3274
3274
  union
3275
-
3275
+
3276
3276
  intersection
3277
-
3277
+
3278
3278
  subtraction
3279
-
3279
+
3280
3280
  symDifference
3281
3281
  */
3282
3282
  export declare enum Operation {
@@ -3296,11 +3296,11 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
3296
3296
  };
3297
3297
  /**
3298
3298
  *
3299
-
3299
+
3300
3300
  My
3301
-
3301
+
3302
3302
  Shared
3303
-
3303
+
3304
3304
  Public
3305
3305
  */
3306
3306
  export declare enum OwnerFilter {
@@ -3375,6 +3375,15 @@ export interface PagedListRoleInfoDc {
3375
3375
  limit?: number;
3376
3376
  items?: RoleInfoDc[];
3377
3377
  }
3378
+ export interface PagedListScriptDc {
3379
+ /** @format int64 */
3380
+ totalCount?: number;
3381
+ /** @format int32 */
3382
+ offset?: number;
3383
+ /** @format int32 */
3384
+ limit?: number;
3385
+ items?: ScriptDc[];
3386
+ }
3378
3387
  export interface PagedListSearchResultDc {
3379
3388
  /** @format int64 */
3380
3389
  totalCount?: number;
@@ -3499,9 +3508,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3499
3508
  };
3500
3509
  /**
3501
3510
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3502
-
3511
+
3503
3512
  xyz
3504
-
3513
+
3505
3514
  tms
3506
3515
  */
3507
3516
  export declare enum PbfSchema {
@@ -3522,19 +3531,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3522
3531
  };
3523
3532
  /**
3524
3533
  *
3525
-
3534
+
3526
3535
  none
3527
-
3536
+
3528
3537
  configure
3529
-
3538
+
3530
3539
  write
3531
-
3540
+
3532
3541
  read
3533
-
3542
+
3534
3543
  read,configure
3535
-
3544
+
3536
3545
  read,write
3537
-
3546
+
3538
3547
  read,write,configure
3539
3548
  */
3540
3549
  export declare enum Permissions {
@@ -3592,19 +3601,19 @@ export interface PolicyDc {
3592
3601
  }
3593
3602
  /**
3594
3603
  * Type of the authorization policy.
3595
-
3604
+
3596
3605
  Unknown
3597
-
3606
+
3598
3607
  CreateTable
3599
-
3608
+
3600
3609
  CreateLayer
3601
-
3610
+
3602
3611
  CreateProject
3603
-
3612
+
3604
3613
  MaxFeaturesInOneTable
3605
-
3614
+
3606
3615
  MaxObjectsToExport
3607
-
3616
+
3608
3617
  MaxUploadContentSize
3609
3618
  */
3610
3619
  export declare enum PolicyType {
@@ -3758,6 +3767,8 @@ export interface ProjectConfigurationDc {
3758
3767
  baseMapName?: string;
3759
3768
  /** Client data storage. Expecting not used by server. */
3760
3769
  clientData?: any;
3770
+ /** Card configuration. Storage isn't used by server. */
3771
+ dashboardConfiguration?: any;
3761
3772
  /** Project content items configurations. */
3762
3773
  items?: ProjectContentItemDc[];
3763
3774
  /** A collection of bookmarks of the map. */
@@ -3960,11 +3971,11 @@ export interface ProxyServiceInfoDc {
3960
3971
  }
3961
3972
  /**
3962
3973
  * Stream quality.
3963
-
3974
+
3964
3975
  Low
3965
-
3976
+
3966
3977
  Medium
3967
-
3978
+
3968
3979
  High
3969
3980
  */
3970
3981
  export declare enum Quality {
@@ -4314,17 +4325,17 @@ export interface RasterVrtFeatureSourceDc {
4314
4325
  }
4315
4326
  /**
4316
4327
  *
4317
-
4328
+
4318
4329
  OneToMany
4319
-
4330
+
4320
4331
  OneToOne
4321
-
4332
+
4322
4333
  Intersect
4323
-
4334
+
4324
4335
  RightJoin
4325
-
4336
+
4326
4337
  FullJoin
4327
-
4338
+
4328
4339
  CrossJoin
4329
4340
  */
4330
4341
  export declare enum ReferenceJoinType {
@@ -4462,19 +4473,19 @@ export interface ResourceInfoDc {
4462
4473
  }
4463
4474
  /**
4464
4475
  *
4465
-
4476
+
4466
4477
  Unknown
4467
-
4478
+
4468
4479
  table
4469
-
4480
+
4470
4481
  layer
4471
-
4482
+
4472
4483
  project
4473
-
4484
+
4474
4485
  file
4475
-
4486
+
4476
4487
  feature
4477
-
4488
+
4478
4489
  tag
4479
4490
  */
4480
4491
  export declare enum ResourceType {
@@ -4632,6 +4643,15 @@ export declare type ScaleBarElementDc = ModelElementDc & {
4632
4643
  font?: string | null;
4633
4644
  fontSize?: number;
4634
4645
  };
4646
+ /**
4647
+ * Script data contract.
4648
+ */
4649
+ export interface ScriptDc {
4650
+ /** Name. */
4651
+ name: string;
4652
+ /** Description. */
4653
+ description?: string;
4654
+ }
4635
4655
  /**
4636
4656
  * Search resources.
4637
4657
  */
@@ -4734,21 +4754,21 @@ export interface ServerInfoDc {
4734
4754
  }
4735
4755
  /**
4736
4756
  * Status of the server task.
4737
-
4757
+
4738
4758
  None
4739
-
4759
+
4740
4760
  Scheduled
4741
-
4761
+
4742
4762
  Planning
4743
-
4763
+
4744
4764
  Executing
4745
-
4765
+
4746
4766
  Completed
4747
-
4767
+
4748
4768
  Failed
4749
-
4769
+
4750
4770
  Canceled
4751
-
4771
+
4752
4772
  Timeout
4753
4773
  */
4754
4774
  export declare enum ServerTaskStatus {
@@ -5006,7 +5026,7 @@ export interface SimpleEndingDc {
5006
5026
  }
5007
5027
  /**
5008
5028
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
5009
-
5029
+
5010
5030
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
5011
5031
  stroke width and color of the symbol.
5012
5032
  */
@@ -5081,11 +5101,11 @@ export interface SimplifyInfoItemDc {
5081
5101
  }
5082
5102
  /**
5083
5103
  *
5084
-
5104
+
5085
5105
  Basic
5086
-
5106
+
5087
5107
  PreserveTopology
5088
-
5108
+
5089
5109
  VW
5090
5110
  */
5091
5111
  export declare enum SimplifyType {
@@ -5236,13 +5256,13 @@ export declare type StepResultDc = BaseStepResultDc & {
5236
5256
  };
5237
5257
  /**
5238
5258
  *
5239
-
5259
+
5240
5260
  None
5241
-
5261
+
5242
5262
  Image
5243
-
5263
+
5244
5264
  PkkCode
5245
-
5265
+
5246
5266
  Attachments
5247
5267
  */
5248
5268
  export declare enum StringSubType {
@@ -5481,9 +5501,9 @@ export interface TagInfoDc {
5481
5501
  }
5482
5502
  /**
5483
5503
  * Task owner group.
5484
-
5504
+
5485
5505
  my
5486
-
5506
+
5487
5507
  all
5488
5508
  */
5489
5509
  export declare enum TaskGroup {
@@ -5701,13 +5721,13 @@ export interface TemplateModelDc {
5701
5721
  }
5702
5722
  /**
5703
5723
  * Sets the horizontal alignment of text.
5704
-
5724
+
5705
5725
  right
5706
-
5726
+
5707
5727
  left
5708
-
5728
+
5709
5729
  center
5710
-
5730
+
5711
5731
  justified
5712
5732
  */
5713
5733
  export declare enum TextAlignment {
@@ -5727,11 +5747,11 @@ export interface TextBackgroundDc {
5727
5747
  }
5728
5748
  /**
5729
5749
  * Sets the vertical alignment of text.
5730
-
5750
+
5731
5751
  top
5732
-
5752
+
5733
5753
  bottom
5734
-
5754
+
5735
5755
  middle
5736
5756
  */
5737
5757
  export declare enum TextVerticalAlignment {
@@ -7250,7 +7270,7 @@ export interface ValidateExpressionParams {
7250
7270
  /** Layer name. */
7251
7271
  layerName: string;
7252
7272
  }
7253
- export interface GetRasterMetaParams3 {
7273
+ export interface GetRasterMetaParams2 {
7254
7274
  /**
7255
7275
  * Min value for build histogram.
7256
7276
  * @format double
@@ -7377,7 +7397,7 @@ export interface GetProjectsListParams {
7377
7397
  tags?: string[];
7378
7398
  }
7379
7399
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
7380
- export interface DeleteResourcesParams8 {
7400
+ export interface DeleteResourcesParams5 {
7381
7401
  /** Resource names. */
7382
7402
  names?: string[];
7383
7403
  }
@@ -7389,6 +7409,43 @@ export interface SetPreviewBody {
7389
7409
  /** @format binary */
7390
7410
  file?: File;
7391
7411
  }
7412
+ export interface AddPayload {
7413
+ /** Name. */
7414
+ Name: string;
7415
+ /** Description. */
7416
+ Description?: string;
7417
+ /**
7418
+ * Add date and time.
7419
+ * @format date-time
7420
+ */
7421
+ DtAdd?: string;
7422
+ /**
7423
+ * Last update date and time.
7424
+ * @format date-time
7425
+ */
7426
+ DtLastUpdate?: string;
7427
+ /** @format binary */
7428
+ file?: File;
7429
+ }
7430
+ export interface UpdateBody {
7431
+ /** Name. */
7432
+ Name: string;
7433
+ /** Description. */
7434
+ Description?: string;
7435
+ /**
7436
+ * Add date and time.
7437
+ * @format date-time
7438
+ */
7439
+ DtAdd?: string;
7440
+ /**
7441
+ * Last update date and time.
7442
+ * @format date-time
7443
+ */
7444
+ DtLastUpdate?: string;
7445
+ /** @format binary */
7446
+ file?: File;
7447
+ }
7448
+ export declare type RunPayload = Record<string, any>;
7392
7449
  export interface CheckLimitsParams {
7393
7450
  /** Workspace. */
7394
7451
  userName?: string;
@@ -7623,7 +7680,7 @@ export interface StatisticsDbParams {
7623
7680
  */
7624
7681
  types?: AggregationFunction[];
7625
7682
  }
7626
- export interface ClassifyParams8 {
7683
+ export interface ClassifyParams3 {
7627
7684
  /** Layer name. */
7628
7685
  name: string;
7629
7686
  /** Attribute name. */
@@ -7756,7 +7813,7 @@ export interface GetTableListParams {
7756
7813
  acl?: string;
7757
7814
  }
7758
7815
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7759
- export interface DeleteResourcesParams1 {
7816
+ export interface DeleteResourcesParams3 {
7760
7817
  /** Resource names. */
7761
7818
  names?: string[];
7762
7819
  }
@@ -7824,7 +7881,7 @@ export interface SetPreviewInput {
7824
7881
  /** @format binary */
7825
7882
  file?: File;
7826
7883
  }
7827
- export interface GetAllParams8 {
7884
+ export interface GetAllParams2 {
7828
7885
  /** Text filter. */
7829
7886
  filter?: string;
7830
7887
  /**
@@ -7913,7 +7970,7 @@ export interface GetPublicCapabilitiesParams {
7913
7970
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7914
7971
  AcceptFormats?: string[];
7915
7972
  }
7916
- export interface GetCapabilitiesParams8 {
7973
+ export interface GetCapabilitiesParams10 {
7917
7974
  /** Output format of service metadata. */
7918
7975
  Format?: string;
7919
7976
  /** Must be WMS. */