@evergis/api 3.0.213 → 4.0.0-alpha.0

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 (36) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +21 -21
  3. package/dist/Api.d.ts +3 -5
  4. package/dist/__generated__/AccountService.d.ts +2 -2
  5. package/dist/__generated__/DataSourceService.d.ts +46 -2
  6. package/dist/__generated__/EqlService.d.ts +12 -1
  7. package/dist/__generated__/LayersService.d.ts +2 -2
  8. package/dist/__generated__/ProjectsService.d.ts +2 -2
  9. package/dist/__generated__/RemoteTaskManagerService.d.ts +262 -0
  10. package/dist/__generated__/StatisticService.d.ts +2 -2
  11. package/dist/__generated__/TablesService.d.ts +2 -2
  12. package/dist/__generated__/WmsServerService.d.ts +2 -2
  13. package/dist/__generated__/data-contracts.d.ts +539 -661
  14. package/dist/api.cjs.development.js +531 -877
  15. package/dist/api.cjs.development.js.map +1 -1
  16. package/dist/api.cjs.production.min.js +1 -1
  17. package/dist/api.cjs.production.min.js.map +1 -1
  18. package/dist/api.esm.js +740 -1106
  19. package/dist/api.esm.js.map +1 -1
  20. package/dist/index.d.ts +0 -3
  21. package/dist/services/RemoteTaskManager.d.ts +3 -0
  22. package/dist/services/Statistic.d.ts +4 -2
  23. package/dist/services/index.d.ts +1 -1
  24. package/dist/utils/errorHandler.d.ts +1 -1
  25. package/dist/utils/index.d.ts +0 -1
  26. package/package.json +3 -3
  27. package/dist/SpatialProcessor.d.ts +0 -30
  28. package/dist/__generated__/SchedulerService.d.ts +0 -207
  29. package/dist/layers/EvergisDynamicLayer.d.ts +0 -28
  30. package/dist/layers/EvergisTileLayer.d.ts +0 -18
  31. package/dist/layers/LayersManager.d.ts +0 -11
  32. package/dist/layers/index.d.ts +0 -3
  33. package/dist/services/Scheduler.d.ts +0 -20
  34. package/dist/types/EvergisLayer.d.ts +0 -6
  35. package/dist/types/index.d.ts +0 -1
  36. package/dist/utils/guards.d.ts +0 -6
@@ -1,6 +1,10 @@
1
1
  interface BrandedType<T> {
2
2
  __type__?: T;
3
3
  }
4
+ export interface TypeCoordsEFixedBuffer {
5
+ /** @format double */
6
+ fixedElementField?: number;
7
+ }
4
8
  /**
5
9
  * Access control list for a security object.
6
10
  */
@@ -8,14 +12,6 @@ export interface AccessControlListDc {
8
12
  /** All available permissions list. */
9
13
  data?: RolePermissionDc[];
10
14
  }
