@evergis/api 3.0.154 → 3.0.156

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.
@@ -18,7 +18,7 @@ export declare type AggregateTaskParametersDc = FeatureTaskParametersDc & {
18
18
  };
19
19
  export declare type AggregatedClusterSymbolDc = SymbolDc & {
20
20
  type?: string;
21
- pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
21
+ pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | 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>;
@@ -569,7 +569,7 @@ export interface AttributesConfigurationDc {
569
569
  /** The name of the table in data source service, that contains the data for this layer. */
570
570
  tableName?: string;
571
571
  /** Configuration of the attributes of the layer. */
572
- attributes?: AttributeConfigurationDc[];
572
+ attributes?: (AttributeConfigurationDc | EqlAttributeConfigurationDc)[];
573
573
  /** Configurations of the related tables. */
574
574
  tableReferences?: TableReferenceConfigurationDc[];
575
575
  }
@@ -788,7 +788,8 @@ export interface ClassifyResultObject {
788
788
  export declare type ClusterSymbolDc = SymbolDc & {
789
789
  type?: string;
790
790
  labelSymbol?: PointLabelSymbolDc;
791
- singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
791
+ customClusterSymbol?: SvgPointSymbolDc;
792
+ singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
792
793
  fillColor?: ParameterDcColor;
793
794
  strokeColor?: ParameterDcColor;
794
795
  strokeWidth?: CalculatedParameterDc;
@@ -973,7 +974,7 @@ export interface CompositeServiceInfoDc {
973
974
  /** The category of the service. */
974
975
  categories?: string[];
975
976
  /** Configuration of the service. */
976
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
977
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
977
978
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
978
979
  name: string;
979
980
  /** Resource alias. */
@@ -1024,7 +1025,7 @@ export interface CompositeServiceInfoDc {
1024
1025
  */
1025
1026
  export declare type CompositeSymbolDc = SymbolDc & {
1026
1027
  type?: string;
1027
- childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
1028
+ childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
1028
1029
  };
1029
1030
  /**
1030
1031
  * Get configuration information.
@@ -1121,7 +1122,7 @@ export declare enum ConfigurationErrorEnum {
1121
1122
  export declare type ConfiguredLayerDataStorageDc = BaseTaskDataStorageDc & {
1122
1123
  type?: string;
1123
1124
  serviceName: string;
1124
- attributesConfiguration?: AttributesConfigurationDc;
1125
+ attributesConfiguration?: AttributesConfigurationDc | EqlAttributesConfigurationDc;
1125
1126
  };
1126
1127
  /**
1127
1128
  * Describes resource to copy.
@@ -1339,6 +1340,35 @@ export declare type EnvelopeDc = GeometryDc & {
1339
1340
  coordinates: PositionDc[];
1340
1341
  type?: GeometryType;
1341
1342
  };
1343
+ /**
1344
+ * Configuration of an attribute in a feature layer.
1345
+ */
1346
+ export declare type EqlAttributeConfigurationDc = AttributeConfigurationDc & {
1347
+ type?: AttributeType;
1348
+ };
1349
+ /**
1350
+ * Configuration of the attribute set in a feature layer.
1351
+ */
1352
+ export declare type EqlAttributesConfigurationDc = AttributesConfigurationDc & {
1353
+ attributes?: EqlAttributeConfigurationDc[];
1354
+ };
1355
+ /**
1356
+ * EQL requst data contract.
1357
+ */
1358
+ export interface EqlRequestDc {
1359
+ /** EQL query string. */
1360
+ query: string;
1361
+ /**
1362
+ * Offset.
1363
+ * @format int32
1364
+ */
1365
+ offset?: number;
1366
+ /**
1367
+ * Limit.
1368
+ * @format int32
1369
+ */
1370
+ limit?: number;
1371
+ }
1342
1372
  /**
1343
1373
  * Resource error details.
1344
1374
  */
@@ -1667,7 +1697,7 @@ export interface FailedServiceInfoDc {
1667
1697
  /** The category of the service. */
1668
1698
  categories?: string[];
1669
1699
  /** Configuration of the service. */
1670
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
1700
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
1671
1701
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
1672
1702
  name: string;
1673
1703
  /** Resource alias. */
@@ -1784,7 +1814,7 @@ export interface FeatureLayerServiceInfoDc {
1784
1814
  /** The category of the service. */
1785
1815
  categories?: string[];
1786
1816
  /** Configuration of the service. */
1787
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
1817
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
1788
1818
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
1789
1819
  name: string;
1790
1820
  /** Resource alias. */
@@ -1856,7 +1886,7 @@ export interface FeatureSymbolDc {
1856
1886
  /** @format int32 */
1857
1887
  id: number;
1858
1888
  /** Feature symbol. */
1859
- definition?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
1889
+ definition?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
1860
1890
  image?: string;
1861
1891
  }
1862
1892
  /**
@@ -2398,6 +2428,13 @@ export declare type InMemoryTaskDataStorageDc = BaseTaskDataStorageDc & {
2398
2428
  geometryType: GeometryType;
2399
2429
  spatialReference?: number;
2400
2430
  };
2431
+ /**
2432
+ * Isolines label symbol.
2433
+ */
2434
+ export declare type IsolinesLabelSymbolDc = LabelSymbolDc & {
2435
+ type?: string;
2436
+ placement?: ParameterDcString;
2437
+ };
2401
2438
  /**
2402
2439
  * Description of the temp file as a task data storage.
2403
2440
  */
@@ -2423,7 +2460,7 @@ export declare type LabelSymbolDc = SymbolDc & {
2423
2460
  };
2424
2461
  export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
2425
2462
  type?: string;
2426
- symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2463
+ symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2427
2464
  };
2428
2465
  /**
2429
2466
  * Information about the layer attributes and their configuration.
@@ -2624,8 +2661,6 @@ export interface LineEndingBaseDc {
2624
2661
  *
2625
2662
  * arrow
2626
2663
  *
2627
- * revertArrow
2628
- *
2629
2664
  * filledArrow
2630
2665
  *
2631
2666
  * square
@@ -2636,6 +2671,14 @@ export interface LineEndingBaseDc {
2636
2671
  *
2637
2672
  * filledCircle
2638
2673
  *
2674
+ * diamond
2675
+ *
2676
+ * filledDiamond
2677
+ *
2678
+ * roundSquare
2679
+ *
2680
+ * filledRoundSquare
2681
+ *
2639
2682
  * svg
2640
2683
  */
2641
2684
  type?: LineEndingType;
@@ -2647,8 +2690,6 @@ none
2647
2690
 
2648
2691
  arrow
2649
2692
 
2650
- revertArrow
2651
-
2652
2693
  filledArrow
2653
2694
 
2654
2695
  square
@@ -2659,17 +2700,28 @@ circle
2659
2700
 
2660
2701
  filledCircle
2661
2702
 
2703
+ diamond
2704
+
2705
+ filledDiamond
2706
+
2707
+ roundSquare
2708
+
2709
+ filledRoundSquare
2710
+
2662
2711
  svg
2663
2712
  */
2664
2713
  export declare enum LineEndingType {
2665
2714
  None = "none",
2666
2715
  Arrow = "arrow",
2667
- RevertArrow = "revertArrow",
2668
2716
  FilledArrow = "filledArrow",
2669
2717
  Square = "square",
2670
2718
  FilledSquare = "filledSquare",
2671
2719
  Circle = "circle",
2672
2720
  FilledCircle = "filledCircle",
2721
+ Diamond = "diamond",
2722
+ FilledDiamond = "filledDiamond",
2723
+ RoundSquare = "roundSquare",
2724
+ FilledRoundSquare = "filledRoundSquare",
2673
2725
  Svg = "svg"
2674
2726
  }
2675
2727
  /**
@@ -2690,7 +2742,7 @@ export declare enum LineJoinType {
2690
2742
  * Linear service configuration Dc.
2691
2743
  */
2692
2744
  export declare type LinearServiceConfigurationDc = ServiceConfigurationBaseDc & {
2693
- attributesConfiguration: AttributesConfigurationDc;
2745
+ attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
2694
2746
  style?: StyleDc;
2695
2747
  condition?: string;
2696
2748
  featuresLimit?: number;
@@ -2788,7 +2840,7 @@ export declare type MultiPointDc = GeometryDc & {
2788
2840
  */
2789
2841
  export declare type MultipointSymbolDc = SymbolDc & {
2790
2842
  type?: string;
2791
- pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2843
+ pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
2792
2844
  };
2793
2845
  /**
2794
2846
  * Information about a namespace .
@@ -3215,6 +3267,29 @@ export declare type PatternBrushDc = FillBrushDc & {
3215
3267
  scalingFactor?: number[];
3216
3268
  };
3217
3269
  /**
3270
+ * Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
3271
+
3272
+ xyz
3273
+
3274
+ tms
3275
+ */
3276
+ export declare enum PbfSchema {
3277
+ XYZ = "xyz",
3278
+ TMS = "tms"
3279
+ }
3280
+ /**
3281
+ * Configuration for the mapbox PBF/MVT service.
3282
+ */
3283
+ export declare type PbfServiceConfigurationDc = ProxyServiceConfigurationDc & {
3284
+ schema?: PbfSchema;
3285
+ };
3286
+ /**
3287
+ * Service info for a mapbox service.
3288
+ */
3289
+ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
3290
+ schema: PbfSchema;
3291
+ };
3292
+ /**
3218
3293
  * User permissions for server security objects (services, projects etc.)
3219
3294
 
3220
3295
  none
@@ -3246,7 +3321,7 @@ export declare enum Permissions {
3246
3321
  export declare type PipelineTaskParametersDc = TaskParametersDc & {
3247
3322
  type?: string;
3248
3323
  continueOnFail?: boolean;
3249
- innerTasks: (AggregateTaskParametersDc | AvailabilityAreaTaskDc | BufferTaskParametersDc | CopyTaskParametersDc | EditAttributesTaskParametersDc | FeatureTaskParametersDc | FilterCopyTaskParametersDc | OverlayTaskParametersDc | PipelineTaskParametersDc | PrintTaskParametersDc | SearchTaskParametersDc | UnionTaskParametersDc | UploadNetCdfTaskParametersDc | UploadRasterTaskParametersDc)[];
3324
+ innerTasks: (AggregateTaskParametersDc | AvailabilityAreaTaskDc | BufferTaskParametersDc | CopyTaskParametersDc | EditAttributesTaskParametersDc | FeatureTaskParametersDc | FilterCopyTaskParametersDc | OverlayTaskParametersDc | PipelineTaskParametersDc | PrintTaskParametersDc | SearchTaskParametersDc | UnionTaskParametersDc | UploadNetCdfTaskParametersDc | UploadRasterTaskParametersDc | RasterBuildVrtTaskParametersDc)[];
3250
3325
  };
3251
3326
  /**
3252
3327
  * Spatial point geometry object representation.
@@ -3396,7 +3471,7 @@ export declare type PositionDc = number[];
3396
3471
  * Configuration of a postgres feature layer service.
3397
3472
  */
3398
3473
  export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
3399
- attributesConfiguration: AttributesConfigurationDc;
3474
+ attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
3400
3475
  style?: StyleDc;
3401
3476
  condition?: string;
3402
3477
  featuresLimit?: number;
@@ -3407,7 +3482,7 @@ export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBa
3407
3482
  * Configuration of a postgres tile catalog service.
3408
3483
  */
3409
3484
  export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigurationBaseDc & {
3410
- attributesConfiguration: AttributesConfigurationDc;
3485
+ attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
3411
3486
  style?: StyleDc;
3412
3487
  condition?: string;
3413
3488
  featuresLimit?: number;
@@ -3541,9 +3616,9 @@ export declare type ProxyServiceConfigurationDc = ServiceConfigurationBaseDc & {
3541
3616
  maxResolution?: number;
3542
3617
  layers?: string[];
3543
3618
  styles?: Record<string, {
3544
- point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3545
- polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3546
- polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3619
+ point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3620
+ polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3621
+ polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
3547
3622
  }>;
3548
3623
  };
3549
3624
  /**
@@ -3604,7 +3679,7 @@ export interface ProxyServiceInfoDc {
3604
3679
  /** The category of the service. */
3605
3680
  categories?: string[];
3606
3681
  /** Configuration of the service. */
3607
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
3682
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
3608
3683
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
3609
3684
  name: string;
3610
3685
  /** Resource alias. */
@@ -3653,10 +3728,16 @@ export interface ProxyServiceInfoDc {
3653
3728
  /**
3654
3729
  * Configuration of a postgres feature layer service.
3655
3730
  */
3656
- export declare type QueryLayerServiceConfigurationDc = PostgresLayerServiceConfigurationDc & {
3731
+ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
3657
3732
  eql?: string;
3658
3733
  srid?: number;
3659
3734
  geometryType?: AttributeType;
3735
+ attributesConfiguration: EqlAttributesConfigurationDc;
3736
+ style?: StyleDc;
3737
+ condition?: string;
3738
+ featuresLimit?: number;
3739
+ extentOffset?: number;
3740
+ simplify?: SimplifyInfoDc;
3660
3741
  };
3661
3742
  /**
3662
3743
  * Service info for a feature layer service.
@@ -3716,7 +3797,7 @@ export interface QueryLayerServiceInfoDc {
3716
3797
  /** The category of the service. */
3717
3798
  categories?: string[];
3718
3799
  /** Configuration of the service. */
3719
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
3800
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
3720
3801
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
3721
3802
  name: string;
3722
3803
  /** Resource alias. */
@@ -3833,6 +3914,16 @@ export interface RasterBandMetaDc {
3833
3914
  /** Data histogram. */
3834
3915
  dataHistogram?: Record<string, number | null>;
3835
3916
  }
3917
+ /**
3918
+ * Upload raster task parameters data contract.
3919
+ */
3920
+ export declare type RasterBuildVrtTaskParametersDc = TaskParametersDc & {
3921
+ target: ConfiguredLayerDataStorageDc | CsvStaticTaskDataStorageDc | ExcelStaticTaskDataStorageDc | GdbStaticTaskDataStorageDc | InMemoryTaskDataStorageDc | KmlStaticTaskDataStorageDc | LayerTaskDataStorageDc | StaticTaskDataStorageDc | TableTaskDataStorageDc | TabStaticTaskDataStorageDc | TilingTaskDataStorageDc;
3922
+ rasters?: RasterVrtFeatureSourceDc[];
3923
+ attributes?: Record<string, any>;
3924
+ overviewsCount?: number;
3925
+ type?: string;
3926
+ };
3836
3927
  /**
3837
3928
  * Raster classification cfg.
3838
3929
  */
@@ -3910,6 +4001,18 @@ export declare type RasterSymbolDc = SymbolDc & {
3910
4001
  band?: RasterBandCfg;
3911
4002
  bandA?: RasterBandCfg;
3912
4003
  };
4004
+ /**
4005
+ * Raster layer with feature id data contract.
4006
+ */
4007
+ export interface RasterVrtFeatureSourceDc {
4008
+ /** Raster layer name. */
4009
+ layer: string;
4010
+ /**
4011
+ * Feature id.
4012
+ * @format int64
4013
+ */
4014
+ id: number;
4015
+ }
3913
4016
  /**
3914
4017
  * Types of table reference.
3915
4018
 
@@ -3918,11 +4021,20 @@ OneToMany
3918
4021
  OneToOne
3919
4022
 
3920
4023
  Intersect
4024
+
4025
+ RightJoin
4026
+
4027
+ FullJoin
4028
+
4029
+ CrossJoin
3921
4030
  */
3922
4031
  export declare enum ReferenceJoinType {
3923
4032
  OneToMany = "OneToMany",
3924
4033
  OneToOne = "OneToOne",
3925
- Intersect = "Intersect"
4034
+ Intersect = "Intersect",
4035
+ RightJoin = "RightJoin",
4036
+ FullJoin = "FullJoin",
4037
+ CrossJoin = "CrossJoin"
3926
4038
  }
3927
4039
  /**
3928
4040
  * Data contract for register new user.
@@ -4149,7 +4261,7 @@ export interface RouteFeatureDc {
4149
4261
  * Route service configuration Dc.
4150
4262
  */
4151
4263
  export declare type RouteServiceConfigurationDc = ServiceConfigurationBaseDc & {
4152
- attributesConfiguration: AttributesConfigurationDc;
4264
+ attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
4153
4265
  style?: StyleDc;
4154
4266
  condition?: string;
4155
4267
  featuresLimit?: number;
@@ -4422,7 +4534,7 @@ export declare type ServiceInfoDc = ResourceInfoDc & {
4422
4534
  geometryType: GeometryType;
4423
4535
  objectCount?: number;
4424
4536
  categories?: string[];
4425
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
4537
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
4426
4538
  };
4427
4539
  /**
4428
4540
  * List of the services in service manager.
@@ -4527,8 +4639,6 @@ export interface SimpleEndingDc {
4527
4639
  *
4528
4640
  * arrow
4529
4641
  *
4530
- * revertArrow
4531
- *
4532
4642
  * filledArrow
4533
4643
  *
4534
4644
  * square
@@ -4539,14 +4649,19 @@ export interface SimpleEndingDc {
4539
4649
  *
4540
4650
  * filledCircle
4541
4651
  *
4652
+ * diamond
4653
+ *
4654
+ * filledDiamond
4655
+ *
4656
+ * roundSquare
4657
+ *
4658
+ * filledRoundSquare
4659
+ *
4542
4660
  * svg
4543
4661
  */
4544
4662
  type?: LineEndingType;
4545
- /**
4546
- * Ending size.
4547
- * @format float
4548
- */
4549
- size?: number;
4663
+ /** Ending size. */
4664
+ size?: CalculatedParameterDc;
4550
4665
  /** Ending offset. */
4551
4666
  offset?: CalculatedParameterDc[];
4552
4667
  /**
@@ -4790,7 +4905,7 @@ export interface StyleDc {
4790
4905
  */
4791
4906
  condition?: string;
4792
4907
  /** Symbol that is used to draw the features of the layer. */
4793
- symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
4908
+ symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
4794
4909
  /**
4795
4910
  * Child styles. Before rendering a feature, the children style conditions are checked. If none
4796
4911
  * of the child styles were applied, then the paren style is used to draw the feature.
@@ -4843,7 +4958,7 @@ export interface SvgParameterDc {
4843
4958
  */
4844
4959
  export declare type SvgPointSymbolDc = SymbolDc & {
4845
4960
  type?: string;
4846
- data?: string;
4961
+ data?: ParameterDcString;
4847
4962
  background?: SvgParameterDc;
4848
4963
  figure?: SvgParameterDc;
4849
4964
  size?: CalculatedParameterDc;
@@ -4938,7 +5053,7 @@ export interface TableReferenceConfigurationDc {
4938
5053
  /** The column name in the related table that is used for foreign key relationship. */
4939
5054
  targetColumn: string;
4940
5055
  /** Configuration of the attributes that get values from this table. */
4941
- attributes: AttributeConfigurationDc[];
5056
+ attributes: (AttributeConfigurationDc | EqlAttributeConfigurationDc)[];
4942
5057
  /** Child related tables configurations. */
4943
5058
  tableReferences?: TableReferenceConfigurationDc[];
4944
5059
  /**
@@ -4949,6 +5064,12 @@ export interface TableReferenceConfigurationDc {
4949
5064
  * OneToOne
4950
5065
  *
4951
5066
  * Intersect
5067
+ *
5068
+ * RightJoin
5069
+ *
5070
+ * FullJoin
5071
+ *
5072
+ * CrossJoin
4952
5073
  */
4953
5074
  joinType?: ReferenceJoinType;
4954
5075
  /** Condition to referenced table. */
@@ -5015,7 +5136,7 @@ export interface TaskInfoDc {
5015
5136
  */
5016
5137
  status?: ServerTaskStatus;
5017
5138
  /** Parameters of the task. */
5018
- parameters?: AggregateTaskParametersDc | AvailabilityAreaTaskDc | BufferTaskParametersDc | CopyTaskParametersDc | EditAttributesTaskParametersDc | FeatureTaskParametersDc | FilterCopyTaskParametersDc | OverlayTaskParametersDc | PipelineTaskParametersDc | PrintTaskParametersDc | SearchTaskParametersDc | UnionTaskParametersDc | UploadNetCdfTaskParametersDc | UploadRasterTaskParametersDc;
5139
+ parameters?: AggregateTaskParametersDc | AvailabilityAreaTaskDc | BufferTaskParametersDc | CopyTaskParametersDc | EditAttributesTaskParametersDc | FeatureTaskParametersDc | FilterCopyTaskParametersDc | OverlayTaskParametersDc | PipelineTaskParametersDc | PrintTaskParametersDc | SearchTaskParametersDc | UnionTaskParametersDc | UploadNetCdfTaskParametersDc | UploadRasterTaskParametersDc | RasterBuildVrtTaskParametersDc;
5019
5140
  /**
5020
5141
  * Date and time when the task was created.
5021
5142
  * @format date-time
@@ -5284,7 +5405,7 @@ export interface TileCatalogServiceInfoDc {
5284
5405
  /** The category of the service. */
5285
5406
  categories?: string[];
5286
5407
  /** Configuration of the service. */
5287
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
5408
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
5288
5409
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
5289
5410
  name: string;
5290
5411
  /** Resource alias. */
@@ -5461,7 +5582,7 @@ export interface TileServiceInfoDc {
5461
5582
  /** The category of the service. */
5462
5583
  categories?: string[];
5463
5584
  /** Configuration of the service. */
5464
- configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
5585
+ configuration?: LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PbfServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
5465
5586
  /** Name of the resource including its namespaces (names of the service managers that contain this service). */
5466
5587
  name: string;
5467
5588
  /** Resource alias. */
@@ -5931,10 +6052,6 @@ export interface RemoveConfigurationParams {
5931
6052
  /** URL path. */
5932
6053
  urlPath: string;
5933
6054
  }
5934
- export interface GetQueryResultParams {
5935
- /** EQL string. */
5936
- eql?: string;
5937
- }
5938
6055
  export interface IncreaseResourcesLimitParams {
5939
6056
  /**
5940
6057
  * Additional maps count.
@@ -5976,13 +6093,6 @@ export interface FeedbackParams {
5976
6093
  /** Message text. */
5977
6094
  Message?: string;
5978
6095
  }
5979
- export interface CancelTestParams {
5980
- /**
5981
- * Wait delay in ms.
5982
- * @format int32
5983
- */
5984
- waitTimeout?: number;
5985
- }
5986
6096
  export interface GeocodeParams {
5987
6097
  /** Input address. */
5988
6098
  address?: string;
@@ -6119,13 +6229,13 @@ export interface GetLayersInfoParams {
6119
6229
  projectNames?: string[];
6120
6230
  }
6121
6231
  /**
6122
- * Configuration of a postgres feature layer service.
6232
+ * Configuration for the proxy service.
6123
6233
  */
6124
- export declare type PublishPostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
6234
+ export declare type PublishProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
6125
6235
  /**
6126
- * Configuration of a postgres feature layer service.
6236
+ * Configuration for the proxy service.
6127
6237
  */
6128
- export declare type UpdatePostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
6238
+ export declare type UpdateProxyServicePayload = ProxyServiceConfigurationDc | PbfServiceConfigurationDc;
6129
6239
  export interface GetFeaturesParams {
6130
6240
  /** Sets features filtering query. */
6131
6241
  query?: string;
@@ -6526,7 +6636,7 @@ export interface ValidateExpressionParams {
6526
6636
  /** Layer name. */
6527
6637
  layerName: string;
6528
6638
  }
6529
- export interface GetRasterMetaParams3 {
6639
+ export interface GetRasterMetaParams5 {
6530
6640
  /**
6531
6641
  * Min value for build histogram.
6532
6642
  * @format double
@@ -6653,7 +6763,7 @@ export interface GetProjectsListParams {
6653
6763
  tags?: string[];
6654
6764
  }
6655
6765
  export declare type SetPermissionsBatchBody = ResourceAclDc[];
6656
- export interface DeleteResourcesParams5 {
6766
+ export interface DeleteResourcesParams2 {
6657
6767
  /** Resource names. */
6658
6768
  names?: string[];
6659
6769
  }
@@ -6897,7 +7007,7 @@ export interface StatisticsDbParams {
6897
7007
  */
6898
7008
  types?: AggregationFunction[];
6899
7009
  }
6900
- export interface ClassifyParams6 {
7010
+ export interface ClassifyParams7 {
6901
7011
  /** Layer name. */
6902
7012
  name?: string;
6903
7013
  /** Attribute name. */
@@ -6955,6 +7065,15 @@ export interface RemoveFontParams {
6955
7065
  /** Font name. */
6956
7066
  fontName?: string;
6957
7067
  }
7068
+ export interface RemoveSymbolCategoryParams {
7069
+ /** Remove symbols in category. */
7070
+ cascade?: boolean;
7071
+ /**
7072
+ * Id symbol category.
7073
+ * @format int32
7074
+ */
7075
+ id: number;
7076
+ }
6958
7077
  export interface GetSymbolCategoriesParams {
6959
7078
  /**
6960
7079
  * Offset.
@@ -7021,7 +7140,7 @@ export interface GetTableListParams {
7021
7140
  acl?: string;
7022
7141
  }
7023
7142
  export declare type SetPermissionsBatchInput = ResourceAclDc[];
7024
- export interface DeleteResourcesParams8 {
7143
+ export interface DeleteResourcesParams10 {
7025
7144
  /** Resource names. */
7026
7145
  names?: string[];
7027
7146
  }
@@ -7178,7 +7297,7 @@ export interface GetPublicCapabilitiesParams {
7178
7297
  /** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
7179
7298
  AcceptFormats?: string[];
7180
7299
  }
7181
- export interface GetCapabilitiesParams2 {
7300
+ export interface GetCapabilitiesParams3 {
7182
7301
  /** Output format of service metadata. */
7183
7302
  Format?: string;
7184
7303
  /** Must be WMS. */