@evergis/api 3.0.68 → 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, DeleteResourcesParams9, 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: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>;
85
+ deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>;
86
86
  /**
87
87
  * No description
88
88
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams6, 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: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { GetCapabilities1Params, GetCapabilitiesParams2, 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: GetCapabilitiesParams2): 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
  */
@@ -924,6 +956,39 @@ export interface CreateUserDc {
924
956
  /** Phone number. */
925
957
  phone?: string;
926
958
  }
959
+ /**
960
+ * Description of the temp file as a task data storage.
961
+ */
962
+ export interface CsvStaticTaskDataStorageDc {
963
+ /**
964
+ * Attribute name row number.
965
+ * @format int32
966
+ */
967
+ attributeNameRowNumber?: number;
968
+ /** If set true - second row will be read as alias row. */
969
+ containsAliasRow?: boolean;
970
+ /**
971
+ * First data row number.
972
+ * @format int32
973
+ */
974
+ firstDataRowNumber?: number;
975
+ /** Coord source fields. */
976
+ coordSourceFields: string[];
977
+ /** CSV column delimiter. */
978
+ columnDelimiter?: string;
979
+ /**
980
+ * Spatial reference.
981
+ * @format int32
982
+ */
983
+ spatialReference?: number;
984
+ /** Export geometry as Wkt. */
985
+ isWkt?: boolean;
986
+ type?: string;
987
+ /** The id of the file in the temporary session static storage. */
988
+ fileName: string;
989
+ /** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
990
+ layerName?: string;
991
+ }
927
992
  /**
928
993
  * Describes stroked dashed brush.
929
994
  */
@@ -1180,6 +1245,40 @@ export declare enum ErrorType {
1180
1245
  EmailNotChanged = "EmailNotChanged",
1181
1246
  EmailNotSet = "EmailNotSet"
1182
1247
  }
1248
+ /**
1249
+ * Description of the temp file as a task data storage.
1250
+ */
1251
+ export interface ExcelStaticTaskDataStorageDc {
1252
+ /**
1253
+ * Attribute name row number.
1254
+ * @format int32
1255
+ */
1256
+ attributeNameRowNumber?: number;
1257
+ /**
1258
+ * Alias row number.
1259
+ * @format int32
1260
+ */
1261
+ aliasRowNumber?: number;
1262
+ /**
1263
+ * First data row number.
1264
+ * @format int32
1265
+ */
1266
+ firstDataRowNumber?: number;
1267
+ /** Coord source fields. */
1268
+ coordSourceFields: string[];
1269
+ /**
1270
+ * Spatial reference.
1271
+ * @format int32
1272
+ */
1273
+ spatialReference: number;
1274
+ /** Export geometry as Wkt. */
1275
+ isWkt?: boolean;
1276
+ type?: string;
1277
+ /** The id of the file in the temporary session static storage. */
1278
+ fileName: string;
1279
+ /** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
1280
+ layerName?: string;
1281
+ }
1183
1282
  /**
1184
1283
  * Result of the eql expression validation.
1185
1284
  */
@@ -2010,6 +2109,49 @@ export interface ImportLayerDataSchema {
2010
2109
  /** Schema of a inner layers. */
2011
2110
  children?: ImportLayerDataSchema[];
2012
2111
  }
2112
+ /**
2113
+ * The description of the temporary features list as a server task data storage.
2114
+ */
2115
+ export interface InMemoryTaskDataStorageDc {
2116
+ type?: string;
2117
+ /** List of features to save in storage. */
2118
+ features: FeatureDc[];
2119
+ /** The name of the attribute that is used to uniquely identify a feature in the layer. */
2120
+ idAttribute: string;
2121
+ /** The name of the attribute that is used for assigning geometry value for the feature. */
2122
+ geometryAttribute: string;
2123
+ /**
2124
+ *
2125
+ *
2126
+ * unknown
2127
+ *
2128
+ * point
2129
+ *
2130
+ * polyline
2131
+ *
2132
+ * polygon
2133
+ *
2134
+ * envelope
2135
+ *
2136
+ * multipoint
2137
+ */
2138
+ geometryType: GeometryType;
2139
+ /**
2140
+ * The spatial reference of the layer.
2141
+ * @format int32
2142
+ */
2143
+ spatialReference?: number;
2144
+ }
2145
+ /**
2146
+ * Description of the temp file as a task data storage.
2147
+ */
2148
+ export interface KmlStaticTaskDataStorageDc {
2149
+ type?: string;
2150
+ /** The id of the file in the temporary session static storage. */
2151
+ fileName: string;
2152
+ /** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
2153
+ layerName?: string;
2154
+ }
2013
2155
  /**
2014
2156
  * Base class for labels.
2015
2157
  */
@@ -2243,6 +2385,50 @@ export interface LegendLayerDc {
2243
2385
  /** Legend layer attributes. */
2244
2386
  attributes?: LegendLayerAttributeDc[];
2245
2387
  }
2388
+ /**
2389
+ * Legend template model data contract.
2390
+ */
2391
+ export interface LegendTemplateModelDc {
2392
+ /** Gets or sets layers for printing. */
2393
+ layers?: LayerModelDc[];
2394
+ /** Check if legend enabled. */
2395
+ legendEnabled?: boolean;
2396
+ /**
2397
+ * Legend layers from client.
2398
+ * Set null for using serverSide generated legend.
2399
+ */
2400
+ legendLayers?: LegendLayerDc[];
2401
+ type?: string;
2402
+ /** The name of the result file. */
2403
+ fileName?: string;
2404
+ /** File Format. */
2405
+ fileFormat?: string;
2406
+ /** Gets or sets template name. */
2407
+ templateName?: string;
2408
+ /** Gets or sets template title. */
2409
+ title?: string;
2410
+ /**
2411
+ * Gets or sets paper width.
2412
+ * @format int32
2413
+ */
2414
+ paperWidth?: number;
2415
+ /**
2416
+ * Gets or sets paper height.
2417
+ * @format int32
2418
+ */
2419
+ paperHeight?: number;
2420
+ /**
2421
+ * Gets or sets dpi.
2422
+ * @format int32
2423
+ */
2424
+ dpi?: number;
2425
+ /** Gets or sets paper margin. */
2426
+ margin?: number[];
2427
+ /** Localization of map. */
2428
+ localization?: TemplateLocalizationDc;
2429
+ /** Checks if title enabled. */
2430
+ titleEnabled?: boolean;
2431
+ }
2246
2432
  /**
2247
2433
  * The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
2248
2434
  of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
@@ -2650,6 +2836,34 @@ export interface PipelineTaskParametersDc {
2650
2836
  /** The tasks to execute in the pipeline. */
2651
2837
  innerTasks: TaskParametersDc[];
2652
2838
  }
2839
+ /**
2840
+ * Spatial point geometry object representation.
2841
+ */
2842
+ export interface PointDc {
2843
+ /** Point coordinates. */
2844
+ coordinates: PositionDc;
2845
+ /**
2846
+ *
2847
+ *
2848
+ * unknown
2849
+ *
2850
+ * point
2851
+ *
2852
+ * polyline
2853
+ *
2854
+ * polygon
2855
+ *
2856
+ * envelope
2857
+ *
2858
+ * multipoint
2859
+ */
2860
+ type?: GeometryType;
2861
+ /**
2862
+ * Spatial reference id.
2863
+ * @format int32
2864
+ */
2865
+ sr?: number;
2866
+ }
2653
2867
  /**
2654
2868
  * Label of a point object.
2655
2869
  */
@@ -2731,6 +2945,62 @@ export declare enum PolicyType {
2731
2945
  CreateProject = "CreateProject",
2732
2946
  MaxFeaturesInOneTable = "MaxFeaturesInOneTable"
2733
2947
  }
2948
+ /**
2949
+ * Polyline and Polygon base geometry object definition.
2950
+ */
2951
+ export interface PolyDc {
2952
+ /** Poly coordinates. */
2953
+ coordinates: PositionDc[][];
2954
+ /**
2955
+ *
2956
+ *
2957
+ * unknown
2958
+ *
2959
+ * point
2960
+ *
2961
+ * polyline
2962
+ *
2963
+ * polygon
2964
+ *
2965
+ * envelope
2966
+ *
2967
+ * multipoint
2968
+ */
2969
+ type: GeometryType;
2970
+ /**
2971
+ * Spatial reference id.
2972
+ * @format int32
2973
+ */
2974
+ sr?: number;
2975
+ }
2976
+ /**
2977
+ * Polygon geometry object definition.
2978
+ */
2979
+ export interface PolygonDc {
2980
+ /**
2981
+ *
2982
+ *
2983
+ * unknown
2984
+ *
2985
+ * point
2986
+ *
2987
+ * polyline
2988
+ *
2989
+ * polygon
2990
+ *
2991
+ * envelope
2992
+ *
2993
+ * multipoint
2994
+ */
2995
+ type?: GeometryType;
2996
+ /** Poly coordinates. */
2997
+ coordinates: PositionDc[][];
2998
+ /**
2999
+ * Spatial reference id.
3000
+ * @format int32
3001
+ */
3002
+ sr?: number;
3003
+ }
2734
3004
  /**
2735
3005
  * Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
2736
3006
  */
@@ -2783,6 +3053,34 @@ export interface PolygonSymbolDc {
2783
3053
  /** Specifies stroke style. */
2784
3054
  fill?: BrushDc | FillBrushDc | IBrushDc;
2785
3055
  }
3056
+ /**
3057
+ * Polyline geometry object definition.
3058
+ */
3059
+ export interface PolylineDc {
3060
+ /**
3061
+ *
3062
+ *
3063
+ * unknown
3064
+ *
3065
+ * point
3066
+ *
3067
+ * polyline
3068
+ *
3069
+ * polygon
3070
+ *
3071
+ * envelope
3072
+ *
3073
+ * multipoint
3074
+ */
3075
+ type?: GeometryType;
3076
+ /** Poly coordinates. */
3077
+ coordinates: PositionDc[][];
3078
+ /**
3079
+ * Spatial reference id.
3080
+ * @format int32
3081
+ */
3082
+ sr?: number;
3083
+ }
2786
3084
  /**
2787
3085
  * Label for polyline objects. It is drawn repeatedly along a line.
2788
3086
  */
@@ -4143,6 +4441,16 @@ export interface SquarePointSymbolDc {
4143
4441
  /** Offset of the square center from the geographic point. */
4144
4442
  offset?: ParameterDcDouble[];
4145
4443
  }
4444
+ /**
4445
+ * Description of the temp file as a task data storage.
4446
+ */
4447
+ export interface StaticTaskDataStorageDc {
4448
+ /** The id of the file in the temporary session static storage. */
4449
+ fileName: string;
4450
+ /** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
4451
+ layerName?: string;
4452
+ type?: string;
4453
+ }
4146
4454
  /**
4147
4455
  * Describes statistics methods.
4148
4456
 
@@ -4178,6 +4486,32 @@ export declare enum StatisticsType {
4178
4486
  FirstLast = "firstLast",
4179
4487
  StandardDeviation = "standardDeviation"
4180
4488
  }
4489
+ /**
4490
+ * The result of a server task step execution.
4491
+ */
4492
+ export interface StepResultDc {
4493
+ stepName?: string;
4494
+ inputSource?: string;
4495
+ outSource?: string;
4496
+ /** @format date-time */
4497
+ startedTime?: string;
4498
+ /** @format date-time */
4499
+ endedTime?: string;
4500
+ batchErrors?: string[];
4501
+ /** @format int32 */
4502
+ batchCount?: number;
4503
+ /** @format int64 */
4504
+ inputObjectCount?: number;
4505
+ /** @format int64 */
4506
+ errorCount?: number;
4507
+ /** @format int64 */
4508
+ outputObjectCount?: number;
4509
+ /**
4510
+ * Some task batches may choose to report additional details about the execution process and result. These
4511
+ * details are written in the format: { "Value description": int_value }.
4512
+ */
4513
+ resultDetails?: Record<string, number | null>;
4514
+ }
4181
4515
  /**
4182
4516
  * The `StringSubType` provides information about string attribute subtype.
4183
4517
 
@@ -4372,6 +4706,14 @@ export interface TableReferenceConfigurationDc {
4372
4706
  /** Child related tables configurations. */
4373
4707
  tableReferences?: TableReferenceConfigurationDc[];
4374
4708
  }
4709
+ /**
4710
+ * Data storage that allows accessing features directly from the tables.
4711
+ */
4712
+ export interface TableTaskDataStorageDc {
4713
+ /** Full name of the table (including namespace if any). */
4714
+ tableName: string;
4715
+ type?: string;
4716
+ }
4375
4717
  /**
4376
4718
  * Detailed information about a server task.
4377
4719
  */
@@ -4727,6 +5069,16 @@ export interface TileServiceInfoDc {
4727
5069
  /** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
4728
5070
  icon?: string;
4729
5071
  }
5072
+ /**
5073
+ * The description of the tile feature layer service as a server task data storage.
5074
+ */
5075
+ export interface TilingTaskDataStorageDc {
5076
+ /** The name of the tile feature layer service. */
5077
+ serviceName: string;
5078
+ /** If set to true, a new service with the given LayerServiceName will be created before the task is executed. */
5079
+ createNewService?: boolean;
5080
+ type?: string;
5081
+ }
4730
5082
  /**
4731
5083
  * The operation that unites the features in the storage.
4732
5084
  */
@@ -5793,7 +6145,7 @@ export interface GetProjectsListParams {
5793
6145
  */
5794
6146
  export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
5795
6147
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
5796
- export interface DeleteResourcesParams9 {
6148
+ export interface DeleteResourcesParams7 {
5797
6149
  /** Resource names. */
5798
6150
  names?: string[];
5799
6151
  }
@@ -6082,7 +6434,7 @@ export interface GetTableListParams {
6082
6434
  */
6083
6435
  export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
6084
6436
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
6085
- export interface DeleteResourcesParams6 {
6437
+ export interface DeleteResourcesParams5 {
6086
6438
  /** Resource names. */
6087
6439
  names?: string[];
6088
6440
  }
@@ -6187,7 +6539,7 @@ export interface GetCapabilitiesParams {
6187
6539
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
6188
6540
  AcceptFormats?: string[];
6189
6541
  }
6190
- export interface GetCapabilitiesParams2 {
6542
+ export interface GetCapabilitiesParams3 {
6191
6543
  /** Output format of service metadata. */
6192
6544
  Format?: string;
6193
6545
  /** Must be WMS. */