@evergis/api 3.0.70 → 3.0.71

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.
@@ -16,7 +16,7 @@ export declare class FeedbackService extends Service {
16
16
  * @request POST:/feedback/limits
17
17
  * @response `200` Success
18
18
  */
19
- increaseResourcesLimit(query: IncreaseResourcesLimitParams): Promise<void>;
19
+ increaseResourcesLimit(query: IncreaseResourcesLimitParams): Promise<string[]>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -27,5 +27,5 @@ export declare class FeedbackService extends Service {
27
27
  * @request POST:/feedback/symbol
28
28
  * @response `200` Success
29
29
  */
30
- moreSymbols(query: MoreSymbolsParams): Promise<void>;
30
+ moreSymbols(query: MoreSymbolsParams): Promise<string[]>;
31
31
  }
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload, DeleteResourcesParams8, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, IListResponse, ListResponseProjectInfoDc, ResourceDependenciesDc, ResourceInfoDc, ServiceInfoDc, SetPermissionsBatchBody, SetPermissionsBody, SetPreviewBody, SharedProjectInfoDc, UpdateProjectPayload } from './data-contracts';
1
+ import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload, DeleteResourcesParams7, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, IListResponse, ListResponseProjectInfoDc, ResourceDependenciesDc, ResourceInfoDc, ServiceInfoDc, SetPermissionsBatchBody, SetPermissionsBody, SetPreviewBody, SharedProjectInfoDc, UpdateProjectPayload } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -82,7 +82,7 @@ export declare class ProjectsService extends Service {
82
82
  * @request DELETE:/projects
83
83
  * @response `200` Success
84
84
  */
85
- deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
85
+ deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>;
86
86
  /**
87
87
  * No description
88
88
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams6, PositionDc, StatisticParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams4, PositionDc, StatisticParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -27,5 +27,5 @@ export declare class StatisticService extends Service {
27
27
  * @request GET:/classify
28
28
  * @response `200` Success
29
29
  */
30
- classify(query: ClassifyParams6): Promise<ClassifyDc>;
30
+ classify(query: ClassifyParams4): Promise<ClassifyDc>;
31
31
  }
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams2, DeleteTableDataParams, FileUploadResponse, GetTableDataParams, GetTableListParams, GetUniqueDataRowsParams, IListResponse, ListResponseIEnumerable1, MapRemoteTableParams, MapRemoteTablePayload, MapTableParams, MapTablePayload, MapViewParams, MapViewPayload, ResourceDependenciesDc, SetPermissionsBatchInput, SetPermissionsInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTablePayload, WriteTableDataPayload } from './data-contracts';
1
+ import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams5, DeleteTableDataParams, FileUploadResponse, GetTableDataParams, GetTableListParams, GetUniqueDataRowsParams, IListResponse, ListResponseIEnumerable1, MapRemoteTableParams, MapRemoteTablePayload, MapTableParams, MapTablePayload, MapViewParams, MapViewPayload, ResourceDependenciesDc, SetPermissionsBatchInput, SetPermissionsInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTablePayload, WriteTableDataPayload } 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 TablesService extends Service {
49
49
  * @request DELETE:/tables
50
50
  * @response `200` Success
51
51
  */
52
- deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams9, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
1
+ import { GetCapabilities1Params, GetCapabilitiesParams3, 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` Success
18
18
  */
19
- getCapabilities(query: GetCapabilitiesParams9): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams3): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -463,6 +463,17 @@ export interface BatchResourcesAclDc {
463
463
  /** A set of projects acl. */
464
464
  projects?: ResourceAclDc[];
465
465
  }
466
+ /**
467
+ * Provides bulk request to manage catalog resources.
468
+ */
469
+ export interface BatchResourcesCatalogDc {
470
+ /** List of layers. */
471
+ layers?: CatalogResourceDc[];
472
+ /** List of tables. */
473
+ tables?: CatalogResourceDc[];
474
+ /** List of projects. */
475
+ projects?: CatalogResourceDc[];
476
+ }
466
477
  /**
467
478
  * The class describes data contract of bookmark at the map.
468
479
  */
@@ -525,6 +536,15 @@ export interface CalculatedParameterDc {
525
536
  /** @format double */
526
537
  defaultValue?: number;
527
538
  }
539
+ /**
540
+ * Provides catalog resources with users.
541
+ */
542
+ export interface CatalogResourceDc {
543
+ /** Name of the resource to add. */
544
+ objectName: string;
545
+ /** Users list. */
546
+ users: string[];
547
+ }
528
548
  /**
529
549
  * The symbol that draws a feature as a circle.
530
550
  */
@@ -577,10 +597,22 @@ export declare enum ClassificationType {
577
597
  */
578
598
  export interface ClassifyDc {
579
599
  /** Classification result. */
580
- classifyResult: any;
600
+ classifyResult: ClassifyResultObject[];
581
601
  /** Type. */
582
602
  type: string;
583
603
  }
604
+ /**
605
+ * Classification result.
606
+ */
607
+ export interface ClassifyResultObject {
608
+ /** Value. */
609
+ value?: any;
610
+ /**
611
+ * Count.
612
+ * @format int32
613
+ */
614
+ count?: number;
615
+ }
584
616
  /**
585
617
  * Description of a table column.
586
618
  */
@@ -6113,7 +6145,7 @@ export interface GetProjectsListParams {
6113
6145
  */
6114
6146
  export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
6115
6147
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
6116
- export interface DeleteResourcesParams8 {
6148
+ export interface DeleteResourcesParams7 {
6117
6149
  /** Resource names. */
6118
6150
  names?: string[];
6119
6151
  }
@@ -6327,7 +6359,7 @@ export interface StatisticParams {
6327
6359
  */
6328
6360
  type?: StatisticsType;
6329
6361
  }
6330
- export interface ClassifyParams6 {
6362
+ export interface ClassifyParams4 {
6331
6363
  /** Layer name. */
6332
6364
  layerName?: string;
6333
6365
  /** Attribute name. */
@@ -6402,7 +6434,7 @@ export interface GetTableListParams {
6402
6434
  */
6403
6435
  export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
6404
6436
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
6405
- export interface DeleteResourcesParams2 {
6437
+ export interface DeleteResourcesParams5 {
6406
6438
  /** Resource names. */
6407
6439
  names?: string[];
6408
6440
  }
@@ -6507,7 +6539,7 @@ export interface GetCapabilitiesParams {
6507
6539
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
6508
6540
  AcceptFormats?: string[];
6509
6541
  }
6510
- export interface GetCapabilitiesParams9 {
6542
+ export interface GetCapabilitiesParams3 {
6511
6543
  /** Output format of service metadata. */
6512
6544
  Format?: string;
6513
6545
  /** Must be WMS. */