@evergis/api 4.0.23 → 4.0.24
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__/DataSourceService.d.ts +2 -2
- package/dist/__generated__/FeedbackService.d.ts +1 -13
- package/dist/__generated__/ImportService.d.ts +3 -3
- package/dist/__generated__/ProjectsService.d.ts +3 -3
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +16 -1053
- package/dist/api.cjs.development.js +1 -80
- 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 +2 -205
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ArcGisDataSourceDc, ArcGisDataSourceInfoDc,
|
|
1
|
+
import { ArcGisDataSourceDc, ArcGisDataSourceInfoDc, GetDataSourcesListParams, MosRuDataSourceDc, MosRuDataSourceInfoDc, PagedListDataSourceInfoDc, PostgresDataSourceDc, PostgresDataSourceInfoDc, S3DataSourceDc, S3DataSourceInfoDc, TestConnectionInfoDc, WmsDataSourceDc } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -77,7 +77,7 @@ export declare class DataSourceService extends Service {
|
|
|
77
77
|
* @secure
|
|
78
78
|
* @response `200` OK
|
|
79
79
|
*/
|
|
80
|
-
getDataSource(name: string): Promise<
|
|
80
|
+
getDataSource(name: string): Promise<ArcGisDataSourceInfoDc | MosRuDataSourceInfoDc | PostgresDataSourceInfoDc | S3DataSourceInfoDc>;
|
|
81
81
|
/**
|
|
82
82
|
* No description
|
|
83
83
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FeedbackParams, FeedbackPayload, IncreaseResourcesLimitParams
|
|
1
|
+
import { FeedbackParams, FeedbackPayload, IncreaseResourcesLimitParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -18,18 +18,6 @@ export declare class FeedbackService extends Service {
|
|
|
18
18
|
* @response `200` OK
|
|
19
19
|
*/
|
|
20
20
|
increaseResourcesLimit(query: IncreaseResourcesLimitParams): Promise<string[]>;
|
|
21
|
-
/**
|
|
22
|
-
* No description
|
|
23
|
-
*
|
|
24
|
-
* @tags Feedback
|
|
25
|
-
* @name MoreSymbols
|
|
26
|
-
* @operationId FeedbackController_MoreSymbols
|
|
27
|
-
* @summary More symbols request.
|
|
28
|
-
* @request POST:/feedback/symbol
|
|
29
|
-
* @secure
|
|
30
|
-
* @response `200` OK
|
|
31
|
-
*/
|
|
32
|
-
moreSymbols(query: MoreSymbolsParams): Promise<string[]>;
|
|
33
21
|
/**
|
|
34
22
|
* No description
|
|
35
23
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams,
|
|
1
|
+
import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchemaDc, ImportFileFeaturesCountDc, NetCdfMetaDc, PagedFeaturesListDc, RasterMetaDc, ReadPartParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -17,7 +17,7 @@ export declare class ImportService extends Service {
|
|
|
17
17
|
* @secure
|
|
18
18
|
* @response `200` OK
|
|
19
19
|
*/
|
|
20
|
-
getDataSchema(query: GetDataSchemaParams): Promise<
|
|
20
|
+
getDataSchema(query: GetDataSchemaParams): Promise<ImportDataSchemaDc>;
|
|
21
21
|
/**
|
|
22
22
|
* No description
|
|
23
23
|
*
|
|
@@ -41,7 +41,7 @@ export declare class ImportService extends Service {
|
|
|
41
41
|
* @secure
|
|
42
42
|
* @response `200` OK
|
|
43
43
|
*/
|
|
44
|
-
readPart(query: ReadPartParams): Promise<
|
|
44
|
+
readPart(query: ReadPartParams): Promise<Record<string, any>[]>;
|
|
45
45
|
/**
|
|
46
46
|
* No description
|
|
47
47
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BulkOperationResultDc,
|
|
1
|
+
import { BulkOperationResultDc, DeleteResourcesParams1, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, JsonPatchDocumentExtendedProjectInfoDcV2, PagedListProjectInfoDc, ResourceDependenciesDc, UpdateProjectV2Payload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -17,7 +17,7 @@ export declare class ProjectsService extends Service {
|
|
|
17
17
|
* @secure
|
|
18
18
|
* @response `200` OK
|
|
19
19
|
*/
|
|
20
|
-
getProjectsList(query: GetProjectsListParams): Promise<PagedListProjectInfoDc
|
|
20
|
+
getProjectsList(query: GetProjectsListParams): Promise<PagedListProjectInfoDc>;
|
|
21
21
|
/**
|
|
22
22
|
* No description
|
|
23
23
|
*
|
|
@@ -41,7 +41,7 @@ export declare class ProjectsService extends Service {
|
|
|
41
41
|
* @secure
|
|
42
42
|
* @response `200` OK
|
|
43
43
|
*/
|
|
44
|
-
deleteResources(query:
|
|
44
|
+
deleteResources(query: DeleteResourcesParams1): Promise<BulkOperationResultDc[]>;
|
|
45
45
|
/**
|
|
46
46
|
* No description
|
|
47
47
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc,
|
|
1
|
+
import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams5, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -41,7 +41,7 @@ export declare class TablesService extends Service {
|
|
|
41
41
|
* @secure
|
|
42
42
|
* @response `200` OK
|
|
43
43
|
*/
|
|
44
|
-
deleteResources(query:
|
|
44
|
+
deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
|
|
45
45
|
/**
|
|
46
46
|
* No description
|
|
47
47
|
*
|
|
@@ -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
|
|
@@ -17,7 +17,7 @@ export declare class WmsServerService extends Service {
|
|
|
17
17
|
* @secure
|
|
18
18
|
* @response `200` OK
|
|
19
19
|
*/
|
|
20
|
-
getCapabilities(query:
|
|
20
|
+
getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
|
|
21
21
|
/**
|
|
22
22
|
* No description
|
|
23
23
|
*
|