@evergis/api 3.0.121 → 3.0.123

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, BulkOperationResultDc, DeleteResourcesParams9, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
1
+ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams7, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, 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` Success
51
51
  */
52
- deleteResources(query: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams7): Promise<BulkOperationResultDc[]>;
53
53
  /**
54
54
  * No description
55
55
  *
@@ -1,4 +1,4 @@
1
- import { ClassifyDc, ClassifyParams9, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
1
+ import { ClassifyDc, ClassifyParams6, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -27,7 +27,7 @@ export declare class StatisticService extends Service {
27
27
  * @request GET:/statistics/classify
28
28
  * @response `200` Success
29
29
  */
30
- classify(query: ClassifyParams9): Promise<ClassifyDc>;
30
+ classify(query: ClassifyParams6): Promise<ClassifyDc>;
31
31
  /**
32
32
  * No description
33
33
  *
@@ -1,4 +1,4 @@
1
- import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams10, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
1
+ import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams9, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, 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: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
52
+ deleteResources(query: DeleteResourcesParams9): 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, 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` Success
18
18
  */
19
- getCapabilities(query: GetCapabilitiesParams2): Promise<void>;
19
+ getCapabilities(query: GetCapabilitiesParams9): Promise<void>;
20
20
  /**
21
21
  * No description
22
22
  *
@@ -18,7 +18,7 @@ export declare type AggregateTaskParametersDc = FeatureTaskParametersDc & {
18
18
  };
19
19
  export declare type AggregatedClusterSymbolDc = SymbolDc & {
20
20
  type?: string;
21
- pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
21
+ pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
22
22
  gridSize?: number;
23
23
  fixedCenter?: boolean;
24
24
  aggregations?: Record<string, AggregationFunction>;
@@ -148,6 +148,59 @@ export declare enum AggregationFunction {
148
148
  DensityIndicators = "DensityIndicators",
149
149
  DividedSum = "DividedSum"
150
150
  }
151
+ /**
152
+ * Attributes aggregation mapping.
153
+ */
154
+ export interface AggregationMappingDc {
155
+ /** Name of the attribute. */
156
+ attributeName: string;
157
+ /**
158
+ *
159
+ *
160
+ * None
161
+ *
162
+ * Array
163
+ *
164
+ * Min
165
+ *
166
+ * Max
167
+ *
168
+ * Avg
169
+ *
170
+ * Sum
171
+ *
172
+ * Extent
173
+ *
174
+ * H3
175
+ *
176
+ * Count
177
+ *
178
+ * TotalCount
179
+ *
180
+ * DistinctCount
181
+ *
182
+ * First
183
+ *
184
+ * Last
185
+ *
186
+ * Median
187
+ *
188
+ * Mod
189
+ *
190
+ * StdDeviation
191
+ *
192
+ * SumOfProduct
193
+ *
194
+ * OnlyValue
195
+ *
196
+ * WeightedAvg
197
+ *
198
+ * DensityIndicators
199
+ *
200
+ * DividedSum
201
+ */
202
+ aggregationFunction: AggregationFunction;
203
+ }
151
204
  /**
152
205
  * Aggregation settings.
153
206
  */
@@ -285,6 +338,8 @@ export interface AttributeConfigurationDc {
285
338
  tableName?: string;
286
339
  /** Client data storage. Storage isn't used by server. */
287
340
  clientData?: any;
341
+ /** Id of table given attribute is referenced. */
342
+ referenceId?: string;
288
343
  }
289
344
  /**
290
345
  * Information about an attribute.
@@ -314,6 +369,8 @@ export interface AttributeDefinitionDc {
314
369
  * Polygon
315
370
  *
316
371
  * Multipoint
372
+ *
373
+ * H3Index
317
374
  */
318
375
  type: AttributeType;
319
376
  /** Alias of the attribute. */
@@ -466,6 +523,8 @@ Polyline
466
523
  Polygon
467
524
 
468
525
  Multipoint
526
+
527
+ H3Index
469
528
  */
