@evergis/api 4.1.48 → 4.1.50-alpha.0

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.
@@ -113,7 +113,7 @@ export declare class EqlService extends Service {
113
113
  * @secure
114
114
  * @response `200` OK
115
115
  */
116
- getLayerParameters(query: GetLayerParametersParams): Promise<string>;
116
+ getLayerParameters(query: GetLayerParametersParams): Promise<void>;
117
117
  /**
118
118
  * No description
119
119
  *
@@ -125,7 +125,7 @@ export declare class EqlService extends Service {
125
125
  * @secure
126
126
  * @response `200` OK
127
127
  */
128
- getLayerParameters1(query: GetLayerParameters1Params): Promise<Record<string, string>>;
128
+ getLayerParameters1(query: GetLayerParameters1Params): Promise<Record<string, any>>;
129
129
  /**
130
130
  * No description
131
131
  *
@@ -1,5 +1,5 @@
1
1
  import { Service } from './Service';
2
- import { BindCallbackParams, BindFacebookParams, BindGoogleParams, BindVkParams, BindYandexParams } from './data-contracts';
2
+ import { BindCallbackParams, BindFacebookParams, BindGoogleParams, BindVkParams, BindYandexParams, LoginResultDc } from './data-contracts';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
5
  * @version 1.5.1.0
@@ -65,7 +65,7 @@ export declare class ExternalProvidersService extends Service {
65
65
  * @secure
66
66
  * @response `200` OK
67
67
  */
68
- loginCallback(): Promise<void>;
68
+ loginCallback(): Promise<LoginResultDc>;
69
69
  /**
70
70
  * No description
71
71
  *
@@ -1,5 +1,5 @@
1
1
  import { Service } from './Service';
2
- import { FeedbackParams, FeedbackPayload, IncreaseResourcesLimitParams } from './data-contracts';
2
+ import { FeedbackParams, FeedbackPayload, IncreaseResourcesLimitDc } from './data-contracts';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
5
  * @version 1.5.1.0
@@ -17,7 +17,7 @@ export declare class FeedbackService extends Service {
17
17
  * @secure
18
18
  * @response `200` OK
19
19
  */
20
- increaseResourcesLimit(query: IncreaseResourcesLimitParams): Promise<string[]>;
20
+ increaseResourcesLimit(data: IncreaseResourcesLimitDc): Promise<string[]>;
21
21
  /**
22
22
  * No description
23
23
  *
@@ -29,7 +29,7 @@ export declare class FeedbackService extends Service {
29
29
  * @secure
30
30
  * @response `200` OK
31
31
  */
32
- requestFullAccess(): Promise<void>;
32
+ requestFullAccess(): Promise<string[]>;
33
33
  /**
34
34
  * No description
35
35
  *
@@ -1,5 +1,5 @@
1
1
  import { Service } from './Service';
2
- import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkFilteredFeaturesCountDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FailedServiceInfoDc, FeatureDc, FeatureLayerServiceInfoDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCount1Params, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountPayload, GetLayerExtentParams, GetLayersInfoParams, GetRasterMetaParams2, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, RouteServiceConfigurationDc, ServiceInfoDc, TileCatalogServiceInfoDc, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
2
+ import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkFilteredFeaturesCountDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FailedServiceInfoDc, FeatureDc, FeatureLayerServiceInfoDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCount1Params, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountPayload, GetLayerExtentParams, GetLayersInfoParams, GetRasterMetaParams2, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, Operation, PagedBulkFeaturesListDc, PagedFeaturesListDc, PatchQueryLayerServicePayload, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, RouteServiceConfigurationDc, ServiceInfoDc, TileCatalogServiceInfoDc, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
5
  * @version 1.5.1.0
@@ -234,6 +234,18 @@ export declare class LayersService extends Service {
234
234
  * @response `200` OK
235
235
  */
236
236
  updateQueryLayerService(name: string, data: QueryLayerServiceConfigurationDc): Promise<QueryLayerServiceInfoDc>;
237
+ /**
238
+ * No description
239
+ *
240
+ * @tags Layers
241
+ * @name PatchQueryLayerService
242
+ * @operationId LayersController_PatchQueryLayerService
243
+ * @summary Patch EQL-based Query Layer Service.
244
+ * @request PATCH:/layers/{name}/v2
245
+ * @secure
246
+ * @response `200` OK
247
+ */
248
+ patchQueryLayerService(name: string, data: PatchQueryLayerServicePayload): Promise<Operation[]>;
237
249
  /**
238
250
  * No description
239
251
  *
@@ -1,5 +1,5 @@
1
1
  import { Service } from './Service';
2
- import { BulkOperationResultDc, CatalogConfigurationDc, DeleteResourcesParams2, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, Operation, PatchProjectConfigurationPayload, PutProjectConfigurationPayload, ResourceDependenciesDc, UpdateProjectV2Payload } from './data-contracts';
2
+ import { BulkOperationResultDc, DeleteResourcesParams2, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, Operation, ResourceDependenciesDc, UpdateProjectV2Payload } from './data-contracts';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
5
  * @version 1.5.1.0
@@ -102,54 +102,6 @@ export declare class ProjectsService extends Service {
102
102
  * @response `200` OK
103
103
  */
104
104
  getProjectLayersExtendedInfo(name: string): Promise<ExtendedProjectLayersInfo>;
105
- /**
106
- * No description
107
- *
108
- * @tags Projects
109
- * @name PatchProjectConfiguration
110
- * @operationId ProjectsController_PatchProjectConfiguration
111
- * @summary Applies partial updates using JSON Patch.
112
- * @request PATCH:/projects/{name}/devConfiguration
113
- * @secure
114
- * @response `200` OK
115
- */
116
- patchProjectConfiguration(name: string, data: PatchProjectConfigurationPayload): Promise<CatalogConfigurationDc>;
117
- /**
118
- * No description
119
- *
120
- * @tags Projects
121
- * @name PutProjectConfiguration
122
- * @operationId ProjectsController_PutProjectConfiguration
123
- * @summary Creates or updates configuration (full replacement).
124
- * @request PUT:/projects/{name}/devConfiguration
125
- * @secure
126
- * @response `200` OK
127
- */
128
- putProjectConfiguration(name: string, data: PutProjectConfigurationPayload): Promise<CatalogConfigurationDc>;
129
- /**
130
- * No description
131
- *
132
- * @tags Projects
133
- * @name GetProjectConfiguration
134
- * @operationId ProjectsController_GetProjectConfiguration
135
- * @summary Gets configuration for a resource and type.
136
- * @request GET:/projects/{name}/devConfiguration
137
- * @secure
138
- * @response `200` OK
139
- */
140
- getProjectConfiguration(name: string): Promise<CatalogConfigurationDc>;
141
- /**
142
- * No description
143
- *
144
- * @tags Projects
145
- * @name DeleteProjectConfiguration
146
- * @operationId ProjectsController_DeleteProjectConfiguration
147
- * @summary Creates or updates configuration (full replacement).
148
- * @request DELETE:/projects/{name}/devConfiguration
149
- * @secure
150
- * @response `200` OK
151
- */
152
- deleteProjectConfiguration(name: string): Promise<CatalogConfigurationDc>;
153
105
  /**
154
106
  * No description
155
107
  *
@@ -1,5 +1,5 @@
1
1
  import { Service } from './Service';
2
- import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
2
+ import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams4, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedListFeatureDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
3
3
  /**
4
4
  * @title Spatial Processing Core API
5
5
  * @version 1.5.1.0
@@ -89,7 +89,7 @@ export declare class TablesService extends Service {
89
89
  * @secure
90
90
  * @response `200` OK
91
91
  */
92
- getTableData({ name, ...query }: GetTableDataParams): Promise<PagedListFeatureDc | PagedFeaturesListDc | PagedBulkFeaturesListDc>;
92
+ getTableData({ name, ...query }: GetTableDataParams): Promise<PagedListFeatureDc>;
93
93
  /**
94
94
  * No description
95
95
  *