@evergis/api 3.0.214 → 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.
- package/dist/Api.d.ts +3 -5
- package/dist/__generated__/AccountService.d.ts +2 -2
- package/dist/__generated__/DataSourceService.d.ts +46 -2
- package/dist/__generated__/EqlService.d.ts +12 -1
- package/dist/__generated__/LayersService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/RemoteTaskManagerService.d.ts +262 -0
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +336 -458
- package/dist/api.cjs.development.js +484 -857
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +490 -883
- package/dist/api.esm.js.map +1 -1
- package/dist/index.d.ts +0 -3
- package/dist/services/RemoteTaskManager.d.ts +3 -0
- package/dist/services/Statistic.d.ts +4 -2
- package/dist/services/index.d.ts +1 -1
- package/dist/utils/errorHandler.d.ts +1 -1
- package/dist/utils/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/SpatialProcessor.d.ts +0 -30
- package/dist/__generated__/SchedulerService.d.ts +0 -207
- package/dist/layers/EvergisDynamicLayer.d.ts +0 -28
- package/dist/layers/EvergisTileLayer.d.ts +0 -18
- package/dist/layers/LayersManager.d.ts +0 -11
- package/dist/layers/index.d.ts +0 -3
- package/dist/services/Scheduler.d.ts +0 -20
- package/dist/types/EvergisLayer.d.ts +0 -6
- package/dist/types/index.d.ts +0 -1
- 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;
|
|
@@ -206,62 +202,21 @@ export interface AggregationMappingDc {
|
|
|
206
202
|
aggregationFunction: AggregationFunction;
|
|
207
203
|
}
|
|
208
204
|
/**
|
|
209
|
-
*
|
|
205
|
+
* S3 data source settings.
|
|
210
206
|
*/
|
|
211
|
-
export
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
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
|
*/
|
|
@@ -738,20 +693,31 @@ export declare type AutoClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
738
693
|
endColor?: ParameterDcColor;
|
|
739
694
|
};
|
|
740
695
|
/**
|
|
741
|
-
*
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
duration
|
|
747
|
-
|
|
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
|
|
808
|
-
|
|
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
|
-
|
|
815
|
-
|
|
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.
|
|
@@ -1412,7 +1378,7 @@ export declare enum ConfigurationErrorEnum {
|
|
|
1412
1378
|
InvalidTableReferenceConfiguration = "InvalidTableReferenceConfiguration"
|
|
1413
1379
|
}
|
|
1414
1380
|
/**
|
|
1415
|
-
* SPCore.Connectors.Connectors.Base.Models.
|
|
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
|
|
1492
|
-
|
|
1493
|
-
|
|
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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -2343,13 +2367,6 @@ 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
|
|
|
@@ -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
|
*/
|
|
@@ -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
|
*/
|
|
@@ -3693,10 +3721,14 @@ 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
|
|
3697
|
-
|
|
3724
|
+
export declare type OverlayTaskDc = TaskParametersDc & {
|
|
3725
|
+
sourceLayer: string;
|
|
3726
|
+
targetLayer: string;
|
|
3727
|
+
overlayLayer: string;
|
|
3698
3728
|
operation: Operation;
|
|
3699
|
-
|
|
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.
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -4071,6 +4088,8 @@ MaxFeaturesInOneTable
|
|
|
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;
|
|
@@ -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
|
|
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
|
*/
|
|
@@ -5022,6 +5035,8 @@ file
|
|
|
5022
5035
|
feature
|
|
5023
5036
|
|
|
5024
5037
|
tag
|
|
5038
|
+
|
|
5039
|
+
datasource
|
|
5025
5040
|
*/
|
|
5026
5041
|
export declare enum ResourceType {
|
|
5027
5042
|
Unknown = "Unknown",
|
|
@@ -5030,7 +5045,8 @@ 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.
|
|
@@ -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
|
*/
|
|
@@ -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
|
-
|
|
6067
|
+
task_type?: string;
|
|
6118
6068
|
}
|
|
6119
6069
|
/**
|
|
6120
|
-
*
|
|
6070
|
+
* TaskPrototypeDto.
|
|
6121
6071
|
*/
|
|
6122
|
-
export interface
|
|
6072
|
+
export interface TaskPrototypeDto {
|
|
6123
6073
|
/**
|
|
6124
|
-
*
|
|
6074
|
+
* .
|
|
6125
6075
|
* @format uuid
|
|
6126
6076
|
*/
|
|
6127
6077
|
id?: string;
|
|
6078
|
+
/** User. */
|
|
6079
|
+
user?: string;
|
|
6128
6080
|
/**
|
|
6129
|
-
*
|
|
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
|
-
|
|
6198
|
-
/**
|
|
6199
|
-
|
|
6200
|
-
/**
|
|
6201
|
-
|
|
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
|
-
*
|
|
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
|
-
|
|
6222
|
-
/**
|
|
6223
|
-
|
|
6097
|
+
delayDate?: string;
|
|
6098
|
+
/** Schedule. */
|
|
6099
|
+
schedule?: string;
|
|
6224
6100
|
}
|
|
6225
6101
|
/**
|
|
6226
6102
|
* Localization contains fields that should be localized on printing template.
|
|
@@ -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
|
|
6668
|
-
|
|
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
|
|
7442
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
8496
|
+
export interface GetCapabilitiesParams5 {
|
|
8619
8497
|
/** Output format of service metadata. */
|
|
8620
8498
|
Format?: string;
|
|
8621
8499
|
/** Must be WMS. */
|