@evergis/api 4.0.4 → 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/Api.d.ts +1 -4
- package/dist/__generated__/EqlService.d.ts +12 -1
- package/dist/__generated__/GeneralService.d.ts +1 -12
- package/dist/__generated__/LayersService.d.ts +36 -223
- package/dist/__generated__/ProjectsService.d.ts +7 -84
- package/dist/__generated__/PythonService.d.ts +2 -46
- package/dist/__generated__/QueryTokenAccessService.d.ts +11 -4
- package/dist/__generated__/RemoteTaskManagerService.d.ts +65 -131
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -101
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +759 -1290
- package/dist/api.cjs.development.js +378 -1336
- 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 +362 -1311
- package/dist/api.esm.js.map +1 -1
- package/dist/services/FileUpload.d.ts +3 -3
- package/dist/services/Layers.d.ts +4 -10
- package/dist/services/Projects.d.ts +1 -2
- package/dist/services/Tables.d.ts +1 -2
- package/dist/services/VectorTiles.d.ts +1 -1
- package/dist/services/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/__generated__/NamespaceService.d.ts +0 -53
- package/dist/__generated__/NavigationService.d.ts +0 -20
- package/dist/__generated__/S3Service.d.ts +0 -86
- package/dist/__generated__/StaticContentService.d.ts +0 -53
- package/dist/__generated__/TagsService.d.ts +0 -31
- package/dist/__generated__/UniversalSearchService.d.ts +0 -31
- package/dist/services/Namespace.d.ts +0 -3
|
@@ -321,8 +321,6 @@ export declare type ArrowLineEndingDc = LineEndingBaseDc & {
|
|
|
321
321
|
export interface AttributeConfigurationDc {
|
|
322
322
|
/** The name of the attribute. */
|
|
323
323
|
attributeName: string;
|
|
324
|
-
/** The name of the column in the data table that holds the attribute values. */
|
|
325
|
-
columnName?: string;
|
|
326
324
|
/** Human-friendly name for the attribute. */
|
|
327
325
|
alias?: string;
|
|
328
326
|
/** Description for the attribute. */
|
|
@@ -709,9 +707,7 @@ export interface AttributesConfigurationDc {
|
|
|
709
707
|
valuesRange?: ValuesRangeDc[];
|
|
710
708
|
}
|
|
711
709
|
/**
|
|
712
|
-
*
|
|
713
|
-
owner's authorization (to access its protected resources) used by the
|
|
714
|
-
client to obtain an access token.
|
|
710
|
+
*
|
|
715
711
|
|
|
716
712
|
authorization_code
|
|
717
713
|
|
|
@@ -733,23 +729,6 @@ export declare type AutoClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
733
729
|
startColor?: ParameterDcColor;
|
|
734
730
|
endColor?: ParameterDcColor;
|
|
735
731
|
};
|
|
736
|
-
/**
|
|
737
|
-
* Available area task.
|
|
738
|
-
*/
|
|
739
|
-
export declare type AvailableAreaTaskDc = TaskParametersDc & {
|
|
740
|
-
sourceLayer: string;
|
|
741
|
-
targetLayer: string;
|
|
742
|
-
duration?: string | null;
|
|
743
|
-
providerName?: string | null;
|
|
744
|
-
durationAttributeName?: string | null;
|
|
745
|
-
routeCenterXAttributeName?: string | null;
|
|
746
|
-
routeCenterYAttributeName?: string | null;
|
|
747
|
-
baseObjectIdAttributeName?: string | null;
|
|
748
|
-
idAttributeName?: string | null;
|
|
749
|
-
geometryAttributeName?: string | null;
|
|
750
|
-
service_type?: string | null;
|
|
751
|
-
task_type?: string | null;
|
|
752
|
-
};
|
|
753
732
|
/**
|
|
754
733
|
* Availiable values data contract.
|
|
755
734
|
*/
|
|
@@ -762,17 +741,6 @@ export interface AvailiableValuesDc {
|
|
|
762
741
|
export interface Base64String {
|
|
763
742
|
value?: string;
|
|
764
743
|
}
|
|
765
|
-
/**
|
|
766
|
-
* The result of a server task step execution.
|
|
767
|
-
*/
|
|
768
|
-
export declare type BaseStepResultDc = object;
|
|
769
|
-
/**
|
|
770
|
-
* Base dc of task data storage.
|
|
771
|
-
*/
|
|
772
|
-
export interface BaseTaskDataStorageDc {
|
|
773
|
-
/** Type of the data storage. */
|
|
774
|
-
type: string;
|
|
775
|
-
}
|
|
776
744
|
/**
|
|
777
745
|
* Provides resources with their acl.
|
|
778
746
|
*/
|
|
@@ -807,20 +775,6 @@ export interface BrushDc {
|
|
|
807
775
|
/** Type of the brush. */
|
|
808
776
|
type?: string;
|
|
809
777
|
}
|
|
810
|
-
/**
|
|
811
|
-
* Buffer operation calculates the buffer geometries around the input geometries and writes them
|
|
812
|
-
into the target storage.
|
|
813
|
-
*/
|
|
814
|
-
export declare type BufferTaskDc = TaskParametersDc & {
|
|
815
|
-
sourceLayer: string;
|
|
816
|
-
targetLayer: string;
|
|
817
|
-
radii: string[];
|
|
818
|
-
baseObjectIdAttributeName?: string | null;
|
|
819
|
-
radiusAttributeName?: string | null;
|
|
820
|
-
attributesToCopy?: string[] | null;
|
|
821
|
-
task_type?: string | null;
|
|
822
|
-
service_type?: string | null;
|
|
823
|
-
};
|
|
824
778
|
/**
|
|
825
779
|
* Get bulk extents data conteract.
|
|
826
780
|
*/
|
|
@@ -1164,168 +1118,6 @@ export declare type CombinedSvgSymbolDc = SymbolDc & {
|
|
|
1164
1118
|
angle?: CalculatedParameterDc | null;
|
|
1165
1119
|
offset?: CalculatedParameterDc[] | null;
|
|
1166
1120
|
};
|
|
1167
|
-
/**
|
|
1168
|
-
* Data contract for SPCore.Connectors.Connectors.Base.Models.Composite.CompositeLayerConfigurationDc.
|
|
1169
|
-
*/
|
|
1170
|
-
export interface CompositeLayerConfigurationDc {
|
|
1171
|
-
/** Gets or sets composite name. */
|
|
1172
|
-
name: string;
|
|
1173
|
-
/** Gets or sets composite layer alias. */
|
|
1174
|
-
alias?: string;
|
|
1175
|
-
/** Gets or sets composite layer visibility. */
|
|
1176
|
-
isVisible?: boolean;
|
|
1177
|
-
/** Checks if legend is expanded. */
|
|
1178
|
-
isLegendExpanded?: boolean;
|
|
1179
|
-
/**
|
|
1180
|
-
* Gets or sets composite layer opacity.
|
|
1181
|
-
* @format float
|
|
1182
|
-
*/
|
|
1183
|
-
opacity?: number;
|
|
1184
|
-
/**
|
|
1185
|
-
* Gets or sets minimum scale resolution.
|
|
1186
|
-
* @format double
|
|
1187
|
-
*/
|
|
1188
|
-
minResolution?: number;
|
|
1189
|
-
/**
|
|
1190
|
-
* Gets or sets maximum scale resolution.
|
|
1191
|
-
* @format double
|
|
1192
|
-
*/
|
|
1193
|
-
maxResolution?: number;
|
|
1194
|
-
}
|
|
1195
|
-
/**
|
|
1196
|
-
* Information about composite service layer.
|
|
1197
|
-
*/
|
|
1198
|
-
export interface CompositeLayerInfoDc {
|
|
1199
|
-
/** Gets or sets composite layer info. */
|
|
1200
|
-
layer: ServiceInfoDc | ResourceInfoDc;
|
|
1201
|
-
/** Gets layer visibility. */
|
|
1202
|
-
isVisible?: boolean;
|
|
1203
|
-
/**
|
|
1204
|
-
* Gets layer opacity.
|
|
1205
|
-
* @format double
|
|
1206
|
-
*/
|
|
1207
|
-
opacity?: number;
|
|
1208
|
-
/**
|
|
1209
|
-
* Gets minimum scale resolution.
|
|
1210
|
-
* @format double
|
|
1211
|
-
*/
|
|
1212
|
-
minResolution?: number;
|
|
1213
|
-
/**
|
|
1214
|
-
* Gets maximum scale resolution.
|
|
1215
|
-
* @format double
|
|
1216
|
-
*/
|
|
1217
|
-
maxResolution?: number;
|
|
1218
|
-
/** Checks if legend is expanded. */
|
|
1219
|
-
isLegendExpanded?: boolean;
|
|
1220
|
-
}
|
|
1221
|
-
/**
|
|
1222
|
-
* Data contract for SPCore.Security.Base.Impl.Services.Composite.CompositeServiceConfiguration.
|
|
1223
|
-
*/
|
|
1224
|
-
export declare type CompositeServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
1225
|
-
layers: CompositeLayerConfigurationDc[];
|
|
1226
|
-
};
|
|
1227
|
-
/**
|
|
1228
|
-
* Information about composite service.
|
|
1229
|
-
*/
|
|
1230
|
-
export interface CompositeServiceInfoDc {
|
|
1231
|
-
/** Composite layer list. */
|
|
1232
|
-
layers: CompositeLayerInfoDc[];
|
|
1233
|
-
/** The type of the resource. */
|
|
1234
|
-
type: string;
|
|
1235
|
-
/**
|
|
1236
|
-
* Minimum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
1237
|
-
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
1238
|
-
* @format double
|
|
1239
|
-
*/
|
|
1240
|
-
minResolution?: number;
|
|
1241
|
-
/**
|
|
1242
|
-
* Maximum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
1243
|
-
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
1244
|
-
* @format double
|
|
1245
|
-
*/
|
|
1246
|
-
maxResolution?: number;
|
|
1247
|
-
/**
|
|
1248
|
-
* Filtering condition for the objects in the service. If no condition set or if no such property is available
|
|
1249
|
-
* for the given service type, null is returned.
|
|
1250
|
-
*/
|
|
1251
|
-
condition?: string;
|
|
1252
|
-
/**
|
|
1253
|
-
*
|
|
1254
|
-
*
|
|
1255
|
-
* unknown
|
|
1256
|
-
*
|
|
1257
|
-
* point
|
|
1258
|
-
*
|
|
1259
|
-
* polyline
|
|
1260
|
-
*
|
|
1261
|
-
* multipolygon
|
|
1262
|
-
*
|
|
1263
|
-
* envelope
|
|
1264
|
-
*
|
|
1265
|
-
* multipoint
|
|
1266
|
-
*/
|
|
1267
|
-
geometryType: GeometryType;
|
|
1268
|
-
/**
|
|
1269
|
-
* Number of objects in the layer. If the count cannot be calculated or the layer does not contain objects,
|
|
1270
|
-
* 0 is returned.
|
|
1271
|
-
* @format int32
|
|
1272
|
-
*/
|
|
1273
|
-
objectCount?: number;
|
|
1274
|
-
/** The category of the service. */
|
|
1275
|
-
categories?: string[];
|
|
1276
|
-
/** Configuration of the service. */
|
|
1277
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
1278
|
-
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
1279
|
-
name: string;
|
|
1280
|
-
/** Resource alias. */
|
|
1281
|
-
alias?: string;
|
|
1282
|
-
/** Resource owner. */
|
|
1283
|
-
owner?: string;
|
|
1284
|
-
/** Resource description. */
|
|
1285
|
-
description?: string;
|
|
1286
|
-
/** Resource preview. */
|
|
1287
|
-
preview?: string;
|
|
1288
|
-
/**
|
|
1289
|
-
* The date when resource was created.
|
|
1290
|
-
* @format date-time
|
|
1291
|
-
*/
|
|
1292
|
-
createdDate?: string;
|
|
1293
|
-
/**
|
|
1294
|
-
* The date when resource was last modified.
|
|
1295
|
-
* @format date-time
|
|
1296
|
-
*/
|
|
1297
|
-
changedDate?: string;
|
|
1298
|
-
/**
|
|
1299
|
-
*
|
|
1300
|
-
*
|
|
1301
|
-
* none
|
|
1302
|
-
*
|
|
1303
|
-
* configure
|
|
1304
|
-
*
|
|
1305
|
-
* write
|
|
1306
|
-
*
|
|
1307
|
-
* read
|
|
1308
|
-
*
|
|
1309
|
-
* read,configure
|
|
1310
|
-
*
|
|
1311
|
-
* read,write
|
|
1312
|
-
*
|
|
1313
|
-
* read,write,configure
|
|
1314
|
-
*/
|
|
1315
|
-
permissions?: Permissions;
|
|
1316
|
-
/** Access control list for a security object. */
|
|
1317
|
-
acl?: AccessControlListDc;
|
|
1318
|
-
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
1319
|
-
icon?: string;
|
|
1320
|
-
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
1321
|
-
invisibleInCatalog?: boolean;
|
|
1322
|
-
/** Parent id in resources catalog. */
|
|
1323
|
-
parentId?: string;
|
|
1324
|
-
/** Resource id in resources catalog. */
|
|
1325
|
-
resourceId?: string;
|
|
1326
|
-
/** Resource tags. */
|
|
1327
|
-
tags?: string[];
|
|
1328
|
-
}
|
|
1329
1121
|
/**
|
|
1330
1122
|
* Composite symbol.
|
|
1331
1123
|
*/
|
|
@@ -1422,14 +1214,6 @@ export declare enum ConfigurationErrorEnum {
|
|
|
1422
1214
|
TableWithoutColumns = "TableWithoutColumns",
|
|
1423
1215
|
InvalidTableReferenceConfiguration = "InvalidTableReferenceConfiguration"
|
|
1424
1216
|
}
|
|
1425
|
-
/**
|
|
1426
|
-
* SPCore.Connectors.Connectors.Base.Models.RemoteTaskManager.CopyTask.Storages.ConfiguredLayerDataStorageDc provides configurable layer storage.
|
|
1427
|
-
*/
|
|
1428
|
-
export declare type ConfiguredLayerDataStorageDc = BaseTaskDataStorageDc & {
|
|
1429
|
-
type?: string | null;
|
|
1430
|
-
serviceName: string;
|
|
1431
|
-
attributesConfiguration?: AttributesConfigurationDc | EqlAttributesConfigurationDc | null;
|
|
1432
|
-
};
|
|
1433
1217
|
/**
|
|
1434
1218
|
* Describes resource to copy.
|
|
1435
1219
|
*/
|
|
@@ -1500,34 +1284,6 @@ export interface CopyResourceResultDc {
|
|
|
1500
1284
|
/** Resource error details. */
|
|
1501
1285
|
errorDetails?: ErrorDetailsDc;
|
|
1502
1286
|
}
|
|
1503
|
-
/**
|
|
1504
|
-
* Server task that copies the objects from one storage to another.
|
|
1505
|
-
*/
|
|
1506
|
-
export declare type CopyTableTaskDc = TaskParametersDc & {
|
|
1507
|
-
sourceLayer: string;
|
|
1508
|
-
targetLayer: string;
|
|
1509
|
-
attributeMapping?: Record<string, string | null>;
|
|
1510
|
-
task_type?: string | null;
|
|
1511
|
-
service_type?: string | null;
|
|
1512
|
-
};
|
|
1513
|
-
/**
|
|
1514
|
-
* Buffer operation calculates the buffer geometries around the input geometries and writes them
|
|
1515
|
-
into the target storage.
|
|
1516
|
-
*/
|
|
1517
|
-
export declare type CopyTaskDc = TaskParametersDc & {
|
|
1518
|
-
source: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc;
|
|
1519
|
-
target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc;
|
|
1520
|
-
attributeMapping?: Record<string, string | null>;
|
|
1521
|
-
attributeTypeMapping?: Record<string, AttributeType>;
|
|
1522
|
-
task_type?: string | null;
|
|
1523
|
-
service_type?: string | null;
|
|
1524
|
-
};
|
|
1525
|
-
/**
|
|
1526
|
-
* The result of a server task step execution.
|
|
1527
|
-
*/
|
|
1528
|
-
export declare type CopyTaskStepResultDc = StepResultDc & {
|
|
1529
|
-
resourceId?: string | null;
|
|
1530
|
-
};
|
|
1531
1287
|
/**
|
|
1532
1288
|
* Create directory request.
|
|
1533
1289
|
*/
|
|
@@ -1547,49 +1303,6 @@ export interface CreateDirectoryDc {
|
|
|
1547
1303
|
/** Resource icon. */
|
|
1548
1304
|
icon?: string;
|
|
1549
1305
|
}
|
|
1550
|
-
/**
|
|
1551
|
-
* Upload raster task parameters data contract.
|
|
1552
|
-
*/
|
|
1553
|
-
export declare type CreateRasterCogTaskDc = TaskParametersDc & {
|
|
1554
|
-
layer: string;
|
|
1555
|
-
srId: number;
|
|
1556
|
-
file?: string | null;
|
|
1557
|
-
attributes?: Record<string, any>;
|
|
1558
|
-
overviewsCount: number;
|
|
1559
|
-
bands?: number[] | null;
|
|
1560
|
-
task_type?: string | null;
|
|
1561
|
-
service_type?: string | null;
|
|
1562
|
-
};
|
|
1563
|
-
/**
|
|
1564
|
-
* Upload raster task parameters data contract.
|
|
1565
|
-
*/
|
|
1566
|
-
export declare type CreateRasterNetCdfTaskDc = TaskParametersDc & {
|
|
1567
|
-
layer: string;
|
|
1568
|
-
srId: number;
|
|
1569
|
-
file: string;
|
|
1570
|
-
variables?: string[] | null;
|
|
1571
|
-
treatVariablesAsBands?: boolean;
|
|
1572
|
-
dimExtraName?: string | null;
|
|
1573
|
-
dimExtraValues?: string[] | null;
|
|
1574
|
-
attributes?: Record<string, any>;
|
|
1575
|
-
overviewsCount: number;
|
|
1576
|
-
proj?: string | null;
|
|
1577
|
-
task_type?: string | null;
|
|
1578
|
-
service_type?: string | null;
|
|
1579
|
-
};
|
|
1580
|
-
/**
|
|
1581
|
-
* Upload raster task parameters data contract.
|
|
1582
|
-
*/
|
|
1583
|
-
export declare type CreateRasterVrtTaskDc = TaskParametersDc & {
|
|
1584
|
-
layer: string;
|
|
1585
|
-
srId: number;
|
|
1586
|
-
overviewsCount: number;
|
|
1587
|
-
rasters?: RasterVrtFeatureSourceDc[] | null;
|
|
1588
|
-
attributes?: Record<string, any>;
|
|
1589
|
-
maxZoomLevel: number;
|
|
1590
|
-
task_type?: string | null;
|
|
1591
|
-
service_type?: string | null;
|
|
1592
|
-
};
|
|
1593
1306
|
/**
|
|
1594
1307
|
* Data contract for create new role.
|
|
1595
1308
|
*/
|
|
@@ -1694,18 +1407,17 @@ export interface CreateViewFromQueryLayerDc {
|
|
|
1694
1407
|
layerCondition?: string;
|
|
1695
1408
|
}
|
|
1696
1409
|
/**
|
|
1697
|
-
*
|
|
1410
|
+
* Created task result.
|
|
1698
1411
|
*/
|
|
1699
|
-
export
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
};
|
|
1412
|
+
export interface CreatedTaskResultDto {
|
|
1413
|
+
/**
|
|
1414
|
+
* Id.
|
|
1415
|
+
* @format uuid
|
|
1416
|
+
*/
|
|
1417
|
+
id?: string;
|
|
1418
|
+
/** Success flag. */
|
|
1419
|
+
success?: boolean;
|
|
1420
|
+
}
|
|
1709
1421
|
/**
|
|
1710
1422
|
* Describes stroked dashed brush.
|
|
1711
1423
|
*/
|
|
@@ -1888,6 +1600,8 @@ export interface EqlRequestDc {
|
|
|
1888
1600
|
* @format int32
|
|
1889
1601
|
*/
|
|
1890
1602
|
limit?: number;
|
|
1603
|
+
/** Columns. */
|
|
1604
|
+
columns?: Record<string, string | null>;
|
|
1891
1605
|
/** EQL query parameters. */
|
|
1892
1606
|
parameters?: Record<string, any>;
|
|
1893
1607
|
}
|
|
@@ -1969,18 +1683,6 @@ export declare enum ErrorType {
|
|
|
1969
1683
|
EmailNotChanged = "EmailNotChanged",
|
|
1970
1684
|
EmailNotSet = "EmailNotSet"
|
|
1971
1685
|
}
|
|
1972
|
-
/**
|
|
1973
|
-
* Description of the temp file as a task data storage.
|
|
1974
|
-
*/
|
|
1975
|
-
export declare type ExcelStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
1976
|
-
attributeNameRowNumber?: number;
|
|
1977
|
-
aliasRowNumber?: number;
|
|
1978
|
-
firstDataRowNumber?: number;
|
|
1979
|
-
coordSourceFields: string[];
|
|
1980
|
-
spatialReference: number;
|
|
1981
|
-
isWkt?: boolean;
|
|
1982
|
-
type?: string | null;
|
|
1983
|
-
};
|
|
1984
1686
|
/**
|
|
1985
1687
|
* Result of the eql expression validation.
|
|
1986
1688
|
*/
|
|
@@ -2216,7 +1918,7 @@ export interface FailedServiceInfoDc {
|
|
|
2216
1918
|
/** The category of the service. */
|
|
2217
1919
|
categories?: string[];
|
|
2218
1920
|
/** Configuration of the service. */
|
|
2219
|
-
configuration?: LinearServiceConfigurationDc |
|
|
1921
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
2220
1922
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
2221
1923
|
name: string;
|
|
2222
1924
|
/** Resource alias. */
|
|
@@ -2225,8 +1927,6 @@ export interface FailedServiceInfoDc {
|
|
|
2225
1927
|
owner?: string;
|
|
2226
1928
|
/** Resource description. */
|
|
2227
1929
|
description?: string;
|
|
2228
|
-
/** Resource preview. */
|
|
2229
|
-
preview?: string;
|
|
2230
1930
|
/**
|
|
2231
1931
|
* The date when resource was created.
|
|
2232
1932
|
* @format date-time
|
|
@@ -2341,7 +2041,7 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2341
2041
|
/** The category of the service. */
|
|
2342
2042
|
categories?: string[];
|
|
2343
2043
|
/** Configuration of the service. */
|
|
2344
|
-
configuration?: LinearServiceConfigurationDc |
|
|
2044
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
2345
2045
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
2346
2046
|
name: string;
|
|
2347
2047
|
/** Resource alias. */
|
|
@@ -2350,8 +2050,6 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2350
2050
|
owner?: string;
|
|
2351
2051
|
/** Resource description. */
|
|
2352
2052
|
description?: string;
|
|
2353
|
-
/** Resource preview. */
|
|
2354
|
-
preview?: string;
|
|
2355
2053
|
/**
|
|
2356
2054
|
* The date when resource was created.
|
|
2357
2055
|
* @format date-time
|
|
@@ -2393,76 +2091,6 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2393
2091
|
/** Resource tags. */
|
|
2394
2092
|
tags?: string[];
|
|
2395
2093
|
}
|
|
2396
|
-
export interface FeatureSelectionDc {
|
|
2397
|
-
layerName: string;
|
|
2398
|
-
groupName?: string;
|
|
2399
|
-
/**
|
|
2400
|
-
* Type of the feature.
|
|
2401
|
-
*
|
|
2402
|
-
* Unknown
|
|
2403
|
-
*
|
|
2404
|
-
* GeometricFeature
|
|
2405
|
-
*/
|
|
2406
|
-
featureType: FeatureType;
|
|
2407
|
-
/** Information about the layer attributes and their configuration. */
|
|
2408
|
-
layerDefinition: LayerDefinitionDc;
|
|
2409
|
-
features: FeatureSelectionEntryDc[];
|
|
2410
|
-
symbols?: FeatureSymbolDc[];
|
|
2411
|
-
}
|
|
2412
|
-
export interface FeatureSelectionEntryDc {
|
|
2413
|
-
/** Feature object definition. */
|
|
2414
|
-
feature: FeatureDc;
|
|
2415
|
-
/** @format int32 */
|
|
2416
|
-
symbolId?: number;
|
|
2417
|
-
}
|
|
2418
|
-
export interface FeatureSymbolDc {
|
|
2419
|
-
/** @format int32 */
|
|
2420
|
-
id: number;
|
|
2421
|
-
/** Feature symbol. */
|
|
2422
|
-
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;
|
|
2423
|
-
image?: string;
|
|
2424
|
-
}
|
|
2425
|
-
/**
|
|
2426
|
-
* Type of the feature.
|
|
2427
|
-
|
|
2428
|
-
Unknown
|
|
2429
|
-
|
|
2430
|
-
GeometricFeature
|
|
2431
|
-
*/
|
|
2432
|
-
export declare enum FeatureType {
|
|
2433
|
-
Unknown = "Unknown",
|
|
2434
|
-
GeometricFeature = "GeometricFeature"
|
|
2435
|
-
}
|
|
2436
|
-
/**
|
|
2437
|
-
* The response that contains a list of features.
|
|
2438
|
-
*/
|
|
2439
|
-
export interface FeaturesListDc {
|
|
2440
|
-
/** The features list. */
|
|
2441
|
-
items: FeatureDc[];
|
|
2442
|
-
/**
|
|
2443
|
-
* Total count features.
|
|
2444
|
-
* @format int64
|
|
2445
|
-
*/
|
|
2446
|
-
totalCount: number;
|
|
2447
|
-
}
|
|
2448
|
-
/**
|
|
2449
|
-
* Uploading file info.
|
|
2450
|
-
*/
|
|
2451
|
-
export interface FileUploadInfoDc {
|
|
2452
|
-
/** Resource id. */
|
|
2453
|
-
resourceId?: string;
|
|
2454
|
-
/** Name of uploaded file. */
|
|
2455
|
-
fileName?: string;
|
|
2456
|
-
/** Id of the file. */
|
|
2457
|
-
fileId?: string;
|
|
2458
|
-
/**
|
|
2459
|
-
* Content length in bytes, if specified.
|
|
2460
|
-
* @format int64
|
|
2461
|
-
*/
|
|
2462
|
-
contentLength?: number;
|
|
2463
|
-
/** Content type, if specified. */
|
|
2464
|
-
contentType?: string;
|
|
2465
|
-
}
|
|
2466
2094
|
/**
|
|
2467
2095
|
* The result of uploading a file.
|
|
2468
2096
|
*/
|
|
@@ -2619,12 +2247,6 @@ export interface FunctionInfoDc {
|
|
|
2619
2247
|
/** List of function arguments. */
|
|
2620
2248
|
arguments?: FunctionArgumentInfoDc[];
|
|
2621
2249
|
}
|
|
2622
|
-
/**
|
|
2623
|
-
* Description of the temp file as a task data storage.
|
|
2624
|
-
*/
|
|
2625
|
-
export declare type GdbStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
2626
|
-
type?: string | null;
|
|
2627
|
-
};
|
|
2628
2250
|
/**
|
|
2629
2251
|
* Geocode result.
|
|
2630
2252
|
*/
|
|
@@ -2654,19 +2276,6 @@ export interface GeocodeSuggestResultDc {
|
|
|
2654
2276
|
/** Source id. */
|
|
2655
2277
|
id?: string;
|
|
2656
2278
|
}
|
|
2657
|
-
/**
|
|
2658
|
-
* Geocode task.
|
|
2659
|
-
*/
|
|
2660
|
-
export declare type GeocodeTaskDc = TaskParametersDc & {
|
|
2661
|
-
sourceLayer: string;
|
|
2662
|
-
targetLayer: string;
|
|
2663
|
-
geocodeFromGeometry?: boolean;
|
|
2664
|
-
geocodeProviderName: string | null;
|
|
2665
|
-
geocodeAttributeName?: string | null;
|
|
2666
|
-
geocodeAddressAttributeName?: string | null;
|
|
2667
|
-
service_type?: string | null;
|
|
2668
|
-
task_type?: string | null;
|
|
2669
|
-
};
|
|
2670
2279
|
/**
|
|
2671
2280
|
* Geometry data contract.
|
|
2672
2281
|
*/
|
|
@@ -2943,7 +2552,6 @@ export declare type HexGridSymbolDc = SymbolDc & {
|
|
|
2943
2552
|
aggregations?: Record<string, AggregationFunction>;
|
|
2944
2553
|
};
|
|
2945
2554
|
export declare type IAsyncEnumerableLivePreviewDc = object;
|
|
2946
|
-
export declare type IAsyncEnumerableRouteDataDc = object;
|
|
2947
2555
|
export interface IDatum {
|
|
2948
2556
|
/** @format double */
|
|
2949
2557
|
semimajor?: number;
|
|
@@ -3150,17 +2758,6 @@ export interface ImportLayerDataSchema {
|
|
|
3150
2758
|
/** Schema of a inner layers. */
|
|
3151
2759
|
children?: ImportLayerDataSchema[];
|
|
3152
2760
|
}
|
|
3153
|
-
/**
|
|
3154
|
-
* The description of the temporary features list as a server task data storage.
|
|
3155
|
-
*/
|
|
3156
|
-
export declare type InMemoryTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
3157
|
-
type?: string | null;
|
|
3158
|
-
features: FeatureDc[];
|
|
3159
|
-
idAttribute: string;
|
|
3160
|
-
geometryAttribute: string;
|
|
3161
|
-
geometryType: GeometryType;
|
|
3162
|
-
spatialReference?: number;
|
|
3163
|
-
};
|
|
3164
2761
|
/**
|
|
3165
2762
|
* Isolines label symbol.
|
|
3166
2763
|
*/
|
|
@@ -3168,12 +2765,6 @@ export declare type IsolinesLabelSymbolDc = LabelSymbolDc & {
|
|
|
3168
2765
|
type?: string | null;
|
|
3169
2766
|
placement?: ParameterDcString;
|
|
3170
2767
|
};
|
|
3171
|
-
/**
|
|
3172
|
-
* Description of the temp file as a task data storage.
|
|
3173
|
-
*/
|
|
3174
|
-
export declare type KmlStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
3175
|
-
type?: string | null;
|
|
3176
|
-
};
|
|
3177
2768
|
/**
|
|
3178
2769
|
* Base class for labels.
|
|
3179
2770
|
*/
|
|
@@ -3299,16 +2890,7 @@ export interface LayerReferenceConfigurationDc {
|
|
|
3299
2890
|
referenceId?: string;
|
|
3300
2891
|
}
|
|
3301
2892
|
/**
|
|
3302
|
-
*
|
|
3303
|
-
*/
|
|
3304
|
-
export declare type LayerTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
3305
|
-
serviceName: string;
|
|
3306
|
-
condition?: string | null;
|
|
3307
|
-
createNewService?: boolean;
|
|
3308
|
-
type?: string | null;
|
|
3309
|
-
};
|
|
3310
|
-
/**
|
|
3311
|
-
* Layer template model data contract.
|
|
2893
|
+
* Layer template model data contract.
|
|
3312
2894
|
*/
|
|
3313
2895
|
export interface LayerTemplateModelDc {
|
|
3314
2896
|
type?: string;
|
|
@@ -3608,14 +3190,6 @@ export interface ListResourcesDto {
|
|
|
3608
3190
|
/** Filter by set of roles permissions. */
|
|
3609
3191
|
aclFilter?: Record<string, Permissions>;
|
|
3610
3192
|
}
|
|
3611
|
-
/**
|
|
3612
|
-
* Configuration for the local tile service.
|
|
3613
|
-
*/
|
|
3614
|
-
export declare type LocalTileServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3615
|
-
tileInfo?: TileInfoDc;
|
|
3616
|
-
useRedisCache?: boolean;
|
|
3617
|
-
cacheExpire?: number;
|
|
3618
|
-
};
|
|
3619
3193
|
/**
|
|
3620
3194
|
* Tile LOD structure.
|
|
3621
3195
|
*/
|
|
@@ -3741,24 +3315,6 @@ export declare type MultipointSymbolDc = SymbolDc & {
|
|
|
3741
3315
|
type?: string | null;
|
|
3742
3316
|
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;
|
|
3743
3317
|
};
|
|
3744
|
-
/**
|
|
3745
|
-
* Information about a namespace .
|
|
3746
|
-
*/
|
|
3747
|
-
export interface NamespaceInfoDc {
|
|
3748
|
-
/** Name of the namespace. */
|
|
3749
|
-
name?: string;
|
|
3750
|
-
/** Owner of the namespace. */
|
|
3751
|
-
owner?: string;
|
|
3752
|
-
/** Db schema for the namespace. */
|
|
3753
|
-
schema?: string;
|
|
3754
|
-
/**
|
|
3755
|
-
* Date when the namespace was created.
|
|
3756
|
-
* @format date-time
|
|
3757
|
-
*/
|
|
3758
|
-
created?: string;
|
|
3759
|
-
/** Access control list. */
|
|
3760
|
-
acl?: Record<string, Permissions>;
|
|
3761
|
-
}
|
|
3762
3318
|
/**
|
|
3763
3319
|
* RasterMetaDc.
|
|
3764
3320
|
*/
|
|
@@ -3773,38 +3329,6 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3773
3329
|
};
|
|
3774
3330
|
export declare type ObjectId = object;
|
|
3775
3331
|
/**
|
|
3776
|
-
*
|
|
3777
|
-
|
|
3778
|
-
Unknown
|
|
3779
|
-
|
|
3780
|
-
union
|
|
3781
|
-
|
|
3782
|
-
intersection
|
|
3783
|
-
|
|
3784
|
-
subtraction
|
|
3785
|
-
|
|
3786
|
-
symDifference
|
|
3787
|
-
*/
|
|
3788
|
-
export declare enum Operation {
|
|
3789
|
-
Unknown = "Unknown",
|
|
3790
|
-
Union = "union",
|
|
3791
|
-
Intersection = "intersection",
|
|
3792
|
-
Subtraction = "subtraction",
|
|
3793
|
-
SymDifference = "symDifference"
|
|
3794
|
-
}
|
|
3795
|
-
/**
|
|
3796
|
-
* Subtracts feature of ToolLayer from the features of the source layer, and writes them in the target layer.
|
|
3797
|
-
*/
|
|
3798
|
-
export declare type OverlayTaskDc = TaskParametersDc & {
|
|
3799
|
-
sourceLayer: string;
|
|
3800
|
-
targetLayer: string;
|
|
3801
|
-
overlayLayer: string;
|
|
3802
|
-
operation: Operation;
|
|
3803
|
-
AttributesToCopy?: string[] | null;
|
|
3804
|
-
task_type?: string | null;
|
|
3805
|
-
service_type?: string | null;
|
|
3806
|
-
};
|
|
3807
|
-
/**
|
|
3808
3332
|
* Filter exists resources by owner.
|
|
3809
3333
|
|
|
3810
3334
|
My
|
|
@@ -3875,15 +3399,6 @@ export interface PagedListIEnumerable1 {
|
|
|
3875
3399
|
limit?: number;
|
|
3876
3400
|
items?: Record<string, any>[][];
|
|
3877
3401
|
}
|
|
3878
|
-
export interface PagedListNamespaceInfoDc {
|
|
3879
|
-
/** @format int64 */
|
|
3880
|
-
totalCount?: number;
|
|
3881
|
-
/** @format int32 */
|
|
3882
|
-
offset?: number;
|
|
3883
|
-
/** @format int32 */
|
|
3884
|
-
limit?: number;
|
|
3885
|
-
items?: NamespaceInfoDc[];
|
|
3886
|
-
}
|
|
3887
3402
|
export interface PagedListProjectInfoDc {
|
|
3888
3403
|
/** @format int64 */
|
|
3889
3404
|
totalCount?: number;
|
|
@@ -3893,23 +3408,23 @@ export interface PagedListProjectInfoDc {
|
|
|
3893
3408
|
limit?: number;
|
|
3894
3409
|
items?: (ProjectInfoDc | ExtendedProjectInfoDc)[];
|
|
3895
3410
|
}
|
|
3896
|
-
export interface
|
|
3411
|
+
export interface PagedListQueryTokenDc {
|
|
3897
3412
|
/** @format int64 */
|
|
3898
3413
|
totalCount?: number;
|
|
3899
3414
|
/** @format int32 */
|
|
3900
3415
|
offset?: number;
|
|
3901
3416
|
/** @format int32 */
|
|
3902
3417
|
limit?: number;
|
|
3903
|
-
items?:
|
|
3418
|
+
items?: QueryTokenDc[];
|
|
3904
3419
|
}
|
|
3905
|
-
export interface
|
|
3420
|
+
export interface PagedListRoleInfoDc {
|
|
3906
3421
|
/** @format int64 */
|
|
3907
3422
|
totalCount?: number;
|
|
3908
3423
|
/** @format int32 */
|
|
3909
3424
|
offset?: number;
|
|
3910
3425
|
/** @format int32 */
|
|
3911
3426
|
limit?: number;
|
|
3912
|
-
items?:
|
|
3427
|
+
items?: RoleInfoDc[];
|
|
3913
3428
|
}
|
|
3914
3429
|
export interface PagedListServiceListItemDc {
|
|
3915
3430
|
/** @format int64 */
|
|
@@ -3947,15 +3462,6 @@ export interface PagedListTableInfoDc {
|
|
|
3947
3462
|
limit?: number;
|
|
3948
3463
|
items?: (TableInfoDc | DetailedTableInfoDc | UpdateTableDc)[];
|
|
3949
3464
|
}
|
|
3950
|
-
export interface PagedListTagInfoDc {
|
|
3951
|
-
/** @format int64 */
|
|
3952
|
-
totalCount?: number;
|
|
3953
|
-
/** @format int32 */
|
|
3954
|
-
offset?: number;
|
|
3955
|
-
/** @format int32 */
|
|
3956
|
-
limit?: number;
|
|
3957
|
-
items?: TagInfoDc[];
|
|
3958
|
-
}
|
|
3959
3465
|
export interface PagedListUserInfoDc {
|
|
3960
3466
|
/** @format int64 */
|
|
3961
3467
|
totalCount?: number;
|
|
@@ -4344,7 +3850,7 @@ export interface ProjectConfigurationDc {
|
|
|
4344
3850
|
*/
|
|
4345
3851
|
export interface ProjectContentItemDc {
|
|
4346
3852
|
/** Item name. */
|
|
4347
|
-
name
|
|
3853
|
+
name?: string;
|
|
4348
3854
|
/** Specifies name of the item in project. */
|
|
4349
3855
|
clientData?: any;
|
|
4350
3856
|
/** Client data storage. Storage isn't used by server. */
|
|
@@ -4492,7 +3998,7 @@ export interface ProxyServiceInfoDc {
|
|
|
4492
3998
|
/** The category of the service. */
|
|
4493
3999
|
categories?: string[];
|
|
4494
4000
|
/** Configuration of the service. */
|
|
4495
|
-
configuration?: LinearServiceConfigurationDc |
|
|
4001
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
4496
4002
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4497
4003
|
name: string;
|
|
4498
4004
|
/** Resource alias. */
|
|
@@ -4501,8 +4007,6 @@ export interface ProxyServiceInfoDc {
|
|
|
4501
4007
|
owner?: string;
|
|
4502
4008
|
/** Resource description. */
|
|
4503
4009
|
description?: string;
|
|
4504
|
-
/** Resource preview. */
|
|
4505
|
-
preview?: string;
|
|
4506
4010
|
/**
|
|
4507
4011
|
* The date when resource was created.
|
|
4508
4012
|
* @format date-time
|
|
@@ -4545,20 +4049,50 @@ export interface ProxyServiceInfoDc {
|
|
|
4545
4049
|
tags?: string[];
|
|
4546
4050
|
}
|
|
4547
4051
|
/**
|
|
4548
|
-
*
|
|
4052
|
+
* Configuration for the python service.
|
|
4549
4053
|
*/
|
|
4550
|
-
export
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4054
|
+
export declare type PythonServiceConfigurationDc = ProxyServiceConfigurationDc & {
|
|
4055
|
+
pythonResourceId?: string | null;
|
|
4056
|
+
layerDefinitionQuery?: PythonServiceMethodDc;
|
|
4057
|
+
featuresQuery?: PythonServiceMethodDc;
|
|
4058
|
+
};
|
|
4059
|
+
/**
|
|
4060
|
+
* Service info for a mapbox service.
|
|
4061
|
+
*/
|
|
4062
|
+
export declare type PythonServiceInfoDc = ProxyServiceInfoDc & object;
|
|
4063
|
+
/**
|
|
4064
|
+
* Description python script method.
|
|
4065
|
+
*/
|
|
4066
|
+
export interface PythonServiceMethodDc {
|
|
4067
|
+
/** Python script file name. */
|
|
4068
|
+
fileName?: string;
|
|
4069
|
+
/** Python script method name. */
|
|
4070
|
+
methodName?: string;
|
|
4071
|
+
/** Python script default parameters. */
|
|
4072
|
+
parameters?: any;
|
|
4073
|
+
}
|
|
4074
|
+
/**
|
|
4075
|
+
* TaskMethodConfiguration.
|
|
4076
|
+
*/
|
|
4077
|
+
export interface PythonTaskMethodConfiguration {
|
|
4078
|
+
/** Gets or sets script file name. */
|
|
4079
|
+
fileName?: string;
|
|
4080
|
+
/** Gets or sets method. */
|
|
4081
|
+
methodName?: string;
|
|
4082
|
+
/** Gets or sets description. */
|
|
4558
4083
|
description?: string;
|
|
4559
|
-
/**
|
|
4560
|
-
|
|
4084
|
+
/** Parameters. */
|
|
4085
|
+
parameters?: TaskParameter[];
|
|
4086
|
+
/** TaskReturnType. */
|
|
4087
|
+
return?: TaskReturnType;
|
|
4561
4088
|
}
|
|
4089
|
+
/**
|
|
4090
|
+
* PythonTaskMethodConfigurationDc.
|
|
4091
|
+
*/
|
|
4092
|
+
export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc & {
|
|
4093
|
+
fileName?: string | null;
|
|
4094
|
+
methodName?: string | null;
|
|
4095
|
+
};
|
|
4562
4096
|
/**
|
|
4563
4097
|
* Stream quality.
|
|
4564
4098
|
|
|
@@ -4717,7 +4251,7 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4717
4251
|
/** The category of the service. */
|
|
4718
4252
|
categories?: string[];
|
|
4719
4253
|
/** Configuration of the service. */
|
|
4720
|
-
configuration?: LinearServiceConfigurationDc |
|
|
4254
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
4721
4255
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4722
4256
|
name: string;
|
|
4723
4257
|
/** Resource alias. */
|
|
@@ -4726,8 +4260,6 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4726
4260
|
owner?: string;
|
|
4727
4261
|
/** Resource description. */
|
|
4728
4262
|
description?: string;
|
|
4729
|
-
/** Resource preview. */
|
|
4730
|
-
preview?: string;
|
|
4731
4263
|
/**
|
|
4732
4264
|
* The date when resource was created.
|
|
4733
4265
|
* @format date-time
|
|
@@ -4769,6 +4301,17 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4769
4301
|
/** Resource tags. */
|
|
4770
4302
|
tags?: string[];
|
|
4771
4303
|
}
|
|
4304
|
+
export interface QueryTokenDc {
|
|
4305
|
+
username?: string;
|
|
4306
|
+
token?: string;
|
|
4307
|
+
/** @format date-time */
|
|
4308
|
+
dtCreate?: string;
|
|
4309
|
+
/** @format date-time */
|
|
4310
|
+
validBefore?: string;
|
|
4311
|
+
/** @format date-time */
|
|
4312
|
+
revokeDt?: string;
|
|
4313
|
+
isActive?: boolean;
|
|
4314
|
+
}
|
|
4772
4315
|
/**
|
|
4773
4316
|
* Raster band cfg.
|
|
4774
4317
|
*/
|
|
@@ -4910,18 +4453,6 @@ export declare type RasterSymbolDc = SymbolDc & {
|
|
|
4910
4453
|
band?: RasterBandCfg;
|
|
4911
4454
|
bandA?: RasterBandCfg;
|
|
4912
4455
|
};
|
|
4913
|
-
/**
|
|
4914
|
-
* Raster layer with feature id data contract.
|
|
4915
|
-
*/
|
|
4916
|
-
export interface RasterVrtFeatureSourceDc {
|
|
4917
|
-
/** Raster layer name. */
|
|
4918
|
-
layer: string;
|
|
4919
|
-
/**
|
|
4920
|
-
* Feature id.
|
|
4921
|
-
* @format int64
|
|
4922
|
-
*/
|
|
4923
|
-
id: number;
|
|
4924
|
-
}
|
|
4925
4456
|
/**
|
|
4926
4457
|
* Refresh token request data contract.
|
|
4927
4458
|
*/
|
|
@@ -4970,6 +4501,38 @@ export interface RegisterUserDc {
|
|
|
4970
4501
|
/** Password. */
|
|
4971
4502
|
password?: string;
|
|
4972
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
|
+
}
|
|
4973
4536
|
/**
|
|
4974
4537
|
* Configuration for the remote tile service.
|
|
4975
4538
|
*/
|
|
@@ -5006,11 +4569,111 @@ export interface RemoteTileServiceInfo {
|
|
|
5006
4569
|
/**
|
|
5007
4570
|
* Service info for a tile service.
|
|
5008
4571
|
*/
|
|
5009
|
-
export
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
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;
|
|
4628
|
+
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4629
|
+
name: string;
|
|
4630
|
+
/** Resource alias. */
|
|
4631
|
+
alias?: string;
|
|
4632
|
+
/** Resource owner. */
|
|
4633
|
+
owner?: string;
|
|
4634
|
+
/** Resource description. */
|
|
4635
|
+
description?: string;
|
|
4636
|
+
/**
|
|
4637
|
+
* The date when resource was created.
|
|
4638
|
+
* @format date-time
|
|
4639
|
+
*/
|
|
4640
|
+
createdDate?: string;
|
|
4641
|
+
/**
|
|
4642
|
+
* The date when resource was last modified.
|
|
4643
|
+
* @format date-time
|
|
4644
|
+
*/
|
|
4645
|
+
changedDate?: string;
|
|
4646
|
+
/**
|
|
4647
|
+
*
|
|
4648
|
+
*
|
|
4649
|
+
* none
|
|
4650
|
+
*
|
|
4651
|
+
* configure
|
|
4652
|
+
*
|
|
4653
|
+
* write
|
|
4654
|
+
*
|
|
4655
|
+
* read
|
|
4656
|
+
*
|
|
4657
|
+
* read,configure
|
|
4658
|
+
*
|
|
4659
|
+
* read,write
|
|
4660
|
+
*
|
|
4661
|
+
* read,write,configure
|
|
4662
|
+
*/
|
|
4663
|
+
permissions?: Permissions;
|
|
4664
|
+
/** Access control list for a security object. */
|
|
4665
|
+
acl?: AccessControlListDc;
|
|
4666
|
+
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
4667
|
+
icon?: string;
|
|
4668
|
+
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
4669
|
+
invisibleInCatalog?: boolean;
|
|
4670
|
+
/** Parent id in resources catalog. */
|
|
4671
|
+
parentId?: string;
|
|
4672
|
+
/** Resource id in resources catalog. */
|
|
4673
|
+
resourceId?: string;
|
|
4674
|
+
/** Resource tags. */
|
|
4675
|
+
tags?: string[];
|
|
4676
|
+
}
|
|
5014
4677
|
/**
|
|
5015
4678
|
* Provides resource and its acl.
|
|
5016
4679
|
*/
|
|
@@ -5041,8 +4704,6 @@ export interface ResourceInfoDc {
|
|
|
5041
4704
|
owner?: string;
|
|
5042
4705
|
/** Resource description. */
|
|
5043
4706
|
description?: string;
|
|
5044
|
-
/** Resource preview. */
|
|
5045
|
-
preview?: string;
|
|
5046
4707
|
/**
|
|
5047
4708
|
* The date when resource was created.
|
|
5048
4709
|
* @format date-time
|
|
@@ -5162,6 +4823,8 @@ RemoteTileService
|
|
|
5162
4823
|
File
|
|
5163
4824
|
|
|
5164
4825
|
DataSource
|
|
4826
|
+
|
|
4827
|
+
TaskPrototype
|
|
5165
4828
|
*/
|
|
5166
4829
|
export declare enum ResourceTypeFilter {
|
|
5167
4830
|
Map = "Map",
|
|
@@ -5171,7 +4834,8 @@ export declare enum ResourceTypeFilter {
|
|
|
5171
4834
|
ProxyService = "ProxyService",
|
|
5172
4835
|
RemoteTileService = "RemoteTileService",
|
|
5173
4836
|
File = "File",
|
|
5174
|
-
DataSource = "DataSource"
|
|
4837
|
+
DataSource = "DataSource",
|
|
4838
|
+
TaskPrototype = "TaskPrototype"
|
|
5175
4839
|
}
|
|
5176
4840
|
export declare enum ResourceTypeLink {
|
|
5177
4841
|
Table = "tables",
|
|
@@ -5179,7 +4843,7 @@ export declare enum ResourceTypeLink {
|
|
|
5179
4843
|
Project = "projects"
|
|
5180
4844
|
}
|
|
5181
4845
|
/**
|
|
5182
|
-
*
|
|
4846
|
+
*
|
|
5183
4847
|
|
|
5184
4848
|
code
|
|
5185
4849
|
|
|
@@ -5298,30 +4962,6 @@ export interface RouteSourceFeatureDc {
|
|
|
5298
4962
|
export declare type RouteTableConfigurationDc = TableConfigurationBaseDc & {
|
|
5299
4963
|
type?: string | null;
|
|
5300
4964
|
};
|
|
5301
|
-
/**
|
|
5302
|
-
* Information about a routing provider.
|
|
5303
|
-
*/
|
|
5304
|
-
export interface RoutingProviderInfoDc {
|
|
5305
|
-
/**
|
|
5306
|
-
* Name of the routing provider. This name should be used in the requests, when this routing provider
|
|
5307
|
-
* should be used.
|
|
5308
|
-
*/
|
|
5309
|
-
name?: string;
|
|
5310
|
-
/** Type of the routing provider. */
|
|
5311
|
-
type?: string;
|
|
5312
|
-
/** Routing profile (e.g. car, walking, bicycle etc.) */
|
|
5313
|
-
profile?: string;
|
|
5314
|
-
/**
|
|
5315
|
-
* Timeout in seconds.
|
|
5316
|
-
* @format int32
|
|
5317
|
-
*/
|
|
5318
|
-
timeout?: number;
|
|
5319
|
-
/**
|
|
5320
|
-
* Max points in single batch.
|
|
5321
|
-
* @format int32
|
|
5322
|
-
*/
|
|
5323
|
-
maxPointsInBatch?: number;
|
|
5324
|
-
}
|
|
5325
4965
|
/**
|
|
5326
4966
|
* S3 data source settings.
|
|
5327
4967
|
*/
|
|
@@ -5372,163 +5012,29 @@ export interface ScaleBarElementDc {
|
|
|
5372
5012
|
enabled?: boolean;
|
|
5373
5013
|
}
|
|
5374
5014
|
/**
|
|
5375
|
-
*
|
|
5015
|
+
* SearchResults.
|
|
5376
5016
|
*/
|
|
5377
|
-
export interface
|
|
5378
|
-
/**
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
parameters?: ScriptParameter[];
|
|
5386
|
-
/** ScriptReturnType. */
|
|
5387
|
-
return?: ScriptReturnType;
|
|
5388
|
-
/** Script error message. */
|
|
5389
|
-
error?: string;
|
|
5017
|
+
export interface SearchResultsDtoTaskDto {
|
|
5018
|
+
/**
|
|
5019
|
+
* Count.
|
|
5020
|
+
* @format int64
|
|
5021
|
+
*/
|
|
5022
|
+
count?: number;
|
|
5023
|
+
/** Results. */
|
|
5024
|
+
results?: TaskDto[];
|
|
5390
5025
|
}
|
|
5391
5026
|
/**
|
|
5392
|
-
*
|
|
5027
|
+
* SearchResults.
|
|
5393
5028
|
*/
|
|
5394
|
-
export interface
|
|
5395
|
-
/** Name. */
|
|
5396
|
-
name?: string;
|
|
5397
|
-
/** Gets or sets description. */
|
|
5398
|
-
description?: string;
|
|
5029
|
+
export interface SearchResultsDtoTaskPrototypeDto {
|
|
5399
5030
|
/**
|
|
5400
|
-
*
|
|
5401
|
-
*
|
|
5402
|
-
* Integer
|
|
5403
|
-
*
|
|
5404
|
-
* Double
|
|
5405
|
-
*
|
|
5406
|
-
* String
|
|
5407
|
-
*
|
|
5408
|
-
* Extent
|
|
5409
|
-
*
|
|
5410
|
-
* Geometry
|
|
5411
|
-
*
|
|
5412
|
-
* IntergerArray
|
|
5413
|
-
*
|
|
5414
|
-
* DoubleArray
|
|
5415
|
-
*
|
|
5416
|
-
* StringArray
|
|
5417
|
-
*
|
|
5418
|
-
* Boolean
|
|
5419
|
-
*
|
|
5420
|
-
* SourceEql
|
|
5421
|
-
*
|
|
5422
|
-
* Layer
|
|
5423
|
-
*
|
|
5424
|
-
* Table
|
|
5425
|
-
*
|
|
5426
|
-
* Folder
|
|
5427
|
-
*
|
|
5428
|
-
* Json
|
|
5429
|
-
*
|
|
5430
|
-
* Expression
|
|
5431
|
-
*
|
|
5432
|
-
* Expressions
|
|
5433
|
-
*/
|
|
5434
|
-
type?: WorkerSettingsFieldType;
|
|
5435
|
-
/** Name. */
|
|
5436
|
-
default?: any;
|
|
5437
|
-
/** ScriptRange. */
|
|
5438
|
-
range?: ScriptRange;
|
|
5439
|
-
/** Name. */
|
|
5440
|
-
nullable?: boolean;
|
|
5441
|
-
}
|
|
5442
|
-
/**
|
|
5443
|
-
* ScriptRange.
|
|
5444
|
-
*/
|
|
5445
|
-
export interface ScriptRange {
|
|
5446
|
-
/** Name. */
|
|
5447
|
-
min?: any;
|
|
5448
|
-
/** Name. */
|
|
5449
|
-
max?: any;
|
|
5450
|
-
}
|
|
5451
|
-
/**
|
|
5452
|
-
* ScriptReturnType.
|
|
5453
|
-
*/
|
|
5454
|
-
export interface ScriptReturnType {
|
|
5455
|
-
/** Gets or sets description. */
|
|
5456
|
-
description?: string;
|
|
5457
|
-
/**
|
|
5458
|
-
*
|
|
5459
|
-
*
|
|
5460
|
-
* Integer
|
|
5461
|
-
*
|
|
5462
|
-
* Double
|
|
5463
|
-
*
|
|
5464
|
-
* String
|
|
5465
|
-
*
|
|
5466
|
-
* Extent
|
|
5467
|
-
*
|
|
5468
|
-
* Geometry
|
|
5469
|
-
*
|
|
5470
|
-
* IntergerArray
|
|
5471
|
-
*
|
|
5472
|
-
* DoubleArray
|
|
5473
|
-
*
|
|
5474
|
-
* StringArray
|
|
5475
|
-
*
|
|
5476
|
-
* Boolean
|
|
5477
|
-
*
|
|
5478
|
-
* SourceEql
|
|
5479
|
-
*
|
|
5480
|
-
* Layer
|
|
5481
|
-
*
|
|
5482
|
-
* Table
|
|
5483
|
-
*
|
|
5484
|
-
* Folder
|
|
5485
|
-
*
|
|
5486
|
-
* Json
|
|
5487
|
-
*
|
|
5488
|
-
* Expression
|
|
5489
|
-
*
|
|
5490
|
-
* Expressions
|
|
5491
|
-
*/
|
|
5492
|
-
type?: WorkerSettingsFieldType;
|
|
5493
|
-
/** Name. */
|
|
5494
|
-
default?: any;
|
|
5495
|
-
/** Name. */
|
|
5496
|
-
nullable?: boolean;
|
|
5497
|
-
}
|
|
5498
|
-
/**
|
|
5499
|
-
* Result data.
|
|
5500
|
-
*/
|
|
5501
|
-
export interface SearchResultDataDc {
|
|
5502
|
-
/** Name of the attribute. */
|
|
5503
|
-
attributeName?: string;
|
|
5504
|
-
/** Attribute value. */
|
|
5505
|
-
value?: string;
|
|
5506
|
-
/** Row id. */
|
|
5507
|
-
id?: string;
|
|
5508
|
-
}
|
|
5509
|
-
/**
|
|
5510
|
-
* Universal search result.
|
|
5511
|
-
*/
|
|
5512
|
-
export interface SearchResultDc {
|
|
5513
|
-
/** Name of the layer. */
|
|
5514
|
-
name?: string;
|
|
5515
|
-
/** Id of the task. */
|
|
5516
|
-
taskId?: string;
|
|
5517
|
-
/** Found results. */
|
|
5518
|
-
results?: SearchResultDataDc[];
|
|
5519
|
-
/**
|
|
5520
|
-
* Count results.
|
|
5521
|
-
* @format int32
|
|
5031
|
+
* Count.
|
|
5032
|
+
* @format int64
|
|
5522
5033
|
*/
|
|
5523
5034
|
count?: number;
|
|
5035
|
+
/** Results. */
|
|
5036
|
+
results?: TaskPrototypeDto[];
|
|
5524
5037
|
}
|
|
5525
|
-
/**
|
|
5526
|
-
* The result of a server task step execution.
|
|
5527
|
-
*/
|
|
5528
|
-
export declare type SearchStepResultDc = BaseStepResultDc & {
|
|
5529
|
-
layerName?: string | null;
|
|
5530
|
-
foundObjects?: number;
|
|
5531
|
-
};
|
|
5532
5038
|
/**
|
|
5533
5039
|
* Suggest user information.
|
|
5534
5040
|
*/
|
|
@@ -5550,8 +5056,6 @@ export interface ServerInfoDc {
|
|
|
5550
5056
|
application?: string;
|
|
5551
5057
|
/** Version number of the server build. */
|
|
5552
5058
|
version?: string;
|
|
5553
|
-
/** Information about the available routing providers. */
|
|
5554
|
-
routingProviders?: RoutingProviderInfoDc[];
|
|
5555
5059
|
/**
|
|
5556
5060
|
* Date and time when the server was started.
|
|
5557
5061
|
* @format date-time
|
|
@@ -5633,7 +5137,6 @@ export interface ServiceInfo {
|
|
|
5633
5137
|
changedDate?: string;
|
|
5634
5138
|
parameters?: {
|
|
5635
5139
|
Category?: string[];
|
|
5636
|
-
Preview?: string[];
|
|
5637
5140
|
GeometryType?: string[];
|
|
5638
5141
|
DependentResource?: string[];
|
|
5639
5142
|
ResolutionFilter?: string[];
|
|
@@ -5650,7 +5153,6 @@ export interface ServiceInfo {
|
|
|
5650
5153
|
parentId?: string;
|
|
5651
5154
|
resourceId?: string;
|
|
5652
5155
|
sourcePath?: string;
|
|
5653
|
-
preview?: string;
|
|
5654
5156
|
}
|
|
5655
5157
|
/**
|
|
5656
5158
|
* The `ServiceInfoDc` provides information about the service.
|
|
@@ -5663,7 +5165,7 @@ export declare type ServiceInfoDc = ResourceInfoDc & {
|
|
|
5663
5165
|
geometryType: GeometryType;
|
|
5664
5166
|
objectCount?: number;
|
|
5665
5167
|
categories?: string[] | null;
|
|
5666
|
-
configuration?: LinearServiceConfigurationDc |
|
|
5168
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | null;
|
|
5667
5169
|
};
|
|
5668
5170
|
/**
|
|
5669
5171
|
* List of the services in service manager.
|
|
@@ -5713,8 +5215,6 @@ export interface ServiceListItemDc {
|
|
|
5713
5215
|
* read,write,configure
|
|
5714
5216
|
*/
|
|
5715
5217
|
permissions?: Permissions;
|
|
5716
|
-
/** Name of the preview file in the resource preview storage. */
|
|
5717
|
-
preview?: string;
|
|
5718
5218
|
/**
|
|
5719
5219
|
* Minimum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
5720
5220
|
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
@@ -5914,6 +5414,25 @@ export declare type SolidFillBrushDc = FillBrushDc & {
|
|
|
5914
5414
|
export declare type SolidStrokeBrushDc = StrokeBrushDc & {
|
|
5915
5415
|
type?: string | null;
|
|
5916
5416
|
};
|
|
5417
|
+
/**
|
|
5418
|
+
* SpTaskMethodConfiguration.
|
|
5419
|
+
*/
|
|
5420
|
+
export interface SpTaskMethodConfiguration {
|
|
5421
|
+
/** Gets or sets method. */
|
|
5422
|
+
method?: string;
|
|
5423
|
+
/** Gets or sets description. */
|
|
5424
|
+
description?: string;
|
|
5425
|
+
/** Parameters. */
|
|
5426
|
+
parameters?: TaskParameter[];
|
|
5427
|
+
/** TaskReturnType. */
|
|
5428
|
+
return?: TaskReturnType;
|
|
5429
|
+
}
|
|
5430
|
+
/**
|
|
5431
|
+
* SpTaskMethodConfiguration.
|
|
5432
|
+
*/
|
|
5433
|
+
export declare type SpTaskMethodConfigurationDc = TaskMethodConfigurationDc & {
|
|
5434
|
+
method?: string | null;
|
|
5435
|
+
};
|
|
5917
5436
|
/**
|
|
5918
5437
|
* Empty square ending.
|
|
5919
5438
|
*/
|
|
@@ -5950,14 +5469,6 @@ export interface SrInfo {
|
|
|
5950
5469
|
/** Name. */
|
|
5951
5470
|
name?: string;
|
|
5952
5471
|
}
|
|
5953
|
-
/**
|
|
5954
|
-
* Description of the temp file as a task data storage.
|
|
5955
|
-
*/
|
|
5956
|
-
export declare type StaticTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
5957
|
-
fileName: string;
|
|
5958
|
-
layerName?: string | null;
|
|
5959
|
-
type?: string | null;
|
|
5960
|
-
};
|
|
5961
5472
|
/**
|
|
5962
5473
|
* Statistics result.
|
|
5963
5474
|
*/
|
|
@@ -6018,22 +5529,6 @@ export interface StatisticsResultObject {
|
|
|
6018
5529
|
/** Value. */
|
|
6019
5530
|
value?: any;
|
|
6020
5531
|
}
|
|
6021
|
-
/**
|
|
6022
|
-
* The result of a server task step execution.
|
|
6023
|
-
*/
|
|
6024
|
-
export declare type StepResultDc = BaseStepResultDc & {
|
|
6025
|
-
stepName?: string | null;
|
|
6026
|
-
inputSource?: string | null;
|
|
6027
|
-
outSource?: string | null;
|
|
6028
|
-
startedTime?: string;
|
|
6029
|
-
endedTime?: string;
|
|
6030
|
-
batchErrors?: string[] | null;
|
|
6031
|
-
batchCount?: number;
|
|
6032
|
-
inputObjectCount?: number;
|
|
6033
|
-
errorCount?: number;
|
|
6034
|
-
outputObjectCount?: number;
|
|
6035
|
-
resultDetails?: Record<string, number>;
|
|
6036
|
-
};
|
|
6037
5532
|
/**
|
|
6038
5533
|
*
|
|
6039
5534
|
|
|
@@ -6096,14 +5591,6 @@ export interface StyleDc {
|
|
|
6096
5591
|
/** If set true style will not be rendered. */
|
|
6097
5592
|
disabled?: boolean;
|
|
6098
5593
|
}
|
|
6099
|
-
/**
|
|
6100
|
-
* Configuration of a styled layer service. This service type is a visual feature layer,
|
|
6101
|
-
that overrides the base layer styling with its' own style.
|
|
6102
|
-
*/
|
|
6103
|
-
export declare type StyledLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
6104
|
-
style: StyleDc;
|
|
6105
|
-
baseServiceName: string;
|
|
6106
|
-
};
|
|
6107
5594
|
/**
|
|
6108
5595
|
* SubTaskSettingsDto.
|
|
6109
5596
|
*/
|
|
@@ -6118,6 +5605,69 @@ export interface SubTaskSettingsDto {
|
|
|
6118
5605
|
/** StartParameters. */
|
|
6119
5606
|
startParameters?: any;
|
|
6120
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
|
+
}
|
|
6121
5671
|
/**
|
|
6122
5672
|
* Provides properties overrides svg attributes.
|
|
6123
5673
|
*/
|
|
@@ -6216,12 +5766,6 @@ export interface SymbolInfoDc {
|
|
|
6216
5766
|
*/
|
|
6217
5767
|
categoryId?: number;
|
|
6218
5768
|
}
|
|
6219
|
-
/**
|
|
6220
|
-
* Description of the temp file as a task data storage.
|
|
6221
|
-
*/
|
|
6222
|
-
export declare type TabStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
6223
|
-
type?: string | null;
|
|
6224
|
-
};
|
|
6225
5769
|
/**
|
|
6226
5770
|
* Common fields for table configurations.
|
|
6227
5771
|
*/
|
|
@@ -6243,22 +5787,6 @@ export declare type TableInfoDc = ResourceInfoDc & {
|
|
|
6243
5787
|
* The `TableListDc` class provides list of tables info SPCore.Connectors.Connectors.Base.Models.Data.TableInfoDc.
|
|
6244
5788
|
*/
|
|
6245
5789
|
export declare type TableListDc = PagedListTableInfoDc & object;
|
|
6246
|
-
/**
|
|
6247
|
-
* Data storage that allows accessing features directly from the tables.
|
|
6248
|
-
*/
|
|
6249
|
-
export declare type TableTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
6250
|
-
tableName: string;
|
|
6251
|
-
type?: string | null;
|
|
6252
|
-
};
|
|
6253
|
-
/**
|
|
6254
|
-
* Provides data contract of `TagInfo`/>.
|
|
6255
|
-
*/
|
|
6256
|
-
export interface TagInfoDc {
|
|
6257
|
-
/** Name of the tag. */
|
|
6258
|
-
name?: string;
|
|
6259
|
-
/** If sets true. */
|
|
6260
|
-
isSystem?: boolean;
|
|
6261
|
-
}
|
|
6262
5790
|
/**
|
|
6263
5791
|
* Tags filter.
|
|
6264
5792
|
*/
|
|
@@ -6272,79 +5800,400 @@ export interface TagsFilterDto {
|
|
|
6272
5800
|
useAnd?: boolean;
|
|
6273
5801
|
}
|
|
6274
5802
|
/**
|
|
6275
|
-
*
|
|
5803
|
+
* TaskConfigurationDc.
|
|
6276
5804
|
*/
|
|
6277
|
-
export interface
|
|
6278
|
-
/**
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
5805
|
+
export interface TaskConfigurationDc {
|
|
5806
|
+
/**
|
|
5807
|
+
* TaskPrototypeSubType.
|
|
5808
|
+
*
|
|
5809
|
+
* SpTask
|
|
5810
|
+
*
|
|
5811
|
+
* PythonTask
|
|
5812
|
+
*/
|
|
5813
|
+
taskResourceSubType?: TaskResourceSubType;
|
|
5814
|
+
/** TaskType. */
|
|
5815
|
+
taskType?: string;
|
|
5816
|
+
/** Description. */
|
|
5817
|
+
description?: string;
|
|
5818
|
+
/** ImportMethods. */
|
|
5819
|
+
importMethods?: string[];
|
|
5820
|
+
/** UserConfiguration. */
|
|
5821
|
+
userConfiguration?: (PythonTaskMethodConfigurationDc | SpTaskMethodConfigurationDc)[];
|
|
5822
|
+
/** DefaultConfiguration. */
|
|
5823
|
+
defaultConfiguration?: (PythonTaskMethodConfigurationDc | SpTaskMethodConfigurationDc)[];
|
|
5824
|
+
/** User ui configuration. */
|
|
5825
|
+
uiConfiguration?: any;
|
|
6282
5826
|
}
|
|
6283
5827
|
/**
|
|
6284
|
-
*
|
|
5828
|
+
* TaskDto.
|
|
6285
5829
|
*/
|
|
6286
|
-
export interface
|
|
5830
|
+
export interface TaskDto {
|
|
6287
5831
|
/**
|
|
6288
|
-
* .
|
|
5832
|
+
* Id.
|
|
6289
5833
|
* @format uuid
|
|
6290
5834
|
*/
|
|
6291
5835
|
id?: string;
|
|
6292
|
-
/** User. */
|
|
6293
|
-
user?: string;
|
|
6294
5836
|
/**
|
|
6295
|
-
*
|
|
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.
|
|
6296
5860
|
* @format date-time
|
|
6297
5861
|
*/
|
|
6298
|
-
|
|
6299
|
-
/** SubTaskSettings. */
|
|
6300
|
-
subTaskSettings?: SubTaskSettingsDto[];
|
|
6301
|
-
/** Enabled. */
|
|
6302
|
-
enabled?: boolean;
|
|
6303
|
-
/** StartIfPreviousError. */
|
|
6304
|
-
startIfPreviousError?: boolean;
|
|
6305
|
-
/** StartIfPreviousNotFinished. */
|
|
6306
|
-
startIfPreviousNotFinished?: boolean;
|
|
5862
|
+
started?: string;
|
|
6307
5863
|
/**
|
|
6308
|
-
*
|
|
5864
|
+
* Ended.
|
|
6309
5865
|
* @format date-time
|
|
6310
5866
|
*/
|
|
6311
|
-
|
|
6312
|
-
/**
|
|
6313
|
-
|
|
5867
|
+
ended?: string;
|
|
5868
|
+
/** ForceExecution. */
|
|
5869
|
+
forceExecution?: boolean;
|
|
6314
5870
|
}
|
|
6315
5871
|
/**
|
|
6316
|
-
*
|
|
5872
|
+
* TaskMethodConfiguration.
|
|
6317
5873
|
*/
|
|
6318
|
-
export interface
|
|
6319
|
-
/**
|
|
6320
|
-
|
|
5874
|
+
export interface TaskMethodConfigurationDc {
|
|
5875
|
+
/** Gets or sets description. */
|
|
5876
|
+
description?: string;
|
|
5877
|
+
/** Parameters. */
|
|
5878
|
+
parameters?: TaskParameterDc[];
|
|
5879
|
+
/** TaskReturnType. */
|
|
5880
|
+
return?: TaskReturnType;
|
|
6321
5881
|
}
|
|
6322
5882
|
/**
|
|
6323
|
-
*
|
|
5883
|
+
* TaskParameter.
|
|
6324
5884
|
*/
|
|
6325
|
-
export interface
|
|
6326
|
-
/**
|
|
6327
|
-
|
|
6328
|
-
/**
|
|
6329
|
-
|
|
6330
|
-
/** File Format. */
|
|
6331
|
-
fileFormat?: string;
|
|
6332
|
-
/** Gets or sets template name. */
|
|
6333
|
-
templateName?: string;
|
|
6334
|
-
/** Gets or sets template title. */
|
|
6335
|
-
title?: string;
|
|
6336
|
-
/**
|
|
6337
|
-
* Gets or sets paper width.
|
|
6338
|
-
* @format int32
|
|
6339
|
-
*/
|
|
6340
|
-
paperWidth?: number;
|
|
6341
|
-
/**
|
|
6342
|
-
* Gets or sets paper height.
|
|
6343
|
-
* @format int32
|
|
6344
|
-
*/
|
|
6345
|
-
paperHeight?: number;
|
|
5885
|
+
export interface TaskParameter {
|
|
5886
|
+
/** Name. */
|
|
5887
|
+
name?: string;
|
|
5888
|
+
/** Gets or sets description. */
|
|
5889
|
+
description?: string;
|
|
6346
5890
|
/**
|
|
6347
|
-
*
|
|
5891
|
+
*
|
|
5892
|
+
*
|
|
5893
|
+
* Integer
|
|
5894
|
+
*
|
|
5895
|
+
* Double
|
|
5896
|
+
*
|
|
5897
|
+
* String
|
|
5898
|
+
*
|
|
5899
|
+
* Extent
|
|
5900
|
+
*
|
|
5901
|
+
* Geometry
|
|
5902
|
+
*
|
|
5903
|
+
* IntergerArray
|
|
5904
|
+
*
|
|
5905
|
+
* DoubleArray
|
|
5906
|
+
*
|
|
5907
|
+
* StringArray
|
|
5908
|
+
*
|
|
5909
|
+
* Boolean
|
|
5910
|
+
*
|
|
5911
|
+
* SourceEql
|
|
5912
|
+
*
|
|
5913
|
+
* Layer
|
|
5914
|
+
*
|
|
5915
|
+
* Table
|
|
5916
|
+
*
|
|
5917
|
+
* Folder
|
|
5918
|
+
*
|
|
5919
|
+
* Json
|
|
5920
|
+
*
|
|
5921
|
+
* Expression
|
|
5922
|
+
*
|
|
5923
|
+
* Expressions
|
|
5924
|
+
*/
|
|
5925
|
+
type?: WorkerSettingsFieldType;
|
|
5926
|
+
/** Lookup values. */
|
|
5927
|
+
lookupValues?: Record<string, string | null>;
|
|
5928
|
+
/** Default value. */
|
|
5929
|
+
default?: any;
|
|
5930
|
+
/** TaskParameterRange. */
|
|
5931
|
+
range?: TaskParameterRange;
|
|
5932
|
+
/** Nullable. */
|
|
5933
|
+
nullable?: boolean;
|
|
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
|
+
}
|
|
5988
|
+
/**
|
|
5989
|
+
* TaskParameterRange.
|
|
5990
|
+
*/
|
|
5991
|
+
export interface TaskParameterRange {
|
|
5992
|
+
/** Name. */
|
|
5993
|
+
min?: any;
|
|
5994
|
+
/** Name. */
|
|
5995
|
+
max?: any;
|
|
5996
|
+
}
|
|
5997
|
+
/**
|
|
5998
|
+
* TaskPrototypeDto.
|
|
5999
|
+
*/
|
|
6000
|
+
export interface TaskPrototypeDto {
|
|
6001
|
+
/**
|
|
6002
|
+
* Id.
|
|
6003
|
+
* @format uuid
|
|
6004
|
+
*/
|
|
6005
|
+
id?: string;
|
|
6006
|
+
/** User. */
|
|
6007
|
+
user?: string;
|
|
6008
|
+
/**
|
|
6009
|
+
* CreatedAt.
|
|
6010
|
+
* @format date-time
|
|
6011
|
+
*/
|
|
6012
|
+
createdAt?: string;
|
|
6013
|
+
/** SubTaskSettings. */
|
|
6014
|
+
subTaskSettings?: SubTaskSettingsDto[];
|
|
6015
|
+
/** Enabled. */
|
|
6016
|
+
enabled?: boolean;
|
|
6017
|
+
/** StartIfPreviousError. */
|
|
6018
|
+
startIfPreviousError?: boolean;
|
|
6019
|
+
/** StartIfPreviousNotFinished. */
|
|
6020
|
+
startIfPreviousNotFinished?: boolean;
|
|
6021
|
+
/**
|
|
6022
|
+
* DelayDate.
|
|
6023
|
+
* @format date-time
|
|
6024
|
+
*/
|
|
6025
|
+
delayDate?: string;
|
|
6026
|
+
/** Schedule. */
|
|
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;
|
|
6060
|
+
}
|
|
6061
|
+
/**
|
|
6062
|
+
* TaskPythonResourceUpdateDto.
|
|
6063
|
+
*/
|
|
6064
|
+
export interface TaskPythonResourceUpdateDto {
|
|
6065
|
+
/** Configurations. */
|
|
6066
|
+
configurations?: PythonTaskMethodConfiguration[];
|
|
6067
|
+
/** User ui configuration. */
|
|
6068
|
+
uiConfiguration?: any;
|
|
6069
|
+
}
|
|
6070
|
+
/**
|
|
6071
|
+
* TaskResourceCreateDto.
|
|
6072
|
+
*/
|
|
6073
|
+
export interface TaskResourceCreateDto {
|
|
6074
|
+
/** SystemName. */
|
|
6075
|
+
systemName?: string;
|
|
6076
|
+
/**
|
|
6077
|
+
* TaskPrototypeSubType.
|
|
6078
|
+
*
|
|
6079
|
+
* SpTask
|
|
6080
|
+
*
|
|
6081
|
+
* PythonTask
|
|
6082
|
+
*/
|
|
6083
|
+
subType?: TaskResourceSubType;
|
|
6084
|
+
/** Task type. */
|
|
6085
|
+
taskType?: string;
|
|
6086
|
+
/** Import methods. */
|
|
6087
|
+
importMethods?: string[];
|
|
6088
|
+
/** Name. */
|
|
6089
|
+
name?: string;
|
|
6090
|
+
/** ParentId. */
|
|
6091
|
+
parentId?: string;
|
|
6092
|
+
/** Description. */
|
|
6093
|
+
description?: string;
|
|
6094
|
+
/** Tags. */
|
|
6095
|
+
tags?: string[];
|
|
6096
|
+
}
|
|
6097
|
+
/**
|
|
6098
|
+
* TaskPrototypeSubType.
|
|
6099
|
+
|
|
6100
|
+
SpTask
|
|
6101
|
+
|
|
6102
|
+
PythonTask
|
|
6103
|
+
*/
|
|
6104
|
+
export declare enum TaskResourceSubType {
|
|
6105
|
+
SpTask = "SpTask",
|
|
6106
|
+
PythonTask = "PythonTask"
|
|
6107
|
+
}
|
|
6108
|
+
/**
|
|
6109
|
+
* TaskReturnType.
|
|
6110
|
+
*/
|
|
6111
|
+
export interface TaskReturnType {
|
|
6112
|
+
/** Gets or sets description. */
|
|
6113
|
+
description?: string;
|
|
6114
|
+
/**
|
|
6115
|
+
*
|
|
6116
|
+
*
|
|
6117
|
+
* Integer
|
|
6118
|
+
*
|
|
6119
|
+
* Double
|
|
6120
|
+
*
|
|
6121
|
+
* String
|
|
6122
|
+
*
|
|
6123
|
+
* Extent
|
|
6124
|
+
*
|
|
6125
|
+
* Geometry
|
|
6126
|
+
*
|
|
6127
|
+
* IntergerArray
|
|
6128
|
+
*
|
|
6129
|
+
* DoubleArray
|
|
6130
|
+
*
|
|
6131
|
+
* StringArray
|
|
6132
|
+
*
|
|
6133
|
+
* Boolean
|
|
6134
|
+
*
|
|
6135
|
+
* SourceEql
|
|
6136
|
+
*
|
|
6137
|
+
* Layer
|
|
6138
|
+
*
|
|
6139
|
+
* Table
|
|
6140
|
+
*
|
|
6141
|
+
* Folder
|
|
6142
|
+
*
|
|
6143
|
+
* Json
|
|
6144
|
+
*
|
|
6145
|
+
* Expression
|
|
6146
|
+
*
|
|
6147
|
+
* Expressions
|
|
6148
|
+
*/
|
|
6149
|
+
type?: WorkerSettingsFieldType;
|
|
6150
|
+
/** Name. */
|
|
6151
|
+
default?: any;
|
|
6152
|
+
/** Name. */
|
|
6153
|
+
nullable?: boolean;
|
|
6154
|
+
}
|
|
6155
|
+
/**
|
|
6156
|
+
* TaskSpResourceUpdateDto.
|
|
6157
|
+
*/
|
|
6158
|
+
export interface TaskSpResourceUpdateDto {
|
|
6159
|
+
/** Configurations. */
|
|
6160
|
+
configurations?: SpTaskMethodConfiguration[];
|
|
6161
|
+
/** User ui configuration. */
|
|
6162
|
+
uiConfiguration?: any;
|
|
6163
|
+
}
|
|
6164
|
+
/**
|
|
6165
|
+
* Localization contains fields that should be localized on printing template.
|
|
6166
|
+
*/
|
|
6167
|
+
export interface TemplateLocalizationDc {
|
|
6168
|
+
/** Flag of english localization. */
|
|
6169
|
+
isEng?: boolean;
|
|
6170
|
+
}
|
|
6171
|
+
/**
|
|
6172
|
+
* Base template model data contract.
|
|
6173
|
+
*/
|
|
6174
|
+
export interface TemplateModelDc {
|
|
6175
|
+
/** Type of the data storage. */
|
|
6176
|
+
type?: string;
|
|
6177
|
+
/** The name of the result file. */
|
|
6178
|
+
fileName?: string;
|
|
6179
|
+
/** File Format. */
|
|
6180
|
+
fileFormat?: string;
|
|
6181
|
+
/** Gets or sets template name. */
|
|
6182
|
+
templateName?: string;
|
|
6183
|
+
/** Gets or sets template title. */
|
|
6184
|
+
title?: string;
|
|
6185
|
+
/**
|
|
6186
|
+
* Gets or sets paper width.
|
|
6187
|
+
* @format int32
|
|
6188
|
+
*/
|
|
6189
|
+
paperWidth?: number;
|
|
6190
|
+
/**
|
|
6191
|
+
* Gets or sets paper height.
|
|
6192
|
+
* @format int32
|
|
6193
|
+
*/
|
|
6194
|
+
paperHeight?: number;
|
|
6195
|
+
/**
|
|
6196
|
+
* Gets or sets dpi.
|
|
6348
6197
|
* @format int32
|
|
6349
6198
|
*/
|
|
6350
6199
|
dpi?: number;
|
|
@@ -6460,7 +6309,7 @@ export interface TileCatalogServiceInfoDc {
|
|
|
6460
6309
|
/** The category of the service. */
|
|
6461
6310
|
categories?: string[];
|
|
6462
6311
|
/** Configuration of the service. */
|
|
6463
|
-
configuration?: LinearServiceConfigurationDc |
|
|
6312
|
+
configuration?: LinearServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
6464
6313
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
6465
6314
|
name: string;
|
|
6466
6315
|
/** Resource alias. */
|
|
@@ -6469,8 +6318,6 @@ export interface TileCatalogServiceInfoDc {
|
|
|
6469
6318
|
owner?: string;
|
|
6470
6319
|
/** Resource description. */
|
|
6471
6320
|
description?: string;
|
|
6472
|
-
/** Resource preview. */
|
|
6473
|
-
preview?: string;
|
|
6474
6321
|
/**
|
|
6475
6322
|
* The date when resource was created.
|
|
6476
6323
|
* @format date-time
|
|
@@ -6575,134 +6422,28 @@ export interface TileInfoDc {
|
|
|
6575
6422
|
* Height of each tile in pixels.
|
|
6576
6423
|
* @format int32
|
|
6577
6424
|
*/
|
|
6578
|
-
width: number;
|
|
6579
|
-
/** Image format. */
|
|
6580
|
-
format?: string;
|
|
6581
|
-
/**
|
|
6582
|
-
* A list of subdomains.<example>a,b,c</example>. Subdomains are used to distribute tile requests across multiple servers.
|
|
6583
|
-
* <example> http://{subDomain}.evergis/{x}/{y}/{z}.png</example>.
|
|
6584
|
-
*/
|
|
6585
|
-
tilesSubDomains?: string[];
|
|
6586
|
-
/**
|
|
6587
|
-
* Spatial reference.
|
|
6588
|
-
* @format int32
|
|
6589
|
-
*/
|
|
6590
|
-
sr?: number;
|
|
6591
|
-
/** List of levels of detail that define the tiling schema. */
|
|
6592
|
-
lods: LodInfo[];
|
|
6593
|
-
}
|
|
6594
|
-
/**
|
|
6595
|
-
* Service info for a tile service.
|
|
6596
|
-
*/
|
|
6597
|
-
export interface TileServiceInfoDc {
|
|
6598
|
-
/** Tile info structure. */
|
|
6599
|
-
tileInfo: TileInfoDc;
|
|
6600
|
-
/** Copyright text. */
|
|
6601
|
-
copyrightText?: string;
|
|
6602
|
-
/** The type of the resource. */
|
|
6603
|
-
type: string;
|
|
6604
|
-
/**
|
|
6605
|
-
* Minimum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
6606
|
-
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
6607
|
-
* @format double
|
|
6608
|
-
*/
|
|
6609
|
-
minResolution?: number;
|
|
6610
|
-
/**
|
|
6611
|
-
* Maximum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
6612
|
-
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
6613
|
-
* @format double
|
|
6614
|
-
*/
|
|
6615
|
-
maxResolution?: number;
|
|
6616
|
-
/**
|
|
6617
|
-
* Filtering condition for the objects in the service. If no condition set or if no such property is available
|
|
6618
|
-
* for the given service type, null is returned.
|
|
6619
|
-
*/
|
|
6620
|
-
condition?: string;
|
|
6621
|
-
/**
|
|
6622
|
-
*
|
|
6623
|
-
*
|
|
6624
|
-
* unknown
|
|
6625
|
-
*
|
|
6626
|
-
* point
|
|
6627
|
-
*
|
|
6628
|
-
* polyline
|
|
6629
|
-
*
|
|
6630
|
-
* multipolygon
|
|
6631
|
-
*
|
|
6632
|
-
* envelope
|
|
6633
|
-
*
|
|
6634
|
-
* multipoint
|
|
6635
|
-
*/
|
|
6636
|
-
geometryType: GeometryType;
|
|
6637
|
-
/**
|
|
6638
|
-
* Number of objects in the layer. If the count cannot be calculated or the layer does not contain objects,
|
|
6639
|
-
* 0 is returned.
|
|
6640
|
-
* @format int32
|
|
6641
|
-
*/
|
|
6642
|
-
objectCount?: number;
|
|
6643
|
-
/** The category of the service. */
|
|
6644
|
-
categories?: string[];
|
|
6645
|
-
/** Configuration of the service. */
|
|
6646
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
6647
|
-
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
6648
|
-
name: string;
|
|
6649
|
-
/** Resource alias. */
|
|
6650
|
-
alias?: string;
|
|
6651
|
-
/** Resource owner. */
|
|
6652
|
-
owner?: string;
|
|
6653
|
-
/** Resource description. */
|
|
6654
|
-
description?: string;
|
|
6655
|
-
/** Resource preview. */
|
|
6656
|
-
preview?: string;
|
|
6657
|
-
/**
|
|
6658
|
-
* The date when resource was created.
|
|
6659
|
-
* @format date-time
|
|
6660
|
-
*/
|
|
6661
|
-
createdDate?: string;
|
|
6662
|
-
/**
|
|
6663
|
-
* The date when resource was last modified.
|
|
6664
|
-
* @format date-time
|
|
6665
|
-
*/
|
|
6666
|
-
changedDate?: string;
|
|
6667
|
-
/**
|
|
6668
|
-
*
|
|
6669
|
-
*
|
|
6670
|
-
* none
|
|
6671
|
-
*
|
|
6672
|
-
* configure
|
|
6673
|
-
*
|
|
6674
|
-
* write
|
|
6675
|
-
*
|
|
6676
|
-
* read
|
|
6677
|
-
*
|
|
6678
|
-
* read,configure
|
|
6679
|
-
*
|
|
6680
|
-
* read,write
|
|
6681
|
-
*
|
|
6682
|
-
* read,write,configure
|
|
6683
|
-
*/
|
|
6684
|
-
permissions?: Permissions;
|
|
6685
|
-
/** Access control list for a security object. */
|
|
6686
|
-
acl?: AccessControlListDc;
|
|
6687
|
-
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
6688
|
-
icon?: string;
|
|
6689
|
-
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
6690
|
-
invisibleInCatalog?: boolean;
|
|
6691
|
-
/** Parent id in resources catalog. */
|
|
6692
|
-
parentId?: string;
|
|
6693
|
-
/** Resource id in resources catalog. */
|
|
6694
|
-
resourceId?: string;
|
|
6695
|
-
/** Resource tags. */
|
|
6696
|
-
tags?: string[];
|
|
6425
|
+
width: number;
|
|
6426
|
+
/** Image format. */
|
|
6427
|
+
format?: string;
|
|
6428
|
+
/**
|
|
6429
|
+
* A list of subdomains.<example>a,b,c</example>. Subdomains are used to distribute tile requests across multiple servers.
|
|
6430
|
+
* <example> http://{subDomain}.evergis/{x}/{y}/{z}.png</example>.
|
|
6431
|
+
*/
|
|
6432
|
+
tilesSubDomains?: string[];
|
|
6433
|
+
/**
|
|
6434
|
+
* Spatial reference.
|
|
6435
|
+
* @format int32
|
|
6436
|
+
*/
|
|
6437
|
+
sr?: number;
|
|
6438
|
+
/** List of levels of detail that define the tiling schema. */
|
|
6439
|
+
lods: LodInfo[];
|
|
6697
6440
|
}
|
|
6698
6441
|
/**
|
|
6699
6442
|
* Access token request.
|
|
6700
6443
|
*/
|
|
6701
6444
|
export interface TokenRequestDc {
|
|
6702
6445
|
/**
|
|
6703
|
-
*
|
|
6704
|
-
* owner's authorization (to access its protected resources) used by the
|
|
6705
|
-
* client to obtain an access token.
|
|
6446
|
+
*
|
|
6706
6447
|
*
|
|
6707
6448
|
* authorization_code
|
|
6708
6449
|
*
|
|
@@ -6743,16 +6484,6 @@ export declare type TracksSymbolDc = TrackSymbolBaseDc & {
|
|
|
6743
6484
|
pointSymbol?: CirclePointSymbolDc;
|
|
6744
6485
|
lineSymbol?: PolylineSymbolDc;
|
|
6745
6486
|
};
|
|
6746
|
-
/**
|
|
6747
|
-
* The operation that unites the features in the storage.
|
|
6748
|
-
*/
|
|
6749
|
-
export declare type UnionTaskDc = TaskParametersDc & {
|
|
6750
|
-
sourceLayer: string;
|
|
6751
|
-
targetLayer: string;
|
|
6752
|
-
groupAttribute?: string | null;
|
|
6753
|
-
task_type?: string | null;
|
|
6754
|
-
service_type?: string | null;
|
|
6755
|
-
};
|
|
6756
6487
|
/**
|
|
6757
6488
|
* Feature object definition for updating.
|
|
6758
6489
|
*/
|
|
@@ -7725,7 +7456,6 @@ export interface GetLayersListParams {
|
|
|
7725
7456
|
/** ACL in string format `role:permissions;role:permissions`. */
|
|
7726
7457
|
acl?: string;
|
|
7727
7458
|
}
|
|
7728
|
-
export declare type SetPermissionsBatchPayload = ResourceAclDc[];
|
|
7729
7459
|
export interface DeleteResourcesParams {
|
|
7730
7460
|
/** Resource names. */
|
|
7731
7461
|
names?: string[];
|
|
@@ -7739,11 +7469,11 @@ export interface GetLayersInfoParams {
|
|
|
7739
7469
|
/**
|
|
7740
7470
|
* Configuration for the proxy service.
|
|
7741
7471
|
*/
|
|
7742
|
-
export declare type PublishProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
|
|
7472
|
+
export declare type PublishProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc | PythonServiceConfigurationDc;
|
|
7743
7473
|
/**
|
|
7744
7474
|
* Configuration for the proxy service.
|
|
7745
7475
|
*/
|
|
7746
|
-
export declare type UpdateProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
|
|
7476
|
+
export declare type UpdateProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc | PythonServiceConfigurationDc;
|
|
7747
7477
|
export interface GetFeatures1Params {
|
|
7748
7478
|
/** Click geometry. */
|
|
7749
7479
|
ewktGeometry?: string;
|
|
@@ -7789,39 +7519,6 @@ export interface DeleteFeatureParams {
|
|
|
7789
7519
|
}
|
|
7790
7520
|
export declare type CreateFeaturesPayload = FeatureDc[];
|
|
7791
7521
|
export declare type UpdateFeaturePayload = UpdateFeatureDc[];
|
|
7792
|
-
export interface FeaturesContainsParams {
|
|
7793
|
-
/** Contains filter within a given filterAttributes. */
|
|
7794
|
-
filter?: string;
|
|
7795
|
-
/** Filter attributes. */
|
|
7796
|
-
filterAttributes?: string[];
|
|
7797
|
-
/**
|
|
7798
|
-
* Comma separated list of attributes by which to sort the resulting feature list.
|
|
7799
|
-
* If the attribute name is preceded with the "-" sign, sorting by this attribute will be
|
|
7800
|
-
* in descending order.
|
|
7801
|
-
*/
|
|
7802
|
-
sort?: string[];
|
|
7803
|
-
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
7804
|
-
attributes?: string[];
|
|
7805
|
-
/**
|
|
7806
|
-
* Features count have to skip.
|
|
7807
|
-
* @format int32
|
|
7808
|
-
*/
|
|
7809
|
-
offset?: number;
|
|
7810
|
-
/**
|
|
7811
|
-
* Features limit per response.
|
|
7812
|
-
* @format int32
|
|
7813
|
-
*/
|
|
7814
|
-
limit?: number;
|
|
7815
|
-
/**
|
|
7816
|
-
* Spatial reference of returned features.
|
|
7817
|
-
* @format int32
|
|
7818
|
-
*/
|
|
7819
|
-
wkid?: number;
|
|
7820
|
-
/** If set to true, the geometry will not be returned for features. */
|
|
7821
|
-
withGeom?: boolean;
|
|
7822
|
-
/** Full name of the layer. */
|
|
7823
|
-
name: string;
|
|
7824
|
-
}
|
|
7825
7522
|
export interface GetByIdParams {
|
|
7826
7523
|
/**
|
|
7827
7524
|
* Spatial reference of returned features.
|
|
@@ -7886,7 +7583,32 @@ export interface GetTilesLayerImageParams {
|
|
|
7886
7583
|
*/
|
|
7887
7584
|
z: number;
|
|
7888
7585
|
}
|
|
7889
|
-
export interface
|
|
7586
|
+
export interface GetTilesLayerImage1Params {
|
|
7587
|
+
/** Tile sets to render. */
|
|
7588
|
+
ids?: number[];
|
|
7589
|
+
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
7590
|
+
dataFilterId?: string;
|
|
7591
|
+
/** Full name of the layer. */
|
|
7592
|
+
name: string;
|
|
7593
|
+
/**
|
|
7594
|
+
* X.
|
|
7595
|
+
* @format int32
|
|
7596
|
+
*/
|
|
7597
|
+
x: number;
|
|
7598
|
+
/**
|
|
7599
|
+
* Y.
|
|
7600
|
+
* @format int32
|
|
7601
|
+
*/
|
|
7602
|
+
y: number;
|
|
7603
|
+
/**
|
|
7604
|
+
* Z.
|
|
7605
|
+
* @format int32
|
|
7606
|
+
*/
|
|
7607
|
+
z: number;
|
|
7608
|
+
/** Specifies the format of the returned tile. */
|
|
7609
|
+
format: string;
|
|
7610
|
+
}
|
|
7611
|
+
export interface GetTilesLayerImageWithFormatAndDpiParams {
|
|
7890
7612
|
/** Tile sets to render. */
|
|
7891
7613
|
ids?: number[];
|
|
7892
7614
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
@@ -7908,6 +7630,11 @@ export interface GetTilesLayerImageWithFormatParams {
|
|
|
7908
7630
|
* @format int32
|
|
7909
7631
|
*/
|
|
7910
7632
|
z: number;
|
|
7633
|
+
/**
|
|
7634
|
+
* Image dpi.
|
|
7635
|
+
* @format float
|
|
7636
|
+
*/
|
|
7637
|
+
dpi: number;
|
|
7911
7638
|
/** Specifies the format of the returned tile. */
|
|
7912
7639
|
format: string;
|
|
7913
7640
|
}
|
|
@@ -7916,6 +7643,8 @@ export interface GetLayerImageParams {
|
|
|
7916
7643
|
extent?: number[];
|
|
7917
7644
|
/** Image size. */
|
|
7918
7645
|
size?: number[];
|
|
7646
|
+
/** Specifies the format of the returned tile. */
|
|
7647
|
+
format?: string;
|
|
7919
7648
|
/**
|
|
7920
7649
|
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7921
7650
|
* @format int32
|
|
@@ -7946,44 +7675,6 @@ export interface GetLayerExtentParams {
|
|
|
7946
7675
|
/** Full name of the layer. */
|
|
7947
7676
|
name: string;
|
|
7948
7677
|
}
|
|
7949
|
-
export interface GetByGeometryParams {
|
|
7950
|
-
/**
|
|
7951
|
-
* Geometry to selects. Examples:
|
|
7952
|
-
* for point geometry=x,y;
|
|
7953
|
-
* for envelope: geometry=xmin,ymin,xmax,ymax; .
|
|
7954
|
-
*/
|
|
7955
|
-
geometry?: number[];
|
|
7956
|
-
/**
|
|
7957
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7958
|
-
* @format int32
|
|
7959
|
-
*/
|
|
7960
|
-
extentSr?: number;
|
|
7961
|
-
/**
|
|
7962
|
-
* Spatial reference wkid of returned features.
|
|
7963
|
-
* @format int32
|
|
7964
|
-
*/
|
|
7965
|
-
targetSr?: number;
|
|
7966
|
-
/** Full name of the layer. */
|
|
7967
|
-
name: string;
|
|
7968
|
-
}
|
|
7969
|
-
/**
|
|
7970
|
-
* Geometry data contract.
|
|
7971
|
-
*/
|
|
7972
|
-
export declare type GetByGeometryPostPayload = EnvelopeDc | MultiPointDc | PointDc | PolyDc | PolygonDc | PolylineDc;
|
|
7973
|
-
export interface GetByGeometryPostParams {
|
|
7974
|
-
/**
|
|
7975
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7976
|
-
* @format int32
|
|
7977
|
-
*/
|
|
7978
|
-
extentSr?: number;
|
|
7979
|
-
/**
|
|
7980
|
-
* Spatial reference wkid of returned features.
|
|
7981
|
-
* @format int32
|
|
7982
|
-
*/
|
|
7983
|
-
targetSr?: number;
|
|
7984
|
-
/** Full name of the layer. */
|
|
7985
|
-
name: string;
|
|
7986
|
-
}
|
|
7987
7678
|
export interface DeleteFeaturesParams {
|
|
7988
7679
|
/** Features ids. */
|
|
7989
7680
|
ids?: string[];
|
|
@@ -7996,32 +7687,6 @@ export interface DeleteByConditionParams {
|
|
|
7996
7687
|
/** Full name of the layer. */
|
|
7997
7688
|
name: string;
|
|
7998
7689
|
}
|
|
7999
|
-
export interface GetByGeometryGetParams {
|
|
8000
|
-
/** Screen image bbox rectangle. */
|
|
8001
|
-
imageRectangle?: number[];
|
|
8002
|
-
/** Envelope geometry for screen rectangle. */
|
|
8003
|
-
envelope?: number[];
|
|
8004
|
-
/** Click position on screen rectangle. */
|
|
8005
|
-
clickPoint?: number[];
|
|
8006
|
-
/**
|
|
8007
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
8008
|
-
* @format int32
|
|
8009
|
-
*/
|
|
8010
|
-
extentSr?: number;
|
|
8011
|
-
/**
|
|
8012
|
-
* Spatial reference wkid of returned features.
|
|
8013
|
-
* @format int32
|
|
8014
|
-
*/
|
|
8015
|
-
targetSr?: number;
|
|
8016
|
-
/** If true, include transparent pixels too. */
|
|
8017
|
-
useFilledSymbols?: boolean;
|
|
8018
|
-
/** String condition to filter the features by. */
|
|
8019
|
-
query?: string;
|
|
8020
|
-
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
8021
|
-
styleId?: string;
|
|
8022
|
-
/** The name of the layer. */
|
|
8023
|
-
name: string;
|
|
8024
|
-
}
|
|
8025
7690
|
export interface ClassifyParams {
|
|
8026
7691
|
/** The name of the attribute. */
|
|
8027
7692
|
attribute?: string;
|
|
@@ -8137,43 +7802,13 @@ export interface GetFilteredFeaturesCountParams {
|
|
|
8137
7802
|
/** Layer name. */
|
|
8138
7803
|
name: string;
|
|
8139
7804
|
}
|
|
8140
|
-
export interface SelectFeaturesParams {
|
|
8141
|
-
/** Comma separated list of layer names. */
|
|
8142
|
-
layers?: string[];
|
|
8143
|
-
/** The size of layer rendering image. */
|
|
8144
|
-
imageSize?: number[];
|
|
8145
|
-
/** Envelope geometry for screen rectangle. */
|
|
8146
|
-
envelope?: number[];
|
|
8147
|
-
/** Click position on screen rectangle. */
|
|
8148
|
-
clickPoint?: number[];
|
|
8149
|
-
/**
|
|
8150
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
8151
|
-
* @format int32
|
|
8152
|
-
*/
|
|
8153
|
-
extentSr?: number;
|
|
8154
|
-
/** If true, include transparent pixels too. */
|
|
8155
|
-
useFilledSymbols?: boolean;
|
|
8156
|
-
/** String condition to filter the features by. */
|
|
8157
|
-
query?: string[];
|
|
8158
|
-
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
8159
|
-
styles?: string[];
|
|
8160
|
-
/** Id of the data filter to override data filter of the layer. If not set, the layer original data filter is used. */
|
|
8161
|
-
filters?: string[];
|
|
8162
|
-
/** If set to true, the response will include the specific symbol for each feature. */
|
|
8163
|
-
includeSymbols?: boolean;
|
|
8164
|
-
/**
|
|
8165
|
-
* Spatial reference of features to be returned.
|
|
8166
|
-
* @format int32
|
|
8167
|
-
*/
|
|
8168
|
-
targetSr?: number;
|
|
8169
|
-
}
|
|
8170
7805
|
export interface ValidateExpressionParams {
|
|
8171
7806
|
/** Expression to validate. */
|
|
8172
7807
|
expression?: string;
|
|
8173
7808
|
/** Layer name. */
|
|
8174
7809
|
layerName: string;
|
|
8175
7810
|
}
|
|
8176
|
-
export interface
|
|
7811
|
+
export interface GetRasterMetaParams8 {
|
|
8177
7812
|
/**
|
|
8178
7813
|
* Min value for build histogram.
|
|
8179
7814
|
* @format double
|
|
@@ -8192,53 +7827,6 @@ export interface GetRasterMetaParams5 {
|
|
|
8192
7827
|
*/
|
|
8193
7828
|
id: number;
|
|
8194
7829
|
}
|
|
8195
|
-
export interface SetPreviewPayload {
|
|
8196
|
-
/** @format binary */
|
|
8197
|
-
file?: File;
|
|
8198
|
-
}
|
|
8199
|
-
export interface GetNamespacesParams {
|
|
8200
|
-
/** String filter for the namespace (uses % and _ wild cards like SQL). */
|
|
8201
|
-
filter?: string;
|
|
8202
|
-
/**
|
|
8203
|
-
* First index in the list to get.
|
|
8204
|
-
* @format int32
|
|
8205
|
-
*/
|
|
8206
|
-
offset?: number;
|
|
8207
|
-
/**
|
|
8208
|
-
* Max number of entries in the returned list.
|
|
8209
|
-
* @format int32
|
|
8210
|
-
*/
|
|
8211
|
-
limit?: number;
|
|
8212
|
-
}
|
|
8213
|
-
export interface CreateNamespaceParams {
|
|
8214
|
-
/** Name of the user to create the namespace for. This user will be the owner of the namespace. */
|
|
8215
|
-
userName: string;
|
|
8216
|
-
/**
|
|
8217
|
-
* If false, the name of the created namespace will be exactly the name of the user. If set to true,
|
|
8218
|
-
* the server will try to use the user name as the namespace name, but if the name is occupied, it will
|
|
8219
|
-
* find a close free name for the namespace, create it and return it as the result of the operation.
|
|
8220
|
-
*/
|
|
8221
|
-
adjustName?: boolean;
|
|
8222
|
-
}
|
|
8223
|
-
export interface GetRoutesParams {
|
|
8224
|
-
/** if true, the response will contain the geometry of the route. */
|
|
8225
|
-
getGeometry?: boolean;
|
|
8226
|
-
/**
|
|
8227
|
-
* if true, the response will contain the detailed description of the route segments
|
|
8228
|
-
* .
|
|
8229
|
-
*/
|
|
8230
|
-
getSegments?: boolean;
|
|
8231
|
-
/**
|
|
8232
|
-
* Max distance in meters from the input point to a road on the graph.
|
|
8233
|
-
* If there is no road close enough to the input point, a route will not be build.
|
|
8234
|
-
* @format float
|
|
8235
|
-
*/
|
|
8236
|
-
snappingDistance?: number;
|
|
8237
|
-
/** Profile. */
|
|
8238
|
-
profile: string;
|
|
8239
|
-
/** Coordinates of the points to build the routes between. */
|
|
8240
|
-
coordinates: string;
|
|
8241
|
-
}
|
|
8242
7830
|
export interface SubscribeOperationParams {
|
|
8243
7831
|
/** Notification tag. */
|
|
8244
7832
|
tag?: string;
|
|
@@ -8291,8 +7879,7 @@ export interface GetProjectsListParams {
|
|
|
8291
7879
|
/** Filter layers by set of tags. */
|
|
8292
7880
|
tags?: string[];
|
|
8293
7881
|
}
|
|
8294
|
-
export
|
|
8295
|
-
export interface DeleteResourcesParams10 {
|
|
7882
|
+
export interface DeleteResourcesParams4 {
|
|
8296
7883
|
/** Resource names. */
|
|
8297
7884
|
names?: string[];
|
|
8298
7885
|
}
|
|
@@ -8309,26 +7896,6 @@ export interface GetProjectEnvelopeParams {
|
|
|
8309
7896
|
/** The name of the project. */
|
|
8310
7897
|
name: string;
|
|
8311
7898
|
}
|
|
8312
|
-
export interface SetPreviewBody {
|
|
8313
|
-
/** @format binary */
|
|
8314
|
-
file?: File;
|
|
8315
|
-
}
|
|
8316
|
-
export interface UpdatePythonConfigurationParams {
|
|
8317
|
-
/** ResourceId. */
|
|
8318
|
-
resourceId?: string;
|
|
8319
|
-
}
|
|
8320
|
-
export interface GetPythonConfigurationParams {
|
|
8321
|
-
/** ResourceId. */
|
|
8322
|
-
resourceId?: string;
|
|
8323
|
-
}
|
|
8324
|
-
export interface GetAutoConfigurationParams {
|
|
8325
|
-
/** ResourceId. */
|
|
8326
|
-
resourceId?: string;
|
|
8327
|
-
/** Script name. */
|
|
8328
|
-
scriptName?: string;
|
|
8329
|
-
/** Method name. */
|
|
8330
|
-
methodName?: string;
|
|
8331
|
-
}
|
|
8332
7899
|
export interface GetAllScriptMethodsParams {
|
|
8333
7900
|
/** ResourceId. */
|
|
8334
7901
|
resourceId?: string;
|
|
@@ -8342,6 +7909,14 @@ export interface RunScriptParams {
|
|
|
8342
7909
|
/** Method name. */
|
|
8343
7910
|
methodName?: string;
|
|
8344
7911
|
}
|
|
7912
|
+
export interface GetTokensListParams {
|
|
7913
|
+
onlyValid?: boolean;
|
|
7914
|
+
/** @format int32 */
|
|
7915
|
+
limit?: number;
|
|
7916
|
+
/** @format int32 */
|
|
7917
|
+
offset?: number;
|
|
7918
|
+
username: string;
|
|
7919
|
+
}
|
|
8345
7920
|
export interface GetTaskPrototypesParams {
|
|
8346
7921
|
/** Username. */
|
|
8347
7922
|
Username?: string;
|
|
@@ -8381,44 +7956,13 @@ export interface GetTasksForPrototypeParams {
|
|
|
8381
7956
|
*/
|
|
8382
7957
|
id: string;
|
|
8383
7958
|
}
|
|
8384
|
-
export
|
|
8385
|
-
|
|
8386
|
-
|
|
8387
|
-
|
|
8388
|
-
|
|
8389
|
-
storageName: string;
|
|
8390
|
-
}
|
|
8391
|
-
export interface CreateResourcePayload {
|
|
8392
|
-
/** @format binary */
|
|
8393
|
-
file?: File;
|
|
8394
|
-
}
|
|
8395
|
-
export interface RemoveObjectFromStorageParams {
|
|
8396
|
-
/** Object name. */
|
|
8397
|
-
name?: string;
|
|
8398
|
-
/** S3 storage name. */
|
|
8399
|
-
storageName: string;
|
|
8400
|
-
}
|
|
8401
|
-
export interface GetUrlParams {
|
|
8402
|
-
/** Object name. */
|
|
8403
|
-
fileName?: string;
|
|
8404
|
-
/**
|
|
8405
|
-
* Expiry in seconds. Default expiry is set to 1 days.
|
|
8406
|
-
* @format int32
|
|
8407
|
-
*/
|
|
8408
|
-
expires?: number;
|
|
8409
|
-
/** S3 storage name. */
|
|
8410
|
-
storageName: string;
|
|
8411
|
-
}
|
|
8412
|
-
export interface GetStorageObjectsParams {
|
|
8413
|
-
/** Path. */
|
|
8414
|
-
path?: string;
|
|
8415
|
-
/** S3 storage name. */
|
|
8416
|
-
storageName: string;
|
|
8417
|
-
}
|
|
8418
|
-
export interface CreateStorageParams {
|
|
8419
|
-
/** S3 storage name. */
|
|
8420
|
-
storageName?: string;
|
|
7959
|
+
export interface GetTaskResourceParams {
|
|
7960
|
+
/** Update default configuration. */
|
|
7961
|
+
updateDefault?: boolean;
|
|
7962
|
+
/** Id. */
|
|
7963
|
+
id: string;
|
|
8421
7964
|
}
|
|
7965
|
+
export declare type CopyResourcesPayload = CopyResourceDc[];
|
|
8422
7966
|
export declare type SetPoliciesPayload = Record<string, PolicyDc[]>;
|
|
8423
7967
|
export interface FindUserByNameByRolesParams {
|
|
8424
7968
|
/** Roles. */
|
|
@@ -8480,34 +8024,6 @@ export interface RemovePolicyParams {
|
|
|
8480
8024
|
/** Use role the policy is applied to. */
|
|
8481
8025
|
role?: string;
|
|
8482
8026
|
}
|
|
8483
|
-
export interface DownloadFileParams {
|
|
8484
|
-
/** Id of the file in the temporary static storage. */
|
|
8485
|
-
fileName?: string;
|
|
8486
|
-
}
|
|
8487
|
-
export interface UploadFilePayload {
|
|
8488
|
-
/** Name of the uploading file. */
|
|
8489
|
-
fileName?: string;
|
|
8490
|
-
/** Url to upload file. */
|
|
8491
|
-
url?: string;
|
|
8492
|
-
/**
|
|
8493
|
-
* Id of the tile in the session static storage.
|
|
8494
|
-
* @format binary
|
|
8495
|
-
*/
|
|
8496
|
-
file?: File;
|
|
8497
|
-
/**
|
|
8498
|
-
* Rewrite flag
|
|
8499
|
-
* If true - rewrite file if exist. If false - return error.
|
|
8500
|
-
*/
|
|
8501
|
-
rewrite?: boolean;
|
|
8502
|
-
}
|
|
8503
|
-
export interface DeleteFileParams {
|
|
8504
|
-
/** File id to delete. */
|
|
8505
|
-
fileid?: string;
|
|
8506
|
-
}
|
|
8507
|
-
export interface GetFileInfoParams {
|
|
8508
|
-
/** Id of the file in the temporary static storage. */
|
|
8509
|
-
url?: string;
|
|
8510
|
-
}
|
|
8511
8027
|
export interface StatisticsDbParams {
|
|
8512
8028
|
/** Layer name. */
|
|
8513
8029
|
name: string;
|
|
@@ -8562,7 +8078,7 @@ export interface StatisticsDbParams {
|
|
|
8562
8078
|
*/
|
|
8563
8079
|
types?: AggregationFunction[];
|
|
8564
8080
|
}
|
|
8565
|
-
export interface
|
|
8081
|
+
export interface ClassifyParams1 {
|
|
8566
8082
|
/** Layer name. */
|
|
8567
8083
|
name: string;
|
|
8568
8084
|
/** Attribute name. */
|
|
@@ -8694,8 +8210,7 @@ export interface GetTableListParams {
|
|
|
8694
8210
|
/** All available permissions list. */
|
|
8695
8211
|
acl?: string;
|
|
8696
8212
|
}
|
|
8697
|
-
export
|
|
8698
|
-
export interface DeleteResourcesParams1 {
|
|
8213
|
+
export interface DeleteResourcesParams6 {
|
|
8699
8214
|
/** Resource names. */
|
|
8700
8215
|
names?: string[];
|
|
8701
8216
|
}
|
|
@@ -8745,63 +8260,17 @@ export interface DeleteTableDataParams {
|
|
|
8745
8260
|
/** Name of the table. */
|
|
8746
8261
|
name: string;
|
|
8747
8262
|
}
|
|
8748
|
-
export interface GetUniqueDataRowsParams {
|
|
8749
|
-
/** Name of the column to return unique values. */
|
|
8750
|
-
uniqueColumn?: string;
|
|
8751
|
-
/** A list of result columns. If no columns specifies returns all of columns of the table. */
|
|
8752
|
-
resultColumns?: string[];
|
|
8753
|
-
/** Name of the table. */
|
|
8754
|
-
name: string;
|
|
8755
|
-
}
|
|
8756
8263
|
export interface MapTableParams {
|
|
8757
8264
|
/** Name of the remote data provider. Allows to map table from foreign db. */
|
|
8758
8265
|
dataProvider?: string;
|
|
8759
8266
|
/** Type of the resource. Default type os Table. */
|
|
8760
8267
|
type?: string;
|
|
8761
8268
|
}
|
|
8762
|
-
export interface SetPreviewInput {
|
|
8763
|
-
/** @format binary */
|
|
8764
|
-
file?: File;
|
|
8765
|
-
}
|
|
8766
|
-
export interface GetAllParams {
|
|
8767
|
-
/** Text filter. */
|
|
8768
|
-
filter?: string;
|
|
8769
|
-
/**
|
|
8770
|
-
* Skip objects amount.
|
|
8771
|
-
* @format int32
|
|
8772
|
-
*/
|
|
8773
|
-
offset?: number;
|
|
8774
|
-
/**
|
|
8775
|
-
* Limit objects in response.
|
|
8776
|
-
* @format int32
|
|
8777
|
-
*/
|
|
8778
|
-
limit?: number;
|
|
8779
|
-
}
|
|
8780
|
-
export interface SearchResultDcGetSearchResultParams {
|
|
8781
|
-
/** Results filter. */
|
|
8782
|
-
filter?: string;
|
|
8783
|
-
/**
|
|
8784
|
-
* Offset result objects.
|
|
8785
|
-
* @format int32
|
|
8786
|
-
*/
|
|
8787
|
-
offset?: number;
|
|
8788
|
-
/**
|
|
8789
|
-
* Limit of result objects.
|
|
8790
|
-
* @format int32
|
|
8791
|
-
*/
|
|
8792
|
-
limit?: number;
|
|
8793
|
-
/** Task id. */
|
|
8794
|
-
taskId: string;
|
|
8795
|
-
/** Name of the layer. */
|
|
8796
|
-
layerName: string;
|
|
8797
|
-
}
|
|
8798
8269
|
export interface GetVectorTileParams {
|
|
8799
8270
|
/** Include all feature attributes. */
|
|
8800
8271
|
withAttributes?: boolean;
|
|
8801
8272
|
/** Condition. */
|
|
8802
8273
|
condition?: string;
|
|
8803
|
-
/** True if name is project name, otherwise false. */
|
|
8804
|
-
isProject?: boolean;
|
|
8805
8274
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
8806
8275
|
dataFilterId?: string;
|
|
8807
8276
|
/** Project or layer name. */
|
|
@@ -8852,7 +8321,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8852
8321
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8853
8322
|
AcceptFormats?: string[];
|
|
8854
8323
|
}
|
|
8855
|
-
export interface
|
|
8324
|
+
export interface GetCapabilitiesParams3 {
|
|
8856
8325
|
/** Output format of service metadata. */
|
|
8857
8326
|
Format?: string;
|
|
8858
8327
|
/** Must be WMS. */
|