@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.
@@ -1,4 +1,4 @@
1
- import { ArcGisDataSourceDc, ArcGisDataSourceInfoDc, DataSourceInfoDc, GetDataSourcesListParams, MosRuDataSourceDc, MosRuDataSourceInfoDc, PagedListDataSourceInfoDc, PostgresDataSourceDc, PostgresDataSourceInfoDc, S3DataSourceDc, S3DataSourceInfoDc, TestConnectionInfoDc, WmsDataSourceDc } from './data-contracts';
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<DataSourceInfoDc | ArcGisDataSourceInfoDc | MosRuDataSourceInfoDc | PostgresDataSourceInfoDc | S3DataSourceInfoDc>;
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, MoreSymbolsParams } from './data-contracts';
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, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, PagedFeaturesListDc, RasterMetaDc, ReadPartParams } from './data-contracts';
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<ImportDataSchema>;
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<void>;
44
+ readPart(query: ReadPartParams): Promise<Record<string, any>[]>;
45
45
  /**
46
46
  * No description
47
47
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, DeleteResourcesParams5, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, JsonPatchDocumentExtendedProjectInfoDcV2, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, UpdateProjectV2Payload } from './data-contracts';
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 | ProjectsListDc>;
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: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
44
+ deleteResources(query: DeleteResourcesParams1): Promise<BulkOperationResultDc[]>;
45
45
  /**
46
46
  * No description
47
47
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams8, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
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: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
44
+ deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
45
45
  /**
46
46
  * No description
47
47
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams5, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
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: GetCapabilitiesParams5): Promise<void>;
20
+ getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
21
21
  /**
22
22
  * No description
23
23
  *