@evergis/api 3.0.208 → 3.0.209
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 +12 -1
- 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 +2 -2
- package/dist/__generated__/data-contracts.d.ts +55 -3
- package/dist/api.cjs.development.js +18 -2
- 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 +18 -2
- 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, GetTagsParams, ListResourcesDto, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, SetPermissionsPayload } from './data-contracts';
|
|
1
|
+
import { AccessControlListDc, CatalogResourceDc, CreateDirectoryDc, CreateFilePayload, GetTagsParams, ListResourcesDto, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, ResourceParentDc, SetPermissionsPayload } 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 CatalogService extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* No description
|
|
11
|
+
*
|
|
12
|
+
* @tags Catalog
|
|
13
|
+
* @name GetParents
|
|
14
|
+
* @operationId CatalogController_GetParents
|
|
15
|
+
* @summary Get parents.
|
|
16
|
+
* @request GET:/resources/{resourceId}/parents
|
|
17
|
+
* @response `200` OK
|
|
18
|
+
*/
|
|
19
|
+
getParents(resourceId: string): Promise<ResourceParentDc[]>;
|
|
9
20
|
/**
|
|
10
21
|
* No description
|
|
11
22
|
*
|
|
@@ -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, GetRasterMetaParams6, 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 }: GetRasterMetaParams6): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
593
593
|
/**
|
|
594
594
|
* No description
|
|
595
595
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams2, 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: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -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, DeleteResourcesParams6, 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: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -937,6 +937,11 @@ export interface CatalogResourceDc {
|
|
|
937
937
|
permissions?: Permissions;
|
|
938
938
|
/** Table schema. */
|
|
939
939
|
schema?: string;
|
|
940
|
+
/**
|
|
941
|
+
* Spatial reference id. Nothing if geometry type is mixed.
|
|
942
|
+
* @format int32
|
|
943
|
+
*/
|
|
944
|
+
srid?: number;
|
|
940
945
|
}
|
|
941
946
|
/**
|
|
942
947
|
*
|
|
@@ -1296,6 +1301,10 @@ export interface CompositeServiceInfoDc {
|
|
|
1296
1301
|
invisibleInCatalog?: boolean;
|
|
1297
1302
|
/** Parent id in resources catalog. */
|
|
1298
1303
|
parentId?: string;
|
|
1304
|
+
/** Resource id in resources catalog. */
|
|
1305
|
+
resourceId?: string;
|
|
1306
|
+
/** Resource tags. */
|
|
1307
|
+
tags?: string[];
|
|
1299
1308
|
}
|
|
1300
1309
|
/**
|
|
1301
1310
|
* Composite symbol.
|
|
@@ -2168,6 +2177,10 @@ export interface FailedServiceInfoDc {
|
|
|
2168
2177
|
invisibleInCatalog?: boolean;
|
|
2169
2178
|
/** Parent id in resources catalog. */
|
|
2170
2179
|
parentId?: string;
|
|
2180
|
+
/** Resource id in resources catalog. */
|
|
2181
|
+
resourceId?: string;
|
|
2182
|
+
/** Resource tags. */
|
|
2183
|
+
tags?: string[];
|
|
2171
2184
|
}
|
|
2172
2185
|
/**
|
|
2173
2186
|
* Feature object definition.
|
|
@@ -2287,6 +2300,10 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
2287
2300
|
invisibleInCatalog?: boolean;
|
|
2288
2301
|
/** Parent id in resources catalog. */
|
|
2289
2302
|
parentId?: string;
|
|
2303
|
+
/** Resource id in resources catalog. */
|
|
2304
|
+
resourceId?: string;
|
|
2305
|
+
/** Resource tags. */
|
|
2306
|
+
tags?: string[];
|
|
2290
2307
|
}
|
|
2291
2308
|
export interface FeatureSelectionDc {
|
|
2292
2309
|
layerName: string;
|
|
@@ -4413,6 +4430,10 @@ export interface ProxyServiceInfoDc {
|
|
|
4413
4430
|
invisibleInCatalog?: boolean;
|
|
4414
4431
|
/** Parent id in resources catalog. */
|
|
4415
4432
|
parentId?: string;
|
|
4433
|
+
/** Resource id in resources catalog. */
|
|
4434
|
+
resourceId?: string;
|
|
4435
|
+
/** Resource tags. */
|
|
4436
|
+
tags?: string[];
|
|
4416
4437
|
}
|
|
4417
4438
|
/**
|
|
4418
4439
|
* Stream quality.
|
|
@@ -4598,6 +4619,10 @@ export interface QueryLayerServiceInfoDc {
|
|
|
4598
4619
|
invisibleInCatalog?: boolean;
|
|
4599
4620
|
/** Parent id in resources catalog. */
|
|
4600
4621
|
parentId?: string;
|
|
4622
|
+
/** Resource id in resources catalog. */
|
|
4623
|
+
resourceId?: string;
|
|
4624
|
+
/** Resource tags. */
|
|
4625
|
+
tags?: string[];
|
|
4601
4626
|
}
|
|
4602
4627
|
/**
|
|
4603
4628
|
* Raster band cfg.
|
|
@@ -4925,6 +4950,21 @@ export interface ResourceInfoDc {
|
|
|
4925
4950
|
invisibleInCatalog?: boolean;
|
|
4926
4951
|
/** Parent id in resources catalog. */
|
|
4927
4952
|
parentId?: string;
|
|
4953
|
+
/** Resource id in resources catalog. */
|
|
4954
|
+
resourceId?: string;
|
|
4955
|
+
/** Resource tags. */
|
|
4956
|
+
tags?: string[];
|
|
4957
|
+
}
|
|
4958
|
+
/**
|
|
4959
|
+
* Resource parent.
|
|
4960
|
+
*/
|
|
4961
|
+
export interface ResourceParentDc {
|
|
4962
|
+
/** Resource id. */
|
|
4963
|
+
resourceId?: string;
|
|
4964
|
+
/** Resource name. */
|
|
4965
|
+
name?: string;
|
|
4966
|
+
/** Resource path. */
|
|
4967
|
+
path?: string;
|
|
4928
4968
|
}
|
|
4929
4969
|
/**
|
|
4930
4970
|
* Resources types filter.
|
|
@@ -6357,6 +6397,10 @@ export interface TileCatalogServiceInfoDc {
|
|
|
6357
6397
|
invisibleInCatalog?: boolean;
|
|
6358
6398
|
/** Parent id in resources catalog. */
|
|
6359
6399
|
parentId?: string;
|
|
6400
|
+
/** Resource id in resources catalog. */
|
|
6401
|
+
resourceId?: string;
|
|
6402
|
+
/** Resource tags. */
|
|
6403
|
+
tags?: string[];
|
|
6360
6404
|
}
|
|
6361
6405
|
/**
|
|
6362
6406
|
* Configuration of a table for tile catalog layer.
|
|
@@ -6536,6 +6580,10 @@ export interface TileServiceInfoDc {
|
|
|
6536
6580
|
invisibleInCatalog?: boolean;
|
|
6537
6581
|
/** Parent id in resources catalog. */
|
|
6538
6582
|
parentId?: string;
|
|
6583
|
+
/** Resource id in resources catalog. */
|
|
6584
|
+
resourceId?: string;
|
|
6585
|
+
/** Resource tags. */
|
|
6586
|
+
tags?: string[];
|
|
6539
6587
|
}
|
|
6540
6588
|
/**
|
|
6541
6589
|
* The description of the tile feature layer service as a server task data storage.
|
|
@@ -7838,7 +7886,7 @@ export interface ValidateExpressionParams {
|
|
|
7838
7886
|
/** Layer name. */
|
|
7839
7887
|
layerName: string;
|
|
7840
7888
|
}
|
|
7841
|
-
export interface
|
|
7889
|
+
export interface GetRasterMetaParams6 {
|
|
7842
7890
|
/**
|
|
7843
7891
|
* Min value for build histogram.
|
|
7844
7892
|
* @format double
|
|
@@ -7957,7 +8005,7 @@ export interface GetProjectsListParams {
|
|
|
7957
8005
|
tags?: string[];
|
|
7958
8006
|
}
|
|
7959
8007
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7960
|
-
export interface
|
|
8008
|
+
export interface DeleteResourcesParams2 {
|
|
7961
8009
|
/** Resource names. */
|
|
7962
8010
|
names?: string[];
|
|
7963
8011
|
}
|
|
@@ -8240,7 +8288,7 @@ export interface StatisticsDbParams {
|
|
|
8240
8288
|
*/
|
|
8241
8289
|
types?: AggregationFunction[];
|
|
8242
8290
|
}
|
|
8243
|
-
export interface
|
|
8291
|
+
export interface ClassifyParams7 {
|
|
8244
8292
|
/** Layer name. */
|
|
8245
8293
|
name: string;
|
|
8246
8294
|
/** Attribute name. */
|
|
@@ -8373,6 +8421,10 @@ export interface GetTableListParams {
|
|
|
8373
8421
|
acl?: string;
|
|
8374
8422
|
}
|
|
8375
8423
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8424
|
+
export interface DeleteResourcesParams6 {
|
|
8425
|
+
/** Resource names. */
|
|
8426
|
+
names?: string[];
|
|
8427
|
+
}
|
|
8376
8428
|
export interface GetTablesInfoParams {
|
|
8377
8429
|
/** Table names. */
|
|
8378
8430
|
tableNames?: string[];
|
|
@@ -668,8 +668,21 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
_createClass(CatalogService, [{
|
|
671
|
-
key: "
|
|
671
|
+
key: "getParents",
|
|
672
672
|
value:
|
|
673
|
+
/**
|
|
674
|
+
* No description
|
|
675
|
+
*
|
|
676
|
+
* @tags Catalog
|
|
677
|
+
* @name GetParents
|
|
678
|
+
* @operationId CatalogController_GetParents
|
|
679
|
+
* @summary Get parents.
|
|
680
|
+
* @request GET:/resources/{resourceId}/parents
|
|
681
|
+
* @response `200` OK
|
|
682
|
+
*/
|
|
683
|
+
function getParents(resourceId) {
|
|
684
|
+
return this.http.get("/resources/" + resourceId + "/parents").json();
|
|
685
|
+
}
|
|
673
686
|
/**
|
|
674
687
|
* No description
|
|
675
688
|
*
|
|
@@ -680,7 +693,10 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
680
693
|
* @request GET:/resources/tags
|
|
681
694
|
* @response `200` OK
|
|
682
695
|
*/
|
|
683
|
-
|
|
696
|
+
|
|
697
|
+
}, {
|
|
698
|
+
key: "getTags",
|
|
699
|
+
value: function getTags(query) {
|
|
684
700
|
return this.http.get("/resources/tags", query).json();
|
|
685
701
|
}
|
|
686
702
|
/**
|