@evergis/api 3.0.69 → 3.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__generated__/FeedbackService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +289 -5
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -16,7 +16,7 @@ export declare class FeedbackService extends Service {
|
|
|
16
16
|
* @request POST:/feedback/limits
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
|
-
increaseResourcesLimit(query: IncreaseResourcesLimitParams): Promise<
|
|
19
|
+
increaseResourcesLimit(query: IncreaseResourcesLimitParams): Promise<string[]>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -27,5 +27,5 @@ export declare class FeedbackService extends Service {
|
|
|
27
27
|
* @request POST:/feedback/symbol
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
|
-
moreSymbols(query: MoreSymbolsParams): Promise<
|
|
30
|
+
moreSymbols(query: MoreSymbolsParams): Promise<string[]>;
|
|
31
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload, DeleteResourcesParams8, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, IListResponse, ListResponseProjectInfoDc, ResourceDependenciesDc, ResourceInfoDc, ServiceInfoDc, SetPermissionsBatchBody, SetPermissionsBody, SetPreviewBody, SharedProjectInfoDc, UpdateProjectPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -82,7 +82,7 @@ export declare class ProjectsService extends Service {
|
|
|
82
82
|
* @request DELETE:/projects
|
|
83
83
|
* @response `200` Success
|
|
84
84
|
*/
|
|
85
|
-
deleteResources(query:
|
|
85
|
+
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
86
86
|
/**
|
|
87
87
|
* No description
|
|
88
88
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams6, PositionDc, StatisticParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -27,5 +27,5 @@ export declare class StatisticService extends Service {
|
|
|
27
27
|
* @request GET:/classify
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
|
-
classify(query:
|
|
30
|
+
classify(query: ClassifyParams6): Promise<ClassifyDc>;
|
|
31
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams2, DeleteTableDataParams, FileUploadResponse, GetTableDataParams, GetTableListParams, GetUniqueDataRowsParams, IListResponse, ListResponseIEnumerable1, MapRemoteTableParams, MapRemoteTablePayload, MapTableParams, MapTablePayload, MapViewParams, MapViewPayload, ResourceDependenciesDc, SetPermissionsBatchInput, SetPermissionsInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTablePayload, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams7, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -16,7 +16,7 @@ export declare class WmsServerService extends Service {
|
|
|
16
16
|
* @request GET:/wms#REQUEST=GetCapabilities
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -463,6 +463,17 @@ export interface BatchResourcesAclDc {
|
|
|
463
463
|
/** A set of projects acl. */
|
|
464
464
|
projects?: ResourceAclDc[];
|
|
465
465
|
}
|
|
466
|
+
/**
|
|
467
|
+
* Provides bulk request to manage catalog resources.
|
|
468
|
+
*/
|
|
469
|
+
export interface BatchResourcesCatalogDc {
|
|
470
|
+
/** List of layers. */
|
|
471
|
+
layers?: CatalogResourceDc[];
|
|
472
|
+
/** List of tables. */
|
|
473
|
+
tables?: CatalogResourceDc[];
|
|
474
|
+
/** List of projects. */
|
|
475
|
+
projects?: CatalogResourceDc[];
|
|
476
|
+
}
|
|
466
477
|
/**
|
|
467
478
|
* The class describes data contract of bookmark at the map.
|
|
468
479
|
*/
|
|
@@ -525,6 +536,15 @@ export interface CalculatedParameterDc {
|
|
|
525
536
|
/** @format double */
|
|
526
537
|
defaultValue?: number;
|
|
527
538
|
}
|
|
539
|
+
/**
|
|
540
|
+
* Provides catalog resources with users.
|
|
541
|
+
*/
|
|
542
|
+
export interface CatalogResourceDc {
|
|
543
|
+
/** Name of the resource to add. */
|
|
544
|
+
objectName: string;
|
|
545
|
+
/** Users list. */
|
|
546
|
+
users: string[];
|
|
547
|
+
}
|
|
528
548
|
/**
|
|
529
549
|
* The symbol that draws a feature as a circle.
|
|
530
550
|
*/
|
|
@@ -577,10 +597,22 @@ export declare enum ClassificationType {
|
|
|
577
597
|
*/
|
|
578
598
|
export interface ClassifyDc {
|
|
579
599
|
/** Classification result. */
|
|
580
|
-
classifyResult:
|
|
600
|
+
classifyResult: ClassifyResultObject[];
|
|
581
601
|
/** Type. */
|
|
582
602
|
type: string;
|
|
583
603
|
}
|
|
604
|
+
/**
|
|
605
|
+
* Classification result.
|
|
606
|
+
*/
|
|
607
|
+
export interface ClassifyResultObject {
|
|
608
|
+
/** Value. */
|
|
609
|
+
value?: any;
|
|
610
|
+
/**
|
|
611
|
+
* Count.
|
|
612
|
+
* @format int32
|
|
613
|
+
*/
|
|
614
|
+
count?: number;
|
|
615
|
+
}
|
|
584
616
|
/**
|
|
585
617
|
* Description of a table column.
|
|
586
618
|
*/
|
|
@@ -924,6 +956,39 @@ export interface CreateUserDc {
|
|
|
924
956
|
/** Phone number. */
|
|
925
957
|
phone?: string;
|
|
926
958
|
}
|
|
959
|
+
/**
|
|
960
|
+
* Description of the temp file as a task data storage.
|
|
961
|
+
*/
|
|
962
|
+
export interface CsvStaticTaskDataStorageDc {
|
|
963
|
+
/**
|
|
964
|
+
* Attribute name row number.
|
|
965
|
+
* @format int32
|
|
966
|
+
*/
|
|
967
|
+
attributeNameRowNumber?: number;
|
|
968
|
+
/** If set true - second row will be read as alias row. */
|
|
969
|
+
containsAliasRow?: boolean;
|
|
970
|
+
/**
|
|
971
|
+
* First data row number.
|
|
972
|
+
* @format int32
|
|
973
|
+
*/
|
|
974
|
+
firstDataRowNumber?: number;
|
|
975
|
+
/** Coord source fields. */
|
|
976
|
+
coordSourceFields: string[];
|
|
977
|
+
/** CSV column delimiter. */
|
|
978
|
+
columnDelimiter?: string;
|
|
979
|
+
/**
|
|
980
|
+
* Spatial reference.
|
|
981
|
+
* @format int32
|
|
982
|
+
*/
|
|
983
|
+
spatialReference?: number;
|
|
984
|
+
/** Export geometry as Wkt. */
|
|
985
|
+
isWkt?: boolean;
|
|
986
|
+
type?: string;
|
|
987
|
+
/** The id of the file in the temporary session static storage. */
|
|
988
|
+
fileName: string;
|
|
989
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
990
|
+
layerName?: string;
|
|
991
|
+
}
|
|
927
992
|
/**
|
|
928
993
|
* Describes stroked dashed brush.
|
|
929
994
|
*/
|
|
@@ -1180,6 +1245,40 @@ export declare enum ErrorType {
|
|
|
1180
1245
|
EmailNotChanged = "EmailNotChanged",
|
|
1181
1246
|
EmailNotSet = "EmailNotSet"
|
|
1182
1247
|
}
|
|
1248
|
+
/**
|
|
1249
|
+
* Description of the temp file as a task data storage.
|
|
1250
|
+
*/
|
|
1251
|
+
export interface ExcelStaticTaskDataStorageDc {
|
|
1252
|
+
/**
|
|
1253
|
+
* Attribute name row number.
|
|
1254
|
+
* @format int32
|
|
1255
|
+
*/
|
|
1256
|
+
attributeNameRowNumber?: number;
|
|
1257
|
+
/**
|
|
1258
|
+
* Alias row number.
|
|
1259
|
+
* @format int32
|
|
1260
|
+
*/
|
|
1261
|
+
aliasRowNumber?: number;
|
|
1262
|
+
/**
|
|
1263
|
+
* First data row number.
|
|
1264
|
+
* @format int32
|
|
1265
|
+
*/
|
|
1266
|
+
firstDataRowNumber?: number;
|
|
1267
|
+
/** Coord source fields. */
|
|
1268
|
+
coordSourceFields: string[];
|
|
1269
|
+
/**
|
|
1270
|
+
* Spatial reference.
|
|
1271
|
+
* @format int32
|
|
1272
|
+
*/
|
|
1273
|
+
spatialReference: number;
|
|
1274
|
+
/** Export geometry as Wkt. */
|
|
1275
|
+
isWkt?: boolean;
|
|
1276
|
+
type?: string;
|
|
1277
|
+
/** The id of the file in the temporary session static storage. */
|
|
1278
|
+
fileName: string;
|
|
1279
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
1280
|
+
layerName?: string;
|
|
1281
|
+
}
|
|
1183
1282
|
/**
|
|
1184
1283
|
* Result of the eql expression validation.
|
|
1185
1284
|
*/
|
|
@@ -2010,6 +2109,49 @@ export interface ImportLayerDataSchema {
|
|
|
2010
2109
|
/** Schema of a inner layers. */
|
|
2011
2110
|
children?: ImportLayerDataSchema[];
|
|
2012
2111
|
}
|
|
2112
|
+
/**
|
|
2113
|
+
* The description of the temporary features list as a server task data storage.
|
|
2114
|
+
*/
|
|
2115
|
+
export interface InMemoryTaskDataStorageDc {
|
|
2116
|
+
type?: string;
|
|
2117
|
+
/** List of features to save in storage. */
|
|
2118
|
+
features: FeatureDc[];
|
|
2119
|
+
/** The name of the attribute that is used to uniquely identify a feature in the layer. */
|
|
2120
|
+
idAttribute: string;
|
|
2121
|
+
/** The name of the attribute that is used for assigning geometry value for the feature. */
|
|
2122
|
+
geometryAttribute: string;
|
|
2123
|
+
/**
|
|
2124
|
+
*
|
|
2125
|
+
*
|
|
2126
|
+
* unknown
|
|
2127
|
+
*
|
|
2128
|
+
* point
|
|
2129
|
+
*
|
|
2130
|
+
* polyline
|
|
2131
|
+
*
|
|
2132
|
+
* polygon
|
|
2133
|
+
*
|
|
2134
|
+
* envelope
|
|
2135
|
+
*
|
|
2136
|
+
* multipoint
|
|
2137
|
+
*/
|
|
2138
|
+
geometryType: GeometryType;
|
|
2139
|
+
/**
|
|
2140
|
+
* The spatial reference of the layer.
|
|
2141
|
+
* @format int32
|
|
2142
|
+
*/
|
|
2143
|
+
spatialReference?: number;
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* Description of the temp file as a task data storage.
|
|
2147
|
+
*/
|
|
2148
|
+
export interface KmlStaticTaskDataStorageDc {
|
|
2149
|
+
type?: string;
|
|
2150
|
+
/** The id of the file in the temporary session static storage. */
|
|
2151
|
+
fileName: string;
|
|
2152
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
2153
|
+
layerName?: string;
|
|
2154
|
+
}
|
|
2013
2155
|
/**
|
|
2014
2156
|
* Base class for labels.
|
|
2015
2157
|
*/
|
|
@@ -2243,6 +2385,50 @@ export interface LegendLayerDc {
|
|
|
2243
2385
|
/** Legend layer attributes. */
|
|
2244
2386
|
attributes?: LegendLayerAttributeDc[];
|
|
2245
2387
|
}
|
|
2388
|
+
/**
|
|
2389
|
+
* Legend template model data contract.
|
|
2390
|
+
*/
|
|
2391
|
+
export interface LegendTemplateModelDc {
|
|
2392
|
+
/** Gets or sets layers for printing. */
|
|
2393
|
+
layers?: LayerModelDc[];
|
|
2394
|
+
/** Check if legend enabled. */
|
|
2395
|
+
legendEnabled?: boolean;
|
|
2396
|
+
/**
|
|
2397
|
+
* Legend layers from client.
|
|
2398
|
+
* Set null for using serverSide generated legend.
|
|
2399
|
+
*/
|
|
2400
|
+
legendLayers?: LegendLayerDc[];
|
|
2401
|
+
type?: string;
|
|
2402
|
+
/** The name of the result file. */
|
|
2403
|
+
fileName?: string;
|
|
2404
|
+
/** File Format. */
|
|
2405
|
+
fileFormat?: string;
|
|
2406
|
+
/** Gets or sets template name. */
|
|
2407
|
+
templateName?: string;
|
|
2408
|
+
/** Gets or sets template title. */
|
|
2409
|
+
title?: string;
|
|
2410
|
+
/**
|
|
2411
|
+
* Gets or sets paper width.
|
|
2412
|
+
* @format int32
|
|
2413
|
+
*/
|
|
2414
|
+
paperWidth?: number;
|
|
2415
|
+
/**
|
|
2416
|
+
* Gets or sets paper height.
|
|
2417
|
+
* @format int32
|
|
2418
|
+
*/
|
|
2419
|
+
paperHeight?: number;
|
|
2420
|
+
/**
|
|
2421
|
+
* Gets or sets dpi.
|
|
2422
|
+
* @format int32
|
|
2423
|
+
*/
|
|
2424
|
+
dpi?: number;
|
|
2425
|
+
/** Gets or sets paper margin. */
|
|
2426
|
+
margin?: number[];
|
|
2427
|
+
/** Localization of map. */
|
|
2428
|
+
localization?: TemplateLocalizationDc;
|
|
2429
|
+
/** Checks if title enabled. */
|
|
2430
|
+
titleEnabled?: boolean;
|
|
2431
|
+
}
|
|
2246
2432
|
/**
|
|
2247
2433
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
2248
2434
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
@@ -2787,6 +2973,50 @@ export interface PolyDc {
|
|
|
2787
2973
|
*/
|
|
2788
2974
|
sr?: number;
|
|
2789
2975
|
}
|
|
2976
|
+
/**
|
|
2977
|
+
* Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
|
|
2978
|
+
*/
|
|
2979
|
+
export interface PolygonCenterLabelSymbolDc {
|
|
2980
|
+
/** Is sets true label center fixed and not accept envelope. */
|
|
2981
|
+
fixCenter?: boolean;
|
|
2982
|
+
type?: string;
|
|
2983
|
+
/** Label text format. */
|
|
2984
|
+
fieldFormat?: string;
|
|
2985
|
+
/** Label text font family. */
|
|
2986
|
+
fontFamily?: string;
|
|
2987
|
+
/** Sets whether font should be styled. */
|
|
2988
|
+
fontStyle?: FontStyle;
|
|
2989
|
+
/** Specifies the weight (or boldness) of the font. */
|
|
2990
|
+
fontWeight?: FontWeight;
|
|
2991
|
+
/**
|
|
2992
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
2993
|
+
* as an object with a "type" parameter specified.
|
|
2994
|
+
*/
|
|
2995
|
+
fontColor?: ParameterDcColor;
|
|
2996
|
+
/**
|
|
2997
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
2998
|
+
* as an object with a "type" parameter specified.
|
|
2999
|
+
*/
|
|
3000
|
+
fontSize?: ParameterDcDouble;
|
|
3001
|
+
/** Sets the horizontal alignment of text. */
|
|
3002
|
+
horizontalAlignment?: TextAlignment;
|
|
3003
|
+
/** Sets the vertical alignment of text. */
|
|
3004
|
+
verticalAlignment?: TextVerticalAlignment;
|
|
3005
|
+
/**
|
|
3006
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
3007
|
+
* as an object with a "type" parameter specified.
|
|
3008
|
+
*/
|
|
3009
|
+
haloColor?: ParameterDcColor;
|
|
3010
|
+
/**
|
|
3011
|
+
* Width of label stroke (halo).
|
|
3012
|
+
* @format float
|
|
3013
|
+
*/
|
|
3014
|
+
haloWidth?: number;
|
|
3015
|
+
/** Offset of the label center from the geographic point. */
|
|
3016
|
+
offset?: ParameterDcDouble[];
|
|
3017
|
+
/** Specifies text background. */
|
|
3018
|
+
textBackground?: TextBackgroundDc;
|
|
3019
|
+
}
|
|
2790
3020
|
/**
|
|
2791
3021
|
* Polygon geometry object definition.
|
|
2792
3022
|
*/
|
|
@@ -4255,6 +4485,16 @@ export interface SquarePointSymbolDc {
|
|
|
4255
4485
|
/** Offset of the square center from the geographic point. */
|
|
4256
4486
|
offset?: ParameterDcDouble[];
|
|
4257
4487
|
}
|
|
4488
|
+
/**
|
|
4489
|
+
* Description of the temp file as a task data storage.
|
|
4490
|
+
*/
|
|
4491
|
+
export interface StaticTaskDataStorageDc {
|
|
4492
|
+
/** The id of the file in the temporary session static storage. */
|
|
4493
|
+
fileName: string;
|
|
4494
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
4495
|
+
layerName?: string;
|
|
4496
|
+
type?: string;
|
|
4497
|
+
}
|
|
4258
4498
|
/**
|
|
4259
4499
|
* Describes statistics methods.
|
|
4260
4500
|
|
|
@@ -4290,6 +4530,32 @@ export declare enum StatisticsType {
|
|
|
4290
4530
|
FirstLast = "firstLast",
|
|
4291
4531
|
StandardDeviation = "standardDeviation"
|
|
4292
4532
|
}
|
|
4533
|
+
/**
|
|
4534
|
+
* The result of a server task step execution.
|
|
4535
|
+
*/
|
|
4536
|
+
export interface StepResultDc {
|
|
4537
|
+
stepName?: string;
|
|
4538
|
+
inputSource?: string;
|
|
4539
|
+
outSource?: string;
|
|
4540
|
+
/** @format date-time */
|
|
4541
|
+
startedTime?: string;
|
|
4542
|
+
/** @format date-time */
|
|
4543
|
+
endedTime?: string;
|
|
4544
|
+
batchErrors?: string[];
|
|
4545
|
+
/** @format int32 */
|
|
4546
|
+
batchCount?: number;
|
|
4547
|
+
/** @format int64 */
|
|
4548
|
+
inputObjectCount?: number;
|
|
4549
|
+
/** @format int64 */
|
|
4550
|
+
errorCount?: number;
|
|
4551
|
+
/** @format int64 */
|
|
4552
|
+
outputObjectCount?: number;
|
|
4553
|
+
/**
|
|
4554
|
+
* Some task batches may choose to report additional details about the execution process and result. These
|
|
4555
|
+
* details are written in the format: { "Value description": int_value }.
|
|
4556
|
+
*/
|
|
4557
|
+
resultDetails?: Record<string, number | null>;
|
|
4558
|
+
}
|
|
4293
4559
|
/**
|
|
4294
4560
|
* The `StringSubType` provides information about string attribute subtype.
|
|
4295
4561
|
|
|
@@ -4484,6 +4750,14 @@ export interface TableReferenceConfigurationDc {
|
|
|
4484
4750
|
/** Child related tables configurations. */
|
|
4485
4751
|
tableReferences?: TableReferenceConfigurationDc[];
|
|
4486
4752
|
}
|
|
4753
|
+
/**
|
|
4754
|
+
* Data storage that allows accessing features directly from the tables.
|
|
4755
|
+
*/
|
|
4756
|
+
export interface TableTaskDataStorageDc {
|
|
4757
|
+
/** Full name of the table (including namespace if any). */
|
|
4758
|
+
tableName: string;
|
|
4759
|
+
type?: string;
|
|
4760
|
+
}
|
|
4487
4761
|
/**
|
|
4488
4762
|
* Detailed information about a server task.
|
|
4489
4763
|
*/
|
|
@@ -4839,6 +5113,16 @@ export interface TileServiceInfoDc {
|
|
|
4839
5113
|
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
4840
5114
|
icon?: string;
|
|
4841
5115
|
}
|
|
5116
|
+
/**
|
|
5117
|
+
* The description of the tile feature layer service as a server task data storage.
|
|
5118
|
+
*/
|
|
5119
|
+
export interface TilingTaskDataStorageDc {
|
|
5120
|
+
/** The name of the tile feature layer service. */
|
|
5121
|
+
serviceName: string;
|
|
5122
|
+
/** If set to true, a new service with the given LayerServiceName will be created before the task is executed. */
|
|
5123
|
+
createNewService?: boolean;
|
|
5124
|
+
type?: string;
|
|
5125
|
+
}
|
|
4842
5126
|
/**
|
|
4843
5127
|
* The operation that unites the features in the storage.
|
|
4844
5128
|
*/
|
|
@@ -5905,7 +6189,7 @@ export interface GetProjectsListParams {
|
|
|
5905
6189
|
*/
|
|
5906
6190
|
export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
|
|
5907
6191
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
5908
|
-
export interface
|
|
6192
|
+
export interface DeleteResourcesParams8 {
|
|
5909
6193
|
/** Resource names. */
|
|
5910
6194
|
names?: string[];
|
|
5911
6195
|
}
|
|
@@ -6119,7 +6403,7 @@ export interface StatisticParams {
|
|
|
6119
6403
|
*/
|
|
6120
6404
|
type?: StatisticsType;
|
|
6121
6405
|
}
|
|
6122
|
-
export interface
|
|
6406
|
+
export interface ClassifyParams6 {
|
|
6123
6407
|
/** Layer name. */
|
|
6124
6408
|
layerName?: string;
|
|
6125
6409
|
/** Attribute name. */
|
|
@@ -6194,7 +6478,7 @@ export interface GetTableListParams {
|
|
|
6194
6478
|
*/
|
|
6195
6479
|
export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
|
|
6196
6480
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6197
|
-
export interface
|
|
6481
|
+
export interface DeleteResourcesParams2 {
|
|
6198
6482
|
/** Resource names. */
|
|
6199
6483
|
names?: string[];
|
|
6200
6484
|
}
|
|
@@ -6299,7 +6583,7 @@ export interface GetCapabilitiesParams {
|
|
|
6299
6583
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
6300
6584
|
AcceptFormats?: string[];
|
|
6301
6585
|
}
|
|
6302
|
-
export interface
|
|
6586
|
+
export interface GetCapabilitiesParams7 {
|
|
6303
6587
|
/** Output format of service metadata. */
|
|
6304
6588
|
Format?: string;
|
|
6305
6589
|
/** Must be WMS. */
|