@evergis/api 3.0.95 → 3.0.96
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__/ImportService.d.ts +13 -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 +14 -8
- package/dist/api.cjs.development.js +16 -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 +16 -0
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +3 -3
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetDataSchemaParams, GetExternalWmsLayersParams, GetRasterAttributesParams, ImportDataSchema,
|
|
1
|
+
import { GetDataSchemaParams, GetExternalArcGisLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, ImportDataSchema, ImportExternalLayers, ImportFileFeaturesCountDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -38,7 +38,18 @@ export declare class ImportService extends Service {
|
|
|
38
38
|
* @request GET:/import/wms
|
|
39
39
|
* @response `200` Success
|
|
40
40
|
*/
|
|
41
|
-
getExternalWmsLayers(query: GetExternalWmsLayersParams): Promise<
|
|
41
|
+
getExternalWmsLayers(query: GetExternalWmsLayersParams): Promise<ImportExternalLayers>;
|
|
42
|
+
/**
|
|
43
|
+
* No description
|
|
44
|
+
*
|
|
45
|
+
* @tags ImportService
|
|
46
|
+
* @name GetExternalArcGisLayers
|
|
47
|
+
* @operationId ImportServiceController_GetExternalArcGisLayers
|
|
48
|
+
* @summary Get list of external ArcGis map service layers.
|
|
49
|
+
* @request GET:/import/arcgismapservice
|
|
50
|
+
* @response `200` Success
|
|
51
|
+
*/
|
|
52
|
+
getExternalArcGisLayers(query: GetExternalArcGisLayersParams): Promise<ImportExternalLayers>;
|
|
42
53
|
/**
|
|
43
54
|
* No description
|
|
44
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams8, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, ListResponseProjectInfoDc, 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` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams6, 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: ClassifyParams6): Promise<ClassifyDc>;
|
|
31
31
|
/**
|
|
32
32
|
* No description
|
|
33
33
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams7, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetUniqueDataRowsParams, ListResponseIEnumerable1, MapRemoteTableInfoDc, MapRemoteTableParams, MapTableParams, MapTablePayload, MapViewInfoDc, MapViewParams, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, 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` 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 { 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
|
*
|
|
@@ -2099,9 +2099,9 @@ export declare type ImagePolygonSymbolDc = SymbolDc & {
|
|
|
2099
2099
|
/**
|
|
2100
2100
|
* Layers of WMS external service.
|
|
2101
2101
|
*/
|
|
2102
|
-
export interface
|
|
2102
|
+
export interface ImportExternalLayers {
|
|
2103
2103
|
/** List of layers in the data-set. */
|
|
2104
|
-
layer:
|
|
2104
|
+
layer: ImportExternalLayers[] | null;
|
|
2105
2105
|
/** abstract field of WMS external service. */
|
|
2106
2106
|
abstract: string;
|
|
2107
2107
|
/** name field of WMS external service. */
|
|
@@ -3540,6 +3540,8 @@ export interface ServiceConfigurationBaseDc {
|
|
|
3540
3540
|
copyrightText?: string;
|
|
3541
3541
|
/** A set of layer tags. */
|
|
3542
3542
|
tags?: string[];
|
|
3543
|
+
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
3544
|
+
invisibleInCatalog?: boolean;
|
|
3543
3545
|
}
|
|
3544
3546
|
/**
|
|
3545
3547
|
* Description of a service in the Spatial Processor.
|
|
@@ -3708,6 +3710,8 @@ export interface ServiceListItemDc {
|
|
|
3708
3710
|
tags?: string[];
|
|
3709
3711
|
/** Envelope geometry. */
|
|
3710
3712
|
envelope?: EnvelopeDc;
|
|
3713
|
+
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
3714
|
+
invisibleInCatalog?: boolean;
|
|
3711
3715
|
}
|
|
3712
3716
|
/**
|
|
3713
3717
|
* Task data storage that works with import and export provider to give access to data stored in static files.
|
|
@@ -4945,8 +4949,10 @@ export interface GetDataSchemaParams {
|
|
|
4945
4949
|
export interface GetExternalWmsLayersParams {
|
|
4946
4950
|
/** WMS service url. */
|
|
4947
4951
|
wmsUrl?: string;
|
|
4948
|
-
|
|
4949
|
-
|
|
4952
|
+
}
|
|
4953
|
+
export interface GetExternalArcGisLayersParams {
|
|
4954
|
+
/** ArcGis map service url. */
|
|
4955
|
+
arcgisUrl?: string;
|
|
4950
4956
|
}
|
|
4951
4957
|
export interface GetRasterAttributesParams {
|
|
4952
4958
|
/** File name in the temporary static storage. */
|
|
@@ -5480,7 +5486,7 @@ export interface GetProjectsListParams {
|
|
|
5480
5486
|
tags?: string[];
|
|
5481
5487
|
}
|
|
5482
5488
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
5483
|
-
export interface
|
|
5489
|
+
export interface DeleteResourcesParams8 {
|
|
5484
5490
|
/** Resource names. */
|
|
5485
5491
|
names?: string[];
|
|
5486
5492
|
}
|
|
@@ -5620,7 +5626,7 @@ export interface StatisticsDbParams {
|
|
|
5620
5626
|
/** Type of required statistic function. */
|
|
5621
5627
|
types?: AggregationFunction[];
|
|
5622
5628
|
}
|
|
5623
|
-
export interface
|
|
5629
|
+
export interface ClassifyParams6 {
|
|
5624
5630
|
/** Layer name. */
|
|
5625
5631
|
name?: string;
|
|
5626
5632
|
/** Attribute name. */
|
|
@@ -5715,7 +5721,7 @@ export interface GetTableListParams {
|
|
|
5715
5721
|
acl?: string;
|
|
5716
5722
|
}
|
|
5717
5723
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
5718
|
-
export interface
|
|
5724
|
+
export interface DeleteResourcesParams7 {
|
|
5719
5725
|
/** Resource names. */
|
|
5720
5726
|
names?: string[];
|
|
5721
5727
|
}
|
|
@@ -5834,7 +5840,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
5834
5840
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
5835
5841
|
AcceptFormats?: string[];
|
|
5836
5842
|
}
|
|
5837
|
-
export interface
|
|
5843
|
+
export interface GetCapabilitiesParams5 {
|
|
5838
5844
|
/** Output format of service metadata. */
|
|
5839
5845
|
Format?: string;
|
|
5840
5846
|
/** Must be WMS. */
|
|
@@ -679,6 +679,22 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
679
679
|
value: function getExternalWmsLayers(query) {
|
|
680
680
|
return this.http.get("/import/wms", query).json();
|
|
681
681
|
}
|
|
682
|
+
/**
|
|
683
|
+
* No description
|
|
684
|
+
*
|
|
685
|
+
* @tags ImportService
|
|
686
|
+
* @name GetExternalArcGisLayers
|
|
687
|
+
* @operationId ImportServiceController_GetExternalArcGisLayers
|
|
688
|
+
* @summary Get list of external ArcGis map service layers.
|
|
689
|
+
* @request GET:/import/arcgismapservice
|
|
690
|
+
* @response `200` Success
|
|
691
|
+
*/
|
|
692
|
+
|
|
693
|
+
}, {
|
|
694
|
+
key: "getExternalArcGisLayers",
|
|
695
|
+
value: function getExternalArcGisLayers(query) {
|
|
696
|
+
return this.http.get("/import/arcgismapservice", query).json();
|
|
697
|
+
}
|
|
682
698
|
/**
|
|
683
699
|
* No description
|
|
684
700
|
*
|