@evergis/api 3.0.71 → 3.0.72
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 +48 -4
- 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, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload, DeleteResourcesParams8, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, IListResponse, ListResponseProjectInfoDc, ResourceDependenciesDc, ResourceInfoDc, ServiceInfoDc, SetPermissionsBatchBody, SetPermissionsBody, SetPreviewBody, SharedProjectInfoDc, UpdateProjectPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -82,7 +82,7 @@ export declare class ProjectsService extends Service {
|
|
|
82
82
|
* @request DELETE:/projects
|
|
83
83
|
* @response `200` Success
|
|
84
84
|
*/
|
|
85
|
-
deleteResources(query:
|
|
85
|
+
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
86
86
|
/**
|
|
87
87
|
* No description
|
|
88
88
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams6, PositionDc, StatisticParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -27,5 +27,5 @@ export declare class StatisticService extends Service {
|
|
|
27
27
|
* @request GET:/classify
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
|
-
classify(query:
|
|
30
|
+
classify(query: ClassifyParams6): Promise<ClassifyDc>;
|
|
31
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams2, 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: DeleteResourcesParams2): 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
|
*
|
|
@@ -2973,6 +2973,50 @@ export interface PolyDc {
|
|
|
2973
2973
|
*/
|
|
2974
2974
|
sr?: number;
|
|
2975
2975
|
}
|
|
2976
|
+
/**
|
|
2977
|
+
* Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
|
|
2978
|
+
*/
|
|
2979
|
+
export interface PolygonCenterLabelSymbolDc {
|
|
2980
|
+
/** Is sets true label center fixed and not accept envelope. */
|
|
2981
|
+
fixCenter?: boolean;
|
|
2982
|
+
type?: string;
|
|
2983
|
+
/** Label text format. */
|
|
2984
|
+
fieldFormat?: string;
|
|
2985
|
+
/** Label text font family. */
|
|
2986
|
+
fontFamily?: string;
|
|
2987
|
+
/** Sets whether font should be styled. */
|
|
2988
|
+
fontStyle?: FontStyle;
|
|
2989
|
+
/** Specifies the weight (or boldness) of the font. */
|
|
2990
|
+
fontWeight?: FontWeight;
|
|
2991
|
+
/**
|
|
2992
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
2993
|
+
* as an object with a "type" parameter specified.
|
|
2994
|
+
*/
|
|
2995
|
+
fontColor?: ParameterDcColor;
|
|
2996
|
+
/**
|
|
2997
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
2998
|
+
* as an object with a "type" parameter specified.
|
|
2999
|
+
*/
|
|
3000
|
+
fontSize?: ParameterDcDouble;
|
|
3001
|
+
/** Sets the horizontal alignment of text. */
|
|
3002
|
+
horizontalAlignment?: TextAlignment;
|
|
3003
|
+
/** Sets the vertical alignment of text. */
|
|
3004
|
+
verticalAlignment?: TextVerticalAlignment;
|
|
3005
|
+
/**
|
|
3006
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
3007
|
+
* as an object with a "type" parameter specified.
|
|
3008
|
+
*/
|
|
3009
|
+
haloColor?: ParameterDcColor;
|
|
3010
|
+
/**
|
|
3011
|
+
* Width of label stroke (halo).
|
|
3012
|
+
* @format float
|
|
3013
|
+
*/
|
|
3014
|
+
haloWidth?: number;
|
|
3015
|
+
/** Offset of the label center from the geographic point. */
|
|
3016
|
+
offset?: ParameterDcDouble[];
|
|
3017
|
+
/** Specifies text background. */
|
|
3018
|
+
textBackground?: TextBackgroundDc;
|
|
3019
|
+
}
|
|
2976
3020
|
/**
|
|
2977
3021
|
* Polygon geometry object definition.
|
|
2978
3022
|
*/
|
|
@@ -6145,7 +6189,7 @@ export interface GetProjectsListParams {
|
|
|
6145
6189
|
*/
|
|
6146
6190
|
export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
|
|
6147
6191
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
6148
|
-
export interface
|
|
6192
|
+
export interface DeleteResourcesParams8 {
|
|
6149
6193
|
/** Resource names. */
|
|
6150
6194
|
names?: string[];
|
|
6151
6195
|
}
|
|
@@ -6359,7 +6403,7 @@ export interface StatisticParams {
|
|
|
6359
6403
|
*/
|
|
6360
6404
|
type?: StatisticsType;
|
|
6361
6405
|
}
|
|
6362
|
-
export interface
|
|
6406
|
+
export interface ClassifyParams6 {
|
|
6363
6407
|
/** Layer name. */
|
|
6364
6408
|
layerName?: string;
|
|
6365
6409
|
/** Attribute name. */
|
|
@@ -6434,7 +6478,7 @@ export interface GetTableListParams {
|
|
|
6434
6478
|
*/
|
|
6435
6479
|
export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
|
|
6436
6480
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6437
|
-
export interface
|
|
6481
|
+
export interface DeleteResourcesParams2 {
|
|
6438
6482
|
/** Resource names. */
|
|
6439
6483
|
names?: string[];
|
|
6440
6484
|
}
|
|
@@ -6539,7 +6583,7 @@ export interface GetCapabilitiesParams {
|
|
|
6539
6583
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
6540
6584
|
AcceptFormats?: string[];
|
|
6541
6585
|
}
|
|
6542
|
-
export interface
|
|
6586
|
+
export interface GetCapabilitiesParams7 {
|
|
6543
6587
|
/** Output format of service metadata. */
|
|
6544
6588
|
Format?: string;
|
|
6545
6589
|
/** Must be WMS. */
|