@evergis/api 4.0.16 → 4.0.18

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 { AccessControlListDc, CatalogResourceDc, CopyResourceResultDc, CopyResourcesPayload, CreateDirectoryDc, CreateFilePayload, GetTagsParams, ListResourcesDc, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, ResourceParentDc, SetPermissionsPayload } from './data-contracts';
1
+ import { AccessControlListDc, CatalogResourceDc, CopyResourceResultDc, CopyResourcesPayload, CreateDirectoryDc, CreateFile1Payload, CreateFilePayload, GetTagsParams, ListResourcesDc, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, ResourceParentDc, SetPermissionsPayload } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -72,7 +72,7 @@ export declare class CatalogService extends Service {
72
72
  * @tags Catalog
73
73
  * @name PatchResource
74
74
  * @operationId CatalogController_PatchResource
75
- * @summary Update directory.
75
+ * @summary Update resource.
76
76
  * @request PATCH:/resources/{resourceId}
77
77
  * @secure
78
78
  * @response `200` OK
@@ -121,11 +121,23 @@ export declare class CatalogService extends Service {
121
121
  * @name CreateFile
122
122
  * @operationId CatalogController_CreateFile
123
123
  * @summary Create new file.
124
- * @request POST:/resources/file
124
+ * @request PATCH:/resources/file
125
125
  * @secure
126
126
  * @response `200` OK
127
127
  */
128
128
  createFile(data: CreateFilePayload | FormData): Promise<CatalogResourceDc>;
129
+ /**
130
+ * No description
131
+ *
132
+ * @tags Catalog
133
+ * @name CreateFile1
134
+ * @operationId CatalogController_CreateFile_1
135
+ * @summary Create new file.
136
+ * @request POST:/resources/file
137
+ * @secure
138
+ * @response `200` OK
139
+ */
140
+ createFile1(data: CreateFile1Payload | FormData): Promise<CatalogResourceDc>;
129
141
  /**
130
142
  * No description
131
143
  *
@@ -166,14 +178,14 @@ export declare class CatalogService extends Service {
166
178
  * No description
167
179
  *
168
180
  * @tags Catalog
169
- * @name DownloadFile
170
- * @operationId CatalogController_DownloadFile
181
+ * @name GetFile
182
+ * @operationId CatalogController_GetFile
171
183
  * @summary Download file.
172
- * @request GET:/resources/{resourceId}/download
184
+ * @request GET:/resources/file/{resourceId}
173
185
  * @secure
174
186
  * @response `200` OK
175
187
  */
176
- downloadFile(resourceId: string): Promise<Blob>;
188
+ getFile(resourceId: string): Promise<Blob>;
177
189
  /**
178
190
  * No description
179
191
  *
@@ -1,4 +1,4 @@
1
- import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams5, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, ServiceInfoDc, ServiceListDc, SimpleSymbolDc, StyleDc, SubtractParams, SubtractPayload, TileCatalogServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
1
+ import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkFilteredFeaturesCountDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCount1Params, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountPayload, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams4, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, ServiceInfoDc, ServiceListDc, SimpleSymbolDc, StyleDc, SubtractParams, SubtractPayload, TileCatalogServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -30,6 +30,18 @@ export declare class LayersService extends Service {
30
30
  * @response `200` OK
31
31
  */
32
32
  getBulkExtents(query: GetBulkExtentsParams, data: GetBulkExtentsPayload): Promise<BulkExtentsDc>;
33
+ /**
34
+ * No description
35
+ *
36
+ * @tags Layers
37
+ * @name GetFilteredFeaturesCount
38
+ * @operationId LayersController_GetFilteredFeaturesCount
39
+ * @summary Returns list of features count according layer filter.
40
+ * @request POST:/bulk/layers/features/count
41
+ * @secure
42
+ * @response `200` OK
43
+ */
44
+ getFilteredFeaturesCount(data: GetFilteredFeaturesCountPayload): Promise<BulkFilteredFeaturesCountDc>;
33
45
  /**
34
46
  * No description
35
47
  *
@@ -490,26 +502,26 @@ export declare class LayersService extends Service {
490
502
  * No description
491
503
  *
492
504
  * @tags Layers
493
- * @name GetFilteredFeaturesCount
494
- * @operationId LayersController_GetFilteredFeaturesCount
505
+ * @name GetFilteredFeaturesCount1
506
+ * @operationId LayersController_GetFilteredFeaturesCount_1
495
507
  * @summary Get features count according layer filter of the given name.
496
508
  * @request GET:/layers/{name}/features/count
497
509
  * @secure
498
510
  * @response `200` OK
499
511
  */
500
- getFilteredFeaturesCount({ name, ...query }: GetFilteredFeaturesCountParams): Promise<number>;
512
+ getFilteredFeaturesCount1({ name, ...query }: GetFilteredFeaturesCount1Params): Promise<number>;
501
513
  /**
502
514
  * No description
503
515
  *
504
516
  * @tags Layers
505
- * @name GetFilteredFeaturesCount1
506
- * @operationId LayersController_GetFilteredFeaturesCount_1
517
+ * @name GetFilteredFeaturesCount2
518
+ * @operationId LayersController_GetFilteredFeaturesCount_2
507
519
  * @summary Get features count according layer filter of the given name.
508
520
  * @request POST:/layers/{name}/features/count
509
521
  * @secure
510
522
  * @response `200` OK
511
523
  */
512
- getFilteredFeaturesCount1(name: string, data: GetFilteredFeaturesCountDc): Promise<number>;
524
+ getFilteredFeaturesCount2(name: string, data: GetFilteredFeaturesCountDc): Promise<number>;
513
525
  /**
514
526
  * No description
515
527
  *
@@ -545,7 +557,7 @@ export declare class LayersService extends Service {
545
557
  * @secure
546
558
  * @response `200` OK
547
559
  */
548
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams5): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
560
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams4): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
549
561
  /**
550
562
  * No description
551
563
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, DeleteResourcesParams6, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } from './data-contracts';
1
+ import { BulkOperationResultDc, DeleteResourcesParams5, EnvelopeDc, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, GetProjectEnvelopeParams, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc } 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 ProjectsService extends Service {
41
41
  * @secure
42
42
  * @response `200` OK
43
43
  */