11
- /**
12
- * Server task that aggregate the objects from one storage to another by polygon geometry.
13
- */
14
- export declare type AggregateTaskParametersDc = FeatureTaskParametersDc & {
15
- type?: string | null;
16
- geometry: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
17
- aggregationSettings: AggregationSettingDc[];
18
- };
19
15
  export declare type AggregatedClusterSymbolDc = SymbolDc & {
20
16
  type?: string | null;
21
17
  pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
@@ -82,47 +78,47 @@ export interface AggregationDataResultDc {
82
78
  }
83
79
  /**
84
80
  *
85
-
81
+
86
82
  None
87
-
83
+
88
84
  Array
89
-
85
+
90
86
  Min
91
-
87
+
92
88
  Max
93
-
89
+
94
90
  Avg
95
-
91
+
96
92
  Sum
97
-
93
+
98
94
  Extent
99
-
95
+
100
96
  H3
101
-
97
+
102
98
  Count
103
-
99
+
104
100
  TotalCount
105
-
101
+
106
102
  DistinctCount
107
-
103
+
108
104
  First
109
-
105
+
110
106
  Last
111
-
107
+
112
108
  Median
113
-
109
+
114
110
  Mod
115
-
111
+
116
112
  StdDeviation
117
-
113
+
118
114
  SumOfProduct
119
-
115
+
120
116
  OnlyValue
121
-
117
+
122
118
  WeightedAvg
123
-
119
+
124
120
  DensityIndicators
125
-
121
+
126
122
  DividedSum
127
123
  */
128
124
  export declare enum AggregationFunction {
@@ -206,62 +202,21 @@ export interface AggregationMappingDc {
206
202
  aggregationFunction: AggregationFunction;
207
203
  }
208
204
  /**
209
- * Aggregation settings.
205
+ * S3 data source settings.
210
206
  */
211
- export interface AggregationSettingDc {
212
- /** Target attribute name. */
213
- targetAttributeName: string;
214
- /** Source attribute name. */
215
- sourceAttributeName: string;
216
- /** Additional source attribute. */
217
- additionalSourceAttribute?: string;
218
- /**
219
- *
220
- *
221
- * None
222
- *
223
- * Array
224
- *
225
- * Min
226
- *
227
- * Max
228
- *
229
- * Avg
230
- *
231
- * Sum
232
- *
233
- * Extent
234
- *
235
- * H3
236
- *
237
- * Count
238
- *
239
- * TotalCount
240
- *
241
- * DistinctCount
242
- *
243
- * First
244
- *
245
- * Last
246
- *
247
- * Median
248
- *
249
- * Mod
250
- *
251
- * StdDeviation
252
- *
253
- * SumOfProduct
254
- *
255
- * OnlyValue
256
- *
257
- * WeightedAvg
258
- *
259
- * DensityIndicators
260
- *
261
- * DividedSum
262
- */
263
- aggregationFunction: AggregationFunction;
264
- }
207
+ export declare type ArcGisDataSourceDc = DataSourceDc & {
208
+ serviceUrl?: string | null;
209
+ username?: string | null;
210
+ password?: string | null;
211
+ };
212
+ /**
213
+ * S3 data source info.
214
+ */
215
+ export declare type ArcGisDataSourceInfoDc = DataSourceInfoDc & {
216
+ serviceUrl?: string | null;
217
+ username?: string | null;
218
+ password?: string | null;
219
+ };
265
220
  /**
266
221
  * Archive calendar response.
267
222
  */
@@ -617,13 +572,13 @@ export interface AttributeIconDc {
617
572
  }
618
573
  /**
619
574
  *
620
-
575
+
621
576
  Unknown
622
-
577
+
623
578
  Icon
624
-
579
+
625
580
  PNG
626
-
581
+
627
582
  SVG
628
583
  */
629
584
  export declare enum AttributeIconType {
@@ -634,13 +589,13 @@ export declare enum AttributeIconType {
634
589
  }
635
590
  /**
636
591
  *
637
-
592
+
638
593
  None
639
-
594
+
640
595
  SelectFromHandBook
641
-
596
+
642
597
  SelectFromRange
643
-
598
+
644
599
  ViewHandBook
645
600
  */
646
601
  export declare enum AttributeSelectorType {
@@ -651,31 +606,31 @@ export declare enum AttributeSelectorType {
651
606
  }
652
607
  /**
653
608
  *
654
-
609
+
655
610
  Unknown
656
-
611
+
657
612
  String
658
-
613
+
659
614
  Int32
660
-
615
+
661
616
  Int64
662
-
617
+
663
618
  Double
664
-
619
+
665
620
  DateTime
666
-
621
+
667
622
  Boolean
668
-
623
+
669
624
  Point
670
-
625
+
671
626
  Polyline
672
-
627
+
673
628
  MultiPolygon
674
-
629
+
675
630
  Multipoint
676
-
631
+
677
632
  H3Index
678
-
633
+
679
634
  Json
680
635
  */
681
636
  export declare enum AttributeType {
@@ -716,9 +671,9 @@ export interface AttributesConfigurationDc {
716
671
  * An authorization grant is a credential representing the resource
717
672
  owner's authorization (to access its protected resources) used by the
718
673
  client to obtain an access token.
719
-
674
+
720
675
  authorization_code
721
-
676
+
722
677
  refresh_token
723
678
  */
724
679
  export declare enum AuthorizationGrant {
@@ -738,20 +693,31 @@ export declare type AutoClassificationRasterSymbolDc = RasterSymbolDc & {
738
693
  endColor?: ParameterDcColor;
739
694
  };
740
695
  /**
741
- * Availability area builder operation considers the nearest availability zones around the input geometries and writes them
742
- into the target storage.
743
- */
744
- export declare type AvailabilityAreaTaskDc = FeatureTaskParametersDc & {
745
- type?: string | null;
746
- duration: string;
747
- providerType: string;
696
+ * Available area task.
697
+ */
698
+ export declare type AvailableAreaTaskDc = TaskParametersDc & {
699
+ sourceLayer: string;
700
+ targetLayer: string;
701
+ duration?: string | null;
702
+ providerName?: string | null;
748
703
  durationAttributeName?: string | null;
749
704
  routeCenterXAttributeName?: string | null;
750
705
  routeCenterYAttributeName?: string | null;
751
706
  baseObjectIdAttributeName?: string | null;
752
707
  idAttributeName?: string | null;
753
708
  geometryAttributeName?: string | null;
709
+ service_type?: string | null;
710
+ task_type?: string | null;
754
711
  };
712
+ /**
713
+ * Availiable values data contract.
714
+ */
715
+ export interface AvailiableValuesDc {
716
+ /** Layer name. */
717
+ layerName?: string;
718
+ /** Dictionary of availiable parameters values. */
719
+ values?: Record<string, ValueDc[] | null>;
720
+ }
755
721
  export interface Base64String {
756
722
  value?: string;
757
723
  }
@@ -804,15 +770,15 @@ export interface BrushDc {
804
770
  * Buffer operation calculates the buffer geometries around the input geometries and writes them
805
771
  into the target storage.
806
772
  */
807
- export declare type BufferTaskParametersDc = FeatureTaskParametersDc & {
808
- type?: string | null;
773
+ export declare type BufferTaskDc = TaskParametersDc & {
774
+ sourceLayer: string;
775
+ targetLayer: string;
809
776
  radii: string[];
810
- excludeInnerBuffers?: boolean;
811
- excludeSourcePolygon?: boolean;
812
777
  baseObjectIdAttributeName?: string | null;
813
778
  radiusAttributeName?: string | null;
814
- idAttributeName?: string | null;
815
- geometryAttributeName?: string | null;
779
+ attributesToCopy?: string[] | null;
780
+ task_type?: string | null;
781
+ service_type?: string | null;
816
782
  };
817
783
  /**
818
784
  * Get bulk extents data conteract.
@@ -954,19 +920,19 @@ export interface CatalogResourceDc {
954
920
  }
955
921
  /**
956
922
  *
957
-
923
+
958
924
  None
959
-
925
+
960
926
  Map
961
-
927
+
962
928
  Layer
963
-
929
+
964
930
  Table
965
-
931
+
966
932
  File
967
-
933
+
968
934
  TaskPrototype
969
-
935
+
970
936
  DataSource
971
937
  */
972
938
  export declare enum CatalogResourceType {
@@ -1011,15 +977,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
1011
977
  };
1012
978
  /**
1013
979
  * Describes classification methods.
1014
-
980
+
1015
981
  none
1016
-
982
+
1017
983
  naturalBreaks
1018
-
984
+
1019
985
  equalInterval
1020
-
986
+
1021
987
  quantile
1022
-
988
+
1023
989
  unique
1024
990
  */
1025
991
  export declare enum ClassificationType {
@@ -1031,11 +997,11 @@ export declare enum ClassificationType {
1031
997
  }
1032
998
  /**
1033
999
  *
1034
-
1000
+
1035
1001
  decimal
1036
-
1002
+
1037
1003
  dateTime
1038
-
1004
+
1039
1005
  text
1040
1006
  */
1041
1007
  export declare enum ClassifyAttributeType {
@@ -1333,55 +1299,55 @@ export interface ConfigDc {
1333
1299
  }
1334
1300
  /**
1335
1301
  *
1336
-
1302
+
1337
1303
  Unknown
1338
-
1304
+
1339
1305
  SerializeError
1340
-
1306
+
1341
1307
  InvalidDataService
1342
-
1308
+
1343
1309
  InvalidConfiguration
1344
-
1310
+
1345
1311
  InvalidDataServiceName
1346
-
1312
+
1347
1313
  InvalidTableName
1348
-
1314
+
1349
1315
  InvalidLayerName
1350
-
1316
+
1351
1317
  ResourceNotFound
1352
-
1318
+
1353
1319
  InvalidCondition
1354
-
1320
+
1355
1321
  InvalidAttributes
1356
-
1322
+
1357
1323
  InvalidIdAttribute
1358
-
1324
+
1359
1325
  InvalidGeometryAttribute
1360
-
1326
+
1361
1327
  InvalidGeometryAttributeType
1362
-
1328
+
1363
1329
  InvalidColumnName
1364
-
1330
+
1365
1331
  InvalidIdColumnSettings
1366
-
1332
+
1367
1333
  ColumnNotExistsInTable
1368
-
1334
+
1369
1335
  InvalidStyle
1370
-
1336
+
1371
1337
  InvalidLayerType
1372
-
1338
+
1373
1339
  ColumnLoadingError
1374
-
1340
+
1375
1341
  InvalidAttributeFormat
1376
-
1342
+
1377
1343
  DataSourceNotFound
1378
-
1344
+
1379
1345
  DuplicateColumns
1380
-
1346
+
1381
1347
  DuplicateAttributes
1382
-
1348
+
1383
1349
  TableWithoutColumns
1384
-
1350
+
1385
1351
  InvalidTableReferenceConfiguration
1386
1352
  */
1387
1353
  export declare enum ConfigurationErrorEnum {
@@ -1412,7 +1378,7 @@ export declare enum ConfigurationErrorEnum {
1412
1378
  InvalidTableReferenceConfiguration = "InvalidTableReferenceConfiguration"
1413
1379
  }
1414
1380
  /**
1415
- * SPCore.Connectors.Connectors.Base.Models.Scheduler.ConfiguredLayerDataStorageDc provides configurable layer storage.
1381
+ * SPCore.Connectors.Connectors.Base.Models.RemoteTaskManager.CopyTask.Storages.ConfiguredLayerDataStorageDc provides configurable layer storage.
1416
1382
  */
1417
1383
  export declare type ConfiguredLayerDataStorageDc = BaseTaskDataStorageDc & {
1418
1384
  type?: string | null;
@@ -1441,6 +1407,8 @@ export interface CopyResourceDc {
1441
1407
  * feature
1442
1408
  *
1443
1409
  * tag
1410
+ *
1411
+ * datasource
1444
1412
  */
1445
1413
  type: ResourceType;
1446
1414
  /** Resource copy name. */
@@ -1474,6 +1442,8 @@ export interface CopyResourceResultDc {
1474
1442
  * feature
1475
1443
  *
1476
1444
  * tag
1445
+ *
1446
+ * datasource
1477
1447
  */
1478
1448
  type: ResourceType;
1479
1449
  /** Name of resource to copy. */
@@ -1488,10 +1458,30 @@ export interface CopyResourceResultDc {
1488
1458
  /**
1489
1459
  * Server task that copies the objects from one storage to another.
1490
1460
  */
1491
- export declare type CopyTaskParametersDc = FeatureTaskParametersDc & {
1492
- type?: string | null;
1493
- condition?: string | null;
1461
+ export declare type CopyTableTaskDc = TaskParametersDc & {
1462
+ sourceLayer: string;
1463
+ targetLayer: string;
1464
+ attributeMapping?: Record<string, string | null>;
1465
+ task_type?: string | null;
1466
+ service_type?: string | null;
1467
+ };
1468
+ /**
1469
+ * Buffer operation calculates the buffer geometries around the input geometries and writes them
1470
+ into the target storage.
1471
+ */
1472
+ export declare type CopyTaskDc = TaskParametersDc & {
1473
+ source: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc;
1474
+ target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc;
1494
1475
  attributeMapping?: Record<string, string | null>;
1476
+ attributeTypeMapping?: Record<string, AttributeType>;
1477
+ task_type?: string | null;
1478
+ service_type?: string | null;
1479
+ };
1480
+ /**
1481
+ * The result of a server task step execution.
1482
+ */
1483
+ export declare type CopyTaskStepResultDc = StepResultDc & {
1484
+ resourceId?: string | null;
1495
1485
  };
1496
1486
  /**
1497
1487
  * Create directory request.
@@ -1510,6 +1500,49 @@ export interface CreateDirectoryDc {
1510
1500
  /** If true root folder will create as temporary. */
1511
1501
  isTemporary?: boolean;
1512
1502
  }
1503
+ /**
1504
+ * Upload raster task parameters data contract.
1505
+ */
1506
+ export declare type CreateRasterCogTaskDc = TaskParametersDc & {
1507
+ layer: string;
1508
+ srId: number;
1509
+ file?: string | null;
1510
+ attributes?: Record<string, any>;
1511
+ overviewsCount: number;
1512
+ bands?: number[] | null;
1513
+ task_type?: string | null;
1514
+ service_type?: string | null;
1515
+ };
1516
+ /**
1517
+ * Upload raster task parameters data contract.
1518
+ */
1519
+ export declare type CreateRasterNetCdfTaskDc = TaskParametersDc & {
1520
+ layer: string;
1521
+ srId: number;
1522
+ file: string;
1523
+ variables?: string[] | null;
1524
+ treatVariablesAsBands?: boolean;
1525
+ dimExtraName?: string | null;
1526
+ dimExtraValues?: string[] | null;
1527
+ attributes?: Record<string, any>;
1528
+ overviewsCount: number;
1529
+ proj?: string | null;
1530
+ task_type?: string | null;
1531
+ service_type?: string | null;
1532
+ };
1533
+ /**
1534
+ * Upload raster task parameters data contract.
1535
+ */
1536
+ export declare type CreateRasterVrtTaskDc = TaskParametersDc & {
1537
+ layer: string;
1538
+ srId: number;
1539
+ overviewsCount: number;
1540
+ rasters?: RasterVrtFeatureSourceDc[] | null;
1541
+ attributes?: Record<string, any>;
1542
+ maxZoomLevel: number;
1543
+ task_type?: string | null;
1544
+ service_type?: string | null;
1545
+ };
1513
1546
  /**
1514
1547
  * Data contract for create new role.
1515
1548
  */
@@ -1706,13 +1739,13 @@ export interface DataSourceInfoDc {
1706
1739
  }
1707
1740
  /**
1708
1741
  *
1709
-
1742
+
1710
1743
  Postgres
1711
-
1744
+
1712
1745
  Trino
1713
-
1746
+
1714
1747
  S3
1715
-
1748
+
1716
1749
  GisServer
1717
1750
  */
1718
1751
  export declare enum DataSourceType {
@@ -1767,15 +1800,6 @@ export interface EditAttributesInfoDc {
1767
1800
  /** Expression to edit. */
1768
1801
  editExpression: string;
1769
1802
  }
1770
- export declare type EditAttributesTaskParametersDc = TaskParametersDc & {
1771
- type?: string | null;
1772
- condition?: string | null;
1773
- attribute: string;
1774
- editExpression: string;
1775
- createNewAttribute?: boolean;
1776
- attributeType: AttributeType;
1777
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
1778
- };
1779
1803
  /**
1780
1804
  * Envelope geometry.
1781
1805
  */
@@ -1844,15 +1868,15 @@ export interface ErrorDetailsDc {
1844
1868
  }
1845
1869
  /**
1846
1870
  * Type of the error.
1847
-
1871
+
1848
1872
  ResourceLimitExceeded
1849
-
1873
+
1850
1874
  ResourceNotFound
1851
-
1875
+
1852
1876
  InternalError
1853
-
1877
+
1854
1878
  BadRequest
1855
-
1879
+
1856
1880
  DuplicateContent
1857
1881
  */
1858
1882
  export declare enum ErrorDetailsType {
@@ -2343,18 +2367,11 @@ export interface FeatureSymbolDc {
2343
2367
  definition?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2344
2368
  image?: string;
2345
2369
  }
2346
- /**
2347
- * Task parameters for tasks that operate on features.
2348
- */
2349
- export declare type FeatureTaskParametersDc = TaskParametersDc & {
2350
- source: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
2351
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
2352
- };
2353
2370
  /**
2354
2371
  * Type of the feature.
2355
-
2372
+
2356
2373
  Unknown
2357
-
2374
+
2358
2375
  GeometricFeature
2359
2376
  */
2360
2377
  export declare enum FeatureType {
@@ -2377,8 +2394,12 @@ export interface FeaturesListDc {
2377
2394
  * Uploading file info.
2378
2395
  */
2379
2396
  export interface FileUploadInfoDc {
2397
+ /** Resource id. */
2398
+ resourceId?: string;
2380
2399
  /** Name of uploaded file. */
2381
2400
  fileName?: string;
2401
+ /** Id of the file. */
2402
+ fileId?: string;
2382
2403
  /**
2383
2404
  * Content length in bytes, if specified.
2384
2405
  * @format int64
@@ -2391,8 +2412,12 @@ export interface FileUploadInfoDc {
2391
2412
  * The result of uploading a file.
2392
2413
  */
2393
2414
  export interface FileUploadResponse {
2415
+ /** Resource id. */
2416
+ resourceId?: string;
2394
2417
  /** Id of the tile in the session static storage. */
2395
2418
  fileId?: string;
2419
+ /** Id of the file source. */
2420
+ sourceId?: string;
2396
2421
  /** Url to file. */
2397
2422
  url?: string;
2398
2423
  }
@@ -2455,16 +2480,6 @@ export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
2455
2480
  vOffset?: CalculatedParameterDc | null;
2456
2481
  hOffset?: CalculatedParameterDc | null;
2457
2482
  };
2458
- /**
2459
- * Server task that copies the objects from the source storage that satisfy the filter conditions to the target layer.
2460
- */
2461
- export declare type FilterCopyTaskParametersDc = FeatureTaskParametersDc & {
2462
- type?: string | null;
2463
- attributeMapping?: Record<string, string | null>;
2464
- condition?: string | null;
2465
- reverseGeometryFilter?: boolean;
2466
- geometryFilterStorage?: LayerTaskDataStorageDc;
2467
- };
2468
2483
  /**
2469
2484
  * Server response for the creation of a filter in filter service.
2470
2485
  */
@@ -2481,11 +2496,11 @@ export interface FilterDc {
2481
2496
  }
2482
2497
  /**
2483
2498
  * Sets whether font should be styled.
2484
-
2499
+
2485
2500
  normal
2486
-
2501
+
2487
2502
  oblique
2488
-
2503
+
2489
2504
  italic
2490
2505
  */
2491
2506
  export declare enum FontStyle {
@@ -2495,27 +2510,27 @@ export declare enum FontStyle {
2495
2510
  }
2496
2511
  /**
2497
2512
  * Specifies the weight (or boldness) of the font.
2498
-
2513
+
2499
2514
  Thin
2500
-
2515
+
2501
2516
  ExtraLight
2502
-
2517
+
2503
2518
  Light
2504
-
2519
+
2505
2520
  SemiLight
2506
-
2521
+
2507
2522
  Normal
2508
-
2523
+
2509
2524
  Medium
2510
-
2525
+
2511
2526
  DemiBold
2512
-
2527
+
2513
2528
  Bold
2514
-
2529
+
2515
2530
  ExtraBold
2516
-
2531
+
2517
2532
  Black
2518
-
2533
+
2519
2534
  ExtraBlack
2520
2535
  */
2521
2536
  export declare enum FontWeight {
@@ -2582,6 +2597,19 @@ export interface GeocodeSuggestResultDc {
2582
2597
  /** Source label. */
2583
2598
  label?: string;
2584
2599
  }
2600
+ /**
2601
+ * Geocode task.
2602
+ */
2603
+ export declare type GeocodeTaskDc = TaskParametersDc & {
2604
+ sourceLayer: string;
2605
+ targetLayer: string;
2606
+ geocodeFromGeometry?: boolean;
2607
+ geocodeProviderName: string | null;
2608
+ geocodeAttributeName?: string | null;
2609
+ geocodeAddressAttributeName?: string | null;
2610
+ service_type?: string | null;
2611
+ task_type?: string | null;
2612
+ };
2585
2613
  /**
2586
2614
  * Geometry data contract.
2587
2615
  */
@@ -2610,17 +2638,17 @@ export interface GeometryDc {
2610
2638
  }
2611
2639
  /**
2612
2640
  *
2613
-
2641
+
2614
2642
  unknown
2615
-
2643
+
2616
2644
  point
2617
-
2645
+
2618
2646
  polyline
2619
-
2647
+
2620
2648
  multipolygon
2621
-
2649
+
2622
2650
  envelope
2623
-
2651
+
2624
2652
  multipoint
2625
2653
  */
2626
2654
  export declare enum GeometryType {
@@ -2808,13 +2836,13 @@ export interface GridElementDc {
2808
2836
  }
2809
2837
  /**
2810
2838
  * Resource group.
2811
-
2839
+
2812
2840
  my
2813
-
2841
+
2814
2842
  role
2815
-
2843
+
2816
2844
  public
2817
-
2845
+
2818
2846
  all
2819
2847
  */
2820
2848
  export declare enum Group {
@@ -3368,13 +3396,13 @@ export interface LegendTemplateModelDc {
3368
3396
  }
3369
3397
  /**
3370
3398
  * Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
3371
-
3399
+
3372
3400
  Flat
3373
-
3401
+
3374
3402
  Square
3375
-
3403
+
3376
3404
  Round
3377
-
3405
+
3378
3406
  Triangle
3379
3407
  */
3380
3408
  export declare enum LineCapStyle {
@@ -3418,29 +3446,29 @@ export interface LineEndingBaseDc {
3418
3446
  }
3419
3447
  /**
3420
3448
  * Type of the line ending.
3421
-
3449
+
3422
3450
  none
3423
-
3451
+
3424
3452
  arrow
3425
-
3453
+
3426
3454
  filledArrow
3427
-
3455
+
3428
3456
  square
3429
-
3457
+
3430
3458
  filledSquare
3431
-
3459
+
3432
3460
  circle
3433
-
3461
+
3434
3462
  filledCircle
3435
-
3463
+
3436
3464
  diamond
3437
-
3465
+
3438
3466
  filledDiamond
3439
-
3467
+
3440
3468
  roundSquare
3441
-
3469
+
3442
3470
  filledRoundSquare
3443
-
3471
+
3444
3472
  svg
3445
3473
  */
3446
3474
  export declare enum LineEndingType {
@@ -3459,11 +3487,11 @@ export declare enum LineEndingType {
3459
3487
  }
3460
3488
  /**
3461
3489
  * Specifies the settings of lines join. This is applied to corners in lines and rectangles.
3462
-
3490
+
3463
3491
  Miter
3464
-
3492
+
3465
3493
  Bevel
3466
-
3494
+
3467
3495
  Round
3468
3496
  */
3469
3497
  export declare enum LineJoinType {
@@ -3568,7 +3596,7 @@ export interface LoginResultDc {
3568
3596
  }
3569
3597
  /**
3570
3598
  * SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
3571
-
3599
+
3572
3600
  SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
3573
3601
  */
3574
3602
  export interface MapTableInfoDc {
@@ -3672,15 +3700,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
3672
3700
  export declare type ObjectId = object;
3673
3701
  /**
3674
3702
  *
3675
-
3703
+
3676
3704
  Unknown
3677
-
3705
+
3678
3706
  union
3679
-
3707
+
3680
3708
  intersection
3681
-
3709
+
3682
3710
  subtraction
3683
-
3711
+
3684
3712
  symDifference
3685
3713
  */
3686
3714
  export declare enum Operation {
@@ -3693,18 +3721,22 @@ export declare enum Operation {
3693
3721
  /**
3694
3722
  * Subtracts feature of ToolLayer from the features of the source layer, and writes them in the target layer.
3695
3723
  */
3696
- export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
3697
- type?: string | null;
3724
+ export declare type OverlayTaskDc = TaskParametersDc & {
3725
+ sourceLayer: string;
3726
+ targetLayer: string;
3727
+ overlayLayer: string;
3698
3728
  operation: Operation;
3699
- toolLayer?: LayerTaskDataStorageDc;
3729
+ AttributesToCopy?: string[] | null;
3730
+ task_type?: string | null;
3731
+ service_type?: string | null;
3700
3732
  };
3701
3733
  /**
3702
3734
  * Filter exists resources by owner.
3703
-
3735
+
3704
3736
  My
3705
-
3737
+
3706
3738
  Shared
3707
-
3739
+
3708
3740
  Public
3709
3741
  */
3710
3742
  export declare enum OwnerFilter {
@@ -3740,7 +3772,7 @@ export interface PagedListDataSourceInfoDc {
3740
3772
  offset?: number;
3741
3773
  /** @format int32 */
3742
3774
  limit?: number;
3743
- items?: (DataSourceInfoDc | PostgresDataSourceInfoDc)[];
3775
+ items?: (DataSourceInfoDc | ArcGisDataSourceInfoDc | PostgresDataSourceInfoDc | S3DataSourceInfoDc)[];
3744
3776
  }
3745
3777
  export interface PagedListExtendedUserInfoDc {
3746
3778
  /** @format int64 */
@@ -3859,15 +3891,6 @@ export interface PagedListTagInfoDc {
3859
3891
  limit?: number;
3860
3892
  items?: TagInfoDc[];
3861
3893
  }
3862
- export interface PagedListTaskStatusDataDc {
3863
- /** @format int64 */
3864
- totalCount?: number;
3865
- /** @format int32 */
3866
- offset?: number;
3867
- /** @format int32 */
3868
- limit?: number;
3869
- items?: TaskStatusDataDc[];
3870
- }
3871
3894
  export interface PagedListUserInfoDc {
3872
3895
  /** @format int64 */
3873
3896
  totalCount?: number;
@@ -3964,9 +3987,9 @@ export declare type PatternBrushDc = FillBrushDc & {
3964
3987
  };
3965
3988
  /**
3966
3989
  * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3967
-
3990
+
3968
3991
  xyz
3969
-
3992
+
3970
3993
  tms
3971
3994
  */
3972
3995
  export declare enum PbfSchema {
@@ -3987,19 +4010,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3987
4010
  };
3988
4011
  /**
3989
4012
  *
3990
-
4013
+
3991
4014
  none
3992
-
4015
+
3993
4016
  configure
3994
-
4017
+
3995
4018
  write
3996
-
4019
+
3997
4020
  read
3998
-
4021
+
3999
4022
  read,configure
4000
-
4023
+
4001
4024
  read,write
4002
-
4025
+
4003
4026
  read,write,configure
4004
4027
  */
4005
4028
  export declare enum Permissions {
@@ -4011,14 +4034,6 @@ export declare enum Permissions {
4011
4034
  ReadWrite = "read,write",
4012
4035
  All = "read,write,configure"
4013
4036
  }
4014
- /**
4015
- * Pipeline of server tasks. The tasks given in the InnerTasks property are executed one after another inside one server task.
4016
- */
4017
- export declare type PipelineTaskParametersDc = TaskParametersDc & {
4018
- type?: string | null;
4019
- continueOnFail?: boolean;
4020
- innerTasks: (AggregateTaskParametersDc | AvailabilityAreaTaskDc | BufferTaskParametersDc | CopyTaskParametersDc | EditAttributesTaskParametersDc | FeatureTaskParametersDc | FilterCopyTaskParametersDc | OverlayTaskParametersDc | PipelineTaskParametersDc | PrintTaskParametersDc | SearchTaskParametersDc | UnionTaskParametersDc | UploadNetCdfTaskParametersDc | UploadRasterTaskParametersDc | RasterBuildVrtTaskParametersDc)[];
4021
- };
4022
4037
  /**
4023
4038
  * Spatial point geometry object representation.
4024
4039
  */
@@ -4049,6 +4064,8 @@ export interface PolicyDc {
4049
4064
  * MaxObjectsToExport
4050
4065
  *
4051
4066
  * MaxUploadContentSize
4067
+ *
4068
+ * MaxEqlQueryParametersValues
4052
4069
  */
4053
4070
  type: PolicyType;
4054
4071
  role?: string;
@@ -4057,20 +4074,22 @@ export interface PolicyDc {
4057
4074
  }
4058
4075
  /**
4059
4076
  * Type of the authorization policy.
4060
-
4077
+
4061
4078
  Unknown
4062
-
4079
+
4063
4080
  CreateTable
4064
-
4081
+
4065
4082
  CreateLayer
4066
-
4083
+
4067
4084
  CreateProject
4068
-
4085
+
4069
4086
  MaxFeaturesInOneTable
4070
-
4087
+
4071
4088
  MaxObjectsToExport
4072
-
4089
+
4073
4090
  MaxUploadContentSize
4091
+
4092
+ MaxEqlQueryParametersValues
4074
4093
  */
4075
4094
  export declare enum PolicyType {
4076
4095
  Unknown = "Unknown",
@@ -4079,7 +4098,8 @@ export declare enum PolicyType {
4079
4098
  CreateProject = "CreateProject",
4080
4099
  MaxFeaturesInOneTable = "MaxFeaturesInOneTable",
4081
4100
  MaxObjectsToExport = "MaxObjectsToExport",
4082
- MaxUploadContentSize = "MaxUploadContentSize"
4101
+ MaxUploadContentSize = "MaxUploadContentSize",
4102
+ MaxEqlQueryParametersValues = "MaxEqlQueryParametersValues"
4083
4103
  }
4084
4104
  /**
4085
4105
  * Polyline and Polygon base geometry object definition.
@@ -4121,6 +4141,7 @@ export declare type PolygonLabelSymbolDc = LabelSymbolDc & {
4121
4141
  */
4122
4142
  export declare type PolygonSymbolDc = SymbolDc & {
4123
4143
  type?: string | null;
4144
+ height?: CalculatedParameterDc | null;
4124
4145
  stroke?: DashedBrushDc | SolidStrokeBrushDc | null;
4125
4146
  fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc | null;
4126
4147
  };
@@ -4208,14 +4229,6 @@ export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigura
4208
4229
  maxLodLevel?: number;
4209
4230
  isCogLayer?: boolean;
4210
4231
  };
4211
- /**
4212
- * Print operation print map and map elements to png files.
4213
- */
4214
- export declare type PrintTaskParametersDc = TaskParametersDc & {
4215
- taskType?: string | null;
4216
- targetStorageDescription: SessionStaticTaskDataStorageDescription;
4217
- templates?: TemplateModelDc[] | null;
4218
- };
4219
4232
  export interface ProblemDetails {
4220
4233
  type?: string;
4221
4234
  title?: string;
@@ -4455,11 +4468,11 @@ export interface ProxyServiceInfoDc {
4455
4468
  }
4456
4469
  /**
4457
4470
  * Stream quality.
4458
-
4471
+
4459
4472
  Low
4460
-
4473
+
4461
4474
  Medium
4462
-
4475
+
4463
4476
  High
4464
4477
  */
4465
4478
  export declare enum Quality {
@@ -4476,7 +4489,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
4476
4489
  eqlParameters?: Record<string, QueryLayerServiceEqlParameterConfigurationDc>;
4477
4490
  srid?: number | null;
4478
4491
  geometryType?: AttributeType;
4479
- attributesConfiguration: EqlAttributesConfigurationDc;
4492
+ attributesConfiguration?: EqlAttributesConfigurationDc;
4480
4493
  style?: StyleDc;
4481
4494
  condition?: string | null;
4482
4495
  featuresLimit?: number;
@@ -4484,7 +4497,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
4484
4497
  simplify?: SimplifyInfoDc;
4485
4498
  };
4486
4499
  /**
4487
- * EQL parameter configuration.
4500
+ * EQL parameter configuration data contract.
4488
4501
  */
4489
4502
  export interface QueryLayerServiceEqlParameterConfigurationDc {
4490
4503
  /**
@@ -4533,6 +4546,23 @@ export interface QueryLayerServiceEqlParameterConfigurationDc {
4533
4546
  availableValues?: any[];
4534
4547
  /** Default value. */
4535
4548
  default?: any;
4549
+ /** EQL value from query configuration parameter data contract. */
4550
+ queryValue?: QueryLayerServiceEqlParameterQueryValueConfigurationDc;
4551
+ }
4552
+ /**
4553
+ * EQL value from query configuration parameter data contract.
4554
+ */
4555
+ export interface QueryLayerServiceEqlParameterQueryValueConfigurationDc {
4556
+ /** Is values cached. */
4557
+ isCached?: boolean;
4558
+ /** Use only first value, not array. */
4559
+ isSingleValue?: boolean;
4560
+ /** Name of the column containing the value. */
4561
+ valueColumn?: string;
4562
+ /** Query text. */
4563
+ ds?: string;
4564
+ /** Query text. */
4565
+ query?: string;
4536
4566
  }
4537
4567
  /**
4538
4568
  * Service info for a feature layer service.
@@ -4715,16 +4745,6 @@ export interface RasterBandMetaDc {
4715
4745
  /** Data histogram. */
4716
4746
  dataHistogram?: Record<string, number>;
4717
4747
  }
4718
- /**
4719
- * Upload raster task parameters data contract.
4720
- */
4721
- export declare type RasterBuildVrtTaskParametersDc = TaskParametersDc & {
4722
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
4723
- rasters?: RasterVrtFeatureSourceDc[] | null;
4724
- attributes?: Record<string, any>;
4725
- overviewsCount?: number;
4726
- type?: string | null;
4727
- };
4728
4748
  /**
4729
4749
  * Raster classification cfg.
4730
4750
  */
@@ -4742,13 +4762,6 @@ export interface RasterClassificationCfg {
4742
4762
  /** Color. */
4743
4763
  color?: string;
4744
4764
  }
4745
- /**
4746
- * The result of a server task step execution.
4747
- */
4748
- export declare type RasterCogCreatorStepResultDc = StepResultDc & {
4749
- cogStepInProgress?: string | null;
4750
- cogStepProgress?: number;
4751
- };
4752
4765
  /**
4753
4766
  * RasterMetaDc.
4754
4767
  */
@@ -4988,15 +5001,15 @@ export interface ResourceParentDc {
4988
5001
  }
4989
5002
  /**
4990
5003
  * Resources types filter.
4991
-
5004
+
4992
5005
  RemoteTileService
4993
-
5006
+
4994
5007
  ProxyService
4995
-
5008
+
4996
5009
  PostgresLayerService
4997
-
5010
+
4998
5011
  QueryLayerService
4999
-
5012
+
5000
5013
  TileCatalogTable
5001
5014
  */
5002
5015
  export declare enum ResourceSubTypeFilter {
@@ -5008,20 +5021,22 @@ export declare enum ResourceSubTypeFilter {
5008
5021
  }
5009
5022
  /**
5010
5023
  *
5011
-
5024
+
5012
5025
  Unknown
5013
-
5026
+
5014
5027
  table
5015
-
5028
+
5016
5029
  layer
5017
-
5030
+
5018
5031
  project
5019
-
5032
+
5020
5033
  file
5021
-
5034
+
5022
5035
  feature
5023
-
5036
+
5024
5037
  tag
5038
+
5039
+ datasource
5025
5040
  */
5026
5041
  export declare enum ResourceType {
5027
5042
  Unknown = "Unknown",
@@ -5030,25 +5045,26 @@ export declare enum ResourceType {
5030
5045
  Project = "project",
5031
5046
  File = "file",
5032
5047
  Feature = "feature",
5033
- Tag = "tag"
5048
+ Tag = "tag",
5049
+ DataSource = "datasource"
5034
5050
  }
5035
5051
  /**
5036
5052
  * Resources types filter.
5037
-
5053
+
5038
5054
  Map
5039
-
5055
+
5040
5056
  Layer
5041
-
5057
+
5042
5058
  Table
5043
-
5059
+
5044
5060
  RasterCatalog
5045
-
5061
+
5046
5062
  ProxyService
5047
-
5063
+
5048
5064
  RemoteTileService
5049
-
5065
+
5050
5066
  File
5051
-
5067
+
5052
5068
  DataSource
5053
5069
  */
5054
5070
  export declare enum ResourceTypeFilter {
@@ -5068,9 +5084,9 @@ export declare enum ResourceTypeLink {
5068
5084
  }
5069
5085
  /**
5070
5086
  * Response type.
5071
-
5087
+
5072
5088
  code
5073
-
5089
+
5074
5090
  token
5075
5091
  */
5076
5092
  export declare enum ResponseType {
@@ -5208,6 +5224,25 @@ export interface RoutingProviderInfoDc {
5208
5224
  */
5209
5225
  maxPointsInBatch?: number;
5210
5226
  }
5227
+ /**
5228
+ * S3 data source settings.
5229
+ */
5230
+ export declare type S3DataSourceDc = DataSourceDc & {
5231
+ endpoint?: string | null;
5232
+ secretKey?: string | null;
5233
+ accessKey?: string | null;
5234
+ region?: string | null;
5235
+ port?: number | null;
5236
+ };
5237
+ /**
5238
+ * S3 data source info.
5239
+ */
5240
+ export declare type S3DataSourceInfoDc = DataSourceInfoDc & {
5241
+ endpoint?: string | null;
5242
+ secretKey?: string | null;
5243
+ accessKey?: string | null;
5244
+ region?: string | null;
5245
+ };
5211
5246
  /**
5212
5247
  * ScaleBar element data contract.
5213
5248
  */
@@ -5280,15 +5315,6 @@ export declare type SearchStepResultDc = BaseStepResultDc & {
5280
5315
  layerName?: string | null;
5281
5316
  foundObjects?: number;
5282
5317
  };
5283
- /**
5284
- * Universal search task parameters.
5285
- */
5286
- export declare type SearchTaskParametersDc = TaskParametersDc & {
5287
- type?: string | null;
5288
- sources: (ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc)[];
5289
- filter?: string | null;
5290
- attributes?: string[] | null;
5291
- };
5292
5318
  /**
5293
5319
  * Suggest user information.
5294
5320
  */
@@ -5318,35 +5344,6 @@ export interface ServerInfoDc {
5318
5344
  */
5319
5345
  startedAt?: string;
5320
5346
  }
5321
- /**
5322
- * Status of the server task.
5323
-
5324
- None
5325
-
5326
- Scheduled
5327
-
5328
- Planning
5329
-
5330
- Executing
5331
-
5332
- Completed
5333
-
5334
- Failed
5335
-
5336
- Canceled
5337
-
5338
- Timeout
5339
- */
5340
- export declare enum ServerTaskStatus {
5341
- None = "None",
5342
- Scheduled = "Scheduled",
5343
- Planning = "Planning",
5344
- Executing = "Executing",
5345
- Completed = "Completed",
5346
- Failed = "Failed",
5347
- Canceled = "Canceled",
5348
- Timeout = "Timeout"
5349
- }
5350
5347
  /**
5351
5348
  * Common fields for service configurations.
5352
5349
  */
@@ -5406,6 +5403,8 @@ export interface ServiceInfo {
5406
5403
  * feature
5407
5404
  *
5408
5405
  * tag
5406
+ *
5407
+ * datasource
5409
5408
  */
5410
5409
  resourceType?: ResourceType;
5411
5410
  /** Categories of the service. */
@@ -5436,6 +5435,7 @@ export interface ServiceInfo {
5436
5435
  inVisible?: boolean;
5437
5436
  parentId?: string;
5438
5437
  resourceId?: string;
5438
+ sourcePath?: string;
5439
5439
  preview?: string;
5440
5440
  }
5441
5441
  /**
@@ -5543,9 +5543,6 @@ export interface ServiceListItemDc {
5543
5543
  /** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
5544
5544
  invisibleInCatalog?: boolean;
5545
5545
  }
5546
- export interface SessionStaticTaskDataStorageDescription {
5547
- folderName?: string;
5548
- }
5549
5546
  /**
5550
5547
  * Ending settings.
5551
5548
  */
@@ -5595,7 +5592,7 @@ export interface SimpleEndingDc {
5595
5592
  }
5596
5593
  /**
5597
5594
  * Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
5598
-
5595
+
5599
5596
  If the ending is set to be other then None, the size and color of the ending will be calculated based on the
5600
5597
  stroke width and color of the symbol.
5601
5598
  */
@@ -5670,11 +5667,11 @@ export interface SimplifyInfoItemDc {
5670
5667
  }
5671
5668
  /**
5672
5669
  *
5673
-
5670
+
5674
5671
  Basic
5675
-
5672
+
5676
5673
  PreserveTopology
5677
-
5674
+
5678
5675
  VW
5679
5676
  */
5680
5677
  export declare enum SimplifyType {
@@ -5825,13 +5822,13 @@ export declare type StepResultDc = BaseStepResultDc & {
5825
5822
  };
5826
5823
  /**
5827
5824
  *
5828
-
5825
+
5829
5826
  None
5830
-
5827
+
5831
5828
  Image
5832
-
5829
+
5833
5830
  PkkCode
5834
-
5831
+
5835
5832
  Attachments
5836
5833
  */
5837
5834
  export declare enum StringSubType {
@@ -5893,6 +5890,20 @@ export declare type StyledLayerServiceConfigurationDc = ServiceConfigurationBase
5893
5890
  style: StyleDc;
5894
5891
  baseServiceName: string;
5895
5892
  };
5893
+ /**
5894
+ * SubTaskSettingsDto.
5895
+ */
5896
+ export interface SubTaskSettingsDto {
5897
+ /**
5898
+ * Order.
5899
+ * @format int32
5900
+ */
5901
+ order?: number;
5902
+ /** Type. */
5903
+ type?: string;
5904
+ /** StartParameters. */
5905
+ startParameters?: any;
5906
+ }
5896
5907
  /**
5897
5908
  * Provides properties overrides svg attributes.
5898
5909
  */
@@ -6008,6 +6019,7 @@ export interface TableConfigurationBaseDc {
6008
6019
  * Table description.
6009
6020
  */
6010
6021
  export declare type TableInfoDc = ResourceInfoDc & {
6022
+ systemName?: string | null;
6011
6023
  rowCount?: number;
6012
6024
  geometries?: GeometryType[] | null;
6013
6025
  type?: string | null;
@@ -6045,182 +6057,46 @@ export interface TagsFilterDto {
6045
6057
  */
6046
6058
  useAnd?: boolean;
6047
6059
  }
6048
- /**
6049
- * Task owner group.
6050
-
6051
- my
6052
-
6053
- all
6054
- */
6055
- export declare enum TaskGroup {
6056
- My = "my",
6057
- All = "all"
6058
- }
6059
- /**
6060
- * Detailed information about a server task.
6061
- */
6062
- export interface TaskInfoDc {
6063
- /**
6064
- * Task id.
6065
- * @format uuid
6066
- */
6067
- id?: string;
6068
- /** Creator of the task. */
6069
- owner?: string;
6070
- /**
6071
- * Status of the server task.
6072
- *
6073
- * None
6074
- *
6075
- * Scheduled
6076
- *
6077
- * Planning
6078
- *
6079
- * Executing
6080
- *
6081
- * Completed
6082
- *
6083
- * Failed
6084
- *
6085
- * Canceled
6086
- *
6087
- * Timeout
6088
- */
6089
- status?: ServerTaskStatus;
6090
- /** Parameters of the task. */
6091
- parameters?: AggregateTaskParametersDc | AvailabilityAreaTaskDc | BufferTaskParametersDc | CopyTaskParametersDc | EditAttributesTaskParametersDc | FeatureTaskParametersDc | FilterCopyTaskParametersDc | OverlayTaskParametersDc | PipelineTaskParametersDc | PrintTaskParametersDc | SearchTaskParametersDc | UnionTaskParametersDc | UploadNetCdfTaskParametersDc | UploadRasterTaskParametersDc | RasterBuildVrtTaskParametersDc;
6092
- /**
6093
- * Date and time when the task was created.
6094
- * @format date-time
6095
- */
6096
- createdDate?: string;
6097
- /**
6098
- * Date and time when the execution of the task stated.
6099
- * @format date-time
6100
- */
6101
- startedDate?: string;
6102
- /**
6103
- * Date and time when the execution of the task finished.
6104
- * @format date-time
6105
- */
6106
- completedDate?: string;
6107
- }
6108
- /**
6109
- * The `TableListDc` class provides list of tables info SPCore.Connectors.Connectors.Base.Models.Data.TableInfoDc.
6110
- */
6111
- export declare type TaskListDc = PagedListTaskStatusDataDc & object;
6112
6060
  /**
6113
6061
  * Base class for server tasks descriptions.
6114
6062
  */
6115
6063
  export interface TaskParametersDc {
6064
+ /** Type of the service. */
6065
+ service_type?: string;
6116
6066
  /** Type of the task. */
6117
- type?: string;
6067
+ task_type?: string;
6118
6068
  }
6119
6069
  /**
6120
- * Detailed information about a server task.
6070
+ * TaskPrototypeDto.
6121
6071
  */
6122
- export interface TaskProgressDc {
6072
+ export interface TaskPrototypeDto {
6123
6073
  /**
6124
- * Task id.
6074
+ * .
6125
6075
  * @format uuid
6126
6076
  */
6127
6077
  id?: string;
6078
+ /** User. */
6079
+ user?: string;
6128
6080
  /**
6129
- * Status of the server task.
6130
- *
6131
- * None
6132
- *
6133
- * Scheduled
6134
- *
6135
- * Planning
6136
- *
6137
- * Executing
6138
- *
6139
- * Completed
6140
- *
6141
- * Failed
6142
- *
6143
- * Canceled
6144
- *
6145
- * Timeout
6146
- */
6147
- status?: ServerTaskStatus;
6148
- /** The result of the server task execution. */
6149
- taskResult?: TaskResultDc;
6150
- /**
6151
- * Count of task steps.
6152
- * @format int32
6153
- */
6154
- stepCount?: number;
6155
- /**
6156
- * Current task step id.
6157
- * @format int32
6158
- */
6159
- currentStepId?: number;
6160
- /**
6161
- * Object count what already done in current step.
6162
- * @format int32
6163
- */
6164
- currentStepAlreadyDone?: number;
6165
- /**
6166
- * Object count on current step.
6167
- * @format int32
6168
- */
6169
- currentStepObjectCount?: number;
6170
- /**
6171
- * Some task batches may choose to report additional details about the execution process and result. These
6172
- * details are written in the format: { "Value description": int_value }.
6173
- */
6174
- resultDetails?: Record<string, number>;
6175
- }
6176
- /**
6177
- * The result of the server task execution.
6178
- */
6179
- export interface TaskResultDc {
6180
- message?: string;
6181
- stepResults?: (RasterCogCreatorStepResultDc | SearchStepResultDc | StepResultDc)[];
6182
- /** @format int64 */
6183
- inputObjectCount?: number;
6184
- /** @format int64 */
6185
- errorCount?: number;
6186
- /** @format int64 */
6187
- outputObjectCount?: number;
6188
- }
6189
- /**
6190
- * Server task data contract.
6191
- */
6192
- export interface TaskStatusDataDc {
6193
- /**
6194
- * Id of the task.
6195
- * @format uuid
6081
+ * CreatedAt.
6082
+ * @format date-time
6196
6083
  */
6197
- taskId?: string;
6198
- /** Type of the task. */
6199
- type?: string;
6200
- /** User started task. */
6201
- owner?: string;
6084
+ createdAt?: string;
6085
+ /** SubTaskSettings. */
6086
+ subTaskSettings?: SubTaskSettingsDto[];
6087
+ /** Enabled. */
6088
+ enabled?: boolean;
6089
+ /** StartIfPreviousError. */
6090
+ startIfPreviousError?: boolean;
6091
+ /** StartIfPreviousNotFinished. */
6092
+ startIfPreviousNotFinished?: boolean;
6202
6093
  /**
6203
- * Status of the server task.
6204
- *
6205
- * None
6206
- *
6207
- * Scheduled
6208
- *
6209
- * Planning
6210
- *
6211
- * Executing
6212
- *
6213
- * Completed
6214
- *
6215
- * Failed
6216
- *
6217
- * Canceled
6218
- *
6219
- * Timeout
6094
+ * DelayDate.
6095
+ * @format date-time
6220
6096
  */
6221
- status?: ServerTaskStatus;
6222
- /** The result of the server task execution. */
6223
- taskResult?: TaskResultDc;
6097
+ delayDate?: string;
6098
+ /** Schedule. */
6099
+ schedule?: string;
6224
6100
  }
6225
6101
  /**
6226
6102
  * Localization contains fields that should be localized on printing template.
@@ -6276,13 +6152,13 @@ export interface TestConnectionInfoDc {
6276
6152
  }
6277
6153
  /**
6278
6154
  * Sets the horizontal alignment of text.
6279
-
6155
+
6280
6156
  right
6281
-
6157
+
6282
6158
  left
6283
-
6159
+
6284
6160
  center
6285
-
6161
+
6286
6162
  justified
6287
6163
  */
6288
6164
  export declare enum TextAlignment {
@@ -6302,11 +6178,11 @@ export interface TextBackgroundDc {
6302
6178
  }
6303
6179
  /**
6304
6180
  * Sets the vertical alignment of text.
6305
-
6181
+
6306
6182
  top
6307
-
6183
+
6308
6184
  bottom
6309
-
6185
+
6310
6186
  middle
6311
6187
  */
6312
6188
  export declare enum TextVerticalAlignment {
@@ -6605,14 +6481,6 @@ export interface TileServiceInfoDc {
6605
6481
  /** Resource tags. */
6606
6482
  tags?: string[];
6607
6483
  }
6608
- /**
6609
- * The description of the tile feature layer service as a server task data storage.
6610
- */
6611
- export declare type TilingTaskDataStorageDc = BaseTaskDataStorageDc & {
6612
- serviceName: string;
6613
- createNewService?: boolean;
6614
- type?: string | null;
6615
- };
6616
6484
  /**
6617
6485
  * Access token request.
6618
6486
  */
@@ -6664,8 +6532,12 @@ export declare type TracksSymbolDc = TrackSymbolBaseDc & {
6664
6532
  /**
6665
6533
  * The operation that unites the features in the storage.
6666
6534
  */
6667
- export declare type UnionTaskParametersDc = FeatureTaskParametersDc & {
6668
- type?: string | null;
6535
+ export declare type UnionTaskDc = TaskParametersDc & {
6536
+ sourceLayer: string;
6537
+ targetLayer: string;
6538
+ groupAttribute?: string | null;
6539
+ task_type?: string | null;
6540
+ service_type?: string | null;
6669
6541
  };
6670
6542
  /**
6671
6543
  * Feature object definition for updating.
@@ -6728,6 +6600,26 @@ export declare type UpdateTableDc = TableInfoDc & {
6728
6600
  columnsAdd?: ColumnDescriptionDc[] | null;
6729
6601
  columnsDelete?: string[] | null;
6730
6602
  };
6603
+ /**
6604
+ * UpdateTaskPrototypeDto.
6605
+ */
6606
+ export interface UpdateTaskPrototypeDto {
6607
+ /** SubTaskSettings. */
6608
+ subTaskSettings?: SubTaskSettingsDto[];
6609
+ /** Enabled. */
6610
+ enabled?: boolean;
6611
+ /** StartIfPreviousError. */
6612
+ startIfPreviousError?: boolean;
6613
+ /** StartIfPreviousNotFinished. */
6614
+ startIfPreviousNotFinished?: boolean;
6615
+ /**
6616
+ * DelayDate.
6617
+ * @format date-time
6618
+ */
6619
+ delayDate?: string;
6620
+ /** Schedule. */
6621
+ schedule?: string;
6622
+ }
6731
6623
  /**
6732
6624
  * Update user data contract.
6733
6625
  */
@@ -6766,34 +6658,6 @@ export interface UpdateUserDc {
6766
6658
  /** Phone number. */
6767
6659
  phone?: string;
6768
6660
  }
6769
- /**
6770
- * Upload raster task parameters data contract.
6771
- */
6772
- export declare type UploadNetCdfTaskParametersDc = TaskParametersDc & {
6773
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
6774
- file: string;
6775
- dimName?: string | null;
6776
- dimExtraName?: string | null;
6777
- dimExtraValues?: string[] | null;
6778
- attributes?: Record<string, any>;
6779
- maxZoomLevel: number;
6780
- polygonize?: boolean;
6781
- proj?: string | null;
6782
- type?: string | null;
6783
- };
6784
- /**
6785
- * Upload raster task parameters data contract.
6786
- */
6787
- export declare type UploadRasterTaskParametersDc = TaskParametersDc & {
6788
- target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
6789
- files: string[];
6790
- attributes?: Record<string, any>;
6791
- maxZoomLevel: number;
6792
- polygonize?: boolean;
6793
- bands?: number[] | null;
6794
- useCog?: boolean;
6795
- type?: string | null;
6796
- };
6797
6661
  /**
6798
6662
  * Set used project.
6799
6663
  */
@@ -6842,6 +6706,15 @@ export interface UserOrRoleDc {
6842
6706
  /** User own role. */
6843
6707
  aclRole?: string;
6844
6708
  }
6709
+ /**
6710
+ * Descriptioned value data contract.
6711
+ */
6712
+ export interface ValueDc {
6713
+ /** Description. */
6714
+ description?: string;
6715
+ /** Value. */
6716
+ value?: any;
6717
+ }
6845
6718
  export interface ValueTupleStringString {
6846
6719
  item1?: string;
6847
6720
  item2?: string;
@@ -6860,6 +6733,7 @@ export interface ValuesRangeDc {
6860
6733
  max: any;
6861
6734
  }
6862
6735
  export interface Vector2 {
6736
+ coords?: TypeCoordsEFixedBuffer;
6863
6737
  /** @format double */
6864
6738
  x?: number;
6865
6739
  /** @format double */
@@ -6873,6 +6747,17 @@ export declare type ViewConfigurationDc = TableConfigurationBaseDc & {
6873
6747
  eql?: string | null;
6874
6748
  eqlParameters?: Record<string, any>;
6875
6749
  };
6750
+ /**
6751
+ * Worker post method params.
6752
+ */
6753
+ export interface WorkerStartMethodDto {
6754
+ /** Worker type. */
6755
+ workerType: string;
6756
+ /** Method type. */
6757
+ methodType: string;
6758
+ /** Method input parameters. */
6759
+ data?: any;
6760
+ }
6876
6761
  /**
6877
6762
  * Workspace limits data contract.
6878
6763
  */
@@ -7290,6 +7175,12 @@ export interface RemoveLayerParameterValueParams {
7290
7175
  /** Layer parameter name. */
7291
7176
  paramName?: string;
7292
7177
  }
7178
+ export interface GetAvailiableLayerParametersParams {
7179
+ /** Layer name. */
7180
+ layerName?: string;
7181
+ /** Only specified parameter name. */
7182
+ paramName?: string;
7183
+ }
7293
7184
  export interface IncreaseResourcesLimitParams {
7294
7185
  /**
7295
7186
  * Additional maps count.
@@ -7438,8 +7329,8 @@ export interface GetRasterAttributesParams {
7438
7329
  fileName?: string;
7439
7330
  }
7440
7331
  export interface GetRasterMetaParams {
7441
- /** Raster filename. */
7442
- fileName?: string;
7332
+ /** Raster resource id.. */
7333
+ resourceId?: string;
7443
7334
  }
7444
7335
  export declare type GetBulkFeaturesPayload = GetBulkFeaturesParametersDc[];
7445
7336
  export declare type GetBulkExtentsPayload = GetBulkExtentsDc[];
@@ -7914,7 +7805,7 @@ export interface ValidateExpressionParams {
7914
7805
  /** Layer name. */
7915
7806
  layerName: string;
7916
7807
  }
7917
- export interface GetRasterMetaParams3 {
7808
+ export interface GetRasterMetaParams6 {
7918
7809
  /**
7919
7810
  * Min value for build histogram.
7920
7811
  * @format double
@@ -8033,7 +7924,7 @@ export interface GetProjectsListParams {
8033
7924
  tags?: string[];
8034
7925
  }
8035
7926
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
8036
- export interface DeleteResourcesParams7 {
7927
+ export interface DeleteResourcesParams5 {
8037
7928
  /** Resource names. */
8038
7929
  names?: string[];
8039
7930
  }
@@ -8091,6 +7982,45 @@ export interface UpdateBody {
8091
7982
  file?: File;
8092
7983
  }
8093
7984
  export declare type RunPayload = Record<string, any>;
7985
+ export interface GetTaskPrototypesParams {
7986
+ /** Username. */
7987
+ Username?: string;
7988
+ /**
7989
+ * Skip.
7990
+ * @format int32
7991
+ */
7992
+ Skip?: number;
7993
+ /**
7994
+ * Take.
7995
+ * @format int32
7996
+ */
7997
+ Take?: number;
7998
+ /** OrderBy. */
7999
+ OrderBy?: string;
8000
+ /** Desc. */
8001
+ Desc?: boolean;
8002
+ }
8003
+ export interface GetTasksForPrototypeParams {
8004
+ /**
8005
+ * Skip.
8006
+ * @format int32
8007
+ */
8008
+ Skip?: number;
8009
+ /**
8010
+ * Take.
8011
+ * @format int32
8012
+ */
8013
+ Take?: number;
8014
+ /** OrderBy. */
8015
+ OrderBy?: string;
8016
+ /** Desc. */
8017
+ Desc?: boolean;
8018
+ /**
8019
+ * Id.
8020
+ * @format uuid
8021
+ */
8022
+ id: string;
8023
+ }
8094
8024
  export interface CheckLimitsParams {
8095
8025
  /** Workspace. */
8096
8026
  userName?: string;
@@ -8133,62 +8063,6 @@ export interface CreateStorageParams {
8133
8063
  /** S3 storage name. */
8134
8064
  storageName?: string;
8135
8065
  }
8136
- export interface GetTaskListParams {
8137
- /**
8138
- * Comma separated list of the task statuses. Filters only the tasks with the given statuses.
8139
- *
8140
- * None
8141
- *
8142
- * Scheduled
8143
- *
8144
- * Planning
8145
- *
8146
- * Executing
8147
- *
8148
- * Completed
8149
- *
8150
- * Failed
8151
- *
8152
- * Canceled
8153
- *
8154
- * Timeout
8155
- */
8156
- status?: ServerTaskStatus[];
8157
- /** Filter the tasks by their ids. */
8158
- id?: string[];
8159
- /** Filter the tasks by owners. */
8160
- owners?: string[];
8161
- /** Columns to returns. */
8162
- columns?: string[];
8163
- /**
8164
- * Owner group.
8165
- *
8166
- * my
8167
- *
8168
- * all
8169
- */
8170
- group?: TaskGroup;
8171
- /**
8172
- * Takes tasks created before given date and time.
8173
- * @format date-time
8174
- */
8175
- createdBefore?: string;
8176
- /**
8177
- * Takes tasks created after given date and time.
8178
- * @format date-time
8179
- */
8180
- createdAfter?: string;
8181
- /**
8182
- * The first index to return.
8183
- * @format int32
8184
- */
8185
- offset?: number;
8186
- /**
8187
- * The max number of items to return.
8188
- * @format int32
8189
- */
8190
- limit?: number;
8191
- }
8192
8066
  export interface FindUserByNameByRolesParams {
8193
8067
  /** Roles. */
8194
8068
  roles?: string[];
@@ -8218,6 +8092,8 @@ export interface GetPolicyListParams {
8218
8092
  * MaxObjectsToExport
8219
8093
  *
8220
8094
  * MaxUploadContentSize
8095
+ *
8096
+ * MaxEqlQueryParametersValues
8221
8097
  */
8222
8098
  type?: PolicyType;
8223
8099
  }
@@ -8238,6 +8114,8 @@ export interface RemovePolicyParams {
8238
8114
  * MaxObjectsToExport
8239
8115
  *
8240
8116
  * MaxUploadContentSize
8117
+ *
8118
+ * MaxEqlQueryParametersValues
8241
8119
  */
8242
8120
  type?: PolicyType;
8243
8121
  /** Use role the policy is applied to. */
@@ -8325,7 +8203,7 @@ export interface StatisticsDbParams {
8325
8203
  */
8326
8204
  types?: AggregationFunction[];
8327
8205
  }
8328
- export interface ClassifyParams2 {
8206
+ export interface ClassifyParams7 {
8329
8207
  /** Layer name. */
8330
8208
  name: string;
8331
8209
  /** Attribute name. */
@@ -8458,7 +8336,7 @@ export interface GetTableListParams {
8458
8336
  acl?: string;
8459
8337
  }
8460
8338
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
8461
- export interface DeleteResourcesParams6 {
8339
+ export interface DeleteResourcesParams2 {
8462
8340
  /** Resource names. */
8463
8341
  names?: string[];
8464
8342
  }
@@ -8615,7 +8493,7 @@ export interface GetPublicCapabilitiesParams {
8615
8493
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8616
8494
  AcceptFormats?: string[];
8617
8495
  }
8618
- export interface GetCapabilitiesParams6 {
8496
+ export interface GetCapabilitiesParams5 {
8619
8497
  /** Output format of service metadata. */
8620
8498
  Format?: string;
8621
8499
  /** Must be WMS. */