@evergis/api 3.0.186 → 3.0.187

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 {
@@ -798,16 +798,32 @@ export interface CameraListDc {
798
798
  * Resource catalog item.
799
799
  */
800
800
  export interface CatalogResourceDc {
801
- /**
802
- * Id of the resource.
803
- * @format uuid
804
- */
801
+ /** Resource id. */
805
802
  resourceId?: string;
803
+ /** System name. */
804
+ systemName?: string;
805
+ /** Parent resource id. */
806
+ parentId?: string;
806
807
  /**
807
- * Id of the resource.
808
- * @format uuid
808
+ *
809
+ *
810
+ * None
811
+ *
812
+ * Map
813
+ *
814
+ * Layer
815
+ *
816
+ * Table
817
+ *
818
+ * File
819
+ *
820
+ * TaskPrototype
809
821
  */
810
- parentId?: string;
822
+ type?: CatalogResourceType;
823
+ /** Resource subtype. */
824
+ subtype?: string;
825
+ /** Geometry type. */
826
+ geometryType?: string[];
811
827
  /** Path to the resource. */
812
828
  name?: string;
813
829
  /** Description of the resource. */
@@ -819,10 +835,14 @@ export interface CatalogResourceDc {
819
835
  size?: number;
820
836
  /** Content type. */
821
837
  contentType?: string;
838
+ /** Check if resource has children. */
839
+ hasChildren?: boolean;
822
840
  /** Check if resource is directory. */
823
841
  isDirectory?: boolean;
824
842
  /** Check if resource is temporary. */
825
843
  isTemporary?: boolean;
844
+ /** Check if resource is system. */
845
+ isSystem?: boolean;
826
846
  /** Owner of the resource. */
827
847
  owner?: string;
828
848
  /** Resource path. */
@@ -837,6 +857,31 @@ export interface CatalogResourceDc {
837
857
  * @format date-time
838
858
  */
839
859
  createdAt?: string;
860
+ /** Resource tags. */
861
+ tags?: string[];
862
+ }
863
+ /**
864
+ *
865
+
866
+ None
867
+
868
+ Map
869
+
870
+ Layer
871
+
872
+ Table
873
+
874
+ File
875
+
876
+ TaskPrototype
877
+ */
878
+ export declare enum CatalogResourceType {
879
+ None = "None",
880
+ Map = "Map",
881
+ Layer = "Layer",
882
+ Table = "Table",
883
+ File = "File",
884
+ TaskPrototype = "TaskPrototype"
840
885
  }
841
886
  /**
842
887
  * Ending with an empty circle.
@@ -871,15 +916,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
871
916
  };
872
917
  /**
873
918
  * Describes classification methods.
874
-
919
+
875
920
  none
876
-
921
+
877
922
  naturalBreaks
878
-
923
+
879
924
  equalInterval
880
-
925
+
881
926
  quantile
882
-
927
+
883
928
  unique
884
929
  */
885
930
  export declare enum ClassificationType {
@@ -891,11 +936,11 @@ export declare enum ClassificationType {
891
936
  }
892
937
  /**
893
938
  *
894
-
939
+
895
940
  decimal
896
-
941
+
897
942
  dateTime
898
-
943
+
899
944
  text
900
945
  */
901
946
  export declare enum ClassifyAttributeType {
@@ -1168,6 +1213,8 @@ export interface CompositeServiceInfoDc {
1168
1213
  icon?: string;
1169
1214
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
1170
1215
  invisibleInCatalog?: boolean;
1216
+ /** Parent id in resources catalog. */
1217
+ parentId?: string;
1171
1218
  }
1172
1219
  /**
1173
1220
  * Composite symbol.
@@ -1187,55 +1234,55 @@ export interface ConfigDc {
1187
1234
  }
1188
1235
  /**
1189
1236
  *
1190
-
1237
+
1191
1238
  Unknown
1192
-
1239
+
1193
1240
  SerializeError
1194
-
1241
+
1195
1242
  InvalidDataService
1196
-
1243
+
1197
1244
  InvalidConfiguration
1198
-
1245
+
1199
1246
  InvalidDataServiceName
1200
-
1247
+
1201
1248
  InvalidTableName
1202
-
1249
+
1203
1250
  InvalidLayerName
1204
-
1251
+
1205
1252
  ResourceNotFound
1206
-
1253
+
1207
1254
  InvalidCondition
1208
-
1255
+
1209
1256
  InvalidAttributes
1210
-
1257
+
1211
1258
  InvalidIdAttribute
1212
-
1259
+
1213
1260
  InvalidGeometryAttribute
1214
-
1261
+
1215
1262
  InvalidGeometryAttributeType
1216
-
1263
+
1217
1264
  InvalidColumnName
1218
-
1265
+
1219
1266
  InvalidIdColumnSettings
1220
-
1267
+
1221
1268
  ColumnNotExistsInTable
1222
-
1269
+
1223
1270
  InvalidStyle
1224
-
1271
+
1225
1272
  InvalidLayerType
1226
-
1273
+
1227
1274
  ColumnLoadingError
1228
-
1275
+
1229
1276
  InvalidAttributeFormat
1230
-
1277
+
1231
1278
  DataSourceNotFound
1232
-
1279
+
1233
1280
  DuplicateColumns
1234
-
1281
+
1235
1282
  DuplicateAttributes
1236
-
1283
+
1237
1284
  TableWithoutColumns
1238
-
1285
+
1239
1286
  InvalidTableReferenceConfiguration
1240
1287
  */
1241
1288
  export declare enum ConfigurationErrorEnum {
@@ -1351,10 +1398,7 @@ export declare type CopyTaskParametersDc = FeatureTaskParametersDc & {
1351
1398
  * Create directory request.
1352
1399
  */
1353
1400
  export interface CreateDirectoryDc {
1354
- /**
1355
- * Id of parent resource.
1356
- * @format uuid
1357
- */
1401
+ /** Parent resource id. */
1358
1402
  parentId?: string;
1359
1403
  /** Path to the directory. */
1360
1404
  name?: string;
@@ -1579,15 +1623,15 @@ export interface ErrorDetailsDc {
1579
1623
  }
1580
1624
  /**
1581
1625
  * Type of the error.
1582
-
1626
+
1583
1627
  ResourceLimitExceeded
1584
-
1628
+
1585
1629
  ResourceNotFound
1586
-
1630
+
1587
1631
  InternalError
1588
-
1632
+
1589
1633
  BadRequest
1590
-
1634
+
1591
1635
  DuplicateContent
1592
1636
  */
1593
1637
  export declare enum ErrorDetailsType {
@@ -1697,13 +1741,6 @@ export interface ExtendedProjectLayersInfo {
1697
1741
  /** A collection of layers info. */
1698
1742
  layersInfo?: ServiceListItemDc[];
1699
1743
  }
1700
- /**
1701
- * Extended resource info data contract.
1702
- */
1703
- export declare type ExtendedResourceInfoDc = ResourceInfoDc & {
1704
- publishedDate?: string;
1705
- usedByUsers?: string[] | null;
1706
- };
1707
1744
  /**
1708
1745
  * Extended user information.
1709
1746
  */
@@ -1926,6 +1963,8 @@ export interface FailedServiceInfoDc {
1926
1963
  icon?: string;
1927
1964
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
1928
1965
  invisibleInCatalog?: boolean;
1966
+ /** Parent id in resources catalog. */
1967
+ parentId?: string;
1929
1968
  }
1930
1969
  /**
1931
1970
  * Feature object definition.
@@ -2043,6 +2082,8 @@ export interface FeatureLayerServiceInfoDc {
2043
2082
  icon?: string;
2044
2083
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
2045
2084
  invisibleInCatalog?: boolean;
2085
+ /** Parent id in resources catalog. */
2086
+ parentId?: string;
2046
2087
  }
2047
2088
  export interface FeatureSelectionDc {
2048
2089
  layerName: string;
@@ -2082,9 +2123,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
2082
2123
  };
2083
2124
  /**
2084
2125
  * Type of the feature.
2085
-
2126
+
2086
2127
  Unknown
2087
-
2128
+
2088
2129
  GeometricFeature
2089
2130
  */
2090
2131
  export declare enum FeatureType {
@@ -2211,11 +2252,11 @@ export interface FilterDc {
2211
2252
  }
2212
2253
  /**
2213
2254
  * Sets whether font should be styled.
2214
-
2255
+
2215
2256
  normal
2216
-
2257
+
2217
2258
  oblique
2218
-
2259
+
2219
2260
  italic
2220
2261
  */
2221
2262
  export declare enum FontStyle {
@@ -2225,27 +2266,27 @@ export declare enum FontStyle {
2225
2266
  }
2226
2267
  /**
2227
2268
  * Specifies the weight (or boldness) of the font.
2228
-
2269
+
2229
2270
  Thin
2230
-
2271
+
2231
2272
  ExtraLight
2232
-
2273
+
2233
2274
  Light
2234
-
2275
+
2235
2276
  SemiLight
2236
-
2277
+
2237
2278
  Normal
2238
-
2279
+
2239
2280
  Medium
2240
-
2281
+
2241
2282
  DemiBold
2242
-
2283
+
2243
2284
  Bold
2244
-
2285
+
2245
2286
  ExtraBold
2246
-
2287
+
2247
2288
  Black
2248
-
2289
+
2249
2290
  ExtraBlack
2250
2291
  */
2251
2292
  export declare enum FontWeight {
@@ -2340,17 +2381,17 @@ export interface GeometryDc {
2340
2381
  }
2341
2382
  /**
2342
2383
  *
2343
-
2384
+
2344
2385
  unknown
2345
-
2386
+
2346
2387
  point
2347
-
2388
+
2348
2389
  polyline
2349
-
2390
+
2350
2391
  multipolygon
2351
-
2392
+
2352
2393
  envelope
2353
-
2394
+
2354
2395
  multipoint
2355
2396
  */
2356
2397
  export declare enum GeometryType {
@@ -2482,13 +2523,13 @@ export declare type GridElementDc = ModelElementDc & {
2482
2523
  };
2483
2524
  /**
2484
2525
  * Resource group.
2485
-
2526
+
2486
2527
  my
2487
-
2528
+
2488
2529
  role
2489
-
2530
+
2490
2531
  public
2491
-
2532
+
2492
2533
  all
2493
2534
  */
2494
2535
  export declare enum Group {
@@ -2951,13 +2992,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2951
2992
  };
2952
2993
  /**
2953
2994
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2954
-
2995
+
2955
2996
  Flat
2956
-
2997
+
2957
2998
  Square
2958
-
2999
+
2959
3000
  Round
2960
-
3001
+
2961
3002
  Triangle
2962
3003
  */
2963
3004
  export declare enum LineCapStyle {
@@ -3001,29 +3042,29 @@ export interface LineEndingBaseDc {
3001
3042
  }
3002
3043
  /**
3003
3044
  * Type of the line ending.
3004
-
3045
+
3005
3046
  none
3006
-
3047
+
3007
3048
  arrow
3008
-
3049
+
3009
3050
  filledArrow
3010
-
3051
+
3011
3052
  square
3012
-
3053
+
3013
3054
  filledSquare
3014
-
3055
+
3015
3056
  circle
3016
-
3057
+
3017
3058
  filledCircle
3018
-
3059
+
3019
3060
  diamond
3020
-
3061
+
3021
3062
  filledDiamond
3022
-
3063
+
3023
3064
  roundSquare
3024
-
3065
+
3025
3066
  filledRoundSquare
3026
-
3067
+
3027
3068
  svg
3028
3069
  */
3029
3070
  export declare enum LineEndingType {
@@ -3042,11 +3083,11 @@ export declare enum LineEndingType {
3042
3083
  }
3043
3084
  /**
3044
3085
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3045
-
3086
+
3046
3087
  Miter
3047
-
3088
+
3048
3089
  Bevel
3049
-
3090
+
3050
3091
  Round
3051
3092
  */
3052
3093
  export declare enum LineJoinType {
@@ -3064,6 +3105,32 @@ export declare type LinearServiceConfigurationDc = ServiceConfigurationBaseDc &
3064
3105
  featuresLimit?: number;
3065
3106
  extentOffset?: number;
3066
3107
  };
3108
+ /**
3109
+ * Search resources.
3110
+ */
3111
+ export interface ListResourcesDto {
3112
+ /** Id of the parent. */
3113
+ parentId?: string;
3114
+ /**
3115
+ * Text filer support sql like symbols
3116
+ * (for example start with 'text*', contains 'text', end with '*text'.
3117
+ */
3118
+ filter?: string;
3119
+ /**
3120
+ *
3121
+ *
3122
+ * My
3123
+ *
3124
+ * Shared
3125
+ *
3126
+ * Public
3127
+ */
3128
+ ownerFilter?: OwnerFilter;
3129
+ /** Resources types filter. */
3130
+ resourceTypes?: CatalogResourceType[];
3131
+ /** Resources subtypes filter. */
3132
+ subtypes?: string[];
3133
+ }
3067
3134
  /**
3068
3135
  * Configuration for the local tile service.
3069
3136
  */
@@ -3098,7 +3165,7 @@ export interface LoginDc {
3098
3165
  }
3099
3166
  /**
3100
3167
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3101
-
3168
+
3102
3169
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3103
3170
  */
3104
3171
  export interface MapTableInfoDc {
@@ -3149,10 +3216,7 @@ export interface ModelElementDc {
3149
3216
  * Move resource dto.
3150
3217
  */
3151
3218
  export interface MoveResourceDc {
3152
- /**
3153
- * Target resource to copy.
3154
- * @format uuid
3155
- */
3219
+ /** Target resource to copy. */
3156
3220
  targetResource?: string;
3157
3221
  /** Name of target resource. */
3158
3222
  newName?: string;
@@ -3204,29 +3268,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3204
3268
  export declare type ObjectId = object;
3205
3269
  /**
3206
3270
  *
3207
-
3208
- All
3209
-
3210
- Directory
3211
-
3212
- File
3213
- */
3214
- export declare enum ObjectTypeFilter {
3215
- All = "All",
3216
- Directory = "Directory",
3217
- File = "File"
3218
- }
3219
- /**
3220
- *
3221
-
3271
+
3222
3272
  Unknown
3223
-
3273
+
3224
3274
  union
3225
-
3275
+
3226
3276
  intersection
3227
-
3277
+
3228
3278
  subtraction
3229
-
3279
+
3230
3280
  symDifference
3231
3281
  */
3232
3282
  export declare enum Operation {
@@ -3246,17 +3296,17 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
3246
3296
  };
3247
3297
  /**
3248
3298
  *
3249
-
3299
+
3250
3300
  My
3251
-
3252
- All
3253
-
3254
- Other
3301
+
3302
+ Shared
3303
+
3304
+ Public
3255
3305
  */
3256
3306
  export declare enum OwnerFilter {
3257
3307
  My = "My",
3258
- All = "All",
3259
- Other = "Other"
3308
+ Shared = "Shared",
3309
+ Public = "Public"
3260
3310
  }
3261
3311
  /**
3262
3312
  * Features list definition.
@@ -3449,9 +3499,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3449
3499
  };
3450
3500
  /**
3451
3501
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3452
-
3502
+
3453
3503
  xyz
3454
-
3504
+
3455
3505
  tms
3456
3506
  */
3457
3507
  export declare enum PbfSchema {
@@ -3472,19 +3522,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3472
3522
  };
3473
3523
  /**
3474
3524
  *
3475
-
3525
+
3476
3526
  none
3477
-
3527
+
3478
3528
  configure
3479
-
3529
+
3480
3530
  write
3481
-
3531
+
3482
3532
  read
3483
-
3533
+
3484
3534
  read,configure
3485
-
3535
+
3486
3536
  read,write
3487
-
3537
+
3488
3538
  read,write,configure
3489
3539
  */
3490
3540
  export declare enum Permissions {
@@ -3542,19 +3592,19 @@ export interface PolicyDc {
3542
3592
  }
3543
3593
  /**
3544
3594
  * Type of the authorization policy.
3545
-
3595
+
3546
3596
  Unknown
3547
-
3597
+
3548
3598
  CreateTable
3549
-
3599
+
3550
3600
  CreateLayer
3551
-
3601
+
3552
3602
  CreateProject
3553
-
3603
+
3554
3604
  MaxFeaturesInOneTable
3555
-
3605
+
3556
3606
  MaxObjectsToExport
3557
-
3607
+
3558
3608
  MaxUploadContentSize
3559
3609
  */
3560
3610
  export declare enum PolicyType {
@@ -3905,14 +3955,16 @@ export interface ProxyServiceInfoDc {
3905
3955
  icon?: string;
3906
3956
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
3907
3957
  invisibleInCatalog?: boolean;
3958
+ /** Parent id in resources catalog. */
3959
+ parentId?: string;
3908
3960
  }
3909
3961
  /**
3910
3962
  * Stream quality.
3911
-
3963
+
3912
3964
  Low
3913
-
3965
+
3914
3966
  Medium
3915
-
3967
+
3916
3968
  High
3917
3969
  */
3918
3970
  export declare enum Quality {
@@ -4087,6 +4139,8 @@ export interface QueryLayerServiceInfoDc {
4087
4139
  icon?: string;
4088
4140
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
4089
4141
  invisibleInCatalog?: boolean;
4142
+ /** Parent id in resources catalog. */
4143
+ parentId?: string;
4090
4144
  }
4091
4145
  /**
4092
4146
  * Raster band cfg.
@@ -4260,17 +4314,17 @@ export interface RasterVrtFeatureSourceDc {
4260
4314
  }
4261
4315
  /**
4262
4316
  *
4263
-
4317
+
4264
4318
  OneToMany
4265
-
4319
+
4266
4320
  OneToOne
4267
-
4321
+
4268
4322
  Intersect
4269
-
4323
+
4270
4324
  RightJoin
4271
-
4325
+
4272
4326
  FullJoin
4273
-
4327
+
4274
4328
  CrossJoin
4275
4329
  */
4276
4330
  export declare enum ReferenceJoinType {
@@ -4403,22 +4457,24 @@ export interface ResourceInfoDc {
4403
4457
  icon?: string;
4404
4458
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
4405
4459
  invisibleInCatalog?: boolean;
4460
+ /** Parent id in resources catalog. */
4461
+ parentId?: string;
4406
4462
  }
4407
4463
  /**
4408
4464
  *
4409
-
4465
+
4410
4466
  Unknown
4411
-
4467
+
4412
4468
  table
4413
-
4469
+
4414
4470
  layer
4415
-
4471
+
4416
4472
  project
4417
-
4473
+
4418
4474
  file
4419
-
4475
+
4420
4476
  feature
4421
-
4477
+
4422
4478
  tag
4423
4479
  */
4424
4480
  export declare enum ResourceType {
@@ -4580,14 +4636,11 @@ export declare type ScaleBarElementDc = ModelElementDc & {
4580
4636
  * Search resources.
4581
4637
  */
4582
4638
  export interface SearchResourcesDto {
4583
- /**
4584
- * Id of the parent.
4585
- * @format uuid
4586
- */
4639
+ /** Id of the parent. */
4587
4640
  parentId?: string;
4588
4641
  /**
4589
4642
  * Text filer support sql like symbols
4590
- * (for example start with 'text*', contains '*text*', end with '*text'.
4643
+ * (for example start with 'text*', contains 'text', end with '*text'.
4591
4644
  */
4592
4645
  filter?: string;
4593
4646
  /**
@@ -4595,23 +4648,17 @@ export interface SearchResourcesDto {
4595
4648
  *
4596
4649
  * My
4597
4650
  *
4598
- * All
4651
+ * Shared
4599
4652
  *
4600
- * Other
4653
+ * Public
4601
4654
  */
4602
4655
  ownerFilter?: OwnerFilter;
4603
4656
  /** Tags filter. */
4604
4657
  tags?: string[];
4605
- /**
4606
- *
4607
- *
4608
- * All
4609
- *
4610
- * Directory
4611
- *
4612
- * File
4613
- */
4614
- objectFilter?: ObjectTypeFilter;
4658
+ /** Resources types filter. */
4659
+ resourceTypes?: CatalogResourceType[];
4660
+ /** Resources subtypes filter. */
4661
+ subtypes?: string[];
4615
4662
  }
4616
4663
  /**
4617
4664
  * Result data.
@@ -4687,21 +4734,21 @@ export interface ServerInfoDc {
4687
4734
  }
4688
4735
  /**
4689
4736
  * Status of the server task.
4690
-
4737
+
4691
4738
  None
4692
-
4739
+
4693
4740
  Scheduled
4694
-
4741
+
4695
4742
  Planning
4696
-
4743
+
4697
4744
  Executing
4698
-
4745
+
4699
4746
  Completed
4700
-
4747
+
4701
4748
  Failed
4702
-
4749
+
4703
4750
  Canceled
4704
-
4751
+
4705
4752
  Timeout
4706
4753
  */
4707
4754
  export declare enum ServerTaskStatus {
@@ -4959,7 +5006,7 @@ export interface SimpleEndingDc {
4959
5006
  }
4960
5007
  /**
4961
5008
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
4962
-
5009
+
4963
5010
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
4964
5011
  stroke width and color of the symbol.
4965
5012
  */
@@ -5034,11 +5081,11 @@ export interface SimplifyInfoItemDc {
5034
5081
  }
5035
5082
  /**
5036
5083
  *
5037
-
5084
+
5038
5085
  Basic
5039
-
5086
+
5040
5087
  PreserveTopology
5041
-
5088
+
5042
5089
  VW
5043
5090
  */
5044
5091
  export declare enum SimplifyType {
@@ -5189,13 +5236,13 @@ export declare type StepResultDc = BaseStepResultDc & {
5189
5236
  };
5190
5237
  /**
5191
5238
  *
5192
-
5239
+
5193
5240
  None
5194
-
5241
+
5195
5242
  Image
5196
-
5243
+
5197
5244
  PkkCode
5198
-
5245
+
5199
5246
  Attachments
5200
5247
  */
5201
5248
  export declare enum StringSubType {
@@ -5434,9 +5481,9 @@ export interface TagInfoDc {
5434
5481
  }
5435
5482
  /**
5436
5483
  * Task owner group.
5437
-
5484
+
5438
5485
  my
5439
-
5486
+
5440
5487
  all
5441
5488
  */
5442
5489
  export declare enum TaskGroup {
@@ -5654,13 +5701,13 @@ export interface TemplateModelDc {
5654
5701
  }
5655
5702
  /**
5656
5703
  * Sets the horizontal alignment of text.
5657
-
5704
+
5658
5705
  right
5659
-
5706
+
5660
5707
  left
5661
-
5708
+
5662
5709
  center
5663
-
5710
+
5664
5711
  justified
5665
5712
  */
5666
5713
  export declare enum TextAlignment {
@@ -5680,11 +5727,11 @@ export interface TextBackgroundDc {
5680
5727
  }
5681
5728
  /**
5682
5729
  * Sets the vertical alignment of text.
5683
-
5730
+
5684
5731
  top
5685
-
5732
+
5686
5733
  bottom
5687
-
5734
+
5688
5735
  middle
5689
5736
  */
5690
5737
  export declare enum TextVerticalAlignment {
@@ -5793,6 +5840,8 @@ export interface TileCatalogServiceInfoDc {
5793
5840
  icon?: string;
5794
5841
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
5795
5842
  invisibleInCatalog?: boolean;
5843
+ /** Parent id in resources catalog. */
5844
+ parentId?: string;
5796
5845
  }
5797
5846
  /**
5798
5847
  * Configuration of a table for tile catalog layer.
@@ -5970,6 +6019,8 @@ export interface TileServiceInfoDc {
5970
6019
  icon?: string;
5971
6020
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
5972
6021
  invisibleInCatalog?: boolean;
6022
+ /** Parent id in resources catalog. */
6023
+ parentId?: string;
5973
6024
  }
5974
6025
  /**
5975
6026
  * The description of the tile feature layer service as a server task data storage.
@@ -6476,19 +6527,16 @@ export interface GetLivePreviewStreamParams {
6476
6527
  cameraId: string;
6477
6528
  }
6478
6529
  export interface GetAllParams {
6479
- /**
6480
- * Parent resource id.
6481
- * @format uuid
6482
- */
6530
+ /** Parent resource id. */
6483
6531
  parentId?: string;
6484
6532
  /**
6485
6533
  * Resources owner filter.
6486
6534
  *
6487
6535
  * My
6488
6536
  *
6489
- * All
6537
+ * Shared
6490
6538
  *
6491
- * Other
6539
+ * Public
6492
6540
  */
6493
6541
  ownerFilter?: OwnerFilter;
6494
6542
  }
@@ -6521,14 +6569,16 @@ export interface CreateFilePayload {
6521
6569
  rewrite?: boolean;
6522
6570
  /** Description of the file. */
6523
6571
  description?: string;
6524
- /**
6525
- * Id of the parent resource.
6526
- * @format uuid
6527
- */
6572
+ /** Id of the parent resource. */
6528
6573
  parentId?: string;
6529
6574
  /** Owner of the file. */
6530
6575
  owner?: string;
6576
+ /** Check if file is temporary. */
6577
+ isTemporary?: boolean;
6578
+ /** A set of tags. */
6579
+ tags?: string[];
6531
6580
  }
6581
+ export declare type SetPermissionsPayload = ResourceAclDc[];
6532
6582
  export interface GetConfigurationsListParams {
6533
6583
  /**
6534
6584
  * Offset.
@@ -7200,7 +7250,7 @@ export interface ValidateExpressionParams {
7200
7250
  /** Layer name. */
7201
7251
  layerName: string;
7202
7252
  }
7203
- export interface GetRasterMetaParams8 {
7253
+ export interface GetRasterMetaParams3 {
7204
7254
  /**
7205
7255
  * Min value for build histogram.
7206
7256
  * @format double
@@ -7327,7 +7377,7 @@ export interface GetProjectsListParams {
7327
7377
  tags?: string[];
7328
7378
  }
7329
7379
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
7330
- export interface DeleteResourcesParams9 {
7380
+ export interface DeleteResourcesParams8 {
7331
7381
  /** Resource names. */
7332
7382
  names?: string[];
7333
7383
  }
@@ -7510,15 +7560,6 @@ export interface UploadFilePayload {
7510
7560
  * If true - rewrite file if exist. If false - return error.
7511
7561
  */
7512
7562
  rewrite?: boolean;
7513
- /** Description of the file. */
7514
- description?: string;
7515
- /**
7516
- * Id of the parent resource.
7517
- * @format uuid
7518
- */
7519
- parentId?: string;
7520
- /** Owner of the file. */
7521
- owner?: string;
7522
7563
  }
7523
7564
  export interface DeleteFileParams {
7524
7565
  /** File id to delete. */
@@ -7582,7 +7623,7 @@ export interface StatisticsDbParams {
7582
7623
  */
7583
7624
  types?: AggregationFunction[];
7584
7625
  }
7585
- export interface ClassifyParams1 {
7626
+ export interface ClassifyParams8 {
7586
7627
  /** Layer name. */
7587
7628
  name: string;
7588
7629
  /** Attribute name. */
@@ -7715,6 +7756,10 @@ export interface GetTableListParams {
7715
7756
  acl?: string;
7716
7757
  }
7717
7758
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7759
+ export interface DeleteResourcesParams1 {
7760
+ /** Resource names. */
7761
+ names?: string[];
7762
+ }
7718
7763
  export interface GetTablesInfoParams {
7719
7764
  /** Table names. */
7720
7765
  tableNames?: string[];
@@ -7779,7 +7824,7 @@ export interface SetPreviewInput {
7779
7824
  /** @format binary */
7780
7825
  file?: File;
7781
7826
  }
7782
- export interface GetAllParams3 {
7827
+ export interface GetAllParams8 {
7783
7828
  /** Text filter. */
7784
7829
  filter?: string;
7785
7830
  /**
@@ -7868,7 +7913,7 @@ export interface GetPublicCapabilitiesParams {
7868
7913
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7869
7914
  AcceptFormats?: string[];
7870
7915
  }
7871
- export interface GetCapabilitiesParams9 {
7916
+ export interface GetCapabilitiesParams8 {
7872
7917
  /** Output format of service metadata. */
7873
7918
  Format?: string;
7874
7919
  /** Must be WMS. */