@evergis/api 3.0.194 → 3.0.195
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__/CatalogService.d.ts +7 -29
- package/dist/__generated__/LayersService.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 +24 -13
- package/dist/__generated__/TagsService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +92 -95
- package/dist/api.cjs.development.js +59 -57
- 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 +96 -58
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, CatalogResourceDc, CreateDirectoryDc, CreateFilePayload,
|
|
1
|
+
import { AccessControlListDc, CatalogResourceDc, CreateDirectoryDc, CreateFilePayload, GetTagsParams, ListResourcesDto, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, SetPermissionsPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -6,28 +6,6 @@ import { Service } from './Service';
|
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class CatalogService extends Service {
|
|
9
|
-
/**
|
|
10
|
-
* No description
|
|
11
|
-
*
|
|
12
|
-
* @tags Catalog
|
|
13
|
-
* @name GetAll
|
|
14
|
-
* @operationId CatalogController_GetAll
|
|
15
|
-
* @summary Get all resource with given.
|
|
16
|
-
* @request GET:/resources
|
|
17
|
-
* @response `200` OK
|
|
18
|
-
*/
|
|
19
|
-
getAll(query: GetAllParams): Promise<CatalogResourceDc[]>;
|
|
20
|
-
/**
|
|
21
|
-
* No description
|
|
22
|
-
*
|
|
23
|
-
* @tags Catalog
|
|
24
|
-
* @name PostGetAll
|
|
25
|
-
* @operationId CatalogController_PostGetAll
|
|
26
|
-
* @summary Get all resource with given.
|
|
27
|
-
* @request POST:/resources
|
|
28
|
-
* @response `200` OK
|
|
29
|
-
*/
|
|
30
|
-
postGetAll(query: PostGetAllParams, data: ListResourcesDto): Promise<CatalogResourceDc[]>;
|
|
31
9
|
/**
|
|
32
10
|
* No description
|
|
33
11
|
*
|
|
@@ -38,7 +16,7 @@ export declare class CatalogService extends Service {
|
|
|
38
16
|
* @request GET:/resources/tags
|
|
39
17
|
* @response `200` OK
|
|
40
18
|
*/
|
|
41
|
-
getTags(query: GetTagsParams): Promise<
|
|
19
|
+
getTags(query: GetTagsParams): Promise<PagedTagsListDc>;
|
|
42
20
|
/**
|
|
43
21
|
* No description
|
|
44
22
|
*
|
|
@@ -54,13 +32,13 @@ export declare class CatalogService extends Service {
|
|
|
54
32
|
* No description
|
|
55
33
|
*
|
|
56
34
|
* @tags Catalog
|
|
57
|
-
* @name
|
|
58
|
-
* @operationId
|
|
59
|
-
* @summary
|
|
60
|
-
* @request POST:/resources
|
|
35
|
+
* @name PostGetAll
|
|
36
|
+
* @operationId CatalogController_PostGetAll
|
|
37
|
+
* @summary Get all resource with given.
|
|
38
|
+
* @request POST:/resources
|
|
61
39
|
* @response `200` OK
|
|
62
40
|
*/
|
|
63
|
-
|
|
41
|
+
postGetAll(query: PostGetAllParams, data: ListResourcesDto): Promise<PagedResourcesListDc>;
|
|
64
42
|
/**
|
|
65
43
|
* No description
|
|
66
44
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams,
|
|
1
|
+
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams10, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -589,7 +589,7 @@ export declare class LayersService extends Service {
|
|
|
589
589
|
* @request GET:/layers/{name}/{id}/metadata
|
|
590
590
|
* @response `200` OK
|
|
591
591
|
*/
|
|
592
|
-
getRasterMeta({ name, id, ...query }:
|
|
592
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams10): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
593
593
|
/**
|
|
594
594
|
* No description
|
|
595
595
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams8, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } 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 ProjectsService extends Service {
|
|
|
49
49
|
* @request DELETE:/projects
|
|
50
50
|
* @response `200` OK
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams10, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -38,7 +38,7 @@ export declare class StatisticService extends Service {
|
|
|
38
38
|
* @request GET:/statistics/classify
|
|
39
39
|
* @response `200` OK
|
|
40
40
|
*/
|
|
41
|
-
classify(query:
|
|
41
|
+
classify(query: ClassifyParams10): Promise<ClassifyDc>;
|
|
42
42
|
/**
|
|
43
43
|
* No description
|
|
44
44
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryLayerDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,18 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` OK
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
53
|
-
/**
|
|
54
|
-
* No description
|
|
55
|
-
*
|
|
56
|
-
* @tags Tables
|
|
57
|
-
* @name CreateViewFromQueryLayer
|
|
58
|
-
* @operationId TablesController_CreateViewFromQueryLayer
|
|
59
|
-
* @summary Creates a new view from query layer.
|
|
60
|
-
* @request POST:/tables/fromLayer
|
|
61
|
-
* @response `200` OK
|
|
62
|
-
*/
|
|
63
|
-
createViewFromQueryLayer(data: CreateViewFromQueryLayerDc): Promise<DetailedTableInfoDc>;
|
|
52
|
+
deleteResources(query: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
|
|
64
53
|
/**
|
|
65
54
|
* No description
|
|
66
55
|
*
|
|
@@ -193,6 +182,28 @@ export declare class TablesService extends Service {
|
|
|
193
182
|
* @response `200` OK
|
|
194
183
|
*/
|
|
195
184
|
unmapTable(name: string): Promise<void>;
|
|
185
|
+
/**
|
|
186
|
+
* No description
|
|
187
|
+
*
|
|
188
|
+
* @tags Tables
|
|
189
|
+
* @name CreateViewFromQueryLayer
|
|
190
|
+
* @operationId TablesController_CreateViewFromQueryLayer
|
|
191
|
+
* @summary Creates a new view from query layer.
|
|
192
|
+
* @request POST:/tables/fromLayer
|
|
193
|
+
* @response `200` OK
|
|
194
|
+
*/
|
|
195
|
+
createViewFromQueryLayer(data: CreateViewFromQueryLayerDc): Promise<DetailedTableInfoDc>;
|
|
196
|
+
/**
|
|
197
|
+
* No description
|
|
198
|
+
*
|
|
199
|
+
* @tags Tables
|
|
200
|
+
* @name CreateViewFromQuery
|
|
201
|
+
* @operationId TablesController_CreateViewFromQuery
|
|
202
|
+
* @summary Creates a new view from query.
|
|
203
|
+
* @request POST:/tables/fromQuery
|
|
204
|
+
* @response `200` OK
|
|
205
|
+
*/
|
|
206
|
+
createViewFromQuery(data: CreateViewFromQueryDc): Promise<DetailedTableInfoDc>;
|
|
196
207
|
/**
|
|
197
208
|
* No description
|
|
198
209
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GetAllParams, PagedListTagInfoDc } 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 TagsService extends Service {
|
|
|
16
16
|
* @request GET:/tags
|
|
17
17
|
* @response `200` OK
|
|
18
18
|
*/
|
|
19
|
-
getAll(query:
|
|
19
|
+
getAll(query: GetAllParams): Promise<PagedListTagInfoDc>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams5, 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` OK
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams5): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -1513,6 +1513,19 @@ export interface CreateUserDc {
|
|
|
1513
1513
|
/** Phone number. */
|
|
1514
1514
|
phone?: string;
|
|
1515
1515
|
}
|
|
1516
|
+
/**
|
|
1517
|
+
* Create view from query layer data contract.
|
|
1518
|
+
*/
|
|
1519
|
+
export interface CreateViewFromQueryDc {
|
|
1520
|
+
/** Is view materialized. */
|
|
1521
|
+
isMaterialized?: boolean;
|
|
1522
|
+
/** Layer name. */
|
|
1523
|
+
eql?: string;
|
|
1524
|
+
/** View name. */
|
|
1525
|
+
viewName?: string;
|
|
1526
|
+
/** EQL query parameters. */
|
|
1527
|
+
parameters?: Record<string, any>;
|
|
1528
|
+
}
|
|
1516
1529
|
/**
|
|
1517
1530
|
* Create view from query layer data contract.
|
|
1518
1531
|
*/
|
|
@@ -2454,6 +2467,8 @@ export interface GetBulkFeaturesParametersDc {
|
|
|
2454
2467
|
query?: string;
|
|
2455
2468
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
2456
2469
|
dataFilterId?: string;
|
|
2470
|
+
/** Click geometry. */
|
|
2471
|
+
ewktGeometry?: string;
|
|
2457
2472
|
/**
|
|
2458
2473
|
* Features count have to skip.
|
|
2459
2474
|
* @format int32
|
|
@@ -3211,13 +3226,19 @@ export interface ListResourcesDto {
|
|
|
3211
3226
|
/** Resources types filter. */
|
|
3212
3227
|
resourceTypes?: CatalogResourceType[];
|
|
3213
3228
|
/** Resources subtypes filter. */
|
|
3214
|
-
subtypes?:
|
|
3229
|
+
subtypes?: ResourceSubTypeFilter[];
|
|
3215
3230
|
/** Tags filter. */
|
|
3216
3231
|
tagsFilter?: TagsFilterDto;
|
|
3217
3232
|
/** Order by result. */
|
|
3218
3233
|
orderBy?: string[];
|
|
3219
3234
|
/** System names filter. */
|
|
3220
3235
|
systemNames?: string[];
|
|
3236
|
+
/** Geometry types filter. */
|
|
3237
|
+
geometryTypes?: GeometryType[];
|
|
3238
|
+
/** Resources types filter. */
|
|
3239
|
+
types?: ResourceTypeFilter[];
|
|
3240
|
+
/** Search mode. */
|
|
3241
|
+
searchMode?: boolean;
|
|
3221
3242
|
}
|
|
3222
3243
|
/**
|
|
3223
3244
|
* Configuration for the local tile service.
|
|
@@ -3567,23 +3588,25 @@ export interface PagedListUserInfoDc {
|
|
|
3567
3588
|
* Paged resources list.
|
|
3568
3589
|
*/
|
|
3569
3590
|
export interface PagedResourcesListDc {
|
|
3570
|
-
/**
|
|
3571
|
-
|
|
3572
|
-
/**
|
|
3573
|
-
* Limit.
|
|
3574
|
-
* @format int32
|
|
3575
|
-
*/
|
|
3576
|
-
limit?: number;
|
|
3577
|
-
/**
|
|
3578
|
-
* Offset.
|
|
3579
|
-
* @format int32
|
|
3580
|
-
*/
|
|
3591
|
+
/** @format int64 */
|
|
3592
|
+
totalCount?: number;
|
|
3593
|
+
/** @format int32 */
|
|
3581
3594
|
offset?: number;
|
|
3582
|
-
/**
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3595
|
+
/** @format int32 */
|
|
3596
|
+
limit?: number;
|
|
3597
|
+
items?: CatalogResourceDc[];
|
|
3598
|
+
}
|
|
3599
|
+
/**
|
|
3600
|
+
* Paged resources list.
|
|
3601
|
+
*/
|
|
3602
|
+
export interface PagedTagsListDc {
|
|
3603
|
+
/** @format int64 */
|
|
3586
3604
|
totalCount?: number;
|
|
3605
|
+
/** @format int32 */
|
|
3606
|
+
offset?: number;
|
|
3607
|
+
/** @format int32 */
|
|
3608
|
+
limit?: number;
|
|
3609
|
+
items?: string[];
|
|
3587
3610
|
}
|
|
3588
3611
|
/**
|
|
3589
3612
|
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
@@ -4616,6 +4639,26 @@ export interface ResourceInfoDc {
|
|
|
4616
4639
|
parentId?: string;
|
|
4617
4640
|
}
|
|
4618
4641
|
/**
|
|
4642
|
+
* Resources types filter.
|
|
4643
|
+
|
|
4644
|
+
RemoteTileService
|
|
4645
|
+
|
|
4646
|
+
ProxyService
|
|
4647
|
+
|
|
4648
|
+
PostgresLayerService
|
|
4649
|
+
|
|
4650
|
+
QueryLayerService
|
|
4651
|
+
|
|
4652
|
+
TileCatalogTable
|
|
4653
|
+
*/
|
|
4654
|
+
export declare enum ResourceSubTypeFilter {
|
|
4655
|
+
RemoteTileService = "RemoteTileService",
|
|
4656
|
+
ProxyService = "ProxyService",
|
|
4657
|
+
PostgresLayerService = "PostgresLayerService",
|
|
4658
|
+
QueryLayerService = "QueryLayerService",
|
|
4659
|
+
TileCatalogTable = "TileCatalogTable"
|
|
4660
|
+
}
|
|
4661
|
+
/**
|
|
4619
4662
|
*
|
|
4620
4663
|
|
|
4621
4664
|
Unknown
|
|
@@ -4641,6 +4684,32 @@ export declare enum ResourceType {
|
|
|
4641
4684
|
Feature = "feature",
|
|
4642
4685
|
Tag = "tag"
|
|
4643
4686
|
}
|
|
4687
|
+
/**
|
|
4688
|
+
* Resources types filter.
|
|
4689
|
+
|
|
4690
|
+
Map
|
|
4691
|
+
|
|
4692
|
+
Layer
|
|
4693
|
+
|
|
4694
|
+
Table
|
|
4695
|
+
|
|
4696
|
+
RasterCatalog
|
|
4697
|
+
|
|
4698
|
+
ProxyService
|
|
4699
|
+
|
|
4700
|
+
RemoteTileService
|
|
4701
|
+
|
|
4702
|
+
File
|
|
4703
|
+
*/
|
|
4704
|
+
export declare enum ResourceTypeFilter {
|
|
4705
|
+
Map = "Map",
|
|
4706
|
+
Layer = "Layer",
|
|
4707
|
+
Table = "Table",
|
|
4708
|
+
RasterCatalog = "RasterCatalog",
|
|
4709
|
+
ProxyService = "ProxyService",
|
|
4710
|
+
RemoteTileService = "RemoteTileService",
|
|
4711
|
+
File = "File"
|
|
4712
|
+
}
|
|
4644
4713
|
export declare enum ResourceTypeLink {
|
|
4645
4714
|
Table = "tables",
|
|
4646
4715
|
Layer = "layers",
|
|
@@ -4807,40 +4876,6 @@ export interface ScriptDc {
|
|
|
4807
4876
|
/** Description. */
|
|
4808
4877
|
description?: string;
|
|
4809
4878
|
}
|
|
4810
|
-
/**
|
|
4811
|
-
* Search resources.
|
|
4812
|
-
*/
|
|
4813
|
-
export interface SearchResourcesDto {
|
|
4814
|
-
/** Id of the parent. */
|
|
4815
|
-
parentId?: string;
|
|
4816
|
-
/**
|
|
4817
|
-
* Text filer support sql like symbols
|
|
4818
|
-
* (for example start with 'text*', contains 'text', end with '*text'.
|
|
4819
|
-
*/
|
|
4820
|
-
filter?: string;
|
|
4821
|
-
/**
|
|
4822
|
-
*
|
|
4823
|
-
*
|
|
4824
|
-
* My
|
|
4825
|
-
*
|
|
4826
|
-
* Shared
|
|
4827
|
-
*
|
|
4828
|
-
* Public
|
|
4829
|
-
*
|
|
4830
|
-
* All
|
|
4831
|
-
*/
|
|
4832
|
-
ownerFilter?: OwnerFilter;
|
|
4833
|
-
/** Tags filter. */
|
|
4834
|
-
tagsFilter?: TagsFilterDto;
|
|
4835
|
-
/** Resources types filter. */
|
|
4836
|
-
resourceTypes?: CatalogResourceType[];
|
|
4837
|
-
/** Resources subtypes filter. */
|
|
4838
|
-
subtypes?: string[];
|
|
4839
|
-
/** Order by response. */
|
|
4840
|
-
orderBy?: string[];
|
|
4841
|
-
/** Filter by system names. */
|
|
4842
|
-
systemNames?: string[];
|
|
4843
|
-
}
|
|
4844
4879
|
/**
|
|
4845
4880
|
* Result data.
|
|
4846
4881
|
*/
|
|
@@ -6742,44 +6777,6 @@ export interface GetLivePreviewStreamParams {
|
|
|
6742
6777
|
/** Id of the camera. */
|
|
6743
6778
|
cameraId: string;
|
|
6744
6779
|
}
|
|
6745
|
-
export interface GetAllParams {
|
|
6746
|
-
/** Parent resource id. */
|
|
6747
|
-
parentId?: string;
|
|
6748
|
-
/**
|
|
6749
|
-
* Resources owner filter.
|
|
6750
|
-
*
|
|
6751
|
-
* My
|
|
6752
|
-
*
|
|
6753
|
-
* Shared
|
|
6754
|
-
*
|
|
6755
|
-
* Public
|
|
6756
|
-
*
|
|
6757
|
-
* All
|
|
6758
|
-
*/
|
|
6759
|
-
ownerFilter?: OwnerFilter;
|
|
6760
|
-
/**
|
|
6761
|
-
* Limit response page.
|
|
6762
|
-
* @format int32
|
|
6763
|
-
*/
|
|
6764
|
-
limit?: number;
|
|
6765
|
-
/**
|
|
6766
|
-
* Offset objects from start.
|
|
6767
|
-
* @format int32
|
|
6768
|
-
*/
|
|
6769
|
-
offset?: number;
|
|
6770
|
-
}
|
|
6771
|
-
export interface PostGetAllParams {
|
|
6772
|
-
/**
|
|
6773
|
-
* Limit response page.
|
|
6774
|
-
* @format int32
|
|
6775
|
-
*/
|
|
6776
|
-
limit?: number;
|
|
6777
|
-
/**
|
|
6778
|
-
* Offset objects from start.
|
|
6779
|
-
* @format int32
|
|
6780
|
-
*/
|
|
6781
|
-
offset?: number;
|
|
6782
|
-
}
|
|
6783
6780
|
export interface GetTagsParams {
|
|
6784
6781
|
/** Text filter. */
|
|
6785
6782
|
filter?: string;
|
|
@@ -6795,7 +6792,7 @@ export interface GetTagsParams {
|
|
|
6795
6792
|
offset?: number;
|
|
6796
6793
|
}
|
|
6797
6794
|
export declare type PutTagsPayload = string[];
|
|
6798
|
-
export interface
|
|
6795
|
+
export interface PostGetAllParams {
|
|
6799
6796
|
/**
|
|
6800
6797
|
* Limit response page.
|
|
6801
6798
|
* @format int32
|
|
@@ -7506,7 +7503,7 @@ export interface ValidateExpressionParams {
|
|
|
7506
7503
|
/** Layer name. */
|
|
7507
7504
|
layerName: string;
|
|
7508
7505
|
}
|
|
7509
|
-
export interface
|
|
7506
|
+
export interface GetRasterMetaParams10 {
|
|
7510
7507
|
/**
|
|
7511
7508
|
* Min value for build histogram.
|
|
7512
7509
|
* @format double
|
|
@@ -7633,7 +7630,7 @@ export interface GetProjectsListParams {
|
|
|
7633
7630
|
tags?: string[];
|
|
7634
7631
|
}
|
|
7635
7632
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7636
|
-
export interface
|
|
7633
|
+
export interface DeleteResourcesParams8 {
|
|
7637
7634
|
/** Resource names. */
|
|
7638
7635
|
names?: string[];
|
|
7639
7636
|
}
|
|
@@ -7916,7 +7913,7 @@ export interface StatisticsDbParams {
|
|
|
7916
7913
|
*/
|
|
7917
7914
|
types?: AggregationFunction[];
|
|
7918
7915
|
}
|
|
7919
|
-
export interface
|
|
7916
|
+
export interface ClassifyParams10 {
|
|
7920
7917
|
/** Layer name. */
|
|
7921
7918
|
name: string;
|
|
7922
7919
|
/** Attribute name. */
|
|
@@ -8049,7 +8046,7 @@ export interface GetTableListParams {
|
|
|
8049
8046
|
acl?: string;
|
|
8050
8047
|
}
|
|
8051
8048
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8052
|
-
export interface
|
|
8049
|
+
export interface DeleteResourcesParams4 {
|
|
8053
8050
|
/** Resource names. */
|
|
8054
8051
|
names?: string[];
|
|
8055
8052
|
}
|
|
@@ -8117,7 +8114,7 @@ export interface SetPreviewInput {
|
|
|
8117
8114
|
/** @format binary */
|
|
8118
8115
|
file?: File;
|
|
8119
8116
|
}
|
|
8120
|
-
export interface
|
|
8117
|
+
export interface GetAllParams {
|
|
8121
8118
|
/** Text filter. */
|
|
8122
8119
|
filter?: string;
|
|
8123
8120
|
/**
|
|
@@ -8206,7 +8203,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8206
8203
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8207
8204
|
AcceptFormats?: string[];
|
|
8208
8205
|
}
|
|
8209
|
-
export interface
|
|
8206
|
+
export interface GetCapabilitiesParams5 {
|
|
8210
8207
|
/** Output format of service metadata. */
|
|
8211
8208
|
Format?: string;
|
|
8212
8209
|
/** Must be WMS. */
|
|
@@ -554,37 +554,8 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
_createClass(CatalogService, [{
|
|
557
|
-
key: "
|
|
557
|
+
key: "getTags",
|
|
558
558
|
value:
|
|
559
|
-
/**
|
|
560
|
-
* No description
|
|
561
|
-
*
|
|
562
|
-
* @tags Catalog
|
|
563
|
-
* @name GetAll
|
|
564
|
-
* @operationId CatalogController_GetAll
|
|
565
|
-
* @summary Get all resource with given.
|
|
566
|
-
* @request GET:/resources
|
|
567
|
-
* @response `200` OK
|
|
568
|
-
*/
|
|
569
|
-
function getAll(query) {
|
|
570
|
-
return this.http.get("/resources", query).json();
|
|
571
|
-
}
|
|
572
|
-
/**
|
|
573
|
-
* No description
|
|
574
|
-
*
|
|
575
|
-
* @tags Catalog
|
|
576
|
-
* @name PostGetAll
|
|
577
|
-
* @operationId CatalogController_PostGetAll
|
|
578
|
-
* @summary Get all resource with given.
|
|
579
|
-
* @request POST:/resources
|
|
580
|
-
* @response `200` OK
|
|
581
|
-
*/
|
|
582
|
-
|
|
583
|
-
}, {
|
|
584
|
-
key: "postGetAll",
|
|
585
|
-
value: function postGetAll(query, data) {
|
|
586
|
-
return this.http.post("/resources", data, query).json();
|
|
587
|
-
}
|
|
588
559
|
/**
|
|
589
560
|
* No description
|
|
590
561
|
*
|
|
@@ -595,10 +566,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
595
566
|
* @request GET:/resources/tags
|
|
596
567
|
* @response `200` OK
|
|
597
568
|
*/
|
|
598
|
-
|
|
599
|
-
}, {
|
|
600
|
-
key: "getTags",
|
|
601
|
-
value: function getTags(query) {
|
|
569
|
+
function getTags(query) {
|
|
602
570
|
return this.http.get("/resources/tags", query).json();
|
|
603
571
|
}
|
|
604
572
|
/**
|
|
@@ -621,17 +589,17 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
621
589
|
* No description
|
|
622
590
|
*
|
|
623
591
|
* @tags Catalog
|
|
624
|
-
* @name
|
|
625
|
-
* @operationId
|
|
626
|
-
* @summary
|
|
627
|
-
* @request POST:/resources
|
|
592
|
+
* @name PostGetAll
|
|
593
|
+
* @operationId CatalogController_PostGetAll
|
|
594
|
+
* @summary Get all resource with given.
|
|
595
|
+
* @request POST:/resources
|
|
628
596
|
* @response `200` OK
|
|
629
597
|
*/
|
|
630
598
|
|
|
631
599
|
}, {
|
|
632
|
-
key: "
|
|
633
|
-
value: function
|
|
634
|
-
return this.http.post("/resources
|
|
600
|
+
key: "postGetAll",
|
|
601
|
+
value: function postGetAll(query, data) {
|
|
602
|
+
return this.http.post("/resources", data, query).json();
|
|
635
603
|
}
|
|
636
604
|
/**
|
|
637
605
|
* No description
|
|
@@ -6937,22 +6905,6 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6937
6905
|
value: function deleteResources(query) {
|
|
6938
6906
|
return this.http.delete("/tables", null, query).json();
|
|
6939
6907
|
}
|
|
6940
|
-
/**
|
|
6941
|
-
* No description
|
|
6942
|
-
*
|
|
6943
|
-
* @tags Tables
|
|
6944
|
-
* @name CreateViewFromQueryLayer
|
|
6945
|
-
* @operationId TablesController_CreateViewFromQueryLayer
|
|
6946
|
-
* @summary Creates a new view from query layer.
|
|
6947
|
-
* @request POST:/tables/fromLayer
|
|
6948
|
-
* @response `200` OK
|
|
6949
|
-
*/
|
|
6950
|
-
|
|
6951
|
-
}, {
|
|
6952
|
-
key: "createViewFromQueryLayer",
|
|
6953
|
-
value: function createViewFromQueryLayer(data) {
|
|
6954
|
-
return this.http.post("/tables/fromLayer", data).json();
|
|
6955
|
-
}
|
|
6956
6908
|
/**
|
|
6957
6909
|
* No description
|
|
6958
6910
|
*
|
|
@@ -7165,6 +7117,38 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7165
7117
|
value: function unmapTable(name) {
|
|
7166
7118
|
return this.http.delete("/tables/map-table/" + name, null).then(() => {});
|
|
7167
7119
|
}
|
|
7120
|
+
/**
|
|
7121
|
+
* No description
|
|
7122
|
+
*
|
|
7123
|
+
* @tags Tables
|
|
7124
|
+
* @name CreateViewFromQueryLayer
|
|
7125
|
+
* @operationId TablesController_CreateViewFromQueryLayer
|
|
7126
|
+
* @summary Creates a new view from query layer.
|
|
7127
|
+
* @request POST:/tables/fromLayer
|
|
7128
|
+
* @response `200` OK
|
|
7129
|
+
*/
|
|
7130
|
+
|
|
7131
|
+
}, {
|
|
7132
|
+
key: "createViewFromQueryLayer",
|
|
7133
|
+
value: function createViewFromQueryLayer(data) {
|
|
7134
|
+
return this.http.post("/tables/fromLayer", data).json();
|
|
7135
|
+
}
|
|
7136
|
+
/**
|
|
7137
|
+
* No description
|
|
7138
|
+
*
|
|
7139
|
+
* @tags Tables
|
|
7140
|
+
* @name CreateViewFromQuery
|
|
7141
|
+
* @operationId TablesController_CreateViewFromQuery
|
|
7142
|
+
* @summary Creates a new view from query.
|
|
7143
|
+
* @request POST:/tables/fromQuery
|
|
7144
|
+
* @response `200` OK
|
|
7145
|
+
*/
|
|
7146
|
+
|
|
7147
|
+
}, {
|
|
7148
|
+
key: "createViewFromQuery",
|
|
7149
|
+
value: function createViewFromQuery(data) {
|
|
7150
|
+
return this.http.post("/tables/fromQuery", data).json();
|
|
7151
|
+
}
|
|
7168
7152
|
/**
|
|
7169
7153
|
* No description
|
|
7170
7154
|
*
|
|
@@ -8311,6 +8295,14 @@ function isFeatureLayer(layer) {
|
|
|
8311
8295
|
Quality["High"] = "High";
|
|
8312
8296
|
})(exports.Quality || (exports.Quality = {}));
|
|
8313
8297
|
|
|
8298
|
+
(function (ResourceSubTypeFilter) {
|
|
8299
|
+
ResourceSubTypeFilter["RemoteTileService"] = "RemoteTileService";
|
|
8300
|
+
ResourceSubTypeFilter["ProxyService"] = "ProxyService";
|
|
8301
|
+
ResourceSubTypeFilter["PostgresLayerService"] = "PostgresLayerService";
|
|
8302
|
+
ResourceSubTypeFilter["QueryLayerService"] = "QueryLayerService";
|
|
8303
|
+
ResourceSubTypeFilter["TileCatalogTable"] = "TileCatalogTable";
|
|
8304
|
+
})(exports.ResourceSubTypeFilter || (exports.ResourceSubTypeFilter = {}));
|
|
8305
|
+
|
|
8314
8306
|
(function (ResourceType) {
|
|
8315
8307
|
ResourceType["Unknown"] = "Unknown";
|
|
8316
8308
|
ResourceType["Table"] = "table";
|
|
@@ -8321,6 +8313,16 @@ function isFeatureLayer(layer) {
|
|
|
8321
8313
|
ResourceType["Tag"] = "tag";
|
|
8322
8314
|
})(exports.ResourceType || (exports.ResourceType = {}));
|
|
8323
8315
|
|
|
8316
|
+
(function (ResourceTypeFilter) {
|
|
8317
|
+
ResourceTypeFilter["Map"] = "Map";
|
|
8318
|
+
ResourceTypeFilter["Layer"] = "Layer";
|
|
8319
|
+
ResourceTypeFilter["Table"] = "Table";
|
|
8320
|
+
ResourceTypeFilter["RasterCatalog"] = "RasterCatalog";
|
|
8321
|
+
ResourceTypeFilter["ProxyService"] = "ProxyService";
|
|
8322
|
+
ResourceTypeFilter["RemoteTileService"] = "RemoteTileService";
|
|
8323
|
+
ResourceTypeFilter["File"] = "File";
|
|
8324
|
+
})(exports.ResourceTypeFilter || (exports.ResourceTypeFilter = {}));
|
|
8325
|
+
|
|
8324
8326
|
(function (ResourceTypeLink) {
|
|
8325
8327
|
ResourceTypeLink["Table"] = "tables";
|
|
8326
8328
|
ResourceTypeLink["Layer"] = "layers";
|