44
- deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
44
+ deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
45
45
  /**
46
46
  * No description
47
47
  *
@@ -97,7 +97,7 @@ export declare class SecurityService extends Service {
97
97
  * @name OldCheckLimits
98
98
  * @operationId SecurityServiceController_OldCheckLimits
99
99
  * @summary Get limits of workspace.
100
- * @request GET:/security/checkLimits
100
+ * @request GET:/resources/checkLimits
101
101
  * @secure
102
102
  * @response `200` OK
103
103
  */
@@ -109,7 +109,7 @@ export declare class SecurityService extends Service {
109
109
  * @name OldCheckLimits1
110
110
  * @operationId SecurityServiceController_OldCheckLimits_1
111
111
  * @summary Get limits of workspace.
112
- * @request GET:/security/checkLimits/{userName}
112
+ * @request GET:/resources/checkLimits/{userName}
113
113
  * @secure
114
114
  * @response `200` OK
115
115
  */
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams8, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams9, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } 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 StatisticService extends Service {
41
41
  * @secure
42
42
  * @response `200` OK
43
43
  */
44
- classify(query: ClassifyParams8): Promise<ClassifyDc>;
44
+ classify(query: ClassifyParams9): Promise<ClassifyDc>;
45
45
  /**
46
46
  * No description
47
47
  *
@@ -1,4 +1,4 @@
1
- import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams9, DeleteTableDataParams, DetailedTableInfoDc, GetTableDataParams, GetTableListParams, GetTablesInfoParams, MapTableInfoDc, MapTableParams, PagedBulkFeaturesListDc, PagedFeaturesListDc, PagedListFeatureDc, PagedListTableListItemDc, ResourceDependenciesDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
1
+ import { BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams10, 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: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>;
44
+ deleteResources(query: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
45
45
  /**
46
46
  * No description
47
47
  *