@evergis/api 3.0.82 → 3.0.83
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 +1 -1
- package/dist/__generated__/ProjectsService.d.ts +3 -3
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +3 -3
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +12 -5
- 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
|
@@ -490,7 +490,7 @@ export declare class LayersService extends Service {
|
|
|
490
490
|
* @request POST:/layers/{name}/preview
|
|
491
491
|
* @response `200` Success
|
|
492
492
|
*/
|
|
493
|
-
setPreview(name: string, data: SetPreviewPayload): Promise<FileUploadResponse>;
|
|
493
|
+
setPreview(name: string, data: SetPreviewPayload | FormData): Promise<FileUploadResponse>;
|
|
494
494
|
/**
|
|
495
495
|
* No description
|
|
496
496
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CreateProjectPayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CreateProjectPayload, DeleteResourcesParams5, 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: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -115,7 +115,7 @@ export declare class ProjectsService extends Service {
|
|
|
115
115
|
* @request POST:/projects/{name}/preview
|
|
116
116
|
* @response `200` Success
|
|
117
117
|
*/
|
|
118
|
-
setPreview(name: string, data: SetPreviewBody): Promise<FileUploadResponse>;
|
|
118
|
+
setPreview(name: string, data: SetPreviewBody | FormData): Promise<FileUploadResponse>;
|
|
119
119
|
/**
|
|
120
120
|
* No description
|
|
121
121
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams7, 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: ClassifyParams7): 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, DeleteResourcesParams6, 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: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -203,7 +203,7 @@ export declare class TablesService extends Service {
|
|
|
203
203
|
* @request POST:/tables/{name}/preview
|
|
204
204
|
* @response `200` Success
|
|
205
205
|
*/
|
|
206
|
-
setPreview(name: string, data: SetPreviewInput): Promise<FileUploadResponse>;
|
|
206
|
+
setPreview(name: string, data: SetPreviewInput | FormData): Promise<FileUploadResponse>;
|
|
207
207
|
/**
|
|
208
208
|
* No description
|
|
209
209
|
*
|
|
@@ -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` Success
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams5): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -1933,6 +1933,7 @@ export interface GeocodeResultDc {
|
|
|
1933
1933
|
* @format double
|
|
1934
1934
|
*/
|
|
1935
1935
|
score?: number;
|
|
1936
|
+
center?: IVector;
|
|
1936
1937
|
geometry?: IGeometry;
|
|
1937
1938
|
}
|
|
1938
1939
|
/**
|
|
@@ -2786,6 +2787,8 @@ export interface MapRemoteTableInfoDc {
|
|
|
2786
2787
|
dataProvider: string;
|
|
2787
2788
|
/** Name of the table, materialized view or view. */
|
|
2788
2789
|
name: string;
|
|
2790
|
+
/** Owner of the table. */
|
|
2791
|
+
owner: string;
|
|
2789
2792
|
/** Create datasource alias. */
|
|
2790
2793
|
alias?: string;
|
|
2791
2794
|
/** Create datasource description. */
|
|
@@ -2798,6 +2801,8 @@ export interface MapRemoteTableInfoDc {
|
|
|
2798
2801
|
export interface MapTableInfoDc {
|
|
2799
2802
|
/** Name of the table, materialized view or view. */
|
|
2800
2803
|
name: string;
|
|
2804
|
+
/** Owner of the table. */
|
|
2805
|
+
owner: string;
|
|
2801
2806
|
/** Create datasource alias. */
|
|
2802
2807
|
alias?: string;
|
|
2803
2808
|
/** Create datasource description. */
|
|
@@ -2809,6 +2814,8 @@ export interface MapTableInfoDc {
|
|
|
2809
2814
|
export interface MapViewInfoDc {
|
|
2810
2815
|
/** Name of the table, materialized view or view. */
|
|
2811
2816
|
name: string;
|
|
2817
|
+
/** Owner of the table. */
|
|
2818
|
+
owner: string;
|
|
2812
2819
|
/** Create datasource alias. */
|
|
2813
2820
|
alias?: string;
|
|
2814
2821
|
/** Create datasource description. */
|
|
@@ -6042,7 +6049,7 @@ export interface GetLayerImageParams {
|
|
|
6042
6049
|
}
|
|
6043
6050
|
export interface GetLayerExtentParams {
|
|
6044
6051
|
/** If set, only the features that satisfy the condition will be considered when calculating the extent. */
|
|
6045
|
-
|
|
6052
|
+
condition?: string;
|
|
6046
6053
|
/**
|
|
6047
6054
|
* Spatial reference to return the extent in.
|
|
6048
6055
|
* @format int32
|
|
@@ -6372,7 +6379,7 @@ export interface GetProjectsListParams {
|
|
|
6372
6379
|
*/
|
|
6373
6380
|
export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
|
|
6374
6381
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
6375
|
-
export interface
|
|
6382
|
+
export interface DeleteResourcesParams5 {
|
|
6376
6383
|
/** Resource names. */
|
|
6377
6384
|
names?: string[];
|
|
6378
6385
|
}
|
|
@@ -6564,7 +6571,7 @@ export interface StatisticsDbParams {
|
|
|
6564
6571
|
/** Type of required statistic function. */
|
|
6565
6572
|
types?: AggregationFunction[];
|
|
6566
6573
|
}
|
|
6567
|
-
export interface
|
|
6574
|
+
export interface ClassifyParams7 {
|
|
6568
6575
|
/** Layer name. */
|
|
6569
6576
|
name?: string;
|
|
6570
6577
|
/** Attribute name. */
|
|
@@ -6669,7 +6676,7 @@ export interface GetTableListParams {
|
|
|
6669
6676
|
*/
|
|
6670
6677
|
export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
|
|
6671
6678
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6672
|
-
export interface
|
|
6679
|
+
export interface DeleteResourcesParams6 {
|
|
6673
6680
|
/** Resource names. */
|
|
6674
6681
|
names?: string[];
|
|
6675
6682
|
}
|
|
@@ -6774,7 +6781,7 @@ export interface GetCapabilitiesParams {
|
|
|
6774
6781
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
6775
6782
|
AcceptFormats?: string[];
|
|
6776
6783
|
}
|
|
6777
|
-
export interface
|
|
6784
|
+
export interface GetCapabilitiesParams5 {
|
|
6778
6785
|
/** Output format of service metadata. */
|
|
6779
6786
|
Format?: string;
|
|
6780
6787
|
/** Must be WMS. */
|