@evergis/api 3.0.195 → 3.0.196
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 +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 +8 -6
- package/dist/api.cjs.development.js +8 -0
- 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 +8 -0
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Layers.d.ts +1 -0
- package/dist/services/Statistic.d.ts +2 -2
- package/package.json +2 -2
|
@@ -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, GetRasterMetaParams9, 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 }: GetRasterMetaParams9): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
593
593
|
/**
|
|
594
594
|
* No description
|
|
595
595
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams6, 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: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams8, 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: ClassifyParams8): 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, DeleteResourcesParams5, 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: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams9, 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: GetCapabilitiesParams9): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -834,7 +834,7 @@ export interface CatalogResourceDc {
|
|
|
834
834
|
/** Resource subtype. */
|
|
835
835
|
subtype?: string;
|
|
836
836
|
/** Geometry type. */
|
|
837
|
-
geometryType?: string
|
|
837
|
+
geometryType?: string;
|
|
838
838
|
/** Path to the resource. */
|
|
839
839
|
name?: string;
|
|
840
840
|
/** Description of the resource. */
|
|
@@ -5009,6 +5009,8 @@ export interface ServiceConfigurationBaseDc {
|
|
|
5009
5009
|
clientData?: any;
|
|
5010
5010
|
/** Card configuration. Storage isn't used by server. */
|
|
5011
5011
|
cardConfiguration?: any;
|
|
5012
|
+
/** Parent resource id. */
|
|
5013
|
+
parentId?: string;
|
|
5012
5014
|
}
|
|
5013
5015
|
/**
|
|
5014
5016
|
* Description of a service in the Spatial Processor.
|
|
@@ -7503,7 +7505,7 @@ export interface ValidateExpressionParams {
|
|
|
7503
7505
|
/** Layer name. */
|
|
7504
7506
|
layerName: string;
|
|
7505
7507
|
}
|
|
7506
|
-
export interface
|
|
7508
|
+
export interface GetRasterMetaParams9 {
|
|
7507
7509
|
/**
|
|
7508
7510
|
* Min value for build histogram.
|
|
7509
7511
|
* @format double
|
|
@@ -7630,7 +7632,7 @@ export interface GetProjectsListParams {
|
|
|
7630
7632
|
tags?: string[];
|
|
7631
7633
|
}
|
|
7632
7634
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7633
|
-
export interface
|
|
7635
|
+
export interface DeleteResourcesParams6 {
|
|
7634
7636
|
/** Resource names. */
|
|
7635
7637
|
names?: string[];
|
|
7636
7638
|
}
|
|
@@ -7913,7 +7915,7 @@ export interface StatisticsDbParams {
|
|
|
7913
7915
|
*/
|
|
7914
7916
|
types?: AggregationFunction[];
|
|
7915
7917
|
}
|
|
7916
|
-
export interface
|
|
7918
|
+
export interface ClassifyParams8 {
|
|
7917
7919
|
/** Layer name. */
|
|
7918
7920
|
name: string;
|
|
7919
7921
|
/** Attribute name. */
|
|
@@ -8046,7 +8048,7 @@ export interface GetTableListParams {
|
|
|
8046
8048
|
acl?: string;
|
|
8047
8049
|
}
|
|
8048
8050
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8049
|
-
export interface
|
|
8051
|
+
export interface DeleteResourcesParams5 {
|
|
8050
8052
|
/** Resource names. */
|
|
8051
8053
|
names?: string[];
|
|
8052
8054
|
}
|
|
@@ -8203,7 +8205,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8203
8205
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8204
8206
|
AcceptFormats?: string[];
|
|
8205
8207
|
}
|
|
8206
|
-
export interface
|
|
8208
|
+
export interface GetCapabilitiesParams9 {
|
|
8207
8209
|
/** Output format of service metadata. */
|
|
8208
8210
|
Format?: string;
|
|
8209
8211
|
/** Must be WMS. */
|
|
@@ -4558,6 +4558,14 @@ let Layers = /*#__PURE__*/function (_LayersService) {
|
|
|
4558
4558
|
value: function findOne(name) {
|
|
4559
4559
|
return this.getLayerInfo(name);
|
|
4560
4560
|
}
|
|
4561
|
+
}, {
|
|
4562
|
+
key: "findMany",
|
|
4563
|
+
value: function findMany(layerNames, projectNames) {
|
|
4564
|
+
return this.getLayersInfo({
|
|
4565
|
+
layerNames,
|
|
4566
|
+
projectNames
|
|
4567
|
+
});
|
|
4568
|
+
}
|
|
4561
4569
|
}, {
|
|
4562
4570
|
key: "findAll",
|
|
4563
4571
|
value: function findAll(params) {
|