@evergis/api 4.0.3 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__generated__/LayersService.d.ts +13 -2
- package/dist/__generated__/ProjectsService.d.ts +13 -2
- package/dist/__generated__/SecurityService.d.ts +12 -1
- 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 +57 -5
- package/dist/api.cjs.development.js +102 -44
- 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 +102 -44
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams,
|
|
1
|
+
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams5, GetTilesLayerImageParams, GetTilesLayerImageWithFormatParams, 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
|
|
@@ -424,6 +424,17 @@ export declare class LayersService extends Service {
|
|
|
424
424
|
* @response `200` OK
|
|
425
425
|
*/
|
|
426
426
|
getTilesLayerImage({ name, x, y, z, ...query }: GetTilesLayerImageParams): string;
|
|
427
|
+
/**
|
|
428
|
+
* No description
|
|
429
|
+
*
|
|
430
|
+
* @tags Layers
|
|
431
|
+
* @name GetTilesLayerImageWithFormat
|
|
432
|
+
* @operationId LayersController_GetTilesLayerImageWithFormat
|
|
433
|
+
* @summary Render tile with input indexes.
|
|
434
|
+
* @request GET:/layers/{name}/tile/{z}/{x}/{y}.{format}
|
|
435
|
+
* @response `200` OK
|
|
436
|
+
*/
|
|
437
|
+
getTilesLayerImageWithFormat({ name, x, y, z, format, ...query }: GetTilesLayerImageWithFormatParams): string;
|
|
427
438
|
/**
|
|
428
439
|
* No description
|
|
429
440
|
*
|
|
@@ -600,7 +611,7 @@ export declare class LayersService extends Service {
|
|
|
600
611
|
* @request GET:/layers/{name}/{id}/metadata
|
|
601
612
|
* @response `200` OK
|
|
602
613
|
*/
|
|
603
|
-
getRasterMeta({ name, id, ...query }:
|
|
614
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams5): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
604
615
|
/**
|
|
605
616
|
* No description
|
|
606
617
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams10, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectEnvelopeParams, 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: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -127,6 +127,17 @@ export declare class ProjectsService extends Service {
|
|
|
127
127
|
* @response `200` OK
|
|
128
128
|
*/
|
|
129
129
|
getTilesLayerImage(name: string, x: number, y: number, z: number): string;
|
|
130
|
+
/**
|
|
131
|
+
* No description
|
|
132
|
+
*
|
|
133
|
+
* @tags Projects
|
|
134
|
+
* @name GetTilesLayerImageWithFormat
|
|
135
|
+
* @operationId ProjectsController_GetTilesLayerImageWithFormat
|
|
136
|
+
* @summary Render tile.
|
|
137
|
+
* @request GET:/projects/{name}/tile/{z}/{x}/{y}.{format}
|
|
138
|
+
* @response `200` OK
|
|
139
|
+
*/
|
|
140
|
+
getTilesLayerImageWithFormat(name: string, x: number, y: number, z: number, format: string): string;
|
|
130
141
|
/**
|
|
131
142
|
* No description
|
|
132
143
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams, GetUsersAndRolesParams, PolicyDc, RemovePolicyParams, SearchedUserDc, UserOrRoleDc, WorkspaceLimitsDc } from './data-contracts';
|
|
1
|
+
import { FindUserByNameByRolesParams, FindUserByNameParams, GetPolicyListParams, GetUsersAndRolesParams, PolicyDc, RemovePolicyParams, SearchedUserDc, SetPoliciesPayload, UserOrRoleDc, WorkspaceLimitsDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -6,6 +6,17 @@ import { Service } from './Service';
|
|
|
6
6
|
* @baseUrl /sp
|
|
7
7
|
*/
|
|
8
8
|
export declare class SecurityService extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* @description This method requires superuser permission.
|
|
11
|
+
*
|
|
12
|
+
* @tags SecurityService
|
|
13
|
+
* @name SetPolicies
|
|
14
|
+
* @operationId SecurityServiceController_SetPolicies
|
|
15
|
+
* @summary Adds the given policies to the server policy list. If a policy with the same type and user role already exists, it replaces the existing policy with the new one.
|
|
16
|
+
* @request POST:/bulk/security/policies
|
|
17
|
+
* @response `200` OK
|
|
18
|
+
*/
|
|
19
|
+
setPolicies(data: SetPoliciesPayload): Promise<void>;
|
|
9
20
|
/**
|
|
10
21
|
* No description
|
|
11
22
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams7, 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: ClassifyParams7): Promise<ClassifyDc>;
|
|
42
42
|
/**
|
|
43
43
|
* No description
|
|
44
44
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams1, 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,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` OK
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams1): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -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
|
*
|
|
@@ -960,6 +960,8 @@ export interface CatalogResourceDc {
|
|
|
960
960
|
srid?: number;
|
|
961
961
|
/** True if resource has children. */
|
|
962
962
|
hasChildren?: boolean;
|
|
963
|
+
/** Resource icon. */
|
|
964
|
+
icon?: string;
|
|
963
965
|
}
|
|
964
966
|
/**
|
|
965
967
|
*
|
|
@@ -1542,6 +1544,8 @@ export interface CreateDirectoryDc {
|
|
|
1542
1544
|
tags?: string[];
|
|
1543
1545
|
/** If true root folder will create as temporary. */
|
|
1544
1546
|
isTemporary?: boolean;
|
|
1547
|
+
/** Resource icon. */
|
|
1548
|
+
icon?: string;
|
|
1545
1549
|
}
|
|
1546
1550
|
/**
|
|
1547
1551
|
* Upload raster task parameters data contract.
|
|
@@ -1594,6 +1598,8 @@ export interface CreateRoleDc {
|
|
|
1594
1598
|
name: string;
|
|
1595
1599
|
/** Description. */
|
|
1596
1600
|
description?: string;
|
|
1601
|
+
/** Alias. */
|
|
1602
|
+
alias?: string;
|
|
1597
1603
|
}
|
|
1598
1604
|
/**
|
|
1599
1605
|
* Symbol category data contract.
|
|
@@ -1649,6 +1655,8 @@ export interface CreateUserDc {
|
|
|
1649
1655
|
is_email_confirmed?: boolean;
|
|
1650
1656
|
/** Namespace. */
|
|
1651
1657
|
namespace?: string;
|
|
1658
|
+
/** Emoji. */
|
|
1659
|
+
emoji?: string;
|
|
1652
1660
|
/** Username. */
|
|
1653
1661
|
username?: string;
|
|
1654
1662
|
/**
|
|
@@ -2107,7 +2115,7 @@ export interface ExternalLayerInfoDc {
|
|
|
2107
2115
|
layer?: ExternalLayerInfoDc[];
|
|
2108
2116
|
}
|
|
2109
2117
|
/**
|
|
2110
|
-
* The `FailedServiceInfoDc` describes
|
|
2118
|
+
* The `FailedServiceInfoDc` describes Everpoint.Sdk.Layers.Abstractions.Models.FailedServiceInfo data contact.
|
|
2111
2119
|
*/
|
|
2112
2120
|
export interface FailedServiceInfoDc {
|
|
2113
2121
|
/**
|
|
@@ -4031,6 +4039,8 @@ export interface PatchResourceDc {
|
|
|
4031
4039
|
description?: string;
|
|
4032
4040
|
/** A set of tags. */
|
|
4033
4041
|
tags?: string[];
|
|
4042
|
+
/** Resource icon. */
|
|
4043
|
+
icon?: string;
|
|
4034
4044
|
}
|
|
4035
4045
|
/**
|
|
4036
4046
|
* Provides image pattern brush properties.
|
|
@@ -5194,6 +5204,8 @@ export declare type RgbRasterSymbolDc = RasterSymbolDc & {
|
|
|
5194
5204
|
export interface RoleInfoDc {
|
|
5195
5205
|
/** Username. */
|
|
5196
5206
|
name?: string;
|
|
5207
|
+
/** Alias. */
|
|
5208
|
+
alias?: string;
|
|
5197
5209
|
/** The number of users in the role. */
|
|
5198
5210
|
users?: string[];
|
|
5199
5211
|
/**
|
|
@@ -6762,6 +6774,8 @@ export interface UpdateRoleDc {
|
|
|
6762
6774
|
name: string;
|
|
6763
6775
|
/** Description. */
|
|
6764
6776
|
description?: string;
|
|
6777
|
+
/** Alias. */
|
|
6778
|
+
alias?: string;
|
|
6765
6779
|
}
|
|
6766
6780
|
/**
|
|
6767
6781
|
* Symbol category data contract.
|
|
@@ -6850,6 +6864,8 @@ export interface UpdateUserDc {
|
|
|
6850
6864
|
is_email_confirmed?: boolean;
|
|
6851
6865
|
/** Namespace. */
|
|
6852
6866
|
namespace?: string;
|
|
6867
|
+
/** Emoji. */
|
|
6868
|
+
emoji?: string;
|
|
6853
6869
|
/** Username. */
|
|
6854
6870
|
username?: string;
|
|
6855
6871
|
/**
|
|
@@ -7424,6 +7440,8 @@ export interface CreateFilePayload {
|
|
|
7424
7440
|
isTemporary?: boolean;
|
|
7425
7441
|
/** A set of tags. */
|
|
7426
7442
|
tags?: string[];
|
|
7443
|
+
/** File icon. */
|
|
7444
|
+
icon?: string;
|
|
7427
7445
|
}
|
|
7428
7446
|
export declare type SetPermissionsPayload = ResourceAclDc[];
|
|
7429
7447
|
export interface GetConfigurationsListParams {
|
|
@@ -7848,6 +7866,31 @@ export interface SubtractParams {
|
|
|
7848
7866
|
export interface GetTilesLayerImageParams {
|
|
7849
7867
|
/** Tile sets to render. */
|
|
7850
7868
|
ids?: number[];
|
|
7869
|
+
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
7870
|
+
dataFilterId?: string;
|
|
7871
|
+
/** Full name of the layer. */
|
|
7872
|
+
name: string;
|
|
7873
|
+
/**
|
|
7874
|
+
* X.
|
|
7875
|
+
* @format int32
|
|
7876
|
+
*/
|
|
7877
|
+
x: number;
|
|
7878
|
+
/**
|
|
7879
|
+
* Y.
|
|
7880
|
+
* @format int32
|
|
7881
|
+
*/
|
|
7882
|
+
y: number;
|
|
7883
|
+
/**
|
|
7884
|
+
* Z.
|
|
7885
|
+
* @format int32
|
|
7886
|
+
*/
|
|
7887
|
+
z: number;
|
|
7888
|
+
}
|
|
7889
|
+
export interface GetTilesLayerImageWithFormatParams {
|
|
7890
|
+
/** Tile sets to render. */
|
|
7891
|
+
ids?: number[];
|
|
7892
|
+
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
7893
|
+
dataFilterId?: string;
|
|
7851
7894
|
/** Full name of the layer. */
|
|
7852
7895
|
name: string;
|
|
7853
7896
|
/**
|
|
@@ -7865,6 +7908,8 @@ export interface GetTilesLayerImageParams {
|
|
|
7865
7908
|
* @format int32
|
|
7866
7909
|
*/
|
|
7867
7910
|
z: number;
|
|
7911
|
+
/** Specifies the format of the returned tile. */
|
|
7912
|
+
format: string;
|
|
7868
7913
|
}
|
|
7869
7914
|
export interface GetLayerImageParams {
|
|
7870
7915
|
/** Extent to render. */
|
|
@@ -8128,7 +8173,7 @@ export interface ValidateExpressionParams {
|
|
|
8128
8173
|
/** Layer name. */
|
|
8129
8174
|
layerName: string;
|
|
8130
8175
|
}
|
|
8131
|
-
export interface
|
|
8176
|
+
export interface GetRasterMetaParams5 {
|
|
8132
8177
|
/**
|
|
8133
8178
|
* Min value for build histogram.
|
|
8134
8179
|
* @format double
|
|
@@ -8247,7 +8292,7 @@ export interface GetProjectsListParams {
|
|
|
8247
8292
|
tags?: string[];
|
|
8248
8293
|
}
|
|
8249
8294
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
8250
|
-
export interface
|
|
8295
|
+
export interface DeleteResourcesParams10 {
|
|
8251
8296
|
/** Resource names. */
|
|
8252
8297
|
names?: string[];
|
|
8253
8298
|
}
|
|
@@ -8374,6 +8419,7 @@ export interface CreateStorageParams {
|
|
|
8374
8419
|
/** S3 storage name. */
|
|
8375
8420
|
storageName?: string;
|
|
8376
8421
|
}
|
|
8422
|
+
export declare type SetPoliciesPayload = Record<string, PolicyDc[]>;
|
|
8377
8423
|
export interface FindUserByNameByRolesParams {
|
|
8378
8424
|
/** Roles. */
|
|
8379
8425
|
roles?: string[];
|
|
@@ -8407,6 +8453,8 @@ export interface GetPolicyListParams {
|
|
|
8407
8453
|
* MaxEqlQueryParametersValues
|
|
8408
8454
|
*/
|
|
8409
8455
|
type?: PolicyType;
|
|
8456
|
+
/** Use role the policy is applied to. */
|
|
8457
|
+
roleName?: string;
|
|
8410
8458
|
}
|
|
8411
8459
|
export interface RemovePolicyParams {
|
|
8412
8460
|
/**
|
|
@@ -8514,7 +8562,7 @@ export interface StatisticsDbParams {
|
|
|
8514
8562
|
*/
|
|
8515
8563
|
types?: AggregationFunction[];
|
|
8516
8564
|
}
|
|
8517
|
-
export interface
|
|
8565
|
+
export interface ClassifyParams7 {
|
|
8518
8566
|
/** Layer name. */
|
|
8519
8567
|
name: string;
|
|
8520
8568
|
/** Attribute name. */
|
|
@@ -8647,6 +8695,10 @@ export interface GetTableListParams {
|
|
|
8647
8695
|
acl?: string;
|
|
8648
8696
|
}
|
|
8649
8697
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8698
|
+
export interface DeleteResourcesParams1 {
|
|
8699
|
+
/** Resource names. */
|
|
8700
|
+
names?: string[];
|
|
8701
|
+
}
|
|
8650
8702
|
export interface GetTablesInfoParams {
|
|
8651
8703
|
/** Table names. */
|
|
8652
8704
|
tableNames?: string[];
|
|
@@ -8800,7 +8852,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8800
8852
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8801
8853
|
AcceptFormats?: string[];
|
|
8802
8854
|
}
|
|
8803
|
-
export interface
|
|
8855
|
+
export interface GetCapabilitiesParams5 {
|
|
8804
8856
|
/** Output format of service metadata. */
|
|
8805
8857
|
Format?: string;
|
|
8806
8858
|
/** Must be WMS. */
|
|
@@ -3412,7 +3412,7 @@ const _excluded$3 = ["name"],
|
|
|
3412
3412
|
_excluded5$1 = ["name", "id"],
|
|
3413
3413
|
_excluded6$1 = ["name", "id"],
|
|
3414
3414
|
_excluded7 = ["name", "x", "y", "z"],
|
|
3415
|
-
_excluded8 = ["name"],
|
|
3415
|
+
_excluded8 = ["name", "x", "y", "z", "format"],
|
|
3416
3416
|
_excluded9 = ["name"],
|
|
3417
3417
|
_excluded10 = ["name"],
|
|
3418
3418
|
_excluded11 = ["name"],
|
|
@@ -3423,8 +3423,9 @@ const _excluded$3 = ["name"],
|
|
|
3423
3423
|
_excluded16 = ["name"],
|
|
3424
3424
|
_excluded17 = ["name"],
|
|
3425
3425
|
_excluded18 = ["name"],
|
|
3426
|
-
_excluded19 = ["
|
|
3427
|
-
_excluded20 = ["
|
|
3426
|
+
_excluded19 = ["name"],
|
|
3427
|
+
_excluded20 = ["layerName"],
|
|
3428
|
+
_excluded21 = ["name", "id"];
|
|
3428
3429
|
/**
|
|
3429
3430
|
* @title Spatial Processing Core API
|
|
3430
3431
|
* @version 1.5.1.0
|
|
@@ -4129,6 +4130,31 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4129
4130
|
|
|
4130
4131
|
return this.http.createUrl("/layers/" + name + "/tile/" + z + "/" + x + "/" + y, query);
|
|
4131
4132
|
}
|
|
4133
|
+
/**
|
|
4134
|
+
* No description
|
|
4135
|
+
*
|
|
4136
|
+
* @tags Layers
|
|
4137
|
+
* @name GetTilesLayerImageWithFormat
|
|
4138
|
+
* @operationId LayersController_GetTilesLayerImageWithFormat
|
|
4139
|
+
* @summary Render tile with input indexes.
|
|
4140
|
+
* @request GET:/layers/{name}/tile/{z}/{x}/{y}.{format}
|
|
4141
|
+
* @response `200` OK
|
|
4142
|
+
*/
|
|
4143
|
+
|
|
4144
|
+
}, {
|
|
4145
|
+
key: "getTilesLayerImageWithFormat",
|
|
4146
|
+
value: function getTilesLayerImageWithFormat(_ref8) {
|
|
4147
|
+
let {
|
|
4148
|
+
name,
|
|
4149
|
+
x,
|
|
4150
|
+
y,
|
|
4151
|
+
z,
|
|
4152
|
+
format
|
|
4153
|
+
} = _ref8,
|
|
4154
|
+
query = _objectWithoutPropertiesLoose(_ref8, _excluded8);
|
|
4155
|
+
|
|
4156
|
+
return this.http.createUrl("/layers/" + name + "/tile/" + z + "/" + x + "/" + y + "." + format, query);
|
|
4157
|
+
}
|
|
4132
4158
|
/**
|
|
4133
4159
|
* No description
|
|
4134
4160
|
*
|
|
@@ -4142,11 +4168,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4142
4168
|
|
|
4143
4169
|
}, {
|
|
4144
4170
|
key: "getLayerImage",
|
|
4145
|
-
value: function getLayerImage(
|
|
4171
|
+
value: function getLayerImage(_ref9) {
|
|
4146
4172
|
let {
|
|
4147
4173
|
name
|
|
4148
|
-
} =
|
|
4149
|
-
query = _objectWithoutPropertiesLoose(
|
|
4174
|
+
} = _ref9,
|
|
4175
|
+
query = _objectWithoutPropertiesLoose(_ref9, _excluded9);
|
|
4150
4176
|
|
|
4151
4177
|
return this.http.createUrl("/layers/" + name + "/export", query);
|
|
4152
4178
|
}
|
|
@@ -4163,11 +4189,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4163
4189
|
|
|
4164
4190
|
}, {
|
|
4165
4191
|
key: "getLayerExtent",
|
|
4166
|
-
value: function getLayerExtent(
|
|
4192
|
+
value: function getLayerExtent(_ref10) {
|
|
4167
4193
|
let {
|
|
4168
4194
|
name
|
|
4169
|
-
} =
|
|
4170
|
-
query = _objectWithoutPropertiesLoose(
|
|
4195
|
+
} = _ref10,
|
|
4196
|
+
query = _objectWithoutPropertiesLoose(_ref10, _excluded10);
|
|
4171
4197
|
|
|
4172
4198
|
return this.http.get("/layers/" + name + "/extent", query).json();
|
|
4173
4199
|
}
|
|
@@ -4184,11 +4210,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4184
4210
|
|
|
4185
4211
|
}, {
|
|
4186
4212
|
key: "getByGeometry",
|
|
4187
|
-
value: function getByGeometry(
|
|
4213
|
+
value: function getByGeometry(_ref11) {
|
|
4188
4214
|
let {
|
|
4189
4215
|
name
|
|
4190
|
-
} =
|
|
4191
|
-
query = _objectWithoutPropertiesLoose(
|
|
4216
|
+
} = _ref11,
|
|
4217
|
+
query = _objectWithoutPropertiesLoose(_ref11, _excluded11);
|
|
4192
4218
|
|
|
4193
4219
|
return this.http.get("/layers/" + name + "/features/getByGeometry", query).json();
|
|
4194
4220
|
}
|
|
@@ -4205,11 +4231,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4205
4231
|
|
|
4206
4232
|
}, {
|
|
4207
4233
|
key: "getByGeometryPost",
|
|
4208
|
-
value: function getByGeometryPost(
|
|
4234
|
+
value: function getByGeometryPost(_ref12, data) {
|
|
4209
4235
|
let {
|
|
4210
4236
|
name
|
|
4211
|
-
} =
|
|
4212
|
-
query = _objectWithoutPropertiesLoose(
|
|
4237
|
+
} = _ref12,
|
|
4238
|
+
query = _objectWithoutPropertiesLoose(_ref12, _excluded12);
|
|
4213
4239
|
|
|
4214
4240
|
return this.http.post("/layers/" + name + "/features/getByGeometry", data, query).json();
|
|
4215
4241
|
}
|
|
@@ -4226,11 +4252,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4226
4252
|
|
|
4227
4253
|
}, {
|
|
4228
4254
|
key: "deleteFeatures",
|
|
4229
|
-
value: function deleteFeatures(
|
|
4255
|
+
value: function deleteFeatures(_ref13) {
|
|
4230
4256
|
let {
|
|
4231
4257
|
name
|
|
4232
|
-
} =
|
|
4233
|
-
query = _objectWithoutPropertiesLoose(
|
|
4258
|
+
} = _ref13,
|
|
4259
|
+
query = _objectWithoutPropertiesLoose(_ref13, _excluded13);
|
|
4234
4260
|
|
|
4235
4261
|
return this.http.delete("/layers/" + name + "/features/deleteByIds", null, query).json();
|
|
4236
4262
|
}
|
|
@@ -4247,11 +4273,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4247
4273
|
|
|
4248
4274
|
}, {
|
|
4249
4275
|
key: "deleteByCondition",
|
|
4250
|
-
value: function deleteByCondition(
|
|
4276
|
+
value: function deleteByCondition(_ref14) {
|
|
4251
4277
|
let {
|
|
4252
4278
|
name
|
|
4253
|
-
} =
|
|
4254
|
-
query = _objectWithoutPropertiesLoose(
|
|
4279
|
+
} = _ref14,
|
|
4280
|
+
query = _objectWithoutPropertiesLoose(_ref14, _excluded14);
|
|
4255
4281
|
|
|
4256
4282
|
return this.http.delete("/layers/" + name + "/features/deleteByCondition", null, query).json();
|
|
4257
4283
|
}
|
|
@@ -4268,11 +4294,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4268
4294
|
|
|
4269
4295
|
}, {
|
|
4270
4296
|
key: "getByGeometryGet",
|
|
4271
|
-
value: function getByGeometryGet(
|
|
4297
|
+
value: function getByGeometryGet(_ref15) {
|
|
4272
4298
|
let {
|
|
4273
4299
|
name
|
|
4274
|
-
} =
|
|
4275
|
-
query = _objectWithoutPropertiesLoose(
|
|
4300
|
+
} = _ref15,
|
|
4301
|
+
query = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
4276
4302
|
|
|
4277
4303
|
return this.http.get("/layers/" + name + "/features/getByGeometryByClick", query).json();
|
|
4278
4304
|
}
|
|
@@ -4289,11 +4315,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4289
4315
|
|
|
4290
4316
|
}, {
|
|
4291
4317
|
key: "classify",
|
|
4292
|
-
value: function classify(
|
|
4318
|
+
value: function classify(_ref16) {
|
|
4293
4319
|
let {
|
|
4294
4320
|
name
|
|
4295
|
-
} =
|
|
4296
|
-
query = _objectWithoutPropertiesLoose(
|
|
4321
|
+
} = _ref16,
|
|
4322
|
+
query = _objectWithoutPropertiesLoose(_ref16, _excluded16);
|
|
4297
4323
|
|
|
4298
4324
|
return this.http.get("/layers/" + name + "/classify", query).json();
|
|
4299
4325
|
}
|
|
@@ -4310,11 +4336,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4310
4336
|
|
|
4311
4337
|
}, {
|
|
4312
4338
|
key: "distincts",
|
|
4313
|
-
value: function distincts(
|
|
4339
|
+
value: function distincts(_ref17) {
|
|
4314
4340
|
let {
|
|
4315
4341
|
name
|
|
4316
|
-
} =
|
|
4317
|
-
query = _objectWithoutPropertiesLoose(
|
|
4342
|
+
} = _ref17,
|
|
4343
|
+
query = _objectWithoutPropertiesLoose(_ref17, _excluded17);
|
|
4318
4344
|
|
|
4319
4345
|
return this.http.get("/layers/" + name + "/distincts", query).json();
|
|
4320
4346
|
}
|
|
@@ -4331,11 +4357,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4331
4357
|
|
|
4332
4358
|
}, {
|
|
4333
4359
|
key: "aggregateAttribute",
|
|
4334
|
-
value: function aggregateAttribute(
|
|
4360
|
+
value: function aggregateAttribute(_ref18) {
|
|
4335
4361
|
let {
|
|
4336
4362
|
name
|
|
4337
|
-
} =
|
|
4338
|
-
query = _objectWithoutPropertiesLoose(
|
|
4363
|
+
} = _ref18,
|
|
4364
|
+
query = _objectWithoutPropertiesLoose(_ref18, _excluded18);
|
|
4339
4365
|
|
|
4340
4366
|
return this.http.get("/layers/" + name + "/aggregate-values", query).json();
|
|
4341
4367
|
}
|
|
@@ -4352,11 +4378,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4352
4378
|
|
|
4353
4379
|
}, {
|
|
4354
4380
|
key: "getFilteredFeaturesCount",
|
|
4355
|
-
value: function getFilteredFeaturesCount(
|
|
4381
|
+
value: function getFilteredFeaturesCount(_ref19) {
|
|
4356
4382
|
let {
|
|
4357
4383
|
name
|
|
4358
|
-
} =
|
|
4359
|
-
query = _objectWithoutPropertiesLoose(
|
|
4384
|
+
} = _ref19,
|
|
4385
|
+
query = _objectWithoutPropertiesLoose(_ref19, _excluded19);
|
|
4360
4386
|
|
|
4361
4387
|
return this.http.get("/layers/" + name + "/features/count", query).json();
|
|
4362
4388
|
}
|
|
@@ -4422,11 +4448,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4422
4448
|
|
|
4423
4449
|
}, {
|
|
4424
4450
|
key: "validateExpression",
|
|
4425
|
-
value: function validateExpression(
|
|
4451
|
+
value: function validateExpression(_ref20) {
|
|
4426
4452
|
let {
|
|
4427
4453
|
layerName
|
|
4428
|
-
} =
|
|
4429
|
-
query = _objectWithoutPropertiesLoose(
|
|
4454
|
+
} = _ref20,
|
|
4455
|
+
query = _objectWithoutPropertiesLoose(_ref20, _excluded20);
|
|
4430
4456
|
|
|
4431
4457
|
return this.http.get("/layers/" + layerName + "/validateExpression", query).json();
|
|
4432
4458
|
}
|
|
@@ -4443,12 +4469,12 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4443
4469
|
|
|
4444
4470
|
}, {
|
|
4445
4471
|
key: "getRasterMeta",
|
|
4446
|
-
value: function getRasterMeta(
|
|
4472
|
+
value: function getRasterMeta(_ref21) {
|
|
4447
4473
|
let {
|
|
4448
4474
|
name,
|
|
4449
4475
|
id
|
|
4450
|
-
} =
|
|
4451
|
-
query = _objectWithoutPropertiesLoose(
|
|
4476
|
+
} = _ref21,
|
|
4477
|
+
query = _objectWithoutPropertiesLoose(_ref21, _excluded21);
|
|
4452
4478
|
|
|
4453
4479
|
return this.http.get("/layers/" + name + "/" + id + "/metadata", query).json();
|
|
4454
4480
|
}
|
|
@@ -5760,6 +5786,22 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5760
5786
|
value: function getTilesLayerImage(name, x, y, z) {
|
|
5761
5787
|
return this.http.createUrl("/projects/" + name + "/tile/" + z + "/" + x + "/" + y);
|
|
5762
5788
|
}
|
|
5789
|
+
/**
|
|
5790
|
+
* No description
|
|
5791
|
+
*
|
|
5792
|
+
* @tags Projects
|
|
5793
|
+
* @name GetTilesLayerImageWithFormat
|
|
5794
|
+
* @operationId ProjectsController_GetTilesLayerImageWithFormat
|
|
5795
|
+
* @summary Render tile.
|
|
5796
|
+
* @request GET:/projects/{name}/tile/{z}/{x}/{y}.{format}
|
|
5797
|
+
* @response `200` OK
|
|
5798
|
+
*/
|
|
5799
|
+
|
|
5800
|
+
}, {
|
|
5801
|
+
key: "getTilesLayerImageWithFormat",
|
|
5802
|
+
value: function getTilesLayerImageWithFormat(name, x, y, z, format) {
|
|
5803
|
+
return this.http.createUrl("/projects/" + name + "/tile/" + z + "/" + x + "/" + y + "." + format);
|
|
5804
|
+
}
|
|
5763
5805
|
/**
|
|
5764
5806
|
* No description
|
|
5765
5807
|
*
|
|
@@ -6583,8 +6625,21 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6583
6625
|
}
|
|
6584
6626
|
|
|
6585
6627
|
_createClass(SecurityService, [{
|
|
6586
|
-
key: "
|
|
6628
|
+
key: "setPolicies",
|
|
6587
6629
|
value:
|
|
6630
|
+
/**
|
|
6631
|
+
* @description This method requires superuser permission.
|
|
6632
|
+
*
|
|
6633
|
+
* @tags SecurityService
|
|
6634
|
+
* @name SetPolicies
|
|
6635
|
+
* @operationId SecurityServiceController_SetPolicies
|
|
6636
|
+
* @summary Adds the given policies to the server policy list. If a policy with the same type and user role already exists, it replaces the existing policy with the new one.
|
|
6637
|
+
* @request POST:/bulk/security/policies
|
|
6638
|
+
* @response `200` OK
|
|
6639
|
+
*/
|
|
6640
|
+
function setPolicies(data) {
|
|
6641
|
+
return this.http.post("/bulk/security/policies", data).then(() => {});
|
|
6642
|
+
}
|
|
6588
6643
|
/**
|
|
6589
6644
|
* No description
|
|
6590
6645
|
*
|
|
@@ -6595,7 +6650,10 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6595
6650
|
* @request GET:/security/findUsersWithRoles
|
|
6596
6651
|
* @response `200` OK
|
|
6597
6652
|
*/
|
|
6598
|
-
|
|
6653
|
+
|
|
6654
|
+
}, {
|
|
6655
|
+
key: "findUserByNameByRoles",
|
|
6656
|
+
value: function findUserByNameByRoles(query) {
|
|
6599
6657
|
return this.http.get("/security/findUsersWithRoles", query).json();
|
|
6600
6658
|
}
|
|
6601
6659
|
/**
|