@evergis/api 3.0.196 → 3.0.197
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__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +48 -7
- package/dist/api.cjs.development.js +7 -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 +22 -1
- package/dist/api.esm.js.map +1 -1
- 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, GetRasterMetaParams7, 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 }: GetRasterMetaParams7): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
593
593
|
/**
|
|
594
594
|
* No description
|
|
595
595
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams3, 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: DeleteResourcesParams3): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams3, 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: DeleteResourcesParams3): 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
|
*
|
|
@@ -419,6 +419,8 @@ export interface AttributeConfigurationDc {
|
|
|
419
419
|
attributeSelectorType?: AttributeSelectorType;
|
|
420
420
|
/** Values range. */
|
|
421
421
|
ranges?: ValuesRange[];
|
|
422
|
+
/** Information about an attribute icon. */
|
|
423
|
+
icon?: AttributeIconDc;
|
|
422
424
|
}
|
|
423
425
|
/**
|
|
424
426
|
* Information about an attribute.
|
|
@@ -482,6 +484,9 @@ export interface AttributeDefinitionDc {
|
|
|
482
484
|
isCalculated?: boolean;
|
|
483
485
|
/** Provides attributes format definition settings. */
|
|
484
486
|
stringFormat?: AttributeFormatDefinitionDc;
|
|
487
|
+
sr?: ISpatialReference;
|
|
488
|
+
/** Information about an attribute icon. */
|
|
489
|
+
icon?: AttributeIconDc;
|
|
485
490
|
}
|
|
486
491
|
/**
|
|
487
492
|
* Information about an attribute distinct.
|
|
@@ -587,6 +592,46 @@ export interface AttributeFormatDefinitionDc {
|
|
|
587
592
|
*/
|
|
588
593
|
rounding?: number;
|
|
589
594
|
}
|
|
595
|
+
/**
|
|
596
|
+
* Information about an attribute icon.
|
|
597
|
+
*/
|
|
598
|
+
export interface AttributeIconDc {
|
|
599
|
+
/**
|
|
600
|
+
*
|
|
601
|
+
*
|
|
602
|
+
* Unknown
|
|
603
|
+
*
|
|
604
|
+
* Icon
|
|
605
|
+
*
|
|
606
|
+
* PNG
|
|
607
|
+
*
|
|
608
|
+
* SVG
|
|
609
|
+
*/
|
|
610
|
+
type?: AttributeIconType;
|
|
611
|
+
/** Icon name from EverGIS icon library. */
|
|
612
|
+
iconName?: string;
|
|
613
|
+
/** URL. */
|
|
614
|
+
url?: string;
|
|
615
|
+
/** Icon resource id. */
|
|
616
|
+
resourceId?: string;
|
|
617
|
+
}
|
|
618
|
+
/**
|
|
619
|
+
*
|
|
620
|
+
|
|
621
|
+
Unknown
|
|
622
|
+
|
|
623
|
+
Icon
|
|
624
|
+
|
|
625
|
+
PNG
|
|
626
|
+
|
|
627
|
+
SVG
|
|
628
|
+
*/
|
|
629
|
+
export declare enum AttributeIconType {
|
|
630
|
+
Unknown = "Unknown",
|
|
631
|
+
Icon = "Icon",
|
|
632
|
+
PNG = "PNG",
|
|
633
|
+
SVG = "SVG"
|
|
634
|
+
}
|
|
590
635
|
/**
|
|
591
636
|
*
|
|
592
637
|
|
|
@@ -7505,7 +7550,7 @@ export interface ValidateExpressionParams {
|
|
|
7505
7550
|
/** Layer name. */
|
|
7506
7551
|
layerName: string;
|
|
7507
7552
|
}
|
|
7508
|
-
export interface
|
|
7553
|
+
export interface GetRasterMetaParams7 {
|
|
7509
7554
|
/**
|
|
7510
7555
|
* Min value for build histogram.
|
|
7511
7556
|
* @format double
|
|
@@ -7632,7 +7677,7 @@ export interface GetProjectsListParams {
|
|
|
7632
7677
|
tags?: string[];
|
|
7633
7678
|
}
|
|
7634
7679
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7635
|
-
export interface
|
|
7680
|
+
export interface DeleteResourcesParams3 {
|
|
7636
7681
|
/** Resource names. */
|
|
7637
7682
|
names?: string[];
|
|
7638
7683
|
}
|
|
@@ -8048,10 +8093,6 @@ export interface GetTableListParams {
|
|
|
8048
8093
|
acl?: string;
|
|
8049
8094
|
}
|
|
8050
8095
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8051
|
-
export interface DeleteResourcesParams5 {
|
|
8052
|
-
/** Resource names. */
|
|
8053
|
-
names?: string[];
|
|
8054
|
-
}
|
|
8055
8096
|
export interface GetTablesInfoParams {
|
|
8056
8097
|
/** Table names. */
|
|
8057
8098
|
tableNames?: string[];
|
|
@@ -8205,7 +8246,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8205
8246
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8206
8247
|
AcceptFormats?: string[];
|
|
8207
8248
|
}
|
|
8208
|
-
export interface
|
|
8249
|
+
export interface GetCapabilitiesParams5 {
|
|
8209
8250
|
/** Output format of service metadata. */
|
|
8210
8251
|
Format?: string;
|
|
8211
8252
|
/** Must be WMS. */
|
|
@@ -8068,6 +8068,13 @@ function isFeatureLayer(layer) {
|
|
|
8068
8068
|
AggregationFunction["DividedSum"] = "DividedSum";
|
|
8069
8069
|
})(exports.AggregationFunction || (exports.AggregationFunction = {}));
|
|
8070
8070
|
|
|
8071
|
+
(function (AttributeIconType) {
|
|
8072
|
+
AttributeIconType["Unknown"] = "Unknown";
|
|
8073
|
+
AttributeIconType["Icon"] = "Icon";
|
|
8074
|
+
AttributeIconType["PNG"] = "PNG";
|
|
8075
|
+
AttributeIconType["SVG"] = "SVG";
|
|
8076
|
+
})(exports.AttributeIconType || (exports.AttributeIconType = {}));
|
|
8077
|
+
|
|
8071
8078
|
(function (AttributeSelectorType) {
|
|
8072
8079
|
AttributeSelectorType["None"] = "None";
|
|
8073
8080
|
AttributeSelectorType["SelectFromHandBook"] = "SelectFromHandBook";
|