@evergis/api 3.0.83 → 3.0.84
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__/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 -27
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CreateProjectPayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CreateProjectPayload, DeleteResourcesParams7, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, IListResponse, ListResponseProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPermissionsBody, SetPreviewBody, UpdateProjectPayload } 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` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams5, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -27,7 +27,7 @@ export declare class StatisticService extends Service {
|
|
|
27
27
|
* @request GET:/statistics/classify
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
|
-
classify(query:
|
|
30
|
+
classify(query: ClassifyParams5): Promise<ClassifyDc>;
|
|
31
31
|
/**
|
|
32
32
|
* No description
|
|
33
33
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams3, DeleteTableDataParams, FileUploadResponse, GetTableDataParams, GetTableListParams, GetUniqueDataRowsParams, IListResponse, ListResponseIEnumerable1, MapRemoteTableParams, MapRemoteTablePayload, MapTableParams, MapTablePayload, MapViewParams, MapViewPayload, ResourceDependenciesDc, SetPermissionsBatchInput, SetPermissionsInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTablePayload, 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` Success
|
|
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, GetCapabilitiesParams7, 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` Success
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -1933,8 +1933,10 @@ export interface GeocodeResultDc {
|
|
|
1933
1933
|
* @format double
|
|
1934
1934
|
*/
|
|
1935
1935
|
score?: number;
|
|
1936
|
-
|
|
1937
|
-
|
|
1936
|
+
/** Result geometry. */
|
|
1937
|
+
center?: PositionDc;
|
|
1938
|
+
/** Result geometry. */
|
|
1939
|
+
geometry?: GeometryDc;
|
|
1938
1940
|
}
|
|
1939
1941
|
/**
|
|
1940
1942
|
* Geocode suggest result.
|
|
@@ -2109,27 +2111,6 @@ export interface IEnvelopeGeometry {
|
|
|
2109
2111
|
sr?: ISpatialReference;
|
|
2110
2112
|
envelope?: IEnvelopeGeometry;
|
|
2111
2113
|
}
|
|
2112
|
-
export interface IGeometry {
|
|
2113
|
-
centroid?: IVector;
|
|
2114
|
-
/**
|
|
2115
|
-
*
|
|
2116
|
-
*
|
|
2117
|
-
* unknown
|
|
2118
|
-
*
|
|
2119
|
-
* point
|
|
2120
|
-
*
|
|
2121
|
-
* polyline
|
|
2122
|
-
*
|
|
2123
|
-
* polygon
|
|
2124
|
-
*
|
|
2125
|
-
* envelope
|
|
2126
|
-
*
|
|
2127
|
-
* multipoint
|
|
2128
|
-
*/
|
|
2129
|
-
geometryType?: GeometryType;
|
|
2130
|
-
sr?: ISpatialReference;
|
|
2131
|
-
envelope?: IEnvelopeGeometry;
|
|
2132
|
-
}
|
|
2133
2114
|
export interface ILineEndingDc {
|
|
2134
2115
|
/** Type of the line ending. */
|
|
2135
2116
|
type?: LineEndingType;
|
|
@@ -6379,7 +6360,7 @@ export interface GetProjectsListParams {
|
|
|
6379
6360
|
*/
|
|
6380
6361
|
export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
|
|
6381
6362
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
6382
|
-
export interface
|
|
6363
|
+
export interface DeleteResourcesParams7 {
|
|
6383
6364
|
/** Resource names. */
|
|
6384
6365
|
names?: string[];
|
|
6385
6366
|
}
|
|
@@ -6571,7 +6552,7 @@ export interface StatisticsDbParams {
|
|
|
6571
6552
|
/** Type of required statistic function. */
|
|
6572
6553
|
types?: AggregationFunction[];
|
|
6573
6554
|
}
|
|
6574
|
-
export interface
|
|
6555
|
+
export interface ClassifyParams5 {
|
|
6575
6556
|
/** Layer name. */
|
|
6576
6557
|
name?: string;
|
|
6577
6558
|
/** Attribute name. */
|
|
@@ -6676,7 +6657,7 @@ export interface GetTableListParams {
|
|
|
6676
6657
|
*/
|
|
6677
6658
|
export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
|
|
6678
6659
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6679
|
-
export interface
|
|
6660
|
+
export interface DeleteResourcesParams3 {
|
|
6680
6661
|
/** Resource names. */
|
|
6681
6662
|
names?: string[];
|
|
6682
6663
|
}
|
|
@@ -6781,7 +6762,7 @@ export interface GetCapabilitiesParams {
|
|
|
6781
6762
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
6782
6763
|
AcceptFormats?: string[];
|
|
6783
6764
|
}
|
|
6784
|
-
export interface
|
|
6765
|
+
export interface GetCapabilitiesParams7 {
|
|
6785
6766
|
/** Output format of service metadata. */
|
|
6786
6767
|
Format?: string;
|
|
6787
6768
|
/** Must be WMS. */
|