@evergis/api 4.0.5 → 4.0.7
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/__generated__/LayersService.d.ts +14 -113
- package/dist/__generated__/RemoteTaskManagerService.d.ts +11 -132
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -13
- package/dist/__generated__/data-contracts.d.ts +442 -694
- package/dist/api.cjs.development.js +110 -545
- 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 +137 -572
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Layers.d.ts +2 -6
- package/dist/services/VectorTiles.d.ts +1 -1
- package/package.json +2 -2
|
@@ -729,23 +729,6 @@ export declare type AutoClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
729
729
|
startColor?: ParameterDcColor;
|
|
730
730
|
endColor?: ParameterDcColor;
|
|
731
731
|
};
|
|
732
|
-
/**
|
|
733
|
-
* Available area task.
|
|
734
|
-
*/
|
|
735
|
-
export declare type AvailableAreaTaskDc = TaskParametersDc & {
|
|
736
|
-
sourceLayer: string;
|
|
737
|
-
targetLayer: string;
|
|
738
|
-
duration?: string | null;
|
|
739
|
-
providerName?: string | null;
|
|
740
|
-
durationAttributeName?: string | null;
|
|
741
|
-
routeCenterXAttributeName?: string | null;
|
|
742
|
-
routeCenterYAttributeName?: string | null;
|
|
743
|
-
baseObjectIdAttributeName?: string | null;
|
|
744
|
-
idAttributeName?: string | null;
|
|
745
|
-
geometryAttributeName?: string | null;
|
|
746
|
-
service_type?: string | null;
|
|
747
|
-
task_type?: string | null;
|
|
748
|
-
};
|
|
749
732
|
/**
|
|
750
733
|
* Availiable values data contract.
|
|
751
734
|
*/
|
|
@@ -758,17 +741,6 @@ export interface AvailiableValuesDc {
|
|
|
758
741
|
export interface Base64String {
|
|
759
742
|
value?: string;
|
|
760
743
|
}
|
|
761
|
-
/**
|
|
762
|
-
* The result of a server task step execution.
|
|
763
|
-
*/
|
|
764
|
-
export declare type BaseStepResultDc = object;
|
|
765
|
-
/**
|
|
766
|
-
* Base dc of task data storage.
|
|
767
|
-
*/
|
|
768
|
-
export interface BaseTaskDataStorageDc {
|
|
769
|
-
/** Type of the data storage. */
|
|
770
|
-
type: string;
|
|
771
|
-
}
|
|
772
744
|
/**
|
|
773
745
|
* Provides resources with their acl.
|
|
774
746
|
*/
|
|
@@ -803,20 +775,6 @@ export interface BrushDc {
|
|
|
803
775
|
/** Type of the brush. */
|
|
804
776
|
type?: string;
|
|
805
777
|
}
|
|
806
|
-
/**
|
|
807
|
-
* Buffer operation calculates the buffer geometries around the input geometries and writes them
|
|
808
|
-
into the target storage.
|
|
809
|
-
*/
|
|
810
|
-
export declare type BufferTaskDc = TaskParametersDc & {
|
|
811
|
-
sourceLayer: string;
|
|
812
|
-
targetLayer: string;
|
|
813
|
-
radii: string[];
|
|
814
|
-
baseObjectIdAttributeName?: string | null;
|
|
815
|
-
radiusAttributeName?: string | null;
|
|
816
|
-
attributesToCopy?: string[] | null;
|
|
817
|
-
task_type?: string | null;
|
|
818
|
-
service_type?: string | null;
|
|
819
|
-
};
|
|
820
778
|
/**
|
|
821
779
|
* Get bulk extents data conteract.
|
|
822
780
|
*/
|
|
@@ -1256,14 +1214,6 @@ export declare enum ConfigurationErrorEnum {
|
|
|
1256
1214
|
TableWithoutColumns = "TableWithoutColumns",
|
|
1257
1215
|
InvalidTableReferenceConfiguration = "InvalidTableReferenceConfiguration"
|
|
1258
1216
|
}
|
|
1259
|
-
/**
|
|
1260
|
-
* SPCore.Connectors.Connectors.Base.Models.RemoteTaskManager.CopyTask.Storages.ConfiguredLayerDataStorageDc provides configurable layer storage.
|
|
1261
|
-
*/
|
|
1262
|
-
export declare type ConfiguredLayerDataStorageDc = BaseTaskDataStorageDc & {
|
|
1263
|
-
type?: string | null;
|
|
1264
|
-
serviceName: string;
|
|
1265
|
-
attributesConfiguration?: AttributesConfigurationDc | EqlAttributesConfigurationDc | null;
|
|
1266
|
-
};
|
|
1267
1217
|
/**
|
|
1268
1218
|
* Describes resource to copy.
|
|
1269
1219
|
*/
|
|
@@ -1334,34 +1284,6 @@ export interface CopyResourceResultDc {
|
|
|
1334
1284
|
/** Resource error details. */
|
|
1335
1285
|
errorDetails?: ErrorDetailsDc;
|
|
1336
1286
|
}
|
|
1337
|
-
/**
|
|
1338
|
-
* Server task that copies the objects from one storage to another.
|
|
1339
|
-
*/
|
|
1340
|
-
export declare type CopyTableTaskDc = TaskParametersDc & {
|
|
1341
|
-
sourceLayer: string;
|
|
1342
|
-
targetLayer: string;
|
|
1343
|
-
attributeMapping?: Record<string, string | null>;
|
|
1344
|
-
task_type?: string | null;
|
|
1345
|
-
service_type?: string | null;
|
|
1346
|
-
};
|
|
1347
|
-
/**
|
|
1348
|
-
* Buffer operation calculates the buffer geometries around the input geometries and writes them
|
|
1349
|
-
into the target storage.
|
|
1350
|
-
*/
|
|
1351
|
-
export declare type CopyTaskDc = TaskParametersDc & {
|
|
1352
|
-
source: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc;
|
|
1353
|
-
target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc;
|
|
1354
|
-
attributeMapping?: Record<string, string | null>;
|
|
1355
|
-
attributeTypeMapping?: Record<string, AttributeType>;
|
|
1356
|
-
task_type?: string | null;
|
|
1357
|
-
service_type?: string | null;
|
|
1358
|
-
};
|
|
1359
|
-
/**
|
|
1360
|
-
* The result of a server task step execution.
|
|
1361
|
-
*/
|
|
1362
|
-
export declare type CopyTaskStepResultDc = StepResultDc & {
|
|
1363
|
-
resourceId?: string | null;
|
|
1364
|
-
};
|
|
1365
1287
|
/**
|
|
1366
1288
|
* Create directory request.
|
|
1367
1289
|
*/
|
|
@@ -1381,49 +1303,6 @@ export interface CreateDirectoryDc {
|
|
|
1381
1303
|
/** Resource icon. */
|
|
1382
1304
|
icon?: string;
|
|
1383
1305
|
}
|
|
1384
|
-
/**
|
|
1385
|
-
* Upload raster task parameters data contract.
|
|
1386
|
-
*/
|
|
1387
|
-
export declare type CreateRasterCogTaskDc = TaskParametersDc & {
|
|
1388
|
-
layer: string;
|
|
1389
|
-
srId: number;
|
|
1390
|
-
file?: string | null;
|
|
1391
|
-
attributes?: Record<string, any>;
|
|
1392
|
-
overviewsCount: number;
|
|
1393
|
-
bands?: number[] | null;
|
|
1394
|
-
task_type?: string | null;
|
|
1395
|
-
service_type?: string | null;
|
|
1396
|
-
};
|
|
1397
|
-
/**
|
|
1398
|
-
* Upload raster task parameters data contract.
|
|
1399
|
-
*/
|
|
1400
|
-
export declare type CreateRasterNetCdfTaskDc = TaskParametersDc & {
|
|
1401
|
-
layer: string;
|
|
1402
|
-
srId: number;
|
|
1403
|
-
file: string;
|
|
1404
|
-
variables?: string[] | null;
|
|
1405
|
-
treatVariablesAsBands?: boolean;
|
|
1406
|
-
dimExtraName?: string | null;
|
|
1407
|
-
dimExtraValues?: string[] | null;
|
|
1408
|
-
attributes?: Record<string, any>;
|
|
1409
|
-
overviewsCount: number;
|
|
1410
|
-
proj?: string | null;
|
|
1411
|
-
task_type?: string | null;
|
|
1412
|
-
service_type?: string | null;
|
|
1413
|
-
};
|
|
1414
|
-
/**
|
|
1415
|
-
* Upload raster task parameters data contract.
|
|
1416
|
-
*/
|
|
1417
|
-
export declare type CreateRasterVrtTaskDc = TaskParametersDc & {
|
|
1418
|
-
layer: string;
|
|
1419
|
-
srId: number;
|
|
1420
|
-
overviewsCount: number;
|
|
1421
|
-
rasters?: RasterVrtFeatureSourceDc[] | null;
|
|
1422
|
-
attributes?: Record<string, any>;
|
|
1423
|
-
maxZoomLevel: number;
|
|
1424
|
-
task_type?: string | null;
|
|
1425
|
-
service_type?: string | null;
|
|
1426
|
-
};
|
|
1427
1306
|
/**
|
|
1428
1307
|
* Data contract for create new role.
|
|
1429
1308
|
*/
|
|
@@ -1528,18 +1407,17 @@ export interface CreateViewFromQueryLayerDc {
|
|
|
1528
1407
|
layerCondition?: string;
|
|
1529
1408
|
}
|
|
1530
1409
|
/**
|
|
1531
|
-
*
|
|
1410
|
+
* Created task result.
|
|
1532
1411
|
*/
|
|
1533
|
-
export
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
};
|
|
1412
|
+
export interface CreatedTaskResultDto {
|
|
1413
|
+
/**
|
|
1414
|
+
* Id.
|
|
1415
|
+
* @format uuid
|
|
1416
|
+
*/
|
|
1417
|
+
id?: string;
|
|
1418
|
+
/** Success flag. */
|
|
1419
|
+
success?: boolean;
|
|
1420
|
+
}
|
|
1543
1421
|
/**
|
|
1544
1422
|
* Describes stroked dashed brush.
|
|
1545
1423
|
*/
|
|
@@ -1805,18 +1683,6 @@ export declare enum ErrorType {
|
|
|
1805
1683
|
EmailNotChanged = "EmailNotChanged",
|
|
1806
1684
|
EmailNotSet = "EmailNotSet"
|
|
1807
1685
|
}
|
|
1808
|
-
/**
|
|
1809
|
-
* Description of the temp file as a task data storage.
|
|
1810
|
-
*/
|
|
1811
|
-
export declare type ExcelStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
1812
|
-
attributeNameRowNumber?: number;
|
|
1813
|
-
aliasRowNumber?: number;
|
|
1814
|
-
firstDataRowNumber?: number;
|
|
1815
|
-
coordSourceFields: string[];
|
|
1816
|
-
spatialReference: number;
|
|
1817
|
-
isWkt?: boolean;
|
|
1818
|
-
type?: string | null;
|
|
1819
|
-
};
|
|
1820
1686
|
/**
|
|
1821
1687
|
* Result of the eql expression validation.
|
|
1822
1688
|
*/
|
|
@@ -2052,7 +1918,7 @@ export interface FailedServiceInfoDc {
|
|
|
2052
1918
|
/** The category of the service. */
|
|
2053
1919
|
categories?: string[];
|
|
2054
1920
|
/** Configuration of the service. */
|
|
2055
|
-
configuration?: LinearServiceConfigurationDc |
|
|
1921
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
2056
1922
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
2057
1923
|
name: string;
|
|
2058
1924
|
/** Resource alias. */
|
|
@@ -2061,8 +1927,6 @@ export interface FailedServiceInfoDc {
|
|
|
2061
1927
|
owner?: string;
|
|
2062
1928
|
/** Resource description. */
|
|
2063
1929
|
description?: string;
|
|
2064
|
-
/** Resource preview. */
|
|
2065
|
-
preview?: string;
|
|
2066
1930
|
/**
|
|
2067
1931
|
* The date when resource was created.
|
|
2068
1932
|
* @format date-time
|
|
@@ -2177,7 +2041,7 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2177
2041
|
/** The category of the service. */
|
|
2178
2042
|
categories?: string[];
|
|
2179
2043
|
/** Configuration of the service. */
|
|
2180
|
-
configuration?: LinearServiceConfigurationDc |
|
|
2044
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
2181
2045
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
2182
2046
|
name: string;
|
|
2183
2047
|
/** Resource alias. */
|
|
@@ -2186,8 +2050,6 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2186
2050
|
owner?: string;
|
|
2187
2051
|
/** Resource description. */
|
|
2188
2052
|
description?: string;
|
|
2189
|
-
/** Resource preview. */
|
|
2190
|
-
preview?: string;
|
|
2191
2053
|
/**
|
|
2192
2054
|
* The date when resource was created.
|
|
2193
2055
|
* @format date-time
|
|
@@ -2229,58 +2091,6 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2229
2091
|
/** Resource tags. */
|
|
2230
2092
|
tags?: string[];
|
|
2231
2093
|
}
|
|
2232
|
-
export interface FeatureSelectionDc {
|
|
2233
|
-
layerName: string;
|
|
2234
|
-
groupName?: string;
|
|
2235
|
-
/**
|
|
2236
|
-
* Type of the feature.
|
|
2237
|
-
*
|
|
2238
|
-
* Unknown
|
|
2239
|
-
*
|
|
2240
|
-
* GeometricFeature
|
|
2241
|
-
*/
|
|
2242
|
-
featureType: FeatureType;
|
|
2243
|
-
/** Information about the layer attributes and their configuration. */
|
|
2244
|
-
layerDefinition: LayerDefinitionDc;
|
|
2245
|
-
features: FeatureSelectionEntryDc[];
|
|
2246
|
-
symbols?: FeatureSymbolDc[];
|
|
2247
|
-
}
|
|
2248
|
-
export interface FeatureSelectionEntryDc {
|
|
2249
|
-
/** Feature object definition. */
|
|
2250
|
-
feature: FeatureDc;
|
|
2251
|
-
/** @format int32 */
|
|
2252
|
-
symbolId?: number;
|
|
2253
|
-
}
|
|
2254
|
-
export interface FeatureSymbolDc {
|
|
2255
|
-
/** @format int32 */
|
|
2256
|
-
id: number;
|
|
2257
|
-
/** Feature symbol. */
|
|
2258
|
-
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;
|
|
2259
|
-
image?: string;
|
|
2260
|
-
}
|
|
2261
|
-
/**
|
|
2262
|
-
* Type of the feature.
|
|
2263
|
-
|
|
2264
|
-
Unknown
|
|
2265
|
-
|
|
2266
|
-
GeometricFeature
|
|
2267
|
-
*/
|
|
2268
|
-
export declare enum FeatureType {
|
|
2269
|
-
Unknown = "Unknown",
|
|
2270
|
-
GeometricFeature = "GeometricFeature"
|
|
2271
|
-
}
|
|
2272
|
-
/**
|
|
2273
|
-
* The response that contains a list of features.
|
|
2274
|
-
*/
|
|
2275
|
-
export interface FeaturesListDc {
|
|
2276
|
-
/** The features list. */
|
|
2277
|
-
items: FeatureDc[];
|
|
2278
|
-
/**
|
|
2279
|
-
* Total count features.
|
|
2280
|
-
* @format int64
|
|
2281
|
-
*/
|
|
2282
|
-
totalCount: number;
|
|
2283
|
-
}
|
|
2284
2094
|
/**
|
|
2285
2095
|
* The result of uploading a file.
|
|
2286
2096
|
*/
|
|
@@ -2437,12 +2247,6 @@ export interface FunctionInfoDc {
|
|
|
2437
2247
|
/** List of function arguments. */
|
|
2438
2248
|
arguments?: FunctionArgumentInfoDc[];
|
|
2439
2249
|
}
|
|
2440
|
-
/**
|
|
2441
|
-
* Description of the temp file as a task data storage.
|
|
2442
|
-
*/
|
|
2443
|
-
export declare type GdbStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
2444
|
-
type?: string | null;
|
|
2445
|
-
};
|
|
2446
2250
|
/**
|
|
2447
2251
|
* Geocode result.
|
|
2448
2252
|
*/
|
|
@@ -2472,19 +2276,6 @@ export interface GeocodeSuggestResultDc {
|
|
|
2472
2276
|
/** Source id. */
|
|
2473
2277
|
id?: string;
|
|
2474
2278
|
}
|
|
2475
|
-
/**
|
|
2476
|
-
* Geocode task.
|
|
2477
|
-
*/
|
|
2478
|
-
export declare type GeocodeTaskDc = TaskParametersDc & {
|
|
2479
|
-
sourceLayer: string;
|
|
2480
|
-
targetLayer: string;
|
|
2481
|
-
geocodeFromGeometry?: boolean;
|
|
2482
|
-
geocodeProviderName: string | null;
|
|
2483
|
-
geocodeAttributeName?: string | null;
|
|
2484
|
-
geocodeAddressAttributeName?: string | null;
|
|
2485
|
-
service_type?: string | null;
|
|
2486
|
-
task_type?: string | null;
|
|
2487
|
-
};
|
|
2488
2279
|
/**
|
|
2489
2280
|
* Geometry data contract.
|
|
2490
2281
|
*/
|
|
@@ -2967,17 +2758,6 @@ export interface ImportLayerDataSchema {
|
|
|
2967
2758
|
/** Schema of a inner layers. */
|
|
2968
2759
|
children?: ImportLayerDataSchema[];
|
|
2969
2760
|
}
|
|
2970
|
-
/**
|
|
2971
|
-
* The description of the temporary features list as a server task data storage.
|
|
2972
|
-
*/
|
|
2973
|
-
export declare type InMemoryTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
2974
|
-
type?: string | null;
|
|
2975
|
-
features: FeatureDc[];
|
|
2976
|
-
idAttribute: string;
|
|
2977
|
-
geometryAttribute: string;
|
|
2978
|
-
geometryType: GeometryType;
|
|
2979
|
-
spatialReference?: number;
|
|
2980
|
-
};
|
|
2981
2761
|
/**
|
|
2982
2762
|
* Isolines label symbol.
|
|
2983
2763
|
*/
|
|
@@ -2985,12 +2765,6 @@ export declare type IsolinesLabelSymbolDc = LabelSymbolDc & {
|
|
|
2985
2765
|
type?: string | null;
|
|
2986
2766
|
placement?: ParameterDcString;
|
|
2987
2767
|
};
|
|
2988
|
-
/**
|
|
2989
|
-
* Description of the temp file as a task data storage.
|
|
2990
|
-
*/
|
|
2991
|
-
export declare type KmlStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
2992
|
-
type?: string | null;
|
|
2993
|
-
};
|
|
2994
2768
|
/**
|
|
2995
2769
|
* Base class for labels.
|
|
2996
2770
|
*/
|
|
@@ -3115,15 +2889,6 @@ export interface LayerReferenceConfigurationDc {
|
|
|
3115
2889
|
/** Id of the reference. */
|
|
3116
2890
|
referenceId?: string;
|
|
3117
2891
|
}
|
|
3118
|
-
/**
|
|
3119
|
-
* The description of the layer service as a server task data storage.
|
|
3120
|
-
*/
|
|
3121
|
-
export declare type LayerTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
3122
|
-
serviceName: string;
|
|
3123
|
-
condition?: string | null;
|
|
3124
|
-
createNewService?: boolean;
|
|
3125
|
-
type?: string | null;
|
|
3126
|
-
};
|
|
3127
2892
|
/**
|
|
3128
2893
|
* Layer template model data contract.
|
|
3129
2894
|
*/
|
|
@@ -3425,14 +3190,6 @@ export interface ListResourcesDto {
|
|
|
3425
3190
|
/** Filter by set of roles permissions. */
|
|
3426
3191
|
aclFilter?: Record<string, Permissions>;
|
|
3427
3192
|
}
|
|
3428
|
-
/**
|
|
3429
|
-
* Configuration for the local tile service.
|
|
3430
|
-
*/
|
|
3431
|
-
export declare type LocalTileServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3432
|
-
tileInfo?: TileInfoDc;
|
|
3433
|
-
useRedisCache?: boolean;
|
|
3434
|
-
cacheExpire?: number;
|
|
3435
|
-
};
|
|
3436
3193
|
/**
|
|
3437
3194
|
* Tile LOD structure.
|
|
3438
3195
|
*/
|
|
@@ -3572,38 +3329,6 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3572
3329
|
};
|
|
3573
3330
|
export declare type ObjectId = object;
|
|
3574
3331
|
/**
|
|
3575
|
-
*
|
|
3576
|
-
|
|
3577
|
-
Unknown
|
|
3578
|
-
|
|
3579
|
-
union
|
|
3580
|
-
|
|
3581
|
-
intersection
|
|
3582
|
-
|
|
3583
|
-
subtraction
|
|
3584
|
-
|
|
3585
|
-
symDifference
|
|
3586
|
-
*/
|
|
3587
|
-
export declare enum Operation {
|
|
3588
|
-
Unknown = "Unknown",
|
|
3589
|
-
Union = "union",
|
|
3590
|
-
Intersection = "intersection",
|
|
3591
|
-
Subtraction = "subtraction",
|
|
3592
|
-
SymDifference = "symDifference"
|
|
3593
|
-
}
|
|
3594
|
-
/**
|
|
3595
|
-
* Subtracts feature of ToolLayer from the features of the source layer, and writes them in the target layer.
|
|
3596
|
-
*/
|
|
3597
|
-
export declare type OverlayTaskDc = TaskParametersDc & {
|
|
3598
|
-
sourceLayer: string;
|
|
3599
|
-
targetLayer: string;
|
|
3600
|
-
overlayLayer: string;
|
|
3601
|
-
operation: Operation;
|
|
3602
|
-
AttributesToCopy?: string[] | null;
|
|
3603
|
-
task_type?: string | null;
|
|
3604
|
-
service_type?: string | null;
|
|
3605
|
-
};
|
|
3606
|
-
/**
|
|
3607
3332
|
* Filter exists resources by owner.
|
|
3608
3333
|
|
|
3609
3334
|
My
|
|
@@ -4125,7 +3850,7 @@ export interface ProjectConfigurationDc {
|
|
|
4125
3850
|
*/
|
|
4126
3851
|
export interface ProjectContentItemDc {
|
|
4127
3852
|
/** Item name. */
|
|
4128
|
-
name
|
|
3853
|
+
name?: string;
|
|
4129
3854
|
/** Specifies name of the item in project. */
|
|
4130
3855
|
clientData?: any;
|
|
4131
3856
|
/** Client data storage. Storage isn't used by server. */
|
|
@@ -4273,7 +3998,7 @@ export interface ProxyServiceInfoDc {
|
|
|
4273
3998
|
/** The category of the service. */
|
|
4274
3999
|
categories?: string[];
|
|
4275
4000
|
/** Configuration of the service. */
|
|
4276
|
-
configuration?: LinearServiceConfigurationDc |
|
|
4001
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
4277
4002
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4278
4003
|
name: string;
|
|
4279
4004
|
/** Resource alias. */
|
|
@@ -4282,8 +4007,6 @@ export interface ProxyServiceInfoDc {
|
|
|
4282
4007
|
owner?: string;
|
|
4283
4008
|
/** Resource description. */
|
|
4284
4009
|
description?: string;
|
|
4285
|
-
/** Resource preview. */
|
|
4286
|
-
preview?: string;
|
|
4287
4010
|
/**
|
|
4288
4011
|
* The date when resource was created.
|
|
4289
4012
|
* @format date-time
|
|
@@ -4342,9 +4065,9 @@ export declare type PythonServiceInfoDc = ProxyServiceInfoDc & object;
|
|
|
4342
4065
|
*/
|
|
4343
4066
|
export interface PythonServiceMethodDc {
|
|
4344
4067
|
/** Python script file name. */
|
|
4345
|
-
|
|
4068
|
+
fileName?: string;
|
|
4346
4069
|
/** Python script method name. */
|
|
4347
|
-
|
|
4070
|
+
methodName?: string;
|
|
4348
4071
|
/** Python script default parameters. */
|
|
4349
4072
|
parameters?: any;
|
|
4350
4073
|
}
|
|
@@ -4352,10 +4075,10 @@ export interface PythonServiceMethodDc {
|
|
|
4352
4075
|
* TaskMethodConfiguration.
|
|
4353
4076
|
*/
|
|
4354
4077
|
export interface PythonTaskMethodConfiguration {
|
|
4355
|
-
/** Gets or sets script. */
|
|
4356
|
-
|
|
4078
|
+
/** Gets or sets script file name. */
|
|
4079
|
+
fileName?: string;
|
|
4357
4080
|
/** Gets or sets method. */
|
|
4358
|
-
|
|
4081
|
+
methodName?: string;
|
|
4359
4082
|
/** Gets or sets description. */
|
|
4360
4083
|
description?: string;
|
|
4361
4084
|
/** Parameters. */
|
|
@@ -4363,6 +4086,13 @@ export interface PythonTaskMethodConfiguration {
|
|
|
4363
4086
|
/** TaskReturnType. */
|
|
4364
4087
|
return?: TaskReturnType;
|
|
4365
4088
|
}
|
|
4089
|
+
/**
|
|
4090
|
+
* PythonTaskMethodConfigurationDc.
|
|
4091
|
+
*/
|
|
4092
|
+
export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc & {
|
|
4093
|
+
fileName?: string | null;
|
|
4094
|
+
methodName?: string | null;
|
|
4095
|
+
};
|
|
4366
4096
|
/**
|
|
4367
4097
|
* Stream quality.
|
|
4368
4098
|
|
|
@@ -4521,7 +4251,7 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4521
4251
|
/** The category of the service. */
|
|
4522
4252
|
categories?: string[];
|
|
4523
4253
|
/** Configuration of the service. */
|
|
4524
|
-
configuration?: LinearServiceConfigurationDc |
|
|
4254
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
4525
4255
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4526
4256
|
name: string;
|
|
4527
4257
|
/** Resource alias. */
|
|
@@ -4530,8 +4260,6 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4530
4260
|
owner?: string;
|
|
4531
4261
|
/** Resource description. */
|
|
4532
4262
|
description?: string;
|
|
4533
|
-
/** Resource preview. */
|
|
4534
|
-
preview?: string;
|
|
4535
4263
|
/**
|
|
4536
4264
|
* The date when resource was created.
|
|
4537
4265
|
* @format date-time
|
|
@@ -4725,18 +4453,6 @@ export declare type RasterSymbolDc = SymbolDc & {
|
|
|
4725
4453
|
band?: RasterBandCfg;
|
|
4726
4454
|
bandA?: RasterBandCfg;
|
|
4727
4455
|
};
|
|
4728
|
-
/**
|
|
4729
|
-
* Raster layer with feature id data contract.
|
|
4730
|
-
*/
|
|
4731
|
-
export interface RasterVrtFeatureSourceDc {
|
|
4732
|
-
/** Raster layer name. */
|
|
4733
|
-
layer: string;
|
|
4734
|
-
/**
|
|
4735
|
-
* Feature id.
|
|
4736
|
-
* @format int64
|
|
4737
|
-
*/
|
|
4738
|
-
id: number;
|
|
4739
|
-
}
|
|
4740
4456
|
/**
|
|
4741
4457
|
* Refresh token request data contract.
|
|
4742
4458
|
*/
|
|
@@ -4785,6 +4501,38 @@ export interface RegisterUserDc {
|
|
|
4785
4501
|
/** Password. */
|
|
4786
4502
|
password?: string;
|
|
4787
4503
|
}
|
|
4504
|
+
/**
|
|
4505
|
+
* RemoteTaskStatus enum.
|
|
4506
|
+
|
|
4507
|
+
Init
|
|
4508
|
+
|
|
4509
|
+
Process
|
|
4510
|
+
|
|
4511
|
+
Completed
|
|
4512
|
+
|
|
4513
|
+
Interrupted
|
|
4514
|
+
|
|
4515
|
+
Error
|
|
4516
|
+
|
|
4517
|
+
Timeout
|
|
4518
|
+
|
|
4519
|
+
Waiting
|
|
4520
|
+
|
|
4521
|
+
InQueue
|
|
4522
|
+
|
|
4523
|
+
Unknown
|
|
4524
|
+
*/
|
|
4525
|
+
export declare enum RemoteTaskStatus {
|
|
4526
|
+
Init = "Init",
|
|
4527
|
+
Process = "Process",
|
|
4528
|
+
Completed = "Completed",
|
|
4529
|
+
Interrupted = "Interrupted",
|
|
4530
|
+
Error = "Error",
|
|
4531
|
+
Timeout = "Timeout",
|
|
4532
|
+
Waiting = "Waiting",
|
|
4533
|
+
InQueue = "InQueue",
|
|
4534
|
+
Unknown = "Unknown"
|
|
4535
|
+
}
|
|
4788
4536
|
/**
|
|
4789
4537
|
* Configuration for the remote tile service.
|
|
4790
4538
|
*/
|
|
@@ -4821,33 +4569,62 @@ export interface RemoteTileServiceInfo {
|
|
|
4821
4569
|
/**
|
|
4822
4570
|
* Service info for a tile service.
|
|
4823
4571
|
*/
|
|
4824
|
-
export
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
/**
|
|
4830
|
-
|
|
4831
|
-
*/
|
|
4832
|
-
|
|
4833
|
-
/**
|
|
4834
|
-
|
|
4835
|
-
/**
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4572
|
+
export interface RemoteTileServiceInfoDc {
|
|
4573
|
+
/** Tile info structure. */
|
|
4574
|
+
tileInfo: TileInfoDc;
|
|
4575
|
+
/** Copyright text. */
|
|
4576
|
+
copyrightText?: string;
|
|
4577
|
+
/** SourceBatch server address. */
|
|
4578
|
+
sourceUrl?: string;
|
|
4579
|
+
/** Mask for getting tiles in default form www.{s}.tiles.com/{z}/{x}/{y}.png. */
|
|
4580
|
+
sourceUrlMask?: string;
|
|
4581
|
+
/** SourceBatch servers, what can be placed at source url mask, instead {s}. */
|
|
4582
|
+
sourceServers?: string[];
|
|
4583
|
+
/** The type of the resource. */
|
|
4584
|
+
type: string;
|
|
4585
|
+
/**
|
|
4586
|
+
* Minimum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
4587
|
+
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
4588
|
+
* @format double
|
|
4589
|
+
*/
|
|
4590
|
+
minResolution?: number;
|
|
4591
|
+
/**
|
|
4592
|
+
* Maximum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
4593
|
+
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
4594
|
+
* @format double
|
|
4595
|
+
*/
|
|
4596
|
+
maxResolution?: number;
|
|
4597
|
+
/**
|
|
4598
|
+
* Filtering condition for the objects in the service. If no condition set or if no such property is available
|
|
4599
|
+
* for the given service type, null is returned.
|
|
4600
|
+
*/
|
|
4601
|
+
condition?: string;
|
|
4602
|
+
/**
|
|
4603
|
+
*
|
|
4604
|
+
*
|
|
4605
|
+
* unknown
|
|
4606
|
+
*
|
|
4607
|
+
* point
|
|
4608
|
+
*
|
|
4609
|
+
* polyline
|
|
4610
|
+
*
|
|
4611
|
+
* multipolygon
|
|
4612
|
+
*
|
|
4613
|
+
* envelope
|
|
4614
|
+
*
|
|
4615
|
+
* multipoint
|
|
4616
|
+
*/
|
|
4617
|
+
geometryType: GeometryType;
|
|
4618
|
+
/**
|
|
4619
|
+
* Number of objects in the layer. If the count cannot be calculated or the layer does not contain objects,
|
|
4620
|
+
* 0 is returned.
|
|
4621
|
+
* @format int32
|
|
4622
|
+
*/
|
|
4623
|
+
objectCount?: number;
|
|
4624
|
+
/** The category of the service. */
|
|
4625
|
+
categories?: string[];
|
|
4626
|
+
/** Configuration of the service. */
|
|
4627
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
4851
4628
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4852
4629
|
name: string;
|
|
4853
4630
|
/** Resource alias. */
|
|
@@ -4856,8 +4633,6 @@ export interface ResourceInfoDc {
|
|
|
4856
4633
|
owner?: string;
|
|
4857
4634
|
/** Resource description. */
|
|
4858
4635
|
description?: string;
|
|
4859
|
-
/** Resource preview. */
|
|
4860
|
-
preview?: string;
|
|
4861
4636
|
/**
|
|
4862
4637
|
* The date when resource was created.
|
|
4863
4638
|
* @format date-time
|
|
@@ -4900,19 +4675,90 @@ export interface ResourceInfoDc {
|
|
|
4900
4675
|
tags?: string[];
|
|
4901
4676
|
}
|
|
4902
4677
|
/**
|
|
4903
|
-
*
|
|
4678
|
+
* Provides resource and its acl.
|
|
4904
4679
|
*/
|
|
4905
|
-
export interface
|
|
4906
|
-
/**
|
|
4907
|
-
|
|
4908
|
-
/**
|
|
4909
|
-
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4680
|
+
export interface ResourceAclDc {
|
|
4681
|
+
/** Name of the resource to apply acl. */
|
|
4682
|
+
objectName: string;
|
|
4683
|
+
/** All available permissions list. */
|
|
4684
|
+
data: RolePermissionDc[];
|
|
4685
|
+
}
|
|
4686
|
+
/**
|
|
4687
|
+
* The `ResourceDependenciesDc` describes resource dependencies.
|
|
4688
|
+
*/
|
|
4689
|
+
export interface ResourceDependenciesDc {
|
|
4690
|
+
/** Resource name. */
|
|
4691
|
+
name: string;
|
|
4692
|
+
/** A collection of resource dependencies. */
|
|
4693
|
+
dependencies: DependentResourceDc[];
|
|
4694
|
+
}
|
|
4695
|
+
/**
|
|
4696
|
+
* The `ResourceInfoDc` provides information about resource.
|
|
4697
|
+
*/
|
|
4698
|
+
export interface ResourceInfoDc {
|
|
4699
|
+
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4700
|
+
name: string;
|
|
4701
|
+
/** Resource alias. */
|
|
4702
|
+
alias?: string;
|
|
4703
|
+
/** Resource owner. */
|
|
4704
|
+
owner?: string;
|
|
4705
|
+
/** Resource description. */
|
|
4706
|
+
description?: string;
|
|
4707
|
+
/**
|
|
4708
|
+
* The date when resource was created.
|
|
4709
|
+
* @format date-time
|
|
4710
|
+
*/
|
|
4711
|
+
createdDate?: string;
|
|
4712
|
+
/**
|
|
4713
|
+
* The date when resource was last modified.
|
|
4714
|
+
* @format date-time
|
|
4715
|
+
*/
|
|
4716
|
+
changedDate?: string;
|
|
4717
|
+
/**
|
|
4718
|
+
*
|
|
4719
|
+
*
|
|
4720
|
+
* none
|
|
4721
|
+
*
|
|
4722
|
+
* configure
|
|
4723
|
+
*
|
|
4724
|
+
* write
|
|
4725
|
+
*
|
|
4726
|
+
* read
|
|
4727
|
+
*
|
|
4728
|
+
* read,configure
|
|
4729
|
+
*
|
|
4730
|
+
* read,write
|
|
4731
|
+
*
|
|
4732
|
+
* read,write,configure
|
|
4733
|
+
*/
|
|
4734
|
+
permissions?: Permissions;
|
|
4735
|
+
/** Access control list for a security object. */
|
|
4736
|
+
acl?: AccessControlListDc;
|
|
4737
|
+
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
4738
|
+
icon?: string;
|
|
4739
|
+
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
4740
|
+
invisibleInCatalog?: boolean;
|
|
4741
|
+
/** Parent id in resources catalog. */
|
|
4742
|
+
parentId?: string;
|
|
4743
|
+
/** Resource id in resources catalog. */
|
|
4744
|
+
resourceId?: string;
|
|
4745
|
+
/** Resource tags. */
|
|
4746
|
+
tags?: string[];
|
|
4747
|
+
}
|
|
4748
|
+
/**
|
|
4749
|
+
* Resource parent.
|
|
4750
|
+
*/
|
|
4751
|
+
export interface ResourceParentDc {
|
|
4752
|
+
/** Resource id. */
|
|
4753
|
+
resourceId?: string;
|
|
4754
|
+
/** Resource name. */
|
|
4755
|
+
name?: string;
|
|
4756
|
+
/** Resource path. */
|
|
4757
|
+
path?: string;
|
|
4758
|
+
}
|
|
4759
|
+
/**
|
|
4760
|
+
* Resources types filter.
|
|
4761
|
+
|
|
4916
4762
|
RemoteTileService
|
|
4917
4763
|
|
|
4918
4764
|
ProxyService
|
|
@@ -4977,6 +4823,8 @@ RemoteTileService
|
|
|
4977
4823
|
File
|
|
4978
4824
|
|
|
4979
4825
|
DataSource
|
|
4826
|
+
|
|
4827
|
+
TaskPrototype
|
|
4980
4828
|
*/
|
|
4981
4829
|
export declare enum ResourceTypeFilter {
|
|
4982
4830
|
Map = "Map",
|
|
@@ -4986,7 +4834,8 @@ export declare enum ResourceTypeFilter {
|
|
|
4986
4834
|
ProxyService = "ProxyService",
|
|
4987
4835
|
RemoteTileService = "RemoteTileService",
|
|
4988
4836
|
File = "File",
|
|
4989
|
-
DataSource = "DataSource"
|
|
4837
|
+
DataSource = "DataSource",
|
|
4838
|
+
TaskPrototype = "TaskPrototype"
|
|
4990
4839
|
}
|
|
4991
4840
|
export declare enum ResourceTypeLink {
|
|
4992
4841
|
Table = "tables",
|
|
@@ -5113,30 +4962,6 @@ export interface RouteSourceFeatureDc {
|
|
|
5113
4962
|
export declare type RouteTableConfigurationDc = TableConfigurationBaseDc & {
|
|
5114
4963
|
type?: string | null;
|
|
5115
4964
|
};
|
|
5116
|
-
/**
|
|
5117
|
-
* Information about a routing provider.
|
|
5118
|
-
*/
|
|
5119
|
-
export interface RoutingProviderInfoDc {
|
|
5120
|
-
/**
|
|
5121
|
-
* Name of the routing provider. This name should be used in the requests, when this routing provider
|
|
5122
|
-
* should be used.
|
|
5123
|
-
*/
|
|
5124
|
-
name?: string;
|
|
5125
|
-
/** Type of the routing provider. */
|
|
5126
|
-
type?: string;
|
|
5127
|
-
/** Routing profile (e.g. car, walking, bicycle etc.) */
|
|
5128
|
-
profile?: string;
|
|
5129
|
-
/**
|
|
5130
|
-
* Timeout in seconds.
|
|
5131
|
-
* @format int32
|
|
5132
|
-
*/
|
|
5133
|
-
timeout?: number;
|
|
5134
|
-
/**
|
|
5135
|
-
* Max points in single batch.
|
|
5136
|
-
* @format int32
|
|
5137
|
-
*/
|
|
5138
|
-
maxPointsInBatch?: number;
|
|
5139
|
-
}
|
|
5140
4965
|
/**
|
|
5141
4966
|
* S3 data source settings.
|
|
5142
4967
|
*/
|
|
@@ -5186,6 +5011,30 @@ export interface ScaleBarElementDc {
|
|
|
5186
5011
|
/** Check what this model element enabled. */
|
|
5187
5012
|
enabled?: boolean;
|
|
5188
5013
|
}
|
|
5014
|
+
/**
|
|
5015
|
+
* SearchResults.
|
|
5016
|
+
*/
|
|
5017
|
+
export interface SearchResultsDtoTaskDto {
|
|
5018
|
+
/**
|
|
5019
|
+
* Count.
|
|
5020
|
+
* @format int64
|
|
5021
|
+
*/
|
|
5022
|
+
count?: number;
|
|
5023
|
+
/** Results. */
|
|
5024
|
+
results?: TaskDto[];
|
|
5025
|
+
}
|
|
5026
|
+
/**
|
|
5027
|
+
* SearchResults.
|
|
5028
|
+
*/
|
|
5029
|
+
export interface SearchResultsDtoTaskPrototypeDto {
|
|
5030
|
+
/**
|
|
5031
|
+
* Count.
|
|
5032
|
+
* @format int64
|
|
5033
|
+
*/
|
|
5034
|
+
count?: number;
|
|
5035
|
+
/** Results. */
|
|
5036
|
+
results?: TaskPrototypeDto[];
|
|
5037
|
+
}
|
|
5189
5038
|
/**
|
|
5190
5039
|
* Suggest user information.
|
|
5191
5040
|
*/
|
|
@@ -5207,8 +5056,6 @@ export interface ServerInfoDc {
|
|
|
5207
5056
|
application?: string;
|
|
5208
5057
|
/** Version number of the server build. */
|
|
5209
5058
|
version?: string;
|
|
5210
|
-
/** Information about the available routing providers. */
|
|
5211
|
-
routingProviders?: RoutingProviderInfoDc[];
|
|
5212
5059
|
/**
|
|
5213
5060
|
* Date and time when the server was started.
|
|
5214
5061
|
* @format date-time
|
|
@@ -5290,7 +5137,6 @@ export interface ServiceInfo {
|
|
|
5290
5137
|
changedDate?: string;
|
|
5291
5138
|
parameters?: {
|
|
5292
5139
|
Category?: string[];
|
|
5293
|
-
Preview?: string[];
|
|
5294
5140
|
GeometryType?: string[];
|
|
5295
5141
|
DependentResource?: string[];
|
|
5296
5142
|
ResolutionFilter?: string[];
|
|
@@ -5307,7 +5153,6 @@ export interface ServiceInfo {
|
|
|
5307
5153
|
parentId?: string;
|
|
5308
5154
|
resourceId?: string;
|
|
5309
5155
|
sourcePath?: string;
|
|
5310
|
-
preview?: string;
|
|
5311
5156
|
}
|
|
5312
5157
|
/**
|
|
5313
5158
|
* The `ServiceInfoDc` provides information about the service.
|
|
@@ -5320,7 +5165,7 @@ export declare type ServiceInfoDc = ResourceInfoDc & {
|
|
|
5320
5165
|
geometryType: GeometryType;
|
|
5321
5166
|
objectCount?: number;
|
|
5322
5167
|
categories?: string[] | null;
|
|
5323
|
-
configuration?: LinearServiceConfigurationDc |
|
|
5168
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | null;
|
|
5324
5169
|
};
|
|
5325
5170
|
/**
|
|
5326
5171
|
* List of the services in service manager.
|
|
@@ -5370,8 +5215,6 @@ export interface ServiceListItemDc {
|
|
|
5370
5215
|
* read,write,configure
|
|
5371
5216
|
*/
|
|
5372
5217
|
permissions?: Permissions;
|
|
5373
|
-
/** Name of the preview file in the resource preview storage. */
|
|
5374
|
-
preview?: string;
|
|
5375
5218
|
/**
|
|
5376
5219
|
* Minimum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
5377
5220
|
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
@@ -5584,6 +5427,12 @@ export interface SpTaskMethodConfiguration {
|
|
|
5584
5427
|
/** TaskReturnType. */
|
|
5585
5428
|
return?: TaskReturnType;
|
|
5586
5429
|
}
|
|
5430
|
+
/**
|
|
5431
|
+
* SpTaskMethodConfiguration.
|
|
5432
|
+
*/
|
|
5433
|
+
export declare type SpTaskMethodConfigurationDc = TaskMethodConfigurationDc & {
|
|
5434
|
+
method?: string | null;
|
|
5435
|
+
};
|
|
5587
5436
|
/**
|
|
5588
5437
|
* Empty square ending.
|
|
5589
5438
|
*/
|
|
@@ -5620,14 +5469,6 @@ export interface SrInfo {
|
|
|
5620
5469
|
/** Name. */
|
|
5621
5470
|
name?: string;
|
|
5622
5471
|
}
|
|
5623
|
-
/**
|
|
5624
|
-
* Description of the temp file as a task data storage.
|
|
5625
|
-
*/
|
|
5626
|
-
export declare type StaticTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
5627
|
-
fileName: string;
|
|
5628
|
-
layerName?: string | null;
|
|
5629
|
-
type?: string | null;
|
|
5630
|
-
};
|
|
5631
5472
|
/**
|
|
5632
5473
|
* Statistics result.
|
|
5633
5474
|
*/
|
|
@@ -5688,22 +5529,6 @@ export interface StatisticsResultObject {
|
|
|
5688
5529
|
/** Value. */
|
|
5689
5530
|
value?: any;
|
|
5690
5531
|
}
|
|
5691
|
-
/**
|
|
5692
|
-
* The result of a server task step execution.
|
|
5693
|
-
*/
|
|
5694
|
-
export declare type StepResultDc = BaseStepResultDc & {
|
|
5695
|
-
stepName?: string | null;
|
|
5696
|
-
inputSource?: string | null;
|
|
5697
|
-
outSource?: string | null;
|
|
5698
|
-
startedTime?: string;
|
|
5699
|
-
endedTime?: string;
|
|
5700
|
-
batchErrors?: string[] | null;
|
|
5701
|
-
batchCount?: number;
|
|
5702
|
-
inputObjectCount?: number;
|
|
5703
|
-
errorCount?: number;
|
|
5704
|
-
outputObjectCount?: number;
|
|
5705
|
-
resultDetails?: Record<string, number>;
|
|
5706
|
-
};
|
|
5707
5532
|
/**
|
|
5708
5533
|
*
|
|
5709
5534
|
|
|
@@ -5780,6 +5605,69 @@ export interface SubTaskSettingsDto {
|
|
|
5780
5605
|
/** StartParameters. */
|
|
5781
5606
|
startParameters?: any;
|
|
5782
5607
|
}
|
|
5608
|
+
/**
|
|
5609
|
+
* SubTasksDto.
|
|
5610
|
+
*/
|
|
5611
|
+
export interface SubTasksDto {
|
|
5612
|
+
/**
|
|
5613
|
+
* Id.
|
|
5614
|
+
* @format uuid
|
|
5615
|
+
*/
|
|
5616
|
+
id?: string;
|
|
5617
|
+
/**
|
|
5618
|
+
* Order.
|
|
5619
|
+
* @format int32
|
|
5620
|
+
*/
|
|
5621
|
+
order?: number;
|
|
5622
|
+
/** Type. */
|
|
5623
|
+
type?: string;
|
|
5624
|
+
/**
|
|
5625
|
+
* Started.
|
|
5626
|
+
* @format date-time
|
|
5627
|
+
*/
|
|
5628
|
+
started?: string;
|
|
5629
|
+
/**
|
|
5630
|
+
* Ended.
|
|
5631
|
+
* @format date-time
|
|
5632
|
+
*/
|
|
5633
|
+
ended?: string;
|
|
5634
|
+
/**
|
|
5635
|
+
* RemoteTaskStatus enum.
|
|
5636
|
+
*
|
|
5637
|
+
* Init
|
|
5638
|
+
*
|
|
5639
|
+
* Process
|
|
5640
|
+
*
|
|
5641
|
+
* Completed
|
|
5642
|
+
*
|
|
5643
|
+
* Interrupted
|
|
5644
|
+
*
|
|
5645
|
+
* Error
|
|
5646
|
+
*
|
|
5647
|
+
* Timeout
|
|
5648
|
+
*
|
|
5649
|
+
* Waiting
|
|
5650
|
+
*
|
|
5651
|
+
* InQueue
|
|
5652
|
+
*
|
|
5653
|
+
* Unknown
|
|
5654
|
+
*/
|
|
5655
|
+
status?: RemoteTaskStatus;
|
|
5656
|
+
/**
|
|
5657
|
+
* Process.
|
|
5658
|
+
* @format int64
|
|
5659
|
+
*/
|
|
5660
|
+
process?: number;
|
|
5661
|
+
/**
|
|
5662
|
+
* Max.
|
|
5663
|
+
* @format int64
|
|
5664
|
+
*/
|
|
5665
|
+
max?: number;
|
|
5666
|
+
/** ErrorMessage. */
|
|
5667
|
+
errorMessage?: string;
|
|
5668
|
+
/** Results. */
|
|
5669
|
+
results?: Record<string, any>;
|
|
5670
|
+
}
|
|
5783
5671
|
/**
|
|
5784
5672
|
* Provides properties overrides svg attributes.
|
|
5785
5673
|
*/
|
|
@@ -5878,12 +5766,6 @@ export interface SymbolInfoDc {
|
|
|
5878
5766
|
*/
|
|
5879
5767
|
categoryId?: number;
|
|
5880
5768
|
}
|
|
5881
|
-
/**
|
|
5882
|
-
* Description of the temp file as a task data storage.
|
|
5883
|
-
*/
|
|
5884
|
-
export declare type TabStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
5885
|
-
type?: string | null;
|
|
5886
|
-
};
|
|
5887
5769
|
/**
|
|
5888
5770
|
* Common fields for table configurations.
|
|
5889
5771
|
*/
|
|
@@ -5905,13 +5787,6 @@ export declare type TableInfoDc = ResourceInfoDc & {
|
|
|
5905
5787
|
* The `TableListDc` class provides list of tables info SPCore.Connectors.Connectors.Base.Models.Data.TableInfoDc.
|
|
5906
5788
|
*/
|
|
5907
5789
|
export declare type TableListDc = PagedListTableInfoDc & object;
|
|
5908
|
-
/**
|
|
5909
|
-
* Data storage that allows accessing features directly from the tables.
|
|
5910
|
-
*/
|
|
5911
|
-
export declare type TableTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
5912
|
-
tableName: string;
|
|
5913
|
-
type?: string | null;
|
|
5914
|
-
};
|
|
5915
5790
|
/**
|
|
5916
5791
|
* Tags filter.
|
|
5917
5792
|
*/
|
|
@@ -5925,9 +5800,9 @@ export interface TagsFilterDto {
|
|
|
5925
5800
|
useAnd?: boolean;
|
|
5926
5801
|
}
|
|
5927
5802
|
/**
|
|
5928
|
-
*
|
|
5803
|
+
* TaskConfigurationDc.
|
|
5929
5804
|
*/
|
|
5930
|
-
export interface
|
|
5805
|
+
export interface TaskConfigurationDc {
|
|
5931
5806
|
/**
|
|
5932
5807
|
* TaskPrototypeSubType.
|
|
5933
5808
|
*
|
|
@@ -5943,18 +5818,64 @@ export interface TaskConfiguration {
|
|
|
5943
5818
|
/** ImportMethods. */
|
|
5944
5819
|
importMethods?: string[];
|
|
5945
5820
|
/** UserConfiguration. */
|
|
5946
|
-
userConfiguration?:
|
|
5821
|
+
userConfiguration?: (PythonTaskMethodConfigurationDc | SpTaskMethodConfigurationDc)[];
|
|
5947
5822
|
/** DefaultConfiguration. */
|
|
5948
|
-
defaultConfiguration?:
|
|
5823
|
+
defaultConfiguration?: (PythonTaskMethodConfigurationDc | SpTaskMethodConfigurationDc)[];
|
|
5824
|
+
/** User ui configuration. */
|
|
5825
|
+
uiConfiguration?: any;
|
|
5826
|
+
}
|
|
5827
|
+
/**
|
|
5828
|
+
* TaskDto.
|
|
5829
|
+
*/
|
|
5830
|
+
export interface TaskDto {
|
|
5831
|
+
/**
|
|
5832
|
+
* Id.
|
|
5833
|
+
* @format uuid
|
|
5834
|
+
*/
|
|
5835
|
+
id?: string;
|
|
5836
|
+
/**
|
|
5837
|
+
* RemoteTaskStatus enum.
|
|
5838
|
+
*
|
|
5839
|
+
* Init
|
|
5840
|
+
*
|
|
5841
|
+
* Process
|
|
5842
|
+
*
|
|
5843
|
+
* Completed
|
|
5844
|
+
*
|
|
5845
|
+
* Interrupted
|
|
5846
|
+
*
|
|
5847
|
+
* Error
|
|
5848
|
+
*
|
|
5849
|
+
* Timeout
|
|
5850
|
+
*
|
|
5851
|
+
* Waiting
|
|
5852
|
+
*
|
|
5853
|
+
* InQueue
|
|
5854
|
+
*
|
|
5855
|
+
* Unknown
|
|
5856
|
+
*/
|
|
5857
|
+
status?: RemoteTaskStatus;
|
|
5858
|
+
/**
|
|
5859
|
+
* Started.
|
|
5860
|
+
* @format date-time
|
|
5861
|
+
*/
|
|
5862
|
+
started?: string;
|
|
5863
|
+
/**
|
|
5864
|
+
* Ended.
|
|
5865
|
+
* @format date-time
|
|
5866
|
+
*/
|
|
5867
|
+
ended?: string;
|
|
5868
|
+
/** ForceExecution. */
|
|
5869
|
+
forceExecution?: boolean;
|
|
5949
5870
|
}
|
|
5950
5871
|
/**
|
|
5951
5872
|
* TaskMethodConfiguration.
|
|
5952
5873
|
*/
|
|
5953
|
-
export interface
|
|
5874
|
+
export interface TaskMethodConfigurationDc {
|
|
5954
5875
|
/** Gets or sets description. */
|
|
5955
5876
|
description?: string;
|
|
5956
5877
|
/** Parameters. */
|
|
5957
|
-
parameters?:
|
|
5878
|
+
parameters?: TaskParameterDc[];
|
|
5958
5879
|
/** TaskReturnType. */
|
|
5959
5880
|
return?: TaskReturnType;
|
|
5960
5881
|
}
|
|
@@ -6011,6 +5932,59 @@ export interface TaskParameter {
|
|
|
6011
5932
|
/** Nullable. */
|
|
6012
5933
|
nullable?: boolean;
|
|
6013
5934
|
}
|
|
5935
|
+
/**
|
|
5936
|
+
* TaskParameterDc.
|
|
5937
|
+
*/
|
|
5938
|
+
export interface TaskParameterDc {
|
|
5939
|
+
/** Name. */
|
|
5940
|
+
name?: string;
|
|
5941
|
+
/** Gets or sets description. */
|
|
5942
|
+
description?: string;
|
|
5943
|
+
/**
|
|
5944
|
+
*
|
|
5945
|
+
*
|
|
5946
|
+
* Integer
|
|
5947
|
+
*
|
|
5948
|
+
* Double
|
|
5949
|
+
*
|
|
5950
|
+
* String
|
|
5951
|
+
*
|
|
5952
|
+
* Extent
|
|
5953
|
+
*
|
|
5954
|
+
* Geometry
|
|
5955
|
+
*
|
|
5956
|
+
* IntergerArray
|
|
5957
|
+
*
|
|
5958
|
+
* DoubleArray
|
|
5959
|
+
*
|
|
5960
|
+
* StringArray
|
|
5961
|
+
*
|
|
5962
|
+
* Boolean
|
|
5963
|
+
*
|
|
5964
|
+
* SourceEql
|
|
5965
|
+
*
|
|
5966
|
+
* Layer
|
|
5967
|
+
*
|
|
5968
|
+
* Table
|
|
5969
|
+
*
|
|
5970
|
+
* Folder
|
|
5971
|
+
*
|
|
5972
|
+
* Json
|
|
5973
|
+
*
|
|
5974
|
+
* Expression
|
|
5975
|
+
*
|
|
5976
|
+
* Expressions
|
|
5977
|
+
*/
|
|
5978
|
+
type?: WorkerSettingsFieldType;
|
|
5979
|
+
/** Lookup values. */
|
|
5980
|
+
lookupValues?: Record<string, string | null>;
|
|
5981
|
+
/** Default value. */
|
|
5982
|
+
default?: any;
|
|
5983
|
+
/** TaskParameterRange. */
|
|
5984
|
+
range?: TaskParameterRange;
|
|
5985
|
+
/** Nullable. */
|
|
5986
|
+
nullable?: boolean;
|
|
5987
|
+
}
|
|
6014
5988
|
/**
|
|
6015
5989
|
* TaskParameterRange.
|
|
6016
5990
|
*/
|
|
@@ -6020,21 +5994,12 @@ export interface TaskParameterRange {
|
|
|
6020
5994
|
/** Name. */
|
|
6021
5995
|
max?: any;
|
|
6022
5996
|
}
|
|
6023
|
-
/**
|
|
6024
|
-
* Base class for server tasks descriptions.
|
|
6025
|
-
*/
|
|
6026
|
-
export interface TaskParametersDc {
|
|
6027
|
-
/** Type of the service. */
|
|
6028
|
-
service_type?: string;
|
|
6029
|
-
/** Type of the task. */
|
|
6030
|
-
task_type?: string;
|
|
6031
|
-
}
|
|
6032
5997
|
/**
|
|
6033
5998
|
* TaskPrototypeDto.
|
|
6034
5999
|
*/
|
|
6035
6000
|
export interface TaskPrototypeDto {
|
|
6036
6001
|
/**
|
|
6037
|
-
* .
|
|
6002
|
+
* Id.
|
|
6038
6003
|
* @format uuid
|
|
6039
6004
|
*/
|
|
6040
6005
|
id?: string;
|
|
@@ -6060,6 +6025,38 @@ export interface TaskPrototypeDto {
|
|
|
6060
6025
|
delayDate?: string;
|
|
6061
6026
|
/** Schedule. */
|
|
6062
6027
|
schedule?: string;
|
|
6028
|
+
/**
|
|
6029
|
+
* Tasks count.
|
|
6030
|
+
* @format int32
|
|
6031
|
+
*/
|
|
6032
|
+
tasksCount?: number;
|
|
6033
|
+
/**
|
|
6034
|
+
* RemoteTaskStatus enum.
|
|
6035
|
+
*
|
|
6036
|
+
* Init
|
|
6037
|
+
*
|
|
6038
|
+
* Process
|
|
6039
|
+
*
|
|
6040
|
+
* Completed
|
|
6041
|
+
*
|
|
6042
|
+
* Interrupted
|
|
6043
|
+
*
|
|
6044
|
+
* Error
|
|
6045
|
+
*
|
|
6046
|
+
* Timeout
|
|
6047
|
+
*
|
|
6048
|
+
* Waiting
|
|
6049
|
+
*
|
|
6050
|
+
* InQueue
|
|
6051
|
+
*
|
|
6052
|
+
* Unknown
|
|
6053
|
+
*/
|
|
6054
|
+
lastTaskStatus?: RemoteTaskStatus;
|
|
6055
|
+
/**
|
|
6056
|
+
* Last task finish.
|
|
6057
|
+
* @format date-time
|
|
6058
|
+
*/
|
|
6059
|
+
lastTaskFinish?: string;
|
|
6063
6060
|
}
|
|
6064
6061
|
/**
|
|
6065
6062
|
* TaskPythonResourceUpdateDto.
|
|
@@ -6067,6 +6064,8 @@ export interface TaskPrototypeDto {
|
|
|
6067
6064
|
export interface TaskPythonResourceUpdateDto {
|
|
6068
6065
|
/** Configurations. */
|
|
6069
6066
|
configurations?: PythonTaskMethodConfiguration[];
|
|
6067
|
+
/** User ui configuration. */
|
|
6068
|
+
uiConfiguration?: any;
|
|
6070
6069
|
}
|
|
6071
6070
|
/**
|
|
6072
6071
|
* TaskResourceCreateDto.
|
|
@@ -6159,6 +6158,8 @@ export interface TaskReturnType {
|
|
|
6159
6158
|
export interface TaskSpResourceUpdateDto {
|
|
6160
6159
|
/** Configurations. */
|
|
6161
6160
|
configurations?: SpTaskMethodConfiguration[];
|
|
6161
|
+
/** User ui configuration. */
|
|
6162
|
+
uiConfiguration?: any;
|
|
6162
6163
|
}
|
|
6163
6164
|
/**
|
|
6164
6165
|
* Localization contains fields that should be localized on printing template.
|
|
@@ -6308,7 +6309,7 @@ export interface TileCatalogServiceInfoDc {
|
|
|
6308
6309
|
/** The category of the service. */
|
|
6309
6310
|
categories?: string[];
|
|
6310
6311
|
/** Configuration of the service. */
|
|
6311
|
-
configuration?: LinearServiceConfigurationDc |
|
|
6312
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
6312
6313
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
6313
6314
|
name: string;
|
|
6314
6315
|
/** Resource alias. */
|
|
@@ -6317,8 +6318,6 @@ export interface TileCatalogServiceInfoDc {
|
|
|
6317
6318
|
owner?: string;
|
|
6318
6319
|
/** Resource description. */
|
|
6319
6320
|
description?: string;
|
|
6320
|
-
/** Resource preview. */
|
|
6321
|
-
preview?: string;
|
|
6322
6321
|
/**
|
|
6323
6322
|
* The date when resource was created.
|
|
6324
6323
|
* @format date-time
|
|
@@ -6439,110 +6438,6 @@ export interface TileInfoDc {
|
|
|
6439
6438
|
/** List of levels of detail that define the tiling schema. */
|
|
6440
6439
|
lods: LodInfo[];
|
|
6441
6440
|
}
|
|
6442
|
-
/**
|
|
6443
|
-
* Service info for a tile service.
|
|
6444
|
-
*/
|
|
6445
|
-
export interface TileServiceInfoDc {
|
|
6446
|
-
/** Tile info structure. */
|
|
6447
|
-
tileInfo: TileInfoDc;
|
|
6448
|
-
/** Copyright text. */
|
|
6449
|
-
copyrightText?: string;
|
|
6450
|
-
/** The type of the resource. */
|
|
6451
|
-
type: string;
|
|
6452
|
-
/**
|
|
6453
|
-
* Minimum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
6454
|
-
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
6455
|
-
* @format double
|
|
6456
|
-
*/
|
|
6457
|
-
minResolution?: number;
|
|
6458
|
-
/**
|
|
6459
|
-
* Maximum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
6460
|
-
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
6461
|
-
* @format double
|
|
6462
|
-
*/
|
|
6463
|
-
maxResolution?: number;
|
|
6464
|
-
/**
|
|
6465
|
-
* Filtering condition for the objects in the service. If no condition set or if no such property is available
|
|
6466
|
-
* for the given service type, null is returned.
|
|
6467
|
-
*/
|
|
6468
|
-
condition?: string;
|
|
6469
|
-
/**
|
|
6470
|
-
*
|
|
6471
|
-
*
|
|
6472
|
-
* unknown
|
|
6473
|
-
*
|
|
6474
|
-
* point
|
|
6475
|
-
*
|
|
6476
|
-
* polyline
|
|
6477
|
-
*
|
|
6478
|
-
* multipolygon
|
|
6479
|
-
*
|
|
6480
|
-
* envelope
|
|
6481
|
-
*
|
|
6482
|
-
* multipoint
|
|
6483
|
-
*/
|
|
6484
|
-
geometryType: GeometryType;
|
|
6485
|
-
/**
|
|
6486
|
-
* Number of objects in the layer. If the count cannot be calculated or the layer does not contain objects,
|
|
6487
|
-
* 0 is returned.
|
|
6488
|
-
* @format int32
|
|
6489
|
-
*/
|
|
6490
|
-
objectCount?: number;
|
|
6491
|
-
/** The category of the service. */
|
|
6492
|
-
categories?: string[];
|
|
6493
|
-
/** Configuration of the service. */
|
|
6494
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
6495
|
-
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
6496
|
-
name: string;
|
|
6497
|
-
/** Resource alias. */
|
|
6498
|
-
alias?: string;
|
|
6499
|
-
/** Resource owner. */
|
|
6500
|
-
owner?: string;
|
|
6501
|
-
/** Resource description. */
|
|
6502
|
-
description?: string;
|
|
6503
|
-
/** Resource preview. */
|
|
6504
|
-
preview?: string;
|
|
6505
|
-
/**
|
|
6506
|
-
* The date when resource was created.
|
|
6507
|
-
* @format date-time
|
|
6508
|
-
*/
|
|
6509
|
-
createdDate?: string;
|
|
6510
|
-
/**
|
|
6511
|
-
* The date when resource was last modified.
|
|
6512
|
-
* @format date-time
|
|
6513
|
-
*/
|
|
6514
|
-
changedDate?: string;
|
|
6515
|
-
/**
|
|
6516
|
-
*
|
|
6517
|
-
*
|
|
6518
|
-
* none
|
|
6519
|
-
*
|
|
6520
|
-
* configure
|
|
6521
|
-
*
|
|
6522
|
-
* write
|
|
6523
|
-
*
|
|
6524
|
-
* read
|
|
6525
|
-
*
|
|
6526
|
-
* read,configure
|
|
6527
|
-
*
|
|
6528
|
-
* read,write
|
|
6529
|
-
*
|
|
6530
|
-
* read,write,configure
|
|
6531
|
-
*/
|
|
6532
|
-
permissions?: Permissions;
|
|
6533
|
-
/** Access control list for a security object. */
|
|
6534
|
-
acl?: AccessControlListDc;
|
|
6535
|
-
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
6536
|
-
icon?: string;
|
|
6537
|
-
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
6538
|
-
invisibleInCatalog?: boolean;
|
|
6539
|
-
/** Parent id in resources catalog. */
|
|
6540
|
-
parentId?: string;
|
|
6541
|
-
/** Resource id in resources catalog. */
|
|
6542
|
-
resourceId?: string;
|
|
6543
|
-
/** Resource tags. */
|
|
6544
|
-
tags?: string[];
|
|
6545
|
-
}
|
|
6546
6441
|
/**
|
|
6547
6442
|
* Access token request.
|
|
6548
6443
|
*/
|
|
@@ -6589,16 +6484,6 @@ export declare type TracksSymbolDc = TrackSymbolBaseDc & {
|
|
|
6589
6484
|
pointSymbol?: CirclePointSymbolDc;
|
|
6590
6485
|
lineSymbol?: PolylineSymbolDc;
|
|
6591
6486
|
};
|
|
6592
|
-
/**
|
|
6593
|
-
* The operation that unites the features in the storage.
|
|
6594
|
-
*/
|
|
6595
|
-
export declare type UnionTaskDc = TaskParametersDc & {
|
|
6596
|
-
sourceLayer: string;
|
|
6597
|
-
targetLayer: string;
|
|
6598
|
-
groupAttribute?: string | null;
|
|
6599
|
-
task_type?: string | null;
|
|
6600
|
-
service_type?: string | null;
|
|
6601
|
-
};
|
|
6602
6487
|
/**
|
|
6603
6488
|
* Feature object definition for updating.
|
|
6604
6489
|
*/
|
|
@@ -7634,39 +7519,6 @@ export interface DeleteFeatureParams {
|
|
|
7634
7519
|
}
|
|
7635
7520
|
export declare type CreateFeaturesPayload = FeatureDc[];
|
|
7636
7521
|
export declare type UpdateFeaturePayload = UpdateFeatureDc[];
|
|
7637
|
-
export interface FeaturesContainsParams {
|
|
7638
|
-
/** Contains filter within a given filterAttributes. */
|
|
7639
|
-
filter?: string;
|
|
7640
|
-
/** Filter attributes. */
|
|
7641
|
-
filterAttributes?: string[];
|
|
7642
|
-
/**
|
|
7643
|
-
* Comma separated list of attributes by which to sort the resulting feature list.
|
|
7644
|
-
* If the attribute name is preceded with the "-" sign, sorting by this attribute will be
|
|
7645
|
-
* in descending order.
|
|
7646
|
-
*/
|
|
7647
|
-
sort?: string[];
|
|
7648
|
-
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
7649
|
-
attributes?: string[];
|
|
7650
|
-
/**
|
|
7651
|
-
* Features count have to skip.
|
|
7652
|
-
* @format int32
|
|
7653
|
-
*/
|
|
7654
|
-
offset?: number;
|
|
7655
|
-
/**
|
|
7656
|
-
* Features limit per response.
|
|
7657
|
-
* @format int32
|
|
7658
|
-
*/
|
|
7659
|
-
limit?: number;
|
|
7660
|
-
/**
|
|
7661
|
-
* Spatial reference of returned features.
|
|
7662
|
-
* @format int32
|
|
7663
|
-
*/
|
|
7664
|
-
wkid?: number;
|
|
7665
|
-
/** If set to true, the geometry will not be returned for features. */
|
|
7666
|
-
withGeom?: boolean;
|
|
7667
|
-
/** Full name of the layer. */
|
|
7668
|
-
name: string;
|
|
7669
|
-
}
|
|
7670
7522
|
export interface GetByIdParams {
|
|
7671
7523
|
/**
|
|
7672
7524
|
* Spatial reference of returned features.
|
|
@@ -7823,44 +7675,6 @@ export interface GetLayerExtentParams {
|
|
|
7823
7675
|
/** Full name of the layer. */
|
|
7824
7676
|
name: string;
|
|
7825
7677
|
}
|
|
7826
|
-
export interface GetByGeometryParams {
|
|
7827
|
-
/**
|
|
7828
|
-
* Geometry to selects. Examples:
|
|
7829
|
-
* for point geometry=x,y;
|
|
7830
|
-
* for envelope: geometry=xmin,ymin,xmax,ymax; .
|
|
7831
|
-
*/
|
|
7832
|
-
geometry?: number[];
|
|
7833
|
-
/**
|
|
7834
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7835
|
-
* @format int32
|
|
7836
|
-
*/
|
|
7837
|
-
extentSr?: number;
|
|
7838
|
-
/**
|
|
7839
|
-
* Spatial reference wkid of returned features.
|
|
7840
|
-
* @format int32
|
|
7841
|
-
*/
|
|
7842
|
-
targetSr?: number;
|
|
7843
|
-
/** Full name of the layer. */
|
|
7844
|
-
name: string;
|
|
7845
|
-
}
|
|
7846
|
-
/**
|
|
7847
|
-
* Geometry data contract.
|
|
7848
|
-
*/
|
|
7849
|
-
export declare type GetByGeometryPostPayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7850
|
-
export interface GetByGeometryPostParams {
|
|
7851
|
-
/**
|
|
7852
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7853
|
-
* @format int32
|
|
7854
|
-
*/
|
|
7855
|
-
extentSr?: number;
|
|
7856
|
-
/**
|
|
7857
|
-
* Spatial reference wkid of returned features.
|
|
7858
|
-
* @format int32
|
|
7859
|
-
*/
|
|
7860
|
-
targetSr?: number;
|
|
7861
|
-
/** Full name of the layer. */
|
|
7862
|
-
name: string;
|
|
7863
|
-
}
|
|
7864
7678
|
export interface DeleteFeaturesParams {
|
|
7865
7679
|
/** Features ids. */
|
|
7866
7680
|
ids?: string[];
|
|
@@ -7873,32 +7687,6 @@ export interface DeleteByConditionParams {
|
|
|
7873
7687
|
/** Full name of the layer. */
|
|
7874
7688
|
name: string;
|
|
7875
7689
|
}
|
|
7876
|
-
export interface GetByGeometryGetParams {
|
|
7877
|
-
/** Screen image bbox rectangle. */
|
|
7878
|
-
imageRectangle?: number[];
|
|
7879
|
-
/** Envelope geometry for screen rectangle. */
|
|
7880
|
-
envelope?: number[];
|
|
7881
|
-
/** Click position on screen rectangle. */
|
|
7882
|
-
clickPoint?: number[];
|
|
7883
|
-
/**
|
|
7884
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7885
|
-
* @format int32
|
|
7886
|
-
*/
|
|
7887
|
-
extentSr?: number;
|
|
7888
|
-
/**
|
|
7889
|
-
* Spatial reference wkid of returned features.
|
|
7890
|
-
* @format int32
|
|
7891
|
-
*/
|
|
7892
|
-
targetSr?: number;
|
|
7893
|
-
/** If true, include transparent pixels too. */
|
|
7894
|
-
useFilledSymbols?: boolean;
|
|
7895
|
-
/** String condition to filter the features by. */
|
|
7896
|
-
query?: string;
|
|
7897
|
-
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
7898
|
-
styleId?: string;
|
|
7899
|
-
/** The name of the layer. */
|
|
7900
|
-
name: string;
|
|
7901
|
-
}
|
|
7902
7690
|
export interface ClassifyParams {
|
|
7903
7691
|
/** The name of the attribute. */
|
|
7904
7692
|
attribute?: string;
|
|
@@ -8014,43 +7802,13 @@ export interface GetFilteredFeaturesCountParams {
|
|
|
8014
7802
|
/** Layer name. */
|
|
8015
7803
|
name: string;
|
|
8016
7804
|
}
|
|
8017
|
-
export interface SelectFeaturesParams {
|
|
8018
|
-
/** Comma separated list of layer names. */
|
|
8019
|
-
layers?: string[];
|
|
8020
|
-
/** The size of layer rendering image. */
|
|
8021
|
-
imageSize?: number[];
|
|
8022
|
-
/** Envelope geometry for screen rectangle. */
|
|
8023
|
-
envelope?: number[];
|
|
8024
|
-
/** Click position on screen rectangle. */
|
|
8025
|
-
clickPoint?: number[];
|
|
8026
|
-
/**
|
|
8027
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
8028
|
-
* @format int32
|
|
8029
|
-
*/
|
|
8030
|
-
extentSr?: number;
|
|
8031
|
-
/** If true, include transparent pixels too. */
|
|
8032
|
-
useFilledSymbols?: boolean;
|
|
8033
|
-
/** String condition to filter the features by. */
|
|
8034
|
-
query?: string[];
|
|
8035
|
-
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
8036
|
-
styles?: string[];
|
|
8037
|
-
/** Id of the data filter to override data filter of the layer. If not set, the layer original data filter is used. */
|
|
8038
|
-
filters?: string[];
|
|
8039
|
-
/** If set to true, the response will include the specific symbol for each feature. */
|
|
8040
|
-
includeSymbols?: boolean;
|
|
8041
|
-
/**
|
|
8042
|
-
* Spatial reference of features to be returned.
|
|
8043
|
-
* @format int32
|
|
8044
|
-
*/
|
|
8045
|
-
targetSr?: number;
|
|
8046
|
-
}
|
|
8047
7805
|
export interface ValidateExpressionParams {
|
|
8048
7806
|
/** Expression to validate. */
|
|
8049
7807
|
expression?: string;
|
|
8050
7808
|
/** Layer name. */
|
|
8051
7809
|
layerName: string;
|
|
8052
7810
|
}
|
|
8053
|
-
export interface
|
|
7811
|
+
export interface GetRasterMetaParams8 {
|
|
8054
7812
|
/**
|
|
8055
7813
|
* Min value for build histogram.
|
|
8056
7814
|
* @format double
|
|
@@ -8320,7 +8078,7 @@ export interface StatisticsDbParams {
|
|
|
8320
8078
|
*/
|
|
8321
8079
|
types?: AggregationFunction[];
|
|
8322
8080
|
}
|
|
8323
|
-
export interface
|
|
8081
|
+
export interface ClassifyParams1 {
|
|
8324
8082
|
/** Layer name. */
|
|
8325
8083
|
name: string;
|
|
8326
8084
|
/** Attribute name. */
|
|
@@ -8452,7 +8210,7 @@ export interface GetTableListParams {
|
|
|
8452
8210
|
/** All available permissions list. */
|
|
8453
8211
|
acl?: string;
|
|
8454
8212
|
}
|
|
8455
|
-
export interface
|
|
8213
|
+
export interface DeleteResourcesParams6 {
|
|
8456
8214
|
/** Resource names. */
|
|
8457
8215
|
names?: string[];
|
|
8458
8216
|
}
|
|
@@ -8502,14 +8260,6 @@ export interface DeleteTableDataParams {
|
|
|
8502
8260
|
/** Name of the table. */
|
|
8503
8261
|
name: string;
|
|
8504
8262
|
}
|
|
8505
|
-
export interface GetUniqueDataRowsParams {
|
|
8506
|
-
/** Name of the column to return unique values. */
|
|
8507
|
-
uniqueColumn?: string;
|
|
8508
|
-
/** A list of result columns. If no columns specifies returns all of columns of the table. */
|
|
8509
|
-
resultColumns?: string[];
|
|
8510
|
-
/** Name of the table. */
|
|
8511
|
-
name: string;
|
|
8512
|
-
}
|
|
8513
8263
|
export interface MapTableParams {
|
|
8514
8264
|
/** Name of the remote data provider. Allows to map table from foreign db. */
|
|
8515
8265
|
dataProvider?: string;
|
|
@@ -8521,8 +8271,6 @@ export interface GetVectorTileParams {
|
|
|
8521
8271
|
withAttributes?: boolean;
|
|
8522
8272
|
/** Condition. */
|
|
8523
8273
|
condition?: string;
|
|
8524
|
-
/** True if name is project name, otherwise false. */
|
|
8525
|
-
isProject?: boolean;
|
|
8526
8274
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
8527
8275
|
dataFilterId?: string;
|
|
8528
8276
|
/** Project or layer name. */
|