470
529
  export declare enum AttributeType {
471
530
  Unknown = "Unknown",
@@ -478,7 +537,8 @@ export declare enum AttributeType {
478
537
  Point = "Point",
479
538
  Polyline = "Polyline",
480
539
  Polygon = "Polygon",
481
- Multipoint = "Multipoint"
540
+ Multipoint = "Multipoint",
541
+ H3Index = "H3Index"
482
542
  }
483
543
  /**
484
544
  * Configuration of the attribute set in a feature layer.
@@ -681,7 +741,7 @@ export interface ClassifyResultObject {
681
741
  export declare type ClusterSymbolDc = SymbolDc & {
682
742
  type?: string;
683
743
  labelSymbol?: PointLabelSymbolDc;
684
- singleObjectSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
744
+ singleObjectSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
685
745
  fillColor?: ParameterDcColor;
686
746
  strokeColor?: ParameterDcColor;
687
747
  strokeWidth?: CalculatedParameterDc;
@@ -722,6 +782,8 @@ export interface ColumnDescriptionDc {
722
782
  * Polygon
723
783
  *
724
784
  * Multipoint
785
+ *
786
+ * H3Index
725
787
  */
726
788
  type: AttributeType;
727
789
  /**
@@ -904,7 +966,7 @@ export interface CompositeServiceInfoDc {
904
966
  */
905
967
  export declare type CompositeSymbolDc = SymbolDc & {
906
968
  type?: string;
907
- childSymbols?: (CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
969
+ childSymbols?: (CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
908
970
  };
909
971
  /**
910
972
  * Get configuration information.
@@ -962,6 +1024,8 @@ DataSourceNotFound
962
1024
 
963
1025
  DuplicateColumns
964
1026
 
1027
+ DuplicateAttributes
1028
+
965
1029
  TableWithoutColumns
966
1030
 
967
1031
  InvalidTableReferenceConfiguration
@@ -989,6 +1053,7 @@ export declare enum ConfigurationErrorEnum {
989
1053
  InvalidAttributeFormat = "InvalidAttributeFormat",
990
1054
  DataSourceNotFound = "DataSourceNotFound",
991
1055
  DuplicateColumns = "DuplicateColumns",
1056
+ DuplicateAttributes = "DuplicateAttributes",
992
1057
  TableWithoutColumns = "TableWithoutColumns",
993
1058
  InvalidTableReferenceConfiguration = "InvalidTableReferenceConfiguration"
994
1059
  }
@@ -1341,6 +1406,8 @@ export interface ExpressionValidationResultDc {
1341
1406
  * Polygon
1342
1407
  *
1343
1408
  * Multipoint
1409
+ *
1410
+ * H3Index
1344
1411
  */
1345
1412
  returnType?: AttributeType;
1346
1413
  /** The expression that was validated. */
@@ -1494,6 +1561,8 @@ export interface FailedServiceInfoDc {
1494
1561
  *
1495
1562
  * DuplicateColumns
1496
1563
  *
1564
+ * DuplicateAttributes
1565
+ *
1497
1566
  * TableWithoutColumns
1498
1567
  *
1499
1568
  * InvalidTableReferenceConfiguration
@@ -1730,7 +1799,7 @@ export interface FeatureSymbolDc {
1730
1799
  /** @format int32 */
1731
1800
  id: number;
1732
1801
  /** Feature symbol. */
1733
- definition?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
1802
+ definition?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
1734
1803
  image?: string;
1735
1804
  }
1736
1805
  /**
@@ -1992,6 +2061,16 @@ export declare enum Group {
1992
2061
  Public = "public",
1993
2062
  All = "all"
1994
2063
  }
2064
+ /**
2065
+ * <inheritdoc cref="T:SPCore.Connectors.Connectors.Base.Models.Style.Adv.H3GridSymbolDc" />
2066
+ */
2067
+ export declare type H3GridSymbolDc = SymbolDc & {
2068
+ type?: string;
2069
+ cellSize?: number;
2070
+ stroke?: DashedBrushDc | SolidStrokeBrushDc;
2071
+ fill?: HatchBrushDc | PatternBrushDc | SolidFillBrushDc;
2072
+ aggregations?: AggregationMappingDc[];
2073
+ };
1995
2074
  /**
1996
2075
  * Defines the brush for the hatch fill.
1997
2076
  */
@@ -2260,7 +2339,7 @@ export declare type LabelSymbolDc = SymbolDc & {
2260
2339
  };
2261
2340
  export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
2262
2341
  type?: string;
2263
- symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2342
+ symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2264
2343
  };
2265
2344
  /**
2266
2345
  * Information about the layer attributes and their configuration.
@@ -2573,7 +2652,7 @@ export declare type MultiPointDc = GeometryDc & {
2573
2652
  */
2574
2653
  export declare type MultipointSymbolDc = SymbolDc & {
2575
2654
  type?: string;
2576
- pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2655
+ pointSymbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2577
2656
  };
2578
2657
  /**
2579
2658
  * Information about a namespace .
@@ -3212,6 +3291,7 @@ export interface ProjectContentItemDc {
3212
3291
  */
3213
3292
  export declare type ProjectInfoDc = ResourceInfoDc & {
3214
3293
  layersCount?: number;
3294
+ zoom?: number;
3215
3295
  };
3216
3296
  /**
3217
3297
  * List of the projects in projects manager service.
@@ -3814,6 +3894,7 @@ export interface ServiceInfo {
3814
3894
  ObjectsCount?: string[];
3815
3895
  DataSourceType?: string[];
3816
3896
  Extent?: string[];
3897
+ Zoom?: string[];
3817
3898
  };
3818
3899
  /**
3819
3900
  * Given a security object (like a service or a project) this class provides the list of permissions the different
@@ -4109,7 +4190,7 @@ export interface StyleDc {
4109
4190
  */
4110
4191
  condition?: string;
4111
4192
  /** Symbol that is used to draw the features of the layer. */
4112
- symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
4193
+ symbol?: CirclePointSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
4113
4194
  /**
4114
4195
  * Child styles. Before rendering a feature, the children style conditions are checked. If none
4115
4196
  * of the child styles were applied, then the paren style is used to draw the feature.
@@ -4264,6 +4345,10 @@ export interface TableReferenceConfigurationDc {
4264
4345
  * Intersect
4265
4346
  */
4266
4347
  joinType?: ReferenceJoinType;
4348
+ /** Condition to referenced table. */
4349
+ condition?: string;
4350
+ /** Table reference unique id. */
4351
+ referenceId?: string;
4267
4352
  }
4268
4353
  /**
4269
4354
  * Data storage that allows accessing features directly from the tables.
@@ -5866,7 +5951,7 @@ export interface GetProjectsListParams {
5866
5951
  tags?: string[];
5867
5952
  }
5868
5953
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
5869
- export interface DeleteResourcesParams9 {
5954
+ export interface DeleteResourcesParams7 {
5870
5955
  /** Resource names. */
5871
5956
  names?: string[];
5872
5957
  }
@@ -6104,7 +6189,7 @@ export interface StatisticsDbParams {
6104
6189
  */
6105
6190
  types?: AggregationFunction[];
6106
6191
  }
6107
- export interface ClassifyParams9 {
6192
+ export interface ClassifyParams6 {
6108
6193
  /** Layer name. */
6109
6194
  name?: string;
6110
6195
  /** Attribute name. */
@@ -6228,7 +6313,7 @@ export interface GetTableListParams {
6228
6313
  acl?: string;
6229
6314
  }
6230
6315
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
6231
- export interface DeleteResourcesParams10 {
6316
+ export interface DeleteResourcesParams9 {
6232
6317
  /** Resource names. */
6233
6318
  names?: string[];
6234
6319
  }
@@ -6311,6 +6396,8 @@ export interface GetAllParams {
6311
6396
  limit?: number;
6312
6397
  }
6313
6398
  export interface GetVectorTileParams {
6399
+ /** Include all feature attributes. */
6400
+ withAttributes?: boolean;
6314
6401
  /** Condition. */
6315
6402
  condition?: string;
6316
6403
  /** True if name is project name, otherwise false. */
@@ -6332,6 +6419,8 @@ export interface GetVectorTileParams {
6332
6419
  simplifyTolerance?: number;
6333
6420
  /** Simplify will retain objects that would otherwise be too small given the tolerance. */
6334
6421
  simplifyPreserveCollapsed?: boolean;
6422
+ /** Id of override data filter to apply to the layer. If not set, the default filter is used. */
6423
+ dataFilterId?: string;
6335
6424
  /** Project or layer name. */
6336
6425
  name: string;
6337
6426
  /**
@@ -6380,7 +6469,7 @@ export interface GetPublicCapabilitiesParams {
6380
6469
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
6381
6470
  AcceptFormats?: string[];
6382
6471
  }
6383
- export interface GetCapabilitiesParams2 {
6472
+ export interface GetCapabilitiesParams9 {
6384
6473
  /** Output format of service metadata. */
6385
6474
  Format?: string;
6386
6475
  /** Must be WMS. */
@@ -6267,6 +6267,22 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
6267
6267
  return Api;
6268
6268
  }(eventEmitter.EventEmitter);
6269
6269
 
6270
+ function generateRandom(min, max) {
6271
+ if (min === void 0) {
6272
+ min = 0;
6273
+ }
6274
+
6275
+ if (max === void 0) {
6276
+ max = 100;
6277
+ }
6278
+
6279
+ let difference = max - min;
6280
+ let rand = Math.random();
6281
+ rand = Math.floor(rand * difference);
6282
+ rand = rand + min;
6283
+ return rand;
6284
+ }
6285
+
6270
6286
  let EvergisTileLayer = /*#__PURE__*/function (_TileLayer) {
6271
6287
  _inherits(EvergisTileLayer, _TileLayer);
6272
6288
 
@@ -6283,6 +6299,7 @@ let EvergisTileLayer = /*#__PURE__*/function (_TileLayer) {
6283
6299
  });
6284
6300
  _this.api = api;
6285
6301
  _this.name = configuration.name;
6302
+ _this.sourceUrl = configuration.sourceUrl;
6286
6303
  _this.subDomains = configuration.subDomains;
6287
6304
  return _this;
6288
6305
  }
@@ -6290,21 +6307,16 @@ let EvergisTileLayer = /*#__PURE__*/function (_TileLayer) {
6290
6307
  _createClass(EvergisTileLayer, [{
6291
6308
  key: "getTileUrl",
6292
6309
  value: function getTileUrl(x, y, level) {
6310
+ var _this$subDomains;
6311
+
6293
6312
  const name = this.name;
6294
- const subDomains = this.subDomains;
6295
- const subDomain = subDomains && subDomains[(x + y + level) % subDomains.length];
6296
- const urlMask = this.api.layers.getTilesLayerImage({
6313
+ const subDomainIndex = this.subDomains ? generateRandom(0, ((_this$subDomains = this.subDomains) == null ? void 0 : _this$subDomains.length) - 1) : undefined;
6314
+ return this.sourceUrl ? (this.subDomains && subDomainIndex !== undefined ? this.sourceUrl.replace("{0}", this.subDomains[subDomainIndex]) : this.sourceUrl).replace("{1}", "" + level).replace("{2}", "" + x).replace("{3}", "" + y) : this.api.layers.getTilesLayerImage({
6297
6315
  x,
6298
6316
  y,
6299
6317
  z: level,
6300
6318
  name
6301
6319
  });
6302
-
6303
- if (subDomain) {
6304
- return "" + addSubDomainToLocation(subDomain) + urlMask;
6305
- }
6306
-
6307
- return urlMask;
6308
6320
  }
6309
6321
  }]);
6310
6322
 
@@ -6640,6 +6652,7 @@ function isFeatureLayer(layer) {
6640
6652
  AttributeType["Polyline"] = "Polyline";
6641
6653
  AttributeType["Polygon"] = "Polygon";
6642
6654
  AttributeType["Multipoint"] = "Multipoint";
6655
+ AttributeType["H3Index"] = "H3Index";
6643
6656
  })(exports.AttributeType || (exports.AttributeType = {}));
6644
6657
 
6645
6658
  (function (ClassificationType) {
@@ -6679,6 +6692,7 @@ function isFeatureLayer(layer) {
6679
6692
  ConfigurationErrorEnum["InvalidAttributeFormat"] = "InvalidAttributeFormat";
6680
6693
  ConfigurationErrorEnum["DataSourceNotFound"] = "DataSourceNotFound";
6681
6694
  ConfigurationErrorEnum["DuplicateColumns"] = "DuplicateColumns";
6695
+ ConfigurationErrorEnum["DuplicateAttributes"] = "DuplicateAttributes";
6682
6696
  ConfigurationErrorEnum["TableWithoutColumns"] = "TableWithoutColumns";
6683
6697
  ConfigurationErrorEnum["InvalidTableReferenceConfiguration"] = "InvalidTableReferenceConfiguration";
6684
6698
  })(exports.ConfigurationErrorEnum || (exports.ConfigurationErrorEnum = {}));