@evergis/api 4.0.4 → 4.0.5
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 +39 -127
- 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 +56 -1
- package/dist/__generated__/TablesService.d.ts +2 -90
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +340 -619
- package/dist/api.cjs.development.js +255 -778
- 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 +268 -782
- package/dist/api.esm.js.map +1 -1
- package/dist/services/FileUpload.d.ts +3 -3
- package/dist/services/Layers.d.ts +3 -5
- package/dist/services/Projects.d.ts +1 -2
- package/dist/services/Tables.d.ts +1 -2
- 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
|
|
|
@@ -1164,168 +1160,6 @@ export declare type CombinedSvgSymbolDc = SymbolDc & {
|
|
|
1164
1160
|
angle?: CalculatedParameterDc | null;
|
|
1165
1161
|
offset?: CalculatedParameterDc[] | null;
|
|
1166
1162
|
};
|
|
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
1163
|
/**
|
|
1330
1164
|
* Composite symbol.
|
|
1331
1165
|
*/
|
|
@@ -1888,6 +1722,8 @@ export interface EqlRequestDc {
|
|
|
1888
1722
|
* @format int32
|
|
1889
1723
|
*/
|
|
1890
1724
|
limit?: number;
|
|
1725
|
+
/** Columns. */
|
|
1726
|
+
columns?: Record<string, string | null>;
|
|
1891
1727
|
/** EQL query parameters. */
|
|
1892
1728
|
parameters?: Record<string, any>;
|
|
1893
1729
|
}
|
|
@@ -2216,7 +2052,7 @@ export interface FailedServiceInfoDc {
|
|
|
2216
2052
|
/** The category of the service. */
|
|
2217
2053
|
categories?: string[];
|
|
2218
2054
|
/** Configuration of the service. */
|
|
2219
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc
|
|
2055
|
+
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
2220
2056
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
2221
2057
|
name: string;
|
|
2222
2058
|
/** Resource alias. */
|
|
@@ -2341,7 +2177,7 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2341
2177
|
/** The category of the service. */
|
|
2342
2178
|
categories?: string[];
|
|
2343
2179
|
/** Configuration of the service. */
|
|
2344
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc
|
|
2180
|
+
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
2345
2181
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
2346
2182
|
name: string;
|
|
2347
2183
|
/** Resource alias. */
|
|
@@ -2445,24 +2281,6 @@ export interface FeaturesListDc {
|
|
|
2445
2281
|
*/
|
|
2446
2282
|
totalCount: number;
|
|
2447
2283
|
}
|
|
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
2284
|
/**
|
|
2467
2285
|
* The result of uploading a file.
|
|
2468
2286
|
*/
|
|
@@ -2943,7 +2761,6 @@ export declare type HexGridSymbolDc = SymbolDc & {
|
|
|
2943
2761
|
aggregations?: Record<string, AggregationFunction>;
|
|
2944
2762
|
};
|
|
2945
2763
|
export declare type IAsyncEnumerableLivePreviewDc = object;
|
|
2946
|
-
export declare type IAsyncEnumerableRouteDataDc = object;
|
|
2947
2764
|
export interface IDatum {
|
|
2948
2765
|
/** @format double */
|
|
2949
2766
|
semimajor?: number;
|
|
@@ -3741,24 +3558,6 @@ export declare type MultipointSymbolDc = SymbolDc & {
|
|
|
3741
3558
|
type?: string | null;
|
|
3742
3559
|
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
3560
|
};
|
|
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
3561
|
/**
|
|
3763
3562
|
* RasterMetaDc.
|
|
3764
3563
|
*/
|
|
@@ -3875,15 +3674,6 @@ export interface PagedListIEnumerable1 {
|
|
|
3875
3674
|
limit?: number;
|
|
3876
3675
|
items?: Record<string, any>[][];
|
|
3877
3676
|
}
|
|
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
3677
|
export interface PagedListProjectInfoDc {
|
|
3888
3678
|
/** @format int64 */
|
|
3889
3679
|
totalCount?: number;
|
|
@@ -3893,23 +3683,23 @@ export interface PagedListProjectInfoDc {
|
|
|
3893
3683
|
limit?: number;
|
|
3894
3684
|
items?: (ProjectInfoDc | ExtendedProjectInfoDc)[];
|
|
3895
3685
|
}
|
|
3896
|
-
export interface
|
|
3686
|
+
export interface PagedListQueryTokenDc {
|
|
3897
3687
|
/** @format int64 */
|
|
3898
3688
|
totalCount?: number;
|
|
3899
3689
|
/** @format int32 */
|
|
3900
3690
|
offset?: number;
|
|
3901
3691
|
/** @format int32 */
|
|
3902
3692
|
limit?: number;
|
|
3903
|
-
items?:
|
|
3693
|
+
items?: QueryTokenDc[];
|
|
3904
3694
|
}
|
|
3905
|
-
export interface
|
|
3695
|
+
export interface PagedListRoleInfoDc {
|
|
3906
3696
|
/** @format int64 */
|
|
3907
3697
|
totalCount?: number;
|
|
3908
3698
|
/** @format int32 */
|
|
3909
3699
|
offset?: number;
|
|
3910
3700
|
/** @format int32 */
|
|
3911
3701
|
limit?: number;
|
|
3912
|
-
items?:
|
|
3702
|
+
items?: RoleInfoDc[];
|
|
3913
3703
|
}
|
|
3914
3704
|
export interface PagedListServiceListItemDc {
|
|
3915
3705
|
/** @format int64 */
|
|
@@ -3947,15 +3737,6 @@ export interface PagedListTableInfoDc {
|
|
|
3947
3737
|
limit?: number;
|
|
3948
3738
|
items?: (TableInfoDc | DetailedTableInfoDc | UpdateTableDc)[];
|
|
3949
3739
|
}
|
|
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
3740
|
export interface PagedListUserInfoDc {
|
|
3960
3741
|
/** @format int64 */
|
|
3961
3742
|
totalCount?: number;
|
|
@@ -4492,7 +4273,7 @@ export interface ProxyServiceInfoDc {
|
|
|
4492
4273
|
/** The category of the service. */
|
|
4493
4274
|
categories?: string[];
|
|
4494
4275
|
/** Configuration of the service. */
|
|
4495
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc
|
|
4276
|
+
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
4496
4277
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4497
4278
|
name: string;
|
|
4498
4279
|
/** Resource alias. */
|
|
@@ -4545,19 +4326,42 @@ export interface ProxyServiceInfoDc {
|
|
|
4545
4326
|
tags?: string[];
|
|
4546
4327
|
}
|
|
4547
4328
|
/**
|
|
4548
|
-
*
|
|
4329
|
+
* Configuration for the python service.
|
|
4549
4330
|
*/
|
|
4550
|
-
export
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4331
|
+
export declare type PythonServiceConfigurationDc = ProxyServiceConfigurationDc & {
|
|
4332
|
+
pythonResourceId?: string | null;
|
|
4333
|
+
layerDefinitionQuery?: PythonServiceMethodDc;
|
|
4334
|
+
featuresQuery?: PythonServiceMethodDc;
|
|
4335
|
+
};
|
|
4336
|
+
/**
|
|
4337
|
+
* Service info for a mapbox service.
|
|
4338
|
+
*/
|
|
4339
|
+
export declare type PythonServiceInfoDc = ProxyServiceInfoDc & object;
|
|
4340
|
+
/**
|
|
4341
|
+
* Description python script method.
|
|
4342
|
+
*/
|
|
4343
|
+
export interface PythonServiceMethodDc {
|
|
4344
|
+
/** Python script file name. */
|
|
4345
|
+
scriptFile?: string;
|
|
4346
|
+
/** Python script method name. */
|
|
4347
|
+
scriptMethod?: string;
|
|
4348
|
+
/** Python script default parameters. */
|
|
4349
|
+
parameters?: any;
|
|
4350
|
+
}
|
|
4351
|
+
/**
|
|
4352
|
+
* TaskMethodConfiguration.
|
|
4353
|
+
*/
|
|
4354
|
+
export interface PythonTaskMethodConfiguration {
|
|
4355
|
+
/** Gets or sets script. */
|
|
4356
|
+
script?: string;
|
|
4357
|
+
/** Gets or sets method. */
|
|
4358
|
+
method?: string;
|
|
4359
|
+
/** Gets or sets description. */
|
|
4558
4360
|
description?: string;
|
|
4559
|
-
/**
|
|
4560
|
-
|
|
4361
|
+
/** Parameters. */
|
|
4362
|
+
parameters?: TaskParameter[];
|
|
4363
|
+
/** TaskReturnType. */
|
|
4364
|
+
return?: TaskReturnType;
|
|
4561
4365
|
}
|
|
4562
4366
|
/**
|
|
4563
4367
|
* Stream quality.
|
|
@@ -4717,7 +4521,7 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4717
4521
|
/** The category of the service. */
|
|
4718
4522
|
categories?: string[];
|
|
4719
4523
|
/** Configuration of the service. */
|
|
4720
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc
|
|
4524
|
+
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
4721
4525
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4722
4526
|
name: string;
|
|
4723
4527
|
/** Resource alias. */
|
|
@@ -4769,6 +4573,17 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4769
4573
|
/** Resource tags. */
|
|
4770
4574
|
tags?: string[];
|
|
4771
4575
|
}
|
|
4576
|
+
export interface QueryTokenDc {
|
|
4577
|
+
username?: string;
|
|
4578
|
+
token?: string;
|
|
4579
|
+
/** @format date-time */
|
|
4580
|
+
dtCreate?: string;
|
|
4581
|
+
/** @format date-time */
|
|
4582
|
+
validBefore?: string;
|
|
4583
|
+
/** @format date-time */
|
|
4584
|
+
revokeDt?: string;
|
|
4585
|
+
isActive?: boolean;
|
|
4586
|
+
}
|
|
4772
4587
|
/**
|
|
4773
4588
|
* Raster band cfg.
|
|
4774
4589
|
*/
|
|
@@ -5179,7 +4994,7 @@ export declare enum ResourceTypeLink {
|
|
|
5179
4994
|
Project = "projects"
|
|
5180
4995
|
}
|
|
5181
4996
|
/**
|
|
5182
|
-
*
|
|
4997
|
+
*
|
|
5183
4998
|
|
|
5184
4999
|
code
|
|
5185
5000
|
|
|
@@ -5372,186 +5187,28 @@ export interface ScaleBarElementDc {
|
|
|
5372
5187
|
enabled?: boolean;
|
|
5373
5188
|
}
|
|
5374
5189
|
/**
|
|
5375
|
-
*
|
|
5190
|
+
* Suggest user information.
|
|
5376
5191
|
*/
|
|
5377
|
-
export interface
|
|
5378
|
-
/**
|
|
5379
|
-
|
|
5380
|
-
/**
|
|
5381
|
-
|
|
5382
|
-
/**
|
|
5383
|
-
|
|
5384
|
-
/** Parameters. */
|
|
5385
|
-
parameters?: ScriptParameter[];
|
|
5386
|
-
/** ScriptReturnType. */
|
|
5387
|
-
return?: ScriptReturnType;
|
|
5388
|
-
/** Script error message. */
|
|
5389
|
-
error?: string;
|
|
5192
|
+
export interface SearchedUserDc {
|
|
5193
|
+
/** Username. */
|
|
5194
|
+
username?: string;
|
|
5195
|
+
/** Own user role. */
|
|
5196
|
+
ownRole?: string;
|
|
5197
|
+
/** Photo. */
|
|
5198
|
+
photo?: string;
|
|
5390
5199
|
}
|
|
5391
5200
|
/**
|
|
5392
|
-
*
|
|
5201
|
+
* General information about the server.
|
|
5393
5202
|
*/
|
|
5394
|
-
export interface
|
|
5395
|
-
/**
|
|
5396
|
-
|
|
5397
|
-
/**
|
|
5398
|
-
|
|
5399
|
-
/**
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
|
|
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
|
|
5522
|
-
*/
|
|
5523
|
-
count?: number;
|
|
5524
|
-
}
|
|
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
|
-
/**
|
|
5533
|
-
* Suggest user information.
|
|
5534
|
-
*/
|
|
5535
|
-
export interface SearchedUserDc {
|
|
5536
|
-
/** Username. */
|
|
5537
|
-
username?: string;
|
|
5538
|
-
/** Own user role. */
|
|
5539
|
-
ownRole?: string;
|
|
5540
|
-
/** Photo. */
|
|
5541
|
-
photo?: string;
|
|
5542
|
-
}
|
|
5543
|
-
/**
|
|
5544
|
-
* General information about the server.
|
|
5545
|
-
*/
|
|
5546
|
-
export interface ServerInfoDc {
|
|
5547
|
-
/** The name of the server. */
|
|
5548
|
-
serverName?: string;
|
|
5549
|
-
/** The name of the running application. */
|
|
5550
|
-
application?: string;
|
|
5551
|
-
/** Version number of the server build. */
|
|
5552
|
-
version?: string;
|
|
5553
|
-
/** Information about the available routing providers. */
|
|
5554
|
-
routingProviders?: RoutingProviderInfoDc[];
|
|
5203
|
+
export interface ServerInfoDc {
|
|
5204
|
+
/** The name of the server. */
|
|
5205
|
+
serverName?: string;
|
|
5206
|
+
/** The name of the running application. */
|
|
5207
|
+
application?: string;
|
|
5208
|
+
/** Version number of the server build. */
|
|
5209
|
+
version?: string;
|
|
5210
|
+
/** Information about the available routing providers. */
|
|
5211
|
+
routingProviders?: RoutingProviderInfoDc[];
|
|
5555
5212
|
/**
|
|
5556
5213
|
* Date and time when the server was started.
|
|
5557
5214
|
* @format date-time
|
|
@@ -5663,7 +5320,7 @@ export declare type ServiceInfoDc = ResourceInfoDc & {
|
|
|
5663
5320
|
geometryType: GeometryType;
|
|
5664
5321
|
objectCount?: number;
|
|
5665
5322
|
categories?: string[] | null;
|
|
5666
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc |
|
|
5323
|
+
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | null;
|
|
5667
5324
|
};
|
|
5668
5325
|
/**
|
|
5669
5326
|
* List of the services in service manager.
|
|
@@ -5914,6 +5571,19 @@ export declare type SolidFillBrushDc = FillBrushDc & {
|
|
|
5914
5571
|
export declare type SolidStrokeBrushDc = StrokeBrushDc & {
|
|
5915
5572
|
type?: string | null;
|
|
5916
5573
|
};
|
|
5574
|
+
/**
|
|
5575
|
+
* SpTaskMethodConfiguration.
|
|
5576
|
+
*/
|
|
5577
|
+
export interface SpTaskMethodConfiguration {
|
|
5578
|
+
/** Gets or sets method. */
|
|
5579
|
+
method?: string;
|
|
5580
|
+
/** Gets or sets description. */
|
|
5581
|
+
description?: string;
|
|
5582
|
+
/** Parameters. */
|
|
5583
|
+
parameters?: TaskParameter[];
|
|
5584
|
+
/** TaskReturnType. */
|
|
5585
|
+
return?: TaskReturnType;
|
|
5586
|
+
}
|
|
5917
5587
|
/**
|
|
5918
5588
|
* Empty square ending.
|
|
5919
5589
|
*/
|
|
@@ -6096,14 +5766,6 @@ export interface StyleDc {
|
|
|
6096
5766
|
/** If set true style will not be rendered. */
|
|
6097
5767
|
disabled?: boolean;
|
|
6098
5768
|
}
|
|
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
5769
|
/**
|
|
6108
5770
|
* SubTaskSettingsDto.
|
|
6109
5771
|
*/
|
|
@@ -6250,15 +5912,6 @@ export declare type TableTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
|
6250
5912
|
tableName: string;
|
|
6251
5913
|
type?: string | null;
|
|
6252
5914
|
};
|
|
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
5915
|
/**
|
|
6263
5916
|
* Tags filter.
|
|
6264
5917
|
*/
|
|
@@ -6271,6 +5924,102 @@ export interface TagsFilterDto {
|
|
|
6271
5924
|
*/
|
|
6272
5925
|
useAnd?: boolean;
|
|
6273
5926
|
}
|
|
5927
|
+
/**
|
|
5928
|
+
* TaskConfiguration.
|
|
5929
|
+
*/
|
|
5930
|
+
export interface TaskConfiguration {
|
|
5931
|
+
/**
|
|
5932
|
+
* TaskPrototypeSubType.
|
|
5933
|
+
*
|
|
5934
|
+
* SpTask
|
|
5935
|
+
*
|
|
5936
|
+
* PythonTask
|
|
5937
|
+
*/
|
|
5938
|
+
taskResourceSubType?: TaskResourceSubType;
|
|
5939
|
+
/** TaskType. */
|
|
5940
|
+
taskType?: string;
|
|
5941
|
+
/** Description. */
|
|
5942
|
+
description?: string;
|
|
5943
|
+
/** ImportMethods. */
|
|
5944
|
+
importMethods?: string[];
|
|
5945
|
+
/** UserConfiguration. */
|
|
5946
|
+
userConfiguration?: TaskMethodConfiguration[];
|
|
5947
|
+
/** DefaultConfiguration. */
|
|
5948
|
+
defaultConfiguration?: TaskMethodConfiguration[];
|
|
5949
|
+
}
|
|
5950
|
+
/**
|
|
5951
|
+
* TaskMethodConfiguration.
|
|
5952
|
+
*/
|
|
5953
|
+
export interface TaskMethodConfiguration {
|
|
5954
|
+
/** Gets or sets description. */
|
|
5955
|
+
description?: string;
|
|
5956
|
+
/** Parameters. */
|
|
5957
|
+
parameters?: TaskParameter[];
|
|
5958
|
+
/** TaskReturnType. */
|
|
5959
|
+
return?: TaskReturnType;
|
|
5960
|
+
}
|
|
5961
|
+
/**
|
|
5962
|
+
* TaskParameter.
|
|
5963
|
+
*/
|
|
5964
|
+
export interface TaskParameter {
|
|
5965
|
+
/** Name. */
|
|
5966
|
+
name?: string;
|
|
5967
|
+
/** Gets or sets description. */
|
|
5968
|
+
description?: string;
|
|
5969
|
+
/**
|
|
5970
|
+
*
|
|
5971
|
+
*
|
|
5972
|
+
* Integer
|
|
5973
|
+
*
|
|
5974
|
+
* Double
|
|
5975
|
+
*
|
|
5976
|
+
* String
|
|
5977
|
+
*
|
|
5978
|
+
* Extent
|
|
5979
|
+
*
|
|
5980
|
+
* Geometry
|
|
5981
|
+
*
|
|
5982
|
+
* IntergerArray
|
|
5983
|
+
*
|
|
5984
|
+
* DoubleArray
|
|
5985
|
+
*
|
|
5986
|
+
* StringArray
|
|
5987
|
+
*
|
|
5988
|
+
* Boolean
|
|
5989
|
+
*
|
|
5990
|
+
* SourceEql
|
|
5991
|
+
*
|
|
5992
|
+
* Layer
|
|
5993
|
+
*
|
|
5994
|
+
* Table
|
|
5995
|
+
*
|
|
5996
|
+
* Folder
|
|
5997
|
+
*
|
|
5998
|
+
* Json
|
|
5999
|
+
*
|
|
6000
|
+
* Expression
|
|
6001
|
+
*
|
|
6002
|
+
* Expressions
|
|
6003
|
+
*/
|
|
6004
|
+
type?: WorkerSettingsFieldType;
|
|
6005
|
+
/** Lookup values. */
|
|
6006
|
+
lookupValues?: Record<string, string | null>;
|
|
6007
|
+
/** Default value. */
|
|
6008
|
+
default?: any;
|
|
6009
|
+
/** TaskParameterRange. */
|
|
6010
|
+
range?: TaskParameterRange;
|
|
6011
|
+
/** Nullable. */
|
|
6012
|
+
nullable?: boolean;
|
|
6013
|
+
}
|
|
6014
|
+
/**
|
|
6015
|
+
* TaskParameterRange.
|
|
6016
|
+
*/
|
|
6017
|
+
export interface TaskParameterRange {
|
|
6018
|
+
/** Name. */
|
|
6019
|
+
min?: any;
|
|
6020
|
+
/** Name. */
|
|
6021
|
+
max?: any;
|
|
6022
|
+
}
|
|
6274
6023
|
/**
|
|
6275
6024
|
* Base class for server tasks descriptions.
|
|
6276
6025
|
*/
|
|
@@ -6312,6 +6061,105 @@ export interface TaskPrototypeDto {
|
|
|
6312
6061
|
/** Schedule. */
|
|
6313
6062
|
schedule?: string;
|
|
6314
6063
|
}
|
|
6064
|
+
/**
|
|
6065
|
+
* TaskPythonResourceUpdateDto.
|
|
6066
|
+
*/
|
|
6067
|
+
export interface TaskPythonResourceUpdateDto {
|
|
6068
|
+
/** Configurations. */
|
|
6069
|
+
configurations?: PythonTaskMethodConfiguration[];
|
|
6070
|
+
}
|
|
6071
|
+
/**
|
|
6072
|
+
* TaskResourceCreateDto.
|
|
6073
|
+
*/
|
|
6074
|
+
export interface TaskResourceCreateDto {
|
|
6075
|
+
/** SystemName. */
|
|
6076
|
+
systemName?: string;
|
|
6077
|
+
/**
|
|
6078
|
+
* TaskPrototypeSubType.
|
|
6079
|
+
*
|
|
6080
|
+
* SpTask
|
|
6081
|
+
*
|
|
6082
|
+
* PythonTask
|
|
6083
|
+
*/
|
|
6084
|
+
subType?: TaskResourceSubType;
|
|
6085
|
+
/** Task type. */
|
|
6086
|
+
taskType?: string;
|
|
6087
|
+
/** Import methods. */
|
|
6088
|
+
importMethods?: string[];
|
|
6089
|
+
/** Name. */
|
|
6090
|
+
name?: string;
|
|
6091
|
+
/** ParentId. */
|
|
6092
|
+
parentId?: string;
|
|
6093
|
+
/** Description. */
|
|
6094
|
+
description?: string;
|
|
6095
|
+
/** Tags. */
|
|
6096
|
+
tags?: string[];
|
|
6097
|
+
}
|
|
6098
|
+
/**
|
|
6099
|
+
* TaskPrototypeSubType.
|
|
6100
|
+
|
|
6101
|
+
SpTask
|
|
6102
|
+
|
|
6103
|
+
PythonTask
|
|
6104
|
+
*/
|
|
6105
|
+
export declare enum TaskResourceSubType {
|
|
6106
|
+
SpTask = "SpTask",
|
|
6107
|
+
PythonTask = "PythonTask"
|
|
6108
|
+
}
|
|
6109
|
+
/**
|
|
6110
|
+
* TaskReturnType.
|
|
6111
|
+
*/
|
|
6112
|
+
export interface TaskReturnType {
|
|
6113
|
+
/** Gets or sets description. */
|
|
6114
|
+
description?: string;
|
|
6115
|
+
/**
|
|
6116
|
+
*
|
|
6117
|
+
*
|
|
6118
|
+
* Integer
|
|
6119
|
+
*
|
|
6120
|
+
* Double
|
|
6121
|
+
*
|
|
6122
|
+
* String
|
|
6123
|
+
*
|
|
6124
|
+
* Extent
|
|
6125
|
+
*
|
|
6126
|
+
* Geometry
|
|
6127
|
+
*
|
|
6128
|
+
* IntergerArray
|
|
6129
|
+
*
|
|
6130
|
+
* DoubleArray
|
|
6131
|
+
*
|
|
6132
|
+
* StringArray
|
|
6133
|
+
*
|
|
6134
|
+
* Boolean
|
|
6135
|
+
*
|
|
6136
|
+
* SourceEql
|
|
6137
|
+
*
|
|
6138
|
+
* Layer
|
|
6139
|
+
*
|
|
6140
|
+
* Table
|
|
6141
|
+
*
|
|
6142
|
+
* Folder
|
|
6143
|
+
*
|
|
6144
|
+
* Json
|
|
6145
|
+
*
|
|
6146
|
+
* Expression
|
|
6147
|
+
*
|
|
6148
|
+
* Expressions
|
|
6149
|
+
*/
|
|
6150
|
+
type?: WorkerSettingsFieldType;
|
|
6151
|
+
/** Name. */
|
|
6152
|
+
default?: any;
|
|
6153
|
+
/** Name. */
|
|
6154
|
+
nullable?: boolean;
|
|
6155
|
+
}
|
|
6156
|
+
/**
|
|
6157
|
+
* TaskSpResourceUpdateDto.
|
|
6158
|
+
*/
|
|
6159
|
+
export interface TaskSpResourceUpdateDto {
|
|
6160
|
+
/** Configurations. */
|
|
6161
|
+
configurations?: SpTaskMethodConfiguration[];
|
|
6162
|
+
}
|
|
6315
6163
|
/**
|
|
6316
6164
|
* Localization contains fields that should be localized on printing template.
|
|
6317
6165
|
*/
|
|
@@ -6460,7 +6308,7 @@ export interface TileCatalogServiceInfoDc {
|
|
|
6460
6308
|
/** The category of the service. */
|
|
6461
6309
|
categories?: string[];
|
|
6462
6310
|
/** Configuration of the service. */
|
|
6463
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc
|
|
6311
|
+
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
6464
6312
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
6465
6313
|
name: string;
|
|
6466
6314
|
/** Resource alias. */
|
|
@@ -6643,7 +6491,7 @@ export interface TileServiceInfoDc {
|
|
|
6643
6491
|
/** The category of the service. */
|
|
6644
6492
|
categories?: string[];
|
|
6645
6493
|
/** Configuration of the service. */
|
|
6646
|
-
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc
|
|
6494
|
+
configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | PythonServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc;
|
|
6647
6495
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
6648
6496
|
name: string;
|
|
6649
6497
|
/** Resource alias. */
|
|
@@ -6700,9 +6548,7 @@ export interface TileServiceInfoDc {
|
|
|
6700
6548
|
*/
|
|
6701
6549
|
export interface TokenRequestDc {
|
|
6702
6550
|
/**
|
|
6703
|
-
*
|
|
6704
|
-
* owner's authorization (to access its protected resources) used by the
|
|
6705
|
-
* client to obtain an access token.
|
|
6551
|
+
*
|
|
6706
6552
|
*
|
|
6707
6553
|
* authorization_code
|
|
6708
6554
|
*
|
|
@@ -7725,7 +7571,6 @@ export interface GetLayersListParams {
|
|
|
7725
7571
|
/** ACL in string format `role:permissions;role:permissions`. */
|
|
7726
7572
|
acl?: string;
|
|
7727
7573
|
}
|
|
7728
|
-
export declare type SetPermissionsBatchPayload = ResourceAclDc[];
|
|
7729
7574
|
export interface DeleteResourcesParams {
|
|
7730
7575
|
/** Resource names. */
|
|
7731
7576
|
names?: string[];
|
|
@@ -7739,11 +7584,11 @@ export interface GetLayersInfoParams {
|
|
|
7739
7584
|
/**
|
|
7740
7585
|
* Configuration for the proxy service.
|
|
7741
7586
|
*/
|
|
7742
|
-
export declare type PublishProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
|
|
7587
|
+
export declare type PublishProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc | PythonServiceConfigurationDc;
|
|
7743
7588
|
/**
|
|
7744
7589
|
* Configuration for the proxy service.
|
|
7745
7590
|
*/
|
|
7746
|
-
export declare type UpdateProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
|
|
7591
|
+
export declare type UpdateProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc | PythonServiceConfigurationDc;
|
|
7747
7592
|
export interface GetFeatures1Params {
|
|
7748
7593
|
/** Click geometry. */
|
|
7749
7594
|
ewktGeometry?: string;
|
|
@@ -7886,7 +7731,7 @@ export interface GetTilesLayerImageParams {
|
|
|
7886
7731
|
*/
|
|
7887
7732
|
z: number;
|
|
7888
7733
|
}
|
|
7889
|
-
export interface
|
|
7734
|
+
export interface GetTilesLayerImage1Params {
|
|
7890
7735
|
/** Tile sets to render. */
|
|
7891
7736
|
ids?: number[];
|
|
7892
7737
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
@@ -7911,11 +7756,43 @@ export interface GetTilesLayerImageWithFormatParams {
|
|
|
7911
7756
|
/** Specifies the format of the returned tile. */
|
|
7912
7757
|
format: string;
|
|
7913
7758
|
}
|
|
7759
|
+
export interface GetTilesLayerImageWithFormatAndDpiParams {
|
|
7760
|
+
/** Tile sets to render. */
|
|
7761
|
+
ids?: number[];
|
|
7762
|
+
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
7763
|
+
dataFilterId?: string;
|
|
7764
|
+
/** Full name of the layer. */
|
|
7765
|
+
name: string;
|
|
7766
|
+
/**
|
|
7767
|
+
* X.
|
|
7768
|
+
* @format int32
|
|
7769
|
+
*/
|
|
7770
|
+
x: number;
|
|
7771
|
+
/**
|
|
7772
|
+
* Y.
|
|
7773
|
+
* @format int32
|
|
7774
|
+
*/
|
|
7775
|
+
y: number;
|
|
7776
|
+
/**
|
|
7777
|
+
* Z.
|
|
7778
|
+
* @format int32
|
|
7779
|
+
*/
|
|
7780
|
+
z: number;
|
|
7781
|
+
/**
|
|
7782
|
+
* Image dpi.
|
|
7783
|
+
* @format float
|
|
7784
|
+
*/
|
|
7785
|
+
dpi: number;
|
|
7786
|
+
/** Specifies the format of the returned tile. */
|
|
7787
|
+
format: string;
|
|
7788
|
+
}
|
|
7914
7789
|
export interface GetLayerImageParams {
|
|
7915
7790
|
/** Extent to render. */
|
|
7916
7791
|
extent?: number[];
|
|
7917
7792
|
/** Image size. */
|
|
7918
7793
|
size?: number[];
|
|
7794
|
+
/** Specifies the format of the returned tile. */
|
|
7795
|
+
format?: string;
|
|
7919
7796
|
/**
|
|
7920
7797
|
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7921
7798
|
* @format int32
|
|
@@ -8173,7 +8050,7 @@ export interface ValidateExpressionParams {
|
|
|
8173
8050
|
/** Layer name. */
|
|
8174
8051
|
layerName: string;
|
|
8175
8052
|
}
|
|
8176
|
-
export interface
|
|
8053
|
+
export interface GetRasterMetaParams2 {
|
|
8177
8054
|
/**
|
|
8178
8055
|
* Min value for build histogram.
|
|
8179
8056
|
* @format double
|
|
@@ -8192,53 +8069,6 @@ export interface GetRasterMetaParams5 {
|
|
|
8192
8069
|
*/
|
|
8193
8070
|
id: number;
|
|
8194
8071
|
}
|
|
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
8072
|
export interface SubscribeOperationParams {
|
|
8243
8073
|
/** Notification tag. */
|
|
8244
8074
|
tag?: string;
|
|
@@ -8291,8 +8121,7 @@ export interface GetProjectsListParams {
|
|
|
8291
8121
|
/** Filter layers by set of tags. */
|
|
8292
8122
|
tags?: string[];
|
|
8293
8123
|
}
|
|
8294
|
-
export
|
|
8295
|
-
export interface DeleteResourcesParams10 {
|
|
8124
|
+
export interface DeleteResourcesParams4 {
|
|
8296
8125
|
/** Resource names. */
|
|
8297
8126
|
names?: string[];
|
|
8298
8127
|
}
|
|
@@ -8309,26 +8138,6 @@ export interface GetProjectEnvelopeParams {
|
|
|
8309
8138
|
/** The name of the project. */
|
|
8310
8139
|
name: string;
|
|
8311
8140
|
}
|
|
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
8141
|
export interface GetAllScriptMethodsParams {
|
|
8333
8142
|
/** ResourceId. */
|
|
8334
8143
|
resourceId?: string;
|
|
@@ -8342,6 +8151,14 @@ export interface RunScriptParams {
|
|
|
8342
8151
|
/** Method name. */
|
|
8343
8152
|
methodName?: string;
|
|
8344
8153
|
}
|
|
8154
|
+
export interface GetTokensListParams {
|
|
8155
|
+
onlyValid?: boolean;
|
|
8156
|
+
/** @format int32 */
|
|
8157
|
+
limit?: number;
|
|
8158
|
+
/** @format int32 */
|
|
8159
|
+
offset?: number;
|
|
8160
|
+
username: string;
|
|
8161
|
+
}
|
|
8345
8162
|
export interface GetTaskPrototypesParams {
|
|
8346
8163
|
/** Username. */
|
|
8347
8164
|
Username?: string;
|
|
@@ -8381,44 +8198,13 @@ export interface GetTasksForPrototypeParams {
|
|
|
8381
8198
|
*/
|
|
8382
8199
|
id: string;
|
|
8383
8200
|
}
|
|
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;
|
|
8201
|
+
export interface GetTaskResourceParams {
|
|
8202
|
+
/** Update default configuration. */
|
|
8203
|
+
updateDefault?: boolean;
|
|
8204
|
+
/** Id. */
|
|
8205
|
+
id: string;
|
|
8421
8206
|
}
|
|
8207
|
+
export declare type CopyResourcesPayload = CopyResourceDc[];
|
|
8422
8208
|
export declare type SetPoliciesPayload = Record<string, PolicyDc[]>;
|
|
8423
8209
|
export interface FindUserByNameByRolesParams {
|
|
8424
8210
|
/** Roles. */
|
|
@@ -8480,34 +8266,6 @@ export interface RemovePolicyParams {
|
|
|
8480
8266
|
/** Use role the policy is applied to. */
|
|
8481
8267
|
role?: string;
|
|
8482
8268
|
}
|
|
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
8269
|
export interface StatisticsDbParams {
|
|
8512
8270
|
/** Layer name. */
|
|
8513
8271
|
name: string;
|
|
@@ -8694,8 +8452,7 @@ export interface GetTableListParams {
|
|
|
8694
8452
|
/** All available permissions list. */
|
|
8695
8453
|
acl?: string;
|
|
8696
8454
|
}
|
|
8697
|
-
export
|
|
8698
|
-
export interface DeleteResourcesParams1 {
|
|
8455
|
+
export interface DeleteResourcesParams7 {
|
|
8699
8456
|
/** Resource names. */
|
|
8700
8457
|
names?: string[];
|
|
8701
8458
|
}
|
|
@@ -8759,42 +8516,6 @@ export interface MapTableParams {
|
|
|
8759
8516
|
/** Type of the resource. Default type os Table. */
|
|
8760
8517
|
type?: string;
|
|
8761
8518
|
}
|
|
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
8519
|
export interface GetVectorTileParams {
|
|
8799
8520
|
/** Include all feature attributes. */
|
|
8800
8521
|
withAttributes?: boolean;
|
|
@@ -8852,7 +8573,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8852
8573
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8853
8574
|
AcceptFormats?: string[];
|
|
8854
8575
|
}
|
|
8855
|
-
export interface
|
|
8576
|
+
export interface GetCapabilitiesParams3 {
|
|
8856
8577
|
/** Output format of service metadata. */
|
|
8857
8578
|
Format?: string;
|
|
8858
8579
|
/** Must be WMS. */
|