@evergis/api 3.0.180 → 3.0.182

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.
Files changed (49) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +21 -21
  3. package/dist/Api.d.ts +4 -0
  4. package/dist/__generated__/AccountPreviewService.d.ts +1 -1
  5. package/dist/__generated__/AccountService.d.ts +1 -1
  6. package/dist/__generated__/BulkOperationsService.d.ts +1 -1
  7. package/dist/__generated__/CamerasService.d.ts +13 -2
  8. package/dist/__generated__/CatalogService.d.ts +119 -0
  9. package/dist/__generated__/ClientSettingsService.d.ts +1 -1
  10. package/dist/__generated__/EqlTestService.d.ts +3 -3
  11. package/dist/__generated__/ExternalProvidersService.d.ts +1 -1
  12. package/dist/__generated__/FeedbackService.d.ts +1 -1
  13. package/dist/__generated__/FiltersService.d.ts +1 -1
  14. package/dist/__generated__/GeneralService.d.ts +1 -1
  15. package/dist/__generated__/GeocodeService.d.ts +1 -1
  16. package/dist/__generated__/IceRouterService.d.ts +1 -1
  17. package/dist/__generated__/ImportService.d.ts +1 -1
  18. package/dist/__generated__/LayersService.d.ts +3 -3
  19. package/dist/__generated__/NamespaceService.d.ts +1 -1
  20. package/dist/__generated__/NavigationService.d.ts +1 -1
  21. package/dist/__generated__/NotificationService.d.ts +1 -1
  22. package/dist/__generated__/PrintService.d.ts +1 -1
  23. package/dist/__generated__/ProjectsService.d.ts +3 -3
  24. package/dist/__generated__/QueryTokenAccessService.d.ts +52 -0
  25. package/dist/__generated__/ResourceCatalogService.d.ts +1 -1
  26. package/dist/__generated__/S3Service.d.ts +1 -1
  27. package/dist/__generated__/SchedulerService.d.ts +1 -1
  28. package/dist/__generated__/SecurityService.d.ts +1 -1
  29. package/dist/__generated__/SpatialReferencesService.d.ts +1 -1
  30. package/dist/__generated__/StaticContentService.d.ts +1 -1
  31. package/dist/__generated__/StatisticService.d.ts +3 -3
  32. package/dist/__generated__/StyleService.d.ts +1 -1
  33. package/dist/__generated__/SymbolStorageService.d.ts +1 -1
  34. package/dist/__generated__/TablesService.d.ts +3 -3
  35. package/dist/__generated__/TagsService.d.ts +3 -3
  36. package/dist/__generated__/ToolsService.d.ts +1 -1
  37. package/dist/__generated__/UniversalSearchService.d.ts +1 -1
  38. package/dist/__generated__/VectorTileService.d.ts +1 -1
  39. package/dist/__generated__/WfsServerService.d.ts +1 -1
  40. package/dist/__generated__/WmsServerService.d.ts +1 -1
  41. package/dist/__generated__/WmtsService.d.ts +1 -1
  42. package/dist/__generated__/data-contracts.d.ts +498 -533
  43. package/dist/api.cjs.development.js +352 -50
  44. package/dist/api.cjs.development.js.map +1 -1
  45. package/dist/api.cjs.production.min.js +1 -1
  46. package/dist/api.cjs.production.min.js.map +1 -1
  47. package/dist/api.esm.js +576 -238
  48. package/dist/api.esm.js.map +1 -1
  49. package/package.json +4 -4
