@evergis/api 3.0.194 → 3.0.196

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, CreateDirectoryDc, CreateFilePayload, GetAllParams, GetTagsParams, ListResourcesDto, MoveResourceDc, PagedResourcesListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, SearchResourcesDto, SearchResourcesParams, SetPermissionsPayload } from './data-contracts';
1
+ import { AccessControlListDc, CatalogResourceDc, CreateDirectoryDc, CreateFilePayload, GetTagsParams, ListResourcesDto, MoveResourceDc, PagedResourcesListDc, PagedTagsListDc, PatchResourceDc, PostGetAllParams, PutTagsPayload, SetPermissionsPayload } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -6,28 +6,6 @@ import { Service } from './Service';
6
6
  * @baseUrl /sp
7
7
  */
8
8
  export declare class CatalogService extends Service {
9
- /**
10
- * No description
11
- *
12
- * @tags Catalog
13
- * @name GetAll
14
- * @operationId CatalogController_GetAll
15
- * @summary Get all resource with given.
16
- * @request GET:/resources
17
- * @response `200` OK
18
- */
19
- getAll(query: GetAllParams): Promise<CatalogResourceDc[]>;
20
- /**
21
- * No description
22
- *
23
- * @tags Catalog
24
- * @name PostGetAll
25
- * @operationId CatalogController_PostGetAll
26
- * @summary Get all resource with given.
27
- * @request POST:/resources
28
- * @response `200` OK
29
- */
30
- postGetAll(query: PostGetAllParams, data: ListResourcesDto): Promise<CatalogResourceDc[]>;
31
9
  /**
32
10
  * No description
33
11
  *
@@ -38,7 +16,7 @@ export declare class CatalogService extends Service {
38
16
  * @request GET:/resources/tags
39
17
  * @response `200` OK
40
18
  */
41
- getTags(query: GetTagsParams): Promise<CatalogResourceDc[]>;
19
+ getTags(query: GetTagsParams): Promise<PagedTagsListDc>;
42
20
  /**
43
21
  * No description
44
22
  *
@@ -54,13 +32,13 @@ export declare class CatalogService extends Service {
54
32
  * No description
55
33
  *
56
34
  * @tags Catalog
57
- * @name SearchResources
58
- * @operationId CatalogController_SearchResources
59
- * @summary Search resources.
60
- * @request POST:/resources/search
35
+ * @name PostGetAll
36
+ * @operationId CatalogController_PostGetAll
37
+ * @summary Get all resource with given.
38
+ * @request POST:/resources
61
39
  * @response `200` OK
62
40
  */
63
- searchResources(query: SearchResourcesParams, data: SearchResourcesDto): Promise<PagedResourcesListDc>;
41
+ postGetAll(query: PostGetAllParams, data: ListResourcesDto): Promise<PagedResourcesListDc>;
64
42
  /**
65
43
  * No description
66
44
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams3, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
1
+ import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetBulkFeaturesPayload, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams9, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPreviewPayload, SimpleSymbolDc, StyleDc, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -589,7 +589,7 @@ export declare class LayersService extends Service {
589
589
  * @request GET:/layers/{name}/{id}/metadata
590
590
  * @response `200` OK
591
591
  */
592
- getRasterMeta({ name, id, ...query }: GetRasterMetaParams3): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
592
+ getRasterMeta({ name, id, ...query }: GetRasterMetaParams9): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
593
593
  /**
594
594
  * No description
595
595
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams4, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
1
+ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams6, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ProjectsListDc, 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` OK
51
51
  */
52
- deleteResources(query: DeleteResourcesParams4): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams4, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams8, GetClassifyDc, GetStatisticsDc, GetSumOfProductDc, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -38,7 +38,7 @@ export declare class StatisticService extends Service {
38
38
  * @request GET:/statistics/classify
39
39
  * @response `200` OK
40
40
  */
41
- classify(query: ClassifyParams4): Promise<ClassifyDc>;
41
+ classify(query: ClassifyParams8): Promise<ClassifyDc>;
42
42
  /**
43
43
  * No description
44
44
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryLayerDc, DeleteResourcesParams10, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
1
+ import { AccessControlListDc, BulkOperationResultDc, CreateViewFromQueryDc, CreateViewFromQueryLayerDc, DeleteResourcesParams5, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -49,18 +49,7 @@ export declare class TablesService extends Service {
49
49
  * @request DELETE:/tables
50
50
  * @response `200` OK
51
51
  */
52
- deleteResources(query: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
53
- /**
54
- * No description
55
- *
56
- * @tags Tables
57
- * @name CreateViewFromQueryLayer
58
- * @operationId TablesController_CreateViewFromQueryLayer
59
- * @summary Creates a new view from query layer.
60
- * @request POST:/tables/fromLayer
61
- * @response `200` OK
62
- */
63
- createViewFromQueryLayer(data: CreateViewFromQueryLayerDc): Promise<DetailedTableInfoDc>;
52
+ deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
64
53
  /**
65
54
  * No description
66
55
  *
@@ -193,6 +182,28 @@ export declare class TablesService extends Service {
193
182
  * @response `200` OK
194
183
  */
195
184
  unmapTable(name: string): Promise<void>;
185
+ /**
186
+ * No description
187
+ *
188
+ * @tags Tables
189
+ * @name CreateViewFromQueryLayer
190
+ * @operationId TablesController_CreateViewFromQueryLayer
191
+ * @summary Creates a new view from query layer.
192
+ * @request POST:/tables/fromLayer
193
+ * @response `200` OK
194
+ */
195
+ createViewFromQueryLayer(data: CreateViewFromQueryLayerDc): Promise<DetailedTableInfoDc>;
196
+ /**
197
+ * No description
198
+ *
199
+ * @tags Tables
200
+ * @name CreateViewFromQuery
201
+ * @operationId TablesController_CreateViewFromQuery
202
+ * @summary Creates a new view from query.
203
+ * @request POST:/tables/fromQuery
204
+ * @response `200` OK
205
+ */
206
+ createViewFromQuery(data: CreateViewFromQueryDc): Promise<DetailedTableInfoDc>;
196
207
  /**
197
208
  * No description
198
209
  *
@@ -1,4 +1,4 @@
1
- import { GetAllParams3, PagedListTagInfoDc } from './data-contracts';
1
+ import { GetAllParams, PagedListTagInfoDc } 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 TagsService extends Service {
16
16
  * @request GET:/tags
17
17
  * @response `200` OK
18
18
  */
19
- getAll(query: GetAllParams3): Promise<PagedListTagInfoDc>;
19
+ getAll(query: GetAllParams): Promise<PagedListTagInfoDc>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams7, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
1
+ import { GetCapabilities1Params, GetCapabilitiesParams9, 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` OK
18
18
  */
19
- getCapabilities(query: GetCapabilitiesParams7): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams9): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -834,7 +834,7 @@ export interface CatalogResourceDc {
834
834
  /** Resource subtype. */
835
835
  subtype?: string;
836
836
  /** Geometry type. */
837
- geometryType?: string[];
837
+ geometryType?: string;
838
838
  /** Path to the resource. */
839
839
  name?: string;
840
840
  /** Description of the resource. */
@@ -1513,6 +1513,19 @@ export interface CreateUserDc {
1513
1513
  /** Phone number. */
1514
1514
  phone?: string;
1515
1515
  }
1516
+ /**
1517
+ * Create view from query layer data contract.
1518
+ */
1519
+ export interface CreateViewFromQueryDc {
1520
+ /** Is view materialized. */
1521
+ isMaterialized?: boolean;
1522
+ /** Layer name. */
1523
+ eql?: string;
1524
+ /** View name. */
1525
+ viewName?: string;
1526
+ /** EQL query parameters. */
1527
+ parameters?: Record<string, any>;
1528
+ }
1516
1529
  /**
1517
1530
  * Create view from query layer data contract.
1518
1531
  */
@@ -2454,6 +2467,8 @@ export interface GetBulkFeaturesParametersDc {
2454
2467
  query?: string;
2455
2468
  /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
2456
2469
  dataFilterId?: string;
2470
+ /** Click geometry. */
2471
+ ewktGeometry?: string;
2457
2472
  /**
2458
2473
  * Features count have to skip.
2459
2474
  * @format int32
@@ -3211,13 +3226,19 @@ export interface ListResourcesDto {
3211
3226
  /** Resources types filter. */
3212
3227
  resourceTypes?: CatalogResourceType[];
3213
3228
  /** Resources subtypes filter. */
3214
- subtypes?: string[];
3229
+ subtypes?: ResourceSubTypeFilter[];
3215
3230
  /** Tags filter. */
3216
3231
  tagsFilter?: TagsFilterDto;
3217
3232
  /** Order by result. */
3218
3233
  orderBy?: string[];
3219
3234
  /** System names filter. */
3220
3235
  systemNames?: string[];
3236
+ /** Geometry types filter. */
3237
+ geometryTypes?: GeometryType[];
3238
+ /** Resources types filter. */
3239
+ types?: ResourceTypeFilter[];
3240
+ /** Search mode. */
3241
+ searchMode?: boolean;
3221
3242
  }
3222
3243
  /**
3223
3244
  * Configuration for the local tile service.
@@ -3567,23 +3588,25 @@ export interface PagedListUserInfoDc {
3567
3588
  * Paged resources list.
3568
3589
  */
3569
3590
  export interface PagedResourcesListDc {
3570
- /** A set of resources. */
3571
- items?: CatalogResourceDc[];
3572
- /**
3573
- * Limit.
3574
- * @format int32
3575
- */
3576
- limit?: number;
3577
- /**
3578
- * Offset.
3579
- * @format int32
3580
- */
3591
+ /** @format int64 */
3592
+ totalCount?: number;
3593
+ /** @format int32 */
3581
3594
  offset?: number;
3582
- /**
3583
- * Total count.
3584
- * @format int32
3585
- */
3595
+ /** @format int32 */
3596
+ limit?: number;
3597
+ items?: CatalogResourceDc[];
3598
+ }
3599
+ /**
3600
+ * Paged resources list.
3601
+ */
3602
+ export interface PagedTagsListDc {
3603
+ /** @format int64 */
3586
3604
  totalCount?: number;
3605
+ /** @format int32 */
3606
+ offset?: number;
3607
+ /** @format int32 */
3608
+ limit?: number;
3609
+ items?: string[];
3587
3610
  }
3588
3611
  /**
3589
3612
  * Number parameter of a symbol. The parameter can be represented as a simple number, or
@@ -4616,6 +4639,26 @@ export interface ResourceInfoDc {
4616
4639
  parentId?: string;
4617
4640
  }
4618
4641
  /**
4642
+ * Resources types filter.
4643
+
4644
+ RemoteTileService
4645
+
4646
+ ProxyService
4647
+
4648
+ PostgresLayerService
4649
+
4650
+ QueryLayerService
4651
+
4652
+ TileCatalogTable
4653
+ */
4654
+ export declare enum ResourceSubTypeFilter {
4655
+ RemoteTileService = "RemoteTileService",
4656
+ ProxyService = "ProxyService",
4657
+ PostgresLayerService = "PostgresLayerService",
4658
+ QueryLayerService = "QueryLayerService",
4659
+ TileCatalogTable = "TileCatalogTable"
4660
+ }
4661
+ /**
4619
4662
  *
4620
4663
 
4621
4664
  Unknown
@@ -4641,6 +4684,32 @@ export declare enum ResourceType {
4641
4684
  Feature = "feature",
4642
4685
  Tag = "tag"
4643
4686
  }
4687
+ /**
4688
+ * Resources types filter.
4689
+
4690
+ Map
4691
+
4692
+ Layer
4693
+
4694
+ Table
4695
+
4696
+ RasterCatalog
4697
+
4698
+ ProxyService
4699
+
4700
+ RemoteTileService
4701
+
4702
+ File
4703
+ */
4704
+ export declare enum ResourceTypeFilter {
4705
+ Map = "Map",
4706
+ Layer = "Layer",
4707
+ Table = "Table",
4708
+ RasterCatalog = "RasterCatalog",
4709
+ ProxyService = "ProxyService",
4710
+ RemoteTileService = "RemoteTileService",
4711
+ File = "File"
4712
+ }
4644
4713
  export declare enum ResourceTypeLink {
4645
4714
  Table = "tables",
4646
4715
  Layer = "layers",
@@ -4807,40 +4876,6 @@ export interface ScriptDc {
4807
4876
  /** Description. */
4808
4877
  description?: string;
4809
4878
  }
4810
- /**
4811
- * Search resources.
4812
- */
4813
- export interface SearchResourcesDto {
4814
- /** Id of the parent. */
4815
- parentId?: string;
4816
- /**
4817
- * Text filer support sql like symbols
4818
- * (for example start with 'text*', contains 'text', end with '*text'.
4819
- */
4820
- filter?: string;
4821
- /**
4822
- *
4823
- *
4824
- * My
4825
- *
4826
- * Shared
4827
- *
4828
- * Public
4829
- *
4830
- * All
4831
- */
4832
- ownerFilter?: OwnerFilter;
4833
- /** Tags filter. */
4834
- tagsFilter?: TagsFilterDto;
4835
- /** Resources types filter. */
4836
- resourceTypes?: CatalogResourceType[];
4837
- /** Resources subtypes filter. */
4838
- subtypes?: string[];
4839
- /** Order by response. */
4840
- orderBy?: string[];
4841
- /** Filter by system names. */
4842
- systemNames?: string[];
4843
- }
4844
4879
  /**
4845
4880
  * Result data.
4846
4881
  */
@@ -4974,6 +5009,8 @@ export interface ServiceConfigurationBaseDc {
4974
5009
  clientData?: any;
4975
5010
  /** Card configuration. Storage isn't used by server. */
4976
5011
  cardConfiguration?: any;
5012
+ /** Parent resource id. */
5013
+ parentId?: string;
4977
5014
  }
4978
5015
  /**
4979
5016
  * Description of a service in the Spatial Processor.
@@ -6742,44 +6779,6 @@ export interface GetLivePreviewStreamParams {
6742
6779
  /** Id of the camera. */
6743
6780
  cameraId: string;
6744
6781
  }
6745
- export interface GetAllParams {
6746
- /** Parent resource id. */
6747
- parentId?: string;
6748
- /**
6749
- * Resources owner filter.
6750
- *
6751
- * My
6752
- *
6753
- * Shared
6754
- *
6755
- * Public
6756
- *
6757
- * All
6758
- */
6759
- ownerFilter?: OwnerFilter;
6760
- /**
6761
- * Limit response page.
6762
- * @format int32
6763
- */
6764
- limit?: number;
6765
- /**
6766
- * Offset objects from start.
6767
- * @format int32
6768
- */
6769
- offset?: number;
6770
- }
6771
- export interface PostGetAllParams {
6772
- /**
6773
- * Limit response page.
6774
- * @format int32
6775
- */
6776
- limit?: number;
6777
- /**
6778
- * Offset objects from start.
6779
- * @format int32
6780
- */
6781
- offset?: number;
6782
- }
6783
6782
  export interface GetTagsParams {
6784
6783
  /** Text filter. */
6785
6784
  filter?: string;
@@ -6795,7 +6794,7 @@ export interface GetTagsParams {
6795
6794
  offset?: number;
6796
6795
  }
6797
6796
  export declare type PutTagsPayload = string[];
6798
- export interface SearchResourcesParams {
6797
+ export interface PostGetAllParams {
6799
6798
  /**
6800
6799
  * Limit response page.
6801
6800
  * @format int32
@@ -7506,7 +7505,7 @@ export interface ValidateExpressionParams {
7506
7505
  /** Layer name. */
7507
7506
  layerName: string;
7508
7507
  }
7509
- export interface GetRasterMetaParams3 {
7508
+ export interface GetRasterMetaParams9 {
7510
7509
  /**
7511
7510
  * Min value for build histogram.
7512
7511
  * @format double
@@ -7633,7 +7632,7 @@ export interface GetProjectsListParams {
7633
7632
  tags?: string[];
7634
7633
  }
7635
7634
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
7636
- export interface DeleteResourcesParams4 {
7635
+ export interface DeleteResourcesParams6 {
7637
7636
  /** Resource names. */
7638
7637
  names?: string[];
7639
7638
  }
@@ -7916,7 +7915,7 @@ export interface StatisticsDbParams {
7916
7915
  */
7917
7916
  types?: AggregationFunction[];
7918
7917
  }
7919
- export interface ClassifyParams4 {
7918
+ export interface ClassifyParams8 {
7920
7919
  /** Layer name. */
7921
7920
  name: string;
7922
7921
  /** Attribute name. */
@@ -8049,7 +8048,7 @@ export interface GetTableListParams {
8049
8048
  acl?: string;
8050
8049
  }
8051
8050
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
8052
- export interface DeleteResourcesParams10 {
8051
+ export interface DeleteResourcesParams5 {
8053
8052
  /** Resource names. */
8054
8053
  names?: string[];
8055
8054
  }
@@ -8117,7 +8116,7 @@ export interface SetPreviewInput {
8117
8116
  /** @format binary */
8118
8117
  file?: File;
8119
8118
  }
8120
- export interface GetAllParams3 {
8119
+ export interface GetAllParams {
8121
8120
  /** Text filter. */
8122
8121
  filter?: string;
8123
8122
  /**
@@ -8206,7 +8205,7 @@ export interface GetPublicCapabilitiesParams {
8206
8205
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
8207
8206
  AcceptFormats?: string[];
8208
8207
  }
8209
- export interface GetCapabilitiesParams7 {
8208
+ export interface GetCapabilitiesParams9 {
8210
8209
  /** Output format of service metadata. */
8211
8210
  Format?: string;
8212
8211
  /** Must be WMS. */