@@ -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 {
@@ -332,7 +332,7 @@ export interface AttributeConfigurationDc {
332
332
  /** Description for the attribute. */
333
333
  description?: string;
334
334
  /**
335
- * The `StringSubType` provides information about string attribute subtype.
335
+ *
336
336
  *
337
337
  * None
338
338
  *
@@ -406,7 +406,7 @@ export interface AttributeConfigurationDc {
406
406
  /** A set of layer references. */
407
407
  layerReferenceId?: string[];
408
408
  /**
409
- * Attribute selector type.
409
+ *
410
410
  *
411
411
  * None
412
412
  *
@@ -425,7 +425,7 @@ export interface AttributeConfigurationDc {
425
425
  */
426
426
  export interface AttributeDefinitionDc {
427
427
  /**
428
- * Types of the attributes that are supported by the system.
428
+ *
429
429
  *
430
430
  * Unknown
431
431
  *
@@ -465,7 +465,7 @@ export interface AttributeDefinitionDc {
465
465
  /** If false, attribute will not be returned in feature query. */
466
466
  isDisplayed?: boolean;
467
467
  /**
468
- * The `StringSubType` provides information about string attribute subtype.
468
+ *
469
469
  *
470
470
  * None
471
471
  *
@@ -583,14 +583,14 @@ export interface AttributeFormatDefinitionDc {
583
583
  rounding?: number;
584
584
  }
585
585
  /**
586
- * Attribute selector type.
587
-
586
+ *
587
+
588
588
  None
589
-
589
+
590
590
  SelectFromHandBook
591
-
591
+
592
592
  SelectFromRange
593
-
593
+
594
594
  ViewHandBook
595
595
  */
596
596
  export declare enum AttributeSelectorType {
@@ -600,32 +600,32 @@ export declare enum AttributeSelectorType {
600
600
  ViewHandBook = "ViewHandBook"
601
601
  }
602
602
  /**
603
- * Types of the attributes that are supported by the system.
604
-
603
+ *
604
+
605
605
  Unknown
606
-
606
+
607
607
  String
608
-
608
+
609
609
  Int32
610
-
610
+
611
611
  Int64
612
-
612
+
613
613
  Double
614
-
614
+
615
615
  DateTime
616
-
616
+
617
617
  Boolean
618
-
618
+
619
619
  Point
620
-
620
+
621
621
  Polyline
622
-
622
+
623
623
  MultiPolygon
624
-
624
+
625
625
  Multipoint
626
-
626
+
627
627
  H3Index
628
-
628
+
629
629
  Json
630
630
  */
631
631
  export declare enum AttributeType {
@@ -691,11 +691,7 @@ export declare type AvailabilityAreaTaskDc = FeatureTaskParametersDc & {
691
691
  idAttributeName?: string;
692
692
  geometryAttributeName?: string;
693
693
  };
694
- /**
695
- * Simply Base64 string.
696
- */
697
694
  export interface Base64String {
698
- /** string value. */
699
695
  value?: string;
700
696
  }
701
697
  /**
@@ -720,17 +716,6 @@ export interface BatchResourcesAclDc {
720
716
  /** A set of projects acl. */
721
717
  projects?: ResourceAclDc[];
722
718
  }
723
- /**
724
- * Provides bulk request to manage catalog resources.
725
- */
726
- export interface BatchResourcesCatalogDc {
727
- /** List of layers. */
728
- layers?: CatalogResourceDc[];
729
- /** List of tables. */
730
- tables?: CatalogResourceDc[];
731
- /** List of projects. */
732
- projects?: CatalogResourceDc[];
733
- }
734
719
  /**
735
720
  * The class describes data contract of bookmark at the map.
736
721
  */
@@ -805,13 +790,48 @@ export interface CameraListDc {
805
790
  success?: boolean;
806
791
  }
807
792
  /**
808
- * Provides catalog resources with users.
793
+ * Resource catalog item.
809
794
  */
810
795
  export interface CatalogResourceDc {
811
- /** Name of the resource to add. */
812
- objectName: string;
813
- /** Users list. */
814
- users: string[];
796
+ /**
797
+ * Id of the resource.
798
+ * @format uuid
799
+ */
800
+ resourceId?: string;
801
+ /**
802
+ * Id of the resource.
803
+ * @format uuid
804
+ */
805
+ parentId?: string;
806
+ /** Path to the resource. */
807
+ name?: string;
808
+ /** Description of the resource. */
809
+ description?: string;
810
+ /**
811
+ * Resource size.
812
+ * @format int64
813
+ */
814
+ size?: number;
815
+ /** Content type. */
816
+ contentType?: string;
817
+ /** Check if resource is directory. */
818
+ isDirectory?: boolean;
819
+ /** Check if resource is temporary. */
820
+ isTemporary?: boolean;
821
+ /** Owner of the resource. */
822
+ owner?: string;
823
+ /** Resource path. */
824
+ path?: string;
825
+ /**
826
+ * Updated at.
827
+ * @format date-time
828
+ */
829
+ updatedAt?: string;
830
+ /**
831
+ * Created at.
832
+ * @format date-time
833
+ */
834
+ createdAt?: string;
815
835
  }
816
836
  /**
817
837
  * Ending with an empty circle.
@@ -846,15 +866,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
846
866
  };
847
867
  /**
848
868
  * Describes classification methods.
849
-
869
+
850
870
  none
851
-
871
+
852
872
  naturalBreaks
853
-
873
+
854
874
  equalInterval
855
-
875
+
856
876
  quantile
857
-
877
+
858
878
  unique
859
879
  */
860
880
  export declare enum ClassificationType {
@@ -866,11 +886,11 @@ export declare enum ClassificationType {
866
886
  }
867
887
  /**
868
888
  *
869
-
889
+
870
890
  decimal
871
-
891
+
872
892
  dateTime
873
-
893
+
874
894
  text
875
895
  */
876
896
  export declare enum ClassifyAttributeType {
@@ -922,7 +942,7 @@ export interface ColumnDescriptionDc {
922
942
  /** Default value, if column is not nullable. */
923
943
  defaultValue?: any;
924
944
  /**
925
- * Types of the attributes that are supported by the system.
945
+ *
926
946
  *
927
947
  * Unknown
928
948
  *
@@ -1109,7 +1129,7 @@ export interface CompositeServiceInfoDc {
1109
1129
  */
1110
1130
  changedDate?: string;
1111
1131
  /**
1112
- * User permissions for server security objects (services, projects etc.)
1132
+ *
1113
1133
  *
1114
1134
  * none
1115
1135
  *
@@ -1150,56 +1170,56 @@ export interface ConfigDc {
1150
1170
  urlPath?: string;
1151
1171
  }
1152
1172
  /**
1153
- * Types of errors that can occur during layer initialize.
1154
-
1173
+ *
1174
+
1155
1175
  Unknown
1156
-
1176
+
1157
1177
  SerializeError
1158
-
1178
+
1159
1179
  InvalidDataService
1160
-
1180
+
1161
1181
  InvalidConfiguration
1162
-
1182
+
1163
1183
  InvalidDataServiceName
1164
-
1184
+
1165
1185
  InvalidTableName
1166
-
1186
+
1167
1187
  InvalidLayerName
1168
-
1188
+
1169
1189
  ResourceNotFound
1170
-
1190
+
1171
1191
  InvalidCondition
1172
-
1192
+
1173
1193
  InvalidAttributes
1174
-
1194
+
1175
1195
  InvalidIdAttribute
1176
-
1196
+
1177
1197
  InvalidGeometryAttribute
1178
-
1198
+
1179
1199
  InvalidGeometryAttributeType
1180
-
1200
+
1181
1201
  InvalidColumnName
1182
-
1202
+
1183
1203
  InvalidIdColumnSettings
1184
-
1204
+
1185
1205
  ColumnNotExistsInTable
1186
-
1206
+
1187
1207
  InvalidStyle
1188
-
1208
+
1189
1209
  InvalidLayerType
1190
-
1210
+
1191
1211
  ColumnLoadingError
1192
-
1212
+
1193
1213
  InvalidAttributeFormat
1194
-
1214
+
1195
1215
  DataSourceNotFound
1196
-
1216
+
1197
1217
  DuplicateColumns
1198
-
1218
+
1199
1219
  DuplicateAttributes
1200
-
1220
+
1201
1221
  TableWithoutColumns
1202
-
1222
+
1203
1223
  InvalidTableReferenceConfiguration
1204
1224
  */
1205
1225
  export declare enum ConfigurationErrorEnum {
@@ -1244,7 +1264,7 @@ export interface CopyResourceDc {
1244
1264
  /** Name of resource to copy. */
1245
1265
  name: string;
1246
1266
  /**
1247
- * The `ResourceType` represents resource manager supports types.
1267
+ *
1248
1268
  *
1249
1269
  * Unknown
1250
1270
  *
@@ -1277,7 +1297,7 @@ export interface CopyResourceResultDc {
1277
1297
  /** Name of the resource. */
1278
1298
  name: string;
1279
1299
  /**
1280
- * The `ResourceType` represents resource manager supports types.
1300
+ *
1281
1301
  *
1282
1302
  * Unknown
1283
1303
  *
@@ -1311,6 +1331,26 @@ export declare type CopyTaskParametersDc = FeatureTaskParametersDc & {
1311
1331
  condition?: string;
1312
1332
  attributeMapping?: Record<string, string | null>;
1313
1333
  };
1334
+ /**
1335
+ * Create directory request.
1336
+ */
1337
+ export interface CreateDirectoryDc {
1338
+ /**
1339
+ * Id of parent resource.
1340
+ * @format uuid
1341
+ */
1342
+ parentId?: string;
1343
+ /** Path to the directory. */
1344
+ name?: string;
1345
+ /** Owner. */
1346
+ owner?: string;
1347
+ /** Description of the directory. */
1348
+ description?: string;
1349
+ /** A set of tags. */
1350
+ tags?: string[];
1351
+ /** If true root folder will created as temporary. */
1352
+ isTemporary?: boolean;
1353
+ }
1314
1354
  /**
1315
1355
  * Data contract for create new role.
1316
1356
  */
@@ -1523,15 +1563,15 @@ export interface ErrorDetailsDc {
1523
1563
  }
1524
1564
  /**
1525
1565
  * Type of the error.
1526
-
1566
+
1527
1567
  ResourceLimitExceeded
1528
-
1568
+
1529
1569
  ResourceNotFound
1530
-
1570
+
1531
1571
  InternalError
1532
-
1572
+
1533
1573
  BadRequest
1534
-
1574
+
1535
1575
  DuplicateContent
1536
1576
  */
1537
1577
  export declare enum ErrorDetailsType {
@@ -1594,7 +1634,7 @@ export interface ExpressionValidationResultDc {
1594
1634
  /** If not valid, this field will contain the list of errors in the expression. */
1595
1635
  errors?: string[];
1596
1636
  /**
1597
- * Types of the attributes that are supported by the system.
1637
+ *
1598
1638
  *
1599
1639
  * Unknown
1600
1640
  *
@@ -1728,7 +1768,7 @@ export interface ExternalLayerInfoDc {
1728
1768
  */
1729
1769
  export interface FailedServiceInfoDc {
1730
1770
  /**
1731
- * Types of errors that can occur during layer initialize.
1771
+ *
1732
1772
  *
1733
1773
  * Unknown
1734
1774
  *
@@ -1847,7 +1887,7 @@ export interface FailedServiceInfoDc {
1847
1887
  */
1848
1888
  changedDate?: string;
1849
1889
  /**
1850
- * User permissions for server security objects (services, projects etc.)
1890
+ *
1851
1891
  *
1852
1892
  * none
1853
1893
  *
@@ -1964,7 +2004,7 @@ export interface FeatureLayerServiceInfoDc {
1964
2004
  */
1965
2005
  changedDate?: string;
1966
2006
  /**
1967
- * User permissions for server security objects (services, projects etc.)
2007
+ *
1968
2008
  *
1969
2009
  * none
1970
2010
  *
@@ -2026,9 +2066,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
2026
2066
  };
2027
2067
  /**
2028
2068
  * Type of the feature.
2029
-
2069
+
2030
2070
  Unknown
2031
-
2071
+
2032
2072
  GeometricFeature
2033
2073
  */
2034
2074
  export declare enum FeatureType {
@@ -2155,11 +2195,11 @@ export interface FilterDc {
2155
2195
  }
2156
2196
  /**
2157
2197
  * Sets whether font should be styled.
2158
-
2198
+
2159
2199
  normal
2160
-
2200
+
2161
2201
  oblique
2162
-
2202
+
2163
2203
  italic
2164
2204
  */
2165
2205
  export declare enum FontStyle {
@@ -2169,27 +2209,27 @@ export declare enum FontStyle {
2169
2209
  }
2170
2210
  /**
2171
2211
  * Specifies the weight (or boldness) of the font.
2172
-
2212
+
2173
2213
  Thin
2174
-
2214
+
2175
2215
  ExtraLight
2176
-
2216
+
2177
2217
  Light
2178
-
2218
+
2179
2219
  SemiLight
2180
-
2220
+
2181
2221
  Normal
2182
-
2222
+
2183
2223
  Medium
2184
-
2224
+
2185
2225
  DemiBold
2186
-
2226
+
2187
2227
  Bold
2188
-
2228
+
2189
2229
  ExtraBold
2190
-
2230
+
2191
2231
  Black
2192
-
2232
+
2193
2233
  ExtraBlack
2194
2234
  */
2195
2235
  export declare enum FontWeight {
@@ -2284,17 +2324,17 @@ export interface GeometryDc {
2284
2324
  }
2285
2325
  /**
2286
2326
  *
2287
-
2327
+
2288
2328
  unknown
2289
-
2329
+
2290
2330
  point
2291
-
2331
+
2292
2332
  polyline
2293
-
2333
+
2294
2334
  multipolygon
2295
-
2335
+
2296
2336
  envelope
2297
-
2337
+
2298
2338
  multipoint
2299
2339
  */
2300
2340
  export declare enum GeometryType {
@@ -2350,13 +2390,13 @@ export declare type GridElementDc = ModelElementDc & {
2350
2390
  };
2351
2391
  /**
2352
2392
  * Resource group.
2353
-
2393
+
2354
2394
  my
2355
-
2395
+
2356
2396
  role
2357
-
2397
+
2358
2398
  public
2359
-
2399
+
2360
2400
  all
2361
2401
  */
2362
2402
  export declare enum Group {
@@ -2397,6 +2437,7 @@ export declare type HexGridSymbolDc = SymbolDc & {
2397
2437
  fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc;
2398
2438
  aggregations?: Record<string, AggregationFunction>;
2399
2439
  };
2440
+ export declare type IAsyncEnumerableLivePreviewDc = object;
2400
2441
  export declare type IAsyncEnumerableRouteDataDc = object;
2401
2442
  export interface IDatum {
2402
2443
  /** @format double */
@@ -2748,35 +2789,18 @@ export declare type LayerTemplateModelDc = TemplateModelDc & {
2748
2789
  legendEnabled?: boolean;
2749
2790
  legendLayers?: LegendLayerDc[];
2750
2791
  };
2751
- /**
2752
- * Information about layer update.
2753
- Includes ids of modified features and their bbox.
2754
- */
2755
2792
  export interface LayerUpdateInfo {
2756
- /** Updated layer service name. */
2757
2793
  layerServiceName?: string;
2758
2794
  boundingBox?: IEnvelopeGeometry;
2759
- /** Array of created ids. */
2760
2795
  createdIds?: ObjectId[];
2761
- /** Array of updated ids. */
2762
2796
  updatedIds?: ObjectId[];
2763
- /** Array of deleted ids. */
2764
2797
  deletedIds?: ObjectId[];
2765
- /** Array of failed ids. */
2766
2798
  failedIds?: number[];
2767
- /**
2768
- * Total objects count.
2769
- * @format int64
2770
- */
2799
+ /** @format int64 */
2771
2800
  totalCount?: number;
2772
- /** Is layer deleted flag. */
2773
2801
  isLayerDeleted?: boolean;
2774
- /** Layer update exceptions. */
2775
2802
  exceptions?: ValueTupleStringString[];
2776
- /**
2777
- * Failed features count.
2778
- * @format int32
2779
- */
2803
+ /** @format int32 */
2780
2804
  failedCount?: number;
2781
2805
  }
2782
2806
  /**
@@ -2798,7 +2822,6 @@ export interface LayerUpdateInfoDc {
2798
2822
  * Legend layer attribute condition data contract.
2799
2823
  */
2800
2824
  export interface LegendLayerAttributeConditionDc {
2801
- /** Simply Base64 string. */
2802
2825
  symbol?: Base64String;
2803
2826
  /** Legend layer attribute condition string. */
2804
2827
  value?: string;
@@ -2816,7 +2839,6 @@ export interface LegendLayerAttributeDc {
2816
2839
  * Legend layer data contract.
2817
2840
  */
2818
2841
  export interface LegendLayerDc {
2819
- /** Simply Base64 string. */
2820
2842
  symbol?: Base64String;
2821
2843
  /** Legend layer name. */
2822
2844
  name?: string;
@@ -2836,13 +2858,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
2836
2858
  };
2837
2859
  /**
2838
2860
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
2839
-
2861
+
2840
2862
  Flat
2841
-
2863
+
2842
2864
  Square
2843
-
2865
+
2844
2866
  Round
2845
-
2867
+
2846
2868
  Triangle
2847
2869
  */
2848
2870
  export declare enum LineCapStyle {
@@ -2886,29 +2908,29 @@ export interface LineEndingBaseDc {
2886
2908
  }
2887
2909
  /**
2888
2910
  * Type of the line ending.
2889
-
2911
+
2890
2912
  none
2891
-
2913
+
2892
2914
  arrow
2893
-
2915
+
2894
2916
  filledArrow
2895
-
2917
+
2896
2918
  square
2897
-
2919
+
2898
2920
  filledSquare
2899
-
2921
+
2900
2922
  circle
2901
-
2923
+
2902
2924
  filledCircle
2903
-
2925
+
2904
2926
  diamond
2905
-
2927
+
2906
2928
  filledDiamond
2907
-
2929
+
2908
2930
  roundSquare
2909
-
2931
+
2910
2932
  filledRoundSquare
2911
-
2933
+
2912
2934
  svg
2913
2935
  */
2914
2936
  export declare enum LineEndingType {
@@ -2927,11 +2949,11 @@ export declare enum LineEndingType {
2927
2949
  }
2928
2950
  /**
2929
2951
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
2930
-
2952
+
2931
2953
  Miter
2932
-
2954
+
2933
2955
  Bevel
2934
-
2956
+
2935
2957
  Round
2936
2958
  */
2937
2959
  export declare enum LineJoinType {
@@ -3029,6 +3051,18 @@ export interface ModelElementDc {
3029
3051
  /** Check what this model element enabled. */
3030
3052
  enabled?: boolean;
3031
3053
  }
3054
+ /**
3055
+ * Move resource dto.
3056
+ */
3057
+ export interface MoveResourceDc {
3058
+ /**
3059
+ * Target resource to copy.
3060
+ * @format uuid
3061
+ */
3062
+ targetResource?: string;
3063
+ /** Name of target resource. */
3064
+ newName?: string;
3065
+ }
3032
3066
  /**
3033
3067
  * Multipoint geometry object definition.
3034
3068
  */
@@ -3073,21 +3107,32 @@ export declare type NetCdfMetaDc = RasterMetaDc & {
3073
3107
  export declare type NoneEndingDc = LineEndingBaseDc & {
3074
3108
  type?: LineEndingType;
3075
3109
  };
3076
- /**
3077
- * Id of any geographical or abstract object.
3078
- */
3079
3110
  export declare type ObjectId = object;
3080
3111
  /**
3081
3112
  *
3082
-
3113
+
3114
+ All
3115
+
3116
+ Directory
3117
+
3118
+ File
3119
+ */
3120
+ export declare enum ObjectTypeFilter {
3121
+ All = "All",
3122
+ Directory = "Directory",
3123
+ File = "File"
3124
+ }
3125
+ /**
3126
+ *
3127
+
3083
3128
  Unknown
3084
-
3129
+
3085
3130
  union
3086
-
3131
+
3087
3132
  intersection
3088
-
3133
+
3089
3134
  subtraction
3090
-
3135
+
3091
3136
  symDifference
3092
3137
  */
3093
3138
  export declare enum Operation {
@@ -3105,338 +3150,157 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
3105
3150
  operation: Operation;
3106
3151
  toolLayer?: LayerTaskDataStorageDc;
3107
3152
  };
3153
+ /**
3154
+ *
3155
+
3156
+ My
3157
+
3158
+ All
3159
+
3160
+ Other
3161
+ */
3162
+ export declare enum OwnerFilter {
3163
+ My = "My",
3164
+ All = "All",
3165
+ Other = "Other"
3166
+ }
3108
3167
  /**
3109
3168
  * Features list definition.
3110
3169
  */
3111
3170
  export declare type PagedFeaturesListDc = PagedListFeatureDc;
3112
- /**
3113
- * A list of items that is returned for filtered paged requests.
3114
- */
3115
3171
  export interface PagedListConfigDc {
3116
- /**
3117
- * Total number of items that the list contains, e.g. if the paging is not applied.
3118
- * @format int64
3119
- */
3172
+ /** @format int64 */
3120
3173
  totalCount?: number;
3121
- /**
3122
- * The first index of the item in the list that is returned in the Items parameter.
3123
- * @format int32
3124
- */
3174
+ /** @format int32 */
3125
3175
  offset?: number;
3126
- /**
3127
- * Maximum number of the items that the Items parameter may contain.
3128
- * @format int32
3129
- */
3176
+ /** @format int32 */
3130
3177
  limit?: number;
3131
- /** The retrieved items in the list. */
3132
3178
  items?: ConfigDc[];
3133
3179
  }
3134
- /**
3135
- * A list of items that is returned for filtered paged requests.
3136
- */
3137
3180
  export interface PagedListExtendedUserInfoDc {
3138
- /**
3139
- * Total number of items that the list contains, e.g. if the paging is not applied.
3140
- * @format int64
3141
- */
3181
+ /** @format int64 */
3142
3182
  totalCount?: number;
3143
- /**
3144
- * The first index of the item in the list that is returned in the Items parameter.
3145
- * @format int32
3146
- */
3183
+ /** @format int32 */
3147
3184
  offset?: number;
3148
- /**
3149
- * Maximum number of the items that the Items parameter may contain.
3150
- * @format int32
3151
- */
3185
+ /** @format int32 */
3152
3186
  limit?: number;
3153
- /** The retrieved items in the list. */
3154
3187
  items?: ExtendedUserInfoDc[];
3155
3188
  }
3156
- /**
3157
- * A list of items that is returned for filtered paged requests.
3158
- */
3159
3189
  export interface PagedListFeatureDc {
3160
- /**
3161
- * Total number of items that the list contains, e.g. if the paging is not applied.
3162
- * @format int64
3163
- */
3190
+ /** @format int64 */
3164
3191
  totalCount?: number;
3165
- /**
3166
- * The first index of the item in the list that is returned in the Items parameter.
3167
- * @format int32
3168
- */
3192
+ /** @format int32 */
3169
3193
  offset?: number;
3170
- /**
3171
- * Maximum number of the items that the Items parameter may contain.
3172
- * @format int32
3173
- */
3194
+ /** @format int32 */
3174
3195
  limit?: number;
3175
- /** The retrieved items in the list. */
3176
3196
  items?: FeatureDc[];
3177
3197
  }
3178
- /**
3179
- * A list of items that is returned for filtered paged requests.
3180
- */
3181
3198
  export interface PagedListIEnumerable1 {
3182
- /**
3183
- * Total number of items that the list contains, e.g. if the paging is not applied.
3184
- * @format int64
3185
- */
3199
+ /** @format int64 */
3186
3200
  totalCount?: number;
3187
- /**
3188
- * The first index of the item in the list that is returned in the Items parameter.
3189
- * @format int32
3190
- */
3201
+ /** @format int32 */
3191
3202
  offset?: number;
3192
- /**
3193
- * Maximum number of the items that the Items parameter may contain.
3194
- * @format int32
3195
- */
3203
+ /** @format int32 */
3196
3204
  limit?: number;
3197
- /** The retrieved items in the list. */
3198
3205
  items?: Record<string, any>[][];
3199
3206
  }
3200
- /**
3201
- * A list of items that is returned for filtered paged requests.
3202
- */
3203
3207
  export interface PagedListNamespaceInfoDc {
3204
- /**
3205
- * Total number of items that the list contains, e.g. if the paging is not applied.
3206
- * @format int64
3207
- */
3208
+ /** @format int64 */
3208
3209
  totalCount?: number;
3209
- /**
3210
- * The first index of the item in the list that is returned in the Items parameter.
3211
- * @format int32
3212
- */
3210
+ /** @format int32 */
3213
3211
  offset?: number;
3214
- /**
3215
- * Maximum number of the items that the Items parameter may contain.
3216
- * @format int32
3217
- */
3212
+ /** @format int32 */
3218
3213
  limit?: number;
3219
- /** The retrieved items in the list. */
3220
3214
  items?: NamespaceInfoDc[];
3221
3215
  }
3222
- /**
3223
- * A list of items that is returned for filtered paged requests.
3224
- */
3225
3216
  export interface PagedListProjectInfoDc {
3226
- /**
3227
- * Total number of items that the list contains, e.g. if the paging is not applied.
3228
- * @format int64
3229
- */
3217
+ /** @format int64 */
3230
3218
  totalCount?: number;
3231
- /**
3232
- * The first index of the item in the list that is returned in the Items parameter.
3233
- * @format int32
3234
- */
3219
+ /** @format int32 */
3235
3220
  offset?: number;
3236
- /**
3237
- * Maximum number of the items that the Items parameter may contain.
3238
- * @format int32
3239
- */
3221
+ /** @format int32 */
3240
3222
  limit?: number;
3241
- /** The retrieved items in the list. */
3242
3223
  items?: (ProjectInfoDc | ExtendedProjectInfoDc)[];
3243
3224
  }
3244
- /**
3245
- * A list of items that is returned for filtered paged requests.
3246
- */
3247
3225
  export interface PagedListRoleInfoDc {
3248
- /**
3249
- * Total number of items that the list contains, e.g. if the paging is not applied.
3250
- * @format int64
3251
- */
3226
+ /** @format int64 */
3252
3227
  totalCount?: number;
3253
- /**
3254
- * The first index of the item in the list that is returned in the Items parameter.
3255
- * @format int32
3256
- */
3228
+ /** @format int32 */
3257
3229
  offset?: number;
3258
- /**
3259
- * Maximum number of the items that the Items parameter may contain.
3260
- * @format int32
3261
- */
3230
+ /** @format int32 */
3262
3231
  limit?: number;
3263
- /** The retrieved items in the list. */
3264
3232
  items?: RoleInfoDc[];
3265
3233
  }
3266
- /**
3267
- * A list of items that is returned for filtered paged requests.
3268
- */
3269
3234
  export interface PagedListSearchResultDc {
3270
- /**
3271
- * Total number of items that the list contains, e.g. if the paging is not applied.
3272
- * @format int64
3273
- */
3235
+ /** @format int64 */
3274
3236
  totalCount?: number;
3275
- /**
3276
- * The first index of the item in the list that is returned in the Items parameter.
3277
- * @format int32
3278
- */
3237
+ /** @format int32 */
3279
3238
  offset?: number;
3280
- /**
3281
- * Maximum number of the items that the Items parameter may contain.
3282
- * @format int32
3283
- */
3239
+ /** @format int32 */
3284
3240
  limit?: number;
3285
- /** The retrieved items in the list. */
3286
3241
  items?: SearchResultDc[];
3287
3242
  }
3288
- /**
3289
- * A list of items that is returned for filtered paged requests.
3290
- */
3291
3243
  export interface PagedListServiceListItemDc {
3292
- /**
3293
- * Total number of items that the list contains, e.g. if the paging is not applied.
3294
- * @format int64
3295
- */
3244
+ /** @format int64 */
3296
3245
  totalCount?: number;
3297
- /**
3298
- * The first index of the item in the list that is returned in the Items parameter.
3299
- * @format int32
3300
- */
3246
+ /** @format int32 */
3301
3247
  offset?: number;
3302
- /**
3303
- * Maximum number of the items that the Items parameter may contain.
3304
- * @format int32
3305
- */
3248
+ /** @format int32 */
3306
3249
  limit?: number;
3307
- /** The retrieved items in the list. */
3308
3250
  items?: ServiceListItemDc[];
3309
3251
  }
3310
- /**
3311
- * A list of items that is returned for filtered paged requests.
3312
- */
3313
3252
  export interface PagedListSymbolCategoryInfoDc {
3314
- /**
3315
- * Total number of items that the list contains, e.g. if the paging is not applied.
3316
- * @format int64
3317
- */
3253
+ /** @format int64 */
3318
3254
  totalCount?: number;
3319
- /**
3320
- * The first index of the item in the list that is returned in the Items parameter.
3321
- * @format int32
3322
- */
3255
+ /** @format int32 */
3323
3256
  offset?: number;
3324
- /**
3325
- * Maximum number of the items that the Items parameter may contain.
3326
- * @format int32
3327
- */
3257
+ /** @format int32 */
3328
3258
  limit?: number;
3329
- /** The retrieved items in the list. */
3330
3259
  items?: SymbolCategoryInfoDc[];
3331
3260
  }
3332
- /**
3333
- * A list of items that is returned for filtered paged requests.
3334
- */
3335
3261
  export interface PagedListSymbolInfoDc {
3336
- /**
3337
- * Total number of items that the list contains, e.g. if the paging is not applied.
3338
- * @format int64
3339
- */
3262
+ /** @format int64 */
3340
3263
  totalCount?: number;
3341
- /**
3342
- * The first index of the item in the list that is returned in the Items parameter.
3343
- * @format int32
3344
- */
3264
+ /** @format int32 */
3345
3265
  offset?: number;
3346
- /**
3347
- * Maximum number of the items that the Items parameter may contain.
3348
- * @format int32
3349
- */
3266
+ /** @format int32 */
3350
3267
  limit?: number;
3351
- /** The retrieved items in the list. */
3352
3268
  items?: SymbolInfoDc[];
3353
3269
  }
3354
- /**
3355
- * A list of items that is returned for filtered paged requests.
3356
- */
3357
3270
  export interface PagedListTableInfoDc {
3358
- /**
3359
- * Total number of items that the list contains, e.g. if the paging is not applied.
3360
- * @format int64
3361
- */
3271
+ /** @format int64 */
3362
3272
  totalCount?: number;
3363
- /**
3364
- * The first index of the item in the list that is returned in the Items parameter.
3365
- * @format int32
3366
- */
3273
+ /** @format int32 */
3367
3274
  offset?: number;
3368
- /**
3369
- * Maximum number of the items that the Items parameter may contain.
3370
- * @format int32
3371
- */
3275
+ /** @format int32 */
3372
3276
  limit?: number;
3373
- /** The retrieved items in the list. */
3374
3277
  items?: (TableInfoDc | DetailedTableInfoDc | UpdateTableDc)[];
3375
3278
  }
3376
- /**
3377
- * A list of items that is returned for filtered paged requests.
3378
- */
3379
3279
  export interface PagedListTagInfoDc {
3380
- /**
3381
- * Total number of items that the list contains, e.g. if the paging is not applied.
3382
- * @format int64
3383
- */
3280
+ /** @format int64 */
3384
3281
  totalCount?: number;
3385
- /**
3386
- * The first index of the item in the list that is returned in the Items parameter.
3387
- * @format int32
3388
- */
3282
+ /** @format int32 */
3389
3283
  offset?: number;
3390
- /**
3391
- * Maximum number of the items that the Items parameter may contain.
3392
- * @format int32
3393
- */
3284
+ /** @format int32 */
3394
3285
  limit?: number;
3395
- /** The retrieved items in the list. */
3396
3286
  items?: TagInfoDc[];
3397
3287
  }
3398
- /**
3399
- * A list of items that is returned for filtered paged requests.
3400
- */
3401
3288
  export interface PagedListTaskStatusDataDc {
3402
- /**
3403
- * Total number of items that the list contains, e.g. if the paging is not applied.
3404
- * @format int64
3405
- */
3289
+ /** @format int64 */
3406
3290
  totalCount?: number;
3407
- /**
3408
- * The first index of the item in the list that is returned in the Items parameter.
3409
- * @format int32
3410
- */
3291
+ /** @format int32 */
3411
3292
  offset?: number;
3412
- /**
3413
- * Maximum number of the items that the Items parameter may contain.
3414
- * @format int32
3415
- */
3293
+ /** @format int32 */
3416
3294
  limit?: number;
3417
- /** The retrieved items in the list. */
3418
3295
  items?: TaskStatusDataDc[];
3419
3296
  }
3420
- /**
3421
- * A list of items that is returned for filtered paged requests.
3422
- */
3423
3297
  export interface PagedListUserInfoDc {
3424
- /**
3425
- * Total number of items that the list contains, e.g. if the paging is not applied.
3426
- * @format int64
3427
- */
3298
+ /** @format int64 */
3428
3299
  totalCount?: number;
3429
- /**
3430
- * The first index of the item in the list that is returned in the Items parameter.
3431
- * @format int32
3432
- */
3300
+ /** @format int32 */
3433
3301
  offset?: number;
3434
- /**
3435
- * Maximum number of the items that the Items parameter may contain.
3436
- * @format int32
3437
- */
3302
+ /** @format int32 */
3438
3303
  limit?: number;
3439
- /** The retrieved items in the list. */
3440
3304
  items?: UserInfoDc[];
3441
3305
  }
3442
3306
  /**
@@ -3491,9 +3355,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3491
3355
  };
3492
3356
  /**
3493
3357
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3494
-
3358
+
3495
3359
  xyz
3496
-
3360
+
3497
3361
  tms
3498
3362
  */
3499
3363
  export declare enum PbfSchema {
@@ -3513,20 +3377,20 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3513
3377
  schema: PbfSchema;
3514
3378
  };
3515
3379
  /**
3516
- * User permissions for server security objects (services, projects etc.)
3517
-
3380
+ *
3381
+
3518
3382
  none
3519
-
3383
+
3520
3384
  configure
3521
-
3385
+
3522
3386
  write
3523
-
3387
+
3524
3388
  read
3525
-
3389
+
3526
3390
  read,configure
3527
-
3391
+
3528
3392
  read,write
3529
-
3393
+
3530
3394
  read,write,configure
3531
3395
  */
3532
3396
  export declare enum Permissions {
@@ -3584,19 +3448,19 @@ export interface PolicyDc {
3584
3448
  }
3585
3449
  /**
3586
3450
  * Type of the authorization policy.
3587
-
3451
+
3588
3452
  Unknown
3589
-
3453
+
3590
3454
  CreateTable
3591
-
3455
+
3592
3456
  CreateLayer
3593
-
3457
+
3594
3458
  CreateProject
3595
-
3459
+
3596
3460
  MaxFeaturesInOneTable
3597
-
3461
+
3598
3462
  MaxObjectsToExport
3599
-
3463
+
3600
3464
  MaxUploadContentSize
3601
3465
  */
3602
3466
  export declare enum PolicyType {
@@ -3924,7 +3788,7 @@ export interface ProxyServiceInfoDc {
3924
3788
  */
3925
3789
  changedDate?: string;
3926
3790
  /**
3927
- * User permissions for server security objects (services, projects etc.)
3791
+ *
3928
3792
  *
3929
3793
  * none
3930
3794
  *
@@ -3948,6 +3812,20 @@ export interface ProxyServiceInfoDc {
3948
3812
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
3949
3813
  invisibleInCatalog?: boolean;
3950
3814
  }
3815
+ /**
3816
+ * Stream quality.
3817
+
3818
+ Low
3819
+
3820
+ Medium
3821
+
3822
+ High
3823
+ */
3824
+ export declare enum Quality {
3825
+ Low = "Low",
3826
+ Medium = "Medium",
3827
+ High = "High"
3828
+ }
3951
3829
  /**
3952
3830
  * Configuration of a postgres feature layer service.
3953
3831
  */
@@ -3968,7 +3846,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
3968
3846
  */
3969
3847
  export interface QueryLayerServiceEqlParameterConfigurationDc {
3970
3848
  /**
3971
- * Types of the attributes that are supported by the system.
3849
+ *
3972
3850
  *
3973
3851
  * Unknown
3974
3852
  *
@@ -4092,7 +3970,7 @@ export interface QueryLayerServiceInfoDc {
4092
3970
  */
4093
3971
  changedDate?: string;
4094
3972
  /**
4095
- * User permissions for server security objects (services, projects etc.)
3973
+ *
4096
3974
  *
4097
3975
  * none
4098
3976
  *
@@ -4287,18 +4165,18 @@ export interface RasterVrtFeatureSourceDc {
4287
4165
  id: number;
4288
4166
  }
4289
4167
  /**
4290
- * Types of table reference.
4291
-
4168
+ *
4169
+
4292
4170
  OneToMany
4293
-
4171
+
4294
4172
  OneToOne
4295
-
4173
+
4296
4174
  Intersect
4297
-
4175
+
4298
4176
  RightJoin
4299
-
4177
+
4300
4178
  FullJoin
4301
-
4179
+
4302
4180
  CrossJoin
4303
4181
  */
4304
4182
  export declare enum ReferenceJoinType {
@@ -4408,7 +4286,7 @@ export interface ResourceInfoDc {
4408
4286
  */
4409
4287
  changedDate?: string;
4410
4288
  /**
4411
- * User permissions for server security objects (services, projects etc.)
4289
+ *
4412
4290
  *
4413
4291
  * none
4414
4292
  *
@@ -4433,20 +4311,20 @@ export interface ResourceInfoDc {
4433
4311
  invisibleInCatalog?: boolean;
4434
4312
  }
4435
4313
  /**
4436
- * The `ResourceType` represents resource manager supports types.
4437
-
4314
+ *
4315
+
4438
4316
  Unknown
4439
-
4317
+
4440
4318
  table
4441
-
4319
+
4442
4320
  layer
4443
-
4321
+
4444
4322
  project
4445
-
4323
+
4446
4324
  file
4447
-
4325
+
4448
4326
  feature
4449
-
4327
+
4450
4328
  tag
4451
4329
  */
4452
4330
  export declare enum ResourceType {
@@ -4503,7 +4381,7 @@ export interface RolePermissionDc {
4503
4381
  /** Role name. */
4504
4382
  role: string;
4505
4383
  /**
4506
- * User permissions for server security objects (services, projects etc.)
4384
+ *
4507
4385
  *
4508
4386
  * none
4509
4387
  *
@@ -4604,6 +4482,43 @@ export declare type ScaleBarElementDc = ModelElementDc & {
4604
4482
  font?: string;
4605
4483
  fontSize?: number;
4606
4484
  };
4485
+ /**
4486
+ * Search resources.
4487
+ */
4488
+ export interface SearchResourcesDto {
4489
+ /**
4490
+ * Id of the parent.
4491
+ * @format uuid
4492
+ */
4493
+ parentId?: string;
4494
+ /**
4495
+ * Text filer support sql like symbols
4496
+ * (for example start with 'text*', contains '*text*', end with '*text'.
4497
+ */
4498
+ filter?: string;
4499
+ /**
4500
+ *
4501
+ *
4502
+ * My
4503
+ *
4504
+ * All
4505
+ *
4506
+ * Other
4507
+ */
4508
+ ownerFilter?: OwnerFilter;
4509
+ /** Tags filter. */
4510
+ tags?: string[];
4511
+ /**
4512
+ *
4513
+ *
4514
+ * All
4515
+ *
4516
+ * Directory
4517
+ *
4518
+ * File
4519
+ */
4520
+ objectFilter?: ObjectTypeFilter;
4521
+ }
4607
4522
  /**
4608
4523
  * Result data.
4609
4524
  */
@@ -4678,21 +4593,21 @@ export interface ServerInfoDc {
4678
4593
  }
4679
4594
  /**
4680
4595
  * Status of the server task.
4681
-
4596
+
4682
4597
  None
4683
-
4598
+
4684
4599
  Scheduled
4685
-
4600
+
4686
4601
  Planning
4687
-
4602
+
4688
4603
  Executing
4689
-
4604
+
4690
4605
  Completed
4691
-
4606
+
4692
4607
  Failed
4693
-
4608
+
4694
4609
  Canceled
4695
-
4610
+
4696
4611
  Timeout
4697
4612
  */
4698
4613
  export declare enum ServerTaskStatus {
@@ -4746,7 +4661,7 @@ export interface ServiceInfo {
4746
4661
  /** Configuration of an SP service. */
4747
4662
  configuration?: IServiceConfiguration;
4748
4663
  /**
4749
- * The `ResourceType` represents resource manager supports types.
4664
+ *
4750
4665
  *
4751
4666
  * Unknown
4752
4667
  *
@@ -4765,25 +4680,14 @@ export interface ServiceInfo {
4765
4680
  resourceType?: ResourceType;
4766
4681
  /** Categories of the service. */
4767
4682
  categories?: string[];
4768
- /** Resource identifier. */
4769
4683
  name?: string;
4770
- /** User-friendly name of the resource. */
4771
4684
  alias?: string;
4772
- /** Owner of the resource. */
4773
4685
  owner?: string;
4774
- /** Description of the resource. */
4775
4686
  description?: string;
4776
- /**
4777
- * The date when resource was created.
4778
- * @format date-time
4779
- */
4687
+ /** @format date-time */
4780
4688
  createdDate?: string;
4781
- /**
4782
- * The date when resource was last modified.
4783
- * @format date-time
4784
- */
4689
+ /** @format date-time */
4785
4690
  changedDate?: string;
4786
- /** Resource additional parameters. */
4787
4691
  parameters?: {
4788
4692
  Category?: string[];
4789
4693
  Preview?: string[];
@@ -4796,18 +4700,10 @@ export interface ServiceInfo {
4796
4700
  Extent?: string[];
4797
4701
  Zoom?: string[];
4798
4702
  };
4799
- /**
4800
- * Given a security object (like a service or a project) this class provides the list of permissions the different
4801
- * user roles have for this object.
4802
- */
4803
4703
  acl?: Record<string, Permissions>;
4804
- /** Base-64 preview image for the resource. */
4805
4704
  icon?: string;
4806
- /** A set of tags. */
4807
4705
  tags?: string[];
4808
- /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
4809
4706
  inVisible?: boolean;
4810
- /** Preview of the resource. */
4811
4707
  preview?: string;
4812
4708
  }
4813
4709
  /**
@@ -4854,7 +4750,7 @@ export interface ServiceListItemDc {
4854
4750
  */
4855
4751
  changedDate?: string;
4856
4752
  /**
4857
- * User permissions for server security objects (services, projects etc.)
4753
+ *
4858
4754
  *
4859
4755
  * none
4860
4756
  *
@@ -4915,11 +4811,7 @@ export interface ServiceListItemDc {
4915
4811
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
4916
4812
  invisibleInCatalog?: boolean;
4917
4813
  }
4918
- /**
4919
- * Task data storage that works with import and export provider to give access to data stored in static files.
4920
- */
4921
4814
  export interface SessionStaticTaskDataStorageDescription {
4922
- /** The name of the folder. */
4923
4815
  folderName?: string;
4924
4816
  }
4925
4817
  /**
@@ -4971,7 +4863,7 @@ export interface SimpleEndingDc {
4971
4863
  }
4972
4864
  /**
4973
4865
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
4974
-
4866
+
4975
4867
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
4976
4868
  stroke width and color of the symbol.
4977
4869
  */
@@ -5001,7 +4893,7 @@ export interface SimplifyInfoDc {
5001
4893
  */
5002
4894
  export interface SimplifyInfoItemDc {
5003
4895
  /**
5004
- * Simplify type.
4896
+ *
5005
4897
  *
5006
4898
  * Basic
5007
4899
  *
@@ -5024,12 +4916,12 @@ export interface SimplifyInfoItemDc {
5024
4916
  snapCellSize?: number;
5025
4917
  }
5026
4918
  /**
5027
- * Simplify type.
5028
-
4919
+ *
4920
+
5029
4921
  Basic
5030
-
4922
+
5031
4923
  PreserveTopology
5032
-
4924
+
5033
4925
  VW
5034
4926
  */
5035
4927
  export declare enum SimplifyType {
@@ -5179,14 +5071,14 @@ export declare type StepResultDc = BaseStepResultDc & {
5179
5071
  resultDetails?: Record<string, number>;
5180
5072
  };
5181
5073
  /**
5182
- * The `StringSubType` provides information about string attribute subtype.
5183
-
5074
+ *
5075
+
5184
5076
  None
5185
-
5077
+
5186
5078
  Image
5187
-
5079
+
5188
5080
  PkkCode
5189
-
5081
+
5190
5082
  Attachments
5191
5083
  */
5192
5084
  export declare enum StringSubType {
@@ -5373,7 +5265,7 @@ export interface TableReferenceConfigurationDc {
5373
5265
  /** Child related tables configurations. */
5374
5266
  tableReferences?: TableReferenceConfigurationDc[];
5375
5267
  /**
5376
- * Types of table reference.
5268
+ *
5377
5269
  *
5378
5270
  * OneToMany
5379
5271
  *
@@ -5411,9 +5303,9 @@ export interface TagInfoDc {
5411
5303
  }
5412
5304
  /**
5413
5305
  * Task owner group.
5414
-
5306
+
5415
5307
  my
5416
-
5308
+
5417
5309
  all
5418
5310
  */
5419
5311
  export declare enum TaskGroup {
@@ -5631,13 +5523,13 @@ export interface TemplateModelDc {
5631
5523
  }
5632
5524
  /**
5633
5525
  * Sets the horizontal alignment of text.
5634
-
5526
+
5635
5527
  right
5636
-
5528
+
5637
5529
  left
5638
-
5530
+
5639
5531
  center
5640
-
5532
+
5641
5533
  justified
5642
5534
  */
5643
5535
  export declare enum TextAlignment {
@@ -5657,11 +5549,11 @@ export interface TextBackgroundDc {
5657
5549
  }
5658
5550
  /**
5659
5551
  * Sets the vertical alignment of text.
5660
-
5552
+
5661
5553
  top
5662
-
5554
+
5663
5555
  bottom
5664
-
5556
+
5665
5557
  middle
5666
5558
  */
5667
5559
  export declare enum TextVerticalAlignment {
@@ -5747,7 +5639,7 @@ export interface TileCatalogServiceInfoDc {
5747
5639
  */
5748
5640
  changedDate?: string;
5749
5641
  /**
5750
- * User permissions for server security objects (services, projects etc.)
5642
+ *
5751
5643
  *
5752
5644
  * none
5753
5645
  *
@@ -5924,7 +5816,7 @@ export interface TileServiceInfoDc {
5924
5816
  */
5925
5817
  changedDate?: string;
5926
5818
  /**
5927
- * User permissions for server security objects (services, projects etc.)
5819
+ *
5928
5820
  *
5929
5821
  * none
5930
5822
  *
@@ -6151,13 +6043,8 @@ export interface ValueTupleStringString {
6151
6043
  item1?: string;
6152
6044
  item2?: string;
6153
6045
  }
6154
- /**
6155
- * Values range.
6156
- */
6157
6046
  export interface ValuesRange {
6158
- /** Minimum value. */
6159
6047
  min?: any;
6160
- /** Maximum value. */
6161
6048
  max?: any;
6162
6049
  }
6163
6050
  /**
@@ -6438,6 +6325,79 @@ export interface GetLiveFeedParams {
6438
6325
  /** Camera id. */
6439
6326
  cameraId: string;
6440
6327
  }
6328
+ export interface GetLivePreviewStreamParams {
6329
+ /**
6330
+ * Frame per second.
6331
+ * @format float
6332
+ */
6333
+ fps?: number;
6334
+ /**
6335
+ * Quality.
6336
+ *
6337
+ * Low
6338
+ *
6339
+ * Medium
6340
+ *
6341
+ * High
6342
+ */
6343
+ quality?: Quality;
6344
+ /** Id of the camera. */
6345
+ cameraId: string;
6346
+ }
6347
+ export interface GetAllParams {
6348
+ /**
6349
+ * Parent resource id.
6350
+ * @format uuid
6351
+ */
6352
+ parentId?: string;
6353
+ /**
6354
+ * Resources owner filter.
6355
+ *
6356
+ * My
6357
+ *
6358
+ * All
6359
+ *
6360
+ * Other
6361
+ */
6362
+ ownerFilter?: OwnerFilter;
6363
+ }
6364
+ export interface SearchResourcesParams {
6365
+ /**
6366
+ * Limit response page.
6367
+ * @format int32
6368
+ */
6369
+ limit?: number;
6370
+ /**
6371
+ * Offset objects from start.
6372
+ * @format int32
6373
+ */
6374
+ offset?: number;
6375
+ }
6376
+ export interface CreateFilePayload {
6377
+ /** Name of the uploading file. */
6378
+ fileName?: string;
6379
+ /** Url to upload file. */
6380
+ url?: string;
6381
+ /**
6382
+ * Id of the tile in the session static storage.
6383
+ * @format binary
6384
+ */
6385
+ file?: File;
6386
+ /**
6387
+ * Rewrite flag
6388
+ * If true - rewrite file if exist. If false - return error.
6389
+ */
6390
+ rewrite?: boolean;
6391
+ /** Description of the file. */
6392
+ description?: string;
6393
+ /**
6394
+ * Id of the parent resource.
6395
+ * @format uuid
6396
+ */
6397
+ parentId?: string;
6398
+ /** Owner of the file. */
6399
+ owner?: string;
6400
+ }
6441
6401
  export interface GetConfigurationsListParams {
6442
6402
  /**
6443
6403
  * Offset.
@@ -7107,7 +7067,7 @@ export interface ValidateExpressionParams {
7107
7067
  /** Layer name. */
7108
7068
  layerName: string;
7109
7069
  }
7110
- export interface GetRasterMetaParams9 {
7070
+ export interface GetRasterMetaParams1 {
7111
7071
  /**
7112
7072
  * Min value for build histogram.
7113
7073
  * @format double
@@ -7234,7 +7194,7 @@ export interface GetProjectsListParams {
7234
7194
  tags?: string[];
7235
7195
  }
7236
7196
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
7237
- export interface DeleteResourcesParams1 {
7197
+ export interface DeleteResourcesParams7 {
7238
7198
  /** Resource names. */
7239
7199
  names?: string[];
7240
7200
  }
@@ -7417,6 +7377,15 @@ export interface UploadFilePayload {
7417
7377
  * If true - rewrite file if exist. If false - return error.
7418
7378
  */
7419
7379
  rewrite?: boolean;
7380
+ /** Description of the file. */
7381
+ description?: string;
7382
+ /**
7383
+ * Id of the parent resource.
7384
+ * @format uuid
7385
+ */
7386
+ parentId?: string;
7387
+ /** Owner of the file. */
7388
+ owner?: string;
7420
7389
  }
7421
7390
  export interface DeleteFileParams {
7422
7391
  /** File id to delete. */
@@ -7480,7 +7449,7 @@ export interface StatisticsDbParams {
7480
7449
  */
7481
7450
  types?: AggregationFunction[];
7482
7451
  }
7483
- export interface ClassifyParams6 {
7452
+ export interface ClassifyParams3 {
7484
7453
  /** Layer name. */
7485
7454
  name?: string;
7486
7455
  /** Attribute name. */
@@ -7613,10 +7582,6 @@ export interface GetTableListParams {
7613
7582
  acl?: string;
7614
7583
  }
7615
7584
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7616
- export interface DeleteResourcesParams6 {
7617
- /** Resource names. */
7618
- names?: string[];
7619
- }
7620
7585
  export interface GetTablesInfoParams {
7621
7586
  /** Table names. */
7622
7587
  tableNames?: string[];
@@ -7681,7 +7646,7 @@ export interface SetPreviewInput {
7681
7646
  /** @format binary */
7682
7647
  file?: File;
7683
7648
  }
7684
- export interface GetAllParams {
7649
+ export interface GetAllParams2 {
7685
7650
  /** Text filter. */
7686
7651
  filter?: string;
7687
7652
  /**